commit 2d238cd339be6e766a71d9af428b84ac0d74f040 Author: tommy Date: Sat Sep 6 22:03:29 2025 -0400 Initial fork commit diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..44087cf --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,55 @@ +version: 1.0.{build} +image: Visual Studio 2015 +skip_branch_with_pr: true + +environment: + matrix: + - COMPILER: msys2 + PLATFORM: x86 + MSYS2_ARCH: x86 + MSYS2_DIR: msys64 + MSYSTEM: MINGW32 + BIT: 32 + - COMPILER: msys2 + PLATFORM: x64 + MSYS2_ARCH: x86_64 + MSYS2_DIR: msys64 + MSYSTEM: MINGW64 + BIT: 64 + +build_script: +- cmd: cd %APPVEYOR_BUILD_FOLDER% +- ps: | + Write-Host "Compiler: $Env:COMPILER" + Write-Host "Architecture: $Env:MSYS2_ARCH" + Write-Host "Platform: $Env:PLATFORM" + Write-Host "MSYS2 Directory: $Env:MSYS2_DIR" + Write-Host "MSYS2 System: $Env:MSYSTEM" + + if ($Env:COMPILER -eq "msys2") { + $Env:Path = "C:\$Env:MSYS2_DIR\$Env:MSYSTEM\bin;C:\$Env:MSYS2_DIR\usr\bin;$Env:Path" + $Env:WDIR = $Env:APPVEYOR_BUILD_FOLDER -replace "\\", "/" + bash -lc "cd $Env:WDIR && cp -rf ./windows/* ./" + bash -lc "cd $Env:WDIR && ./bootstrap.sh" + bash -lc "cd $Env:WDIR && ./configure --datadir=/c" + bash -lc "cd $Env:WDIR && make -j4" + bash -lc "cd $Env:WDIR && make check" + bash -lc "cd $Env:WDIR && cp src/.libs/libpostal-*.dll libpostal.dll" + & 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\lib.exe' /def:libpostal.def /out:libpostal.lib /machine:$Env:PLATFORM + if ($Env:BIT -eq "32") { + $Paths = @( + (Join-Path $Env:APPVEYOR_BUILD_FOLDER "src"), + (Join-Path $Env:APPVEYOR_BUILD_FOLDER "src\.libs"), + (Join-Path $Env:APPVEYOR_BUILD_FOLDER "test"), + (Join-Path $Env:APPVEYOR_BUILD_FOLDER "test\.libs")) + Get-ChildItem -Path $Paths | ?{ $_.Name -Match '\.(exe|dll)$' } | % { & 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\editbin.exe' /NOLOGO /LARGEADDRESSAWARE $_.FullName } + } + 7z a libpostal.zip $Env:APPVEYOR_BUILD_FOLDER\libpostal.dll $Env:APPVEYOR_BUILD_FOLDER\libpostal.def $Env:APPVEYOR_BUILD_FOLDER\libpostal.exp $Env:APPVEYOR_BUILD_FOLDER\libpostal.lib $Env:APPVEYOR_BUILD_FOLDER\src\libpostal.h + } + +test_script: +- '%APPVEYOR_BUILD_FOLDER%\test\test_libpostal.exe' + +artifacts: +- path: libpostal.zip + name: libpostal diff --git a/.bumpversion.cfg b/.bumpversion.cfg new file mode 100644 index 0000000..eb0fb94 --- /dev/null +++ b/.bumpversion.cfg @@ -0,0 +1,7 @@ +[bumpversion] +current_version = 1.1.1 +commit = True +tag = True +allow_dirty = True + +[bumpversion:file:configure.ac] diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..c197ae3 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,56 @@ +# The libpostal Code of Conduct + +libpostal is all about addresses, and addresses are all about how people communicate. The philosophy of this project has always been one of multiculturalism, of acknowledging and embracing the specifics of our experiences, the nuances of our cultures, languages, identities, and intersections thereof. This code of conduct expresses the values we hope our contributors will emulate and adopt. We further acknowledge that machine learning models like the ones used in libpostal can reflect and sometimes reinforce the defaults, biases, and injustices that are encoded in the underlying training data and it is urgent and necessary that we stay vigilant in ensuring that open mapping data sets are representative of the under-represented. + +> "Maps are an abstraction of reality, but whose reality are we talking about?" +> +> -- Kate Chapman of the Humanitarian OpenStreetMap Team + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, primary language(s), race, religion, or sexual identity and orientation. + +It's a core tenet of this project to represent different cultures, languages, and realities. This can only be accomplished through creating an inclusive community that goes beyond simply tolerating differences, and instead intrinsically values and seeks out the diverse experiences of people around the world. We pledge to encourage and support people who are directly and/or indirectly marginalized in the open source community and in our societies. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment include: + +- Using welcoming and inclusive language +- Being respectful of differing viewpoints and experiences +- Gracefully accepting constructive criticism +- Acknowledging the privilege that one holds in a conversation +- Focusing on what is best for the community +- Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +- Hate speech, overt or coded racism, use or promotion of hate symbols or imagery +- The use of sexualized language or imagery and unwelcome sexual attention or advances +- Trolling, insulting/derogatory comments, and personal or political attacks +- Public or private harassment +- Use of condescending language +- Making assumptions about technical knowledge based on personal characteristics +- "Othering" of languages, cultures, or groups of people and their lived experiences +- Publishing others' private information, such as a physical or electronic address, without explicit permission +- Other conduct which could reasonably be considered inappropriate in a professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at Contact email address. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at http://contributor-covenant.org/version/1/4 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7e5d280 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,36 @@ +## Submitting Issues + +When submitting issues to libpostal, please respect these guidelines: + +- Be constructive. Try to help solve the problem. +- Always search for existing issues before submitting one. +- If you've written your own address parsing library/service, whether open-source or proprietary, don't raise issues simply to advertise for your project/solution. Write about it elsewhere, and save the issues page for people who are actually using libpostal. + +### Bad parses + +Libpostal's parser uses machine learning. It improves as the data improves, but contrary to the hype, that doesn't mean it can do everything a human brain can do. Addresses have many edge cases, and while we cover a substantial number of them, we may not be able to handle every bizarre edge case that comes up. + +When reporting a parser issue, only submit one issue per problematic *pattern* of address, preferably with multiple addresses attached. For each address, please include at minimum: + +- Input address +- Expected result +- Can you find the address in [OpenStreetMap](https://openstreetmap.org)? +- If libpostal is getting a place name like a city, suburb, or state wrong, can the admin component(s) name be found in OSM? +- What's the minimum form of the address that will parse correctly. For instance, if "123 Main St New York, NY" is the problem address, will "123 Main St" work? Does it work without abbreviations, using local language names, without sub-building information like units? + +Note: we don't claim to handle all of the formatting mistakes that abound in address data sets, so sometimes the input needs to be preprocessed in some way before sending to libpostal. Sometimes there simply is no immediate solution, and many times the solution is simply to add your address or some part of it to OSM. + +However, if there's a specific place or style of address that libpostal gets wrong, often we can do something to help libpostal train for and understand that address. + + +### Bugs + +When submitting bug reports, please be sure to give us as much context as possible so that we can reproduce the error you encountered. Be sure to include: + +- System conditons (OS, etc.) +- Steps to reproduce +- Expected outcome +- Actual outcome +- Screenshots or traceback +- Input or code that exposes the bug, if possible + diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..70f8476 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,42 @@ +Hi! + +I was checking out libpostal, and saw something that could be improved. + +--- +#### My country is + + +--- +#### Here's how I'm using libpostal + + +--- +#### Here's what I did + + +--- +#### Here's what I got + + +--- +#### Here's what I was expecting + + +--- +#### For parsing issues, please answer "yes" or "no" to all that apply. + +- Does the input address exist in [OpenStreetMap](https://openstreetmap.org)? + +- Do all the toponyms exist in OSM (city, state, region names, etc.)? + +- If the address uses a rare/uncommon format, does changing the order of the fields yield the correct result? + +- If the address does not contain city, region, etc., does adding those fields to the input improve the result? + +- If the address contains apartment/floor/sub-building information or uncommon formatting, does removing that help? Is there any minimum form of the address that gets the right parse? + + +--- +#### Here's what I think could be improved + + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3b2000a --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 openvenues + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..f98b640 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = src test + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libpostal.pc diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..2534318 --- /dev/null +++ b/Makefile.in @@ -0,0 +1,896 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2021 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = . +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cblas.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = config.h +CONFIG_CLEAN_FILES = libpostal.pc +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgconfigdir)" +DATA = $(pkgconfig_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + cscope distdir distdir-am dist dist-all distcheck +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ + config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(srcdir)/libpostal.pc.in README.md compile config.guess \ + config.sub install-sh ltmain.sh missing +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +DIST_TARGETS = dist-gzip +# Exists only to be overridden by the user if desired. +AM_DISTCHECK_DVI_TARGET = dvi +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CBLAS_LIBS = @CBLAS_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CFLAGS_SCANNER_EXTRA = @CFLAGS_SCANNER_EXTRA@ +CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ETAGS = @ETAGS@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FILECMD = @FILECMD@ +FOUND_GSHUF = @FOUND_GSHUF@ +FOUND_SHUF = @FOUND_SHUF@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBPOSTAL_DATA_DIR_VERSION_STRING = @LIBPOSTAL_DATA_DIR_VERSION_STRING@ +LIBPOSTAL_DATA_FILE_LATEST_VERSION = @LIBPOSTAL_DATA_FILE_LATEST_VERSION@ +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION = @LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION@ +LIBPOSTAL_MAJOR_VERSION = @LIBPOSTAL_MAJOR_VERSION@ +LIBPOSTAL_MINOR_VERSION = @LIBPOSTAL_MINOR_VERSION@ +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION = @LIBPOSTAL_PARSER_MODEL_LATEST_VERSION@ +LIBPOSTAL_PATCH_VERSION = @LIBPOSTAL_PATCH_VERSION@ +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING = @LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING@ +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION = @LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION@ +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION = @LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION@ +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION = @LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION@ +LIBPOSTAL_SO_VERSION = @LIBPOSTAL_SO_VERSION@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODEL = @MODEL@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = src test +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libpostal.pc +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +.SUFFIXES: +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +config.h: stamp-h1 + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 + +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config.h +$(srcdir)/config.h.in: $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f stamp-h1 + touch $@ + +distclean-hdr: + -rm -f config.h stamp-h1 +libpostal.pc: $(top_builddir)/config.status $(srcdir)/libpostal.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool config.lt +install-pkgconfigDATA: $(pkgconfig_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ + done + +uninstall-pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz + $(am__post_remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-zstd: distdir + tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst + $(am__post_remove_distdir) + +dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz + $(am__post_remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + *.tar.zst*) \ + zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__post_remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) config.h +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-hdr \ + distclean-libtool distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pkgconfigDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pkgconfigDATA + +.MAKE: $(am__recursive_targets) all install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am clean clean-cscope clean-generic \ + clean-libtool cscope cscopelist-am ctags ctags-am dist \ + dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ + dist-xz dist-zip dist-zstd distcheck distclean \ + distclean-generic distclean-hdr distclean-libtool \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am \ + uninstall-pkgconfigDATA + +.PRECIOUS: Makefile + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/README.md b/README.md new file mode 100644 index 0000000..96b79f3 --- /dev/null +++ b/README.md @@ -0,0 +1,735 @@ +# libpostal: international street address NLP + +[![Build Status](https://github.com/openvenues/libpostal/actions/workflows/test.yml/badge.svg)](https://github.com/openvenues/libpostal/actions) +[![Build Status](https://ci.appveyor.com/api/projects/status/github/openvenues/libpostal?branch=master&svg=true)](https://ci.appveyor.com/project/albarrentine/libpostal/branch/master) +[![License](https://img.shields.io/github/license/openvenues/libpostal.svg)](https://github.com/openvenues/libpostal/blob/master/LICENSE) +[![OpenCollective Sponsors](https://opencollective.com/libpostal/sponsors/badge.svg)](#sponsors) +[![OpenCollective Backers](https://opencollective.com/libpostal/backers/badge.svg)](#backers) + +libpostal is a C library for parsing/normalizing street addresses around the world using statistical NLP and open data. The goal of this project is to understand location-based strings in every language, everywhere. For a more comprehensive overview of the research behind libpostal, be sure to check out the (lengthy) introductory blog posts: + +- **Original post**: [Statistical NLP on OpenStreetMap](https://medium.com/@albarrentine/statistical-nlp-on-openstreetmap-b9d573e6cc86) +- **Follow-up for 1.0 release**: [Statistical NLP on OpenStreetMap: Part 2](https://medium.com/@albarrentine/statistical-nlp-on-openstreetmap-part-2-80405b988718) + +🇧🇷 🇫🇮 🇳🇬 :jp: 🇽🇰 🇧🇩 🇵🇱 🇻🇳 🇧🇪 🇲🇦 🇺🇦 🇯🇲 :ru: 🇮🇳 🇱🇻 🇧🇴 :de: 🇸🇳 🇦🇲 :kr: 🇳🇴 🇲🇽 🇨🇿 🇹🇷 :es: 🇸🇸 🇪🇪 🇧🇭 🇳🇱 :cn: 🇵🇹 🇵🇷 :gb: 🇵🇸 + +Addresses and the locations they represent are essential for any application dealing with maps (place search, transportation, on-demand/delivery services, check-ins, reviews). Yet even the simplest addresses are packed with local conventions, abbreviations and context, making them difficult to index/query effectively with traditional full-text search engines. This library helps convert the free-form addresses that humans use into clean normalized forms suitable for machine comparison and full-text indexing. Though libpostal is not itself a full geocoder, it can be used as a preprocessing step to make any geocoding application smarter, simpler, and more consistent internationally. + +🇷🇴 🇬🇭 🇦🇺 🇲🇾 🇭🇷 🇭🇹 :us: 🇿🇦 🇷🇸 🇨🇱 :it: 🇰🇪 🇨🇭 🇨🇺 🇸🇰 🇦🇴 🇩🇰 🇹🇿 🇦🇱 🇨🇴 🇮🇱 🇬🇹 :fr: 🇵🇭 🇦🇹 🇱🇨 🇮🇸 🇮🇩 🇦🇪 🇸🇰 🇹🇳 🇰🇭 🇦🇷 🇭🇰 + +The core library is written in pure C. Language bindings for [Python](https://github.com/openvenues/pypostal), [Ruby](https://github.com/openvenues/ruby_postal), [Go](https://github.com/openvenues/gopostal), [Java](https://github.com/openvenues/jpostal), [PHP](https://github.com/openvenues/php-postal), and [NodeJS](https://github.com/openvenues/node-postal) are officially supported and it's easy to write bindings in other languages. + +Sponsors +-------- + +If your company is using libpostal, consider asking your organization to sponsor the project. Interpreting what humans mean when they refer to locations is far from a solved problem, and sponsorships help us pursue new frontiers in geospatial NLP. As a sponsor, your company logo will appear prominently on the Github repo page along with a link to your site. [Sponsorship info](https://opencollective.com/libpostal#sponsor) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Backers +------------ + +Individual users can also help support open geo NLP research by making a monthly donation: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Installation (Mac/Linux) +------------------------ + +Before you install, make sure you have the following prerequisites: + +**On Ubuntu/Debian** +``` +sudo apt-get install -y curl build-essential autoconf automake libtool pkg-config +``` + +**On CentOS/RHEL** +``` +sudo yum install curl autoconf automake libtool pkgconfig +``` + +**On macOS** + +Install with one command via [MacPorts](https://www.macports.org/): +``` +port install libpostal +``` + +Or with [Homebrew](https://brew.sh/): + +``` +brew install libpostal +``` + +To compile the C library from source: + +If you're using an M1 Mac, add `--disable-sse2` to the `./configure` command. This will result in poorer performance but the build will succeed. + +``` +git clone https://github.com/openvenues/libpostal +cd libpostal + +# skip if installing for the first time +make distclean + +./bootstrap.sh + +# omit --datadir flag to install data in current directory +./configure --datadir=[...some dir with a few GB of space where a "libpostal" directory exists or can be created/modified...] +make -j4 + +# For Intel/AMD processors and the default model +./configure --datadir=[...some dir with a few GB of space where a "libpostal" directory exists or can be created/modified...] + +# For Apple / ARM cpus and the default model +./configure --datadir=[...some dir with a few GB of space where a "libpostal" directory exists or can be created/modified...] --disable-sse2 + +# For the improved Senzing model: +./configure --datadir=[...some dir with a few GB of space where a "libpostal" directory exists or can be created/modified...] MODEL=senzing + +make -j8 +sudo make install + +# On Linux it's probably a good idea to run +sudo ldconfig +``` + +libpostal has support for pkg-config, so you can use the pkg-config to print the flags needed to link your program against it: + +``` +pkg-config --cflags libpostal # print compiler flags +pkg-config --libs libpostal # print linker flags +pkg-config --cflags --libs libpostal # print both +``` + +For example, if you write a program called app.c, you can compile it like this: + +``` +gcc app.c `pkg-config --cflags --libs libpostal` +``` + +Installation (Windows) +---------------------- + +**MSys2/MinGW** + +For Windows the build procedure currently requires MSys2 and MinGW. This can be downloaded from http://msys2.org. Please follow the instructions on the MSys2 website for installation. + +Please ensure Msys2 is up-to-date by running: +``` +pacman -Syu +``` + +Install the following prerequisites: +``` +pacman -S autoconf automake curl git make libtool gcc mingw-w64-x86_64-gcc +``` + +Then to build the C library: +``` +git clone https://github.com/openvenues/libpostal +cd libpostal +cp -rf windows/* ./ +./bootstrap.sh +./configure --datadir=[...some dir with a few GB of space...] +make -j4 +make install +``` +Notes: When setting the datadir, the `C:` drive would be entered as `/c`. The libpostal build script automatically add `libpostal` on the end of the path, so '/c' would become `C:\libpostal\` on Windows. + +The compiled .dll will be in the `src/.libs/` directory and should be called `libpostal-1.dll`. + +If you require a .lib import library to link this to your application. You can generate one using the Visual Studio `lib.exe` tool and the `libpostal.def` definition file: +``` +lib.exe /def:libpostal.def /out:libpostal.lib /machine:x64 +``` + +Installation with an alternative data model +------------------------------------------- + +An alternative data model is available for libpostal. It is created by Senzing Inc. for improved parsing on US, UK and Singapore addresses and improved US rural route address handling. +To enable this add `MODEL=senzing` to the configure line during installation: +``` +./configure --datadir=[...some dir with a few GB of space...] MODEL=senzing +``` + +The data for this model is gotten from [OpenAddress](https://openaddresses.io/), [OpenStreetMap](https://www.openstreetmap.org/) and data generated by Senzing based on customer feedback (a few hundred records), a total of about 1.2 billion records of data from over 230 countries, in 100+ languages. The data from OpenStreetMap and OpenAddress is good but not perfect so the data set was modified by filtering out badly formed addresses, correcting misclassified address tokens and removing tokens that didn't belong in the addresses, whenever these conditions were encountered. + +Senzing created a data set of 12950 addresses from 89 countries that it uses to test and verify the quality of its models. The data set was generated using random addresses from OSM, minimally 50 per country. Hard-to-parse addresses were gotten from Senzing support team and customers and from the libpostal github page and added to this set. The Senzing model got 4.3% better parsing results than the default model, using this test set. + +The size of this model is about 2.2GB compared to 1.8GB for the default model so keep that in mind if storages space is important. + +Further information about this data model can be found at: https://github.com/Senzing/libpostal-data +If you run into any issues with this model, whether they have to do with parses, installation or any other problems, then please report them at https://github.com/Senzing/libpostal-data + +Examples of parsing +------------------- + +libpostal's international address parser uses machine learning (Conditional Random Fields) and is trained on over 1 billion addresses in every inhabited country on Earth. We use [OpenStreetMap](https://openstreetmap.org) and [OpenAddresses](https://openaddresses.io) as sources of structured addresses, and the OpenCage address format templates at: https://github.com/OpenCageData/address-formatting to construct the training data, supplementing with containing polygons, and generating sub-building components like apartment/floor numbers and PO boxes. We also add abbreviations, drop out components at random, etc. to make the parser as robust as possible to messy real-world input. + +These example parse results are taken from the interactive address_parser program +that builds with libpostal when you run ```make```. Note that the parser can handle +commas vs. no commas as well as various casings and permutations of components (if the input +is e.g. just city or just city/postcode). + +![parser](https://cloud.githubusercontent.com/assets/238455/24703087/acbe35d8-19cf-11e7-8850-77fb1c3446a7.gif) + +The parser achieves very high accuracy on held-out data, currently 99.45% +correct full parses (meaning a 1 in the numerator for getting *every* token +in the address correct). + +Usage (parser) +-------------- + +Here's an example of the parser API using the Python bindings: + +```python + +from postal.parser import parse_address +parse_address('The Book Club 100-106 Leonard St Shoreditch London EC2A 4RH, United Kingdom') +``` + +And an example with the C API: + +```c +#include +#include +#include + +int main(int argc, char **argv) { + // Setup (only called once at the beginning of your program) + if (!libpostal_setup() || !libpostal_setup_parser()) { + exit(EXIT_FAILURE); + } + + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + libpostal_address_parser_response_t *parsed = libpostal_parse_address("781 Franklin Ave Crown Heights Brooklyn NYC NY 11216 USA", options); + + for (size_t i = 0; i < parsed->num_components; i++) { + printf("%s: %s\n", parsed->labels[i], parsed->components[i]); + } + + // Free parse result + libpostal_address_parser_response_destroy(parsed); + + // Teardown (only called once at the end of your program) + libpostal_teardown(); + libpostal_teardown_parser(); +} +``` + +Parser labels +------------- + +The address parser can technically use any string labels that are defined in the training data, but these are the ones currently defined, based on the fields defined in [OpenCage's address-formatting library](https://github.com/OpenCageData/address-formatting), as well as a few added by libpostal to handle specific patterns: + +- **house**: venue name e.g. "Brooklyn Academy of Music", and building names e.g. "Empire State Building" +- **category**: for category queries like "restaurants", etc. +- **near**: phrases like "in", "near", etc. used after a category phrase to help with parsing queries like "restaurants in Brooklyn" +- **house_number**: usually refers to the external (street-facing) building number. In some countries this may be a compount, hyphenated number which also includes an apartment number, or a block number (a la Japan), but libpostal will just call it the house_number for simplicity. +- **road**: street name(s) +- **unit**: an apartment, unit, office, lot, or other secondary unit designator +- **level**: expressions indicating a floor number e.g. "3rd Floor", "Ground Floor", etc. +- **staircase**: numbered/lettered staircase +- **entrance**: numbered/lettered entrance +- **po_box**: post office box: typically found in non-physical (mail-only) addresses +- **postcode**: postal codes used for mail sorting +- **suburb**: usually an unofficial neighborhood name like "Harlem", "South Bronx", or "Crown Heights" +- **city_district**: these are usually boroughs or districts within a city that serve some official purpose e.g. "Brooklyn" or "Hackney" or "Bratislava IV" +- **city**: any human settlement including cities, towns, villages, hamlets, localities, etc. +- **island**: named islands e.g. "Maui" +- **state_district**: usually a second-level administrative division or county. +- **state**: a first-level administrative division. Scotland, Northern Ireland, Wales, and England in the UK are mapped to "state" as well (convention used in OSM, GeoPlanet, etc.) +- **country_region**: informal subdivision of a country without any political status +- **country**: sovereign nations and their dependent territories, anything with an [ISO-3166 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). +- **world_region**: currently only used for appending “West Indies” after the country name, a pattern frequently used in the English-speaking Caribbean e.g. “Jamaica, West Indies” + +Examples of normalization +------------------------- + +The expand_address API converts messy real-world addresses into normalized +equivalents suitable for search indexing, hashing, etc. + +Here's an interactive example using the Python binding: + +![expand](https://cloud.githubusercontent.com/assets/238455/14115012/52990d14-f5a7-11e5-9797-159dacdf8c5f.gif) + +libpostal contains an OSM-trained language classifier to detect which language(s) are used in a given +address so it can apply the appropriate normalizations. The only input needed is the raw address string. +Here's a short list of some less straightforward normalizations in various languages. + +| Input | Output (may be multiple in libpostal) | +| ----------------------------------- |-----------------------------------------| +| One-hundred twenty E 96th St | 120 east 96th street | +| C/ Ocho, P.I. 4 | calle 8 polígono industrial 4 | +| V XX Settembre, 20 | via 20 settembre 20 | +| Quatre vingt douze R. de l'Église | 92 rue de l eglise | +| ул Каретный Ряд, д 4, строение 7 | улица каретныи ряд дом 4 строение 7 | +| ул Каретный Ряд, д 4, строение 7 | ulitsa karetnyy ryad dom 4 stroyeniye 7 | +| Marktstraße 14 | markt strasse 14 | + +libpostal currently supports these types of normalizations in *60+ languages*, +and you can [add more](https://github.com/openvenues/libpostal/tree/master/resources/dictionaries) (without having to write any C). + +For further reading and some bizarre address edge-cases, see: +[Falsehoods Programmers Believe About Addresses](https://www.mjt.me.uk/posts/falsehoods-programmers-believe-about-addresses/). + +Usage (normalization) +--------------------- + +Here's an example using the Python bindings for succinctness (most of the higher-level language bindings are similar): + +```python +from postal.expand import expand_address +expansions = expand_address('Quatre-vingt-douze Ave des Champs-Élysées') + +assert '92 avenue des champs-elysees' in set(expansions) +``` + +The C API equivalent is a few more lines, but still fairly simple: + +```c +#include +#include +#include + +int main(int argc, char **argv) { + // Setup (only called once at the beginning of your program) + if (!libpostal_setup() || !libpostal_setup_language_classifier()) { + exit(EXIT_FAILURE); + } + + size_t num_expansions; + libpostal_normalize_options_t options = libpostal_get_default_options(); + char **expansions = libpostal_expand_address("Quatre-vingt-douze Ave des Champs-Élysées", options, &num_expansions); + + for (size_t i = 0; i < num_expansions; i++) { + printf("%s\n", expansions[i]); + } + + // Free expansions + libpostal_expansion_array_destroy(expansions, num_expansions); + + // Teardown (only called once at the end of your program) + libpostal_teardown(); + libpostal_teardown_language_classifier(); +} +``` + +Command-line usage (expand) +--------------------------- + +After building libpostal: + +``` +cd src/ + +./libpostal "Quatre vingt douze Ave des Champs-Élysées" +``` + +If you have a text file or stream with one address per line, the command-line interface also accepts input from stdin: + +``` +cat some_file | ./libpostal --json +``` + +Command-line usage (parser) +--------------------------- + +After building libpostal: + +``` +cd src/ + +./address_parser +``` + +address_parser is an interactive shell. Just type addresses and libpostal will +parse them and print the result. + + +Bindings +-------- + +Libpostal is designed to be used by higher-level languages. If you don't see your language of choice, or if you're writing a language binding, please let us know! + +**Officially supported language bindings** + +- Python: [pypostal](https://github.com/openvenues/pypostal) +- Ruby: [ruby_postal](https://github.com/openvenues/ruby_postal) +- Go: [gopostal](https://github.com/openvenues/gopostal) +- Java/JVM: [jpostal](https://github.com/openvenues/jpostal) +- PHP: [php-postal](https://github.com/openvenues/php-postal) +- NodeJS: [node-postal](https://github.com/openvenues/node-postal) +- R: [poster](https://github.com/ironholds/poster) + +**Unofficial language bindings** + +- Java: [javacpp-presets-libpostal](https://github.com/bytedeco/javacpp-presets/tree/master/libpostal) +- LuaJIT: [lua-resty-postal](https://github.com/bungle/lua-resty-postal) +- Perl: [Geo::libpostal](https://metacpan.org/pod/Geo::libpostal) +- Elixir: [Expostal](https://github.com/SweetIQ/expostal) +- Haskell: [haskell-postal](http://github.com/netom/haskell-postal) +- Rust: [rust-postal](https://github.com/pnordahl/rust-postal) +- Rust: [rustpostal](https://crates.io/crates/rustpostal) + +**Unofficial database extensions** + +- PostgreSQL: [pgsql-postal](https://github.com/pramsey/pgsql-postal) + +**Unofficial servers** + +- Libpostal REST GO Server (need ~4Gb memory) with basic security: [postal_server](https://github.com/le0pard/postal_server) +- Libpostal REST Go Docker: [libpostal-rest-docker](https://github.com/johnlonganecker/libpostal-rest-docker) +- Libpostal REST FastAPI Docker: [libpostal-fastapi](https://github.com/alpha-affinity/libpostal-fastapi) +- Libpostal ZeroMQ Docker: [libpostal-zeromq](https://github.com/pasupulaphani/libpostal-docker) + + +Tests +----- + +libpostal uses [greatest](https://github.com/silentbicycle/greatest) for automated testing. To run the tests, use: + +``` +make check +``` + +Adding [test cases](https://github.com/openvenues/libpostal/tree/master/test) is easy, even if your C is rusty/non-existent, and we'd love contributions. We use mostly functional tests checking string input against string output. + +libpostal also gets periodically battle-tested on millions of addresses from OSM (clean) as well as anonymized queries from a production geocoder (not so clean). During this process we use valgrind to check for memory leaks and other errors. + +Data files +---------- + +libpostal needs to download some data files from S3. The basic files are on-disk +representations of the data structures necessary to perform expansion. For address +parsing, since model training takes a few days, we publish the fully trained model +to S3 and will update it automatically as new addresses get added to OSM, OpenAddresses, etc. Same goes for the language classifier model. + +Data files are automatically downloaded when you run make. To check for and download +any new data files, you can either run ```make```, or run: + +``` +libpostal_data download all $YOUR_DATA_DIR/libpostal +``` + +And replace $YOUR_DATA_DIR with whatever you passed to configure during install. + +Language dictionaries +--------------------- + +libpostal contains a number of per-language dictionaries that influence expansion, the language classifier, and the parser. To explore the dictionaries or contribute abbreviations/phrases in your language, see [resources/dictionaries](https://github.com/openvenues/libpostal/tree/master/resources/dictionaries). + +Training data +------------- + +In machine learning, large amounts of training data are often essential for getting good results. Many open-source machine learning projects either release only the model code (results reproducible if and only if you're Google), or a pre-baked model where the training conditions are unknown. + +Libpostal is a bit different because it's trained on open data that's available to everyone, so we've released the entire training pipeline (the [geodata](https://github.com/openvenues/libpostal/tree/master/scripts/geodata) package in this repo), as well as the resulting training data itself on the Internet Archive. It's over 100GB unzipped. + +Training data are stored on archive.org by the date they were created. There's also a file stored in the main directory of this repo called `current_parser_training_set` which stores the date of the most recently created training set. To always point to the latest data, try something like: ```latest=$(cat current_parser_training_set)``` and use that variable in place of the date. + +### Parser training sets ### +All files can be found at https://archive.org/download/libpostal-parser-training-data-YYYYMMDD/$FILE as gzip'd tab-separated values (TSV) files formatted like:```language\tcountry\taddress```. + +- **formatted_addresses_tagged.random.tsv.gz** (ODBL): OSM addresses. Apartments, PO boxes, categories, etc. are added primarily to these examples +- **formatted_places_tagged.random.tsv.gz** (ODBL): every toponym in OSM (even cities represented as points, etc.), reverse-geocoded to its parent admins, possibly including postal codes if they're listed on the point/polygon. Every place gets a base level of representation and places with higher populations get proportionally more. +- **formatted_ways_tagged.random.tsv.gz** (ODBL): every street in OSM (ways with highway=*, with a few conditions), reverse-geocoded to its admins +- **geoplanet_formatted_addresses_tagged.random.tsv.gz** (CC-BY): every postal code in Yahoo GeoPlanet (includes almost every postcode in the UK, Canada, etc.) and their parent admins. The GeoPlanet admins have been cleaned up and mapped to libpostal's tagset +- **openaddresses_formatted_addresses_tagged.random.tsv.gz** (various licenses, mostly CC-BY): most of the address data sets from [OpenAddresses](https://openaddresses.io/), which in turn come directly from government sources +- **uk_openaddresses_formatted_addresses_tagged.random.tsv.gz** (CC-BY): addresses from [OpenAddresses UK](https://alpha.openaddressesuk.org/) + +If the parser doesn't perform as well as you'd hoped on a particular type of address, the best recourse is to use grep/awk to look through the training data and try to determine if there's some pattern/style of address that's not being captured. + +Features +-------- + +- **Abbreviation expansion**: e.g. expanding "rd" => "road" but for almost any +language. libpostal supports > 50 languages and it's easy to add new languages +or expand the current dictionaries. Ideographic languages (not separated by +whitespace e.g. Chinese) are supported, as are Germanic languages where +thoroughfare types are concatenated onto the end of the string, and may +optionally be separated so Rosenstraße and Rosen Straße are equivalent. + +- **International address parsing**: [Conditional Random Field](https://web.archive.org/web/20240104172655/http://blog.echen.me/2012/01/03/introduction-to-conditional-random-fields/) which parses +"123 Main Street New York New York" into {"house_number": 123, "road": +"Main Street", "city": "New York", "state": "New York"}. The parser works +for a wide variety of countries and languages, not just US/English. +The model is trained on over 1 billion addresses and address-like strings, using the +templates in the [OpenCage address formatting repo](https://github.com/OpenCageData/address-formatting) to construct formatted, +tagged training examples for every inhabited country in the world. Many types of [normalizations](https://github.com/openvenues/libpostal/blob/master/scripts/geodata/addresses/components.py) +are performed to make the training data resemble real messy geocoder input as closely as possible. + +- **Language classification**: multinomial logistic regression +trained (using the [FTRL-Proximal](https://research.google.com/pubs/archive/41159.pdf) method to induce sparsity) on all of OpenStreetMap ways, addr:* tags, toponyms and formatted +addresses. Labels are derived using point-in-polygon tests for both OSM countries +and official/regional languages for countries and admin 1 boundaries +respectively. So, for example, Spanish is the default language in Spain but +in different regions e.g. Catalunya, Galicia, the Basque region, the respective +regional languages are the default. Dictionary-based disambiguation is employed in +cases where the regional language is non-default e.g. Welsh, Breton, Occitan. +The dictionaries are also used to abbreviate canonical phrases like "Calle" => "C/" +(performed on both the language classifier and the address parser training sets) + +- **Numeric expression parsing** ("twenty first" => 21st, +"quatre-vingt-douze" => 92, again using data provided in CLDR), supports > 30 +languages. Handles languages with concatenated expressions e.g. +milleottocento => 1800. Optionally normalizes Roman numerals regardless of the +language (IX => 9) which occur in the names of many monarchs, popes, etc. + +- **Fast, accurate tokenization/lexing**: clocked at > 1M tokens / sec, +implements the TR-29 spec for UTF8 word segmentation, tokenizes East Asian +languages character by character instead of on whitespace. + +- **UTF8 normalization**: optionally decompose UTF8 to NFD normalization form, +strips accent marks e.g. à => a and/or applies Latin-ASCII transliteration. + +- **Transliteration**: e.g. улица => ulica or ulitsa. Uses all +[CLDR transforms](http://www.unicode.org/repos/cldr/trunk/common/transforms/), the exact same source data as used by [ICU](http://site.icu-project.org/), +though libpostal doesn't require pulling in all of ICU (might conflict +with your system's version). Note: some languages, particularly Hebrew, Arabic +and Thai may not include vowels and thus will not often match a transliteration +done by a human. It may be possible to implement statistical transliterators +for some of these languages. + +- **Script detection**: Detects which script a given string uses (can be +multiple e.g. a free-form Hong Kong or Macau address may use both Han and +Latin scripts in the same address). In transliteration we can use all +applicable transliterators for a given Unicode script (Greek can for instance +be transliterated with Greek-Latin, Greek-Latin-BGN and Greek-Latin-UNGEGN). + +Non-goals +--------- + +- Verifying that a location is a valid address +- Actually geocoding addresses to a lat/lon (that requires a database/search index) +- Extracting addresses from free text + +Raison d'être +------------- + +libpostal was originally created as part of the [OpenVenues](https://github.com/openvenues/openvenues) project to solve the problem of venue deduping. In OpenVenues, we have a data set of millions of +places derived from terabytes of web pages from the [Common Crawl](http://commoncrawl.org/). +The Common Crawl is published monthly, and so even merging the results of +two crawls produces significant duplicates. + +Deduping is a relatively well-studied field, and for text documents +like web pages, academic papers, etc. there exist pretty decent approximate +similarity methods such as [MinHash](https://en.wikipedia.org/wiki/MinHash). + +However, for physical addresses, the frequent use of conventional abbreviations +such as Road == Rd, California == CA, or New York City == NYC complicates +matters a bit. Even using a technique like MinHash, which is well suited for +approximate matches and is equivalent to the Jaccard similarity of two sets, we +have to work with very short texts and it's often the case that two equivalent +addresses, one abbreviated and one fully specified, will not match very closely +in terms of n-gram set overlap. In non-Latin scripts, say a Russian address and +its transliterated equivalent, it's conceivable that two addresses referring to +the same place may not match even a single character. + +As a motivating example, consider the following two equivalent ways to write a +particular Manhattan street address with varying conventions and degrees +of verbosity: + +- 30 W 26th St Fl #7 +- 30 West Twenty-sixth Street Floor Number 7 + +Obviously '30 W 26th St Fl #7 != '30 West Twenty-sixth Street Floor Number 7' +in a string comparison sense, but a human can grok that these two addresses +refer to the same physical location. + +libpostal aims to create normalized geographic strings, parsed into components, +such that we can more effectively reason about how well two addresses +actually match and make automated server-side decisions about dupes. + +So it's not a geocoder? +----------------------- + +If the above sounds a lot like geocoding, that's because it is in a way, +only in the OpenVenues case, we have to geocode without a UI or a user +to select the correct address in an autocomplete dropdown. Given a database +of source addresses such as OpenAddresses or OpenStreetMap (or all of the above), +libpostal can be used to implement things like address deduping and server-side +batch geocoding in settings like MapReduce or stream processing. + +Now, instead of trying to bake address-specific conventions into traditional +document search engines like Elasticsearch using giant synonyms files, scripting, +custom analyzers, tokenizers, and the like, geocoding can look like this: + +1. Run the addresses in your database through libpostal's expand_address +2. Store the normalized string(s) in your favorite search engine, DB, + hashtable, etc. +3. Run your user queries or fresh imports through libpostal and search + the existing database using those strings + +In this way, libpostal can perform fuzzy address matching in constant time +relative to the size of the data set. + +Why C? +------ + +libpostal is written in C for three reasons (in order of importance): + +1. **Portability/ubiquity**: libpostal targets higher-level languages that +people actually use day-to-day: Python, Go, Ruby, NodeJS, etc. The beauty of C +is that just about any programming language can bind to it and C compilers are +everywhere, so pick your favorite, write a binding, and you can use libpostal +directly in your application without having to stand up a separate server. We +support Mac/Linux (Windows is not a priority but happy to accept patches), have +a standard autotools build and an endianness-agnostic file format for the data +files. The Python bindings, are maintained as part of this repo since they're +needed to construct the training data. + +2. **Memory-efficiency**: libpostal is designed to run in a MapReduce setting +where we may be limited to < 1GB of RAM per process depending on the machine +configuration. As much as possible libpostal uses contiguous arrays, tries +(built on contiguous arrays), bloom filters and compressed sparse matrices to +keep memory usage low. It's possible to use libpostal on a mobile device with +models trained on a single country or a handful of countries. + +3. **Performance**: this is last on the list for a reason. Most of the +optimizations in libpostal are for memory usage rather than performance. +libpostal is quite fast given the amount of work it does. It can process +10-30k addresses / second in a single thread/process on the platforms we've +tested (that means processing every address in OSM planet in a little over +an hour). Check out the simple benchmark program to test on your environment +and various types of input. In the MapReduce setting, per-core performance +isn't as important because everything's being done in parallel, but there are +some streaming ingestion applications at Mapzen where this needs to +run in-process. + +C conventions +------------- + +libpostal is written in modern, legible, C99 and uses the following conventions: + +- Roughly object-oriented, as much as allowed by C +- Almost no pointer-based data structures, arrays all the way down +- Uses dynamic character arrays (inspired by [sds](https://github.com/antirez/sds)) for safer string handling +- Confines almost all mallocs to *name*_new and all frees to *name*_destroy +- Efficient existing implementations for simple things like hashtables +- Generic containers (via [klib](https://github.com/attractivechaos/klib)) whenever possible +- Data structures take advantage of sparsity as much as possible +- Efficient double-array trie implementation for most string dictionaries +- Cross-platform as much as possible, particularly for *nix + +Preprocessing (Python) +---------------------- + +The [geodata](https://github.com/openvenues/libpostal/tree/master/scripts/geodata) Python package in the libpostal repo contains the pipeline for preprocessing the various geo +data sets and building training data for the C models to use. +This package shouldn't be needed for most users, but for those interested in generating new types of addresses or improving libpostal's training data, this is where to look. + +Address parser accuracy +----------------------- + +On held-out test data (meaning labeled parses that the model has _not_ seen +before), the address parser achieves 99.45% full parse accuracy. + +For some tasks like named entity recognition it's preferable to use something +like an F1 score or variants, mostly because there's a class bias problem (most +words are non-entities, and a system that simply predicted non-entity for +every token would actually do fairly well in terms of accuracy). That is not +the case for address parsing. Every token has a label and there are millions +of examples of each class in the training data, so accuracy is preferable as it's +a clean, simple and intuitive measure of performance. + +Here we use full parse accuracy, meaning we only give the parser one "point" in +the numerator if it gets every single token in the address correct. That should +be a better measure than simply looking at whether each token was correct. + +Improving the address parser +---------------------------- + +Though the current parser works quite well for most standard addresses, there +is still room for improvement, particularly in making sure the training data +we use is as close as possible to addresses in the wild. There are two primary +ways the address parser can be improved even further (in order of difficulty): + +1. Contribute addresses to OSM. Anything with an addr:housenumber tag will be + incorporated automatically into the parser next time it's trained. +2. If the address parser isn't working well for a particular country, language + or style of address, chances are that some name variations or places being + missed/mislabeled during training data creation. Sometimes the fix is to + update the formats at: https://github.com/OpenCageData/address-formatting, + and in many other cases there are relatively simple tweaks we can make + when creating the training data that will ensure the model is trained to + handle your use case without you having to do any manual data entry. + If you see a pattern of obviously bad address parses, the best thing to + do is post an issue to Github. + +Contributing +------------ + +Bug reports, issues and pull requests are welcome. Please read the [contributing guide](CONTRIBUTING.md) before submitting your issue, bug report, or pull request. + +Submit issues at: https://github.com/openvenues/libpostal/issues. + + +Shoutouts +--------- + +Special thanks to @BenK10 for the initial Windows build and @AeroXuk for integrating it seamlessly into the project and setting up an Appveyor build. + +License +------- + +The software is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000..25b66b4 --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,1156 @@ +# generated automatically by aclocal 1.16.5 -*- Autoconf -*- + +# Copyright (C) 1996-2021 Free Software Foundation, Inc. + +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],, +[m4_warning([this file was generated for autoconf 2.71. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +# Copyright (C) 2002-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.16' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.16.5], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.16.5])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is '.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + + +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[{ + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? + done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE="gmake" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk +} +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking is enabled. +# This creates each '.Po' and '.Plo' makefile fragment that we'll need in +# order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.65])dnl +m4_ifdef([_$0_ALREADY_INIT], + [m4_fatal([$0 expanded multiple times +]m4_defn([_$0_ALREADY_INIT]))], + [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi +AC_SUBST([CTAGS]) +if test -z "$ETAGS"; then + ETAGS=etags +fi +AC_SUBST([ETAGS]) +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi +AC_SUBST([CSCOPE]) + +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) + +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) + +# Copyright (C) 2003-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_MAKE_INCLUDE() +# ----------------- +# Check whether make has an 'include' directive that can support all +# the idioms we need for our automatic dependency tracking code. +AC_DEFUN([AM_MAKE_INCLUDE], +[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +AC_SUBST([am__quote])]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# -------------------- +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) + +# _AM_SET_OPTIONS(OPTIONS) +# ------------------------ +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) + +# Copyright (C) 2009-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor 'install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in "make install-strip", and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# -------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +# +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' + +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + +m4_include([m4/ax_cblas.m4]) +m4_include([m4/libtool.m4]) +m4_include([m4/ltoptions.m4]) +m4_include([m4/ltsugar.m4]) +m4_include([m4/ltversion.m4]) +m4_include([m4/lt~obsolete.m4]) diff --git a/autom4te.cache/output.0 b/autom4te.cache/output.0 new file mode 100644 index 0000000..2d7b0d5 --- /dev/null +++ b/autom4te.cache/output.0 @@ -0,0 +1,16122 @@ +@%:@! /bin/sh +@%:@ Guess values for system-dependent variables and create Makefiles. +@%:@ Generated by GNU Autoconf 2.71 for libpostal 1.1.1. +@%:@ +@%:@ +@%:@ Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, +@%:@ Inc. +@%:@ +@%:@ +@%:@ This configure script is free software; the Free Software Foundation +@%:@ gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="as_nop=: +if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else \$as_nop + case \`(set -o) 2>/dev/null\` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ) +then : + +else \$as_nop + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +blah=\$(echo \$(echo blah)) +test x\"\$blah\" = xblah || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null +then : + as_have_required=yes +else $as_nop + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null +then : + +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + case $as_dir in @%:@( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$as_shell as_have_required=yes + if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null +then : + break 2 +fi +fi + done;; + esac + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi +fi + + + if test "x$CONFIG_SHELL" != x +then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno +then : + printf "%s\n" "$0: This script requires a shell more modern than all" + printf "%s\n" "$0: the shells that I found on your system." + if test ${ZSH_VERSION+y} ; then + printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" + printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." + else + printf "%s\n" "$0: Please tell bug-autoconf@gnu.org about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit +@%:@ as_fn_nop +@%:@ --------- +@%:@ Do nothing but, unlike ":", preserve the value of @S|@?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + +@%:@ as_fn_nop +@%:@ --------- +@%:@ Do nothing but, unlike ":", preserve the value of @S|@?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_@&t@echo='printf %s\n' +as_@&t@echo_n='printf %s' + + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + +SHELL=${CONFIG_SHELL-/bin/sh} + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIB@&t@OBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='libpostal' +PACKAGE_TARNAME='libpostal' +PACKAGE_VERSION='1.1.1' +PACKAGE_STRING='libpostal 1.1.1' +PACKAGE_BUGREPORT='' +PACKAGE_URL='' + +ac_unique_file="src" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_STDIO_H +# include +#endif +#ifdef HAVE_STDLIB_H +# include +#endif +#ifdef HAVE_STRING_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_header_c_list= +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIB@&t@OBJS +LIBPOSTAL_SO_VERSION +CFLAGS_SCANNER_EXTRA +DOWNLOAD_DATA_FALSE +DOWNLOAD_DATA_TRUE +MODEL +FOUND_GSHUF +FOUND_SHUF +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_DATA_FILE_LATEST_VERSION +LIBPOSTAL_DATA_DIR_VERSION_STRING +LIBPOSTAL_PATCH_VERSION +LIBPOSTAL_MINOR_VERSION +LIBPOSTAL_MAJOR_VERSION +LT_SYS_LIBRARY_PATH +OTOOL64 +OTOOL +LIPO +NMEDIT +DSYMUTIL +MANIFEST_TOOL +RANLIB +ac_ct_AR +AR +DLLTOOL +OBJDUMP +FILECMD +LN_S +NM +ac_ct_DUMPBIN +DUMPBIN +LD +FGREP +EGREP +GREP +SED +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +LIBTOOL +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +CSCOPE +ETAGS +CTAGS +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL +am__quote' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_shared +enable_static +with_pic +enable_fast_install +with_aix_soname +enable_dependency_tracking +with_gnu_ld +with_sysroot +enable_libtool_lock +enable_sse2 +enable_data_download +with_cflags_scanner_extra +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +LT_SYS_LIBRARY_PATH +MODEL' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures libpostal 1.1.1 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + @<:@@S|@ac_default_prefix@:>@ + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + @<:@PREFIX@:>@ + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root @<:@DATAROOTDIR/doc/libpostal@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of libpostal 1.1.1:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-shared@<:@=PKGS@:>@ build shared libraries @<:@default=yes@:>@ + --enable-static@<:@=PKGS@:>@ build static libraries @<:@default=yes@:>@ + --enable-fast-install@<:@=PKGS@:>@ + optimize for fast installation @<:@default=yes@:>@ + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + --disable-libtool-lock avoid locking (might break parallel builds) + --disable-sse2 disable SSE2 optimization routines + + --disable-data-download Disable downloading data + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-pic@<:@=PKGS@:>@ try to use only PIC/non-PIC objects @<:@default=use + both@:>@ + --with-aix-soname=aix|svr4|both + shared library versioning (aka "SONAME") variant to + provide on AIX, @<:@default=aix@:>@. + --with-gnu-ld assume the C compiler uses GNU ld @<:@default=no@:>@ + --with-sysroot@<:@=DIR@:>@ Search for dependent libraries within DIR (or the + compiler's sysroot if not specified). + --with-cflags-scanner-extra@<:@=VALUE@:>@ + Extra compilation options for scanner.c + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + LT_SYS_LIBRARY_PATH + User-defined run-time library search path. + MODEL Option to use alternative data models. Currently available is + "senzing" (MODEL=senzing). If this option is not set the default + libpostal data model is used. + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to the package provider. +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for configure.gnu first; this name is used for a wrapper for + # Metaconfig's "Configure" on case-insensitive file systems. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +libpostal configure 1.1.1 +generated by GNU Autoconf 2.71 + +Copyright (C) 2021 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +@%:@ ac_fn_c_try_compile LINENO +@%:@ -------------------------- +@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_compile + +@%:@ ac_fn_c_try_link LINENO +@%:@ ----------------------- +@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_link + +@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +@%:@ ------------------------------------------------------- +@%:@ Tests whether HEADER exists and can be compiled using the include files in +@%:@ INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +@%:@include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_header_compile + +@%:@ ac_fn_c_check_func LINENO FUNC VAR +@%:@ ---------------------------------- +@%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. */ + +#include +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main (void) +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_func + +@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES +@%:@ ------------------------------------------- +@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache +@%:@ variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + eval "$3=yes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_type + +@%:@ ac_fn_c_find_intX_t LINENO BITS VAR +@%:@ ----------------------------------- +@%:@ Finds a signed integer type with width BITS, setting cache variable VAR +@%:@ accordingly. +ac_fn_c_find_intX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5 +printf %s "checking for int$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in int$2_t 'int' 'long int' \ + 'long long int' 'short int' 'signed char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array @<:@1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array @<:@1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1) + < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + case $ac_type in @%:@( + int$2_t) : + eval "$3=yes" ;; @%:@( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_find_intX_t + +@%:@ ac_fn_c_find_uintX_t LINENO BITS VAR +@%:@ ------------------------------------ +@%:@ Finds an unsigned integer type with width BITS, setting cache variable VAR +@%:@ accordingly. +ac_fn_c_find_uintX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5 +printf %s "checking for uint$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \ + 'unsigned long long int' 'unsigned short int' 'unsigned char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main (void) +{ +static int test_array @<:@1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + case $ac_type in @%:@( + uint$2_t) : + eval "$3=yes" ;; @%:@( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_find_uintX_t +ac_configure_args_raw= +for ac_arg +do + case $ac_arg in + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_configure_args_raw " '$ac_arg'" +done + +case $ac_configure_args_raw in + *$as_nl*) + ac_safe_unquote= ;; + *) + ac_unsafe_z='|&;<>()$`\\"*?@<:@ '' ' # This string ends in space, tab. + ac_unsafe_a="$ac_unsafe_z#~" + ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" + ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; +esac + +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + $ $0$ac_configure_args_raw + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + printf "%s\n" "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Sanitize IFS. + IFS=" "" $as_nl" + # Save into config.log some information that might help in debugging. + { + echo + + printf "%s\n" "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + printf "%s\n" "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + printf "%s\n" "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + printf "%s\n" "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + printf "%s\n" "$as_me: caught signal $ac_signal" + printf "%s\n" "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +printf "%s\n" "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +printf "%s\n" "@%:@define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + ac_site_files="$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + ac_site_files="$prefix/share/config.site $prefix/etc/config.site" +else + ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" +fi + +for ac_site_file in $ac_site_files +do + case $ac_site_file in @%:@( + */*) : + ;; @%:@( + *) : + ac_site_file=./$ac_site_file ;; +esac + if test -f "$ac_site_file" && test -r "$ac_site_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +printf "%s\n" "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +printf "%s\n" "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Test code for whether the C compiler supports C89 (global declarations) +ac_c_conftest_c89_globals=' +/* Does the compiler advertise C89 conformance? + Do not test the value of __STDC__, because some compilers set it to 0 + while being otherwise adequately conformant. */ +#if !defined __STDC__ +# error "Compiler does not advertise C89 conformance" +#endif + +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ +struct buf { int x; }; +struct buf * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not \xHH hex character constants. + These do not provoke an error unfortunately, instead are silently treated + as an "x". The following induces an error, until -std is added to get + proper ANSI mode. Curiously \x00 != x always comes out true, for an + array size at least. It is necessary to write \x00 == 0 to get something + that is true only with -std. */ +int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) '\''x'\'' +int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), + int, int);' + +# Test code for whether the C compiler supports C89 (body of main). +ac_c_conftest_c89_main=' +ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); +' + +# Test code for whether the C compiler supports C99 (global declarations) +ac_c_conftest_c99_globals=' +// Does the compiler advertise C99 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L +# error "Compiler does not advertise C99 conformance" +#endif + +#include +extern int puts (const char *); +extern int printf (const char *, ...); +extern int dprintf (int, const char *, ...); +extern void *malloc (size_t); + +// Check varargs macros. These examples are taken from C99 6.10.3.5. +// dprintf is used instead of fprintf to avoid needing to declare +// FILE and stderr. +#define debug(...) dprintf (2, __VA_ARGS__) +#define showlist(...) puts (#__VA_ARGS__) +#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +static void +test_varargs_macros (void) +{ + int x = 1234; + int y = 5678; + debug ("Flag"); + debug ("X = %d\n", x); + showlist (The first, second, and third items.); + report (x>y, "x is %d but y is %d", x, y); +} + +// Check long long types. +#define BIG64 18446744073709551615ull +#define BIG32 4294967295ul +#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +#if !BIG_OK + #error "your preprocessor is broken" +#endif +#if BIG_OK +#else + #error "your preprocessor is broken" +#endif +static long long int bignum = -9223372036854775807LL; +static unsigned long long int ubignum = BIG64; + +struct incomplete_array +{ + int datasize; + double data[]; +}; + +struct named_init { + int number; + const wchar_t *name; + double average; +}; + +typedef const char *ccp; + +static inline int +test_restrict (ccp restrict text) +{ + // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) + continue; + return 0; +} + +// Check varargs and va_copy. +static bool +test_varargs (const char *format, ...) +{ + va_list args; + va_start (args, format); + va_list args_copy; + va_copy (args_copy, args); + + const char *str = ""; + int number = 0; + float fnumber = 0; + + while (*format) + { + switch (*format++) + { + case '\''s'\'': // string + str = va_arg (args_copy, const char *); + break; + case '\''d'\'': // int + number = va_arg (args_copy, int); + break; + case '\''f'\'': // float + fnumber = va_arg (args_copy, double); + break; + default: + break; + } + } + va_end (args_copy); + va_end (args); + + return *str && number && fnumber; +} +' + +# Test code for whether the C compiler supports C99 (body of main). +ac_c_conftest_c99_main=' + // Check bool. + _Bool success = false; + success |= (argc != 0); + + // Check restrict. + if (test_restrict ("String literal") == 0) + success = true; + char *restrict newvar = "Another string"; + + // Check varargs. + success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); + test_varargs_macros (); + + // Check flexible array members. + struct incomplete_array *ia = + malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); + ia->datasize = 10; + for (int i = 0; i < ia->datasize; ++i) + ia->data[i] = i * 1.234; + + // Check named initializers. + struct named_init ni = { + .number = 34, + .name = L"Test wide string", + .average = 543.34343, + }; + + ni.number = 58; + + int dynamic_array[ni.number]; + dynamic_array[0] = argv[0][0]; + dynamic_array[ni.number - 1] = 543; + + // work around unused variable warnings + ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' + || dynamic_array[ni.number - 1] != 543); +' + +# Test code for whether the C compiler supports C11 (global declarations) +ac_c_conftest_c11_globals=' +// Does the compiler advertise C11 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L +# error "Compiler does not advertise C11 conformance" +#endif + +// Check _Alignas. +char _Alignas (double) aligned_as_double; +char _Alignas (0) no_special_alignment; +extern char aligned_as_int; +char _Alignas (0) _Alignas (int) aligned_as_int; + +// Check _Alignof. +enum +{ + int_alignment = _Alignof (int), + int_array_alignment = _Alignof (int[100]), + char_alignment = _Alignof (char) +}; +_Static_assert (0 < -_Alignof (int), "_Alignof is signed"); + +// Check _Noreturn. +int _Noreturn does_not_return (void) { for (;;) continue; } + +// Check _Static_assert. +struct test_static_assert +{ + int x; + _Static_assert (sizeof (int) <= sizeof (long int), + "_Static_assert does not work in struct"); + long int y; +}; + +// Check UTF-8 literals. +#define u8 syntax error! +char const utf8_literal[] = u8"happens to be ASCII" "another string"; + +// Check duplicate typedefs. +typedef long *long_ptr; +typedef long int *long_ptr; +typedef long_ptr long_ptr; + +// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. +struct anonymous +{ + union { + struct { int i; int j; }; + struct { int k; long int l; } w; + }; + int m; +} v1; +' + +# Test code for whether the C compiler supports C11 (body of main). +ac_c_conftest_c11_main=' + _Static_assert ((offsetof (struct anonymous, i) + == offsetof (struct anonymous, w.k)), + "Anonymous union alignment botch"); + v1.i = 2; + v1.w.k = 5; + ok |= v1.i != 5; +' + +# Test code for whether the C compiler supports C11 (complete). +ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} +${ac_c_conftest_c11_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + ${ac_c_conftest_c11_main} + return ok; +} +" + +# Test code for whether the C compiler supports C99 (complete). +ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + return ok; +} +" + +# Test code for whether the C compiler supports C89 (complete). +ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + return ok; +} +" + +as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H" +as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H" +as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H" +as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H" +as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H" +as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H" +as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H" +as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H" +as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H" +as_fn_append ac_header_c_list " sys/time.h sys_time_h HAVE_SYS_TIME_H" + +# Auxiliary files required by this configure script. +ac_aux_files="compile config.guess config.sub ltmain.sh missing install-sh" + +# Locations in which to look for auxiliary files. +ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." + +# Search for a directory containing all of the required auxiliary files, +# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. +# If we don't find one directory that contains all the files we need, +# we report the set of missing files from the *first* directory in +# $ac_aux_dir_candidates and give up. +ac_missing_aux_files="" +ac_first_candidate=: +printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in $ac_aux_dir_candidates +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + + printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 + ac_aux_dir_found=yes + ac_install_sh= + for ac_aux in $ac_aux_files + do + # As a special case, if "install-sh" is required, that requirement + # can be satisfied by any of "install-sh", "install.sh", or "shtool", + # and $ac_install_sh is set appropriately for whichever one is found. + if test x"$ac_aux" = x"install-sh" + then + if test -f "${as_dir}install-sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 + ac_install_sh="${as_dir}install-sh -c" + elif test -f "${as_dir}install.sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 + ac_install_sh="${as_dir}install.sh -c" + elif test -f "${as_dir}shtool"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 + ac_install_sh="${as_dir}shtool install -c" + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} install-sh" + else + break + fi + fi + else + if test -f "${as_dir}${ac_aux}"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" + else + break + fi + fi + fi + done + if test "$ac_aux_dir_found" = yes; then + ac_aux_dir="$as_dir" + break + fi + ac_first_candidate=false + + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 +fi + + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +if test -f "${ac_aux_dir}config.guess"; then + ac_@&t@config_guess="$SHELL ${ac_aux_dir}config.guess" +fi +if test -f "${ac_aux_dir}config.sub"; then + ac_@&t@config_sub="$SHELL ${ac_aux_dir}config.sub" +fi +if test -f "$ac_aux_dir/configure"; then + ac_@&t@configure="$SHELL ${ac_aux_dir}configure" +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' + and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + +am__api_version='1.16' + + + + # Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +printf %s "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test ${ac_cv_path_install+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + # Account for fact that we put trailing slashes in our PATH walk. +case $as_dir in @%:@(( + ./ | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test ${ac_cv_path_install+y}; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +printf "%s\n" "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +printf %s "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` + + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + + + if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 +printf %s "checking for a race-free mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test ${ac_cv_path_mkdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ + 'BusyBox '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test ${ac_cv_path_mkdir+y}; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +printf "%s\n" "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AWK+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +printf "%s\n" "$AWK" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval test \${ac_cv_prog_make_${ac_make}_set+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + SET_MAKE= +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +@%:@ Check whether --enable-silent-rules was given. +if test ${enable_silent_rules+y} +then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +printf %s "checking whether $am_make supports nested variables... " >&6; } +if test ${am_cv_make_support_nested_variables+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if printf "%s\n" 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='libpostal' + VERSION='1.1.1' + + +printf "%s\n" "@%:@define PACKAGE \"$PACKAGE\"" >>confdefs.h + + +printf "%s\n" "@%:@define VERSION \"$VERSION\"" >>confdefs.h + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi + +if test -z "$ETAGS"; then + ETAGS=etags +fi + +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + +case `pwd` in + *\ * | *\ *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 +printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; +esac + + + +macro_version='2.4.7' +macro_revision='2.4.7' + + + + + + + + + + + + + + +ltmain=$ac_aux_dir/ltmain.sh + + + + # Make sure we can run config.sub. +$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +printf %s "checking build system type... " >&6; } +if test ${ac_cv_build+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +printf "%s\n" "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +printf %s "checking host system type... " >&6; } +if test ${ac_cv_host+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +printf "%s\n" "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +printf %s "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case $ECHO in + printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +printf "%s\n" "printf" >&6; } ;; + print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +printf "%s\n" "print -r" >&6; } ;; + *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +printf "%s\n" "cat" >&6; } ;; +esac + + + + + + + + + + + + + + + + + + + + + + + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in @%:@( + '0:this is the am__doit target') : + case $s in @%:@( + BSD) : + am__include='.include' am__quote='"' ;; @%:@( + *) : + am__include='include' am__quote='' ;; +esac ;; @%:@( + *) : + ;; +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +printf "%s\n" "${_am_result}" >&6; } + +@%:@ Check whether --enable-dependency-tracking was given. +if test ${enable_dependency_tracking+y} +then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $@%:@ != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. +set dummy ${ac_tool_prefix}clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. +set dummy clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +fi + + +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion -version; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +printf %s "checking whether the C compiler works... " >&6; } +ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else $as_nop + ac_file='' +fi +if test -z "$ac_file" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +printf %s "checking for C compiler default output file name... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +printf "%s\n" "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +printf %s "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +printf "%s\n" "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include +int +main (void) +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +printf %s "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +printf "%s\n" "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +printf %s "checking for suffix of object files... " >&6; } +if test ${ac_cv_objext+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +printf "%s\n" "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +printf %s "checking whether the compiler supports GNU C... " >&6; } +if test ${ac_cv_c_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_compiler_gnu=yes +else $as_nop + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+y} +ac_save_CFLAGS=$CFLAGS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +printf %s "checking whether $CC accepts -g... " >&6; } +if test ${ac_cv_prog_cc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +else $as_nop + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +ac_prog_cc_stdc=no +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +printf %s "checking for $CC option to enable C11 features... " >&6; } +if test ${ac_cv_prog_cc_c11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c11=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c11_program +_ACEOF +for ac_arg in '' -std=gnu11 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 + ac_prog_cc_stdc=c11 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +printf %s "checking for $CC option to enable C99 features... " >&6; } +if test ${ac_cv_prog_cc_c99+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c99_program +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c99" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c99" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 + ac_prog_cc_stdc=c99 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +printf %s "checking for $CC option to enable C89 features... " >&6; } +if test ${ac_cv_prog_cc_c89+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c89_program +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c89" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c89" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 + ac_prog_cc_stdc=c89 +fi +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +printf %s "checking whether $CC understands -c and -o together... " >&6; } +if test ${am_cv_prog_cc_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +depcc="$CC" am_compiler_list= + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +printf %s "checking for a sed that does not truncate output... " >&6; } +if test ${ac_cv_path_SED+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in sed gsed + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +printf "%s\n" "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +printf %s "checking for grep that handles long lines and -e... " >&6; } +if test ${ac_cv_path_GREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in grep ggrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +printf "%s\n" "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 +printf %s "checking for fgrep... " >&6; } +if test ${ac_cv_path_FGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 + then ac_cv_path_FGREP="$GREP -F" + else + if test -z "$FGREP"; then + ac_path_FGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in fgrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_FGREP" || continue +# Check for GNU ac_path_FGREP and select it if it is found. + # Check for GNU $ac_path_FGREP +case `"$ac_path_FGREP" --version 2>&1` in +*GNU*) + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'FGREP' >> "conftest.nl" + "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_FGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_FGREP="$ac_path_FGREP" + ac_path_FGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_FGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_FGREP"; then + as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_FGREP=$FGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 +printf "%s\n" "$ac_cv_path_FGREP" >&6; } + FGREP="$ac_cv_path_FGREP" + + +test -z "$GREP" && GREP=grep + + + + + + + + + + + + + + + + + + + +@%:@ Check whether --with-gnu-ld was given. +if test ${with_gnu_ld+y} +then : + withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes +else $as_nop + with_gnu_ld=no +fi + +ac_prog=ld +if test yes = "$GCC"; then + # Check if gcc -print-prog-name=ld gives a path. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +printf %s "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return, which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD=$ac_prog + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test yes = "$with_gnu_ld"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +printf %s "checking for GNU ld... " >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +printf %s "checking for non-GNU ld... " >&6; } +fi +if test ${lt_cv_path_LD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$LD"; then + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD=$ac_dir/$ac_prog + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +printf "%s\n" "$LD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +printf %s "checking if the linker ($LD) is GNU ld... " >&6; } +if test ${lt_cv_prog_gnu_ld+y} +then : + printf %s "(cached) " >&6 +else $as_nop + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 +printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; } +if test ${lt_cv_path_NM+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM=$NM +else + lt_nm_to_check=${ac_tool_prefix}nm + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + tmp_nm=$ac_dir/$lt_tmp_nm + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the 'sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break 2 + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break 2 + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS=$lt_save_ifs + done + : ${lt_cv_path_NM=no} +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 +printf "%s\n" "$lt_cv_path_NM" >&6; } +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DUMPBIN"; then + ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DUMPBIN=$ac_cv_prog_DUMPBIN +if test -n "$DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 +printf "%s\n" "$DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$DUMPBIN" && break + done +fi +if test -z "$DUMPBIN"; then + ac_ct_DUMPBIN=$DUMPBIN + for ac_prog in dumpbin "link -dump" +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DUMPBIN"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN +if test -n "$ac_ct_DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 +printf "%s\n" "$ac_ct_DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_DUMPBIN" && break +done + + if test "x$ac_ct_DUMPBIN" = x; then + DUMPBIN=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DUMPBIN=$ac_ct_DUMPBIN + fi +fi + + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi + + if test : != "$DUMPBIN"; then + NM=$DUMPBIN + fi +fi +test -z "$NM" && NM=nm + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 +printf %s "checking the name lister ($NM) interface... " >&6; } +if test ${lt_cv_nm_interface+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: output\"" >&5) + cat conftest.out >&5 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 +printf "%s\n" "$lt_cv_nm_interface" >&6; } + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +printf %s "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +printf "%s\n" "no, using $LN_S" >&6; } +fi + +# find the maximum length of command line arguments +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 +printf %s "checking the maximum length of command line arguments... " >&6; } +if test ${lt_cv_sys_max_cmd_len+y} +then : + printf %s "(cached) " >&6 +else $as_nop + i=0 + teststring=ABCD + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[ ]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len" && \ + test undefined != "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac + +fi + +if test -n "$lt_cv_sys_max_cmd_len"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 +printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5 +printf "%s\n" "none" >&6; } +fi +max_cmd_len=$lt_cv_sys_max_cmd_len + + + + + + +: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi + + + + + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 +printf %s "checking how to convert $build file names to $host format... " >&6; } +if test ${lt_cv_to_host_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac + +fi + +to_host_file_cmd=$lt_cv_to_host_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 +printf %s "checking how to convert $build file names to toolchain format... " >&6; } +if test ${lt_cv_to_tool_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + #assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac + +fi + +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 +printf %s "checking for $LD option to reload object files... " >&6; } +if test ${lt_cv_ld_reload_flag+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_reload_flag='-r' +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 +printf "%s\n" "$lt_cv_ld_reload_flag" >&6; } +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test yes != "$GCC"; then + reload_cmds=false + fi + ;; + darwin*) + if test yes = "$GCC"; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}file", so it can be a program name with args. +set dummy ${ac_tool_prefix}file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FILECMD"; then + ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FILECMD="${ac_tool_prefix}file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FILECMD=$ac_cv_prog_FILECMD +if test -n "$FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5 +printf "%s\n" "$FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_FILECMD"; then + ac_ct_FILECMD=$FILECMD + # Extract the first word of "file", so it can be a program name with args. +set dummy file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_FILECMD"; then + ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_FILECMD="file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD +if test -n "$ac_ct_FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FILECMD" >&5 +printf "%s\n" "$ac_ct_FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_FILECMD" = x; then + FILECMD=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + FILECMD=$ac_ct_FILECMD + fi +else + FILECMD="$ac_cv_prog_FILECMD" +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. +set dummy ${ac_tool_prefix}objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OBJDUMP"; then + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OBJDUMP=$ac_cv_prog_OBJDUMP +if test -n "$OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 +printf "%s\n" "$OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OBJDUMP"; then + ac_ct_OBJDUMP=$OBJDUMP + # Extract the first word of "objdump", so it can be a program name with args. +set dummy objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OBJDUMP="objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP +if test -n "$ac_ct_OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 +printf "%s\n" "$ac_ct_OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OBJDUMP" = x; then + OBJDUMP="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OBJDUMP=$ac_ct_OBJDUMP + fi +else + OBJDUMP="$ac_cv_prog_OBJDUMP" +fi + +test -z "$OBJDUMP" && OBJDUMP=objdump + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 +printf %s "checking how to recognize dependent libraries... " >&6; } +if test ${lt_cv_deplibs_check_method+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# 'unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# that responds to the $file_magic_cmd with a given extended regex. +# If you have 'file' or equivalent on your system and you're not sure +# whether 'pass_all' will *always* work, you probably want this one. + +case $host_os in +aix[4-9]*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[45]*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='$FILECMD -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly* | midnightbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=$FILECMD + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[3-9]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 +printf "%s\n" "$lt_cv_deplibs_check_method" >&6; } + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + + + + + + + + + + + + + + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. +set dummy ${ac_tool_prefix}dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DLLTOOL"; then + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DLLTOOL=$ac_cv_prog_DLLTOOL +if test -n "$DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +printf "%s\n" "$DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DLLTOOL"; then + ac_ct_DLLTOOL=$DLLTOOL + # Extract the first word of "dlltool", so it can be a program name with args. +set dummy dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DLLTOOL"; then + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DLLTOOL="dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL +if test -n "$ac_ct_DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +printf "%s\n" "$ac_ct_DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DLLTOOL" = x; then + DLLTOOL="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DLLTOOL=$ac_ct_DLLTOOL + fi +else + DLLTOOL="$ac_cv_prog_DLLTOOL" +fi + +test -z "$DLLTOOL" && DLLTOOL=dlltool + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 +printf %s "checking how to associate runtime and link libraries... " >&6; } +if test ${lt_cv_sharedlib_from_linklib_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd=$ECHO + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 +printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + + + + + + + + +if test -n "$ac_tool_prefix"; then + for ac_prog in ar + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +printf "%s\n" "$AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AR" && break + done +fi +if test -z "$AR"; then + ac_ct_AR=$AR + for ac_prog in ar +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +printf "%s\n" "$ac_ct_AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_AR" && break +done + + if test "x$ac_ct_AR" = x; then + AR="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +fi + +: ${AR=ar} + + + + + + +# Use ARFLAGS variable as AR's operation code to sync the variable naming with +# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have +# higher priority because thats what people were doing historically (setting +# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS +# variable obsoleted/removed. + +test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} +lt_ar_flags=$AR_FLAGS + + + + + + +# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override +# by AR_FLAGS because that was never working and AR_FLAGS is about to die. + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 +printf %s "checking for archiver @FILE support... " >&6; } +if test ${lt_cv_ar_at_file+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ar_at_file=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -eq "$ac_status"; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -ne "$ac_status"; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 +printf "%s\n" "$lt_cv_ar_at_file" >&6; } + +if test no = "$lt_cv_ar_at_file"; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +test -z "$STRIP" && STRIP=: + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +printf "%s\n" "$RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +printf "%s\n" "$ac_ct_RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +test -z "$RANLIB" && RANLIB=: + + + + + + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + bitrig* | openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 +printf %s "checking command to parse $NM output from $compiler object... " >&6; } +if test ${lt_cv_sys_global_symbol_pipe+y} +then : + printf %s "(cached) " >&6 +else $as_nop + +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[BCDEGRST]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[ABCDGISTW]' + ;; +hpux*) + if test ia64 = "$host_cpu"; then + symcode='[ABCDEGRST]' + fi + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris*) + symcode='[BDRT]' + ;; +sco3.2v5*) + symcode='[DT]' + ;; +sysv4.2uw2*) + symcode='[DT]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[ABDT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function, + # D for any global variable and I for any imported variable. + # Also find C++ and __fastcall symbols from MSVC++ or ICC, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK '"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx" + else + lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Now try to grab the symbols. + nlist=conftest.nm + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT@&t@_DLSYM_CONST +#elif defined __osf__ +/* This system does not cope well with relocations in const data. */ +# define LT@&t@_DLSYM_CONST +#else +# define LT@&t@_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT@&t@_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS=conftstm.$ac_objext + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&5 + fi + else + echo "cannot find nm_test_var in $nlist" >&5 + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 + fi + else + echo "$progname: failed program was:" >&5 + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test yes = "$pipe_works"; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done + +fi + +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5 +printf "%s\n" "failed" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +printf "%s\n" "ok" >&6; } +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 +printf %s "checking for sysroot... " >&6; } + +@%:@ Check whether --with-sysroot was given. +if test ${with_sysroot+y} +then : + withval=$with_sysroot; +else $as_nop + with_sysroot=no +fi + + +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 +printf "%s\n" "$with_sysroot" >&6; } + as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 + ;; +esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 +printf "%s\n" "${lt_sysroot:-no}" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 +printf %s "checking for a working dd... " >&6; } +if test ${ac_cv_path_lt_DD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +if test -z "$lt_DD"; then + ac_path_lt_DD_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in dd + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_lt_DD="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_lt_DD" || continue +if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi + $ac_path_lt_DD_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_lt_DD"; then + : + fi +else + ac_cv_path_lt_DD=$lt_DD +fi + +rm -f conftest.i conftest2.i conftest.out +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 +printf "%s\n" "$ac_cv_path_lt_DD" >&6; } + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 +printf %s "checking how to truncate binary pipes... " >&6; } +if test ${lt_cv_truncate_bin+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 +printf "%s\n" "$lt_cv_truncate_bin" >&6; } + + + + + + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + +@%:@ Check whether --enable-libtool-lock was given. +if test ${enable_libtool_lock+y} +then : + enableval=$enable_libtool_lock; +fi + +test no = "$enable_libtool_lock" || enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out what ABI is being produced by ac_compile, and set mode + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE=32 + ;; + *ELF-64*) + HPUX_IA64_MODE=64 + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if test yes = "$lt_cv_prog_gnu_ld"; then + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + emul=elf + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + case `$FILECMD conftest.o` in + *x86-64*) + LD="${LD-ld} -m elf32_x86_64" + ;; + *) + LD="${LD-ld} -m elf_i386" + ;; + esac + ;; + powerpc64le-*linux*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + powerpcle-*linux*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS -belf" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 +printf %s "checking whether the C compiler needs -belf... " >&6; } +if test ${lt_cv_cc_needs_belf+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_cc_needs_belf=yes +else $as_nop + lt_cv_cc_needs_belf=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 +printf "%s\n" "$lt_cv_cc_needs_belf" >&6; } + if test yes != "$lt_cv_cc_needs_belf"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS=$SAVE_CFLAGS + fi + ;; +*-*solaris*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*|x86_64-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD=${LD-ld}_sol2 + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks=$enable_libtool_lock + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. +set dummy ${ac_tool_prefix}mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$MANIFEST_TOOL"; then + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL +if test -n "$MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 +printf "%s\n" "$MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_MANIFEST_TOOL"; then + ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL + # Extract the first word of "mt", so it can be a program name with args. +set dummy mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_MANIFEST_TOOL"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL +if test -n "$ac_ct_MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 +printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_MANIFEST_TOOL" = x; then + MANIFEST_TOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL + fi +else + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" +fi + +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 +printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } +if test ${lt_cv_path_mainfest_tool+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&5 + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 +printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; } +if test yes != "$lt_cv_path_mainfest_tool"; then + MANIFEST_TOOL=: +fi + + + + + + + case $host_os in + rhapsody* | darwin*) + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DSYMUTIL"; then + ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DSYMUTIL=$ac_cv_prog_DSYMUTIL +if test -n "$DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 +printf "%s\n" "$DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DSYMUTIL"; then + ac_ct_DSYMUTIL=$DSYMUTIL + # Extract the first word of "dsymutil", so it can be a program name with args. +set dummy dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DSYMUTIL"; then + ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL +if test -n "$ac_ct_DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 +printf "%s\n" "$ac_ct_DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DSYMUTIL" = x; then + DSYMUTIL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DSYMUTIL=$ac_ct_DSYMUTIL + fi +else + DSYMUTIL="$ac_cv_prog_DSYMUTIL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. +set dummy ${ac_tool_prefix}nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NMEDIT"; then + ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +NMEDIT=$ac_cv_prog_NMEDIT +if test -n "$NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 +printf "%s\n" "$NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_NMEDIT"; then + ac_ct_NMEDIT=$NMEDIT + # Extract the first word of "nmedit", so it can be a program name with args. +set dummy nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_NMEDIT"; then + ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_NMEDIT="nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT +if test -n "$ac_ct_NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 +printf "%s\n" "$ac_ct_NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_NMEDIT" = x; then + NMEDIT=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + NMEDIT=$ac_ct_NMEDIT + fi +else + NMEDIT="$ac_cv_prog_NMEDIT" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. +set dummy ${ac_tool_prefix}lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$LIPO"; then + ac_cv_prog_LIPO="$LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_LIPO="${ac_tool_prefix}lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +LIPO=$ac_cv_prog_LIPO +if test -n "$LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 +printf "%s\n" "$LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_LIPO"; then + ac_ct_LIPO=$LIPO + # Extract the first word of "lipo", so it can be a program name with args. +set dummy lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_LIPO"; then + ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_LIPO="lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO +if test -n "$ac_ct_LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 +printf "%s\n" "$ac_ct_LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_LIPO" = x; then + LIPO=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + LIPO=$ac_ct_LIPO + fi +else + LIPO="$ac_cv_prog_LIPO" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL"; then + ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL="${ac_tool_prefix}otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL=$ac_cv_prog_OTOOL +if test -n "$OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 +printf "%s\n" "$OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL"; then + ac_ct_OTOOL=$OTOOL + # Extract the first word of "otool", so it can be a program name with args. +set dummy otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL"; then + ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL="otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL +if test -n "$ac_ct_OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 +printf "%s\n" "$ac_ct_OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL" = x; then + OTOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL=$ac_ct_OTOOL + fi +else + OTOOL="$ac_cv_prog_OTOOL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL64"; then + ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL64=$ac_cv_prog_OTOOL64 +if test -n "$OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 +printf "%s\n" "$OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL64"; then + ac_ct_OTOOL64=$OTOOL64 + # Extract the first word of "otool64", so it can be a program name with args. +set dummy otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL64"; then + ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL64="otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 +if test -n "$ac_ct_OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 +printf "%s\n" "$ac_ct_OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL64" = x; then + OTOOL64=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL64=$ac_ct_OTOOL64 + fi +else + OTOOL64="$ac_cv_prog_OTOOL64" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 +printf %s "checking for -single_module linker flag... " >&6; } +if test ${lt_cv_apple_cc_single_mod+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_apple_cc_single_mod=no + if test -z "$LT_MULTI_MODULE"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test 0 = "$_lt_result"; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&5 + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 +printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 +printf %s "checking for -exported_symbols_list linker flag... " >&6; } +if test ${lt_cv_ld_exported_symbols_list+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_ld_exported_symbols_list=yes +else $as_nop + lt_cv_ld_exported_symbols_list=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 +printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +printf %s "checking for -force_load linker flag... " >&6; } +if test ${lt_cv_ld_force_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5 + $AR $AR_FLAGS libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +printf "%s\n" "$lt_cv_ld_force_load" >&6; } + case $host_os in + rhapsody* | darwin1.[012]) + _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + darwin*) + case $MACOSX_DEPLOYMENT_TARGET,$host in + 10.[012],*|,*powerpc*-darwin[5-8]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + *) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test yes = "$lt_cv_apple_cc_single_mod"; then + _lt_dar_single_mod='$single_module' + fi + if test yes = "$lt_cv_ld_exported_symbols_list"; then + _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' + fi + if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} + +ac_header= ac_cache= +for ac_item in $ac_header_c_list +do + if test $ac_cache; then + ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" + if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then + printf "%s\n" "#define $ac_item 1" >> confdefs.h + fi + ac_header= ac_cache= + elif test $ac_header; then + ac_cache=$ac_item + else + ac_header=$ac_item + fi +done + + + + + + + + +if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes +then : + +printf "%s\n" "@%:@define STDC_HEADERS 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default +" +if test "x$ac_cv_header_dlfcn_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_DLFCN_H 1" >>confdefs.h + +fi + + + + + +# Set options +@%:@ Check whether --enable-shared was given. +if test ${enable_shared+y} +then : + enableval=$enable_shared; p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_shared=yes +fi + + + + + + + + + + + enable_dlopen=no + + + enable_win32_dll=no + + + + @%:@ Check whether --enable-static was given. +if test ${enable_static+y} +then : + enableval=$enable_static; p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_static=yes +fi + + + + + + + + + + +@%:@ Check whether --with-pic was given. +if test ${with_pic+y} +then : + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for lt_pkg in $withval; do + IFS=$lt_save_ifs + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + pic_mode=default +fi + + + + + + + + + @%:@ Check whether --enable-fast-install was given. +if test ${enable_fast_install+y} +then : + enableval=$enable_fast_install; p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_fast_install=yes +fi + + + + + + + + + shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[5-9]*,yes) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 +printf %s "checking which variant of shared library versioning to provide... " >&6; } + +@%:@ Check whether --with-aix-soname was given. +if test ${with_aix_soname+y} +then : + withval=$with_aix_soname; case $withval in + aix|svr4|both) + ;; + *) + as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname +else $as_nop + if test ${lt_cv_with_aix_soname+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_with_aix_soname=aix +fi + + with_aix_soname=$lt_cv_with_aix_soname +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 +printf "%s\n" "$with_aix_soname" >&6; } + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac + + + + + + + + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS=$ltmain + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +test -z "$LN_S" && LN_S="ln -s" + + + + + + + + + + + + + + +if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 +printf %s "checking for objdir... " >&6; } +if test ${lt_cv_objdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 +printf "%s\n" "$lt_cv_objdir" >&6; } +objdir=$lt_cv_objdir + + + + + +printf "%s\n" "@%:@define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h + + + + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a '.a' archive for static linking (except MSVC and +# ICC, which need '.lib'). +libext=a + +with_gnu_ld=$lt_cv_prog_gnu_ld + +old_CC=$CC +old_CFLAGS=$CFLAGS + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +func_cc_basename $compiler +cc_basename=$func_cc_basename_result + + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 +printf %s "checking for ${ac_tool_prefix}file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/${ac_tool_prefix}file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + + + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5 +printf %s "checking for file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +# Use C for the default configuration in the libtool script + +lt_save_CC=$CC +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +objext=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + +lt_prog_compiler_no_builtin_flag= + +if test yes = "$GCC"; then + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } +if test ${lt_cv_prog_compiler_rtti_exceptions+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; } + +if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" +else + : +fi + +fi + + + + + + + lt_prog_compiler_wl= +lt_prog_compiler_pic= +lt_prog_compiler_static= + + + if test yes = "$GCC"; then + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_static='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + fi + lt_prog_compiler_pic='-fPIC' + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl='-Wl,' + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + else + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static='$wl-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + case $cc_basename in + # old Intel for x86_64, which still supported -KPIC. + ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='--shared' + lt_prog_compiler_static='--static' + ;; + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-qpic' + lt_prog_compiler_static='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + lt_prog_compiler_wl='-Qoption ld ';; + *) + lt_prog_compiler_wl='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic='-Kconform_pic' + lt_prog_compiler_static='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_can_build_shared=no + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +case $host_os in + # For platforms that do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic@&t@ -DPIC" + ;; +esac + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +printf %s "checking for $compiler option to produce PIC... " >&6; } +if test ${lt_cv_prog_compiler_pic+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic=$lt_prog_compiler_pic +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; } +lt_prog_compiler_pic=$lt_cv_prog_compiler_pic + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } +if test ${lt_cv_prog_compiler_pic_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic@&t@ -DPIC" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_pic_works"; then + case $lt_prog_compiler_pic in + "" | " "*) ;; + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; + esac +else + lt_prog_compiler_pic= + lt_prog_compiler_can_build_shared=no +fi + +fi + + + + + + + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if test ${lt_cv_prog_compiler_static_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_static_works=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works=yes + fi + else + lt_cv_prog_compiler_static_works=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_static_works"; then + : +else + lt_prog_compiler_static= +fi + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + +hard_links=nottested +if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then + # do not overwrite the value of need_locks provided by the user + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +printf %s "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +printf "%s\n" "$hard_links" >&6; } + if test no = "$hard_links"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 +printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + runpath_var= + allow_undefined_flag= + always_export_symbols=no + archive_cmds= + archive_expsym_cmds= + compiler_needs_object=no + enable_shared_with_static_runtimes=no + export_dynamic_flag_spec= + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + hardcode_automatic=no + hardcode_direct=no + hardcode_direct_absolute=no + hardcode_libdir_flag_spec= + hardcode_libdir_separator= + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + inherit_rpath=no + link_all_deplibs=unknown + module_cmds= + module_expsym_cmds= + old_archive_from_new_cmds= + old_archive_from_expsyms_cmds= + thread_safe_flag_spec= + whole_archive_flag_spec= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ' (' and ')$', so one must not match beginning or + # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', + # as well as any symbol that contains 'd'. + exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + if test yes != "$GCC"; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) + with_gnu_ld=yes + ;; + openbsd* | bitrig*) + with_gnu_ld=no + ;; + linux* | k*bsd*-gnu | gnu*) + link_all_deplibs=no + ;; + esac + + ld_shlibs=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test yes = "$with_gnu_ld"; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test yes = "$lt_use_gnu_ld_interface"; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='$wl' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='$wl--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' + else + whole_archive_flag_spec= + fi + supports_anon_versioning=no + case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[3-9]*) + # On AIX/PPC, the GNU linker is very broken + if test ia64 != "$host_cpu"; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + else + ld_shlibs=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='$wl--export-all-symbols' + allow_undefined_flag=unsupported + always_export_symbols=no + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs=no + fi + ;; + + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + interix[3-9]*) + hardcode_direct=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test linux-dietlibc = "$host_os"; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test no = "$tmp_diet" + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + whole_archive_flag_spec= + tmp_sharedflag='--shared' ;; + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + ;; + esac + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + tcc*) + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='-rdynamic' + ;; + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + ld_shlibs=no + fi + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + + if test no = "$ld_shlibs"; then + runpath_var= + hardcode_libdir_flag_spec= + export_dynamic_flag_spec= + whole_archive_flag_spec= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag=unsupported + always_export_symbols=yes + archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix[4-9]*) + if test ia64 = "$host_cpu"; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag= + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then + aix_use_runtimelinking=yes + break + fi + done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds='' + hardcode_direct=yes + hardcode_direct_absolute=yes + hardcode_libdir_separator=':' + link_all_deplibs=yes + file_list_spec='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + hardcode_direct=no + hardcode_direct_absolute=no + ;; + esac + + if test yes = "$GCC"; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`$CC -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + shared_flag='-shared' + if test yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' + fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' + else + # not using gcc + if test ia64 = "$host_cpu"; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' + else + shared_flag='$wl-bM:SRE' + fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' + fi + fi + + export_dynamic_flag_spec='$wl-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols=yes + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag + else + if test ia64 = "$host_cpu"; then + hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' + allow_undefined_flag="-z nodefs" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag=' $wl-bernotok' + allow_undefined_flag=' $wl-berok' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi + archive_cmds_need_lc=yes + archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + bsdi[45]*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl* | icl*) + # Native MSVC or ICC + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + always_export_symbols=yes + file_list_spec='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, )='true' + enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + old_postinstall_cmds='chmod 644 $oldlib' + postlink_cmds='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC and ICC wrapper + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_from_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' + enable_shared_with_static_runtimes=yes + ;; + esac + ;; + + darwin* | rhapsody*) + + + archive_cmds_need_lc=no + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + if test yes = "$lt_cv_ld_force_load"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec='' + fi + link_all_deplibs=yes + allow_undefined_flag=$_lt_dar_allow_undefined + case $cc_basename in + ifort*|nagfor*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test yes = "$_lt_dar_can_shared"; then + output_verbose_link_cmd=func_echo_all + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" + archive_expsym_cmds="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + module_expsym_cmds="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" + + else + ld_shlibs=no + fi + + ;; + + dgux*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly* | midnightbsd*) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + hpux9*) + if test yes = "$GCC"; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + else + archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + export_dynamic_flag_spec='$wl-E' + ;; + + hpux10*) + if test yes,no = "$GCC,$with_gnu_ld"; then + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + + hpux11*) + if test yes,no = "$GCC,$with_gnu_ld"; then + case $host_cpu in + hppa*64*) + archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +printf %s "checking if $CC understands -b... " >&6; } +if test ${lt_cv_prog_compiler__b+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler__b=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +printf "%s\n" "$lt_cv_prog_compiler__b" >&6; } + +if test yes = "$lt_cv_prog_compiler__b"; then + archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' +fi + + ;; + esac + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + *) + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test yes = "$GCC"; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 +printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; } +if test ${lt_cv_irix_exported_symbol+y} +then : + printf %s "(cached) " >&6 +else $as_nop + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int foo (void) { return 0; } +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_irix_exported_symbol=yes +else $as_nop + lt_cv_irix_exported_symbol=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 +printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; } + if test yes = "$lt_cv_irix_exported_symbol"; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' + fi + link_all_deplibs=no + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + inherit_rpath=yes + link_all_deplibs=yes + ;; + + linux*) + case $cc_basename in + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + ld_shlibs=yes + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + ;; + esac + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + newsos6) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + hardcode_shlibpath_var=no + ;; + + *nto* | *qnx*) + ;; + + openbsd* | bitrig*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + hardcode_direct_absolute=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + else + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + fi + else + ld_shlibs=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + osf3*) + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + archive_cmds_need_lc='no' + hardcode_libdir_separator=: + ;; + + solaris*) + no_undefined_flag=' -z defs' + if test yes = "$GCC"; then + wlarc='$wl' + archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='$wl' + archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands '-z linker_flag'. GCC discards it without '$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test yes = "$GCC"; then + whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs=yes + ;; + + sunos4*) + if test sequent = "$host_vendor"; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds='$CC -r -o $output$reload_objs' + hardcode_direct=no + ;; + motorola) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv4.3*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag='$wl-z,text' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We CANNOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag='$wl-z,text' + allow_undefined_flag='$wl-z,nodefs' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-R,$libdir' + hardcode_libdir_separator=':' + link_all_deplibs=yes + export_dynamic_flag_spec='$wl-Bexport' + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + *) + ld_shlibs=no + ;; + esac + + if test sni = "$host_vendor"; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + export_dynamic_flag_spec='$wl-Blargedynsym' + ;; + esac + fi + fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 +printf "%s\n" "$ld_shlibs" >&6; } +test no = "$ld_shlibs" && can_build_shared=no + +with_gnu_ld=$with_gnu_ld + + + + + + + + + + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc=yes + + if test yes,yes = "$GCC,$enable_shared"; then + case $archive_cmds in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +printf %s "checking whether -lc should be explicitly linked in... " >&6; } +if test ${lt_cv_archive_cmds_need_lc+y} +then : + printf %s "(cached) " >&6 +else $as_nop + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +printf %s "checking dynamic linker characteristics... " >&6; } + +if test yes = "$GCC"; then + case $host_os in + darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; + *) lt_awk_arg='/^libraries:/' ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary... + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" + elif test -n "$lt_multi_os_dir"; then + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS = " "; FS = "/|\n";} { + lt_foo = ""; + lt_count = 0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo = "/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's|/\([A-Za-z]:\)|\1|g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=.so +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + + + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='$libname$release$shared_ext$major' + ;; + +aix[4-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test ia64 = "$host_cpu"; then + # AIX 5 supports IA64 + library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line '#! .'. This would cause the generated library to + # depend on '.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V + + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a(lib.so.V)' + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='$libname$shared_ext' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl* | *,icl*) + # Native MSVC or ICC + libname_spec='$name' + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec=$LIB + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC and ICC wrapper + library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' + soname_spec='$libname$release$major$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly* | midnightbsd*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[23].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=no + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + if test 32 = "$HPUX_IA64_MODE"; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 + fi + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test yes = "$lt_cv_prog_gnu_ld"; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" + sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + hardcode_libdir_flag_spec='-L$libdir' + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if test ${lt_cv_shlibpath_overrides_runpath+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null +then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) to the search path. + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd* | bitrig*) + version_type=sunos + sys_lib_dlsearch_path_spec=/usr/lib + need_lib_prefix=no + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no + else + need_version=yes + fi + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +os2*) + libname_spec='$name' + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test yes = "$with_gnu_ld"; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec; then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' + soname_spec='$libname$shared_ext.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=sco + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test yes = "$with_gnu_ld"; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +printf "%s\n" "$dynamic_linker" >&6; } +test no = "$dynamic_linker" && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test yes = "$GCC"; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then + sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec +fi + +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec +fi + +# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... +configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec + +# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" + +# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool +configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +printf %s "checking how to hardcode library paths into programs... " >&6; } +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || + test -n "$runpath_var" || + test yes = "$hardcode_automatic"; then + + # We can hardcode non-existent directories. + if test no != "$hardcode_direct" && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && + test no != "$hardcode_minus_L"; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 +printf "%s\n" "$hardcode_action" >&6; } + +if test relink = "$hardcode_action" || + test yes = "$inherit_rpath"; then + # Fast installation is not supported + enable_fast_install=no +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + if test yes != "$enable_dlopen"; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen=load_add_on + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen=LoadLibrary + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + + lt_cv_dlopen=dyld + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + + *) + ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" +if test "x$ac_cv_func_shl_load" = xyes +then : + lt_cv_dlopen=shl_load +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 +printf %s "checking for shl_load in -ldld... " >&6; } +if test ${ac_cv_lib_dld_shl_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char shl_load (); +int +main (void) +{ +return shl_load (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_shl_load=yes +else $as_nop + ac_cv_lib_dld_shl_load=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 +printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = xyes +then : + lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld +else $as_nop + ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" +if test "x$ac_cv_func_dlopen" = xyes +then : + lt_cv_dlopen=dlopen +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 +printf %s "checking for dlopen in -lsvld... " >&6; } +if test ${ac_cv_lib_svld_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_svld_dlopen=yes +else $as_nop + ac_cv_lib_svld_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 +printf %s "checking for dld_link in -ldld... " >&6; } +if test ${ac_cv_lib_dld_dld_link+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dld_link (); +int +main (void) +{ +return dld_link (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_dld_link=yes +else $as_nop + ac_cv_lib_dld_dld_link=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 +printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = xyes +then : + lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test no = "$lt_cv_dlopen"; then + enable_dlopen=no + else + enable_dlopen=yes + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS=$LDFLAGS + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS=$LIBS + LIBS="$lt_cv_dlopen_libs $LIBS" + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 +printf %s "checking whether a program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 +printf "%s\n" "$lt_cv_dlopen_self" >&6; } + + if test yes = "$lt_cv_dlopen_self"; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 +printf %s "checking whether a statically linked program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self_static+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 +printf "%s\n" "$lt_cv_dlopen_self_static" >&6; } + fi + + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + + + + + + + + + + + + + + + + +striplib= +old_striplib= +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 +printf %s "checking whether stripping libraries is possible... " >&6; } +if test -z "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +else + if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + case $host_os in + darwin*) + # FIXME - insert some real tests, host_os isn't really good enough + striplib="$STRIP -x" + old_striplib="$STRIP -S" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + ;; + freebsd*) + if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + fi + ;; + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + ;; + esac + fi +fi + + + + + + + + + + + + + # Report what library types will actually be built + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 +printf %s "checking if libtool supports shared libraries... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 +printf "%s\n" "$can_build_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 +printf %s "checking whether to build shared libraries... " >&6; } + test no = "$can_build_shared" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[4-9]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + fi + ;; + esac + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 +printf "%s\n" "$enable_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 +printf %s "checking whether to build static libraries... " >&6; } + # Make sure either enable_shared or enable_static is yes. + test yes = "$enable_shared" || enable_static=yes + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 +printf "%s\n" "$enable_static" >&6; } + + + + +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC=$lt_save_CC + + + + + + + + + + + + + + + + ac_config_commands="$ac_config_commands libtool" + + + + +# Only expand once: + + + +ac_config_headers="$ac_config_headers config.h" + + +# Checks for programs. + + + +LDFLAGS="$LDFLAGS -L/usr/local/lib" + +# Checks for libraries. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing log" >&5 +printf %s "checking for library containing log... " >&6; } +if test ${ac_cv_search_log+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char log (); +int +main (void) +{ +return log (); + ; + return 0; +} +_ACEOF +for ac_lib in '' m +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_log=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_log+y} +then : + break +fi +done +if test ${ac_cv_search_log+y} +then : + +else $as_nop + ac_cv_search_log=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_log" >&5 +printf "%s\n" "$ac_cv_search_log" >&6; } +ac_res=$ac_cv_search_log +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +else $as_nop + as_fn_error $? "Could not find math library" "$LINENO" 5 +fi + + +# Checks for header files. +# Autoupdate added the next two lines to ensure that your configure +# script's behavior did not change. They are probably safe to remove. + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + + + + +# Obsolete code to be removed. +if test $ac_cv_header_sys_time_h = yes; then + +printf "%s\n" "@%:@define TIME_WITH_SYS_TIME 1" >>confdefs.h + +fi +# End of obsolete code. + +ac_header_dirent=no +for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do + as_ac_Header=`printf "%s\n" "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 +printf %s "checking for $ac_hdr that defines DIR... " >&6; } +if eval test \${$as_ac_Header+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include <$ac_hdr> + +int +main (void) +{ +if ((DIR *) 0) +return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$as_ac_Header=yes" +else $as_nop + eval "$as_ac_Header=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$as_ac_Header + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } +if eval test \"x\$"$as_ac_Header"\" = x"yes" +then : + cat >>confdefs.h <<_ACEOF +@%:@define `printf "%s\n" "HAVE_$ac_hdr" | $as_tr_cpp` 1 +_ACEOF + +ac_header_dirent=$ac_hdr; break +fi + +done +# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. +if test $ac_header_dirent = dirent.h; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' dir +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' x +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +fi + +ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" +if test "x$ac_cv_type__Bool" = xyes +then : + +printf "%s\n" "@%:@define HAVE__BOOL 1" >>confdefs.h + + +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 +printf %s "checking for stdbool.h that conforms to C99... " >&6; } +if test ${ac_cv_header_stdbool_h+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + + #ifndef __bool_true_false_are_defined + #error "__bool_true_false_are_defined is not defined" + #endif + char a[__bool_true_false_are_defined == 1 ? 1 : -1]; + + /* Regardless of whether this is C++ or "_Bool" is a + valid type name, "true" and "false" should be usable + in #if expressions and integer constant expressions, + and "bool" should be a valid type name. */ + + #if !true + #error "'true' is not true" + #endif + #if true != 1 + #error "'true' is not equal to 1" + #endif + char b[true == 1 ? 1 : -1]; + char c[true]; + + #if false + #error "'false' is not false" + #endif + #if false != 0 + #error "'false' is not equal to 0" + #endif + char d[false == 0 ? 1 : -1]; + + enum { e = false, f = true, g = false * true, h = true * 256 }; + + char i[(bool) 0.5 == true ? 1 : -1]; + char j[(bool) 0.0 == false ? 1 : -1]; + char k[sizeof (bool) > 0 ? 1 : -1]; + + struct sb { bool s: 1; bool t; } s; + char l[sizeof s.t > 0 ? 1 : -1]; + + /* The following fails for + HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ + bool m[h]; + char n[sizeof m == h * sizeof m[0] ? 1 : -1]; + char o[-1 - (bool) 0 < 0 ? 1 : -1]; + /* Catch a bug in an HP-UX C compiler. See + https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html + https://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html + */ + bool p = true; + bool *pp = &p; + + /* C 1999 specifies that bool, true, and false are to be + macros, but C++ 2011 and later overrule this. */ + #if __cplusplus < 201103 + #ifndef bool + #error "bool is not defined" + #endif + #ifndef false + #error "false is not defined" + #endif + #ifndef true + #error "true is not defined" + #endif + #endif + + /* If _Bool is available, repeat with it all the tests + above that used bool. */ + #ifdef HAVE__BOOL + struct sB { _Bool s: 1; _Bool t; } t; + + char q[(_Bool) 0.5 == true ? 1 : -1]; + char r[(_Bool) 0.0 == false ? 1 : -1]; + char u[sizeof (_Bool) > 0 ? 1 : -1]; + char v[sizeof t.t > 0 ? 1 : -1]; + + _Bool w[h]; + char x[sizeof m == h * sizeof m[0] ? 1 : -1]; + char y[-1 - (_Bool) 0 < 0 ? 1 : -1]; + _Bool z = true; + _Bool *pz = &p; + #endif + +int +main (void) +{ + + bool ps = &s; + *pp |= p; + *pp |= ! p; + + #ifdef HAVE__BOOL + _Bool pt = &t; + *pz |= z; + *pz |= ! z; + #endif + + /* Refer to every declared value, so they cannot be + discarded as unused. */ + return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k + + !l + !m + !n + !o + !p + !pp + !ps + #ifdef HAVE__BOOL + + !q + !r + !u + !v + !w + !x + !y + !z + !pt + #endif + ); + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_header_stdbool_h=yes +else $as_nop + ac_cv_header_stdbool_h=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 +printf "%s\n" "$ac_cv_header_stdbool_h" >&6; } + +if test $ac_cv_header_stdbool_h = yes; then + +printf "%s\n" "@%:@define HAVE_STDBOOL_H 1" >>confdefs.h + +fi + +ac_fn_c_check_header_compile "$LINENO" "fcntl.h" "ac_cv_header_fcntl_h" "$ac_includes_default" +if test "x$ac_cv_header_fcntl_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_FCNTL_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default" +if test "x$ac_cv_header_float_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_FLOAT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" +if test "x$ac_cv_header_inttypes_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_INTTYPES_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default" +if test "x$ac_cv_header_limits_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_LIMITS_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" +if test "x$ac_cv_header_locale_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_LOCALE_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "malloc.h" "ac_cv_header_malloc_h" "$ac_includes_default" +if test "x$ac_cv_header_malloc_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_MALLOC_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "memory.h" "ac_cv_header_memory_h" "$ac_includes_default" +if test "x$ac_cv_header_memory_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMORY_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stddef.h" "ac_cv_header_stddef_h" "$ac_includes_default" +if test "x$ac_cv_header_stddef_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDDEF_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" +if test "x$ac_cv_header_stdint_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDINT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +if test "x$ac_cv_header_stdlib_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDLIB_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default" +if test "x$ac_cv_header_string_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRING_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +if test "x$ac_cv_header_unistd_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_UNISTD_H 1" >>confdefs.h + +fi + + +# Checks for typedefs, structures, and compiler characteristics. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 +printf %s "checking for inline... " >&6; } +if test ${ac_cv_c_inline+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo (void) {return 0; } +$ac_kw foo_t foo (void) {return 0; } +#endif + +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_c_inline=$ac_kw +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + test "$ac_cv_c_inline" != no && break +done + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +printf "%s\n" "$ac_cv_c_inline" >&6; } + +case $ac_cv_c_inline in + inline | yes) ;; + *) + case $ac_cv_c_inline in + no) ac_val=;; + *) ac_val=$ac_cv_c_inline;; + esac + cat >>confdefs.h <<_ACEOF +#ifndef __cplusplus +#define inline $ac_val +#endif +_ACEOF + ;; +esac + +ac_fn_c_find_intX_t "$LINENO" "16" "ac_cv_c_int16_t" +case $ac_cv_c_int16_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int16_t $ac_cv_c_int16_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "32" "ac_cv_c_int32_t" +case $ac_cv_c_int32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int32_t $ac_cv_c_int32_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t" +case $ac_cv_c_int64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int64_t $ac_cv_c_int64_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "8" "ac_cv_c_int8_t" +case $ac_cv_c_int8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int8_t $ac_cv_c_int8_t" >>confdefs.h +;; +esac + +ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default" +if test "x$ac_cv_type_off_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define off_t long int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" +if test "x$ac_cv_type_size_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define size_t unsigned int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default" +if test "x$ac_cv_type_ssize_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define ssize_t int" >>confdefs.h + +fi + +ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t" +case $ac_cv_c_uint16_t in #( + no|yes) ;; #( + *) + + +printf "%s\n" "@%:@define uint16_t $ac_cv_c_uint16_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t" +case $ac_cv_c_uint32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT32_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint32_t $ac_cv_c_uint32_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t" +case $ac_cv_c_uint64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT64_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint64_t $ac_cv_c_uint64_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t" +case $ac_cv_c_uint8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT8_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint8_t $ac_cv_c_uint8_t" >>confdefs.h +;; + esac + +ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default" +if test "x$ac_cv_type_ptrdiff_t" = xyes +then : + +printf "%s\n" "@%:@define HAVE_PTRDIFF_T 1" >>confdefs.h + + +fi + + +# Checks for library functions. +ac_fn_c_check_func "$LINENO" "malloc" "ac_cv_func_malloc" +if test "x$ac_cv_func_malloc" = xyes +then : + printf "%s\n" "@%:@define HAVE_MALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "realloc" "ac_cv_func_realloc" +if test "x$ac_cv_func_realloc" = xyes +then : + printf "%s\n" "@%:@define HAVE_REALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "drand48" "ac_cv_func_drand48" +if test "x$ac_cv_func_drand48" = xyes +then : + printf "%s\n" "@%:@define HAVE_DRAND48 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "getcwd" "ac_cv_func_getcwd" +if test "x$ac_cv_func_getcwd" = xyes +then : + printf "%s\n" "@%:@define HAVE_GETCWD 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" +if test "x$ac_cv_func_gettimeofday" = xyes +then : + printf "%s\n" "@%:@define HAVE_GETTIMEOFDAY 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memmove" "ac_cv_func_memmove" +if test "x$ac_cv_func_memmove" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMMOVE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memset" "ac_cv_func_memset" +if test "x$ac_cv_func_memset" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMSET 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "regcomp" "ac_cv_func_regcomp" +if test "x$ac_cv_func_regcomp" = xyes +then : + printf "%s\n" "@%:@define HAVE_REGCOMP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" +if test "x$ac_cv_func_setlocale" = xyes +then : + printf "%s\n" "@%:@define HAVE_SETLOCALE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "sqrt" "ac_cv_func_sqrt" +if test "x$ac_cv_func_sqrt" = xyes +then : + printf "%s\n" "@%:@define HAVE_SQRT 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strdup" "ac_cv_func_strdup" +if test "x$ac_cv_func_strdup" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRDUP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strndup" "ac_cv_func_strndup" +if test "x$ac_cv_func_strndup" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRNDUP 1" >>confdefs.h + +fi + + +if : +then : + + vers='1.1.1' + + major=${vers%%.*} + rest=${vers#*.} + minor=${rest%%.*} + patch=${rest#*.} + + case $major in (*!0-9*|'') as_fn_error $? "Non-numeric major version in 1.1.1 ('$major')" "$LINENO" 5;; esac + case $minor in (*!0-9*|'') as_fn_error $? "Non-numeric minor version in 1.1.1 ('$minor')" "$LINENO" 5;; esac + case $patch in (*!0-9*|'') as_fn_error $? "Non-numeric patch version in 1.1.1 ('$patch')" "$LINENO" 5;; esac + + LIBPOSTAL_MAJOR_VERSION=$major + + LIBPOSTAL_MINOR_VERSION=$minor + + LIBPOSTAL_PATCH_VERSION=$patch + + + +printf "%s\n" "@%:@define LIBPOSTAL_MAJOR_VERSION $major" >>confdefs.h + + +printf "%s\n" "@%:@define LIBPOSTAL_MINOR_VERSION $minor" >>confdefs.h + + +printf "%s\n" "@%:@define LIBPOSTAL_PATCH_VERSION $patch" >>confdefs.h + + +fi + + +LIBPOSTAL_DATA_DIR_VERSION_STRING=v1 + + +DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/base_data) +PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/parser) +LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/language_classifier) + +LIBPOSTAL_DATA_FILE_LATEST_VERSION=$DATA_FILE_LATEST_VERSION + +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION=$PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION=$LANG_CLASS_MODEL_LATEST_VERSION + + +# Senzing data +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING=v1 + + +SENZING_DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/senzing/base_data) +SENZING_PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/parser) +SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/language_classifier) + +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION=$SENZING_DATA_FILE_LATEST_VERSION + +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION=$SENZING_PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$SENZING_LANG_CLASS_MODEL_LATEST_VERSION + + +ac_config_files="$ac_config_files Makefile libpostal.pc src/Makefile src/libpostal_data test/Makefile" + + +# Extract the first word of "shuf", so it can be a program name with args. +set dummy shuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_SHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_SHUF"; then + ac_cv_prog_FOUND_SHUF="$FOUND_SHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_SHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_SHUF=$ac_cv_prog_FOUND_SHUF +if test -n "$FOUND_SHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_SHUF" >&5 +printf "%s\n" "$FOUND_SHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +# Extract the first word of "gshuf", so it can be a program name with args. +set dummy gshuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_GSHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_GSHUF"; then + ac_cv_prog_FOUND_GSHUF="$FOUND_GSHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_GSHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_GSHUF=$ac_cv_prog_FOUND_GSHUF +if test -n "$FOUND_GSHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_GSHUF" >&5 +printf "%s\n" "$FOUND_GSHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + +if test "x$FOUND_SHUF" = xyes +then : + +printf "%s\n" "@%:@define HAVE_SHUF 1" >>confdefs.h + +fi +if test "x$FOUND_GSHUF" = xyes +then : + +printf "%s\n" "@%:@define HAVE_GSHUF 1" >>confdefs.h + +fi + +# ------------------------------------------------------------------ +# Checks for SSE2 build +# ------------------------------------------------------------------ + +@%:@ Check whether --enable-sse2 was given. +if test ${enable_sse2+y} +then : + enableval=$enable_sse2; +fi + + +if test "x$enable_sse2" != "xno" && test "x$(uname -m)" != "xarm64" && test "x$(uname -m)" != "xaarch64" +then : + + CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}" + +fi + +ac_fn_c_check_header_compile "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" +if test "x$ac_cv_header_cblas_h" = xyes +then : + AX_CBLAS +fi + + +@%:@ Check whether --enable-data-download was given. +if test ${enable_data_download+y} +then : + enableval=$enable_data_download; case "${enableval}" in + yes) DOWNLOAD_DATA=true ;; + no) DOWNLOAD_DATA=false ;; + *) as_fn_error $? "bad value ${enableval} for --disable-data-download" "$LINENO" 5 ;; + esac +else $as_nop + DOWNLOAD_DATA=true +fi + + + +if ${MODEL:+false} : +then : + +else $as_nop + if test "x$MODEL" = xsenzing +then : + +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Invalid MODEL value set +See \`config.log' for more details" "$LINENO" 5; } +fi +fi + + if test "x$DOWNLOAD_DATA" = "xtrue"; then + DOWNLOAD_DATA_TRUE= + DOWNLOAD_DATA_FALSE='#' +else + DOWNLOAD_DATA_TRUE='#' + DOWNLOAD_DATA_FALSE= +fi + + + +@%:@ Check whether --with-cflags-scanner-extra was given. +if test ${with_cflags_scanner_extra+y} +then : + withval=$with_cflags_scanner_extra; + if test "x$withval" = "xno"; then + CFLAGS_SCANNER_EXTRA="" + else + CFLAGS_SCANNER_EXTRA="$withval" + fi + +else $as_nop + CFLAGS_SCANNER_EXTRA="" + +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&5 +printf "%s\n" "$as_me: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&6;} + + + +LIBPOSTAL_SO_VERSION="${LIBPOSTAL_MAJOR_VERSION}:${LIBPOSTAL_MINOR_VERSION}:${LIBPOSTAL_PATCH_VERSION}" + + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +printf "%s\n" "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIB@&t@OBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +printf %s "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 +printf "%s\n" "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${DOWNLOAD_DATA_TRUE}" && test -z "${DOWNLOAD_DATA_FALSE}"; then + as_fn_error $? "conditional \"DOWNLOAD_DATA\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_@&t@echo='printf %s\n' +as_@&t@echo_n='printf %s' + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to the package provider." + +_ACEOF +ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` +ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config='$ac_cs_config_escaped' +ac_cs_version="\\ +libpostal config.status 1.1.1 +configured by $0, generated by GNU Autoconf 2.71, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2021 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + printf "%s\n" "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + printf "%s\n" "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + printf "%s\n" "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX +@%:@@%:@ Running $as_me. @%:@@%:@ +_ASBOX + printf "%s\n" "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" + + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' +lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' +want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' +nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' +lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' +configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' + +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in SHELL \ +ECHO \ +PATH_SEPARATOR \ +SED \ +GREP \ +EGREP \ +FGREP \ +LD \ +NM \ +LN_S \ +lt_SP2NL \ +lt_NL2SP \ +reload_flag \ +FILECMD \ +OBJDUMP \ +deplibs_check_method \ +file_magic_cmd \ +file_magic_glob \ +want_nocaseglob \ +DLLTOOL \ +sharedlib_from_linklib_cmd \ +AR \ +archiver_list_spec \ +STRIP \ +RANLIB \ +CC \ +CFLAGS \ +compiler \ +lt_cv_sys_global_symbol_pipe \ +lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_import \ +lt_cv_sys_global_symbol_to_c_name_address \ +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ +lt_cv_nm_interface \ +nm_file_list_spec \ +lt_cv_truncate_bin \ +lt_prog_compiler_no_builtin_flag \ +lt_prog_compiler_pic \ +lt_prog_compiler_wl \ +lt_prog_compiler_static \ +lt_cv_prog_compiler_c_o \ +need_locks \ +MANIFEST_TOOL \ +DSYMUTIL \ +NMEDIT \ +LIPO \ +OTOOL \ +OTOOL64 \ +shrext_cmds \ +export_dynamic_flag_spec \ +whole_archive_flag_spec \ +compiler_needs_object \ +with_gnu_ld \ +allow_undefined_flag \ +no_undefined_flag \ +hardcode_libdir_flag_spec \ +hardcode_libdir_separator \ +exclude_expsyms \ +include_expsyms \ +file_list_spec \ +variables_saved_for_relink \ +libname_spec \ +library_names_spec \ +soname_spec \ +install_override_mode \ +finish_eval \ +old_striplib \ +striplib; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in reload_cmds \ +old_postinstall_cmds \ +old_postuninstall_cmds \ +old_archive_cmds \ +extract_expsyms_cmds \ +old_archive_from_new_cmds \ +old_archive_from_expsyms_cmds \ +archive_cmds \ +archive_expsym_cmds \ +module_cmds \ +module_expsym_cmds \ +export_symbols_cmds \ +prelink_cmds \ +postlink_cmds \ +postinstall_cmds \ +postuninstall_cmds \ +finish_cmds \ +sys_lib_search_path_spec \ +configure_time_dlsearch_path \ +configure_time_lt_sys_library_path; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +ac_aux_dir='$ac_aux_dir' + +# See if we are running on zsh, and set the options that allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + + + PACKAGE='$PACKAGE' + VERSION='$VERSION' + RM='$RM' + ofile='$ofile' + + + + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "libpostal.pc") CONFIG_FILES="$CONFIG_FILES libpostal.pc" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/libpostal_data") CONFIG_FILES="$CONFIG_FILES src/libpostal_data" ;; + "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files + test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers + test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +printf "%s\n" "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`printf "%s\n" "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +printf "%s\n" "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in @%:@( + *\'*) : + eval set x "$CONFIG_FILES" ;; @%:@( + *) : + set x $CONFIG_FILES ;; @%:@( + *) : + ;; +esac + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk +} + ;; + "libtool":C) + + # See if we are running on zsh, and set the options that allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST + fi + + cfgfile=${ofile}T + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL +# Generated automatically by $as_me ($PACKAGE) $VERSION +# NOTE: Changes made to this file will be lost: look at ltmain.sh. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +# Copyright (C) 2014 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. + +# GNU Libtool 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 of the License, or +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. +# +# GNU Libtool 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. If not, see . + + +# The names of the tagged configurations supported by this script. +available_tags='' + +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} + +# ### BEGIN LIBTOOL CONFIG + +# Which release of libtool.m4 was used? +macro_version=$macro_version +macro_revision=$macro_revision + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# What type of objects to build. +pic_mode=$pic_mode + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# Shared archive member basename,for filename based shared library versioning on AIX. +shared_archive_member_spec=$shared_archive_member_spec + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="\$SED -e 1s/^X//" + +# A grep program that handles long lines. +GREP=$lt_GREP + +# An ERE matcher. +EGREP=$lt_EGREP + +# A literal string matcher. +FGREP=$lt_FGREP + +# A BSD- or MS-compatible name lister. +NM=$lt_NM + +# Whether we need soft or hard links. +LN_S=$lt_LN_S + +# What is the maximum length of a command? +max_cmd_len=$max_cmd_len + +# Object file suffix (normally "o"). +objext=$ac_objext + +# Executable file suffix (normally ""). +exeext=$exeext + +# whether the shell understands "unset". +lt_unset=$lt_unset + +# turn spaces into newlines. +SP2NL=$lt_lt_SP2NL + +# turn newlines into spaces. +NL2SP=$lt_lt_NL2SP + +# convert \$build file names to \$host format. +to_host_file_cmd=$lt_cv_to_host_file_cmd + +# convert \$build files to toolchain format. +to_tool_file_cmd=$lt_cv_to_tool_file_cmd + +# A file(cmd) program that detects file types. +FILECMD=$lt_FILECMD + +# An object symbol dumper. +OBJDUMP=$lt_OBJDUMP + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method = "file_magic". +file_magic_cmd=$lt_file_magic_cmd + +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob=$lt_file_magic_glob + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob=$lt_want_nocaseglob + +# DLL creation program. +DLLTOOL=$lt_DLLTOOL + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd + +# The archiver. +AR=$lt_AR + +# Flags to create an archive (by configure). +lt_ar_flags=$lt_ar_flags + +# Flags to create an archive. +AR_FLAGS=\@S|@{ARFLAGS-"\@S|@lt_ar_flags"} + +# How to feed a file listing to the archiver. +archiver_list_spec=$lt_archiver_list_spec + +# A symbol stripping program. +STRIP=$lt_STRIP + +# Commands used to install an old-style archive. +RANLIB=$lt_RANLIB +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + +# A C compiler. +LTCC=$lt_CC + +# LTCC compiler flags. +LTCFLAGS=$lt_CFLAGS + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration. +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm into a list of symbols to manually relocate. +global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import + +# Transform the output of nm in a C name address pair. +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# Transform the output of nm in a C name address pair when lib prefix is needed. +global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix + +# The name lister interface. +nm_interface=$lt_lt_cv_nm_interface + +# Specify filename containing input files for \$NM. +nm_file_list_spec=$lt_nm_file_list_spec + +# The root where to search for dependent libraries,and where our libraries should be installed. +lt_sysroot=$lt_sysroot + +# Command to truncate a binary pipe. +lt_truncate_bin=$lt_lt_cv_truncate_bin + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# Used to examine libraries when file_magic_cmd begins with "file". +MAGIC_CMD=$MAGIC_CMD + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Manifest tool. +MANIFEST_TOOL=$lt_MANIFEST_TOOL + +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. +DSYMUTIL=$lt_DSYMUTIL + +# Tool to change global to local symbols on Mac OS X. +NMEDIT=$lt_NMEDIT + +# Tool to manipulate fat objects and archives on Mac OS X. +LIPO=$lt_LIPO + +# ldd/readelf like tool for Mach-O binaries on Mac OS X. +OTOOL=$lt_OTOOL + +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. +OTOOL64=$lt_OTOOL64 + +# Old archive suffix (normally "a"). +libext=$libext + +# Shared library suffix (normally ".so"). +shrext_cmds=$lt_shrext_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at link time. +variables_saved_for_relink=$lt_variables_saved_for_relink + +# Do we need the "lib" prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Library versioning type. +version_type=$version_type + +# Shared library runtime path variable. +runpath_var=$runpath_var + +# Shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + +# Command to use after installation of a shared archive. +postinstall_cmds=$lt_postinstall_cmds + +# Command to use after uninstallation of a shared archive. +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# As "finish_cmds", except a single script fragment to be evaled but +# not shown. +finish_eval=$lt_finish_eval + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Compile-time system search path for libraries. +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Detected run-time system search path for libraries. +sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path + +# Explicit LT_SYS_LIBRARY_PATH set during ./configure time. +configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + + +# The linker used to build libraries. +LD=$lt_LD + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds + +# A language specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU compiler? +with_gcc=$GCC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \$shlibpath_var if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# ### END LIBTOOL CONFIG + +_LT_EOF + + cat <<'_LT_EOF' >> "$cfgfile" + +# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + + +# ### END FUNCTIONS SHARED WITH CONFIGURE + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + + +ltmain=$ac_aux_dir/ltmain.sh + + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + $SED '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + + ;; + "Makefile":F) chmod +x src/libpostal_data ;; + "libpostal.pc":F) chmod +x src/libpostal_data ;; + "src/Makefile":F) chmod +x src/libpostal_data ;; + "src/libpostal_data":F) chmod +x src/libpostal_data ;; + "test/Makefile":F) chmod +x src/libpostal_data ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/autom4te.cache/output.1 b/autom4te.cache/output.1 new file mode 100644 index 0000000..6319e82 --- /dev/null +++ b/autom4te.cache/output.1 @@ -0,0 +1,16779 @@ +@%:@! /bin/sh +@%:@ Guess values for system-dependent variables and create Makefiles. +@%:@ Generated by GNU Autoconf 2.71 for libpostal 1.1.1. +@%:@ +@%:@ +@%:@ Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, +@%:@ Inc. +@%:@ +@%:@ +@%:@ This configure script is free software; the Free Software Foundation +@%:@ gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="as_nop=: +if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else \$as_nop + case \`(set -o) 2>/dev/null\` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ) +then : + +else \$as_nop + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +blah=\$(echo \$(echo blah)) +test x\"\$blah\" = xblah || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null +then : + as_have_required=yes +else $as_nop + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null +then : + +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + case $as_dir in @%:@( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$as_shell as_have_required=yes + if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null +then : + break 2 +fi +fi + done;; + esac + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi +fi + + + if test "x$CONFIG_SHELL" != x +then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno +then : + printf "%s\n" "$0: This script requires a shell more modern than all" + printf "%s\n" "$0: the shells that I found on your system." + if test ${ZSH_VERSION+y} ; then + printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" + printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." + else + printf "%s\n" "$0: Please tell bug-autoconf@gnu.org about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit +@%:@ as_fn_nop +@%:@ --------- +@%:@ Do nothing but, unlike ":", preserve the value of @S|@?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + +@%:@ as_fn_nop +@%:@ --------- +@%:@ Do nothing but, unlike ":", preserve the value of @S|@?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_@&t@echo='printf %s\n' +as_@&t@echo_n='printf %s' + + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + +SHELL=${CONFIG_SHELL-/bin/sh} + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIB@&t@OBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='libpostal' +PACKAGE_TARNAME='libpostal' +PACKAGE_VERSION='1.1.1' +PACKAGE_STRING='libpostal 1.1.1' +PACKAGE_BUGREPORT='' +PACKAGE_URL='' + +ac_unique_file="src" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_STDIO_H +# include +#endif +#ifdef HAVE_STDLIB_H +# include +#endif +#ifdef HAVE_STRING_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_header_c_list= +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIB@&t@OBJS +LIBPOSTAL_SO_VERSION +CFLAGS_SCANNER_EXTRA +DOWNLOAD_DATA_FALSE +DOWNLOAD_DATA_TRUE +MODEL +CBLAS_LIBS +FOUND_GSHUF +FOUND_SHUF +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_DATA_FILE_LATEST_VERSION +LIBPOSTAL_DATA_DIR_VERSION_STRING +LIBPOSTAL_PATCH_VERSION +LIBPOSTAL_MINOR_VERSION +LIBPOSTAL_MAJOR_VERSION +LT_SYS_LIBRARY_PATH +OTOOL64 +OTOOL +LIPO +NMEDIT +DSYMUTIL +MANIFEST_TOOL +RANLIB +ac_ct_AR +AR +DLLTOOL +OBJDUMP +FILECMD +LN_S +NM +ac_ct_DUMPBIN +DUMPBIN +LD +FGREP +EGREP +GREP +SED +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +LIBTOOL +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +CSCOPE +ETAGS +CTAGS +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL +am__quote' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_shared +enable_static +with_pic +enable_fast_install +with_aix_soname +enable_dependency_tracking +with_gnu_ld +with_sysroot +enable_libtool_lock +enable_sse2 +with_cblas +enable_data_download +with_cflags_scanner_extra +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +LT_SYS_LIBRARY_PATH +MODEL' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures libpostal 1.1.1 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + @<:@@S|@ac_default_prefix@:>@ + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + @<:@PREFIX@:>@ + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root @<:@DATAROOTDIR/doc/libpostal@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of libpostal 1.1.1:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-shared@<:@=PKGS@:>@ build shared libraries @<:@default=yes@:>@ + --enable-static@<:@=PKGS@:>@ build static libraries @<:@default=yes@:>@ + --enable-fast-install@<:@=PKGS@:>@ + optimize for fast installation @<:@default=yes@:>@ + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + --disable-libtool-lock avoid locking (might break parallel builds) + --disable-sse2 disable SSE2 optimization routines + + --disable-data-download Disable downloading data + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-pic@<:@=PKGS@:>@ try to use only PIC/non-PIC objects @<:@default=use + both@:>@ + --with-aix-soname=aix|svr4|both + shared library versioning (aka "SONAME") variant to + provide on AIX, @<:@default=aix@:>@. + --with-gnu-ld assume the C compiler uses GNU ld @<:@default=no@:>@ + --with-sysroot@<:@=DIR@:>@ Search for dependent libraries within DIR (or the + compiler's sysroot if not specified). + --with-cblas= use CBLAS library + --with-cflags-scanner-extra@<:@=VALUE@:>@ + Extra compilation options for scanner.c + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + LT_SYS_LIBRARY_PATH + User-defined run-time library search path. + MODEL Option to use alternative data models. Currently available is + "senzing" (MODEL=senzing). If this option is not set the default + libpostal data model is used. + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to the package provider. +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for configure.gnu first; this name is used for a wrapper for + # Metaconfig's "Configure" on case-insensitive file systems. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +libpostal configure 1.1.1 +generated by GNU Autoconf 2.71 + +Copyright (C) 2021 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +@%:@ ac_fn_c_try_compile LINENO +@%:@ -------------------------- +@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_compile + +@%:@ ac_fn_c_try_link LINENO +@%:@ ----------------------- +@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_link + +@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +@%:@ ------------------------------------------------------- +@%:@ Tests whether HEADER exists and can be compiled using the include files in +@%:@ INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +@%:@include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_header_compile + +@%:@ ac_fn_c_check_func LINENO FUNC VAR +@%:@ ---------------------------------- +@%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. */ + +#include +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main (void) +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_func + +@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES +@%:@ ------------------------------------------- +@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache +@%:@ variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + eval "$3=yes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_type + +@%:@ ac_fn_c_find_intX_t LINENO BITS VAR +@%:@ ----------------------------------- +@%:@ Finds a signed integer type with width BITS, setting cache variable VAR +@%:@ accordingly. +ac_fn_c_find_intX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5 +printf %s "checking for int$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in int$2_t 'int' 'long int' \ + 'long long int' 'short int' 'signed char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array @<:@1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array @<:@1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1) + < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + case $ac_type in @%:@( + int$2_t) : + eval "$3=yes" ;; @%:@( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_find_intX_t + +@%:@ ac_fn_c_find_uintX_t LINENO BITS VAR +@%:@ ------------------------------------ +@%:@ Finds an unsigned integer type with width BITS, setting cache variable VAR +@%:@ accordingly. +ac_fn_c_find_uintX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5 +printf %s "checking for uint$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \ + 'unsigned long long int' 'unsigned short int' 'unsigned char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main (void) +{ +static int test_array @<:@1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + case $ac_type in @%:@( + uint$2_t) : + eval "$3=yes" ;; @%:@( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_find_uintX_t +ac_configure_args_raw= +for ac_arg +do + case $ac_arg in + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_configure_args_raw " '$ac_arg'" +done + +case $ac_configure_args_raw in + *$as_nl*) + ac_safe_unquote= ;; + *) + ac_unsafe_z='|&;<>()$`\\"*?@<:@ '' ' # This string ends in space, tab. + ac_unsafe_a="$ac_unsafe_z#~" + ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" + ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; +esac + +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + $ $0$ac_configure_args_raw + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + printf "%s\n" "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Sanitize IFS. + IFS=" "" $as_nl" + # Save into config.log some information that might help in debugging. + { + echo + + printf "%s\n" "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + printf "%s\n" "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + printf "%s\n" "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + printf "%s\n" "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + printf "%s\n" "$as_me: caught signal $ac_signal" + printf "%s\n" "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +printf "%s\n" "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +printf "%s\n" "@%:@define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + ac_site_files="$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + ac_site_files="$prefix/share/config.site $prefix/etc/config.site" +else + ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" +fi + +for ac_site_file in $ac_site_files +do + case $ac_site_file in @%:@( + */*) : + ;; @%:@( + *) : + ac_site_file=./$ac_site_file ;; +esac + if test -f "$ac_site_file" && test -r "$ac_site_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +printf "%s\n" "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +printf "%s\n" "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Test code for whether the C compiler supports C89 (global declarations) +ac_c_conftest_c89_globals=' +/* Does the compiler advertise C89 conformance? + Do not test the value of __STDC__, because some compilers set it to 0 + while being otherwise adequately conformant. */ +#if !defined __STDC__ +# error "Compiler does not advertise C89 conformance" +#endif + +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ +struct buf { int x; }; +struct buf * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not \xHH hex character constants. + These do not provoke an error unfortunately, instead are silently treated + as an "x". The following induces an error, until -std is added to get + proper ANSI mode. Curiously \x00 != x always comes out true, for an + array size at least. It is necessary to write \x00 == 0 to get something + that is true only with -std. */ +int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) '\''x'\'' +int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), + int, int);' + +# Test code for whether the C compiler supports C89 (body of main). +ac_c_conftest_c89_main=' +ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); +' + +# Test code for whether the C compiler supports C99 (global declarations) +ac_c_conftest_c99_globals=' +// Does the compiler advertise C99 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L +# error "Compiler does not advertise C99 conformance" +#endif + +#include +extern int puts (const char *); +extern int printf (const char *, ...); +extern int dprintf (int, const char *, ...); +extern void *malloc (size_t); + +// Check varargs macros. These examples are taken from C99 6.10.3.5. +// dprintf is used instead of fprintf to avoid needing to declare +// FILE and stderr. +#define debug(...) dprintf (2, __VA_ARGS__) +#define showlist(...) puts (#__VA_ARGS__) +#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +static void +test_varargs_macros (void) +{ + int x = 1234; + int y = 5678; + debug ("Flag"); + debug ("X = %d\n", x); + showlist (The first, second, and third items.); + report (x>y, "x is %d but y is %d", x, y); +} + +// Check long long types. +#define BIG64 18446744073709551615ull +#define BIG32 4294967295ul +#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +#if !BIG_OK + #error "your preprocessor is broken" +#endif +#if BIG_OK +#else + #error "your preprocessor is broken" +#endif +static long long int bignum = -9223372036854775807LL; +static unsigned long long int ubignum = BIG64; + +struct incomplete_array +{ + int datasize; + double data[]; +}; + +struct named_init { + int number; + const wchar_t *name; + double average; +}; + +typedef const char *ccp; + +static inline int +test_restrict (ccp restrict text) +{ + // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) + continue; + return 0; +} + +// Check varargs and va_copy. +static bool +test_varargs (const char *format, ...) +{ + va_list args; + va_start (args, format); + va_list args_copy; + va_copy (args_copy, args); + + const char *str = ""; + int number = 0; + float fnumber = 0; + + while (*format) + { + switch (*format++) + { + case '\''s'\'': // string + str = va_arg (args_copy, const char *); + break; + case '\''d'\'': // int + number = va_arg (args_copy, int); + break; + case '\''f'\'': // float + fnumber = va_arg (args_copy, double); + break; + default: + break; + } + } + va_end (args_copy); + va_end (args); + + return *str && number && fnumber; +} +' + +# Test code for whether the C compiler supports C99 (body of main). +ac_c_conftest_c99_main=' + // Check bool. + _Bool success = false; + success |= (argc != 0); + + // Check restrict. + if (test_restrict ("String literal") == 0) + success = true; + char *restrict newvar = "Another string"; + + // Check varargs. + success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); + test_varargs_macros (); + + // Check flexible array members. + struct incomplete_array *ia = + malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); + ia->datasize = 10; + for (int i = 0; i < ia->datasize; ++i) + ia->data[i] = i * 1.234; + + // Check named initializers. + struct named_init ni = { + .number = 34, + .name = L"Test wide string", + .average = 543.34343, + }; + + ni.number = 58; + + int dynamic_array[ni.number]; + dynamic_array[0] = argv[0][0]; + dynamic_array[ni.number - 1] = 543; + + // work around unused variable warnings + ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' + || dynamic_array[ni.number - 1] != 543); +' + +# Test code for whether the C compiler supports C11 (global declarations) +ac_c_conftest_c11_globals=' +// Does the compiler advertise C11 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L +# error "Compiler does not advertise C11 conformance" +#endif + +// Check _Alignas. +char _Alignas (double) aligned_as_double; +char _Alignas (0) no_special_alignment; +extern char aligned_as_int; +char _Alignas (0) _Alignas (int) aligned_as_int; + +// Check _Alignof. +enum +{ + int_alignment = _Alignof (int), + int_array_alignment = _Alignof (int[100]), + char_alignment = _Alignof (char) +}; +_Static_assert (0 < -_Alignof (int), "_Alignof is signed"); + +// Check _Noreturn. +int _Noreturn does_not_return (void) { for (;;) continue; } + +// Check _Static_assert. +struct test_static_assert +{ + int x; + _Static_assert (sizeof (int) <= sizeof (long int), + "_Static_assert does not work in struct"); + long int y; +}; + +// Check UTF-8 literals. +#define u8 syntax error! +char const utf8_literal[] = u8"happens to be ASCII" "another string"; + +// Check duplicate typedefs. +typedef long *long_ptr; +typedef long int *long_ptr; +typedef long_ptr long_ptr; + +// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. +struct anonymous +{ + union { + struct { int i; int j; }; + struct { int k; long int l; } w; + }; + int m; +} v1; +' + +# Test code for whether the C compiler supports C11 (body of main). +ac_c_conftest_c11_main=' + _Static_assert ((offsetof (struct anonymous, i) + == offsetof (struct anonymous, w.k)), + "Anonymous union alignment botch"); + v1.i = 2; + v1.w.k = 5; + ok |= v1.i != 5; +' + +# Test code for whether the C compiler supports C11 (complete). +ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} +${ac_c_conftest_c11_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + ${ac_c_conftest_c11_main} + return ok; +} +" + +# Test code for whether the C compiler supports C99 (complete). +ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + return ok; +} +" + +# Test code for whether the C compiler supports C89 (complete). +ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + return ok; +} +" + +as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H" +as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H" +as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H" +as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H" +as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H" +as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H" +as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H" +as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H" +as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H" +as_fn_append ac_header_c_list " sys/time.h sys_time_h HAVE_SYS_TIME_H" + +# Auxiliary files required by this configure script. +ac_aux_files="compile config.guess config.sub ltmain.sh missing install-sh" + +# Locations in which to look for auxiliary files. +ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." + +# Search for a directory containing all of the required auxiliary files, +# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. +# If we don't find one directory that contains all the files we need, +# we report the set of missing files from the *first* directory in +# $ac_aux_dir_candidates and give up. +ac_missing_aux_files="" +ac_first_candidate=: +printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in $ac_aux_dir_candidates +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + + printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 + ac_aux_dir_found=yes + ac_install_sh= + for ac_aux in $ac_aux_files + do + # As a special case, if "install-sh" is required, that requirement + # can be satisfied by any of "install-sh", "install.sh", or "shtool", + # and $ac_install_sh is set appropriately for whichever one is found. + if test x"$ac_aux" = x"install-sh" + then + if test -f "${as_dir}install-sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 + ac_install_sh="${as_dir}install-sh -c" + elif test -f "${as_dir}install.sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 + ac_install_sh="${as_dir}install.sh -c" + elif test -f "${as_dir}shtool"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 + ac_install_sh="${as_dir}shtool install -c" + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} install-sh" + else + break + fi + fi + else + if test -f "${as_dir}${ac_aux}"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" + else + break + fi + fi + fi + done + if test "$ac_aux_dir_found" = yes; then + ac_aux_dir="$as_dir" + break + fi + ac_first_candidate=false + + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 +fi + + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +if test -f "${ac_aux_dir}config.guess"; then + ac_@&t@config_guess="$SHELL ${ac_aux_dir}config.guess" +fi +if test -f "${ac_aux_dir}config.sub"; then + ac_@&t@config_sub="$SHELL ${ac_aux_dir}config.sub" +fi +if test -f "$ac_aux_dir/configure"; then + ac_@&t@configure="$SHELL ${ac_aux_dir}configure" +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' + and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + +am__api_version='1.16' + + + + # Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +printf %s "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test ${ac_cv_path_install+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + # Account for fact that we put trailing slashes in our PATH walk. +case $as_dir in @%:@(( + ./ | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test ${ac_cv_path_install+y}; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +printf "%s\n" "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +printf %s "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` + + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + + + if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 +printf %s "checking for a race-free mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test ${ac_cv_path_mkdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ + 'BusyBox '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test ${ac_cv_path_mkdir+y}; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +printf "%s\n" "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AWK+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +printf "%s\n" "$AWK" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval test \${ac_cv_prog_make_${ac_make}_set+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + SET_MAKE= +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +@%:@ Check whether --enable-silent-rules was given. +if test ${enable_silent_rules+y} +then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +printf %s "checking whether $am_make supports nested variables... " >&6; } +if test ${am_cv_make_support_nested_variables+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if printf "%s\n" 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='libpostal' + VERSION='1.1.1' + + +printf "%s\n" "@%:@define PACKAGE \"$PACKAGE\"" >>confdefs.h + + +printf "%s\n" "@%:@define VERSION \"$VERSION\"" >>confdefs.h + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi + +if test -z "$ETAGS"; then + ETAGS=etags +fi + +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + +case `pwd` in + *\ * | *\ *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 +printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; +esac + + + +macro_version='2.4.7' +macro_revision='2.4.7' + + + + + + + + + + + + + + +ltmain=$ac_aux_dir/ltmain.sh + + + + # Make sure we can run config.sub. +$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +printf %s "checking build system type... " >&6; } +if test ${ac_cv_build+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +printf "%s\n" "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +printf %s "checking host system type... " >&6; } +if test ${ac_cv_host+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +printf "%s\n" "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +printf %s "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case $ECHO in + printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +printf "%s\n" "printf" >&6; } ;; + print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +printf "%s\n" "print -r" >&6; } ;; + *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +printf "%s\n" "cat" >&6; } ;; +esac + + + + + + + + + + + + + + + + + + + + + + + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in @%:@( + '0:this is the am__doit target') : + case $s in @%:@( + BSD) : + am__include='.include' am__quote='"' ;; @%:@( + *) : + am__include='include' am__quote='' ;; +esac ;; @%:@( + *) : + ;; +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +printf "%s\n" "${_am_result}" >&6; } + +@%:@ Check whether --enable-dependency-tracking was given. +if test ${enable_dependency_tracking+y} +then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $@%:@ != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. +set dummy ${ac_tool_prefix}clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. +set dummy clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +fi + + +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion -version; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +printf %s "checking whether the C compiler works... " >&6; } +ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else $as_nop + ac_file='' +fi +if test -z "$ac_file" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +printf %s "checking for C compiler default output file name... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +printf "%s\n" "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +printf %s "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +printf "%s\n" "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include +int +main (void) +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +printf %s "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +printf "%s\n" "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +printf %s "checking for suffix of object files... " >&6; } +if test ${ac_cv_objext+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +printf "%s\n" "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +printf %s "checking whether the compiler supports GNU C... " >&6; } +if test ${ac_cv_c_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_compiler_gnu=yes +else $as_nop + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+y} +ac_save_CFLAGS=$CFLAGS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +printf %s "checking whether $CC accepts -g... " >&6; } +if test ${ac_cv_prog_cc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +else $as_nop + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +ac_prog_cc_stdc=no +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +printf %s "checking for $CC option to enable C11 features... " >&6; } +if test ${ac_cv_prog_cc_c11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c11=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c11_program +_ACEOF +for ac_arg in '' -std=gnu11 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 + ac_prog_cc_stdc=c11 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +printf %s "checking for $CC option to enable C99 features... " >&6; } +if test ${ac_cv_prog_cc_c99+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c99_program +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c99" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c99" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 + ac_prog_cc_stdc=c99 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +printf %s "checking for $CC option to enable C89 features... " >&6; } +if test ${ac_cv_prog_cc_c89+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c89_program +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c89" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c89" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 + ac_prog_cc_stdc=c89 +fi +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +printf %s "checking whether $CC understands -c and -o together... " >&6; } +if test ${am_cv_prog_cc_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +depcc="$CC" am_compiler_list= + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +printf %s "checking for a sed that does not truncate output... " >&6; } +if test ${ac_cv_path_SED+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in sed gsed + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +printf "%s\n" "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +printf %s "checking for grep that handles long lines and -e... " >&6; } +if test ${ac_cv_path_GREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in grep ggrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +printf "%s\n" "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 +printf %s "checking for fgrep... " >&6; } +if test ${ac_cv_path_FGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 + then ac_cv_path_FGREP="$GREP -F" + else + if test -z "$FGREP"; then + ac_path_FGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in fgrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_FGREP" || continue +# Check for GNU ac_path_FGREP and select it if it is found. + # Check for GNU $ac_path_FGREP +case `"$ac_path_FGREP" --version 2>&1` in +*GNU*) + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'FGREP' >> "conftest.nl" + "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_FGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_FGREP="$ac_path_FGREP" + ac_path_FGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_FGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_FGREP"; then + as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_FGREP=$FGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 +printf "%s\n" "$ac_cv_path_FGREP" >&6; } + FGREP="$ac_cv_path_FGREP" + + +test -z "$GREP" && GREP=grep + + + + + + + + + + + + + + + + + + + +@%:@ Check whether --with-gnu-ld was given. +if test ${with_gnu_ld+y} +then : + withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes +else $as_nop + with_gnu_ld=no +fi + +ac_prog=ld +if test yes = "$GCC"; then + # Check if gcc -print-prog-name=ld gives a path. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +printf %s "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return, which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD=$ac_prog + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test yes = "$with_gnu_ld"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +printf %s "checking for GNU ld... " >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +printf %s "checking for non-GNU ld... " >&6; } +fi +if test ${lt_cv_path_LD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$LD"; then + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD=$ac_dir/$ac_prog + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +printf "%s\n" "$LD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +printf %s "checking if the linker ($LD) is GNU ld... " >&6; } +if test ${lt_cv_prog_gnu_ld+y} +then : + printf %s "(cached) " >&6 +else $as_nop + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 +printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; } +if test ${lt_cv_path_NM+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM=$NM +else + lt_nm_to_check=${ac_tool_prefix}nm + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + tmp_nm=$ac_dir/$lt_tmp_nm + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the 'sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break 2 + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break 2 + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS=$lt_save_ifs + done + : ${lt_cv_path_NM=no} +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 +printf "%s\n" "$lt_cv_path_NM" >&6; } +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DUMPBIN"; then + ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DUMPBIN=$ac_cv_prog_DUMPBIN +if test -n "$DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 +printf "%s\n" "$DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$DUMPBIN" && break + done +fi +if test -z "$DUMPBIN"; then + ac_ct_DUMPBIN=$DUMPBIN + for ac_prog in dumpbin "link -dump" +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DUMPBIN"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN +if test -n "$ac_ct_DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 +printf "%s\n" "$ac_ct_DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_DUMPBIN" && break +done + + if test "x$ac_ct_DUMPBIN" = x; then + DUMPBIN=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DUMPBIN=$ac_ct_DUMPBIN + fi +fi + + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi + + if test : != "$DUMPBIN"; then + NM=$DUMPBIN + fi +fi +test -z "$NM" && NM=nm + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 +printf %s "checking the name lister ($NM) interface... " >&6; } +if test ${lt_cv_nm_interface+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: output\"" >&5) + cat conftest.out >&5 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 +printf "%s\n" "$lt_cv_nm_interface" >&6; } + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +printf %s "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +printf "%s\n" "no, using $LN_S" >&6; } +fi + +# find the maximum length of command line arguments +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 +printf %s "checking the maximum length of command line arguments... " >&6; } +if test ${lt_cv_sys_max_cmd_len+y} +then : + printf %s "(cached) " >&6 +else $as_nop + i=0 + teststring=ABCD + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[ ]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len" && \ + test undefined != "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac + +fi + +if test -n "$lt_cv_sys_max_cmd_len"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 +printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5 +printf "%s\n" "none" >&6; } +fi +max_cmd_len=$lt_cv_sys_max_cmd_len + + + + + + +: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi + + + + + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 +printf %s "checking how to convert $build file names to $host format... " >&6; } +if test ${lt_cv_to_host_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac + +fi + +to_host_file_cmd=$lt_cv_to_host_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 +printf %s "checking how to convert $build file names to toolchain format... " >&6; } +if test ${lt_cv_to_tool_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + #assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac + +fi + +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 +printf %s "checking for $LD option to reload object files... " >&6; } +if test ${lt_cv_ld_reload_flag+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_reload_flag='-r' +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 +printf "%s\n" "$lt_cv_ld_reload_flag" >&6; } +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test yes != "$GCC"; then + reload_cmds=false + fi + ;; + darwin*) + if test yes = "$GCC"; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}file", so it can be a program name with args. +set dummy ${ac_tool_prefix}file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FILECMD"; then + ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FILECMD="${ac_tool_prefix}file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FILECMD=$ac_cv_prog_FILECMD +if test -n "$FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5 +printf "%s\n" "$FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_FILECMD"; then + ac_ct_FILECMD=$FILECMD + # Extract the first word of "file", so it can be a program name with args. +set dummy file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_FILECMD"; then + ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_FILECMD="file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD +if test -n "$ac_ct_FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FILECMD" >&5 +printf "%s\n" "$ac_ct_FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_FILECMD" = x; then + FILECMD=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + FILECMD=$ac_ct_FILECMD + fi +else + FILECMD="$ac_cv_prog_FILECMD" +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. +set dummy ${ac_tool_prefix}objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OBJDUMP"; then + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OBJDUMP=$ac_cv_prog_OBJDUMP +if test -n "$OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 +printf "%s\n" "$OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OBJDUMP"; then + ac_ct_OBJDUMP=$OBJDUMP + # Extract the first word of "objdump", so it can be a program name with args. +set dummy objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OBJDUMP="objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP +if test -n "$ac_ct_OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 +printf "%s\n" "$ac_ct_OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OBJDUMP" = x; then + OBJDUMP="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OBJDUMP=$ac_ct_OBJDUMP + fi +else + OBJDUMP="$ac_cv_prog_OBJDUMP" +fi + +test -z "$OBJDUMP" && OBJDUMP=objdump + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 +printf %s "checking how to recognize dependent libraries... " >&6; } +if test ${lt_cv_deplibs_check_method+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# 'unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# that responds to the $file_magic_cmd with a given extended regex. +# If you have 'file' or equivalent on your system and you're not sure +# whether 'pass_all' will *always* work, you probably want this one. + +case $host_os in +aix[4-9]*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[45]*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='$FILECMD -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly* | midnightbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=$FILECMD + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[3-9]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 +printf "%s\n" "$lt_cv_deplibs_check_method" >&6; } + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + + + + + + + + + + + + + + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. +set dummy ${ac_tool_prefix}dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DLLTOOL"; then + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DLLTOOL=$ac_cv_prog_DLLTOOL +if test -n "$DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +printf "%s\n" "$DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DLLTOOL"; then + ac_ct_DLLTOOL=$DLLTOOL + # Extract the first word of "dlltool", so it can be a program name with args. +set dummy dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DLLTOOL"; then + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DLLTOOL="dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL +if test -n "$ac_ct_DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +printf "%s\n" "$ac_ct_DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DLLTOOL" = x; then + DLLTOOL="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DLLTOOL=$ac_ct_DLLTOOL + fi +else + DLLTOOL="$ac_cv_prog_DLLTOOL" +fi + +test -z "$DLLTOOL" && DLLTOOL=dlltool + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 +printf %s "checking how to associate runtime and link libraries... " >&6; } +if test ${lt_cv_sharedlib_from_linklib_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd=$ECHO + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 +printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + + + + + + + + +if test -n "$ac_tool_prefix"; then + for ac_prog in ar + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +printf "%s\n" "$AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AR" && break + done +fi +if test -z "$AR"; then + ac_ct_AR=$AR + for ac_prog in ar +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +printf "%s\n" "$ac_ct_AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_AR" && break +done + + if test "x$ac_ct_AR" = x; then + AR="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +fi + +: ${AR=ar} + + + + + + +# Use ARFLAGS variable as AR's operation code to sync the variable naming with +# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have +# higher priority because thats what people were doing historically (setting +# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS +# variable obsoleted/removed. + +test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} +lt_ar_flags=$AR_FLAGS + + + + + + +# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override +# by AR_FLAGS because that was never working and AR_FLAGS is about to die. + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 +printf %s "checking for archiver @FILE support... " >&6; } +if test ${lt_cv_ar_at_file+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ar_at_file=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -eq "$ac_status"; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -ne "$ac_status"; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 +printf "%s\n" "$lt_cv_ar_at_file" >&6; } + +if test no = "$lt_cv_ar_at_file"; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +test -z "$STRIP" && STRIP=: + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +printf "%s\n" "$RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +printf "%s\n" "$ac_ct_RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +test -z "$RANLIB" && RANLIB=: + + + + + + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + bitrig* | openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 +printf %s "checking command to parse $NM output from $compiler object... " >&6; } +if test ${lt_cv_sys_global_symbol_pipe+y} +then : + printf %s "(cached) " >&6 +else $as_nop + +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[BCDEGRST]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[ABCDGISTW]' + ;; +hpux*) + if test ia64 = "$host_cpu"; then + symcode='[ABCDEGRST]' + fi + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris*) + symcode='[BDRT]' + ;; +sco3.2v5*) + symcode='[DT]' + ;; +sysv4.2uw2*) + symcode='[DT]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[ABDT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function, + # D for any global variable and I for any imported variable. + # Also find C++ and __fastcall symbols from MSVC++ or ICC, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK '"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx" + else + lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Now try to grab the symbols. + nlist=conftest.nm + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT@&t@_DLSYM_CONST +#elif defined __osf__ +/* This system does not cope well with relocations in const data. */ +# define LT@&t@_DLSYM_CONST +#else +# define LT@&t@_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT@&t@_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS=conftstm.$ac_objext + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&5 + fi + else + echo "cannot find nm_test_var in $nlist" >&5 + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 + fi + else + echo "$progname: failed program was:" >&5 + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test yes = "$pipe_works"; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done + +fi + +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5 +printf "%s\n" "failed" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +printf "%s\n" "ok" >&6; } +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 +printf %s "checking for sysroot... " >&6; } + +@%:@ Check whether --with-sysroot was given. +if test ${with_sysroot+y} +then : + withval=$with_sysroot; +else $as_nop + with_sysroot=no +fi + + +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 +printf "%s\n" "$with_sysroot" >&6; } + as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 + ;; +esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 +printf "%s\n" "${lt_sysroot:-no}" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 +printf %s "checking for a working dd... " >&6; } +if test ${ac_cv_path_lt_DD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +if test -z "$lt_DD"; then + ac_path_lt_DD_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in dd + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_lt_DD="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_lt_DD" || continue +if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi + $ac_path_lt_DD_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_lt_DD"; then + : + fi +else + ac_cv_path_lt_DD=$lt_DD +fi + +rm -f conftest.i conftest2.i conftest.out +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 +printf "%s\n" "$ac_cv_path_lt_DD" >&6; } + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 +printf %s "checking how to truncate binary pipes... " >&6; } +if test ${lt_cv_truncate_bin+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 +printf "%s\n" "$lt_cv_truncate_bin" >&6; } + + + + + + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + +@%:@ Check whether --enable-libtool-lock was given. +if test ${enable_libtool_lock+y} +then : + enableval=$enable_libtool_lock; +fi + +test no = "$enable_libtool_lock" || enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out what ABI is being produced by ac_compile, and set mode + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE=32 + ;; + *ELF-64*) + HPUX_IA64_MODE=64 + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if test yes = "$lt_cv_prog_gnu_ld"; then + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + emul=elf + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + case `$FILECMD conftest.o` in + *x86-64*) + LD="${LD-ld} -m elf32_x86_64" + ;; + *) + LD="${LD-ld} -m elf_i386" + ;; + esac + ;; + powerpc64le-*linux*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + powerpcle-*linux*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS -belf" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 +printf %s "checking whether the C compiler needs -belf... " >&6; } +if test ${lt_cv_cc_needs_belf+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_cc_needs_belf=yes +else $as_nop + lt_cv_cc_needs_belf=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 +printf "%s\n" "$lt_cv_cc_needs_belf" >&6; } + if test yes != "$lt_cv_cc_needs_belf"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS=$SAVE_CFLAGS + fi + ;; +*-*solaris*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*|x86_64-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD=${LD-ld}_sol2 + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks=$enable_libtool_lock + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. +set dummy ${ac_tool_prefix}mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$MANIFEST_TOOL"; then + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL +if test -n "$MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 +printf "%s\n" "$MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_MANIFEST_TOOL"; then + ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL + # Extract the first word of "mt", so it can be a program name with args. +set dummy mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_MANIFEST_TOOL"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL +if test -n "$ac_ct_MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 +printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_MANIFEST_TOOL" = x; then + MANIFEST_TOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL + fi +else + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" +fi + +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 +printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } +if test ${lt_cv_path_mainfest_tool+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&5 + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 +printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; } +if test yes != "$lt_cv_path_mainfest_tool"; then + MANIFEST_TOOL=: +fi + + + + + + + case $host_os in + rhapsody* | darwin*) + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DSYMUTIL"; then + ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DSYMUTIL=$ac_cv_prog_DSYMUTIL +if test -n "$DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 +printf "%s\n" "$DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DSYMUTIL"; then + ac_ct_DSYMUTIL=$DSYMUTIL + # Extract the first word of "dsymutil", so it can be a program name with args. +set dummy dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DSYMUTIL"; then + ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL +if test -n "$ac_ct_DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 +printf "%s\n" "$ac_ct_DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DSYMUTIL" = x; then + DSYMUTIL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DSYMUTIL=$ac_ct_DSYMUTIL + fi +else + DSYMUTIL="$ac_cv_prog_DSYMUTIL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. +set dummy ${ac_tool_prefix}nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NMEDIT"; then + ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +NMEDIT=$ac_cv_prog_NMEDIT +if test -n "$NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 +printf "%s\n" "$NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_NMEDIT"; then + ac_ct_NMEDIT=$NMEDIT + # Extract the first word of "nmedit", so it can be a program name with args. +set dummy nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_NMEDIT"; then + ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_NMEDIT="nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT +if test -n "$ac_ct_NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 +printf "%s\n" "$ac_ct_NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_NMEDIT" = x; then + NMEDIT=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + NMEDIT=$ac_ct_NMEDIT + fi +else + NMEDIT="$ac_cv_prog_NMEDIT" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. +set dummy ${ac_tool_prefix}lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$LIPO"; then + ac_cv_prog_LIPO="$LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_LIPO="${ac_tool_prefix}lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +LIPO=$ac_cv_prog_LIPO +if test -n "$LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 +printf "%s\n" "$LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_LIPO"; then + ac_ct_LIPO=$LIPO + # Extract the first word of "lipo", so it can be a program name with args. +set dummy lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_LIPO"; then + ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_LIPO="lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO +if test -n "$ac_ct_LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 +printf "%s\n" "$ac_ct_LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_LIPO" = x; then + LIPO=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + LIPO=$ac_ct_LIPO + fi +else + LIPO="$ac_cv_prog_LIPO" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL"; then + ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL="${ac_tool_prefix}otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL=$ac_cv_prog_OTOOL +if test -n "$OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 +printf "%s\n" "$OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL"; then + ac_ct_OTOOL=$OTOOL + # Extract the first word of "otool", so it can be a program name with args. +set dummy otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL"; then + ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL="otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL +if test -n "$ac_ct_OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 +printf "%s\n" "$ac_ct_OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL" = x; then + OTOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL=$ac_ct_OTOOL + fi +else + OTOOL="$ac_cv_prog_OTOOL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL64"; then + ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL64=$ac_cv_prog_OTOOL64 +if test -n "$OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 +printf "%s\n" "$OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL64"; then + ac_ct_OTOOL64=$OTOOL64 + # Extract the first word of "otool64", so it can be a program name with args. +set dummy otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL64"; then + ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL64="otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 +if test -n "$ac_ct_OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 +printf "%s\n" "$ac_ct_OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL64" = x; then + OTOOL64=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL64=$ac_ct_OTOOL64 + fi +else + OTOOL64="$ac_cv_prog_OTOOL64" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 +printf %s "checking for -single_module linker flag... " >&6; } +if test ${lt_cv_apple_cc_single_mod+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_apple_cc_single_mod=no + if test -z "$LT_MULTI_MODULE"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test 0 = "$_lt_result"; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&5 + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 +printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 +printf %s "checking for -exported_symbols_list linker flag... " >&6; } +if test ${lt_cv_ld_exported_symbols_list+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_ld_exported_symbols_list=yes +else $as_nop + lt_cv_ld_exported_symbols_list=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 +printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +printf %s "checking for -force_load linker flag... " >&6; } +if test ${lt_cv_ld_force_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5 + $AR $AR_FLAGS libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +printf "%s\n" "$lt_cv_ld_force_load" >&6; } + case $host_os in + rhapsody* | darwin1.[012]) + _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + darwin*) + case $MACOSX_DEPLOYMENT_TARGET,$host in + 10.[012],*|,*powerpc*-darwin[5-8]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + *) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test yes = "$lt_cv_apple_cc_single_mod"; then + _lt_dar_single_mod='$single_module' + fi + if test yes = "$lt_cv_ld_exported_symbols_list"; then + _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' + fi + if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} + +ac_header= ac_cache= +for ac_item in $ac_header_c_list +do + if test $ac_cache; then + ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" + if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then + printf "%s\n" "#define $ac_item 1" >> confdefs.h + fi + ac_header= ac_cache= + elif test $ac_header; then + ac_cache=$ac_item + else + ac_header=$ac_item + fi +done + + + + + + + + +if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes +then : + +printf "%s\n" "@%:@define STDC_HEADERS 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default +" +if test "x$ac_cv_header_dlfcn_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_DLFCN_H 1" >>confdefs.h + +fi + + + + + +# Set options +@%:@ Check whether --enable-shared was given. +if test ${enable_shared+y} +then : + enableval=$enable_shared; p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_shared=yes +fi + + + + + + + + + + + enable_dlopen=no + + + enable_win32_dll=no + + + + @%:@ Check whether --enable-static was given. +if test ${enable_static+y} +then : + enableval=$enable_static; p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_static=yes +fi + + + + + + + + + + +@%:@ Check whether --with-pic was given. +if test ${with_pic+y} +then : + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for lt_pkg in $withval; do + IFS=$lt_save_ifs + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + pic_mode=default +fi + + + + + + + + + @%:@ Check whether --enable-fast-install was given. +if test ${enable_fast_install+y} +then : + enableval=$enable_fast_install; p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_fast_install=yes +fi + + + + + + + + + shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[5-9]*,yes) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 +printf %s "checking which variant of shared library versioning to provide... " >&6; } + +@%:@ Check whether --with-aix-soname was given. +if test ${with_aix_soname+y} +then : + withval=$with_aix_soname; case $withval in + aix|svr4|both) + ;; + *) + as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname +else $as_nop + if test ${lt_cv_with_aix_soname+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_with_aix_soname=aix +fi + + with_aix_soname=$lt_cv_with_aix_soname +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 +printf "%s\n" "$with_aix_soname" >&6; } + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac + + + + + + + + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS=$ltmain + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +test -z "$LN_S" && LN_S="ln -s" + + + + + + + + + + + + + + +if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 +printf %s "checking for objdir... " >&6; } +if test ${lt_cv_objdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 +printf "%s\n" "$lt_cv_objdir" >&6; } +objdir=$lt_cv_objdir + + + + + +printf "%s\n" "@%:@define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h + + + + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a '.a' archive for static linking (except MSVC and +# ICC, which need '.lib'). +libext=a + +with_gnu_ld=$lt_cv_prog_gnu_ld + +old_CC=$CC +old_CFLAGS=$CFLAGS + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +func_cc_basename $compiler +cc_basename=$func_cc_basename_result + + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 +printf %s "checking for ${ac_tool_prefix}file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/${ac_tool_prefix}file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + + + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5 +printf %s "checking for file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +# Use C for the default configuration in the libtool script + +lt_save_CC=$CC +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +objext=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + +lt_prog_compiler_no_builtin_flag= + +if test yes = "$GCC"; then + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } +if test ${lt_cv_prog_compiler_rtti_exceptions+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; } + +if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" +else + : +fi + +fi + + + + + + + lt_prog_compiler_wl= +lt_prog_compiler_pic= +lt_prog_compiler_static= + + + if test yes = "$GCC"; then + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_static='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + fi + lt_prog_compiler_pic='-fPIC' + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl='-Wl,' + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + else + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static='$wl-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + case $cc_basename in + # old Intel for x86_64, which still supported -KPIC. + ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='--shared' + lt_prog_compiler_static='--static' + ;; + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-qpic' + lt_prog_compiler_static='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + lt_prog_compiler_wl='-Qoption ld ';; + *) + lt_prog_compiler_wl='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic='-Kconform_pic' + lt_prog_compiler_static='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_can_build_shared=no + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +case $host_os in + # For platforms that do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic@&t@ -DPIC" + ;; +esac + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +printf %s "checking for $compiler option to produce PIC... " >&6; } +if test ${lt_cv_prog_compiler_pic+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic=$lt_prog_compiler_pic +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; } +lt_prog_compiler_pic=$lt_cv_prog_compiler_pic + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } +if test ${lt_cv_prog_compiler_pic_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic@&t@ -DPIC" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_pic_works"; then + case $lt_prog_compiler_pic in + "" | " "*) ;; + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; + esac +else + lt_prog_compiler_pic= + lt_prog_compiler_can_build_shared=no +fi + +fi + + + + + + + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if test ${lt_cv_prog_compiler_static_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_static_works=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works=yes + fi + else + lt_cv_prog_compiler_static_works=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_static_works"; then + : +else + lt_prog_compiler_static= +fi + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + +hard_links=nottested +if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then + # do not overwrite the value of need_locks provided by the user + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +printf %s "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +printf "%s\n" "$hard_links" >&6; } + if test no = "$hard_links"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 +printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + runpath_var= + allow_undefined_flag= + always_export_symbols=no + archive_cmds= + archive_expsym_cmds= + compiler_needs_object=no + enable_shared_with_static_runtimes=no + export_dynamic_flag_spec= + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + hardcode_automatic=no + hardcode_direct=no + hardcode_direct_absolute=no + hardcode_libdir_flag_spec= + hardcode_libdir_separator= + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + inherit_rpath=no + link_all_deplibs=unknown + module_cmds= + module_expsym_cmds= + old_archive_from_new_cmds= + old_archive_from_expsyms_cmds= + thread_safe_flag_spec= + whole_archive_flag_spec= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ' (' and ')$', so one must not match beginning or + # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', + # as well as any symbol that contains 'd'. + exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + if test yes != "$GCC"; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) + with_gnu_ld=yes + ;; + openbsd* | bitrig*) + with_gnu_ld=no + ;; + linux* | k*bsd*-gnu | gnu*) + link_all_deplibs=no + ;; + esac + + ld_shlibs=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test yes = "$with_gnu_ld"; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test yes = "$lt_use_gnu_ld_interface"; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='$wl' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='$wl--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' + else + whole_archive_flag_spec= + fi + supports_anon_versioning=no + case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[3-9]*) + # On AIX/PPC, the GNU linker is very broken + if test ia64 != "$host_cpu"; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + else + ld_shlibs=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='$wl--export-all-symbols' + allow_undefined_flag=unsupported + always_export_symbols=no + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs=no + fi + ;; + + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + interix[3-9]*) + hardcode_direct=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test linux-dietlibc = "$host_os"; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test no = "$tmp_diet" + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + whole_archive_flag_spec= + tmp_sharedflag='--shared' ;; + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + ;; + esac + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + tcc*) + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='-rdynamic' + ;; + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + ld_shlibs=no + fi + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + + if test no = "$ld_shlibs"; then + runpath_var= + hardcode_libdir_flag_spec= + export_dynamic_flag_spec= + whole_archive_flag_spec= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag=unsupported + always_export_symbols=yes + archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix[4-9]*) + if test ia64 = "$host_cpu"; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag= + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then + aix_use_runtimelinking=yes + break + fi + done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds='' + hardcode_direct=yes + hardcode_direct_absolute=yes + hardcode_libdir_separator=':' + link_all_deplibs=yes + file_list_spec='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + hardcode_direct=no + hardcode_direct_absolute=no + ;; + esac + + if test yes = "$GCC"; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`$CC -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + shared_flag='-shared' + if test yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' + fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' + else + # not using gcc + if test ia64 = "$host_cpu"; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' + else + shared_flag='$wl-bM:SRE' + fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' + fi + fi + + export_dynamic_flag_spec='$wl-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols=yes + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag + else + if test ia64 = "$host_cpu"; then + hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' + allow_undefined_flag="-z nodefs" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag=' $wl-bernotok' + allow_undefined_flag=' $wl-berok' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi + archive_cmds_need_lc=yes + archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + bsdi[45]*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl* | icl*) + # Native MSVC or ICC + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + always_export_symbols=yes + file_list_spec='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, )='true' + enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + old_postinstall_cmds='chmod 644 $oldlib' + postlink_cmds='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC and ICC wrapper + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_from_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' + enable_shared_with_static_runtimes=yes + ;; + esac + ;; + + darwin* | rhapsody*) + + + archive_cmds_need_lc=no + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + if test yes = "$lt_cv_ld_force_load"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec='' + fi + link_all_deplibs=yes + allow_undefined_flag=$_lt_dar_allow_undefined + case $cc_basename in + ifort*|nagfor*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test yes = "$_lt_dar_can_shared"; then + output_verbose_link_cmd=func_echo_all + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" + archive_expsym_cmds="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + module_expsym_cmds="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" + + else + ld_shlibs=no + fi + + ;; + + dgux*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly* | midnightbsd*) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + hpux9*) + if test yes = "$GCC"; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + else + archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + export_dynamic_flag_spec='$wl-E' + ;; + + hpux10*) + if test yes,no = "$GCC,$with_gnu_ld"; then + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + + hpux11*) + if test yes,no = "$GCC,$with_gnu_ld"; then + case $host_cpu in + hppa*64*) + archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +printf %s "checking if $CC understands -b... " >&6; } +if test ${lt_cv_prog_compiler__b+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler__b=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +printf "%s\n" "$lt_cv_prog_compiler__b" >&6; } + +if test yes = "$lt_cv_prog_compiler__b"; then + archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' +fi + + ;; + esac + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + *) + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test yes = "$GCC"; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 +printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; } +if test ${lt_cv_irix_exported_symbol+y} +then : + printf %s "(cached) " >&6 +else $as_nop + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int foo (void) { return 0; } +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_irix_exported_symbol=yes +else $as_nop + lt_cv_irix_exported_symbol=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 +printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; } + if test yes = "$lt_cv_irix_exported_symbol"; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' + fi + link_all_deplibs=no + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + inherit_rpath=yes + link_all_deplibs=yes + ;; + + linux*) + case $cc_basename in + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + ld_shlibs=yes + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + ;; + esac + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + newsos6) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + hardcode_shlibpath_var=no + ;; + + *nto* | *qnx*) + ;; + + openbsd* | bitrig*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + hardcode_direct_absolute=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + else + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + fi + else + ld_shlibs=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + osf3*) + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + archive_cmds_need_lc='no' + hardcode_libdir_separator=: + ;; + + solaris*) + no_undefined_flag=' -z defs' + if test yes = "$GCC"; then + wlarc='$wl' + archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='$wl' + archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands '-z linker_flag'. GCC discards it without '$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test yes = "$GCC"; then + whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs=yes + ;; + + sunos4*) + if test sequent = "$host_vendor"; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds='$CC -r -o $output$reload_objs' + hardcode_direct=no + ;; + motorola) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv4.3*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag='$wl-z,text' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We CANNOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag='$wl-z,text' + allow_undefined_flag='$wl-z,nodefs' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-R,$libdir' + hardcode_libdir_separator=':' + link_all_deplibs=yes + export_dynamic_flag_spec='$wl-Bexport' + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + *) + ld_shlibs=no + ;; + esac + + if test sni = "$host_vendor"; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + export_dynamic_flag_spec='$wl-Blargedynsym' + ;; + esac + fi + fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 +printf "%s\n" "$ld_shlibs" >&6; } +test no = "$ld_shlibs" && can_build_shared=no + +with_gnu_ld=$with_gnu_ld + + + + + + + + + + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc=yes + + if test yes,yes = "$GCC,$enable_shared"; then + case $archive_cmds in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +printf %s "checking whether -lc should be explicitly linked in... " >&6; } +if test ${lt_cv_archive_cmds_need_lc+y} +then : + printf %s "(cached) " >&6 +else $as_nop + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +printf %s "checking dynamic linker characteristics... " >&6; } + +if test yes = "$GCC"; then + case $host_os in + darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; + *) lt_awk_arg='/^libraries:/' ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary... + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" + elif test -n "$lt_multi_os_dir"; then + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS = " "; FS = "/|\n";} { + lt_foo = ""; + lt_count = 0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo = "/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's|/\([A-Za-z]:\)|\1|g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=.so +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + + + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='$libname$release$shared_ext$major' + ;; + +aix[4-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test ia64 = "$host_cpu"; then + # AIX 5 supports IA64 + library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line '#! .'. This would cause the generated library to + # depend on '.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V + + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a(lib.so.V)' + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='$libname$shared_ext' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl* | *,icl*) + # Native MSVC or ICC + libname_spec='$name' + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec=$LIB + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC and ICC wrapper + library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' + soname_spec='$libname$release$major$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly* | midnightbsd*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[23].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=no + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + if test 32 = "$HPUX_IA64_MODE"; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 + fi + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test yes = "$lt_cv_prog_gnu_ld"; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" + sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + hardcode_libdir_flag_spec='-L$libdir' + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if test ${lt_cv_shlibpath_overrides_runpath+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null +then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) to the search path. + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd* | bitrig*) + version_type=sunos + sys_lib_dlsearch_path_spec=/usr/lib + need_lib_prefix=no + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no + else + need_version=yes + fi + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +os2*) + libname_spec='$name' + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test yes = "$with_gnu_ld"; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec; then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' + soname_spec='$libname$shared_ext.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=sco + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test yes = "$with_gnu_ld"; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +printf "%s\n" "$dynamic_linker" >&6; } +test no = "$dynamic_linker" && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test yes = "$GCC"; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then + sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec +fi + +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec +fi + +# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... +configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec + +# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" + +# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool +configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +printf %s "checking how to hardcode library paths into programs... " >&6; } +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || + test -n "$runpath_var" || + test yes = "$hardcode_automatic"; then + + # We can hardcode non-existent directories. + if test no != "$hardcode_direct" && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && + test no != "$hardcode_minus_L"; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 +printf "%s\n" "$hardcode_action" >&6; } + +if test relink = "$hardcode_action" || + test yes = "$inherit_rpath"; then + # Fast installation is not supported + enable_fast_install=no +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + if test yes != "$enable_dlopen"; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen=load_add_on + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen=LoadLibrary + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + + lt_cv_dlopen=dyld + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + + *) + ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" +if test "x$ac_cv_func_shl_load" = xyes +then : + lt_cv_dlopen=shl_load +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 +printf %s "checking for shl_load in -ldld... " >&6; } +if test ${ac_cv_lib_dld_shl_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char shl_load (); +int +main (void) +{ +return shl_load (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_shl_load=yes +else $as_nop + ac_cv_lib_dld_shl_load=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 +printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = xyes +then : + lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld +else $as_nop + ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" +if test "x$ac_cv_func_dlopen" = xyes +then : + lt_cv_dlopen=dlopen +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 +printf %s "checking for dlopen in -lsvld... " >&6; } +if test ${ac_cv_lib_svld_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_svld_dlopen=yes +else $as_nop + ac_cv_lib_svld_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 +printf %s "checking for dld_link in -ldld... " >&6; } +if test ${ac_cv_lib_dld_dld_link+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dld_link (); +int +main (void) +{ +return dld_link (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_dld_link=yes +else $as_nop + ac_cv_lib_dld_dld_link=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 +printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = xyes +then : + lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test no = "$lt_cv_dlopen"; then + enable_dlopen=no + else + enable_dlopen=yes + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS=$LDFLAGS + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS=$LIBS + LIBS="$lt_cv_dlopen_libs $LIBS" + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 +printf %s "checking whether a program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 +printf "%s\n" "$lt_cv_dlopen_self" >&6; } + + if test yes = "$lt_cv_dlopen_self"; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 +printf %s "checking whether a statically linked program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self_static+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 +printf "%s\n" "$lt_cv_dlopen_self_static" >&6; } + fi + + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + + + + + + + + + + + + + + + + +striplib= +old_striplib= +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 +printf %s "checking whether stripping libraries is possible... " >&6; } +if test -z "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +else + if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + case $host_os in + darwin*) + # FIXME - insert some real tests, host_os isn't really good enough + striplib="$STRIP -x" + old_striplib="$STRIP -S" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + ;; + freebsd*) + if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + fi + ;; + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + ;; + esac + fi +fi + + + + + + + + + + + + + # Report what library types will actually be built + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 +printf %s "checking if libtool supports shared libraries... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 +printf "%s\n" "$can_build_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 +printf %s "checking whether to build shared libraries... " >&6; } + test no = "$can_build_shared" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[4-9]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + fi + ;; + esac + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 +printf "%s\n" "$enable_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 +printf %s "checking whether to build static libraries... " >&6; } + # Make sure either enable_shared or enable_static is yes. + test yes = "$enable_shared" || enable_static=yes + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 +printf "%s\n" "$enable_static" >&6; } + + + + +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC=$lt_save_CC + + + + + + + + + + + + + + + + ac_config_commands="$ac_config_commands libtool" + + + + +# Only expand once: + + + +ac_config_headers="$ac_config_headers config.h" + + +# Checks for programs. + + + +LDFLAGS="$LDFLAGS -L/usr/local/lib" + +# Checks for libraries. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing log" >&5 +printf %s "checking for library containing log... " >&6; } +if test ${ac_cv_search_log+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char log (); +int +main (void) +{ +return log (); + ; + return 0; +} +_ACEOF +for ac_lib in '' m +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_log=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_log+y} +then : + break +fi +done +if test ${ac_cv_search_log+y} +then : + +else $as_nop + ac_cv_search_log=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_log" >&5 +printf "%s\n" "$ac_cv_search_log" >&6; } +ac_res=$ac_cv_search_log +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +else $as_nop + as_fn_error $? "Could not find math library" "$LINENO" 5 +fi + + +# Checks for header files. +# Autoupdate added the next two lines to ensure that your configure +# script's behavior did not change. They are probably safe to remove. + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + + + + +# Obsolete code to be removed. +if test $ac_cv_header_sys_time_h = yes; then + +printf "%s\n" "@%:@define TIME_WITH_SYS_TIME 1" >>confdefs.h + +fi +# End of obsolete code. + +ac_header_dirent=no +for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do + as_ac_Header=`printf "%s\n" "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 +printf %s "checking for $ac_hdr that defines DIR... " >&6; } +if eval test \${$as_ac_Header+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include <$ac_hdr> + +int +main (void) +{ +if ((DIR *) 0) +return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$as_ac_Header=yes" +else $as_nop + eval "$as_ac_Header=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$as_ac_Header + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } +if eval test \"x\$"$as_ac_Header"\" = x"yes" +then : + cat >>confdefs.h <<_ACEOF +@%:@define `printf "%s\n" "HAVE_$ac_hdr" | $as_tr_cpp` 1 +_ACEOF + +ac_header_dirent=$ac_hdr; break +fi + +done +# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. +if test $ac_header_dirent = dirent.h; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' dir +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' x +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +fi + +ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" +if test "x$ac_cv_type__Bool" = xyes +then : + +printf "%s\n" "@%:@define HAVE__BOOL 1" >>confdefs.h + + +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 +printf %s "checking for stdbool.h that conforms to C99... " >&6; } +if test ${ac_cv_header_stdbool_h+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + + #ifndef __bool_true_false_are_defined + #error "__bool_true_false_are_defined is not defined" + #endif + char a[__bool_true_false_are_defined == 1 ? 1 : -1]; + + /* Regardless of whether this is C++ or "_Bool" is a + valid type name, "true" and "false" should be usable + in #if expressions and integer constant expressions, + and "bool" should be a valid type name. */ + + #if !true + #error "'true' is not true" + #endif + #if true != 1 + #error "'true' is not equal to 1" + #endif + char b[true == 1 ? 1 : -1]; + char c[true]; + + #if false + #error "'false' is not false" + #endif + #if false != 0 + #error "'false' is not equal to 0" + #endif + char d[false == 0 ? 1 : -1]; + + enum { e = false, f = true, g = false * true, h = true * 256 }; + + char i[(bool) 0.5 == true ? 1 : -1]; + char j[(bool) 0.0 == false ? 1 : -1]; + char k[sizeof (bool) > 0 ? 1 : -1]; + + struct sb { bool s: 1; bool t; } s; + char l[sizeof s.t > 0 ? 1 : -1]; + + /* The following fails for + HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ + bool m[h]; + char n[sizeof m == h * sizeof m[0] ? 1 : -1]; + char o[-1 - (bool) 0 < 0 ? 1 : -1]; + /* Catch a bug in an HP-UX C compiler. See + https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html + https://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html + */ + bool p = true; + bool *pp = &p; + + /* C 1999 specifies that bool, true, and false are to be + macros, but C++ 2011 and later overrule this. */ + #if __cplusplus < 201103 + #ifndef bool + #error "bool is not defined" + #endif + #ifndef false + #error "false is not defined" + #endif + #ifndef true + #error "true is not defined" + #endif + #endif + + /* If _Bool is available, repeat with it all the tests + above that used bool. */ + #ifdef HAVE__BOOL + struct sB { _Bool s: 1; _Bool t; } t; + + char q[(_Bool) 0.5 == true ? 1 : -1]; + char r[(_Bool) 0.0 == false ? 1 : -1]; + char u[sizeof (_Bool) > 0 ? 1 : -1]; + char v[sizeof t.t > 0 ? 1 : -1]; + + _Bool w[h]; + char x[sizeof m == h * sizeof m[0] ? 1 : -1]; + char y[-1 - (_Bool) 0 < 0 ? 1 : -1]; + _Bool z = true; + _Bool *pz = &p; + #endif + +int +main (void) +{ + + bool ps = &s; + *pp |= p; + *pp |= ! p; + + #ifdef HAVE__BOOL + _Bool pt = &t; + *pz |= z; + *pz |= ! z; + #endif + + /* Refer to every declared value, so they cannot be + discarded as unused. */ + return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k + + !l + !m + !n + !o + !p + !pp + !ps + #ifdef HAVE__BOOL + + !q + !r + !u + !v + !w + !x + !y + !z + !pt + #endif + ); + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_header_stdbool_h=yes +else $as_nop + ac_cv_header_stdbool_h=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 +printf "%s\n" "$ac_cv_header_stdbool_h" >&6; } + +if test $ac_cv_header_stdbool_h = yes; then + +printf "%s\n" "@%:@define HAVE_STDBOOL_H 1" >>confdefs.h + +fi + +ac_fn_c_check_header_compile "$LINENO" "fcntl.h" "ac_cv_header_fcntl_h" "$ac_includes_default" +if test "x$ac_cv_header_fcntl_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_FCNTL_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default" +if test "x$ac_cv_header_float_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_FLOAT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" +if test "x$ac_cv_header_inttypes_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_INTTYPES_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default" +if test "x$ac_cv_header_limits_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_LIMITS_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" +if test "x$ac_cv_header_locale_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_LOCALE_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "malloc.h" "ac_cv_header_malloc_h" "$ac_includes_default" +if test "x$ac_cv_header_malloc_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_MALLOC_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "memory.h" "ac_cv_header_memory_h" "$ac_includes_default" +if test "x$ac_cv_header_memory_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMORY_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stddef.h" "ac_cv_header_stddef_h" "$ac_includes_default" +if test "x$ac_cv_header_stddef_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDDEF_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" +if test "x$ac_cv_header_stdint_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDINT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +if test "x$ac_cv_header_stdlib_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDLIB_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default" +if test "x$ac_cv_header_string_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRING_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +if test "x$ac_cv_header_unistd_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_UNISTD_H 1" >>confdefs.h + +fi + + +# Checks for typedefs, structures, and compiler characteristics. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 +printf %s "checking for inline... " >&6; } +if test ${ac_cv_c_inline+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo (void) {return 0; } +$ac_kw foo_t foo (void) {return 0; } +#endif + +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_c_inline=$ac_kw +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + test "$ac_cv_c_inline" != no && break +done + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +printf "%s\n" "$ac_cv_c_inline" >&6; } + +case $ac_cv_c_inline in + inline | yes) ;; + *) + case $ac_cv_c_inline in + no) ac_val=;; + *) ac_val=$ac_cv_c_inline;; + esac + cat >>confdefs.h <<_ACEOF +#ifndef __cplusplus +#define inline $ac_val +#endif +_ACEOF + ;; +esac + +ac_fn_c_find_intX_t "$LINENO" "16" "ac_cv_c_int16_t" +case $ac_cv_c_int16_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int16_t $ac_cv_c_int16_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "32" "ac_cv_c_int32_t" +case $ac_cv_c_int32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int32_t $ac_cv_c_int32_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t" +case $ac_cv_c_int64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int64_t $ac_cv_c_int64_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "8" "ac_cv_c_int8_t" +case $ac_cv_c_int8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int8_t $ac_cv_c_int8_t" >>confdefs.h +;; +esac + +ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default" +if test "x$ac_cv_type_off_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define off_t long int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" +if test "x$ac_cv_type_size_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define size_t unsigned int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default" +if test "x$ac_cv_type_ssize_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define ssize_t int" >>confdefs.h + +fi + +ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t" +case $ac_cv_c_uint16_t in #( + no|yes) ;; #( + *) + + +printf "%s\n" "@%:@define uint16_t $ac_cv_c_uint16_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t" +case $ac_cv_c_uint32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT32_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint32_t $ac_cv_c_uint32_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t" +case $ac_cv_c_uint64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT64_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint64_t $ac_cv_c_uint64_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t" +case $ac_cv_c_uint8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT8_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint8_t $ac_cv_c_uint8_t" >>confdefs.h +;; + esac + +ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default" +if test "x$ac_cv_type_ptrdiff_t" = xyes +then : + +printf "%s\n" "@%:@define HAVE_PTRDIFF_T 1" >>confdefs.h + + +fi + + +# Checks for library functions. +ac_fn_c_check_func "$LINENO" "malloc" "ac_cv_func_malloc" +if test "x$ac_cv_func_malloc" = xyes +then : + printf "%s\n" "@%:@define HAVE_MALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "realloc" "ac_cv_func_realloc" +if test "x$ac_cv_func_realloc" = xyes +then : + printf "%s\n" "@%:@define HAVE_REALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "drand48" "ac_cv_func_drand48" +if test "x$ac_cv_func_drand48" = xyes +then : + printf "%s\n" "@%:@define HAVE_DRAND48 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "getcwd" "ac_cv_func_getcwd" +if test "x$ac_cv_func_getcwd" = xyes +then : + printf "%s\n" "@%:@define HAVE_GETCWD 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" +if test "x$ac_cv_func_gettimeofday" = xyes +then : + printf "%s\n" "@%:@define HAVE_GETTIMEOFDAY 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memmove" "ac_cv_func_memmove" +if test "x$ac_cv_func_memmove" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMMOVE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memset" "ac_cv_func_memset" +if test "x$ac_cv_func_memset" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMSET 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "regcomp" "ac_cv_func_regcomp" +if test "x$ac_cv_func_regcomp" = xyes +then : + printf "%s\n" "@%:@define HAVE_REGCOMP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" +if test "x$ac_cv_func_setlocale" = xyes +then : + printf "%s\n" "@%:@define HAVE_SETLOCALE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "sqrt" "ac_cv_func_sqrt" +if test "x$ac_cv_func_sqrt" = xyes +then : + printf "%s\n" "@%:@define HAVE_SQRT 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strdup" "ac_cv_func_strdup" +if test "x$ac_cv_func_strdup" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRDUP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strndup" "ac_cv_func_strndup" +if test "x$ac_cv_func_strndup" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRNDUP 1" >>confdefs.h + +fi + + +if : +then : + + vers='1.1.1' + + major=${vers%%.*} + rest=${vers#*.} + minor=${rest%%.*} + patch=${rest#*.} + + case $major in (*!0-9*|'') as_fn_error $? "Non-numeric major version in 1.1.1 ('$major')" "$LINENO" 5;; esac + case $minor in (*!0-9*|'') as_fn_error $? "Non-numeric minor version in 1.1.1 ('$minor')" "$LINENO" 5;; esac + case $patch in (*!0-9*|'') as_fn_error $? "Non-numeric patch version in 1.1.1 ('$patch')" "$LINENO" 5;; esac + + LIBPOSTAL_MAJOR_VERSION=$major + + LIBPOSTAL_MINOR_VERSION=$minor + + LIBPOSTAL_PATCH_VERSION=$patch + + + +printf "%s\n" "@%:@define LIBPOSTAL_MAJOR_VERSION $major" >>confdefs.h + + +printf "%s\n" "@%:@define LIBPOSTAL_MINOR_VERSION $minor" >>confdefs.h + + +printf "%s\n" "@%:@define LIBPOSTAL_PATCH_VERSION $patch" >>confdefs.h + + +fi + + +LIBPOSTAL_DATA_DIR_VERSION_STRING=v1 + + +DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/base_data) +PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/parser) +LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/language_classifier) + +LIBPOSTAL_DATA_FILE_LATEST_VERSION=$DATA_FILE_LATEST_VERSION + +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION=$PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION=$LANG_CLASS_MODEL_LATEST_VERSION + + +# Senzing data +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING=v1 + + +SENZING_DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/senzing/base_data) +SENZING_PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/parser) +SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/language_classifier) + +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION=$SENZING_DATA_FILE_LATEST_VERSION + +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION=$SENZING_PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$SENZING_LANG_CLASS_MODEL_LATEST_VERSION + + +ac_config_files="$ac_config_files Makefile libpostal.pc src/Makefile src/libpostal_data test/Makefile" + + +# Extract the first word of "shuf", so it can be a program name with args. +set dummy shuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_SHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_SHUF"; then + ac_cv_prog_FOUND_SHUF="$FOUND_SHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_SHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_SHUF=$ac_cv_prog_FOUND_SHUF +if test -n "$FOUND_SHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_SHUF" >&5 +printf "%s\n" "$FOUND_SHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +# Extract the first word of "gshuf", so it can be a program name with args. +set dummy gshuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_GSHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_GSHUF"; then + ac_cv_prog_FOUND_GSHUF="$FOUND_GSHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_GSHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_GSHUF=$ac_cv_prog_FOUND_GSHUF +if test -n "$FOUND_GSHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_GSHUF" >&5 +printf "%s\n" "$FOUND_GSHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + +if test "x$FOUND_SHUF" = xyes +then : + +printf "%s\n" "@%:@define HAVE_SHUF 1" >>confdefs.h + +fi +if test "x$FOUND_GSHUF" = xyes +then : + +printf "%s\n" "@%:@define HAVE_GSHUF 1" >>confdefs.h + +fi + +# ------------------------------------------------------------------ +# Checks for SSE2 build +# ------------------------------------------------------------------ + +@%:@ Check whether --enable-sse2 was given. +if test ${enable_sse2+y} +then : + enableval=$enable_sse2; +fi + + +if test "x$enable_sse2" != "xno" && test "x$(uname -m)" != "xarm64" && test "x$(uname -m)" != "xaarch64" +then : + + CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}" + +fi + +ac_fn_c_check_header_compile "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" +if test "x$ac_cv_header_cblas_h" = xyes +then : + + +ax_cblas_ok=no + + +@%:@ Check whether --with-cblas was given. +if test ${with_cblas+y} +then : + withval=$with_cblas; +fi + +case $with_cblas in + yes | "") ;; + no) ax_cblas_ok=disable ;; + -* | */* | *.a | *.so | *.so.* | *.o) CBLAS_LIBS="$with_cblas" ;; + *) CBLAS_LIBS="-l$with_cblas" ;; +esac + +ax_cblas_save_LIBS="$LIBS" + +# First, check CBLAS_LIBS environment variable +if test $ax_cblas_ok = no; then +if test "x$CBLAS_LIBS" != x; then + save_LIBS="$LIBS"; LIBS="$CBLAS_LIBS $LIBS" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in $CBLAS_LIBS" >&5 +printf %s "checking for cblas_dgemm in $CBLAS_LIBS... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ax_cblas_ok=yes +else $as_nop + CBLAS_LIBS="" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cblas_ok" >&5 +printf "%s\n" "$ax_cblas_ok" >&6; } + LIBS="$save_LIBS" +fi +fi + +# CBLAS linked to by default? (happens on some supercomputers) +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="$LIBS" + ac_fn_c_check_func "$LINENO" "cblas_dgemm" "ac_cv_func_cblas_dgemm" +if test "x$ac_cv_func_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes +fi + + LIBS="$save_LIBS" +fi + +# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5 +printf %s "checking for ATL_xerbla in -latlas... " >&6; } +if test ${ac_cv_lib_atlas_ATL_xerbla+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-latlas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char ATL_xerbla (); +int +main (void) +{ +return ATL_xerbla (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_atlas_ATL_xerbla=yes +else $as_nop + ac_cv_lib_atlas_ATL_xerbla=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_atlas_ATL_xerbla" >&5 +printf "%s\n" "$ac_cv_lib_atlas_ATL_xerbla" >&6; } +if test "x$ac_cv_lib_atlas_ATL_xerbla" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5 +printf %s "checking for cblas_dgemm in -lcblas... " >&6; } +if test ${ac_cv_lib_cblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcblas -latlas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_cblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_cblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_cblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes + CBLAS_LIBS="-lcblas -latlas" +fi + +fi + +fi + +# BLAS in Intel MKL library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lmkl" >&5 +printf %s "checking for cblas_dgemm in -lmkl... " >&6; } +if test ${ac_cv_lib_mkl_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lmkl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_mkl_cblas_dgemm=yes +else $as_nop + ac_cv_lib_mkl_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mkl_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_mkl_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_mkl_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-lmkl" +fi + +fi + +# BLAS in Apple vecLib library? +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS" + ac_fn_c_check_func "$LINENO" "cblas_dgemm" "ac_cv_func_cblas_dgemm" +if test "x$ac_cv_func_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-framework vecLib" +fi + + LIBS="$save_LIBS" +fi + +# BLAS in Alpha DXML library? (now called CXML, see above) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -ldxml" >&5 +printf %s "checking for cblas_dgemm in -ldxml... " >&6; } +if test ${ac_cv_lib_dxml_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldxml $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dxml_cblas_dgemm=yes +else $as_nop + ac_cv_lib_dxml_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dxml_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_dxml_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_dxml_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-ldxml" +fi + +fi + +# BLAS in Sun Performance library? +if test $ax_cblas_ok = no; then + if test "x$GCC" != xyes; then # only works with Sun CC + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5 +printf %s "checking for acosp in -lsunmath... " >&6; } +if test ${ac_cv_lib_sunmath_acosp+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsunmath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char acosp (); +int +main (void) +{ +return acosp (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_sunmath_acosp=yes +else $as_nop + ac_cv_lib_sunmath_acosp=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sunmath_acosp" >&5 +printf "%s\n" "$ac_cv_lib_sunmath_acosp" >&6; } +if test "x$ac_cv_lib_sunmath_acosp" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lsunperf" >&5 +printf %s "checking for cblas_dgemm in -lsunperf... " >&6; } +if test ${ac_cv_lib_sunperf_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsunperf -lsunmath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_sunperf_cblas_dgemm=yes +else $as_nop + ac_cv_lib_sunperf_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sunperf_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_sunperf_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_sunperf_cblas_dgemm" = xyes +then : + CBLAS_LIBS="-xlic_lib=sunperf -lsunmath" + ax_cblas_ok=yes +fi + +fi + + fi +fi + +# BLAS in SCSL library? (SGI/Cray Scientific Library) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lscs" >&5 +printf %s "checking for cblas_dgemm in -lscs... " >&6; } +if test ${ac_cv_lib_scs_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lscs $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_scs_cblas_dgemm=yes +else $as_nop + ac_cv_lib_scs_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_scs_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_scs_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_scs_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lscs" +fi + +fi + +# BLAS in SGIMATH library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcomplib.sgimath" >&5 +printf %s "checking for cblas_dgemm in -lcomplib.sgimath... " >&6; } +if test ${ac_cv_lib_complib_sgimath_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcomplib.sgimath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_complib_sgimath_cblas_dgemm=yes +else $as_nop + ac_cv_lib_complib_sgimath_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_complib_sgimath_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_complib_sgimath_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_complib_sgimath_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lcomplib.sgimath" +fi + +fi + +# BLAS in IBM ESSL library? (requires generic BLAS lib, too) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lblas" >&5 +printf %s "checking for cblas_dgemm in -lblas... " >&6; } +if test ${ac_cv_lib_blas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_blas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_blas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_blas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_blas_cblas_dgemm" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lessl" >&5 +printf %s "checking for cblas_dgemm in -lessl... " >&6; } +if test ${ac_cv_lib_essl_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lessl -lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_essl_cblas_dgemm=yes +else $as_nop + ac_cv_lib_essl_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_essl_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_essl_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_essl_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lessl -lblas" +fi + +fi + +fi + +# BLAS in OpenBLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lopenblas" >&5 +printf %s "checking for cblas_dgemm in -lopenblas... " >&6; } +if test ${ac_cv_lib_openblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lopenblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_openblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_openblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_openblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_openblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lopenblas" +fi + +fi + +# Generic CBLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5 +printf %s "checking for cblas_dgemm in -lcblas... " >&6; } +if test ${ac_cv_lib_cblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_cblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_cblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_cblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lcblas" +fi + +fi + +# Generic BLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lblas" >&5 +printf %s "checking for cblas_dgemm in -lblas... " >&6; } +if test ${ac_cv_lib_blas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_blas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_blas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_blas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_blas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lblas" +fi + +fi + + + +LIBS="$ax_cblas_save_LIBS" + +# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: +if test x"$ax_cblas_ok" = xyes; then + +printf "%s\n" "@%:@define HAVE_CBLAS 1" >>confdefs.h + + : +else + ax_cblas_ok=no + +fi + +fi + + +@%:@ Check whether --enable-data-download was given. +if test ${enable_data_download+y} +then : + enableval=$enable_data_download; case "${enableval}" in + yes) DOWNLOAD_DATA=true ;; + no) DOWNLOAD_DATA=false ;; + *) as_fn_error $? "bad value ${enableval} for --disable-data-download" "$LINENO" 5 ;; + esac +else $as_nop + DOWNLOAD_DATA=true +fi + + + +if ${MODEL:+false} : +then : + +else $as_nop + if test "x$MODEL" = xsenzing +then : + +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Invalid MODEL value set +See \`config.log' for more details" "$LINENO" 5; } +fi +fi + + if test "x$DOWNLOAD_DATA" = "xtrue"; then + DOWNLOAD_DATA_TRUE= + DOWNLOAD_DATA_FALSE='#' +else + DOWNLOAD_DATA_TRUE='#' + DOWNLOAD_DATA_FALSE= +fi + + + +@%:@ Check whether --with-cflags-scanner-extra was given. +if test ${with_cflags_scanner_extra+y} +then : + withval=$with_cflags_scanner_extra; + if test "x$withval" = "xno"; then + CFLAGS_SCANNER_EXTRA="" + else + CFLAGS_SCANNER_EXTRA="$withval" + fi + +else $as_nop + CFLAGS_SCANNER_EXTRA="" + +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&5 +printf "%s\n" "$as_me: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&6;} + + + +LIBPOSTAL_SO_VERSION="${LIBPOSTAL_MAJOR_VERSION}:${LIBPOSTAL_MINOR_VERSION}:${LIBPOSTAL_PATCH_VERSION}" + + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +printf "%s\n" "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIB@&t@OBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +printf %s "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 +printf "%s\n" "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${DOWNLOAD_DATA_TRUE}" && test -z "${DOWNLOAD_DATA_FALSE}"; then + as_fn_error $? "conditional \"DOWNLOAD_DATA\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_@&t@echo='printf %s\n' +as_@&t@echo_n='printf %s' + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to the package provider." + +_ACEOF +ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` +ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config='$ac_cs_config_escaped' +ac_cs_version="\\ +libpostal config.status 1.1.1 +configured by $0, generated by GNU Autoconf 2.71, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2021 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + printf "%s\n" "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + printf "%s\n" "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + printf "%s\n" "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX +@%:@@%:@ Running $as_me. @%:@@%:@ +_ASBOX + printf "%s\n" "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" + + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' +lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' +want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' +nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' +lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' +configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' + +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in SHELL \ +ECHO \ +PATH_SEPARATOR \ +SED \ +GREP \ +EGREP \ +FGREP \ +LD \ +NM \ +LN_S \ +lt_SP2NL \ +lt_NL2SP \ +reload_flag \ +FILECMD \ +OBJDUMP \ +deplibs_check_method \ +file_magic_cmd \ +file_magic_glob \ +want_nocaseglob \ +DLLTOOL \ +sharedlib_from_linklib_cmd \ +AR \ +archiver_list_spec \ +STRIP \ +RANLIB \ +CC \ +CFLAGS \ +compiler \ +lt_cv_sys_global_symbol_pipe \ +lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_import \ +lt_cv_sys_global_symbol_to_c_name_address \ +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ +lt_cv_nm_interface \ +nm_file_list_spec \ +lt_cv_truncate_bin \ +lt_prog_compiler_no_builtin_flag \ +lt_prog_compiler_pic \ +lt_prog_compiler_wl \ +lt_prog_compiler_static \ +lt_cv_prog_compiler_c_o \ +need_locks \ +MANIFEST_TOOL \ +DSYMUTIL \ +NMEDIT \ +LIPO \ +OTOOL \ +OTOOL64 \ +shrext_cmds \ +export_dynamic_flag_spec \ +whole_archive_flag_spec \ +compiler_needs_object \ +with_gnu_ld \ +allow_undefined_flag \ +no_undefined_flag \ +hardcode_libdir_flag_spec \ +hardcode_libdir_separator \ +exclude_expsyms \ +include_expsyms \ +file_list_spec \ +variables_saved_for_relink \ +libname_spec \ +library_names_spec \ +soname_spec \ +install_override_mode \ +finish_eval \ +old_striplib \ +striplib; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in reload_cmds \ +old_postinstall_cmds \ +old_postuninstall_cmds \ +old_archive_cmds \ +extract_expsyms_cmds \ +old_archive_from_new_cmds \ +old_archive_from_expsyms_cmds \ +archive_cmds \ +archive_expsym_cmds \ +module_cmds \ +module_expsym_cmds \ +export_symbols_cmds \ +prelink_cmds \ +postlink_cmds \ +postinstall_cmds \ +postuninstall_cmds \ +finish_cmds \ +sys_lib_search_path_spec \ +configure_time_dlsearch_path \ +configure_time_lt_sys_library_path; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +ac_aux_dir='$ac_aux_dir' + +# See if we are running on zsh, and set the options that allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + + + PACKAGE='$PACKAGE' + VERSION='$VERSION' + RM='$RM' + ofile='$ofile' + + + + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "libpostal.pc") CONFIG_FILES="$CONFIG_FILES libpostal.pc" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/libpostal_data") CONFIG_FILES="$CONFIG_FILES src/libpostal_data" ;; + "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files + test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers + test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +printf "%s\n" "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`printf "%s\n" "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +printf "%s\n" "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in @%:@( + *\'*) : + eval set x "$CONFIG_FILES" ;; @%:@( + *) : + set x $CONFIG_FILES ;; @%:@( + *) : + ;; +esac + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk +} + ;; + "libtool":C) + + # See if we are running on zsh, and set the options that allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST + fi + + cfgfile=${ofile}T + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL +# Generated automatically by $as_me ($PACKAGE) $VERSION +# NOTE: Changes made to this file will be lost: look at ltmain.sh. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +# Copyright (C) 2014 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. + +# GNU Libtool 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 of the License, or +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. +# +# GNU Libtool 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. If not, see . + + +# The names of the tagged configurations supported by this script. +available_tags='' + +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} + +# ### BEGIN LIBTOOL CONFIG + +# Which release of libtool.m4 was used? +macro_version=$macro_version +macro_revision=$macro_revision + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# What type of objects to build. +pic_mode=$pic_mode + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# Shared archive member basename,for filename based shared library versioning on AIX. +shared_archive_member_spec=$shared_archive_member_spec + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="\$SED -e 1s/^X//" + +# A grep program that handles long lines. +GREP=$lt_GREP + +# An ERE matcher. +EGREP=$lt_EGREP + +# A literal string matcher. +FGREP=$lt_FGREP + +# A BSD- or MS-compatible name lister. +NM=$lt_NM + +# Whether we need soft or hard links. +LN_S=$lt_LN_S + +# What is the maximum length of a command? +max_cmd_len=$max_cmd_len + +# Object file suffix (normally "o"). +objext=$ac_objext + +# Executable file suffix (normally ""). +exeext=$exeext + +# whether the shell understands "unset". +lt_unset=$lt_unset + +# turn spaces into newlines. +SP2NL=$lt_lt_SP2NL + +# turn newlines into spaces. +NL2SP=$lt_lt_NL2SP + +# convert \$build file names to \$host format. +to_host_file_cmd=$lt_cv_to_host_file_cmd + +# convert \$build files to toolchain format. +to_tool_file_cmd=$lt_cv_to_tool_file_cmd + +# A file(cmd) program that detects file types. +FILECMD=$lt_FILECMD + +# An object symbol dumper. +OBJDUMP=$lt_OBJDUMP + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method = "file_magic". +file_magic_cmd=$lt_file_magic_cmd + +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob=$lt_file_magic_glob + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob=$lt_want_nocaseglob + +# DLL creation program. +DLLTOOL=$lt_DLLTOOL + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd + +# The archiver. +AR=$lt_AR + +# Flags to create an archive (by configure). +lt_ar_flags=$lt_ar_flags + +# Flags to create an archive. +AR_FLAGS=\@S|@{ARFLAGS-"\@S|@lt_ar_flags"} + +# How to feed a file listing to the archiver. +archiver_list_spec=$lt_archiver_list_spec + +# A symbol stripping program. +STRIP=$lt_STRIP + +# Commands used to install an old-style archive. +RANLIB=$lt_RANLIB +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + +# A C compiler. +LTCC=$lt_CC + +# LTCC compiler flags. +LTCFLAGS=$lt_CFLAGS + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration. +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm into a list of symbols to manually relocate. +global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import + +# Transform the output of nm in a C name address pair. +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# Transform the output of nm in a C name address pair when lib prefix is needed. +global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix + +# The name lister interface. +nm_interface=$lt_lt_cv_nm_interface + +# Specify filename containing input files for \$NM. +nm_file_list_spec=$lt_nm_file_list_spec + +# The root where to search for dependent libraries,and where our libraries should be installed. +lt_sysroot=$lt_sysroot + +# Command to truncate a binary pipe. +lt_truncate_bin=$lt_lt_cv_truncate_bin + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# Used to examine libraries when file_magic_cmd begins with "file". +MAGIC_CMD=$MAGIC_CMD + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Manifest tool. +MANIFEST_TOOL=$lt_MANIFEST_TOOL + +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. +DSYMUTIL=$lt_DSYMUTIL + +# Tool to change global to local symbols on Mac OS X. +NMEDIT=$lt_NMEDIT + +# Tool to manipulate fat objects and archives on Mac OS X. +LIPO=$lt_LIPO + +# ldd/readelf like tool for Mach-O binaries on Mac OS X. +OTOOL=$lt_OTOOL + +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. +OTOOL64=$lt_OTOOL64 + +# Old archive suffix (normally "a"). +libext=$libext + +# Shared library suffix (normally ".so"). +shrext_cmds=$lt_shrext_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at link time. +variables_saved_for_relink=$lt_variables_saved_for_relink + +# Do we need the "lib" prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Library versioning type. +version_type=$version_type + +# Shared library runtime path variable. +runpath_var=$runpath_var + +# Shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + +# Command to use after installation of a shared archive. +postinstall_cmds=$lt_postinstall_cmds + +# Command to use after uninstallation of a shared archive. +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# As "finish_cmds", except a single script fragment to be evaled but +# not shown. +finish_eval=$lt_finish_eval + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Compile-time system search path for libraries. +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Detected run-time system search path for libraries. +sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path + +# Explicit LT_SYS_LIBRARY_PATH set during ./configure time. +configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + + +# The linker used to build libraries. +LD=$lt_LD + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds + +# A language specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU compiler? +with_gcc=$GCC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \$shlibpath_var if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# ### END LIBTOOL CONFIG + +_LT_EOF + + cat <<'_LT_EOF' >> "$cfgfile" + +# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + + +# ### END FUNCTIONS SHARED WITH CONFIGURE + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + + +ltmain=$ac_aux_dir/ltmain.sh + + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + $SED '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + + ;; + "Makefile":F) chmod +x src/libpostal_data ;; + "libpostal.pc":F) chmod +x src/libpostal_data ;; + "src/Makefile":F) chmod +x src/libpostal_data ;; + "src/libpostal_data":F) chmod +x src/libpostal_data ;; + "test/Makefile":F) chmod +x src/libpostal_data ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/autom4te.cache/output.2 b/autom4te.cache/output.2 new file mode 100644 index 0000000..6319e82 --- /dev/null +++ b/autom4te.cache/output.2 @@ -0,0 +1,16779 @@ +@%:@! /bin/sh +@%:@ Guess values for system-dependent variables and create Makefiles. +@%:@ Generated by GNU Autoconf 2.71 for libpostal 1.1.1. +@%:@ +@%:@ +@%:@ Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, +@%:@ Inc. +@%:@ +@%:@ +@%:@ This configure script is free software; the Free Software Foundation +@%:@ gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="as_nop=: +if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else \$as_nop + case \`(set -o) 2>/dev/null\` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ) +then : + +else \$as_nop + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +blah=\$(echo \$(echo blah)) +test x\"\$blah\" = xblah || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null +then : + as_have_required=yes +else $as_nop + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null +then : + +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + case $as_dir in @%:@( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$as_shell as_have_required=yes + if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null +then : + break 2 +fi +fi + done;; + esac + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi +fi + + + if test "x$CONFIG_SHELL" != x +then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno +then : + printf "%s\n" "$0: This script requires a shell more modern than all" + printf "%s\n" "$0: the shells that I found on your system." + if test ${ZSH_VERSION+y} ; then + printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" + printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." + else + printf "%s\n" "$0: Please tell bug-autoconf@gnu.org about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit +@%:@ as_fn_nop +@%:@ --------- +@%:@ Do nothing but, unlike ":", preserve the value of @S|@?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + +@%:@ as_fn_nop +@%:@ --------- +@%:@ Do nothing but, unlike ":", preserve the value of @S|@?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_@&t@echo='printf %s\n' +as_@&t@echo_n='printf %s' + + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + +SHELL=${CONFIG_SHELL-/bin/sh} + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIB@&t@OBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='libpostal' +PACKAGE_TARNAME='libpostal' +PACKAGE_VERSION='1.1.1' +PACKAGE_STRING='libpostal 1.1.1' +PACKAGE_BUGREPORT='' +PACKAGE_URL='' + +ac_unique_file="src" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_STDIO_H +# include +#endif +#ifdef HAVE_STDLIB_H +# include +#endif +#ifdef HAVE_STRING_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_header_c_list= +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIB@&t@OBJS +LIBPOSTAL_SO_VERSION +CFLAGS_SCANNER_EXTRA +DOWNLOAD_DATA_FALSE +DOWNLOAD_DATA_TRUE +MODEL +CBLAS_LIBS +FOUND_GSHUF +FOUND_SHUF +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_DATA_FILE_LATEST_VERSION +LIBPOSTAL_DATA_DIR_VERSION_STRING +LIBPOSTAL_PATCH_VERSION +LIBPOSTAL_MINOR_VERSION +LIBPOSTAL_MAJOR_VERSION +LT_SYS_LIBRARY_PATH +OTOOL64 +OTOOL +LIPO +NMEDIT +DSYMUTIL +MANIFEST_TOOL +RANLIB +ac_ct_AR +AR +DLLTOOL +OBJDUMP +FILECMD +LN_S +NM +ac_ct_DUMPBIN +DUMPBIN +LD +FGREP +EGREP +GREP +SED +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +LIBTOOL +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +CSCOPE +ETAGS +CTAGS +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL +am__quote' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_shared +enable_static +with_pic +enable_fast_install +with_aix_soname +enable_dependency_tracking +with_gnu_ld +with_sysroot +enable_libtool_lock +enable_sse2 +with_cblas +enable_data_download +with_cflags_scanner_extra +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +LT_SYS_LIBRARY_PATH +MODEL' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures libpostal 1.1.1 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + @<:@@S|@ac_default_prefix@:>@ + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + @<:@PREFIX@:>@ + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root @<:@DATAROOTDIR/doc/libpostal@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of libpostal 1.1.1:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-shared@<:@=PKGS@:>@ build shared libraries @<:@default=yes@:>@ + --enable-static@<:@=PKGS@:>@ build static libraries @<:@default=yes@:>@ + --enable-fast-install@<:@=PKGS@:>@ + optimize for fast installation @<:@default=yes@:>@ + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + --disable-libtool-lock avoid locking (might break parallel builds) + --disable-sse2 disable SSE2 optimization routines + + --disable-data-download Disable downloading data + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-pic@<:@=PKGS@:>@ try to use only PIC/non-PIC objects @<:@default=use + both@:>@ + --with-aix-soname=aix|svr4|both + shared library versioning (aka "SONAME") variant to + provide on AIX, @<:@default=aix@:>@. + --with-gnu-ld assume the C compiler uses GNU ld @<:@default=no@:>@ + --with-sysroot@<:@=DIR@:>@ Search for dependent libraries within DIR (or the + compiler's sysroot if not specified). + --with-cblas= use CBLAS library + --with-cflags-scanner-extra@<:@=VALUE@:>@ + Extra compilation options for scanner.c + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + LT_SYS_LIBRARY_PATH + User-defined run-time library search path. + MODEL Option to use alternative data models. Currently available is + "senzing" (MODEL=senzing). If this option is not set the default + libpostal data model is used. + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to the package provider. +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for configure.gnu first; this name is used for a wrapper for + # Metaconfig's "Configure" on case-insensitive file systems. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +libpostal configure 1.1.1 +generated by GNU Autoconf 2.71 + +Copyright (C) 2021 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +@%:@ ac_fn_c_try_compile LINENO +@%:@ -------------------------- +@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_compile + +@%:@ ac_fn_c_try_link LINENO +@%:@ ----------------------- +@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_link + +@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +@%:@ ------------------------------------------------------- +@%:@ Tests whether HEADER exists and can be compiled using the include files in +@%:@ INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +@%:@include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_header_compile + +@%:@ ac_fn_c_check_func LINENO FUNC VAR +@%:@ ---------------------------------- +@%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. */ + +#include +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main (void) +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_func + +@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES +@%:@ ------------------------------------------- +@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache +@%:@ variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + eval "$3=yes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_type + +@%:@ ac_fn_c_find_intX_t LINENO BITS VAR +@%:@ ----------------------------------- +@%:@ Finds a signed integer type with width BITS, setting cache variable VAR +@%:@ accordingly. +ac_fn_c_find_intX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5 +printf %s "checking for int$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in int$2_t 'int' 'long int' \ + 'long long int' 'short int' 'signed char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array @<:@1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array @<:@1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1) + < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + case $ac_type in @%:@( + int$2_t) : + eval "$3=yes" ;; @%:@( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_find_intX_t + +@%:@ ac_fn_c_find_uintX_t LINENO BITS VAR +@%:@ ------------------------------------ +@%:@ Finds an unsigned integer type with width BITS, setting cache variable VAR +@%:@ accordingly. +ac_fn_c_find_uintX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5 +printf %s "checking for uint$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \ + 'unsigned long long int' 'unsigned short int' 'unsigned char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main (void) +{ +static int test_array @<:@1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + case $ac_type in @%:@( + uint$2_t) : + eval "$3=yes" ;; @%:@( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_find_uintX_t +ac_configure_args_raw= +for ac_arg +do + case $ac_arg in + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_configure_args_raw " '$ac_arg'" +done + +case $ac_configure_args_raw in + *$as_nl*) + ac_safe_unquote= ;; + *) + ac_unsafe_z='|&;<>()$`\\"*?@<:@ '' ' # This string ends in space, tab. + ac_unsafe_a="$ac_unsafe_z#~" + ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" + ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; +esac + +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + $ $0$ac_configure_args_raw + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + printf "%s\n" "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Sanitize IFS. + IFS=" "" $as_nl" + # Save into config.log some information that might help in debugging. + { + echo + + printf "%s\n" "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + printf "%s\n" "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + printf "%s\n" "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + printf "%s\n" "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + printf "%s\n" "$as_me: caught signal $ac_signal" + printf "%s\n" "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +printf "%s\n" "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +printf "%s\n" "@%:@define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + ac_site_files="$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + ac_site_files="$prefix/share/config.site $prefix/etc/config.site" +else + ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" +fi + +for ac_site_file in $ac_site_files +do + case $ac_site_file in @%:@( + */*) : + ;; @%:@( + *) : + ac_site_file=./$ac_site_file ;; +esac + if test -f "$ac_site_file" && test -r "$ac_site_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +printf "%s\n" "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +printf "%s\n" "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Test code for whether the C compiler supports C89 (global declarations) +ac_c_conftest_c89_globals=' +/* Does the compiler advertise C89 conformance? + Do not test the value of __STDC__, because some compilers set it to 0 + while being otherwise adequately conformant. */ +#if !defined __STDC__ +# error "Compiler does not advertise C89 conformance" +#endif + +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ +struct buf { int x; }; +struct buf * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not \xHH hex character constants. + These do not provoke an error unfortunately, instead are silently treated + as an "x". The following induces an error, until -std is added to get + proper ANSI mode. Curiously \x00 != x always comes out true, for an + array size at least. It is necessary to write \x00 == 0 to get something + that is true only with -std. */ +int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) '\''x'\'' +int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), + int, int);' + +# Test code for whether the C compiler supports C89 (body of main). +ac_c_conftest_c89_main=' +ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); +' + +# Test code for whether the C compiler supports C99 (global declarations) +ac_c_conftest_c99_globals=' +// Does the compiler advertise C99 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L +# error "Compiler does not advertise C99 conformance" +#endif + +#include +extern int puts (const char *); +extern int printf (const char *, ...); +extern int dprintf (int, const char *, ...); +extern void *malloc (size_t); + +// Check varargs macros. These examples are taken from C99 6.10.3.5. +// dprintf is used instead of fprintf to avoid needing to declare +// FILE and stderr. +#define debug(...) dprintf (2, __VA_ARGS__) +#define showlist(...) puts (#__VA_ARGS__) +#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +static void +test_varargs_macros (void) +{ + int x = 1234; + int y = 5678; + debug ("Flag"); + debug ("X = %d\n", x); + showlist (The first, second, and third items.); + report (x>y, "x is %d but y is %d", x, y); +} + +// Check long long types. +#define BIG64 18446744073709551615ull +#define BIG32 4294967295ul +#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +#if !BIG_OK + #error "your preprocessor is broken" +#endif +#if BIG_OK +#else + #error "your preprocessor is broken" +#endif +static long long int bignum = -9223372036854775807LL; +static unsigned long long int ubignum = BIG64; + +struct incomplete_array +{ + int datasize; + double data[]; +}; + +struct named_init { + int number; + const wchar_t *name; + double average; +}; + +typedef const char *ccp; + +static inline int +test_restrict (ccp restrict text) +{ + // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) + continue; + return 0; +} + +// Check varargs and va_copy. +static bool +test_varargs (const char *format, ...) +{ + va_list args; + va_start (args, format); + va_list args_copy; + va_copy (args_copy, args); + + const char *str = ""; + int number = 0; + float fnumber = 0; + + while (*format) + { + switch (*format++) + { + case '\''s'\'': // string + str = va_arg (args_copy, const char *); + break; + case '\''d'\'': // int + number = va_arg (args_copy, int); + break; + case '\''f'\'': // float + fnumber = va_arg (args_copy, double); + break; + default: + break; + } + } + va_end (args_copy); + va_end (args); + + return *str && number && fnumber; +} +' + +# Test code for whether the C compiler supports C99 (body of main). +ac_c_conftest_c99_main=' + // Check bool. + _Bool success = false; + success |= (argc != 0); + + // Check restrict. + if (test_restrict ("String literal") == 0) + success = true; + char *restrict newvar = "Another string"; + + // Check varargs. + success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); + test_varargs_macros (); + + // Check flexible array members. + struct incomplete_array *ia = + malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); + ia->datasize = 10; + for (int i = 0; i < ia->datasize; ++i) + ia->data[i] = i * 1.234; + + // Check named initializers. + struct named_init ni = { + .number = 34, + .name = L"Test wide string", + .average = 543.34343, + }; + + ni.number = 58; + + int dynamic_array[ni.number]; + dynamic_array[0] = argv[0][0]; + dynamic_array[ni.number - 1] = 543; + + // work around unused variable warnings + ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' + || dynamic_array[ni.number - 1] != 543); +' + +# Test code for whether the C compiler supports C11 (global declarations) +ac_c_conftest_c11_globals=' +// Does the compiler advertise C11 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L +# error "Compiler does not advertise C11 conformance" +#endif + +// Check _Alignas. +char _Alignas (double) aligned_as_double; +char _Alignas (0) no_special_alignment; +extern char aligned_as_int; +char _Alignas (0) _Alignas (int) aligned_as_int; + +// Check _Alignof. +enum +{ + int_alignment = _Alignof (int), + int_array_alignment = _Alignof (int[100]), + char_alignment = _Alignof (char) +}; +_Static_assert (0 < -_Alignof (int), "_Alignof is signed"); + +// Check _Noreturn. +int _Noreturn does_not_return (void) { for (;;) continue; } + +// Check _Static_assert. +struct test_static_assert +{ + int x; + _Static_assert (sizeof (int) <= sizeof (long int), + "_Static_assert does not work in struct"); + long int y; +}; + +// Check UTF-8 literals. +#define u8 syntax error! +char const utf8_literal[] = u8"happens to be ASCII" "another string"; + +// Check duplicate typedefs. +typedef long *long_ptr; +typedef long int *long_ptr; +typedef long_ptr long_ptr; + +// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. +struct anonymous +{ + union { + struct { int i; int j; }; + struct { int k; long int l; } w; + }; + int m; +} v1; +' + +# Test code for whether the C compiler supports C11 (body of main). +ac_c_conftest_c11_main=' + _Static_assert ((offsetof (struct anonymous, i) + == offsetof (struct anonymous, w.k)), + "Anonymous union alignment botch"); + v1.i = 2; + v1.w.k = 5; + ok |= v1.i != 5; +' + +# Test code for whether the C compiler supports C11 (complete). +ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} +${ac_c_conftest_c11_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + ${ac_c_conftest_c11_main} + return ok; +} +" + +# Test code for whether the C compiler supports C99 (complete). +ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + return ok; +} +" + +# Test code for whether the C compiler supports C89 (complete). +ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + return ok; +} +" + +as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H" +as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H" +as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H" +as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H" +as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H" +as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H" +as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H" +as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H" +as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H" +as_fn_append ac_header_c_list " sys/time.h sys_time_h HAVE_SYS_TIME_H" + +# Auxiliary files required by this configure script. +ac_aux_files="compile config.guess config.sub ltmain.sh missing install-sh" + +# Locations in which to look for auxiliary files. +ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." + +# Search for a directory containing all of the required auxiliary files, +# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. +# If we don't find one directory that contains all the files we need, +# we report the set of missing files from the *first* directory in +# $ac_aux_dir_candidates and give up. +ac_missing_aux_files="" +ac_first_candidate=: +printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in $ac_aux_dir_candidates +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + + printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 + ac_aux_dir_found=yes + ac_install_sh= + for ac_aux in $ac_aux_files + do + # As a special case, if "install-sh" is required, that requirement + # can be satisfied by any of "install-sh", "install.sh", or "shtool", + # and $ac_install_sh is set appropriately for whichever one is found. + if test x"$ac_aux" = x"install-sh" + then + if test -f "${as_dir}install-sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 + ac_install_sh="${as_dir}install-sh -c" + elif test -f "${as_dir}install.sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 + ac_install_sh="${as_dir}install.sh -c" + elif test -f "${as_dir}shtool"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 + ac_install_sh="${as_dir}shtool install -c" + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} install-sh" + else + break + fi + fi + else + if test -f "${as_dir}${ac_aux}"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" + else + break + fi + fi + fi + done + if test "$ac_aux_dir_found" = yes; then + ac_aux_dir="$as_dir" + break + fi + ac_first_candidate=false + + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 +fi + + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +if test -f "${ac_aux_dir}config.guess"; then + ac_@&t@config_guess="$SHELL ${ac_aux_dir}config.guess" +fi +if test -f "${ac_aux_dir}config.sub"; then + ac_@&t@config_sub="$SHELL ${ac_aux_dir}config.sub" +fi +if test -f "$ac_aux_dir/configure"; then + ac_@&t@configure="$SHELL ${ac_aux_dir}configure" +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' + and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + +am__api_version='1.16' + + + + # Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +printf %s "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test ${ac_cv_path_install+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + # Account for fact that we put trailing slashes in our PATH walk. +case $as_dir in @%:@(( + ./ | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test ${ac_cv_path_install+y}; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +printf "%s\n" "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +printf %s "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` + + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + + + if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 +printf %s "checking for a race-free mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test ${ac_cv_path_mkdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ + 'BusyBox '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test ${ac_cv_path_mkdir+y}; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +printf "%s\n" "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AWK+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +printf "%s\n" "$AWK" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval test \${ac_cv_prog_make_${ac_make}_set+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + SET_MAKE= +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +@%:@ Check whether --enable-silent-rules was given. +if test ${enable_silent_rules+y} +then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +printf %s "checking whether $am_make supports nested variables... " >&6; } +if test ${am_cv_make_support_nested_variables+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if printf "%s\n" 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='libpostal' + VERSION='1.1.1' + + +printf "%s\n" "@%:@define PACKAGE \"$PACKAGE\"" >>confdefs.h + + +printf "%s\n" "@%:@define VERSION \"$VERSION\"" >>confdefs.h + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi + +if test -z "$ETAGS"; then + ETAGS=etags +fi + +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + +case `pwd` in + *\ * | *\ *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 +printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; +esac + + + +macro_version='2.4.7' +macro_revision='2.4.7' + + + + + + + + + + + + + + +ltmain=$ac_aux_dir/ltmain.sh + + + + # Make sure we can run config.sub. +$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +printf %s "checking build system type... " >&6; } +if test ${ac_cv_build+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +printf "%s\n" "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +printf %s "checking host system type... " >&6; } +if test ${ac_cv_host+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +printf "%s\n" "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +printf %s "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case $ECHO in + printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +printf "%s\n" "printf" >&6; } ;; + print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +printf "%s\n" "print -r" >&6; } ;; + *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +printf "%s\n" "cat" >&6; } ;; +esac + + + + + + + + + + + + + + + + + + + + + + + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in @%:@( + '0:this is the am__doit target') : + case $s in @%:@( + BSD) : + am__include='.include' am__quote='"' ;; @%:@( + *) : + am__include='include' am__quote='' ;; +esac ;; @%:@( + *) : + ;; +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +printf "%s\n" "${_am_result}" >&6; } + +@%:@ Check whether --enable-dependency-tracking was given. +if test ${enable_dependency_tracking+y} +then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $@%:@ != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. +set dummy ${ac_tool_prefix}clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. +set dummy clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +fi + + +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion -version; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +printf %s "checking whether the C compiler works... " >&6; } +ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else $as_nop + ac_file='' +fi +if test -z "$ac_file" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +printf %s "checking for C compiler default output file name... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +printf "%s\n" "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +printf %s "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +printf "%s\n" "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include +int +main (void) +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +printf %s "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +printf "%s\n" "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +printf %s "checking for suffix of object files... " >&6; } +if test ${ac_cv_objext+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +printf "%s\n" "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +printf %s "checking whether the compiler supports GNU C... " >&6; } +if test ${ac_cv_c_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_compiler_gnu=yes +else $as_nop + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+y} +ac_save_CFLAGS=$CFLAGS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +printf %s "checking whether $CC accepts -g... " >&6; } +if test ${ac_cv_prog_cc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +else $as_nop + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +ac_prog_cc_stdc=no +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +printf %s "checking for $CC option to enable C11 features... " >&6; } +if test ${ac_cv_prog_cc_c11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c11=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c11_program +_ACEOF +for ac_arg in '' -std=gnu11 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 + ac_prog_cc_stdc=c11 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +printf %s "checking for $CC option to enable C99 features... " >&6; } +if test ${ac_cv_prog_cc_c99+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c99_program +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c99" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c99" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 + ac_prog_cc_stdc=c99 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +printf %s "checking for $CC option to enable C89 features... " >&6; } +if test ${ac_cv_prog_cc_c89+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c89_program +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c89" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c89" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 + ac_prog_cc_stdc=c89 +fi +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +printf %s "checking whether $CC understands -c and -o together... " >&6; } +if test ${am_cv_prog_cc_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +depcc="$CC" am_compiler_list= + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +printf %s "checking for a sed that does not truncate output... " >&6; } +if test ${ac_cv_path_SED+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in sed gsed + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +printf "%s\n" "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +printf %s "checking for grep that handles long lines and -e... " >&6; } +if test ${ac_cv_path_GREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in grep ggrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +printf "%s\n" "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 +printf %s "checking for fgrep... " >&6; } +if test ${ac_cv_path_FGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 + then ac_cv_path_FGREP="$GREP -F" + else + if test -z "$FGREP"; then + ac_path_FGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in fgrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_FGREP" || continue +# Check for GNU ac_path_FGREP and select it if it is found. + # Check for GNU $ac_path_FGREP +case `"$ac_path_FGREP" --version 2>&1` in +*GNU*) + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'FGREP' >> "conftest.nl" + "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_FGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_FGREP="$ac_path_FGREP" + ac_path_FGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_FGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_FGREP"; then + as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_FGREP=$FGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 +printf "%s\n" "$ac_cv_path_FGREP" >&6; } + FGREP="$ac_cv_path_FGREP" + + +test -z "$GREP" && GREP=grep + + + + + + + + + + + + + + + + + + + +@%:@ Check whether --with-gnu-ld was given. +if test ${with_gnu_ld+y} +then : + withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes +else $as_nop + with_gnu_ld=no +fi + +ac_prog=ld +if test yes = "$GCC"; then + # Check if gcc -print-prog-name=ld gives a path. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +printf %s "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return, which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD=$ac_prog + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test yes = "$with_gnu_ld"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +printf %s "checking for GNU ld... " >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +printf %s "checking for non-GNU ld... " >&6; } +fi +if test ${lt_cv_path_LD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$LD"; then + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD=$ac_dir/$ac_prog + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +printf "%s\n" "$LD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +printf %s "checking if the linker ($LD) is GNU ld... " >&6; } +if test ${lt_cv_prog_gnu_ld+y} +then : + printf %s "(cached) " >&6 +else $as_nop + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 +printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; } +if test ${lt_cv_path_NM+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM=$NM +else + lt_nm_to_check=${ac_tool_prefix}nm + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + tmp_nm=$ac_dir/$lt_tmp_nm + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the 'sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break 2 + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break 2 + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS=$lt_save_ifs + done + : ${lt_cv_path_NM=no} +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 +printf "%s\n" "$lt_cv_path_NM" >&6; } +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DUMPBIN"; then + ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DUMPBIN=$ac_cv_prog_DUMPBIN +if test -n "$DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 +printf "%s\n" "$DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$DUMPBIN" && break + done +fi +if test -z "$DUMPBIN"; then + ac_ct_DUMPBIN=$DUMPBIN + for ac_prog in dumpbin "link -dump" +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DUMPBIN"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN +if test -n "$ac_ct_DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 +printf "%s\n" "$ac_ct_DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_DUMPBIN" && break +done + + if test "x$ac_ct_DUMPBIN" = x; then + DUMPBIN=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DUMPBIN=$ac_ct_DUMPBIN + fi +fi + + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi + + if test : != "$DUMPBIN"; then + NM=$DUMPBIN + fi +fi +test -z "$NM" && NM=nm + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 +printf %s "checking the name lister ($NM) interface... " >&6; } +if test ${lt_cv_nm_interface+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: output\"" >&5) + cat conftest.out >&5 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 +printf "%s\n" "$lt_cv_nm_interface" >&6; } + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +printf %s "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +printf "%s\n" "no, using $LN_S" >&6; } +fi + +# find the maximum length of command line arguments +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 +printf %s "checking the maximum length of command line arguments... " >&6; } +if test ${lt_cv_sys_max_cmd_len+y} +then : + printf %s "(cached) " >&6 +else $as_nop + i=0 + teststring=ABCD + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[ ]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len" && \ + test undefined != "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac + +fi + +if test -n "$lt_cv_sys_max_cmd_len"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 +printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5 +printf "%s\n" "none" >&6; } +fi +max_cmd_len=$lt_cv_sys_max_cmd_len + + + + + + +: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi + + + + + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 +printf %s "checking how to convert $build file names to $host format... " >&6; } +if test ${lt_cv_to_host_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac + +fi + +to_host_file_cmd=$lt_cv_to_host_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 +printf %s "checking how to convert $build file names to toolchain format... " >&6; } +if test ${lt_cv_to_tool_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + #assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac + +fi + +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 +printf %s "checking for $LD option to reload object files... " >&6; } +if test ${lt_cv_ld_reload_flag+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_reload_flag='-r' +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 +printf "%s\n" "$lt_cv_ld_reload_flag" >&6; } +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test yes != "$GCC"; then + reload_cmds=false + fi + ;; + darwin*) + if test yes = "$GCC"; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}file", so it can be a program name with args. +set dummy ${ac_tool_prefix}file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FILECMD"; then + ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FILECMD="${ac_tool_prefix}file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FILECMD=$ac_cv_prog_FILECMD +if test -n "$FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5 +printf "%s\n" "$FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_FILECMD"; then + ac_ct_FILECMD=$FILECMD + # Extract the first word of "file", so it can be a program name with args. +set dummy file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_FILECMD"; then + ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_FILECMD="file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD +if test -n "$ac_ct_FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FILECMD" >&5 +printf "%s\n" "$ac_ct_FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_FILECMD" = x; then + FILECMD=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + FILECMD=$ac_ct_FILECMD + fi +else + FILECMD="$ac_cv_prog_FILECMD" +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. +set dummy ${ac_tool_prefix}objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OBJDUMP"; then + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OBJDUMP=$ac_cv_prog_OBJDUMP +if test -n "$OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 +printf "%s\n" "$OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OBJDUMP"; then + ac_ct_OBJDUMP=$OBJDUMP + # Extract the first word of "objdump", so it can be a program name with args. +set dummy objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OBJDUMP="objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP +if test -n "$ac_ct_OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 +printf "%s\n" "$ac_ct_OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OBJDUMP" = x; then + OBJDUMP="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OBJDUMP=$ac_ct_OBJDUMP + fi +else + OBJDUMP="$ac_cv_prog_OBJDUMP" +fi + +test -z "$OBJDUMP" && OBJDUMP=objdump + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 +printf %s "checking how to recognize dependent libraries... " >&6; } +if test ${lt_cv_deplibs_check_method+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# 'unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# that responds to the $file_magic_cmd with a given extended regex. +# If you have 'file' or equivalent on your system and you're not sure +# whether 'pass_all' will *always* work, you probably want this one. + +case $host_os in +aix[4-9]*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[45]*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='$FILECMD -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly* | midnightbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=$FILECMD + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[3-9]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 +printf "%s\n" "$lt_cv_deplibs_check_method" >&6; } + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + + + + + + + + + + + + + + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. +set dummy ${ac_tool_prefix}dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DLLTOOL"; then + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DLLTOOL=$ac_cv_prog_DLLTOOL +if test -n "$DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +printf "%s\n" "$DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DLLTOOL"; then + ac_ct_DLLTOOL=$DLLTOOL + # Extract the first word of "dlltool", so it can be a program name with args. +set dummy dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DLLTOOL"; then + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DLLTOOL="dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL +if test -n "$ac_ct_DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +printf "%s\n" "$ac_ct_DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DLLTOOL" = x; then + DLLTOOL="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DLLTOOL=$ac_ct_DLLTOOL + fi +else + DLLTOOL="$ac_cv_prog_DLLTOOL" +fi + +test -z "$DLLTOOL" && DLLTOOL=dlltool + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 +printf %s "checking how to associate runtime and link libraries... " >&6; } +if test ${lt_cv_sharedlib_from_linklib_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd=$ECHO + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 +printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + + + + + + + + +if test -n "$ac_tool_prefix"; then + for ac_prog in ar + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +printf "%s\n" "$AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AR" && break + done +fi +if test -z "$AR"; then + ac_ct_AR=$AR + for ac_prog in ar +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +printf "%s\n" "$ac_ct_AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_AR" && break +done + + if test "x$ac_ct_AR" = x; then + AR="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +fi + +: ${AR=ar} + + + + + + +# Use ARFLAGS variable as AR's operation code to sync the variable naming with +# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have +# higher priority because thats what people were doing historically (setting +# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS +# variable obsoleted/removed. + +test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} +lt_ar_flags=$AR_FLAGS + + + + + + +# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override +# by AR_FLAGS because that was never working and AR_FLAGS is about to die. + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 +printf %s "checking for archiver @FILE support... " >&6; } +if test ${lt_cv_ar_at_file+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ar_at_file=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -eq "$ac_status"; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -ne "$ac_status"; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 +printf "%s\n" "$lt_cv_ar_at_file" >&6; } + +if test no = "$lt_cv_ar_at_file"; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +test -z "$STRIP" && STRIP=: + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +printf "%s\n" "$RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +printf "%s\n" "$ac_ct_RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +test -z "$RANLIB" && RANLIB=: + + + + + + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + bitrig* | openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 +printf %s "checking command to parse $NM output from $compiler object... " >&6; } +if test ${lt_cv_sys_global_symbol_pipe+y} +then : + printf %s "(cached) " >&6 +else $as_nop + +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[BCDEGRST]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[ABCDGISTW]' + ;; +hpux*) + if test ia64 = "$host_cpu"; then + symcode='[ABCDEGRST]' + fi + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris*) + symcode='[BDRT]' + ;; +sco3.2v5*) + symcode='[DT]' + ;; +sysv4.2uw2*) + symcode='[DT]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[ABDT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function, + # D for any global variable and I for any imported variable. + # Also find C++ and __fastcall symbols from MSVC++ or ICC, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK '"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx" + else + lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Now try to grab the symbols. + nlist=conftest.nm + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT@&t@_DLSYM_CONST +#elif defined __osf__ +/* This system does not cope well with relocations in const data. */ +# define LT@&t@_DLSYM_CONST +#else +# define LT@&t@_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT@&t@_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS=conftstm.$ac_objext + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&5 + fi + else + echo "cannot find nm_test_var in $nlist" >&5 + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 + fi + else + echo "$progname: failed program was:" >&5 + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test yes = "$pipe_works"; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done + +fi + +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5 +printf "%s\n" "failed" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +printf "%s\n" "ok" >&6; } +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 +printf %s "checking for sysroot... " >&6; } + +@%:@ Check whether --with-sysroot was given. +if test ${with_sysroot+y} +then : + withval=$with_sysroot; +else $as_nop + with_sysroot=no +fi + + +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 +printf "%s\n" "$with_sysroot" >&6; } + as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 + ;; +esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 +printf "%s\n" "${lt_sysroot:-no}" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 +printf %s "checking for a working dd... " >&6; } +if test ${ac_cv_path_lt_DD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +if test -z "$lt_DD"; then + ac_path_lt_DD_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in dd + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_lt_DD="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_lt_DD" || continue +if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi + $ac_path_lt_DD_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_lt_DD"; then + : + fi +else + ac_cv_path_lt_DD=$lt_DD +fi + +rm -f conftest.i conftest2.i conftest.out +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 +printf "%s\n" "$ac_cv_path_lt_DD" >&6; } + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 +printf %s "checking how to truncate binary pipes... " >&6; } +if test ${lt_cv_truncate_bin+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 +printf "%s\n" "$lt_cv_truncate_bin" >&6; } + + + + + + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + +@%:@ Check whether --enable-libtool-lock was given. +if test ${enable_libtool_lock+y} +then : + enableval=$enable_libtool_lock; +fi + +test no = "$enable_libtool_lock" || enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out what ABI is being produced by ac_compile, and set mode + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE=32 + ;; + *ELF-64*) + HPUX_IA64_MODE=64 + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if test yes = "$lt_cv_prog_gnu_ld"; then + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + emul=elf + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + case `$FILECMD conftest.o` in + *x86-64*) + LD="${LD-ld} -m elf32_x86_64" + ;; + *) + LD="${LD-ld} -m elf_i386" + ;; + esac + ;; + powerpc64le-*linux*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + powerpcle-*linux*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS -belf" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 +printf %s "checking whether the C compiler needs -belf... " >&6; } +if test ${lt_cv_cc_needs_belf+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_cc_needs_belf=yes +else $as_nop + lt_cv_cc_needs_belf=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 +printf "%s\n" "$lt_cv_cc_needs_belf" >&6; } + if test yes != "$lt_cv_cc_needs_belf"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS=$SAVE_CFLAGS + fi + ;; +*-*solaris*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*|x86_64-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD=${LD-ld}_sol2 + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks=$enable_libtool_lock + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. +set dummy ${ac_tool_prefix}mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$MANIFEST_TOOL"; then + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL +if test -n "$MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 +printf "%s\n" "$MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_MANIFEST_TOOL"; then + ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL + # Extract the first word of "mt", so it can be a program name with args. +set dummy mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_MANIFEST_TOOL"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL +if test -n "$ac_ct_MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 +printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_MANIFEST_TOOL" = x; then + MANIFEST_TOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL + fi +else + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" +fi + +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 +printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } +if test ${lt_cv_path_mainfest_tool+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&5 + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 +printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; } +if test yes != "$lt_cv_path_mainfest_tool"; then + MANIFEST_TOOL=: +fi + + + + + + + case $host_os in + rhapsody* | darwin*) + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DSYMUTIL"; then + ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DSYMUTIL=$ac_cv_prog_DSYMUTIL +if test -n "$DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 +printf "%s\n" "$DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DSYMUTIL"; then + ac_ct_DSYMUTIL=$DSYMUTIL + # Extract the first word of "dsymutil", so it can be a program name with args. +set dummy dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DSYMUTIL"; then + ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL +if test -n "$ac_ct_DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 +printf "%s\n" "$ac_ct_DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DSYMUTIL" = x; then + DSYMUTIL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DSYMUTIL=$ac_ct_DSYMUTIL + fi +else + DSYMUTIL="$ac_cv_prog_DSYMUTIL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. +set dummy ${ac_tool_prefix}nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NMEDIT"; then + ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +NMEDIT=$ac_cv_prog_NMEDIT +if test -n "$NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 +printf "%s\n" "$NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_NMEDIT"; then + ac_ct_NMEDIT=$NMEDIT + # Extract the first word of "nmedit", so it can be a program name with args. +set dummy nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_NMEDIT"; then + ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_NMEDIT="nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT +if test -n "$ac_ct_NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 +printf "%s\n" "$ac_ct_NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_NMEDIT" = x; then + NMEDIT=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + NMEDIT=$ac_ct_NMEDIT + fi +else + NMEDIT="$ac_cv_prog_NMEDIT" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. +set dummy ${ac_tool_prefix}lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$LIPO"; then + ac_cv_prog_LIPO="$LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_LIPO="${ac_tool_prefix}lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +LIPO=$ac_cv_prog_LIPO +if test -n "$LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 +printf "%s\n" "$LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_LIPO"; then + ac_ct_LIPO=$LIPO + # Extract the first word of "lipo", so it can be a program name with args. +set dummy lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_LIPO"; then + ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_LIPO="lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO +if test -n "$ac_ct_LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 +printf "%s\n" "$ac_ct_LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_LIPO" = x; then + LIPO=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + LIPO=$ac_ct_LIPO + fi +else + LIPO="$ac_cv_prog_LIPO" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL"; then + ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL="${ac_tool_prefix}otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL=$ac_cv_prog_OTOOL +if test -n "$OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 +printf "%s\n" "$OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL"; then + ac_ct_OTOOL=$OTOOL + # Extract the first word of "otool", so it can be a program name with args. +set dummy otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL"; then + ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL="otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL +if test -n "$ac_ct_OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 +printf "%s\n" "$ac_ct_OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL" = x; then + OTOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL=$ac_ct_OTOOL + fi +else + OTOOL="$ac_cv_prog_OTOOL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL64"; then + ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL64=$ac_cv_prog_OTOOL64 +if test -n "$OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 +printf "%s\n" "$OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL64"; then + ac_ct_OTOOL64=$OTOOL64 + # Extract the first word of "otool64", so it can be a program name with args. +set dummy otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL64"; then + ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL64="otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 +if test -n "$ac_ct_OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 +printf "%s\n" "$ac_ct_OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL64" = x; then + OTOOL64=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL64=$ac_ct_OTOOL64 + fi +else + OTOOL64="$ac_cv_prog_OTOOL64" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 +printf %s "checking for -single_module linker flag... " >&6; } +if test ${lt_cv_apple_cc_single_mod+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_apple_cc_single_mod=no + if test -z "$LT_MULTI_MODULE"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test 0 = "$_lt_result"; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&5 + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 +printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 +printf %s "checking for -exported_symbols_list linker flag... " >&6; } +if test ${lt_cv_ld_exported_symbols_list+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_ld_exported_symbols_list=yes +else $as_nop + lt_cv_ld_exported_symbols_list=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 +printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +printf %s "checking for -force_load linker flag... " >&6; } +if test ${lt_cv_ld_force_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5 + $AR $AR_FLAGS libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +printf "%s\n" "$lt_cv_ld_force_load" >&6; } + case $host_os in + rhapsody* | darwin1.[012]) + _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + darwin*) + case $MACOSX_DEPLOYMENT_TARGET,$host in + 10.[012],*|,*powerpc*-darwin[5-8]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + *) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test yes = "$lt_cv_apple_cc_single_mod"; then + _lt_dar_single_mod='$single_module' + fi + if test yes = "$lt_cv_ld_exported_symbols_list"; then + _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' + fi + if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} + +ac_header= ac_cache= +for ac_item in $ac_header_c_list +do + if test $ac_cache; then + ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" + if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then + printf "%s\n" "#define $ac_item 1" >> confdefs.h + fi + ac_header= ac_cache= + elif test $ac_header; then + ac_cache=$ac_item + else + ac_header=$ac_item + fi +done + + + + + + + + +if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes +then : + +printf "%s\n" "@%:@define STDC_HEADERS 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default +" +if test "x$ac_cv_header_dlfcn_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_DLFCN_H 1" >>confdefs.h + +fi + + + + + +# Set options +@%:@ Check whether --enable-shared was given. +if test ${enable_shared+y} +then : + enableval=$enable_shared; p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_shared=yes +fi + + + + + + + + + + + enable_dlopen=no + + + enable_win32_dll=no + + + + @%:@ Check whether --enable-static was given. +if test ${enable_static+y} +then : + enableval=$enable_static; p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_static=yes +fi + + + + + + + + + + +@%:@ Check whether --with-pic was given. +if test ${with_pic+y} +then : + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for lt_pkg in $withval; do + IFS=$lt_save_ifs + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + pic_mode=default +fi + + + + + + + + + @%:@ Check whether --enable-fast-install was given. +if test ${enable_fast_install+y} +then : + enableval=$enable_fast_install; p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_fast_install=yes +fi + + + + + + + + + shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[5-9]*,yes) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 +printf %s "checking which variant of shared library versioning to provide... " >&6; } + +@%:@ Check whether --with-aix-soname was given. +if test ${with_aix_soname+y} +then : + withval=$with_aix_soname; case $withval in + aix|svr4|both) + ;; + *) + as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname +else $as_nop + if test ${lt_cv_with_aix_soname+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_with_aix_soname=aix +fi + + with_aix_soname=$lt_cv_with_aix_soname +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 +printf "%s\n" "$with_aix_soname" >&6; } + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac + + + + + + + + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS=$ltmain + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +test -z "$LN_S" && LN_S="ln -s" + + + + + + + + + + + + + + +if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 +printf %s "checking for objdir... " >&6; } +if test ${lt_cv_objdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 +printf "%s\n" "$lt_cv_objdir" >&6; } +objdir=$lt_cv_objdir + + + + + +printf "%s\n" "@%:@define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h + + + + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a '.a' archive for static linking (except MSVC and +# ICC, which need '.lib'). +libext=a + +with_gnu_ld=$lt_cv_prog_gnu_ld + +old_CC=$CC +old_CFLAGS=$CFLAGS + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +func_cc_basename $compiler +cc_basename=$func_cc_basename_result + + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 +printf %s "checking for ${ac_tool_prefix}file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/${ac_tool_prefix}file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + + + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5 +printf %s "checking for file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +# Use C for the default configuration in the libtool script + +lt_save_CC=$CC +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +objext=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + +lt_prog_compiler_no_builtin_flag= + +if test yes = "$GCC"; then + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } +if test ${lt_cv_prog_compiler_rtti_exceptions+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; } + +if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" +else + : +fi + +fi + + + + + + + lt_prog_compiler_wl= +lt_prog_compiler_pic= +lt_prog_compiler_static= + + + if test yes = "$GCC"; then + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_static='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + fi + lt_prog_compiler_pic='-fPIC' + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl='-Wl,' + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + else + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static='$wl-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + case $cc_basename in + # old Intel for x86_64, which still supported -KPIC. + ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='--shared' + lt_prog_compiler_static='--static' + ;; + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-qpic' + lt_prog_compiler_static='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + lt_prog_compiler_wl='-Qoption ld ';; + *) + lt_prog_compiler_wl='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic='-Kconform_pic' + lt_prog_compiler_static='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_can_build_shared=no + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +case $host_os in + # For platforms that do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic@&t@ -DPIC" + ;; +esac + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +printf %s "checking for $compiler option to produce PIC... " >&6; } +if test ${lt_cv_prog_compiler_pic+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic=$lt_prog_compiler_pic +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; } +lt_prog_compiler_pic=$lt_cv_prog_compiler_pic + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } +if test ${lt_cv_prog_compiler_pic_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic@&t@ -DPIC" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_pic_works"; then + case $lt_prog_compiler_pic in + "" | " "*) ;; + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; + esac +else + lt_prog_compiler_pic= + lt_prog_compiler_can_build_shared=no +fi + +fi + + + + + + + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if test ${lt_cv_prog_compiler_static_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_static_works=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works=yes + fi + else + lt_cv_prog_compiler_static_works=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_static_works"; then + : +else + lt_prog_compiler_static= +fi + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + +hard_links=nottested +if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then + # do not overwrite the value of need_locks provided by the user + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +printf %s "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +printf "%s\n" "$hard_links" >&6; } + if test no = "$hard_links"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 +printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + runpath_var= + allow_undefined_flag= + always_export_symbols=no + archive_cmds= + archive_expsym_cmds= + compiler_needs_object=no + enable_shared_with_static_runtimes=no + export_dynamic_flag_spec= + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + hardcode_automatic=no + hardcode_direct=no + hardcode_direct_absolute=no + hardcode_libdir_flag_spec= + hardcode_libdir_separator= + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + inherit_rpath=no + link_all_deplibs=unknown + module_cmds= + module_expsym_cmds= + old_archive_from_new_cmds= + old_archive_from_expsyms_cmds= + thread_safe_flag_spec= + whole_archive_flag_spec= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ' (' and ')$', so one must not match beginning or + # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', + # as well as any symbol that contains 'd'. + exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + if test yes != "$GCC"; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) + with_gnu_ld=yes + ;; + openbsd* | bitrig*) + with_gnu_ld=no + ;; + linux* | k*bsd*-gnu | gnu*) + link_all_deplibs=no + ;; + esac + + ld_shlibs=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test yes = "$with_gnu_ld"; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test yes = "$lt_use_gnu_ld_interface"; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='$wl' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='$wl--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' + else + whole_archive_flag_spec= + fi + supports_anon_versioning=no + case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[3-9]*) + # On AIX/PPC, the GNU linker is very broken + if test ia64 != "$host_cpu"; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + else + ld_shlibs=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='$wl--export-all-symbols' + allow_undefined_flag=unsupported + always_export_symbols=no + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs=no + fi + ;; + + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + interix[3-9]*) + hardcode_direct=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test linux-dietlibc = "$host_os"; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test no = "$tmp_diet" + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + whole_archive_flag_spec= + tmp_sharedflag='--shared' ;; + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + ;; + esac + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + tcc*) + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='-rdynamic' + ;; + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + ld_shlibs=no + fi + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + + if test no = "$ld_shlibs"; then + runpath_var= + hardcode_libdir_flag_spec= + export_dynamic_flag_spec= + whole_archive_flag_spec= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag=unsupported + always_export_symbols=yes + archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix[4-9]*) + if test ia64 = "$host_cpu"; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag= + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then + aix_use_runtimelinking=yes + break + fi + done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds='' + hardcode_direct=yes + hardcode_direct_absolute=yes + hardcode_libdir_separator=':' + link_all_deplibs=yes + file_list_spec='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + hardcode_direct=no + hardcode_direct_absolute=no + ;; + esac + + if test yes = "$GCC"; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`$CC -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + shared_flag='-shared' + if test yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' + fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' + else + # not using gcc + if test ia64 = "$host_cpu"; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' + else + shared_flag='$wl-bM:SRE' + fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' + fi + fi + + export_dynamic_flag_spec='$wl-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols=yes + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag + else + if test ia64 = "$host_cpu"; then + hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' + allow_undefined_flag="-z nodefs" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag=' $wl-bernotok' + allow_undefined_flag=' $wl-berok' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi + archive_cmds_need_lc=yes + archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + bsdi[45]*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl* | icl*) + # Native MSVC or ICC + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + always_export_symbols=yes + file_list_spec='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, )='true' + enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + old_postinstall_cmds='chmod 644 $oldlib' + postlink_cmds='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC and ICC wrapper + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_from_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' + enable_shared_with_static_runtimes=yes + ;; + esac + ;; + + darwin* | rhapsody*) + + + archive_cmds_need_lc=no + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + if test yes = "$lt_cv_ld_force_load"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec='' + fi + link_all_deplibs=yes + allow_undefined_flag=$_lt_dar_allow_undefined + case $cc_basename in + ifort*|nagfor*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test yes = "$_lt_dar_can_shared"; then + output_verbose_link_cmd=func_echo_all + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" + archive_expsym_cmds="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + module_expsym_cmds="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" + + else + ld_shlibs=no + fi + + ;; + + dgux*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly* | midnightbsd*) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + hpux9*) + if test yes = "$GCC"; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + else + archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + export_dynamic_flag_spec='$wl-E' + ;; + + hpux10*) + if test yes,no = "$GCC,$with_gnu_ld"; then + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + + hpux11*) + if test yes,no = "$GCC,$with_gnu_ld"; then + case $host_cpu in + hppa*64*) + archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +printf %s "checking if $CC understands -b... " >&6; } +if test ${lt_cv_prog_compiler__b+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler__b=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +printf "%s\n" "$lt_cv_prog_compiler__b" >&6; } + +if test yes = "$lt_cv_prog_compiler__b"; then + archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' +fi + + ;; + esac + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + *) + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test yes = "$GCC"; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 +printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; } +if test ${lt_cv_irix_exported_symbol+y} +then : + printf %s "(cached) " >&6 +else $as_nop + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int foo (void) { return 0; } +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_irix_exported_symbol=yes +else $as_nop + lt_cv_irix_exported_symbol=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 +printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; } + if test yes = "$lt_cv_irix_exported_symbol"; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' + fi + link_all_deplibs=no + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + inherit_rpath=yes + link_all_deplibs=yes + ;; + + linux*) + case $cc_basename in + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + ld_shlibs=yes + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + ;; + esac + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + newsos6) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + hardcode_shlibpath_var=no + ;; + + *nto* | *qnx*) + ;; + + openbsd* | bitrig*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + hardcode_direct_absolute=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + else + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + fi + else + ld_shlibs=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + osf3*) + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + archive_cmds_need_lc='no' + hardcode_libdir_separator=: + ;; + + solaris*) + no_undefined_flag=' -z defs' + if test yes = "$GCC"; then + wlarc='$wl' + archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='$wl' + archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands '-z linker_flag'. GCC discards it without '$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test yes = "$GCC"; then + whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs=yes + ;; + + sunos4*) + if test sequent = "$host_vendor"; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds='$CC -r -o $output$reload_objs' + hardcode_direct=no + ;; + motorola) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv4.3*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag='$wl-z,text' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We CANNOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag='$wl-z,text' + allow_undefined_flag='$wl-z,nodefs' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-R,$libdir' + hardcode_libdir_separator=':' + link_all_deplibs=yes + export_dynamic_flag_spec='$wl-Bexport' + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + *) + ld_shlibs=no + ;; + esac + + if test sni = "$host_vendor"; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + export_dynamic_flag_spec='$wl-Blargedynsym' + ;; + esac + fi + fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 +printf "%s\n" "$ld_shlibs" >&6; } +test no = "$ld_shlibs" && can_build_shared=no + +with_gnu_ld=$with_gnu_ld + + + + + + + + + + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc=yes + + if test yes,yes = "$GCC,$enable_shared"; then + case $archive_cmds in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +printf %s "checking whether -lc should be explicitly linked in... " >&6; } +if test ${lt_cv_archive_cmds_need_lc+y} +then : + printf %s "(cached) " >&6 +else $as_nop + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +printf %s "checking dynamic linker characteristics... " >&6; } + +if test yes = "$GCC"; then + case $host_os in + darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; + *) lt_awk_arg='/^libraries:/' ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary... + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" + elif test -n "$lt_multi_os_dir"; then + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS = " "; FS = "/|\n";} { + lt_foo = ""; + lt_count = 0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo = "/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's|/\([A-Za-z]:\)|\1|g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=.so +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + + + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='$libname$release$shared_ext$major' + ;; + +aix[4-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test ia64 = "$host_cpu"; then + # AIX 5 supports IA64 + library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line '#! .'. This would cause the generated library to + # depend on '.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V + + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a(lib.so.V)' + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='$libname$shared_ext' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl* | *,icl*) + # Native MSVC or ICC + libname_spec='$name' + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec=$LIB + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC and ICC wrapper + library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' + soname_spec='$libname$release$major$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly* | midnightbsd*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[23].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=no + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + if test 32 = "$HPUX_IA64_MODE"; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 + fi + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test yes = "$lt_cv_prog_gnu_ld"; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" + sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + hardcode_libdir_flag_spec='-L$libdir' + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if test ${lt_cv_shlibpath_overrides_runpath+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null +then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) to the search path. + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd* | bitrig*) + version_type=sunos + sys_lib_dlsearch_path_spec=/usr/lib + need_lib_prefix=no + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no + else + need_version=yes + fi + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +os2*) + libname_spec='$name' + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test yes = "$with_gnu_ld"; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec; then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' + soname_spec='$libname$shared_ext.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=sco + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test yes = "$with_gnu_ld"; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +printf "%s\n" "$dynamic_linker" >&6; } +test no = "$dynamic_linker" && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test yes = "$GCC"; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then + sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec +fi + +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec +fi + +# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... +configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec + +# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" + +# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool +configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +printf %s "checking how to hardcode library paths into programs... " >&6; } +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || + test -n "$runpath_var" || + test yes = "$hardcode_automatic"; then + + # We can hardcode non-existent directories. + if test no != "$hardcode_direct" && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && + test no != "$hardcode_minus_L"; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 +printf "%s\n" "$hardcode_action" >&6; } + +if test relink = "$hardcode_action" || + test yes = "$inherit_rpath"; then + # Fast installation is not supported + enable_fast_install=no +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + if test yes != "$enable_dlopen"; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen=load_add_on + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen=LoadLibrary + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + + lt_cv_dlopen=dyld + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + + *) + ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" +if test "x$ac_cv_func_shl_load" = xyes +then : + lt_cv_dlopen=shl_load +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 +printf %s "checking for shl_load in -ldld... " >&6; } +if test ${ac_cv_lib_dld_shl_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char shl_load (); +int +main (void) +{ +return shl_load (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_shl_load=yes +else $as_nop + ac_cv_lib_dld_shl_load=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 +printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = xyes +then : + lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld +else $as_nop + ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" +if test "x$ac_cv_func_dlopen" = xyes +then : + lt_cv_dlopen=dlopen +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 +printf %s "checking for dlopen in -lsvld... " >&6; } +if test ${ac_cv_lib_svld_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_svld_dlopen=yes +else $as_nop + ac_cv_lib_svld_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 +printf %s "checking for dld_link in -ldld... " >&6; } +if test ${ac_cv_lib_dld_dld_link+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dld_link (); +int +main (void) +{ +return dld_link (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_dld_link=yes +else $as_nop + ac_cv_lib_dld_dld_link=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 +printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = xyes +then : + lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test no = "$lt_cv_dlopen"; then + enable_dlopen=no + else + enable_dlopen=yes + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS=$LDFLAGS + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS=$LIBS + LIBS="$lt_cv_dlopen_libs $LIBS" + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 +printf %s "checking whether a program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 +printf "%s\n" "$lt_cv_dlopen_self" >&6; } + + if test yes = "$lt_cv_dlopen_self"; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 +printf %s "checking whether a statically linked program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self_static+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 +printf "%s\n" "$lt_cv_dlopen_self_static" >&6; } + fi + + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + + + + + + + + + + + + + + + + +striplib= +old_striplib= +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 +printf %s "checking whether stripping libraries is possible... " >&6; } +if test -z "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +else + if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + case $host_os in + darwin*) + # FIXME - insert some real tests, host_os isn't really good enough + striplib="$STRIP -x" + old_striplib="$STRIP -S" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + ;; + freebsd*) + if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + fi + ;; + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + ;; + esac + fi +fi + + + + + + + + + + + + + # Report what library types will actually be built + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 +printf %s "checking if libtool supports shared libraries... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 +printf "%s\n" "$can_build_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 +printf %s "checking whether to build shared libraries... " >&6; } + test no = "$can_build_shared" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[4-9]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + fi + ;; + esac + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 +printf "%s\n" "$enable_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 +printf %s "checking whether to build static libraries... " >&6; } + # Make sure either enable_shared or enable_static is yes. + test yes = "$enable_shared" || enable_static=yes + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 +printf "%s\n" "$enable_static" >&6; } + + + + +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC=$lt_save_CC + + + + + + + + + + + + + + + + ac_config_commands="$ac_config_commands libtool" + + + + +# Only expand once: + + + +ac_config_headers="$ac_config_headers config.h" + + +# Checks for programs. + + + +LDFLAGS="$LDFLAGS -L/usr/local/lib" + +# Checks for libraries. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing log" >&5 +printf %s "checking for library containing log... " >&6; } +if test ${ac_cv_search_log+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char log (); +int +main (void) +{ +return log (); + ; + return 0; +} +_ACEOF +for ac_lib in '' m +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_log=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_log+y} +then : + break +fi +done +if test ${ac_cv_search_log+y} +then : + +else $as_nop + ac_cv_search_log=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_log" >&5 +printf "%s\n" "$ac_cv_search_log" >&6; } +ac_res=$ac_cv_search_log +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +else $as_nop + as_fn_error $? "Could not find math library" "$LINENO" 5 +fi + + +# Checks for header files. +# Autoupdate added the next two lines to ensure that your configure +# script's behavior did not change. They are probably safe to remove. + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + + + + +# Obsolete code to be removed. +if test $ac_cv_header_sys_time_h = yes; then + +printf "%s\n" "@%:@define TIME_WITH_SYS_TIME 1" >>confdefs.h + +fi +# End of obsolete code. + +ac_header_dirent=no +for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do + as_ac_Header=`printf "%s\n" "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 +printf %s "checking for $ac_hdr that defines DIR... " >&6; } +if eval test \${$as_ac_Header+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include <$ac_hdr> + +int +main (void) +{ +if ((DIR *) 0) +return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$as_ac_Header=yes" +else $as_nop + eval "$as_ac_Header=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$as_ac_Header + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } +if eval test \"x\$"$as_ac_Header"\" = x"yes" +then : + cat >>confdefs.h <<_ACEOF +@%:@define `printf "%s\n" "HAVE_$ac_hdr" | $as_tr_cpp` 1 +_ACEOF + +ac_header_dirent=$ac_hdr; break +fi + +done +# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. +if test $ac_header_dirent = dirent.h; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' dir +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' x +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +fi + +ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" +if test "x$ac_cv_type__Bool" = xyes +then : + +printf "%s\n" "@%:@define HAVE__BOOL 1" >>confdefs.h + + +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 +printf %s "checking for stdbool.h that conforms to C99... " >&6; } +if test ${ac_cv_header_stdbool_h+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + + #ifndef __bool_true_false_are_defined + #error "__bool_true_false_are_defined is not defined" + #endif + char a[__bool_true_false_are_defined == 1 ? 1 : -1]; + + /* Regardless of whether this is C++ or "_Bool" is a + valid type name, "true" and "false" should be usable + in #if expressions and integer constant expressions, + and "bool" should be a valid type name. */ + + #if !true + #error "'true' is not true" + #endif + #if true != 1 + #error "'true' is not equal to 1" + #endif + char b[true == 1 ? 1 : -1]; + char c[true]; + + #if false + #error "'false' is not false" + #endif + #if false != 0 + #error "'false' is not equal to 0" + #endif + char d[false == 0 ? 1 : -1]; + + enum { e = false, f = true, g = false * true, h = true * 256 }; + + char i[(bool) 0.5 == true ? 1 : -1]; + char j[(bool) 0.0 == false ? 1 : -1]; + char k[sizeof (bool) > 0 ? 1 : -1]; + + struct sb { bool s: 1; bool t; } s; + char l[sizeof s.t > 0 ? 1 : -1]; + + /* The following fails for + HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ + bool m[h]; + char n[sizeof m == h * sizeof m[0] ? 1 : -1]; + char o[-1 - (bool) 0 < 0 ? 1 : -1]; + /* Catch a bug in an HP-UX C compiler. See + https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html + https://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html + */ + bool p = true; + bool *pp = &p; + + /* C 1999 specifies that bool, true, and false are to be + macros, but C++ 2011 and later overrule this. */ + #if __cplusplus < 201103 + #ifndef bool + #error "bool is not defined" + #endif + #ifndef false + #error "false is not defined" + #endif + #ifndef true + #error "true is not defined" + #endif + #endif + + /* If _Bool is available, repeat with it all the tests + above that used bool. */ + #ifdef HAVE__BOOL + struct sB { _Bool s: 1; _Bool t; } t; + + char q[(_Bool) 0.5 == true ? 1 : -1]; + char r[(_Bool) 0.0 == false ? 1 : -1]; + char u[sizeof (_Bool) > 0 ? 1 : -1]; + char v[sizeof t.t > 0 ? 1 : -1]; + + _Bool w[h]; + char x[sizeof m == h * sizeof m[0] ? 1 : -1]; + char y[-1 - (_Bool) 0 < 0 ? 1 : -1]; + _Bool z = true; + _Bool *pz = &p; + #endif + +int +main (void) +{ + + bool ps = &s; + *pp |= p; + *pp |= ! p; + + #ifdef HAVE__BOOL + _Bool pt = &t; + *pz |= z; + *pz |= ! z; + #endif + + /* Refer to every declared value, so they cannot be + discarded as unused. */ + return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k + + !l + !m + !n + !o + !p + !pp + !ps + #ifdef HAVE__BOOL + + !q + !r + !u + !v + !w + !x + !y + !z + !pt + #endif + ); + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_header_stdbool_h=yes +else $as_nop + ac_cv_header_stdbool_h=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 +printf "%s\n" "$ac_cv_header_stdbool_h" >&6; } + +if test $ac_cv_header_stdbool_h = yes; then + +printf "%s\n" "@%:@define HAVE_STDBOOL_H 1" >>confdefs.h + +fi + +ac_fn_c_check_header_compile "$LINENO" "fcntl.h" "ac_cv_header_fcntl_h" "$ac_includes_default" +if test "x$ac_cv_header_fcntl_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_FCNTL_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default" +if test "x$ac_cv_header_float_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_FLOAT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" +if test "x$ac_cv_header_inttypes_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_INTTYPES_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default" +if test "x$ac_cv_header_limits_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_LIMITS_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" +if test "x$ac_cv_header_locale_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_LOCALE_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "malloc.h" "ac_cv_header_malloc_h" "$ac_includes_default" +if test "x$ac_cv_header_malloc_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_MALLOC_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "memory.h" "ac_cv_header_memory_h" "$ac_includes_default" +if test "x$ac_cv_header_memory_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMORY_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stddef.h" "ac_cv_header_stddef_h" "$ac_includes_default" +if test "x$ac_cv_header_stddef_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDDEF_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" +if test "x$ac_cv_header_stdint_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDINT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +if test "x$ac_cv_header_stdlib_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDLIB_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default" +if test "x$ac_cv_header_string_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRING_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +if test "x$ac_cv_header_unistd_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_UNISTD_H 1" >>confdefs.h + +fi + + +# Checks for typedefs, structures, and compiler characteristics. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 +printf %s "checking for inline... " >&6; } +if test ${ac_cv_c_inline+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo (void) {return 0; } +$ac_kw foo_t foo (void) {return 0; } +#endif + +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_c_inline=$ac_kw +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + test "$ac_cv_c_inline" != no && break +done + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +printf "%s\n" "$ac_cv_c_inline" >&6; } + +case $ac_cv_c_inline in + inline | yes) ;; + *) + case $ac_cv_c_inline in + no) ac_val=;; + *) ac_val=$ac_cv_c_inline;; + esac + cat >>confdefs.h <<_ACEOF +#ifndef __cplusplus +#define inline $ac_val +#endif +_ACEOF + ;; +esac + +ac_fn_c_find_intX_t "$LINENO" "16" "ac_cv_c_int16_t" +case $ac_cv_c_int16_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int16_t $ac_cv_c_int16_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "32" "ac_cv_c_int32_t" +case $ac_cv_c_int32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int32_t $ac_cv_c_int32_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t" +case $ac_cv_c_int64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int64_t $ac_cv_c_int64_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "8" "ac_cv_c_int8_t" +case $ac_cv_c_int8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int8_t $ac_cv_c_int8_t" >>confdefs.h +;; +esac + +ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default" +if test "x$ac_cv_type_off_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define off_t long int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" +if test "x$ac_cv_type_size_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define size_t unsigned int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default" +if test "x$ac_cv_type_ssize_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define ssize_t int" >>confdefs.h + +fi + +ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t" +case $ac_cv_c_uint16_t in #( + no|yes) ;; #( + *) + + +printf "%s\n" "@%:@define uint16_t $ac_cv_c_uint16_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t" +case $ac_cv_c_uint32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT32_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint32_t $ac_cv_c_uint32_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t" +case $ac_cv_c_uint64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT64_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint64_t $ac_cv_c_uint64_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t" +case $ac_cv_c_uint8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT8_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint8_t $ac_cv_c_uint8_t" >>confdefs.h +;; + esac + +ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default" +if test "x$ac_cv_type_ptrdiff_t" = xyes +then : + +printf "%s\n" "@%:@define HAVE_PTRDIFF_T 1" >>confdefs.h + + +fi + + +# Checks for library functions. +ac_fn_c_check_func "$LINENO" "malloc" "ac_cv_func_malloc" +if test "x$ac_cv_func_malloc" = xyes +then : + printf "%s\n" "@%:@define HAVE_MALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "realloc" "ac_cv_func_realloc" +if test "x$ac_cv_func_realloc" = xyes +then : + printf "%s\n" "@%:@define HAVE_REALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "drand48" "ac_cv_func_drand48" +if test "x$ac_cv_func_drand48" = xyes +then : + printf "%s\n" "@%:@define HAVE_DRAND48 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "getcwd" "ac_cv_func_getcwd" +if test "x$ac_cv_func_getcwd" = xyes +then : + printf "%s\n" "@%:@define HAVE_GETCWD 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" +if test "x$ac_cv_func_gettimeofday" = xyes +then : + printf "%s\n" "@%:@define HAVE_GETTIMEOFDAY 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memmove" "ac_cv_func_memmove" +if test "x$ac_cv_func_memmove" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMMOVE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memset" "ac_cv_func_memset" +if test "x$ac_cv_func_memset" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMSET 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "regcomp" "ac_cv_func_regcomp" +if test "x$ac_cv_func_regcomp" = xyes +then : + printf "%s\n" "@%:@define HAVE_REGCOMP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" +if test "x$ac_cv_func_setlocale" = xyes +then : + printf "%s\n" "@%:@define HAVE_SETLOCALE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "sqrt" "ac_cv_func_sqrt" +if test "x$ac_cv_func_sqrt" = xyes +then : + printf "%s\n" "@%:@define HAVE_SQRT 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strdup" "ac_cv_func_strdup" +if test "x$ac_cv_func_strdup" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRDUP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strndup" "ac_cv_func_strndup" +if test "x$ac_cv_func_strndup" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRNDUP 1" >>confdefs.h + +fi + + +if : +then : + + vers='1.1.1' + + major=${vers%%.*} + rest=${vers#*.} + minor=${rest%%.*} + patch=${rest#*.} + + case $major in (*!0-9*|'') as_fn_error $? "Non-numeric major version in 1.1.1 ('$major')" "$LINENO" 5;; esac + case $minor in (*!0-9*|'') as_fn_error $? "Non-numeric minor version in 1.1.1 ('$minor')" "$LINENO" 5;; esac + case $patch in (*!0-9*|'') as_fn_error $? "Non-numeric patch version in 1.1.1 ('$patch')" "$LINENO" 5;; esac + + LIBPOSTAL_MAJOR_VERSION=$major + + LIBPOSTAL_MINOR_VERSION=$minor + + LIBPOSTAL_PATCH_VERSION=$patch + + + +printf "%s\n" "@%:@define LIBPOSTAL_MAJOR_VERSION $major" >>confdefs.h + + +printf "%s\n" "@%:@define LIBPOSTAL_MINOR_VERSION $minor" >>confdefs.h + + +printf "%s\n" "@%:@define LIBPOSTAL_PATCH_VERSION $patch" >>confdefs.h + + +fi + + +LIBPOSTAL_DATA_DIR_VERSION_STRING=v1 + + +DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/base_data) +PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/parser) +LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/language_classifier) + +LIBPOSTAL_DATA_FILE_LATEST_VERSION=$DATA_FILE_LATEST_VERSION + +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION=$PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION=$LANG_CLASS_MODEL_LATEST_VERSION + + +# Senzing data +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING=v1 + + +SENZING_DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/senzing/base_data) +SENZING_PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/parser) +SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/language_classifier) + +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION=$SENZING_DATA_FILE_LATEST_VERSION + +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION=$SENZING_PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$SENZING_LANG_CLASS_MODEL_LATEST_VERSION + + +ac_config_files="$ac_config_files Makefile libpostal.pc src/Makefile src/libpostal_data test/Makefile" + + +# Extract the first word of "shuf", so it can be a program name with args. +set dummy shuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_SHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_SHUF"; then + ac_cv_prog_FOUND_SHUF="$FOUND_SHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_SHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_SHUF=$ac_cv_prog_FOUND_SHUF +if test -n "$FOUND_SHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_SHUF" >&5 +printf "%s\n" "$FOUND_SHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +# Extract the first word of "gshuf", so it can be a program name with args. +set dummy gshuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_GSHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_GSHUF"; then + ac_cv_prog_FOUND_GSHUF="$FOUND_GSHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_GSHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_GSHUF=$ac_cv_prog_FOUND_GSHUF +if test -n "$FOUND_GSHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_GSHUF" >&5 +printf "%s\n" "$FOUND_GSHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + +if test "x$FOUND_SHUF" = xyes +then : + +printf "%s\n" "@%:@define HAVE_SHUF 1" >>confdefs.h + +fi +if test "x$FOUND_GSHUF" = xyes +then : + +printf "%s\n" "@%:@define HAVE_GSHUF 1" >>confdefs.h + +fi + +# ------------------------------------------------------------------ +# Checks for SSE2 build +# ------------------------------------------------------------------ + +@%:@ Check whether --enable-sse2 was given. +if test ${enable_sse2+y} +then : + enableval=$enable_sse2; +fi + + +if test "x$enable_sse2" != "xno" && test "x$(uname -m)" != "xarm64" && test "x$(uname -m)" != "xaarch64" +then : + + CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}" + +fi + +ac_fn_c_check_header_compile "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" +if test "x$ac_cv_header_cblas_h" = xyes +then : + + +ax_cblas_ok=no + + +@%:@ Check whether --with-cblas was given. +if test ${with_cblas+y} +then : + withval=$with_cblas; +fi + +case $with_cblas in + yes | "") ;; + no) ax_cblas_ok=disable ;; + -* | */* | *.a | *.so | *.so.* | *.o) CBLAS_LIBS="$with_cblas" ;; + *) CBLAS_LIBS="-l$with_cblas" ;; +esac + +ax_cblas_save_LIBS="$LIBS" + +# First, check CBLAS_LIBS environment variable +if test $ax_cblas_ok = no; then +if test "x$CBLAS_LIBS" != x; then + save_LIBS="$LIBS"; LIBS="$CBLAS_LIBS $LIBS" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in $CBLAS_LIBS" >&5 +printf %s "checking for cblas_dgemm in $CBLAS_LIBS... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ax_cblas_ok=yes +else $as_nop + CBLAS_LIBS="" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cblas_ok" >&5 +printf "%s\n" "$ax_cblas_ok" >&6; } + LIBS="$save_LIBS" +fi +fi + +# CBLAS linked to by default? (happens on some supercomputers) +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="$LIBS" + ac_fn_c_check_func "$LINENO" "cblas_dgemm" "ac_cv_func_cblas_dgemm" +if test "x$ac_cv_func_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes +fi + + LIBS="$save_LIBS" +fi + +# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5 +printf %s "checking for ATL_xerbla in -latlas... " >&6; } +if test ${ac_cv_lib_atlas_ATL_xerbla+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-latlas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char ATL_xerbla (); +int +main (void) +{ +return ATL_xerbla (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_atlas_ATL_xerbla=yes +else $as_nop + ac_cv_lib_atlas_ATL_xerbla=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_atlas_ATL_xerbla" >&5 +printf "%s\n" "$ac_cv_lib_atlas_ATL_xerbla" >&6; } +if test "x$ac_cv_lib_atlas_ATL_xerbla" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5 +printf %s "checking for cblas_dgemm in -lcblas... " >&6; } +if test ${ac_cv_lib_cblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcblas -latlas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_cblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_cblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_cblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes + CBLAS_LIBS="-lcblas -latlas" +fi + +fi + +fi + +# BLAS in Intel MKL library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lmkl" >&5 +printf %s "checking for cblas_dgemm in -lmkl... " >&6; } +if test ${ac_cv_lib_mkl_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lmkl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_mkl_cblas_dgemm=yes +else $as_nop + ac_cv_lib_mkl_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mkl_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_mkl_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_mkl_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-lmkl" +fi + +fi + +# BLAS in Apple vecLib library? +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS" + ac_fn_c_check_func "$LINENO" "cblas_dgemm" "ac_cv_func_cblas_dgemm" +if test "x$ac_cv_func_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-framework vecLib" +fi + + LIBS="$save_LIBS" +fi + +# BLAS in Alpha DXML library? (now called CXML, see above) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -ldxml" >&5 +printf %s "checking for cblas_dgemm in -ldxml... " >&6; } +if test ${ac_cv_lib_dxml_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldxml $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dxml_cblas_dgemm=yes +else $as_nop + ac_cv_lib_dxml_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dxml_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_dxml_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_dxml_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-ldxml" +fi + +fi + +# BLAS in Sun Performance library? +if test $ax_cblas_ok = no; then + if test "x$GCC" != xyes; then # only works with Sun CC + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5 +printf %s "checking for acosp in -lsunmath... " >&6; } +if test ${ac_cv_lib_sunmath_acosp+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsunmath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char acosp (); +int +main (void) +{ +return acosp (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_sunmath_acosp=yes +else $as_nop + ac_cv_lib_sunmath_acosp=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sunmath_acosp" >&5 +printf "%s\n" "$ac_cv_lib_sunmath_acosp" >&6; } +if test "x$ac_cv_lib_sunmath_acosp" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lsunperf" >&5 +printf %s "checking for cblas_dgemm in -lsunperf... " >&6; } +if test ${ac_cv_lib_sunperf_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsunperf -lsunmath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_sunperf_cblas_dgemm=yes +else $as_nop + ac_cv_lib_sunperf_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sunperf_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_sunperf_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_sunperf_cblas_dgemm" = xyes +then : + CBLAS_LIBS="-xlic_lib=sunperf -lsunmath" + ax_cblas_ok=yes +fi + +fi + + fi +fi + +# BLAS in SCSL library? (SGI/Cray Scientific Library) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lscs" >&5 +printf %s "checking for cblas_dgemm in -lscs... " >&6; } +if test ${ac_cv_lib_scs_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lscs $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_scs_cblas_dgemm=yes +else $as_nop + ac_cv_lib_scs_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_scs_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_scs_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_scs_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lscs" +fi + +fi + +# BLAS in SGIMATH library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcomplib.sgimath" >&5 +printf %s "checking for cblas_dgemm in -lcomplib.sgimath... " >&6; } +if test ${ac_cv_lib_complib_sgimath_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcomplib.sgimath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_complib_sgimath_cblas_dgemm=yes +else $as_nop + ac_cv_lib_complib_sgimath_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_complib_sgimath_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_complib_sgimath_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_complib_sgimath_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lcomplib.sgimath" +fi + +fi + +# BLAS in IBM ESSL library? (requires generic BLAS lib, too) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lblas" >&5 +printf %s "checking for cblas_dgemm in -lblas... " >&6; } +if test ${ac_cv_lib_blas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_blas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_blas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_blas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_blas_cblas_dgemm" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lessl" >&5 +printf %s "checking for cblas_dgemm in -lessl... " >&6; } +if test ${ac_cv_lib_essl_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lessl -lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_essl_cblas_dgemm=yes +else $as_nop + ac_cv_lib_essl_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_essl_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_essl_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_essl_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lessl -lblas" +fi + +fi + +fi + +# BLAS in OpenBLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lopenblas" >&5 +printf %s "checking for cblas_dgemm in -lopenblas... " >&6; } +if test ${ac_cv_lib_openblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lopenblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_openblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_openblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_openblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_openblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lopenblas" +fi + +fi + +# Generic CBLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5 +printf %s "checking for cblas_dgemm in -lcblas... " >&6; } +if test ${ac_cv_lib_cblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_cblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_cblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_cblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lcblas" +fi + +fi + +# Generic BLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lblas" >&5 +printf %s "checking for cblas_dgemm in -lblas... " >&6; } +if test ${ac_cv_lib_blas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_blas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_blas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_blas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_blas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lblas" +fi + +fi + + + +LIBS="$ax_cblas_save_LIBS" + +# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: +if test x"$ax_cblas_ok" = xyes; then + +printf "%s\n" "@%:@define HAVE_CBLAS 1" >>confdefs.h + + : +else + ax_cblas_ok=no + +fi + +fi + + +@%:@ Check whether --enable-data-download was given. +if test ${enable_data_download+y} +then : + enableval=$enable_data_download; case "${enableval}" in + yes) DOWNLOAD_DATA=true ;; + no) DOWNLOAD_DATA=false ;; + *) as_fn_error $? "bad value ${enableval} for --disable-data-download" "$LINENO" 5 ;; + esac +else $as_nop + DOWNLOAD_DATA=true +fi + + + +if ${MODEL:+false} : +then : + +else $as_nop + if test "x$MODEL" = xsenzing +then : + +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Invalid MODEL value set +See \`config.log' for more details" "$LINENO" 5; } +fi +fi + + if test "x$DOWNLOAD_DATA" = "xtrue"; then + DOWNLOAD_DATA_TRUE= + DOWNLOAD_DATA_FALSE='#' +else + DOWNLOAD_DATA_TRUE='#' + DOWNLOAD_DATA_FALSE= +fi + + + +@%:@ Check whether --with-cflags-scanner-extra was given. +if test ${with_cflags_scanner_extra+y} +then : + withval=$with_cflags_scanner_extra; + if test "x$withval" = "xno"; then + CFLAGS_SCANNER_EXTRA="" + else + CFLAGS_SCANNER_EXTRA="$withval" + fi + +else $as_nop + CFLAGS_SCANNER_EXTRA="" + +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&5 +printf "%s\n" "$as_me: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&6;} + + + +LIBPOSTAL_SO_VERSION="${LIBPOSTAL_MAJOR_VERSION}:${LIBPOSTAL_MINOR_VERSION}:${LIBPOSTAL_PATCH_VERSION}" + + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +printf "%s\n" "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIB@&t@OBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +printf %s "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 +printf "%s\n" "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${DOWNLOAD_DATA_TRUE}" && test -z "${DOWNLOAD_DATA_FALSE}"; then + as_fn_error $? "conditional \"DOWNLOAD_DATA\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_@&t@echo='printf %s\n' +as_@&t@echo_n='printf %s' + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to the package provider." + +_ACEOF +ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` +ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config='$ac_cs_config_escaped' +ac_cs_version="\\ +libpostal config.status 1.1.1 +configured by $0, generated by GNU Autoconf 2.71, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2021 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + printf "%s\n" "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + printf "%s\n" "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + printf "%s\n" "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX +@%:@@%:@ Running $as_me. @%:@@%:@ +_ASBOX + printf "%s\n" "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" + + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' +lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' +want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' +nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' +lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' +configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' + +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in SHELL \ +ECHO \ +PATH_SEPARATOR \ +SED \ +GREP \ +EGREP \ +FGREP \ +LD \ +NM \ +LN_S \ +lt_SP2NL \ +lt_NL2SP \ +reload_flag \ +FILECMD \ +OBJDUMP \ +deplibs_check_method \ +file_magic_cmd \ +file_magic_glob \ +want_nocaseglob \ +DLLTOOL \ +sharedlib_from_linklib_cmd \ +AR \ +archiver_list_spec \ +STRIP \ +RANLIB \ +CC \ +CFLAGS \ +compiler \ +lt_cv_sys_global_symbol_pipe \ +lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_import \ +lt_cv_sys_global_symbol_to_c_name_address \ +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ +lt_cv_nm_interface \ +nm_file_list_spec \ +lt_cv_truncate_bin \ +lt_prog_compiler_no_builtin_flag \ +lt_prog_compiler_pic \ +lt_prog_compiler_wl \ +lt_prog_compiler_static \ +lt_cv_prog_compiler_c_o \ +need_locks \ +MANIFEST_TOOL \ +DSYMUTIL \ +NMEDIT \ +LIPO \ +OTOOL \ +OTOOL64 \ +shrext_cmds \ +export_dynamic_flag_spec \ +whole_archive_flag_spec \ +compiler_needs_object \ +with_gnu_ld \ +allow_undefined_flag \ +no_undefined_flag \ +hardcode_libdir_flag_spec \ +hardcode_libdir_separator \ +exclude_expsyms \ +include_expsyms \ +file_list_spec \ +variables_saved_for_relink \ +libname_spec \ +library_names_spec \ +soname_spec \ +install_override_mode \ +finish_eval \ +old_striplib \ +striplib; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in reload_cmds \ +old_postinstall_cmds \ +old_postuninstall_cmds \ +old_archive_cmds \ +extract_expsyms_cmds \ +old_archive_from_new_cmds \ +old_archive_from_expsyms_cmds \ +archive_cmds \ +archive_expsym_cmds \ +module_cmds \ +module_expsym_cmds \ +export_symbols_cmds \ +prelink_cmds \ +postlink_cmds \ +postinstall_cmds \ +postuninstall_cmds \ +finish_cmds \ +sys_lib_search_path_spec \ +configure_time_dlsearch_path \ +configure_time_lt_sys_library_path; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +ac_aux_dir='$ac_aux_dir' + +# See if we are running on zsh, and set the options that allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + + + PACKAGE='$PACKAGE' + VERSION='$VERSION' + RM='$RM' + ofile='$ofile' + + + + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "libpostal.pc") CONFIG_FILES="$CONFIG_FILES libpostal.pc" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/libpostal_data") CONFIG_FILES="$CONFIG_FILES src/libpostal_data" ;; + "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files + test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers + test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +printf "%s\n" "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`printf "%s\n" "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +printf "%s\n" "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in @%:@( + *\'*) : + eval set x "$CONFIG_FILES" ;; @%:@( + *) : + set x $CONFIG_FILES ;; @%:@( + *) : + ;; +esac + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk +} + ;; + "libtool":C) + + # See if we are running on zsh, and set the options that allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST + fi + + cfgfile=${ofile}T + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL +# Generated automatically by $as_me ($PACKAGE) $VERSION +# NOTE: Changes made to this file will be lost: look at ltmain.sh. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +# Copyright (C) 2014 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. + +# GNU Libtool 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 of the License, or +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. +# +# GNU Libtool 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. If not, see . + + +# The names of the tagged configurations supported by this script. +available_tags='' + +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} + +# ### BEGIN LIBTOOL CONFIG + +# Which release of libtool.m4 was used? +macro_version=$macro_version +macro_revision=$macro_revision + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# What type of objects to build. +pic_mode=$pic_mode + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# Shared archive member basename,for filename based shared library versioning on AIX. +shared_archive_member_spec=$shared_archive_member_spec + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="\$SED -e 1s/^X//" + +# A grep program that handles long lines. +GREP=$lt_GREP + +# An ERE matcher. +EGREP=$lt_EGREP + +# A literal string matcher. +FGREP=$lt_FGREP + +# A BSD- or MS-compatible name lister. +NM=$lt_NM + +# Whether we need soft or hard links. +LN_S=$lt_LN_S + +# What is the maximum length of a command? +max_cmd_len=$max_cmd_len + +# Object file suffix (normally "o"). +objext=$ac_objext + +# Executable file suffix (normally ""). +exeext=$exeext + +# whether the shell understands "unset". +lt_unset=$lt_unset + +# turn spaces into newlines. +SP2NL=$lt_lt_SP2NL + +# turn newlines into spaces. +NL2SP=$lt_lt_NL2SP + +# convert \$build file names to \$host format. +to_host_file_cmd=$lt_cv_to_host_file_cmd + +# convert \$build files to toolchain format. +to_tool_file_cmd=$lt_cv_to_tool_file_cmd + +# A file(cmd) program that detects file types. +FILECMD=$lt_FILECMD + +# An object symbol dumper. +OBJDUMP=$lt_OBJDUMP + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method = "file_magic". +file_magic_cmd=$lt_file_magic_cmd + +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob=$lt_file_magic_glob + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob=$lt_want_nocaseglob + +# DLL creation program. +DLLTOOL=$lt_DLLTOOL + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd + +# The archiver. +AR=$lt_AR + +# Flags to create an archive (by configure). +lt_ar_flags=$lt_ar_flags + +# Flags to create an archive. +AR_FLAGS=\@S|@{ARFLAGS-"\@S|@lt_ar_flags"} + +# How to feed a file listing to the archiver. +archiver_list_spec=$lt_archiver_list_spec + +# A symbol stripping program. +STRIP=$lt_STRIP + +# Commands used to install an old-style archive. +RANLIB=$lt_RANLIB +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + +# A C compiler. +LTCC=$lt_CC + +# LTCC compiler flags. +LTCFLAGS=$lt_CFLAGS + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration. +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm into a list of symbols to manually relocate. +global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import + +# Transform the output of nm in a C name address pair. +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# Transform the output of nm in a C name address pair when lib prefix is needed. +global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix + +# The name lister interface. +nm_interface=$lt_lt_cv_nm_interface + +# Specify filename containing input files for \$NM. +nm_file_list_spec=$lt_nm_file_list_spec + +# The root where to search for dependent libraries,and where our libraries should be installed. +lt_sysroot=$lt_sysroot + +# Command to truncate a binary pipe. +lt_truncate_bin=$lt_lt_cv_truncate_bin + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# Used to examine libraries when file_magic_cmd begins with "file". +MAGIC_CMD=$MAGIC_CMD + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Manifest tool. +MANIFEST_TOOL=$lt_MANIFEST_TOOL + +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. +DSYMUTIL=$lt_DSYMUTIL + +# Tool to change global to local symbols on Mac OS X. +NMEDIT=$lt_NMEDIT + +# Tool to manipulate fat objects and archives on Mac OS X. +LIPO=$lt_LIPO + +# ldd/readelf like tool for Mach-O binaries on Mac OS X. +OTOOL=$lt_OTOOL + +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. +OTOOL64=$lt_OTOOL64 + +# Old archive suffix (normally "a"). +libext=$libext + +# Shared library suffix (normally ".so"). +shrext_cmds=$lt_shrext_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at link time. +variables_saved_for_relink=$lt_variables_saved_for_relink + +# Do we need the "lib" prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Library versioning type. +version_type=$version_type + +# Shared library runtime path variable. +runpath_var=$runpath_var + +# Shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + +# Command to use after installation of a shared archive. +postinstall_cmds=$lt_postinstall_cmds + +# Command to use after uninstallation of a shared archive. +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# As "finish_cmds", except a single script fragment to be evaled but +# not shown. +finish_eval=$lt_finish_eval + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Compile-time system search path for libraries. +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Detected run-time system search path for libraries. +sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path + +# Explicit LT_SYS_LIBRARY_PATH set during ./configure time. +configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + + +# The linker used to build libraries. +LD=$lt_LD + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds + +# A language specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU compiler? +with_gcc=$GCC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \$shlibpath_var if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# ### END LIBTOOL CONFIG + +_LT_EOF + + cat <<'_LT_EOF' >> "$cfgfile" + +# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + + +# ### END FUNCTIONS SHARED WITH CONFIGURE + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + + +ltmain=$ac_aux_dir/ltmain.sh + + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + $SED '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + + ;; + "Makefile":F) chmod +x src/libpostal_data ;; + "libpostal.pc":F) chmod +x src/libpostal_data ;; + "src/Makefile":F) chmod +x src/libpostal_data ;; + "src/libpostal_data":F) chmod +x src/libpostal_data ;; + "test/Makefile":F) chmod +x src/libpostal_data ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/autom4te.cache/output.3 b/autom4te.cache/output.3 new file mode 100644 index 0000000..6319e82 --- /dev/null +++ b/autom4te.cache/output.3 @@ -0,0 +1,16779 @@ +@%:@! /bin/sh +@%:@ Guess values for system-dependent variables and create Makefiles. +@%:@ Generated by GNU Autoconf 2.71 for libpostal 1.1.1. +@%:@ +@%:@ +@%:@ Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, +@%:@ Inc. +@%:@ +@%:@ +@%:@ This configure script is free software; the Free Software Foundation +@%:@ gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="as_nop=: +if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else \$as_nop + case \`(set -o) 2>/dev/null\` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ) +then : + +else \$as_nop + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +blah=\$(echo \$(echo blah)) +test x\"\$blah\" = xblah || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null +then : + as_have_required=yes +else $as_nop + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null +then : + +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + case $as_dir in @%:@( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$as_shell as_have_required=yes + if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null +then : + break 2 +fi +fi + done;; + esac + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi +fi + + + if test "x$CONFIG_SHELL" != x +then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno +then : + printf "%s\n" "$0: This script requires a shell more modern than all" + printf "%s\n" "$0: the shells that I found on your system." + if test ${ZSH_VERSION+y} ; then + printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" + printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." + else + printf "%s\n" "$0: Please tell bug-autoconf@gnu.org about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit +@%:@ as_fn_nop +@%:@ --------- +@%:@ Do nothing but, unlike ":", preserve the value of @S|@?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + +@%:@ as_fn_nop +@%:@ --------- +@%:@ Do nothing but, unlike ":", preserve the value of @S|@?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_@&t@echo='printf %s\n' +as_@&t@echo_n='printf %s' + + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + +SHELL=${CONFIG_SHELL-/bin/sh} + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIB@&t@OBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='libpostal' +PACKAGE_TARNAME='libpostal' +PACKAGE_VERSION='1.1.1' +PACKAGE_STRING='libpostal 1.1.1' +PACKAGE_BUGREPORT='' +PACKAGE_URL='' + +ac_unique_file="src" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_STDIO_H +# include +#endif +#ifdef HAVE_STDLIB_H +# include +#endif +#ifdef HAVE_STRING_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_header_c_list= +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIB@&t@OBJS +LIBPOSTAL_SO_VERSION +CFLAGS_SCANNER_EXTRA +DOWNLOAD_DATA_FALSE +DOWNLOAD_DATA_TRUE +MODEL +CBLAS_LIBS +FOUND_GSHUF +FOUND_SHUF +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_DATA_FILE_LATEST_VERSION +LIBPOSTAL_DATA_DIR_VERSION_STRING +LIBPOSTAL_PATCH_VERSION +LIBPOSTAL_MINOR_VERSION +LIBPOSTAL_MAJOR_VERSION +LT_SYS_LIBRARY_PATH +OTOOL64 +OTOOL +LIPO +NMEDIT +DSYMUTIL +MANIFEST_TOOL +RANLIB +ac_ct_AR +AR +DLLTOOL +OBJDUMP +FILECMD +LN_S +NM +ac_ct_DUMPBIN +DUMPBIN +LD +FGREP +EGREP +GREP +SED +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +LIBTOOL +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +CSCOPE +ETAGS +CTAGS +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL +am__quote' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_shared +enable_static +with_pic +enable_fast_install +with_aix_soname +enable_dependency_tracking +with_gnu_ld +with_sysroot +enable_libtool_lock +enable_sse2 +with_cblas +enable_data_download +with_cflags_scanner_extra +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +LT_SYS_LIBRARY_PATH +MODEL' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures libpostal 1.1.1 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + @<:@@S|@ac_default_prefix@:>@ + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + @<:@PREFIX@:>@ + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root @<:@DATAROOTDIR/doc/libpostal@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of libpostal 1.1.1:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-shared@<:@=PKGS@:>@ build shared libraries @<:@default=yes@:>@ + --enable-static@<:@=PKGS@:>@ build static libraries @<:@default=yes@:>@ + --enable-fast-install@<:@=PKGS@:>@ + optimize for fast installation @<:@default=yes@:>@ + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + --disable-libtool-lock avoid locking (might break parallel builds) + --disable-sse2 disable SSE2 optimization routines + + --disable-data-download Disable downloading data + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-pic@<:@=PKGS@:>@ try to use only PIC/non-PIC objects @<:@default=use + both@:>@ + --with-aix-soname=aix|svr4|both + shared library versioning (aka "SONAME") variant to + provide on AIX, @<:@default=aix@:>@. + --with-gnu-ld assume the C compiler uses GNU ld @<:@default=no@:>@ + --with-sysroot@<:@=DIR@:>@ Search for dependent libraries within DIR (or the + compiler's sysroot if not specified). + --with-cblas= use CBLAS library + --with-cflags-scanner-extra@<:@=VALUE@:>@ + Extra compilation options for scanner.c + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + LT_SYS_LIBRARY_PATH + User-defined run-time library search path. + MODEL Option to use alternative data models. Currently available is + "senzing" (MODEL=senzing). If this option is not set the default + libpostal data model is used. + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to the package provider. +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for configure.gnu first; this name is used for a wrapper for + # Metaconfig's "Configure" on case-insensitive file systems. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +libpostal configure 1.1.1 +generated by GNU Autoconf 2.71 + +Copyright (C) 2021 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +@%:@ ac_fn_c_try_compile LINENO +@%:@ -------------------------- +@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_compile + +@%:@ ac_fn_c_try_link LINENO +@%:@ ----------------------- +@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_link + +@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +@%:@ ------------------------------------------------------- +@%:@ Tests whether HEADER exists and can be compiled using the include files in +@%:@ INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +@%:@include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_header_compile + +@%:@ ac_fn_c_check_func LINENO FUNC VAR +@%:@ ---------------------------------- +@%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. */ + +#include +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main (void) +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_func + +@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES +@%:@ ------------------------------------------- +@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache +@%:@ variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + eval "$3=yes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_type + +@%:@ ac_fn_c_find_intX_t LINENO BITS VAR +@%:@ ----------------------------------- +@%:@ Finds a signed integer type with width BITS, setting cache variable VAR +@%:@ accordingly. +ac_fn_c_find_intX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5 +printf %s "checking for int$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in int$2_t 'int' 'long int' \ + 'long long int' 'short int' 'signed char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array @<:@1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array @<:@1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1) + < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + case $ac_type in @%:@( + int$2_t) : + eval "$3=yes" ;; @%:@( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_find_intX_t + +@%:@ ac_fn_c_find_uintX_t LINENO BITS VAR +@%:@ ------------------------------------ +@%:@ Finds an unsigned integer type with width BITS, setting cache variable VAR +@%:@ accordingly. +ac_fn_c_find_uintX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5 +printf %s "checking for uint$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \ + 'unsigned long long int' 'unsigned short int' 'unsigned char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main (void) +{ +static int test_array @<:@1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + case $ac_type in @%:@( + uint$2_t) : + eval "$3=yes" ;; @%:@( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_find_uintX_t +ac_configure_args_raw= +for ac_arg +do + case $ac_arg in + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_configure_args_raw " '$ac_arg'" +done + +case $ac_configure_args_raw in + *$as_nl*) + ac_safe_unquote= ;; + *) + ac_unsafe_z='|&;<>()$`\\"*?@<:@ '' ' # This string ends in space, tab. + ac_unsafe_a="$ac_unsafe_z#~" + ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" + ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; +esac + +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + $ $0$ac_configure_args_raw + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + printf "%s\n" "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Sanitize IFS. + IFS=" "" $as_nl" + # Save into config.log some information that might help in debugging. + { + echo + + printf "%s\n" "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + printf "%s\n" "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + printf "%s\n" "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + printf "%s\n" "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + printf "%s\n" "$as_me: caught signal $ac_signal" + printf "%s\n" "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +printf "%s\n" "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +printf "%s\n" "@%:@define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + ac_site_files="$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + ac_site_files="$prefix/share/config.site $prefix/etc/config.site" +else + ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" +fi + +for ac_site_file in $ac_site_files +do + case $ac_site_file in @%:@( + */*) : + ;; @%:@( + *) : + ac_site_file=./$ac_site_file ;; +esac + if test -f "$ac_site_file" && test -r "$ac_site_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +printf "%s\n" "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +printf "%s\n" "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Test code for whether the C compiler supports C89 (global declarations) +ac_c_conftest_c89_globals=' +/* Does the compiler advertise C89 conformance? + Do not test the value of __STDC__, because some compilers set it to 0 + while being otherwise adequately conformant. */ +#if !defined __STDC__ +# error "Compiler does not advertise C89 conformance" +#endif + +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ +struct buf { int x; }; +struct buf * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not \xHH hex character constants. + These do not provoke an error unfortunately, instead are silently treated + as an "x". The following induces an error, until -std is added to get + proper ANSI mode. Curiously \x00 != x always comes out true, for an + array size at least. It is necessary to write \x00 == 0 to get something + that is true only with -std. */ +int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) '\''x'\'' +int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), + int, int);' + +# Test code for whether the C compiler supports C89 (body of main). +ac_c_conftest_c89_main=' +ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); +' + +# Test code for whether the C compiler supports C99 (global declarations) +ac_c_conftest_c99_globals=' +// Does the compiler advertise C99 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L +# error "Compiler does not advertise C99 conformance" +#endif + +#include +extern int puts (const char *); +extern int printf (const char *, ...); +extern int dprintf (int, const char *, ...); +extern void *malloc (size_t); + +// Check varargs macros. These examples are taken from C99 6.10.3.5. +// dprintf is used instead of fprintf to avoid needing to declare +// FILE and stderr. +#define debug(...) dprintf (2, __VA_ARGS__) +#define showlist(...) puts (#__VA_ARGS__) +#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +static void +test_varargs_macros (void) +{ + int x = 1234; + int y = 5678; + debug ("Flag"); + debug ("X = %d\n", x); + showlist (The first, second, and third items.); + report (x>y, "x is %d but y is %d", x, y); +} + +// Check long long types. +#define BIG64 18446744073709551615ull +#define BIG32 4294967295ul +#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +#if !BIG_OK + #error "your preprocessor is broken" +#endif +#if BIG_OK +#else + #error "your preprocessor is broken" +#endif +static long long int bignum = -9223372036854775807LL; +static unsigned long long int ubignum = BIG64; + +struct incomplete_array +{ + int datasize; + double data[]; +}; + +struct named_init { + int number; + const wchar_t *name; + double average; +}; + +typedef const char *ccp; + +static inline int +test_restrict (ccp restrict text) +{ + // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) + continue; + return 0; +} + +// Check varargs and va_copy. +static bool +test_varargs (const char *format, ...) +{ + va_list args; + va_start (args, format); + va_list args_copy; + va_copy (args_copy, args); + + const char *str = ""; + int number = 0; + float fnumber = 0; + + while (*format) + { + switch (*format++) + { + case '\''s'\'': // string + str = va_arg (args_copy, const char *); + break; + case '\''d'\'': // int + number = va_arg (args_copy, int); + break; + case '\''f'\'': // float + fnumber = va_arg (args_copy, double); + break; + default: + break; + } + } + va_end (args_copy); + va_end (args); + + return *str && number && fnumber; +} +' + +# Test code for whether the C compiler supports C99 (body of main). +ac_c_conftest_c99_main=' + // Check bool. + _Bool success = false; + success |= (argc != 0); + + // Check restrict. + if (test_restrict ("String literal") == 0) + success = true; + char *restrict newvar = "Another string"; + + // Check varargs. + success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); + test_varargs_macros (); + + // Check flexible array members. + struct incomplete_array *ia = + malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); + ia->datasize = 10; + for (int i = 0; i < ia->datasize; ++i) + ia->data[i] = i * 1.234; + + // Check named initializers. + struct named_init ni = { + .number = 34, + .name = L"Test wide string", + .average = 543.34343, + }; + + ni.number = 58; + + int dynamic_array[ni.number]; + dynamic_array[0] = argv[0][0]; + dynamic_array[ni.number - 1] = 543; + + // work around unused variable warnings + ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' + || dynamic_array[ni.number - 1] != 543); +' + +# Test code for whether the C compiler supports C11 (global declarations) +ac_c_conftest_c11_globals=' +// Does the compiler advertise C11 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L +# error "Compiler does not advertise C11 conformance" +#endif + +// Check _Alignas. +char _Alignas (double) aligned_as_double; +char _Alignas (0) no_special_alignment; +extern char aligned_as_int; +char _Alignas (0) _Alignas (int) aligned_as_int; + +// Check _Alignof. +enum +{ + int_alignment = _Alignof (int), + int_array_alignment = _Alignof (int[100]), + char_alignment = _Alignof (char) +}; +_Static_assert (0 < -_Alignof (int), "_Alignof is signed"); + +// Check _Noreturn. +int _Noreturn does_not_return (void) { for (;;) continue; } + +// Check _Static_assert. +struct test_static_assert +{ + int x; + _Static_assert (sizeof (int) <= sizeof (long int), + "_Static_assert does not work in struct"); + long int y; +}; + +// Check UTF-8 literals. +#define u8 syntax error! +char const utf8_literal[] = u8"happens to be ASCII" "another string"; + +// Check duplicate typedefs. +typedef long *long_ptr; +typedef long int *long_ptr; +typedef long_ptr long_ptr; + +// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. +struct anonymous +{ + union { + struct { int i; int j; }; + struct { int k; long int l; } w; + }; + int m; +} v1; +' + +# Test code for whether the C compiler supports C11 (body of main). +ac_c_conftest_c11_main=' + _Static_assert ((offsetof (struct anonymous, i) + == offsetof (struct anonymous, w.k)), + "Anonymous union alignment botch"); + v1.i = 2; + v1.w.k = 5; + ok |= v1.i != 5; +' + +# Test code for whether the C compiler supports C11 (complete). +ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} +${ac_c_conftest_c11_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + ${ac_c_conftest_c11_main} + return ok; +} +" + +# Test code for whether the C compiler supports C99 (complete). +ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + return ok; +} +" + +# Test code for whether the C compiler supports C89 (complete). +ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + return ok; +} +" + +as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H" +as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H" +as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H" +as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H" +as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H" +as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H" +as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H" +as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H" +as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H" +as_fn_append ac_header_c_list " sys/time.h sys_time_h HAVE_SYS_TIME_H" + +# Auxiliary files required by this configure script. +ac_aux_files="compile config.guess config.sub ltmain.sh missing install-sh" + +# Locations in which to look for auxiliary files. +ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." + +# Search for a directory containing all of the required auxiliary files, +# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. +# If we don't find one directory that contains all the files we need, +# we report the set of missing files from the *first* directory in +# $ac_aux_dir_candidates and give up. +ac_missing_aux_files="" +ac_first_candidate=: +printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in $ac_aux_dir_candidates +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + + printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 + ac_aux_dir_found=yes + ac_install_sh= + for ac_aux in $ac_aux_files + do + # As a special case, if "install-sh" is required, that requirement + # can be satisfied by any of "install-sh", "install.sh", or "shtool", + # and $ac_install_sh is set appropriately for whichever one is found. + if test x"$ac_aux" = x"install-sh" + then + if test -f "${as_dir}install-sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 + ac_install_sh="${as_dir}install-sh -c" + elif test -f "${as_dir}install.sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 + ac_install_sh="${as_dir}install.sh -c" + elif test -f "${as_dir}shtool"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 + ac_install_sh="${as_dir}shtool install -c" + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} install-sh" + else + break + fi + fi + else + if test -f "${as_dir}${ac_aux}"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" + else + break + fi + fi + fi + done + if test "$ac_aux_dir_found" = yes; then + ac_aux_dir="$as_dir" + break + fi + ac_first_candidate=false + + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 +fi + + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +if test -f "${ac_aux_dir}config.guess"; then + ac_@&t@config_guess="$SHELL ${ac_aux_dir}config.guess" +fi +if test -f "${ac_aux_dir}config.sub"; then + ac_@&t@config_sub="$SHELL ${ac_aux_dir}config.sub" +fi +if test -f "$ac_aux_dir/configure"; then + ac_@&t@configure="$SHELL ${ac_aux_dir}configure" +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' + and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + +am__api_version='1.16' + + + + # Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +printf %s "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test ${ac_cv_path_install+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + # Account for fact that we put trailing slashes in our PATH walk. +case $as_dir in @%:@(( + ./ | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test ${ac_cv_path_install+y}; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +printf "%s\n" "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +printf %s "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` + + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + + + if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 +printf %s "checking for a race-free mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test ${ac_cv_path_mkdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ + 'BusyBox '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test ${ac_cv_path_mkdir+y}; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +printf "%s\n" "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AWK+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +printf "%s\n" "$AWK" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval test \${ac_cv_prog_make_${ac_make}_set+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + SET_MAKE= +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +@%:@ Check whether --enable-silent-rules was given. +if test ${enable_silent_rules+y} +then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +printf %s "checking whether $am_make supports nested variables... " >&6; } +if test ${am_cv_make_support_nested_variables+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if printf "%s\n" 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='libpostal' + VERSION='1.1.1' + + +printf "%s\n" "@%:@define PACKAGE \"$PACKAGE\"" >>confdefs.h + + +printf "%s\n" "@%:@define VERSION \"$VERSION\"" >>confdefs.h + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi + +if test -z "$ETAGS"; then + ETAGS=etags +fi + +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + +case `pwd` in + *\ * | *\ *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 +printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; +esac + + + +macro_version='2.4.7' +macro_revision='2.4.7' + + + + + + + + + + + + + + +ltmain=$ac_aux_dir/ltmain.sh + + + + # Make sure we can run config.sub. +$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +printf %s "checking build system type... " >&6; } +if test ${ac_cv_build+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +printf "%s\n" "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +printf %s "checking host system type... " >&6; } +if test ${ac_cv_host+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +printf "%s\n" "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +printf %s "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case $ECHO in + printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +printf "%s\n" "printf" >&6; } ;; + print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +printf "%s\n" "print -r" >&6; } ;; + *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +printf "%s\n" "cat" >&6; } ;; +esac + + + + + + + + + + + + + + + + + + + + + + + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in @%:@( + '0:this is the am__doit target') : + case $s in @%:@( + BSD) : + am__include='.include' am__quote='"' ;; @%:@( + *) : + am__include='include' am__quote='' ;; +esac ;; @%:@( + *) : + ;; +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +printf "%s\n" "${_am_result}" >&6; } + +@%:@ Check whether --enable-dependency-tracking was given. +if test ${enable_dependency_tracking+y} +then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $@%:@ != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. +set dummy ${ac_tool_prefix}clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. +set dummy clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +fi + + +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion -version; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +printf %s "checking whether the C compiler works... " >&6; } +ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else $as_nop + ac_file='' +fi +if test -z "$ac_file" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +printf %s "checking for C compiler default output file name... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +printf "%s\n" "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +printf %s "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +printf "%s\n" "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include +int +main (void) +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +printf %s "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +printf "%s\n" "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +printf %s "checking for suffix of object files... " >&6; } +if test ${ac_cv_objext+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +printf "%s\n" "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +printf %s "checking whether the compiler supports GNU C... " >&6; } +if test ${ac_cv_c_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_compiler_gnu=yes +else $as_nop + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+y} +ac_save_CFLAGS=$CFLAGS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +printf %s "checking whether $CC accepts -g... " >&6; } +if test ${ac_cv_prog_cc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +else $as_nop + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +ac_prog_cc_stdc=no +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +printf %s "checking for $CC option to enable C11 features... " >&6; } +if test ${ac_cv_prog_cc_c11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c11=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c11_program +_ACEOF +for ac_arg in '' -std=gnu11 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 + ac_prog_cc_stdc=c11 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +printf %s "checking for $CC option to enable C99 features... " >&6; } +if test ${ac_cv_prog_cc_c99+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c99_program +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c99" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c99" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 + ac_prog_cc_stdc=c99 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +printf %s "checking for $CC option to enable C89 features... " >&6; } +if test ${ac_cv_prog_cc_c89+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c89_program +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c89" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c89" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 + ac_prog_cc_stdc=c89 +fi +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +printf %s "checking whether $CC understands -c and -o together... " >&6; } +if test ${am_cv_prog_cc_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +depcc="$CC" am_compiler_list= + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +printf %s "checking for a sed that does not truncate output... " >&6; } +if test ${ac_cv_path_SED+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in sed gsed + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +printf "%s\n" "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +printf %s "checking for grep that handles long lines and -e... " >&6; } +if test ${ac_cv_path_GREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in grep ggrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +printf "%s\n" "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 +printf %s "checking for fgrep... " >&6; } +if test ${ac_cv_path_FGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 + then ac_cv_path_FGREP="$GREP -F" + else + if test -z "$FGREP"; then + ac_path_FGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in fgrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_FGREP" || continue +# Check for GNU ac_path_FGREP and select it if it is found. + # Check for GNU $ac_path_FGREP +case `"$ac_path_FGREP" --version 2>&1` in +*GNU*) + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'FGREP' >> "conftest.nl" + "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_FGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_FGREP="$ac_path_FGREP" + ac_path_FGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_FGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_FGREP"; then + as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_FGREP=$FGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 +printf "%s\n" "$ac_cv_path_FGREP" >&6; } + FGREP="$ac_cv_path_FGREP" + + +test -z "$GREP" && GREP=grep + + + + + + + + + + + + + + + + + + + +@%:@ Check whether --with-gnu-ld was given. +if test ${with_gnu_ld+y} +then : + withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes +else $as_nop + with_gnu_ld=no +fi + +ac_prog=ld +if test yes = "$GCC"; then + # Check if gcc -print-prog-name=ld gives a path. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +printf %s "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return, which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD=$ac_prog + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test yes = "$with_gnu_ld"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +printf %s "checking for GNU ld... " >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +printf %s "checking for non-GNU ld... " >&6; } +fi +if test ${lt_cv_path_LD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$LD"; then + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD=$ac_dir/$ac_prog + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +printf "%s\n" "$LD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +printf %s "checking if the linker ($LD) is GNU ld... " >&6; } +if test ${lt_cv_prog_gnu_ld+y} +then : + printf %s "(cached) " >&6 +else $as_nop + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 +printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; } +if test ${lt_cv_path_NM+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM=$NM +else + lt_nm_to_check=${ac_tool_prefix}nm + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + tmp_nm=$ac_dir/$lt_tmp_nm + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the 'sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break 2 + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break 2 + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS=$lt_save_ifs + done + : ${lt_cv_path_NM=no} +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 +printf "%s\n" "$lt_cv_path_NM" >&6; } +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DUMPBIN"; then + ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DUMPBIN=$ac_cv_prog_DUMPBIN +if test -n "$DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 +printf "%s\n" "$DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$DUMPBIN" && break + done +fi +if test -z "$DUMPBIN"; then + ac_ct_DUMPBIN=$DUMPBIN + for ac_prog in dumpbin "link -dump" +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DUMPBIN"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN +if test -n "$ac_ct_DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 +printf "%s\n" "$ac_ct_DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_DUMPBIN" && break +done + + if test "x$ac_ct_DUMPBIN" = x; then + DUMPBIN=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DUMPBIN=$ac_ct_DUMPBIN + fi +fi + + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi + + if test : != "$DUMPBIN"; then + NM=$DUMPBIN + fi +fi +test -z "$NM" && NM=nm + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 +printf %s "checking the name lister ($NM) interface... " >&6; } +if test ${lt_cv_nm_interface+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: output\"" >&5) + cat conftest.out >&5 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 +printf "%s\n" "$lt_cv_nm_interface" >&6; } + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +printf %s "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +printf "%s\n" "no, using $LN_S" >&6; } +fi + +# find the maximum length of command line arguments +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 +printf %s "checking the maximum length of command line arguments... " >&6; } +if test ${lt_cv_sys_max_cmd_len+y} +then : + printf %s "(cached) " >&6 +else $as_nop + i=0 + teststring=ABCD + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[ ]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len" && \ + test undefined != "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac + +fi + +if test -n "$lt_cv_sys_max_cmd_len"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 +printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5 +printf "%s\n" "none" >&6; } +fi +max_cmd_len=$lt_cv_sys_max_cmd_len + + + + + + +: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi + + + + + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 +printf %s "checking how to convert $build file names to $host format... " >&6; } +if test ${lt_cv_to_host_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac + +fi + +to_host_file_cmd=$lt_cv_to_host_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 +printf %s "checking how to convert $build file names to toolchain format... " >&6; } +if test ${lt_cv_to_tool_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + #assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac + +fi + +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 +printf %s "checking for $LD option to reload object files... " >&6; } +if test ${lt_cv_ld_reload_flag+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_reload_flag='-r' +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 +printf "%s\n" "$lt_cv_ld_reload_flag" >&6; } +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test yes != "$GCC"; then + reload_cmds=false + fi + ;; + darwin*) + if test yes = "$GCC"; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}file", so it can be a program name with args. +set dummy ${ac_tool_prefix}file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FILECMD"; then + ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FILECMD="${ac_tool_prefix}file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FILECMD=$ac_cv_prog_FILECMD +if test -n "$FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5 +printf "%s\n" "$FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_FILECMD"; then + ac_ct_FILECMD=$FILECMD + # Extract the first word of "file", so it can be a program name with args. +set dummy file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_FILECMD"; then + ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_FILECMD="file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD +if test -n "$ac_ct_FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FILECMD" >&5 +printf "%s\n" "$ac_ct_FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_FILECMD" = x; then + FILECMD=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + FILECMD=$ac_ct_FILECMD + fi +else + FILECMD="$ac_cv_prog_FILECMD" +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. +set dummy ${ac_tool_prefix}objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OBJDUMP"; then + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OBJDUMP=$ac_cv_prog_OBJDUMP +if test -n "$OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 +printf "%s\n" "$OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OBJDUMP"; then + ac_ct_OBJDUMP=$OBJDUMP + # Extract the first word of "objdump", so it can be a program name with args. +set dummy objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OBJDUMP="objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP +if test -n "$ac_ct_OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 +printf "%s\n" "$ac_ct_OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OBJDUMP" = x; then + OBJDUMP="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OBJDUMP=$ac_ct_OBJDUMP + fi +else + OBJDUMP="$ac_cv_prog_OBJDUMP" +fi + +test -z "$OBJDUMP" && OBJDUMP=objdump + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 +printf %s "checking how to recognize dependent libraries... " >&6; } +if test ${lt_cv_deplibs_check_method+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# 'unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# that responds to the $file_magic_cmd with a given extended regex. +# If you have 'file' or equivalent on your system and you're not sure +# whether 'pass_all' will *always* work, you probably want this one. + +case $host_os in +aix[4-9]*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[45]*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='$FILECMD -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly* | midnightbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=$FILECMD + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[3-9]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 +printf "%s\n" "$lt_cv_deplibs_check_method" >&6; } + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + + + + + + + + + + + + + + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. +set dummy ${ac_tool_prefix}dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DLLTOOL"; then + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DLLTOOL=$ac_cv_prog_DLLTOOL +if test -n "$DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +printf "%s\n" "$DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DLLTOOL"; then + ac_ct_DLLTOOL=$DLLTOOL + # Extract the first word of "dlltool", so it can be a program name with args. +set dummy dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DLLTOOL"; then + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DLLTOOL="dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL +if test -n "$ac_ct_DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +printf "%s\n" "$ac_ct_DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DLLTOOL" = x; then + DLLTOOL="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DLLTOOL=$ac_ct_DLLTOOL + fi +else + DLLTOOL="$ac_cv_prog_DLLTOOL" +fi + +test -z "$DLLTOOL" && DLLTOOL=dlltool + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 +printf %s "checking how to associate runtime and link libraries... " >&6; } +if test ${lt_cv_sharedlib_from_linklib_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd=$ECHO + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 +printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + + + + + + + + +if test -n "$ac_tool_prefix"; then + for ac_prog in ar + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +printf "%s\n" "$AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AR" && break + done +fi +if test -z "$AR"; then + ac_ct_AR=$AR + for ac_prog in ar +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +printf "%s\n" "$ac_ct_AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_AR" && break +done + + if test "x$ac_ct_AR" = x; then + AR="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +fi + +: ${AR=ar} + + + + + + +# Use ARFLAGS variable as AR's operation code to sync the variable naming with +# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have +# higher priority because thats what people were doing historically (setting +# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS +# variable obsoleted/removed. + +test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} +lt_ar_flags=$AR_FLAGS + + + + + + +# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override +# by AR_FLAGS because that was never working and AR_FLAGS is about to die. + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 +printf %s "checking for archiver @FILE support... " >&6; } +if test ${lt_cv_ar_at_file+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ar_at_file=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -eq "$ac_status"; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -ne "$ac_status"; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 +printf "%s\n" "$lt_cv_ar_at_file" >&6; } + +if test no = "$lt_cv_ar_at_file"; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +test -z "$STRIP" && STRIP=: + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +printf "%s\n" "$RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +printf "%s\n" "$ac_ct_RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +test -z "$RANLIB" && RANLIB=: + + + + + + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + bitrig* | openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 +printf %s "checking command to parse $NM output from $compiler object... " >&6; } +if test ${lt_cv_sys_global_symbol_pipe+y} +then : + printf %s "(cached) " >&6 +else $as_nop + +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[BCDEGRST]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[ABCDGISTW]' + ;; +hpux*) + if test ia64 = "$host_cpu"; then + symcode='[ABCDEGRST]' + fi + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris*) + symcode='[BDRT]' + ;; +sco3.2v5*) + symcode='[DT]' + ;; +sysv4.2uw2*) + symcode='[DT]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[ABDT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function, + # D for any global variable and I for any imported variable. + # Also find C++ and __fastcall symbols from MSVC++ or ICC, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK '"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx" + else + lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Now try to grab the symbols. + nlist=conftest.nm + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT@&t@_DLSYM_CONST +#elif defined __osf__ +/* This system does not cope well with relocations in const data. */ +# define LT@&t@_DLSYM_CONST +#else +# define LT@&t@_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT@&t@_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS=conftstm.$ac_objext + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&5 + fi + else + echo "cannot find nm_test_var in $nlist" >&5 + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 + fi + else + echo "$progname: failed program was:" >&5 + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test yes = "$pipe_works"; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done + +fi + +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5 +printf "%s\n" "failed" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +printf "%s\n" "ok" >&6; } +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 +printf %s "checking for sysroot... " >&6; } + +@%:@ Check whether --with-sysroot was given. +if test ${with_sysroot+y} +then : + withval=$with_sysroot; +else $as_nop + with_sysroot=no +fi + + +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 +printf "%s\n" "$with_sysroot" >&6; } + as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 + ;; +esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 +printf "%s\n" "${lt_sysroot:-no}" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 +printf %s "checking for a working dd... " >&6; } +if test ${ac_cv_path_lt_DD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +if test -z "$lt_DD"; then + ac_path_lt_DD_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in dd + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_lt_DD="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_lt_DD" || continue +if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi + $ac_path_lt_DD_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_lt_DD"; then + : + fi +else + ac_cv_path_lt_DD=$lt_DD +fi + +rm -f conftest.i conftest2.i conftest.out +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 +printf "%s\n" "$ac_cv_path_lt_DD" >&6; } + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 +printf %s "checking how to truncate binary pipes... " >&6; } +if test ${lt_cv_truncate_bin+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 +printf "%s\n" "$lt_cv_truncate_bin" >&6; } + + + + + + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + +@%:@ Check whether --enable-libtool-lock was given. +if test ${enable_libtool_lock+y} +then : + enableval=$enable_libtool_lock; +fi + +test no = "$enable_libtool_lock" || enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out what ABI is being produced by ac_compile, and set mode + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE=32 + ;; + *ELF-64*) + HPUX_IA64_MODE=64 + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if test yes = "$lt_cv_prog_gnu_ld"; then + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + emul=elf + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + case `$FILECMD conftest.o` in + *x86-64*) + LD="${LD-ld} -m elf32_x86_64" + ;; + *) + LD="${LD-ld} -m elf_i386" + ;; + esac + ;; + powerpc64le-*linux*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + powerpcle-*linux*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS -belf" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 +printf %s "checking whether the C compiler needs -belf... " >&6; } +if test ${lt_cv_cc_needs_belf+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_cc_needs_belf=yes +else $as_nop + lt_cv_cc_needs_belf=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 +printf "%s\n" "$lt_cv_cc_needs_belf" >&6; } + if test yes != "$lt_cv_cc_needs_belf"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS=$SAVE_CFLAGS + fi + ;; +*-*solaris*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*|x86_64-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD=${LD-ld}_sol2 + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks=$enable_libtool_lock + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. +set dummy ${ac_tool_prefix}mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$MANIFEST_TOOL"; then + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL +if test -n "$MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 +printf "%s\n" "$MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_MANIFEST_TOOL"; then + ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL + # Extract the first word of "mt", so it can be a program name with args. +set dummy mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_MANIFEST_TOOL"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL +if test -n "$ac_ct_MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 +printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_MANIFEST_TOOL" = x; then + MANIFEST_TOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL + fi +else + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" +fi + +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 +printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } +if test ${lt_cv_path_mainfest_tool+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&5 + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 +printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; } +if test yes != "$lt_cv_path_mainfest_tool"; then + MANIFEST_TOOL=: +fi + + + + + + + case $host_os in + rhapsody* | darwin*) + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DSYMUTIL"; then + ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DSYMUTIL=$ac_cv_prog_DSYMUTIL +if test -n "$DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 +printf "%s\n" "$DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DSYMUTIL"; then + ac_ct_DSYMUTIL=$DSYMUTIL + # Extract the first word of "dsymutil", so it can be a program name with args. +set dummy dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DSYMUTIL"; then + ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL +if test -n "$ac_ct_DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 +printf "%s\n" "$ac_ct_DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DSYMUTIL" = x; then + DSYMUTIL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DSYMUTIL=$ac_ct_DSYMUTIL + fi +else + DSYMUTIL="$ac_cv_prog_DSYMUTIL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. +set dummy ${ac_tool_prefix}nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NMEDIT"; then + ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +NMEDIT=$ac_cv_prog_NMEDIT +if test -n "$NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 +printf "%s\n" "$NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_NMEDIT"; then + ac_ct_NMEDIT=$NMEDIT + # Extract the first word of "nmedit", so it can be a program name with args. +set dummy nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_NMEDIT"; then + ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_NMEDIT="nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT +if test -n "$ac_ct_NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 +printf "%s\n" "$ac_ct_NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_NMEDIT" = x; then + NMEDIT=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + NMEDIT=$ac_ct_NMEDIT + fi +else + NMEDIT="$ac_cv_prog_NMEDIT" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. +set dummy ${ac_tool_prefix}lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$LIPO"; then + ac_cv_prog_LIPO="$LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_LIPO="${ac_tool_prefix}lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +LIPO=$ac_cv_prog_LIPO +if test -n "$LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 +printf "%s\n" "$LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_LIPO"; then + ac_ct_LIPO=$LIPO + # Extract the first word of "lipo", so it can be a program name with args. +set dummy lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_LIPO"; then + ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_LIPO="lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO +if test -n "$ac_ct_LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 +printf "%s\n" "$ac_ct_LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_LIPO" = x; then + LIPO=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + LIPO=$ac_ct_LIPO + fi +else + LIPO="$ac_cv_prog_LIPO" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL"; then + ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL="${ac_tool_prefix}otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL=$ac_cv_prog_OTOOL +if test -n "$OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 +printf "%s\n" "$OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL"; then + ac_ct_OTOOL=$OTOOL + # Extract the first word of "otool", so it can be a program name with args. +set dummy otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL"; then + ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL="otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL +if test -n "$ac_ct_OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 +printf "%s\n" "$ac_ct_OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL" = x; then + OTOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL=$ac_ct_OTOOL + fi +else + OTOOL="$ac_cv_prog_OTOOL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL64"; then + ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL64=$ac_cv_prog_OTOOL64 +if test -n "$OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 +printf "%s\n" "$OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL64"; then + ac_ct_OTOOL64=$OTOOL64 + # Extract the first word of "otool64", so it can be a program name with args. +set dummy otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL64"; then + ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL64="otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 +if test -n "$ac_ct_OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 +printf "%s\n" "$ac_ct_OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL64" = x; then + OTOOL64=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL64=$ac_ct_OTOOL64 + fi +else + OTOOL64="$ac_cv_prog_OTOOL64" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 +printf %s "checking for -single_module linker flag... " >&6; } +if test ${lt_cv_apple_cc_single_mod+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_apple_cc_single_mod=no + if test -z "$LT_MULTI_MODULE"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test 0 = "$_lt_result"; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&5 + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 +printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 +printf %s "checking for -exported_symbols_list linker flag... " >&6; } +if test ${lt_cv_ld_exported_symbols_list+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_ld_exported_symbols_list=yes +else $as_nop + lt_cv_ld_exported_symbols_list=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 +printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +printf %s "checking for -force_load linker flag... " >&6; } +if test ${lt_cv_ld_force_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5 + $AR $AR_FLAGS libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +printf "%s\n" "$lt_cv_ld_force_load" >&6; } + case $host_os in + rhapsody* | darwin1.[012]) + _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + darwin*) + case $MACOSX_DEPLOYMENT_TARGET,$host in + 10.[012],*|,*powerpc*-darwin[5-8]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + *) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test yes = "$lt_cv_apple_cc_single_mod"; then + _lt_dar_single_mod='$single_module' + fi + if test yes = "$lt_cv_ld_exported_symbols_list"; then + _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' + fi + if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} + +ac_header= ac_cache= +for ac_item in $ac_header_c_list +do + if test $ac_cache; then + ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" + if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then + printf "%s\n" "#define $ac_item 1" >> confdefs.h + fi + ac_header= ac_cache= + elif test $ac_header; then + ac_cache=$ac_item + else + ac_header=$ac_item + fi +done + + + + + + + + +if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes +then : + +printf "%s\n" "@%:@define STDC_HEADERS 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default +" +if test "x$ac_cv_header_dlfcn_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_DLFCN_H 1" >>confdefs.h + +fi + + + + + +# Set options +@%:@ Check whether --enable-shared was given. +if test ${enable_shared+y} +then : + enableval=$enable_shared; p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_shared=yes +fi + + + + + + + + + + + enable_dlopen=no + + + enable_win32_dll=no + + + + @%:@ Check whether --enable-static was given. +if test ${enable_static+y} +then : + enableval=$enable_static; p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_static=yes +fi + + + + + + + + + + +@%:@ Check whether --with-pic was given. +if test ${with_pic+y} +then : + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for lt_pkg in $withval; do + IFS=$lt_save_ifs + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + pic_mode=default +fi + + + + + + + + + @%:@ Check whether --enable-fast-install was given. +if test ${enable_fast_install+y} +then : + enableval=$enable_fast_install; p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_fast_install=yes +fi + + + + + + + + + shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[5-9]*,yes) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 +printf %s "checking which variant of shared library versioning to provide... " >&6; } + +@%:@ Check whether --with-aix-soname was given. +if test ${with_aix_soname+y} +then : + withval=$with_aix_soname; case $withval in + aix|svr4|both) + ;; + *) + as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname +else $as_nop + if test ${lt_cv_with_aix_soname+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_with_aix_soname=aix +fi + + with_aix_soname=$lt_cv_with_aix_soname +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 +printf "%s\n" "$with_aix_soname" >&6; } + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac + + + + + + + + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS=$ltmain + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +test -z "$LN_S" && LN_S="ln -s" + + + + + + + + + + + + + + +if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 +printf %s "checking for objdir... " >&6; } +if test ${lt_cv_objdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 +printf "%s\n" "$lt_cv_objdir" >&6; } +objdir=$lt_cv_objdir + + + + + +printf "%s\n" "@%:@define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h + + + + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a '.a' archive for static linking (except MSVC and +# ICC, which need '.lib'). +libext=a + +with_gnu_ld=$lt_cv_prog_gnu_ld + +old_CC=$CC +old_CFLAGS=$CFLAGS + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +func_cc_basename $compiler +cc_basename=$func_cc_basename_result + + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 +printf %s "checking for ${ac_tool_prefix}file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/${ac_tool_prefix}file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + + + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5 +printf %s "checking for file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +# Use C for the default configuration in the libtool script + +lt_save_CC=$CC +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +objext=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + +lt_prog_compiler_no_builtin_flag= + +if test yes = "$GCC"; then + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } +if test ${lt_cv_prog_compiler_rtti_exceptions+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; } + +if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" +else + : +fi + +fi + + + + + + + lt_prog_compiler_wl= +lt_prog_compiler_pic= +lt_prog_compiler_static= + + + if test yes = "$GCC"; then + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_static='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + fi + lt_prog_compiler_pic='-fPIC' + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl='-Wl,' + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + else + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static='$wl-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + case $cc_basename in + # old Intel for x86_64, which still supported -KPIC. + ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='--shared' + lt_prog_compiler_static='--static' + ;; + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-qpic' + lt_prog_compiler_static='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + lt_prog_compiler_wl='-Qoption ld ';; + *) + lt_prog_compiler_wl='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic='-Kconform_pic' + lt_prog_compiler_static='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_can_build_shared=no + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +case $host_os in + # For platforms that do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic@&t@ -DPIC" + ;; +esac + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +printf %s "checking for $compiler option to produce PIC... " >&6; } +if test ${lt_cv_prog_compiler_pic+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic=$lt_prog_compiler_pic +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; } +lt_prog_compiler_pic=$lt_cv_prog_compiler_pic + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } +if test ${lt_cv_prog_compiler_pic_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic@&t@ -DPIC" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_pic_works"; then + case $lt_prog_compiler_pic in + "" | " "*) ;; + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; + esac +else + lt_prog_compiler_pic= + lt_prog_compiler_can_build_shared=no +fi + +fi + + + + + + + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if test ${lt_cv_prog_compiler_static_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_static_works=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works=yes + fi + else + lt_cv_prog_compiler_static_works=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_static_works"; then + : +else + lt_prog_compiler_static= +fi + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + +hard_links=nottested +if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then + # do not overwrite the value of need_locks provided by the user + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +printf %s "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +printf "%s\n" "$hard_links" >&6; } + if test no = "$hard_links"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 +printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + runpath_var= + allow_undefined_flag= + always_export_symbols=no + archive_cmds= + archive_expsym_cmds= + compiler_needs_object=no + enable_shared_with_static_runtimes=no + export_dynamic_flag_spec= + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + hardcode_automatic=no + hardcode_direct=no + hardcode_direct_absolute=no + hardcode_libdir_flag_spec= + hardcode_libdir_separator= + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + inherit_rpath=no + link_all_deplibs=unknown + module_cmds= + module_expsym_cmds= + old_archive_from_new_cmds= + old_archive_from_expsyms_cmds= + thread_safe_flag_spec= + whole_archive_flag_spec= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ' (' and ')$', so one must not match beginning or + # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', + # as well as any symbol that contains 'd'. + exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + if test yes != "$GCC"; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) + with_gnu_ld=yes + ;; + openbsd* | bitrig*) + with_gnu_ld=no + ;; + linux* | k*bsd*-gnu | gnu*) + link_all_deplibs=no + ;; + esac + + ld_shlibs=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test yes = "$with_gnu_ld"; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test yes = "$lt_use_gnu_ld_interface"; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='$wl' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='$wl--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' + else + whole_archive_flag_spec= + fi + supports_anon_versioning=no + case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[3-9]*) + # On AIX/PPC, the GNU linker is very broken + if test ia64 != "$host_cpu"; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + else + ld_shlibs=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='$wl--export-all-symbols' + allow_undefined_flag=unsupported + always_export_symbols=no + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs=no + fi + ;; + + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + interix[3-9]*) + hardcode_direct=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test linux-dietlibc = "$host_os"; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test no = "$tmp_diet" + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + whole_archive_flag_spec= + tmp_sharedflag='--shared' ;; + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + ;; + esac + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + tcc*) + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='-rdynamic' + ;; + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + ld_shlibs=no + fi + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + + if test no = "$ld_shlibs"; then + runpath_var= + hardcode_libdir_flag_spec= + export_dynamic_flag_spec= + whole_archive_flag_spec= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag=unsupported + always_export_symbols=yes + archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix[4-9]*) + if test ia64 = "$host_cpu"; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag= + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then + aix_use_runtimelinking=yes + break + fi + done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds='' + hardcode_direct=yes + hardcode_direct_absolute=yes + hardcode_libdir_separator=':' + link_all_deplibs=yes + file_list_spec='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + hardcode_direct=no + hardcode_direct_absolute=no + ;; + esac + + if test yes = "$GCC"; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`$CC -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + shared_flag='-shared' + if test yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' + fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' + else + # not using gcc + if test ia64 = "$host_cpu"; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' + else + shared_flag='$wl-bM:SRE' + fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' + fi + fi + + export_dynamic_flag_spec='$wl-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols=yes + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag + else + if test ia64 = "$host_cpu"; then + hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' + allow_undefined_flag="-z nodefs" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag=' $wl-bernotok' + allow_undefined_flag=' $wl-berok' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi + archive_cmds_need_lc=yes + archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + bsdi[45]*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl* | icl*) + # Native MSVC or ICC + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + always_export_symbols=yes + file_list_spec='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, )='true' + enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + old_postinstall_cmds='chmod 644 $oldlib' + postlink_cmds='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC and ICC wrapper + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_from_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' + enable_shared_with_static_runtimes=yes + ;; + esac + ;; + + darwin* | rhapsody*) + + + archive_cmds_need_lc=no + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + if test yes = "$lt_cv_ld_force_load"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec='' + fi + link_all_deplibs=yes + allow_undefined_flag=$_lt_dar_allow_undefined + case $cc_basename in + ifort*|nagfor*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test yes = "$_lt_dar_can_shared"; then + output_verbose_link_cmd=func_echo_all + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" + archive_expsym_cmds="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + module_expsym_cmds="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" + + else + ld_shlibs=no + fi + + ;; + + dgux*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly* | midnightbsd*) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + hpux9*) + if test yes = "$GCC"; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + else + archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + export_dynamic_flag_spec='$wl-E' + ;; + + hpux10*) + if test yes,no = "$GCC,$with_gnu_ld"; then + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + + hpux11*) + if test yes,no = "$GCC,$with_gnu_ld"; then + case $host_cpu in + hppa*64*) + archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +printf %s "checking if $CC understands -b... " >&6; } +if test ${lt_cv_prog_compiler__b+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler__b=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +printf "%s\n" "$lt_cv_prog_compiler__b" >&6; } + +if test yes = "$lt_cv_prog_compiler__b"; then + archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' +fi + + ;; + esac + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + *) + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test yes = "$GCC"; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 +printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; } +if test ${lt_cv_irix_exported_symbol+y} +then : + printf %s "(cached) " >&6 +else $as_nop + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int foo (void) { return 0; } +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_irix_exported_symbol=yes +else $as_nop + lt_cv_irix_exported_symbol=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 +printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; } + if test yes = "$lt_cv_irix_exported_symbol"; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' + fi + link_all_deplibs=no + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + inherit_rpath=yes + link_all_deplibs=yes + ;; + + linux*) + case $cc_basename in + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + ld_shlibs=yes + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + ;; + esac + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + newsos6) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + hardcode_shlibpath_var=no + ;; + + *nto* | *qnx*) + ;; + + openbsd* | bitrig*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + hardcode_direct_absolute=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + else + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + fi + else + ld_shlibs=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + osf3*) + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + archive_cmds_need_lc='no' + hardcode_libdir_separator=: + ;; + + solaris*) + no_undefined_flag=' -z defs' + if test yes = "$GCC"; then + wlarc='$wl' + archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='$wl' + archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands '-z linker_flag'. GCC discards it without '$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test yes = "$GCC"; then + whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs=yes + ;; + + sunos4*) + if test sequent = "$host_vendor"; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds='$CC -r -o $output$reload_objs' + hardcode_direct=no + ;; + motorola) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv4.3*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag='$wl-z,text' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We CANNOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag='$wl-z,text' + allow_undefined_flag='$wl-z,nodefs' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-R,$libdir' + hardcode_libdir_separator=':' + link_all_deplibs=yes + export_dynamic_flag_spec='$wl-Bexport' + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + *) + ld_shlibs=no + ;; + esac + + if test sni = "$host_vendor"; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + export_dynamic_flag_spec='$wl-Blargedynsym' + ;; + esac + fi + fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 +printf "%s\n" "$ld_shlibs" >&6; } +test no = "$ld_shlibs" && can_build_shared=no + +with_gnu_ld=$with_gnu_ld + + + + + + + + + + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc=yes + + if test yes,yes = "$GCC,$enable_shared"; then + case $archive_cmds in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +printf %s "checking whether -lc should be explicitly linked in... " >&6; } +if test ${lt_cv_archive_cmds_need_lc+y} +then : + printf %s "(cached) " >&6 +else $as_nop + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +printf %s "checking dynamic linker characteristics... " >&6; } + +if test yes = "$GCC"; then + case $host_os in + darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; + *) lt_awk_arg='/^libraries:/' ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary... + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" + elif test -n "$lt_multi_os_dir"; then + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS = " "; FS = "/|\n";} { + lt_foo = ""; + lt_count = 0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo = "/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's|/\([A-Za-z]:\)|\1|g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=.so +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + + + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='$libname$release$shared_ext$major' + ;; + +aix[4-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test ia64 = "$host_cpu"; then + # AIX 5 supports IA64 + library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line '#! .'. This would cause the generated library to + # depend on '.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V + + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a(lib.so.V)' + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='$libname$shared_ext' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl* | *,icl*) + # Native MSVC or ICC + libname_spec='$name' + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec=$LIB + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC and ICC wrapper + library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' + soname_spec='$libname$release$major$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly* | midnightbsd*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[23].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=no + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + if test 32 = "$HPUX_IA64_MODE"; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 + fi + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test yes = "$lt_cv_prog_gnu_ld"; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" + sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + hardcode_libdir_flag_spec='-L$libdir' + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if test ${lt_cv_shlibpath_overrides_runpath+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null +then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) to the search path. + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd* | bitrig*) + version_type=sunos + sys_lib_dlsearch_path_spec=/usr/lib + need_lib_prefix=no + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no + else + need_version=yes + fi + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +os2*) + libname_spec='$name' + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test yes = "$with_gnu_ld"; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec; then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' + soname_spec='$libname$shared_ext.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=sco + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test yes = "$with_gnu_ld"; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +printf "%s\n" "$dynamic_linker" >&6; } +test no = "$dynamic_linker" && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test yes = "$GCC"; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then + sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec +fi + +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec +fi + +# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... +configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec + +# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" + +# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool +configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +printf %s "checking how to hardcode library paths into programs... " >&6; } +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || + test -n "$runpath_var" || + test yes = "$hardcode_automatic"; then + + # We can hardcode non-existent directories. + if test no != "$hardcode_direct" && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && + test no != "$hardcode_minus_L"; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 +printf "%s\n" "$hardcode_action" >&6; } + +if test relink = "$hardcode_action" || + test yes = "$inherit_rpath"; then + # Fast installation is not supported + enable_fast_install=no +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + if test yes != "$enable_dlopen"; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen=load_add_on + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen=LoadLibrary + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + + lt_cv_dlopen=dyld + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + + *) + ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" +if test "x$ac_cv_func_shl_load" = xyes +then : + lt_cv_dlopen=shl_load +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 +printf %s "checking for shl_load in -ldld... " >&6; } +if test ${ac_cv_lib_dld_shl_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char shl_load (); +int +main (void) +{ +return shl_load (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_shl_load=yes +else $as_nop + ac_cv_lib_dld_shl_load=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 +printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = xyes +then : + lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld +else $as_nop + ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" +if test "x$ac_cv_func_dlopen" = xyes +then : + lt_cv_dlopen=dlopen +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 +printf %s "checking for dlopen in -lsvld... " >&6; } +if test ${ac_cv_lib_svld_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_svld_dlopen=yes +else $as_nop + ac_cv_lib_svld_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 +printf %s "checking for dld_link in -ldld... " >&6; } +if test ${ac_cv_lib_dld_dld_link+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dld_link (); +int +main (void) +{ +return dld_link (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_dld_link=yes +else $as_nop + ac_cv_lib_dld_dld_link=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 +printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = xyes +then : + lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test no = "$lt_cv_dlopen"; then + enable_dlopen=no + else + enable_dlopen=yes + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS=$LDFLAGS + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS=$LIBS + LIBS="$lt_cv_dlopen_libs $LIBS" + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 +printf %s "checking whether a program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 +printf "%s\n" "$lt_cv_dlopen_self" >&6; } + + if test yes = "$lt_cv_dlopen_self"; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 +printf %s "checking whether a statically linked program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self_static+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 +printf "%s\n" "$lt_cv_dlopen_self_static" >&6; } + fi + + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + + + + + + + + + + + + + + + + +striplib= +old_striplib= +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 +printf %s "checking whether stripping libraries is possible... " >&6; } +if test -z "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +else + if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + case $host_os in + darwin*) + # FIXME - insert some real tests, host_os isn't really good enough + striplib="$STRIP -x" + old_striplib="$STRIP -S" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + ;; + freebsd*) + if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + fi + ;; + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + ;; + esac + fi +fi + + + + + + + + + + + + + # Report what library types will actually be built + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 +printf %s "checking if libtool supports shared libraries... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 +printf "%s\n" "$can_build_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 +printf %s "checking whether to build shared libraries... " >&6; } + test no = "$can_build_shared" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[4-9]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + fi + ;; + esac + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 +printf "%s\n" "$enable_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 +printf %s "checking whether to build static libraries... " >&6; } + # Make sure either enable_shared or enable_static is yes. + test yes = "$enable_shared" || enable_static=yes + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 +printf "%s\n" "$enable_static" >&6; } + + + + +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC=$lt_save_CC + + + + + + + + + + + + + + + + ac_config_commands="$ac_config_commands libtool" + + + + +# Only expand once: + + + +ac_config_headers="$ac_config_headers config.h" + + +# Checks for programs. + + + +LDFLAGS="$LDFLAGS -L/usr/local/lib" + +# Checks for libraries. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing log" >&5 +printf %s "checking for library containing log... " >&6; } +if test ${ac_cv_search_log+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char log (); +int +main (void) +{ +return log (); + ; + return 0; +} +_ACEOF +for ac_lib in '' m +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_log=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_log+y} +then : + break +fi +done +if test ${ac_cv_search_log+y} +then : + +else $as_nop + ac_cv_search_log=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_log" >&5 +printf "%s\n" "$ac_cv_search_log" >&6; } +ac_res=$ac_cv_search_log +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +else $as_nop + as_fn_error $? "Could not find math library" "$LINENO" 5 +fi + + +# Checks for header files. +# Autoupdate added the next two lines to ensure that your configure +# script's behavior did not change. They are probably safe to remove. + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + + + + +# Obsolete code to be removed. +if test $ac_cv_header_sys_time_h = yes; then + +printf "%s\n" "@%:@define TIME_WITH_SYS_TIME 1" >>confdefs.h + +fi +# End of obsolete code. + +ac_header_dirent=no +for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do + as_ac_Header=`printf "%s\n" "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 +printf %s "checking for $ac_hdr that defines DIR... " >&6; } +if eval test \${$as_ac_Header+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include <$ac_hdr> + +int +main (void) +{ +if ((DIR *) 0) +return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$as_ac_Header=yes" +else $as_nop + eval "$as_ac_Header=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$as_ac_Header + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } +if eval test \"x\$"$as_ac_Header"\" = x"yes" +then : + cat >>confdefs.h <<_ACEOF +@%:@define `printf "%s\n" "HAVE_$ac_hdr" | $as_tr_cpp` 1 +_ACEOF + +ac_header_dirent=$ac_hdr; break +fi + +done +# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. +if test $ac_header_dirent = dirent.h; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' dir +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' x +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +fi + +ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" +if test "x$ac_cv_type__Bool" = xyes +then : + +printf "%s\n" "@%:@define HAVE__BOOL 1" >>confdefs.h + + +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 +printf %s "checking for stdbool.h that conforms to C99... " >&6; } +if test ${ac_cv_header_stdbool_h+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + + #ifndef __bool_true_false_are_defined + #error "__bool_true_false_are_defined is not defined" + #endif + char a[__bool_true_false_are_defined == 1 ? 1 : -1]; + + /* Regardless of whether this is C++ or "_Bool" is a + valid type name, "true" and "false" should be usable + in #if expressions and integer constant expressions, + and "bool" should be a valid type name. */ + + #if !true + #error "'true' is not true" + #endif + #if true != 1 + #error "'true' is not equal to 1" + #endif + char b[true == 1 ? 1 : -1]; + char c[true]; + + #if false + #error "'false' is not false" + #endif + #if false != 0 + #error "'false' is not equal to 0" + #endif + char d[false == 0 ? 1 : -1]; + + enum { e = false, f = true, g = false * true, h = true * 256 }; + + char i[(bool) 0.5 == true ? 1 : -1]; + char j[(bool) 0.0 == false ? 1 : -1]; + char k[sizeof (bool) > 0 ? 1 : -1]; + + struct sb { bool s: 1; bool t; } s; + char l[sizeof s.t > 0 ? 1 : -1]; + + /* The following fails for + HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ + bool m[h]; + char n[sizeof m == h * sizeof m[0] ? 1 : -1]; + char o[-1 - (bool) 0 < 0 ? 1 : -1]; + /* Catch a bug in an HP-UX C compiler. See + https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html + https://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html + */ + bool p = true; + bool *pp = &p; + + /* C 1999 specifies that bool, true, and false are to be + macros, but C++ 2011 and later overrule this. */ + #if __cplusplus < 201103 + #ifndef bool + #error "bool is not defined" + #endif + #ifndef false + #error "false is not defined" + #endif + #ifndef true + #error "true is not defined" + #endif + #endif + + /* If _Bool is available, repeat with it all the tests + above that used bool. */ + #ifdef HAVE__BOOL + struct sB { _Bool s: 1; _Bool t; } t; + + char q[(_Bool) 0.5 == true ? 1 : -1]; + char r[(_Bool) 0.0 == false ? 1 : -1]; + char u[sizeof (_Bool) > 0 ? 1 : -1]; + char v[sizeof t.t > 0 ? 1 : -1]; + + _Bool w[h]; + char x[sizeof m == h * sizeof m[0] ? 1 : -1]; + char y[-1 - (_Bool) 0 < 0 ? 1 : -1]; + _Bool z = true; + _Bool *pz = &p; + #endif + +int +main (void) +{ + + bool ps = &s; + *pp |= p; + *pp |= ! p; + + #ifdef HAVE__BOOL + _Bool pt = &t; + *pz |= z; + *pz |= ! z; + #endif + + /* Refer to every declared value, so they cannot be + discarded as unused. */ + return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k + + !l + !m + !n + !o + !p + !pp + !ps + #ifdef HAVE__BOOL + + !q + !r + !u + !v + !w + !x + !y + !z + !pt + #endif + ); + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_header_stdbool_h=yes +else $as_nop + ac_cv_header_stdbool_h=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 +printf "%s\n" "$ac_cv_header_stdbool_h" >&6; } + +if test $ac_cv_header_stdbool_h = yes; then + +printf "%s\n" "@%:@define HAVE_STDBOOL_H 1" >>confdefs.h + +fi + +ac_fn_c_check_header_compile "$LINENO" "fcntl.h" "ac_cv_header_fcntl_h" "$ac_includes_default" +if test "x$ac_cv_header_fcntl_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_FCNTL_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default" +if test "x$ac_cv_header_float_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_FLOAT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" +if test "x$ac_cv_header_inttypes_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_INTTYPES_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default" +if test "x$ac_cv_header_limits_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_LIMITS_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" +if test "x$ac_cv_header_locale_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_LOCALE_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "malloc.h" "ac_cv_header_malloc_h" "$ac_includes_default" +if test "x$ac_cv_header_malloc_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_MALLOC_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "memory.h" "ac_cv_header_memory_h" "$ac_includes_default" +if test "x$ac_cv_header_memory_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMORY_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stddef.h" "ac_cv_header_stddef_h" "$ac_includes_default" +if test "x$ac_cv_header_stddef_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDDEF_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" +if test "x$ac_cv_header_stdint_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDINT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +if test "x$ac_cv_header_stdlib_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDLIB_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default" +if test "x$ac_cv_header_string_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRING_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +if test "x$ac_cv_header_unistd_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_UNISTD_H 1" >>confdefs.h + +fi + + +# Checks for typedefs, structures, and compiler characteristics. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 +printf %s "checking for inline... " >&6; } +if test ${ac_cv_c_inline+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo (void) {return 0; } +$ac_kw foo_t foo (void) {return 0; } +#endif + +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_c_inline=$ac_kw +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + test "$ac_cv_c_inline" != no && break +done + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +printf "%s\n" "$ac_cv_c_inline" >&6; } + +case $ac_cv_c_inline in + inline | yes) ;; + *) + case $ac_cv_c_inline in + no) ac_val=;; + *) ac_val=$ac_cv_c_inline;; + esac + cat >>confdefs.h <<_ACEOF +#ifndef __cplusplus +#define inline $ac_val +#endif +_ACEOF + ;; +esac + +ac_fn_c_find_intX_t "$LINENO" "16" "ac_cv_c_int16_t" +case $ac_cv_c_int16_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int16_t $ac_cv_c_int16_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "32" "ac_cv_c_int32_t" +case $ac_cv_c_int32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int32_t $ac_cv_c_int32_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t" +case $ac_cv_c_int64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int64_t $ac_cv_c_int64_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "8" "ac_cv_c_int8_t" +case $ac_cv_c_int8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int8_t $ac_cv_c_int8_t" >>confdefs.h +;; +esac + +ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default" +if test "x$ac_cv_type_off_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define off_t long int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" +if test "x$ac_cv_type_size_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define size_t unsigned int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default" +if test "x$ac_cv_type_ssize_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define ssize_t int" >>confdefs.h + +fi + +ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t" +case $ac_cv_c_uint16_t in #( + no|yes) ;; #( + *) + + +printf "%s\n" "@%:@define uint16_t $ac_cv_c_uint16_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t" +case $ac_cv_c_uint32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT32_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint32_t $ac_cv_c_uint32_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t" +case $ac_cv_c_uint64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT64_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint64_t $ac_cv_c_uint64_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t" +case $ac_cv_c_uint8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT8_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint8_t $ac_cv_c_uint8_t" >>confdefs.h +;; + esac + +ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default" +if test "x$ac_cv_type_ptrdiff_t" = xyes +then : + +printf "%s\n" "@%:@define HAVE_PTRDIFF_T 1" >>confdefs.h + + +fi + + +# Checks for library functions. +ac_fn_c_check_func "$LINENO" "malloc" "ac_cv_func_malloc" +if test "x$ac_cv_func_malloc" = xyes +then : + printf "%s\n" "@%:@define HAVE_MALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "realloc" "ac_cv_func_realloc" +if test "x$ac_cv_func_realloc" = xyes +then : + printf "%s\n" "@%:@define HAVE_REALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "drand48" "ac_cv_func_drand48" +if test "x$ac_cv_func_drand48" = xyes +then : + printf "%s\n" "@%:@define HAVE_DRAND48 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "getcwd" "ac_cv_func_getcwd" +if test "x$ac_cv_func_getcwd" = xyes +then : + printf "%s\n" "@%:@define HAVE_GETCWD 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" +if test "x$ac_cv_func_gettimeofday" = xyes +then : + printf "%s\n" "@%:@define HAVE_GETTIMEOFDAY 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memmove" "ac_cv_func_memmove" +if test "x$ac_cv_func_memmove" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMMOVE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memset" "ac_cv_func_memset" +if test "x$ac_cv_func_memset" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMSET 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "regcomp" "ac_cv_func_regcomp" +if test "x$ac_cv_func_regcomp" = xyes +then : + printf "%s\n" "@%:@define HAVE_REGCOMP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" +if test "x$ac_cv_func_setlocale" = xyes +then : + printf "%s\n" "@%:@define HAVE_SETLOCALE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "sqrt" "ac_cv_func_sqrt" +if test "x$ac_cv_func_sqrt" = xyes +then : + printf "%s\n" "@%:@define HAVE_SQRT 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strdup" "ac_cv_func_strdup" +if test "x$ac_cv_func_strdup" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRDUP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strndup" "ac_cv_func_strndup" +if test "x$ac_cv_func_strndup" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRNDUP 1" >>confdefs.h + +fi + + +if : +then : + + vers='1.1.1' + + major=${vers%%.*} + rest=${vers#*.} + minor=${rest%%.*} + patch=${rest#*.} + + case $major in (*!0-9*|'') as_fn_error $? "Non-numeric major version in 1.1.1 ('$major')" "$LINENO" 5;; esac + case $minor in (*!0-9*|'') as_fn_error $? "Non-numeric minor version in 1.1.1 ('$minor')" "$LINENO" 5;; esac + case $patch in (*!0-9*|'') as_fn_error $? "Non-numeric patch version in 1.1.1 ('$patch')" "$LINENO" 5;; esac + + LIBPOSTAL_MAJOR_VERSION=$major + + LIBPOSTAL_MINOR_VERSION=$minor + + LIBPOSTAL_PATCH_VERSION=$patch + + + +printf "%s\n" "@%:@define LIBPOSTAL_MAJOR_VERSION $major" >>confdefs.h + + +printf "%s\n" "@%:@define LIBPOSTAL_MINOR_VERSION $minor" >>confdefs.h + + +printf "%s\n" "@%:@define LIBPOSTAL_PATCH_VERSION $patch" >>confdefs.h + + +fi + + +LIBPOSTAL_DATA_DIR_VERSION_STRING=v1 + + +DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/base_data) +PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/parser) +LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/language_classifier) + +LIBPOSTAL_DATA_FILE_LATEST_VERSION=$DATA_FILE_LATEST_VERSION + +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION=$PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION=$LANG_CLASS_MODEL_LATEST_VERSION + + +# Senzing data +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING=v1 + + +SENZING_DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/senzing/base_data) +SENZING_PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/parser) +SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/language_classifier) + +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION=$SENZING_DATA_FILE_LATEST_VERSION + +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION=$SENZING_PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$SENZING_LANG_CLASS_MODEL_LATEST_VERSION + + +ac_config_files="$ac_config_files Makefile libpostal.pc src/Makefile src/libpostal_data test/Makefile" + + +# Extract the first word of "shuf", so it can be a program name with args. +set dummy shuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_SHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_SHUF"; then + ac_cv_prog_FOUND_SHUF="$FOUND_SHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_SHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_SHUF=$ac_cv_prog_FOUND_SHUF +if test -n "$FOUND_SHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_SHUF" >&5 +printf "%s\n" "$FOUND_SHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +# Extract the first word of "gshuf", so it can be a program name with args. +set dummy gshuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_GSHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_GSHUF"; then + ac_cv_prog_FOUND_GSHUF="$FOUND_GSHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_GSHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_GSHUF=$ac_cv_prog_FOUND_GSHUF +if test -n "$FOUND_GSHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_GSHUF" >&5 +printf "%s\n" "$FOUND_GSHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + +if test "x$FOUND_SHUF" = xyes +then : + +printf "%s\n" "@%:@define HAVE_SHUF 1" >>confdefs.h + +fi +if test "x$FOUND_GSHUF" = xyes +then : + +printf "%s\n" "@%:@define HAVE_GSHUF 1" >>confdefs.h + +fi + +# ------------------------------------------------------------------ +# Checks for SSE2 build +# ------------------------------------------------------------------ + +@%:@ Check whether --enable-sse2 was given. +if test ${enable_sse2+y} +then : + enableval=$enable_sse2; +fi + + +if test "x$enable_sse2" != "xno" && test "x$(uname -m)" != "xarm64" && test "x$(uname -m)" != "xaarch64" +then : + + CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}" + +fi + +ac_fn_c_check_header_compile "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" +if test "x$ac_cv_header_cblas_h" = xyes +then : + + +ax_cblas_ok=no + + +@%:@ Check whether --with-cblas was given. +if test ${with_cblas+y} +then : + withval=$with_cblas; +fi + +case $with_cblas in + yes | "") ;; + no) ax_cblas_ok=disable ;; + -* | */* | *.a | *.so | *.so.* | *.o) CBLAS_LIBS="$with_cblas" ;; + *) CBLAS_LIBS="-l$with_cblas" ;; +esac + +ax_cblas_save_LIBS="$LIBS" + +# First, check CBLAS_LIBS environment variable +if test $ax_cblas_ok = no; then +if test "x$CBLAS_LIBS" != x; then + save_LIBS="$LIBS"; LIBS="$CBLAS_LIBS $LIBS" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in $CBLAS_LIBS" >&5 +printf %s "checking for cblas_dgemm in $CBLAS_LIBS... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ax_cblas_ok=yes +else $as_nop + CBLAS_LIBS="" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cblas_ok" >&5 +printf "%s\n" "$ax_cblas_ok" >&6; } + LIBS="$save_LIBS" +fi +fi + +# CBLAS linked to by default? (happens on some supercomputers) +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="$LIBS" + ac_fn_c_check_func "$LINENO" "cblas_dgemm" "ac_cv_func_cblas_dgemm" +if test "x$ac_cv_func_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes +fi + + LIBS="$save_LIBS" +fi + +# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5 +printf %s "checking for ATL_xerbla in -latlas... " >&6; } +if test ${ac_cv_lib_atlas_ATL_xerbla+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-latlas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char ATL_xerbla (); +int +main (void) +{ +return ATL_xerbla (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_atlas_ATL_xerbla=yes +else $as_nop + ac_cv_lib_atlas_ATL_xerbla=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_atlas_ATL_xerbla" >&5 +printf "%s\n" "$ac_cv_lib_atlas_ATL_xerbla" >&6; } +if test "x$ac_cv_lib_atlas_ATL_xerbla" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5 +printf %s "checking for cblas_dgemm in -lcblas... " >&6; } +if test ${ac_cv_lib_cblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcblas -latlas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_cblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_cblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_cblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes + CBLAS_LIBS="-lcblas -latlas" +fi + +fi + +fi + +# BLAS in Intel MKL library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lmkl" >&5 +printf %s "checking for cblas_dgemm in -lmkl... " >&6; } +if test ${ac_cv_lib_mkl_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lmkl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_mkl_cblas_dgemm=yes +else $as_nop + ac_cv_lib_mkl_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mkl_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_mkl_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_mkl_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-lmkl" +fi + +fi + +# BLAS in Apple vecLib library? +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS" + ac_fn_c_check_func "$LINENO" "cblas_dgemm" "ac_cv_func_cblas_dgemm" +if test "x$ac_cv_func_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-framework vecLib" +fi + + LIBS="$save_LIBS" +fi + +# BLAS in Alpha DXML library? (now called CXML, see above) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -ldxml" >&5 +printf %s "checking for cblas_dgemm in -ldxml... " >&6; } +if test ${ac_cv_lib_dxml_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldxml $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dxml_cblas_dgemm=yes +else $as_nop + ac_cv_lib_dxml_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dxml_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_dxml_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_dxml_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-ldxml" +fi + +fi + +# BLAS in Sun Performance library? +if test $ax_cblas_ok = no; then + if test "x$GCC" != xyes; then # only works with Sun CC + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5 +printf %s "checking for acosp in -lsunmath... " >&6; } +if test ${ac_cv_lib_sunmath_acosp+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsunmath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char acosp (); +int +main (void) +{ +return acosp (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_sunmath_acosp=yes +else $as_nop + ac_cv_lib_sunmath_acosp=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sunmath_acosp" >&5 +printf "%s\n" "$ac_cv_lib_sunmath_acosp" >&6; } +if test "x$ac_cv_lib_sunmath_acosp" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lsunperf" >&5 +printf %s "checking for cblas_dgemm in -lsunperf... " >&6; } +if test ${ac_cv_lib_sunperf_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsunperf -lsunmath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_sunperf_cblas_dgemm=yes +else $as_nop + ac_cv_lib_sunperf_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sunperf_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_sunperf_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_sunperf_cblas_dgemm" = xyes +then : + CBLAS_LIBS="-xlic_lib=sunperf -lsunmath" + ax_cblas_ok=yes +fi + +fi + + fi +fi + +# BLAS in SCSL library? (SGI/Cray Scientific Library) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lscs" >&5 +printf %s "checking for cblas_dgemm in -lscs... " >&6; } +if test ${ac_cv_lib_scs_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lscs $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_scs_cblas_dgemm=yes +else $as_nop + ac_cv_lib_scs_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_scs_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_scs_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_scs_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lscs" +fi + +fi + +# BLAS in SGIMATH library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcomplib.sgimath" >&5 +printf %s "checking for cblas_dgemm in -lcomplib.sgimath... " >&6; } +if test ${ac_cv_lib_complib_sgimath_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcomplib.sgimath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_complib_sgimath_cblas_dgemm=yes +else $as_nop + ac_cv_lib_complib_sgimath_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_complib_sgimath_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_complib_sgimath_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_complib_sgimath_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lcomplib.sgimath" +fi + +fi + +# BLAS in IBM ESSL library? (requires generic BLAS lib, too) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lblas" >&5 +printf %s "checking for cblas_dgemm in -lblas... " >&6; } +if test ${ac_cv_lib_blas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_blas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_blas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_blas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_blas_cblas_dgemm" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lessl" >&5 +printf %s "checking for cblas_dgemm in -lessl... " >&6; } +if test ${ac_cv_lib_essl_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lessl -lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_essl_cblas_dgemm=yes +else $as_nop + ac_cv_lib_essl_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_essl_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_essl_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_essl_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lessl -lblas" +fi + +fi + +fi + +# BLAS in OpenBLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lopenblas" >&5 +printf %s "checking for cblas_dgemm in -lopenblas... " >&6; } +if test ${ac_cv_lib_openblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lopenblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_openblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_openblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_openblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_openblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lopenblas" +fi + +fi + +# Generic CBLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5 +printf %s "checking for cblas_dgemm in -lcblas... " >&6; } +if test ${ac_cv_lib_cblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_cblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_cblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_cblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lcblas" +fi + +fi + +# Generic BLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lblas" >&5 +printf %s "checking for cblas_dgemm in -lblas... " >&6; } +if test ${ac_cv_lib_blas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_blas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_blas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_blas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_blas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lblas" +fi + +fi + + + +LIBS="$ax_cblas_save_LIBS" + +# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: +if test x"$ax_cblas_ok" = xyes; then + +printf "%s\n" "@%:@define HAVE_CBLAS 1" >>confdefs.h + + : +else + ax_cblas_ok=no + +fi + +fi + + +@%:@ Check whether --enable-data-download was given. +if test ${enable_data_download+y} +then : + enableval=$enable_data_download; case "${enableval}" in + yes) DOWNLOAD_DATA=true ;; + no) DOWNLOAD_DATA=false ;; + *) as_fn_error $? "bad value ${enableval} for --disable-data-download" "$LINENO" 5 ;; + esac +else $as_nop + DOWNLOAD_DATA=true +fi + + + +if ${MODEL:+false} : +then : + +else $as_nop + if test "x$MODEL" = xsenzing +then : + +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Invalid MODEL value set +See \`config.log' for more details" "$LINENO" 5; } +fi +fi + + if test "x$DOWNLOAD_DATA" = "xtrue"; then + DOWNLOAD_DATA_TRUE= + DOWNLOAD_DATA_FALSE='#' +else + DOWNLOAD_DATA_TRUE='#' + DOWNLOAD_DATA_FALSE= +fi + + + +@%:@ Check whether --with-cflags-scanner-extra was given. +if test ${with_cflags_scanner_extra+y} +then : + withval=$with_cflags_scanner_extra; + if test "x$withval" = "xno"; then + CFLAGS_SCANNER_EXTRA="" + else + CFLAGS_SCANNER_EXTRA="$withval" + fi + +else $as_nop + CFLAGS_SCANNER_EXTRA="" + +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&5 +printf "%s\n" "$as_me: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&6;} + + + +LIBPOSTAL_SO_VERSION="${LIBPOSTAL_MAJOR_VERSION}:${LIBPOSTAL_MINOR_VERSION}:${LIBPOSTAL_PATCH_VERSION}" + + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +printf "%s\n" "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIB@&t@OBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +printf %s "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 +printf "%s\n" "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${DOWNLOAD_DATA_TRUE}" && test -z "${DOWNLOAD_DATA_FALSE}"; then + as_fn_error $? "conditional \"DOWNLOAD_DATA\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_@&t@echo='printf %s\n' +as_@&t@echo_n='printf %s' + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to the package provider." + +_ACEOF +ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` +ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config='$ac_cs_config_escaped' +ac_cs_version="\\ +libpostal config.status 1.1.1 +configured by $0, generated by GNU Autoconf 2.71, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2021 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + printf "%s\n" "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + printf "%s\n" "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + printf "%s\n" "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX +@%:@@%:@ Running $as_me. @%:@@%:@ +_ASBOX + printf "%s\n" "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" + + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' +lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' +want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' +nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' +lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' +configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' + +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in SHELL \ +ECHO \ +PATH_SEPARATOR \ +SED \ +GREP \ +EGREP \ +FGREP \ +LD \ +NM \ +LN_S \ +lt_SP2NL \ +lt_NL2SP \ +reload_flag \ +FILECMD \ +OBJDUMP \ +deplibs_check_method \ +file_magic_cmd \ +file_magic_glob \ +want_nocaseglob \ +DLLTOOL \ +sharedlib_from_linklib_cmd \ +AR \ +archiver_list_spec \ +STRIP \ +RANLIB \ +CC \ +CFLAGS \ +compiler \ +lt_cv_sys_global_symbol_pipe \ +lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_import \ +lt_cv_sys_global_symbol_to_c_name_address \ +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ +lt_cv_nm_interface \ +nm_file_list_spec \ +lt_cv_truncate_bin \ +lt_prog_compiler_no_builtin_flag \ +lt_prog_compiler_pic \ +lt_prog_compiler_wl \ +lt_prog_compiler_static \ +lt_cv_prog_compiler_c_o \ +need_locks \ +MANIFEST_TOOL \ +DSYMUTIL \ +NMEDIT \ +LIPO \ +OTOOL \ +OTOOL64 \ +shrext_cmds \ +export_dynamic_flag_spec \ +whole_archive_flag_spec \ +compiler_needs_object \ +with_gnu_ld \ +allow_undefined_flag \ +no_undefined_flag \ +hardcode_libdir_flag_spec \ +hardcode_libdir_separator \ +exclude_expsyms \ +include_expsyms \ +file_list_spec \ +variables_saved_for_relink \ +libname_spec \ +library_names_spec \ +soname_spec \ +install_override_mode \ +finish_eval \ +old_striplib \ +striplib; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in reload_cmds \ +old_postinstall_cmds \ +old_postuninstall_cmds \ +old_archive_cmds \ +extract_expsyms_cmds \ +old_archive_from_new_cmds \ +old_archive_from_expsyms_cmds \ +archive_cmds \ +archive_expsym_cmds \ +module_cmds \ +module_expsym_cmds \ +export_symbols_cmds \ +prelink_cmds \ +postlink_cmds \ +postinstall_cmds \ +postuninstall_cmds \ +finish_cmds \ +sys_lib_search_path_spec \ +configure_time_dlsearch_path \ +configure_time_lt_sys_library_path; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +ac_aux_dir='$ac_aux_dir' + +# See if we are running on zsh, and set the options that allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + + + PACKAGE='$PACKAGE' + VERSION='$VERSION' + RM='$RM' + ofile='$ofile' + + + + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "libpostal.pc") CONFIG_FILES="$CONFIG_FILES libpostal.pc" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/libpostal_data") CONFIG_FILES="$CONFIG_FILES src/libpostal_data" ;; + "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files + test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers + test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +printf "%s\n" "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`printf "%s\n" "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +printf "%s\n" "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in @%:@( + *\'*) : + eval set x "$CONFIG_FILES" ;; @%:@( + *) : + set x $CONFIG_FILES ;; @%:@( + *) : + ;; +esac + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk +} + ;; + "libtool":C) + + # See if we are running on zsh, and set the options that allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST + fi + + cfgfile=${ofile}T + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL +# Generated automatically by $as_me ($PACKAGE) $VERSION +# NOTE: Changes made to this file will be lost: look at ltmain.sh. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +# Copyright (C) 2014 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. + +# GNU Libtool 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 of the License, or +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. +# +# GNU Libtool 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. If not, see . + + +# The names of the tagged configurations supported by this script. +available_tags='' + +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} + +# ### BEGIN LIBTOOL CONFIG + +# Which release of libtool.m4 was used? +macro_version=$macro_version +macro_revision=$macro_revision + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# What type of objects to build. +pic_mode=$pic_mode + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# Shared archive member basename,for filename based shared library versioning on AIX. +shared_archive_member_spec=$shared_archive_member_spec + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="\$SED -e 1s/^X//" + +# A grep program that handles long lines. +GREP=$lt_GREP + +# An ERE matcher. +EGREP=$lt_EGREP + +# A literal string matcher. +FGREP=$lt_FGREP + +# A BSD- or MS-compatible name lister. +NM=$lt_NM + +# Whether we need soft or hard links. +LN_S=$lt_LN_S + +# What is the maximum length of a command? +max_cmd_len=$max_cmd_len + +# Object file suffix (normally "o"). +objext=$ac_objext + +# Executable file suffix (normally ""). +exeext=$exeext + +# whether the shell understands "unset". +lt_unset=$lt_unset + +# turn spaces into newlines. +SP2NL=$lt_lt_SP2NL + +# turn newlines into spaces. +NL2SP=$lt_lt_NL2SP + +# convert \$build file names to \$host format. +to_host_file_cmd=$lt_cv_to_host_file_cmd + +# convert \$build files to toolchain format. +to_tool_file_cmd=$lt_cv_to_tool_file_cmd + +# A file(cmd) program that detects file types. +FILECMD=$lt_FILECMD + +# An object symbol dumper. +OBJDUMP=$lt_OBJDUMP + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method = "file_magic". +file_magic_cmd=$lt_file_magic_cmd + +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob=$lt_file_magic_glob + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob=$lt_want_nocaseglob + +# DLL creation program. +DLLTOOL=$lt_DLLTOOL + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd + +# The archiver. +AR=$lt_AR + +# Flags to create an archive (by configure). +lt_ar_flags=$lt_ar_flags + +# Flags to create an archive. +AR_FLAGS=\@S|@{ARFLAGS-"\@S|@lt_ar_flags"} + +# How to feed a file listing to the archiver. +archiver_list_spec=$lt_archiver_list_spec + +# A symbol stripping program. +STRIP=$lt_STRIP + +# Commands used to install an old-style archive. +RANLIB=$lt_RANLIB +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + +# A C compiler. +LTCC=$lt_CC + +# LTCC compiler flags. +LTCFLAGS=$lt_CFLAGS + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration. +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm into a list of symbols to manually relocate. +global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import + +# Transform the output of nm in a C name address pair. +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# Transform the output of nm in a C name address pair when lib prefix is needed. +global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix + +# The name lister interface. +nm_interface=$lt_lt_cv_nm_interface + +# Specify filename containing input files for \$NM. +nm_file_list_spec=$lt_nm_file_list_spec + +# The root where to search for dependent libraries,and where our libraries should be installed. +lt_sysroot=$lt_sysroot + +# Command to truncate a binary pipe. +lt_truncate_bin=$lt_lt_cv_truncate_bin + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# Used to examine libraries when file_magic_cmd begins with "file". +MAGIC_CMD=$MAGIC_CMD + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Manifest tool. +MANIFEST_TOOL=$lt_MANIFEST_TOOL + +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. +DSYMUTIL=$lt_DSYMUTIL + +# Tool to change global to local symbols on Mac OS X. +NMEDIT=$lt_NMEDIT + +# Tool to manipulate fat objects and archives on Mac OS X. +LIPO=$lt_LIPO + +# ldd/readelf like tool for Mach-O binaries on Mac OS X. +OTOOL=$lt_OTOOL + +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. +OTOOL64=$lt_OTOOL64 + +# Old archive suffix (normally "a"). +libext=$libext + +# Shared library suffix (normally ".so"). +shrext_cmds=$lt_shrext_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at link time. +variables_saved_for_relink=$lt_variables_saved_for_relink + +# Do we need the "lib" prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Library versioning type. +version_type=$version_type + +# Shared library runtime path variable. +runpath_var=$runpath_var + +# Shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + +# Command to use after installation of a shared archive. +postinstall_cmds=$lt_postinstall_cmds + +# Command to use after uninstallation of a shared archive. +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# As "finish_cmds", except a single script fragment to be evaled but +# not shown. +finish_eval=$lt_finish_eval + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Compile-time system search path for libraries. +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Detected run-time system search path for libraries. +sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path + +# Explicit LT_SYS_LIBRARY_PATH set during ./configure time. +configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + + +# The linker used to build libraries. +LD=$lt_LD + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds + +# A language specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU compiler? +with_gcc=$GCC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \$shlibpath_var if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# ### END LIBTOOL CONFIG + +_LT_EOF + + cat <<'_LT_EOF' >> "$cfgfile" + +# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + + +# ### END FUNCTIONS SHARED WITH CONFIGURE + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + + +ltmain=$ac_aux_dir/ltmain.sh + + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + $SED '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + + ;; + "Makefile":F) chmod +x src/libpostal_data ;; + "libpostal.pc":F) chmod +x src/libpostal_data ;; + "src/Makefile":F) chmod +x src/libpostal_data ;; + "src/libpostal_data":F) chmod +x src/libpostal_data ;; + "test/Makefile":F) chmod +x src/libpostal_data ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/autom4te.cache/output.4 b/autom4te.cache/output.4 new file mode 100644 index 0000000..8bcb7ba --- /dev/null +++ b/autom4te.cache/output.4 @@ -0,0 +1,16780 @@ +@%:@! /bin/sh +@%:@ Guess values for system-dependent variables and create Makefiles. +@%:@ Generated by GNU Autoconf 2.71 for libpostal 1.1.1. +@%:@ +@%:@ +@%:@ Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, +@%:@ Inc. +@%:@ +@%:@ +@%:@ This configure script is free software; the Free Software Foundation +@%:@ gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="as_nop=: +if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else \$as_nop + case \`(set -o) 2>/dev/null\` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ) +then : + +else \$as_nop + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +blah=\$(echo \$(echo blah)) +test x\"\$blah\" = xblah || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null +then : + as_have_required=yes +else $as_nop + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null +then : + +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + case $as_dir in @%:@( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$as_shell as_have_required=yes + if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null +then : + break 2 +fi +fi + done;; + esac + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi +fi + + + if test "x$CONFIG_SHELL" != x +then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno +then : + printf "%s\n" "$0: This script requires a shell more modern than all" + printf "%s\n" "$0: the shells that I found on your system." + if test ${ZSH_VERSION+y} ; then + printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" + printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." + else + printf "%s\n" "$0: Please tell bug-autoconf@gnu.org about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit +@%:@ as_fn_nop +@%:@ --------- +@%:@ Do nothing but, unlike ":", preserve the value of @S|@?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + +@%:@ as_fn_nop +@%:@ --------- +@%:@ Do nothing but, unlike ":", preserve the value of @S|@?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_@&t@echo='printf %s\n' +as_@&t@echo_n='printf %s' + + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + +SHELL=${CONFIG_SHELL-/bin/sh} + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIB@&t@OBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='libpostal' +PACKAGE_TARNAME='libpostal' +PACKAGE_VERSION='1.1.1' +PACKAGE_STRING='libpostal 1.1.1' +PACKAGE_BUGREPORT='' +PACKAGE_URL='' + +ac_unique_file="src" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_STDIO_H +# include +#endif +#ifdef HAVE_STDLIB_H +# include +#endif +#ifdef HAVE_STRING_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_header_c_list= +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIB@&t@OBJS +LIBPOSTAL_SO_VERSION +CFLAGS_SCANNER_EXTRA +DOWNLOAD_DATA_FALSE +DOWNLOAD_DATA_TRUE +MODEL +CBLAS_LIBS +FOUND_GSHUF +FOUND_SHUF +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_DATA_FILE_LATEST_VERSION +LIBPOSTAL_DATA_DIR_VERSION_STRING +LIBPOSTAL_PATCH_VERSION +LIBPOSTAL_MINOR_VERSION +LIBPOSTAL_MAJOR_VERSION +LT_SYS_LIBRARY_PATH +OTOOL64 +OTOOL +LIPO +NMEDIT +DSYMUTIL +MANIFEST_TOOL +RANLIB +ac_ct_AR +AR +DLLTOOL +OBJDUMP +FILECMD +LN_S +NM +ac_ct_DUMPBIN +DUMPBIN +LD +FGREP +EGREP +GREP +SED +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +LIBTOOL +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +CSCOPE +ETAGS +CTAGS +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL +am__quote' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_shared +enable_static +with_pic +enable_fast_install +with_aix_soname +enable_dependency_tracking +with_gnu_ld +with_sysroot +enable_libtool_lock +enable_sse2 +with_cblas +enable_data_download +with_cflags_scanner_extra +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +LT_SYS_LIBRARY_PATH +MODEL' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures libpostal 1.1.1 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + @<:@@S|@ac_default_prefix@:>@ + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + @<:@PREFIX@:>@ + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root @<:@DATAROOTDIR/doc/libpostal@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of libpostal 1.1.1:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-shared@<:@=PKGS@:>@ build shared libraries @<:@default=yes@:>@ + --enable-static@<:@=PKGS@:>@ build static libraries @<:@default=yes@:>@ + --enable-fast-install@<:@=PKGS@:>@ + optimize for fast installation @<:@default=yes@:>@ + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + --disable-libtool-lock avoid locking (might break parallel builds) + --disable-sse2 disable SSE2 optimization routines + + --disable-data-download Disable downloading data + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-pic@<:@=PKGS@:>@ try to use only PIC/non-PIC objects @<:@default=use + both@:>@ + --with-aix-soname=aix|svr4|both + shared library versioning (aka "SONAME") variant to + provide on AIX, @<:@default=aix@:>@. + --with-gnu-ld assume the C compiler uses GNU ld @<:@default=no@:>@ + --with-sysroot@<:@=DIR@:>@ Search for dependent libraries within DIR (or the + compiler's sysroot if not specified). + --with-cblas= use CBLAS library + --with-cflags-scanner-extra@<:@=VALUE@:>@ + Extra compilation options for scanner.c + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + LT_SYS_LIBRARY_PATH + User-defined run-time library search path. + MODEL Option to use alternative data models. Currently available is + "senzing" (MODEL=senzing). If this option is not set the default + libpostal data model is used. + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to the package provider. +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for configure.gnu first; this name is used for a wrapper for + # Metaconfig's "Configure" on case-insensitive file systems. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +libpostal configure 1.1.1 +generated by GNU Autoconf 2.71 + +Copyright (C) 2021 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +@%:@ ac_fn_c_try_compile LINENO +@%:@ -------------------------- +@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_compile + +@%:@ ac_fn_c_try_link LINENO +@%:@ ----------------------- +@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_link + +@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +@%:@ ------------------------------------------------------- +@%:@ Tests whether HEADER exists and can be compiled using the include files in +@%:@ INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +@%:@include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_header_compile + +@%:@ ac_fn_c_check_func LINENO FUNC VAR +@%:@ ---------------------------------- +@%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. */ + +#include +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main (void) +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_func + +@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES +@%:@ ------------------------------------------- +@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache +@%:@ variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + eval "$3=yes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_type + +@%:@ ac_fn_c_find_intX_t LINENO BITS VAR +@%:@ ----------------------------------- +@%:@ Finds a signed integer type with width BITS, setting cache variable VAR +@%:@ accordingly. +ac_fn_c_find_intX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5 +printf %s "checking for int$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in int$2_t 'int' 'long int' \ + 'long long int' 'short int' 'signed char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array @<:@1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array @<:@1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1) + < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + case $ac_type in @%:@( + int$2_t) : + eval "$3=yes" ;; @%:@( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_find_intX_t + +@%:@ ac_fn_c_find_uintX_t LINENO BITS VAR +@%:@ ------------------------------------ +@%:@ Finds an unsigned integer type with width BITS, setting cache variable VAR +@%:@ accordingly. +ac_fn_c_find_uintX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5 +printf %s "checking for uint$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \ + 'unsigned long long int' 'unsigned short int' 'unsigned char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main (void) +{ +static int test_array @<:@1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + case $ac_type in @%:@( + uint$2_t) : + eval "$3=yes" ;; @%:@( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_find_uintX_t +ac_configure_args_raw= +for ac_arg +do + case $ac_arg in + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_configure_args_raw " '$ac_arg'" +done + +case $ac_configure_args_raw in + *$as_nl*) + ac_safe_unquote= ;; + *) + ac_unsafe_z='|&;<>()$`\\"*?@<:@ '' ' # This string ends in space, tab. + ac_unsafe_a="$ac_unsafe_z#~" + ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" + ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; +esac + +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + $ $0$ac_configure_args_raw + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + printf "%s\n" "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Sanitize IFS. + IFS=" "" $as_nl" + # Save into config.log some information that might help in debugging. + { + echo + + printf "%s\n" "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + printf "%s\n" "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + printf "%s\n" "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + printf "%s\n" "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + printf "%s\n" "$as_me: caught signal $ac_signal" + printf "%s\n" "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +printf "%s\n" "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +printf "%s\n" "@%:@define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h + +printf "%s\n" "@%:@define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + ac_site_files="$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + ac_site_files="$prefix/share/config.site $prefix/etc/config.site" +else + ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" +fi + +for ac_site_file in $ac_site_files +do + case $ac_site_file in @%:@( + */*) : + ;; @%:@( + *) : + ac_site_file=./$ac_site_file ;; +esac + if test -f "$ac_site_file" && test -r "$ac_site_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +printf "%s\n" "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +printf "%s\n" "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Test code for whether the C compiler supports C89 (global declarations) +ac_c_conftest_c89_globals=' +/* Does the compiler advertise C89 conformance? + Do not test the value of __STDC__, because some compilers set it to 0 + while being otherwise adequately conformant. */ +#if !defined __STDC__ +# error "Compiler does not advertise C89 conformance" +#endif + +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ +struct buf { int x; }; +struct buf * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not \xHH hex character constants. + These do not provoke an error unfortunately, instead are silently treated + as an "x". The following induces an error, until -std is added to get + proper ANSI mode. Curiously \x00 != x always comes out true, for an + array size at least. It is necessary to write \x00 == 0 to get something + that is true only with -std. */ +int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) '\''x'\'' +int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), + int, int);' + +# Test code for whether the C compiler supports C89 (body of main). +ac_c_conftest_c89_main=' +ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); +' + +# Test code for whether the C compiler supports C99 (global declarations) +ac_c_conftest_c99_globals=' +// Does the compiler advertise C99 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L +# error "Compiler does not advertise C99 conformance" +#endif + +#include +extern int puts (const char *); +extern int printf (const char *, ...); +extern int dprintf (int, const char *, ...); +extern void *malloc (size_t); + +// Check varargs macros. These examples are taken from C99 6.10.3.5. +// dprintf is used instead of fprintf to avoid needing to declare +// FILE and stderr. +#define debug(...) dprintf (2, __VA_ARGS__) +#define showlist(...) puts (#__VA_ARGS__) +#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +static void +test_varargs_macros (void) +{ + int x = 1234; + int y = 5678; + debug ("Flag"); + debug ("X = %d\n", x); + showlist (The first, second, and third items.); + report (x>y, "x is %d but y is %d", x, y); +} + +// Check long long types. +#define BIG64 18446744073709551615ull +#define BIG32 4294967295ul +#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +#if !BIG_OK + #error "your preprocessor is broken" +#endif +#if BIG_OK +#else + #error "your preprocessor is broken" +#endif +static long long int bignum = -9223372036854775807LL; +static unsigned long long int ubignum = BIG64; + +struct incomplete_array +{ + int datasize; + double data[]; +}; + +struct named_init { + int number; + const wchar_t *name; + double average; +}; + +typedef const char *ccp; + +static inline int +test_restrict (ccp restrict text) +{ + // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) + continue; + return 0; +} + +// Check varargs and va_copy. +static bool +test_varargs (const char *format, ...) +{ + va_list args; + va_start (args, format); + va_list args_copy; + va_copy (args_copy, args); + + const char *str = ""; + int number = 0; + float fnumber = 0; + + while (*format) + { + switch (*format++) + { + case '\''s'\'': // string + str = va_arg (args_copy, const char *); + break; + case '\''d'\'': // int + number = va_arg (args_copy, int); + break; + case '\''f'\'': // float + fnumber = va_arg (args_copy, double); + break; + default: + break; + } + } + va_end (args_copy); + va_end (args); + + return *str && number && fnumber; +} +' + +# Test code for whether the C compiler supports C99 (body of main). +ac_c_conftest_c99_main=' + // Check bool. + _Bool success = false; + success |= (argc != 0); + + // Check restrict. + if (test_restrict ("String literal") == 0) + success = true; + char *restrict newvar = "Another string"; + + // Check varargs. + success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); + test_varargs_macros (); + + // Check flexible array members. + struct incomplete_array *ia = + malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); + ia->datasize = 10; + for (int i = 0; i < ia->datasize; ++i) + ia->data[i] = i * 1.234; + + // Check named initializers. + struct named_init ni = { + .number = 34, + .name = L"Test wide string", + .average = 543.34343, + }; + + ni.number = 58; + + int dynamic_array[ni.number]; + dynamic_array[0] = argv[0][0]; + dynamic_array[ni.number - 1] = 543; + + // work around unused variable warnings + ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' + || dynamic_array[ni.number - 1] != 543); +' + +# Test code for whether the C compiler supports C11 (global declarations) +ac_c_conftest_c11_globals=' +// Does the compiler advertise C11 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L +# error "Compiler does not advertise C11 conformance" +#endif + +// Check _Alignas. +char _Alignas (double) aligned_as_double; +char _Alignas (0) no_special_alignment; +extern char aligned_as_int; +char _Alignas (0) _Alignas (int) aligned_as_int; + +// Check _Alignof. +enum +{ + int_alignment = _Alignof (int), + int_array_alignment = _Alignof (int[100]), + char_alignment = _Alignof (char) +}; +_Static_assert (0 < -_Alignof (int), "_Alignof is signed"); + +// Check _Noreturn. +int _Noreturn does_not_return (void) { for (;;) continue; } + +// Check _Static_assert. +struct test_static_assert +{ + int x; + _Static_assert (sizeof (int) <= sizeof (long int), + "_Static_assert does not work in struct"); + long int y; +}; + +// Check UTF-8 literals. +#define u8 syntax error! +char const utf8_literal[] = u8"happens to be ASCII" "another string"; + +// Check duplicate typedefs. +typedef long *long_ptr; +typedef long int *long_ptr; +typedef long_ptr long_ptr; + +// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. +struct anonymous +{ + union { + struct { int i; int j; }; + struct { int k; long int l; } w; + }; + int m; +} v1; +' + +# Test code for whether the C compiler supports C11 (body of main). +ac_c_conftest_c11_main=' + _Static_assert ((offsetof (struct anonymous, i) + == offsetof (struct anonymous, w.k)), + "Anonymous union alignment botch"); + v1.i = 2; + v1.w.k = 5; + ok |= v1.i != 5; +' + +# Test code for whether the C compiler supports C11 (complete). +ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} +${ac_c_conftest_c11_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + ${ac_c_conftest_c11_main} + return ok; +} +" + +# Test code for whether the C compiler supports C99 (complete). +ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + return ok; +} +" + +# Test code for whether the C compiler supports C89 (complete). +ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + return ok; +} +" + +as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H" +as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H" +as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H" +as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H" +as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H" +as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H" +as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H" +as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H" +as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H" +as_fn_append ac_header_c_list " sys/time.h sys_time_h HAVE_SYS_TIME_H" + +# Auxiliary files required by this configure script. +ac_aux_files="compile config.guess config.sub ltmain.sh missing install-sh" + +# Locations in which to look for auxiliary files. +ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." + +# Search for a directory containing all of the required auxiliary files, +# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. +# If we don't find one directory that contains all the files we need, +# we report the set of missing files from the *first* directory in +# $ac_aux_dir_candidates and give up. +ac_missing_aux_files="" +ac_first_candidate=: +printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in $ac_aux_dir_candidates +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + + printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 + ac_aux_dir_found=yes + ac_install_sh= + for ac_aux in $ac_aux_files + do + # As a special case, if "install-sh" is required, that requirement + # can be satisfied by any of "install-sh", "install.sh", or "shtool", + # and $ac_install_sh is set appropriately for whichever one is found. + if test x"$ac_aux" = x"install-sh" + then + if test -f "${as_dir}install-sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 + ac_install_sh="${as_dir}install-sh -c" + elif test -f "${as_dir}install.sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 + ac_install_sh="${as_dir}install.sh -c" + elif test -f "${as_dir}shtool"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 + ac_install_sh="${as_dir}shtool install -c" + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} install-sh" + else + break + fi + fi + else + if test -f "${as_dir}${ac_aux}"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" + else + break + fi + fi + fi + done + if test "$ac_aux_dir_found" = yes; then + ac_aux_dir="$as_dir" + break + fi + ac_first_candidate=false + + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 +fi + + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +if test -f "${ac_aux_dir}config.guess"; then + ac_@&t@config_guess="$SHELL ${ac_aux_dir}config.guess" +fi +if test -f "${ac_aux_dir}config.sub"; then + ac_@&t@config_sub="$SHELL ${ac_aux_dir}config.sub" +fi +if test -f "$ac_aux_dir/configure"; then + ac_@&t@configure="$SHELL ${ac_aux_dir}configure" +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' + and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + +am__api_version='1.16' + + + + # Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +printf %s "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test ${ac_cv_path_install+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + # Account for fact that we put trailing slashes in our PATH walk. +case $as_dir in @%:@(( + ./ | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test ${ac_cv_path_install+y}; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +printf "%s\n" "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +printf %s "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` + + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + + + if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 +printf %s "checking for a race-free mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test ${ac_cv_path_mkdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ + 'BusyBox '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test ${ac_cv_path_mkdir+y}; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +printf "%s\n" "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AWK+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +printf "%s\n" "$AWK" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval test \${ac_cv_prog_make_${ac_make}_set+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + SET_MAKE= +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +@%:@ Check whether --enable-silent-rules was given. +if test ${enable_silent_rules+y} +then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +printf %s "checking whether $am_make supports nested variables... " >&6; } +if test ${am_cv_make_support_nested_variables+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if printf "%s\n" 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='libpostal' + VERSION='1.1.1' + + +printf "%s\n" "@%:@define PACKAGE \"$PACKAGE\"" >>confdefs.h + + +printf "%s\n" "@%:@define VERSION \"$VERSION\"" >>confdefs.h + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi + +if test -z "$ETAGS"; then + ETAGS=etags +fi + +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + +case `pwd` in + *\ * | *\ *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 +printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; +esac + + + +macro_version='2.4.7' +macro_revision='2.4.7' + + + + + + + + + + + + + + +ltmain=$ac_aux_dir/ltmain.sh + + + + # Make sure we can run config.sub. +$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +printf %s "checking build system type... " >&6; } +if test ${ac_cv_build+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +printf "%s\n" "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +printf %s "checking host system type... " >&6; } +if test ${ac_cv_host+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +printf "%s\n" "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +printf %s "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case $ECHO in + printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +printf "%s\n" "printf" >&6; } ;; + print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +printf "%s\n" "print -r" >&6; } ;; + *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +printf "%s\n" "cat" >&6; } ;; +esac + + + + + + + + + + + + + + + + + + + + + + + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in @%:@( + '0:this is the am__doit target') : + case $s in @%:@( + BSD) : + am__include='.include' am__quote='"' ;; @%:@( + *) : + am__include='include' am__quote='' ;; +esac ;; @%:@( + *) : + ;; +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +printf "%s\n" "${_am_result}" >&6; } + +@%:@ Check whether --enable-dependency-tracking was given. +if test ${enable_dependency_tracking+y} +then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $@%:@ != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. +set dummy ${ac_tool_prefix}clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. +set dummy clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +fi + + +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion -version; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +printf %s "checking whether the C compiler works... " >&6; } +ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else $as_nop + ac_file='' +fi +if test -z "$ac_file" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +printf %s "checking for C compiler default output file name... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +printf "%s\n" "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +printf %s "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +printf "%s\n" "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include +int +main (void) +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +printf %s "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +printf "%s\n" "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +printf %s "checking for suffix of object files... " >&6; } +if test ${ac_cv_objext+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +printf "%s\n" "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +printf %s "checking whether the compiler supports GNU C... " >&6; } +if test ${ac_cv_c_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_compiler_gnu=yes +else $as_nop + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+y} +ac_save_CFLAGS=$CFLAGS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +printf %s "checking whether $CC accepts -g... " >&6; } +if test ${ac_cv_prog_cc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +else $as_nop + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +ac_prog_cc_stdc=no +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +printf %s "checking for $CC option to enable C11 features... " >&6; } +if test ${ac_cv_prog_cc_c11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c11=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c11_program +_ACEOF +for ac_arg in '' -std=gnu11 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 + ac_prog_cc_stdc=c11 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +printf %s "checking for $CC option to enable C99 features... " >&6; } +if test ${ac_cv_prog_cc_c99+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c99_program +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c99" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c99" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 + ac_prog_cc_stdc=c99 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +printf %s "checking for $CC option to enable C89 features... " >&6; } +if test ${ac_cv_prog_cc_c89+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c89_program +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c89" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c89" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 + ac_prog_cc_stdc=c89 +fi +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +printf %s "checking whether $CC understands -c and -o together... " >&6; } +if test ${am_cv_prog_cc_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +depcc="$CC" am_compiler_list= + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +printf %s "checking for a sed that does not truncate output... " >&6; } +if test ${ac_cv_path_SED+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in sed gsed + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +printf "%s\n" "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +printf %s "checking for grep that handles long lines and -e... " >&6; } +if test ${ac_cv_path_GREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in grep ggrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +printf "%s\n" "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 +printf %s "checking for fgrep... " >&6; } +if test ${ac_cv_path_FGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 + then ac_cv_path_FGREP="$GREP -F" + else + if test -z "$FGREP"; then + ac_path_FGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in fgrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_FGREP" || continue +# Check for GNU ac_path_FGREP and select it if it is found. + # Check for GNU $ac_path_FGREP +case `"$ac_path_FGREP" --version 2>&1` in +*GNU*) + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'FGREP' >> "conftest.nl" + "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_FGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_FGREP="$ac_path_FGREP" + ac_path_FGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_FGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_FGREP"; then + as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_FGREP=$FGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 +printf "%s\n" "$ac_cv_path_FGREP" >&6; } + FGREP="$ac_cv_path_FGREP" + + +test -z "$GREP" && GREP=grep + + + + + + + + + + + + + + + + + + + +@%:@ Check whether --with-gnu-ld was given. +if test ${with_gnu_ld+y} +then : + withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes +else $as_nop + with_gnu_ld=no +fi + +ac_prog=ld +if test yes = "$GCC"; then + # Check if gcc -print-prog-name=ld gives a path. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +printf %s "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return, which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD=$ac_prog + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test yes = "$with_gnu_ld"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +printf %s "checking for GNU ld... " >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +printf %s "checking for non-GNU ld... " >&6; } +fi +if test ${lt_cv_path_LD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$LD"; then + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD=$ac_dir/$ac_prog + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +printf "%s\n" "$LD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +printf %s "checking if the linker ($LD) is GNU ld... " >&6; } +if test ${lt_cv_prog_gnu_ld+y} +then : + printf %s "(cached) " >&6 +else $as_nop + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 +printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; } +if test ${lt_cv_path_NM+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM=$NM +else + lt_nm_to_check=${ac_tool_prefix}nm + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + tmp_nm=$ac_dir/$lt_tmp_nm + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the 'sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break 2 + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break 2 + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS=$lt_save_ifs + done + : ${lt_cv_path_NM=no} +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 +printf "%s\n" "$lt_cv_path_NM" >&6; } +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DUMPBIN"; then + ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DUMPBIN=$ac_cv_prog_DUMPBIN +if test -n "$DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 +printf "%s\n" "$DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$DUMPBIN" && break + done +fi +if test -z "$DUMPBIN"; then + ac_ct_DUMPBIN=$DUMPBIN + for ac_prog in dumpbin "link -dump" +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DUMPBIN"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN +if test -n "$ac_ct_DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 +printf "%s\n" "$ac_ct_DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_DUMPBIN" && break +done + + if test "x$ac_ct_DUMPBIN" = x; then + DUMPBIN=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DUMPBIN=$ac_ct_DUMPBIN + fi +fi + + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi + + if test : != "$DUMPBIN"; then + NM=$DUMPBIN + fi +fi +test -z "$NM" && NM=nm + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 +printf %s "checking the name lister ($NM) interface... " >&6; } +if test ${lt_cv_nm_interface+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: output\"" >&5) + cat conftest.out >&5 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 +printf "%s\n" "$lt_cv_nm_interface" >&6; } + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +printf %s "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +printf "%s\n" "no, using $LN_S" >&6; } +fi + +# find the maximum length of command line arguments +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 +printf %s "checking the maximum length of command line arguments... " >&6; } +if test ${lt_cv_sys_max_cmd_len+y} +then : + printf %s "(cached) " >&6 +else $as_nop + i=0 + teststring=ABCD + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[ ]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len" && \ + test undefined != "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac + +fi + +if test -n "$lt_cv_sys_max_cmd_len"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 +printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5 +printf "%s\n" "none" >&6; } +fi +max_cmd_len=$lt_cv_sys_max_cmd_len + + + + + + +: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi + + + + + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 +printf %s "checking how to convert $build file names to $host format... " >&6; } +if test ${lt_cv_to_host_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac + +fi + +to_host_file_cmd=$lt_cv_to_host_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 +printf %s "checking how to convert $build file names to toolchain format... " >&6; } +if test ${lt_cv_to_tool_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + #assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac + +fi + +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 +printf %s "checking for $LD option to reload object files... " >&6; } +if test ${lt_cv_ld_reload_flag+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_reload_flag='-r' +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 +printf "%s\n" "$lt_cv_ld_reload_flag" >&6; } +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test yes != "$GCC"; then + reload_cmds=false + fi + ;; + darwin*) + if test yes = "$GCC"; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}file", so it can be a program name with args. +set dummy ${ac_tool_prefix}file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FILECMD"; then + ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FILECMD="${ac_tool_prefix}file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FILECMD=$ac_cv_prog_FILECMD +if test -n "$FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5 +printf "%s\n" "$FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_FILECMD"; then + ac_ct_FILECMD=$FILECMD + # Extract the first word of "file", so it can be a program name with args. +set dummy file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_FILECMD"; then + ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_FILECMD="file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD +if test -n "$ac_ct_FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FILECMD" >&5 +printf "%s\n" "$ac_ct_FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_FILECMD" = x; then + FILECMD=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + FILECMD=$ac_ct_FILECMD + fi +else + FILECMD="$ac_cv_prog_FILECMD" +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. +set dummy ${ac_tool_prefix}objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OBJDUMP"; then + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OBJDUMP=$ac_cv_prog_OBJDUMP +if test -n "$OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 +printf "%s\n" "$OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OBJDUMP"; then + ac_ct_OBJDUMP=$OBJDUMP + # Extract the first word of "objdump", so it can be a program name with args. +set dummy objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OBJDUMP="objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP +if test -n "$ac_ct_OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 +printf "%s\n" "$ac_ct_OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OBJDUMP" = x; then + OBJDUMP="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OBJDUMP=$ac_ct_OBJDUMP + fi +else + OBJDUMP="$ac_cv_prog_OBJDUMP" +fi + +test -z "$OBJDUMP" && OBJDUMP=objdump + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 +printf %s "checking how to recognize dependent libraries... " >&6; } +if test ${lt_cv_deplibs_check_method+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# 'unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# that responds to the $file_magic_cmd with a given extended regex. +# If you have 'file' or equivalent on your system and you're not sure +# whether 'pass_all' will *always* work, you probably want this one. + +case $host_os in +aix[4-9]*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[45]*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='$FILECMD -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly* | midnightbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=$FILECMD + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[3-9]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 +printf "%s\n" "$lt_cv_deplibs_check_method" >&6; } + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + + + + + + + + + + + + + + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. +set dummy ${ac_tool_prefix}dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DLLTOOL"; then + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DLLTOOL=$ac_cv_prog_DLLTOOL +if test -n "$DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +printf "%s\n" "$DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DLLTOOL"; then + ac_ct_DLLTOOL=$DLLTOOL + # Extract the first word of "dlltool", so it can be a program name with args. +set dummy dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DLLTOOL"; then + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DLLTOOL="dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL +if test -n "$ac_ct_DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +printf "%s\n" "$ac_ct_DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DLLTOOL" = x; then + DLLTOOL="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DLLTOOL=$ac_ct_DLLTOOL + fi +else + DLLTOOL="$ac_cv_prog_DLLTOOL" +fi + +test -z "$DLLTOOL" && DLLTOOL=dlltool + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 +printf %s "checking how to associate runtime and link libraries... " >&6; } +if test ${lt_cv_sharedlib_from_linklib_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd=$ECHO + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 +printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + + + + + + + + +if test -n "$ac_tool_prefix"; then + for ac_prog in ar + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +printf "%s\n" "$AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AR" && break + done +fi +if test -z "$AR"; then + ac_ct_AR=$AR + for ac_prog in ar +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +printf "%s\n" "$ac_ct_AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_AR" && break +done + + if test "x$ac_ct_AR" = x; then + AR="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +fi + +: ${AR=ar} + + + + + + +# Use ARFLAGS variable as AR's operation code to sync the variable naming with +# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have +# higher priority because thats what people were doing historically (setting +# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS +# variable obsoleted/removed. + +test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} +lt_ar_flags=$AR_FLAGS + + + + + + +# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override +# by AR_FLAGS because that was never working and AR_FLAGS is about to die. + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 +printf %s "checking for archiver @FILE support... " >&6; } +if test ${lt_cv_ar_at_file+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ar_at_file=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -eq "$ac_status"; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -ne "$ac_status"; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 +printf "%s\n" "$lt_cv_ar_at_file" >&6; } + +if test no = "$lt_cv_ar_at_file"; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +test -z "$STRIP" && STRIP=: + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +printf "%s\n" "$RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +printf "%s\n" "$ac_ct_RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +test -z "$RANLIB" && RANLIB=: + + + + + + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + bitrig* | openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 +printf %s "checking command to parse $NM output from $compiler object... " >&6; } +if test ${lt_cv_sys_global_symbol_pipe+y} +then : + printf %s "(cached) " >&6 +else $as_nop + +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[BCDEGRST]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[ABCDGISTW]' + ;; +hpux*) + if test ia64 = "$host_cpu"; then + symcode='[ABCDEGRST]' + fi + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris*) + symcode='[BDRT]' + ;; +sco3.2v5*) + symcode='[DT]' + ;; +sysv4.2uw2*) + symcode='[DT]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[ABDT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function, + # D for any global variable and I for any imported variable. + # Also find C++ and __fastcall symbols from MSVC++ or ICC, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK '"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx" + else + lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Now try to grab the symbols. + nlist=conftest.nm + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT@&t@_DLSYM_CONST +#elif defined __osf__ +/* This system does not cope well with relocations in const data. */ +# define LT@&t@_DLSYM_CONST +#else +# define LT@&t@_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT@&t@_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS=conftstm.$ac_objext + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&5 + fi + else + echo "cannot find nm_test_var in $nlist" >&5 + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 + fi + else + echo "$progname: failed program was:" >&5 + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test yes = "$pipe_works"; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done + +fi + +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5 +printf "%s\n" "failed" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +printf "%s\n" "ok" >&6; } +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 +printf %s "checking for sysroot... " >&6; } + +@%:@ Check whether --with-sysroot was given. +if test ${with_sysroot+y} +then : + withval=$with_sysroot; +else $as_nop + with_sysroot=no +fi + + +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 +printf "%s\n" "$with_sysroot" >&6; } + as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 + ;; +esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 +printf "%s\n" "${lt_sysroot:-no}" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 +printf %s "checking for a working dd... " >&6; } +if test ${ac_cv_path_lt_DD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +if test -z "$lt_DD"; then + ac_path_lt_DD_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in dd + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_lt_DD="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_lt_DD" || continue +if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi + $ac_path_lt_DD_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_lt_DD"; then + : + fi +else + ac_cv_path_lt_DD=$lt_DD +fi + +rm -f conftest.i conftest2.i conftest.out +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 +printf "%s\n" "$ac_cv_path_lt_DD" >&6; } + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 +printf %s "checking how to truncate binary pipes... " >&6; } +if test ${lt_cv_truncate_bin+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 +printf "%s\n" "$lt_cv_truncate_bin" >&6; } + + + + + + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + +@%:@ Check whether --enable-libtool-lock was given. +if test ${enable_libtool_lock+y} +then : + enableval=$enable_libtool_lock; +fi + +test no = "$enable_libtool_lock" || enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out what ABI is being produced by ac_compile, and set mode + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE=32 + ;; + *ELF-64*) + HPUX_IA64_MODE=64 + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if test yes = "$lt_cv_prog_gnu_ld"; then + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + emul=elf + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + case `$FILECMD conftest.o` in + *x86-64*) + LD="${LD-ld} -m elf32_x86_64" + ;; + *) + LD="${LD-ld} -m elf_i386" + ;; + esac + ;; + powerpc64le-*linux*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + powerpcle-*linux*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS -belf" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 +printf %s "checking whether the C compiler needs -belf... " >&6; } +if test ${lt_cv_cc_needs_belf+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_cc_needs_belf=yes +else $as_nop + lt_cv_cc_needs_belf=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 +printf "%s\n" "$lt_cv_cc_needs_belf" >&6; } + if test yes != "$lt_cv_cc_needs_belf"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS=$SAVE_CFLAGS + fi + ;; +*-*solaris*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*|x86_64-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD=${LD-ld}_sol2 + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks=$enable_libtool_lock + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. +set dummy ${ac_tool_prefix}mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$MANIFEST_TOOL"; then + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL +if test -n "$MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 +printf "%s\n" "$MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_MANIFEST_TOOL"; then + ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL + # Extract the first word of "mt", so it can be a program name with args. +set dummy mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_MANIFEST_TOOL"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL +if test -n "$ac_ct_MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 +printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_MANIFEST_TOOL" = x; then + MANIFEST_TOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL + fi +else + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" +fi + +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 +printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } +if test ${lt_cv_path_mainfest_tool+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&5 + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 +printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; } +if test yes != "$lt_cv_path_mainfest_tool"; then + MANIFEST_TOOL=: +fi + + + + + + + case $host_os in + rhapsody* | darwin*) + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DSYMUTIL"; then + ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DSYMUTIL=$ac_cv_prog_DSYMUTIL +if test -n "$DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 +printf "%s\n" "$DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DSYMUTIL"; then + ac_ct_DSYMUTIL=$DSYMUTIL + # Extract the first word of "dsymutil", so it can be a program name with args. +set dummy dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DSYMUTIL"; then + ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL +if test -n "$ac_ct_DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 +printf "%s\n" "$ac_ct_DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DSYMUTIL" = x; then + DSYMUTIL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DSYMUTIL=$ac_ct_DSYMUTIL + fi +else + DSYMUTIL="$ac_cv_prog_DSYMUTIL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. +set dummy ${ac_tool_prefix}nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NMEDIT"; then + ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +NMEDIT=$ac_cv_prog_NMEDIT +if test -n "$NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 +printf "%s\n" "$NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_NMEDIT"; then + ac_ct_NMEDIT=$NMEDIT + # Extract the first word of "nmedit", so it can be a program name with args. +set dummy nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_NMEDIT"; then + ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_NMEDIT="nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT +if test -n "$ac_ct_NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 +printf "%s\n" "$ac_ct_NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_NMEDIT" = x; then + NMEDIT=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + NMEDIT=$ac_ct_NMEDIT + fi +else + NMEDIT="$ac_cv_prog_NMEDIT" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. +set dummy ${ac_tool_prefix}lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$LIPO"; then + ac_cv_prog_LIPO="$LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_LIPO="${ac_tool_prefix}lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +LIPO=$ac_cv_prog_LIPO +if test -n "$LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 +printf "%s\n" "$LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_LIPO"; then + ac_ct_LIPO=$LIPO + # Extract the first word of "lipo", so it can be a program name with args. +set dummy lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_LIPO"; then + ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_LIPO="lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO +if test -n "$ac_ct_LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 +printf "%s\n" "$ac_ct_LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_LIPO" = x; then + LIPO=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + LIPO=$ac_ct_LIPO + fi +else + LIPO="$ac_cv_prog_LIPO" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL"; then + ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL="${ac_tool_prefix}otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL=$ac_cv_prog_OTOOL +if test -n "$OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 +printf "%s\n" "$OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL"; then + ac_ct_OTOOL=$OTOOL + # Extract the first word of "otool", so it can be a program name with args. +set dummy otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL"; then + ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL="otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL +if test -n "$ac_ct_OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 +printf "%s\n" "$ac_ct_OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL" = x; then + OTOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL=$ac_ct_OTOOL + fi +else + OTOOL="$ac_cv_prog_OTOOL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL64"; then + ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL64=$ac_cv_prog_OTOOL64 +if test -n "$OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 +printf "%s\n" "$OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL64"; then + ac_ct_OTOOL64=$OTOOL64 + # Extract the first word of "otool64", so it can be a program name with args. +set dummy otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL64"; then + ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL64="otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 +if test -n "$ac_ct_OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 +printf "%s\n" "$ac_ct_OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL64" = x; then + OTOOL64=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL64=$ac_ct_OTOOL64 + fi +else + OTOOL64="$ac_cv_prog_OTOOL64" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 +printf %s "checking for -single_module linker flag... " >&6; } +if test ${lt_cv_apple_cc_single_mod+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_apple_cc_single_mod=no + if test -z "$LT_MULTI_MODULE"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test 0 = "$_lt_result"; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&5 + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 +printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 +printf %s "checking for -exported_symbols_list linker flag... " >&6; } +if test ${lt_cv_ld_exported_symbols_list+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_ld_exported_symbols_list=yes +else $as_nop + lt_cv_ld_exported_symbols_list=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 +printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +printf %s "checking for -force_load linker flag... " >&6; } +if test ${lt_cv_ld_force_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5 + $AR $AR_FLAGS libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +printf "%s\n" "$lt_cv_ld_force_load" >&6; } + case $host_os in + rhapsody* | darwin1.[012]) + _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + darwin*) + case $MACOSX_DEPLOYMENT_TARGET,$host in + 10.[012],*|,*powerpc*-darwin[5-8]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + *) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test yes = "$lt_cv_apple_cc_single_mod"; then + _lt_dar_single_mod='$single_module' + fi + if test yes = "$lt_cv_ld_exported_symbols_list"; then + _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' + fi + if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} + +ac_header= ac_cache= +for ac_item in $ac_header_c_list +do + if test $ac_cache; then + ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" + if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then + printf "%s\n" "#define $ac_item 1" >> confdefs.h + fi + ac_header= ac_cache= + elif test $ac_header; then + ac_cache=$ac_item + else + ac_header=$ac_item + fi +done + + + + + + + + +if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes +then : + +printf "%s\n" "@%:@define STDC_HEADERS 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default +" +if test "x$ac_cv_header_dlfcn_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_DLFCN_H 1" >>confdefs.h + +fi + + + + + +# Set options +@%:@ Check whether --enable-shared was given. +if test ${enable_shared+y} +then : + enableval=$enable_shared; p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_shared=yes +fi + + + + + + + + + + + enable_dlopen=no + + + enable_win32_dll=no + + + + @%:@ Check whether --enable-static was given. +if test ${enable_static+y} +then : + enableval=$enable_static; p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_static=yes +fi + + + + + + + + + + +@%:@ Check whether --with-pic was given. +if test ${with_pic+y} +then : + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for lt_pkg in $withval; do + IFS=$lt_save_ifs + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + pic_mode=default +fi + + + + + + + + + @%:@ Check whether --enable-fast-install was given. +if test ${enable_fast_install+y} +then : + enableval=$enable_fast_install; p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_fast_install=yes +fi + + + + + + + + + shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[5-9]*,yes) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 +printf %s "checking which variant of shared library versioning to provide... " >&6; } + +@%:@ Check whether --with-aix-soname was given. +if test ${with_aix_soname+y} +then : + withval=$with_aix_soname; case $withval in + aix|svr4|both) + ;; + *) + as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname +else $as_nop + if test ${lt_cv_with_aix_soname+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_with_aix_soname=aix +fi + + with_aix_soname=$lt_cv_with_aix_soname +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 +printf "%s\n" "$with_aix_soname" >&6; } + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac + + + + + + + + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS=$ltmain + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +test -z "$LN_S" && LN_S="ln -s" + + + + + + + + + + + + + + +if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 +printf %s "checking for objdir... " >&6; } +if test ${lt_cv_objdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 +printf "%s\n" "$lt_cv_objdir" >&6; } +objdir=$lt_cv_objdir + + + + + +printf "%s\n" "@%:@define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h + + + + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a '.a' archive for static linking (except MSVC and +# ICC, which need '.lib'). +libext=a + +with_gnu_ld=$lt_cv_prog_gnu_ld + +old_CC=$CC +old_CFLAGS=$CFLAGS + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +func_cc_basename $compiler +cc_basename=$func_cc_basename_result + + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 +printf %s "checking for ${ac_tool_prefix}file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/${ac_tool_prefix}file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + + + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5 +printf %s "checking for file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +# Use C for the default configuration in the libtool script + +lt_save_CC=$CC +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +objext=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + +lt_prog_compiler_no_builtin_flag= + +if test yes = "$GCC"; then + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } +if test ${lt_cv_prog_compiler_rtti_exceptions+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; } + +if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" +else + : +fi + +fi + + + + + + + lt_prog_compiler_wl= +lt_prog_compiler_pic= +lt_prog_compiler_static= + + + if test yes = "$GCC"; then + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_static='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + fi + lt_prog_compiler_pic='-fPIC' + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl='-Wl,' + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + else + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static='$wl-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + case $cc_basename in + # old Intel for x86_64, which still supported -KPIC. + ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='--shared' + lt_prog_compiler_static='--static' + ;; + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-qpic' + lt_prog_compiler_static='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + lt_prog_compiler_wl='-Qoption ld ';; + *) + lt_prog_compiler_wl='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic='-Kconform_pic' + lt_prog_compiler_static='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_can_build_shared=no + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +case $host_os in + # For platforms that do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic@&t@ -DPIC" + ;; +esac + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +printf %s "checking for $compiler option to produce PIC... " >&6; } +if test ${lt_cv_prog_compiler_pic+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic=$lt_prog_compiler_pic +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; } +lt_prog_compiler_pic=$lt_cv_prog_compiler_pic + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } +if test ${lt_cv_prog_compiler_pic_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic@&t@ -DPIC" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_pic_works"; then + case $lt_prog_compiler_pic in + "" | " "*) ;; + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; + esac +else + lt_prog_compiler_pic= + lt_prog_compiler_can_build_shared=no +fi + +fi + + + + + + + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if test ${lt_cv_prog_compiler_static_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_static_works=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works=yes + fi + else + lt_cv_prog_compiler_static_works=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_static_works"; then + : +else + lt_prog_compiler_static= +fi + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + +hard_links=nottested +if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then + # do not overwrite the value of need_locks provided by the user + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +printf %s "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +printf "%s\n" "$hard_links" >&6; } + if test no = "$hard_links"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 +printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + runpath_var= + allow_undefined_flag= + always_export_symbols=no + archive_cmds= + archive_expsym_cmds= + compiler_needs_object=no + enable_shared_with_static_runtimes=no + export_dynamic_flag_spec= + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + hardcode_automatic=no + hardcode_direct=no + hardcode_direct_absolute=no + hardcode_libdir_flag_spec= + hardcode_libdir_separator= + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + inherit_rpath=no + link_all_deplibs=unknown + module_cmds= + module_expsym_cmds= + old_archive_from_new_cmds= + old_archive_from_expsyms_cmds= + thread_safe_flag_spec= + whole_archive_flag_spec= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ' (' and ')$', so one must not match beginning or + # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', + # as well as any symbol that contains 'd'. + exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + if test yes != "$GCC"; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) + with_gnu_ld=yes + ;; + openbsd* | bitrig*) + with_gnu_ld=no + ;; + linux* | k*bsd*-gnu | gnu*) + link_all_deplibs=no + ;; + esac + + ld_shlibs=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test yes = "$with_gnu_ld"; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test yes = "$lt_use_gnu_ld_interface"; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='$wl' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='$wl--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' + else + whole_archive_flag_spec= + fi + supports_anon_versioning=no + case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[3-9]*) + # On AIX/PPC, the GNU linker is very broken + if test ia64 != "$host_cpu"; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + else + ld_shlibs=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='$wl--export-all-symbols' + allow_undefined_flag=unsupported + always_export_symbols=no + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs=no + fi + ;; + + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + interix[3-9]*) + hardcode_direct=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test linux-dietlibc = "$host_os"; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test no = "$tmp_diet" + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + whole_archive_flag_spec= + tmp_sharedflag='--shared' ;; + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + ;; + esac + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + tcc*) + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='-rdynamic' + ;; + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + ld_shlibs=no + fi + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + + if test no = "$ld_shlibs"; then + runpath_var= + hardcode_libdir_flag_spec= + export_dynamic_flag_spec= + whole_archive_flag_spec= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag=unsupported + always_export_symbols=yes + archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix[4-9]*) + if test ia64 = "$host_cpu"; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag= + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then + aix_use_runtimelinking=yes + break + fi + done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds='' + hardcode_direct=yes + hardcode_direct_absolute=yes + hardcode_libdir_separator=':' + link_all_deplibs=yes + file_list_spec='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + hardcode_direct=no + hardcode_direct_absolute=no + ;; + esac + + if test yes = "$GCC"; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`$CC -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + shared_flag='-shared' + if test yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' + fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' + else + # not using gcc + if test ia64 = "$host_cpu"; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' + else + shared_flag='$wl-bM:SRE' + fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' + fi + fi + + export_dynamic_flag_spec='$wl-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols=yes + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag + else + if test ia64 = "$host_cpu"; then + hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' + allow_undefined_flag="-z nodefs" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag=' $wl-bernotok' + allow_undefined_flag=' $wl-berok' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi + archive_cmds_need_lc=yes + archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + bsdi[45]*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl* | icl*) + # Native MSVC or ICC + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + always_export_symbols=yes + file_list_spec='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, )='true' + enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + old_postinstall_cmds='chmod 644 $oldlib' + postlink_cmds='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC and ICC wrapper + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_from_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' + enable_shared_with_static_runtimes=yes + ;; + esac + ;; + + darwin* | rhapsody*) + + + archive_cmds_need_lc=no + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + if test yes = "$lt_cv_ld_force_load"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec='' + fi + link_all_deplibs=yes + allow_undefined_flag=$_lt_dar_allow_undefined + case $cc_basename in + ifort*|nagfor*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test yes = "$_lt_dar_can_shared"; then + output_verbose_link_cmd=func_echo_all + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" + archive_expsym_cmds="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + module_expsym_cmds="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" + + else + ld_shlibs=no + fi + + ;; + + dgux*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly* | midnightbsd*) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + hpux9*) + if test yes = "$GCC"; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + else + archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + export_dynamic_flag_spec='$wl-E' + ;; + + hpux10*) + if test yes,no = "$GCC,$with_gnu_ld"; then + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + + hpux11*) + if test yes,no = "$GCC,$with_gnu_ld"; then + case $host_cpu in + hppa*64*) + archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +printf %s "checking if $CC understands -b... " >&6; } +if test ${lt_cv_prog_compiler__b+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler__b=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +printf "%s\n" "$lt_cv_prog_compiler__b" >&6; } + +if test yes = "$lt_cv_prog_compiler__b"; then + archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' +fi + + ;; + esac + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + *) + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test yes = "$GCC"; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 +printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; } +if test ${lt_cv_irix_exported_symbol+y} +then : + printf %s "(cached) " >&6 +else $as_nop + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int foo (void) { return 0; } +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_irix_exported_symbol=yes +else $as_nop + lt_cv_irix_exported_symbol=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 +printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; } + if test yes = "$lt_cv_irix_exported_symbol"; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' + fi + link_all_deplibs=no + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + inherit_rpath=yes + link_all_deplibs=yes + ;; + + linux*) + case $cc_basename in + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + ld_shlibs=yes + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + ;; + esac + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + newsos6) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + hardcode_shlibpath_var=no + ;; + + *nto* | *qnx*) + ;; + + openbsd* | bitrig*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + hardcode_direct_absolute=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + else + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + fi + else + ld_shlibs=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + osf3*) + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + archive_cmds_need_lc='no' + hardcode_libdir_separator=: + ;; + + solaris*) + no_undefined_flag=' -z defs' + if test yes = "$GCC"; then + wlarc='$wl' + archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='$wl' + archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands '-z linker_flag'. GCC discards it without '$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test yes = "$GCC"; then + whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs=yes + ;; + + sunos4*) + if test sequent = "$host_vendor"; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds='$CC -r -o $output$reload_objs' + hardcode_direct=no + ;; + motorola) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv4.3*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag='$wl-z,text' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We CANNOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag='$wl-z,text' + allow_undefined_flag='$wl-z,nodefs' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-R,$libdir' + hardcode_libdir_separator=':' + link_all_deplibs=yes + export_dynamic_flag_spec='$wl-Bexport' + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + *) + ld_shlibs=no + ;; + esac + + if test sni = "$host_vendor"; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + export_dynamic_flag_spec='$wl-Blargedynsym' + ;; + esac + fi + fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 +printf "%s\n" "$ld_shlibs" >&6; } +test no = "$ld_shlibs" && can_build_shared=no + +with_gnu_ld=$with_gnu_ld + + + + + + + + + + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc=yes + + if test yes,yes = "$GCC,$enable_shared"; then + case $archive_cmds in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +printf %s "checking whether -lc should be explicitly linked in... " >&6; } +if test ${lt_cv_archive_cmds_need_lc+y} +then : + printf %s "(cached) " >&6 +else $as_nop + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +printf %s "checking dynamic linker characteristics... " >&6; } + +if test yes = "$GCC"; then + case $host_os in + darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; + *) lt_awk_arg='/^libraries:/' ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary... + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" + elif test -n "$lt_multi_os_dir"; then + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS = " "; FS = "/|\n";} { + lt_foo = ""; + lt_count = 0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo = "/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's|/\([A-Za-z]:\)|\1|g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=.so +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + + + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='$libname$release$shared_ext$major' + ;; + +aix[4-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test ia64 = "$host_cpu"; then + # AIX 5 supports IA64 + library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line '#! .'. This would cause the generated library to + # depend on '.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V + + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a(lib.so.V)' + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='$libname$shared_ext' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl* | *,icl*) + # Native MSVC or ICC + libname_spec='$name' + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec=$LIB + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC and ICC wrapper + library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' + soname_spec='$libname$release$major$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly* | midnightbsd*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[23].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=no + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + if test 32 = "$HPUX_IA64_MODE"; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 + fi + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test yes = "$lt_cv_prog_gnu_ld"; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" + sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + hardcode_libdir_flag_spec='-L$libdir' + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if test ${lt_cv_shlibpath_overrides_runpath+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null +then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) to the search path. + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd* | bitrig*) + version_type=sunos + sys_lib_dlsearch_path_spec=/usr/lib + need_lib_prefix=no + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no + else + need_version=yes + fi + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +os2*) + libname_spec='$name' + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test yes = "$with_gnu_ld"; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec; then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' + soname_spec='$libname$shared_ext.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=sco + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test yes = "$with_gnu_ld"; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +printf "%s\n" "$dynamic_linker" >&6; } +test no = "$dynamic_linker" && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test yes = "$GCC"; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then + sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec +fi + +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec +fi + +# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... +configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec + +# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" + +# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool +configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +printf %s "checking how to hardcode library paths into programs... " >&6; } +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || + test -n "$runpath_var" || + test yes = "$hardcode_automatic"; then + + # We can hardcode non-existent directories. + if test no != "$hardcode_direct" && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && + test no != "$hardcode_minus_L"; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 +printf "%s\n" "$hardcode_action" >&6; } + +if test relink = "$hardcode_action" || + test yes = "$inherit_rpath"; then + # Fast installation is not supported + enable_fast_install=no +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + if test yes != "$enable_dlopen"; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen=load_add_on + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen=LoadLibrary + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + + lt_cv_dlopen=dyld + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + + *) + ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" +if test "x$ac_cv_func_shl_load" = xyes +then : + lt_cv_dlopen=shl_load +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 +printf %s "checking for shl_load in -ldld... " >&6; } +if test ${ac_cv_lib_dld_shl_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char shl_load (); +int +main (void) +{ +return shl_load (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_shl_load=yes +else $as_nop + ac_cv_lib_dld_shl_load=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 +printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = xyes +then : + lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld +else $as_nop + ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" +if test "x$ac_cv_func_dlopen" = xyes +then : + lt_cv_dlopen=dlopen +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 +printf %s "checking for dlopen in -lsvld... " >&6; } +if test ${ac_cv_lib_svld_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_svld_dlopen=yes +else $as_nop + ac_cv_lib_svld_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 +printf %s "checking for dld_link in -ldld... " >&6; } +if test ${ac_cv_lib_dld_dld_link+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dld_link (); +int +main (void) +{ +return dld_link (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_dld_link=yes +else $as_nop + ac_cv_lib_dld_dld_link=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 +printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = xyes +then : + lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test no = "$lt_cv_dlopen"; then + enable_dlopen=no + else + enable_dlopen=yes + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS=$LDFLAGS + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS=$LIBS + LIBS="$lt_cv_dlopen_libs $LIBS" + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 +printf %s "checking whether a program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 +printf "%s\n" "$lt_cv_dlopen_self" >&6; } + + if test yes = "$lt_cv_dlopen_self"; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 +printf %s "checking whether a statically linked program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self_static+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 +printf "%s\n" "$lt_cv_dlopen_self_static" >&6; } + fi + + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + + + + + + + + + + + + + + + + +striplib= +old_striplib= +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 +printf %s "checking whether stripping libraries is possible... " >&6; } +if test -z "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +else + if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + case $host_os in + darwin*) + # FIXME - insert some real tests, host_os isn't really good enough + striplib="$STRIP -x" + old_striplib="$STRIP -S" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + ;; + freebsd*) + if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + fi + ;; + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + ;; + esac + fi +fi + + + + + + + + + + + + + # Report what library types will actually be built + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 +printf %s "checking if libtool supports shared libraries... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 +printf "%s\n" "$can_build_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 +printf %s "checking whether to build shared libraries... " >&6; } + test no = "$can_build_shared" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[4-9]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + fi + ;; + esac + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 +printf "%s\n" "$enable_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 +printf %s "checking whether to build static libraries... " >&6; } + # Make sure either enable_shared or enable_static is yes. + test yes = "$enable_shared" || enable_static=yes + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 +printf "%s\n" "$enable_static" >&6; } + + + + +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC=$lt_save_CC + + + + + + + + + + + + + + + + ac_config_commands="$ac_config_commands libtool" + + + + +# Only expand once: + + + +ac_config_headers="$ac_config_headers config.h" + + +# Checks for programs. + + + +LDFLAGS="$LDFLAGS -L/usr/local/lib" + +# Checks for libraries. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing log" >&5 +printf %s "checking for library containing log... " >&6; } +if test ${ac_cv_search_log+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char log (); +int +main (void) +{ +return log (); + ; + return 0; +} +_ACEOF +for ac_lib in '' m +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_log=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_log+y} +then : + break +fi +done +if test ${ac_cv_search_log+y} +then : + +else $as_nop + ac_cv_search_log=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_log" >&5 +printf "%s\n" "$ac_cv_search_log" >&6; } +ac_res=$ac_cv_search_log +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +else $as_nop + as_fn_error $? "Could not find math library" "$LINENO" 5 +fi + + +# Checks for header files. +# Autoupdate added the next two lines to ensure that your configure +# script's behavior did not change. They are probably safe to remove. + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + + + + +# Obsolete code to be removed. +if test $ac_cv_header_sys_time_h = yes; then + +printf "%s\n" "@%:@define TIME_WITH_SYS_TIME 1" >>confdefs.h + +fi +# End of obsolete code. + +ac_header_dirent=no +for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do + as_ac_Header=`printf "%s\n" "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 +printf %s "checking for $ac_hdr that defines DIR... " >&6; } +if eval test \${$as_ac_Header+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include <$ac_hdr> + +int +main (void) +{ +if ((DIR *) 0) +return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$as_ac_Header=yes" +else $as_nop + eval "$as_ac_Header=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$as_ac_Header + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } +if eval test \"x\$"$as_ac_Header"\" = x"yes" +then : + cat >>confdefs.h <<_ACEOF +@%:@define `printf "%s\n" "HAVE_$ac_hdr" | $as_tr_cpp` 1 +_ACEOF + +ac_header_dirent=$ac_hdr; break +fi + +done +# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. +if test $ac_header_dirent = dirent.h; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' dir +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' x +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +fi + +ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" +if test "x$ac_cv_type__Bool" = xyes +then : + +printf "%s\n" "@%:@define HAVE__BOOL 1" >>confdefs.h + + +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 +printf %s "checking for stdbool.h that conforms to C99... " >&6; } +if test ${ac_cv_header_stdbool_h+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + + #ifndef __bool_true_false_are_defined + #error "__bool_true_false_are_defined is not defined" + #endif + char a[__bool_true_false_are_defined == 1 ? 1 : -1]; + + /* Regardless of whether this is C++ or "_Bool" is a + valid type name, "true" and "false" should be usable + in #if expressions and integer constant expressions, + and "bool" should be a valid type name. */ + + #if !true + #error "'true' is not true" + #endif + #if true != 1 + #error "'true' is not equal to 1" + #endif + char b[true == 1 ? 1 : -1]; + char c[true]; + + #if false + #error "'false' is not false" + #endif + #if false != 0 + #error "'false' is not equal to 0" + #endif + char d[false == 0 ? 1 : -1]; + + enum { e = false, f = true, g = false * true, h = true * 256 }; + + char i[(bool) 0.5 == true ? 1 : -1]; + char j[(bool) 0.0 == false ? 1 : -1]; + char k[sizeof (bool) > 0 ? 1 : -1]; + + struct sb { bool s: 1; bool t; } s; + char l[sizeof s.t > 0 ? 1 : -1]; + + /* The following fails for + HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ + bool m[h]; + char n[sizeof m == h * sizeof m[0] ? 1 : -1]; + char o[-1 - (bool) 0 < 0 ? 1 : -1]; + /* Catch a bug in an HP-UX C compiler. See + https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html + https://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html + */ + bool p = true; + bool *pp = &p; + + /* C 1999 specifies that bool, true, and false are to be + macros, but C++ 2011 and later overrule this. */ + #if __cplusplus < 201103 + #ifndef bool + #error "bool is not defined" + #endif + #ifndef false + #error "false is not defined" + #endif + #ifndef true + #error "true is not defined" + #endif + #endif + + /* If _Bool is available, repeat with it all the tests + above that used bool. */ + #ifdef HAVE__BOOL + struct sB { _Bool s: 1; _Bool t; } t; + + char q[(_Bool) 0.5 == true ? 1 : -1]; + char r[(_Bool) 0.0 == false ? 1 : -1]; + char u[sizeof (_Bool) > 0 ? 1 : -1]; + char v[sizeof t.t > 0 ? 1 : -1]; + + _Bool w[h]; + char x[sizeof m == h * sizeof m[0] ? 1 : -1]; + char y[-1 - (_Bool) 0 < 0 ? 1 : -1]; + _Bool z = true; + _Bool *pz = &p; + #endif + +int +main (void) +{ + + bool ps = &s; + *pp |= p; + *pp |= ! p; + + #ifdef HAVE__BOOL + _Bool pt = &t; + *pz |= z; + *pz |= ! z; + #endif + + /* Refer to every declared value, so they cannot be + discarded as unused. */ + return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k + + !l + !m + !n + !o + !p + !pp + !ps + #ifdef HAVE__BOOL + + !q + !r + !u + !v + !w + !x + !y + !z + !pt + #endif + ); + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_header_stdbool_h=yes +else $as_nop + ac_cv_header_stdbool_h=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 +printf "%s\n" "$ac_cv_header_stdbool_h" >&6; } + +if test $ac_cv_header_stdbool_h = yes; then + +printf "%s\n" "@%:@define HAVE_STDBOOL_H 1" >>confdefs.h + +fi + +ac_fn_c_check_header_compile "$LINENO" "fcntl.h" "ac_cv_header_fcntl_h" "$ac_includes_default" +if test "x$ac_cv_header_fcntl_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_FCNTL_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default" +if test "x$ac_cv_header_float_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_FLOAT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" +if test "x$ac_cv_header_inttypes_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_INTTYPES_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default" +if test "x$ac_cv_header_limits_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_LIMITS_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" +if test "x$ac_cv_header_locale_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_LOCALE_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "malloc.h" "ac_cv_header_malloc_h" "$ac_includes_default" +if test "x$ac_cv_header_malloc_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_MALLOC_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "memory.h" "ac_cv_header_memory_h" "$ac_includes_default" +if test "x$ac_cv_header_memory_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMORY_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stddef.h" "ac_cv_header_stddef_h" "$ac_includes_default" +if test "x$ac_cv_header_stddef_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDDEF_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" +if test "x$ac_cv_header_stdint_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDINT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +if test "x$ac_cv_header_stdlib_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STDLIB_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default" +if test "x$ac_cv_header_string_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRING_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +if test "x$ac_cv_header_unistd_h" = xyes +then : + printf "%s\n" "@%:@define HAVE_UNISTD_H 1" >>confdefs.h + +fi + + +# Checks for typedefs, structures, and compiler characteristics. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 +printf %s "checking for inline... " >&6; } +if test ${ac_cv_c_inline+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo (void) {return 0; } +$ac_kw foo_t foo (void) {return 0; } +#endif + +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_c_inline=$ac_kw +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + test "$ac_cv_c_inline" != no && break +done + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +printf "%s\n" "$ac_cv_c_inline" >&6; } + +case $ac_cv_c_inline in + inline | yes) ;; + *) + case $ac_cv_c_inline in + no) ac_val=;; + *) ac_val=$ac_cv_c_inline;; + esac + cat >>confdefs.h <<_ACEOF +#ifndef __cplusplus +#define inline $ac_val +#endif +_ACEOF + ;; +esac + +ac_fn_c_find_intX_t "$LINENO" "16" "ac_cv_c_int16_t" +case $ac_cv_c_int16_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int16_t $ac_cv_c_int16_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "32" "ac_cv_c_int32_t" +case $ac_cv_c_int32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int32_t $ac_cv_c_int32_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t" +case $ac_cv_c_int64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int64_t $ac_cv_c_int64_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "8" "ac_cv_c_int8_t" +case $ac_cv_c_int8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define int8_t $ac_cv_c_int8_t" >>confdefs.h +;; +esac + +ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default" +if test "x$ac_cv_type_off_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define off_t long int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" +if test "x$ac_cv_type_size_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define size_t unsigned int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default" +if test "x$ac_cv_type_ssize_t" = xyes +then : + +else $as_nop + +printf "%s\n" "@%:@define ssize_t int" >>confdefs.h + +fi + +ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t" +case $ac_cv_c_uint16_t in #( + no|yes) ;; #( + *) + + +printf "%s\n" "@%:@define uint16_t $ac_cv_c_uint16_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t" +case $ac_cv_c_uint32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT32_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint32_t $ac_cv_c_uint32_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t" +case $ac_cv_c_uint64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT64_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint64_t $ac_cv_c_uint64_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t" +case $ac_cv_c_uint8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "@%:@define _UINT8_T 1" >>confdefs.h + + +printf "%s\n" "@%:@define uint8_t $ac_cv_c_uint8_t" >>confdefs.h +;; + esac + +ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default" +if test "x$ac_cv_type_ptrdiff_t" = xyes +then : + +printf "%s\n" "@%:@define HAVE_PTRDIFF_T 1" >>confdefs.h + + +fi + + +# Checks for library functions. +ac_fn_c_check_func "$LINENO" "malloc" "ac_cv_func_malloc" +if test "x$ac_cv_func_malloc" = xyes +then : + printf "%s\n" "@%:@define HAVE_MALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "realloc" "ac_cv_func_realloc" +if test "x$ac_cv_func_realloc" = xyes +then : + printf "%s\n" "@%:@define HAVE_REALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "drand48" "ac_cv_func_drand48" +if test "x$ac_cv_func_drand48" = xyes +then : + printf "%s\n" "@%:@define HAVE_DRAND48 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "getcwd" "ac_cv_func_getcwd" +if test "x$ac_cv_func_getcwd" = xyes +then : + printf "%s\n" "@%:@define HAVE_GETCWD 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" +if test "x$ac_cv_func_gettimeofday" = xyes +then : + printf "%s\n" "@%:@define HAVE_GETTIMEOFDAY 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memmove" "ac_cv_func_memmove" +if test "x$ac_cv_func_memmove" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMMOVE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memset" "ac_cv_func_memset" +if test "x$ac_cv_func_memset" = xyes +then : + printf "%s\n" "@%:@define HAVE_MEMSET 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "regcomp" "ac_cv_func_regcomp" +if test "x$ac_cv_func_regcomp" = xyes +then : + printf "%s\n" "@%:@define HAVE_REGCOMP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" +if test "x$ac_cv_func_setlocale" = xyes +then : + printf "%s\n" "@%:@define HAVE_SETLOCALE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "sqrt" "ac_cv_func_sqrt" +if test "x$ac_cv_func_sqrt" = xyes +then : + printf "%s\n" "@%:@define HAVE_SQRT 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strdup" "ac_cv_func_strdup" +if test "x$ac_cv_func_strdup" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRDUP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strndup" "ac_cv_func_strndup" +if test "x$ac_cv_func_strndup" = xyes +then : + printf "%s\n" "@%:@define HAVE_STRNDUP 1" >>confdefs.h + +fi + + +if : +then : + + vers='1.1.1' + + major=${vers%%.*} + rest=${vers#*.} + minor=${rest%%.*} + patch=${rest#*.} + + case $major in (*!0-9*|'') as_fn_error $? "Non-numeric major version in 1.1.1 ('$major')" "$LINENO" 5;; esac + case $minor in (*!0-9*|'') as_fn_error $? "Non-numeric minor version in 1.1.1 ('$minor')" "$LINENO" 5;; esac + case $patch in (*!0-9*|'') as_fn_error $? "Non-numeric patch version in 1.1.1 ('$patch')" "$LINENO" 5;; esac + + LIBPOSTAL_MAJOR_VERSION=$major + + LIBPOSTAL_MINOR_VERSION=$minor + + LIBPOSTAL_PATCH_VERSION=$patch + + + +printf "%s\n" "@%:@define LIBPOSTAL_MAJOR_VERSION $major" >>confdefs.h + + +printf "%s\n" "@%:@define LIBPOSTAL_MINOR_VERSION $minor" >>confdefs.h + + +printf "%s\n" "@%:@define LIBPOSTAL_PATCH_VERSION $patch" >>confdefs.h + + +fi + + +LIBPOSTAL_DATA_DIR_VERSION_STRING=v1 + + +DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/base_data) +PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/parser) +LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/language_classifier) + +LIBPOSTAL_DATA_FILE_LATEST_VERSION=$DATA_FILE_LATEST_VERSION + +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION=$PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION=$LANG_CLASS_MODEL_LATEST_VERSION + + +# Senzing data +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING=v1 + + +SENZING_DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/senzing/base_data) +SENZING_PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/parser) +SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/language_classifier) + +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION=$SENZING_DATA_FILE_LATEST_VERSION + +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION=$SENZING_PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$SENZING_LANG_CLASS_MODEL_LATEST_VERSION + + +ac_config_files="$ac_config_files Makefile libpostal.pc src/Makefile src/libpostal_data test/Makefile" + + +# Extract the first word of "shuf", so it can be a program name with args. +set dummy shuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_SHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_SHUF"; then + ac_cv_prog_FOUND_SHUF="$FOUND_SHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_SHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_SHUF=$ac_cv_prog_FOUND_SHUF +if test -n "$FOUND_SHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_SHUF" >&5 +printf "%s\n" "$FOUND_SHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +# Extract the first word of "gshuf", so it can be a program name with args. +set dummy gshuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_GSHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_GSHUF"; then + ac_cv_prog_FOUND_GSHUF="$FOUND_GSHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_GSHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_GSHUF=$ac_cv_prog_FOUND_GSHUF +if test -n "$FOUND_GSHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_GSHUF" >&5 +printf "%s\n" "$FOUND_GSHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + +if test "x$FOUND_SHUF" = xyes +then : + +printf "%s\n" "@%:@define HAVE_SHUF 1" >>confdefs.h + +fi +if test "x$FOUND_GSHUF" = xyes +then : + +printf "%s\n" "@%:@define HAVE_GSHUF 1" >>confdefs.h + +fi + +# ------------------------------------------------------------------ +# Checks for SSE2 build +# ------------------------------------------------------------------ + +@%:@ Check whether --enable-sse2 was given. +if test ${enable_sse2+y} +then : + enableval=$enable_sse2; +fi + + +if test "x$enable_sse2" != "xno" && test "x$(uname -m)" != "xarm64" && test "x$(uname -m)" != "xaarch64" +then : + + CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}" + +fi + +ac_fn_c_check_header_compile "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" +if test "x$ac_cv_header_cblas_h" = xyes +then : + + +ax_cblas_ok=no + + +@%:@ Check whether --with-cblas was given. +if test ${with_cblas+y} +then : + withval=$with_cblas; +fi + +case $with_cblas in + yes | "") ;; + no) ax_cblas_ok=disable ;; + -* | */* | *.a | *.so | *.so.* | *.o) CBLAS_LIBS="$with_cblas" ;; + *) CBLAS_LIBS="-l$with_cblas" ;; +esac + +ax_cblas_save_LIBS="$LIBS" + +# First, check CBLAS_LIBS environment variable +if test $ax_cblas_ok = no; then +if test "x$CBLAS_LIBS" != x; then + save_LIBS="$LIBS"; LIBS="$CBLAS_LIBS $LIBS" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in $CBLAS_LIBS" >&5 +printf %s "checking for cblas_dgemm in $CBLAS_LIBS... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ax_cblas_ok=yes +else $as_nop + CBLAS_LIBS="" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cblas_ok" >&5 +printf "%s\n" "$ax_cblas_ok" >&6; } + LIBS="$save_LIBS" +fi +fi + +# CBLAS linked to by default? (happens on some supercomputers) +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="$LIBS" + ac_fn_c_check_func "$LINENO" "cblas_dgemm" "ac_cv_func_cblas_dgemm" +if test "x$ac_cv_func_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes +fi + + LIBS="$save_LIBS" +fi + +# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5 +printf %s "checking for ATL_xerbla in -latlas... " >&6; } +if test ${ac_cv_lib_atlas_ATL_xerbla+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-latlas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char ATL_xerbla (); +int +main (void) +{ +return ATL_xerbla (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_atlas_ATL_xerbla=yes +else $as_nop + ac_cv_lib_atlas_ATL_xerbla=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_atlas_ATL_xerbla" >&5 +printf "%s\n" "$ac_cv_lib_atlas_ATL_xerbla" >&6; } +if test "x$ac_cv_lib_atlas_ATL_xerbla" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5 +printf %s "checking for cblas_dgemm in -lcblas... " >&6; } +if test ${ac_cv_lib_cblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcblas -latlas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_cblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_cblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_cblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes + CBLAS_LIBS="-lcblas -latlas" +fi + +fi + +fi + +# BLAS in Intel MKL library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lmkl" >&5 +printf %s "checking for cblas_dgemm in -lmkl... " >&6; } +if test ${ac_cv_lib_mkl_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lmkl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_mkl_cblas_dgemm=yes +else $as_nop + ac_cv_lib_mkl_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mkl_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_mkl_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_mkl_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-lmkl" +fi + +fi + +# BLAS in Apple vecLib library? +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS" + ac_fn_c_check_func "$LINENO" "cblas_dgemm" "ac_cv_func_cblas_dgemm" +if test "x$ac_cv_func_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-framework vecLib" +fi + + LIBS="$save_LIBS" +fi + +# BLAS in Alpha DXML library? (now called CXML, see above) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -ldxml" >&5 +printf %s "checking for cblas_dgemm in -ldxml... " >&6; } +if test ${ac_cv_lib_dxml_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldxml $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dxml_cblas_dgemm=yes +else $as_nop + ac_cv_lib_dxml_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dxml_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_dxml_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_dxml_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-ldxml" +fi + +fi + +# BLAS in Sun Performance library? +if test $ax_cblas_ok = no; then + if test "x$GCC" != xyes; then # only works with Sun CC + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5 +printf %s "checking for acosp in -lsunmath... " >&6; } +if test ${ac_cv_lib_sunmath_acosp+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsunmath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char acosp (); +int +main (void) +{ +return acosp (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_sunmath_acosp=yes +else $as_nop + ac_cv_lib_sunmath_acosp=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sunmath_acosp" >&5 +printf "%s\n" "$ac_cv_lib_sunmath_acosp" >&6; } +if test "x$ac_cv_lib_sunmath_acosp" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lsunperf" >&5 +printf %s "checking for cblas_dgemm in -lsunperf... " >&6; } +if test ${ac_cv_lib_sunperf_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsunperf -lsunmath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_sunperf_cblas_dgemm=yes +else $as_nop + ac_cv_lib_sunperf_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sunperf_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_sunperf_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_sunperf_cblas_dgemm" = xyes +then : + CBLAS_LIBS="-xlic_lib=sunperf -lsunmath" + ax_cblas_ok=yes +fi + +fi + + fi +fi + +# BLAS in SCSL library? (SGI/Cray Scientific Library) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lscs" >&5 +printf %s "checking for cblas_dgemm in -lscs... " >&6; } +if test ${ac_cv_lib_scs_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lscs $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_scs_cblas_dgemm=yes +else $as_nop + ac_cv_lib_scs_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_scs_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_scs_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_scs_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lscs" +fi + +fi + +# BLAS in SGIMATH library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcomplib.sgimath" >&5 +printf %s "checking for cblas_dgemm in -lcomplib.sgimath... " >&6; } +if test ${ac_cv_lib_complib_sgimath_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcomplib.sgimath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_complib_sgimath_cblas_dgemm=yes +else $as_nop + ac_cv_lib_complib_sgimath_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_complib_sgimath_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_complib_sgimath_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_complib_sgimath_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lcomplib.sgimath" +fi + +fi + +# BLAS in IBM ESSL library? (requires generic BLAS lib, too) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lblas" >&5 +printf %s "checking for cblas_dgemm in -lblas... " >&6; } +if test ${ac_cv_lib_blas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_blas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_blas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_blas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_blas_cblas_dgemm" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lessl" >&5 +printf %s "checking for cblas_dgemm in -lessl... " >&6; } +if test ${ac_cv_lib_essl_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lessl -lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_essl_cblas_dgemm=yes +else $as_nop + ac_cv_lib_essl_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_essl_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_essl_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_essl_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lessl -lblas" +fi + +fi + +fi + +# BLAS in OpenBLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lopenblas" >&5 +printf %s "checking for cblas_dgemm in -lopenblas... " >&6; } +if test ${ac_cv_lib_openblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lopenblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_openblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_openblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_openblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_openblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lopenblas" +fi + +fi + +# Generic CBLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5 +printf %s "checking for cblas_dgemm in -lcblas... " >&6; } +if test ${ac_cv_lib_cblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_cblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_cblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_cblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lcblas" +fi + +fi + +# Generic BLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lblas" >&5 +printf %s "checking for cblas_dgemm in -lblas... " >&6; } +if test ${ac_cv_lib_blas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_blas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_blas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_blas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_blas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lblas" +fi + +fi + + + +LIBS="$ax_cblas_save_LIBS" + +# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: +if test x"$ax_cblas_ok" = xyes; then + +printf "%s\n" "@%:@define HAVE_CBLAS 1" >>confdefs.h + + : +else + ax_cblas_ok=no + +fi + +fi + + +@%:@ Check whether --enable-data-download was given. +if test ${enable_data_download+y} +then : + enableval=$enable_data_download; case "${enableval}" in + yes) DOWNLOAD_DATA=true ;; + no) DOWNLOAD_DATA=false ;; + *) as_fn_error $? "bad value ${enableval} for --disable-data-download" "$LINENO" 5 ;; + esac +else $as_nop + DOWNLOAD_DATA=true +fi + + + +if ${MODEL:+false} : +then : + +else $as_nop + if test "x$MODEL" = xsenzing +then : + +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Invalid MODEL value set +See \`config.log' for more details" "$LINENO" 5; } +fi +fi + + if test "x$DOWNLOAD_DATA" = "xtrue"; then + DOWNLOAD_DATA_TRUE= + DOWNLOAD_DATA_FALSE='#' +else + DOWNLOAD_DATA_TRUE='#' + DOWNLOAD_DATA_FALSE= +fi + + + +@%:@ Check whether --with-cflags-scanner-extra was given. +if test ${with_cflags_scanner_extra+y} +then : + withval=$with_cflags_scanner_extra; + if test "x$withval" = "xno"; then + CFLAGS_SCANNER_EXTRA="" + else + CFLAGS_SCANNER_EXTRA="$withval" + fi + +else $as_nop + CFLAGS_SCANNER_EXTRA="" + +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&5 +printf "%s\n" "$as_me: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&6;} + + + +LIBPOSTAL_SO_VERSION="${LIBPOSTAL_MAJOR_VERSION}:${LIBPOSTAL_MINOR_VERSION}:${LIBPOSTAL_PATCH_VERSION}" + + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +printf "%s\n" "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIB@&t@OBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +printf %s "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 +printf "%s\n" "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${DOWNLOAD_DATA_TRUE}" && test -z "${DOWNLOAD_DATA_FALSE}"; then + as_fn_error $? "conditional \"DOWNLOAD_DATA\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_@&t@echo='printf %s\n' +as_@&t@echo_n='printf %s' + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to the package provider." + +_ACEOF +ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` +ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config='$ac_cs_config_escaped' +ac_cs_version="\\ +libpostal config.status 1.1.1 +configured by $0, generated by GNU Autoconf 2.71, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2021 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + printf "%s\n" "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + printf "%s\n" "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + printf "%s\n" "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX +@%:@@%:@ Running $as_me. @%:@@%:@ +_ASBOX + printf "%s\n" "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" + + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' +lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' +want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' +nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' +lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' +configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' + +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in SHELL \ +ECHO \ +PATH_SEPARATOR \ +SED \ +GREP \ +EGREP \ +FGREP \ +LD \ +NM \ +LN_S \ +lt_SP2NL \ +lt_NL2SP \ +reload_flag \ +FILECMD \ +OBJDUMP \ +deplibs_check_method \ +file_magic_cmd \ +file_magic_glob \ +want_nocaseglob \ +DLLTOOL \ +sharedlib_from_linklib_cmd \ +AR \ +archiver_list_spec \ +STRIP \ +RANLIB \ +CC \ +CFLAGS \ +compiler \ +lt_cv_sys_global_symbol_pipe \ +lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_import \ +lt_cv_sys_global_symbol_to_c_name_address \ +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ +lt_cv_nm_interface \ +nm_file_list_spec \ +lt_cv_truncate_bin \ +lt_prog_compiler_no_builtin_flag \ +lt_prog_compiler_pic \ +lt_prog_compiler_wl \ +lt_prog_compiler_static \ +lt_cv_prog_compiler_c_o \ +need_locks \ +MANIFEST_TOOL \ +DSYMUTIL \ +NMEDIT \ +LIPO \ +OTOOL \ +OTOOL64 \ +shrext_cmds \ +export_dynamic_flag_spec \ +whole_archive_flag_spec \ +compiler_needs_object \ +with_gnu_ld \ +allow_undefined_flag \ +no_undefined_flag \ +hardcode_libdir_flag_spec \ +hardcode_libdir_separator \ +exclude_expsyms \ +include_expsyms \ +file_list_spec \ +variables_saved_for_relink \ +libname_spec \ +library_names_spec \ +soname_spec \ +install_override_mode \ +finish_eval \ +old_striplib \ +striplib; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in reload_cmds \ +old_postinstall_cmds \ +old_postuninstall_cmds \ +old_archive_cmds \ +extract_expsyms_cmds \ +old_archive_from_new_cmds \ +old_archive_from_expsyms_cmds \ +archive_cmds \ +archive_expsym_cmds \ +module_cmds \ +module_expsym_cmds \ +export_symbols_cmds \ +prelink_cmds \ +postlink_cmds \ +postinstall_cmds \ +postuninstall_cmds \ +finish_cmds \ +sys_lib_search_path_spec \ +configure_time_dlsearch_path \ +configure_time_lt_sys_library_path; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +ac_aux_dir='$ac_aux_dir' + +# See if we are running on zsh, and set the options that allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + + + PACKAGE='$PACKAGE' + VERSION='$VERSION' + RM='$RM' + ofile='$ofile' + + + + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "libpostal.pc") CONFIG_FILES="$CONFIG_FILES libpostal.pc" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/libpostal_data") CONFIG_FILES="$CONFIG_FILES src/libpostal_data" ;; + "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files + test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers + test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +printf "%s\n" "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`printf "%s\n" "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +printf "%s\n" "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in @%:@( + *\'*) : + eval set x "$CONFIG_FILES" ;; @%:@( + *) : + set x $CONFIG_FILES ;; @%:@( + *) : + ;; +esac + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk +} + ;; + "libtool":C) + + # See if we are running on zsh, and set the options that allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST + fi + + cfgfile=${ofile}T + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL +# Generated automatically by $as_me ($PACKAGE) $VERSION +# NOTE: Changes made to this file will be lost: look at ltmain.sh. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +# Copyright (C) 2014 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. + +# GNU Libtool 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 of the License, or +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. +# +# GNU Libtool 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. If not, see . + + +# The names of the tagged configurations supported by this script. +available_tags='' + +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} + +# ### BEGIN LIBTOOL CONFIG + +# Which release of libtool.m4 was used? +macro_version=$macro_version +macro_revision=$macro_revision + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# What type of objects to build. +pic_mode=$pic_mode + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# Shared archive member basename,for filename based shared library versioning on AIX. +shared_archive_member_spec=$shared_archive_member_spec + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="\$SED -e 1s/^X//" + +# A grep program that handles long lines. +GREP=$lt_GREP + +# An ERE matcher. +EGREP=$lt_EGREP + +# A literal string matcher. +FGREP=$lt_FGREP + +# A BSD- or MS-compatible name lister. +NM=$lt_NM + +# Whether we need soft or hard links. +LN_S=$lt_LN_S + +# What is the maximum length of a command? +max_cmd_len=$max_cmd_len + +# Object file suffix (normally "o"). +objext=$ac_objext + +# Executable file suffix (normally ""). +exeext=$exeext + +# whether the shell understands "unset". +lt_unset=$lt_unset + +# turn spaces into newlines. +SP2NL=$lt_lt_SP2NL + +# turn newlines into spaces. +NL2SP=$lt_lt_NL2SP + +# convert \$build file names to \$host format. +to_host_file_cmd=$lt_cv_to_host_file_cmd + +# convert \$build files to toolchain format. +to_tool_file_cmd=$lt_cv_to_tool_file_cmd + +# A file(cmd) program that detects file types. +FILECMD=$lt_FILECMD + +# An object symbol dumper. +OBJDUMP=$lt_OBJDUMP + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method = "file_magic". +file_magic_cmd=$lt_file_magic_cmd + +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob=$lt_file_magic_glob + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob=$lt_want_nocaseglob + +# DLL creation program. +DLLTOOL=$lt_DLLTOOL + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd + +# The archiver. +AR=$lt_AR + +# Flags to create an archive (by configure). +lt_ar_flags=$lt_ar_flags + +# Flags to create an archive. +AR_FLAGS=\@S|@{ARFLAGS-"\@S|@lt_ar_flags"} + +# How to feed a file listing to the archiver. +archiver_list_spec=$lt_archiver_list_spec + +# A symbol stripping program. +STRIP=$lt_STRIP + +# Commands used to install an old-style archive. +RANLIB=$lt_RANLIB +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + +# A C compiler. +LTCC=$lt_CC + +# LTCC compiler flags. +LTCFLAGS=$lt_CFLAGS + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration. +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm into a list of symbols to manually relocate. +global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import + +# Transform the output of nm in a C name address pair. +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# Transform the output of nm in a C name address pair when lib prefix is needed. +global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix + +# The name lister interface. +nm_interface=$lt_lt_cv_nm_interface + +# Specify filename containing input files for \$NM. +nm_file_list_spec=$lt_nm_file_list_spec + +# The root where to search for dependent libraries,and where our libraries should be installed. +lt_sysroot=$lt_sysroot + +# Command to truncate a binary pipe. +lt_truncate_bin=$lt_lt_cv_truncate_bin + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# Used to examine libraries when file_magic_cmd begins with "file". +MAGIC_CMD=$MAGIC_CMD + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Manifest tool. +MANIFEST_TOOL=$lt_MANIFEST_TOOL + +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. +DSYMUTIL=$lt_DSYMUTIL + +# Tool to change global to local symbols on Mac OS X. +NMEDIT=$lt_NMEDIT + +# Tool to manipulate fat objects and archives on Mac OS X. +LIPO=$lt_LIPO + +# ldd/readelf like tool for Mach-O binaries on Mac OS X. +OTOOL=$lt_OTOOL + +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. +OTOOL64=$lt_OTOOL64 + +# Old archive suffix (normally "a"). +libext=$libext + +# Shared library suffix (normally ".so"). +shrext_cmds=$lt_shrext_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at link time. +variables_saved_for_relink=$lt_variables_saved_for_relink + +# Do we need the "lib" prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Library versioning type. +version_type=$version_type + +# Shared library runtime path variable. +runpath_var=$runpath_var + +# Shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + +# Command to use after installation of a shared archive. +postinstall_cmds=$lt_postinstall_cmds + +# Command to use after uninstallation of a shared archive. +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# As "finish_cmds", except a single script fragment to be evaled but +# not shown. +finish_eval=$lt_finish_eval + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Compile-time system search path for libraries. +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Detected run-time system search path for libraries. +sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path + +# Explicit LT_SYS_LIBRARY_PATH set during ./configure time. +configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + + +# The linker used to build libraries. +LD=$lt_LD + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds + +# A language specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU compiler? +with_gcc=$GCC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \$shlibpath_var if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# ### END LIBTOOL CONFIG + +_LT_EOF + + cat <<'_LT_EOF' >> "$cfgfile" + +# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + + +# ### END FUNCTIONS SHARED WITH CONFIGURE + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + + +ltmain=$ac_aux_dir/ltmain.sh + + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + $SED '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + + ;; + "Makefile":F) chmod +x src/libpostal_data ;; + "libpostal.pc":F) chmod +x src/libpostal_data ;; + "src/Makefile":F) chmod +x src/libpostal_data ;; + "src/libpostal_data":F) chmod +x src/libpostal_data ;; + "test/Makefile":F) chmod +x src/libpostal_data ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + + \ No newline at end of file diff --git a/autom4te.cache/requests b/autom4te.cache/requests new file mode 100644 index 0000000..3f38915 --- /dev/null +++ b/autom4te.cache/requests @@ -0,0 +1,820 @@ +# This file was generated by Autom4te 2.71. +# It contains the lists of macros which have been traced. +# It can be safely removed. + +@request = ( + bless( [ + '0', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + '/usr/share/aclocal-1.16/internal/ac-config-macro-dirs.m4', + '/usr/share/aclocal/libtool.m4', + '/usr/share/aclocal/ltargz.m4', + '/usr/share/aclocal/ltdl.m4', + '/usr/share/aclocal/ltoptions.m4', + '/usr/share/aclocal/ltsugar.m4', + '/usr/share/aclocal/ltversion.m4', + '/usr/share/aclocal/lt~obsolete.m4', + '/usr/share/aclocal-1.16/amversion.m4', + '/usr/share/aclocal-1.16/auxdir.m4', + '/usr/share/aclocal-1.16/cond.m4', + '/usr/share/aclocal-1.16/depend.m4', + '/usr/share/aclocal-1.16/depout.m4', + '/usr/share/aclocal-1.16/init.m4', + '/usr/share/aclocal-1.16/install-sh.m4', + '/usr/share/aclocal-1.16/lead-dot.m4', + '/usr/share/aclocal-1.16/make.m4', + '/usr/share/aclocal-1.16/missing.m4', + '/usr/share/aclocal-1.16/options.m4', + '/usr/share/aclocal-1.16/prog-cc-c-o.m4', + '/usr/share/aclocal-1.16/runlog.m4', + '/usr/share/aclocal-1.16/sanity.m4', + '/usr/share/aclocal-1.16/silent.m4', + '/usr/share/aclocal-1.16/strip.m4', + '/usr/share/aclocal-1.16/substnot.m4', + '/usr/share/aclocal-1.16/tar.m4', + 'configure.ac' + ], + { + 'AC_PROG_EGREP' => 1, + 'AC_LIBTOOL_F77' => 1, + 'AM_SET_LEADING_DOT' => 1, + '_AM_MANGLE_OPTION' => 1, + '_LT_WITH_SYSROOT' => 1, + 'AC_ENABLE_STATIC' => 1, + '_LT_AC_LANG_CXX' => 1, + 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + 'LT_SYS_SYMBOL_USCORE' => 1, + 'AM_SANITY_CHECK' => 1, + 'AM_SET_DEPDIR' => 1, + 'AC_DISABLE_SHARED' => 1, + 'LTSUGAR_VERSION' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_LIB_LTDL' => 1, + 'AC_PROG_NM' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'LT_LIB_DLLOAD' => 1, + '_AC_PROG_LIBTOOL' => 1, + 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, + 'LT_PATH_NM' => 1, + 'AM_PROG_INSTALL_STRIP' => 1, + 'AM_MISSING_HAS_RUN' => 1, + 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + '_LT_AC_FILE_LTDLL_C' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + '_AM_CONFIG_MACRO_DIRS' => 1, + '_AM_IF_OPTION' => 1, + '_LT_AC_PROG_CXXCPP' => 1, + 'LT_SYS_DLOPEN_DEPLIBS' => 1, + 'AM_DISABLE_SHARED' => 1, + 'AC_PATH_MAGIC' => 1, + 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, + 'AM_PROG_NM' => 1, + '_LT_PROG_CXX' => 1, + '_LT_COMPILER_OPTION' => 1, + 'AM_RUN_LOG' => 1, + 'AM_ENABLE_STATIC' => 1, + '_LT_PATH_TOOL_PREFIX' => 1, + 'AU_DEFUN' => 1, + 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, + 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, + 'AC_LIBTOOL_PICMODE' => 1, + '_AM_PROG_TAR' => 1, + '_LT_CC_BASENAME' => 1, + '_LT_AC_LANG_F77' => 1, + '_AC_AM_CONFIG_HEADER_HOOK' => 1, + 'AC_PATH_TOOL_PREFIX' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + 'AM_SILENT_RULES' => 1, + 'AC_CONFIG_MACRO_DIR' => 1, + 'AC_DISABLE_STATIC' => 1, + 'AC_DEFUN' => 1, + 'AC_LIBTOOL_LANG_C_CONFIG' => 1, + 'AC_DEFUN_ONCE' => 1, + 'LT_LIB_M' => 1, + 'LT_LANG' => 1, + 'LT_OUTPUT' => 1, + '_LTDL_SETUP' => 1, + 'LT_FUNC_DLSYM_USCORE' => 1, + '_LT_AC_LANG_RC_CONFIG' => 1, + 'AC_LIBTOOL_GCJ' => 1, + 'AC_LIBTOOL_COMPILER_OPTION' => 1, + 'LTDL_CONVENIENCE' => 1, + 'AC_LIBTOOL_LINKER_OPTION' => 1, + 'AM_DEP_TRACK' => 1, + 'AC_LIBLTDL_CONVENIENCE' => 1, + 'AM_PROG_LD' => 1, + '_LT_PROG_F77' => 1, + 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, + 'AC_LIBTOOL_CXX' => 1, + 'AM_ENABLE_SHARED' => 1, + 'm4_pattern_allow' => 1, + 'LTDL_INSTALLABLE' => 1, + 'AC_DEPLIBS_CHECK_METHOD' => 1, + 'AC_CHECK_LIBM' => 1, + '_LT_PREPARE_SED_QUOTE_VARS' => 1, + 'AC_LTDL_ENABLE_INSTALL' => 1, + '_m4_warn' => 1, + 'AM_DISABLE_STATIC' => 1, + 'LT_PATH_LD' => 1, + 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, + 'AC_PROG_LD_GNU' => 1, + 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_LIBTOOL_SETUP' => 1, + 'LT_INIT' => 1, + 'LT_PROG_GO' => 1, + 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, + 'AC_PROG_LD_RELOAD_FLAG' => 1, + 'AC_PROG_LD' => 1, + 'AC_LIBTOOL_CONFIG' => 1, + '_LT_AC_SYS_LIBPATH_AIX' => 1, + '_AM_SET_OPTION' => 1, + '_LT_COMPILER_BOILERPLATE' => 1, + '_LT_DLL_DEF_P' => 1, + 'AC_ENABLE_SHARED' => 1, + '_LT_AC_LANG_GCJ_CONFIG' => 1, + 'AC_LIBTOOL_RC' => 1, + 'AC_LTDL_SYSSEARCHPATH' => 1, + '_LT_PROG_ECHO_BACKSLASH' => 1, + 'LT_CMD_MAX_LEN' => 1, + 'm4_include' => 1, + 'AC_LIBTOOL_DLOPEN_SELF' => 1, + 'LT_AC_PROG_SED' => 1, + 'LTVERSION_VERSION' => 1, + '_LT_AC_LANG_CXX_CONFIG' => 1, + 'AC_LIBTOOL_WIN32_DLL' => 1, + 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + 'AC_DISABLE_FAST_INSTALL' => 1, + 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, + '_LT_REQUIRED_DARWIN_CHECKS' => 1, + '_LT_LINKER_BOILERPLATE' => 1, + 'LT_SYS_MODULE_PATH' => 1, + '_LT_AC_SHELL_INIT' => 1, + 'include' => 1, + 'AM_PROG_CC_C_O' => 1, + 'LT_AC_PROG_EGREP' => 1, + 'LTOBSOLETE_VERSION' => 1, + 'AC_LTDL_PREOPEN' => 1, + 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, + 'LT_SYS_DLOPEN_SELF' => 1, + 'AM_MAKE_INCLUDE' => 1, + 'AM_PROG_INSTALL_SH' => 1, + 'AC_LIBTOOL_PROG_CC_C_O' => 1, + '_LT_AC_LOCK' => 1, + 'LT_WITH_LTDL' => 1, + '_LT_AC_LANG_F77_CONFIG' => 1, + 'LTDL_INIT' => 1, + 'LT_PROG_GCJ' => 1, + '_LT_AC_TRY_DLOPEN_SELF' => 1, + 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, + '_LT_LINKER_OPTION' => 1, + '_LT_AC_TAGVAR' => 1, + 'AM_MISSING_PROG' => 1, + '_LT_AC_LANG_C_CONFIG' => 1, + 'LT_AC_PROG_GCJ' => 1, + '_AM_PROG_CC_C_O' => 1, + 'AC_LIBTOOL_OBJDIR' => 1, + '_LT_PROG_FC' => 1, + 'AC_LTDL_SHLIBPATH' => 1, + 'AC_PROG_LIBTOOL' => 1, + '_LT_PROG_LTMAIN' => 1, + 'AC_LTDL_DLSYM_USCORE' => 1, + 'AC_LIBTOOL_FC' => 1, + 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'AC_LTDL_DLLIB' => 1, + '_AM_SET_OPTIONS' => 1, + 'AC_LIBTOOL_DLOPEN' => 1, + 'AM_CONDITIONAL' => 1, + '_LT_AC_SYS_COMPILER' => 1, + '_LT_AC_CHECK_DLFCN' => 1, + 'AC_WITH_LTDL' => 1, + 'LT_SYS_DLSEARCH_PATH' => 1, + '_AM_AUTOCONF_VERSION' => 1, + 'AM_PROG_LIBTOOL' => 1, + '_LT_AC_TAGCONFIG' => 1, + '_AM_DEPENDENCIES' => 1, + 'AC_ENABLE_FAST_INSTALL' => 1, + 'AC_LTDL_SYMBOL_USCORE' => 1, + 'LT_SYS_MODULE_EXT' => 1, + 'LT_FUNC_ARGZ' => 1, + 'm4_pattern_forbid' => 1, + 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, + 'LT_PROG_RC' => 1, + 'LTOPTIONS_VERSION' => 1, + 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'AC_LTDL_OBJDIR' => 1, + 'LT_AC_PROG_RC' => 1, + 'AM_SUBST_NOTMAKE' => 1, + '_LT_AC_PROG_ECHO_BACKSLASH' => 1, + 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, + 'AC_LIBLTDL_INSTALLABLE' => 1, + '_LT_LIBOBJ' => 1, + '_LT_AC_LANG_GCJ' => 1, + 'AC_LTDL_SHLIBEXT' => 1 + } + ], 'Autom4te::Request' ), + bless( [ + '1', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + '/usr/share/aclocal-1.16/internal/ac-config-macro-dirs.m4', + '/usr/share/aclocal/libtool.m4', + '/usr/share/aclocal/ltargz.m4', + '/usr/share/aclocal/ltdl.m4', + '/usr/share/aclocal/ltoptions.m4', + '/usr/share/aclocal/ltsugar.m4', + '/usr/share/aclocal/ltversion.m4', + '/usr/share/aclocal/lt~obsolete.m4', + '/usr/share/aclocal-1.16/amversion.m4', + '/usr/share/aclocal-1.16/auxdir.m4', + '/usr/share/aclocal-1.16/cond.m4', + '/usr/share/aclocal-1.16/depend.m4', + '/usr/share/aclocal-1.16/depout.m4', + '/usr/share/aclocal-1.16/init.m4', + '/usr/share/aclocal-1.16/install-sh.m4', + '/usr/share/aclocal-1.16/lead-dot.m4', + '/usr/share/aclocal-1.16/make.m4', + '/usr/share/aclocal-1.16/missing.m4', + '/usr/share/aclocal-1.16/options.m4', + '/usr/share/aclocal-1.16/prog-cc-c-o.m4', + '/usr/share/aclocal-1.16/runlog.m4', + '/usr/share/aclocal-1.16/sanity.m4', + '/usr/share/aclocal-1.16/silent.m4', + '/usr/share/aclocal-1.16/strip.m4', + '/usr/share/aclocal-1.16/substnot.m4', + '/usr/share/aclocal-1.16/tar.m4', + 'm4/ax_cblas.m4', + 'configure.ac' + ], + { + 'AC_LIBTOOL_WIN32_DLL' => 1, + 'LT_AC_PROG_SED' => 1, + 'LTVERSION_VERSION' => 1, + '_LT_AC_LANG_CXX_CONFIG' => 1, + 'm4_include' => 1, + 'AC_LIBTOOL_DLOPEN_SELF' => 1, + '_LT_PROG_ECHO_BACKSLASH' => 1, + 'LT_CMD_MAX_LEN' => 1, + '_LT_LINKER_BOILERPLATE' => 1, + 'LT_SYS_MODULE_PATH' => 1, + '_LT_REQUIRED_DARWIN_CHECKS' => 1, + 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, + 'AC_DISABLE_FAST_INSTALL' => 1, + 'AX_CBLAS' => 1, + 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + 'AC_LTDL_PREOPEN' => 1, + 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, + 'LTOBSOLETE_VERSION' => 1, + 'LT_AC_PROG_EGREP' => 1, + '_LT_AC_SHELL_INIT' => 1, + 'include' => 1, + 'AM_PROG_CC_C_O' => 1, + '_LT_AC_LANG_F77_CONFIG' => 1, + 'LT_WITH_LTDL' => 1, + '_LT_AC_TRY_DLOPEN_SELF' => 1, + 'LTDL_INIT' => 1, + 'LT_PROG_GCJ' => 1, + '_LT_AC_LOCK' => 1, + 'AC_LIBTOOL_PROG_CC_C_O' => 1, + 'AM_PROG_INSTALL_SH' => 1, + 'LT_SYS_DLOPEN_SELF' => 1, + 'AM_MAKE_INCLUDE' => 1, + 'AC_PROG_LIBTOOL' => 1, + '_LT_PROG_LTMAIN' => 1, + '_LT_AC_LANG_C_CONFIG' => 1, + 'LT_AC_PROG_GCJ' => 1, + '_LT_PROG_FC' => 1, + 'AC_LTDL_SHLIBPATH' => 1, + '_AM_PROG_CC_C_O' => 1, + 'AC_LIBTOOL_OBJDIR' => 1, + '_LT_LINKER_OPTION' => 1, + '_LT_AC_TAGVAR' => 1, + 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, + 'AM_MISSING_PROG' => 1, + 'AC_LTDL_DLLIB' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, + 'AC_LIBTOOL_FC' => 1, + 'AC_LTDL_DLSYM_USCORE' => 1, + '_AM_AUTOCONF_VERSION' => 1, + 'AM_PROG_LIBTOOL' => 1, + 'AC_LTDL_SYMBOL_USCORE' => 1, + 'LT_SYS_MODULE_EXT' => 1, + 'LT_FUNC_ARGZ' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AC_ENABLE_FAST_INSTALL' => 1, + '_AM_DEPENDENCIES' => 1, + 'AC_WITH_LTDL' => 1, + 'LT_SYS_DLSEARCH_PATH' => 1, + '_LT_AC_SYS_COMPILER' => 1, + 'AM_CONDITIONAL' => 1, + '_LT_AC_CHECK_DLFCN' => 1, + '_AM_SET_OPTIONS' => 1, + 'AC_LIBTOOL_DLOPEN' => 1, + '_LT_AC_LANG_GCJ' => 1, + '_LT_LIBOBJ' => 1, + 'AC_LTDL_SHLIBEXT' => 1, + 'AC_LIBLTDL_INSTALLABLE' => 1, + 'AM_SUBST_NOTMAKE' => 1, + 'LTOPTIONS_VERSION' => 1, + 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'AC_LTDL_OBJDIR' => 1, + 'LT_AC_PROG_RC' => 1, + '_LT_AC_PROG_ECHO_BACKSLASH' => 1, + 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, + 'm4_pattern_forbid' => 1, + 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, + 'LT_PROG_RC' => 1, + 'AC_DISABLE_SHARED' => 1, + 'AM_SET_DEPDIR' => 1, + 'AM_SANITY_CHECK' => 1, + 'AC_PROG_NM' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_LIB_LTDL' => 1, + 'LTSUGAR_VERSION' => 1, + 'AC_ENABLE_STATIC' => 1, + 'LT_SYS_SYMBOL_USCORE' => 1, + '_LT_AC_LANG_CXX' => 1, + 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + 'AM_SET_LEADING_DOT' => 1, + '_AM_MANGLE_OPTION' => 1, + '_LT_WITH_SYSROOT' => 1, + 'AC_PROG_EGREP' => 1, + 'AC_LIBTOOL_F77' => 1, + 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, + 'AM_MISSING_HAS_RUN' => 1, + 'LT_PATH_NM' => 1, + '_AC_PROG_LIBTOOL' => 1, + 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, + 'AM_PROG_INSTALL_STRIP' => 1, + 'LT_LIB_DLLOAD' => 1, + 'LT_SUPPORTED_TAG' => 1, + '_LT_PATH_TOOL_PREFIX' => 1, + 'AM_RUN_LOG' => 1, + 'AM_ENABLE_STATIC' => 1, + '_LT_COMPILER_OPTION' => 1, + 'AC_PATH_MAGIC' => 1, + 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, + 'AM_DISABLE_SHARED' => 1, + '_LT_AC_PROG_CXXCPP' => 1, + 'LT_SYS_DLOPEN_DEPLIBS' => 1, + '_LT_PROG_CXX' => 1, + 'AM_PROG_NM' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + '_AM_IF_OPTION' => 1, + '_AM_CONFIG_MACRO_DIRS' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + '_LT_AC_FILE_LTDLL_C' => 1, + '_LT_AC_LANG_F77' => 1, + '_AC_AM_CONFIG_HEADER_HOOK' => 1, + '_LT_CC_BASENAME' => 1, + 'AC_PATH_TOOL_PREFIX' => 1, + 'AC_LIBTOOL_PICMODE' => 1, + 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, + '_AM_PROG_TAR' => 1, + 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, + 'AU_DEFUN' => 1, + 'AC_LIBTOOL_GCJ' => 1, + 'AC_LIBTOOL_COMPILER_OPTION' => 1, + '_LTDL_SETUP' => 1, + '_LT_AC_LANG_RC_CONFIG' => 1, + 'LT_FUNC_DLSYM_USCORE' => 1, + 'LT_OUTPUT' => 1, + 'LT_LIB_M' => 1, + 'LT_LANG' => 1, + 'AC_CONFIG_MACRO_DIR' => 1, + 'AM_SILENT_RULES' => 1, + 'AC_DISABLE_STATIC' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + 'AC_DEFUN_ONCE' => 1, + 'AC_DEFUN' => 1, + 'AC_LIBTOOL_LANG_C_CONFIG' => 1, + 'AC_LIBTOOL_CXX' => 1, + 'm4_pattern_allow' => 1, + 'AM_ENABLE_SHARED' => 1, + 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, + 'AM_PROG_LD' => 1, + '_LT_PROG_F77' => 1, + 'LTDL_CONVENIENCE' => 1, + 'AM_DEP_TRACK' => 1, + 'AC_LIBTOOL_LINKER_OPTION' => 1, + 'AC_LIBLTDL_CONVENIENCE' => 1, + 'LT_PROG_GO' => 1, + 'LT_INIT' => 1, + 'AC_PROG_LD_RELOAD_FLAG' => 1, + 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, + 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, + 'AC_PROG_LD_GNU' => 1, + 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, + 'AC_LIBTOOL_SETUP' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AM_DISABLE_STATIC' => 1, + 'LT_PATH_LD' => 1, + '_LT_PREPARE_SED_QUOTE_VARS' => 1, + 'AC_CHECK_LIBM' => 1, + 'AC_LTDL_ENABLE_INSTALL' => 1, + 'LTDL_INSTALLABLE' => 1, + 'AC_DEPLIBS_CHECK_METHOD' => 1, + '_m4_warn' => 1, + 'AC_LIBTOOL_RC' => 1, + '_LT_AC_LANG_GCJ_CONFIG' => 1, + 'AC_LTDL_SYSSEARCHPATH' => 1, + 'AC_ENABLE_SHARED' => 1, + '_LT_DLL_DEF_P' => 1, + '_LT_AC_SYS_LIBPATH_AIX' => 1, + '_AM_SET_OPTION' => 1, + '_LT_COMPILER_BOILERPLATE' => 1, + 'AC_PROG_LD' => 1, + 'AC_LIBTOOL_CONFIG' => 1 + } + ], 'Autom4te::Request' ), + bless( [ + '2', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + 'aclocal.m4', + 'configure.ac' + ], + { + 'm4_include' => 1, + 'AM_NLS' => 1, + 'AM_MAINTAINER_MODE' => 1, + 'AM_MAKEFILE_INCLUDE' => 1, + 'AC_CANONICAL_TARGET' => 1, + 'AC_CONFIG_LIBOBJ_DIR' => 1, + '_AM_COND_ENDIF' => 1, + 'AM_SILENT_RULES' => 1, + 'AM_GNU_GETTEXT' => 1, + 'AM_XGETTEXT_OPTION' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_FC_PP_DEFINE' => 1, + 'AM_EXTRA_RECURSIVE_TARGETS' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, + 'AM_ENABLE_MULTILIB' => 1, + 'AM_POT_TOOLS' => 1, + 'AC_DEFINE_TRACE_LITERAL' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'AH_OUTPUT' => 1, + 'AC_CANONICAL_BUILD' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + '_AM_MAKEFILE_INCLUDE' => 1, + 'AM_PROG_AR' => 1, + 'GTK_DOC_CHECK' => 1, + 'm4_pattern_allow' => 1, + 'AM_PROG_FC_C_O' => 1, + 'AC_CANONICAL_SYSTEM' => 1, + 'AC_CONFIG_LINKS' => 1, + 'AM_PROG_F77_C_O' => 1, + 'AC_CONFIG_HEADERS' => 1, + 'AM_CONDITIONAL' => 1, + 'AC_FC_PP_SRCEXT' => 1, + 'AC_FC_SRCEXT' => 1, + 'AC_LIBSOURCE' => 1, + 'AM_PROG_MKDIR_P' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AC_SUBST' => 1, + 'AM_PROG_CC_C_O' => 1, + '_m4_warn' => 1, + 'include' => 1, + 'AM_PATH_GUILE' => 1, + 'AM_PROG_LIBTOOL' => 1, + 'AM_PROG_MOC' => 1, + 'AC_FC_FREEFORM' => 1, + 'LT_INIT' => 1, + 'sinclude' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'm4_sinclude' => 1, + 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, + 'AC_CONFIG_AUX_DIR' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_CONFIG_SUBDIRS' => 1, + 'AC_SUBST_TRACE' => 1, + 'AC_CONFIG_FILES' => 1, + '_AM_COND_ELSE' => 1, + '_AM_COND_IF' => 1, + 'm4_pattern_forbid' => 1, + 'AC_CANONICAL_HOST' => 1, + 'AM_PROG_CXX_C_O' => 1, + 'IT_PROG_INTLTOOL' => 1, + 'AC_INIT' => 1 + } + ], 'Autom4te::Request' ), + bless( [ + '3', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + '/usr/share/aclocal-1.16/internal/ac-config-macro-dirs.m4', + '/usr/share/aclocal/ltargz.m4', + '/usr/share/aclocal/ltdl.m4', + '/usr/share/aclocal-1.16/amversion.m4', + '/usr/share/aclocal-1.16/auxdir.m4', + '/usr/share/aclocal-1.16/cond.m4', + '/usr/share/aclocal-1.16/depend.m4', + '/usr/share/aclocal-1.16/depout.m4', + '/usr/share/aclocal-1.16/init.m4', + '/usr/share/aclocal-1.16/install-sh.m4', + '/usr/share/aclocal-1.16/lead-dot.m4', + '/usr/share/aclocal-1.16/make.m4', + '/usr/share/aclocal-1.16/missing.m4', + '/usr/share/aclocal-1.16/options.m4', + '/usr/share/aclocal-1.16/prog-cc-c-o.m4', + '/usr/share/aclocal-1.16/runlog.m4', + '/usr/share/aclocal-1.16/sanity.m4', + '/usr/share/aclocal-1.16/silent.m4', + '/usr/share/aclocal-1.16/strip.m4', + '/usr/share/aclocal-1.16/substnot.m4', + '/usr/share/aclocal-1.16/tar.m4', + 'm4/ax_cblas.m4', + 'm4/libtool.m4', + 'm4/ltoptions.m4', + 'm4/ltsugar.m4', + 'm4/ltversion.m4', + 'm4/lt~obsolete.m4', + 'configure.ac' + ], + { + 'LT_SYS_MODULE_PATH' => 1, + '_LT_LINKER_BOILERPLATE' => 1, + '_LT_REQUIRED_DARWIN_CHECKS' => 1, + 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, + 'AX_CBLAS' => 1, + 'AC_DISABLE_FAST_INSTALL' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, + 'AC_LIBTOOL_WIN32_DLL' => 1, + 'LT_AC_PROG_SED' => 1, + 'LTVERSION_VERSION' => 1, + '_LT_AC_LANG_CXX_CONFIG' => 1, + 'm4_include' => 1, + 'AC_LIBTOOL_DLOPEN_SELF' => 1, + 'LT_CMD_MAX_LEN' => 1, + '_LT_PROG_ECHO_BACKSLASH' => 1, + '_LT_AC_LANG_F77_CONFIG' => 1, + 'LT_WITH_LTDL' => 1, + '_LT_AC_TRY_DLOPEN_SELF' => 1, + 'LT_PROG_GCJ' => 1, + 'LTDL_INIT' => 1, + '_LT_AC_LOCK' => 1, + 'AC_LIBTOOL_PROG_CC_C_O' => 1, + 'AM_PROG_INSTALL_SH' => 1, + 'LT_SYS_DLOPEN_SELF' => 1, + 'AM_MAKE_INCLUDE' => 1, + 'AC_LTDL_PREOPEN' => 1, + 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, + 'LTOBSOLETE_VERSION' => 1, + 'LT_AC_PROG_EGREP' => 1, + '_LT_AC_SHELL_INIT' => 1, + 'AM_PROG_CC_C_O' => 1, + 'include' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'AC_LTDL_DLLIB' => 1, + 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, + 'AC_LIBTOOL_FC' => 1, + 'AC_LTDL_DLSYM_USCORE' => 1, + 'AC_PROG_LIBTOOL' => 1, + '_LT_PROG_LTMAIN' => 1, + 'LT_AC_PROG_GCJ' => 1, + '_LT_AC_LANG_C_CONFIG' => 1, + 'AC_LTDL_SHLIBPATH' => 1, + '_LT_PROG_FC' => 1, + 'AC_LIBTOOL_OBJDIR' => 1, + '_AM_PROG_CC_C_O' => 1, + '_LT_AC_TAGVAR' => 1, + '_LT_LINKER_OPTION' => 1, + 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, + 'AM_MISSING_PROG' => 1, + '_LT_AC_LANG_GCJ' => 1, + '_LT_LIBOBJ' => 1, + 'AC_LTDL_SHLIBEXT' => 1, + 'AC_LIBLTDL_INSTALLABLE' => 1, + 'AM_SUBST_NOTMAKE' => 1, + 'AC_LTDL_OBJDIR' => 1, + 'LT_AC_PROG_RC' => 1, + 'LTOPTIONS_VERSION' => 1, + 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, + '_LT_AC_PROG_ECHO_BACKSLASH' => 1, + 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, + 'm4_pattern_forbid' => 1, + 'LT_PROG_RC' => 1, + 'AM_PROG_LIBTOOL' => 1, + '_AM_AUTOCONF_VERSION' => 1, + 'LT_SYS_MODULE_EXT' => 1, + 'LT_FUNC_ARGZ' => 1, + 'AC_LTDL_SYMBOL_USCORE' => 1, + 'AC_ENABLE_FAST_INSTALL' => 1, + '_AM_DEPENDENCIES' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AC_WITH_LTDL' => 1, + 'LT_SYS_DLSEARCH_PATH' => 1, + '_LT_AC_SYS_COMPILER' => 1, + 'AM_CONDITIONAL' => 1, + '_LT_AC_CHECK_DLFCN' => 1, + '_AM_SET_OPTIONS' => 1, + 'AC_LIBTOOL_DLOPEN' => 1, + 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, + 'AM_MISSING_HAS_RUN' => 1, + 'LT_PATH_NM' => 1, + 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, + '_AC_PROG_LIBTOOL' => 1, + 'AM_PROG_INSTALL_STRIP' => 1, + 'LT_LIB_DLLOAD' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'AC_DISABLE_SHARED' => 1, + 'AM_SANITY_CHECK' => 1, + 'AM_SET_DEPDIR' => 1, + 'AC_PROG_NM' => 1, + 'LTSUGAR_VERSION' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_LIB_LTDL' => 1, + 'AC_ENABLE_STATIC' => 1, + 'LT_SYS_SYMBOL_USCORE' => 1, + 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + '_LT_AC_LANG_CXX' => 1, + 'AM_SET_LEADING_DOT' => 1, + '_LT_WITH_SYSROOT' => 1, + '_AM_MANGLE_OPTION' => 1, + 'AC_LIBTOOL_F77' => 1, + 'AC_PROG_EGREP' => 1, + '_AC_AM_CONFIG_HEADER_HOOK' => 1, + '_LT_AC_LANG_F77' => 1, + '_LT_CC_BASENAME' => 1, + 'AC_PATH_TOOL_PREFIX' => 1, + 'AC_LIBTOOL_PICMODE' => 1, + 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, + '_AM_PROG_TAR' => 1, + 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, + 'AU_DEFUN' => 1, + 'AM_ENABLE_STATIC' => 1, + 'AM_RUN_LOG' => 1, + '_LT_PATH_TOOL_PREFIX' => 1, + '_LT_COMPILER_OPTION' => 1, + 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, + 'AC_PATH_MAGIC' => 1, + '_LT_AC_PROG_CXXCPP' => 1, + 'LT_SYS_DLOPEN_DEPLIBS' => 1, + 'AM_DISABLE_SHARED' => 1, + '_LT_PROG_CXX' => 1, + 'AM_PROG_NM' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + '_AM_IF_OPTION' => 1, + '_AM_CONFIG_MACRO_DIRS' => 1, + '_LT_AC_FILE_LTDLL_C' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AC_LIBTOOL_CXX' => 1, + 'm4_pattern_allow' => 1, + 'AM_ENABLE_SHARED' => 1, + 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, + 'AM_PROG_LD' => 1, + '_LT_PROG_F77' => 1, + 'AM_DEP_TRACK' => 1, + 'AC_LIBTOOL_LINKER_OPTION' => 1, + 'LTDL_CONVENIENCE' => 1, + 'AC_LIBLTDL_CONVENIENCE' => 1, + 'AC_LIBTOOL_GCJ' => 1, + 'AC_LIBTOOL_COMPILER_OPTION' => 1, + '_LTDL_SETUP' => 1, + '_LT_AC_LANG_RC_CONFIG' => 1, + 'LT_FUNC_DLSYM_USCORE' => 1, + 'LT_OUTPUT' => 1, + 'LT_LANG' => 1, + 'LT_LIB_M' => 1, + 'AC_DISABLE_STATIC' => 1, + 'AC_CONFIG_MACRO_DIR' => 1, + 'AM_SILENT_RULES' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + 'AC_DEFUN_ONCE' => 1, + 'AC_LIBTOOL_LANG_C_CONFIG' => 1, + 'AC_DEFUN' => 1, + 'AC_LIBTOOL_RC' => 1, + '_LT_AC_LANG_GCJ_CONFIG' => 1, + 'AC_LTDL_SYSSEARCHPATH' => 1, + 'AC_ENABLE_SHARED' => 1, + '_LT_DLL_DEF_P' => 1, + '_AM_SET_OPTION' => 1, + '_LT_AC_SYS_LIBPATH_AIX' => 1, + '_LT_COMPILER_BOILERPLATE' => 1, + 'AC_PROG_LD' => 1, + 'AC_LIBTOOL_CONFIG' => 1, + 'LT_PROG_GO' => 1, + 'LT_INIT' => 1, + 'AC_PROG_LD_RELOAD_FLAG' => 1, + 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, + 'AC_PROG_LD_GNU' => 1, + 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, + 'AC_LIBTOOL_SETUP' => 1, + 'AM_DISABLE_STATIC' => 1, + 'LT_PATH_LD' => 1, + 'AC_LTDL_ENABLE_INSTALL' => 1, + 'AC_CHECK_LIBM' => 1, + '_LT_PREPARE_SED_QUOTE_VARS' => 1, + 'LTDL_INSTALLABLE' => 1, + 'AC_DEPLIBS_CHECK_METHOD' => 1, + '_m4_warn' => 1 + } + ], 'Autom4te::Request' ), + bless( [ + '4', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + 'aclocal.m4', + '/usr/share/autoconf/autoconf/trailer.m4', + 'configure.ac' + ], + { + 'AC_CONFIG_LINKS' => 1, + 'AM_PROG_F77_C_O' => 1, + 'AC_CANONICAL_SYSTEM' => 1, + 'AM_PROG_FC_C_O' => 1, + 'm4_pattern_allow' => 1, + 'GTK_DOC_CHECK' => 1, + '_AM_MAKEFILE_INCLUDE' => 1, + 'AM_PROG_AR' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'AC_CANONICAL_BUILD' => 1, + 'AH_OUTPUT' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + 'AC_DEFINE_TRACE_LITERAL' => 1, + 'AM_POT_TOOLS' => 1, + 'AM_ENABLE_MULTILIB' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_FC_PP_DEFINE' => 1, + 'AM_EXTRA_RECURSIVE_TARGETS' => 1, + 'AM_XGETTEXT_OPTION' => 1, + 'AM_GNU_GETTEXT' => 1, + 'AM_SILENT_RULES' => 1, + '_AM_COND_ENDIF' => 1, + 'AC_CONFIG_LIBOBJ_DIR' => 1, + 'AC_CANONICAL_TARGET' => 1, + 'AM_MAKEFILE_INCLUDE' => 1, + 'AM_MAINTAINER_MODE' => 1, + 'm4_include' => 1, + 'AM_NLS' => 1, + 'AC_INIT' => 1, + 'IT_PROG_INTLTOOL' => 1, + 'AM_PROG_CXX_C_O' => 1, + 'AC_CANONICAL_HOST' => 1, + 'm4_pattern_forbid' => 1, + '_AM_COND_ELSE' => 1, + '_AM_COND_IF' => 1, + 'AC_SUBST_TRACE' => 1, + 'AC_CONFIG_FILES' => 1, + 'AC_CONFIG_SUBDIRS' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_CONFIG_AUX_DIR' => 1, + 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, + 'sinclude' => 1, + 'm4_sinclude' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AM_PROG_LIBTOOL' => 1, + 'AC_FC_FREEFORM' => 1, + 'LT_INIT' => 1, + 'AM_PROG_MOC' => 1, + 'AM_PROG_CC_C_O' => 1, + '_m4_warn' => 1, + 'include' => 1, + 'AM_PATH_GUILE' => 1, + 'AC_SUBST' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AC_LIBSOURCE' => 1, + 'AM_PROG_MKDIR_P' => 1, + 'AC_FC_PP_SRCEXT' => 1, + 'AC_FC_SRCEXT' => 1, + 'AC_CONFIG_HEADERS' => 1, + 'AM_CONDITIONAL' => 1 + } + ], 'Autom4te::Request' ) + ); + diff --git a/autom4te.cache/traces.0 b/autom4te.cache/traces.0 new file mode 100644 index 0000000..2648935 --- /dev/null +++ b/autom4te.cache/traces.0 @@ -0,0 +1,2815 @@ +m4trace:/usr/share/aclocal/libtool.m4:62: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK +AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +AC_BEFORE([$0], [LT_LANG])dnl +AC_BEFORE([$0], [LT_OUTPUT])dnl +AC_BEFORE([$0], [LTDL_INIT])dnl +m4_require([_LT_CHECK_BUILDDIR])dnl + +dnl Autoconf doesn't catch unexpanded LT_ macros by default: +m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl +m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl +dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 +dnl unless we require an AC_DEFUNed macro: +AC_REQUIRE([LTOPTIONS_VERSION])dnl +AC_REQUIRE([LTSUGAR_VERSION])dnl +AC_REQUIRE([LTVERSION_VERSION])dnl +AC_REQUIRE([LTOBSOLETE_VERSION])dnl +m4_require([_LT_PROG_LTMAIN])dnl + +_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) + +dnl Parse OPTIONS +_LT_SET_OPTIONS([$0], [$1]) + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS=$ltmain + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +AC_SUBST(LIBTOOL)dnl + +_LT_SETUP + +# Only expand once: +m4_define([LT_INIT]) +]) +m4trace:/usr/share/aclocal/libtool.m4:100: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:100: -1- AC_DEFUN([AC_PROG_LIBTOOL], [m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:101: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:101: -1- AC_DEFUN([AM_PROG_LIBTOOL], [m4_warn([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:621: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} +AC_MSG_NOTICE([creating $CONFIG_LT]) +_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], +[# Run this file to recreate a libtool stub with the current configuration.]) + +cat >>"$CONFIG_LT" <<\_LTEOF +lt_cl_silent=false +exec AS_MESSAGE_LOG_FD>>config.log +{ + echo + AS_BOX([Running $as_me.]) +} >&AS_MESSAGE_LOG_FD + +lt_cl_help="\ +'$as_me' creates a local libtool stub from the current configuration, +for use in further configure time tests before the real libtool is +generated. + +Usage: $[0] [[OPTIONS]] + + -h, --help print this help, then exit + -V, --version print version number, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + +Report bugs to ." + +lt_cl_version="\ +m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl +m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) +configured by $[0], generated by m4_PACKAGE_STRING. + +Copyright (C) 2011 Free Software Foundation, Inc. +This config.lt script is free software; the Free Software Foundation +gives unlimited permision to copy, distribute and modify it." + +while test 0 != $[#] +do + case $[1] in + --version | --v* | -V ) + echo "$lt_cl_version"; exit 0 ;; + --help | --h* | -h ) + echo "$lt_cl_help"; exit 0 ;; + --debug | --d* | -d ) + debug=: ;; + --quiet | --q* | --silent | --s* | -q ) + lt_cl_silent=: ;; + + -*) AC_MSG_ERROR([unrecognized option: $[1] +Try '$[0] --help' for more information.]) ;; + + *) AC_MSG_ERROR([unrecognized argument: $[1] +Try '$[0] --help' for more information.]) ;; + esac + shift +done + +if $lt_cl_silent; then + exec AS_MESSAGE_FD>/dev/null +fi +_LTEOF + +cat >>"$CONFIG_LT" <<_LTEOF +_LT_OUTPUT_LIBTOOL_COMMANDS_INIT +_LTEOF + +cat >>"$CONFIG_LT" <<\_LTEOF +AC_MSG_NOTICE([creating $ofile]) +_LT_OUTPUT_LIBTOOL_COMMANDS +AS_EXIT(0) +_LTEOF +chmod +x "$CONFIG_LT" + +# configure is writing to config.log, but config.lt does its own redirection, +# appending to config.log, which fails on DOS, as config.log is still kept +# open by configure. Here we exec the FD to /dev/null, effectively closing +# config.log, so it can be properly (re)opened and appended to by config.lt. +lt_cl_success=: +test yes = "$silent" && + lt_config_lt_args="$lt_config_lt_args --quiet" +exec AS_MESSAGE_LOG_FD>/dev/null +$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false +exec AS_MESSAGE_LOG_FD>>config.log +$lt_cl_success || AS_EXIT(1) +]) +m4trace:/usr/share/aclocal/libtool.m4:813: -1- AC_DEFUN([LT_SUPPORTED_TAG], []) +m4trace:/usr/share/aclocal/libtool.m4:824: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl +m4_case([$1], + [C], [_LT_LANG(C)], + [C++], [_LT_LANG(CXX)], + [Go], [_LT_LANG(GO)], + [Java], [_LT_LANG(GCJ)], + [Fortran 77], [_LT_LANG(F77)], + [Fortran], [_LT_LANG(FC)], + [Windows Resource], [_LT_LANG(RC)], + [m4_ifdef([_LT_LANG_]$1[_CONFIG], + [_LT_LANG($1)], + [m4_fatal([$0: unsupported language: "$1"])])])dnl +]) +m4trace:/usr/share/aclocal/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) +m4trace:/usr/share/aclocal/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_CXX], [m4_warn([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete. +You should run autoupdate.])dnl +LT_LANG(C++)]) +m4trace:/usr/share/aclocal/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) +m4trace:/usr/share/aclocal/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_F77], [m4_warn([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete. +You should run autoupdate.])dnl +LT_LANG(Fortran 77)]) +m4trace:/usr/share/aclocal/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) +m4trace:/usr/share/aclocal/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_FC], [m4_warn([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete. +You should run autoupdate.])dnl +LT_LANG(Fortran)]) +m4trace:/usr/share/aclocal/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) +m4trace:/usr/share/aclocal/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [m4_warn([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete. +You should run autoupdate.])dnl +LT_LANG(Java)]) +m4trace:/usr/share/aclocal/libtool.m4:920: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) +m4trace:/usr/share/aclocal/libtool.m4:920: -1- AC_DEFUN([AC_LIBTOOL_RC], [m4_warn([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete. +You should run autoupdate.])dnl +LT_LANG(Windows Resource)]) +m4trace:/usr/share/aclocal/libtool.m4:1243: -1- AC_DEFUN([_LT_WITH_SYSROOT], [m4_require([_LT_DECL_SED])dnl +AC_MSG_CHECKING([for sysroot]) +AC_ARG_WITH([sysroot], +[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], + [Search for dependent libraries within DIR (or the compiler's sysroot + if not specified).])], +[], [with_sysroot=no]) + +dnl lt_sysroot will always be passed unquoted. We quote it here +dnl in case the user passed a directory name. +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + AC_MSG_RESULT([$with_sysroot]) + AC_MSG_ERROR([The sysroot must be an absolute path.]) + ;; +esac + + AC_MSG_RESULT([${lt_sysroot:-no}]) +_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl +[dependent libraries, and where our libraries should be installed.])]) +m4trace:/usr/share/aclocal/libtool.m4:1588: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + fi + $RM conftest* +]) + +if test yes = "[$]$2"; then + m4_if([$5], , :, [$5]) +else + m4_if([$6], , :, [$6]) +fi +]) +m4trace:/usr/share/aclocal/libtool.m4:1630: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:1630: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_warn([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:1639: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS $3" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&AS_MESSAGE_LOG_FD + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + else + $2=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS +]) + +if test yes = "[$]$2"; then + m4_if([$4], , :, [$4]) +else + m4_if([$5], , :, [$5]) +fi +]) +m4trace:/usr/share/aclocal/libtool.m4:1674: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:1674: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_warn([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:1681: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +# find the maximum length of command line arguments +AC_MSG_CHECKING([the maximum length of command line arguments]) +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl + i=0 + teststring=ABCD + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[[ ]]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len" && \ + test undefined != "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac +]) +if test -n "$lt_cv_sys_max_cmd_len"; then + AC_MSG_RESULT($lt_cv_sys_max_cmd_len) +else + AC_MSG_RESULT(none) +fi +max_cmd_len=$lt_cv_sys_max_cmd_len +_LT_DECL([], [max_cmd_len], [0], + [What is the maximum length of a command?]) +]) +m4trace:/usr/share/aclocal/libtool.m4:1820: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:1820: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_warn([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:1931: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl +if test yes != "$enable_dlopen"; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen=load_add_on + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen=LoadLibrary + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ + lt_cv_dlopen=dyld + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ]) + ;; + + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + + *) + AC_CHECK_FUNC([shl_load], + [lt_cv_dlopen=shl_load], + [AC_CHECK_LIB([dld], [shl_load], + [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], + [AC_CHECK_FUNC([dlopen], + [lt_cv_dlopen=dlopen], + [AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], + [AC_CHECK_LIB([svld], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], + [AC_CHECK_LIB([dld], [dld_link], + [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) + ]) + ]) + ]) + ]) + ]) + ;; + esac + + if test no = "$lt_cv_dlopen"; then + enable_dlopen=no + else + enable_dlopen=yes + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS=$LDFLAGS + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS=$LIBS + LIBS="$lt_cv_dlopen_libs $LIBS" + + AC_CACHE_CHECK([whether a program can dlopen itself], + lt_cv_dlopen_self, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, + lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) + ]) + + if test yes = "$lt_cv_dlopen_self"; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, + lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) + ]) + fi + + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi +_LT_DECL([dlopen_support], [enable_dlopen], [0], + [Whether dlopen is supported]) +_LT_DECL([dlopen_self], [enable_dlopen_self], [0], + [Whether dlopen of programs is supported]) +_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], + [Whether dlopen of statically linked programs is supported]) +]) +m4trace:/usr/share/aclocal/libtool.m4:2056: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:2056: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_warn([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3186: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl +AC_MSG_CHECKING([for $1]) +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, +[case $MAGIC_CMD in +[[\\/*] | ?:[\\/]*]) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR +dnl $ac_dummy forces splitting on constant user-supplied paths. +dnl POSIX.2 word splitting is done only on the output of word expansions, +dnl not every word. This closes a longstanding sh security hole. + ac_dummy="m4_if([$2], , $PATH, [$2])" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$1"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"$1" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac]) +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + AC_MSG_RESULT($MAGIC_CMD) +else + AC_MSG_RESULT(no) +fi +_LT_DECL([], [MAGIC_CMD], [0], + [Used to examine libraries when file_magic_cmd begins with "file"])dnl +]) +m4trace:/usr/share/aclocal/libtool.m4:3248: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:3248: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [m4_warn([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3271: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PROG_ECHO_BACKSLASH])dnl + +AC_ARG_WITH([gnu-ld], + [AS_HELP_STRING([--with-gnu-ld], + [assume the C compiler uses GNU ld @<:@default=no@:>@])], + [test no = "$withval" || with_gnu_ld=yes], + [with_gnu_ld=no])dnl + +ac_prog=ld +if test yes = "$GCC"; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by $CC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return, which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]]* | ?:[[\\/]]*) + re_direlt='/[[^/]][[^/]]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD=$ac_prog + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test yes = "$with_gnu_ld"; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(lt_cv_path_LD, +[if test -z "$LD"; then + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD=$ac_dir/$ac_prog + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &1 | $SED '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break 2 + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break 2 + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS=$lt_save_ifs + done + : ${lt_cv_path_NM=no} +fi]) +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi + AC_SUBST([DUMPBIN]) + if test : != "$DUMPBIN"; then + NM=$DUMPBIN + fi +fi +test -z "$NM" && NM=nm +AC_SUBST([NM]) +_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl + +AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], + [lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) + cat conftest.out >&AS_MESSAGE_LOG_FD + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest*]) +]) +m4trace:/usr/share/aclocal/libtool.m4:3785: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:3785: -1- AC_DEFUN([AM_PROG_NM], [m4_warn([obsolete], [The macro `AM_PROG_NM' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3786: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:3786: -1- AC_DEFUN([AC_PROG_NM], [m4_warn([obsolete], [The macro `AC_PROG_NM' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3857: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl + test DEF = "`$SED -n dnl + -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace + -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments + -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl + -e q dnl Only consider the first "real" line + $1`" dnl +]) +m4trace:/usr/share/aclocal/libtool.m4:3871: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +LIBM= +case $host in +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) + # These system don't have libm, or don't need it + ;; +*-ncr-sysv4.3*) + AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) + AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") + ;; +*) + AC_CHECK_LIB(m, cos, LIBM=-lm) + ;; +esac +AC_SUBST([LIBM]) +]) +m4trace:/usr/share/aclocal/libtool.m4:3890: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:3890: -1- AC_DEFUN([AC_CHECK_LIBM], [m4_warn([obsolete], [The macro `AC_CHECK_LIBM' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:8172: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], + [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], + [AC_CHECK_TOOL(GCJ, gcj,) + test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS)])])[]dnl +]) +m4trace:/usr/share/aclocal/libtool.m4:8181: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:8181: -1- AC_DEFUN([LT_AC_PROG_GCJ], [m4_warn([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:8188: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) +]) +m4trace:/usr/share/aclocal/libtool.m4:8195: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) +]) +m4trace:/usr/share/aclocal/libtool.m4:8200: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:8200: -1- AC_DEFUN([LT_AC_PROG_RC], [m4_warn([obsolete], [The macro `LT_AC_PROG_RC' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:8328: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:8328: -1- AC_DEFUN([LT_AC_PROG_SED], [m4_warn([obsolete], [The macro `LT_AC_PROG_SED' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) +m4trace:/usr/share/aclocal/ltargz.m4:13: -1- AC_DEFUN([LT_FUNC_ARGZ], [ +dnl Required for use of '$SED' in Cygwin configuration. +AC_REQUIRE([AC_PROG_SED])dnl +AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT]) + +AC_CHECK_TYPES([error_t], + [], + [AC_DEFINE([error_t], [int], + [Define to a type to use for 'error_t' if it is not otherwise available.]) + AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h + does not typedef error_t.])], + [#if defined(HAVE_ARGZ_H) +# include +#endif]) + +LT_ARGZ_H= +AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \ + argz_next argz_stringify], [], [LT_ARGZ_H=lt__argz.h; AC_LIBOBJ([lt__argz])]) + +dnl if have system argz functions, allow forced use of +dnl libltdl-supplied implementation (and default to do so +dnl on "known bad" systems). Could use a runtime check, but +dnl (a) detecting malloc issues is notoriously unreliable +dnl (b) only known system that declares argz functions, +dnl provides them, yet they are broken, is cygwin +dnl releases prior to 16-Mar-2007 (1.5.24 and earlier) +dnl So, it's more straightforward simply to special case +dnl this for known bad systems. +AS_IF([test -z "$LT_ARGZ_H"], + [AC_CACHE_CHECK( + [if argz actually works], + [lt_cv_sys_argz_works], + [[case $host_os in #( + *cygwin*) + lt_cv_sys_argz_works=no + if test no != "$cross_compiling"; then + lt_cv_sys_argz_works="guessing no" + else + lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/' + save_IFS=$IFS + IFS=-. + set x `uname -r | $SED -e "$lt_sed_extract_leading_digits"` + IFS=$save_IFS + lt_os_major=${2-0} + lt_os_minor=${3-0} + lt_os_micro=${4-0} + if test 1 -lt "$lt_os_major" \ + || { test 1 -eq "$lt_os_major" \ + && { test 5 -lt "$lt_os_minor" \ + || { test 5 -eq "$lt_os_minor" \ + && test 24 -lt "$lt_os_micro"; }; }; }; then + lt_cv_sys_argz_works=yes + fi + fi + ;; #( + *) lt_cv_sys_argz_works=yes ;; + esac]]) + AS_IF([test yes = "$lt_cv_sys_argz_works"], + [AC_DEFINE([HAVE_WORKING_ARGZ], 1, + [This value is set to 1 to indicate that the system argz facility works])], + [LT_ARGZ_H=lt__argz.h + AC_LIBOBJ([lt__argz])])]) + +AC_SUBST([LT_ARGZ_H]) +]) +m4trace:/usr/share/aclocal/ltdl.m4:17: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT]) +_$0($*) +]) +m4trace:/usr/share/aclocal/ltdl.m4:69: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl +dnl Although the argument is deprecated and no longer documented, +dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one +dnl here make sure it is the same as any other declaration of libltdl's +dnl location! This also ensures lt_ltdl_dir is set when configure.ac is +dnl not yet using an explicit LT_CONFIG_LTDL_DIR. +m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl +_$0() +]) +m4trace:/usr/share/aclocal/ltdl.m4:82: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) +_LTDL_CONVENIENCE]) +m4trace:/usr/share/aclocal/ltdl.m4:82: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [m4_warn([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete. +You should run autoupdate.])dnl +_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) +_LTDL_CONVENIENCE]) +m4trace:/usr/share/aclocal/ltdl.m4:125: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl +dnl Although the argument is deprecated and no longer documented, +dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one +dnl here make sure it is the same as any other declaration of libltdl's +dnl location! This also ensures lt_ltdl_dir is set when configure.ac is +dnl not yet using an explicit LT_CONFIG_LTDL_DIR. +m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl +_$0() +]) +m4trace:/usr/share/aclocal/ltdl.m4:138: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) +_LTDL_INSTALLABLE]) +m4trace:/usr/share/aclocal/ltdl.m4:138: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [m4_warn([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete. +You should run autoupdate.])dnl +_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) +_LTDL_INSTALLABLE]) +m4trace:/usr/share/aclocal/ltdl.m4:214: -1- AC_DEFUN([_LT_LIBOBJ], [ + m4_pattern_allow([^_LT_LIBOBJS$]) + _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext" +]) +m4trace:/usr/share/aclocal/ltdl.m4:227: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS +_LT_SET_OPTIONS([$0], [$1]) + +dnl We need to keep our own list of libobjs separate from our parent project, +dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while +dnl we look for our own LIBOBJs. +m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ])) +m4_pushdef([AC_LIBSOURCES]) + +dnl If not otherwise defined, default to the 1.5.x compatible subproject mode: +m4_if(_LTDL_MODE, [], + [m4_define([_LTDL_MODE], m4_default([$2], [subproject])) + m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])], + [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])]) + +AC_ARG_WITH([included_ltdl], + [AS_HELP_STRING([--with-included-ltdl], + [use the GNU ltdl sources included here])]) + +if test yes != "$with_included_ltdl"; then + # We are not being forced to use the included libltdl sources, so + # decide whether there is a useful installed version we can use. + AC_CHECK_HEADER([ltdl.h], + [AC_CHECK_DECL([lt_dlinterface_register], + [AC_CHECK_LIB([ltdl], [lt_dladvise_preload], + [with_included_ltdl=no], + [with_included_ltdl=yes])], + [with_included_ltdl=yes], + [AC_INCLUDES_DEFAULT + #include ])], + [with_included_ltdl=yes], + [AC_INCLUDES_DEFAULT] + ) +fi + +dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE +dnl was called yet, then for old times' sake, we assume libltdl is in an +dnl eponymous directory: +AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])]) + +AC_ARG_WITH([ltdl_include], + [AS_HELP_STRING([--with-ltdl-include=DIR], + [use the ltdl headers installed in DIR])]) + +if test -n "$with_ltdl_include"; then + if test -f "$with_ltdl_include/ltdl.h"; then : + else + AC_MSG_ERROR([invalid ltdl include directory: '$with_ltdl_include']) + fi +else + with_ltdl_include=no +fi + +AC_ARG_WITH([ltdl_lib], + [AS_HELP_STRING([--with-ltdl-lib=DIR], + [use the libltdl.la installed in DIR])]) + +if test -n "$with_ltdl_lib"; then + if test -f "$with_ltdl_lib/libltdl.la"; then : + else + AC_MSG_ERROR([invalid ltdl library directory: '$with_ltdl_lib']) + fi +else + with_ltdl_lib=no +fi + +case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in + ,yes,no,no,) + m4_case(m4_default(_LTDL_TYPE, [convenience]), + [convenience], [_LTDL_CONVENIENCE], + [installable], [_LTDL_INSTALLABLE], + [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)]) + ;; + ,no,no,no,) + # If the included ltdl is not to be used, then use the + # preinstalled libltdl we found. + AC_DEFINE([HAVE_LTDL], [1], + [Define this if a modern libltdl is already installed]) + LIBLTDL=-lltdl + LTDLDEPS= + LTDLINCL= + ;; + ,no*,no,*) + AC_MSG_ERROR(['--with-ltdl-include' and '--with-ltdl-lib' options must be used together]) + ;; + *) with_included_ltdl=no + LIBLTDL="-L$with_ltdl_lib -lltdl" + LTDLDEPS= + LTDLINCL=-I$with_ltdl_include + ;; +esac +INCLTDL=$LTDLINCL + +# Report our decision... +AC_MSG_CHECKING([where to find libltdl headers]) +AC_MSG_RESULT([$LTDLINCL]) +AC_MSG_CHECKING([where to find libltdl library]) +AC_MSG_RESULT([$LIBLTDL]) + +_LTDL_SETUP + +dnl restore autoconf definition. +m4_popdef([AC_LIBOBJ]) +m4_popdef([AC_LIBSOURCES]) + +AC_CONFIG_COMMANDS_PRE([ + _ltdl_libobjs= + _ltdl_ltlibobjs= + if test -n "$_LT_LIBOBJS"; then + # Remove the extension. + _lt_sed_drop_objext='s/\.o$//;s/\.obj$//' + for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | $SED "$_lt_sed_drop_objext" | sort -u`; do + _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext" + _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo" + done + fi + AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs]) + AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs]) +]) + +# Only expand once: +m4_define([LTDL_INIT]) +]) +m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_LIB_LTDL], [m4_warn([obsolete], [The macro `AC_LIB_LTDL' is obsolete. +You should run autoupdate.])dnl +LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([AC_WITH_LTDL], [m4_warn([obsolete], [The macro `AC_WITH_LTDL' is obsolete. +You should run autoupdate.])dnl +LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:355: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:355: -1- AC_DEFUN([LT_WITH_LTDL], [m4_warn([obsolete], [The macro `LT_WITH_LTDL' is obsolete. +You should run autoupdate.])dnl +LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:368: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([LT_SYS_MODULE_EXT])dnl +AC_REQUIRE([LT_SYS_MODULE_PATH])dnl +AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl +AC_REQUIRE([LT_LIB_DLLOAD])dnl +AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl +AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl +AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl +AC_REQUIRE([LT_FUNC_ARGZ])dnl + +m4_require([_LT_CHECK_OBJDIR])dnl +m4_require([_LT_HEADER_DLFCN])dnl +m4_require([_LT_CHECK_DLPREOPEN])dnl +m4_require([_LT_DECL_SED])dnl + +dnl Don't require this, or it will be expanded earlier than the code +dnl that sets the variables it relies on: +_LT_ENABLE_INSTALL + +dnl _LTDL_MODE specific code must be called at least once: +_LTDL_MODE_DISPATCH + +# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS +# the user used. This is so that ltdl.h can pick up the parent projects +# config.h file, The first file in AC_CONFIG_HEADERS must contain the +# definitions required by ltdl.c. +# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility). +AC_CONFIG_COMMANDS_PRE([dnl +m4_pattern_allow([^LT_CONFIG_H$])dnl +m4_ifset([AH_HEADER], + [LT_CONFIG_H=AH_HEADER], + [m4_ifset([AC_LIST_HEADERS], + [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[ ]]*||;s|[[ :]].*$||'`], + [])])]) +AC_SUBST([LT_CONFIG_H]) + +AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h], + [], [], [AC_INCLUDES_DEFAULT]) + +AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])]) +AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])]) + +m4_pattern_allow([LT_LIBEXT])dnl +AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension]) + +name= +eval "lt_libprefix=\"$libname_spec\"" +m4_pattern_allow([LT_LIBPREFIX])dnl +AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix]) + +name=ltdl +eval "LTDLOPEN=\"$libname_spec\"" +AC_SUBST([LTDLOPEN]) +]) +m4trace:/usr/share/aclocal/ltdl.m4:444: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_CACHE_CHECK([whether deplibs are loaded by dlopen], + [lt_cv_sys_dlopen_deplibs], + [# PORTME does your system automatically load deplibs for dlopen? + # or its logical equivalent (e.g. shl_load for HP-UX < 11) + # For now, we just catch OSes we know something about -- in the + # future, we'll try test this programmatically. + lt_cv_sys_dlopen_deplibs=unknown + case $host_os in + aix3*|aix4.1.*|aix4.2.*) + # Unknown whether this is true for these versions of AIX, but + # we want this 'case' here to explicitly catch those versions. + lt_cv_sys_dlopen_deplibs=unknown + ;; + aix[[4-9]]*) + lt_cv_sys_dlopen_deplibs=yes + ;; + amigaos*) + case $host_cpu in + powerpc) + lt_cv_sys_dlopen_deplibs=no + ;; + esac + ;; + bitrig*) + lt_cv_sys_dlopen_deplibs=yes + ;; + darwin*) + # Assuming the user has installed a libdl from somewhere, this is true + # If you are looking for one http://www.opendarwin.org/projects/dlcompat + lt_cv_sys_dlopen_deplibs=yes + ;; + freebsd* | dragonfly* | midnightbsd*) + lt_cv_sys_dlopen_deplibs=yes + ;; + gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu) + # GNU and its variants, using gnu ld.so (Glibc) + lt_cv_sys_dlopen_deplibs=yes + ;; + hpux10*|hpux11*) + lt_cv_sys_dlopen_deplibs=yes + ;; + interix*) + lt_cv_sys_dlopen_deplibs=yes + ;; + irix[[12345]]*|irix6.[[01]]*) + # Catch all versions of IRIX before 6.2, and indicate that we don't + # know how it worked for any of those versions. + lt_cv_sys_dlopen_deplibs=unknown + ;; + irix*) + # The case above catches anything before 6.2, and it's known that + # at 6.2 and later dlopen does load deplibs. + lt_cv_sys_dlopen_deplibs=yes + ;; + netbsd* | netbsdelf*-gnu) + lt_cv_sys_dlopen_deplibs=yes + ;; + openbsd*) + lt_cv_sys_dlopen_deplibs=yes + ;; + osf[[1234]]*) + # dlopen did load deplibs (at least at 4.x), but until the 5.x series, + # it did *not* use an RPATH in a shared library to find objects the + # library depends on, so we explicitly say 'no'. + lt_cv_sys_dlopen_deplibs=no + ;; + osf5.0|osf5.0a|osf5.1) + # dlopen *does* load deplibs and with the right loader patch applied + # it even uses RPATH in a shared library to search for shared objects + # that the library depends on, but there's no easy way to know if that + # patch is installed. Since this is the case, all we can really + # say is unknown -- it depends on the patch being installed. If + # it is, this changes to 'yes'. Without it, it would be 'no'. + lt_cv_sys_dlopen_deplibs=unknown + ;; + osf*) + # the two cases above should catch all versions of osf <= 5.1. Read + # the comments above for what we know about them. + # At > 5.1, deplibs are loaded *and* any RPATH in a shared library + # is used to find them so we can finally say 'yes'. + lt_cv_sys_dlopen_deplibs=yes + ;; + qnx*) + lt_cv_sys_dlopen_deplibs=yes + ;; + solaris*) + lt_cv_sys_dlopen_deplibs=yes + ;; + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + libltdl_cv_sys_dlopen_deplibs=yes + ;; + esac + ]) +if test yes != "$lt_cv_sys_dlopen_deplibs"; then + AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1], + [Define if the OS needs help to load dependent libraries for dlopen().]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:546: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:546: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_warn([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:553: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl +AC_CACHE_CHECK([what extension is used for runtime loadable modules], + [libltdl_cv_shlibext], +[ +module=yes +eval libltdl_cv_shlibext=$shrext_cmds +module=no +eval libltdl_cv_shrext=$shrext_cmds + ]) +if test -n "$libltdl_cv_shlibext"; then + m4_pattern_allow([LT_MODULE_EXT])dnl + AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"], + [Define to the extension used for runtime loadable modules, say, ".so".]) +fi +if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then + m4_pattern_allow([LT_SHARED_EXT])dnl + AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"], + [Define to the shared library suffix, say, ".dylib".]) +fi +if test -n "$shared_archive_member_spec"; then + m4_pattern_allow([LT_SHARED_LIB_MEMBER])dnl + AC_DEFINE_UNQUOTED([LT_SHARED_LIB_MEMBER], ["($shared_archive_member_spec.o)"], + [Define to the shared archive member specification, say "(shr.o)".]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:581: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:581: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [m4_warn([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:588: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl +AC_CACHE_CHECK([what variable specifies run-time module search path], + [lt_cv_module_path_var], [lt_cv_module_path_var=$shlibpath_var]) +if test -n "$lt_cv_module_path_var"; then + m4_pattern_allow([LT_MODULE_PATH_VAR])dnl + AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"], + [Define to the name of the environment variable that determines the run-time module search path.]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:600: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:600: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [m4_warn([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:607: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl +AC_CACHE_CHECK([for the default library search path], + [lt_cv_sys_dlsearch_path], + [lt_cv_sys_dlsearch_path=$sys_lib_dlsearch_path_spec]) +if test -n "$lt_cv_sys_dlsearch_path"; then + sys_dlsearch_path= + for dir in $lt_cv_sys_dlsearch_path; do + if test -z "$sys_dlsearch_path"; then + sys_dlsearch_path=$dir + else + sys_dlsearch_path=$sys_dlsearch_path$PATH_SEPARATOR$dir + fi + done + m4_pattern_allow([LT_DLSEARCH_PATH])dnl + AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"], + [Define to the system default library search path.]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:628: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:628: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_warn([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:654: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$]) +LT_DLLOADERS= +AC_SUBST([LT_DLLOADERS]) + +AC_LANG_PUSH([C]) +lt_dlload_save_LIBS=$LIBS + +LIBADD_DLOPEN= +AC_SEARCH_LIBS([dlopen], [dl], + [AC_DEFINE([HAVE_LIBDL], [1], + [Define if you have the libdl library or equivalent.]) + if test "$ac_cv_search_dlopen" != "none required"; then + LIBADD_DLOPEN=-ldl + fi + libltdl_cv_lib_dl_dlopen=yes + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], + [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H +# include +#endif + ]], [[dlopen(0, 0);]])], + [AC_DEFINE([HAVE_LIBDL], [1], + [Define if you have the libdl library or equivalent.]) + libltdl_cv_func_dlopen=yes + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], + [AC_CHECK_LIB([svld], [dlopen], + [AC_DEFINE([HAVE_LIBDL], [1], + [Define if you have the libdl library or equivalent.]) + LIBADD_DLOPEN=-lsvld libltdl_cv_func_dlopen=yes + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])]) +if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen" +then + lt_save_LIBS=$LIBS + LIBS="$LIBS $LIBADD_DLOPEN" + AC_CHECK_FUNCS([dlerror]) + LIBS=$lt_save_LIBS +fi +AC_SUBST([LIBADD_DLOPEN]) + +LIBADD_SHL_LOAD= +AC_CHECK_FUNC([shl_load], + [AC_DEFINE([HAVE_SHL_LOAD], [1], + [Define if you have the shl_load function.]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"], + [AC_CHECK_LIB([dld], [shl_load], + [AC_DEFINE([HAVE_SHL_LOAD], [1], + [Define if you have the shl_load function.]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la" + LIBADD_SHL_LOAD=-ldld])]) +AC_SUBST([LIBADD_SHL_LOAD]) + +case $host_os in +darwin[[1567]].*) +# We only want this for pre-Mac OS X 10.4. + AC_CHECK_FUNC([_dyld_func_lookup], + [AC_DEFINE([HAVE_DYLD], [1], + [Define if you have the _dyld_func_lookup function.]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"]) + ;; +beos*) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la" + ;; +cygwin* | mingw* | pw32*) + AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include ]]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la" + ;; +esac + +AC_CHECK_LIB([dld], [dld_link], + [AC_DEFINE([HAVE_DLD], [1], + [Define if you have the GNU dld library.]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"]) +AC_SUBST([LIBADD_DLD_LINK]) + +m4_pattern_allow([^LT_DLPREOPEN$]) +LT_DLPREOPEN= +if test -n "$LT_DLLOADERS" +then + for lt_loader in $LT_DLLOADERS; do + LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader " + done + AC_DEFINE([HAVE_LIBDLLOADER], [1], + [Define if libdlloader will be built on this platform]) +fi +AC_SUBST([LT_DLPREOPEN]) + +dnl This isn't used anymore, but set it for backwards compatibility +LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD" +AC_SUBST([LIBADD_DL]) + +LIBS=$lt_dlload_save_LIBS +AC_LANG_POP +]) +m4trace:/usr/share/aclocal/ltdl.m4:749: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:749: -1- AC_DEFUN([AC_LTDL_DLLIB], [m4_warn([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:757: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +AC_CACHE_CHECK([for _ prefix in compiled symbols], + [lt_cv_sys_symbol_underscore], + [lt_cv_sys_symbol_underscore=no + cat > conftest.$ac_ext <<_LT_EOF +void nm_test_func(){} +int main(){nm_test_func;return 0;} +_LT_EOF + if AC_TRY_EVAL(ac_compile); then + # Now try to grab the symbols. + ac_nlist=conftest.nm + if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then + # See whether the symbols have a leading underscore. + if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then + lt_cv_sys_symbol_underscore=yes + else + if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then + : + else + echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD + fi + fi + else + echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD + fi + else + echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD + cat conftest.c >&AS_MESSAGE_LOG_FD + fi + rm -rf conftest* + ]) + sys_symbol_underscore=$lt_cv_sys_symbol_underscore + AC_SUBST([sys_symbol_underscore]) +]) +m4trace:/usr/share/aclocal/ltdl.m4:794: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:794: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_warn([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:801: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([_LT_COMPILER_PIC])dnl for lt_prog_compiler_wl +AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl for lt_cv_sys_symbol_underscore +AC_REQUIRE([LT_SYS_MODULE_EXT])dnl for libltdl_cv_shlibext +if test yes = "$lt_cv_sys_symbol_underscore"; then + if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"; then + AC_CACHE_CHECK([whether we have to add an underscore for dlsym], + [libltdl_cv_need_uscore], + [libltdl_cv_need_uscore=unknown + dlsym_uscore_save_LIBS=$LIBS + LIBS="$LIBS $LIBADD_DLOPEN" + libname=conftmod # stay within 8.3 filename limits! + cat >$libname.$ac_ext <<_LT_EOF +[#line $LINENO "configure" +#include "confdefs.h" +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif +int fnord () { return 42; }] +_LT_EOF + + # ltfn_module_cmds module_cmds + # Execute tilde-delimited MODULE_CMDS with environment primed for + # $module_cmds or $archive_cmds type content. + ltfn_module_cmds () + {( # subshell avoids polluting parent global environment + module_cmds_save_ifs=$IFS; IFS='~' + for cmd in @S|@1; do + IFS=$module_cmds_save_ifs + libobjs=$libname.$ac_objext; lib=$libname$libltdl_cv_shlibext + rpath=/not-exists; soname=$libname$libltdl_cv_shlibext; output_objdir=. + major=; versuffix=; verstring=; deplibs= + ECHO=echo; wl=$lt_prog_compiler_wl; allow_undefined_flag= + eval $cmd + done + IFS=$module_cmds_save_ifs + )} + + # Compile a loadable module using libtool macro expansion results. + $CC $pic_flag -c $libname.$ac_ext + ltfn_module_cmds "${module_cmds:-$archive_cmds}" + + # Try to fetch fnord with dlsym(). + libltdl_dlunknown=0; libltdl_dlnouscore=1; libltdl_dluscore=2 + cat >conftest.$ac_ext <<_LT_EOF +[#line $LINENO "configure" +#include "confdefs.h" +#if HAVE_DLFCN_H +#include +#endif +#include +#ifndef RTLD_GLOBAL +# ifdef DL_GLOBAL +# define RTLD_GLOBAL DL_GLOBAL +# else +# define RTLD_GLOBAL 0 +# endif +#endif +#ifndef RTLD_NOW +# ifdef DL_NOW +# define RTLD_NOW DL_NOW +# else +# define RTLD_NOW 0 +# endif +#endif +int main () { + void *handle = dlopen ("`pwd`/$libname$libltdl_cv_shlibext", RTLD_GLOBAL|RTLD_NOW); + int status = $libltdl_dlunknown; + if (handle) { + if (dlsym (handle, "fnord")) + status = $libltdl_dlnouscore; + else { + if (dlsym (handle, "_fnord")) + status = $libltdl_dluscore; + else + puts (dlerror ()); + } + dlclose (handle); + } else + puts (dlerror ()); + return status; +}] +_LT_EOF + if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null + libltdl_status=$? + case x$libltdl_status in + x$libltdl_dlnouscore) libltdl_cv_need_uscore=no ;; + x$libltdl_dluscore) libltdl_cv_need_uscore=yes ;; + x*) libltdl_cv_need_uscore=unknown ;; + esac + fi + rm -rf conftest* $libname* + LIBS=$dlsym_uscore_save_LIBS + ]) + fi +fi + +if test yes = "$libltdl_cv_need_uscore"; then + AC_DEFINE([NEED_USCORE], [1], + [Define if dlsym() requires a leading underscore in symbol names.]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:908: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:908: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_warn([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])]) +m4trace:/usr/share/aclocal/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) +m4trace:/usr/share/aclocal/ltoptions.m4:113: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'dlopen' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:113: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [m4_warn([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete. +You should run autoupdate.])dnl +_LT_SET_OPTION([LT_INIT], [dlopen]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'dlopen' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:148: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +_LT_SET_OPTION([LT_INIT], [win32-dll]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'win32-dll' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:148: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete. +You should run autoupdate.])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +_LT_SET_OPTION([LT_INIT], [win32-dll]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'win32-dll' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:197: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:201: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [m4_warn([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete. +You should run autoupdate.])dnl +AC_ENABLE_SHARED($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [m4_warn([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete. +You should run autoupdate.])dnl +AC_DISABLE_SHARED($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:251: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:255: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [m4_warn([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete. +You should run autoupdate.])dnl +AC_ENABLE_STATIC($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [m4_warn([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete. +You should run autoupdate.])dnl +AC_DISABLE_STATIC($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:305: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'fast-install' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:305: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [m4_warn([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete. +You should run autoupdate.])dnl +_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'fast-install' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:312: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'disable-fast-install' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:312: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [m4_warn([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete. +You should run autoupdate.])dnl +_LT_SET_OPTION([LT_INIT], [disable-fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'disable-fast-install' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:411: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'pic-only' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:411: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [m4_warn([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete. +You should run autoupdate.])dnl +_LT_SET_OPTION([LT_INIT], [pic-only]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'pic-only' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) +m4trace:/usr/share/aclocal/ltversion.m4:19: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.7' +macro_revision='2.4.7' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX]) +m4trace:/usr/share/aclocal-1.16/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.16.5], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) +m4trace:/usr/share/aclocal-1.16/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.5])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) +m4trace:/usr/share/aclocal-1.16/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` +]) +m4trace:/usr/share/aclocal-1.16/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) +m4trace:/usr/share/aclocal-1.16/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) +m4trace:/usr/share/aclocal-1.16/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) +m4trace:/usr/share/aclocal-1.16/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) +m4trace:/usr/share/aclocal-1.16/depout.m4:11: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? + done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE="gmake" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk +} +]) +m4trace:/usr/share/aclocal-1.16/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) +m4trace:/usr/share/aclocal-1.16/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl +m4_ifdef([_$0_ALREADY_INIT], + [m4_fatal([$0 expanded multiple times +]m4_defn([_$0_ALREADY_INIT]))], + [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi +AC_SUBST([CTAGS]) +if test -z "$ETAGS"; then + ETAGS=etags +fi +AC_SUBST([ETAGS]) +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi +AC_SUBST([CSCOPE]) + +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) +m4trace:/usr/share/aclocal-1.16/init.m4:204: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) +m4trace:/usr/share/aclocal-1.16/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) +m4trace:/usr/share/aclocal-1.16/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) +m4trace:/usr/share/aclocal-1.16/make.m4:13: -1- AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +m4trace:/usr/share/aclocal-1.16/make.m4:42: -1- m4_pattern_allow([^am__quote$]) +m4trace:/usr/share/aclocal-1.16/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) +m4trace:/usr/share/aclocal-1.16/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) +m4trace:/usr/share/aclocal-1.16/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) +m4trace:/usr/share/aclocal-1.16/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) +m4trace:/usr/share/aclocal-1.16/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) +m4trace:/usr/share/aclocal-1.16/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) +m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) +m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) +m4trace:/usr/share/aclocal-1.16/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) +m4trace:/usr/share/aclocal-1.16/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) +m4trace:/usr/share/aclocal-1.16/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) +m4trace:/usr/share/aclocal-1.16/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) +m4trace:/usr/share/aclocal-1.16/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) +m4trace:/usr/share/aclocal-1.16/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4trace:/usr/share/aclocal-1.16/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' + +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?A[CHUM]_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([_AC_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) +m4trace:configure.ac:6: -1- m4_pattern_allow([^AS_FLAGS$]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?m4_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^dnl$]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?AS_]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^SHELL$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PATH_SEPARATOR$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^exec_prefix$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^prefix$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^program_transform_name$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^bindir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sbindir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^libexecdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^datarootdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^datadir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sysconfdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sharedstatedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^localstatedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^runstatedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^includedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^oldincludedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^docdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^infodir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^htmldir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^dvidir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^pdfdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^psdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^libdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^localedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^mandir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^DEFS$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_C$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_N$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_T$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^build_alias$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^host_alias$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^target_alias$]) +m4trace:configure.ac:8: -1- AC_CONFIG_MACRO_DIR([m4]) +m4trace:configure.ac:8: -1- AC_CONFIG_MACRO_DIR_TRACE([m4]) +m4trace:configure.ac:10: -1- AM_INIT_AUTOMAKE([foreign subdir-objects]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) +m4trace:configure.ac:10: -1- AM_SET_CURRENT_AUTOMAKE_VERSION +m4trace:configure.ac:10: -1- AM_AUTOMAKE_VERSION([1.16.5]) +m4trace:configure.ac:10: -1- _AM_AUTOCONF_VERSION([2.71]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_DATA$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__isrc$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__isrc]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CYGPATH_W$]) +m4trace:configure.ac:10: -1- _AM_SET_OPTIONS([foreign subdir-objects]) +m4trace:configure.ac:10: -1- _AM_SET_OPTION([foreign]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([foreign]) +m4trace:configure.ac:10: -1- _AM_SET_OPTION([subdir-objects]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([subdir-objects]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-define]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:10: -1- AM_SANITY_CHECK +m4trace:configure.ac:10: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +m4trace:configure.ac:10: -1- AM_MISSING_HAS_RUN +m4trace:configure.ac:10: -1- AM_AUX_DIR_EXPAND +m4trace:configure.ac:10: -1- m4_pattern_allow([^ACLOCAL$]) +m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOCONF$]) +m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOMAKE$]) +m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOHEADER$]) +m4trace:configure.ac:10: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^MAKEINFO$]) +m4trace:configure.ac:10: -1- AM_PROG_INSTALL_SH +m4trace:configure.ac:10: -1- m4_pattern_allow([^install_sh$]) +m4trace:configure.ac:10: -1- AM_PROG_INSTALL_STRIP +m4trace:configure.ac:10: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^MKDIR_P$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^mkdir_p$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.ac:10: -1- AM_SET_LEADING_DOT +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__leading_dot$]) +m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar]) +m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-pax]) +m4trace:configure.ac:10: -1- _AM_PROG_TAR([v7]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AMTAR$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__tar$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__untar$]) +m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-dependencies]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CTAGS$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^ETAGS$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CSCOPE$]) +m4trace:configure.ac:10: -1- AM_SILENT_RULES +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_V$]) +m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_V$]) +m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_BACKSLASH$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) +m4trace:configure.ac:12: -1- LT_INIT([shared]) +m4trace:configure.ac:12: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$]) +m4trace:configure.ac:12: -1- LTOPTIONS_VERSION +m4trace:configure.ac:12: -1- LTSUGAR_VERSION +m4trace:configure.ac:12: -1- LTVERSION_VERSION +m4trace:configure.ac:12: -1- LTOBSOLETE_VERSION +m4trace:configure.ac:12: -1- _LT_PROG_LTMAIN +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBTOOL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_cpu$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_vendor$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_os$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_cpu$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_vendor$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_os$]) +m4trace:configure.ac:12: -1- _LT_PREPARE_SED_QUOTE_VARS +m4trace:configure.ac:12: -1- _LT_PROG_ECHO_BACKSLASH +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^EXEEXT$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJEXT$]) +m4trace:configure.ac:12: -1- _AM_PROG_CC_C_O +m4trace:configure.ac:12: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) +m4trace:configure.ac:12: -1- _AM_DEPENDENCIES([CC]) +m4trace:configure.ac:12: -1- AM_SET_DEPDIR +m4trace:configure.ac:12: -1- m4_pattern_allow([^DEPDIR$]) +m4trace:configure.ac:12: -1- AM_OUTPUT_DEPENDENCY_COMMANDS +m4trace:configure.ac:12: -1- AM_MAKE_INCLUDE +m4trace:configure.ac:12: -1- AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__include$]) +m4trace:configure.ac:12: -1- AM_DEP_TRACK +m4trace:configure.ac:12: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_TRUE$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_FALSE$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__nodep$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__nodep]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CCDEPMODE$]) +m4trace:configure.ac:12: -1- AM_CONDITIONAL([am__fastdepCC], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) +m4trace:configure.ac:12: -1- LT_PATH_LD +m4trace:configure.ac:12: -1- m4_pattern_allow([^SED$]) +m4trace:configure.ac:12: -1- AC_PROG_EGREP +m4trace:configure.ac:12: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^FGREP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LD$]) +m4trace:configure.ac:12: -1- LT_PATH_NM +m4trace:configure.ac:12: -1- m4_pattern_allow([^DUMPBIN$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_DUMPBIN$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DUMPBIN$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^NM$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LN_S$]) +m4trace:configure.ac:12: -1- LT_CMD_MAX_LEN +m4trace:configure.ac:12: -1- m4_pattern_allow([^FILECMD$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJDUMP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJDUMP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DLLTOOL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DLLTOOL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AR$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_AR$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^RANLIB$]) +m4trace:configure.ac:12: -1- _LT_WITH_SYSROOT +m4trace:configure.ac:12: -1- m4_pattern_allow([LT_OBJDIR]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LT_OBJDIR$]) +m4trace:configure.ac:12: -1- _LT_CC_BASENAME([$compiler]) +m4trace:configure.ac:12: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH]) +m4trace:configure.ac:12: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH]) +m4trace:configure.ac:12: -1- LT_SUPPORTED_TAG([CC]) +m4trace:configure.ac:12: -1- _LT_COMPILER_BOILERPLATE +m4trace:configure.ac:12: -1- _LT_LINKER_BOILERPLATE +m4trace:configure.ac:12: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"]) +m4trace:configure.ac:12: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in + "" | " "*) ;; + *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;; + esac], [_LT_TAGVAR(lt_prog_compiler_pic, )= + _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no]) +m4trace:configure.ac:12: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^MANIFEST_TOOL$]) +m4trace:configure.ac:12: -1- _LT_DLL_DEF_P([$export_symbols]) +m4trace:configure.ac:12: -1- _LT_DLL_DEF_P([$export_symbols]) +m4trace:configure.ac:12: -1- _LT_REQUIRED_DARWIN_CHECKS +m4trace:configure.ac:12: -1- m4_pattern_allow([^DSYMUTIL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^NMEDIT$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIPO$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OTOOL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OTOOL64$]) +m4trace:configure.ac:12: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags']) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) +m4trace:configure.ac:12: -1- LT_SYS_DLOPEN_SELF +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_stdio_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" stdio.h ]AS_TR_SH([stdio.h]) AS_TR_CPP([HAVE_stdio.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" stdlib.h ]AS_TR_SH([stdlib.h]) AS_TR_CPP([HAVE_stdlib.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_string_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" string.h ]AS_TR_SH([string.h]) AS_TR_CPP([HAVE_string.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_inttypes_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" inttypes.h ]AS_TR_SH([inttypes.h]) AS_TR_CPP([HAVE_inttypes.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_stdint_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" stdint.h ]AS_TR_SH([stdint.h]) AS_TR_CPP([HAVE_stdint.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_strings_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" strings.h ]AS_TR_SH([strings.h]) AS_TR_CPP([HAVE_strings.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_sys_stat_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" sys/stat.h ]AS_TR_SH([sys/stat.h]) AS_TR_CPP([HAVE_sys/stat.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_sys_types_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" sys/types.h ]AS_TR_SH([sys/types.h]) AS_TR_CPP([HAVE_sys/types.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" unistd.h ]AS_TR_SH([unistd.h]) AS_TR_CPP([HAVE_unistd.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^STDC_HEADERS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) +m4trace:configure.ac:17: -1- _m4_warn([obsolete], [The macro `AC_PROG_CC_C99' is obsolete. +You should run autoupdate.], [./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... +configure.ac:17: the top level]) +m4trace:configure.ac:27: -1- _m4_warn([obsolete], [The macro `AC_HEADER_STDC' is obsolete. +You should run autoupdate.], [./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... +configure.ac:27: the top level]) +m4trace:configure.ac:27: -1- AC_PROG_EGREP +m4trace:configure.ac:27: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_HEADER_TIME' is obsolete. +You should run autoupdate.], [./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... +configure.ac:28: the top level]) +m4trace:configure.ac:28: -1- AC_DEFUN([_AC_Header_sys_time_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" sys/time.h ]AS_TR_SH([sys/time.h]) AS_TR_CPP([HAVE_sys/time.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$]) +m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE__BOOL$]) +m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE_STDBOOL_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_FCNTL_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_FLOAT_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_INTTYPES_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_LIMITS_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_LOCALE_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_MALLOC_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_MEMORY_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDDEF_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDINT_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDLIB_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STRING_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_UNISTD_H$]) +m4trace:configure.ac:35: -1- m4_pattern_allow([^int16_t$]) +m4trace:configure.ac:36: -1- m4_pattern_allow([^int32_t$]) +m4trace:configure.ac:37: -1- m4_pattern_allow([^int64_t$]) +m4trace:configure.ac:38: -1- m4_pattern_allow([^int8_t$]) +m4trace:configure.ac:39: -1- m4_pattern_allow([^off_t$]) +m4trace:configure.ac:40: -1- m4_pattern_allow([^size_t$]) +m4trace:configure.ac:41: -1- m4_pattern_allow([^ssize_t$]) +m4trace:configure.ac:42: -1- m4_pattern_allow([^uint16_t$]) +m4trace:configure.ac:43: -1- m4_pattern_allow([^_UINT32_T$]) +m4trace:configure.ac:43: -1- m4_pattern_allow([^uint32_t$]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^_UINT64_T$]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^uint64_t$]) +m4trace:configure.ac:45: -1- m4_pattern_allow([^_UINT8_T$]) +m4trace:configure.ac:45: -1- m4_pattern_allow([^uint8_t$]) +m4trace:configure.ac:46: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MALLOC$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_REALLOC$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_DRAND48$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_GETCWD$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_GETTIMEOFDAY$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MEMMOVE$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MEMSET$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_REGCOMP$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_SETLOCALE$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_SQRT$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_STRDUP$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_STRNDUP$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MAJOR_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MINOR_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_PATCH_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MAJOR_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MINOR_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_PATCH_VERSION$]) +m4trace:configure.ac:73: -1- m4_pattern_allow([^LIBPOSTAL_DATA_DIR_VERSION_STRING$]) +m4trace:configure.ac:79: -1- m4_pattern_allow([^LIBPOSTAL_DATA_FILE_LATEST_VERSION$]) +m4trace:configure.ac:80: -1- m4_pattern_allow([^LIBPOSTAL_PARSER_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:81: -1- m4_pattern_allow([^LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:84: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING$]) +m4trace:configure.ac:90: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION$]) +m4trace:configure.ac:91: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:92: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:100: -1- m4_pattern_allow([^FOUND_SHUF$]) +m4trace:configure.ac:101: -1- m4_pattern_allow([^FOUND_GSHUF$]) +m4trace:configure.ac:103: -1- m4_pattern_allow([^HAVE_SHUF$]) +m4trace:configure.ac:104: -1- m4_pattern_allow([^HAVE_GSHUF$]) +m4trace:configure.ac:131: -1- m4_pattern_allow([^MODEL$]) +m4trace:configure.ac:135: -1- AM_CONDITIONAL([DOWNLOAD_DATA], [test "x$DOWNLOAD_DATA" = "xtrue"]) +m4trace:configure.ac:135: -1- m4_pattern_allow([^DOWNLOAD_DATA_TRUE$]) +m4trace:configure.ac:135: -1- m4_pattern_allow([^DOWNLOAD_DATA_FALSE$]) +m4trace:configure.ac:135: -1- _AM_SUBST_NOTMAKE([DOWNLOAD_DATA_TRUE]) +m4trace:configure.ac:135: -1- _AM_SUBST_NOTMAKE([DOWNLOAD_DATA_FALSE]) +m4trace:configure.ac:149: -1- m4_pattern_allow([^CFLAGS_SCANNER_EXTRA$]) +m4trace:configure.ac:153: -1- m4_pattern_allow([^LIBPOSTAL_SO_VERSION$]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:155: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) +m4trace:configure.ac:155: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) +m4trace:configure.ac:155: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) +m4trace:configure.ac:155: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) +m4trace:configure.ac:155: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS +m4trace:configure.ac:155: -1- AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) +m4trace:configure.ac:155: -1- _LT_PROG_LTMAIN diff --git a/autom4te.cache/traces.1 b/autom4te.cache/traces.1 new file mode 100644 index 0000000..1894957 --- /dev/null +++ b/autom4te.cache/traces.1 @@ -0,0 +1,2942 @@ +m4trace:/usr/share/aclocal/libtool.m4:62: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK +AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +AC_BEFORE([$0], [LT_LANG])dnl +AC_BEFORE([$0], [LT_OUTPUT])dnl +AC_BEFORE([$0], [LTDL_INIT])dnl +m4_require([_LT_CHECK_BUILDDIR])dnl + +dnl Autoconf doesn't catch unexpanded LT_ macros by default: +m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl +m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl +dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 +dnl unless we require an AC_DEFUNed macro: +AC_REQUIRE([LTOPTIONS_VERSION])dnl +AC_REQUIRE([LTSUGAR_VERSION])dnl +AC_REQUIRE([LTVERSION_VERSION])dnl +AC_REQUIRE([LTOBSOLETE_VERSION])dnl +m4_require([_LT_PROG_LTMAIN])dnl + +_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) + +dnl Parse OPTIONS +_LT_SET_OPTIONS([$0], [$1]) + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS=$ltmain + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +AC_SUBST(LIBTOOL)dnl + +_LT_SETUP + +# Only expand once: +m4_define([LT_INIT]) +]) +m4trace:/usr/share/aclocal/libtool.m4:100: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:100: -1- AC_DEFUN([AC_PROG_LIBTOOL], [m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:101: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:101: -1- AC_DEFUN([AM_PROG_LIBTOOL], [m4_warn([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:621: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} +AC_MSG_NOTICE([creating $CONFIG_LT]) +_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], +[# Run this file to recreate a libtool stub with the current configuration.]) + +cat >>"$CONFIG_LT" <<\_LTEOF +lt_cl_silent=false +exec AS_MESSAGE_LOG_FD>>config.log +{ + echo + AS_BOX([Running $as_me.]) +} >&AS_MESSAGE_LOG_FD + +lt_cl_help="\ +'$as_me' creates a local libtool stub from the current configuration, +for use in further configure time tests before the real libtool is +generated. + +Usage: $[0] [[OPTIONS]] + + -h, --help print this help, then exit + -V, --version print version number, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + +Report bugs to ." + +lt_cl_version="\ +m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl +m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) +configured by $[0], generated by m4_PACKAGE_STRING. + +Copyright (C) 2011 Free Software Foundation, Inc. +This config.lt script is free software; the Free Software Foundation +gives unlimited permision to copy, distribute and modify it." + +while test 0 != $[#] +do + case $[1] in + --version | --v* | -V ) + echo "$lt_cl_version"; exit 0 ;; + --help | --h* | -h ) + echo "$lt_cl_help"; exit 0 ;; + --debug | --d* | -d ) + debug=: ;; + --quiet | --q* | --silent | --s* | -q ) + lt_cl_silent=: ;; + + -*) AC_MSG_ERROR([unrecognized option: $[1] +Try '$[0] --help' for more information.]) ;; + + *) AC_MSG_ERROR([unrecognized argument: $[1] +Try '$[0] --help' for more information.]) ;; + esac + shift +done + +if $lt_cl_silent; then + exec AS_MESSAGE_FD>/dev/null +fi +_LTEOF + +cat >>"$CONFIG_LT" <<_LTEOF +_LT_OUTPUT_LIBTOOL_COMMANDS_INIT +_LTEOF + +cat >>"$CONFIG_LT" <<\_LTEOF +AC_MSG_NOTICE([creating $ofile]) +_LT_OUTPUT_LIBTOOL_COMMANDS +AS_EXIT(0) +_LTEOF +chmod +x "$CONFIG_LT" + +# configure is writing to config.log, but config.lt does its own redirection, +# appending to config.log, which fails on DOS, as config.log is still kept +# open by configure. Here we exec the FD to /dev/null, effectively closing +# config.log, so it can be properly (re)opened and appended to by config.lt. +lt_cl_success=: +test yes = "$silent" && + lt_config_lt_args="$lt_config_lt_args --quiet" +exec AS_MESSAGE_LOG_FD>/dev/null +$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false +exec AS_MESSAGE_LOG_FD>>config.log +$lt_cl_success || AS_EXIT(1) +]) +m4trace:/usr/share/aclocal/libtool.m4:813: -1- AC_DEFUN([LT_SUPPORTED_TAG], []) +m4trace:/usr/share/aclocal/libtool.m4:824: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl +m4_case([$1], + [C], [_LT_LANG(C)], + [C++], [_LT_LANG(CXX)], + [Go], [_LT_LANG(GO)], + [Java], [_LT_LANG(GCJ)], + [Fortran 77], [_LT_LANG(F77)], + [Fortran], [_LT_LANG(FC)], + [Windows Resource], [_LT_LANG(RC)], + [m4_ifdef([_LT_LANG_]$1[_CONFIG], + [_LT_LANG($1)], + [m4_fatal([$0: unsupported language: "$1"])])])dnl +]) +m4trace:/usr/share/aclocal/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) +m4trace:/usr/share/aclocal/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_CXX], [m4_warn([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete. +You should run autoupdate.])dnl +LT_LANG(C++)]) +m4trace:/usr/share/aclocal/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) +m4trace:/usr/share/aclocal/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_F77], [m4_warn([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete. +You should run autoupdate.])dnl +LT_LANG(Fortran 77)]) +m4trace:/usr/share/aclocal/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) +m4trace:/usr/share/aclocal/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_FC], [m4_warn([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete. +You should run autoupdate.])dnl +LT_LANG(Fortran)]) +m4trace:/usr/share/aclocal/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) +m4trace:/usr/share/aclocal/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [m4_warn([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete. +You should run autoupdate.])dnl +LT_LANG(Java)]) +m4trace:/usr/share/aclocal/libtool.m4:920: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) +m4trace:/usr/share/aclocal/libtool.m4:920: -1- AC_DEFUN([AC_LIBTOOL_RC], [m4_warn([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete. +You should run autoupdate.])dnl +LT_LANG(Windows Resource)]) +m4trace:/usr/share/aclocal/libtool.m4:1243: -1- AC_DEFUN([_LT_WITH_SYSROOT], [m4_require([_LT_DECL_SED])dnl +AC_MSG_CHECKING([for sysroot]) +AC_ARG_WITH([sysroot], +[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], + [Search for dependent libraries within DIR (or the compiler's sysroot + if not specified).])], +[], [with_sysroot=no]) + +dnl lt_sysroot will always be passed unquoted. We quote it here +dnl in case the user passed a directory name. +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + AC_MSG_RESULT([$with_sysroot]) + AC_MSG_ERROR([The sysroot must be an absolute path.]) + ;; +esac + + AC_MSG_RESULT([${lt_sysroot:-no}]) +_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl +[dependent libraries, and where our libraries should be installed.])]) +m4trace:/usr/share/aclocal/libtool.m4:1588: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + fi + $RM conftest* +]) + +if test yes = "[$]$2"; then + m4_if([$5], , :, [$5]) +else + m4_if([$6], , :, [$6]) +fi +]) +m4trace:/usr/share/aclocal/libtool.m4:1630: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:1630: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_warn([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:1639: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS $3" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&AS_MESSAGE_LOG_FD + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + else + $2=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS +]) + +if test yes = "[$]$2"; then + m4_if([$4], , :, [$4]) +else + m4_if([$5], , :, [$5]) +fi +]) +m4trace:/usr/share/aclocal/libtool.m4:1674: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:1674: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_warn([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:1681: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +# find the maximum length of command line arguments +AC_MSG_CHECKING([the maximum length of command line arguments]) +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl + i=0 + teststring=ABCD + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[[ ]]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len" && \ + test undefined != "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac +]) +if test -n "$lt_cv_sys_max_cmd_len"; then + AC_MSG_RESULT($lt_cv_sys_max_cmd_len) +else + AC_MSG_RESULT(none) +fi +max_cmd_len=$lt_cv_sys_max_cmd_len +_LT_DECL([], [max_cmd_len], [0], + [What is the maximum length of a command?]) +]) +m4trace:/usr/share/aclocal/libtool.m4:1820: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:1820: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_warn([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:1931: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl +if test yes != "$enable_dlopen"; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen=load_add_on + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen=LoadLibrary + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ + lt_cv_dlopen=dyld + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ]) + ;; + + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + + *) + AC_CHECK_FUNC([shl_load], + [lt_cv_dlopen=shl_load], + [AC_CHECK_LIB([dld], [shl_load], + [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], + [AC_CHECK_FUNC([dlopen], + [lt_cv_dlopen=dlopen], + [AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], + [AC_CHECK_LIB([svld], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], + [AC_CHECK_LIB([dld], [dld_link], + [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) + ]) + ]) + ]) + ]) + ]) + ;; + esac + + if test no = "$lt_cv_dlopen"; then + enable_dlopen=no + else + enable_dlopen=yes + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS=$LDFLAGS + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS=$LIBS + LIBS="$lt_cv_dlopen_libs $LIBS" + + AC_CACHE_CHECK([whether a program can dlopen itself], + lt_cv_dlopen_self, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, + lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) + ]) + + if test yes = "$lt_cv_dlopen_self"; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, + lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) + ]) + fi + + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi +_LT_DECL([dlopen_support], [enable_dlopen], [0], + [Whether dlopen is supported]) +_LT_DECL([dlopen_self], [enable_dlopen_self], [0], + [Whether dlopen of programs is supported]) +_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], + [Whether dlopen of statically linked programs is supported]) +]) +m4trace:/usr/share/aclocal/libtool.m4:2056: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:2056: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_warn([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3186: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl +AC_MSG_CHECKING([for $1]) +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, +[case $MAGIC_CMD in +[[\\/*] | ?:[\\/]*]) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR +dnl $ac_dummy forces splitting on constant user-supplied paths. +dnl POSIX.2 word splitting is done only on the output of word expansions, +dnl not every word. This closes a longstanding sh security hole. + ac_dummy="m4_if([$2], , $PATH, [$2])" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$1"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"$1" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac]) +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + AC_MSG_RESULT($MAGIC_CMD) +else + AC_MSG_RESULT(no) +fi +_LT_DECL([], [MAGIC_CMD], [0], + [Used to examine libraries when file_magic_cmd begins with "file"])dnl +]) +m4trace:/usr/share/aclocal/libtool.m4:3248: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:3248: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [m4_warn([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3271: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PROG_ECHO_BACKSLASH])dnl + +AC_ARG_WITH([gnu-ld], + [AS_HELP_STRING([--with-gnu-ld], + [assume the C compiler uses GNU ld @<:@default=no@:>@])], + [test no = "$withval" || with_gnu_ld=yes], + [with_gnu_ld=no])dnl + +ac_prog=ld +if test yes = "$GCC"; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by $CC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return, which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]]* | ?:[[\\/]]*) + re_direlt='/[[^/]][[^/]]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD=$ac_prog + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test yes = "$with_gnu_ld"; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(lt_cv_path_LD, +[if test -z "$LD"; then + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD=$ac_dir/$ac_prog + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &1 | $SED '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break 2 + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break 2 + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS=$lt_save_ifs + done + : ${lt_cv_path_NM=no} +fi]) +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi + AC_SUBST([DUMPBIN]) + if test : != "$DUMPBIN"; then + NM=$DUMPBIN + fi +fi +test -z "$NM" && NM=nm +AC_SUBST([NM]) +_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl + +AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], + [lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) + cat conftest.out >&AS_MESSAGE_LOG_FD + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest*]) +]) +m4trace:/usr/share/aclocal/libtool.m4:3785: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:3785: -1- AC_DEFUN([AM_PROG_NM], [m4_warn([obsolete], [The macro `AM_PROG_NM' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3786: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:3786: -1- AC_DEFUN([AC_PROG_NM], [m4_warn([obsolete], [The macro `AC_PROG_NM' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:3857: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl + test DEF = "`$SED -n dnl + -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace + -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments + -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl + -e q dnl Only consider the first "real" line + $1`" dnl +]) +m4trace:/usr/share/aclocal/libtool.m4:3871: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +LIBM= +case $host in +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) + # These system don't have libm, or don't need it + ;; +*-ncr-sysv4.3*) + AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) + AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") + ;; +*) + AC_CHECK_LIB(m, cos, LIBM=-lm) + ;; +esac +AC_SUBST([LIBM]) +]) +m4trace:/usr/share/aclocal/libtool.m4:3890: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:3890: -1- AC_DEFUN([AC_CHECK_LIBM], [m4_warn([obsolete], [The macro `AC_CHECK_LIBM' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:8172: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], + [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], + [AC_CHECK_TOOL(GCJ, gcj,) + test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS)])])[]dnl +]) +m4trace:/usr/share/aclocal/libtool.m4:8181: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:8181: -1- AC_DEFUN([LT_AC_PROG_GCJ], [m4_warn([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:8188: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) +]) +m4trace:/usr/share/aclocal/libtool.m4:8195: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) +]) +m4trace:/usr/share/aclocal/libtool.m4:8200: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:8200: -1- AC_DEFUN([LT_AC_PROG_RC], [m4_warn([obsolete], [The macro `LT_AC_PROG_RC' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:8328: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])], [], []) +m4trace:/usr/share/aclocal/libtool.m4:8328: -1- AC_DEFUN([LT_AC_PROG_SED], [m4_warn([obsolete], [The macro `LT_AC_PROG_SED' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) +m4trace:/usr/share/aclocal/ltargz.m4:13: -1- AC_DEFUN([LT_FUNC_ARGZ], [ +dnl Required for use of '$SED' in Cygwin configuration. +AC_REQUIRE([AC_PROG_SED])dnl +AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT]) + +AC_CHECK_TYPES([error_t], + [], + [AC_DEFINE([error_t], [int], + [Define to a type to use for 'error_t' if it is not otherwise available.]) + AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h + does not typedef error_t.])], + [#if defined(HAVE_ARGZ_H) +# include +#endif]) + +LT_ARGZ_H= +AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \ + argz_next argz_stringify], [], [LT_ARGZ_H=lt__argz.h; AC_LIBOBJ([lt__argz])]) + +dnl if have system argz functions, allow forced use of +dnl libltdl-supplied implementation (and default to do so +dnl on "known bad" systems). Could use a runtime check, but +dnl (a) detecting malloc issues is notoriously unreliable +dnl (b) only known system that declares argz functions, +dnl provides them, yet they are broken, is cygwin +dnl releases prior to 16-Mar-2007 (1.5.24 and earlier) +dnl So, it's more straightforward simply to special case +dnl this for known bad systems. +AS_IF([test -z "$LT_ARGZ_H"], + [AC_CACHE_CHECK( + [if argz actually works], + [lt_cv_sys_argz_works], + [[case $host_os in #( + *cygwin*) + lt_cv_sys_argz_works=no + if test no != "$cross_compiling"; then + lt_cv_sys_argz_works="guessing no" + else + lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/' + save_IFS=$IFS + IFS=-. + set x `uname -r | $SED -e "$lt_sed_extract_leading_digits"` + IFS=$save_IFS + lt_os_major=${2-0} + lt_os_minor=${3-0} + lt_os_micro=${4-0} + if test 1 -lt "$lt_os_major" \ + || { test 1 -eq "$lt_os_major" \ + && { test 5 -lt "$lt_os_minor" \ + || { test 5 -eq "$lt_os_minor" \ + && test 24 -lt "$lt_os_micro"; }; }; }; then + lt_cv_sys_argz_works=yes + fi + fi + ;; #( + *) lt_cv_sys_argz_works=yes ;; + esac]]) + AS_IF([test yes = "$lt_cv_sys_argz_works"], + [AC_DEFINE([HAVE_WORKING_ARGZ], 1, + [This value is set to 1 to indicate that the system argz facility works])], + [LT_ARGZ_H=lt__argz.h + AC_LIBOBJ([lt__argz])])]) + +AC_SUBST([LT_ARGZ_H]) +]) +m4trace:/usr/share/aclocal/ltdl.m4:17: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT]) +_$0($*) +]) +m4trace:/usr/share/aclocal/ltdl.m4:69: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl +dnl Although the argument is deprecated and no longer documented, +dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one +dnl here make sure it is the same as any other declaration of libltdl's +dnl location! This also ensures lt_ltdl_dir is set when configure.ac is +dnl not yet using an explicit LT_CONFIG_LTDL_DIR. +m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl +_$0() +]) +m4trace:/usr/share/aclocal/ltdl.m4:82: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) +_LTDL_CONVENIENCE]) +m4trace:/usr/share/aclocal/ltdl.m4:82: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [m4_warn([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete. +You should run autoupdate.])dnl +_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) +_LTDL_CONVENIENCE]) +m4trace:/usr/share/aclocal/ltdl.m4:125: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl +dnl Although the argument is deprecated and no longer documented, +dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one +dnl here make sure it is the same as any other declaration of libltdl's +dnl location! This also ensures lt_ltdl_dir is set when configure.ac is +dnl not yet using an explicit LT_CONFIG_LTDL_DIR. +m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl +_$0() +]) +m4trace:/usr/share/aclocal/ltdl.m4:138: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) +_LTDL_INSTALLABLE]) +m4trace:/usr/share/aclocal/ltdl.m4:138: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [m4_warn([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete. +You should run autoupdate.])dnl +_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) +_LTDL_INSTALLABLE]) +m4trace:/usr/share/aclocal/ltdl.m4:214: -1- AC_DEFUN([_LT_LIBOBJ], [ + m4_pattern_allow([^_LT_LIBOBJS$]) + _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext" +]) +m4trace:/usr/share/aclocal/ltdl.m4:227: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS +_LT_SET_OPTIONS([$0], [$1]) + +dnl We need to keep our own list of libobjs separate from our parent project, +dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while +dnl we look for our own LIBOBJs. +m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ])) +m4_pushdef([AC_LIBSOURCES]) + +dnl If not otherwise defined, default to the 1.5.x compatible subproject mode: +m4_if(_LTDL_MODE, [], + [m4_define([_LTDL_MODE], m4_default([$2], [subproject])) + m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])], + [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])]) + +AC_ARG_WITH([included_ltdl], + [AS_HELP_STRING([--with-included-ltdl], + [use the GNU ltdl sources included here])]) + +if test yes != "$with_included_ltdl"; then + # We are not being forced to use the included libltdl sources, so + # decide whether there is a useful installed version we can use. + AC_CHECK_HEADER([ltdl.h], + [AC_CHECK_DECL([lt_dlinterface_register], + [AC_CHECK_LIB([ltdl], [lt_dladvise_preload], + [with_included_ltdl=no], + [with_included_ltdl=yes])], + [with_included_ltdl=yes], + [AC_INCLUDES_DEFAULT + #include ])], + [with_included_ltdl=yes], + [AC_INCLUDES_DEFAULT] + ) +fi + +dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE +dnl was called yet, then for old times' sake, we assume libltdl is in an +dnl eponymous directory: +AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])]) + +AC_ARG_WITH([ltdl_include], + [AS_HELP_STRING([--with-ltdl-include=DIR], + [use the ltdl headers installed in DIR])]) + +if test -n "$with_ltdl_include"; then + if test -f "$with_ltdl_include/ltdl.h"; then : + else + AC_MSG_ERROR([invalid ltdl include directory: '$with_ltdl_include']) + fi +else + with_ltdl_include=no +fi + +AC_ARG_WITH([ltdl_lib], + [AS_HELP_STRING([--with-ltdl-lib=DIR], + [use the libltdl.la installed in DIR])]) + +if test -n "$with_ltdl_lib"; then + if test -f "$with_ltdl_lib/libltdl.la"; then : + else + AC_MSG_ERROR([invalid ltdl library directory: '$with_ltdl_lib']) + fi +else + with_ltdl_lib=no +fi + +case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in + ,yes,no,no,) + m4_case(m4_default(_LTDL_TYPE, [convenience]), + [convenience], [_LTDL_CONVENIENCE], + [installable], [_LTDL_INSTALLABLE], + [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)]) + ;; + ,no,no,no,) + # If the included ltdl is not to be used, then use the + # preinstalled libltdl we found. + AC_DEFINE([HAVE_LTDL], [1], + [Define this if a modern libltdl is already installed]) + LIBLTDL=-lltdl + LTDLDEPS= + LTDLINCL= + ;; + ,no*,no,*) + AC_MSG_ERROR(['--with-ltdl-include' and '--with-ltdl-lib' options must be used together]) + ;; + *) with_included_ltdl=no + LIBLTDL="-L$with_ltdl_lib -lltdl" + LTDLDEPS= + LTDLINCL=-I$with_ltdl_include + ;; +esac +INCLTDL=$LTDLINCL + +# Report our decision... +AC_MSG_CHECKING([where to find libltdl headers]) +AC_MSG_RESULT([$LTDLINCL]) +AC_MSG_CHECKING([where to find libltdl library]) +AC_MSG_RESULT([$LIBLTDL]) + +_LTDL_SETUP + +dnl restore autoconf definition. +m4_popdef([AC_LIBOBJ]) +m4_popdef([AC_LIBSOURCES]) + +AC_CONFIG_COMMANDS_PRE([ + _ltdl_libobjs= + _ltdl_ltlibobjs= + if test -n "$_LT_LIBOBJS"; then + # Remove the extension. + _lt_sed_drop_objext='s/\.o$//;s/\.obj$//' + for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | $SED "$_lt_sed_drop_objext" | sort -u`; do + _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext" + _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo" + done + fi + AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs]) + AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs]) +]) + +# Only expand once: +m4_define([LTDL_INIT]) +]) +m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_LIB_LTDL], [m4_warn([obsolete], [The macro `AC_LIB_LTDL' is obsolete. +You should run autoupdate.])dnl +LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([AC_WITH_LTDL], [m4_warn([obsolete], [The macro `AC_WITH_LTDL' is obsolete. +You should run autoupdate.])dnl +LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:355: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:355: -1- AC_DEFUN([LT_WITH_LTDL], [m4_warn([obsolete], [The macro `LT_WITH_LTDL' is obsolete. +You should run autoupdate.])dnl +LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:368: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([LT_SYS_MODULE_EXT])dnl +AC_REQUIRE([LT_SYS_MODULE_PATH])dnl +AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl +AC_REQUIRE([LT_LIB_DLLOAD])dnl +AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl +AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl +AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl +AC_REQUIRE([LT_FUNC_ARGZ])dnl + +m4_require([_LT_CHECK_OBJDIR])dnl +m4_require([_LT_HEADER_DLFCN])dnl +m4_require([_LT_CHECK_DLPREOPEN])dnl +m4_require([_LT_DECL_SED])dnl + +dnl Don't require this, or it will be expanded earlier than the code +dnl that sets the variables it relies on: +_LT_ENABLE_INSTALL + +dnl _LTDL_MODE specific code must be called at least once: +_LTDL_MODE_DISPATCH + +# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS +# the user used. This is so that ltdl.h can pick up the parent projects +# config.h file, The first file in AC_CONFIG_HEADERS must contain the +# definitions required by ltdl.c. +# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility). +AC_CONFIG_COMMANDS_PRE([dnl +m4_pattern_allow([^LT_CONFIG_H$])dnl +m4_ifset([AH_HEADER], + [LT_CONFIG_H=AH_HEADER], + [m4_ifset([AC_LIST_HEADERS], + [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[ ]]*||;s|[[ :]].*$||'`], + [])])]) +AC_SUBST([LT_CONFIG_H]) + +AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h], + [], [], [AC_INCLUDES_DEFAULT]) + +AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])]) +AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])]) + +m4_pattern_allow([LT_LIBEXT])dnl +AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension]) + +name= +eval "lt_libprefix=\"$libname_spec\"" +m4_pattern_allow([LT_LIBPREFIX])dnl +AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix]) + +name=ltdl +eval "LTDLOPEN=\"$libname_spec\"" +AC_SUBST([LTDLOPEN]) +]) +m4trace:/usr/share/aclocal/ltdl.m4:444: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_CACHE_CHECK([whether deplibs are loaded by dlopen], + [lt_cv_sys_dlopen_deplibs], + [# PORTME does your system automatically load deplibs for dlopen? + # or its logical equivalent (e.g. shl_load for HP-UX < 11) + # For now, we just catch OSes we know something about -- in the + # future, we'll try test this programmatically. + lt_cv_sys_dlopen_deplibs=unknown + case $host_os in + aix3*|aix4.1.*|aix4.2.*) + # Unknown whether this is true for these versions of AIX, but + # we want this 'case' here to explicitly catch those versions. + lt_cv_sys_dlopen_deplibs=unknown + ;; + aix[[4-9]]*) + lt_cv_sys_dlopen_deplibs=yes + ;; + amigaos*) + case $host_cpu in + powerpc) + lt_cv_sys_dlopen_deplibs=no + ;; + esac + ;; + bitrig*) + lt_cv_sys_dlopen_deplibs=yes + ;; + darwin*) + # Assuming the user has installed a libdl from somewhere, this is true + # If you are looking for one http://www.opendarwin.org/projects/dlcompat + lt_cv_sys_dlopen_deplibs=yes + ;; + freebsd* | dragonfly* | midnightbsd*) + lt_cv_sys_dlopen_deplibs=yes + ;; + gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu) + # GNU and its variants, using gnu ld.so (Glibc) + lt_cv_sys_dlopen_deplibs=yes + ;; + hpux10*|hpux11*) + lt_cv_sys_dlopen_deplibs=yes + ;; + interix*) + lt_cv_sys_dlopen_deplibs=yes + ;; + irix[[12345]]*|irix6.[[01]]*) + # Catch all versions of IRIX before 6.2, and indicate that we don't + # know how it worked for any of those versions. + lt_cv_sys_dlopen_deplibs=unknown + ;; + irix*) + # The case above catches anything before 6.2, and it's known that + # at 6.2 and later dlopen does load deplibs. + lt_cv_sys_dlopen_deplibs=yes + ;; + netbsd* | netbsdelf*-gnu) + lt_cv_sys_dlopen_deplibs=yes + ;; + openbsd*) + lt_cv_sys_dlopen_deplibs=yes + ;; + osf[[1234]]*) + # dlopen did load deplibs (at least at 4.x), but until the 5.x series, + # it did *not* use an RPATH in a shared library to find objects the + # library depends on, so we explicitly say 'no'. + lt_cv_sys_dlopen_deplibs=no + ;; + osf5.0|osf5.0a|osf5.1) + # dlopen *does* load deplibs and with the right loader patch applied + # it even uses RPATH in a shared library to search for shared objects + # that the library depends on, but there's no easy way to know if that + # patch is installed. Since this is the case, all we can really + # say is unknown -- it depends on the patch being installed. If + # it is, this changes to 'yes'. Without it, it would be 'no'. + lt_cv_sys_dlopen_deplibs=unknown + ;; + osf*) + # the two cases above should catch all versions of osf <= 5.1. Read + # the comments above for what we know about them. + # At > 5.1, deplibs are loaded *and* any RPATH in a shared library + # is used to find them so we can finally say 'yes'. + lt_cv_sys_dlopen_deplibs=yes + ;; + qnx*) + lt_cv_sys_dlopen_deplibs=yes + ;; + solaris*) + lt_cv_sys_dlopen_deplibs=yes + ;; + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + libltdl_cv_sys_dlopen_deplibs=yes + ;; + esac + ]) +if test yes != "$lt_cv_sys_dlopen_deplibs"; then + AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1], + [Define if the OS needs help to load dependent libraries for dlopen().]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:546: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:546: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_warn([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:553: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl +AC_CACHE_CHECK([what extension is used for runtime loadable modules], + [libltdl_cv_shlibext], +[ +module=yes +eval libltdl_cv_shlibext=$shrext_cmds +module=no +eval libltdl_cv_shrext=$shrext_cmds + ]) +if test -n "$libltdl_cv_shlibext"; then + m4_pattern_allow([LT_MODULE_EXT])dnl + AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"], + [Define to the extension used for runtime loadable modules, say, ".so".]) +fi +if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then + m4_pattern_allow([LT_SHARED_EXT])dnl + AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"], + [Define to the shared library suffix, say, ".dylib".]) +fi +if test -n "$shared_archive_member_spec"; then + m4_pattern_allow([LT_SHARED_LIB_MEMBER])dnl + AC_DEFINE_UNQUOTED([LT_SHARED_LIB_MEMBER], ["($shared_archive_member_spec.o)"], + [Define to the shared archive member specification, say "(shr.o)".]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:581: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:581: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [m4_warn([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:588: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl +AC_CACHE_CHECK([what variable specifies run-time module search path], + [lt_cv_module_path_var], [lt_cv_module_path_var=$shlibpath_var]) +if test -n "$lt_cv_module_path_var"; then + m4_pattern_allow([LT_MODULE_PATH_VAR])dnl + AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"], + [Define to the name of the environment variable that determines the run-time module search path.]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:600: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:600: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [m4_warn([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:607: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl +AC_CACHE_CHECK([for the default library search path], + [lt_cv_sys_dlsearch_path], + [lt_cv_sys_dlsearch_path=$sys_lib_dlsearch_path_spec]) +if test -n "$lt_cv_sys_dlsearch_path"; then + sys_dlsearch_path= + for dir in $lt_cv_sys_dlsearch_path; do + if test -z "$sys_dlsearch_path"; then + sys_dlsearch_path=$dir + else + sys_dlsearch_path=$sys_dlsearch_path$PATH_SEPARATOR$dir + fi + done + m4_pattern_allow([LT_DLSEARCH_PATH])dnl + AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"], + [Define to the system default library search path.]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:628: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:628: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_warn([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:654: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$]) +LT_DLLOADERS= +AC_SUBST([LT_DLLOADERS]) + +AC_LANG_PUSH([C]) +lt_dlload_save_LIBS=$LIBS + +LIBADD_DLOPEN= +AC_SEARCH_LIBS([dlopen], [dl], + [AC_DEFINE([HAVE_LIBDL], [1], + [Define if you have the libdl library or equivalent.]) + if test "$ac_cv_search_dlopen" != "none required"; then + LIBADD_DLOPEN=-ldl + fi + libltdl_cv_lib_dl_dlopen=yes + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], + [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H +# include +#endif + ]], [[dlopen(0, 0);]])], + [AC_DEFINE([HAVE_LIBDL], [1], + [Define if you have the libdl library or equivalent.]) + libltdl_cv_func_dlopen=yes + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], + [AC_CHECK_LIB([svld], [dlopen], + [AC_DEFINE([HAVE_LIBDL], [1], + [Define if you have the libdl library or equivalent.]) + LIBADD_DLOPEN=-lsvld libltdl_cv_func_dlopen=yes + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])]) +if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen" +then + lt_save_LIBS=$LIBS + LIBS="$LIBS $LIBADD_DLOPEN" + AC_CHECK_FUNCS([dlerror]) + LIBS=$lt_save_LIBS +fi +AC_SUBST([LIBADD_DLOPEN]) + +LIBADD_SHL_LOAD= +AC_CHECK_FUNC([shl_load], + [AC_DEFINE([HAVE_SHL_LOAD], [1], + [Define if you have the shl_load function.]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"], + [AC_CHECK_LIB([dld], [shl_load], + [AC_DEFINE([HAVE_SHL_LOAD], [1], + [Define if you have the shl_load function.]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la" + LIBADD_SHL_LOAD=-ldld])]) +AC_SUBST([LIBADD_SHL_LOAD]) + +case $host_os in +darwin[[1567]].*) +# We only want this for pre-Mac OS X 10.4. + AC_CHECK_FUNC([_dyld_func_lookup], + [AC_DEFINE([HAVE_DYLD], [1], + [Define if you have the _dyld_func_lookup function.]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"]) + ;; +beos*) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la" + ;; +cygwin* | mingw* | pw32*) + AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include ]]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la" + ;; +esac + +AC_CHECK_LIB([dld], [dld_link], + [AC_DEFINE([HAVE_DLD], [1], + [Define if you have the GNU dld library.]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"]) +AC_SUBST([LIBADD_DLD_LINK]) + +m4_pattern_allow([^LT_DLPREOPEN$]) +LT_DLPREOPEN= +if test -n "$LT_DLLOADERS" +then + for lt_loader in $LT_DLLOADERS; do + LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader " + done + AC_DEFINE([HAVE_LIBDLLOADER], [1], + [Define if libdlloader will be built on this platform]) +fi +AC_SUBST([LT_DLPREOPEN]) + +dnl This isn't used anymore, but set it for backwards compatibility +LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD" +AC_SUBST([LIBADD_DL]) + +LIBS=$lt_dlload_save_LIBS +AC_LANG_POP +]) +m4trace:/usr/share/aclocal/ltdl.m4:749: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:749: -1- AC_DEFUN([AC_LTDL_DLLIB], [m4_warn([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:757: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +AC_CACHE_CHECK([for _ prefix in compiled symbols], + [lt_cv_sys_symbol_underscore], + [lt_cv_sys_symbol_underscore=no + cat > conftest.$ac_ext <<_LT_EOF +void nm_test_func(){} +int main(){nm_test_func;return 0;} +_LT_EOF + if AC_TRY_EVAL(ac_compile); then + # Now try to grab the symbols. + ac_nlist=conftest.nm + if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then + # See whether the symbols have a leading underscore. + if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then + lt_cv_sys_symbol_underscore=yes + else + if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then + : + else + echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD + fi + fi + else + echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD + fi + else + echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD + cat conftest.c >&AS_MESSAGE_LOG_FD + fi + rm -rf conftest* + ]) + sys_symbol_underscore=$lt_cv_sys_symbol_underscore + AC_SUBST([sys_symbol_underscore]) +]) +m4trace:/usr/share/aclocal/ltdl.m4:794: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:794: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_warn([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:801: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([_LT_COMPILER_PIC])dnl for lt_prog_compiler_wl +AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl for lt_cv_sys_symbol_underscore +AC_REQUIRE([LT_SYS_MODULE_EXT])dnl for libltdl_cv_shlibext +if test yes = "$lt_cv_sys_symbol_underscore"; then + if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"; then + AC_CACHE_CHECK([whether we have to add an underscore for dlsym], + [libltdl_cv_need_uscore], + [libltdl_cv_need_uscore=unknown + dlsym_uscore_save_LIBS=$LIBS + LIBS="$LIBS $LIBADD_DLOPEN" + libname=conftmod # stay within 8.3 filename limits! + cat >$libname.$ac_ext <<_LT_EOF +[#line $LINENO "configure" +#include "confdefs.h" +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif +int fnord () { return 42; }] +_LT_EOF + + # ltfn_module_cmds module_cmds + # Execute tilde-delimited MODULE_CMDS with environment primed for + # $module_cmds or $archive_cmds type content. + ltfn_module_cmds () + {( # subshell avoids polluting parent global environment + module_cmds_save_ifs=$IFS; IFS='~' + for cmd in @S|@1; do + IFS=$module_cmds_save_ifs + libobjs=$libname.$ac_objext; lib=$libname$libltdl_cv_shlibext + rpath=/not-exists; soname=$libname$libltdl_cv_shlibext; output_objdir=. + major=; versuffix=; verstring=; deplibs= + ECHO=echo; wl=$lt_prog_compiler_wl; allow_undefined_flag= + eval $cmd + done + IFS=$module_cmds_save_ifs + )} + + # Compile a loadable module using libtool macro expansion results. + $CC $pic_flag -c $libname.$ac_ext + ltfn_module_cmds "${module_cmds:-$archive_cmds}" + + # Try to fetch fnord with dlsym(). + libltdl_dlunknown=0; libltdl_dlnouscore=1; libltdl_dluscore=2 + cat >conftest.$ac_ext <<_LT_EOF +[#line $LINENO "configure" +#include "confdefs.h" +#if HAVE_DLFCN_H +#include +#endif +#include +#ifndef RTLD_GLOBAL +# ifdef DL_GLOBAL +# define RTLD_GLOBAL DL_GLOBAL +# else +# define RTLD_GLOBAL 0 +# endif +#endif +#ifndef RTLD_NOW +# ifdef DL_NOW +# define RTLD_NOW DL_NOW +# else +# define RTLD_NOW 0 +# endif +#endif +int main () { + void *handle = dlopen ("`pwd`/$libname$libltdl_cv_shlibext", RTLD_GLOBAL|RTLD_NOW); + int status = $libltdl_dlunknown; + if (handle) { + if (dlsym (handle, "fnord")) + status = $libltdl_dlnouscore; + else { + if (dlsym (handle, "_fnord")) + status = $libltdl_dluscore; + else + puts (dlerror ()); + } + dlclose (handle); + } else + puts (dlerror ()); + return status; +}] +_LT_EOF + if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null + libltdl_status=$? + case x$libltdl_status in + x$libltdl_dlnouscore) libltdl_cv_need_uscore=no ;; + x$libltdl_dluscore) libltdl_cv_need_uscore=yes ;; + x*) libltdl_cv_need_uscore=unknown ;; + esac + fi + rm -rf conftest* $libname* + LIBS=$dlsym_uscore_save_LIBS + ]) + fi +fi + +if test yes = "$libltdl_cv_need_uscore"; then + AC_DEFINE([NEED_USCORE], [1], + [Define if dlsym() requires a leading underscore in symbol names.]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:908: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:908: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_warn([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])]) +m4trace:/usr/share/aclocal/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) +m4trace:/usr/share/aclocal/ltoptions.m4:113: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'dlopen' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:113: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [m4_warn([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete. +You should run autoupdate.])dnl +_LT_SET_OPTION([LT_INIT], [dlopen]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'dlopen' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:148: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +_LT_SET_OPTION([LT_INIT], [win32-dll]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'win32-dll' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:148: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete. +You should run autoupdate.])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +_LT_SET_OPTION([LT_INIT], [win32-dll]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'win32-dll' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:197: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:201: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [m4_warn([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete. +You should run autoupdate.])dnl +AC_ENABLE_SHARED($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [m4_warn([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete. +You should run autoupdate.])dnl +AC_DISABLE_SHARED($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:251: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:255: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [m4_warn([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete. +You should run autoupdate.])dnl +AC_ENABLE_STATIC($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [m4_warn([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete. +You should run autoupdate.])dnl +AC_DISABLE_STATIC($@)]) +m4trace:/usr/share/aclocal/ltoptions.m4:305: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'fast-install' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:305: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [m4_warn([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete. +You should run autoupdate.])dnl +_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'fast-install' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:312: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'disable-fast-install' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:312: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [m4_warn([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete. +You should run autoupdate.])dnl +_LT_SET_OPTION([LT_INIT], [disable-fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'disable-fast-install' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:411: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'pic-only' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltoptions.m4:411: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [m4_warn([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete. +You should run autoupdate.])dnl +_LT_SET_OPTION([LT_INIT], [pic-only]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'pic-only' option into LT_INIT's first parameter.]) +]) +m4trace:/usr/share/aclocal/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) +m4trace:/usr/share/aclocal/ltversion.m4:19: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.7' +macro_revision='2.4.7' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC]) +m4trace:/usr/share/aclocal/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX]) +m4trace:/usr/share/aclocal-1.16/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.16.5], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) +m4trace:/usr/share/aclocal-1.16/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.5])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) +m4trace:/usr/share/aclocal-1.16/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` +]) +m4trace:/usr/share/aclocal-1.16/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) +m4trace:/usr/share/aclocal-1.16/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) +m4trace:/usr/share/aclocal-1.16/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) +m4trace:/usr/share/aclocal-1.16/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) +m4trace:/usr/share/aclocal-1.16/depout.m4:11: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? + done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE="gmake" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk +} +]) +m4trace:/usr/share/aclocal-1.16/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) +m4trace:/usr/share/aclocal-1.16/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl +m4_ifdef([_$0_ALREADY_INIT], + [m4_fatal([$0 expanded multiple times +]m4_defn([_$0_ALREADY_INIT]))], + [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi +AC_SUBST([CTAGS]) +if test -z "$ETAGS"; then + ETAGS=etags +fi +AC_SUBST([ETAGS]) +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi +AC_SUBST([CSCOPE]) + +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) +m4trace:/usr/share/aclocal-1.16/init.m4:204: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) +m4trace:/usr/share/aclocal-1.16/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) +m4trace:/usr/share/aclocal-1.16/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) +m4trace:/usr/share/aclocal-1.16/make.m4:13: -1- AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +m4trace:/usr/share/aclocal-1.16/make.m4:42: -1- m4_pattern_allow([^am__quote$]) +m4trace:/usr/share/aclocal-1.16/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) +m4trace:/usr/share/aclocal-1.16/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) +m4trace:/usr/share/aclocal-1.16/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) +m4trace:/usr/share/aclocal-1.16/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) +m4trace:/usr/share/aclocal-1.16/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) +m4trace:/usr/share/aclocal-1.16/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) +m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) +m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) +m4trace:/usr/share/aclocal-1.16/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) +m4trace:/usr/share/aclocal-1.16/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) +m4trace:/usr/share/aclocal-1.16/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) +m4trace:/usr/share/aclocal-1.16/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) +m4trace:/usr/share/aclocal-1.16/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) +m4trace:/usr/share/aclocal-1.16/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4trace:/usr/share/aclocal-1.16/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' + +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) +m4trace:m4/ax_cblas.m4:67: -1- AC_DEFUN([AX_CBLAS], [ +AC_PREREQ(2.50) +ax_cblas_ok=no + +AC_ARG_WITH(cblas, + [AC_HELP_STRING([--with-cblas=], [use CBLAS library ])]) +case $with_cblas in + yes | "") ;; + no) ax_cblas_ok=disable ;; + -* | */* | *.a | *.so | *.so.* | *.o) CBLAS_LIBS="$with_cblas" ;; + *) CBLAS_LIBS="-l$with_cblas" ;; +esac + +ax_cblas_save_LIBS="$LIBS" + +# First, check CBLAS_LIBS environment variable +if test $ax_cblas_ok = no; then +if test "x$CBLAS_LIBS" != x; then + save_LIBS="$LIBS"; LIBS="$CBLAS_LIBS $LIBS" + AC_MSG_CHECKING([for cblas_dgemm in $CBLAS_LIBS]) + AC_TRY_LINK_FUNC(cblas_dgemm, [ax_cblas_ok=yes], [CBLAS_LIBS=""]) + AC_MSG_RESULT($ax_cblas_ok) + LIBS="$save_LIBS" +fi +fi + +# CBLAS linked to by default? (happens on some supercomputers) +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="$LIBS" + AC_CHECK_FUNC(cblas_dgemm, [ax_cblas_ok=yes]) + LIBS="$save_LIBS" +fi + +# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/) +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(atlas, ATL_xerbla, + [AC_CHECK_LIB(cblas, cblas_dgemm, + [ax_cblas_ok=yes + CBLAS_LIBS="-lcblas -latlas"], + [], [-latlas])]) +fi + +# BLAS in Intel MKL library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(mkl, cblas_dgemm, [ax_cblas_ok=yes;CBLAS_LIBS="-lmkl"]) +fi + +# BLAS in Apple vecLib library? +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS" + AC_CHECK_FUNC(cblas_dgemm, [ax_cblas_ok=yes;CBLAS_LIBS="-framework vecLib"]) + LIBS="$save_LIBS" +fi + +# BLAS in Alpha DXML library? (now called CXML, see above) +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(dxml, cblas_dgemm, [ax_cblas_ok=yes;CBLAS_LIBS="-ldxml"]) +fi + +# BLAS in Sun Performance library? +if test $ax_cblas_ok = no; then + if test "x$GCC" != xyes; then # only works with Sun CC + AC_CHECK_LIB(sunmath, acosp, + [AC_CHECK_LIB(sunperf, cblas_dgemm, + [CBLAS_LIBS="-xlic_lib=sunperf -lsunmath" + ax_cblas_ok=yes],[],[-lsunmath])]) + fi +fi + +# BLAS in SCSL library? (SGI/Cray Scientific Library) +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(scs, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lscs"]) +fi + +# BLAS in SGIMATH library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(complib.sgimath, cblas_dgemm, + [ax_cblas_ok=yes; CBLAS_LIBS="-lcomplib.sgimath"]) +fi + +# BLAS in IBM ESSL library? (requires generic BLAS lib, too) +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(blas, cblas_dgemm, + [AC_CHECK_LIB(essl, cblas_dgemm, + [ax_cblas_ok=yes; CBLAS_LIBS="-lessl -lblas"], + [], [-lblas])]) +fi + +# BLAS in OpenBLAS library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(openblas, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lopenblas"]) +fi + +# Generic CBLAS library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(cblas, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lcblas"]) +fi + +# Generic BLAS library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(blas, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lblas"]) +fi + +AC_SUBST(CBLAS_LIBS) + +LIBS="$ax_cblas_save_LIBS" + +# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: +if test x"$ax_cblas_ok" = xyes; then + ifelse([$1],,AC_DEFINE(HAVE_CBLAS,1,[Define if you have a CBLAS library.]),[$1]) + : +else + ax_cblas_ok=no + $2 +fi +]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?A[CHUM]_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([_AC_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) +m4trace:configure.ac:6: -1- m4_pattern_allow([^AS_FLAGS$]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?m4_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^dnl$]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?AS_]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^SHELL$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PATH_SEPARATOR$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^exec_prefix$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^prefix$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^program_transform_name$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^bindir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sbindir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^libexecdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^datarootdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^datadir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sysconfdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sharedstatedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^localstatedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^runstatedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^includedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^oldincludedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^docdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^infodir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^htmldir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^dvidir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^pdfdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^psdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^libdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^localedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^mandir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^DEFS$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_C$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_N$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_T$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^build_alias$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^host_alias$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^target_alias$]) +m4trace:configure.ac:8: -1- AC_CONFIG_MACRO_DIR([m4]) +m4trace:configure.ac:8: -1- AC_CONFIG_MACRO_DIR_TRACE([m4]) +m4trace:configure.ac:10: -1- AM_INIT_AUTOMAKE([foreign subdir-objects]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) +m4trace:configure.ac:10: -1- AM_SET_CURRENT_AUTOMAKE_VERSION +m4trace:configure.ac:10: -1- AM_AUTOMAKE_VERSION([1.16.5]) +m4trace:configure.ac:10: -1- _AM_AUTOCONF_VERSION([2.71]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_DATA$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__isrc$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__isrc]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CYGPATH_W$]) +m4trace:configure.ac:10: -1- _AM_SET_OPTIONS([foreign subdir-objects]) +m4trace:configure.ac:10: -1- _AM_SET_OPTION([foreign]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([foreign]) +m4trace:configure.ac:10: -1- _AM_SET_OPTION([subdir-objects]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([subdir-objects]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-define]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:10: -1- AM_SANITY_CHECK +m4trace:configure.ac:10: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +m4trace:configure.ac:10: -1- AM_MISSING_HAS_RUN +m4trace:configure.ac:10: -1- AM_AUX_DIR_EXPAND +m4trace:configure.ac:10: -1- m4_pattern_allow([^ACLOCAL$]) +m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOCONF$]) +m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOMAKE$]) +m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOHEADER$]) +m4trace:configure.ac:10: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^MAKEINFO$]) +m4trace:configure.ac:10: -1- AM_PROG_INSTALL_SH +m4trace:configure.ac:10: -1- m4_pattern_allow([^install_sh$]) +m4trace:configure.ac:10: -1- AM_PROG_INSTALL_STRIP +m4trace:configure.ac:10: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^MKDIR_P$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^mkdir_p$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.ac:10: -1- AM_SET_LEADING_DOT +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__leading_dot$]) +m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar]) +m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-pax]) +m4trace:configure.ac:10: -1- _AM_PROG_TAR([v7]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AMTAR$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__tar$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__untar$]) +m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-dependencies]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CTAGS$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^ETAGS$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CSCOPE$]) +m4trace:configure.ac:10: -1- AM_SILENT_RULES +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_V$]) +m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_V$]) +m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_BACKSLASH$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) +m4trace:configure.ac:12: -1- LT_INIT([shared]) +m4trace:configure.ac:12: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$]) +m4trace:configure.ac:12: -1- LTOPTIONS_VERSION +m4trace:configure.ac:12: -1- LTSUGAR_VERSION +m4trace:configure.ac:12: -1- LTVERSION_VERSION +m4trace:configure.ac:12: -1- LTOBSOLETE_VERSION +m4trace:configure.ac:12: -1- _LT_PROG_LTMAIN +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBTOOL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_cpu$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_vendor$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_os$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_cpu$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_vendor$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_os$]) +m4trace:configure.ac:12: -1- _LT_PREPARE_SED_QUOTE_VARS +m4trace:configure.ac:12: -1- _LT_PROG_ECHO_BACKSLASH +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^EXEEXT$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJEXT$]) +m4trace:configure.ac:12: -1- _AM_PROG_CC_C_O +m4trace:configure.ac:12: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) +m4trace:configure.ac:12: -1- _AM_DEPENDENCIES([CC]) +m4trace:configure.ac:12: -1- AM_SET_DEPDIR +m4trace:configure.ac:12: -1- m4_pattern_allow([^DEPDIR$]) +m4trace:configure.ac:12: -1- AM_OUTPUT_DEPENDENCY_COMMANDS +m4trace:configure.ac:12: -1- AM_MAKE_INCLUDE +m4trace:configure.ac:12: -1- AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__include$]) +m4trace:configure.ac:12: -1- AM_DEP_TRACK +m4trace:configure.ac:12: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_TRUE$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_FALSE$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__nodep$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__nodep]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CCDEPMODE$]) +m4trace:configure.ac:12: -1- AM_CONDITIONAL([am__fastdepCC], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) +m4trace:configure.ac:12: -1- LT_PATH_LD +m4trace:configure.ac:12: -1- m4_pattern_allow([^SED$]) +m4trace:configure.ac:12: -1- AC_PROG_EGREP +m4trace:configure.ac:12: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^FGREP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LD$]) +m4trace:configure.ac:12: -1- LT_PATH_NM +m4trace:configure.ac:12: -1- m4_pattern_allow([^DUMPBIN$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_DUMPBIN$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DUMPBIN$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^NM$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LN_S$]) +m4trace:configure.ac:12: -1- LT_CMD_MAX_LEN +m4trace:configure.ac:12: -1- m4_pattern_allow([^FILECMD$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJDUMP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJDUMP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DLLTOOL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DLLTOOL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AR$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_AR$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^RANLIB$]) +m4trace:configure.ac:12: -1- _LT_WITH_SYSROOT +m4trace:configure.ac:12: -1- m4_pattern_allow([LT_OBJDIR]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LT_OBJDIR$]) +m4trace:configure.ac:12: -1- _LT_CC_BASENAME([$compiler]) +m4trace:configure.ac:12: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH]) +m4trace:configure.ac:12: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH]) +m4trace:configure.ac:12: -1- LT_SUPPORTED_TAG([CC]) +m4trace:configure.ac:12: -1- _LT_COMPILER_BOILERPLATE +m4trace:configure.ac:12: -1- _LT_LINKER_BOILERPLATE +m4trace:configure.ac:12: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"]) +m4trace:configure.ac:12: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in + "" | " "*) ;; + *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;; + esac], [_LT_TAGVAR(lt_prog_compiler_pic, )= + _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no]) +m4trace:configure.ac:12: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^MANIFEST_TOOL$]) +m4trace:configure.ac:12: -1- _LT_DLL_DEF_P([$export_symbols]) +m4trace:configure.ac:12: -1- _LT_DLL_DEF_P([$export_symbols]) +m4trace:configure.ac:12: -1- _LT_REQUIRED_DARWIN_CHECKS +m4trace:configure.ac:12: -1- m4_pattern_allow([^DSYMUTIL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^NMEDIT$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIPO$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OTOOL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OTOOL64$]) +m4trace:configure.ac:12: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags']) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) +m4trace:configure.ac:12: -1- LT_SYS_DLOPEN_SELF +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_stdio_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" stdio.h ]AS_TR_SH([stdio.h]) AS_TR_CPP([HAVE_stdio.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" stdlib.h ]AS_TR_SH([stdlib.h]) AS_TR_CPP([HAVE_stdlib.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_string_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" string.h ]AS_TR_SH([string.h]) AS_TR_CPP([HAVE_string.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_inttypes_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" inttypes.h ]AS_TR_SH([inttypes.h]) AS_TR_CPP([HAVE_inttypes.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_stdint_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" stdint.h ]AS_TR_SH([stdint.h]) AS_TR_CPP([HAVE_stdint.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_strings_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" strings.h ]AS_TR_SH([strings.h]) AS_TR_CPP([HAVE_strings.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_sys_stat_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" sys/stat.h ]AS_TR_SH([sys/stat.h]) AS_TR_CPP([HAVE_sys/stat.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_sys_types_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" sys/types.h ]AS_TR_SH([sys/types.h]) AS_TR_CPP([HAVE_sys/types.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" unistd.h ]AS_TR_SH([unistd.h]) AS_TR_CPP([HAVE_unistd.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^STDC_HEADERS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) +m4trace:configure.ac:17: -1- _m4_warn([obsolete], [The macro `AC_PROG_CC_C99' is obsolete. +You should run autoupdate.], [./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... +configure.ac:17: the top level]) +m4trace:configure.ac:27: -1- _m4_warn([obsolete], [The macro `AC_HEADER_STDC' is obsolete. +You should run autoupdate.], [./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... +configure.ac:27: the top level]) +m4trace:configure.ac:27: -1- AC_PROG_EGREP +m4trace:configure.ac:27: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_HEADER_TIME' is obsolete. +You should run autoupdate.], [./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... +configure.ac:28: the top level]) +m4trace:configure.ac:28: -1- AC_DEFUN([_AC_Header_sys_time_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" sys/time.h ]AS_TR_SH([sys/time.h]) AS_TR_CPP([HAVE_sys/time.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$]) +m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE__BOOL$]) +m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE_STDBOOL_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_FCNTL_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_FLOAT_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_INTTYPES_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_LIMITS_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_LOCALE_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_MALLOC_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_MEMORY_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDDEF_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDINT_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDLIB_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STRING_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_UNISTD_H$]) +m4trace:configure.ac:35: -1- m4_pattern_allow([^int16_t$]) +m4trace:configure.ac:36: -1- m4_pattern_allow([^int32_t$]) +m4trace:configure.ac:37: -1- m4_pattern_allow([^int64_t$]) +m4trace:configure.ac:38: -1- m4_pattern_allow([^int8_t$]) +m4trace:configure.ac:39: -1- m4_pattern_allow([^off_t$]) +m4trace:configure.ac:40: -1- m4_pattern_allow([^size_t$]) +m4trace:configure.ac:41: -1- m4_pattern_allow([^ssize_t$]) +m4trace:configure.ac:42: -1- m4_pattern_allow([^uint16_t$]) +m4trace:configure.ac:43: -1- m4_pattern_allow([^_UINT32_T$]) +m4trace:configure.ac:43: -1- m4_pattern_allow([^uint32_t$]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^_UINT64_T$]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^uint64_t$]) +m4trace:configure.ac:45: -1- m4_pattern_allow([^_UINT8_T$]) +m4trace:configure.ac:45: -1- m4_pattern_allow([^uint8_t$]) +m4trace:configure.ac:46: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MALLOC$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_REALLOC$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_DRAND48$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_GETCWD$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_GETTIMEOFDAY$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MEMMOVE$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MEMSET$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_REGCOMP$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_SETLOCALE$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_SQRT$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_STRDUP$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_STRNDUP$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MAJOR_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MINOR_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_PATCH_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MAJOR_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MINOR_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_PATCH_VERSION$]) +m4trace:configure.ac:73: -1- m4_pattern_allow([^LIBPOSTAL_DATA_DIR_VERSION_STRING$]) +m4trace:configure.ac:79: -1- m4_pattern_allow([^LIBPOSTAL_DATA_FILE_LATEST_VERSION$]) +m4trace:configure.ac:80: -1- m4_pattern_allow([^LIBPOSTAL_PARSER_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:81: -1- m4_pattern_allow([^LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:84: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING$]) +m4trace:configure.ac:90: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION$]) +m4trace:configure.ac:91: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:92: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:100: -1- m4_pattern_allow([^FOUND_SHUF$]) +m4trace:configure.ac:101: -1- m4_pattern_allow([^FOUND_GSHUF$]) +m4trace:configure.ac:103: -1- m4_pattern_allow([^HAVE_SHUF$]) +m4trace:configure.ac:104: -1- m4_pattern_allow([^HAVE_GSHUF$]) +m4trace:configure.ac:121: -1- AX_CBLAS +m4trace:configure.ac:121: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. +You should run autoupdate.], [./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... +./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... +m4/ax_cblas.m4:67: AX_CBLAS is expanded from... +lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... +./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from... +./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from... +configure.ac:121: the top level]) +m4trace:configure.ac:121: -1- m4_pattern_allow([^CBLAS_LIBS$]) +m4trace:configure.ac:121: -2- m4_pattern_allow([^HAVE_CBLAS$]) +m4trace:configure.ac:131: -1- m4_pattern_allow([^MODEL$]) +m4trace:configure.ac:135: -1- AM_CONDITIONAL([DOWNLOAD_DATA], [test "x$DOWNLOAD_DATA" = "xtrue"]) +m4trace:configure.ac:135: -1- m4_pattern_allow([^DOWNLOAD_DATA_TRUE$]) +m4trace:configure.ac:135: -1- m4_pattern_allow([^DOWNLOAD_DATA_FALSE$]) +m4trace:configure.ac:135: -1- _AM_SUBST_NOTMAKE([DOWNLOAD_DATA_TRUE]) +m4trace:configure.ac:135: -1- _AM_SUBST_NOTMAKE([DOWNLOAD_DATA_FALSE]) +m4trace:configure.ac:149: -1- m4_pattern_allow([^CFLAGS_SCANNER_EXTRA$]) +m4trace:configure.ac:153: -1- m4_pattern_allow([^LIBPOSTAL_SO_VERSION$]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:155: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) +m4trace:configure.ac:155: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) +m4trace:configure.ac:155: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) +m4trace:configure.ac:155: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) +m4trace:configure.ac:155: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS +m4trace:configure.ac:155: -1- AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) +m4trace:configure.ac:155: -1- _LT_PROG_LTMAIN diff --git a/autom4te.cache/traces.2 b/autom4te.cache/traces.2 new file mode 100644 index 0000000..fec564d --- /dev/null +++ b/autom4te.cache/traces.2 @@ -0,0 +1,835 @@ +m4trace:aclocal.m4:699: -1- AC_SUBST([am__quote]) +m4trace:aclocal.m4:699: -1- AC_SUBST_TRACE([am__quote]) +m4trace:aclocal.m4:699: -1- m4_pattern_allow([^am__quote$]) +m4trace:aclocal.m4:1151: -1- m4_include([m4/ax_cblas.m4]) +m4trace:aclocal.m4:1152: -1- m4_include([m4/libtool.m4]) +m4trace:aclocal.m4:1153: -1- m4_include([m4/ltoptions.m4]) +m4trace:aclocal.m4:1154: -1- m4_include([m4/ltsugar.m4]) +m4trace:aclocal.m4:1155: -1- m4_include([m4/ltversion.m4]) +m4trace:aclocal.m4:1156: -1- m4_include([m4/lt~obsolete.m4]) +m4trace:configure.ac:6: -1- AC_INIT([libpostal], [1.1.1]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?A[CHUM]_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([_AC_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) +m4trace:configure.ac:6: -1- m4_pattern_allow([^AS_FLAGS$]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?m4_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^dnl$]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?AS_]) +m4trace:configure.ac:6: -1- AC_SUBST([SHELL]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([SHELL]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^SHELL$]) +m4trace:configure.ac:6: -1- AC_SUBST([PATH_SEPARATOR]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PATH_SEPARATOR]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PATH_SEPARATOR$]) +m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE_NAME]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE_TARNAME]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE_VERSION]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE_STRING]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE_URL], [m4_ifdef([AC_PACKAGE_URL], ['AC_PACKAGE_URL'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE_URL]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:6: -1- AC_SUBST([exec_prefix], [NONE]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([exec_prefix]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^exec_prefix$]) +m4trace:configure.ac:6: -1- AC_SUBST([prefix], [NONE]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([prefix]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^prefix$]) +m4trace:configure.ac:6: -1- AC_SUBST([program_transform_name], [s,x,x,]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([program_transform_name]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^program_transform_name$]) +m4trace:configure.ac:6: -1- AC_SUBST([bindir], ['${exec_prefix}/bin']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([bindir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^bindir$]) +m4trace:configure.ac:6: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([sbindir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sbindir$]) +m4trace:configure.ac:6: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([libexecdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^libexecdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([datarootdir], ['${prefix}/share']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([datarootdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^datarootdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([datadir], ['${datarootdir}']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([datadir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^datadir$]) +m4trace:configure.ac:6: -1- AC_SUBST([sysconfdir], ['${prefix}/etc']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([sysconfdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sysconfdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([sharedstatedir], ['${prefix}/com']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([sharedstatedir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sharedstatedir$]) +m4trace:configure.ac:6: -1- AC_SUBST([localstatedir], ['${prefix}/var']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([localstatedir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^localstatedir$]) +m4trace:configure.ac:6: -1- AC_SUBST([runstatedir], ['${localstatedir}/run']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([runstatedir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^runstatedir$]) +m4trace:configure.ac:6: -1- AC_SUBST([includedir], ['${prefix}/include']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([includedir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^includedir$]) +m4trace:configure.ac:6: -1- AC_SUBST([oldincludedir], ['/usr/include']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([oldincludedir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^oldincludedir$]) +m4trace:configure.ac:6: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME], + ['${datarootdir}/doc/${PACKAGE_TARNAME}'], + ['${datarootdir}/doc/${PACKAGE}'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([docdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^docdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([infodir], ['${datarootdir}/info']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([infodir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^infodir$]) +m4trace:configure.ac:6: -1- AC_SUBST([htmldir], ['${docdir}']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([htmldir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^htmldir$]) +m4trace:configure.ac:6: -1- AC_SUBST([dvidir], ['${docdir}']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([dvidir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^dvidir$]) +m4trace:configure.ac:6: -1- AC_SUBST([pdfdir], ['${docdir}']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([pdfdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^pdfdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([psdir], ['${docdir}']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([psdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^psdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([libdir], ['${exec_prefix}/lib']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([libdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^libdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([localedir], ['${datarootdir}/locale']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([localedir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^localedir$]) +m4trace:configure.ac:6: -1- AC_SUBST([mandir], ['${datarootdir}/man']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([mandir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^mandir$]) +m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */ +@%:@undef PACKAGE_NAME]) +m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */ +@%:@undef PACKAGE_TARNAME]) +m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */ +@%:@undef PACKAGE_VERSION]) +m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */ +@%:@undef PACKAGE_STRING]) +m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */ +@%:@undef PACKAGE_BUGREPORT]) +m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_URL]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE_URL], [/* Define to the home page for this package. */ +@%:@undef PACKAGE_URL]) +m4trace:configure.ac:6: -1- AC_SUBST([DEFS]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([DEFS]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^DEFS$]) +m4trace:configure.ac:6: -1- AC_SUBST([ECHO_C]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([ECHO_C]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_C$]) +m4trace:configure.ac:6: -1- AC_SUBST([ECHO_N]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([ECHO_N]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_N$]) +m4trace:configure.ac:6: -1- AC_SUBST([ECHO_T]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([ECHO_T]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_T$]) +m4trace:configure.ac:6: -1- AC_SUBST([LIBS]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:6: -1- AC_SUBST([build_alias]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([build_alias]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^build_alias$]) +m4trace:configure.ac:6: -1- AC_SUBST([host_alias]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([host_alias]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^host_alias$]) +m4trace:configure.ac:6: -1- AC_SUBST([target_alias]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([target_alias]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^target_alias$]) +m4trace:configure.ac:8: -1- AC_CONFIG_MACRO_DIR_TRACE([m4]) +m4trace:configure.ac:10: -1- AM_INIT_AUTOMAKE([foreign subdir-objects]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) +m4trace:configure.ac:10: -1- AM_AUTOMAKE_VERSION([1.16.5]) +m4trace:configure.ac:10: -1- AC_REQUIRE_AUX_FILE([install-sh]) +m4trace:configure.ac:10: -1- AC_SUBST([INSTALL_PROGRAM]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([INSTALL_PROGRAM]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) +m4trace:configure.ac:10: -1- AC_SUBST([INSTALL_SCRIPT]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([INSTALL_SCRIPT]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) +m4trace:configure.ac:10: -1- AC_SUBST([INSTALL_DATA]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([INSTALL_DATA]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_DATA$]) +m4trace:configure.ac:10: -1- AC_SUBST([am__isrc], [' -I$(srcdir)']) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([am__isrc]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__isrc$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__isrc]) +m4trace:configure.ac:10: -1- AC_SUBST([CYGPATH_W]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([CYGPATH_W]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CYGPATH_W$]) +m4trace:configure.ac:10: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME']) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([PACKAGE]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:10: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION']) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([VERSION]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:10: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:10: -1- AH_OUTPUT([PACKAGE], [/* Name of package */ +@%:@undef PACKAGE]) +m4trace:configure.ac:10: -1- AC_DEFINE_TRACE_LITERAL([VERSION]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:10: -1- AH_OUTPUT([VERSION], [/* Version number of package */ +@%:@undef VERSION]) +m4trace:configure.ac:10: -1- AC_REQUIRE_AUX_FILE([missing]) +m4trace:configure.ac:10: -1- AC_SUBST([ACLOCAL]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([ACLOCAL]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^ACLOCAL$]) +m4trace:configure.ac:10: -1- AC_SUBST([AUTOCONF]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AUTOCONF]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOCONF$]) +m4trace:configure.ac:10: -1- AC_SUBST([AUTOMAKE]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AUTOMAKE]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOMAKE$]) +m4trace:configure.ac:10: -1- AC_SUBST([AUTOHEADER]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AUTOHEADER]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOHEADER$]) +m4trace:configure.ac:10: -1- AC_SUBST([MAKEINFO]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([MAKEINFO]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^MAKEINFO$]) +m4trace:configure.ac:10: -1- AC_SUBST([install_sh]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([install_sh]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^install_sh$]) +m4trace:configure.ac:10: -1- AC_SUBST([STRIP]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([STRIP]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:10: -1- AC_SUBST([INSTALL_STRIP_PROGRAM]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) +m4trace:configure.ac:10: -1- AC_REQUIRE_AUX_FILE([install-sh]) +m4trace:configure.ac:10: -1- AC_SUBST([MKDIR_P]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([MKDIR_P]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^MKDIR_P$]) +m4trace:configure.ac:10: -1- AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([mkdir_p]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^mkdir_p$]) +m4trace:configure.ac:10: -1- AC_SUBST([AWK]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AWK]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:10: -1- AC_SUBST([SET_MAKE]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([SET_MAKE]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.ac:10: -1- AC_SUBST([am__leading_dot]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([am__leading_dot]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__leading_dot$]) +m4trace:configure.ac:10: -1- AC_SUBST([AMTAR], ['$${TAR-tar}']) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AMTAR]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AMTAR$]) +m4trace:configure.ac:10: -1- AC_SUBST([am__tar]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([am__tar]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__tar$]) +m4trace:configure.ac:10: -1- AC_SUBST([am__untar]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([am__untar]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__untar$]) +m4trace:configure.ac:10: -1- AC_SUBST([CTAGS]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([CTAGS]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CTAGS$]) +m4trace:configure.ac:10: -1- AC_SUBST([ETAGS]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([ETAGS]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^ETAGS$]) +m4trace:configure.ac:10: -1- AC_SUBST([CSCOPE]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([CSCOPE]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CSCOPE$]) +m4trace:configure.ac:10: -1- AM_SILENT_RULES +m4trace:configure.ac:10: -1- AC_SUBST([AM_V]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AM_V]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_V$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:10: -1- AC_SUBST([AM_DEFAULT_V]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AM_DEFAULT_V]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_V$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:10: -1- AC_SUBST([AM_DEFAULT_VERBOSITY]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AM_DEFAULT_VERBOSITY]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) +m4trace:configure.ac:10: -1- AC_SUBST([AM_BACKSLASH]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AM_BACKSLASH]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_BACKSLASH$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) +m4trace:configure.ac:12: -1- LT_INIT([shared]) +m4trace:configure.ac:12: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$]) +m4trace:configure.ac:12: -1- AC_REQUIRE_AUX_FILE([ltmain.sh]) +m4trace:configure.ac:12: -1- AC_SUBST([LIBTOOL]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LIBTOOL]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBTOOL$]) +m4trace:configure.ac:12: -1- AC_CANONICAL_HOST +m4trace:configure.ac:12: -1- AC_CANONICAL_BUILD +m4trace:configure.ac:12: -1- AC_REQUIRE_AUX_FILE([config.sub]) +m4trace:configure.ac:12: -1- AC_REQUIRE_AUX_FILE([config.guess]) +m4trace:configure.ac:12: -1- AC_SUBST([build], [$ac_cv_build]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([build]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build$]) +m4trace:configure.ac:12: -1- AC_SUBST([build_cpu], [$[1]]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([build_cpu]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_cpu$]) +m4trace:configure.ac:12: -1- AC_SUBST([build_vendor], [$[2]]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([build_vendor]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_vendor$]) +m4trace:configure.ac:12: -1- AC_SUBST([build_os]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([build_os]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_os$]) +m4trace:configure.ac:12: -1- AC_SUBST([host], [$ac_cv_host]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([host]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host$]) +m4trace:configure.ac:12: -1- AC_SUBST([host_cpu], [$[1]]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([host_cpu]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_cpu$]) +m4trace:configure.ac:12: -1- AC_SUBST([host_vendor], [$[2]]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([host_vendor]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_vendor$]) +m4trace:configure.ac:12: -1- AC_SUBST([host_os]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([host_os]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_os$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CFLAGS]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CFLAGS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:12: -1- AC_SUBST([LDFLAGS]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LDFLAGS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:12: -1- AC_SUBST([LIBS]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:12: -1- AC_SUBST([CPPFLAGS]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CPPFLAGS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([ac_ct_CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([ac_ct_CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([EXEEXT]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^EXEEXT$]) +m4trace:configure.ac:12: -1- AC_SUBST([OBJEXT], [$ac_cv_objext]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([OBJEXT]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJEXT$]) +m4trace:configure.ac:12: -1- AC_REQUIRE_AUX_FILE([compile]) +m4trace:configure.ac:12: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DEPDIR]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DEPDIR$]) +m4trace:configure.ac:12: -1- AC_SUBST([am__include]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([am__include]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__include$]) +m4trace:configure.ac:12: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +m4trace:configure.ac:12: -1- AC_SUBST([AMDEP_TRUE]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([AMDEP_TRUE]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_TRUE$]) +m4trace:configure.ac:12: -1- AC_SUBST([AMDEP_FALSE]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([AMDEP_FALSE]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_FALSE$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) +m4trace:configure.ac:12: -1- AC_SUBST([AMDEPBACKSLASH]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([AMDEPBACKSLASH]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) +m4trace:configure.ac:12: -1- AC_SUBST([am__nodep]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([am__nodep]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__nodep$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__nodep]) +m4trace:configure.ac:12: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CCDEPMODE]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CCDEPMODE$]) +m4trace:configure.ac:12: -1- AM_CONDITIONAL([am__fastdepCC], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) +m4trace:configure.ac:12: -1- AC_SUBST([am__fastdepCC_TRUE]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) +m4trace:configure.ac:12: -1- AC_SUBST([am__fastdepCC_FALSE]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) +m4trace:configure.ac:12: -1- AC_SUBST([SED]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([SED]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^SED$]) +m4trace:configure.ac:12: -1- AC_SUBST([GREP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([GREP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:12: -1- AC_SUBST([EGREP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([EGREP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:12: -1- AC_SUBST([FGREP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([FGREP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^FGREP$]) +m4trace:configure.ac:12: -1- AC_SUBST([GREP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([GREP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:12: -1- AC_SUBST([LD]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LD]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LD$]) +m4trace:configure.ac:12: -1- AC_SUBST([DUMPBIN]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DUMPBIN]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DUMPBIN$]) +m4trace:configure.ac:12: -1- AC_SUBST([ac_ct_DUMPBIN]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([ac_ct_DUMPBIN]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_DUMPBIN$]) +m4trace:configure.ac:12: -1- AC_SUBST([DUMPBIN]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DUMPBIN]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DUMPBIN$]) +m4trace:configure.ac:12: -1- AC_SUBST([NM]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([NM]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^NM$]) +m4trace:configure.ac:12: -1- AC_SUBST([LN_S], [$as_ln_s]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LN_S]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LN_S$]) +m4trace:configure.ac:12: -1- AC_SUBST([FILECMD]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([FILECMD]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^FILECMD$]) +m4trace:configure.ac:12: -1- AC_SUBST([OBJDUMP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([OBJDUMP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJDUMP$]) +m4trace:configure.ac:12: -1- AC_SUBST([OBJDUMP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([OBJDUMP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJDUMP$]) +m4trace:configure.ac:12: -1- AC_SUBST([DLLTOOL]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DLLTOOL]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DLLTOOL$]) +m4trace:configure.ac:12: -1- AC_SUBST([DLLTOOL]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DLLTOOL]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DLLTOOL$]) +m4trace:configure.ac:12: -1- AC_SUBST([AR]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([AR]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AR$]) +m4trace:configure.ac:12: -1- AC_SUBST([ac_ct_AR]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([ac_ct_AR]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_AR$]) +m4trace:configure.ac:12: -1- AC_SUBST([STRIP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([STRIP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:12: -1- AC_SUBST([RANLIB]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([RANLIB]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^RANLIB$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([LT_OBJDIR]) +m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([LT_OBJDIR]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LT_OBJDIR$]) +m4trace:configure.ac:12: -1- AH_OUTPUT([LT_OBJDIR], [/* Define to the sub-directory where libtool stores uninstalled libraries. */ +@%:@undef LT_OBJDIR]) +m4trace:configure.ac:12: -1- LT_SUPPORTED_TAG([CC]) +m4trace:configure.ac:12: -1- AC_SUBST([MANIFEST_TOOL]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MANIFEST_TOOL]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^MANIFEST_TOOL$]) +m4trace:configure.ac:12: -1- AC_SUBST([DSYMUTIL]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DSYMUTIL]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DSYMUTIL$]) +m4trace:configure.ac:12: -1- AC_SUBST([NMEDIT]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([NMEDIT]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^NMEDIT$]) +m4trace:configure.ac:12: -1- AC_SUBST([LIPO]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LIPO]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIPO$]) +m4trace:configure.ac:12: -1- AC_SUBST([OTOOL]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([OTOOL]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OTOOL$]) +m4trace:configure.ac:12: -1- AC_SUBST([OTOOL64]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([OTOOL64]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OTOOL64$]) +m4trace:configure.ac:12: -1- AC_SUBST([LT_SYS_LIBRARY_PATH]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LT_SYS_LIBRARY_PATH]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_DLFCN_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_STDIO_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDIO_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDLIB_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STRING_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_INTTYPES_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDINT_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STRINGS_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_STAT_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_TYPES_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_UNISTD_H]) +m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^STDC_HEADERS$]) +m4trace:configure.ac:12: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ +@%:@undef STDC_HEADERS]) +m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DLFCN_H]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) +m4trace:configure.ac:14: -1- AC_CONFIG_HEADERS([config.h]) +m4trace:configure.ac:17: -1- _m4_warn([obsolete], [The macro `AC_PROG_CC_C99' is obsolete. +You should run autoupdate.], [./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... +configure.ac:17: the top level]) +m4trace:configure.ac:27: -1- _m4_warn([obsolete], [The macro `AC_HEADER_STDC' is obsolete. +You should run autoupdate.], [./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... +configure.ac:27: the top level]) +m4trace:configure.ac:27: -1- AC_SUBST([EGREP]) +m4trace:configure.ac:27: -1- AC_SUBST_TRACE([EGREP]) +m4trace:configure.ac:27: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_HEADER_TIME' is obsolete. +You should run autoupdate.], [./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... +configure.ac:28: the top level]) +m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_TIME_H]) +m4trace:configure.ac:28: -1- AC_DEFINE_TRACE_LITERAL([TIME_WITH_SYS_TIME]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$]) +m4trace:configure.ac:28: -1- AH_OUTPUT([TIME_WITH_SYS_TIME], [/* Define to 1 if you can safely include both and . This + macro is obsolete. */ +@%:@undef TIME_WITH_SYS_TIME]) +m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the header file, and it defines `DIR\'. + */ +@%:@undef HAVE_DIRENT_H]) +m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_SYS_NDIR_H], [/* Define to 1 if you have the header file, and it defines `DIR\'. + */ +@%:@undef HAVE_SYS_NDIR_H]) +m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_SYS_DIR_H], [/* Define to 1 if you have the header file, and it defines `DIR\'. + */ +@%:@undef HAVE_SYS_DIR_H]) +m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the header file, and it defines `DIR\'. */ +@%:@undef HAVE_NDIR_H]) +m4trace:configure.ac:30: -1- AC_DEFINE_TRACE_LITERAL([HAVE__BOOL]) +m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE__BOOL$]) +m4trace:configure.ac:30: -1- AH_OUTPUT([HAVE__BOOL], [/* Define to 1 if the system has the type `_Bool\'. */ +@%:@undef HAVE__BOOL]) +m4trace:configure.ac:30: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDBOOL_H]) +m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE_STDBOOL_H$]) +m4trace:configure.ac:30: -1- AH_OUTPUT([HAVE_STDBOOL_H], [/* Define to 1 if stdbool.h conforms to C99. */ +@%:@undef HAVE_STDBOOL_H]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_FCNTL_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FCNTL_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_FCNTL_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_FLOAT_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_FLOAT_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FLOAT_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_FLOAT_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_INTTYPES_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_INTTYPES_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_LIMITS_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIMITS_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_LIMITS_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_LOCALE_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LOCALE_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_LOCALE_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_MALLOC_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_MALLOC_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_MALLOC_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_MEMORY_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MEMORY_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_MEMORY_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_STDDEF_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDDEF_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDDEF_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDDEF_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDINT_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDINT_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDINT_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDLIB_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDLIB_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDLIB_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STRING_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRING_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STRING_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_UNISTD_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNISTD_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_UNISTD_H$]) +m4trace:configure.ac:34: -1- AH_OUTPUT([inline], [/* Define to `__inline__\' or `__inline\' if that\'s what the C compiler + calls it, or to nothing if \'inline\' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif]) +m4trace:configure.ac:35: -1- AC_DEFINE_TRACE_LITERAL([int16_t]) +m4trace:configure.ac:35: -1- m4_pattern_allow([^int16_t$]) +m4trace:configure.ac:35: -1- AH_OUTPUT([int16_t], [/* Define to the type of a signed integer type of width exactly 16 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef int16_t]) +m4trace:configure.ac:36: -1- AC_DEFINE_TRACE_LITERAL([int32_t]) +m4trace:configure.ac:36: -1- m4_pattern_allow([^int32_t$]) +m4trace:configure.ac:36: -1- AH_OUTPUT([int32_t], [/* Define to the type of a signed integer type of width exactly 32 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef int32_t]) +m4trace:configure.ac:37: -1- AC_DEFINE_TRACE_LITERAL([int64_t]) +m4trace:configure.ac:37: -1- m4_pattern_allow([^int64_t$]) +m4trace:configure.ac:37: -1- AH_OUTPUT([int64_t], [/* Define to the type of a signed integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef int64_t]) +m4trace:configure.ac:38: -1- AC_DEFINE_TRACE_LITERAL([int8_t]) +m4trace:configure.ac:38: -1- m4_pattern_allow([^int8_t$]) +m4trace:configure.ac:38: -1- AH_OUTPUT([int8_t], [/* Define to the type of a signed integer type of width exactly 8 bits if such + a type exists and the standard includes do not define it. */ +@%:@undef int8_t]) +m4trace:configure.ac:39: -1- AC_DEFINE_TRACE_LITERAL([off_t]) +m4trace:configure.ac:39: -1- m4_pattern_allow([^off_t$]) +m4trace:configure.ac:39: -1- AH_OUTPUT([off_t], [/* Define to `long int\' if does not define. */ +@%:@undef off_t]) +m4trace:configure.ac:40: -1- AC_DEFINE_TRACE_LITERAL([size_t]) +m4trace:configure.ac:40: -1- m4_pattern_allow([^size_t$]) +m4trace:configure.ac:40: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if does not define. */ +@%:@undef size_t]) +m4trace:configure.ac:41: -1- AC_DEFINE_TRACE_LITERAL([ssize_t]) +m4trace:configure.ac:41: -1- m4_pattern_allow([^ssize_t$]) +m4trace:configure.ac:41: -1- AH_OUTPUT([ssize_t], [/* Define to `int\' if does not define. */ +@%:@undef ssize_t]) +m4trace:configure.ac:42: -1- AC_DEFINE_TRACE_LITERAL([uint16_t]) +m4trace:configure.ac:42: -1- m4_pattern_allow([^uint16_t$]) +m4trace:configure.ac:42: -1- AH_OUTPUT([uint16_t], [/* Define to the type of an unsigned integer type of width exactly 16 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef uint16_t]) +m4trace:configure.ac:43: -1- AC_DEFINE_TRACE_LITERAL([_UINT32_T]) +m4trace:configure.ac:43: -1- m4_pattern_allow([^_UINT32_T$]) +m4trace:configure.ac:43: -1- AH_OUTPUT([_UINT32_T], [/* Define for Solaris 2.5.1 so the uint32_t typedef from , + , or is not used. If the typedef were allowed, the + @%:@define below would cause a syntax error. */ +@%:@undef _UINT32_T]) +m4trace:configure.ac:43: -1- AC_DEFINE_TRACE_LITERAL([uint32_t]) +m4trace:configure.ac:43: -1- m4_pattern_allow([^uint32_t$]) +m4trace:configure.ac:43: -1- AH_OUTPUT([uint32_t], [/* Define to the type of an unsigned integer type of width exactly 32 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef uint32_t]) +m4trace:configure.ac:44: -1- AC_DEFINE_TRACE_LITERAL([_UINT64_T]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^_UINT64_T$]) +m4trace:configure.ac:44: -1- AH_OUTPUT([_UINT64_T], [/* Define for Solaris 2.5.1 so the uint64_t typedef from , + , or is not used. If the typedef were allowed, the + @%:@define below would cause a syntax error. */ +@%:@undef _UINT64_T]) +m4trace:configure.ac:44: -1- AC_DEFINE_TRACE_LITERAL([uint64_t]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^uint64_t$]) +m4trace:configure.ac:44: -1- AH_OUTPUT([uint64_t], [/* Define to the type of an unsigned integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef uint64_t]) +m4trace:configure.ac:45: -1- AC_DEFINE_TRACE_LITERAL([_UINT8_T]) +m4trace:configure.ac:45: -1- m4_pattern_allow([^_UINT8_T$]) +m4trace:configure.ac:45: -1- AH_OUTPUT([_UINT8_T], [/* Define for Solaris 2.5.1 so the uint8_t typedef from , + , or is not used. If the typedef were allowed, the + @%:@define below would cause a syntax error. */ +@%:@undef _UINT8_T]) +m4trace:configure.ac:45: -1- AC_DEFINE_TRACE_LITERAL([uint8_t]) +m4trace:configure.ac:45: -1- m4_pattern_allow([^uint8_t$]) +m4trace:configure.ac:45: -1- AH_OUTPUT([uint8_t], [/* Define to the type of an unsigned integer type of width exactly 8 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef uint8_t]) +m4trace:configure.ac:46: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTRDIFF_T]) +m4trace:configure.ac:46: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$]) +m4trace:configure.ac:46: -1- AH_OUTPUT([HAVE_PTRDIFF_T], [/* Define to 1 if the system has the type `ptrdiff_t\'. */ +@%:@undef HAVE_PTRDIFF_T]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_MALLOC], [/* Define to 1 if you have the `malloc\' function. */ +@%:@undef HAVE_MALLOC]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MALLOC$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_REALLOC], [/* Define to 1 if you have the `realloc\' function. */ +@%:@undef HAVE_REALLOC]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REALLOC]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_REALLOC$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_DRAND48], [/* Define to 1 if you have the `drand48\' function. */ +@%:@undef HAVE_DRAND48]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DRAND48]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_DRAND48$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' function. */ +@%:@undef HAVE_GETCWD]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETCWD]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_GETCWD$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_GETTIMEOFDAY], [/* Define to 1 if you have the `gettimeofday\' function. */ +@%:@undef HAVE_GETTIMEOFDAY]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETTIMEOFDAY]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_GETTIMEOFDAY$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_MEMMOVE], [/* Define to 1 if you have the `memmove\' function. */ +@%:@undef HAVE_MEMMOVE]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MEMMOVE]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MEMMOVE$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */ +@%:@undef HAVE_MEMSET]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MEMSET]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MEMSET$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_REGCOMP], [/* Define to 1 if you have the `regcomp\' function. */ +@%:@undef HAVE_REGCOMP]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REGCOMP]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_REGCOMP$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the `setlocale\' function. */ +@%:@undef HAVE_SETLOCALE]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SETLOCALE]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_SETLOCALE$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_SQRT], [/* Define to 1 if you have the `sqrt\' function. */ +@%:@undef HAVE_SQRT]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SQRT]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_SQRT$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' function. */ +@%:@undef HAVE_STRDUP]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRDUP]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_STRDUP$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_STRNDUP], [/* Define to 1 if you have the `strndup\' function. */ +@%:@undef HAVE_STRNDUP]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRNDUP]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_STRNDUP$]) +m4trace:configure.ac:51: -1- AC_SUBST([LIBPOSTAL_MAJOR_VERSION], [$major]) +m4trace:configure.ac:51: -1- AC_SUBST_TRACE([LIBPOSTAL_MAJOR_VERSION]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MAJOR_VERSION$]) +m4trace:configure.ac:51: -1- AC_SUBST([LIBPOSTAL_MINOR_VERSION], [$minor]) +m4trace:configure.ac:51: -1- AC_SUBST_TRACE([LIBPOSTAL_MINOR_VERSION]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MINOR_VERSION$]) +m4trace:configure.ac:51: -1- AC_SUBST([LIBPOSTAL_PATCH_VERSION], [$patch]) +m4trace:configure.ac:51: -1- AC_SUBST_TRACE([LIBPOSTAL_PATCH_VERSION]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_PATCH_VERSION$]) +m4trace:configure.ac:51: -1- AC_DEFINE_TRACE_LITERAL([LIBPOSTAL_MAJOR_VERSION]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MAJOR_VERSION$]) +m4trace:configure.ac:51: -1- AH_OUTPUT([LIBPOSTAL_MAJOR_VERSION], [/* Major version */ +@%:@undef LIBPOSTAL_MAJOR_VERSION]) +m4trace:configure.ac:51: -1- AC_DEFINE_TRACE_LITERAL([LIBPOSTAL_MINOR_VERSION]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MINOR_VERSION$]) +m4trace:configure.ac:51: -1- AH_OUTPUT([LIBPOSTAL_MINOR_VERSION], [/* Minor version */ +@%:@undef LIBPOSTAL_MINOR_VERSION]) +m4trace:configure.ac:51: -1- AC_DEFINE_TRACE_LITERAL([LIBPOSTAL_PATCH_VERSION]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_PATCH_VERSION$]) +m4trace:configure.ac:51: -1- AH_OUTPUT([LIBPOSTAL_PATCH_VERSION], [/* Patch version */ +@%:@undef LIBPOSTAL_PATCH_VERSION]) +m4trace:configure.ac:73: -1- AC_SUBST([LIBPOSTAL_DATA_DIR_VERSION_STRING], [v1]) +m4trace:configure.ac:73: -1- AC_SUBST_TRACE([LIBPOSTAL_DATA_DIR_VERSION_STRING]) +m4trace:configure.ac:73: -1- m4_pattern_allow([^LIBPOSTAL_DATA_DIR_VERSION_STRING$]) +m4trace:configure.ac:79: -1- AC_SUBST([LIBPOSTAL_DATA_FILE_LATEST_VERSION], [$DATA_FILE_LATEST_VERSION]) +m4trace:configure.ac:79: -1- AC_SUBST_TRACE([LIBPOSTAL_DATA_FILE_LATEST_VERSION]) +m4trace:configure.ac:79: -1- m4_pattern_allow([^LIBPOSTAL_DATA_FILE_LATEST_VERSION$]) +m4trace:configure.ac:80: -1- AC_SUBST([LIBPOSTAL_PARSER_MODEL_LATEST_VERSION], [$PARSER_MODEL_LATEST_VERSION]) +m4trace:configure.ac:80: -1- AC_SUBST_TRACE([LIBPOSTAL_PARSER_MODEL_LATEST_VERSION]) +m4trace:configure.ac:80: -1- m4_pattern_allow([^LIBPOSTAL_PARSER_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:81: -1- AC_SUBST([LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION], [$LANG_CLASS_MODEL_LATEST_VERSION]) +m4trace:configure.ac:81: -1- AC_SUBST_TRACE([LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION]) +m4trace:configure.ac:81: -1- m4_pattern_allow([^LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:84: -1- AC_SUBST([LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING], [v1]) +m4trace:configure.ac:84: -1- AC_SUBST_TRACE([LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING]) +m4trace:configure.ac:84: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING$]) +m4trace:configure.ac:90: -1- AC_SUBST([LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION], [$SENZING_DATA_FILE_LATEST_VERSION]) +m4trace:configure.ac:90: -1- AC_SUBST_TRACE([LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION]) +m4trace:configure.ac:90: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION$]) +m4trace:configure.ac:91: -1- AC_SUBST([LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION], [$SENZING_PARSER_MODEL_LATEST_VERSION]) +m4trace:configure.ac:91: -1- AC_SUBST_TRACE([LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION]) +m4trace:configure.ac:91: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:92: -1- AC_SUBST([LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION], [$SENZING_LANG_CLASS_MODEL_LATEST_VERSION]) +m4trace:configure.ac:92: -1- AC_SUBST_TRACE([LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION]) +m4trace:configure.ac:92: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:94: -1- AC_CONFIG_FILES([Makefile + libpostal.pc + src/Makefile + src/libpostal_data + test/Makefile], [chmod +x src/libpostal_data]) +m4trace:configure.ac:100: -1- AC_SUBST([FOUND_SHUF]) +m4trace:configure.ac:100: -1- AC_SUBST_TRACE([FOUND_SHUF]) +m4trace:configure.ac:100: -1- m4_pattern_allow([^FOUND_SHUF$]) +m4trace:configure.ac:101: -1- AC_SUBST([FOUND_GSHUF]) +m4trace:configure.ac:101: -1- AC_SUBST_TRACE([FOUND_GSHUF]) +m4trace:configure.ac:101: -1- m4_pattern_allow([^FOUND_GSHUF$]) +m4trace:configure.ac:103: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SHUF]) +m4trace:configure.ac:103: -1- m4_pattern_allow([^HAVE_SHUF$]) +m4trace:configure.ac:103: -1- AH_OUTPUT([HAVE_SHUF], [/* shuf available */ +@%:@undef HAVE_SHUF]) +m4trace:configure.ac:104: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GSHUF]) +m4trace:configure.ac:104: -1- m4_pattern_allow([^HAVE_GSHUF$]) +m4trace:configure.ac:104: -1- AH_OUTPUT([HAVE_GSHUF], [/* gshuf available */ +@%:@undef HAVE_GSHUF]) +m4trace:configure.ac:121: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. +You should run autoupdate.], [./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... +./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... +m4/ax_cblas.m4:67: AX_CBLAS is expanded from... +lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... +./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from... +./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from... +configure.ac:121: the top level]) +m4trace:configure.ac:121: -1- AC_SUBST([CBLAS_LIBS]) +m4trace:configure.ac:121: -1- AC_SUBST_TRACE([CBLAS_LIBS]) +m4trace:configure.ac:121: -1- m4_pattern_allow([^CBLAS_LIBS$]) +m4trace:configure.ac:121: -2- AC_DEFINE_TRACE_LITERAL([HAVE_CBLAS]) +m4trace:configure.ac:121: -2- m4_pattern_allow([^HAVE_CBLAS$]) +m4trace:configure.ac:121: -2- AH_OUTPUT([HAVE_CBLAS], [/* Define if you have a CBLAS library. */ +@%:@undef HAVE_CBLAS]) +m4trace:configure.ac:131: -1- AC_SUBST([MODEL]) +m4trace:configure.ac:131: -1- AC_SUBST_TRACE([MODEL]) +m4trace:configure.ac:131: -1- m4_pattern_allow([^MODEL$]) +m4trace:configure.ac:135: -1- AM_CONDITIONAL([DOWNLOAD_DATA], [test "x$DOWNLOAD_DATA" = "xtrue"]) +m4trace:configure.ac:135: -1- AC_SUBST([DOWNLOAD_DATA_TRUE]) +m4trace:configure.ac:135: -1- AC_SUBST_TRACE([DOWNLOAD_DATA_TRUE]) +m4trace:configure.ac:135: -1- m4_pattern_allow([^DOWNLOAD_DATA_TRUE$]) +m4trace:configure.ac:135: -1- AC_SUBST([DOWNLOAD_DATA_FALSE]) +m4trace:configure.ac:135: -1- AC_SUBST_TRACE([DOWNLOAD_DATA_FALSE]) +m4trace:configure.ac:135: -1- m4_pattern_allow([^DOWNLOAD_DATA_FALSE$]) +m4trace:configure.ac:135: -1- _AM_SUBST_NOTMAKE([DOWNLOAD_DATA_TRUE]) +m4trace:configure.ac:135: -1- _AM_SUBST_NOTMAKE([DOWNLOAD_DATA_FALSE]) +m4trace:configure.ac:149: -1- AC_SUBST([CFLAGS_SCANNER_EXTRA]) +m4trace:configure.ac:149: -1- AC_SUBST_TRACE([CFLAGS_SCANNER_EXTRA]) +m4trace:configure.ac:149: -1- m4_pattern_allow([^CFLAGS_SCANNER_EXTRA$]) +m4trace:configure.ac:153: -1- AC_SUBST([LIBPOSTAL_SO_VERSION]) +m4trace:configure.ac:153: -1- AC_SUBST_TRACE([LIBPOSTAL_SO_VERSION]) +m4trace:configure.ac:153: -1- m4_pattern_allow([^LIBPOSTAL_SO_VERSION$]) +m4trace:configure.ac:155: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:155: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([LTLIBOBJS]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:155: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) +m4trace:configure.ac:155: -1- AC_SUBST([am__EXEEXT_TRUE]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) +m4trace:configure.ac:155: -1- AC_SUBST([am__EXEEXT_FALSE]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) +m4trace:configure.ac:155: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) +m4trace:configure.ac:155: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([top_builddir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([top_build_prefix]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([srcdir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([abs_srcdir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([top_srcdir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([abs_top_srcdir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([builddir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([abs_builddir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([abs_top_builddir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([INSTALL]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([MKDIR_P]) +m4trace:configure.ac:155: -1- AC_REQUIRE_AUX_FILE([ltmain.sh]) diff --git a/autom4te.cache/traces.3 b/autom4te.cache/traces.3 new file mode 100644 index 0000000..304383b --- /dev/null +++ b/autom4te.cache/traces.3 @@ -0,0 +1,2942 @@ +m4trace:/usr/share/aclocal/ltargz.m4:13: -1- AC_DEFUN([LT_FUNC_ARGZ], [ +dnl Required for use of '$SED' in Cygwin configuration. +AC_REQUIRE([AC_PROG_SED])dnl +AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT]) + +AC_CHECK_TYPES([error_t], + [], + [AC_DEFINE([error_t], [int], + [Define to a type to use for 'error_t' if it is not otherwise available.]) + AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h + does not typedef error_t.])], + [#if defined(HAVE_ARGZ_H) +# include +#endif]) + +LT_ARGZ_H= +AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \ + argz_next argz_stringify], [], [LT_ARGZ_H=lt__argz.h; AC_LIBOBJ([lt__argz])]) + +dnl if have system argz functions, allow forced use of +dnl libltdl-supplied implementation (and default to do so +dnl on "known bad" systems). Could use a runtime check, but +dnl (a) detecting malloc issues is notoriously unreliable +dnl (b) only known system that declares argz functions, +dnl provides them, yet they are broken, is cygwin +dnl releases prior to 16-Mar-2007 (1.5.24 and earlier) +dnl So, it's more straightforward simply to special case +dnl this for known bad systems. +AS_IF([test -z "$LT_ARGZ_H"], + [AC_CACHE_CHECK( + [if argz actually works], + [lt_cv_sys_argz_works], + [[case $host_os in #( + *cygwin*) + lt_cv_sys_argz_works=no + if test no != "$cross_compiling"; then + lt_cv_sys_argz_works="guessing no" + else + lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/' + save_IFS=$IFS + IFS=-. + set x `uname -r | $SED -e "$lt_sed_extract_leading_digits"` + IFS=$save_IFS + lt_os_major=${2-0} + lt_os_minor=${3-0} + lt_os_micro=${4-0} + if test 1 -lt "$lt_os_major" \ + || { test 1 -eq "$lt_os_major" \ + && { test 5 -lt "$lt_os_minor" \ + || { test 5 -eq "$lt_os_minor" \ + && test 24 -lt "$lt_os_micro"; }; }; }; then + lt_cv_sys_argz_works=yes + fi + fi + ;; #( + *) lt_cv_sys_argz_works=yes ;; + esac]]) + AS_IF([test yes = "$lt_cv_sys_argz_works"], + [AC_DEFINE([HAVE_WORKING_ARGZ], 1, + [This value is set to 1 to indicate that the system argz facility works])], + [LT_ARGZ_H=lt__argz.h + AC_LIBOBJ([lt__argz])])]) + +AC_SUBST([LT_ARGZ_H]) +]) +m4trace:/usr/share/aclocal/ltdl.m4:17: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT]) +_$0($*) +]) +m4trace:/usr/share/aclocal/ltdl.m4:69: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl +dnl Although the argument is deprecated and no longer documented, +dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one +dnl here make sure it is the same as any other declaration of libltdl's +dnl location! This also ensures lt_ltdl_dir is set when configure.ac is +dnl not yet using an explicit LT_CONFIG_LTDL_DIR. +m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl +_$0() +]) +m4trace:/usr/share/aclocal/ltdl.m4:82: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) +_LTDL_CONVENIENCE]) +m4trace:/usr/share/aclocal/ltdl.m4:82: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [m4_warn([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete. +You should run autoupdate.])dnl +_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) +_LTDL_CONVENIENCE]) +m4trace:/usr/share/aclocal/ltdl.m4:125: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl +dnl Although the argument is deprecated and no longer documented, +dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one +dnl here make sure it is the same as any other declaration of libltdl's +dnl location! This also ensures lt_ltdl_dir is set when configure.ac is +dnl not yet using an explicit LT_CONFIG_LTDL_DIR. +m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl +_$0() +]) +m4trace:/usr/share/aclocal/ltdl.m4:138: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) +_LTDL_INSTALLABLE]) +m4trace:/usr/share/aclocal/ltdl.m4:138: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [m4_warn([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete. +You should run autoupdate.])dnl +_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) +_LTDL_INSTALLABLE]) +m4trace:/usr/share/aclocal/ltdl.m4:214: -1- AC_DEFUN([_LT_LIBOBJ], [ + m4_pattern_allow([^_LT_LIBOBJS$]) + _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext" +]) +m4trace:/usr/share/aclocal/ltdl.m4:227: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS +_LT_SET_OPTIONS([$0], [$1]) + +dnl We need to keep our own list of libobjs separate from our parent project, +dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while +dnl we look for our own LIBOBJs. +m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ])) +m4_pushdef([AC_LIBSOURCES]) + +dnl If not otherwise defined, default to the 1.5.x compatible subproject mode: +m4_if(_LTDL_MODE, [], + [m4_define([_LTDL_MODE], m4_default([$2], [subproject])) + m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])], + [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])]) + +AC_ARG_WITH([included_ltdl], + [AS_HELP_STRING([--with-included-ltdl], + [use the GNU ltdl sources included here])]) + +if test yes != "$with_included_ltdl"; then + # We are not being forced to use the included libltdl sources, so + # decide whether there is a useful installed version we can use. + AC_CHECK_HEADER([ltdl.h], + [AC_CHECK_DECL([lt_dlinterface_register], + [AC_CHECK_LIB([ltdl], [lt_dladvise_preload], + [with_included_ltdl=no], + [with_included_ltdl=yes])], + [with_included_ltdl=yes], + [AC_INCLUDES_DEFAULT + #include ])], + [with_included_ltdl=yes], + [AC_INCLUDES_DEFAULT] + ) +fi + +dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE +dnl was called yet, then for old times' sake, we assume libltdl is in an +dnl eponymous directory: +AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])]) + +AC_ARG_WITH([ltdl_include], + [AS_HELP_STRING([--with-ltdl-include=DIR], + [use the ltdl headers installed in DIR])]) + +if test -n "$with_ltdl_include"; then + if test -f "$with_ltdl_include/ltdl.h"; then : + else + AC_MSG_ERROR([invalid ltdl include directory: '$with_ltdl_include']) + fi +else + with_ltdl_include=no +fi + +AC_ARG_WITH([ltdl_lib], + [AS_HELP_STRING([--with-ltdl-lib=DIR], + [use the libltdl.la installed in DIR])]) + +if test -n "$with_ltdl_lib"; then + if test -f "$with_ltdl_lib/libltdl.la"; then : + else + AC_MSG_ERROR([invalid ltdl library directory: '$with_ltdl_lib']) + fi +else + with_ltdl_lib=no +fi + +case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in + ,yes,no,no,) + m4_case(m4_default(_LTDL_TYPE, [convenience]), + [convenience], [_LTDL_CONVENIENCE], + [installable], [_LTDL_INSTALLABLE], + [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)]) + ;; + ,no,no,no,) + # If the included ltdl is not to be used, then use the + # preinstalled libltdl we found. + AC_DEFINE([HAVE_LTDL], [1], + [Define this if a modern libltdl is already installed]) + LIBLTDL=-lltdl + LTDLDEPS= + LTDLINCL= + ;; + ,no*,no,*) + AC_MSG_ERROR(['--with-ltdl-include' and '--with-ltdl-lib' options must be used together]) + ;; + *) with_included_ltdl=no + LIBLTDL="-L$with_ltdl_lib -lltdl" + LTDLDEPS= + LTDLINCL=-I$with_ltdl_include + ;; +esac +INCLTDL=$LTDLINCL + +# Report our decision... +AC_MSG_CHECKING([where to find libltdl headers]) +AC_MSG_RESULT([$LTDLINCL]) +AC_MSG_CHECKING([where to find libltdl library]) +AC_MSG_RESULT([$LIBLTDL]) + +_LTDL_SETUP + +dnl restore autoconf definition. +m4_popdef([AC_LIBOBJ]) +m4_popdef([AC_LIBSOURCES]) + +AC_CONFIG_COMMANDS_PRE([ + _ltdl_libobjs= + _ltdl_ltlibobjs= + if test -n "$_LT_LIBOBJS"; then + # Remove the extension. + _lt_sed_drop_objext='s/\.o$//;s/\.obj$//' + for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | $SED "$_lt_sed_drop_objext" | sort -u`; do + _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext" + _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo" + done + fi + AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs]) + AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs]) +]) + +# Only expand once: +m4_define([LTDL_INIT]) +]) +m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_LIB_LTDL], [m4_warn([obsolete], [The macro `AC_LIB_LTDL' is obsolete. +You should run autoupdate.])dnl +LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([AC_WITH_LTDL], [m4_warn([obsolete], [The macro `AC_WITH_LTDL' is obsolete. +You should run autoupdate.])dnl +LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:355: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:355: -1- AC_DEFUN([LT_WITH_LTDL], [m4_warn([obsolete], [The macro `LT_WITH_LTDL' is obsolete. +You should run autoupdate.])dnl +LTDL_INIT($@)]) +m4trace:/usr/share/aclocal/ltdl.m4:368: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([LT_SYS_MODULE_EXT])dnl +AC_REQUIRE([LT_SYS_MODULE_PATH])dnl +AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl +AC_REQUIRE([LT_LIB_DLLOAD])dnl +AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl +AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl +AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl +AC_REQUIRE([LT_FUNC_ARGZ])dnl + +m4_require([_LT_CHECK_OBJDIR])dnl +m4_require([_LT_HEADER_DLFCN])dnl +m4_require([_LT_CHECK_DLPREOPEN])dnl +m4_require([_LT_DECL_SED])dnl + +dnl Don't require this, or it will be expanded earlier than the code +dnl that sets the variables it relies on: +_LT_ENABLE_INSTALL + +dnl _LTDL_MODE specific code must be called at least once: +_LTDL_MODE_DISPATCH + +# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS +# the user used. This is so that ltdl.h can pick up the parent projects +# config.h file, The first file in AC_CONFIG_HEADERS must contain the +# definitions required by ltdl.c. +# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility). +AC_CONFIG_COMMANDS_PRE([dnl +m4_pattern_allow([^LT_CONFIG_H$])dnl +m4_ifset([AH_HEADER], + [LT_CONFIG_H=AH_HEADER], + [m4_ifset([AC_LIST_HEADERS], + [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[ ]]*||;s|[[ :]].*$||'`], + [])])]) +AC_SUBST([LT_CONFIG_H]) + +AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h], + [], [], [AC_INCLUDES_DEFAULT]) + +AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])]) +AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])]) + +m4_pattern_allow([LT_LIBEXT])dnl +AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension]) + +name= +eval "lt_libprefix=\"$libname_spec\"" +m4_pattern_allow([LT_LIBPREFIX])dnl +AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix]) + +name=ltdl +eval "LTDLOPEN=\"$libname_spec\"" +AC_SUBST([LTDLOPEN]) +]) +m4trace:/usr/share/aclocal/ltdl.m4:444: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_CACHE_CHECK([whether deplibs are loaded by dlopen], + [lt_cv_sys_dlopen_deplibs], + [# PORTME does your system automatically load deplibs for dlopen? + # or its logical equivalent (e.g. shl_load for HP-UX < 11) + # For now, we just catch OSes we know something about -- in the + # future, we'll try test this programmatically. + lt_cv_sys_dlopen_deplibs=unknown + case $host_os in + aix3*|aix4.1.*|aix4.2.*) + # Unknown whether this is true for these versions of AIX, but + # we want this 'case' here to explicitly catch those versions. + lt_cv_sys_dlopen_deplibs=unknown + ;; + aix[[4-9]]*) + lt_cv_sys_dlopen_deplibs=yes + ;; + amigaos*) + case $host_cpu in + powerpc) + lt_cv_sys_dlopen_deplibs=no + ;; + esac + ;; + bitrig*) + lt_cv_sys_dlopen_deplibs=yes + ;; + darwin*) + # Assuming the user has installed a libdl from somewhere, this is true + # If you are looking for one http://www.opendarwin.org/projects/dlcompat + lt_cv_sys_dlopen_deplibs=yes + ;; + freebsd* | dragonfly* | midnightbsd*) + lt_cv_sys_dlopen_deplibs=yes + ;; + gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu) + # GNU and its variants, using gnu ld.so (Glibc) + lt_cv_sys_dlopen_deplibs=yes + ;; + hpux10*|hpux11*) + lt_cv_sys_dlopen_deplibs=yes + ;; + interix*) + lt_cv_sys_dlopen_deplibs=yes + ;; + irix[[12345]]*|irix6.[[01]]*) + # Catch all versions of IRIX before 6.2, and indicate that we don't + # know how it worked for any of those versions. + lt_cv_sys_dlopen_deplibs=unknown + ;; + irix*) + # The case above catches anything before 6.2, and it's known that + # at 6.2 and later dlopen does load deplibs. + lt_cv_sys_dlopen_deplibs=yes + ;; + netbsd* | netbsdelf*-gnu) + lt_cv_sys_dlopen_deplibs=yes + ;; + openbsd*) + lt_cv_sys_dlopen_deplibs=yes + ;; + osf[[1234]]*) + # dlopen did load deplibs (at least at 4.x), but until the 5.x series, + # it did *not* use an RPATH in a shared library to find objects the + # library depends on, so we explicitly say 'no'. + lt_cv_sys_dlopen_deplibs=no + ;; + osf5.0|osf5.0a|osf5.1) + # dlopen *does* load deplibs and with the right loader patch applied + # it even uses RPATH in a shared library to search for shared objects + # that the library depends on, but there's no easy way to know if that + # patch is installed. Since this is the case, all we can really + # say is unknown -- it depends on the patch being installed. If + # it is, this changes to 'yes'. Without it, it would be 'no'. + lt_cv_sys_dlopen_deplibs=unknown + ;; + osf*) + # the two cases above should catch all versions of osf <= 5.1. Read + # the comments above for what we know about them. + # At > 5.1, deplibs are loaded *and* any RPATH in a shared library + # is used to find them so we can finally say 'yes'. + lt_cv_sys_dlopen_deplibs=yes + ;; + qnx*) + lt_cv_sys_dlopen_deplibs=yes + ;; + solaris*) + lt_cv_sys_dlopen_deplibs=yes + ;; + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + libltdl_cv_sys_dlopen_deplibs=yes + ;; + esac + ]) +if test yes != "$lt_cv_sys_dlopen_deplibs"; then + AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1], + [Define if the OS needs help to load dependent libraries for dlopen().]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:546: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:546: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_warn([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:553: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl +AC_CACHE_CHECK([what extension is used for runtime loadable modules], + [libltdl_cv_shlibext], +[ +module=yes +eval libltdl_cv_shlibext=$shrext_cmds +module=no +eval libltdl_cv_shrext=$shrext_cmds + ]) +if test -n "$libltdl_cv_shlibext"; then + m4_pattern_allow([LT_MODULE_EXT])dnl + AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"], + [Define to the extension used for runtime loadable modules, say, ".so".]) +fi +if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then + m4_pattern_allow([LT_SHARED_EXT])dnl + AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"], + [Define to the shared library suffix, say, ".dylib".]) +fi +if test -n "$shared_archive_member_spec"; then + m4_pattern_allow([LT_SHARED_LIB_MEMBER])dnl + AC_DEFINE_UNQUOTED([LT_SHARED_LIB_MEMBER], ["($shared_archive_member_spec.o)"], + [Define to the shared archive member specification, say "(shr.o)".]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:581: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:581: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [m4_warn([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:588: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl +AC_CACHE_CHECK([what variable specifies run-time module search path], + [lt_cv_module_path_var], [lt_cv_module_path_var=$shlibpath_var]) +if test -n "$lt_cv_module_path_var"; then + m4_pattern_allow([LT_MODULE_PATH_VAR])dnl + AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"], + [Define to the name of the environment variable that determines the run-time module search path.]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:600: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:600: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [m4_warn([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:607: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl +AC_CACHE_CHECK([for the default library search path], + [lt_cv_sys_dlsearch_path], + [lt_cv_sys_dlsearch_path=$sys_lib_dlsearch_path_spec]) +if test -n "$lt_cv_sys_dlsearch_path"; then + sys_dlsearch_path= + for dir in $lt_cv_sys_dlsearch_path; do + if test -z "$sys_dlsearch_path"; then + sys_dlsearch_path=$dir + else + sys_dlsearch_path=$sys_dlsearch_path$PATH_SEPARATOR$dir + fi + done + m4_pattern_allow([LT_DLSEARCH_PATH])dnl + AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"], + [Define to the system default library search path.]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:628: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:628: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_warn([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:654: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$]) +LT_DLLOADERS= +AC_SUBST([LT_DLLOADERS]) + +AC_LANG_PUSH([C]) +lt_dlload_save_LIBS=$LIBS + +LIBADD_DLOPEN= +AC_SEARCH_LIBS([dlopen], [dl], + [AC_DEFINE([HAVE_LIBDL], [1], + [Define if you have the libdl library or equivalent.]) + if test "$ac_cv_search_dlopen" != "none required"; then + LIBADD_DLOPEN=-ldl + fi + libltdl_cv_lib_dl_dlopen=yes + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], + [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H +# include +#endif + ]], [[dlopen(0, 0);]])], + [AC_DEFINE([HAVE_LIBDL], [1], + [Define if you have the libdl library or equivalent.]) + libltdl_cv_func_dlopen=yes + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], + [AC_CHECK_LIB([svld], [dlopen], + [AC_DEFINE([HAVE_LIBDL], [1], + [Define if you have the libdl library or equivalent.]) + LIBADD_DLOPEN=-lsvld libltdl_cv_func_dlopen=yes + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])]) +if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen" +then + lt_save_LIBS=$LIBS + LIBS="$LIBS $LIBADD_DLOPEN" + AC_CHECK_FUNCS([dlerror]) + LIBS=$lt_save_LIBS +fi +AC_SUBST([LIBADD_DLOPEN]) + +LIBADD_SHL_LOAD= +AC_CHECK_FUNC([shl_load], + [AC_DEFINE([HAVE_SHL_LOAD], [1], + [Define if you have the shl_load function.]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"], + [AC_CHECK_LIB([dld], [shl_load], + [AC_DEFINE([HAVE_SHL_LOAD], [1], + [Define if you have the shl_load function.]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la" + LIBADD_SHL_LOAD=-ldld])]) +AC_SUBST([LIBADD_SHL_LOAD]) + +case $host_os in +darwin[[1567]].*) +# We only want this for pre-Mac OS X 10.4. + AC_CHECK_FUNC([_dyld_func_lookup], + [AC_DEFINE([HAVE_DYLD], [1], + [Define if you have the _dyld_func_lookup function.]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"]) + ;; +beos*) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la" + ;; +cygwin* | mingw* | pw32*) + AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include ]]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la" + ;; +esac + +AC_CHECK_LIB([dld], [dld_link], + [AC_DEFINE([HAVE_DLD], [1], + [Define if you have the GNU dld library.]) + LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"]) +AC_SUBST([LIBADD_DLD_LINK]) + +m4_pattern_allow([^LT_DLPREOPEN$]) +LT_DLPREOPEN= +if test -n "$LT_DLLOADERS" +then + for lt_loader in $LT_DLLOADERS; do + LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader " + done + AC_DEFINE([HAVE_LIBDLLOADER], [1], + [Define if libdlloader will be built on this platform]) +fi +AC_SUBST([LT_DLPREOPEN]) + +dnl This isn't used anymore, but set it for backwards compatibility +LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD" +AC_SUBST([LIBADD_DL]) + +LIBS=$lt_dlload_save_LIBS +AC_LANG_POP +]) +m4trace:/usr/share/aclocal/ltdl.m4:749: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:749: -1- AC_DEFUN([AC_LTDL_DLLIB], [m4_warn([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:757: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +AC_CACHE_CHECK([for _ prefix in compiled symbols], + [lt_cv_sys_symbol_underscore], + [lt_cv_sys_symbol_underscore=no + cat > conftest.$ac_ext <<_LT_EOF +void nm_test_func(){} +int main(){nm_test_func;return 0;} +_LT_EOF + if AC_TRY_EVAL(ac_compile); then + # Now try to grab the symbols. + ac_nlist=conftest.nm + if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then + # See whether the symbols have a leading underscore. + if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then + lt_cv_sys_symbol_underscore=yes + else + if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then + : + else + echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD + fi + fi + else + echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD + fi + else + echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD + cat conftest.c >&AS_MESSAGE_LOG_FD + fi + rm -rf conftest* + ]) + sys_symbol_underscore=$lt_cv_sys_symbol_underscore + AC_SUBST([sys_symbol_underscore]) +]) +m4trace:/usr/share/aclocal/ltdl.m4:794: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:794: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_warn([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])]) +m4trace:/usr/share/aclocal/ltdl.m4:801: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([_LT_COMPILER_PIC])dnl for lt_prog_compiler_wl +AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl for lt_cv_sys_symbol_underscore +AC_REQUIRE([LT_SYS_MODULE_EXT])dnl for libltdl_cv_shlibext +if test yes = "$lt_cv_sys_symbol_underscore"; then + if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"; then + AC_CACHE_CHECK([whether we have to add an underscore for dlsym], + [libltdl_cv_need_uscore], + [libltdl_cv_need_uscore=unknown + dlsym_uscore_save_LIBS=$LIBS + LIBS="$LIBS $LIBADD_DLOPEN" + libname=conftmod # stay within 8.3 filename limits! + cat >$libname.$ac_ext <<_LT_EOF +[#line $LINENO "configure" +#include "confdefs.h" +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif +int fnord () { return 42; }] +_LT_EOF + + # ltfn_module_cmds module_cmds + # Execute tilde-delimited MODULE_CMDS with environment primed for + # $module_cmds or $archive_cmds type content. + ltfn_module_cmds () + {( # subshell avoids polluting parent global environment + module_cmds_save_ifs=$IFS; IFS='~' + for cmd in @S|@1; do + IFS=$module_cmds_save_ifs + libobjs=$libname.$ac_objext; lib=$libname$libltdl_cv_shlibext + rpath=/not-exists; soname=$libname$libltdl_cv_shlibext; output_objdir=. + major=; versuffix=; verstring=; deplibs= + ECHO=echo; wl=$lt_prog_compiler_wl; allow_undefined_flag= + eval $cmd + done + IFS=$module_cmds_save_ifs + )} + + # Compile a loadable module using libtool macro expansion results. + $CC $pic_flag -c $libname.$ac_ext + ltfn_module_cmds "${module_cmds:-$archive_cmds}" + + # Try to fetch fnord with dlsym(). + libltdl_dlunknown=0; libltdl_dlnouscore=1; libltdl_dluscore=2 + cat >conftest.$ac_ext <<_LT_EOF +[#line $LINENO "configure" +#include "confdefs.h" +#if HAVE_DLFCN_H +#include +#endif +#include +#ifndef RTLD_GLOBAL +# ifdef DL_GLOBAL +# define RTLD_GLOBAL DL_GLOBAL +# else +# define RTLD_GLOBAL 0 +# endif +#endif +#ifndef RTLD_NOW +# ifdef DL_NOW +# define RTLD_NOW DL_NOW +# else +# define RTLD_NOW 0 +# endif +#endif +int main () { + void *handle = dlopen ("`pwd`/$libname$libltdl_cv_shlibext", RTLD_GLOBAL|RTLD_NOW); + int status = $libltdl_dlunknown; + if (handle) { + if (dlsym (handle, "fnord")) + status = $libltdl_dlnouscore; + else { + if (dlsym (handle, "_fnord")) + status = $libltdl_dluscore; + else + puts (dlerror ()); + } + dlclose (handle); + } else + puts (dlerror ()); + return status; +}] +_LT_EOF + if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null + libltdl_status=$? + case x$libltdl_status in + x$libltdl_dlnouscore) libltdl_cv_need_uscore=no ;; + x$libltdl_dluscore) libltdl_cv_need_uscore=yes ;; + x*) libltdl_cv_need_uscore=unknown ;; + esac + fi + rm -rf conftest* $libname* + LIBS=$dlsym_uscore_save_LIBS + ]) + fi +fi + +if test yes = "$libltdl_cv_need_uscore"; then + AC_DEFINE([NEED_USCORE], [1], + [Define if dlsym() requires a leading underscore in symbol names.]) +fi +]) +m4trace:/usr/share/aclocal/ltdl.m4:908: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])], [], []) +m4trace:/usr/share/aclocal/ltdl.m4:908: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_warn([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])]) +m4trace:/usr/share/aclocal-1.16/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.16.5], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) +m4trace:/usr/share/aclocal-1.16/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.5])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) +m4trace:/usr/share/aclocal-1.16/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` +]) +m4trace:/usr/share/aclocal-1.16/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) +m4trace:/usr/share/aclocal-1.16/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) +m4trace:/usr/share/aclocal-1.16/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) +m4trace:/usr/share/aclocal-1.16/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) +m4trace:/usr/share/aclocal-1.16/depout.m4:11: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? + done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE="gmake" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk +} +]) +m4trace:/usr/share/aclocal-1.16/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) +m4trace:/usr/share/aclocal-1.16/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl +m4_ifdef([_$0_ALREADY_INIT], + [m4_fatal([$0 expanded multiple times +]m4_defn([_$0_ALREADY_INIT]))], + [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi +AC_SUBST([CTAGS]) +if test -z "$ETAGS"; then + ETAGS=etags +fi +AC_SUBST([ETAGS]) +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi +AC_SUBST([CSCOPE]) + +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) +m4trace:/usr/share/aclocal-1.16/init.m4:204: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) +m4trace:/usr/share/aclocal-1.16/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) +m4trace:/usr/share/aclocal-1.16/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) +m4trace:/usr/share/aclocal-1.16/make.m4:13: -1- AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +m4trace:/usr/share/aclocal-1.16/make.m4:42: -1- m4_pattern_allow([^am__quote$]) +m4trace:/usr/share/aclocal-1.16/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) +m4trace:/usr/share/aclocal-1.16/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) +m4trace:/usr/share/aclocal-1.16/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) +m4trace:/usr/share/aclocal-1.16/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) +m4trace:/usr/share/aclocal-1.16/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) +m4trace:/usr/share/aclocal-1.16/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) +m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) +m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) +m4trace:/usr/share/aclocal-1.16/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) +m4trace:/usr/share/aclocal-1.16/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) +m4trace:/usr/share/aclocal-1.16/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) +m4trace:/usr/share/aclocal-1.16/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) +m4trace:/usr/share/aclocal-1.16/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) +m4trace:/usr/share/aclocal-1.16/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4trace:/usr/share/aclocal-1.16/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' + +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) +m4trace:m4/ax_cblas.m4:67: -1- AC_DEFUN([AX_CBLAS], [ +AC_PREREQ(2.50) +ax_cblas_ok=no + +AC_ARG_WITH(cblas, + [AC_HELP_STRING([--with-cblas=], [use CBLAS library ])]) +case $with_cblas in + yes | "") ;; + no) ax_cblas_ok=disable ;; + -* | */* | *.a | *.so | *.so.* | *.o) CBLAS_LIBS="$with_cblas" ;; + *) CBLAS_LIBS="-l$with_cblas" ;; +esac + +ax_cblas_save_LIBS="$LIBS" + +# First, check CBLAS_LIBS environment variable +if test $ax_cblas_ok = no; then +if test "x$CBLAS_LIBS" != x; then + save_LIBS="$LIBS"; LIBS="$CBLAS_LIBS $LIBS" + AC_MSG_CHECKING([for cblas_dgemm in $CBLAS_LIBS]) + AC_TRY_LINK_FUNC(cblas_dgemm, [ax_cblas_ok=yes], [CBLAS_LIBS=""]) + AC_MSG_RESULT($ax_cblas_ok) + LIBS="$save_LIBS" +fi +fi + +# CBLAS linked to by default? (happens on some supercomputers) +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="$LIBS" + AC_CHECK_FUNC(cblas_dgemm, [ax_cblas_ok=yes]) + LIBS="$save_LIBS" +fi + +# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/) +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(atlas, ATL_xerbla, + [AC_CHECK_LIB(cblas, cblas_dgemm, + [ax_cblas_ok=yes + CBLAS_LIBS="-lcblas -latlas"], + [], [-latlas])]) +fi + +# BLAS in Intel MKL library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(mkl, cblas_dgemm, [ax_cblas_ok=yes;CBLAS_LIBS="-lmkl"]) +fi + +# BLAS in Apple vecLib library? +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS" + AC_CHECK_FUNC(cblas_dgemm, [ax_cblas_ok=yes;CBLAS_LIBS="-framework vecLib"]) + LIBS="$save_LIBS" +fi + +# BLAS in Alpha DXML library? (now called CXML, see above) +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(dxml, cblas_dgemm, [ax_cblas_ok=yes;CBLAS_LIBS="-ldxml"]) +fi + +# BLAS in Sun Performance library? +if test $ax_cblas_ok = no; then + if test "x$GCC" != xyes; then # only works with Sun CC + AC_CHECK_LIB(sunmath, acosp, + [AC_CHECK_LIB(sunperf, cblas_dgemm, + [CBLAS_LIBS="-xlic_lib=sunperf -lsunmath" + ax_cblas_ok=yes],[],[-lsunmath])]) + fi +fi + +# BLAS in SCSL library? (SGI/Cray Scientific Library) +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(scs, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lscs"]) +fi + +# BLAS in SGIMATH library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(complib.sgimath, cblas_dgemm, + [ax_cblas_ok=yes; CBLAS_LIBS="-lcomplib.sgimath"]) +fi + +# BLAS in IBM ESSL library? (requires generic BLAS lib, too) +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(blas, cblas_dgemm, + [AC_CHECK_LIB(essl, cblas_dgemm, + [ax_cblas_ok=yes; CBLAS_LIBS="-lessl -lblas"], + [], [-lblas])]) +fi + +# BLAS in OpenBLAS library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(openblas, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lopenblas"]) +fi + +# Generic CBLAS library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(cblas, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lcblas"]) +fi + +# Generic BLAS library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(blas, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lblas"]) +fi + +AC_SUBST(CBLAS_LIBS) + +LIBS="$ax_cblas_save_LIBS" + +# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: +if test x"$ax_cblas_ok" = xyes; then + ifelse([$1],,AC_DEFINE(HAVE_CBLAS,1,[Define if you have a CBLAS library.]),[$1]) + : +else + ax_cblas_ok=no + $2 +fi +]) +m4trace:m4/libtool.m4:62: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK +AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +AC_BEFORE([$0], [LT_LANG])dnl +AC_BEFORE([$0], [LT_OUTPUT])dnl +AC_BEFORE([$0], [LTDL_INIT])dnl +m4_require([_LT_CHECK_BUILDDIR])dnl + +dnl Autoconf doesn't catch unexpanded LT_ macros by default: +m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl +m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl +dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 +dnl unless we require an AC_DEFUNed macro: +AC_REQUIRE([LTOPTIONS_VERSION])dnl +AC_REQUIRE([LTSUGAR_VERSION])dnl +AC_REQUIRE([LTVERSION_VERSION])dnl +AC_REQUIRE([LTOBSOLETE_VERSION])dnl +m4_require([_LT_PROG_LTMAIN])dnl + +_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) + +dnl Parse OPTIONS +_LT_SET_OPTIONS([$0], [$1]) + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS=$ltmain + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +AC_SUBST(LIBTOOL)dnl + +_LT_SETUP + +# Only expand once: +m4_define([LT_INIT]) +]) +m4trace:m4/libtool.m4:100: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])], [], []) +m4trace:m4/libtool.m4:100: -1- AC_DEFUN([AC_PROG_LIBTOOL], [m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) +m4trace:m4/libtool.m4:101: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])], [], []) +m4trace:m4/libtool.m4:101: -1- AC_DEFUN([AM_PROG_LIBTOOL], [m4_warn([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) +m4trace:m4/libtool.m4:621: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} +AC_MSG_NOTICE([creating $CONFIG_LT]) +_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], +[# Run this file to recreate a libtool stub with the current configuration.]) + +cat >>"$CONFIG_LT" <<\_LTEOF +lt_cl_silent=false +exec AS_MESSAGE_LOG_FD>>config.log +{ + echo + AS_BOX([Running $as_me.]) +} >&AS_MESSAGE_LOG_FD + +lt_cl_help="\ +'$as_me' creates a local libtool stub from the current configuration, +for use in further configure time tests before the real libtool is +generated. + +Usage: $[0] [[OPTIONS]] + + -h, --help print this help, then exit + -V, --version print version number, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + +Report bugs to ." + +lt_cl_version="\ +m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl +m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) +configured by $[0], generated by m4_PACKAGE_STRING. + +Copyright (C) 2011 Free Software Foundation, Inc. +This config.lt script is free software; the Free Software Foundation +gives unlimited permision to copy, distribute and modify it." + +while test 0 != $[#] +do + case $[1] in + --version | --v* | -V ) + echo "$lt_cl_version"; exit 0 ;; + --help | --h* | -h ) + echo "$lt_cl_help"; exit 0 ;; + --debug | --d* | -d ) + debug=: ;; + --quiet | --q* | --silent | --s* | -q ) + lt_cl_silent=: ;; + + -*) AC_MSG_ERROR([unrecognized option: $[1] +Try '$[0] --help' for more information.]) ;; + + *) AC_MSG_ERROR([unrecognized argument: $[1] +Try '$[0] --help' for more information.]) ;; + esac + shift +done + +if $lt_cl_silent; then + exec AS_MESSAGE_FD>/dev/null +fi +_LTEOF + +cat >>"$CONFIG_LT" <<_LTEOF +_LT_OUTPUT_LIBTOOL_COMMANDS_INIT +_LTEOF + +cat >>"$CONFIG_LT" <<\_LTEOF +AC_MSG_NOTICE([creating $ofile]) +_LT_OUTPUT_LIBTOOL_COMMANDS +AS_EXIT(0) +_LTEOF +chmod +x "$CONFIG_LT" + +# configure is writing to config.log, but config.lt does its own redirection, +# appending to config.log, which fails on DOS, as config.log is still kept +# open by configure. Here we exec the FD to /dev/null, effectively closing +# config.log, so it can be properly (re)opened and appended to by config.lt. +lt_cl_success=: +test yes = "$silent" && + lt_config_lt_args="$lt_config_lt_args --quiet" +exec AS_MESSAGE_LOG_FD>/dev/null +$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false +exec AS_MESSAGE_LOG_FD>>config.log +$lt_cl_success || AS_EXIT(1) +]) +m4trace:m4/libtool.m4:813: -1- AC_DEFUN([LT_SUPPORTED_TAG], []) +m4trace:m4/libtool.m4:824: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl +m4_case([$1], + [C], [_LT_LANG(C)], + [C++], [_LT_LANG(CXX)], + [Go], [_LT_LANG(GO)], + [Java], [_LT_LANG(GCJ)], + [Fortran 77], [_LT_LANG(F77)], + [Fortran], [_LT_LANG(FC)], + [Windows Resource], [_LT_LANG(RC)], + [m4_ifdef([_LT_LANG_]$1[_CONFIG], + [_LT_LANG($1)], + [m4_fatal([$0: unsupported language: "$1"])])])dnl +]) +m4trace:m4/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) +m4trace:m4/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_CXX], [m4_warn([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete. +You should run autoupdate.])dnl +LT_LANG(C++)]) +m4trace:m4/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) +m4trace:m4/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_F77], [m4_warn([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete. +You should run autoupdate.])dnl +LT_LANG(Fortran 77)]) +m4trace:m4/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) +m4trace:m4/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_FC], [m4_warn([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete. +You should run autoupdate.])dnl +LT_LANG(Fortran)]) +m4trace:m4/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) +m4trace:m4/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [m4_warn([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete. +You should run autoupdate.])dnl +LT_LANG(Java)]) +m4trace:m4/libtool.m4:920: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) +m4trace:m4/libtool.m4:920: -1- AC_DEFUN([AC_LIBTOOL_RC], [m4_warn([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete. +You should run autoupdate.])dnl +LT_LANG(Windows Resource)]) +m4trace:m4/libtool.m4:1243: -1- AC_DEFUN([_LT_WITH_SYSROOT], [m4_require([_LT_DECL_SED])dnl +AC_MSG_CHECKING([for sysroot]) +AC_ARG_WITH([sysroot], +[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], + [Search for dependent libraries within DIR (or the compiler's sysroot + if not specified).])], +[], [with_sysroot=no]) + +dnl lt_sysroot will always be passed unquoted. We quote it here +dnl in case the user passed a directory name. +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + AC_MSG_RESULT([$with_sysroot]) + AC_MSG_ERROR([The sysroot must be an absolute path.]) + ;; +esac + + AC_MSG_RESULT([${lt_sysroot:-no}]) +_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl +[dependent libraries, and where our libraries should be installed.])]) +m4trace:m4/libtool.m4:1588: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + fi + $RM conftest* +]) + +if test yes = "[$]$2"; then + m4_if([$5], , :, [$5]) +else + m4_if([$6], , :, [$6]) +fi +]) +m4trace:m4/libtool.m4:1630: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])], [], []) +m4trace:m4/libtool.m4:1630: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_warn([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])]) +m4trace:m4/libtool.m4:1639: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS $3" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&AS_MESSAGE_LOG_FD + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + else + $2=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS +]) + +if test yes = "[$]$2"; then + m4_if([$4], , :, [$4]) +else + m4_if([$5], , :, [$5]) +fi +]) +m4trace:m4/libtool.m4:1674: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])], [], []) +m4trace:m4/libtool.m4:1674: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_warn([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])]) +m4trace:m4/libtool.m4:1681: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +# find the maximum length of command line arguments +AC_MSG_CHECKING([the maximum length of command line arguments]) +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl + i=0 + teststring=ABCD + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[[ ]]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len" && \ + test undefined != "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac +]) +if test -n "$lt_cv_sys_max_cmd_len"; then + AC_MSG_RESULT($lt_cv_sys_max_cmd_len) +else + AC_MSG_RESULT(none) +fi +max_cmd_len=$lt_cv_sys_max_cmd_len +_LT_DECL([], [max_cmd_len], [0], + [What is the maximum length of a command?]) +]) +m4trace:m4/libtool.m4:1820: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])], [], []) +m4trace:m4/libtool.m4:1820: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_warn([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])]) +m4trace:m4/libtool.m4:1931: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl +if test yes != "$enable_dlopen"; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen=load_add_on + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen=LoadLibrary + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ + lt_cv_dlopen=dyld + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ]) + ;; + + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + + *) + AC_CHECK_FUNC([shl_load], + [lt_cv_dlopen=shl_load], + [AC_CHECK_LIB([dld], [shl_load], + [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], + [AC_CHECK_FUNC([dlopen], + [lt_cv_dlopen=dlopen], + [AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], + [AC_CHECK_LIB([svld], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], + [AC_CHECK_LIB([dld], [dld_link], + [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) + ]) + ]) + ]) + ]) + ]) + ;; + esac + + if test no = "$lt_cv_dlopen"; then + enable_dlopen=no + else + enable_dlopen=yes + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS=$LDFLAGS + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS=$LIBS + LIBS="$lt_cv_dlopen_libs $LIBS" + + AC_CACHE_CHECK([whether a program can dlopen itself], + lt_cv_dlopen_self, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, + lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) + ]) + + if test yes = "$lt_cv_dlopen_self"; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, + lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) + ]) + fi + + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi +_LT_DECL([dlopen_support], [enable_dlopen], [0], + [Whether dlopen is supported]) +_LT_DECL([dlopen_self], [enable_dlopen_self], [0], + [Whether dlopen of programs is supported]) +_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], + [Whether dlopen of statically linked programs is supported]) +]) +m4trace:m4/libtool.m4:2056: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])], [], []) +m4trace:m4/libtool.m4:2056: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_warn([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])]) +m4trace:m4/libtool.m4:3186: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl +AC_MSG_CHECKING([for $1]) +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, +[case $MAGIC_CMD in +[[\\/*] | ?:[\\/]*]) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR +dnl $ac_dummy forces splitting on constant user-supplied paths. +dnl POSIX.2 word splitting is done only on the output of word expansions, +dnl not every word. This closes a longstanding sh security hole. + ac_dummy="m4_if([$2], , $PATH, [$2])" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$1"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"$1" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac]) +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + AC_MSG_RESULT($MAGIC_CMD) +else + AC_MSG_RESULT(no) +fi +_LT_DECL([], [MAGIC_CMD], [0], + [Used to examine libraries when file_magic_cmd begins with "file"])dnl +]) +m4trace:m4/libtool.m4:3248: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])], [], []) +m4trace:m4/libtool.m4:3248: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [m4_warn([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])]) +m4trace:m4/libtool.m4:3271: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PROG_ECHO_BACKSLASH])dnl + +AC_ARG_WITH([gnu-ld], + [AS_HELP_STRING([--with-gnu-ld], + [assume the C compiler uses GNU ld @<:@default=no@:>@])], + [test no = "$withval" || with_gnu_ld=yes], + [with_gnu_ld=no])dnl + +ac_prog=ld +if test yes = "$GCC"; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by $CC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return, which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]]* | ?:[[\\/]]*) + re_direlt='/[[^/]][[^/]]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD=$ac_prog + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test yes = "$with_gnu_ld"; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(lt_cv_path_LD, +[if test -z "$LD"; then + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD=$ac_dir/$ac_prog + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &1 | $SED '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break 2 + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break 2 + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS=$lt_save_ifs + done + : ${lt_cv_path_NM=no} +fi]) +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi + AC_SUBST([DUMPBIN]) + if test : != "$DUMPBIN"; then + NM=$DUMPBIN + fi +fi +test -z "$NM" && NM=nm +AC_SUBST([NM]) +_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl + +AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], + [lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) + cat conftest.out >&AS_MESSAGE_LOG_FD + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest*]) +]) +m4trace:m4/libtool.m4:3785: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])], [], []) +m4trace:m4/libtool.m4:3785: -1- AC_DEFUN([AM_PROG_NM], [m4_warn([obsolete], [The macro `AM_PROG_NM' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) +m4trace:m4/libtool.m4:3786: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])], [], []) +m4trace:m4/libtool.m4:3786: -1- AC_DEFUN([AC_PROG_NM], [m4_warn([obsolete], [The macro `AC_PROG_NM' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) +m4trace:m4/libtool.m4:3857: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl + test DEF = "`$SED -n dnl + -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace + -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments + -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl + -e q dnl Only consider the first "real" line + $1`" dnl +]) +m4trace:m4/libtool.m4:3871: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +LIBM= +case $host in +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) + # These system don't have libm, or don't need it + ;; +*-ncr-sysv4.3*) + AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) + AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") + ;; +*) + AC_CHECK_LIB(m, cos, LIBM=-lm) + ;; +esac +AC_SUBST([LIBM]) +]) +m4trace:m4/libtool.m4:3890: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])], [], []) +m4trace:m4/libtool.m4:3890: -1- AC_DEFUN([AC_CHECK_LIBM], [m4_warn([obsolete], [The macro `AC_CHECK_LIBM' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])]) +m4trace:m4/libtool.m4:8172: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], + [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], + [AC_CHECK_TOOL(GCJ, gcj,) + test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS)])])[]dnl +]) +m4trace:m4/libtool.m4:8181: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])], [], []) +m4trace:m4/libtool.m4:8181: -1- AC_DEFUN([LT_AC_PROG_GCJ], [m4_warn([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) +m4trace:m4/libtool.m4:8188: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) +]) +m4trace:m4/libtool.m4:8195: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) +]) +m4trace:m4/libtool.m4:8200: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])], [], []) +m4trace:m4/libtool.m4:8200: -1- AC_DEFUN([LT_AC_PROG_RC], [m4_warn([obsolete], [The macro `LT_AC_PROG_RC' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) +m4trace:m4/libtool.m4:8328: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])], [], []) +m4trace:m4/libtool.m4:8328: -1- AC_DEFUN([LT_AC_PROG_SED], [m4_warn([obsolete], [The macro `LT_AC_PROG_SED' is obsolete. +You should run autoupdate.])dnl +m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) +m4trace:m4/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) +m4trace:m4/ltoptions.m4:113: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'dlopen' option into LT_INIT's first parameter.]) +]) +m4trace:m4/ltoptions.m4:113: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [m4_warn([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete. +You should run autoupdate.])dnl +_LT_SET_OPTION([LT_INIT], [dlopen]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'dlopen' option into LT_INIT's first parameter.]) +]) +m4trace:m4/ltoptions.m4:148: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl +_LT_SET_OPTION([LT_INIT], [win32-dll]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'win32-dll' option into LT_INIT's first parameter.]) +]) +m4trace:m4/ltoptions.m4:148: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete. +You should run autoupdate.])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +_LT_SET_OPTION([LT_INIT], [win32-dll]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'win32-dll' option into LT_INIT's first parameter.]) +]) +m4trace:m4/ltoptions.m4:197: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) +]) +m4trace:m4/ltoptions.m4:201: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) +]) +m4trace:m4/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +m4trace:m4/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [m4_warn([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete. +You should run autoupdate.])dnl +AC_ENABLE_SHARED($@)]) +m4trace:m4/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) +m4trace:m4/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [m4_warn([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete. +You should run autoupdate.])dnl +AC_DISABLE_SHARED($@)]) +m4trace:m4/ltoptions.m4:251: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) +]) +m4trace:m4/ltoptions.m4:255: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) +]) +m4trace:m4/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +m4trace:m4/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [m4_warn([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete. +You should run autoupdate.])dnl +AC_ENABLE_STATIC($@)]) +m4trace:m4/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) +m4trace:m4/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [m4_warn([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete. +You should run autoupdate.])dnl +AC_DISABLE_STATIC($@)]) +m4trace:m4/ltoptions.m4:305: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'fast-install' option into LT_INIT's first parameter.]) +]) +m4trace:m4/ltoptions.m4:305: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [m4_warn([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete. +You should run autoupdate.])dnl +_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'fast-install' option into LT_INIT's first parameter.]) +]) +m4trace:m4/ltoptions.m4:312: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'disable-fast-install' option into LT_INIT's first parameter.]) +]) +m4trace:m4/ltoptions.m4:312: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [m4_warn([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete. +You should run autoupdate.])dnl +_LT_SET_OPTION([LT_INIT], [disable-fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'disable-fast-install' option into LT_INIT's first parameter.]) +]) +m4trace:m4/ltoptions.m4:411: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'pic-only' option into LT_INIT's first parameter.]) +]) +m4trace:m4/ltoptions.m4:411: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [m4_warn([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete. +You should run autoupdate.])dnl +_LT_SET_OPTION([LT_INIT], [pic-only]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'pic-only' option into LT_INIT's first parameter.]) +]) +m4trace:m4/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) +m4trace:m4/ltversion.m4:19: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.7' +macro_revision='2.4.7' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) +m4trace:m4/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) +m4trace:m4/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH]) +m4trace:m4/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT]) +m4trace:m4/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX]) +m4trace:m4/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR]) +m4trace:m4/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL]) +m4trace:m4/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN]) +m4trace:m4/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER]) +m4trace:m4/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK]) +m4trace:m4/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE]) +m4trace:m4/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF]) +m4trace:m4/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O]) +m4trace:m4/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS]) +m4trace:m4/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR]) +m4trace:m4/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR]) +m4trace:m4/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH]) +m4trace:m4/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP]) +m4trace:m4/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC]) +m4trace:m4/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU]) +m4trace:m4/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG]) +m4trace:m4/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD]) +m4trace:m4/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI]) +m4trace:m4/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE]) +m4trace:m4/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC]) +m4trace:m4/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS]) +m4trace:m4/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP]) +m4trace:m4/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP]) +m4trace:m4/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL]) +m4trace:m4/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP]) +m4trace:m4/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN]) +m4trace:m4/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER]) +m4trace:m4/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG]) +m4trace:m4/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX]) +m4trace:m4/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77]) +m4trace:m4/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ]) +m4trace:m4/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG]) +m4trace:m4/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG]) +m4trace:m4/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG]) +m4trace:m4/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG]) +m4trace:m4/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG]) +m4trace:m4/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG]) +m4trace:m4/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG]) +m4trace:m4/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG]) +m4trace:m4/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG]) +m4trace:m4/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG]) +m4trace:m4/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG]) +m4trace:m4/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C]) +m4trace:m4/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP]) +m4trace:m4/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77]) +m4trace:m4/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC]) +m4trace:m4/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?A[CHUM]_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([_AC_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) +m4trace:configure.ac:6: -1- m4_pattern_allow([^AS_FLAGS$]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?m4_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^dnl$]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?AS_]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^SHELL$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PATH_SEPARATOR$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^exec_prefix$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^prefix$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^program_transform_name$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^bindir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sbindir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^libexecdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^datarootdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^datadir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sysconfdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sharedstatedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^localstatedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^runstatedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^includedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^oldincludedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^docdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^infodir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^htmldir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^dvidir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^pdfdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^psdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^libdir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^localedir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^mandir$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^DEFS$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_C$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_N$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_T$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^build_alias$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^host_alias$]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^target_alias$]) +m4trace:configure.ac:8: -1- AC_CONFIG_MACRO_DIR([m4]) +m4trace:configure.ac:8: -1- AC_CONFIG_MACRO_DIR_TRACE([m4]) +m4trace:configure.ac:10: -1- AM_INIT_AUTOMAKE([foreign subdir-objects]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) +m4trace:configure.ac:10: -1- AM_SET_CURRENT_AUTOMAKE_VERSION +m4trace:configure.ac:10: -1- AM_AUTOMAKE_VERSION([1.16.5]) +m4trace:configure.ac:10: -1- _AM_AUTOCONF_VERSION([2.71]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_DATA$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__isrc$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__isrc]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CYGPATH_W$]) +m4trace:configure.ac:10: -1- _AM_SET_OPTIONS([foreign subdir-objects]) +m4trace:configure.ac:10: -1- _AM_SET_OPTION([foreign]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([foreign]) +m4trace:configure.ac:10: -1- _AM_SET_OPTION([subdir-objects]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([subdir-objects]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-define]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:10: -1- AM_SANITY_CHECK +m4trace:configure.ac:10: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +m4trace:configure.ac:10: -1- AM_MISSING_HAS_RUN +m4trace:configure.ac:10: -1- AM_AUX_DIR_EXPAND +m4trace:configure.ac:10: -1- m4_pattern_allow([^ACLOCAL$]) +m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOCONF$]) +m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOMAKE$]) +m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOHEADER$]) +m4trace:configure.ac:10: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^MAKEINFO$]) +m4trace:configure.ac:10: -1- AM_PROG_INSTALL_SH +m4trace:configure.ac:10: -1- m4_pattern_allow([^install_sh$]) +m4trace:configure.ac:10: -1- AM_PROG_INSTALL_STRIP +m4trace:configure.ac:10: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^MKDIR_P$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^mkdir_p$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.ac:10: -1- AM_SET_LEADING_DOT +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__leading_dot$]) +m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar]) +m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-pax]) +m4trace:configure.ac:10: -1- _AM_PROG_TAR([v7]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AMTAR$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__tar$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__untar$]) +m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-dependencies]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CTAGS$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^ETAGS$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CSCOPE$]) +m4trace:configure.ac:10: -1- AM_SILENT_RULES +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_V$]) +m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_V$]) +m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_BACKSLASH$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) +m4trace:configure.ac:12: -1- LT_INIT([shared]) +m4trace:configure.ac:12: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$]) +m4trace:configure.ac:12: -1- LTOPTIONS_VERSION +m4trace:configure.ac:12: -1- LTSUGAR_VERSION +m4trace:configure.ac:12: -1- LTVERSION_VERSION +m4trace:configure.ac:12: -1- LTOBSOLETE_VERSION +m4trace:configure.ac:12: -1- _LT_PROG_LTMAIN +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBTOOL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_cpu$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_vendor$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_os$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_cpu$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_vendor$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_os$]) +m4trace:configure.ac:12: -1- _LT_PREPARE_SED_QUOTE_VARS +m4trace:configure.ac:12: -1- _LT_PROG_ECHO_BACKSLASH +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^EXEEXT$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJEXT$]) +m4trace:configure.ac:12: -1- _AM_PROG_CC_C_O +m4trace:configure.ac:12: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) +m4trace:configure.ac:12: -1- _AM_DEPENDENCIES([CC]) +m4trace:configure.ac:12: -1- AM_SET_DEPDIR +m4trace:configure.ac:12: -1- m4_pattern_allow([^DEPDIR$]) +m4trace:configure.ac:12: -1- AM_OUTPUT_DEPENDENCY_COMMANDS +m4trace:configure.ac:12: -1- AM_MAKE_INCLUDE +m4trace:configure.ac:12: -1- AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__include$]) +m4trace:configure.ac:12: -1- AM_DEP_TRACK +m4trace:configure.ac:12: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_TRUE$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_FALSE$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__nodep$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__nodep]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CCDEPMODE$]) +m4trace:configure.ac:12: -1- AM_CONDITIONAL([am__fastdepCC], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) +m4trace:configure.ac:12: -1- LT_PATH_LD +m4trace:configure.ac:12: -1- m4_pattern_allow([^SED$]) +m4trace:configure.ac:12: -1- AC_PROG_EGREP +m4trace:configure.ac:12: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^FGREP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LD$]) +m4trace:configure.ac:12: -1- LT_PATH_NM +m4trace:configure.ac:12: -1- m4_pattern_allow([^DUMPBIN$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_DUMPBIN$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DUMPBIN$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^NM$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LN_S$]) +m4trace:configure.ac:12: -1- LT_CMD_MAX_LEN +m4trace:configure.ac:12: -1- m4_pattern_allow([^FILECMD$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJDUMP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJDUMP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DLLTOOL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DLLTOOL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AR$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_AR$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^RANLIB$]) +m4trace:configure.ac:12: -1- _LT_WITH_SYSROOT +m4trace:configure.ac:12: -1- m4_pattern_allow([LT_OBJDIR]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LT_OBJDIR$]) +m4trace:configure.ac:12: -1- _LT_CC_BASENAME([$compiler]) +m4trace:configure.ac:12: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH]) +m4trace:configure.ac:12: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH]) +m4trace:configure.ac:12: -1- LT_SUPPORTED_TAG([CC]) +m4trace:configure.ac:12: -1- _LT_COMPILER_BOILERPLATE +m4trace:configure.ac:12: -1- _LT_LINKER_BOILERPLATE +m4trace:configure.ac:12: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"]) +m4trace:configure.ac:12: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in + "" | " "*) ;; + *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;; + esac], [_LT_TAGVAR(lt_prog_compiler_pic, )= + _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no]) +m4trace:configure.ac:12: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^MANIFEST_TOOL$]) +m4trace:configure.ac:12: -1- _LT_DLL_DEF_P([$export_symbols]) +m4trace:configure.ac:12: -1- _LT_DLL_DEF_P([$export_symbols]) +m4trace:configure.ac:12: -1- _LT_REQUIRED_DARWIN_CHECKS +m4trace:configure.ac:12: -1- m4_pattern_allow([^DSYMUTIL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^NMEDIT$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIPO$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OTOOL$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OTOOL64$]) +m4trace:configure.ac:12: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags']) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) +m4trace:configure.ac:12: -1- LT_SYS_DLOPEN_SELF +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_stdio_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" stdio.h ]AS_TR_SH([stdio.h]) AS_TR_CPP([HAVE_stdio.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" stdlib.h ]AS_TR_SH([stdlib.h]) AS_TR_CPP([HAVE_stdlib.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_string_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" string.h ]AS_TR_SH([string.h]) AS_TR_CPP([HAVE_string.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_inttypes_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" inttypes.h ]AS_TR_SH([inttypes.h]) AS_TR_CPP([HAVE_inttypes.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_stdint_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" stdint.h ]AS_TR_SH([stdint.h]) AS_TR_CPP([HAVE_stdint.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_strings_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" strings.h ]AS_TR_SH([strings.h]) AS_TR_CPP([HAVE_strings.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_sys_stat_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" sys/stat.h ]AS_TR_SH([sys/stat.h]) AS_TR_CPP([HAVE_sys/stat.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_sys_types_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" sys/types.h ]AS_TR_SH([sys/types.h]) AS_TR_CPP([HAVE_sys/types.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" unistd.h ]AS_TR_SH([unistd.h]) AS_TR_CPP([HAVE_unistd.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^STDC_HEADERS$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) +m4trace:configure.ac:17: -1- _m4_warn([obsolete], [The macro `AC_PROG_CC_C99' is obsolete. +You should run autoupdate.], [./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... +configure.ac:17: the top level]) +m4trace:configure.ac:27: -1- _m4_warn([obsolete], [The macro `AC_HEADER_STDC' is obsolete. +You should run autoupdate.], [./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... +configure.ac:27: the top level]) +m4trace:configure.ac:27: -1- AC_PROG_EGREP +m4trace:configure.ac:27: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_HEADER_TIME' is obsolete. +You should run autoupdate.], [./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... +configure.ac:28: the top level]) +m4trace:configure.ac:28: -1- AC_DEFUN([_AC_Header_sys_time_h], [m4_divert_text([INIT_PREPARE], + [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], + [" sys/time.h ]AS_TR_SH([sys/time.h]) AS_TR_CPP([HAVE_sys/time.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$]) +m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE__BOOL$]) +m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE_STDBOOL_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_FCNTL_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_FLOAT_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_INTTYPES_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_LIMITS_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_LOCALE_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_MALLOC_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_MEMORY_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDDEF_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDINT_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDLIB_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STRING_H$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_UNISTD_H$]) +m4trace:configure.ac:35: -1- m4_pattern_allow([^int16_t$]) +m4trace:configure.ac:36: -1- m4_pattern_allow([^int32_t$]) +m4trace:configure.ac:37: -1- m4_pattern_allow([^int64_t$]) +m4trace:configure.ac:38: -1- m4_pattern_allow([^int8_t$]) +m4trace:configure.ac:39: -1- m4_pattern_allow([^off_t$]) +m4trace:configure.ac:40: -1- m4_pattern_allow([^size_t$]) +m4trace:configure.ac:41: -1- m4_pattern_allow([^ssize_t$]) +m4trace:configure.ac:42: -1- m4_pattern_allow([^uint16_t$]) +m4trace:configure.ac:43: -1- m4_pattern_allow([^_UINT32_T$]) +m4trace:configure.ac:43: -1- m4_pattern_allow([^uint32_t$]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^_UINT64_T$]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^uint64_t$]) +m4trace:configure.ac:45: -1- m4_pattern_allow([^_UINT8_T$]) +m4trace:configure.ac:45: -1- m4_pattern_allow([^uint8_t$]) +m4trace:configure.ac:46: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MALLOC$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_REALLOC$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_DRAND48$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_GETCWD$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_GETTIMEOFDAY$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MEMMOVE$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MEMSET$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_REGCOMP$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_SETLOCALE$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_SQRT$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_STRDUP$]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_STRNDUP$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MAJOR_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MINOR_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_PATCH_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MAJOR_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MINOR_VERSION$]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_PATCH_VERSION$]) +m4trace:configure.ac:73: -1- m4_pattern_allow([^LIBPOSTAL_DATA_DIR_VERSION_STRING$]) +m4trace:configure.ac:79: -1- m4_pattern_allow([^LIBPOSTAL_DATA_FILE_LATEST_VERSION$]) +m4trace:configure.ac:80: -1- m4_pattern_allow([^LIBPOSTAL_PARSER_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:81: -1- m4_pattern_allow([^LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:84: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING$]) +m4trace:configure.ac:90: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION$]) +m4trace:configure.ac:91: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:92: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:100: -1- m4_pattern_allow([^FOUND_SHUF$]) +m4trace:configure.ac:101: -1- m4_pattern_allow([^FOUND_GSHUF$]) +m4trace:configure.ac:103: -1- m4_pattern_allow([^HAVE_SHUF$]) +m4trace:configure.ac:104: -1- m4_pattern_allow([^HAVE_GSHUF$]) +m4trace:configure.ac:121: -1- AX_CBLAS +m4trace:configure.ac:121: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. +You should run autoupdate.], [./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... +./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... +m4/ax_cblas.m4:67: AX_CBLAS is expanded from... +lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... +./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from... +./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from... +configure.ac:121: the top level]) +m4trace:configure.ac:121: -1- m4_pattern_allow([^CBLAS_LIBS$]) +m4trace:configure.ac:121: -2- m4_pattern_allow([^HAVE_CBLAS$]) +m4trace:configure.ac:131: -1- m4_pattern_allow([^MODEL$]) +m4trace:configure.ac:135: -1- AM_CONDITIONAL([DOWNLOAD_DATA], [test "x$DOWNLOAD_DATA" = "xtrue"]) +m4trace:configure.ac:135: -1- m4_pattern_allow([^DOWNLOAD_DATA_TRUE$]) +m4trace:configure.ac:135: -1- m4_pattern_allow([^DOWNLOAD_DATA_FALSE$]) +m4trace:configure.ac:135: -1- _AM_SUBST_NOTMAKE([DOWNLOAD_DATA_TRUE]) +m4trace:configure.ac:135: -1- _AM_SUBST_NOTMAKE([DOWNLOAD_DATA_FALSE]) +m4trace:configure.ac:149: -1- m4_pattern_allow([^CFLAGS_SCANNER_EXTRA$]) +m4trace:configure.ac:153: -1- m4_pattern_allow([^LIBPOSTAL_SO_VERSION$]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:155: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) +m4trace:configure.ac:155: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) +m4trace:configure.ac:155: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) +m4trace:configure.ac:155: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) +m4trace:configure.ac:155: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS +m4trace:configure.ac:155: -1- AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) +m4trace:configure.ac:155: -1- _LT_PROG_LTMAIN diff --git a/autom4te.cache/traces.4 b/autom4te.cache/traces.4 new file mode 100644 index 0000000..fec564d --- /dev/null +++ b/autom4te.cache/traces.4 @@ -0,0 +1,835 @@ +m4trace:aclocal.m4:699: -1- AC_SUBST([am__quote]) +m4trace:aclocal.m4:699: -1- AC_SUBST_TRACE([am__quote]) +m4trace:aclocal.m4:699: -1- m4_pattern_allow([^am__quote$]) +m4trace:aclocal.m4:1151: -1- m4_include([m4/ax_cblas.m4]) +m4trace:aclocal.m4:1152: -1- m4_include([m4/libtool.m4]) +m4trace:aclocal.m4:1153: -1- m4_include([m4/ltoptions.m4]) +m4trace:aclocal.m4:1154: -1- m4_include([m4/ltsugar.m4]) +m4trace:aclocal.m4:1155: -1- m4_include([m4/ltversion.m4]) +m4trace:aclocal.m4:1156: -1- m4_include([m4/lt~obsolete.m4]) +m4trace:configure.ac:6: -1- AC_INIT([libpostal], [1.1.1]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?A[CHUM]_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([_AC_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) +m4trace:configure.ac:6: -1- m4_pattern_allow([^AS_FLAGS$]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?m4_]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^dnl$]) +m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?AS_]) +m4trace:configure.ac:6: -1- AC_SUBST([SHELL]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([SHELL]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^SHELL$]) +m4trace:configure.ac:6: -1- AC_SUBST([PATH_SEPARATOR]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PATH_SEPARATOR]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PATH_SEPARATOR$]) +m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE_NAME]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE_TARNAME]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE_VERSION]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE_STRING]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE_URL], [m4_ifdef([AC_PACKAGE_URL], ['AC_PACKAGE_URL'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE_URL]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:6: -1- AC_SUBST([exec_prefix], [NONE]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([exec_prefix]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^exec_prefix$]) +m4trace:configure.ac:6: -1- AC_SUBST([prefix], [NONE]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([prefix]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^prefix$]) +m4trace:configure.ac:6: -1- AC_SUBST([program_transform_name], [s,x,x,]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([program_transform_name]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^program_transform_name$]) +m4trace:configure.ac:6: -1- AC_SUBST([bindir], ['${exec_prefix}/bin']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([bindir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^bindir$]) +m4trace:configure.ac:6: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([sbindir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sbindir$]) +m4trace:configure.ac:6: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([libexecdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^libexecdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([datarootdir], ['${prefix}/share']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([datarootdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^datarootdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([datadir], ['${datarootdir}']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([datadir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^datadir$]) +m4trace:configure.ac:6: -1- AC_SUBST([sysconfdir], ['${prefix}/etc']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([sysconfdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sysconfdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([sharedstatedir], ['${prefix}/com']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([sharedstatedir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^sharedstatedir$]) +m4trace:configure.ac:6: -1- AC_SUBST([localstatedir], ['${prefix}/var']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([localstatedir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^localstatedir$]) +m4trace:configure.ac:6: -1- AC_SUBST([runstatedir], ['${localstatedir}/run']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([runstatedir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^runstatedir$]) +m4trace:configure.ac:6: -1- AC_SUBST([includedir], ['${prefix}/include']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([includedir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^includedir$]) +m4trace:configure.ac:6: -1- AC_SUBST([oldincludedir], ['/usr/include']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([oldincludedir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^oldincludedir$]) +m4trace:configure.ac:6: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME], + ['${datarootdir}/doc/${PACKAGE_TARNAME}'], + ['${datarootdir}/doc/${PACKAGE}'])]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([docdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^docdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([infodir], ['${datarootdir}/info']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([infodir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^infodir$]) +m4trace:configure.ac:6: -1- AC_SUBST([htmldir], ['${docdir}']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([htmldir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^htmldir$]) +m4trace:configure.ac:6: -1- AC_SUBST([dvidir], ['${docdir}']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([dvidir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^dvidir$]) +m4trace:configure.ac:6: -1- AC_SUBST([pdfdir], ['${docdir}']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([pdfdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^pdfdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([psdir], ['${docdir}']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([psdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^psdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([libdir], ['${exec_prefix}/lib']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([libdir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^libdir$]) +m4trace:configure.ac:6: -1- AC_SUBST([localedir], ['${datarootdir}/locale']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([localedir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^localedir$]) +m4trace:configure.ac:6: -1- AC_SUBST([mandir], ['${datarootdir}/man']) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([mandir]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^mandir$]) +m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */ +@%:@undef PACKAGE_NAME]) +m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */ +@%:@undef PACKAGE_TARNAME]) +m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */ +@%:@undef PACKAGE_VERSION]) +m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */ +@%:@undef PACKAGE_STRING]) +m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */ +@%:@undef PACKAGE_BUGREPORT]) +m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_URL]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE_URL], [/* Define to the home page for this package. */ +@%:@undef PACKAGE_URL]) +m4trace:configure.ac:6: -1- AC_SUBST([DEFS]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([DEFS]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^DEFS$]) +m4trace:configure.ac:6: -1- AC_SUBST([ECHO_C]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([ECHO_C]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_C$]) +m4trace:configure.ac:6: -1- AC_SUBST([ECHO_N]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([ECHO_N]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_N$]) +m4trace:configure.ac:6: -1- AC_SUBST([ECHO_T]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([ECHO_T]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^ECHO_T$]) +m4trace:configure.ac:6: -1- AC_SUBST([LIBS]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:6: -1- AC_SUBST([build_alias]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([build_alias]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^build_alias$]) +m4trace:configure.ac:6: -1- AC_SUBST([host_alias]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([host_alias]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^host_alias$]) +m4trace:configure.ac:6: -1- AC_SUBST([target_alias]) +m4trace:configure.ac:6: -1- AC_SUBST_TRACE([target_alias]) +m4trace:configure.ac:6: -1- m4_pattern_allow([^target_alias$]) +m4trace:configure.ac:8: -1- AC_CONFIG_MACRO_DIR_TRACE([m4]) +m4trace:configure.ac:10: -1- AM_INIT_AUTOMAKE([foreign subdir-objects]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) +m4trace:configure.ac:10: -1- AM_AUTOMAKE_VERSION([1.16.5]) +m4trace:configure.ac:10: -1- AC_REQUIRE_AUX_FILE([install-sh]) +m4trace:configure.ac:10: -1- AC_SUBST([INSTALL_PROGRAM]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([INSTALL_PROGRAM]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) +m4trace:configure.ac:10: -1- AC_SUBST([INSTALL_SCRIPT]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([INSTALL_SCRIPT]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) +m4trace:configure.ac:10: -1- AC_SUBST([INSTALL_DATA]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([INSTALL_DATA]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_DATA$]) +m4trace:configure.ac:10: -1- AC_SUBST([am__isrc], [' -I$(srcdir)']) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([am__isrc]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__isrc$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__isrc]) +m4trace:configure.ac:10: -1- AC_SUBST([CYGPATH_W]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([CYGPATH_W]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CYGPATH_W$]) +m4trace:configure.ac:10: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME']) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([PACKAGE]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:10: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION']) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([VERSION]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:10: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:10: -1- AH_OUTPUT([PACKAGE], [/* Name of package */ +@%:@undef PACKAGE]) +m4trace:configure.ac:10: -1- AC_DEFINE_TRACE_LITERAL([VERSION]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:10: -1- AH_OUTPUT([VERSION], [/* Version number of package */ +@%:@undef VERSION]) +m4trace:configure.ac:10: -1- AC_REQUIRE_AUX_FILE([missing]) +m4trace:configure.ac:10: -1- AC_SUBST([ACLOCAL]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([ACLOCAL]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^ACLOCAL$]) +m4trace:configure.ac:10: -1- AC_SUBST([AUTOCONF]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AUTOCONF]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOCONF$]) +m4trace:configure.ac:10: -1- AC_SUBST([AUTOMAKE]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AUTOMAKE]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOMAKE$]) +m4trace:configure.ac:10: -1- AC_SUBST([AUTOHEADER]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AUTOHEADER]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOHEADER$]) +m4trace:configure.ac:10: -1- AC_SUBST([MAKEINFO]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([MAKEINFO]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^MAKEINFO$]) +m4trace:configure.ac:10: -1- AC_SUBST([install_sh]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([install_sh]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^install_sh$]) +m4trace:configure.ac:10: -1- AC_SUBST([STRIP]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([STRIP]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:10: -1- AC_SUBST([INSTALL_STRIP_PROGRAM]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) +m4trace:configure.ac:10: -1- AC_REQUIRE_AUX_FILE([install-sh]) +m4trace:configure.ac:10: -1- AC_SUBST([MKDIR_P]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([MKDIR_P]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^MKDIR_P$]) +m4trace:configure.ac:10: -1- AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([mkdir_p]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^mkdir_p$]) +m4trace:configure.ac:10: -1- AC_SUBST([AWK]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AWK]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:10: -1- AC_SUBST([SET_MAKE]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([SET_MAKE]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.ac:10: -1- AC_SUBST([am__leading_dot]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([am__leading_dot]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__leading_dot$]) +m4trace:configure.ac:10: -1- AC_SUBST([AMTAR], ['$${TAR-tar}']) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AMTAR]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AMTAR$]) +m4trace:configure.ac:10: -1- AC_SUBST([am__tar]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([am__tar]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__tar$]) +m4trace:configure.ac:10: -1- AC_SUBST([am__untar]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([am__untar]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^am__untar$]) +m4trace:configure.ac:10: -1- AC_SUBST([CTAGS]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([CTAGS]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CTAGS$]) +m4trace:configure.ac:10: -1- AC_SUBST([ETAGS]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([ETAGS]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^ETAGS$]) +m4trace:configure.ac:10: -1- AC_SUBST([CSCOPE]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([CSCOPE]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^CSCOPE$]) +m4trace:configure.ac:10: -1- AM_SILENT_RULES +m4trace:configure.ac:10: -1- AC_SUBST([AM_V]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AM_V]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_V$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:10: -1- AC_SUBST([AM_DEFAULT_V]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AM_DEFAULT_V]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_V$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:10: -1- AC_SUBST([AM_DEFAULT_VERBOSITY]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AM_DEFAULT_VERBOSITY]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) +m4trace:configure.ac:10: -1- AC_SUBST([AM_BACKSLASH]) +m4trace:configure.ac:10: -1- AC_SUBST_TRACE([AM_BACKSLASH]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_BACKSLASH$]) +m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) +m4trace:configure.ac:12: -1- LT_INIT([shared]) +m4trace:configure.ac:12: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$]) +m4trace:configure.ac:12: -1- AC_REQUIRE_AUX_FILE([ltmain.sh]) +m4trace:configure.ac:12: -1- AC_SUBST([LIBTOOL]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LIBTOOL]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBTOOL$]) +m4trace:configure.ac:12: -1- AC_CANONICAL_HOST +m4trace:configure.ac:12: -1- AC_CANONICAL_BUILD +m4trace:configure.ac:12: -1- AC_REQUIRE_AUX_FILE([config.sub]) +m4trace:configure.ac:12: -1- AC_REQUIRE_AUX_FILE([config.guess]) +m4trace:configure.ac:12: -1- AC_SUBST([build], [$ac_cv_build]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([build]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build$]) +m4trace:configure.ac:12: -1- AC_SUBST([build_cpu], [$[1]]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([build_cpu]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_cpu$]) +m4trace:configure.ac:12: -1- AC_SUBST([build_vendor], [$[2]]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([build_vendor]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_vendor$]) +m4trace:configure.ac:12: -1- AC_SUBST([build_os]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([build_os]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^build_os$]) +m4trace:configure.ac:12: -1- AC_SUBST([host], [$ac_cv_host]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([host]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host$]) +m4trace:configure.ac:12: -1- AC_SUBST([host_cpu], [$[1]]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([host_cpu]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_cpu$]) +m4trace:configure.ac:12: -1- AC_SUBST([host_vendor], [$[2]]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([host_vendor]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_vendor$]) +m4trace:configure.ac:12: -1- AC_SUBST([host_os]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([host_os]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^host_os$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CFLAGS]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CFLAGS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:12: -1- AC_SUBST([LDFLAGS]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LDFLAGS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:12: -1- AC_SUBST([LIBS]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:12: -1- AC_SUBST([CPPFLAGS]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CPPFLAGS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([ac_ct_CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([ac_ct_CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([CC]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:12: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([EXEEXT]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^EXEEXT$]) +m4trace:configure.ac:12: -1- AC_SUBST([OBJEXT], [$ac_cv_objext]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([OBJEXT]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJEXT$]) +m4trace:configure.ac:12: -1- AC_REQUIRE_AUX_FILE([compile]) +m4trace:configure.ac:12: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DEPDIR]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DEPDIR$]) +m4trace:configure.ac:12: -1- AC_SUBST([am__include]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([am__include]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__include$]) +m4trace:configure.ac:12: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +m4trace:configure.ac:12: -1- AC_SUBST([AMDEP_TRUE]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([AMDEP_TRUE]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_TRUE$]) +m4trace:configure.ac:12: -1- AC_SUBST([AMDEP_FALSE]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([AMDEP_FALSE]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_FALSE$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) +m4trace:configure.ac:12: -1- AC_SUBST([AMDEPBACKSLASH]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([AMDEPBACKSLASH]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) +m4trace:configure.ac:12: -1- AC_SUBST([am__nodep]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([am__nodep]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__nodep$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__nodep]) +m4trace:configure.ac:12: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CCDEPMODE]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^CCDEPMODE$]) +m4trace:configure.ac:12: -1- AM_CONDITIONAL([am__fastdepCC], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) +m4trace:configure.ac:12: -1- AC_SUBST([am__fastdepCC_TRUE]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) +m4trace:configure.ac:12: -1- AC_SUBST([am__fastdepCC_FALSE]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) +m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) +m4trace:configure.ac:12: -1- AC_SUBST([SED]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([SED]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^SED$]) +m4trace:configure.ac:12: -1- AC_SUBST([GREP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([GREP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:12: -1- AC_SUBST([EGREP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([EGREP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:12: -1- AC_SUBST([FGREP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([FGREP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^FGREP$]) +m4trace:configure.ac:12: -1- AC_SUBST([GREP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([GREP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:12: -1- AC_SUBST([LD]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LD]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LD$]) +m4trace:configure.ac:12: -1- AC_SUBST([DUMPBIN]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DUMPBIN]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DUMPBIN$]) +m4trace:configure.ac:12: -1- AC_SUBST([ac_ct_DUMPBIN]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([ac_ct_DUMPBIN]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_DUMPBIN$]) +m4trace:configure.ac:12: -1- AC_SUBST([DUMPBIN]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DUMPBIN]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DUMPBIN$]) +m4trace:configure.ac:12: -1- AC_SUBST([NM]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([NM]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^NM$]) +m4trace:configure.ac:12: -1- AC_SUBST([LN_S], [$as_ln_s]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LN_S]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LN_S$]) +m4trace:configure.ac:12: -1- AC_SUBST([FILECMD]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([FILECMD]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^FILECMD$]) +m4trace:configure.ac:12: -1- AC_SUBST([OBJDUMP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([OBJDUMP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJDUMP$]) +m4trace:configure.ac:12: -1- AC_SUBST([OBJDUMP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([OBJDUMP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OBJDUMP$]) +m4trace:configure.ac:12: -1- AC_SUBST([DLLTOOL]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DLLTOOL]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DLLTOOL$]) +m4trace:configure.ac:12: -1- AC_SUBST([DLLTOOL]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DLLTOOL]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DLLTOOL$]) +m4trace:configure.ac:12: -1- AC_SUBST([AR]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([AR]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^AR$]) +m4trace:configure.ac:12: -1- AC_SUBST([ac_ct_AR]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([ac_ct_AR]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^ac_ct_AR$]) +m4trace:configure.ac:12: -1- AC_SUBST([STRIP]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([STRIP]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:12: -1- AC_SUBST([RANLIB]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([RANLIB]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^RANLIB$]) +m4trace:configure.ac:12: -1- m4_pattern_allow([LT_OBJDIR]) +m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([LT_OBJDIR]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LT_OBJDIR$]) +m4trace:configure.ac:12: -1- AH_OUTPUT([LT_OBJDIR], [/* Define to the sub-directory where libtool stores uninstalled libraries. */ +@%:@undef LT_OBJDIR]) +m4trace:configure.ac:12: -1- LT_SUPPORTED_TAG([CC]) +m4trace:configure.ac:12: -1- AC_SUBST([MANIFEST_TOOL]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MANIFEST_TOOL]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^MANIFEST_TOOL$]) +m4trace:configure.ac:12: -1- AC_SUBST([DSYMUTIL]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DSYMUTIL]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^DSYMUTIL$]) +m4trace:configure.ac:12: -1- AC_SUBST([NMEDIT]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([NMEDIT]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^NMEDIT$]) +m4trace:configure.ac:12: -1- AC_SUBST([LIPO]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LIPO]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LIPO$]) +m4trace:configure.ac:12: -1- AC_SUBST([OTOOL]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([OTOOL]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OTOOL$]) +m4trace:configure.ac:12: -1- AC_SUBST([OTOOL64]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([OTOOL64]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^OTOOL64$]) +m4trace:configure.ac:12: -1- AC_SUBST([LT_SYS_LIBRARY_PATH]) +m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LT_SYS_LIBRARY_PATH]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_DLFCN_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_STDIO_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDIO_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDLIB_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STRING_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_INTTYPES_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDINT_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STRINGS_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_STAT_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_TYPES_H]) +m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_UNISTD_H]) +m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^STDC_HEADERS$]) +m4trace:configure.ac:12: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ +@%:@undef STDC_HEADERS]) +m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DLFCN_H]) +m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) +m4trace:configure.ac:14: -1- AC_CONFIG_HEADERS([config.h]) +m4trace:configure.ac:17: -1- _m4_warn([obsolete], [The macro `AC_PROG_CC_C99' is obsolete. +You should run autoupdate.], [./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... +configure.ac:17: the top level]) +m4trace:configure.ac:27: -1- _m4_warn([obsolete], [The macro `AC_HEADER_STDC' is obsolete. +You should run autoupdate.], [./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... +configure.ac:27: the top level]) +m4trace:configure.ac:27: -1- AC_SUBST([EGREP]) +m4trace:configure.ac:27: -1- AC_SUBST_TRACE([EGREP]) +m4trace:configure.ac:27: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_HEADER_TIME' is obsolete. +You should run autoupdate.], [./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... +configure.ac:28: the top level]) +m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_TIME_H]) +m4trace:configure.ac:28: -1- AC_DEFINE_TRACE_LITERAL([TIME_WITH_SYS_TIME]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$]) +m4trace:configure.ac:28: -1- AH_OUTPUT([TIME_WITH_SYS_TIME], [/* Define to 1 if you can safely include both and . This + macro is obsolete. */ +@%:@undef TIME_WITH_SYS_TIME]) +m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the header file, and it defines `DIR\'. + */ +@%:@undef HAVE_DIRENT_H]) +m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_SYS_NDIR_H], [/* Define to 1 if you have the header file, and it defines `DIR\'. + */ +@%:@undef HAVE_SYS_NDIR_H]) +m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_SYS_DIR_H], [/* Define to 1 if you have the header file, and it defines `DIR\'. + */ +@%:@undef HAVE_SYS_DIR_H]) +m4trace:configure.ac:29: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the header file, and it defines `DIR\'. */ +@%:@undef HAVE_NDIR_H]) +m4trace:configure.ac:30: -1- AC_DEFINE_TRACE_LITERAL([HAVE__BOOL]) +m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE__BOOL$]) +m4trace:configure.ac:30: -1- AH_OUTPUT([HAVE__BOOL], [/* Define to 1 if the system has the type `_Bool\'. */ +@%:@undef HAVE__BOOL]) +m4trace:configure.ac:30: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDBOOL_H]) +m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE_STDBOOL_H$]) +m4trace:configure.ac:30: -1- AH_OUTPUT([HAVE_STDBOOL_H], [/* Define to 1 if stdbool.h conforms to C99. */ +@%:@undef HAVE_STDBOOL_H]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_FCNTL_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FCNTL_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_FCNTL_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_FLOAT_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_FLOAT_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FLOAT_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_FLOAT_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_INTTYPES_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_INTTYPES_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_LIMITS_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIMITS_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_LIMITS_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_LOCALE_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LOCALE_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_LOCALE_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_MALLOC_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_MALLOC_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_MALLOC_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_MEMORY_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MEMORY_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_MEMORY_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_STDDEF_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDDEF_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDDEF_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDDEF_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDINT_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDINT_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDINT_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDLIB_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDLIB_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STDLIB_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STRING_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRING_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_STRING_H$]) +m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_UNISTD_H]) +m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNISTD_H]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_UNISTD_H$]) +m4trace:configure.ac:34: -1- AH_OUTPUT([inline], [/* Define to `__inline__\' or `__inline\' if that\'s what the C compiler + calls it, or to nothing if \'inline\' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif]) +m4trace:configure.ac:35: -1- AC_DEFINE_TRACE_LITERAL([int16_t]) +m4trace:configure.ac:35: -1- m4_pattern_allow([^int16_t$]) +m4trace:configure.ac:35: -1- AH_OUTPUT([int16_t], [/* Define to the type of a signed integer type of width exactly 16 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef int16_t]) +m4trace:configure.ac:36: -1- AC_DEFINE_TRACE_LITERAL([int32_t]) +m4trace:configure.ac:36: -1- m4_pattern_allow([^int32_t$]) +m4trace:configure.ac:36: -1- AH_OUTPUT([int32_t], [/* Define to the type of a signed integer type of width exactly 32 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef int32_t]) +m4trace:configure.ac:37: -1- AC_DEFINE_TRACE_LITERAL([int64_t]) +m4trace:configure.ac:37: -1- m4_pattern_allow([^int64_t$]) +m4trace:configure.ac:37: -1- AH_OUTPUT([int64_t], [/* Define to the type of a signed integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef int64_t]) +m4trace:configure.ac:38: -1- AC_DEFINE_TRACE_LITERAL([int8_t]) +m4trace:configure.ac:38: -1- m4_pattern_allow([^int8_t$]) +m4trace:configure.ac:38: -1- AH_OUTPUT([int8_t], [/* Define to the type of a signed integer type of width exactly 8 bits if such + a type exists and the standard includes do not define it. */ +@%:@undef int8_t]) +m4trace:configure.ac:39: -1- AC_DEFINE_TRACE_LITERAL([off_t]) +m4trace:configure.ac:39: -1- m4_pattern_allow([^off_t$]) +m4trace:configure.ac:39: -1- AH_OUTPUT([off_t], [/* Define to `long int\' if does not define. */ +@%:@undef off_t]) +m4trace:configure.ac:40: -1- AC_DEFINE_TRACE_LITERAL([size_t]) +m4trace:configure.ac:40: -1- m4_pattern_allow([^size_t$]) +m4trace:configure.ac:40: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if does not define. */ +@%:@undef size_t]) +m4trace:configure.ac:41: -1- AC_DEFINE_TRACE_LITERAL([ssize_t]) +m4trace:configure.ac:41: -1- m4_pattern_allow([^ssize_t$]) +m4trace:configure.ac:41: -1- AH_OUTPUT([ssize_t], [/* Define to `int\' if does not define. */ +@%:@undef ssize_t]) +m4trace:configure.ac:42: -1- AC_DEFINE_TRACE_LITERAL([uint16_t]) +m4trace:configure.ac:42: -1- m4_pattern_allow([^uint16_t$]) +m4trace:configure.ac:42: -1- AH_OUTPUT([uint16_t], [/* Define to the type of an unsigned integer type of width exactly 16 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef uint16_t]) +m4trace:configure.ac:43: -1- AC_DEFINE_TRACE_LITERAL([_UINT32_T]) +m4trace:configure.ac:43: -1- m4_pattern_allow([^_UINT32_T$]) +m4trace:configure.ac:43: -1- AH_OUTPUT([_UINT32_T], [/* Define for Solaris 2.5.1 so the uint32_t typedef from , + , or is not used. If the typedef were allowed, the + @%:@define below would cause a syntax error. */ +@%:@undef _UINT32_T]) +m4trace:configure.ac:43: -1- AC_DEFINE_TRACE_LITERAL([uint32_t]) +m4trace:configure.ac:43: -1- m4_pattern_allow([^uint32_t$]) +m4trace:configure.ac:43: -1- AH_OUTPUT([uint32_t], [/* Define to the type of an unsigned integer type of width exactly 32 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef uint32_t]) +m4trace:configure.ac:44: -1- AC_DEFINE_TRACE_LITERAL([_UINT64_T]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^_UINT64_T$]) +m4trace:configure.ac:44: -1- AH_OUTPUT([_UINT64_T], [/* Define for Solaris 2.5.1 so the uint64_t typedef from , + , or is not used. If the typedef were allowed, the + @%:@define below would cause a syntax error. */ +@%:@undef _UINT64_T]) +m4trace:configure.ac:44: -1- AC_DEFINE_TRACE_LITERAL([uint64_t]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^uint64_t$]) +m4trace:configure.ac:44: -1- AH_OUTPUT([uint64_t], [/* Define to the type of an unsigned integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef uint64_t]) +m4trace:configure.ac:45: -1- AC_DEFINE_TRACE_LITERAL([_UINT8_T]) +m4trace:configure.ac:45: -1- m4_pattern_allow([^_UINT8_T$]) +m4trace:configure.ac:45: -1- AH_OUTPUT([_UINT8_T], [/* Define for Solaris 2.5.1 so the uint8_t typedef from , + , or is not used. If the typedef were allowed, the + @%:@define below would cause a syntax error. */ +@%:@undef _UINT8_T]) +m4trace:configure.ac:45: -1- AC_DEFINE_TRACE_LITERAL([uint8_t]) +m4trace:configure.ac:45: -1- m4_pattern_allow([^uint8_t$]) +m4trace:configure.ac:45: -1- AH_OUTPUT([uint8_t], [/* Define to the type of an unsigned integer type of width exactly 8 bits if + such a type exists and the standard includes do not define it. */ +@%:@undef uint8_t]) +m4trace:configure.ac:46: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTRDIFF_T]) +m4trace:configure.ac:46: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$]) +m4trace:configure.ac:46: -1- AH_OUTPUT([HAVE_PTRDIFF_T], [/* Define to 1 if the system has the type `ptrdiff_t\'. */ +@%:@undef HAVE_PTRDIFF_T]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_MALLOC], [/* Define to 1 if you have the `malloc\' function. */ +@%:@undef HAVE_MALLOC]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MALLOC$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_REALLOC], [/* Define to 1 if you have the `realloc\' function. */ +@%:@undef HAVE_REALLOC]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REALLOC]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_REALLOC$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_DRAND48], [/* Define to 1 if you have the `drand48\' function. */ +@%:@undef HAVE_DRAND48]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DRAND48]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_DRAND48$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' function. */ +@%:@undef HAVE_GETCWD]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETCWD]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_GETCWD$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_GETTIMEOFDAY], [/* Define to 1 if you have the `gettimeofday\' function. */ +@%:@undef HAVE_GETTIMEOFDAY]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETTIMEOFDAY]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_GETTIMEOFDAY$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_MEMMOVE], [/* Define to 1 if you have the `memmove\' function. */ +@%:@undef HAVE_MEMMOVE]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MEMMOVE]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MEMMOVE$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */ +@%:@undef HAVE_MEMSET]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MEMSET]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MEMSET$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_REGCOMP], [/* Define to 1 if you have the `regcomp\' function. */ +@%:@undef HAVE_REGCOMP]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REGCOMP]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_REGCOMP$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the `setlocale\' function. */ +@%:@undef HAVE_SETLOCALE]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SETLOCALE]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_SETLOCALE$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_SQRT], [/* Define to 1 if you have the `sqrt\' function. */ +@%:@undef HAVE_SQRT]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SQRT]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_SQRT$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' function. */ +@%:@undef HAVE_STRDUP]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRDUP]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_STRDUP$]) +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_STRNDUP], [/* Define to 1 if you have the `strndup\' function. */ +@%:@undef HAVE_STRNDUP]) +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRNDUP]) +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_STRNDUP$]) +m4trace:configure.ac:51: -1- AC_SUBST([LIBPOSTAL_MAJOR_VERSION], [$major]) +m4trace:configure.ac:51: -1- AC_SUBST_TRACE([LIBPOSTAL_MAJOR_VERSION]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MAJOR_VERSION$]) +m4trace:configure.ac:51: -1- AC_SUBST([LIBPOSTAL_MINOR_VERSION], [$minor]) +m4trace:configure.ac:51: -1- AC_SUBST_TRACE([LIBPOSTAL_MINOR_VERSION]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MINOR_VERSION$]) +m4trace:configure.ac:51: -1- AC_SUBST([LIBPOSTAL_PATCH_VERSION], [$patch]) +m4trace:configure.ac:51: -1- AC_SUBST_TRACE([LIBPOSTAL_PATCH_VERSION]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_PATCH_VERSION$]) +m4trace:configure.ac:51: -1- AC_DEFINE_TRACE_LITERAL([LIBPOSTAL_MAJOR_VERSION]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MAJOR_VERSION$]) +m4trace:configure.ac:51: -1- AH_OUTPUT([LIBPOSTAL_MAJOR_VERSION], [/* Major version */ +@%:@undef LIBPOSTAL_MAJOR_VERSION]) +m4trace:configure.ac:51: -1- AC_DEFINE_TRACE_LITERAL([LIBPOSTAL_MINOR_VERSION]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_MINOR_VERSION$]) +m4trace:configure.ac:51: -1- AH_OUTPUT([LIBPOSTAL_MINOR_VERSION], [/* Minor version */ +@%:@undef LIBPOSTAL_MINOR_VERSION]) +m4trace:configure.ac:51: -1- AC_DEFINE_TRACE_LITERAL([LIBPOSTAL_PATCH_VERSION]) +m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBPOSTAL_PATCH_VERSION$]) +m4trace:configure.ac:51: -1- AH_OUTPUT([LIBPOSTAL_PATCH_VERSION], [/* Patch version */ +@%:@undef LIBPOSTAL_PATCH_VERSION]) +m4trace:configure.ac:73: -1- AC_SUBST([LIBPOSTAL_DATA_DIR_VERSION_STRING], [v1]) +m4trace:configure.ac:73: -1- AC_SUBST_TRACE([LIBPOSTAL_DATA_DIR_VERSION_STRING]) +m4trace:configure.ac:73: -1- m4_pattern_allow([^LIBPOSTAL_DATA_DIR_VERSION_STRING$]) +m4trace:configure.ac:79: -1- AC_SUBST([LIBPOSTAL_DATA_FILE_LATEST_VERSION], [$DATA_FILE_LATEST_VERSION]) +m4trace:configure.ac:79: -1- AC_SUBST_TRACE([LIBPOSTAL_DATA_FILE_LATEST_VERSION]) +m4trace:configure.ac:79: -1- m4_pattern_allow([^LIBPOSTAL_DATA_FILE_LATEST_VERSION$]) +m4trace:configure.ac:80: -1- AC_SUBST([LIBPOSTAL_PARSER_MODEL_LATEST_VERSION], [$PARSER_MODEL_LATEST_VERSION]) +m4trace:configure.ac:80: -1- AC_SUBST_TRACE([LIBPOSTAL_PARSER_MODEL_LATEST_VERSION]) +m4trace:configure.ac:80: -1- m4_pattern_allow([^LIBPOSTAL_PARSER_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:81: -1- AC_SUBST([LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION], [$LANG_CLASS_MODEL_LATEST_VERSION]) +m4trace:configure.ac:81: -1- AC_SUBST_TRACE([LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION]) +m4trace:configure.ac:81: -1- m4_pattern_allow([^LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:84: -1- AC_SUBST([LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING], [v1]) +m4trace:configure.ac:84: -1- AC_SUBST_TRACE([LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING]) +m4trace:configure.ac:84: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING$]) +m4trace:configure.ac:90: -1- AC_SUBST([LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION], [$SENZING_DATA_FILE_LATEST_VERSION]) +m4trace:configure.ac:90: -1- AC_SUBST_TRACE([LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION]) +m4trace:configure.ac:90: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION$]) +m4trace:configure.ac:91: -1- AC_SUBST([LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION], [$SENZING_PARSER_MODEL_LATEST_VERSION]) +m4trace:configure.ac:91: -1- AC_SUBST_TRACE([LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION]) +m4trace:configure.ac:91: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:92: -1- AC_SUBST([LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION], [$SENZING_LANG_CLASS_MODEL_LATEST_VERSION]) +m4trace:configure.ac:92: -1- AC_SUBST_TRACE([LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION]) +m4trace:configure.ac:92: -1- m4_pattern_allow([^LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION$]) +m4trace:configure.ac:94: -1- AC_CONFIG_FILES([Makefile + libpostal.pc + src/Makefile + src/libpostal_data + test/Makefile], [chmod +x src/libpostal_data]) +m4trace:configure.ac:100: -1- AC_SUBST([FOUND_SHUF]) +m4trace:configure.ac:100: -1- AC_SUBST_TRACE([FOUND_SHUF]) +m4trace:configure.ac:100: -1- m4_pattern_allow([^FOUND_SHUF$]) +m4trace:configure.ac:101: -1- AC_SUBST([FOUND_GSHUF]) +m4trace:configure.ac:101: -1- AC_SUBST_TRACE([FOUND_GSHUF]) +m4trace:configure.ac:101: -1- m4_pattern_allow([^FOUND_GSHUF$]) +m4trace:configure.ac:103: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SHUF]) +m4trace:configure.ac:103: -1- m4_pattern_allow([^HAVE_SHUF$]) +m4trace:configure.ac:103: -1- AH_OUTPUT([HAVE_SHUF], [/* shuf available */ +@%:@undef HAVE_SHUF]) +m4trace:configure.ac:104: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GSHUF]) +m4trace:configure.ac:104: -1- m4_pattern_allow([^HAVE_GSHUF$]) +m4trace:configure.ac:104: -1- AH_OUTPUT([HAVE_GSHUF], [/* gshuf available */ +@%:@undef HAVE_GSHUF]) +m4trace:configure.ac:121: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. +You should run autoupdate.], [./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... +./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... +m4/ax_cblas.m4:67: AX_CBLAS is expanded from... +lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... +./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from... +./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from... +configure.ac:121: the top level]) +m4trace:configure.ac:121: -1- AC_SUBST([CBLAS_LIBS]) +m4trace:configure.ac:121: -1- AC_SUBST_TRACE([CBLAS_LIBS]) +m4trace:configure.ac:121: -1- m4_pattern_allow([^CBLAS_LIBS$]) +m4trace:configure.ac:121: -2- AC_DEFINE_TRACE_LITERAL([HAVE_CBLAS]) +m4trace:configure.ac:121: -2- m4_pattern_allow([^HAVE_CBLAS$]) +m4trace:configure.ac:121: -2- AH_OUTPUT([HAVE_CBLAS], [/* Define if you have a CBLAS library. */ +@%:@undef HAVE_CBLAS]) +m4trace:configure.ac:131: -1- AC_SUBST([MODEL]) +m4trace:configure.ac:131: -1- AC_SUBST_TRACE([MODEL]) +m4trace:configure.ac:131: -1- m4_pattern_allow([^MODEL$]) +m4trace:configure.ac:135: -1- AM_CONDITIONAL([DOWNLOAD_DATA], [test "x$DOWNLOAD_DATA" = "xtrue"]) +m4trace:configure.ac:135: -1- AC_SUBST([DOWNLOAD_DATA_TRUE]) +m4trace:configure.ac:135: -1- AC_SUBST_TRACE([DOWNLOAD_DATA_TRUE]) +m4trace:configure.ac:135: -1- m4_pattern_allow([^DOWNLOAD_DATA_TRUE$]) +m4trace:configure.ac:135: -1- AC_SUBST([DOWNLOAD_DATA_FALSE]) +m4trace:configure.ac:135: -1- AC_SUBST_TRACE([DOWNLOAD_DATA_FALSE]) +m4trace:configure.ac:135: -1- m4_pattern_allow([^DOWNLOAD_DATA_FALSE$]) +m4trace:configure.ac:135: -1- _AM_SUBST_NOTMAKE([DOWNLOAD_DATA_TRUE]) +m4trace:configure.ac:135: -1- _AM_SUBST_NOTMAKE([DOWNLOAD_DATA_FALSE]) +m4trace:configure.ac:149: -1- AC_SUBST([CFLAGS_SCANNER_EXTRA]) +m4trace:configure.ac:149: -1- AC_SUBST_TRACE([CFLAGS_SCANNER_EXTRA]) +m4trace:configure.ac:149: -1- m4_pattern_allow([^CFLAGS_SCANNER_EXTRA$]) +m4trace:configure.ac:153: -1- AC_SUBST([LIBPOSTAL_SO_VERSION]) +m4trace:configure.ac:153: -1- AC_SUBST_TRACE([LIBPOSTAL_SO_VERSION]) +m4trace:configure.ac:153: -1- m4_pattern_allow([^LIBPOSTAL_SO_VERSION$]) +m4trace:configure.ac:155: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:155: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([LTLIBOBJS]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:155: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) +m4trace:configure.ac:155: -1- AC_SUBST([am__EXEEXT_TRUE]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) +m4trace:configure.ac:155: -1- AC_SUBST([am__EXEEXT_FALSE]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE]) +m4trace:configure.ac:155: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) +m4trace:configure.ac:155: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) +m4trace:configure.ac:155: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([top_builddir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([top_build_prefix]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([srcdir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([abs_srcdir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([top_srcdir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([abs_top_srcdir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([builddir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([abs_builddir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([abs_top_builddir]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([INSTALL]) +m4trace:configure.ac:155: -1- AC_SUBST_TRACE([MKDIR_P]) +m4trace:configure.ac:155: -1- AC_REQUIRE_AUX_FILE([ltmain.sh]) diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..3894e86 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,2 @@ +#!/bin/sh +autoreconf -fi --warning=no-portability diff --git a/compile b/compile new file mode 100755 index 0000000..df363c8 --- /dev/null +++ b/compile @@ -0,0 +1,348 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# 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, 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. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN* | MSYS*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/* | msys/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ + icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/config.guess b/config.guess new file mode 100755 index 0000000..7f76b62 --- /dev/null +++ b/config.guess @@ -0,0 +1,1754 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright 1992-2022 Free Software Foundation, Inc. + +# shellcheck disable=SC2006,SC2268 # see below for rationale + +timestamp='2022-01-09' + +# This file 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 3 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; if not, see . +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). +# +# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. +# +# You can get the latest version of this script from: +# https://git.savannah.gnu.org/cgit/config.git/plain/config.guess +# +# Please send patches to . + + +# The "shellcheck disable" line above the timestamp inhibits complaints +# about features and limitations of the classic Bourne shell that were +# superseded or lifted in POSIX. However, this script identifies a wide +# variety of pre-POSIX systems that do not have POSIX shells at all, and +# even some reasonably current systems (Solaris 10 as case-in-point) still +# have a pre-POSIX /bin/sh. + + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Options: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright 1992-2022 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." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +# Just in case it came from the environment. +GUESS= + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +tmp= +# shellcheck disable=SC2172 +trap 'test -z "$tmp" || rm -fr "$tmp"' 0 1 2 13 15 + +set_cc_for_build() { + # prevent multiple calls if $tmp is already set + test "$tmp" && return 0 + : "${TMPDIR=/tmp}" + # shellcheck disable=SC2039,SC3028 + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } + dummy=$tmp/dummy + case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in + ,,) echo "int x;" > "$dummy.c" + for driver in cc gcc c89 c99 ; do + if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then + CC_FOR_BUILD=$driver + break + fi + done + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; + esac +} + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if test -f /.attbin/uname ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +case $UNAME_SYSTEM in +Linux|GNU|GNU/*) + LIBC=unknown + + set_cc_for_build + cat <<-EOF > "$dummy.c" + #include + #if defined(__UCLIBC__) + LIBC=uclibc + #elif defined(__dietlibc__) + LIBC=dietlibc + #elif defined(__GLIBC__) + LIBC=gnu + #else + #include + /* First heuristic to detect musl libc. */ + #ifdef __DEFINED_va_list + LIBC=musl + #endif + #endif + EOF + cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` + eval "$cc_set_libc" + + # Second heuristic to detect musl libc. + if [ "$LIBC" = unknown ] && + command -v ldd >/dev/null && + ldd --version 2>&1 | grep -q ^musl; then + LIBC=musl + fi + + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + if [ "$LIBC" = unknown ]; then + LIBC=gnu + fi + ;; +esac + +# Note: order is significant - the case branches are not exclusive. + +case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ + /sbin/sysctl -n hw.machine_arch 2>/dev/null || \ + /usr/sbin/sysctl -n hw.machine_arch 2>/dev/null || \ + echo unknown)` + case $UNAME_MACHINE_ARCH in + aarch64eb) machine=aarch64_be-unknown ;; + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + earmv*) + arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` + endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` + machine=${arch}${endian}-unknown + ;; + *) machine=$UNAME_MACHINE_ARCH-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently (or will in the future) and ABI. + case $UNAME_MACHINE_ARCH in + earm*) + os=netbsdelf + ;; + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ELF__ + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # Determine ABI tags. + case $UNAME_MACHINE_ARCH in + earm*) + expr='s/^earmv[0-9]/-eabi/;s/eb$//' + abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case $UNAME_VERSION in + Debian*) + release='-gnu' + ;; + *) + release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + GUESS=$machine-${os}${release}${abi-} + ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + GUESS=$UNAME_MACHINE_ARCH-unknown-bitrig$UNAME_RELEASE + ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + GUESS=$UNAME_MACHINE_ARCH-unknown-openbsd$UNAME_RELEASE + ;; + *:SecBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/SecBSD.//'` + GUESS=$UNAME_MACHINE_ARCH-unknown-secbsd$UNAME_RELEASE + ;; + *:LibertyBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` + GUESS=$UNAME_MACHINE_ARCH-unknown-libertybsd$UNAME_RELEASE + ;; + *:MidnightBSD:*:*) + GUESS=$UNAME_MACHINE-unknown-midnightbsd$UNAME_RELEASE + ;; + *:ekkoBSD:*:*) + GUESS=$UNAME_MACHINE-unknown-ekkobsd$UNAME_RELEASE + ;; + *:SolidBSD:*:*) + GUESS=$UNAME_MACHINE-unknown-solidbsd$UNAME_RELEASE + ;; + *:OS108:*:*) + GUESS=$UNAME_MACHINE-unknown-os108_$UNAME_RELEASE + ;; + macppc:MirBSD:*:*) + GUESS=powerpc-unknown-mirbsd$UNAME_RELEASE + ;; + *:MirBSD:*:*) + GUESS=$UNAME_MACHINE-unknown-mirbsd$UNAME_RELEASE + ;; + *:Sortix:*:*) + GUESS=$UNAME_MACHINE-unknown-sortix + ;; + *:Twizzler:*:*) + GUESS=$UNAME_MACHINE-unknown-twizzler + ;; + *:Redox:*:*) + GUESS=$UNAME_MACHINE-unknown-redox + ;; + mips:OSF1:*.*) + GUESS=mips-dec-osf1 + ;; + alpha:OSF1:*:*) + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + trap '' 0 + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case $ALPHA_CPU_TYPE in + "EV4 (21064)") + UNAME_MACHINE=alpha ;; + "EV4.5 (21064)") + UNAME_MACHINE=alpha ;; + "LCA4 (21066/21068)") + UNAME_MACHINE=alpha ;; + "EV5 (21164)") + UNAME_MACHINE=alphaev5 ;; + "EV5.6 (21164A)") + UNAME_MACHINE=alphaev56 ;; + "EV5.6 (21164PC)") + UNAME_MACHINE=alphapca56 ;; + "EV5.7 (21164PC)") + UNAME_MACHINE=alphapca57 ;; + "EV6 (21264)") + UNAME_MACHINE=alphaev6 ;; + "EV6.7 (21264A)") + UNAME_MACHINE=alphaev67 ;; + "EV6.8CB (21264C)") + UNAME_MACHINE=alphaev68 ;; + "EV6.8AL (21264B)") + UNAME_MACHINE=alphaev68 ;; + "EV6.8CX (21264D)") + UNAME_MACHINE=alphaev68 ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE=alphaev69 ;; + "EV7 (21364)") + UNAME_MACHINE=alphaev7 ;; + "EV7.9 (21364A)") + UNAME_MACHINE=alphaev79 ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + OSF_REL=`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + GUESS=$UNAME_MACHINE-dec-osf$OSF_REL + ;; + Amiga*:UNIX_System_V:4.0:*) + GUESS=m68k-unknown-sysv4 + ;; + *:[Aa]miga[Oo][Ss]:*:*) + GUESS=$UNAME_MACHINE-unknown-amigaos + ;; + *:[Mm]orph[Oo][Ss]:*:*) + GUESS=$UNAME_MACHINE-unknown-morphos + ;; + *:OS/390:*:*) + GUESS=i370-ibm-openedition + ;; + *:z/VM:*:*) + GUESS=s390-ibm-zvmoe + ;; + *:OS400:*:*) + GUESS=powerpc-ibm-os400 + ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + GUESS=arm-acorn-riscix$UNAME_RELEASE + ;; + arm*:riscos:*:*|arm*:RISCOS:*:*) + GUESS=arm-unknown-riscos + ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + GUESS=hppa1.1-hitachi-hiuxmpp + ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + case `(/bin/universe) 2>/dev/null` in + att) GUESS=pyramid-pyramid-sysv3 ;; + *) GUESS=pyramid-pyramid-bsd ;; + esac + ;; + NILE*:*:*:dcosx) + GUESS=pyramid-pyramid-svr4 + ;; + DRS?6000:unix:4.0:6*) + GUESS=sparc-icl-nx6 + ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) GUESS=sparc-icl-nx7 ;; + esac + ;; + s390x:SunOS:*:*) + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=$UNAME_MACHINE-ibm-solaris2$SUN_REL + ;; + sun4H:SunOS:5.*:*) + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=sparc-hal-solaris2$SUN_REL + ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=sparc-sun-solaris2$SUN_REL + ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + GUESS=i386-pc-auroraux$UNAME_RELEASE + ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + set_cc_for_build + SUN_ARCH=i386 + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if test "$CC_FOR_BUILD" != no_compiler_found; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -m64 -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH=x86_64 + fi + fi + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=$SUN_ARCH-pc-solaris2$SUN_REL + ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=sparc-sun-solaris3$SUN_REL + ;; + sun4*:SunOS:*:*) + case `/usr/bin/arch -k` in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'` + GUESS=sparc-sun-sunos$SUN_REL + ;; + sun3*:SunOS:*:*) + GUESS=m68k-sun-sunos$UNAME_RELEASE + ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 + case `/bin/arch` in + sun3) + GUESS=m68k-sun-sunos$UNAME_RELEASE + ;; + sun4) + GUESS=sparc-sun-sunos$UNAME_RELEASE + ;; + esac + ;; + aushp:SunOS:*:*) + GUESS=sparc-auspex-sunos$UNAME_RELEASE + ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + GUESS=m68k-atari-mint$UNAME_RELEASE + ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + GUESS=m68k-atari-mint$UNAME_RELEASE + ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + GUESS=m68k-atari-mint$UNAME_RELEASE + ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + GUESS=m68k-milan-mint$UNAME_RELEASE + ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + GUESS=m68k-hades-mint$UNAME_RELEASE + ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + GUESS=m68k-unknown-mint$UNAME_RELEASE + ;; + m68k:machten:*:*) + GUESS=m68k-apple-machten$UNAME_RELEASE + ;; + powerpc:machten:*:*) + GUESS=powerpc-apple-machten$UNAME_RELEASE + ;; + RISC*:Mach:*:*) + GUESS=mips-dec-mach_bsd4.3 + ;; + RISC*:ULTRIX:*:*) + GUESS=mips-dec-ultrix$UNAME_RELEASE + ;; + VAX*:ULTRIX*:*:*) + GUESS=vax-dec-ultrix$UNAME_RELEASE + ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + GUESS=clipper-intergraph-clix$UNAME_RELEASE + ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && + dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`"$dummy" "$dummyarg"` && + { echo "$SYSTEM_NAME"; exit; } + GUESS=mips-mips-riscos$UNAME_RELEASE + ;; + Motorola:PowerMAX_OS:*:*) + GUESS=powerpc-motorola-powermax + ;; + Motorola:*:4.3:PL8-*) + GUESS=powerpc-harris-powermax + ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + GUESS=powerpc-harris-powermax + ;; + Night_Hawk:Power_UNIX:*:*) + GUESS=powerpc-harris-powerunix + ;; + m88k:CX/UX:7*:*) + GUESS=m88k-harris-cxux7 + ;; + m88k:*:4*:R4*) + GUESS=m88k-motorola-sysv4 + ;; + m88k:*:3*:R3*) + GUESS=m88k-motorola-sysv3 + ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if test "$UNAME_PROCESSOR" = mc88100 || test "$UNAME_PROCESSOR" = mc88110 + then + if test "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx || \ + test "$TARGET_BINARY_INTERFACE"x = x + then + GUESS=m88k-dg-dgux$UNAME_RELEASE + else + GUESS=m88k-dg-dguxbcs$UNAME_RELEASE + fi + else + GUESS=i586-dg-dgux$UNAME_RELEASE + fi + ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + GUESS=m88k-dolphin-sysv3 + ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + GUESS=m88k-motorola-sysv3 + ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + GUESS=m88k-tektronix-sysv3 + ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + GUESS=m68k-tektronix-bsd + ;; + *:IRIX*:*:*) + IRIX_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/g'` + GUESS=mips-sgi-irix$IRIX_REL + ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id + ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + GUESS=i386-ibm-aix + ;; + ia64:AIX:*:*) + if test -x /usr/bin/oslevel ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=$UNAME_VERSION.$UNAME_RELEASE + fi + GUESS=$UNAME_MACHINE-ibm-aix$IBM_REV + ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` + then + GUESS=$SYSTEM_NAME + else + GUESS=rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + GUESS=rs6000-ibm-aix3.2.4 + else + GUESS=rs6000-ibm-aix3.2 + fi + ;; + *:AIX:*:[4567]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if test -x /usr/bin/lslpp ; then + IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | \ + awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` + else + IBM_REV=$UNAME_VERSION.$UNAME_RELEASE + fi + GUESS=$IBM_ARCH-ibm-aix$IBM_REV + ;; + *:AIX:*:*) + GUESS=rs6000-ibm-aix + ;; + ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*) + GUESS=romp-ibm-bsd4.4 + ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + GUESS=romp-ibm-bsd$UNAME_RELEASE # 4.3 with uname added to + ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + GUESS=rs6000-bull-bosx + ;; + DPX/2?00:B.O.S.:*:*) + GUESS=m68k-bull-sysv3 + ;; + 9000/[34]??:4.3bsd:1.*:*) + GUESS=m68k-hp-bsd + ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + GUESS=m68k-hp-bsd4.4 + ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*.[0B]*//'` + case $UNAME_MACHINE in + 9000/31?) HP_ARCH=m68000 ;; + 9000/[34]??) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if test -x /usr/bin/getconf; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case $sc_cpu_version in + 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 + 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case $sc_kernel_bits in + 32) HP_ARCH=hppa2.0n ;; + 64) HP_ARCH=hppa2.0w ;; + '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 + esac ;; + esac + fi + if test "$HP_ARCH" = ""; then + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if test "$HP_ARCH" = hppa2.0w + then + set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ + then + HP_ARCH=hppa2.0w + else + HP_ARCH=hppa64 + fi + fi + GUESS=$HP_ARCH-hp-hpux$HPUX_REV + ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*.[0B]*//'` + GUESS=ia64-hp-hpux$HPUX_REV + ;; + 3050*:HI-UX:*:*) + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && + { echo "$SYSTEM_NAME"; exit; } + GUESS=unknown-hitachi-hiuxwe2 + ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:*) + GUESS=hppa1.1-hp-bsd + ;; + 9000/8??:4.3bsd:*:*) + GUESS=hppa1.0-hp-bsd + ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + GUESS=hppa1.0-hp-mpeix + ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:*) + GUESS=hppa1.1-hp-osf + ;; + hp8??:OSF1:*:*) + GUESS=hppa1.0-hp-osf + ;; + i*86:OSF1:*:*) + if test -x /usr/sbin/sysversion ; then + GUESS=$UNAME_MACHINE-unknown-osf1mk + else + GUESS=$UNAME_MACHINE-unknown-osf1 + fi + ;; + parisc*:Lites*:*:*) + GUESS=hppa1.1-hp-lites + ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + GUESS=c1-convex-bsd + ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + GUESS=c34-convex-bsd + ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + GUESS=c38-convex-bsd + ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + GUESS=c4-convex-bsd + ;; + CRAY*Y-MP:*:*:*) + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=ymp-cray-unicos$CRAY_REL + ;; + CRAY*[A-Z]90:*:*:*) + echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=t90-cray-unicos$CRAY_REL + ;; + CRAY*T3E:*:*:*) + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=alphaev5-cray-unicosmk$CRAY_REL + ;; + CRAY*SV1:*:*:*) + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=sv1-cray-unicos$CRAY_REL + ;; + *:UNICOS/mp:*:*) + CRAY_REL=`echo "$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'` + GUESS=craynv-cray-unicosmp$CRAY_REL + ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` + GUESS=${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL} + ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + GUESS=sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL} + ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + GUESS=$UNAME_MACHINE-pc-bsdi$UNAME_RELEASE + ;; + sparc*:BSD/OS:*:*) + GUESS=sparc-unknown-bsdi$UNAME_RELEASE + ;; + *:BSD/OS:*:*) + GUESS=$UNAME_MACHINE-unknown-bsdi$UNAME_RELEASE + ;; + arm:FreeBSD:*:*) + UNAME_PROCESSOR=`uname -p` + set_cc_for_build + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL-gnueabi + else + FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL-gnueabihf + fi + ;; + *:FreeBSD:*:*) + UNAME_PROCESSOR=`/usr/bin/uname -p` + case $UNAME_PROCESSOR in + amd64) + UNAME_PROCESSOR=x86_64 ;; + i386) + UNAME_PROCESSOR=i586 ;; + esac + FREEBSD_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_PROCESSOR-unknown-freebsd$FREEBSD_REL + ;; + i*:CYGWIN*:*) + GUESS=$UNAME_MACHINE-pc-cygwin + ;; + *:MINGW64*:*) + GUESS=$UNAME_MACHINE-pc-mingw64 + ;; + *:MINGW*:*) + GUESS=$UNAME_MACHINE-pc-mingw32 + ;; + *:MSYS*:*) + GUESS=$UNAME_MACHINE-pc-msys + ;; + i*:PW*:*) + GUESS=$UNAME_MACHINE-pc-pw32 + ;; + *:SerenityOS:*:*) + GUESS=$UNAME_MACHINE-pc-serenity + ;; + *:Interix*:*) + case $UNAME_MACHINE in + x86) + GUESS=i586-pc-interix$UNAME_RELEASE + ;; + authenticamd | genuineintel | EM64T) + GUESS=x86_64-unknown-interix$UNAME_RELEASE + ;; + IA64) + GUESS=ia64-unknown-interix$UNAME_RELEASE + ;; + esac ;; + i*:UWIN*:*) + GUESS=$UNAME_MACHINE-pc-uwin + ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + GUESS=x86_64-pc-cygwin + ;; + prep*:SunOS:5.*:*) + SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'` + GUESS=powerpcle-unknown-solaris2$SUN_REL + ;; + *:GNU:*:*) + # the GNU system + GNU_ARCH=`echo "$UNAME_MACHINE" | sed -e 's,[-/].*$,,'` + GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's,/.*$,,'` + GUESS=$GNU_ARCH-unknown-$LIBC$GNU_REL + ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + GNU_SYS=`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"` + GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC + ;; + *:Minix:*:*) + GUESS=$UNAME_MACHINE-unknown-minix + ;; + aarch64:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + aarch64_be:Linux:*:*) + UNAME_MACHINE=aarch64_be + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' /proc/cpuinfo 2>/dev/null` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + arc:Linux:*:* | arceb:Linux:*:* | arc32:Linux:*:* | arc64:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + arm*:Linux:*:*) + set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + else + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + GUESS=$UNAME_MACHINE-unknown-linux-${LIBC}eabi + else + GUESS=$UNAME_MACHINE-unknown-linux-${LIBC}eabihf + fi + fi + ;; + avr32*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + cris:Linux:*:*) + GUESS=$UNAME_MACHINE-axis-linux-$LIBC + ;; + crisv32:Linux:*:*) + GUESS=$UNAME_MACHINE-axis-linux-$LIBC + ;; + e2k:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + frv:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + hexagon:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + i*86:Linux:*:*) + GUESS=$UNAME_MACHINE-pc-linux-$LIBC + ;; + ia64:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + k1om:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + m32r*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + m68*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + mips:Linux:*:* | mips64:Linux:*:*) + set_cc_for_build + IS_GLIBC=0 + test x"${LIBC}" = xgnu && IS_GLIBC=1 + sed 's/^ //' << EOF > "$dummy.c" + #undef CPU + #undef mips + #undef mipsel + #undef mips64 + #undef mips64el + #if ${IS_GLIBC} && defined(_ABI64) + LIBCABI=gnuabi64 + #else + #if ${IS_GLIBC} && defined(_ABIN32) + LIBCABI=gnuabin32 + #else + LIBCABI=${LIBC} + #endif + #endif + + #if ${IS_GLIBC} && defined(__mips64) && defined(__mips_isa_rev) && __mips_isa_rev>=6 + CPU=mipsisa64r6 + #else + #if ${IS_GLIBC} && !defined(__mips64) && defined(__mips_isa_rev) && __mips_isa_rev>=6 + CPU=mipsisa32r6 + #else + #if defined(__mips64) + CPU=mips64 + #else + CPU=mips + #endif + #endif + #endif + + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + MIPS_ENDIAN=el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + MIPS_ENDIAN= + #else + MIPS_ENDIAN= + #endif + #endif +EOF + cc_set_vars=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'` + eval "$cc_set_vars" + test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; } + ;; + mips64el:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + openrisc*:Linux:*:*) + GUESS=or1k-unknown-linux-$LIBC + ;; + or32:Linux:*:* | or1k*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + padre:Linux:*:*) + GUESS=sparc-unknown-linux-$LIBC + ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + GUESS=hppa64-unknown-linux-$LIBC + ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) GUESS=hppa1.1-unknown-linux-$LIBC ;; + PA8*) GUESS=hppa2.0-unknown-linux-$LIBC ;; + *) GUESS=hppa-unknown-linux-$LIBC ;; + esac + ;; + ppc64:Linux:*:*) + GUESS=powerpc64-unknown-linux-$LIBC + ;; + ppc:Linux:*:*) + GUESS=powerpc-unknown-linux-$LIBC + ;; + ppc64le:Linux:*:*) + GUESS=powerpc64le-unknown-linux-$LIBC + ;; + ppcle:Linux:*:*) + GUESS=powerpcle-unknown-linux-$LIBC + ;; + riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + s390:Linux:*:* | s390x:Linux:*:*) + GUESS=$UNAME_MACHINE-ibm-linux-$LIBC + ;; + sh64*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + sh*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + tile*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + vax:Linux:*:*) + GUESS=$UNAME_MACHINE-dec-linux-$LIBC + ;; + x86_64:Linux:*:*) + set_cc_for_build + LIBCABI=$LIBC + if test "$CC_FOR_BUILD" != no_compiler_found; then + if (echo '#ifdef __ILP32__'; echo IS_X32; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_X32 >/dev/null + then + LIBCABI=${LIBC}x32 + fi + fi + GUESS=$UNAME_MACHINE-pc-linux-$LIBCABI + ;; + xtensa*:Linux:*:*) + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC + ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + GUESS=i386-sequent-sysv4 + ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + GUESS=$UNAME_MACHINE-pc-sysv4.2uw$UNAME_VERSION + ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + GUESS=$UNAME_MACHINE-pc-os2-emx + ;; + i*86:XTS-300:*:STOP) + GUESS=$UNAME_MACHINE-unknown-stop + ;; + i*86:atheos:*:*) + GUESS=$UNAME_MACHINE-unknown-atheos + ;; + i*86:syllable:*:*) + GUESS=$UNAME_MACHINE-pc-syllable + ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) + GUESS=i386-unknown-lynxos$UNAME_RELEASE + ;; + i*86:*DOS:*:*) + GUESS=$UNAME_MACHINE-pc-msdosdjgpp + ;; + i*86:*:4.*:*) + UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + GUESS=$UNAME_MACHINE-univel-sysv$UNAME_REL + else + GUESS=$UNAME_MACHINE-pc-sysv$UNAME_REL + fi + ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + GUESS=$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + GUESS=$UNAME_MACHINE-pc-sco$UNAME_REL + else + GUESS=$UNAME_MACHINE-pc-sysv32 + fi + ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configure will decide that + # this is a cross-build. + GUESS=i586-pc-msdosdjgpp + ;; + Intel:Mach:3*:*) + GUESS=i386-pc-mach3 + ;; + paragon:*:*:*) + GUESS=i860-intel-osf1 + ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + GUESS=i860-stardent-sysv$UNAME_RELEASE # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + GUESS=i860-unknown-sysv$UNAME_RELEASE # Unknown i860-SVR4 + fi + ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + GUESS=m68010-convergent-sysv + ;; + mc68k:UNIX:SYSTEM5:3.51m) + GUESS=m68k-convergent-sysv + ;; + M680?0:D-NIX:5.3:*) + GUESS=m68k-diab-dnix + ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + GUESS=m68k-unknown-lynxos$UNAME_RELEASE + ;; + mc68030:UNIX_System_V:4.*:*) + GUESS=m68k-atari-sysv4 + ;; + TSUNAMI:LynxOS:2.*:*) + GUESS=sparc-unknown-lynxos$UNAME_RELEASE + ;; + rs6000:LynxOS:2.*:*) + GUESS=rs6000-unknown-lynxos$UNAME_RELEASE + ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) + GUESS=powerpc-unknown-lynxos$UNAME_RELEASE + ;; + SM[BE]S:UNIX_SV:*:*) + GUESS=mips-dde-sysv$UNAME_RELEASE + ;; + RM*:ReliantUNIX-*:*:*) + GUESS=mips-sni-sysv4 + ;; + RM*:SINIX-*:*:*) + GUESS=mips-sni-sysv4 + ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + GUESS=$UNAME_MACHINE-sni-sysv4 + else + GUESS=ns32k-sni-sysv + fi + ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + GUESS=i586-unisys-sysv4 + ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + GUESS=hppa1.1-stratus-sysv4 + ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + GUESS=i860-stratus-sysv4 + ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + GUESS=$UNAME_MACHINE-stratus-vos + ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + GUESS=hppa1.1-stratus-vos + ;; + mc68*:A/UX:*:*) + GUESS=m68k-apple-aux$UNAME_RELEASE + ;; + news*:NEWS-OS:6*:*) + GUESS=mips-sony-newsos6 + ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if test -d /usr/nec; then + GUESS=mips-nec-sysv$UNAME_RELEASE + else + GUESS=mips-unknown-sysv$UNAME_RELEASE + fi + ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + GUESS=powerpc-be-beos + ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + GUESS=powerpc-apple-beos + ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + GUESS=i586-pc-beos + ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + GUESS=i586-pc-haiku + ;; + x86_64:Haiku:*:*) + GUESS=x86_64-unknown-haiku + ;; + SX-4:SUPER-UX:*:*) + GUESS=sx4-nec-superux$UNAME_RELEASE + ;; + SX-5:SUPER-UX:*:*) + GUESS=sx5-nec-superux$UNAME_RELEASE + ;; + SX-6:SUPER-UX:*:*) + GUESS=sx6-nec-superux$UNAME_RELEASE + ;; + SX-7:SUPER-UX:*:*) + GUESS=sx7-nec-superux$UNAME_RELEASE + ;; + SX-8:SUPER-UX:*:*) + GUESS=sx8-nec-superux$UNAME_RELEASE + ;; + SX-8R:SUPER-UX:*:*) + GUESS=sx8r-nec-superux$UNAME_RELEASE + ;; + SX-ACE:SUPER-UX:*:*) + GUESS=sxace-nec-superux$UNAME_RELEASE + ;; + Power*:Rhapsody:*:*) + GUESS=powerpc-apple-rhapsody$UNAME_RELEASE + ;; + *:Rhapsody:*:*) + GUESS=$UNAME_MACHINE-apple-rhapsody$UNAME_RELEASE + ;; + arm64:Darwin:*:*) + GUESS=aarch64-apple-darwin$UNAME_RELEASE + ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` + case $UNAME_PROCESSOR in + unknown) UNAME_PROCESSOR=powerpc ;; + esac + if command -v xcode-select > /dev/null 2> /dev/null && \ + ! xcode-select --print-path > /dev/null 2> /dev/null ; then + # Avoid executing cc if there is no toolchain installed as + # cc will be a stub that puts up a graphical alert + # prompting the user to install developer tools. + CC_FOR_BUILD=no_compiler_found + else + set_cc_for_build + fi + if test "$CC_FOR_BUILD" != no_compiler_found; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi + # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc + if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_PPC >/dev/null + then + UNAME_PROCESSOR=powerpc + fi + elif test "$UNAME_PROCESSOR" = i386 ; then + # uname -m returns i386 or x86_64 + UNAME_PROCESSOR=$UNAME_MACHINE + fi + GUESS=$UNAME_PROCESSOR-apple-darwin$UNAME_RELEASE + ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = x86; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + GUESS=$UNAME_PROCESSOR-$UNAME_MACHINE-nto-qnx$UNAME_RELEASE + ;; + *:QNX:*:4*) + GUESS=i386-pc-qnx + ;; + NEO-*:NONSTOP_KERNEL:*:*) + GUESS=neo-tandem-nsk$UNAME_RELEASE + ;; + NSE-*:NONSTOP_KERNEL:*:*) + GUESS=nse-tandem-nsk$UNAME_RELEASE + ;; + NSR-*:NONSTOP_KERNEL:*:*) + GUESS=nsr-tandem-nsk$UNAME_RELEASE + ;; + NSV-*:NONSTOP_KERNEL:*:*) + GUESS=nsv-tandem-nsk$UNAME_RELEASE + ;; + NSX-*:NONSTOP_KERNEL:*:*) + GUESS=nsx-tandem-nsk$UNAME_RELEASE + ;; + *:NonStop-UX:*:*) + GUESS=mips-compaq-nonstopux + ;; + BS2000:POSIX*:*:*) + GUESS=bs2000-siemens-sysv + ;; + DS/*:UNIX_System_V:*:*) + GUESS=$UNAME_MACHINE-$UNAME_SYSTEM-$UNAME_RELEASE + ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "${cputype-}" = 386; then + UNAME_MACHINE=i386 + elif test "x${cputype-}" != x; then + UNAME_MACHINE=$cputype + fi + GUESS=$UNAME_MACHINE-unknown-plan9 + ;; + *:TOPS-10:*:*) + GUESS=pdp10-unknown-tops10 + ;; + *:TENEX:*:*) + GUESS=pdp10-unknown-tenex + ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + GUESS=pdp10-dec-tops20 + ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + GUESS=pdp10-xkl-tops20 + ;; + *:TOPS-20:*:*) + GUESS=pdp10-unknown-tops20 + ;; + *:ITS:*:*) + GUESS=pdp10-unknown-its + ;; + SEI:*:*:SEIUX) + GUESS=mips-sei-seiux$UNAME_RELEASE + ;; + *:DragonFly:*:*) + DRAGONFLY_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` + GUESS=$UNAME_MACHINE-unknown-dragonfly$DRAGONFLY_REL + ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case $UNAME_MACHINE in + A*) GUESS=alpha-dec-vms ;; + I*) GUESS=ia64-dec-vms ;; + V*) GUESS=vax-dec-vms ;; + esac ;; + *:XENIX:*:SysV) + GUESS=i386-pc-xenix + ;; + i*86:skyos:*:*) + SKYOS_REL=`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'` + GUESS=$UNAME_MACHINE-pc-skyos$SKYOS_REL + ;; + i*86:rdos:*:*) + GUESS=$UNAME_MACHINE-pc-rdos + ;; + i*86:Fiwix:*:*) + GUESS=$UNAME_MACHINE-pc-fiwix + ;; + *:AROS:*:*) + GUESS=$UNAME_MACHINE-unknown-aros + ;; + x86_64:VMkernel:*:*) + GUESS=$UNAME_MACHINE-unknown-esx + ;; + amd64:Isilon\ OneFS:*:*) + GUESS=x86_64-unknown-onefs + ;; + *:Unleashed:*:*) + GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE + ;; +esac + +# Do we have a guess based on uname results? +if test "x$GUESS" != x; then + echo "$GUESS" + exit +fi + +# No uname command or uname output not recognized. +set_cc_for_build +cat > "$dummy.c" < +#include +#endif +#if defined(ultrix) || defined(_ultrix) || defined(__ultrix) || defined(__ultrix__) +#if defined (vax) || defined (__vax) || defined (__vax__) || defined(mips) || defined(__mips) || defined(__mips__) || defined(MIPS) || defined(__MIPS__) +#include +#if defined(_SIZE_T_) || defined(SIGLOST) +#include +#endif +#endif +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); +#endif + +#if defined (vax) +#if !defined (ultrix) +#include +#if defined (BSD) +#if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +#else +#if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +#else + printf ("vax-dec-bsd\n"); exit (0); +#endif +#endif +#else + printf ("vax-dec-bsd\n"); exit (0); +#endif +#else +#if defined(_SIZE_T_) || defined(SIGLOST) + struct utsname un; + uname (&un); + printf ("vax-dec-ultrix%s\n", un.release); exit (0); +#else + printf ("vax-dec-ultrix\n"); exit (0); +#endif +#endif +#endif +#if defined(ultrix) || defined(_ultrix) || defined(__ultrix) || defined(__ultrix__) +#if defined(mips) || defined(__mips) || defined(__mips__) || defined(MIPS) || defined(__MIPS__) +#if defined(_SIZE_T_) || defined(SIGLOST) + struct utsname *un; + uname (&un); + printf ("mips-dec-ultrix%s\n", un.release); exit (0); +#else + printf ("mips-dec-ultrix\n"); exit (0); +#endif +#endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`"$dummy"` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. +test -d /usr/apollo && { echo "$ISP-apollo-$SYSTYPE"; exit; } + +echo "$0: unable to guess system type" >&2 + +case $UNAME_MACHINE:$UNAME_SYSTEM in + mips:Linux | mips64:Linux) + # If we got here on MIPS GNU/Linux, output extra information. + cat >&2 <&2 <&2 </dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = "$UNAME_MACHINE" +UNAME_RELEASE = "$UNAME_RELEASE" +UNAME_SYSTEM = "$UNAME_SYSTEM" +UNAME_VERSION = "$UNAME_VERSION" +EOF +fi + +exit 1 + +# Local variables: +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..1295ce1 --- /dev/null +++ b/config.h.in @@ -0,0 +1,231 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Define if you have a CBLAS library. */ +#undef HAVE_CBLAS + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_DIRENT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the `drand48' function. */ +#undef HAVE_DRAND48 + +/* Define to 1 if you have the header file. */ +#undef HAVE_FCNTL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_FLOAT_H + +/* Define to 1 if you have the `getcwd' function. */ +#undef HAVE_GETCWD + +/* Define to 1 if you have the `gettimeofday' function. */ +#undef HAVE_GETTIMEOFDAY + +/* gshuf available */ +#undef HAVE_GSHUF + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LIMITS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LOCALE_H + +/* Define to 1 if you have the `malloc' function. */ +#undef HAVE_MALLOC + +/* Define to 1 if you have the header file. */ +#undef HAVE_MALLOC_H + +/* Define to 1 if you have the `memmove' function. */ +#undef HAVE_MEMMOVE + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the `memset' function. */ +#undef HAVE_MEMSET + +/* Define to 1 if you have the header file, and it defines `DIR'. */ +#undef HAVE_NDIR_H + +/* Define to 1 if the system has the type `ptrdiff_t'. */ +#undef HAVE_PTRDIFF_T + +/* Define to 1 if you have the `realloc' function. */ +#undef HAVE_REALLOC + +/* Define to 1 if you have the `regcomp' function. */ +#undef HAVE_REGCOMP + +/* Define to 1 if you have the `setlocale' function. */ +#undef HAVE_SETLOCALE + +/* shuf available */ +#undef HAVE_SHUF + +/* Define to 1 if you have the `sqrt' function. */ +#undef HAVE_SQRT + +/* Define to 1 if stdbool.h conforms to C99. */ +#undef HAVE_STDBOOL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDDEF_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDIO_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the `strdup' function. */ +#undef HAVE_STRDUP + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the `strndup' function. */ +#undef HAVE_STRNDUP + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_DIR_H + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_NDIR_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if the system has the type `_Bool'. */ +#undef HAVE__BOOL + +/* Major version */ +#undef LIBPOSTAL_MAJOR_VERSION + +/* Minor version */ +#undef LIBPOSTAL_MINOR_VERSION + +/* Patch version */ +#undef LIBPOSTAL_PATCH_VERSION + +/* Define to the sub-directory where libtool stores uninstalled libraries. */ +#undef LT_OBJDIR + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ +#undef STDC_HEADERS + +/* Define to 1 if you can safely include both and . This + macro is obsolete. */ +#undef TIME_WITH_SYS_TIME + +/* Version number of package */ +#undef VERSION + +/* Define for Solaris 2.5.1 so the uint32_t typedef from , + , or is not used. If the typedef were allowed, the + #define below would cause a syntax error. */ +#undef _UINT32_T + +/* Define for Solaris 2.5.1 so the uint64_t typedef from , + , or is not used. If the typedef were allowed, the + #define below would cause a syntax error. */ +#undef _UINT64_T + +/* Define for Solaris 2.5.1 so the uint8_t typedef from , + , or is not used. If the typedef were allowed, the + #define below would cause a syntax error. */ +#undef _UINT8_T + +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif + +/* Define to the type of a signed integer type of width exactly 16 bits if + such a type exists and the standard includes do not define it. */ +#undef int16_t + +/* Define to the type of a signed integer type of width exactly 32 bits if + such a type exists and the standard includes do not define it. */ +#undef int32_t + +/* Define to the type of a signed integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +#undef int64_t + +/* Define to the type of a signed integer type of width exactly 8 bits if such + a type exists and the standard includes do not define it. */ +#undef int8_t + +/* Define to `long int' if does not define. */ +#undef off_t + +/* Define to `unsigned int' if does not define. */ +#undef size_t + +/* Define to `int' if does not define. */ +#undef ssize_t + +/* Define to the type of an unsigned integer type of width exactly 16 bits if + such a type exists and the standard includes do not define it. */ +#undef uint16_t + +/* Define to the type of an unsigned integer type of width exactly 32 bits if + such a type exists and the standard includes do not define it. */ +#undef uint32_t + +/* Define to the type of an unsigned integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +#undef uint64_t + +/* Define to the type of an unsigned integer type of width exactly 8 bits if + such a type exists and the standard includes do not define it. */ +#undef uint8_t diff --git a/config.h.in~ b/config.h.in~ new file mode 100644 index 0000000..1295ce1 --- /dev/null +++ b/config.h.in~ @@ -0,0 +1,231 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Define if you have a CBLAS library. */ +#undef HAVE_CBLAS + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_DIRENT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the `drand48' function. */ +#undef HAVE_DRAND48 + +/* Define to 1 if you have the header file. */ +#undef HAVE_FCNTL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_FLOAT_H + +/* Define to 1 if you have the `getcwd' function. */ +#undef HAVE_GETCWD + +/* Define to 1 if you have the `gettimeofday' function. */ +#undef HAVE_GETTIMEOFDAY + +/* gshuf available */ +#undef HAVE_GSHUF + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LIMITS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LOCALE_H + +/* Define to 1 if you have the `malloc' function. */ +#undef HAVE_MALLOC + +/* Define to 1 if you have the header file. */ +#undef HAVE_MALLOC_H + +/* Define to 1 if you have the `memmove' function. */ +#undef HAVE_MEMMOVE + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the `memset' function. */ +#undef HAVE_MEMSET + +/* Define to 1 if you have the header file, and it defines `DIR'. */ +#undef HAVE_NDIR_H + +/* Define to 1 if the system has the type `ptrdiff_t'. */ +#undef HAVE_PTRDIFF_T + +/* Define to 1 if you have the `realloc' function. */ +#undef HAVE_REALLOC + +/* Define to 1 if you have the `regcomp' function. */ +#undef HAVE_REGCOMP + +/* Define to 1 if you have the `setlocale' function. */ +#undef HAVE_SETLOCALE + +/* shuf available */ +#undef HAVE_SHUF + +/* Define to 1 if you have the `sqrt' function. */ +#undef HAVE_SQRT + +/* Define to 1 if stdbool.h conforms to C99. */ +#undef HAVE_STDBOOL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDDEF_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDIO_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the `strdup' function. */ +#undef HAVE_STRDUP + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the `strndup' function. */ +#undef HAVE_STRNDUP + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_DIR_H + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_NDIR_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if the system has the type `_Bool'. */ +#undef HAVE__BOOL + +/* Major version */ +#undef LIBPOSTAL_MAJOR_VERSION + +/* Minor version */ +#undef LIBPOSTAL_MINOR_VERSION + +/* Patch version */ +#undef LIBPOSTAL_PATCH_VERSION + +/* Define to the sub-directory where libtool stores uninstalled libraries. */ +#undef LT_OBJDIR + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ +#undef STDC_HEADERS + +/* Define to 1 if you can safely include both and . This + macro is obsolete. */ +#undef TIME_WITH_SYS_TIME + +/* Version number of package */ +#undef VERSION + +/* Define for Solaris 2.5.1 so the uint32_t typedef from , + , or is not used. If the typedef were allowed, the + #define below would cause a syntax error. */ +#undef _UINT32_T + +/* Define for Solaris 2.5.1 so the uint64_t typedef from , + , or is not used. If the typedef were allowed, the + #define below would cause a syntax error. */ +#undef _UINT64_T + +/* Define for Solaris 2.5.1 so the uint8_t typedef from , + , or is not used. If the typedef were allowed, the + #define below would cause a syntax error. */ +#undef _UINT8_T + +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif + +/* Define to the type of a signed integer type of width exactly 16 bits if + such a type exists and the standard includes do not define it. */ +#undef int16_t + +/* Define to the type of a signed integer type of width exactly 32 bits if + such a type exists and the standard includes do not define it. */ +#undef int32_t + +/* Define to the type of a signed integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +#undef int64_t + +/* Define to the type of a signed integer type of width exactly 8 bits if such + a type exists and the standard includes do not define it. */ +#undef int8_t + +/* Define to `long int' if does not define. */ +#undef off_t + +/* Define to `unsigned int' if does not define. */ +#undef size_t + +/* Define to `int' if does not define. */ +#undef ssize_t + +/* Define to the type of an unsigned integer type of width exactly 16 bits if + such a type exists and the standard includes do not define it. */ +#undef uint16_t + +/* Define to the type of an unsigned integer type of width exactly 32 bits if + such a type exists and the standard includes do not define it. */ +#undef uint32_t + +/* Define to the type of an unsigned integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +#undef uint64_t + +/* Define to the type of an unsigned integer type of width exactly 8 bits if + such a type exists and the standard includes do not define it. */ +#undef uint8_t diff --git a/config.sub b/config.sub new file mode 100755 index 0000000..dba16e8 --- /dev/null +++ b/config.sub @@ -0,0 +1,1890 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright 1992-2022 Free Software Foundation, Inc. + +# shellcheck disable=SC2006,SC2268 # see below for rationale + +timestamp='2022-01-03' + +# This file 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 3 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; if not, see . +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). + + +# Please send patches to . +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# You can get the latest version of this script from: +# https://git.savannah.gnu.org/cgit/config.git/plain/config.sub + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +# The "shellcheck disable" line above the timestamp inhibits complaints +# about features and limitations of the classic Bourne shell that were +# superseded or lifted in POSIX. However, this script identifies a wide +# variety of pre-POSIX systems that do not have POSIX shells at all, and +# even some reasonably current systems (Solaris 10 as case-in-point) still +# have a pre-POSIX /bin/sh. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS + +Canonicalize a configuration name. + +Options: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright 1992-2022 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." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo "$1" + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Split fields of configuration type +# shellcheck disable=SC2162 +saved_IFS=$IFS +IFS="-" read field1 field2 field3 field4 <&2 + exit 1 + ;; + *-*-*-*) + basic_machine=$field1-$field2 + basic_os=$field3-$field4 + ;; + *-*-*) + # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two + # parts + maybe_os=$field2-$field3 + case $maybe_os in + nto-qnx* | linux-* | uclinux-uclibc* \ + | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \ + | netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \ + | storm-chaos* | os2-emx* | rtmk-nova*) + basic_machine=$field1 + basic_os=$maybe_os + ;; + android-linux) + basic_machine=$field1-unknown + basic_os=linux-android + ;; + *) + basic_machine=$field1-$field2 + basic_os=$field3 + ;; + esac + ;; + *-*) + # A lone config we happen to match not fitting any pattern + case $field1-$field2 in + decstation-3100) + basic_machine=mips-dec + basic_os= + ;; + *-*) + # Second component is usually, but not always the OS + case $field2 in + # Prevent following clause from handling this valid os + sun*os*) + basic_machine=$field1 + basic_os=$field2 + ;; + zephyr*) + basic_machine=$field1-unknown + basic_os=$field2 + ;; + # Manufacturers + dec* | mips* | sequent* | encore* | pc533* | sgi* | sony* \ + | att* | 7300* | 3300* | delta* | motorola* | sun[234]* \ + | unicom* | ibm* | next | hp | isi* | apollo | altos* \ + | convergent* | ncr* | news | 32* | 3600* | 3100* \ + | hitachi* | c[123]* | convex* | sun | crds | omron* | dg \ + | ultra | tti* | harris | dolphin | highlevel | gould \ + | cbm | ns | masscomp | apple | axis | knuth | cray \ + | microblaze* | sim | cisco \ + | oki | wec | wrs | winbond) + basic_machine=$field1-$field2 + basic_os= + ;; + *) + basic_machine=$field1 + basic_os=$field2 + ;; + esac + ;; + esac + ;; + *) + # Convert single-component short-hands not valid as part of + # multi-component configurations. + case $field1 in + 386bsd) + basic_machine=i386-pc + basic_os=bsd + ;; + a29khif) + basic_machine=a29k-amd + basic_os=udi + ;; + adobe68k) + basic_machine=m68010-adobe + basic_os=scout + ;; + alliant) + basic_machine=fx80-alliant + basic_os= + ;; + altos | altos3068) + basic_machine=m68k-altos + basic_os= + ;; + am29k) + basic_machine=a29k-none + basic_os=bsd + ;; + amdahl) + basic_machine=580-amdahl + basic_os=sysv + ;; + amiga) + basic_machine=m68k-unknown + basic_os= + ;; + amigaos | amigados) + basic_machine=m68k-unknown + basic_os=amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + basic_os=sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + basic_os=sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + basic_os=bsd + ;; + aros) + basic_machine=i386-pc + basic_os=aros + ;; + aux) + basic_machine=m68k-apple + basic_os=aux + ;; + balance) + basic_machine=ns32k-sequent + basic_os=dynix + ;; + blackfin) + basic_machine=bfin-unknown + basic_os=linux + ;; + cegcc) + basic_machine=arm-unknown + basic_os=cegcc + ;; + convex-c1) + basic_machine=c1-convex + basic_os=bsd + ;; + convex-c2) + basic_machine=c2-convex + basic_os=bsd + ;; + convex-c32) + basic_machine=c32-convex + basic_os=bsd + ;; + convex-c34) + basic_machine=c34-convex + basic_os=bsd + ;; + convex-c38) + basic_machine=c38-convex + basic_os=bsd + ;; + cray) + basic_machine=j90-cray + basic_os=unicos + ;; + crds | unos) + basic_machine=m68k-crds + basic_os= + ;; + da30) + basic_machine=m68k-da30 + basic_os= + ;; + decstation | pmax | pmin | dec3100 | decstatn) + basic_machine=mips-dec + basic_os= + ;; + delta88) + basic_machine=m88k-motorola + basic_os=sysv3 + ;; + dicos) + basic_machine=i686-pc + basic_os=dicos + ;; + djgpp) + basic_machine=i586-pc + basic_os=msdosdjgpp + ;; + ebmon29k) + basic_machine=a29k-amd + basic_os=ebmon + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + basic_os=ose + ;; + gmicro) + basic_machine=tron-gmicro + basic_os=sysv + ;; + go32) + basic_machine=i386-pc + basic_os=go32 + ;; + h8300hms) + basic_machine=h8300-hitachi + basic_os=hms + ;; + h8300xray) + basic_machine=h8300-hitachi + basic_os=xray + ;; + h8500hms) + basic_machine=h8500-hitachi + basic_os=hms + ;; + harris) + basic_machine=m88k-harris + basic_os=sysv3 + ;; + hp300 | hp300hpux) + basic_machine=m68k-hp + basic_os=hpux + ;; + hp300bsd) + basic_machine=m68k-hp + basic_os=bsd + ;; + hppaosf) + basic_machine=hppa1.1-hp + basic_os=osf + ;; + hppro) + basic_machine=hppa1.1-hp + basic_os=proelf + ;; + i386mach) + basic_machine=i386-mach + basic_os=mach + ;; + isi68 | isi) + basic_machine=m68k-isi + basic_os=sysv + ;; + m68knommu) + basic_machine=m68k-unknown + basic_os=linux + ;; + magnum | m3230) + basic_machine=mips-mips + basic_os=sysv + ;; + merlin) + basic_machine=ns32k-utek + basic_os=sysv + ;; + mingw64) + basic_machine=x86_64-pc + basic_os=mingw64 + ;; + mingw32) + basic_machine=i686-pc + basic_os=mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + basic_os=mingw32ce + ;; + monitor) + basic_machine=m68k-rom68k + basic_os=coff + ;; + morphos) + basic_machine=powerpc-unknown + basic_os=morphos + ;; + moxiebox) + basic_machine=moxie-unknown + basic_os=moxiebox + ;; + msdos) + basic_machine=i386-pc + basic_os=msdos + ;; + msys) + basic_machine=i686-pc + basic_os=msys + ;; + mvs) + basic_machine=i370-ibm + basic_os=mvs + ;; + nacl) + basic_machine=le32-unknown + basic_os=nacl + ;; + ncr3000) + basic_machine=i486-ncr + basic_os=sysv4 + ;; + netbsd386) + basic_machine=i386-pc + basic_os=netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + basic_os=linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + basic_os=newsos + ;; + news1000) + basic_machine=m68030-sony + basic_os=newsos + ;; + necv70) + basic_machine=v70-nec + basic_os=sysv + ;; + nh3000) + basic_machine=m68k-harris + basic_os=cxux + ;; + nh[45]000) + basic_machine=m88k-harris + basic_os=cxux + ;; + nindy960) + basic_machine=i960-intel + basic_os=nindy + ;; + mon960) + basic_machine=i960-intel + basic_os=mon960 + ;; + nonstopux) + basic_machine=mips-compaq + basic_os=nonstopux + ;; + os400) + basic_machine=powerpc-ibm + basic_os=os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + basic_os=ose + ;; + os68k) + basic_machine=m68k-none + basic_os=os68k + ;; + paragon) + basic_machine=i860-intel + basic_os=osf + ;; + parisc) + basic_machine=hppa-unknown + basic_os=linux + ;; + psp) + basic_machine=mipsallegrexel-sony + basic_os=psp + ;; + pw32) + basic_machine=i586-unknown + basic_os=pw32 + ;; + rdos | rdos64) + basic_machine=x86_64-pc + basic_os=rdos + ;; + rdos32) + basic_machine=i386-pc + basic_os=rdos + ;; + rom68k) + basic_machine=m68k-rom68k + basic_os=coff + ;; + sa29200) + basic_machine=a29k-amd + basic_os=udi + ;; + sei) + basic_machine=mips-sei + basic_os=seiux + ;; + sequent) + basic_machine=i386-sequent + basic_os= + ;; + sps7) + basic_machine=m68k-bull + basic_os=sysv2 + ;; + st2000) + basic_machine=m68k-tandem + basic_os= + ;; + stratus) + basic_machine=i860-stratus + basic_os=sysv4 + ;; + sun2) + basic_machine=m68000-sun + basic_os= + ;; + sun2os3) + basic_machine=m68000-sun + basic_os=sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + basic_os=sunos4 + ;; + sun3) + basic_machine=m68k-sun + basic_os= + ;; + sun3os3) + basic_machine=m68k-sun + basic_os=sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + basic_os=sunos4 + ;; + sun4) + basic_machine=sparc-sun + basic_os= + ;; + sun4os3) + basic_machine=sparc-sun + basic_os=sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + basic_os=sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + basic_os=solaris2 + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + basic_os= + ;; + sv1) + basic_machine=sv1-cray + basic_os=unicos + ;; + symmetry) + basic_machine=i386-sequent + basic_os=dynix + ;; + t3e) + basic_machine=alphaev5-cray + basic_os=unicos + ;; + t90) + basic_machine=t90-cray + basic_os=unicos + ;; + toad1) + basic_machine=pdp10-xkl + basic_os=tops20 + ;; + tpf) + basic_machine=s390x-ibm + basic_os=tpf + ;; + udi29k) + basic_machine=a29k-amd + basic_os=udi + ;; + ultra3) + basic_machine=a29k-nyu + basic_os=sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + basic_os=none + ;; + vaxv) + basic_machine=vax-dec + basic_os=sysv + ;; + vms) + basic_machine=vax-dec + basic_os=vms + ;; + vsta) + basic_machine=i386-pc + basic_os=vsta + ;; + vxworks960) + basic_machine=i960-wrs + basic_os=vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + basic_os=vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + basic_os=vxworks + ;; + xbox) + basic_machine=i686-pc + basic_os=mingw32 + ;; + ymp) + basic_machine=ymp-cray + basic_os=unicos + ;; + *) + basic_machine=$1 + basic_os= + ;; + esac + ;; +esac + +# Decode 1-component or ad-hoc basic machines +case $basic_machine in + # Here we handle the default manufacturer of certain CPU types. It is in + # some cases the only manufacturer, in others, it is the most popular. + w89k) + cpu=hppa1.1 + vendor=winbond + ;; + op50n) + cpu=hppa1.1 + vendor=oki + ;; + op60c) + cpu=hppa1.1 + vendor=oki + ;; + ibm*) + cpu=i370 + vendor=ibm + ;; + orion105) + cpu=clipper + vendor=highlevel + ;; + mac | mpw | mac-mpw) + cpu=m68k + vendor=apple + ;; + pmac | pmac-mpw) + cpu=powerpc + vendor=apple + ;; + + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + cpu=m68000 + vendor=att + ;; + 3b*) + cpu=we32k + vendor=att + ;; + bluegene*) + cpu=powerpc + vendor=ibm + basic_os=cnk + ;; + decsystem10* | dec10*) + cpu=pdp10 + vendor=dec + basic_os=tops10 + ;; + decsystem20* | dec20*) + cpu=pdp10 + vendor=dec + basic_os=tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + cpu=m68k + vendor=motorola + ;; + dpx2*) + cpu=m68k + vendor=bull + basic_os=sysv3 + ;; + encore | umax | mmax) + cpu=ns32k + vendor=encore + ;; + elxsi) + cpu=elxsi + vendor=elxsi + basic_os=${basic_os:-bsd} + ;; + fx2800) + cpu=i860 + vendor=alliant + ;; + genix) + cpu=ns32k + vendor=ns + ;; + h3050r* | hiux*) + cpu=hppa1.1 + vendor=hitachi + basic_os=hiuxwe2 + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + cpu=hppa1.0 + vendor=hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + cpu=m68000 + vendor=hp + ;; + hp9k3[2-9][0-9]) + cpu=m68k + vendor=hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + cpu=hppa1.0 + vendor=hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + cpu=hppa1.1 + vendor=hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + cpu=hppa1.1 + vendor=hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + cpu=hppa1.1 + vendor=hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + cpu=hppa1.1 + vendor=hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + cpu=hppa1.0 + vendor=hp + ;; + i*86v32) + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + basic_os=sysv32 + ;; + i*86v4*) + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + basic_os=sysv4 + ;; + i*86v) + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + basic_os=sysv + ;; + i*86sol2) + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + basic_os=solaris2 + ;; + j90 | j90-cray) + cpu=j90 + vendor=cray + basic_os=${basic_os:-unicos} + ;; + iris | iris4d) + cpu=mips + vendor=sgi + case $basic_os in + irix*) + ;; + *) + basic_os=irix4 + ;; + esac + ;; + miniframe) + cpu=m68000 + vendor=convergent + ;; + *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*) + cpu=m68k + vendor=atari + basic_os=mint + ;; + news-3600 | risc-news) + cpu=mips + vendor=sony + basic_os=newsos + ;; + next | m*-next) + cpu=m68k + vendor=next + case $basic_os in + openstep*) + ;; + nextstep*) + ;; + ns2*) + basic_os=nextstep2 + ;; + *) + basic_os=nextstep3 + ;; + esac + ;; + np1) + cpu=np1 + vendor=gould + ;; + op50n-* | op60c-*) + cpu=hppa1.1 + vendor=oki + basic_os=proelf + ;; + pa-hitachi) + cpu=hppa1.1 + vendor=hitachi + basic_os=hiuxwe2 + ;; + pbd) + cpu=sparc + vendor=tti + ;; + pbb) + cpu=m68k + vendor=tti + ;; + pc532) + cpu=ns32k + vendor=pc532 + ;; + pn) + cpu=pn + vendor=gould + ;; + power) + cpu=power + vendor=ibm + ;; + ps2) + cpu=i386 + vendor=ibm + ;; + rm[46]00) + cpu=mips + vendor=siemens + ;; + rtpc | rtpc-*) + cpu=romp + vendor=ibm + ;; + sde) + cpu=mipsisa32 + vendor=sde + basic_os=${basic_os:-elf} + ;; + simso-wrs) + cpu=sparclite + vendor=wrs + basic_os=vxworks + ;; + tower | tower-32) + cpu=m68k + vendor=ncr + ;; + vpp*|vx|vx-*) + cpu=f301 + vendor=fujitsu + ;; + w65) + cpu=w65 + vendor=wdc + ;; + w89k-*) + cpu=hppa1.1 + vendor=winbond + basic_os=proelf + ;; + none) + cpu=none + vendor=none + ;; + leon|leon[3-9]) + cpu=sparc + vendor=$basic_machine + ;; + leon-*|leon[3-9]-*) + cpu=sparc + vendor=`echo "$basic_machine" | sed 's/-.*//'` + ;; + + *-*) + # shellcheck disable=SC2162 + saved_IFS=$IFS + IFS="-" read cpu vendor <&2 + exit 1 + ;; + esac + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $vendor in + digital*) + vendor=dec + ;; + commodore*) + vendor=cbm + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if test x$basic_os != x +then + +# First recognize some ad-hoc cases, or perhaps split kernel-os, or else just +# set os. +case $basic_os in + gnu/linux*) + kernel=linux + os=`echo "$basic_os" | sed -e 's|gnu/linux|gnu|'` + ;; + os2-emx) + kernel=os2 + os=`echo "$basic_os" | sed -e 's|os2-emx|emx|'` + ;; + nto-qnx*) + kernel=nto + os=`echo "$basic_os" | sed -e 's|nto-qnx|qnx|'` + ;; + *-*) + # shellcheck disable=SC2162 + saved_IFS=$IFS + IFS="-" read kernel os <&2 + exit 1 + ;; +esac + +# As a final step for OS-related things, validate the OS-kernel combination +# (given a valid OS), if there is a kernel. +case $kernel-$os in + linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* \ + | linux-musl* | linux-relibc* | linux-uclibc* ) + ;; + uclinux-uclibc* ) + ;; + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) + # These are just libc implementations, not actual OSes, and thus + # require a kernel. + echo "Invalid configuration \`$1': libc \`$os' needs explicit kernel." 1>&2 + exit 1 + ;; + kfreebsd*-gnu* | kopensolaris*-gnu*) + ;; + vxworks-simlinux | vxworks-simwindows | vxworks-spe) + ;; + nto-qnx*) + ;; + os2-emx) + ;; + *-eabi* | *-gnueabi*) + ;; + -*) + # Blank kernel with real OS is always fine. + ;; + *-*) + echo "Invalid configuration \`$1': Kernel \`$kernel' not known to work with OS \`$os'." 1>&2 + exit 1 + ;; +esac + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +case $vendor in + unknown) + case $cpu-$os in + *-riscix*) + vendor=acorn + ;; + *-sunos*) + vendor=sun + ;; + *-cnk* | *-aix*) + vendor=ibm + ;; + *-beos*) + vendor=be + ;; + *-hpux*) + vendor=hp + ;; + *-mpeix*) + vendor=hp + ;; + *-hiux*) + vendor=hitachi + ;; + *-unos*) + vendor=crds + ;; + *-dgux*) + vendor=dg + ;; + *-luna*) + vendor=omron + ;; + *-genix*) + vendor=ns + ;; + *-clix*) + vendor=intergraph + ;; + *-mvs* | *-opened*) + vendor=ibm + ;; + *-os400*) + vendor=ibm + ;; + s390-* | s390x-*) + vendor=ibm + ;; + *-ptx*) + vendor=sequent + ;; + *-tpf*) + vendor=ibm + ;; + *-vxsim* | *-vxworks* | *-windiss*) + vendor=wrs + ;; + *-aux*) + vendor=apple + ;; + *-hms*) + vendor=hitachi + ;; + *-mpw* | *-macos*) + vendor=apple + ;; + *-*mint | *-mint[0-9]* | *-*MiNT | *-MiNT[0-9]*) + vendor=atari + ;; + *-vos*) + vendor=stratus + ;; + esac + ;; +esac + +echo "$cpu-$vendor-${kernel:+$kernel-}$os" +exit + +# Local variables: +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/configure b/configure new file mode 100755 index 0000000..19996f8 --- /dev/null +++ b/configure @@ -0,0 +1,16780 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.71 for libpostal 1.1.1. +# +# +# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, +# Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="as_nop=: +if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else \$as_nop + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ) +then : + +else \$as_nop + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +blah=\$(echo \$(echo blah)) +test x\"\$blah\" = xblah || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null +then : + as_have_required=yes +else $as_nop + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null +then : + +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$as_shell as_have_required=yes + if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null +then : + break 2 +fi +fi + done;; + esac + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi +fi + + + if test "x$CONFIG_SHELL" != x +then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno +then : + printf "%s\n" "$0: This script requires a shell more modern than all" + printf "%s\n" "$0: the shells that I found on your system." + if test ${ZSH_VERSION+y} ; then + printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" + printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." + else + printf "%s\n" "$0: Please tell bug-autoconf@gnu.org about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit +# as_fn_nop +# --------- +# Do nothing but, unlike ":", preserve the value of $?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + +# as_fn_nop +# --------- +# Do nothing but, unlike ":", preserve the value of $?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_echo='printf %s\n' +as_echo_n='printf %s' + + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + +SHELL=${CONFIG_SHELL-/bin/sh} + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='libpostal' +PACKAGE_TARNAME='libpostal' +PACKAGE_VERSION='1.1.1' +PACKAGE_STRING='libpostal 1.1.1' +PACKAGE_BUGREPORT='' +PACKAGE_URL='' + +ac_unique_file="src" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_STDIO_H +# include +#endif +#ifdef HAVE_STDLIB_H +# include +#endif +#ifdef HAVE_STRING_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_header_c_list= +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIBOBJS +LIBPOSTAL_SO_VERSION +CFLAGS_SCANNER_EXTRA +DOWNLOAD_DATA_FALSE +DOWNLOAD_DATA_TRUE +MODEL +CBLAS_LIBS +FOUND_GSHUF +FOUND_SHUF +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_DATA_FILE_LATEST_VERSION +LIBPOSTAL_DATA_DIR_VERSION_STRING +LIBPOSTAL_PATCH_VERSION +LIBPOSTAL_MINOR_VERSION +LIBPOSTAL_MAJOR_VERSION +LT_SYS_LIBRARY_PATH +OTOOL64 +OTOOL +LIPO +NMEDIT +DSYMUTIL +MANIFEST_TOOL +RANLIB +ac_ct_AR +AR +DLLTOOL +OBJDUMP +FILECMD +LN_S +NM +ac_ct_DUMPBIN +DUMPBIN +LD +FGREP +EGREP +GREP +SED +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +LIBTOOL +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +CSCOPE +ETAGS +CTAGS +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL +am__quote' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_shared +enable_static +with_pic +enable_fast_install +with_aix_soname +enable_dependency_tracking +with_gnu_ld +with_sysroot +enable_libtool_lock +enable_sse2 +with_cblas +enable_data_download +with_cflags_scanner_extra +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +LT_SYS_LIBRARY_PATH +MODEL' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures libpostal 1.1.1 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/libpostal] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of libpostal 1.1.1:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-shared[=PKGS] build shared libraries [default=yes] + --enable-static[=PKGS] build static libraries [default=yes] + --enable-fast-install[=PKGS] + optimize for fast installation [default=yes] + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + --disable-libtool-lock avoid locking (might break parallel builds) + --disable-sse2 disable SSE2 optimization routines + + --disable-data-download Disable downloading data + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use + both] + --with-aix-soname=aix|svr4|both + shared library versioning (aka "SONAME") variant to + provide on AIX, [default=aix]. + --with-gnu-ld assume the C compiler uses GNU ld [default=no] + --with-sysroot[=DIR] Search for dependent libraries within DIR (or the + compiler's sysroot if not specified). + --with-cblas= use CBLAS library + --with-cflags-scanner-extra[=VALUE] + Extra compilation options for scanner.c + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + LT_SYS_LIBRARY_PATH + User-defined run-time library search path. + MODEL Option to use alternative data models. Currently available is + "senzing" (MODEL=senzing). If this option is not set the default + libpostal data model is used. + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to the package provider. +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for configure.gnu first; this name is used for a wrapper for + # Metaconfig's "Configure" on case-insensitive file systems. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +libpostal configure 1.1.1 +generated by GNU Autoconf 2.71 + +Copyright (C) 2021 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +# ac_fn_c_try_compile LINENO +# -------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_compile + +# ac_fn_c_try_link LINENO +# ----------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_link + +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists and can be compiled using the include files in +# INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_compile + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. */ + +#include +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main (void) +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_func + +# ac_fn_c_check_type LINENO TYPE VAR INCLUDES +# ------------------------------------------- +# Tests whether TYPE exists after having included INCLUDES, setting cache +# variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + eval "$3=yes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_type + +# ac_fn_c_find_intX_t LINENO BITS VAR +# ----------------------------------- +# Finds a signed integer type with width BITS, setting cache variable VAR +# accordingly. +ac_fn_c_find_intX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5 +printf %s "checking for int$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in int$2_t 'int' 'long int' \ + 'long long int' 'short int' 'signed char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))]; +test_array [0] = 0; +return test_array [0]; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1) + < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))]; +test_array [0] = 0; +return test_array [0]; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + case $ac_type in #( + int$2_t) : + eval "$3=yes" ;; #( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_find_intX_t + +# ac_fn_c_find_uintX_t LINENO BITS VAR +# ------------------------------------ +# Finds an unsigned integer type with width BITS, setting cache variable VAR +# accordingly. +ac_fn_c_find_uintX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5 +printf %s "checking for uint$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \ + 'unsigned long long int' 'unsigned short int' 'unsigned char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main (void) +{ +static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)]; +test_array [0] = 0; +return test_array [0]; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + case $ac_type in #( + uint$2_t) : + eval "$3=yes" ;; #( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_find_uintX_t +ac_configure_args_raw= +for ac_arg +do + case $ac_arg in + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_configure_args_raw " '$ac_arg'" +done + +case $ac_configure_args_raw in + *$as_nl*) + ac_safe_unquote= ;; + *) + ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. + ac_unsafe_a="$ac_unsafe_z#~" + ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" + ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; +esac + +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + $ $0$ac_configure_args_raw + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + printf "%s\n" "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Sanitize IFS. + IFS=" "" $as_nl" + # Save into config.log some information that might help in debugging. + { + echo + + printf "%s\n" "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + printf "%s\n" "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + printf "%s\n" "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + printf "%s\n" "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + printf "%s\n" "$as_me: caught signal $ac_signal" + printf "%s\n" "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +printf "%s\n" "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + ac_site_files="$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + ac_site_files="$prefix/share/config.site $prefix/etc/config.site" +else + ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" +fi + +for ac_site_file in $ac_site_files +do + case $ac_site_file in #( + */*) : + ;; #( + *) : + ac_site_file=./$ac_site_file ;; +esac + if test -f "$ac_site_file" && test -r "$ac_site_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +printf "%s\n" "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +printf "%s\n" "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Test code for whether the C compiler supports C89 (global declarations) +ac_c_conftest_c89_globals=' +/* Does the compiler advertise C89 conformance? + Do not test the value of __STDC__, because some compilers set it to 0 + while being otherwise adequately conformant. */ +#if !defined __STDC__ +# error "Compiler does not advertise C89 conformance" +#endif + +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ +struct buf { int x; }; +struct buf * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not \xHH hex character constants. + These do not provoke an error unfortunately, instead are silently treated + as an "x". The following induces an error, until -std is added to get + proper ANSI mode. Curiously \x00 != x always comes out true, for an + array size at least. It is necessary to write \x00 == 0 to get something + that is true only with -std. */ +int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) '\''x'\'' +int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), + int, int);' + +# Test code for whether the C compiler supports C89 (body of main). +ac_c_conftest_c89_main=' +ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); +' + +# Test code for whether the C compiler supports C99 (global declarations) +ac_c_conftest_c99_globals=' +// Does the compiler advertise C99 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L +# error "Compiler does not advertise C99 conformance" +#endif + +#include +extern int puts (const char *); +extern int printf (const char *, ...); +extern int dprintf (int, const char *, ...); +extern void *malloc (size_t); + +// Check varargs macros. These examples are taken from C99 6.10.3.5. +// dprintf is used instead of fprintf to avoid needing to declare +// FILE and stderr. +#define debug(...) dprintf (2, __VA_ARGS__) +#define showlist(...) puts (#__VA_ARGS__) +#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +static void +test_varargs_macros (void) +{ + int x = 1234; + int y = 5678; + debug ("Flag"); + debug ("X = %d\n", x); + showlist (The first, second, and third items.); + report (x>y, "x is %d but y is %d", x, y); +} + +// Check long long types. +#define BIG64 18446744073709551615ull +#define BIG32 4294967295ul +#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +#if !BIG_OK + #error "your preprocessor is broken" +#endif +#if BIG_OK +#else + #error "your preprocessor is broken" +#endif +static long long int bignum = -9223372036854775807LL; +static unsigned long long int ubignum = BIG64; + +struct incomplete_array +{ + int datasize; + double data[]; +}; + +struct named_init { + int number; + const wchar_t *name; + double average; +}; + +typedef const char *ccp; + +static inline int +test_restrict (ccp restrict text) +{ + // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) + continue; + return 0; +} + +// Check varargs and va_copy. +static bool +test_varargs (const char *format, ...) +{ + va_list args; + va_start (args, format); + va_list args_copy; + va_copy (args_copy, args); + + const char *str = ""; + int number = 0; + float fnumber = 0; + + while (*format) + { + switch (*format++) + { + case '\''s'\'': // string + str = va_arg (args_copy, const char *); + break; + case '\''d'\'': // int + number = va_arg (args_copy, int); + break; + case '\''f'\'': // float + fnumber = va_arg (args_copy, double); + break; + default: + break; + } + } + va_end (args_copy); + va_end (args); + + return *str && number && fnumber; +} +' + +# Test code for whether the C compiler supports C99 (body of main). +ac_c_conftest_c99_main=' + // Check bool. + _Bool success = false; + success |= (argc != 0); + + // Check restrict. + if (test_restrict ("String literal") == 0) + success = true; + char *restrict newvar = "Another string"; + + // Check varargs. + success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); + test_varargs_macros (); + + // Check flexible array members. + struct incomplete_array *ia = + malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); + ia->datasize = 10; + for (int i = 0; i < ia->datasize; ++i) + ia->data[i] = i * 1.234; + + // Check named initializers. + struct named_init ni = { + .number = 34, + .name = L"Test wide string", + .average = 543.34343, + }; + + ni.number = 58; + + int dynamic_array[ni.number]; + dynamic_array[0] = argv[0][0]; + dynamic_array[ni.number - 1] = 543; + + // work around unused variable warnings + ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' + || dynamic_array[ni.number - 1] != 543); +' + +# Test code for whether the C compiler supports C11 (global declarations) +ac_c_conftest_c11_globals=' +// Does the compiler advertise C11 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L +# error "Compiler does not advertise C11 conformance" +#endif + +// Check _Alignas. +char _Alignas (double) aligned_as_double; +char _Alignas (0) no_special_alignment; +extern char aligned_as_int; +char _Alignas (0) _Alignas (int) aligned_as_int; + +// Check _Alignof. +enum +{ + int_alignment = _Alignof (int), + int_array_alignment = _Alignof (int[100]), + char_alignment = _Alignof (char) +}; +_Static_assert (0 < -_Alignof (int), "_Alignof is signed"); + +// Check _Noreturn. +int _Noreturn does_not_return (void) { for (;;) continue; } + +// Check _Static_assert. +struct test_static_assert +{ + int x; + _Static_assert (sizeof (int) <= sizeof (long int), + "_Static_assert does not work in struct"); + long int y; +}; + +// Check UTF-8 literals. +#define u8 syntax error! +char const utf8_literal[] = u8"happens to be ASCII" "another string"; + +// Check duplicate typedefs. +typedef long *long_ptr; +typedef long int *long_ptr; +typedef long_ptr long_ptr; + +// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. +struct anonymous +{ + union { + struct { int i; int j; }; + struct { int k; long int l; } w; + }; + int m; +} v1; +' + +# Test code for whether the C compiler supports C11 (body of main). +ac_c_conftest_c11_main=' + _Static_assert ((offsetof (struct anonymous, i) + == offsetof (struct anonymous, w.k)), + "Anonymous union alignment botch"); + v1.i = 2; + v1.w.k = 5; + ok |= v1.i != 5; +' + +# Test code for whether the C compiler supports C11 (complete). +ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} +${ac_c_conftest_c11_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + ${ac_c_conftest_c11_main} + return ok; +} +" + +# Test code for whether the C compiler supports C99 (complete). +ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + return ok; +} +" + +# Test code for whether the C compiler supports C89 (complete). +ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + return ok; +} +" + +as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H" +as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H" +as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H" +as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H" +as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H" +as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H" +as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H" +as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H" +as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H" +as_fn_append ac_header_c_list " sys/time.h sys_time_h HAVE_SYS_TIME_H" + +# Auxiliary files required by this configure script. +ac_aux_files="compile config.guess config.sub ltmain.sh missing install-sh" + +# Locations in which to look for auxiliary files. +ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." + +# Search for a directory containing all of the required auxiliary files, +# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. +# If we don't find one directory that contains all the files we need, +# we report the set of missing files from the *first* directory in +# $ac_aux_dir_candidates and give up. +ac_missing_aux_files="" +ac_first_candidate=: +printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in $ac_aux_dir_candidates +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + + printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 + ac_aux_dir_found=yes + ac_install_sh= + for ac_aux in $ac_aux_files + do + # As a special case, if "install-sh" is required, that requirement + # can be satisfied by any of "install-sh", "install.sh", or "shtool", + # and $ac_install_sh is set appropriately for whichever one is found. + if test x"$ac_aux" = x"install-sh" + then + if test -f "${as_dir}install-sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 + ac_install_sh="${as_dir}install-sh -c" + elif test -f "${as_dir}install.sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 + ac_install_sh="${as_dir}install.sh -c" + elif test -f "${as_dir}shtool"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 + ac_install_sh="${as_dir}shtool install -c" + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} install-sh" + else + break + fi + fi + else + if test -f "${as_dir}${ac_aux}"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" + else + break + fi + fi + fi + done + if test "$ac_aux_dir_found" = yes; then + ac_aux_dir="$as_dir" + break + fi + ac_first_candidate=false + + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 +fi + + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +if test -f "${ac_aux_dir}config.guess"; then + ac_config_guess="$SHELL ${ac_aux_dir}config.guess" +fi +if test -f "${ac_aux_dir}config.sub"; then + ac_config_sub="$SHELL ${ac_aux_dir}config.sub" +fi +if test -f "$ac_aux_dir/configure"; then + ac_configure="$SHELL ${ac_aux_dir}configure" +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' + and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + +am__api_version='1.16' + + + + # Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +printf %s "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test ${ac_cv_path_install+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + # Account for fact that we put trailing slashes in our PATH walk. +case $as_dir in #(( + ./ | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test ${ac_cv_path_install+y}; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +printf "%s\n" "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +printf %s "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` + + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + + + if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 +printf %s "checking for a race-free mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test ${ac_cv_path_mkdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ + 'BusyBox '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test ${ac_cv_path_mkdir+y}; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +printf "%s\n" "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AWK+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +printf "%s\n" "$AWK" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval test \${ac_cv_prog_make_${ac_make}_set+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + SET_MAKE= +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +# Check whether --enable-silent-rules was given. +if test ${enable_silent_rules+y} +then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +printf %s "checking whether $am_make supports nested variables... " >&6; } +if test ${am_cv_make_support_nested_variables+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if printf "%s\n" 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='libpostal' + VERSION='1.1.1' + + +printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h + + +printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi + +if test -z "$ETAGS"; then + ETAGS=etags +fi + +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + +case `pwd` in + *\ * | *\ *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 +printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; +esac + + + +macro_version='2.4.7' +macro_revision='2.4.7' + + + + + + + + + + + + + + +ltmain=$ac_aux_dir/ltmain.sh + + + + # Make sure we can run config.sub. +$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +printf %s "checking build system type... " >&6; } +if test ${ac_cv_build+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +printf "%s\n" "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +printf %s "checking host system type... " >&6; } +if test ${ac_cv_host+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +printf "%s\n" "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +printf %s "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case $ECHO in + printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +printf "%s\n" "printf" >&6; } ;; + print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +printf "%s\n" "print -r" >&6; } ;; + *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +printf "%s\n" "cat" >&6; } ;; +esac + + + + + + + + + + + + + + + + + + + + + + + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in #( + '0:this is the am__doit target') : + case $s in #( + BSD) : + am__include='.include' am__quote='"' ;; #( + *) : + am__include='include' am__quote='' ;; +esac ;; #( + *) : + ;; +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +printf "%s\n" "${_am_result}" >&6; } + +# Check whether --enable-dependency-tracking was given. +if test ${enable_dependency_tracking+y} +then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. +set dummy ${ac_tool_prefix}clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. +set dummy clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +fi + + +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion -version; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +printf %s "checking whether the C compiler works... " >&6; } +ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else $as_nop + ac_file='' +fi +if test -z "$ac_file" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +printf %s "checking for C compiler default output file name... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +printf "%s\n" "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +printf %s "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +printf "%s\n" "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main (void) +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +printf %s "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +printf "%s\n" "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +printf %s "checking for suffix of object files... " >&6; } +if test ${ac_cv_objext+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +printf "%s\n" "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +printf %s "checking whether the compiler supports GNU C... " >&6; } +if test ${ac_cv_c_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_compiler_gnu=yes +else $as_nop + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+y} +ac_save_CFLAGS=$CFLAGS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +printf %s "checking whether $CC accepts -g... " >&6; } +if test ${ac_cv_prog_cc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +else $as_nop + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +ac_prog_cc_stdc=no +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +printf %s "checking for $CC option to enable C11 features... " >&6; } +if test ${ac_cv_prog_cc_c11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c11=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c11_program +_ACEOF +for ac_arg in '' -std=gnu11 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 + ac_prog_cc_stdc=c11 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +printf %s "checking for $CC option to enable C99 features... " >&6; } +if test ${ac_cv_prog_cc_c99+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c99_program +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c99" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c99" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 + ac_prog_cc_stdc=c99 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +printf %s "checking for $CC option to enable C89 features... " >&6; } +if test ${ac_cv_prog_cc_c89+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c89_program +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c89" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c89" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 + ac_prog_cc_stdc=c89 +fi +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +printf %s "checking whether $CC understands -c and -o together... " >&6; } +if test ${am_cv_prog_cc_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +depcc="$CC" am_compiler_list= + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +printf %s "checking for a sed that does not truncate output... " >&6; } +if test ${ac_cv_path_SED+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in sed gsed + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +printf "%s\n" "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +printf %s "checking for grep that handles long lines and -e... " >&6; } +if test ${ac_cv_path_GREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in grep ggrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +printf "%s\n" "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 +printf %s "checking for fgrep... " >&6; } +if test ${ac_cv_path_FGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 + then ac_cv_path_FGREP="$GREP -F" + else + if test -z "$FGREP"; then + ac_path_FGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in fgrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_FGREP" || continue +# Check for GNU ac_path_FGREP and select it if it is found. + # Check for GNU $ac_path_FGREP +case `"$ac_path_FGREP" --version 2>&1` in +*GNU*) + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'FGREP' >> "conftest.nl" + "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_FGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_FGREP="$ac_path_FGREP" + ac_path_FGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_FGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_FGREP"; then + as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_FGREP=$FGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 +printf "%s\n" "$ac_cv_path_FGREP" >&6; } + FGREP="$ac_cv_path_FGREP" + + +test -z "$GREP" && GREP=grep + + + + + + + + + + + + + + + + + + + +# Check whether --with-gnu-ld was given. +if test ${with_gnu_ld+y} +then : + withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes +else $as_nop + with_gnu_ld=no +fi + +ac_prog=ld +if test yes = "$GCC"; then + # Check if gcc -print-prog-name=ld gives a path. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +printf %s "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return, which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD=$ac_prog + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test yes = "$with_gnu_ld"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +printf %s "checking for GNU ld... " >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +printf %s "checking for non-GNU ld... " >&6; } +fi +if test ${lt_cv_path_LD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$LD"; then + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD=$ac_dir/$ac_prog + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +printf "%s\n" "$LD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +printf %s "checking if the linker ($LD) is GNU ld... " >&6; } +if test ${lt_cv_prog_gnu_ld+y} +then : + printf %s "(cached) " >&6 +else $as_nop + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 +printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; } +if test ${lt_cv_path_NM+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM=$NM +else + lt_nm_to_check=${ac_tool_prefix}nm + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + tmp_nm=$ac_dir/$lt_tmp_nm + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the 'sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break 2 + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break 2 + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS=$lt_save_ifs + done + : ${lt_cv_path_NM=no} +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 +printf "%s\n" "$lt_cv_path_NM" >&6; } +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DUMPBIN"; then + ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DUMPBIN=$ac_cv_prog_DUMPBIN +if test -n "$DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 +printf "%s\n" "$DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$DUMPBIN" && break + done +fi +if test -z "$DUMPBIN"; then + ac_ct_DUMPBIN=$DUMPBIN + for ac_prog in dumpbin "link -dump" +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DUMPBIN"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN +if test -n "$ac_ct_DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 +printf "%s\n" "$ac_ct_DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_DUMPBIN" && break +done + + if test "x$ac_ct_DUMPBIN" = x; then + DUMPBIN=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DUMPBIN=$ac_ct_DUMPBIN + fi +fi + + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi + + if test : != "$DUMPBIN"; then + NM=$DUMPBIN + fi +fi +test -z "$NM" && NM=nm + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 +printf %s "checking the name lister ($NM) interface... " >&6; } +if test ${lt_cv_nm_interface+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: output\"" >&5) + cat conftest.out >&5 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 +printf "%s\n" "$lt_cv_nm_interface" >&6; } + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +printf %s "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +printf "%s\n" "no, using $LN_S" >&6; } +fi + +# find the maximum length of command line arguments +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 +printf %s "checking the maximum length of command line arguments... " >&6; } +if test ${lt_cv_sys_max_cmd_len+y} +then : + printf %s "(cached) " >&6 +else $as_nop + i=0 + teststring=ABCD + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[ ]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len" && \ + test undefined != "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac + +fi + +if test -n "$lt_cv_sys_max_cmd_len"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 +printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5 +printf "%s\n" "none" >&6; } +fi +max_cmd_len=$lt_cv_sys_max_cmd_len + + + + + + +: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi + + + + + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 +printf %s "checking how to convert $build file names to $host format... " >&6; } +if test ${lt_cv_to_host_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac + +fi + +to_host_file_cmd=$lt_cv_to_host_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 +printf %s "checking how to convert $build file names to toolchain format... " >&6; } +if test ${lt_cv_to_tool_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + #assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac + +fi + +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 +printf %s "checking for $LD option to reload object files... " >&6; } +if test ${lt_cv_ld_reload_flag+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_reload_flag='-r' +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 +printf "%s\n" "$lt_cv_ld_reload_flag" >&6; } +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test yes != "$GCC"; then + reload_cmds=false + fi + ;; + darwin*) + if test yes = "$GCC"; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}file", so it can be a program name with args. +set dummy ${ac_tool_prefix}file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FILECMD"; then + ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FILECMD="${ac_tool_prefix}file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FILECMD=$ac_cv_prog_FILECMD +if test -n "$FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5 +printf "%s\n" "$FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_FILECMD"; then + ac_ct_FILECMD=$FILECMD + # Extract the first word of "file", so it can be a program name with args. +set dummy file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_FILECMD"; then + ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_FILECMD="file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD +if test -n "$ac_ct_FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FILECMD" >&5 +printf "%s\n" "$ac_ct_FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_FILECMD" = x; then + FILECMD=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + FILECMD=$ac_ct_FILECMD + fi +else + FILECMD="$ac_cv_prog_FILECMD" +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. +set dummy ${ac_tool_prefix}objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OBJDUMP"; then + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OBJDUMP=$ac_cv_prog_OBJDUMP +if test -n "$OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 +printf "%s\n" "$OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OBJDUMP"; then + ac_ct_OBJDUMP=$OBJDUMP + # Extract the first word of "objdump", so it can be a program name with args. +set dummy objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OBJDUMP="objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP +if test -n "$ac_ct_OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 +printf "%s\n" "$ac_ct_OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OBJDUMP" = x; then + OBJDUMP="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OBJDUMP=$ac_ct_OBJDUMP + fi +else + OBJDUMP="$ac_cv_prog_OBJDUMP" +fi + +test -z "$OBJDUMP" && OBJDUMP=objdump + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 +printf %s "checking how to recognize dependent libraries... " >&6; } +if test ${lt_cv_deplibs_check_method+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# 'unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# that responds to the $file_magic_cmd with a given extended regex. +# If you have 'file' or equivalent on your system and you're not sure +# whether 'pass_all' will *always* work, you probably want this one. + +case $host_os in +aix[4-9]*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[45]*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='$FILECMD -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly* | midnightbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=$FILECMD + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[3-9]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 +printf "%s\n" "$lt_cv_deplibs_check_method" >&6; } + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + + + + + + + + + + + + + + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. +set dummy ${ac_tool_prefix}dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DLLTOOL"; then + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DLLTOOL=$ac_cv_prog_DLLTOOL +if test -n "$DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +printf "%s\n" "$DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DLLTOOL"; then + ac_ct_DLLTOOL=$DLLTOOL + # Extract the first word of "dlltool", so it can be a program name with args. +set dummy dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DLLTOOL"; then + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DLLTOOL="dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL +if test -n "$ac_ct_DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +printf "%s\n" "$ac_ct_DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DLLTOOL" = x; then + DLLTOOL="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DLLTOOL=$ac_ct_DLLTOOL + fi +else + DLLTOOL="$ac_cv_prog_DLLTOOL" +fi + +test -z "$DLLTOOL" && DLLTOOL=dlltool + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 +printf %s "checking how to associate runtime and link libraries... " >&6; } +if test ${lt_cv_sharedlib_from_linklib_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd=$ECHO + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 +printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + + + + + + + + +if test -n "$ac_tool_prefix"; then + for ac_prog in ar + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +printf "%s\n" "$AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AR" && break + done +fi +if test -z "$AR"; then + ac_ct_AR=$AR + for ac_prog in ar +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +printf "%s\n" "$ac_ct_AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_AR" && break +done + + if test "x$ac_ct_AR" = x; then + AR="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +fi + +: ${AR=ar} + + + + + + +# Use ARFLAGS variable as AR's operation code to sync the variable naming with +# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have +# higher priority because thats what people were doing historically (setting +# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS +# variable obsoleted/removed. + +test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} +lt_ar_flags=$AR_FLAGS + + + + + + +# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override +# by AR_FLAGS because that was never working and AR_FLAGS is about to die. + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 +printf %s "checking for archiver @FILE support... " >&6; } +if test ${lt_cv_ar_at_file+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ar_at_file=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -eq "$ac_status"; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -ne "$ac_status"; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 +printf "%s\n" "$lt_cv_ar_at_file" >&6; } + +if test no = "$lt_cv_ar_at_file"; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +test -z "$STRIP" && STRIP=: + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +printf "%s\n" "$RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +printf "%s\n" "$ac_ct_RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +test -z "$RANLIB" && RANLIB=: + + + + + + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + bitrig* | openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 +printf %s "checking command to parse $NM output from $compiler object... " >&6; } +if test ${lt_cv_sys_global_symbol_pipe+y} +then : + printf %s "(cached) " >&6 +else $as_nop + +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[BCDEGRST]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[ABCDGISTW]' + ;; +hpux*) + if test ia64 = "$host_cpu"; then + symcode='[ABCDEGRST]' + fi + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris*) + symcode='[BDRT]' + ;; +sco3.2v5*) + symcode='[DT]' + ;; +sysv4.2uw2*) + symcode='[DT]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[ABDT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function, + # D for any global variable and I for any imported variable. + # Also find C++ and __fastcall symbols from MSVC++ or ICC, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK '"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx" + else + lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Now try to grab the symbols. + nlist=conftest.nm + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined __osf__ +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS=conftstm.$ac_objext + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&5 + fi + else + echo "cannot find nm_test_var in $nlist" >&5 + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 + fi + else + echo "$progname: failed program was:" >&5 + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test yes = "$pipe_works"; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done + +fi + +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5 +printf "%s\n" "failed" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +printf "%s\n" "ok" >&6; } +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 +printf %s "checking for sysroot... " >&6; } + +# Check whether --with-sysroot was given. +if test ${with_sysroot+y} +then : + withval=$with_sysroot; +else $as_nop + with_sysroot=no +fi + + +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 +printf "%s\n" "$with_sysroot" >&6; } + as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 + ;; +esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 +printf "%s\n" "${lt_sysroot:-no}" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 +printf %s "checking for a working dd... " >&6; } +if test ${ac_cv_path_lt_DD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +if test -z "$lt_DD"; then + ac_path_lt_DD_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in dd + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_lt_DD="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_lt_DD" || continue +if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi + $ac_path_lt_DD_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_lt_DD"; then + : + fi +else + ac_cv_path_lt_DD=$lt_DD +fi + +rm -f conftest.i conftest2.i conftest.out +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 +printf "%s\n" "$ac_cv_path_lt_DD" >&6; } + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 +printf %s "checking how to truncate binary pipes... " >&6; } +if test ${lt_cv_truncate_bin+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 +printf "%s\n" "$lt_cv_truncate_bin" >&6; } + + + + + + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in $*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + +# Check whether --enable-libtool-lock was given. +if test ${enable_libtool_lock+y} +then : + enableval=$enable_libtool_lock; +fi + +test no = "$enable_libtool_lock" || enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out what ABI is being produced by ac_compile, and set mode + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE=32 + ;; + *ELF-64*) + HPUX_IA64_MODE=64 + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if test yes = "$lt_cv_prog_gnu_ld"; then + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + emul=elf + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + case `$FILECMD conftest.o` in + *x86-64*) + LD="${LD-ld} -m elf32_x86_64" + ;; + *) + LD="${LD-ld} -m elf_i386" + ;; + esac + ;; + powerpc64le-*linux*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + powerpcle-*linux*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS -belf" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 +printf %s "checking whether the C compiler needs -belf... " >&6; } +if test ${lt_cv_cc_needs_belf+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_cc_needs_belf=yes +else $as_nop + lt_cv_cc_needs_belf=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 +printf "%s\n" "$lt_cv_cc_needs_belf" >&6; } + if test yes != "$lt_cv_cc_needs_belf"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS=$SAVE_CFLAGS + fi + ;; +*-*solaris*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*|x86_64-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD=${LD-ld}_sol2 + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks=$enable_libtool_lock + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. +set dummy ${ac_tool_prefix}mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$MANIFEST_TOOL"; then + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL +if test -n "$MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 +printf "%s\n" "$MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_MANIFEST_TOOL"; then + ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL + # Extract the first word of "mt", so it can be a program name with args. +set dummy mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_MANIFEST_TOOL"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL +if test -n "$ac_ct_MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 +printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_MANIFEST_TOOL" = x; then + MANIFEST_TOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL + fi +else + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" +fi + +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 +printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } +if test ${lt_cv_path_mainfest_tool+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&5 + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 +printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; } +if test yes != "$lt_cv_path_mainfest_tool"; then + MANIFEST_TOOL=: +fi + + + + + + + case $host_os in + rhapsody* | darwin*) + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DSYMUTIL"; then + ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DSYMUTIL=$ac_cv_prog_DSYMUTIL +if test -n "$DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 +printf "%s\n" "$DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DSYMUTIL"; then + ac_ct_DSYMUTIL=$DSYMUTIL + # Extract the first word of "dsymutil", so it can be a program name with args. +set dummy dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DSYMUTIL"; then + ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL +if test -n "$ac_ct_DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 +printf "%s\n" "$ac_ct_DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DSYMUTIL" = x; then + DSYMUTIL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DSYMUTIL=$ac_ct_DSYMUTIL + fi +else + DSYMUTIL="$ac_cv_prog_DSYMUTIL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. +set dummy ${ac_tool_prefix}nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NMEDIT"; then + ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +NMEDIT=$ac_cv_prog_NMEDIT +if test -n "$NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 +printf "%s\n" "$NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_NMEDIT"; then + ac_ct_NMEDIT=$NMEDIT + # Extract the first word of "nmedit", so it can be a program name with args. +set dummy nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_NMEDIT"; then + ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_NMEDIT="nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT +if test -n "$ac_ct_NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 +printf "%s\n" "$ac_ct_NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_NMEDIT" = x; then + NMEDIT=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + NMEDIT=$ac_ct_NMEDIT + fi +else + NMEDIT="$ac_cv_prog_NMEDIT" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. +set dummy ${ac_tool_prefix}lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$LIPO"; then + ac_cv_prog_LIPO="$LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_LIPO="${ac_tool_prefix}lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +LIPO=$ac_cv_prog_LIPO +if test -n "$LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 +printf "%s\n" "$LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_LIPO"; then + ac_ct_LIPO=$LIPO + # Extract the first word of "lipo", so it can be a program name with args. +set dummy lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_LIPO"; then + ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_LIPO="lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO +if test -n "$ac_ct_LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 +printf "%s\n" "$ac_ct_LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_LIPO" = x; then + LIPO=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + LIPO=$ac_ct_LIPO + fi +else + LIPO="$ac_cv_prog_LIPO" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL"; then + ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL="${ac_tool_prefix}otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL=$ac_cv_prog_OTOOL +if test -n "$OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 +printf "%s\n" "$OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL"; then + ac_ct_OTOOL=$OTOOL + # Extract the first word of "otool", so it can be a program name with args. +set dummy otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL"; then + ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL="otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL +if test -n "$ac_ct_OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 +printf "%s\n" "$ac_ct_OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL" = x; then + OTOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL=$ac_ct_OTOOL + fi +else + OTOOL="$ac_cv_prog_OTOOL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL64"; then + ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL64=$ac_cv_prog_OTOOL64 +if test -n "$OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 +printf "%s\n" "$OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL64"; then + ac_ct_OTOOL64=$OTOOL64 + # Extract the first word of "otool64", so it can be a program name with args. +set dummy otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL64"; then + ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL64="otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 +if test -n "$ac_ct_OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 +printf "%s\n" "$ac_ct_OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL64" = x; then + OTOOL64=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL64=$ac_ct_OTOOL64 + fi +else + OTOOL64="$ac_cv_prog_OTOOL64" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 +printf %s "checking for -single_module linker flag... " >&6; } +if test ${lt_cv_apple_cc_single_mod+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_apple_cc_single_mod=no + if test -z "$LT_MULTI_MODULE"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test 0 = "$_lt_result"; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&5 + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 +printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 +printf %s "checking for -exported_symbols_list linker flag... " >&6; } +if test ${lt_cv_ld_exported_symbols_list+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_ld_exported_symbols_list=yes +else $as_nop + lt_cv_ld_exported_symbols_list=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 +printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +printf %s "checking for -force_load linker flag... " >&6; } +if test ${lt_cv_ld_force_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5 + $AR $AR_FLAGS libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +printf "%s\n" "$lt_cv_ld_force_load" >&6; } + case $host_os in + rhapsody* | darwin1.[012]) + _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + darwin*) + case $MACOSX_DEPLOYMENT_TARGET,$host in + 10.[012],*|,*powerpc*-darwin[5-8]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + *) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test yes = "$lt_cv_apple_cc_single_mod"; then + _lt_dar_single_mod='$single_module' + fi + if test yes = "$lt_cv_ld_exported_symbols_list"; then + _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' + fi + if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x$2 in + x) + ;; + *:) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" + ;; + x:*) + eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" + ;; + *) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" + ;; + esac +} + +ac_header= ac_cache= +for ac_item in $ac_header_c_list +do + if test $ac_cache; then + ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" + if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then + printf "%s\n" "#define $ac_item 1" >> confdefs.h + fi + ac_header= ac_cache= + elif test $ac_header; then + ac_cache=$ac_item + else + ac_header=$ac_item + fi +done + + + + + + + + +if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes +then : + +printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default +" +if test "x$ac_cv_header_dlfcn_h" = xyes +then : + printf "%s\n" "#define HAVE_DLFCN_H 1" >>confdefs.h + +fi + + + + + +# Set options +# Check whether --enable-shared was given. +if test ${enable_shared+y} +then : + enableval=$enable_shared; p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_shared=yes +fi + + + + + + + + + + + enable_dlopen=no + + + enable_win32_dll=no + + + + # Check whether --enable-static was given. +if test ${enable_static+y} +then : + enableval=$enable_static; p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_static=yes +fi + + + + + + + + + + +# Check whether --with-pic was given. +if test ${with_pic+y} +then : + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for lt_pkg in $withval; do + IFS=$lt_save_ifs + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + pic_mode=default +fi + + + + + + + + + # Check whether --enable-fast-install was given. +if test ${enable_fast_install+y} +then : + enableval=$enable_fast_install; p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_fast_install=yes +fi + + + + + + + + + shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[5-9]*,yes) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 +printf %s "checking which variant of shared library versioning to provide... " >&6; } + +# Check whether --with-aix-soname was given. +if test ${with_aix_soname+y} +then : + withval=$with_aix_soname; case $withval in + aix|svr4|both) + ;; + *) + as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname +else $as_nop + if test ${lt_cv_with_aix_soname+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_with_aix_soname=aix +fi + + with_aix_soname=$lt_cv_with_aix_soname +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 +printf "%s\n" "$with_aix_soname" >&6; } + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac + + + + + + + + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS=$ltmain + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +test -z "$LN_S" && LN_S="ln -s" + + + + + + + + + + + + + + +if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 +printf %s "checking for objdir... " >&6; } +if test ${lt_cv_objdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 +printf "%s\n" "$lt_cv_objdir" >&6; } +objdir=$lt_cv_objdir + + + + + +printf "%s\n" "#define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h + + + + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a '.a' archive for static linking (except MSVC and +# ICC, which need '.lib'). +libext=a + +with_gnu_ld=$lt_cv_prog_gnu_ld + +old_CC=$CC +old_CFLAGS=$CFLAGS + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +func_cc_basename $compiler +cc_basename=$func_cc_basename_result + + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 +printf %s "checking for ${ac_tool_prefix}file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/${ac_tool_prefix}file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + + + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5 +printf %s "checking for file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +# Use C for the default configuration in the libtool script + +lt_save_CC=$CC +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +objext=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + +lt_prog_compiler_no_builtin_flag= + +if test yes = "$GCC"; then + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } +if test ${lt_cv_prog_compiler_rtti_exceptions+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; } + +if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" +else + : +fi + +fi + + + + + + + lt_prog_compiler_wl= +lt_prog_compiler_pic= +lt_prog_compiler_static= + + + if test yes = "$GCC"; then + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_static='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + fi + lt_prog_compiler_pic='-fPIC' + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl='-Wl,' + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + else + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static='$wl-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + case $cc_basename in + # old Intel for x86_64, which still supported -KPIC. + ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='--shared' + lt_prog_compiler_static='--static' + ;; + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-qpic' + lt_prog_compiler_static='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + lt_prog_compiler_wl='-Qoption ld ';; + *) + lt_prog_compiler_wl='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic='-Kconform_pic' + lt_prog_compiler_static='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_can_build_shared=no + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +case $host_os in + # For platforms that do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" + ;; +esac + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +printf %s "checking for $compiler option to produce PIC... " >&6; } +if test ${lt_cv_prog_compiler_pic+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic=$lt_prog_compiler_pic +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; } +lt_prog_compiler_pic=$lt_cv_prog_compiler_pic + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } +if test ${lt_cv_prog_compiler_pic_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_pic_works"; then + case $lt_prog_compiler_pic in + "" | " "*) ;; + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; + esac +else + lt_prog_compiler_pic= + lt_prog_compiler_can_build_shared=no +fi + +fi + + + + + + + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if test ${lt_cv_prog_compiler_static_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_static_works=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works=yes + fi + else + lt_cv_prog_compiler_static_works=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_static_works"; then + : +else + lt_prog_compiler_static= +fi + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + +hard_links=nottested +if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then + # do not overwrite the value of need_locks provided by the user + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +printf %s "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +printf "%s\n" "$hard_links" >&6; } + if test no = "$hard_links"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 +printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + runpath_var= + allow_undefined_flag= + always_export_symbols=no + archive_cmds= + archive_expsym_cmds= + compiler_needs_object=no + enable_shared_with_static_runtimes=no + export_dynamic_flag_spec= + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + hardcode_automatic=no + hardcode_direct=no + hardcode_direct_absolute=no + hardcode_libdir_flag_spec= + hardcode_libdir_separator= + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + inherit_rpath=no + link_all_deplibs=unknown + module_cmds= + module_expsym_cmds= + old_archive_from_new_cmds= + old_archive_from_expsyms_cmds= + thread_safe_flag_spec= + whole_archive_flag_spec= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ' (' and ')$', so one must not match beginning or + # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', + # as well as any symbol that contains 'd'. + exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + if test yes != "$GCC"; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) + with_gnu_ld=yes + ;; + openbsd* | bitrig*) + with_gnu_ld=no + ;; + linux* | k*bsd*-gnu | gnu*) + link_all_deplibs=no + ;; + esac + + ld_shlibs=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test yes = "$with_gnu_ld"; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test yes = "$lt_use_gnu_ld_interface"; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='$wl' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='$wl--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' + else + whole_archive_flag_spec= + fi + supports_anon_versioning=no + case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[3-9]*) + # On AIX/PPC, the GNU linker is very broken + if test ia64 != "$host_cpu"; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + else + ld_shlibs=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='$wl--export-all-symbols' + allow_undefined_flag=unsupported + always_export_symbols=no + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs=no + fi + ;; + + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + interix[3-9]*) + hardcode_direct=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test linux-dietlibc = "$host_os"; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test no = "$tmp_diet" + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + whole_archive_flag_spec= + tmp_sharedflag='--shared' ;; + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + ;; + esac + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + tcc*) + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='-rdynamic' + ;; + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + ld_shlibs=no + fi + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + + if test no = "$ld_shlibs"; then + runpath_var= + hardcode_libdir_flag_spec= + export_dynamic_flag_spec= + whole_archive_flag_spec= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag=unsupported + always_export_symbols=yes + archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix[4-9]*) + if test ia64 = "$host_cpu"; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag= + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then + aix_use_runtimelinking=yes + break + fi + done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds='' + hardcode_direct=yes + hardcode_direct_absolute=yes + hardcode_libdir_separator=':' + link_all_deplibs=yes + file_list_spec='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + hardcode_direct=no + hardcode_direct_absolute=no + ;; + esac + + if test yes = "$GCC"; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`$CC -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + shared_flag='-shared' + if test yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' + fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' + else + # not using gcc + if test ia64 = "$host_cpu"; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' + else + shared_flag='$wl-bM:SRE' + fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' + fi + fi + + export_dynamic_flag_spec='$wl-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols=yes + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag + else + if test ia64 = "$host_cpu"; then + hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' + allow_undefined_flag="-z nodefs" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag=' $wl-bernotok' + allow_undefined_flag=' $wl-berok' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi + archive_cmds_need_lc=yes + archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + bsdi[45]*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl* | icl*) + # Native MSVC or ICC + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + always_export_symbols=yes + file_list_spec='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, )='true' + enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + old_postinstall_cmds='chmod 644 $oldlib' + postlink_cmds='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC and ICC wrapper + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_from_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' + enable_shared_with_static_runtimes=yes + ;; + esac + ;; + + darwin* | rhapsody*) + + + archive_cmds_need_lc=no + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + if test yes = "$lt_cv_ld_force_load"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec='' + fi + link_all_deplibs=yes + allow_undefined_flag=$_lt_dar_allow_undefined + case $cc_basename in + ifort*|nagfor*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test yes = "$_lt_dar_can_shared"; then + output_verbose_link_cmd=func_echo_all + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" + archive_expsym_cmds="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + module_expsym_cmds="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" + + else + ld_shlibs=no + fi + + ;; + + dgux*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly* | midnightbsd*) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + hpux9*) + if test yes = "$GCC"; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + else + archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + export_dynamic_flag_spec='$wl-E' + ;; + + hpux10*) + if test yes,no = "$GCC,$with_gnu_ld"; then + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + + hpux11*) + if test yes,no = "$GCC,$with_gnu_ld"; then + case $host_cpu in + hppa*64*) + archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +printf %s "checking if $CC understands -b... " >&6; } +if test ${lt_cv_prog_compiler__b+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler__b=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +printf "%s\n" "$lt_cv_prog_compiler__b" >&6; } + +if test yes = "$lt_cv_prog_compiler__b"; then + archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' +fi + + ;; + esac + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + *) + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test yes = "$GCC"; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 +printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; } +if test ${lt_cv_irix_exported_symbol+y} +then : + printf %s "(cached) " >&6 +else $as_nop + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int foo (void) { return 0; } +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_irix_exported_symbol=yes +else $as_nop + lt_cv_irix_exported_symbol=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 +printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; } + if test yes = "$lt_cv_irix_exported_symbol"; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' + fi + link_all_deplibs=no + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + inherit_rpath=yes + link_all_deplibs=yes + ;; + + linux*) + case $cc_basename in + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + ld_shlibs=yes + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + ;; + esac + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + newsos6) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + hardcode_shlibpath_var=no + ;; + + *nto* | *qnx*) + ;; + + openbsd* | bitrig*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + hardcode_direct_absolute=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + else + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + fi + else + ld_shlibs=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + osf3*) + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + archive_cmds_need_lc='no' + hardcode_libdir_separator=: + ;; + + solaris*) + no_undefined_flag=' -z defs' + if test yes = "$GCC"; then + wlarc='$wl' + archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='$wl' + archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands '-z linker_flag'. GCC discards it without '$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test yes = "$GCC"; then + whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs=yes + ;; + + sunos4*) + if test sequent = "$host_vendor"; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds='$CC -r -o $output$reload_objs' + hardcode_direct=no + ;; + motorola) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv4.3*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag='$wl-z,text' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We CANNOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag='$wl-z,text' + allow_undefined_flag='$wl-z,nodefs' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-R,$libdir' + hardcode_libdir_separator=':' + link_all_deplibs=yes + export_dynamic_flag_spec='$wl-Bexport' + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + *) + ld_shlibs=no + ;; + esac + + if test sni = "$host_vendor"; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + export_dynamic_flag_spec='$wl-Blargedynsym' + ;; + esac + fi + fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 +printf "%s\n" "$ld_shlibs" >&6; } +test no = "$ld_shlibs" && can_build_shared=no + +with_gnu_ld=$with_gnu_ld + + + + + + + + + + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc=yes + + if test yes,yes = "$GCC,$enable_shared"; then + case $archive_cmds in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +printf %s "checking whether -lc should be explicitly linked in... " >&6; } +if test ${lt_cv_archive_cmds_need_lc+y} +then : + printf %s "(cached) " >&6 +else $as_nop + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +printf %s "checking dynamic linker characteristics... " >&6; } + +if test yes = "$GCC"; then + case $host_os in + darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; + *) lt_awk_arg='/^libraries:/' ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary... + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" + elif test -n "$lt_multi_os_dir"; then + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS = " "; FS = "/|\n";} { + lt_foo = ""; + lt_count = 0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo = "/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's|/\([A-Za-z]:\)|\1|g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=.so +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + + + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='$libname$release$shared_ext$major' + ;; + +aix[4-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test ia64 = "$host_cpu"; then + # AIX 5 supports IA64 + library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line '#! .'. This would cause the generated library to + # depend on '.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V + + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a(lib.so.V)' + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='$libname$shared_ext' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl* | *,icl*) + # Native MSVC or ICC + libname_spec='$name' + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec=$LIB + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC and ICC wrapper + library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' + soname_spec='$libname$release$major$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly* | midnightbsd*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[23].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=no + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + if test 32 = "$HPUX_IA64_MODE"; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 + fi + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test yes = "$lt_cv_prog_gnu_ld"; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" + sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + hardcode_libdir_flag_spec='-L$libdir' + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if test ${lt_cv_shlibpath_overrides_runpath+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null +then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) to the search path. + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd* | bitrig*) + version_type=sunos + sys_lib_dlsearch_path_spec=/usr/lib + need_lib_prefix=no + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no + else + need_version=yes + fi + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +os2*) + libname_spec='$name' + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test yes = "$with_gnu_ld"; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec; then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' + soname_spec='$libname$shared_ext.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=sco + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test yes = "$with_gnu_ld"; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +printf "%s\n" "$dynamic_linker" >&6; } +test no = "$dynamic_linker" && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test yes = "$GCC"; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then + sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec +fi + +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec +fi + +# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... +configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec + +# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" + +# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool +configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +printf %s "checking how to hardcode library paths into programs... " >&6; } +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || + test -n "$runpath_var" || + test yes = "$hardcode_automatic"; then + + # We can hardcode non-existent directories. + if test no != "$hardcode_direct" && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && + test no != "$hardcode_minus_L"; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 +printf "%s\n" "$hardcode_action" >&6; } + +if test relink = "$hardcode_action" || + test yes = "$inherit_rpath"; then + # Fast installation is not supported + enable_fast_install=no +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + if test yes != "$enable_dlopen"; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen=load_add_on + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen=LoadLibrary + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + + lt_cv_dlopen=dyld + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + + *) + ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" +if test "x$ac_cv_func_shl_load" = xyes +then : + lt_cv_dlopen=shl_load +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 +printf %s "checking for shl_load in -ldld... " >&6; } +if test ${ac_cv_lib_dld_shl_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char shl_load (); +int +main (void) +{ +return shl_load (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_shl_load=yes +else $as_nop + ac_cv_lib_dld_shl_load=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 +printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = xyes +then : + lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld +else $as_nop + ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" +if test "x$ac_cv_func_dlopen" = xyes +then : + lt_cv_dlopen=dlopen +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 +printf %s "checking for dlopen in -lsvld... " >&6; } +if test ${ac_cv_lib_svld_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_svld_dlopen=yes +else $as_nop + ac_cv_lib_svld_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 +printf %s "checking for dld_link in -ldld... " >&6; } +if test ${ac_cv_lib_dld_dld_link+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dld_link (); +int +main (void) +{ +return dld_link (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_dld_link=yes +else $as_nop + ac_cv_lib_dld_dld_link=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 +printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = xyes +then : + lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test no = "$lt_cv_dlopen"; then + enable_dlopen=no + else + enable_dlopen=yes + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS=$LDFLAGS + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS=$LIBS + LIBS="$lt_cv_dlopen_libs $LIBS" + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 +printf %s "checking whether a program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 +printf "%s\n" "$lt_cv_dlopen_self" >&6; } + + if test yes = "$lt_cv_dlopen_self"; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 +printf %s "checking whether a statically linked program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self_static+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 +printf "%s\n" "$lt_cv_dlopen_self_static" >&6; } + fi + + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + + + + + + + + + + + + + + + + +striplib= +old_striplib= +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 +printf %s "checking whether stripping libraries is possible... " >&6; } +if test -z "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +else + if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + case $host_os in + darwin*) + # FIXME - insert some real tests, host_os isn't really good enough + striplib="$STRIP -x" + old_striplib="$STRIP -S" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + ;; + freebsd*) + if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + fi + ;; + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + ;; + esac + fi +fi + + + + + + + + + + + + + # Report what library types will actually be built + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 +printf %s "checking if libtool supports shared libraries... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 +printf "%s\n" "$can_build_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 +printf %s "checking whether to build shared libraries... " >&6; } + test no = "$can_build_shared" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[4-9]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + fi + ;; + esac + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 +printf "%s\n" "$enable_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 +printf %s "checking whether to build static libraries... " >&6; } + # Make sure either enable_shared or enable_static is yes. + test yes = "$enable_shared" || enable_static=yes + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 +printf "%s\n" "$enable_static" >&6; } + + + + +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC=$lt_save_CC + + + + + + + + + + + + + + + + ac_config_commands="$ac_config_commands libtool" + + + + +# Only expand once: + + + +ac_config_headers="$ac_config_headers config.h" + + +# Checks for programs. + + + +LDFLAGS="$LDFLAGS -L/usr/local/lib" + +# Checks for libraries. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing log" >&5 +printf %s "checking for library containing log... " >&6; } +if test ${ac_cv_search_log+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char log (); +int +main (void) +{ +return log (); + ; + return 0; +} +_ACEOF +for ac_lib in '' m +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_log=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_log+y} +then : + break +fi +done +if test ${ac_cv_search_log+y} +then : + +else $as_nop + ac_cv_search_log=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_log" >&5 +printf "%s\n" "$ac_cv_search_log" >&6; } +ac_res=$ac_cv_search_log +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +else $as_nop + as_fn_error $? "Could not find math library" "$LINENO" 5 +fi + + +# Checks for header files. +# Autoupdate added the next two lines to ensure that your configure +# script's behavior did not change. They are probably safe to remove. + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + + + + +# Obsolete code to be removed. +if test $ac_cv_header_sys_time_h = yes; then + +printf "%s\n" "#define TIME_WITH_SYS_TIME 1" >>confdefs.h + +fi +# End of obsolete code. + +ac_header_dirent=no +for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do + as_ac_Header=`printf "%s\n" "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 +printf %s "checking for $ac_hdr that defines DIR... " >&6; } +if eval test \${$as_ac_Header+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include <$ac_hdr> + +int +main (void) +{ +if ((DIR *) 0) +return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$as_ac_Header=yes" +else $as_nop + eval "$as_ac_Header=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$as_ac_Header + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } +if eval test \"x\$"$as_ac_Header"\" = x"yes" +then : + cat >>confdefs.h <<_ACEOF +#define `printf "%s\n" "HAVE_$ac_hdr" | $as_tr_cpp` 1 +_ACEOF + +ac_header_dirent=$ac_hdr; break +fi + +done +# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. +if test $ac_header_dirent = dirent.h; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' dir +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' x +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +fi + +ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" +if test "x$ac_cv_type__Bool" = xyes +then : + +printf "%s\n" "#define HAVE__BOOL 1" >>confdefs.h + + +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 +printf %s "checking for stdbool.h that conforms to C99... " >&6; } +if test ${ac_cv_header_stdbool_h+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + + #ifndef __bool_true_false_are_defined + #error "__bool_true_false_are_defined is not defined" + #endif + char a[__bool_true_false_are_defined == 1 ? 1 : -1]; + + /* Regardless of whether this is C++ or "_Bool" is a + valid type name, "true" and "false" should be usable + in #if expressions and integer constant expressions, + and "bool" should be a valid type name. */ + + #if !true + #error "'true' is not true" + #endif + #if true != 1 + #error "'true' is not equal to 1" + #endif + char b[true == 1 ? 1 : -1]; + char c[true]; + + #if false + #error "'false' is not false" + #endif + #if false != 0 + #error "'false' is not equal to 0" + #endif + char d[false == 0 ? 1 : -1]; + + enum { e = false, f = true, g = false * true, h = true * 256 }; + + char i[(bool) 0.5 == true ? 1 : -1]; + char j[(bool) 0.0 == false ? 1 : -1]; + char k[sizeof (bool) > 0 ? 1 : -1]; + + struct sb { bool s: 1; bool t; } s; + char l[sizeof s.t > 0 ? 1 : -1]; + + /* The following fails for + HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ + bool m[h]; + char n[sizeof m == h * sizeof m[0] ? 1 : -1]; + char o[-1 - (bool) 0 < 0 ? 1 : -1]; + /* Catch a bug in an HP-UX C compiler. See + https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html + https://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html + */ + bool p = true; + bool *pp = &p; + + /* C 1999 specifies that bool, true, and false are to be + macros, but C++ 2011 and later overrule this. */ + #if __cplusplus < 201103 + #ifndef bool + #error "bool is not defined" + #endif + #ifndef false + #error "false is not defined" + #endif + #ifndef true + #error "true is not defined" + #endif + #endif + + /* If _Bool is available, repeat with it all the tests + above that used bool. */ + #ifdef HAVE__BOOL + struct sB { _Bool s: 1; _Bool t; } t; + + char q[(_Bool) 0.5 == true ? 1 : -1]; + char r[(_Bool) 0.0 == false ? 1 : -1]; + char u[sizeof (_Bool) > 0 ? 1 : -1]; + char v[sizeof t.t > 0 ? 1 : -1]; + + _Bool w[h]; + char x[sizeof m == h * sizeof m[0] ? 1 : -1]; + char y[-1 - (_Bool) 0 < 0 ? 1 : -1]; + _Bool z = true; + _Bool *pz = &p; + #endif + +int +main (void) +{ + + bool ps = &s; + *pp |= p; + *pp |= ! p; + + #ifdef HAVE__BOOL + _Bool pt = &t; + *pz |= z; + *pz |= ! z; + #endif + + /* Refer to every declared value, so they cannot be + discarded as unused. */ + return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k + + !l + !m + !n + !o + !p + !pp + !ps + #ifdef HAVE__BOOL + + !q + !r + !u + !v + !w + !x + !y + !z + !pt + #endif + ); + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_header_stdbool_h=yes +else $as_nop + ac_cv_header_stdbool_h=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 +printf "%s\n" "$ac_cv_header_stdbool_h" >&6; } + +if test $ac_cv_header_stdbool_h = yes; then + +printf "%s\n" "#define HAVE_STDBOOL_H 1" >>confdefs.h + +fi + +ac_fn_c_check_header_compile "$LINENO" "fcntl.h" "ac_cv_header_fcntl_h" "$ac_includes_default" +if test "x$ac_cv_header_fcntl_h" = xyes +then : + printf "%s\n" "#define HAVE_FCNTL_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default" +if test "x$ac_cv_header_float_h" = xyes +then : + printf "%s\n" "#define HAVE_FLOAT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" +if test "x$ac_cv_header_inttypes_h" = xyes +then : + printf "%s\n" "#define HAVE_INTTYPES_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default" +if test "x$ac_cv_header_limits_h" = xyes +then : + printf "%s\n" "#define HAVE_LIMITS_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" +if test "x$ac_cv_header_locale_h" = xyes +then : + printf "%s\n" "#define HAVE_LOCALE_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "malloc.h" "ac_cv_header_malloc_h" "$ac_includes_default" +if test "x$ac_cv_header_malloc_h" = xyes +then : + printf "%s\n" "#define HAVE_MALLOC_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "memory.h" "ac_cv_header_memory_h" "$ac_includes_default" +if test "x$ac_cv_header_memory_h" = xyes +then : + printf "%s\n" "#define HAVE_MEMORY_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stddef.h" "ac_cv_header_stddef_h" "$ac_includes_default" +if test "x$ac_cv_header_stddef_h" = xyes +then : + printf "%s\n" "#define HAVE_STDDEF_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" +if test "x$ac_cv_header_stdint_h" = xyes +then : + printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +if test "x$ac_cv_header_stdlib_h" = xyes +then : + printf "%s\n" "#define HAVE_STDLIB_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default" +if test "x$ac_cv_header_string_h" = xyes +then : + printf "%s\n" "#define HAVE_STRING_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +if test "x$ac_cv_header_unistd_h" = xyes +then : + printf "%s\n" "#define HAVE_UNISTD_H 1" >>confdefs.h + +fi + + +# Checks for typedefs, structures, and compiler characteristics. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 +printf %s "checking for inline... " >&6; } +if test ${ac_cv_c_inline+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo (void) {return 0; } +$ac_kw foo_t foo (void) {return 0; } +#endif + +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_c_inline=$ac_kw +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + test "$ac_cv_c_inline" != no && break +done + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +printf "%s\n" "$ac_cv_c_inline" >&6; } + +case $ac_cv_c_inline in + inline | yes) ;; + *) + case $ac_cv_c_inline in + no) ac_val=;; + *) ac_val=$ac_cv_c_inline;; + esac + cat >>confdefs.h <<_ACEOF +#ifndef __cplusplus +#define inline $ac_val +#endif +_ACEOF + ;; +esac + +ac_fn_c_find_intX_t "$LINENO" "16" "ac_cv_c_int16_t" +case $ac_cv_c_int16_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define int16_t $ac_cv_c_int16_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "32" "ac_cv_c_int32_t" +case $ac_cv_c_int32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define int32_t $ac_cv_c_int32_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t" +case $ac_cv_c_int64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define int64_t $ac_cv_c_int64_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "8" "ac_cv_c_int8_t" +case $ac_cv_c_int8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define int8_t $ac_cv_c_int8_t" >>confdefs.h +;; +esac + +ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default" +if test "x$ac_cv_type_off_t" = xyes +then : + +else $as_nop + +printf "%s\n" "#define off_t long int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" +if test "x$ac_cv_type_size_t" = xyes +then : + +else $as_nop + +printf "%s\n" "#define size_t unsigned int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default" +if test "x$ac_cv_type_ssize_t" = xyes +then : + +else $as_nop + +printf "%s\n" "#define ssize_t int" >>confdefs.h + +fi + +ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t" +case $ac_cv_c_uint16_t in #( + no|yes) ;; #( + *) + + +printf "%s\n" "#define uint16_t $ac_cv_c_uint16_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t" +case $ac_cv_c_uint32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define _UINT32_T 1" >>confdefs.h + + +printf "%s\n" "#define uint32_t $ac_cv_c_uint32_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t" +case $ac_cv_c_uint64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define _UINT64_T 1" >>confdefs.h + + +printf "%s\n" "#define uint64_t $ac_cv_c_uint64_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t" +case $ac_cv_c_uint8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define _UINT8_T 1" >>confdefs.h + + +printf "%s\n" "#define uint8_t $ac_cv_c_uint8_t" >>confdefs.h +;; + esac + +ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default" +if test "x$ac_cv_type_ptrdiff_t" = xyes +then : + +printf "%s\n" "#define HAVE_PTRDIFF_T 1" >>confdefs.h + + +fi + + +# Checks for library functions. +ac_fn_c_check_func "$LINENO" "malloc" "ac_cv_func_malloc" +if test "x$ac_cv_func_malloc" = xyes +then : + printf "%s\n" "#define HAVE_MALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "realloc" "ac_cv_func_realloc" +if test "x$ac_cv_func_realloc" = xyes +then : + printf "%s\n" "#define HAVE_REALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "drand48" "ac_cv_func_drand48" +if test "x$ac_cv_func_drand48" = xyes +then : + printf "%s\n" "#define HAVE_DRAND48 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "getcwd" "ac_cv_func_getcwd" +if test "x$ac_cv_func_getcwd" = xyes +then : + printf "%s\n" "#define HAVE_GETCWD 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" +if test "x$ac_cv_func_gettimeofday" = xyes +then : + printf "%s\n" "#define HAVE_GETTIMEOFDAY 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memmove" "ac_cv_func_memmove" +if test "x$ac_cv_func_memmove" = xyes +then : + printf "%s\n" "#define HAVE_MEMMOVE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memset" "ac_cv_func_memset" +if test "x$ac_cv_func_memset" = xyes +then : + printf "%s\n" "#define HAVE_MEMSET 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "regcomp" "ac_cv_func_regcomp" +if test "x$ac_cv_func_regcomp" = xyes +then : + printf "%s\n" "#define HAVE_REGCOMP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" +if test "x$ac_cv_func_setlocale" = xyes +then : + printf "%s\n" "#define HAVE_SETLOCALE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "sqrt" "ac_cv_func_sqrt" +if test "x$ac_cv_func_sqrt" = xyes +then : + printf "%s\n" "#define HAVE_SQRT 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strdup" "ac_cv_func_strdup" +if test "x$ac_cv_func_strdup" = xyes +then : + printf "%s\n" "#define HAVE_STRDUP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strndup" "ac_cv_func_strndup" +if test "x$ac_cv_func_strndup" = xyes +then : + printf "%s\n" "#define HAVE_STRNDUP 1" >>confdefs.h + +fi + + +if : +then : + + vers='1.1.1' + + major=${vers%%.*} + rest=${vers#*.} + minor=${rest%%.*} + patch=${rest#*.} + + case $major in (*!0-9*|'') as_fn_error $? "Non-numeric major version in 1.1.1 ('$major')" "$LINENO" 5;; esac + case $minor in (*!0-9*|'') as_fn_error $? "Non-numeric minor version in 1.1.1 ('$minor')" "$LINENO" 5;; esac + case $patch in (*!0-9*|'') as_fn_error $? "Non-numeric patch version in 1.1.1 ('$patch')" "$LINENO" 5;; esac + + LIBPOSTAL_MAJOR_VERSION=$major + + LIBPOSTAL_MINOR_VERSION=$minor + + LIBPOSTAL_PATCH_VERSION=$patch + + + +printf "%s\n" "#define LIBPOSTAL_MAJOR_VERSION $major" >>confdefs.h + + +printf "%s\n" "#define LIBPOSTAL_MINOR_VERSION $minor" >>confdefs.h + + +printf "%s\n" "#define LIBPOSTAL_PATCH_VERSION $patch" >>confdefs.h + + +fi + + +LIBPOSTAL_DATA_DIR_VERSION_STRING=v1 + + +DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/base_data) +PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/parser) +LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/language_classifier) + +LIBPOSTAL_DATA_FILE_LATEST_VERSION=$DATA_FILE_LATEST_VERSION + +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION=$PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION=$LANG_CLASS_MODEL_LATEST_VERSION + + +# Senzing data +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING=v1 + + +SENZING_DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/senzing/base_data) +SENZING_PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/parser) +SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/language_classifier) + +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION=$SENZING_DATA_FILE_LATEST_VERSION + +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION=$SENZING_PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$SENZING_LANG_CLASS_MODEL_LATEST_VERSION + + +ac_config_files="$ac_config_files Makefile libpostal.pc src/Makefile src/libpostal_data test/Makefile" + + +# Extract the first word of "shuf", so it can be a program name with args. +set dummy shuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_SHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_SHUF"; then + ac_cv_prog_FOUND_SHUF="$FOUND_SHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_SHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_SHUF=$ac_cv_prog_FOUND_SHUF +if test -n "$FOUND_SHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_SHUF" >&5 +printf "%s\n" "$FOUND_SHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +# Extract the first word of "gshuf", so it can be a program name with args. +set dummy gshuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_GSHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_GSHUF"; then + ac_cv_prog_FOUND_GSHUF="$FOUND_GSHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_GSHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_GSHUF=$ac_cv_prog_FOUND_GSHUF +if test -n "$FOUND_GSHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_GSHUF" >&5 +printf "%s\n" "$FOUND_GSHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + +if test "x$FOUND_SHUF" = xyes +then : + +printf "%s\n" "#define HAVE_SHUF 1" >>confdefs.h + +fi +if test "x$FOUND_GSHUF" = xyes +then : + +printf "%s\n" "#define HAVE_GSHUF 1" >>confdefs.h + +fi + +# ------------------------------------------------------------------ +# Checks for SSE2 build +# ------------------------------------------------------------------ + +# Check whether --enable-sse2 was given. +if test ${enable_sse2+y} +then : + enableval=$enable_sse2; +fi + + +if test "x$enable_sse2" != "xno" && test "x$(uname -m)" != "xarm64" && test "x$(uname -m)" != "xaarch64" +then : + + CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}" + +fi + +ac_fn_c_check_header_compile "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" +if test "x$ac_cv_header_cblas_h" = xyes +then : + + +ax_cblas_ok=no + + +# Check whether --with-cblas was given. +if test ${with_cblas+y} +then : + withval=$with_cblas; +fi + +case $with_cblas in + yes | "") ;; + no) ax_cblas_ok=disable ;; + -* | */* | *.a | *.so | *.so.* | *.o) CBLAS_LIBS="$with_cblas" ;; + *) CBLAS_LIBS="-l$with_cblas" ;; +esac + +ax_cblas_save_LIBS="$LIBS" + +# First, check CBLAS_LIBS environment variable +if test $ax_cblas_ok = no; then +if test "x$CBLAS_LIBS" != x; then + save_LIBS="$LIBS"; LIBS="$CBLAS_LIBS $LIBS" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in $CBLAS_LIBS" >&5 +printf %s "checking for cblas_dgemm in $CBLAS_LIBS... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ax_cblas_ok=yes +else $as_nop + CBLAS_LIBS="" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cblas_ok" >&5 +printf "%s\n" "$ax_cblas_ok" >&6; } + LIBS="$save_LIBS" +fi +fi + +# CBLAS linked to by default? (happens on some supercomputers) +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="$LIBS" + ac_fn_c_check_func "$LINENO" "cblas_dgemm" "ac_cv_func_cblas_dgemm" +if test "x$ac_cv_func_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes +fi + + LIBS="$save_LIBS" +fi + +# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5 +printf %s "checking for ATL_xerbla in -latlas... " >&6; } +if test ${ac_cv_lib_atlas_ATL_xerbla+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-latlas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char ATL_xerbla (); +int +main (void) +{ +return ATL_xerbla (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_atlas_ATL_xerbla=yes +else $as_nop + ac_cv_lib_atlas_ATL_xerbla=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_atlas_ATL_xerbla" >&5 +printf "%s\n" "$ac_cv_lib_atlas_ATL_xerbla" >&6; } +if test "x$ac_cv_lib_atlas_ATL_xerbla" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5 +printf %s "checking for cblas_dgemm in -lcblas... " >&6; } +if test ${ac_cv_lib_cblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcblas -latlas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_cblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_cblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_cblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes + CBLAS_LIBS="-lcblas -latlas" +fi + +fi + +fi + +# BLAS in Intel MKL library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lmkl" >&5 +printf %s "checking for cblas_dgemm in -lmkl... " >&6; } +if test ${ac_cv_lib_mkl_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lmkl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_mkl_cblas_dgemm=yes +else $as_nop + ac_cv_lib_mkl_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mkl_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_mkl_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_mkl_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-lmkl" +fi + +fi + +# BLAS in Apple vecLib library? +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS" + ac_fn_c_check_func "$LINENO" "cblas_dgemm" "ac_cv_func_cblas_dgemm" +if test "x$ac_cv_func_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-framework vecLib" +fi + + LIBS="$save_LIBS" +fi + +# BLAS in Alpha DXML library? (now called CXML, see above) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -ldxml" >&5 +printf %s "checking for cblas_dgemm in -ldxml... " >&6; } +if test ${ac_cv_lib_dxml_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldxml $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dxml_cblas_dgemm=yes +else $as_nop + ac_cv_lib_dxml_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dxml_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_dxml_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_dxml_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-ldxml" +fi + +fi + +# BLAS in Sun Performance library? +if test $ax_cblas_ok = no; then + if test "x$GCC" != xyes; then # only works with Sun CC + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5 +printf %s "checking for acosp in -lsunmath... " >&6; } +if test ${ac_cv_lib_sunmath_acosp+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsunmath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char acosp (); +int +main (void) +{ +return acosp (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_sunmath_acosp=yes +else $as_nop + ac_cv_lib_sunmath_acosp=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sunmath_acosp" >&5 +printf "%s\n" "$ac_cv_lib_sunmath_acosp" >&6; } +if test "x$ac_cv_lib_sunmath_acosp" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lsunperf" >&5 +printf %s "checking for cblas_dgemm in -lsunperf... " >&6; } +if test ${ac_cv_lib_sunperf_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsunperf -lsunmath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_sunperf_cblas_dgemm=yes +else $as_nop + ac_cv_lib_sunperf_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sunperf_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_sunperf_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_sunperf_cblas_dgemm" = xyes +then : + CBLAS_LIBS="-xlic_lib=sunperf -lsunmath" + ax_cblas_ok=yes +fi + +fi + + fi +fi + +# BLAS in SCSL library? (SGI/Cray Scientific Library) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lscs" >&5 +printf %s "checking for cblas_dgemm in -lscs... " >&6; } +if test ${ac_cv_lib_scs_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lscs $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_scs_cblas_dgemm=yes +else $as_nop + ac_cv_lib_scs_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_scs_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_scs_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_scs_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lscs" +fi + +fi + +# BLAS in SGIMATH library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcomplib.sgimath" >&5 +printf %s "checking for cblas_dgemm in -lcomplib.sgimath... " >&6; } +if test ${ac_cv_lib_complib_sgimath_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcomplib.sgimath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_complib_sgimath_cblas_dgemm=yes +else $as_nop + ac_cv_lib_complib_sgimath_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_complib_sgimath_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_complib_sgimath_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_complib_sgimath_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lcomplib.sgimath" +fi + +fi + +# BLAS in IBM ESSL library? (requires generic BLAS lib, too) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lblas" >&5 +printf %s "checking for cblas_dgemm in -lblas... " >&6; } +if test ${ac_cv_lib_blas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_blas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_blas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_blas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_blas_cblas_dgemm" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lessl" >&5 +printf %s "checking for cblas_dgemm in -lessl... " >&6; } +if test ${ac_cv_lib_essl_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lessl -lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_essl_cblas_dgemm=yes +else $as_nop + ac_cv_lib_essl_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_essl_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_essl_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_essl_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lessl -lblas" +fi + +fi + +fi + +# BLAS in OpenBLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lopenblas" >&5 +printf %s "checking for cblas_dgemm in -lopenblas... " >&6; } +if test ${ac_cv_lib_openblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lopenblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_openblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_openblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_openblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_openblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lopenblas" +fi + +fi + +# Generic CBLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5 +printf %s "checking for cblas_dgemm in -lcblas... " >&6; } +if test ${ac_cv_lib_cblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_cblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_cblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_cblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lcblas" +fi + +fi + +# Generic BLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lblas" >&5 +printf %s "checking for cblas_dgemm in -lblas... " >&6; } +if test ${ac_cv_lib_blas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_blas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_blas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_blas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_blas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lblas" +fi + +fi + + + +LIBS="$ax_cblas_save_LIBS" + +# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: +if test x"$ax_cblas_ok" = xyes; then + +printf "%s\n" "#define HAVE_CBLAS 1" >>confdefs.h + + : +else + ax_cblas_ok=no + +fi + +fi + + +# Check whether --enable-data-download was given. +if test ${enable_data_download+y} +then : + enableval=$enable_data_download; case "${enableval}" in + yes) DOWNLOAD_DATA=true ;; + no) DOWNLOAD_DATA=false ;; + *) as_fn_error $? "bad value ${enableval} for --disable-data-download" "$LINENO" 5 ;; + esac +else $as_nop + DOWNLOAD_DATA=true +fi + + + +if ${MODEL:+false} : +then : + +else $as_nop + if test "x$MODEL" = xsenzing +then : + +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Invalid MODEL value set +See \`config.log' for more details" "$LINENO" 5; } +fi +fi + + if test "x$DOWNLOAD_DATA" = "xtrue"; then + DOWNLOAD_DATA_TRUE= + DOWNLOAD_DATA_FALSE='#' +else + DOWNLOAD_DATA_TRUE='#' + DOWNLOAD_DATA_FALSE= +fi + + + +# Check whether --with-cflags-scanner-extra was given. +if test ${with_cflags_scanner_extra+y} +then : + withval=$with_cflags_scanner_extra; + if test "x$withval" = "xno"; then + CFLAGS_SCANNER_EXTRA="" + else + CFLAGS_SCANNER_EXTRA="$withval" + fi + +else $as_nop + CFLAGS_SCANNER_EXTRA="" + +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&5 +printf "%s\n" "$as_me: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&6;} + + + +LIBPOSTAL_SO_VERSION="${LIBPOSTAL_MAJOR_VERSION}:${LIBPOSTAL_MINOR_VERSION}:${LIBPOSTAL_PATCH_VERSION}" + + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +printf "%s\n" "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +printf %s "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 +printf "%s\n" "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${DOWNLOAD_DATA_TRUE}" && test -z "${DOWNLOAD_DATA_FALSE}"; then + as_fn_error $? "conditional \"DOWNLOAD_DATA\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_echo='printf %s\n' +as_echo_n='printf %s' + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to the package provider." + +_ACEOF +ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` +ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config='$ac_cs_config_escaped' +ac_cs_version="\\ +libpostal config.status 1.1.1 +configured by $0, generated by GNU Autoconf 2.71, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2021 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + printf "%s\n" "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + printf "%s\n" "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + printf "%s\n" "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + printf "%s\n" "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" + + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' +lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' +want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' +nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' +lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' +configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' + +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in SHELL \ +ECHO \ +PATH_SEPARATOR \ +SED \ +GREP \ +EGREP \ +FGREP \ +LD \ +NM \ +LN_S \ +lt_SP2NL \ +lt_NL2SP \ +reload_flag \ +FILECMD \ +OBJDUMP \ +deplibs_check_method \ +file_magic_cmd \ +file_magic_glob \ +want_nocaseglob \ +DLLTOOL \ +sharedlib_from_linklib_cmd \ +AR \ +archiver_list_spec \ +STRIP \ +RANLIB \ +CC \ +CFLAGS \ +compiler \ +lt_cv_sys_global_symbol_pipe \ +lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_import \ +lt_cv_sys_global_symbol_to_c_name_address \ +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ +lt_cv_nm_interface \ +nm_file_list_spec \ +lt_cv_truncate_bin \ +lt_prog_compiler_no_builtin_flag \ +lt_prog_compiler_pic \ +lt_prog_compiler_wl \ +lt_prog_compiler_static \ +lt_cv_prog_compiler_c_o \ +need_locks \ +MANIFEST_TOOL \ +DSYMUTIL \ +NMEDIT \ +LIPO \ +OTOOL \ +OTOOL64 \ +shrext_cmds \ +export_dynamic_flag_spec \ +whole_archive_flag_spec \ +compiler_needs_object \ +with_gnu_ld \ +allow_undefined_flag \ +no_undefined_flag \ +hardcode_libdir_flag_spec \ +hardcode_libdir_separator \ +exclude_expsyms \ +include_expsyms \ +file_list_spec \ +variables_saved_for_relink \ +libname_spec \ +library_names_spec \ +soname_spec \ +install_override_mode \ +finish_eval \ +old_striplib \ +striplib; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in reload_cmds \ +old_postinstall_cmds \ +old_postuninstall_cmds \ +old_archive_cmds \ +extract_expsyms_cmds \ +old_archive_from_new_cmds \ +old_archive_from_expsyms_cmds \ +archive_cmds \ +archive_expsym_cmds \ +module_cmds \ +module_expsym_cmds \ +export_symbols_cmds \ +prelink_cmds \ +postlink_cmds \ +postinstall_cmds \ +postuninstall_cmds \ +finish_cmds \ +sys_lib_search_path_spec \ +configure_time_dlsearch_path \ +configure_time_lt_sys_library_path; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +ac_aux_dir='$ac_aux_dir' + +# See if we are running on zsh, and set the options that allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + + + PACKAGE='$PACKAGE' + VERSION='$VERSION' + RM='$RM' + ofile='$ofile' + + + + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "libpostal.pc") CONFIG_FILES="$CONFIG_FILES libpostal.pc" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/libpostal_data") CONFIG_FILES="$CONFIG_FILES src/libpostal_data" ;; + "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files + test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers + test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +printf "%s\n" "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`printf "%s\n" "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +printf "%s\n" "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in #( + *\'*) : + eval set x "$CONFIG_FILES" ;; #( + *) : + set x $CONFIG_FILES ;; #( + *) : + ;; +esac + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk +} + ;; + "libtool":C) + + # See if we are running on zsh, and set the options that allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST + fi + + cfgfile=${ofile}T + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL +# Generated automatically by $as_me ($PACKAGE) $VERSION +# NOTE: Changes made to this file will be lost: look at ltmain.sh. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +# Copyright (C) 2014 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. + +# GNU Libtool 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 of the License, or +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. +# +# GNU Libtool 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. If not, see . + + +# The names of the tagged configurations supported by this script. +available_tags='' + +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} + +# ### BEGIN LIBTOOL CONFIG + +# Which release of libtool.m4 was used? +macro_version=$macro_version +macro_revision=$macro_revision + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# What type of objects to build. +pic_mode=$pic_mode + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# Shared archive member basename,for filename based shared library versioning on AIX. +shared_archive_member_spec=$shared_archive_member_spec + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="\$SED -e 1s/^X//" + +# A grep program that handles long lines. +GREP=$lt_GREP + +# An ERE matcher. +EGREP=$lt_EGREP + +# A literal string matcher. +FGREP=$lt_FGREP + +# A BSD- or MS-compatible name lister. +NM=$lt_NM + +# Whether we need soft or hard links. +LN_S=$lt_LN_S + +# What is the maximum length of a command? +max_cmd_len=$max_cmd_len + +# Object file suffix (normally "o"). +objext=$ac_objext + +# Executable file suffix (normally ""). +exeext=$exeext + +# whether the shell understands "unset". +lt_unset=$lt_unset + +# turn spaces into newlines. +SP2NL=$lt_lt_SP2NL + +# turn newlines into spaces. +NL2SP=$lt_lt_NL2SP + +# convert \$build file names to \$host format. +to_host_file_cmd=$lt_cv_to_host_file_cmd + +# convert \$build files to toolchain format. +to_tool_file_cmd=$lt_cv_to_tool_file_cmd + +# A file(cmd) program that detects file types. +FILECMD=$lt_FILECMD + +# An object symbol dumper. +OBJDUMP=$lt_OBJDUMP + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method = "file_magic". +file_magic_cmd=$lt_file_magic_cmd + +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob=$lt_file_magic_glob + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob=$lt_want_nocaseglob + +# DLL creation program. +DLLTOOL=$lt_DLLTOOL + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd + +# The archiver. +AR=$lt_AR + +# Flags to create an archive (by configure). +lt_ar_flags=$lt_ar_flags + +# Flags to create an archive. +AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"} + +# How to feed a file listing to the archiver. +archiver_list_spec=$lt_archiver_list_spec + +# A symbol stripping program. +STRIP=$lt_STRIP + +# Commands used to install an old-style archive. +RANLIB=$lt_RANLIB +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + +# A C compiler. +LTCC=$lt_CC + +# LTCC compiler flags. +LTCFLAGS=$lt_CFLAGS + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration. +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm into a list of symbols to manually relocate. +global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import + +# Transform the output of nm in a C name address pair. +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# Transform the output of nm in a C name address pair when lib prefix is needed. +global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix + +# The name lister interface. +nm_interface=$lt_lt_cv_nm_interface + +# Specify filename containing input files for \$NM. +nm_file_list_spec=$lt_nm_file_list_spec + +# The root where to search for dependent libraries,and where our libraries should be installed. +lt_sysroot=$lt_sysroot + +# Command to truncate a binary pipe. +lt_truncate_bin=$lt_lt_cv_truncate_bin + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# Used to examine libraries when file_magic_cmd begins with "file". +MAGIC_CMD=$MAGIC_CMD + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Manifest tool. +MANIFEST_TOOL=$lt_MANIFEST_TOOL + +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. +DSYMUTIL=$lt_DSYMUTIL + +# Tool to change global to local symbols on Mac OS X. +NMEDIT=$lt_NMEDIT + +# Tool to manipulate fat objects and archives on Mac OS X. +LIPO=$lt_LIPO + +# ldd/readelf like tool for Mach-O binaries on Mac OS X. +OTOOL=$lt_OTOOL + +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. +OTOOL64=$lt_OTOOL64 + +# Old archive suffix (normally "a"). +libext=$libext + +# Shared library suffix (normally ".so"). +shrext_cmds=$lt_shrext_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at link time. +variables_saved_for_relink=$lt_variables_saved_for_relink + +# Do we need the "lib" prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Library versioning type. +version_type=$version_type + +# Shared library runtime path variable. +runpath_var=$runpath_var + +# Shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + +# Command to use after installation of a shared archive. +postinstall_cmds=$lt_postinstall_cmds + +# Command to use after uninstallation of a shared archive. +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# As "finish_cmds", except a single script fragment to be evaled but +# not shown. +finish_eval=$lt_finish_eval + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Compile-time system search path for libraries. +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Detected run-time system search path for libraries. +sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path + +# Explicit LT_SYS_LIBRARY_PATH set during ./configure time. +configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + + +# The linker used to build libraries. +LD=$lt_LD + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds + +# A language specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU compiler? +with_gcc=$GCC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \$shlibpath_var if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# ### END LIBTOOL CONFIG + +_LT_EOF + + cat <<'_LT_EOF' >> "$cfgfile" + +# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x$2 in + x) + ;; + *:) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" + ;; + x:*) + eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" + ;; + *) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" + ;; + esac +} + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in $*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + + +# ### END FUNCTIONS SHARED WITH CONFIGURE + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + + +ltmain=$ac_aux_dir/ltmain.sh + + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + $SED '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + + ;; + "Makefile":F) chmod +x src/libpostal_data ;; + "libpostal.pc":F) chmod +x src/libpostal_data ;; + "src/Makefile":F) chmod +x src/libpostal_data ;; + "src/libpostal_data":F) chmod +x src/libpostal_data ;; + "test/Makefile":F) chmod +x src/libpostal_data ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + + diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..c1c0d5a --- /dev/null +++ b/configure.ac @@ -0,0 +1,155 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +m4_define([LIBPOSTAL_VERSION], [1.1.1]) + +AC_INIT([libpostal], LIBPOSTAL_VERSION) + +AC_CONFIG_MACRO_DIR([m4]) + +AM_INIT_AUTOMAKE([foreign subdir-objects]) +AC_CONFIG_SRCDIR([src]) +LT_INIT([shared]) + +AC_CONFIG_HEADERS([config.h]) + +# Checks for programs. +AC_PROG_CC_C99 +AC_PROG_INSTALL + +LDFLAGS="$LDFLAGS -L/usr/local/lib" + +# Checks for libraries. +AC_SEARCH_LIBS([log], + [m],,[AC_MSG_ERROR([Could not find math library])]) + +# Checks for header files. +AC_HEADER_STDC +AC_HEADER_TIME +AC_HEADER_DIRENT +AC_HEADER_STDBOOL +AC_CHECK_HEADERS([fcntl.h float.h inttypes.h limits.h locale.h malloc.h memory.h stddef.h stdint.h stdlib.h string.h unistd.h]) + +# Checks for typedefs, structures, and compiler characteristics. +AC_C_INLINE +AC_TYPE_INT16_T +AC_TYPE_INT32_T +AC_TYPE_INT64_T +AC_TYPE_INT8_T +AC_TYPE_OFF_T +AC_TYPE_SIZE_T +AC_TYPE_SSIZE_T +AC_TYPE_UINT16_T +AC_TYPE_UINT32_T +AC_TYPE_UINT64_T +AC_TYPE_UINT8_T +AC_CHECK_TYPES([ptrdiff_t]) + +# Checks for library functions. +AC_CHECK_FUNCS([malloc realloc drand48 getcwd gettimeofday memmove memset regcomp setlocale sqrt strdup strndup]) + +AS_IF([:], [ + vers='LIBPOSTAL_VERSION' + + major=${vers%%.*} + rest=${vers#*.} + minor=${rest%%.*} + patch=${rest#*.} + + case $major in (*[!0-9]*|'') AC_MSG_ERROR([Non-numeric major version in LIBPOSTAL_VERSION ('$major')]);; esac + case $minor in (*[!0-9]*|'') AC_MSG_ERROR([Non-numeric minor version in LIBPOSTAL_VERSION ('$minor')]);; esac + case $patch in (*[!0-9]*|'') AC_MSG_ERROR([Non-numeric patch version in LIBPOSTAL_VERSION ('$patch')]);; esac + + AC_SUBST([LIBPOSTAL_MAJOR_VERSION], [$major]) + AC_SUBST([LIBPOSTAL_MINOR_VERSION], [$minor]) + AC_SUBST([LIBPOSTAL_PATCH_VERSION], [$patch]) + + AC_DEFINE_UNQUOTED([LIBPOSTAL_MAJOR_VERSION], [$major], [Major version]) + AC_DEFINE_UNQUOTED([LIBPOSTAL_MINOR_VERSION], [$minor], [Minor version]) + AC_DEFINE_UNQUOTED([LIBPOSTAL_PATCH_VERSION], [$patch], [Patch version]) +]) + + +AC_SUBST([LIBPOSTAL_DATA_DIR_VERSION_STRING], [v1]) + +DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/base_data) +PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/parser) +LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/language_classifier) + +AC_SUBST([LIBPOSTAL_DATA_FILE_LATEST_VERSION], [$DATA_FILE_LATEST_VERSION]) +AC_SUBST([LIBPOSTAL_PARSER_MODEL_LATEST_VERSION], [$PARSER_MODEL_LATEST_VERSION]) +AC_SUBST([LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION], [$LANG_CLASS_MODEL_LATEST_VERSION]) + +# Senzing data +AC_SUBST([LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING], [v1]) + +SENZING_DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/senzing/base_data) +SENZING_PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/parser) +SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/language_classifier) + +AC_SUBST([LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION], [$SENZING_DATA_FILE_LATEST_VERSION]) +AC_SUBST([LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION], [$SENZING_PARSER_MODEL_LATEST_VERSION]) +AC_SUBST([LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION], [$SENZING_LANG_CLASS_MODEL_LATEST_VERSION]) + +AC_CONFIG_FILES([Makefile + libpostal.pc + src/Makefile + src/libpostal_data + test/Makefile], [chmod +x src/libpostal_data]) + +AC_CHECK_PROG([FOUND_SHUF], [shuf], [yes]) +AC_CHECK_PROG([FOUND_GSHUF], [gshuf], [yes]) + +AS_IF([test "x$FOUND_SHUF" = xyes], [AC_DEFINE([HAVE_SHUF], [1], [shuf available])]) +AS_IF([test "x$FOUND_GSHUF" = xyes], [AC_DEFINE([HAVE_GSHUF], [1], [gshuf available])]) + +# ------------------------------------------------------------------ +# Checks for SSE2 build +# ------------------------------------------------------------------ + +AC_ARG_ENABLE([sse2], + AS_HELP_STRING( + [--disable-sse2], + [disable SSE2 optimization routines] + ) + ) + +AS_IF([test "x$enable_sse2" != "xno" && test "x$(uname -m)" != "xarm64" && test "x$(uname -m)" != "xaarch64"], [ + CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}" +]) + +AC_CHECK_HEADER(cblas.h, [AX_CBLAS]) + +AC_ARG_ENABLE([data-download], + [ --disable-data-download Disable downloading data], + [case "${enableval}" in + yes) DOWNLOAD_DATA=true ;; + no) DOWNLOAD_DATA=false ;; + *) AC_MSG_ERROR([bad value ${enableval} for --disable-data-download]) ;; + esac], [DOWNLOAD_DATA=true]) + +AC_ARG_VAR(MODEL, [Option to use alternative data models. Currently available is "senzing" (MODEL=senzing). If this option is not set the default libpostal data model is used.]) +AS_VAR_IF([MODEL], [], [], + [AS_VAR_IF([MODEL], [senzing], [], [AC_MSG_FAILURE([Invalid MODEL value set])])]) + +AM_CONDITIONAL([DOWNLOAD_DATA], [test "x$DOWNLOAD_DATA" = "xtrue"]) + +AC_ARG_WITH(cflags-scanner-extra, [AS_HELP_STRING([--with-cflags-scanner-extra@<:@=VALUE@:>@], [Extra compilation options for scanner.c])], +[ + if test "x$withval" = "xno"; then + CFLAGS_SCANNER_EXTRA="" + else + CFLAGS_SCANNER_EXTRA="$withval" + fi +], +[ CFLAGS_SCANNER_EXTRA="" ] +) + +AC_MSG_NOTICE([extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA]) +AC_SUBST(CFLAGS_SCANNER_EXTRA) + + +LIBPOSTAL_SO_VERSION="${LIBPOSTAL_MAJOR_VERSION}:${LIBPOSTAL_MINOR_VERSION}:${LIBPOSTAL_PATCH_VERSION}" +AC_SUBST(LIBPOSTAL_SO_VERSION) + +AC_OUTPUT diff --git a/configure~ b/configure~ new file mode 100755 index 0000000..19996f8 --- /dev/null +++ b/configure~ @@ -0,0 +1,16780 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.71 for libpostal 1.1.1. +# +# +# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, +# Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="as_nop=: +if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else \$as_nop + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ) +then : + +else \$as_nop + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +blah=\$(echo \$(echo blah)) +test x\"\$blah\" = xblah || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null +then : + as_have_required=yes +else $as_nop + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null +then : + +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$as_shell as_have_required=yes + if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null +then : + break 2 +fi +fi + done;; + esac + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi +fi + + + if test "x$CONFIG_SHELL" != x +then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno +then : + printf "%s\n" "$0: This script requires a shell more modern than all" + printf "%s\n" "$0: the shells that I found on your system." + if test ${ZSH_VERSION+y} ; then + printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" + printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." + else + printf "%s\n" "$0: Please tell bug-autoconf@gnu.org about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit +# as_fn_nop +# --------- +# Do nothing but, unlike ":", preserve the value of $?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + +# as_fn_nop +# --------- +# Do nothing but, unlike ":", preserve the value of $?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_echo='printf %s\n' +as_echo_n='printf %s' + + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + +SHELL=${CONFIG_SHELL-/bin/sh} + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='libpostal' +PACKAGE_TARNAME='libpostal' +PACKAGE_VERSION='1.1.1' +PACKAGE_STRING='libpostal 1.1.1' +PACKAGE_BUGREPORT='' +PACKAGE_URL='' + +ac_unique_file="src" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_STDIO_H +# include +#endif +#ifdef HAVE_STDLIB_H +# include +#endif +#ifdef HAVE_STRING_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_header_c_list= +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIBOBJS +LIBPOSTAL_SO_VERSION +CFLAGS_SCANNER_EXTRA +DOWNLOAD_DATA_FALSE +DOWNLOAD_DATA_TRUE +MODEL +CBLAS_LIBS +FOUND_GSHUF +FOUND_SHUF +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION +LIBPOSTAL_DATA_FILE_LATEST_VERSION +LIBPOSTAL_DATA_DIR_VERSION_STRING +LIBPOSTAL_PATCH_VERSION +LIBPOSTAL_MINOR_VERSION +LIBPOSTAL_MAJOR_VERSION +LT_SYS_LIBRARY_PATH +OTOOL64 +OTOOL +LIPO +NMEDIT +DSYMUTIL +MANIFEST_TOOL +RANLIB +ac_ct_AR +AR +DLLTOOL +OBJDUMP +FILECMD +LN_S +NM +ac_ct_DUMPBIN +DUMPBIN +LD +FGREP +EGREP +GREP +SED +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +LIBTOOL +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +CSCOPE +ETAGS +CTAGS +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL +am__quote' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_shared +enable_static +with_pic +enable_fast_install +with_aix_soname +enable_dependency_tracking +with_gnu_ld +with_sysroot +enable_libtool_lock +enable_sse2 +with_cblas +enable_data_download +with_cflags_scanner_extra +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +LT_SYS_LIBRARY_PATH +MODEL' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures libpostal 1.1.1 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/libpostal] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of libpostal 1.1.1:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-shared[=PKGS] build shared libraries [default=yes] + --enable-static[=PKGS] build static libraries [default=yes] + --enable-fast-install[=PKGS] + optimize for fast installation [default=yes] + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + --disable-libtool-lock avoid locking (might break parallel builds) + --disable-sse2 disable SSE2 optimization routines + + --disable-data-download Disable downloading data + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use + both] + --with-aix-soname=aix|svr4|both + shared library versioning (aka "SONAME") variant to + provide on AIX, [default=aix]. + --with-gnu-ld assume the C compiler uses GNU ld [default=no] + --with-sysroot[=DIR] Search for dependent libraries within DIR (or the + compiler's sysroot if not specified). + --with-cblas= use CBLAS library + --with-cflags-scanner-extra[=VALUE] + Extra compilation options for scanner.c + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + LT_SYS_LIBRARY_PATH + User-defined run-time library search path. + MODEL Option to use alternative data models. Currently available is + "senzing" (MODEL=senzing). If this option is not set the default + libpostal data model is used. + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to the package provider. +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for configure.gnu first; this name is used for a wrapper for + # Metaconfig's "Configure" on case-insensitive file systems. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +libpostal configure 1.1.1 +generated by GNU Autoconf 2.71 + +Copyright (C) 2021 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +# ac_fn_c_try_compile LINENO +# -------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_compile + +# ac_fn_c_try_link LINENO +# ----------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_link + +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists and can be compiled using the include files in +# INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_compile + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. */ + +#include +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main (void) +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_func + +# ac_fn_c_check_type LINENO TYPE VAR INCLUDES +# ------------------------------------------- +# Tests whether TYPE exists after having included INCLUDES, setting cache +# variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + eval "$3=yes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_type + +# ac_fn_c_find_intX_t LINENO BITS VAR +# ----------------------------------- +# Finds a signed integer type with width BITS, setting cache variable VAR +# accordingly. +ac_fn_c_find_intX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5 +printf %s "checking for int$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in int$2_t 'int' 'long int' \ + 'long long int' 'short int' 'signed char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))]; +test_array [0] = 0; +return test_array [0]; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default + enum { N = $2 / 2 - 1 }; +int +main (void) +{ +static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1) + < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))]; +test_array [0] = 0; +return test_array [0]; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + case $ac_type in #( + int$2_t) : + eval "$3=yes" ;; #( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_find_intX_t + +# ac_fn_c_find_uintX_t LINENO BITS VAR +# ------------------------------------ +# Finds an unsigned integer type with width BITS, setting cache variable VAR +# accordingly. +ac_fn_c_find_uintX_t () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5 +printf %s "checking for uint$2_t... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + # Order is important - never check a type that is potentially smaller + # than half of the expected target width. + for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \ + 'unsigned long long int' 'unsigned short int' 'unsigned char'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main (void) +{ +static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)]; +test_array [0] = 0; +return test_array [0]; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + case $ac_type in #( + uint$2_t) : + eval "$3=yes" ;; #( + *) : + eval "$3=\$ac_type" ;; +esac +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if eval test \"x\$"$3"\" = x"no" +then : + +else $as_nop + break +fi + done +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_find_uintX_t +ac_configure_args_raw= +for ac_arg +do + case $ac_arg in + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_configure_args_raw " '$ac_arg'" +done + +case $ac_configure_args_raw in + *$as_nl*) + ac_safe_unquote= ;; + *) + ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. + ac_unsafe_a="$ac_unsafe_z#~" + ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" + ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; +esac + +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + $ $0$ac_configure_args_raw + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + printf "%s\n" "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Sanitize IFS. + IFS=" "" $as_nl" + # Save into config.log some information that might help in debugging. + { + echo + + printf "%s\n" "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + printf "%s\n" "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + printf "%s\n" "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + printf "%s\n" "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + printf "%s\n" "$as_me: caught signal $ac_signal" + printf "%s\n" "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +printf "%s\n" "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + ac_site_files="$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + ac_site_files="$prefix/share/config.site $prefix/etc/config.site" +else + ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" +fi + +for ac_site_file in $ac_site_files +do + case $ac_site_file in #( + */*) : + ;; #( + *) : + ac_site_file=./$ac_site_file ;; +esac + if test -f "$ac_site_file" && test -r "$ac_site_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +printf "%s\n" "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +printf "%s\n" "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Test code for whether the C compiler supports C89 (global declarations) +ac_c_conftest_c89_globals=' +/* Does the compiler advertise C89 conformance? + Do not test the value of __STDC__, because some compilers set it to 0 + while being otherwise adequately conformant. */ +#if !defined __STDC__ +# error "Compiler does not advertise C89 conformance" +#endif + +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ +struct buf { int x; }; +struct buf * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not \xHH hex character constants. + These do not provoke an error unfortunately, instead are silently treated + as an "x". The following induces an error, until -std is added to get + proper ANSI mode. Curiously \x00 != x always comes out true, for an + array size at least. It is necessary to write \x00 == 0 to get something + that is true only with -std. */ +int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) '\''x'\'' +int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), + int, int);' + +# Test code for whether the C compiler supports C89 (body of main). +ac_c_conftest_c89_main=' +ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); +' + +# Test code for whether the C compiler supports C99 (global declarations) +ac_c_conftest_c99_globals=' +// Does the compiler advertise C99 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L +# error "Compiler does not advertise C99 conformance" +#endif + +#include +extern int puts (const char *); +extern int printf (const char *, ...); +extern int dprintf (int, const char *, ...); +extern void *malloc (size_t); + +// Check varargs macros. These examples are taken from C99 6.10.3.5. +// dprintf is used instead of fprintf to avoid needing to declare +// FILE and stderr. +#define debug(...) dprintf (2, __VA_ARGS__) +#define showlist(...) puts (#__VA_ARGS__) +#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +static void +test_varargs_macros (void) +{ + int x = 1234; + int y = 5678; + debug ("Flag"); + debug ("X = %d\n", x); + showlist (The first, second, and third items.); + report (x>y, "x is %d but y is %d", x, y); +} + +// Check long long types. +#define BIG64 18446744073709551615ull +#define BIG32 4294967295ul +#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +#if !BIG_OK + #error "your preprocessor is broken" +#endif +#if BIG_OK +#else + #error "your preprocessor is broken" +#endif +static long long int bignum = -9223372036854775807LL; +static unsigned long long int ubignum = BIG64; + +struct incomplete_array +{ + int datasize; + double data[]; +}; + +struct named_init { + int number; + const wchar_t *name; + double average; +}; + +typedef const char *ccp; + +static inline int +test_restrict (ccp restrict text) +{ + // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) + continue; + return 0; +} + +// Check varargs and va_copy. +static bool +test_varargs (const char *format, ...) +{ + va_list args; + va_start (args, format); + va_list args_copy; + va_copy (args_copy, args); + + const char *str = ""; + int number = 0; + float fnumber = 0; + + while (*format) + { + switch (*format++) + { + case '\''s'\'': // string + str = va_arg (args_copy, const char *); + break; + case '\''d'\'': // int + number = va_arg (args_copy, int); + break; + case '\''f'\'': // float + fnumber = va_arg (args_copy, double); + break; + default: + break; + } + } + va_end (args_copy); + va_end (args); + + return *str && number && fnumber; +} +' + +# Test code for whether the C compiler supports C99 (body of main). +ac_c_conftest_c99_main=' + // Check bool. + _Bool success = false; + success |= (argc != 0); + + // Check restrict. + if (test_restrict ("String literal") == 0) + success = true; + char *restrict newvar = "Another string"; + + // Check varargs. + success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); + test_varargs_macros (); + + // Check flexible array members. + struct incomplete_array *ia = + malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); + ia->datasize = 10; + for (int i = 0; i < ia->datasize; ++i) + ia->data[i] = i * 1.234; + + // Check named initializers. + struct named_init ni = { + .number = 34, + .name = L"Test wide string", + .average = 543.34343, + }; + + ni.number = 58; + + int dynamic_array[ni.number]; + dynamic_array[0] = argv[0][0]; + dynamic_array[ni.number - 1] = 543; + + // work around unused variable warnings + ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' + || dynamic_array[ni.number - 1] != 543); +' + +# Test code for whether the C compiler supports C11 (global declarations) +ac_c_conftest_c11_globals=' +// Does the compiler advertise C11 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L +# error "Compiler does not advertise C11 conformance" +#endif + +// Check _Alignas. +char _Alignas (double) aligned_as_double; +char _Alignas (0) no_special_alignment; +extern char aligned_as_int; +char _Alignas (0) _Alignas (int) aligned_as_int; + +// Check _Alignof. +enum +{ + int_alignment = _Alignof (int), + int_array_alignment = _Alignof (int[100]), + char_alignment = _Alignof (char) +}; +_Static_assert (0 < -_Alignof (int), "_Alignof is signed"); + +// Check _Noreturn. +int _Noreturn does_not_return (void) { for (;;) continue; } + +// Check _Static_assert. +struct test_static_assert +{ + int x; + _Static_assert (sizeof (int) <= sizeof (long int), + "_Static_assert does not work in struct"); + long int y; +}; + +// Check UTF-8 literals. +#define u8 syntax error! +char const utf8_literal[] = u8"happens to be ASCII" "another string"; + +// Check duplicate typedefs. +typedef long *long_ptr; +typedef long int *long_ptr; +typedef long_ptr long_ptr; + +// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. +struct anonymous +{ + union { + struct { int i; int j; }; + struct { int k; long int l; } w; + }; + int m; +} v1; +' + +# Test code for whether the C compiler supports C11 (body of main). +ac_c_conftest_c11_main=' + _Static_assert ((offsetof (struct anonymous, i) + == offsetof (struct anonymous, w.k)), + "Anonymous union alignment botch"); + v1.i = 2; + v1.w.k = 5; + ok |= v1.i != 5; +' + +# Test code for whether the C compiler supports C11 (complete). +ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} +${ac_c_conftest_c11_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + ${ac_c_conftest_c11_main} + return ok; +} +" + +# Test code for whether the C compiler supports C99 (complete). +ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + return ok; +} +" + +# Test code for whether the C compiler supports C89 (complete). +ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + return ok; +} +" + +as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H" +as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H" +as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H" +as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H" +as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H" +as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H" +as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H" +as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H" +as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H" +as_fn_append ac_header_c_list " sys/time.h sys_time_h HAVE_SYS_TIME_H" + +# Auxiliary files required by this configure script. +ac_aux_files="compile config.guess config.sub ltmain.sh missing install-sh" + +# Locations in which to look for auxiliary files. +ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." + +# Search for a directory containing all of the required auxiliary files, +# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. +# If we don't find one directory that contains all the files we need, +# we report the set of missing files from the *first* directory in +# $ac_aux_dir_candidates and give up. +ac_missing_aux_files="" +ac_first_candidate=: +printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in $ac_aux_dir_candidates +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + + printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 + ac_aux_dir_found=yes + ac_install_sh= + for ac_aux in $ac_aux_files + do + # As a special case, if "install-sh" is required, that requirement + # can be satisfied by any of "install-sh", "install.sh", or "shtool", + # and $ac_install_sh is set appropriately for whichever one is found. + if test x"$ac_aux" = x"install-sh" + then + if test -f "${as_dir}install-sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 + ac_install_sh="${as_dir}install-sh -c" + elif test -f "${as_dir}install.sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 + ac_install_sh="${as_dir}install.sh -c" + elif test -f "${as_dir}shtool"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 + ac_install_sh="${as_dir}shtool install -c" + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} install-sh" + else + break + fi + fi + else + if test -f "${as_dir}${ac_aux}"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" + else + break + fi + fi + fi + done + if test "$ac_aux_dir_found" = yes; then + ac_aux_dir="$as_dir" + break + fi + ac_first_candidate=false + + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 +fi + + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +if test -f "${ac_aux_dir}config.guess"; then + ac_config_guess="$SHELL ${ac_aux_dir}config.guess" +fi +if test -f "${ac_aux_dir}config.sub"; then + ac_config_sub="$SHELL ${ac_aux_dir}config.sub" +fi +if test -f "$ac_aux_dir/configure"; then + ac_configure="$SHELL ${ac_aux_dir}configure" +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' + and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + +am__api_version='1.16' + + + + # Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +printf %s "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test ${ac_cv_path_install+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + # Account for fact that we put trailing slashes in our PATH walk. +case $as_dir in #(( + ./ | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test ${ac_cv_path_install+y}; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +printf "%s\n" "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +printf %s "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` + + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + + + if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 +printf %s "checking for a race-free mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test ${ac_cv_path_mkdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ + 'BusyBox '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test ${ac_cv_path_mkdir+y}; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +printf "%s\n" "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AWK+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +printf "%s\n" "$AWK" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval test \${ac_cv_prog_make_${ac_make}_set+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + SET_MAKE= +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +# Check whether --enable-silent-rules was given. +if test ${enable_silent_rules+y} +then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +printf %s "checking whether $am_make supports nested variables... " >&6; } +if test ${am_cv_make_support_nested_variables+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if printf "%s\n" 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='libpostal' + VERSION='1.1.1' + + +printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h + + +printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi + +if test -z "$ETAGS"; then + ETAGS=etags +fi + +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + +case `pwd` in + *\ * | *\ *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 +printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; +esac + + + +macro_version='2.4.7' +macro_revision='2.4.7' + + + + + + + + + + + + + + +ltmain=$ac_aux_dir/ltmain.sh + + + + # Make sure we can run config.sub. +$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +printf %s "checking build system type... " >&6; } +if test ${ac_cv_build+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +printf "%s\n" "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +printf %s "checking host system type... " >&6; } +if test ${ac_cv_host+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +printf "%s\n" "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +printf %s "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case $ECHO in + printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +printf "%s\n" "printf" >&6; } ;; + print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +printf "%s\n" "print -r" >&6; } ;; + *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +printf "%s\n" "cat" >&6; } ;; +esac + + + + + + + + + + + + + + + + + + + + + + + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in #( + '0:this is the am__doit target') : + case $s in #( + BSD) : + am__include='.include' am__quote='"' ;; #( + *) : + am__include='include' am__quote='' ;; +esac ;; #( + *) : + ;; +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +printf "%s\n" "${_am_result}" >&6; } + +# Check whether --enable-dependency-tracking was given. +if test ${enable_dependency_tracking+y} +then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. +set dummy ${ac_tool_prefix}clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. +set dummy clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +fi + + +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion -version; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +printf %s "checking whether the C compiler works... " >&6; } +ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else $as_nop + ac_file='' +fi +if test -z "$ac_file" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +printf %s "checking for C compiler default output file name... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +printf "%s\n" "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +printf %s "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +printf "%s\n" "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main (void) +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +printf %s "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +printf "%s\n" "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +printf %s "checking for suffix of object files... " >&6; } +if test ${ac_cv_objext+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +printf "%s\n" "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +printf %s "checking whether the compiler supports GNU C... " >&6; } +if test ${ac_cv_c_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_compiler_gnu=yes +else $as_nop + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+y} +ac_save_CFLAGS=$CFLAGS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +printf %s "checking whether $CC accepts -g... " >&6; } +if test ${ac_cv_prog_cc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +else $as_nop + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +ac_prog_cc_stdc=no +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +printf %s "checking for $CC option to enable C11 features... " >&6; } +if test ${ac_cv_prog_cc_c11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c11=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c11_program +_ACEOF +for ac_arg in '' -std=gnu11 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 + ac_prog_cc_stdc=c11 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +printf %s "checking for $CC option to enable C99 features... " >&6; } +if test ${ac_cv_prog_cc_c99+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c99_program +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c99" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c99" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 + ac_prog_cc_stdc=c99 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +printf %s "checking for $CC option to enable C89 features... " >&6; } +if test ${ac_cv_prog_cc_c89+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c89_program +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c89" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c89" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 + ac_prog_cc_stdc=c89 +fi +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +printf %s "checking whether $CC understands -c and -o together... " >&6; } +if test ${am_cv_prog_cc_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +depcc="$CC" am_compiler_list= + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +printf %s "checking for a sed that does not truncate output... " >&6; } +if test ${ac_cv_path_SED+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in sed gsed + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +printf "%s\n" "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +printf %s "checking for grep that handles long lines and -e... " >&6; } +if test ${ac_cv_path_GREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in grep ggrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +printf "%s\n" "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 +printf %s "checking for fgrep... " >&6; } +if test ${ac_cv_path_FGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 + then ac_cv_path_FGREP="$GREP -F" + else + if test -z "$FGREP"; then + ac_path_FGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in fgrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_FGREP" || continue +# Check for GNU ac_path_FGREP and select it if it is found. + # Check for GNU $ac_path_FGREP +case `"$ac_path_FGREP" --version 2>&1` in +*GNU*) + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'FGREP' >> "conftest.nl" + "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_FGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_FGREP="$ac_path_FGREP" + ac_path_FGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_FGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_FGREP"; then + as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_FGREP=$FGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 +printf "%s\n" "$ac_cv_path_FGREP" >&6; } + FGREP="$ac_cv_path_FGREP" + + +test -z "$GREP" && GREP=grep + + + + + + + + + + + + + + + + + + + +# Check whether --with-gnu-ld was given. +if test ${with_gnu_ld+y} +then : + withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes +else $as_nop + with_gnu_ld=no +fi + +ac_prog=ld +if test yes = "$GCC"; then + # Check if gcc -print-prog-name=ld gives a path. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +printf %s "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return, which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD=$ac_prog + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test yes = "$with_gnu_ld"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +printf %s "checking for GNU ld... " >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +printf %s "checking for non-GNU ld... " >&6; } +fi +if test ${lt_cv_path_LD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$LD"; then + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD=$ac_dir/$ac_prog + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +printf "%s\n" "$LD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +printf %s "checking if the linker ($LD) is GNU ld... " >&6; } +if test ${lt_cv_prog_gnu_ld+y} +then : + printf %s "(cached) " >&6 +else $as_nop + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 +printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; } +if test ${lt_cv_path_NM+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM=$NM +else + lt_nm_to_check=${ac_tool_prefix}nm + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + tmp_nm=$ac_dir/$lt_tmp_nm + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the 'sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break 2 + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break 2 + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS=$lt_save_ifs + done + : ${lt_cv_path_NM=no} +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 +printf "%s\n" "$lt_cv_path_NM" >&6; } +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DUMPBIN"; then + ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DUMPBIN=$ac_cv_prog_DUMPBIN +if test -n "$DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 +printf "%s\n" "$DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$DUMPBIN" && break + done +fi +if test -z "$DUMPBIN"; then + ac_ct_DUMPBIN=$DUMPBIN + for ac_prog in dumpbin "link -dump" +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DUMPBIN+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DUMPBIN"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN +if test -n "$ac_ct_DUMPBIN"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 +printf "%s\n" "$ac_ct_DUMPBIN" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_DUMPBIN" && break +done + + if test "x$ac_ct_DUMPBIN" = x; then + DUMPBIN=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DUMPBIN=$ac_ct_DUMPBIN + fi +fi + + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi + + if test : != "$DUMPBIN"; then + NM=$DUMPBIN + fi +fi +test -z "$NM" && NM=nm + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 +printf %s "checking the name lister ($NM) interface... " >&6; } +if test ${lt_cv_nm_interface+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: output\"" >&5) + cat conftest.out >&5 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 +printf "%s\n" "$lt_cv_nm_interface" >&6; } + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +printf %s "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +printf "%s\n" "no, using $LN_S" >&6; } +fi + +# find the maximum length of command line arguments +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 +printf %s "checking the maximum length of command line arguments... " >&6; } +if test ${lt_cv_sys_max_cmd_len+y} +then : + printf %s "(cached) " >&6 +else $as_nop + i=0 + teststring=ABCD + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[ ]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len" && \ + test undefined != "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac + +fi + +if test -n "$lt_cv_sys_max_cmd_len"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 +printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5 +printf "%s\n" "none" >&6; } +fi +max_cmd_len=$lt_cv_sys_max_cmd_len + + + + + + +: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi + + + + + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 +printf %s "checking how to convert $build file names to $host format... " >&6; } +if test ${lt_cv_to_host_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac + +fi + +to_host_file_cmd=$lt_cv_to_host_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 +printf %s "checking how to convert $build file names to toolchain format... " >&6; } +if test ${lt_cv_to_tool_file_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + #assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac + +fi + +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 +printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 +printf %s "checking for $LD option to reload object files... " >&6; } +if test ${lt_cv_ld_reload_flag+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_reload_flag='-r' +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 +printf "%s\n" "$lt_cv_ld_reload_flag" >&6; } +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test yes != "$GCC"; then + reload_cmds=false + fi + ;; + darwin*) + if test yes = "$GCC"; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}file", so it can be a program name with args. +set dummy ${ac_tool_prefix}file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FILECMD"; then + ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FILECMD="${ac_tool_prefix}file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FILECMD=$ac_cv_prog_FILECMD +if test -n "$FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5 +printf "%s\n" "$FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_FILECMD"; then + ac_ct_FILECMD=$FILECMD + # Extract the first word of "file", so it can be a program name with args. +set dummy file; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_FILECMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_FILECMD"; then + ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_FILECMD="file" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD +if test -n "$ac_ct_FILECMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FILECMD" >&5 +printf "%s\n" "$ac_ct_FILECMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_FILECMD" = x; then + FILECMD=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + FILECMD=$ac_ct_FILECMD + fi +else + FILECMD="$ac_cv_prog_FILECMD" +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. +set dummy ${ac_tool_prefix}objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OBJDUMP"; then + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OBJDUMP=$ac_cv_prog_OBJDUMP +if test -n "$OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 +printf "%s\n" "$OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OBJDUMP"; then + ac_ct_OBJDUMP=$OBJDUMP + # Extract the first word of "objdump", so it can be a program name with args. +set dummy objdump; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OBJDUMP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OBJDUMP="objdump" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP +if test -n "$ac_ct_OBJDUMP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 +printf "%s\n" "$ac_ct_OBJDUMP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OBJDUMP" = x; then + OBJDUMP="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OBJDUMP=$ac_ct_OBJDUMP + fi +else + OBJDUMP="$ac_cv_prog_OBJDUMP" +fi + +test -z "$OBJDUMP" && OBJDUMP=objdump + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 +printf %s "checking how to recognize dependent libraries... " >&6; } +if test ${lt_cv_deplibs_check_method+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# 'unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# that responds to the $file_magic_cmd with a given extended regex. +# If you have 'file' or equivalent on your system and you're not sure +# whether 'pass_all' will *always* work, you probably want this one. + +case $host_os in +aix[4-9]*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[45]*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='$FILECMD -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly* | midnightbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=$FILECMD + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[3-9]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 +printf "%s\n" "$lt_cv_deplibs_check_method" >&6; } + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + + + + + + + + + + + + + + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. +set dummy ${ac_tool_prefix}dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DLLTOOL"; then + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DLLTOOL=$ac_cv_prog_DLLTOOL +if test -n "$DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +printf "%s\n" "$DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DLLTOOL"; then + ac_ct_DLLTOOL=$DLLTOOL + # Extract the first word of "dlltool", so it can be a program name with args. +set dummy dlltool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DLLTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DLLTOOL"; then + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DLLTOOL="dlltool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL +if test -n "$ac_ct_DLLTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +printf "%s\n" "$ac_ct_DLLTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DLLTOOL" = x; then + DLLTOOL="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DLLTOOL=$ac_ct_DLLTOOL + fi +else + DLLTOOL="$ac_cv_prog_DLLTOOL" +fi + +test -z "$DLLTOOL" && DLLTOOL=dlltool + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 +printf %s "checking how to associate runtime and link libraries... " >&6; } +if test ${lt_cv_sharedlib_from_linklib_cmd+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd=$ECHO + ;; +esac + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 +printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + + + + + + + + +if test -n "$ac_tool_prefix"; then + for ac_prog in ar + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +printf "%s\n" "$AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AR" && break + done +fi +if test -z "$AR"; then + ac_ct_AR=$AR + for ac_prog in ar +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_AR+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +printf "%s\n" "$ac_ct_AR" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_AR" && break +done + + if test "x$ac_ct_AR" = x; then + AR="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +fi + +: ${AR=ar} + + + + + + +# Use ARFLAGS variable as AR's operation code to sync the variable naming with +# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have +# higher priority because thats what people were doing historically (setting +# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS +# variable obsoleted/removed. + +test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} +lt_ar_flags=$AR_FLAGS + + + + + + +# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override +# by AR_FLAGS because that was never working and AR_FLAGS is about to die. + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 +printf %s "checking for archiver @FILE support... " >&6; } +if test ${lt_cv_ar_at_file+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ar_at_file=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -eq "$ac_status"; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -ne "$ac_status"; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 +printf "%s\n" "$lt_cv_ar_at_file" >&6; } + +if test no = "$lt_cv_ar_at_file"; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +test -z "$STRIP" && STRIP=: + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +printf "%s\n" "$RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_RANLIB+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +printf "%s\n" "$ac_ct_RANLIB" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +test -z "$RANLIB" && RANLIB=: + + + + + + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + bitrig* | openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 +printf %s "checking command to parse $NM output from $compiler object... " >&6; } +if test ${lt_cv_sys_global_symbol_pipe+y} +then : + printf %s "(cached) " >&6 +else $as_nop + +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[BCDEGRST]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[ABCDGISTW]' + ;; +hpux*) + if test ia64 = "$host_cpu"; then + symcode='[ABCDEGRST]' + fi + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris*) + symcode='[BDRT]' + ;; +sco3.2v5*) + symcode='[DT]' + ;; +sysv4.2uw2*) + symcode='[DT]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[ABDT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function, + # D for any global variable and I for any imported variable. + # Also find C++ and __fastcall symbols from MSVC++ or ICC, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK '"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx" + else + lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Now try to grab the symbols. + nlist=conftest.nm + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined __osf__ +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS=conftstm.$ac_objext + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&5 + fi + else + echo "cannot find nm_test_var in $nlist" >&5 + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 + fi + else + echo "$progname: failed program was:" >&5 + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test yes = "$pipe_works"; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done + +fi + +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5 +printf "%s\n" "failed" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +printf "%s\n" "ok" >&6; } +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 +printf %s "checking for sysroot... " >&6; } + +# Check whether --with-sysroot was given. +if test ${with_sysroot+y} +then : + withval=$with_sysroot; +else $as_nop + with_sysroot=no +fi + + +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 +printf "%s\n" "$with_sysroot" >&6; } + as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 + ;; +esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 +printf "%s\n" "${lt_sysroot:-no}" >&6; } + + + + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 +printf %s "checking for a working dd... " >&6; } +if test ${ac_cv_path_lt_DD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +if test -z "$lt_DD"; then + ac_path_lt_DD_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in dd + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_lt_DD="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_lt_DD" || continue +if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi + $ac_path_lt_DD_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_lt_DD"; then + : + fi +else + ac_cv_path_lt_DD=$lt_DD +fi + +rm -f conftest.i conftest2.i conftest.out +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 +printf "%s\n" "$ac_cv_path_lt_DD" >&6; } + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 +printf %s "checking how to truncate binary pipes... " >&6; } +if test ${lt_cv_truncate_bin+y} +then : + printf %s "(cached) " >&6 +else $as_nop + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 +printf "%s\n" "$lt_cv_truncate_bin" >&6; } + + + + + + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in $*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + +# Check whether --enable-libtool-lock was given. +if test ${enable_libtool_lock+y} +then : + enableval=$enable_libtool_lock; +fi + +test no = "$enable_libtool_lock" || enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out what ABI is being produced by ac_compile, and set mode + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE=32 + ;; + *ELF-64*) + HPUX_IA64_MODE=64 + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if test yes = "$lt_cv_prog_gnu_ld"; then + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + emul=elf + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + case `$FILECMD conftest.o` in + *x86-64*) + LD="${LD-ld} -m elf32_x86_64" + ;; + *) + LD="${LD-ld} -m elf_i386" + ;; + esac + ;; + powerpc64le-*linux*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + powerpcle-*linux*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS -belf" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 +printf %s "checking whether the C compiler needs -belf... " >&6; } +if test ${lt_cv_cc_needs_belf+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_cc_needs_belf=yes +else $as_nop + lt_cv_cc_needs_belf=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 +printf "%s\n" "$lt_cv_cc_needs_belf" >&6; } + if test yes != "$lt_cv_cc_needs_belf"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS=$SAVE_CFLAGS + fi + ;; +*-*solaris*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `$FILECMD conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*|x86_64-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD=${LD-ld}_sol2 + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks=$enable_libtool_lock + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. +set dummy ${ac_tool_prefix}mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$MANIFEST_TOOL"; then + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL +if test -n "$MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 +printf "%s\n" "$MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_MANIFEST_TOOL"; then + ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL + # Extract the first word of "mt", so it can be a program name with args. +set dummy mt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_MANIFEST_TOOL"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL +if test -n "$ac_ct_MANIFEST_TOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 +printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_MANIFEST_TOOL" = x; then + MANIFEST_TOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL + fi +else + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" +fi + +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 +printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } +if test ${lt_cv_path_mainfest_tool+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&5 + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest* +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 +printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; } +if test yes != "$lt_cv_path_mainfest_tool"; then + MANIFEST_TOOL=: +fi + + + + + + + case $host_os in + rhapsody* | darwin*) + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$DSYMUTIL"; then + ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DSYMUTIL=$ac_cv_prog_DSYMUTIL +if test -n "$DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 +printf "%s\n" "$DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DSYMUTIL"; then + ac_ct_DSYMUTIL=$DSYMUTIL + # Extract the first word of "dsymutil", so it can be a program name with args. +set dummy dsymutil; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_DSYMUTIL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_DSYMUTIL"; then + ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL +if test -n "$ac_ct_DSYMUTIL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 +printf "%s\n" "$ac_ct_DSYMUTIL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_DSYMUTIL" = x; then + DSYMUTIL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DSYMUTIL=$ac_ct_DSYMUTIL + fi +else + DSYMUTIL="$ac_cv_prog_DSYMUTIL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. +set dummy ${ac_tool_prefix}nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$NMEDIT"; then + ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +NMEDIT=$ac_cv_prog_NMEDIT +if test -n "$NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 +printf "%s\n" "$NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_NMEDIT"; then + ac_ct_NMEDIT=$NMEDIT + # Extract the first word of "nmedit", so it can be a program name with args. +set dummy nmedit; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_NMEDIT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_NMEDIT"; then + ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_NMEDIT="nmedit" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT +if test -n "$ac_ct_NMEDIT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 +printf "%s\n" "$ac_ct_NMEDIT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_NMEDIT" = x; then + NMEDIT=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + NMEDIT=$ac_ct_NMEDIT + fi +else + NMEDIT="$ac_cv_prog_NMEDIT" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. +set dummy ${ac_tool_prefix}lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$LIPO"; then + ac_cv_prog_LIPO="$LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_LIPO="${ac_tool_prefix}lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +LIPO=$ac_cv_prog_LIPO +if test -n "$LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 +printf "%s\n" "$LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_LIPO"; then + ac_ct_LIPO=$LIPO + # Extract the first word of "lipo", so it can be a program name with args. +set dummy lipo; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_LIPO+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_LIPO"; then + ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_LIPO="lipo" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO +if test -n "$ac_ct_LIPO"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 +printf "%s\n" "$ac_ct_LIPO" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_LIPO" = x; then + LIPO=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + LIPO=$ac_ct_LIPO + fi +else + LIPO="$ac_cv_prog_LIPO" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL"; then + ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL="${ac_tool_prefix}otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL=$ac_cv_prog_OTOOL +if test -n "$OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 +printf "%s\n" "$OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL"; then + ac_ct_OTOOL=$OTOOL + # Extract the first word of "otool", so it can be a program name with args. +set dummy otool; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL"; then + ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL="otool" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL +if test -n "$ac_ct_OTOOL"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 +printf "%s\n" "$ac_ct_OTOOL" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL" = x; then + OTOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL=$ac_ct_OTOOL + fi +else + OTOOL="$ac_cv_prog_OTOOL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OTOOL64"; then + ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL64=$ac_cv_prog_OTOOL64 +if test -n "$OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 +printf "%s\n" "$OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL64"; then + ac_ct_OTOOL64=$OTOOL64 + # Extract the first word of "otool64", so it can be a program name with args. +set dummy otool64; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OTOOL64+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OTOOL64"; then + ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL64="otool64" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 +if test -n "$ac_ct_OTOOL64"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 +printf "%s\n" "$ac_ct_OTOOL64" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_OTOOL64" = x; then + OTOOL64=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL64=$ac_ct_OTOOL64 + fi +else + OTOOL64="$ac_cv_prog_OTOOL64" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 +printf %s "checking for -single_module linker flag... " >&6; } +if test ${lt_cv_apple_cc_single_mod+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_apple_cc_single_mod=no + if test -z "$LT_MULTI_MODULE"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test 0 = "$_lt_result"; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&5 + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 +printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 +printf %s "checking for -exported_symbols_list linker flag... " >&6; } +if test ${lt_cv_ld_exported_symbols_list+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_ld_exported_symbols_list=yes +else $as_nop + lt_cv_ld_exported_symbols_list=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 +printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +printf %s "checking for -force_load linker flag... " >&6; } +if test ${lt_cv_ld_force_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5 + $AR $AR_FLAGS libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +printf "%s\n" "$lt_cv_ld_force_load" >&6; } + case $host_os in + rhapsody* | darwin1.[012]) + _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + darwin*) + case $MACOSX_DEPLOYMENT_TARGET,$host in + 10.[012],*|,*powerpc*-darwin[5-8]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + *) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test yes = "$lt_cv_apple_cc_single_mod"; then + _lt_dar_single_mod='$single_module' + fi + if test yes = "$lt_cv_ld_exported_symbols_list"; then + _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' + fi + if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x$2 in + x) + ;; + *:) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" + ;; + x:*) + eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" + ;; + *) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" + ;; + esac +} + +ac_header= ac_cache= +for ac_item in $ac_header_c_list +do + if test $ac_cache; then + ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" + if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then + printf "%s\n" "#define $ac_item 1" >> confdefs.h + fi + ac_header= ac_cache= + elif test $ac_header; then + ac_cache=$ac_item + else + ac_header=$ac_item + fi +done + + + + + + + + +if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes +then : + +printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default +" +if test "x$ac_cv_header_dlfcn_h" = xyes +then : + printf "%s\n" "#define HAVE_DLFCN_H 1" >>confdefs.h + +fi + + + + + +# Set options +# Check whether --enable-shared was given. +if test ${enable_shared+y} +then : + enableval=$enable_shared; p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_shared=yes +fi + + + + + + + + + + + enable_dlopen=no + + + enable_win32_dll=no + + + + # Check whether --enable-static was given. +if test ${enable_static+y} +then : + enableval=$enable_static; p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_static=yes +fi + + + + + + + + + + +# Check whether --with-pic was given. +if test ${with_pic+y} +then : + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for lt_pkg in $withval; do + IFS=$lt_save_ifs + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + pic_mode=default +fi + + + + + + + + + # Check whether --enable-fast-install was given. +if test ${enable_fast_install+y} +then : + enableval=$enable_fast_install; p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS=$lt_save_ifs + ;; + esac +else $as_nop + enable_fast_install=yes +fi + + + + + + + + + shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[5-9]*,yes) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 +printf %s "checking which variant of shared library versioning to provide... " >&6; } + +# Check whether --with-aix-soname was given. +if test ${with_aix_soname+y} +then : + withval=$with_aix_soname; case $withval in + aix|svr4|both) + ;; + *) + as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname +else $as_nop + if test ${lt_cv_with_aix_soname+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_with_aix_soname=aix +fi + + with_aix_soname=$lt_cv_with_aix_soname +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 +printf "%s\n" "$with_aix_soname" >&6; } + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac + + + + + + + + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS=$ltmain + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +test -z "$LN_S" && LN_S="ln -s" + + + + + + + + + + + + + + +if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 +printf %s "checking for objdir... " >&6; } +if test ${lt_cv_objdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 +printf "%s\n" "$lt_cv_objdir" >&6; } +objdir=$lt_cv_objdir + + + + + +printf "%s\n" "#define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h + + + + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a '.a' archive for static linking (except MSVC and +# ICC, which need '.lib'). +libext=a + +with_gnu_ld=$lt_cv_prog_gnu_ld + +old_CC=$CC +old_CFLAGS=$CFLAGS + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +func_cc_basename $compiler +cc_basename=$func_cc_basename_result + + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 +printf %s "checking for ${ac_tool_prefix}file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/${ac_tool_prefix}file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + + + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5 +printf %s "checking for file... " >&6; } +if test ${lt_cv_path_MAGIC_CMD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac +fi + +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +printf "%s\n" "$MAGIC_CMD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +# Use C for the default configuration in the libtool script + +lt_save_CC=$CC +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +objext=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + +lt_prog_compiler_no_builtin_flag= + +if test yes = "$GCC"; then + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } +if test ${lt_cv_prog_compiler_rtti_exceptions+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; } + +if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" +else + : +fi + +fi + + + + + + + lt_prog_compiler_wl= +lt_prog_compiler_pic= +lt_prog_compiler_static= + + + if test yes = "$GCC"; then + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_static='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + fi + lt_prog_compiler_pic='-fPIC' + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl='-Wl,' + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + else + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static='$wl-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + case $cc_basename in + # old Intel for x86_64, which still supported -KPIC. + ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='--shared' + lt_prog_compiler_static='--static' + ;; + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-qpic' + lt_prog_compiler_static='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + lt_prog_compiler_wl='-Qoption ld ';; + *) + lt_prog_compiler_wl='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic='-Kconform_pic' + lt_prog_compiler_static='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_can_build_shared=no + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +case $host_os in + # For platforms that do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" + ;; +esac + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +printf %s "checking for $compiler option to produce PIC... " >&6; } +if test ${lt_cv_prog_compiler_pic+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic=$lt_prog_compiler_pic +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; } +lt_prog_compiler_pic=$lt_cv_prog_compiler_pic + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } +if test ${lt_cv_prog_compiler_pic_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works=yes + fi + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_pic_works"; then + case $lt_prog_compiler_pic in + "" | " "*) ;; + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; + esac +else + lt_prog_compiler_pic= + lt_prog_compiler_can_build_shared=no +fi + +fi + + + + + + + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if test ${lt_cv_prog_compiler_static_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_static_works=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works=yes + fi + else + lt_cv_prog_compiler_static_works=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 +printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; } + +if test yes = "$lt_cv_prog_compiler_static_works"; then + : +else + lt_prog_compiler_static= +fi + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if test ${lt_cv_prog_compiler_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; } + + + + +hard_links=nottested +if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then + # do not overwrite the value of need_locks provided by the user + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +printf %s "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +printf "%s\n" "$hard_links" >&6; } + if test no = "$hard_links"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 +printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + runpath_var= + allow_undefined_flag= + always_export_symbols=no + archive_cmds= + archive_expsym_cmds= + compiler_needs_object=no + enable_shared_with_static_runtimes=no + export_dynamic_flag_spec= + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + hardcode_automatic=no + hardcode_direct=no + hardcode_direct_absolute=no + hardcode_libdir_flag_spec= + hardcode_libdir_separator= + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + inherit_rpath=no + link_all_deplibs=unknown + module_cmds= + module_expsym_cmds= + old_archive_from_new_cmds= + old_archive_from_expsyms_cmds= + thread_safe_flag_spec= + whole_archive_flag_spec= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ' (' and ')$', so one must not match beginning or + # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', + # as well as any symbol that contains 'd'. + exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + if test yes != "$GCC"; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) + with_gnu_ld=yes + ;; + openbsd* | bitrig*) + with_gnu_ld=no + ;; + linux* | k*bsd*-gnu | gnu*) + link_all_deplibs=no + ;; + esac + + ld_shlibs=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test yes = "$with_gnu_ld"; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test yes = "$lt_use_gnu_ld_interface"; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='$wl' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='$wl--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' + else + whole_archive_flag_spec= + fi + supports_anon_versioning=no + case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[3-9]*) + # On AIX/PPC, the GNU linker is very broken + if test ia64 != "$host_cpu"; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + else + ld_shlibs=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='$wl--export-all-symbols' + allow_undefined_flag=unsupported + always_export_symbols=no + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs=no + fi + ;; + + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + interix[3-9]*) + hardcode_direct=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test linux-dietlibc = "$host_os"; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test no = "$tmp_diet" + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + whole_archive_flag_spec= + tmp_sharedflag='--shared' ;; + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + ;; + esac + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + tcc*) + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='-rdynamic' + ;; + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test yes = "$supports_anon_versioning"; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + ld_shlibs=no + fi + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + + if test no = "$ld_shlibs"; then + runpath_var= + hardcode_libdir_flag_spec= + export_dynamic_flag_spec= + whole_archive_flag_spec= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag=unsupported + always_export_symbols=yes + archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix[4-9]*) + if test ia64 = "$host_cpu"; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag= + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then + aix_use_runtimelinking=yes + break + fi + done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds='' + hardcode_direct=yes + hardcode_direct_absolute=yes + hardcode_libdir_separator=':' + link_all_deplibs=yes + file_list_spec='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + hardcode_direct=no + hardcode_direct_absolute=no + ;; + esac + + if test yes = "$GCC"; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`$CC -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + shared_flag='-shared' + if test yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' + fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' + else + # not using gcc + if test ia64 = "$host_cpu"; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' + else + shared_flag='$wl-bM:SRE' + fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' + fi + fi + + export_dynamic_flag_spec='$wl-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols=yes + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag + else + if test ia64 = "$host_cpu"; then + hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' + allow_undefined_flag="-z nodefs" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if test ${lt_cv_aix_libpath_+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag=' $wl-bernotok' + allow_undefined_flag=' $wl-berok' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi + archive_cmds_need_lc=yes + archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + bsdi[45]*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl* | icl*) + # Native MSVC or ICC + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + always_export_symbols=yes + file_list_spec='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, )='true' + enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + old_postinstall_cmds='chmod 644 $oldlib' + postlink_cmds='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC and ICC wrapper + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_from_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' + enable_shared_with_static_runtimes=yes + ;; + esac + ;; + + darwin* | rhapsody*) + + + archive_cmds_need_lc=no + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + if test yes = "$lt_cv_ld_force_load"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec='' + fi + link_all_deplibs=yes + allow_undefined_flag=$_lt_dar_allow_undefined + case $cc_basename in + ifort*|nagfor*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test yes = "$_lt_dar_can_shared"; then + output_verbose_link_cmd=func_echo_all + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" + archive_expsym_cmds="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + module_expsym_cmds="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" + + else + ld_shlibs=no + fi + + ;; + + dgux*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly* | midnightbsd*) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + hpux9*) + if test yes = "$GCC"; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + else + archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + export_dynamic_flag_spec='$wl-E' + ;; + + hpux10*) + if test yes,no = "$GCC,$with_gnu_ld"; then + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + + hpux11*) + if test yes,no = "$GCC,$with_gnu_ld"; then + case $host_cpu in + hppa*64*) + archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +printf %s "checking if $CC understands -b... " >&6; } +if test ${lt_cv_prog_compiler__b+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_prog_compiler__b=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +printf "%s\n" "$lt_cv_prog_compiler__b" >&6; } + +if test yes = "$lt_cv_prog_compiler__b"; then + archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' +fi + + ;; + esac + fi + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' + hardcode_libdir_separator=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + *) + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='$wl-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test yes = "$GCC"; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 +printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; } +if test ${lt_cv_irix_exported_symbol+y} +then : + printf %s "(cached) " >&6 +else $as_nop + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int foo (void) { return 0; } +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + lt_cv_irix_exported_symbol=yes +else $as_nop + lt_cv_irix_exported_symbol=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 +printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; } + if test yes = "$lt_cv_irix_exported_symbol"; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' + fi + link_all_deplibs=no + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + inherit_rpath=yes + link_all_deplibs=yes + ;; + + linux*) + case $cc_basename in + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + ld_shlibs=yes + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + ;; + esac + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + newsos6) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + hardcode_shlibpath_var=no + ;; + + *nto* | *qnx*) + ;; + + openbsd* | bitrig*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + hardcode_direct_absolute=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' + else + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + fi + else + ld_shlibs=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + + osf3*) + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + hardcode_libdir_separator=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + archive_cmds_need_lc='no' + hardcode_libdir_separator=: + ;; + + solaris*) + no_undefined_flag=' -z defs' + if test yes = "$GCC"; then + wlarc='$wl' + archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='$wl' + archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands '-z linker_flag'. GCC discards it without '$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test yes = "$GCC"; then + whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs=yes + ;; + + sunos4*) + if test sequent = "$host_vendor"; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds='$CC -r -o $output$reload_objs' + hardcode_direct=no + ;; + motorola) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv4.3*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag='$wl-z,text' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We CANNOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag='$wl-z,text' + allow_undefined_flag='$wl-z,nodefs' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='$wl-R,$libdir' + hardcode_libdir_separator=':' + link_all_deplibs=yes + export_dynamic_flag_spec='$wl-Bexport' + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + *) + ld_shlibs=no + ;; + esac + + if test sni = "$host_vendor"; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + export_dynamic_flag_spec='$wl-Blargedynsym' + ;; + esac + fi + fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 +printf "%s\n" "$ld_shlibs" >&6; } +test no = "$ld_shlibs" && can_build_shared=no + +with_gnu_ld=$with_gnu_ld + + + + + + + + + + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc=yes + + if test yes,yes = "$GCC,$enable_shared"; then + case $archive_cmds in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +printf %s "checking whether -lc should be explicitly linked in... " >&6; } +if test ${lt_cv_archive_cmds_need_lc+y} +then : + printf %s "(cached) " >&6 +else $as_nop + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +printf %s "checking dynamic linker characteristics... " >&6; } + +if test yes = "$GCC"; then + case $host_os in + darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; + *) lt_awk_arg='/^libraries:/' ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary... + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" + elif test -n "$lt_multi_os_dir"; then + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS = " "; FS = "/|\n";} { + lt_foo = ""; + lt_count = 0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo = "/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's|/\([A-Za-z]:\)|\1|g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=.so +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + + + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='$libname$release$shared_ext$major' + ;; + +aix[4-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test ia64 = "$host_cpu"; then + # AIX 5 supports IA64 + library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line '#! .'. This would cause the generated library to + # depend on '.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V + + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a(lib.so.V)' + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='$libname$shared_ext' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl* | *,icl*) + # Native MSVC or ICC + libname_spec='$name' + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec=$LIB + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC and ICC wrapper + library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' + soname_spec='$libname$release$major$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly* | midnightbsd*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[23].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=no + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + if test 32 = "$HPUX_IA64_MODE"; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 + fi + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test yes = "$lt_cv_prog_gnu_ld"; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" + sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + hardcode_libdir_flag_spec='-L$libdir' + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if test ${lt_cv_shlibpath_overrides_runpath+y} +then : + printf %s "(cached) " >&6 +else $as_nop + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null +then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) to the search path. + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd* | bitrig*) + version_type=sunos + sys_lib_dlsearch_path_spec=/usr/lib + need_lib_prefix=no + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no + else + need_version=yes + fi + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +os2*) + libname_spec='$name' + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test yes = "$with_gnu_ld"; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec; then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' + soname_spec='$libname$shared_ext.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=sco + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test yes = "$with_gnu_ld"; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +printf "%s\n" "$dynamic_linker" >&6; } +test no = "$dynamic_linker" && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test yes = "$GCC"; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then + sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec +fi + +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec +fi + +# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... +configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec + +# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" + +# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool +configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +printf %s "checking how to hardcode library paths into programs... " >&6; } +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || + test -n "$runpath_var" || + test yes = "$hardcode_automatic"; then + + # We can hardcode non-existent directories. + if test no != "$hardcode_direct" && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && + test no != "$hardcode_minus_L"; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 +printf "%s\n" "$hardcode_action" >&6; } + +if test relink = "$hardcode_action" || + test yes = "$inherit_rpath"; then + # Fast installation is not supported + enable_fast_install=no +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + if test yes != "$enable_dlopen"; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen=load_add_on + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen=LoadLibrary + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + + lt_cv_dlopen=dyld + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + + *) + ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" +if test "x$ac_cv_func_shl_load" = xyes +then : + lt_cv_dlopen=shl_load +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 +printf %s "checking for shl_load in -ldld... " >&6; } +if test ${ac_cv_lib_dld_shl_load+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char shl_load (); +int +main (void) +{ +return shl_load (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_shl_load=yes +else $as_nop + ac_cv_lib_dld_shl_load=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 +printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = xyes +then : + lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld +else $as_nop + ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" +if test "x$ac_cv_func_dlopen" = xyes +then : + lt_cv_dlopen=dlopen +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +printf %s "checking for dlopen in -ldl... " >&6; } +if test ${ac_cv_lib_dl_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dl_dlopen=yes +else $as_nop + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 +printf %s "checking for dlopen in -lsvld... " >&6; } +if test ${ac_cv_lib_svld_dlopen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main (void) +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_svld_dlopen=yes +else $as_nop + ac_cv_lib_svld_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 +printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = xyes +then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 +printf %s "checking for dld_link in -ldld... " >&6; } +if test ${ac_cv_lib_dld_dld_link+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char dld_link (); +int +main (void) +{ +return dld_link (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dld_dld_link=yes +else $as_nop + ac_cv_lib_dld_dld_link=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 +printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = xyes +then : + lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test no = "$lt_cv_dlopen"; then + enable_dlopen=no + else + enable_dlopen=yes + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS=$LDFLAGS + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS=$LIBS + LIBS="$lt_cv_dlopen_libs $LIBS" + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 +printf %s "checking whether a program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 +printf "%s\n" "$lt_cv_dlopen_self" >&6; } + + if test yes = "$lt_cv_dlopen_self"; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 +printf %s "checking whether a statically linked program can dlopen itself... " >&6; } +if test ${lt_cv_dlopen_self_static+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test yes = "$cross_compiling"; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 +printf "%s\n" "$lt_cv_dlopen_self_static" >&6; } + fi + + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + + + + + + + + + + + + + + + + +striplib= +old_striplib= +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 +printf %s "checking whether stripping libraries is possible... " >&6; } +if test -z "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +else + if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + case $host_os in + darwin*) + # FIXME - insert some real tests, host_os isn't really good enough + striplib="$STRIP -x" + old_striplib="$STRIP -S" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + ;; + freebsd*) + if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + fi + ;; + *) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + ;; + esac + fi +fi + + + + + + + + + + + + + # Report what library types will actually be built + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 +printf %s "checking if libtool supports shared libraries... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 +printf "%s\n" "$can_build_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 +printf %s "checking whether to build shared libraries... " >&6; } + test no = "$can_build_shared" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[4-9]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + fi + ;; + esac + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 +printf "%s\n" "$enable_shared" >&6; } + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 +printf %s "checking whether to build static libraries... " >&6; } + # Make sure either enable_shared or enable_static is yes. + test yes = "$enable_shared" || enable_static=yes + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 +printf "%s\n" "$enable_static" >&6; } + + + + +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC=$lt_save_CC + + + + + + + + + + + + + + + + ac_config_commands="$ac_config_commands libtool" + + + + +# Only expand once: + + + +ac_config_headers="$ac_config_headers config.h" + + +# Checks for programs. + + + +LDFLAGS="$LDFLAGS -L/usr/local/lib" + +# Checks for libraries. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing log" >&5 +printf %s "checking for library containing log... " >&6; } +if test ${ac_cv_search_log+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char log (); +int +main (void) +{ +return log (); + ; + return 0; +} +_ACEOF +for ac_lib in '' m +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_log=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_log+y} +then : + break +fi +done +if test ${ac_cv_search_log+y} +then : + +else $as_nop + ac_cv_search_log=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_log" >&5 +printf "%s\n" "$ac_cv_search_log" >&6; } +ac_res=$ac_cv_search_log +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +else $as_nop + as_fn_error $? "Could not find math library" "$LINENO" 5 +fi + + +# Checks for header files. +# Autoupdate added the next two lines to ensure that your configure +# script's behavior did not change. They are probably safe to remove. + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + + + + +# Obsolete code to be removed. +if test $ac_cv_header_sys_time_h = yes; then + +printf "%s\n" "#define TIME_WITH_SYS_TIME 1" >>confdefs.h + +fi +# End of obsolete code. + +ac_header_dirent=no +for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do + as_ac_Header=`printf "%s\n" "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 +printf %s "checking for $ac_hdr that defines DIR... " >&6; } +if eval test \${$as_ac_Header+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include <$ac_hdr> + +int +main (void) +{ +if ((DIR *) 0) +return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$as_ac_Header=yes" +else $as_nop + eval "$as_ac_Header=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$as_ac_Header + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } +if eval test \"x\$"$as_ac_Header"\" = x"yes" +then : + cat >>confdefs.h <<_ACEOF +#define `printf "%s\n" "HAVE_$ac_hdr" | $as_tr_cpp` 1 +_ACEOF + +ac_header_dirent=$ac_hdr; break +fi + +done +# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. +if test $ac_header_dirent = dirent.h; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' dir +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 +printf %s "checking for library containing opendir... " >&6; } +if test ${ac_cv_search_opendir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opendir (); +int +main (void) +{ +return opendir (); + ; + return 0; +} +_ACEOF +for ac_lib in '' x +do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO" +then : + ac_cv_search_opendir=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext + if test ${ac_cv_search_opendir+y} +then : + break +fi +done +if test ${ac_cv_search_opendir+y} +then : + +else $as_nop + ac_cv_search_opendir=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +printf "%s\n" "$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no +then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +fi + +ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" +if test "x$ac_cv_type__Bool" = xyes +then : + +printf "%s\n" "#define HAVE__BOOL 1" >>confdefs.h + + +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 +printf %s "checking for stdbool.h that conforms to C99... " >&6; } +if test ${ac_cv_header_stdbool_h+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + + #ifndef __bool_true_false_are_defined + #error "__bool_true_false_are_defined is not defined" + #endif + char a[__bool_true_false_are_defined == 1 ? 1 : -1]; + + /* Regardless of whether this is C++ or "_Bool" is a + valid type name, "true" and "false" should be usable + in #if expressions and integer constant expressions, + and "bool" should be a valid type name. */ + + #if !true + #error "'true' is not true" + #endif + #if true != 1 + #error "'true' is not equal to 1" + #endif + char b[true == 1 ? 1 : -1]; + char c[true]; + + #if false + #error "'false' is not false" + #endif + #if false != 0 + #error "'false' is not equal to 0" + #endif + char d[false == 0 ? 1 : -1]; + + enum { e = false, f = true, g = false * true, h = true * 256 }; + + char i[(bool) 0.5 == true ? 1 : -1]; + char j[(bool) 0.0 == false ? 1 : -1]; + char k[sizeof (bool) > 0 ? 1 : -1]; + + struct sb { bool s: 1; bool t; } s; + char l[sizeof s.t > 0 ? 1 : -1]; + + /* The following fails for + HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ + bool m[h]; + char n[sizeof m == h * sizeof m[0] ? 1 : -1]; + char o[-1 - (bool) 0 < 0 ? 1 : -1]; + /* Catch a bug in an HP-UX C compiler. See + https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html + https://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html + */ + bool p = true; + bool *pp = &p; + + /* C 1999 specifies that bool, true, and false are to be + macros, but C++ 2011 and later overrule this. */ + #if __cplusplus < 201103 + #ifndef bool + #error "bool is not defined" + #endif + #ifndef false + #error "false is not defined" + #endif + #ifndef true + #error "true is not defined" + #endif + #endif + + /* If _Bool is available, repeat with it all the tests + above that used bool. */ + #ifdef HAVE__BOOL + struct sB { _Bool s: 1; _Bool t; } t; + + char q[(_Bool) 0.5 == true ? 1 : -1]; + char r[(_Bool) 0.0 == false ? 1 : -1]; + char u[sizeof (_Bool) > 0 ? 1 : -1]; + char v[sizeof t.t > 0 ? 1 : -1]; + + _Bool w[h]; + char x[sizeof m == h * sizeof m[0] ? 1 : -1]; + char y[-1 - (_Bool) 0 < 0 ? 1 : -1]; + _Bool z = true; + _Bool *pz = &p; + #endif + +int +main (void) +{ + + bool ps = &s; + *pp |= p; + *pp |= ! p; + + #ifdef HAVE__BOOL + _Bool pt = &t; + *pz |= z; + *pz |= ! z; + #endif + + /* Refer to every declared value, so they cannot be + discarded as unused. */ + return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k + + !l + !m + !n + !o + !p + !pp + !ps + #ifdef HAVE__BOOL + + !q + !r + !u + !v + !w + !x + !y + !z + !pt + #endif + ); + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_header_stdbool_h=yes +else $as_nop + ac_cv_header_stdbool_h=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 +printf "%s\n" "$ac_cv_header_stdbool_h" >&6; } + +if test $ac_cv_header_stdbool_h = yes; then + +printf "%s\n" "#define HAVE_STDBOOL_H 1" >>confdefs.h + +fi + +ac_fn_c_check_header_compile "$LINENO" "fcntl.h" "ac_cv_header_fcntl_h" "$ac_includes_default" +if test "x$ac_cv_header_fcntl_h" = xyes +then : + printf "%s\n" "#define HAVE_FCNTL_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default" +if test "x$ac_cv_header_float_h" = xyes +then : + printf "%s\n" "#define HAVE_FLOAT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" +if test "x$ac_cv_header_inttypes_h" = xyes +then : + printf "%s\n" "#define HAVE_INTTYPES_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default" +if test "x$ac_cv_header_limits_h" = xyes +then : + printf "%s\n" "#define HAVE_LIMITS_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" +if test "x$ac_cv_header_locale_h" = xyes +then : + printf "%s\n" "#define HAVE_LOCALE_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "malloc.h" "ac_cv_header_malloc_h" "$ac_includes_default" +if test "x$ac_cv_header_malloc_h" = xyes +then : + printf "%s\n" "#define HAVE_MALLOC_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "memory.h" "ac_cv_header_memory_h" "$ac_includes_default" +if test "x$ac_cv_header_memory_h" = xyes +then : + printf "%s\n" "#define HAVE_MEMORY_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stddef.h" "ac_cv_header_stddef_h" "$ac_includes_default" +if test "x$ac_cv_header_stddef_h" = xyes +then : + printf "%s\n" "#define HAVE_STDDEF_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" +if test "x$ac_cv_header_stdint_h" = xyes +then : + printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +if test "x$ac_cv_header_stdlib_h" = xyes +then : + printf "%s\n" "#define HAVE_STDLIB_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default" +if test "x$ac_cv_header_string_h" = xyes +then : + printf "%s\n" "#define HAVE_STRING_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +if test "x$ac_cv_header_unistd_h" = xyes +then : + printf "%s\n" "#define HAVE_UNISTD_H 1" >>confdefs.h + +fi + + +# Checks for typedefs, structures, and compiler characteristics. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 +printf %s "checking for inline... " >&6; } +if test ${ac_cv_c_inline+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo (void) {return 0; } +$ac_kw foo_t foo (void) {return 0; } +#endif + +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_c_inline=$ac_kw +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + test "$ac_cv_c_inline" != no && break +done + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +printf "%s\n" "$ac_cv_c_inline" >&6; } + +case $ac_cv_c_inline in + inline | yes) ;; + *) + case $ac_cv_c_inline in + no) ac_val=;; + *) ac_val=$ac_cv_c_inline;; + esac + cat >>confdefs.h <<_ACEOF +#ifndef __cplusplus +#define inline $ac_val +#endif +_ACEOF + ;; +esac + +ac_fn_c_find_intX_t "$LINENO" "16" "ac_cv_c_int16_t" +case $ac_cv_c_int16_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define int16_t $ac_cv_c_int16_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "32" "ac_cv_c_int32_t" +case $ac_cv_c_int32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define int32_t $ac_cv_c_int32_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t" +case $ac_cv_c_int64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define int64_t $ac_cv_c_int64_t" >>confdefs.h +;; +esac + +ac_fn_c_find_intX_t "$LINENO" "8" "ac_cv_c_int8_t" +case $ac_cv_c_int8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define int8_t $ac_cv_c_int8_t" >>confdefs.h +;; +esac + +ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default" +if test "x$ac_cv_type_off_t" = xyes +then : + +else $as_nop + +printf "%s\n" "#define off_t long int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" +if test "x$ac_cv_type_size_t" = xyes +then : + +else $as_nop + +printf "%s\n" "#define size_t unsigned int" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default" +if test "x$ac_cv_type_ssize_t" = xyes +then : + +else $as_nop + +printf "%s\n" "#define ssize_t int" >>confdefs.h + +fi + +ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t" +case $ac_cv_c_uint16_t in #( + no|yes) ;; #( + *) + + +printf "%s\n" "#define uint16_t $ac_cv_c_uint16_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t" +case $ac_cv_c_uint32_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define _UINT32_T 1" >>confdefs.h + + +printf "%s\n" "#define uint32_t $ac_cv_c_uint32_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t" +case $ac_cv_c_uint64_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define _UINT64_T 1" >>confdefs.h + + +printf "%s\n" "#define uint64_t $ac_cv_c_uint64_t" >>confdefs.h +;; + esac + +ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t" +case $ac_cv_c_uint8_t in #( + no|yes) ;; #( + *) + +printf "%s\n" "#define _UINT8_T 1" >>confdefs.h + + +printf "%s\n" "#define uint8_t $ac_cv_c_uint8_t" >>confdefs.h +;; + esac + +ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default" +if test "x$ac_cv_type_ptrdiff_t" = xyes +then : + +printf "%s\n" "#define HAVE_PTRDIFF_T 1" >>confdefs.h + + +fi + + +# Checks for library functions. +ac_fn_c_check_func "$LINENO" "malloc" "ac_cv_func_malloc" +if test "x$ac_cv_func_malloc" = xyes +then : + printf "%s\n" "#define HAVE_MALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "realloc" "ac_cv_func_realloc" +if test "x$ac_cv_func_realloc" = xyes +then : + printf "%s\n" "#define HAVE_REALLOC 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "drand48" "ac_cv_func_drand48" +if test "x$ac_cv_func_drand48" = xyes +then : + printf "%s\n" "#define HAVE_DRAND48 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "getcwd" "ac_cv_func_getcwd" +if test "x$ac_cv_func_getcwd" = xyes +then : + printf "%s\n" "#define HAVE_GETCWD 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" +if test "x$ac_cv_func_gettimeofday" = xyes +then : + printf "%s\n" "#define HAVE_GETTIMEOFDAY 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memmove" "ac_cv_func_memmove" +if test "x$ac_cv_func_memmove" = xyes +then : + printf "%s\n" "#define HAVE_MEMMOVE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memset" "ac_cv_func_memset" +if test "x$ac_cv_func_memset" = xyes +then : + printf "%s\n" "#define HAVE_MEMSET 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "regcomp" "ac_cv_func_regcomp" +if test "x$ac_cv_func_regcomp" = xyes +then : + printf "%s\n" "#define HAVE_REGCOMP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" +if test "x$ac_cv_func_setlocale" = xyes +then : + printf "%s\n" "#define HAVE_SETLOCALE 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "sqrt" "ac_cv_func_sqrt" +if test "x$ac_cv_func_sqrt" = xyes +then : + printf "%s\n" "#define HAVE_SQRT 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strdup" "ac_cv_func_strdup" +if test "x$ac_cv_func_strdup" = xyes +then : + printf "%s\n" "#define HAVE_STRDUP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strndup" "ac_cv_func_strndup" +if test "x$ac_cv_func_strndup" = xyes +then : + printf "%s\n" "#define HAVE_STRNDUP 1" >>confdefs.h + +fi + + +if : +then : + + vers='1.1.1' + + major=${vers%%.*} + rest=${vers#*.} + minor=${rest%%.*} + patch=${rest#*.} + + case $major in (*!0-9*|'') as_fn_error $? "Non-numeric major version in 1.1.1 ('$major')" "$LINENO" 5;; esac + case $minor in (*!0-9*|'') as_fn_error $? "Non-numeric minor version in 1.1.1 ('$minor')" "$LINENO" 5;; esac + case $patch in (*!0-9*|'') as_fn_error $? "Non-numeric patch version in 1.1.1 ('$patch')" "$LINENO" 5;; esac + + LIBPOSTAL_MAJOR_VERSION=$major + + LIBPOSTAL_MINOR_VERSION=$minor + + LIBPOSTAL_PATCH_VERSION=$patch + + + +printf "%s\n" "#define LIBPOSTAL_MAJOR_VERSION $major" >>confdefs.h + + +printf "%s\n" "#define LIBPOSTAL_MINOR_VERSION $minor" >>confdefs.h + + +printf "%s\n" "#define LIBPOSTAL_PATCH_VERSION $patch" >>confdefs.h + + +fi + + +LIBPOSTAL_DATA_DIR_VERSION_STRING=v1 + + +DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/base_data) +PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/parser) +LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/language_classifier) + +LIBPOSTAL_DATA_FILE_LATEST_VERSION=$DATA_FILE_LATEST_VERSION + +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION=$PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION=$LANG_CLASS_MODEL_LATEST_VERSION + + +# Senzing data +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING=v1 + + +SENZING_DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/senzing/base_data) +SENZING_PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/parser) +SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/senzing/language_classifier) + +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION=$SENZING_DATA_FILE_LATEST_VERSION + +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION=$SENZING_PARSER_MODEL_LATEST_VERSION + +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION=$SENZING_LANG_CLASS_MODEL_LATEST_VERSION + + +ac_config_files="$ac_config_files Makefile libpostal.pc src/Makefile src/libpostal_data test/Makefile" + + +# Extract the first word of "shuf", so it can be a program name with args. +set dummy shuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_SHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_SHUF"; then + ac_cv_prog_FOUND_SHUF="$FOUND_SHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_SHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_SHUF=$ac_cv_prog_FOUND_SHUF +if test -n "$FOUND_SHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_SHUF" >&5 +printf "%s\n" "$FOUND_SHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +# Extract the first word of "gshuf", so it can be a program name with args. +set dummy gshuf; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FOUND_GSHUF+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FOUND_GSHUF"; then + ac_cv_prog_FOUND_GSHUF="$FOUND_GSHUF" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FOUND_GSHUF="yes" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FOUND_GSHUF=$ac_cv_prog_FOUND_GSHUF +if test -n "$FOUND_GSHUF"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FOUND_GSHUF" >&5 +printf "%s\n" "$FOUND_GSHUF" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + +if test "x$FOUND_SHUF" = xyes +then : + +printf "%s\n" "#define HAVE_SHUF 1" >>confdefs.h + +fi +if test "x$FOUND_GSHUF" = xyes +then : + +printf "%s\n" "#define HAVE_GSHUF 1" >>confdefs.h + +fi + +# ------------------------------------------------------------------ +# Checks for SSE2 build +# ------------------------------------------------------------------ + +# Check whether --enable-sse2 was given. +if test ${enable_sse2+y} +then : + enableval=$enable_sse2; +fi + + +if test "x$enable_sse2" != "xno" && test "x$(uname -m)" != "xarm64" && test "x$(uname -m)" != "xaarch64" +then : + + CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}" + +fi + +ac_fn_c_check_header_compile "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" +if test "x$ac_cv_header_cblas_h" = xyes +then : + + +ax_cblas_ok=no + + +# Check whether --with-cblas was given. +if test ${with_cblas+y} +then : + withval=$with_cblas; +fi + +case $with_cblas in + yes | "") ;; + no) ax_cblas_ok=disable ;; + -* | */* | *.a | *.so | *.so.* | *.o) CBLAS_LIBS="$with_cblas" ;; + *) CBLAS_LIBS="-l$with_cblas" ;; +esac + +ax_cblas_save_LIBS="$LIBS" + +# First, check CBLAS_LIBS environment variable +if test $ax_cblas_ok = no; then +if test "x$CBLAS_LIBS" != x; then + save_LIBS="$LIBS"; LIBS="$CBLAS_LIBS $LIBS" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in $CBLAS_LIBS" >&5 +printf %s "checking for cblas_dgemm in $CBLAS_LIBS... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ax_cblas_ok=yes +else $as_nop + CBLAS_LIBS="" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cblas_ok" >&5 +printf "%s\n" "$ax_cblas_ok" >&6; } + LIBS="$save_LIBS" +fi +fi + +# CBLAS linked to by default? (happens on some supercomputers) +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="$LIBS" + ac_fn_c_check_func "$LINENO" "cblas_dgemm" "ac_cv_func_cblas_dgemm" +if test "x$ac_cv_func_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes +fi + + LIBS="$save_LIBS" +fi + +# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5 +printf %s "checking for ATL_xerbla in -latlas... " >&6; } +if test ${ac_cv_lib_atlas_ATL_xerbla+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-latlas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char ATL_xerbla (); +int +main (void) +{ +return ATL_xerbla (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_atlas_ATL_xerbla=yes +else $as_nop + ac_cv_lib_atlas_ATL_xerbla=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_atlas_ATL_xerbla" >&5 +printf "%s\n" "$ac_cv_lib_atlas_ATL_xerbla" >&6; } +if test "x$ac_cv_lib_atlas_ATL_xerbla" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5 +printf %s "checking for cblas_dgemm in -lcblas... " >&6; } +if test ${ac_cv_lib_cblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcblas -latlas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_cblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_cblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_cblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes + CBLAS_LIBS="-lcblas -latlas" +fi + +fi + +fi + +# BLAS in Intel MKL library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lmkl" >&5 +printf %s "checking for cblas_dgemm in -lmkl... " >&6; } +if test ${ac_cv_lib_mkl_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lmkl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_mkl_cblas_dgemm=yes +else $as_nop + ac_cv_lib_mkl_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mkl_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_mkl_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_mkl_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-lmkl" +fi + +fi + +# BLAS in Apple vecLib library? +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS" + ac_fn_c_check_func "$LINENO" "cblas_dgemm" "ac_cv_func_cblas_dgemm" +if test "x$ac_cv_func_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-framework vecLib" +fi + + LIBS="$save_LIBS" +fi + +# BLAS in Alpha DXML library? (now called CXML, see above) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -ldxml" >&5 +printf %s "checking for cblas_dgemm in -ldxml... " >&6; } +if test ${ac_cv_lib_dxml_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldxml $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_dxml_cblas_dgemm=yes +else $as_nop + ac_cv_lib_dxml_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dxml_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_dxml_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_dxml_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes;CBLAS_LIBS="-ldxml" +fi + +fi + +# BLAS in Sun Performance library? +if test $ax_cblas_ok = no; then + if test "x$GCC" != xyes; then # only works with Sun CC + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5 +printf %s "checking for acosp in -lsunmath... " >&6; } +if test ${ac_cv_lib_sunmath_acosp+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsunmath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char acosp (); +int +main (void) +{ +return acosp (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_sunmath_acosp=yes +else $as_nop + ac_cv_lib_sunmath_acosp=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sunmath_acosp" >&5 +printf "%s\n" "$ac_cv_lib_sunmath_acosp" >&6; } +if test "x$ac_cv_lib_sunmath_acosp" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lsunperf" >&5 +printf %s "checking for cblas_dgemm in -lsunperf... " >&6; } +if test ${ac_cv_lib_sunperf_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsunperf -lsunmath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_sunperf_cblas_dgemm=yes +else $as_nop + ac_cv_lib_sunperf_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sunperf_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_sunperf_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_sunperf_cblas_dgemm" = xyes +then : + CBLAS_LIBS="-xlic_lib=sunperf -lsunmath" + ax_cblas_ok=yes +fi + +fi + + fi +fi + +# BLAS in SCSL library? (SGI/Cray Scientific Library) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lscs" >&5 +printf %s "checking for cblas_dgemm in -lscs... " >&6; } +if test ${ac_cv_lib_scs_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lscs $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_scs_cblas_dgemm=yes +else $as_nop + ac_cv_lib_scs_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_scs_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_scs_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_scs_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lscs" +fi + +fi + +# BLAS in SGIMATH library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcomplib.sgimath" >&5 +printf %s "checking for cblas_dgemm in -lcomplib.sgimath... " >&6; } +if test ${ac_cv_lib_complib_sgimath_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcomplib.sgimath $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_complib_sgimath_cblas_dgemm=yes +else $as_nop + ac_cv_lib_complib_sgimath_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_complib_sgimath_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_complib_sgimath_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_complib_sgimath_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lcomplib.sgimath" +fi + +fi + +# BLAS in IBM ESSL library? (requires generic BLAS lib, too) +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lblas" >&5 +printf %s "checking for cblas_dgemm in -lblas... " >&6; } +if test ${ac_cv_lib_blas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_blas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_blas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_blas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_blas_cblas_dgemm" = xyes +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lessl" >&5 +printf %s "checking for cblas_dgemm in -lessl... " >&6; } +if test ${ac_cv_lib_essl_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lessl -lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_essl_cblas_dgemm=yes +else $as_nop + ac_cv_lib_essl_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_essl_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_essl_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_essl_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lessl -lblas" +fi + +fi + +fi + +# BLAS in OpenBLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lopenblas" >&5 +printf %s "checking for cblas_dgemm in -lopenblas... " >&6; } +if test ${ac_cv_lib_openblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lopenblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_openblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_openblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_openblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_openblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lopenblas" +fi + +fi + +# Generic CBLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5 +printf %s "checking for cblas_dgemm in -lcblas... " >&6; } +if test ${ac_cv_lib_cblas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_cblas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_cblas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cblas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_cblas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lcblas" +fi + +fi + +# Generic BLAS library? +if test $ax_cblas_ok = no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lblas" >&5 +printf %s "checking for cblas_dgemm in -lblas... " >&6; } +if test ${ac_cv_lib_blas_cblas_dgemm+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lblas $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char cblas_dgemm (); +int +main (void) +{ +return cblas_dgemm (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_blas_cblas_dgemm=yes +else $as_nop + ac_cv_lib_blas_cblas_dgemm=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blas_cblas_dgemm" >&5 +printf "%s\n" "$ac_cv_lib_blas_cblas_dgemm" >&6; } +if test "x$ac_cv_lib_blas_cblas_dgemm" = xyes +then : + ax_cblas_ok=yes; CBLAS_LIBS="-lblas" +fi + +fi + + + +LIBS="$ax_cblas_save_LIBS" + +# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: +if test x"$ax_cblas_ok" = xyes; then + +printf "%s\n" "#define HAVE_CBLAS 1" >>confdefs.h + + : +else + ax_cblas_ok=no + +fi + +fi + + +# Check whether --enable-data-download was given. +if test ${enable_data_download+y} +then : + enableval=$enable_data_download; case "${enableval}" in + yes) DOWNLOAD_DATA=true ;; + no) DOWNLOAD_DATA=false ;; + *) as_fn_error $? "bad value ${enableval} for --disable-data-download" "$LINENO" 5 ;; + esac +else $as_nop + DOWNLOAD_DATA=true +fi + + + +if ${MODEL:+false} : +then : + +else $as_nop + if test "x$MODEL" = xsenzing +then : + +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Invalid MODEL value set +See \`config.log' for more details" "$LINENO" 5; } +fi +fi + + if test "x$DOWNLOAD_DATA" = "xtrue"; then + DOWNLOAD_DATA_TRUE= + DOWNLOAD_DATA_FALSE='#' +else + DOWNLOAD_DATA_TRUE='#' + DOWNLOAD_DATA_FALSE= +fi + + + +# Check whether --with-cflags-scanner-extra was given. +if test ${with_cflags_scanner_extra+y} +then : + withval=$with_cflags_scanner_extra; + if test "x$withval" = "xno"; then + CFLAGS_SCANNER_EXTRA="" + else + CFLAGS_SCANNER_EXTRA="$withval" + fi + +else $as_nop + CFLAGS_SCANNER_EXTRA="" + +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&5 +printf "%s\n" "$as_me: extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA" >&6;} + + + +LIBPOSTAL_SO_VERSION="${LIBPOSTAL_MAJOR_VERSION}:${LIBPOSTAL_MINOR_VERSION}:${LIBPOSTAL_PATCH_VERSION}" + + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +printf "%s\n" "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +printf %s "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 +printf "%s\n" "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${DOWNLOAD_DATA_TRUE}" && test -z "${DOWNLOAD_DATA_FALSE}"; then + as_fn_error $? "conditional \"DOWNLOAD_DATA\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_echo='printf %s\n' +as_echo_n='printf %s' + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by libpostal $as_me 1.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to the package provider." + +_ACEOF +ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` +ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config='$ac_cs_config_escaped' +ac_cs_version="\\ +libpostal config.status 1.1.1 +configured by $0, generated by GNU Autoconf 2.71, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2021 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + printf "%s\n" "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + printf "%s\n" "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + printf "%s\n" "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + printf "%s\n" "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" + + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' +lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' +want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' +nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' +lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' +configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' + +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in SHELL \ +ECHO \ +PATH_SEPARATOR \ +SED \ +GREP \ +EGREP \ +FGREP \ +LD \ +NM \ +LN_S \ +lt_SP2NL \ +lt_NL2SP \ +reload_flag \ +FILECMD \ +OBJDUMP \ +deplibs_check_method \ +file_magic_cmd \ +file_magic_glob \ +want_nocaseglob \ +DLLTOOL \ +sharedlib_from_linklib_cmd \ +AR \ +archiver_list_spec \ +STRIP \ +RANLIB \ +CC \ +CFLAGS \ +compiler \ +lt_cv_sys_global_symbol_pipe \ +lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_import \ +lt_cv_sys_global_symbol_to_c_name_address \ +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ +lt_cv_nm_interface \ +nm_file_list_spec \ +lt_cv_truncate_bin \ +lt_prog_compiler_no_builtin_flag \ +lt_prog_compiler_pic \ +lt_prog_compiler_wl \ +lt_prog_compiler_static \ +lt_cv_prog_compiler_c_o \ +need_locks \ +MANIFEST_TOOL \ +DSYMUTIL \ +NMEDIT \ +LIPO \ +OTOOL \ +OTOOL64 \ +shrext_cmds \ +export_dynamic_flag_spec \ +whole_archive_flag_spec \ +compiler_needs_object \ +with_gnu_ld \ +allow_undefined_flag \ +no_undefined_flag \ +hardcode_libdir_flag_spec \ +hardcode_libdir_separator \ +exclude_expsyms \ +include_expsyms \ +file_list_spec \ +variables_saved_for_relink \ +libname_spec \ +library_names_spec \ +soname_spec \ +install_override_mode \ +finish_eval \ +old_striplib \ +striplib; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in reload_cmds \ +old_postinstall_cmds \ +old_postuninstall_cmds \ +old_archive_cmds \ +extract_expsyms_cmds \ +old_archive_from_new_cmds \ +old_archive_from_expsyms_cmds \ +archive_cmds \ +archive_expsym_cmds \ +module_cmds \ +module_expsym_cmds \ +export_symbols_cmds \ +prelink_cmds \ +postlink_cmds \ +postinstall_cmds \ +postuninstall_cmds \ +finish_cmds \ +sys_lib_search_path_spec \ +configure_time_dlsearch_path \ +configure_time_lt_sys_library_path; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +ac_aux_dir='$ac_aux_dir' + +# See if we are running on zsh, and set the options that allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + + + PACKAGE='$PACKAGE' + VERSION='$VERSION' + RM='$RM' + ofile='$ofile' + + + + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "libpostal.pc") CONFIG_FILES="$CONFIG_FILES libpostal.pc" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/libpostal_data") CONFIG_FILES="$CONFIG_FILES src/libpostal_data" ;; + "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files + test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers + test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +printf "%s\n" "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`printf "%s\n" "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +printf "%s\n" "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in #( + *\'*) : + eval set x "$CONFIG_FILES" ;; #( + *) : + set x $CONFIG_FILES ;; #( + *) : + ;; +esac + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk +} + ;; + "libtool":C) + + # See if we are running on zsh, and set the options that allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST + fi + + cfgfile=${ofile}T + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL +# Generated automatically by $as_me ($PACKAGE) $VERSION +# NOTE: Changes made to this file will be lost: look at ltmain.sh. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +# Copyright (C) 2014 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. + +# GNU Libtool 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 of the License, or +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. +# +# GNU Libtool 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. If not, see . + + +# The names of the tagged configurations supported by this script. +available_tags='' + +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} + +# ### BEGIN LIBTOOL CONFIG + +# Which release of libtool.m4 was used? +macro_version=$macro_version +macro_revision=$macro_revision + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# What type of objects to build. +pic_mode=$pic_mode + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# Shared archive member basename,for filename based shared library versioning on AIX. +shared_archive_member_spec=$shared_archive_member_spec + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="\$SED -e 1s/^X//" + +# A grep program that handles long lines. +GREP=$lt_GREP + +# An ERE matcher. +EGREP=$lt_EGREP + +# A literal string matcher. +FGREP=$lt_FGREP + +# A BSD- or MS-compatible name lister. +NM=$lt_NM + +# Whether we need soft or hard links. +LN_S=$lt_LN_S + +# What is the maximum length of a command? +max_cmd_len=$max_cmd_len + +# Object file suffix (normally "o"). +objext=$ac_objext + +# Executable file suffix (normally ""). +exeext=$exeext + +# whether the shell understands "unset". +lt_unset=$lt_unset + +# turn spaces into newlines. +SP2NL=$lt_lt_SP2NL + +# turn newlines into spaces. +NL2SP=$lt_lt_NL2SP + +# convert \$build file names to \$host format. +to_host_file_cmd=$lt_cv_to_host_file_cmd + +# convert \$build files to toolchain format. +to_tool_file_cmd=$lt_cv_to_tool_file_cmd + +# A file(cmd) program that detects file types. +FILECMD=$lt_FILECMD + +# An object symbol dumper. +OBJDUMP=$lt_OBJDUMP + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method = "file_magic". +file_magic_cmd=$lt_file_magic_cmd + +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob=$lt_file_magic_glob + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob=$lt_want_nocaseglob + +# DLL creation program. +DLLTOOL=$lt_DLLTOOL + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd + +# The archiver. +AR=$lt_AR + +# Flags to create an archive (by configure). +lt_ar_flags=$lt_ar_flags + +# Flags to create an archive. +AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"} + +# How to feed a file listing to the archiver. +archiver_list_spec=$lt_archiver_list_spec + +# A symbol stripping program. +STRIP=$lt_STRIP + +# Commands used to install an old-style archive. +RANLIB=$lt_RANLIB +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + +# A C compiler. +LTCC=$lt_CC + +# LTCC compiler flags. +LTCFLAGS=$lt_CFLAGS + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration. +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm into a list of symbols to manually relocate. +global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import + +# Transform the output of nm in a C name address pair. +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# Transform the output of nm in a C name address pair when lib prefix is needed. +global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix + +# The name lister interface. +nm_interface=$lt_lt_cv_nm_interface + +# Specify filename containing input files for \$NM. +nm_file_list_spec=$lt_nm_file_list_spec + +# The root where to search for dependent libraries,and where our libraries should be installed. +lt_sysroot=$lt_sysroot + +# Command to truncate a binary pipe. +lt_truncate_bin=$lt_lt_cv_truncate_bin + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# Used to examine libraries when file_magic_cmd begins with "file". +MAGIC_CMD=$MAGIC_CMD + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Manifest tool. +MANIFEST_TOOL=$lt_MANIFEST_TOOL + +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. +DSYMUTIL=$lt_DSYMUTIL + +# Tool to change global to local symbols on Mac OS X. +NMEDIT=$lt_NMEDIT + +# Tool to manipulate fat objects and archives on Mac OS X. +LIPO=$lt_LIPO + +# ldd/readelf like tool for Mach-O binaries on Mac OS X. +OTOOL=$lt_OTOOL + +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. +OTOOL64=$lt_OTOOL64 + +# Old archive suffix (normally "a"). +libext=$libext + +# Shared library suffix (normally ".so"). +shrext_cmds=$lt_shrext_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at link time. +variables_saved_for_relink=$lt_variables_saved_for_relink + +# Do we need the "lib" prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Library versioning type. +version_type=$version_type + +# Shared library runtime path variable. +runpath_var=$runpath_var + +# Shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + +# Command to use after installation of a shared archive. +postinstall_cmds=$lt_postinstall_cmds + +# Command to use after uninstallation of a shared archive. +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# As "finish_cmds", except a single script fragment to be evaled but +# not shown. +finish_eval=$lt_finish_eval + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Compile-time system search path for libraries. +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Detected run-time system search path for libraries. +sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path + +# Explicit LT_SYS_LIBRARY_PATH set during ./configure time. +configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + + +# The linker used to build libraries. +LD=$lt_LD + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds + +# A language specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU compiler? +with_gcc=$GCC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct + +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \$shlibpath_var if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# ### END LIBTOOL CONFIG + +_LT_EOF + + cat <<'_LT_EOF' >> "$cfgfile" + +# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x$2 in + x) + ;; + *:) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" + ;; + x:*) + eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" + ;; + *) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" + ;; + esac +} + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in $*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + + +# ### END FUNCTIONS SHARED WITH CONFIGURE + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + + +ltmain=$ac_aux_dir/ltmain.sh + + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + $SED '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + + ;; + "Makefile":F) chmod +x src/libpostal_data ;; + "libpostal.pc":F) chmod +x src/libpostal_data ;; + "src/Makefile":F) chmod +x src/libpostal_data ;; + "src/libpostal_data":F) chmod +x src/libpostal_data ;; + "test/Makefile":F) chmod +x src/libpostal_data ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + + diff --git a/current_parser_training_set b/current_parser_training_set new file mode 100644 index 0000000..df9876a --- /dev/null +++ b/current_parser_training_set @@ -0,0 +1 @@ +20170304 diff --git a/data/address_expansions/.gitignore b/data/address_expansions/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/data/address_expansions/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/data/address_parser/.gitignore b/data/address_parser/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/data/address_parser/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/data/geodb/.gitignore b/data/geodb/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/data/geodb/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/data/geonames/.gitignore b/data/geonames/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/data/geonames/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/data/numex/.gitignore b/data/numex/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/data/numex/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/data/transliteration/.gitignore b/data/transliteration/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/data/transliteration/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/depcomp b/depcomp new file mode 100755 index 0000000..715e343 --- /dev/null +++ b/depcomp @@ -0,0 +1,791 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. + +# 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, 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. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by 'PROGRAMS ARGS'. + object Object file output by 'PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputting dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + +# A tabulation character. +tab=' ' +# A newline character. +nl=' +' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Avoid interferences from the environment. +gccflag= dashmflag= + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +cygpath_u="cygpath -u -f -" +if test "$depmode" = msvcmsys; then + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp +fi + +if test "$depmode" = msvc7msys; then + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + +if test "$depmode" = xlc; then + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The second -e expression handles DOS-style file names with drive + # letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the "deleted header file" problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. +## Some versions of gcc put a space before the ':'. On the theory +## that the space means something, we add a space to the output as +## well. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like '#:fec' to the end of the + # dependency line. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" + echo >> "$depfile" + # The second pass generates a dummy entry for each header file. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" + ;; + +xlc) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts '$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + set_dir_from "$object" + set_base_from "$object" + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.u + tmpdepfile2=$base.u + tmpdepfile3=$dir.libs/$base.u + "$@" -Wc,-M + else + tmpdepfile1=$dir$base.u + tmpdepfile2=$dir$base.u + tmpdepfile3=$dir$base.u + "$@" -M + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + aix_post_process_depfile + ;; + +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" + rm -f "$tmpdepfile" + ;; + +## The order of this option in the case statement is important, since the +## shell code in configure will try each of these formats in the order +## listed in this file. A plain '-MD' option would be understood by many +## compilers, so we must ensure this comes after the gcc and icc options. +pgcc) + # Portland's C compiler understands '-MD'. + # Will always output deps to 'file.d' where file is the root name of the + # source file under compilation, even if file resides in a subdirectory. + # The object file name does not affect the name of the '.d' file. + # pgcc 10.2 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using '\' : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + set_dir_from "$object" + # Use the source, not the object, to determine the base name, since + # that's sadly what pgcc will do too. + set_base_from "$source" + tmpdepfile=$base.d + + # For projects that build the same source file twice into different object + # files, the pgcc approach of using the *source* file root name can cause + # problems in parallel builds. Use a locking strategy to avoid stomping on + # the same $tmpdepfile. + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 + numtries=100 + i=$numtries + while test $i -gt 0; do + # mkdir is a portable test-and-set. + if mkdir "$lockdir" 2>/dev/null; then + # This process acquired the lock. + "$@" -MD + stat=$? + # Release the lock. + rmdir "$lockdir" + break + else + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do + sleep 1 + i=`expr $i - 1` + done + fi + i=`expr $i - 1` + done + trap - 1 2 13 15 + if test $i -le 0; then + echo "$0: failed to acquire lock after $numtries attempts" >&2 + echo "$0: check lockdir '$lockdir'" >&2 + exit 1 + fi + + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + set_dir_from "$object" + set_base_from "$object" + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" + # Add 'dependent.h:' lines. + sed -ne '2,${ + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; + +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/'"$tab"'\1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/'"$tab"'/ + G + p +}' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for ':' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. + "$@" $dashmflag | + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no eat=no + for arg + do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + if test $eat = yes; then + eat=no + continue + fi + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -arch) + eat=yes ;; + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix=`echo "$object" | sed 's/^.*\././'` + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + IFS=" " + for arg + do + case "$arg" in + -o) + shift + ;; + $object) + shift + ;; + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E 2>/dev/null | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" + echo "$tab" >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvcmsys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/install-sh b/install-sh new file mode 100755 index 0000000..ec298b5 --- /dev/null +++ b/install-sh @@ -0,0 +1,541 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2020-11-14.01; # UTC + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# 'make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +tab=' ' +nl=' +' +IFS=" $tab$nl" + +# Set DOITPROG to "echo" to test this script. + +doit=${DOITPROG-} +doit_exec=${doit:-exec} + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +# Create dirs (including intermediate dirs) using mode 755. +# This is like GNU 'install' as of coreutils 8.32 (2020). +mkdir_umask=22 + +backupsuffix= +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +is_target_a_directory=possibly + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -p pass -p to $cpprog. + -s $stripprog installed files. + -S SUFFIX attempt to back up existing files, with suffix SUFFIX. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG + +By default, rm is invoked with -f; when overridden with RMPROG, +it's up to you to specify -f if you want it. + +If -S is not specified, no backups are attempted. + +Email bug reports to bug-automake@gnu.org. +Automake home page: https://www.gnu.org/software/automake/ +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -p) cpprog="$cpprog -p";; + + -s) stripcmd=$stripprog;; + + -S) backupsuffix="$2" + shift;; + + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; + + -T) is_target_a_directory=never;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dst_arg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call 'install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names problematic for 'test' and other utilities. + case $src in + -* | [=\(\)!]) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + # Don't chown directories that already exist. + if test $dstdir_status = 0; then + chowncmd="" + fi + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dst_arg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + dst=$dst_arg + + # If destination is a directory, append the input filename. + if test -d "$dst"; then + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dstbase=`basename "$src"` + case $dst in + */) dst=$dst$dstbase;; + *) dst=$dst/$dstbase;; + esac + dstdir_status=0 + else + dstdir=`dirname "$dst"` + test -d "$dstdir" + dstdir_status=$? + fi + fi + + case $dstdir in + */) dstdirslash=$dstdir;; + *) dstdirslash=$dstdir/;; + esac + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + # The $RANDOM variable is not portable (e.g., dash). Use it + # here however when possible just to lower collision chance. + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + + trap ' + ret=$? + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null + exit $ret + ' 0 + + # Because "mkdir -p" follows existing symlinks and we likely work + # directly in world-writeable /tmp, make sure that the '$tmpdir' + # directory is successfully created first before we actually test + # 'mkdir -p'. + if (umask $mkdir_umask && + $mkdirprog $mkdir_mode "$tmpdir" && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + test_tmpdir="$tmpdir/a" + ls_ld_tmpdir=`ls -ld "$test_tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null + fi + trap '' 0;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; + esac + + oIFS=$IFS + IFS=/ + set -f + set fnord $dstdir + shift + set +f + IFS=$oIFS + + prefixes= + + for d + do + test X"$d" = X && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=${dstdirslash}_inst.$$_ + rmtmp=${dstdirslash}_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && + { test -z "$stripcmd" || { + # Create $dsttmp read-write so that cp doesn't create it read-only, + # which would cause strip to fail. + if test -z "$doit"; then + : >"$dsttmp" # No need to fork-exec 'touch'. + else + $doit touch "$dsttmp" + fi + } + } && + $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + set +f && + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # If $backupsuffix is set, and the file being installed + # already exists, attempt a backup. Don't worry if it fails, + # e.g., if mv doesn't support -f. + if test -n "$backupsuffix" && test -f "$dst"; then + $doit $mvcmd -f "$dst" "$dst$backupsuffix" 2>/dev/null + fi + + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/libpostal.def b/libpostal.def new file mode 100644 index 0000000..1b8e5a6 --- /dev/null +++ b/libpostal.def @@ -0,0 +1,45 @@ +EXPORTS +libpostal_address_parser_response_destroy +libpostal_expand_address +libpostal_expand_address_root +libpostal_expansion_array_destroy +libpostal_address_parser_response_destroy +libpostal_language_classifier_response_destroy +libpostal_get_address_parser_default_options +libpostal_get_default_duplicate_options +libpostal_get_default_fuzzy_duplicate_options +libpostal_get_default_fuzzy_duplicate_options_with_languages +libpostal_get_default_options +libpostal_get_duplicate_options_with_languages +libpostal_get_near_dupe_hash_default_options +libpostal_is_floor_duplicate +libpostal_is_house_number_duplicate +libpostal_is_name_duplicate +libpostal_is_name_duplicate_fuzzy +libpostal_is_po_box_duplicate +libpostal_is_postal_code_duplicate +libpostal_is_street_duplicate +libpostal_is_street_duplicate_fuzzy +libpostal_is_toponym_duplicate +libpostal_is_unit_duplicate +libpostal_near_dupe_hashes +libpostal_near_dupe_hashes_languages +libpostal_near_dupe_name_hashes +libpostal_normalize_string +libpostal_normalize_string_languages +libpostal_normalized_tokens +libpostal_normalized_tokens_languages +libpostal_parse_address +libpostal_parser_print_features +libpostal_place_languages +libpostal_classify_language +libpostal_setup +libpostal_setup_datadir +libpostal_setup_language_classifier +libpostal_setup_language_classifier_datadir +libpostal_setup_parser +libpostal_setup_parser_datadir +libpostal_teardown +libpostal_teardown_language_classifier +libpostal_teardown_parser +libpostal_tokenize diff --git a/libpostal.pc.in b/libpostal.pc.in new file mode 100644 index 0000000..23c6dfa --- /dev/null +++ b/libpostal.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libpostal +Description: Fast international street address parsing and normalization using statistical NLP. +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lpostal +Libs.private: @LIBS@ +Cflags: -I${includedir} diff --git a/ltmain.sh b/ltmain.sh new file mode 100755 index 0000000..977e523 --- /dev/null +++ b/ltmain.sh @@ -0,0 +1,11436 @@ +#! /usr/bin/env sh +## DO NOT EDIT - This file generated from ./build-aux/ltmain.in +## by inline-source v2019-02-19.15 + +# libtool (GNU libtool) 2.4.7 +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit , 1996 + +# Copyright (C) 1996-2019, 2021-2022 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. + +# GNU Libtool 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. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool 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. If not, see . + + +PROGRAM=libtool +PACKAGE=libtool +VERSION="2.4.7 Debian-2.4.7-7build1" +package_revision=2.4.7 + + +## ------ ## +## Usage. ## +## ------ ## + +# Run './libtool --help' for help with using this script from the +# command line. + + +## ------------------------------- ## +## User overridable command paths. ## +## ------------------------------- ## + +# After configure completes, it has a better idea of some of the +# shell tools we need than the defaults used by the functions shared +# with bootstrap, so set those here where they can still be over- +# ridden by the user, but otherwise take precedence. + +: ${AUTOCONF="autoconf"} +: ${AUTOMAKE="automake"} + + +## -------------------------- ## +## Source external libraries. ## +## -------------------------- ## + +# Much of our low-level functionality needs to be sourced from external +# libraries, which are installed to $pkgauxdir. + +# Set a version string for this script. +scriptversion=2019-02-19.15; # UTC + +# General shell script boiler plate, and helper functions. +# Written by Gary V. Vaughan, 2004 + +# This is free software. There is NO warranty; not even for +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# +# Copyright (C) 2004-2019, 2021 Bootstrap Authors +# +# This file is dual licensed under the terms of the MIT license +# , and GPL version 2 or later +# . You must apply one of +# these licenses when using or redistributing this software or any of +# the files within it. See the URLs above, or the file `LICENSE` +# included in the Bootstrap distribution for the full license texts. + +# Please report bugs or propose patches to: +# + + +## ------ ## +## Usage. ## +## ------ ## + +# Evaluate this file near the top of your script to gain access to +# the functions and variables defined here: +# +# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh +# +# If you need to override any of the default environment variable +# settings, do that before evaluating this file. + + +## -------------------- ## +## Shell normalisation. ## +## -------------------- ## + +# Some shells need a little help to be as Bourne compatible as possible. +# Before doing anything else, make sure all that help has been provided! + +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac +fi + +# NLS nuisances: We save the old values in case they are required later. +_G_user_locale= +_G_safe_locale= +for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES +do + eval "if test set = \"\${$_G_var+set}\"; then + save_$_G_var=\$$_G_var + $_G_var=C + export $_G_var + _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\" + _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" + fi" +done +# These NLS vars are set unconditionally (bootstrap issue #24). Unset those +# in case the environment reset is needed later and the $save_* variant is not +# defined (see the code above). +LC_ALL=C +LANGUAGE=C +export LANGUAGE LC_ALL + +# Make sure IFS has a sensible default +sp=' ' +nl=' +' +IFS="$sp $nl" + +# There are apparently some retarded systems that use ';' as a PATH separator! +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# func_unset VAR +# -------------- +# Portably unset VAR. +# In some shells, an 'unset VAR' statement leaves a non-zero return +# status if VAR is already unset, which might be problematic if the +# statement is used at the end of a function (thus poisoning its return +# value) or when 'set -e' is active (causing even a spurious abort of +# the script in this case). +func_unset () +{ + { eval $1=; (eval unset $1) >/dev/null 2>&1 && eval unset $1 || : ; } +} + + +# Make sure CDPATH doesn't cause `cd` commands to output the target dir. +func_unset CDPATH + +# Make sure ${,E,F}GREP behave sanely. +func_unset GREP_OPTIONS + + +## ------------------------- ## +## Locate command utilities. ## +## ------------------------- ## + + +# func_executable_p FILE +# ---------------------- +# Check that FILE is an executable regular file. +func_executable_p () +{ + test -f "$1" && test -x "$1" +} + + +# func_path_progs PROGS_LIST CHECK_FUNC [PATH] +# -------------------------------------------- +# Search for either a program that responds to --version with output +# containing "GNU", or else returned by CHECK_FUNC otherwise, by +# trying all the directories in PATH with each of the elements of +# PROGS_LIST. +# +# CHECK_FUNC should accept the path to a candidate program, and +# set $func_check_prog_result if it truncates its output less than +# $_G_path_prog_max characters. +func_path_progs () +{ + _G_progs_list=$1 + _G_check_func=$2 + _G_PATH=${3-"$PATH"} + + _G_path_prog_max=0 + _G_path_prog_found=false + _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:} + for _G_dir in $_G_PATH; do + IFS=$_G_save_IFS + test -z "$_G_dir" && _G_dir=. + for _G_prog_name in $_G_progs_list; do + for _exeext in '' .EXE; do + _G_path_prog=$_G_dir/$_G_prog_name$_exeext + func_executable_p "$_G_path_prog" || continue + case `"$_G_path_prog" --version 2>&1` in + *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; + *) $_G_check_func $_G_path_prog + func_path_progs_result=$func_check_prog_result + ;; + esac + $_G_path_prog_found && break 3 + done + done + done + IFS=$_G_save_IFS + test -z "$func_path_progs_result" && { + echo "no acceptable sed could be found in \$PATH" >&2 + exit 1 + } +} + + +# We want to be able to use the functions in this file before configure +# has figured out where the best binaries are kept, which means we have +# to search for them ourselves - except when the results are already set +# where we skip the searches. + +# Unless the user overrides by setting SED, search the path for either GNU +# sed, or the sed that truncates its output the least. +test -z "$SED" && { + _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for _G_i in 1 2 3 4 5 6 7; do + _G_sed_script=$_G_sed_script$nl$_G_sed_script + done + echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed + _G_sed_script= + + func_check_prog_sed () + { + _G_path_prog=$1 + + _G_count=0 + printf 0123456789 >conftest.in + while : + do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo '' >> conftest.nl + "$_G_path_prog" -f conftest.sed conftest.out 2>/dev/null || break + diff conftest.out conftest.nl >/dev/null 2>&1 || break + _G_count=`expr $_G_count + 1` + if test "$_G_count" -gt "$_G_path_prog_max"; then + # Best one so far, save it but keep looking for a better one + func_check_prog_result=$_G_path_prog + _G_path_prog_max=$_G_count + fi + # 10*(2^10) chars as input seems more than enough + test 10 -lt "$_G_count" && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out + } + + func_path_progs "sed gsed" func_check_prog_sed "$PATH:/usr/xpg4/bin" + rm -f conftest.sed + SED=$func_path_progs_result +} + + +# Unless the user overrides by setting GREP, search the path for either GNU +# grep, or the grep that truncates its output the least. +test -z "$GREP" && { + func_check_prog_grep () + { + _G_path_prog=$1 + + _G_count=0 + _G_path_prog_max=0 + printf 0123456789 >conftest.in + while : + do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo 'GREP' >> conftest.nl + "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' conftest.out 2>/dev/null || break + diff conftest.out conftest.nl >/dev/null 2>&1 || break + _G_count=`expr $_G_count + 1` + if test "$_G_count" -gt "$_G_path_prog_max"; then + # Best one so far, save it but keep looking for a better one + func_check_prog_result=$_G_path_prog + _G_path_prog_max=$_G_count + fi + # 10*(2^10) chars as input seems more than enough + test 10 -lt "$_G_count" && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out + } + + func_path_progs "grep ggrep" func_check_prog_grep "$PATH:/usr/xpg4/bin" + GREP=$func_path_progs_result +} + + +## ------------------------------- ## +## User overridable command paths. ## +## ------------------------------- ## + +# All uppercase variable names are used for environment variables. These +# variables can be overridden by the user before calling a script that +# uses them if a suitable command of that name is not already available +# in the command search PATH. + +: ${CP="cp -f"} +: ${ECHO="printf %s\n"} +: ${EGREP="$GREP -E"} +: ${FGREP="$GREP -F"} +: ${LN_S="ln -s"} +: ${MAKE="make"} +: ${MKDIR="mkdir"} +: ${MV="mv -f"} +: ${RM="rm -f"} +: ${SHELL="${CONFIG_SHELL-/bin/sh}"} + + +## -------------------- ## +## Useful sed snippets. ## +## -------------------- ## + +sed_dirname='s|/[^/]*$||' +sed_basename='s|^.*/||' + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +sed_quote_subst='s|\([`"$\\]\)|\\\1|g' + +# Same as above, but do not quote variable references. +sed_double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution that turns a string into a regex matching for the +# string literally. +sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g' + +# Sed substitution that converts a w32 file name or path +# that contains forward slashes, into one that contains +# (escaped) backslashes. A very naive implementation. +sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' + +# Re-'\' parameter expansions in output of sed_double_quote_subst that +# were '\'-ed in input to the same. If an odd number of '\' preceded a +# '$' in input to sed_double_quote_subst, that '$' was protected from +# expansion. Since each input '\' is now two '\'s, look for any number +# of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'. +_G_bs='\\' +_G_bs2='\\\\' +_G_bs4='\\\\\\\\' +_G_dollar='\$' +sed_double_backslash="\ + s/$_G_bs4/&\\ +/g + s/^$_G_bs2$_G_dollar/$_G_bs&/ + s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g + s/\n//g" + +# require_check_ifs_backslash +# --------------------------- +# Check if we can use backslash as IFS='\' separator, and set +# $check_ifs_backshlash_broken to ':' or 'false'. +require_check_ifs_backslash=func_require_check_ifs_backslash +func_require_check_ifs_backslash () +{ + _G_save_IFS=$IFS + IFS='\' + _G_check_ifs_backshlash='a\\b' + for _G_i in $_G_check_ifs_backshlash + do + case $_G_i in + a) + check_ifs_backshlash_broken=false + ;; + '') + break + ;; + *) + check_ifs_backshlash_broken=: + break + ;; + esac + done + IFS=$_G_save_IFS + require_check_ifs_backslash=: +} + + +## ----------------- ## +## Global variables. ## +## ----------------- ## + +# Except for the global variables explicitly listed below, the following +# functions in the '^func_' namespace, and the '^require_' namespace +# variables initialised in the 'Resource management' section, sourcing +# this file will not pollute your global namespace with anything +# else. There's no portable way to scope variables in Bourne shell +# though, so actually running these functions will sometimes place +# results into a variable named after the function, and often use +# temporary variables in the '^_G_' namespace. If you are careful to +# avoid using those namespaces casually in your sourcing script, things +# should continue to work as you expect. And, of course, you can freely +# overwrite any of the functions or variables defined here before +# calling anything to customize them. + +EXIT_SUCCESS=0 +EXIT_FAILURE=1 +EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. +EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. + +# Allow overriding, eg assuming that you follow the convention of +# putting '$debug_cmd' at the start of all your functions, you can get +# bash to show function call trace with: +# +# debug_cmd='echo "${FUNCNAME[0]} $*" >&2' bash your-script-name +debug_cmd=${debug_cmd-":"} +exit_cmd=: + +# By convention, finish your script with: +# +# exit $exit_status +# +# so that you can set exit_status to non-zero if you want to indicate +# something went wrong during execution without actually bailing out at +# the point of failure. +exit_status=$EXIT_SUCCESS + +# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh +# is ksh but when the shell is invoked as "sh" and the current value of +# the _XPG environment variable is not equal to 1 (one), the special +# positional parameter $0, within a function call, is the name of the +# function. +progpath=$0 + +# The name of this program. +progname=`$ECHO "$progpath" |$SED "$sed_basename"` + +# Make sure we have an absolute progpath for reexecution: +case $progpath in + [\\/]*|[A-Za-z]:\\*) ;; + *[\\/]*) + progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` + progdir=`cd "$progdir" && pwd` + progpath=$progdir/$progname + ;; + *) + _G_IFS=$IFS + IFS=${PATH_SEPARATOR-:} + for progdir in $PATH; do + IFS=$_G_IFS + test -x "$progdir/$progname" && break + done + IFS=$_G_IFS + test -n "$progdir" || progdir=`pwd` + progpath=$progdir/$progname + ;; +esac + + +## ----------------- ## +## Standard options. ## +## ----------------- ## + +# The following options affect the operation of the functions defined +# below, and should be set appropriately depending on run-time para- +# meters passed on the command line. + +opt_dry_run=false +opt_quiet=false +opt_verbose=false + +# Categories 'all' and 'none' are always available. Append any others +# you will pass as the first argument to func_warning from your own +# code. +warning_categories= + +# By default, display warnings according to 'opt_warning_types'. Set +# 'warning_func' to ':' to elide all warnings, or func_fatal_error to +# treat the next displayed warning as a fatal error. +warning_func=func_warn_and_continue + +# Set to 'all' to display all warnings, 'none' to suppress all +# warnings, or a space delimited list of some subset of +# 'warning_categories' to display only the listed warnings. +opt_warning_types=all + + +## -------------------- ## +## Resource management. ## +## -------------------- ## + +# This section contains definitions for functions that each ensure a +# particular resource (a file, or a non-empty configuration variable for +# example) is available, and if appropriate to extract default values +# from pertinent package files. Call them using their associated +# 'require_*' variable to ensure that they are executed, at most, once. +# +# It's entirely deliberate that calling these functions can set +# variables that don't obey the namespace limitations obeyed by the rest +# of this file, in order that that they be as useful as possible to +# callers. + + +# require_term_colors +# ------------------- +# Allow display of bold text on terminals that support it. +require_term_colors=func_require_term_colors +func_require_term_colors () +{ + $debug_cmd + + test -t 1 && { + # COLORTERM and USE_ANSI_COLORS environment variables take + # precedence, because most terminfo databases neglect to describe + # whether color sequences are supported. + test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"} + + if test 1 = "$USE_ANSI_COLORS"; then + # Standard ANSI escape sequences + tc_reset='' + tc_bold=''; tc_standout='' + tc_red=''; tc_green='' + tc_blue=''; tc_cyan='' + else + # Otherwise trust the terminfo database after all. + test -n "`tput sgr0 2>/dev/null`" && { + tc_reset=`tput sgr0` + test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` + tc_standout=$tc_bold + test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` + test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` + test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` + test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` + test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5` + } + fi + } + + require_term_colors=: +} + + +## ----------------- ## +## Function library. ## +## ----------------- ## + +# This section contains a variety of useful functions to call in your +# scripts. Take note of the portable wrappers for features provided by +# some modern shells, which will fall back to slower equivalents on +# less featureful shells. + + +# func_append VAR VALUE +# --------------------- +# Append VALUE onto the existing contents of VAR. + + # _G_HAVE_PLUSEQ_OP + # Can be empty, in which case the shell is probed, "yes" if += is + # useable or anything else if it does not work. + if test -z "$_G_HAVE_PLUSEQ_OP" && \ + __PLUSEQ_TEST="a" && \ + __PLUSEQ_TEST+=" b" 2>/dev/null && \ + test "a b" = "$__PLUSEQ_TEST"; then + _G_HAVE_PLUSEQ_OP=yes + fi + +if test yes = "$_G_HAVE_PLUSEQ_OP" +then + # This is an XSI compatible shell, allowing a faster implementation... + eval 'func_append () + { + $debug_cmd + + eval "$1+=\$2" + }' +else + # ...otherwise fall back to using expr, which is often a shell builtin. + func_append () + { + $debug_cmd + + eval "$1=\$$1\$2" + } +fi + + +# func_append_quoted VAR VALUE +# ---------------------------- +# Quote VALUE and append to the end of shell variable VAR, separated +# by a space. +if test yes = "$_G_HAVE_PLUSEQ_OP"; then + eval 'func_append_quoted () + { + $debug_cmd + + func_quote_arg pretty "$2" + eval "$1+=\\ \$func_quote_arg_result" + }' +else + func_append_quoted () + { + $debug_cmd + + func_quote_arg pretty "$2" + eval "$1=\$$1\\ \$func_quote_arg_result" + } +fi + + +# func_append_uniq VAR VALUE +# -------------------------- +# Append unique VALUE onto the existing contents of VAR, assuming +# entries are delimited by the first character of VALUE. For example: +# +# func_append_uniq options " --another-option option-argument" +# +# will only append to $options if " --another-option option-argument " +# is not already present somewhere in $options already (note spaces at +# each end implied by leading space in second argument). +func_append_uniq () +{ + $debug_cmd + + eval _G_current_value='`$ECHO $'$1'`' + _G_delim=`expr "$2" : '\(.\)'` + + case $_G_delim$_G_current_value$_G_delim in + *"$2$_G_delim"*) ;; + *) func_append "$@" ;; + esac +} + + +# func_arith TERM... +# ------------------ +# Set func_arith_result to the result of evaluating TERMs. + test -z "$_G_HAVE_ARITH_OP" \ + && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \ + && _G_HAVE_ARITH_OP=yes + +if test yes = "$_G_HAVE_ARITH_OP"; then + eval 'func_arith () + { + $debug_cmd + + func_arith_result=$(( $* )) + }' +else + func_arith () + { + $debug_cmd + + func_arith_result=`expr "$@"` + } +fi + + +# func_basename FILE +# ------------------ +# Set func_basename_result to FILE with everything up to and including +# the last / stripped. +if test yes = "$_G_HAVE_XSI_OPS"; then + # If this shell supports suffix pattern removal, then use it to avoid + # forking. Hide the definitions single quotes in case the shell chokes + # on unsupported syntax... + _b='func_basename_result=${1##*/}' + _d='case $1 in + */*) func_dirname_result=${1%/*}$2 ;; + * ) func_dirname_result=$3 ;; + esac' + +else + # ...otherwise fall back to using sed. + _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' + _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` + if test "X$func_dirname_result" = "X$1"; then + func_dirname_result=$3 + else + func_append func_dirname_result "$2" + fi' +fi + +eval 'func_basename () +{ + $debug_cmd + + '"$_b"' +}' + + +# func_dirname FILE APPEND NONDIR_REPLACEMENT +# ------------------------------------------- +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +eval 'func_dirname () +{ + $debug_cmd + + '"$_d"' +}' + + +# func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT +# -------------------------------------------------------- +# Perform func_basename and func_dirname in a single function +# call: +# dirname: Compute the dirname of FILE. If nonempty, +# add APPEND to the result, otherwise set result +# to NONDIR_REPLACEMENT. +# value returned in "$func_dirname_result" +# basename: Compute filename of FILE. +# value retuned in "$func_basename_result" +# For efficiency, we do not delegate to the functions above but instead +# duplicate the functionality here. +eval 'func_dirname_and_basename () +{ + $debug_cmd + + '"$_b"' + '"$_d"' +}' + + +# func_echo ARG... +# ---------------- +# Echo program name prefixed message. +func_echo () +{ + $debug_cmd + + _G_message=$* + + func_echo_IFS=$IFS + IFS=$nl + for _G_line in $_G_message; do + IFS=$func_echo_IFS + $ECHO "$progname: $_G_line" + done + IFS=$func_echo_IFS +} + + +# func_echo_all ARG... +# -------------------- +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + + +# func_echo_infix_1 INFIX ARG... +# ------------------------------ +# Echo program name, followed by INFIX on the first line, with any +# additional lines not showing INFIX. +func_echo_infix_1 () +{ + $debug_cmd + + $require_term_colors + + _G_infix=$1; shift + _G_indent=$_G_infix + _G_prefix="$progname: $_G_infix: " + _G_message=$* + + # Strip color escape sequences before counting printable length + for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan" + do + test -n "$_G_tc" && { + _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` + _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` + } + done + _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes + + func_echo_infix_1_IFS=$IFS + IFS=$nl + for _G_line in $_G_message; do + IFS=$func_echo_infix_1_IFS + $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 + _G_prefix=$_G_indent + done + IFS=$func_echo_infix_1_IFS +} + + +# func_error ARG... +# ----------------- +# Echo program name prefixed message to standard error. +func_error () +{ + $debug_cmd + + $require_term_colors + + func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 +} + + +# func_fatal_error ARG... +# ----------------------- +# Echo program name prefixed message to standard error, and exit. +func_fatal_error () +{ + $debug_cmd + + func_error "$*" + exit $EXIT_FAILURE +} + + +# func_grep EXPRESSION FILENAME +# ----------------------------- +# Check whether EXPRESSION matches any line of FILENAME, without output. +func_grep () +{ + $debug_cmd + + $GREP "$1" "$2" >/dev/null 2>&1 +} + + +# func_len STRING +# --------------- +# Set func_len_result to the length of STRING. STRING may not +# start with a hyphen. + test -z "$_G_HAVE_XSI_OPS" \ + && (eval 'x=a/b/c; + test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ + && _G_HAVE_XSI_OPS=yes + +if test yes = "$_G_HAVE_XSI_OPS"; then + eval 'func_len () + { + $debug_cmd + + func_len_result=${#1} + }' +else + func_len () + { + $debug_cmd + + func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` + } +fi + + +# func_mkdir_p DIRECTORY-PATH +# --------------------------- +# Make sure the entire path to DIRECTORY-PATH is available. +func_mkdir_p () +{ + $debug_cmd + + _G_directory_path=$1 + _G_dir_list= + + if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then + + # Protect directory names starting with '-' + case $_G_directory_path in + -*) _G_directory_path=./$_G_directory_path ;; + esac + + # While some portion of DIR does not yet exist... + while test ! -d "$_G_directory_path"; do + # ...make a list in topmost first order. Use a colon delimited + # list incase some portion of path contains whitespace. + _G_dir_list=$_G_directory_path:$_G_dir_list + + # If the last portion added has no slash in it, the list is done + case $_G_directory_path in */*) ;; *) break ;; esac + + # ...otherwise throw away the child directory and loop + _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` + done + _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` + + func_mkdir_p_IFS=$IFS; IFS=: + for _G_dir in $_G_dir_list; do + IFS=$func_mkdir_p_IFS + # mkdir can fail with a 'File exist' error if two processes + # try to create one of the directories concurrently. Don't + # stop in that case! + $MKDIR "$_G_dir" 2>/dev/null || : + done + IFS=$func_mkdir_p_IFS + + # Bail out if we (or some other process) failed to create a directory. + test -d "$_G_directory_path" || \ + func_fatal_error "Failed to create '$1'" + fi +} + + +# func_mktempdir [BASENAME] +# ------------------------- +# Make a temporary directory that won't clash with other running +# libtool processes, and avoids race conditions if possible. If +# given, BASENAME is the basename for that directory. +func_mktempdir () +{ + $debug_cmd + + _G_template=${TMPDIR-/tmp}/${1-$progname} + + if test : = "$opt_dry_run"; then + # Return a directory name, but don't create it in dry-run mode + _G_tmpdir=$_G_template-$$ + else + + # If mktemp works, use that first and foremost + _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` + + if test ! -d "$_G_tmpdir"; then + # Failing that, at least try and use $RANDOM to avoid a race + _G_tmpdir=$_G_template-${RANDOM-0}$$ + + func_mktempdir_umask=`umask` + umask 0077 + $MKDIR "$_G_tmpdir" + umask $func_mktempdir_umask + fi + + # If we're not in dry-run mode, bomb out on failure + test -d "$_G_tmpdir" || \ + func_fatal_error "cannot create temporary directory '$_G_tmpdir'" + fi + + $ECHO "$_G_tmpdir" +} + + +# func_normal_abspath PATH +# ------------------------ +# Remove doubled-up and trailing slashes, "." path components, +# and cancel out any ".." path components in PATH after making +# it an absolute path. +func_normal_abspath () +{ + $debug_cmd + + # These SED scripts presuppose an absolute path with a trailing slash. + _G_pathcar='s|^/\([^/]*\).*$|\1|' + _G_pathcdr='s|^/[^/]*||' + _G_removedotparts=':dotsl + s|/\./|/|g + t dotsl + s|/\.$|/|' + _G_collapseslashes='s|/\{1,\}|/|g' + _G_finalslash='s|/*$|/|' + + # Start from root dir and reassemble the path. + func_normal_abspath_result= + func_normal_abspath_tpath=$1 + func_normal_abspath_altnamespace= + case $func_normal_abspath_tpath in + "") + # Empty path, that just means $cwd. + func_stripname '' '/' "`pwd`" + func_normal_abspath_result=$func_stripname_result + return + ;; + # The next three entries are used to spot a run of precisely + # two leading slashes without using negated character classes; + # we take advantage of case's first-match behaviour. + ///*) + # Unusual form of absolute path, do nothing. + ;; + //*) + # Not necessarily an ordinary path; POSIX reserves leading '//' + # and for example Cygwin uses it to access remote file shares + # over CIFS/SMB, so we conserve a leading double slash if found. + func_normal_abspath_altnamespace=/ + ;; + /*) + # Absolute path, do nothing. + ;; + *) + # Relative path, prepend $cwd. + func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath + ;; + esac + + # Cancel out all the simple stuff to save iterations. We also want + # the path to end with a slash for ease of parsing, so make sure + # there is one (and only one) here. + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"` + while :; do + # Processed it all yet? + if test / = "$func_normal_abspath_tpath"; then + # If we ascended to the root using ".." the result may be empty now. + if test -z "$func_normal_abspath_result"; then + func_normal_abspath_result=/ + fi + break + fi + func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$_G_pathcar"` + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$_G_pathcdr"` + # Figure out what to do with it + case $func_normal_abspath_tcomponent in + "") + # Trailing empty path component, ignore it. + ;; + ..) + # Parent dir; strip last assembled component from result. + func_dirname "$func_normal_abspath_result" + func_normal_abspath_result=$func_dirname_result + ;; + *) + # Actual path component, append it. + func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent" + ;; + esac + done + # Restore leading double-slash if one was found on entry. + func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result +} + + +# func_notquiet ARG... +# -------------------- +# Echo program name prefixed message only when not in quiet mode. +func_notquiet () +{ + $debug_cmd + + $opt_quiet || func_echo ${1+"$@"} + + # A bug in bash halts the script if the last line of a function + # fails when set -e is in force, so we need another command to + # work around that: + : +} + + +# func_relative_path SRCDIR DSTDIR +# -------------------------------- +# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. +func_relative_path () +{ + $debug_cmd + + func_relative_path_result= + func_normal_abspath "$1" + func_relative_path_tlibdir=$func_normal_abspath_result + func_normal_abspath "$2" + func_relative_path_tbindir=$func_normal_abspath_result + + # Ascend the tree starting from libdir + while :; do + # check if we have found a prefix of bindir + case $func_relative_path_tbindir in + $func_relative_path_tlibdir) + # found an exact match + func_relative_path_tcancelled= + break + ;; + $func_relative_path_tlibdir*) + # found a matching prefix + func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" + func_relative_path_tcancelled=$func_stripname_result + if test -z "$func_relative_path_result"; then + func_relative_path_result=. + fi + break + ;; + *) + func_dirname $func_relative_path_tlibdir + func_relative_path_tlibdir=$func_dirname_result + if test -z "$func_relative_path_tlibdir"; then + # Have to descend all the way to the root! + func_relative_path_result=../$func_relative_path_result + func_relative_path_tcancelled=$func_relative_path_tbindir + break + fi + func_relative_path_result=../$func_relative_path_result + ;; + esac + done + + # Now calculate path; take care to avoid doubling-up slashes. + func_stripname '' '/' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + func_stripname '/' '/' "$func_relative_path_tcancelled" + if test -n "$func_stripname_result"; then + func_append func_relative_path_result "/$func_stripname_result" + fi + + # Normalisation. If bindir is libdir, return '.' else relative path. + if test -n "$func_relative_path_result"; then + func_stripname './' '' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + fi + + test -n "$func_relative_path_result" || func_relative_path_result=. + + : +} + + +# func_quote_portable EVAL ARG +# ---------------------------- +# Internal function to portably implement func_quote_arg. Note that we still +# keep attention to performance here so we as much as possible try to avoid +# calling sed binary (so far O(N) complexity as long as func_append is O(1)). +func_quote_portable () +{ + $debug_cmd + + $require_check_ifs_backslash + + func_quote_portable_result=$2 + + # one-time-loop (easy break) + while true + do + if $1; then + func_quote_portable_result=`$ECHO "$2" | $SED \ + -e "$sed_double_quote_subst" -e "$sed_double_backslash"` + break + fi + + # Quote for eval. + case $func_quote_portable_result in + *[\\\`\"\$]*) + # Fallback to sed for $func_check_bs_ifs_broken=:, or when the string + # contains the shell wildcard characters. + case $check_ifs_backshlash_broken$func_quote_portable_result in + :*|*[\[\*\?]*) + func_quote_portable_result=`$ECHO "$func_quote_portable_result" \ + | $SED "$sed_quote_subst"` + break + ;; + esac + + func_quote_portable_old_IFS=$IFS + for _G_char in '\' '`' '"' '$' + do + # STATE($1) PREV($2) SEPARATOR($3) + set start "" "" + func_quote_portable_result=dummy"$_G_char$func_quote_portable_result$_G_char"dummy + IFS=$_G_char + for _G_part in $func_quote_portable_result + do + case $1 in + quote) + func_append func_quote_portable_result "$3$2" + set quote "$_G_part" "\\$_G_char" + ;; + start) + set first "" "" + func_quote_portable_result= + ;; + first) + set quote "$_G_part" "" + ;; + esac + done + done + IFS=$func_quote_portable_old_IFS + ;; + *) ;; + esac + break + done + + func_quote_portable_unquoted_result=$func_quote_portable_result + case $func_quote_portable_result in + # double-quote args containing shell metacharacters to delay + # word splitting, command substitution and variable expansion + # for a subsequent eval. + # many bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + func_quote_portable_result=\"$func_quote_portable_result\" + ;; + esac +} + + +# func_quotefast_eval ARG +# ----------------------- +# Quote one ARG (internal). This is equivalent to 'func_quote_arg eval ARG', +# but optimized for speed. Result is stored in $func_quotefast_eval. +if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then + printf -v _GL_test_printf_tilde %q '~' + if test '\~' = "$_GL_test_printf_tilde"; then + func_quotefast_eval () + { + printf -v func_quotefast_eval_result %q "$1" + } + else + # Broken older Bash implementations. Make those faster too if possible. + func_quotefast_eval () + { + case $1 in + '~'*) + func_quote_portable false "$1" + func_quotefast_eval_result=$func_quote_portable_result + ;; + *) + printf -v func_quotefast_eval_result %q "$1" + ;; + esac + } + fi +else + func_quotefast_eval () + { + func_quote_portable false "$1" + func_quotefast_eval_result=$func_quote_portable_result + } +fi + + +# func_quote_arg MODEs ARG +# ------------------------ +# Quote one ARG to be evaled later. MODEs argument may contain zero or more +# specifiers listed below separated by ',' character. This function returns two +# values: +# i) func_quote_arg_result +# double-quoted (when needed), suitable for a subsequent eval +# ii) func_quote_arg_unquoted_result +# has all characters that are still active within double +# quotes backslashified. Available only if 'unquoted' is specified. +# +# Available modes: +# ---------------- +# 'eval' (default) +# - escape shell special characters +# 'expand' +# - the same as 'eval'; but do not quote variable references +# 'pretty' +# - request aesthetic output, i.e. '"a b"' instead of 'a\ b'. This might +# be used later in func_quote to get output like: 'echo "a b"' instead +# of 'echo a\ b'. This is slower than default on some shells. +# 'unquoted' +# - produce also $func_quote_arg_unquoted_result which does not contain +# wrapping double-quotes. +# +# Examples for 'func_quote_arg pretty,unquoted string': +# +# string | *_result | *_unquoted_result +# ------------+-----------------------+------------------- +# " | \" | \" +# a b | "a b" | a b +# "a b" | "\"a b\"" | \"a b\" +# * | "*" | * +# z="${x-$y}" | "z=\"\${x-\$y}\"" | z=\"\${x-\$y}\" +# +# Examples for 'func_quote_arg pretty,unquoted,expand string': +# +# string | *_result | *_unquoted_result +# --------------+---------------------+-------------------- +# z="${x-$y}" | "z=\"${x-$y}\"" | z=\"${x-$y}\" +func_quote_arg () +{ + _G_quote_expand=false + case ,$1, in + *,expand,*) + _G_quote_expand=: + ;; + esac + + case ,$1, in + *,pretty,*|*,expand,*|*,unquoted,*) + func_quote_portable $_G_quote_expand "$2" + func_quote_arg_result=$func_quote_portable_result + func_quote_arg_unquoted_result=$func_quote_portable_unquoted_result + ;; + *) + # Faster quote-for-eval for some shells. + func_quotefast_eval "$2" + func_quote_arg_result=$func_quotefast_eval_result + ;; + esac +} + + +# func_quote MODEs ARGs... +# ------------------------ +# Quote all ARGs to be evaled later and join them into single command. See +# func_quote_arg's description for more info. +func_quote () +{ + $debug_cmd + _G_func_quote_mode=$1 ; shift + func_quote_result= + while test 0 -lt $#; do + func_quote_arg "$_G_func_quote_mode" "$1" + if test -n "$func_quote_result"; then + func_append func_quote_result " $func_quote_arg_result" + else + func_append func_quote_result "$func_quote_arg_result" + fi + shift + done +} + + +# func_stripname PREFIX SUFFIX NAME +# --------------------------------- +# strip PREFIX and SUFFIX from NAME, and store in func_stripname_result. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +if test yes = "$_G_HAVE_XSI_OPS"; then + eval 'func_stripname () + { + $debug_cmd + + # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are + # positional parameters, so assign one to ordinary variable first. + func_stripname_result=$3 + func_stripname_result=${func_stripname_result#"$1"} + func_stripname_result=${func_stripname_result%"$2"} + }' +else + func_stripname () + { + $debug_cmd + + case $2 in + .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; + *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; + esac + } +fi + + +# func_show_eval CMD [FAIL_EXP] +# ----------------------------- +# Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. +func_show_eval () +{ + $debug_cmd + + _G_cmd=$1 + _G_fail_exp=${2-':'} + + func_quote_arg pretty,expand "$_G_cmd" + eval "func_notquiet $func_quote_arg_result" + + $opt_dry_run || { + eval "$_G_cmd" + _G_status=$? + if test 0 -ne "$_G_status"; then + eval "(exit $_G_status); $_G_fail_exp" + fi + } +} + + +# func_show_eval_locale CMD [FAIL_EXP] +# ------------------------------------ +# Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. Use the saved locale for evaluation. +func_show_eval_locale () +{ + $debug_cmd + + _G_cmd=$1 + _G_fail_exp=${2-':'} + + $opt_quiet || { + func_quote_arg expand,pretty "$_G_cmd" + eval "func_echo $func_quote_arg_result" + } + + $opt_dry_run || { + eval "$_G_user_locale + $_G_cmd" + _G_status=$? + eval "$_G_safe_locale" + if test 0 -ne "$_G_status"; then + eval "(exit $_G_status); $_G_fail_exp" + fi + } +} + + +# func_tr_sh +# ---------- +# Turn $1 into a string suitable for a shell variable name. +# Result is stored in $func_tr_sh_result. All characters +# not in the set a-zA-Z0-9_ are replaced with '_'. Further, +# if $1 begins with a digit, a '_' is prepended as well. +func_tr_sh () +{ + $debug_cmd + + case $1 in + [0-9]* | *[!a-zA-Z0-9_]*) + func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` + ;; + * ) + func_tr_sh_result=$1 + ;; + esac +} + + +# func_verbose ARG... +# ------------------- +# Echo program name prefixed message in verbose mode only. +func_verbose () +{ + $debug_cmd + + $opt_verbose && func_echo "$*" + + : +} + + +# func_warn_and_continue ARG... +# ----------------------------- +# Echo program name prefixed warning message to standard error. +func_warn_and_continue () +{ + $debug_cmd + + $require_term_colors + + func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2 +} + + +# func_warning CATEGORY ARG... +# ---------------------------- +# Echo program name prefixed warning message to standard error. Warning +# messages can be filtered according to CATEGORY, where this function +# elides messages where CATEGORY is not listed in the global variable +# 'opt_warning_types'. +func_warning () +{ + $debug_cmd + + # CATEGORY must be in the warning_categories list! + case " $warning_categories " in + *" $1 "*) ;; + *) func_internal_error "invalid warning category '$1'" ;; + esac + + _G_category=$1 + shift + + case " $opt_warning_types " in + *" $_G_category "*) $warning_func ${1+"$@"} ;; + esac +} + + +# func_sort_ver VER1 VER2 +# ----------------------- +# 'sort -V' is not generally available. +# Note this deviates from the version comparison in automake +# in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a +# but this should suffice as we won't be specifying old +# version formats or redundant trailing .0 in bootstrap.conf. +# If we did want full compatibility then we should probably +# use m4_version_compare from autoconf. +func_sort_ver () +{ + $debug_cmd + + printf '%s\n%s\n' "$1" "$2" \ + | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n +} + +# func_lt_ver PREV CURR +# --------------------- +# Return true if PREV and CURR are in the correct order according to +# func_sort_ver, otherwise false. Use it like this: +# +# func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..." +func_lt_ver () +{ + $debug_cmd + + test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` +} + + +# Local variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" +# time-stamp-time-zone: "UTC" +# End: +#! /bin/sh + +# A portable, pluggable option parser for Bourne shell. +# Written by Gary V. Vaughan, 2010 + +# This is free software. There is NO warranty; not even for +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# +# Copyright (C) 2010-2019, 2021 Bootstrap Authors +# +# This file is dual licensed under the terms of the MIT license +# , and GPL version 2 or later +# . You must apply one of +# these licenses when using or redistributing this software or any of +# the files within it. See the URLs above, or the file `LICENSE` +# included in the Bootstrap distribution for the full license texts. + +# Please report bugs or propose patches to: +# + +# Set a version string for this script. +scriptversion=2019-02-19.15; # UTC + + +## ------ ## +## Usage. ## +## ------ ## + +# This file is a library for parsing options in your shell scripts along +# with assorted other useful supporting features that you can make use +# of too. +# +# For the simplest scripts you might need only: +# +# #!/bin/sh +# . relative/path/to/funclib.sh +# . relative/path/to/options-parser +# scriptversion=1.0 +# func_options ${1+"$@"} +# eval set dummy "$func_options_result"; shift +# ...rest of your script... +# +# In order for the '--version' option to work, you will need to have a +# suitably formatted comment like the one at the top of this file +# starting with '# Written by ' and ending with '# Copyright'. +# +# For '-h' and '--help' to work, you will also need a one line +# description of your script's purpose in a comment directly above the +# '# Written by ' line, like the one at the top of this file. +# +# The default options also support '--debug', which will turn on shell +# execution tracing (see the comment above debug_cmd below for another +# use), and '--verbose' and the func_verbose function to allow your script +# to display verbose messages only when your user has specified +# '--verbose'. +# +# After sourcing this file, you can plug in processing for additional +# options by amending the variables from the 'Configuration' section +# below, and following the instructions in the 'Option parsing' +# section further down. + +## -------------- ## +## Configuration. ## +## -------------- ## + +# You should override these variables in your script after sourcing this +# file so that they reflect the customisations you have added to the +# option parser. + +# The usage line for option parsing errors and the start of '-h' and +# '--help' output messages. You can embed shell variables for delayed +# expansion at the time the message is displayed, but you will need to +# quote other shell meta-characters carefully to prevent them being +# expanded when the contents are evaled. +usage='$progpath [OPTION]...' + +# Short help message in response to '-h' and '--help'. Add to this or +# override it after sourcing this library to reflect the full set of +# options your script accepts. +usage_message="\ + --debug enable verbose shell tracing + -W, --warnings=CATEGORY + report the warnings falling in CATEGORY [all] + -v, --verbose verbosely report processing + --version print version information and exit + -h, --help print short or long help message and exit +" + +# Additional text appended to 'usage_message' in response to '--help'. +long_help_message=" +Warning categories include: + 'all' show all warnings + 'none' turn off all the warnings + 'error' warnings are treated as fatal errors" + +# Help message printed before fatal option parsing errors. +fatal_help="Try '\$progname --help' for more information." + + + +## ------------------------- ## +## Hook function management. ## +## ------------------------- ## + +# This section contains functions for adding, removing, and running hooks +# in the main code. A hook is just a list of function names that can be +# run in order later on. + +# func_hookable FUNC_NAME +# ----------------------- +# Declare that FUNC_NAME will run hooks added with +# 'func_add_hook FUNC_NAME ...'. +func_hookable () +{ + $debug_cmd + + func_append hookable_fns " $1" +} + + +# func_add_hook FUNC_NAME HOOK_FUNC +# --------------------------------- +# Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must +# first have been declared "hookable" by a call to 'func_hookable'. +func_add_hook () +{ + $debug_cmd + + case " $hookable_fns " in + *" $1 "*) ;; + *) func_fatal_error "'$1' does not accept hook functions." ;; + esac + + eval func_append ${1}_hooks '" $2"' +} + + +# func_remove_hook FUNC_NAME HOOK_FUNC +# ------------------------------------ +# Remove HOOK_FUNC from the list of hook functions to be called by +# FUNC_NAME. +func_remove_hook () +{ + $debug_cmd + + eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' +} + + +# func_propagate_result FUNC_NAME_A FUNC_NAME_B +# --------------------------------------------- +# If the *_result variable of FUNC_NAME_A _is set_, assign its value to +# *_result variable of FUNC_NAME_B. +func_propagate_result () +{ + $debug_cmd + + func_propagate_result_result=: + if eval "test \"\${${1}_result+set}\" = set" + then + eval "${2}_result=\$${1}_result" + else + func_propagate_result_result=false + fi +} + + +# func_run_hooks FUNC_NAME [ARG]... +# --------------------------------- +# Run all hook functions registered to FUNC_NAME. +# It's assumed that the list of hook functions contains nothing more +# than a whitespace-delimited list of legal shell function names, and +# no effort is wasted trying to catch shell meta-characters or preserve +# whitespace. +func_run_hooks () +{ + $debug_cmd + + _G_rc_run_hooks=false + + case " $hookable_fns " in + *" $1 "*) ;; + *) func_fatal_error "'$1' does not support hook functions." ;; + esac + + eval _G_hook_fns=\$$1_hooks; shift + + for _G_hook in $_G_hook_fns; do + func_unset "${_G_hook}_result" + eval $_G_hook '${1+"$@"}' + func_propagate_result $_G_hook func_run_hooks + if $func_propagate_result_result; then + eval set dummy "$func_run_hooks_result"; shift + fi + done +} + + + +## --------------- ## +## Option parsing. ## +## --------------- ## + +# In order to add your own option parsing hooks, you must accept the +# full positional parameter list from your hook function. You may remove +# or edit any options that you action, and then pass back the remaining +# unprocessed options in '_result', escaped +# suitably for 'eval'. +# +# The '_result' variable is automatically unset +# before your hook gets called; for best performance, only set the +# *_result variable when necessary (i.e. don't call the 'func_quote' +# function unnecessarily because it can be an expensive operation on some +# machines). +# +# Like this: +# +# my_options_prep () +# { +# $debug_cmd +# +# # Extend the existing usage message. +# usage_message=$usage_message' +# -s, --silent don'\''t print informational messages +# ' +# # No change in '$@' (ignored completely by this hook). Leave +# # my_options_prep_result variable intact. +# } +# func_add_hook func_options_prep my_options_prep +# +# +# my_silent_option () +# { +# $debug_cmd +# +# args_changed=false +# +# # Note that, for efficiency, we parse as many options as we can +# # recognise in a loop before passing the remainder back to the +# # caller on the first unrecognised argument we encounter. +# while test $# -gt 0; do +# opt=$1; shift +# case $opt in +# --silent|-s) opt_silent=: +# args_changed=: +# ;; +# # Separate non-argument short options: +# -s*) func_split_short_opt "$_G_opt" +# set dummy "$func_split_short_opt_name" \ +# "-$func_split_short_opt_arg" ${1+"$@"} +# shift +# args_changed=: +# ;; +# *) # Make sure the first unrecognised option "$_G_opt" +# # is added back to "$@" in case we need it later, +# # if $args_changed was set to 'true'. +# set dummy "$_G_opt" ${1+"$@"}; shift; break ;; +# esac +# done +# +# # Only call 'func_quote' here if we processed at least one argument. +# if $args_changed; then +# func_quote eval ${1+"$@"} +# my_silent_option_result=$func_quote_result +# fi +# } +# func_add_hook func_parse_options my_silent_option +# +# +# my_option_validation () +# { +# $debug_cmd +# +# $opt_silent && $opt_verbose && func_fatal_help "\ +# '--silent' and '--verbose' options are mutually exclusive." +# } +# func_add_hook func_validate_options my_option_validation +# +# You'll also need to manually amend $usage_message to reflect the extra +# options you parse. It's preferable to append if you can, so that +# multiple option parsing hooks can be added safely. + + +# func_options_finish [ARG]... +# ---------------------------- +# Finishing the option parse loop (call 'func_options' hooks ATM). +func_options_finish () +{ + $debug_cmd + + func_run_hooks func_options ${1+"$@"} + func_propagate_result func_run_hooks func_options_finish +} + + +# func_options [ARG]... +# --------------------- +# All the functions called inside func_options are hookable. See the +# individual implementations for details. +func_hookable func_options +func_options () +{ + $debug_cmd + + _G_options_quoted=false + + for my_func in options_prep parse_options validate_options options_finish + do + func_unset func_${my_func}_result + func_unset func_run_hooks_result + eval func_$my_func '${1+"$@"}' + func_propagate_result func_$my_func func_options + if $func_propagate_result_result; then + eval set dummy "$func_options_result"; shift + _G_options_quoted=: + fi + done + + $_G_options_quoted || { + # As we (func_options) are top-level options-parser function and + # nobody quoted "$@" for us yet, we need to do it explicitly for + # caller. + func_quote eval ${1+"$@"} + func_options_result=$func_quote_result + } +} + + +# func_options_prep [ARG]... +# -------------------------- +# All initialisations required before starting the option parse loop. +# Note that when calling hook functions, we pass through the list of +# positional parameters. If a hook function modifies that list, and +# needs to propagate that back to rest of this script, then the complete +# modified list must be put in 'func_run_hooks_result' before returning. +func_hookable func_options_prep +func_options_prep () +{ + $debug_cmd + + # Option defaults: + opt_verbose=false + opt_warning_types= + + func_run_hooks func_options_prep ${1+"$@"} + func_propagate_result func_run_hooks func_options_prep +} + + +# func_parse_options [ARG]... +# --------------------------- +# The main option parsing loop. +func_hookable func_parse_options +func_parse_options () +{ + $debug_cmd + + _G_parse_options_requote=false + # this just eases exit handling + while test $# -gt 0; do + # Defer to hook functions for initial option parsing, so they + # get priority in the event of reusing an option name. + func_run_hooks func_parse_options ${1+"$@"} + func_propagate_result func_run_hooks func_parse_options + if $func_propagate_result_result; then + eval set dummy "$func_parse_options_result"; shift + # Even though we may have changed "$@", we passed the "$@" array + # down into the hook and it quoted it for us (because we are in + # this if-branch). No need to quote it again. + _G_parse_options_requote=false + fi + + # Break out of the loop if we already parsed every option. + test $# -gt 0 || break + + # We expect that one of the options parsed in this function matches + # and thus we remove _G_opt from "$@" and need to re-quote. + _G_match_parse_options=: + _G_opt=$1 + shift + case $_G_opt in + --debug|-x) debug_cmd='set -x' + func_echo "enabling shell trace mode" >&2 + $debug_cmd + ;; + + --no-warnings|--no-warning|--no-warn) + set dummy --warnings none ${1+"$@"} + shift + ;; + + --warnings|--warning|-W) + if test $# = 0 && func_missing_arg $_G_opt; then + _G_parse_options_requote=: + break + fi + case " $warning_categories $1" in + *" $1 "*) + # trailing space prevents matching last $1 above + func_append_uniq opt_warning_types " $1" + ;; + *all) + opt_warning_types=$warning_categories + ;; + *none) + opt_warning_types=none + warning_func=: + ;; + *error) + opt_warning_types=$warning_categories + warning_func=func_fatal_error + ;; + *) + func_fatal_error \ + "unsupported warning category: '$1'" + ;; + esac + shift + ;; + + --verbose|-v) opt_verbose=: ;; + --version) func_version ;; + -\?|-h) func_usage ;; + --help) func_help ;; + + # Separate optargs to long options (plugins may need this): + --*=*) func_split_equals "$_G_opt" + set dummy "$func_split_equals_lhs" \ + "$func_split_equals_rhs" ${1+"$@"} + shift + ;; + + # Separate optargs to short options: + -W*) + func_split_short_opt "$_G_opt" + set dummy "$func_split_short_opt_name" \ + "$func_split_short_opt_arg" ${1+"$@"} + shift + ;; + + # Separate non-argument short options: + -\?*|-h*|-v*|-x*) + func_split_short_opt "$_G_opt" + set dummy "$func_split_short_opt_name" \ + "-$func_split_short_opt_arg" ${1+"$@"} + shift + ;; + + --) _G_parse_options_requote=: ; break ;; + -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; + *) set dummy "$_G_opt" ${1+"$@"}; shift + _G_match_parse_options=false + break + ;; + esac + + if $_G_match_parse_options; then + _G_parse_options_requote=: + fi + done + + if $_G_parse_options_requote; then + # save modified positional parameters for caller + func_quote eval ${1+"$@"} + func_parse_options_result=$func_quote_result + fi +} + + +# func_validate_options [ARG]... +# ------------------------------ +# Perform any sanity checks on option settings and/or unconsumed +# arguments. +func_hookable func_validate_options +func_validate_options () +{ + $debug_cmd + + # Display all warnings if -W was not given. + test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" + + func_run_hooks func_validate_options ${1+"$@"} + func_propagate_result func_run_hooks func_validate_options + + # Bail if the options were screwed! + $exit_cmd $EXIT_FAILURE +} + + + +## ----------------- ## +## Helper functions. ## +## ----------------- ## + +# This section contains the helper functions used by the rest of the +# hookable option parser framework in ascii-betical order. + + +# func_fatal_help ARG... +# ---------------------- +# Echo program name prefixed message to standard error, followed by +# a help hint, and exit. +func_fatal_help () +{ + $debug_cmd + + eval \$ECHO \""Usage: $usage"\" + eval \$ECHO \""$fatal_help"\" + func_error ${1+"$@"} + exit $EXIT_FAILURE +} + + +# func_help +# --------- +# Echo long help message to standard output and exit. +func_help () +{ + $debug_cmd + + func_usage_message + $ECHO "$long_help_message" + exit 0 +} + + +# func_missing_arg ARGNAME +# ------------------------ +# Echo program name prefixed message to standard error and set global +# exit_cmd. +func_missing_arg () +{ + $debug_cmd + + func_error "Missing argument for '$1'." + exit_cmd=exit +} + + +# func_split_equals STRING +# ------------------------ +# Set func_split_equals_lhs and func_split_equals_rhs shell variables +# after splitting STRING at the '=' sign. +test -z "$_G_HAVE_XSI_OPS" \ + && (eval 'x=a/b/c; + test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ + && _G_HAVE_XSI_OPS=yes + +if test yes = "$_G_HAVE_XSI_OPS" +then + # This is an XSI compatible shell, allowing a faster implementation... + eval 'func_split_equals () + { + $debug_cmd + + func_split_equals_lhs=${1%%=*} + func_split_equals_rhs=${1#*=} + if test "x$func_split_equals_lhs" = "x$1"; then + func_split_equals_rhs= + fi + }' +else + # ...otherwise fall back to using expr, which is often a shell builtin. + func_split_equals () + { + $debug_cmd + + func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` + func_split_equals_rhs= + test "x$func_split_equals_lhs=" = "x$1" \ + || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` + } +fi #func_split_equals + + +# func_split_short_opt SHORTOPT +# ----------------------------- +# Set func_split_short_opt_name and func_split_short_opt_arg shell +# variables after splitting SHORTOPT after the 2nd character. +if test yes = "$_G_HAVE_XSI_OPS" +then + # This is an XSI compatible shell, allowing a faster implementation... + eval 'func_split_short_opt () + { + $debug_cmd + + func_split_short_opt_arg=${1#??} + func_split_short_opt_name=${1%"$func_split_short_opt_arg"} + }' +else + # ...otherwise fall back to using expr, which is often a shell builtin. + func_split_short_opt () + { + $debug_cmd + + func_split_short_opt_name=`expr "x$1" : 'x\(-.\)'` + func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` + } +fi #func_split_short_opt + + +# func_usage +# ---------- +# Echo short help message to standard output and exit. +func_usage () +{ + $debug_cmd + + func_usage_message + $ECHO "Run '$progname --help |${PAGER-more}' for full usage" + exit 0 +} + + +# func_usage_message +# ------------------ +# Echo short help message to standard output. +func_usage_message () +{ + $debug_cmd + + eval \$ECHO \""Usage: $usage"\" + echo + $SED -n 's|^# || + /^Written by/{ + x;p;x + } + h + /^Written by/q' < "$progpath" + echo + eval \$ECHO \""$usage_message"\" +} + + +# func_version +# ------------ +# Echo version message to standard output and exit. +# The version message is extracted from the calling file's header +# comments, with leading '# ' stripped: +# 1. First display the progname and version +# 2. Followed by the header comment line matching /^# Written by / +# 3. Then a blank line followed by the first following line matching +# /^# Copyright / +# 4. Immediately followed by any lines between the previous matches, +# except lines preceding the intervening completely blank line. +# For example, see the header comments of this file. +func_version () +{ + $debug_cmd + + printf '%s\n' "$progname $scriptversion" + $SED -n ' + /^# Written by /!b + s|^# ||; p; n + + :fwd2blnk + /./ { + n + b fwd2blnk + } + p; n + + :holdwrnt + s|^# || + s|^# *$|| + /^Copyright /!{ + /./H + n + b holdwrnt + } + + s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| + G + s|\(\n\)\n*|\1|g + p; q' < "$progpath" + + exit $? +} + + +# Local variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-pattern: "30/scriptversion=%:y-%02m-%02d.%02H; # UTC" +# time-stamp-time-zone: "UTC" +# End: + +# Set a version string. +scriptversion='(GNU libtool) 2.4.7' + + +# func_echo ARG... +# ---------------- +# Libtool also displays the current mode in messages, so override +# funclib.sh func_echo with this custom definition. +func_echo () +{ + $debug_cmd + + _G_message=$* + + func_echo_IFS=$IFS + IFS=$nl + for _G_line in $_G_message; do + IFS=$func_echo_IFS + $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line" + done + IFS=$func_echo_IFS +} + + +# func_warning ARG... +# ------------------- +# Libtool warnings are not categorized, so override funclib.sh +# func_warning with this simpler definition. +func_warning () +{ + $debug_cmd + + $warning_func ${1+"$@"} +} + + +## ---------------- ## +## Options parsing. ## +## ---------------- ## + +# Hook in the functions to make sure our own options are parsed during +# the option parsing loop. + +usage='$progpath [OPTION]... [MODE-ARG]...' + +# Short help message in response to '-h'. +usage_message="Options: + --config show all configuration variables + --debug enable verbose shell tracing + -n, --dry-run display commands without modifying any files + --features display basic configuration information and exit + --mode=MODE use operation mode MODE + --no-warnings equivalent to '-Wnone' + --preserve-dup-deps don't remove duplicate dependency libraries + --quiet, --silent don't print informational messages + --tag=TAG use configuration variables from tag TAG + -v, --verbose print more informational messages than default + --version print version information + -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] + -h, --help, --help-all print short, long, or detailed help message +" + +# Additional text appended to 'usage_message' in response to '--help'. +func_help () +{ + $debug_cmd + + func_usage_message + $ECHO "$long_help_message + +MODE must be one of the following: + + clean remove files from the build directory + compile compile a source file into a libtool object + execute automatically set library path, then run a program + finish complete the installation of libtool libraries + install install libraries or executables + link create a library or an executable + uninstall remove libraries from an installed directory + +MODE-ARGS vary depending on the MODE. When passed as first option, +'--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that. +Try '$progname --help --mode=MODE' for a more detailed description of MODE. + +When reporting a bug, please describe a test case to reproduce it and +include the following information: + + host-triplet: $host + shell: $SHELL + compiler: $LTCC + compiler flags: $LTCFLAGS + linker: $LD (gnu? $with_gnu_ld) + version: $progname $scriptversion Debian-2.4.7-7build1 + automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` + autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` + +Report bugs to . +GNU libtool home page: . +General help using GNU software: ." + exit 0 +} + + +# func_lo2o OBJECT-NAME +# --------------------- +# Transform OBJECT-NAME from a '.lo' suffix to the platform specific +# object suffix. + +lo2o=s/\\.lo\$/.$objext/ +o2lo=s/\\.$objext\$/.lo/ + +if test yes = "$_G_HAVE_XSI_OPS"; then + eval 'func_lo2o () + { + case $1 in + *.lo) func_lo2o_result=${1%.lo}.$objext ;; + * ) func_lo2o_result=$1 ;; + esac + }' + + # func_xform LIBOBJ-OR-SOURCE + # --------------------------- + # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise) + # suffix to a '.lo' libtool-object suffix. + eval 'func_xform () + { + func_xform_result=${1%.*}.lo + }' +else + # ...otherwise fall back to using sed. + func_lo2o () + { + func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` + } + + func_xform () + { + func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` + } +fi + + +# func_fatal_configuration ARG... +# ------------------------------- +# Echo program name prefixed message to standard error, followed by +# a configuration failure hint, and exit. +func_fatal_configuration () +{ + func_fatal_error ${1+"$@"} \ + "See the $PACKAGE documentation for more information." \ + "Fatal configuration error." +} + + +# func_config +# ----------- +# Display the configuration for all the tags in this script. +func_config () +{ + re_begincf='^# ### BEGIN LIBTOOL' + re_endcf='^# ### END LIBTOOL' + + # Default configuration. + $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" + + # Now print the configurations for the tags. + for tagname in $taglist; do + $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" + done + + exit $? +} + + +# func_features +# ------------- +# Display the features supported by this script. +func_features () +{ + echo "host: $host" + if test yes = "$build_libtool_libs"; then + echo "enable shared libraries" + else + echo "disable shared libraries" + fi + if test yes = "$build_old_libs"; then + echo "enable static libraries" + else + echo "disable static libraries" + fi + + exit $? +} + + +# func_enable_tag TAGNAME +# ----------------------- +# Verify that TAGNAME is valid, and either flag an error and exit, or +# enable the TAGNAME tag. We also add TAGNAME to the global $taglist +# variable here. +func_enable_tag () +{ + # Global variable: + tagname=$1 + + re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" + re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" + sed_extractcf=/$re_begincf/,/$re_endcf/p + + # Validate tagname. + case $tagname in + *[!-_A-Za-z0-9,/]*) + func_fatal_error "invalid tag name: $tagname" + ;; + esac + + # Don't test for the "default" C tag, as we know it's + # there but not specially marked. + case $tagname in + CC) ;; + *) + if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then + taglist="$taglist $tagname" + + # Evaluate the configuration. Be careful to quote the path + # and the sed script, to avoid splitting on whitespace, but + # also don't use non-portable quotes within backquotes within + # quotes we have to do it in 2 steps: + extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` + eval "$extractedcf" + else + func_error "ignoring unknown tag $tagname" + fi + ;; + esac +} + + +# func_check_version_match +# ------------------------ +# Ensure that we are using m4 macros, and libtool script from the same +# release of libtool. +func_check_version_match () +{ + if test "$package_revision" != "$macro_revision"; then + if test "$VERSION" != "$macro_version"; then + if test -z "$macro_version"; then + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from an older release. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from $PACKAGE $macro_version. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + fi + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, +$progname: but the definition of this LT_INIT comes from revision $macro_revision. +$progname: You should recreate aclocal.m4 with macros from revision $package_revision +$progname: of $PACKAGE $VERSION and run autoconf again. +_LT_EOF + fi + + exit $EXIT_MISMATCH + fi +} + + +# libtool_options_prep [ARG]... +# ----------------------------- +# Preparation for options parsed by libtool. +libtool_options_prep () +{ + $debug_mode + + # Option defaults: + opt_config=false + opt_dlopen= + opt_dry_run=false + opt_help=false + opt_mode= + opt_preserve_dup_deps=false + opt_quiet=false + + nonopt= + preserve_args= + + _G_rc_lt_options_prep=: + + _G_rc_lt_options_prep=: + + # Shorthand for --mode=foo, only valid as the first argument + case $1 in + clean|clea|cle|cl) + shift; set dummy --mode clean ${1+"$@"}; shift + ;; + compile|compil|compi|comp|com|co|c) + shift; set dummy --mode compile ${1+"$@"}; shift + ;; + execute|execut|execu|exec|exe|ex|e) + shift; set dummy --mode execute ${1+"$@"}; shift + ;; + finish|finis|fini|fin|fi|f) + shift; set dummy --mode finish ${1+"$@"}; shift + ;; + install|instal|insta|inst|ins|in|i) + shift; set dummy --mode install ${1+"$@"}; shift + ;; + link|lin|li|l) + shift; set dummy --mode link ${1+"$@"}; shift + ;; + uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) + shift; set dummy --mode uninstall ${1+"$@"}; shift + ;; + *) + _G_rc_lt_options_prep=false + ;; + esac + + if $_G_rc_lt_options_prep; then + # Pass back the list of options. + func_quote eval ${1+"$@"} + libtool_options_prep_result=$func_quote_result + fi +} +func_add_hook func_options_prep libtool_options_prep + + +# libtool_parse_options [ARG]... +# --------------------------------- +# Provide handling for libtool specific options. +libtool_parse_options () +{ + $debug_cmd + + _G_rc_lt_parse_options=false + + # Perform our own loop to consume as many options as possible in + # each iteration. + while test $# -gt 0; do + _G_match_lt_parse_options=: + _G_opt=$1 + shift + case $_G_opt in + --dry-run|--dryrun|-n) + opt_dry_run=: + ;; + + --config) func_config ;; + + --dlopen|-dlopen) + opt_dlopen="${opt_dlopen+$opt_dlopen +}$1" + shift + ;; + + --preserve-dup-deps) + opt_preserve_dup_deps=: ;; + + --features) func_features ;; + + --finish) set dummy --mode finish ${1+"$@"}; shift ;; + + --help) opt_help=: ;; + + --help-all) opt_help=': help-all' ;; + + --mode) test $# = 0 && func_missing_arg $_G_opt && break + opt_mode=$1 + case $1 in + # Valid mode arguments: + clean|compile|execute|finish|install|link|relink|uninstall) ;; + + # Catch anything else as an error + *) func_error "invalid argument for $_G_opt" + exit_cmd=exit + break + ;; + esac + shift + ;; + + --no-silent|--no-quiet) + opt_quiet=false + func_append preserve_args " $_G_opt" + ;; + + --no-warnings|--no-warning|--no-warn) + opt_warning=false + func_append preserve_args " $_G_opt" + ;; + + --no-verbose) + opt_verbose=false + func_append preserve_args " $_G_opt" + ;; + + --silent|--quiet) + opt_quiet=: + opt_verbose=false + func_append preserve_args " $_G_opt" + ;; + + --tag) test $# = 0 && func_missing_arg $_G_opt && break + opt_tag=$1 + func_append preserve_args " $_G_opt $1" + func_enable_tag "$1" + shift + ;; + + --verbose|-v) opt_quiet=false + opt_verbose=: + func_append preserve_args " $_G_opt" + ;; + + # An option not handled by this hook function: + *) set dummy "$_G_opt" ${1+"$@"} ; shift + _G_match_lt_parse_options=false + break + ;; + esac + $_G_match_lt_parse_options && _G_rc_lt_parse_options=: + done + + if $_G_rc_lt_parse_options; then + # save modified positional parameters for caller + func_quote eval ${1+"$@"} + libtool_parse_options_result=$func_quote_result + fi +} +func_add_hook func_parse_options libtool_parse_options + + + +# libtool_validate_options [ARG]... +# --------------------------------- +# Perform any sanity checks on option settings and/or unconsumed +# arguments. +libtool_validate_options () +{ + # save first non-option argument + if test 0 -lt $#; then + nonopt=$1 + shift + fi + + # preserve --debug + test : = "$debug_cmd" || func_append preserve_args " --debug" + + case $host in + # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 + # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 + *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) + # don't eliminate duplications in $postdeps and $predeps + opt_duplicate_compiler_generated_deps=: + ;; + *) + opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps + ;; + esac + + $opt_help || { + # Sanity checks first: + func_check_version_match + + test yes != "$build_libtool_libs" \ + && test yes != "$build_old_libs" \ + && func_fatal_configuration "not configured to build any kind of library" + + # Darwin sucks + eval std_shrext=\"$shrext_cmds\" + + # Only execute mode is allowed to have -dlopen flags. + if test -n "$opt_dlopen" && test execute != "$opt_mode"; then + func_error "unrecognized option '-dlopen'" + $ECHO "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Change the help message to a mode-specific one. + generic_help=$help + help="Try '$progname --help --mode=$opt_mode' for more information." + } + + # Pass back the unparsed argument list + func_quote eval ${1+"$@"} + libtool_validate_options_result=$func_quote_result +} +func_add_hook func_validate_options libtool_validate_options + + +# Process options as early as possible so that --help and --version +# can return quickly. +func_options ${1+"$@"} +eval set dummy "$func_options_result"; shift + + + +## ----------- ## +## Main. ## +## ----------- ## + +magic='%%%MAGIC variable%%%' +magic_exe='%%%MAGIC EXE variable%%%' + +# Global variables. +extracted_archives= +extracted_serial=0 + +# If this variable is set in any of the actions, the command in it +# will be execed at the end. This prevents here-documents from being +# left over by shells. +exec_cmd= + + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' +} + +# func_generated_by_libtool +# True iff stdin has been generated by Libtool. This function is only +# a basic sanity check; it will hardly flush out determined imposters. +func_generated_by_libtool_p () +{ + $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 +} + +# func_lalib_p file +# True iff FILE is a libtool '.la' library or '.lo' object file. +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_lalib_p () +{ + test -f "$1" && + $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p +} + +# func_lalib_unsafe_p file +# True iff FILE is a libtool '.la' library or '.lo' object file. +# This function implements the same check as func_lalib_p without +# resorting to external programs. To this end, it redirects stdin and +# closes it afterwards, without saving the original file descriptor. +# As a safety measure, use it only where a negative result would be +# fatal anyway. Works if 'file' does not exist. +func_lalib_unsafe_p () +{ + lalib_p=no + if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then + for lalib_p_l in 1 2 3 4 + do + read lalib_p_line + case $lalib_p_line in + \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; + esac + done + exec 0<&5 5<&- + fi + test yes = "$lalib_p" +} + +# func_ltwrapper_script_p file +# True iff FILE is a libtool wrapper script +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_script_p () +{ + test -f "$1" && + $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p +} + +# func_ltwrapper_executable_p file +# True iff FILE is a libtool wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_executable_p () +{ + func_ltwrapper_exec_suffix= + case $1 in + *.exe) ;; + *) func_ltwrapper_exec_suffix=.exe ;; + esac + $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 +} + +# func_ltwrapper_scriptname file +# Assumes file is an ltwrapper_executable +# uses $file to determine the appropriate filename for a +# temporary ltwrapper_script. +func_ltwrapper_scriptname () +{ + func_dirname_and_basename "$1" "" "." + func_stripname '' '.exe' "$func_basename_result" + func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper +} + +# func_ltwrapper_p file +# True iff FILE is a libtool wrapper script or wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_p () +{ + func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" +} + + +# func_execute_cmds commands fail_cmd +# Execute tilde-delimited COMMANDS. +# If FAIL_CMD is given, eval that upon failure. +# FAIL_CMD may read-access the current command in variable CMD! +func_execute_cmds () +{ + $debug_cmd + + save_ifs=$IFS; IFS='~' + for cmd in $1; do + IFS=$sp$nl + eval cmd=\"$cmd\" + IFS=$save_ifs + func_show_eval "$cmd" "${2-:}" + done + IFS=$save_ifs +} + + +# func_source file +# Source FILE, adding directory component if necessary. +# Note that it is not necessary on cygwin/mingw to append a dot to +# FILE even if both FILE and FILE.exe exist: automatic-append-.exe +# behavior happens only for exec(3), not for open(2)! Also, sourcing +# 'FILE.' does not work on cygwin managed mounts. +func_source () +{ + $debug_cmd + + case $1 in + */* | *\\*) . "$1" ;; + *) . "./$1" ;; + esac +} + + +# func_resolve_sysroot PATH +# Replace a leading = in PATH with a sysroot. Store the result into +# func_resolve_sysroot_result +func_resolve_sysroot () +{ + func_resolve_sysroot_result=$1 + case $func_resolve_sysroot_result in + =*) + func_stripname '=' '' "$func_resolve_sysroot_result" + func_resolve_sysroot_result=$lt_sysroot$func_stripname_result + ;; + esac +} + +# func_replace_sysroot PATH +# If PATH begins with the sysroot, replace it with = and +# store the result into func_replace_sysroot_result. +func_replace_sysroot () +{ + case $lt_sysroot:$1 in + ?*:"$lt_sysroot"*) + func_stripname "$lt_sysroot" '' "$1" + func_replace_sysroot_result='='$func_stripname_result + ;; + *) + # Including no sysroot. + func_replace_sysroot_result=$1 + ;; + esac +} + +# func_infer_tag arg +# Infer tagged configuration to use if any are available and +# if one wasn't chosen via the "--tag" command line option. +# Only attempt this if the compiler in the base compile +# command doesn't match the default compiler. +# arg is usually of the form 'gcc ...' +func_infer_tag () +{ + $debug_cmd + + if test -n "$available_tags" && test -z "$tagname"; then + CC_quoted= + for arg in $CC; do + func_append_quoted CC_quoted "$arg" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case $@ in + # Blanks in the command may have been stripped by the calling shell, + # but not from the CC environment variable when configure was run. + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; + # Blanks at the start of $base_compile will cause this to fail + # if we don't check for them as well. + *) + for z in $available_tags; do + if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then + # Evaluate the configuration. + eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" + CC_quoted= + for arg in $CC; do + # Double-quote args containing other shell metacharacters. + func_append_quoted CC_quoted "$arg" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case "$@ " in + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) + # The compiler in the base compile command matches + # the one in the tagged configuration. + # Assume this is the tagged configuration we want. + tagname=$z + break + ;; + esac + fi + done + # If $tagname still isn't set, then no tagged configuration + # was found and let the user know that the "--tag" command + # line option must be used. + if test -z "$tagname"; then + func_echo "unable to infer tagged configuration" + func_fatal_error "specify a tag with '--tag'" +# else +# func_verbose "using $tagname tagged configuration" + fi + ;; + esac + fi +} + + + +# func_write_libtool_object output_name pic_name nonpic_name +# Create a libtool object file (analogous to a ".la" file), +# but don't create it if we're doing a dry run. +func_write_libtool_object () +{ + write_libobj=$1 + if test yes = "$build_libtool_libs"; then + write_lobj=\'$2\' + else + write_lobj=none + fi + + if test yes = "$build_old_libs"; then + write_oldobj=\'$3\' + else + write_oldobj=none + fi + + $opt_dry_run || { + cat >${write_libobj}T </dev/null` + if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then + func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | + $SED -e "$sed_naive_backslashify"` + else + func_convert_core_file_wine_to_w32_result= + fi + fi +} +# end: func_convert_core_file_wine_to_w32 + + +# func_convert_core_path_wine_to_w32 ARG +# Helper function used by path conversion functions when $build is *nix, and +# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly +# configured wine environment available, with the winepath program in $build's +# $PATH. Assumes ARG has no leading or trailing path separator characters. +# +# ARG is path to be converted from $build format to win32. +# Result is available in $func_convert_core_path_wine_to_w32_result. +# Unconvertible file (directory) names in ARG are skipped; if no directory names +# are convertible, then the result may be empty. +func_convert_core_path_wine_to_w32 () +{ + $debug_cmd + + # unfortunately, winepath doesn't convert paths, only file names + func_convert_core_path_wine_to_w32_result= + if test -n "$1"; then + oldIFS=$IFS + IFS=: + for func_convert_core_path_wine_to_w32_f in $1; do + IFS=$oldIFS + func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" + if test -n "$func_convert_core_file_wine_to_w32_result"; then + if test -z "$func_convert_core_path_wine_to_w32_result"; then + func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result + else + func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" + fi + fi + done + IFS=$oldIFS + fi +} +# end: func_convert_core_path_wine_to_w32 + + +# func_cygpath ARGS... +# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when +# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) +# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or +# (2), returns the Cygwin file name or path in func_cygpath_result (input +# file name or path is assumed to be in w32 format, as previously converted +# from $build's *nix or MSYS format). In case (3), returns the w32 file name +# or path in func_cygpath_result (input file name or path is assumed to be in +# Cygwin format). Returns an empty string on error. +# +# ARGS are passed to cygpath, with the last one being the file name or path to +# be converted. +# +# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH +# environment variable; do not put it in $PATH. +func_cygpath () +{ + $debug_cmd + + if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then + func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` + if test "$?" -ne 0; then + # on failure, ensure result is empty + func_cygpath_result= + fi + else + func_cygpath_result= + func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'" + fi +} +#end: func_cygpath + + +# func_convert_core_msys_to_w32 ARG +# Convert file name or path ARG from MSYS format to w32 format. Return +# result in func_convert_core_msys_to_w32_result. +func_convert_core_msys_to_w32 () +{ + $debug_cmd + + # awkward: cmd appends spaces to result + func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | + $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"` +} +#end: func_convert_core_msys_to_w32 + + +# func_convert_file_check ARG1 ARG2 +# Verify that ARG1 (a file name in $build format) was converted to $host +# format in ARG2. Otherwise, emit an error message, but continue (resetting +# func_to_host_file_result to ARG1). +func_convert_file_check () +{ + $debug_cmd + + if test -z "$2" && test -n "$1"; then + func_error "Could not determine host file name corresponding to" + func_error " '$1'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback: + func_to_host_file_result=$1 + fi +} +# end func_convert_file_check + + +# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH +# Verify that FROM_PATH (a path in $build format) was converted to $host +# format in TO_PATH. Otherwise, emit an error message, but continue, resetting +# func_to_host_file_result to a simplistic fallback value (see below). +func_convert_path_check () +{ + $debug_cmd + + if test -z "$4" && test -n "$3"; then + func_error "Could not determine the host path corresponding to" + func_error " '$3'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback. This is a deliberately simplistic "conversion" and + # should not be "improved". See libtool.info. + if test "x$1" != "x$2"; then + lt_replace_pathsep_chars="s|$1|$2|g" + func_to_host_path_result=`echo "$3" | + $SED -e "$lt_replace_pathsep_chars"` + else + func_to_host_path_result=$3 + fi + fi +} +# end func_convert_path_check + + +# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG +# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT +# and appending REPL if ORIG matches BACKPAT. +func_convert_path_front_back_pathsep () +{ + $debug_cmd + + case $4 in + $1 ) func_to_host_path_result=$3$func_to_host_path_result + ;; + esac + case $4 in + $2 ) func_append func_to_host_path_result "$3" + ;; + esac +} +# end func_convert_path_front_back_pathsep + + +################################################## +# $build to $host FILE NAME CONVERSION FUNCTIONS # +################################################## +# invoked via '$to_host_file_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# Result will be available in $func_to_host_file_result. + + +# func_to_host_file ARG +# Converts the file name ARG from $build format to $host format. Return result +# in func_to_host_file_result. +func_to_host_file () +{ + $debug_cmd + + $to_host_file_cmd "$1" +} +# end func_to_host_file + + +# func_to_tool_file ARG LAZY +# converts the file name ARG from $build format to toolchain format. Return +# result in func_to_tool_file_result. If the conversion in use is listed +# in (the comma separated) LAZY, no conversion takes place. +func_to_tool_file () +{ + $debug_cmd + + case ,$2, in + *,"$to_tool_file_cmd",*) + func_to_tool_file_result=$1 + ;; + *) + $to_tool_file_cmd "$1" + func_to_tool_file_result=$func_to_host_file_result + ;; + esac +} +# end func_to_tool_file + + +# func_convert_file_noop ARG +# Copy ARG to func_to_host_file_result. +func_convert_file_noop () +{ + func_to_host_file_result=$1 +} +# end func_convert_file_noop + + +# func_convert_file_msys_to_w32 ARG +# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_file_result. +func_convert_file_msys_to_w32 () +{ + $debug_cmd + + func_to_host_file_result=$1 + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_to_host_file_result=$func_convert_core_msys_to_w32_result + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_w32 + + +# func_convert_file_cygwin_to_w32 ARG +# Convert file name ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_file_cygwin_to_w32 () +{ + $debug_cmd + + func_to_host_file_result=$1 + if test -n "$1"; then + # because $build is cygwin, we call "the" cygpath in $PATH; no need to use + # LT_CYGPATH in this case. + func_to_host_file_result=`cygpath -m "$1"` + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_cygwin_to_w32 + + +# func_convert_file_nix_to_w32 ARG +# Convert file name ARG from *nix to w32 format. Requires a wine environment +# and a working winepath. Returns result in func_to_host_file_result. +func_convert_file_nix_to_w32 () +{ + $debug_cmd + + func_to_host_file_result=$1 + if test -n "$1"; then + func_convert_core_file_wine_to_w32 "$1" + func_to_host_file_result=$func_convert_core_file_wine_to_w32_result + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_w32 + + +# func_convert_file_msys_to_cygwin ARG +# Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_file_msys_to_cygwin () +{ + $debug_cmd + + func_to_host_file_result=$1 + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_cygpath -u "$func_convert_core_msys_to_w32_result" + func_to_host_file_result=$func_cygpath_result + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_cygwin + + +# func_convert_file_nix_to_cygwin ARG +# Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed +# in a wine environment, working winepath, and LT_CYGPATH set. Returns result +# in func_to_host_file_result. +func_convert_file_nix_to_cygwin () +{ + $debug_cmd + + func_to_host_file_result=$1 + if test -n "$1"; then + # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. + func_convert_core_file_wine_to_w32 "$1" + func_cygpath -u "$func_convert_core_file_wine_to_w32_result" + func_to_host_file_result=$func_cygpath_result + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_cygwin + + +############################################# +# $build to $host PATH CONVERSION FUNCTIONS # +############################################# +# invoked via '$to_host_path_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# The result will be available in $func_to_host_path_result. +# +# Path separators are also converted from $build format to $host format. If +# ARG begins or ends with a path separator character, it is preserved (but +# converted to $host format) on output. +# +# All path conversion functions are named using the following convention: +# file name conversion function : func_convert_file_X_to_Y () +# path conversion function : func_convert_path_X_to_Y () +# where, for any given $build/$host combination the 'X_to_Y' value is the +# same. If conversion functions are added for new $build/$host combinations, +# the two new functions must follow this pattern, or func_init_to_host_path_cmd +# will break. + + +# func_init_to_host_path_cmd +# Ensures that function "pointer" variable $to_host_path_cmd is set to the +# appropriate value, based on the value of $to_host_file_cmd. +to_host_path_cmd= +func_init_to_host_path_cmd () +{ + $debug_cmd + + if test -z "$to_host_path_cmd"; then + func_stripname 'func_convert_file_' '' "$to_host_file_cmd" + to_host_path_cmd=func_convert_path_$func_stripname_result + fi +} + + +# func_to_host_path ARG +# Converts the path ARG from $build format to $host format. Return result +# in func_to_host_path_result. +func_to_host_path () +{ + $debug_cmd + + func_init_to_host_path_cmd + $to_host_path_cmd "$1" +} +# end func_to_host_path + + +# func_convert_path_noop ARG +# Copy ARG to func_to_host_path_result. +func_convert_path_noop () +{ + func_to_host_path_result=$1 +} +# end func_convert_path_noop + + +# func_convert_path_msys_to_w32 ARG +# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_path_result. +func_convert_path_msys_to_w32 () +{ + $debug_cmd + + func_to_host_path_result=$1 + if test -n "$1"; then + # Remove leading and trailing path separator characters from ARG. MSYS + # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; + # and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result=$func_convert_core_msys_to_w32_result + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_msys_to_w32 + + +# func_convert_path_cygwin_to_w32 ARG +# Convert path ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_path_cygwin_to_w32 () +{ + $debug_cmd + + func_to_host_path_result=$1 + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_cygwin_to_w32 + + +# func_convert_path_nix_to_w32 ARG +# Convert path ARG from *nix to w32 format. Requires a wine environment and +# a working winepath. Returns result in func_to_host_file_result. +func_convert_path_nix_to_w32 () +{ + $debug_cmd + + func_to_host_path_result=$1 + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result=$func_convert_core_path_wine_to_w32_result + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_nix_to_w32 + + +# func_convert_path_msys_to_cygwin ARG +# Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_path_msys_to_cygwin () +{ + $debug_cmd + + func_to_host_path_result=$1 + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_msys_to_w32_result" + func_to_host_path_result=$func_cygpath_result + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_msys_to_cygwin + + +# func_convert_path_nix_to_cygwin ARG +# Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a +# a wine environment, working winepath, and LT_CYGPATH set. Returns result in +# func_to_host_file_result. +func_convert_path_nix_to_cygwin () +{ + $debug_cmd + + func_to_host_path_result=$1 + if test -n "$1"; then + # Remove leading and trailing path separator characters from + # ARG. msys behavior is inconsistent here, cygpath turns them + # into '.;' and ';.', and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" + func_to_host_path_result=$func_cygpath_result + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_nix_to_cygwin + + +# func_dll_def_p FILE +# True iff FILE is a Windows DLL '.def' file. +# Keep in sync with _LT_DLL_DEF_P in libtool.m4 +func_dll_def_p () +{ + $debug_cmd + + func_dll_def_p_tmp=`$SED -n \ + -e 's/^[ ]*//' \ + -e '/^\(;.*\)*$/d' \ + -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \ + -e q \ + "$1"` + test DEF = "$func_dll_def_p_tmp" +} + + +# func_mode_compile arg... +func_mode_compile () +{ + $debug_cmd + + # Get the compilation command and the source file. + base_compile= + srcfile=$nonopt # always keep a non-empty value in "srcfile" + suppress_opt=yes + suppress_output= + arg_mode=normal + libobj= + later= + pie_flag= + + for arg + do + case $arg_mode in + arg ) + # do not "continue". Instead, add this to base_compile + lastarg=$arg + arg_mode=normal + ;; + + target ) + libobj=$arg + arg_mode=normal + continue + ;; + + normal ) + # Accept any command-line options. + case $arg in + -o) + test -n "$libobj" && \ + func_fatal_error "you cannot specify '-o' more than once" + arg_mode=target + continue + ;; + + -pie | -fpie | -fPIE) + func_append pie_flag " $arg" + continue + ;; + + -shared | -static | -prefer-pic | -prefer-non-pic) + func_append later " $arg" + continue + ;; + + -no-suppress) + suppress_opt=no + continue + ;; + + -Xcompiler) + arg_mode=arg # the next one goes into the "base_compile" arg list + continue # The current "srcfile" will either be retained or + ;; # replaced later. I would guess that would be a bug. + + -Wc,*) + func_stripname '-Wc,' '' "$arg" + args=$func_stripname_result + lastarg= + save_ifs=$IFS; IFS=, + for arg in $args; do + IFS=$save_ifs + func_append_quoted lastarg "$arg" + done + IFS=$save_ifs + func_stripname ' ' '' "$lastarg" + lastarg=$func_stripname_result + + # Add the arguments to base_compile. + func_append base_compile " $lastarg" + continue + ;; + + *) + # Accept the current argument as the source file. + # The previous "srcfile" becomes the current argument. + # + lastarg=$srcfile + srcfile=$arg + ;; + esac # case $arg + ;; + esac # case $arg_mode + + # Aesthetically quote the previous argument. + func_append_quoted base_compile "$lastarg" + done # for arg + + case $arg_mode in + arg) + func_fatal_error "you must specify an argument for -Xcompile" + ;; + target) + func_fatal_error "you must specify a target with '-o'" + ;; + *) + # Get the name of the library object. + test -z "$libobj" && { + func_basename "$srcfile" + libobj=$func_basename_result + } + ;; + esac + + # Recognize several different file suffixes. + # If the user specifies -o file.o, it is replaced with file.lo + case $libobj in + *.[cCFSifmso] | \ + *.ada | *.adb | *.ads | *.asm | \ + *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ + *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) + func_xform "$libobj" + libobj=$func_xform_result + ;; + esac + + case $libobj in + *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; + *) + func_fatal_error "cannot determine name of library object from '$libobj'" + ;; + esac + + func_infer_tag $base_compile + + for arg in $later; do + case $arg in + -shared) + test yes = "$build_libtool_libs" \ + || func_fatal_configuration "cannot build a shared library" + build_old_libs=no + continue + ;; + + -static) + build_libtool_libs=no + build_old_libs=yes + continue + ;; + + -prefer-pic) + pic_mode=yes + continue + ;; + + -prefer-non-pic) + pic_mode=no + continue + ;; + esac + done + + func_quote_arg pretty "$libobj" + test "X$libobj" != "X$func_quote_arg_result" \ + && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ + && func_warning "libobj name '$libobj' may not contain shell special characters." + func_dirname_and_basename "$obj" "/" "" + objname=$func_basename_result + xdir=$func_dirname_result + lobj=$xdir$objdir/$objname + + test -z "$base_compile" && \ + func_fatal_help "you must specify a compilation command" + + # Delete any leftover library objects. + if test yes = "$build_old_libs"; then + removelist="$obj $lobj $libobj ${libobj}T" + else + removelist="$lobj $libobj ${libobj}T" + fi + + # On Cygwin there's no "real" PIC flag so we must build both object types + case $host_os in + cygwin* | mingw* | pw32* | os2* | cegcc*) + pic_mode=default + ;; + esac + if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then + # non-PIC code in shared libraries is not supported + pic_mode=default + fi + + # Calculate the filename of the output object if compiler does + # not support -o with -c + if test no = "$compiler_c_o"; then + output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext + lockfile=$output_obj.lock + else + output_obj= + need_locks=no + lockfile= + fi + + # Lock this critical section if it is needed + # We use this script file to make the link, it avoids creating a new file + if test yes = "$need_locks"; then + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + elif test warn = "$need_locks"; then + if test -f "$lockfile"; then + $ECHO "\ +*** ERROR, $lockfile exists and contains: +`cat $lockfile 2>/dev/null` + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support '-c' and '-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + func_append removelist " $output_obj" + $ECHO "$srcfile" > "$lockfile" + fi + + $opt_dry_run || $RM $removelist + func_append removelist " $lockfile" + trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 + + func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 + srcfile=$func_to_tool_file_result + func_quote_arg pretty "$srcfile" + qsrcfile=$func_quote_arg_result + + # Only build a PIC object if we are building libtool libraries. + if test yes = "$build_libtool_libs"; then + # Without this assignment, base_compile gets emptied. + fbsd_hideous_sh_bug=$base_compile + + if test no != "$pic_mode"; then + command="$base_compile $qsrcfile $pic_flag" + else + # Don't build PIC code + command="$base_compile $qsrcfile" + fi + + func_mkdir_p "$xdir$objdir" + + if test -z "$output_obj"; then + # Place PIC objects in $objdir + func_append command " -o $lobj" + fi + + func_show_eval_locale "$command" \ + 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' + + if test warn = "$need_locks" && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support '-c' and '-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed, then go on to compile the next one + if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then + func_show_eval '$MV "$output_obj" "$lobj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + + # Allow error messages only from the first compilation. + if test yes = "$suppress_opt"; then + suppress_output=' >/dev/null 2>&1' + fi + fi + + # Only build a position-dependent object if we build old libraries. + if test yes = "$build_old_libs"; then + if test yes != "$pic_mode"; then + # Don't build PIC code + command="$base_compile $qsrcfile$pie_flag" + else + command="$base_compile $qsrcfile $pic_flag" + fi + if test yes = "$compiler_c_o"; then + func_append command " -o $obj" + fi + + # Suppress compiler output if we already did a PIC compilation. + func_append command "$suppress_output" + func_show_eval_locale "$command" \ + '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' + + if test warn = "$need_locks" && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support '-c' and '-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed + if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then + func_show_eval '$MV "$output_obj" "$obj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + fi + + $opt_dry_run || { + func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" + + # Unlock the critical section if it was locked + if test no != "$need_locks"; then + removelist=$lockfile + $RM "$lockfile" + fi + } + + exit $EXIT_SUCCESS +} + +$opt_help || { + test compile = "$opt_mode" && func_mode_compile ${1+"$@"} +} + +func_mode_help () +{ + # We need to display help for each of the modes. + case $opt_mode in + "") + # Generic help is extracted from the usage comments + # at the start of this file. + func_help + ;; + + clean) + $ECHO \ +"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... + +Remove files from the build directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed +to RM. + +If FILE is a libtool library, object or program, all the files associated +with it are deleted. Otherwise, only FILE itself is deleted using RM." + ;; + + compile) + $ECHO \ +"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE + +Compile a source file into a libtool library object. + +This mode accepts the following additional options: + + -o OUTPUT-FILE set the output file name to OUTPUT-FILE + -no-suppress do not suppress compiler output for multiple passes + -prefer-pic try to build PIC objects only + -prefer-non-pic try to build non-PIC objects only + -shared do not build a '.o' file suitable for static linking + -static only build a '.o' file suitable for static linking + -Wc,FLAG + -Xcompiler FLAG pass FLAG directly to the compiler + +COMPILE-COMMAND is a command to be used in creating a 'standard' object file +from the given SOURCEFILE. + +The output file name is determined by removing the directory component from +SOURCEFILE, then substituting the C source code suffix '.c' with the +library object suffix, '.lo'." + ;; + + execute) + $ECHO \ +"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... + +Automatically set library path, then run a program. + +This mode accepts the following additional options: + + -dlopen FILE add the directory containing FILE to the library path + +This mode sets the library path environment variable according to '-dlopen' +flags. + +If any of the ARGS are libtool executable wrappers, then they are translated +into their corresponding uninstalled binary, and any of their required library +directories are added to the library path. + +Then, COMMAND is executed, with ARGS as arguments." + ;; + + finish) + $ECHO \ +"Usage: $progname [OPTION]... --mode=finish [LIBDIR]... + +Complete the installation of libtool libraries. + +Each LIBDIR is a directory that contains libtool libraries. + +The commands that this mode executes may require superuser privileges. Use +the '--dry-run' option if you just want to see what would be executed." + ;; + + install) + $ECHO \ +"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... + +Install executables or libraries. + +INSTALL-COMMAND is the installation command. The first component should be +either the 'install' or 'cp' program. + +The following components of INSTALL-COMMAND are treated specially: + + -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation + +The rest of the components are interpreted as arguments to that command (only +BSD-compatible install options are recognized)." + ;; + + link) + $ECHO \ +"Usage: $progname [OPTION]... --mode=link LINK-COMMAND... + +Link object files or libraries together to form another library, or to +create an executable program. + +LINK-COMMAND is a command using the C compiler that you would use to create +a program from several object files. + +The following components of LINK-COMMAND are treated specially: + + -all-static do not do any dynamic linking at all + -avoid-version do not add a version suffix if possible + -bindir BINDIR specify path to binaries directory (for systems where + libraries must be found in the PATH setting at runtime) + -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime + -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols + -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) + -export-symbols SYMFILE + try to export only the symbols listed in SYMFILE + -export-symbols-regex REGEX + try to export only the symbols matching REGEX + -LLIBDIR search LIBDIR for required installed libraries + -lNAME OUTPUT-FILE requires the installed library libNAME + -module build a library that can dlopened + -no-fast-install disable the fast-install mode + -no-install link a not-installable executable + -no-undefined declare that a library does not refer to external symbols + -o OUTPUT-FILE create OUTPUT-FILE from the specified objects + -objectlist FILE use a list of object files found in FILE to specify objects + -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) + -precious-files-regex REGEX + don't remove output files matching REGEX + -release RELEASE specify package release information + -rpath LIBDIR the created library will eventually be installed in LIBDIR + -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries + -shared only do dynamic linking of libtool libraries + -shrext SUFFIX override the standard shared library file extension + -static do not do any dynamic linking of uninstalled libtool libraries + -static-libtool-libs + do not do any dynamic linking of libtool libraries + -version-info CURRENT[:REVISION[:AGE]] + specify library version info [each variable defaults to 0] + -weak LIBNAME declare that the target provides the LIBNAME interface + -Wc,FLAG + -Xcompiler FLAG pass linker-specific FLAG directly to the compiler + -Wa,FLAG + -Xassembler FLAG pass linker-specific FLAG directly to the assembler + -Wl,FLAG + -Xlinker FLAG pass linker-specific FLAG directly to the linker + -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) + +All other options (arguments beginning with '-') are ignored. + +Every other argument is treated as a filename. Files ending in '.la' are +treated as uninstalled libtool libraries, other files are standard or library +object files. + +If the OUTPUT-FILE ends in '.la', then a libtool library is created, +only library objects ('.lo' files) may be specified, and '-rpath' is +required, except when creating a convenience library. + +If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created +using 'ar' and 'ranlib', or on Windows using 'lib'. + +If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file +is created, otherwise an executable program is created." + ;; + + uninstall) + $ECHO \ +"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... + +Remove libraries from an installation directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed +to RM. + +If FILE is a libtool library, all the files associated with it are deleted. +Otherwise, only FILE itself is deleted using RM." + ;; + + *) + func_fatal_help "invalid operation mode '$opt_mode'" + ;; + esac + + echo + $ECHO "Try '$progname --help' for more information about other modes." +} + +# Now that we've collected a possible --mode arg, show help if necessary +if $opt_help; then + if test : = "$opt_help"; then + func_mode_help + else + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + func_mode_help + done + } | $SED -n '1p; 2,$s/^Usage:/ or: /p' + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + echo + func_mode_help + done + } | + $SED '1d + /^When reporting/,/^Report/{ + H + d + } + $x + /information about other modes/d + /more detailed .*MODE/d + s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' + fi + exit $? +fi + + +# func_mode_execute arg... +func_mode_execute () +{ + $debug_cmd + + # The first argument is the command name. + cmd=$nonopt + test -z "$cmd" && \ + func_fatal_help "you must specify a COMMAND" + + # Handle -dlopen flags immediately. + for file in $opt_dlopen; do + test -f "$file" \ + || func_fatal_help "'$file' is not a file" + + dir= + case $file in + *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "'$lib' is not a valid libtool archive" + + # Read the libtool library. + dlname= + library_names= + func_source "$file" + + # Skip this library if it cannot be dlopened. + if test -z "$dlname"; then + # Warn if it was a shared library. + test -n "$library_names" && \ + func_warning "'$file' was not linked with '-export-dynamic'" + continue + fi + + func_dirname "$file" "" "." + dir=$func_dirname_result + + if test -f "$dir/$objdir/$dlname"; then + func_append dir "/$objdir" + else + if test ! -f "$dir/$dlname"; then + func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" + fi + fi + ;; + + *.lo) + # Just add the directory containing the .lo file. + func_dirname "$file" "" "." + dir=$func_dirname_result + ;; + + *) + func_warning "'-dlopen' is ignored for non-libtool libraries and objects" + continue + ;; + esac + + # Get the absolute pathname. + absdir=`cd "$dir" && pwd` + test -n "$absdir" && dir=$absdir + + # Now add the directory to shlibpath_var. + if eval "test -z \"\$$shlibpath_var\""; then + eval "$shlibpath_var=\"\$dir\"" + else + eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" + fi + done + + # This variable tells wrapper scripts just to set shlibpath_var + # rather than running their programs. + libtool_execute_magic=$magic + + # Check if any of the arguments is a wrapper script. + args= + for file + do + case $file in + -* | *.la | *.lo ) ;; + *) + # Do a test to see if this is really a libtool program. + if func_ltwrapper_script_p "$file"; then + func_source "$file" + # Transform arg to wrapped name. + file=$progdir/$program + elif func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + func_source "$func_ltwrapper_scriptname_result" + # Transform arg to wrapped name. + file=$progdir/$program + fi + ;; + esac + # Quote arguments (to preserve shell metacharacters). + func_append_quoted args "$file" + done + + if $opt_dry_run; then + # Display what would be done. + if test -n "$shlibpath_var"; then + eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" + echo "export $shlibpath_var" + fi + $ECHO "$cmd$args" + exit $EXIT_SUCCESS + else + if test -n "$shlibpath_var"; then + # Export the shlibpath_var. + eval "export $shlibpath_var" + fi + + # Restore saved environment variables + for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES + do + eval "if test \"\${save_$lt_var+set}\" = set; then + $lt_var=\$save_$lt_var; export $lt_var + else + $lt_unset $lt_var + fi" + done + + # Now prepare to actually exec the command. + exec_cmd=\$cmd$args + fi +} + +test execute = "$opt_mode" && func_mode_execute ${1+"$@"} + + +# func_mode_finish arg... +func_mode_finish () +{ + $debug_cmd + + libs= + libdirs= + admincmds= + + for opt in "$nonopt" ${1+"$@"} + do + if test -d "$opt"; then + func_append libdirs " $opt" + + elif test -f "$opt"; then + if func_lalib_unsafe_p "$opt"; then + func_append libs " $opt" + else + func_warning "'$opt' is not a valid libtool archive" + fi + + else + func_fatal_error "invalid argument '$opt'" + fi + done + + if test -n "$libs"; then + if test -n "$lt_sysroot"; then + sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` + sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" + else + sysroot_cmd= + fi + + # Remove sysroot references + if $opt_dry_run; then + for lib in $libs; do + echo "removing references to $lt_sysroot and '=' prefixes from $lib" + done + else + tmpdir=`func_mktempdir` + for lib in $libs; do + $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ + > $tmpdir/tmp-la + mv -f $tmpdir/tmp-la $lib + done + ${RM}r "$tmpdir" + fi + fi + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + for libdir in $libdirs; do + if test -n "$finish_cmds"; then + # Do each command in the finish commands. + func_execute_cmds "$finish_cmds" 'admincmds="$admincmds +'"$cmd"'"' + fi + if test -n "$finish_eval"; then + # Do the single finish_eval. + eval cmds=\"$finish_eval\" + $opt_dry_run || eval "$cmds" || func_append admincmds " + $cmds" + fi + done + fi + + # Exit here if they wanted silent mode. + $opt_quiet && exit $EXIT_SUCCESS + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + echo "----------------------------------------------------------------------" + echo "Libraries have been installed in:" + for libdir in $libdirs; do + $ECHO " $libdir" + done + echo + echo "If you ever happen to want to link against installed libraries" + echo "in a given directory, LIBDIR, you must either use libtool, and" + echo "specify the full pathname of the library, or use the '-LLIBDIR'" + echo "flag during linking and do at least one of the following:" + if test -n "$shlibpath_var"; then + echo " - add LIBDIR to the '$shlibpath_var' environment variable" + echo " during execution" + fi + if test -n "$runpath_var"; then + echo " - add LIBDIR to the '$runpath_var' environment variable" + echo " during linking" + fi + if test -n "$hardcode_libdir_flag_spec"; then + libdir=LIBDIR + eval flag=\"$hardcode_libdir_flag_spec\" + + $ECHO " - use the '$flag' linker flag" + fi + if test -n "$admincmds"; then + $ECHO " - have your system administrator run these commands:$admincmds" + fi + if test -f /etc/ld.so.conf; then + echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'" + fi + echo + + echo "See any operating system documentation about shared libraries for" + case $host in + solaris2.[6789]|solaris2.1[0-9]) + echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" + echo "pages." + ;; + *) + echo "more information, such as the ld(1) and ld.so(8) manual pages." + ;; + esac + echo "----------------------------------------------------------------------" + fi + exit $EXIT_SUCCESS +} + +test finish = "$opt_mode" && func_mode_finish ${1+"$@"} + + +# func_mode_install arg... +func_mode_install () +{ + $debug_cmd + + # There may be an optional sh(1) argument at the beginning of + # install_prog (especially on Windows NT). + if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" || + # Allow the use of GNU shtool's install command. + case $nonopt in *shtool*) :;; *) false;; esac + then + # Aesthetically quote it. + func_quote_arg pretty "$nonopt" + install_prog="$func_quote_arg_result " + arg=$1 + shift + else + install_prog= + arg=$nonopt + fi + + # The real first argument should be the name of the installation program. + # Aesthetically quote it. + func_quote_arg pretty "$arg" + func_append install_prog "$func_quote_arg_result" + install_shared_prog=$install_prog + case " $install_prog " in + *[\\\ /]cp\ *) install_cp=: ;; + *) install_cp=false ;; + esac + + # We need to accept at least all the BSD install flags. + dest= + files= + opts= + prev= + install_type= + isdir=false + stripme= + no_mode=: + for arg + do + arg2= + if test -n "$dest"; then + func_append files " $dest" + dest=$arg + continue + fi + + case $arg in + -d) isdir=: ;; + -f) + if $install_cp; then :; else + prev=$arg + fi + ;; + -g | -m | -o) + prev=$arg + ;; + -s) + stripme=" -s" + continue + ;; + -*) + ;; + *) + # If the previous option needed an argument, then skip it. + if test -n "$prev"; then + if test X-m = "X$prev" && test -n "$install_override_mode"; then + arg2=$install_override_mode + no_mode=false + fi + prev= + else + dest=$arg + continue + fi + ;; + esac + + # Aesthetically quote the argument. + func_quote_arg pretty "$arg" + func_append install_prog " $func_quote_arg_result" + if test -n "$arg2"; then + func_quote_arg pretty "$arg2" + fi + func_append install_shared_prog " $func_quote_arg_result" + done + + test -z "$install_prog" && \ + func_fatal_help "you must specify an install program" + + test -n "$prev" && \ + func_fatal_help "the '$prev' option requires an argument" + + if test -n "$install_override_mode" && $no_mode; then + if $install_cp; then :; else + func_quote_arg pretty "$install_override_mode" + func_append install_shared_prog " -m $func_quote_arg_result" + fi + fi + + if test -z "$files"; then + if test -z "$dest"; then + func_fatal_help "no file or destination specified" + else + func_fatal_help "you must specify a destination" + fi + fi + + # Strip any trailing slash from the destination. + func_stripname '' '/' "$dest" + dest=$func_stripname_result + + # Check to see that the destination is a directory. + test -d "$dest" && isdir=: + if $isdir; then + destdir=$dest + destname= + else + func_dirname_and_basename "$dest" "" "." + destdir=$func_dirname_result + destname=$func_basename_result + + # Not a directory, so check to see that there is only one file specified. + set dummy $files; shift + test "$#" -gt 1 && \ + func_fatal_help "'$dest' is not a directory" + fi + case $destdir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + for file in $files; do + case $file in + *.lo) ;; + *) + func_fatal_help "'$destdir' must be an absolute directory name" + ;; + esac + done + ;; + esac + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic=$magic + + staticlibs= + future_libdirs= + current_libdirs= + for file in $files; do + + # Do each installation. + case $file in + *.$libext) + # Do the static libraries later. + func_append staticlibs " $file" + ;; + + *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "'$file' is not a valid libtool archive" + + library_names= + old_library= + relink_command= + func_source "$file" + + # Add the libdir to current_libdirs if it is the destination. + if test "X$destdir" = "X$libdir"; then + case "$current_libdirs " in + *" $libdir "*) ;; + *) func_append current_libdirs " $libdir" ;; + esac + else + # Note the libdir as a future libdir. + case "$future_libdirs " in + *" $libdir "*) ;; + *) func_append future_libdirs " $libdir" ;; + esac + fi + + func_dirname "$file" "/" "" + dir=$func_dirname_result + func_append dir "$objdir" + + if test -n "$relink_command"; then + # Determine the prefix the user has applied to our future dir. + inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` + + # Don't allow the user to place us outside of our expected + # location b/c this prevents finding dependent libraries that + # are installed to the same prefix. + # At present, this check doesn't affect windows .dll's that + # are installed into $libdir/../bin (currently, that works fine) + # but it's something to keep an eye on. + test "$inst_prefix_dir" = "$destdir" && \ + func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir" + + if test -n "$inst_prefix_dir"; then + # Stick the inst_prefix_dir data into the link command. + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` + else + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` + fi + + func_warning "relinking '$file'" + func_show_eval "$relink_command" \ + 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"' + fi + + # See the names of the shared library. + set dummy $library_names; shift + if test -n "$1"; then + realname=$1 + shift + + srcname=$realname + test -n "$relink_command" && srcname=${realname}T + + # Install the shared library and build the symlinks. + func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ + 'exit $?' + tstripme=$stripme + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + case $realname in + *.dll.a) + tstripme= + ;; + esac + ;; + os2*) + case $realname in + *_dll.a) + tstripme= + ;; + esac + ;; + esac + if test -n "$tstripme" && test -n "$striplib"; then + func_show_eval "$striplib $destdir/$realname" 'exit $?' + fi + + if test "$#" -gt 0; then + # Delete the old symlinks, and create new ones. + # Try 'ln -sf' first, because the 'ln' binary might depend on + # the symlink we replace! Solaris /bin/ln does not understand -f, + # so we also need to try rm && ln -s. + for linkname + do + test "$linkname" != "$realname" \ + && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" + done + fi + + # Do each command in the postinstall commands. + lib=$destdir/$realname + func_execute_cmds "$postinstall_cmds" 'exit $?' + fi + + # Install the pseudo-library for information purposes. + func_basename "$file" + name=$func_basename_result + instname=$dir/${name}i + func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' + + # Maybe install the static library, too. + test -n "$old_library" && func_append staticlibs " $dir/$old_library" + ;; + + *.lo) + # Install (i.e. copy) a libtool object. + + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile=$destdir/$destname + else + func_basename "$file" + destfile=$func_basename_result + destfile=$destdir/$destfile + fi + + # Deduce the name of the destination old-style object file. + case $destfile in + *.lo) + func_lo2o "$destfile" + staticdest=$func_lo2o_result + ;; + *.$objext) + staticdest=$destfile + destfile= + ;; + *) + func_fatal_help "cannot copy a libtool object to '$destfile'" + ;; + esac + + # Install the libtool object if requested. + test -n "$destfile" && \ + func_show_eval "$install_prog $file $destfile" 'exit $?' + + # Install the old object if enabled. + if test yes = "$build_old_libs"; then + # Deduce the name of the old-style object file. + func_lo2o "$file" + staticobj=$func_lo2o_result + func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' + fi + exit $EXIT_SUCCESS + ;; + + *) + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile=$destdir/$destname + else + func_basename "$file" + destfile=$func_basename_result + destfile=$destdir/$destfile + fi + + # If the file is missing, and there is a .exe on the end, strip it + # because it is most likely a libtool script we actually want to + # install + stripped_ext= + case $file in + *.exe) + if test ! -f "$file"; then + func_stripname '' '.exe' "$file" + file=$func_stripname_result + stripped_ext=.exe + fi + ;; + esac + + # Do a test to see if this is really a libtool program. + case $host in + *cygwin* | *mingw*) + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + wrapper=$func_ltwrapper_scriptname_result + else + func_stripname '' '.exe' "$file" + wrapper=$func_stripname_result + fi + ;; + *) + wrapper=$file + ;; + esac + if func_ltwrapper_script_p "$wrapper"; then + notinst_deplibs= + relink_command= + + func_source "$wrapper" + + # Check the variables that should have been set. + test -z "$generated_by_libtool_version" && \ + func_fatal_error "invalid libtool wrapper script '$wrapper'" + + finalize=: + for lib in $notinst_deplibs; do + # Check to see that each library is installed. + libdir= + if test -f "$lib"; then + func_source "$lib" + fi + libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` + if test -n "$libdir" && test ! -f "$libfile"; then + func_warning "'$lib' has not been installed in '$libdir'" + finalize=false + fi + done + + relink_command= + func_source "$wrapper" + + outputname= + if test no = "$fast_install" && test -n "$relink_command"; then + $opt_dry_run || { + if $finalize; then + tmpdir=`func_mktempdir` + func_basename "$file$stripped_ext" + file=$func_basename_result + outputname=$tmpdir/$file + # Replace the output file specification. + relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` + + $opt_quiet || { + func_quote_arg expand,pretty "$relink_command" + eval "func_echo $func_quote_arg_result" + } + if eval "$relink_command"; then : + else + func_error "error: relink '$file' with the above command before installing it" + $opt_dry_run || ${RM}r "$tmpdir" + continue + fi + file=$outputname + else + func_warning "cannot relink '$file'" + fi + } + else + # Install the binary that we compiled earlier. + file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` + fi + fi + + # remove .exe since cygwin /usr/bin/install will append another + # one anyway + case $install_prog,$host in + */usr/bin/install*,*cygwin*) + case $file:$destfile in + *.exe:*.exe) + # this is ok + ;; + *.exe:*) + destfile=$destfile.exe + ;; + *:*.exe) + func_stripname '' '.exe' "$destfile" + destfile=$func_stripname_result + ;; + esac + ;; + esac + func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' + $opt_dry_run || if test -n "$outputname"; then + ${RM}r "$tmpdir" + fi + ;; + esac + done + + for file in $staticlibs; do + func_basename "$file" + name=$func_basename_result + + # Set up the ranlib parameters. + oldlib=$destdir/$name + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result + + func_show_eval "$install_prog \$file \$oldlib" 'exit $?' + + if test -n "$stripme" && test -n "$old_striplib"; then + func_show_eval "$old_striplib $tool_oldlib" 'exit $?' + fi + + # Do each command in the postinstall commands. + func_execute_cmds "$old_postinstall_cmds" 'exit $?' + done + + test -n "$future_libdirs" && \ + func_warning "remember to run '$progname --finish$future_libdirs'" + + if test -n "$current_libdirs"; then + # Maybe just do a dry run. + $opt_dry_run && current_libdirs=" -n$current_libdirs" + exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' + else + exit $EXIT_SUCCESS + fi +} + +test install = "$opt_mode" && func_mode_install ${1+"$@"} + + +# func_generate_dlsyms outputname originator pic_p +# Extract symbols from dlprefiles and create ${outputname}S.o with +# a dlpreopen symbol table. +func_generate_dlsyms () +{ + $debug_cmd + + my_outputname=$1 + my_originator=$2 + my_pic_p=${3-false} + my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` + my_dlsyms= + + if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then + if test -n "$NM" && test -n "$global_symbol_pipe"; then + my_dlsyms=${my_outputname}S.c + else + func_error "not configured to extract global symbols from dlpreopened files" + fi + fi + + if test -n "$my_dlsyms"; then + case $my_dlsyms in + "") ;; + *.c) + # Discover the nlist of each of the dlfiles. + nlist=$output_objdir/$my_outputname.nm + + func_show_eval "$RM $nlist ${nlist}S ${nlist}T" + + # Parse the name list into a source file. + func_verbose "creating $output_objdir/$my_dlsyms" + + $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ +/* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */ +/* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */ + +#ifdef __cplusplus +extern \"C\" { +#endif + +#if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) +#pragma GCC diagnostic ignored \"-Wstrict-prototypes\" +#endif + +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined __osf__ +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + +#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) + +/* External symbol declarations for the compiler. */\ +" + + if test yes = "$dlself"; then + func_verbose "generating symbol list for '$output'" + + $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" + + # Add our own program objects to the symbol list. + progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` + for progfile in $progfiles; do + func_to_tool_file "$progfile" func_convert_file_msys_to_w32 + func_verbose "extracting global C symbols from '$func_to_tool_file_result'" + $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" + done + + if test -n "$exclude_expsyms"; then + $opt_dry_run || { + eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + if test -n "$export_symbols_regex"; then + $opt_dry_run || { + eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + export_symbols=$output_objdir/$outputname.exp + $opt_dry_run || { + $RM $export_symbols + eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' + ;; + esac + } + else + $opt_dry_run || { + eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' + eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' + ;; + esac + } + fi + fi + + for dlprefile in $dlprefiles; do + func_verbose "extracting global C symbols from '$dlprefile'" + func_basename "$dlprefile" + name=$func_basename_result + case $host in + *cygwin* | *mingw* | *cegcc* ) + # if an import library, we need to obtain dlname + if func_win32_import_lib_p "$dlprefile"; then + func_tr_sh "$dlprefile" + eval "curr_lafile=\$libfile_$func_tr_sh_result" + dlprefile_dlbasename= + if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then + # Use subshell, to avoid clobbering current variable values + dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` + if test -n "$dlprefile_dlname"; then + func_basename "$dlprefile_dlname" + dlprefile_dlbasename=$func_basename_result + else + # no lafile. user explicitly requested -dlpreopen . + $sharedlib_from_linklib_cmd "$dlprefile" + dlprefile_dlbasename=$sharedlib_from_linklib_result + fi + fi + $opt_dry_run || { + if test -n "$dlprefile_dlbasename"; then + eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' + else + func_warning "Could not compute DLL name from $name" + eval '$ECHO ": $name " >> "$nlist"' + fi + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | + $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" + } + else # not an import lib + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + fi + ;; + *) + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + ;; + esac + done + + $opt_dry_run || { + # Make sure we have at least an empty file. + test -f "$nlist" || : > "$nlist" + + if test -n "$exclude_expsyms"; then + $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T + $MV "$nlist"T "$nlist" + fi + + # Try sorting and uniquifying the output. + if $GREP -v "^: " < "$nlist" | + if sort -k 3 /dev/null 2>&1; then + sort -k 3 + else + sort +2 + fi | + uniq > "$nlist"S; then + : + else + $GREP -v "^: " < "$nlist" > "$nlist"S + fi + + if test -f "$nlist"S; then + eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' + else + echo '/* NONE */' >> "$output_objdir/$my_dlsyms" + fi + + func_show_eval '$RM "${nlist}I"' + if test -n "$global_symbol_to_import"; then + eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I' + fi + + echo >> "$output_objdir/$my_dlsyms" "\ + +/* The mapping between symbol names and symbols. */ +typedef struct { + const char *name; + void *address; +} lt_dlsymlist; +extern LT_DLSYM_CONST lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[];\ +" + + if test -s "$nlist"I; then + echo >> "$output_objdir/$my_dlsyms" "\ +static void lt_syminit(void) +{ + LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols; + for (; symbol->name; ++symbol) + {" + $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms" + echo >> "$output_objdir/$my_dlsyms" "\ + } +}" + fi + echo >> "$output_objdir/$my_dlsyms" "\ +LT_DLSYM_CONST lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[] = +{ {\"$my_originator\", (void *) 0}," + + if test -s "$nlist"I; then + echo >> "$output_objdir/$my_dlsyms" "\ + {\"@INIT@\", (void *) <_syminit}," + fi + + case $need_lib_prefix in + no) + eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + *) + eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + esac + echo >> "$output_objdir/$my_dlsyms" "\ + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt_${my_prefix}_LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif\ +" + } # !$opt_dry_run + + pic_flag_for_symtable= + case "$compile_command " in + *" -static "*) ;; + *) + case $host in + # compiling the symbol table file with pic_flag works around + # a FreeBSD bug that causes programs to crash when -lm is + # linked before any other PIC object. But we must not use + # pic_flag when linking with -static. The problem exists in + # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. + *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; + *-*-hpux*) + pic_flag_for_symtable=" $pic_flag" ;; + *) + $my_pic_p && pic_flag_for_symtable=" $pic_flag" + ;; + esac + ;; + esac + symtab_cflags= + for arg in $LTCFLAGS; do + case $arg in + -pie | -fpie | -fPIE) ;; + *) func_append symtab_cflags " $arg" ;; + esac + done + + # Now compile the dynamic symbol file. + func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' + + # Clean up the generated files. + func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"' + + # Transform the symbol file into the correct name. + symfileobj=$output_objdir/${my_outputname}S.$objext + case $host in + *cygwin* | *mingw* | *cegcc* ) + if test -f "$output_objdir/$my_outputname.def"; then + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + else + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + fi + ;; + *) + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + ;; + esac + ;; + *) + func_fatal_error "unknown suffix for '$my_dlsyms'" + ;; + esac + else + # We keep going just in case the user didn't refer to + # lt_preloaded_symbols. The linker will fail if global_symbol_pipe + # really was required. + + # Nullify the symbol file. + compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` + fi +} + +# func_cygming_gnu_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is a GNU/binutils-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_gnu_implib_p () +{ + $debug_cmd + + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` + test -n "$func_cygming_gnu_implib_tmp" +} + +# func_cygming_ms_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is an MS-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_ms_implib_p () +{ + $debug_cmd + + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` + test -n "$func_cygming_ms_implib_tmp" +} + +# func_win32_libid arg +# return the library type of file 'arg' +# +# Need a lot of goo to handle *both* DLLs and import libs +# Has to be a shell function in order to 'eat' the argument +# that is supplied when $file_magic_command is called. +# Despite the name, also deal with 64 bit binaries. +func_win32_libid () +{ + $debug_cmd + + win32_libid_type=unknown + win32_fileres=`file -L $1 2>/dev/null` + case $win32_fileres in + *ar\ archive\ import\ library*) # definitely import + win32_libid_type="x86 archive import" + ;; + *ar\ archive*) # could be an import, or static + # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. + if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | + $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then + case $nm_interface in + "MS dumpbin") + if func_cygming_ms_implib_p "$1" || + func_cygming_gnu_implib_p "$1" + then + win32_nmres=import + else + win32_nmres= + fi + ;; + *) + func_to_tool_file "$1" func_convert_file_msys_to_w32 + win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | + $SED -n -e ' + 1,100{ + / I /{ + s|.*|import| + p + q + } + }'` + ;; + esac + case $win32_nmres in + import*) win32_libid_type="x86 archive import";; + *) win32_libid_type="x86 archive static";; + esac + fi + ;; + *DLL*) + win32_libid_type="x86 DLL" + ;; + *executable*) # but shell scripts are "executable" too... + case $win32_fileres in + *MS\ Windows\ PE\ Intel*) + win32_libid_type="x86 DLL" + ;; + esac + ;; + esac + $ECHO "$win32_libid_type" +} + +# func_cygming_dll_for_implib ARG +# +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib () +{ + $debug_cmd + + sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` +} + +# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs +# +# The is the core of a fallback implementation of a +# platform-specific function to extract the name of the +# DLL associated with the specified import library LIBNAME. +# +# SECTION_NAME is either .idata$6 or .idata$7, depending +# on the platform and compiler that created the implib. +# +# Echos the name of the DLL associated with the +# specified import library. +func_cygming_dll_for_implib_fallback_core () +{ + $debug_cmd + + match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` + $OBJDUMP -s --section "$1" "$2" 2>/dev/null | + $SED '/^Contents of section '"$match_literal"':/{ + # Place marker at beginning of archive member dllname section + s/.*/====MARK====/ + p + d + } + # These lines can sometimes be longer than 43 characters, but + # are always uninteresting + /:[ ]*file format pe[i]\{,1\}-/d + /^In archive [^:]*:/d + # Ensure marker is printed + /^====MARK====/p + # Remove all lines with less than 43 characters + /^.\{43\}/!d + # From remaining lines, remove first 43 characters + s/^.\{43\}//' | + $SED -n ' + # Join marker and all lines until next marker into a single line + /^====MARK====/ b para + H + $ b para + b + :para + x + s/\n//g + # Remove the marker + s/^====MARK====// + # Remove trailing dots and whitespace + s/[\. \t]*$// + # Print + /./p' | + # we now have a list, one entry per line, of the stringified + # contents of the appropriate section of all members of the + # archive that possess that section. Heuristic: eliminate + # all those that have a first or second character that is + # a '.' (that is, objdump's representation of an unprintable + # character.) This should work for all archives with less than + # 0x302f exports -- but will fail for DLLs whose name actually + # begins with a literal '.' or a single character followed by + # a '.'. + # + # Of those that remain, print the first one. + $SED -e '/^\./d;/^.\./d;q' +} + +# func_cygming_dll_for_implib_fallback ARG +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# +# This fallback implementation is for use when $DLLTOOL +# does not support the --identify-strict option. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib_fallback () +{ + $debug_cmd + + if func_cygming_gnu_implib_p "$1"; then + # binutils import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` + elif func_cygming_ms_implib_p "$1"; then + # ms-generated import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` + else + # unknown + sharedlib_from_linklib_result= + fi +} + + +# func_extract_an_archive dir oldlib +func_extract_an_archive () +{ + $debug_cmd + + f_ex_an_ar_dir=$1; shift + f_ex_an_ar_oldlib=$1 + if test yes = "$lock_old_archive_extraction"; then + lockfile=$f_ex_an_ar_oldlib.lock + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + fi + func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ + 'stat=$?; rm -f "$lockfile"; exit $stat' + if test yes = "$lock_old_archive_extraction"; then + $opt_dry_run || rm -f "$lockfile" + fi + if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then + : + else + func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" + fi +} + + +# func_extract_archives gentop oldlib ... +func_extract_archives () +{ + $debug_cmd + + my_gentop=$1; shift + my_oldlibs=${1+"$@"} + my_oldobjs= + my_xlib= + my_xabs= + my_xdir= + + for my_xlib in $my_oldlibs; do + # Extract the objects. + case $my_xlib in + [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;; + *) my_xabs=`pwd`"/$my_xlib" ;; + esac + func_basename "$my_xlib" + my_xlib=$func_basename_result + my_xlib_u=$my_xlib + while :; do + case " $extracted_archives " in + *" $my_xlib_u "*) + func_arith $extracted_serial + 1 + extracted_serial=$func_arith_result + my_xlib_u=lt$extracted_serial-$my_xlib ;; + *) break ;; + esac + done + extracted_archives="$extracted_archives $my_xlib_u" + my_xdir=$my_gentop/$my_xlib_u + + func_mkdir_p "$my_xdir" + + case $host in + *-darwin*) + func_verbose "Extracting $my_xabs" + # Do not bother doing anything if just a dry run + $opt_dry_run || { + darwin_orig_dir=`pwd` + cd $my_xdir || exit $? + darwin_archive=$my_xabs + darwin_curdir=`pwd` + func_basename "$darwin_archive" + darwin_base_archive=$func_basename_result + darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` + if test -n "$darwin_arches"; then + darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` + darwin_arch= + func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" + for darwin_arch in $darwin_arches; do + func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch" + $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive" + cd "unfat-$$/$darwin_base_archive-$darwin_arch" + func_extract_an_archive "`pwd`" "$darwin_base_archive" + cd "$darwin_curdir" + $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" + done # $darwin_arches + ## Okay now we've a bunch of thin objects, gotta fatten them up :) + darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` + darwin_file= + darwin_files= + for darwin_file in $darwin_filelist; do + darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` + $LIPO -create -output "$darwin_file" $darwin_files + done # $darwin_filelist + $RM -rf unfat-$$ + cd "$darwin_orig_dir" + else + cd $darwin_orig_dir + func_extract_an_archive "$my_xdir" "$my_xabs" + fi # $darwin_arches + } # !$opt_dry_run + ;; + *) + func_extract_an_archive "$my_xdir" "$my_xabs" + ;; + esac + my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` + done + + func_extract_archives_result=$my_oldobjs +} + + +# func_emit_wrapper [arg=no] +# +# Emit a libtool wrapper script on stdout. +# Don't directly open a file because we may want to +# incorporate the script contents within a cygwin/mingw +# wrapper executable. Must ONLY be called from within +# func_mode_link because it depends on a number of variables +# set therein. +# +# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR +# variable will take. If 'yes', then the emitted script +# will assume that the directory where it is stored is +# the $objdir directory. This is a cygwin/mingw-specific +# behavior. +func_emit_wrapper () +{ + func_emit_wrapper_arg1=${1-no} + + $ECHO "\ +#! $SHELL + +# $output - temporary wrapper script for $objdir/$outputname +# Generated by $PROGRAM (GNU $PACKAGE) $VERSION +# +# The $output program cannot be directly executed until all the libtool +# libraries that it depends on are installed. +# +# This wrapper script should never be moved out of the build directory. +# If it is, it will not operate correctly. + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +sed_quote_subst='$sed_quote_subst' + +# Be Bourne compatible +if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +relink_command=\"$relink_command\" + +# This environment variable determines our operation mode. +if test \"\$libtool_install_magic\" = \"$magic\"; then + # install mode needs the following variables: + generated_by_libtool_version='$macro_version' + notinst_deplibs='$notinst_deplibs' +else + # When we are sourced in execute mode, \$file and \$ECHO are already set. + if test \"\$libtool_execute_magic\" != \"$magic\"; then + file=\"\$0\"" + + func_quote_arg pretty "$ECHO" + qECHO=$func_quote_arg_result + $ECHO "\ + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + ECHO=$qECHO + fi + +# Very basic option parsing. These options are (a) specific to +# the libtool wrapper, (b) are identical between the wrapper +# /script/ and the wrapper /executable/ that is used only on +# windows platforms, and (c) all begin with the string "--lt-" +# (application programs are unlikely to have options that match +# this pattern). +# +# There are only two supported options: --lt-debug and +# --lt-dump-script. There is, deliberately, no --lt-help. +# +# The first argument to this parsing function should be the +# script's $0 value, followed by "$@". +lt_option_debug= +func_parse_lt_options () +{ + lt_script_arg0=\$0 + shift + for lt_opt + do + case \"\$lt_opt\" in + --lt-debug) lt_option_debug=1 ;; + --lt-dump-script) + lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` + test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. + lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` + cat \"\$lt_dump_D/\$lt_dump_F\" + exit 0 + ;; + --lt-*) + \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 + exit 1 + ;; + esac + done + + # Print the debug banner immediately: + if test -n \"\$lt_option_debug\"; then + echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2 + fi +} + +# Used when --lt-debug. Prints its arguments to stdout +# (redirection is the responsibility of the caller) +func_lt_dump_args () +{ + lt_dump_args_N=1; + for lt_arg + do + \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" + lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` + done +} + +# Core function for launching the target application +func_exec_program_core () +{ +" + case $host in + # Backslashes separate directories on plain windows + *-*-mingw | *-*-os2* | *-cegcc*) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} +" + ;; + + *) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir/\$program\" \${1+\"\$@\"} +" + ;; + esac + $ECHO "\ + \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 + exit 1 +} + +# A function to encapsulate launching the target application +# Strips options in the --lt-* namespace from \$@ and +# launches target application with the remaining arguments. +func_exec_program () +{ + case \" \$* \" in + *\\ --lt-*) + for lt_wr_arg + do + case \$lt_wr_arg in + --lt-*) ;; + *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; + esac + shift + done ;; + esac + func_exec_program_core \${1+\"\$@\"} +} + + # Parse options + func_parse_lt_options \"\$0\" \${1+\"\$@\"} + + # Find the directory that this script lives in. + thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` + test \"x\$thisdir\" = \"x\$file\" && thisdir=. + + # Follow symbolic links until we get to the real thisdir. + file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` + while test -n \"\$file\"; do + destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` + + # If there was a directory component, then change thisdir. + if test \"x\$destdir\" != \"x\$file\"; then + case \"\$destdir\" in + [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; + *) thisdir=\"\$thisdir/\$destdir\" ;; + esac + fi + + file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` + file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` + done + + # Usually 'no', except on cygwin/mingw when embedded into + # the cwrapper. + WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 + if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then + # special case for '.' + if test \"\$thisdir\" = \".\"; then + thisdir=\`pwd\` + fi + # remove .libs from thisdir + case \"\$thisdir\" in + *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; + $objdir ) thisdir=. ;; + esac + fi + + # Try to get the absolute directory name. + absdir=\`cd \"\$thisdir\" && pwd\` + test -n \"\$absdir\" && thisdir=\"\$absdir\" +" + + if test yes = "$fast_install"; then + $ECHO "\ + program=lt-'$outputname'$exeext + progdir=\"\$thisdir/$objdir\" + + if test ! -f \"\$progdir/\$program\" || + { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ + test \"X\$file\" != \"X\$progdir/\$program\"; }; then + + file=\"\$\$-\$program\" + + if test ! -d \"\$progdir\"; then + $MKDIR \"\$progdir\" + else + $RM \"\$progdir/\$file\" + fi" + + $ECHO "\ + + # relink executable if necessary + if test -n \"\$relink_command\"; then + if relink_command_output=\`eval \$relink_command 2>&1\`; then : + else + \$ECHO \"\$relink_command_output\" >&2 + $RM \"\$progdir/\$file\" + exit 1 + fi + fi + + $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || + { $RM \"\$progdir/\$program\"; + $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } + $RM \"\$progdir/\$file\" + fi" + else + $ECHO "\ + program='$outputname' + progdir=\"\$thisdir/$objdir\" +" + fi + + $ECHO "\ + + if test -f \"\$progdir/\$program\"; then" + + # fixup the dll searchpath if we need to. + # + # Fix the DLL searchpath if we need to. Do this before prepending + # to shlibpath, because on Windows, both are PATH and uninstalled + # libraries must come first. + if test -n "$dllsearchpath"; then + $ECHO "\ + # Add the dll search path components to the executable PATH + PATH=$dllsearchpath:\$PATH +" + fi + + # Export our shlibpath_var if we have one. + if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then + $ECHO "\ + # Add our own library path to $shlibpath_var + $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" + + # Some systems cannot cope with colon-terminated $shlibpath_var + # The second colon is a workaround for a bug in BeOS R4 sed + $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` + + export $shlibpath_var +" + fi + + $ECHO "\ + if test \"\$libtool_execute_magic\" != \"$magic\"; then + # Run the actual program with our arguments. + func_exec_program \${1+\"\$@\"} + fi + else + # The program doesn't exist. + \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2 + \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 + \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 + exit 1 + fi +fi\ +" +} + + +# func_emit_cwrapperexe_src +# emit the source code for a wrapper executable on stdout +# Must ONLY be called from within func_mode_link because +# it depends on a number of variable set therein. +func_emit_cwrapperexe_src () +{ + cat < +#include +#ifdef _MSC_VER +# include +# include +# include +#else +# include +# include +# ifdef __CYGWIN__ +# include +# endif +#endif +#include +#include +#include +#include +#include +#include +#include +#include + +#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) + +/* declarations of non-ANSI functions */ +#if defined __MINGW32__ +# ifdef __STRICT_ANSI__ +int _putenv (const char *); +# endif +#elif defined __CYGWIN__ +# ifdef __STRICT_ANSI__ +char *realpath (const char *, char *); +int putenv (char *); +int setenv (const char *, const char *, int); +# endif +/* #elif defined other_platform || defined ... */ +#endif + +/* portability defines, excluding path handling macros */ +#if defined _MSC_VER +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +# define S_IXUSR _S_IEXEC +#elif defined __MINGW32__ +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +#elif defined __CYGWIN__ +# define HAVE_SETENV +# define FOPEN_WB "wb" +/* #elif defined other platforms ... */ +#endif + +#if defined PATH_MAX +# define LT_PATHMAX PATH_MAX +#elif defined MAXPATHLEN +# define LT_PATHMAX MAXPATHLEN +#else +# define LT_PATHMAX 1024 +#endif + +#ifndef S_IXOTH +# define S_IXOTH 0 +#endif +#ifndef S_IXGRP +# define S_IXGRP 0 +#endif + +/* path handling portability macros */ +#ifndef DIR_SEPARATOR +# define DIR_SEPARATOR '/' +# define PATH_SEPARATOR ':' +#endif + +#if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \ + defined __OS2__ +# define HAVE_DOS_BASED_FILE_SYSTEM +# define FOPEN_WB "wb" +# ifndef DIR_SEPARATOR_2 +# define DIR_SEPARATOR_2 '\\' +# endif +# ifndef PATH_SEPARATOR_2 +# define PATH_SEPARATOR_2 ';' +# endif +#endif + +#ifndef DIR_SEPARATOR_2 +# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) +#else /* DIR_SEPARATOR_2 */ +# define IS_DIR_SEPARATOR(ch) \ + (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) +#endif /* DIR_SEPARATOR_2 */ + +#ifndef PATH_SEPARATOR_2 +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) +#else /* PATH_SEPARATOR_2 */ +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) +#endif /* PATH_SEPARATOR_2 */ + +#ifndef FOPEN_WB +# define FOPEN_WB "w" +#endif +#ifndef _O_BINARY +# define _O_BINARY 0 +#endif + +#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) +#define XFREE(stale) do { \ + if (stale) { free (stale); stale = 0; } \ +} while (0) + +#if defined LT_DEBUGWRAPPER +static int lt_debug = 1; +#else +static int lt_debug = 0; +#endif + +const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ + +void *xmalloc (size_t num); +char *xstrdup (const char *string); +const char *base_name (const char *name); +char *find_executable (const char *wrapper); +char *chase_symlinks (const char *pathspec); +int make_executable (const char *path); +int check_executable (const char *path); +char *strendzap (char *str, const char *pat); +void lt_debugprintf (const char *file, int line, const char *fmt, ...); +void lt_fatal (const char *file, int line, const char *message, ...); +static const char *nonnull (const char *s); +static const char *nonempty (const char *s); +void lt_setenv (const char *name, const char *value); +char *lt_extend_str (const char *orig_value, const char *add, int to_end); +void lt_update_exe_path (const char *name, const char *value); +void lt_update_lib_path (const char *name, const char *value); +char **prepare_spawn (char **argv); +void lt_dump_script (FILE *f); +EOF + + cat <= 0) + && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) + return 1; + else + return 0; +} + +int +make_executable (const char *path) +{ + int rval = 0; + struct stat st; + + lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", + nonempty (path)); + if ((!path) || (!*path)) + return 0; + + if (stat (path, &st) >= 0) + { + rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); + } + return rval; +} + +/* Searches for the full path of the wrapper. Returns + newly allocated full path name if found, NULL otherwise + Does not chase symlinks, even on platforms that support them. +*/ +char * +find_executable (const char *wrapper) +{ + int has_slash = 0; + const char *p; + const char *p_next; + /* static buffer for getcwd */ + char tmp[LT_PATHMAX + 1]; + size_t tmp_len; + char *concat_name; + + lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", + nonempty (wrapper)); + + if ((wrapper == NULL) || (*wrapper == '\0')) + return NULL; + + /* Absolute path? */ +#if defined HAVE_DOS_BASED_FILE_SYSTEM + if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') + { + concat_name = xstrdup (wrapper); + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } + else + { +#endif + if (IS_DIR_SEPARATOR (wrapper[0])) + { + concat_name = xstrdup (wrapper); + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } +#if defined HAVE_DOS_BASED_FILE_SYSTEM + } +#endif + + for (p = wrapper; *p; p++) + if (*p == '/') + { + has_slash = 1; + break; + } + if (!has_slash) + { + /* no slashes; search PATH */ + const char *path = getenv ("PATH"); + if (path != NULL) + { + for (p = path; *p; p = p_next) + { + const char *q; + size_t p_len; + for (q = p; *q; q++) + if (IS_PATH_SEPARATOR (*q)) + break; + p_len = (size_t) (q - p); + p_next = (*q == '\0' ? q : q + 1); + if (p_len == 0) + { + /* empty path: current directory */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = + XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + } + else + { + concat_name = + XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, p, p_len); + concat_name[p_len] = '/'; + strcpy (concat_name + p_len + 1, wrapper); + } + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } + } + /* not found in PATH; assume curdir */ + } + /* Relative path | not found in path: prepend cwd */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + return NULL; +} + +char * +chase_symlinks (const char *pathspec) +{ +#ifndef S_ISLNK + return xstrdup (pathspec); +#else + char buf[LT_PATHMAX]; + struct stat s; + char *tmp_pathspec = xstrdup (pathspec); + char *p; + int has_symlinks = 0; + while (strlen (tmp_pathspec) && !has_symlinks) + { + lt_debugprintf (__FILE__, __LINE__, + "checking path component for symlinks: %s\n", + tmp_pathspec); + if (lstat (tmp_pathspec, &s) == 0) + { + if (S_ISLNK (s.st_mode) != 0) + { + has_symlinks = 1; + break; + } + + /* search backwards for last DIR_SEPARATOR */ + p = tmp_pathspec + strlen (tmp_pathspec) - 1; + while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + p--; + if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + { + /* no more DIR_SEPARATORS left */ + break; + } + *p = '\0'; + } + else + { + lt_fatal (__FILE__, __LINE__, + "error accessing file \"%s\": %s", + tmp_pathspec, nonnull (strerror (errno))); + } + } + XFREE (tmp_pathspec); + + if (!has_symlinks) + { + return xstrdup (pathspec); + } + + tmp_pathspec = realpath (pathspec, buf); + if (tmp_pathspec == 0) + { + lt_fatal (__FILE__, __LINE__, + "could not follow symlinks for %s", pathspec); + } + return xstrdup (tmp_pathspec); +#endif +} + +char * +strendzap (char *str, const char *pat) +{ + size_t len, patlen; + + assert (str != NULL); + assert (pat != NULL); + + len = strlen (str); + patlen = strlen (pat); + + if (patlen <= len) + { + str += len - patlen; + if (STREQ (str, pat)) + *str = '\0'; + } + return str; +} + +void +lt_debugprintf (const char *file, int line, const char *fmt, ...) +{ + va_list args; + if (lt_debug) + { + (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); + va_start (args, fmt); + (void) vfprintf (stderr, fmt, args); + va_end (args); + } +} + +static void +lt_error_core (int exit_status, const char *file, + int line, const char *mode, + const char *message, va_list ap) +{ + fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); + vfprintf (stderr, message, ap); + fprintf (stderr, ".\n"); + + if (exit_status >= 0) + exit (exit_status); +} + +void +lt_fatal (const char *file, int line, const char *message, ...) +{ + va_list ap; + va_start (ap, message); + lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); + va_end (ap); +} + +static const char * +nonnull (const char *s) +{ + return s ? s : "(null)"; +} + +static const char * +nonempty (const char *s) +{ + return (s && !*s) ? "(empty)" : nonnull (s); +} + +void +lt_setenv (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_setenv) setting '%s' to '%s'\n", + nonnull (name), nonnull (value)); + { +#ifdef HAVE_SETENV + /* always make a copy, for consistency with !HAVE_SETENV */ + char *str = xstrdup (value); + setenv (name, str, 1); +#else + size_t len = strlen (name) + 1 + strlen (value) + 1; + char *str = XMALLOC (char, len); + sprintf (str, "%s=%s", name, value); + if (putenv (str) != EXIT_SUCCESS) + { + XFREE (str); + } +#endif + } +} + +char * +lt_extend_str (const char *orig_value, const char *add, int to_end) +{ + char *new_value; + if (orig_value && *orig_value) + { + size_t orig_value_len = strlen (orig_value); + size_t add_len = strlen (add); + new_value = XMALLOC (char, add_len + orig_value_len + 1); + if (to_end) + { + strcpy (new_value, orig_value); + strcpy (new_value + orig_value_len, add); + } + else + { + strcpy (new_value, add); + strcpy (new_value + add_len, orig_value); + } + } + else + { + new_value = xstrdup (add); + } + return new_value; +} + +void +lt_update_exe_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + /* some systems can't cope with a ':'-terminated path #' */ + size_t len = strlen (new_value); + while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1])) + { + new_value[--len] = '\0'; + } + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +void +lt_update_lib_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +EOF + case $host_os in + mingw*) + cat <<"EOF" + +/* Prepares an argument vector before calling spawn(). + Note that spawn() does not by itself call the command interpreter + (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : + ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); + GetVersionEx(&v); + v.dwPlatformId == VER_PLATFORM_WIN32_NT; + }) ? "cmd.exe" : "command.com"). + Instead it simply concatenates the arguments, separated by ' ', and calls + CreateProcess(). We must quote the arguments since Win32 CreateProcess() + interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a + special way: + - Space and tab are interpreted as delimiters. They are not treated as + delimiters if they are surrounded by double quotes: "...". + - Unescaped double quotes are removed from the input. Their only effect is + that within double quotes, space and tab are treated like normal + characters. + - Backslashes not followed by double quotes are not special. + - But 2*n+1 backslashes followed by a double quote become + n backslashes followed by a double quote (n >= 0): + \" -> " + \\\" -> \" + \\\\\" -> \\" + */ +#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +char ** +prepare_spawn (char **argv) +{ + size_t argc; + char **new_argv; + size_t i; + + /* Count number of arguments. */ + for (argc = 0; argv[argc] != NULL; argc++) + ; + + /* Allocate new argument vector. */ + new_argv = XMALLOC (char *, argc + 1); + + /* Put quoted arguments into the new argument vector. */ + for (i = 0; i < argc; i++) + { + const char *string = argv[i]; + + if (string[0] == '\0') + new_argv[i] = xstrdup ("\"\""); + else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) + { + int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); + size_t length; + unsigned int backslashes; + const char *s; + char *quoted_string; + char *p; + + length = 0; + backslashes = 0; + if (quote_around) + length++; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + length += backslashes + 1; + length++; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + length += backslashes + 1; + + quoted_string = XMALLOC (char, length + 1); + + p = quoted_string; + backslashes = 0; + if (quote_around) + *p++ = '"'; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + { + unsigned int j; + for (j = backslashes + 1; j > 0; j--) + *p++ = '\\'; + } + *p++ = c; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + { + unsigned int j; + for (j = backslashes; j > 0; j--) + *p++ = '\\'; + *p++ = '"'; + } + *p = '\0'; + + new_argv[i] = quoted_string; + } + else + new_argv[i] = (char *) string; + } + new_argv[argc] = NULL; + + return new_argv; +} +EOF + ;; + esac + + cat <<"EOF" +void lt_dump_script (FILE* f) +{ +EOF + func_emit_wrapper yes | + $SED -n -e ' +s/^\(.\{79\}\)\(..*\)/\1\ +\2/ +h +s/\([\\"]\)/\\\1/g +s/$/\\n/ +s/\([^\n]*\).*/ fputs ("\1", f);/p +g +D' + cat <<"EOF" +} +EOF +} +# end: func_emit_cwrapperexe_src + +# func_win32_import_lib_p ARG +# True if ARG is an import lib, as indicated by $file_magic_cmd +func_win32_import_lib_p () +{ + $debug_cmd + + case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in + *import*) : ;; + *) false ;; + esac +} + +# func_suncc_cstd_abi +# !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!! +# Several compiler flags select an ABI that is incompatible with the +# Cstd library. Avoid specifying it if any are in CXXFLAGS. +func_suncc_cstd_abi () +{ + $debug_cmd + + case " $compile_command " in + *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*) + suncc_use_cstd_abi=no + ;; + *) + suncc_use_cstd_abi=yes + ;; + esac +} + +# func_mode_link arg... +func_mode_link () +{ + $debug_cmd + + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + # It is impossible to link a dll without this setting, and + # we shouldn't force the makefile maintainer to figure out + # what system we are compiling for in order to pass an extra + # flag for every libtool invocation. + # allow_undefined=no + + # FIXME: Unfortunately, there are problems with the above when trying + # to make a dll that has undefined symbols, in which case not + # even a static library is built. For now, we need to specify + # -no-undefined on the libtool link line when we can be certain + # that all symbols are satisfied, otherwise we get a static library. + allow_undefined=yes + ;; + *) + allow_undefined=yes + ;; + esac + libtool_args=$nonopt + base_compile="$nonopt $@" + compile_command=$nonopt + finalize_command=$nonopt + + compile_rpath= + finalize_rpath= + compile_shlibpath= + finalize_shlibpath= + convenience= + old_convenience= + deplibs= + old_deplibs= + compiler_flags= + linker_flags= + dllsearchpath= + lib_search_path=`pwd` + inst_prefix_dir= + new_inherited_linker_flags= + + avoid_version=no + bindir= + dlfiles= + dlprefiles= + dlself=no + export_dynamic=no + export_symbols= + export_symbols_regex= + generated= + libobjs= + ltlibs= + module=no + no_install=no + objs= + os2dllname= + non_pic_objects= + precious_files_regex= + prefer_static_libs=no + preload=false + prev= + prevarg= + release= + rpath= + xrpath= + perm_rpath= + temp_rpath= + thread_safe=no + vinfo= + vinfo_number=no + weak_libs= + single_module=$wl-single_module + func_infer_tag $base_compile + + # We need to know -static, to get the right output filenames. + for arg + do + case $arg in + -shared) + test yes != "$build_libtool_libs" \ + && func_fatal_configuration "cannot build a shared library" + build_old_libs=no + break + ;; + -all-static | -static | -static-libtool-libs) + case $arg in + -all-static) + if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then + func_warning "complete static linking is impossible in this configuration" + fi + if test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + -static) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=built + ;; + -static-libtool-libs) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + esac + build_libtool_libs=no + build_old_libs=yes + break + ;; + esac + done + + # See if our shared archives depend on static archives. + test -n "$old_archive_from_new_cmds" && build_old_libs=yes + + # Go through the arguments, transforming them on the way. + while test "$#" -gt 0; do + arg=$1 + shift + func_quote_arg pretty,unquoted "$arg" + qarg=$func_quote_arg_unquoted_result + func_append libtool_args " $func_quote_arg_result" + + # If the previous option needs an argument, assign it. + if test -n "$prev"; then + case $prev in + output) + func_append compile_command " @OUTPUT@" + func_append finalize_command " @OUTPUT@" + ;; + esac + + case $prev in + bindir) + bindir=$arg + prev= + continue + ;; + dlfiles|dlprefiles) + $preload || { + # Add the symbol object into the linking commands. + func_append compile_command " @SYMFILE@" + func_append finalize_command " @SYMFILE@" + preload=: + } + case $arg in + *.la | *.lo) ;; # We handle these cases below. + force) + if test no = "$dlself"; then + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + self) + if test dlprefiles = "$prev"; then + dlself=yes + elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then + dlself=yes + else + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + *) + if test dlfiles = "$prev"; then + func_append dlfiles " $arg" + else + func_append dlprefiles " $arg" + fi + prev= + continue + ;; + esac + ;; + expsyms) + export_symbols=$arg + test -f "$arg" \ + || func_fatal_error "symbol file '$arg' does not exist" + prev= + continue + ;; + expsyms_regex) + export_symbols_regex=$arg + prev= + continue + ;; + framework) + case $host in + *-*-darwin*) + case "$deplibs " in + *" $qarg.ltframework "*) ;; + *) func_append deplibs " $qarg.ltframework" # this is fixed later + ;; + esac + ;; + esac + prev= + continue + ;; + inst_prefix) + inst_prefix_dir=$arg + prev= + continue + ;; + mllvm) + # Clang does not use LLVM to link, so we can simply discard any + # '-mllvm $arg' options when doing the link step. + prev= + continue + ;; + objectlist) + if test -f "$arg"; then + save_arg=$arg + moreargs= + for fil in `cat "$save_arg"` + do +# func_append moreargs " $fil" + arg=$fil + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test none = "$pic_object" && + test none = "$non_pic_object"; then + func_fatal_error "cannot find name of object for '$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir=$func_dirname_result + + if test none != "$pic_object"; then + # Prepend the subdirectory the object is found in. + pic_object=$xdir$pic_object + + if test dlfiles = "$prev"; then + if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then + func_append dlfiles " $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test dlprefiles = "$prev"; then + # Preload the old-style object. + func_append dlprefiles " $pic_object" + prev= + fi + + # A PIC object. + func_append libobjs " $pic_object" + arg=$pic_object + fi + + # Non-PIC object. + if test none != "$non_pic_object"; then + # Prepend the subdirectory the object is found in. + non_pic_object=$xdir$non_pic_object + + # A standard non-PIC object + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test none = "$pic_object"; then + arg=$non_pic_object + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object=$pic_object + func_append non_pic_objects " $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir=$func_dirname_result + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" + else + func_fatal_error "'$arg' is not a valid libtool object" + fi + fi + done + else + func_fatal_error "link input file '$arg' does not exist" + fi + arg=$save_arg + prev= + continue + ;; + os2dllname) + os2dllname=$arg + prev= + continue + ;; + precious_regex) + precious_files_regex=$arg + prev= + continue + ;; + release) + release=-$arg + prev= + continue + ;; + rpath | xrpath) + # We need an absolute path. + case $arg in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + if test rpath = "$prev"; then + case "$rpath " in + *" $arg "*) ;; + *) func_append rpath " $arg" ;; + esac + else + case "$xrpath " in + *" $arg "*) ;; + *) func_append xrpath " $arg" ;; + esac + fi + prev= + continue + ;; + shrext) + shrext_cmds=$arg + prev= + continue + ;; + weak) + func_append weak_libs " $arg" + prev= + continue + ;; + xassembler) + func_append compiler_flags " -Xassembler $qarg" + prev= + func_append compile_command " -Xassembler $qarg" + func_append finalize_command " -Xassembler $qarg" + continue + ;; + xcclinker) + func_append linker_flags " $qarg" + func_append compiler_flags " $qarg" + prev= + func_append compile_command " $qarg" + func_append finalize_command " $qarg" + continue + ;; + xcompiler) + func_append compiler_flags " $qarg" + prev= + func_append compile_command " $qarg" + func_append finalize_command " $qarg" + continue + ;; + xlinker) + func_append linker_flags " $qarg" + func_append compiler_flags " $wl$qarg" + prev= + func_append compile_command " $wl$qarg" + func_append finalize_command " $wl$qarg" + continue + ;; + *) + eval "$prev=\"\$arg\"" + prev= + continue + ;; + esac + fi # test -n "$prev" + + prevarg=$arg + + case $arg in + -all-static) + if test -n "$link_static_flag"; then + # See comment for -static flag below, for more details. + func_append compile_command " $link_static_flag" + func_append finalize_command " $link_static_flag" + fi + continue + ;; + + -allow-undefined) + # FIXME: remove this flag sometime in the future. + func_fatal_error "'-allow-undefined' must not be used because it is the default" + ;; + + -avoid-version) + avoid_version=yes + continue + ;; + + -bindir) + prev=bindir + continue + ;; + + -dlopen) + prev=dlfiles + continue + ;; + + -dlpreopen) + prev=dlprefiles + continue + ;; + + -export-dynamic) + export_dynamic=yes + continue + ;; + + -export-symbols | -export-symbols-regex) + if test -n "$export_symbols" || test -n "$export_symbols_regex"; then + func_fatal_error "more than one -exported-symbols argument is not allowed" + fi + if test X-export-symbols = "X$arg"; then + prev=expsyms + else + prev=expsyms_regex + fi + continue + ;; + + -framework) + prev=framework + continue + ;; + + -inst-prefix-dir) + prev=inst_prefix + continue + ;; + + # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* + # so, if we see these flags be careful not to treat them like -L + -L[A-Z][A-Z]*:*) + case $with_gcc/$host in + no/*-*-irix* | /*-*-irix*) + func_append compile_command " $arg" + func_append finalize_command " $arg" + ;; + esac + continue + ;; + + -L*) + func_stripname "-L" '' "$arg" + if test -z "$func_stripname_result"; then + if test "$#" -gt 0; then + func_fatal_error "require no space between '-L' and '$1'" + else + func_fatal_error "need path for '-L' option" + fi + fi + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + absdir=`cd "$dir" && pwd` + test -z "$absdir" && \ + func_fatal_error "cannot determine absolute directory name of '$dir'" + dir=$absdir + ;; + esac + case "$deplibs " in + *" -L$dir "* | *" $arg "*) + # Will only happen for absolute or sysroot arguments + ;; + *) + # Preserve sysroot, but never include relative directories + case $dir in + [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; + *) func_append deplibs " -L$dir" ;; + esac + func_append lib_search_path " $dir" + ;; + esac + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$dir:"*) ;; + ::) dllsearchpath=$dir;; + *) func_append dllsearchpath ":$dir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) func_append dllsearchpath ":$testbindir";; + esac + ;; + esac + continue + ;; + + -l*) + if test X-lc = "X$arg" || test X-lm = "X$arg"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) + # These systems don't actually have a C or math library (as such) + continue + ;; + *-*-os2*) + # These systems don't actually have a C library (as such) + test X-lc = "X$arg" && continue + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*) + # Do not include libc due to us having libc/libc_r. + test X-lc = "X$arg" && continue + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C and math libraries are in the System framework + func_append deplibs " System.ltframework" + continue + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + test X-lc = "X$arg" && continue + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + test X-lc = "X$arg" && continue + ;; + esac + elif test X-lc_r = "X$arg"; then + case $host in + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; + esac + fi + func_append deplibs " $arg" + continue + ;; + + -mllvm) + prev=mllvm + continue + ;; + + -module) + module=yes + continue + ;; + + # Tru64 UNIX uses -model [arg] to determine the layout of C++ + # classes, name mangling, and exception handling. + # Darwin uses the -arch flag to determine output architecture. + -model|-arch|-isysroot|--sysroot) + func_append compiler_flags " $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + prev=xcompiler + continue + ;; + # Solaris ld rejects as of 11.4. Refer to Oracle bug 22985199. + -pthread) + case $host in + *solaris2*) ;; + *) + case "$new_inherited_linker_flags " in + *" $arg "*) ;; + * ) func_append new_inherited_linker_flags " $arg" ;; + esac + ;; + esac + continue + ;; + -mt|-mthreads|-kthread|-Kthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + func_append compiler_flags " $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + case "$new_inherited_linker_flags " in + *" $arg "*) ;; + * ) func_append new_inherited_linker_flags " $arg" ;; + esac + continue + ;; + + -multi_module) + single_module=$wl-multi_module + continue + ;; + + -no-fast-install) + fast_install=no + continue + ;; + + -no-install) + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) + # The PATH hackery in wrapper scripts is required on Windows + # and Darwin in order for the loader to find any dlls it needs. + func_warning "'-no-install' is ignored for $host" + func_warning "assuming '-no-fast-install' instead" + fast_install=no + ;; + *) no_install=yes ;; + esac + continue + ;; + + -no-undefined) + allow_undefined=no + continue + ;; + + -objectlist) + prev=objectlist + continue + ;; + + -os2dllname) + prev=os2dllname + continue + ;; + + -o) prev=output ;; + + -precious-files-regex) + prev=precious_regex + continue + ;; + + -release) + prev=release + continue + ;; + + -rpath) + prev=rpath + continue + ;; + + -R) + prev=xrpath + continue + ;; + + -R*) + func_stripname '-R' '' "$arg" + dir=$func_stripname_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + =*) + func_stripname '=' '' "$dir" + dir=$lt_sysroot$func_stripname_result + ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + case "$xrpath " in + *" $dir "*) ;; + *) func_append xrpath " $dir" ;; + esac + continue + ;; + + -shared) + # The effects of -shared are defined in a previous loop. + continue + ;; + + -shrext) + prev=shrext + continue + ;; + + -static | -static-libtool-libs) + # The effects of -static are defined in a previous loop. + # We used to do the same as -all-static on platforms that + # didn't have a PIC flag, but the assumption that the effects + # would be equivalent was wrong. It would break on at least + # Digital Unix and AIX. + continue + ;; + + -thread-safe) + thread_safe=yes + continue + ;; + + -version-info) + prev=vinfo + continue + ;; + + -version-number) + prev=vinfo + vinfo_number=yes + continue + ;; + + -weak) + prev=weak + continue + ;; + + -Wc,*) + func_stripname '-Wc,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs=$IFS; IFS=, + for flag in $args; do + IFS=$save_ifs + func_quote_arg pretty "$flag" + func_append arg " $func_quote_arg_result" + func_append compiler_flags " $func_quote_arg_result" + done + IFS=$save_ifs + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Wl,*) + func_stripname '-Wl,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs=$IFS; IFS=, + for flag in $args; do + IFS=$save_ifs + func_quote_arg pretty "$flag" + func_append arg " $wl$func_quote_arg_result" + func_append compiler_flags " $wl$func_quote_arg_result" + func_append linker_flags " $func_quote_arg_result" + done + IFS=$save_ifs + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Xassembler) + prev=xassembler + continue + ;; + + -Xcompiler) + prev=xcompiler + continue + ;; + + -Xlinker) + prev=xlinker + continue + ;; + + -XCClinker) + prev=xcclinker + continue + ;; + + # -msg_* for osf cc + -msg_*) + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result + ;; + + # Flags to be passed through unchanged, with rationale: + # -64, -mips[0-9] enable 64-bit mode for the SGI compiler + # -r[0-9][0-9]* specify processor for the SGI compiler + # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler + # +DA*, +DD* enable 64-bit mode for the HP compiler + # -q* compiler args for the IBM compiler + # -m*, -t[45]*, -txscale* architecture-specific flags for GCC + # -F/path path to uninstalled frameworks, gcc on darwin + # -p, -pg, --coverage, -fprofile-* profiling flags for GCC + # -fstack-protector* stack protector flags for GCC + # @file GCC response files + # -tp=* Portland pgcc target processor selection + # --sysroot=* for sysroot support + # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization + # -specs=* GCC specs files + # -stdlib=* select c++ std lib with clang + # -fsanitize=* Clang/GCC memory and address sanitizer + # -fuse-ld=* Linker select flags for GCC + # -static-* direct GCC to link specific libraries statically + # -fcilkplus Cilk Plus language extension features for C/C++ + # -Wa,* Pass flags directly to the assembler + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ + -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ + -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus|-Wa,*) + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result + func_append compile_command " $arg" + func_append finalize_command " $arg" + func_append compiler_flags " $arg" + continue + ;; + + -Z*) + if test os2 = "`expr $host : '.*\(os2\)'`"; then + # OS/2 uses -Zxxx to specify OS/2-specific options + compiler_flags="$compiler_flags $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + case $arg in + -Zlinker | -Zstack) + prev=xcompiler + ;; + esac + continue + else + # Otherwise treat like 'Some other compiler flag' below + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result + fi + ;; + + # Some other compiler flag. + -* | +*) + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result + ;; + + *.$objext) + # A standard object. + func_append objs " $arg" + ;; + + *.lo) + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test none = "$pic_object" && + test none = "$non_pic_object"; then + func_fatal_error "cannot find name of object for '$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir=$func_dirname_result + + test none = "$pic_object" || { + # Prepend the subdirectory the object is found in. + pic_object=$xdir$pic_object + + if test dlfiles = "$prev"; then + if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then + func_append dlfiles " $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test dlprefiles = "$prev"; then + # Preload the old-style object. + func_append dlprefiles " $pic_object" + prev= + fi + + # A PIC object. + func_append libobjs " $pic_object" + arg=$pic_object + } + + # Non-PIC object. + if test none != "$non_pic_object"; then + # Prepend the subdirectory the object is found in. + non_pic_object=$xdir$non_pic_object + + # A standard non-PIC object + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test none = "$pic_object"; then + arg=$non_pic_object + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object=$pic_object + func_append non_pic_objects " $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir=$func_dirname_result + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" + else + func_fatal_error "'$arg' is not a valid libtool object" + fi + fi + ;; + + *.$libext) + # An archive. + func_append deplibs " $arg" + func_append old_deplibs " $arg" + continue + ;; + + *.la) + # A libtool-controlled library. + + func_resolve_sysroot "$arg" + if test dlfiles = "$prev"; then + # This library was specified with -dlopen. + func_append dlfiles " $func_resolve_sysroot_result" + prev= + elif test dlprefiles = "$prev"; then + # The library was specified with -dlpreopen. + func_append dlprefiles " $func_resolve_sysroot_result" + prev= + else + func_append deplibs " $func_resolve_sysroot_result" + fi + continue + ;; + + # Some other compiler argument. + *) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result + ;; + esac # arg + + # Now actually substitute the argument into the commands. + if test -n "$arg"; then + func_append compile_command " $arg" + func_append finalize_command " $arg" + fi + done # argument parsing loop + + test -n "$prev" && \ + func_fatal_help "the '$prevarg' option requires an argument" + + if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then + eval arg=\"$export_dynamic_flag_spec\" + func_append compile_command " $arg" + func_append finalize_command " $arg" + fi + + oldlibs= + # calculate the name of the file, without its directory + func_basename "$output" + outputname=$func_basename_result + libobjs_save=$libobjs + + if test -n "$shlibpath_var"; then + # get the directories listed in $shlibpath_var + eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` + else + shlib_search_path= + fi + eval sys_lib_search_path=\"$sys_lib_search_path_spec\" + eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" + + # Definition is injected by LT_CONFIG during libtool generation. + func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH" + + func_dirname "$output" "/" "" + output_objdir=$func_dirname_result$objdir + func_to_tool_file "$output_objdir/" + tool_output_objdir=$func_to_tool_file_result + # Create the object directory. + func_mkdir_p "$output_objdir" + + # Determine the type of output + case $output in + "") + func_fatal_help "you must specify an output file" + ;; + *.$libext) linkmode=oldlib ;; + *.lo | *.$objext) linkmode=obj ;; + *.la) linkmode=lib ;; + *) linkmode=prog ;; # Anything else should be a program. + esac + + specialdeplibs= + + libs= + # Find all interdependent deplibs by searching for libraries + # that are linked more than once (e.g. -la -lb -la) + for deplib in $deplibs; do + if $opt_preserve_dup_deps; then + case "$libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append libs " $deplib" + done + + if test lib = "$linkmode"; then + libs="$predeps $libs $compiler_lib_search_path $postdeps" + + # Compute libraries that are listed more than once in $predeps + # $postdeps and mark them as special (i.e., whose duplicates are + # not to be eliminated). + pre_post_deps= + if $opt_duplicate_compiler_generated_deps; then + for pre_post_dep in $predeps $postdeps; do + case "$pre_post_deps " in + *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; + esac + func_append pre_post_deps " $pre_post_dep" + done + fi + pre_post_deps= + fi + + deplibs= + newdependency_libs= + newlib_search_path= + need_relink=no # whether we're linking any uninstalled libtool libraries + notinst_deplibs= # not-installed libtool libraries + notinst_path= # paths that contain not-installed libtool libraries + + case $linkmode in + lib) + passes="conv dlpreopen link" + for file in $dlfiles $dlprefiles; do + case $file in + *.la) ;; + *) + func_fatal_help "libraries can '-dlopen' only libtool libraries: $file" + ;; + esac + done + ;; + prog) + compile_deplibs= + finalize_deplibs= + alldeplibs=false + newdlfiles= + newdlprefiles= + passes="conv scan dlopen dlpreopen link" + ;; + *) passes="conv" + ;; + esac + + for pass in $passes; do + # The preopen pass in lib mode reverses $deplibs; put it back here + # so that -L comes before libs that need it for instance... + if test lib,link = "$linkmode,$pass"; then + ## FIXME: Find the place where the list is rebuilt in the wrong + ## order, and fix it there properly + tmp_deplibs= + for deplib in $deplibs; do + tmp_deplibs="$deplib $tmp_deplibs" + done + deplibs=$tmp_deplibs + fi + + if test lib,link = "$linkmode,$pass" || + test prog,scan = "$linkmode,$pass"; then + libs=$deplibs + deplibs= + fi + if test prog = "$linkmode"; then + case $pass in + dlopen) libs=$dlfiles ;; + dlpreopen) libs=$dlprefiles ;; + link) + libs="$deplibs %DEPLIBS%" + test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" + ;; + esac + fi + if test lib,dlpreopen = "$linkmode,$pass"; then + # Collect and forward deplibs of preopened libtool libs + for lib in $dlprefiles; do + # Ignore non-libtool-libs + dependency_libs= + func_resolve_sysroot "$lib" + case $lib in + *.la) func_source "$func_resolve_sysroot_result" ;; + esac + + # Collect preopened libtool deplibs, except any this library + # has declared as weak libs + for deplib in $dependency_libs; do + func_basename "$deplib" + deplib_base=$func_basename_result + case " $weak_libs " in + *" $deplib_base "*) ;; + *) func_append deplibs " $deplib" ;; + esac + done + done + libs=$dlprefiles + fi + if test dlopen = "$pass"; then + # Collect dlpreopened libraries + save_deplibs=$deplibs + deplibs= + fi + + for deplib in $libs; do + lib= + found=false + case $deplib in + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + if test prog,link = "$linkmode,$pass"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + func_append compiler_flags " $deplib" + if test lib = "$linkmode"; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; + esac + fi + fi + continue + ;; + -l*) + if test lib != "$linkmode" && test prog != "$linkmode"; then + func_warning "'-l' is ignored for archives/objects" + continue + fi + func_stripname '-l' '' "$deplib" + name=$func_stripname_result + if test lib = "$linkmode"; then + searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" + else + searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" + fi + for searchdir in $searchdirs; do + for search_ext in .la $std_shrext .so .a; do + # Search the libtool library + lib=$searchdir/lib$name$search_ext + if test -f "$lib"; then + if test .la = "$search_ext"; then + found=: + else + found=false + fi + break 2 + fi + done + done + if $found; then + # deplib is a libtool library + # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, + # We need to do some special things here, and not later. + if test yes = "$allow_libtool_libs_with_static_runtimes"; then + case " $predeps $postdeps " in + *" $deplib "*) + if func_lalib_p "$lib"; then + library_names= + old_library= + func_source "$lib" + for l in $old_library $library_names; do + ll=$l + done + if test "X$ll" = "X$old_library"; then # only static version available + found=false + func_dirname "$lib" "" "." + ladir=$func_dirname_result + lib=$ladir/$old_library + if test prog,link = "$linkmode,$pass"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" + fi + continue + fi + fi + ;; + *) ;; + esac + fi + else + # deplib doesn't seem to be a libtool library + if test prog,link = "$linkmode,$pass"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" + fi + continue + fi + ;; # -l + *.ltframework) + if test prog,link = "$linkmode,$pass"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + if test lib = "$linkmode"; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; + esac + fi + fi + continue + ;; + -L*) + case $linkmode in + lib) + deplibs="$deplib $deplibs" + test conv = "$pass" && continue + newdependency_libs="$deplib $newdependency_libs" + func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + prog) + if test conv = "$pass"; then + deplibs="$deplib $deplibs" + continue + fi + if test scan = "$pass"; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + *) + func_warning "'-L' is ignored for archives/objects" + ;; + esac # linkmode + continue + ;; # -L + -R*) + if test link = "$pass"; then + func_stripname '-R' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result + # Make sure the xrpath contains only unique directories. + case "$xrpath " in + *" $dir "*) ;; + *) func_append xrpath " $dir" ;; + esac + fi + deplibs="$deplib $deplibs" + continue + ;; + *.la) + func_resolve_sysroot "$deplib" + lib=$func_resolve_sysroot_result + ;; + *.$libext) + if test conv = "$pass"; then + deplibs="$deplib $deplibs" + continue + fi + case $linkmode in + lib) + # Linking convenience modules into shared libraries is allowed, + # but linking other static libraries is non-portable. + case " $dlpreconveniencelibs " in + *" $deplib "*) ;; + *) + valid_a_lib=false + case $deplibs_check_method in + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ + | $EGREP "$match_pattern_regex" > /dev/null; then + valid_a_lib=: + fi + ;; + pass_all) + valid_a_lib=: + ;; + esac + if $valid_a_lib; then + echo + $ECHO "*** Warning: Linking the shared library $output against the" + $ECHO "*** static library $deplib is not portable!" + deplibs="$deplib $deplibs" + else + echo + $ECHO "*** Warning: Trying to link with static lib archive $deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because the file extensions .$libext of this argument makes me believe" + echo "*** that it is just a static archive that I should not use here." + fi + ;; + esac + continue + ;; + prog) + if test link != "$pass"; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + continue + ;; + esac # linkmode + ;; # *.$libext + *.lo | *.$objext) + if test conv = "$pass"; then + deplibs="$deplib $deplibs" + elif test prog = "$linkmode"; then + if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then + # If there is no dlopen support or we're linking statically, + # we need to preload. + func_append newdlprefiles " $deplib" + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + func_append newdlfiles " $deplib" + fi + fi + continue + ;; + %DEPLIBS%) + alldeplibs=: + continue + ;; + esac # case $deplib + + $found || test -f "$lib" \ + || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$lib" \ + || func_fatal_error "'$lib' is not a valid libtool archive" + + func_dirname "$lib" "" "." + ladir=$func_dirname_result + + dlname= + dlopen= + dlpreopen= + libdir= + library_names= + old_library= + inherited_linker_flags= + # If the library was installed with an old release of libtool, + # it will not redefine variables installed, or shouldnotlink + installed=yes + shouldnotlink=no + avoidtemprpath= + + + # Read the .la file + func_source "$lib" + + # Convert "-framework foo" to "foo.ltframework" + if test -n "$inherited_linker_flags"; then + tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` + for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do + case " $new_inherited_linker_flags " in + *" $tmp_inherited_linker_flag "*) ;; + *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; + esac + done + fi + dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + if test lib,link = "$linkmode,$pass" || + test prog,scan = "$linkmode,$pass" || + { test prog != "$linkmode" && test lib != "$linkmode"; }; then + test -n "$dlopen" && func_append dlfiles " $dlopen" + test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" + fi + + if test conv = "$pass"; then + # Only check for convenience libraries + deplibs="$lib $deplibs" + if test -z "$libdir"; then + if test -z "$old_library"; then + func_fatal_error "cannot find name of link library for '$lib'" + fi + # It is a libtool convenience library, so add in its objects. + func_append convenience " $ladir/$objdir/$old_library" + func_append old_convenience " $ladir/$objdir/$old_library" + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if $opt_preserve_dup_deps; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done + elif test prog != "$linkmode" && test lib != "$linkmode"; then + func_fatal_error "'$lib' is not a convenience library" + fi + continue + fi # $pass = conv + + + # Get the name of the library we link against. + linklib= + if test -n "$old_library" && + { test yes = "$prefer_static_libs" || + test built,no = "$prefer_static_libs,$installed"; }; then + linklib=$old_library + else + for l in $old_library $library_names; do + linklib=$l + done + fi + if test -z "$linklib"; then + func_fatal_error "cannot find name of link library for '$lib'" + fi + + # This library was specified with -dlopen. + if test dlopen = "$pass"; then + test -z "$libdir" \ + && func_fatal_error "cannot -dlopen a convenience library: '$lib'" + if test -z "$dlname" || + test yes != "$dlopen_support" || + test no = "$build_libtool_libs" + then + # If there is no dlname, no dlopen support or we're linking + # statically, we need to preload. We also need to preload any + # dependent libraries so libltdl's deplib preloader doesn't + # bomb out in the load deplibs phase. + func_append dlprefiles " $lib $dependency_libs" + else + func_append newdlfiles " $lib" + fi + continue + fi # $pass = dlopen + + # We need an absolute path. + case $ladir in + [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;; + *) + abs_ladir=`cd "$ladir" && pwd` + if test -z "$abs_ladir"; then + func_warning "cannot determine absolute directory name of '$ladir'" + func_warning "passing it literally to the linker, although it might fail" + abs_ladir=$ladir + fi + ;; + esac + func_basename "$lib" + laname=$func_basename_result + + # Find the relevant object directory and library name. + if test yes = "$installed"; then + if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then + func_warning "library '$lib' was moved." + dir=$ladir + absdir=$abs_ladir + libdir=$abs_ladir + else + dir=$lt_sysroot$libdir + absdir=$lt_sysroot$libdir + fi + test yes = "$hardcode_automatic" && avoidtemprpath=yes + else + if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then + dir=$ladir + absdir=$abs_ladir + # Remove this search path later + func_append notinst_path " $abs_ladir" + else + dir=$ladir/$objdir + absdir=$abs_ladir/$objdir + # Remove this search path later + func_append notinst_path " $abs_ladir" + fi + fi # $installed = yes + func_stripname 'lib' '.la' "$laname" + name=$func_stripname_result + + # This library was specified with -dlpreopen. + if test dlpreopen = "$pass"; then + if test -z "$libdir" && test prog = "$linkmode"; then + func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'" + fi + case $host in + # special handling for platforms with PE-DLLs. + *cygwin* | *mingw* | *cegcc* ) + # Linker will automatically link against shared library if both + # static and shared are present. Therefore, ensure we extract + # symbols from the import library if a shared library is present + # (otherwise, the dlopen module name will be incorrect). We do + # this by putting the import library name into $newdlprefiles. + # We recover the dlopen module name by 'saving' the la file + # name in a special purpose variable, and (later) extracting the + # dlname from the la file. + if test -n "$dlname"; then + func_tr_sh "$dir/$linklib" + eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" + func_append newdlprefiles " $dir/$linklib" + else + func_append newdlprefiles " $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + fi + ;; + * ) + # Prefer using a static library (so that no silly _DYNAMIC symbols + # are required to link). + if test -n "$old_library"; then + func_append newdlprefiles " $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + # Otherwise, use the dlname, so that lt_dlopen finds it. + elif test -n "$dlname"; then + func_append newdlprefiles " $dir/$dlname" + else + func_append newdlprefiles " $dir/$linklib" + fi + ;; + esac + fi # $pass = dlpreopen + + if test -z "$libdir"; then + # Link the convenience library + if test lib = "$linkmode"; then + deplibs="$dir/$old_library $deplibs" + elif test prog,link = "$linkmode,$pass"; then + compile_deplibs="$dir/$old_library $compile_deplibs" + finalize_deplibs="$dir/$old_library $finalize_deplibs" + else + deplibs="$lib $deplibs" # used for prog,scan pass + fi + continue + fi + + + if test prog = "$linkmode" && test link != "$pass"; then + func_append newlib_search_path " $ladir" + deplibs="$lib $deplibs" + + linkalldeplibs=false + if test no != "$link_all_deplibs" || test -z "$library_names" || + test no = "$build_libtool_libs"; then + linkalldeplibs=: + fi + + tmp_libs= + for deplib in $dependency_libs; do + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + esac + # Need to link against all dependency_libs? + if $linkalldeplibs; then + deplibs="$deplib $deplibs" + else + # Need to hardcode shared library paths + # or/and link against static libraries + newdependency_libs="$deplib $newdependency_libs" + fi + if $opt_preserve_dup_deps; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done # for deplib + continue + fi # $linkmode = prog... + + if test prog,link = "$linkmode,$pass"; then + if test -n "$library_names" && + { { test no = "$prefer_static_libs" || + test built,yes = "$prefer_static_libs,$installed"; } || + test -z "$old_library"; }; then + # We need to hardcode the library path + if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then + # Make sure the rpath contains only unique directories. + case $temp_rpath: in + *"$absdir:"*) ;; + *) func_append temp_rpath "$absdir:" ;; + esac + fi + + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) func_append compile_rpath " $absdir" ;; + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + ;; + esac + fi # $linkmode,$pass = prog,link... + + if $alldeplibs && + { test pass_all = "$deplibs_check_method" || + { test yes = "$build_libtool_libs" && + test -n "$library_names"; }; }; then + # We only need to search for static libraries + continue + fi + fi + + link_static=no # Whether the deplib will be linked statically + use_static_libs=$prefer_static_libs + if test built = "$use_static_libs" && test yes = "$installed"; then + use_static_libs=no + fi + if test -n "$library_names" && + { test no = "$use_static_libs" || test -z "$old_library"; }; then + case $host in + *cygwin* | *mingw* | *cegcc* | *os2*) + # No point in relinking DLLs because paths are not encoded + func_append notinst_deplibs " $lib" + need_relink=no + ;; + *) + if test no = "$installed"; then + func_append notinst_deplibs " $lib" + need_relink=yes + fi + ;; + esac + # This is a shared library + + # Warn about portability, can't link against -module's on some + # systems (darwin). Don't bleat about dlopened modules though! + dlopenmodule= + for dlpremoduletest in $dlprefiles; do + if test "X$dlpremoduletest" = "X$lib"; then + dlopenmodule=$dlpremoduletest + break + fi + done + if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then + echo + if test prog = "$linkmode"; then + $ECHO "*** Warning: Linking the executable $output against the loadable module" + else + $ECHO "*** Warning: Linking the shared library $output against the loadable module" + fi + $ECHO "*** $linklib is not portable!" + fi + if test lib = "$linkmode" && + test yes = "$hardcode_into_libs"; then + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) func_append compile_rpath " $absdir" ;; + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + ;; + esac + fi + + if test -n "$old_archive_from_expsyms_cmds"; then + # figure out the soname + set dummy $library_names + shift + realname=$1 + shift + libname=`eval "\\$ECHO \"$libname_spec\""` + # use dlname if we got it. it's perfectly good, no? + if test -n "$dlname"; then + soname=$dlname + elif test -n "$soname_spec"; then + # bleh windows + case $host in + *cygwin* | mingw* | *cegcc* | *os2*) + func_arith $current - $age + major=$func_arith_result + versuffix=-$major + ;; + esac + eval soname=\"$soname_spec\" + else + soname=$realname + fi + + # Make a new name for the extract_expsyms_cmds to use + soroot=$soname + func_basename "$soroot" + soname=$func_basename_result + func_stripname 'lib' '.dll' "$soname" + newlib=libimp-$func_stripname_result.a + + # If the library has no export list, then create one now + if test -f "$output_objdir/$soname-def"; then : + else + func_verbose "extracting exported symbol list from '$soname'" + func_execute_cmds "$extract_expsyms_cmds" 'exit $?' + fi + + # Create $newlib + if test -f "$output_objdir/$newlib"; then :; else + func_verbose "generating import library for '$soname'" + func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' + fi + # make sure the library variables are pointing to the new library + dir=$output_objdir + linklib=$newlib + fi # test -n "$old_archive_from_expsyms_cmds" + + if test prog = "$linkmode" || test relink != "$opt_mode"; then + add_shlibpath= + add_dir= + add= + lib_linked=yes + case $hardcode_action in + immediate | unsupported) + if test no = "$hardcode_direct"; then + add=$dir/$linklib + case $host in + *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;; + *-*-sysv4*uw2*) add_dir=-L$dir ;; + *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ + *-*-unixware7*) add_dir=-L$dir ;; + *-*-darwin* ) + # if the lib is a (non-dlopened) module then we cannot + # link against it, someone is ignoring the earlier warnings + if /usr/bin/file -L $add 2> /dev/null | + $GREP ": [^:]* bundle" >/dev/null; then + if test "X$dlopenmodule" != "X$lib"; then + $ECHO "*** Warning: lib $linklib is a module, not a shared library" + if test -z "$old_library"; then + echo + echo "*** And there doesn't seem to be a static archive available" + echo "*** The link will probably fail, sorry" + else + add=$dir/$old_library + fi + elif test -n "$old_library"; then + add=$dir/$old_library + fi + fi + esac + elif test no = "$hardcode_minus_L"; then + case $host in + *-*-sunos*) add_shlibpath=$dir ;; + esac + add_dir=-L$dir + add=-l$name + elif test no = "$hardcode_shlibpath_var"; then + add_shlibpath=$dir + add=-l$name + else + lib_linked=no + fi + ;; + relink) + if test yes = "$hardcode_direct" && + test no = "$hardcode_direct_absolute"; then + add=$dir/$linklib + elif test yes = "$hardcode_minus_L"; then + add_dir=-L$absdir + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + func_append add_dir " -L$inst_prefix_dir$libdir" + ;; + esac + fi + add=-l$name + elif test yes = "$hardcode_shlibpath_var"; then + add_shlibpath=$dir + add=-l$name + else + lib_linked=no + fi + ;; + *) lib_linked=no ;; + esac + + if test yes != "$lib_linked"; then + func_fatal_configuration "unsupported hardcode properties" + fi + + if test -n "$add_shlibpath"; then + case :$compile_shlibpath: in + *":$add_shlibpath:"*) ;; + *) func_append compile_shlibpath "$add_shlibpath:" ;; + esac + fi + if test prog = "$linkmode"; then + test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" + test -n "$add" && compile_deplibs="$add $compile_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + if test yes != "$hardcode_direct" && + test yes != "$hardcode_minus_L" && + test yes = "$hardcode_shlibpath_var"; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) func_append finalize_shlibpath "$libdir:" ;; + esac + fi + fi + fi + + if test prog = "$linkmode" || test relink = "$opt_mode"; then + add_shlibpath= + add_dir= + add= + # Finalize command for both is simple: just hardcode it. + if test yes = "$hardcode_direct" && + test no = "$hardcode_direct_absolute"; then + add=$libdir/$linklib + elif test yes = "$hardcode_minus_L"; then + add_dir=-L$libdir + add=-l$name + elif test yes = "$hardcode_shlibpath_var"; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) func_append finalize_shlibpath "$libdir:" ;; + esac + add=-l$name + elif test yes = "$hardcode_automatic"; then + if test -n "$inst_prefix_dir" && + test -f "$inst_prefix_dir$libdir/$linklib"; then + add=$inst_prefix_dir$libdir/$linklib + else + add=$libdir/$linklib + fi + else + # We cannot seem to hardcode it, guess we'll fake it. + add_dir=-L$libdir + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + func_append add_dir " -L$inst_prefix_dir$libdir" + ;; + esac + fi + add=-l$name + fi + + if test prog = "$linkmode"; then + test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" + test -n "$add" && finalize_deplibs="$add $finalize_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + fi + fi + elif test prog = "$linkmode"; then + # Here we assume that one of hardcode_direct or hardcode_minus_L + # is not unsupported. This is valid on all known static and + # shared platforms. + if test unsupported != "$hardcode_direct"; then + test -n "$old_library" && linklib=$old_library + compile_deplibs="$dir/$linklib $compile_deplibs" + finalize_deplibs="$dir/$linklib $finalize_deplibs" + else + compile_deplibs="-l$name -L$dir $compile_deplibs" + finalize_deplibs="-l$name -L$dir $finalize_deplibs" + fi + elif test yes = "$build_libtool_libs"; then + # Not a shared library + if test pass_all != "$deplibs_check_method"; then + # We're trying link a shared library against a static one + # but the system doesn't support it. + + # Just print a warning and add the library to dependency_libs so + # that the program can be linked against the static library. + echo + $ECHO "*** Warning: This system cannot link to static lib archive $lib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have." + if test yes = "$module"; then + echo "*** But as you try to build a module library, libtool will still create " + echo "*** a static module, that should work as long as the dlopening application" + echo "*** is linked with the -dlopen flag to resolve symbols at runtime." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using 'nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** 'nm' from GNU binutils and a full rebuild may help." + fi + if test no = "$build_old_libs"; then + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + else + deplibs="$dir/$old_library $deplibs" + link_static=yes + fi + fi # link shared/static library? + + if test lib = "$linkmode"; then + if test -n "$dependency_libs" && + { test yes != "$hardcode_into_libs" || + test yes = "$build_old_libs" || + test yes = "$link_static"; }; then + # Extract -R from dependency_libs + temp_deplibs= + for libdir in $dependency_libs; do + case $libdir in + -R*) func_stripname '-R' '' "$libdir" + temp_xrpath=$func_stripname_result + case " $xrpath " in + *" $temp_xrpath "*) ;; + *) func_append xrpath " $temp_xrpath";; + esac;; + *) func_append temp_deplibs " $libdir";; + esac + done + dependency_libs=$temp_deplibs + fi + + func_append newlib_search_path " $absdir" + # Link against this library + test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs" + # ... and its dependency_libs + tmp_libs= + for deplib in $dependency_libs; do + newdependency_libs="$deplib $newdependency_libs" + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result";; + *) func_resolve_sysroot "$deplib" ;; + esac + if $opt_preserve_dup_deps; then + case "$tmp_libs " in + *" $func_resolve_sysroot_result "*) + func_append specialdeplibs " $func_resolve_sysroot_result" ;; + esac + fi + func_append tmp_libs " $func_resolve_sysroot_result" + done + + if test no != "$link_all_deplibs"; then + # Add the search paths of all dependency libraries + for deplib in $dependency_libs; do + path= + case $deplib in + -L*) path=$deplib ;; + *.la) + func_resolve_sysroot "$deplib" + deplib=$func_resolve_sysroot_result + func_dirname "$deplib" "" "." + dir=$func_dirname_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;; + *) + absdir=`cd "$dir" && pwd` + if test -z "$absdir"; then + func_warning "cannot determine absolute directory name of '$dir'" + absdir=$dir + fi + ;; + esac + if $GREP "^installed=no" $deplib > /dev/null; then + case $host in + *-*-darwin*) + depdepl= + eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` + if test -n "$deplibrary_names"; then + for tmp in $deplibrary_names; do + depdepl=$tmp + done + if test -f "$absdir/$objdir/$depdepl"; then + depdepl=$absdir/$objdir/$depdepl + darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + if test -z "$darwin_install_name"; then + darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + fi + func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl" + func_append linker_flags " -dylib_file $darwin_install_name:$depdepl" + path= + fi + fi + ;; + *) + path=-L$absdir/$objdir + ;; + esac + else + eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + test -z "$libdir" && \ + func_fatal_error "'$deplib' is not a valid libtool archive" + test "$absdir" != "$libdir" && \ + func_warning "'$deplib' seems to be moved" + + path=-L$absdir + fi + ;; + esac + case " $deplibs " in + *" $path "*) ;; + *) deplibs="$path $deplibs" ;; + esac + done + fi # link_all_deplibs != no + fi # linkmode = lib + done # for deplib in $libs + if test link = "$pass"; then + if test prog = "$linkmode"; then + compile_deplibs="$new_inherited_linker_flags $compile_deplibs" + finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" + else + compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + fi + fi + dependency_libs=$newdependency_libs + if test dlpreopen = "$pass"; then + # Link the dlpreopened libraries before other libraries + for deplib in $save_deplibs; do + deplibs="$deplib $deplibs" + done + fi + if test dlopen != "$pass"; then + test conv = "$pass" || { + # Make sure lib_search_path contains only unique directories. + lib_search_path= + for dir in $newlib_search_path; do + case "$lib_search_path " in + *" $dir "*) ;; + *) func_append lib_search_path " $dir" ;; + esac + done + newlib_search_path= + } + + if test prog,link = "$linkmode,$pass"; then + vars="compile_deplibs finalize_deplibs" + else + vars=deplibs + fi + for var in $vars dependency_libs; do + # Add libraries to $var in reverse order + eval tmp_libs=\"\$$var\" + new_libs= + for deplib in $tmp_libs; do + # FIXME: Pedantically, this is the right thing to do, so + # that some nasty dependency loop isn't accidentally + # broken: + #new_libs="$deplib $new_libs" + # Pragmatically, this seems to cause very few problems in + # practice: + case $deplib in + -L*) new_libs="$deplib $new_libs" ;; + -R*) ;; + *) + # And here is the reason: when a library appears more + # than once as an explicit dependence of a library, or + # is implicitly linked in more than once by the + # compiler, it is considered special, and multiple + # occurrences thereof are not removed. Compare this + # with having the same library being listed as a + # dependency of multiple other libraries: in this case, + # we know (pedantically, we assume) the library does not + # need to be listed more than once, so we keep only the + # last copy. This is not always right, but it is rare + # enough that we require users that really mean to play + # such unportable linking tricks to link the library + # using -Wl,-lname, so that libtool does not consider it + # for duplicate removal. + case " $specialdeplibs " in + *" $deplib "*) new_libs="$deplib $new_libs" ;; + *) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs="$deplib $new_libs" ;; + esac + ;; + esac + ;; + esac + done + tmp_libs= + for deplib in $new_libs; do + case $deplib in + -L*) + case " $tmp_libs " in + *" $deplib "*) ;; + *) func_append tmp_libs " $deplib" ;; + esac + ;; + *) func_append tmp_libs " $deplib" ;; + esac + done + eval $var=\"$tmp_libs\" + done # for var + fi + + # Add Sun CC postdeps if required: + test CXX = "$tagname" && { + case $host_os in + linux*) + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ C*) # Sun C++ 5.9 + func_suncc_cstd_abi + + if test no != "$suncc_use_cstd_abi"; then + func_append postdeps ' -library=Cstd -library=Crun' + fi + ;; + esac + ;; + + solaris*) + func_cc_basename "$CC" + case $func_cc_basename_result in + CC* | sunCC*) + func_suncc_cstd_abi + + if test no != "$suncc_use_cstd_abi"; then + func_append postdeps ' -library=Cstd -library=Crun' + fi + ;; + esac + ;; + esac + } + + # Last step: remove runtime libs from dependency_libs + # (they stay in deplibs) + tmp_libs= + for i in $dependency_libs; do + case " $predeps $postdeps $compiler_lib_search_path " in + *" $i "*) + i= + ;; + esac + if test -n "$i"; then + func_append tmp_libs " $i" + fi + done + dependency_libs=$tmp_libs + done # for pass + if test prog = "$linkmode"; then + dlfiles=$newdlfiles + fi + if test prog = "$linkmode" || test lib = "$linkmode"; then + dlprefiles=$newdlprefiles + fi + + case $linkmode in + oldlib) + if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then + func_warning "'-dlopen' is ignored for archives" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "'-l' and '-L' are ignored for archives" ;; + esac + + test -n "$rpath" && \ + func_warning "'-rpath' is ignored for archives" + + test -n "$xrpath" && \ + func_warning "'-R' is ignored for archives" + + test -n "$vinfo" && \ + func_warning "'-version-info/-version-number' is ignored for archives" + + test -n "$release" && \ + func_warning "'-release' is ignored for archives" + + test -n "$export_symbols$export_symbols_regex" && \ + func_warning "'-export-symbols' is ignored for archives" + + # Now set the variables for building old libraries. + build_libtool_libs=no + oldlibs=$output + func_append objs "$old_deplibs" + ;; + + lib) + # Make sure we only generate libraries of the form 'libNAME.la'. + case $outputname in + lib*) + func_stripname 'lib' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + ;; + *) + test no = "$module" \ + && func_fatal_help "libtool library '$output' must begin with 'lib'" + + if test no != "$need_lib_prefix"; then + # Add the "lib" prefix for modules if required + func_stripname '' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + else + func_stripname '' '.la' "$outputname" + libname=$func_stripname_result + fi + ;; + esac + + if test -n "$objs"; then + if test pass_all != "$deplibs_check_method"; then + func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs" + else + echo + $ECHO "*** Warning: Linking the shared library $output against the non-libtool" + $ECHO "*** objects $objs is not portable!" + func_append libobjs " $objs" + fi + fi + + test no = "$dlself" \ + || func_warning "'-dlopen self' is ignored for libtool libraries" + + set dummy $rpath + shift + test 1 -lt "$#" \ + && func_warning "ignoring multiple '-rpath's for a libtool library" + + install_libdir=$1 + + oldlibs= + if test -z "$rpath"; then + if test yes = "$build_libtool_libs"; then + # Building a libtool convenience library. + # Some compilers have problems with a '.al' extension so + # convenience libraries should have the same extension an + # archive normally would. + oldlibs="$output_objdir/$libname.$libext $oldlibs" + build_libtool_libs=convenience + build_old_libs=yes + fi + + test -n "$vinfo" && \ + func_warning "'-version-info/-version-number' is ignored for convenience libraries" + + test -n "$release" && \ + func_warning "'-release' is ignored for convenience libraries" + else + + # Parse the version information argument. + save_ifs=$IFS; IFS=: + set dummy $vinfo 0 0 0 + shift + IFS=$save_ifs + + test -n "$7" && \ + func_fatal_help "too many parameters to '-version-info'" + + # convert absolute version numbers to libtool ages + # this retains compatibility with .la files and attempts + # to make the code below a bit more comprehensible + + case $vinfo_number in + yes) + number_major=$1 + number_minor=$2 + number_revision=$3 + # + # There are really only two kinds -- those that + # use the current revision as the major version + # and those that subtract age and use age as + # a minor version. But, then there is irix + # that has an extra 1 added just for fun + # + case $version_type in + # correct linux to gnu/linux during the next big refactor + darwin|freebsd-elf|linux|midnightbsd-elf|osf|windows|none) + func_arith $number_major + $number_minor + current=$func_arith_result + age=$number_minor + revision=$number_revision + ;; + freebsd-aout|qnx|sunos) + current=$number_major + revision=$number_minor + age=0 + ;; + irix|nonstopux) + func_arith $number_major + $number_minor + current=$func_arith_result + age=$number_minor + revision=$number_minor + lt_irix_increment=no + ;; + *) + func_fatal_configuration "$modename: unknown library version type '$version_type'" + ;; + esac + ;; + no) + current=$1 + revision=$2 + age=$3 + ;; + esac + + # Check that each of the things are valid numbers. + case $current in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "CURRENT '$current' must be a nonnegative integer" + func_fatal_error "'$vinfo' is not valid version information" + ;; + esac + + case $revision in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "REVISION '$revision' must be a nonnegative integer" + func_fatal_error "'$vinfo' is not valid version information" + ;; + esac + + case $age in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "AGE '$age' must be a nonnegative integer" + func_fatal_error "'$vinfo' is not valid version information" + ;; + esac + + if test "$age" -gt "$current"; then + func_error "AGE '$age' is greater than the current interface number '$current'" + func_fatal_error "'$vinfo' is not valid version information" + fi + + # Calculate the version variables. + major= + versuffix= + verstring= + case $version_type in + none) ;; + + darwin) + # Like Linux, but with the current version available in + # verstring for coding it into the library header + func_arith $current - $age + major=.$func_arith_result + versuffix=$major.$age.$revision + # Darwin ld doesn't like 0 for these options... + func_arith $current + 1 + minor_current=$func_arith_result + xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + # On Darwin other compilers + case $CC in + nagfor*) + verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" + ;; + *) + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + ;; + esac + ;; + + freebsd-aout) + major=.$current + versuffix=.$current.$revision + ;; + + freebsd-elf | midnightbsd-elf) + func_arith $current - $age + major=.$func_arith_result + versuffix=$major.$age.$revision + ;; + + irix | nonstopux) + if test no = "$lt_irix_increment"; then + func_arith $current - $age + else + func_arith $current - $age + 1 + fi + major=$func_arith_result + + case $version_type in + nonstopux) verstring_prefix=nonstopux ;; + *) verstring_prefix=sgi ;; + esac + verstring=$verstring_prefix$major.$revision + + # Add in all the interfaces that we are compatible with. + loop=$revision + while test 0 -ne "$loop"; do + func_arith $revision - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring=$verstring_prefix$major.$iface:$verstring + done + + # Before this point, $major must not contain '.'. + major=.$major + versuffix=$major.$revision + ;; + + linux) # correct to gnu/linux during the next big refactor + func_arith $current - $age + major=.$func_arith_result + versuffix=$major.$age.$revision + ;; + + osf) + func_arith $current - $age + major=.$func_arith_result + versuffix=.$current.$age.$revision + verstring=$current.$age.$revision + + # Add in all the interfaces that we are compatible with. + loop=$age + while test 0 -ne "$loop"; do + func_arith $current - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring=$verstring:$iface.0 + done + + # Make executables depend on our current version. + func_append verstring ":$current.0" + ;; + + qnx) + major=.$current + versuffix=.$current + ;; + + sco) + major=.$current + versuffix=.$current + ;; + + sunos) + major=.$current + versuffix=.$current.$revision + ;; + + windows) + # Use '-' rather than '.', since we only want one + # extension on DOS 8.3 file systems. + func_arith $current - $age + major=$func_arith_result + versuffix=-$major + ;; + + *) + func_fatal_configuration "unknown library version type '$version_type'" + ;; + esac + + # Clear the version info if we defaulted, and they specified a release. + if test -z "$vinfo" && test -n "$release"; then + major= + case $version_type in + darwin) + # we can't check for "0.0" in archive_cmds due to quoting + # problems, so we reset it completely + verstring= + ;; + *) + verstring=0.0 + ;; + esac + if test no = "$need_version"; then + versuffix= + else + versuffix=.0.0 + fi + fi + + # Remove version info from name if versioning should be avoided + if test yes,no = "$avoid_version,$need_version"; then + major= + versuffix= + verstring= + fi + + # Check to see if the archive will have undefined symbols. + if test yes = "$allow_undefined"; then + if test unsupported = "$allow_undefined_flag"; then + if test yes = "$build_old_libs"; then + func_warning "undefined symbols not allowed in $host shared libraries; building static only" + build_libtool_libs=no + else + func_fatal_error "can't build $host shared library unless -no-undefined is specified" + fi + fi + else + # Don't allow undefined symbols. + allow_undefined_flag=$no_undefined_flag + fi + + fi + + func_generate_dlsyms "$libname" "$libname" : + func_append libobjs " $symfileobj" + test " " = "$libobjs" && libobjs= + + if test relink != "$opt_mode"; then + # Remove our outputs, but don't remove object files since they + # may have been created when compiling PIC objects. + removelist= + tempremovelist=`$ECHO "$output_objdir/*"` + for p in $tempremovelist; do + case $p in + *.$objext | *.gcno) + ;; + $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*) + if test -n "$precious_files_regex"; then + if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 + then + continue + fi + fi + func_append removelist " $p" + ;; + *) ;; + esac + done + test -n "$removelist" && \ + func_show_eval "${RM}r \$removelist" + fi + + # Now set the variables for building old libraries. + if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then + func_append oldlibs " $output_objdir/$libname.$libext" + + # Transform .lo files to .o files. + oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` + fi + + # Eliminate all temporary directories. + #for path in $notinst_path; do + # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` + # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` + # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` + #done + + if test -n "$xrpath"; then + # If the user specified any rpath flags, then add them. + temp_xrpath= + for libdir in $xrpath; do + func_replace_sysroot "$libdir" + func_append temp_xrpath " -R$func_replace_sysroot_result" + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + done + if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then + dependency_libs="$temp_xrpath $dependency_libs" + fi + fi + + # Make sure dlfiles contains only unique files that won't be dlpreopened + old_dlfiles=$dlfiles + dlfiles= + for lib in $old_dlfiles; do + case " $dlprefiles $dlfiles " in + *" $lib "*) ;; + *) func_append dlfiles " $lib" ;; + esac + done + + # Make sure dlprefiles contains only unique files + old_dlprefiles=$dlprefiles + dlprefiles= + for lib in $old_dlprefiles; do + case "$dlprefiles " in + *" $lib "*) ;; + *) func_append dlprefiles " $lib" ;; + esac + done + + if test yes = "$build_libtool_libs"; then + if test -n "$rpath"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) + # these systems don't actually have a c library (as such)! + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C library is in the System framework + func_append deplibs " System.ltframework" + ;; + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-midnightbsd*) + # Do not include libc due to us having libc/libc_r. + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test yes = "$build_libtool_need_lc"; then + func_append deplibs " -lc" + fi + ;; + esac + fi + + # Transform deplibs into only deplibs that can be linked in shared. + name_save=$name + libname_save=$libname + release_save=$release + versuffix_save=$versuffix + major_save=$major + # I'm not sure if I'm treating the release correctly. I think + # release should show up in the -l (ie -lgmp5) so we don't want to + # add it in twice. Is that correct? + release= + versuffix= + major= + newdeplibs= + droppeddeps=no + case $deplibs_check_method in + pass_all) + # Don't check for shared/static. Everything works. + # This might be a little naive. We might want to check + # whether the library exists or not. But this is on + # osf3 & osf4 and I'm not really sure... Just + # implementing what was already the behavior. + newdeplibs=$deplibs + ;; + test_compile) + # This code stresses the "libraries are programs" paradigm to its + # limits. Maybe even breaks it. We compile a program, linking it + # against the deplibs as a proxy for the library. Then we can check + # whether they linked in statically or dynamically with ldd. + $opt_dry_run || $RM conftest.c + cat > conftest.c </dev/null` + $nocaseglob + else + potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` + fi + for potent_lib in $potential_libs; do + # Follow soft links. + if ls -lLd "$potent_lib" 2>/dev/null | + $GREP " -> " >/dev/null; then + continue + fi + # The statement above tries to avoid entering an + # endless loop below, in case of cyclic links. + # We might still enter an endless loop, since a link + # loop can be closed while we follow links, + # but so what? + potlib=$potent_lib + while test -h "$potlib" 2>/dev/null; do + potliblink=`ls -ld $potlib | $SED 's/.* -> //'` + case $potliblink in + [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; + *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; + esac + done + if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | + $SED -e 10q | + $EGREP "$file_magic_regex" > /dev/null; then + func_append newdeplibs " $a_deplib" + a_deplib= + break 2 + fi + done + done + fi + if test -n "$a_deplib"; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib"; then + $ECHO "*** with $libname but no candidates were found. (...for file magic test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a file magic. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + func_append newdeplibs " $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + for a_deplib in $deplibs; do + case $a_deplib in + -l*) + func_stripname -l '' "$a_deplib" + name=$func_stripname_result + if test yes = "$allow_libtool_libs_with_static_runtimes"; then + case " $predeps $postdeps " in + *" $a_deplib "*) + func_append newdeplibs " $a_deplib" + a_deplib= + ;; + esac + fi + if test -n "$a_deplib"; then + libname=`eval "\\$ECHO \"$libname_spec\""` + for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do + potential_libs=`ls $i/$libname[.-]* 2>/dev/null` + for potent_lib in $potential_libs; do + potlib=$potent_lib # see symlink-check above in file_magic test + if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ + $EGREP "$match_pattern_regex" > /dev/null; then + func_append newdeplibs " $a_deplib" + a_deplib= + break 2 + fi + done + done + fi + if test -n "$a_deplib"; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib"; then + $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a regex pattern. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + func_append newdeplibs " $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + none | unknown | *) + newdeplibs= + tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` + if test yes = "$allow_libtool_libs_with_static_runtimes"; then + for i in $predeps $postdeps; do + # can't use Xsed below, because $i might contain '/' + tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` + done + fi + case $tmp_deplibs in + *[!\ \ ]*) + echo + if test none = "$deplibs_check_method"; then + echo "*** Warning: inter-library dependencies are not supported in this platform." + else + echo "*** Warning: inter-library dependencies are not known to be supported." + fi + echo "*** All declared inter-library dependencies are being dropped." + droppeddeps=yes + ;; + esac + ;; + esac + versuffix=$versuffix_save + major=$major_save + release=$release_save + libname=$libname_save + name=$name_save + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library with the System framework + newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + if test yes = "$droppeddeps"; then + if test yes = "$module"; then + echo + echo "*** Warning: libtool could not satisfy all declared inter-library" + $ECHO "*** dependencies of module $libname. Therefore, libtool will create" + echo "*** a static module, that should work as long as the dlopening" + echo "*** application is linked with the -dlopen flag." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using 'nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** 'nm' from GNU binutils and a full rebuild may help." + fi + if test no = "$build_old_libs"; then + oldlibs=$output_objdir/$libname.$libext + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + else + echo "*** The inter-library dependencies that have been dropped here will be" + echo "*** automatically added whenever a program is linked with this library" + echo "*** or is declared to -dlopen it." + + if test no = "$allow_undefined"; then + echo + echo "*** Since this library must not contain undefined symbols," + echo "*** because either the platform does not support them or" + echo "*** it was explicitly requested with -no-undefined," + echo "*** libtool will only create a static version of it." + if test no = "$build_old_libs"; then + oldlibs=$output_objdir/$libname.$libext + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + fi + fi + # Done checking deplibs! + deplibs=$newdeplibs + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + case $host in + *-*-darwin*) + newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $deplibs " in + *" -L$path/$objdir "*) + func_append new_libs " -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) func_append new_libs " $deplib" ;; + esac + ;; + *) func_append new_libs " $deplib" ;; + esac + done + deplibs=$new_libs + + # All the library-specific variables (install_libdir is set above). + library_names= + old_library= + dlname= + + # Test again, we may have decided not to build it any more + if test yes = "$build_libtool_libs"; then + # Remove $wl instances when linking with ld. + # FIXME: should test the right _cmds variable. + case $archive_cmds in + *\$LD\ *) wl= ;; + esac + if test yes = "$hardcode_into_libs"; then + # Hardcode the library paths + hardcode_libdirs= + dep_rpath= + rpath=$finalize_rpath + test relink = "$opt_mode" || rpath=$compile_rpath$rpath + for libdir in $rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + func_replace_sysroot "$libdir" + libdir=$func_replace_sysroot_result + if test -z "$hardcode_libdirs"; then + hardcode_libdirs=$libdir + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append dep_rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) func_append perm_rpath " $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir=$hardcode_libdirs + eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" + fi + if test -n "$runpath_var" && test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + func_append rpath "$dir:" + done + eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" + fi + test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" + fi + + shlibpath=$finalize_shlibpath + test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath + if test -n "$shlibpath"; then + eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" + fi + + # Get the real and link names of the library. + eval shared_ext=\"$shrext_cmds\" + eval library_names=\"$library_names_spec\" + set dummy $library_names + shift + realname=$1 + shift + + if test -n "$soname_spec"; then + eval soname=\"$soname_spec\" + else + soname=$realname + fi + if test -z "$dlname"; then + dlname=$soname + fi + + lib=$output_objdir/$realname + linknames= + for link + do + func_append linknames " $link" + done + + # Use standard objects if they are pic + test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` + test "X$libobjs" = "X " && libobjs= + + delfiles= + if test -n "$export_symbols" && test -n "$include_expsyms"; then + $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" + export_symbols=$output_objdir/$libname.uexp + func_append delfiles " $export_symbols" + fi + + orig_export_symbols= + case $host_os in + cygwin* | mingw* | cegcc*) + if test -n "$export_symbols" && test -z "$export_symbols_regex"; then + # exporting using user supplied symfile + func_dll_def_p "$export_symbols" || { + # and it's NOT already a .def file. Must figure out + # which of the given symbols are data symbols and tag + # them as such. So, trigger use of export_symbols_cmds. + # export_symbols gets reassigned inside the "prepare + # the list of exported symbols" if statement, so the + # include_expsyms logic still works. + orig_export_symbols=$export_symbols + export_symbols= + always_export_symbols=yes + } + fi + ;; + esac + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then + func_verbose "generating symbol list for '$libname.la'" + export_symbols=$output_objdir/$libname.exp + $opt_dry_run || $RM $export_symbols + cmds=$export_symbols_cmds + save_ifs=$IFS; IFS='~' + for cmd1 in $cmds; do + IFS=$save_ifs + # Take the normal branch if the nm_file_list_spec branch + # doesn't work or if tool conversion is not needed. + case $nm_file_list_spec~$to_tool_file_cmd in + *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) + try_normal_branch=yes + eval cmd=\"$cmd1\" + func_len " $cmd" + len=$func_len_result + ;; + *) + try_normal_branch=no + ;; + esac + if test yes = "$try_normal_branch" \ + && { test "$len" -lt "$max_cmd_len" \ + || test "$max_cmd_len" -le -1; } + then + func_show_eval "$cmd" 'exit $?' + skipped_export=false + elif test -n "$nm_file_list_spec"; then + func_basename "$output" + output_la=$func_basename_result + save_libobjs=$libobjs + save_output=$output + output=$output_objdir/$output_la.nm + func_to_tool_file "$output" + libobjs=$nm_file_list_spec$func_to_tool_file_result + func_append delfiles " $output" + func_verbose "creating $NM input file list: $output" + for obj in $save_libobjs; do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > "$output" + eval cmd=\"$cmd1\" + func_show_eval "$cmd" 'exit $?' + output=$save_output + libobjs=$save_libobjs + skipped_export=false + else + # The command line is too long to execute in one step. + func_verbose "using reloadable object file for export list..." + skipped_export=: + # Break out early, otherwise skipped_export may be + # set to false by a later but shorter cmd. + break + fi + done + IFS=$save_ifs + if test -n "$export_symbols_regex" && test : != "$skipped_export"; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + fi + + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols=$export_symbols + test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test : != "$skipped_export" && test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for '$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands, which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + func_append delfiles " $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + + tmp_deplibs= + for test_deplib in $deplibs; do + case " $convenience " in + *" $test_deplib "*) ;; + *) + func_append tmp_deplibs " $test_deplib" + ;; + esac + done + deplibs=$tmp_deplibs + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec" && + test yes = "$compiler_needs_object" && + test -z "$libobjs"; then + # extract the archives, so we have objects to list. + # TODO: could optimize this to just extract one archive. + whole_archive_flag_spec= + fi + if test -n "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + else + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" + + func_extract_archives $gentop $convenience + func_append libobjs " $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + fi + + if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then + eval flag=\"$thread_safe_flag_spec\" + func_append linker_flags " $flag" + fi + + # Make a backup of the uninstalled library when relinking + if test relink = "$opt_mode"; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? + fi + + # Do each of the archive commands. + if test yes = "$module" && test -n "$module_cmds"; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + eval test_cmds=\"$module_expsym_cmds\" + cmds=$module_expsym_cmds + else + eval test_cmds=\"$module_cmds\" + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + eval test_cmds=\"$archive_expsym_cmds\" + cmds=$archive_expsym_cmds + else + eval test_cmds=\"$archive_cmds\" + cmds=$archive_cmds + fi + fi + + if test : != "$skipped_export" && + func_len " $test_cmds" && + len=$func_len_result && + test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + : + else + # The command line is too long to link in one step, link piecewise + # or, if using GNU ld and skipped_export is not :, use a linker + # script. + + # Save the value of $output and $libobjs because we want to + # use them later. If we have whole_archive_flag_spec, we + # want to use save_libobjs as it was before + # whole_archive_flag_spec was expanded, because we can't + # assume the linker understands whole_archive_flag_spec. + # This may have to be revisited, in case too many + # convenience libraries get linked in and end up exceeding + # the spec. + if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + fi + save_output=$output + func_basename "$output" + output_la=$func_basename_result + + # Clear the reloadable object creation command queue and + # initialize k to one. + test_cmds= + concat_cmds= + objlist= + last_robj= + k=1 + + if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then + output=$output_objdir/$output_la.lnkscript + func_verbose "creating GNU ld script: $output" + echo 'INPUT (' > $output + for obj in $save_libobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output + done + echo ')' >> $output + func_append delfiles " $output" + func_to_tool_file "$output" + output=$func_to_tool_file_result + elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then + output=$output_objdir/$output_la.lnk + func_verbose "creating linker input file list: $output" + : > $output + set x $save_libobjs + shift + firstobj= + if test yes = "$compiler_needs_object"; then + firstobj="$1 " + shift + fi + for obj + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output + done + func_append delfiles " $output" + func_to_tool_file "$output" + output=$firstobj\"$file_list_spec$func_to_tool_file_result\" + else + if test -n "$save_libobjs"; then + func_verbose "creating reloadable object files..." + output=$output_objdir/$output_la-$k.$objext + eval test_cmds=\"$reload_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + + # Loop over the list of objects to be linked. + for obj in $save_libobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + if test -z "$objlist" || + test "$len" -lt "$max_cmd_len"; then + func_append objlist " $obj" + else + # The command $test_cmds is almost too long, add a + # command to the queue. + if test 1 -eq "$k"; then + # The first file doesn't have a previous command to add. + reload_objs=$objlist + eval concat_cmds=\"$reload_cmds\" + else + # All subsequent reloadable object files will link in + # the last one created. + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" + fi + last_robj=$output_objdir/$output_la-$k.$objext + func_arith $k + 1 + k=$func_arith_result + output=$output_objdir/$output_la-$k.$objext + objlist=" $obj" + func_len " $last_robj" + func_arith $len0 + $func_len_result + len=$func_arith_result + fi + done + # Handle the remaining objects by creating one last + # reloadable object file. All subsequent reloadable object + # files will link in the last one created. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\$concat_cmds$reload_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" + fi + func_append delfiles " $output" + + else + output= + fi + + ${skipped_export-false} && { + func_verbose "generating symbol list for '$libname.la'" + export_symbols=$output_objdir/$libname.exp + $opt_dry_run || $RM $export_symbols + libobjs=$output + # Append the command to create the export file. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" + fi + } + + test -n "$save_libobjs" && + func_verbose "creating a temporary reloadable object file: $output" + + # Loop through the commands generated above and execute them. + save_ifs=$IFS; IFS='~' + for cmd in $concat_cmds; do + IFS=$save_ifs + $opt_quiet || { + func_quote_arg expand,pretty "$cmd" + eval "func_echo $func_quote_arg_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test relink = "$opt_mode"; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS=$save_ifs + + if test -n "$export_symbols_regex" && ${skipped_export-false}; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + + ${skipped_export-false} && { + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols=$export_symbols + test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for '$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands, which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + func_append delfiles " $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + } + + libobjs=$output + # Restore the value of output. + output=$save_output + + if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + fi + # Expand the library linking commands again to reset the + # value of $libobjs for piecewise linking. + + # Do each of the archive commands. + if test yes = "$module" && test -n "$module_cmds"; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + cmds=$module_expsym_cmds + else + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + cmds=$archive_expsym_cmds + else + cmds=$archive_cmds + fi + fi + fi + + if test -n "$delfiles"; then + # Append the command to remove temporary files to $cmds. + eval cmds=\"\$cmds~\$RM $delfiles\" + fi + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" + + func_extract_archives $gentop $dlprefiles + func_append libobjs " $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + + save_ifs=$IFS; IFS='~' + for cmd in $cmds; do + IFS=$sp$nl + eval cmd=\"$cmd\" + IFS=$save_ifs + $opt_quiet || { + func_quote_arg expand,pretty "$cmd" + eval "func_echo $func_quote_arg_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test relink = "$opt_mode"; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS=$save_ifs + + # Restore the uninstalled library and exit + if test relink = "$opt_mode"; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? + + if test -n "$convenience"; then + if test -z "$whole_archive_flag_spec"; then + func_show_eval '${RM}r "$gentop"' + fi + fi + + exit $EXIT_SUCCESS + fi + + # Create links to the real library. + for linkname in $linknames; do + if test "$realname" != "$linkname"; then + func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' + fi + done + + # If -module or -export-dynamic was specified, set the dlname. + if test yes = "$module" || test yes = "$export_dynamic"; then + # On all known operating systems, these are identical. + dlname=$soname + fi + fi + ;; + + obj) + if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then + func_warning "'-dlopen' is ignored for objects" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "'-l' and '-L' are ignored for objects" ;; + esac + + test -n "$rpath" && \ + func_warning "'-rpath' is ignored for objects" + + test -n "$xrpath" && \ + func_warning "'-R' is ignored for objects" + + test -n "$vinfo" && \ + func_warning "'-version-info' is ignored for objects" + + test -n "$release" && \ + func_warning "'-release' is ignored for objects" + + case $output in + *.lo) + test -n "$objs$old_deplibs" && \ + func_fatal_error "cannot build library object '$output' from non-libtool objects" + + libobj=$output + func_lo2o "$libobj" + obj=$func_lo2o_result + ;; + *) + libobj= + obj=$output + ;; + esac + + # Delete the old objects. + $opt_dry_run || $RM $obj $libobj + + # Objects from convenience libraries. This assumes + # single-version convenience libraries. Whenever we create + # different ones for PIC/non-PIC, this we'll have to duplicate + # the extraction. + reload_conv_objs= + gentop= + # if reload_cmds runs $LD directly, get rid of -Wl from + # whole_archive_flag_spec and hope we can get by with turning comma + # into space. + case $reload_cmds in + *\$LD[\ \$]*) wl= ;; + esac + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec"; then + eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" + test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` + reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags + else + gentop=$output_objdir/${obj}x + func_append generated " $gentop" + + func_extract_archives $gentop $convenience + reload_conv_objs="$reload_objs $func_extract_archives_result" + fi + fi + + # If we're not building shared, we need to use non_pic_objs + test yes = "$build_libtool_libs" || libobjs=$non_pic_objects + + # Create the old-style object. + reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs + + output=$obj + func_execute_cmds "$reload_cmds" 'exit $?' + + # Exit if we aren't doing a library object file. + if test -z "$libobj"; then + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + fi + + test yes = "$build_libtool_libs" || { + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + # Create an invalid libtool object if no PIC, so that we don't + # accidentally link it into a program. + # $show "echo timestamp > $libobj" + # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? + exit $EXIT_SUCCESS + } + + if test -n "$pic_flag" || test default != "$pic_mode"; then + # Only do commands if we really have different PIC objects. + reload_objs="$libobjs $reload_conv_objs" + output=$libobj + func_execute_cmds "$reload_cmds" 'exit $?' + fi + + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + ;; + + prog) + case $host in + *cygwin*) func_stripname '' '.exe' "$output" + output=$func_stripname_result.exe;; + esac + test -n "$vinfo" && \ + func_warning "'-version-info' is ignored for programs" + + test -n "$release" && \ + func_warning "'-release' is ignored for programs" + + $preload \ + && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \ + && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support." + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library is the System framework + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + case $host in + *-*-darwin*) + # Don't allow lazy linking, it breaks C++ global constructors + # But is supposedly fixed on 10.4 or later (yay!). + if test CXX = "$tagname"; then + case ${MACOSX_DEPLOYMENT_TARGET-10.0} in + 10.[0123]) + func_append compile_command " $wl-bind_at_load" + func_append finalize_command " $wl-bind_at_load" + ;; + esac + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $compile_deplibs " in + *" -L$path/$objdir "*) + func_append new_libs " -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $compile_deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) func_append new_libs " $deplib" ;; + esac + ;; + *) func_append new_libs " $deplib" ;; + esac + done + compile_deplibs=$new_libs + + + func_append compile_command " $compile_deplibs" + func_append finalize_command " $finalize_deplibs" + + if test -n "$rpath$xrpath"; then + # If the user specified any rpath flags, then add them. + for libdir in $rpath $xrpath; do + # This is the magic to use -rpath. + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + done + fi + + # Now hardcode the library paths + rpath= + hardcode_libdirs= + for libdir in $compile_rpath $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs=$libdir + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) func_append perm_rpath " $libdir" ;; + esac + fi + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$libdir:"*) ;; + ::) dllsearchpath=$libdir;; + *) func_append dllsearchpath ":$libdir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) func_append dllsearchpath ":$testbindir";; + esac + ;; + esac + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir=$hardcode_libdirs + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + compile_rpath=$rpath + + rpath= + hardcode_libdirs= + for libdir in $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs=$libdir + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$finalize_perm_rpath " in + *" $libdir "*) ;; + *) func_append finalize_perm_rpath " $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir=$hardcode_libdirs + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + finalize_rpath=$rpath + + if test -n "$libobjs" && test yes = "$build_old_libs"; then + # Transform all the library objects into standard objects. + compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + fi + + func_generate_dlsyms "$outputname" "@PROGRAM@" false + + # template prelinking step + if test -n "$prelink_cmds"; then + func_execute_cmds "$prelink_cmds" 'exit $?' + fi + + wrappers_required=: + case $host in + *cegcc* | *mingw32ce*) + # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. + wrappers_required=false + ;; + *cygwin* | *mingw* ) + test yes = "$build_libtool_libs" || wrappers_required=false + ;; + *) + if test no = "$need_relink" || test yes != "$build_libtool_libs"; then + wrappers_required=false + fi + ;; + esac + $wrappers_required || { + # Replace the output file specification. + compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + link_command=$compile_command$compile_rpath + + # We have no uninstalled library dependencies, so finalize right now. + exit_status=0 + func_show_eval "$link_command" 'exit_status=$?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + # Delete the generated files. + if test -f "$output_objdir/${outputname}S.$objext"; then + func_show_eval '$RM "$output_objdir/${outputname}S.$objext"' + fi + + exit $exit_status + } + + if test -n "$compile_shlibpath$finalize_shlibpath"; then + compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" + fi + if test -n "$finalize_shlibpath"; then + finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" + fi + + compile_var= + finalize_var= + if test -n "$runpath_var"; then + if test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + func_append rpath "$dir:" + done + compile_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + if test -n "$finalize_perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $finalize_perm_rpath; do + func_append rpath "$dir:" + done + finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + fi + + if test yes = "$no_install"; then + # We don't need to create a wrapper script. + link_command=$compile_var$compile_command$compile_rpath + # Replace the output file specification. + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + # Delete the old output file. + $opt_dry_run || $RM $output + # Link the executable and exit + func_show_eval "$link_command" 'exit $?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + exit $EXIT_SUCCESS + fi + + case $hardcode_action,$fast_install in + relink,*) + # Fast installation is not supported + link_command=$compile_var$compile_command$compile_rpath + relink_command=$finalize_var$finalize_command$finalize_rpath + + func_warning "this platform does not like uninstalled shared libraries" + func_warning "'$output' will be relinked during installation" + ;; + *,yes) + link_command=$finalize_var$compile_command$finalize_rpath + relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` + ;; + *,no) + link_command=$compile_var$compile_command$compile_rpath + relink_command=$finalize_var$finalize_command$finalize_rpath + ;; + *,needless) + link_command=$finalize_var$compile_command$finalize_rpath + relink_command= + ;; + esac + + # Replace the output file specification. + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` + + # Delete the old output files. + $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname + + func_show_eval "$link_command" 'exit $?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output_objdir/$outputname" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + # Now create the wrapper script. + func_verbose "creating $output" + + # Quote the relink command for shipping. + if test -n "$relink_command"; then + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_arg pretty "$var_value" + relink_command="$var=$func_quote_arg_result; export $var; $relink_command" + fi + done + func_quote eval cd "`pwd`" + func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)" + relink_command=$func_quote_arg_unquoted_result + fi + + # Only actually do things if not in dry run mode. + $opt_dry_run || { + # win32 will think the script is a binary if it has + # a .exe suffix, so we strip it off here. + case $output in + *.exe) func_stripname '' '.exe' "$output" + output=$func_stripname_result ;; + esac + # test for cygwin because mv fails w/o .exe extensions + case $host in + *cygwin*) + exeext=.exe + func_stripname '' '.exe' "$outputname" + outputname=$func_stripname_result ;; + *) exeext= ;; + esac + case $host in + *cygwin* | *mingw* ) + func_dirname_and_basename "$output" "" "." + output_name=$func_basename_result + output_path=$func_dirname_result + cwrappersource=$output_path/$objdir/lt-$output_name.c + cwrapper=$output_path/$output_name.exe + $RM $cwrappersource $cwrapper + trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 + + func_emit_cwrapperexe_src > $cwrappersource + + # The wrapper executable is built using the $host compiler, + # because it contains $host paths and files. If cross- + # compiling, it, like the target executable, must be + # executed on the $host or under an emulation environment. + $opt_dry_run || { + $LTCC $LTCFLAGS -o $cwrapper $cwrappersource + $STRIP $cwrapper + } + + # Now, create the wrapper script for func_source use: + func_ltwrapper_scriptname $cwrapper + $RM $func_ltwrapper_scriptname_result + trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 + $opt_dry_run || { + # note: this script will not be executed, so do not chmod. + if test "x$build" = "x$host"; then + $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result + else + func_emit_wrapper no > $func_ltwrapper_scriptname_result + fi + } + ;; + * ) + $RM $output + trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 + + func_emit_wrapper no > $output + chmod +x $output + ;; + esac + } + exit $EXIT_SUCCESS + ;; + esac + + # See if we need to build an old-fashioned archive. + for oldlib in $oldlibs; do + + case $build_libtool_libs in + convenience) + oldobjs="$libobjs_save $symfileobj" + addlibs=$convenience + build_libtool_libs=no + ;; + module) + oldobjs=$libobjs_save + addlibs=$old_convenience + build_libtool_libs=no + ;; + *) + oldobjs="$old_deplibs $non_pic_objects" + $preload && test -f "$symfileobj" \ + && func_append oldobjs " $symfileobj" + addlibs=$old_convenience + ;; + esac + + if test -n "$addlibs"; then + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" + + func_extract_archives $gentop $addlibs + func_append oldobjs " $func_extract_archives_result" + fi + + # Do each command in the archive commands. + if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then + cmds=$old_archive_from_new_cmds + else + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" + + func_extract_archives $gentop $dlprefiles + func_append oldobjs " $func_extract_archives_result" + fi + + # POSIX demands no paths to be encoded in archives. We have + # to avoid creating archives with duplicate basenames if we + # might have to extract them afterwards, e.g., when creating a + # static archive out of a convenience library, or when linking + # the entirety of a libtool archive into another (currently + # not supported by libtool). + if (for obj in $oldobjs + do + func_basename "$obj" + $ECHO "$func_basename_result" + done | sort | sort -uc >/dev/null 2>&1); then + : + else + echo "copying selected object files to avoid basename conflicts..." + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" + func_mkdir_p "$gentop" + save_oldobjs=$oldobjs + oldobjs= + counter=1 + for obj in $save_oldobjs + do + func_basename "$obj" + objbase=$func_basename_result + case " $oldobjs " in + " ") oldobjs=$obj ;; + *[\ /]"$objbase "*) + while :; do + # Make sure we don't pick an alternate name that also + # overlaps. + newobj=lt$counter-$objbase + func_arith $counter + 1 + counter=$func_arith_result + case " $oldobjs " in + *[\ /]"$newobj "*) ;; + *) if test ! -f "$gentop/$newobj"; then break; fi ;; + esac + done + func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" + func_append oldobjs " $gentop/$newobj" + ;; + *) func_append oldobjs " $obj" ;; + esac + done + fi + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result + eval cmds=\"$old_archive_cmds\" + + func_len " $cmds" + len=$func_len_result + if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + cmds=$old_archive_cmds + elif test -n "$archiver_list_spec"; then + func_verbose "using command file archive linking..." + for obj in $oldobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > $output_objdir/$libname.libcmd + func_to_tool_file "$output_objdir/$libname.libcmd" + oldobjs=" $archiver_list_spec$func_to_tool_file_result" + cmds=$old_archive_cmds + else + # the command line is too long to link in one step, link in parts + func_verbose "using piecewise archive linking..." + save_RANLIB=$RANLIB + RANLIB=: + objlist= + concat_cmds= + save_oldobjs=$oldobjs + oldobjs= + # Is there a better way of finding the last object in the list? + for obj in $save_oldobjs + do + last_oldobj=$obj + done + eval test_cmds=\"$old_archive_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + for obj in $save_oldobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + func_append objlist " $obj" + if test "$len" -lt "$max_cmd_len"; then + : + else + # the above command should be used before it gets too long + oldobjs=$objlist + if test "$obj" = "$last_oldobj"; then + RANLIB=$save_RANLIB + fi + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\$concat_cmds$old_archive_cmds\" + objlist= + len=$len0 + fi + done + RANLIB=$save_RANLIB + oldobjs=$objlist + if test -z "$oldobjs"; then + eval cmds=\"\$concat_cmds\" + else + eval cmds=\"\$concat_cmds~\$old_archive_cmds\" + fi + fi + fi + func_execute_cmds "$cmds" 'exit $?' + done + + test -n "$generated" && \ + func_show_eval "${RM}r$generated" + + # Now create the libtool archive. + case $output in + *.la) + old_library= + test yes = "$build_old_libs" && old_library=$libname.$libext + func_verbose "creating $output" + + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_arg pretty,unquoted "$var_value" + relink_command="$var=$func_quote_arg_unquoted_result; export $var; $relink_command" + fi + done + # Quote the link command for shipping. + func_quote eval cd "`pwd`" + relink_command="($func_quote_result; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + func_quote_arg pretty,unquoted "$relink_command" + relink_command=$func_quote_arg_unquoted_result + if test yes = "$hardcode_automatic"; then + relink_command= + fi + + # Only create the output if not a dry run. + $opt_dry_run || { + for installed in no yes; do + if test yes = "$installed"; then + if test -z "$install_libdir"; then + break + fi + output=$output_objdir/${outputname}i + # Replace all uninstalled libtool libraries with the installed ones + newdependency_libs= + for deplib in $dependency_libs; do + case $deplib in + *.la) + func_basename "$deplib" + name=$func_basename_result + func_resolve_sysroot "$deplib" + eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` + test -z "$libdir" && \ + func_fatal_error "'$deplib' is not a valid libtool archive" + func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" + ;; + -L*) + func_stripname -L '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -L$func_replace_sysroot_result" + ;; + -R*) + func_stripname -R '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -R$func_replace_sysroot_result" + ;; + *) func_append newdependency_libs " $deplib" ;; + esac + done + dependency_libs=$newdependency_libs + newdlfiles= + + for lib in $dlfiles; do + case $lib in + *.la) + func_basename "$lib" + name=$func_basename_result + eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "'$lib' is not a valid libtool archive" + func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" + ;; + *) func_append newdlfiles " $lib" ;; + esac + done + dlfiles=$newdlfiles + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + *.la) + # Only pass preopened files to the pseudo-archive (for + # eventual linking with the app. that links it) if we + # didn't already link the preopened objects directly into + # the library: + func_basename "$lib" + name=$func_basename_result + eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "'$lib' is not a valid libtool archive" + func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" + ;; + esac + done + dlprefiles=$newdlprefiles + else + newdlfiles= + for lib in $dlfiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; + *) abs=`pwd`"/$lib" ;; + esac + func_append newdlfiles " $abs" + done + dlfiles=$newdlfiles + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; + *) abs=`pwd`"/$lib" ;; + esac + func_append newdlprefiles " $abs" + done + dlprefiles=$newdlprefiles + fi + $RM $output + # place dlname in correct position for cygwin + # In fact, it would be nice if we could use this code for all target + # systems that can't hard-code library paths into their executables + # and that have no shared library path variable independent of PATH, + # but it turns out we can't easily determine that from inspecting + # libtool variables, so we have to hard-code the OSs to which it + # applies here; at the moment, that means platforms that use the PE + # object format with DLL files. See the long comment at the top of + # tests/bindir.at for full details. + tdlname=$dlname + case $host,$output,$installed,$module,$dlname in + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) + # If a -bindir argument was supplied, place the dll there. + if test -n "$bindir"; then + func_relative_path "$install_libdir" "$bindir" + tdlname=$func_relative_path_result/$dlname + else + # Otherwise fall back on heuristic. + tdlname=../bin/$dlname + fi + ;; + esac + $ECHO > $output "\ +# $outputname - a libtool library file +# Generated by $PROGRAM (GNU $PACKAGE) $VERSION +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='$tdlname' + +# Names of this library. +library_names='$library_names' + +# The name of the static archive. +old_library='$old_library' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='$new_inherited_linker_flags' + +# Libraries that this one depends upon. +dependency_libs='$dependency_libs' + +# Names of additional weak libraries provided by this library +weak_library_names='$weak_libs' + +# Version information for $libname. +current=$current +age=$age +revision=$revision + +# Is this an already installed library? +installed=$installed + +# Should we warn about portability when linking against -modules? +shouldnotlink=$module + +# Files to dlopen/dlpreopen +dlopen='$dlfiles' +dlpreopen='$dlprefiles' + +# Directory that this library needs to be installed in: +libdir='$install_libdir'" + if test no,yes = "$installed,$need_relink"; then + $ECHO >> $output "\ +relink_command=\"$relink_command\"" + fi + done + } + + # Do a symbolic link so that the libtool archive can be found in + # LD_LIBRARY_PATH before the program is installed. + func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' + ;; + esac + exit $EXIT_SUCCESS +} + +if test link = "$opt_mode" || test relink = "$opt_mode"; then + func_mode_link ${1+"$@"} +fi + + +# func_mode_uninstall arg... +func_mode_uninstall () +{ + $debug_cmd + + RM=$nonopt + files= + rmforce=false + exit_status=0 + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic=$magic + + for arg + do + case $arg in + -f) func_append RM " $arg"; rmforce=: ;; + -*) func_append RM " $arg" ;; + *) func_append files " $arg" ;; + esac + done + + test -z "$RM" && \ + func_fatal_help "you must specify an RM program" + + rmdirs= + + for file in $files; do + func_dirname "$file" "" "." + dir=$func_dirname_result + if test . = "$dir"; then + odir=$objdir + else + odir=$dir/$objdir + fi + func_basename "$file" + name=$func_basename_result + test uninstall = "$opt_mode" && odir=$dir + + # Remember odir for removal later, being careful to avoid duplicates + if test clean = "$opt_mode"; then + case " $rmdirs " in + *" $odir "*) ;; + *) func_append rmdirs " $odir" ;; + esac + fi + + # Don't error if the file doesn't exist and rm -f was used. + if { test -L "$file"; } >/dev/null 2>&1 || + { test -h "$file"; } >/dev/null 2>&1 || + test -f "$file"; then + : + elif test -d "$file"; then + exit_status=1 + continue + elif $rmforce; then + continue + fi + + rmfiles=$file + + case $name in + *.la) + # Possibly a libtool archive, so verify it. + if func_lalib_p "$file"; then + func_source $dir/$name + + # Delete the libtool libraries and symlinks. + for n in $library_names; do + func_append rmfiles " $odir/$n" + done + test -n "$old_library" && func_append rmfiles " $odir/$old_library" + + case $opt_mode in + clean) + case " $library_names " in + *" $dlname "*) ;; + *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; + esac + test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" + ;; + uninstall) + if test -n "$library_names"; then + # Do each command in the postuninstall commands. + func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1' + fi + + if test -n "$old_library"; then + # Do each command in the old_postuninstall commands. + func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1' + fi + # FIXME: should reinstall the best remaining shared library. + ;; + esac + fi + ;; + + *.lo) + # Possibly a libtool object, so verify it. + if func_lalib_p "$file"; then + + # Read the .lo file + func_source $dir/$name + + # Add PIC object to the list of files to remove. + if test -n "$pic_object" && test none != "$pic_object"; then + func_append rmfiles " $dir/$pic_object" + fi + + # Add non-PIC object to the list of files to remove. + if test -n "$non_pic_object" && test none != "$non_pic_object"; then + func_append rmfiles " $dir/$non_pic_object" + fi + fi + ;; + + *) + if test clean = "$opt_mode"; then + noexename=$name + case $file in + *.exe) + func_stripname '' '.exe' "$file" + file=$func_stripname_result + func_stripname '' '.exe' "$name" + noexename=$func_stripname_result + # $file with .exe has already been added to rmfiles, + # add $file without .exe + func_append rmfiles " $file" + ;; + esac + # Do a test to see if this is a libtool program. + if func_ltwrapper_p "$file"; then + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + relink_command= + func_source $func_ltwrapper_scriptname_result + func_append rmfiles " $func_ltwrapper_scriptname_result" + else + relink_command= + func_source $dir/$noexename + fi + + # note $name still contains .exe if it was in $file originally + # as does the version of $file that was added into $rmfiles + func_append rmfiles " $odir/$name $odir/${name}S.$objext" + if test yes = "$fast_install" && test -n "$relink_command"; then + func_append rmfiles " $odir/lt-$name" + fi + if test "X$noexename" != "X$name"; then + func_append rmfiles " $odir/lt-$noexename.c" + fi + fi + fi + ;; + esac + func_show_eval "$RM $rmfiles" 'exit_status=1' + done + + # Try to remove the $objdir's in the directories where we deleted files + for dir in $rmdirs; do + if test -d "$dir"; then + func_show_eval "rmdir $dir >/dev/null 2>&1" + fi + done + + exit $exit_status +} + +if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then + func_mode_uninstall ${1+"$@"} +fi + +test -z "$opt_mode" && { + help=$generic_help + func_fatal_help "you must specify a MODE" +} + +test -z "$exec_cmd" && \ + func_fatal_help "invalid operation mode '$opt_mode'" + +if test -n "$exec_cmd"; then + eval exec "$exec_cmd" + exit $EXIT_FAILURE +fi + +exit $exit_status + + +# The TAGs below are defined such that we never get into a situation +# where we disable both kinds of libraries. Given conflicting +# choices, we go for a static library, that is the most portable, +# since we can't tell whether shared libraries were disabled because +# the user asked for that or because the platform doesn't support +# them. This is particularly important on AIX, because we don't +# support having both static and shared libraries enabled at the same +# time on that platform, so we default to a shared-only configuration. +# If a disable-shared tag is given, we'll fallback to a static-only +# configuration. But we'll never go from static-only to shared-only. + +# ### BEGIN LIBTOOL TAG CONFIG: disable-shared +build_libtool_libs=no +build_old_libs=yes +# ### END LIBTOOL TAG CONFIG: disable-shared + +# ### BEGIN LIBTOOL TAG CONFIG: disable-static +build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` +# ### END LIBTOOL TAG CONFIG: disable-static + +# Local Variables: +# mode:shell-script +# sh-indentation:2 +# End: diff --git a/m4/ax_cblas.m4 b/m4/ax_cblas.m4 new file mode 100644 index 0000000..da89cab --- /dev/null +++ b/m4/ax_cblas.m4 @@ -0,0 +1,182 @@ +# =========================================================================== +# http://autoconf-archive.cryp.to/acx_blas.html +# =========================================================================== +# +# SYNOPSIS +# +# AX_CBLAS([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) +# +# DESCRIPTION +# +# This macro looks for a library that implements the CBLAS linear-algebra +# interface (see http://www.netlib.org/blas/). On success, it sets the +# CBLAS_LIBS output variable to hold the requisite library linkages. +# +# To link with CBLAS, you should link with: +# +# $CBLAS_LIBS $LIBS +# +# in that order. +# +# Many libraries are searched for, from ATLAS to CXML to ESSL. The user +# may also use --with-cblas= in order to use some specific CBLAS +# library . +# +# ACTION-IF-FOUND is a list of shell commands to run if a BLAS library is +# found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it is +# not found. If ACTION-IF-FOUND is not specified, the default action will +# define HAVE_BLAS. +# +# This macro requires autoconf 2.50 or later. +# +# LAST MODIFICATION +# +# 2008-12-29 +# +# COPYLEFT +# +# Copyright (c) 2008 Patrick O. Perry +# Copyright (c) 2008 Steven G. Johnson +# +# 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 3 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. If not, see . +# +# As a special exception, the respective Autoconf Macro's copyright owner +# gives unlimited permission to copy, distribute and modify the configure +# scripts that are the output of Autoconf when processing the Macro. You +# need not follow the terms of the GNU General Public License when using +# or distributing such scripts, even though portions of the text of the +# Macro appear in them. The GNU General Public License (GPL) does govern +# all other use of the material that constitutes the Autoconf Macro. +# +# This special exception to the GPL applies to versions of the Autoconf +# Macro released by the Autoconf Macro Archive. When you make and +# distribute a modified version of the Autoconf Macro, you may extend this +# special exception to the GPL to apply to your modified version as well. + +AC_DEFUN([AX_CBLAS], [ +AC_PREREQ(2.50) +ax_cblas_ok=no + +AC_ARG_WITH(cblas, + [AC_HELP_STRING([--with-cblas=], [use CBLAS library ])]) +case $with_cblas in + yes | "") ;; + no) ax_cblas_ok=disable ;; + -* | */* | *.a | *.so | *.so.* | *.o) CBLAS_LIBS="$with_cblas" ;; + *) CBLAS_LIBS="-l$with_cblas" ;; +esac + +ax_cblas_save_LIBS="$LIBS" + +# First, check CBLAS_LIBS environment variable +if test $ax_cblas_ok = no; then +if test "x$CBLAS_LIBS" != x; then + save_LIBS="$LIBS"; LIBS="$CBLAS_LIBS $LIBS" + AC_MSG_CHECKING([for cblas_dgemm in $CBLAS_LIBS]) + AC_TRY_LINK_FUNC(cblas_dgemm, [ax_cblas_ok=yes], [CBLAS_LIBS=""]) + AC_MSG_RESULT($ax_cblas_ok) + LIBS="$save_LIBS" +fi +fi + +# CBLAS linked to by default? (happens on some supercomputers) +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="$LIBS" + AC_CHECK_FUNC(cblas_dgemm, [ax_cblas_ok=yes]) + LIBS="$save_LIBS" +fi + +# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/) +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(atlas, ATL_xerbla, + [AC_CHECK_LIB(cblas, cblas_dgemm, + [ax_cblas_ok=yes + CBLAS_LIBS="-lcblas -latlas"], + [], [-latlas])]) +fi + +# BLAS in Intel MKL library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(mkl, cblas_dgemm, [ax_cblas_ok=yes;CBLAS_LIBS="-lmkl"]) +fi + +# BLAS in Apple vecLib library? +if test $ax_cblas_ok = no; then + save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS" + AC_CHECK_FUNC(cblas_dgemm, [ax_cblas_ok=yes;CBLAS_LIBS="-framework vecLib"]) + LIBS="$save_LIBS" +fi + +# BLAS in Alpha DXML library? (now called CXML, see above) +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(dxml, cblas_dgemm, [ax_cblas_ok=yes;CBLAS_LIBS="-ldxml"]) +fi + +# BLAS in Sun Performance library? +if test $ax_cblas_ok = no; then + if test "x$GCC" != xyes; then # only works with Sun CC + AC_CHECK_LIB(sunmath, acosp, + [AC_CHECK_LIB(sunperf, cblas_dgemm, + [CBLAS_LIBS="-xlic_lib=sunperf -lsunmath" + ax_cblas_ok=yes],[],[-lsunmath])]) + fi +fi + +# BLAS in SCSL library? (SGI/Cray Scientific Library) +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(scs, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lscs"]) +fi + +# BLAS in SGIMATH library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(complib.sgimath, cblas_dgemm, + [ax_cblas_ok=yes; CBLAS_LIBS="-lcomplib.sgimath"]) +fi + +# BLAS in IBM ESSL library? (requires generic BLAS lib, too) +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(blas, cblas_dgemm, + [AC_CHECK_LIB(essl, cblas_dgemm, + [ax_cblas_ok=yes; CBLAS_LIBS="-lessl -lblas"], + [], [-lblas])]) +fi + +# BLAS in OpenBLAS library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(openblas, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lopenblas"]) +fi + +# Generic CBLAS library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(cblas, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lcblas"]) +fi + +# Generic BLAS library? +if test $ax_cblas_ok = no; then + AC_CHECK_LIB(blas, cblas_dgemm, [ax_cblas_ok=yes; CBLAS_LIBS="-lblas"]) +fi + +AC_SUBST(CBLAS_LIBS) + +LIBS="$ax_cblas_save_LIBS" + +# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: +if test x"$ax_cblas_ok" = xyes; then + ifelse([$1],,AC_DEFINE(HAVE_CBLAS,1,[Define if you have a CBLAS library.]),[$1]) + : +else + ax_cblas_ok=no + $2 +fi +])dnl AX_CBLAS diff --git a/m4/libtool.m4 b/m4/libtool.m4 new file mode 100644 index 0000000..e7b6833 --- /dev/null +++ b/m4/libtool.m4 @@ -0,0 +1,8427 @@ +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- +# +# Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software +# Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +m4_define([_LT_COPYING], [dnl +# Copyright (C) 2014 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. + +# GNU Libtool 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 of the License, or +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. +# +# GNU Libtool 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. If not, see . +]) + +# serial 59 LT_INIT + + +# LT_PREREQ(VERSION) +# ------------------ +# Complain and exit if this libtool version is less that VERSION. +m4_defun([LT_PREREQ], +[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, + [m4_default([$3], + [m4_fatal([Libtool version $1 or higher is required], + 63)])], + [$2])]) + + +# _LT_CHECK_BUILDDIR +# ------------------ +# Complain if the absolute build directory name contains unusual characters +m4_defun([_LT_CHECK_BUILDDIR], +[case `pwd` in + *\ * | *\ *) + AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; +esac +]) + + +# LT_INIT([OPTIONS]) +# ------------------ +AC_DEFUN([LT_INIT], +[AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK +AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +AC_BEFORE([$0], [LT_LANG])dnl +AC_BEFORE([$0], [LT_OUTPUT])dnl +AC_BEFORE([$0], [LTDL_INIT])dnl +m4_require([_LT_CHECK_BUILDDIR])dnl + +dnl Autoconf doesn't catch unexpanded LT_ macros by default: +m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl +m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl +dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 +dnl unless we require an AC_DEFUNed macro: +AC_REQUIRE([LTOPTIONS_VERSION])dnl +AC_REQUIRE([LTSUGAR_VERSION])dnl +AC_REQUIRE([LTVERSION_VERSION])dnl +AC_REQUIRE([LTOBSOLETE_VERSION])dnl +m4_require([_LT_PROG_LTMAIN])dnl + +_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) + +dnl Parse OPTIONS +_LT_SET_OPTIONS([$0], [$1]) + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS=$ltmain + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +AC_SUBST(LIBTOOL)dnl + +_LT_SETUP + +# Only expand once: +m4_define([LT_INIT]) +])# LT_INIT + +# Old names: +AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) +AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PROG_LIBTOOL], []) +dnl AC_DEFUN([AM_PROG_LIBTOOL], []) + + +# _LT_PREPARE_CC_BASENAME +# ----------------------- +m4_defun([_LT_PREPARE_CC_BASENAME], [ +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; + distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} +])# _LT_PREPARE_CC_BASENAME + + +# _LT_CC_BASENAME(CC) +# ------------------- +# It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME, +# but that macro is also expanded into generated libtool script, which +# arranges for $SED and $ECHO to be set by different means. +m4_defun([_LT_CC_BASENAME], +[m4_require([_LT_PREPARE_CC_BASENAME])dnl +AC_REQUIRE([_LT_DECL_SED])dnl +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl +func_cc_basename $1 +cc_basename=$func_cc_basename_result +]) + + +# _LT_FILEUTILS_DEFAULTS +# ---------------------- +# It is okay to use these file commands and assume they have been set +# sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'. +m4_defun([_LT_FILEUTILS_DEFAULTS], +[: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} +])# _LT_FILEUTILS_DEFAULTS + + +# _LT_SETUP +# --------- +m4_defun([_LT_SETUP], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl + +_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl +dnl +_LT_DECL([], [host_alias], [0], [The host system])dnl +_LT_DECL([], [host], [0])dnl +_LT_DECL([], [host_os], [0])dnl +dnl +_LT_DECL([], [build_alias], [0], [The build system])dnl +_LT_DECL([], [build], [0])dnl +_LT_DECL([], [build_os], [0])dnl +dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +dnl +AC_REQUIRE([AC_PROG_LN_S])dnl +test -z "$LN_S" && LN_S="ln -s" +_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl +dnl +AC_REQUIRE([LT_CMD_MAX_LEN])dnl +_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl +_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl +dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl +m4_require([_LT_CMD_RELOAD])dnl +m4_require([_LT_DECL_FILECMD])dnl +m4_require([_LT_CHECK_MAGIC_METHOD])dnl +m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl +m4_require([_LT_CMD_OLD_ARCHIVE])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_WITH_SYSROOT])dnl +m4_require([_LT_CMD_TRUNCATE])dnl + +_LT_CONFIG_LIBTOOL_INIT([ +# See if we are running on zsh, and set the options that allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi +]) +if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi + +_LT_CHECK_OBJDIR + +m4_require([_LT_TAG_COMPILER])dnl + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a '.a' archive for static linking (except MSVC and +# ICC, which need '.lib'). +libext=a + +with_gnu_ld=$lt_cv_prog_gnu_ld + +old_CC=$CC +old_CFLAGS=$CFLAGS + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +_LT_CC_BASENAME([$compiler]) + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + _LT_PATH_MAGIC + fi + ;; +esac + +# Use C for the default configuration in the libtool script +LT_SUPPORTED_TAG([CC]) +_LT_LANG_C_CONFIG +_LT_LANG_DEFAULT_CONFIG +_LT_CONFIG_COMMANDS +])# _LT_SETUP + + +# _LT_PREPARE_SED_QUOTE_VARS +# -------------------------- +# Define a few sed substitution that help us do robust quoting. +m4_defun([_LT_PREPARE_SED_QUOTE_VARS], +[# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\([["`\\]]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' +]) + +# _LT_PROG_LTMAIN +# --------------- +# Note that this code is called both from 'configure', and 'config.status' +# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, +# 'config.status' has no value for ac_aux_dir unless we are using Automake, +# so we pass a copy along to make sure it has a sensible value anyway. +m4_defun([_LT_PROG_LTMAIN], +[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl +_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) +ltmain=$ac_aux_dir/ltmain.sh +])# _LT_PROG_LTMAIN + + +## ------------------------------------- ## +## Accumulate code for creating libtool. ## +## ------------------------------------- ## + +# So that we can recreate a full libtool script including additional +# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS +# in macros and then make a single call at the end using the 'libtool' +# label. + + +# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) +# ---------------------------------------- +# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL_INIT], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_INIT], + [$1 +])])]) + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_INIT]) + + +# _LT_CONFIG_LIBTOOL([COMMANDS]) +# ------------------------------ +# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], + [$1 +])])]) + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) + + +# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) +# ----------------------------------------------------- +m4_defun([_LT_CONFIG_SAVE_COMMANDS], +[_LT_CONFIG_LIBTOOL([$1]) +_LT_CONFIG_LIBTOOL_INIT([$2]) +]) + + +# _LT_FORMAT_COMMENT([COMMENT]) +# ----------------------------- +# Add leading comment marks to the start of each line, and a trailing +# full-stop to the whole comment if one is not present already. +m4_define([_LT_FORMAT_COMMENT], +[m4_ifval([$1], [ +m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], + [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) +)]) + + + +## ------------------------ ## +## FIXME: Eliminate VARNAME ## +## ------------------------ ## + + +# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) +# ------------------------------------------------------------------- +# CONFIGNAME is the name given to the value in the libtool script. +# VARNAME is the (base) name used in the configure script. +# VALUE may be 0, 1 or 2 for a computed quote escaped value based on +# VARNAME. Any other value will be used directly. +m4_define([_LT_DECL], +[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], + [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], + [m4_ifval([$1], [$1], [$2])]) + lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) + m4_ifval([$4], + [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) + lt_dict_add_subkey([lt_decl_dict], [$2], + [tagged?], [m4_ifval([$5], [yes], [no])])]) +]) + + +# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) +# -------------------------------------------------------- +m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) + + +# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_tag_varnames], +[_lt_decl_filter([tagged?], [yes], $@)]) + + +# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) +# --------------------------------------------------------- +m4_define([_lt_decl_filter], +[m4_case([$#], + [0], [m4_fatal([$0: too few arguments: $#])], + [1], [m4_fatal([$0: too few arguments: $#: $1])], + [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], + [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], + [lt_dict_filter([lt_decl_dict], $@)])[]dnl +]) + + +# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) +# -------------------------------------------------- +m4_define([lt_decl_quote_varnames], +[_lt_decl_filter([value], [1], $@)]) + + +# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_dquote_varnames], +[_lt_decl_filter([value], [2], $@)]) + + +# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_varnames_tagged], +[m4_assert([$# <= 2])dnl +_$0(m4_quote(m4_default([$1], [[, ]])), + m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), + m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) +m4_define([_lt_decl_varnames_tagged], +[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) + + +# lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_all_varnames], +[_$0(m4_quote(m4_default([$1], [[, ]])), + m4_if([$2], [], + m4_quote(lt_decl_varnames), + m4_quote(m4_shift($@))))[]dnl +]) +m4_define([_lt_decl_all_varnames], +[lt_join($@, lt_decl_varnames_tagged([$1], + lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl +]) + + +# _LT_CONFIG_STATUS_DECLARE([VARNAME]) +# ------------------------------------ +# Quote a variable value, and forward it to 'config.status' so that its +# declaration there will have the same value as in 'configure'. VARNAME +# must have a single quote delimited value for this to work. +m4_define([_LT_CONFIG_STATUS_DECLARE], +[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) + + +# _LT_CONFIG_STATUS_DECLARATIONS +# ------------------------------ +# We delimit libtool config variables with single quotes, so when +# we write them to config.status, we have to be sure to quote all +# embedded single quotes properly. In configure, this macro expands +# each variable declared with _LT_DECL (and _LT_TAGDECL) into: +# +# ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' +m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], +[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), + [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) + + +# _LT_LIBTOOL_TAGS +# ---------------- +# Output comment and list of tags supported by the script +m4_defun([_LT_LIBTOOL_TAGS], +[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl +available_tags='_LT_TAGS'dnl +]) + + +# _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) +# ----------------------------------- +# Extract the dictionary values for VARNAME (optionally with TAG) and +# expand to a commented shell variable setting: +# +# # Some comment about what VAR is for. +# visible_name=$lt_internal_name +m4_define([_LT_LIBTOOL_DECLARE], +[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], + [description])))[]dnl +m4_pushdef([_libtool_name], + m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl +m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), + [0], [_libtool_name=[$]$1], + [1], [_libtool_name=$lt_[]$1], + [2], [_libtool_name=$lt_[]$1], + [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl +m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl +]) + + +# _LT_LIBTOOL_CONFIG_VARS +# ----------------------- +# Produce commented declarations of non-tagged libtool config variables +# suitable for insertion in the LIBTOOL CONFIG section of the 'libtool' +# script. Tagged libtool config variables (even for the LIBTOOL CONFIG +# section) are produced by _LT_LIBTOOL_TAG_VARS. +m4_defun([_LT_LIBTOOL_CONFIG_VARS], +[m4_foreach([_lt_var], + m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) + + +# _LT_LIBTOOL_TAG_VARS(TAG) +# ------------------------- +m4_define([_LT_LIBTOOL_TAG_VARS], +[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) + + +# _LT_TAGVAR(VARNAME, [TAGNAME]) +# ------------------------------ +m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) + + +# _LT_CONFIG_COMMANDS +# ------------------- +# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of +# variables for single and double quote escaping we saved from calls +# to _LT_DECL, we can put quote escaped variables declarations +# into 'config.status', and then the shell code to quote escape them in +# for loops in 'config.status'. Finally, any additional code accumulated +# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. +m4_defun([_LT_CONFIG_COMMANDS], +[AC_PROVIDE_IFELSE([LT_OUTPUT], + dnl If the libtool generation code has been placed in $CONFIG_LT, + dnl instead of duplicating it all over again into config.status, + dnl then we will have config.status run $CONFIG_LT later, so it + dnl needs to know what name is stored there: + [AC_CONFIG_COMMANDS([libtool], + [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], + dnl If the libtool generation code is destined for config.status, + dnl expand the accumulated commands and init code now: + [AC_CONFIG_COMMANDS([libtool], + [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) +])#_LT_CONFIG_COMMANDS + + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], +[ + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +_LT_CONFIG_STATUS_DECLARATIONS +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$[]1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_quote_varnames); do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_dquote_varnames); do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +_LT_OUTPUT_LIBTOOL_INIT +]) + +# _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) +# ------------------------------------ +# Generate a child script FILE with all initialization necessary to +# reuse the environment learned by the parent script, and make the +# file executable. If COMMENT is supplied, it is inserted after the +# '#!' sequence but before initialization text begins. After this +# macro, additional text can be appended to FILE to form the body of +# the child script. The macro ends with non-zero status if the +# file could not be fully written (such as if the disk is full). +m4_ifdef([AS_INIT_GENERATED], +[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], +[m4_defun([_LT_GENERATED_FILE_INIT], +[m4_require([AS_PREPARE])]dnl +[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl +[lt_write_fail=0 +cat >$1 <<_ASEOF || lt_write_fail=1 +#! $SHELL +# Generated by $as_me. +$2 +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$1 <<\_ASEOF || lt_write_fail=1 +AS_SHELL_SANITIZE +_AS_PREPARE +exec AS_MESSAGE_FD>&1 +_ASEOF +test 0 = "$lt_write_fail" && chmod +x $1[]dnl +m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT + +# LT_OUTPUT +# --------- +# This macro allows early generation of the libtool script (before +# AC_OUTPUT is called), incase it is used in configure for compilation +# tests. +AC_DEFUN([LT_OUTPUT], +[: ${CONFIG_LT=./config.lt} +AC_MSG_NOTICE([creating $CONFIG_LT]) +_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], +[# Run this file to recreate a libtool stub with the current configuration.]) + +cat >>"$CONFIG_LT" <<\_LTEOF +lt_cl_silent=false +exec AS_MESSAGE_LOG_FD>>config.log +{ + echo + AS_BOX([Running $as_me.]) +} >&AS_MESSAGE_LOG_FD + +lt_cl_help="\ +'$as_me' creates a local libtool stub from the current configuration, +for use in further configure time tests before the real libtool is +generated. + +Usage: $[0] [[OPTIONS]] + + -h, --help print this help, then exit + -V, --version print version number, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + +Report bugs to ." + +lt_cl_version="\ +m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl +m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) +configured by $[0], generated by m4_PACKAGE_STRING. + +Copyright (C) 2011 Free Software Foundation, Inc. +This config.lt script is free software; the Free Software Foundation +gives unlimited permision to copy, distribute and modify it." + +while test 0 != $[#] +do + case $[1] in + --version | --v* | -V ) + echo "$lt_cl_version"; exit 0 ;; + --help | --h* | -h ) + echo "$lt_cl_help"; exit 0 ;; + --debug | --d* | -d ) + debug=: ;; + --quiet | --q* | --silent | --s* | -q ) + lt_cl_silent=: ;; + + -*) AC_MSG_ERROR([unrecognized option: $[1] +Try '$[0] --help' for more information.]) ;; + + *) AC_MSG_ERROR([unrecognized argument: $[1] +Try '$[0] --help' for more information.]) ;; + esac + shift +done + +if $lt_cl_silent; then + exec AS_MESSAGE_FD>/dev/null +fi +_LTEOF + +cat >>"$CONFIG_LT" <<_LTEOF +_LT_OUTPUT_LIBTOOL_COMMANDS_INIT +_LTEOF + +cat >>"$CONFIG_LT" <<\_LTEOF +AC_MSG_NOTICE([creating $ofile]) +_LT_OUTPUT_LIBTOOL_COMMANDS +AS_EXIT(0) +_LTEOF +chmod +x "$CONFIG_LT" + +# configure is writing to config.log, but config.lt does its own redirection, +# appending to config.log, which fails on DOS, as config.log is still kept +# open by configure. Here we exec the FD to /dev/null, effectively closing +# config.log, so it can be properly (re)opened and appended to by config.lt. +lt_cl_success=: +test yes = "$silent" && + lt_config_lt_args="$lt_config_lt_args --quiet" +exec AS_MESSAGE_LOG_FD>/dev/null +$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false +exec AS_MESSAGE_LOG_FD>>config.log +$lt_cl_success || AS_EXIT(1) +])# LT_OUTPUT + + +# _LT_CONFIG(TAG) +# --------------- +# If TAG is the built-in tag, create an initial libtool script with a +# default configuration from the untagged config vars. Otherwise add code +# to config.status for appending the configuration named by TAG from the +# matching tagged config vars. +m4_defun([_LT_CONFIG], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_CONFIG_SAVE_COMMANDS([ + m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl + m4_if(_LT_TAG, [C], [ + # See if we are running on zsh, and set the options that allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST + fi + + cfgfile=${ofile}T + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL +# Generated automatically by $as_me ($PACKAGE) $VERSION +# NOTE: Changes made to this file will be lost: look at ltmain.sh. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +_LT_COPYING +_LT_LIBTOOL_TAGS + +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} + +# ### BEGIN LIBTOOL CONFIG +_LT_LIBTOOL_CONFIG_VARS +_LT_LIBTOOL_TAG_VARS +# ### END LIBTOOL CONFIG + +_LT_EOF + + cat <<'_LT_EOF' >> "$cfgfile" + +# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE + +_LT_PREPARE_MUNGE_PATH_LIST +_LT_PREPARE_CC_BASENAME + +# ### END FUNCTIONS SHARED WITH CONFIGURE + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + _LT_PROG_LTMAIN + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + $SED '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" +], +[cat <<_LT_EOF >> "$ofile" + +dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded +dnl in a comment (ie after a #). +# ### BEGIN LIBTOOL TAG CONFIG: $1 +_LT_LIBTOOL_TAG_VARS(_LT_TAG) +# ### END LIBTOOL TAG CONFIG: $1 +_LT_EOF +])dnl /m4_if +], +[m4_if([$1], [], [ + PACKAGE='$PACKAGE' + VERSION='$VERSION' + RM='$RM' + ofile='$ofile'], []) +])dnl /_LT_CONFIG_SAVE_COMMANDS +])# _LT_CONFIG + + +# LT_SUPPORTED_TAG(TAG) +# --------------------- +# Trace this macro to discover what tags are supported by the libtool +# --tag option, using: +# autoconf --trace 'LT_SUPPORTED_TAG:$1' +AC_DEFUN([LT_SUPPORTED_TAG], []) + + +# C support is built-in for now +m4_define([_LT_LANG_C_enabled], []) +m4_define([_LT_TAGS], []) + + +# LT_LANG(LANG) +# ------------- +# Enable libtool support for the given language if not already enabled. +AC_DEFUN([LT_LANG], +[AC_BEFORE([$0], [LT_OUTPUT])dnl +m4_case([$1], + [C], [_LT_LANG(C)], + [C++], [_LT_LANG(CXX)], + [Go], [_LT_LANG(GO)], + [Java], [_LT_LANG(GCJ)], + [Fortran 77], [_LT_LANG(F77)], + [Fortran], [_LT_LANG(FC)], + [Windows Resource], [_LT_LANG(RC)], + [m4_ifdef([_LT_LANG_]$1[_CONFIG], + [_LT_LANG($1)], + [m4_fatal([$0: unsupported language: "$1"])])])dnl +])# LT_LANG + + +# _LT_LANG(LANGNAME) +# ------------------ +m4_defun([_LT_LANG], +[m4_ifdef([_LT_LANG_]$1[_enabled], [], + [LT_SUPPORTED_TAG([$1])dnl + m4_append([_LT_TAGS], [$1 ])dnl + m4_define([_LT_LANG_]$1[_enabled], [])dnl + _LT_LANG_$1_CONFIG($1)])dnl +])# _LT_LANG + + +m4_ifndef([AC_PROG_GO], [ +############################################################ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_GO. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +############################################################ +m4_defun([AC_PROG_GO], +[AC_LANG_PUSH(Go)dnl +AC_ARG_VAR([GOC], [Go compiler command])dnl +AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl +_AC_ARG_VAR_LDFLAGS()dnl +AC_CHECK_TOOL(GOC, gccgo) +if test -z "$GOC"; then + if test -n "$ac_tool_prefix"; then + AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) + fi +fi +if test -z "$GOC"; then + AC_CHECK_PROG(GOC, gccgo, gccgo, false) +fi +])#m4_defun +])#m4_ifndef + + +# _LT_LANG_DEFAULT_CONFIG +# ----------------------- +m4_defun([_LT_LANG_DEFAULT_CONFIG], +[AC_PROVIDE_IFELSE([AC_PROG_CXX], + [LT_LANG(CXX)], + [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) + +AC_PROVIDE_IFELSE([AC_PROG_F77], + [LT_LANG(F77)], + [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) + +AC_PROVIDE_IFELSE([AC_PROG_FC], + [LT_LANG(FC)], + [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) + +dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal +dnl pulling things in needlessly. +AC_PROVIDE_IFELSE([AC_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([LT_PROG_GCJ], + [LT_LANG(GCJ)], + [m4_ifdef([AC_PROG_GCJ], + [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([A][M_PROG_GCJ], + [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([LT_PROG_GCJ], + [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) + +AC_PROVIDE_IFELSE([AC_PROG_GO], + [LT_LANG(GO)], + [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) + +AC_PROVIDE_IFELSE([LT_PROG_RC], + [LT_LANG(RC)], + [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) +])# _LT_LANG_DEFAULT_CONFIG + +# Obsolete macros: +AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) +AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) +AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) +AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) +AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_CXX], []) +dnl AC_DEFUN([AC_LIBTOOL_F77], []) +dnl AC_DEFUN([AC_LIBTOOL_FC], []) +dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) +dnl AC_DEFUN([AC_LIBTOOL_RC], []) + + +# _LT_TAG_COMPILER +# ---------------- +m4_defun([_LT_TAG_COMPILER], +[AC_REQUIRE([AC_PROG_CC])dnl + +_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl +_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl +_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl +_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC +])# _LT_TAG_COMPILER + + +# _LT_COMPILER_BOILERPLATE +# ------------------------ +# Check for compiler boilerplate output or warnings with +# the simple compiler test code. +m4_defun([_LT_COMPILER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* +])# _LT_COMPILER_BOILERPLATE + + +# _LT_LINKER_BOILERPLATE +# ---------------------- +# Check for linker boilerplate output or warnings with +# the simple link test code. +m4_defun([_LT_LINKER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* +])# _LT_LINKER_BOILERPLATE + +# _LT_REQUIRED_DARWIN_CHECKS +# ------------------------- +m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ + case $host_os in + rhapsody* | darwin*) + AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) + AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) + AC_CHECK_TOOL([LIPO], [lipo], [:]) + AC_CHECK_TOOL([OTOOL], [otool], [:]) + AC_CHECK_TOOL([OTOOL64], [otool64], [:]) + _LT_DECL([], [DSYMUTIL], [1], + [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) + _LT_DECL([], [NMEDIT], [1], + [Tool to change global to local symbols on Mac OS X]) + _LT_DECL([], [LIPO], [1], + [Tool to manipulate fat objects and archives on Mac OS X]) + _LT_DECL([], [OTOOL], [1], + [ldd/readelf like tool for Mach-O binaries on Mac OS X]) + _LT_DECL([], [OTOOL64], [1], + [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) + + AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], + [lt_cv_apple_cc_single_mod=no + if test -z "$LT_MULTI_MODULE"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test 0 = "$_lt_result"; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi]) + + AC_CACHE_CHECK([for -exported_symbols_list linker flag], + [lt_cv_ld_exported_symbols_list], + [lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [lt_cv_ld_exported_symbols_list=yes], + [lt_cv_ld_exported_symbols_list=no]) + LDFLAGS=$save_LDFLAGS + ]) + + AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], + [lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD + echo "$AR $AR_FLAGS libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD + $AR $AR_FLAGS libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD + echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD + $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + ]) + case $host_os in + rhapsody* | darwin1.[[012]]) + _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + darwin*) + case $MACOSX_DEPLOYMENT_TARGET,$host in + 10.[[012]],*|,*powerpc*-darwin[[5-8]]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + *) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test yes = "$lt_cv_apple_cc_single_mod"; then + _lt_dar_single_mod='$single_module' + fi + if test yes = "$lt_cv_ld_exported_symbols_list"; then + _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' + fi + if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac +]) + + +# _LT_DARWIN_LINKER_FEATURES([TAG]) +# --------------------------------- +# Checks for linker and compiler features on darwin +m4_defun([_LT_DARWIN_LINKER_FEATURES], +[ + m4_require([_LT_REQUIRED_DARWIN_CHECKS]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_automatic, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + if test yes = "$lt_cv_ld_force_load"; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], + [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='' + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined + case $cc_basename in + ifort*|nagfor*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test yes = "$_lt_dar_can_shared"; then + output_verbose_link_cmd=func_echo_all + _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" + _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" + _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + _LT_TAGVAR(module_expsym_cmds, $1)="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" + m4_if([$1], [CXX], +[ if test yes != "$lt_cv_apple_cc_single_mod"; then + _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" + _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" + fi +],[]) + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi +]) + +# _LT_SYS_MODULE_PATH_AIX([TAGNAME]) +# ---------------------------------- +# Links a minimal program and checks the executable +# for the system default hardcoded library path. In most cases, +# this is /usr/lib:/lib, but when the MPI compilers are used +# the location of the communication and MPI libs are included too. +# If we don't find anything, use the default library path according +# to the aix ld manual. +# Store the results from the different compilers for each TAGNAME. +# Allow to override them for all tags through lt_cv_aix_libpath. +m4_defun([_LT_SYS_MODULE_PATH_AIX], +[m4_require([_LT_DECL_SED])dnl +if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], + [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ + lt_aix_libpath_sed='[ + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }]' + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi],[]) + if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib + fi + ]) + aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) +fi +])# _LT_SYS_MODULE_PATH_AIX + + +# _LT_SHELL_INIT(ARG) +# ------------------- +m4_define([_LT_SHELL_INIT], +[m4_divert_text([M4SH-INIT], [$1 +])])# _LT_SHELL_INIT + + + +# _LT_PROG_ECHO_BACKSLASH +# ----------------------- +# Find how we can fake an echo command that does not interpret backslash. +# In particular, with Autoconf 2.60 or later we add some code to the start +# of the generated configure script that will find a shell with a builtin +# printf (that we can use as an echo command). +m4_defun([_LT_PROG_ECHO_BACKSLASH], +[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +AC_MSG_CHECKING([how to print strings]) +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$[]1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + +case $ECHO in + printf*) AC_MSG_RESULT([printf]) ;; + print*) AC_MSG_RESULT([print -r]) ;; + *) AC_MSG_RESULT([cat]) ;; +esac + +m4_ifdef([_AS_DETECT_SUGGESTED], +[_AS_DETECT_SUGGESTED([ + test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test "X`printf %s $ECHO`" = "X$ECHO" \ + || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) + +_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) +_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) +])# _LT_PROG_ECHO_BACKSLASH + + +# _LT_WITH_SYSROOT +# ---------------- +AC_DEFUN([_LT_WITH_SYSROOT], +[m4_require([_LT_DECL_SED])dnl +AC_MSG_CHECKING([for sysroot]) +AC_ARG_WITH([sysroot], +[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], + [Search for dependent libraries within DIR (or the compiler's sysroot + if not specified).])], +[], [with_sysroot=no]) + +dnl lt_sysroot will always be passed unquoted. We quote it here +dnl in case the user passed a directory name. +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + AC_MSG_RESULT([$with_sysroot]) + AC_MSG_ERROR([The sysroot must be an absolute path.]) + ;; +esac + + AC_MSG_RESULT([${lt_sysroot:-no}]) +_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl +[dependent libraries, and where our libraries should be installed.])]) + +# _LT_ENABLE_LOCK +# --------------- +m4_defun([_LT_ENABLE_LOCK], +[AC_ARG_ENABLE([libtool-lock], + [AS_HELP_STRING([--disable-libtool-lock], + [avoid locking (might break parallel builds)])]) +test no = "$enable_libtool_lock" || enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out what ABI is being produced by ac_compile, and set mode + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `$FILECMD conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE=32 + ;; + *ELF-64*) + HPUX_IA64_MODE=64 + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + if test yes = "$lt_cv_prog_gnu_ld"; then + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + emul=elf + case `$FILECMD conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `$FILECMD conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `$FILECMD conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + case `$FILECMD conftest.o` in + *x86-64*) + LD="${LD-ld} -m elf32_x86_64" + ;; + *) + LD="${LD-ld} -m elf_i386" + ;; + esac + ;; + powerpc64le-*linux*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + powerpcle-*linux*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS -belf" + AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, + [AC_LANG_PUSH(C) + AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) + AC_LANG_POP]) + if test yes != "$lt_cv_cc_needs_belf"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS=$SAVE_CFLAGS + fi + ;; +*-*solaris*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `$FILECMD conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*|x86_64-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD=${LD-ld}_sol2 + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks=$enable_libtool_lock +])# _LT_ENABLE_LOCK + + +# _LT_PROG_AR +# ----------- +m4_defun([_LT_PROG_AR], +[AC_CHECK_TOOLS(AR, [ar], false) +: ${AR=ar} +_LT_DECL([], [AR], [1], [The archiver]) + +# Use ARFLAGS variable as AR's operation code to sync the variable naming with +# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have +# higher priority because thats what people were doing historically (setting +# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS +# variable obsoleted/removed. + +test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} +lt_ar_flags=$AR_FLAGS +_LT_DECL([], [lt_ar_flags], [0], [Flags to create an archive (by configure)]) + +# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override +# by AR_FLAGS because that was never working and AR_FLAGS is about to die. +_LT_DECL([], [AR_FLAGS], [\@S|@{ARFLAGS-"\@S|@lt_ar_flags"}], + [Flags to create an archive]) + +AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], + [lt_cv_ar_at_file=no + AC_COMPILE_IFELSE([AC_LANG_PROGRAM], + [echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' + AC_TRY_EVAL([lt_ar_try]) + if test 0 -eq "$ac_status"; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + AC_TRY_EVAL([lt_ar_try]) + if test 0 -ne "$ac_status"; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + ]) + ]) + +if test no = "$lt_cv_ar_at_file"; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi +_LT_DECL([], [archiver_list_spec], [1], + [How to feed a file listing to the archiver]) +])# _LT_PROG_AR + + +# _LT_CMD_OLD_ARCHIVE +# ------------------- +m4_defun([_LT_CMD_OLD_ARCHIVE], +[_LT_PROG_AR + +AC_CHECK_TOOL(STRIP, strip, :) +test -z "$STRIP" && STRIP=: +_LT_DECL([], [STRIP], [1], [A symbol stripping program]) + +AC_CHECK_TOOL(RANLIB, ranlib, :) +test -z "$RANLIB" && RANLIB=: +_LT_DECL([], [RANLIB], [1], + [Commands used to install an old-style archive]) + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + bitrig* | openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac +_LT_DECL([], [old_postinstall_cmds], [2]) +_LT_DECL([], [old_postuninstall_cmds], [2]) +_LT_TAGDECL([], [old_archive_cmds], [2], + [Commands used to build an old-style archive]) +_LT_DECL([], [lock_old_archive_extraction], [0], + [Whether to use a lock for old archive extraction]) +])# _LT_CMD_OLD_ARCHIVE + + +# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------------------- +# Check whether the given compiler option works +AC_DEFUN([_LT_COMPILER_OPTION], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + fi + $RM conftest* +]) + +if test yes = "[$]$2"; then + m4_if([$5], , :, [$5]) +else + m4_if([$6], , :, [$6]) +fi +])# _LT_COMPILER_OPTION + +# Old name: +AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) + + +# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------- +# Check whether the given linker option works +AC_DEFUN([_LT_LINKER_OPTION], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS $3" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&AS_MESSAGE_LOG_FD + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + else + $2=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS +]) + +if test yes = "[$]$2"; then + m4_if([$4], , :, [$4]) +else + m4_if([$5], , :, [$5]) +fi +])# _LT_LINKER_OPTION + +# Old name: +AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) + + +# LT_CMD_MAX_LEN +#--------------- +AC_DEFUN([LT_CMD_MAX_LEN], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +# find the maximum length of command line arguments +AC_MSG_CHECKING([the maximum length of command line arguments]) +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl + i=0 + teststring=ABCD + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[[ ]]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len" && \ + test undefined != "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac +]) +if test -n "$lt_cv_sys_max_cmd_len"; then + AC_MSG_RESULT($lt_cv_sys_max_cmd_len) +else + AC_MSG_RESULT(none) +fi +max_cmd_len=$lt_cv_sys_max_cmd_len +_LT_DECL([], [max_cmd_len], [0], + [What is the maximum length of a command?]) +])# LT_CMD_MAX_LEN + +# Old name: +AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) + + +# _LT_HEADER_DLFCN +# ---------------- +m4_defun([_LT_HEADER_DLFCN], +[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl +])# _LT_HEADER_DLFCN + + +# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, +# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) +# ---------------------------------------------------------------- +m4_defun([_LT_TRY_DLOPEN_SELF], +[m4_require([_LT_HEADER_DLFCN])dnl +if test yes = "$cross_compiling"; then : + [$4] +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +[#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +}] +_LT_EOF + if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) $1 ;; + x$lt_dlneed_uscore) $2 ;; + x$lt_dlunknown|x*) $3 ;; + esac + else : + # compilation failed + $3 + fi +fi +rm -fr conftest* +])# _LT_TRY_DLOPEN_SELF + + +# LT_SYS_DLOPEN_SELF +# ------------------ +AC_DEFUN([LT_SYS_DLOPEN_SELF], +[m4_require([_LT_HEADER_DLFCN])dnl +if test yes != "$enable_dlopen"; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen=load_add_on + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen=LoadLibrary + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ + lt_cv_dlopen=dyld + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ]) + ;; + + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + + *) + AC_CHECK_FUNC([shl_load], + [lt_cv_dlopen=shl_load], + [AC_CHECK_LIB([dld], [shl_load], + [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], + [AC_CHECK_FUNC([dlopen], + [lt_cv_dlopen=dlopen], + [AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], + [AC_CHECK_LIB([svld], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], + [AC_CHECK_LIB([dld], [dld_link], + [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) + ]) + ]) + ]) + ]) + ]) + ;; + esac + + if test no = "$lt_cv_dlopen"; then + enable_dlopen=no + else + enable_dlopen=yes + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS=$LDFLAGS + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS=$LIBS + LIBS="$lt_cv_dlopen_libs $LIBS" + + AC_CACHE_CHECK([whether a program can dlopen itself], + lt_cv_dlopen_self, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, + lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) + ]) + + if test yes = "$lt_cv_dlopen_self"; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, + lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) + ]) + fi + + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi +_LT_DECL([dlopen_support], [enable_dlopen], [0], + [Whether dlopen is supported]) +_LT_DECL([dlopen_self], [enable_dlopen_self], [0], + [Whether dlopen of programs is supported]) +_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], + [Whether dlopen of statically linked programs is supported]) +])# LT_SYS_DLOPEN_SELF + +# Old name: +AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) + + +# _LT_COMPILER_C_O([TAGNAME]) +# --------------------------- +# Check to see if options -c and -o are simultaneously supported by compiler. +# This macro does not hard code the compiler like AC_PROG_CC_C_O. +m4_defun([_LT_COMPILER_C_O], +[m4_require([_LT_DECL_SED])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + fi + fi + chmod u+w . 2>&AS_MESSAGE_LOG_FD + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* +]) +_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], + [Does compiler simultaneously support -c and -o options?]) +])# _LT_COMPILER_C_O + + +# _LT_COMPILER_FILE_LOCKS([TAGNAME]) +# ---------------------------------- +# Check to see if we can do hard links to lock some files if needed +m4_defun([_LT_COMPILER_FILE_LOCKS], +[m4_require([_LT_ENABLE_LOCK])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_COMPILER_C_O([$1]) + +hard_links=nottested +if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then + # do not overwrite the value of need_locks provided by the user + AC_MSG_CHECKING([if we can lock with hard links]) + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + AC_MSG_RESULT([$hard_links]) + if test no = "$hard_links"; then + AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe]) + need_locks=warn + fi +else + need_locks=no +fi +_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) +])# _LT_COMPILER_FILE_LOCKS + + +# _LT_CHECK_OBJDIR +# ---------------- +m4_defun([_LT_CHECK_OBJDIR], +[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], +[rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null]) +objdir=$lt_cv_objdir +_LT_DECL([], [objdir], [0], + [The name of the directory that contains temporary libtool files])dnl +m4_pattern_allow([LT_OBJDIR])dnl +AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/", + [Define to the sub-directory where libtool stores uninstalled libraries.]) +])# _LT_CHECK_OBJDIR + + +# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) +# -------------------------------------- +# Check hardcoding attributes. +m4_defun([_LT_LINKER_HARDCODE_LIBPATH], +[AC_MSG_CHECKING([how to hardcode library paths into programs]) +_LT_TAGVAR(hardcode_action, $1)= +if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || + test -n "$_LT_TAGVAR(runpath_var, $1)" || + test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then + + # We can hardcode non-existent directories. + if test no != "$_LT_TAGVAR(hardcode_direct, $1)" && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" && + test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then + # Linking always hardcodes the temporary library directory. + _LT_TAGVAR(hardcode_action, $1)=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + _LT_TAGVAR(hardcode_action, $1)=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + _LT_TAGVAR(hardcode_action, $1)=unsupported +fi +AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) + +if test relink = "$_LT_TAGVAR(hardcode_action, $1)" || + test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then + # Fast installation is not supported + enable_fast_install=no +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; then + # Fast installation is not necessary + enable_fast_install=needless +fi +_LT_TAGDECL([], [hardcode_action], [0], + [How to hardcode a shared library path into an executable]) +])# _LT_LINKER_HARDCODE_LIBPATH + + +# _LT_CMD_STRIPLIB +# ---------------- +m4_defun([_LT_CMD_STRIPLIB], +[m4_require([_LT_DECL_EGREP]) +striplib= +old_striplib= +AC_MSG_CHECKING([whether stripping libraries is possible]) +if test -z "$STRIP"; then + AC_MSG_RESULT([no]) +else + if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) + else + case $host_os in + darwin*) + # FIXME - insert some real tests, host_os isn't really good enough + striplib="$STRIP -x" + old_striplib="$STRIP -S" + AC_MSG_RESULT([yes]) + ;; + freebsd*) + if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + fi + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac + fi +fi +_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) +_LT_DECL([], [striplib], [1]) +])# _LT_CMD_STRIPLIB + + +# _LT_PREPARE_MUNGE_PATH_LIST +# --------------------------- +# Make sure func_munge_path_list() is defined correctly. +m4_defun([_LT_PREPARE_MUNGE_PATH_LIST], +[[# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} +]])# _LT_PREPARE_PATH_LIST + + +# _LT_SYS_DYNAMIC_LINKER([TAG]) +# ----------------------------- +# PORTME Fill in your ld.so characteristics +m4_defun([_LT_SYS_DYNAMIC_LINKER], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_OBJDUMP])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl +AC_MSG_CHECKING([dynamic linker characteristics]) +m4_if([$1], + [], [ +if test yes = "$GCC"; then + case $host_os in + darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; + *) lt_awk_arg='/^libraries:/' ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary... + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" + elif test -n "$lt_multi_os_dir"; then + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS = " "; FS = "/|\n";} { + lt_foo = ""; + lt_count = 0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo = "/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[[lt_foo]]++; } + if (lt_freq[[lt_foo]] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi]) +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=.so +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +AC_ARG_VAR([LT_SYS_LIBRARY_PATH], +[User-defined run-time library search path.]) + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='$libname$release$shared_ext$major' + ;; + +aix[[4-9]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test ia64 = "$host_cpu"; then + # AIX 5 supports IA64 + library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line '#! .'. This would cause the generated library to + # depend on '.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[[01]] | aix4.[[01]].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V + + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a[(]lib.so.V[)]' + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='$libname$shared_ext' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[[45]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl* | *,icl*) + # Native MSVC or ICC + libname_spec='$name' + soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec=$LIB + if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC and ICC wrapper + library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' + soname_spec='$libname$release$major$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly* | midnightbsd*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[[23]].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[[01]]* | freebsdelf3.[[01]]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ + freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=no + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + if test 32 = "$HPUX_IA64_MODE"; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 + fi + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[[3-9]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test yes = "$lt_cv_prog_gnu_ld"; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" + sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], + [lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ + LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], + [lt_cv_shlibpath_overrides_runpath=yes])]) + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + ]) + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) to the search path. + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd* | bitrig*) + version_type=sunos + sys_lib_dlsearch_path_spec=/usr/lib + need_lib_prefix=no + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no + else + need_version=yes + fi + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +os2*) + libname_spec='$name' + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test yes = "$with_gnu_ld"; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec; then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' + soname_spec='$libname$shared_ext.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=sco + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test yes = "$with_gnu_ld"; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +AC_MSG_RESULT([$dynamic_linker]) +test no = "$dynamic_linker" && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test yes = "$GCC"; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then + sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec +fi + +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec +fi + +# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... +configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec + +# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" + +# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool +configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH + +_LT_DECL([], [variables_saved_for_relink], [1], + [Variables whose values should be saved in libtool wrapper scripts and + restored at link time]) +_LT_DECL([], [need_lib_prefix], [0], + [Do we need the "lib" prefix for modules?]) +_LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) +_LT_DECL([], [version_type], [0], [Library versioning type]) +_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) +_LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) +_LT_DECL([], [shlibpath_overrides_runpath], [0], + [Is shlibpath searched before the hard-coded library search path?]) +_LT_DECL([], [libname_spec], [1], [Format of library name prefix]) +_LT_DECL([], [library_names_spec], [1], + [[List of archive names. First name is the real one, the rest are links. + The last name is the one that the linker finds with -lNAME]]) +_LT_DECL([], [soname_spec], [1], + [[The coded name of the library, if different from the real name]]) +_LT_DECL([], [install_override_mode], [1], + [Permission mode override for installation of shared libraries]) +_LT_DECL([], [postinstall_cmds], [2], + [Command to use after installation of a shared archive]) +_LT_DECL([], [postuninstall_cmds], [2], + [Command to use after uninstallation of a shared archive]) +_LT_DECL([], [finish_cmds], [2], + [Commands used to finish a libtool library installation in a directory]) +_LT_DECL([], [finish_eval], [1], + [[As "finish_cmds", except a single script fragment to be evaled but + not shown]]) +_LT_DECL([], [hardcode_into_libs], [0], + [Whether we should hardcode library paths into libraries]) +_LT_DECL([], [sys_lib_search_path_spec], [2], + [Compile-time system search path for libraries]) +_LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2], + [Detected run-time system search path for libraries]) +_LT_DECL([], [configure_time_lt_sys_library_path], [2], + [Explicit LT_SYS_LIBRARY_PATH set during ./configure time]) +])# _LT_SYS_DYNAMIC_LINKER + + +# _LT_PATH_TOOL_PREFIX(TOOL) +# -------------------------- +# find a file program that can recognize shared library +AC_DEFUN([_LT_PATH_TOOL_PREFIX], +[m4_require([_LT_DECL_EGREP])dnl +AC_MSG_CHECKING([for $1]) +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, +[case $MAGIC_CMD in +[[\\/*] | ?:[\\/]*]) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR +dnl $ac_dummy forces splitting on constant user-supplied paths. +dnl POSIX.2 word splitting is done only on the output of word expansions, +dnl not every word. This closes a longstanding sh security hole. + ac_dummy="m4_if([$2], , $PATH, [$2])" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$1"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"$1" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD + ;; +esac]) +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + AC_MSG_RESULT($MAGIC_CMD) +else + AC_MSG_RESULT(no) +fi +_LT_DECL([], [MAGIC_CMD], [0], + [Used to examine libraries when file_magic_cmd begins with "file"])dnl +])# _LT_PATH_TOOL_PREFIX + +# Old name: +AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) + + +# _LT_PATH_MAGIC +# -------------- +# find a file program that can recognize a shared library +m4_defun([_LT_PATH_MAGIC], +[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) + else + MAGIC_CMD=: + fi +fi +])# _LT_PATH_MAGIC + + +# LT_PATH_LD +# ---------- +# find the pathname to the GNU or non-GNU linker +AC_DEFUN([LT_PATH_LD], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PROG_ECHO_BACKSLASH])dnl + +AC_ARG_WITH([gnu-ld], + [AS_HELP_STRING([--with-gnu-ld], + [assume the C compiler uses GNU ld @<:@default=no@:>@])], + [test no = "$withval" || with_gnu_ld=yes], + [with_gnu_ld=no])dnl + +ac_prog=ld +if test yes = "$GCC"; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by $CC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return, which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]]* | ?:[[\\/]]*) + re_direlt='/[[^/]][[^/]]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD=$ac_prog + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test yes = "$with_gnu_ld"; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(lt_cv_path_LD, +[if test -z "$LD"; then + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD=$ac_dir/$ac_prog + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &1 conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd], +[if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi]) +rm -f conftest.i conftest2.i conftest.out]) +])# _LT_PATH_DD + + +# _LT_CMD_TRUNCATE +# ---------------- +# find command to truncate a binary pipe +m4_defun([_LT_CMD_TRUNCATE], +[m4_require([_LT_PATH_DD]) +AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin], +[printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"]) +_LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1], + [Command to truncate a binary pipe]) +])# _LT_CMD_TRUNCATE + + +# _LT_CHECK_MAGIC_METHOD +# ---------------------- +# how to check for library dependencies +# -- PORTME fill in with the dynamic library characteristics +m4_defun([_LT_CHECK_MAGIC_METHOD], +[m4_require([_LT_DECL_EGREP]) +m4_require([_LT_DECL_OBJDUMP]) +AC_CACHE_CHECK([how to recognize dependent libraries], +lt_cv_deplibs_check_method, +[lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# 'unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# that responds to the $file_magic_cmd with a given extended regex. +# If you have 'file' or equivalent on your system and you're not sure +# whether 'pass_all' will *always* work, you probably want this one. + +case $host_os in +aix[[4-9]]*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[[45]]*) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='$FILECMD -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly* | midnightbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=$FILECMD + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[[3-9]]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=$FILECMD + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac +]) + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + +_LT_DECL([], [deplibs_check_method], [1], + [Method to check whether dependent libraries are shared objects]) +_LT_DECL([], [file_magic_cmd], [1], + [Command to use when deplibs_check_method = "file_magic"]) +_LT_DECL([], [file_magic_glob], [1], + [How to find potential files when deplibs_check_method = "file_magic"]) +_LT_DECL([], [want_nocaseglob], [1], + [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) +])# _LT_CHECK_MAGIC_METHOD + + +# LT_PATH_NM +# ---------- +# find the pathname to a BSD- or MS-compatible name lister +AC_DEFUN([LT_PATH_NM], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, +[if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM=$NM +else + lt_nm_to_check=${ac_tool_prefix}nm + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + tmp_nm=$ac_dir/$lt_tmp_nm + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the 'sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break 2 + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break 2 + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS=$lt_save_ifs + done + : ${lt_cv_path_NM=no} +fi]) +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi + AC_SUBST([DUMPBIN]) + if test : != "$DUMPBIN"; then + NM=$DUMPBIN + fi +fi +test -z "$NM" && NM=nm +AC_SUBST([NM]) +_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl + +AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], + [lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) + cat conftest.out >&AS_MESSAGE_LOG_FD + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest*]) +])# LT_PATH_NM + +# Old names: +AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) +AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_PROG_NM], []) +dnl AC_DEFUN([AC_PROG_NM], []) + +# _LT_CHECK_SHAREDLIB_FROM_LINKLIB +# -------------------------------- +# how to determine the name of the shared library +# associated with a specific link library. +# -- PORTME fill in with the dynamic library characteristics +m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], +[m4_require([_LT_DECL_EGREP]) +m4_require([_LT_DECL_OBJDUMP]) +m4_require([_LT_DECL_DLLTOOL]) +AC_CACHE_CHECK([how to associate runtime and link libraries], +lt_cv_sharedlib_from_linklib_cmd, +[lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd=$ECHO + ;; +esac +]) +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + +_LT_DECL([], [sharedlib_from_linklib_cmd], [1], + [Command to associate shared and link libraries]) +])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB + + +# _LT_PATH_MANIFEST_TOOL +# ---------------------- +# locate the manifest tool +m4_defun([_LT_PATH_MANIFEST_TOOL], +[AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], + [lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&AS_MESSAGE_LOG_FD + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest*]) +if test yes != "$lt_cv_path_mainfest_tool"; then + MANIFEST_TOOL=: +fi +_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl +])# _LT_PATH_MANIFEST_TOOL + + +# _LT_DLL_DEF_P([FILE]) +# --------------------- +# True iff FILE is a Windows DLL '.def' file. +# Keep in sync with func_dll_def_p in the libtool script +AC_DEFUN([_LT_DLL_DEF_P], +[dnl + test DEF = "`$SED -n dnl + -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace + -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments + -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl + -e q dnl Only consider the first "real" line + $1`" dnl +])# _LT_DLL_DEF_P + + +# LT_LIB_M +# -------- +# check for math library +AC_DEFUN([LT_LIB_M], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +LIBM= +case $host in +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) + # These system don't have libm, or don't need it + ;; +*-ncr-sysv4.3*) + AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) + AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") + ;; +*) + AC_CHECK_LIB(m, cos, LIBM=-lm) + ;; +esac +AC_SUBST([LIBM]) +])# LT_LIB_M + +# Old name: +AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_CHECK_LIBM], []) + + +# _LT_COMPILER_NO_RTTI([TAGNAME]) +# ------------------------------- +m4_defun([_LT_COMPILER_NO_RTTI], +[m4_require([_LT_TAG_COMPILER])dnl + +_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + +if test yes = "$GCC"; then + case $cc_basename in + nvcc*) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; + *) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; + esac + + _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], + lt_cv_prog_compiler_rtti_exceptions, + [-fno-rtti -fno-exceptions], [], + [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) +fi +_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], + [Compiler flag to turn off builtin functions]) +])# _LT_COMPILER_NO_RTTI + + +# _LT_CMD_GLOBAL_SYMBOLS +# ---------------------- +m4_defun([_LT_CMD_GLOBAL_SYMBOLS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([LT_PATH_NM])dnl +AC_REQUIRE([LT_PATH_LD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_TAG_COMPILER])dnl + +# Check for command to grab the raw symbol name followed by C symbol from nm. +AC_MSG_CHECKING([command to parse $NM output from $compiler object]) +AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], +[ +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[[BCDEGRST]]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[[BCDT]]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[[ABCDGISTW]]' + ;; +hpux*) + if test ia64 = "$host_cpu"; then + symcode='[[ABCDEGRST]]' + fi + ;; +irix* | nonstopux*) + symcode='[[BCDEGRST]]' + ;; +osf*) + symcode='[[BCDEGQRST]]' + ;; +solaris*) + symcode='[[BDRT]]' + ;; +sco3.2v5*) + symcode='[[DT]]' + ;; +sysv4.2uw2*) + symcode='[[DT]]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[[ABDT]]' + ;; +sysv4) + symcode='[[DFNSTU]]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[[ABCDGIRSTW]]' ;; +esac + +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function, + # D for any global variable and I for any imported variable. + # Also find C++ and __fastcall symbols from MSVC++ or ICC, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK ['"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx]" + else + lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if AC_TRY_EVAL(ac_compile); then + # Now try to grab the symbols. + nlist=conftest.nm + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT@&t@_DLSYM_CONST +#elif defined __osf__ +/* This system does not cope well with relocations in const data. */ +# define LT@&t@_DLSYM_CONST +#else +# define LT@&t@_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT@&t@_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[[]] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS=conftstm.$ac_objext + CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" + if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD + fi + else + echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test yes = "$pipe_works"; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done +]) +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + AC_MSG_RESULT(failed) +else + AC_MSG_RESULT(ok) +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + +_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], + [Take the output of nm and produce a listing of raw symbols and C names]) +_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], + [Transform the output of nm in a proper C declaration]) +_LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1], + [Transform the output of nm into a list of symbols to manually relocate]) +_LT_DECL([global_symbol_to_c_name_address], + [lt_cv_sys_global_symbol_to_c_name_address], [1], + [Transform the output of nm in a C name address pair]) +_LT_DECL([global_symbol_to_c_name_address_lib_prefix], + [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], + [Transform the output of nm in a C name address pair when lib prefix is needed]) +_LT_DECL([nm_interface], [lt_cv_nm_interface], [1], + [The name lister interface]) +_LT_DECL([], [nm_file_list_spec], [1], + [Specify filename containing input files for $NM]) +]) # _LT_CMD_GLOBAL_SYMBOLS + + +# _LT_COMPILER_PIC([TAGNAME]) +# --------------------------- +m4_defun([_LT_COMPILER_PIC], +[m4_require([_LT_TAG_COMPILER])dnl +_LT_TAGVAR(lt_prog_compiler_wl, $1)= +_LT_TAGVAR(lt_prog_compiler_pic, $1)= +_LT_TAGVAR(lt_prog_compiler_static, $1)= + +m4_if([$1], [CXX], [ + # C++ specific cases for pic, static, wl, etc. + if test yes = "$GXX"; then + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + case $host_os in + os2*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' + ;; + esac + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + case $host_os in + aix[[4-9]]*) + # All AIX code is PIC. + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68*) + # Green Hills C++ Compiler + # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + dgux*) + case $cc_basename in + ec++*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + ghcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | dragonfly* | midnightbsd*) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' + if test ia64 != "$host_cpu"; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + fi + ;; + aCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + interix*) + # This is c89, which is MS Visual C++ (no shared libs) + # Anyone wants to do a port? + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + case $cc_basename in + KCC*) + # KAI C++ Compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + ecpc* ) + # old Intel C++ for x86_64, which still supported -KPIC. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + icpc* ) + # Intel C++, used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + cxx*) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) + # IBM XL 8.0, 9.0 on PPC and BlueGene + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + esac + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd* | netbsdelf*-gnu) + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + ;; + RCC*) + # Rational C++ 2.4.1 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + cxx*) + # Digital/Compaq C++ + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + lcc*) + # Lucid + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + *) + ;; + esac + ;; + vxworks*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +], +[ + if test yes = "$GCC"; then + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + case $host_os in + os2*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' + ;; + esac + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' + if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + case $host_os in + os2*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' + ;; + esac + ;; + + hpux9* | hpux10* | hpux11*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC (with -KPIC) is the default. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + case $cc_basename in + # old Intel for x86_64, which still supported -KPIC. + ecc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' + _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' + ;; + nagfor*) + # NAG Fortran compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + ccc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All Alpha code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='' + ;; + *Sun\ F* | *Sun*Fortran*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + *Intel*\ [[CF]]*Compiler*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + *Portland\ Group*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All OSF/1 code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + rdos*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + solaris*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; + *) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; + esac + ;; + + sunos4*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + unicos*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + + uts4*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +]) +case $host_os in + # For platforms that do not support PIC, -DPIC is meaningless: + *djgpp*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" + ;; +esac + +AC_CACHE_CHECK([for $compiler option to produce PIC], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) +_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], + [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], + [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], + [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in + "" | " "*) ;; + *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; + esac], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) +fi +_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], + [Additional compiler flags for building library objects]) + +_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], + [How to pass a linker flag through the compiler]) +# +# Check to make sure the static flag actually works. +# +wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" +_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], + _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), + $lt_tmp_static_flag, + [], + [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) +_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], + [Compiler flag to prevent dynamic linking]) +])# _LT_COMPILER_PIC + + +# _LT_LINKER_SHLIBS([TAGNAME]) +# ---------------------------- +# See if the linker supports building shared libraries. +m4_defun([_LT_LINKER_SHLIBS], +[AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +m4_require([_LT_PATH_MANIFEST_TOOL])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +m4_if([$1], [CXX], [ + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] + case $host_os in + aix[[4-9]]*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds + ;; + cygwin* | mingw* | cegcc*) + case $cc_basename in + cl* | icl*) + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] + ;; + esac + ;; + linux* | k*bsd*-gnu | gnu*) + _LT_TAGVAR(link_all_deplibs, $1)=no + ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac +], [ + runpath_var= + _LT_TAGVAR(allow_undefined_flag, $1)= + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(archive_cmds, $1)= + _LT_TAGVAR(archive_expsym_cmds, $1)= + _LT_TAGVAR(compiler_needs_object, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(hardcode_automatic, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(hardcode_libdir_separator, $1)= + _LT_TAGVAR(hardcode_minus_L, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_TAGVAR(inherit_rpath, $1)=no + _LT_TAGVAR(link_all_deplibs, $1)=unknown + _LT_TAGVAR(module_cmds, $1)= + _LT_TAGVAR(module_expsym_cmds, $1)= + _LT_TAGVAR(old_archive_from_new_cmds, $1)= + _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= + _LT_TAGVAR(thread_safe_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + _LT_TAGVAR(include_expsyms, $1)= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ' (' and ')$', so one must not match beginning or + # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', + # as well as any symbol that contains 'd'. + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. +dnl Note also adjust exclude_expsyms for C++ above. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + if test yes != "$GCC"; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) + with_gnu_ld=yes + ;; + openbsd* | bitrig*) + with_gnu_ld=no + ;; + linux* | k*bsd*-gnu | gnu*) + _LT_TAGVAR(link_all_deplibs, $1)=no + ;; + esac + + _LT_TAGVAR(ld_shlibs, $1)=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test yes = "$with_gnu_ld"; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; + *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test yes = "$lt_use_gnu_ld_interface"; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='$wl' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + supports_anon_versioning=no + case `$LD -v | $SED -e 's/([[^)]]\+)\s\+//' 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[[3-9]]*) + # On AIX/PPC, the GNU linker is very broken + if test ia64 != "$host_cpu"; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' + ;; + m68k) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + shrext_cmds=.dll + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test linux-dietlibc = "$host_os"; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test no = "$tmp_diet" + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + _LT_TAGVAR(whole_archive_flag_spec, $1)= + tmp_sharedflag='--shared' ;; + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; + xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + ;; + esac + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ C*) # Sun C 5.9 + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + + if test yes = "$supports_anon_versioning"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + tcc*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic' + ;; + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test yes = "$supports_anon_versioning"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + sunos4*) + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + + if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then + runpath_var= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + _LT_TAGVAR(hardcode_direct, $1)=unsupported + fi + ;; + + aix[[4-9]]*) + if test ia64 = "$host_cpu"; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag= + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) + for ld_flag in $LDFLAGS; do + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then + aix_use_runtimelinking=yes + break + fi + done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + ;; + esac + + if test yes = "$GCC"; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`$CC -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + _LT_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= + fi + ;; + esac + shared_flag='-shared' + if test yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' + fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' + else + # not using gcc + if test ia64 = "$host_cpu"; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' + else + shared_flag='$wl-bM:SRE' + fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' + fi + fi + + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + _LT_TAGVAR(always_export_symbols, $1)=yes + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag + else + if test ia64 = "$host_cpu"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' + ;; + m68k) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + ;; + + bsdi[[45]]*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++ or Intel C++ Compiler. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl* | icl*) + # Native MSVC or ICC + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC and ICC wrapper + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + # FIXME: Should let the user specify the lib program. + _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + esac + ;; + + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) + ;; + + dgux*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly* | midnightbsd*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + hpux9*) + if test yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + ;; + + hpux10*) + if test yes,no = "$GCC,$with_gnu_ld"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test no = "$with_gnu_ld"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + fi + ;; + + hpux11*) + if test yes,no = "$GCC,$with_gnu_ld"; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + m4_if($1, [], [ + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + _LT_LINKER_OPTION([if $CC understands -b], + _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], + [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) + ;; + esac + fi + if test no = "$with_gnu_ld"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], + [lt_cv_irix_exported_symbol], + [save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" + AC_LINK_IFELSE( + [AC_LANG_SOURCE( + [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], + [C++], [[int foo (void) { return 0; }]], + [Fortran 77], [[ + subroutine foo + end]], + [Fortran], [[ + subroutine foo + end]])])], + [lt_cv_irix_exported_symbol=yes], + [lt_cv_irix_exported_symbol=no]) + LDFLAGS=$save_LDFLAGS]) + if test yes = "$lt_cv_irix_exported_symbol"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' + fi + _LT_TAGVAR(link_all_deplibs, $1)=no + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + linux*) + case $cc_basename in + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + _LT_TAGVAR(ld_shlibs, $1)=yes + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + ;; + esac + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + newsos6) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *nto* | *qnx*) + ;; + + openbsd* | bitrig*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + fi + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + shrext_cmds=.dll + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + ;; + + osf3*) + if test yes = "$GCC"; then + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test yes = "$GCC"; then + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + solaris*) + _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' + if test yes = "$GCC"; then + wlarc='$wl' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='$wl' + _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands '-z linker_flag'. GCC discards it without '$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test yes = "$GCC"; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + fi + ;; + esac + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + sunos4*) + if test sequent = "$host_vendor"; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4) + case $host_vendor in + sni) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' + _LT_TAGVAR(hardcode_direct, $1)=no + ;; + motorola) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4.3*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + _LT_TAGVAR(ld_shlibs, $1)=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We CANNOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + + if test sni = "$host_vendor"; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym' + ;; + esac + fi + fi +]) +AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) +test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no + +_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld + +_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl +_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl +_LT_DECL([], [extract_expsyms_cmds], [2], + [The commands to extract the exported symbol list from a shared archive]) + +# +# Do we need to explicitly link libc? +# +case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in +x|xyes) + # Assume -lc should be added + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + + if test yes,yes = "$GCC,$enable_shared"; then + case $_LT_TAGVAR(archive_cmds, $1) in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + AC_CACHE_CHECK([whether -lc should be explicitly linked in], + [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), + [$RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if AC_TRY_EVAL(ac_compile) 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) + pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) + _LT_TAGVAR(allow_undefined_flag, $1)= + if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) + then + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no + else + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes + fi + _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + ]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) + ;; + esac + fi + ;; +esac + +_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], + [Whether or not to add -lc for building shared libraries]) +_LT_TAGDECL([allow_libtool_libs_with_static_runtimes], + [enable_shared_with_static_runtimes], [0], + [Whether or not to disallow shared libs when runtime libs are static]) +_LT_TAGDECL([], [export_dynamic_flag_spec], [1], + [Compiler flag to allow reflexive dlopens]) +_LT_TAGDECL([], [whole_archive_flag_spec], [1], + [Compiler flag to generate shared objects directly from archives]) +_LT_TAGDECL([], [compiler_needs_object], [1], + [Whether the compiler copes with passing no objects directly]) +_LT_TAGDECL([], [old_archive_from_new_cmds], [2], + [Create an old-style archive from a shared archive]) +_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], + [Create a temporary old-style archive to link instead of a shared archive]) +_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) +_LT_TAGDECL([], [archive_expsym_cmds], [2]) +_LT_TAGDECL([], [module_cmds], [2], + [Commands used to build a loadable module if different from building + a shared archive.]) +_LT_TAGDECL([], [module_expsym_cmds], [2]) +_LT_TAGDECL([], [with_gnu_ld], [1], + [Whether we are building with GNU ld or not]) +_LT_TAGDECL([], [allow_undefined_flag], [1], + [Flag that allows shared libraries with undefined symbols to be built]) +_LT_TAGDECL([], [no_undefined_flag], [1], + [Flag that enforces no undefined symbols]) +_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], + [Flag to hardcode $libdir into a binary during linking. + This must work even if $libdir does not exist]) +_LT_TAGDECL([], [hardcode_libdir_separator], [1], + [Whether we need a single "-rpath" flag with a separated argument]) +_LT_TAGDECL([], [hardcode_direct], [0], + [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes + DIR into the resulting binary]) +_LT_TAGDECL([], [hardcode_direct_absolute], [0], + [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes + DIR into the resulting binary and the resulting library dependency is + "absolute", i.e impossible to change by setting $shlibpath_var if the + library is relocated]) +_LT_TAGDECL([], [hardcode_minus_L], [0], + [Set to "yes" if using the -LDIR flag during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_shlibpath_var], [0], + [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_automatic], [0], + [Set to "yes" if building a shared library automatically hardcodes DIR + into the library and all subsequent libraries and executables linked + against it]) +_LT_TAGDECL([], [inherit_rpath], [0], + [Set to yes if linker adds runtime paths of dependent libraries + to runtime path list]) +_LT_TAGDECL([], [link_all_deplibs], [0], + [Whether libtool must link a program against all its dependency libraries]) +_LT_TAGDECL([], [always_export_symbols], [0], + [Set to "yes" if exported symbols are required]) +_LT_TAGDECL([], [export_symbols_cmds], [2], + [The commands to list exported symbols]) +_LT_TAGDECL([], [exclude_expsyms], [1], + [Symbols that should not be listed in the preloaded symbols]) +_LT_TAGDECL([], [include_expsyms], [1], + [Symbols that must always be exported]) +_LT_TAGDECL([], [prelink_cmds], [2], + [Commands necessary for linking programs (against libraries) with templates]) +_LT_TAGDECL([], [postlink_cmds], [2], + [Commands necessary for finishing linking programs]) +_LT_TAGDECL([], [file_list_spec], [1], + [Specify filename containing input files]) +dnl FIXME: Not yet implemented +dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], +dnl [Compiler flag to generate thread safe objects]) +])# _LT_LINKER_SHLIBS + + +# _LT_LANG_C_CONFIG([TAG]) +# ------------------------ +# Ensure that the configuration variables for a C compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_C_CONFIG], +[m4_require([_LT_DECL_EGREP])dnl +lt_save_CC=$CC +AC_LANG_PUSH(C) + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + +_LT_TAG_COMPILER +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + LT_SYS_DLOPEN_SELF + _LT_CMD_STRIPLIB + + # Report what library types will actually be built + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test no = "$can_build_shared" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[[4-9]]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test yes = "$enable_shared" || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_CONFIG($1) +fi +AC_LANG_POP +CC=$lt_save_CC +])# _LT_LANG_C_CONFIG + + +# _LT_LANG_CXX_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a C++ compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_CXX_CONFIG], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PATH_MANIFEST_TOOL])dnl +if test -n "$CXX" && ( test no != "$CXX" && + ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || + (test g++ != "$CXX"))); then + AC_PROG_CXXCPP +else + _lt_caught_CXX_error=yes +fi + +AC_LANG_PUSH(C++) +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(compiler_needs_object, $1)=no +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for C++ test sources. +ac_ext=cpp + +# Object file extension for compiled C++ test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the CXX compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test yes != "$_lt_caught_CXX_error"; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="int some_variable = 0;" + + # Code to be used in simple link tests + lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC=$CC + lt_save_CFLAGS=$CFLAGS + lt_save_LD=$LD + lt_save_GCC=$GCC + GCC=$GXX + lt_save_with_gnu_ld=$with_gnu_ld + lt_save_path_LD=$lt_cv_path_LD + if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx + else + $as_unset lt_cv_prog_gnu_ld + fi + if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX + else + $as_unset lt_cv_path_LD + fi + test -z "${LDCXX+set}" || LD=$LDCXX + CC=${CXX-"c++"} + CFLAGS=$CXXFLAGS + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + + if test -n "$compiler"; then + # We don't want -fno-exception when compiling C++ code, so set the + # no_builtin_flag separately + if test yes = "$GXX"; then + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + else + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + fi + + if test yes = "$GXX"; then + # Set up default GNU C++ configuration + + LT_PATH_LD + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test yes = "$with_gnu_ld"; then + _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' + + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='$wl' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | + $GREP 'no-whole-archive' > /dev/null; then + _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + fi + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' + + else + GXX=no + with_gnu_ld=no + wlarc= + fi + + # PORTME: fill in a description of your system's C++ link characteristics + AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) + _LT_TAGVAR(ld_shlibs, $1)=yes + case $host_os in + aix3*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aix[[4-9]]*) + if test ia64 = "$host_cpu"; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag= + else + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + ;; + esac + + if test yes = "$GXX"; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`$CC -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + _LT_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= + fi + esac + shared_flag='-shared' + if test yes = "$aix_use_runtimelinking"; then + shared_flag=$shared_flag' $wl-G' + fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' + else + # not using gcc + if test ia64 = "$host_cpu"; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' + else + shared_flag='$wl-bM:SRE' + fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' + fi + fi + + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to + # export. + _LT_TAGVAR(always_export_symbols, $1)=yes + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + # The "-G" linker flag allows undefined symbols. + _LT_TAGVAR(no_undefined_flag, $1)='-bernotok' + # Determine the default libpath from the value encoded in an empty + # executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" + + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag + else + if test ia64 = "$host_cpu"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared + # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' + fi + fi + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + cygwin* | mingw* | pw32* | cegcc*) + case $GXX,$cc_basename in + ,cl* | no,cl* | ,icl* | no,icl*) + # Native MSVC or ICC + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + func_to_tool_file "$lt_outputfile"~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # g++ + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) + ;; + + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + shrext_cmds=.dll + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + ;; + + dgux*) + case $cc_basename in + ec++*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + ghcx*) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + freebsd2.*) + # C++ shared libraries reported to be fairly broken before + # switch to ELF + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + freebsd-elf*) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + ;; + + freebsd* | dragonfly* | midnightbsd*) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; + + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + hpux9*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test yes = "$GXX"; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + hpux10*|hpux11*) + if test no = "$with_gnu_ld"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + ;; + *) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + ;; + esac + fi + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test yes = "$GXX"; then + if test no = "$with_gnu_ld"; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + irix5* | irix6*) + case $cc_basename in + CC*) + # SGI C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test yes = "$GXX"; then + if test no = "$with_gnu_ld"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' + fi + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + esac + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc* | ecpc* ) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + tmp_idyn= + case $host_cpu in + ia64*) tmp_idyn=' -i_dynamic';; + esac + _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + case `$CC -V` in + *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) + _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' + _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ + $RANLIB $oldlib' + _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 6 and above use weak symbols + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + ;; + cxx*) + # Compaq C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' + + runpath_var=LD_RUN_PATH + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' + ;; + xl* | mpixl* | bgxl*) + # IBM XL 8.0 on PPC, with GNU ld + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' + _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + if test yes = "$supports_anon_versioning"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' + fi + ;; + *) + case `$CC -V 2>&1 | $SED 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; + esac + ;; + + lynxos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + m88k*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + mvs*) + case $cc_basename in + cxx*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + + *nto* | *qnx*) + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; + + openbsd* | bitrig*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' + fi + output_verbose_link_cmd=func_echo_all + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + case $host in + osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; + *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; + esac + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + cxx*) + case $host in + osf3*) + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + ;; + *) + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ + $RM $lib.exp' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test yes,no = "$GXX,$with_gnu_ld"; then + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' + case $host in + osf3*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' + + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + psos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + lcc*) + # Lucid + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(archive_cmds_need_lc,$1)=yes + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands '-z linker_flag'. + # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + ;; + esac + _LT_TAGVAR(link_all_deplibs, $1)=yes + + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' + + # The C++ compiler must be used to create the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test yes,no = "$GXX,$with_gnu_ld"; then + _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs' + if $CC --version | $GREP -v '^2\.7' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' + else + # g++ 2.7 appears to require '-G' NOT '-shared' on this + # platform. + _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' + fi + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' + ;; + esac + fi + ;; + esac + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We CANNOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ + '"$_LT_TAGVAR(old_archive_cmds, $1)" + _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ + '"$_LT_TAGVAR(reload_cmds, $1)" + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + vxworks*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + + AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) + test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no + + _LT_TAGVAR(GCC, $1)=$GXX + _LT_TAGVAR(LD, $1)=$LD + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS + LDCXX=$LD + LD=$lt_save_LD + GCC=$lt_save_GCC + with_gnu_ld=$lt_save_with_gnu_ld + lt_cv_path_LDCXX=$lt_cv_path_LD + lt_cv_path_LD=$lt_save_path_LD + lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld + lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld +fi # test yes != "$_lt_caught_CXX_error" + +AC_LANG_POP +])# _LT_LANG_CXX_CONFIG + + +# _LT_FUNC_STRIPNAME_CNF +# ---------------------- +# func_stripname_cnf prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# +# This function is identical to the (non-XSI) version of func_stripname, +# except this one can be used by m4 code that may be executed by configure, +# rather than the libtool script. +m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl +AC_REQUIRE([_LT_DECL_SED]) +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) +func_stripname_cnf () +{ + case @S|@2 in + .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; + *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; + esac +} # func_stripname_cnf +])# _LT_FUNC_STRIPNAME_CNF + + +# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) +# --------------------------------- +# Figure out "hidden" library dependencies from verbose +# compiler output when linking a shared library. +# Parse the compiler output and extract the necessary +# objects, libraries and library flags. +m4_defun([_LT_SYS_HIDDEN_LIBDEPS], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl +# Dependencies to place before and after the object being linked: +_LT_TAGVAR(predep_objects, $1)= +_LT_TAGVAR(postdep_objects, $1)= +_LT_TAGVAR(predeps, $1)= +_LT_TAGVAR(postdeps, $1)= +_LT_TAGVAR(compiler_lib_search_path, $1)= + +dnl we can't use the lt_simple_compile_test_code here, +dnl because it contains code intended for an executable, +dnl not a library. It's possible we should let each +dnl tag define a new lt_????_link_test_code variable, +dnl but it's only used here... +m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF +int a; +void foo (void) { a = 0; } +_LT_EOF +], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF +class Foo +{ +public: + Foo (void) { a = 0; } +private: + int a; +}; +_LT_EOF +], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer*4 a + a=0 + return + end +_LT_EOF +], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer a + a=0 + return + end +_LT_EOF +], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF +public class foo { + private int a; + public void bar (void) { + a = 0; + } +}; +_LT_EOF +], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF +package foo +func foo() { +} +_LT_EOF +]) + +_lt_libdeps_save_CFLAGS=$CFLAGS +case "$CC $CFLAGS " in #( +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; +esac + +dnl Parse the compiler output and extract the necessary +dnl objects, libraries and library flags. +if AC_TRY_EVAL(ac_compile); then + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. + + # Sentinel used to keep track of whether or not we are before + # the conftest object file. + pre_test_object_deps_done=no + + for p in `eval "$output_verbose_link_cmd"`; do + case $prev$p in + + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test x-L = "$p" || + test x-R = "$p"; then + prev=$p + continue + fi + + # Expand the sysroot to ease extracting the directories later. + if test -z "$prev"; then + case $p in + -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; + -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; + -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; + esac + fi + case $p in + =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; + esac + if test no = "$pre_test_object_deps_done"; then + case $prev in + -L | -R) + # Internal compiler library paths should come after those + # provided the user. The postdeps already come after the + # user supplied libs so there is no need to process them. + if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then + _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p + else + _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p" + fi + ;; + # The "-l" case would never come before the object being + # linked, so don't bother handling this case. + esac + else + if test -z "$_LT_TAGVAR(postdeps, $1)"; then + _LT_TAGVAR(postdeps, $1)=$prev$p + else + _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p" + fi + fi + prev= + ;; + + *.lto.$objext) ;; # Ignore GCC LTO objects + *.$objext) + # This assumes that the test object file only shows up + # once in the compiler output. + if test "$p" = "conftest.$objext"; then + pre_test_object_deps_done=yes + continue + fi + + if test no = "$pre_test_object_deps_done"; then + if test -z "$_LT_TAGVAR(predep_objects, $1)"; then + _LT_TAGVAR(predep_objects, $1)=$p + else + _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" + fi + else + if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then + _LT_TAGVAR(postdep_objects, $1)=$p + else + _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" + fi + fi + ;; + + *) ;; # Ignore the rest. + + esac + done + + # Clean up. + rm -f a.out a.exe +else + echo "libtool.m4: error: problem compiling $1 test program" +fi + +$RM -f confest.$objext +CFLAGS=$_lt_libdeps_save_CFLAGS + +# PORTME: override above test on systems where it is broken +m4_if([$1], [CXX], +[case $host_os in +interix[[3-9]]*) + # Interix 3.5 installs completely hosed .la files for C++, so rather than + # hack all around it, let's just trust "g++" to DTRT. + _LT_TAGVAR(predep_objects,$1)= + _LT_TAGVAR(postdep_objects,$1)= + _LT_TAGVAR(postdeps,$1)= + ;; +esac +]) + +case " $_LT_TAGVAR(postdeps, $1) " in +*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; +esac + _LT_TAGVAR(compiler_lib_search_dirs, $1)= +if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then + _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` +fi +_LT_TAGDECL([], [compiler_lib_search_dirs], [1], + [The directories searched by this compiler when creating a shared library]) +_LT_TAGDECL([], [predep_objects], [1], + [Dependencies to place before and after the objects being linked to + create a shared library]) +_LT_TAGDECL([], [postdep_objects], [1]) +_LT_TAGDECL([], [predeps], [1]) +_LT_TAGDECL([], [postdeps], [1]) +_LT_TAGDECL([], [compiler_lib_search_path], [1], + [The library search path used internally by the compiler when linking + a shared library]) +])# _LT_SYS_HIDDEN_LIBDEPS + + +# _LT_LANG_F77_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a Fortran 77 compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_F77_CONFIG], +[AC_LANG_PUSH(Fortran 77) +if test -z "$F77" || test no = "$F77"; then + _lt_disable_F77=yes +fi + +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for f77 test sources. +ac_ext=f + +# Object file extension for compiled f77 test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the F77 compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test yes != "$_lt_disable_F77"; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" + + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC=$CC + lt_save_GCC=$GCC + lt_save_CFLAGS=$CFLAGS + CC=${F77-"f77"} + CFLAGS=$FFLAGS + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + GCC=$G77 + if test -n "$compiler"; then + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test no = "$can_build_shared" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test yes = "$enable_shared" || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_TAGVAR(GCC, $1)=$G77 + _LT_TAGVAR(LD, $1)=$LD + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + GCC=$lt_save_GCC + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS +fi # test yes != "$_lt_disable_F77" + +AC_LANG_POP +])# _LT_LANG_F77_CONFIG + + +# _LT_LANG_FC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for a Fortran compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_FC_CONFIG], +[AC_LANG_PUSH(Fortran) + +if test -z "$FC" || test no = "$FC"; then + _lt_disable_FC=yes +fi + +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for fc test sources. +ac_ext=${ac_fc_srcext-f} + +# Object file extension for compiled fc test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the FC compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test yes != "$_lt_disable_FC"; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" + + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC=$CC + lt_save_GCC=$GCC + lt_save_CFLAGS=$CFLAGS + CC=${FC-"f95"} + CFLAGS=$FCFLAGS + compiler=$CC + GCC=$ac_cv_fc_compiler_gnu + + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + + if test -n "$compiler"; then + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test no = "$can_build_shared" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test yes = "$enable_shared" || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu + _LT_TAGVAR(LD, $1)=$LD + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + GCC=$lt_save_GCC + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS +fi # test yes != "$_lt_disable_FC" + +AC_LANG_POP +])# _LT_LANG_FC_CONFIG + + +# _LT_LANG_GCJ_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Java Compiler compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_GCJ_CONFIG], +[AC_REQUIRE([LT_PROG_GCJ])dnl +AC_LANG_SAVE + +# Source file extension for Java test sources. +ac_ext=java + +# Object file extension for compiled Java test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="class foo {}" + +# Code to be used in simple link tests +lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GCJ-"gcj"} +CFLAGS=$GCJFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)=$LD +_LT_CC_BASENAME([$compiler]) + +# GCJ did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no + +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) +fi + +AC_LANG_RESTORE + +GCC=$lt_save_GCC +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GCJ_CONFIG + + +# _LT_LANG_GO_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Go compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_GO_CONFIG], +[AC_REQUIRE([LT_PROG_GO])dnl +AC_LANG_SAVE + +# Source file extension for Go test sources. +ac_ext=go + +# Object file extension for compiled Go test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="package main; func main() { }" + +# Code to be used in simple link tests +lt_simple_link_test_code='package main; func main() { }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GOC-"gccgo"} +CFLAGS=$GOFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)=$LD +_LT_CC_BASENAME([$compiler]) + +# Go did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no + +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) +fi + +AC_LANG_RESTORE + +GCC=$lt_save_GCC +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GO_CONFIG + + +# _LT_LANG_RC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for the Windows resource compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_RC_CONFIG], +[AC_REQUIRE([LT_PROG_RC])dnl +AC_LANG_SAVE + +# Source file extension for RC test sources. +ac_ext=rc + +# Object file extension for compiled RC test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' + +# Code to be used in simple link tests +lt_simple_link_test_code=$lt_simple_compile_test_code + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC= +CC=${RC-"windres"} +CFLAGS= +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_CC_BASENAME([$compiler]) +_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + +if test -n "$compiler"; then + : + _LT_CONFIG($1) +fi + +GCC=$lt_save_GCC +AC_LANG_RESTORE +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_RC_CONFIG + + +# LT_PROG_GCJ +# ----------- +AC_DEFUN([LT_PROG_GCJ], +[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], + [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], + [AC_CHECK_TOOL(GCJ, gcj,) + test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS)])])[]dnl +]) + +# Old name: +AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_GCJ], []) + + +# LT_PROG_GO +# ---------- +AC_DEFUN([LT_PROG_GO], +[AC_CHECK_TOOL(GOC, gccgo,) +]) + + +# LT_PROG_RC +# ---------- +AC_DEFUN([LT_PROG_RC], +[AC_CHECK_TOOL(RC, windres,) +]) + +# Old name: +AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_RC], []) + + +# _LT_DECL_EGREP +# -------------- +# If we don't have a new enough Autoconf to choose the best grep +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_EGREP], +[AC_REQUIRE([AC_PROG_EGREP])dnl +AC_REQUIRE([AC_PROG_FGREP])dnl +test -z "$GREP" && GREP=grep +_LT_DECL([], [GREP], [1], [A grep program that handles long lines]) +_LT_DECL([], [EGREP], [1], [An ERE matcher]) +_LT_DECL([], [FGREP], [1], [A literal string matcher]) +dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too +AC_SUBST([GREP]) +]) + + +# _LT_DECL_OBJDUMP +# -------------- +# If we don't have a new enough Autoconf to choose the best objdump +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_OBJDUMP], +[AC_CHECK_TOOL(OBJDUMP, objdump, false) +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) +AC_SUBST([OBJDUMP]) +]) + +# _LT_DECL_DLLTOOL +# ---------------- +# Ensure DLLTOOL variable is set. +m4_defun([_LT_DECL_DLLTOOL], +[AC_CHECK_TOOL(DLLTOOL, dlltool, false) +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program]) +AC_SUBST([DLLTOOL]) +]) + +# _LT_DECL_FILECMD +# ---------------- +# Check for a file(cmd) program that can be used to detect file type and magic +m4_defun([_LT_DECL_FILECMD], +[AC_CHECK_TOOL([FILECMD], [file], [:]) +_LT_DECL([], [FILECMD], [1], [A file(cmd) program that detects file types]) +])# _LD_DECL_FILECMD + +# _LT_DECL_SED +# ------------ +# Check for a fully-functional sed program, that truncates +# as few characters as possible. Prefer GNU sed if found. +m4_defun([_LT_DECL_SED], +[AC_PROG_SED +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" +_LT_DECL([], [SED], [1], [A sed program that does not truncate output]) +_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], + [Sed that helps us avoid accidentally triggering echo(1) options like -n]) +])# _LT_DECL_SED + +m4_ifndef([AC_PROG_SED], [ +############################################################ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_SED. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +############################################################ + +m4_defun([AC_PROG_SED], +[AC_MSG_CHECKING([for a sed that does not truncate output]) +AC_CACHE_VAL(lt_cv_path_SED, +[# Loop through the user's path and test for sed and gsed. +# Then use that list of sed's as ones to test for truncation. +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for lt_ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then + lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" + fi + done + done +done +IFS=$as_save_IFS +lt_ac_max=0 +lt_ac_count=0 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris +# along with /bin/sed that truncates output. +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do + test ! -f "$lt_ac_sed" && continue + cat /dev/null > conftest.in + lt_ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in + # Check for GNU sed and select it if it is found. + if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then + lt_cv_path_SED=$lt_ac_sed + break + fi + while true; do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo >>conftest.nl + $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break + cmp -s conftest.out conftest.nl || break + # 10000 chars as input seems more than enough + test 10 -lt "$lt_ac_count" && break + lt_ac_count=`expr $lt_ac_count + 1` + if test "$lt_ac_count" -gt "$lt_ac_max"; then + lt_ac_max=$lt_ac_count + lt_cv_path_SED=$lt_ac_sed + fi + done +done +]) +SED=$lt_cv_path_SED +AC_SUBST([SED]) +AC_MSG_RESULT([$SED]) +])#AC_PROG_SED +])#m4_ifndef + +# Old name: +AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_SED], []) + + +# _LT_CHECK_SHELL_FEATURES +# ------------------------ +# Find out whether the shell is Bourne or XSI compatible, +# or has some other useful features. +m4_defun([_LT_CHECK_SHELL_FEATURES], +[if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi +_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac +_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl +_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl +])# _LT_CHECK_SHELL_FEATURES + + +# _LT_PATH_CONVERSION_FUNCTIONS +# ----------------------------- +# Determine what file name conversion functions should be used by +# func_to_host_file (and, implicitly, by func_to_host_path). These are needed +# for certain cross-compile configurations and native mingw. +m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_MSG_CHECKING([how to convert $build file names to $host format]) +AC_CACHE_VAL(lt_cv_to_host_file_cmd, +[case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac +]) +to_host_file_cmd=$lt_cv_to_host_file_cmd +AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) +_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], + [0], [convert $build file names to $host format])dnl + +AC_MSG_CHECKING([how to convert $build file names to toolchain format]) +AC_CACHE_VAL(lt_cv_to_tool_file_cmd, +[#assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac +]) +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) +_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], + [0], [convert $build files to toolchain format])dnl +])# _LT_PATH_CONVERSION_FUNCTIONS diff --git a/m4/ltoptions.m4 b/m4/ltoptions.m4 new file mode 100644 index 0000000..b0b5e9c --- /dev/null +++ b/m4/ltoptions.m4 @@ -0,0 +1,437 @@ +# Helper functions for option handling. -*- Autoconf -*- +# +# Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2022 Free +# Software Foundation, Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# serial 8 ltoptions.m4 + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) + + +# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) +# ------------------------------------------ +m4_define([_LT_MANGLE_OPTION], +[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) + + +# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) +# --------------------------------------- +# Set option OPTION-NAME for macro MACRO-NAME, and if there is a +# matching handler defined, dispatch to it. Other OPTION-NAMEs are +# saved as a flag. +m4_define([_LT_SET_OPTION], +[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl +m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), + _LT_MANGLE_DEFUN([$1], [$2]), + [m4_warning([Unknown $1 option '$2'])])[]dnl +]) + + +# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) +# ------------------------------------------------------------ +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +m4_define([_LT_IF_OPTION], +[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) + + +# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) +# ------------------------------------------------------- +# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME +# are set. +m4_define([_LT_UNLESS_OPTIONS], +[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), + [m4_define([$0_found])])])[]dnl +m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 +])[]dnl +]) + + +# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) +# ---------------------------------------- +# OPTION-LIST is a space-separated list of Libtool options associated +# with MACRO-NAME. If any OPTION has a matching handler declared with +# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about +# the unknown option and exit. +m4_defun([_LT_SET_OPTIONS], +[# Set options +m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [_LT_SET_OPTION([$1], _LT_Option)]) + +m4_if([$1],[LT_INIT],[ + dnl + dnl Simply set some default values (i.e off) if boolean options were not + dnl specified: + _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no + ]) + _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no + ]) + dnl + dnl If no reference was made to various pairs of opposing options, then + dnl we run the default mode handler for the pair. For example, if neither + dnl 'shared' nor 'disable-shared' was passed, we enable building of shared + dnl archives by default: + _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) + _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], + [_LT_ENABLE_FAST_INSTALL]) + _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], + [_LT_WITH_AIX_SONAME([aix])]) + ]) +])# _LT_SET_OPTIONS + + +## --------------------------------- ## +## Macros to handle LT_INIT options. ## +## --------------------------------- ## + +# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) +# ----------------------------------------- +m4_define([_LT_MANGLE_DEFUN], +[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) + + +# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) +# ----------------------------------------------- +m4_define([LT_OPTION_DEFINE], +[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl +])# LT_OPTION_DEFINE + + +# dlopen +# ------ +LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes +]) + +AU_DEFUN([AC_LIBTOOL_DLOPEN], +[_LT_SET_OPTION([LT_INIT], [dlopen]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'dlopen' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) + + +# win32-dll +# --------- +# Declare package support for building win32 dll's. +LT_OPTION_DEFINE([LT_INIT], [win32-dll], +[enable_win32_dll=yes + +case $host in +*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) + AC_CHECK_TOOL(AS, as, false) + AC_CHECK_TOOL(DLLTOOL, dlltool, false) + AC_CHECK_TOOL(OBJDUMP, objdump, false) + ;; +esac + +test -z "$AS" && AS=as +_LT_DECL([], [AS], [1], [Assembler program])dnl + +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl + +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl +])# win32-dll + +AU_DEFUN([AC_LIBTOOL_WIN32_DLL], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +_LT_SET_OPTION([LT_INIT], [win32-dll]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'win32-dll' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) + + +# _LT_ENABLE_SHARED([DEFAULT]) +# ---------------------------- +# implement the --enable-shared flag, and supports the 'shared' and +# 'disable-shared' LT_INIT options. +# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. +m4_define([_LT_ENABLE_SHARED], +[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([shared], + [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], + [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS=$lt_save_ifs + ;; + esac], + [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) + + _LT_DECL([build_libtool_libs], [enable_shared], [0], + [Whether or not to build shared libraries]) +])# _LT_ENABLE_SHARED + +LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) + +# Old names: +AC_DEFUN([AC_ENABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) +]) + +AC_DEFUN([AC_DISABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], [disable-shared]) +]) + +AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_SHARED], []) +dnl AC_DEFUN([AM_DISABLE_SHARED], []) + + + +# _LT_ENABLE_STATIC([DEFAULT]) +# ---------------------------- +# implement the --enable-static flag, and support the 'static' and +# 'disable-static' LT_INIT options. +# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. +m4_define([_LT_ENABLE_STATIC], +[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([static], + [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], + [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS=$lt_save_ifs + ;; + esac], + [enable_static=]_LT_ENABLE_STATIC_DEFAULT) + + _LT_DECL([build_old_libs], [enable_static], [0], + [Whether or not to build static libraries]) +])# _LT_ENABLE_STATIC + +LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) + +# Old names: +AC_DEFUN([AC_ENABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) +]) + +AC_DEFUN([AC_DISABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], [disable-static]) +]) + +AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_STATIC], []) +dnl AC_DEFUN([AM_DISABLE_STATIC], []) + + + +# _LT_ENABLE_FAST_INSTALL([DEFAULT]) +# ---------------------------------- +# implement the --enable-fast-install flag, and support the 'fast-install' +# and 'disable-fast-install' LT_INIT options. +# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. +m4_define([_LT_ENABLE_FAST_INSTALL], +[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([fast-install], + [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], + [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS=$lt_save_ifs + ;; + esac], + [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) + +_LT_DECL([fast_install], [enable_fast_install], [0], + [Whether or not to optimize for fast installation])dnl +])# _LT_ENABLE_FAST_INSTALL + +LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) + +# Old names: +AU_DEFUN([AC_ENABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'fast-install' option into LT_INIT's first parameter.]) +]) + +AU_DEFUN([AC_DISABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], [disable-fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'disable-fast-install' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) +dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) + + +# _LT_WITH_AIX_SONAME([DEFAULT]) +# ---------------------------------- +# implement the --with-aix-soname flag, and support the `aix-soname=aix' +# and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT +# is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. +m4_define([_LT_WITH_AIX_SONAME], +[m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl +shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[[5-9]]*,yes) + AC_MSG_CHECKING([which variant of shared library versioning to provide]) + AC_ARG_WITH([aix-soname], + [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], + [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])], + [case $withval in + aix|svr4|both) + ;; + *) + AC_MSG_ERROR([Unknown argument to --with-aix-soname]) + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname], + [AC_CACHE_VAL([lt_cv_with_aix_soname], + [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT) + with_aix_soname=$lt_cv_with_aix_soname]) + AC_MSG_RESULT([$with_aix_soname]) + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac + +_LT_DECL([], [shared_archive_member_spec], [0], + [Shared archive member basename, for filename based shared library versioning on AIX])dnl +])# _LT_WITH_AIX_SONAME + +LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])]) +LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) +LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])]) + + +# _LT_WITH_PIC([MODE]) +# -------------------- +# implement the --with-pic flag, and support the 'pic-only' and 'no-pic' +# LT_INIT options. +# MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. +m4_define([_LT_WITH_PIC], +[AC_ARG_WITH([pic], + [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], + [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], + [lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for lt_pkg in $withval; do + IFS=$lt_save_ifs + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS=$lt_save_ifs + ;; + esac], + [pic_mode=m4_default([$1], [default])]) + +_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl +])# _LT_WITH_PIC + +LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) + +# Old name: +AU_DEFUN([AC_LIBTOOL_PICMODE], +[_LT_SET_OPTION([LT_INIT], [pic-only]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'pic-only' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) + +## ----------------- ## +## LTDL_INIT Options ## +## ----------------- ## + +m4_define([_LTDL_MODE], []) +LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], + [m4_define([_LTDL_MODE], [nonrecursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [recursive], + [m4_define([_LTDL_MODE], [recursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [subproject], + [m4_define([_LTDL_MODE], [subproject])]) + +m4_define([_LTDL_TYPE], []) +LT_OPTION_DEFINE([LTDL_INIT], [installable], + [m4_define([_LTDL_TYPE], [installable])]) +LT_OPTION_DEFINE([LTDL_INIT], [convenience], + [m4_define([_LTDL_TYPE], [convenience])]) diff --git a/m4/ltsugar.m4 b/m4/ltsugar.m4 new file mode 100644 index 0000000..902508b --- /dev/null +++ b/m4/ltsugar.m4 @@ -0,0 +1,124 @@ +# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- +# +# Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free Software +# Foundation, Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# serial 6 ltsugar.m4 + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) + + +# lt_join(SEP, ARG1, [ARG2...]) +# ----------------------------- +# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their +# associated separator. +# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier +# versions in m4sugar had bugs. +m4_define([lt_join], +[m4_if([$#], [1], [], + [$#], [2], [[$2]], + [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) +m4_define([_lt_join], +[m4_if([$#$2], [2], [], + [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) + + +# lt_car(LIST) +# lt_cdr(LIST) +# ------------ +# Manipulate m4 lists. +# These macros are necessary as long as will still need to support +# Autoconf-2.59, which quotes differently. +m4_define([lt_car], [[$1]]) +m4_define([lt_cdr], +[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], + [$#], 1, [], + [m4_dquote(m4_shift($@))])]) +m4_define([lt_unquote], $1) + + +# lt_append(MACRO-NAME, STRING, [SEPARATOR]) +# ------------------------------------------ +# Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. +# Note that neither SEPARATOR nor STRING are expanded; they are appended +# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). +# No SEPARATOR is output if MACRO-NAME was previously undefined (different +# than defined and empty). +# +# This macro is needed until we can rely on Autoconf 2.62, since earlier +# versions of m4sugar mistakenly expanded SEPARATOR but not STRING. +m4_define([lt_append], +[m4_define([$1], + m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) + + + +# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) +# ---------------------------------------------------------- +# Produce a SEP delimited list of all paired combinations of elements of +# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list +# has the form PREFIXmINFIXSUFFIXn. +# Needed until we can rely on m4_combine added in Autoconf 2.62. +m4_define([lt_combine], +[m4_if(m4_eval([$# > 3]), [1], + [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl +[[m4_foreach([_Lt_prefix], [$2], + [m4_foreach([_Lt_suffix], + ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, + [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) + + +# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) +# ----------------------------------------------------------------------- +# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited +# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. +m4_define([lt_if_append_uniq], +[m4_ifdef([$1], + [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], + [lt_append([$1], [$2], [$3])$4], + [$5])], + [lt_append([$1], [$2], [$3])$4])]) + + +# lt_dict_add(DICT, KEY, VALUE) +# ----------------------------- +m4_define([lt_dict_add], +[m4_define([$1($2)], [$3])]) + + +# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) +# -------------------------------------------- +m4_define([lt_dict_add_subkey], +[m4_define([$1($2:$3)], [$4])]) + + +# lt_dict_fetch(DICT, KEY, [SUBKEY]) +# ---------------------------------- +m4_define([lt_dict_fetch], +[m4_ifval([$3], + m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), + m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) + + +# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) +# ----------------------------------------------------------------- +m4_define([lt_if_dict_fetch], +[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], + [$5], + [$6])]) + + +# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) +# -------------------------------------------------------------- +m4_define([lt_dict_filter], +[m4_if([$5], [], [], + [lt_join(m4_quote(m4_default([$4], [[, ]])), + lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), + [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl +]) diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 new file mode 100644 index 0000000..b155d0a --- /dev/null +++ b/m4/ltversion.m4 @@ -0,0 +1,24 @@ +# ltversion.m4 -- version numbers -*- Autoconf -*- +# +# Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation, +# Inc. +# Written by Scott James Remnant, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# @configure_input@ + +# serial 4245 ltversion.m4 +# This file is part of GNU Libtool + +m4_define([LT_PACKAGE_VERSION], [2.4.7]) +m4_define([LT_PACKAGE_REVISION], [2.4.7]) + +AC_DEFUN([LTVERSION_VERSION], +[macro_version='2.4.7' +macro_revision='2.4.7' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) diff --git a/m4/lt~obsolete.m4 b/m4/lt~obsolete.m4 new file mode 100644 index 0000000..0f7a875 --- /dev/null +++ b/m4/lt~obsolete.m4 @@ -0,0 +1,99 @@ +# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- +# +# Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2022 Free +# Software Foundation, Inc. +# Written by Scott James Remnant, 2004. +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# serial 5 lt~obsolete.m4 + +# These exist entirely to fool aclocal when bootstrapping libtool. +# +# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN), +# which have later been changed to m4_define as they aren't part of the +# exported API, or moved to Autoconf or Automake where they belong. +# +# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN +# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us +# using a macro with the same name in our local m4/libtool.m4 it'll +# pull the old libtool.m4 in (it doesn't see our shiny new m4_define +# and doesn't know about Autoconf macros at all.) +# +# So we provide this file, which has a silly filename so it's always +# included after everything else. This provides aclocal with the +# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything +# because those macros already exist, or will be overwritten later. +# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. +# +# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. +# Yes, that means every name once taken will need to remain here until +# we give up compatibility with versions before 1.7, at which point +# we need to keep only those names which we still refer to. + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) + +m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) +m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) +m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) +m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) +m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) +m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) +m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) +m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) +m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) +m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) +m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) +m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) +m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) +m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) +m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) +m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) +m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) +m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) +m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) +m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) +m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) +m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) +m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) +m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) +m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) +m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) +m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) +m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) +m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) +m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) +m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) +m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) +m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) +m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) +m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) +m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) +m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) +m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) +m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) +m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) +m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) +m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) +m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) +m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) +m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) +m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) +m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) +m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) +m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) +m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) +m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) diff --git a/missing b/missing new file mode 100755 index 0000000..1fe1611 --- /dev/null +++ b/missing @@ -0,0 +1,215 @@ +#! /bin/sh +# Common wrapper for a few potentially missing GNU programs. + +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. + +# 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, 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. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try '$0 --help' for more information" + exit 1 +fi + +case $1 in + + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; + + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + +Supported PROGRAM values: + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man + +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. + +Send bug reports to ." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: unknown '$1' option" + echo 1>&2 "Try '$0 --help' for more information" + exit 1 + ;; + +esac + +# Run the given program, remember its exit status. +"$@"; st=$? + +# If it succeeded, we are done. +test $st -eq 0 && exit 0 + +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi + +perl_URL=https://www.perl.org/ +flex_URL=https://github.com/westes/flex +gnu_software_URL=https://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st + +# Local variables: +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/resources/addresses/bg.yaml b/resources/addresses/bg.yaml new file mode 100644 index 0000000..e932b0d --- /dev/null +++ b/resources/addresses/bg.yaml @@ -0,0 +1,1001 @@ +# bg.yaml +# ------- +# Bulgarian language specification + +alphabet: абвгдежзийклмнопрстуфхцчшщъьюя +alphanumeric_probability: 0.7 + +components: + level: + null_probability: 0.8 + alphanumeric_probability: 0.2 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + # Entrance more common in Bulgarian addresses + entrance: + null_probability: 0.9 + alphanumeric_probability: 0.1 + + unit: + null_probability: 0.7 + alphanumeric_probability: 0.3 + + + combinations: + - + components: + - house_number + - staircase + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.1 + # For unit types like 2/34 + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + + +numbers: + default: &nomer + canonical: номер + abbreviated: № + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + probability: 0.95 + alternatives: + - alternative: &nomer_latin + canonical: nomer + abbreviated: "no" + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + probability: 0.05 + + +house_numbers: + alphanumeric: + default: *nomer + probability: 0.95 + alternatives: + - alternative: *nomer_latin + probability: 0.05 + + alphanumeric_phrase_probability: 0.2 + +and: + default: &i + canonical: и + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.9 + alternatives: + - alternative: &i_latin + canonical: i + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + + +cross_streets: + i: *i + i_latin: *i_latin + corner: &ugul + canonical: ъгъл + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + ugul_latin: &ugul_latin + canonical: ŭgŭl + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + ugul_na: &ugul_na + canonical: ъгъл на + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + ugul_na_latin: &ugul_na_latin + canonical: ŭgŭl na + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + na_ugula_na: &na_ugula_na + canonical: на ъгъла на + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + na_ugula_na_latin: &na_ugula_na_latin + canonical: na ŭgŭla na + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *i + probability: 0.65 + alternatives: + - alternative: *i_latin + probability: 0.05 + - alternative: *ugul_na + probability: 0.075 + - alternative: *ugul_na_latin + probability: 0.075 + - alternative: *ugul + probability: 0.05 + - alternative: *ugul_latin + probability: 0.05 + - alternative: *na_ugula_na + probability: 0.025 + - alternative: *na_ugula_na_latin + probability: 0.025 + mezhdu: &mezhdu + canonical: между + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + mezhdu_latin: &mezhdu_latin + canonical: mezhdu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + between: + default: *mezhdu + probability: 0.9 + alternatives: + - alternative: *mezhdu_latin + probability: 0.1 + +levels: + etazh: &etazh + canonical: этаж + abbreviated: эт + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.8 + roman_numeral_probability: 0.1 + spellout_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.5 + roman_numeral_probability: 0.3 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + etazh_latin: &etazh_latin + canonical: etazh + abbreviated: et + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.8 + roman_numeral_probability: 0.1 + spellout_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.5 + roman_numeral_probability: 0.3 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + kat: &kat + canonical: кат + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.8 + roman_numeral_probability: 0.1 + spellout_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.5 + roman_numeral_probability: 0.3 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + kat_latin: &kat_latin + canonical: kat + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.8 + roman_numeral_probability: 0.1 + spellout_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.5 + roman_numeral_probability: 0.3 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + nivo: &nivo + canonical: ниво + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.8 + roman_numeral_probability: 0.1 + spellout_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.5 + roman_numeral_probability: 0.3 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + nivo_latin: &nivo_latin + canonical: nivo + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.8 + roman_numeral_probability: 0.1 + spellout_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.5 + roman_numeral_probability: 0.3 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + prizemen_etazh: &prizemen_etazh + canonical: приземен етаж + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + prizemen_etazh_latin: &prizemen_etazh_latin + canonical: prizemen etazh + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parter: &parter + canonical: партер + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + parter_latin: &parter_latin + canonical: parter + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + suteren: &suteren + canonical: сутерен + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.01 + ordinal_probability: 0.005 + suteren_latin: &suteren_latin + canonical: suteren + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.01 + ordinal_probability: 0.005 + + aliases: + "<-1": + default: *suteren + probability: 0.9 + alternatives: + - alternative: *suteren_latin + probability: 0.1 + "-1": + default: *suteren + probability: 0.9 + alternatives: + - alternative: *suteren_latin + probability: 0.1 + "0": + default: *prizemen_etazh + probability: 0.7 + alternatives: + - alternative: *prizemen_etazh_latin + probability: 0.05 + - alternative: *parter + probability: 0.2 + - alternative: *parter_latin + probability: 0.05 + + numbering_starts_at: 0 + + alphanumeric: + default: *etazh + probability: 0.8 + alternatives: + - alternative: *etazh_latin + probability: 0.1 + - alternative: *nivo + probability: 0.09 + - alternative: *nivo_latin + probability: 0.01 + numeric_probability: 0.79 # With this probability, pick an integer + roman_numeral_probability: 0.2 + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +blocks: + alphanumeric: + default: &blok + canonical: блок + abbreviated: бл + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + probability: 0.95 + alternatives: + - alternative: &blok_latin + canonical: blok + abbreviated: bl + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + probability: 0.05 + +categories: + near: + default: + canonical: в близост до + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.69 + alternatives: + - alternative: + canonical: v blizost do + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: близо до + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.09 + - alternative: + canonical: blizo do + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: около + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.09 + - alternative: + canonical: okolo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: в района на + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.09 + - alternative: + canonical: v raĭona na + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + + nearby: + default: + canonical: наблизо + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.64 + alternatives: + - alternative: + canonical: nablizo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: в близост до тук + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.19 + - alternative: + canonical: v blizost do tuk + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: тук + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.09 + - alternative: + canonical: tuk + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: по целия тук + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.04 + - alternative: + canonical: po tseliya tuk + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + near_me: + default: + canonical: близо до мен + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.99 + alternatives: + - alternative: + canonical: blizo do men + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + in: + default: + canonical: в + probability: 0.99 + alternatives: + - alternative: + canonical: v + probability: 0.01 + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +directions: + dyasno: &dyasno + canonical: дясно + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + dyasno_latin: &dyasno_latin + canonical: dyasno + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + lyavo: &lyavo + canonical: ляво + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + lyavo_latin: &lyavo_latin + canonical: lyavo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *dyasno + probability: 0.49 + - alternative: *dyasno_latin + probability: 0.01 + - alternative: *lyavo + probability: 0.49 + - alternative: *lyavo_latin + probability: 0.01 + +cardinal_directions: + istok: &istok + canonical: изток + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: и + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + istok_latin: &istok_latin + canonical: istok + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: i + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + zapad: &zapad + canonical: запад + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: з + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + zapad_latin: &zapad_latin + canonical: zapad + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: z + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + sever: &sever + canonical: север + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: с + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + sever_latin: &sever_latin + canonical: sever + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + yug: &yug + canonical: юг + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: ю + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + yug_latin: &yug_latin + canonical: yug + abbreviated: y + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: y + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *sever + probability: 0.24 + - alternative: *sever_latin + probability: 0.01 + - alternative: *istok + probability: 0.24 + - alternative: *istok_latin + probability: 0.01 + - alternative: *yug + probability: 0.24 + - alternative: *yug_latin + probability: 0.01 + - alternative: *zapad + probability: 0.24 + - alternative: *zapad_latin + probability: 0.01 + +entrances: + vkhod: &vkhod + canonical: вход + abbreviated: вх + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + vkhod_latin: &vkhod_latin + canonical: vkhod + abbreviated: vkh + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + + # вход 1, вход A, etc. + alphanumeric: + default: *vkhod + probability: 0.99 + alternatives: + - alternative: *vkhod_latin + probability: 0.01 + numeric_probability: 0.1 # e.g. вх 1 + alpha_probability: 0.85 # e.g. вх A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + + +staircases: + stulbishte: &stulbishte + canonical: стълбище + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + stulbishte_latin: &stulbishte_latin + canonical: stŭlbishte + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + default: *stulbishte + probability: 0.99 + alternatives: + - alternative: *stulbishte_latin + probability: 0.01 + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: right + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *dyasno + probability: 0.19 + - alternative: *dyasno_latin + probability: 0.01 + - alternative: *lyavo + probability: 0.19 + - alternative: *lyavo_latin + probability: 0.01 + - alternative: *sever + probability: 0.14 + - alternative: *sever_latin + probability: 0.01 + - alternative: *yug + probability: 0.14 + - alternative: *yug_latin + probability: 0.01 + - alternative: *istok + probability: 0.14 + - alternative: *istok_latin + probability: 0.01 + - alternative: *zapad + probability: 0.14 + - alternative: *zapad_latin + probability: 0.01 + +po_boxes: + poshtenska_kutiya: &poshtenska_kutiya + canonical: пощенска кутия + abbreviated: пк + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + poshtenska_kutiya_latin: &poshtenska_kutiya_latin + canonical: poshtenska kutiya + abbreviated: pk + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + + alphanumeric: + default: *poshtenska_kutiya + probability: 0.8 + alternatives: + - alternative: *poshtenska_kutiya_latin + probability: 0.2 + numeric_probability: 0.9 # p.k 123 + alpha_probability: 0.05 # p.k А + numeric_plus_alpha_probability: 0.04 # p.k 123А + alpha_plus_numeric_probability: 0.01 # p.k А123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + apartament: &apartament + canonical: апартамент + abbreviated: ап + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + apartament_latin: &apartament_latin + canonical: apartament + abbreviated: ap + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + staya: &staya + canonical: стая + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + staya_latin: &staya_latin + canonical: staya + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + ofis: &ofis + canonical: офис + abbreviated: оф + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + numeric: + direction: left + ofis_latin: &ofis_latin + canonical: ofis + abbreviated: of + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + numeric: + direction: left + + alphanumeric: &unit_alphanumeric + default: *apartament + probability: 0.65 + alternatives: + - alternative: *apartament_latin + probability: 0.05 + - alternative: *staya + probability: 0.25 + - alternative: *staya_latin + probability: 0.05 + + numeric_probability: 0.9 # e.g. ап 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1А + alpha_plus_numeric_probability: 0.03 # e.g. AА1 + alpha_probability: 0.04 # e.g. ап А + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.1 + + zones: + commercial: + default: *ofis + probability: 0.75 + alternatives: + - alternative: *ofis_latin + probability: 0.05 + - alternative: *staya + probability: 0.15 + - alternative: *staya_latin + probability: 0.05 + numeric_probability: 0.95 # e.g. ofis 1 + numeric_plus_alpha_probability: 0.01 # e.g. ofis 1A + alpha_plus_numeric_probability: 0.01 # e.g. of A1 + alpha_probability: 0.03 # e.g. of A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + university: + default: *staya + probability: 0.95 + alternatives: + - alternative: *staya_latin + probability: 0.05 + numeric_probability: 0.95 # e.g. staya 1 + numeric_plus_alpha_probability: 0.01 # e.g. staya 1A + alpha_plus_numeric_probability: 0.01 # e.g. staya A1 + alpha_probability: 0.03 # e.g. staya A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 \ No newline at end of file diff --git a/resources/addresses/bs.yaml b/resources/addresses/bs.yaml new file mode 100644 index 0000000..810c7ed --- /dev/null +++ b/resources/addresses/bs.yaml @@ -0,0 +1,585 @@ +# bs.yaml +# ------- +# Bosnian language specification + +components: + level: + null_probability: 0.9 + alphanumeric_probability: 0.1 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.7 + alphanumeric_probability: 0.3 + + combinations: + - + components: + - house_number + - staircase + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.1 + # For unit types like 2/34 + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + + +numbers: + no_number: + default: + canonical: bez broja + abbreviated: bb + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + + default: &broj + canonical: broj + abbreviated: br + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + numeric_affix: + affix: "br." + whitespace_probability: 0.6 + direction: left + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + alphanumeric_phrase_probability: 0.05 + no_number_probability: 0.05 + + +and: + default: &i + canonical: i + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + +cross_streets: + i: *i + at: &na + canonical: na + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + corner: &ugao + canonical: ugao + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + corner_of: &uglu + canonical: uglu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + na_uglu: &na_uglu + canonical: na uglu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *i + probability: 0.65 + alternatives: + - alternative: *na + probability: 0.1 + - alternative: *uglu + probability: 0.1 + - alternative: *na_uglu + probability: 0.1 + - alternative: *ugao + probability: 0.05 + + izmedu: &izmedu + canonical: između + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + between: + default: *izmedu + +levels: + sprat: &sprat + canonical: sprat + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + kat: &kat + canonical: kat + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + prizemlje: &prizemlje + canonical: prizemlje + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + parter: &parter + canonical: parter + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + mezanino: &mezanin + canonical: mezanin + half_floors: true + canonical_probability: 0.8 + sample_probability: 0.2 + sample: true + # e.g. mezanin 2 + numeric: + direction: left + # e.g. 2. mezanin + ordinal: + direction: right + numeric_probability: 0.1 + ordinal_probability: 0.2 + standalone_probability: 0.6 + podrum: &podrum + canonical: podrum + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + # e.g. podrum 1 + numeric: + direction: left + direction_probability: 0.8 + # e.g. 1. podrum + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + standalone_probability: 0.99 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + ordinal_probability: 0.005 + + aliases: + "<-1": + default: *podrum + "-1": + default: *podrum + # Special token for half-floors + half_floors: + default: *mezanin + "0": + default: *prizemlje + probability: 0.5 + alternatives: + - alternative: *parter + probability: 0.4 + - alternative: *kat + probability: 0.05 + - alternative: *sprat + probability: 0.05 + + numbering_starts_at: 0 + + alphanumeric: + default: *kat + probability: 0.5 + alternatives: + - alternative: *sprat + probability: 0.5 + numeric_probability: 0.69 # With this probability, pick an integer + roman_numeral_probability: 0.3 # Pick a Roman numeral for the actual value + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + + +categories: + near: + default: + canonical: u blizini + nearby: + default: + canonical: u blizini + probability: 0.6 + alternatives: + - alternative: + canonical: u blizini ovdje + probability: 0.3 + - alternative: + canonical: ovde + probability: 0.1 + + near_me: + default: + canonical: u blizini mene + + # Don't worry about agreement + in: + default: + canonical: u + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +directions: + right: &desno + canonical: desno + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + left: &lijevo + canonical: lijevo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *desno + probability: 0.5 + - alternative: *lijevo + probability: 0.5 + +cardinal_directions: + east: &istok + canonical: istok + abbreviated: i + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: i + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &zapad + canonical: zapad + abbreviated: z + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: z + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &sjever + canonical: sjever + abbreviated: s + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &jug + canonical: jug + abbreviated: j + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: j + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *sjever + probability: 0.25 + - alternative: *istok + probability: 0.23 + - alternative: *jug + probability: 0.23 + - alternative: *zapad + probability: 0.23 + +entrances: + ulaz: &ulaz + canonical: ulaz + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Ulaz 1, Ulaz A, etc. + alphanumeric: &entrance_alphanumeric + default: *ulaz + numeric_probability: 0.1 # e.g. Ulaz 1 + alpha_probability: 0.85 # e.g. Ulaz A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + +staircases: + stubiste: &stubiste + canonical: stubište + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + + alphanumeric: &staircase_alphanumeric + default: *stubiste + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: right + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *desno + probability: 0.2 + - alternative: *lijevo + probability: 0.2 + - alternative: *sjever + probability: 0.15 + - alternative: *jug + probability: 0.15 + - alternative: *istok + probability: 0.15 + - alternative: *zapad + probability: 0.15 + +po_boxes: + postanski_pretinac: &postanski_pretinac + canonical: poštanski pretinac + abbreviated: p.p + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.4 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + + alphanumeric: + default: *postanski_pretinac + numeric_probability: 0.9 # pp 123 + alpha_probability: 0.05 # p.p A + numeric_plus_alpha_probability: 0.04 # pp 123G + alpha_plus_numeric_probability: 0.01 # pp A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + stan: &stan + canonical: stan + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + apartman: &apartman + canonical: apartman + abbreviated: ap + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.2 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + + soba: &soba + canonical: soba + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + ured: &ured + canonical: ured + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + + alphanumeric: &unit_alphanumeric + default: *stan + probability: 0.6 + alternatives: + - alternative: *apartman + probability: 0.3 + - alternative: *soba + probability: 0.1 + numeric_probability: 0.9 # e.g. stan. 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. stan A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.05 + + zones: + commercial: &commercial_unit_types + default: *soba + probability: 0.6 + alternatives: + - alternative: *ured + probability: 0.4 + numeric_probability: 0.95 # e.g. soba 1 + numeric_plus_alpha_probability: 0.01 # e.g. soba 1A + alpha_plus_numeric_probability: 0.01 # e.g. soba A1 + alpha_probability: 0.03 # e.g. soba A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + university: + default: *soba + numeric_probability: 0.95 # e.g. soba 1 + numeric_plus_alpha_probability: 0.01 # e.g. soba 1A + alpha_plus_numeric_probability: 0.01 # e.g. soba A1 + alpha_probability: 0.03 # e.g. soba A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 diff --git a/resources/addresses/ca.yaml b/resources/addresses/ca.yaml new file mode 100644 index 0000000..699cf48 --- /dev/null +++ b/resources/addresses/ca.yaml @@ -0,0 +1,856 @@ +# ca.yaml +# ------- +# Catalan language specification + +components: + level: + # If no floor number is specified + null_probability: 0.6 + alphanumeric_probability: 0.35 + standalone_probability: 0.05 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + # If no unit number is specified + null_probability: 0.3 + alphanumeric_probability: 0.65 + standalone_probability: 0.05 + +numbers: + default: &numero + canonical: número + abbreviated: "nº" + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.7 + sample_probability: 0.2 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" # e.g. #3, #2F, etc. + probability: 0.5 + alternatives: + - alternative: + direction: left # affix goes on the number's left + + # Probabilities for numbers + numeric_probability: 0.7 + numeric_affix_probability: 0.3 + +and: + default: &i + canonical: i + abbreviated: "&" + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.4 + sample_probability: 0.1 + +house_numbers: + # sense número (s/n) addresses + no_number: + default: + canonical: sense número + abbreviated: s/n + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.7 + sample_probability: 0.2 + alphanumeric: + default: *numero + + alphanumeric_phrase_probability: 0.01 + no_number_probability: 0.1 # With this probability, use sense número if no house_number is specified + + + +levels: + # Everywhere except Spain + floor: &pis + canonical: pis + abbreviated: p + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.1 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true # Occasionally add variation of "number", e.g. Pis No 2 + add_number_phrase_probability: 0.05 + numeric_affix: + affix: p + direction: left # P2 + # e.g. 2o piso + ordinal: + direction: right + direction_probability: 0.95 # Let it vary occasionally e.g. Pis 2o + standalone_probability: 0.2 # Let e.g. 5º be the entire floor string + # If ordinal is selected, chance of e.g. just using 2o without Piso + null_phrase_probability: 0.6 + numeric_probability: 0.2 + numeric_affix_probability: 0.05 + ordinal_probability: 0.75 + # Ground floor + baixos: &baixos + canonical: baixos + abbreviated: bxs + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.3 + sample_probability: 0.1 + pis_baix: &pis_baix + canonical: pis baix + abbreviated: pb + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + sota: &sota + canonical: sota + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + # Used when floor number is < 0 (starts at -1 in all countries) + soterrani: &soterrani + canonical: soterrani + abbreviated: so + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + # e.g. soterrani 1 + numeric: + direction: left + numeric_affix: + affix: so + direction: left + # e.g. segon soterrani + ordinal: + direction: right + standalone_probability: 0.985 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + sub_soterrani: &sub_soterrani + canonical: sub soterrani + abbreviated: ss + sample: true + # e.g. sub soterrani 1 + numeric: + direction: left + numeric_affix: + affix: ss + direction: left + # e.g. segon sub soterrani + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 2 + # Soterrani 2 == Sub-soterrani 1 + number_subtract_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + entresol: &entresol + canonical: entresòl + abbreviated: entl + half_floors: true + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + # e.g. entresòl 2 + numeric: + direction: left + # e.g. ent2 + numeric_affix: + affix: ent + direction: left + # e.g. segon entresòl + ordinal: + direction: right + numeric_probability: 0.1 + numeric_affix_probability: 0.1 + ordinal_probability: 0.2 + standalone_probability: 0.6 + pis_principal: &pis_principal + canonical: pis principal + abbreviated: pis pral + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.3 + sample_probability: 0.5 + principal: &principal + canonical: principal + abbreviated: pral + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.6 + sample_probability: 0.2 + atic: &atic + canonical: àtic + abbreviated: át + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.1 + sample_probability: 0.2 + sobreatic: &sobreatic + canonical: sobreàtic + aliases: + "<-1": + default: *soterrani + probability: 0.6 + alternatives: + - alternative: *sub_soterrani + probability: 0.3995 + - alternative: *pis + probability: 0.0005 + "-1": + default: *soterrani + probability: 0.9995 + alternatives: + - alternative: *pis + probability: 0.0005 + # Special token for half-floors + half_floors: + default: *entresol + "0": + default: *baixos + probability: 0.495 + alternatives: + - alternative: *pis_baix + probability: 0.395 + - alternative: *sota + probability: 0.1 + - alternative: *pis + # Piso 0 is uncommon + probability: 0.01 + top: + default: *pis + probability: 0.85 + alternatives: + - alternative: *atic + probability: 0.1 + - alternative: *sobreatic + probability: 0.05 + + numbering_starts_at: 0 + + alphanumeric: + default: *pis + add_number_phrase: true + add_number_phrase_probability: 0.05 + numeric_probability: 0.99 + alpha_probability: 0.01 + +blocks: + alphanumeric: + default: + canonical: bloc + abbreviated: bl + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: left + +categories: + near: + default: + canonical: a prop de + probability: 0.5 + alternatives: + - alternative: + canonical: prop de + probability: 0.2 + - alternative: + canonical: prop + probability: 0.1 + - alternative: + canonical: a prop + probability: 0.1 + - alternative: + canonical: proper + probability: 0.05 + - alternative: + canonical: proper a + probability: 0.05 + + nearby: + default: + canonical: proper + probability: 0.5 + alternatives: + - alternative: + canonical: a prop + probability: 0.1 + - alternative: + canonical: a prop d'aquí + probability: 0.1 + - alternative: + canonical: a prop d'aqui + probability: 0.1 + - alternative: + canonical: aquí + probability: 0.1 + - alternative: + canonical: aqui + probability: 0.1 + near_me: + default: + canonical: a prop meu + in: + default: + canonical: a + probability: 0.6 + alternatives: + - alternative: + canonical: dins + probability: 0.2 + - alternative: + canonical: en + probability: 0.2 + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +cross_streets: + and: *i + amb: &amb + canonical: amb + a: &a + canonical: a + corner_of: &cantonada_de + canonical: cantonada de + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + at_the_corner_of: &a_la_cantonada_de + canonical: a la cantonada de + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + corner: &cantonada + canonical: cantonada + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + + intersection: + default: *i + probability: 0.55 + alternatives: + - alternative: *amb + probability: 0.2 + - alternative: *a + probability: 0.1 + - alternative: *cantonada_de + probability: 0.09 + - alternative: *a_la_cantonada_de + probability: 0.05 + - alternative: *cantonada + probability: 0.01 + + between: + canonical: entre + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probabililty: 0.5 + + +po_boxes: + apartat: &apartat + canonical: apartat + abbreviated: apt + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.4 # Apt No 1234 + numeric_probability: 1.0 + alphanumeric: + sample: false + default: *apartat + numeric_probability: 0.9 # Apt 123 + alpha_probability: 0.05 # Apt A + numeric_plus_alpha_probability: 0.04 # Apt 123G + alpha_plus_numeric_probability: 0.01 # Apt A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +postcodes: + alphanumeric: + default: + canonical: codi postal + abbreviated: cp + sample: true + canonical_probability: 0.01 + abbreviated_probability: 0.95 + sample_probability: 0.04 + + numeric: + # Postcodes in Spain and Latin America are sometimes prefixed by CP + direction: left + + numeric_affix: + affix: cp + direction: left + # null_probability means the chance of doing nothing e.g. just the postal code + null_probability: 0.7 + numeric_probability: 0.18 + numeric_affix_probability: 0.12 + strict_numeric: true + +directions: + right: &dreta + canonical: dreta + abbreviated: dta + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: d + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + left: &esquerra + canonical: esquerra + abbreviated: esq + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: e + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + rear: &posterior + canonical: posterior + abbreviated: pos + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: right + front: &front + canonical: front + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *dreta + probability: 0.45 + - alternative: *esquerra + probability: 0.45 + - alternative: *posterior + probability: 0.05 + - alternative: *front + probability: 0.05 + + anteroposterior: + alternatives: + - alternative: *front + probability: 0.5 + - alternative: *posterior + probability: 0.5 + + lateral: + alternatives: + - alternative: *dreta + probability: 0.5 + - alternative: *esquerra + probability: 0.5 + + + + +cardinal_directions: + east: &est + canonical: est + abbreviated: e + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: e + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &oest + canonical: oest + abbreviated: w + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: w + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &nord + canonical: nord + abbreviated: n + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &sud + canonical: sud + abbreviated: s + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *nord + probability: 0.25 + - alternative: *est + probability: 0.25 + - alternative: *sud + probability: 0.25 + - alternative: *oest + probability: 0.25 + +entrances: + entrada: &entrada + canonical: entrada + abbreviated: entr + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.2 + sample_probability: 0.3 + numeric: + direction: left + + # Entrance 1, Entrance A, etc. + alphanumeric: + default: *entrada + numeric_probability: 0.1 # e.g. Entrance 1 + alpha_probability: 0.85 # e.g. Entrnace A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + modifier: + alternatives: + - alternative: *nord + - alternative: *sud + - alternative: *est + - alternative: *oest + - alternative: *dreta + - alternative: *esquerra + - alternative: *posterior + - alternative: *front + +staircases: + escala: &escala + canonical: escala + abbreviated: esc + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + + alphanumeric: + # For alphanumerics, Stair A, Stair 1, etc. + default: *escala + numeric_probability: 0.6 # e.g. Escalera 1 + alpha_probability: 0.35 # e.g. Escalera A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: right # e.g. Escalera Izq + direction_probability: 0.8 + modifier: + alternatives: + - alternative: *nord + - alternative: *sud + - alternative: *est + - alternative: *oest + - alternative: *dreta + - alternative: *esquerra + - alternative: *posterior + - alternative: *front + +units: + flat: &apartament + canonical: apartament + abbreviated: apmt + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + door: &porta + canonical: porta + abbreviated: pta + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + # If it's just puerta B, many times it's just e.g. 3o B for "tercero piso puerta B" + null_phrase_probability: 0.15 + ordinal: + direction: right + gender: f + direction_probability: 0.95 # Let it vary occasionally e.g. Porta 2a + null_phrase_probability: 0.8 # Let e.g. 5a be the entire unit string + numeric_probability: 0.25 + ordinal_probability: 0.75 + lletra: &lletra + canonical: lletra + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + office: &oficina + canonical: oficina + abbreviated: of + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + numeric: + direction: left + # Another word for unit, used more in Colombia + unitat: &unitat + canonical: unitat + abbreviated: un + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + lot: &lot + canonical: lot + abbreviated: lt + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + parcel: &parcella + canonical: parcel·la + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + habitacio: &habitacio + canonical: habitació + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + casa: &casa + canonical: casa + numeric: + direction: left + room: &sala + canonical: sala + numeric: + direction: left + alphanumeric: &unit_alphanumeric + default: *porta + probability: 0.8 + sample: true + alternatives: + - alternative: *apartament + probability: 0.1 + - alternative: *casa + probability: 0.1 + + # Separate random probability for adding directions like 2o Izq, 2 Dcha, etc. + add_direction: true + add_direction_probability: 0.1 + add_direction_numeric: true # Only for numbers + add_direction_standalone: true # A unit can be as simple as "D" + + numeric_probability: 0.7 # e.g. Porta 1a + numeric_plus_alpha_probability: 0.01 # e.g. Porta 1A + alpha_plus_numeric_probability: 0.01 # e.g. Porta A1 + alpha_probability: 0.28 # e.g. Porta A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + alpha: + default: *porta + probability: 0.8 + alternatives: + - alternative: *lletra + probability: 0.12 + - alternative: *apartament + probability: 0.05 + - alternative: *casa + probability: 0.01 + - alternative: *unitat + probability: 0.01 + - alternative: *habitacio + probability: 0.01 + + zones: + residential: *unit_alphanumeric + commercial: + default: *oficina + probability: 0.8 + alternatives: + - alternative: *sala + probability: 0.2 + + numeric_probability: 0.9 # e.g. Oficina 1 + numeric_plus_alpha_probability: 0.01 # e.g. Oficina 1A + alpha_plus_numeric_probability: 0.01 # e.g. Oficina A1 + alpha_probability: 0.08 # e.g. Oficina A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + alpha: + default: *oficina + probability: 0.8 + alternatives: + - alternative: *sala + probability: 0.15 + - alternative: *lletra + probability: 0.05 + + industrial: + default: *lot + probability: 0.5 + alternatives: + - alternative: *oficina + probability: 0.3 + - alternative: *unitat + probability: 0.19 + - alternative: *parcella + probability: 0.01 + + numeric_probability: 0.9 # e.g. Lote 1 + numeric_plus_alpha_probability: 0.01 # e.g. Lote 1A + alpha_plus_numeric_probability: 0.01 # e.g. Lote A1 + alpha_probability: 0.08 # e.g. Lote A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + university: + default: *sala + probability: 0.9 + alternatives: + - alternative: *porta + probability: 0.1 + + numeric_probability: 0.9 # e.g. Sala 1 + numeric_plus_alpha_probability: 0.01 # e.g. Sala 1A + alpha_plus_numeric_probability: 0.01 # e.g. Sala A1 + alpha_probability: 0.08 # e.g. Sala A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + alpha: + default: *sala + probability: 0.9 + alternatives: + - alternative: *porta + probability: 0.08 + - alternative: *lletra + probability: 0.02 + + allotments: + lot: + default: *lot + numeric_probability: 0.8 + alphanumeric_probability: 0.1 + alpha_probability: 0.1 + parcel: + default: *parcella + numeric_probability: 0.3 + alphanumeric_probability: 0.3 + alpha_probability: 0.4 + lot_probability: 0.9 + parcel_probability: 0.06 + lot_plus_parcel_probability: 0.02 + parcel_plus_lot_probability: 0.02 diff --git a/resources/addresses/cs.yaml b/resources/addresses/cs.yaml new file mode 100644 index 0000000..12729e1 --- /dev/null +++ b/resources/addresses/cs.yaml @@ -0,0 +1,570 @@ +# cs.yaml +# ------- +# Czech language specification + + +components: + level: + null_probability: 0.95 + alphanumeric_probability: 0.04 + standalone_probability: 0.01 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.9 + alphanumeric_probability: 0.1 + + # Note: no combinations because of the house numbering scheme + +numbers: + default: &cislo + canonical: číslo + abbreviated: č + sample: true + # Probabilities + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + numeric_affix: + affix: "č." + direction: left + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + +and: + default: &a + canonical: a + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + +conscription_numbers: + alphanumeric: + default: + canonical: číslo popisné + abbreviated: "č.p." + canonical_probability: 0.05 + abbreviated_probability: 0.85 + sample: true + sample_probability: 0.1 + numeric: + direction: left + +cross_streets: + and: *a + at: &na + canonical: na + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + corner_of: &rohu + canonical: rohu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + corner: &roh + canonical: roh + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + at_the_corner_of: &na_rohu + canonical: na rohu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *a + probability: 0.6 + alternatives: + - alternative: *na + probability: 0.1 + - alternative: *rohu + probability: 0.1 + - alternative: *roh + probability: 0.1 + - alternative: *na_rohu + probability: 0.1 + + between: + canonical: mezi + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + +levels: + floor: &patro + canonical: patro + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + nadzemni_podlazi: &nadzemni_podlazi + canonical: nadzemní podlaží + abbreviated: np + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.8 + sample_probability: 0.1 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + numeric_probability: 0.4 + ordinal_probability: 0.6 + etaz: &etaz + canonical: etáž + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + numeric_probability: 0.4 + ordinal_probability: 0.6 + prizemi: &prizemi + canonical: přízemí + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + podzemni_podlazi: &podzemni_podlazi + canonical: podzemní podlaží + abbreviated: pp + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.2 + sample_probability: 0.3 + # e.g. podzemní podlaží 1 + numeric: + direction: left + direction_probability: 0.8 + # e.g. pp1 + numeric_affix: + affix: pp + direction: left + # e.g. 1. podzemní podlaží + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + standalone_probability: 0.985 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + aliases: + "<-1": + default: *podzemni_podlazi + "-1": + default: *podzemni_podlazi + "0": + default: *prizemi + probability: 0.9 + alternatives: + - alternative: *patro + probability: 0.1 + + numbering_starts_at: 0 + + alphanumeric: + default: *patro + probability: 0.8 + alternatives: + - alternative: *nadzemni_podlazi + probability: 0.19 + - alternative: *etaz + probability: 0.01 + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +categories: + near: + default: + canonical: poblíž + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.75 + alternatives: + - alternative: + canonical: v blízkém okolí + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: u + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: kolem + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + probability: 0.05 + nearby: + default: + canonical: poblíž + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.45 + alternatives: + - alternative: + canonical: blízko + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.2 + - alternative: + canonical: v blízkosti + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: tady poblíž + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: tady + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.05 + - alternative: + canonical: okolo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.05 + - alternative: + canonical: v okolí + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.05 + near_me: + default: + canonical: v blízkosti mně + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + # Don't worry about agreement + in: + default: + canonical: v + probability: 0.7 + alternatives: + - alternative: + canonical: ve + probability: 0.3 + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +directions: + right: &prava + canonical: pravá + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + left: &leva + canonical: levá + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *prava + probability: 0.5 + - alternative: *leva + probability: 0.5 + +cardinal_directions: + east: &vychod + canonical: východ + abbreviated: v + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &zapad + canonical: západ + abbreviated: z + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: z + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &sever + canonical: sever + abbreviated: s + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &jih + canonical: jih + abbreviated: j + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: j + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *sever + probability: 0.25 + - alternative: *vychod + probability: 0.25 + - alternative: *jih + probability: 0.25 + - alternative: *zapad + probability: 0.25 +entrances: + vchod: &vchod + canonical: vchod + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Wejście 1, Wejście A, etc. + alphanumeric: &entrance_alphanumeric + default: *vchod + numeric_probability: 0.1 # e.g. Wejście 1 + alpha_probability: 0.85 # e.g. Wejście A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + schodiste: &schodiste + canonical: schodiště + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + default: *schodiste + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *sever + - alternative: *jih + - alternative: *vychod + - alternative: *zapad + +po_boxes: + postovni_prihradka: &postovni_prihradka + canonical: poštovní přihrádka + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # poštovní přihrádka 1234 + alphanumeric: + default: *postovni_prihradka + numeric_probability: 0.9 # poštovní přihrádka 123 + alpha_probability: 0.05 # poštovní přihrádka A + numeric_plus_alpha_probability: 0.04 # poštovní přihrádka 123G + alpha_plus_numeric_probability: 0.01 # poštovní přihrádka A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + apartaman: &apartaman + canonical: apartmán + abbreviated: apt + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.5 + sample_probability: 0.3 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + pokoj: &pokoj + canonical: pokoj + abbreviated: pok + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + kancelar: &kancelar + canonical: kancelář + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + alphanumeric: &unit_alphanumeric + default: *apartaman + probability: 0.9 + alternatives: + - alternative: *pokoj + probability: 0.1 + numeric_probability: 0.9 # e.g. apt. 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. apt. A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.01 + + zones: + commercial: &commercial_unit_types + default: *pokoj + probability: 0.6 + alternatives: + - alternative: *kancelar + probability: 0.4 + numeric_probability: 0.95 # e.g. pokoj 1 + numeric_plus_alpha_probability: 0.01 # e.g. pokoj 1A + alpha_plus_numeric_probability: 0.01 # e.g. pokoj A1 + alpha_probability: 0.03 # e.g. pokoj A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + university: + default: *pokoj + numeric_probability: 0.95 # e.g. pokoj 1 + numeric_plus_alpha_probability: 0.01 # e.g. pok 1A + alpha_plus_numeric_probability: 0.01 # e.g. pokoj A1 + alpha_probability: 0.03 # e.g. pokoj A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 diff --git a/resources/addresses/da.yaml b/resources/addresses/da.yaml new file mode 100644 index 0000000..c3007bf --- /dev/null +++ b/resources/addresses/da.yaml @@ -0,0 +1,599 @@ +# da.yaml +# ------- +# Danish language specification. + +components: + level: + null_probability: 0.85 + alphanumeric_probability: 0.1 + standalone_probability: 0.05 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.75 + alphanumeric_probability: 0.25 + + combinations: + - + components: + - level + - unit + label: unit + separators: + - separator: "-" + probability: 0.9 + - separator: " - " + probability: 0.1 + probability: 0.005 + - + components: + - entrance + - unit + label: unit + separators: + - separator: "-" + probability: 0.9 + - separator: " - " + probability: 0.1 + probability: 0.001 + + +numbers: + default: &nummer + canonical: nummer + abbreviated: nr + sample: true + # Probabilities + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" + direction: left + + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + +house_numbers: + alphanumeric: + default: *nummer + + alphanumeric_phrase_probability: 0.0001 + + +and: + default: &og + canonical: og + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + +cross_streets: + and: *og + corner_of: &hjorne_af + canonical: hjørne af + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + at_the_corner_of: &pa_hjornet_af + canonical: på hjørnet af + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *og + probability: 0.7 + alternatives: + - alternative: *hjorne_af + probability: 0.15 + - alternative: *pa_hjornet_af + probability: 0.15 + + between: + canonical: mellem + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + +levels: + floor: &sal + canonical: sal + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: right + direction_probability: 0.9 + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + etage: &etage + canonical: etage + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: right + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + stuen: &stuen + canonical: stuen + abbreviated: st + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + stueetage: &stueetage + canonical: stueetage + sample: true + canonical_probability: 0.3 + sample_probability: 0.7 + kaelderen: &kaelderen + canonical: kælderen + abbreviated: kl + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.6 + sample_probability: 0.2 + # e.g. 1 kælderen + numeric: + direction: right + direction_probability: 0.8 + # e.g. k1 + numeric_affix: + affix: k + direction: left + # e.g. 1. kl + ordinal: + direction: right + standalone_probability: 0.985 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + aliases: + "<-1": + default: *kaelderen + "-1": + default: *kaelderen + "0": + default: *stuen + probability: 0.9 + alternatives: + - alternative: *stueetage + probability: 0.1 + + numbering_starts_at: 0 + + alphanumeric: + default: *sal + probability: 0.7 + alternatives: + - alternative: *etage + probability: 0.3 + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +categories: + near: + default: + canonical: i nærheden af + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.7 + alternatives: + - alternative: + canonical: tæt på + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.2 + - alternative: + canonical: tæt ved + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + nearby: + default: + canonical: i nærheden + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.4 + alternatives: + - alternative: + canonical: rundt her + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.2 + - alternative: + canonical: nær her + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: nær + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: omkring her + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: tæt på her + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + near_me: + default: + canonical: nær ​​mig + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.8 + alternatives: + - alternative: + canonical: i nærheden af ​​mig + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: tæt på mig + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + + # Don't worry about agreement + in: + default: + canonical: i + probability: 0.8 + alternatives: + - alternative: + canonical: om + probability: 0.1 + - alternative: + canonical: på + probability: 0.1 + + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + + +directions: + right: &til_hojre + canonical: til højre + abbreviated: t.h + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.5 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: t.h + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + left: &til_venstre + canonical: til venstre + abbreviated: t.v + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.6 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: t.v + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + middle: &midt_for + canonical: midt for + abbreviated: m.f + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.6 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: m.f + direction: right + whitespace_probability: 0.1 + alternatives: + - alternative: *til_hojre + probability: 0.45 + - alternative: *til_venstre + probability: 0.45 + - alternative: *midt_for + probability: 0.1 + + +cardinal_directions: + east: &ost + canonical: øst + abbreviated: ø + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: ø + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &vest + canonical: vest + abbreviated: v + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &nord + canonical: nord + abbreviated: n + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &syd + canonical: syd + abbreviated: s + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *nord + probability: 0.25 + - alternative: *ost + probability: 0.25 + - alternative: *syd + probability: 0.25 + - alternative: *vest + probability: 0.25 + + +entrances: + indgang: &indgang + canonical: indgang + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Eingang 1, Eingang A, etc. + alphanumeric: &entrance_alphanumeric + default: *indgang + numeric_probability: 0.1 # e.g. Eingang 1 + alpha_probability: 0.85 # e.g. Eingang A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + stiege: &stiege + canonical: stiege + abbreviated: stg + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + numeric: + direction: left + trappe: &trappe + canonical: trappe + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + default: *trappe + probability: 0.8 + alternatives: + - alternative: *stiege + probability: 0.2 + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *nord + - alternative: *syd + - alternative: *ost + - alternative: *vest + +po_boxes: + postboks: &postboks + canonical: postboks + abbreviated: pb + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # Pb No 1234 + boks: &boks + canonical: boks + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # Boks No 1234 + alphanumeric: + sample: false + default: *postboks + probability: 0.9 + alternatives: + - alternative: *boks + probability: 0.1 + numeric_probability: 0.9 # Pb 123 + alpha_probability: 0.05 # Pb A + numeric_plus_alpha_probability: 0.04 # Pb 123G + alpha_plus_numeric_probability: 0.01 # Pb A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + lejlighed: &lejlighed + canonical: lejlighed + abbreviated: ljd + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.1 + sample_probability: 0.3 + numeric: + direction: left + null_phrase_probability: 0.5 + # Lejlighed nummer 4 + add_number_phrase: true + add_number_phrase_probability: 0.05 + hus: &hus + canonical: hus + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + vaerelse: &vaerelse + canonical: værelse + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + alphanumeric: &unit_alphanumeric + default: *lejlighed + probability: 0.8 + alternatives: + - alternative: *hus + probability: 0.1 + - alternative: *vaerelse + probability: 0.1 + numeric_probability: 0.9 # e.g. Lejlighed 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. Lejl A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # Separate random probability for adding directions like 2R, 2L, etc. + add_direction: true + add_direction_probability: 0.5 + + # Add directions for plain numbers + add_direction_numeric: true + # Add direction only e.g. Lejlighed Rechts + add_direction_standalone: true + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.1 diff --git a/resources/addresses/de.yaml b/resources/addresses/de.yaml new file mode 100644 index 0000000..143e49a --- /dev/null +++ b/resources/addresses/de.yaml @@ -0,0 +1,728 @@ +# de.yaml +# ------- +# Note: this will only apply to the German language code, which encompasses Germany, +# Austria, Switzerland (but not Swiss-German, which has its own language code), +# Lichtenstein, Luxembourg (Luxembourgish has its own language code), and part of Belgium. + + +components: + level: + null_probability: 0.85 + alphanumeric_probability: 0.1 + standalone_probability: 0.05 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.9 + alphanumeric_probability: 0.1 + + combinations: + # e.g. 2/34, more common way to specify a unit number in German + # if unit exists in the first place + - + components: + - house_number + - unit + label: house_number + separators: + - separator: / + probability: 0.8 + - separator: "-" + probability: 0.1 + - separator: " - " + probability: 0.1 + probability: 0.05 + + +numbers: + default: &nummer + canonical: nummer + abbreviated: nr + sample: true + # Probabilities + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" + direction: left + + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + +house_numbers: + gebaude: &gebaude + canonical: gebäude + abbreviated: geb + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.5 + sample_probability: 0.05 + numeric: + direction: left + alphanumeric: + default: *nummer + probability: 0.95 + alternatives: + - alternative: *gebaude + probability: 0.05 + + alphanumeric_phrase_probability: 0.05 + +conscription_numbers: + alphanumeric: + default: + canonical: konskriptionsnummer + abbreviated: konskr. nr + canonical_probability: 0.15 + abbreviated_probability: 0.65 + sample: true + sample_probability: 0.2 + numeric: + direction: left + +and: + default: &und + canonical: und + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + +cross_streets: + and: *und + corner_of: &ecke_von + canonical: ecke von + at_the_corner_of: &an_der_ecke_von + canonical: an der ecke von + intersection: + default: *und + probability: 0.7 + alternatives: + - alternative: *ecke_von + probability: 0.15 + - alternative: *an_der_ecke_von + probability: 0.15 + + between: + canonical: zwischen + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + +levels: + floor: &obergeschoss + canonical: obergeschoss + abbreviated: og + sample: true + add_number_phrase: true + add_number_phrase_probability: 0.1 + canonical_probability: 0.5 + abbreviated_probability: 0.4 + sample_probability: 0.1 + numeric: + direction: right + numeric_affix: + affix: og + direction: right + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.3 + numeric_affix_probability: 0.5 + ordinal_probability: 0.2 + etage: &etage + canonical: etage + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: right + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + stock: &stock + canonical: stock + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: right + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.1 + ordinal_probability: 0.9 + erdgeschoss: &erdgeschoss + canonical: erdgeschoss + abbreviated: eg + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + untergeschoss: &untergeschoss + canonical: untergeschoss + abbreviated: ug + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + # e.g. Basement 1 + numeric: + direction: left + # e.g. 1ug + numeric_affix: + affix: ug + direction: left + # e.g. 1. UG + ordinal: + direction: right + standalone_probability: 0.985 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + unterste_etage: &unterste_etage + canonical: unterste etage + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + oberste_etage: &oberste_etage + canonical: oberste etage + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + + aliases: + "<-1": + default: *untergeschoss + "-1": + default: *untergeschoss + "0": + default: *erdgeschoss + probability: 0.9 + alternatives: + - alternative: *unterste_etage + probability: 0.1 + "top": + default: *obergeschoss + probability: 0.75 + alternatives: + - alternative: *stock + probability: 0.1 + - alternative: *etage + probability: 0.05 + - alternative: *oberste_etage + probability: 0.1 + + numbering_starts_at: 0 + + alphanumeric: + default: *obergeschoss + probability: 0.85 + alternatives: + - alternative: *stock + probability: 0.1 + - alternative: *etage + probability: 0.05 + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +categories: + near: + default: + canonical: nähe + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.5 + alternatives: + - alternative: + canonical: bei + probability: 0.3 + - alternative: + canonical: nah + probability: 0.15 + - alternative: + canonical: nahe an + probability: 0.05 + nearby: + default: + canonical: hier in der nähe + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.4 + alternatives: + - alternative: + canonical: in der nähe + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.3 + - alternative: + canonical: in der nähe hier + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: in der nähe von + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: nahe gelegen + probability: 0.05 + - alternative: + canonical: hier in der gegend + probability: 0.05 + + near_me: + default: + canonical: in meiner nähe + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.9 + alternatives: + - alternative: + canonical: in der nähe zu mir + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + # Don't worry about agreement + in: + default: + canonical: in + probability: 0.6 + alternatives: + - alternative: + canonical: im + probability: 0.2 + - alternative: + canonical: um + probability: 0.2 + + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + + +directions: + right: &rechts + canonical: rechts + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: r + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + left: &links + canonical: links + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: l + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + alternatives: + - alternative: *rechts + probability: 0.5 + - alternative: *links + probability: 0.5 + + +cardinal_directions: + east: &ost + canonical: ost + abbreviated: o + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: o + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &west + canonical: west + abbreviated: w + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: w + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &nord + canonical: nord + abbreviated: n + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &sud + canonical: süd + abbreviated: s + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *nord + probability: 0.25 + - alternative: *ost + probability: 0.25 + - alternative: *sud + probability: 0.25 + - alternative: *west + probability: 0.25 + + +entrances: + eingang: &eingang + canonical: eingang + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Eingang 1, Eingang A, etc. + alphanumeric: &entrance_alphanumeric + default: *eingang + numeric_probability: 0.1 # e.g. Eingang 1 + alpha_probability: 0.85 # e.g. Eingang A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + stiege: &stiege + canonical: stiege + abbreviated: stg + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + numeric: + direction: left + treppe: &treppe + canonical: treppe + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + default: *stiege + probability: 0.6 + alternatives: + - alternative: *treppe + probability: 0.4 + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *nord + - alternative: *sud + - alternative: *ost + - alternative: *west + +po_boxes: + postfach: &postfach + canonical: postfach + abbreviated: pf + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # PF No 1234 + numeric_probability: 1.0 + alphanumeric: + sample: false + default: *postfach + numeric_probability: 0.9 # Apdo 123 + alpha_probability: 0.05 # Apdo A + numeric_plus_alpha_probability: 0.04 # Apdo 123G + alpha_plus_numeric_probability: 0.01 # Apdo A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + halle: &halle + canonical: halle + numeric: + direction: left + wohnung: &wohnung + canonical: wohnung + abbreviated: whg + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.1 + sample_probability: 0.3 + plural: + canonical: wohnungen + numeric: + direction: left + # Wohnung nummer 4 + add_number_phrase: true + add_number_phrase_probability: 0.2 + haus: &haus + canonical: haus + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + wohnungsnummer: &wohnungsnummer + canonical: wohnungsnummer + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + numeric: + direction: left + appartement: &appartement + canonical: appartement + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + buro: &buro + canonical: büro + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + zimmer: &zimmer + canonical: zimmer + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + alphanumeric: &unit_alphanumeric + default: *wohnung + probability: 0.8 + alternatives: + - alternative: *wohnungsnummer + probability: 0.1 + - alternative: *appartement + probability: 0.05 + - alternative: *haus + probability: 0.05 + + numeric_probability: 0.9 # e.g. Wohnung 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. Wohnung A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # Separate random probability for adding directions like 2R, 2L, etc. + add_direction: true + add_direction_probability: 0.1 + + # Add directions for plain numbers + add_direction_numeric: true + # Add direction only e.g. Wohnung Rechts + add_direction_standalone: true + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.1 + + zone: + residential: *unit_alphanumeric + commercial: + default: *buro + probability: 0.9 + alternatives: + - alternative: *zimmer + probability: 0.1 + university: + default: *halle + probability: 0.9 + alternatives: + - alternative: *zimmer + probability: 0.1 + + +countries: + # Austria + at: + # Staircase and entrance numbers more common + components: + level: + null_probability: 0.6 + alphanumeric_probability: 0.3 + standalone_probability: 0.1 + staircase: + null_probability: 0.9 + alphanumeric_probability: 0.1 + + entrance: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + unit: + null_probability: 0.4 + alphanumeric_probability: 0.6 + + # Combined apartment numbers are very common + combinations: + # e.g. Neubaugasse 55/A/1/5 + - + components: + - house_number + - entrance + - staircase + - unit + label: house_number + separators: + - separator: / + probability: 0.98 + - separator: "-" + probability: 0.02 + probability: 0.9 + # e.g. Neubaugasse 55/1/5 + - + components: + - house_number + - staircase + - unit + label: house_number + separators: + - separator: / + probability: 0.98 + - separator: "-" + probability: 0.02 + probability: 0.8 + # e.g. Neubaugasse 55/5 + - + components: + - house_number + - unit + label: house_number + probability: 0.7 + separators: + - separator: / + probability: 0.98 + - separator: "-" + probability: 0.02 + + units: + top: &top + canonical: top + numeric: + direction: left + alphanumeric: &austria_units_alphanumeric + default: *top + probability: 0.75 + alternatives: + - alternative: *haus + probability: 0.15 + - alternative: *wohnung + probability: 0.05 + - alternative: *wohnungsnummer + probability: 0.025 + - alternative: *appartement + probability: 0.025 diff --git a/resources/addresses/el.yaml b/resources/addresses/el.yaml new file mode 100644 index 0000000..8d5fc63 --- /dev/null +++ b/resources/addresses/el.yaml @@ -0,0 +1,368 @@ +# el.yaml +# ------- +# Greek language specification + + +alphabet: αβγδεζηθικλμνξοπρστυφχψω +alphabet_probability: 0.8 + +components: + level: + null_probability: 0.95 + alphanumeric_probability: 0.05 + + entrance: + null_probability: 0.9 + alphanumeric_probability: 0.1 + + unit: + null_probability: 0.6 + alphanumeric_probability: 0.4 + + + combinations: + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.1 + +levels: + orofos: &orofos + canonical: όροφος + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: left + numeric_probability: 0.4 + ordinal_probability: 0.6 + orofos_latin: &orofos_latin + canonical: órofos + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + ordinal: + direction: left + numeric_probability: 0.4 + ordinal_probability: 0.6 + + isogelo: &isogelo + canonical: ισόγειο + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + isogelo_latin: &isogelo_latin + canonical: isógeio + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + imiorofos: &imiorofos + canonical: ημιώροφος + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + imiorofos_latin: &imiorofos_latin + canonical: imiórofos + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + + ypogeio: &ypogeio + canonical: υπόγειο + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: left + number_abs_value: true + number_min_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.01 + ordinal_probability: 0.005 + ypogeio_latin: &ypogeio_latin + canonical: ypógeio + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: left + number_abs_value: true + number_min_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.01 + ordinal_probability: 0.005 + + aliases: + "<-1": + default: *ypogeio + probability: 0.9 + alternatives: + - alternative: *ypogeio_latin + probability: 0.1 + "-1": + default: *ypogeio + probability: 0.9 + alternatives: + - alternative: *ypogeio_latin + probability: 0.1 + + half_floors: + default: *imiorofos + probability: 0.9 + alternatives: + - alternative: *imiorofos_latin + probability: 0.1 + + "0": + default: *isogelo + probability: 0.9 + alternatives: + - alternative: *isogelo_latin + probability: 0.1 + + numbering_starts_at: 0 + + alphanumeric: + default: *orofos + probability: 0.9 + alternatives: + - alternative: *orofos_latin + probability: 0.1 + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +entrances: + eisodos: &eisodos + canonical: είσοδος + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + eisodos_latin: &eisodos_latin + canonical: eísodos + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # είσοδος 1, etc. + alphanumeric: + default: *eisodos + probability: 0.99 + alternatives: + - alternative: *eisodos_latin + probability: 0.01 + numeric_probability: 0.1 + alpha_probability: 0.9 + +staircases: + skala: &skala + canonical: σκάλα + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + + skala_latin: &skala_latin + canonical: skála + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + + alphanumeric: + # For alphanumerics, skála A, skála 1, etc. + default: *skala + probability: 0.9 + alternatives: + - alternative: *skala_latin + probability: 0.1 + numeric_probability: 0.6 # e.g. skála 1 + alpha_probability: 0.35 # e.g. skála A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +po_boxes: + tachydromiki_thyrida: &tachydromiki_thyrida + canonical: ταχυδρομική θυρίδα + abbreviated: τ.θ + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + tachydromiki_thyrida_latin: &tachydromiki_thyrida_latin + canonical: tachydromikí thyrída + abbreviated: t.th + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: + default: *tachydromiki_thyrida + probability: 0.8 + alternatives: + - alternative: *tachydromiki_thyrida_latin + probability: 0.2 + numeric_probability: 0.9 # t.th 123 + alpha_probability: 0.05 # t.th А + numeric_plus_alpha_probability: 0.04 # t.th 123А + alpha_plus_numeric_probability: 0.01 # t.th А123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + diamerisma: &diamerisma + canonical: διαμέρισμα + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + numeric_probability: 0.6 + ordinal_probability: 0.4 + diamerisma_latin: &diamerisma_latin + canonical: diamérisma + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + numeric_probability: 0.6 + ordinal_probability: 0.4 + + domatio: &domatio + canonical: δωμάτιο + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + numeric_probability: 0.6 + ordinal_probability: 0.4 + domatio_latin: &domatio_latin + canonical: domátio + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + numeric_probability: 0.6 + ordinal_probability: 0.4 + + grafeiou: &grafeiou + canonical: γραφείου + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + numeric_probability: 0.6 + ordinal_probability: 0.4 + grafeiou_latin: &grafeiou_latin + canonical: grafeíou + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + numeric_probability: 0.6 + ordinal_probability: 0.4 + + alphanumeric: &unit_alphanumeric + default: *diamerisma + probability: 0.8 + alternatives: + - alternative: *diamerisma_latin + probability: 0.1 + - alternative: *domatio + probability: 0.09 + - alternative: *domatio_latin + probability: 0.01 + + numeric_probability: 0.9 # e.g. diamérisma 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1А + alpha_plus_numeric_probability: 0.03 # e.g. AА1 + alpha_probability: 0.04 # e.g. διαμέρισμα А + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.1 + + zone: + residential: *unit_alphanumeric + commercial: + default: *grafeiou + probability: 0.9 + alternatives: + - alternative: *grafeiou_latin + probability: 0.1 + university: + default: *domatio + probability: 0.9 + alternatives: + - alternative: *domatio_latin + probability: 0.1 diff --git a/resources/addresses/en.yaml b/resources/addresses/en.yaml new file mode 100644 index 0000000..f2b7146 --- /dev/null +++ b/resources/addresses/en.yaml @@ -0,0 +1,1468 @@ +# en.yaml +# ------- +# Supplement to the per-country address formats for English around the world. +# These configs are mostly used to generate training data we don't have from OSM +# like flat/apartment numbers, intersections, etc. The configs aren't directly used by +# the parser model itself, but can influence it as they affect its input. + +# Note: by default, we use the UK conventions for English as they cover more countries. +# US/Canada-specific conventions and any others (e.g. Hong Kong, Australia) go in the +# country overrides section. Each country can create its own copy of the entire top-level +# structure and it will be recursively merged with the defaults. + +# Components +# ========== +# How likely we are to generate a component at random (on its own or conditional on other components) + +components: + entrance: + null_probability: 0.9995 + alphanumeric_probability: 0.0005 + conditional: + - component: staircase + probabilities: + null_probability: 0.99995 + alphanumeric_probability: 0.00005 + - component: level + probabilities: + null_probability: 0.9995 + alphanumeric_probability: 0.0005 + + staircase: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + level: + null_probability: 0.85 # Probability of doing nothing if no floor number is specified + alphanumeric_probability: 0.15 # Probability of generating an alphanumeric floor if none was specified + + # Conditional probabilities + conditional: + # e.g. given that we have unit already (natural or generated) + - component: unit + probabilities: + null_probability: 0.95 + alphanumeric_probability: 0.05 + - component: staircase + probabilities: + null_probability: 0.6 + alphanumeric_probability: 0.4 + + unit: + # If no unit number is specified + null_probability: 0.4 + alphanumeric_probability: 0.55 + standalone_probability: 0.05 + conditional: + - component: level + probabilities: + null_probability: 0.95 + alphanumeric_probability: 0.05 + - component: staircase + probabilities: + null_probability: 0.7 + alphanumeric_probability: 0.3 + + combinations: + # For unit types like 2/34 (more common in Canada and Australia) + - + components: + - house_number + - unit + label: house_number + separators: + - separator: / + probability: 0.8 + - separator: "-" + probability: 0.1 + - separator: " - " + probability: 0.1 + probability: 0.005 + +# Number +# ====== +# Number, No., #, etc. can be used in both floor and apartment numbers, +# so we'll define it separately + +numbers: + default: &number + canonical: number # canonical word in libpostal dictionary + abbreviated: "no" # most common abbreviated form ("no" is a boolean in YAML, needs to be quoted) + sample: true # Randomly sample other variations (e.g. num, nr) + # Probabilities + canonical_probability: 0.3 # With this probability, use the canonical + abbreviated_probability: 0.5 # With this probability, use the abbreviated form + sample_probability: 0.2 # With this probability, sample other variations + sample_exclude: + - "#" # Used in numeric affix. Needs to be quoted, otherwise it's a comment + numeric: + direction: left + numeric_affix: + affix: "#" # e.g. #3, #2F, etc. + direction: left # affix goes on the number's left + + # Probabilities for numbers + numeric_probability: 0.4 # With this probability, use the standard numeric + numeric_affix_probability: 0.6 # With this probability, use e.g. #3 instead of No. 3 + +# And +# === +# The word for "and". Used both in intersections and phrases like "Units 1 & 2", etc. + +and: + default: &and + canonical: and + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + + +# Floor/level +# =========== +# OSM doesn't usually concern itself with the address beyond the front door +# yet many real-world addresses will have qualifying strings like "6th floor" +# and we'd like the parser to handle those. +# +# When we do get floor numbers in OSM addresses, it's usually in the form of the +# addr:floor or level tag, where the value is typically an integer or a half-floor +# (to indicate mezzanines). Those tags are relatively scarce in OSM, but many OSM +# addresses do have a building:levels tag. If we know there are 20 floors in the +# building, we can randomly sample numbers <= the # of floors and come up with plausible +# sounding addresses (i.e. a Floor 20 address is not as likely outside major cities). +# +# We're not done yet, because the integer value by itself isn't what people use when +# writing addresses. This part of the config helps us rewrite the raw integer floor +# numers as the sort of natural language text used in addresses like "Fl #1". The config +# is designed to be cross-lingual, so we can use the same structure with different words +# and do this for addresses in pretty much any language. + +levels: + # Numbered floors + floor: &floor + canonical: floor + abbreviated: fl + canonical_probability: 0.5 # With this probability, use canonical version + abbreviated_probability: 0.4 # With this probability, use abbreviated version + sample_probability: 0.1 # With this probability, sample from the other forms + sample_exclude: + - / f # Exclude this abbreviation since it's used as an affix + sample: true + plural: + canonical: floors + abbreviated: fls + # e.g. Floor 1 + numeric: + direction: left # Floor/Fl goes to the left of the number + direction_probability: 0.8 # With 1 - this probability, Floor/Fl goes on the other side of the number + add_number_phrase: true # Occasionally add variation of "number", e.g. Floor No. 1 + add_number_phrase_probability: 0.4 # With this probability, use Floor No. 1 or Floor #1 vs. Floor 1 + # e.g. 2/F, 3/F + numeric_affix: + affix: /f + direction: right # affix goes to number's right (always) + # e.g. 1st Floor + ordinal: + direction: right # canonical or abbreviated form goes to the ordinal's right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + # Probabilities + numeric_probability: 0.75 # Use the simple number e.g. Floor 1 (or Floor No. 1) + numeric_affix_probability: 0.05 # Use the 2/F (less common) + ordinal_probability: 0.2 # Use the ordinal e.g. 1st Floor + # The word "level" is also occasionally used + level: &level + canonical: level + plural: levels + abbreviated: lvl + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + sample_exclude: + - / l # Exclude this abbreviation since it's used as an affix + numeric: + direction: left # Level/Lvl goes to the left of the number + direction_probability: 0.8 # With 1 - this probability, Level/Lvl goes on the other side of the number + add_number_phrase: true # Occasionally add variation of "number", e.g. Level No. 1 + add_number_phrase_probability: 0.4 # With this probability, use Level No. 1 or Level #1 vs. Level 1 + # e.g. 2/L, 3/L (ambiguous with left) + numeric_affix: + affix: /l + direction: right + ordinal: + direction: right + numeric_probability: 0.4 + numeric_affix_probability: 0.05 + ordinal_probability: 0.55 + platform: &platform + canonical: platform + plural: platforms + abbreviated: pf + canonical_probability: 0.7 + abbreviated_probability: 0.3 + numeric: + direction: left + ordinal: + direction: right + numeric_probability: 0.5 # e.g. Platform 1 + ordinal_probability: 0.5 # e.g. 1st Platform + storey: &storey + canonical: storey + plural: storeys + numeric: + direction: left + ordinal: + direction: right + numeric_probability: 0.025 # e.g. Storey 2, less common + ordinal_probability: 0.975 # e.g. 2nd Storey, more common + # Special instructions for ground floor + ground_floor: &ground_floor + canonical: ground floor + abbreviated: g/f + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + sample: true + ground: &ground + canonical: ground + abbreviated: g + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.1 + sample_probability: 0.3 + ground_level: &ground_level + canonical: ground level + abbreviated: g/l + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.2 + sample_probability: 0.4 + # Special instructions for lower ground floor (added randomly, not an alias for a floor number) + lower_ground_floor: &lower_ground_floor + canonical: lower ground floor + abbreviated: lg + sample: true + # Probabilities + canonical_probability: 0.6 + abbreviated_probability: 0.3 + sample_probability: 0.1 + # Special instructions for upper ground floor (added randomly, not an alias for a floor number) + upper_ground_floor: &upper_ground_floor + canonical: upper ground floor + abbreviated: ug + sample: true + # Probabilities + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + upper: &upper + canonical: upper + abbreviated: uppr + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.1 + sample_probability: 0.1 + lower_level: &lower_level + canonical: lower level + abbreviated: lwr lvl + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.1 + sample_probability: 0.2 + lobby: &lobby + canonical: lobby + upstairs: &upstairs + canonical: upstairs + downstairs: &downstairs + canonical: downstairs + # Special instructions for podium level (added randomly) + podium_level: &podium_level + canonical: podium level + abbreviated: pd lvl + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + podium: &podium + canonical: podium + abbreviated: pd + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + # Used when floor number is < 0 (starts at -1 in all countries) + basement: &basement + canonical: basement + abbreviated: bsmt + sample: true + # e.g. Basement 1 + numeric: + direction: left + # e.g. B1 + numeric_affix: + affix: b + direction: left + # e.g. 2nd Basement + ordinal: + direction: right + standalone_probability: 0.985 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + cellar: &cellar + canonical: cellar + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + # Floor number of <= -2 can be basement 2, sub-basement, sub-basement 1, etc. + sub_basement: &sub_basement + canonical: sub basement + abbreviated: sb + sample: true + # e.g. Sub-basement 1 + numeric: + direction: left + # e.g. SB1 + numeric_affix: + affix: sb + direction: left + # e.g. 2nd Sub-basement + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 2 + # Basement 2 == Sub-basement 1 + number_subtract_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + top_floor: &top_floor + canonical: top floor + abbreviated: tf + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.3 + sample_probability: 0.1 + # Mezzanine level (floor number {0.5, 1.5, ...}, also be added at random) + mezzanine: &mezzanine + canonical: mezzanine + abbreviated: mezz + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.1 + sample_probability: 0.1 + # Mezzanine/Mezz 2 or Mezzanine/Mezz A + numeric: + direction: left + # M2 + numeric_affix: + affix: m + direction: left + # 2nd Mezzanine + ordinal: + direction: right + # Floor 0.5 is just plain mezzanine, no number + number_abs_value: true + number_min_abs_value: 1 + standalone_probability: 0.5 + numeric_probability: 0.1 + numeric_affix_probability: 0.1 + ordinal_probability: 0.3 + mezzanine_floor: &mezzanine_floor + canonical: mezzanine floor + abbreviated: mezz floor + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + mezzanine_level: &mezzanine_level + canonical: mezzanine level + abbreviated: mezz level + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + lower_mezzanine: &lower_mezzanine + canonical: lower mezzanine + abbreviated: lower mezz + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + upper_mezzanine: &upper_mezzanine + canonical: upper mezzanine + abbreviated: upper mezz + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + # Should be at least level 1.5 + number_min_abs_value: 1 + aliases: + "<-1": + default: *basement + probability: 0.6 + alternatives: + - alternative: *sub_basement + probability: 0.3995 + - alternative: *floor + probability: 0.0005 + "-1": + default: *basement + probability: 0.7 + alternatives: + - alternative: *cellar + probability: 0.1 + - alternative: *lower_ground_floor + probability: 0.1 + - alternative: *downstairs + probability: 0.0495 + - alternative: *lower_level + probability: 0.05 + - alternative: *floor + probability: 0.0005 + # Special token for half-floors + half_floors: + default: *mezzanine + probability: 0.8 + alternatives: + - alternative: *mezzanine_floor + probability: 0.1 + - alternative: *mezzanine_level + probability: 0.1 + aliases: + "1": + default: *upper_mezzanine + probability: 0.5 + alternatives: + - alternative: *mezzanine + probability: 0.5 + half_floors_negative: + default: *lower_mezzanine + "0": + default: *ground_floor + probability: 0.9 + alternatives: + - alternative: *ground + probability: 0.02 + - alternative: *ground_level + probability: 0.01 + - alternative: *lower_ground_floor + probability: 0.025 + - alternative: *upper_ground_floor + probability: 0.025 + - alternative: *lobby + probability: 0.005 + - alternative: *floor + # Floor 0 is uncommon + probability: 0.01 + - alternative: *level + probability: 0.005 + "1": + # Most of the time just say 1st Floor + default: *floor + probability: 0.9 + alternatives: + - alternative: *upper_ground_floor + probability: 0.075 + - alternative: *podium_level + probability: 0.01 + - alternative: *podium + probability: 0.005 + - alternative: *upstairs + probability: 0.01 + top: + default: *floor + probability: 0.85 + alternatives: + - alternative: *level + probability: 0.1 + - alternative: *top_floor + probability: 0.05 + + # Integer for whether floors start at 0 or 1 + numbering_starts_at: 0 + + # Associated phrases for alphanumeric floors (Floor 1, Floor A) + alphanumeric: + default: *floor + probability: 0.8 + add_number_phrase: true + add_number_phrase_probability: 0.3 + alternatives: + - alternative: *level + probability: 0.15 + - alternative: *platform + probability: 0.025 + - alternative: *storey + probability: 0.025 + numeric_probability: 0.96 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. Floor A + numeric_plus_alpha_probability: 0.0001 # e.g. Floor 2A + alpha_plus_numeric_probability: 0.0001 # e.g. Floor A2 + hyphenated_number_probability: 0.03 # e.g. 11-10 + numeric_plus_alpha: + whitespace_probability: 0.1 + alpha_plus_numeric: + whitespace_probability: 0.1 + hyphenated_number: + range_probability: 0.5 + direction: right + direction_probability: 0.6 + +# Intersections +# ============= +# For constructing intersections like 5th Avenue & Broadway +# In OSM, a node that's part of two ways is an intersection. +# +# These simple rules make it possible to create training examples +# like: 26th/road Street/road and/intersection 6th/road Avenue/road + +cross_streets: + # 26th & 6th Avenue + and: *and + # 26th @ Broadway + at: &at + canonical: at + abbreviated: "@" + canonical_probability: 0.7 + abbreviated_probability: 0.3 + sample: true + corner_of: &corner_of + canonical: corner of + + at_the_corner_of: &at_the_corner_of + canonical: at the corner of + + x: &x + canonical: x + + intersection: + default: *and + probability: 0.7 + alternatives: + - alternative: *at + probability: 0.125 + - alternative: *x + probability: 0.025 + - alternative: *corner_of + probability: 0.1 + - alternative: *at_the_corner_of + probability: 0.05 + + # 26th betw 5th Ave and 6th Ave + between: + canonical: between + abbreviated: betw + canonical_probability: 0.5 + abbreviated_probability: 0.5 + sample: true + parentheses_probability: 0.5 # Probability of using parentheses e.g. (between 5th and 6th) + +# PO Box addresses +# ================ +# For PO box addresses, there's almost no data in OSM, so we'll need to +# generate them somewhat randomly. +# +# The strategy is: for every amenity=post_office, generate a number of PO box +# addresses using random numbers (and some alpha-numerics so we capture patterns +# like PO Box 1Q, etc.) It doesn't matter if the post boxes themselves actually +# exist, as long as they cover the patterns of digits we expect in real addresses. +# The parser cares more about how many digits a number has and the surrounding +# words/phrases than the specific number i.e. numbers in the range 1000-9999 +# can simply be normalized to DDDD. + +po_boxes: + po_box: &po_box + canonical: post office box + abbreviated: p.o. box + sample: true + canonical_probability: 0.01 + abbreviated_probability: 0.95 + sample_probability: 0.04 + + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.4 # PO Box #1234 + + box: &box + canonical: box + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.4 # Box #1234 + + private_mail_box: &private_mail_box + canonical: private mail box + abbreviated: pmb + prefer_abbreviated: true + sample: true + canonical_probability: 0.01 + abbreviated_probability: 0.95 + sample_probability: 0.04 + + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.4 # PMB #1234 + + alphanumeric: + # Don't sample all the forms in post_office.txt as many of the PO box + # phrases appear only in Australia + sample: false + default: *po_box + probability: 0.995 + alternatives: + - alternative: *box + probability: 0.005 + + numeric_probability: 0.9 # PO Box 123 + alpha_probability: 0.05 # PO Box A + numeric_plus_alpha_probability: 0.04 # PO Box 123G + alpha_plus_numeric_probability: 0.01 # PO Box A123 + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + + zones: + # Overrides for commercial/office areas (landuse=commercial in OSM) + commercial: + default: *po_box + probability: 0.7 + alternatives: + - alternative: *private_mail_box + probability: 0.2 + - alternative: *box + probability: 0.1 + +# Categories +# ========== +# Use the operators "in" and "near" for building category queries +# such as "restaurants in Hackney, London" + +categories: + near: + default: + canonical: near + probability: 0.8 + alternatives: + - alternative: + canonical: around + probability: 0.2 + nearby: + default: + canonical: nearby + probability: 0.6 + alternatives: + - alternative: + canonical: near here + probability: 0.3 + - alternative: + canonical: around here + probability: 0.1 + near_me: + default: + canonical: near me + in: + default: + canonical: in + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +# Directions +# ========== +# Unit types, stairways, etc. may have a direction associated +# with them whether it's right/left or a cardinal direction +# like "East Entrance". + +directions: + right: &right + canonical: right + abbreviated: r + canonical_probability: 0.7 + abbreviated_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: r + direction: right + whitespace_probability: 0.05 + numeric_probability: 0.05 + numeric_affix_probability: 0.95 + left: &left + canonical: left + abbreviated: l + canonical_probability: 0.7 + abbreviated_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: l + direction: right + whitespace_probability: 0.05 + numeric_probability: 0.05 + numeric_affix_probability: 0.95 + rear: &rear + canonical: rear + abbreviated: r + canonical_probability: 0.8 + abbreviated_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: r + direction: right + whitespace_probability: 0.05 + numeric_probability: 0.05 + numeric_affix_probability: 0.95 + front: &front + canonical: front + abbreviated: frnt + canonical_probability: 0.8 + abbreviated_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: f + direction: right + whitespace_probability: 0.05 + numeric_probability: 0.05 + numeric_affix_probability: 0.95 + alternatives: + - alternative: *right + probability: 0.45 + - alternative: *left + probability: 0.45 + - alternative: *front + probability: 0.05 + - alternative: *rear + probability: 0.05 + + anteroposterior: + alternatives: + - alternative: *front + probability: 0.5 + - alternative: *rear + probability: 0.5 + + lateral: + alternatives: + - alternative: *left + probability: 0.5 + - alternative: *right + probability: 0.5 + + + +cardinal_directions: + east: &east + canonical: east + abbreviated: e + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + numeric: + direction: right + numeric_affix: + affix: e + direction: right + numeric_probability: 0.6 + numeric_affix_probability: 0.4 + west: &west + canonical: west + abbreviated: w + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + numeric: + direction: right + numeric_affix: + affix: w + direction: right + numeric_probability: 0.6 + numeric_affix_probability: 0.4 + north: &north + canonical: north + abbreviated: n + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.6 + numeric_affix_probability: 0.4 + south: &south + canonical: south + abbreviated: s + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.6 + numeric_affix_probability: 0.4 + + alternatives: + - alternative: *north + probability: 0.25 + - alternative: *east + probability: 0.25 + - alternative: *south + probability: 0.25 + - alternative: *west + probability: 0.25 + +# Entrance +# ======== +# For deriving strings like "North Entrance" + +entrances: + entrance: &entrance + canonical: entrance + abbreviated: ent + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.2 + numeric: + direction: left + + # Entrance 1, Entrance A, etc. + alphanumeric: &entrance_alphanumeric + default: *entrance + numeric_probability: 0.1 # e.g. Entrance 1 + alpha_probability: 0.85 # e.g. Entrnace A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + modifier: + direction: left # e.g. North Entrance + direction_probability: 0.9 + alternatives: + - alternative: *north + - alternative: *south + - alternative: *east + - alternative: *west + - alternative: *right + - alternative: *left + - alternative: *rear + - alternative: *front + - alternative: + canonical: freight + +# Staircase +# ========= +# For deriving strings like "Staircase A" in apartment buildings + +staircases: + stair: &stair + canonical: stair + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + + staircase: &staircase + canonical: staircase + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + + stairway: &stairway + canonical: stairway + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + + stairwell: &stairwell + canonical: stairwell + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + # For alphanumerics, Stair A, Stair 1, etc. + default: *stair + probability: 0.4 + alternatives: + - alternative: *staircase + probability: 0.2 + - alternative: *stairway + probability: 0.2 + - alternative: *stairwell + probability: 0.2 + numeric_probability: 0.1 # e.g. Staircase 1 + alpha_probability: 0.85 # e.g. Staircase A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left # e.g. Left Staircase, North Tower + direction_probability: 0.7 + modifier: + alternatives: + - alternative: *north + - alternative: *south + - alternative: *east + - alternative: *west + - alternative: *right + - alternative: *left + - alternative: *rear + - alternative: *front + +# Unit types +# ========== +# Unit information is common in residential addresses, offices, business parks, etc. +# Just like thoroughfare types (Street, Avenue, etc.), there are many common ways to +# refer to the + +units: + # Special terms + suite: &suite + canonical: suite + abbreviated: ste + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + plural: + canonical: suites + abbreviated: stes + canonical_probability: 0.6 + abbreviated_probability: 0.4 + numeric: + direction: left + # Suite #101 and Suite No. 101 as opposed to Suite 101 + add_number_phrase: true + add_number_phrase_probability: 0.5 + penthouse: &penthouse + canonical: penthouse + abbreviated: ph + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + plural: + canonical: penthouses + standalone_probability: 1.0 + penthouse_numeric: &penthouse_numeric + <<: *penthouse + numeric: + direction: left + # Penthouse #1 and Penthouse No. 1 + add_number_phrase: true + add_number_phrase_probability: 0.2 + numeric_probability: 1.0 + standalone_probability: 0.0 + top_left: &top_left + canonical: top left + abbreviated: t/l + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + top_right: &top_right + canonical: top right + abbreviated: t/r + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + top_floor_right: &top_floor_right + canonical: top floor right + abbreviated: tfr + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.5 + sample_probability: 0.3 + top_floor_left: &top_floor_left + canonical: top floor left + abbreviated: tfl + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.5 + sample_probability: 0.3 + office: &office + canonical: office + abbreviated: ofc + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + plural: + canonical: offices + abbreviated: ofcs + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: left + # Office #1 and Office No. 1 + add_number_phrase: true + add_number_phrase_probability: 0.7 + door: &door + canonical: door + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + plural: + canonical: doors + numeric: + direction: left + # Door #1 and Door No. 1 + add_number_phrase: true + add_number_phrase_probability: 0.2 + room: &room + canonical: room + abbreviated: rm + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.5 + plural: + canonical: rooms + abbreviated: rms + canonical_probability: 0.6 + abbreviated_probability: 0.4 + numeric: + direction: left + # Room #1 and Room No. 1 + add_number_phrase: true + add_number_phrase_probability: 0.6 + hall: &hall + canonical: hall + plural: + canonical: halls + numeric: + direction: left + # Room #1 and Room No. 1 + add_number_phrase: true + add_number_phrase_probability: 0.6 + apartment: &apartment + canonical: apartment + abbreviated: apt + prefer_abbreviated: true + sample: true + canonical_probability: 0.15 + abbreviated_probability: 0.6 + sample_probability: 0.25 + plural: + canonical: apartments + abbreviated: apts + canonical_probability: 0.2 + abbreviated: 0.8 + numeric: + direction: left + # Apt #1 and Apt No. 1 + add_number_phrase: true + add_number_phrase_probability: 0.4 + flat: &flat + canonical: flat + abbreviated: flt + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.15 + sample_probability: 0.05 + plural: + canonical: flats + abbreviated: flts + canonical_probability: 0.8 + abbreviated_probability: 0.2 + numeric: + direction: left + # Flat #1 and Flat No. 1 + add_number_phrase: true + add_number_phrase_probability: 0.4 + lot: &lot + canonical: lot + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + plural: + canonical: lots + numeric: + direction: left + # Lot #1 and Lot No. 1 + add_number_phrase: true + add_number_phrase_probability: 0.6 + parcel: &parcel + canonical: parcel + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + plural: + canonical: parcels + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.6 + unit: &unit + canonical: unit + abbreviated: u + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.1 + sample_probability: 0.1 + plural: + canonical: units + numeric: + direction: left + # Unit #1 and Unit No. 1 + add_number_phrase: true + add_number_phrase_probability: 0.4 + alphanumeric: &unit_alphanumeric + # Many unit types that apply only in Australia + # For most English-speaking countries, only use the terms defined above + sample: false + default: *flat + probability: 0.4 + alternatives: + - alternative: *unit + probability: 0.25 + # e.g. just plain #3 or No. 4 + - alternative: *number + probability: 0.2 + - alternative: *lot + probability: 0.03 + - alternative: *door + probability: 0.01 + - alternative: *penthouse_numeric + probability: 0.01 + - alternative: *apartment + probability: 0.1 + numeric_probability: 0.87 # e.g. Flat 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. Flat A + hyphenated_number_probability: 0.03 # e.g. 11-10 + + alpha_plus_numeric: + whitespace_probability: 0.2 + hyphen_probability: 0.2 + numeric_plus_alpha: + whitespace_probability: 0.2 + hyphen_probability: 0.2 + hyphenated_number: + range_probability: 0.5 + direction: right + direction_probability: 0.6 + + # Separate random probability for adding directions like 2L, 2R, etc. + add_direction: true + add_direction_probability: 0.1 + + # Add directions for plain numbers + add_direction_numeric: true + # Add direction only e.g. Unit Left + add_direction_standalone: true + + # Separate random probability for adding quadrant units like 2RF 2RR 2LF 2LR + add_quadrant: true + add_quadrant_probability: 0.001 + add_quadrant_first_direction: lateral + + add_quadrant_numeric: true + add_quadrant_standalone: true + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.35 + + zones: + residential: *unit_alphanumeric + commercial: + default: *office + probability: 0.6 + alternatives: + - alternative: *number + probability: 0.2 + - alternative: *suite + probability: 0.2 + industrial: + default: *lot + probability: 0.5 + alternatives: + - alternative: *suite + probability: 0.3 + - alternative: *unit + probability: 0.19 + - alternative: *parcel + probability: 0.01 + university: + default: *room + probability: 0.9 + alternatives: + - alternative: *hall + probability: 0.1 + + allotments: + lot: + default: *lot + numeric_probability: 0.8 + alphanumeric_probability: 0.1 + alpha_probability: 0.1 + parcel: + default: *parcel + numeric_probability: 0.3 + alphanumeric_probability: 0.3 + alpha_probability: 0.4 + lot_probability: 0.9 + parcel_probability: 0.06 + lot_plus_parcel_probability: 0.02 + parcel_plus_lot_probability: 0.02 + + standalone: + sample: false + default: *penthouse + probability: 0.4 + alternatives: + - alternative: *top_right + probability: 0.15 + - alternative: *top_left + probability: 0.15 + - alternative: *top_floor_left + probability: 0.15 + - alternative: *top_floor_right + probability: 0.15 + +# Country-specific overrides +# ========================== +# For each country, we allow a copy of the structures listed above +# in order to override the default values +countries: + # United States + us: + levels: + storey: &story + canonical: story + numeric: + direction: left + ordinal: + direction: right + numeric_probability: 0.025 # e.g. Story 2, less common + ordinal_probability: 0.975 # e.g. 2nd Story, more common + alphanumeric: + default: *floor + probability: 0.8 + alternatives: + - alternative: *level + probability: 0.15 + - alternative: *platform + probability: 0.025 + - alternative: *story + probability: 0.025 + numbering_starts_at: 1 + aliases: &us_floor_aliases + "1": + default: *floor + probability: 0.6 + alternatives: + - alternative: *ground_floor + probability: 0.3 + - alternative: *upper_ground_floor + probability: 0.1 + "2": + # Most of the time just say 2nd Floor + default: *floor + probability: 0.9 + alternatives: + - alternative: *upstairs + probability: 0.1 + po_boxes: + concatenate_postcode: + po_box_max_digits: 4 # For PO boxes with max n digits + direction: left # Concatenate on the left side of the PO box + postcode_digits: + length: 2 # use this many digits from the postal code + direction: right + concatenate_postcode_probability: 0.01 + postcodes: + concatenate_po_box: + append: + separator: "-" # Use a hyphen separator + direction: right # To the right of the postcode + digits: + length: 4 # number of digits to append to the ZIP code + pad: + direction: left # left pad + character: "0" # pad with 0s, e.g. for PO Box 52, use -0052 + concatenate_po_box_probability: 0.1 + units: + alphanumeric: &us_units_alphanumeric + default: *apartment + probability: 0.6 + alternatives: + - alternative: *unit + probability: 0.15 + - alternative: *number + probability: 0.2 + - alternative: *lot + probability: 0.03 + - alternative: *door + probability: 0.005 + - alternative: *penthouse_numeric + probability: 0.005 + - alternative: *flat + probability: 0.01 # See this e.g. in Milwaukee with Polish flats + + zones: &us_zones + residential: *us_units_alphanumeric + commercial: + # Suite is much more common in the US and Canada + default: *suite + probability: 0.5 + alternatives: + - alternative: *number + probability: 0.2 + - alternative: *office + probability: 0.3 + + # Canada + # Specifically Canadian English. If the address is in French it will use fr.yaml + ca: + components: + combinations: + - + components: + - unit + - house_number + label: house_number + separators: + - separator: / + probability: 0.04 + - separator: "-" + probability: 0.95 + - separator: " - " + probability: 0.01 + probability: 0.1 + levels: + # Note: Canadian English uses "storey" keeping with the British convention, so no need to change that + + # In Canada first floor is the ground floor, as in the US + numbering_starts_at: 1 + aliases: *us_floor_aliases + # For (English-speaking) Canada, use the same unit types as in the US + units: + alphanumeric: *us_units_alphanumeric + zones: *us_zones + + # For unit types like 2/34 + combined: + component: house_number + direction: left # Apartment number goes to the left of the house number + separators: + - separator: / + probability: 0.2 + - separator: "-" + probability: 0.4 + - separator: " - " + probability: 0.4 + + standalone_probability: 0.15 + combined_probability: 0.1 + # Australia + au: + po_boxes: &australia_po_boxes + alphanumeric: + default: *po_box + alternatives: [] + probability: 0.95 + # Australia has many strings for this e.g. Roadside Mail Bag + sample: true + sample_probability: 0.05 + numeric: + direction: left + units: &australia_unit_types + alphanumeric: + # Australia has all kinds of unit types (e.g. Marine Berth) not used elsewhere + sample: true + default: *flat + # Reduce the default's probability to make room for sampling + probability: 0.39 + sample_probability: 0.01 + numeric: + direction: left + standalone: + default: *penthouse + sample: true + # Reduce the default's probability to make room for sampling + probability: 0.39 + sample_probability: 0.01 + standalone_probability: 1.0 + + # For unit types like 2/34 + combined: + component: house_number + direction: right # Apartment number goes to the right of the house number + separators: + - separator: / + probability: 0.8 + - separator: "-" + probability: 0.1 + - separator: " - " + probability: 0.1 + + standalone_probability: 0.15 + combined_probability: 0.1 + + # New Zealand - same rules as Australia + nz: + po_boxes: *australia_po_boxes + units: *australia_unit_types + + diff --git a/resources/addresses/es.yaml b/resources/addresses/es.yaml new file mode 100644 index 0000000..7864cff --- /dev/null +++ b/resources/addresses/es.yaml @@ -0,0 +1,1189 @@ +# es.yaml +# ------- +# Note: make Latin-American conventions by default (country overrides for Spain +# as well as any other country-specific norms) + +components: + level: + # If no floor number is specified + null_probability: 0.6 + alphanumeric_probability: 0.35 + standalone_probability: 0.05 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + # If no unit number is specified + null_probability: 0.3 + alphanumeric_probability: 0.65 + standalone_probability: 0.05 + +numbers: + default: &numero + canonical: número + abbreviated: "nº" + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.4 + sample_probability: 0.5 + numeric: + direction: left + numeric_affix: + affix: "#" # e.g. #3, #2F, etc. + probability: 0.5 + alternatives: + - alternative: + direction: left # affix goes on the number's left + + # Probabilities for numbers + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + +and: + default: &y + canonical: y + abbreviated: "&" + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.4 + sample_probability: 0.1 + + +house_numbers: + # sin número (s/n) addresses + no_number: + default: + canonical: sin número + abbreviated: s/n + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.7 + sample_probability: 0.2 + alphanumeric: + default: *numero + probability: 0.99 + alternatives: + - alternative: + canonical: número exterior + abbreviated: "nº ext" + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.6 + sample_probability: 0.3 + sample_exclude: + - "numero exterior" # Exclude the unicode normalized version + numeric: + direction: left + probability: 0.01 + + alphanumeric_phrase_probability: 0.1 + no_number_probability: 0.1 # With this probability, use sin número if no house_number is specified + +levels: + # Everywhere except Spain + floor: &piso + canonical: piso + abbreviated: p + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.1 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true # Occasionally add variation of "number", e.g. Piso No 2 + add_number_phrase_probability: 0.05 + numeric_affix: + affix: p + direction: left # P2 + # e.g. 2o piso + ordinal: + direction: right + direction_probability: 0.95 # Let it vary occasionally e.g. Piso 2o + standalone_probability: 0.2 # Let e.g. 5º be the entire floor string + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.6 + numeric_affix_probability: 0.05 + ordinal_probability: 0.35 + # Ground floor + bajos: &bajos + canonical: bajos + abbreviated: bjs + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.3 + sample_probability: 0.1 + piso_bajo: &piso_bajo + canonical: piso bajo + abbreviated: pb + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + bajo: &bajo + canonical: bajo + abbreviated: bjo + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.1 + sample_probability: 0.1 + # Used when floor number is < 0 (starts at -1 in all countries) + sotano: &sotano + canonical: sótano + abbreviated: so + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + # e.g. sótano 1 + numeric: + direction: left + numeric_affix: + affix: so + direction: left + # e.g. segundo sótano + ordinal: + direction: right + standalone_probability: 0.985 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + sub_sotano: &sub_sotano + canonical: sub sótano + abbreviated: ss + sample: true + # e.g. sub sótano 1 + numeric: + direction: left + numeric_affix: + affix: ss + direction: left + # e.g. segundo sub sótano + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 2 + # Sotano 2 == Sub-sotano 1 + number_subtract_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + entresuelo: &entresuelo + canonical: entresuelo + abbreviated: entlo + half_floors: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + sample: true + # e.g. entresuelo 2 + numeric: + direction: left + # e.g. ent2 + numeric_affix: + affix: ent + direction: left + # e.g. segundo entresuelo + ordinal: + direction: right + numeric_probability: 0.1 + numeric_affix_probability: 0.1 + ordinal_probability: 0.2 + standalone_probability: 0.6 + piso_principal: &piso_principal + canonical: piso principal + abbreviated: piso pral + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.3 + sample_probability: 0.5 + principal: &principal + canonical: principal + abbreviated: pral + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.6 + sample_probability: 0.2 + atico: &atico + canonical: ático + abbreviated: át + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.1 + sample_probability: 0.2 + sobreatico: &sobreatico + canonical: sobreatico + aliases: + "<-1": + default: *sotano + probability: 0.6 + alternatives: + - alternative: *sub_sotano + probability: 0.3995 + - alternative: *piso + probability: 0.0005 + "-1": + default: *sotano + probability: 0.9995 + alternatives: + - alternative: *piso + probability: 0.0005 + # Special token for half-floors + half_floors: + default: *entresuelo + "0": + default: *bajos + probability: 0.495 + alternatives: + - alternative: *piso_bajo + probability: 0.395 + - alternative: *bajo + probability: 0.1 + - alternative: *piso + # Piso 0 is uncommon + probability: 0.01 + top: + default: *piso + probability: 0.85 + alternatives: + - alternative: *atico + probability: 0.1 + - alternative: *sobreatico + probability: 0.05 + + numbering_starts_at: 0 + + alphanumeric: + default: *piso + add_number_phrase: true + add_number_phrase_probability: 0.05 + numeric_probability: 0.99 + alpha_probability: 0.01 + +blocks: + alphanumeric: + default: + canonical: bloque + abbreviated: blq + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: left + +categories: + near: + default: + canonical: cerca de + probability: 0.8 + alternatives: + - alternative: + canonical: cerca + probability: 0.2 + nearby: + default: + canonical: cerca + probability: 0.5 + alternatives: + - alternative: + canonical: próximo + probability: 0.05 + - alternative: + canonical: proximo + probability: 0.05 + - alternative: + canonical: cerca de aquí + probability: 0.05 + - alternative: + canonical: cerca de aqui + probability: 0.05 + - alternative: + canonical: acá + probability: 0.05 + - alternative: + canonical: aca + probability: 0.05 + - alternative: + canonical: cerca de acá + probability: 0.05 + - alternative: + canonical: cerca de aca + probability: 0.05 + - alternative: + canonical: por aquí + probability: 0.05 + - alternative: + canonical: por aqui + probability: 0.05 + near_me: + default: + canonical: cerca de mì + in: + default: + canonical: en + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +cross_streets: + and: *y + con: &con + canonical: con + en: &en + canonical: en + x: &x + canonical: x + corner_of: &esquina_de + canonical: esquina de + abbreviated: esq de + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.2 + sample_probability: 0.3 + at_the_corner_of: &en_la_esquina_de + canonical: en la esquina de + abbreviated: en la esq de + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.2 + sample_probability: 0.3 + corner: &esquina + canonical: esquina + abbreviated: esq + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.2 + sample_probability: 0.3 + intersection: + default: *y + probability: 0.55 + alternatives: + - alternative: *con + probability: 0.2 + - alternative: *en + probability: 0.1 + - alternative: *x + probability: 0.075 + - alternative: *esquina_de + probability: 0.05 + - alternative: *en_la_esquina_de + probability: 0.025 + + between: + canonical: entre + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probabililty: 0.5 + +po_boxes: + apartado: &apartado + canonical: apartado + abbreviated: apdo + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.4 # Apdo No 1234 + numeric_probability: 1.0 + alphanumeric: + sample: false + default: *apartado + numeric_probability: 0.9 # Apdo 123 + alpha_probability: 0.05 # Apdo A + numeric_plus_alpha_probability: 0.04 # Apdo 123G + alpha_plus_numeric_probability: 0.01 # Apdo A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +postcodes: + alphanumeric: + default: + canonical: codigo postal + abbreviated: cp + sample: true + canonical_probability: 0.01 + abbreviated_probability: 0.95 + sample_probability: 0.04 + + numeric: + # Postcodes in Spain and Latin America are sometimes prefixed by CP + direction: left + + numeric_affix: + affix: cp + direction: left + # null_probability means the chance of doing nothing e.g. just the postal code + null_probability: 0.7 + numeric_probability: 0.18 + numeric_affix_probability: 0.12 + strict_numeric: true + +directions: + right: &derecha + canonical: derecha + abbreviated: dcha + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: d + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + left: &izquierda + canonical: izquierda + abbreviated: izq + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: i + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + rear: &trasera + canonical: trasera + abbreviated: tras + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: right + front: &frente + canonical: frente + abbreviated: fren + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *derecha + probability: 0.45 + - alternative: *izquierda + probability: 0.45 + - alternative: *trasera + probability: 0.05 + - alternative: *frente + probability: 0.05 + + anteroposterior: + alternatives: + - alternative: *frente + probability: 0.5 + - alternative: *trasera + probability: 0.5 + + lateral: + alternatives: + - alternative: *derecha + probability: 0.5 + - alternative: *izquierda + probability: 0.5 + +cardinal_directions: + east: &este + canonical: este + abbreviated: e + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: e + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &oeste + canonical: oeste + abbreviated: w + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: w + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &norte + canonical: norte + abbreviated: n + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &sur + canonical: sur + abbreviated: s + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *norte + probability: 0.25 + - alternative: *este + probability: 0.25 + - alternative: *sur + probability: 0.25 + - alternative: *oeste + probability: 0.25 + +entrances: + entrada: &entrada + canonical: entrada + abbreviated: entr + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.2 + sample_probability: 0.3 + numeric: + direction: left + + # Entrance 1, Entrance A, etc. + alphanumeric: + default: *entrada + numeric_probability: 0.1 # e.g. Entrance 1 + alpha_probability: 0.85 # e.g. Entrnace A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + modifier: + alternatives: + - alternative: *norte + - alternative: *sur + - alternative: *este + - alternative: *oeste + - alternative: *derecha + - alternative: *izquierda + - alternative: *trasera + - alternative: *frente + +staircases: + escalera: &escalera + canonical: escalera + abbreviated: esc + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + + alphanumeric: + # For alphanumerics, Stair A, Stair 1, etc. + default: *escalera + numeric_probability: 0.6 # e.g. Escalera 1 + alpha_probability: 0.35 # e.g. Escalera A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: right # e.g. Escalera Izq + direction_probability: 0.8 + modifier: + alternatives: + - alternative: *norte + - alternative: *sur + - alternative: *este + - alternative: *oeste + - alternative: *derecha + - alternative: *izquierda + - alternative: *trasera + - alternative: *frente + +units: + apartment: &apartamento + canonical: apartamento + abbreviated: apto + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + suite: &suite + canonical: suite + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + door: &puerta + canonical: puerta + abbreviated: pta + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + gender: f + direction_probability: 0.95 # Let it vary occasionally e.g. Puerta 2a + numeric_probability: 0.45 + ordinal_probability: 0.55 + letra: &letra + canonical: letra + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + flat: &departamento + canonical: departamento + abbreviated: dpto + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.5 + sample_probability: 0.3 + numeric: + direction: left + office: &oficina + canonical: oficina + abbreviated: of + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + numeric: + direction: left + # By default use departamento when e.g. addr:unit is encountered + unit: *departamento + # Another word for unit, used more in Colombia + unidad: &unidad + canonical: unidad + abbreviated: un + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + lot: &lote + canonical: lote + abbreviated: lt + sample: true + plural: + canonical: lotes + abbreviated: lts + canonical_probability: 0.7 + abbreviated_probability: 0.3 + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + parcel: &parcela + canonical: parcela + plural: + canonical: parcelas + casa: &casa + canonical: casa + plural: + canonical: casas + numeric: + direction: left + room: &sala + canonical: sala + plural: + canonical: salas + numeric: + direction: left + + alphanumeric: &unit_alphanumeric + default: *departamento + probability: 0.8 + sample: true + alternatives: + - alternative: *apartamento + probability: 0.1 + - alternative: *casa + probability: 0.05 + - alternative: *puerta + probability: 0.05 + + # Separate random probability for adding directions like 2o Izq, 2 Dcha, etc. + add_direction: true + add_direction_probability: 0.1 + add_direction_numeric: true # Only for numbers + add_direction_standalone: true # A unit can be as simple as "D" + + numeric_probability: 0.9 # e.g. Dpto 1 + numeric_plus_alpha_probability: 0.01 # e.g. Dpto 1A + alpha_plus_numeric_probability: 0.01 # e.g. Dpto A1 + alpha_probability: 0.08 # e.g. Dpto A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + alpha: + default: *departamento + probability: 0.8 + alternatives: + - alternative: *apartamento + probability: 0.1 + - alternative: *casa + probability: 0.03 + - alternative: *puerta + probability: 0.05 + - alternative: *letra + probability: 0.02 + + alphanumeric_apartamento: &unit_alphanumeric_apartamento + <<: *unit_alphanumeric + default: *apartamento + probability: 0.8 + alternatives: + - alternative: *departamento + probability: 0.1 + - alternative: *casa + probability: 0.05 + - alternative: *puerta + probability: 0.05 + + alpha: + default: *apartamento + probability: 0.8 + alternatives: + - alternative: *departamento + probability: 0.1 + - alternative: *casa + probability: 0.03 + - alternative: *puerta + probability: 0.05 + - alternative: *letra + probability: 0.02 + + alphanumeric_apartamento_exclusive: &unit_alphanumeric_apartamento_exclusive + <<: *unit_alphanumeric + default: *apartamento + probability: 0.9 + alternatives: + - alternative: *casa + probability: 0.05 + - alternative: *puerta + probability: 0.05 + + alpha: + default: *apartamento + probability: 0.9 + alternatives: + - alternative: *casa + probability: 0.03 + - alternative: *puerta + probability: 0.05 + - alternative: *letra + probability: 0.02 + + + zones: + residential: *unit_alphanumeric + commercial: + default: *oficina + probability: 0.8 + alternatives: + - alternative: *suite + probability: 0.2 + + numeric_probability: 0.9 # e.g. Oficina 1 + numeric_plus_alpha_probability: 0.01 # e.g. Oficina 1A + alpha_plus_numeric_probability: 0.01 # e.g. Oficina A1 + alpha_probability: 0.08 # e.g. Oficina A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + alpha: + default: *oficina + probability: 0.8 + alternatives: + - alternative: *suite + probability: 0.15 + - alternative: *letra + probability: 0.05 + + industrial: + default: *lote + probability: 0.5 + alternatives: + - alternative: *oficina + probability: 0.3 + - alternative: *unidad + probability: 0.19 + - alternative: *parcela + probability: 0.01 + + numeric_probability: 0.9 # e.g. Lote 1 + numeric_plus_alpha_probability: 0.01 # e.g. Lote 1A + alpha_plus_numeric_probability: 0.01 # e.g. Lote A1 + alpha_probability: 0.08 # e.g. Lote A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + university: + default: *sala + probability: 0.9 + alternatives: + - alternative: *puerta + probability: 0.1 + + numeric_probability: 0.9 # e.g. Sala 1 + numeric_plus_alpha_probability: 0.01 # e.g. Sala 1A + alpha_plus_numeric_probability: 0.01 # e.g. Sala A1 + alpha_probability: 0.08 # e.g. Sala A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + alpha: + default: *sala + probability: 0.9 + alternatives: + - alternative: *puerta + probability: 0.08 + - alternative: *letra + probability: 0.02 + + allotments: + lot: + default: *lote + numeric_probability: 0.8 + alphanumeric_probability: 0.1 + alpha_probability: 0.1 + parcel: + default: *parcela + numeric_probability: 0.3 + alphanumeric_probability: 0.3 + alpha_probability: 0.4 + lot_probability: 0.9 + parcel_probability: 0.06 + lot_plus_parcel_probability: 0.02 + parcel_plus_lot_probability: 0.02 + + +countries: + # España / Spain + es: + components: + staircase: + null_probability: 0.97 + alphanumeric_probability: 0.03 + levels: + planta: &planta + # Everywhere except Spain + canonical: planta + abbreviated: pl + sample: true + # Numeric version e.g. Planta 1 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.05 + numeric_affix: + affix: p + direction: left + # Ordinal como 2a planta + ordinal: + direction: right + gender: f + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric_probability: 0.475 + numeric_affix_probability: 0.05 + ordinal_probability: 0.475 + baja: &baja + canonical: baja + abbreviated: bja + canonical_probability: 0.8 + abbreviated_probability: 0.2 + planta_baja: &planta_baja + canonical: planta baja + abbreviated: pb + prefer_abbreviated: true + sample: true + entreplanta: &entreplanta + canonical: entreplanta + principal: &planta_principal + canonical: planta principal + abbreviated: ppl + sample: true + aliases: + "0": + default: *bajos + probability: 0.4 + alternatives: + - alternative: *planta_baja + probability: 0.2 + - alternative: *baja + probability: 0.09 + - alternative: *bajo + probability: 0.09 + - alternative: *piso_bajo + probability: 0.2 + # Planta/Piso 0 is uncommon + - alternative: *planta + probability: 0.01 + - alternative: *piso + probability: 0.01 + "1": + default: *planta + probability: 0.4 + alternatives: + - alternative: *entresuelo + probability: 0.2 + - alternative: *piso + probability: 0.4 + "2": + default: *planta + probability: 0.4 + alternatives: + - alternative: *planta_principal + probability: 0.1 + - alternative: *principal + probability: 0.1 + - alternative: *piso + probability: 0.4 + top: + default: *planta + probability: 0.425 + alternatives: + - alternative: *piso + probability: 0.425 + - alternative: *atico + probability: 0.1 + - alternative: *sobreatico + probability: 0.05 + + alphanumeric: + default: *planta + probability: 0.5 + alternatives: + - alternative: *piso + probability: 0.5 + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.01 # With this probability, pick a letter e.g. Floor A + + units: + door: &puerta_espana + <<: *puerta + numeric: + direction: left + # If it's just puerta B, many times it's just e.g. 3o B for "tercero piso puerta B" + null_phrase_probability: 0.15 + null_phrase_alpha_only: true + ordinal: + direction: right + gender: f + direction_probability: 0.95 + null_phrase_probability: 0.8 # Let e.g. 5a be the entire unit string + # These sum to 1 + numeric_probability: 0.25 + ordinal_probability: 0.75 + + alphanumeric: &unit_alphanumeric_puerta + <<: *unit_alphanumeric + default: *puerta_espana + probability: 0.8 + alternatives: + - alternative: *apartamento + probability: 0.1 + - alternative: *casa + probability: 0.1 + + numeric_probability: 0.7 # e.g. Puerta 1a + numeric_plus_alpha_probability: 0.01 # e.g. Puerta 1A + alpha_plus_numeric_probability: 0.01 # e.g. Puerta A1 + alpha_probability: 0.28 # e.g. Puerta A + + alpha: + default: *puerta_espana + probability: 0.8 + alternatives: + - alternative: *letra + probability: 0.15 + - alternative: *apartamento + probability: 0.04 + - alternative: *casa + probability: 0.01 + + zones: + residential: *unit_alphanumeric_puerta + + # Argentina + ar: + po_boxes: + alphanumeric: + sample: false + default: + canonical: casilla de correos + abbreviated: c.c. + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.8 + sample_probability: 0.1 + numeric: + direction: left + + # Chile + cl: + po_boxes: + alphanumeric: + sample: false + default: + canonical: casilla de correos + abbreviated: c.c. + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.8 + sample_probability: 0.1 + numeric: + direction: left + + # Colombia + co: + numbers: + default: + <<: *numero + abbreviated: "no" + + house_numbers: + alphanumeric_phrase_probability: 0.4 + + units: + alphanumeric: *unit_alphanumeric_apartamento_exclusive + + zones: + residential: *unit_alphanumeric_apartamento_exclusive + + + # Dominican Republic + dr: + units: + alphanumeric: *unit_alphanumeric_apartamento_exclusive + + zones: + residential: *unit_alphanumeric_apartamento_exclusive + + # México + mx: + # México uses the North American convention of starting floors at 1 + levels: + numbering_starts_at: 1 + + # Panamá + pa: + units: + alphanumeric: *unit_alphanumeric_apartamento_exclusive + + zones: + residential: *unit_alphanumeric_apartamento_exclusive + + # Puerto Rico + pr: + units: + alphanumeric: *unit_alphanumeric_apartamento_exclusive + + zones: + residential: *unit_alphanumeric_apartamento_exclusive + + # United States - libpostal recognizes Spanish in the US, even if the US does not + us: + units: + alphanumeric: *unit_alphanumeric_apartamento_exclusive + + zones: + residential: *unit_alphanumeric_apartamento_exclusive + + # Venezuela + ve: + units: + alphanumeric: *unit_alphanumeric_apartamento_exclusive + + zones: + residential: *unit_alphanumeric_apartamento_exclusive + + # Uruguay + uy: + units: + alphanumeric: *unit_alphanumeric_apartamento + + zones: + residential: *unit_alphanumeric_apartamento diff --git a/resources/addresses/et.yaml b/resources/addresses/et.yaml new file mode 100644 index 0000000..1ae4d62 --- /dev/null +++ b/resources/addresses/et.yaml @@ -0,0 +1,470 @@ +# et.yaml +# ------- +# Estonian language specification. + +components: + level: + null_probability: 0.97 + alphanumeric_probability: 0.02 + standalone_probability: 0.01 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.75 + alphanumeric_probability: 0.25 + + combinations: + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "-" + probability: 0.95 + - separator: " - " + probability: 0.05 + probability: 0.7 + + +numbers: + default: &number + canonical: number + abbreviated: nbr + sample: true + # Probabilities + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" + direction: left + + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + +house_numbers: + alphanumeric: + default: *number + + alphanumeric_phrase_probability: 0.0001 + + +and: + default: &ja + canonical: ja + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + +cross_streets: + and: *ja + corner_of: &nurgas + canonical: nurgas + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + at_the_corner_of: &nurgal + canonical: nurgal + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *ja + probability: 0.7 + alternatives: + - alternative: *nurgas + probability: 0.15 + - alternative: *nurgal + probability: 0.15 + + between: + canonical: vahel + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + +levels: + floor: &korrusel + canonical: korrusel + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + direction_probability: 0.9 + ordinal: + direction: right + numeric_probability: 0.4 + ordinal_probability: 0.6 + parter: &parter + canonical: parter + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + kelder: &kelder + canonical: kelder + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + standalone_probability: 1.0 + keldris: &keldris + canonical: keldris + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + # e.g. 1 keldris + numeric: + direction: right + direction_probability: 0.8 + # e.g. k1 + numeric_affix: + affix: k + direction: left + # e.g. 1. keldris + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.05 + numeric_affix_probability: 0.9 + ordinal_probability: 0.05 + aliases: + "<-1": + default: *kelder + probability: 0.85 + alternatives: + - alternative: *keldris + probability: 0.15 + "-1": + default: *kelder + probability: 0.85 + alternatives: + - alternative: *keldris + probability: 0.1 + - alternative: *korrusel + probability: 0.05 + "1": + default: *parter + probability: 0.5 + alternatives: + - alternative: *korrusel + probability: 0.5 + + numbering_starts_at: 1 + + alphanumeric: + default: *korrusel + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + + + + +categories: + near: + default: + canonical: lähedal + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + nearby: + default: + canonical: lähedal + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.7 + alternatives: + - alternative: + canonical: siin lähedal + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.2 + - alternative: + canonical: siinkandis + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + + near_me: + default: + canonical: lähedal mulle + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + + # Probabilities of each phrase + near_probability: 0.7 + nearby_probability: 0.2 + near_me_probability: 0.1 + +directions: + right: &paremal + canonical: paremal + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: right + numeric_affix: + affix: p + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + paramale: &paremale + canonical: paremale + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: right + numeric_affix: + affix: p + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + left: &vasakul + canonical: vasakul + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + vasakule: &vasakule + canonical: vasakule + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + alternatives: + - alternative: *paremal + probability: 0.25 + - alternative: *paremale + probability: 0.25 + - alternative: *vasakul + probability: 0.25 + - alternative: *vasakule + probability: 0.25 + +cardinal_directions: + east: &ida + canonical: ida + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + west: &laas + canonical: lääs + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + north: &pohi + canonical: põhi + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + + south: &louna + canonical: lõuna + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + + alternatives: + - alternative: *pohi + probability: 0.25 + - alternative: *ida + probability: 0.25 + - alternative: *louna + probability: 0.25 + - alternative: *laas + probability: 0.25 + + +entrances: + sissepaas: &sissepaas + canonical: sissepääs + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Eingang 1, Eingang A, etc. + alphanumeric: &entrance_alphanumeric + default: *sissepaas + numeric_probability: 0.1 # e.g. Eingang 1 + alpha_probability: 0.85 # e.g. Eingang A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + trepikoda: &trepikoda + canonical: trepikoda + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + default: *trepikoda + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *pohi + - alternative: *louna + - alternative: *ida + - alternative: *laas + +po_boxes: + postboks: &abonementpostkast + canonical: abonementpostkast + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # abonementpostkast #1234 + kast: &kast + canonical: kast + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # Kast #1234 + alphanumeric: + sample: false + default: *abonementpostkast + probability: 0.9 + alternatives: + - alternative: *kast + probability: 0.1 + numeric_probability: 0.9 # 123 + alpha_probability: 0.05 # A + numeric_plus_alpha_probability: 0.04 # 123G + alpha_plus_numeric_probability: 0.01 # A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + korter: &korter + canonical: korter + abbreviated: k + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.1 + sample_probability: 0.1 + numeric: + direction: left + null_phrase_probability: 0.3 + # Lejlighed nummer 4 + add_number_phrase: true + add_number_phrase_probability: 0.05 + ruumi: &ruumi + canonical: ruumi + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + alphanumeric: &unit_alphanumeric + default: *korter + probability: 0.9 + alternatives: + - alternative: *ruumi + probability: 0.1 + numeric_probability: 1.0 # e.g. korter 1 + + # Separate random probability for adding directions like 2P, 2V, etc. + add_direction: true + add_direction_probability: 0.005 + + # Add directions for plain numbers + add_direction_numeric: true + # Add direction only e.g. Korter vasakule + add_direction_standalone: true + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.05 diff --git a/resources/addresses/eu.yaml b/resources/addresses/eu.yaml new file mode 100644 index 0000000..c9304e8 --- /dev/null +++ b/resources/addresses/eu.yaml @@ -0,0 +1,375 @@ +# eu.yaml +# ------- +# Basque language specification + +components: + level: + # If no floor number is specified + null_probability: 0.8 + alphanumeric_probability: 0.2 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + # If no unit number is specified + null_probability: 0.4 + alphanumeric_probability: 0.6 + + combinations: + - + components: + - level + - unit + label: unit + separators: + - separator: "-" + probability: 0.85 + - separator: "/" + probability: 0.15 + probability: 0.7 + + +and: + default: &eta + canonical: eta + abbreviated: "&" + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.4 + sample_probability: 0.1 + +house_numbers: + # zenbakirik gabe (zk.g) addresses + no_number: + default: + canonical: zenbakirik gabe + abbreviated: zk.g + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.6 + sample_probability: 0.3 + + no_number_probability: 0.1 # With this probability, use sense número if no house_number is specified + +levels: + floor: &solairua + canonical: solairua + abbreviated: sol + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + numeric: + direction: left + # e.g. 2. solairua + ordinal: + direction: right + numeric_probability: 0.25 + ordinal_probability: 0.75 + # Ground floor + beheko_solairua: &beheko_solairua + canonical: beheko solairua + abbreviated: beheko sol + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.3 + sample_probability: 0.1 + behe_solairua: &behe_solairua + canonical: behe-solairua + abbreviated: behe-sol + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.3 + sample_probability: 0.1 + aliases: + "0": + default: *beheko_solairua + probability: 0.5 + alternatives: + - alternative: *behe_solairua + probability: 0.4 + - alternative: *solairua + probability: 0.1 + + numbering_starts_at: 0 + + alphanumeric: + default: *solairua + numeric_probability: 0.99 + alpha_probability: 0.01 + +blocks: + alphanumeric: + default: + canonical: blokea + abbreviated: bl + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + numeric_probability: 0.2 + ordinal_probability: 0.8 + +categories: + near: + default: + canonical: gertu + + nearby: + default: + canonical: gertuko + probability: 0.7 + alternatives: + - alternative: + canonical: hemen gertu + probability: 0.2 + - alternative: + canonical: hemen + probability: 0.1 + near_me: + default: + canonical: me gertu + + # Probabilities of each phrase + near_probability: 0.7 + nearby_probability: 0.2 + near_me_probability: 0.1 + +cross_streets: + and: *eta + txoko: &txoko + canonical: txoko + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + + intersection: + default: *eta + probability: 0.8 + alternatives: + - alternative: *txoko + probability: 0.2 + + between: + canonical: arteko + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probabililty: 0.5 + + +po_boxes: + posta_kutxa: &posta_kutxa + canonical: posta-kutxa + abbreviated: p.-ku + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.4 + sample_probability: 0.4 + numeric: + direction: left + numeric_probability: 1.0 + alphanumeric: + sample: false + default: *posta_kutxa + numeric_probability: 0.9 # P.-Ku 123 + alpha_probability: 0.05 # P.-Ku A + numeric_plus_alpha_probability: 0.04 # P.-Ku 123G + alpha_plus_numeric_probability: 0.01 # P.-Ku A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + + +postcodes: + alphanumeric: + default: + canonical: posta-kodea + abbreviated: p.-k + sample: true + canonical_probability: 0.01 + abbreviated_probability: 0.9 + sample_probability: 0.09 + + numeric: + direction: left + + numeric_affix: + affix: p.-k. + direction: left + # null_probability means the chance of doing nothing e.g. just the postal code + null_probability: 0.7 + numeric_probability: 0.18 + numeric_affix_probability: 0.12 + strict_numeric: true + +directions: + right: &eskuina + canonical: eskuina + abbreviated: esk + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: esk. + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.9 + numeric_affix_probability: 0.1 + left: &ezkerkada + canonical: ezkerkada + abbreviated: ezk + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: ezk. + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.9 + numeric_affix_probability: 0.1 + ezkerreko: &ezkerreko + canonical: ezkerreko + abbreviated: ezk.-ko + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.5 + sample_probability: 0.3 + numeric: + direction: left + + alternatives: + - alternative: *eskuina + probability: 0.5 + - alternative: *ezkerkada + probability: 0.5 + + +entrances: + sarrera: &sarrera + canonical: sarrera + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Sarrera 1, Sarrera A, etc. + alphanumeric: + default: *sarrera + numeric_probability: 0.1 # e.g. Sarrera 1 + alpha_probability: 0.85 # e.g. Sarrera A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left + modifier: + alternatives: + - alternative: *eskuina + - alternative: *ezkerreko + +staircases: + eskailera: &eskailera + canonical: eskailera + abbreviated: eskra + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + + alphanumeric: + # For alphanumerics, Eskra A, Eskra 1, etc. + default: *eskailera + numeric_probability: 0.6 # e.g. Eskra 1 + alpha_probability: 0.35 # e.g. Eskra A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left # e.g. Ezk.-ko Eskra + modifier: + alternatives: + - alternative: *eskuina + - alternative: *ezkerreko + +units: + flat: &apartamentu + canonical: apartamentu + abbreviated: aptu + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + # If it's just puerta B, many times it's just e.g. 3o B for "tercero piso puerta B" + null_phrase_probability: 0.15 + ordinal: + direction: right + numeric_probability: 0.6 + ordinal_probability: 0.4 + + alphanumeric: &unit_alphanumeric + default: *apartamentu + + # Separate random probability for adding directions like 2. Ezk, 2 Esk, etc. + add_direction: true + add_direction_probability: 0.1 + add_direction_numeric: true # Only for numbers + add_direction_standalone: true # A unit can be as simple as "D" + + numeric_probability: 0.7 # e.g. 1 + numeric_plus_alpha_probability: 0.01 # e.g. 1A + alpha_plus_numeric_probability: 0.01 # e.g. A1 + alpha_probability: 0.28 # e.g. A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 diff --git a/resources/addresses/fi.yaml b/resources/addresses/fi.yaml new file mode 100644 index 0000000..e9d7847 --- /dev/null +++ b/resources/addresses/fi.yaml @@ -0,0 +1,403 @@ +# fi.yaml +# ------- +# Finnish language specification. + +components: + level: + null_probability: 0.97 + alphanumeric_probability: 0.02 + standalone_probability: 0.01 + + staircase: + null_probability: 0.9 + alphanumeric_probability: 0.1 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.75 + alphanumeric_probability: 0.25 + + combinations: + - + components: + - staircase + - unit + label: unit + separators: + - separator: " " + probability: 0.8 + - separator: "-" + probability: 0.1 + - separator: "/" + probability: 0.05 + - separator: " - " + probability: 0.05 + probability: 0.85 + +numbers: + default: &numero + canonical: numero + abbreviated: nro + sample: true + # Probabilities + canonical_probability: 0.1 + abbreviated_probability: 0.5 + sample_probability: 0.4 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" + direction: left + + numeric_probability: 0.7 + numeric_affix_probability: 0.3 + +house_numbers: + alphanumeric: + default: *numero + + alphanumeric_phrase_probability: 0.0001 + + +and: + default: &ja + canonical: ja + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + +cross_streets: + and: *ja + corner_of: &kulmassa + canonical: kulmassa + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *ja + probability: 0.7 + alternatives: + - alternative: *kulmassa + probability: 0.3 + + between: + canonical: välillä + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + +levels: + floor: &kerros + canonical: kerros + abbreviated: krs + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: right + direction_probability: 0.9 + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + + numbering_starts_at: 1 + + alphanumeric: + default: *kerros + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + + + + +categories: + near: + default: + canonical: lähellä + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + nearby: + default: + canonical: lähistöllä + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.7 + alternatives: + - alternative: + canonical: lähellä + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: tässä lähellä + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: täällä + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + + near_me: + default: + canonical: lähellä minua + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + + # Probabilities of each phrase + near_probability: 0.7 + nearby_probability: 0.2 + near_me_probability: 0.1 + +directions: + right: &oikea + canonical: oikea + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: right + numeric_affix: + affix: o + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + oikealla: &oikealla + canonical: oikealla + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: right + numeric_affix: + affix: o + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + left: &vasen + canonical: vasen + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + vasemmalla: &vasemmalla + canonical: vasemmalla + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + alternatives: + - alternative: *oikea + probability: 0.25 + - alternative: *oikealla + probability: 0.25 + - alternative: *vasen + probability: 0.25 + - alternative: *vasemmalla + probability: 0.25 + +cardinal_directions: + east: &itaan + canonical: itään + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + west: &lansi + canonical: länsi + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + north: &pohja + canonical: pohja + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + + south: &etela + canonical: etelä + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + + alternatives: + - alternative: *pohja + probability: 0.25 + - alternative: *itaan + probability: 0.25 + - alternative: *etela + probability: 0.25 + - alternative: *lansi + probability: 0.25 + + +entrances: + sissepaas: &sisaankaynti + canonical: sisäänkäynti + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Portaikko 1, Portaikko A, etc. + alphanumeric: &entrance_alphanumeric + default: *sisaankaynti + numeric_probability: 0.1 # e.g. Portaikko 1 + alpha_probability: 0.85 # e.g. Portaikko A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + portaikko: &portaikko + canonical: portaikko + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + default: *portaikko + alpha_probability: 1.0 + + directional: + direction: left + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *pohja + - alternative: *etela + - alternative: *itaan + - alternative: *lansi + +po_boxes: + postilokero: &postilokero + canonical: postilokero + abbreviated: pl + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.6 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # PL #1234 + alphanumeric: + sample: false + default: *postilokero + numeric_probability: 0.9 # 123 + alpha_probability: 0.05 # A + numeric_plus_alpha_probability: 0.04 # 123G + alpha_plus_numeric_probability: 0.01 # A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + asunto: &asunto + canonical: asunto + abbreviated: as + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.7 + sample_probability: 0.1 + numeric: + direction: left + null_phrase_probability: 0.3 + # as nro 4 + add_number_phrase: true + add_number_phrase_probability: 0.05 + ruumi: &huone + canonical: huone + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + alphanumeric: &unit_alphanumeric + default: *asunto + probability: 0.9 + alternatives: + - alternative: *huone + probability: 0.1 + numeric_probability: 1.0 # e.g. as 1 + + # Separate random probability for adding directions like 2O, 2V, etc. + add_direction: true + add_direction_probability: 0.005 + + # Add directions for plain numbers + add_direction_numeric: true + # Add direction only e.g. asunto + add_direction_standalone: true + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.05 diff --git a/resources/addresses/fr.yaml b/resources/addresses/fr.yaml new file mode 100644 index 0000000..283a792 --- /dev/null +++ b/resources/addresses/fr.yaml @@ -0,0 +1,951 @@ +# Note: default config is for France. Canadian, Swiss, Belgian, and other +# conventions go in country overrides + +components: + level: + # If no floor number is specified + null_probability: 0.8 + alphanumeric_probability: 0.2 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + # If no unit number is specified + null_probability: 0.8 + alphanumeric_probability: 0.2 + + combinations: + - + components: + - house_number + - unit + label: house_number + separators: + - separator: / + probability: 0.8 + - separator: "-" + probability: 0.1 + - separator: " - " + probability: 0.1 + probability: 0.005 + +numbers: + default: &numero + canonical: numéro + abbreviated: "nº" + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.5 + sample_probability: 0.3 + sample_exclude: + - "#" # Used in numeric affix. Needs to be quoted, otherwise it's a comment + numeric: + direction: left + numeric_affix: + affix: "#" + direction: left + # Probabilities for numbers + numeric_probability: 0.7 + numeric_affix_probability: 0.3 + +and: + default: &and + canonical: et + abbreviated: "&" + canonical_probability: 0.7 + abbreviated_probability: 0.25 + sample: true + sample_probability: 0.05 + +house_numbers: + # sans numéro (s/n) addresses + no_number: + canonical: sans numéro + abbreviated: s/n + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.7 + sample_probability: 0.2 + + alphanumeric: + default: *numero + + alphanumeric_phrase_probability: 0.01 + no_number_probability: 0.05 # With this probability, use sin número if no house_number is specified + +levels: + floor: &etage + canonical: étage + abbreviated: ét + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.1 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.05 + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.75 + ordinal_probability: 0.25 + niveau: &niveau + canonical: niveau + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.05 + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.75 + ordinal_probability: 0.25 + bel_etage: &bel_etage + canonical: bel étage + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + etage_noble: &etage_noble + canonical: étage noble + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + dernier_etage: &dernier_etage + canonical: dernier étage + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + basement: &sous_sol + canonical: sous-sol + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 1 + standalone_probability: 0.99 + numeric_probability: 0.005 + ordinal_probability: 0.005 + sub_basement: &soubassement + canonical: soubassement + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 2 + number_subtract_abs_value: 1 + standalone_probability: 0.99 + numeric_probability: 0.005 + ordinal_probability: 0.005 + mezzanine: &entresol + canonical: entresol + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + # Ground floor + rez_de_chaussee: &rez_de_chaussee + canonical: rez-de-chaussée + abbreviated: rdc + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + rez_de_chaussee_bas: &rez_de_chaussee_bas + canonical: rez-de-chaussée bas + abbreviated: rcb + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + rez_de_chaussee_haut: &rez_de_chaussee_haut + canonical: rez-de-chaussée haut + abbreviated: rch + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + parterre: &parterre + canonical: parterre + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + rez_de_jardin: &rez_de_jardin + canonical: rez-de-jardin + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + aliases: + "<-1": + default: *sous_sol + probability: 0.6 + alternatives: + - alternative: *soubassement + probability: 0.3995 + - alternative: *etage + probability: 0.0005 + "-1": + default: *sous_sol + probability: 0.9995 + alternatives: + - alternative: *etage + probability: 0.0005 + half_floors: + default: *entresol + "0": + default: *rez_de_chaussee + probability: 0.74 + alternatives: + - alternative: *rez_de_jardin + probability: 0.01 + - alternative: *rez_de_chaussee_bas + probability: 0.1 + - alternative: *rez_de_chaussee_haut + probability: 0.1 + - alternative: *etage + probability: 0.05 + "1": + default: *etage + probability: 0.8 + alternatives: + - alternative: *bel_etage + probability: 0.1 + - alternative: *etage_noble + probability: 0.1 + top: + default: *etage + probability: 0.9 + alternatives: + - alternative: *dernier_etage + probability: 0.1 + + alphanumeric: + default: *etage + probability: 0.95 + alternatives: + - alternative: *niveau + probability: 0.05 + numeric_probability: 0.99 + alpha_probability: 0.01 + + numbering_starts_at: 0 + + +cross_streets: + # 26th & 6th Avenue + and: *and + # 26th @ Broadway + a: &a + canonical: à + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + au: &au + canonical: au + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + corner_of: &langle_de + canonical: l'angle de + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + at_the_corner_of: &a_langle_de + canonical: à l'angle de + + intersection: + default: *and + probability: 0.7 + alternatives: + - alternative: *a + probability: 0.025 + - alternative: *au + probability: 0.025 + - alternative: *langle_de + probability: 0.15 + - alternative: *a_langle_de + probability: 0.1 + + # 26th betw 5th Ave and 6th Ave + between: + canonical: entre + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 # Probability of using parentheses e.g. (between 5th and 6th) + +directions: + right: &droit + canonical: droit + abbreviated: dr + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.2 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: d + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.7 + numeric_affix_probability: 0.3 + left: &gauche + canonical: gauche + abbreviated: g + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: g + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + rear: &arriere + canonical: arrière + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + front: &avant + canonical: avant + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *droit + probability: 0.49 + - alternative: *gauche + probability: 0.49 + - alternative: *arriere + probability: 0.01 + - alternative: *avant + probability: 0.01 + + anteroposterior: + alternatives: + - alternative: *avant + probability: 0.5 + - alternative: *arriere + probability: 0.5 + + lateral: + alternatives: + - alternative: *droit + probability: 0.5 + - alternative: *gauche + probability: 0.5 + +cardinal_directions: + east: &est + canonical: est + abbreviated: e + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: e + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &ouest + canonical: ouest + abbreviated: o + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: o + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &nord + canonical: nord + abbreviated: n + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &sud + canonical: sud + abbreviated: s + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *nord + probability: 0.25 + - alternative: *est + probability: 0.25 + - alternative: *sud + probability: 0.25 + - alternative: *ouest + probability: 0.25 + +entrances: + entrance: &entrance + canonical: entrance + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Entrance 1, Entrance A, etc. + alphanumeric: &entrance_alphanumeric + default: *entrance + numeric_probability: 0.1 # e.g. Entrance 1 + alpha_probability: 0.85 # e.g. Entrnace A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + modifier: + direction: right # e.g. Entrance Nord + direction_probability: 0.95 + alternatives: + - alternative: *nord + - alternative: *sud + - alternative: *est + - alternative: *ouest + - alternative: *droit + - alternative: *gauche + - alternative: *arriere + - alternative: *avant + +staircases: + escalier: &escalier + canonical: escalier + abbreviated: esc + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + + alphanumeric: + # For alphanumerics, Escalier A, Esc 1, etc. + default: *escalier + numeric_probability: 0.6 # e.g. Escalier 1 + alpha_probability: 0.35 # e.g. Escalier A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: right # e.g. Escalier Izq + direction_probability: 0.9 + modifier: + alternatives: + - alternative: *nord + - alternative: *sud + - alternative: *est + - alternative: *ouest + - alternative: *droit + - alternative: *gauche + - alternative: *arriere + - alternative: *avant + + +po_boxes: + boite_postal: &boite_postal + canonical: boîte postale + abbreviated: bp + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # BP No 1234 + numeric_probability: 1.0 + case_postal: &case_postal + canonical: case postale + abbreviated: cp + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # CP No 1234 + numeric_probability: 1.0 + alphanumeric: + sample: false + default: *boite_postal + numeric_probability: 0.9 # BP 123 + alpha_probability: 0.05 # BP A + numeric_plus_alpha_probability: 0.04 # BP 123G + alpha_plus_numeric_probability: 0.01 # BP A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + + +units: + flat: &appartement + canonical: appartement + abbreviated: app + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.5 + sample_probability: 0.3 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + unit: &unite + canonical: unité + abbreviated: u + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.1 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + suite: &suite + canonical: suite + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.4 + office: &bureau + canonical: bureau + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.3 + door: &porte + canonical: porte + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + room: &salle + canonical: salle + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + chambre: &chambre + canonical: chambre + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + boite: &boite + canonical: boîte + abbreviated: bte + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + lot: &lotissement + canonical: lotissement + abbreviated: lot + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + parcelle: &parcelle + canonical: parcelle + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + + allotments: + lot: + default: *lotissement + numeric_probability: 0.8 + alphanumeric_probability: 0.1 + alpha_probability: 0.1 + parcel: + default: *parcelle + numeric_probability: 0.3 + alphanumeric_probability: 0.3 + alpha_probability: 0.4 + lot_probability: 0.9 + parcel_probability: 0.06 + lot_plus_parcel_probability: 0.02 + parcel_plus_lot_probability: 0.02 + + alphanumeric: &unit_alphanumeric + default: *appartement + probability: 0.85 + alternatives: + # e.g. just plain #3 or No. 4 + - alternative: *numero + probability: 0.05 + - alternative: *porte + probability: 0.095 + - alternative: *chambre + probability: 0.005 + numeric_probability: 0.9 # e.g. Appartement 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. Appartement A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # Separate random probability for adding directions like 2D, 2G, etc. + add_direction: true + add_direction_probability: 0.1 + + # Add directions for plain numbers + add_direction_numeric: true + # Add direction only e.g. Unité Gauche + add_direction_standalone: true + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.1 + + zones: + residential: *unit_alphanumeric + commercial: + default: *bureau + probability: 0.8 + alternatives: + - alternative: *suite + probability: 0.2 + + numeric_probability: 0.9 # e.g. Bureau 1 + numeric_plus_alpha_probability: 0.01 # e.g. Bureau 1A + alpha_plus_numeric_probability: 0.01 # e.g. Bureau A1 + alpha_probability: 0.08 # e.g. Bureau A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + industrial: + default: *lotissement + probability: 0.5 + alternatives: + - alternative: *bureau + probability: 0.3 + - alternative: *unite + probability: 0.19 + - alternative: *parcelle + probability: 0.01 + + numeric_probability: 0.9 # e.g. Lote 1 + numeric_plus_alpha_probability: 0.01 # e.g. Lote 1A + alpha_plus_numeric_probability: 0.01 # e.g. Lote A1 + alpha_probability: 0.08 # e.g. Lote A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + university: + default: *salle + probability: 0.9 + alternatives: + - alternative: *porte + probability: 0.1 + + numeric_probability: 0.9 # e.g. Salle 1 + numeric_plus_alpha_probability: 0.01 # e.g. Salle 1A + alpha_plus_numeric_probability: 0.01 # e.g. Salle A1 + alpha_probability: 0.08 # e.g. Salle A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + +categories: + near: + default: + canonical: près de + probability: 0.6 + alternatives: + - alternative: + canonical: à coté de + probability: 0.05 + - alternative: + canonical: proche de + probability: 0.05 + - alternative: + canonical: proches de + probability: 0.05 + - alternative: + canonical: a cote de + probability: 0.05 + - alternative: + canonical: pres de + probability: 0.05 + - alternative: + canonical: aux environs de + probability: 0.05 + - alternative: + canonical: à proximité de + probability: 0.05 + - alternative: + canonical: a proximite de + probability: 0.05 + nearby: + default: + canonical: proche + probability: 0.4 + alternatives: + - alternative: + canonical: à coté + probability: 0.05 + - alternative: + canonical: a cote + probability: 0.05 + - alternative: + canonical: près d'ici + probability: 0.05 + - alternative: + canonical: près dici + probability: 0.05 + - alternative: + canonical: pres d'ici + probability: 0.05 + - alternative: + canonical: pres dici + probability: 0.05 + - alternative: + canonical: près de là + probability: 0.05 + - alternative: + canonical: pres de la + probability: 0.05 + - alternative: + canonical: par ici + probability: 0.05 + - alternative: + canonical: dans les alentours + probability: 0.05 + - alternative: + canonical: à proximité de là + probability: 0.05 + - alternative: + canonical: a proximite de la + probability: 0.05 + near_me: + default: + canonical: proche de chez moi + probability: 0.6 + alternatives: + - alternative: + canonical: près de moi + probability: 0.1 + - alternative: + canonical: pres de moi + probability: 0.1 + - alternative: + canonical: à proximité de moi + probability: 0.1 + - alternative: + canonical: a proximite de moi + probability: 0.1 + in: + default: + canonical: à + probability: 0.7 + alternatives: + - alternative: + canonical: en + probability: 0.1 + - alternative: + canonical: a + probability: 0.1 + - alternative: + canonical: dans + probability: 0.1 + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +countries: + # Belgium + be: + units: + alphanumeric: + default: *boite + probability: 0.75 + alternatives: + - alternative: *appartement + probability: 0.1 + # e.g. just plain #3 or No. 4 + - alternative: *numero + probability: 0.05 + - alternative: *porte + probability: 0.095 + - alternative: *chambre + probability: 0.005 + # Canada + ca: + components: + + unit: + null_probability: 0.6 + alphanumeric_probability: 0.4 + combinations: + - + components: + - unit + - house_number + label: house_number + separators: + - separator: / + probability: 0.04 + - separator: "-" + probability: 0.95 + - separator: " - " + probability: 0.01 + probability: 0.1 + levels: + numbering_starts_at: 1 + aliases: + "1": + # Have to do this because etage is numeric + # and has keys like "numeric_probability" which + # we don't want to infect rez_de_chausee when doing + # a recursive merge + default: *etage + probability: 0.1 + alternatives: + - alternative: *rez_de_chaussee + probability: 0.8 + - alternative: *bel_etage + probability: 0.05 + - alternative: *etage_noble + probability: 0.05 + + units: + alphanumeric: + # More common to use in in Canada, as in the US + use_floor_probability: 0.35 + + po_boxes: + alphanumeric: + default: *case_postal + # Switzerland + ch: + levels: + aliases: + "0": + default: *parterre + probability: 0.9 + alternatives: + - alternative: *rez_de_chaussee + probability: 0.05 + - alternative: *etage + probability: 0.05 + po_boxes: + alphanumeric: + default: *case_postal diff --git a/resources/addresses/he.yaml b/resources/addresses/he.yaml new file mode 100644 index 0000000..4db9b43 --- /dev/null +++ b/resources/addresses/he.yaml @@ -0,0 +1,269 @@ +# he.yaml +# ------- +# Hebrew language specification + + +alphabet: אבגדהוזחטיכךלמםנןסעפףצץקרשת +alphabet_probability: 0.8 + +components: + level: + null_probability: 0.95 + alphanumeric_probability: 0.05 + + entrance: + null_probability: 0.9 + alphanumeric_probability: 0.1 + + unit: + null_probability: 0.6 + alphanumeric_probability: 0.4 + + + combinations: + - + components: + - house_number + - entrance + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.7 + - + components: + - house_number + - entrance + label: house_number + separators: + - separator: " " + probability: 0.5 + - separator: "" + probability: 0.2 + - separator: "/" + probability: 0.1 + - separator: "-" + probability: 0.1 + - separator: " - " + probability: 0.1 + probability: 0.7 + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.1 + +levels: + koma: &koma + canonical: קומה + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: left + numeric_probability: 0.4 + ordinal_probability: 0.6 + koma_latin: &koma_latin + canonical: koma + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + ordinal: + direction: left + numeric_probability: 0.4 + ordinal_probability: 0.6 + + komat_karka: &komat_karka + canonical: קומת קרקע + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + komat_karka_latin: &komat_karka_latin + canonical: komát karká + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + + martef: &martef + canonical: מרתף + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: left + number_abs_value: true + number_min_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.01 + ordinal_probability: 0.005 + martef_latin: &martef_latin + canonical: martef + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: left + number_abs_value: true + number_min_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.01 + ordinal_probability: 0.005 + + aliases: + "<-1": + default: *martef + probability: 0.9 + alternatives: + - alternative: *martef_latin + probability: 0.1 + "-1": + default: *martef + probability: 0.9 + alternatives: + - alternative: *martef_latin + probability: 0.1 + "0": + default: *komat_karka + probability: 0.9 + alternatives: + - alternative: *komat_karka_latin + probability: 0.1 + + numbering_starts_at: 0 + + alphanumeric: + default: *koma + probability: 0.9 + alternatives: + - alternative: *koma_latin + probability: 0.1 + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +entrances: + knisa: &knisa + canonical: כניסה + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + knisa_latin: &knisa_latin + canonical: knisa + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # вход 1, вход A, etc. + alphanumeric: + default: *knisa + probability: 0.99 + alternatives: + - alternative: *knisa_latin + probability: 0.01 + numeric_probability: 0.1 + alpha_probability: 0.9 + +po_boxes: + ta_doar: &ta_doar + canonical: תיבת דואר + abbreviated: ת.ד. + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + ta_doar_latin: &ta_doar_latin + canonical: abonementnyy pochtovyy yashchik + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: + default: *ta_doar + probability: 0.8 + alternatives: + - alternative: *ta_doar_latin + probability: 0.2 + numeric_probability: 0.9 # ta doar 123 + alpha_probability: 0.05 # ta doar А + numeric_plus_alpha_probability: 0.04 # ta doar 123А + alpha_plus_numeric_probability: 0.01 # ta doar А123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + dira: &dira + canonical: דירה + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + dira_latin: &dira_latin + canonical: dira + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: &unit_alphanumeric + default: *dira + probability: 0.9 + alternatives: + - alternative: *dira_latin + probability: 0.1 + + numeric_probability: 0.9 # e.g. dira 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1А + alpha_plus_numeric_probability: 0.03 # e.g. AА1 + alpha_probability: 0.04 # e.g. dira А + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.1 diff --git a/resources/addresses/hr.yaml b/resources/addresses/hr.yaml new file mode 100644 index 0000000..50fe279 --- /dev/null +++ b/resources/addresses/hr.yaml @@ -0,0 +1,586 @@ +# hr.yaml +# ------- +# Croatian language specification + +components: + level: + null_probability: 0.9 + alphanumeric_probability: 0.1 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.7 + alphanumeric_probability: 0.3 + + combinations: + - + components: + - house_number + - staircase + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.1 + # For unit types like 2/34 + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + + +numbers: + no_number: + default: + canonical: bez broja + abbreviated: bb + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + + default: &broj + canonical: broj + abbreviated: br + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + numeric_affix: + affix: "br." + whitespace_probability: 0.6 + direction: left + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + alphanumeric_phrase_probability: 0.05 + no_number_probability: 0.05 + + +and: + default: &i + canonical: i + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + +cross_streets: + i: *i + at: &na + canonical: na + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + corner: &ugao + canonical: ugao + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + corner_of: &uglu + canonical: uglu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + na_uglu: &na_uglu + canonical: na uglu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *i + probability: 0.65 + alternatives: + - alternative: *na + probability: 0.1 + - alternative: *uglu + probability: 0.1 + - alternative: *na_uglu + probability: 0.1 + - alternative: *ugao + probability: 0.05 + + izmedu: &izmedu + canonical: između + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + between: + default: *izmedu + +levels: + kat: &kat + canonical: kat + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + etaza: &etaza + canonical: etaža + abbreviated: et + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + prizemlje: &prizemlje + canonical: prizemlje + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + parter: &parter + canonical: parter + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + mezanino: &polukat + canonical: polukat + half_floors: true + canonical_probability: 0.8 + sample_probability: 0.2 + sample: true + # e.g. polukat 2 + numeric: + direction: left + # e.g. 2. entresuelo + ordinal: + direction: right + numeric_probability: 0.1 + ordinal_probability: 0.2 + standalone_probability: 0.6 + podrum: &podrum + canonical: podrum + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + # e.g. подрум 1 + numeric: + direction: left + direction_probability: 0.8 + # e.g. 1. подрум + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + standalone_probability: 0.99 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + ordinal_probability: 0.005 + + aliases: + "<-1": + default: *podrum + "-1": + default: *podrum + # Special token for half-floors + half_floors: + default: *polukat + "0": + default: *prizemlje + probability: 0.5 + alternatives: + - alternative: *parter + probability: 0.4 + - alternative: *kat + probability: 0.1 + + numbering_starts_at: 0 + + alphanumeric: + default: *kat + probability: 0.95 + alternatives: + - alternative: *etaza + probability: 0.05 + numeric_probability: 0.69 # With this probability, pick an integer + roman_numeral_probability: 0.3 # Pick a Roman numeral for the actual value + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + + +categories: + near: + default: + canonical: u blizini + nearby: + default: + canonical: u blizini + probability: 0.6 + alternatives: + - alternative: + canonical: u blizini ovdje + probability: 0.3 + - alternative: + canonical: oko ovdje + probability: 0.1 + + near_me: + default: + canonical: u blizini mene + + # Don't worry about agreement + in: + default: + canonical: u + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +directions: + right: &desno + canonical: desno + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + left: &lijevo + canonical: lijevo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *desno + probability: 0.5 + - alternative: *lijevo + probability: 0.5 + +cardinal_directions: + east: &istok + canonical: istok + abbreviated: i + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: i + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &zapad + canonical: zapad + abbreviated: z + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: z + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &sjever + canonical: sjever + abbreviated: s + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &jug + canonical: jug + abbreviated: j + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: j + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *sjever + probability: 0.25 + - alternative: *istok + probability: 0.23 + - alternative: *jug + probability: 0.23 + - alternative: *zapad + probability: 0.23 + +entrances: + ulaz: &ulaz + canonical: ulaz + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Ulaz 1, Ulaz A, etc. + alphanumeric: &entrance_alphanumeric + default: *ulaz + numeric_probability: 0.1 # e.g. Ulaz 1 + alpha_probability: 0.85 # e.g. Ulaz A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + +staircases: + stubiste: &stubiste + canonical: stubište + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + + alphanumeric: &staircase_alphanumeric + default: *stubiste + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: right + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *desno + probability: 0.2 + - alternative: *lijevo + probability: 0.2 + - alternative: *sjever + probability: 0.15 + - alternative: *jug + probability: 0.15 + - alternative: *istok + probability: 0.15 + - alternative: *zapad + probability: 0.15 + +po_boxes: + postanski_pretinac: &postanski_pretinac + canonical: poštanski pretinac + abbreviated: p.p + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.4 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + + alphanumeric: + default: *postanski_pretinac + numeric_probability: 0.9 # pp 123 + alpha_probability: 0.05 # p.p A + numeric_plus_alpha_probability: 0.04 # pp 123G + alpha_plus_numeric_probability: 0.01 # pp A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + stan: &stan + canonical: stan + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + apartman: &apartman + canonical: apartman + abbreviated: ap + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.2 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + + soba: &soba + canonical: soba + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + ured: &ured + canonical: ured + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + + alphanumeric: &unit_alphanumeric + default: *stan + probability: 0.6 + alternatives: + - alternative: *apartman + probability: 0.3 + - alternative: *soba + probability: 0.1 + numeric_probability: 0.9 # e.g. stan. 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. stan A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.05 + + zones: + commercial: &commercial_unit_types + default: *soba + probability: 0.6 + alternatives: + - alternative: *ured + probability: 0.4 + numeric_probability: 0.95 # e.g. soba 1 + numeric_plus_alpha_probability: 0.01 # e.g. soba 1A + alpha_plus_numeric_probability: 0.01 # e.g. soba A1 + alpha_probability: 0.03 # e.g. soba A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + university: + default: *soba + numeric_probability: 0.95 # e.g. soba 1 + numeric_plus_alpha_probability: 0.01 # e.g. soba 1A + alpha_plus_numeric_probability: 0.01 # e.g. soba A1 + alpha_probability: 0.03 # e.g. soba A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 diff --git a/resources/addresses/hu.yaml b/resources/addresses/hu.yaml new file mode 100644 index 0000000..3cd9670 --- /dev/null +++ b/resources/addresses/hu.yaml @@ -0,0 +1,439 @@ +# hu.yaml +# ------- +# Hungarian language specification. + +components: + level: + null_probability: 0.75 + alphanumeric_probability: 0.2 + standalone_probability: 0.05 + + unit: + null_probability: 0.75 + alphanumeric_probability: 0.25 + + combinations: + - + components: + - level + - unit + label: unit + separators: + - separator: "/" + probability: 0.55 + - separator: " " + probability: 0.4 + - separator: "-" + probability: 0.05 + probability: 0.8 + + +numbers: + default: &szam + canonical: szám + sample: true + # Probabilities + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + +and: + default: &es + canonical: és + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + probability: 0.6 + alternatives: + - alternative: &es_a + canonical: és a + canonical_probability: 0.9 + sample: true + sample_probability: 0.1 + probability: 0.2 + - alternative: &es_az + canonical: és az + canonical_probability: 0.9 + sample: true + sample_probability: 0.1 + probability: 0.2 + +cross_streets: + and: *es + corner_of: &sarkan + canonical: sarkán + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *es + probability: 0.6 + alternatives: + - alternative: *es_a + probability: 0.1 + - alternative: *es_az + probability: 0.1 + - alternative: *sarkan + probability: 0.2 + + between: + canonical: között + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + +levels: + floor: &emelet + canonical: emelet + abbreviated: em + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.85 + sample_probability: 0.05 + numeric: + direction: left + direction_probability: 0.9 + ordinal: + direction: right + digits: + ascii_probability: 0.2 + roman_numeral_probability: 0.8 + numeric_probability: 0.1 + ordinal_probability: 0.9 + foldszint: &foldszint + canonical: földszint + abbreviated: fszt + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.6 + sample_probability: 0.2 + felemelet: &felemelet + canonical: félemelet + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + magasfoldszint: &magasfoldszint + canonical: magasföldszint + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + pince: &pince + canonical: pince + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + standalone_probability: 0.99 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + ordinal_probability: 0.005 + alagsor: &alagsor + canonical: alagsor + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + standalone_probability: 0.99 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + ordinal_probability: 0.005 + felszuteren: &felszuteren + canonical: félszuterén + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + standalone_probability: 0.99 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + ordinal_probability: 0.005 + szuteren: &szuteren + canonical: szuterén + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + standalone_probability: 0.99 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + ordinal_probability: 0.005 + aliases: + "<-1": + default: *alagsor + probability: 0.6 + alternatives: + - alternative: *pince + probability: 0.3 + - alternative: *szuteren + probability: 0.1 + "-1": + default: *alagsor + probability: 0.5 + alternatives: + - alternative: *pince + probability: 0.3 + - alternative: *szuteren + probability: 0.1 + - alternative: *felszuteren + probability: 0.1 + + "0": + default: *foldszint + probability: 0.9 + alternatives: + - alternative: *emelet + probability: 0.1 + + "1": + default: *emelet + probability: 0.9 + alternatives: + - alternative: *felemelet + probability: 0.1 + + "2": + default: *emelet + probability: 0.9 + alternatives: + - alternative: *magasfoldszint + probability: 0.1 + + numbering_starts_at: 0 + + alphanumeric: + default: *emelet + numeric_probability: 0.59 # With this probability, pick an integer + roman_numeral_probability: 0.4 # Pick a Roman numeral for the actual value + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +categories: + near: + default: + canonical: közelében + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + nearby: + default: + canonical: közelben + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + near_me: + default: + canonical: közelemben + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + # Probabilities of each phrase + near_probability: 0.7 + nearby_probability: 0.2 + near_me_probability: 0.1 + +directions: + right: &jobb + canonical: jobb + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + left: &bal + canonical: bal + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *jobb + probability: 0.5 + - alternative: *bal + probability: 0.5 + +cardinal_directions: + east: &kelet + canonical: kelet + abbreviated: k + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: k + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &nyugat + canonical: nyugat + abbreviated: n + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &eszak + canonical: észak + abbreviated: e + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: e + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &del + canonical: dél + abbreviated: d + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: d + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *eszak + probability: 0.25 + - alternative: *kelet + probability: 0.25 + - alternative: *del + probability: 0.25 + - alternative: *nyugat + probability: 0.25 + + +po_boxes: + postafiok: &postafiok + canonical: postafiók + abbreviated: pf + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.7 + sample_probability: 0.1 + numeric: + direction: left + alphanumeric: + default: *postafiok + numeric_probability: 0.9 # Pf 123 + alpha_probability: 0.05 # Pf A + numeric_plus_alpha_probability: 0.04 # Pf 123G + alpha_plus_numeric_probability: 0.01 # Pf A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + lakas: &lakas + canonical: lakás + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + numeric_probability: 0.3 + ordinal_probability: 0.7 + iroda: &iroda + canonical: iroda + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + szoba: &szoba + canonical: szoba + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: &unit_alphanumeric + default: *lakas + probability: 0.9 + alternatives: + - alternative: *szoba + probability: 0.1 + numeric_probability: 0.95 # e.g. m. 1 + numeric_plus_alpha_probability: 0.005 # e.g. 1A + alpha_plus_numeric_probability: 0.005 # e.g. A1 + alpha_probability: 0.04 # e.g. m. A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.2 + + zones: + commercial: &commercial_unit_types + default: *iroda + numeric_probability: 0.95 # e.g. pokój 1 + numeric_plus_alpha_probability: 0.01 # e.g. pokój 1A + alpha_plus_numeric_probability: 0.01 # e.g. pokój A1 + alpha_probability: 0.03 # e.g. pokój A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + university: *commercial_unit_types diff --git a/resources/addresses/is.yaml b/resources/addresses/is.yaml new file mode 100644 index 0000000..6b2ea1f --- /dev/null +++ b/resources/addresses/is.yaml @@ -0,0 +1,459 @@ +# is.yaml +# ------- +# Icelandic language specification. + +components: + level: + null_probability: 0.9 + alphanumeric_probability: 0.1 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.75 + alphanumeric_probability: 0.25 + + combinations: + - + components: + - level + - unit + label: unit + separators: + - separator: "-" + probability: 0.9 + - separator: " - " + probability: 0.1 + probability: 0.005 + - + components: + - entrance + - unit + label: unit + separators: + - separator: "-" + probability: 0.9 + - separator: " - " + probability: 0.1 + probability: 0.001 + + +numbers: + default: &numer + canonical: númer + abbreviated: nr + sample: true + # Probabilities + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" + direction: left + + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + +house_numbers: + alphanumeric: + default: *numer + + alphanumeric_phrase_probability: 0.0001 + + +and: + default: &og + canonical: og + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + +cross_streets: + and: *og + corner_of: &horn_of + canonical: horn af + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + at_the_corner_of: &a_horinu_a + canonical: á horninu á + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *og + probability: 0.7 + alternatives: + - alternative: *horn_of + probability: 0.15 + - alternative: *a_horinu_a + probability: 0.15 + + between: + canonical: milli + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + +levels: + floor: &haeo + canonical: hæð + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: right + direction_probability: 0.9 + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + + jarohaeo: &jarohaeo + canonical: jarðhæð + sample: true + canonical_probability: 0.3 + sample_probability: 0.7 + kjallara: &kjallara + canonical: kjallara + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + # e.g. 1 kjallara + numeric: + direction: right + direction_probability: 0.8 + # e.g. k1 + numeric_affix: + affix: k + direction: left + # e.g. 1. kjallara + ordinal: + direction: right + standalone_probability: 0.985 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + aliases: + "<-1": + default: *kjallara + "-1": + default: *kjallara + "0": + default: *jarohaeo + + numbering_starts_at: 0 + + alphanumeric: + default: *haeo + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +categories: + near: + default: + canonical: nálægt + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + nearby: + default: + canonical: nálægt + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.6 + alternatives: + - alternative: + canonical: nálægt hér + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.2 + - alternative: + canonical: hérna + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: hér + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + near_me: + default: + canonical: nálægt mér + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + # Don't worry about agreement + in: + default: + canonical: í + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + + + +directions: + right: &til_haegri + canonical: til hægri + abbreviated: t.h + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.5 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: t.h + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + left: &til_vinstri + canonical: til vinstri + abbreviated: t.v + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.6 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: t.v + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + alternatives: + - alternative: *til_haegri + probability: 0.5 + - alternative: *til_vinstri + probability: 0.5 + +cardinal_directions: + east: &austur + canonical: austur + abbreviated: a + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: a + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &vestur + canonical: vestur + abbreviated: v + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &norour + canonical: norður + abbreviated: n + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &suour + canonical: suður + abbreviated: s + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *norour + probability: 0.25 + - alternative: *austur + probability: 0.25 + - alternative: *suour + probability: 0.25 + - alternative: *vestur + probability: 0.25 + + +entrances: + inngangur: &inngangur + canonical: inngangur + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Inngangur 1, Inngangur A, etc. + alphanumeric: &entrance_alphanumeric + default: *inngangur + numeric_probability: 0.1 # e.g. Inngangur 1 + alpha_probability: 0.85 # e.g. Inngangur A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + stiege: &stigi + canonical: stigi + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + default: *stigi + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *norour + - alternative: *suour + - alternative: *austur + - alternative: *vestur + +po_boxes: + postholf: &postholf + canonical: pósthólf + abbreviated: ph + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # Ph Nr 1234 + alphanumeric: + sample: false + default: *postholf + numeric_probability: 0.9 # Ph 123 + alpha_probability: 0.05 # Ph A + numeric_plus_alpha_probability: 0.04 # Ph 123G + alpha_plus_numeric_probability: 0.01 # Ph A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + ibuo: &ibuo + canonical: íbúð + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + null_phrase_probability: 0.5 + # íbúð nummer 4 + add_number_phrase: true + add_number_phrase_probability: 0.05 + + alphanumeric: &unit_alphanumeric + default: *ibuo + numeric_probability: 0.9 # e.g. íbúð 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. íbúð A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # Separate random probability for adding directions like 2R, 2L, etc. + add_direction: true + add_direction_probability: 0.1 + + # Add directions for plain numbers + add_direction_numeric: true + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.1 diff --git a/resources/addresses/it.yaml b/resources/addresses/it.yaml new file mode 100644 index 0000000..020226f --- /dev/null +++ b/resources/addresses/it.yaml @@ -0,0 +1,673 @@ +# it.yaml +# ------- +# Italian language specification + +components: + level: + # If no floor number is specified + null_probability: 0.9 + alphanumeric_probability: 0.1 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + # If no unit number is specified + null_probability: 0.8 + alphanumeric_probability: 0.2 + + combinations: + - + components: + - house_number + - unit + label: house_number + separators: + - separator: / + probability: 1.0 + probability: 0.5 + +numbers: + default: &numero + canonical: numero + abbreviated: "nº" + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.3 + sample_probability: 0.5 + numeric: + direction: left + numeric_affix: + affix: "n." + direction: left + # Probabilities for numbers + numeric_probability: 0.7 + numeric_affix_probability: 0.3 + +and: + default: &e + canonical: e + abbreviated: "&" + canonical_probability: 0.7 + abbreviated_probability: 0.25 + sample: true + sample_probability: 0.05 + +house_numbers: + # sans numéro (s/n) addresses + no_number: + canonical: senza numero civico + abbreviated: snc + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.7 + sample_probability: 0.2 + + alphanumeric: + default: *numero + + alphanumeric_phrase_probability: 0.01 + no_number_probability: 0.05 # With this probability, use sin número if no house_number is specified + +levels: + floor: &piano + canonical: piano + abbreviated: pº + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.15 + sample_probability: 0.25 + numeric: + direction: left + direction_probability: 0.95 + add_number_phrase: true + add_number_phrase_probability: 0.05 + digits: + ascii_probability: 0.9 + roman_numeral_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.5 + spellout_probability: 0.2 + roman_numeral_probability: 0.3 + numeric_probability: 0.55 + ordinal_probability: 0.45 + livello: &livello + canonical: livello + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.05 + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + numeric_probability: 0.75 + ordinal_probability: 0.25 + piano_nobile: &piano_nobile + canonical: piano nobile + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + piano_terra: &piano_terra + canonical: piano terra + abbreviated: p.t + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.25 + sample_probability: 0.25 + basement: &seminterrato + canonical: seminterrato + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 1 + standalone_probability: 0.99 + numeric_probability: 0.005 + ordinal_probability: 0.005 + aliases: + "<-1": + default: *seminterrato + probability: 0.995 + alternatives: + - alternative: *piano + probability: 0.005 + "-1": + default: *seminterrato + probability: 0.9995 + alternatives: + - alternative: *piano + probability: 0.0005 + "0": + default: *piano_terra + probability: 0.95 + alternatives: + - alternative: *piano + probability: 0.05 + "1": + default: *piano + probability: 0.9 + alternatives: + - alternative: *piano_nobile + probability: 0.1 + + alphanumeric: + default: *piano + probability: 0.95 + alternatives: + - alternative: *livello + probability: 0.05 + numeric_probability: 0.99 + alpha_probability: 0.01 + + numbering_starts_at: 0 + +cross_streets: + # 26th & 6th Avenue + and: *e + # 26th @ Broadway + a: &a + canonical: a + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + corner_of: &angolo_di + canonical: angolo di + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + corner: &angolo + canonical: angolo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + at_the_corner_of: &all_angolo_tra + canonical: all'angolo tra + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + intersection: + default: *e + probability: 0.7 + alternatives: + - alternative: *a + probability: 0.05 + - alternative: *angolo_di + probability: 0.15 + - alternative: *all_angolo_tra + probability: 0.1 + + # 26th betw 5th Ave and 6th Ave + between: + canonical: tra + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 # Probability of using parentheses e.g. (between 5th and 6th) + +categories: + near: + default: + canonical: vicino a + probability: 0.75 + alternatives: + - alternative: + canonical: presso a + probability: 0.25 + nearby: + default: + canonical: vicino + probability: 0.7 + alternatives: + - alternative: + canonical: qui vicino + probability: 0.1 + - alternative: + canonical: nelle vicinanze + probability: 0.1 + - alternative: + canonical: intorno a qui + probability: 0.1 + + near_me: + default: + canonical: vicino a me + + # Don't worry about agreement + in: + default: + canonical: a + probability: 0.7 + alternatives: + - alternative: + canonical: ad + probability: 0.15 + - alternative: + canonical: in + probability: 0.15 + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + + +directions: + right: &destra + canonical: destra + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: right + left: &sinistra + canonical: sinistra + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: right + rear: &posteriore + canonical: posteriore + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + front: &anteriore + canonical: anteriore + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *destra + probability: 0.49 + - alternative: *sinistra + probability: 0.49 + - alternative: *posteriore + probability: 0.01 + - alternative: *anteriore + probability: 0.01 + + anteroposterior: + alternatives: + - alternative: *anteriore + probability: 0.5 + - alternative: *posteriore + probability: 0.5 + + lateral: + alternatives: + - alternative: *destra + probability: 0.5 + - alternative: *sinistra + probability: 0.5 + +cardinal_directions: + east: &est + canonical: est + abbreviated: e + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: e + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &ovest + canonical: ovest + abbreviated: o + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: o + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &nord + canonical: nord + abbreviated: n + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &sud + canonical: sud + abbreviated: s + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *nord + probability: 0.25 + - alternative: *est + probability: 0.25 + - alternative: *sud + probability: 0.25 + - alternative: *ovest + probability: 0.25 + +entrances: + entrance: &ingresso + canonical: ingresso + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Ingresso 1, Ingresso A, etc. + alphanumeric: &entrance_alphanumeric + default: *ingresso + numeric_probability: 0.1 # e.g. Ingresso 1 + alpha_probability: 0.85 # e.g. Ingresso A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + modifier: + direction: right # e.g. Ingresso Nord + direction_probability: 0.95 + alternatives: + - alternative: *nord + - alternative: *sud + - alternative: *est + - alternative: *ovest + - alternative: *destra + - alternative: *sinistra + - alternative: *posteriore + - alternative: *anteriore + +staircases: + scala: &scala + canonical: scala + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + + alphanumeric: + # For alphanumerics, Scala A, Scala 1, etc. + default: *scala + numeric_probability: 0.6 # e.g. Scala 1 + alpha_probability: 0.35 # e.g. Scala A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: right # e.g. Scala Destra + direction_probability: 0.9 + modifier: + alternatives: + - alternative: *nord + - alternative: *sud + - alternative: *est + - alternative: *ovest + - alternative: *destra + - alternative: *sinistra + - alternative: *posteriore + - alternative: *anteriore + + +po_boxes: + casella_postale: &casella_postale + canonical: casella postale + abbreviated: cp + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # CP No 1234 + numeric_probability: 1.0 + alphanumeric: + default: *casella_postale + numeric_probability: 0.9 # CP 123 + alpha_probability: 0.05 # CP A + numeric_plus_alpha_probability: 0.04 # CP 123G + alpha_plus_numeric_probability: 0.01 # CP A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + + +units: + flat: &appartamento + canonical: appartamento + abbreviated: app + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.5 + sample_probability: 0.3 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + casa: &casa + canonical: casa + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + unit: &unita + canonical: unità + abbreviated: u + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.1 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + office: &officina + canonical: officina + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.3 + lotto: &lotto + canonical: lotto + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + door: &porta + canonical: porta + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + interno: &interno + canonical: interno + abbreviated: int + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + room: &sala + canonical: sala + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + + alphanumeric: &unit_alphanumeric + default: *appartamento + probability: 0.75 + alternatives: + - alternative: *interno + probability: 0.1 + # e.g. just plain #3 or No. 4 + - alternative: *numero + probability: 0.05 + - alternative: *casa + probability: 0.05 + - alternative: *porta + probability: 0.045 + - alternative: *sala + probability: 0.005 + numeric_probability: 0.9 # e.g. Appartement 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. Appartement A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # Separate random probability for adding directions like 2D, 2G, etc. + add_direction: true + add_direction_probability: 0.1 + + # Add directions for plain numbers + add_direction_numeric: true + # Add direction only e.g. Unité Gauche + add_direction_standalone: true + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.1 + + zones: + residential: *unit_alphanumeric + commercial: + default: *officina + probability: 0.8 + alternatives: + - alternative: *sala + probability: 0.2 + + numeric_probability: 0.9 # e.g. Bureau 1 + numeric_plus_alpha_probability: 0.01 # e.g. Bureau 1A + alpha_plus_numeric_probability: 0.01 # e.g. Bureau A1 + alpha_probability: 0.08 # e.g. Bureau A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + industrial: + default: *lotto + probability: 0.5 + alternatives: + - alternative: *officina + probability: 0.3 + - alternative: *unita + probability: 0.2 + + numeric_probability: 0.9 # e.g. Lotto 1 + numeric_plus_alpha_probability: 0.01 # e.g. Lotto 1A + alpha_plus_numeric_probability: 0.01 # e.g. Lotto A1 + alpha_probability: 0.08 # e.g. Lotto A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + university: + default: *sala + probability: 0.9 + alternatives: + - alternative: *porta + probability: 0.1 + + numeric_probability: 0.9 # e.g. Salle 1 + numeric_plus_alpha_probability: 0.01 # e.g. Salle 1A + alpha_plus_numeric_probability: 0.01 # e.g. Salle A1 + alpha_probability: 0.08 # e.g. Salle A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + diff --git a/resources/addresses/ja.yaml b/resources/addresses/ja.yaml new file mode 100644 index 0000000..a3911c4 --- /dev/null +++ b/resources/addresses/ja.yaml @@ -0,0 +1,161 @@ +# ja.yaml +# ------- +# Japanese language specification + +whitespace: false + +components: + level: + null_probability: 0.95 # Probability of doing nothing if no floor number is specified + alphanumeric_probability: 0.05 + + unit: + # If no unit number is specified + null_probability: 1.0 + conditional: + - component: level + probabilities: + null_probability: 0.95 + alphanumeric_probability: 0.05 + - component: house_number + probabilities: + null_probability: 0.6 + alphanumeric_probability: 0.4 + + combinations: + # Unit is just appended onto the house number + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "-" + probability: 1.0 + probability: 1.0 + +numbers: + default: &go + canonical: 号 + numeric_affix: + affix: 号 + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + + +blocks: + alphanumeric: + default: &ban + canonical: 番 + numeric_affix: + affix: 番 + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + probability: 0.85 + alternatives: + - alternative: &banchi + canonical: 番地 + numeric_affix: + affix: 番地 + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + probability: 0.1 + - alternative: &banchi_no + canonical: 番地の + numeric_affix: + affix: 番地の + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + probability: 0.05 + numeric_probability: 1.0 + alphanumeric_phrase_probability: 0.4 + +house_numbers: + alphanumeric: + default: *go + alphanumeric_phrase_probability: 0.4 + +levels: + kai: &kai + canonical: 階 + numeric_affix: + affix: 階 + direction: right + digits: + ascii_probability: 0.3 + unicode_full_width_probability: 0.5 + spellout_probability: 0.2 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + + numbering_starts_at: 1 + + alphanumeric: + default: *kai + numeric_probability: 1.0 + +po_boxes: + shishobako: &shishobako + canonical: 私書箱 + numeric_affix: + affix: 私書箱 + direction: left + digits: + unicode_full_width_probability: 0.5 + spellout_probability: 0.2 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + + alphanumeric: + default: *shishobako + numeric_probability: 1.0 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +metro_stations: + alphanumeric: + default: &eki + canonical: 駅 + numeric: + direction: right + numeric_affix: + affix: 駅 + direction: right + numeric_affix_probability: 1.0 + + alphanumeric_phrase_probability: 1.0 + +postcodes: + alphanumeric: + default: + canonical: 〒 + numeric_affix: + affix: 〒 + direction: left + # null_probability means the chance of doing nothing e.g. just the postal code + null_probability: 0.1 + numeric_probability: 0.0 + numeric_affix_probability: 0.9 + +units: + alphanumeric: + numeric_probability: 1.0 + use_positive_numbers_probability: 1.0 + # If we have a floor number (from building:levels), use it + use_floor_probability: 0.8 diff --git a/resources/addresses/ja_rm.yaml b/resources/addresses/ja_rm.yaml new file mode 100644 index 0000000..eabd359 --- /dev/null +++ b/resources/addresses/ja_rm.yaml @@ -0,0 +1,180 @@ +# ja_rm.yaml +# ---------- +# Romaji (Romanized Japanese) language specification + +components: + level: + null_probability: 0.95 # Probability of doing nothing if no floor number is specified + alphanumeric_probability: 0.05 + + unit: + # If no unit number is specified + null_probability: 1.0 + conditional: + - component: level + probabilities: + null_probability: 0.95 + alphanumeric_probability: 0.05 + - component: house_number + probabilities: + null_probability: 0.6 + alphanumeric_probability: 0.4 + + + combinations: + # Unit is just appended onto the house number + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "-" + probability: 1.0 + probability: 1.0 + +numbers: + default: &go + canonical: go + numeric_affix: + affix: -go + upper_case: false + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + +blocks: + alphanumeric: + default: &ban + canonical: ban + numeric_affix: + affix: -ban + upper_case: false + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + probability: 0.85 + alternatives: + - alternative: &banchi + canonical: banchi + numeric_affix: + affix: -ban + upper_case: false + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + probability: 0.1 + - alternative: &banchi_no + canonical: banchi-no + numeric_affix: + affix: -banchi-no + upper_case: false + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + probability: 0.05 + numeric_probability: 1.0 + alphanumeric_phrase_probability: 0.4 + +house_numbers: + alphanumeric: + default: *go + alphanumeric_phrase_probability: 0.4 + +levels: + kai: &kai + canonical: kai + numeric_affix: + affix: -kai + upper_case: false + direction: right + digits: + ascii_probability: 0.3 + unicode_full_width_probability: 0.5 + spellout_probability: 0.2 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + gai: &gai + canonical: gai + numeric_affix: + affix: -gai + upper_case: false + direction: right + digits: + ascii_probability: 0.3 + unicode_full_width_probability: 0.5 + spellout_probability: 0.2 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + + + numbering_starts_at: 1 + + alphanumeric: + default: *kai + probability: 0.6 + alternatives: + - alternative: *gai + probability: 0.4 + numeric_probability: 1.0 + +po_boxes: + shishobako: &shishobako + canonical: shishobako + numeric: + direction: left + numeric_probability: 1.0 + + alphanumeric: + default: *shishobako + numeric_probability: 1.0 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + + +metro_stations: + alphanumeric: + default: &eki + canonical: eki + numeric: + direction: right + title_case: false + numeric_affix: + affix: -eki + title_case: false + direction: right + numeric_affix_probability: 1.0 + alphanumeric_phrase_probability: 1.0 + + +postcodes: + alphanumeric: + # This should still be the default in Romaji + default: + canonical: 〒 + numeric_affix: + affix: 〒 + direction: left + # null_probability means the chance of doing nothing e.g. just the postal code + null_probability: 0.1 + numeric_probability: 0.0 + numeric_affix_probability: 0.9 + +units: + alphanumeric: + numeric_probability: 1.0 + use_positive_numbers_probability: 1.0 + # If we have a floor number (from building:levels), use it + use_floor_probability: 0.8 diff --git a/resources/addresses/ko.yaml b/resources/addresses/ko.yaml new file mode 100644 index 0000000..57ae1a7 --- /dev/null +++ b/resources/addresses/ko.yaml @@ -0,0 +1,122 @@ +# ko.yaml +# ------- +# Korean language specification + +whitespace: false + +components: + level: + null_probability: 0.85 # Probability of doing nothing if no floor number is specified + alphanumeric_probability: 0.15 + + unit: + # If no unit number is specified + null_probability: 0.6 + alphanumeric_probability: 0.4 + +numbers: + combinations: + # Unit is just appended onto the house number + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "-" + probability: 1.0 + probability: 1.0 + +numbers: + default: &ho + canonical: 호 + numeric_affix: + affix: 호 + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + probability: 0.9 + alternatives: + - alternative: &ho_traditional + canonical: 號 + numeric_affix: + affix: 號 + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + probability: 0.1 + +levels: + cheung: &cheung + canonical: 층 + numeric_affix: + affix: 층 + direction: right + digits: + ascii_probability: 0.3 + unicode_full_width_probability: 0.5 + spellout_probability: 0.2 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + + numbering_starts_at: 1 + + alphanumeric: + default: *cheung + numeric_probability: 1.0 + +po_boxes: + saseoham: &saseoham + canonical: 사서함 + numeric_affix: + affix: 사서함 + direction: left + digits: + ascii_probability: 0.7 + unicode_full_width_probability: 0.1 + spellout_probability: 0.2 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + + alphanumeric: + default: *saseoham + numeric_probability: 1.0 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + + +postcodes: + alphanumeric: + default: &upyeon_beonho + canonical: 우편번호 + numeric_affix: + affix: 우편번호 + direction: left + # null_probability means the chance of doing nothing e.g. just the postal code + null_probability: 0.9 + numeric_probability: 0.0 + numeric_affix_probability: 0.1 + +units: + alphanumeric: + default: *ho + probability: 0.9 + alternatives: + - alternative: *ho_traditional + probability: 0.1 + numeric_probability: 1.0 + use_positive_numbers_probability: 1.0 + # If we have a floor number (from building:levels), use it + use_floor_probability: 0.8 diff --git a/resources/addresses/ko_rm.yaml b/resources/addresses/ko_rm.yaml new file mode 100644 index 0000000..c44a908 --- /dev/null +++ b/resources/addresses/ko_rm.yaml @@ -0,0 +1,90 @@ +# ko_rm.yaml +# ---------- +# Romanized Korean language specification + +whitespace: false + +components: + level: + null_probability: 0.85 # Probability of doing nothing if no floor number is specified + alphanumeric_probability: 0.15 + + unit: + # If no unit number is specified + null_probability: 0.6 + alphanumeric_probability: 0.4 + +numbers: + combinations: + # Unit is just appended onto the house number + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "-" + probability: 1.0 + probability: 1.0 + +numbers: + default: &ho + canonical: ho + numeric_affix: + affix: -ho + upper_case: false + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + +levels: + cheung: &cheung + canonical: cheung + numeric_affix: + affix: -cheung + upper_case: false + direction: right + digits: + ascii_probability: 0.3 + unicode_full_width_probability: 0.5 + spellout_probability: 0.2 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + + numbering_starts_at: 1 + + alphanumeric: + default: *cheung + numeric_probability: 1.0 + +po_boxes: + saseoham: &saseoham + canonical: saseoham + numeric: + direction: left + + alphanumeric: + default: *saseoham + numeric_probability: 1.0 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + alphanumeric: + default: *ho + numeric_probability: 1.0 + use_positive_numbers_probability: 1.0 + # If we have a floor number (from building:levels), use it + use_floor_probability: 0.8 \ No newline at end of file diff --git a/resources/addresses/lt.yaml b/resources/addresses/lt.yaml new file mode 100644 index 0000000..4d59fb1 --- /dev/null +++ b/resources/addresses/lt.yaml @@ -0,0 +1,391 @@ +# lt.yaml +# ------- +# Lithuanian language specification. + +components: + level: + null_probability: 0.97 + alphanumeric_probability: 0.02 + standalone_probability: 0.01 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.75 + alphanumeric_probability: 0.25 + + combinations: + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "-" + probability: 0.95 + - separator: " - " + probability: 0.05 + probability: 0.8 + + +numbers: + default: &numeris + canonical: numeris + abbreviated: nr + sample: true + # Probabilities + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" + direction: left + + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + +and: + default: &ir + canonical: ir + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + + +cross_streets: + and: *ir + corner_of: &kampelis + canonical: kampelis + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *ir + probability: 0.7 + alternatives: + - alternative: *kampelis + probability: 0.3 + + between: + canonical: nuo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + + +levels: + aukstas: &aukstas + canonical: aukštas + abbreviated: auk + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + numeric_probability: 0.2 + ordinal_probability: 0.8 + aukste: &aukste + <<: *aukstas + canonical: aukšte + # Ground floor + pirmas_aukstas: &pirmas_aukstas + canonical: pirmas aukštas + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + rusys: &rusys + canonical: rūsys + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + standalone_probability: 1.0 + number_abs_value: true + number_min_abs_value: 1 + rusyje: &rusyje + canonical: rūsyje + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + # e.g. rūsyje 1 + numeric: + direction: left + direction_probability: 0.8 + # e.g. r1 + numeric_affix: + affix: r + direction: left + # e.g. 1. rūsyje + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.5 + numeric_affix_probability: 0.1 + ordinal_probability: 0.4 + aliases: + "<-1": + default: *rusyje + "-1": + default: *rusys + "0": &ground_floor + default: *pirmas_aukstas + probability: 0.6 + alternatives: + - alternative: *aukste + probability: 0.3 + - alternative: *aukstas + probability: 0.1 + "1": *ground_floor + + numbering_starts_at: 1 + + alphanumeric: + default: *aukstas + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +directions: + right: &desineje + canonical: dešinėje + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + left: &kaireje + canonical: kairėje + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *desineje + probability: 0.5 + - alternative: *kaireje + probability: 0.5 + +cardinal_directions: + east: &rytai + canonical: rytai + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + + west: &vakarai + canonical: vakarai + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + + north: &siaure + canonical: šiaurė + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + + south: &pietus + canonical: pietūs + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + + alternatives: + - alternative: *siaure + probability: 0.25 + - alternative: *rytai + probability: 0.25 + - alternative: *pietus + probability: 0.25 + - alternative: *vakarai + probability: 0.25 + + +entrances: + wejscie: &iejimas + canonical: įėjimas + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # įėjimas 1, įėjimas A, etc. + alphanumeric: &entrance_alphanumeric + default: *iejimas + numeric_probability: 0.1 # e.g. įėjimas 1 + alpha_probability: 0.85 # e.g. įėjimas A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + laiptai: &laiptai + canonical: laiptai + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + default: *laiptai + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *siaure + - alternative: *rytai + - alternative: *pietus + - alternative: *vakarai + + +po_boxes: + pasto_dezute: &pasto_dezute + canonical: pašto dėžutė + abbreviated: p d + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.4 + sample_probability: 0.5 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # pašto dėžutė 1234 + alphanumeric: + default: *pasto_dezute + numeric_probability: 0.95 # P. d. 123 + alpha_probability: 0.01 # pašto dėžutė A + numeric_plus_alpha_probability: 0.03 # P. d. 123G + alpha_plus_numeric_probability: 0.01 # P. d. A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + butas: &butas + canonical: butas + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + biuro: &biuro + canonical: biuro + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + kambarys: &kambarys + canonical: kambarys + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + alphanumeric: &unit_alphanumeric + default: *butas + numeric_probability: 0.9 # e.g. butas 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. butas A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.01 + + zones: + commercial: &commercial_unit_types + default: *biuro + numeric_probability: 0.95 # e.g. biuro 1 + numeric_plus_alpha_probability: 0.01 # e.g. biuro 1A + alpha_plus_numeric_probability: 0.01 # e.g. biuro A1 + alpha_probability: 0.03 # e.g. biuro A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + university: + default: *kambarys + numeric_probability: 0.95 # e.g. kambarys 1 + numeric_plus_alpha_probability: 0.01 # e.g. kambarys 1A + alpha_plus_numeric_probability: 0.01 # e.g. kambarys A1 + alpha_probability: 0.03 # e.g. kambarys A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 diff --git a/resources/addresses/lv.yaml b/resources/addresses/lv.yaml new file mode 100644 index 0000000..4791145 --- /dev/null +++ b/resources/addresses/lv.yaml @@ -0,0 +1,403 @@ +# lv.yaml +# ------- +# Latvian language specification. + +components: + level: + null_probability: 0.97 + alphanumeric_probability: 0.02 + standalone_probability: 0.01 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.75 + alphanumeric_probability: 0.25 + + combinations: + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "-" + probability: 0.95 + - separator: " - " + probability: 0.05 + probability: 0.2 + + +numbers: + default: &numurs + canonical: numurs + abbreviated: nr + sample: true + # Probabilities + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" + direction: left + + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + +and: + default: &un + canonical: un + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + + +cross_streets: + and: *un + corner_of: &sturis + canonical: stūris + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + at_the_corner_of: &sturi + canonical: stūrī + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *un + probability: 0.7 + alternatives: + - alternative: *sturi + probability: 0.2 + - alternative: *sturis + probability: 0.1 + + between: + canonical: starp + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + + +levels: + stavs: &stavs + canonical: stāvs + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + ordinal: + direction: right + whitespace_probability: 0.5 # sometimes should be 2.stāvs + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + # Needs to be 1.0 so we don't get e.g. IIstāvs + ordinal_suffix_probability: 1.0 + numeric_probability: 0.2 + ordinal_probability: 0.8 + + # Ground floor + pirmais_stavs: &pirmais_stavs + canonical: pirmais stāvs + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + pagrabs: &pagrabs + canonical: pagrabs + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + standalone_probability: 1.0 + number_abs_value: true + number_min_abs_value: 1 + pagraba: &pagraba + canonical: pagraba + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + # e.g. pagraba 1 + numeric: + direction: left + direction_probability: 0.8 + # e.g. p1 + numeric_affix: + affix: p + direction: left + # e.g. 1. pagraba + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.5 + numeric_affix_probability: 0.1 + ordinal_probability: 0.4 + aliases: + "<-1": + default: *pagraba + "-1": + default: *pagrabs + "0": &ground_floor + default: *pirmais_stavs + probability: 0.6 + alternatives: + - alternative: *stavs + probability: 0.4 + "1": *ground_floor + + numbering_starts_at: 1 + + alphanumeric: + default: *stavs + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +directions: + right: &pa_labi + canonical: pa labi + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + left: &pa_kreisi + canonical: pa kreisi + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *pa_labi + probability: 0.5 + - alternative: *pa_kreisi + probability: 0.5 + +cardinal_directions: + east: &austrumu + canonical: austrumu + abbreviated: a + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.05 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: a + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &rietumu + canonical: rietumu + abbreviated: r + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.05 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: r + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &ziemelu + canonical: ziemeļu + abbreviated: z + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.05 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: z + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + + south: &dienvidu + canonical: dienvidu + abbreviated: d + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.05 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: d + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *ziemelu + probability: 0.25 + - alternative: *dienvidu + probability: 0.25 + - alternative: *austrumu + probability: 0.25 + - alternative: *rietumu + probability: 0.25 + + +entrances: + ieeja: &ieeja + canonical: ieeja + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # ieeja 1, ieeja A, etc. + alphanumeric: &entrance_alphanumeric + default: *ieeja + numeric_probability: 0.1 # e.g. ieeja 1 + alpha_probability: 0.85 # e.g. ieeja A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + kapnu: &kapnu + canonical: kāpņu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + kapnu_telpa: &kapnu_telpa + canonical: kāpņu telpa + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + default: *kapnu + probability: 0.6 + alternatives: + - alternative: *kapnu_telpa + probability: 0.4 + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *pa_labi + - alternative: *pa_kreisi + - alternative: *ziemelu + - alternative: *dienvidu + - alternative: *austrumu + - alternative: *rietumu + + +units: + dzivoklis: &dzivoklis + canonical: dzīvoklis + abbreviated: dz + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.8 + sample_probability: 0.1 + numeric: + direction: left + birojs: &birojs + canonical: birojs + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + istaba: &istaba + canonical: istaba + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + alphanumeric: &unit_alphanumeric + default: *dzivoklis + numeric_probability: 0.9 # e.g. m. 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. m. A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.01 + + zones: + commercial: &commercial_unit_types + default: *birojs + numeric_probability: 0.95 # e.g. birojs 1 + numeric_plus_alpha_probability: 0.01 # e.g. birojs 1A + alpha_plus_numeric_probability: 0.01 # e.g. birojs A1 + alpha_probability: 0.03 # e.g. birojs A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + university: + default: *istaba + numeric_probability: 0.95 # e.g. istaba 1 + numeric_plus_alpha_probability: 0.01 # e.g. istaba 1A + alpha_plus_numeric_probability: 0.01 # e.g. istaba A1 + alpha_probability: 0.03 # e.g. istaba A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 diff --git a/resources/addresses/nb.yaml b/resources/addresses/nb.yaml new file mode 100644 index 0000000..2c94430 --- /dev/null +++ b/resources/addresses/nb.yaml @@ -0,0 +1,563 @@ +# nb.yaml +# ------- +# Norwegian language specification. + +components: + level: + null_probability: 0.85 + alphanumeric_probability: 0.1 + standalone_probability: 0.05 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.75 + alphanumeric_probability: 0.25 + + combinations: + # Bolignummer + - + components: + - level + - unit + label: unit + zero_pad_digits: 2 + separators: + - separator: "" + probability: 1.0 + probability: 0.05 + + +numbers: + default: &nummer + canonical: nummer + abbreviated: nr + sample: true + # Probabilities + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" + direction: left + + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + +house_numbers: + alphanumeric: + default: *nummer + + alphanumeric_phrase_probability: 0.0001 + + +and: + default: &og + canonical: og + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + +cross_streets: + and: *og + corner_of: &hjorne_av + canonical: hjørne av + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + at_the_corner_of: &pa_hjornet_av + canonical: på hjørnet av + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *og + probability: 0.7 + alternatives: + - alternative: *hjorne_av + probability: 0.15 + - alternative: *pa_hjornet_av + probability: 0.15 + + between: + canonical: mellom + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + +levels: + floor: &etasje + canonical: etasje + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + direction_probability: 0.9 + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + hovedetasje: &hovedetasje + canonical: hovedetasje + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: h + direction: left + zero_pad: 2 + numeric_probability: 0.1 + numeric_affix_probability: 0.9 + underetasje: &underetasje + canonical: underetasje + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: u + direction: left + zero_pad: 2 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.1 + numeric_affix_probability: 0.9 + loftsetasje: &loftsetasje + canonical: loftsetasje + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: l + direction: left + zero_pad: 2 + numeric_probability: 0.1 + numeric_affix_probability: 0.9 + loft: &loft + canonical: loft + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + kjeller: &kjeller + canonical: kjeller + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + # e.g. 1 kjeller + numeric: + direction: right + direction_probability: 0.8 + # e.g. k01 + numeric_affix: + affix: k + direction: left + zero_pad: 2 + # e.g. 1. k + ordinal: + direction: right + standalone_probability: 0.9 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + numeric_affix_probability: 0.09 + ordinal_probability: 0.005 + aliases: + "<-1": + default: *kjeller + "-1": + default: *kjeller + probability: 0.85 + alternatives: + - alternative: *etasje + probability: 0.05 + - alternative: *underetasje + probability: 0.1 + + "top": + default: *etasje + probability: 0.85 + alternatives: + - alternative: *loftsetasje + probability: 0.1 + - alternative: *loft + probability: 0.05 + + numbering_starts_at: 1 + + alphanumeric: + default: *etasje + probability: 0.95 + alternatives: + - alternative: *hovedetasje + probability: 0.05 + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + + +categories: + near: + default: + canonical: i nærheten av + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.9 + alternatives: + - alternative: + canonical: nær + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + nearby: + default: + canonical: i nærheten + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.7 + alternatives: + - alternative: + canonical: rundt her + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.2 + - alternative: + canonical: nær + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + near_me: + default: + canonical: nær meg + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.6 + alternatives: + - alternative: + canonical: i nærheten av meg + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.4 + + in: + default: + canonical: i + + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +directions: + right: &hoyre + canonical: høyre + sample: true + canonical_probability: 0.1 + sample_probability: 0.9 + numeric: + direction: right + numeric_affix: + affix: h + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + left: &venstre + canonical: venstre + sample: true + canonical_probability: 0.1 + sample_probability: 0.9 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + alternatives: + - alternative: *hoyre + probability: 0.5 + - alternative: *venstre + probability: 0.5 + + +cardinal_directions: + east: &ost + canonical: øst + abbreviated: ø + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: ø + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &vest + canonical: vest + abbreviated: v + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &nord + canonical: nord + abbreviated: n + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &syd + canonical: syd + abbreviated: s + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *nord + probability: 0.25 + - alternative: *ost + probability: 0.25 + - alternative: *syd + probability: 0.25 + - alternative: *vest + probability: 0.25 + + +entrances: + inngang: &inngang + canonical: inngang + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Eingang 1, Eingang A, etc. + alphanumeric: &entrance_alphanumeric + default: *inngang + numeric_probability: 0.1 # e.g. Eingang 1 + alpha_probability: 0.85 # e.g. Eingang A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + stiege: &stiege + canonical: stiege + abbreviated: stg + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + numeric: + direction: left + trapp: &trapp + canonical: trapp + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + + + alphanumeric: &staircase_alphanumeric + default: *trapp + probability: 0.8 + alternatives: + - alternative: *stiege + probability: 0.2 + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *nord + - alternative: *syd + - alternative: *ost + - alternative: *vest + +po_boxes: + postboks: &postboks + canonical: postboks + abbreviated: pb + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # Pb No 1234 + boks: &boks + canonical: boks + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # Boks No 1234 + alphanumeric: + sample: false + default: *postboks + probability: 0.9 + alternatives: + - alternative: *boks + probability: 0.1 + numeric_probability: 0.9 # Pb 123 + alpha_probability: 0.05 # Pb A + numeric_plus_alpha_probability: 0.04 # Pb 123G + alpha_plus_numeric_probability: 0.01 # Pb A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + leilighet: &leilighet + canonical: leilighet + abbreviated: leil + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.1 + sample_probability: 0.3 + numeric: + direction: left + null_phrase_probability: 0.3 + # Lejlighed nummer 4 + add_number_phrase: true + add_number_phrase_probability: 0.05 + hus: &hus + canonical: hus + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + vaerelse: &vaerelse + canonical: værelse + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + alphanumeric: &unit_alphanumeric + default: *leilighet + probability: 0.8 + alternatives: + - alternative: *hus + probability: 0.1 + - alternative: *vaerelse + probability: 0.1 + numeric_probability: 0.95 # e.g. Lejlighed 1 + alpha_probability: 0.05 # e.g. Lejl A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # Separate random probability for adding directions like 2H, 2V, etc. + add_direction: true + add_direction_probability: 0.005 + + # Add directions for plain numbers + add_direction_numeric: true + # Add direction only e.g. Lejlighed Venstre + add_direction_standalone: true + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.2 + + # Use the actual floor phrase as long as the whole phrase is numeric + # Has the effect of creating Bolignummer-style units + use_floor_affix_unit_num_digits: 2 diff --git a/resources/addresses/nl.yaml b/resources/addresses/nl.yaml new file mode 100644 index 0000000..d87b1f1 --- /dev/null +++ b/resources/addresses/nl.yaml @@ -0,0 +1,572 @@ +# nl.yaml +# ------- +# Note: base config covers Dutch as spoken in the Netherlands +# Belgium overrides go in country configs + +components: + level: + null_probability: 0.85 + alphanumeric_probability: 0.1 + standalone_probability: 0.05 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.8 + alphanumeric_probability: 0.2 + + combinations: + - + components: + - house_number + - unit + label: house_number + separators: + - separator: / + probability: 0.9 + - separator: "-" + probability: 0.1 + probability: 0.005 + - + components: + - house_number + - level + label: house_number + separators: + - separator: "-" + probability: 0.9 + - separator: / + probability: 0.1 + probability: 0.01 + + +and: + default: &en + canonical: en + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + +numbers: + default: &nummer + canonical: nummer + abbreviated: nr + sample: true + # Probabilities + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" + direction: left + + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + +house_numbers: + alphanumeric: + default: *nummer + alphanumeric_phrase_probability: 0.01 + +levels: + verdieping: &verdieping + canonical: verdieping + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + digits: + ascii_probability: 0.8 + roman_numeral_probability: 0.2 + ordinal: + direction: right + digits: + ascii_probability: 0.5 + roman_numeral_probability: 0.3 + spellout_probability: 0.2 + numeric_probability: 0.7 + ordinal_probability: 0.3 + etage: &etage + canonical: etage + abbreviated: et + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.1 + sample_probability: 0.2 + numeric: + direction: left + digits: + ascii_probability: 0.8 + roman_numeral_probability: 0.2 + ordinal: + direction: right + digits: + ascii_probability: 0.5 + roman_numeral_probability: 0.3 + spellout_probability: 0.2 + numeric_probability: 0.7 + ordinal_probability: 0.3 + begane_grond: &begane_grond + canonical: begane grond + abbreviated: bg + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.2 + sample_probability: 0.3 + benedenverdieping: &benedenverdieping + canonical: benedenverdieping + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parterre: &parterre + canonical: parterre + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + gelijkvloers: &gelijkvloers + canonical: gelijkvloers + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + het_gelijkvloers: &het_gelijkvloers + canonical: het gelijkvloers + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + aliases: + "0": + default: *begane_grond + probability: 0.6 + alternatives: + - alternative: *benedenverdieping + probability: 0.35 + - alternative: *parterre + probability: 0.04 + - alternative: *het_gelijkvloers + probability: 0.005 + - alternative: *gelijkvloers + probability: 0.005 + alphanumeric: + default: *verdieping + probability: 0.99 + alternatives: + - alternative: *etage + probability: 0.01 + numeric_probability: 0.79 # With this probability, pick an integer + roman_numeral_probability: 0.2 # Pick a Roman numeral for the actual value + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +categories: + near: + default: + canonical: in de buurt van + probability: 0.8 + alternatives: + - alternative: + canonical: bij + probability: 0.1 + - alternative: + canonical: nabij + probability: 0.1 + nearby: + default: + canonical: in de buurt + near_me: + default: + canonical: in de buurt van me + + in: + default: + canonical: in + probability: 0.6 + alternatives: + - alternative: + canonical: te + probability: 0.4 + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + + + +cross_streets: + and: *en + corner_of: &hoek_van + canonical: hoek van + at_the_corner_of: &op_de_hoek_van + canonical: op de hoek van + intersection: + default: *en + probability: 0.7 + alternatives: + - alternative: *hoek_van + probability: 0.15 + - alternative: *op_de_hoek_van + probability: 0.15 + + between: + canonical: tussen + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + + +entrances: + ingang: &ingang + canonical: ingang + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Eingang 1, Eingang A, etc. + alphanumeric: &entrance_alphanumeric + default: *ingang + numeric_probability: 0.1 # e.g. Eingang 1 + alpha_probability: 0.85 # e.g. Eingang A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +po_boxes: + postbus: &postbus + canonical: postbus + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + antwoordnummer: &antwoordnummer + canonical: antwoordnummer + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + alphanumeric: + sample: false + default: *postbus + probability: 0.8 + alternatives: + - alternative: *antwoordnummer + probability: 0.2 + numeric_probability: 0.9 # 123 + alpha_probability: 0.05 # A + numeric_plus_alpha_probability: 0.04 # 123G + alpha_plus_numeric_probability: 0.01 # A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +directions: + right: &rechts + canonical: rechts + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: r + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + left: &links + canonical: links + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + numeric_affix: + affix: l + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + alternatives: + - alternative: *rechts + probability: 0.5 + - alternative: *links + probability: 0.5 + + +cardinal_directions: + east: &oost + canonical: oost + abbreviated: o + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: o + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + oosten: &oosten + <<: *oost + canonical: oosten + + oostelijke: &oostelijke + canonical: oostelijke + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + west: &west + canonical: west + abbreviated: w + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: w + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + westen: &westen + <<: *west + canonical: westen + + westelijke: &westelijke + canonical: westelijke + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + north: &noord + canonical: noord + abbreviated: n + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + noorden: &noorden + <<: *noord + canonical: noorden + + noordelijke: &noordelijke + canonical: noordelijke + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + south: &zuid + canonical: zuid + abbreviated: z + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: z + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + zuiden: &zuiden + <<: *zuid + canonical: zuiden + + zuidelijke: &zuidelijke + canonical: zuidelijke + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + alternatives: + - alternative: *noord + probability: 0.25 + - alternative: *oost + probability: 0.25 + - alternative: *zuid + probability: 0.25 + - alternative: *west + probability: 0.25 + + +staircases: + stiege: &stiege + canonical: stiege + abbreviated: stg + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + numeric: + direction: left + trap: &trap + canonical: trap + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + alphanumeric: &staircase_alphanumeric + default: *trap + probability: 0.6 + alternatives: + - alternative: *stiege + probability: 0.4 + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +units: + appartement: &appartement + canonical: appartement + abbreviated: apt + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + numeric: + direction: left + kamer: &kamer + canonical: kamer + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + alphanumeric: &unit_alphanumeric + default: *appartement + probability: 0.6 + alternatives: + - alternative: *kamer + probability: 0.4 + numeric_probability: 0.9 # e.g. Apt 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. Apt A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # Separate random probability for adding directions like 2R, 2L, etc. + add_direction: true + add_direction_probability: 0.1 + + # Add directions for plain numbers + add_direction_numeric: true + # Add direction only e.g. Apt Rechts + add_direction_standalone: true + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.1 + + +countries: + be: + components: + unit: + null_probability: 0.65 + alphanumeric_probability: 0.35 + + levels: + verdieping: &verdieping_flemish + canonical: verdieping + abbreviated: verdiep + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.7 + ordinal_probability: 0.3 + + aliases: + "0": + default: *het_gelijkvloers + probability: 0.5 + alternatives: + - alternative: *gelijkvloers + probability: 0.5 + alphanumeric: + default: *verdieping_flemish + probability: 0.9 + alternatives: + - alternative: *etage + probability: 0.1 + + units: + bus: &bus + canonical: bus + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + alphanumeric: + default: *appartement + probability: 0.1 + alternatives: + - alternative: *bus + probability: 0.7 + - alternative: *kamer + probability: 0.2 diff --git a/resources/addresses/pl.yaml b/resources/addresses/pl.yaml new file mode 100644 index 0000000..c88cb19 --- /dev/null +++ b/resources/addresses/pl.yaml @@ -0,0 +1,509 @@ +# pl.yaml +# ------- +# Polish language specification. + +components: + level: + null_probability: 0.95 + alphanumeric_probability: 0.04 + standalone_probability: 0.01 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.75 + alphanumeric_probability: 0.25 + + combinations: + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "/" + probability: 0.9 + - separator: "-" + probability: 0.05 + - separator: " - " + probability: 0.05 + probability: 0.01 + +numbers: + default: &numer + canonical: numer + abbreviated: nr + sample: true + # Probabilities + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" + direction: left + + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + +house_numbers: + dom: &dom + canonical: dom + abbreviated: d + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.1 + sample_probability: 0.1 + numeric: + direction: left + alphanumeric: + default: *numer + probability: 0.6 + alternatives: + - alternative: *dom + probability: 0.4 + + alphanumeric_phrase_probability: 0.0001 + +and: + default: &i + canonical: i + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + +cross_streets: + and: *i + at: &w + canonical: w + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + corner_of: &rogu + canonical: rogu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + at_the_corner_of: &na_rogu + canonical: na rogu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *i + probability: 0.7 + alternatives: + - alternative: *w + probability: 0.1 + - alternative: *rogu + probability: 0.1 + - alternative: *na_rogu + probability: 0.1 + + between: + canonical: pomiędzy + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + +levels: + floor: &pietro + canonical: piętro + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + ordinal_suffix_probability: 0.6 + numeric_probability: 0.4 + ordinal_probability: 0.6 + parter: &parter + canonical: parter + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + suterena: &suterena + canonical: suterena + # e.g. suterena 1 + numeric: + direction: left + direction_probability: 0.8 + # e.g. s1 + numeric_affix: + affix: s + direction: left + # e.g. 1. suterena + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + standalone_probability: 0.985 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + aliases: + "<-1": + default: *suterena + "-1": + default: *suterena + "0": + default: *parter + probability: 0.9 + alternatives: + - alternative: *pietro + probability: 0.1 + + numbering_starts_at: 0 + + alphanumeric: + default: *pietro + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +categories: + near: + default: + canonical: w pobliżu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.7 + alternatives: + - alternative: + canonical: blisko + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: koło + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + probability: 0.05 + - alternative: + canonical: niedaleko + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.05 + - alternative: + canonical: obok + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.05 + - alternative: + canonical: przy + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.05 + nearby: + default: + canonical: w pobliżu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.6 + alternatives: + - alternative: + canonical: w pobliżu tutaj + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.2 + - alternative: + canonical: wokół tutaj + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: blisko + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + near_me: + default: + canonical: w pobliżu mnie + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + # Don't worry about agreement + in: + default: + canonical: w + probability: 0.7 + alternatives: + - alternative: + canonical: we + probability: 0.3 + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + + +directions: + right: &prawo + canonical: prawo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + left: &lewo + canonical: lewo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *prawo + probability: 0.5 + - alternative: *lewo + probability: 0.5 + +cardinal_directions: + east: &wschod + canonical: wschód + abbreviated: w + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: w + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &zachod + canonical: zachód + abbreviated: z + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: z + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &polnoc + canonical: północ + abbreviated: pn + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: pn + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &poludnie + canonical: południe + abbreviated: pd + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: pd + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *polnoc + probability: 0.25 + - alternative: *wschod + probability: 0.25 + - alternative: *poludnie + probability: 0.25 + - alternative: *zachod + probability: 0.25 + + +entrances: + wejscie: &wejscie + canonical: wejście + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Wejście 1, Wejście A, etc. + alphanumeric: &entrance_alphanumeric + default: *wejscie + numeric_probability: 0.1 # e.g. Wejście 1 + alpha_probability: 0.85 # e.g. Wejście A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + schody: &schody + canonical: schody + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + default: *schody + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *polnoc + - alternative: *poludnie + - alternative: *wschod + - alternative: *zachod + + +po_boxes: + skrytka_pocztowa: &skrytka_pocztowa + canonical: skrytka pocztowa + abbreviated: skr poczt + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # Skr Poczt 1234 + alphanumeric: + default: *skrytka_pocztowa + numeric_probability: 0.9 # Skr Poczt 123 + alpha_probability: 0.05 # Skr Poczt A + numeric_plus_alpha_probability: 0.04 # Skr Poczt 123G + alpha_plus_numeric_probability: 0.01 # Skr Poczt A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + mieszkanie: &mieszkanie + canonical: mieszkanie + abbreviated: m + sample: true + canonical_probability: 0.05 + abbreviated_probability: 0.9 + sample_probability: 0.05 + numeric: + direction: left + pokoj: &pokoj + canonical: pokój + abbreviated: pok + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + numeric: + direction: left + + alphanumeric: &unit_alphanumeric + default: *mieszkanie + probability: 0.9 + alternatives: + - alternative: *pokoj + probability: 0.1 + numeric_probability: 0.9 # e.g. m. 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. m. A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.01 + + zones: + commercial: &commercial_unit_types + default: *pokoj + numeric_probability: 0.95 # e.g. pokój 1 + numeric_plus_alpha_probability: 0.01 # e.g. pokój 1A + alpha_plus_numeric_probability: 0.01 # e.g. pokój A1 + alpha_probability: 0.03 # e.g. pokój A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + university: *commercial_unit_types diff --git a/resources/addresses/pt.yaml b/resources/addresses/pt.yaml new file mode 100644 index 0000000..94e5f33 --- /dev/null +++ b/resources/addresses/pt.yaml @@ -0,0 +1,1054 @@ +# pt.yaml +# ------- +# Note: default config is for Portugal (country overrides for Brasil, Angola, etc.) + +components: + level: + # If no floor number is specified + null_probability: 0.6 + alphanumeric_probability: 0.35 + standalone_probability: 0.05 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + # If no unit number is specified + null_probability: 0.7 + alphanumeric_probability: 0.25 + standalone_probability: 0.05 + + + combinations: + - + components: + - house_number + - staircase + - unit + label: house_number + separators: + - separator: "-" + probability: 0.9 + - separator: " - " + probability: 0.05 + - separator: / + probability: 0.05 + probability: 0.005 + # For unit types like 2/34 (more common in Canada and Australia) + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "-" + probability: 0.9 + - separator: " - " + probability: 0.05 + - separator: / + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + label: house_number + separators: + - separator: "-" + probability: 0.9 + - separator: " - " + probability: 0.05 + - separator: / + probability: 0.05 + probability: 0.005 + + +numbers: + default: &numero + canonical: número + abbreviated: "nº" + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.7 + sample_probability: 0.2 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" # e.g. #3, #2F, etc. + probability: 0.5 + alternatives: + - alternative: + direction: left # affix goes on the number's left + + # Probabilities for numbers + numeric_probability: 0.7 + numeric_affix_probability: 0.3 + +and: + default: &e + canonical: e + abbreviated: "&" + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.4 + sample_probability: 0.1 + + +house_numbers: + # sem número (s/n) addresses + no_number: + default: + canonical: sem número + abbreviated: s/n + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.7 + sample_probability: 0.2 + alphanumeric: + default: *numero + alphanumeric_phrase_probability: 0.1 + no_number_probability: 0.1 # With this probability, use sem número if no house_number is specified + +levels: + floor: &andar + canonical: andar + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true # Occasionally add variation of "number", e.g. Andar No 2 + add_number_phrase_probability: 0.05 + # e.g. 2o andar + ordinal: + direction: right + direction_probability: 0.95 # Let it vary occasionally e.g. Andar 2o + standalone_probability: 0.2 # Let e.g. 5º be the entire floor string + # If ordinal is selected, chance of e.g. just using 2o without Andar + null_phrase_probability: 0.6 + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.2 + ordinal_probability: 0.8 + nivel: &nivel + canonical: nível + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true # Occasionally add variation of "number", e.g. No 2 + add_number_phrase_probability: 0.05 + # e.g. 2o piso + ordinal: + direction: right + direction_probability: 0.95 + standalone_probability: 0.2 + null_phrase_probability: 0.6 + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.2 + ordinal_probability: 0.8 + + # Less common, used more in commercial buildings + piso: &piso + canonical: piso + abbreviated: p + sample: true + canonical_probability: 0.8 + abbreviated_probability: 0.1 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true # Occasionally add variation of "number", e.g. Piso No 2 + add_number_phrase_probability: 0.05 + numeric_affix: + affix: p + direction: left # P2 + # e.g. 2o piso + ordinal: + direction: right + direction_probability: 0.95 # Let it vary occasionally e.g. Piso 2o + standalone_probability: 0.2 # Let e.g. 5º be the entire floor string + # If ordinal is selected, chance of e.g. just using 2o without Piso + null_phrase_probability: 0.6 + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.2 + numeric_affix_probability: 0.05 + ordinal_probability: 0.75 + # Ground floor + rez_do_chao: &rez_do_chao + canonical: rés-do-chão + abbreviated: r/c + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + andar_terreo: &andar_terreo + canonical: andar terréo + abbreviated: at + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + pavimento_terreo: &pavimento_terreo + canonical: pavimento terréo + abbreviated: pt + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + terreo: &terreo + canonical: terréo + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + baixos: &baixos + canonical: baixos + abbreviated: bxs + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.3 + sample_probability: 0.1 + # Used when floor number is < 0 (starts at -1 in all countries) + cave: &cave + canonical: cave + abbreviated: c/v + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + # e.g. cave 1 + numeric: + direction: left + numeric_affix: + affix: cv + direction: left + # e.g. 2o cave + ordinal: + direction: right + standalone_probability: 0.985 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + sub_cave: &sub_cave + canonical: sub cave + abbreviated: scv + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + # e.g. sub cave 1 + numeric: + direction: left + numeric_affix: + affix: scv + direction: left + # e.g. segundo sub cave + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 2 + # cave 2 == sub-cave 1 + number_subtract_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + mezanino: &mezanino + canonical: mezanino + half_floors: true + canonical_probability: 0.8 + sample_probability: 0.2 + sample: true + # e.g. mezanino 2 + numeric: + direction: left + # e.g. segundo entresuelo + ordinal: + direction: right + numeric_probability: 0.1 + ordinal_probability: 0.2 + standalone_probability: 0.6 + aliases: + "<-1": + default: *cave + probability: 0.6 + alternatives: + - alternative: *sub_cave + probability: 0.3995 + - alternative: *andar + probability: 0.0005 + "-1": + default: *cave + probability: 0.9995 + alternatives: + - alternative: *andar + probability: 0.0005 + # Special token for half-floors + half_floors: + default: *mezanino + "0": + default: *rez_do_chao + probability: 0.6 + alternatives: + - alternative: *baixos + probability: 0.34 + # Andar / Piso 0 is uncommon + - alternative: *andar + probability: 0.05 + - alternative: *piso + probability: 0.01 + + numbering_starts_at: 0 + + alphanumeric: + default: *andar + probability: 0.95 + alternatives: + - alternative: *piso + probability: 0.05 + add_number_phrase: true + add_number_phrase_probability: 0.05 + numeric_probability: 0.99 + alpha_probability: 0.01 + +blocks: + alphanumeric: + default: + canonical: bloco + abbreviated: blc + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: left + +categories: + near: + default: + canonical: perto de + probability: 0.8 + alternatives: + - alternative: + canonical: perto do + probability: 0.1 + - alternative: + canonical: perto + probability: 0.1 + nearby: + default: + canonical: perto + probability: 0.5 + alternatives: + - alternative: + canonical: próximo + probability: 0.05 + - alternative: + canonical: proximo + probability: 0.05 + - alternative: + canonical: perto daqui + probability: 0.1 + - alternative: + canonical: aqui perto + probability: 0.1 + - alternative: + canonical: aqui + probability: 0.1 + - alternative: + canonical: por aqui + probability: 0.1 + near_me: + default: + canonical: perto de mim + in: + default: + canonical: em + probability: 0.7 + alternatives: + - alternative: + canonical: de + probability: 0.1 + - alternative: + canonical: na + probability: 0.1 + - alternative: + canonical: "no" + probability: 0.1 + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +cross_streets: + and: *e + con: &com + canonical: com + em: &em + canonical: em + corner_of: &esquina_da + canonical: esquina da + abbreviated: esq da + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.2 + sample_probability: 0.3 + at_the_corner_of: &na_esquina_da + canonical: na esquina da + abbreviated: na esq da + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.2 + sample_probability: 0.3 + corner: &esquina + canonical: esquina + abbreviated: esq + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.2 + sample_probability: 0.3 + intersection: + default: *e + probability: 0.55 + alternatives: + - alternative: *com + probability: 0.2 + - alternative: *em + probability: 0.1 + - alternative: *esquina_da + probability: 0.1 + - alternative: *na_esquina_da + probability: 0.05 + + between: + canonical: entre + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probabililty: 0.5 + +po_boxes: + apartado: &apartado + canonical: apartado + abbreviated: apdo + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.4 # Apdo No 1234 + numeric_probability: 1.0 + alphanumeric: + sample: false + default: *apartado + numeric_probability: 0.9 # Apdo 123 + alpha_probability: 0.05 # Apdo A + numeric_plus_alpha_probability: 0.04 # Apdo 123G + alpha_plus_numeric_probability: 0.01 # Apdo A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +directions: + right: &direito + canonical: direito + abbreviated: dto + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: d + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + left: &esquerdo + canonical: esquerdo + abbreviated: esq + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: e + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + rear: &traseiro + canonical: traseiro + abbreviated: tras + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: right + front: &frente + canonical: frente + abbreviated: ft + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *direito + probability: 0.45 + - alternative: *esquerdo + probability: 0.45 + - alternative: *traseiro + probability: 0.05 + - alternative: *frente + probability: 0.05 + + anteroposterior: + alternatives: + - alternative: *frente + probability: 0.5 + - alternative: *traseiro + probability: 0.5 + + lateral: + alternatives: + - alternative: *direito + probability: 0.5 + - alternative: *esquerdo + probability: 0.5 + +cardinal_directions: + east: &este + canonical: este + abbreviated: e + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: e + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &oeste + canonical: oeste + abbreviated: w + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: w + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &norte + canonical: norte + abbreviated: n + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &sul + canonical: sul + abbreviated: s + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *norte + probability: 0.25 + - alternative: *este + probability: 0.25 + - alternative: *sul + probability: 0.25 + - alternative: *oeste + probability: 0.25 + +entrances: + entrada: &entrada + canonical: entrada + abbreviated: entr + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.2 + sample_probability: 0.3 + numeric: + direction: left + + # Entrance 1, Entrance A, etc. + alphanumeric: + default: *entrada + numeric_probability: 0.1 # e.g. Entrance 1 + alpha_probability: 0.85 # e.g. Entrnace A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + modifier: + alternatives: + - alternative: *norte + - alternative: *sul + - alternative: *este + - alternative: *oeste + - alternative: *direito + - alternative: *esquerdo + - alternative: *traseiro + - alternative: *frente + +staircases: + escadaria: &escadaria + canonical: escadaria + abbreviated: esc + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + + alphanumeric: + # For alphanumerics, Stair A, Stair 1, etc. + default: *escadaria + numeric_probability: 0.6 # e.g. Escadaria 1 + alpha_probability: 0.35 # e.g. Escadaria A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: right # e.g. Escadaria Esq + direction_probability: 0.8 + modifier: + alternatives: + - alternative: *norte + - alternative: *sul + - alternative: *este + - alternative: *oeste + - alternative: *direito + - alternative: *esquerdo + - alternative: *traseiro + - alternative: *frente + +units: + apartment: &apartamento + canonical: apartamento + abbreviated: apto + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + door: &porta + canonical: porta + abbreviated: pta + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + ordinal: + direction: right + gender: f + direction_probability: 0.95 # Let it vary occasionally e.g. Pta 2a + numeric_probability: 0.45 + ordinal_probability: 0.55 + letra: &letra + canonical: letra + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + office: &escritorio + canonical: escritório + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + conjunto: &conjunto + canonical: conjunto + abbreviated: conj + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + suite: &suite + canonical: suite + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + lot: &lote + canonical: lote + abbreviated: lt + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + parcel: &parcela + canonical: parcela + casa: &casa + canonical: casa + numeric: + direction: left + moradia: &moradia + canonical: moradia + numeric: + direction: left + room: &sala + canonical: sala + numeric: + direction: left + unidade: &unidade + canonical: unidade + abbreviated: un + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.1 + sample_probability: 0.2 + + alphanumeric: &unit_alphanumeric + default: *apartamento + probability: 0.8 + sample: true + alternatives: + - alternative: *sala + probability: 0.1 + - alternative: *porta + probability: 0.05 + - alternative: *casa + probability: 0.04 + - alternative: *moradia + probability: 0.01 + + # Separate random probability for adding directions like 2o Izq, 2 Dcha, etc. + add_direction: true + add_direction_probability: 0.1 + add_direction_numeric: true # Only for numbers + add_direction_standalone: true # A unit can be as simple as "D" + + numeric_probability: 0.9 # e.g. Dpto 1 + numeric_plus_alpha_probability: 0.01 # e.g. Dpto 1A + alpha_plus_numeric_probability: 0.01 # e.g. Dpto A1 + alpha_probability: 0.08 # e.g. Dpto A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + alpha: + default: *apartamento + probability: 0.8 + alternatives: + - alternative: *sala + probability: 0.1 + - alternative: *casa + probability: 0.02 + - alternative: *moradia + probability: 0.01 + - alternative: *porta + probability: 0.05 + - alternative: *letra + probability: 0.015 + - alternative: *unidade + probability: 0.005 + + zones: + residential: *unit_alphanumeric + commercial: + default: *sala + probability: 0.6 + alternatives: + - alternative: *escritorio + probability: 0.2 + - alternative: *suite + probability: 0.2 + + numeric_probability: 0.9 # e.g. escritório 1 + numeric_plus_alpha_probability: 0.01 # e.g. escritório 1A + alpha_plus_numeric_probability: 0.01 # e.g. escritório A1 + alpha_probability: 0.08 # e.g. escritório A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + alpha: + default: *sala + probability: 0.7 + alternatives: + - alternative: *escritorio + probability: 0.15 + - alternative: *suite + probability: 0.1 + - alternative: *letra + probability: 0.05 + + industrial: + default: *lote + probability: 0.5 + alternatives: + - alternative: *escritorio + probability: 0.3 + - alternative: *sala + probability: 0.19 + - alternative: *parcela + probability: 0.01 + + numeric_probability: 0.9 # e.g. Lote 1 + numeric_plus_alpha_probability: 0.01 # e.g. Lote 1A + alpha_plus_numeric_probability: 0.01 # e.g. Lote A1 + alpha_probability: 0.08 # e.g. Lote A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + university: + default: *sala + probability: 0.9 + alternatives: + - alternative: *porta + probability: 0.1 + + numeric_probability: 0.9 # e.g. Sala 1 + numeric_plus_alpha_probability: 0.01 # e.g. Sala 1A + alpha_plus_numeric_probability: 0.01 # e.g. Sala A1 + alpha_probability: 0.08 # e.g. Sala A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + alpha: + default: *sala + probability: 0.9 + alternatives: + - alternative: *porta + probability: 0.08 + - alternative: *letra + probability: 0.02 + + allotments: + lot: + default: *lote + numeric_probability: 0.8 + alphanumeric_probability: 0.1 + alpha_probability: 0.1 + parcel: + default: *parcela + numeric_probability: 0.3 + alphanumeric_probability: 0.3 + alpha_probability: 0.4 + lot_probability: 0.9 + parcel_probability: 0.06 + lot_plus_parcel_probability: 0.02 + parcel_plus_lot_probability: 0.02 + + +countries: + # Brasil + br: + levels: + numbering_starts_at: 1 + aliases: + "0": &ground_floor_brasil + default: *andar_terreo + probability: 0.4 + alternatives: + - alternative: *terreo + probability: 0.2 + - alternative: *baixos + probability: 0.2 + - alternative: *rez_do_chao + probability: 0.13 + - alternative: *pavimento_terreo + probability: 0.01 + # Andar / Piso 0 is uncommon + - alternative: *andar + probability: 0.05 + - alternative: *piso + probability: 0.01 + "1": *ground_floor_brasil + + postcodes: + alphanumeric: + default: + canonical: código de endereçamento postal + abbreviated: cep + sample: true + canonical_probability: 0.001 + abbreviated_probability: 0.949 + sample_probability: 0.05 + + numeric: + # Postcodes in Brazil are sometimes prefixed by CEP + direction: left + + numeric_affix: + affix: cep + direction: left + # null_probability means the chance of doing nothing e.g. just the postal code + null_probability: 0.7 + numeric_probability: 0.18 + numeric_affix_probability: 0.12 + strict_numeric: true + + po_boxes: &po_boxes_caixa_postal + alphanumeric: + default: + canonical: caixa postal + abbreviated: cp + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.6 + sample_probability: 0.3 + numeric: + direction: left + + units: + zones: + commercial: + default: *conjunto + probability: 0.8 + alternatives: + - alternative: *sala + probability: 0.1 + - alternative: *suite + probability: 0.05 + - alternative: *escritorio + probability: 0.05 + + alpha: + default: *conjunto + probability: 0.75 + alternatives: + - alternative: *sala + probability: 0.1 + - alternative: *suite + probability: 0.05 + - alternative: *escritorio + probability: 0.05 + - alternative: *letra + probability: 0.05 + + # Angola + ao: + postcodes: &postcodes_codigo_postal + alphanumeric: + default: + canonical: código postal + abbreviated: cp + sample: true + canonical_probability: 0.001 + abbreviated_probability: 0.949 + sample_probability: 0.05 + + numeric: + direction: left + + numeric_affix: + affix: cp + direction: left + # null_probability means the chance of doing nothing e.g. just the postal code + null_probability: 0.7 + numeric_probability: 0.18 + numeric_affix_probability: 0.12 + strict_numeric: true + + po_boxes: *po_boxes_caixa_postal + + # Mozambique + mz: + postcodes: *postcodes_codigo_postal + po_boxes: *po_boxes_caixa_postal + + # Cape Verde + cv: + po_boxes: *po_boxes_caixa_postal + + + # East Timor + tl: + po_boxes: *po_boxes_caixa_postal + + # São Tome and Principe + st: + po_boxes: *po_boxes_caixa_postal + + # Guinea-Bissau + gw: + po_boxes: *po_boxes_caixa_postal + + # Macau + mo: + po_boxes: *po_boxes_caixa_postal diff --git a/resources/addresses/ro.yaml b/resources/addresses/ro.yaml new file mode 100644 index 0000000..bb3e7ff --- /dev/null +++ b/resources/addresses/ro.yaml @@ -0,0 +1,504 @@ +# ro.yaml +# ------- +# Romanian language specification + +components: + level: + # If no floor number is specified + null_probability: 0.6 + alphanumeric_probability: 0.35 + standalone_probability: 0.05 + + staircase: + null_probability: 0.95 + alphanumeric_probability: 0.05 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + # If no unit number is specified + null_probability: 0.3 + alphanumeric_probability: 0.65 + standalone_probability: 0.05 + +numbers: + default: &numar + canonical: număr + abbreviated: nr + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.7 + sample_probability: 0.2 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" # e.g. #3, #2F, etc. + probability: 0.5 + alternatives: + - alternative: + direction: left # affix goes on the number's left + + # Probabilities for numbers + numeric_probability: 0.9 + numeric_affix_probability: 0.1 + +and: + default: &si + canonical: și + abbreviated: "&" + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.4 + sample_probability: 0.1 + +cross_streets: + and: *si + corner_of: &colt + canonical: colț + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + at_the_corner_of: &la_coltul_de_pe + canonical: la colțul de pe + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + intersection: + default: *si + probability: 0.7 + alternatives: + - alternative: *colt + probability: 0.2 + - alternative: *la_coltul_de_pe + probability: 0.1 + + between: + canonical: între + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + parentheses_probabililty: 0.5 + + +house_numbers: + # fara numar (FN) addresses + no_number: + default: + canonical: fără număr + abbreviated: fn + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.7 + sample_probability: 0.2 + alphanumeric: + default: *numar + + alphanumeric_phrase_probability: 0.7 + no_number_probability: 0.1 # With this probability, use fara numar if no house_number is specified + + + +levels: + floor: &etaj + canonical: etaj + abbreviated: et + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.4 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true # Occasionally add variation of "number", e.g. et. nr 2 + add_number_phrase_probability: 0.05 + digits: + ascii_probability: 0.8 + roman_numeral_probability: 0.2 + # Ground floor + parter: &parter + canonical: parter + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + aliases: + "0": + default: *parter + probability: 0.9 + alternatives: + - alternative: *etaj + probability: 0.1 + + numbering_starts_at: 0 + + alphanumeric: + default: *etaj + add_number_phrase: true + add_number_phrase_probability: 0.05 + numeric_probability: 0.99 + alpha_probability: 0.01 + +blocks: + alphanumeric: + default: + canonical: bloc + abbreviated: bl + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: left + + + +categories: + near: + default: + canonical: in apropiere de + + nearby: + default: + canonical: în apropiere + probability: 0.5 + alternatives: + - alternative: + canonical: in apropiere + probability: 0.2 + - alternative: + canonical: aproape de aici + probability: 0.1 + - alternative: + canonical: aici + probability: 0.1 + - alternative: + canonical: în jurul aici + probability: 0.05 + - alternative: + canonical: in jurul aici + probability: 0.05 + near_me: + default: + canonical: lângă mine + probability: 0.7 + alternatives: + - alternative: + canonical: langa mine + probability: 0.3 + in: + default: + canonical: din + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +directions: + right: &dreapta + canonical: dreapta + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: d + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + left: &stanga + canonical: stânga + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + alternatives: + - alternative: *dreapta + probability: 0.5 + - alternative: *stanga + probability: 0.5 + + +cardinal_directions: + east: &est + canonical: est + abbreviated: e + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: e + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &vest + canonical: vest + abbreviated: v + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &nord + canonical: nord + abbreviated: n + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &sud + canonical: sud + abbreviated: s + canonical_probability: 0.4 + abbreviated_probability: 0.6 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *nord + probability: 0.25 + - alternative: *est + probability: 0.25 + - alternative: *sud + probability: 0.25 + - alternative: *vest + probability: 0.25 + +entrances: + entrada: &intrare + canonical: intrare + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + + # Intrare 1, Intare A, etc. + alphanumeric: + default: *intrare + numeric_probability: 0.1 # e.g. Intrare 1 + alpha_probability: 0.85 # e.g. Intrare A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + modifier: + alternatives: + - alternative: *nord + - alternative: *sud + - alternative: *est + - alternative: *vest + - alternative: *dreapta + - alternative: *stanga + +staircases: + scara: &scara + canonical: scara + abbreviated: sc + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + + alphanumeric: + # For alphanumerics, Scara A, Scara 1, etc. + default: *scara + numeric_probability: 0.35 # e.g. Scara 1 + alpha_probability: 0.6 # e.g. Scara A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: right # e.g. Scara Nord + direction_probability: 0.8 + modifier: + alternatives: + - alternative: *nord + - alternative: *sud + - alternative: *est + - alternative: *vest + - alternative: *dreapta + - alternative: *stanga + +po_boxes: + casuta_postala: &casuta_postala + canonical: căsuță poștală + abbreviated: cp + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.4 # Apdo No 1234 + numeric_probability: 1.0 + alphanumeric: + sample: false + default: *casuta_postala + numeric_probability: 0.9 # Apdo 123 + alpha_probability: 0.05 # Apdo A + numeric_plus_alpha_probability: 0.04 # Apdo 123G + alpha_plus_numeric_probability: 0.01 # Apdo A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + apartament: &apartament + canonical: apartament + abbreviated: ap + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.6 + sample_probability: 0.2 + numeric: + direction: left + sala: &sala + canonical: sală + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + birou: &birou + canonical: birou + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + lotul: &lotul + canonical: lotul + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + alphanumeric: &unit_alphanumeric + default: *apartament + probability: 0.9 + sample: true + alternatives: + - alternative: *sala + probability: 0.1 + + # Separate random probability for adding directions like 2o Izq, 2 Dcha, etc. + add_direction: true + add_direction_probability: 0.1 + add_direction_numeric: true # Only for numbers + + numeric_probability: 0.9 # e.g. ap 1 + numeric_plus_alpha_probability: 0.01 # e.g. ap 1A + alpha_plus_numeric_probability: 0.01 # e.g. ap A1 + alpha_probability: 0.08 # e.g. ap A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + + zones: + residential: *unit_alphanumeric + commercial: + default: *birou + numeric_probability: 0.9 # e.g. Birou 1 + numeric_plus_alpha_probability: 0.01 # e.g. Birou 1A + alpha_plus_numeric_probability: 0.01 # e.g. Birou A1 + alpha_probability: 0.08 # e.g. Birou A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + industrial: + default: *lotul + probability: 0.5 + alternatives: + - alternative: *birou + probability: 0.3 + - alternative: *sala + probability: 0.2 + + numeric_probability: 0.9 # e.g. Lotul 1 + numeric_plus_alpha_probability: 0.01 # e.g. Lotul 1A + alpha_plus_numeric_probability: 0.01 # e.g. Lotul A1 + alpha_probability: 0.08 # e.g. Lotul A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + university: + default: *sala + probability: 0.9 + alternatives: + - alternative: *birou + probability: 0.1 + numeric_probability: 0.9 # e.g. Sala 1 + numeric_plus_alpha_probability: 0.01 # e.g. Sala 1A + alpha_plus_numeric_probability: 0.01 # e.g. Sala A1 + alpha_probability: 0.08 # e.g. Sala A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 diff --git a/resources/addresses/ru.yaml b/resources/addresses/ru.yaml new file mode 100644 index 0000000..5651a5b --- /dev/null +++ b/resources/addresses/ru.yaml @@ -0,0 +1,1171 @@ +# ru.yaml +# ------- +# Russian language specification + +alphabet: абвгдежзийклмнопрстуфхцчшщъыьэюя +alphabet_probability: 0.7 + +components: + level: + null_probability: 0.95 + alphanumeric_probability: 0.04 + standalone_probability: 0.01 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.6 + alphanumeric_probability: 0.4 + + + combinations: + - + components: + - house_number + - staircase + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.01 + # For unit types like 2/34 + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + + +numbers: + default: &nomer + canonical: номер + abbreviated: № + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + probability: 0.95 + alternatives: + - alternative: &nomer_latin + canonical: nomer + abbreviated: "no" + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + probability: 0.05 + + +house_numbers: + dom: &dom + canonical: дом + abbreviated: д + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.3 + sample_probability: 0.1 + numeric: + direction: left + dom_latin: &dom_latin + canonical: dom + abbreviated: d + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.3 + sample_probability: 0.1 + numeric: + direction: left + alphanumeric: + default: *dom + probability: 0.95 + alternatives: + - alternative: *dom_latin + probability: 0.05 + + # без номера (б/н) addresses + no_number: + default: + canonical: без номера + abbreviated: б/н + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.7 + sample_probability: 0.2 + + # Very common in Russian to write dom/d + alphanumeric_phrase_probability: 0.6 + no_number_probability: 0.1 # With this probability, use без номера if no house_number is specified + +and: + default: &i + canonical: и + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.9 + alternatives: + - alternative: &i_latin + canonical: i + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + + + +cross_streets: + i: *i + i_latin: *i_latin + corner: &ugol + canonical: угол + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + ugol_latin: &ugol_latin + canonical: ugol + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + uglu: &uglu + canonical: углу + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + uglu_latin: &uglu_latin + canonical: uglu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + na_uglu: &na_uglu + canonical: на углу + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + na_uglu_latin: &na_uglu_latin + canonical: na uglu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *i + probability: 0.65 + alternatives: + - alternative: *i_latin + probability: 0.05 + - alternative: *ugol + probability: 0.075 + - alternative: *ugol_latin + probability: 0.075 + - alternative: *uglu + probability: 0.05 + - alternative: *uglu_latin + probability: 0.05 + - alternative: *na_uglu + probability: 0.025 + - alternative: *na_uglu_latin + probability: 0.025 + mezhdu: &mezhdu + canonical: между + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + mezhdu_latin: &mezhdu_latin + canonical: mezhdu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + between: + default: *mezhdu + probability: 0.9 + alternatives: + - alternative: *mezhdu_latin + probability: 0.1 + +levels: + etazh: &etazh + canonical: этаж + abbreviated: эт + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.8 + roman_numeral_probability: 0.1 + spellout_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.5 + roman_numeral_probability: 0.3 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + etazh_latin: &etazh_latin + canonical: etazh + abbreviated: et + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.8 + roman_numeral_probability: 0.1 + spellout_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.5 + roman_numeral_probability: 0.3 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + uroven: &uroven + canonical: уровень + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.8 + roman_numeral_probability: 0.1 + spellout_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.5 + roman_numeral_probability: 0.3 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + uroven_latin: &uroven_latin + canonical: uroven' + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.8 + roman_numeral_probability: 0.1 + spellout_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.5 + roman_numeral_probability: 0.3 + spellout_probability: 0.2 + numeric_probability: 0.4 + ordinal_probability: 0.6 + pervyy_etazh: &pervyy_etazh + canonical: первый этаж + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + pervyy_etazh_latin: &pervyy_etazh_latin + canonical: pervyy etazh + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + nizhniy_etazh: &nizhniy_etazh + canonical: нижний этаж + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + nizhniy_etazh_latin: &nizhniy_etazh_latin + canonical: nizhniy etazh + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + tsokolnyy_etazh: &tsokolnyy_etazh + canonical: цокольный этаж + abbreviated: цок эт + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + tsokolnyy_etazh_latin: &tsokolnyy_etazh_latin + canonical: tsokol'nyy etazh + abbreviated: tsok et + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + podval: &podval + canonical: подвал + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + numeric_affix: + affix: п + direction: left + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 2 + # Basement 2 == Sub-basement 1 + number_subtract_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + podval_latin: &podval_latin + canonical: podval + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + numeric_affix: + affix: p + direction: left + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 2 + # Basement 2 == Sub-basement 1 + number_subtract_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + + aliases: + "<-1": + default: *podval + probability: 0.9 + alternatives: + - alternative: *podval_latin + probability: 0.1 + "-1": &ground_floor + default: *tsokolnyy_etazh + probability: 0.89 + alternatives: + - alternative: *tsokolnyy_etazh_latin + probability: 0.01 + - alternative: *etazh + probability: 0.09 + - alternative: *etazh_latin + probability: 0.01 + "0": + default: *pervyy_etazh + probability: 0.6 + alternatives: + - alternative: *pervyy_etazh_latin + probability: 0.05 + - alternative: *nizhniy_etazh + probability: 0.2 + - alternative: *nizhniy_etazh_latin + probability: 0.05 + - alternative: *tsokolnyy_etazh + probability: 0.075 + - alternative: *tsokolnyy_etazh_latin + probability: 0.025 + + numbering_starts_at: 0 + + alphanumeric: + default: *etazh + probability: 0.8 + alternatives: + - alternative: *etazh_latin + probability: 0.1 + - alternative: *uroven + probability: 0.09 + - alternative: *uroven_latin + probability: 0.01 + numeric_probability: 0.79 # With this probability, pick an integer + roman_numeral_probability: 0.2 + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +blocks: + alphanumeric: + default: &blok + canonical: блок + abbreviated: бл + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + probability: 0.95 + alternatives: + - alternative: &blok_latin + canonical: blok + abbreviated: bl + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + probability: 0.05 + +categories: + near: + default: + canonical: вблизи + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.69 + alternatives: + - alternative: + canonical: vblizi + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: близ + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.04 + - alternative: + canonical: bliz + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: около + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.04 + - alternative: + canonical: под + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.04 + - alternative: + canonical: pod + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: okolo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: у + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.04 + - alternative: + canonical: u + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: возле + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.04 + - alternative: + canonical: vozle + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: рядом с + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.04 + - alternative: + canonical: ryadom s + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + + nearby: + default: + canonical: поблизости + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.64 + alternatives: + - alternative: + canonical: poblizosti + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: рядом здесь + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.19 + - alternative: + canonical: ryadom zdes' + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: здесь + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.09 + - alternative: + canonical: zdes' + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: рядом + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.04 + - alternative: + canonical: ryadom + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + near_me: + default: + canonical: рядом с мной + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.99 + alternatives: + - alternative: + canonical: ryadom s mnoy + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + in: + default: + canonical: в + probability: 0.99 + alternatives: + - alternative: + canonical: v + probability: 0.01 + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +directions: + pravo: &pravo + canonical: право + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + pravo_latin: &pravo_latin + canonical: pravo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + levo: &levo + canonical: лево + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + levo_latin: &levo_latin + canonical: levo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *pravo + probability: 0.49 + - alternative: *pravo_latin + probability: 0.01 + - alternative: *levo + probability: 0.49 + - alternative: *levo_latin + probability: 0.01 + + + +cardinal_directions: + vostok: &vostok + canonical: восток + abbreviated: в + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: в + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + vostok_latin: &vostok_latin + canonical: vostok + abbreviated: v + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + zapad: &zapad + canonical: запад + abbreviated: з + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: з + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + zapad_latin: &zapad_latin + canonical: zapad + abbreviated: z + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: z + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + sever: &sever + canonical: север + abbreviated: с + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: с + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + sever_latin: &sever_latin + canonical: sever + abbreviated: s + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + yug: &yug + canonical: юг + abbreviated: ю + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: ю + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + yug_latin: &yug_latin + canonical: yug + abbreviated: y + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: y + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *sever + probability: 0.24 + - alternative: *sever_latin + probability: 0.01 + - alternative: *vostok + probability: 0.24 + - alternative: *vostok_latin + probability: 0.01 + - alternative: *yug + probability: 0.24 + - alternative: *yug_latin + probability: 0.01 + - alternative: *zapad + probability: 0.24 + - alternative: *zapad_latin + probability: 0.01 + +entrances: + vkhod: &vkhod + canonical: вход + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + vkhod_latin: &vkhod_latin + canonical: vkhod + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # вход 1, вход A, etc. + alphanumeric: + default: *vkhod + probability: 0.99 + alternatives: + - alternative: *vkhod_latin + probability: 0.01 + numeric_probability: 0.1 # e.g. Wejście 1 + alpha_probability: 0.85 # e.g. Wejście A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + lestnitsa: &lestnitsa + canonical: лестница + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + lestnitsa_latin: &lestnitsa_latin + canonical: lestnitsa + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + default: *lestnitsa + probability: 0.99 + alternatives: + - alternative: *lestnitsa_latin + probability: 0.01 + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: right + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *pravo + probability: 0.19 + - alternative: *pravo_latin + probability: 0.01 + - alternative: *levo + probability: 0.19 + - alternative: *levo_latin + probability: 0.01 + - alternative: *sever + probability: 0.14 + - alternative: *sever_latin + probability: 0.01 + - alternative: *yug + probability: 0.14 + - alternative: *yug_latin + probability: 0.01 + - alternative: *vostok + probability: 0.14 + - alternative: *vostok_latin + probability: 0.01 + - alternative: *zapad + probability: 0.14 + - alternative: *zapad_latin + probability: 0.01 + + + +po_boxes: + abonementnyy_pochtovyy_yashchik: &abonementnyy_pochtovyy_yashchik + canonical: абонементный почтовый ящик + abbreviated: а/я + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.7 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + abonementnyy_pochtovyy_yashchik_latin: &abonementnyy_pochtovyy_yashchik_latin + canonical: abonementnyy pochtovyy yashchik + abbreviated: a/ya + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.7 + sample_probability: 0.1 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + pochtovyy_yashchik: &pochtovyy_yashchik + canonical: абонементный почтовый ящик + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + pochtovyy_yashchik_latin: &pochtovyy_yashchik_latin + canonical: pochtovyy yashchik + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + + pochtovyy_abonentskiy_yashchik: &pochtovyy_abonentskiy_yashchik + canonical: почтовый абонентский ящик + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + + pochtovyy_abonentskiy_yashchik_latin: &pochtovyy_abonentskiy_yashchik_latin + canonical: pochtovyy abonentskiy yashchik + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + + alphanumeric: + default: *abonementnyy_pochtovyy_yashchik + probability: 0.79 + alternatives: + - alternative: *abonementnyy_pochtovyy_yashchik_latin + probability: 0.01 + - alternative: *pochtovyy_yashchik + probability: 0.14 + - alternative: *pochtovyy_yashchik_latin + probability: 0.01 + - alternative: *pochtovyy_abonentskiy_yashchik + probability: 0.04 + - alternative: *pochtovyy_abonentskiy_yashchik_latin + probability: 0.01 + numeric_probability: 0.9 # а/я 123 + alpha_probability: 0.05 # а/я А + numeric_plus_alpha_probability: 0.04 # а/я 123А + alpha_plus_numeric_probability: 0.01 # а/я А123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + kvartira: &kvartira + canonical: квартира + abbreviated: кв + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + kvartira_latin: &kvartira_latin + canonical: kvartira + abbreviated: kv + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + + kabinet: &kabinet + canonical: кабинет + abbreviated: каб + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + kabinet_latin: &kabinet_latin + canonical: kabinet + abbreviated: kab + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + + litera: &litera + canonical: литера + abbreviated: лит + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + litera_latin: &litera_latin + canonical: litera + abbreviated: lit + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + + ofis: &ofis + canonical: офис + abbreviated: оф + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + numeric: + direction: left + ofis_latin: &ofis_latin + canonical: ofis + abbreviated: of + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + numeric: + direction: left + + pomeshhenie: &pomeshhenie + canonical: помещение + abbreviated: пом + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + pomeshhenie_latin: &pomeshhenie_latin + canonical: pomeshhenie + abbreviated: pom + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + + alphanumeric: &unit_alphanumeric + default: *kvartira + probability: 0.89 + alternatives: + - alternative: *kvartira_latin + probability: 0.01 + - alternative: *pomeshhenie + probability: 0.09 + - alternative: *pomeshhenie_latin + probability: 0.01 + + numeric_probability: 0.9 # e.g. кв 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1А + alpha_plus_numeric_probability: 0.03 # e.g. AА1 + alpha_probability: 0.04 # e.g. кв А + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.1 + + alpha: + default: *kvartira + probability: 0.79 + alternatives: + - alternative: *kvartira_latin + probability: 0.01 + - alternative: *pomeshhenie + probability: 0.09 + - alternative: *pomeshhenie_latin + probability: 0.01 + - alternative: *litera + probability: 0.09 + - alternative: *litera_latin + probability: 0.01 + + + zones: + commercial: + default: *kabinet + probability: 0.59 + alternatives: + - alternative: *kabinet_latin + probability: 0.01 + - alternative: *ofis + probability: 0.29 + - alternative: *ofis_latin + probability: 0.01 + - alternative: *pomeshhenie + probability: 0.09 + - alternative: *pomeshhenie_latin + probability: 0.01 + numeric_probability: 0.95 # e.g. kabinet 1 + numeric_plus_alpha_probability: 0.01 # e.g. kabinet 1A + alpha_plus_numeric_probability: 0.01 # e.g. kab A1 + alpha_probability: 0.03 # e.g. kab A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + university: + default: *pomeshhenie + probability: 0.99 + alternatives: + - alternative: *pomeshhenie_latin + probability: 0.01 + numeric_probability: 0.95 # e.g. kabinet 1 + numeric_plus_alpha_probability: 0.01 # e.g. kabinet 1A + alpha_plus_numeric_probability: 0.01 # e.g. kab A1 + alpha_probability: 0.03 # e.g. kab A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 diff --git a/resources/addresses/sk.yaml b/resources/addresses/sk.yaml new file mode 100644 index 0000000..5fab09b --- /dev/null +++ b/resources/addresses/sk.yaml @@ -0,0 +1,603 @@ +# sk.yaml +# ------- +# Slovakian language specification + +components: + level: + null_probability: 0.95 + alphanumeric_probability: 0.04 + standalone_probability: 0.01 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.9 + alphanumeric_probability: 0.1 + + # Note: no combinations because of the house numbering scheme + + +numbers: + default: &cislo + canonical: číslo + abbreviated: č + sample: true + # Probabilities + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + numeric_affix: + affix: "č." + direction: left + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + +and: + default: &a + canonical: a + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + +conscription_numbers: + alphanumeric: + default: + canonical: súpisné číslo + abbreviated: s.č. + canonical_probability: 0.05 + abbreviated_probability: 0.85 + sample: true + sample_probability: 0.1 + numeric: + direction: left + +cross_streets: + and: *a + at: &na + canonical: na + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + corner_of: &rohu + canonical: rohu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + corner: &roh + canonical: roh + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + at_the_corner_of: &na_rohu + canonical: na rohu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *a + probability: 0.6 + alternatives: + - alternative: *na + probability: 0.1 + - alternative: *roh + probability: 0.1 + - alternative: *rohu + probability: 0.1 + - alternative: *na_rohu + probability: 0.1 + + between: + canonical: medzi + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + +levels: + floor: &poschodie + canonical: poschodie + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + podlazie: &podlazie + canonical: podlažie + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + + nadzemne_podlazie: &nadzemne_podlazie + canonical: nadzemné podlažie + abbreviated: np + sample: true + canonical_probability: 0.1 + abbreviated_probability: 0.8 + sample_probability: 0.1 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + numeric_probability: 0.4 + ordinal_probability: 0.6 + etaz: &etaz + canonical: etáž + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + numeric_probability: 0.4 + ordinal_probability: 0.6 + prizemie: &prizemie + canonical: prízemie + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + podzemne_podlazie: &podzemne_podlazie + canonical: podzemné podlažie + abbreviated: pp + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.2 + sample_probability: 0.3 + # e.g. podzemné podlažie 1 + numeric: + direction: left + direction_probability: 0.8 + # e.g. pp1 + numeric_affix: + affix: pp + direction: left + # e.g. 1. podzemné podlažie + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + standalone_probability: 0.985 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + aliases: + "<-1": + default: *podzemne_podlazie + "-1": + default: *podzemne_podlazie + "0": + default: *prizemie + probability: 0.9 + alternatives: + - alternative: *poschodie + probability: 0.05 + - alternative: *podlazie + probability: 0.05 + + numbering_starts_at: 0 + + alphanumeric: + default: *poschodie + probability: 0.45 + alternatives: + - alternative: *podlazie + probability: 0.35 + - alternative: *nadzemne_podlazie + probability: 0.19 + - alternative: *etaz + probability: 0.01 + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +categories: + near: + default: + canonical: v blízkosti + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.7 + alternatives: + - alternative: + canonical: u + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.2 + - alternative: + canonical: v okolí + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + probability: 0.05 + - alternative: + canonical: okolo + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + probability: 0.05 + nearby: + default: + canonical: blízkosti + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.4 + alternatives: + - alternative: + canonical: blízko + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.2 + - alternative: + canonical: v blízkosti + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: tady blízkosti + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: tady + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.05 + - alternative: + canonical: tu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.05 + - alternative: + canonical: v blízkosti tu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.05 + - alternative: + canonical: v okolí + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.05 + near_me: + default: + canonical: v blízkosti mne + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + # Don't worry about agreement + in: + default: + canonical: v + probability: 0.7 + alternatives: + - alternative: + canonical: vo + probability: 0.3 + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +directions: + right: &prava + canonical: pravá + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + left: &lava + canonical: ľavá + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *prava + probability: 0.5 + - alternative: *lava + probability: 0.5 + +cardinal_directions: + east: &vychod + canonical: východ + abbreviated: v + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &zapad + canonical: západ + abbreviated: z + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: z + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &sever + canonical: sever + abbreviated: s + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &juh + canonical: juh + abbreviated: j + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: j + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *sever + probability: 0.25 + - alternative: *vychod + probability: 0.25 + - alternative: *juh + probability: 0.25 + - alternative: *zapad + probability: 0.25 + +entrances: + vchod: &vchod + canonical: vchod + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Wejście 1, Wejście A, etc. + alphanumeric: &entrance_alphanumeric + default: *vchod + numeric_probability: 0.1 # e.g. Wejście 1 + alpha_probability: 0.85 # e.g. Wejście A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + schodisko: &schodisko + canonical: schodisko + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + default: *schodisko + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *sever + - alternative: *juh + - alternative: *vychod + - alternative: *zapad + +po_boxes: + postova_priehradka: &postova_priehradka + canonical: poštová priehradka + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # poštová priehradka 1234 + alphanumeric: + default: *postova_priehradka + numeric_probability: 0.9 # poštová priehradka 123 + alpha_probability: 0.05 # poštová priehradka A + numeric_plus_alpha_probability: 0.04 # poštová priehradka 123G + alpha_plus_numeric_probability: 0.01 # poštová priehradka A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + apartaman: &apartaman + canonical: apartmán + abbreviated: apt + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.5 + sample_probability: 0.3 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + izba: &izba + canonical: izba + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + kancelaria: &kancelaria + canonical: kancelária + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + alphanumeric: &unit_alphanumeric + default: *apartaman + probability: 0.9 + alternatives: + - alternative: *izba + probability: 0.1 + numeric_probability: 0.9 # e.g. apt. 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. apt. A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.01 + + zones: + commercial: &commercial_unit_types + default: *izba + probability: 0.6 + alternatives: + - alternative: *kancelaria + probability: 0.4 + numeric_probability: 0.95 # e.g. pokoj 1 + numeric_plus_alpha_probability: 0.01 # e.g. pokoj 1A + alpha_plus_numeric_probability: 0.01 # e.g. pokoj A1 + alpha_probability: 0.03 # e.g. pokoj A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + university: + default: *izba + numeric_probability: 0.95 # e.g. pokoj 1 + numeric_plus_alpha_probability: 0.01 # e.g. pok 1A + alpha_plus_numeric_probability: 0.01 # e.g. pokoj A1 + alpha_probability: 0.03 # e.g. pokoj A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 diff --git a/resources/addresses/sl.yaml b/resources/addresses/sl.yaml new file mode 100644 index 0000000..64c9149 --- /dev/null +++ b/resources/addresses/sl.yaml @@ -0,0 +1,539 @@ +# sl.yaml +# ------- +# Slovenian language specification + +components: + level: + null_probability: 0.9 + alphanumeric_probability: 0.1 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.7 + alphanumeric_probability: 0.3 + + combinations: + - + components: + - house_number + - staircase + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.1 + # For unit types like 2/34 + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + + +numbers: + no_number: + default: + canonical: brez številke + abbreviated: brez št + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + + default: &stevilke + canonical: številke + abbreviated: št + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + numeric_affix: + affix: "št." + whitespace_probability: 0.6 + direction: left + numeric_probability: 0.6 + numeric_affix_probability: 0.4 + + alphanumeric_phrase_probability: 0.05 + no_number_probability: 0.05 + + +and: + default: &in + canonical: in + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + +cross_streets: + i: *in + at: &na + canonical: na + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + corner: &vogalu + canonical: vogalu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + na_vogalu: &na_vogalu + canonical: na vogalu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *in + probability: 0.7 + alternatives: + - alternative: *na + probability: 0.1 + - alternative: *vogalu + probability: 0.15 + - alternative: *na_vogalu + probability: 0.05 + + med: &med + canonical: med + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + between: + default: *med + +levels: + nadstropje: &nadstropje + canonical: nadstropje + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + + pritlicje: &pritlicje + canonical: pritličje + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + parter: &parter + canonical: parter + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + kleti: &kleti + canonical: kleti + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + # e.g. kleti 1 + numeric: + direction: left + direction_probability: 0.8 + # e.g. 1. kleti + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + standalone_probability: 0.99 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + ordinal_probability: 0.005 + + aliases: + "<-1": + default: *kleti + "-1": + default: *kleti + "0": + default: *pritlicje + probability: 0.5 + alternatives: + - alternative: *parter + probability: 0.4 + - alternative: *nadstropje + probability: 0.1 + + numbering_starts_at: 0 + + alphanumeric: + default: *nadstropje + numeric_probability: 0.69 # With this probability, pick an integer + roman_numeral_probability: 0.3 # Pick a Roman numeral for the actual value + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + + +categories: + near: + default: + canonical: v bližini + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.6 + alternatives: + - alternative: + canonical: pri + probability: 0.4 + + nearby: + default: + canonical: v bližini + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.5 + alternatives: + - alternative: + canonical: v bližini tukaj + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.3 + - alternative: + canonical: okoli tukaj + probability: 0.1 + - alternative: + canonical: tukaj + probability: 0.1 + + near_me: + default: + canonical: blizu mene + + # Don't worry about agreement + in: + default: + canonical: v + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +directions: + right: &prav + canonical: prav + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + left: &levo + canonical: levo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *prav + probability: 0.5 + - alternative: *levo + probability: 0.5 + +cardinal_directions: + east: &vzhod + canonical: vzhod + abbreviated: v + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &zahod + canonical: zahod + abbreviated: z + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: z + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &sever + canonical: sever + abbreviated: s + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &jug + canonical: jug + abbreviated: j + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: j + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *sever + probability: 0.25 + - alternative: *vzhod + probability: 0.23 + - alternative: *jug + probability: 0.23 + - alternative: *zahod + probability: 0.23 + +entrances: + vhod: &vhod + canonical: vhod + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Vhod 1, Vhod A, etc. + alphanumeric: &entrance_alphanumeric + default: *vhod + numeric_probability: 0.1 # e.g. Vhod 1 + alpha_probability: 0.85 # e.g. Vhod A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + +staircases: + stopnisce: &stopnisce + canonical: stopnišče + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + + alphanumeric: &staircase_alphanumeric + default: *stopnisce + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: right + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *prav + probability: 0.2 + - alternative: *levo + probability: 0.2 + - alternative: *sever + probability: 0.15 + - alternative: *jug + probability: 0.15 + - alternative: *vzhod + probability: 0.15 + - alternative: *zahod + probability: 0.15 + +po_boxes: + postni_predal: &postni_predal + canonical: poštni predal + abbreviated: p.p + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.4 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + + alphanumeric: + default: *postni_predal + numeric_probability: 0.9 # pp 123 + alpha_probability: 0.05 # p.p A + numeric_plus_alpha_probability: 0.04 # pp 123G + alpha_plus_numeric_probability: 0.01 # pp A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + stanovanje: &stanovanje + canonical: stanovanje + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + + soba: &soba + canonical: soba + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + urad: &urad + canonical: urad + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + + alphanumeric: &unit_alphanumeric + default: *stanovanje + probability: 0.9 + alternatives: + - alternative: *soba + probability: 0.1 + numeric_probability: 0.9 # e.g. stanovanje 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. stanovanje A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.05 + + zones: + commercial: &commercial_unit_types + default: *soba + probability: 0.6 + alternatives: + - alternative: *urad + probability: 0.4 + numeric_probability: 0.95 # e.g. soba 1 + numeric_plus_alpha_probability: 0.01 # e.g. soba 1A + alpha_plus_numeric_probability: 0.01 # e.g. soba A1 + alpha_probability: 0.03 # e.g. soba A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + university: + default: *soba + numeric_probability: 0.95 # e.g. soba 1 + numeric_plus_alpha_probability: 0.01 # e.g. soba 1A + alpha_plus_numeric_probability: 0.01 # e.g. soba A1 + alpha_probability: 0.03 # e.g. soba A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 diff --git a/resources/addresses/sr.yaml b/resources/addresses/sr.yaml new file mode 100644 index 0000000..17e456a --- /dev/null +++ b/resources/addresses/sr.yaml @@ -0,0 +1,953 @@ +# sr.yaml +# ------- +# Serbian language specification + +alphabet: абвгдђежзијклљмнњопрстћуфхцчџш +alphanumeric_probability: 0.7 + +components: + level: + null_probability: 0.8 + alphanumeric_probability: 0.2 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.7 + alphanumeric_probability: 0.3 + + + combinations: + - + components: + - house_number + - staircase + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.1 + # For unit types like 2/34 + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + + + +numbers: + default: &broj + canonical: број + abbreviated: бр + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + numeric_affix: + affix: "бр." + direction: left + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + alternatives: + - alternative: &broj_latin + canonical: broj + abbreviated: br + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + numeric_affix: + affix: "br." + direction: left + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + +and: + default: &i + canonical: и + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.9 + alternatives: + - alternative: &i_latin + canonical: i + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + + +cross_streets: + i: *i + i_latin: *i_latin + at: &na + canonical: на + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + na_latin: &na_latin + canonical: na + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + corner: &ugao + canonical: угао + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + ugao_latin: &ugao_latin + canonical: ugao + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + na_uglu: &na_uglu + canonical: на углу + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + na_uglu_latin: &na_uglu_latin + canonical: na uglu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *i + probability: 0.65 + alternatives: + - alternative: *i_latin + probability: 0.05 + - alternative: *na + probability: 0.075 + - alternative: *na_latin + probability: 0.025 + - alternative: *ugao + probability: 0.1 + - alternative: *ugao_latin + probability: 0.05 + - alternative: *na_uglu + probability: 0.025 + - alternative: *na_uglu_latin + probability: 0.025 + izmedu: &izmedu + canonical: између + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + izmedu_latin: &izmedu_latin + canonical: između + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + between: + default: *izmedu + probability: 0.9 + alternatives: + - alternative: *izmedu_latin + probability: 0.1 + +levels: + sprat: &sprat + canonical: спрат + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + sprat_latin: &sprat_latin + canonical: sprat + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + kat: &kat + canonical: кат + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + kat_latin: &kat_latin + canonical: kat + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + etaza: &etaza + canonical: етажа + abbreviated: ет + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + etaza_latin: &etaza_latin + canonical: etaža + abbreviated: et + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + prizemlje: &prizemlje + canonical: приземље + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + prizemlje_latin: &prizemlje_latin + canonical: prizemlje + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + parter: &parter + canonical: партер + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + parter_latin: &parter_latin + canonical: parter + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + + podrum: &podrum + canonical: подрум + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + # e.g. подрум 1 + numeric: + direction: left + direction_probability: 0.8 + # e.g. 1. подрум + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + standalone_probability: 0.99 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + ordinal_probability: 0.005 + podrum_latin: &podrum_latin + canonical: podrum + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + # e.g. подрум 1 + numeric: + direction: left + direction_probability: 0.8 + # e.g. 1. подрум + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + standalone_probability: 0.99 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + ordinal_probability: 0.005 + + aliases: + "<-1": + default: *podrum + probability: 0.8 + alternatives: + - alternative: *podrum_latin + probability: 0.2 + "-1": + default: *podrum + probability: 0.8 + alternatives: + - alternative: *podrum_latin + probability: 0.2 + "0": + default: *prizemlje + probability: 0.45 + alternatives: + - alternative: *prizemlje_latin + probability: 0.05 + - alternative: *parter + probability: 0.35 + - alternative: *parter_latin + probability: 0.05 + - alternative: *sprat + probability: 0.04 + - alternative: *sprat_latin + probability: 0.01 + - alternative: *kat + probability: 0.04 + - alternative: *kat_latin + probability: 0.01 + + numbering_starts_at: 0 + + alphanumeric: + default: *sprat + probability: 0.65 + alternatives: + - alternative: *sprat_latin + probability: 0.1 + - alternative: *kat + probability: 0.15 + - alternative: *kat_latin + probability: 0.05 + - alternative: *etaza + probability: 0.04 + - alternative: *etaza_latin + probability: 0.01 + numeric_probability: 0.69 # With this probability, pick an integer + roman_numeral_probability: 0.3 # Pick a Roman numeral for the actual value + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + +directions: + right: &desno + canonical: десно + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + desno_latin: &desno_latin + canonical: desno + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + left: &levo + canonical: лево + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + levo_latin: &levo_latin + canonical: levo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *desno + probability: 0.45 + - alternative: *desno_latin + probability: 0.05 + - alternative: *levo + probability: 0.45 + - alternative: *levo_latin + probability: 0.05 + +cardinal_directions: + east: &istok + canonical: исток + abbreviated: и + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: и + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + istok_latin: &istok_latin + canonical: istok + abbreviated: i + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: i + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &zapad + canonical: запад + abbreviated: з + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: з + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + zapad_latin: &zapad_latin + canonical: zapad + abbreviated: z + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: z + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &sever + canonical: север + abbreviated: с + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: с + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + sever_latin: &sever_latin + canonical: sever + abbreviated: s + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &jug + canonical: југ + abbreviated: ј + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: ј + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + jug_latin: &jug_latin + canonical: jug + abbreviated: j + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: j + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *sever + probability: 0.23 + - alternative: *sever_latin + probability: 0.02 + - alternative: *istok + probability: 0.23 + - alternative: *istok_latin + probability: 0.02 + - alternative: *jug + probability: 0.23 + - alternative: *jug_latin + probability: 0.02 + - alternative: *zapad + probability: 0.23 + - alternative: *zapad_latin + probability: 0.02 + +entrances: + ulaz: &ulaz + canonical: улаз + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + ulaz_latin: &ulaz_latin + canonical: ulaz + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Ulaz 1, Ulaz A, etc. + alphanumeric: &entrance_alphanumeric + default: *ulaz + probability: 0.8 + alternatives: + - alternative: *ulaz_latin + probability: 0.2 + numeric_probability: 0.1 # e.g. Ulaz 1 + alpha_probability: 0.85 # e.g. Ulaz A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + + +staircases: + stepeniste: &stepeniste + canonical: степениште + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + stepeniste_latin: &stepeniste_latin + canonical: stepenište + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + + alphanumeric: &staircase_alphanumeric + default: *stepeniste + probability: 0.8 + alternatives: + - alternative: *stepeniste_latin + probability: 0.2 + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: right + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *desno + probability: 0.19 + - alternative: *desno_latin + probability: 0.01 + - alternative: *levo + probability: 0.19 + - alternative: *levo_latin + probability: 0.01 + - alternative: *sever + probability: 0.14 + - alternative: *sever_latin + probability: 0.01 + - alternative: *jug + probability: 0.14 + - alternative: *jug_latin + probability: 0.01 + - alternative: *istok + probability: 0.14 + - alternative: *istok_latin + probability: 0.01 + - alternative: *zapad + probability: 0.14 + - alternative: *zapad_latin + probability: 0.01 + +po_boxes: + postanski_fah: &postanski_fah + canonical: поштански фах + abbreviated: пф + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # poštanski fah br. 1234 + postanski_fah_latin: &postanski_fah_latin + canonical: poštanski fah + abbreviated: pf + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # poštanski fah br. 1234 + postanski_pretinac: &postanski_pretinac + canonical: поштански претинац + sample: true + canonical_probability: 0.6 + sample_probability: 0.5 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + postanski_pretinac_latin: &postanski_pretinac_latin + canonical: poštanski pretinac + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + postanski_pregradak: &postanski_pregradak + canonical: поштански преградак + sample: true + canonical_probability: 0.6 + sample_probability: 0.5 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + postanski_pregradak_latin: &postanski_pregradak_latin + canonical: poštanski pregradak + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + + alphanumeric: + default: *postanski_fah + probability: 0.7 + alternatives: + - alternative: *postanski_fah_latin + probability: 0.05 + - alternative: *postanski_pretinac + probability: 0.1 + - alternative: *postanski_pretinac_latin + probability: 0.05 + - alternative: *postanski_pregradak + probability: 0.075 + - alternative: *postanski_pregradak_latin + probability: 0.025 + numeric_probability: 0.9 # pf 123 + alpha_probability: 0.05 # pf A + numeric_plus_alpha_probability: 0.04 # pf 123G + alpha_plus_numeric_probability: 0.01 # pf A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + stan: &stan + canonical: стан + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + stan_latin: &stan_latin + canonical: stan + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + apartman: &apartman + canonical: апартман + abbreviated: ап + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.2 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + + apartman_latin: &apartman_latin + canonical: apartman + abbreviated: ap + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.2 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + + soba: &soba + canonical: соба + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + soba_latin: &soba_latin + canonical: soba + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + kancelarija: &kancelarija + canonical: канцеларија + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + kancelarija_latin: &kancelarija_latin + canonical: kancelarija + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + + alphanumeric: &unit_alphanumeric + default: *stan + probability: 0.5 + alternatives: + - alternative: *stan_latin + probability: 0.1 + - alternative: *apartman + probability: 0.2 + - alternative: *apartman_latin + probability: 0.05 + - alternative: *soba + probability: 0.1 + - alternative: *soba_latin + probability: 0.05 + numeric_probability: 0.9 # e.g. stan. 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. stan A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.01 + + zones: + commercial: &commercial_unit_types + default: *soba + probability: 0.55 + alternatives: + - alternative: *soba_latin + probability: 0.05 + - alternative: *kancelarija + probability: 0.35 + - alternative: *kancelarija_latin + probability: 0.05 + numeric_probability: 0.95 # e.g. soba 1 + numeric_plus_alpha_probability: 0.01 # e.g. soba 1A + alpha_plus_numeric_probability: 0.01 # e.g. soba A1 + alpha_probability: 0.03 # e.g. soba A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + university: + default: *soba + probability: 0.9 + alternatives: + - alternative: *soba_latin + probability: 0.1 + numeric_probability: 0.95 # e.g. soba 1 + numeric_plus_alpha_probability: 0.01 # e.g. soba 1A + alpha_plus_numeric_probability: 0.01 # e.g. soba A1 + alpha_probability: 0.03 # e.g. soba A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 diff --git a/resources/addresses/sv.yaml b/resources/addresses/sv.yaml new file mode 100644 index 0000000..7dd674f --- /dev/null +++ b/resources/addresses/sv.yaml @@ -0,0 +1,795 @@ +# sv.yaml +# ------- +# Swedish language specification. + +components: + level: + null_probability: 0.85 + alphanumeric_probability: 0.1 + standalone_probability: 0.05 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.75 + alphanumeric_probability: 0.25 + +numbers: + default: &nummer + canonical: nummer + abbreviated: nr + sample: true + # Probabilities + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + sample_exclude: + - "#" + numeric: + direction: left + numeric_affix: + affix: "#" + direction: left + + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + +house_numbers: + alphanumeric: + default: *nummer + + alphanumeric_phrase_probability: 0.0001 + + +and: + default: &och + canonical: och + abbreviated: "&" + canonical_probability: 0.2 + abbreviated_probability: 0.75 + sample: true + sample_probability: 0.05 + +cross_streets: + and: *och + corner_of: &hornet_av + canonical: hörnet av + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + at_the_corner_of: &i_hornet_av + canonical: i hörnet av + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *och + probability: 0.7 + alternatives: + - alternative: *hornet_av + probability: 0.15 + - alternative: *i_hornet_av + probability: 0.15 + + between: + canonical: mellan + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + + +levels: + vaningen: &vaningen + canonical: våningen + abbreviated: vån + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + ordinal: + direction: right + numeric_probability: 0.0 + ordinal_probability: 1.0 + vaning: &vaning + canonical: våning + abbreviated: vån + sample: true + canonical_probability: 0.5 + abbreviated_probability: 0.3 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + ordinal: + direction: left + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + numeric_probability: 0.8 + ordinal_probability: 0.2 + plan: &plan + canonical: plan + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + entreplan: &entreplan + canonical: entréplan + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + trappa_upp: &trappa_upp + canonical: trappa upp + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + number_min_abs_value: 2 + number_max_abs_value: 2 + number_subtract_abs_value: 1 + numeric_probability: 0.8 + ordinal_probability: 0.2 + trappor_upp: &trappor_upp + canonical: trappor upp + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + number_min_abs_value: 3 + number_subtract_abs_value: 1 + numeric_probability: 0.8 + ordinal_probability: 0.2 + trappa: &trappa + canonical: trappa + abbreviated: tr + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.6 + sample_probability: 0.2 + numeric: + direction: left + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + number_min_abs_value: 2 + number_max_abs_value: 2 + number_subtract_abs_value: 1 + numeric_probability: 0.8 + ordinal_probability: 0.2 + trappor: &trappor + canonical: trappor + abbreviated: tr + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.6 + sample_probability: 0.2 + numeric: + direction: left + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + ordinal: + direction: right + digits: + ascii_probability: 0.8 + spellout_probability: 0.2 + number_min_abs_value: 3 + number_subtract_abs_value: 1 + numeric_probability: 0.8 + ordinal_probability: 0.2 + bottenvaning: &bottenvaning + canonical: bottenvåning + abbreviated: bv + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + vindsvaningen: &vindsvaningen + canonical: vindsvåningen + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + standalone_probability: 1.0 + vinds: &vinds + canonical: vinds + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + standalone_probability: 1.0 + kallare: &kallare + canonical: källare + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + # e.g. 1 källare + numeric: + direction: right + direction_probability: 0.8 + # e.g. k1 + numeric_affix: + affix: k + direction: left + # e.g. 1:a k + ordinal: + direction: right + standalone_probability: 0.9 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + numeric_affix_probability: 0.09 + ordinal_probability: 0.005 + aliases: + "<-1": + default: *kallare + probability: 0.95 + alternatives: + - alternative: *vaning + probability: 0.025 + - alternative: *vaningen + probability: 0.025 + "-1": + default: *kallare + probability: 0.9 + alternatives: + - alternative: *vaning + probability: 0.05 + - alternative: *vaningen + probability: 0.05 + "0": + default: *bottenvaning + probability: 0.6 + alternatives: + - alternative: *entreplan + probability: 0.2 + - alternative: *vaningen + probability: 0.1 + - alternative: *vaning + probability: 0.1 + "1": + default: *bottenvaning + probability: 0.6 + alternatives: + - alternative: *entreplan + probability: 0.2 + - alternative: *vaningen + probability: 0.1 + - alternative: *vaning + probability: 0.1 + "top": + default: *vaningen + probability: 0.35 + alternatives: + - alternative: *vaning + probability: 0.35 + - alternative: *trappor_upp + probability: 0.1 + - alternative: *trappor + probability: 0.1 + - alternative: *vindsvaningen + probability: 0.05 + - alternative: *vinds + probability: 0.05 + + numbering_starts_at: 1 + + alphanumeric: + default: *vaningen + probability: 0.25 + alternatives: + - alternative: *vaning + probability: 0.2 + - alternative: *plan + probability: 0.05 + - alternative: *trappa_upp + probability: 0.125 + - alternative: *trappa + probability: 0.125 + - alternative: *trappor_upp + probability: 0.125 + - alternative: *trappor + probability: 0.125 + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + + +categories: + near: + default: + canonical: i närheten av + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.8 + alternatives: + - alternative: + canonical: nära + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.2 + nearby: + default: + canonical: i närheten + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.4 + alternatives: + - alternative: + canonical: runt här + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.2 + - alternative: + canonical: nära här + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: nära här + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: nära + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + - alternative: + canonical: omkring här + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + near_me: + default: + canonical: nära mig + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.8 + alternatives: + - alternative: + canonical: i närheten av mig + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.2 + + in: + default: + canonical: i + probability: 0.8 + alternatives: + - alternative: + canonical: på + probability: 0.2 + + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + + +directions: + right: &hoger + canonical: höger + sample: true + canonical_probability: 0.1 + sample_probability: 0.9 + numeric: + direction: right + numeric_affix: + affix: h + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + left: &vanster + canonical: vänster + sample: true + canonical_probability: 0.1 + sample_probability: 0.9 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + whitespace_probability: 0.1 + numeric_probability: 0.8 + numeric_affix_probability: 0.2 + alternatives: + - alternative: *hoger + probability: 0.5 + - alternative: *vanster + probability: 0.5 + +cardinal_directions: + east: &ost + canonical: öst + abbreviated: ö + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: ö + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + eastern: &ostra + canonical: östra + abbreviated: ö:a + canonical_probability: 0.9 + abbreviated_probability: 0.1 + numeric: + direction: right + + west: &vast + canonical: väst + abbreviated: v + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: v + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + western: &vastra + canonical: västra + abbreviated: v:a + canonical_probability: 0.9 + abbreviated_probability: 0.1 + numeric: + direction: right + + north: &norr + canonical: norr + abbreviated: n + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: n + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + northern: &norra + canonical: norra + abbreviated: n:a + canonical_probability: 0.9 + abbreviated_probability: 0.1 + + south: &sod + canonical: söd + abbreviated: s + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + southern: &sodra + canonical: södra + abbreviated: s:a + canonical_probability: 0.9 + abbreviated_probability: 0.1 + + alternatives: + - alternative: *norr + probability: 0.25 + - alternative: *ost + probability: 0.25 + - alternative: *sod + probability: 0.25 + - alternative: *vast + probability: 0.25 + +entrances: + ingang: &ingang + canonical: ingång + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + entre: &entre + canonical: entré + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # Eingang 1, Eingang A, etc. + alphanumeric: &entrance_alphanumeric + default: *ingang + probability: 0.6 + alternatives: + - alternative: *entre + probability: 0.4 + numeric_probability: 0.1 # e.g. Eingang 1 + alpha_probability: 0.85 # e.g. Eingang A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + uppgang: &uppgang + canonical: uppgång + abbreviated: u + sample: true + canonical_probability: 0.7 + abbreviated_probability: 0.2 + sample_probability: 0.1 + numeric: + direction: left + uppgang_hoger: &uppgang_hoger + canonical: uppgång höger + abbreviated: uh + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + numeric: + direction: left + uppgang_vanster: &uppgang_vanster + canonical: uppgång vänster + abbreviated: uv + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + numeric: + direction: left + alphanumeric: &staircase_alphanumeric + default: *uppgang + probability: 0.6 + alternatives: + - alternative: *uppgang_hoger + probability: 0.2 + - alternative: *uppgang_vanster + probability: 0.2 + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *norr + - alternative: *sod + - alternative: *ost + - alternative: *vast + +po_boxes: + box: &box + canonical: box + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # Box No 1234 + postlada: &postlada + canonical: postlåda + abbreviated: pl + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.2 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 # Pl No 1234 + + alphanumeric: + sample: false + default: *box + probability: 0.9 + alternatives: + - alternative: *postlada + probability: 0.1 + numeric_probability: 0.9 # Box 123 + alpha_probability: 0.05 # Box A + numeric_plus_alpha_probability: 0.04 # Box 123G + alpha_plus_numeric_probability: 0.01 # Box A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.1 + - length: 5 + probability: 0.5 + - length: 6 + probability: 0.05 + + + +units: + lagenhet: &lagenhet + canonical: lägenhet + abbreviated: lgh + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.5 + sample_probability: 0.3 + numeric: + direction: left + null_phrase_probability: 0.1 + # Lejlighed nummer 4 + add_number_phrase: true + add_number_phrase_probability: 0.05 + bostad: &bostad + canonical: bostad + abbreviated: bst + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.5 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.05 + lagenhetsnummer: &lagenhetsnummer + canonical: lägenhetsnummer + abbreviated: lgh nr + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + hus: &hus + canonical: hus + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + rum: &rum + canonical: rum + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + alphanumeric: &unit_alphanumeric + default: *lagenhet + probability: 0.75 + alternatives: + - alternative: *lagenhetsnummer + probability: 0.05 + - alternative: *hus + probability: 0.1 + - alternative: *rum + probability: 0.1 + numeric_probability: 0.95 # e.g. Lägenhet 1 + alpha_probability: 0.05 # e.g. Lgh A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # Separate random probability for adding directions like 2H, 2V, etc. + add_direction: true + add_direction_probability: 0.005 + + # Add directions for plain numbers + add_direction_numeric: true + # Add direction only e.g. Lejlighed Igjen + add_direction_standalone: true + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.2 + + # Use the actual floor phrase as long as the whole phrase is numeric + # Has the effect of creating Bolignummer-style units + use_floor_affix_unit_num_digits: 2 + + # In Swedish addresses, the ground level is 10, floors are 11, 12, ... basements are 9, 8, ... + use_floor_ground_starts_at: 10 + # For single digit floors, use 09, 08, etc. + use_floor_floor_num_digits: 2 + + +countries: + # Swedish addresses in Finland + fi: + units: + alphanumeric: + default: *bostad + probability: 1.0 + alternatives: [] + + add_direction: false + add_direction_numeric: false + add_direction_standalone: false + + use_floor_probability: 0.1 + + use_floor_affix_unit_num_digits: 0 + + use_floor_ground_starts_at: 1 + use_floor_floor_num_digits: 2 diff --git a/resources/addresses/tr.yaml b/resources/addresses/tr.yaml new file mode 100644 index 0000000..c91d050 --- /dev/null +++ b/resources/addresses/tr.yaml @@ -0,0 +1,503 @@ +# tr.yaml +# ------- +# Turkish language specification + +components: + level: + null_probability: 0.9 + alphanumeric_probability: 0.1 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.7 + alphanumeric_probability: 0.3 + + combinations: + - + components: + - house_number + - staircase + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + - + components: + - house_number + - level + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.1 + # For unit types like 2/34 + - + components: + - house_number + - unit + label: house_number + separators: + - separator: "/" + probability: 0.95 + - separator: "-" + probability: 0.05 + probability: 0.005 + + +numbers: + + default: &numara + canonical: numara + abbreviated: "no:" + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + numeric_affix: + affix: "no:" + whitespace_probability: 0.6 + direction: left + numeric_probability: 0.4 + numeric_affix_probability: 0.6 + + alphanumeric_phrase_probability: 0.05 + no_number_probability: 0.05 + + +and: + default: &ve + canonical: ve + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + + +cross_streets: + ve: *ve + corner_of: &kose + canonical: köşe + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + kosesinde: &kosesinde + canonical: köşesinde + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *ve + probability: 0.8 + alternatives: + - alternative: *kose + probability: 0.1 + - alternative: *kosesinde + probability: 0.1 + + arasinda: &arasinda + canonical: arasında + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + between: + default: *arasinda + +levels: + kat: &kat + canonical: kat + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + add_number_phrase: true + add_number_phrase_probability: 0.1 + ordinal: + direction: right + digits: + ascii_probability: 0.3 + roman_numeral_probability: 0.7 + add_number_phrase: true + add_number_phrase_probability: 0.1 + numeric_probability: 0.4 + ordinal_probability: 0.6 + + zemin_kat: &zemin_kat + canonical: zemin kat + abbreviated: zk + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + asma_kat: &asma_kat + canonical: asma kat + half_floors: true + canonical_probability: 0.8 + sample_probability: 0.2 + sample: true + # e.g. asma kat 2 + numeric: + direction: left + # e.g. 2. asma kat + ordinal: + direction: right + numeric_probability: 0.1 + ordinal_probability: 0.2 + standalone_probability: 0.6 + bodrum: &bodrum + canonical: bodrum + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + # e.g. bodrum 1 + numeric: + direction: left + direction_probability: 0.8 + # e.g. 1. bodrum + ordinal: + direction: right + digits: + ascii_probability: 0.7 + roman_numeral_probability: 0.3 + standalone_probability: 0.99 + number_abs_value: true + number_min_abs_value: 1 + numeric_probability: 0.005 + ordinal_probability: 0.005 + + aliases: + "<-1": + default: *bodrum + "-1": + default: *bodrum + # Special token for half-floors + half_floors: + default: *asma_kat + "0": + default: *zemin_kat + probability: 0.9 + alternatives: + - alternative: *kat + probability: 0.1 + + numbering_starts_at: 0 + + alphanumeric: + default: *kat + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + + +directions: + right: &sag + canonical: sağ + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + left: &sol + canonical: sol + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *sag + probability: 0.5 + - alternative: *sol + probability: 0.5 + +cardinal_directions: + east: &dogu + canonical: doğu + abbreviated: d + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: d + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + west: &bati + canonical: batı + abbreviated: b + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: b + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + north: &kuzey + canonical: kuzey + abbreviated: k + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: k + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + south: &guney + canonical: güney + abbreviated: g + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: g + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + alternatives: + - alternative: *kuzey + probability: 0.25 + - alternative: *dogu + probability: 0.23 + - alternative: *guney + probability: 0.23 + - alternative: *bati + probability: 0.23 + +entrances: + giris: &giris + canonical: giriş + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # giriş 1, giriş A, etc. + alphanumeric: &entrance_alphanumeric + default: *giris + numeric_probability: 0.1 # e.g. giriş 1 + alpha_probability: 0.85 # e.g. giriş A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + +staircases: + merdiven: &merdiven + canonical: merdiven + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + + alphanumeric: &staircase_alphanumeric + default: *merdiven + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: right + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *sag + probability: 0.2 + - alternative: *sol + probability: 0.2 + - alternative: *kuzey + probability: 0.15 + - alternative: *guney + probability: 0.15 + - alternative: *dogu + probability: 0.15 + - alternative: *bati + probability: 0.15 + +po_boxes: + posta_kutusu: &posta_kutusu + canonical: posta kutusu + abbreviated: pk + sample: true + canonical_probability: 0.2 + abbreviated_probability: 0.4 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + + alphanumeric: + default: *posta_kutusu + numeric_probability: 0.9 # pp 123 + alpha_probability: 0.05 # p.p A + numeric_plus_alpha_probability: 0.04 # pp 123G + alpha_plus_numeric_probability: 0.01 # pp A123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + + +units: + daire: &daire + canonical: daire + abbreviated: d + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + apartman: &apartman + canonical: apartman + abbreviated: apt + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.2 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + + oda: &oda + canonical: oda + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + ofis: &ofis + canonical: ofis + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.1 + + alphanumeric: &unit_alphanumeric + default: *daire + probability: 0.6 + alternatives: + - alternative: *apartman + probability: 0.3 + - alternative: *oda + probability: 0.1 + numeric_probability: 0.9 # e.g. d. 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1A + alpha_plus_numeric_probability: 0.03 # e.g. A1 + alpha_probability: 0.04 # e.g. daire A + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.05 + + zones: + commercial: &commercial_unit_types + default: *oda + probability: 0.6 + alternatives: + - alternative: *ofis + probability: 0.4 + numeric_probability: 0.95 # e.g. oda 1 + numeric_plus_alpha_probability: 0.01 # e.g. oda 1A + alpha_plus_numeric_probability: 0.01 # e.g. oda A1 + alpha_probability: 0.03 # e.g. oda A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + university: + default: *oda + numeric_probability: 0.95 # e.g. oda 1 + numeric_plus_alpha_probability: 0.01 # e.g. oda 1A + alpha_plus_numeric_probability: 0.01 # e.g. oda A1 + alpha_probability: 0.03 # e.g. oda A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 diff --git a/resources/addresses/uk.yaml b/resources/addresses/uk.yaml new file mode 100644 index 0000000..a00bb52 --- /dev/null +++ b/resources/addresses/uk.yaml @@ -0,0 +1,1001 @@ +# uk.yaml +# ------- +# Ukranian language specification + +alphabet: абвгґдеєжзиіїйклмнопрстуфхцчшщьюя +alphabet_probability: 0.7 + +components: + level: + null_probability: 0.95 + alphanumeric_probability: 0.04 + standalone_probability: 0.01 + + staircase: + null_probability: 0.99 + alphanumeric_probability: 0.01 + + entrance: + null_probability: 0.999 + alphanumeric_probability: 0.001 + + unit: + null_probability: 0.6 + alphanumeric_probability: 0.4 + + +numbers: + default: &nomer + canonical: номер + abbreviated: № + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + probability: 0.95 + alternatives: + - alternative: &nomer_latin + canonical: nomer + abbreviated: "no" + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + probability: 0.05 + + +house_numbers: + budynok: &budynok + canonical: будинок + abbreviated: буд + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.3 + sample_probability: 0.1 + numeric: + direction: left + budynok_latin: &budynok_latin + canonical: budynok + abbreviated: bud + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.3 + sample_probability: 0.1 + numeric: + direction: left + + dom: &dom + canonical: дом + abbreviated: д + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.3 + sample_probability: 0.1 + numeric: + direction: left + dom_latin: &dom_latin + canonical: dom + abbreviated: d + sample: true + canonical_probability: 0.6 + abbreviated_probability: 0.3 + sample_probability: 0.1 + numeric: + direction: left + + alphanumeric: + default: *budynok + probability: 0.65 + alternatives: + - alternative: *budynok_latin + probability: 0.05 + - alternative: *dom + probability: 0.25 + - alternative: *dom_latin + probability: 0.05 + + # Very common in Ukranian to write bud/dom + alphanumeric_phrase_probability: 0.6 + + + +and: + default: &i + canonical: і + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.9 + alternatives: + - alternative: &i_latin + canonical: i + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.1 + + +cross_streets: + i: *i + i_latin: *i_latin + kut: &kut + canonical: кут + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + kut_latin: &kut_latin + canonical: kut + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + rozi: &rozi + canonical: розі + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + rozi_latin: &rozi_latin + canonical: rozi + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + na_rozi: &na_rozi + canonical: на розі + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + na_rozi_latin: &na_rozi_latin + canonical: na rozi + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + intersection: + default: *i + probability: 0.65 + alternatives: + - alternative: *i_latin + probability: 0.05 + - alternative: *rozi + probability: 0.075 + - alternative: *rozi_latin + probability: 0.075 + - alternative: *na_rozi + probability: 0.05 + - alternative: *na_rozi_latin + probability: 0.05 + - alternative: *kut + probability: 0.025 + - alternative: *kut_latin + probability: 0.025 + mizh: &mizh + canonical: між + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + mizh_latin: &mizh_latin + canonical: mizh + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + between: + default: *mizh + probability: 0.9 + alternatives: + - alternative: *mizh_latin + probability: 0.1 + + +levels: + poverkh: &poverkh + canonical: поверх + abbreviated: пов + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + ordinal: + direction: right + numeric_probability: 0.4 + ordinal_probability: 0.6 + poverkh_latin: &poverkh_latin + canonical: poverkh + abbreviated: pov + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.3 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + ordinal: + direction: right + numeric_probability: 0.4 + ordinal_probability: 0.6 + riven: &riven + canonical: рівень + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + ordinal: + direction: right + numeric_probability: 0.4 + ordinal_probability: 0.6 + riven_latin: &riven_latin + canonical: riven' + sample: true + canonical_probability: 0.7 + sample_probability: 0.3 + numeric: + direction: left + direction_probability: 0.9 + ordinal: + direction: right + numeric_probability: 0.4 + ordinal_probability: 0.6 + pershyy_poverkh: &pershyy_poverkh + canonical: перший поверх + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + pershyy_poverkh_latin: &pershyy_poverkh_latin + canonical: pershyy poverkh + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + nyzhniy_poverkh: &nyzhniy_poverkh + canonical: нижній поверх + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + nyzhniy_poverkh_latin: &nyzhniy_poverkh_latin + canonical: nyzhniy poverkh + sample: true + canonical_probability: 0.9 + sample_probability: 0.1 + + tsokolnyy_poverkh: &tsokolnyy_poverkh + canonical: цокольний поверх + abbreviated: цок пов + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + tsokolnyy_poverkh_latin: &tsokolnyy_poverkh_latin + canonical: tsokolʹnyy poverkh + abbreviated: tsok pov + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + pidval: &pidval + canonical: підвал + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + numeric_affix: + affix: п + direction: left + ordinal: + direction: right + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 2 + # Basement 2 == Sub-basement 1 + number_subtract_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + pidval_latin: &pidval_latin + canonical: pidval + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + direction_probability: 0.9 + numeric_affix: + affix: p + direction: left + ordinal: + direction: right + ordinal: + direction: right + number_abs_value: true + number_min_abs_value: 2 + # Basement 2 == Sub-basement 1 + number_subtract_abs_value: 1 + standalone_probability: 0.985 + numeric_probability: 0.005 + numeric_affix_probability: 0.005 + ordinal_probability: 0.005 + + aliases: + "<-1": + default: *pidval + probability: 0.9 + alternatives: + - alternative: *pidval_latin + probability: 0.1 + "-1": &ground_floor + default: *tsokolnyy_poverkh + probability: 0.89 + alternatives: + - alternative: *tsokolnyy_poverkh_latin + probability: 0.01 + - alternative: *poverkh + probability: 0.09 + - alternative: *poverkh_latin + probability: 0.01 + "0": + default: *pershyy_poverkh + probability: 0.6 + alternatives: + - alternative: *pershyy_poverkh_latin + probability: 0.05 + - alternative: *nyzhniy_poverkh + probability: 0.2 + - alternative: *nyzhniy_poverkh_latin + probability: 0.05 + - alternative: *tsokolnyy_poverkh + probability: 0.075 + - alternative: *tsokolnyy_poverkh_latin + probability: 0.025 + numbering_starts_at: 0 + + alphanumeric: + default: *poverkh + probability: 0.8 + alternatives: + - alternative: *poverkh_latin + probability: 0.1 + - alternative: *riven + probability: 0.09 + - alternative: *riven_latin + probability: 0.01 + numeric_probability: 0.99 # With this probability, pick an integer + alpha_probability: 0.0098 # With this probability, pick a letter e.g. A + numeric_plus_alpha_probability: 0.0001 # e.g. 2A + alpha_plus_numeric_probability: 0.0001 # e.g. A2 + + +blocks: + alphanumeric: + default: &blok + canonical: блок + abbreviated: бл + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + probability: 0.95 + alternatives: + - alternative: &blok_latin + canonical: blok + abbreviated: bl + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + probability: 0.05 + +categories: + near: + default: + canonical: поруч + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.59 + alternatives: + - alternative: + canonical: poruch + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: поблизу + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.19 + - alternative: + canonical: poblyzu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: близько + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.04 + - alternative: + canonical: blyzʹko + sample: true + canonical_probability: 0.6 + sample_probability: 0.4 + probability: 0.01 + - alternative: + canonical: у + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.04 + - alternative: + canonical: u + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: біля + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.04 + - alternative: + canonical: bilye + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: поруч з + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.04 + - alternative: + canonical: poruch z + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + + nearby: + default: + canonical: поблизу + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.64 + alternatives: + - alternative: + canonical: poblyzu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: поруч тут + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.19 + - alternative: + canonical: poruch tut + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: тут + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.09 + - alternative: + canonical: tut + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + - alternative: + canonical: поруч + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.04 + - alternative: + canonical: poruch + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + near_me: + default: + canonical: поруч з мною + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.99 + alternatives: + - alternative: + canonical: poruch z mnoyu + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + probability: 0.01 + in: + default: + canonical: в + probability: 0.99 + alternatives: + - alternative: + canonical: v + probability: 0.01 + + # Probabilities of each phrase + near_probability: 0.35 + nearby_probability: 0.2 + near_me_probability: 0.1 + in_probability: 0.35 + +directions: + pravo: &pravo + canonical: право + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + pravo_latin: &pravo_latin + canonical: pravo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + livo: &livo + canonical: ліво + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + livo_latin: &livo_latin + canonical: livo + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: right + alternatives: + - alternative: *pravo + probability: 0.49 + - alternative: *pravo_latin + probability: 0.01 + - alternative: *livo + probability: 0.49 + - alternative: *livo_latin + probability: 0.01 + + + +cardinal_directions: + shkid: &shkid + canonical: схід + abbreviated: с + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: с + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + shkid_latin: &shkid_latin + canonical: shkid + abbreviated: s + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + numeric_affix: + affix: s + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + zakhid: &zakhid + canonical: захід + abbreviated: з + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + + zakhid_latin: &zakhid_latin + canonical: zakhid + abbreviated: z + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + + pivnikh: &pivnikh + canonical: північ + abbreviated: півн + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + + pivnikh_latin: &pivnikh_latin + canonical: pivnikh + abbreviated: pivn + canonical_probability: 0.95 + abbreviated_probability: 0.05 + numeric: + direction: right + + pivden: &pivden + canonical: південь + abbreviated: півд + sample: true + canonical_probability: 0.75 + abbreviated_probability: 0.1 + sample_probability: 0.15 + numeric: + direction: right + numeric_affix: + affix: Ю + direction: right + numeric_probability: 0.5 + numeric_affix_probability: 0.5 + + pivden_latin: &pivden_latin + canonical: pivden' + abbreviated: pivd + sample: true + canonical_probability: 0.55 + abbreviated_probability: 0.1 + sample_probability: 0.35 + numeric: + direction: right + + alternatives: + - alternative: *pivnikh + probability: 0.24 + - alternative: *pivnikh_latin + probability: 0.01 + - alternative: *shkid + probability: 0.24 + - alternative: *shkid_latin + probability: 0.01 + - alternative: *pivden + probability: 0.24 + - alternative: *pivden_latin + probability: 0.01 + - alternative: *zakhid + probability: 0.24 + - alternative: *zakhid_latin + probability: 0.01 + +entrances: + vkhid: &vkhid + canonical: вхід + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + vkhod_latin: &vkhid_latin + canonical: vkhid + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + # вход 1, вход A, etc. + alphanumeric: + default: *vkhid + probability: 0.99 + alternatives: + - alternative: *vkhid_latin + probability: 0.01 + numeric_probability: 0.1 # e.g. Vkhid 1 + alpha_probability: 0.85 # e.g. Vkhid A + numeric_plus_alpha_probability: 0.025 # e.g. 1A + alpha_plus_numeric_probability: 0.025 # e.g. A1 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + +staircases: + skhody: &skhody + canonical: сходи + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + skhody_latin: &skhody_latin + canonical: skhody + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + numeric: + direction: left + + alphanumeric: &staircase_alphanumeric + default: *skhody + probability: 0.99 + alternatives: + - alternative: *skhody_latin + probability: 0.01 + numeric_probability: 0.75 + alpha_probability: 0.2 + numeric_plus_alpha_probability: 0.025 + alpha_plus_numeric_probability: 0.025 + + alpha_plus_numeric: + whitespace_probability: 0.1 + + numeric_plus_alpha: + whitespace_probability: 0.1 + + directional: + direction: left + direction_probability: 0.85 + modifier: + alternatives: + - alternative: *pivnikh + - alternative: *shkid + - alternative: *pivden + - alternative: *zakhid + +po_boxes: + abonementnykh_skrynka: &abonementnykh_skrynka + canonical: абонементна скринька + abbreviated: а/с + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.4 + sample_probability: 0.2 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + abonementnykh_skrynka_latin: &abonementnykh_skrynka_latin + canonical: abonementnykh skrynʹka + abbreviated: a/s + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.1 + sample_probability: 0.5 + numeric: + direction: left + add_number_phrase: true + add_number_phrase_probability: 0.2 + + alphanumeric: + default: *abonementnykh_skrynka + probability: 0.99 + alternatives: + - alternative: *abonementnykh_skrynka_latin + probability: 0.01 + numeric_probability: 0.9 # 123 + alpha_probability: 0.05 # А + numeric_plus_alpha_probability: 0.04 # 123А + alpha_plus_numeric_probability: 0.01 # А123 + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +units: + kvartyra: &kvartyra + canonical: квартира + abbreviated: кв + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + kvartyra_latin: &kvartyra_latin + canonical: kvartyra + abbreviated: kv + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.6 + sample_probability: 0.1 + numeric: + direction: left + + kabinet: &kabinet + canonical: кабінет + abbreviated: каб + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + kabinet_latin: &kabinet_latin + canonical: kabinet + abbreviated: kab + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + kimnata: &kimnata + canonical: кімната + abbreviated: км + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + kimnata_latin: &kimnata_latin + canonical: kimnata + abbreviated: km + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + + litera: &litera + canonical: літера + abbreviated: літ + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + litera_latin: &litera_latin + canonical: litera + abbreviated: lit + sample: true + canonical_probability: 0.3 + abbreviated_probability: 0.4 + sample_probability: 0.3 + numeric: + direction: left + + ofis: &ofis + canonical: офіс + abbreviated: оф + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + numeric: + direction: left + ofis_latin: &ofis_latin + canonical: ofis + abbreviated: of + sample: true + canonical_probability: 0.4 + abbreviated_probability: 0.5 + sample_probability: 0.1 + numeric: + direction: left + + alphanumeric: &unit_alphanumeric + default: *kvartyra + probability: 0.89 + alternatives: + - alternative: *kvartyra + probability: 0.01 + - alternative: *kimnata + probability: 0.09 + - alternative: *kimnata_latin + probability: 0.01 + + numeric_probability: 0.9 # e.g. кв 1 + numeric_plus_alpha_probability: 0.03 # e.g. 1А + alpha_plus_numeric_probability: 0.03 # e.g. AА1 + alpha_probability: 0.04 # e.g. кв А + + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + # If there are 10 floors, create unit numbers like #301 or #1032 + use_floor_probability: 0.1 + + alpha: + default: *kvartyra + probability: 0.79 + alternatives: + - alternative: *kvartyra_latin + probability: 0.01 + - alternative: *kimnata + probability: 0.09 + - alternative: *kimnata_latin + probability: 0.01 + - alternative: *litera + probability: 0.09 + - alternative: *litera_latin + probability: 0.01 + + + zones: + commercial: + default: *kabinet + probability: 0.59 + alternatives: + - alternative: *kabinet_latin + probability: 0.01 + - alternative: *ofis + probability: 0.29 + - alternative: *ofis_latin + probability: 0.01 + - alternative: *kimnata + probability: 0.09 + - alternative: *kimnata_latin + probability: 0.01 + numeric_probability: 0.95 # e.g. kabinet 1 + numeric_plus_alpha_probability: 0.01 # e.g. kabinet 1A + alpha_plus_numeric_probability: 0.01 # e.g. kab A1 + alpha_probability: 0.03 # e.g. kab A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 + + university: + default: *kimnata + probability: 0.99 + alternatives: + - alternative: *kimnata_latin + probability: 0.01 + numeric_probability: 0.95 # e.g. kimnata 1 + numeric_plus_alpha_probability: 0.01 # e.g. kimnata 1A + alpha_plus_numeric_probability: 0.01 # e.g. km A1 + alpha_probability: 0.03 # e.g. km A + alpha_plus_numeric: + whitespace_probability: 0.1 + numeric_plus_alpha: + whitespace_probability: 0.1 diff --git a/resources/addresses/zh.yaml b/resources/addresses/zh.yaml new file mode 100644 index 0000000..3e11c52 --- /dev/null +++ b/resources/addresses/zh.yaml @@ -0,0 +1,292 @@ +# zh.yaml +# ------- +# Chinese language specification (default is mainland China, Hong Kong below) + +whitespace: false + +components: + level: + null_probability: 0.85 # Probability of doing nothing if no floor number is specified + alphanumeric_probability: 0.15 + + unit: + # If no unit number is specified + null_probability: 0.6 + alphanumeric_probability: 0.4 + +numbers: + default: &hao + canonical: 号 + numeric_affix: + affix: 号 + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + probability: 0.8 + alternatives: + - alternative: &hao_traditional + canonical: 號 + numeric_affix: + affix: 號 + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + probability: 0.2 + +house_numbers: + alphanumeric: + default: *hao + probability: 0.8 + alternatives: + - alternative: *hao_traditional + probability: 0.2 + alphanumeric_phrase_probability: 0.6 + +levels: + lou: &lou + canonical: 楼 + numeric_affix: + affix: 楼 + direction: right + add_number_phrase: true + add_number_phrase_probability: 0.5 + digits: + ascii_probability: 0.6 + unicode_full_width_probability: 0.1 + spellout_probability: 0.3 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + lou_traditional: &lou_traditional + canonical: 樓 + numeric_affix: + affix: 樓 + direction: right + add_number_phrase: true + add_number_phrase_probability: 0.5 + digits: + ascii_probability: 0.6 + unicode_full_width_probability: 0.1 + spellout_probability: 0.3 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + ceng: &ceng + canonical: 层 + numeric_affix: + affix: 层 + direction: right + add_number_phrase: true + add_number_phrase_probability: 0.5 + digits: + ascii_probability: 0.6 + unicode_full_width_probability: 0.1 + spellout_probability: 0.3 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + ceng_traditional: &ceng_traditional + canonical: 層 + numeric_affix: + affix: 層 + direction: right + add_number_phrase: true + add_number_phrase_probability: 0.5 + digits: + ascii_probability: 0.6 + unicode_full_width_probability: 0.1 + spellout_probability: 0.3 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + + numbering_starts_at: 1 + + alphanumeric: + default: *lou + probability: 0.85 + alternatives: + - alternative: *lou_traditional + probability: 0.05 + - alternative: *ceng + probability: 0.08 + - alternative: *ceng_traditional + probability: 0.02 + numeric_probability: 1.0 + +po_boxes: + youzheng_xinxiang: &youzheng_xinxiang + canonical: 邮政信箱 + numeric_affix: + affix: 邮政信箱 + direction: left + digits: + ascii_probability: 0.3 + unicode_full_width_probability: 0.5 + spellout_probability: 0.2 + use_number_phrase: true + use_number_phrase_probability: 0.8 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + youzheng_xinxiang_traditional: &youzheng_xinxiang_traditional + canonical: 郵政信箱 + numeric_affix: + affix: 郵政信箱 + direction: left + digits: + ascii_probability: 0.3 + unicode_full_width_probability: 0.5 + spellout_probability: 0.2 + use_number_phrase: true + use_number_phrase_probability: 0.8 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + + + alphanumeric: + default: *youzheng_xinxiang + probability: 0.9 + alternatives: + - alternative: *youzheng_xinxiang_traditional + probability: 0.1 + numeric_probability: 1.0 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +postcodes: + alphanumeric: + default: &youbian + canonical: 邮编 + numeric_affix: + affix: 邮编 + direction: left + # null_probability means the chance of doing nothing e.g. just the postal code + null_probability: 0.9 + numeric_probability: 0.0 + numeric_affix_probability: 0.1 + probability: 0.9 + alternatives: + - alternative: &youbian_traditional + canonical: 郵編 + numeric_affix: + affix: 郵編 + direction: left + # null_probability means the chance of doing nothing e.g. just the postal code + null_probability: 0.9 + numeric_probability: 0.0 + numeric_affix_probability: 0.1 + probability: 0.1 + +units: + shi: &shi + canonical: 室 + numeric_affix: + affix: 室 + direction: right + add_number_phrase: true + add_number_phrase_probability: 0.5 + digits: + ascii_probability: 0.6 + unicode_full_width_probability: 0.1 + spellout_probability: 0.3 + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + + alphanumeric: + default: *shi + numeric_probability: 1.0 + use_positive_numbers_probability: 1.0 + # If we have a floor number (from building:levels), use it + use_floor_probability: 0.8 + + +countries: + # Hong Kong + hk: + components: + # Floor number a little more common in Hong Kong than mainland China + level: + null_probability: 0.75 + alphanumeric_probability: 0.25 + + numbers: &numbers_prefer_traditional + default: *hao_traditional + probability: 0.7 + alternatives: + - alternative: *hao + probability: 0.3 + + house_numbers: &house_number_prefer_traditional + alphanumeric: + default: *hao_traditional + probability: 0.7 + alternatives: + - alternative: *hao + probability: 0.3 + alphanumeric_phrase_probability: 0.6 + + levels: &levels_prefer_traditional + alphanumeric: + default: *lou_traditional + probability: 0.75 + alternatives: + - alternative: *lou + probability: 0.15 + - alternative: *ceng_traditional + probability: 0.06 + - alternative: *ceng + probability: 0.04 + numeric_probability: 1.0 + + po_boxes: &po_boxes_prefer_traditional + alphanumeric: + default: *youzheng_xinxiang_traditional + probability: 0.75 + alternatives: + - alternative: *youzheng_xinxiang + probability: 0.25 + numeric_probability: 1.0 + + + postcodes: &postcodes_prefer_traditional + alphanumeric: + default: *youbian_traditional + probability: 0.75 + alternatives: + - alternative: *youbian + probability: 0.25 + + # Macau + mo: + numbers: *numbers_prefer_traditional + house_numbers: *house_number_prefer_traditional + levels: *levels_prefer_traditional + po_boxes: *po_boxes_prefer_traditional + postcodes: *postcodes_prefer_traditional + + units: + alphanumeric_probability: + numeric_probability: 0.9 + alpha_probability: 0.1 + + + # Taiwan + tw: + numbers: *numbers_prefer_traditional + house_numbers: *house_number_prefer_traditional + levels: *levels_prefer_traditional + po_boxes: *po_boxes_prefer_traditional + postcodes: *postcodes_prefer_traditional + + units: + alphanumeric_probability: + numeric_probability: 0.9 + alpha_probability: 0.1 \ No newline at end of file diff --git a/resources/addresses/zh_pinyin.yaml b/resources/addresses/zh_pinyin.yaml new file mode 100644 index 0000000..69fa46e --- /dev/null +++ b/resources/addresses/zh_pinyin.yaml @@ -0,0 +1,153 @@ +# zh_pinyin.yaml +# -------------- +# Chinese (Pinyin) + +whitespace: false + +components: + level: + null_probability: 0.85 # Probability of doing nothing if no floor number is specified + alphanumeric_probability: 0.15 + + unit: + # If no unit number is specified + null_probability: 0.6 + alphanumeric_probability: 0.4 + +numbers: + default: &hao + canonical: hao + numeric_affix: + affix: -hao + upper_case: false + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + +house_numbers: + alphanumeric: + default: *hao + alphanumeric_phrase_probability: 0.6 + +levels: + lou: &lou + canonical: lóu + numeric_affix: + affix: -lóu + upper_case: false + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + lou_no_accent: &lou_no_accent + canonical: lou + numeric_affix: + affix: -lou + upper_case: false + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + ceng: &ceng + canonical: céng + numeric_affix: + affix: -céng + upper_case: false + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + ceng_no_accent: &ceng_no_accent + canonical: ceng + numeric_affix: + affix: -ceng + upper_case: false + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + + numbering_starts_at: 1 + + alphanumeric: + default: *lou + probability: 0.85 + alternatives: + - alternative: *lou_no_accent + probability: 0.05 + - alternative: *ceng + probability: 0.08 + - alternative: *ceng_no_accent + probability: 0.02 + numeric_probability: 1.0 + +po_boxes: + youzheng_xinxiang: &youzheng_xinxiang + canonical: youzheng xinxiang + numeric: + direction: left + numeric_probability: 1.0 + + alphanumeric: + default: *youzheng_xinxiang + numeric_probability: 1.0 + + digits: + - length: 1 + probability: 0.05 + - length: 2 + probability: 0.1 + - length: 3 + probability: 0.2 + - length: 4 + probability: 0.5 + - length: 5 + probability: 0.1 + - length: 6 + probability: 0.05 + +postcodes: + alphanumeric: + default: &youbian + canonical: yóubiān + numeric: + direction: left + # null_probability means the chance of doing nothing e.g. just the postal code + null_probability: 0.9 + numeric_probability: 0.1 + probability: 0.9 + alternatives: + - alternative: &youbian_no_accent + canonical: youbian + numeric: + direction: left + # null_probability means the chance of doing nothing e.g. just the postal code + null_probability: 0.9 + numeric_probability: 0.1 + probability: 0.1 + +units: + shi: &shi + canonical: shì + numeric_affix: + affix: -shì + upper_case: false + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + + shi_no_accent: &shi_no_accent + canonical: shi + numeric_affix: + affix: -shi + upper_case: false + direction: right + numeric_probability: 0.0 + numeric_affix_probability: 1.0 + + alphanumeric: + default: *shi + probability: 0.8 + alternatives: + - alternative: *shi_no_accent + probability: 0.2 + numeric_probability: 1.0 + use_positive_numbers_probability: 1.0 + # If we have a floor number (from building:levels), use it + use_floor_probability: 0.8 diff --git a/resources/boundaries/geonames/ad.yaml b/resources/boundaries/geonames/ad.yaml new file mode 100644 index 0000000..d8e9db0 --- /dev/null +++ b/resources/boundaries/geonames/ad.yaml @@ -0,0 +1,2 @@ +admin_codes: + admin1: state \ No newline at end of file diff --git a/resources/boundaries/geonames/ar.yaml b/resources/boundaries/geonames/ar.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/ar.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/at.yaml b/resources/boundaries/geonames/at.yaml new file mode 100644 index 0000000..f864424 --- /dev/null +++ b/resources/boundaries/geonames/at.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + # admin2 is a mix of state_district and city, need to list specifically \ No newline at end of file diff --git a/resources/boundaries/geonames/au.yaml b/resources/boundaries/geonames/au.yaml new file mode 100644 index 0000000..f864424 --- /dev/null +++ b/resources/boundaries/geonames/au.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + # admin2 is a mix of state_district and city, need to list specifically \ No newline at end of file diff --git a/resources/boundaries/geonames/ax.yaml b/resources/boundaries/geonames/ax.yaml new file mode 100644 index 0000000..552cbc6 --- /dev/null +++ b/resources/boundaries/geonames/ax.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: city \ No newline at end of file diff --git a/resources/boundaries/geonames/bd.yaml b/resources/boundaries/geonames/bd.yaml new file mode 100644 index 0000000..cdb1a6b --- /dev/null +++ b/resources/boundaries/geonames/bd.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + # unclear what admin2 is, maybe city \ No newline at end of file diff --git a/resources/boundaries/geonames/be.yaml b/resources/boundaries/geonames/be.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/be.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/bg.yaml b/resources/boundaries/geonames/bg.yaml new file mode 100644 index 0000000..552cbc6 --- /dev/null +++ b/resources/boundaries/geonames/bg.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: city \ No newline at end of file diff --git a/resources/boundaries/geonames/br.yaml b/resources/boundaries/geonames/br.yaml new file mode 100644 index 0000000..552cbc6 --- /dev/null +++ b/resources/boundaries/geonames/br.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: city \ No newline at end of file diff --git a/resources/boundaries/geonames/ca.yaml b/resources/boundaries/geonames/ca.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/ca.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/ch.yaml b/resources/boundaries/geonames/ch.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/ch.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/cz.yaml b/resources/boundaries/geonames/cz.yaml new file mode 100644 index 0000000..2ff55df --- /dev/null +++ b/resources/boundaries/geonames/cz.yaml @@ -0,0 +1,4 @@ +admin_codes: + # The GeoNames admin1 boundaries are admin_level=5 or 6 in OSM + # However, they do appear to be states, might need to update Czech OSM config + admin1: state_district diff --git a/resources/boundaries/geonames/de.yaml b/resources/boundaries/geonames/de.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/de.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/dk.yaml b/resources/boundaries/geonames/dk.yaml new file mode 100644 index 0000000..a9c7e37 --- /dev/null +++ b/resources/boundaries/geonames/dk.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + # admin2 is a mix of city and island, need to list specifically \ No newline at end of file diff --git a/resources/boundaries/geonames/do.yaml b/resources/boundaries/geonames/do.yaml new file mode 100644 index 0000000..552cbc6 --- /dev/null +++ b/resources/boundaries/geonames/do.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: city \ No newline at end of file diff --git a/resources/boundaries/geonames/dz.yaml b/resources/boundaries/geonames/dz.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/dz.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/es.yaml b/resources/boundaries/geonames/es.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/es.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/fi.yaml b/resources/boundaries/geonames/fi.yaml new file mode 100644 index 0000000..2760e8a --- /dev/null +++ b/resources/boundaries/geonames/fi.yaml @@ -0,0 +1,5 @@ +admin_codes: + # The GeoNames admin1 boundaries are admin_level=6 in OSM + # However, they do appear to be states, might need to update Finnish OSM config + admin1: state_district + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/fo.yaml b/resources/boundaries/geonames/fo.yaml new file mode 100644 index 0000000..552cbc6 --- /dev/null +++ b/resources/boundaries/geonames/fo.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: city \ No newline at end of file diff --git a/resources/boundaries/geonames/fr.yaml b/resources/boundaries/geonames/fr.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/fr.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/gb.yaml b/resources/boundaries/geonames/gb.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/gb.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/gt.yaml b/resources/boundaries/geonames/gt.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/gt.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/gu.yaml b/resources/boundaries/geonames/gu.yaml new file mode 100644 index 0000000..1b1995b --- /dev/null +++ b/resources/boundaries/geonames/gu.yaml @@ -0,0 +1,2 @@ +admin_codes: + admin1: city \ No newline at end of file diff --git a/resources/boundaries/geonames/hr.yaml b/resources/boundaries/geonames/hr.yaml new file mode 100644 index 0000000..3c263ba --- /dev/null +++ b/resources/boundaries/geonames/hr.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + # admin2 is a mix of city and city_district, need to list specifically \ No newline at end of file diff --git a/resources/boundaries/geonames/hu.yaml b/resources/boundaries/geonames/hu.yaml new file mode 100644 index 0000000..115ed12 --- /dev/null +++ b/resources/boundaries/geonames/hu.yaml @@ -0,0 +1,4 @@ +admin_codes: + # The GeoNames admin1 boundaries are admin_level=6 in OSM + # However, they do appear to be states, might need to update Hungary OSM config + admin1: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/ie.yaml b/resources/boundaries/geonames/ie.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/ie.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/im.yaml b/resources/boundaries/geonames/im.yaml new file mode 100644 index 0000000..1b1995b --- /dev/null +++ b/resources/boundaries/geonames/im.yaml @@ -0,0 +1,2 @@ +admin_codes: + admin1: city \ No newline at end of file diff --git a/resources/boundaries/geonames/in.yaml b/resources/boundaries/geonames/in.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/in.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/is.yaml b/resources/boundaries/geonames/is.yaml new file mode 100644 index 0000000..552cbc6 --- /dev/null +++ b/resources/boundaries/geonames/is.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: city \ No newline at end of file diff --git a/resources/boundaries/geonames/it.yaml b/resources/boundaries/geonames/it.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/it.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/je.yaml b/resources/boundaries/geonames/je.yaml new file mode 100644 index 0000000..d8e9db0 --- /dev/null +++ b/resources/boundaries/geonames/je.yaml @@ -0,0 +1,2 @@ +admin_codes: + admin1: state \ No newline at end of file diff --git a/resources/boundaries/geonames/jp.yaml b/resources/boundaries/geonames/jp.yaml new file mode 100644 index 0000000..f864424 --- /dev/null +++ b/resources/boundaries/geonames/jp.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + # admin2 is a mix of state_district and city, need to list specifically \ No newline at end of file diff --git a/resources/boundaries/geonames/li.yaml b/resources/boundaries/geonames/li.yaml new file mode 100644 index 0000000..1b1995b --- /dev/null +++ b/resources/boundaries/geonames/li.yaml @@ -0,0 +1,2 @@ +admin_codes: + admin1: city \ No newline at end of file diff --git a/resources/boundaries/geonames/lk.yaml b/resources/boundaries/geonames/lk.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/lk.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/lt.yaml b/resources/boundaries/geonames/lt.yaml new file mode 100644 index 0000000..f864424 --- /dev/null +++ b/resources/boundaries/geonames/lt.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + # admin2 is a mix of state_district and city, need to list specifically \ No newline at end of file diff --git a/resources/boundaries/geonames/lu.yaml b/resources/boundaries/geonames/lu.yaml new file mode 100644 index 0000000..5e51e03 --- /dev/null +++ b/resources/boundaries/geonames/lu.yaml @@ -0,0 +1,4 @@ +admin_codes: + # The admin1 names don't appear to exist in OSM, but would be states otherwise + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/md.yaml b/resources/boundaries/geonames/md.yaml new file mode 100644 index 0000000..8452ff4 --- /dev/null +++ b/resources/boundaries/geonames/md.yaml @@ -0,0 +1,2 @@ +admin_codes: + admin1: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/mp.yaml b/resources/boundaries/geonames/mp.yaml new file mode 100644 index 0000000..8452ff4 --- /dev/null +++ b/resources/boundaries/geonames/mp.yaml @@ -0,0 +1,2 @@ +admin_codes: + admin1: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/mt.yaml b/resources/boundaries/geonames/mt.yaml new file mode 100644 index 0000000..1b1995b --- /dev/null +++ b/resources/boundaries/geonames/mt.yaml @@ -0,0 +1,2 @@ +admin_codes: + admin1: city \ No newline at end of file diff --git a/resources/boundaries/geonames/mx.yaml b/resources/boundaries/geonames/mx.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/mx.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/my.yaml b/resources/boundaries/geonames/my.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/my.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/nl.yaml b/resources/boundaries/geonames/nl.yaml new file mode 100644 index 0000000..552cbc6 --- /dev/null +++ b/resources/boundaries/geonames/nl.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: city \ No newline at end of file diff --git a/resources/boundaries/geonames/no.yaml b/resources/boundaries/geonames/no.yaml new file mode 100644 index 0000000..552cbc6 --- /dev/null +++ b/resources/boundaries/geonames/no.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: city \ No newline at end of file diff --git a/resources/boundaries/geonames/nz.yaml b/resources/boundaries/geonames/nz.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/nz.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/ph.yaml b/resources/boundaries/geonames/ph.yaml new file mode 100644 index 0000000..af117b3 --- /dev/null +++ b/resources/boundaries/geonames/ph.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: country_region + # admin2 is a mix of state_district and city, need to list specifically \ No newline at end of file diff --git a/resources/boundaries/geonames/pk.yaml b/resources/boundaries/geonames/pk.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/pk.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/pl.yaml b/resources/boundaries/geonames/pl.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/pl.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/pr.yaml b/resources/boundaries/geonames/pr.yaml new file mode 100644 index 0000000..29de257 --- /dev/null +++ b/resources/boundaries/geonames/pr.yaml @@ -0,0 +1,6 @@ +admin_codes: + admin1: state_district + # The notion of a "barrio" in the official sense in PR is not quite a + # municipality, and has no current official purpose, but might be useful + # to have the name + "barrio" version available in libpostal + admin2: city \ No newline at end of file diff --git a/resources/boundaries/geonames/pt.yaml b/resources/boundaries/geonames/pt.yaml new file mode 100644 index 0000000..03cbb86 --- /dev/null +++ b/resources/boundaries/geonames/pt.yaml @@ -0,0 +1,8 @@ +admin_codes: + admin1: state_district + admin2: city + +overrides: + id: + "2593105": "state" # Madeira + "3411865": "state" # Azores \ No newline at end of file diff --git a/resources/boundaries/geonames/ro.yaml b/resources/boundaries/geonames/ro.yaml new file mode 100644 index 0000000..d614b9c --- /dev/null +++ b/resources/boundaries/geonames/ro.yaml @@ -0,0 +1,4 @@ +admin_codes: + admin1: state + # These are mostly admin_level=6, which maps to city in OSM + admin2: city \ No newline at end of file diff --git a/resources/boundaries/geonames/ru.yaml b/resources/boundaries/geonames/ru.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/ru.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/se.yaml b/resources/boundaries/geonames/se.yaml new file mode 100644 index 0000000..552cbc6 --- /dev/null +++ b/resources/boundaries/geonames/se.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: city \ No newline at end of file diff --git a/resources/boundaries/geonames/si.yaml b/resources/boundaries/geonames/si.yaml new file mode 100644 index 0000000..f54ba88 --- /dev/null +++ b/resources/boundaries/geonames/si.yaml @@ -0,0 +1,22 @@ +admin_codes: + admin1: city + +overrides: + id: + # Districts of Ljubljana (suburbs in OSM) + "3196350": "suburb" # Opština Ljubljana-Vič-Rudnik + "3196352": "suburb" # Opština [historical] Ljubljana-Šiška + "3196355": "suburb" # Opština Ljubljana-Moste-Polje + "3196356": "suburb" # Opština Ljubljana-Center + "3196357": "suburb" # Opčina Ljubljana-Bežigrad + "9794374": "suburb" # Črnuče District + "9794375": "suburb" # Dravlje District + "9794376": "suburb" # Golovec District + "9794377": "suburb" # Jarše District + "9794378": "suburb" # Posavje District + "9794379": "suburb" # Rožnik District + "9794380": "suburb" # Sostro District + "9794381": "suburb" # Šentvid District + "9794382": "suburb" # Šmarna Gora District + "9794384": "suburb" # Trnovo District + "9794386": "suburb" # Vič District \ No newline at end of file diff --git a/resources/boundaries/geonames/sk.yaml b/resources/boundaries/geonames/sk.yaml new file mode 100644 index 0000000..94e6c50 --- /dev/null +++ b/resources/boundaries/geonames/sk.yaml @@ -0,0 +1,17 @@ +admin_codes: + admin1: state + # admin2 is a mix of state_district and city, need to list specifically + admin2: state_district +overrides: + id: + # Districts of Bratislava + "8986283": "city_district" # Okres Bratislava I + "8986339": "city_district" # Okres Bratislava II + "8986340": "city_district" # Okres Bratislava III + "8986341": "city_district" # Okres Bratislava IV + "8986342": "city_district" # Okres Bratislava V + # Districts of Košice + "8986335": "city_district" # Košice I + "8986336": "city_district" # Košice II + "8986337": "city_district" # Košice III + "8986338": "city_district" # Košice IV \ No newline at end of file diff --git a/resources/boundaries/geonames/sm.yaml b/resources/boundaries/geonames/sm.yaml new file mode 100644 index 0000000..1b1995b --- /dev/null +++ b/resources/boundaries/geonames/sm.yaml @@ -0,0 +1,2 @@ +admin_codes: + admin1: city \ No newline at end of file diff --git a/resources/boundaries/geonames/th.yaml b/resources/boundaries/geonames/th.yaml new file mode 100644 index 0000000..18adfdc --- /dev/null +++ b/resources/boundaries/geonames/th.yaml @@ -0,0 +1,8 @@ +admin_codes: + admin1: state + +overrides: + id: + # Bangkok the state is treated as a city + # Note: we do this in OSM to get the boundary, so duplicate in GeoNames + "1609348": "city" \ No newline at end of file diff --git a/resources/boundaries/geonames/tr.yaml b/resources/boundaries/geonames/tr.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/tr.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/geonames/us.yaml b/resources/boundaries/geonames/us.yaml new file mode 100644 index 0000000..5f3b8ff --- /dev/null +++ b/resources/boundaries/geonames/us.yaml @@ -0,0 +1,16 @@ +admin_codes: + admin1: state + admin2: state_district + +overrides: + id: + # Manhattan (Island) + "8479493": "city_district" + # Brooklyn + "5110300": "city_district" + # Bronx + "5110266": "city_district" + # Queens + "5133266": "city_district" + # Staten Island + "5139568": "city_district" diff --git a/resources/boundaries/geonames/yt.yaml b/resources/boundaries/geonames/yt.yaml new file mode 100644 index 0000000..1b1995b --- /dev/null +++ b/resources/boundaries/geonames/yt.yaml @@ -0,0 +1,2 @@ +admin_codes: + admin1: city \ No newline at end of file diff --git a/resources/boundaries/geonames/za.yaml b/resources/boundaries/geonames/za.yaml new file mode 100644 index 0000000..667ba3c --- /dev/null +++ b/resources/boundaries/geonames/za.yaml @@ -0,0 +1,3 @@ +admin_codes: + admin1: state + admin2: state_district \ No newline at end of file diff --git a/resources/boundaries/names/global.yaml b/resources/boundaries/names/global.yaml new file mode 100644 index 0000000..ba113e2 --- /dev/null +++ b/resources/boundaries/names/global.yaml @@ -0,0 +1,120 @@ +names: + keys: + default: name + probability: 0.75 + alternatives: + - alternative: short_name # e.g. NYC + probability: 0.12 + - alternative: alt_name # e.g. New York (instead of New York City) + probability: 0.12 + - alternative: official_name # e.g. United Kingdom of Great Britain and Northern Ireland + probability: 0.01 + + components: + country: + keys: + default: name + probability: 0.87 + alternatives: + - alternative: ISO3166-1:alpha2 + probability: 0.02 + - alternative: ISO3166-1:alpha3 + probability: 0.01 + - alternative: short_name + probability: 0.04 + - alternative: alt_name + probability: 0.04 + - alternative: int_name + probability: 0.01 + - alternative: official_name # e.g. United Kingdom of Great Britain and Northern Ireland + probability: 0.01 + + regex_replacements: + - country: fr + pattern: "(?:lyon|paris|marseilles?) ([\\d]+(?:e|er|ème|eme) arrondissement)" + replace_with_group: 1 + replace_probability: 0.5 + + prefixes: + language: + ru: + city: + default: + prefix: г. + probability: 0.35 + alternatives: + - alternative: + prefix: г + probability: 0.1 + - alternative: + prefix: город + probability: 0.05 + + # This section overrides place names + exceptions: + # Boroughs of New York City + - id: 2552485 # New York County (don't use Manhattan) + type: relation + default: name # New York County + probability: 1.0 + - id: 369518 # Kings County (don't use Brooklyn) + type: relation + default: name # Kings County + probability: 1.0 + - id: 369519 # Queens County (don't use Queens) + type: relation + default: name # Queens County + probability: 1.0 + - id: 2552450 # Bronx County (don't use The Bronx) + type: relation + default: name # Bronx County + probability: 1.0 + - id: 962876 # Richmond County (don't use Staten Island) + type: relation + default: name # Richmond County + probability: 1.0 + - id: 6577227 # Kingston Parish (always use Kingston) + type: relation + default: name # Kingston + probability: 1.0 + - id: 30674098 # Sao Paulo + type: node + default: name + probability: 0.9 + alternatives: + - alternative: alt_name + probability: 0.09 + - alternative: official_name + probability: 0.01 + - id: 298285 # Sao Paulo (relation) + type: relation + default: name + probability: 0.9 + alternatives: + - alternative: alt_name + probability: 0.09 + - alternative: official_name + probability: 0.01 + - id: 556706 # New Zealand + type: relation + default: name:en + probability: 0.77 + alternatives: + - alternative: name + probability: 0.1 + - alternative: ISO3166-1:alpha2 + probability: 0.02 + - alternative: ISO3166-1:alpha3 + probability: 0.01 + - alternative: short_name + probability: 0.04 + - alternative: alt_name + probability: 0.04 + - alternative: int_name + probability: 0.01 + - alternative: official_name + probability: 0.01 + - id: 2383266 # Melbourne (city center) + type: relation + default: alt_name # Melbourne + probability: 1.0 diff --git a/resources/boundaries/names/languages/de.yaml b/resources/boundaries/names/languages/de.yaml new file mode 100644 index 0000000..93d3a1a --- /dev/null +++ b/resources/boundaries/names/languages/de.yaml @@ -0,0 +1,11 @@ +# Prefixes which can be stripped to normalize a place name +prefixes: + - stadtteil + - stadtbezirk + - gemeinde + - landkreis + - kreis + - grenze + - freistaat + - regierungsbezirk + - gemeindefreies gebiet \ No newline at end of file diff --git a/resources/boundaries/names/languages/en.yaml b/resources/boundaries/names/languages/en.yaml new file mode 100644 index 0000000..ad0df32 --- /dev/null +++ b/resources/boundaries/names/languages/en.yaml @@ -0,0 +1,66 @@ +# Prefixes which can be stripped to normalize a place name +# Note these will be stripped off the front at random, not every time +prefixes: + - city of + - city and borough of + - city and county of + - township of + - town of + - regional municipality of + - district municipality of + - rural city of + - municipality of + - borough of + - london borough of + - royal borough of + - shire of + - parish of + - free state of + - autonomous city of + - territorial waters of + - county of + - county + +# Suffixes which can be stripped to normalize a place name +suffixes: + - township + - municipality + - local municipality + - metropolitan municipality + - district municipality + - regional municipality + - cp + - civil parish + - community development council + - cdc + - council + - borough council + - city council + - regional council + +countries: + au: + prefixes: + - district of + + gb: + prefixes: + - district of + + suffixes: + - city + + ie: + suffixes: + - city + - municipal district + + in: + prefixes: + - district of + + nz: + prefixes: + - district of + suffixes: + - city diff --git a/resources/boundaries/names/languages/es.yaml b/resources/boundaries/names/languages/es.yaml new file mode 100644 index 0000000..c12488f --- /dev/null +++ b/resources/boundaries/names/languages/es.yaml @@ -0,0 +1,10 @@ +prefixes: + # Note: "ciudad de" should not be included as it's part of proper names + - colonia + - municipio nuestra senora de + +prefixes_similarity_only: + - ciudad de + +suffixes: + - colonia \ No newline at end of file diff --git a/resources/boundaries/names/languages/fr.yaml b/resources/boundaries/names/languages/fr.yaml new file mode 100644 index 0000000..344a910 --- /dev/null +++ b/resources/boundaries/names/languages/fr.yaml @@ -0,0 +1,5 @@ +prefixes: + - commune de + +suffixes: + - (eaux territoriales) \ No newline at end of file diff --git a/resources/boundaries/names/languages/ja.yaml b/resources/boundaries/names/languages/ja.yaml new file mode 100644 index 0000000..641aa9d --- /dev/null +++ b/resources/boundaries/names/languages/ja.yaml @@ -0,0 +1,37 @@ +prefixes: + - ōaza + - ō-aza + - oaza + - aza + - koaza + +suffixes: + - ken + - to + - dō + - do + - fu + - gun + - shi + - machi + - chō + - cho + - mura + - ku + - aza + - oaza + - koaza + +suffixes_no_whitespace: + - 県 # ken + - 都 # to + - 道 # dō + - 府 # fu + - 郡 # gun + - 市 # shi + - 町 # machi + - 村 # mura + - 区 # ku + - 字 # aza + - 大字 # ōaza + - 小字 # koaza \ No newline at end of file diff --git a/resources/boundaries/osm/ad.yaml b/resources/boundaries/osm/ad.yaml new file mode 100644 index 0000000..d1f76e5 --- /dev/null +++ b/resources/boundaries/osm/ad.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "7": "state" + "8": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/ae.yaml b/resources/boundaries/osm/ae.yaml new file mode 100644 index 0000000..86c2541 --- /dev/null +++ b/resources/boundaries/osm/ae.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + diff --git a/resources/boundaries/osm/af.yaml b/resources/boundaries/osm/af.yaml new file mode 100644 index 0000000..dcce191 --- /dev/null +++ b/resources/boundaries/osm/af.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" \ No newline at end of file diff --git a/resources/boundaries/osm/ag.yaml b/resources/boundaries/osm/ag.yaml new file mode 100644 index 0000000..688b43c --- /dev/null +++ b/resources/boundaries/osm/ag.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" diff --git a/resources/boundaries/osm/ai.yaml b/resources/boundaries/osm/ai.yaml new file mode 100644 index 0000000..688b43c --- /dev/null +++ b/resources/boundaries/osm/ai.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" diff --git a/resources/boundaries/osm/al.yaml b/resources/boundaries/osm/al.yaml new file mode 100644 index 0000000..192bdde --- /dev/null +++ b/resources/boundaries/osm/al.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "6": "state" + "7": "city" + "8": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/am.yaml b/resources/boundaries/osm/am.yaml new file mode 100644 index 0000000..49bdc84 --- /dev/null +++ b/resources/boundaries/osm/am.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "8": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/ao.yaml b/resources/boundaries/osm/ao.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/ao.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/ar.yaml b/resources/boundaries/osm/ar.yaml new file mode 100644 index 0000000..3f7181d --- /dev/null +++ b/resources/boundaries/osm/ar.yaml @@ -0,0 +1,27 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "city" + "8": "city" + "9": "suburb" + "10": "suburb" + + overrides: + id: + relation: + # Buenos Aires (state boundary coterminous with city) + "3082668": null + contained_by: + relation: + # Buenos Aires + "1224652": + admin_level: + "5": "city_district" + "9": "suburb" + # Rosario + "3594027": + admin_level: + "9": "city_district" diff --git a/resources/boundaries/osm/as.yaml b/resources/boundaries/osm/as.yaml new file mode 100644 index 0000000..2edba86 --- /dev/null +++ b/resources/boundaries/osm/as.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "4": "country" + "6": "state_district" + "8": "city" diff --git a/resources/boundaries/osm/at.yaml b/resources/boundaries/osm/at.yaml new file mode 100644 index 0000000..37afffb --- /dev/null +++ b/resources/boundaries/osm/at.yaml @@ -0,0 +1,15 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + "9": "city_district" + "10": "suburb" + + overrides: + id: + relation: + # Vienna + "109166": "city" + diff --git a/resources/boundaries/osm/au.yaml b/resources/boundaries/osm/au.yaml new file mode 100644 index 0000000..ab922cf --- /dev/null +++ b/resources/boundaries/osm/au.yaml @@ -0,0 +1,43 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "city" + "9": "suburb" + "10": "suburb" + + overrides: + id: + relation: + # City of Sydney + "1251066": "city" + # Sydney (suburb) + "5729534": "city" + # City of Melbourne + "2404870": "city" + # Melbourne (suburb) + "2383266": "city" + # City of Adelaide + "3093825": "city" + # Adelaide (suburb) + "3114051": "city" + # City of Darwin + "5515884": "city" + # Canberra City + "5342034": "city" + # City of Wollongong + "6303077": "city" + # Wollongong (locality) + "6076763": "city" + # City of Newcastle + "6189831": "city" + # Newcastle (suburb) + "5989933": "city" + # city of Hobart + "6269038": "city" + # City of Greater Geelong + "2646730": "city" + # Geelong (suburb) + "2456176": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/aw.yaml b/resources/boundaries/osm/aw.yaml new file mode 100644 index 0000000..ea9b509 --- /dev/null +++ b/resources/boundaries/osm/aw.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "3": "country" diff --git a/resources/boundaries/osm/ax.yaml b/resources/boundaries/osm/ax.yaml new file mode 100644 index 0000000..f958c9c --- /dev/null +++ b/resources/boundaries/osm/ax.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "3": "country" + "8": "state" + diff --git a/resources/boundaries/osm/az.yaml b/resources/boundaries/osm/az.yaml new file mode 100644 index 0000000..86c2541 --- /dev/null +++ b/resources/boundaries/osm/az.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + diff --git a/resources/boundaries/osm/ba.yaml b/resources/boundaries/osm/ba.yaml new file mode 100644 index 0000000..7a61416 --- /dev/null +++ b/resources/boundaries/osm/ba.yaml @@ -0,0 +1,10 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "city" + "7": "city" + "8": "city" + "9": "city_district" + diff --git a/resources/boundaries/osm/bb.yaml b/resources/boundaries/osm/bb.yaml new file mode 100644 index 0000000..9be1a3b --- /dev/null +++ b/resources/boundaries/osm/bb.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "6": "state" \ No newline at end of file diff --git a/resources/boundaries/osm/bd.yaml b/resources/boundaries/osm/bd.yaml new file mode 100644 index 0000000..fd459da --- /dev/null +++ b/resources/boundaries/osm/bd.yaml @@ -0,0 +1,11 @@ +--- + admin_level: + "2": "country" + "3": "state" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "city" + "8": "city" + "9": "city" + diff --git a/resources/boundaries/osm/be.yaml b/resources/boundaries/osm/be.yaml new file mode 100644 index 0000000..89c8d59 --- /dev/null +++ b/resources/boundaries/osm/be.yaml @@ -0,0 +1,21 @@ +--- + admin_level: + "2": "country" + "4": "country_region" + "6": "state" + "7": "state_district" + "8": "city" + "9": "city" + + overrides: + id: + relation: + # Brussels-Capital Region + "54094": "state" + + contained_by: + relation: + # Antwerpen + "59518": + admin_level: + "9": "city_district" diff --git a/resources/boundaries/osm/bf.yaml b/resources/boundaries/osm/bf.yaml new file mode 100644 index 0000000..ecd67e8 --- /dev/null +++ b/resources/boundaries/osm/bf.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "8": "city" + "9": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/bg.yaml b/resources/boundaries/osm/bg.yaml new file mode 100644 index 0000000..73060b8 --- /dev/null +++ b/resources/boundaries/osm/bg.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "6": "state" + "7": "city" + "8": "city" + "9": "city_district" + "10": "suburb" + diff --git a/resources/boundaries/osm/bh.yaml b/resources/boundaries/osm/bh.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/bh.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/bi.yaml b/resources/boundaries/osm/bi.yaml new file mode 100644 index 0000000..dcce191 --- /dev/null +++ b/resources/boundaries/osm/bi.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" \ No newline at end of file diff --git a/resources/boundaries/osm/bj.yaml b/resources/boundaries/osm/bj.yaml new file mode 100644 index 0000000..cf9864b --- /dev/null +++ b/resources/boundaries/osm/bj.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/bl.yaml b/resources/boundaries/osm/bl.yaml new file mode 100644 index 0000000..ea9b509 --- /dev/null +++ b/resources/boundaries/osm/bl.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "3": "country" diff --git a/resources/boundaries/osm/bm.yaml b/resources/boundaries/osm/bm.yaml new file mode 100644 index 0000000..756808a --- /dev/null +++ b/resources/boundaries/osm/bm.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "6": "state" + "8": "city" + diff --git a/resources/boundaries/osm/bn.yaml b/resources/boundaries/osm/bn.yaml new file mode 100644 index 0000000..4659b8d --- /dev/null +++ b/resources/boundaries/osm/bn.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "6": "state" + "9": "city" + "10": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/bo.yaml b/resources/boundaries/osm/bo.yaml new file mode 100644 index 0000000..45247d1 --- /dev/null +++ b/resources/boundaries/osm/bo.yaml @@ -0,0 +1,12 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "state_district" + "8": "city" + "9": "city_district" + "10": "city_district" + "11": "suburb" + diff --git a/resources/boundaries/osm/bq.yaml b/resources/boundaries/osm/bq.yaml new file mode 100644 index 0000000..38330e3 --- /dev/null +++ b/resources/boundaries/osm/bq.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "4": "country" diff --git a/resources/boundaries/osm/br.yaml b/resources/boundaries/osm/br.yaml new file mode 100644 index 0000000..8347cf4 --- /dev/null +++ b/resources/boundaries/osm/br.yaml @@ -0,0 +1,21 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "state_district" + "8": "city" + "9": "city_district" + "10": "suburb" + + overrides: + contained_by: + relation: + # Brasilia + "2758138": + place: + "neighbourhood": null + "neighborhood": null + global_overrides_last: true \ No newline at end of file diff --git a/resources/boundaries/osm/bs.yaml b/resources/boundaries/osm/bs.yaml new file mode 100644 index 0000000..695df94 --- /dev/null +++ b/resources/boundaries/osm/bs.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "6": "state" + "8": "state" \ No newline at end of file diff --git a/resources/boundaries/osm/bt.yaml b/resources/boundaries/osm/bt.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/bt.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/bv.yaml b/resources/boundaries/osm/bv.yaml new file mode 100644 index 0000000..38330e3 --- /dev/null +++ b/resources/boundaries/osm/bv.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "4": "country" diff --git a/resources/boundaries/osm/bw.yaml b/resources/boundaries/osm/bw.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/bw.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/by.yaml b/resources/boundaries/osm/by.yaml new file mode 100644 index 0000000..bed037d --- /dev/null +++ b/resources/boundaries/osm/by.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + "9": "city_district" + + diff --git a/resources/boundaries/osm/bz.yaml b/resources/boundaries/osm/bz.yaml new file mode 100644 index 0000000..43174af --- /dev/null +++ b/resources/boundaries/osm/bz.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + diff --git a/resources/boundaries/osm/ca.yaml b/resources/boundaries/osm/ca.yaml new file mode 100644 index 0000000..b087c9a --- /dev/null +++ b/resources/boundaries/osm/ca.yaml @@ -0,0 +1,15 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "8": "city" + "9": "city_district" + "10": "suburb" + + overrides: + id: + relation: + # Calgary + "3227127": "city" diff --git a/resources/boundaries/osm/cc.yaml b/resources/boundaries/osm/cc.yaml new file mode 100644 index 0000000..38330e3 --- /dev/null +++ b/resources/boundaries/osm/cc.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "4": "country" diff --git a/resources/boundaries/osm/cd.yaml b/resources/boundaries/osm/cd.yaml new file mode 100644 index 0000000..f6ab214 --- /dev/null +++ b/resources/boundaries/osm/cd.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "city_district" + "8": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/cf.yaml b/resources/boundaries/osm/cf.yaml new file mode 100644 index 0000000..1071600 --- /dev/null +++ b/resources/boundaries/osm/cf.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "8": "suburb" diff --git a/resources/boundaries/osm/cg.yaml b/resources/boundaries/osm/cg.yaml new file mode 100644 index 0000000..dd48cc9 --- /dev/null +++ b/resources/boundaries/osm/cg.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" diff --git a/resources/boundaries/osm/ch.yaml b/resources/boundaries/osm/ch.yaml new file mode 100644 index 0000000..1dee364 --- /dev/null +++ b/resources/boundaries/osm/ch.yaml @@ -0,0 +1,10 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "state_district" + "8": "city" + "10": "suburb" + diff --git a/resources/boundaries/osm/ci.yaml b/resources/boundaries/osm/ci.yaml new file mode 100644 index 0000000..3c0cb81 --- /dev/null +++ b/resources/boundaries/osm/ci.yaml @@ -0,0 +1,10 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "state_district" + "8": "city" + "9": "city" + "10": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/ck.yaml b/resources/boundaries/osm/ck.yaml new file mode 100644 index 0000000..f62d11a --- /dev/null +++ b/resources/boundaries/osm/ck.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "8": "state" diff --git a/resources/boundaries/osm/cl.yaml b/resources/boundaries/osm/cl.yaml new file mode 100644 index 0000000..43174af --- /dev/null +++ b/resources/boundaries/osm/cl.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + diff --git a/resources/boundaries/osm/cm.yaml b/resources/boundaries/osm/cm.yaml new file mode 100644 index 0000000..63ffe4a --- /dev/null +++ b/resources/boundaries/osm/cm.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "state_district" + "8": "city" + "10": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/cn.yaml b/resources/boundaries/osm/cn.yaml new file mode 100644 index 0000000..89d7b8c --- /dev/null +++ b/resources/boundaries/osm/cn.yaml @@ -0,0 +1,160 @@ +--- + admin_level: + "2": "country" + "4": "state" + # Prefecture-level cities + "5": "city" + "6": "state_district" + "8": "city" + "10": "city" + + place: + "district": "state_district" + + overrides: + id: + relation: + # Beijing + "912940": "city" + + # Shanghai + "913067": "city" + + # Tianjin + "912999": "city" + + # Chongqing + "913069": "city" + + # Yunnan Province - Lijiang City + "2729779": "city" + # Yunnan Province - Pu'er City + "2716205": "city" + # Yunnan Province - Zhaotong + "2402650": "city" + # Yunnan Province - Qujing + "2718030": "city" + # Yunnan Province - Kunming + "2723597": "city" + # Yunnan Province - Yuxi + "2723502": "city" + # Yunnan Province - Baoshan + "2727146": "city" + # Yunnan Province - Dali + "2727745": "city" + # Yunnan Province - Lincang + "2725393": "city" + + # Qinghai Province - Xining City + "2707990": "city" + # Qinghai Province - Haidong City + "2707988": "city" + + # Xinjiang Province - Ürümqi + "2752472": "city" + # Xinjiang Province - Karamay City + "2751491": "city" + # Xinjiang Province - Shihezi City + "3431881": "city" + # Xinjiang Province - Aral City + "2748887": "city" + # Xinjiang Province - Tumxuk City + "2748778": "city" + # Xinjiang Province - Wujiaqu City + "2752471": "city" + + # Sichuan Province - Garzê Tibetan Autonomous Prefecture + "2049312": "state_district" + # Sichuan Province - Ngawa Tibetan and Qiang Autonomous Prefecture + "2110265": "state_district" + # Sichuan Province - Liangshan Yi Autonomous Prefecture + "2785750": "state_district" + + # Guizhou Province - Qianxinan Buyei and Miao Autonomous Prefecture + "2781292": "state_district" + # Guizhou Province - Qiandongnan Miao and Dong Autonomous Prefecture + "2777847": "state_district" + # Guizhou Province - Qiannan Buyei and Miao Autonomous Prefecture + "2777425": "state_district" + + # Gansu Province - Gannan Tibetan Autonomous Prefecture + "165639": "state_district" + # Gansu Province - Linxia Hui Autonomous Prefecture + "2697555": "state_district" + + # Jilin Province - Yanbian Korean Autonomous Prefecture + "2761941": "state_district" + + # Hubei Province - Enshi Tujia and Miao Autonomous Prefecture + "2984075": "state_district" + + # Hunan Province - Xiangxi Tujia and Miao Autonomous Prefecture + "2972168": "state_district" + + # Tibet Autonomous Region - Nagqu Prefecture + "2744938": "state_district" + # Tibet Autonomous Region - Ngari Prefecture + "1997914": "state_district" + + # Heilongjiang Province - Da Hinggan Ling Prefecture + "199127": "state_district" + + # Inner Mongolia Region - Hinggan League + "2753442": "state_district" + # Inner Mongolia Region - Xilingol League + "2753029": "state_district" + # Inner Mongolia Region - Alxa League + "2752743": "state_district" + + contained_by: + relation: + # Xinjiang Province + "153310": + admin_level: + # Except the listed cities, all are prefectures + "5": "state_district" + # Yunnan Province + "913094": + admin_level: + # Except the listed cities, all are prefectures + "5": "state_district" + + # Qinghai + "153269": + admin_level: + # Except the listed cities, all are prefectures + "5": "state_district" + + # Beijing + "912940": + admin_level: + "6": "city_district" + + # Shanghai + "913067": + admin_level: + "6": "city_district" + + # Tianjin + "912999": + admin_level: + "6": "city_district" + + # Chongqing + "913069": + admin_level: + "6": "city_district" + + use_admin_center: + - id: 912940 # Beijing + type: relation + probability: 0.6 + - id: 913067 # Shanghai + type: relation + probability: 0.6 + - id: 912999 # Tianjin + type: relation + probability: 0.6 + - id: 913069 # Chongqing + type: relation + probability: 0.6 \ No newline at end of file diff --git a/resources/boundaries/osm/co.yaml b/resources/boundaries/osm/co.yaml new file mode 100644 index 0000000..f5d34be --- /dev/null +++ b/resources/boundaries/osm/co.yaml @@ -0,0 +1,21 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "5": "state_district" + "6": "city" + "7": "city_district" + "8": "city_district" + "9": "suburb" + overrides: + id: + relation: + # Bogotá + "1387968": "city" + + use_admin_center: + - id: 1387968 # Bogotá + type: relation + # Occasionally use properties/names from the state boundary + probability: 0.8 \ No newline at end of file diff --git a/resources/boundaries/osm/cr.yaml b/resources/boundaries/osm/cr.yaml new file mode 100644 index 0000000..15df2d5 --- /dev/null +++ b/resources/boundaries/osm/cr.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + "10": "suburb" + diff --git a/resources/boundaries/osm/cu.yaml b/resources/boundaries/osm/cu.yaml new file mode 100644 index 0000000..15df2d5 --- /dev/null +++ b/resources/boundaries/osm/cu.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + "10": "suburb" + diff --git a/resources/boundaries/osm/cv.yaml b/resources/boundaries/osm/cv.yaml new file mode 100644 index 0000000..9be1a3b --- /dev/null +++ b/resources/boundaries/osm/cv.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "6": "state" \ No newline at end of file diff --git a/resources/boundaries/osm/cw.yaml b/resources/boundaries/osm/cw.yaml new file mode 100644 index 0000000..28237c0 --- /dev/null +++ b/resources/boundaries/osm/cw.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "3": "country" + diff --git a/resources/boundaries/osm/cx.yaml b/resources/boundaries/osm/cx.yaml new file mode 100644 index 0000000..38330e3 --- /dev/null +++ b/resources/boundaries/osm/cx.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "4": "country" diff --git a/resources/boundaries/osm/cy.yaml b/resources/boundaries/osm/cy.yaml new file mode 100644 index 0000000..4ae5146 --- /dev/null +++ b/resources/boundaries/osm/cy.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "6": "state" + "8": "city" diff --git a/resources/boundaries/osm/cz.yaml b/resources/boundaries/osm/cz.yaml new file mode 100644 index 0000000..db8eb03 --- /dev/null +++ b/resources/boundaries/osm/cz.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "state_district" + "8": "city" + "10": "suburb" + diff --git a/resources/boundaries/osm/de.yaml b/resources/boundaries/osm/de.yaml new file mode 100644 index 0000000..56b1aae --- /dev/null +++ b/resources/boundaries/osm/de.yaml @@ -0,0 +1,19 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "state_district" + "8": "city" + "9": "city_district" + "10": "city_district" + "11": "suburb" + + overrides: + contained_by: + relation: + # Berlin + "62422": + admin_level: + "10": "suburb" diff --git a/resources/boundaries/osm/dj.yaml b/resources/boundaries/osm/dj.yaml new file mode 100644 index 0000000..d989591 --- /dev/null +++ b/resources/boundaries/osm/dj.yaml @@ -0,0 +1,11 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + + overrides: + id: + relation: + # Djibouti City + "3725245": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/dk.yaml b/resources/boundaries/osm/dk.yaml new file mode 100644 index 0000000..c761d60 --- /dev/null +++ b/resources/boundaries/osm/dk.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "4": "state" + "7": "city" + "8": "city" + "9": "suburb" + "10": "city" + diff --git a/resources/boundaries/osm/dm.yaml b/resources/boundaries/osm/dm.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/dm.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/do.yaml b/resources/boundaries/osm/do.yaml new file mode 100644 index 0000000..ec52d9f --- /dev/null +++ b/resources/boundaries/osm/do.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "city" + "7": "city" + "8": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/dz.yaml b/resources/boundaries/osm/dz.yaml new file mode 100644 index 0000000..18dad52 --- /dev/null +++ b/resources/boundaries/osm/dz.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "city" + diff --git a/resources/boundaries/osm/ec.yaml b/resources/boundaries/osm/ec.yaml new file mode 100644 index 0000000..6f64bb0 --- /dev/null +++ b/resources/boundaries/osm/ec.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "city" + "8": "city" + "9": "suburb" + diff --git a/resources/boundaries/osm/ee.yaml b/resources/boundaries/osm/ee.yaml new file mode 100644 index 0000000..fec8a20 --- /dev/null +++ b/resources/boundaries/osm/ee.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "6": "state" + "8": "city" + "9": "city" + "10": "suburb" + diff --git a/resources/boundaries/osm/eg.yaml b/resources/boundaries/osm/eg.yaml new file mode 100644 index 0000000..844959a --- /dev/null +++ b/resources/boundaries/osm/eg.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "4": "state" + "8": "city" + "9": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/er.yaml b/resources/boundaries/osm/er.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/er.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/es.yaml b/resources/boundaries/osm/es.yaml new file mode 100644 index 0000000..2e67542 --- /dev/null +++ b/resources/boundaries/osm/es.yaml @@ -0,0 +1,10 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "state_district" + "8": "city" + "9": "city_district" + "10": "suburb" + diff --git a/resources/boundaries/osm/et.yaml b/resources/boundaries/osm/et.yaml new file mode 100644 index 0000000..a62889b --- /dev/null +++ b/resources/boundaries/osm/et.yaml @@ -0,0 +1,12 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "8": "city" + + overrides: + use_admin_center: + - id: 1707699 # Addis Ababa + type: relation + probability: 0.75 diff --git a/resources/boundaries/osm/fi.yaml b/resources/boundaries/osm/fi.yaml new file mode 100644 index 0000000..5674c2e --- /dev/null +++ b/resources/boundaries/osm/fi.yaml @@ -0,0 +1,10 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "state_district" + "8": "city" + "9": "city" + "10": "suburb" + diff --git a/resources/boundaries/osm/fj.yaml b/resources/boundaries/osm/fj.yaml new file mode 100644 index 0000000..86c2541 --- /dev/null +++ b/resources/boundaries/osm/fj.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + diff --git a/resources/boundaries/osm/fk.yaml b/resources/boundaries/osm/fk.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/fk.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/fm.yaml b/resources/boundaries/osm/fm.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/fm.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/fo.yaml b/resources/boundaries/osm/fo.yaml new file mode 100644 index 0000000..7ea251f --- /dev/null +++ b/resources/boundaries/osm/fo.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "4": "state" + "8": "city" + diff --git a/resources/boundaries/osm/fr.yaml b/resources/boundaries/osm/fr.yaml new file mode 100644 index 0000000..188c053 --- /dev/null +++ b/resources/boundaries/osm/fr.yaml @@ -0,0 +1,56 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "state_district" + "8": "city" + "9": "city_district" + "10": "suburb" + overrides: + id: + node: + "253456008": "city_district" # Paris 1er Arrondissement + "938321858": "city_district" # Paris 3e Arrondissement + "938323516": "city_district" # Paris 4e Arrondissement + "237417884": "city_district" # Paris 5e Arrondissement + "161608370": "city_district" # Paris 6e Arrondissement + "248177663": "city_district" # Paris 7e Arrondissement + "241099674": "city_district" # Paris 8e Arrondissement + "938334959": "city_district" # Paris 9e Arrondissement + "938336881": "city_district" # Paris 10e Arrondissement + "938338196": "city_district" # Paris 11e Arrondissement + "938387959": "city_district" # Paris 12e Arrondissement + "237422047": "city_district" # Paris 13e Arrondissement + "175517170": "city_district" # Paris 14e Arrondissement + "148950780": "city_district" # Paris 15e Arrondissement + "517969463": "city_district" # Paris 16e Arrondissement + "241092821": "city_district" # Paris 17e Arrondissement + "317476952": "city_district" # Paris 18e Arrondissement + "938394241": "city_district" # Paris 19e Arrondissement + "938396405": "city_district" # Paris 20e Arrondissement + "2492498840": "city_district" # Marseille 1er Arrondissement + "2492498845": "city_district" # Marseille 2e Arrondissement + "2492498849": "city_district" # Marseille 3e Arrondissement + "2492498852": "city_district" # Marseille 4e Arrondissement + "2492498856": "city_district" # Marseille 5e Arrondissement + "2492498861": "city_district" # Marseille 6e Arrondissement + "2492498864": "city_district" # Marseille 7e Arrondissement + "2492498868": "city_district" # Marseille 8e Arrondissement + "2492498874": "city_district" # Marseille 9e Arrondissement + "2492498805": "city_district" # Marseille 10e Arrondissement + "2492498811": "city_district" # Marseille 11e Arrondissement + "2492498815": "city_district" # Marseille 12e Arrondissement + "2492498821": "city_district" # Marseille 13e Arrondissement + "2492498826": "city_district" # Marseille 14e Arrondissement + "2492498830": "city_district" # Marseille 15e Arrondissement + "2492498835": "city_district" # Marseille 16e Arrondissement + "1557125622": "city_district" # Lyon 1er Arrondissement + "1557125621": "city_district" # Lyon 2e Arrondissement + "1557139371": "city_district" # Lyon 3e Arrondissement + "1557130248": "city_district" # Lyon 4e Arrondissement + "1557156018": "city_district" # Lyon 5e Arrondissement + "1557139375": "city_district" # Lyon 6e Arrondissement + "1557141157": "city_district" # Lyon 7e Arrondissement + "2492525205": "city_district" # Lyon 8e Arrondissement + "1557130268": "city_district" # Lyon 9e Arrondissement diff --git a/resources/boundaries/osm/ga.yaml b/resources/boundaries/osm/ga.yaml new file mode 100644 index 0000000..dcce191 --- /dev/null +++ b/resources/boundaries/osm/ga.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" \ No newline at end of file diff --git a/resources/boundaries/osm/gb.yaml b/resources/boundaries/osm/gb.yaml new file mode 100644 index 0000000..d4b1e6f --- /dev/null +++ b/resources/boundaries/osm/gb.yaml @@ -0,0 +1,177 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "8": "city" + "10": "city" + designation: + non_metropolitan_county: "state_district" + non_metropolitan_district: "state_district" + unitary_authority: "state_district" + civil_parish: "city" + _DESCRIPTIO_: + "Civil Parish or Community": "city" + overrides: + id: + relation: + # London + "65606": "city" + # City of London + "51800": "city" + # Aberdeen + "1900654": "city" + # Basildon + "76516": "city" + # Bedford + "158396": "city" + # Blackpool + "148603": "city" + # Bolsover + "108323": "city" + # Boston + "58553": "city" + # Bournemouth + "130884": "city" + # Brentwood + "76515": "city" + # Bristol + "57539": "city" + # Brighton and Hove + "114085": "city" + # Bromsgrove + "1875338": "city" + "1875160": "city" + # Burnley + "149101": "city" + # Canterbury + "448590": "city" + # Cardiff + "1625787": "city" + # Chelmsford + "176965": "city" + # Chester + "1441701": "city" + # Chesterfield + "138738": "city" + # Chichester + "114677": "city" + # Chorley + "148744": "city" + # Colchester + "76493": "city" + # Corby + "310064": "city" + # Coventry + "162370": "city" + # Darlington + "153377": "city" + # Daventry + "1637109": "city" + # Derby + "142308": "city" + # Dundee + "1921173": "city" + # Eastleigh + "127815": "city" + # Edinburgh + "1920901": "city" + # Exeter + "2154556": "city" + # Glasgow + "1906767": "city" + # Guildford + "108787": "city" + # Harrogate + "150872": "city" + # Hartlepool + "153375": "city" + # Havant + "127165": "city" + # Kingston-upon-Hull + "60148": "city" + # Leicester + "162353": "city" + # Lichfield + "168501": "city" + # Luton + "158392": "city" + # Kettering + "310065": "city" + # Maldon + "1551151": "city" + # Mansfield + "154006": "city" + # Middlesbrough + "150988": "city" + # Milton Keynes + "172504": "city" + # Nottingham + "123292": "city" + # Norwich + "172506": "city" + # Oxford + "394037": "city" + # Peterborough + "161640": "city" + # Plymouth + "189924": "city" + # Poole + "130891": "city" + # Portsmouth + "127167": "city" + # Reading + "115074": "city" + # Redditch + "1875340": "city" + # St Albans + "2683265": "city" + # Scarborough + "149163": "city" + # Selby + "135523": "city" + # Slough + "117097": "city" + # Southend-on-Sea + "76489": "city" + # Southampton + "127864": "city" + # Stafford + "165225": "city" + # Stevenage + "2684172": "city" + # Stirling + "1905258": "city" + # Stoke-on-Trent + "163183": "city" + # Swansea + "87944": "city" + # Swindon + "110212": "city" + # Tamworth + "165856": "city" + # Warrington + "147278": "city" + # Wellingsborough + "1637026": "city" + # Winchester + "127238": "city" + # Wolverhampton + "173722": "city" + # Wokingham + "114311": "city" + # York + "134353": "city" + + contained_by: + relation: + # Greater London (includes London and City of London) + "175342": + admin_level: + "6": "city" + "8": "city_district" + # West Midlands (county) + "57517": + admin_level: + "6": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/gd.yaml b/resources/boundaries/osm/gd.yaml new file mode 100644 index 0000000..688b43c --- /dev/null +++ b/resources/boundaries/osm/gd.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" diff --git a/resources/boundaries/osm/ge.yaml b/resources/boundaries/osm/ge.yaml new file mode 100644 index 0000000..ea0ea8c --- /dev/null +++ b/resources/boundaries/osm/ge.yaml @@ -0,0 +1,10 @@ +--- + admin_level: + "2": "country" + # Abkhazia, though this is politically sensitive + "3": "state" + "4": "state" + "6": "state_district" + "8": "city" + "9": "city_district" + diff --git a/resources/boundaries/osm/gf.yaml b/resources/boundaries/osm/gf.yaml new file mode 100644 index 0000000..976ecf7 --- /dev/null +++ b/resources/boundaries/osm/gf.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "6": "country" + "7": "state" + "8": "city" + "10": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/gg.yaml b/resources/boundaries/osm/gg.yaml new file mode 100644 index 0000000..688b43c --- /dev/null +++ b/resources/boundaries/osm/gg.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" diff --git a/resources/boundaries/osm/gh.yaml b/resources/boundaries/osm/gh.yaml new file mode 100644 index 0000000..dd48cc9 --- /dev/null +++ b/resources/boundaries/osm/gh.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" diff --git a/resources/boundaries/osm/gi.yaml b/resources/boundaries/osm/gi.yaml new file mode 100644 index 0000000..b653bb2 --- /dev/null +++ b/resources/boundaries/osm/gi.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + diff --git a/resources/boundaries/osm/gl.yaml b/resources/boundaries/osm/gl.yaml new file mode 100644 index 0000000..688b43c --- /dev/null +++ b/resources/boundaries/osm/gl.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" diff --git a/resources/boundaries/osm/gm.yaml b/resources/boundaries/osm/gm.yaml new file mode 100644 index 0000000..0c323eb --- /dev/null +++ b/resources/boundaries/osm/gm.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "4": "state" + overrides: + id: + relation: + # Banjul + "3214211": "city" diff --git a/resources/boundaries/osm/gn.yaml b/resources/boundaries/osm/gn.yaml new file mode 100644 index 0000000..03172f2 --- /dev/null +++ b/resources/boundaries/osm/gn.yaml @@ -0,0 +1,11 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + + overrides: + id: + relation: + # Conakry + "3731500": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/gp.yaml b/resources/boundaries/osm/gp.yaml new file mode 100644 index 0000000..976ecf7 --- /dev/null +++ b/resources/boundaries/osm/gp.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "6": "country" + "7": "state" + "8": "city" + "10": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/gq.yaml b/resources/boundaries/osm/gq.yaml new file mode 100644 index 0000000..7a26685 --- /dev/null +++ b/resources/boundaries/osm/gq.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" diff --git a/resources/boundaries/osm/gr.yaml b/resources/boundaries/osm/gr.yaml new file mode 100644 index 0000000..793a815 --- /dev/null +++ b/resources/boundaries/osm/gr.yaml @@ -0,0 +1,12 @@ +--- + admin_level: + "2": "country" + "3": "state" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "state_district" + "8": "city" + "9": "city_district" + "10": "suburb" + diff --git a/resources/boundaries/osm/gs.yaml b/resources/boundaries/osm/gs.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/gs.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/gt.yaml b/resources/boundaries/osm/gt.yaml new file mode 100644 index 0000000..8fd3253 --- /dev/null +++ b/resources/boundaries/osm/gt.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "city" diff --git a/resources/boundaries/osm/gu.yaml b/resources/boundaries/osm/gu.yaml new file mode 100644 index 0000000..bacee0f --- /dev/null +++ b/resources/boundaries/osm/gu.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "4": "country" + "6": "state_district" + "8": "city" + diff --git a/resources/boundaries/osm/gw.yaml b/resources/boundaries/osm/gw.yaml new file mode 100644 index 0000000..dcce191 --- /dev/null +++ b/resources/boundaries/osm/gw.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" \ No newline at end of file diff --git a/resources/boundaries/osm/gy.yaml b/resources/boundaries/osm/gy.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/gy.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/hk.yaml b/resources/boundaries/osm/hk.yaml new file mode 100644 index 0000000..1cd762f --- /dev/null +++ b/resources/boundaries/osm/hk.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "3": "country" + "5": "state" + "6": "state_district" + "8": "city" + diff --git a/resources/boundaries/osm/hm.yaml b/resources/boundaries/osm/hm.yaml new file mode 100644 index 0000000..bf013f9 --- /dev/null +++ b/resources/boundaries/osm/hm.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "4": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/hn.yaml b/resources/boundaries/osm/hn.yaml new file mode 100644 index 0000000..5d124d4 --- /dev/null +++ b/resources/boundaries/osm/hn.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + "9": "suburb" diff --git a/resources/boundaries/osm/hr.yaml b/resources/boundaries/osm/hr.yaml new file mode 100644 index 0000000..91843d7 --- /dev/null +++ b/resources/boundaries/osm/hr.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "6": "state" + "7": "city" + "8": "city" + "9": "suburb" + "10": "suburb" + diff --git a/resources/boundaries/osm/ht.yaml b/resources/boundaries/osm/ht.yaml new file mode 100644 index 0000000..9f0f2b1 --- /dev/null +++ b/resources/boundaries/osm/ht.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "8": "city" + "10": "suburb" + diff --git a/resources/boundaries/osm/hu.yaml b/resources/boundaries/osm/hu.yaml new file mode 100644 index 0000000..5bde922 --- /dev/null +++ b/resources/boundaries/osm/hu.yaml @@ -0,0 +1,17 @@ +--- + admin_level: + "2": "country" + "4": "country_region" + "5": "country_region" + "6": "state" + "7": "state_district" + "8": "city" + "9": "city_district" + "10": "suburb" + + overrides: + contained_by: + relation: + "1244004": + place: + "district": "city_district" \ No newline at end of file diff --git a/resources/boundaries/osm/id.yaml b/resources/boundaries/osm/id.yaml new file mode 100644 index 0000000..2379bee --- /dev/null +++ b/resources/boundaries/osm/id.yaml @@ -0,0 +1,10 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "city" + "6": "city_district" + "7": "city" + "8": "city_district" + "9": "suburb" + diff --git a/resources/boundaries/osm/ie.yaml b/resources/boundaries/osm/ie.yaml new file mode 100644 index 0000000..77e4c6e --- /dev/null +++ b/resources/boundaries/osm/ie.yaml @@ -0,0 +1,18 @@ +--- + admin_level: + "2": "country" + "5": "state" + "6": "state_district" + "7": "state_district" + "10": "city" + + # With the introduction of Eire code, Dublin postal districts + # have basically become city_districts + place: + district: "city_district" + + overrides: + id: + relation: + # Dublin + "1109531": "city" diff --git a/resources/boundaries/osm/il.yaml b/resources/boundaries/osm/il.yaml new file mode 100644 index 0000000..ca606c4 --- /dev/null +++ b/resources/boundaries/osm/il.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "4": "state" + "8": "city" + "10": "suburb" + diff --git a/resources/boundaries/osm/im.yaml b/resources/boundaries/osm/im.yaml new file mode 100644 index 0000000..756808a --- /dev/null +++ b/resources/boundaries/osm/im.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "6": "state" + "8": "city" + diff --git a/resources/boundaries/osm/in.yaml b/resources/boundaries/osm/in.yaml new file mode 100644 index 0000000..9e49375 --- /dev/null +++ b/resources/boundaries/osm/in.yaml @@ -0,0 +1,11 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "city" + "8": "city" + "9": "city_district" + "10": "city_district" + diff --git a/resources/boundaries/osm/io.yaml b/resources/boundaries/osm/io.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/io.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/iq.yaml b/resources/boundaries/osm/iq.yaml new file mode 100644 index 0000000..9ced030 --- /dev/null +++ b/resources/boundaries/osm/iq.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "6": "state_district" + "8": "city" + "9": "city_district" + "10": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/ir.yaml b/resources/boundaries/osm/ir.yaml new file mode 100644 index 0000000..91dcbff --- /dev/null +++ b/resources/boundaries/osm/ir.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "state_district" + "8": "city" + "9": "city" + "10": "suburb" diff --git a/resources/boundaries/osm/is.yaml b/resources/boundaries/osm/is.yaml new file mode 100644 index 0000000..2abbb85 --- /dev/null +++ b/resources/boundaries/osm/is.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "5": "state" + "6": "city" + "10": "suburb" + diff --git a/resources/boundaries/osm/it.yaml b/resources/boundaries/osm/it.yaml new file mode 100644 index 0000000..3b6c365 --- /dev/null +++ b/resources/boundaries/osm/it.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + "10": "city_district" + diff --git a/resources/boundaries/osm/je.yaml b/resources/boundaries/osm/je.yaml new file mode 100644 index 0000000..39beb55 --- /dev/null +++ b/resources/boundaries/osm/je.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "8": "state" + diff --git a/resources/boundaries/osm/jm.yaml b/resources/boundaries/osm/jm.yaml new file mode 100644 index 0000000..ae12184 --- /dev/null +++ b/resources/boundaries/osm/jm.yaml @@ -0,0 +1,19 @@ +--- + admin_level: + "2": "country" + "6": "state" + "8": "city" + + overrides: + id: + relation: + # Kingston (parish) + "6577227": "city" + + use_admin_center: + - id: 319355 # Kingston and St Andrew Corporation + type: relation + # Typically we'll use Kingston and St Andrew Corporation as the + # boundary for Kingston the city, but occasionally will add it + # as the state instead + probability: 0.9 \ No newline at end of file diff --git a/resources/boundaries/osm/jo.yaml b/resources/boundaries/osm/jo.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/jo.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/jp.yaml b/resources/boundaries/osm/jp.yaml new file mode 100644 index 0000000..c4051a1 --- /dev/null +++ b/resources/boundaries/osm/jp.yaml @@ -0,0 +1,18 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "city" + "8": "city_district" + "9": "suburb" + "10": "suburb" + + global_overrides_last: true + + overrides: + id: + relation: + "1803923": "country_region" \ No newline at end of file diff --git a/resources/boundaries/osm/ke.yaml b/resources/boundaries/osm/ke.yaml new file mode 100644 index 0000000..528d386 --- /dev/null +++ b/resources/boundaries/osm/ke.yaml @@ -0,0 +1,12 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + + overrides: + id: + relation: + # Nairobi + "3492709": "city" diff --git a/resources/boundaries/osm/kg.yaml b/resources/boundaries/osm/kg.yaml new file mode 100644 index 0000000..ecf6dcc --- /dev/null +++ b/resources/boundaries/osm/kg.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/kh.yaml b/resources/boundaries/osm/kh.yaml new file mode 100644 index 0000000..5d71465 --- /dev/null +++ b/resources/boundaries/osm/kh.yaml @@ -0,0 +1,10 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "suburb" + overrides: + id: + relation: + # Phnom Penh + "2199033": "city" diff --git a/resources/boundaries/osm/ki.yaml b/resources/boundaries/osm/ki.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/ki.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/km.yaml b/resources/boundaries/osm/km.yaml new file mode 100644 index 0000000..a6592ad --- /dev/null +++ b/resources/boundaries/osm/km.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" \ No newline at end of file diff --git a/resources/boundaries/osm/kn.yaml b/resources/boundaries/osm/kn.yaml new file mode 100644 index 0000000..688b43c --- /dev/null +++ b/resources/boundaries/osm/kn.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" diff --git a/resources/boundaries/osm/kp.yaml b/resources/boundaries/osm/kp.yaml new file mode 100644 index 0000000..1c3acbd --- /dev/null +++ b/resources/boundaries/osm/kp.yaml @@ -0,0 +1,16 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "8": "city" + + + overrides: + contained_by: + relation: + "356443": + admin_level: + # Pyongyang + "5": "city_district" diff --git a/resources/boundaries/osm/kr.yaml b/resources/boundaries/osm/kr.yaml new file mode 100644 index 0000000..b7e41a6 --- /dev/null +++ b/resources/boundaries/osm/kr.yaml @@ -0,0 +1,58 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "city_district" + "8": "city_district" + "9": "suburb" + "10": "suburb" + + + city_admin_level: &city_admin_level + admin_level: + "6": "city_district" + "7": "suburb" + "8": "suburb" + global_overrides_last: true + + overrides: + id: + relation: + # Seoul + "2297418": "city" + # Busan + "2396450": "city" + # Daegu + "2395674": "city" + # Incheon + "2297419": "city" + # Gwangju + "2399220": "city" + # Daejeon + "2349984": "city" + # Ulsan + "2395867": "city" + # Sejong + "2349795": "city" + + + contained_by: + relation: + # Seoul + "2297418": *city_admin_level + # Busan + "2396450": *city_admin_level + # Daegu + "2395674": *city_admin_level + # Incheon + "2297419": *city_admin_level + # Gwangju + "2399220": *city_admin_level + # Daejeon + "2349984": *city_admin_level + # Ulsan + "2395867": *city_admin_level + # Sejong + "2349795": *city_admin_level + diff --git a/resources/boundaries/osm/kw.yaml b/resources/boundaries/osm/kw.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/kw.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/ky.yaml b/resources/boundaries/osm/ky.yaml new file mode 100644 index 0000000..688b43c --- /dev/null +++ b/resources/boundaries/osm/ky.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" diff --git a/resources/boundaries/osm/kz.yaml b/resources/boundaries/osm/kz.yaml new file mode 100644 index 0000000..63fed2d --- /dev/null +++ b/resources/boundaries/osm/kz.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" diff --git a/resources/boundaries/osm/la.yaml b/resources/boundaries/osm/la.yaml new file mode 100644 index 0000000..81b0dfa --- /dev/null +++ b/resources/boundaries/osm/la.yaml @@ -0,0 +1,15 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + + overrides: + id: + relation: + "5831666": "city" + contained_by: + relation: + "5831666": + admin_level: + "6": "city_district" diff --git a/resources/boundaries/osm/lb.yaml b/resources/boundaries/osm/lb.yaml new file mode 100644 index 0000000..c09fd58 --- /dev/null +++ b/resources/boundaries/osm/lb.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "3": "state" + "4": "state_district" + "10": "suburb" + diff --git a/resources/boundaries/osm/lc.yaml b/resources/boundaries/osm/lc.yaml new file mode 100644 index 0000000..688b43c --- /dev/null +++ b/resources/boundaries/osm/lc.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" diff --git a/resources/boundaries/osm/li.yaml b/resources/boundaries/osm/li.yaml new file mode 100644 index 0000000..756808a --- /dev/null +++ b/resources/boundaries/osm/li.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "6": "state" + "8": "city" + diff --git a/resources/boundaries/osm/lk.yaml b/resources/boundaries/osm/lk.yaml new file mode 100644 index 0000000..8c49c8e --- /dev/null +++ b/resources/boundaries/osm/lk.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "8": "city" + diff --git a/resources/boundaries/osm/lr.yaml b/resources/boundaries/osm/lr.yaml new file mode 100644 index 0000000..dd48cc9 --- /dev/null +++ b/resources/boundaries/osm/lr.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" diff --git a/resources/boundaries/osm/ls.yaml b/resources/boundaries/osm/ls.yaml new file mode 100644 index 0000000..bc7e4e7 --- /dev/null +++ b/resources/boundaries/osm/ls.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "5": "state" diff --git a/resources/boundaries/osm/lt.yaml b/resources/boundaries/osm/lt.yaml new file mode 100644 index 0000000..c96a84f --- /dev/null +++ b/resources/boundaries/osm/lt.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "8": "city" + "10": "city_district" + diff --git a/resources/boundaries/osm/lu.yaml b/resources/boundaries/osm/lu.yaml new file mode 100644 index 0000000..979e9c4 --- /dev/null +++ b/resources/boundaries/osm/lu.yaml @@ -0,0 +1,23 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "8": "city" + "9": "suburb" + + overrides: + contained_by: + relation: + # Luxembourg City + "407489": + admin_level: + "9": "city_district" + global_overrides_last: true + + + use_admin_center: + - id: 407489 # Luxembourg City + type: relation + probability: 0.6 \ No newline at end of file diff --git a/resources/boundaries/osm/lv.yaml b/resources/boundaries/osm/lv.yaml new file mode 100644 index 0000000..4399c58 --- /dev/null +++ b/resources/boundaries/osm/lv.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "4": "country_region" + "6": "state" + "7": "city" + "8": "city" + "9": "city" + "10": "suburb" diff --git a/resources/boundaries/osm/ly.yaml b/resources/boundaries/osm/ly.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/ly.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/ma.yaml b/resources/boundaries/osm/ma.yaml new file mode 100644 index 0000000..730ae5b --- /dev/null +++ b/resources/boundaries/osm/ma.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "state_district" + "8": "city" + "9": "city_district" \ No newline at end of file diff --git a/resources/boundaries/osm/mc.yaml b/resources/boundaries/osm/mc.yaml new file mode 100644 index 0000000..1e49e42 --- /dev/null +++ b/resources/boundaries/osm/mc.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "8": "city" + "10": "city_district" \ No newline at end of file diff --git a/resources/boundaries/osm/md.yaml b/resources/boundaries/osm/md.yaml new file mode 100644 index 0000000..b364339 --- /dev/null +++ b/resources/boundaries/osm/md.yaml @@ -0,0 +1,11 @@ +--- + admin_level: + "2": "country" + "3": "state" + "4": "state" + "6": "state" + "7": "state_district" + "8": "city" + "9": "city" + "10": "suburb" + diff --git a/resources/boundaries/osm/me.yaml b/resources/boundaries/osm/me.yaml new file mode 100644 index 0000000..756808a --- /dev/null +++ b/resources/boundaries/osm/me.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "6": "state" + "8": "city" + diff --git a/resources/boundaries/osm/mf.yaml b/resources/boundaries/osm/mf.yaml new file mode 100644 index 0000000..49604b7 --- /dev/null +++ b/resources/boundaries/osm/mf.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "3": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/mg.yaml b/resources/boundaries/osm/mg.yaml new file mode 100644 index 0000000..9152afc --- /dev/null +++ b/resources/boundaries/osm/mg.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + "9": "city_district" + "10": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/mh.yaml b/resources/boundaries/osm/mh.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/mh.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/mk.yaml b/resources/boundaries/osm/mk.yaml new file mode 100644 index 0000000..6b0fad7 --- /dev/null +++ b/resources/boundaries/osm/mk.yaml @@ -0,0 +1,10 @@ +--- + admin_level: + "2": "country" + "4": "country_region" + "6": "city" + "7": "city" + "8": "city" + "9": "suburb" + "10": "suburb" + diff --git a/resources/boundaries/osm/ml.yaml b/resources/boundaries/osm/ml.yaml new file mode 100644 index 0000000..63fed2d --- /dev/null +++ b/resources/boundaries/osm/ml.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" diff --git a/resources/boundaries/osm/mm.yaml b/resources/boundaries/osm/mm.yaml new file mode 100644 index 0000000..fe47c27 --- /dev/null +++ b/resources/boundaries/osm/mm.yaml @@ -0,0 +1,19 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "city" + "7": "state_district" + "8": "city" + + overrides: + id: + relation: + # Yangon + "6004094": "city" + contained_by: + relation: + # Yangon + "6004094": + admin_level: + "8": "city_district" \ No newline at end of file diff --git a/resources/boundaries/osm/mn.yaml b/resources/boundaries/osm/mn.yaml new file mode 100644 index 0000000..a6592ad --- /dev/null +++ b/resources/boundaries/osm/mn.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" \ No newline at end of file diff --git a/resources/boundaries/osm/mo.yaml b/resources/boundaries/osm/mo.yaml new file mode 100644 index 0000000..464d79b --- /dev/null +++ b/resources/boundaries/osm/mo.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "3": "country" + "5": "state" + "6": "state_district" \ No newline at end of file diff --git a/resources/boundaries/osm/mp.yaml b/resources/boundaries/osm/mp.yaml new file mode 100644 index 0000000..2edba86 --- /dev/null +++ b/resources/boundaries/osm/mp.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "4": "country" + "6": "state_district" + "8": "city" diff --git a/resources/boundaries/osm/mq.yaml b/resources/boundaries/osm/mq.yaml new file mode 100644 index 0000000..976ecf7 --- /dev/null +++ b/resources/boundaries/osm/mq.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "6": "country" + "7": "state" + "8": "city" + "10": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/mr.yaml b/resources/boundaries/osm/mr.yaml new file mode 100644 index 0000000..62daaee --- /dev/null +++ b/resources/boundaries/osm/mr.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" \ No newline at end of file diff --git a/resources/boundaries/osm/ms.yaml b/resources/boundaries/osm/ms.yaml new file mode 100644 index 0000000..ccb8a85 --- /dev/null +++ b/resources/boundaries/osm/ms.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "6": "state" + diff --git a/resources/boundaries/osm/mt.yaml b/resources/boundaries/osm/mt.yaml new file mode 100644 index 0000000..49bdc84 --- /dev/null +++ b/resources/boundaries/osm/mt.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "8": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/mu.yaml b/resources/boundaries/osm/mu.yaml new file mode 100644 index 0000000..ce6bbee --- /dev/null +++ b/resources/boundaries/osm/mu.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "5": "state" + diff --git a/resources/boundaries/osm/mv.yaml b/resources/boundaries/osm/mv.yaml new file mode 100644 index 0000000..a6592ad --- /dev/null +++ b/resources/boundaries/osm/mv.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" \ No newline at end of file diff --git a/resources/boundaries/osm/mw.yaml b/resources/boundaries/osm/mw.yaml new file mode 100644 index 0000000..7a26685 --- /dev/null +++ b/resources/boundaries/osm/mw.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" diff --git a/resources/boundaries/osm/mx.yaml b/resources/boundaries/osm/mx.yaml new file mode 100644 index 0000000..8b1bd9d --- /dev/null +++ b/resources/boundaries/osm/mx.yaml @@ -0,0 +1,28 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "city" + "8": "city" + "9": "city_district" + "10": "city_district" + + place: + borough: "city_district" + + overrides: + id: + relation: + # Mexico City + "1376330": "city" + + contained_by: + relation: + "1376330": + admin_level: + "6": "city_district" + + use_admin_center: + - id: 1376330 # Mexico City + type: relation + probability: 0.6 \ No newline at end of file diff --git a/resources/boundaries/osm/my.yaml b/resources/boundaries/osm/my.yaml new file mode 100644 index 0000000..1d304b8 --- /dev/null +++ b/resources/boundaries/osm/my.yaml @@ -0,0 +1,36 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "state_district" + "8": "state_district" + "10": "city" + + place: + "district": "state_district" + "hamlet": "suburb" + + overrides: + id: + relation: + # Kuala Lumpur + "2939672": "city" + + contained_by: + relation: + # Kuala Lumpur + "2939672": + place: + "village": "suburb" + + # Selangor + "2932285": + place: + "village": "suburb" + + # Putrajaya + "4443881": + place: + "village": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/mz.yaml b/resources/boundaries/osm/mz.yaml new file mode 100644 index 0000000..135fc98 --- /dev/null +++ b/resources/boundaries/osm/mz.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "4": "state" + "8": "city" + "9": "city_district" \ No newline at end of file diff --git a/resources/boundaries/osm/na.yaml b/resources/boundaries/osm/na.yaml new file mode 100644 index 0000000..72022b5 --- /dev/null +++ b/resources/boundaries/osm/na.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "3": "city" + "4": "state" + "5": "city" + "6": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/nc.yaml b/resources/boundaries/osm/nc.yaml new file mode 100644 index 0000000..3dd73b5 --- /dev/null +++ b/resources/boundaries/osm/nc.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "3": "country" + "6": "state" + "7": "state" + "8": "city" + "9": "city_district" + "10": "suburb" + diff --git a/resources/boundaries/osm/ne.yaml b/resources/boundaries/osm/ne.yaml new file mode 100644 index 0000000..aa09153 --- /dev/null +++ b/resources/boundaries/osm/ne.yaml @@ -0,0 +1,11 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + + overrides: + id: + relation: + # Niamey + "3218804": "city" diff --git a/resources/boundaries/osm/nf.yaml b/resources/boundaries/osm/nf.yaml new file mode 100644 index 0000000..38330e3 --- /dev/null +++ b/resources/boundaries/osm/nf.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "4": "country" diff --git a/resources/boundaries/osm/ng.yaml b/resources/boundaries/osm/ng.yaml new file mode 100644 index 0000000..dcce191 --- /dev/null +++ b/resources/boundaries/osm/ng.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" \ No newline at end of file diff --git a/resources/boundaries/osm/ni.yaml b/resources/boundaries/osm/ni.yaml new file mode 100644 index 0000000..9152afc --- /dev/null +++ b/resources/boundaries/osm/ni.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + "9": "city_district" + "10": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/nl.yaml b/resources/boundaries/osm/nl.yaml new file mode 100644 index 0000000..71dd00e --- /dev/null +++ b/resources/boundaries/osm/nl.yaml @@ -0,0 +1,19 @@ +--- + admin_level: + "2": "country" + "3": "country" + "4": "state" + "6": "state_district" + "7": "city" + "8": "city" + "9": "city_district" + "10": "suburb" + "11": "suburb" + + overrides: + id: + relation: + # Rotterdam, listed as admin_level=10 + "1411101": "city" + # Amsterdam, listed as admin_level=10 + "271110": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/no.yaml b/resources/boundaries/osm/no.yaml new file mode 100644 index 0000000..dabe4bf --- /dev/null +++ b/resources/boundaries/osm/no.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "4": "state" + "7": "city" + "9": "city_district" + + place: + "district": "city_district" \ No newline at end of file diff --git a/resources/boundaries/osm/np.yaml b/resources/boundaries/osm/np.yaml new file mode 100644 index 0000000..22935c9 --- /dev/null +++ b/resources/boundaries/osm/np.yaml @@ -0,0 +1,10 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "8": "city" + "9": "city_district" + "10": "suburb" + diff --git a/resources/boundaries/osm/nr.yaml b/resources/boundaries/osm/nr.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/nr.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/nu.yaml b/resources/boundaries/osm/nu.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/nu.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/nz.yaml b/resources/boundaries/osm/nz.yaml new file mode 100644 index 0000000..edf5884 --- /dev/null +++ b/resources/boundaries/osm/nz.yaml @@ -0,0 +1,76 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city_district" + + overrides: + id: + relation: + # Auckland + "17000522": "city" + # Wellington + "4266321": "city" + # Christchurch + "1640161": "city" + # Hamilton + "2595124": "city" + # Dunedin + "4426790": "city" + # Tauranga + "4266815": "city" + # Lower Hutt + "4266371": "city" + # Palmerston North + "3440209": "city" + # Napier + "2731991": "city" + # Porirua + "4266370": "city" + # Invercargill + "1656388": "city" + # Nelson + "17000449": "city" + # Upper Hutt + "4266375": "city" + + use_admin_center: + - id: 17000522 # Auckland + type: relation + - id: 4266321 # Wellington + type: relation + probability: 0.7 + - id: 1640161 # Christchurch + type: relation + probability: 0.7 + - id: 2595124 # Hamilton + type: relation + probability: 0.7 + - id: 4426790 # Dunedin + type: relation + probability: 0.7 + - id: 4266815 # Tauranga + type: relation + probability: 0.7 + - id: 4266371 # Lower Hutt + type: relation + probability: 0.7 + - id: 3440209 # Palmerston North + type: relation + probability: 0.7 + - id: 2731991 # Napier + type: relation + probability: 0.7 + - id: 4266370 # Porirua + type: relation + probability: 0.7 + - id: 1656388 # Invercargill + type: relation + probability: 0.7 + - id: 17000449 # Nelson + type: relation + - id: 4266375 # Upper Hutt + type: relation + probability: 0.7 + diff --git a/resources/boundaries/osm/om.yaml b/resources/boundaries/osm/om.yaml new file mode 100644 index 0000000..4ea0cdc --- /dev/null +++ b/resources/boundaries/osm/om.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "8": "city" diff --git a/resources/boundaries/osm/pa.yaml b/resources/boundaries/osm/pa.yaml new file mode 100644 index 0000000..7df60ae --- /dev/null +++ b/resources/boundaries/osm/pa.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "city" + "9": "city" diff --git a/resources/boundaries/osm/pe.yaml b/resources/boundaries/osm/pe.yaml new file mode 100644 index 0000000..15df2d5 --- /dev/null +++ b/resources/boundaries/osm/pe.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + "10": "suburb" + diff --git a/resources/boundaries/osm/pf.yaml b/resources/boundaries/osm/pf.yaml new file mode 100644 index 0000000..886968c --- /dev/null +++ b/resources/boundaries/osm/pf.yaml @@ -0,0 +1,12 @@ +--- + admin_level: + "3": "country" + "7": "state" + "8": "city" + + overrides: + contained_by: + relation: + "5829526": + admin_level: + "10": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/pg.yaml b/resources/boundaries/osm/pg.yaml new file mode 100644 index 0000000..b0a478f --- /dev/null +++ b/resources/boundaries/osm/pg.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "5": "state_district" + "6": "state_district" \ No newline at end of file diff --git a/resources/boundaries/osm/ph.yaml b/resources/boundaries/osm/ph.yaml new file mode 100644 index 0000000..39cef19 --- /dev/null +++ b/resources/boundaries/osm/ph.yaml @@ -0,0 +1,12 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "5": "state_district" + "6": "city" + "7": "city_district" + "8": "city_district" + "9": "city_district" + "10": "suburb" + diff --git a/resources/boundaries/osm/pk.yaml b/resources/boundaries/osm/pk.yaml new file mode 100644 index 0000000..86c2541 --- /dev/null +++ b/resources/boundaries/osm/pk.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + diff --git a/resources/boundaries/osm/pl.yaml b/resources/boundaries/osm/pl.yaml new file mode 100644 index 0000000..b915c64 --- /dev/null +++ b/resources/boundaries/osm/pl.yaml @@ -0,0 +1,11 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "state_district" + "8": "city" + "9": "city_district" + "10": "city" + "11": "suburb" + diff --git a/resources/boundaries/osm/pm.yaml b/resources/boundaries/osm/pm.yaml new file mode 100644 index 0000000..5ca2ad6 --- /dev/null +++ b/resources/boundaries/osm/pm.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "3": "country" + "8": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/pn.yaml b/resources/boundaries/osm/pn.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/pn.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/pr.yaml b/resources/boundaries/osm/pr.yaml new file mode 100644 index 0000000..e806da3 --- /dev/null +++ b/resources/boundaries/osm/pr.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "4": "country" + "6": "state_district" + "8": "city" + "10": "suburb" + diff --git a/resources/boundaries/osm/ps.yaml b/resources/boundaries/osm/ps.yaml new file mode 100644 index 0000000..cffbaf8 --- /dev/null +++ b/resources/boundaries/osm/ps.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "5": "state_district" + "8": "city" + "10": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/pt.yaml b/resources/boundaries/osm/pt.yaml new file mode 100644 index 0000000..2d988b1 --- /dev/null +++ b/resources/boundaries/osm/pt.yaml @@ -0,0 +1,11 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "6": "state_district" + "7": "city" + "8": "city" + "9": "city_district" + "10": "suburb" + diff --git a/resources/boundaries/osm/pw.yaml b/resources/boundaries/osm/pw.yaml new file mode 100644 index 0000000..4e7957e --- /dev/null +++ b/resources/boundaries/osm/pw.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "8": "state" \ No newline at end of file diff --git a/resources/boundaries/osm/py.yaml b/resources/boundaries/osm/py.yaml new file mode 100644 index 0000000..fdfea86 --- /dev/null +++ b/resources/boundaries/osm/py.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "8": "city" + "10": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/qa.yaml b/resources/boundaries/osm/qa.yaml new file mode 100644 index 0000000..ae4054c --- /dev/null +++ b/resources/boundaries/osm/qa.yaml @@ -0,0 +1,11 @@ +--- + admin_level: + "2": "country" + "4": "city" + "10": "city_district" + + overrides: + id: + relation: + # Doha listed as both admin_level 4 and 10 + "3671049": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/re.yaml b/resources/boundaries/osm/re.yaml new file mode 100644 index 0000000..0d22762 --- /dev/null +++ b/resources/boundaries/osm/re.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "6": "country" + "7": "state" + "8": "city" + "9": "city_district" + "10": "suburb" + diff --git a/resources/boundaries/osm/ro.yaml b/resources/boundaries/osm/ro.yaml new file mode 100644 index 0000000..c7cf38e --- /dev/null +++ b/resources/boundaries/osm/ro.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "5": "city_district" + "6": "city" + diff --git a/resources/boundaries/osm/rs.yaml b/resources/boundaries/osm/rs.yaml new file mode 100644 index 0000000..9923e17 --- /dev/null +++ b/resources/boundaries/osm/rs.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "state_district" + "8": "city" + diff --git a/resources/boundaries/osm/ru.yaml b/resources/boundaries/osm/ru.yaml new file mode 100644 index 0000000..69b4bbe --- /dev/null +++ b/resources/boundaries/osm/ru.yaml @@ -0,0 +1,32 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "5": "state_district" + "6": "state_district" + "8": "city" + "9": "city_district" + "10": "suburb" + + overrides: + id: + relation: + # Moscow + "102269": "city" + # St Petersburg + "337422": "city" + contained_by: + relation: + # Moscow + "102269": + admin_level: + "5": "city_district" + "8": "suburb" + global_overrides_last: true + # St Petersburg + "337422": + admin_level: + "5": "city_district" + "8": "suburb" + global_overrides_last: true \ No newline at end of file diff --git a/resources/boundaries/osm/rw.yaml b/resources/boundaries/osm/rw.yaml new file mode 100644 index 0000000..b241b89 --- /dev/null +++ b/resources/boundaries/osm/rw.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "state_district" diff --git a/resources/boundaries/osm/sa.yaml b/resources/boundaries/osm/sa.yaml new file mode 100644 index 0000000..86c2541 --- /dev/null +++ b/resources/boundaries/osm/sa.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + diff --git a/resources/boundaries/osm/sb.yaml b/resources/boundaries/osm/sb.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/sb.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/sc.yaml b/resources/boundaries/osm/sc.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/sc.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/sd.yaml b/resources/boundaries/osm/sd.yaml new file mode 100644 index 0000000..bb56b3c --- /dev/null +++ b/resources/boundaries/osm/sd.yaml @@ -0,0 +1,16 @@ +--- + admin_level: + "2": "country" + "4": "state" + "8": "state_district" + "9": "city" + "10": "suburb" + + overrides: + contained_by: + relation: + # al-Khartum + "3774673": + admin_level: + # Khartoum + "8": "city" diff --git a/resources/boundaries/osm/se.yaml b/resources/boundaries/osm/se.yaml new file mode 100644 index 0000000..6a7a77f --- /dev/null +++ b/resources/boundaries/osm/se.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "7": "city" + "8": "city_district" + "9": "suburb" + diff --git a/resources/boundaries/osm/sg.yaml b/resources/boundaries/osm/sg.yaml new file mode 100644 index 0000000..ccb8a85 --- /dev/null +++ b/resources/boundaries/osm/sg.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "6": "state" + diff --git a/resources/boundaries/osm/sh.yaml b/resources/boundaries/osm/sh.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/sh.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/si.yaml b/resources/boundaries/osm/si.yaml new file mode 100644 index 0000000..f125350 --- /dev/null +++ b/resources/boundaries/osm/si.yaml @@ -0,0 +1,10 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "5": "state" + "7": "state_district" + "8": "city" + "10": "suburb" + diff --git a/resources/boundaries/osm/sj.yaml b/resources/boundaries/osm/sj.yaml new file mode 100644 index 0000000..bf013f9 --- /dev/null +++ b/resources/boundaries/osm/sj.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "4": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/sk.yaml b/resources/boundaries/osm/sk.yaml new file mode 100644 index 0000000..bd1868e --- /dev/null +++ b/resources/boundaries/osm/sk.yaml @@ -0,0 +1,26 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + # Border around Bratislava and Košice + "6": "city" + "8": "state_district" + "9": "city" + "10": "city" + + overrides: + contained_by: + relation: + # Bratislava + "1702499": + admin_level: + "8": "city_district" + "9": "city_district" + "10": "suburb" + # Košice + "1690324": + admin_level: + "8": "city_district" + "9": "city_district" + "10": "suburb" diff --git a/resources/boundaries/osm/sl.yaml b/resources/boundaries/osm/sl.yaml new file mode 100644 index 0000000..ecb07c2 --- /dev/null +++ b/resources/boundaries/osm/sl.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "7": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/sm.yaml b/resources/boundaries/osm/sm.yaml new file mode 100644 index 0000000..027c5a6 --- /dev/null +++ b/resources/boundaries/osm/sm.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "8": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/sn.yaml b/resources/boundaries/osm/sn.yaml new file mode 100644 index 0000000..ba764a6 --- /dev/null +++ b/resources/boundaries/osm/sn.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "3": "state" + "6": "state_district" + "7": "state_district" + "8": "city" + "9": "city_district" + "10": "suburb" \ No newline at end of file diff --git a/resources/boundaries/osm/so.yaml b/resources/boundaries/osm/so.yaml new file mode 100644 index 0000000..08cb593 --- /dev/null +++ b/resources/boundaries/osm/so.yaml @@ -0,0 +1,12 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "9": "city_district" + + overrides: + id: + relation: + # Mogadishu + "1720125": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/sr.yaml b/resources/boundaries/osm/sr.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/sr.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/ss.yaml b/resources/boundaries/osm/ss.yaml new file mode 100644 index 0000000..06df5a6 --- /dev/null +++ b/resources/boundaries/osm/ss.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" diff --git a/resources/boundaries/osm/st.yaml b/resources/boundaries/osm/st.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/st.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/sv.yaml b/resources/boundaries/osm/sv.yaml new file mode 100644 index 0000000..56f6a0b --- /dev/null +++ b/resources/boundaries/osm/sv.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "city" diff --git a/resources/boundaries/osm/sx.yaml b/resources/boundaries/osm/sx.yaml new file mode 100644 index 0000000..ea9b509 --- /dev/null +++ b/resources/boundaries/osm/sx.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "3": "country" diff --git a/resources/boundaries/osm/sy.yaml b/resources/boundaries/osm/sy.yaml new file mode 100644 index 0000000..a6592ad --- /dev/null +++ b/resources/boundaries/osm/sy.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" \ No newline at end of file diff --git a/resources/boundaries/osm/sz.yaml b/resources/boundaries/osm/sz.yaml new file mode 100644 index 0000000..dcce191 --- /dev/null +++ b/resources/boundaries/osm/sz.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" \ No newline at end of file diff --git a/resources/boundaries/osm/tc.yaml b/resources/boundaries/osm/tc.yaml new file mode 100644 index 0000000..9be1a3b --- /dev/null +++ b/resources/boundaries/osm/tc.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "6": "state" \ No newline at end of file diff --git a/resources/boundaries/osm/td.yaml b/resources/boundaries/osm/td.yaml new file mode 100644 index 0000000..8efc610 --- /dev/null +++ b/resources/boundaries/osm/td.yaml @@ -0,0 +1,10 @@ +--- + admin_level: + "2": "country" + "4": "state" + + overrides: + id: + relation: + # N'Djamena + "3718330": "city" diff --git a/resources/boundaries/osm/tf.yaml b/resources/boundaries/osm/tf.yaml new file mode 100644 index 0000000..ea9b509 --- /dev/null +++ b/resources/boundaries/osm/tf.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "3": "country" diff --git a/resources/boundaries/osm/tg.yaml b/resources/boundaries/osm/tg.yaml new file mode 100644 index 0000000..63fed2d --- /dev/null +++ b/resources/boundaries/osm/tg.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" diff --git a/resources/boundaries/osm/th.yaml b/resources/boundaries/osm/th.yaml new file mode 100644 index 0000000..9f78b8e --- /dev/null +++ b/resources/boundaries/osm/th.yaml @@ -0,0 +1,28 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city_district" + "10": "city" + + place: + "district": "state_district" + + overrides: + id: + relation: + # Bangkok + "92277": "city" + contained_by: + relation: + "92277": + global_overrides_last: true + admin_level: + "6": "city_district" + "8": "suburb" + + use_admin_center: + - id: 92277 # Bangkok + type: relation + probability: 0.85 \ No newline at end of file diff --git a/resources/boundaries/osm/tj.yaml b/resources/boundaries/osm/tj.yaml new file mode 100644 index 0000000..43174af --- /dev/null +++ b/resources/boundaries/osm/tj.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + diff --git a/resources/boundaries/osm/tk.yaml b/resources/boundaries/osm/tk.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/tk.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/tl.yaml b/resources/boundaries/osm/tl.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/tl.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/tm.yaml b/resources/boundaries/osm/tm.yaml new file mode 100644 index 0000000..4ea0cdc --- /dev/null +++ b/resources/boundaries/osm/tm.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "2": "country" + "4": "state" + "8": "city" diff --git a/resources/boundaries/osm/tn.yaml b/resources/boundaries/osm/tn.yaml new file mode 100644 index 0000000..6f8b457 --- /dev/null +++ b/resources/boundaries/osm/tn.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "city" + "6": "city_district" + diff --git a/resources/boundaries/osm/to.yaml b/resources/boundaries/osm/to.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/to.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/tr.yaml b/resources/boundaries/osm/tr.yaml new file mode 100644 index 0000000..ff014f6 --- /dev/null +++ b/resources/boundaries/osm/tr.yaml @@ -0,0 +1,27 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "6": "state_district" + "8": "city" + "10": "suburb" + + overrides: + id: + relation: + # Istanbul, coterminous with the city + "223474": "city" + + contained_by: + relation: + # Istanbul + "223474": + admin_level: + "6": "city_district" + "8": "suburb" + + # Ankara + "223422": + admin_level: + "6": "city_district" diff --git a/resources/boundaries/osm/tt.yaml b/resources/boundaries/osm/tt.yaml new file mode 100644 index 0000000..688b43c --- /dev/null +++ b/resources/boundaries/osm/tt.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" diff --git a/resources/boundaries/osm/tv.yaml b/resources/boundaries/osm/tv.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/tv.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/tw.yaml b/resources/boundaries/osm/tw.yaml new file mode 100644 index 0000000..99f1b86 --- /dev/null +++ b/resources/boundaries/osm/tw.yaml @@ -0,0 +1,19 @@ +--- + admin_level: + "2": "country" + # Except for the streamlined provinces, admin_level=4 is for special cities + "4": "city" + "5": "city_district" + "6": "state_district" + "7": "city_district" + # County-controlled cities + "8": "city" + "9": "suburb" + + overrides: + id: + relation: + # Taiwan Province + "3777248": "state" + # Fujian Province + "3777250": "state" diff --git a/resources/boundaries/osm/tz.yaml b/resources/boundaries/osm/tz.yaml new file mode 100644 index 0000000..7609e17 --- /dev/null +++ b/resources/boundaries/osm/tz.yaml @@ -0,0 +1,26 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "state_district" + "7": "state_district" + "9": "city" + + overrides: + id: + relation: + # Dar es Salaam + "1600803": "city" + + + contained_by: + relation: + # Dar es Salaam + "1600803": + admin_level: + "9": "city_district" + + use_admin_center: + - id: 1600803 # Dar es Salaam + type: relation + probability: 0.9 diff --git a/resources/boundaries/osm/ua.yaml b/resources/boundaries/osm/ua.yaml new file mode 100644 index 0000000..300bcef --- /dev/null +++ b/resources/boundaries/osm/ua.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "city_district" + "8": "city_district" + "9": "city" + diff --git a/resources/boundaries/osm/ug.yaml b/resources/boundaries/osm/ug.yaml new file mode 100644 index 0000000..faf259f --- /dev/null +++ b/resources/boundaries/osm/ug.yaml @@ -0,0 +1,9 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "state_district" + "9": "city" + "10": "city_district" + diff --git a/resources/boundaries/osm/um.yaml b/resources/boundaries/osm/um.yaml new file mode 100644 index 0000000..bf013f9 --- /dev/null +++ b/resources/boundaries/osm/um.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "4": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/us.yaml b/resources/boundaries/osm/us.yaml new file mode 100644 index 0000000..cb280a7 --- /dev/null +++ b/resources/boundaries/osm/us.yaml @@ -0,0 +1,61 @@ +--- + admin_level: + "2": "country" + "4": "state" + "5": "city" + "6": "state_district" + "7": "city" + "8": "city" + "9": "city_district" + "10": "suburb" + + overrides: + id: + node: + # Brooklyn + "158857828": "city_district" + # Bronx + "158903369": "city_district" + # Queens + "158863443": "city_district" + # Staten Island + "158851392": "city_district" + # New York county node + "316976731": null + # Manhattan node + "357644127": "city_district" + way: + # Manhattan + "400014249": "city_district" + # Oquossoc (would be city_district) + "294075882": "city" + # La Cresta (would be city_district) + "305337915": "city" + relation: + # Boothbay Harbour, Maine (would be city_district, part of city with same name) + "132812": null + # Narragansett Pier, RI (would be city_district) + "191221": "city" + # Alum Rock (would be city_district, node is suburb) + "113390": "suburb" + # Cambrian Park (would be city_district) + "113393": "suburb" + # East Foothills (would be city_district) + "113394": "city" + # Beecher, MI (would be city_district) + "134625": "city" + # Union Hill-Novelty Hill (would be city_district) + "237544": "city" + # Cypress Village (would be city_district, is a "village of Irvine", basically a neighborhood) + "1561608": "suburb" + # Portola Springs (would be city_district, is a "village of Irvine", basically a neighborhood) + "1536349": "suburb" + # Lower Peters Canyon (would be city_district, is a "village of Irvine", basically a neighborhood) + "1574023": "suburb" + # Walnut (would be city_district, is a "village of Irvine", basically a neighborhood) + "1559020": "suburb" + # Orchard Hills (would be city_district, is a "village of Irvine", basically a neighborhood) + "1539925": "suburb" + # Iron Horse (would be city_district) + "2317331": "suburb" + diff --git a/resources/boundaries/osm/uy.yaml b/resources/boundaries/osm/uy.yaml new file mode 100644 index 0000000..9923e17 --- /dev/null +++ b/resources/boundaries/osm/uy.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "7": "state_district" + "8": "city" + diff --git a/resources/boundaries/osm/uz.yaml b/resources/boundaries/osm/uz.yaml new file mode 100644 index 0000000..43174af --- /dev/null +++ b/resources/boundaries/osm/uz.yaml @@ -0,0 +1,7 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + diff --git a/resources/boundaries/osm/va.yaml b/resources/boundaries/osm/va.yaml new file mode 100644 index 0000000..688b43c --- /dev/null +++ b/resources/boundaries/osm/va.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" diff --git a/resources/boundaries/osm/vc.yaml b/resources/boundaries/osm/vc.yaml new file mode 100644 index 0000000..9be1a3b --- /dev/null +++ b/resources/boundaries/osm/vc.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "6": "state" \ No newline at end of file diff --git a/resources/boundaries/osm/ve.yaml b/resources/boundaries/osm/ve.yaml new file mode 100644 index 0000000..4a70b71 --- /dev/null +++ b/resources/boundaries/osm/ve.yaml @@ -0,0 +1,56 @@ +--- + admin_level: + "2": "country" + "3": "country_region" + "4": "state" + "6": "state_district" + "7": "state_district" + "8": "city" + "9": "suburb" + + overrides: + id: + relation: + # Municipio Libertador + "3321735": "city" + # Municipio Chacao (part of Caracas) + "3335672": "city" + # Municipio Sucre (part of Caracas) + "3335761": "city" + # Municipio Baruta + "3335760": "city" + # Municipio El Hatillo + "2458293": "city" + + contained_by: + relation: + # Municipio Libertador + "3321735": + global_overrides_last: true + admin_level: + "8": "city_district" + # Municipio Chacao (part of Caracas) + "3335672": + global_overrides_last: true + admin_level: + "8": "city_district" + # Municipio Sucre (part of Caracas) + "3335761": + global_overrides_last: true + admin_level: + "8": "city_district" + # Municipio Baruta + "3335760": + global_overrides_last: true + admin_level: + "8": "city_district" + # Municipio El Hatillo + "2458293": + global_overrides_last: true + admin_level: + "8": "city_district" + + use_admin_center: + - id: 2444378 # Caracas (Districto Capital) + type: relation + probability: 0.65 diff --git a/resources/boundaries/osm/vg.yaml b/resources/boundaries/osm/vg.yaml new file mode 100644 index 0000000..688b43c --- /dev/null +++ b/resources/boundaries/osm/vg.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" diff --git a/resources/boundaries/osm/vi.yaml b/resources/boundaries/osm/vi.yaml new file mode 100644 index 0000000..d099f1c --- /dev/null +++ b/resources/boundaries/osm/vi.yaml @@ -0,0 +1,5 @@ +--- + admin_level: + "4": "country" + "6": "state_district" + "8": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/vn.yaml b/resources/boundaries/osm/vn.yaml new file mode 100644 index 0000000..fef75d1 --- /dev/null +++ b/resources/boundaries/osm/vn.yaml @@ -0,0 +1,20 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city_district" + "10": "city_district" + overrides: + id: + relation: + # Ho Chi Minh City + "1973756": "city" + # Cần Thơ + "1874283": "city" + # Hanoi + "1903516": "city" + # Hải Phòng + "1902682": "city" + # Đà Nẵng + "1891418": "city" diff --git a/resources/boundaries/osm/vu.yaml b/resources/boundaries/osm/vu.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/vu.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/wf.yaml b/resources/boundaries/osm/wf.yaml new file mode 100644 index 0000000..49604b7 --- /dev/null +++ b/resources/boundaries/osm/wf.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "3": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/ws.yaml b/resources/boundaries/osm/ws.yaml new file mode 100644 index 0000000..e4357cf --- /dev/null +++ b/resources/boundaries/osm/ws.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/ye.yaml b/resources/boundaries/osm/ye.yaml new file mode 100644 index 0000000..04092d4 --- /dev/null +++ b/resources/boundaries/osm/ye.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/yt.yaml b/resources/boundaries/osm/yt.yaml new file mode 100644 index 0000000..5ca2ad6 --- /dev/null +++ b/resources/boundaries/osm/yt.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "3": "country" + "8": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/za.yaml b/resources/boundaries/osm/za.yaml new file mode 100644 index 0000000..3b6c365 --- /dev/null +++ b/resources/boundaries/osm/za.yaml @@ -0,0 +1,8 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" + "10": "city_district" + diff --git a/resources/boundaries/osm/zm.yaml b/resources/boundaries/osm/zm.yaml new file mode 100644 index 0000000..f7715cb --- /dev/null +++ b/resources/boundaries/osm/zm.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "2": "country" + "4": "state" diff --git a/resources/boundaries/osm/zw.yaml b/resources/boundaries/osm/zw.yaml new file mode 100644 index 0000000..ecf6dcc --- /dev/null +++ b/resources/boundaries/osm/zw.yaml @@ -0,0 +1,6 @@ +--- + admin_level: + "2": "country" + "4": "state" + "6": "state_district" + "8": "city" \ No newline at end of file diff --git a/resources/categories/af.tsv b/resources/categories/af.tsv new file mode 100644 index 0000000..5975a92 --- /dev/null +++ b/resources/categories/af.tsv @@ -0,0 +1,735 @@ +key value is_plural phrase +aeroway aerodrome 0 lughawe +aeroway aerodrome 1 lughawes +amenity arts_centre 0 kunssentrum +amenity arts_centre 1 kunssentrums +amenity atm 0 otm +amenity atm 1 otms +amenity auditorium 0 ouditorium +amenity auditorium 1 ouditoriums +amenity bank 0 bank +amenity bank 1 banks +amenity bar 0 kroeg +amenity bar 1 kroegs +amenity bicycle_parking 0 fietsparkering +amenity bicycle_parking 1 fietsparkerings +amenity bicycle_rental 0 fietsverhuring +amenity bicycle_rental 1 fietsverhurings +amenity brothel 0 bordeel +amenity brothel 1 bordeels +amenity bureau_de_change 0 wisselkantoor +amenity bureau_de_change 1 wisselkantoors +amenity bus_station 0 bushalte +amenity bus_station 1 bushaltes +amenity cafe 0 kafee +amenity cafe 1 kafees +amenity car_rental 0 motorverhuring +amenity car_rental 1 motorverhurings +amenity car_wash 0 karwas +amenity car_wash 1 karwass +amenity casino 0 casino +amenity casino 1 casinos +amenity cinema 0 bioskoop +amenity cinema 1 bioskoops +amenity clinic 0 kliniek +amenity clinic 1 klinieks +amenity club 0 klub +amenity club 1 klubs +amenity college 0 kollege +amenity college 1 kolleges +amenity community_centre 0 gemeenskap-sentrum +amenity community_centre 1 gemeenskap-sentrums +amenity courthouse 0 hof +amenity courthouse 1 hofs +amenity crematorium 0 krematorium +amenity crematorium 1 krematoriums +amenity dentist 0 tandarts +amenity dentist 1 tandartss +amenity doctors 0 dokters +amenity doctors 1 dokterss +amenity dormitory 0 studentehuis +amenity dormitory 1 studentehuiss +amenity drinking_water 0 drinkwater +amenity drinking_water 1 drinkwaters +amenity driving_school 0 bestuurskool +amenity driving_school 1 bestuurskools +amenity embassy 0 ambassade +amenity embassy 1 ambassades +amenity emergency_phone 0 noodtelefoon +amenity emergency_phone 1 noodtelefoons +amenity fast_food 0 wegneemetes +amenity fast_food 1 wegneemetess +amenity ferry_terminal 0 veerterminaal +amenity ferry_terminal 1 veerterminaals +amenity fire_hydrant 0 brandkraan +amenity fire_hydrant 1 brandkraans +amenity fire_station 0 brandweerstasie +amenity fire_station 1 brandweerstasies +amenity fountain 0 fontein +amenity fountain 1 fonteins +amenity fuel 0 brandstof +amenity fuel 1 brandstofs +amenity grave_yard 0 begraafplaas +amenity grave_yard 1 begraafplaass +amenity hall 0 saal +amenity hall 1 saals +amenity health_centre 0 gesondheidsentrum +amenity health_centre 1 gesondheidsentrums +amenity hospital 0 hospitaal +amenity hospital 1 hospitaals +amenity hotel 0 hotel +amenity hotel 1 hotels +amenity hunting_stand 0 jagtoring +amenity hunting_stand 1 jagtorings +amenity ice_cream 0 roomys +amenity ice_cream 1 roomyss +amenity kindergarten 0 kleuterskool +amenity kindergarten 1 kleuterskools +amenity library 0 biblioteek +amenity library 1 biblioteeks +amenity market 0 mark +amenity market 1 marks +amenity marketplace 0 markplein +amenity marketplace 1 markpleins +amenity nightclub 0 nagklub +amenity nightclub 1 nagklubs +amenity nursery 0 kleuterskool +amenity nursery 1 kleuterskools +amenity nursing_home 0 verpleeghuis +amenity nursing_home 1 verpleeghuiss +amenity office 0 kantoor +amenity office 1 kantoors +amenity park 0 park +amenity park 1 parks +amenity parking 0 parkade +amenity parking 1 parkades +amenity pharmacy 0 apteek +amenity pharmacy 1 apteeks +amenity place_of_worship 0 plek van aanbidding +amenity place_of_worship 1 plek van aanbiddings +amenity police 0 polisie +amenity police 1 polisies +amenity post_box 0 posbus +amenity post_box 1 posbuss +amenity post_office 0 poskantoor +amenity post_office 1 poskantoors +amenity preschool 0 kleuterskool +amenity preschool 1 kleuterskools +amenity prison 0 tronk +amenity prison 1 tronks +amenity pub 0 kroeg +amenity pub 1 kroegs +amenity public_building 0 openbare gebou +amenity public_building 1 openbare gebous +amenity public_market 0 openbare mark +amenity public_market 1 openbare marks +amenity reception_area 0 ontvangsarea +amenity reception_area 1 ontvangsareas +amenity restaurant 0 restaurant +amenity restaurant 1 restaurants +amenity retirement_home 0 ouetehuis +amenity retirement_home 1 ouetehuiss +amenity sauna 0 sauna +amenity sauna 1 saunas +amenity school 0 skool +amenity school 1 skools +amenity shelter 0 skuiling +amenity shelter 1 skuilings +amenity shop 0 winkel +amenity shop 1 winkels +amenity shopping 0 inkopies +amenity shopping 1 inkopiess +amenity social_club 0 sosiale klub +amenity social_club 1 sosiale klubs +amenity studio 0 studio +amenity studio 1 studios +amenity supermarket 0 supermark +amenity supermarket 1 supermarks +amenity taxi 0 taxi +amenity taxi 1 taxis +amenity telephone 0 openbare telefoon +amenity telephone 1 openbare telefoons +amenity theatre 0 teater +amenity theatre 1 teaters +amenity toilets 0 toilette +amenity toilets 1 toilettes +amenity townhall 0 stadsaal +amenity townhall 1 stadsaals +amenity university 0 universiteit +amenity university 1 universiteits +amenity veterinary 0 veearts +amenity veterinary 1 veeartss +amenity waste_basket 0 asblik +amenity waste_basket 1 asbliks +amenity wifi 0 wifi-toegang +amenity wifi 1 wifi-toegangs +amenity youth_centre 0 jeugsentrum +amenity youth_centre 1 jeugsentrums +boundary administrative 0 administratiewe grens +boundary administrative 1 administratiewe grenss +building apartments 0 woonstelblok +building apartments 1 woonstelbloks +building block 0 boublok +building block 1 boubloks +building bunker 0 bunker +building bunker 1 bunkers +building chapel 0 kapel +building chapel 1 kapels +building church 0 kerk +building church 1 kerks +building commercial 0 kommersiële-gebou +building commercial 1 kommersiële-gebous +building dormitory 0 studentehuis +building dormitory 1 studentehuiss +building entrance 0 ingang +building entrance 1 ingangs +building faculty 0 fakulteit-gebou +building faculty 1 fakulteit-gebous +building farm 0 plaasgebou +building farm 1 plaasgebous +building flats 0 woonstelle +building flats 1 woonstelles +building garage 0 garage +building garage 1 garages +building hospital 0 hospitaal-gebou +building hospital 1 hospitaal-gebous +building hotel 0 hotel +building hotel 1 hotels +building house 0 huis +building house 1 huiss +building industrial 0 industriële gebou +building industrial 1 industriële gebous +building office 0 kantoorgebou +building office 1 kantoorgebous +building public 0 openbare gebou +building public 1 openbare gebous +building residential 0 residensiële gebou +building residential 1 residensiële gebous +building retail 0 kleinhandel-gebou +building retail 1 kleinhandel-gebous +building school 0 skoolgebou +building school 1 skoolgebous +building shop 0 winkel +building shop 1 winkels +building stadium 0 stadion +building stadium 1 stadions +building store 0 winkel +building store 1 winkels +building terrace 0 terras +building terrace 1 terrass +building tower 0 toring +building tower 1 torings +building train_station 0 spoorwegstasie +building train_station 1 spoorwegstasies +building university 0 universiteitsgebou +building university 1 universiteitsgebous +building "yes" 0 gebou +building "yes" 1 gebous +highway bridleway 0 ruiterpad +highway bridleway 1 ruiterpads +highway bus_stop 0 bushalte +highway bus_stop 1 bushaltes +highway construction 0 snelweg in aanbou +highway construction 1 snelweg in aanbous +highway cycleway 0 fietspad +highway cycleway 1 fietspads +highway distance_marker 0 afstandsmerker +highway distance_marker 1 afstandsmerkers +highway emergency_access_point 0 noodtoeganspunt +highway emergency_access_point 1 noodtoeganspunts +highway footway 0 voetpad +highway footway 1 voetpads +highway gate 0 hek +highway gate 1 heks +highway motorway 0 snelweg +highway motorway 1 snelwegs +highway motorway_junction 0 snelwegknooppunt +highway motorway_junction 1 snelwegknooppunts +highway path 0 pad +highway path 1 pads +highway pedestrian 0 voetpad +highway pedestrian 1 voetpads +highway platform 0 platform +highway platform 1 platforms +highway primary 0 primêre pad +highway primary 1 primêre pads +highway primary_link 0 primêre pad +highway primary_link 1 primêre pads +highway raceway 0 renbaan +highway raceway 1 renbaans +highway residential 0 woonerf +highway residential 1 woonerfs +highway road 0 pad +highway road 1 pads +highway secondary 0 sekondêre pad +highway secondary 1 sekondêre pads +highway secondary_link 0 sekondêre pad +highway secondary_link 1 sekondêre pads +highway service 0 dienspad +highway service 1 dienspads +highway services 0 snelweg dienste +highway services 1 snelweg dienstes +highway steps 0 trappe +highway steps 1 trappes +highway tertiary 0 tersiêre pad +highway tertiary 1 tersiêre pads +highway track 0 spoor +highway track 1 spoors +highway trail 0 wandelpad +highway trail 1 wandelpads +highway trunk 0 trokpad +highway trunk 1 trokpads +highway trunk_link 0 trokpad +highway trunk_link 1 trokpads +highway unclassified 0 ongeklassifiseerde pad +highway unclassified 1 ongeklassifiseerde pads +highway unsurfaced 0 grondpad +highway unsurfaced 1 grondpads +historic archaeological_site 0 argeologiese vindplaas +historic archaeological_site 1 argeologiese vindplaass +historic battlefield 0 slagveld +historic battlefield 1 slagvelds +historic building 0 gebou +historic building 1 gebous +historic castle 0 kasteel +historic castle 1 kasteels +historic church 0 kerk +historic church 1 kerks +historic house 0 huis +historic house 1 huiss +historic icon 0 ikoon +historic icon 1 ikoons +historic manor 0 landgoed +historic manor 1 landgoeds +historic memorial 0 herdenkingsmonument +historic memorial 1 herdenkingsmonuments +historic mine 0 myn +historic mine 1 myns +historic monument 0 monument +historic monument 1 monuments +historic museum 0 museum +historic museum 1 museums +historic ruins 0 ruïnes +historic ruins 1 ruïness +historic tower 0 toring +historic tower 1 torings +historic wayside_cross 0 kruis langs die pad +historic wayside_cross 1 kruis langs die pads +historic wayside_shrine 0 altaar langs die pad +historic wayside_shrine 1 altaar langs die pads +historic wreck 0 wrak +historic wreck 1 wraks +landuse cemetery 0 begraafplaas +landuse cemetery 1 begraafplaass +landuse commercial 0 kommersiële gebied +landuse commercial 1 kommersiële gebieds +landuse construction 0 konstruksie +landuse construction 1 konstruksies +landuse farm 0 plaas +landuse farm 1 plaass +landuse farmland 0 plaasgrond +landuse farmland 1 plaasgronds +landuse farmyard 0 plaaswerf +landuse farmyard 1 plaaswerfs +landuse forest 0 woud +landuse forest 1 wouds +landuse grass 0 gras +landuse grass 1 grass +landuse industrial 0 industriële gebied +landuse industrial 1 industriële gebieds +landuse landfill 0 stortingsterrein +landuse landfill 1 stortingsterreins +landuse military 0 militêre gebied +landuse military 1 militêre gebieds +landuse mine 0 myn +landuse mine 1 myns +landuse mountain 0 berg +landuse mountain 1 bergs +landuse nature_reserve 0 natuurreservaat +landuse nature_reserve 1 natuurreservaats +landuse park 0 park +landuse park 1 parks +landuse plaza 0 plein +landuse plaza 1 pleins +landuse quarry 0 steengroewe +landuse quarry 1 steengroewes +landuse railway 0 spoor +landuse railway 1 spoors +landuse reservoir 0 reservoir +landuse reservoir 1 reservoirs +landuse residential 0 woongebied +landuse residential 1 woongebieds +landuse retail 0 kleinhandel +landuse retail 1 kleinhandels +landuse vineyard 0 wingerd +landuse vineyard 1 wingerds +landuse wetland 0 vleiland +landuse wetland 1 vleilands +landuse wood 0 bos +landuse wood 1 boss +leisure beach_resort 0 strandoort +leisure beach_resort 1 strandoorts +leisure fishing 0 visvangarea +leisure fishing 1 visvangareas +leisure garden 0 tuin +leisure garden 1 tuins +leisure golf_course 0 gholfbaan +leisure golf_course 1 gholfbaans +leisure ice_rink 0 ysbaan +leisure ice_rink 1 ysbaans +leisure marina 0 marina +leisure marina 1 marinas +leisure miniature_golf 0 minigolf +leisure miniature_golf 1 minigolfs +leisure nature_reserve 0 natuurreservaat +leisure nature_reserve 1 natuurreservaats +leisure park 0 park +leisure park 1 parks +leisure pitch 0 sportveld +leisure pitch 1 sportvelds +leisure playground 0 speelgrond +leisure playground 1 speelgronds +leisure sports_centre 0 sport-sentrum +leisure sports_centre 1 sport-sentrums +leisure stadium 0 stadion +leisure stadium 1 stadions +leisure swimming_pool 0 swembad +leisure swimming_pool 1 swembads +leisure track 0 atletiekbaan +leisure track 1 atletiekbaans +leisure water_park 0 waterspeelpark +leisure water_park 1 waterspeelparks +natural bay 0 baai +natural bay 1 baais +natural beach 0 strand +natural beach 1 strands +natural cape 0 kaap +natural cape 1 kaaps +natural cave_entrance 0 grotingang +natural cave_entrance 1 grotingangs +natural channel 0 kanaal +natural channel 1 kanaals +natural cliff 0 kloof +natural cliff 1 kloofs +natural coastline 0 kuslyn +natural coastline 1 kuslyns +natural crater 0 krater +natural crater 1 kraters +natural feature 0 besienswaardigheid +natural feature 1 besienswaardigheids +natural geyser 0 geiser +natural geyser 1 geisers +natural glacier 0 gletser +natural glacier 1 gletsers +natural heath 0 heide +natural heath 1 heides +natural hill 0 heuwel +natural hill 1 heuwels +natural island 0 eiland +natural island 1 eilands +natural land 0 land +natural land 1 lands +natural marsh 0 moeras +natural marsh 1 moerass +natural mud 0 modder +natural mud 1 modders +natural peak 0 piek +natural peak 1 pieks +natural point 0 punt +natural point 1 punts +natural reef 0 rif +natural reef 1 rifs +natural ridge 0 bergkam +natural ridge 1 bergkams +natural river 0 rivier +natural river 1 riviers +natural rock 0 rotse +natural rock 1 rotses +natural scree 0 puin +natural scree 1 puins +natural scrub 0 struikgewas +natural scrub 1 struikgewass +natural shoal 0 sandbank +natural shoal 1 sandbanks +natural spring 0 bron +natural spring 1 brons +natural strait 0 seestraat +natural strait 1 seestraats +natural tree 0 boom +natural tree 1 booms +natural valley 0 vallei +natural valley 1 valleis +natural volcano 0 vulkaan +natural volcano 1 vulkaans +natural water 0 water +natural water 1 waters +natural wetland 0 moeras +natural wetland 1 moerass +natural wetlands 0 moeras +natural wetlands 1 moerass +natural wood 0 bos +natural wood 1 boss +place city 0 stad +place city 1 stads +place country 0 land +place country 1 lands +place county 0 distrik +place county 1 distriks +place farm 0 plaas +place farm 1 plaass +place house 0 huis +place house 1 huiss +place houses 0 huise +place houses 1 huises +place island 0 eiland +place island 1 eilands +place islet 0 eilandjie +place islet 1 eilandjies +place municipality 0 munisipaliteit +place municipality 1 munisipaliteits +place postcode 0 poskode +place postcode 1 poskodes +place region 0 streek +place region 1 streeks +place sea 0 see +place sea 1 sees +place state 0 staat +place state 1 staats +place subdivision 0 deelgebied +place subdivision 1 deelgebieds +place suburb 0 voorstad +place suburb 1 voorstads +place town 0 dorp +place town 1 dorps +place unincorporated_area 0 geïnkorporeerde ruimte +place unincorporated_area 1 geïnkorporeerde ruimtes +place village 0 dorp +place village 1 dorps +railway construction 0 spoor in aanbou +railway construction 1 spoor in aanbous +railway disused_station 0 ongebruikte spoorwegstasie +railway disused_station 1 ongebruikte spoorwegstasies +railway funicular 0 kabelspoorweg +railway funicular 1 kabelspoorwegs +railway halt 0 treinhalte +railway halt 1 treinhaltes +railway historic_station 0 historiese spoorwegstasie +railway historic_station 1 historiese spoorwegstasies +railway junction 0 spoorwegkruising +railway junction 1 spoorwegkruisings +railway level_crossing 0 gelykvloerse kruising +railway level_crossing 1 gelykvloerse kruisings +railway monorail 0 monorail +railway monorail 1 monorails +railway narrow_gauge 0 smalspoor +railway narrow_gauge 1 smalspoors +railway platform 0 spoorweg-platform +railway platform 1 spoorweg-platforms +railway preserved 0 historiese spoor +railway preserved 1 historiese spoors +railway station 0 spoorwegstasie +railway station 1 spoorwegstasies +railway subway 0 metrostasie +railway subway 1 metrostasies +railway subway_entrance 0 metroingang +railway subway_entrance 1 metroingangs +railway switch 0 spoogwegpunte +railway switch 1 spoogwegpuntes +railway tram_stop 0 tramhalte +railway tram_stop 1 tramhaltes +shop apparel 0 kledingwinkel +shop apparel 1 kledingwinkels +shop art 0 kunswinkel +shop art 1 kunswinkels +shop bakery 0 bakkery +shop bakery 1 bakkerys +shop beauty 0 skoonheidssalon +shop beauty 1 skoonheidssalons +shop bicycle 0 fietswinkel +shop bicycle 1 fietswinkels +shop books 0 boekwinkel +shop books 1 boekwinkels +shop butcher 0 slagter +shop butcher 1 slagters +shop car 0 motorwinkel +shop car 1 motorwinkels +shop car_dealer 0 motorhandelaar +shop car_dealer 1 motorhandelaars +shop car_parts 0 motoronderdele +shop car_parts 1 motoronderdeles +shop car_repair 0 motorherstel +shop car_repair 1 motorherstels +shop carpet 0 mat-/tapytwinkel +shop carpet 1 mat-/tapytwinkels +shop charity 0 liefdadigheidswinkel +shop charity 1 liefdadigheidswinkels +shop chemist 0 apteek +shop chemist 1 apteeks +shop clothes 0 klerewinkel +shop clothes 1 klerewinkels +shop computer 0 rekenaarwinkel +shop computer 1 rekenaarwinkels +shop convenience 0 gemakswinkel +shop convenience 1 gemakswinkels +shop copyshop 0 fotokopie-winkel +shop copyshop 1 fotokopie-winkels +shop cosmetics 0 kosmetiesewinkel +shop cosmetics 1 kosmetiesewinkels +shop discount 0 afslagwinkel +shop discount 1 afslagwinkels +shop doityourself 0 doen-dit-self-winkel +shop doityourself 1 doen-dit-self-winkels +shop drugstore 0 apteek +shop drugstore 1 apteeks +shop dry_cleaning 0 droogskoonmaker +shop dry_cleaning 1 droogskoonmakers +shop electronics 0 elektronikawinkel +shop electronics 1 elektronikawinkels +shop farm 0 plaaswinkel +shop farm 1 plaaswinkels +shop fashion 0 modewinkel +shop fashion 1 modewinkels +shop fish 0 viswinkel +shop fish 1 viswinkels +shop florist 0 bloemiste +shop florist 1 bloemistes +shop food 0 koswinkel +shop food 1 koswinkels +shop funeral_directors 0 begrafnisondernemer +shop funeral_directors 1 begrafnisondernemers +shop furniture 0 meubels +shop furniture 1 meubelss +shop gallery 0 galery +shop gallery 1 galerys +shop garden_centre 0 kwekery/tuinsentrum +shop garden_centre 1 kwekery/tuinsentrums +shop general 0 algemene winkel +shop general 1 algemene winkels +shop gift 0 geskenkwinkel +shop gift 1 geskenkwinkels +shop grocery 0 kruideniersware-winkel +shop grocery 1 kruideniersware-winkels +shop hairdresser 0 haarkapper +shop hairdresser 1 haarkappers +shop hardware 0 hardwarewinkel +shop hardware 1 hardwarewinkels +shop hifi 0 hi-fi +shop hifi 1 hi-fis +shop insurance 0 versekering +shop insurance 1 versekerings +shop jewelry 0 juwelierswinkel +shop jewelry 1 juwelierswinkels +shop kiosk 0 kioskwinkel +shop kiosk 1 kioskwinkels +shop laundry 0 wassery +shop laundry 1 wasserys +shop market 0 mark +shop market 1 marks +shop mobile_phone 0 selfoonwinkel +shop mobile_phone 1 selfoonwinkels +shop motorcycle 0 motorfietswinkel +shop motorcycle 1 motorfietswinkels +shop music 0 musiekwinkel +shop music 1 musiekwinkels +shop newsagent 0 nuusagent +shop newsagent 1 nuusagents +shop optician 0 oogkundige +shop optician 1 oogkundiges +shop organic 0 organiese koswinkel +shop organic 1 organiese koswinkels +shop outdoor 0 buitelug-winkel +shop outdoor 1 buitelug-winkels +shop pet 0 dierewinkel +shop pet 1 dierewinkels +shop photo 0 fotowinkel +shop photo 1 fotowinkels +shop salon 0 skoonheidssalon +shop salon 1 skoonheidssalons +shop shoes 0 skoenwinkel +shop shoes 1 skoenwinkels +shop shopping_centre 0 winkelsentrum +shop shopping_centre 1 winkelsentrums +shop sports 0 sportwinkel +shop sports 1 sportwinkels +shop stationery 0 skryfbehoeftes-winkel +shop stationery 1 skryfbehoeftes-winkels +shop supermarket 0 supermark +shop supermarket 1 supermarks +shop toys 0 speelgoedwinkel +shop toys 1 speelgoedwinkels +shop travel_agency 0 reisburo +shop travel_agency 1 reisburos +shop video 0 video-winkel +shop video 1 video-winkels +tourism alpine_hut 0 berghut +tourism alpine_hut 1 berghuts +tourism artwork 0 kunswerk +tourism artwork 1 kunswerks +tourism attraction 0 attraksie +tourism attraction 1 attraksies +tourism bed_and_breakfast 0 bed en ontbyt +tourism bed_and_breakfast 1 bed en ontbyts +tourism cabin 0 hut +tourism cabin 1 huts +tourism camp_site 0 kampterrein +tourism camp_site 1 kampterreins +tourism caravan_site 0 karavaanpark +tourism caravan_site 1 karavaanparks +tourism chalet 0 chalet +tourism chalet 1 chalets +tourism guest_house 0 gastehuis +tourism guest_house 1 gastehuiss +tourism hostel 0 hotel +tourism hostel 1 hotels +tourism hotel 0 hotel +tourism hotel 1 hotels +tourism information 0 inligting +tourism information 1 inligtings +tourism lean_to 0 leer om +tourism lean_to 1 leer oms +tourism motel 0 motel +tourism motel 1 motels +tourism museum 0 museum +tourism museum 1 museums +tourism picnic_site 0 piekniekplek +tourism picnic_site 1 piekniekpleks +tourism theme_park 0 pretpark +tourism theme_park 1 pretparks +tourism valley 0 vallei +tourism valley 1 valleis +tourism viewpoint 0 uitkykpunt +tourism viewpoint 1 uitkykpunts +tourism zoo 0 dieretuin +tourism zoo 1 dieretuins +waterway boatyard 0 skeepswerf +waterway boatyard 1 skeepswerfs +waterway canal 0 kanaal +waterway canal 1 kanaals +waterway connector 0 waterverbinding +waterway connector 1 waterverbindings +waterway dam 0 dam +waterway dam 1 dams +waterway ditch 0 sloot +waterway ditch 1 sloots +waterway dock 0 dokke +waterway dock 1 dokkes +waterway drain 0 afvoerkanaal +waterway drain 1 afvoerkanaals +waterway lock 0 sluis +waterway lock 1 sluiss +waterway lock_gate 0 sluisdeur +waterway lock_gate 1 sluisdeurs +waterway mineral_spring 0 minerale bron +waterway mineral_spring 1 minerale brons +waterway rapids 0 stroomversnelling +waterway rapids 1 stroomversnellings +waterway river 0 rivier +waterway river 1 riviers +waterway riverbank 0 rivierbedding +waterway riverbank 1 rivierbeddings +waterway stream 0 stroom +waterway stream 1 strooms +waterway water_point 0 waterpunt +waterway water_point 1 waterpunts +waterway waterfall 0 waterval +waterway waterfall 1 watervals diff --git a/resources/categories/ar.tsv b/resources/categories/ar.tsv new file mode 100644 index 0000000..3f9a9d4 --- /dev/null +++ b/resources/categories/ar.tsv @@ -0,0 +1,841 @@ +key value is_plural phrase +aeroway aerodrome 0 مطار +aeroway aerodrome 1 مطارs +amenity arts_centre 0 مركز فني/ثقافي +amenity arts_centre 1 مركز فني/ثقافيs +amenity atm 0 صراف آلي +amenity atm 1 صراف آليs +amenity auditorium 0 قاعة محاضرات +amenity auditorium 1 قاعة محاضراتs +amenity bank 0 مصرف +amenity bank 1 مصرفs +amenity bar 0 حانة +amenity bar 1 حانةs +amenity bench 0 مقعد +amenity bench 1 مقعدs +amenity bicycle_parking 0 موقف دراجات +amenity bicycle_parking 1 موقف دراجاتs +amenity bicycle_rental 0 تأجير دراجة +amenity bicycle_rental 1 تأجير دراجةs +amenity brothel 0 بيت دعارة +amenity brothel 1 بيت دعارةs +amenity bureau_de_change 0 مكتب صرافة +amenity bureau_de_change 1 مكتب صرافةs +amenity bus_station 0 محطة حافلات +amenity bus_station 1 محطة حافلاتs +amenity cafe 0 مقهى +amenity cafe 1 مقهىs +amenity car_rental 0 تأجير سيارات +amenity car_rental 1 تأجير سياراتs +amenity car_sharing 0 مشاركة سيارات +amenity car_sharing 1 مشاركة سياراتs +amenity car_wash 0 غسيل سيارات +amenity car_wash 1 غسيل سياراتs +amenity casino 0 نادي قمار +amenity casino 1 نادي قمارs +amenity cinema 0 سينما +amenity cinema 1 سينماs +amenity clinic 0 عيادة +amenity clinic 1 عيادةs +amenity club 0 نادي +amenity club 1 ناديs +amenity college 0 كلّية +amenity college 1 كلّيةs +amenity community_centre 0 مركز اجتماع +amenity community_centre 1 مركز اجتماعs +amenity courthouse 0 محكمة +amenity courthouse 1 محكمةs +amenity crematorium 0 محرقة جثث +amenity crematorium 1 محرقة جثثs +amenity dentist 0 طبيب أسنان +amenity dentist 1 طبيب أسنانs +amenity doctors 0 أطباء +amenity doctors 1 أطباءs +amenity dormitory 0 عنبر نوم +amenity dormitory 1 عنبر نومs +amenity drinking_water 0 مياه عذبة +amenity drinking_water 1 مياه عذبةs +amenity driving_school 0 مدرسة تعليم قيادة +amenity driving_school 1 مدرسة تعليم قيادةs +amenity embassy 0 سفارة +amenity embassy 1 سفارةs +amenity emergency_phone 0 هاتف طوارئ +amenity emergency_phone 1 هاتف طوارئs +amenity fast_food 0 وجبات سريعة +amenity fast_food 1 وجبات سريعةs +amenity ferry_terminal 0 مرسى عبّارة +amenity ferry_terminal 1 مرسى عبّارةs +amenity fire_hydrant 0 مواد مكافحة حرائق +amenity fire_hydrant 1 مواد مكافحة حرائقs +amenity fire_station 0 فوج إطفاء +amenity fire_station 1 فوج إطفاءs +amenity fountain 0 نافورة +amenity fountain 1 نافورةs +amenity fuel 0 وقود +amenity fuel 1 وقودs +amenity grave_yard 0 مقبرة +amenity grave_yard 1 مقبرةs +amenity gym 0 مركز للرشاقة/الرياضة +amenity gym 1 مركز للرشاقة/الرياضةs +amenity hall 0 قاعة +amenity hall 1 قاعةs +amenity health_centre 0 مركز صحي +amenity health_centre 1 مركز صحيs +amenity hospital 0 مستشفى +amenity hospital 1 مستشفىs +amenity hotel 0 فندق +amenity hotel 1 فندقs +amenity hunting_stand 0 مربط للصيد +amenity hunting_stand 1 مربط للصيدs +amenity ice_cream 0 مثلجات +amenity ice_cream 1 مثلجاتs +amenity kindergarten 0 حضانة أطفال +amenity kindergarten 1 حضانة أطفالs +amenity library 0 مكتبة +amenity library 1 مكتبةs +amenity market 0 سوق +amenity market 1 سوقs +amenity marketplace 0 سوق +amenity marketplace 1 سوقs +amenity mountain_rescue 0 للإنقاذ في الجبل +amenity mountain_rescue 1 للإنقاذ في الجبلs +amenity nightclub 0 نادي ليلي +amenity nightclub 1 نادي ليليs +amenity nursery 0 رعاية تمريضية +amenity nursery 1 رعاية تمريضيةs +amenity nursing_home 0 دار رعاية مسنين/معاقين +amenity nursing_home 1 دار رعاية مسنين/معاقينs +amenity office 0 مكتب +amenity office 1 مكتبs +amenity park 0 منتزه +amenity park 1 منتزهs +amenity parking 0 موقف سيارات +amenity parking 1 موقف سياراتs +amenity pharmacy 0 صيدلية +amenity pharmacy 1 صيدليةs +amenity place_of_worship 0 معبد +amenity place_of_worship 1 معبدs +amenity police 0 شرطة +amenity police 1 شرطةs +amenity post_box 0 صندوق بريد +amenity post_box 1 صندوق بريدs +amenity post_office 0 مكتب بريد +amenity post_office 1 مكتب بريدs +amenity preschool 0 روضة أطفال +amenity preschool 1 روضة أطفالs +amenity prison 0 سجن +amenity prison 1 سجنs +amenity pub 0 حانة +amenity pub 1 حانةs +amenity public_building 0 مبنى عام +amenity public_building 1 مبنى عامs +amenity public_market 0 سوق عمومي +amenity public_market 1 سوق عموميs +amenity reception_area 0 منطقة استقبال +amenity reception_area 1 منطقة استقبالs +amenity recycling 0 نقطة إعادة تصنيع +amenity recycling 1 نقطة إعادة تصنيعs +amenity restaurant 0 مطعم +amenity restaurant 1 مطعمs +amenity retirement_home 0 بيت مسنين +amenity retirement_home 1 بيت مسنينs +amenity sauna 0 حمّام بخاري حار +amenity sauna 1 حمّام بخاري حارs +amenity school 0 مدرسة +amenity school 1 مدرسةs +amenity shelter 0 ملجأ +amenity shelter 1 ملجأs +amenity shop 0 متجر/دكان/حانوت +amenity shop 1 متجر/دكان/حانوتs +amenity shopping 0 التسوق +amenity shopping 1 التسوقs +amenity social_club 0 نادي اجتماعي +amenity social_club 1 نادي اجتماعيs +amenity studio 0 ستوديو +amenity studio 1 ستوديوs +amenity supermarket 0 سوبرماركت +amenity supermarket 1 سوبرماركتs +amenity taxi 0 سيارة أجرة +amenity taxi 1 سيارة أجرةs +amenity telephone 0 هاتف عمومي +amenity telephone 1 هاتف عموميs +amenity theatre 0 مسرح +amenity theatre 1 مسرحs +amenity toilets 0 مراحيض +amenity toilets 1 مراحيضs +amenity townhall 0 مبنى بلدية +amenity townhall 1 مبنى بلديةs +amenity university 0 جامعة +amenity university 1 جامعةs +amenity vending_machine 0 آلة بيع +amenity vending_machine 1 آلة بيعs +amenity veterinary 0 جراحة بيطرية +amenity veterinary 1 جراحة بيطريةs +amenity village_hall 0 مبنى/دار القرية +amenity village_hall 1 مبنى/دار القريةs +amenity waste_basket 0 سلة نفايات +amenity waste_basket 1 سلة نفاياتs +amenity wifi 0 نقطة اتصال لاسلكية واي فاي +amenity wifi 1 نقطة اتصال لاسلكية واي فايs +amenity youth_centre 0 مركز نشاطات للشباب +amenity youth_centre 1 مركز نشاطات للشبابs +boundary administrative 0 حدود إدارية +boundary administrative 1 حدود إداريةs +building apartments 0 مجموعة شقق +building apartments 1 مجموعة شققs +building block 0 مجمع مباني +building block 1 مجمع مبانيs +building bunker 0 ملجأ محصن +building bunker 1 ملجأ محصنs +building chapel 0 معبد/مصلى +building chapel 1 معبد/مصلىs +building church 0 كنيسة +building church 1 كنيسةs +building city_hall 0 دار/قاعة البلدية +building city_hall 1 دار/قاعة البلديةs +building commercial 0 مبنى تجاري +building commercial 1 مبنى تجاريs +building dormitory 0 عنبر نوم +building dormitory 1 عنبر نومs +building entrance 0 مدخل مبنى +building entrance 1 مدخل مبنىs +building faculty 0 مبنى كلية +building faculty 1 مبنى كليةs +building farm 0 مبنى مزرعة +building farm 1 مبنى مزرعةs +building flats 0 شقق +building flats 1 شققs +building garage 0 مرآب +building garage 1 مرآبs +building hall 0 قاعة +building hall 1 قاعةs +building hospital 0 مبنى مستشفى +building hospital 1 مبنى مستشفىs +building hotel 0 فندق +building hotel 1 فندقs +building house 0 منزل +building house 1 منزلs +building industrial 0 مبنى صناعي +building industrial 1 مبنى صناعيs +building office 0 مبنى مكتب +building office 1 مبنى مكتبs +building public 0 مبنى عام +building public 1 مبنى عامs +building residential 0 مبنى سكني +building residential 1 مبنى سكنيs +building retail 0 مبنى بيع بالمفرق +building retail 1 مبنى بيع بالمفرقs +building school 0 مبنى مدرسة +building school 1 مبنى مدرسةs +building shop 0 متجر +building shop 1 متجرs +building stadium 0 مدرج ألعاب رياضية +building stadium 1 مدرج ألعاب رياضيةs +building store 0 مخزن +building store 1 مخزنs +building terrace 0 صف منازل +building terrace 1 صف منازلs +building tower 0 برج +building tower 1 برجs +building train_station 0 محطة قطار +building train_station 1 محطة قطارs +building university 0 مبنى جامعة +building university 1 مبنى جامعةs +building "yes" 0 مبنى +building "yes" 1 مبنىs +highway bridleway 0 مسلك خيول +highway bridleway 1 مسلك خيولs +highway bus_guideway 0 مسار خاص للحافلات +highway bus_guideway 1 مسار خاص للحافلاتs +highway bus_stop 0 موقف حافلات +highway bus_stop 1 موقف حافلاتs +highway byway 0 طريق فرعي +highway byway 1 طريق فرعيs +highway construction 0 طريق سريع قيد الإنشاء +highway construction 1 طريق سريع قيد الإنشاءs +highway cycleway 0 مسار دراجات +highway cycleway 1 مسار دراجاتs +highway distance_marker 0 إشارة مسافة +highway distance_marker 1 إشارة مسافةs +highway emergency_access_point 0 نقطة دخول طوارئ +highway emergency_access_point 1 نقطة دخول طوارئs +highway footway 0 ممر للمشاة +highway footway 1 ممر للمشاةs +highway ford 0 مخاضة +highway ford 1 مخاضةs +highway gate 0 بوّابة +highway gate 1 بوّابةs +highway living_street 0 شارع سكني +highway living_street 1 شارع سكنيs +highway minor 0 طريق غير هام +highway minor 1 طريق غير هامs +highway motorway 0 طريق سريع +highway motorway 1 طريق سريعs +highway motorway_junction 0 تقاطع طرقات سريعة +highway motorway_junction 1 تقاطع طرقات سريعةs +highway motorway_link 0 طريق سريع +highway motorway_link 1 طريق سريعs +highway path 0 مسار +highway path 1 مسارs +highway pedestrian 0 طريق للمشاة +highway pedestrian 1 طريق للمشاةs +highway platform 0 منصة +highway platform 1 منصةs +highway primary 0 طريق أولي +highway primary 1 طريق أوليs +highway primary_link 0 طريق أولي +highway primary_link 1 طريق أوليs +highway raceway 0 حلبة سباق +highway raceway 1 حلبة سباقs +highway residential 0 طريق سكني +highway residential 1 طريق سكنيs +highway road 0 طريق +highway road 1 طريقs +highway secondary 0 طريق ثانوي +highway secondary 1 طريق ثانويs +highway secondary_link 0 طريق ثانوي +highway secondary_link 1 طريق ثانويs +highway service 0 طريق خدمة +highway service 1 طريق خدمةs +highway services 0 خدمات الطرق السريعة +highway services 1 خدمات الطرق السريعةs +highway steps 0 درج +highway steps 1 درجs +highway stile 0 مرقى لعبور جدار +highway stile 1 مرقى لعبور جدارs +highway tertiary 0 طريق فرعي +highway tertiary 1 طريق فرعيs +highway track 0 مسار +highway track 1 مسارs +highway trail 0 درب +highway trail 1 دربs +highway trunk 0 طريق رئيسي +highway trunk 1 طريق رئيسيs +highway trunk_link 0 طريق رئيسي +highway trunk_link 1 طريق رئيسيs +highway unclassified 0 طريق غير مصنّف +highway unclassified 1 طريق غير مصنّفs +highway unsurfaced 0 طريق غير معبد +highway unsurfaced 1 طريق غير معبدs +historic archaeological_site 0 موقع أثري +historic archaeological_site 1 موقع أثريs +historic battlefield 0 ساحة معركة +historic battlefield 1 ساحة معركةs +historic boundary_stone 0 حجر/صخرة تعليم حدود +historic boundary_stone 1 حجر/صخرة تعليم حدودs +historic building 0 مبنى +historic building 1 مبنىs +historic castle 0 قلعة +historic castle 1 قلعةs +historic church 0 كنيسة +historic church 1 كنيسةs +historic house 0 منزل +historic house 1 منزلs +historic icon 0 أيقونة +historic icon 1 أيقونةs +historic manor 0 عزبة +historic manor 1 عزبةs +historic memorial 0 نصب تذكاري +historic memorial 1 نصب تذكاريs +historic mine 0 منجم +historic mine 1 منجمs +historic monument 0 ضريح +historic monument 1 ضريحs +historic museum 0 متحف +historic museum 1 متحفs +historic ruins 0 أطلال +historic ruins 1 أطلالs +historic tower 0 برج +historic tower 1 برجs +historic wayside_cross 0 صليب تذكاري +historic wayside_cross 1 صليب تذكاريs +historic wayside_shrine 0 مزار جانب طريق +historic wayside_shrine 1 مزار جانب طريقs +historic wreck 0 حطام +historic wreck 1 حطامs +landuse allotments 0 حصص سكنية +landuse allotments 1 حصص سكنيةs +landuse basin 0 حوض +landuse basin 1 حوضs +landuse brownfield 0 أرض مخلفات +landuse brownfield 1 أرض مخلفاتs +landuse cemetery 0 مقبرة +landuse cemetery 1 مقبرةs +landuse commercial 0 منطقة تجارية +landuse commercial 1 منطقة تجاريةs +landuse conservation 0 محمية طبيعية +landuse conservation 1 محمية طبيعيةs +landuse construction 0 ورشة بناء +landuse construction 1 ورشة بناءs +landuse farm 0 مزرعة +landuse farm 1 مزرعةs +landuse farmland 0 أرض زراعية +landuse farmland 1 أرض زراعيةs +landuse farmyard 0 فناء مزرعة +landuse farmyard 1 فناء مزرعةs +landuse forest 0 غابة +landuse forest 1 غابةs +landuse grass 0 عشب +landuse grass 1 عشبs +landuse greenfield 0 حقول خضراء +landuse greenfield 1 حقول خضراءs +landuse industrial 0 منطقة صناعية +landuse industrial 1 منطقة صناعيةs +landuse landfill 0 مكب نفايات +landuse landfill 1 مكب نفاياتs +landuse meadow 0 مرج +landuse meadow 1 مرجs +landuse military 0 منطقة عسكرية +landuse military 1 منطقة عسكريةs +landuse mine 0 منجم +landuse mine 1 منجمs +landuse mountain 0 جبل +landuse mountain 1 جبلs +landuse nature_reserve 0 محمية طبيعية +landuse nature_reserve 1 محمية طبيعيةs +landuse park 0 منتزه +landuse park 1 منتزهs +landuse piste 0 منطقة تزحلق +landuse piste 1 منطقة تزحلقs +landuse plaza 0 ساحة +landuse plaza 1 ساحةs +landuse quarry 0 كسّارة +landuse quarry 1 كسّارةs +landuse railway 0 سكة حديدية +landuse railway 1 سكة حديديةs +landuse recreation_ground 0 ميدان ألعاب +landuse recreation_ground 1 ميدان ألعابs +landuse reservoir 0 خزان +landuse reservoir 1 خزانs +landuse residential 0 منطقة سكنية +landuse residential 1 منطقة سكنيةs +landuse retail 0 بيع بالمفرق +landuse retail 1 بيع بالمفرقs +landuse village_green 0 أرض خضراء +landuse village_green 1 أرض خضراءs +landuse vineyard 0 كرم عنب +landuse vineyard 1 كرم عنبs +landuse wetland 0 أرض رطبة +landuse wetland 1 أرض رطبةs +landuse wood 0 حرج +landuse wood 1 حرجs +leisure beach_resort 0 شاطئ منتجع +leisure beach_resort 1 شاطئ منتجعs +leisure common 0 أرض مشاع +leisure common 1 أرض مشاعs +leisure fishing 0 منطقة صيد سمك +leisure fishing 1 منطقة صيد سمكs +leisure garden 0 حديقة +leisure garden 1 حديقةs +leisure golf_course 0 ملعب غولف +leisure golf_course 1 ملعب غولفs +leisure ice_rink 0 حلبة تزلج على الجليد +leisure ice_rink 1 حلبة تزلج على الجليدs +leisure marina 0 مارينا +leisure marina 1 ماريناs +leisure miniature_golf 0 جولف مصغر +leisure miniature_golf 1 جولف مصغرs +leisure nature_reserve 0 محمية طبيعية +leisure nature_reserve 1 محمية طبيعيةs +leisure park 0 منتزه +leisure park 1 منتزهs +leisure pitch 0 ملعب رياضي +leisure pitch 1 ملعب رياضيs +leisure playground 0 ملعب +leisure playground 1 ملعبs +leisure recreation_ground 0 ميدان ألعاب +leisure recreation_ground 1 ميدان ألعابs +leisure slipway 0 مزلقة +leisure slipway 1 مزلقةs +leisure sports_centre 0 مركز رياضي +leisure sports_centre 1 مركز رياضيs +leisure stadium 0 مدرج ألعاب رياضية +leisure stadium 1 مدرج ألعاب رياضيةs +leisure swimming_pool 0 بركة سباحة +leisure swimming_pool 1 بركة سباحةs +leisure track 0 مضمار سباق +leisure track 1 مضمار سباقs +leisure water_park 0 منتزه ألعاب مائية +leisure water_park 1 منتزه ألعاب مائيةs +natural bay 0 خليج +natural bay 1 خليجs +natural beach 0 شاطئ +natural beach 1 شاطئs +natural cape 0 رأس (أرض داخلة في البحر( +natural cape 1 رأس (أرض داخلة في البحر(s +natural cave_entrance 0 مدخل كهف +natural cave_entrance 1 مدخل كهفs +natural channel 0 قناة +natural channel 1 قناةs +natural cliff 0 جرف +natural cliff 1 جرفs +natural coastline 0 خط ساحلي +natural coastline 1 خط ساحليs +natural crater 0 فوهة بركان +natural crater 1 فوهة بركانs +natural feature 0 ميزة +natural feature 1 ميزةs +natural fell 0 منحدر +natural fell 1 منحدرs +natural fjord 0 مضيق بحري +natural fjord 1 مضيق بحريs +natural geyser 0 نافورة ماء حار +natural geyser 1 نافورة ماء حارs +natural glacier 0 نهر/بحر جليدي +natural glacier 1 نهر/بحر جليديs +natural heath 0 أرض بور +natural heath 1 أرض بورs +natural hill 0 تلة +natural hill 1 تلةs +natural island 0 جزيرة +natural island 1 جزيرةs +natural land 0 أرض +natural land 1 أرضs +natural marsh 0 سبخة +natural marsh 1 سبخةs +natural moor 0 أرض جرداء +natural moor 1 أرض جرداءs +natural mud 0 وحل +natural mud 1 وحلs +natural peak 0 ذروة +natural peak 1 ذروةs +natural point 0 نقطة +natural point 1 نقطةs +natural reef 0 سلسلة صخور قرب سطح الماء +natural reef 1 سلسلة صخور قرب سطح الماءs +natural ridge 0 أرض مرتفعة +natural ridge 1 أرض مرتفعةs +natural river 0 نهر +natural river 1 نهرs +natural rock 0 صخرة +natural rock 1 صخرةs +natural scree 0 أرض حصاة +natural scree 1 أرض حصاةs +natural scrub 0 أشجار منخفضة +natural scrub 1 أشجار منخفضةs +natural shoal 0 مياه ضحلة +natural shoal 1 مياه ضحلةs +natural spring 0 نبع +natural spring 1 نبعs +natural strait 0 مضيق جبلي +natural strait 1 مضيق جبليs +natural tree 0 شجرة +natural tree 1 شجرةs +natural valley 0 وادي +natural valley 1 واديs +natural volcano 0 بركان +natural volcano 1 بركانs +natural water 0 ماء +natural water 1 ماءs +natural wetland 0 أرض رطبة +natural wetland 1 أرض رطبةs +natural wetlands 0 أراضي رطبة +natural wetlands 1 أراضي رطبةs +natural wood 0 حرج +natural wood 1 حرجs +place city 0 مدينة +place city 1 مدينةs +place country 0 دولة +place country 1 دولةs +place county 0 مقاطعة +place county 1 مقاطعةs +place farm 0 مزرعة +place farm 1 مزرعةs +place hamlet 0 كفر +place hamlet 1 كفرs +place house 0 منزل +place house 1 منزلs +place houses 0 منازل +place houses 1 منازلs +place island 0 جزيرة +place island 1 جزيرةs +place islet 0 جزيرة صغيرة +place islet 1 جزيرة صغيرةs +place locality 0 محلة +place locality 1 محلةs +place moor 0 أرض جرداء +place moor 1 أرض جرداءs +place municipality 0 بلدية +place municipality 1 بلديةs +place postcode 0 الرمز البريدي +place postcode 1 الرمز البريديs +place region 0 منطقة +place region 1 منطقةs +place sea 0 بحر +place sea 1 بحرs +place state 0 ولاية +place state 1 ولايةs +place subdivision 0 التقسيم الفرعي +place subdivision 1 التقسيم الفرعيs +place suburb 0 ضاحية +place suburb 1 ضاحيةs +place town 0 بلدة +place town 1 بلدةs +place unincorporated_area 0 مساحة غير منظمة +place unincorporated_area 1 مساحة غير منظمةs +place village 0 قرية +place village 1 قريةs +railway abandoned 0 سكة حديد مهجورة +railway abandoned 1 سكة حديد مهجورةs +railway construction 0 سكة حديدية تحت الإنشاء +railway construction 1 سكة حديدية تحت الإنشاءs +railway disused 0 سكة حديد مهجورة +railway disused 1 سكة حديد مهجورةs +railway disused_station 0 محطة سكة حديد مهجورة +railway disused_station 1 محطة سكة حديد مهجورةs +railway funicular 0 سكة حديدية معلقة +railway funicular 1 سكة حديدية معلقةs +railway halt 0 موقف قطار +railway halt 1 موقف قطارs +railway historic_station 0 محطة سكة حديد تاريخية +railway historic_station 1 محطة سكة حديد تاريخيةs +railway junction 0 تقاطع سكك حديدية +railway junction 1 تقاطع سكك حديديةs +railway level_crossing 0 تقاطع سكك حديدية +railway level_crossing 1 تقاطع سكك حديديةs +railway light_rail 0 قطار خفيف +railway light_rail 1 قطار خفيفs +railway monorail 0 قطار ذات سكة حديد واحدة +railway monorail 1 قطار ذات سكة حديد واحدةs +railway narrow_gauge 0 سكة حديد ضيقة +railway narrow_gauge 1 سكة حديد ضيقةs +railway platform 0 رصيف محطة قطار +railway platform 1 رصيف محطة قطارs +railway preserved 0 سكة حديدية تراثية +railway preserved 1 سكة حديدية تراثيةs +railway spur 0 خط تفرع سكة حديدية +railway spur 1 خط تفرع سكة حديديةs +railway station 0 محطة قطار +railway station 1 محطة قطارs +railway subway 0 محطة مترو الأنفاق +railway subway 1 محطة مترو الأنفاقs +railway subway_entrance 0 مدخل مترو +railway subway_entrance 1 مدخل متروs +railway switch 0 مبدل السكة الحديدية +railway switch 1 مبدل السكة الحديديةs +railway tram 0 سكة ترام +railway tram 1 سكة ترامs +railway tram_stop 0 موقف ترام +railway tram_stop 1 موقف ترامs +railway yard 0 فناء سكة حديد +railway yard 1 فناء سكة حديدs +shop alcohol 0 متجر كحول للبيع الخارجي +shop alcohol 1 متجر كحول للبيع الخارجيs +shop apparel 0 متجر ملابس +shop apparel 1 متجر ملابسs +shop art 0 متجر فن +shop art 1 متجر فنs +shop bakery 0 مخبز +shop bakery 1 مخبزs +shop beauty 0 صالون تجميل +shop beauty 1 صالون تجميلs +shop beverages 0 متجر مشروبات +shop beverages 1 متجر مشروباتs +shop bicycle 0 متجر دراجات +shop bicycle 1 متجر دراجاتs +shop books 0 متجر كتب +shop books 1 متجر كتبs +shop butcher 0 جزار +shop butcher 1 جزارs +shop car 0 متجر سيارات +shop car 1 متجر سياراتs +shop car_dealer 0 تاجر سيارات +shop car_dealer 1 تاجر سياراتs +shop car_parts 0 قطع غيار سيارات +shop car_parts 1 قطع غيار سياراتs +shop car_repair 0 مرآب سيارات +shop car_repair 1 مرآب سياراتs +shop carpet 0 معرض سجاد +shop carpet 1 معرض سجادs +shop charity 0 متجر جمعية خيرية +shop charity 1 متجر جمعية خيريةs +shop chemist 0 صيدلي +shop chemist 1 صيدليs +shop clothes 0 متجر ألبسة +shop clothes 1 متجر ألبسةs +shop computer 0 متجر كمبيوتر +shop computer 1 متجر كمبيوترs +shop confectionery 0 متجر الحلويات +shop confectionery 1 متجر الحلوياتs +shop convenience 0 متجر للأغراض اليومية +shop convenience 1 متجر للأغراض اليوميةs +shop copyshop 0 محل تصوير مستندات +shop copyshop 1 محل تصوير مستنداتs +shop cosmetics 0 بائع مستحضرات تجميل +shop cosmetics 1 بائع مستحضرات تجميلs +shop department_store 0 متجر متعدد الأقسام +shop department_store 1 متجر متعدد الأقسامs +shop discount 0 محل رخصة +shop discount 1 محل رخصةs +shop doityourself 0 براعة منزلية +shop doityourself 1 براعة منزليةs +shop drugstore 0 صيدلية +shop drugstore 1 صيدليةs +shop dry_cleaning 0 تنظيف جاف +shop dry_cleaning 1 تنظيف جافs +shop electronics 0 متجر إلكترونيات +shop electronics 1 متجر إلكترونياتs +shop estate_agent 0 وكيل عقاري +shop estate_agent 1 وكيل عقاريs +shop farm 0 متجر منتوجات زراعية +shop farm 1 متجر منتوجات زراعيةs +shop fashion 0 متجر أزياء +shop fashion 1 متجر أزياءs +shop fish 0 متجر أسماك +shop fish 1 متجر أسماكs +shop florist 0 بائع زهور +shop florist 1 بائع زهورs +shop food 0 دكان مأكولات +shop food 1 دكان مأكولاتs +shop funeral_directors 0 وكلاء ترتيبات جنازة +shop funeral_directors 1 وكلاء ترتيبات جنازةs +shop furniture 0 أثاث +shop furniture 1 أثاثs +shop gallery 0 معرض +shop gallery 1 معرضs +shop garden_centre 0 متجر للسلع الزراعية +shop garden_centre 1 متجر للسلع الزراعيةs +shop general 0 متجر عام +shop general 1 متجر عامs +shop gift 0 متجر هدايا +shop gift 1 متجر هداياs +shop greengrocer 0 محل خضروات +shop greengrocer 1 محل خضرواتs +shop grocery 0 بقالة +shop grocery 1 بقالةs +shop hairdresser 0 مزين/مصفف شعر +shop hairdresser 1 مزين/مصفف شعرs +shop hardware 0 متجر عتاد +shop hardware 1 متجر عتادs +shop hifi 0 متجر هاي فاي +shop hifi 1 متجر هاي فايs +shop insurance 0 بوليصات تأمين +shop insurance 1 بوليصات تأمينs +shop jewelry 0 متجر مجوهرات +shop jewelry 1 متجر مجوهراتs +shop kiosk 0 كشك +shop kiosk 1 كشكs +shop laundry 0 مصبغة +shop laundry 1 مصبغةs +shop mall 0 مركز تسوق +shop mall 1 مركز تسوقs +shop market 0 سوق +shop market 1 سوقs +shop mobile_phone 0 متجر هواتف محمولة +shop mobile_phone 1 متجر هواتف محمولةs +shop motorcycle 0 متجر دراجات نارية +shop motorcycle 1 متجر دراجات ناريةs +shop music 0 متجر موسيقى +shop music 1 متجر موسيقىs +shop newsagent 0 وكالة أنباء +shop newsagent 1 وكالة أنباءs +shop optician 0 نظاراتي +shop optician 1 نظاراتيs +shop organic 0 متجر أغذية عضوية +shop organic 1 متجر أغذية عضويةs +shop outdoor 0 متجر للنشاطات الخارجية +shop outdoor 1 متجر للنشاطات الخارجيةs +shop pet 0 متجر حيوانات أليفة +shop pet 1 متجر حيوانات أليفةs +shop photo 0 متجر صور +shop photo 1 متجر صورs +shop salon 0 صالون +shop salon 1 صالونs +shop shoes 0 متجر أحذية +shop shoes 1 متجر أحذيةs +shop shopping_centre 0 مركز التسوق +shop shopping_centre 1 مركز التسوقs +shop sports 0 متجر رياضة +shop sports 1 متجر رياضةs +shop stationery 0 محل قرطاسية +shop stationery 1 محل قرطاسيةs +shop supermarket 0 سوبرماركت +shop supermarket 1 سوبرماركتs +shop toys 0 متجر ألعاب +shop toys 1 متجر ألعابs +shop travel_agency 0 وكالة سفر +shop travel_agency 1 وكالة سفرs +shop video 0 متجر فيديو +shop video 1 متجر فيديوs +shop wine 0 متجر نبيذ للبيع الخارجي +shop wine 1 متجر نبيذ للبيع الخارجيs +tourism alpine_hut 0 كوخ جبلي +tourism alpine_hut 1 كوخ جبليs +tourism artwork 0 عمل فني +tourism artwork 1 عمل فنيs +tourism attraction 0 معلم سياحي +tourism attraction 1 معلم سياحيs +tourism bed_and_breakfast 0 سرير وفطار +tourism bed_and_breakfast 1 سرير وفطارs +tourism cabin 0 حُجرة أو مقصورة +tourism cabin 1 حُجرة أو مقصورةs +tourism camp_site 0 موقع تخييم +tourism camp_site 1 موقع تخييمs +tourism caravan_site 0 موقع قافلة +tourism caravan_site 1 موقع قافلةs +tourism chalet 0 شاليه +tourism chalet 1 شاليهs +tourism guest_house 0 بيت ضيافة +tourism guest_house 1 بيت ضيافةs +tourism hostel 0 سكن شباب +tourism hostel 1 سكن شبابs +tourism hotel 0 فندق +tourism hotel 1 فندقs +tourism information 0 معلومات +tourism information 1 معلوماتs +tourism lean_to 0 كوخ منحدر +tourism lean_to 1 كوخ منحدرs +tourism motel 0 نُزل +tourism motel 1 نُزلs +tourism museum 0 متحف +tourism museum 1 متحفs +tourism picnic_site 0 موقع بيك نيك +tourism picnic_site 1 موقع بيك نيكs +tourism theme_park 0 حديقة ملاهي +tourism theme_park 1 حديقة ملاهيs +tourism valley 0 وادي +tourism valley 1 واديs +tourism viewpoint 0 موقع كاشف +tourism viewpoint 1 موقع كاشفs +tourism zoo 0 حديقة حيوانات +tourism zoo 1 حديقة حيواناتs +waterway boatyard 0 حوض سفن +waterway boatyard 1 حوض سفنs +waterway canal 0 قناة +waterway canal 1 قناةs +waterway connector 0 قناة مائية +waterway connector 1 قناة مائيةs +waterway dam 0 سدّ +waterway dam 1 سدّs +waterway derelict_canal 0 قناة مهجورة +waterway derelict_canal 1 قناة مهجورةs +waterway ditch 0 خندق +waterway ditch 1 خندقs +waterway dock 0 مرسى +waterway dock 1 مرسىs +waterway drain 0 مسرب +waterway drain 1 مسربs +waterway lock 0 قفل +waterway lock 1 قفلs +waterway lock_gate 0 هويس +waterway lock_gate 1 هويسs +waterway mineral_spring 0 نبع مياه معدنية +waterway mineral_spring 1 نبع مياه معدنيةs +waterway mooring 0 مرسى +waterway mooring 1 مرسىs +waterway rapids 0 منحدرات نهرية +waterway rapids 1 منحدرات نهريةs +waterway river 0 نهر +waterway river 1 نهرs +waterway riverbank 0 ضفة نهر +waterway riverbank 1 ضفة نهرs +waterway stream 0 جدول +waterway stream 1 جدولs +waterway wadi 0 وادي +waterway wadi 1 واديs +waterway water_point 0 نقطة ماء شفة +waterway water_point 1 نقطة ماء شفةs +waterway waterfall 0 شلال +waterway waterfall 1 شلالs +waterway weir 0 هدار (سدّ منخفض) +waterway weir 1 هدار (سدّ منخفض)s diff --git a/resources/categories/br.tsv b/resources/categories/br.tsv new file mode 100644 index 0000000..ea28383 --- /dev/null +++ b/resources/categories/br.tsv @@ -0,0 +1,841 @@ +key value is_plural phrase +aeroway aerodrome 0 aerborzh +aeroway aerodrome 1 aerborzhioù +amenity arts_centre 0 kreizenn arz +amenity arts_centre 1 kreizennoù arz +amenity atm 0 bilhedaouer +amenity atm 1 bilhedaouerioù +amenity auditorium 0 selaouva +amenity auditorium 1 selaouvaoù +amenity bank 0 ti-bank +amenity bank 1 ti-banks +amenity bar 0 tavarn +amenity bar 1 tavarns +amenity bench 0 skaoñ +amenity bench 1 skaoñs +amenity bicycle_parking 0 parklec'h evit ar beloioù +amenity bicycle_parking 1 parklec'h evit ar beloioùs +amenity bicycle_rental 0 feurmiñ beloioù +amenity bicycle_rental 1 feurmiñ beloioùs +amenity brothel 0 bordel +amenity brothel 1 bordels +amenity bureau_de_change 0 burev eskemm +amenity bureau_de_change 1 burev eskemms +amenity bus_station 0 arsav bus +amenity bus_station 1 arsav buss +amenity cafe 0 kafedi +amenity cafe 1 kafedis +amenity car_rental 0 feurmiñ kirri +amenity car_rental 1 feurmiñ kirris +amenity car_sharing 0 leur genweturañ +amenity car_sharing 1 leur genweturañs +amenity car_wash 0 gwalc'hiñ kirri +amenity car_wash 1 gwalc'hiñ kirris +amenity casino 0 kazino +amenity casino 1 kazinos +amenity cinema 0 sinema +amenity cinema 1 sinemas +amenity clinic 0 klinikenn +amenity clinic 1 klinikenns +amenity club 0 klub +amenity club 1 klubs +amenity college 0 skol-veur pe skol-uhel +amenity college 1 skol-veur pe skol-uhels +amenity community_centre 0 sal liezimplij +amenity community_centre 1 sal liezimplijs +amenity courthouse 0 lez-varn +amenity courthouse 1 lez-varns +amenity crematorium 0 krematoriom +amenity crematorium 1 krematorioms +amenity dentist 0 dentour +amenity dentist 1 dentours +amenity doctors 0 mezeien +amenity doctors 1 mezeiens +amenity dormitory 0 kouskva +amenity dormitory 1 kouskvas +amenity drinking_water 0 dour mat da evañ +amenity drinking_water 1 dour mat da evañs +amenity driving_school 0 skol bleinañ +amenity driving_school 1 skol bleinañs +amenity embassy 0 kannati +amenity embassy 1 kannatis +amenity emergency_phone 0 pellgomzer evit an trummadoù +amenity emergency_phone 1 pellgomzer evit an trummadoùs +amenity fast_food 0 fast food +amenity fast_food 1 fast foods +amenity ferry_terminal 0 porzh karrlistri +amenity ferry_terminal 1 porzh karrlistris +amenity fire_hydrant 0 dour evit an tan +amenity fire_hydrant 1 dour evit an tans +amenity fire_station 0 kazarn pomperien +amenity fire_station 1 kazarn pomperiens +amenity fountain 0 feunteun +amenity fountain 1 feunteuns +amenity fuel 0 trelosk +amenity fuel 1 trelosks +amenity grave_yard 0 bered +amenity grave_yard 1 bereds +amenity gym 0 fitness/jiminas +amenity gym 1 fitness/jiminass +amenity hall 0 sal +amenity hall 1 sals +amenity health_centre 0 kreizenn yec'hed +amenity health_centre 1 kreizenn yec'heds +amenity hospital 0 ospital +amenity hospital 1 ospitals +amenity hotel 0 leti +amenity hotel 1 letis +amenity hunting_stand 0 stand tennañ +amenity hunting_stand 1 stand tennañs +amenity ice_cream 0 dienn skorn +amenity ice_cream 1 dienn skorns +amenity kindergarten 0 liorzh ar vugale +amenity kindergarten 1 liorzh ar vugales +amenity library 0 levraoueg +amenity library 1 levraouegs +amenity market 0 marc'had +amenity market 1 marc'hads +amenity marketplace 0 marc'hallac'h +amenity marketplace 1 marc'hallac'hs +amenity mountain_rescue 0 sikourioù er menezioù +amenity mountain_rescue 1 sikourioù er menezioùs +amenity nightclub 0 klub-noz +amenity nightclub 1 klub-nozs +amenity nursery 0 diwallerezh +amenity nursery 1 diwallerezhs +amenity nursing_home 0 ti yec'hed +amenity nursing_home 1 ti yec'heds +amenity office 0 burev +amenity office 1 burevs +amenity park 0 park +amenity park 1 parks +amenity parking 0 parklec'h +amenity parking 1 parklec'hs +amenity pharmacy 0 apotikerezh +amenity pharmacy 1 apotikerezhs +amenity place_of_worship 0 lec'h azeuliñ +amenity place_of_worship 1 lec'h azeuliñs +amenity police 0 polis +amenity police 1 poliss +amenity post_box 0 boest-lizheroù +amenity post_box 1 boest-lizheroùs +amenity post_office 0 ti-post +amenity post_office 1 ti-posts +amenity preschool 0 rakskol +amenity preschool 1 rakskols +amenity prison 0 toull-bac'h +amenity prison 1 toull-bac'hs +amenity pub 0 tavarn +amenity pub 1 tavarns +amenity public_building 0 savadur foran +amenity public_building 1 savadur forans +amenity public_market 0 marc'had foran +amenity public_market 1 marc'had forans +amenity reception_area 0 tachenn degemer +amenity reception_area 1 tachenn degemers +amenity recycling 0 lec'h adaozañ +amenity recycling 1 lec'h adaozañs +amenity restaurant 0 preti +amenity restaurant 1 pretis +amenity retirement_home 0 ti-retredidi +amenity retirement_home 1 ti-retredidis +amenity sauna 0 saona +amenity sauna 1 saonas +amenity school 0 skol +amenity school 1 skols +amenity shelter 0 gwasked +amenity shelter 1 gwaskeds +amenity shop 0 stal +amenity shop 1 stals +amenity shopping 0 prenadennoù +amenity shopping 1 prenadennoùs +amenity social_club 0 klub sokial +amenity social_club 1 klub sokials +amenity studio 0 studio +amenity studio 1 studios +amenity supermarket 0 gourmarc'had +amenity supermarket 1 gourmarc'hads +amenity taxi 0 taksi +amenity taxi 1 taksis +amenity telephone 0 pellgomzer foran +amenity telephone 1 pellgomzer forans +amenity theatre 0 c'hoariva +amenity theatre 1 c'hoarivas +amenity toilets 0 privezioù +amenity toilets 1 privezioùs +amenity townhall 0 ti-kêr +amenity townhall 1 ti-kêrs +amenity university 0 skol-veur +amenity university 1 skol-veurs +amenity vending_machine 0 ingaler emgefre +amenity vending_machine 1 ingaler emgefres +amenity veterinary 0 surjianerezh evit al loened +amenity veterinary 1 surjianerezh evit al loeneds +amenity village_hall 0 sal ar gumun +amenity village_hall 1 sal ar gumuns +amenity waste_basket 0 pod-lastez +amenity waste_basket 1 pod-lastezs +amenity wifi 0 moned wifi +amenity wifi 1 moned wifis +amenity youth_centre 0 kreizenn evit ar re yaouank +amenity youth_centre 1 kreizenn evit ar re yaouanks +boundary administrative 0 bevennoù melestradurel +boundary administrative 1 bevennoù melestradurels +building apartments 0 kendi +building apartments 1 kendis +building block 0 kendi +building block 1 kendis +building bunker 0 bunker +building bunker 1 bunkers +building chapel 0 chapel +building chapel 1 chapels +building church 0 iliz +building church 1 ilizs +building city_hall 0 ti-kêr +building city_hall 1 ti-kêrs +building commercial 0 savadur gant burevioù +building commercial 1 savadur gant burevioùs +building dormitory 0 kouskva +building dormitory 1 kouskvas +building entrance 0 dont-tre ar savadur +building entrance 1 dont-tre ar savadurs +building faculty 0 savadur kevrenn +building faculty 1 savadur kevrenns +building farm 0 savadur feurm +building farm 1 savadur feurms +building flats 0 ranndioù +building flats 1 ranndioùs +building garage 0 karrdi +building garage 1 karrdis +building hall 0 sal +building hall 1 sals +building hospital 0 savadur ospital +building hospital 1 savadur ospitals +building hotel 0 leti +building hotel 1 letis +building house 0 ti +building house 1 tis +building industrial 0 savadurioù greantel +building industrial 1 savadurioù greantels +building office 0 savadur burevioù +building office 1 savadur burevioùs +building public 0 savadur foran +building public 1 savadur forans +building residential 0 savadur annez +building residential 1 savadur annezs +building retail 0 stal +building retail 1 stals +building school 0 savadur skol +building school 1 savadur skols +building shop 0 stal +building shop 1 stals +building stadium 0 stad +building stadium 1 stads +building store 0 stal +building store 1 stals +building terrace 0 savenn +building terrace 1 savenns +building tower 0 tour +building tower 1 tours +building train_station 0 porzh-houarn +building train_station 1 porzh-houarns +building university 0 savadur skol-veur +building university 1 savadur skol-veurs +building "yes" 0 savadur +building "yes" 1 savadurs +highway bridleway 0 hent evit ar varc'hegerien +highway bridleway 1 hent evit ar varc'hegeriens +highway bus_guideway 0 hent kirri boutin hentet +highway bus_guideway 1 hent kirri boutin hentets +highway bus_stop 0 arsav bus +highway bus_stop 1 arsav buss +highway byway 0 hent eil renk +highway byway 1 hent eil renks +highway construction 0 gourhent o vezañ savet +highway construction 1 gourhent o vezañ savets +highway cycleway 0 roudenn divrodegoù +highway cycleway 1 roudenn divrodegoùs +highway distance_marker 0 bonn kilometroù +highway distance_marker 1 bonn kilometroùs +highway emergency_access_point 0 poent moned trummadoù +highway emergency_access_point 1 poent moned trummadoùs +highway footway 0 gwenodenn evit an droadeien +highway footway 1 gwenodenn evit an droadeiens +highway ford 0 roudour +highway ford 1 roudours +highway gate 0 dor +highway gate 1 dors +highway living_street 0 straed annez +highway living_street 1 straed annezs +highway minor 0 hent dister +highway minor 1 hent disters +highway motorway 0 gourhent +highway motorway 1 gourhents +highway motorway_junction 0 liammadur gourhent +highway motorway_junction 1 liammadur gourhents +highway motorway_link 0 hentoù gourhentet +highway motorway_link 1 hentoù gourhentets +highway path 0 gwenodenn +highway path 1 gwenodenns +highway pedestrian 0 hent evit an droadeien +highway pedestrian 1 hent evit an droadeiens +highway platform 0 leurenn +highway platform 1 leurenns +highway primary 0 hent kentañ renk +highway primary 1 hent kentañ renks +highway primary_link 0 hent kentañ +highway primary_link 1 hent kentañs +highway raceway 0 redva +highway raceway 1 redvas +highway residential 0 takad annezet +highway residential 1 takad annezets +highway road 0 hent +highway road 1 hents +highway secondary 0 hent eil renk +highway secondary 1 hent eil renks +highway secondary_link 0 hent a-eil +highway secondary_link 1 hent a-eils +highway service 0 hent ar servijoù +highway service 1 hent ar servijoùs +highway services 0 servijoù gourhent +highway services 1 servijoù gourhents +highway steps 0 diri +highway steps 1 diris +highway stile 0 skalier +highway stile 1 skaliers +highway tertiary 0 hent trede renk +highway tertiary 1 hent trede renks +highway track 0 roudenn +highway track 1 roudenns +highway trail 0 roudenn +highway trail 1 roudenns +highway trunk 0 hent-tizh +highway trunk 1 hent-tizhs +highway trunk_link 0 hent-tizh +highway trunk_link 1 hent-tizhs +highway unclassified 0 hent bihan +highway unclassified 1 hent bihans +highway unsurfaced 0 hent nann-gwisket +highway unsurfaced 1 hent nann-gwiskets +historic archaeological_site 0 lec'hienn henoniel +historic archaeological_site 1 lec'hienn henoniels +historic battlefield 0 takad emgann +historic battlefield 1 takad emganns +historic boundary_stone 0 bonn harzoù +historic boundary_stone 1 bonn harzoùs +historic building 0 savadur +historic building 1 savadurs +historic castle 0 kastell +historic castle 1 kastells +historic church 0 iliz +historic church 1 ilizs +historic house 0 ti +historic house 1 tis +historic icon 0 arlun +historic icon 1 arluns +historic manor 0 maner +historic manor 1 maners +historic memorial 0 kounlec'h +historic memorial 1 kounlec'hs +historic mine 0 mengleuz +historic mine 1 mengleuzs +historic monument 0 monumant +historic monument 1 monumants +historic museum 0 mirdi +historic museum 1 mirdis +historic ruins 0 dismantroù +historic ruins 1 dismantroùs +historic tower 0 tour +historic tower 1 tours +historic wayside_cross 0 kroaz +historic wayside_cross 1 kroazs +historic wayside_shrine 0 ti-pediñ +historic wayside_shrine 1 ti-pediñs +historic wreck 0 peñse +historic wreck 1 peñses +landuse allotments 0 liorzhoù familh +landuse allotments 1 liorzhoù familhs +landuse basin 0 poull +landuse basin 1 poulls +landuse brownfield 0 tachenn rezet +landuse brownfield 1 tachenn rezets +landuse cemetery 0 bered +landuse cemetery 1 bereds +landuse commercial 0 takad kenwerzh +landuse commercial 1 takad kenwerzhs +landuse conservation 0 tachenn gwarezet +landuse conservation 1 tachenn gwarezets +landuse construction 0 savadur +landuse construction 1 savadurs +landuse farm 0 atant +landuse farm 1 atants +landuse farmland 0 tachennoù labour-douar +landuse farmland 1 tachennoù labour-douars +landuse farmyard 0 mereuri +landuse farmyard 1 mereuris +landuse forest 0 koadeg +landuse forest 1 koadegs +landuse grass 0 geot +landuse grass 1 geots +landuse greenfield 0 tachenn da sevel tiez +landuse greenfield 1 tachenn da sevel tiezs +landuse industrial 0 takad greantel +landuse industrial 1 takad greantels +landuse landfill 0 diskarg +landuse landfill 1 diskargs +landuse meadow 0 prad +landuse meadow 1 prads +landuse military 0 takad milourel +landuse military 1 takad milourels +landuse mine 0 mengleuz +landuse mine 1 mengleuzs +landuse mountain 0 menez +landuse mountain 1 menezs +landuse nature_reserve 0 gwarezva natur +landuse nature_reserve 1 gwarezva naturs +landuse park 0 park +landuse park 1 parks +landuse piste 0 roudenn +landuse piste 1 roudenns +landuse plaza 0 plasenn +landuse plaza 1 plasenns +landuse quarry 0 mengleuz +landuse quarry 1 mengleuzs +landuse railway 0 hent-houarn +landuse railway 1 hent-houarns +landuse recreation_ground 0 tachenn c'hoari +landuse recreation_ground 1 tachenn c'hoaris +landuse reservoir 0 mirlenn +landuse reservoir 1 mirlenns +landuse residential 0 takad annez +landuse residential 1 takad annezs +landuse retail 0 takad kenwerzh +landuse retail 1 takad kenwerzhs +landuse village_green 0 tachenn foran gant geot +landuse village_green 1 tachenn foran gant geots +landuse vineyard 0 gwinieg +landuse vineyard 1 gwiniegs +landuse wetland 0 takad gleborek +landuse wetland 1 takad gleboreks +landuse wood 0 koad +landuse wood 1 koads +leisure beach_resort 0 kêr-gouronkañ +leisure beach_resort 1 kêr-gouronkañs +leisure common 0 tachenn kumun +leisure common 1 tachenn kumuns +leisure fishing 0 takad pesketa +leisure fishing 1 takad pesketas +leisure garden 0 liorzh +leisure garden 1 liorzhs +leisure golf_course 0 tachenn golf +leisure golf_course 1 tachenn golfs +leisure ice_rink 0 poull-ruzikat +leisure ice_rink 1 poull-ruzikats +leisure marina 0 porzh-bageal +leisure marina 1 porzh-bageals +leisure miniature_golf 0 golfig +leisure miniature_golf 1 golfigs +leisure nature_reserve 0 gwarezva natur +leisure nature_reserve 1 gwarezva naturs +leisure park 0 park +leisure park 1 parks +leisure pitch 0 tachenn sport +leisure pitch 1 tachenn sports +leisure playground 0 tachenn c'hoari +leisure playground 1 tachenn c'hoaris +leisure recreation_ground 0 tachenn c'hoari +leisure recreation_ground 1 tachenn c'hoaris +leisure slipway 0 kal +leisure slipway 1 kals +leisure sports_centre 0 kreizenn sport +leisure sports_centre 1 kreizenn sports +leisure stadium 0 stad +leisure stadium 1 stads +leisure swimming_pool 0 poull-neuial +leisure swimming_pool 1 poull-neuials +leisure track 0 roudenn redek +leisure track 1 roudenn redeks +leisure water_park 0 kreizenn dour +leisure water_park 1 kreizenn dours +natural bay 0 bae +natural bay 1 baes +natural beach 0 traezhenn +natural beach 1 traezhenns +natural cape 0 kab +natural cape 1 kabs +natural cave_entrance 0 treuzoù mougev +natural cave_entrance 1 treuzoù mougevs +natural channel 0 kanol +natural channel 1 kanols +natural cliff 0 tornaod +natural cliff 1 tornaods +natural coastline 0 arvor +natural coastline 1 arvors +natural crater 0 toull-diskarg +natural crater 1 toull-diskargs +natural feature 0 elfenn +natural feature 1 elfenns +natural fell 0 fell +natural fell 1 fells +natural fjord 0 fjord +natural fjord 1 fjords +natural geyser 0 geiser +natural geyser 1 geisers +natural glacier 0 skorneg +natural glacier 1 skornegs +natural heath 0 brug +natural heath 1 brugs +natural hill 0 torgenn +natural hill 1 torgenns +natural island 0 enez +natural island 1 enezs +natural land 0 douar +natural land 1 douars +natural marsh 0 geun +natural marsh 1 geuns +natural moor 0 lanneier +natural moor 1 lanneiers +natural mud 0 fank +natural mud 1 fanks +natural peak 0 pikern +natural peak 1 pikerns +natural point 0 poent +natural point 1 poents +natural reef 0 karreg +natural reef 1 karregs +natural ridge 0 kribenn +natural ridge 1 kribenns +natural river 0 stêr +natural river 1 stêrs +natural rock 0 roc'h +natural rock 1 roc'hs +natural scree 0 disac'hadur +natural scree 1 disac'hadurs +natural scrub 0 strouezh +natural scrub 1 strouezhs +natural shoal 0 klosenn +natural shoal 1 klosenns +natural spring 0 lamm-dour +natural spring 1 lamm-dours +natural strait 0 strizh-mor +natural strait 1 strizh-mors +natural tree 0 gwezenn +natural tree 1 gwezenns +natural valley 0 traoñienn +natural valley 1 traoñienns +natural volcano 0 menez-tan +natural volcano 1 menez-tans +natural water 0 dour +natural water 1 dours +natural wetland 0 takad gleborek +natural wetland 1 takad gleboreks +natural wetlands 0 takadoù gleborek +natural wetlands 1 takadoù gleboreks +natural wood 0 koad +natural wood 1 koads +place city 0 meurgêr +place city 1 meurgêrs +place country 0 bro +place country 1 bros +place county 0 kontelezh +place county 1 kontelezhs +place farm 0 atant +place farm 1 atants +place hamlet 0 pennkêr +place hamlet 1 pennkêrs +place house 0 ti +place house 1 tis +place houses 0 tiez +place houses 1 tiezs +place island 0 enez +place island 1 enezs +place islet 0 enezennig +place islet 1 enezennigs +place locality 0 lec'hiadenn +place locality 1 lec'hiadenns +place moor 0 lanneg +place moor 1 lannegs +place municipality 0 kumun +place municipality 1 kumuns +place postcode 0 kod post +place postcode 1 kod posts +place region 0 rannvro +place region 1 rannvros +place sea 0 mor +place sea 1 mors +place state 0 stad +place state 1 stads +place subdivision 0 eilrannad +place subdivision 1 eilrannads +place suburb 0 karter +place suburb 1 karters +place town 0 kêr +place town 1 kêrs +place unincorporated_area 0 takad diaoz +place unincorporated_area 1 takad diaozs +place village 0 kêriadenn +place village 1 kêriadenns +railway abandoned 0 hent-houarn dilezet +railway abandoned 1 hent-houarn dilezets +railway construction 0 hent-houarn war sevel +railway construction 1 hent-houarn war sevels +railway disused 0 hent-houarn dizimplijet +railway disused 1 hent-houarn dizimplijets +railway disused_station 0 porzh-houarn dizimplijet +railway disused_station 1 porzh-houarn dizimplijets +railway funicular 0 hent-houarn fundren +railway funicular 1 hent-houarn fundrens +railway halt 0 chom a-sav an tren +railway halt 1 chom a-sav an trens +railway historic_station 0 lec'h chom a-sav istorel an tren +railway historic_station 1 lec'h chom a-sav istorel an trens +railway junction 0 kej hent-houarn +railway junction 1 kej hent-houarns +railway level_crossing 0 treuzenn hent-houarn +railway level_crossing 1 treuzenn hent-houarns +railway light_rail 0 hent-houarn bihan +railway light_rail 1 hent-houarn bihans +railway monorail 0 monorail +railway monorail 1 monorails +railway narrow_gauge 0 hent-houarn strizh +railway narrow_gauge 1 hent-houarn strizhs +railway platform 0 pondalez hent-houarn +railway platform 1 pondalez hent-houarns +railway preserved 0 hent-houarn miret +railway preserved 1 hent-houarn mirets +railway spur 0 hent-houarn kevreañ +railway spur 1 hent-houarn kevreañs +railway station 0 porzh-houarn +railway station 1 porzh-houarns +railway subway 0 arsav metro +railway subway 1 arsav metros +railway subway_entrance 0 dont-tre ar metro +railway subway_entrance 1 dont-tre ar metros +railway switch 0 hentoù-houarn heñchañ +railway switch 1 hentoù-houarn heñchañs +railway tram 0 tramgarr +railway tram 1 tramgarrs +railway tram_stop 0 lec'h chom a-sav an tram +railway tram_stop 1 lec'h chom a-sav an trams +railway yard 0 hent rummañ +railway yard 1 hent rummañs +shop alcohol 0 gwezher alkool +shop alcohol 1 gwezher alkools +shop apparel 0 stal dilhad +shop apparel 1 stal dilhads +shop art 0 stal arz +shop art 1 stal arzs +shop bakery 0 baraerezh +shop bakery 1 baraerezhs +shop beauty 0 stal produioù kened +shop beauty 1 stal produioù keneds +shop beverages 0 stal evajoù +shop beverages 1 stal evajoùs +shop bicycle 0 stal marc'hoù-houarn +shop bicycle 1 stal marc'hoù-houarns +shop books 0 levrdi +shop books 1 levrdis +shop butcher 0 kiger +shop butcher 1 kigers +shop car 0 stal kirri +shop car 1 stal kirris +shop car_dealer 0 gwerzher kirri +shop car_dealer 1 gwerzher kirris +shop car_parts 0 pezhioù evit ar c'hirri +shop car_parts 1 pezhioù evit ar c'hirris +shop car_repair 0 dresañ kirri +shop car_repair 1 dresañ kirris +shop carpet 0 stal pallennoù +shop carpet 1 stal pallennoùs +shop charity 0 stal madobererezh +shop charity 1 stal madobererezhs +shop chemist 0 stal produioù yec'hederezh +shop chemist 1 stal produioù yec'hederezhs +shop clothes 0 stal dilhad +shop clothes 1 stal dilhads +shop computer 0 stal urzhiataerioù +shop computer 1 stal urzhiataerioùs +shop confectionery 0 koñfizerezh +shop confectionery 1 koñfizerezhs +shop convenience 0 ispiserezh +shop convenience 1 ispiserezhs +shop copyshop 0 stal luc'heilañ +shop copyshop 1 stal luc'heilañs +shop cosmetics 0 stal gwezeladoù +shop cosmetics 1 stal gwezeladoùs +shop department_store 0 gour stalioù +shop department_store 1 gour stalioùs +shop discount 0 stal discount +shop discount 1 stal discounts +shop doityourself 0 stal bitellat +shop doityourself 1 stal bitellats +shop drugstore 0 apotikerezh +shop drugstore 1 apotikerezhs +shop dry_cleaning 0 netadur sec'h +shop dry_cleaning 1 netadur sec'hs +shop electronics 0 stal traoù eletronek +shop electronics 1 stal traoù eletroneks +shop estate_agent 0 kourater tiez +shop estate_agent 1 kourater tiezs +shop farm 0 stal evit al labour-douar +shop farm 1 stal evit al labour-douars +shop fashion 0 stal giz +shop fashion 1 stal gizs +shop fish 0 peskerezh +shop fish 1 peskerezhs +shop florist 0 bokedour +shop florist 1 bokedours +shop food 0 stal voued +shop food 1 stal voueds +shop funeral_directors 0 kañvlidoù +shop funeral_directors 1 kañvlidoùs +shop furniture 0 stal arrebeuri +shop furniture 1 stal arrebeuris +shop gallery 0 palier +shop gallery 1 paliers +shop garden_centre 0 stal liorzhañ +shop garden_centre 1 stal liorzhañs +shop general 0 stal hollek +shop general 1 stal holleks +shop gift 0 stal profoù +shop gift 1 stal profoùs +shop greengrocer 0 gwerzher frouezh ha legumaj +shop greengrocer 1 gwerzher frouezh ha legumajs +shop grocery 0 ispiserezh +shop grocery 1 ispiserezhs +shop hairdresser 0 perukenner +shop hairdresser 1 perukenners +shop hardware 0 stal urzhiataerezh +shop hardware 1 stal urzhiataerezhs +shop hifi 0 stal hi-fi +shop hifi 1 stal hi-fis +shop insurance 0 asurañs +shop insurance 1 asurañss +shop jewelry 0 bravigerezh +shop jewelry 1 bravigerezhs +shop kiosk 0 kiosk +shop kiosk 1 kiosks +shop laundry 0 kanndi +shop laundry 1 kanndis +shop mall 0 palier kenwerzh +shop mall 1 palier kenwerzhs +shop market 0 marc'had +shop market 1 marc'hads +shop mobile_phone 0 stal pellgomzerioù hezoug +shop mobile_phone 1 stal pellgomzerioù hezougs +shop motorcycle 0 stal marc'hoù-tan +shop motorcycle 1 stal marc'hoù-tans +shop music 0 stal sonerezh +shop music 1 stal sonerezhs +shop newsagent 0 gwerzher kazetennoù +shop newsagent 1 gwerzher kazetennoùs +shop optician 0 luneder +shop optician 1 luneders +shop organic 0 stal boued bio +shop organic 1 stal boued bios +shop outdoor 0 stal obererezhioù en diavaez +shop outdoor 1 stal obererezhioù en diavaezs +shop pet 0 stal loened +shop pet 1 stal loeneds +shop photo 0 stal luc'hskeudenniñ +shop photo 1 stal luc'hskeudenniñs +shop salon 0 saloñs +shop salon 1 saloñss +shop shoes 0 stal voteier +shop shoes 1 stal voteiers +shop shopping_centre 0 kreizenn-genwerzh +shop shopping_centre 1 kreizenn-genwerzhs +shop sports 0 stal sport +shop sports 1 stal sports +shop stationery 0 paperaerezh +shop stationery 1 paperaerezhs +shop supermarket 0 gourmarc'had +shop supermarket 1 gourmarc'hads +shop toys 0 stal c'hoarielloù +shop toys 1 stal c'hoarielloùs +shop travel_agency 0 ajañs-veaj +shop travel_agency 1 ajañs-veajs +shop video 0 stal videoioù +shop video 1 stal videoioùs +shop wine 0 kavour gwin +shop wine 1 kavour gwins +tourism alpine_hut 0 ti repu +tourism alpine_hut 1 ti repus +tourism artwork 0 oberenn arz +tourism artwork 1 oberenn arzs +tourism attraction 0 tra zedennus +tourism attraction 1 tra zedennuss +tourism bed_and_breakfast 0 bod ha boued +tourism bed_and_breakfast 1 bod ha boueds +tourism cabin 0 kabanenn +tourism cabin 1 kabanenns +tourism camp_site 0 tachenn gampiñ +tourism camp_site 1 tachenn gampiñs +tourism caravan_site 0 tachenn karavanennoù +tourism caravan_site 1 tachenn karavanennoùs +tourism chalet 0 ti-menez +tourism chalet 1 ti-menezs +tourism guest_house 0 ti ostizien +tourism guest_house 1 ti ostiziens +tourism hostel 0 herberc'h +tourism hostel 1 herberc'hs +tourism hotel 0 leti +tourism hotel 1 letis +tourism information 0 titouroù +tourism information 1 titouroùs +tourism lean_to 0 stand +tourism lean_to 1 stands +tourism motel 0 motel +tourism motel 1 motels +tourism museum 0 mirdi +tourism museum 1 mirdis +tourism picnic_site 0 lec'hienn biknikañ +tourism picnic_site 1 lec'hienn biknikañs +tourism theme_park 0 park tematek +tourism theme_park 1 park temateks +tourism valley 0 traoñienn +tourism valley 1 traoñienns +tourism viewpoint 0 gwelva +tourism viewpoint 1 gwelvas +tourism zoo 0 zoo +tourism zoo 1 zoos +waterway boatyard 0 chanter bigi +waterway boatyard 1 chanter bigis +waterway canal 0 kanol +waterway canal 1 kanols +waterway connector 0 kevreadur dourredennoù +waterway connector 1 kevreadur dourredennoùs +waterway dam 0 chaoser +waterway dam 1 chaosers +waterway derelict_canal 0 kanol dilezet +waterway derelict_canal 1 kanol dilezets +waterway ditch 0 foz +waterway ditch 1 fozs +waterway dock 0 dok +waterway dock 1 doks +waterway drain 0 dizourer +waterway drain 1 dizourers +waterway lock 0 skluz +waterway lock 1 skluzs +waterway lock_gate 0 dor skluz +waterway lock_gate 1 dor skluzs +waterway mineral_spring 0 mammenn dour melar +waterway mineral_spring 1 mammenn dour melars +waterway mooring 0 fes +waterway mooring 1 fess +waterway rapids 0 taranoù +waterway rapids 1 taranoùs +waterway river 0 stêr +waterway river 1 stêrs +waterway riverbank 0 strad ar stêr +waterway riverbank 1 strad ar stêrs +waterway stream 0 gwazh-dour +waterway stream 1 gwazh-dours +waterway wadi 0 oued +waterway wadi 1 oueds +waterway water_point 0 lec'h dour +waterway water_point 1 lec'h dours +waterway waterfall 0 lamm-dour +waterway waterfall 1 lamm-dours +waterway weir 0 stankell +waterway weir 1 stankells diff --git a/resources/categories/ca.tsv b/resources/categories/ca.tsv new file mode 100644 index 0000000..7baa146 --- /dev/null +++ b/resources/categories/ca.tsv @@ -0,0 +1,483 @@ +key value is_plural phrase +aeroway aerodrome 0 aeroport +aeroway aerodrome 1 aeroports +amenity atm 0 caixer automàtic +amenity atm 1 caixers automàtics +amenity auditorium 0 auditori +amenity auditorium 1 auditoris +amenity bank 0 banc +amenity bank 1 bancs +amenity bar 0 bar +amenity bar 1 bars +amenity bench 0 banc +amenity bench 1 bancs +amenity bicycle_rental 0 lloguer de bicicletes +amenity bicycle_rental 1 lloguers de bicicletes +amenity brothel 0 prostíbul +amenity brothel 1 prostíbuls +amenity bureau_de_change 0 oficina de canvi +amenity bureau_de_change 1 oficines de canvi +amenity bus_station 0 estació d'autobusos +amenity bus_station 1 estacions d'autobusos +amenity cafe 0 cafè +amenity cafe 1 cafès +amenity car_rental 0 lloguer de cotxes +amenity car_rental 1 lloguers de cotxes +amenity casino 0 casino +amenity casino 1 casinos +amenity cinema 0 cinema +amenity cinema 1 cinemes +amenity clinic 0 clínica +amenity clinic 1 clíniques +amenity club 0 club +amenity club 1 clubs +amenity courthouse 0 jutjat +amenity courthouse 1 jutjats +amenity crematorium 0 crematori +amenity crematorium 1 crematoris +amenity dentist 0 dentista +amenity dentist 1 dentistes +amenity doctors 0 metge +amenity doctors 1 metges +amenity drinking_water 0 aigua potable +amenity drinking_water 1 aigües potables +amenity driving_school 0 autoescola +amenity driving_school 1 autoescoles +amenity embassy 0 ambaixada +amenity embassy 1 ambaixades +amenity emergency_phone 0 telèfon d'emergència +amenity emergency_phone 1 telèfons d'emergència +amenity fire_station 0 parc de bombers +amenity fire_station 1 parcs de bombers +amenity fountain 0 font +amenity fountain 1 fonts +amenity fuel 0 gasolinera +amenity fuel 1 gasolineres +amenity grave_yard 0 cementiri +amenity grave_yard 1 cementiris +amenity health_centre 0 centre de salut +amenity health_centre 1 centres de salut +amenity hospital 0 hospital +amenity hospital 1 hospitals +amenity hotel 0 hotel +amenity hotel 1 hotels +amenity ice_cream 0 gelat +amenity ice_cream 1 gelats +amenity kindergarten 0 jardí d'infància +amenity kindergarten 1 jardins d'infància +amenity library 0 biblioteca +amenity library 1 biblioteques +amenity market 0 mercat +amenity market 1 mercats +amenity nightclub 0 club nocturn +amenity nightclub 1 clubs nocturns +amenity park 0 parc +amenity park 1 parcs +amenity parking 0 pàrquing +amenity parking 1 pàrquings +amenity pharmacy 0 farmàcia +amenity pharmacy 1 farmàcies +amenity place_of_worship 0 lloc de culte +amenity place_of_worship 1 llocs de culte +amenity police 0 policia +amenity police 1 policies +amenity post_box 0 bústia +amenity post_box 1 bústies +amenity post_office 0 oficina de correus +amenity post_office 1 oficines de correus +amenity preschool 0 pre-escola +amenity preschool 1 pre-escoles +amenity prison 0 presó +amenity prison 1 presons +amenity pub 0 pub +amenity pub 1 pubs +amenity public_building 0 edifici públic +amenity public_building 1 edificis públics +amenity recycling 0 punt de reciclatge +amenity recycling 1 punts de reciclatge +amenity restaurant 0 restaurant +amenity restaurant 1 restaurants +amenity sauna 0 sauna +amenity sauna 1 saunes +amenity school 0 escola +amenity school 1 escoles +amenity shelter 0 refugi +amenity shelter 1 refugis +amenity shop 0 botiga +amenity shop 1 botigues +amenity social_club 0 club social +amenity social_club 1 club socials +amenity supermarket 0 supermercat +amenity supermarket 1 supermercats +amenity taxi 0 taxi +amenity taxi 1 taxis +amenity telephone 0 telèfon públic +amenity telephone 1 telèfon públics +amenity theatre 0 teatre +amenity theatre 1 teatres +amenity toilets 0 banys +amenity toilets 1 banyss +amenity townhall 0 ajuntament +amenity townhall 1 ajuntaments +amenity university 0 universitat +amenity university 1 universitats +amenity wifi 0 accés a internet wifi +amenity wifi 1 accés a internet wifis +amenity youth_centre 0 centre juvenil +amenity youth_centre 1 centre juvenils +building apartments 0 bloc d'apartaments +building apartments 1 bloc d'apartamentss +building chapel 0 capella +building chapel 1 capellas +building church 0 església +building church 1 esglésias +building city_hall 0 ajuntament +building city_hall 1 ajuntaments +building commercial 0 edifici comercial +building commercial 1 edifici comercials +building faculty 0 edifici facultatiu +building faculty 1 edifici facultatius +building flats 0 pisos +building flats 1 pisoss +building garage 0 garatge +building garage 1 garatges +building hospital 0 edifici hospitalari +building hospital 1 edifici hospitalaris +building hotel 0 hotel +building hotel 1 hotels +building house 0 casa +building house 1 casas +building industrial 0 edifici industrial +building industrial 1 edifici industrials +building public 0 edifici públic +building public 1 edifici públics +building school 0 edifici escolar +building school 1 edifici escolars +building stadium 0 estadi +building stadium 1 estadis +building store 0 magatzem +building store 1 magatzems +building tower 0 torre +building tower 1 torres +building train_station 0 estació de tren +building train_station 1 estació de trens +building university 0 edifici universitari +building university 1 edifici universitaris +building "yes" 0 edifici +building "yes" 1 edificis +highway bus_stop 0 parada d'autobús +highway bus_stop 1 parada d'autobúss +highway cycleway 0 ruta per a bicicletes +highway cycleway 1 ruta per a bicicletess +highway emergency_access_point 0 accés d'emergència +highway emergency_access_point 1 accés d'emergèncias +highway footway 0 sendera +highway footway 1 senderas +highway gate 0 porta +highway gate 1 portas +highway path 0 camí +highway path 1 camís +highway primary_link 0 carretera principal +highway primary_link 1 carretera principals +highway residential 0 residencial +highway residential 1 residencials +highway road 0 carretera +highway road 1 carreteras +highway secondary 0 carretera secundària +highway secondary 1 carretera secundàrias +highway secondary_link 0 carretera secundària +highway secondary_link 1 carretera secundàrias +highway steps 0 graons +highway steps 1 graonss +highway stile 0 escala per a travessar reixats +highway stile 1 escala per a travessar reixatss +highway tertiary 0 carretera terciària +highway tertiary 1 carretera terciàrias +highway trail 0 sendera +highway trail 1 senderas +highway unclassified 0 carretera sense classificar +highway unclassified 1 carretera sense classificars +historic archaeological_site 0 lloc arqueològic +historic archaeological_site 1 lloc arqueològics +historic battlefield 0 camp de batalla +historic battlefield 1 camp de batallas +historic building 0 edifici +historic building 1 edificis +historic castle 0 castell +historic castle 1 castells +historic church 0 església +historic church 1 esglésias +historic house 0 casa +historic house 1 casas +historic icon 0 icona +historic icon 1 iconas +historic memorial 0 memorial +historic memorial 1 memorials +historic mine 0 mina +historic mine 1 minas +historic monument 0 monument +historic monument 1 monuments +historic museum 0 museu +historic museum 1 museus +historic ruins 0 ruïnes +historic ruins 1 ruïness +historic tower 0 torre +historic tower 1 torres +landuse cemetery 0 cementiri +landuse cemetery 1 cementiris +landuse commercial 0 zona comercial +landuse commercial 1 zona comercials +landuse construction 0 construcció +landuse construction 1 construcciós +landuse farm 0 granja +landuse farm 1 granjas +landuse forest 0 bosc +landuse forest 1 boscs +landuse industrial 0 zona industrial +landuse industrial 1 zona industrials +landuse mine 0 mina +landuse mine 1 minas +landuse mountain 0 muntanya +landuse mountain 1 muntanyas +landuse park 0 parc +landuse park 1 parcs +landuse plaza 0 plaça +landuse plaza 1 plaças +landuse quarry 0 pedrera +landuse quarry 1 pedreras +landuse residential 0 àrea residencial +landuse residential 1 àrea residencials +landuse wetland 0 aiguamoll +landuse wetland 1 aiguamolls +landuse wood 0 fusta +landuse wood 1 fustas +leisure fishing 0 àrea de pesca +leisure fishing 1 àrea de pescas +leisure garden 0 jardí +leisure garden 1 jardís +leisure golf_course 0 camp de golf +leisure golf_course 1 camp de golfs +leisure ice_rink 0 pista de patinatge sobre gel +leisure ice_rink 1 pista de patinatge sobre gels +leisure marina 0 port esportiu +leisure marina 1 port esportius +leisure miniature_golf 0 minigolf +leisure miniature_golf 1 minigolfs +leisure nature_reserve 0 reserva natural +leisure nature_reserve 1 reserva naturals +leisure park 0 parc +leisure park 1 parcs +leisure sports_centre 0 centre esportiu +leisure sports_centre 1 centre esportius +leisure stadium 0 estadi +leisure stadium 1 estadis +leisure swimming_pool 0 piscina +leisure swimming_pool 1 piscinas +leisure water_park 0 parc aquàtic +leisure water_park 1 parc aquàtics +natural bay 0 badia +natural bay 1 badias +natural beach 0 platja +natural beach 1 platjas +natural cape 0 cap +natural cape 1 caps +natural cave_entrance 0 entrada a cova +natural cave_entrance 1 entrada a covas +natural channel 0 canal +natural channel 1 canals +natural cliff 0 cingle +natural cliff 1 cingles +natural coastline 0 litoral +natural coastline 1 litorals +natural crater 0 cràter +natural crater 1 cràters +natural fell 0 forest +natural fell 1 forests +natural fjord 0 fiord +natural fjord 1 fiords +natural geyser 0 guèiser +natural geyser 1 guèisers +natural glacier 0 glacera +natural glacier 1 glaceras +natural heath 0 bruguerar +natural heath 1 bruguerars +natural hill 0 pujol +natural hill 1 pujols +natural island 0 illa +natural island 1 illas +natural moor 0 amarratge +natural moor 1 amarratges +natural mud 0 llot +natural mud 1 llots +natural peak 0 pic +natural peak 1 pics +natural point 0 punt +natural point 1 punts +natural reef 0 escull +natural reef 1 esculls +natural ridge 0 cresta +natural ridge 1 crestas +natural river 0 riu +natural river 1 rius +natural rock 0 roca +natural rock 1 rocas +natural scree 0 pedregar +natural scree 1 pedregars +natural shoal 0 banc +natural shoal 1 bancs +natural spring 0 deu +natural spring 1 deus +natural strait 0 estret +natural strait 1 estrets +natural tree 0 arbre +natural tree 1 arbres +natural valley 0 vall +natural valley 1 valls +natural volcano 0 volcà +natural volcano 1 volcàs +natural water 0 aigua +natural water 1 aiguas +natural wetland 0 aiguamoll +natural wetland 1 aiguamolls +natural wetlands 0 aiguamolls +natural wetlands 1 aiguamollss +natural wood 0 bosc +natural wood 1 boscs +place city 0 ciutat +place city 1 ciutats +place country 0 país +place country 1 paíss +place county 0 comtat +place county 1 comtats +place farm 0 granja +place farm 1 granjas +place hamlet 0 aldea +place hamlet 1 aldeas +place house 0 casa +place house 1 casas +place houses 0 cases +place houses 1 casess +place island 0 illa +place island 1 illas +place islet 0 illot +place islet 1 illots +place locality 0 localitat +place locality 1 localitats +place moor 0 amarrador +place moor 1 amarradors +place municipality 0 municipi +place municipality 1 municipis +place postcode 0 codi postal +place postcode 1 codi postals +place region 0 regió +place region 1 regiós +place sea 0 mar +place sea 1 mars +place state 0 estat o província +place state 1 estat o províncias +place subdivision 0 subdivisió +place subdivision 1 subdivisiós +place suburb 0 suburbi +place suburb 1 suburbis +place town 0 poble +place town 1 pobles +place village 0 aldea +place village 1 aldeas +railway level_crossing 0 pas a nivell +railway level_crossing 1 pas a nivells +railway monorail 0 monorail +railway monorail 1 monorails +railway subway 0 estació de metro +railway subway 1 estació de metros +railway tram 0 tramvia +railway tram 1 tramvias +railway tram_stop 0 parada de tramvia +railway tram_stop 1 parada de tramvias +shop bakery 0 fleca +shop bakery 1 flecas +shop bicycle 0 tenda de bicicletes +shop bicycle 1 tenda de bicicletess +shop books 0 llibreria +shop books 1 llibrerias +shop butcher 0 carnisseria +shop butcher 1 carnisserias +shop car_repair 0 reparació d'automòbils +shop car_repair 1 reparació d'automòbilss +shop chemist 0 farmàcia +shop chemist 1 farmàcias +shop fish 0 peixateria +shop fish 1 peixaterias +shop florist 0 floristeria +shop florist 1 floristerias +shop hairdresser 0 perruqueria o barberia +shop hairdresser 1 perruqueria o barberias +shop jewelry 0 joieria +shop jewelry 1 joierias +shop laundry 0 bugaderia +shop laundry 1 bugaderias +shop mall 0 centre comercial +shop mall 1 centre comercials +shop market 0 mercat +shop market 1 mercats +shop shoes 0 sabateria +shop shoes 1 sabaterias +shop supermarket 0 supermercat +shop supermarket 1 supermercats +shop travel_agency 0 agència de viatges +shop travel_agency 1 agència de viatgess +tourism alpine_hut 0 cabanya alpina +tourism alpine_hut 1 cabanya alpinas +tourism artwork 0 il·lustració +tourism artwork 1 il·lustraciós +tourism attraction 0 atracció +tourism attraction 1 atracciós +tourism bed_and_breakfast 0 llist i esmorzar (b&b) +tourism bed_and_breakfast 1 llist i esmorzar (b&b)s +tourism cabin 0 cabanya +tourism cabin 1 cabanyas +tourism camp_site 0 campament +tourism camp_site 1 campaments +tourism caravan_site 0 càmping per a caravanes +tourism caravan_site 1 càmping per a caravaness +tourism chalet 0 xalet +tourism chalet 1 xalets +tourism guest_house 0 alberg +tourism guest_house 1 albergs +tourism hostel 0 hostal +tourism hostel 1 hostals +tourism hotel 0 hotel +tourism hotel 1 hotels +tourism information 0 informació +tourism information 1 informaciós +tourism lean_to 0 nau +tourism lean_to 1 naus +tourism motel 0 motel +tourism motel 1 motels +tourism museum 0 museu +tourism museum 1 museus +tourism picnic_site 0 àrea de pícnic +tourism picnic_site 1 àrea de pícnics +tourism theme_park 0 parc temàtic +tourism theme_park 1 parc temàtics +tourism valley 0 vall +tourism valley 1 valls +tourism viewpoint 0 mirador +tourism viewpoint 1 miradors +tourism zoo 0 zoològic +tourism zoo 1 zoològics +waterway canal 0 canal +waterway canal 1 canals +waterway ditch 0 séquia +waterway ditch 1 séquias +waterway mooring 0 amarradors +waterway mooring 1 amarradorss +waterway rapids 0 ràpids +waterway rapids 1 ràpidss +waterway river 0 riu +waterway river 1 rius +waterway wadi 0 torrent +waterway wadi 1 torrents +waterway water_point 0 punt d'aigua +waterway water_point 1 punt d'aiguas +waterway waterfall 0 cascada +waterway waterfall 1 cascadas diff --git a/resources/categories/cs.tsv b/resources/categories/cs.tsv new file mode 100644 index 0000000..4332a86 --- /dev/null +++ b/resources/categories/cs.tsv @@ -0,0 +1,134 @@ +key value is_plural phrase +amenity cinema 0 kino +amenity cinema 1 kina +amenity parking 0 parkoviště +amenity parking 1 parkoviště +amenity post_office 0 pošta +amenity post_office 1 pošty +amenity toilets 0 toalety +amenity toilets 1 toalety +building train_station 0 železniční stanice +building train_station 1 železniční stanice +highway bus_stop 0 autobusová zastávka +highway bus_stop 1 autobusové zastávky +highway gate 0 brána +highway gate 1 brány +highway residential 0 ulice +highway residential 1 ulice +highway secondary 0 silnice ii. třídy +highway secondary 1 silnice ii. třídy +highway steps 0 schodiště +highway steps 0 schody +highway steps 1 schody +historic museum 0 muzeum +historic museum 1 muzea +landuse cemetery 0 hřbitov +landuse cemetery 1 hřbitovy +landuse construction 0 staveniště +landuse construction 1 staveniště +landuse vineyard 0 vinice +landuse vineyard 1 vinice +leisure garden 0 zahrada +leisure garden 1 zahrady +leisure golf_course 0 golfové hřiště +leisure golf_course 1 golfové hřiště +leisure ice_rink 0 kluziště +leisure ice_rink 1 kluziště +leisure miniature_golf 0 minigolf +leisure miniature_golf 1 minigolfy +leisure nature_reserve 0 přírodní rezervace +leisure nature_reserve 1 přírodní rezervace +leisure park 0 park +leisure park 1 parky +leisure pitch 0 hřiště +leisure pitch 1 hřiště +leisure stadium 0 stadion +leisure stadium 1 stadiony +leisure swimming_pool 0 bazén +leisure swimming_pool 1 bazény +natural beach 0 pláž +natural beach 1 pláže +natural glacier 0 ledovec +natural glacier 1 ledovce +natural hill 0 kopec +natural hill 1 kopce +natural island 0 ostrov +natural island 1 ostrovy +natural tree 0 strom +natural tree 1 stromy +natural valley 0 údolí +natural valley 1 údolí +aeroway aerodrome 0 letiště +aeroway aerodrome 1 letiště +place city 0 velkoměsto +place city 1 velkoměsta +place country 0 stát +place country 1 státy +place farm 0 farma +place farm 1 farmy +place hamlet 0 osada +place hamlet 1 osady +place house 0 dům +place house 1 domy +place houses 0 budova +place houses 1 budovy +place island 0 ostrov +place island 1 ostrovy +place islet 0 ostrůvek +place islet 1 ostrůvky +place locality 0 oblast +place locality 1 oblasti +place municipality 0 obecní úřad +place municipality 1 obecní úřady +place postcode 0 psč +place postcode 1 psč +place region 0 kraj +place region 1 kraje +place sea 0 moře +place sea 1 moře +place state 0 stát +place state 1 státy +place suburb 0 městská část +place suburb 1 městské části +place town 0 město +place town 1 města +place village 0 vesnice +place village 1 vesnice +railway halt 0 železniční zastávka +railway halt 1 železnční zastávky +railway subway 0 stanice metra +railway subway 1 stanice metra +shop hairdresser 0 kadeřnictví +shop hairdresser 1 kadeřnictví +tourism alpine_hut 0 vysokohorská chata +tourism alpine_hut 1 vysokohorské chaty +tourism attraction 0 turistická atrakce +tourism attraction 1 turistické atrakce +tourism camp_site 0 tábořiště, kemp +tourism camp_site 1 tábořiště, kempy +tourism caravan_site 0 autokemping +tourism caravan_site 1 autokempingy +tourism chalet 0 velká chata +tourism chalet 1 velké chaty +tourism guest_house 0 penzion +tourism guest_house 1 penziony +tourism hostel 0 hostel +tourism hostel 1 hostely +tourism hotel 0 hotel +tourism hotel 1 hotels +tourism information 0 turistické informace +tourism information 1 turistické informace +tourism lean_to 0 přístřešek +tourism lean_to 1 přístřešky +tourism motel 0 motel +tourism motel 1 motely +tourism museum 0 muzeum +tourism museum 1 muzea +tourism theme_park 0 zábavní park +tourism theme_park 1 zábavní parky +tourism valley 0 údolí +tourism valley 1 údolí +tourism viewpoint 0 místo s dobrým výhledem +tourism viewpoint 1 místo s dobrými výhledy +tourism zoo 0 zoo +tourism zoo 1 zoo diff --git a/resources/categories/de.tsv b/resources/categories/de.tsv new file mode 100644 index 0000000..480c4e4 --- /dev/null +++ b/resources/categories/de.tsv @@ -0,0 +1,880 @@ +key value is_plural phrase +aeroway aerodrome 0 flughafen +aeroway aerodrome 1 flughäfen +amenity arts_centre 0 kulturzentrum +amenity arts_centre 1 kulturzentren +amenity atm 0 geldautomat +amenity atm 1 geldautomaten +amenity auditorium 0 hörsaal +amenity auditorium 1 hörsäle +amenity bank 0 bank +amenity bank 1 banken +amenity bar 0 bar +amenity bar 1 bars +amenity bench 0 bank +amenity bench 1 bänke +amenity bicycle_parking 0 fahrradstellplatz +amenity bicycle_parking 1 fahrradstellplätze +amenity bicycle_rental 0 fahrradverleih +amenity bicycle_rental 1 fahrradverleihe +amenity brothel 0 bordell +amenity brothel 1 bordelle +amenity bureau_de_change 0 wechselstube +amenity bureau_de_change 1 wechselstuben +amenity bus_station 0 busbahnhof +amenity bus_station 1 busbahnhöfe +amenity cafe 0 café +amenity cafe 1 cafés +amenity cafe 0 cafe +amenity cafe 1 cafes +amenity car_rental 0 autovermietung +amenity car_rental 1 autovermietungen +amenity car_sharing 0 carsharing +amenity car_sharing 1 carsharings +amenity car_wash 0 autowaschanlage +amenity car_wash 1 autowaschanlagen +amenity casino 0 casino +amenity casino 1 casinos +amenity cinema 0 kino +amenity cinema 1 kinos +amenity hospital 0 krankenhaus +amenity hospital 1 krankenhäuser +amenity club 0 verein +amenity club 1 vereine +amenity college 0 hochschule +amenity college 1 hochschulen +amenity community_centre 0 gemeinschaftszentrum +amenity community_centre 1 gemeinschaftszentren +amenity courthouse 0 gericht +amenity courthouse 1 gerichte +amenity crematorium 0 krematorium +amenity crematorium 1 krematorien +amenity dentist 0 zahnarzt +amenity dentist 1 zahnärzte +amenity doctors 0 arzt +amenity doctors 1 ärzte +amenity dojo 0 dojo +amenity dojo 1 dojos +amenity dojo 0 dojang +amenity dojo 1 dojang +amenity dojo 0 kampfsport +amenity dojo 0 kampfkunst +amenity dormitory 0 studentenwohnheim +amenity dormitory 1 studentenwohnheime +amenity drinking_water 0 trinkwasser +amenity drinking_water 1 trinkwasser +amenity driving_school 0 fahrschule +amenity driving_school 1 fahrschulen +amenity embassy 0 botschaft +amenity embassy 1 botschaften +amenity emergency_phone 0 notrufsäule +amenity emergency_phone 1 notrufsäulen +amenity fast_food 0 schnellimbiss +amenity fast_food 1 schnellimbisse +amenity fast_food 0 imbiss +amenity fast_food 1 imbisse +amenity ferry_terminal 0 fähranlegestelle +amenity ferry_terminal 1 fähranlegestellen +amenity fire_hydrant 0 hydrant +amenity fire_hydrant 1 hydranten +amenity fire_station 0 feuerwehr +amenity fire_station 1 feuerwehren +amenity fountain 0 springbrunnen +amenity fountain 1 springbrunnen +amenity fuel 0 tankstelle +amenity fuel 1 tankstellen +amenity grave_yard 0 friedhof +amenity grave_yard 1 friedhöfe +amenity gym 0 turnhalle +amenity gym 1 turnhallen +amenity hall 0 halle +amenity hall 1 hallen +amenity health_centre 0 gesundheitszentrum +amenity health_centre 1 gesundheitszentren +amenity hospital 0 krankenhaus +amenity hospital 1 krankenhäuser +amenity hotel 0 hotel +amenity hotel 1 hotels +amenity hunting_stand 0 hochstand +amenity hunting_stand 1 hochstände +amenity ice_cream 0 eisdiele +amenity ice_cream 1 eisdielen +amenity kindergarten 0 kindergarten +amenity kindergarten 1 kindergärten +amenity library 0 bücherei +amenity library 1 büchereien +amenity market 0 markt +amenity market 1 märkte +amenity marketplace 0 marktplatz +amenity marketplace 1 marktplätze +amenity mountain_rescue 0 bergrettung +amenity mountain_rescue 1 bergrettung +amenity nightclub 0 nachtklub +amenity nightclub 1 nachtklubs +amenity nursery 0 kinderkrippe +amenity nursery 1 kinderkrippen +amenity nursing_home 0 pflegeheim +amenity nursing_home 1 pflegeheime +amenity office 0 büro +amenity office 1 büros +amenity park 0 park +amenity park 1 parks +amenity parking 0 parkplatz +amenity parking 1 parkplätze +amenity pharmacy 0 apotheke +amenity pharmacy 1 apotheken +amenity place_of_worship 0 andachtsstätte +amenity place_of_worship 1 andachtsstätten +amenity police 0 polizei +amenity police 1 polizei +amenity post_box 0 briefkasten +amenity post_box 1 briefkästen +amenity post_office 0 postamt +amenity post_office 1 postämter +amenity preschool 0 vorschule +amenity preschool 1 vorschulen +amenity prison 0 gefängnis +amenity prison 1 gefängnisse +amenity pub 0 kneipe +amenity pub 1 kneipen +amenity public_building 0 öffentliches gebäude +amenity public_building 1 öffentliche gebäude +amenity public_market 0 öffentlicher markt +amenity public_market 1 öffentliche märkte +amenity reception_area 0 empfangsbereich +amenity reception_area 1 empfangsbereiche +amenity recycling 0 recyclingeinrichtung +amenity recycling 1 recyclingeinrichtungen +amenity restaurant 0 restaurant +amenity restaurant 1 restaurants +amenity restaurant 0 gaststätte +amenity restaurant 1 gaststätten +amenity restaurant 0 gasthaus +amenity restaurant 1 gasthäuser +amenity retirement_home 0 altersheim +amenity retirement_home 1 altersheime +amenity sauna 0 sauna +amenity sauna 1 saunen +amenity school 0 schule +amenity school 1 schulen +amenity shelter 0 schutzhütte +amenity shelter 1 schutzhütten +amenity shop 0 geschäft +amenity shop 1 geschäfte +amenity shopping 0 einkaufszentrum +amenity shopping 1 einkaufszentren +amenity social_club 0 geselligkeitsverein +amenity social_club 1 geselligkeitsvereine +amenity studio 0 studio +amenity studio 1 studios +amenity supermarket 0 supermarkt +amenity supermarket 1 supermärkte +amenity swingerclub 0 swingerclub +amenity swingerclub 1 swingerclubs +amenity taxi 0 taxistand +amenity taxi 1 taxistände +amenity telephone 0 telefonzelle +amenity telephone 1 telefonzellen +amenity theatre 0 theater +amenity theatre 1 theater +amenity toilets 0 wc +amenity toilets 1 wcs +amenity toilets 0 toilette +amenity toilets 1 toiletten +amenity townhall 0 rathaus +amenity townhall 1 rathäuser +amenity university 0 universität +amenity university 1 universitäten +amenity vending_machine 0 automat +amenity vending_machine 1 automaten +amenity veterinary 0 tierarzt +amenity veterinary 1 tierärzte +amenity village_hall 0 gemeindezentrum +amenity village_hall 1 gemeindezentren +amenity waste_basket 0 mülleimer +amenity waste_basket 1 mülleimer +amenity wifi 0 wlan-access-point +amenity wifi 1 wlan-access-points +amenity youth_centre 0 jugendzentrum +amenity youth_centre 1 jugendzentren +boundary administrative 0 verwaltungsgrenze +boundary administrative 1 verwaltungsgrenzen +building apartments 0 wohnblock +building apartments 1 wohnblöcke +building block 0 gebäudeblock +building block 1 gebäudeblöcke +building bunker 0 bunker +building bunker 1 bunker +building chapel 0 kapelle +building chapel 1 kapellen +building church 0 kirche +building church 1 kirchen +building city_hall 0 rathaus +building city_hall 1 rathäuser +building commercial 0 gewerbegebäude +building commercial 1 gewerbegebäude +building dormitory 0 studentenwohnheim +building dormitory 1 studentenwohnheime +building entrance 0 eingang +building entrance 1 eingänge +building faculty 0 ausbildungsgebäude +building faculty 1 ausbildungsgebäude +building farm 0 bauernhof +building farm 1 bauernhöfe +building flats 0 wohnung +building flats 1 wohnungen +building garage 0 garage +building garage 1 garagen +building hall 0 halle +building hall 1 hallen +building hospital 0 spital +building hospital 1 spitäler +building hotel 0 hotel +building hotel 1 hotels +building house 0 haus +building house 1 häuser +building industrial 0 industriegebäude +building industrial 1 industriegebäude +building office 0 bürogebäude +building office 1 bürogebäude +building public 0 öffentliches gebäude +building public 1 öffentliche gebäude +building residential 0 wohngebäude +building residential 1 wohngebäude +building retail 0 einzelhandelsgebäude +building retail 1 einzelhandelsgebäude +building school 0 schulgebäude +building school 1 schulgebäude +building shop 0 geschäft +building shop 1 geschäfte +building stadium 0 stadion +building stadium 1 stadien +building store 0 warenhäuser +building store 1 warenhäuser +building terrace 0 terrasse +building terrace 1 terrassen +building tower 0 turm +building tower 1 türme +building train_station 0 bahnhof +building train_station 1 bahnhöfe +building university 0 universitätsgebäude +building university 1 universitätsgebäude +building "yes" 0 gebäude +building "yes" 1 gebäude +emergency fire_hydrant 0 hydrant +emergency fire_hydrant 1 hydranten +highway bridleway 0 reitweg +highway bridleway 1 reitwege +highway bus_guideway 0 busspur +highway bus_guideway 1 busspuren +highway bus_stop 0 bushaltestelle +highway bus_stop 1 bushaltestellen +highway byway 0 umgehungsstraße +highway byway 1 umgehungstraßen +highway construction 0 straße im bau +highway construction 1 straßen im bau +highway cycleway 0 radweg +highway cycleway 1 radwege +highway distance_marker 0 kilometerstein +highway distance_marker 1 kilometersteine +highway emergency_access_point 0 notrufpunkt +highway emergency_access_point 1 notrufpunkte +highway footway 0 fußweg +highway footway 1 fußwege +highway ford 0 furt +highway ford 1 furten +highway gate 0 tor +highway gate 1 tore +highway living_street 0 spielstraße +highway living_street 1 spielstraßen +highway minor 0 nebenstraße +highway minor 1 nebenstraßen +highway motorway 0 autobahn +highway motorway 1 autobahnen +highway motorway_junction 0 autobahnkreuz +highway motorway_junction 1 autobahnkreuze +highway motorway_link 0 autobahnauffahrt +highway motorway_link 1 autobahnauffahrten +highway path 0 pfad +highway path 1 pfade +highway path 0 trampelpfad +highway path 1 trampelpfade +highway pedestrian 0 fußgängerzone +highway pedestrian 1 fußgängerzonen +highway platform 0 plattform +highway platform 1 plattformen +highway primary 0 primärstraße +highway primary 1 primärstraßen +highway primary_link 0 primärauffahrt +highway primary_link 1 primärauffahrten +highway raceway 0 rennweg +highway raceway 1 rennwege +highway residential 0 wohnstraße +highway residential 1 wohnstraßen +highway road 0 straße +highway road 1 straßen +highway secondary 0 landstraße +highway secondary 1 landstraßen +highway secondary_link 0 landstraße +highway secondary_link 1 landstraßen +highway service 0 anliegerstraße +highway service 1 anliegerstraßen +highway services 0 autobahnraststätte +highway services 1 autobahnraststätten +highway steps 0 treppe +highway steps 1 treppen +highway stile 0 zaunübertritt +highway stile 1 zaunübertritts +highway tertiary 0 tertiärstraße +highway tertiary 1 tertiärstraßen +highway track 0 feldweg +highway track 1 feldwege +highway track 0 waldweg +highway track 1 waldwege +highway trail 0 pfad +highway trail 1 pfade +highway trunk 0 fernverkehrsstraße +highway trunk 1 fernverkehrsstraßen +highway trunk_link 0 fernstraßenauffahrt +highway trunk_link 1 fernstraßenauffahrten +highway unclassified 0 landstraße +highway unclassified 1 landstraßen +highway unsurfaced 0 nichtasphaltierte straße +highway unsurfaced 1 nichtasphaltierte straßen +historic archaeological_site 0 ausgrabungsstätte +historic archaeological_site 1 ausgrabungsstätten +historic battlefield 0 kampfgebiet +historic battlefield 1 kampfgebiete +historic boundary_stone 0 grenzstein +historic boundary_stone 1 grenzsteine +historic building 0 historisches gebäude +historic building 1 historische gebäude +historic castle 0 schloss +historic castle 1 schlösser +historic castle 0 burg +historic castle 1 burgen +historic church 0 kirche +historic church 1 kirchen +historic house 0 historisches haus +historic house 1 historisches häuser +historic icon 0 symbol +historic icon 1 symbole +historic manor 0 gut +historic manor 1 gute +historic memorial 0 gedenkstätte +historic memorial 1 gedenkstätten +historic mine 0 historisches bergwerk +historic mine 1 historische bergwerke +historic monument 0 monument +historic monument 1 monumente +historic museum 0 museum +historic museum 1 museen +historic ruins 0 ruine +historic ruins 1 ruinen +historic tower 0 turm +historic tower 1 türme +historic wayside_cross 0 wegkreuz +historic wayside_cross 1 wegkreuze +historic wayside_shrine 0 schrein +historic wayside_shrine 1 schreine +historic wreck 0 schiffswrack +historic wreck 1 schiffswracks +landuse allotments 0 kleingartenanlage +landuse allotments 1 kleingartenanlagen +landuse basin 0 becken +landuse basin 1 becken +landuse brownfield 0 brachfläche +landuse brownfield 1 brachflächen +landuse cemetery 0 friedhof +landuse cemetery 1 friedhöfe +landuse commercial 0 gewerbegebiet +landuse commercial 1 gewerbegebiete +landuse conservation 0 naturschutzgebiet +landuse conservation 1 naturschutzgebiete +landuse construction 0 baustelle +landuse construction 1 baustellen +landuse farm 0 bauernhof +landuse farm 1 bauernhöfe +landuse farmland 0 ackerland +landuse farmland 0 acker +landuse farmland 1 äcker +landuse farmyard 0 hof +landuse farmyard 1 höfe +landuse forest 0 wald +landuse forest 1 wälder +landuse grass 0 rasenfläche +landuse grass 1 rasenflächen +landuse greenfield 0 unbebaute fläche +landuse greenfield 1 unbebaute flächen +landuse industrial 0 industriegebiet +landuse industrial 1 industriegebiete +landuse landfill 0 müllhalde +landuse landfill 1 müllhalden +landuse meadow 0 wiese +landuse meadow 1 wiesen +landuse military 0 militärgebiet +landuse military 1 militärgebiete +landuse mine 0 bergwerk +landuse mine 1 bergwerke +landuse mountain 0 berg +landuse mountain 1 berge +landuse nature_reserve 0 naturschutzgebiet +landuse nature_reserve 1 naturschutzgebiete +landuse park 0 park +landuse park 1 parks +landuse piste 0 piste +landuse piste 1 pisten +landuse plaza 0 großer platz +landuse plaza 1 große plätze +landuse quarry 0 steinbruch +landuse quarry 1 steinbrüche +landuse railway 0 eisenbahn +landuse railway 1 eisenbahnen +landuse recreation_ground 0 naherholungsgebiet +landuse recreation_ground 1 naherholungsgebiete +landuse reservoir 0 reservoir +landuse reservoir 1 reservoire +landuse residential 0 siedlung +landuse residential 1 siedlungen +landuse residential 0 wohngebiet +landuse residential 1 wohngebiete +landuse retail 0 einzelhandel +landuse village_green 0 grünanlage +landuse village_green 1 grünanlagen +landuse vineyard 0 weingut +landuse vineyard 1 weingüter +landuse wetland 0 feuchtgebiet +landuse wetland 1 feuchtgebiete +landuse wood 0 wald +landuse wood 1 wälder +leisure beach_resort 0 freibad +leisure beach_resort 1 freibäder +leisure common 0 gemeindeland +leisure fishing 0 fischereigrund +leisure fishing 1 fischereigründe +leisure garden 0 garten +leisure garden 1 gärten +leisure golf_course 0 golfplatz +leisure golf_course 1 golfplätze +leisure ice_rink 0 eislaufplatz +leisure ice_rink 1 eislaufplätze +leisure marina 0 yachthafen +leisure marina 1 yachthäfen +leisure miniature_golf 0 minigolf +leisure miniature_golf 1 minigolfplätze +leisure nature_reserve 0 naturschutzgebiet +leisure nature_reserve 1 naturschutzgebiete +leisure park 0 park +leisure park 1 parks +leisure pitch 0 sportplatz +leisure pitch 1 sportplätze +leisure pitch 0 spielfeld +leisure pitch 1 spielfelder +leisure playground 0 spielplatz +leisure playground 1 spielplätze +leisure recreation_ground 0 naherholungsgebiet +leisure recreation_ground 1 naherholungsgebiete +leisure slipway 0 slipanlage +leisure slipway 1 slipanlagen +leisure sports_centre 0 sportzentrum +leisure sports_centre 1 sportzentren +leisure stadium 0 stadion +leisure stadium 1 stadien +leisure swimming_pool 0 schwimmbecken +leisure swimming_pool 1 schwimmbecken +leisure track 0 rennstrecke +leisure track 1 rennstrecken +leisure water_park 0 wasserpark +leisure water_park 1 wasserparks +mountain_pass yes 0 pass +mountain_pass yes 1 pässe +mountain_pass yes 0 gebirgspass +mountain_pass yes 1 gebirgspässe +natural bay 0 bucht +natural bay 1 buchten +natural beach 0 strand +natural beach 1 strände +natural cape 0 kap +natural cape 1 kaps +natural cave_entrance 0 höhleneingang +natural cave_entrance 1 höhleneingänge +natural channel 0 kanal +natural channel 1 kanäle +natural cliff 0 klippe +natural cliff 1 klippen +natural coastline 0 küstenlinie +natural coastline 1 küstenlinien +natural crater 0 krater +natural feature 0 merkmal +natural feature 1 merkmale +natural fell 0 kahler berg +natural fell 1 kahle berge +natural fjord 0 fjord +natural fjord 1 fjorde +natural geyser 0 geysir +natural geyser 1 geysire +natural glacier 0 gletscher +natural heath 0 heide +natural hill 0 erhebung +natural hill 1 hügel +natural island 0 insel +natural island 1 inseln +natural land 0 land +natural land 1 länder +natural marsh 0 marschland +natural marsh 1 marschlandgebiete +natural moor 0 moor +natural moor 1 moors +natural mud 0 schlamm +natural mud 1 schlamme +natural peak 0 gipfel +natural point 0 punkt +natural point 1 punkte +natural reef 0 riff +natural reef 1 riffs +natural ridge 0 grat +natural ridge 1 grate +natural river 0 fluss +natural river 1 flüsse +natural rock 0 stein +natural rock 1 steine +natural scree 0 geröll +natural scree 1 geröllhalden +natural scrub 0 busch +natural scrub 1 büsche +natural shoal 0 untiefe +natural shoal 1 untiefen +natural spring 0 quelle +natural spring 1 quellen +natural strait 0 straße +natural strait 1 straßen +natural tree 0 baum +natural tree 1 bäume +natural valley 0 tal +natural valley 1 täler +natural volcano 0 vulkan +natural volcano 1 vulkane +natural water 0 wasser +natural wetland 0 feuchtgebiet +natural wetland 1 feuchtgebiete +natural wetlands 0 feuchtgebiet +natural wetlands 1 feuchtgebiete +natural wood 0 wald +natural wood 1 wälder +place city 0 stadt +place city 1 städte +place country 0 land +place country 1 länder +place county 0 bezirk +place county 1 bezirke +place farm 0 gehöft +place farm 1 gehöfte +place hamlet 0 weiler +place house 0 haus +place house 1 häuser +place houses 0 häuser +place houses 1 häuser +place island 0 insel +place island 1 inseln +place islet 0 inselchen +place locality 0 ortschaft +place locality 1 ortschaften +place moor 0 moor +place moor 1 moore +place municipality 0 gemeinde +place municipality 1 gemeinden +place postcode 0 postleitzahl +place postcode 1 postleitzahlen +place region 0 region +place region 1 regionen +place sea 0 meer +place sea 1 meere +place state 0 bundesland +place state 1 bundesländer +place subdivision 0 untergruppe +place subdivision 1 untergruppen +place suburb 0 stadtteil +place suburb 1 stadtteile +place town 0 stadt +place town 1 städte +place unincorporated_area 0 gemeindefreies gebiet +place unincorporated_area 1 gemeindefreie gebiete +place village 0 dorf +place village 1 dörfer +railway abandoned 0 aufgelassene bahnstrecke +railway abandoned 1 aufgelassene bahnstrecken +railway construction 0 eisenbahn im bau +railway construction 1 eisenbahnen im bau +railway disused 0 unbenutzte bahnstrecke +railway disused 1 unbenutzte bahnstrecken +railway disused_station 0 unbenutzer bahnhof +railway disused_station 1 unbenutze bahnhöfe +railway funicular 0 seilbahn +railway funicular 1 seilbahnen +railway halt 0 haltepunkt +railway halt 1 haltepunkte +railway historic_station 0 historischer bahnhof +railway historic_station 1 historische bahnhöfe +railway junction 0 bahnknotenpunkt +railway junction 1 bahnknotenpunkte +railway level_crossing 0 eisenbahnkreuzung +railway level_crossing 1 eisenbahnkreuzungs +railway light_rail 0 straßenbahn +railway light_rail 1 straßenbahns +railway monorail 0 einschienenbahn +railway monorail 1 einschienenbahns +railway narrow_gauge 0 schmalspurbahn +railway narrow_gauge 1 schmalspurbahns +railway platform 0 bahnsteig +railway platform 1 bahnsteigs +railway preserved 0 bewahrte bahnstrecke +railway preserved 1 bewahrte bahnstrecken +railway spur 0 bahnstrecke +railway station 0 bahnhof +railway station 1 bahnhöfe +railway subway 0 u-bahn-station +railway subway 1 u-bahn-stationen +railway subway_entrance 0 u-bahn-zugang +railway subway_entrance 1 u-bahn-zugänge +railway switch 0 weiche +railway switch 1 weichens +railway tram 0 straßenbahn +railway tram 1 straßenbahns +railway tram_stop 0 straßenbahn-haltestelle +railway tram_stop 1 straßenbahn-haltestellen +railway yard 0 rangierbahnhof +railway yard 1 rangierbahnhöfe +shop alcohol 0 spirituosenladen +shop alcohol 1 spirituosenläden +shop apparel 0 bekleidungsgeschäft +shop apparel 1 bekleidungsgeschäfte +shop art 0 kunstladen +shop art 1 kunstläden +shop art 0 galerie +shop art 1 galerien +shop bakery 0 bäckerei +shop bakery 1 bäckereien +shop beauty 0 parfümerie +shop beauty 1 parfümerien +shop beverages 0 getränkemarkt +shop beverages 1 getränkemärkte +shop bicycle 0 fahrradgeschäft +shop bicycle 1 fahrradgeschäfte +shop books 0 buchgeschäft +shop books 1 buchgeschäfte +shop books 0 buchladen +shop books 1 buchläden +shop butcher 0 fleischerei +shop butcher 1 fleischereien +shop butcher 0 metzgerei +shop butcher 1 metzgereien +shop car 0 autohaus +shop car 1 autohäuser +shop car_dealer 0 autohaus +shop car_dealer 1 autohäuser +shop car_parts 0 autoteilehändler +shop car_parts 1 autoteilehändlers +shop car_repair 0 autowerkstatt +shop car_repair 1 autowerkstatts +shop carpet 0 teppichgeschäft +shop carpet 1 teppichgeschäfte +shop charity 0 wohltätigkeitsladen +shop charity 1 wohltätigkeitsladens +shop chemist 0 drogerie +shop chemist 1 drogerien +shop clothes 0 bekleidungsgeschäft +shop clothes 1 bekleidungsgeschäfte +shop computer 0 computergeschäft +shop computer 1 computergeschäfte +shop confectionery 0 süßwarengeschäft +shop confectionery 1 süßwarengeschäfte +shop convenience 0 tante-emma-laden +shop convenience 1 tante-emma-läden +shop copyshop 0 copyshop +shop copyshop 1 copyshops +shop cosmetics 0 kosmetikgeschäft +shop cosmetics 1 kosmetikgeschäfte +shop department_store 0 warenhäuser +shop department_store 1 warenhäuser +shop discount 0 diskontladen +shop discount 1 diskontläden +shop doityourself 0 baumarkt +shop doityourself 1 baumärkte +shop drugstore 0 drogerie +shop drugstore 1 drogerien +shop dry_cleaning 0 textilreinigung +shop dry_cleaning 1 textilreinigungen +shop electronics 0 elektronikgeschäft +shop electronics 1 elektronikgeschäfte +shop estate_agent 0 imobilienhändler +shop estate_agent 1 imobilienmakler +shop farm 0 hofladen +shop farm 1 hofläden +shop fashion 0 modegeschäft +shop fashion 1 modegeschäfte +shop fish 0 angelladen +shop fish 1 angelläden +shop florist 0 blumenladen +shop florist 1 blumenläden +shop food 0 lebensmittelladen +shop food 1 lebensmittelläden +shop funeral_directors 0 bestattungsunternehmen +shop funeral_directors 1 bestattungsunternehmen +shop furniture 0 möbelgeschäft +shop furniture 1 möbelgeschäfte +shop gallery 0 galerie +shop gallery 1 galerien +shop garden_centre 0 gärtnerei +shop garden_centre 1 gärtnereien +shop general 0 gemischtwarenladen +shop general 1 gemischtwarenladens +shop gift 0 geschenkeladen +shop gift 1 geschenkeläden +shop greengrocer 0 obst- und gemüsehandlung +shop greengrocer 1 obst- und gemüsehändler +shop grocery 0 lebensmittelladen +shop grocery 1 lebensmittelläden +shop hairdresser 0 frisör +shop hairdresser 1 frisöre +shop hardware 0 eisenwarenhandlung +shop hardware 1 eisenwarenhändler +shop hifi 0 unterhaltungselektronikladen +shop hifi 1 unterhaltungselektronikläden +shop insurance 0 versicherungsbüro +shop insurance 1 versicherungsbüros +shop jewelry 0 juwelier +shop jewelry 1 juweliere +shop kiosk 0 kiosk +shop kiosk 1 kioske +shop laundry 0 waschsalon +shop laundry 1 waschsalons +shop mall 0 einkaufszentrum +shop mall 1 einkaufszentren +shop market 0 markt +shop market 1 märkte +shop mobile_phone 0 handygeschäft +shop mobile_phone 1 handygeschäfte +shop motorcycle 0 motorradgeschäft +shop motorcycle 1 motorradgeschäfte +shop music 0 musikladen +shop music 1 musikläden +shop newsagent 0 zeitschriftenladen +shop newsagent 1 zeitschriftenläden +shop optician 0 optiker +shop optician 1 optiker +shop organic 0 bioladen +shop organic 1 bioläden +shop outdoor 0 outdoorladen +shop outdoor 1 outdoorläden +shop pet 0 tierhandlung +shop pet 1 tierhandlungen +shop photo 0 fotoladen +shop photo 1 fotoläden +shop salon 0 salon +shop salon 1 salons +shop shoes 0 schuhgeschäft +shop shoes 1 schuhgeschäfte +shop shoes 0 schuhladen +shop shoes 1 schuhläden +shop shopping_centre 0 einkaufszentrum +shop shopping_centre 1 einkaufszentren +shop sports 0 sportgeschäft +shop sports 1 sportgeschäfte +shop stationery 0 schreibwarenladen +shop stationery 1 schreibwarenläden +shop supermarket 0 supermarkt +shop supermarket 1 supermärkte +shop toys 0 spielwarengeschäft +shop toys 1 spielwarengeschäfte +shop toys 0 spielwarenladen +shop toys 1 spielwarenläden +shop travel_agency 0 reisebüro +shop travel_agency 1 reisebüros +shop video 0 videothek +shop video 1 videotheken +shop wine 0 weingeschäft +shop wine 1 weingeschäfte +tourism alpine_hut 0 berghütte +tourism alpine_hut 1 berghütten +tourism artwork 0 kunstwerk +tourism artwork 1 kunstwerke +tourism attraction 0 attraktion +tourism attraction 1 attraktionen +tourism bed_and_breakfast 0 unterkunft +tourism bed_and_breakfast 1 unterkünfte +tourism cabin 0 hütte +tourism cabin 1 hütten +tourism camp_site 0 campingplatz +tourism camp_site 1 campingplätze +tourism caravan_site 0 wohnwagen-stellplatz +tourism caravan_site 1 wohnwagen-stellplätze +tourism chalet 0 almhütte +tourism chalet 1 almhütten +tourism guest_house 0 pension +tourism guest_house 1 pensionen +tourism hostel 0 jugendherberge +tourism hostel 1 jugendherbergen +tourism hotel 0 hotel +tourism hotel 1 hotels +tourism information 0 touristen-information +tourism information 1 touristen-informations +tourism lean_to 0 anbau +tourism lean_to 1 anbaus +tourism motel 0 motel +tourism motel 1 motels +tourism museum 0 museum +tourism museum 1 museen +tourism picnic_site 0 piknikplatz +tourism picnic_site 1 piknikplätze +tourism theme_park 0 vergnügungspark +tourism theme_park 1 vergnügungsparks +tourism valley 0 tal +tourism valley 1 täler +tourism viewpoint 0 aussichtspunkt +tourism viewpoint 1 aussichtspunkte +tourism zoo 0 zoo +tourism zoo 1 zoos +waterway boatyard 0 werft +waterway boatyard 1 werften +waterway canal 0 kanal +waterway canal 1 kanäle +waterway connector 0 wasserstraßenverbindung +waterway connector 1 wasserstraßenverbindungen +waterway dam 0 staudamm +waterway dam 1 staudämme +waterway derelict_canal 0 aufgelassener kanal +waterway derelict_canal 1 aufgelassener kanals +waterway ditch 0 wassergraben +waterway ditch 1 wassergrabens +waterway dock 0 dock +waterway dock 1 docks +waterway drain 0 entwässerungsgraben +waterway drain 1 entwässerungsgräben +waterway lock 0 schleuse +waterway lock 1 schleusen +waterway lock_gate 0 schleusentor +waterway lock_gate 1 schleusentore +waterway mineral_spring 0 mineralquelle +waterway mineral_spring 1 mineralquellen +waterway mooring 0 anlegeplatz +waterway mooring 1 anlegeplätze +waterway rapids 0 stromschnellen +waterway rapids 1 stromschnellen +waterway river 0 fluss +waterway river 1 flüsse +waterway riverbank 0 flussufer +waterway riverbank 1 flussufer +waterway stream 0 bach +waterway stream 1 bäche +waterway wadi 0 trockental +waterway wadi 1 trockentäler +waterway water_point 0 wasserpunkt +waterway water_point 1 wasserpunkte +waterway waterfall 0 wasserfall +waterway waterfall 1 wasserfälle +waterway weir 0 wehr +waterway weir 1 wehre +man_made windmill 0 windmühle +man_made windmill 1 windmühlen +amenity register_office 0 standesamt +amenity register_office 1 standesämter diff --git a/resources/categories/de_at.tsv b/resources/categories/de_at.tsv new file mode 100644 index 0000000..28acbed --- /dev/null +++ b/resources/categories/de_at.tsv @@ -0,0 +1,3 @@ +key value is_plural phrase +amenity restaurant 0 wirtshaus +amenity restaurant 1 wirtshäuser diff --git a/resources/categories/en.tsv b/resources/categories/en.tsv new file mode 100644 index 0000000..23d967c --- /dev/null +++ b/resources/categories/en.tsv @@ -0,0 +1,944 @@ +key value is_plural phrase +aeroway aerodrome 0 airport +aeroway aerodrome 1 airports +amenity animal_boarding 0 animal boarding facility +amenity animal_boarding 1 animal boarding facilities +amenity animal_shelter 0 animal shelter +amenity animal_shelter 1 animal shelters +amenity arts_centre 0 arts centre +amenity arts_centre 1 arts centres +amenity arts_centre 0 arts center +amenity arts_centre 1 arts centers +amenity atm 0 atm +amenity atm 1 atms +amenity atm 0 cash +amenity atm 1 cash +amenity atm 0 cash machine +amenity atm 1 cash machines +amenity auditorium 0 auditorium +amenity auditorium 1 auditoriums +amenity bank 0 bank +amenity bank 1 banks +amenity bar 0 bar +amenity bar 1 bars +amenity pub 0 bar +amenity pub 1 bars +amenity bench 0 bench +amenity bench 1 benches +amenity bicycle_parking 0 cycle parking +amenity bicycle_parking 1 cycle parkings +amenity bicycle_rental 0 cycle rental +amenity bicycle_rental 1 cycle rentals +amenity bicycle_parking 0 bicycle parking +amenity bicycle_parking 1 bicycle parkings +amenity bicycle_rental 0 bicycle rental +amenity bicycle_rental 1 bicycle rentals +amenity brothel 0 brothel +amenity brothel 1 brothels +amenity bureau_de_change 0 bureau de change +amenity bureau_de_change 1 bureau de changes +amenity bureau_de_change 1 bureaus de change +amenity bus_station 0 bus station +amenity bus_station 1 bus stations +amenity cafe 0 cafe +amenity cafe 1 cafes +amenity car_rental 0 car rental +amenity car_rental 1 car rentals +amenity car_sharing 0 car share +amenity car_sharing 0 car sharing +amenity car_sharing 1 car sharings +amenity car_wash 0 car wash +amenity car_wash 1 car washes +amenity casino 0 casino +amenity casino 1 casinos +amenity cinema 0 cinema +amenity cinema 1 cinemas +amenity clinic 0 clinic +amenity clinic 1 clinics +amenity club 0 club +amenity club 1 clubs +amenity college 0 college +amenity college 1 colleges +amenity community_centre 0 community centre +amenity community_centre 1 community centres +amenity community_centre 0 community center +amenity community_centre 1 community centers +amenity courthouse 0 courthouse +amenity courthouse 1 courthouses +amenity crematorium 0 crematorium +amenity crematorium 1 crematoriums +amenity dentist 0 dentist +amenity dentist 1 dentists +amenity doctors 0 doctor +amenity doctors 1 doctors +amenity dojo 0 martial arts +amenity dojo 1 martial arts +amenity dojo 0 dojo +amenity dojo 1 dojos +amenity dojo 0 dojang +amenity dojo 1 dojang +amenity dormitory 0 dormitory +amenity dormitory 1 dormitorys +amenity dormitory 1 dormitories +amenity drinking_water 0 drinking water +amenity drinking_water 0 water +amenity driving_school 0 driving school +amenity driving_school 1 driving schools +amenity embassy 0 embassy +amenity embassy 1 embassys +amenity embassy 1 embassies +amenity emergency_phone 0 emergency phone +amenity emergency_phone 1 emergency phones +amenity fast_food 0 fast food +amenity restaurant 0 food +amenity fast_food 0 food +amenity restaurant 1 food +amenity fast_food 1 food +amenity ferry_terminal 0 ferry terminal +amenity ferry_terminal 1 ferry terminals +amenity fire_hydrant 0 fire hydrant +amenity fire_hydrant 1 fire hydrants +amenity fire_station 0 fire station +amenity fire_station 1 fire stations +amenity fountain 0 fountain +amenity fountain 1 fountains +amenity fuel 0 fuel +amenity fuel 1 fuels +amenity fuel 0 fuel station +amenity fuel 1 fuel stations +amenity fuel 0 gas +amenity fuel 1 gas +amenity fuel 0 gas station +amenity fuel 1 gas stations +amenity fuel 0 petrol +amenity fuel 0 petrol station +amenity fuel 1 petrol stations +amenity grave_yard 0 grave yard +amenity grave_yard 1 grave yards +amenity gym 0 fitness centre +amenity gym 1 fitness centres +amenity gym 0 fitness center +amenity gym 1 fitness centers +amenity gym 0 gym +amenity gym 1 gyms +amenity hall 0 hall +amenity hall 1 halls +amenity health_centre 0 health centre +amenity health_centre 1 health centres +amenity health_centre 0 health center +amenity health_centre 1 health centers +amenity hospital 0 hospital +amenity hospital 1 hospitals +amenity hotel 0 hotel +amenity hotel 1 hotels +amenity hunting_stand 0 hunting stand +amenity hunting_stand 1 hunting stands +amenity ice_cream 0 ice cream +amenity kindergarten 0 kindergarten +amenity kindergarten 1 kindergartens +amenity library 0 library +amenity library 1 librarys +amenity library 1 libraries +amenity market 0 market +amenity market 1 markets +amenity marketplace 0 marketplace +amenity marketplace 1 marketplaces +amenity mountain_rescue 0 mountain rescue +amenity mountain_rescue 1 mountain rescues +amenity nightclub 0 night club +amenity nightclub 1 night clubs +amenity nursery 0 nursery +amenity nursery 1 nurserys +amenity nursery 1 nurseries +amenity nursing_home 0 nursing home +amenity nursing_home 1 nursing homes +amenity office 0 office +amenity office 1 offices +amenity park 0 park +amenity park 1 parks +amenity parking 0 parking +amenity pharmacy 0 pharmacy +amenity pharmacy 1 pharmacys +amenity pharmacy 1 pharmacies +amenity place_of_worship 0 church +amenity place_of_worship 1 churches +amenity place_of_worship 0 place of worship +amenity place_of_worship 1 place of worships +amenity place_of_worship 1 places of worship +amenity police 0 police +amenity post_box 0 post box +amenity post_box 1 post boxes +amenity post_office 0 post office +amenity post_office 1 post offices +amenity preschool 0 pre-school +amenity preschool 1 pre-schools +amenity prison 0 prison +amenity prison 1 prisons +amenity bar 0 pub +amenity bar 1 pubs +amenity pub 0 pub +amenity pub 1 pubs +amenity public_building 0 public building +amenity public_building 1 public buildings +amenity public_market 0 public market +amenity public_market 1 public markets +amenity reception_area 0 reception area +amenity reception_area 1 reception areas +amenity recycling 0 recycling point +amenity recycling 1 recycling points +amenity restaurant 0 restaurant +amenity restaurant 1 restaurants +amenity retirement_home 0 retirement home +amenity retirement_home 1 retirement homes +amenity sauna 0 sauna +amenity sauna 1 saunas +amenity school 0 school +amenity school 1 schools +amenity shelter 0 shelter +amenity shelter 1 shelters +amenity shop 0 shop +amenity shop 1 shops +amenity shopping 0 shopping +amenity social_club 0 social club +amenity social_club 1 social clubs +amenity studio 0 studio +amenity studio 1 studios +amenity supermarket 0 supermarket +amenity supermarket 1 supermarkets +amenity swingerclub 0 swinger club +amenity swingerclub 1 swinger clubs +amenity taxi 0 taxi +amenity taxi 1 taxis +amenity taxi 0 taxi rank +amenity taxi 1 taxi ranks +amenity telephone 0 telephone +amenity telephone 1 telephones +amenity telephone 0 public telephone +amenity telephone 1 public telephones +amenity telephone 0 phone booth +amenity telephone 1 phone booths +amenity theatre 0 theatre +amenity theatre 1 theatres +amenity toilets 0 toilet +amenity toilets 1 toilets +amenity townhall 0 town hall +amenity townhall 1 town halls +amenity university 0 university +amenity university 1 universitys +amenity university 1 universities +amenity vending_machine 0 vending machine +amenity vending_machine 1 vending machines +amenity veterinary 0 veterinary surgery +amenity veterinary 1 veterinary surgeries +amenity village_hall 0 village hall +amenity village_hall 1 village halls +amenity waste_basket 0 waste basket +amenity waste_basket 1 waste baskets +amenity waste_basket 0 rubbish bin +amenity waste_basket 1 rubbish bins +amenity waste_basket 0 bin +amenity waste_basket 1 bins +amenity wifi 0 wifi access +amenity wifi 0 wifi +amenity wifi 0 wifi point +amenity wifi 1 wifi points +amenity youth_centre 0 youth centre +amenity youth_centre 1 youth centres +amenity youth_centre 0 youth center +amenity youth_centre 1 youth centers +building apartments 0 apartment block +building apartments 1 apartment blocks +building block 0 building block +building block 1 building blocks +building bunker 0 bunker +building bunker 1 bunkers +building chapel 0 chapel +building chapel 1 chapels +building church 0 church +building church 1 churchs +building church 1 churches +building city_hall 0 city hall +building city_hall 1 city halls +building commercial 0 commercial building +building commercial 1 commercial buildings +building dormitory 0 dormitory +building dormitory 1 dormitorys +building entrance 0 building entrance +building entrance 1 building entrances +building faculty 0 faculty building +building faculty 1 faculty buildings +building farm 0 farm building +building farm 1 farm buildings +building flats 0 flats +building flats 1 flats +building garage 0 garage +building garage 1 garages +building hall 0 hall +building hall 1 halls +building hospital 0 hospital building +building hospital 1 hospital buildings +building hotel 0 hotel +building hotel 1 hotels +building house 0 house +building house 1 houses +building industrial 0 industrial building +building industrial 1 industrial buildings +building office 0 office building +building office 1 office buildings +building public 0 public building +building public 1 public buildings +building residential 0 residential building +building residential 1 residential buildings +building retail 0 retail building +building retail 1 retail buildings +building school 0 school building +building school 1 school buildings +building shop 0 shop +building shop 1 shops +building stadium 0 stadium +building stadium 1 stadiums +building store 0 store +building store 1 stores +building terrace 0 terrace +building terrace 1 terraces +building tower 0 tower +building tower 1 towers +building train_station 0 railway station +building train_station 1 railway stations +building train_station 0 station +building train_station 1 stations +building university 0 university building +building university 1 university buildings +building yes 0 building +building yes 1 buildings +highway bridleway 0 bridleway +highway bridleway 1 bridleways +highway bus_guideway 0 guided bus lane +highway bus_guideway 1 guided bus lanes +highway bus_stop 0 bus stop +highway bus_stop 1 bus stops +highway byway 0 byway +highway byway 1 byways +highway construction 0 highway under construction +highway construction 1 highways under construction +highway cycleway 0 cycle path +highway cycleway 1 cycle paths +highway distance_marker 0 distance marker +highway distance_marker 1 distance markers +highway emergency_access_point 0 emergency access point +highway emergency_access_point 1 emergency access points +highway footway 0 footpath +highway footway 1 footpaths +highway ford 0 ford +highway ford 1 fords +highway gate 0 gate +highway gate 1 gates +highway living_street 0 living street +highway living_street 1 living streets +highway minor 0 minor road +highway minor 1 minor roads +highway motorway 0 motorway +highway motorway 1 motorways +highway motorway_junction 0 motorway junction +highway motorway_junction 1 motorway junctions +highway motorway_link 0 motorway road +highway motorway_link 1 motorway roads +highway path 0 path +highway path 1 paths +highway pedestrian 0 pedestrian way +highway pedestrian 1 pedestrian ways +highway platform 0 platform +highway platform 1 platforms +highway primary 0 primary road +highway primary 1 primary roads +highway primary_link 0 primary road +highway primary_link 1 primary roads +highway raceway 0 raceway +highway raceway 1 raceways +highway residential 0 residential +highway residential 1 residentials +highway residential 0 residential road +highway residential 1 residential roads +highway rest_area 0 rest area +highway rest_area 0 rest stop +highway road 0 road +highway road 1 roads +highway secondary 0 secondary road +highway secondary 1 secondary roads +highway secondary_link 0 secondary road +highway secondary_link 1 secondary roads +highway service 0 service road +highway service 1 service roads +highway services 0 service area +highway services 0 motorway services +highway services 1 motorway services +highway steps 0 steps +highway steps 1 steps +highway stile 0 stile +highway stile 1 stiles +highway tertiary 0 tertiary road +highway tertiary 1 tertiary roads +highway track 0 track +highway track 1 tracks +highway trail 0 trail +highway trail 1 trails +highway trunk 0 trunk road +highway trunk 1 trunk roads +highway trunk_link 0 trunk road +highway trunk_link 1 trunk roads +highway unclassified 0 unclassified road +highway unclassified 1 unclassified roads +highway unsurfaced 0 unsurfaced road +highway unsurfaced 1 unsurfaced roads +historic archaeological_site 0 archaeological site +historic archaeological_site 1 archaeological sites +historic battlefield 0 battlefield +historic battlefield 1 battlefields +historic boundary_stone 0 boundary stone +historic boundary_stone 1 boundary stones +historic building 0 building +historic building 1 buildings +historic castle 0 castle +historic castle 1 castles +historic church 0 church +historic church 1 churchs +historic church 1 churches +historic house 0 house +historic house 1 houses +historic icon 0 icon +historic icon 1 icons +historic manor 0 manor +historic manor 1 manors +historic memorial 0 memorial +historic memorial 1 memorials +historic mine 0 mine +historic mine 1 mines +historic monument 0 monument +historic monument 1 monuments +historic museum 0 museum +historic museum 1 museums +historic ruins 0 ruin +historic ruins 1 ruins +historic tower 0 tower +historic tower 1 towers +historic wayside_cross 0 wayside cross +historic wayside_cross 1 wayside crosses +historic wayside_shrine 0 wayside shrine +historic wayside_shrine 1 wayside shrines +historic wreck 0 wreck +historic wreck 1 wrecks +landuse allotments 0 allotment +landuse allotments 1 allotments +landuse basin 0 basin +landuse basin 1 basins +landuse brownfield 0 brownfield land +landuse brownfield 1 brownfield lands +landuse cemetery 0 cemetery +landuse cemetery 1 cemeterys +landuse cemetery 1 cemeteries +landuse commercial 0 commercial area +landuse commercial 1 commercial areas +landuse conservation 0 conservation +landuse conservation 1 conservations +landuse construction 0 construction +landuse construction 1 constructions +landuse farm 0 farm +landuse farm 1 farms +landuse farmland 0 farmland +landuse farmland 1 farmlands +landuse farmyard 0 farmyard +landuse farmyard 1 farmyards +landuse forest 0 forest +landuse forest 1 forests +landuse grass 0 grass +landuse grass 1 grasses +landuse greenfield 0 greenfield land +landuse greenfield 1 greenfield lands +landuse industrial 0 industrial area +landuse industrial 1 industrial areas +landuse landfill 0 landfill +landuse landfill 1 landfills +landuse meadow 0 meadow +landuse meadow 1 meadows +landuse military 0 military area +landuse military 1 military areas +landuse mine 0 mine +landuse mine 1 mines +landuse mountain 0 mountain +landuse mountain 1 mountains +landuse nature_reserve 0 nature reserve +landuse nature_reserve 1 nature reserves +landuse park 0 park +landuse park 1 parks +landuse piste 0 piste +landuse piste 1 pistes +landuse plaza 0 plaza +landuse plaza 1 plazas +landuse quarry 0 quarry +landuse quarry 1 quarrys +landuse quarry 1 quarries +landuse railway 0 railway +landuse railway 1 railways +landuse recreation_ground 0 recreation ground +landuse recreation_ground 1 recreation grounds +landuse reservoir 0 reservoir +landuse reservoir 1 reservoirs +landuse residential 0 residential area +landuse residential 1 residential areas +landuse retail 0 retail +landuse retail 1 retails +landuse village_green 0 village green +landuse village_green 1 village greens +landuse vineyard 0 vineyard +landuse vineyard 1 vineyards +landuse wetland 0 wetland +landuse wetland 1 wetlands +landuse wood 0 wood +landuse wood 1 woods +leisure beach_resort 0 beach resort +leisure beach_resort 1 beach resorts +leisure common 0 common land +leisure common 1 common lands +leisure fishing 0 fishing area +leisure fishing 1 fishing areas +leisure garden 0 garden +leisure garden 1 gardens +leisure golf_course 0 golf course +leisure golf_course 1 golf courses +leisure hackerspace 0 hackerspace +leisure hackerspace 1 hackerspaces +leisure ice_rink 0 ice rink +leisure ice_rink 1 ice rinks +leisure marina 0 marina +leisure marina 1 marinas +leisure miniature_golf 0 miniature golf +leisure miniature_golf 1 miniature golfs +leisure nature_reserve 0 nature reserve +leisure nature_reserve 1 nature reserves +leisure park 0 park +leisure park 1 parks +leisure pitch 0 sports pitch +leisure pitch 1 sports pitches +leisure playground 0 playground +leisure playground 1 playgrounds +leisure recreation_ground 0 recreation ground +leisure recreation_ground 1 recreation grounds +leisure slipway 0 slipway +leisure slipway 1 slipways +leisure sports_centre 0 sports centre +leisure sports_centre 1 sports centres +leisure sports_centre 0 sports centre +leisure sports_centre 1 sports centers +leisure stadium 0 stadium +leisure stadium 1 stadiums +leisure swimming_pool 0 swimming pool +leisure swimming_pool 1 swimming pools +leisure track 0 running track +leisure track 1 running tracks +leisure water_park 0 water park +leisure water_park 1 water parks +natural bay 0 bay +natural bay 1 bays +natural beach 0 beach +natural beach 1 beachs +natural beach 1 beaches +natural cape 0 cape +natural cape 1 capes +natural cave_entrance 0 cave entrance +natural cave_entrance 1 cave entrances +natural channel 0 channel +natural channel 1 channels +natural cliff 0 cliff +natural cliff 1 cliffs +natural coastline 0 coastline +natural coastline 1 coastlines +natural crater 0 crater +natural crater 1 craters +natural feature 0 feature +natural feature 1 features +natural fell 0 fell +natural fell 1 fells +natural fjord 0 fjord +natural fjord 1 fjords +natural geyser 0 geyser +natural geyser 1 geysers +natural glacier 0 glacier +natural glacier 1 glaciers +natural heath 0 heath +natural heath 1 heaths +natural hill 0 hill +natural hill 1 hills +natural island 0 island +natural island 1 islands +natural land 0 land +natural land 1 lands +natural marsh 0 marsh +natural marsh 1 marshs +natural marsh 1 marshes +natural moor 0 moor +natural moor 1 moors +natural mud 0 mud +natural mud 1 muds +natural peak 0 peak +natural peak 1 peaks +natural point 0 point +natural point 1 points +natural reef 0 reef +natural reef 1 reefs +natural ridge 0 ridge +natural ridge 1 ridges +natural river 0 river +natural river 1 rivers +natural rock 0 rock +natural rock 1 rocks +natural scree 0 scree +natural scree 1 screes +natural scrub 0 scrub +natural scrub 1 scrubs +natural shoal 0 shoal +natural shoal 1 shoals +natural spring 0 spring +natural spring 1 springs +natural strait 0 strait +natural strait 1 straits +natural tree 0 tree +natural tree 1 trees +natural valley 0 valley +natural valley 1 valleys +natural volcano 0 volcano +natural volcano 1 volcanos +natural water 0 water +natural water 1 waters +natural wetland 0 wetland +natural wetland 1 wetlands +natural wetlands 0 wetlands +natural wetlands 1 wetlands +natural wood 0 wood +natural wood 1 woods +place city 0 city +place city 1 citys +place city 1 cities +place country 0 country +place country 1 countrys +place country 1 countries +place county 0 county +place county 1 countys +place county 1 counties +place farm 0 farm +place farm 1 farms +place hamlet 0 hamlet +place hamlet 1 hamlets +place house 0 house +place house 1 houses +place houses 0 houses +place houses 1 houses +place island 0 island +place island 1 islands +place islet 0 islet +place islet 1 islets +place locality 0 locality +place locality 1 localitys +place locality 1 localities +place moor 0 moor +place moor 1 moors +place municipality 0 municipality +place municipality 1 municipalitys +place municipality 1 municipalities +place postcode 0 postcode +place postcode 1 postcodes +place region 0 region +place region 1 regions +place sea 0 sea +place sea 1 seas +place state 0 state +place state 1 states +place subdivision 0 subdivision +place subdivision 1 subdivisions +place suburb 0 suburb +place suburb 1 suburbs +place town 0 town +place town 1 towns +place unincorporated_area 0 unincorporated area +place unincorporated_area 1 unincorporated areas +place village 0 village +place village 1 villages +railway abandoned 0 abandoned railway +railway abandoned 1 abandoned railways +railway construction 0 railway under construction +railway construction 1 railway under constructions +railway disused 0 disused railway +railway disused 1 disused railways +railway disused_station 0 disused railway station +railway disused_station 1 disused railway stations +railway funicular 0 funicular railway +railway funicular 1 funicular railways +railway halt 0 train stop +railway halt 1 train stops +railway historic_station 0 historic railway station +railway historic_station 1 historic railway stations +railway junction 0 railway junction +railway junction 1 railway junctions +railway level_crossing 0 level crossing +railway level_crossing 1 level crossings +railway light_rail 0 light rail +railway light_rail 1 light rails +railway monorail 0 monorail +railway monorail 1 monorails +railway narrow_gauge 0 narrow gauge railway +railway narrow_gauge 1 narrow gauge railways +railway platform 0 railway platform +railway platform 1 railway platforms +railway preserved 0 preserved railway +railway preserved 1 preserved railways +railway spur 0 railway spur +railway spur 1 railway spurs +railway station 0 railway station +railway station 1 railway stations +railway station 0 station +railway station 1 stations +railway subway 0 subway station +railway subway 1 subway stations +railway subway_entrance 0 subway entrance +railway subway_entrance 1 subway entrances +railway switch 0 railway points +railway switch 1 railway points +railway tram 0 tramway +railway tram 1 tramways +railway tram_stop 0 tram stop +railway tram_stop 1 tram stops +railway yard 0 railway yard +railway yard 1 railway yards +shop alcohol 0 off license +shop alcohol 1 off licenses +shop apparel 0 apparel shop +shop apparel 1 apparel shops +shop art 0 art shop +shop art 1 art shops +shop bakery 0 bakery +shop bakery 1 bakerys +shop bakery 1 bakeries +shop beauty 0 beauty shop +shop beauty 1 beauty shops +shop beverages 0 beverages shop +shop beverages 1 beverages shops +shop bicycle 0 bicycle shop +shop bicycle 1 bicycle shops +shop books 0 book shop +shop books 1 book shops +shop butcher 0 butcher +shop butcher 1 butchers +shop car 0 car shop +shop car 1 car shops +shop car_dealer 0 car dealer +shop car_dealer 1 car dealers +shop car_parts 0 car parts +shop car_parts 1 car parts +shop carpet 0 carpet shop +shop carpet 1 carpet shops +shop car_repair 0 car repair +shop car_repair 1 car repairs +shop charity 0 charity shop +shop charity 1 charity shops +shop chemist 0 chemist +shop chemist 1 chemists +shop clothes 0 clothes shop +shop clothes 1 clothes shops +shop computer 0 computer shop +shop computer 1 computer shops +shop confectionery 0 confectionery shop +shop confectionery 1 confectionery shops +shop convenience 0 convenience store +shop convenience 1 convenience stores +shop copyshop 0 copy shop +shop copyshop 1 copy shops +shop cosmetics 0 cosmetics shop +shop cosmetics 1 cosmetics shops +shop department_store 0 department store +shop department_store 1 department stores +shop discount 0 discount items shop +shop discount 1 discount items shops +shop doityourself 0 do-it-yourself +shop doityourself 1 do-it-yourselfs +shop doityourself 1 do-it-yourselves +shop drugstore 0 drugstore +shop drugstore 1 drugstores +shop dry_cleaning 0 dry cleaning +shop dry_cleaning 1 dry cleanings +shop electronics 0 electronics shop +shop electronics 1 electronics shops +shop estate_agent 0 estate agent +shop estate_agent 1 estate agents +shop farm 0 farm shop +shop farm 1 farm shops +shop fashion 0 fashion shop +shop fashion 1 fashion shops +shop fish 0 fish shop +shop fish 1 fish shops +shop florist 0 florist +shop florist 1 florists +shop food 0 food shop +shop food 1 food shops +shop funeral_directors 0 funeral director +shop funeral_directors 1 funeral directors +shop furniture 0 furniture +shop furniture 1 furnitures +shop gallery 0 gallery +shop gallery 1 gallerys +shop gallery 1 galleries +shop garden_centre 0 garden centre +shop garden_centre 1 garden centres +shop garden_centre 0 garden center +shop garden_centre 1 garden centers +shop general 0 general store +shop general 1 general stores +shop gift 0 gift shop +shop gift 1 gift shops +shop greengrocer 0 greengrocer +shop greengrocer 1 greengrocers +shop grocery 0 grocery shop +shop grocery 1 grocery shops +shop hairdresser 0 hairdresser +shop hairdresser 1 hairdressers +shop hardware 0 hardware store +shop hardware 1 hardware stores +shop hifi 0 hi-fi +shop hifi 1 hi-fis +shop insurance 0 insurance +shop insurance 1 insurances +shop jewelry 0 jewelry shop +shop jewelry 1 jewelry shops +shop kiosk 0 kiosk shop +shop kiosk 1 kiosk shops +shop laundry 0 laundry +shop laundry 1 laundrys +shop laundry 1 laundries +shop mall 0 mall +shop mall 1 malls +shop market 0 market +shop market 1 markets +shop mobile_phone 0 mobile phone shop +shop mobile_phone 1 mobile phone shops +shop motorcycle 0 motorcycle shop +shop motorcycle 1 motorcycle shops +shop music 0 music shop +shop music 1 music shops +shop newsagent 0 newsagent +shop newsagent 1 newsagents +shop optician 0 optician +shop optician 1 opticians +shop organic 0 organic food shop +shop organic 1 organic food shops +shop outdoor 0 outdoor shop +shop outdoor 1 outdoor shops +shop pet 0 pet shop +shop pet 1 pet shops +shop photo 0 photo shop +shop photo 1 photo shops +shop salon 0 salon +shop salon 1 salons +shop shoes 0 shoe shop +shop shoes 1 shoe shops +shop shopping_centre 0 shopping centre +shop shopping_centre 1 shopping centres +shop shopping_centre 0 shopping center +shop shopping_centre 1 shopping centers +shop sports 0 sports shop +shop sports 1 sports shops +shop stationery 0 stationery shop +shop stationery 1 stationery shops +shop supermarket 0 supermarket +shop supermarket 1 supermarkets +shop toys 0 toy shop +shop toys 1 toy shops +shop travel_agency 0 travel agency +shop travel_agency 1 travel agencys +shop travel_agency 1 travel agencies +shop video 0 video shop +shop video 1 video shops +shop wine 0 off license +shop wine 1 off licenses +tourism alpine_hut 0 alpine hut +tourism alpine_hut 1 alpine huts +tourism artwork 0 artwork +tourism artwork 1 artworks +tourism attraction 0 attraction +tourism attraction 1 attractions +tourism bed_and_breakfast 0 bed and breakfast +tourism bed_and_breakfast 1 bed and breakfasts +tourism cabin 0 cabin +tourism cabin 1 cabins +tourism camp_site 0 camp site +tourism camp_site 1 camp sites +tourism caravan_site 0 caravan site +tourism caravan_site 1 caravan sites +tourism chalet 0 chalet +tourism chalet 1 chalets +tourism guest_house 0 guest house +tourism guest_house 1 guest houses +tourism hostel 0 hostel +tourism hostel 1 hostels +tourism hotel 0 hotel +tourism hotel 1 hotels +tourism information 0 information +tourism information 1 informations +tourism lean_to 0 lean to +tourism lean_to 1 lean tos +tourism motel 0 motel +tourism motel 1 motels +tourism museum 0 museum +tourism museum 1 museums +tourism picnic_site 0 picnic site +tourism picnic_site 1 picnic sites +tourism theme_park 0 theme park +tourism theme_park 1 theme parks +tourism valley 0 valley +tourism valley 1 valleys +tourism viewpoint 0 viewpoint +tourism viewpoint 1 viewpoints +tourism zoo 0 zoo +tourism zoo 1 zoos +waterway boatyard 0 boatyard +waterway boatyard 1 boatyards +leisure slipway 0 boat ramp +leisure slipway 1 boat ramps +waterway canal 0 canal +waterway canal 1 canals +waterway connector 0 waterway connector +waterway connector 1 waterway connectors +waterway dam 0 dam +waterway dam 1 dams +waterway derelict_canal 0 derelict canal +waterway derelict_canal 1 derelict canals +waterway ditch 0 ditch +waterway ditch 1 ditchs +waterway ditch 1 ditches +waterway dock 0 dock +waterway dock 1 docks +waterway drain 0 drain +waterway drain 1 drains +waterway lock 0 lock +waterway lock 1 locks +waterway lock_gate 0 lock gate +waterway lock_gate 1 lock gates +waterway mineral_spring 0 mineral spring +waterway mineral_spring 1 mineral springs +waterway mooring 0 mooring +waterway mooring 1 moorings +waterway rapids 0 rapids +waterway rapids 1 rapids +waterway river 0 river +waterway river 1 rivers +waterway riverbank 0 riverbank +waterway riverbank 1 riverbanks +waterway stream 0 stream +waterway stream 1 streams +waterway wadi 0 wadi +waterway wadi 1 wadis +waterway waterfall 0 waterfall +waterway waterfall 1 waterfalls +waterway water_point 0 water point +waterway water_point 1 water points +waterway weir 0 weir +waterway weir 1 weirs +man_made windmill 0 windmill +man_made windmill 1 windmills diff --git a/resources/categories/es.tsv b/resources/categories/es.tsv new file mode 100644 index 0000000..dc8958b --- /dev/null +++ b/resources/categories/es.tsv @@ -0,0 +1,922 @@ +key value is_plural phrase +aeroway aerodrome 0 aeropuerto +aeroway aerodrome 1 aeropuertos +amenity arts_centre 0 centro de arte +amenity arts_centre 1 centros de arte +amenity atm 0 cajero automático +amenity atm 1 cajeros automáticos +amenity auditorium 0 auditorio +amenity auditorium 1 auditorios +amenity bank 0 banco +amenity bank 1 bancos +amenity bar 0 bar +amenity bar 1 bares +amenity bench 0 banco +amenity bench 1 bancos +amenity bicycle_parking 0 aparcamiento de bibicletas +amenity bicycle_parking 1 aparcamientos de bibicletas +amenity bicycle_rental 0 alquiler de bicicletas +amenity bicycle_rental 1 alquileres de bicicletas +amenity brothel 0 burdel +amenity brothel 1 burdeles +amenity bureau_de_change 0 casa de cambio +amenity bureau_de_change 1 casa de cambios +amenity bus_station 0 estación de autobuses +amenity bus_station 1 estaciones de autobuses +amenity cafe 0 cafetería +amenity cafe 1 cafeterías +amenity car_rental 0 alquiler de vehículos +amenity car_rental 1 alquileres de vehículos +amenity car_sharing 0 vehículo compartido +amenity car_sharing 1 vehículos compartidos +amenity car_wash 0 autolavado +amenity car_wash 1 autolavados +amenity casino 0 casino +amenity casino 1 casinos +amenity cinema 0 cine +amenity cinema 1 cines +amenity clinic 0 clínica +amenity clinic 1 clínicas +amenity club 0 club +amenity club 1 clubes +amenity club 1 clubs +amenity college 0 universidad o instituto +amenity college 1 universidades o institutos +amenity community_centre 0 centro comunitario +amenity community_centre 1 centros comunitarios +amenity courthouse 0 juzgado +amenity courthouse 1 juzgados +amenity crematorium 0 crematorio +amenity crematorium 1 crematorios +amenity dentist 0 dentista +amenity dentist 1 dentistas +amenity doctors 0 consultorio médico +amenity doctors 1 consultorios médicos +amenity doctors 0 centro médico +amenity doctors 1 centros médicos +amenity dormitory 0 residencia de estudiantes +amenity dormitory 1 residencias de estudiantes +amenity dormitory 0 colegio mayor +amenity dormitory 1 colegios mayores +amenity driving_school 0 autoescuela +amenity driving_school 1 autoescuelas +amenity embassy 0 embajada +amenity embassy 1 embajadas +amenity emergency_phone 0 teléfono de emergencia +amenity emergency_phone 1 teléfonos de emergencia +amenity fast_food 0 comida rápida +amenity fast_food 1 comidas rápidas +amenity ferry_terminal 0 terminal de ferry +amenity ferry_terminal 1 terminales de ferry +amenity fire_hydrant 0 hidrante +amenity fire_hydrant 1 hidrantes +amenity fire_station 0 parque de bomberos +amenity fire_station 1 parques de bomberos +amenity fountain 0 fuente +amenity fountain 1 fuentes +amenity fuel 0 gasolinera +amenity fuel 1 gasolineras +amenity grave_yard 0 cementerio +amenity grave_yard 1 cementerios +amenity gym 0 gimnasio +amenity gym 1 gimnasios +amenity hall 0 salón de acto +amenity hall 1 salones de actos +amenity clinic 0 centro de salud +amenity clinic 1 centros de salud +amenity hospital 0 hospital +amenity hospital 1 hospitales +amenity hotel 0 hotel +amenity hotel 1 hoteles +amenity hunting_stand 0 apostadero de caza +amenity hunting_stand 1 apostaderos de caza +amenity ice_cream 0 heladería +amenity ice_cream 1 heladerías +amenity kindergarten 0 jardín de infancia +amenity kindergarten 1 jardines de infancia +amenity library 0 biblioteca +amenity library 1 bibliotecas +amenity market 0 mercado +amenity market 1 mercados +amenity marketplace 0 mercado +amenity marketplace 1 mercados +amenity mountain_rescue 0 rescate de montaña +amenity mountain_rescue 1 rescates de montaña +amenity nightclub 0 discoteca +amenity nightclub 1 discotecas +amenity nursery 0 enfermería +amenity nursery 1 enfermerías +amenity nursing_home 0 residencia de la tercera edad +amenity nursing_home 1 residencias de la tercera edad +amenity office 0 oficina +amenity office 1 oficinas +amenity park 0 parque +amenity park 1 parques +amenity parking 0 aparcamiento +amenity parking 1 aparcamientos +amenity pharmacy 0 farmacia +amenity pharmacy 1 farmacias +amenity place_of_worship 0 templo +amenity place_of_worship 1 templos +amenity police 0 policía +amenity police 1 policías +amenity post_box 0 buzón de correos +amenity post_box 1 buzones de correos +amenity post_office 0 oficina de correos +amenity post_office 1 oficinas de correos +amenity preschool 0 parvulario +amenity preschool 1 parvularios +amenity prison 0 prisión +amenity prison 1 prisiones +amenity pub 0 pub +amenity pub 1 pubs +amenity public_building 0 edificio público +amenity public_building 1 edificios públicos +amenity public_market 0 mercado público +amenity public_market 1 mercados públicos +amenity reception_area 0 área de recepción +amenity reception_area 1 áreas de recepción +amenity recycling 0 punto de reciclaje +amenity recycling 1 puntos de reciclaje +amenity restaurant 0 restaurante +amenity restaurant 1 restaurantes +amenity retirement_home 0 residencia de jubilados +amenity retirement_home 1 residencias de jubilados +amenity sauna 0 sauna +amenity sauna 1 saunas +amenity school 0 escuela +amenity school 1 escuelas +amenity school 0 colegio +amenity school 1 colegios +amenity shelter 0 refugio +amenity shelter 1 refugios +amenity shop 0 tienda +amenity shop 1 tiendas +amenity shopping 0 compras +amenity shopping 1 compras +amenity social_club 0 club social +amenity social_club 1 clubes sociales +amenity studio 0 estudio +amenity studio 1 estudios +amenity supermarket 0 supermercado +amenity supermarket 1 supermercados +amenity taxi 0 taxi +amenity taxi 1 taxis +amenity telephone 0 teléfono público +amenity telephone 1 teléfonos públicos +amenity theatre 0 teatro +amenity theatre 1 teatros +amenity toilets 0 aseos +amenity toilets 1 aseos +amenity toilets 0 baño +amenity toilets 1 baños +amenity townhall 0 ayuntamiento +amenity townhall 1 ayuntamientos +amenity university 0 universidad +amenity university 1 universidades +amenity vending_machine 0 máquina expendedora +amenity vending_machine 1 máquinas expendedoras +amenity veterinary 0 clínica veterinaria +amenity veterinary 1 clínicas veterinarias +amenity village_hall 0 salón municipal +amenity village_hall 1 salones municipales +amenity waste_basket 0 papelera +amenity waste_basket 1 papeleras +amenity wifi 0 acceso a internet inalámbrico +amenity wifi 1 accesos a internet inalámbrico +amenity youth_centre 0 centro juvenil +amenity youth_centre 1 centros juveniles +boundary administrative 0 límite administrativo +boundary administrative 1 límites administrativos +building apartments 0 bloque de apartamentos +building apartments 1 bloques de apartamentos +building block 0 bloque de edificios +building block 1 bloques de edificios +building bunker 0 búnker +building bunker 1 búnkeres +building chapel 0 capilla +building chapel 1 capillas +building church 0 iglesia +building church 1 iglesias +building city_hall 0 ayuntamiento +building city_hall 1 ayuntamientos +building commercial 0 edificio comercial +building commercial 1 edificios comerciales +building dormitory 0 residencia de estudiantes +building dormitory 1 residencias de estudiantes +building dormitory 0 colegio mayor +building dormitory 1 colegios mayores +building entrance 0 entrada a edificio +building entrance 1 entradas a edificios +building faculty 0 edificio de facultad +building faculty 1 edificios de facultad +building farm 0 granja +building farm 1 granjas +building flats 0 apartamento +building flats 1 apartamentos +building garage 0 garaje +building garage 1 garajes +building hall 0 mansión +building hall 1 mansiones +building hospital 0 edificio hospitalario +building hospital 1 edificios hospitalarios +building hotel 0 hotel +building hotel 1 hoteles +building house 0 casa +building house 1 casas +building industrial 0 edificio industrial +building industrial 1 edificios industriales +building office 0 edificio de oficinas +building office 1 edificios de oficinas +building public 0 edificio público +building public 1 edificios públicos +building residential 0 edificio residencial +building residential 1 edificios residenciales +building retail 0 edificio comercial +building retail 1 edificios comerciales +building school 0 edificio escolar +building school 1 edificios escolares +building shop 0 tienda +building shop 1 tiendas +building stadium 0 estadio +building stadium 1 estadios +building store 0 almacén +building store 1 almacenes +building terrace 0 terraza +building terrace 1 terrazas +building tower 0 torre +building tower 1 torres +building train_station 0 estación de tren +building train_station 1 estaciones de tren +building university 0 edificio universitario +building university 1 edificios universitarios +building "yes" 0 edificio +building "yes" 1 edificios +highway bridleway 0 camino prioritario para peatones y caballos +highway bridleway 1 caminos prioritarios para peatones y caballos +highway bus_guideway 0 canal guiado de autobuses +highway bus_guideway 1 canales guiados de autobuses +highway bus_stop 0 parada de autobuses +highway bus_stop 1 paradas de autobuses +highway byway 0 camino +highway byway 1 caminos +highway construction 0 vía en construcción +highway construction 1 vías en construcción +highway cycleway 0 ruta para bicicletas +highway cycleway 1 rutas para bicicletas +highway cycleway 0 carril bici +highway cycleway 1 carriles bici +highway distance_marker 0 hito kilométrico +highway distance_marker 1 hitos kilométricos +highway emergency_access_point 0 acceso de emergencia +highway emergency_access_point 1 accesos de emergencia +highway footway 0 sendero +highway footway 1 senderos +highway ford 0 vado +highway ford 1 vados +highway gate 0 puerta +highway gate 1 puertas +highway living_street 0 calle residencial +highway living_street 1 calles residenciales +highway minor 0 carretera secundaria +highway minor 1 carreteras secundarias +highway motorway 0 autovía +highway motorway 1 autovías +highway motorway_junction 0 cruce de autovías +highway motorway_junction 1 cruces de autovías +highway motorway_link 0 enlace de autovía +highway motorway_link 1 enlaces de autovía +highway path 0 camino +highway path 1 caminos +highway pedestrian 0 vía peatonal +highway pedestrian 1 vías peatonales +highway platform 0 plataforma +highway platform 1 plataformas +highway primary 0 carretera primaria +highway primary 1 carreteras primarias +highway primary_link 0 enlace de carretera principal +highway primary_link 1 enlaces de carretera principal +highway raceway 0 pista de carreras +highway raceway 1 pistas de carreras +highway residential 0 calle +highway residential 1 calles +highway road 0 carretera +highway road 1 carreteras +highway secondary 0 carretera secundaria +highway secondary 1 carreteras secundarias +highway secondary_link 0 enlace de carretera secundaria +highway secondary_link 1 enlaces de carretera secundaria +highway service 0 vía de servicio +highway service 1 vías de servicio +highway services 0 vía de servicio +highway services 1 vías de servicio +highway steps 0 escalera +highway steps 1 escaleras +highway stile 0 escalera para atravesar verjas +highway stile 1 escaleras para atravesar verjas +highway tertiary 0 carretera local +highway tertiary 1 carreteras locales +highway track 0 pista +highway track 1 pistas +highway trail 0 sendero +highway trail 1 senderos +highway trunk 0 carretera principal +highway trunk 1 carreteras principales +highway trunk_link 0 enlace a carretera principal +highway trunk_link 1 enlaces a carretera principal +highway unclassified 0 carretera sin clasificación +highway unclassified 1 carreteras sin clasificación +highway unsurfaced 0 vía no pavimentada +highway unsurfaced 1 vías no pavimentadas +historic archaeological_site 0 yacimiento arqueológico +historic archaeological_site 1 yacimientos arqueológicos +historic battlefield 0 campo de batalla +historic battlefield 1 campos de batalla +historic boundary_stone 0 mojón +historic boundary_stone 1 mojones +historic building 0 edificio histórico +historic building 1 edificios históricos +historic castle 0 castillo +historic castle 1 castillos +historic church 0 iglesia +historic church 1 iglesias +historic house 0 casa +historic house 1 casas +historic icon 0 icono +historic icon 1 iconos +historic manor 0 casa señorial +historic manor 1 casas señoriales +historic memorial 0 monumento conmemorativo +historic memorial 1 monumentos conmemorativos +historic mine 0 mina +historic mine 1 minas +historic monument 0 monumento +historic monument 1 monumentos +historic museum 0 museo +historic museum 1 museos +historic ruins 0 ruinas +historic ruins 1 ruinas +historic tower 0 torre +historic tower 1 torres +historic wayside_cross 0 cruz de término +historic wayside_cross 1 cruces de término +historic wayside_shrine 0 sepulcro +historic wayside_shrine 1 sepulcros +historic wayside_shrine 0 calvario +historic wayside_shrine 1 calvarios +historic wayside_shrine 0 altar de carretera +historic wayside_shrine 1 altares de carretera +historic wreck 0 pecio +historic wreck 1 pecios +historic wreck 0 naufragio +historic wreck 1 naufragios +landuse allotments 0 huerto +landuse allotments 1 huertos +landuse basin 0 cuenca +landuse basin 1 cuencas +landuse brownfield 0 terreno baldío +landuse brownfield 1 terrenos baldíos +landuse brownfield 0 baldío +landuse brownfield 1 baldíos +landuse cemetery 0 cementerio +landuse cemetery 1 cementerios +landuse commercial 0 área de oficinas +landuse commercial 1 áreas de oficinas +landuse conservation 0 área de reserva +landuse conservation 1 áreas de reserva +landuse construction 0 construcción +landuse construction 1 construcciones +landuse farm 0 granja +landuse farm 1 granjas +landuse farm 0 finca +landuse farm 1 fincas +landuse farmland 0 tierra de labranza +landuse farmland 1 tierras de labranza +landuse farmyard 0 corral +landuse farmyard 1 corrales +landuse forest 0 bosque +landuse forest 1 bosques +landuse grass 0 césped +landuse grass 1 céspedes +landuse grass 0 pasto +landuse grass 1 pastos +landuse greenfield 0 terreno urbanizable +landuse greenfield 1 terrenos urbanizables +landuse industrial 0 zona industrial +landuse industrial 1 zonas industriales +landuse landfill 0 relleno +landuse landfill 1 rellenos +landuse landfill 0 vertedero +landuse landfill 1 vertederos +landuse landfill 0 basurero +landuse landfill 1 basureros +landuse meadow 0 pradera +landuse meadow 1 praderas +landuse military 0 zona militar +landuse military 1 zonas militares +landuse mine 0 mina +landuse mine 1 minas +landuse mountain 0 montaña +landuse mountain 1 montañas +landuse nature_reserve 0 reserva natural +landuse nature_reserve 1 reservas naturales +landuse park 0 parque +landuse park 1 parques +landuse piste 0 pista de esquí +landuse piste 1 pistas de esquí +landuse plaza 0 plaza +landuse plaza 1 plazas +landuse quarry 0 cantera +landuse quarry 1 canteras +landuse railway 0 carrilera +landuse railway 1 carrileras +landuse railway 0 vía de ferrocarril +landuse railway 1 vías de ferrocarril +landuse recreation_ground 0 área recreacional +landuse recreation_ground 1 áreas recreacionales +landuse reservoir 0 embalse +landuse reservoir 1 embalses +landuse residential 0 área residencial +landuse residential 1 áreas residenciales +landuse retail 0 zona comercial +landuse retail 1 zonas comerciales +landuse village_green 0 parque municipal +landuse village_green 1 parques municipales +landuse vineyard 0 viñedo +landuse vineyard 1 viñedos +landuse wetland 0 pantano +landuse wetland 1 pantanos +landuse wetland 0 humedal +landuse wetland 1 humedales +landuse wood 0 bosque +landuse wood 1 bosques +leisure beach_resort 0 balneario +leisure beach_resort 1 balnearios +leisure beach_resort 0 complejo en la playa +leisure beach_resort 1 complejos en la playa +leisure common 0 terreno común +leisure common 1 terrenos comunes +leisure fishing 0 área de pesca +leisure fishing 1 áreas de pesca +leisure fishing 0 pesca deportiva +leisure fishing 1 pescas deportivas +leisure garden 0 jardín +leisure garden 1 jardínes +leisure golf_course 0 campo de golf +leisure golf_course 1 campos de golf +leisure ice_rink 0 pista de patinaje sobre hielo +leisure ice_rink 1 pistas de patinaje sobre hielo +leisure marina 0 puerto deportivo +leisure marina 1 puertos deportivos +leisure miniature_golf 0 golfito +leisure miniature_golf 1 golfitos +leisure miniature_golf 0 minigolf +leisure miniature_golf 1 minigolfs +leisure nature_reserve 0 reserva natural +leisure nature_reserve 1 reservas naturales +leisure park 0 parque +leisure park 1 parques +leisure pitch 0 cancha +leisure pitch 1 canchas +leisure pitch 0 cancha deportiva +leisure pitch 1 canchas deportivas +leisure playground 0 parque infantil +leisure playground 1 parques infantiles +leisure playground 0 área de juegos +leisure playground 1 áreas de juegos +leisure recreation_ground 0 área recreativa +leisure recreation_ground 1 áreas recreativas +leisure slipway 0 grada +leisure slipway 1 gradas +leisure sports_centre 0 polideportivo +leisure sports_centre 1 polideportivos +leisure sports_centre 0 centro deportivo +leisure sports_centre 1 centros deportivos +leisure stadium 0 estadio +leisure stadium 1 estadios +leisure swimming_pool 0 piscina +leisure swimming_pool 1 piscinas +leisure track 0 pista de carreras +leisure track 1 pistas de carreras +leisure water_park 0 parque acuático +leisure water_park 1 parques acuáticos +natural bay 0 bahía +natural bay 1 bahías +natural beach 0 playa +natural beach 1 playas +natural cape 0 cabo +natural cape 1 cabos +natural cave_entrance 0 entrada a cueva +natural cave_entrance 1 entradas a cuevas +natural channel 0 canal +natural channel 1 canales +natural cliff 0 acantilado +natural cliff 1 acantilados +natural coastline 0 costa +natural coastline 1 costas +natural crater 0 cráter +natural crater 1 cráteres +natural feature 0 característica +natural feature 1 características +natural fell 0 monte +natural fell 1 montes +natural fjord 0 fiordo +natural fjord 1 fiordos +natural geyser 0 géiser +natural geyser 1 géiseres +natural glacier 0 glaciar +natural glacier 1 glaciares +natural heath 0 brezal +natural heath 1 brezales +natural hill 0 colina +natural hill 1 colinas +natural island 0 isla +natural island 1 islas +natural land 0 tierra +natural land 1 tierras +natural marsh 0 marisma +natural marsh 1 marismas +natural moor 0 páramo +natural moor 1 páramos +natural mud 0 lodo +natural mud 1 lodos +natural peak 0 cumbre +natural peak 1 cumbres +natural peak 0 pico +natural peak 1 picos +natural point 0 punto +natural point 1 puntos +natural reef 0 arrecife +natural reef 1 arrecifes +natural ridge 0 cuchilla +natural ridge 1 cuchillas +natural ridge 0 cresta +natural ridge 1 crestas +natural river 0 río +natural river 1 ríos +natural rock 0 piedra +natural rock 1 piedras +natural rock 0 roca +natural rock 1 rocas +natural scree 0 pedregal +natural scree 1 pedregales +natural scrub 0 matorral +natural scrub 1 matorrales +natural shoal 0 banco de arena +natural shoal 1 bancos de arena +natural spring 0 nacimiento +natural spring 1 nacimientos +natural spring 0 manantial +natural spring 1 manantiales +natural strait 0 estrecho +natural strait 1 estrechos +natural tree 0 árbol +natural tree 1 árboles +natural valley 0 valle +natural valley 1 valles +natural volcano 0 volcán +natural volcano 1 volcanes +natural water 0 agua +natural water 1 aguas +natural water 0 lago +natural water 1 lagos +natural water 0 laguna +natural water 1 lagunas +natural wetlands 0 humedal +natural wetlands 1 humedales +natural wetland 0 humedal +natural wetland 1 humedales +natural wetland 0 pantano +natural wetland 1 pantanos +natural wetlands 0 pantano +natural wetlands 1 pantanos +natural wood 0 bosque +natural wood 1 bosques +place city 0 ciudad +place city 1 ciudades +place country 0 país +place country 1 países +place county 0 condado +place county 1 condados +place farm 0 finca +place farm 1 fincas +place farm 0 granja +place farm 1 granjas +place hamlet 0 aldea +place hamlet 1 aldeas +place hamlet 0 vereda +place hamlet 1 veredas +place house 0 casa +place house 1 casas +place houses 0 casas +place houses 1 casass +place island 0 isla +place island 1 islas +place islet 0 islote +place islet 1 islotes +place locality 0 paraje +place locality 1 parajes +place moor 0 páramo +place moor 1 páramos +place municipality 0 municipio +place municipality 1 municipios +place postcode 0 código postal +place postcode 1 códigos postales +place region 0 región +place region 1 regiones +place sea 0 mar +place sea 1 mares +place state 0 estado +place state 1 estados +place state 0 provincia +place state 1 provincias +place state 0 departamento +place state 1 departamentos +place subdivision 0 subdivisión +place subdivision 1 subdivisiones +place suburb 0 suburbio +place suburb 1 suburbios +place suburb 0 comuna +place suburb 1 comunas +place suburb 0 localidad +place suburb 1 localidades +place town 0 pueblo +place town 1 pueblos +place town 0 municipio +place town 1 municipios +place town 0 parroquia +place town 1 parroquias +place unincorporated_area 0 área no incorporada +place unincorporated_area 1 áreas no incorporadas +place village 0 villa +place village 1 villas +place village 0 corregimiento +place village 1 corregimientos +railway abandoned 0 carrilera abandonada +railway abandoned 1 carrileras abandonadas +railway abandoned 0 vía de tren abandonada +railway abandoned 1 vías de tren abandonadas +railway construction 0 vía ferroviaria en construcción +railway construction 1 vías ferroviaria en construcción +railway disused 0 vía ferroviaria en desuso +railway disused 1 vías ferroviaria en desuso +railway disused_station 0 estación de tren en desuso +railway disused_station 1 estaciones de tren en desuso +railway funicular 0 vía de funicular +railway funicular 1 vías de funicular +railway halt 0 apeadero +railway halt 1 apeaderos +railway historic_station 0 estación de tren histórica +railway historic_station 1 estaciónes de tren históricas +railway junction 0 encrucijada de vías ferroviarias +railway junction 1 encrucijada de vías ferroviariass +railway level_crossing 0 paso a nivel +railway level_crossing 1 pasos a nivel +railway light_rail 0 metro ligero +railway light_rail 1 metros ligeros +railway monorail 0 monorail +railway monorail 1 monorailes +railway narrow_gauge 0 ferrocarril de vía estrecha +railway narrow_gauge 1 ferrocarriles de vía estrecha +railway platform 0 andén de tren +railway platform 1 andenes de tren +railway preserved 0 vía ferroviaria preservada +railway preserved 1 vías ferroviarias preservadas +railway spur 0 ramal ferroviario +railway spur 1 ramales ferroviarios +railway station 0 estación de trenes +railway station 1 estaciones de tren +railway subway 0 estación de metro +railway subway 1 estaciones de metro +railway subway_entrance 0 boca de metro +railway subway_entrance 1 bocas de metro +railway switch 0 aguja de ferrocarril +railway switch 1 agujas de ferrocarril +railway tram 0 ruta de tranvía +railway tram 1 rutas de tranvías +railway tram_stop 0 parada de tranvía +railway tram_stop 1 paradas de tranvía +railway yard 0 estación de clasificación +railway yard 1 estaciones de clasificación +shop alcohol 0 licorería +shop alcohol 1 licorerías +shop apparel 0 tienda de ropa +shop apparel 1 tiendas de ropa +shop art 0 tienda de artículos de arte +shop art 1 tienda de artículos de artes +shop bakery 0 panadería +shop bakery 1 panaderías +shop beauty 0 tienda de productos de belleza +shop beauty 1 tienda de productos de bellezas +shop beverages 0 tienda de bebidas +shop beverages 1 tienda de bebidass +shop bicycle 0 tienda de bicicletas +shop bicycle 1 tienda de bicicletass +shop books 0 librería +shop books 1 librerías +shop butcher 0 carnicería +shop butcher 1 carnicerías +shop car 0 concesionario +shop car 1 concesionarios +shop car_dealer 0 concesionario de automóviles +shop car_dealer 1 concesionarios de automóviles +shop car_parts 0 repuestos automotrices +shop car_parts 1 repuestos automotrices +shop car_repair 0 taller mecánico +shop car_repair 1 talleres mecánicos +shop carpet 0 tienda de alfombras +shop carpet 1 tienda de alfombrass +shop charity 0 tienda benéfica +shop charity 1 tiendas benéficas +shop chemist 0 droguería +shop chemist 1 droguerías +shop clothes 0 tienda de ropa +shop clothes 1 tiendas de ropa +shop computer 0 tienda de informática +shop computer 1 tiendas de informática +shop confectionery 0 dulcería +shop confectionery 1 dulcerías +shop convenience 0 pequeño supermercado +shop convenience 1 pequeños supermercados +shop copyshop 0 copistería +shop copyshop 1 copisterías +shop cosmetics 0 tienda de cosmética +shop cosmetics 1 tienda de cosméticas +shop department_store 0 grandes almacenes +shop department_store 1 grandes almacenes +shop discount 0 tienda de descuento +shop discount 1 tienda de descuentos +shop doityourself 0 tienda de bricolaje +shop doityourself 1 tiendas de bricolaje +shop drugstore 0 parafarmacia +shop drugstore 1 parafarmacias +shop dry_cleaning 0 tintorería +shop dry_cleaning 1 tintorerías +shop electronics 0 tienda de electrónica +shop electronics 1 tiendas de electrónica +shop estate_agent 0 inmobiliaria +shop estate_agent 1 inmobiliarias +shop farm 0 tienda de productos agrícolas +shop farm 1 tiendas de productos agrícolas +shop fashion 0 tienda de moda +shop fashion 1 tiendas de moda +shop fish 0 tienda de artículos de pesca +shop fish 1 tiendas de artículos de pesca +shop florist 0 floristería +shop florist 1 floristerías +shop food 0 tienda de alimentación +shop food 1 tiendas de alimentación +shop funeral_directors 0 funeraria +shop funeral_directors 1 funerarias +shop furniture 0 tienda de muebles +shop furniture 1 tiendas de muebles +shop gallery 0 galería +shop gallery 1 galerías +shop garden_centre 0 vivero +shop garden_centre 1 viveros +shop general 0 tienda de artículos generales +shop general 1 tienda de artículos generaless +shop gift 0 tienda de regalos +shop gift 1 tiendas de regalos +shop greengrocer 0 frutería +shop greengrocer 1 fruterías +shop grocery 0 tienda de alimentación +shop grocery 1 tiendas de alimentación +shop hairdresser 0 peluquería +shop hairdresser 1 peluquerías +shop hardware 0 ferretería +shop hardware 1 ferreterías +shop hifi 0 hi-fi +shop hifi 1 hi-fis +shop insurance 0 aseguradora +shop insurance 1 aseguradoras +shop jewelry 0 joyería +shop jewelry 1 joyerías +shop kiosk 0 kiosko +shop kiosk 1 kioskos +shop laundry 0 lavandería +shop laundry 1 lavanderías +shop mall 0 centro comercial +shop mall 1 centros comerciales +shop market 0 mercado +shop market 1 mercados +shop mobile_phone 0 tienda de telefonía +shop mobile_phone 1 tiendas de telefonía +shop motorcycle 0 tienda de motocicletas +shop motorcycle 1 tiendas de motocicletas +shop music 0 tienda de música +shop music 1 tiendas de música +shop newsagent 0 kiosko de prensa +shop newsagent 1 kioskos de prensa +shop optician 0 óptica +shop optician 1 ópticas +shop organic 0 tienda de alimentos orgánicos +shop organic 1 tiendas de alimentos orgánicos +shop outdoor 0 tienda de deportes de aventura +shop outdoor 1 tiendas de deportes de aventura +shop pet 0 tienda de mascotas +shop pet 1 tiendas de mascotas +shop photo 0 tienda fotográfica +shop photo 1 tiendas fotográficas +shop salon 0 salón de belleza +shop salon 1 salónes de belleza +shop shoes 0 zapatería +shop shoes 1 zapaterías +shop shopping_centre 0 centro comercial +shop shopping_centre 1 centros comerciales +shop sports 0 tienda de artículos deportivos +shop sports 1 tiendas de artículos deportivos +shop stationery 0 papelería +shop stationery 1 papelerías +shop supermarket 0 supermercado +shop supermarket 1 supermercados +shop toys 0 juguetería +shop toys 1 jugueterías +shop travel_agency 0 agencia de viajes +shop travel_agency 1 agencias de viajes +shop variety_store 0 bazar +shop variety_store 1 bazares +shop video 0 videotienda +shop video 1 videotiendas +shop wine 0 licorería +shop wine 1 licorerías +tourism alpine_hut 0 cabaña alpina +tourism alpine_hut 1 cabaña alpinas +tourism artwork 0 obra de arte +tourism artwork 1 obras de arte +tourism attraction 0 atracción +tourism attraction 1 atracciónes +tourism bed_and_breakfast 0 cama y desayuno (b&b) +tourism bed_and_breakfast 1 cama y desayuno (b&b)s +tourism cabin 0 cabaña +tourism cabin 1 cabañas +tourism camp_site 0 campamento +tourism camp_site 1 campamentos +tourism caravan_site 0 camping para caravanas +tourism caravan_site 1 campings para caravanas +tourism chalet 0 chalet +tourism chalet 1 chalets +tourism guest_house 0 albergue +tourism guest_house 1 albergues +tourism hostel 0 hostal +tourism hostel 1 hostales +tourism hotel 0 hotel +tourism hotel 1 hoteles +tourism information 0 información +tourism information 1 informacións +tourism lean_to 0 nave +tourism lean_to 1 naves +tourism motel 0 motel +tourism motel 1 moteles +tourism museum 0 museo +tourism museum 1 museos +tourism picnic_site 0 área de picnic +tourism picnic_site 1 áreas de picnic +tourism theme_park 0 parque temático +tourism theme_park 1 parques temáticos +tourism valley 0 valle +tourism valley 1 valles +tourism viewpoint 0 mirador +tourism viewpoint 1 miradores +tourism zoo 0 zoológico +tourism zoo 1 zoológicos +waterway boatyard 0 astillero +waterway boatyard 1 astilleros +waterway canal 0 canal +waterway canal 1 canales +waterway connector 0 esclusa +waterway connector 1 esclusas +waterway dam 0 presa +waterway dam 1 presas +waterway derelict_canal 0 canal abandonado +waterway derelict_canal 1 canales abandonados +waterway ditch 0 acequia +waterway ditch 1 acequias +waterway dock 0 muelle +waterway dock 1 muelles +waterway drain 0 desagüe +waterway drain 1 desagües +waterway lock 0 esclusa +waterway lock 1 esclusas +waterway lock_gate 0 compuerta de esclusa +waterway lock_gate 1 compuertas de esclusa +waterway mineral_spring 0 fuente mineral +waterway mineral_spring 1 fuente minerals +waterway mooring 0 amarradero +waterway mooring 1 amarraderos +waterway rapids 0 rápidos +waterway rapids 1 rápidos +waterway river 0 río +waterway river 1 ríos +waterway riverbank 0 ribera +waterway riverbank 1 riberas +waterway stream 0 arroyo +waterway stream 1 arroyos +waterway wadi 0 rambla +waterway wadi 1 ramblas +waterway water_point 0 punto de agua +waterway water_point 1 punto de aguas +waterway waterfall 0 cascada +waterway waterfall 1 cascadas +waterway weir 0 represa +waterway weir 1 represas diff --git a/resources/categories/et.tsv b/resources/categories/et.tsv new file mode 100644 index 0000000..1948654 --- /dev/null +++ b/resources/categories/et.tsv @@ -0,0 +1,306 @@ +key value is_plural phrase +aeroway aerodrome 0 lennujaam +amenity atm 0 pangaautomaat +amenity atm 1 pangaautomaadid +amenity auditorium 0 auditoorium +amenity auditorium 1 auditooriumid +amenity bank 0 pank +amenity bank 1 pangad +amenity bench 0 pink +amenity bench 1 pingid +amenity bicycle_parking 0 jalgrattaparkla +amenity bicycle_parking 1 jalgrattaparklad +amenity bicycle_rental 0 jalgrattarent +amenity bicycle_rental 1 jalgrattarendid +amenity bureau_de_change 0 rahavahetus +amenity bureau_de_change 1 rahavahetused +amenity bus_station 0 bussijaam +amenity bus_station 1 bussijaamad +amenity cafe 0 kohvik +amenity cafe 1 kohvikud +amenity car_rental 0 autorent +amenity car_rental 1 autorendid +amenity car_wash 0 autopesu +amenity car_wash 1 autopesud +amenity casino 0 kasiino +amenity casino 1 kasiinod +amenity cinema 0 kino +amenity cinema 1 kinod +amenity clinic 0 kliinik +amenity clinic 1 kliinikud +amenity club 0 klubi +amenity club 1 klubid +amenity courthouse 0 kohtuhoone +amenity courthouse 1 kohtuhooned +amenity crematorium 0 krematoorium +amenity crematorium 1 krematooriumid +amenity dentist 0 hambaarst +amenity dentist 1 hambaarstid +amenity drinking_water 0 joogivesi +amenity drinking_water 1 joogiveed +amenity driving_school 0 autokool +amenity driving_school 1 autokoolid +amenity embassy 0 saatkond +amenity embassy 1 saatkonnad +amenity fast_food 0 kiirtoit +amenity fast_food 1 kiirtoidud +amenity fuel 0 kütus +amenity fuel 1 kütused +amenity grave_yard 0 surnuaed +amenity grave_yard 1 surnuaiad +amenity hospital 0 haigla +amenity hospital 1 haiglad +amenity hotel 0 hotell +amenity hotel 1 hotellid +amenity ice_cream 0 jäätis +amenity ice_cream 1 jäätised +amenity kindergarten 0 lasteaed +amenity kindergarten 1 lasteaiad +amenity library 0 raamatukogu +amenity library 1 raamatukogud +amenity market 0 turg +amenity market 1 turgud +amenity nightclub 0 ööklubi +amenity nightclub 1 ööklubid +amenity pharmacy 0 apteek +amenity pharmacy 1 apteegid +amenity police 0 politsei +amenity police 1 politseid +amenity post_box 0 postkast +amenity post_box 1 postkastid +amenity post_office 0 postkontor +amenity post_office 1 postkontorid +amenity preschool 0 lasteaed +amenity preschool 1 lasteaiad +amenity prison 0 vangla +amenity prison 1 vanglad +amenity reception_area 0 vastuvõtt +amenity reception_area 1 vastuvõtud +amenity restaurant 0 restoran +amenity restaurant 1 restoranid +amenity retirement_home 0 vanadekodu +amenity retirement_home 1 vanadekodud +amenity sauna 0 saun +amenity sauna 1 saunad +amenity school 0 kool +amenity school 1 koolid +amenity shop 0 kauplus +amenity shop 1 kauplused +amenity supermarket 0 supermarket +amenity supermarket 1 supermarketid +amenity taxi 0 takso +amenity taxi 1 taksod +amenity theatre 0 teater +amenity theatre 1 teatrid +amenity toilets 0 wc +amenity toilets 1 wcd +amenity university 0 ülikool +amenity university 1 ülikoolid +amenity waste_basket 0 prügikast +amenity waste_basket 1 prügikastid +amenity wifi 0 wifi +amenity wifi 1 wifid +amenity youth_centre 0 noortekeskus +amenity youth_centre 1 noortekeskused +building chapel 0 kabel +building chapel 1 kabelid +building church 0 kirik +building church 1 kirikud +building hotel 0 hotell +building hotel 1 hotellid +building school 0 koolihoone +building school 1 koolihooned +building shop 0 kauplus +building shop 1 kauplused +building stadium 0 staadion +building stadium 1 staadionid +building tower 0 torn +building tower 1 tornid +building train_station 0 raudteejaam +building train_station 1 raudteejaamad +building university 0 ülikoolihoone +building university 1 ülikoolihooned +building "yes" 0 hoone +building "yes" 1 hooned +highway bus_stop 0 bussipeatus +highway bus_stop 1 bussipeatused +highway cycleway 0 jalgrattatee +highway cycleway 1 jalgrattateed +highway footway 0 jalgrada +highway footway 1 jalgrajad +highway pedestrian 0 jalakäijatele +highway pedestrian 1 jalakäijarajad +historic castle 0 kindlus +historic castle 1 kindlused +historic church 0 kirik +historic church 1 kirikud +historic icon 0 ikoon +historic icon 1 ikoonid +historic manor 0 mõis +historic manor 1 mõisad +historic museum 0 muuseum +historic museum 1 muuseumid +historic ruins 0 varemed +historic ruins 1 varemed +historic tower 0 torn +historic tower 1 tornid +landuse cemetery 0 surnuaed +landuse cemetery 1 surnuaiad +landuse forest 0 mets +landuse forest 1 metsad +landuse mountain 0 mägi +landuse mountain 1 mäed +landuse railway 0 raudtee +landuse railway 1 raudteed +landuse wetland 0 soo +landuse wetland 1 sood +leisure garden 0 aed +leisure garden 1 aiad +leisure golf_course 0 golfiväljak +leisure golf_course 1 golfiväljakud +leisure ice_rink 0 uisuväli +leisure ice_rink 1 uisuväljad +leisure miniature_golf 0 minigolf +leisure miniature_golf 1 minigolfid +leisure park 0 park +leisure park 1 pargid +leisure playground 0 mänguväljak +leisure playground 1 mänguväljakud +leisure sports_centre 0 spordikeskus +leisure sports_centre 1 spordikeskused +leisure stadium 0 saadion +leisure stadium 1 saadionid +leisure swimming_pool 0 ujula +leisure swimming_pool 1 ujulad +leisure water_park 0 veepark +leisure water_park 1 veepargid +natural beach 0 rand +natural beach 1 rannad +natural cave_entrance 0 koopa sissepääs +natural cave_entrance 1 koopa sissepääsud +natural coastline 0 rannajoon +natural coastline 1 rannajooned +natural crater 0 kraater +natural crater 1 kraatrid +natural fjord 0 fjord +natural fjord 1 fjordid +natural geyser 0 geiser +natural geyser 1 geiserid +natural hill 0 mägi +natural hill 1 mäed +natural island 0 saar +natural island 1 saared +natural mud 0 muda +natural mud 1 mudad +natural peak 0 mäetipp +natural peak 1 mäetipud +natural river 0 jõgi +natural river 1 jõed +natural spring 0 allikas +natural spring 1 allikad +natural tree 0 puu +natural tree 1 puud +natural volcano 0 vulkaan +natural volcano 1 vulkaanid +natural water 0 vesi +natural water 1 veed +natural wetlands 0 soo +natural wetlands 1 sood +place city 0 linn +place city 1 linnad +place country 0 riik +place country 1 riigid +place county 0 maakond +place county 1 maakonnad +place house 0 maja +place house 1 majad +place houses 0 majad +place houses 1 majad +place island 0 saar +place island 1 saared +place islet 0 saareke +place islet 1 saarekesed +place municipality 0 vald +place municipality 1 vallad +place postcode 0 sihtnumber +place postcode 1 sihtnumbrid +place state 0 osariik +place state 1 osariigid +place town 0 linn +place town 1 linnad +place village 0 küla +place village 1 külad +railway station 0 raudteejaam +railway station 1 raudteejaamad +railway tram 0 trammitee +railway tram 1 trammiteed +railway tram_stop 0 trammipeatus +railway tram_stop 1 trammipeatused +shop books 0 raamatupood +shop books 1 raamatupoed +shop car_repair 0 autoparandus +shop car_repair 1 autoparandused +shop carpet 0 vaibakauplus +shop carpet 1 vaibakauplused +shop clothes 0 riidepood +shop clothes 1 riidepoed +shop computer 0 arvutikauplus +shop computer 1 arvutikauplused +shop cosmetics 0 kosmeetikapood +shop cosmetics 1 kosmeetikapoed +shop drugstore 0 apteek +shop drugstore 1 apteegid +shop dry_cleaning 0 keemiline puhastus +shop dry_cleaning 1 keemilised puhastused +shop fish 0 kalapood +shop fish 1 kalapoed +shop food 0 toidupood +shop food 1 toidupoed +shop furniture 0 mööbel +shop furniture 1 mööblipoed +shop gallery 0 galerii +shop gallery 1 galeriid +shop hairdresser 0 juuksur +shop hairdresser 1 juuksurid +shop insurance 0 kindlustus +shop insurance 1 kindlustused +shop jewelry 0 juveelipood +shop jewelry 1 juveelipoed +shop kiosk 0 kiosk +shop kiosk 1 kioskid +shop mobile_phone 0 mobiiltelefonide pood +shop mobile_phone 1 mobiiltelefonide poed +shop music 0 muusikapood +shop music 1 muusikapoed +shop pet 0 lemmikloomapood +shop pet 1 lemmikloomapoed +shop shoes 0 kingapood +shop shoes 1 kingapoed +shop sports 0 spordipood +shop sports 1 spordipoed +shop supermarket 0 supermarket +shop supermarket 1 supermarketid +shop toys 0 mänguasjapood +shop toys 1 mänguasjapoed +shop travel_agency 0 reisiagentuur +shop travel_agency 1 reisiagentuurid +tourism attraction 0 turismiatraktsioon +tourism attraction 1 turismiatraktsioonid +tourism camp_site 0 laagriplats +tourism camp_site 1 laagriplatsid +tourism guest_house 0 külalistemaja +tourism guest_house 1 külalistemajad +tourism hotel 0 hotell +tourism hotel 1 hotellid +tourism information 0 informatsioon +tourism information 1 informatsioonid +tourism motel 0 motell +tourism motel 1 motellid +tourism museum 0 muuseum +tourism museum 1 muuseumid +tourism picnic_site 0 piknikuplats +tourism picnic_site 1 piknikuplatsid +tourism theme_park 0 teemapark +tourism theme_park 1 teemapargid +tourism zoo 0 loomaaed +tourism zoo 1 loomaaiad diff --git a/resources/categories/eu.tsv b/resources/categories/eu.tsv new file mode 100644 index 0000000..c1585a4 --- /dev/null +++ b/resources/categories/eu.tsv @@ -0,0 +1,531 @@ +key value is_plural phrase +aeroway aerodrome 0 aireportu +aeroway aerodrome 1 aireportus +amenity arts_centre 0 arte zentroa +amenity arts_centre 1 arte zentroas +amenity auditorium 0 entzunareto +amenity auditorium 1 entzunaretos +amenity bank 0 banku +amenity bank 1 bankus +amenity bar 0 taberna +amenity bar 1 tabernas +amenity bicycle_rental 0 txirrindu alokairua +amenity bicycle_rental 1 txirrindu alokairuas +amenity brothel 0 putetxe +amenity brothel 1 putetxes +amenity bureau_de_change 0 diru-truke bulegoa +amenity bureau_de_change 1 diru-truke bulegoas +amenity bus_station 0 autobus-geltoki +amenity bus_station 1 autobus-geltokis +amenity cafe 0 kafetegi +amenity cafe 1 kafetegis +amenity car_rental 0 ibilgailu-alokairu +amenity car_rental 1 ibilgailu-alokairus +amenity car_wash 0 auto garbiketa +amenity car_wash 1 auto garbiketas +amenity casino 0 kasino +amenity casino 1 kasinos +amenity cinema 0 zinema +amenity cinema 1 zinemas +amenity clinic 0 klinika +amenity clinic 1 klinikas +amenity club 0 diskoteka +amenity club 1 diskotekas +amenity community_centre 0 komunitate zentroa +amenity community_centre 1 komunitate zentroas +amenity courthouse 0 epaitegia +amenity courthouse 1 epaitegias +amenity crematorium 0 errauste labe +amenity crematorium 1 errauste labes +amenity dentist 0 dentista +amenity dentist 1 dentistas +amenity doctors 0 medikuak +amenity doctors 1 medikuaks +amenity drinking_water 0 edateko ur +amenity drinking_water 1 edateko urs +amenity driving_school 0 autoeskola +amenity driving_school 1 autoeskolas +amenity embassy 0 enbaxada +amenity embassy 1 enbaxadas +amenity emergency_phone 0 larrialdi telefonoa +amenity emergency_phone 1 larrialdi telefonoas +amenity fast_food 0 janari azkarra +amenity fast_food 1 janari azkarras +amenity ferry_terminal 0 ferry terminal +amenity ferry_terminal 1 ferry terminals +amenity fire_station 0 suhiltzaileak +amenity fire_station 1 suhiltzaileaks +amenity fountain 0 iturri +amenity fountain 1 iturris +amenity grave_yard 0 hilerri +amenity grave_yard 1 hilerris +amenity gym 0 osasun zentroa / gimnasioa +amenity gym 1 osasun zentroa / gimnasioas +amenity health_centre 0 osasun zentroa +amenity health_centre 1 osasun zentroas +amenity hospital 0 ospitalea +amenity hospital 1 ospitaleas +amenity hotel 0 hotel +amenity hotel 1 hotels +amenity ice_cream 0 izozkiak +amenity ice_cream 1 izozkiaks +amenity kindergarten 0 haurtzaindegi +amenity kindergarten 1 haurtzaindegis +amenity library 0 liburutegia +amenity library 1 liburutegias +amenity market 0 merkatu +amenity market 1 merkatus +amenity marketplace 0 merkatua +amenity marketplace 1 merkatuas +amenity mountain_rescue 0 mendiko erreskatea +amenity mountain_rescue 1 mendiko erreskateas +amenity nightclub 0 gau-klub +amenity nightclub 1 gau-klubs +amenity nursery 0 haurtzaindegi +amenity nursery 1 haurtzaindegis +amenity office 0 bulego +amenity office 1 bulegos +amenity park 0 parke +amenity park 1 parkes +amenity parking 0 aparkaleku +amenity parking 1 aparkalekus +amenity pharmacy 0 farmazia +amenity pharmacy 1 farmazias +amenity place_of_worship 0 otoitzerako lekua +amenity place_of_worship 1 otoitzerako lekuas +amenity police 0 polizia +amenity police 1 polizias +amenity post_box 0 postontzia +amenity post_box 1 postontzias +amenity post_office 0 postetxe +amenity post_office 1 postetxes +amenity preschool 0 eskolaurre +amenity preschool 1 eskolaurres +amenity prison 0 espetxe +amenity prison 1 espetxes +amenity public_building 0 eraikin publiko +amenity public_building 1 eraikin publikos +amenity public_market 0 herri azoka +amenity public_market 1 herri azokas +amenity recycling 0 birziklatze gune +amenity recycling 1 birziklatze gunes +amenity restaurant 0 jatetxe +amenity restaurant 1 jatetxes +amenity sauna 0 sauna +amenity sauna 1 saunas +amenity school 0 ikastetxe +amenity school 1 ikastetxes +amenity shop 0 denda +amenity shop 1 dendas +amenity shopping 0 erosketak +amenity shopping 1 erosketaks +amenity studio 0 estudio +amenity studio 1 estudios +amenity supermarket 0 supermerkatu +amenity supermarket 1 supermerkatus +amenity taxi 0 taxi +amenity taxi 1 taxis +amenity telephone 0 telefono publiko +amenity telephone 1 telefono publikos +amenity theatre 0 antzokia +amenity theatre 1 antzokias +amenity toilets 0 komunak +amenity toilets 1 komunaks +amenity townhall 0 udaletxe +amenity townhall 1 udaletxes +amenity university 0 unibertsitate +amenity university 1 unibertsitates +amenity vending_machine 0 salmenta automatiko +amenity vending_machine 1 salmenta automatikos +amenity wifi 0 wifi sarbidea +amenity wifi 1 wifi sarbideas +amenity youth_centre 0 gaztelekua +amenity youth_centre 1 gaztelekuas +boundary administrative 0 muga administratiboa +boundary administrative 1 muga administratiboas +building bunker 0 bunker +building bunker 1 bunkers +building chapel 0 kapera +building chapel 1 kaperas +building church 0 eliza +building church 1 elizas +building city_hall 0 udaletxea +building city_hall 1 udaletxeas +building garage 0 garajea +building garage 1 garajeas +building hospital 0 ospitale erakina +building hospital 1 ospitale erakinas +building hotel 0 hotela +building hotel 1 hotelas +building house 0 etxe +building house 1 etxes +building industrial 0 eraikin industriala +building industrial 1 eraikin industrialas +building public 0 eraikin publiko +building public 1 eraikin publikos +building school 0 eskola eraikina +building school 1 eskola eraikinas +building shop 0 denda +building shop 1 dendas +building stadium 0 estadio +building stadium 1 estadios +building store 0 denda +building store 1 dendas +building tower 0 dorre +building tower 1 dorres +building train_station 0 tren geltokia +building train_station 1 tren geltokias +building university 0 unibertsitate eraikina +building university 1 unibertsitate eraikinas +building "yes" 0 eraikina +building "yes" 1 eraikinas +highway bus_stop 0 autobus-geraleku +highway bus_stop 1 autobus-geralekus +highway construction 0 eraikitze-lanetan dagoen autopista +highway construction 1 eraikitze-lanetan dagoen autopistas +highway emergency_access_point 0 larrialdi sarbide gunea +highway emergency_access_point 1 larrialdi sarbide guneas +highway footway 0 oinezkoen bide +highway footway 1 oinezkoen bides +highway gate 0 ate +highway gate 1 ates +highway motorway 0 autobide +highway motorway 1 autobides +highway motorway_link 0 autobidea +highway motorway_link 1 autobideas +highway platform 0 nasa +highway platform 1 nasas +highway primary 0 lehen mailako errepide +highway primary 1 lehen mailako errepides +highway primary_link 0 errepide nagusi +highway primary_link 1 errepide nagusis +highway residential 0 bizileku +highway residential 1 bizilekus +highway road 0 errepide +highway road 1 errepides +highway secondary 0 bigarren mailako errepide +highway secondary 1 bigarren mailako errepides +highway secondary_link 0 bigarren mailako errepide +highway secondary_link 1 bigarren mailako errepides +highway service 0 zerbitzu errepidea +highway service 1 zerbitzu errepideas +highway services 0 autobide zerbitzuak +highway services 1 autobide zerbitzuaks +highway steps 0 eskailera-mailak +highway steps 1 eskailera-mailaks +highway tertiary 0 hirugarren mailako errepide +highway tertiary 1 hirugarren mailako errepides +highway track 0 pista +highway track 1 pistas +historic archaeological_site 0 aztarnategi arkeologiko +historic archaeological_site 1 aztarnategi arkeologikos +historic building 0 eraikina +historic building 1 eraikinas +historic castle 0 gaztelu +historic castle 1 gaztelus +historic church 0 eliza +historic church 1 elizas +historic house 0 etxea +historic house 1 etxeas +historic memorial 0 memoriala +historic memorial 1 memorialas +historic mine 0 meategi +historic mine 1 meategis +historic monument 0 monumentu +historic monument 1 monumentus +historic museum 0 museo +historic museum 1 museos +historic tower 0 dorre +historic tower 1 dorres +landuse cemetery 0 hilerri +landuse cemetery 1 hilerris +landuse commercial 0 merkataritza eremua +landuse commercial 1 merkataritza eremuas +landuse forest 0 baso +landuse forest 1 basos +landuse meadow 0 larre +landuse meadow 1 larres +landuse military 0 eremu militarra +landuse military 1 eremu militarras +landuse mine 0 meategi +landuse mine 1 meategis +landuse mountain 0 mendi +landuse mountain 1 mendis +landuse nature_reserve 0 natura-erreserba +landuse nature_reserve 1 natura-erreserbas +landuse park 0 parke +landuse park 1 parkes +landuse plaza 0 enparantza +landuse plaza 1 enparantzas +landuse quarry 0 harrobi +landuse quarry 1 harrobis +landuse railway 0 trenbide +landuse railway 1 trenbides +landuse reservoir 0 urtegi +landuse reservoir 1 urtegis +leisure beach_resort 0 hondartza konplexu +leisure beach_resort 1 hondartza konplexus +leisure common 0 lur komunak +leisure common 1 lur komunaks +leisure fishing 0 arrantza lekua +leisure fishing 1 arrantza lekuas +leisure garden 0 lorategi +leisure garden 1 lorategis +leisure golf_course 0 golf-zelai +leisure golf_course 1 golf-zelais +leisure ice_rink 0 izotz-pista +leisure ice_rink 1 izotz-pistas +leisure marina 0 kirol-portu +leisure marina 1 kirol-portus +leisure miniature_golf 0 minigolfa +leisure miniature_golf 1 minigolfas +leisure nature_reserve 0 natura erreserba +leisure nature_reserve 1 natura erreserbas +leisure park 0 parkea +leisure park 1 parkeas +leisure pitch 0 kirolgunea +leisure pitch 1 kirolguneas +leisure playground 0 jolastoki +leisure playground 1 jolastokis +leisure sports_centre 0 kiroldegi +leisure sports_centre 1 kiroldegis +leisure stadium 0 estadio +leisure stadium 1 estadios +leisure swimming_pool 0 igerilekua +leisure swimming_pool 1 igerilekuas +natural bay 0 badia +natural bay 1 badias +natural beach 0 hondartza +natural beach 1 hondartzas +natural cape 0 lurmutur +natural cape 1 lurmuturs +natural cave_entrance 0 kobazulo sarrera +natural cave_entrance 1 kobazulo sarreras +natural channel 0 kanal +natural channel 1 kanals +natural coastline 0 itsasertz +natural coastline 1 itsasertzs +natural crater 0 crater +natural crater 1 craters +natural fjord 0 fiordo +natural fjord 1 fiordos +natural geyser 0 geiser +natural geyser 1 geisers +natural glacier 0 glaziar +natural glacier 1 glaziars +natural hill 0 muinoa +natural hill 1 muinoas +natural island 0 irla +natural island 1 irlas +natural mud 0 lohi +natural mud 1 lohis +natural peak 0 gailur +natural peak 1 gailurs +natural point 0 puntu +natural point 1 puntus +natural reef 0 arrezife +natural reef 1 arrezifes +natural river 0 ibai +natural river 1 ibais +natural rock 0 arroka +natural rock 1 arrokas +natural scree 0 harritza +natural scree 1 harritzas +natural shoal 0 hondar-banku +natural shoal 1 hondar-bankus +natural tree 0 zuhaitza +natural tree 1 zuhaitzas +natural valley 0 haran +natural valley 1 harans +natural volcano 0 sumendi +natural volcano 1 sumendis +natural water 0 ura +natural water 1 uras +natural wood 0 baso +natural wood 1 basos +place city 0 hiria +place city 1 hirias +place country 0 herrialdea +place country 1 herrialdeas +place county 0 konderria +place county 1 konderrias +place farm 0 baserria +place farm 1 baserrias +place hamlet 0 herrixka +place hamlet 1 herrixkas +place house 0 etxe +place house 1 etxes +place houses 0 etxeak +place houses 1 etxeaks +place island 0 irla +place island 1 irlas +place islet 0 uhartea +place islet 1 uharteas +place locality 0 lokalitate +place locality 1 lokalitates +place municipality 0 udalerri +place municipality 1 udalerris +place postcode 0 posta-kode +place postcode 1 posta-kodes +place region 0 eskualde +place region 1 eskualdes +place sea 0 itsasoa +place sea 1 itsasoas +place state 0 estatua +place state 1 estatuas +place subdivision 0 subdibisio +place subdivision 1 subdibisios +place suburb 0 aldiri +place suburb 1 aldiris +place town 0 herria +place town 1 herrias +place unincorporated_area 0 elkartu gabeko gunea +place unincorporated_area 1 elkartu gabeko guneas +place village 0 herrixka +place village 1 herrixkas +railway construction 0 eraikitze-lanetan dagoen trenbidea +railway construction 1 eraikitze-lanetan dagoen trenbideas +railway halt 0 tren geralekua +railway halt 1 tren geralekuas +railway historic_station 0 tren geltoki historikoa +railway historic_station 1 tren geltoki historikoas +railway light_rail 0 tren arina +railway light_rail 1 tren arinas +railway monorail 0 monoraila +railway monorail 1 monorailas +railway platform 0 trenbide plataforma +railway platform 1 trenbide plataformas +railway station 0 tren geltokia +railway station 1 tren geltokias +railway subway 0 metro geltoki +railway subway 1 metro geltokis +railway subway_entrance 0 metro sarbidea +railway subway_entrance 1 metro sarbideas +railway tram 0 tranbia +railway tram 1 tranbias +railway tram_stop 0 tranbia geltoki +railway tram_stop 1 tranbia geltokis +shop art 0 arte-denda +shop art 1 arte-dendas +shop bakery 0 okindegi +shop bakery 1 okindegis +shop books 0 liburudenda +shop books 1 liburudendas +shop butcher 0 harategi +shop butcher 1 harategis +shop chemist 0 farmazia +shop chemist 1 farmazias +shop clothes 0 arropa denda +shop clothes 1 arropa dendas +shop computer 0 ordenagailu-denda +shop computer 1 ordenagailu-dendas +shop confectionery 0 gozotegi +shop confectionery 1 gozotegis +shop electronics 0 elektronika-denda +shop electronics 1 elektronika-dendas +shop estate_agent 0 higiezinen agente +shop estate_agent 1 higiezinen agentes +shop fish 0 arrantza-denda +shop fish 1 arrantza-dendas +shop florist 0 loradenda +shop florist 1 loradendas +shop food 0 janari-denda +shop food 1 janari-dendas +shop furniture 0 altzari +shop furniture 1 altzaris +shop gallery 0 galeria +shop gallery 1 galerias +shop gift 0 opari-denda +shop gift 1 opari-dendas +shop greengrocer 0 barazki-saltzaile +shop greengrocer 1 barazki-saltzailes +shop grocery 0 janaridenda +shop grocery 1 janaridendas +shop hairdresser 0 ile-apaindegi +shop hairdresser 1 ile-apaindegis +shop hifi 0 hi-fi +shop hifi 1 hi-fis +shop insurance 0 aseguruak +shop insurance 1 aseguruaks +shop jewelry 0 bitxi-denda +shop jewelry 1 bitxi-dendas +shop kiosk 0 kiosko +shop kiosk 1 kioskos +shop laundry 0 garbitegi +shop laundry 1 garbitegis +shop mall 0 merkataritza-gunea +shop mall 1 merkataritza-guneas +shop market 0 merkatu +shop market 1 merkatus +shop mobile_phone 0 mugikor-denda +shop mobile_phone 1 mugikor-dendas +shop music 0 musika-denda +shop music 1 musika-dendas +shop newsagent 0 kioskoa +shop newsagent 1 kioskoas +shop optician 0 optika +shop optician 1 optikas +shop pet 0 animalia-denda +shop pet 1 animalia-dendas +shop photo 0 argazki-denda +shop photo 1 argazki-dendas +shop shoes 0 zapatadenda +shop shoes 1 zapatadendas +shop shopping_centre 0 merkatal gunea +shop shopping_centre 1 merkatal guneas +shop sports 0 kirol denda +shop sports 1 kirol dendas +shop supermarket 0 supermerkatu +shop supermarket 1 supermerkatus +shop toys 0 jostailu denda +shop toys 1 jostailu dendas +shop travel_agency 0 bidaia-agentzia +shop travel_agency 1 bidaia-agentzias +tourism alpine_hut 0 aterpe alpinoa +tourism alpine_hut 1 aterpe alpinoas +tourism attraction 0 atrakzio +tourism attraction 1 atrakzios +tourism bed_and_breakfast 0 ohe eta gosari (b&b) +tourism bed_and_breakfast 1 ohe eta gosari (b&b)s +tourism camp_site 0 kanpin +tourism camp_site 1 kanpins +tourism chalet 0 txalet +tourism chalet 1 txalets +tourism guest_house 0 aterpe +tourism guest_house 1 aterpes +tourism hostel 0 ostatu +tourism hostel 1 ostatus +tourism hotel 0 hotel +tourism hotel 1 hotels +tourism information 0 informazioa +tourism information 1 informazioas +tourism motel 0 motel +tourism motel 1 motels +tourism museum 0 museoa +tourism museum 1 museoas +tourism picnic_site 0 piknik-gune +tourism picnic_site 1 piknik-gunes +tourism theme_park 0 parke tematiko +tourism theme_park 1 parke tematikos +tourism valley 0 haran +tourism valley 1 harans +tourism viewpoint 0 behatoki +tourism viewpoint 1 behatokis +tourism zoo 0 zoologiko +tourism zoo 1 zoologikos +waterway canal 0 kanal +waterway canal 1 kanals +waterway dam 0 urtegia +waterway dam 1 urtegias +waterway ditch 0 lubakia +waterway ditch 1 lubakias +waterway drain 0 isurbidea +waterway drain 1 isurbideas +waterway rapids 0 ur-lasterrak +waterway rapids 1 ur-lasterraks +waterway river 0 ibai +waterway river 1 ibais +waterway waterfall 0 ur-jauzi +waterway waterfall 1 ur-jauzis +waterway weir 0 uharka +waterway weir 1 uharkas diff --git a/resources/categories/fa.tsv b/resources/categories/fa.tsv new file mode 100644 index 0000000..e6c2b96 --- /dev/null +++ b/resources/categories/fa.tsv @@ -0,0 +1,191 @@ +key value is_plural phrase +aeroway aerodrome 0 فرودگاه +aeroway aerodrome 1 فرودگاهs +amenity atm 0 عابر بانک +amenity atm 1 عابر بانکs +amenity bank 0 بانک +amenity bank 1 بانکs +amenity bench 0 نیمکت +amenity bench 1 نیمکتs +amenity brothel 0 فاحشه خانه +amenity brothel 1 فاحشه خانهs +amenity cafe 0 کافه +amenity cafe 1 کافهs +amenity cinema 0 سینما +amenity cinema 1 سینماs +amenity clinic 0 درمانگاه +amenity clinic 1 درمانگاهs +amenity courthouse 0 دادگاه +amenity courthouse 1 دادگاهs +amenity dentist 0 دندانپزشک +amenity dentist 1 دندانپزشکs +amenity dormitory 0 خوابگاه دانشجویی +amenity dormitory 1 خوابگاه دانشجوییs +amenity embassy 0 سفارت +amenity embassy 1 سفارتs +amenity fire_station 0 آتش نشانی +amenity fire_station 1 آتش نشانیs +amenity fuel 0 پمپ بنزین +amenity fuel 1 پمپ بنزینs +amenity hospital 0 بیمارستان +amenity hospital 1 بیمارستانs +amenity hotel 0 هتل +amenity hotel 1 هتلs +amenity kindergarten 0 کودکستان +amenity kindergarten 1 کودکستانs +amenity library 0 کتابخانه +amenity library 1 کتابخانهs +amenity market 0 بازار +amenity market 1 بازارs +amenity marketplace 0 بازار +amenity marketplace 1 بازارs +amenity office 0 دفتر +amenity office 1 دفترs +amenity park 0 پارک +amenity park 1 پارکs +amenity parking 0 پارکینگ +amenity parking 1 پارکینگs +amenity pharmacy 0 داروخانه +amenity pharmacy 1 داروخانهs +amenity police 0 پلیس +amenity police 1 پلیسs +amenity post_box 0 صندوق پست +amenity post_box 1 صندوق پستs +amenity post_office 0 اداره پست +amenity post_office 1 اداره پستs +amenity prison 0 زندان +amenity prison 1 زندانs +amenity pub 0 میخانه +amenity pub 1 میخانهs +amenity recycling 0 بازیافت +amenity recycling 1 بازیافتs +amenity restaurant 0 رستوران +amenity restaurant 1 رستورانs +amenity school 0 مدرسه +amenity school 1 مدرسهs +amenity supermarket 0 سوپرمارکت +amenity supermarket 1 سوپرمارکتs +amenity taxi 0 تاکسی +amenity taxi 1 تاکسیs +amenity theatre 0 تئاتر +amenity theatre 1 تئاترs +amenity townhall 0 شهر داری +amenity townhall 1 شهر داریs +amenity university 0 دانشگاه +amenity university 1 دانشگاهs +amenity waste_basket 0 سطل اشغال +amenity waste_basket 1 سطل اشغالs +building garage 0 گاراژ +building garage 1 گاراژs +building hotel 0 هتل +building hotel 1 هتلs +building house 0 خانه +building house 1 خانهs +building stadium 0 ورزشگاه +building stadium 1 ورزشگاهs +building tower 0 برج +building tower 1 برجs +highway bus_stop 0 ایستگاه اتوبوس +highway bus_stop 1 ایستگاه اتوبوسs +highway motorway 0 اتوبان +highway motorway 1 اتوبانs +highway path 0 مسیر +highway path 1 مسیرs +highway road 0 جاده +highway road 1 جادهs +highway steps 0 پله +highway steps 1 پلهs +highway trunk 0 بزرگراه +highway trunk 1 بزرگراهs +historic castle 0 قلعه +historic castle 1 قلعهs +historic museum 0 موزه +historic museum 1 موزهs +historic tower 0 برج +historic tower 1 برجs +landuse farmland 0 زمین کشاورزی +landuse farmland 1 زمین کشاورزیs +landuse forest 0 جنگل +landuse forest 1 جنگلs +landuse mountain 0 کوه +landuse mountain 1 کوهs +landuse park 0 پارک +landuse park 1 پارکs +landuse railway 0 ریل +landuse railway 1 ریلs +leisure garden 0 باغ +leisure garden 1 باغs +leisure park 0 پارک +leisure park 1 پارکs +leisure stadium 0 ورزشگاه +leisure stadium 1 ورزشگاهs +natural beach 0 ساحل +natural beach 1 ساحلs +natural channel 0 کانال +natural channel 1 کانالs +natural coastline 0 ساحل +natural coastline 1 ساحلs +natural hill 0 تپه +natural hill 1 تپهs +natural island 0 جزیره +natural island 1 جزیرهs +natural point 0 نقطه +natural point 1 نقطهs +natural river 0 رود خانه +natural river 1 رود خانهs +natural rock 0 صخره +natural rock 1 صخرهs +natural tree 0 درخت +natural tree 1 درختs +natural valley 0 دره +natural valley 1 درهs +natural volcano 0 کوه آتشفشان +natural volcano 1 کوه آتشفشانs +natural water 0 اب +natural water 1 ابs +natural wood 0 جنگل +natural wood 1 جنگلs +place city 0 شهر بزرگ +place city 1 شهر بزرگs +place country 0 کشور +place country 1 کشورs +place farm 0 مزرعه +place farm 1 مزرعهs +place house 0 خانه +place house 1 خانهs +place island 0 جزیره +place island 1 جزیرهs +place sea 0 دریا +place sea 1 دریاs +place suburb 0 محله +place suburb 1 محلهs +place town 0 شهر +place town 1 شهرs +place village 0 دهکده +place village 1 دهکدهs +shop bakery 0 نانوایی +shop bakery 1 نانواییs +shop butcher 0 قصاب +shop butcher 1 قصابs +shop kiosk 0 کیوسک +shop kiosk 1 کیوسکs +shop market 0 بازار +shop market 1 بازارs +shop supermarket 0 سوپرمارکت +shop supermarket 1 سوپرمارکتs +tourism hotel 0 هتل +tourism hotel 1 هتلs +tourism motel 0 متل +tourism motel 1 متلs +tourism museum 0 موزه +tourism museum 1 موزهs +tourism valley 0 دره +tourism valley 1 درهs +tourism zoo 0 باغ وحش +tourism zoo 1 باغ وحشs +waterway canal 0 کانال +waterway canal 1 کانالs +waterway river 0 رودخانه +waterway river 1 رودخانهs +waterway waterfall 0 ابشار +waterway waterfall 1 ابشارs diff --git a/resources/categories/fi.tsv b/resources/categories/fi.tsv new file mode 100644 index 0000000..003def4 --- /dev/null +++ b/resources/categories/fi.tsv @@ -0,0 +1,598 @@ +key value is_plural phrase +aeroway aerodrome 0 lentokenttä +aeroway aerodrome 1 lentokentät +aeroway aerodrome 1 lentokenttiä +amenity arts_centre 0 taidekeskus +amenity arts_centre 1 taidekeskukset +amenity arts_centre 1 taidekeskuksia +amenity atm 0 pankkiautomaatti +amenity atm 1 pankkiautomaatit +amenity auditorium 0 auditorio +amenity auditorium 1 auditoriot +amenity bank 0 pankki +amenity bank 1 pankit +amenity bench 0 penkki +amenity bench 1 penkit +amenity bicycle_parking 0 pyöräparkki +amenity bicycle_parking 1 pyöräparkit +amenity bicycle_rental 0 pyörävuokraamo +amenity bicycle_rental 1 pyörävuokraamot +amenity brothel 0 bordelli +amenity brothel 1 bordellit +amenity bureau_de_change 0 rahanvaihto +amenity bureau_de_change 1 rahanvaihtajat +amenity bus_station 0 linja-autoasema +amenity bus_station 1 linja-autoasemat +amenity cafe 0 kahvila +amenity cafe 1 kahvilat +amenity car_rental 0 autovuokraamo +amenity car_rental 1 autovuokraamot +amenity car_wash 0 autopesu +amenity car_wash 1 autopesut +amenity casino 0 kasino +amenity casino 1 kasinot +amenity cinema 0 elokuvateatteri +amenity cinema 1 elokuvateatterit +amenity clinic 0 klinikka +amenity clinic 1 klinikat +amenity courthouse 0 oikeustalo +amenity courthouse 1 oikeustalot +amenity crematorium 0 krematorio +amenity crematorium 1 krematoriot +amenity dentist 0 hammaslääkäri +amenity dentist 1 hammaslääkärit +amenity doctors 0 lääkäri +amenity doctors 1 lääkäreitä +amenity drinking_water 0 juomavesi +amenity drinking_water 1 juomavettä +amenity embassy 0 lähetystö +amenity embassy 1 lähetystöt +amenity emergency_phone 0 hätäpuhelin +amenity emergency_phone 1 hätäpuhelimet +amenity fast_food 0 pikaruoka +amenity fast_food 1 pikaruokaa +amenity ferry_terminal 0 lauttaterminaali +amenity ferry_terminal 1 lauttaterminaalit +amenity fire_hydrant 0 paloposti +amenity fire_hydrant 1 palopostit +amenity fire_station 0 paloasema +amenity fire_station 1 paloasemat +amenity fountain 0 lähde +amenity fountain 1 lähteet +amenity fuel 0 bensa-asema +amenity fuel 1 bensa-asemat +amenity grave_yard 0 hautausmaa +amenity grave_yard 1 hautausmaat +amenity gym 0 liikuntakeskus / kuntosali +amenity gym 1 liikuntakeskukset / kuntosalit +amenity health_centre 0 terveyskeskus +amenity health_centre 1 terveyskeskukset +amenity hospital 0 sairaala +amenity hospital 1 sairaalat +amenity hotel 0 hotelli +amenity hotel 1 hotellit +amenity hunting_stand 0 metsästyslava +amenity hunting_stand 1 metsästyslavat +amenity ice_cream 0 jäätelö +amenity ice_cream 1 jäätelöä +amenity kindergarten 0 päiväkoti +amenity kindergarten 1 päiväkodit +amenity library 0 kirjasto +amenity library 1 kirjastot +amenity marketplace 0 tori +amenity marketplace 1 torit +amenity nightclub 0 yökerho +amenity nightclub 1 yökerhot +amenity office 0 toimisto +amenity office 1 toimistot +amenity park 0 puisto +amenity park 1 puistot +amenity parking 0 parkkipaikka +amenity parking 1 parkkipaikkat +amenity pharmacy 0 apteekki +amenity pharmacy 1 apteekit +amenity police 0 poliisi +amenity police 1 poliisit +amenity police 0 poliisiasema +amenity police 1 poliisiasemat +amenity post_box 0 kirjelaatikko +amenity post_box 0 postilaatikko +amenity post_box 1 kirjelaatikot +amenity post_box 1 postilaatikot +amenity post_office 0 postitoimisto +amenity post_office 1 postitoimistot +amenity preschool 0 esikoulu +amenity preschool 1 esikoulut +amenity prison 0 vankila +amenity prison 1 vankilat +amenity pub 0 pubi +amenity pub 1 pubit +amenity pub 1 pubeja +amenity public_building 0 julkinen rakennus +amenity public_building 1 julkiset rakennukset +amenity reception_area 0 vastaanottoalue +amenity reception_area 1 vastaanottoalueet +amenity recycling 0 kierrätyspaikka +amenity recycling 1 kierrätyspaikat +amenity restaurant 0 ravintola +amenity restaurant 1 ravintolat +amenity restaurant 1 ravintoloita +amenity retirement_home 0 vanhainkoti +amenity retirement_home 1 vanhainkodit +amenity sauna 0 sauna +amenity sauna 1 saunat +amenity school 0 koulu +amenity school 1 koulut +amenity shop 0 kauppa +amenity shop 1 kaupat +amenity shopping 0 kauppa +amenity shopping 1 kaupat +amenity studio 0 studio +amenity studio 1 studiot +amenity supermarket 0 supermarketti +amenity supermarket 1 supermarketit +amenity taxi 0 taksi +amenity taxi 1 taksit +amenity telephone 0 puhelinkoppi +amenity telephone 1 puhelinkopit +amenity theatre 0 teatteri +amenity theatre 1 teatterit +amenity toilets 0 wc +amenity toilets 1 wct +amenity toilets 0 vessa +amenity toilets 1 vessat +amenity townhall 0 kaupungintalo +amenity townhall 1 kaupungintalot +amenity university 0 yliopisto +amenity university 1 yliopistot +amenity vending_machine 0 myyntiautomaatti +amenity vending_machine 1 myyntiautomaatit +amenity veterinary 0 eläinlääkäri +amenity veterinary 1 eläinlääkärit +amenity waste_basket 0 roskakori +amenity waste_basket 1 roskakorit +amenity wifi 0 langaton lähiverkko +amenity wifi 1 langattomat lähiverkot +amenity youth_centre 0 nuorisokeskus +amenity youth_centre 1 nuorisokeskukset +boundary administrative 0 hallinnollinen raja +boundary administrative 1 hallinnolliset rajat +building apartments 0 talo +building apartments 1 talot +building bunker 0 bunkkeri +building bunker 1 bunkkerit +building church 0 kirkko +building church 1 kirkot +building flats 0 kerrostalo +building flats 1 kerrostalot +building garage 0 autotalli +building garage 1 autotallit +building hospital 0 sairaalarakennus +building hospital 1 sairaalarakennukset +building hotel 0 hotelli +building hotel 1 hotellit +building house 0 talo +building house 1 talot +building office 0 toimistorakennus +building office 1 toimistorakennukset +building public 0 julkinen rakennus +building public 1 julkiset rakennukset +building residential 0 asuinrakennus +building residential 1 asuinrakennukset +building school 0 koulurakennus +building school 1 koulurakennukset +building shop 0 kauppa +building shop 1 kaupat +building stadium 0 stadion +building stadium 1 stadionit +building terrace 0 rivitalo +building terrace 1 rivitalot +building tower 0 torni +building tower 1 tornit +building train_station 0 rautatieasema +building train_station 1 rautatieasemat +building university 0 yliopistorakennus +building university 1 yliopistorakennukset +building "yes" 0 rakennus +building "yes" 1 rakennukset +highway bus_stop 0 bussipysäkki +highway bus_stop 1 bussipysäkkit +highway byway 0 sivutie +highway byway 1 sivuties +highway construction 0 rakenteilla oleva tie +highway construction 1 rakenteilla olevat tiet +highway cycleway 0 pyörätie +highway cycleway 1 pyörätiet +highway distance_marker 0 etäisyysmerkki +highway distance_marker 1 etäisyysmerkit +highway footway 0 polku +highway footway 0 jalkakäytävä +highway footway 0 kävelytie +highway footway 1 polut +highway footway 1 jalkakäytävät +highway footway 1 kävelytiet +highway gate 0 portti +highway gate 1 portit +highway living_street 0 asuinkatu +highway living_street 1 asuinkadut +highway motorway 0 moottoritie +highway motorway 1 moottoritiet +highway motorway_junction 0 liittymä +highway motorway_junction 0 moottoritien liittymä +highway motorway_junction 1 liittymät +highway motorway_junction 1 moottoritien liittymät +highway motorway_link 0 moottoritie +highway motorway_link 1 moottoritiet +highway path 0 polku +highway path 1 polut +highway pedestrian 0 kävelykatu +highway pedestrian 1 kävelykadut +highway primary 0 kantatie +highway primary 1 kantatiet +highway primary_link 0 kantatie +highway primary_link 1 kantatiet +highway raceway 0 kilparata +highway raceway 1 kilparadat +highway residential 0 asuinkatu +highway residential 1 asuinkadut +highway road 0 tie +highway road 1 tiet +highway secondary 0 seututie +highway secondary 1 seututiet +highway secondary_link 0 seututie +highway secondary_link 1 seututiet +highway steps 0 portaat +highway steps 1 portaita +highway tertiary 0 yhdystie +highway tertiary 1 yhdystiet +highway track 0 metsätie +highway track 1 metsätiet +highway trunk 0 valtatie +highway trunk 1 valtatiet +highway trunk_link 0 valtatie +highway trunk_link 1 valtatiet +highway unsurfaced 0 päällystämätön tie +highway unsurfaced 1 päällystämättämät tiet +historic battlefield 0 taistelukenttä +historic battlefield 1 taistelukentät +historic building 0 rakennus +historic building 1 rakennukset +historic castle 0 linna +historic castle 1 linnat +historic church 0 kirkko +historic church 1 kirkot +historic mine 0 kaivos +historic mine 1 kaivokset +historic monument 0 muistomerkki +historic monument 1 muistomerkit +historic museum 0 museo +historic museum 1 museot +historic ruins 0 rauniot +historic ruins 1 raunioita +historic tower 0 torni +historic tower 1 tornit +historic wreck 0 hylky +historic wreck 1 hylyt +landuse cemetery 0 hautausmaa +landuse cemetery 1 hautausmaat +landuse commercial 0 kaupallinen alue +landuse commercial 1 kaupalliset alueet +landuse construction 0 rakennustyömaa +landuse construction 1 rakennustyömaat +landuse forest 0 metsä +landuse forest 1 metsät +landuse grass 0 nurmikko +landuse grass 1 nurmikot +landuse industrial 0 teollisuusalue +landuse industrial 1 teollisuusalueet +landuse landfill 0 kaatopaikka +landuse landfill 1 kaatopaikat +landuse meadow 0 niitty +landuse meadow 1 niityt +landuse military 0 sotilasalue +landuse military 1 sotilasalueet +landuse mine 0 kaivos +landuse mine 1 kaivokset +landuse mountain 0 vuori +landuse mountain 1 vuoret +landuse park 0 puisto +landuse park 1 puistot +landuse quarry 0 avolouhos +landuse quarry 1 avolouhokset +landuse railway 0 rautatie +landuse railway 1 rautatiet +landuse residential 0 asuinalue +landuse residential 1 asuinalueet +landuse wetland 0 kosteikko +landuse wetland 1 kosteikot +landuse wood 0 metsä +landuse wood 1 metsät +leisure fishing 0 kalastusalue +leisure fishing 1 kalastusalueet +leisure garden 0 puutarha +leisure garden 1 puutarhat +leisure golf_course 0 golf-kenttä +leisure golf_course 1 golf-kentät +leisure ice_rink 0 luistelurata +leisure ice_rink 1 luisteluradat +leisure marina 0 huvivenesatama +leisure marina 1 huvivenesatamat +leisure miniature_golf 0 minigolf +leisure miniature_golf 1 minigolfit +leisure park 0 puisto +leisure park 1 puistot +leisure pitch 0 urheilukenttä +leisure pitch 1 urheilukentät +leisure playground 0 leikkikenttä +leisure playground 1 leikkikentät +leisure slipway 0 vesillelaskuramppi +leisure slipway 1 vesillelaskurampit +leisure sports_centre 0 urheilukeskus +leisure sports_centre 1 urheilukeskukset +leisure stadium 0 stadioni +leisure stadium 1 stadionit +leisure swimming_pool 0 uima-allas +leisure swimming_pool 1 uima-altaat +leisure track 0 juoksurata +leisure track 1 juoksuradat +leisure water_park 0 vesipuisto +leisure water_park 1 vesipuistot +natural bay 0 lahti +natural bay 1 lahdet +natural beach 0 hiekkaranta +natural beach 1 hiekkarannat +natural cave_entrance 0 luolan sisäänkäynti +natural cave_entrance 1 luolan sisäänkäynnit +natural channel 0 kanava +natural channel 1 kanavat +natural cliff 0 jyrkänne +natural cliff 1 jyrkänteet +natural coastline 0 rantaviiva +natural coastline 1 rantaviivat +natural crater 0 kraatteri +natural crater 1 kraatterit +natural fell 0 tunturi +natural fell 1 tunturit +natural fjord 0 vuono +natural fjord 1 vuonot +natural geyser 0 geysir +natural geyser 1 geysirit +natural glacier 0 jäätikkö +natural glacier 1 jäätiköt +natural hill 0 mäki +natural hill 1 mäet +natural island 0 saari +natural island 1 saaret +natural land 0 maa +natural land 1 maata +natural mud 0 muta +natural mud 1 mutaa +natural peak 0 huippu +natural peak 1 huiput +natural reef 0 riutta +natural reef 1 riutat +natural river 0 joki +natural river 1 joet +natural rock 0 kivi +natural rock 1 kivet +natural rock 1 kiviä +natural spring 0 lähde +natural spring 1 lähteet +natural tree 0 puu +natural tree 1 puut +natural valley 0 laakso +natural valley 1 laaksot +natural volcano 0 tulivuori +natural volcano 1 tulivuoret +natural water 0 vesi +natural water 1 vettä +natural water 0 järvi +natural water 1 järvet +natural water 1 järviä +natural wetland 0 kosteikko +natural wetland 1 kosteikot +natural wetlands 0 kosteikko +natural wetlands 1 kosteikot +natural wood 0 metsä +natural wood 1 metsät +place city 0 kaupunki +place city 1 kaupungit +place country 0 maa +place country 1 maat +place county 0 piirikunta +place county 1 piirikunnat +place farm 0 maatila +place farm 1 maatilat +place hamlet 0 pieni kylä +place hamlet 1 pienet kylät +place house 0 talo +place house 1 talot +place house 1 taloja +place houses 0 taloja +place houses 1 taloja +place island 0 saari +place island 1 saaret +place islet 0 saari +place islet 1 saaret +place locality 0 paikkakunta +place locality 1 paikkakunnat +place municipality 0 kunta +place municipality 1 kunnat +place postcode 0 postinumero +place postcode 1 postinumerot +place region 0 alue +place region 1 alueet +place sea 0 meri +place sea 1 meret +place state 0 osavaltio +place state 1 osavaltiot +place suburb 0 lähiö +place suburb 1 lähiöt +place town 0 kaupunki +place town 1 kaupungit +place village 0 kylä +place village 1 kylät +railway abandoned 0 hylätty rautatie +railway abandoned 1 hylätyt rautatiet +railway construction 0 rakenteilla oleva rautatie +railway construction 1 rakenteilla olevat rautatiet +railway disused_station 0 käytöstä poistunut rautatieasema +railway disused_station 1 käytöstä poistuneet rautatieasemat +railway level_crossing 0 tasoristeys +railway level_crossing 1 tasoristeykset +railway monorail 0 yksikiskoinen raide +railway monorail 1 yksikiskoiset raiteet +railway platform 0 asemalaituri +railway platform 1 asemalaiturit +railway station 0 rautatieasema +railway station 1 rautatieasemat +railway subway 0 metro +railway subway 1 metrot +railway subway_entrance 0 metron sisäänkäynti +railway subway_entrance 1 metron sisäänkäynnit +railway yard 0 ratapiha +railway yard 1 ratapihat +shop art 0 taidekauppa +shop art 1 taidekaupat +shop bakery 0 leipomo +shop bakery 1 leipomot +shop bicycle 0 polkupyöräkauppa +shop bicycle 1 polkupyöräkaupat +shop books 0 kirjakauppa +shop books 1 kirjakaupat +shop butcher 0 lihakauppa +shop butcher 1 lihakaupat +shop car 0 autokauppa +shop car 1 autokaupat +shop car_parts 0 auton osia +shop car_parts 1 auton osia +shop car_repair 0 autokorjaamo +shop car_repair 1 autokorjaamot +shop carpet 0 mattokauppa +shop carpet 1 mattokaupat +shop clothes 0 vaatekauppa +shop clothes 1 vaatekaupat +shop computer 0 tietokonekauppa +shop computer 1 tietokonekaupat +shop convenience 0 lähikauppa +shop convenience 1 lähikaupat +shop department_store 0 tavaratalo +shop department_store 1 tavaratalot +shop dry_cleaning 0 kuivapesula +shop dry_cleaning 1 kuivapesulat +shop electronics 0 elektroniikkakauppa +shop electronics 1 elektroniikkakaupat +shop fashion 0 muotikauppa +shop fashion 1 muotikaupat +shop fish 0 kalakauppa +shop fish 1 kalakaupat +shop florist 0 kukkakauppa +shop florist 1 kukkakaupat +shop food 0 ruokakauppa +shop food 1 ruokakaupat +shop funeral_directors 0 hautausurakoitsija +shop funeral_directors 1 hautausurakoitsijat +shop furniture 0 huonekaluliike +shop furniture 1 huonekaluliikkeet +shop furniture 0 huonekalumyymälä +shop furniture 1 huonekalumyymälät +shop gift 0 lahjakauppa +shop gift 1 lahjakaupat +shop hairdresser 0 kampaamo +shop hairdresser 1 kampaamot +shop jewelry 0 kultaseppä +shop jewelry 1 kultasepät +shop jewelry 0 korukauppa +shop jewelry 1 korukaupat +shop kiosk 0 kioski +shop kiosk 1 kioskit +shop laundry 0 pesula +shop laundry 1 pesulat +shop mall 0 ostoskeskus +shop mall 1 ostoskeskukset +shop mobile_phone 0 matkapuhelinkauppa +shop mobile_phone 1 matkapuhelinkaupat +shop motorcycle 0 moottoripyöräkauppa +shop motorcycle 1 moottoripyöräkaupat +shop music 0 musiikkikauppa +shop music 1 musiikkikaupat +shop newsagent 0 lehtikioski +shop newsagent 1 lehtikioskit +shop optician 0 optikko +shop optician 1 optikot +shop pet 0 eläinkauppa +shop pet 1 eläinkaupat +shop salon 0 kauneussalonki +shop salon 1 kauneussalongit +shop shoes 0 kenkäkauppa +shop shoes 1 kenkäkaupat +shop shopping_centre 0 ostoskeskus +shop shopping_centre 1 ostoskeskukset +shop sports 0 urheilukauppa +shop sports 1 urheilukaupat +shop supermarket 0 supermarketti +shop supermarket 1 supermarketit +shop toys 0 lelukauppa +shop toys 1 lelukaupat +shop travel_agency 0 matkatoimisto +shop travel_agency 1 matkatoimistot +shop video 0 videokauppa +shop video 1 videokaupat +tourism alpine_hut 0 alppimaja +tourism alpine_hut 1 alppimajat +tourism artwork 0 taideteos +tourism artwork 1 taideteokset +tourism bed_and_breakfast 0 aamiaismajoitus +tourism bed_and_breakfast 1 aamiaismajoitukset +tourism cabin 0 mökki +tourism cabin 1 mökit +tourism camp_site 0 leirintäalue +tourism camp_site 1 leirintäalueet +tourism caravan_site 0 leirintäalue +tourism caravan_site 1 leirintäalueet +tourism hostel 0 hostelli +tourism hostel 1 hostellit +tourism hotel 0 hotelli +tourism hotel 1 hotellit +tourism information 0 infopiste +tourism information 1 infopisteet +tourism motel 0 motelli +tourism motel 1 motellit +tourism museum 0 museo +tourism museum 1 museot +tourism picnic_site 0 piknik-paikka +tourism picnic_site 1 piknik-paikat +tourism theme_park 0 huvipuisto +tourism theme_park 1 huvipuistot +tourism theme_park 0 teemapuisto +tourism theme_park 1 teemapuistot +tourism valley 0 laakso +tourism valley 1 laaksot +tourism viewpoint 0 näköalapaikka +tourism viewpoint 1 näköalapaikat +tourism zoo 0 eläintarha +tourism zoo 1 eläintarhat +waterway canal 0 kanaali +waterway canal 1 kanaalit +waterway dam 0 pato +waterway dam 1 padot +waterway ditch 0 oja +waterway ditch 1 ojat +waterway dock 0 telakka +waterway dock 0 märkätelakka +waterway dock 1 telakat +waterway dock 1 märkätelakat +waterway drain 0 oja +waterway drain 1 ojat +waterway lock_gate 0 sulku +waterway lock_gate 1 sulut +waterway rapids 0 koski +waterway rapids 1 kosket +waterway river 0 joki +waterway river 1 joet +waterway riverbank 0 joki +waterway riverbank 1 joet +waterway stream 0 puro +waterway stream 1 purot +waterway weir 0 pohjapato +waterway weir 1 pohjapadot diff --git a/resources/categories/fr.tsv b/resources/categories/fr.tsv new file mode 100644 index 0000000..9f84073 --- /dev/null +++ b/resources/categories/fr.tsv @@ -0,0 +1,877 @@ +key value is_plural phrase +aeroway aerodrome 0 aéroport +aeroway aerodrome 1 aéroports +amenity arts_centre 0 centre artistique +amenity arts_centre 1 centres artistiques +amenity atm 0 distributeur automatique de billets +amenity atm 1 distributeurs automatiques de billets +amenity auditorium 0 auditorium +amenity auditorium 1 auditoriums +amenity bank 0 banque +amenity bank 1 banques +amenity bar 0 bar +amenity bar 1 bars +amenity bench 0 banc +amenity bench 1 bancs +amenity bicycle_parking 0 parking à vélos +amenity bicycle_parking 1 parkings à vélos +amenity bicycle_rental 0 location de vélos +amenity bicycle_rental 1 locations de vélos +amenity brothel 0 bordel +amenity brothel 1 bordels +amenity bureau_de_change 0 bureau de change +amenity bureau_de_change 1 bureaux de change +amenity bus_station 0 arrêt de bus +amenity bus_station 1 arrêts de bus +amenity cafe 0 café +amenity cafe 1 cafés +amenity car_rental 0 location de voitures +amenity car_rental 1 locations de voitures +amenity car_sharing 0 covoiturage +amenity car_sharing 1 covoiturages +amenity car_wash 0 lavage de voitures +amenity car_wash 1 lavages de voitures +emergency defibrillator 0 défibrillateur +emergency defibrillator 1 défibrillateurs +emergency defibrillator 0 dae +shop laundry 0 laverie +shop laundry 1 laveries +amenity casino 0 casino +amenity casino 1 casinos +amenity cinema 0 cinéma +amenity cinema 1 cinémas +amenity clinic 0 clinique +amenity clinic 1 cliniques +amenity club 0 club +amenity club 1 clubs +amenity college 0 établissement d'enseignement supérieur +amenity college 1 établissements d'enseignement supérieur +amenity community_centre 0 salle polyvalente +amenity community_centre 1 salles polyvalentes +amenity courthouse 0 palais de justice +amenity courthouse 1 palais de justice +amenity crematorium 0 crématorium +amenity crematorium 1 crématoriums +amenity dentist 0 dentiste +amenity dentist 1 dentistes +amenity doctors 0 docteur +amenity doctors 1 docteurs +amenity dormitory 0 dortoir +amenity dormitory 1 dortoirs +amenity drinking_water 0 eau potable +amenity drinking_water 1 eaux potables +amenity driving_school 0 école de conduite +amenity driving_school 1 écoles de conduite +amenity embassy 0 ambassade +amenity embassy 1 ambassades +amenity emergency_phone 0 téléphone d'urgence +amenity emergency_phone 1 téléphones d'urgence +amenity fast_food 0 restauration rapide +amenity fast_food 1 restaurations rapides +amenity ferry_terminal 0 terminal de ferry +amenity ferry_terminal 1 terminaux de ferry +amenity fire_hydrant 0 bouche d'incendie +amenity fire_hydrant 1 bouches d'incendie +amenity fire_station 0 caserne de pompiers +amenity fire_station 1 casernes de pompiers +amenity fountain 0 fontaine +amenity fountain 1 fontaines +amenity fuel 0 carburant +amenity fuel 1 carburants +amenity grave_yard 0 cimetière +amenity grave_yard 1 cimetières +amenity gym 0 fitness +amenity gym 1 fitness +amenity gym 0 salle de gymnastique +amenity gym 1 salles de gymnastique +amenity hall 0 salle +amenity hall 1 salles +amenity health_centre 0 centre de santé +amenity health_centre 1 centres de santé +amenity hospital 0 hôpital +amenity hospital 1 hôpitaux +amenity hotel 0 hôtel +amenity hotel 1 hôtels +amenity hunting_stand 0 stand de tir +amenity hunting_stand 1 stands de tir +amenity ice_cream 0 crème glacée +amenity ice_cream 1 crèmes glacées +amenity kindergarten 0 jardin d'enfants +amenity kindergarten 1 jardins d'enfants +amenity library 0 bibliothèque +amenity library 1 bibliothèques +amenity market 0 marché +amenity market 1 marchés +amenity marketplace 0 place de marché +amenity marketplace 1 places de marché +amenity mountain_rescue 0 secours en montagne +amenity mountain_rescue 1 secours en montagne +amenity nightclub 0 boîte de nuit +amenity nightclub 1 boîtes de nuit +amenity nursery 0 nurserie +amenity nursery 1 nurseries +amenity nursing_home 0 maison de santé +amenity nursing_home 1 maisons de santé +amenity office 0 bureau +amenity office 1 bureaux +amenity park 0 parc +amenity park 1 parcs +amenity parking 0 parking +amenity parking 1 parkings +amenity pharmacy 0 pharmacie +amenity pharmacy 1 pharmacies +amenity place_of_worship 0 lieu de culte +amenity place_of_worship 1 lieux de culte +amenity police 0 police +amenity police 1 polices +amenity post_box 0 boîtes aux lettres +amenity post_box 1 boîtes aux lettres +amenity post_office 0 bureau de poste +amenity post_office 1 bureaux de poste +amenity preschool 0 préscolaire +amenity preschool 1 préscolaires +amenity prison 0 prison +amenity prison 1 prisons +amenity pub 0 bar +amenity pub 1 bars +amenity public_building 0 bâtiment public +amenity public_building 1 bâtimentss publics +amenity public_market 0 marché public +amenity public_market 1 marchés publics +amenity reception_area 0 zone de réception +amenity reception_area 1 zones de réceptions +amenity recycling 0 bulle à verre +amenity recycling 1 bulles à verre +amenity recycling 0 bulle +amenity recycling 1 bulles +amenity recycling 0 point de recyclage +amenity recycling 1 points de recyclage +amenity restaurant 0 restaurant +amenity restaurant 1 restaurants +amenity retirement_home 0 maison de retraite +amenity retirement_home 1 maisons de retraite +amenity sauna 0 sauna +amenity sauna 1 saunas +amenity school 0 école +amenity school 1 écoles +amenity shelter 0 refuge +amenity shelter 1 refuges +amenity shop 0 magasin +amenity shop 1 magasins +amenity shopping 0 commerce +amenity shopping 1 commerces +amenity social_club 0 club social +amenity social_club 1 clubs sociaux +amenity studio 0 studio +amenity studio 1 studios +amenity supermarket 0 supermarché +amenity supermarket 1 supermarchés +amenity taxi 0 taxi +amenity taxi 1 taxis +amenity telephone 0 téléphone public +amenity telephone 1 téléphones publics +amenity theatre 0 théâtre +amenity theatre 1 théâtres +amenity toilets 0 toilettes +amenity toilets 1 toilettes +amenity townhall 0 hôtel de ville +amenity townhall 1 hôtels de ville +amenity university 0 université +amenity university 1 universités +amenity vending_machine 0 distributeur automatique +amenity vending_machine 1 distributeurs automatiques +amenity veterinary 0 vétérinaire +amenity veterinary 1 vétérinaires +amenity village_hall 0 salle communale +amenity village_hall 1 salles communales +amenity waste_basket 0 corbeille +amenity waste_basket 1 corbeilles +amenity wifi 0 accès wifi +amenity wifi 1 accès wifi +amenity youth_centre 0 centre pour la jeunesse +amenity youth_centre 1 centres pour la jeunesse +boundary administrative 0 limite administrative +boundary administrative 1 limites administratives +building apartments 0 immeuble +building apartments 1 immeubles +building block 0 immeuble +building block 1 immeubles +building bunker 0 bunker +building bunker 1 bunkers +building chapel 0 chapelle +building chapel 1 chapelles +building church 0 église +building church 1 églises +building city_hall 0 hôtel de ville +building city_hall 1 hôtels de ville +building commercial 0 bâtiment de bureaux +building commercial 1 bâtiments de bureaux +building dormitory 0 dortoir +building dormitory 1 dortoirs +building entrance 0 entrée de bâtiment +building entrance 1 entrées de bâtiment +building faculty 0 bâtiment de faculté +building faculty 1 bâtiments de faculté +building farm 0 bâtiment de ferme +building farm 1 bâtiments de fermes +building flats 0 appartements +building flats 1 appartements +building garage 0 garage +building garage 1 garages +building hall 0 salle +building hall 1 salles +building hospital 0 bâtiment hospitalier +building hospital 1 bâtiments hospitaliers +building hotel 0 hôtel +building hotel 1 hôtels +building house 0 maison +building house 1 maisons +building industrial 0 bâtiment industriel +building industrial 1 bâtiments industriels +building office 0 bâtiment de bureaux +building office 1 bâtiments de bureaux +building public 0 bâtiment public +building public 1 bâtiments publics +building residential 0 bâtiment résidentiel +building residential 1 bâtiments résidentiels +building retail 0 magasin +building retail 1 magasins +building school 0 bâtiment d'école +building school 1 bâtiments d'école +building shop 0 magasin +building shop 1 magasins +building stadium 0 stade +building stadium 1 stades +building store 0 magasin +building store 1 magasins +building terrace 0 terrasse +building terrace 1 terrasses +building tower 0 tour +building tower 1 tours +building train_station 0 gare ferroviaire +building train_station 1 gares ferroviaires +building university 0 bâtiment d'université +building university 1 bâtiments d'universités +building "yes" 0 bâtiment +building "yes" 1 bâtiments +highway bridleway 0 chemin pour cavaliers +highway bridleway 1 chemins pour cavaliers +highway bus_guideway 0 voie de bus guidée +highway bus_guideway 1 voies de bus guidées +highway bus_stop 0 arrêt de bus +highway bus_stop 1 arrêts de bus +highway byway 0 route secondaire +highway byway 1 routes secondaires +highway construction 0 route en construction +highway construction 1 routes en construction +highway cycleway 0 piste cyclable +highway cycleway 1 pistes cyclables +highway distance_marker 0 borne kilométrique +highway distance_marker 1 bornes kilométriques +highway emergency_access_point 0 point d'accès d'urgence +highway emergency_access_point 1 points d'accès d'urgence +highway footway 0 chemin piéton +highway footway 1 chemins piétons +highway ford 0 gué +highway ford 1 gués +highway gate 0 porte +highway gate 1 portes +highway living_street 0 rue résidentielle +highway living_street 1 rues résidentielles +highway minor 0 route mineure +highway minor 1 routes mineures +highway motorway 0 autoroute +highway motorway 1 autoroutes +highway motorway_junction 0 jonction d'autoroutes +highway motorway_junction 1 jonctions d'autoroutes +highway motorway_link 0 bretelle autoroutière +highway motorway_link 1 bretelles autoroutières +highway path 0 chemin +highway path 1 chemins +highway pedestrian 0 chemin piéton +highway pedestrian 1 chemins piétons +highway platform 0 plateforme +highway platform 1 plateformes +highway primary 0 route principale +highway primary 1 routes principales +highway primary_link 0 route principale +highway primary_link 1 routes principales +highway raceway 0 circuit +highway raceway 1 circuits +highway residential 0 rue résidentiel +highway residential 1 rues résidentielles +highway road 0 route +highway road 1 routes +highway secondary 0 route secondaire +highway secondary 1 routes secondaires +highway secondary_link 0 route secondaire +highway secondary_link 1 routes secondaires +highway service 0 voie de service +highway service 1 voies de services +highway services 0 aire de service +highway services 1 aires de service +highway steps 0 escalier +highway steps 1 escaliers +highway stile 0 échalier +highway stile 1 échaliers +highway tertiary 0 route tertiaire +highway tertiary 1 routes tertiaires +highway track 0 chemin +highway track 1 chemins +highway trail 0 piste +highway trail 1 pistes +highway trunk 0 voie express +highway trunk 1 voies express +highway trunk_link 0 bretelle de voie express +highway trunk_link 1 bretelles de voie express +highway unclassified 0 route mineure +highway unclassified 1 routes mineures +highway unsurfaced 0 route non revêtue +highway unsurfaced 1 routes non revêtues +historic archaeological_site 0 site archéologique +historic archaeological_site 1 sites archéologiques +historic battlefield 0 champ de bataille +historic battlefield 1 champs de bataille +historic boundary_stone 0 borne frontière +historic boundary_stone 1 bornes frontières +historic building 0 bâtiment +historic building 1 bâtiments +historic castle 0 château +historic castle 1 châteaux +historic church 0 église +historic church 1 églises +historic house 0 maison +historic house 1 maisons +historic icon 0 icône +historic icon 1 icônes +historic manor 0 manoir +historic manor 1 manoirs +historic memorial 0 mémorial +historic memorial 1 mémorials +historic mine 0 mine +historic mine 1 mines +historic monument 0 monument +historic monument 1 monuments +historic museum 0 musée +historic museum 1 musées +historic ruins 0 ruines +historic ruins 1 ruines +historic tower 0 tour +historic tower 1 tours +historic wayside_cross 0 croix de chemin +historic wayside_cross 1 croix de chemin +historic wayside_cross 0 calvaire +historic wayside_cross 1 calvaires +historic wayside_shrine 0 oratoire +historic wayside_shrine 1 oratoires +historic wreck 0 épave +historic wreck 1 épaves +landuse allotments 0 jardins familiaux +landuse allotments 1 jardins familiaux +landuse basin 0 bassin +landuse basin 1 bassins +landuse brownfield 0 terrain rasé +landuse brownfield 1 terrains rasés +landuse cemetery 0 cimetière +landuse cemetery 1 cimetières +landuse commercial 0 zone tertiaire +landuse commercial 1 zones tertiaires +landuse conservation 0 zone protégée +landuse conservation 1 zones protégées +landuse construction 0 zone en construction +landuse construction 1 zones en construction +landuse farm 0 zone agricole +landuse farm 1 zones agricoles +landuse farmland 0 terrains agricoles +landuse farmland 1 terrains agricoles +landuse farmyard 0 bâtiments de ferme +landuse farmyard 1 bâtiments de ferme +landuse forest 0 forêt +landuse forest 1 forêts +landuse grass 0 zone herborée +landuse grass 1 zones herborées +landuse greenfield 0 zone de construction future +landuse greenfield 1 zones de construction future +landuse industrial 0 zone industrielle +landuse industrial 1 zones industrielles +landuse landfill 0 décharge +landuse landfill 1 décharges +landuse meadow 0 prairie +landuse meadow 1 prairies +landuse military 0 zone militaire +landuse military 1 zones militaires +landuse mine 0 mine +landuse mine 1 mines +landuse mountain 0 montagne +landuse mountain 1 montagnes +landuse nature_reserve 0 réserve naturelle +landuse nature_reserve 1 réserves naturelles +landuse park 0 parc +landuse park 1 parcs +landuse piste 0 piste +landuse piste 1 pistes +landuse plaza 0 plaza +landuse plaza 1 plazas +landuse quarry 0 carrière +landuse quarry 1 carrières +landuse railway 0 voie ferrée +landuse railway 1 voies ferrées +landuse recreation_ground 0 aire de jeux +landuse recreation_ground 1 aires de jeux +landuse reservoir 0 réservoir +landuse reservoir 1 réservoirs +landuse residential 0 zone résidentielle +landuse residential 1 zones résidentielles +landuse retail 0 zone commerciale +landuse retail 1 zones commerciales +landuse village_green 0 zone publique herborée +landuse village_green 1 zones publiques herborées +landuse vineyard 0 vignoble +landuse vineyard 1 vignobles +landuse wetland 0 zone humide +landuse wetland 1 zones humides +landuse wood 0 bois +landuse wood 1 bois +leisure beach_resort 0 station balnéaire +leisure beach_resort 1 stations balnéaires +leisure common 0 terrains communaux +leisure common 1 terrains communaux +leisure fishing 0 zone de pêche +leisure fishing 1 zones de pêche +leisure garden 0 jardin +leisure garden 1 jardins +leisure golf_course 0 terrain de golf +leisure golf_course 1 terrains de golf +leisure ice_rink 0 patinoire +leisure ice_rink 1 patinoires +leisure marina 0 port de plaisance +leisure marina 1 ports de plaisance +leisure miniature_golf 0 golf miniature +leisure miniature_golf 1 golfs miniatures +leisure nature_reserve 0 réserve naturelle +leisure nature_reserve 1 réserves naturelles +leisure park 0 parc +leisure park 1 parcs +leisure pitch 0 terrain de sport +leisure pitch 1 terrains de sport +leisure playground 0 aire de jeux +leisure playground 1 aires de jeux +leisure recreation_ground 0 terrain de jeux +leisure recreation_ground 1 terrains de jeux +leisure slipway 0 cale de lancement +leisure slipway 1 cales de lancement +leisure sports_centre 0 centre sportif +leisure sports_centre 1 centres sportifs +leisure stadium 0 stade +leisure stadium 1 stades +leisure swimming_pool 0 piscine +leisure swimming_pool 1 piscines +leisure track 0 piste +leisure track 1 pistes +leisure water_park 0 parc aquatique +leisure water_park 1 parcs aquatiques +natural bay 0 baie +natural bay 1 baies +natural beach 0 plage +natural beach 1 plages +natural cape 0 cap +natural cape 1 caps +natural cave_entrance 0 entrée de grotte +natural cave_entrance 1 entrées de grotte +natural channel 0 canal +natural channel 1 canaux +natural cliff 0 falaise +natural cliff 1 falaises +natural coastline 0 littoral +natural coastline 1 littorals +natural crater 0 cratère +natural crater 1 cratères +natural feature 0 élément +natural feature 1 éléments +natural fell 0 fell +natural fell 1 fells +natural fjord 0 fjord +natural fjord 1 fjords +natural geyser 0 geyser +natural geyser 1 geysers +natural glacier 0 glacier +natural glacier 1 glaciers +natural heath 0 bruyère +natural heath 1 bruyères +natural hill 0 colline +natural hill 1 collines +natural island 0 île +natural island 1 îles +natural land 0 terre +natural land 1 terres +natural marsh 0 marécage +natural marsh 1 marécages +natural moor 0 maure +natural moor 1 maures +natural mud 0 boue +natural mud 1 boues +natural peak 0 pic +natural peak 1 pics +natural point 0 pointe +natural point 1 pointes +natural reef 0 récif +natural reef 1 récifs +natural ridge 0 crête +natural ridge 1 crêtes +natural river 0 rivière +natural river 1 rivières +natural rock 0 roche +natural rock 1 roches +natural scree 0 éboulis +natural scree 1 éboulis +natural scrub 0 broussailles +natural scrub 1 broussailles +natural shoal 0 haut-fond +natural shoal 1 haut-fonds +natural spring 0 cascade +natural spring 1 cascades +natural strait 0 détroit +natural strait 1 détroits +natural tree 0 arbre +natural tree 1 arbres +natural valley 0 vallée +natural valley 1 vallées +natural volcano 0 volcan +natural volcano 1 volcans +natural water 0 eau +natural water 1 eaux +natural wetland 0 zone humide +natural wetland 1 zones humides +natural wetlands 0 zones humides +natural wetlands 1 zones humides +natural wood 0 forêt +natural wood 1 forêts +place city 0 ville +place city 1 villes +place country 0 pays +place country 1 pays +place county 0 comté +place county 1 comtés +place farm 0 ferme +place farm 1 fermes +place hamlet 0 hameau +place hamlet 1 hameaux +place house 0 maison +place house 1 maisons +place houses 0 maisons +place houses 1 maisons +place island 0 île +place island 1 îles +place islet 0 îlot +place islet 1 îlots +place locality 0 localité +place locality 1 localités +place moor 0 maure +place moor 1 maures +place municipality 0 municipalité +place municipality 1 municipalités +place postcode 0 code postal +place postcode 1 codes postaux +place region 0 région +place region 1 régions +place sea 0 mer +place sea 1 mers +place state 0 état +place state 1 états +place subdivision 0 subdivision +place subdivision 1 subdivisions +place suburb 0 quartier +place suburb 1 quartiers +place town 0 ville +place town 1 villes +place unincorporated_area 0 lieu non organisé +place unincorporated_area 1 lieux non organisés +place village 0 village +place village 1 villages +railway abandoned 0 voie ferrée abandonnée +railway abandoned 1 voies ferrées abandonnées +railway construction 0 voie ferrée en construction +railway construction 1 voies ferrées en construction +railway disused 0 voie ferrée désaffectée +railway disused 1 voies ferrées désaffectées +railway disused_station 0 gare désaffectée +railway disused_station 1 gares désaffectées +railway funicular 0 voie de funiculaire +railway funicular 1 voies de funiculaire +railway halt 0 arrêt de train +railway halt 1 arrêts de train +railway historic_station 0 arrêt de train historique +railway historic_station 1 arrêts de train historiques +railway junction 0 jonction ferroviaire +railway junction 1 jonctions ferroviaires +railway level_crossing 0 passage à niveau +railway level_crossing 1 passages à niveau +railway light_rail 0 petite voie ferrée +railway light_rail 1 petites voies ferrées +railway monorail 0 monorail +railway monorail 1 monorails +railway narrow_gauge 0 chemin de fer à voie étroite +railway narrow_gauge 1 chemins de fer à voie étroite +railway platform 0 plateforme ferroviaire +railway platform 1 plateformes ferroviaires +railway preserved 0 voie ferrée conservée +railway preserved 1 voies ferrées conservées +railway spur 0 voie de connexion +railway spur 1 voies de connexion +railway station 0 gare ferroviaire +railway station 1 gares ferroviaires +railway subway 0 station de métro +railway subway 1 stations de métro +railway subway_entrance 0 bouche de métro +railway subway_entrance 1 bouches de métro +railway switch 0 aiguillage +railway switch 1 aiguillages +railway tram 0 tramway +railway tram 1 tramways +railway tram_stop 0 arrêt de tram +railway tram_stop 1 arrêts de tram +railway yard 0 voie de triage +railway yard 1 voies de triages +shop alcohol 0 magasin officiel d'alcool +shop alcohol 1 magasins officiels d'alcool +shop apparel 0 magasin d'habillement +shop apparel 1 magasins d'habillement +shop art 0 boutique d'art +shop art 1 boutiques d'art +shop bakery 0 boulangerie +shop bakery 1 boulangeries +shop beauty 0 magasin de produits de beauté +shop beauty 1 magasins de produits de beauté +shop beverages 0 magasin de boissons +shop beverages 1 magasins de boissonss +shop bicycle 0 magasin de vélos +shop bicycle 1 magasins de vélos +shop books 0 librairie +shop books 1 librairies +shop butcher 0 boucher +shop butcher 1 bouchers +shop butcher 0 boucherie +shop butcher 1 boucheries +shop car 0 magasin de voitures +shop car 1 magasins de voitures +shop car_dealer 0 vendeur de voitures +shop car_dealer 1 vendeurs de voitures +shop car_parts 0 pièces d'automobile +shop car_parts 1 pièces d'automobile +shop car_repair 0 réparation de voitures +shop car_repair 1 réparations de voitures +shop carpet 0 magasin de tapis +shop carpet 1 magasins de tapis +shop charity 0 magasin de bienfaisance +shop charity 1 magasins de bienfaisance +shop chemist 0 magasin de produits d'hygiène +shop chemist 1 magasins de produits d'hygiènes +shop clothes 0 magasin de vêtements +shop clothes 1 magasins de vêtements +shop computer 0 magasin informatique +shop computer 1 magasins informatiques +shop confectionery 0 confiserie +shop confectionery 1 confiseries +shop convenience 0 épicerie +shop convenience 1 épiceries +shop copyshop 0 magasin de photocopies +shop copyshop 1 magasins de photocopies +shop cosmetics 0 magasin de cosmétiques +shop cosmetics 1 magasins de cosmétiques +shop department_store 0 grand magasin +shop department_store 1 grands magasins +shop discount 0 magasin discount +shop discount 1 magasins discounts +shop doityourself 0 magasin de bricolage +shop doityourself 1 magasins de bricolage +shop drugstore 0 pharmacie +shop drugstore 1 pharmacies +shop dry_cleaning 0 nettoyage à sec +shop dry_cleaning 1 nettoyages à sec +shop electronics 0 magasin d'électronique +shop electronics 1 magasins d'électronique +shop estate_agent 0 agent immobilier +shop estate_agent 1 agents immobilier +shop farm 0 magasin de produits agricoles +shop farm 1 magasins de produits agricoles +shop fashion 0 magasin de mode +shop fashion 1 magasins de mode +shop fish 0 poissonnerie +shop fish 1 poissonneries +shop florist 0 fleuriste +shop florist 1 fleuristes +shop food 0 magasin d'alimentation +shop food 1 magasins d'alimentation +shop funeral_directors 0 pompes funèbres +shop funeral_directors 1 pompes funèbres +shop furniture 0 magasin d'ameublement +shop gallery 0 galerie +shop gallery 1 galeries +shop garden_centre 0 jardinerie +shop garden_centre 1 jardineries +shop general 0 magasin généraliste +shop general 1 magasins généralistes +shop gift 0 boutique de cadeaux +shop gift 1 boutiques de cadeaux +shop greengrocer 0 marchand de fruits et légumes +shop greengrocer 1 marchands de fruits et légumes +shop grocery 0 épicerie +shop grocery 1 épiceries +shop hairdresser 0 coiffeur +shop hairdresser 1 coiffeurs +shop hardware 0 quincaillerie +shop hardware 1 quincailleries +shop hifi 0 magasin hi-fi +shop hifi 1 magasins hi-fi +shop insurance 0 assurance +shop insurance 1 assurances +shop jewelry 0 bijouterie +shop jewelry 1 bijouteries +shop kiosk 0 kiosque +shop kiosk 1 kiosques +shop laundry 0 blanchisserie +shop laundry 1 blanchisseries +shop mall 0 galerie marchande +shop mall 1 galeries marchandes +shop market 0 marché +shop market 1 marchés +shop mobile_phone 0 magasin de téléphones mobiles +shop mobile_phone 1 magasins de téléphones mobiles +shop motorcycle 0 magasin de moto +shop motorcycle 1 magasins de moto +shop music 0 magasin de musique +shop music 1 magasins de musique +shop newsagent 0 marchand de journaux +shop newsagent 1 marchands de journaux +shop optician 0 opticien +shop optician 1 opticiens +shop organic 0 magasin bio +shop organic 1 magasins bio +shop outdoor 0 magasin d'activités de plein air +shop outdoor 1 magasins d'activités de plein air +shop pet 0 magasin d'animaux +shop pet 1 magasins d'animaux +shop photo 0 magasin de photographie +shop photo 1 magasins de photographie +shop salon 0 salon +shop salon 1 salons +shop shoes 0 magasin de chaussures +shop shoes 1 magasins de chaussures +shop shopping_centre 0 centre commercial +shop shopping_centre 1 centres commerciaux +shop sports 0 magasin de sport +shop sports 1 magasins de sport +shop stationery 0 papeterie +shop stationery 1 papeteries +shop supermarket 0 supermarché +shop supermarket 1 supermarchés +shop toys 0 magasin de jouets +shop toys 1 magasins de jouets +shop travel_agency 0 agence de voyage +shop travel_agency 1 agences de voyage +shop video 0 magasin de vidéos +shop video 1 magasins de vidéos +shop wine 0 caviste +shop wine 1 cavistes +tourism alpine_hut 0 refuge +tourism alpine_hut 1 refuges +tourism artwork 0 œuvre d’art +tourism artwork 1 œuvres d’art +tourism attraction 0 attraction +tourism attraction 1 attractions +tourism bed_and_breakfast 0 gîte +tourism bed_and_breakfast 1 gîtes +tourism cabin 0 hutte +tourism cabin 1 huttes +tourism camp_site 0 camping +tourism camp_site 1 campings +tourism caravan_site 0 site de caravane +tourism caravan_site 1 sites de caravane +tourism chalet 0 chalet +tourism chalet 1 chalets +tourism guest_house 0 maison d'hôte +tourism guest_house 1 maisons d'hôte +tourism hostel 0 auberge +tourism hostel 1 auberges +tourism hotel 0 hôtel +tourism hotel 1 hôtels +tourism information 0 informations +tourism information 1 informations +tourism lean_to 0 stand +tourism lean_to 1 stands +tourism motel 0 motel +tourism motel 1 motels +tourism museum 0 musée +tourism museum 1 musées +tourism picnic_site 0 site de pique-nique +tourism picnic_site 1 sites de pique-nique +tourism theme_park 0 parc à thème +tourism theme_park 1 parcs à thème +tourism valley 0 vallée +tourism valley 1 vallées +tourism viewpoint 0 point de vue +tourism viewpoint 1 points de vue +tourism zoo 0 zoo +tourism zoo 1 zoos +waterway boatyard 0 chantier naval +waterway boatyard 1 chantiers navals +waterway canal 0 canal +waterway canal 1 canaux +waterway connector 0 connexion hydrographique +waterway connector 1 connexions hydrographiques +waterway dam 0 digue +waterway dam 1 digues +waterway derelict_canal 0 canal de délaissement +waterway derelict_canal 1 canaux de délaissement +waterway ditch 0 fossé +waterway ditch 1 fossés +waterway dock 0 dock +waterway dock 1 docks +waterway drain 0 drain +waterway drain 1 drains +waterway lock 0 écluse +waterway lock 1 écluses +waterway lock_gate 0 porte d'écluse +waterway lock_gate 1 portes d'écluses +waterway mineral_spring 0 source d'eau minérale +waterway mineral_spring 1 sources d'eau minérale +waterway mooring 0 mouillage +waterway mooring 1 mouillages +waterway rapids 0 rapides +waterway rapids 1 rapides +waterway river 0 rivière +waterway river 1 rivières +waterway riverbank 0 lit de rivière +waterway riverbank 1 lits de rivière +waterway stream 0 ruisseau +waterway stream 1 ruisseaux +waterway wadi 0 oued +waterway wadi 1 oueds +waterway water_point 0 point d'eau +waterway water_point 1 points d'eau +waterway waterfall 0 chute d'eau +waterway waterfall 1 chutes d'eau +waterway weir 0 barrage +waterway weir 1 barrages +shop butcher 0 charcuterie +shop butcher 1 charcuteries +amenity fuel 0 station service +amenity fuel 1 stations services +amenity townhall 0 mairie +amenity townhall 1 mairies +shop car_repair 0 garage automobile +shop car_repair 1 garages automobiles +shop dry_cleaning 0 teinturerie +shop dry_cleaning 1 teintureries +shop dry_cleaning 0 pressing +shop dry_cleaning 1 pressings +amenity driving_school 0 auto-école +amenity driving_school 1 auto-écoles +shop greengrocer 0 primeur +shop greengrocer 1 primeurs +amenity doctors 0 médecin +amenity doctors 1 médecins +amenity place_of_worship 0 église +amenity place_of_worship 1 églises +tourism information 0 office de tourisme +tourism information 1 offices de tourisme diff --git a/resources/categories/gl.tsv b/resources/categories/gl.tsv new file mode 100644 index 0000000..cbb1335 --- /dev/null +++ b/resources/categories/gl.tsv @@ -0,0 +1,499 @@ +key value is_plural phrase +aeroway aerodrome 0 aeroporto +aeroway aerodrome 1 aeroportos +amenity arts_centre 0 centro artístico +amenity arts_centre 1 centro artísticos +amenity atm 0 caixeiro automático +amenity atm 1 caixeiro automáticos +amenity auditorium 0 auditorio +amenity auditorium 1 auditorios +amenity bank 0 banco +amenity bank 1 bancos +amenity bar 0 bar +amenity bar 1 bars +amenity bench 0 banco +amenity bench 1 bancos +amenity bicycle_parking 0 aparcadoiro de bicicletas +amenity bicycle_parking 1 aparcadoiro de bicicletass +amenity bicycle_rental 0 aluguer de bicicletas +amenity bicycle_rental 1 aluguer de bicicletass +amenity brothel 0 prostíbulo +amenity brothel 1 prostíbulos +amenity bus_station 0 estación de autobuses +amenity bus_station 1 estación de autobusess +amenity cafe 0 cafetaría +amenity cafe 1 cafetarías +amenity car_rental 0 aluguer de automóbiles +amenity car_rental 1 aluguer de automóbiless +amenity car_sharing 0 aluguer de automóbiles +amenity car_sharing 1 aluguer de automóbiless +amenity casino 0 casino +amenity casino 1 casinos +amenity cinema 0 cine +amenity cinema 1 cines +amenity clinic 0 clínica +amenity clinic 1 clínicas +amenity club 0 club +amenity club 1 clubs +amenity college 0 instituto +amenity college 1 institutos +amenity community_centre 0 centro comunitario +amenity community_centre 1 centro comunitarios +amenity courthouse 0 xulgado +amenity courthouse 1 xulgados +amenity crematorium 0 crematorio +amenity crematorium 1 crematorios +amenity dentist 0 dentista +amenity dentist 1 dentistas +amenity dormitory 0 residencia universitaria +amenity dormitory 1 residencia universitarias +amenity drinking_water 0 auga potable +amenity drinking_water 1 auga potables +amenity driving_school 0 escola de condución +amenity driving_school 1 escola de conducións +amenity emergency_phone 0 teléfono de emerxencia +amenity emergency_phone 1 teléfono de emerxencias +amenity fast_food 0 comida rápida +amenity fast_food 1 comida rápidas +amenity fire_station 0 parque de bombeiros +amenity fire_station 1 parque de bombeiross +amenity fountain 0 fonte +amenity fountain 1 fontes +amenity fuel 0 combustible +amenity fuel 1 combustibles +amenity grave_yard 0 cemiterio +amenity grave_yard 1 cemiterios +amenity gym 0 ximnasio +amenity gym 1 ximnasios +amenity health_centre 0 centro de saúde +amenity health_centre 1 centro de saúdes +amenity hospital 0 hospital +amenity hospital 1 hospitals +amenity hotel 0 hotel +amenity hotel 1 hotels +amenity ice_cream 0 xeadaría +amenity ice_cream 1 xeadarías +amenity kindergarten 0 xardín de infancia +amenity kindergarten 1 xardín de infancias +amenity library 0 biblioteca +amenity library 1 bibliotecas +amenity market 0 mercado +amenity market 1 mercados +amenity marketplace 0 praza de mercado +amenity marketplace 1 praza de mercados +amenity nightclub 0 club nocturno +amenity nightclub 1 club nocturnos +amenity office 0 oficina +amenity office 1 oficinas +amenity park 0 parque +amenity park 1 parques +amenity parking 0 aparcadoiro +amenity parking 1 aparcadoiros +amenity pharmacy 0 farmacia +amenity pharmacy 1 farmacias +amenity place_of_worship 0 lugar de culto +amenity place_of_worship 1 lugar de cultos +amenity police 0 policía +amenity police 1 policías +amenity post_box 0 caixa de correos +amenity post_box 1 caixa de correoss +amenity post_office 0 oficina de correos +amenity post_office 1 oficina de correoss +amenity preschool 0 preescolar +amenity preschool 1 preescolars +amenity prison 0 prisión +amenity prison 1 prisións +amenity pub 0 pub +amenity pub 1 pubs +amenity public_building 0 edificio público +amenity public_building 1 edificio públicos +amenity public_market 0 mercado público +amenity public_market 1 mercado públicos +amenity recycling 0 punto de reciclaxe +amenity recycling 1 punto de reciclaxes +amenity restaurant 0 restaurante +amenity restaurant 1 restaurantes +amenity retirement_home 0 residencia de xubilados +amenity retirement_home 1 residencia de xubiladoss +amenity sauna 0 sauna +amenity sauna 1 saunas +amenity school 0 escola +amenity school 1 escolas +amenity shelter 0 abeiro +amenity shelter 1 abeiros +amenity shop 0 tenda +amenity shop 1 tendas +amenity shopping 0 comercio +amenity shopping 1 comercios +amenity social_club 0 club social +amenity social_club 1 club socials +amenity studio 0 estudio +amenity studio 1 estudios +amenity supermarket 0 supermercado +amenity supermarket 1 supermercados +amenity telephone 0 teléfono público +amenity telephone 1 teléfono públicos +amenity theatre 0 teatro +amenity theatre 1 teatros +amenity toilets 0 aseos +amenity toilets 1 aseoss +amenity townhall 0 concello +amenity townhall 1 concellos +amenity university 0 universidade +amenity university 1 universidades +amenity vending_machine 0 máquina expendedora +amenity vending_machine 1 máquina expendedoras +amenity veterinary 0 clínica veterinaria +amenity veterinary 1 clínica veterinarias +amenity wifi 0 acceso wifi +amenity wifi 1 acceso wifis +amenity youth_centre 0 casa da xuventude +amenity youth_centre 1 casa da xuventudes +highway bridleway 0 pista de cabalos +highway bridleway 1 pista de cabaloss +highway bus_stop 0 parada de autobús +highway bus_stop 1 parada de autobúss +highway byway 0 camiño secundario +highway byway 1 camiño secundarios +highway construction 0 autoestrada en construción +highway construction 1 autoestrada en construcións +highway cycleway 0 pista de bicicletas +highway cycleway 1 pista de bicicletass +highway distance_marker 0 indicador quilométrico +highway distance_marker 1 indicador quilométricos +highway emergency_access_point 0 punto de acceso de emerxencia +highway emergency_access_point 1 punto de acceso de emerxencias +highway footway 0 carreiro +highway footway 1 carreiros +highway ford 0 vao +highway ford 1 vaos +highway gate 0 porta +highway gate 1 portas +highway living_street 0 rúa residencial +highway living_street 1 rúa residencials +highway minor 0 estrada lateral +highway minor 1 estrada laterals +highway motorway 0 autoestrada +highway motorway 1 autoestradas +highway motorway_junction 0 cruce de autovías +highway motorway_junction 1 cruce de autovíass +highway motorway_link 0 enlace de autoestrada +highway motorway_link 1 enlace de autoestradas +highway path 0 camiño +highway path 1 camiños +highway pedestrian 0 camiño peonil +highway pedestrian 1 camiño peonils +highway platform 0 plataforma +highway platform 1 plataformas +highway primary 0 estrada primaria +highway primary 1 estrada primarias +highway primary_link 0 estrada principal +highway primary_link 1 estrada principals +highway raceway 0 circuíto +highway raceway 1 circuítos +highway residential 0 residencial +highway residential 1 residencials +highway road 0 estrada +highway road 1 estradas +highway secondary 0 estrada secundaria +highway secondary 1 estrada secundarias +highway secondary_link 0 estrada secundaria +highway secondary_link 1 estrada secundarias +highway service 0 estrada de servizo +highway service 1 estrada de servizos +highway services 0 área de servizo +highway services 1 área de servizos +highway steps 0 chanzos +highway steps 1 chanzoss +highway stile 0 escada +highway stile 1 escadas +highway tertiary 0 estrada terciaria +highway tertiary 1 estrada terciarias +highway track 0 pista +highway track 1 pistas +highway trail 0 pista +highway trail 1 pistas +highway trunk 0 estrada nacional +highway trunk 1 estrada nacionals +highway trunk_link 0 estrada nacional +highway trunk_link 1 estrada nacionals +highway unclassified 0 estrada sen clasificar +highway unclassified 1 estrada sen clasificars +highway unsurfaced 0 estrada non pavimentada +highway unsurfaced 1 estrada non pavimentadas +leisure beach_resort 0 balneario +leisure beach_resort 1 balnearios +leisure common 0 terreo común +leisure common 1 terreo comúns +leisure fishing 0 área de pesca +leisure fishing 1 área de pescas +leisure garden 0 xardín +leisure garden 1 xardíns +leisure golf_course 0 campo de golf +leisure golf_course 1 campo de golfs +leisure ice_rink 0 pista de patinaxe sobre xeo +leisure ice_rink 1 pista de patinaxe sobre xeos +leisure marina 0 porto deportivo +leisure marina 1 porto deportivos +leisure miniature_golf 0 minigolf +leisure miniature_golf 1 minigolfs +leisure nature_reserve 0 reserva natural +leisure nature_reserve 1 reserva naturals +leisure park 0 parque +leisure park 1 parques +leisure pitch 0 cancha deportiva +leisure pitch 1 cancha deportivas +leisure playground 0 patio de recreo +leisure playground 1 patio de recreos +leisure recreation_ground 0 área recreativa +leisure recreation_ground 1 área recreativas +leisure slipway 0 varadoiro +leisure slipway 1 varadoiros +leisure sports_centre 0 centro deportivo +leisure sports_centre 1 centro deportivos +leisure stadium 0 estadio +leisure stadium 1 estadios +leisure swimming_pool 0 piscina +leisure swimming_pool 1 piscinas +leisure track 0 pista de carreiras +leisure track 1 pista de carreirass +leisure water_park 0 parque acuático +leisure water_park 1 parque acuáticos +natural bay 0 baía +natural bay 1 baías +natural beach 0 praia +natural beach 1 praias +natural cape 0 cabo +natural cape 1 cabos +natural cave_entrance 0 entrada de cova +natural cave_entrance 1 entrada de covas +natural channel 0 canal +natural channel 1 canals +natural cliff 0 cantil +natural cliff 1 cantils +natural coastline 0 litoral +natural coastline 1 litorals +natural crater 0 cráter +natural crater 1 cráters +natural feature 0 elemento +natural feature 1 elementos +natural fell 0 brañal +natural fell 1 brañals +natural fjord 0 fiorde +natural fjord 1 fiordes +natural geyser 0 géiser +natural geyser 1 géisers +natural glacier 0 glaciar +natural glacier 1 glaciars +natural hill 0 outeiro +natural hill 1 outeiros +natural island 0 illa +natural island 1 illas +natural land 0 terra +natural land 1 terras +natural marsh 0 marisma +natural marsh 1 marismas +natural moor 0 páramo +natural moor 1 páramos +natural mud 0 lama +natural mud 1 lamas +natural peak 0 pico +natural peak 1 picos +natural point 0 punto +natural point 1 puntos +natural reef 0 arrecife +natural reef 1 arrecifes +natural ridge 0 crista +natural ridge 1 cristas +natural river 0 río +natural river 1 ríos +natural rock 0 rocha +natural rock 1 rochas +natural scree 0 pedregal +natural scree 1 pedregals +natural scrub 0 matogueira +natural scrub 1 matogueiras +natural shoal 0 cardume +natural shoal 1 cardumes +natural spring 0 primavera +natural spring 1 primaveras +natural strait 0 estreito +natural strait 1 estreitos +natural tree 0 árbore +natural tree 1 árbores +natural valley 0 val +natural valley 1 vals +natural volcano 0 volcán +natural volcano 1 volcáns +natural water 0 auga +natural water 1 augas +natural wetland 0 pantano +natural wetland 1 pantanos +natural wetlands 0 pantano +natural wetlands 1 pantanos +natural wood 0 bosque +natural wood 1 bosques +place city 0 cidade +place city 1 cidades +place country 0 país +place country 1 paíss +place county 0 condado +place county 1 condados +place farm 0 granxa +place farm 1 granxas +place hamlet 0 aldea +place hamlet 1 aldeas +place house 0 casa +place house 1 casas +place houses 0 casas +place houses 1 casass +place island 0 illa +place island 1 illas +place islet 0 illote +place islet 1 illotes +place locality 0 localidade +place locality 1 localidades +place moor 0 páramo +place moor 1 páramos +place municipality 0 municipio +place municipality 1 municipios +place postcode 0 código postal +place postcode 1 código postals +place region 0 rexión +place region 1 rexións +place sea 0 mar +place sea 1 mars +place state 0 estado/provincia +place state 1 estado/provincias +place subdivision 0 subdivisión +place subdivision 1 subdivisións +place suburb 0 barrio +place suburb 1 barrios +place town 0 cidade +place town 1 cidades +place unincorporated_area 0 área non incorporada +place unincorporated_area 1 área non incorporadas +place village 0 vila +place village 1 vilas +shop apparel 0 tenda de roupa +shop apparel 1 tenda de roupas +shop art 0 tenda de arte +shop art 1 tenda de artes +shop bakery 0 panadaría +shop bakery 1 panadarías +shop bicycle 0 tenda de bicicletas +shop bicycle 1 tenda de bicicletass +shop books 0 libraría +shop books 1 librarías +shop butcher 0 carnizaría +shop butcher 1 carnizarías +shop car_repair 0 taller mecánico +shop car_repair 1 taller mecánicos +shop carpet 0 tenda de alfombras +shop carpet 1 tenda de alfombrass +shop charity 0 tenda benéfica +shop charity 1 tenda benéficas +shop chemist 0 farmacia +shop chemist 1 farmacias +shop clothes 0 tenda de roupa +shop clothes 1 tenda de roupas +shop computer 0 tenda informática +shop computer 1 tenda informáticas +shop department_store 0 gran almacén +shop department_store 1 gran almacéns +shop doityourself 0 tenda de bricolaxe +shop doityourself 1 tenda de bricolaxes +shop estate_agent 0 axencia inmobiliaria +shop estate_agent 1 axencia inmobiliarias +shop fashion 0 tenda de moda +shop fashion 1 tenda de modas +shop fish 0 peixaría +shop fish 1 peixarías +shop florist 0 floraría +shop florist 1 florarías +shop food 0 tenda de alimentación +shop food 1 tenda de alimentacións +shop gallery 0 galería +shop gallery 1 galerías +shop general 0 tenda de ultramarinos +shop general 1 tenda de ultramarinoss +shop hairdresser 0 perrucaría +shop hairdresser 1 perrucarías +shop hardware 0 ferraxaría +shop hardware 1 ferraxarías +shop hifi 0 hi-fi +shop hifi 1 hi-fis +shop jewelry 0 xoiaría +shop jewelry 1 xoiarías +shop mall 0 centro comercial +shop mall 1 centro comercials +shop market 0 mercado +shop market 1 mercados +shop mobile_phone 0 tenda de telefonía móbil +shop mobile_phone 1 tenda de telefonía móbils +shop motorcycle 0 tenda de motocicletas +shop motorcycle 1 tenda de motocicletass +shop music 0 tenda de música +shop music 1 tenda de músicas +shop optician 0 oftalmólogo +shop optician 1 oftalmólogos +shop organic 0 tenda de alimentos orgánicos +shop organic 1 tenda de alimentos orgánicoss +shop outdoor 0 tenda de deportes ao aire libre +shop outdoor 1 tenda de deportes ao aire libres +shop photo 0 tenda de fotografía +shop photo 1 tenda de fotografías +shop shoes 0 zapataría +shop shoes 1 zapatarías +shop shopping_centre 0 centro comercial +shop shopping_centre 1 centro comercials +shop sports 0 tenda de deportes +shop sports 1 tenda de deportess +shop stationery 0 papelaría +shop stationery 1 papelarías +shop supermarket 0 supermercado +shop supermarket 1 supermercados +shop toys 0 xoguetaría +shop toys 1 xoguetarías +shop travel_agency 0 axencia de viaxes +shop travel_agency 1 axencia de viaxess +tourism alpine_hut 0 cabana alpina +tourism alpine_hut 1 cabana alpinas +tourism artwork 0 obra de arte +tourism artwork 1 obra de artes +tourism attraction 0 atracción +tourism attraction 1 atraccións +tourism bed_and_breakfast 0 cama e almorzo +tourism bed_and_breakfast 1 cama e almorzos +tourism cabin 0 cabana +tourism cabin 1 cabanas +tourism camp_site 0 campamento +tourism camp_site 1 campamentos +tourism caravan_site 0 sitio de caravanas +tourism caravan_site 1 sitio de caravanass +tourism chalet 0 chalé +tourism chalet 1 chalés +tourism guest_house 0 albergue +tourism guest_house 1 albergues +tourism hostel 0 hostal +tourism hostel 1 hostals +tourism hotel 0 hotel +tourism hotel 1 hotels +tourism information 0 información +tourism information 1 informacións +tourism lean_to 0 caseta +tourism lean_to 1 casetas +tourism motel 0 motel +tourism motel 1 motels +tourism museum 0 museo +tourism museum 1 museos +tourism picnic_site 0 sitio de pícnic +tourism picnic_site 1 sitio de pícnics +tourism theme_park 0 parque temático +tourism theme_park 1 parque temáticos +tourism valley 0 val +tourism valley 1 vals +tourism viewpoint 0 miradoiro +tourism viewpoint 1 miradoiros +tourism zoo 0 zoolóxico +tourism zoo 1 zoolóxicos diff --git a/resources/categories/hr.tsv b/resources/categories/hr.tsv new file mode 100644 index 0000000..1e294df --- /dev/null +++ b/resources/categories/hr.tsv @@ -0,0 +1,841 @@ +key value is_plural phrase +aeroway aerodrome 0 zračna luka +aeroway aerodrome 1 zračna lukas +amenity arts_centre 0 umjetnički centar +amenity arts_centre 1 umjetnički centars +amenity atm 0 bankomat +amenity atm 1 bankomats +amenity auditorium 0 auditorij +amenity auditorium 1 auditorijs +amenity bank 0 banka +amenity bank 1 bankas +amenity bar 0 bar +amenity bar 1 bars +amenity bench 0 klupa +amenity bench 1 klupas +amenity bicycle_parking 0 biciklistički parking +amenity bicycle_parking 1 biciklistički parkings +amenity bicycle_rental 0 rent a bicikl +amenity bicycle_rental 1 rent a bicikls +amenity brothel 0 bordel +amenity brothel 1 bordels +amenity bureau_de_change 0 mjenjačnica +amenity bureau_de_change 1 mjenjačnicas +amenity bus_station 0 autobusni kolodvor +amenity bus_station 1 autobusni kolodvors +amenity cafe 0 caffe bar +amenity cafe 1 caffe bars +amenity car_rental 0 rent-a-car +amenity car_rental 1 rent-a-cars +amenity car_sharing 0 carsharing +amenity car_sharing 1 carsharings +amenity car_wash 0 autopraonica +amenity car_wash 1 autopraonicas +amenity casino 0 casino +amenity casino 1 casinos +amenity cinema 0 kino +amenity cinema 1 kinos +amenity clinic 0 klinika +amenity clinic 1 klinikas +amenity club 0 klub +amenity club 1 klubs +amenity college 0 fakultet +amenity college 1 fakultets +amenity community_centre 0 društveni centar +amenity community_centre 1 društveni centars +amenity courthouse 0 sud +amenity courthouse 1 suds +amenity crematorium 0 krematorij +amenity crematorium 1 krematorijs +amenity dentist 0 zubar +amenity dentist 1 zubars +amenity doctors 0 doktor +amenity doctors 1 doktors +amenity dormitory 0 studentski dom +amenity dormitory 1 studentski doms +amenity drinking_water 0 pitka voda +amenity drinking_water 1 pitka vodas +amenity driving_school 0 autoškola +amenity driving_school 1 autoškolas +amenity embassy 0 veleposlanstvo +amenity embassy 1 veleposlanstvos +amenity emergency_phone 0 telefon (s.o.s) +amenity emergency_phone 1 telefon (s.o.s)s +amenity fast_food 0 fast food +amenity fast_food 1 fast foods +amenity ferry_terminal 0 trajektni terminal +amenity ferry_terminal 1 trajektni terminals +amenity fire_hydrant 0 hidrant +amenity fire_hydrant 1 hidrants +amenity fire_station 0 vatrogasna postaja +amenity fire_station 1 vatrogasna postajas +amenity fountain 0 fontana +amenity fountain 1 fontanas +amenity fuel 0 benzinska +amenity fuel 1 benzinskas +amenity grave_yard 0 groblje +amenity grave_yard 1 grobljes +amenity gym 0 fitness centar +amenity gym 1 fitness centars +amenity hall 0 hala +amenity hall 1 halas +amenity health_centre 0 zdravstveni centar +amenity health_centre 1 zdravstveni centars +amenity hospital 0 bolnica +amenity hospital 1 bolnicas +amenity hotel 0 hotel +amenity hotel 1 hotels +amenity hunting_stand 0 čeka +amenity hunting_stand 1 čekas +amenity ice_cream 0 slastičarna +amenity ice_cream 1 slastičarnas +amenity kindergarten 0 dječji vrtić +amenity kindergarten 1 dječji vrtićs +amenity library 0 knjižnica +amenity library 1 knjižnicas +amenity market 0 tržnica +amenity market 1 tržnicas +amenity marketplace 0 tržnica +amenity marketplace 1 tržnicas +amenity mountain_rescue 0 gss - gorska služba spašavanja +amenity mountain_rescue 1 gss - gorska služba spašavanjas +amenity nightclub 0 'noćni klub' +amenity nightclub 1 'noćni klub's +amenity nursery 0 čuvanje djece +amenity nursery 1 čuvanje djeces +amenity nursing_home 0 starački dom +amenity nursing_home 1 starački doms +amenity office 0 kancelarija +amenity office 1 kancelarijas +amenity park 0 park +amenity park 1 parks +amenity parking 0 parking +amenity parking 1 parkings +amenity pharmacy 0 ljekarna +amenity pharmacy 1 ljekarnas +amenity place_of_worship 0 crkva +amenity place_of_worship 1 crkvas +amenity police 0 policija +amenity police 1 policijas +amenity post_box 0 poštanski sandučić +amenity post_box 1 poštanski sandučićs +amenity post_office 0 pošta +amenity post_office 1 poštas +amenity preschool 0 predškolska ustanova +amenity preschool 1 predškolska ustanovas +amenity prison 0 zatvor +amenity prison 1 zatvors +amenity pub 0 pub +amenity pub 1 pubs +amenity public_building 0 ustanova +amenity public_building 1 ustanovas +amenity public_market 0 javna tržnica +amenity public_market 1 javna tržnicas +amenity reception_area 0 recepcija +amenity reception_area 1 recepcijas +amenity recycling 0 reciklažna točka +amenity recycling 1 reciklažna točkas +amenity restaurant 0 restoran +amenity restaurant 1 restorans +amenity retirement_home 0 dom za starije osobe +amenity retirement_home 1 dom za starije osobes +amenity sauna 0 sauna +amenity sauna 1 saunas +amenity school 0 škola +amenity school 1 školas +amenity shelter 0 sklonište +amenity shelter 1 skloništes +amenity shop 0 trgovina +amenity shop 1 trgovinas +amenity shopping 0 trgovački centar +amenity shopping 1 trgovački centars +amenity social_club 0 društveni klub +amenity social_club 1 društveni klubs +amenity studio 0 studio +amenity studio 1 studios +amenity supermarket 0 supermarket +amenity supermarket 1 supermarkets +amenity taxi 0 taxi +amenity taxi 1 taxis +amenity telephone 0 telefonska govornica +amenity telephone 1 telefonska govornicas +amenity theatre 0 kazalište +amenity theatre 1 kazalištes +amenity toilets 0 wc +amenity toilets 1 wcs +amenity townhall 0 gradsko poglavarstvo +amenity townhall 1 gradsko poglavarstvos +amenity university 0 sveučilište +amenity university 1 sveučilištes +amenity vending_machine 0 automat +amenity vending_machine 1 automats +amenity veterinary 0 veterinar +amenity veterinary 1 veterinars +amenity village_hall 0 seoski dom +amenity village_hall 1 seoski doms +amenity waste_basket 0 kanta za otpatke +amenity waste_basket 1 kanta za otpatkes +amenity wifi 0 wifi pristupna točka +amenity wifi 1 wifi pristupna točkas +amenity youth_centre 0 centar za mladež +amenity youth_centre 1 centar za mladežs +boundary administrative 0 administrativna granica +boundary administrative 1 administrativna granicas +building apartments 0 stambeni blok +building apartments 1 stambeni bloks +building block 0 blok zgrada +building block 1 blok zgradas +building bunker 0 bunker +building bunker 1 bunkers +building chapel 0 kapelica +building chapel 1 kapelicas +building church 0 crkva +building church 1 crkvas +building city_hall 0 gradska vjećnica +building city_hall 1 gradska vjećnicas +building commercial 0 poslovna zgrada +building commercial 1 poslovna zgradas +building dormitory 0 studentski dom +building dormitory 1 studentski doms +building entrance 0 ulaz +building entrance 1 ulazs +building faculty 0 zgrada fakulteta +building faculty 1 zgrada fakultetas +building farm 0 farma (zgrada) +building farm 1 farma (zgrada)s +building flats 0 stanovi +building flats 1 stanovis +building garage 0 garaža +building garage 1 garažas +building hall 0 dvorana +building hall 1 dvoranas +building hospital 0 bolnica +building hospital 1 bolnicas +building hotel 0 hotel +building hotel 1 hotels +building house 0 kuća +building house 1 kućas +building industrial 0 industrijska zgrada +building industrial 1 industrijska zgradas +building office 0 uredska zgrada +building office 1 uredska zgradas +building public 0 javna zgrada +building public 1 javna zgradas +building residential 0 stambena zgrada +building residential 1 stambena zgradas +building retail 0 maloprodajna zgrada +building retail 1 maloprodajna zgradas +building school 0 školska zgrada +building school 1 školska zgradas +building shop 0 trgovina +building shop 1 trgovinas +building stadium 0 stadion +building stadium 1 stadions +building store 0 trgovina +building store 1 trgovinas +building terrace 0 terasa +building terrace 1 terasas +building tower 0 toranj +building tower 1 toranjs +building train_station 0 željeznički kolodvor +building train_station 1 željeznički kolodvors +building university 0 zgrada sveučilišta +building university 1 zgrada sveučilištas +building "yes" 0 zgrada +building "yes" 1 zgradas +highway bridleway 0 konjička staza +highway bridleway 1 konjička stazas +highway bus_guideway 0 autobusna traka +highway bus_guideway 1 autobusna trakas +highway bus_stop 0 autobusno stajalište +highway bus_stop 1 autobusno stajalištes +highway byway 0 prečica +highway byway 1 prečicas +highway construction 0 autocesta u izgradnji +highway construction 1 autocesta u izgradnjis +highway cycleway 0 biciklistička staza +highway cycleway 1 biciklistička stazas +highway distance_marker 0 oznaka km +highway distance_marker 1 oznaka kms +highway emergency_access_point 0 s.o.s. točka +highway emergency_access_point 1 s.o.s. točkas +highway footway 0 pješačka staza +highway footway 1 pješačka stazas +highway ford 0 ford +highway ford 1 fords +highway gate 0 kapija +highway gate 1 kapijas +highway living_street 0 ulica smirenog prometa +highway living_street 1 ulica smirenog prometas +highway minor 0 drugorazredna cesta +highway minor 1 drugorazredna cestas +highway motorway 0 autocesta +highway motorway 1 autocestas +highway motorway_junction 0 čvor (autoputa) +highway motorway_junction 1 čvor (autoputa)s +highway motorway_link 0 autocesta (pristupna cesta) +highway motorway_link 1 autocesta (pristupna cesta)s +highway path 0 staza +highway path 1 stazas +highway pedestrian 0 pješački put +highway pedestrian 1 pješački puts +highway platform 0 platforma +highway platform 1 platformas +highway primary 0 državna cesta +highway primary 1 državna cestas +highway primary_link 0 državna cesta +highway primary_link 1 državna cestas +highway raceway 0 trkalište +highway raceway 1 trkalištes +highway residential 0 ulica +highway residential 1 ulicas +highway road 0 cesta +highway road 1 cestas +highway secondary 0 županijska cesta +highway secondary 1 županijska cestas +highway secondary_link 0 županijska cesta +highway secondary_link 1 županijska cestas +highway service 0 servisna cesta +highway service 1 servisna cestas +highway services 0 autocesta - usluge +highway services 1 autocesta - usluges +highway steps 0 stepenice +highway steps 1 stepenices +highway stile 0 prijelaz preko ograde +highway stile 1 prijelaz preko ogrades +highway tertiary 0 lokalna cesta +highway tertiary 1 lokalna cestas +highway track 0 makadam +highway track 1 makadams +highway trail 0 staza +highway trail 1 stazas +highway trunk 0 cesta rezervirana za motorna vozila +highway trunk 1 cesta rezervirana za motorna vozilas +highway trunk_link 0 cesta rezrevirana za mot. voz. - prilazna cesta +highway trunk_link 1 cesta rezrevirana za mot. voz. - prilazna cestas +highway unclassified 0 nerazvrstana cesta +highway unclassified 1 nerazvrstana cestas +highway unsurfaced 0 neasfaltirana cesta +highway unsurfaced 1 neasfaltirana cestas +historic archaeological_site 0 arheološko nalazište +historic archaeological_site 1 arheološko nalazištes +historic battlefield 0 bojno polje +historic battlefield 1 bojno poljes +historic boundary_stone 0 granični kamen +historic boundary_stone 1 granični kamens +historic building 0 zgrada +historic building 1 zgradas +historic castle 0 dvorac +historic castle 1 dvoracs +historic church 0 crkva +historic church 1 crkvas +historic house 0 kuća +historic house 1 kućas +historic icon 0 ikona +historic icon 1 ikonas +historic manor 0 zamak +historic manor 1 zamaks +historic memorial 0 spomen dom +historic memorial 1 spomen doms +historic mine 0 rudnik +historic mine 1 rudniks +historic monument 0 spomenik +historic monument 1 spomeniks +historic museum 0 muzej +historic museum 1 muzejs +historic ruins 0 ruševine +historic ruins 1 ruševines +historic tower 0 toranj +historic tower 1 toranjs +historic wayside_cross 0 krajputaš +historic wayside_cross 1 krajputašs +historic wayside_shrine 0 usputno svetište +historic wayside_shrine 1 usputno svetištes +historic wreck 0 olupina +historic wreck 1 olupinas +landuse allotments 0 vrtovi +landuse allotments 1 vrtovis +landuse basin 0 bazen +landuse basin 1 bazens +landuse brownfield 0 zemljište za prenamjenu +landuse brownfield 1 zemljište za prenamjenus +landuse cemetery 0 groblje +landuse cemetery 1 grobljes +landuse commercial 0 poslovno područje +landuse commercial 1 poslovno područjes +landuse conservation 0 zaštićeno područje +landuse conservation 1 zaštićeno područjes +landuse construction 0 gradilište +landuse construction 1 gradilištes +landuse farm 0 farma +landuse farm 1 farmas +landuse farmland 0 polje +landuse farmland 1 poljes +landuse farmyard 0 farma +landuse farmyard 1 farmas +landuse forest 0 šuma +landuse forest 1 šumas +landuse grass 0 trava +landuse grass 1 travas +landuse greenfield 0 greenfield zemljište +landuse greenfield 1 greenfield zemljištes +landuse industrial 0 industrijsko područje +landuse industrial 1 industrijsko područjes +landuse landfill 0 deponija +landuse landfill 1 deponijas +landuse meadow 0 livada +landuse meadow 1 livadas +landuse military 0 vojno područje +landuse military 1 vojno područjes +landuse mine 0 rudnik +landuse mine 1 rudniks +landuse mountain 0 planina +landuse mountain 1 planinas +landuse nature_reserve 0 rezervat prirode +landuse nature_reserve 1 rezervat prirodes +landuse park 0 park +landuse park 1 parks +landuse piste 0 pista +landuse piste 1 pistas +landuse plaza 0 plaza +landuse plaza 1 plazas +landuse quarry 0 kamenolom +landuse quarry 1 kamenoloms +landuse railway 0 željeznica +landuse railway 1 željeznicas +landuse recreation_ground 0 rekreacijsko područje +landuse recreation_ground 1 rekreacijsko područjes +landuse reservoir 0 rezervoar +landuse reservoir 1 rezervoars +landuse residential 0 stambeno područje +landuse residential 1 stambeno područjes +landuse retail 0 trgovina +landuse retail 1 trgovinas +landuse village_green 0 seoski travnjak +landuse village_green 1 seoski travnjaks +landuse vineyard 0 vinograd +landuse vineyard 1 vinograds +landuse wetland 0 močvara +landuse wetland 1 močvaras +landuse wood 0 šuma +landuse wood 1 šumas +leisure beach_resort 0 plaža +leisure beach_resort 1 plažas +leisure common 0 općinsko zemljište +leisure common 1 općinsko zemljištes +leisure fishing 0 ribičko područje +leisure fishing 1 ribičko područjes +leisure garden 0 vrt +leisure garden 1 vrts +leisure golf_course 0 golf igralište +leisure golf_course 1 golf igralištes +leisure ice_rink 0 klizalište +leisure ice_rink 1 klizalištes +leisure marina 0 marina +leisure marina 1 marinas +leisure miniature_golf 0 minigolf +leisure miniature_golf 1 minigolfs +leisure nature_reserve 0 rezervat prirode +leisure nature_reserve 1 rezervat prirodes +leisure park 0 park +leisure park 1 parks +leisure pitch 0 sportski teren +leisure pitch 1 sportski terens +leisure playground 0 igralište +leisure playground 1 igralištes +leisure recreation_ground 0 rekreacijski teren +leisure recreation_ground 1 rekreacijski terens +leisure slipway 0 navoz +leisure slipway 1 navozs +leisure sports_centre 0 sportski centar +leisure sports_centre 1 sportski centars +leisure stadium 0 stadion +leisure stadium 1 stadions +leisure swimming_pool 0 bazen +leisure swimming_pool 1 bazens +leisure track 0 staza za trčanje +leisure track 1 staza za trčanjes +leisure water_park 0 vodeni park +leisure water_park 1 vodeni parks +natural bay 0 zaljev +natural bay 1 zaljevs +natural beach 0 plaža +natural beach 1 plažas +natural cape 0 rt +natural cape 1 rts +natural cave_entrance 0 pećina (ulaz) +natural cave_entrance 1 pećina (ulaz)s +natural channel 0 kanal +natural channel 1 kanals +natural cliff 0 litica +natural cliff 1 liticas +natural coastline 0 obala +natural coastline 1 obalas +natural crater 0 krater +natural crater 1 kraters +natural feature 0 obilježje +natural feature 1 obilježjes +natural fell 0 brdo +natural fell 1 brdos +natural fjord 0 fjord +natural fjord 1 fjords +natural geyser 0 gejzir +natural geyser 1 gejzirs +natural glacier 0 glečer +natural glacier 1 glečers +natural heath 0 ravnica +natural heath 1 ravnicas +natural hill 0 brdo +natural hill 1 brdos +natural island 0 otok +natural island 1 otoks +natural land 0 zemlja +natural land 1 zemljas +natural marsh 0 močvara +natural marsh 1 močvaras +natural moor 0 močvara +natural moor 1 močvaras +natural mud 0 blato +natural mud 1 blatos +natural peak 0 vrh +natural peak 1 vrhs +natural point 0 točka +natural point 1 točkas +natural reef 0 greben +natural reef 1 grebens +natural ridge 0 greben +natural ridge 1 grebens +natural river 0 rijeka +natural river 1 rijekas +natural rock 0 stijena +natural rock 1 stijenas +natural scree 0 šljunak +natural scree 1 šljunaks +natural scrub 0 guštara +natural scrub 1 guštaras +natural shoal 0 sprud +natural shoal 1 spruds +natural spring 0 izvor +natural spring 1 izvors +natural strait 0 tjesnac +natural strait 1 tjesnacs +natural tree 0 drvo +natural tree 1 drvos +natural valley 0 dolina +natural valley 1 dolinas +natural volcano 0 vulkan +natural volcano 1 vulkans +natural water 0 voda +natural water 1 vodas +natural wetland 0 močvara +natural wetland 1 močvaras +natural wetlands 0 močvara +natural wetlands 1 močvaras +natural wood 0 šuma +natural wood 1 šumas +place city 0 grad +place city 1 grads +place country 0 država +place country 1 državas +place county 0 županija/grofovija +place county 1 županija/grofovijas +place farm 0 farma +place farm 1 farmas +place hamlet 0 zaseok +place hamlet 1 zaseoks +place house 0 kuća +place house 1 kućas +place houses 0 kuće +place houses 1 kućes +place island 0 otok +place island 1 otoks +place islet 0 otočić +place islet 1 otočićs +place locality 0 lokalitet +place locality 1 lokalitets +place moor 0 močvara +place moor 1 močvaras +place municipality 0 općina +place municipality 1 općinas +place postcode 0 poštanski broj +place postcode 1 poštanski brojs +place region 0 područje +place region 1 područjes +place sea 0 more +place sea 1 mores +place state 0 pokrajina / država (usa) +place state 1 pokrajina / država (usa)s +place subdivision 0 podgrupa +place subdivision 1 podgrupas +place suburb 0 predgrađe +place suburb 1 predgrađes +place town 0 grad +place town 1 grads +place unincorporated_area 0 slobodna zemlja +place unincorporated_area 1 slobodna zemljas +place village 0 selo +place village 1 selos +railway abandoned 0 napuštena pruga +railway abandoned 1 napuštena prugas +railway construction 0 pruga u izgradnji +railway construction 1 pruga u izgradnjis +railway disused 0 napuštena pruga +railway disused 1 napuštena prugas +railway disused_station 0 željeznička stanica (nije u upotrebi) +railway disused_station 1 željeznička stanica (nije u upotrebi)s +railway funicular 0 uspinjača +railway funicular 1 uspinjačas +railway halt 0 željeznička stanica +railway halt 1 željeznička stanicas +railway historic_station 0 povijesna željeznička stanica +railway historic_station 1 povijesna željeznička stanicas +railway junction 0 željeznički čvor +railway junction 1 željeznički čvors +railway level_crossing 0 pružni prijelaz +railway level_crossing 1 pružni prijelazs +railway light_rail 0 laka željeznica +railway light_rail 1 laka željeznicas +railway monorail 0 jednotračna pruga +railway monorail 1 jednotračna prugas +railway narrow_gauge 0 uskotračna pruga +railway narrow_gauge 1 uskotračna prugas +railway platform 0 željeznička platforma +railway platform 1 željeznička platformas +railway preserved 0 sačuvana pruga +railway preserved 1 sačuvana prugas +railway spur 0 pruga +railway spur 1 prugas +railway station 0 željeznički kolodvor +railway station 1 željeznički kolodvors +railway subway 0 podzemna - stanica +railway subway 1 podzemna - stanicas +railway subway_entrance 0 podzemna - ulaz +railway subway_entrance 1 podzemna - ulazs +railway switch 0 skretnica +railway switch 1 skretnicas +railway tram 0 tramvaj +railway tram 1 tramvajs +railway tram_stop 0 tramvajska stanica +railway tram_stop 1 tramvajska stanicas +railway yard 0 ranžirni kolodvor +railway yard 1 ranžirni kolodvors +shop alcohol 0 trgovina pićem +shop alcohol 1 trgovina pićems +shop apparel 0 trgovina odjećom +shop apparel 1 trgovina odjećoms +shop art 0 atelje +shop art 1 ateljes +shop bakery 0 pekara +shop bakery 1 pekaras +shop beauty 0 parfumerija +shop beauty 1 parfumerijas +shop beverages 0 trgovina pićem +shop beverages 1 trgovina pićems +shop bicycle 0 trgovina biciklima +shop bicycle 1 trgovina biciklimas +shop books 0 knjižara +shop books 1 knjižaras +shop butcher 0 mesnica +shop butcher 1 mesnicas +shop car 0 autokuća +shop car 1 autokućas +shop car_dealer 0 autokuća +shop car_dealer 1 autokućas +shop car_parts 0 autodijelovi +shop car_parts 1 autodijelovis +shop car_repair 0 autoservis +shop car_repair 1 autoserviss +shop carpet 0 trgovina tepisima +shop carpet 1 trgovina tepisimas +shop charity 0 dobrotvorna trgovina +shop charity 1 dobrotvorna trgovinas +shop chemist 0 ljekarna +shop chemist 1 ljekarnas +shop clothes 0 butik +shop clothes 1 butiks +shop computer 0 computer shop +shop computer 1 computer shops +shop confectionery 0 delikatesa +shop confectionery 1 delikatesas +shop convenience 0 minimarket +shop convenience 1 minimarkets +shop copyshop 0 kopiraona +shop copyshop 1 kopiraonas +shop cosmetics 0 parfumerija +shop cosmetics 1 parfumerijas +shop department_store 0 robna kuća +shop department_store 1 robna kućas +shop discount 0 diskont +shop discount 1 diskonts +shop doityourself 0 uradi sam +shop doityourself 1 uradi sams +shop drugstore 0 drogerija +shop drugstore 1 drogerijas +shop dry_cleaning 0 kemijska čistionica +shop dry_cleaning 1 kemijska čistionicas +shop electronics 0 trgovina elektronikom +shop electronics 1 trgovina elektronikoms +shop estate_agent 0 agencija za nekretnine +shop estate_agent 1 agencija za nekretnines +shop farm 0 poljo-apoteka +shop farm 1 poljo-apotekas +shop fashion 0 modna trgovina +shop fashion 1 modna trgovinas +shop fish 0 ribarnica +shop fish 1 ribarnicas +shop florist 0 cvjećarnica +shop florist 1 cvjećarnicas +shop food 0 trgovina prehranom +shop food 1 trgovina prehranoms +shop funeral_directors 0 pogrebno poduzeće +shop funeral_directors 1 pogrebno poduzećes +shop furniture 0 namještaj +shop furniture 1 namještajs +shop gallery 0 galerija +shop gallery 1 galerijas +shop garden_centre 0 vrtni centar +shop garden_centre 1 vrtni centars +shop general 0 trgovina mješovitom robom +shop general 1 trgovina mješovitom roboms +shop gift 0 poklon trgovina +shop gift 1 poklon trgovinas +shop greengrocer 0 voćarna +shop greengrocer 1 voćarnas +shop grocery 0 trgovina prehranom +shop grocery 1 trgovina prehranoms +shop hairdresser 0 frizer +shop hairdresser 1 frizers +shop hardware 0 željezar +shop hardware 1 željezars +shop hifi 0 hi-fi +shop hifi 1 hi-fis +shop insurance 0 osiguranje +shop insurance 1 osiguranjes +shop jewelry 0 zlatarna +shop jewelry 1 zlatarnas +shop kiosk 0 kiosk +shop kiosk 1 kiosks +shop laundry 0 praonica rublja +shop laundry 1 praonica rubljas +shop mall 0 trgovački centar +shop mall 1 trgovački centars +shop market 0 tržnica +shop market 1 tržnicas +shop mobile_phone 0 trgovina mobitelima +shop mobile_phone 1 trgovina mobitelimas +shop motorcycle 0 moto shop +shop motorcycle 1 moto shops +shop music 0 trgovina glazbom +shop music 1 trgovina glazboms +shop newsagent 0 novinar +shop newsagent 1 novinars +shop optician 0 optičar +shop optician 1 optičars +shop organic 0 trgovina zdrave hrane +shop organic 1 trgovina zdrave hranes +shop outdoor 0 trgovina za slobodno vrijeme +shop outdoor 1 trgovina za slobodno vrijemes +shop pet 0 trgovina za kućne ljubimce +shop pet 1 trgovina za kućne ljubimces +shop photo 0 fotograf +shop photo 1 fotografs +shop salon 0 salon +shop salon 1 salons +shop shoes 0 trgovina obućom +shop shoes 1 trgovina obućoms +shop shopping_centre 0 trgovački centar +shop shopping_centre 1 trgovački centars +shop sports 0 trgovina sportskom opremom +shop sports 1 trgovina sportskom opremoms +shop stationery 0 papirnica +shop stationery 1 papirnicas +shop supermarket 0 supermarket +shop supermarket 1 supermarkets +shop toys 0 trgovina igračkama +shop toys 1 trgovina igračkamas +shop travel_agency 0 putnička agencija +shop travel_agency 1 putnička agencijas +shop video 0 videoteka +shop video 1 videotekas +shop wine 0 vinoteka +shop wine 1 vinotekas +tourism alpine_hut 0 alpska kuća +tourism alpine_hut 1 alpska kućas +tourism artwork 0 umjetničko djelo +tourism artwork 1 umjetničko djelos +tourism attraction 0 atrakcija +tourism attraction 1 atrakcijas +tourism bed_and_breakfast 0 'noćenje i doručak' +tourism bed_and_breakfast 1 'noćenje i doručak's +tourism cabin 0 koliba +tourism cabin 1 kolibas +tourism camp_site 0 kamp +tourism camp_site 1 kamps +tourism caravan_site 0 kamp-kućice (mjesto) +tourism caravan_site 1 kamp-kućice (mjesto)s +tourism chalet 0 planinska kuća +tourism chalet 1 planinska kućas +tourism guest_house 0 apartman +tourism guest_house 1 apartmans +tourism hostel 0 hostel +tourism hostel 1 hostels +tourism hotel 0 hotel +tourism hotel 1 hotels +tourism information 0 informacije +tourism information 1 informacijes +tourism lean_to 0 lean to +tourism lean_to 1 lean tos +tourism motel 0 motel +tourism motel 1 motels +tourism museum 0 muzej +tourism museum 1 muzejs +tourism picnic_site 0 piknik-mjesto +tourism picnic_site 1 piknik-mjestos +tourism theme_park 0 tematski park +tourism theme_park 1 tematski parks +tourism valley 0 dolina +tourism valley 1 dolinas +tourism viewpoint 0 vidikovac +tourism viewpoint 1 vidikovacs +tourism zoo 0 zoo +tourism zoo 1 zoos +waterway boatyard 0 brodogradilište +waterway boatyard 1 brodogradilištes +waterway canal 0 kanal +waterway canal 1 kanals +waterway connector 0 spoj vodnih puteva +waterway connector 1 spoj vodnih putevas +waterway dam 0 brana +waterway dam 1 branas +waterway derelict_canal 0 zanemaren kanal +waterway derelict_canal 1 zanemaren kanals +waterway ditch 0 jarak +waterway ditch 1 jaraks +waterway dock 0 dok +waterway dock 1 doks +waterway drain 0 odvod +waterway drain 1 odvods +waterway lock 0 ustava +waterway lock 1 ustavas +waterway lock_gate 0 ustava +waterway lock_gate 1 ustavas +waterway mineral_spring 0 mineralni izvor +waterway mineral_spring 1 mineralni izvors +waterway mooring 0 sidrište +waterway mooring 1 sidrištes +waterway rapids 0 brzaci +waterway rapids 1 brzacis +waterway river 0 rijeka +waterway river 1 rijekas +waterway riverbank 0 riječna obala +waterway riverbank 1 riječna obalas +waterway stream 0 potok +waterway stream 1 potoks +waterway wadi 0 suho korito rijeke +waterway wadi 1 suho korito rijekes +waterway water_point 0 točka vodotoka +waterway water_point 1 točka vodotokas +waterway waterfall 0 vodopad +waterway waterfall 1 vodopads +waterway weir 0 brana +waterway weir 1 branas diff --git a/resources/categories/hu.tsv b/resources/categories/hu.tsv new file mode 100644 index 0000000..2edc912 --- /dev/null +++ b/resources/categories/hu.tsv @@ -0,0 +1,841 @@ +key value is_plural phrase +aeroway aerodrome 0 repülőtér +aeroway aerodrome 1 repülőterek +amenity arts_centre 0 művészeti központ +amenity arts_centre 1 művészeti központok +amenity atm 0 bankautomata +amenity atm 1 bankautomaták +amenity auditorium 0 auditórium +amenity auditorium 1 auditóriumok +amenity bank 0 bank +amenity bank 1 bankok +amenity bar 0 bár +amenity bar 1 bárok +amenity bench 0 pad +amenity bench 1 padok +amenity bicycle_parking 0 kerékpártároló +amenity bicycle_parking 1 kerékpártárolók +amenity bicycle_rental 0 kerékpárkölcsönző +amenity bicycle_rental 1 kerékpárkölcsönzők +amenity brothel 0 bordélyház +amenity brothel 1 bordélyházak +amenity bureau_de_change 0 pénzváltó +amenity bureau_de_change 1 pénzváltók +amenity bus_station 0 autóbusz-állomás +amenity bus_station 1 autóbusz-állomások +amenity cafe 0 kávézó +amenity cafe 1 kávézók +amenity car_rental 0 autókölcsönző +amenity car_rental 1 autókölcsönzők +amenity car_sharing 0 autómegosztó +amenity car_sharing 1 autómegosztók +amenity car_wash 0 autómosó +amenity car_wash 1 autómosók +amenity casino 0 kaszinó +amenity casino 1 kaszinók +amenity cinema 0 mozi +amenity cinema 1 mozik +amenity clinic 0 klinika +amenity clinic 1 klinikasák +amenity club 0 klub +amenity club 1 klubok +amenity college 0 fõiskola +amenity college 1 főiskolák +amenity community_centre 0 művelődési központ +amenity community_centre 1 művelődési központok +amenity courthouse 0 bíróság +amenity courthouse 1 bíróságok +amenity crematorium 0 krematórium +amenity crematorium 1 krematóriumok +amenity dentist 0 fogorvos +amenity dentist 1 fogorvosok +amenity doctors 0 orvosi rendelő +amenity doctors 1 orvosi rendelők +amenity dormitory 0 kollégium +amenity dormitory 1 kollégiumok +amenity drinking_water 0 ivóvíz +amenity drinking_water 1 ivóvizek +amenity driving_school 0 autósiskola +amenity driving_school 1 autósiskolák +amenity embassy 0 nagykövetség +amenity embassy 1 nagykövetségek +amenity emergency_phone 0 segélyhívó +amenity emergency_phone 1 segélyhívók +amenity fast_food 0 gyorsétterem +amenity fast_food 1 gyorséttermek +amenity ferry_terminal 0 kompkikötő +amenity ferry_terminal 1 kompkikötők +amenity fire_hydrant 0 tűzcsap +amenity fire_hydrant 1 tűzcsapok +amenity fire_station 0 tűzoltóság +amenity fire_station 1 tűzoltóságok +amenity fountain 0 szökőkút +amenity fountain 1 szökőkutak +amenity fuel 0 benzinkút +amenity fuel 1 benzinkutak +amenity grave_yard 0 kis temető +amenity grave_yard 1 kis temetők +amenity gym 0 fitness- / tornaterem +amenity gym 1 fitness- / tornatermek +amenity hall 0 csarnok +amenity hall 1 csarnokok +amenity health_centre 0 egészségügyi központ +amenity health_centre 1 egészségügyi központok +amenity hospital 0 kórház +amenity hospital 1 kórházak +amenity hotel 0 szálloda +amenity hotel 1 szállodák +amenity hunting_stand 0 magasles +amenity hunting_stand 1 magaslesek +amenity ice_cream 0 jégkrém +amenity ice_cream 1 jégkrémek +amenity kindergarten 0 óvoda +amenity kindergarten 1 óvodák +amenity library 0 könyvtár +amenity library 1 könyvtárak +amenity market 0 piac +amenity market 1 piacok +amenity marketplace 0 vásártér +amenity marketplace 1 vásárterek +amenity mountain_rescue 0 hegyimentő +amenity mountain_rescue 1 hegyimentők +amenity nightclub 0 éjszakai bár +amenity nightclub 1 éjszakai bárok +amenity nursery 0 óvoda +amenity nursery 1 óvodák +amenity nursing_home 0 idősek otthona +amenity nursing_home 1 idősek otthonai +amenity office 0 iroda +amenity office 1 irodák +amenity park 0 park +amenity park 1 parkok +amenity parking 0 parkoló +amenity parking 1 parkolók +amenity pharmacy 0 gyógyszertár +amenity pharmacy 1 gyógyszertárak +amenity place_of_worship 0 vallási hely +amenity place_of_worship 1 vallási helyek +amenity police 0 rendőrség +amenity police 1 rendőrségek +amenity post_box 0 postaláda +amenity post_box 1 postaládák +amenity post_office 0 posta +amenity post_office 1 posták +amenity preschool 0 óvoda +amenity preschool 1 óvodák +amenity prison 0 börtön +amenity prison 1 börtönök +amenity pub 0 kocsma +amenity pub 1 kocsmák +amenity public_building 0 középület +amenity public_building 1 középületek +amenity public_market 0 piac +amenity public_market 1 piacok +amenity reception_area 0 recepció +amenity reception_area 1 recepciók +amenity recycling 0 szelektív hulladékgyűjtő +amenity recycling 1 szelektív hulladékgyűjtők +amenity restaurant 0 étterem +amenity restaurant 1 étteremek +amenity retirement_home 0 nyugdíjasotthon +amenity retirement_home 1 nyugdíjasotthonok +amenity sauna 0 szauna +amenity sauna 1 szaunák +amenity school 0 iskola +amenity school 1 iskolák +amenity shelter 0 esőház +amenity shelter 1 esőházak +amenity shop 0 bolt +amenity shop 1 boltok +amenity shopping 0 vásárlás +amenity shopping 1 vásárlás +amenity social_club 0 társasági klub +amenity social_club 1 társasági klubok +amenity studio 0 stúdió +amenity studio 1 stúdiók +amenity supermarket 0 szupermarket +amenity supermarket 1 szupermarketek +amenity taxi 0 taxi +amenity taxi 1 taxik +amenity telephone 0 nyilvános telefon +amenity telephone 1 nyilvános telefonok +amenity theatre 0 színház +amenity theatre 1 színházak +amenity toilets 0 wc +amenity toilets 1 wc-k +amenity townhall 0 városháza +amenity townhall 1 városházák +amenity university 0 egyetem +amenity university 1 egyetemek +amenity vending_machine 0 árusító automata +amenity vending_machine 1 árusító automaták +amenity veterinary 0 állatorvosi rendelő +amenity veterinary 1 állatorvosi rendelők +amenity village_hall 0 községháza +amenity village_hall 1 községházak +amenity waste_basket 0 szemétgyűjtő kosár +amenity waste_basket 1 szemétgyűjtő kosarak +amenity wifi 0 wifi hozzáférés +amenity wifi 1 wifi hozzáférések +amenity youth_centre 0 ifjúsági központ +amenity youth_centre 1 ifjúsági központok +boundary administrative 0 közigazgatási határ +boundary administrative 1 közigazgatási határok +building apartments 0 társasház +building apartments 1 társasházak +building block 0 háztömb +building block 1 háztömbök +building bunker 0 bunker +building bunker 1 bunkerek +building chapel 0 kápolna +building chapel 1 kápolnas +building church 0 templom +building church 1 temploms +building city_hall 0 városháza +building city_hall 1 városházas +building commercial 0 kereskedelmi épület +building commercial 1 kereskedelmi épülets +building dormitory 0 kollégium +building dormitory 1 kollégiums +building entrance 0 épületbejárat +building entrance 1 épületbejárats +building faculty 0 egyetemi épület +building faculty 1 egyetemi épülets +building farm 0 tanyaépület +building farm 1 tanyaépülets +building flats 0 lakások +building flats 1 lakásoks +building garage 0 garázs +building garage 1 garázss +building hall 0 csarnok +building hall 1 csarnoks +building hospital 0 kórházépület +building hospital 1 kórházépülets +building hotel 0 szálloda +building hotel 1 szállodas +building house 0 ház +building house 1 házs +building industrial 0 ipari épület +building industrial 1 ipari épülets +building office 0 irodaház +building office 1 irodaházs +building public 0 középület +building public 1 középülets +building residential 0 lakóház +building residential 1 lakóházs +building retail 0 kereskedelmi épület +building retail 1 kereskedelmi épülets +building school 0 iskolaépület +building school 1 iskolaépülets +building shop 0 bolt +building shop 1 bolts +building stadium 0 stadion +building stadium 1 stadions +building store 0 áruház +building store 1 áruházs +building terrace 0 sorház +building terrace 1 sorházs +building tower 0 torony +building tower 1 toronys +building train_station 0 vasútállomás +building train_station 1 vasútállomáss +building university 0 egyetemi épület +building university 1 egyetemi épülets +building "yes" 0 épület +building "yes" 1 épülets +highway bridleway 0 lovaglóút +highway bridleway 1 lovaglóúts +highway bus_guideway 0 buszsín +highway bus_guideway 1 buszsíns +highway bus_stop 0 buszmegálló +highway bus_stop 1 buszmegállós +highway byway 0 kiépítetlen ösvény +highway byway 1 kiépítetlen ösvénys +highway construction 0 építés alatt álló közút +highway construction 1 építés alatt álló közúts +highway cycleway 0 kerékpárút +highway cycleway 1 kerékpárúts +highway distance_marker 0 távolságjelölő +highway distance_marker 1 távolságjelölős +highway emergency_access_point 0 vészhelyzeti hozzáférési pont +highway emergency_access_point 1 vészhelyzeti hozzáférési ponts +highway footway 0 gyalogút +highway footway 1 gyalogúts +highway ford 0 gázló +highway ford 1 gázlós +highway gate 0 kapu +highway gate 1 kapus +highway living_street 0 pihenőút +highway living_street 1 pihenőúts +highway minor 0 alárendelt út +highway minor 1 alárendelt úts +highway motorway 0 autópálya +highway motorway 1 autópályas +highway motorway_junction 0 autópálya-csomópont +highway motorway_junction 1 autópálya-csomóponts +highway motorway_link 0 autópálya +highway motorway_link 1 autópályas +highway path 0 ösvény +highway path 1 ösvénys +highway pedestrian 0 sétálóutca +highway pedestrian 1 sétálóutcas +highway platform 0 peron +highway platform 1 perons +highway primary 0 főút +highway primary 1 főúts +highway primary_link 0 főút +highway primary_link 1 főúts +highway raceway 0 versenypálya +highway raceway 1 versenypályas +highway residential 0 lakóövezeti út +highway residential 1 lakóövezeti úts +highway road 0 út +highway road 1 úts +highway secondary 0 összekötő út +highway secondary 1 összekötő úts +highway secondary_link 0 összekötő út +highway secondary_link 1 összekötő úts +highway service 0 szervizút +highway service 1 szervizúts +highway services 0 autópálya-pihenőhely +highway services 1 autópálya-pihenőhelys +highway steps 0 lépcső +highway steps 1 lépcsős +highway stile 0 lépcsős átjáró +highway stile 1 lépcsős átjárós +highway tertiary 0 bekötőút +highway tertiary 1 bekötőúts +highway track 0 földút +highway track 1 földúts +highway trail 0 túraút +highway trail 1 túraúts +highway trunk 0 autóút +highway trunk 1 autóúts +highway trunk_link 0 autóút +highway trunk_link 1 autóúts +highway unclassified 0 egyéb út +highway unclassified 1 egyéb úts +highway unsurfaced 0 burkolatlan út +highway unsurfaced 1 burkolatlan úts +historic archaeological_site 0 régészeti lelőhely +historic archaeological_site 1 régészeti lelőhelys +historic battlefield 0 csatamező +historic battlefield 1 csatamezős +historic boundary_stone 0 határkő +historic boundary_stone 1 határkős +historic building 0 épület +historic building 1 épülets +historic castle 0 vár +historic castle 1 várs +historic church 0 templom +historic church 1 temploms +historic house 0 ház +historic house 1 házs +historic icon 0 ikon +historic icon 1 ikons +historic manor 0 majorság +historic manor 1 majorságs +historic memorial 0 emlékmű +historic memorial 1 emlékműs +historic mine 0 bánya +historic mine 1 bányas +historic monument 0 műemlék +historic monument 1 műemléks +historic museum 0 múzeum +historic museum 1 múzeums +historic ruins 0 rom +historic ruins 1 roms +historic tower 0 torony +historic tower 1 toronys +historic wayside_cross 0 útszéli kereszt +historic wayside_cross 1 útszéli kereszts +historic wayside_shrine 0 útszéli kegyhely +historic wayside_shrine 1 útszéli kegyhelys +historic wreck 0 hajóroncs +historic wreck 1 hajóroncss +landuse allotments 0 kert +landuse allotments 1 kerts +landuse basin 0 medence +landuse basin 1 medences +landuse brownfield 0 barnamező +landuse brownfield 1 barnamezős +landuse cemetery 0 temető +landuse cemetery 1 temetős +landuse commercial 0 irodaterület +landuse commercial 1 irodaterülets +landuse conservation 0 védelmi terület +landuse conservation 1 védelmi területs +landuse construction 0 építési terület +landuse construction 1 építési területs +landuse farm 0 tanya +landuse farm 1 tanyas +landuse farmland 0 mezőgazdasági terület +landuse farmland 1 mezőgazdasági területs +landuse farmyard 0 tanya épületei +landuse farmyard 1 tanya épületeis +landuse forest 0 erdő +landuse forest 1 erdős +landuse grass 0 füves terület +landuse grass 1 füves területs +landuse greenfield 0 zöldmező +landuse greenfield 1 zöldmezős +landuse industrial 0 ipari terület +landuse industrial 1 ipari területs +landuse landfill 0 hulladéklerakó +landuse landfill 1 hulladéklerakós +landuse meadow 0 rét +landuse meadow 1 réts +landuse military 0 katonai terület +landuse military 1 katonai területs +landuse mine 0 bánya +landuse mine 1 bányas +landuse mountain 0 hegy +landuse mountain 1 hegys +landuse nature_reserve 0 természetvédelmi terület +landuse nature_reserve 1 természetvédelmi területs +landuse park 0 park +landuse park 1 parks +landuse piste 0 sípálya +landuse piste 1 sípályas +landuse plaza 0 tér +landuse plaza 1 térs +landuse quarry 0 kőfejtő +landuse quarry 1 kőfejtős +landuse railway 0 vasúti terület +landuse railway 1 vasúti területs +landuse recreation_ground 0 szabadidőpark +landuse recreation_ground 1 szabadidőparks +landuse reservoir 0 víztározó +landuse reservoir 1 víztározós +landuse residential 0 lakóövezet +landuse residential 1 lakóövezets +landuse retail 0 kereskedelmi terület +landuse retail 1 kereskedelmi területs +landuse village_green 0 közös mező +landuse village_green 1 közös mezős +landuse vineyard 0 szőlős +landuse vineyard 1 szőlőss +landuse wetland 0 láp +landuse wetland 1 láps +landuse wood 0 erdő +landuse wood 1 erdős +leisure beach_resort 0 tengerparti üdülőhely +leisure beach_resort 1 tengerparti üdülőhelys +leisure common 0 közös terület +leisure common 1 közös területs +leisure fishing 0 horgászterület +leisure fishing 1 horgászterülets +leisure garden 0 kert +leisure garden 1 kerts +leisure golf_course 0 golfpálya +leisure golf_course 1 golfpályas +leisure ice_rink 0 műjégpálya +leisure ice_rink 1 műjégpályas +leisure marina 0 kishajókikötő +leisure marina 1 kishajókikötős +leisure miniature_golf 0 minigolfpálya +leisure miniature_golf 1 minigolfpályas +leisure nature_reserve 0 természetvédelmi terület +leisure nature_reserve 1 természetvédelmi területs +leisure park 0 park +leisure park 1 parks +leisure pitch 0 labdarúgópálya +leisure pitch 1 labdarúgópályas +leisure playground 0 játszótér +leisure playground 1 játszótérs +leisure recreation_ground 0 szabadidőpark +leisure recreation_ground 1 szabadidőparks +leisure slipway 0 sólya +leisure slipway 1 sólyas +leisure sports_centre 0 sportközpont +leisure sports_centre 1 sportközponts +leisure stadium 0 stadion +leisure stadium 1 stadions +leisure swimming_pool 0 uszoda +leisure swimming_pool 1 uszodas +leisure track 0 futópálya +leisure track 1 futópályas +leisure water_park 0 vízipark +leisure water_park 1 víziparks +natural bay 0 öböl +natural bay 1 öböls +natural beach 0 part +natural beach 1 parts +natural cape 0 partfok +natural cape 1 partfoks +natural cave_entrance 0 barlangbejárat +natural cave_entrance 1 barlangbejárats +natural channel 0 csatorna +natural channel 1 csatornas +natural cliff 0 szikla +natural cliff 1 sziklas +natural coastline 0 tengerpart +natural coastline 1 tengerparts +natural crater 0 kráter +natural crater 1 kráters +natural feature 0 tereptárgy +natural feature 1 tereptárgys +natural fell 0 kopár +natural fell 1 kopárs +natural fjord 0 fjord +natural fjord 1 fjords +natural geyser 0 gejzír +natural geyser 1 gejzírs +natural glacier 0 gleccser +natural glacier 1 gleccsers +natural heath 0 puszta +natural heath 1 pusztas +natural hill 0 domb +natural hill 1 dombs +natural island 0 sziget +natural island 1 szigets +natural land 0 szárazföld +natural land 1 szárazfölds +natural marsh 0 mocsár +natural marsh 1 mocsárs +natural moor 0 mocsár +natural moor 1 mocsárs +natural mud 0 iszap +natural mud 1 iszaps +natural peak 0 hegycsúcs +natural peak 1 hegycsúcss +natural point 0 pont +natural point 1 ponts +natural reef 0 zátony +natural reef 1 zátonys +natural ridge 0 hegygerinc +natural ridge 1 hegygerincs +natural river 0 folyó +natural river 1 folyós +natural rock 0 szikla +natural rock 1 sziklas +natural scree 0 sziklatörmelék +natural scree 1 sziklatörmeléks +natural scrub 0 cserjés +natural scrub 1 cserjéss +natural shoal 0 zátony +natural shoal 1 zátonys +natural spring 0 forrás +natural spring 1 forráss +natural strait 0 tengerszoros +natural strait 1 tengerszoross +natural tree 0 fa +natural tree 1 fas +natural valley 0 völgy +natural valley 1 völgys +natural volcano 0 vulkán +natural volcano 1 vulkáns +natural water 0 tó +natural water 1 tós +natural wetland 0 láp +natural wetland 1 láps +natural wetlands 0 láp +natural wetlands 1 láps +natural wood 0 erdő +natural wood 1 erdős +place city 0 nagyváros +place city 1 nagyváross +place country 0 ország +place country 1 országs +place county 0 megye +place county 1 megyes +place farm 0 tanya +place farm 1 tanyas +place hamlet 0 község +place hamlet 1 községs +place house 0 ház +place house 1 házs +place houses 0 házak +place houses 1 házaks +place island 0 sziget +place island 1 szigets +place islet 0 kis sziget +place islet 1 kis szigets +place locality 0 hely +place locality 1 helys +place moor 0 mocsár +place moor 1 mocsárs +place municipality 0 település +place municipality 1 településs +place postcode 0 irányítószám +place postcode 1 irányítószáms +place region 0 régió +place region 1 régiós +place sea 0 tenger +place sea 1 tengers +place state 0 állam +place state 1 állams +place subdivision 0 településrész +place subdivision 1 településrészs +place suburb 0 városrész +place suburb 1 városrészs +place town 0 város +place town 1 váross +place unincorporated_area 0 jogi személyiséggel nem rendelkező terület +place unincorporated_area 1 jogi személyiséggel nem rendelkező területs +place village 0 nagyközség +place village 1 nagyközségs +railway abandoned 0 felhagyott vasút +railway abandoned 1 felhagyott vasúts +railway construction 0 építés alatt álló vasút +railway construction 1 építés alatt álló vasúts +railway disused 0 használaton kívüli vasút +railway disused 1 használaton kívüli vasúts +railway disused_station 0 használaton kívüli vasútállomás +railway disused_station 1 használaton kívüli vasútállomáss +railway funicular 0 siklóvasút +railway funicular 1 siklóvasúts +railway halt 0 vasúti megállóhely +railway halt 1 vasúti megállóhelys +railway historic_station 0 történelmi vasútállomás +railway historic_station 1 történelmi vasútállomáss +railway junction 0 vasúti csomópont +railway junction 1 vasúti csomóponts +railway level_crossing 0 vasúti átjáró +railway level_crossing 1 vasúti átjárós +railway light_rail 0 hév +railway light_rail 1 hévs +railway monorail 0 egysínű vasút +railway monorail 1 egysínű vasúts +railway narrow_gauge 0 keskeny nyomközű vasút +railway narrow_gauge 1 keskeny nyomközű vasúts +railway platform 0 vasúti peron +railway platform 1 vasúti perons +railway preserved 0 megőrzött vasút +railway preserved 1 megőrzött vasúts +railway spur 0 vasúti szárnyvonal +railway spur 1 vasúti szárnyvonals +railway station 0 vasútállomás +railway station 1 vasútállomáss +railway subway 0 metróállomás +railway subway 1 metróállomáss +railway subway_entrance 0 metrókijárat +railway subway_entrance 1 metrókijárats +railway switch 0 vasúti váltó +railway switch 1 vasúti váltós +railway tram 0 villamos +railway tram 1 villamoss +railway tram_stop 0 villamosmegálló +railway tram_stop 1 villamosmegállós +railway yard 0 rendező-pályaudvar +railway yard 1 rendező-pályaudvars +shop alcohol 0 alkoholos italbolt +shop alcohol 1 alkoholos italbolts +shop apparel 0 ruházati bolt +shop apparel 1 ruházati bolts +shop art 0 művészeti bolt +shop art 1 művészeti bolts +shop bakery 0 pékség +shop bakery 1 pékségs +shop beauty 0 szépészeti bolt +shop beauty 1 szépészeti bolts +shop beverages 0 italbolt +shop beverages 1 italbolts +shop bicycle 0 kerékpárbolt +shop bicycle 1 kerékpárbolts +shop books 0 könyvesbolt +shop books 1 könyvesbolts +shop butcher 0 hentesbolt +shop butcher 1 hentesbolts +shop car 0 autókereskedés +shop car 1 autókereskedéss +shop car_dealer 0 autókereskedés +shop car_dealer 1 autókereskedéss +shop car_parts 0 autóalkatrészbolt +shop car_parts 1 autóalkatrészbolts +shop car_repair 0 autószerviz +shop car_repair 1 autószervizs +shop carpet 0 szőnyegbolt +shop carpet 1 szőnyegbolts +shop charity 0 adománybolt +shop charity 1 adománybolts +shop chemist 0 vegyipari bolt +shop chemist 1 vegyipari bolts +shop clothes 0 ruházati bolt +shop clothes 1 ruházati bolts +shop computer 0 számítástechnikai bolt +shop computer 1 számítástechnikai bolts +shop confectionery 0 cukrászda +shop confectionery 1 cukrászdas +shop convenience 0 kisbolt +shop convenience 1 kisbolts +shop copyshop 0 fénymásoló bolt +shop copyshop 1 fénymásoló bolts +shop cosmetics 0 kozmetikai bolt +shop cosmetics 1 kozmetikai bolts +shop department_store 0 áruház +shop department_store 1 áruházs +shop discount 0 diszkontárubolt +shop discount 1 diszkontárubolts +shop doityourself 0 barkácsbolt +shop doityourself 1 barkácsbolts +shop drugstore 0 illatszerbolt +shop drugstore 1 illatszerbolts +shop dry_cleaning 0 ruhatisztító +shop dry_cleaning 1 ruhatisztítós +shop electronics 0 elektronikai bolt +shop electronics 1 elektronikai bolts +shop estate_agent 0 ingatlankereskedés +shop estate_agent 1 ingatlankereskedéss +shop farm 0 kertészbolt +shop farm 1 kertészbolts +shop fashion 0 divatbolt +shop fashion 1 divatbolts +shop fish 0 halbolt +shop fish 1 halbolts +shop florist 0 virágárus +shop florist 1 virágáruss +shop food 0 élelmiszerbolt +shop food 1 élelmiszerbolts +shop funeral_directors 0 temetkezési vállalkozó +shop funeral_directors 1 temetkezési vállalkozós +shop furniture 0 bútorbolt +shop furniture 1 bútorbolts +shop gallery 0 galéria +shop gallery 1 galérias +shop garden_centre 0 cserepes virágbolt +shop garden_centre 1 cserepes virágbolts +shop general 0 vegyeskereskedés +shop general 1 vegyeskereskedéss +shop gift 0 ajándékbolt +shop gift 1 ajándékbolts +shop greengrocer 0 zöldséges +shop greengrocer 1 zöldségess +shop grocery 0 fűszerbolt +shop grocery 1 fűszerbolts +shop hairdresser 0 fodrászat +shop hairdresser 1 fodrászats +shop hardware 0 szerelési bolt +shop hardware 1 szerelési bolts +shop hifi 0 hi-fi bolt +shop hifi 1 hi-fi bolts +shop insurance 0 biztosító +shop insurance 1 biztosítós +shop jewelry 0 ékszerbolt +shop jewelry 1 ékszerbolts +shop kiosk 0 trafik +shop kiosk 1 trafiks +shop laundry 0 mosoda +shop laundry 1 mosodas +shop mall 0 üzletház +shop mall 1 üzletházs +shop market 0 piac +shop market 1 piacs +shop mobile_phone 0 mobiltelefonbolt +shop mobile_phone 1 mobiltelefonbolts +shop motorcycle 0 motorbolt +shop motorcycle 1 motorbolts +shop music 0 zenebolt +shop music 1 zenebolts +shop newsagent 0 újságárus +shop newsagent 1 újságáruss +shop optician 0 látszerész +shop optician 1 látszerészs +shop organic 0 bioélelmiszerbolt +shop organic 1 bioélelmiszerbolts +shop outdoor 0 túrabolt +shop outdoor 1 túrabolts +shop pet 0 állatkereskedés +shop pet 1 állatkereskedéss +shop photo 0 fotóbolt +shop photo 1 fotóbolts +shop salon 0 szalon +shop salon 1 szalons +shop shoes 0 cipőbolt +shop shoes 1 cipőbolts +shop shopping_centre 0 bevásárlóközpont +shop shopping_centre 1 bevásárlóközponts +shop sports 0 sportbolt +shop sports 1 sportbolts +shop stationery 0 írószerbolt +shop stationery 1 írószerbolts +shop supermarket 0 szupermarket +shop supermarket 1 szupermarkets +shop toys 0 játékbolt +shop toys 1 játékbolts +shop travel_agency 0 utazási iroda +shop travel_agency 1 utazási irodas +shop video 0 videókölcsönző +shop video 1 videókölcsönzős +shop wine 0 borárusító italbolt +shop wine 1 borárusító italbolts +tourism alpine_hut 0 alpesi kunyhó +tourism alpine_hut 1 alpesi kunyhós +tourism artwork 0 műalkotás +tourism artwork 1 műalkotáss +tourism attraction 0 látnivaló +tourism attraction 1 látnivalós +tourism bed_and_breakfast 0 vendégház +tourism bed_and_breakfast 1 vendégházs +tourism cabin 0 kunyhó +tourism cabin 1 kunyhós +tourism camp_site 0 kemping +tourism camp_site 1 kempings +tourism caravan_site 0 lakókocsitábor +tourism caravan_site 1 lakókocsitábors +tourism chalet 0 nyaralóház +tourism chalet 1 nyaralóházs +tourism guest_house 0 vendégház +tourism guest_house 1 vendégházs +tourism hostel 0 turistaszálló +tourism hostel 1 turistaszállós +tourism hotel 0 szálloda +tourism hotel 1 szállodas +tourism information 0 információ +tourism information 1 információs +tourism lean_to 0 kunyhó +tourism lean_to 1 kunyhós +tourism motel 0 motel +tourism motel 1 motels +tourism museum 0 múzeum +tourism museum 1 múzeums +tourism picnic_site 0 piknikezőhely +tourism picnic_site 1 piknikezőhelys +tourism theme_park 0 vidámpark +tourism theme_park 1 vidámparks +tourism valley 0 völgy +tourism valley 1 völgys +tourism viewpoint 0 kilátó +tourism viewpoint 1 kilátós +tourism zoo 0 állatkert +tourism zoo 1 állatkerts +waterway boatyard 0 hajóhangár +waterway boatyard 1 hajóhangárs +waterway canal 0 csatorna +waterway canal 1 csatornas +waterway connector 0 vízi csatlakozó +waterway connector 1 vízi csatlakozós +waterway dam 0 gát +waterway dam 1 gáts +waterway derelict_canal 0 felhagyott csatorna +waterway derelict_canal 1 felhagyott csatornas +waterway ditch 0 árok +waterway ditch 1 ároks +waterway dock 0 kikötõ +waterway dock 1 kikötõs +waterway drain 0 árok +waterway drain 1 ároks +waterway lock 0 zsilip +waterway lock 1 zsilips +waterway lock_gate 0 zsilip +waterway lock_gate 1 zsilips +waterway mineral_spring 0 ásványos patak +waterway mineral_spring 1 ásványos pataks +waterway mooring 0 kikötő +waterway mooring 1 kikötős +waterway rapids 0 zuhatag +waterway rapids 1 zuhatags +waterway river 0 folyó +waterway river 1 folyós +waterway riverbank 0 folyópart +waterway riverbank 1 folyóparts +waterway stream 0 patak +waterway stream 1 pataks +waterway wadi 0 vádi +waterway wadi 1 vádis +waterway water_point 0 vízi fordítópont +waterway water_point 1 vízi fordítóponts +waterway waterfall 0 vízesés +waterway waterfall 1 vízeséss +waterway weir 0 bukógát +waterway weir 1 bukógáts diff --git a/resources/categories/is.tsv b/resources/categories/is.tsv new file mode 100644 index 0000000..fc792d8 --- /dev/null +++ b/resources/categories/is.tsv @@ -0,0 +1,188 @@ +key value is_plural phrase +aeroway aerodrome 0 flugvöllur +aeroway aerodrome 1 flugvellir +amenity atm 0 hraðbanki +amenity atm 1 hraðbankar +amenity bar 0 bar +amenity bar 1 barir +amenity bicycle_rental 0 reiðhjólaleiga +amenity bicycle_rental 1 reiðhjólaleigur +amenity brothel 0 hóruhús +amenity brothel 1 hóruhús +amenity cafe 0 kaffihús +amenity cafe 1 kaffihús +amenity car_rental 0 bílaleiga +amenity car_rental 1 bílaleigur +amenity car_wash 0 bílaþvottastöð +amenity car_wash 1 bílaþvottastöðvar +amenity cinema 0 kvikmyndarhús +amenity cinema 1 kvikmyndarhús +amenity dentist 0 tannlæknir +amenity dentist 1 tannlæknar +amenity embassy 0 sendiráð +amenity embassy 1 sendiráð +amenity fast_food 0 skyndibitastaður +amenity fast_food 1 skyndibitastaðir +amenity fire_hydrant 0 brunahani +amenity fire_hydrant 1 brunahanar +amenity hospital 0 spítali +amenity hospital 1 spítalar +amenity hotel 0 hótel +amenity hotel 1 hótel +amenity library 0 bókasafn +amenity library 1 bókasöfn +amenity post_box 0 póstkassi +amenity post_box 1 póstkassar +amenity post_office 0 pósthús +amenity post_office 1 pósthús +amenity prison 0 fangelsi +amenity prison 1 fangelsi +amenity pub 0 pöbb +amenity pub 1 pöbbar +amenity restaurant 0 veitingastaður +amenity restaurant 1 veitingastaðir +amenity sauna 0 gufubað +amenity sauna 1 gufuböð +amenity shop 0 verslun +amenity shop 1 verslanir +amenity theatre 0 leikhús +amenity theatre 1 leikhús +building chapel 0 kapella +building chapel 1 kapellur +building church 0 kirkja +building church 1 kirkjur +highway ford 0 vað +highway ford 1 vöð +highway residential 0 íbúðargata +highway residential 1 íbúðargötur +historic castle 0 kastali +historic castle 1 kastalar +landuse military 0 hersvæði +landuse military 1 hersvæði +leisure sports_centre 0 íþróttamiðstöð +leisure sports_centre 1 íþróttamiðstöðvar +leisure swimming_pool 0 sundlaug +leisure swimming_pool 1 sundlaugar +leisure water_park 0 vatnsleikjagarður +leisure water_park 1 vatnsleikjagarðar +natural bay 0 flói +natural bay 1 flóar +natural beach 0 strönd +natural beach 1 strendur +natural cave_entrance 0 hellisop +natural cave_entrance 1 hellisop +natural crater 0 gígur +natural crater 1 gígar +natural fell 0 fell +natural fell 1 fell +natural fjord 0 fjörður +natural fjord 1 firðir +natural geyser 0 goshver +natural geyser 1 goshverir +natural glacier 0 jökull +natural glacier 1 jöklar +natural hill 0 hæð +natural hill 1 hæðir +natural island 0 eyja +natural island 1 eyjur +natural peak 0 tindur +natural peak 1 tindar +natural reef 0 rif +natural reef 1 rif +natural river 0 á +natural river 1 ár +natural tree 0 tré +natural tree 1 tré +natural valley 0 dalur +natural valley 1 dalir +natural volcano 0 eldfjall +natural volcano 1 eldfjöll +natural water 0 vatn +natural water 1 vötn +place city 0 borg +place city 1 borgir +place country 0 land +place country 1 lönd +place farm 0 bóndabýli +place farm 1 bóndabýli +place house 0 hús +place house 1 hús +place island 0 eyja +place island 1 eyjur +place islet 0 smáeyja +place islet 1 smáeyjur +place postcode 0 póstnúmer +place postcode 1 póstnúmer +place region 0 svæði +place region 1 svæði +place sea 0 haf +place sea 1 höf +place suburb 0 hverfi +place suburb 1 hverfi +place town 0 bær +place town 1 bæir +place village 0 þorp +place village 1 þorp +shop bakery 0 bakarí +shop bakery 1 bakarí +shop bicycle 0 hjólabúð +shop bicycle 1 hjólabúðir +shop books 0 bókabúð +shop books 1 bókabúðir +shop butcher 0 slátrari +shop butcher 1 slátrarar +shop car 0 bílabúð +shop car 1 bílabúðir +shop carpet 0 teppabúð +shop carpet 1 teppabúðir +shop clothes 0 fatabúð +shop clothes 1 fatabúðir +shop computer 0 tölvubúð +shop computer 1 tölvubúðir +shop electronics 0 raftækjaverslun +shop electronics 1 raftækjaverslanir +shop fish 0 fiskbúð +shop fish 1 fiskbúðir +shop florist 0 blómabúð +shop florist 1 blómabúðir +shop food 0 matvöruverslun +shop food 1 matvöruverslanir +shop furniture 0 húsgagnaverslun +shop gift 0 gjafabúð +shop gift 1 gjafabúðir +shop hardware 0 verkfærabúð +shop hardware 1 verkfærabúðir +shop hifi 0 hljómtækjabúð +shop hifi 1 hljómtækjabúðir +shop kiosk 0 söluturn +shop kiosk 1 söluturnar +shop mobile_phone 0 farsímaverslun +shop mobile_phone 1 farsímaverslanir +shop outdoor 0 útivistarbúð +shop outdoor 1 útivistarbúðir +shop pet 0 gæludýrabúð +shop pet 1 gæludýrabúðir +shop toys 0 leikfangaverslun +shop toys 1 leikfangaverslanir +shop travel_agency 0 ferðaskrifstofa +shop travel_agency 1 ferðaskrifstofur +shop video 0 myndbandaleiga +shop video 1 myndbandaleigur +tourism artwork 0 listaverk +tourism artwork 1 listaverk +tourism hotel 0 hótel +tourism hotel 1 hótel +tourism museum 0 safn +tourism museum 1 söfn +tourism valley 0 dalur +tourism valley 1 dalir +tourism zoo 0 dýragarður +tourism zoo 1 dýragarðar +waterway dam 0 vatnsaflsvirkjun +waterway dam 1 vatnsaflsvirkjanir +waterway river 0 á +waterway river 1 ár +waterway stream 0 lækur +waterway stream 1 lækir +waterway waterfall 0 foss +waterway waterfall 1 fossar diff --git a/resources/categories/it.tsv b/resources/categories/it.tsv new file mode 100644 index 0000000..247aebe --- /dev/null +++ b/resources/categories/it.tsv @@ -0,0 +1,441 @@ +key value is_plural phrase +aeroway aerodrome 0 aeroporto +aeroway aerodrome 1 aeroporti +amenity animal_boarding 0 pensione per animali +amenity animal_boarding 1 pensioni per animali +amenity animal_shelter 0 rifugio per animali +amenity animal_shelter 1 rifugio per animali +amenity atm 0 bancomat +amenity atm 1 bancomat +amenity bank 0 banca +amenity bank 1 banche +amenity bar 0 bar +amenity bar 1 bar +amenity bench 0 panchina +amenity bench 1 panchine +amenity bicycle_parking 0 parcheggio per biciclette +amenity bicycle_parking 1 parcheggi per biciclette +amenity bicycle_rental 0 stazione del bikesharing +amenity bicycle_rental 1 stazioni del bikesharing +amenity brothel 0 bordello +amenity brothel 1 bordelli +amenity bureau_de_change 0 cambiavalute +amenity bureau_de_change 1 cambiavalute +amenity bureau_de_change 0 cambia valute +amenity bureau_de_change 1 cambia valute +amenity cafe 0 caffè +amenity cafe 1 caffè +amenity car_rental 0 autonoleggio +amenity car_rental 1 autonoleggi +amenity car_sharing 0 stazione del carsharing +amenity car_sharing 1 stazioni del carsharing +amenity car_wash 0 autolavaggio +amenity car_wash 1 autolavaggi +amenity casino 0 casinò +amenity casino 1 casinò +amenity charging_station 0 stazione di ricarica elettrica +amenity charging_station 1 stazioni di ricarica elettrica +amenity charging_station 0 stazione di ricarica +amenity charging_station 1 stazioni di ricarica +amenity charging_station 0 colonnina di ricarica +amenity charging_station 1 colonnine di ricarica +amenity cinema 0 cinema +amenity cinema 1 cinema +amenity college 0 scuola superiore +amenity college 1 scuole superiori +amenity courthouse 0 tribunale +amenity courthouse 1 tribunali +amenity crematorium 0 crematorio +amenity crematorium 1 crematori +amenity dentist 0 dentista +amenity dentist 1 dentisti +amenity dormitory 0 dormitorio +amenity dormitory 1 dormitori +amenity drinking_water 0 acqua +amenity drinking_water 0 acqua potabile +amenity drinking_water 1 fontanelle +amenity drinking_water 0 fontanella +amenity driving_school 0 scuola guida +amenity driving_school 1 scuole guida +amenity embassy 0 ambasciata +amenity embassy 1 ambasciate +amenity emergency_phone 0 colonnina sos +amenity emergency_phone 1 colonnine sos +amenity fast_food 0 fast food +amenity fast_food 1 fast food +amenity ferry_terminal 0 terminal traghetto +amenity ferry_terminal 1 terminal traghetti +amenity fire_hydrant 0 pompa antincendio +amenity fire_hydrant 1 pompe antincendio +amenity fire_station 0 vigili del fuoco +amenity fire_station 1 vigili del fuoco +amenity fire_station 0 pompieri +amenity fire_station 1 pompieri +amenity fuel 0 stazione di rifornimento +amenity fuel 1 stazioni di rifornimento +amenity grave_yard 0 cimitero +amenity grave_yard 1 cimiteri +amenity hospital 0 ospedale +amenity hospital 1 ospedali +amenity hotel 0 hotel +amenity hotel 1 hotel +amenity hotel 0 albergo +amenity hotel 1 alberghi +amenity hunting_stand 0 postazione di caccia +amenity hunting_stand 1 postazioni di caccia +amenity ice_cream 0 gelateria +amenity ice_cream 1 gelaterie +amenity kindergarten 0 asilo infantile +amenity kindergarten 1 asili infantili +amenity library 0 biblioteca +amenity library 1 biblioteche +amenity mountain_rescue 0 soccorso alpino +amenity mountain_rescue 1 soccorsi alpini +amenity nursery 0 asilo nido +amenity nursery 1 asili nido +amenity parking 0 parcheggio +amenity parking 1 parcheggi +amenity pharmacy 0 farmacia +amenity pharmacy 1 farmacie +amenity place_of_worship 0 luogo di culto +amenity place_of_worship 1 luoghi di culto +amenity police 1 forze dell'ordine +amenity police 0 polizia +amenity police 1 carabinieri +amenity post_box 0 cassetta postale +amenity post_box 1 cassette postali +amenity post_box 0 cassetta delle lettere +amenity post_box 1 cassette delle lettere +amenity post_office 0 ufficio postale +amenity post_office 1 uffici postali +amenity prison 0 prigione +amenity prison 1 prigioni +amenity pub 0 pub +amenity pub 1 pub +amenity public_building 0 edificio pubblico +amenity public_building 1 edifici pubblici +amenity restaurant 0 ristorante +amenity restaurant 1 ristoranti +amenity sauna 0 sauna +amenity sauna 1 saune +amenity school 0 scuola +amenity school 1 scuole +amenity shelter 0 pensilina/ricovero +amenity shelter 1 pensiline/ricoveri +amenity supermarket 0 supermercato +amenity supermarket 1 supermercati +amenity taxi 0 taxi +amenity taxi 1 taxi +amenity telephone 0 telefono pubblico +amenity telephone 1 telefoni pubblici +amenity theatre 0 teatro +amenity theatre 1 teatri +amenity toilets 0 gabinetto pubblico +amenity toilets 1 gabinetti pubblici +amenity townhall 0 municipio +amenity townhall 1 municipi +amenity university 0 università +amenity university 1 università +amenity vending_machine 0 distributore automatico +amenity vending_machine 1 distributori automatici +amenity veterinary 0 veterinario +amenity veterinary 1 veterinari +amenity wifi 0 punto di accesso wifi +amenity wifi 1 punti di accesso wifi +building church 0 chiesa +building church 1 chiese +building dormitory 0 dormitorio +building dormitory 1 dormitori +highway bridleway 0 percorso per equitazione +highway bridleway 1 percorsi per equitazione +highway bus_guideway 0 autobus guidato +highway bus_guideway 1 autobus guidati +highway bus_stop 0 fermata autobus +highway bus_stop 1 fermate autobus +highway byway 0 byway (uk) +highway byway 1 byway (uk) +highway construction 0 strada in costruzione +highway construction 1 strade in costruzione +highway cycleway 0 percorso ciclabile +highway cycleway 1 percorsi ciclabili +highway emergency_access_point 0 colonnina sos +highway emergency_access_point 1 colonnine sos +highway footway 0 percorso pedonale +highway footway 1 percorsi pedonali +highway ford 0 guado +highway ford 1 guadi +highway gate 0 cancello +highway gate 1 cancelli +highway motorway 0 autostrada/tangenziale +highway motorway 1 autostrade/tangenziali +highway motorway_junction 0 svincolo +highway motorway_junction 1 svincoli +highway pedestrian 0 percorso pedonale +highway pedestrian 1 percorsi pedonali +highway primary 0 strada primaria +highway primary 1 strade primarie +highway primary_link 0 strada primaria +highway primary_link 1 strade primarie +highway residential 0 strada residenziale +highway residential 1 strade residenziali +highway secondary 0 strada secondaria +highway secondary 1 strade secondarie +highway secondary_link 0 strada secondaria +highway secondary_link 1 strade secondarie +highway service 0 strada di servizio +highway service 1 strade di servizio +highway services 0 stazione di servizio +highway services 1 stazioni di servizio +highway steps 0 scala +highway steps 1 scale +highway stile 0 scaletta +highway stile 1 scalette +highway tertiary 0 strada terziaria +highway tertiary 1 strade terziarie +highway trail 0 percorso escursionistico +highway trail 1 percorsi escursionistici +highway unclassified 0 strada non classificata +highway unclassified 1 strade non classificate +historic archaeological_site 0 sito archeologico +historic archaeological_site 1 siti archeologici +historic building 0 edificio +historic building 1 edifici +historic castle 0 castello +historic castle 1 castelli +historic church 0 chiesa +historic church 1 chiese +historic mine 0 miniera +historic mine 1 miniere +historic monument 0 monumento +historic monument 1 monumenti +historic museum 0 museo +historic museum 1 musei +historic ruins 0 rovine +historic ruins 1 rovine +historic tower 0 torre +historic tower 1 torri +landuse cemetery 0 cimitero +landuse cemetery 1 cimiteri +landuse grass 0 prato +landuse grass 1 prati +landuse industrial 0 zona industriale +landuse industrial 1 zone industriali +landuse residential 0 area residenziale +landuse residential 1 aree residenziali +leisure common 0 area comune (uk) +leisure common 1 aree comuni (uk) +leisure dog_park 0 area cani +leisure dog_park 1 aree cani +leisure fishing 0 riserva di pesca +leisure fishing 1 riserve di pesca +leisure garden 0 giardino +leisure garden 1 giardini +leisure golf_course 0 campo da golf +leisure golf_course 1 campi da golf +leisure ice_rink 0 pista di ghiaccio +leisure ice_rink 1 piste di ghiaccio +leisure marina 0 porto turistico +leisure marina 1 porti turistici +leisure miniature_golf 0 minigolf +leisure miniature_golf 1 minigolf +leisure nature_reserve 0 riserva naturale +leisure nature_reserve 1 riserve naturali +leisure park 0 parco +leisure park 1 parchi +leisure pitch 0 campo sportivo +leisure pitch 1 campi sportivi +leisure playground 0 parco giochi +leisure playground 1 parchi giochi +leisure recreation_ground 0 area di svago +leisure recreation_ground 1 aree di svago +leisure slipway 0 rampa di alaggio +leisure slipway 1 rampe di alaggio +leisure sports_centre 0 centro sportivo +leisure sports_centre 1 centri sportivi +leisure stadium 0 stadio +leisure stadium 1 stadi +leisure swimming_pool 0 piscina +leisure swimming_pool 1 piscine +leisure track 0 pista da corsa +leisure track 1 piste da corsa +leisure water_park 0 parco acquatico +leisure water_park 1 parchi acquatici +natural bay 0 baia +natural bay 1 baie +natural beach 0 spiaggia +natural beach 1 spiagge +natural cape 0 capo +natural cape 1 capi +natural cave_entrance 0 entrata di grotta/caverna +natural cave_entrance 1 entrate di grotte/caverne +natural channel 0 canale +natural channel 1 canali +natural cliff 0 rupe +natural cliff 1 rupi +natural coastline 0 linea di costa +natural coastline 1 linee di costa +natural crater 0 cratere +natural crater 1 crateri +natural feature 0 caratteristica +natural feature 1 caratteristiche +natural fell 0 prato alpino +natural fell 1 prati alpini +natural fjord 0 fiordo +natural fjord 1 fiordi +natural geyser 0 geyser +natural geyser 1 geyser +natural glacier 0 ghiacciaio +natural glacier 1 ghiacciai +natural heath 0 brughiera +natural heath 1 brughiere +natural hill 0 collina +natural hill 1 colline +natural island 0 isola +natural island 1 isole +natural marsh 0 palude alluvionale +natural marsh 1 paludi alluvionali +natural mud 0 zona fangosa (sabbie mobili) +natural mud 1 zone fangose (sabbie mobili) +natural peak 0 picco montuoso +natural peak 1 picchi montuosi +natural reef 0 scogliera +natural reef 1 scogliere +natural ridge 0 cresta montuosa +natural ridge 1 creste montuose +natural river 0 fiume +natural river 1 fiumi +natural rock 0 roccia +natural rock 1 rocce +natural scree 0 ghiaione +natural scree 1 ghiaioni +natural scrub 0 boscaglia +natural scrub 1 boscaglie +natural shoal 0 secca +natural shoal 1 secche +natural spring 0 sorgente +natural spring 1 sorgenti +natural tree 0 albero +natural tree 1 alberi +natural valley 0 valle +natural valley 1 valli +natural volcano 0 vulcano +natural volcano 1 vulcani +natural wetland 0 zona umida +natural wetland 1 zone umide +natural wetlands 0 zona umida +natural wetlands 1 zone umide +natural wood 0 bosco +natural wood 1 boschi +place city 0 città +place city 1 città +place country 0 nazione +place country 1 nazioni +place county 0 contea +place county 1 contee +place farm 0 area agricola +place farm 1 aree agricole +place hamlet 0 borgo +place hamlet 1 borghi +place house 0 casa +place house 1 case +place houses 0 gruppo di case +place houses 1 gruppi di case +place island 0 isola +place island 1 isole +place islet 0 isoletta +place islet 1 isolette +place locality 0 località +place locality 1 località +place municipality 0 comune +place municipality 1 comuni +place postcode 0 cap +place postcode 1 cap +place region 0 provincia +place region 1 province +place sea 0 mare +place sea 1 mari +place state 0 regione +place state 1 regioni +place subdivision 0 suddivisione +place subdivision 1 suddivisioni +place suburb 0 quartiere +place suburb 1 quartieri +place town 0 paese +place town 1 paesi +place village 0 frazione +place village 1 frazioni +shop bakery 0 panetteria +shop bakery 1 panetterie +shop bicycle 0 negozio di biciclette +shop bicycle 1 negozi di biciclette +shop books 0 libreria +shop books 1 librerie +shop butcher 0 macellaio +shop butcher 1 macellai +shop car 0 concessionaria +shop car 1 concessionarie +shop dry_cleaning 0 lavasecco +shop dry_cleaning 1 lavasecchi +shop estate_agent 0 agenzia immobiliare +shop estate_agent 1 agenzie immobiliari +shop florist 0 fioraio +shop florist 1 fiorai +shop food 0 alimentari +shop food 1 alimentari +shop greengrocer 0 fruttivendolo +shop greengrocer 1 fruttivendoli +shop grocery 0 fruttivendolo +shop grocery 1 fruttivendoli +shop insurance 0 assicurazioni +shop insurance 1 assicurazioni +shop jewelry 0 gioielleria +shop jewelry 1 gioiellerie +shop laundry 0 lavanderia +shop laundry 1 lavanderie +shop newsagent 0 edicola +shop optician 0 ottico +shop optician 1 ottici +shop supermarket 0 supermercato +shop supermarket 1 supermercati +shop travel_agency 0 agenzia di viaggi +shop travel_agency 1 agenzie di viaggi +shop travel_agency 0 agenzia viaggi +shop travel_agency 1 agenzie viaggi +shop travel_agency 0 agenzia viaggio +shop travel_agency 1 agenzie viaggio +tourism alpine_hut 0 rifugio alpino +tourism alpine_hut 1 rifugi alpini +tourism artwork 0 opera d'arte +tourism artwork 1 opere d'arte +tourism attraction 0 attrazione turistica +tourism attraction 1 attrazioni turistiche +tourism bed_and_breakfast 0 bed and breakfast +tourism bed_and_breakfast 1 bed and breakfast +tourism camp_site 0 campeggio +tourism camp_site 1 campeggi +tourism caravan_site 0 area caravan e camper +tourism caravan_site 1 aree caravan e camper +tourism chalet 0 casetta (chalet) +tourism chalet 1 casette (chalet) +tourism guest_house 0 guest house +tourism guest_house 1 guest house +tourism hostel 0 ostello +tourism hostel 1 ostelli +tourism hotel 0 hotel +tourism hotel 1 alberghi +tourism information 0 informazioni +tourism information 1 informazioni +tourism motel 0 motel +tourism motel 1 motel +tourism museum 0 museo +tourism museum 1 musei +tourism picnic_site 0 area picnic +tourism picnic_site 1 aree picnic +tourism theme_park 0 parco divertimenti +tourism theme_park 1 parchi divertimenti +tourism viewpoint 0 punto panoramico +tourism viewpoint 1 punti panoramici +tourism zoo 0 zoo +tourism zoo 1 zoo +amenity fuel 0 benzinaio +amenity fuel 1 benzinai diff --git a/resources/categories/ja.tsv b/resources/categories/ja.tsv new file mode 100644 index 0000000..50a89f9 --- /dev/null +++ b/resources/categories/ja.tsv @@ -0,0 +1,25 @@ +key value is_plural phrase +aeroway aerodrome 0 空港 +amenity bank 0 銀行 +amenity car_rental 0 レンタカー +amenity car_wash 0 洗車 +amenity casino 0 賭場 +amenity college 0 大学 +amenity dentist 0 歯科医 +amenity embassy 0 大使館 +amenity hotel 0 ホテル +amenity kindergarten 0 幼稚園 +amenity library 0 図書館 +amenity pub 0 パブ(立ち吞み屋) +amenity sauna 0 サウナ +amenity school 0 学校 +amenity shop 0 店舗 +amenity taxi 0 タクシー乗り場 +amenity university 0 大学 +amenity wifi 0 wifiアクセスポイント +highway bus_stop 0 バス停 +highway steps 0 階段 +place city 0 市 +tourism theme_park 0 テーマパーク +tourism valley 0 谷 +tourism zoo 0 動物園 diff --git a/resources/categories/mk.tsv b/resources/categories/mk.tsv new file mode 100644 index 0000000..2e8fa86 --- /dev/null +++ b/resources/categories/mk.tsv @@ -0,0 +1,841 @@ +key value is_plural phrase +aeroway aerodrome 0 аеродром +aeroway aerodrome 1 аеродромs +amenity arts_centre 0 дом на уметности +amenity arts_centre 1 дом на уметностиs +amenity atm 0 банкомат +amenity atm 1 банкоматs +amenity auditorium 0 аудиториум +amenity auditorium 1 аудиториумs +amenity bank 0 банка +amenity bank 1 банкаs +amenity bar 0 бар +amenity bar 1 барs +amenity bench 0 клупа +amenity bench 1 клупаs +amenity bicycle_parking 0 велосипедско паркирање +amenity bicycle_parking 1 велосипедско паркирањеs +amenity bicycle_rental 0 изнајмување велосипеди +amenity bicycle_rental 1 изнајмување велосипедиs +amenity brothel 0 бордел +amenity brothel 1 борделs +amenity bureau_de_change 0 менувачница +amenity bureau_de_change 1 менувачницаs +amenity bus_station 0 автобуска станица +amenity bus_station 1 автобуска станицаs +amenity cafe 0 кафуле +amenity cafe 1 кафулеs +amenity car_rental 0 рент-а-кар +amenity car_rental 1 рент-а-карs +amenity car_sharing 0 изнајмување автомобил +amenity car_sharing 1 изнајмување автомобилs +amenity car_wash 0 автоперална +amenity car_wash 1 автопералнаs +amenity casino 0 казино +amenity casino 1 казиноs +amenity cinema 0 кино +amenity cinema 1 киноs +amenity clinic 0 клиника +amenity clinic 1 клиникаs +amenity club 0 клуб +amenity club 1 клубs +amenity college 0 колеџ +amenity college 1 колеџs +amenity community_centre 0 центар на заедница +amenity community_centre 1 центар на заедницаs +amenity courthouse 0 суд +amenity courthouse 1 судs +amenity crematorium 0 крематориум +amenity crematorium 1 крематориумs +amenity dentist 0 забар +amenity dentist 1 забарs +amenity doctors 0 доктори +amenity doctors 1 докториs +amenity dormitory 0 студентски дом +amenity dormitory 1 студентски домs +amenity drinking_water 0 питка вода +amenity drinking_water 1 питка водаs +amenity driving_school 0 автошкола +amenity driving_school 1 автошколаs +amenity embassy 0 амбасада +amenity embassy 1 амбасадаs +amenity emergency_phone 0 итен телефон +amenity emergency_phone 1 итен телефонs +amenity fast_food 0 брза храна +amenity fast_food 1 брза хранаs +amenity ferry_terminal 0 ферибот-терминал +amenity ferry_terminal 1 ферибот-терминалs +amenity fire_hydrant 0 противпожарен хидрант +amenity fire_hydrant 1 противпожарен хидрантs +amenity fire_station 0 пожарна +amenity fire_station 1 пожарнаs +amenity fountain 0 фонтана +amenity fountain 1 фонтанаs +amenity fuel 0 гориво +amenity fuel 1 горивоs +amenity grave_yard 0 гробишта +amenity grave_yard 1 гробиштаs +amenity gym 0 теретана / фитнес +amenity gym 1 теретана / фитнесs +amenity hall 0 соборна сала +amenity hall 1 соборна салаs +amenity health_centre 0 здравствен центар +amenity health_centre 1 здравствен центарs +amenity hospital 0 болница +amenity hospital 1 болницаs +amenity hotel 0 хотел +amenity hotel 1 хотелs +amenity hunting_stand 0 ловечка кула +amenity hunting_stand 1 ловечка кулаs +amenity ice_cream 0 сладолед +amenity ice_cream 1 сладоледs +amenity kindergarten 0 градинка +amenity kindergarten 1 градинкаs +amenity library 0 библиотека +amenity library 1 библиотекаs +amenity market 0 пазар +amenity market 1 пазарs +amenity marketplace 0 пазар +amenity marketplace 1 пазарs +amenity mountain_rescue 0 планинарско спасување +amenity mountain_rescue 1 планинарско спасувањеs +amenity nightclub 0 ноќен клуб +amenity nightclub 1 ноќен клубs +amenity nursery 0 јасли +amenity nursery 1 јаслиs +amenity nursing_home 0 старечки дом +amenity nursing_home 1 старечки домs +amenity office 0 канцеларија +amenity office 1 канцеларијаs +amenity park 0 парк +amenity park 1 паркs +amenity parking 0 паркинг +amenity parking 1 паркингs +amenity pharmacy 0 аптека +amenity pharmacy 1 аптекаs +amenity place_of_worship 0 верски објект +amenity place_of_worship 1 верски објектs +amenity police 0 полиција +amenity police 1 полицијаs +amenity post_box 0 поштенско сандаче +amenity post_box 1 поштенско сандачеs +amenity post_office 0 пошта +amenity post_office 1 поштаs +amenity preschool 0 претшколска установа +amenity preschool 1 претшколска установаs +amenity prison 0 затвор +amenity prison 1 затворs +amenity pub 0 пивница +amenity pub 1 пивницаs +amenity public_building 0 јавен објект +amenity public_building 1 јавен објектs +amenity public_market 0 градски пазар +amenity public_market 1 градски пазарs +amenity reception_area 0 рецепција +amenity reception_area 1 рецепцијаs +amenity recycling 0 рециклирање +amenity recycling 1 рециклирањеs +amenity restaurant 0 ресторан +amenity restaurant 1 ресторанs +amenity retirement_home 0 старечки дом +amenity retirement_home 1 старечки домs +amenity sauna 0 сауна +amenity sauna 1 саунаs +amenity school 0 училиште +amenity school 1 училиштеs +amenity shelter 0 засолниште +amenity shelter 1 засолништеs +amenity shop 0 дуќан +amenity shop 1 дуќанs +amenity shopping 0 дуќани +amenity shopping 1 дуќаниs +amenity social_club 0 друштвен клуб +amenity social_club 1 друштвен клубs +amenity studio 0 студио +amenity studio 1 студиоs +amenity supermarket 0 супермаркет +amenity supermarket 1 супермаркетs +amenity taxi 0 такси +amenity taxi 1 таксиs +amenity telephone 0 телефонска говорница +amenity telephone 1 телефонска говорницаs +amenity theatre 0 театар +amenity theatre 1 театарs +amenity toilets 0 тоалет +amenity toilets 1 тоалетs +amenity townhall 0 градски дом +amenity townhall 1 градски домs +amenity university 0 универзитет +amenity university 1 универзитетs +amenity vending_machine 0 вендинг-машина +amenity vending_machine 1 вендинг-машинаs +amenity veterinary 0 ветеринарна клиника +amenity veterinary 1 ветеринарна клиникаs +amenity village_hall 0 месна заедница +amenity village_hall 1 месна заедницаs +amenity waste_basket 0 корпа за отпадоци +amenity waste_basket 1 корпа за отпадоциs +amenity wifi 0 безжичен интернет +amenity wifi 1 безжичен интернетs +amenity youth_centre 0 младински центар +amenity youth_centre 1 младински центарs +boundary administrative 0 административна граница +boundary administrative 1 административна границаs +building apartments 0 станбен блок +building apartments 1 станбен блокs +building block 0 блок згради +building block 1 блок зградиs +building bunker 0 бункер +building bunker 1 бункерs +building chapel 0 капела +building chapel 1 капелаs +building church 0 црква +building church 1 цркваs +building city_hall 0 градски дом +building city_hall 1 градски домs +building commercial 0 комерцијална зграда +building commercial 1 комерцијална зградаs +building dormitory 0 студентски дом +building dormitory 1 студентски домs +building entrance 0 влез во зграда +building entrance 1 влез во зградаs +building faculty 0 факултетски објект +building faculty 1 факултетски објектs +building farm 0 земјоделски објект +building farm 1 земјоделски објектs +building flats 0 станови +building flats 1 становиs +building garage 0 гаража +building garage 1 гаражаs +building hall 0 сала +building hall 1 салаs +building hospital 0 болничка зграда +building hospital 1 болничка зградаs +building hotel 0 хотел +building hotel 1 хотелs +building house 0 куќа +building house 1 куќаs +building industrial 0 индустриски објект +building industrial 1 индустриски објектs +building office 0 деловна зграда +building office 1 деловна зградаs +building public 0 јавен објект +building public 1 јавен објектs +building residential 0 станбена зграда +building residential 1 станбена зградаs +building retail 0 продажен објект +building retail 1 продажен објектs +building school 0 школско здание +building school 1 школско зданиеs +building shop 0 дуќан +building shop 1 дуќанs +building stadium 0 стадион +building stadium 1 стадионs +building store 0 продавница +building store 1 продавницаs +building terrace 0 тераса +building terrace 1 терасаs +building tower 0 кула +building tower 1 кулаs +building train_station 0 железничка станица +building train_station 1 железничка станицаs +building university 0 универзитетска зграда +building university 1 универзитетска зградаs +building "yes" 0 зграда +building "yes" 1 зградаs +highway bridleway 0 коњски пат +highway bridleway 1 коњски патs +highway bus_guideway 0 автобуски шини +highway bus_guideway 1 автобуски шиниs +highway bus_stop 0 автобуска постојка +highway bus_stop 1 автобуска постојкаs +highway byway 0 спореден пат +highway byway 1 спореден патs +highway construction 0 автопат во изградба +highway construction 1 автопат во изградбаs +highway cycleway 0 велосипедска патека +highway cycleway 1 велосипедска патекаs +highway distance_marker 0 бележник на растојание +highway distance_marker 1 бележник на растојаниеs +highway emergency_access_point 0 прва помош +highway emergency_access_point 1 прва помошs +highway footway 0 тротоар +highway footway 1 тротоарs +highway ford 0 брод +highway ford 1 бродs +highway gate 0 порта +highway gate 1 портаs +highway living_street 0 маалска улица +highway living_street 1 маалска улицаs +highway minor 0 помал спореден пат +highway minor 1 помал спореден патs +highway motorway 0 автопат +highway motorway 1 автопатs +highway motorway_junction 0 клучка +highway motorway_junction 1 клучкаs +highway motorway_link 0 приклучен пат +highway motorway_link 1 приклучен патs +highway path 0 патека +highway path 1 патекаs +highway pedestrian 0 пешачка патека +highway pedestrian 1 пешачка патекаs +highway platform 0 платформа +highway platform 1 платформаs +highway primary 0 главен пат +highway primary 1 главен патs +highway primary_link 0 главен пат +highway primary_link 1 главен патs +highway raceway 0 тркачка патека +highway raceway 1 тркачка патекаs +highway residential 0 станбен +highway residential 1 станбенs +highway road 0 пат +highway road 1 патs +highway secondary 0 спореден пат +highway secondary 1 спореден патs +highway secondary_link 0 спореден пат +highway secondary_link 1 спореден патs +highway service 0 помошен пат +highway service 1 помошен патs +highway services 0 крајпатен сервис +highway services 1 крајпатен сервисs +highway steps 0 скалила +highway steps 1 скалилаs +highway stile 0 тарабен премин +highway stile 1 тарабен преминs +highway tertiary 0 третостепен пат +highway tertiary 1 третостепен патs +highway track 0 полски пат +highway track 1 полски патs +highway trail 0 патека +highway trail 1 патекаs +highway trunk 0 магистрала +highway trunk 1 магистралаs +highway trunk_link 0 магистрала +highway trunk_link 1 магистралаs +highway unclassified 0 некласификуван пат +highway unclassified 1 некласификуван патs +highway unsurfaced 0 неасфалтиран пат +highway unsurfaced 1 неасфалтиран патs +historic archaeological_site 0 археолошки локалитет +historic archaeological_site 1 археолошки локалитетs +historic battlefield 0 бојно поле +historic battlefield 1 бојно полеs +historic boundary_stone 0 граничен камен +historic boundary_stone 1 граничен каменs +historic building 0 зграда +historic building 1 зградаs +historic castle 0 замок +historic castle 1 замокs +historic church 0 црква +historic church 1 цркваs +historic house 0 куќа +historic house 1 куќаs +historic icon 0 икона +historic icon 1 иконаs +historic manor 0 велепоседнички дом +historic manor 1 велепоседнички домs +historic memorial 0 споменик +historic memorial 1 споменикs +historic mine 0 рудник +historic mine 1 рудникs +historic monument 0 споменик +historic monument 1 споменикs +historic museum 0 музеј +historic museum 1 музејs +historic ruins 0 рушевини +historic ruins 1 рушевиниs +historic tower 0 кула +historic tower 1 кулаs +historic wayside_cross 0 крајпатен крст +historic wayside_cross 1 крајпатен крстs +historic wayside_shrine 0 параклис +historic wayside_shrine 1 параклисs +historic wreck 0 бродолом +historic wreck 1 бродоломs +landuse allotments 0 парцели +landuse allotments 1 парцелиs +landuse basin 0 басен +landuse basin 1 басенs +landuse brownfield 0 угар +landuse brownfield 1 угарs +landuse cemetery 0 гробишта +landuse cemetery 1 гробиштаs +landuse commercial 0 комерцијално подрачје +landuse commercial 1 комерцијално подрачјеs +landuse conservation 0 заштитено земјиште +landuse conservation 1 заштитено земјиштеs +landuse construction 0 градилиште +landuse construction 1 градилиштеs +landuse farm 0 фарма +landuse farm 1 фармаs +landuse farmland 0 обработливо земјиште +landuse farmland 1 обработливо земјиштеs +landuse farmyard 0 земјоделски двор +landuse farmyard 1 земјоделски дворs +landuse forest 0 шума +landuse forest 1 шумаs +landuse grass 0 трева +landuse grass 1 треваs +landuse greenfield 0 неискористено земјиште +landuse greenfield 1 неискористено земјиштеs +landuse industrial 0 индустриско подрачје +landuse industrial 1 индустриско подрачјеs +landuse landfill 0 депонија +landuse landfill 1 депонијаs +landuse meadow 0 ливада +landuse meadow 1 ливадаs +landuse military 0 воено подрачје +landuse military 1 воено подрачјеs +landuse mine 0 рудник +landuse mine 1 рудникs +landuse mountain 0 планина +landuse mountain 1 планинаs +landuse nature_reserve 0 природен резерват +landuse nature_reserve 1 природен резерватs +landuse park 0 парк +landuse park 1 паркs +landuse piste 0 писта +landuse piste 1 пистаs +landuse plaza 0 плоштадче +landuse plaza 1 плоштадчеs +landuse quarry 0 каменолом +landuse quarry 1 каменоломs +landuse railway 0 железница +landuse railway 1 железницаs +landuse recreation_ground 0 рекреативен терен +landuse recreation_ground 1 рекреативен теренs +landuse reservoir 0 резервоар +landuse reservoir 1 резервоарs +landuse residential 0 станбено подрачје +landuse residential 1 станбено подрачјеs +landuse retail 0 дуќани +landuse retail 1 дуќаниs +landuse village_green 0 селско зеленило +landuse village_green 1 селско зеленилоs +landuse vineyard 0 лозници +landuse vineyard 1 лознициs +landuse wetland 0 мочуриште +landuse wetland 1 мочуриштеs +landuse wood 0 шума +landuse wood 1 шумаs +leisure beach_resort 0 крајбрежно одморалиште +leisure beach_resort 1 крајбрежно одморалиштеs +leisure common 0 општествена земја +leisure common 1 општествена земјаs +leisure fishing 0 рибарење +leisure fishing 1 рибарењеs +leisure garden 0 градина +leisure garden 1 градинаs +leisure golf_course 0 голф-терен +leisure golf_course 1 голф-теренs +leisure ice_rink 0 лизгалиште +leisure ice_rink 1 лизгалиштеs +leisure marina 0 марина +leisure marina 1 маринаs +leisure miniature_golf 0 миниголф +leisure miniature_golf 1 миниголфs +leisure nature_reserve 0 природен резерват +leisure nature_reserve 1 природен резерватs +leisure park 0 парк +leisure park 1 паркs +leisure pitch 0 спортски терен +leisure pitch 1 спортски теренs +leisure playground 0 детско игралиште +leisure playground 1 детско игралиштеs +leisure recreation_ground 0 разонодно место +leisure recreation_ground 1 разонодно местоs +leisure slipway 0 испуст +leisure slipway 1 испустs +leisure sports_centre 0 спортски центар +leisure sports_centre 1 спортски центарs +leisure stadium 0 стадион +leisure stadium 1 стадионs +leisure swimming_pool 0 базен +leisure swimming_pool 1 базенs +leisure track 0 спортска патека +leisure track 1 спортска патекаs +leisure water_park 0 аквапарк +leisure water_park 1 аквапаркs +natural bay 0 залив +natural bay 1 заливs +natural beach 0 плажа +natural beach 1 плажаs +natural cape 0 ‘рт +natural cape 1 ‘ртs +natural cave_entrance 0 влез во пештера +natural cave_entrance 1 влез во пештераs +natural channel 0 канал +natural channel 1 каналs +natural cliff 0 гребен +natural cliff 1 гребенs +natural coastline 0 крајбрежје +natural coastline 1 крајбрежјеs +natural crater 0 кратер +natural crater 1 кратерs +natural feature 0 елемент +natural feature 1 елементs +natural fell 0 фел +natural fell 1 фелs +natural fjord 0 фјорд +natural fjord 1 фјордs +natural geyser 0 гејзер +natural geyser 1 гејзерs +natural glacier 0 глечер +natural glacier 1 глечерs +natural heath 0 голет +natural heath 1 голетs +natural hill 0 рид +natural hill 1 ридs +natural island 0 остров +natural island 1 островs +natural land 0 земја +natural land 1 земјаs +natural marsh 0 бара +natural marsh 1 бараs +natural moor 0 пустара +natural moor 1 пустараs +natural mud 0 кал +natural mud 1 калs +natural peak 0 врв +natural peak 1 врвs +natural point 0 точка +natural point 1 точкаs +natural reef 0 гребен +natural reef 1 гребенs +natural ridge 0 срт +natural ridge 1 сртs +natural river 0 река +natural river 1 рекаs +natural rock 0 карпа +natural rock 1 карпаs +natural scree 0 сип +natural scree 1 сипs +natural scrub 0 честак +natural scrub 1 честакs +natural shoal 0 плитко место +natural shoal 1 плитко местоs +natural spring 0 извор +natural spring 1 изворs +natural strait 0 проток +natural strait 1 протокs +natural tree 0 дрво +natural tree 1 дрвоs +natural valley 0 долина +natural valley 1 долинаs +natural volcano 0 вулкан +natural volcano 1 вулканs +natural water 0 вода +natural water 1 водаs +natural wetland 0 мочуриште +natural wetland 1 мочуриштеs +natural wetlands 0 мочуриште +natural wetlands 1 мочуриштеs +natural wood 0 шума +natural wood 1 шумаs +place city 0 град +place city 1 градs +place country 0 земја +place country 1 земјаs +place county 0 грофовија +place county 1 грофовијаs +place farm 0 фарма +place farm 1 фармаs +place hamlet 0 селце +place hamlet 1 селцеs +place house 0 куќа +place house 1 куќаs +place houses 0 куќи +place houses 1 куќиs +place island 0 остров +place island 1 островs +place islet 0 островче +place islet 1 островчеs +place locality 0 месност +place locality 1 месностs +place moor 0 пустара +place moor 1 пустараs +place municipality 0 општина +place municipality 1 општинаs +place postcode 0 поштенски број +place postcode 1 поштенски бројs +place region 0 регион +place region 1 регионs +place sea 0 море +place sea 1 мореs +place state 0 покраина +place state 1 покраинаs +place subdivision 0 админ. подрачје +place subdivision 1 админ. подрачјеs +place suburb 0 населба +place suburb 1 населбаs +place town 0 град +place town 1 градs +place unincorporated_area 0 нездружено подрачје +place unincorporated_area 1 нездружено подрачјеs +place village 0 село +place village 1 селоs +railway abandoned 0 напуштена железничка линија +railway abandoned 1 напуштена железничка линијаs +railway construction 0 железничка линија во изградба +railway construction 1 железничка линија во изградбаs +railway disused 0 напуштена железничка линија +railway disused 1 напуштена железничка линијаs +railway disused_station 0 напуштена железничка станица +railway disused_station 1 напуштена железничка станицаs +railway funicular 0 жичена железница +railway funicular 1 жичена железницаs +railway halt 0 железничка постојка +railway halt 1 железничка постојкаs +railway historic_station 0 историска железничка станица +railway historic_station 1 историска железничка станицаs +railway junction 0 железнички јазол +railway junction 1 железнички јазолs +railway level_crossing 0 надвозник +railway level_crossing 1 надвозникs +railway light_rail 0 лека железница +railway light_rail 1 лека железницаs +railway monorail 0 едношинска линија +railway monorail 1 едношинска линијаs +railway narrow_gauge 0 теснолинејка +railway narrow_gauge 1 теснолинејкаs +railway platform 0 железнички перон +railway platform 1 железнички перонs +railway preserved 0 зачувана железничка линија +railway preserved 1 зачувана железничка линијаs +railway spur 0 железнички огранок +railway spur 1 железнички огранокs +railway station 0 железничка станица +railway station 1 железничка станицаs +railway subway 0 метро станица +railway subway 1 метро станицаs +railway subway_entrance 0 влез во метро +railway subway_entrance 1 влез во метроs +railway switch 0 железнички пунктови +railway switch 1 железнички пунктовиs +railway tram 0 трамвајска линија +railway tram 1 трамвајска линијаs +railway tram_stop 0 трамвајска постојка +railway tram_stop 1 трамвајска постојкаs +railway yard 0 железничко депо +railway yard 1 железничко депоs +shop alcohol 0 алкохол на црно +shop alcohol 1 алкохол на црноs +shop apparel 0 облека +shop apparel 1 облекаs +shop art 0 уметнички дуќан +shop art 1 уметнички дуќанs +shop bakery 0 пекара +shop bakery 1 пекараs +shop beauty 0 козметика +shop beauty 1 козметикаs +shop beverages 0 пијалоци +shop beverages 1 пијалоциs +shop bicycle 0 продавница за велосипеди +shop bicycle 1 продавница за велосипедиs +shop books 0 книжарница +shop books 1 книжарницаs +shop butcher 0 месарница +shop butcher 1 месарницаs +shop car 0 автосалон +shop car 1 автосалонs +shop car_dealer 0 автосалон +shop car_dealer 1 автосалонs +shop car_parts 0 автоделови +shop car_parts 1 автоделовиs +shop car_repair 0 автосервис +shop car_repair 1 автосервисs +shop carpet 0 дуќан за теписи +shop carpet 1 дуќан за теписиs +shop charity 0 добротворна продавница +shop charity 1 добротворна продавницаs +shop chemist 0 аптека +shop chemist 1 аптекаs +shop clothes 0 дуќан за облека +shop clothes 1 дуќан за облекаs +shop computer 0 компјутерска продавница +shop computer 1 компјутерска продавницаs +shop confectionery 0 слаткарница +shop confectionery 1 слаткарницаs +shop convenience 0 бакалница +shop convenience 1 бакалницаs +shop copyshop 0 фотокопир +shop copyshop 1 фотокопирs +shop cosmetics 0 козметика +shop cosmetics 1 козметикаs +shop department_store 0 стоковна куќа +shop department_store 1 стоковна куќаs +shop discount 0 распродажен дуќан +shop discount 1 распродажен дуќанs +shop doityourself 0 направи-сам +shop doityourself 1 направи-самs +shop drugstore 0 аптека +shop drugstore 1 аптекаs +shop dry_cleaning 0 хемиско чистење +shop dry_cleaning 1 хемиско чистењеs +shop electronics 0 електронска опрема +shop electronics 1 електронска опремаs +shop estate_agent 0 недвижности +shop estate_agent 1 недвижностиs +shop farm 0 земјоделски дуќан +shop farm 1 земјоделски дуќанs +shop fashion 0 бутик +shop fashion 1 бутикs +shop fish 0 рибарница +shop fish 1 рибарницаs +shop florist 0 цвеќара +shop florist 1 цвеќараs +shop food 0 продавница за храна +shop food 1 продавница за хранаs +shop funeral_directors 0 погребална служба +shop funeral_directors 1 погребална службаs +shop furniture 0 мебел +shop furniture 1 мебелs +shop gallery 0 галерија +shop gallery 1 галеријаs +shop garden_centre 0 градинарски центар +shop garden_centre 1 градинарски центарs +shop general 0 колонијал +shop general 1 колонијалs +shop gift 0 дуќан за подароци +shop gift 1 дуќан за подароциs +shop greengrocer 0 пиљара +shop greengrocer 1 пиљараs +shop grocery 0 бакалница +shop grocery 1 бакалницаs +shop hairdresser 0 фризер +shop hairdresser 1 фризерs +shop hardware 0 алат и опрема +shop hardware 1 алат и опремаs +shop hifi 0 аудиосистеми +shop hifi 1 аудиосистемиs +shop insurance 0 осигурително +shop insurance 1 осигурителноs +shop jewelry 0 јувелир +shop jewelry 1 јувелирs +shop kiosk 0 трафика +shop kiosk 1 трафикаs +shop laundry 0 пералница +shop laundry 1 пералницаs +shop mall 0 трговски центар +shop mall 1 трговски центарs +shop market 0 пазар +shop market 1 пазарs +shop mobile_phone 0 мобилни телефони +shop mobile_phone 1 мобилни телефониs +shop motorcycle 0 моторцикли +shop motorcycle 1 моторциклиs +shop music 0 музички дуќан +shop music 1 музички дуќанs +shop newsagent 0 весникара +shop newsagent 1 весникараs +shop optician 0 оптичар +shop optician 1 оптичарs +shop organic 0 здрава храна +shop organic 1 здрава хранаs +shop outdoor 0 дуќан на отворено +shop outdoor 1 дуќан на отвореноs +shop pet 0 домашни миленици +shop pet 1 домашни миленициs +shop photo 0 фотографски дуќан +shop photo 1 фотографски дуќанs +shop salon 0 салон +shop salon 1 салонs +shop shoes 0 обувки +shop shoes 1 обувкиs +shop shopping_centre 0 трговски центар +shop shopping_centre 1 трговски центарs +shop sports 0 спортски дуќан +shop sports 1 спортски дуќанs +shop stationery 0 прибор и репроматеријали +shop stationery 1 прибор и репроматеријалиs +shop supermarket 0 супермаркет +shop supermarket 1 супермаркетs +shop toys 0 продавница за играчки +shop toys 1 продавница за играчкиs +shop travel_agency 0 туристичка агенција +shop travel_agency 1 туристичка агенцијаs +shop video 0 видеотека +shop video 1 видеотекаs +shop wine 0 алкохолни пијалоци +shop wine 1 алкохолни пијалоциs +tourism alpine_hut 0 планинска куќарка +tourism alpine_hut 1 планинска куќаркаs +tourism artwork 0 уметничко дело +tourism artwork 1 уметничко делоs +tourism attraction 0 атракција +tourism attraction 1 атракцијаs +tourism bed_and_breakfast 0 полупансион +tourism bed_and_breakfast 1 полупансионs +tourism cabin 0 колиба +tourism cabin 1 колибаs +tourism camp_site 0 камп +tourism camp_site 1 кампs +tourism caravan_site 0 автокамп +tourism caravan_site 1 автокампs +tourism chalet 0 брвнара +tourism chalet 1 брвнараs +tourism guest_house 0 пансион +tourism guest_house 1 пансионs +tourism hostel 0 хостел +tourism hostel 1 хостелs +tourism hotel 0 хотел +tourism hotel 1 хотелs +tourism information 0 информации +tourism information 1 информацииs +tourism lean_to 0 прилепена стреа +tourism lean_to 1 прилепена стреаs +tourism motel 0 мотел +tourism motel 1 мотелs +tourism museum 0 музеј +tourism museum 1 музејs +tourism picnic_site 0 излетничко место +tourism picnic_site 1 излетничко местоs +tourism theme_park 0 забавен парк +tourism theme_park 1 забавен паркs +tourism valley 0 долина +tourism valley 1 долинаs +tourism viewpoint 0 видиковец +tourism viewpoint 1 видиковецs +tourism zoo 0 зоолошка +tourism zoo 1 зоолошкаs +waterway boatyard 0 чамцоградилиште +waterway boatyard 1 чамцоградилиштеs +waterway canal 0 канал +waterway canal 1 каналs +waterway connector 0 слив +waterway connector 1 сливs +waterway dam 0 брана +waterway dam 1 бранаs +waterway derelict_canal 0 запуштен канал +waterway derelict_canal 1 запуштен каналs +waterway ditch 0 канач +waterway ditch 1 каначs +waterway dock 0 док +waterway dock 1 докs +waterway drain 0 одвод +waterway drain 1 одводs +waterway lock 0 каналска брана +waterway lock 1 каналска бранаs +waterway lock_gate 0 каналска капија +waterway lock_gate 1 каналска капијаs +waterway mineral_spring 0 минерален извор +waterway mineral_spring 1 минерален изворs +waterway mooring 0 сидриште +waterway mooring 1 сидриштеs +waterway rapids 0 брзак +waterway rapids 1 брзакs +waterway river 0 река +waterway river 1 рекаs +waterway riverbank 0 кеј +waterway riverbank 1 кејs +waterway stream 0 поток +waterway stream 1 потокs +waterway wadi 0 вади +waterway wadi 1 вадиs +waterway water_point 0 пристап до вода +waterway water_point 1 пристап до водаs +waterway waterfall 0 водопад +waterway waterfall 1 водопадs +waterway weir 0 јаз +waterway weir 1 јазs diff --git a/resources/categories/nl.tsv b/resources/categories/nl.tsv new file mode 100644 index 0000000..310c4ae --- /dev/null +++ b/resources/categories/nl.tsv @@ -0,0 +1,871 @@ +key value is_plural phrase +aeroway aerodrome 0 luchthaven +aeroway aerodrome 1 luchthavens +amenity arts_centre 0 kunstcollectief +amenity arts_centre 1 kunstcollectieven +amenity atm 0 geldautomaat +amenity atm 1 geldautomaten +amenity auditorium 0 auditorium +amenity auditorium 1 auditoriums +amenity bank 0 bank +amenity bank 1 banken +amenity bar 0 bar +amenity bar 1 bars +amenity bench 0 bankje +amenity bench 1 bankjes +amenity bicycle_parking 0 fietsenstalling +amenity bicycle_parking 1 fietsenstallingen +amenity bicycle_rental 0 fietsverhuur +amenity bicycle_rental 1 fietsverhuren +amenity brothel 0 bordeel +amenity brothel 1 bordelen +amenity bureau_de_change 0 wisselkantoor +amenity bureau_de_change 1 wisselkantoren +amenity bus_station 0 busstation +amenity bus_station 1 busstations +amenity cafe 0 café +amenity cafe 1 cafés +amenity car_rental 0 autoverhuur +amenity car_rental 1 autoverhuren +amenity car_sharing 0 autodelen +amenity car_sharing 0 carpooling +amenity car_wash 0 carwash +amenity car_wash 1 carwashes +amenity car_wash 0 autowasstraat +amenity car_wash 1 autowasstraten +amenity casino 0 casino +amenity casino 1 casinos +amenity casino 1 casino's +amenity cinema 0 bioscoop +amenity cinema 1 bioscopen +amenity cinema 0 cinema +amenity cinema 1 cinemas +amenity clinic 0 kliniek +amenity clinic 1 klinieken +amenity club 0 club +amenity club 1 clubs +amenity college 0 hogeschool +amenity college 1 hogescholen +amenity community_centre 0 gemeenschapscentrum +amenity community_centre 1 gemeenschapscentrums +amenity community_centre 1 gemeenschapscentra +amenity courthouse 0 rechtbank +amenity courthouse 1 rechtbanken +amenity crematorium 0 crematorium +amenity crematorium 1 crematoriums +amenity crematorium 1 crematoria +amenity dentist 0 tandarts +amenity dentist 1 tandartsen +amenity doctors 0 dokter +amenity doctors 1 dokters +amenity dormitory 0 studentenhuis +amenity dormitory 1 studentenhuizen +amenity drinking_water 0 drinkwater +amenity drinking_water 1 drinkwater +amenity driving_school 0 rijschool +amenity driving_school 1 rijscholen +amenity embassy 0 ambassade +amenity embassy 1 ambassades +amenity emergency_phone 0 noodtelefoon +amenity emergency_phone 1 noodtelefoons +amenity fast_food 0 fast food +amenity fast_food 1 fast foods +amenity ferry_terminal 0 veerterminal +amenity ferry_terminal 1 veerterminals +amenity fire_hydrant 0 brandkraan +amenity fire_hydrant 1 brandkranen +amenity fire_station 0 brandweer +amenity fire_station 1 brandweer +amenity fountain 0 fontein +amenity fountain 1 fonteinen +amenity fuel 0 brandstof +amenity fuel 1 brandstof +amenity fuel 0 benzine pomp +amenity fuel 1 benzine pompen +amenity grave_yard 0 begraafplaats +amenity grave_yard 1 begraafplaatsen +amenity gym 0 fitnesscentrum +amenity gym 1 fitnesscentrums +amenity gym 1 fitnesscentra +amenity hall 0 hal +amenity hall 1 hallen +amenity health_centre 0 gezondheidscentrum +amenity health_centre 1 gezondheidscentrums +amenity health_centre 1 gezondheidscentra +amenity hospital 0 ziekenhuis +amenity hospital 1 ziekenhuizen +amenity hotel 0 hotel +amenity hotel 1 hotels +amenity hunting_stand 0 jachttoren +amenity hunting_stand 1 jachttorens +amenity ice_cream 0 ijs +amenity ice_cream 1 ijs +amenity kindergarten 0 kleuterschool +amenity kindergarten 1 kleuterscholen +amenity library 0 bibliotheek +amenity library 1 bibliotheken +amenity market 0 markt +amenity market 1 markten +amenity marketplace 0 marktplein +amenity marketplace 1 marktpleinen +amenity marketplace 1 markten +amenity mountain_rescue 0 reddingsdienst +amenity mountain_rescue 1 reddingsdiensten +amenity nightclub 0 nachtclub +amenity nightclub 1 nachtclubs +amenity nightclub 0 discotheek +amenity nightclub 1 discotheeken +amenity nightclub 1 disco's +amenity nursing_home 0 verpleeghuis +amenity nursing_home 1 verpleeghuizen +amenity nursing_home 0 rvt +amenity nursing_home 1 rvt's +amenity nursing_home 0 rusthuis +amenity nursing_home 1 rusthuizen +amenity office 0 kantoor +amenity office 1 kantoren +amenity park 0 park +amenity park 1 parken +amenity parking 0 parkeren +amenity parking 1 parkeren +amenity parking 0 parking +amenity parking 1 parkings +amenity pharmacy 0 apotheek +amenity pharmacy 1 apotheken +amenity place_of_worship 0 gebedsplaats +amenity place_of_worship 1 gebedsplaatsen +amenity police 0 politie +amenity police 1 politie +amenity post_box 0 brievenbus +amenity post_box 1 brievenbussen +amenity post_office 0 postkantoor +amenity post_office 1 postkantoren +amenity preschool 0 peuterspeelzaal +amenity preschool 1 peuterspeelzalen +amenity preschool 0 kleuterschool +amenity preschool 1 kleuterscholen +amenity prison 0 gevangenis +amenity prison 1 gevangenissen +amenity pub 0 café +amenity pub 1 cafés +amenity pub 1 café's +amenity public_building 0 openbaar gebouw +amenity public_building 1 openbare gebouwen +amenity public_market 0 openbare markt +amenity public_market 1 openbare markten +amenity reception_area 0 receptie +amenity reception_area 1 recepties +amenity recycling 0 recyclingpunt +amenity recycling 1 recyclingpunten +amenity recycling 0 recyclage +amenity recycling 1 recyclage +amenity restaurant 0 restaurant +amenity restaurant 1 restaurants +amenity retirement_home 0 bejaardentehuis +amenity retirement_home 1 bejaardentehuizen +amenity retirement_home 0 rusthuis +amenity retirement_home 1 rusthuizen +amenity sauna 0 sauna +amenity sauna 1 sauna's +amenity school 0 school +amenity school 1 scholen +amenity shelter 0 beschutting +amenity shelter 1 beschuttingen +amenity shop 0 winkel +amenity shop 1 winkels +amenity shopping 0 winkelen +amenity shopping 1 winkelen +amenity studio 0 eenkamerappartement +amenity studio 1 eenkamerappartementen +amenity studio 0 studio +amenity studio 1 studio's +amenity supermarket 0 supermarkt +amenity supermarket 1 supermarkten +amenity taxi 0 taxi +amenity taxi 1 taxi's +amenity telephone 0 openbare telefoon +amenity telephone 1 openbare telefoons +amenity theatre 0 theater +amenity theatre 1 theaters +amenity toilets 0 toilet +amenity toilets 1 toiletten +amenity townhall 0 gemeentehuis +amenity townhall 1 gemeentehuizen +amenity university 0 universiteit +amenity university 1 universiteiten +amenity vending_machine 0 automaat +amenity vending_machine 1 automaten +amenity veterinary 0 dierenarts +amenity veterinary 1 dierenartsen +amenity village_hall 0 gemeentehuis +amenity village_hall 1 gemeentehuizen +amenity waste_basket 0 vuilbak +amenity waste_basket 1 vuilbakken +amenity wifi 0 wifi-toegang +amenity wifi 1 wifi-toegang +amenity wifi 0 wifi +amenity wifi 1 wifi +amenity youth_centre 0 jeugdcentrum +amenity youth_centre 1 jeugdcentrums +amenity youth_centre 1 jeugdcentra +boundary administrative 0 administratieve grens +boundary administrative 1 administratieve grenzen +building apartments 0 appartement +building apartments 1 appartementen +building bunker 0 bunker +building bunker 1 bunkers +building chapel 0 kapel +building chapel 1 kapellen +building church 0 kerk +building church 1 kerken +building city_hall 0 gemeentehuis +building city_hall 1 gemeentehuizen +building commercial 0 commercieel gebouw +building commercial 1 commerciële gebouwen +building dormitory 0 studentenhuis +building dormitory 1 studentenhuizen +building entrance 0 ingang +building entrance 1 ingangen +building faculty 0 faculteitsgebouw +building faculty 1 faculteitsgebouwen +building farm 0 boerderij +building farm 1 boerderijen +building flats 0 flat +building flats 1 flats +building garage 0 garage +building garage 1 garages +building hall 0 hal +building hall 1 hallen +building hospital 0 ziekenhuis +building hospital 1 ziekenhuizen +building hotel 0 hotel +building hotel 1 hotels +building house 0 huis +building house 1 huizen +building industrial 0 industrieel gebouw +building industrial 1 industriële gebouwen +building office 0 kantoorgebouw +building office 1 kantoorgebouwen +building public 0 openbaar gebouw +building public 1 openbare gebouwen +building retail 0 winkelpand +building retail 1 winkelpanden +building school 0 schoolgebouw +building school 1 schoolgebouwen +building shop 0 winkel +building shop 1 winkels +building stadium 0 stadion +building stadium 1 stadions +building store 0 winkel +building store 1 winkels +building tower 0 toren +building tower 1 torens +building train_station 0 spoorwegstation +building train_station 1 spoorwegstations +building university 0 universiteitsgebouw +building university 1 universiteitsgebouwen +building "yes" 0 gebouw +building "yes" 1 gebouwen +highway bridleway 0 ruiterpad +highway bridleway 1 ruiterpaden +highway bus_guideway 0 busbaan +highway bus_guideway 1 busbanen +highway bus_stop 0 bushalte +highway bus_stop 1 bushaltes +highway byway 0 onverharde weg +highway byway 1 onverharde wegs +highway construction 0 snelweg in aanbouw +highway construction 1 snelwegen in aanbouw +highway cycleway 0 fietspad +highway cycleway 1 fietspaden +highway distance_marker 0 afstandsmarkering +highway distance_marker 1 afstandsmarkeringen +highway emergency_access_point 0 noodafslag +highway emergency_access_point 1 noodafslagen +highway footway 0 voetpad +highway footway 1 voetpaden +highway ford 0 voorde +highway ford 1 voordes +highway gate 0 slagboom +highway gate 1 slagbomen +highway living_street 0 woonerf +highway living_street 1 woonerven +highway minor 0 lokale weg +highway minor 1 lokale wegen +highway motorway 0 autosnelweg +highway motorway 1 autosnelwegen +highway motorway_junction 0 afrit +highway motorway_junction 1 afritten +highway path 0 pad +highway path 1 paden +highway pedestrian 0 voetgangerszone +highway pedestrian 1 voetgangerszones +highway platform 0 perron +highway platform 1 perrons +highway primary 0 primaire weg +highway primary 1 primaire wegen +highway primary_link 0 primaire weg +highway primary_link 1 primaire wegen +highway raceway 0 racecircuit +highway raceway 1 racecircuits +highway residential 0 straat +highway residential 1 straten +highway road 0 weg +highway road 1 wegen +highway road 0 straat +highway road 1 straten +highway secondary 0 secundaire weg +highway secondary 1 secundaire wegen +highway secondary_link 0 secundaire weg +highway secondary_link 1 secundaire wegen +highway service 0 serviceweg +highway service 1 servicewegen +highway steps 0 trap +highway steps 1 trappen +highway stile 0 overstap +highway stile 1 overstappen +highway tertiary 0 tertiaire weg +highway tertiary 1 tertiaire wegen +highway track 0 pad +highway track 1 paden +highway track 0 slag +highway track 1 slagen +highway trail 0 pad +highway trail 1 paden +highway trunk 0 autoweg +highway trunk 1 autowegen +highway trunk_link 0 autoweg +highway trunk_link 1 autowegen +highway unclassified 0 landweg +highway unclassified 1 landwegen +highway unsurfaced 0 onverharde weg +highway unsurfaced 1 onverharde wegen +historic archaeological_site 0 archeologische site +historic archaeological_site 1 archeologische sites +historic battlefield 0 slagveld +historic battlefield 1 slagvelden +historic boundary_stone 0 grenspaal +historic boundary_stone 1 grenspalen +historic building 0 historisch gebouw +historic building 1 historische gebouwen +historic castle 0 kasteel +historic castle 1 kastelen +historic church 0 kerk +historic church 1 kerken +historic house 0 huis +historic house 1 huizen +historic icon 0 icoon +historic icon 1 iconen +historic manor 0 landgoed +historic manor 1 landgoed +historic memorial 0 monument +historic memorial 1 monumenten +historic mine 0 mijn +historic mine 1 mijnen +historic monument 0 monoment +historic monument 1 monomenten +historic monument 0 groot monoment +historic monument 1 grote monomenten +historic museum 0 museum +historic museum 1 museums +historic museum 1 musea +historic ruins 0 ruïne +historic ruins 1 ruïnes +historic tower 0 toren +historic tower 1 torens +historic wayside_cross 0 kruis +historic wayside_cross 1 kruisen +historic wayside_shrine 0 altaar +historic wayside_shrine 1 altaars +historic wreck 0 wrak +historic wreck 1 wrakken +landuse allotments 0 volkstuinen +landuse allotments 1 volkstuinenen +landuse basin 0 waterbekken +landuse basin 1 waterbekkens +landuse brownfield 0 braakliggend terrein +landuse brownfield 1 braakliggende terreinen +landuse cemetery 0 begraafplaats +landuse cemetery 1 begraafplaatsen +landuse commercial 0 commercieel gebied +landuse commercial 1 commerciële gebieden +landuse conservation 0 natuurbehoud +landuse conservation 1 natuurbehoud +landuse construction 0 in aanbouw +landuse construction 1 in aanbouw +landuse farm 0 boerderij +landuse farm 1 boerderijen +landuse farmland 0 landbouwgrond +landuse farmland 1 landbouwgronden +landuse farmyard 0 boerenerf +landuse farmyard 1 boerenerven +landuse forest 0 bos +landuse forest 1 bossen +landuse grass 0 grasland +landuse grass 1 graslanden +landuse greenfield 0 bouwgrond +landuse greenfield 1 bouwgrond +landuse industrial 0 industrieel gebied +landuse industrial 1 industriële gebieden +landuse landfill 0 stortplaats +landuse landfill 1 stortplaatsen +landuse meadow 0 weide +landuse meadow 1 weides +landuse military 0 miltair gebied +landuse military 1 miltaire gebieden +landuse mine 0 mijn +landuse mine 1 mijnen +landuse mountain 0 berg +landuse mountain 1 bergen +landuse nature_reserve 0 natuurreservaat +landuse nature_reserve 1 natuurreservaten +landuse park 0 park +landuse park 1 parken +landuse piste 0 piste +landuse piste 1 pistes +landuse plaza 0 plein +landuse plaza 1 pleinen +landuse quarry 0 steengroeve +landuse quarry 1 steengroeves +landuse railway 0 spoor +landuse railway 1 spooren +landuse recreation_ground 0 recreatiegebied +landuse recreation_ground 1 recreatiegebieden +landuse reservoir 0 reservoir +landuse reservoir 1 reservoirs +landuse residential 0 woonwijk +landuse residential 1 woonwijken +landuse retail 0 winkels +landuse retail 1 winkels +landuse village_green 0 stadsgroen +landuse village_green 1 stadsgroen +landuse vineyard 0 wijngaard +landuse vineyard 1 wijngaarden +landuse wetland 0 moeras +landuse wetland 1 moerassen +landuse wood 0 houtland +landuse wood 1 houtland +leisure beach_resort 0 badplaats +leisure beach_resort 1 badplaatsen +leisure common 0 meent +leisure common 1 meents +leisure fishing 0 visvijver +leisure fishing 1 visvijvers +leisure garden 0 tuin +leisure garden 1 tuinen +leisure golf_course 0 golfbaan +leisure golf_course 1 golfbanen +leisure ice_rink 0 ijsbaan +leisure ice_rink 1 ijsbanen +leisure ice_rink 0 ijspiste +leisure ice_rink 1 ijspistes +leisure marina 0 jachthaven +leisure marina 1 jachthavens +leisure miniature_golf 0 minigolf +leisure miniature_golf 1 minigolf +leisure nature_reserve 0 natuurreservaat +leisure nature_reserve 1 natuurreservaten +leisure park 0 park +leisure park 1 parken +leisure pitch 0 sportveld +leisure pitch 1 sportvelden +leisure playground 0 speelplaats +leisure playground 1 speelplaatsen +leisure recreation_ground 0 recreatiegebied +leisure recreation_ground 1 recreatiegebieden +leisure slipway 0 scheepshelling +leisure slipway 1 scheepshellingen +leisure sports_centre 0 sportcentrum +leisure sports_centre 1 sportcentrums +leisure sports_centre 1 sportcentra +leisure stadium 0 stadion +leisure stadium 1 stadions +leisure stadium 1 stadia +leisure swimming_pool 0 zwembad +leisure swimming_pool 1 zwembaden +leisure track 0 atletiekbaan +leisure track 1 atletiekbanen +leisure water_park 0 waterspeelpark +leisure water_park 1 waterspeelparken +leisure water_park 0 waterpark +leisure water_park 1 waterparken +natural bay 0 baai +natural bay 1 baaien +natural beach 0 strand +natural beach 1 stranden +natural cape 0 kaap +natural cape 1 kapen +natural cave_entrance 0 grotingang +natural cave_entrance 1 grotingangen +natural channel 0 kanaal +natural channel 1 kanalen +natural cliff 0 klif +natural cliff 1 kliffen +natural coastline 0 kustlijn +natural coastline 1 kustlijnen +natural crater 0 krater +natural crater 1 kraters +natural feature 0 bezienswaardigheid +natural feature 1 bezienswaardigheden +natural fell 0 fjell +natural fell 1 fjell +natural fjord 0 fjord +natural fjord 1 fjorden +natural geyser 0 geiser +natural geyser 1 geisers +natural glacier 0 gletsjer +natural glacier 1 gletsjers +natural heath 0 heide +natural heath 1 heide +natural hill 0 heuvel +natural hill 1 heuvels +natural island 0 eiland +natural island 1 eilanden +natural land 0 land +natural land 1 landen +natural marsh 0 moeras +natural marsh 1 moerassen +natural moor 0 veen +natural moor 1 venen +natural mud 0 modder +natural mud 1 modder +natural peak 0 spits +natural peak 1 spitsen +natural reef 0 rif +natural reef 1 riffen +natural ridge 0 bergkam +natural ridge 1 bergkammen +natural river 0 rivier +natural river 1 rivieren +natural rock 0 rots +natural rock 1 rotsen +natural scree 0 puin +natural scree 1 puin +natural scrub 0 struikgewas +natural scrub 1 struikgewassen +natural shoal 0 zandbank +natural shoal 1 zandbanken +natural spring 0 bron +natural spring 1 bronnen +natural strait 0 zeeëngte +natural strait 1 zeeëngtes +natural tree 0 boom +natural tree 1 bomen +natural valley 0 vallei +natural valley 1 valleien +natural volcano 0 vulkaan +natural volcano 1 vulkanen +natural water 0 water +natural water 1 water +natural wetland 0 moeras +natural wetland 1 moerassen +natural wetlands 0 moeras +natural wetlands 1 moerassen +natural wood 0 bos +natural wood 1 bossen +place city 0 stad +place city 1 stads +place country 0 district +place country 1 districts +place county 0 district +place county 1 districts +place farm 0 boerderij +place farm 1 boerderijs +place hamlet 0 gehucht +place hamlet 1 gehuchts +place house 0 huis +place house 1 huiss +place houses 0 huizen +place houses 1 huizens +place island 0 eiland +place island 1 eilands +place islet 0 eilandje +place islet 1 eilandjes +place locality 0 plaats +place locality 1 plaatss +place moor 0 veen +place moor 1 veens +place municipality 0 gemeente +place municipality 1 gemeentes +place postcode 0 postcode +place postcode 1 postcodes +place region 0 regio +place region 1 regios +place sea 0 zee +place sea 1 zees +place state 0 staat +place state 1 staats +place subdivision 0 deelgebied +place subdivision 1 deelgebieds +place suburb 0 buitenwijk +place suburb 1 buitenwijks +place town 0 stad +place town 1 stads +place unincorporated_area 0 gemeentevrij gebied +place unincorporated_area 1 gemeentevrij gebieds +place village 0 dorp +place village 1 dorps +railway abandoned 0 vervallen spoorweg +railway abandoned 1 vervallen spoorwegs +railway construction 0 spoor in aanbouw +railway construction 1 spoor in aanbouws +railway disused 0 ongebruikte spoorweg +railway disused 1 ongebruikte spoorwegs +railway disused_station 0 ongebruikt spoorwegstation +railway disused_station 1 ongebruikt spoorwegstations +railway funicular 0 kabelspoorweg +railway funicular 1 kabelspoorwegs +railway halt 0 treinhalte +railway halt 1 treinhaltes +railway historic_station 0 historisch spoorwegstation +railway historic_station 1 historisch spoorwegstations +railway junction 0 spoorwegkruising +railway junction 1 spoorwegkruisings +railway level_crossing 0 gelijkvloerse kruising +railway level_crossing 1 gelijkvloerse kruisings +railway light_rail 0 lightrail +railway light_rail 1 lightrails +railway monorail 0 monorail +railway monorail 1 monorails +railway narrow_gauge 0 smalspoor +railway narrow_gauge 1 smalspoors +railway platform 0 spoorwegplatform +railway platform 1 spoorwegplatforms +railway preserved 0 historisch spoor +railway preserved 1 historisch spoors +railway spur 0 parallelspoorweg +railway spur 1 parallelspoorwegs +railway station 0 spoorwegstation +railway station 1 spoorwegstations +railway subway 0 metrostation +railway subway 1 metrostations +railway subway_entrance 0 metroingang +railway subway_entrance 1 metroingangs +railway switch 0 spoogwegpunten +railway switch 1 spoogwegpuntens +railway tram 0 tramrails +railway tram 1 tramrailss +railway tram_stop 0 tramhalte +railway tram_stop 1 tramhaltes +railway yard 0 rangeerterrein +railway yard 1 rangeerterreins +shop alcohol 0 slijterij +shop alcohol 1 slijterijs +shop apparel 0 kledingwinkel +shop apparel 1 kledingwinkels +shop art 0 kunstwinkel +shop art 1 kunstwinkels +shop bakery 0 bakkerij +shop bakery 1 bakkerijs +shop beauty 0 schoonheidssalon +shop beauty 1 schoonheidssalons +shop beverages 0 frisdrankverkooppunt +shop beverages 1 frisdrankverkooppunts +shop bicycle 0 fietsenwinkel +shop bicycle 1 fietsenwinkels +shop books 0 boekenwinkel +shop books 1 boekenwinkels +shop butcher 0 slagerij +shop butcher 1 slagerijs +shop car 0 automaterialenwinkel +shop car 1 automaterialenwinkels +shop car_dealer 0 autodealer +shop car_dealer 1 autodealers +shop car_parts 0 autoonderdelen +shop car_parts 1 autoonderdelens +shop car_repair 0 autogarage +shop car_repair 1 autogarages +shop carpet 0 tapijtzaak +shop carpet 1 tapijtzaaks +shop charity 0 liefdadigheidswinkel +shop charity 1 liefdadigheidswinkels +shop chemist 0 apotheek +shop chemist 1 apotheeks +shop clothes 0 kledingwinkel +shop clothes 1 kledingwinkels +shop computer 0 computerwinkel +shop computer 1 computerwinkels +shop confectionery 0 snoepverkooppunt +shop confectionery 1 snoepverkooppunts +shop convenience 0 gemakswinkel +shop convenience 1 gemakswinkels +shop copyshop 0 copyshop +shop copyshop 1 copyshops +shop cosmetics 0 cosmeticawinkel +shop cosmetics 1 cosmeticawinkels +shop department_store 0 warenhuis +shop department_store 1 warenhuiss +shop discount 0 discountwinkel +shop discount 1 discountwinkels +shop doityourself 0 doe-het-zelf-winkel +shop doityourself 1 doe-het-zelf-winkels +shop drugstore 0 drogisterij +shop drugstore 1 drogisterijs +shop dry_cleaning 0 stomerij +shop dry_cleaning 1 stomerijs +shop electronics 0 elektronicawinkel +shop electronics 1 elektronicawinkels +shop estate_agent 0 makelaar +shop estate_agent 1 makelaars +shop farm 0 boerenwinkel +shop farm 1 boerenwinkels +shop fashion 0 kledingwinkel +shop fashion 1 kledingwinkels +shop fish 0 viswinkel +shop fish 1 viswinkels +shop florist 0 bloemist +shop florist 1 bloemists +shop food 0 etenswarenwinkel +shop food 1 etenswarenwinkels +shop funeral_directors 0 uitvaartcentrum +shop funeral_directors 1 uitvaartcentrums +shop furniture 0 meubelzaak +shop furniture 1 meubelzaaks +shop gallery 0 galerie +shop gallery 1 galeries +shop garden_centre 0 tuincentrum +shop garden_centre 1 tuincentrums +shop general 0 algemene winkel +shop general 1 algemene winkels +shop gift 0 cadeauwinkel +shop gift 1 cadeauwinkels +shop greengrocer 0 groenteboer +shop greengrocer 1 groenteboers +shop grocery 0 kruidenierswinkel +shop grocery 1 kruidenierswinkels +shop hairdresser 0 kapper +shop hairdresser 1 kappers +shop hardware 0 gereedschappenwinkel +shop hardware 1 gereedschappenwinkels +shop hifi 0 hi-fi +shop hifi 1 hi-fis +shop insurance 0 verzekeringen +shop insurance 1 verzekeringens +shop jewelry 0 juwelier +shop jewelry 1 juweliers +shop kiosk 0 kioskwinkel +shop kiosk 1 kioskwinkels +shop laundry 0 wasserij +shop laundry 1 wasserijs +shop mall 0 overdekt winkelcentrum +shop mall 1 overdekt winkelcentrums +shop market 0 markt +shop market 1 markts +shop mobile_phone 0 mobiele telefoons +shop mobile_phone 1 mobiele telefoonss +shop motorcycle 0 motorfietsenwinkel +shop motorcycle 1 motorfietsenwinkels +shop music 0 muziekwinkel +shop music 1 muziekwinkels +shop newsagent 0 straatkiosk +shop newsagent 1 straatkiosks +shop optician 0 opticien +shop optician 1 opticiens +shop organic 0 organische winkel +shop organic 1 organische winkels +shop outdoor 0 buitensportwinkel +shop outdoor 1 buitensportwinkels +shop pet 0 dierenwinkel +shop pet 1 dierenwinkels +shop photo 0 fotowinkel +shop photo 1 fotowinkels +shop salon 0 schoonheidssalon +shop salon 1 schoonheidssalons +shop shoes 0 schoenenzaak +shop shoes 1 schoenenzaaks +shop shopping_centre 0 winkelcentrum +shop shopping_centre 1 winkelcentrums +shop sports 0 sportwinkel +shop sports 1 sportwinkels +shop stationery 0 kantoorartikelenwinkel +shop stationery 1 kantoorartikelenwinkels +shop supermarket 0 supermarkt +shop supermarket 1 supermarkts +shop toys 0 speelgoedwinkel +shop toys 1 speelgoedwinkels +shop travel_agency 0 reisbureau +shop travel_agency 1 reisbureaus +shop video 0 videotheek +shop video 1 videotheeks +shop wine 0 slijterij +shop wine 1 slijterijs +tourism alpine_hut 0 berghut +tourism alpine_hut 1 berghuts +tourism artwork 0 kunst +tourism artwork 1 kunsts +tourism attraction 0 attractie +tourism attraction 1 attracties +tourism bed_and_breakfast 0 pension +tourism bed_and_breakfast 1 pensions +tourism cabin 0 hut +tourism cabin 1 huts +tourism camp_site 0 kampeerterrein +tourism camp_site 1 kampeerterreins +tourism caravan_site 0 caravankampeerterrein +tourism caravan_site 1 caravankampeerterreins +tourism chalet 0 vakantiehuisje +tourism chalet 1 vakantiehuisjes +tourism guest_house 0 gastenverblijf +tourism guest_house 1 gastenverblijfs +tourism hostel 0 jeugdherberg +tourism hostel 1 jeugdherbergs +tourism hotel 0 hotel +tourism hotel 1 hotels +tourism information 0 informatie +tourism information 1 informaties +tourism lean_to 0 open schutplaats +tourism lean_to 1 open schutplaatss +tourism motel 0 motel +tourism motel 1 motels +tourism museum 0 museum +tourism museum 1 museums +tourism picnic_site 0 picknickplaats +tourism picnic_site 1 picknickplaatss +tourism theme_park 0 pretpark +tourism theme_park 1 pretparks +tourism valley 0 vallei +tourism valley 1 valleis +tourism viewpoint 0 bijzonder uitzicht +tourism viewpoint 1 bijzonder uitzichts +tourism zoo 0 dierentuin +tourism zoo 1 dierentuins +waterway boatyard 0 scheepswerf +waterway boatyard 1 scheepswerfs +waterway canal 0 kanaal +waterway canal 1 kanaals +waterway connector 0 waterverbinding +waterway connector 1 waterverbindings +waterway dam 0 dam +waterway dam 1 dams +waterway derelict_canal 0 onbeheerd kanaal +waterway derelict_canal 1 onbeheerd kanaals +waterway ditch 0 sloot +waterway ditch 1 sloots +waterway dock 0 dock +waterway dock 1 docks +waterway drain 0 afvoerkanaal +waterway drain 1 afvoerkanaals +waterway lock 0 schutsluis +waterway lock 1 schutsluiss +waterway lock_gate 0 sluisdeur +waterway lock_gate 1 sluisdeurs +waterway mineral_spring 0 bron +waterway mineral_spring 1 brons +waterway mooring 0 aanlegplaats +waterway mooring 1 aanlegplaatss +waterway rapids 0 stroomversnelling +waterway rapids 1 stroomversnellings +waterway river 0 rivier +waterway river 1 riviers +waterway riverbank 0 rivierbedding +waterway riverbank 1 rivierbeddings +waterway stream 0 stroom +waterway stream 1 strooms +waterway wadi 0 beek +waterway wadi 1 beeks +waterway water_point 0 waterpunt +waterway water_point 1 waterpunts +waterway waterfall 0 waterval +waterway waterfall 1 watervals +waterway weir 0 stuwdam +waterway weir 1 stuwdams diff --git a/resources/categories/no.tsv b/resources/categories/no.tsv new file mode 100644 index 0000000..5173adb --- /dev/null +++ b/resources/categories/no.tsv @@ -0,0 +1,7 @@ +key value is_plural phrase +aeroway aerodrome 0 flyplass +aeroway aerodrome 1 flyplasser +amenity arts_centre 0 kunstsenter +amenity arts_centre 1 kunstsentre +amenity atm 0 minibank +amenity atm 1 minibanker diff --git a/resources/categories/pl.tsv b/resources/categories/pl.tsv new file mode 100644 index 0000000..5bc56e3 --- /dev/null +++ b/resources/categories/pl.tsv @@ -0,0 +1,654 @@ +key value is_plural phrase +aeroway aerodrome 0 lotnisko +aeroway aerodrome 1 lotniska +amenity atm 0 bankomat +amenity atm 1 bankomaty +amenity bank 0 bank +amenity bank 1 banki +amenity fast_food 0 bar +amenity fast_food 1 bary +amenity bicycle_parking 0 parking rowerowy +amenity bicycle_parking 1 parkingi rowerowe +amenity bicycle_rental 0 wypożyczalnia rowerów +amenity bicycle_rental 1 wypożyczalnie rowerów +amenity brothel 0 burdel +amenity brothel 1 burdele +amenity bureau_de_change 0 kantor +amenity bureau_de_change 1 kantory +amenity bus_station 0 dworzec autobusowy +amenity bus_station 1 dworce autobusowe +amenity cafe 0 kawiarnia +amenity cafe 1 kawiarnie +amenity car_rental 0 wypożyczalnia samochodów +amenity car_rental 1 wypożyczalnie samochodów +amenity car_wash 0 myjnia samochodowa +amenity car_wash 1 myjnie samochodowe +amenity casino 0 kasyno +amenity casino 1 kasyna +amenity cinema 0 kino +amenity cinema 1 kina +amenity doctors 0 przychodnia +amenity doctors 1 przychodnie +amenity club 0 klub +amenity club 1 klubs +amenity college 0 uczelnia +amenity college 1 uczelnias +amenity courthouse 0 sąd +amenity courthouse 1 sąds +amenity crematorium 0 krematorium +amenity crematorium 1 krematoriums +amenity dentist 0 gabinet dentystyczny +amenity dentist 1 gabinet dentystycznys +amenity dormitory 0 bursa +amenity dormitory 1 bursas +amenity drinking_water 0 źródło wody pitnej +amenity drinking_water 1 źródło wody pitnejs +amenity driving_school 0 nauka jazdy +amenity driving_school 1 nauka jazdys +amenity embassy 0 ambasada +amenity embassy 1 ambasadas +emergency phone 0 telefon alarmowy +amenity emergency_phone 1 telefon alarmowys +amenity fast_food 0 fast food +amenity fast_food 1 fast foods +amenity ferry_terminal 0 terminal promowy +amenity ferry_terminal 1 terminal promowys +amenity fire_hydrant 0 hydrant +amenity fire_hydrant 1 hydrants +amenity fire_station 0 remiza strażacka +amenity fire_station 1 remiza strażackas +amenity fountain 0 fontanna +amenity fountain 1 fontannas +amenity fuel 0 stacja benzynowa +amenity fuel 1 stacja benzynowas +amenity gym 0 centrum fitness / sala gimnastyczna +amenity gym 1 centrum fitness / sala gimnastycznas +amenity hospital 0 szpital +amenity hospital 1 szpitale +amenity hotel 0 hotel +amenity hotel 1 hotele +amenity ice_cream 0 lodziarnia +amenity ice_cream 1 lodziarnias +amenity kindergarten 0 przedszkole +amenity kindergarten 1 przedszkola +amenity library 0 biblioteka +amenity library 1 bibliotekas +amenity marketplace 0 targowisko +amenity marketplace 1 targowiska +amenity nightclub 0 klub nocny +amenity nightclub 1 klub nocnys +amenity nursery 0 żłobek +amenity nursery 1 żłobeks +amenity nursing_home 0 dom opieki +amenity nursing_home 1 dom opiekis +amenity office 0 biuro +amenity office 1 biuros +amenity park 0 park +amenity park 1 parks +amenity parking 0 parking +amenity parking 1 parkings +amenity pharmacy 0 apteka +amenity pharmacy 1 aptekas +amenity place_of_worship 0 miejsce kultu +amenity place_of_worship 1 miejsce kultus +amenity police 0 posterunek policji +amenity police 1 posterunek policjis +amenity post_box 0 skrzynka pocztowa +amenity post_box 1 skrzynka pocztowas +amenity post_office 0 poczta +amenity post_office 1 pocztas +amenity prison 0 więzienie +amenity prison 1 więzienies +amenity pub 0 pub +amenity pub 1 pubs +amenity recycling 0 miejsce recyklingu +amenity recycling 1 miejsce recyklingus +amenity restaurant 0 restauracja +amenity restaurant 1 restauracje +amenity retirement_home 0 dom starców +amenity retirement_home 1 dom starcóws +amenity sauna 0 sauna +amenity sauna 1 saunas +amenity school 0 szkoła +amenity school 1 szkołas +amenity shelter 0 schron +amenity shelter 1 schrons +amenity supermarket 0 supermarket +amenity supermarket 1 supermarkety +amenity taxi 0 postój taksówek +amenity taxi 1 postój taksóweks +amenity telephone 0 budka telefoniczna +amenity telephone 1 budka telefonicznas +amenity theatre 0 teatr +amenity theatre 1 teatrs +amenity toilets 0 toaleta publiczna +amenity toilets 1 toaleta publicznas +amenity townhall 0 urząd miejski +amenity townhall 1 urząd miejskis +amenity university 0 uniwersytet +amenity university 1 uniwersytets +amenity veterinary 0 weterynarz +amenity veterinary 1 weterynarze +amenity townhall 0 urząd gminy +amenity village_hall 1 urząd gminys +internet_access wlan 0 wifi +internet_access wlan 1 wifi +building apartments 0 blok mieszkalny +building apartments 1 blok mieszkalnys +building block 0 budynek bloku +building block 1 budynek blokus +building bunker 0 bunkier +building bunker 1 bunkiers +building chapel 0 kaplica +building chapel 1 kaplicas +building church 0 kościół +building church 1 kościoły +building city_hall 0 ratusz +building city_hall 1 ratusze +building commercial 0 budynek handlowy +building commercial 1 budynki handlowe +building dormitory 0 bursa +building dormitory 1 bursas +building entrance 0 wejście do budynku +building entrance 1 wejście do budynkus +building faculty 0 budynek prawny +building faculty 1 budynek prawnys +building farm 0 budynek gospodarczy +building farm 1 budynek gospodarczys +building flats 0 mieszkania +building flats 1 mieszkanias +building garage 0 garaż +building garage 1 garaże +building hall 0 hala +building hall 1 halas +building hospital 0 budynek szpitala +building hospital 1 budynek szpitalas +building hotel 0 hotel +building hotel 1 hotels +building house 0 dom +building house 1 doms +building industrial 0 budynek przemysłowy +building industrial 1 budynek przemysłowys +building office 0 budynek biurowy +building office 1 budynek biurowys +building public 0 budynek publiczny +building public 1 budynek publicznys +building residential 0 budynek mieszkalny +building residential 1 budynek mieszkalnys +building retail 0 budynek detaliczny +building retail 1 budynek detalicznys +building school 0 budynek szkoły +building school 1 budynek szkołys +building stadium 0 stadion +building stadium 1 stadions +building tower 0 wieża +building tower 1 wieżas +building train_station 0 stacja kolejowa +building train_station 1 stacja kolejowas +building university 0 budynek uniwersytetu +building university 1 budynek uniwersytetus +highway bus_stop 0 przystanek autobusowy +highway bus_stop 1 przystanek autobusowys +highway construction 0 droga w budowie +highway construction 1 drogi w budowie +highway cycleway 0 droga rowerowa +highway cycleway 1 drogi rowerowe +highway ford 0 bród +highway ford 1 bróds +highway living_street 0 strefa zamieszkania +highway living_street 1 strefa zamieszkanias +highway motorway 0 autostrada +highway motorway 1 autostrady +highway motorway_junction 0 skrzyżowanie autostrad +highway motorway_junction 1 skrzyżowanie autostrads +highway path 0 ścieżka +highway path 1 ścieżki +highway pedestrian 0 deptak +highway pedestrian 1 deptaki +highway primary 0 droga krajowa +highway primary 1 droga krajowas +highway raceway 0 tor wyścigowy +highway raceway 1 tor wyścigowys +highway secondary 0 droga wojewódzka +highway secondary 1 droga wojewódzkas +highway tertiary 0 droga powiatowa +highway tertiary 1 droga powiatowas +highway trunk 0 droga ekspresowa +highway trunk 1 droga ekspresowas +highway trunk_link 0 droga ekspresowa - dojazd +highway trunk_link 1 droga ekspresowa - dojazds +historic boundary_stone 0 kamień graniczny +historic boundary_stone 1 kamienie graniczne +historic castle 0 zamek +historic castle 1 zameki +historic manor 0 dwór +historic manor 1 dwory +historic memorial 0 pomnik +historic memorial 1 pomniki +historic mine 0 kopalnia +historic mine 1 kopalnias +historic monument 0 pomnik +historic monument 1 pomniki +historic museum 0 muzeum +historic museum 1 muzeums +historic ruins 0 ruiny +historic ruins 1 ruinys +historic tower 0 wieża +historic tower 1 wieżas +historic wreck 0 wrak +historic wreck 1 wraks +landuse allotments 0 ogródki działkowe +landuse allotments 1 ogródki działkowe +landuse cemetery 0 cmentarz +landuse cemetery 1 cmentarzs +landuse construction 0 teren budowy +landuse construction 1 tereny budów +landuse farm 0 farma +landuse farm 1 farmas +landuse farmyard 0 podwórze gospodarskie +landuse farmyard 1 podwórze gospodarskies +landuse forest 0 las +landuse forest 1 lass +landuse greenfield 0 tereny niezagospodarowane +landuse greenfield 1 tereny niezagospodarowanes +landuse industrial 0 teren przemysłowy +landuse industrial 1 teren przemysłowys +landuse landfill 0 wysypisko śmieci +landuse landfill 1 wysypisko śmiecis +landuse meadow 0 łąka +landuse meadow 1 łąkas +landuse military 0 teren wojskowy +landuse military 1 teren wojskowys +landuse mine 0 kopalnia +landuse mine 1 kopalnias +landuse nature_reserve 0 rezerwat przyrody +landuse nature_reserve 1 rezerwat przyrodys +landuse park 0 park +landuse park 1 parki +landuse quarry 0 kamieniołom +landuse quarry 1 kamieniołomy +landuse vineyard 0 winnica +landuse vineyard 1 winnice +landuse wetland 0 tereny podmokłe +landuse wetland 1 tereny podmokłe +leisure fishing 0 łowisko +leisure fishing 1 łowiska +leisure garden 0 ogród +leisure garden 1 ogróds +leisure golf_course 0 pole golfowe +leisure golf_course 1 pole golfowes +leisure ice_rink 0 lodowisko +leisure ice_rink 1 lodowiskos +leisure marina 0 marina +leisure marina 1 marinas +leisure park 0 park +leisure park 1 parks +leisure pitch 0 boisko sportowe +leisure pitch 1 boisko sportowes +leisure playground 0 plac zabaw +leisure playground 1 plac zabaws +leisure slipway 0 pochylnia +leisure slipway 1 pochylnias +leisure stadium 0 stadion +leisure stadium 1 stadions +leisure swimming_pool 0 basen +leisure swimming_pool 1 basens +leisure track 0 bieżnia +leisure track 1 bieżnias +leisure water_park 0 park wodny +leisure water_park 1 park wodnys +natural bay 0 zatoka +natural bay 1 zatokas +natural beach 0 plaża +natural beach 1 plażas +natural cape 0 przylądek +natural cape 1 przylądeks +natural cave_entrance 0 wejście do jaskini +natural cave_entrance 1 wejście do jaskinis +natural cliff 0 urwisko +natural cliff 1 urwiskos +natural crater 0 krater +natural crater 1 kraters +natural fell 0 hale górskie +natural fell 1 hale górskies +natural fjord 0 fiord +natural fjord 1 fiords +natural geyser 0 gejzer +natural geyser 1 gejzers +natural glacier 0 lodowiec +natural glacier 1 lodowiecs +natural heath 0 wrzosowisko +natural heath 1 wrzosowiskos +natural island 0 wyspa +natural island 1 wyspas +natural marsh 0 bagno +natural marsh 1 bagnos +natural moor 0 torfowisko +natural moor 1 torfowiskos +natural peak 0 szczyt +natural peak 1 szczyts +natural reef 0 rafa +natural reef 1 rafas +natural ridge 0 grzbiet +natural ridge 1 grzbiets +natural river 0 rzeka +natural river 1 rzekas +natural rock 0 skała +natural rock 1 skałas +natural scree 0 zsypisko +natural scree 1 zsypiskos +natural shoal 0 mielizna +natural shoal 1 mieliznas +natural spring 0 źródło +natural spring 1 źródłos +natural strait 0 cieśnina +natural strait 1 cieśninas +natural tree 0 drzewo +natural tree 1 drzewos +natural valley 0 dolina +natural valley 1 dolinas +natural volcano 0 wulkan +natural volcano 1 wulkans +natural wood 0 puszcza +natural wood 1 puszczas +place city 0 miasto +place city 1 miastos +place country 0 kraj +place country 1 krajs +place county 0 powiat +place county 1 powiats +place farm 0 farma +place farm 1 farmas +place hamlet 0 osada +place hamlet 1 osadas +place house 0 dom +place house 1 doms +place houses 0 zabudowanie +place houses 1 zabudowanies +place island 0 wyspa +place island 1 wyspas +place islet 0 wysepka +place islet 1 wysepkas +place locality 0 rejon +place locality 1 rejons +place moor 0 torfowisko +place moor 1 torfowiskos +place municipality 0 gmina +place municipality 1 gminas +place postcode 0 kod pocztowy +place postcode 1 kod pocztowys +place region 0 rejon +place region 1 rejons +place sea 0 morze +place sea 1 morzes +place state 0 stan +place state 1 stans +place subdivision 0 dzielnica +place subdivision 1 dzielnicas +place suburb 0 osiedle +place suburb 1 osiedles +place town 0 miasteczko +place town 1 miasteczkos +place unincorporated_area 0 obszar bez osobowości prawnej +place unincorporated_area 1 obszar bez osobowości prawnejs +place village 0 wieś +place village 1 wieśs +railway abandoned 0 dawna linia kolejowa +railway abandoned 1 dawna linia kolejowas +railway construction 0 budowana linia kolejowa +railway construction 1 budowana linia kolejowas +railway disused 0 nieczynna trasa kolejowa +railway disused 1 nieczynna trasa kolejowas +railway disused_station 0 nieużywana stacja kolejowa +railway disused_station 1 nieużywana stacja kolejowas +railway funicular 0 kolejka linowa +railway funicular 1 kolejka linowas +railway halt 0 przystanek kolejowy +railway halt 1 przystanek kolejowys +railway historic_station 0 historyczna stacja kolejowa +railway historic_station 1 historyczna stacja kolejowas +railway junction 0 węzeł kolejowy +railway junction 1 węzeł kolejowys +railway level_crossing 0 przejazd kolejowy +railway level_crossing 1 przejazd kolejowys +railway light_rail 0 lekka kolej +railway light_rail 1 lekka kolejs +railway monorail 0 kolej jednoszynowa +railway monorail 1 kolej jednoszynowas +railway narrow_gauge 0 kolej wąskotorowa +railway narrow_gauge 1 kolej wąskotorowas +railway platform 0 peron +railway platform 1 perons +railway preserved 0 kolej zabytkowa +railway preserved 1 kolej zabytkowas +railway spur 0 bocznica kolejowa +railway spur 1 bocznica kolejowas +railway station 0 stacja kolejowa +railway station 1 stacja kolejowas +railway subway 0 stacja metra +railway subway 1 stacja metras +railway subway_entrance 0 wejście na stację metra +railway subway_entrance 1 wejście na stację metras +railway switch 0 zwrotnica +railway switch 1 zwrotnicas +railway tram 0 linia tramwajowa +railway tram 1 linia tramwajowas +railway tram_stop 0 przystanek tramwajowy +railway tram_stop 1 przystanek tramwajowys +railway yard 0 jard kolejowy +railway yard 1 jard kolejowys +shop alcohol 0 sklep monopolowy +shop alcohol 1 sklep monopolowys +shop apparel 0 sklep odzieżowy +shop apparel 1 sklep odzieżowys +shop art 0 sklep z dziełami sztuki +shop art 1 sklep z dziełami sztukis +shop bakery 0 piekarnia +shop bakery 1 piekarnias +shop beauty 0 salon kosmetyczny +shop beauty 1 salon kosmetycznys +shop beverages 0 sklep z napojami +shop beverages 1 sklep z napojamis +shop bicycle 0 sklep rowerowy +shop bicycle 1 sklep rowerowys +shop books 0 księgarnia +shop books 1 księgarnias +shop butcher 0 rzeźnik +shop butcher 1 rzeźniks +shop car 0 sklep samochodowy +shop car 1 sklep samochodowys +shop car_dealer 0 salon samochodowy +shop car_dealer 1 salon samochodowys +shop car_parts 0 sklep z częściami samochodowymi +shop car_parts 1 sklep z częściami samochodowymis +shop car_repair 0 naprawa samochodów +shop car_repair 1 naprawa samochodóws +shop carpet 0 sklep z dywanami +shop carpet 1 sklep z dywanamis +shop charity 0 sklep miłosny +shop charity 1 sklep miłosnys +shop chemist 0 drogeria +shop chemist 1 drogerias +shop clothes 0 sklep odzieżowy +shop clothes 1 sklep odzieżowys +shop computer 0 sklep komputerowy +shop computer 1 sklep komputerowys +shop confectionery 0 cukiernia +shop confectionery 1 cukiernias +shop convenience 0 spożywczy +shop convenience 1 spożywcze +shop copyshop 0 ksero +shop copyshop 1 ksera +shop cosmetics 0 sklep kosmetyczny +shop cosmetics 1 sklep kosmetycznys +shop department_store 0 dom towarowy +shop department_store 1 dom towarowys +shop discount 0 sklep z produktami po obniżce +shop discount 1 sklep z produktami po obniżces +shop doityourself 0 sklep budowlany +shop doityourself 1 sklep budowlanys +shop drugstore 0 drogeria +shop drugstore 1 drogerias +shop dry_cleaning 0 pralnia chemiczna +shop dry_cleaning 1 pralnia chemicznas +shop electronics 0 sklep elektroniczny +shop electronics 1 sklep elektronicznys +shop estate_agent 0 biuro nieruchomości +shop estate_agent 1 biuro nieruchomościs +shop farm 0 sklep gospodarski +shop farm 1 sklep gospodarskis +shop fashion 0 sklep modelarski +shop fashion 1 sklep modelarskis +shop fish 0 sklep rybny +shop fish 1 sklep rybnys +shop florist 0 kwiaciarnia +shop florist 1 kwiaciarnie +shop funeral_directors 0 zakład pogrzebowy +shop funeral_directors 1 zakłady pogrzebowe +shop furniture 0 sklep meblowy +shop furniture 1 sklep meblowys +shop gallery 0 galeria +shop gallery 1 galerias +shop garden_centre 0 centrum ogrodnicze +shop garden_centre 1 centrum ogrodniczes +shop general 0 sklep ogólny +shop general 1 sklep ogólnys +shop gift 0 sklep z pamiątkami +shop gift 1 sklep z pamiątkamis +shop greengrocer 0 warzywniak +shop greengrocer 1 warzywniaki +shop hairdresser 0 fryzjer +shop hairdresser 1 fryzjerzy +shop hardware 0 sklep ze sprzętem +shop hardware 1 sklepy ze sprzętem +shop hifi 0 hi-fi +shop hifi 1 hi-fis +office insurance 0 ubezpieczenie +office insurance 1 ubezpieczenia +shop jewelry 0 sklep z biżuterią +shop jewelry 1 sklep z biżuteriąs +shop kiosk 0 kiosk +shop kiosk 1 kiosks +shop laundry 0 pralnia +shop laundry 1 pralnias +shop mall 0 centrum handlowe +shop mall 1 centrum handlowes +amenity marketplace 0 targowisko +amenity marketplace 1 targowiska +shop mobile_phone 0 sklep z telefonami komórkowymi +shop mobile_phone 1 sklep z telefonami komórkowymis +shop motorcycle 0 sklep z motocyklami +shop motorcycle 1 sklep z motocyklamis +shop music 0 sklep muzyczny +shop music 1 sklep muzycznys +shop newsagent 0 kiosk +shop newsagent 1 kiosks +shop optician 0 optyk +shop optician 1 optyks +shop organic 0 sklep z produktami organicznymi +shop organic 1 sklep z produktami organicznymis +shop outdoor 0 sklep na wolnym powietrzu +shop outdoor 1 sklep na wolnym powietrzus +shop pet 0 sklep ze zwierzątkami +shop pet 1 sklep ze zwierzątkamis +shop photo 0 sklep fotograficzny +shop photo 1 sklep fotograficznys +shop salon 0 salon +shop salon 1 salons +shop shoes 0 sklep obuwniczy +shop shoes 1 sklep obuwniczys +shop shopping_centre 0 centrum handlowe +shop shopping_centre 1 centrum handlowes +shop sports 0 sklep sportowy +shop sports 1 sklep sportowys +shop stationery 0 sklep papierniczy +shop stationery 1 sklep papierniczys +shop supermarket 0 supermarket +shop supermarket 1 supermarkets +shop toys 0 sklep zabawkowy +shop toys 1 sklep zabawkowys +shop travel_agency 0 biuro podróży +shop travel_agency 1 biuro podróżys +shop video 0 sklep filmowy +shop video 1 sklep filmowys +shop wine 0 winiarnia +shop wine 1 winiarnias +tourism alpine_hut 0 chata alpejska +tourism alpine_hut 1 chata alpejskas +tourism artwork 0 sztuka +tourism artwork 1 sztukas +tourism attraction 0 atrakcja turystyczna +tourism attraction 1 atrakcja turystycznas +tourism bed_and_breakfast 0 łóżko i śniadanie +tourism bed_and_breakfast 1 łóżko i śniadanies +tourism cabin 0 kabina +tourism cabin 1 kabinas +tourism camp_site 0 miejsce na kamping +tourism camp_site 1 miejsce na kampings +tourism caravan_site 0 miejsce na przyczepę campingową +tourism caravan_site 1 miejsce na przyczepę campingowąs +tourism chalet 0 schronisko +tourism chalet 1 schroniskos +tourism guest_house 0 pensjonat +tourism guest_house 1 pensjonats +tourism hostel 0 hostel +tourism hostel 1 hostels +tourism hotel 0 hotel +tourism hotel 1 hotels +tourism information 0 informacja turystyczna +tourism information 1 informacja turystycznas +tourism lean_to 0 nachylenie +tourism lean_to 1 nachylenies +tourism motel 0 motel +tourism motel 1 motels +tourism museum 0 muzeum +tourism museum 1 muzeums +tourism picnic_site 0 miejsce na piknik +tourism picnic_site 1 miejsce na pikniks +tourism theme_park 0 park tematyczny +tourism theme_park 1 park tematycznys +tourism valley 0 dolina +tourism valley 1 dolinas +tourism viewpoint 0 punkt widokowy +tourism viewpoint 1 punkt widokowys +tourism zoo 0 zoo +waterway boatyard 0 stocznia +waterway boatyard 1 stocznias +waterway canal 0 kanał +waterway canal 1 kanałs +waterway connector 0 złącze dróg wodnych +waterway connector 1 złącze dróg wodnychs +waterway dam 0 tama +waterway dam 1 tamas +waterway derelict_canal 0 opuszczony kanał +waterway derelict_canal 1 opuszczony kanałs +waterway ditch 0 rów +waterway ditch 1 róws +waterway dock 0 basen portowy +waterway dock 1 basen portowys +waterway drain 0 rów odpływowy +waterway drain 1 rów odpływowys +waterway lock 0 zastawka +waterway lock 1 zastawkas +waterway lock_gate 0 śluza +waterway lock_gate 1 śluzas +waterway mineral_spring 0 źródło mineralne +waterway mineral_spring 1 źródło mineralnes +waterway mooring 0 kotwicowisko +waterway mooring 1 kotwicowiskos +waterway rapids 0 katarakty +waterway rapids 1 kataraktys +waterway river 0 rzeka +waterway river 1 rzekas +waterway riverbank 0 brzeg rzeki +waterway riverbank 1 brzeg rzekis +waterway stream 0 strumień +waterway stream 1 strumieńs +waterway wadi 0 starorzecze +waterway wadi 1 starorzeczes +waterway water_point 0 punkt wodny +waterway water_point 1 punkt wodnys +waterway waterfall 0 wodospad +waterway waterfall 1 wodospads +waterway weir 0 jaz +waterway weir 1 jazs diff --git a/resources/categories/ps.tsv b/resources/categories/ps.tsv new file mode 100644 index 0000000..0631ca9 --- /dev/null +++ b/resources/categories/ps.tsv @@ -0,0 +1,107 @@ +key value is_plural phrase +amenity bank 0 بانک +amenity bank 1 بانکs +amenity clinic 0 کلينيک +amenity clinic 1 کلينيکs +amenity college 0 پوهنځی +amenity college 1 پوهنځیs +amenity embassy 0 سفارت +amenity embassy 1 سفارتs +amenity hospital 0 روغتون +amenity hospital 1 روغتونs +amenity hotel 0 هوټل +amenity hotel 1 هوټلs +amenity park 0 پارک +amenity park 1 پارکs +amenity pharmacy 0 درملتون +amenity pharmacy 1 درملتونs +amenity police 0 پوليس +amenity police 1 پوليسs +amenity school 0 ښوونځی +amenity school 1 ښوونځیs +amenity shop 0 هټۍ +amenity shop 1 هټۍs +amenity theatre 0 نندارتون +amenity theatre 1 نندارتونs +building hotel 0 هوټل +building hotel 1 هوټلs +building shop 0 هټۍ +building shop 1 هټۍs +building stadium 0 لوبغالی +building stadium 1 لوبغالیs +building tower 0 برج +building tower 1 برجs +highway bus_stop 0 تمځای +highway bus_stop 1 تمځایs +highway road 0 واټ +highway road 1 واټs +historic castle 0 ماڼۍ +historic castle 1 ماڼۍs +historic church 0 کليسا +historic church 1 کليساs +historic house 0 کور +historic house 1 کورs +historic museum 0 موزيم +historic museum 1 موزيمs +historic tower 0 برج +historic tower 1 برجs +landuse cemetery 0 هديره +landuse cemetery 1 هديرهs +landuse forest 0 ځنګل +landuse forest 1 ځنګلs +landuse park 0 پارک +landuse park 1 پارکs +leisure park 0 پارک +leisure park 1 پارکs +natural hill 0 غونډۍ +natural hill 1 غونډۍs +natural island 0 ټاپو +natural island 1 ټاپوs +natural peak 0 څوکه +natural peak 1 څوکهs +natural tree 0 ونه +natural tree 1 ونهs +natural valley 0 دره +natural valley 1 درهs +natural water 0 اوبه +natural water 1 اوبهs +aeroway aerodrome 0 هوايي ډګر +aeroway aerodrome 1 هوايي ډګرs +place city 0 ښار +place city 1 ښارs +place country 0 هېواد +place country 1 هېوادs +place farm 0 فارم +place farm 1 فارمs +place house 0 کور +place house 1 کورs +place houses 0 کورونه +place houses 1 کورونهs +place island 0 ټاپو +place island 1 ټاپوs +place region 0 سيمه +place region 1 سيمهs +place town 0 ښارګوټی +place town 1 ښارګوټیs +place village 0 کلی +place village 1 کلیs +shop bakery 0 بټيارۍ +shop bakery 1 بټيارۍs +shop gallery 0 ګالېري +shop gallery 1 ګالېريs +tourism guest_house 0 مېلمستون +tourism guest_house 1 مېلمستونs +tourism hostel 0 ليليه +tourism hostel 1 ليليهs +tourism hotel 0 هوټل +tourism hotel 1 هوټلs +tourism information 0 مالومات +tourism information 1 مالوماتs +tourism museum 0 موزيم +tourism museum 1 موزيمs +tourism picnic_site 0 مېله ځای +tourism picnic_site 1 مېله ځایs +tourism valley 0 دره +tourism valley 1 درهs +tourism zoo 0 ژوبڼ +tourism zoo 1 ژوبڼs diff --git a/resources/categories/pt.tsv b/resources/categories/pt.tsv new file mode 100644 index 0000000..0c5cf76 --- /dev/null +++ b/resources/categories/pt.tsv @@ -0,0 +1,95 @@ +key value is_plural phrase +aeroway aerodrome 0 aeroporto +aeroway aerodrome 1 aeroportos +amenity atm 0 caixa eletrônico +amenity atm 1 caixas eletrônicos +amenity atm 0 caixa multibanco +amenity atm 1 caixas multibanco +amenity atm 0 caixa de multibanco +amenity atm 1 caixas de multibanco +amenity atm 0 multibanco +amenity atm 1 multibancos +amenity atm 0 multicaixa +amenity atm 1 multicaixas +amenity bank 0 agência bancária +amenity bank 1 agências bancárias +amenity bank 0 banco +amenity bank 1 bancos +amenity bar 0 bar +amenity bar 1 bares +amenity bureau_de_change 0 câmbio +amenity bureau_de_change 1 câmbios +amenity bureau_de_change 0 cambista +amenity bureau_de_change 1 cambistas +amenity bus_station 0 estação de autocarros +amenity bus_station 1 estações de autocarros +amenity bus_station 0 estação de camionagem +amenity bus_station 1 estações de camionagem +amenity bus_station 0 estação de ônibus +amenity bus_station 1 estações de ônibus +amenity bus_station 0 estação rodoviária +amenity bus_station 1 estações rodoviárias +amenity bus_station 0 rodoviária +amenity bus_station 1 rodoviárias +amenity bus_station 0 terminal rodoviário +amenity bus_station 1 terminais rodoviários +amenity pub 0 bar +amenity pub 1 bares +amenity school 0 escola +amenity school 1 escolas +amenity townhall 0 câmara municipal +amenity townhall 1 câmaras municipais +amenity townhall 0 município +amenity townhall 1 municípios +amenity university 0 universidade +amenity university 1 universidades +highway bus_stop 0 paragem de autocarro +highway bus_stop 0 paragem de autocarros +highway bus_stop 1 paragens de autocarro +highway bus_stop 1 paragens de autocarros +highway bus_stop 0 parada de ônibus +highway bus_stop 1 paradas de ônibus +highway bus_stop 0 ponto de ônibus +highway bus_stop 1 pontos de ônibus +highway bus_stop 0 ponto de parada +highway bus_stop 1 pontos de parada +highway road 0 estrada +highway road 1 estradas +historic castle 0 castelo +historic castle 1 castelos +historic ruins 0 ruína +historic ruins 1 ruínas +natural beach 0 praia +natural beach 1 praias +natural island 0 ilha +natural island 1 ilhas +natural islet 0 ilhéu +natural islet 1 ilhéus +natural river 0 rio +natural river 1 rios +place postcode 0 código postal +place postcode 1 códigos postais +railway funicular 0 funicular +railway funicular 1 funiculares +railway level_crossing 0 passagem de nível +railway level_crossing 1 passagens de nível +railway station 0 estação +railway station 1 estações +railway station 0 estação de comboio +railway station 1 estações de comboio +railway station 0 estação de comboios +railway station 1 estações de comboios +railway station 0 estação ferroviária +railway station 1 estações ferroviárias +railway station 0 estação de metro +railway station 1 estações de metro +railway station 0 estação de metrô +railway station 1 estações de metrô +railway station 0 estação de metropolitano +railway station 1 estações de metropolitano +railway station 0 estação de trem +railway station 1 estações de trem +railway station 0 estação de trens +railway station 1 estações de trens +tourism museum 0 museu +tourism museum 1 museus diff --git a/resources/categories/ru.tsv b/resources/categories/ru.tsv new file mode 100644 index 0000000..d489931 --- /dev/null +++ b/resources/categories/ru.tsv @@ -0,0 +1,841 @@ +key value is_plural phrase +aeroway aerodrome 0 аэропорт +aeroway aerodrome 1 аэропорты +amenity arts_centre 0 дом искусств +amenity arts_centre 1 дома искусств +amenity atm 0 банкомат +amenity atm 1 банкоматы +amenity auditorium 0 аудитория +amenity auditorium 1 аудитории +amenity bank 0 банк +amenity bank 1 банки +amenity bar 0 бар +amenity bar 1 бары +amenity bench 0 скамья +amenity bench 1 скамьи +amenity bicycle_parking 0 велопарковка +amenity bicycle_parking 1 велопарковки +amenity bicycle_rental 0 прокат велосипедов +amenity bicycle_rental 1 прокат велосипедов +amenity brothel 0 бордель +amenity brothel 1 бордели +amenity bureau_de_change 0 обмен валют +amenity bureau_de_change 1 обмен валют +amenity bus_station 0 автобусная станция +amenity bus_station 1 автобусные станции +amenity cafe 0 кафе +amenity cafe 1 кафе +amenity car_rental 0 аренда автомобилей +amenity car_rental 1 аренда автомобилей +amenity car_sharing 0 прокат автомобилей +amenity car_sharing 1 прокат автомобилей +amenity car_wash 0 автомойка +amenity car_wash 1 автомойки +amenity casino 0 казино +amenity casino 1 казино +amenity cinema 0 кинотеатр +amenity cinema 1 кинотеатры +amenity clinic 0 поликлиника +amenity clinic 1 поликлиники +amenity club 0 клуб +amenity club 1 клубы +amenity college 0 колледж +amenity college 1 колледжи +amenity community_centre 0 общественный центр +amenity community_centre 1 общественные центры +amenity courthouse 0 помещение суда +amenity courthouse 1 помещения судов +amenity crematorium 0 крематорий +amenity crematorium 1 крематории +amenity dentist 0 стоматология +amenity dentist 1 стоматологии +amenity doctors 0 врач +amenity doctors 1 врачи +amenity dormitory 0 общежитие +amenity dormitory 1 общежития +amenity drinking_water 0 питьевая вода +amenity drinking_water 1 питьевая вода +amenity driving_school 0 автошкола +amenity driving_school 1 автошколы +amenity embassy 0 посольство +amenity embassy 1 посольства +amenity emergency_phone 0 телефон экстренных служб +amenity emergency_phone 1 телефоны экстренных служб +amenity fast_food 0 палатка с едой +amenity fast_food 1 палатки с едой +amenity ferry_terminal 0 паромная станция +amenity ferry_terminal 1 паромные станции +amenity fire_hydrant 0 пожарный гидрант +amenity fire_hydrant 1 пожарные гидранты +amenity fire_station 0 пожарная охрана +amenity fire_station 1 пожарная охрана +amenity fountain 0 фонтан +amenity fountain 1 фонтаны +amenity fuel 0 заправка +amenity fuel 1 заправки +amenity grave_yard 0 место захоронения +amenity grave_yard 1 места захоронения +amenity gym 0 тренажерный зал +amenity gym 1 тренажерные залы +amenity hall 0 холл +amenity hall 1 холлы +amenity health_centre 0 оздоровительный центр +amenity health_centre 1 оздоровительные центры +amenity hospital 0 госпиталь +amenity hospital 1 госпитали +amenity hotel 0 гостиница +amenity hotel 1 гостиницы +amenity hunting_stand 0 охотничья вышка +amenity hunting_stand 1 охотничьи вышки +amenity ice_cream 0 мороженное +amenity ice_cream 1 мороженное +amenity kindergarten 0 детский сад +amenity kindergarten 1 детские сады +amenity library 0 библиотека +amenity library 1 библиотеки +amenity market 0 магазин +amenity market 1 магазины +amenity marketplace 0 рыночная площадь +amenity marketplace 1 рыночные площади +amenity mountain_rescue 0 горная спасательная служба +amenity mountain_rescue 1 горные спасательные службы +amenity nightclub 0 ночной клуб +amenity nightclub 1 ночные клубы +amenity nursery 0 пансионат +amenity nursery 1 пансионаты +amenity nursing_home 0 дом престарелых +amenity nursing_home 1 дома престарелых +amenity office 0 офис +amenity office 1 офисы +amenity park 0 парк +amenity park 1 парки +amenity parking 0 стоянка +amenity parking 1 стоянки +amenity pharmacy 0 аптека +amenity pharmacy 1 аптеки +amenity place_of_worship 0 место поклонения +amenity place_of_worship 1 места поклонений +amenity police 0 полиция +amenity police 1 полиция +amenity post_box 0 почтовый ящик +amenity post_box 1 почтовые ящики +amenity post_office 0 почтовое отделение +amenity post_office 1 почтовые отделения +amenity preschool 0 дошкольное учреждение +amenity preschool 1 дошкольные учреждения +amenity prison 0 тюрьма +amenity prison 1 тюрьмы +amenity pub 0 паб +amenity pub 1 пабы +amenity public_building 0 общественное здание +amenity public_building 1 общественные здания +amenity public_market 0 городской рынок +amenity public_market 1 городские рынки +amenity reception_area 0 приёмная +amenity reception_area 1 приёмные +amenity recycling 0 место утилизации +amenity recycling 1 места утилизации +amenity restaurant 0 ресторан +amenity restaurant 1 рестораны +amenity retirement_home 0 дом престарелых +amenity retirement_home 1 дома престарелых +amenity sauna 0 сауна +amenity sauna 1 сауны +amenity school 0 школа +amenity school 1 школы +amenity shelter 0 укрытие +amenity shelter 1 укрытия +amenity shop 0 магазин +amenity shop 1 магазины +amenity shopping 0 торговый центр +amenity shopping 1 торговые центры +amenity social_club 0 сообщество +amenity social_club 1 сообщества +amenity studio 0 студия +amenity studio 1 студии +amenity supermarket 0 супермаркет +amenity supermarket 1 супермаркеты +amenity taxi 0 такси +amenity taxi 1 такси +amenity telephone 0 телефон +amenity telephone 1 телефоны +amenity theatre 0 театр +amenity theatre 1 театры +amenity toilets 0 туалет +amenity toilets 1 туалеты +amenity townhall 0 городская администрация +amenity townhall 1 городская администрация +amenity university 0 университет +amenity university 1 университеты +amenity vending_machine 0 торговый автомат +amenity vending_machine 1 торговые автоматы +amenity veterinary 0 ветеринарная клиника +amenity veterinary 1 ветеринарные клиники +amenity village_hall 0 усадьба +amenity village_hall 1 усадьбы +amenity waste_basket 0 мусорный бак +amenity waste_basket 1 мусорные баки +amenity wifi 0 вай-фай +amenity wifi 1 вай-фай +amenity youth_centre 0 молодёжный центр +amenity youth_centre 1 молодёжные центры +boundary administrative 0 административная граница +boundary administrative 1 административные границы +building apartments 0 многоквартирный дом +building apartments 1 многоквартирные дома +building block 0 ряд зданий +building block 1 ряды зданий +building bunker 0 бункер +building bunker 1 бункеры +building chapel 0 церковь +building chapel 1 церкви +building church 0 церковь +building church 1 церкви +building city_hall 0 мэрия +building city_hall 1 мэрии +building commercial 0 офисное здание +building commercial 1 офисные здания +building dormitory 0 общежитие +building dormitory 1 общежития +building entrance 0 вход в здание +building entrance 1 входы в здание +building faculty 0 факультетское здание +building faculty 1 факультетские здания +building farm 0 ферма +building farm 1 фермы +building flats 0 квартиры +building flats 1 квартиры +building garage 0 гараж +building garage 1 гаражи +building hall 0 холл +building hall 1 холлы +building hospital 0 здание больницы +building hospital 1 здания больницы +building hotel 0 гостиница +building hotel 1 гостиницы +building house 0 дом +building house 1 дома +building industrial 0 промышленное здание +building industrial 1 промышленные здания +building office 0 офисное здание +building office 1 офисные здания +building public 0 общественное здание +building public 1 общественные здания +building residential 0 жилой дом +building residential 1 жилые дома +building retail 0 здание на продажу +building retail 1 здания на продажу +building school 0 школа +building school 1 школы +building shop 0 магазин +building shop 1 магазины +building stadium 0 стадион +building stadium 1 стадионы +building store 0 магазин +building store 1 магазины +building terrace 0 ряд жилых домов +building terrace 1 ряды жилых домов +building tower 0 башня +building tower 1 башни +building train_station 0 трамвайная остановка +building train_station 1 трамвайные остановки +building university 0 университет +building university 1 университеты +building "yes" 0 здание +building "yes" 1 здания +highway bridleway 0 конный путь +highway bridleway 1 конные пути +highway bus_guideway 0 автобусная полоса-рельс +highway bus_guideway 1 автобусные полосы-рельсы +highway bus_stop 0 автобусная остановка +highway bus_stop 1 автобусные остановки +highway byway 0 закоулок +highway byway 1 закоулки +highway construction 0 ремонт дороги +highway construction 1 ремонт дорог +highway cycleway 0 велодорожка +highway cycleway 1 велодорожки +highway distance_marker 0 километровый столб +highway distance_marker 1 километровые столбы +highway emergency_access_point 0 пункт первой помощи +highway emergency_access_point 1 пункты первой помощи +highway footway 0 тротуар +highway footway 1 тротуары +highway ford 0 брод +highway ford 1 броды +highway gate 0 ворота +highway gate 1 ворота +highway living_street 0 жилая улица +highway living_street 1 жилые улицы +highway minor 0 второстепенная дорога +highway minor 1 второстепенные дороги +highway motorway 0 автомагистраль +highway motorway 1 автомагистрали +highway motorway_junction 0 перекрёсток +highway motorway_junction 1 перекрёстки +highway motorway_link 0 развязка на автомагистрали +highway motorway_link 1 развязки на автомагистрали +highway path 0 тропа +highway path 1 тропы +highway pedestrian 0 дорога для пешеходов +highway pedestrian 1 дороги для пешеходов +highway platform 0 платформа +highway platform 1 платформы +highway primary 0 главная дорога +highway primary 1 главные дороги +highway primary_link 0 главная дорога +highway primary_link 1 главные дороги +highway raceway 0 гоночная трасса +highway raceway 1 гоночные трассы +highway residential 0 улица +highway residential 1 улицы +highway road 0 дорога +highway road 1 дороги +highway secondary 0 второстепенная дорога +highway secondary 1 второстепенные дороги +highway secondary_link 0 примыкающая дорога +highway secondary_link 1 примыкающие дороги +highway service 0 подъездная дорога +highway service 1 подъездные дороги +highway services 0 придорожный сервис +highway services 1 придорожный сервис +highway steps 0 ступеньки +highway steps 1 ступеньки +highway stile 0 турникет +highway stile 1 турникеты +highway tertiary 0 дорога третьего класса +highway tertiary 1 дороги третьего класса +highway track 0 грунтовка +highway track 1 грунтовки +highway trail 0 тропа +highway trail 1 тропы +highway trunk 0 трасса +highway trunk 1 трассы +highway trunk_link 0 развязка +highway trunk_link 1 развязки +highway unclassified 0 дорога +highway unclassified 1 дороги +highway unsurfaced 0 дорога без покрытия +highway unsurfaced 1 дороги без покрытия +historic archaeological_site 0 раскопки +historic archaeological_site 1 раскопки +historic battlefield 0 поле боя +historic battlefield 1 поля боёв +historic boundary_stone 0 пограничный камень +historic boundary_stone 1 пограничные камни +historic building 0 здание +historic building 1 здания +historic castle 0 крепость +historic castle 1 крепости +historic church 0 церковь +historic church 1 церкви +historic house 0 дом +historic house 1 дома +historic icon 0 икона +historic icon 1 иконы +historic manor 0 поместье +historic manor 1 поместья +historic memorial 0 памятник +historic memorial 1 памятники +historic mine 0 рудник +historic mine 1 рудники +historic monument 0 монумент +historic monument 1 монументы +historic museum 0 музей +historic museum 1 музеи +historic ruins 0 развалины +historic ruins 1 развалины +historic tower 0 башня +historic tower 1 башни +historic wayside_cross 0 придорожный крест +historic wayside_cross 1 придорожные кресты +historic wayside_shrine 0 придорожная святыня +historic wayside_shrine 1 придорожные святыни +historic wreck 0 остов судна +historic wreck 1 остовы судов +landuse allotments 0 сады-огороды +landuse allotments 1 сады-огороды +landuse basin 0 бассейн +landuse basin 1 бассейны +landuse brownfield 0 заброшенная зона +landuse brownfield 1 заброшенные зоны +landuse cemetery 0 кладбище +landuse cemetery 1 кладбища +landuse commercial 0 офисная территория +landuse commercial 1 офисные территории +landuse conservation 0 законсервированная зона +landuse conservation 1 законсервированные зоны +landuse construction 0 стройка +landuse construction 1 стройки +landuse farm 0 ферма +landuse farm 1 фермы +landuse farmland 0 сельхозугодья +landuse farmland 1 сельхозугодья +landuse farmyard 0 сельхоздвор +landuse farmyard 1 сельхоздворы +landuse forest 0 дикий лес +landuse forest 1 дикие леса +landuse grass 0 трава +landuse grass 1 травы +landuse greenfield 0 неосвоенная территория +landuse greenfield 1 неосвоенные территории +landuse industrial 0 промзона +landuse industrial 1 промзоны +landuse landfill 0 свалка +landuse landfill 1 свалки +landuse meadow 0 луг +landuse meadow 1 луга +landuse military 0 военная зона +landuse military 1 военные зоны +landuse mine 0 шахта +landuse mine 1 шахты +landuse mountain 0 гора +landuse mountain 1 горы +landuse nature_reserve 0 заповедник +landuse nature_reserve 1 заповедники +landuse park 0 парк +landuse park 1 парки +landuse piste 0 лыжня +landuse piste 1 лыжни +landuse plaza 0 открытая площадка +landuse plaza 1 открытые площадки +landuse quarry 0 карьер +landuse quarry 1 карьеры +landuse railway 0 железная дорога +landuse railway 1 железные дороги +landuse recreation_ground 0 зона отдыха +landuse recreation_ground 1 зоны отдыха +landuse reservoir 0 водохранилище +landuse reservoir 1 водохранилища +landuse residential 0 жилой район +landuse residential 1 жилые районы +landuse retail 0 торговая территория +landuse retail 1 торговые территории +landuse village_green 0 деревенское поле +landuse village_green 1 деревенские поля +landuse vineyard 0 виноградник +landuse vineyard 1 виноградники +landuse wetland 0 заболоченность +landuse wetland 1 заболоченности +landuse wood 0 обслуживаемый лес +landuse wood 1 обслуживаемые леса +leisure beach_resort 0 пляж с насаждениями +leisure beach_resort 1 пляжи с насаждениями +leisure common 0 общественная земля +leisure common 1 общественные земли +leisure fishing 0 рыбалка +leisure fishing 1 рыбалка +leisure garden 0 сад +leisure garden 1 сады +leisure golf_course 0 поле для гольфа +leisure golf_course 1 поля для гольфа +leisure ice_rink 0 каток +leisure ice_rink 1 катки +leisure marina 0 пристань для яхт +leisure marina 1 пристани для яхт +leisure miniature_golf 0 минигольф +leisure miniature_golf 1 минигольфы +leisure nature_reserve 0 заповедник +leisure nature_reserve 1 заповедники +leisure park 0 парк +leisure park 1 парки +leisure pitch 0 спортивный газон +leisure pitch 1 спортивные газоны +leisure playground 0 детская игровая площадка +leisure playground 1 детские игровые площадки +leisure recreation_ground 0 зона отдыха +leisure recreation_ground 1 зоны отдыха +leisure slipway 0 эллинг +leisure slipway 1 эллинги +leisure sports_centre 0 спортивный центр +leisure sports_centre 1 спортивные центры +leisure stadium 0 стадион +leisure stadium 1 стадионы +leisure swimming_pool 0 бассейн +leisure swimming_pool 1 бассейны +leisure track 0 спортивная дорожка +leisure track 1 спортивные дорожки +leisure water_park 0 аквапарк +leisure water_park 1 аквапарки +natural bay 0 залив +natural bay 1 заливы +natural beach 0 пляж +natural beach 1 пляжи +natural cape 0 мыс +natural cape 1 мысы +natural cave_entrance 0 вход в пещеру +natural cave_entrance 1 входы в пещеру +natural channel 0 канал +natural channel 1 каналы +natural cliff 0 обрыв +natural cliff 1 обрывы +natural coastline 0 береговая линия +natural coastline 1 береговые линии +natural crater 0 кратер +natural crater 1 кратеры +natural feature 0 природный объект +natural feature 1 природные объекты +natural fell 0 холм +natural fell 1 холмы +natural fjord 0 фьорд +natural fjord 1 фьорды +natural geyser 0 гейзер +natural geyser 1 гейзеры +natural glacier 0 ледник +natural glacier 1 ледники +natural heath 0 пустошь +natural heath 1 пустоши +natural hill 0 холм +natural hill 1 холмы +natural island 0 остров +natural island 1 острова +natural land 0 земля +natural land 1 земли +natural marsh 0 болото +natural marsh 1 болота +natural moor 0 торфяник +natural moor 1 торфяники +natural mud 0 грязь +natural mud 1 грязи +natural peak 0 вершина горы +natural peak 1 вершины гор +natural point 0 полуостров +natural point 1 полуострова +natural reef 0 риф +natural reef 1 рифы +natural ridge 0 хребет +natural ridge 1 хребты +natural river 0 река +natural river 1 реки +natural rock 0 скала +natural rock 1 скалы +natural scree 0 осыпь камней +natural scree 1 осыпи камней +natural scrub 0 кустарник +natural scrub 1 кустарники +natural shoal 0 мелководье +natural shoal 1 мелководья +natural spring 0 родник +natural spring 1 родники +natural strait 0 пролив +natural strait 1 проливы +natural tree 0 дерево +natural tree 1 деревья +natural valley 0 долина +natural valley 1 долины +natural volcano 0 вулкан +natural volcano 1 вулканы +natural water 0 водоём +natural water 1 водоёмы +natural wetland 0 заболоченная территория +natural wetland 1 заболоченные территории +natural wetlands 0 заболоченные земли +natural wetlands 1 заболоченные земли +natural wood 0 естественный лес +natural wood 1 естественные леса +place city 0 город +place city 1 города +place country 0 страна +place country 1 страны +place county 0 уезд +place county 1 уезды +place farm 0 ферма +place farm 1 фермы +place hamlet 0 посёлок +place hamlet 1 посёлки +place house 0 дом +place house 1 дома +place houses 0 дома +place houses 1 дома +place island 0 остров +place island 1 острова +place islet 0 островок +place islet 1 островки +place locality 0 населённый пункт +place locality 1 населённые пункты +place moor 0 торфяник +place moor 1 торфяники +place municipality 0 муниципалитет +place municipality 1 муниципалитеты +place postcode 0 индекс +place postcode 1 индексы +place region 0 регион +place region 1 регионы +place sea 0 море +place sea 1 моря +place state 0 область/штат +place state 1 области/штаты +place subdivision 0 участок +place subdivision 1 участки +place suburb 0 пригород +place suburb 1 пригороды +place town 0 город +place town 1 города +place unincorporated_area 0 загородная зона +place unincorporated_area 1 загородные зоны +place village 0 деревня +place village 1 деревни +railway abandoned 0 разобранные железнодорожные пути +railway abandoned 1 разобранные железнодорожные пути +railway construction 0 ремонт ж.д. путей +railway construction 1 ремонт ж.д. путей +railway disused 0 заброшенная ж.д. ветка +railway disused 1 заброшенные ж.д. ветки +railway disused_station 0 заброшенная ж.д. станция +railway disused_station 1 заброшенная ж.д. станцияs +railway funicular 0 фуникулер +railway funicular 1 фуникулеры +railway halt 0 станция ж.д. +railway halt 1 станции ж.д. +railway historic_station 0 историческая ж.д. станция +railway historic_station 1 исторические ж.д. станции +railway junction 0 узел ж.д. +railway junction 1 узлы ж.д. +railway level_crossing 0 железнодорожный переезд +railway level_crossing 1 железнодорожные переезды +railway light_rail 0 легкорельсовый ж.д. транспорт +railway light_rail 1 легкорельсовый ж.д. транспорт +railway monorail 0 монорельс +railway monorail 1 монорельс +railway narrow_gauge 0 узкоколейка +railway narrow_gauge 1 узкоколейка +railway platform 0 железнодорожная платформа +railway platform 1 железнодорожные платформы +railway preserved 0 историческая ж.д. +railway preserved 1 исторические ж.д. +railway spur 0 ответвление ж.д. пути +railway spur 1 ответвления ж.д. путей +railway station 0 железнодорожная станция +railway station 1 железнодорожные станции +railway subway 0 станция метро +railway subway 1 станции метро +railway subway_entrance 0 вход в метро +railway subway_entrance 1 входы в метро +railway switch 0 железнодорожная стрелка +railway switch 1 железнодорожные стрелки +railway tram 0 трамвай +railway tram 1 трамваи +railway tram_stop 0 трамвайная остановка +railway tram_stop 1 трамвайные остановки +railway yard 0 депо +railway yard 1 депо +shop alcohol 0 винный магазин +shop alcohol 1 винные магазины +shop apparel 0 магазин одежды +shop apparel 1 магазины одежды +shop art 0 художественный салон +shop art 1 художественные салоны +shop bakery 0 булочная +shop bakery 1 булочные +shop beauty 0 салон красоты +shop beauty 1 салоны красоты +shop beverages 0 магазин напитков +shop beverages 1 магазины напитков +shop bicycle 0 веломагазин +shop bicycle 1 веломагазины +shop books 0 книжный магазин +shop books 1 книжные магазины +shop butcher 0 мясная лавка +shop butcher 1 мясные лавки +shop car 0 автомагазин +shop car 1 автомагазины +shop car_dealer 0 автосалон +shop car_dealer 1 автосалоны +shop car_parts 0 автозапчасти +shop car_parts 1 автозапчасти +shop car_repair 0 автомастерская +shop car_repair 1 автомастерские +shop carpet 0 ковры +shop carpet 1 ковры +shop charity 0 секонд-хэнд +shop charity 1 секонд-хэнды +shop chemist 0 магазин бытовой химии +shop chemist 1 магазины бытовой химии +shop clothes 0 магазин одежды +shop clothes 1 магазины одежды +shop computer 0 компьютерный магазин +shop computer 1 компьютерные магазины +shop confectionery 0 кондитерская +shop confectionery 1 кондитерские +shop convenience 0 ларёк +shop convenience 1 ларьки +shop copyshop 0 услуги копирования +shop copyshop 1 услуги копирования +shop cosmetics 0 косметика +shop cosmetics 1 косметика +shop department_store 0 универсам +shop department_store 1 универсамы +shop discount 0 магазин распродаж +shop discount 1 магазины распродаж +shop doityourself 0 сделай-сам +shop doityourself 1 сделай-сам +shop drugstore 0 аптека +shop drugstore 1 аптеки +shop dry_cleaning 0 химчистка +shop dry_cleaning 1 химчистки +shop electronics 0 магазин электротоваров +shop electronics 1 магазины электротоваров +shop estate_agent 0 риелтор +shop estate_agent 1 риелторы +shop farm 0 фермерский магазин +shop farm 1 фермерские магазины +shop fashion 0 магазин модной одежды +shop fashion 1 магазины модной одежды +shop fish 0 рыбный магазин +shop fish 1 рыбные магазины +shop florist 0 цветочный магазин +shop florist 1 цветочные магазины +shop food 0 продуктовый магазин +shop food 1 продуктовые магазины +shop funeral_directors 0 похоронное бюро +shop funeral_directors 1 похоронные бюро +shop furniture 0 мебельный магазин +shop furniture 1 мебельные магазины +shop gallery 0 галерея +shop gallery 1 галереи +shop garden_centre 0 садоводческий магазин +shop garden_centre 1 садоводческие магазины +shop general 0 магазин +shop general 1 магазины +shop gift 0 магазин подарков +shop gift 1 магазины подарков +shop greengrocer 0 овощной магазин +shop greengrocer 1 овощные магазины +shop grocery 0 бакалейный магазин +shop grocery 1 бакалейные магазины +shop hairdresser 0 парикмахерская +shop hairdresser 1 парикмахерские +shop hardware 0 хозяйственный магазин +shop hardware 1 хозяйственные магазины +shop hifi 0 магазин аудио/видео аппаратуры +shop hifi 1 магазины аудио/видео аппаратуры +shop insurance 0 страховая компания +shop insurance 1 страховые компании +shop jewelry 0 ювелирный магазин +shop jewelry 1 ювелирные магазины +shop kiosk 0 киоск +shop kiosk 1 киоски +shop laundry 0 прачечная +shop laundry 1 прачечные +shop mall 0 молл +shop mall 1 моллы +shop market 0 рынок +shop market 1 рынки +shop mobile_phone 0 магазин мобильных телефонов +shop mobile_phone 1 магазины мобильных телефонов +shop motorcycle 0 магазин по продаже мотоциклов +shop motorcycle 1 магазины по продаже мотоциклов +shop music 0 музыкальный магазин +shop music 1 музыкальные магазины +shop newsagent 0 газетный киоск +shop newsagent 1 газетные киоски +shop optician 0 магазин оптики +shop optician 1 магазины оптики +shop organic 0 магазин экологических продуктов +shop organic 1 магазины экологических продуктов +shop outdoor 0 место уличной торговли +shop outdoor 1 места уличной торговли +shop pet 0 зоомагазин +shop pet 1 зоомагазины +shop photo 0 фотомагазин +shop photo 1 фотомагазины +shop salon 0 салон +shop salon 1 салоны +shop shoes 0 обувной магазин +shop shoes 1 обувные магазины +shop shopping_centre 0 торговый центр +shop shopping_centre 1 торговые центры +shop sports 0 спортивный магазин +shop sports 1 спортивные магазины +shop stationery 0 магазин канцелярских товаров +shop stationery 1 магазины канцелярских товаров +shop supermarket 0 супермаркет +shop supermarket 1 супермаркеты +shop toys 0 магазин игрушек +shop toys 1 магазины игрушек +shop travel_agency 0 туристической агентство +shop travel_agency 1 туристические агентства +shop video 0 магазин видеозаписей +shop video 1 магазины видеозаписей +shop wine 0 винный магазин +shop wine 1 винные магазины +tourism alpine_hut 0 горный приют +tourism alpine_hut 1 горные приюты +tourism artwork 0 произведения искусства +tourism artwork 1 произведения искусства +tourism attraction 0 достопримечательность +tourism attraction 1 достопримечательности +tourism bed_and_breakfast 0 полупансион +tourism bed_and_breakfast 1 полупансионы +tourism cabin 0 кабинка +tourism cabin 1 кабинки +tourism camp_site 0 лагерь +tourism camp_site 1 лагеря +tourism caravan_site 0 караван-сарай +tourism caravan_site 1 караван-сараи +tourism chalet 0 шале +tourism chalet 1 шале +tourism guest_house 0 домик для гостей +tourism guest_house 1 домики для гостей +tourism hostel 0 хостел +tourism hostel 1 хостелы +tourism hotel 0 гостиница +tourism hotel 1 гостиницы +tourism information 0 информация +tourism information 1 информация +tourism lean_to 0 навес +tourism lean_to 1 навесы +tourism motel 0 мотель +tourism motel 1 мотели +tourism museum 0 музей +tourism museum 1 музеи +tourism picnic_site 0 место для пикника +tourism picnic_site 1 места для пикников +tourism theme_park 0 аттракционы +tourism theme_park 1 аттракционы +tourism valley 0 долина +tourism valley 1 долины +tourism viewpoint 0 смотровая площадка +tourism viewpoint 1 смотровые площадки +tourism zoo 0 зоопарк +tourism zoo 1 зоопарки +waterway boatyard 0 верфь +waterway boatyard 1 верфи +waterway canal 0 канал +waterway canal 1 каналы +waterway connector 0 слияние рек +waterway connector 1 слияния рек +waterway dam 0 дамба +waterway dam 1 дамбы +waterway derelict_canal 0 пересохший канал +waterway derelict_canal 1 пересохшие каналы +waterway ditch 0 водоотлив +waterway ditch 1 водоотливы +waterway dock 0 док +waterway dock 1 доки +waterway drain 0 сточная канава +waterway drain 1 сточные канавы +waterway lock 0 шлюз +waterway lock 1 шлюзы +waterway lock_gate 0 шлюз +waterway lock_gate 1 шлюзы +waterway mineral_spring 0 минеральный родник +waterway mineral_spring 1 минеральные родники +waterway mooring 0 место швартовки +waterway mooring 1 места швартовки +waterway rapids 0 речной порог +waterway rapids 1 речные пороги +waterway river 0 река +waterway river 1 реки +waterway riverbank 0 берег реки +waterway riverbank 1 берега реки +waterway stream 0 ручей +waterway stream 1 ручьи +waterway wadi 0 высохшее русло +waterway wadi 1 высохшие русла +waterway water_point 0 пункт водоснабжения +waterway water_point 1 пункты водоснабжения +waterway waterfall 0 водопад +waterway waterfall 1 водопады +waterway weir 0 плотина +waterway weir 1 плотины diff --git a/resources/categories/sk.tsv b/resources/categories/sk.tsv new file mode 100644 index 0000000..127a68d --- /dev/null +++ b/resources/categories/sk.tsv @@ -0,0 +1,777 @@ +key value is_plural phrase +aeroway aerodrome 0 letisko +aeroway aerodrome 1 letiskos +amenity arts_centre 0 kultúrne stredisko +amenity arts_centre 1 kultúrne strediskos +amenity atm 0 bankomat +amenity atm 1 bankomats +amenity bank 0 banka +amenity bank 1 bankas +amenity bar 0 bar +amenity bar 1 bars +amenity bench 0 lavička +amenity bench 1 lavičkas +amenity bicycle_parking 0 parkovisko bicyklov +amenity bicycle_parking 1 parkovisko bicyklovs +amenity bicycle_rental 0 požičovňa bicyklov +amenity bicycle_rental 1 požičovňa bicyklovs +amenity brothel 0 nevestinec +amenity brothel 1 nevestinecs +amenity bureau_de_change 0 zmenáreň +amenity bureau_de_change 1 zmenáreňs +amenity bus_station 0 autobusová stanica +amenity bus_station 1 autobusová stanicas +amenity cafe 0 kaviareň +amenity cafe 1 kaviareňs +amenity car_rental 0 požičovňa áut +amenity car_rental 1 požičovňa áuts +amenity car_sharing 0 autopožičovňa +amenity car_sharing 1 autopožičovňas +amenity car_wash 0 autoumývareň +amenity car_wash 1 autoumývareňs +amenity casino 0 kasíno +amenity casino 1 kasínos +amenity cinema 0 kino +amenity cinema 1 kinos +amenity clinic 0 poliklinika +amenity clinic 1 poliklinikas +amenity club 0 klub +amenity club 1 klubs +amenity college 0 vysoká škola +amenity college 1 vysoká školas +amenity community_centre 0 kultúrne stredisko +amenity community_centre 1 kultúrne strediskos +amenity courthouse 0 súd +amenity courthouse 1 súds +amenity crematorium 0 krematórium +amenity crematorium 1 krematóriums +amenity dentist 0 zubár +amenity dentist 1 zubárs +amenity dormitory 0 študentský domov +amenity dormitory 1 študentský domovs +amenity drinking_water 0 pitná voda +amenity drinking_water 1 pitná vodas +amenity driving_school 0 autoškola +amenity driving_school 1 autoškolas +amenity embassy 0 veľvyslanectvo +amenity embassy 1 veľvyslanectvos +amenity emergency_phone 0 núdzový telefón +amenity emergency_phone 1 núdzový telefóns +amenity fast_food 0 rýchle občerstvenie +amenity fast_food 1 rýchle občerstvenies +amenity ferry_terminal 0 terminál trajektu +amenity ferry_terminal 1 terminál trajektus +amenity fire_hydrant 0 požiarny hydrant +amenity fire_hydrant 1 požiarny hydrants +amenity fire_station 0 požiarna stanica +amenity fire_station 1 požiarna stanicas +amenity fountain 0 fontána +amenity fountain 1 fontánas +amenity fuel 0 benzínová pumpa +amenity fuel 1 benzínová pumpas +amenity grave_yard 0 cintorín +amenity grave_yard 1 cintoríns +amenity gym 0 fitnes centrum / telocvičňa +amenity gym 1 fitnes centrum / telocvičňas +amenity health_centre 0 zdravotné stredisko +amenity health_centre 1 zdravotné strediskos +amenity hospital 0 nemocnica +amenity hospital 1 nemocnicas +amenity hotel 0 hotel +amenity hotel 1 hotels +amenity hunting_stand 0 poľovnícky posed +amenity hunting_stand 1 poľovnícky poseds +amenity ice_cream 0 zmrzlina +amenity ice_cream 1 zmrzlinas +amenity kindergarten 0 materská škola +amenity kindergarten 1 materská školas +amenity library 0 knižnica +amenity library 1 knižnicas +amenity market 0 obchod +amenity market 1 obchods +amenity marketplace 0 tržnica +amenity marketplace 1 tržnicas +amenity mountain_rescue 0 horská služba +amenity mountain_rescue 1 horská službas +amenity nightclub 0 'nočný klub' +amenity nightclub 1 'nočný klub's +amenity nursery 0 jasle +amenity nursery 1 jasles +amenity nursing_home 0 sanatórium +amenity nursing_home 1 sanatóriums +amenity office 0 úrad +amenity office 1 úrads +amenity park 0 park +amenity park 1 parks +amenity parking 0 parkovisko +amenity parking 1 parkoviskos +amenity pharmacy 0 lekáreň +amenity pharmacy 1 lekáreňs +amenity place_of_worship 0 kostol +amenity place_of_worship 1 kostols +amenity police 0 polícia +amenity police 1 polícias +amenity post_box 0 poštová schránka +amenity post_box 1 poštová schránkas +amenity post_office 0 pošta +amenity post_office 1 poštas +amenity preschool 0 škôlka +amenity preschool 1 škôlkas +amenity prison 0 väzenie +amenity prison 1 väzenies +amenity pub 0 krčma +amenity pub 1 krčmas +amenity public_building 0 verejná budova +amenity public_building 1 verejná budovas +amenity recycling 0 recyklačké miesto +amenity recycling 1 recyklačké miestos +amenity restaurant 0 reštaurácia +amenity restaurant 1 reštaurácias +amenity retirement_home 0 domov dôchodcov +amenity retirement_home 1 domov dôchodcovs +amenity sauna 0 sauna +amenity sauna 1 saunas +amenity school 0 škola +amenity school 1 školas +amenity shelter 0 altánok +amenity shelter 1 altánoks +amenity shop 0 obchod +amenity shop 1 obchods +amenity social_club 0 spoločenský klub +amenity social_club 1 spoločenský klubs +amenity studio 0 ateliér +amenity studio 1 ateliérs +amenity supermarket 0 supermarket +amenity supermarket 1 supermarkets +amenity taxi 0 taxi +amenity taxi 1 taxis +amenity telephone 0 verejný telefón +amenity telephone 1 verejný telefóns +amenity theatre 0 divadlo +amenity theatre 1 divadlos +amenity toilets 0 wc +amenity toilets 1 wcs +amenity townhall 0 radnica +amenity townhall 1 radnicas +amenity university 0 univerzita +amenity university 1 univerzitas +amenity vending_machine 0 predajný automat +amenity vending_machine 1 predajný automats +amenity veterinary 0 veterinárna ordinácia +amenity veterinary 1 veterinárna ordinácias +amenity waste_basket 0 odpadkový kôš +amenity waste_basket 1 odpadkový kôšs +amenity wifi 0 prístup wi-fi +amenity wifi 1 prístup wi-fis +amenity youth_centre 0 mládežnícke centrum +amenity youth_centre 1 mládežnícke centrums +boundary administrative 0 administratívne hranice +boundary administrative 1 administratívne hranices +building apartments 0 bytový dom +building apartments 1 bytový doms +building bunker 0 bunker +building bunker 1 bunkers +building chapel 0 kaplnka +building chapel 1 kaplnkas +building church 0 kostol,cirkev +building church 1 kostol,cirkevs +building city_hall 0 radnica,magistrát +building city_hall 1 radnica,magistráts +building commercial 0 komerčné budovy +building commercial 1 komerčné budovys +building dormitory 0 študentský domov +building dormitory 1 študentský domovs +building faculty 0 budovy fakulty +building faculty 1 budovy fakultys +building farm 0 hospodárska budova +building farm 1 hospodárska budovas +building flats 0 byty +building flats 1 bytys +building garage 0 garáž +building garage 1 garážs +building hall 0 sála +building hall 1 sálas +building hospital 0 nemocničné budovy +building hospital 1 nemocničné budovys +building hotel 0 hotel +building hotel 1 hotels +building house 0 dom +building house 1 doms +building industrial 0 priemyselné budovy +building industrial 1 priemyselné budovys +building office 0 administratívna budova +building office 1 administratívna budovas +building public 0 verejná budova +building public 1 verejná budovas +building residential 0 obytné budovy +building residential 1 obytné budovys +building retail 0 maloobchodné budovy +building retail 1 maloobchodné budovys +building school 0 škola +building school 1 školas +building shop 0 obchod +building shop 1 obchods +building stadium 0 štadión +building stadium 1 štadións +building store 0 obchod +building store 1 obchods +building terrace 0 radová zástavba +building terrace 1 radová zástavbas +building tower 0 veža +building tower 1 vežas +building train_station 0 železničná stanica +building train_station 1 železničná stanicas +building university 0 univerzitné budovy +building university 1 univerzitné budovys +building "yes" 0 budova +building "yes" 1 budovas +highway bridleway 0 cesta pre kone +highway bridleway 1 cesta pre kones +highway bus_guideway 0 bus so sprievodcom +highway bus_guideway 1 bus so sprievodcoms +highway bus_stop 0 zastávka autobusu +highway bus_stop 1 zastávka autobusus +highway byway 0 byway (súkromná cesta) +highway byway 1 byway (súkromná cesta)s +highway construction 0 cesta vo výstavbe +highway construction 1 cesta vo výstavbes +highway cycleway 0 cyklistický chodník +highway cycleway 1 cyklistický chodníks +highway distance_marker 0 distance marker (kilometrovník) +highway distance_marker 1 distance marker (kilometrovník)s +highway emergency_access_point 0 stanica prvej pomoci +highway emergency_access_point 1 stanica prvej pomocis +highway footway 0 chodník +highway footway 1 chodníks +highway ford 0 brod +highway ford 1 brods +highway gate 0 brána +highway gate 1 bránas +highway living_street 0 obytná zóna +highway living_street 1 obytná zónas +highway minor 0 vedľajšia cesta +highway minor 1 vedľajšia cestas +highway motorway 0 diaľnica +highway motorway 1 diaľnicas +highway motorway_junction 0 motorway junction (diaľničná križovatka) +highway motorway_junction 1 motorway junction (diaľničná križovatka)s +highway motorway_link 0 diaľnica +highway motorway_link 1 diaľnicas +highway path 0 cesta +highway path 1 cestas +highway pedestrian 0 chodník pre chodcov +highway pedestrian 1 chodník pre chodcovs +highway platform 0 nástupište +highway platform 1 nástupištes +highway primary 0 cesta i. triedy +highway primary 1 cesta i. triedys +highway primary_link 0 cesta i. triedy +highway primary_link 1 cesta i. triedys +highway residential 0 residential(obytný) +highway residential 1 residential(obytný)s +highway road 0 cesta +highway road 1 cestas +highway secondary 0 cesta ii. triedy +highway secondary 1 cesta ii. triedys +highway secondary_link 0 cesta ii. triedy +highway secondary_link 1 cesta ii. triedys +highway service 0 service road (prístupová komunikácia) +highway service 1 service road (prístupová komunikácia)s +highway steps 0 schody +highway steps 1 schodys +highway stile 0 schodíky cez ohradu +highway stile 1 schodíky cez ohradus +highway tertiary 0 cesta iii. triedy +highway tertiary 1 cesta iii. triedys +highway track 0 nespevnené cesty +highway track 1 nespevnené cestys +highway trunk 0 cesta pre motorové vozidlá +highway trunk 1 cesta pre motorové vozidlás +highway trunk_link 0 cesta pre motorové vozidlá +highway trunk_link 1 cesta pre motorové vozidlás +highway unclassified 0 neklasifikovaná cesta +highway unclassified 1 neklasifikovaná cestas +highway unsurfaced 0 nespevnená cesta +highway unsurfaced 1 nespevnená cestas +historic archaeological_site 0 archeologické nálezisko +historic archaeological_site 1 archeologické náleziskos +historic battlefield 0 bojisko +historic battlefield 1 bojiskos +historic boundary_stone 0 hraničný kameň +historic boundary_stone 1 hraničný kameňs +historic building 0 budova +historic building 1 budovas +historic castle 0 hrad +historic castle 1 hrads +historic church 0 kostol +historic church 1 kostols +historic house 0 dom +historic house 1 doms +historic manor 0 šľachtické sídlo +historic manor 1 šľachtické sídlos +historic memorial 0 pomník +historic memorial 1 pomníks +historic mine 0 baňa +historic mine 1 baňas +historic monument 0 pamätník +historic monument 1 pamätníks +historic museum 0 múzeum +historic museum 1 múzeums +historic ruins 0 ruina +historic ruins 1 ruinas +historic tower 0 veža +historic tower 1 vežas +historic wayside_cross 0 božie muky +historic wayside_cross 1 božie mukys +historic wayside_shrine 0 malá kaplnka pri ceste +historic wayside_shrine 1 malá kaplnka pri cestes +historic wreck 0 zrúcanina +historic wreck 1 zrúcaninas +landuse allotments 0 záhradkárske osady +landuse allotments 1 záhradkárske osadys +landuse basin 0 basin (vodná nádrž) +landuse basin 1 basin (vodná nádrž)s +landuse cemetery 0 cintorín +landuse cemetery 1 cintoríns +landuse commercial 0 obchodná štvrť +landuse commercial 1 obchodná štvrťs +landuse construction 0 stavba +landuse construction 1 stavbas +landuse farm 0 farma +landuse farm 1 farmas +landuse farmyard 0 dvor +landuse farmyard 1 dvors +landuse forest 0 les +landuse forest 1 less +landuse grass 0 tráva +landuse grass 1 trávas +landuse industrial 0 priemyslová oblasť +landuse industrial 1 priemyslová oblasťs +landuse landfill 0 skládka odpadu +landuse landfill 1 skládka odpadus +landuse meadow 0 lúka +landuse meadow 1 lúkas +landuse military 0 vojenský priestor +landuse military 1 vojenský priestors +landuse mine 0 baňa +landuse mine 1 baňas +landuse mountain 0 hora +landuse mountain 1 horas +landuse nature_reserve 0 prírodná rezervácia +landuse nature_reserve 1 prírodná rezervácias +landuse park 0 park +landuse park 1 parks +landuse piste 0 zjazdovka +landuse piste 1 zjazdovkas +landuse plaza 0 námestie +landuse plaza 1 námesties +landuse quarry 0 lom +landuse quarry 1 loms +landuse railway 0 železnica +landuse railway 1 železnicas +landuse residential 0 residential area (obytná oblasť) +landuse residential 1 residential area (obytná oblasť)s +landuse retail 0 retail (obchodná zóna) +landuse retail 1 retail (obchodná zóna)s +landuse village_green 0 verejná zeleň +landuse village_green 1 verejná zeleňs +landuse vineyard 0 vinica +landuse vineyard 1 vinicas +landuse wetland 0 mokrina +landuse wetland 1 mokrinas +landuse wood 0 drevo +landuse wood 1 drevos +leisure common 0 verejné priestranstvo +leisure common 1 verejné priestranstvos +leisure fishing 0 rybolov (športový) +leisure fishing 1 rybolov (športový)s +leisure garden 0 záhrada +leisure garden 1 záhradas +leisure golf_course 0 golfové ihrisko +leisure golf_course 1 golfové ihriskos +leisure ice_rink 0 umelé klzisko +leisure ice_rink 1 umelé klziskos +leisure marina 0 prístav pre jachty +leisure marina 1 prístav pre jachtys +leisure miniature_golf 0 mini golf +leisure miniature_golf 1 mini golfs +leisure nature_reserve 0 prírodná rezervácia +leisure nature_reserve 1 prírodná rezervácias +leisure park 0 park +leisure park 1 parks +leisure pitch 0 športové ihrisko +leisure pitch 1 športové ihriskos +leisure playground 0 detské ihrisko +leisure playground 1 detské ihriskos +leisure recreation_ground 0 rekreačná oblasť +leisure recreation_ground 1 rekreačná oblasťs +leisure slipway 0 lodný sklz +leisure slipway 1 lodný sklzs +leisure sports_centre 0 športové stredisko +leisure sports_centre 1 športové strediskos +leisure stadium 0 štadión +leisure stadium 1 štadións +leisure swimming_pool 0 plaváreň +leisure swimming_pool 1 plaváreňs +leisure track 0 bežecká dráha +leisure track 1 bežecká dráhas +leisure water_park 0 aquapark +leisure water_park 1 aquaparks +natural bay 0 zátoka, záliv +natural bay 1 zátoka, zálivs +natural beach 0 pláž +natural beach 1 plážs +natural cape 0 mys +natural cape 1 myss +natural cave_entrance 0 vstup do jaskyne +natural cave_entrance 1 vstup do jaskynes +natural channel 0 kanál +natural channel 1 kanáls +natural cliff 0 útes, kamenná stena +natural cliff 1 útes, kamenná stenas +natural coastline 0 pobrežie +natural coastline 1 pobrežies +natural crater 0 kráter +natural crater 1 kráters +natural feature 0 vlastnosť +natural feature 1 vlastnosťs +natural fell 0 horská pastvina +natural fell 1 horská pastvinas +natural fjord 0 fjord +natural fjord 1 fjords +natural geyser 0 gejzír +natural geyser 1 gejzírs +natural glacier 0 ľadovec +natural glacier 1 ľadovecs +natural heath 0 vresovisko +natural heath 1 vresoviskos +natural hill 0 kopec +natural hill 1 kopecs +natural island 0 ostrov +natural island 1 ostrovs +natural marsh 0 bažina +natural marsh 1 bažinas +natural moor 0 močiar +natural moor 1 močiars +natural mud 0 bahno +natural mud 1 bahnos +natural peak 0 vrchol +natural peak 1 vrchols +natural point 0 bod +natural point 1 bods +natural reef 0 bradlo, skalisko +natural reef 1 bradlo, skaliskos +natural ridge 0 hrebeň +natural ridge 1 hrebeňs +natural river 0 rieka +natural river 1 riekas +natural rock 0 skala +natural rock 1 skalas +natural scree 0 sutina +natural scree 1 sutinas +natural scrub 0 rúbanisko +natural scrub 1 rúbaniskos +natural shoal 0 plytčina +natural shoal 1 plytčinas +natural spring 0 prameň +natural spring 1 prameňs +natural strait 0 úžina +natural strait 1 úžinas +natural tree 0 strom +natural tree 1 stroms +natural valley 0 dolina +natural valley 1 dolinas +natural volcano 0 sopka +natural volcano 1 sopkas +natural water 0 voda +natural water 1 vodas +natural wetland 0 mokrina +natural wetland 1 mokrinas +natural wetlands 0 mokrina +natural wetlands 1 mokrinas +natural wood 0 les +natural wood 1 less +place city 0 mesto nad 100 tis. +place city 1 mesto nad 100 tis.s +place country 0 štát +place country 1 štáts +place county 0 okres +place county 1 okress +place farm 0 farma +place farm 1 farmas +place hamlet 0 osada do 200 +place hamlet 1 osada do 200s +place house 0 budova +place house 1 budovas +place houses 0 budovy +place houses 1 budovys +place island 0 ostrov +place island 1 ostrovs +place islet 0 ostrovček +place islet 1 ostrovčeks +place locality 0 oblasť +place locality 1 oblasťs +place moor 0 močiar +place moor 1 močiars +place municipality 0 obecný úrad +place municipality 1 obecný úrads +place postcode 0 psč +place postcode 1 psčs +place region 0 región +place region 1 regións +place sea 0 more +place sea 1 mores +place state 0 štát +place state 1 štáts +place subdivision 0 pododdelenie +place subdivision 1 pododdelenies +place suburb 0 mestský obvod +place suburb 1 mestský obvods +place town 0 mesto 10 tis.-100 tis. +place town 1 mesto 10 tis.-100 tis.s +place unincorporated_area 0 nezaradená oblasť +place unincorporated_area 1 nezaradená oblasťs +place village 0 obec 200-10 tis. +place village 1 obec 200-10 tis.s +railway abandoned 0 opustená železnica +railway abandoned 1 opustená železnicas +railway construction 0 železnica vo výstavbe +railway construction 1 železnica vo výstavbes +railway disused 0 nepoužívaná železnica +railway disused 1 nepoužívaná železnicas +railway disused_station 0 nepoužívaná železničná stanica +railway disused_station 1 nepoužívaná železničná stanicas +railway funicular 0 lanová dráha +railway funicular 1 lanová dráhas +railway halt 0 zastávka vlaku +railway halt 1 zastávka vlakus +railway historic_station 0 zastávka historickej železnice +railway historic_station 1 zastávka historickej železnices +railway junction 0 železničný uzol +railway junction 1 železničný uzols +railway level_crossing 0 železničný prejazd +railway level_crossing 1 železničný prejazds +railway light_rail 0 ľahká železnica +railway light_rail 1 ľahká železnicas +railway monorail 0 jednokoľajka +railway monorail 1 jednokoľajkas +railway narrow_gauge 0 úzkokoľajná železnica +railway narrow_gauge 1 úzkokoľajná železnicas +railway platform 0 železničné nástupište +railway platform 1 železničné nástupištes +railway preserved 0 historická železnica +railway preserved 1 historická železnicas +railway spur 0 železničná vlečka +railway spur 1 železničná vlečkas +railway station 0 železničná stanica +railway station 1 železničná stanicas +railway subway 0 stanica metra +railway subway 1 stanica metras +railway subway_entrance 0 vchod do metra +railway subway_entrance 1 vchod do metras +railway switch 0 železničná výhybka +railway switch 1 železničná výhybkas +railway tram 0 električka +railway tram 1 električkas +railway tram_stop 0 zastávka električky +railway tram_stop 1 zastávka električkys +railway yard 0 železničné depo +railway yard 1 železničné depos +shop alcohol 0 mimo povolenia +shop alcohol 1 mimo povolenias +shop apparel 0 odevy +shop apparel 1 odevys +shop art 0 obchod s umením +shop art 1 obchod s umeníms +shop bakery 0 pekáreň +shop bakery 1 pekáreňs +shop beauty 0 salón krásy +shop beauty 1 salón krásys +shop beverages 0 občerstvenie +shop beverages 1 občerstvenies +shop bicycle 0 obchod s bicylkami +shop bicycle 1 obchod s bicylkamis +shop books 0 kníhkupectvo +shop books 1 kníhkupectvos +shop butcher 0 mäsiarstvo +shop butcher 1 mäsiarstvos +shop car_dealer 0 obchod s autami +shop car_dealer 1 obchod s autamis +shop car_parts 0 mototechna +shop car_parts 1 mototechnas +shop car_repair 0 autoservis +shop car_repair 1 autoserviss +shop carpet 0 obchod s kobercami +shop carpet 1 obchod s kobercamis +shop charity 0 charitatívny obchod +shop charity 1 charitatívny obchods +shop chemist 0 lekáreň +shop chemist 1 lekáreňs +shop clothes 0 obchod s konfekciou +shop clothes 1 obchod s konfekcious +shop computer 0 obchod s počítačmi +shop computer 1 obchod s počítačmis +shop confectionery 0 cukráreň +shop confectionery 1 cukráreňs +shop department_store 0 obchodný dom +shop department_store 1 obchodný doms +shop doityourself 0 urob si sám +shop doityourself 1 urob si sáms +shop drugstore 0 lekáreň +shop drugstore 1 lekáreňs +shop dry_cleaning 0 chemická čistiareň +shop dry_cleaning 1 chemická čistiareňs +shop electronics 0 elektro +shop electronics 1 elektros +shop estate_agent 0 realitná kancelária +shop estate_agent 1 realitná kancelárias +shop farm 0 poľnonákup +shop farm 1 poľnonákups +shop fish 0 obchod s rybami +shop fish 1 obchod s rybamis +shop florist 0 kvetinárstvo +shop florist 1 kvetinárstvos +shop food 0 obchod s potravinami +shop food 1 obchod s potravinamis +shop funeral_directors 0 pohrebníctvo +shop funeral_directors 1 pohrebníctvos +shop furniture 0 nábytok +shop furniture 1 nábytoks +shop gallery 0 galéria +shop gallery 1 galérias +shop garden_centre 0 záhradnícke centrum +shop garden_centre 1 záhradnícke centrums +shop general 0 zmiešaný tovar +shop general 1 zmiešaný tovars +shop gift 0 suveníry +shop gift 1 suvenírys +shop greengrocer 0 obchod so zeleninou +shop greengrocer 1 obchod so zeleninous +shop grocery 0 potraviny +shop grocery 1 potravinys +shop hairdresser 0 kaderníctvo,holičstvo +shop hairdresser 1 kaderníctvo,holičstvos +shop hardware 0 železiarstvo +shop hardware 1 železiarstvos +shop hifi 0 hi-fi +shop hifi 1 hi-fis +shop insurance 0 poisťovňa +shop insurance 1 poisťovňas +shop jewelry 0 zlatníctvo +shop jewelry 1 zlatníctvos +shop kiosk 0 novinový stánok +shop kiosk 1 novinový stánoks +shop laundry 0 práčovňa +shop laundry 1 práčovňas +shop mall 0 pešia zóna +shop mall 1 pešia zónas +shop mobile_phone 0 obchod s mobilnými telefónmi +shop mobile_phone 1 obchod s mobilnými telefónmis +shop motorcycle 0 motocyklový obchod +shop motorcycle 1 motocyklový obchods +shop music 0 hudobniny +shop music 1 hudobninys +shop optician 0 očná optika +shop optician 1 očná optikas +shop organic 0 obchod so zdravou výživou +shop organic 1 obchod so zdravou výživous +shop outdoor 0 turistický obchod +shop outdoor 1 turistický obchods +shop pet 0 chovprodukt +shop pet 1 chovprodukts +shop photo 0 fotokino +shop photo 1 fotokinos +shop salon 0 salón +shop salon 1 salóns +shop shoes 0 obuva +shop shoes 1 obuvas +shop shopping_centre 0 nákupné stredisko +shop shopping_centre 1 nákupné strediskos +shop sports 0 športový obchod +shop sports 1 športový obchods +shop stationery 0 papierníctvo +shop stationery 1 papierníctvos +shop supermarket 0 supermarket +shop supermarket 1 supermarkets +shop toys 0 hračkárstvo +shop toys 1 hračkárstvos +shop travel_agency 0 cestovná kancelária +shop travel_agency 1 cestovná kancelárias +shop wine 0 mimo povolenia +shop wine 1 mimo povolenias +tourism alpine_hut 0 vysokohorská chata +tourism alpine_hut 1 vysokohorská chatas +tourism artwork 0 umelecké dielo +tourism artwork 1 umelecké dielos +tourism attraction 0 atrakcia +tourism attraction 1 atrakcias +tourism bed_and_breakfast 0 nocľah a raňajky +tourism bed_and_breakfast 1 nocľah a raňajkys +tourism cabin 0 malá chata +tourism cabin 1 malá chatas +tourism camp_site 0 kemping +tourism camp_site 1 kempings +tourism caravan_site 0 autokemping +tourism caravan_site 1 autokempings +tourism chalet 0 veľká chata +tourism chalet 1 veľká chatas +tourism guest_house 0 penzión +tourism guest_house 1 penzións +tourism hostel 0 ubytovňa, internát +tourism hostel 1 ubytovňa, internáts +tourism hotel 0 hotel +tourism hotel 1 hotels +tourism information 0 informácie +tourism information 1 informácies +tourism lean_to 0 prístrešok +tourism lean_to 1 prístrešoks +tourism motel 0 motel +tourism motel 1 motels +tourism museum 0 múzeum +tourism museum 1 múzeums +tourism picnic_site 0 výletné miesto +tourism picnic_site 1 výletné miestos +tourism theme_park 0 zábavný park +tourism theme_park 1 zábavný parks +tourism valley 0 údolie +tourism valley 1 údolies +tourism viewpoint 0 rozhľadňa, výhliadka +tourism viewpoint 1 rozhľadňa, výhliadkas +tourism zoo 0 zoo +tourism zoo 1 zoos +waterway boatyard 0 lodenica +waterway boatyard 1 lodenicas +waterway canal 0 kanál +waterway canal 1 kanáls +waterway dam 0 priehrada,hrádza +waterway dam 1 priehrada,hrádzas +waterway derelict_canal 0 opustený kanál +waterway derelict_canal 1 opustený kanáls +waterway ditch 0 priekopa +waterway ditch 1 priekopas +waterway dock 0 dok +waterway dock 1 doks +waterway drain 0 odvodňovací kanál +waterway drain 1 odvodňovací kanáls +waterway lock 0 plavebná komora +waterway lock 1 plavebná komoras +waterway lock_gate 0 brána plavebnej komory +waterway lock_gate 1 brána plavebnej komorys +waterway mineral_spring 0 minerálny prameň +waterway mineral_spring 1 minerálny prameňs +waterway mooring 0 kotvisko +waterway mooring 1 kotviskos +waterway river 0 rieka +waterway river 1 riekas +waterway riverbank 0 breh rieky +waterway riverbank 1 breh riekys +waterway stream 0 potok +waterway stream 1 potoks +waterway wadi 0 občasné riečisko(vádí) +waterway wadi 1 občasné riečisko(vádí)s +waterway water_point 0 vodný bod +waterway water_point 1 vodný bods +waterway waterfall 0 vodopád +waterway waterfall 1 vodopáds +waterway weir 0 splav +waterway weir 1 splavs diff --git a/resources/categories/sv.tsv b/resources/categories/sv.tsv new file mode 100644 index 0000000..19b6348 --- /dev/null +++ b/resources/categories/sv.tsv @@ -0,0 +1,435 @@ +key value is_plural phrase +aeroway aerodrome 0 flygplats +aeroway aerodrome 1 flygplatser +amenity atm 0 bankomat +amenity atm 1 bankomater +amenity bank 0 bank +amenity bank 1 banker +amenity bar 0 bar +amenity bar 1 barer +amenity bench 0 bänk +amenity bench 1 bänkar +amenity bicycle_parking 0 cykelparkering +amenity bicycle_parking 1 cykelparkeringar +amenity bicycle_rental 0 cykeluthyrning +amenity bicycle_rental 1 cykeluthyrningar +amenity brothel 0 bordell +amenity brothel 1 bordeller +amenity bureau_de_change 0 växlingskontor +amenity bureau_de_change 1 växlingskontor +amenity bus_station 0 busstation +amenity bus_station 1 busstationer +amenity car_rental 0 biluthyrning +amenity car_rental 1 biluthyrningar +amenity car_sharing 0 bilpool +amenity car_sharing 1 bilpooler +amenity car_wash 0 biltvätt +amenity car_wash 1 biltvättar +amenity cinema 0 biograf +amenity cinema 1 biografer +amenity crematorium 0 krematorium +amenity crematorium 1 krematorier +amenity dentist 0 tandläkare +amenity dentist 1 tandläkare +amenity doctors 0 läkare +amenity doctors 1 läkare +amenity drinking_water 0 dricksvatten +amenity drinking_water 1 dricksvatten +amenity driving_school 0 körskola +amenity driving_school 1 körskolor +amenity embassy 0 ambassad +amenity embassy 1 ambassader +amenity emergency_phone 0 nödtelefon +amenity emergency_phone 1 nödtelefoner +amenity fast_food 0 snabbmat +amenity fast_food 1 snabbmat +amenity ferry_terminal 0 färjeterminal +amenity ferry_terminal 1 färjeterminaler +amenity fire_hydrant 0 brandpost +amenity fire_hydrant 1 brandposter +amenity fire_station 0 brandstation +amenity fire_station 1 brandstationer +amenity fountain 0 fontän +amenity fountain 1 fontäner +amenity fuel 0 bränsle +amenity fuel 1 bränslen +amenity grave_yard 0 begravningsplats +amenity grave_yard 1 begravningsplatser +amenity hospital 0 sjukhus +amenity hospital 1 sjukhus +amenity hotel 0 hotell +amenity hotel 1 hotell +amenity ice_cream 0 glass +amenity ice_cream 1 glass +amenity kindergarten 0 dagis +amenity kindergarten 1 dagis +amenity library 0 bibliotek +amenity library 1 bibliotek +amenity market 0 torghandel +amenity market 1 torghandlar +amenity marketplace 0 marknad +amenity marketplace 1 marknader +amenity nightclub 0 nattklubb +amenity nightclub 1 nattklubbar +amenity office 0 kontor +amenity office 1 kontor +amenity parking 0 parkeringsplats +amenity parking 1 parkeringsplatser +amenity pharmacy 0 apotek +amenity pharmacy 1 apotek +amenity place_of_worship 0 plats för tillbedjan +amenity place_of_worship 1 platser för tillbedjan +amenity police 0 polis +amenity police 1 poliser +amenity post_office 0 postkontor +amenity post_office 1 postkontor +amenity preschool 0 förskola +amenity preschool 1 förskolor +amenity prison 0 fängelse +amenity prison 1 fängelser +amenity pub 0 pub +amenity pub 1 pubar +amenity public_building 0 offentlig byggnad +amenity public_building 1 offentliga byggnader +amenity recycling 0 återvinningsstation +amenity recycling 1 återvinningsstationer +amenity restaurant 0 restaurang +amenity restaurant 1 restauranger +amenity retirement_home 0 äldreboende +amenity retirement_home 1 äldreboenden +amenity sauna 0 bastu +amenity sauna 1 bastur +amenity school 0 skola +amenity school 1 skolor +amenity shop 0 affär +amenity shop 1 affärer +amenity taxi 0 taxi +amenity taxi 1 taxis +amenity theatre 0 teater +amenity theatre 1 teatrar +amenity toilets 0 toalett +amenity toilets 1 toaletter +amenity vending_machine 0 varumaskin +amenity vending_machine 1 varumaskiner +amenity veterinary 0 veterinär +amenity veterinary 1 veterinärer +amenity waste_basket 0 papperskorg +amenity waste_basket 1 papperskorgar +amenity youth_centre 0 ungdomscenter +amenity youth_centre 1 ungdomscenter +building chapel 0 kapell +building chapel 1 kapell +building church 0 kyrka +building church 1 kyrkor +building garage 0 garage +building garage 1 garage +building hospital 0 sjukhusbyggnad +building hospital 1 sjukhusbyggnader +building hotel 0 hotell +building hotel 1 hotell +building house 0 hus +building house 1 hus +building office 0 kontorsbyggnad +building office 1 kontorsbyggnader +building school 0 skolbyggnad +building school 1 skolbyggnader +building shop 0 affär +building shop 1 affärer +building terrace 0 terass +building terrace 1 terasser +building train_station 0 järnvägsstation +building train_station 1 järnvägsstationer +highway bus_stop 0 busshållplats +highway bus_stop 1 busshållplatser +highway construction 0 väg under konstruktion +highway construction 1 vägar under konstruktion +highway cycleway 0 cykelspår +highway cycleway 1 cykelspår +highway footway 0 gångväg +highway footway 1 gångvägar +highway gate 0 grind +highway gate 1 grindar +highway motorway 0 motorväg +highway motorway 1 motorvägar +highway pedestrian 0 gångväg +highway pedestrian 1 gångvägar +highway platform 0 perrong +highway platform 1 perronger +highway road 0 väg +highway road 1 vägar +highway steps 0 trappa +highway steps 1 trappor +highway trail 0 vandringsled +highway trail 1 vandringsleder +highway unsurfaced 0 oasfalterad väg +highway unsurfaced 1 oasfalterade vägar +historic archaeological_site 0 arkeologisk plats +historic archaeological_site 1 arkeologiska platser +historic battlefield 0 slagfält +historic battlefield 1 slagfält +historic boundary_stone 0 gränssten +historic boundary_stone 1 gränsstenar +historic building 0 byggnad +historic building 1 byggnader +historic castle 0 slott +historic castle 1 slott +historic church 0 kyrka +historic church 1 kyrkor +historic house 0 hus +historic house 1 hus +historic icon 0 ikon +historic icon 1 ikoner +historic mine 0 gruva +historic mine 1 gruvor +historic monument 0 monument +historic monument 1 monument +historic museum 0 museum +historic museum 1 museer +historic ruins 0 ruin +historic ruins 1 ruiner +historic tower 0 torn +historic tower 1 torn +historic wreck 0 vrak +historic wreck 1 vrak +landuse allotments 0 kolonilott +landuse allotments 1 kolonilotter +landuse cemetery 0 begravningsplats +landuse cemetery 1 begravningsplatser +landuse farm 0 bondgård +landuse farm 1 bondgårdar +landuse forest 0 skog +landuse forest 1 skogar +landuse industrial 0 industriområde +landuse industrial 1 industriområden +landuse military 0 militärområde +landuse military 1 militärområden +landuse mine 0 gruva +landuse mine 1 gruvor +landuse park 0 park +landuse park 1 parker +landuse residential 0 bostadsområde +landuse residential 1 bostadsområden +landuse vineyard 0 vingård +landuse vineyard 1 vingårdar +leisure fishing 0 fiskevatten +leisure fishing 1 fiskevatten +leisure garden 0 trädgård +leisure garden 1 trädgårdar +leisure golf_course 0 golfbana +leisure golf_course 1 golfbanor +leisure ice_rink 0 isrink +leisure ice_rink 1 isrinkar +leisure marina 0 marina +leisure marina 1 marinor +leisure miniature_golf 0 minigolf +leisure miniature_golf 1 minigolf +leisure nature_reserve 0 naturreservat +leisure nature_reserve 1 naturreservat +leisure park 0 park +leisure park 1 parker +leisure playground 0 lekplats +leisure playground 1 lekplatser +leisure sports_centre 0 sporthall +leisure sports_centre 1 sporthallar +leisure stadium 0 stadium +leisure stadium 1 stadiums +leisure water_park 0 vattenpark +leisure water_park 1 vattenparker +natural bay 0 bukt +natural bay 1 bukter +natural beach 0 strand +natural beach 1 stränder +natural cape 0 udde +natural cape 1 uddar +natural cave_entrance 0 grottmynning +natural cave_entrance 1 grottmynningar +natural channel 0 kanal +natural channel 1 kanaler +natural cliff 0 klippa +natural cliff 1 klippor +natural coastline 0 kustlinje +natural coastline 1 kustlinjer +natural crater 0 krater +natural crater 1 kratrar +natural fjord 0 fjord +natural fjord 1 fjordar +natural geyser 0 gejser +natural geyser 1 gejsrar +natural glacier 0 glaciär +natural glacier 1 glaciärer +natural hill 0 kulle +natural hill 1 kullar +natural island 0 ö +natural island 1 öar +natural marsh 0 träsk +natural marsh 1 träsk +natural moor 0 hed +natural moor 1 hedar +natural mud 0 lera +natural mud 1 leror +natural peak 0 topp +natural peak 1 toppar +natural reef 0 rev +natural reef 1 rev +natural river 0 flod +natural river 1 floder +natural rock 0 klippa +natural rock 1 klippor +natural scree 0 taluskon +natural scree 1 taluskoner +natural shoal 0 sandbank +natural shoal 1 sandbankar +natural spring 0 källa +natural spring 1 källor +natural tree 0 träd +natural tree 1 träd +natural valley 0 dal +natural valley 1 dalar +natural volcano 0 vulkan +natural volcano 1 vulkaner +natural water 0 vatten +natural water 1 vatten +natural wetland 0 våtmark +natural wetland 1 våtmarker +natural wood 0 skog +natural wood 1 skogar +place city 0 stad +place city 1 städer +place country 0 land +place country 1 länder +place county 0 län +place county 1 län +place farm 0 bondgård +place farm 1 bondgårdar +place hamlet 0 by +place hamlet 1 byar +place house 0 hus +place house 1 hus +place houses 0 hus +place houses 1 hus +place island 0 ö +place island 1 öar +place islet 0 holme +place islet 1 holmar +place municipality 0 kommun +place municipality 1 kommuner +place postcode 0 postnummer +place postcode 1 postnummer +place region 0 region +place region 1 regioner +place sea 0 hav +place sea 1 hav +place suburb 0 förort +place suburb 1 förorter +place town 0 ort +place town 1 orter +place village 0 mindre ort +place village 1 mindre orter +railway disused_station 0 nedlagd järnvägsstation +railway disused_station 1 nedlagda järnvägsstationer +railway funicular 0 bergbana +railway funicular 1 bergbanor +railway light_rail 0 spårvagn +railway light_rail 1 spårvagnar +railway narrow_gauge 0 smalspårsjärnväg +railway narrow_gauge 1 smalspårsjärnvägar +railway platform 0 tågperrong +railway platform 1 tågperronger +railway station 0 tågstation +railway station 1 tågstationer +railway subway_entrance 0 tunnelbaneingång +railway subway_entrance 1 tunnelbaneingångar +shop bakery 0 bageri +shop bakery 1 bagerier +shop bicycle 0 cykelaffär +shop bicycle 1 cykelaffärer +shop books 0 bokhandel +shop books 1 bokhandlar +shop butcher 0 slaktare +shop butcher 1 slaktare +shop car_dealer 0 bilförsäljare +shop car_dealer 1 bilförsäljare +shop car_parts 0 bildelar +shop car_parts 1 bildelar +shop car_repair 0 bilverkstad +shop car_repair 1 bilverkstäder +shop computer 0 datorbutik +shop computer 1 datorbutiker +shop convenience 0 närköp +shop convenience 1 närköp +shop dry_cleaning 0 kemtvätt +shop dry_cleaning 1 kemtvättar +shop florist 0 blommor +shop florist 1 blommor +shop food 0 mataffär +shop food 1 mataffärer +shop funeral_directors 0 begravningsbyrå +shop funeral_directors 1 begravningsbyråer +shop gallery 0 galleri +shop gallery 1 galleris +shop hairdresser 0 frisör +shop hairdresser 1 frisörer +shop insurance 0 försäkring +shop insurance 1 försäkringar +shop jewelry 0 guldsmed +shop jewelry 1 guldsmeder +shop kiosk 0 kiosk +shop kiosk 1 kiosker +shop mall 0 köpcentrum +shop mall 1 köpcentrum +shop optician 0 optiker +shop optician 1 optiker +shop pet 0 djuraffär +shop pet 1 djuraffärer +shop photo 0 fotoaffär +shop photo 1 fotoaffärer +shop salon 0 salong +shop salon 1 salonger +shop shoes 0 skoaffär +shop shoes 1 skoaffärer +shop toys 0 leksaksaffär +shop toys 1 leksaksaffärer +shop travel_agency 0 resebyrå +shop travel_agency 1 resebyråer +tourism alpine_hut 0 fjällbod +tourism alpine_hut 1 fjällbodar +tourism artwork 0 konstverk +tourism artwork 1 konstverk +tourism attraction 0 attraktion +tourism attraction 1 attraktioner +tourism bed_and_breakfast 0 bad and breakfast +tourism bed_and_breakfast 1 bad and breakfasts +tourism cabin 0 stuga +tourism cabin 1 stugor +tourism camp_site 0 campingplats +tourism camp_site 1 campingplatser +tourism caravan_site 0 husvagnsuppställningsplats +tourism caravan_site 1 husvagnsuppställningsplatser +tourism hostel 0 vandrarhem +tourism hostel 1 vandrarhem +tourism hotel 0 hotell +tourism hotel 1 hotell +tourism information 0 turistinformation +tourism information 1 turistinformationer +tourism motel 0 motell +tourism motel 1 motell +tourism museum 0 museum +tourism museum 1 museer +tourism picnic_site 0 picknickplats +tourism picnic_site 1 picknickplatser +tourism theme_park 0 nöjespark +tourism theme_park 1 nöjesparker +tourism valley 0 dal +tourism valley 1 dalar +tourism viewpoint 0 utsiktspunkt +tourism viewpoint 1 utsiktspunkter +tourism zoo 0 djurpark +tourism zoo 1 djurparker +waterway canal 0 kanal +waterway canal 1 kanaler +waterway lock 0 sluss +waterway lock 1 slussar +waterway lock_gate 0 slussport +waterway lock_gate 1 slussportar +waterway waterfall 0 vattenfall +waterway waterfall 1 vattenfall diff --git a/resources/categories/uk.tsv b/resources/categories/uk.tsv new file mode 100644 index 0000000..3e6a225 --- /dev/null +++ b/resources/categories/uk.tsv @@ -0,0 +1,837 @@ +key value is_plural phrase +aeroway aerodrome 0 аеропорт +aeroway aerodrome 1 аеропортs +amenity arts_centre 0 мистецький центр +amenity arts_centre 1 мистецький центрs +amenity atm 0 банкомат +amenity atm 1 банкоматs +amenity auditorium 0 конференц-зала +amenity auditorium 1 конференц-залаs +amenity bank 0 банк +amenity bank 1 банкs +amenity bar 0 бар +amenity bar 1 барs +amenity bench 0 лавка +amenity bench 1 лавкаs +amenity bicycle_parking 0 місце стоянки для велосипедів +amenity bicycle_parking 1 місце стоянки для велосипедівs +amenity bicycle_rental 0 прокат велосипедів +amenity bicycle_rental 1 прокат велосипедівs +amenity brothel 0 бордель +amenity brothel 1 бордельs +amenity bureau_de_change 0 обмін валют +amenity bureau_de_change 1 обмін валютs +amenity bus_station 0 автовокзал +amenity bus_station 1 автовокзалs +amenity cafe 0 кафе +amenity cafe 1 кафеs +amenity car_rental 0 прокат автомобілів +amenity car_rental 1 прокат автомобілівs +amenity car_sharing 0 прокат авто +amenity car_sharing 1 прокат автоs +amenity car_wash 0 автомийка +amenity car_wash 1 автомийкаs +amenity casino 0 казино +amenity casino 1 казиноs +amenity cinema 0 кинотеатр +amenity cinema 1 кинотеатрs +amenity clinic 0 клініка +amenity clinic 1 клінікаs +amenity club 0 клуб +amenity club 1 клубs +amenity college 0 коледж +amenity college 1 коледжs +amenity community_centre 0 громадський центр +amenity community_centre 1 громадський центрs +amenity courthouse 0 суд +amenity courthouse 1 судs +amenity crematorium 0 крематорій +amenity crematorium 1 крематорійs +amenity dentist 0 стоматологія +amenity dentist 1 стоматологіяs +amenity doctors 0 лікарі +amenity doctors 1 лікаріs +amenity dormitory 0 гуртожиток +amenity dormitory 1 гуртожитокs +amenity drinking_water 0 питна вода +amenity drinking_water 1 питна водаs +amenity driving_school 0 автошкола +amenity driving_school 1 автошколаs +amenity embassy 0 амбасада +amenity embassy 1 амбасадаs +amenity emergency_phone 0 телефон для екстрених викликів +amenity emergency_phone 1 телефон для екстрених викликівs +amenity fast_food 0 забігайлівка +amenity fast_food 1 забігайлівкаs +amenity ferry_terminal 0 поромна станція +amenity ferry_terminal 1 поромна станціяs +amenity fire_hydrant 0 пожежний гідрант +amenity fire_hydrant 1 пожежний гідрантs +amenity fire_station 0 пожежна станція +amenity fire_station 1 пожежна станціяs +amenity fountain 0 фонтан +amenity fountain 1 фонтанs +amenity fuel 0 пальне +amenity fuel 1 пальнеs +amenity grave_yard 0 цвинтар +amenity grave_yard 1 цвинтарs +amenity gym 0 тренажерний зал +amenity gym 1 тренажерний залs +amenity hall 0 зала +amenity hall 1 залаs +amenity health_centre 0 центр здоров'я +amenity health_centre 1 центр здоров'яs +amenity hospital 0 лікарня +amenity hospital 1 лікарняs +amenity hotel 0 готель +amenity hotel 1 готельs +amenity hunting_stand 0 мисливська вежа +amenity hunting_stand 1 мисливська вежаs +amenity ice_cream 0 морозиво +amenity ice_cream 1 морозивоs +amenity kindergarten 0 дитячий садок +amenity kindergarten 1 дитячий садокs +amenity library 0 бібліотека +amenity library 1 бібліотекаs +amenity market 0 ринок +amenity market 1 ринокs +amenity marketplace 0 ринок +amenity marketplace 1 ринокs +amenity mountain_rescue 0 гірські рятувальники +amenity mountain_rescue 1 гірські рятувальникиs +amenity nightclub 0 нічний клуб +amenity nightclub 1 нічний клубs +amenity nursery 0 дитсадок +amenity nursery 1 дитсадокs +amenity nursing_home 0 будинок престарілих +amenity nursing_home 1 будинок престарілихs +amenity office 0 офіс +amenity office 1 офісs +amenity park 0 парк +amenity park 1 паркs +amenity parking 0 автостоянка +amenity parking 1 автостоянкаs +amenity pharmacy 0 аптека +amenity pharmacy 1 аптекаs +amenity place_of_worship 0 культова споруда +amenity place_of_worship 1 культова спорудаs +amenity police 0 міліція (поліція) +amenity police 1 міліція (поліція)s +amenity post_box 0 поштова скриня +amenity post_box 1 поштова скриняs +amenity post_office 0 пошта +amenity post_office 1 поштаs +amenity preschool 0 дошкільний заклад +amenity preschool 1 дошкільний закладs +amenity prison 0 в'язниця +amenity prison 1 в'язницяs +amenity pub 0 паб +amenity pub 1 пабs +amenity public_building 0 громадський заклад +amenity public_building 1 громадський закладs +amenity public_market 0 базар +amenity public_market 1 базарs +amenity reception_area 0 зона прийому +amenity reception_area 1 зона прийомуs +amenity recycling 0 місце переробки відходів +amenity recycling 1 місце переробки відходівs +amenity restaurant 0 ресторан +amenity restaurant 1 ресторанs +amenity retirement_home 0 будинки для людей похилого віку +amenity retirement_home 1 будинки для людей похилого вікуs +amenity sauna 0 сауна +amenity sauna 1 саунаs +amenity school 0 школа +amenity school 1 школаs +amenity shelter 0 укриття +amenity shelter 1 укриттяs +amenity shop 0 магазин +amenity shop 1 магазинs +amenity shopping 0 шопінг +amenity shopping 1 шопінгs +amenity social_club 0 клуб за інтересами +amenity social_club 1 клуб за інтересамиs +amenity studio 0 студія +amenity studio 1 студіяs +amenity supermarket 0 супермаркет +amenity supermarket 1 супермаркетs +amenity taxi 0 таксі +amenity taxi 1 таксіs +amenity telephone 0 телефон +amenity telephone 1 телефонs +amenity theatre 0 театр +amenity theatre 1 театрs +amenity toilets 0 туалет +amenity toilets 1 туалетs +amenity townhall 0 міськвиконком +amenity townhall 1 міськвиконкомs +amenity university 0 університет +amenity university 1 університетs +amenity vending_machine 0 торговий автомат +amenity vending_machine 1 торговий автоматs +amenity veterinary 0 ветлікарня +amenity veterinary 1 ветлікарняs +amenity village_hall 0 сільрада +amenity village_hall 1 сільрадаs +amenity waste_basket 0 контейнер для сміття +amenity waste_basket 1 контейнер для сміттяs +amenity wifi 0 wifi-зона +amenity wifi 1 wifi-зонаs +amenity youth_centre 0 молодіжний центр +amenity youth_centre 1 молодіжний центрs +boundary administrative 0 адміністративний кордон +boundary administrative 1 адміністративний кордонs +building apartments 0 житловий масив +building apartments 1 житловий масивs +building block 0 квартал +building block 1 кварталs +building bunker 0 бункер +building bunker 1 бункерs +building chapel 0 каплиця +building chapel 1 каплицяs +building church 0 храм +building church 1 храмs +building city_hall 0 мерія +building city_hall 1 меріяs +building commercial 0 комерційна нерухомість +building commercial 1 комерційна нерухомістьs +building dormitory 0 гуртожиток +building dormitory 1 гуртожитокs +building entrance 0 вхід у будівлю +building entrance 1 вхід у будівлюs +building faculty 0 факультет +building faculty 1 факультетs +building farm 0 ферма +building farm 1 фермаs +building flats 0 оселі +building flats 1 оселіs +building garage 0 гараж +building garage 1 гаражs +building hall 0 зала +building hall 1 залаs +building hospital 0 лікарня +building hospital 1 лікарняs +building hotel 0 готель +building hotel 1 готельs +building house 0 будинок +building house 1 будинокs +building industrial 0 промислова споруда +building industrial 1 промислова спорудаs +building office 0 офісний будинок +building office 1 офісний будинокs +building public 0 суспільна будівля +building public 1 суспільна будівляs +building residential 0 житловий будинок +building residential 1 житловий будинокs +building retail 0 центр роздрібної торгівлі +building retail 1 центр роздрібної торгівліs +building school 0 школа +building school 1 школаs +building shop 0 магазин +building shop 1 магазинs +building stadium 0 стадіон +building stadium 1 стадіонs +building store 0 склад +building store 1 складs +building terrace 0 тераса +building terrace 1 терасаs +building tower 0 башта +building tower 1 баштаs +building train_station 0 залізнична станція +building train_station 1 залізнична станціяs +building university 0 університет +building university 1 університетs +building "yes" 0 будівля +building "yes" 1 будівляs +highway bridleway 0 дорога для їзди верхи +highway bridleway 1 дорога для їзди верхиs +highway bus_stop 0 автобусна зупинка +highway bus_stop 1 автобусна зупинкаs +highway byway 0 боковий шлях +highway byway 1 боковий шляхs +highway construction 0 будівництво автомагітсралі +highway construction 1 будівництво автомагітсраліs +highway cycleway 0 велосипедна доріжка +highway cycleway 1 велосипедна доріжкаs +highway distance_marker 0 верстовий камінь +highway distance_marker 1 верстовий каміньs +highway emergency_access_point 0 пункт швидкої допомоги +highway emergency_access_point 1 пункт швидкої допомогиs +highway footway 0 пішохідна доріжка +highway footway 1 пішохідна доріжкаs +highway ford 0 броди +highway ford 1 бродиs +highway gate 0 ворота +highway gate 1 воротаs +highway living_street 0 житлова зона +highway living_street 1 житлова зонаs +highway minor 0 другорядна дорога +highway minor 1 другорядна дорогаs +highway motorway 0 автомагістраль +highway motorway 1 автомагістральs +highway motorway_junction 0 в'їзд на автомагістраль +highway motorway_junction 1 в'їзд на автомагістральs +highway motorway_link 0 з’єднання з автомагістраллю +highway motorway_link 1 з’єднання з автомагістраллюs +highway path 0 алея +highway path 1 алеяs +highway pedestrian 0 пішохідна дорога +highway pedestrian 1 пішохідна дорогаs +highway platform 0 платформа +highway platform 1 платформаs +highway primary 0 головна дорога +highway primary 1 головна дорогаs +highway primary_link 0 з’єднання з головною дорогою +highway primary_link 1 з’єднання з головною дорогоюs +highway raceway 0 гоночна траса +highway raceway 1 гоночна трасаs +highway residential 0 жила вулиця +highway residential 1 жила вулицяs +highway road 0 дорога +highway road 1 дорогаs +highway secondary 0 другорядна дорога +highway secondary 1 другорядна дорогаs +highway secondary_link 0 з’єднання з другорядною дорогою +highway secondary_link 1 з’єднання з другорядною дорогоюs +highway service 0 службова дорога +highway service 1 службова дорогаs +highway services 0 придорожній сервіс +highway services 1 придорожній сервісs +highway steps 0 стежка +highway steps 1 стежкаs +highway stile 0 турнікет +highway stile 1 турнікетs +highway tertiary 0 третьорядна дорога +highway tertiary 1 третьорядна дорогаs +highway track 0 неасфальтований шлях. +highway track 1 неасфальтований шлях.s +highway trail 0 стежка +highway trail 1 стежкаs +highway trunk 0 шосе +highway trunk 1 шосеs +highway trunk_link 0 з’їзд з/на шосе +highway trunk_link 1 з’їзд з/на шосеs +highway unclassified 0 дорога без класифікації +highway unclassified 1 дорога без класифікаціїs +highway unsurfaced 0 дорога без покриття +highway unsurfaced 1 дорога без покриттяs +historic archaeological_site 0 археологічні дослідження +historic archaeological_site 1 археологічні дослідженняs +historic battlefield 0 поле битви +historic battlefield 1 поле битвиs +historic boundary_stone 0 прикордонний камінь +historic boundary_stone 1 прикордонний каміньs +historic building 0 будівля +historic building 1 будівляs +historic castle 0 за́мок +historic castle 1 за́мокs +historic church 0 храм +historic church 1 храмs +historic house 0 дім +historic house 1 дімs +historic manor 0 маєток +historic manor 1 маєтокs +historic memorial 0 меморіал +historic memorial 1 меморіалs +historic mine 0 копальня +historic mine 1 копальняs +historic monument 0 пам’ятник +historic monument 1 пам’ятникs +historic museum 0 музей +historic museum 1 музейs +historic ruins 0 руїни +historic ruins 1 руїниs +historic tower 0 башта +historic tower 1 баштаs +historic wayside_cross 0 придорожній хрест +historic wayside_cross 1 придорожній хрестs +historic wayside_shrine 0 придорожній храм +historic wayside_shrine 1 придорожній храмs +historic wreck 0 місце катастрофи +historic wreck 1 місце катастрофиs +landuse allotments 0 сади-городи +landuse allotments 1 сади-городиs +landuse basin 0 резервуар +landuse basin 1 резервуарs +landuse brownfield 0 очищена територія під забудову +landuse brownfield 1 очищена територія під забудовуs +landuse cemetery 0 кладовище +landuse cemetery 1 кладовищеs +landuse commercial 0 торгівельно-офісна територія +landuse commercial 1 торгівельно-офісна територіяs +landuse conservation 0 заповідник +landuse conservation 1 заповідникs +landuse construction 0 будівництво +landuse construction 1 будівництвоs +landuse farm 0 ферма +landuse farm 1 фермаs +landuse farmland 0 ферма +landuse farmland 1 фермаs +landuse farmyard 0 фермерське подвір'я +landuse farmyard 1 фермерське подвір'яs +landuse forest 0 ліс +landuse forest 1 лісs +landuse grass 0 трава +landuse grass 1 траваs +landuse greenfield 0 знесення під забудову +landuse greenfield 1 знесення під забудовуs +landuse industrial 0 промзона +landuse industrial 1 промзонаs +landuse landfill 0 звалище +landuse landfill 1 звалищеs +landuse meadow 0 луг +landuse meadow 1 лугs +landuse military 0 військова зона +landuse military 1 військова зонаs +landuse mine 0 копальня +landuse mine 1 копальняs +landuse mountain 0 гори +landuse mountain 1 гориs +landuse nature_reserve 0 заповідник +landuse nature_reserve 1 заповідникs +landuse park 0 парк +landuse park 1 паркs +landuse piste 0 лижня +landuse piste 1 лижняs +landuse plaza 0 ринкова площа +landuse plaza 1 ринкова площаs +landuse quarry 0 кар’єр +landuse quarry 1 кар’єрs +landuse railway 0 залізниця +landuse railway 1 залізницяs +landuse recreation_ground 0 база відпочинку +landuse recreation_ground 1 база відпочинкуs +landuse reservoir 0 водосховище +landuse reservoir 1 водосховищеs +landuse residential 0 житловий квартал +landuse residential 1 житловий кварталs +landuse retail 0 роздрібна торгівля +landuse retail 1 роздрібна торгівляs +landuse village_green 0 сільська галявина +landuse village_green 1 сільська галявинаs +landuse vineyard 0 виноградник +landuse vineyard 1 виноградникs +landuse wetland 0 болота +landuse wetland 1 болотаs +landuse wood 0 гай +landuse wood 1 гайs +leisure beach_resort 0 пляжний курорт +leisure beach_resort 1 пляжний курортs +leisure common 0 громадська земля +leisure common 1 громадська земляs +leisure fishing 0 район риболовлі +leisure fishing 1 район риболовліs +leisure garden 0 сад +leisure garden 1 садs +leisure golf_course 0 поле для гольфу +leisure golf_course 1 поле для гольфуs +leisure ice_rink 0 ковзанка +leisure ice_rink 1 ковзанкаs +leisure marina 0 гавань для екскурсійних суден +leisure marina 1 гавань для екскурсійних суденs +leisure miniature_golf 0 міні-гольф +leisure miniature_golf 1 міні-гольфs +leisure nature_reserve 0 заповідник +leisure nature_reserve 1 заповідникs +leisure park 0 парк +leisure park 1 паркs +leisure pitch 0 спортмайданчик +leisure pitch 1 спортмайданчикs +leisure playground 0 дитячий майданчик +leisure playground 1 дитячий майданчикs +leisure recreation_ground 0 база відпочинку +leisure recreation_ground 1 база відпочинкуs +leisure slipway 0 сліп (спуск на воду) +leisure slipway 1 сліп (спуск на воду)s +leisure sports_centre 0 спортивний центр +leisure sports_centre 1 спортивний центрs +leisure stadium 0 стадіон +leisure stadium 1 стадіонs +leisure swimming_pool 0 басейн +leisure swimming_pool 1 басейнs +leisure track 0 бігова доріжка +leisure track 1 бігова доріжкаs +leisure water_park 0 аквапарку +leisure water_park 1 аквапаркуs +natural bay 0 затока +natural bay 1 затокаs +natural beach 0 пляж +natural beach 1 пляжs +natural cape 0 мис +natural cape 1 мисs +natural cave_entrance 0 входу в печеру +natural cave_entrance 1 входу в печеруs +natural channel 0 канал +natural channel 1 каналs +natural cliff 0 скеля +natural cliff 1 скеляs +natural coastline 0 узбережжя +natural coastline 1 узбережжяs +natural crater 0 кратер +natural crater 1 кратерs +natural feature 0 елемент +natural feature 1 елементs +natural fell 0 вирубка +natural fell 1 вирубкаs +natural fjord 0 фіорд +natural fjord 1 фіордs +natural geyser 0 гейзер +natural geyser 1 гейзерs +natural glacier 0 льодовик +natural glacier 1 льодовикs +natural heath 0 степ +natural heath 1 степs +natural hill 0 пагорб +natural hill 1 пагорбs +natural island 0 острів +natural island 1 острівs +natural land 0 земля +natural land 1 земляs +natural marsh 0 болото +natural marsh 1 болотоs +natural moor 0 торф +natural moor 1 торфs +natural mud 0 грязюка +natural mud 1 грязюкаs +natural peak 0 пік +natural peak 1 пікs +natural point 0 точка +natural point 1 точкаs +natural reef 0 риф +natural reef 1 рифs +natural ridge 0 гірський хребет +natural ridge 1 гірський хребетs +natural river 0 ріка +natural river 1 рікаs +natural rock 0 скеля +natural rock 1 скеляs +natural scree 0 щебінь +natural scree 1 щебіньs +natural scrub 0 чагарник +natural scrub 1 чагарникs +natural shoal 0 мілина +natural shoal 1 мілинаs +natural spring 0 джерело +natural spring 1 джерелоs +natural strait 0 перешийок +natural strait 1 перешийокs +natural tree 0 дерево +natural tree 1 деревоs +natural valley 0 долина +natural valley 1 долинаs +natural volcano 0 вулкан +natural volcano 1 вулканs +natural water 0 вода +natural water 1 водаs +natural wetland 0 водно-болотні угіддя +natural wetland 1 водно-болотні угіддяs +natural wetlands 0 водно-болотні угіддя +natural wetlands 1 водно-болотні угіддяs +natural wood 0 гай +natural wood 1 гайs +place city 0 місто +place city 1 містоs +place country 0 країна +place country 1 країнаs +place county 0 район +place county 1 районs +place farm 0 ферма +place farm 1 фермаs +place hamlet 0 хутір +place hamlet 1 хутірs +place house 0 будинок +place house 1 будинокs +place houses 0 дома +place houses 1 домаs +place island 0 острів +place island 1 острівs +place islet 0 острівець +place islet 1 острівецьs +place locality 0 населений пункт +place locality 1 населений пунктs +place moor 0 мур +place moor 1 мурs +place municipality 0 муніципалітет +place municipality 1 муніципалітетs +place postcode 0 індекс +place postcode 1 індексs +place region 0 район +place region 1 районs +place sea 0 море +place sea 1 мореs +place state 0 область/штат +place state 1 область/штатs +place subdivision 0 підрозділ +place subdivision 1 підрозділs +place suburb 0 передмістя +place suburb 1 передмістяs +place town 0 місто +place town 1 містоs +place unincorporated_area 0 неприєднанні території +place unincorporated_area 1 неприєднанні територіїs +place village 0 село +place village 1 селоs +railway abandoned 0 кинуті колії +railway abandoned 1 кинуті коліїs +railway construction 0 будівництво колії +railway construction 1 будівництво коліїs +railway disused 0 покинута колія +railway disused 1 покинута коліяs +railway disused_station 0 покинута залізнична станція +railway disused_station 1 покинута залізнична станціяs +railway funicular 0 фунікулер +railway funicular 1 фунікулерs +railway halt 0 зупинка поїзда +railway halt 1 зупинка поїздаs +railway historic_station 0 історична залізнична станція +railway historic_station 1 історична залізнична станціяs +railway junction 0 переїзд +railway junction 1 переїздs +railway level_crossing 0 залізничний переїзд +railway level_crossing 1 залізничний переїздs +railway light_rail 0 швидкісний трамвай +railway light_rail 1 швидкісний трамвайs +railway monorail 0 монорейка +railway monorail 1 монорейкаs +railway narrow_gauge 0 вузькоколійка +railway narrow_gauge 1 вузькоколійкаs +railway platform 0 залізнична платформа +railway platform 1 залізнична платформаs +railway preserved 0 законсервовані колії +railway preserved 1 законсервовані коліїs +railway spur 0 залізнична гілка +railway spur 1 залізнична гілкаs +railway station 0 залізнична станція +railway station 1 залізнична станціяs +railway subway 0 станція метро +railway subway 1 станція метроs +railway subway_entrance 0 вхід в метро +railway subway_entrance 1 вхід в метроs +railway switch 0 стрілка +railway switch 1 стрілкаs +railway tram 0 трамвайні колії +railway tram 1 трамвайні коліїs +railway tram_stop 0 трамвайна зупинка +railway tram_stop 1 трамвайна зупинкаs +railway yard 0 депо +railway yard 1 депоs +shop alcohol 0 спритні напої +shop alcohol 1 спритні напоїs +shop apparel 0 одяг +shop apparel 1 одягs +shop art 0 художній салон +shop art 1 художній салонs +shop bakery 0 хліб +shop bakery 1 хлібs +shop beauty 0 салон краси +shop beauty 1 салон красиs +shop beverages 0 напої +shop beverages 1 напоїs +shop bicycle 0 веломагазин +shop bicycle 1 веломагазинs +shop books 0 книгарня +shop books 1 книгарняs +shop butcher 0 м’ясо +shop butcher 1 м’ясоs +shop car 0 автомагазин +shop car 1 автомагазинs +shop car_dealer 0 автосалон +shop car_dealer 1 автосалонs +shop car_parts 0 автозапчастини +shop car_parts 1 автозапчастиниs +shop car_repair 0 авто майстерня +shop car_repair 1 авто майстерняs +shop carpet 0 килими +shop carpet 1 килимиs +shop charity 0 соціальний магазин +shop charity 1 соціальний магазинs +shop chemist 0 хімтовари +shop chemist 1 хімтовариs +shop clothes 0 одяг +shop clothes 1 одягs +shop computer 0 комп’ютерна крамниця +shop computer 1 комп’ютерна крамницяs +shop confectionery 0 кондитерська +shop confectionery 1 кондитерськаs +shop convenience 0 мінімаркет +shop convenience 1 мінімаркетs +shop copyshop 0 послуги копіювання +shop copyshop 1 послуги копіюванняs +shop cosmetics 0 магазин косметики +shop cosmetics 1 магазин косметикиs +shop department_store 0 універмаг +shop department_store 1 універмагs +shop discount 0 уцінені товари +shop discount 1 уцінені товариs +shop doityourself 0 зроби сам +shop doityourself 1 зроби самs +shop drugstore 0 аптека +shop drugstore 1 аптекаs +shop dry_cleaning 0 хімчистка +shop dry_cleaning 1 хімчисткаs +shop electronics 0 магазин електроніки +shop electronics 1 магазин електронікиs +shop estate_agent 0 агентство нерухомості +shop estate_agent 1 агентство нерухомостіs +shop farm 0 сільпо +shop farm 1 сільпоs +shop fashion 0 модний одяг +shop fashion 1 модний одягs +shop fish 0 риба +shop fish 1 рибаs +shop florist 0 квіти +shop florist 1 квітиs +shop food 0 продовольчі товари +shop food 1 продовольчі товариs +shop funeral_directors 0 ритуальні послуги +shop funeral_directors 1 ритуальні послугиs +shop furniture 0 меблі +shop furniture 1 мебліs +shop gallery 0 галерея +shop gallery 1 галереяs +shop garden_centre 0 сад та город +shop garden_centre 1 сад та городs +shop general 0 універсам +shop general 1 універсамs +shop gift 0 подарунки +shop gift 1 подарункиs +shop greengrocer 0 овочі, фрукти +shop greengrocer 1 овочі, фруктиs +shop grocery 0 бакалія +shop grocery 1 бакаліяs +shop hairdresser 0 перукар +shop hairdresser 1 перукарs +shop hardware 0 хозтовари +shop hardware 1 хозтовариs +shop hifi 0 аудіо-техніка +shop hifi 1 аудіо-технікаs +shop insurance 0 страхування +shop insurance 1 страхуванняs +shop jewelry 0 ювелірний магазин +shop jewelry 1 ювелірний магазинs +shop kiosk 0 кіоск +shop kiosk 1 кіоскs +shop laundry 0 пральня +shop laundry 1 пральняs +shop mall 0 торгівельно-розважальний центр +shop mall 1 торгівельно-розважальний центрs +shop market 0 магазин +shop market 1 магазинs +shop mobile_phone 0 мобільні телефони +shop mobile_phone 1 мобільні телефониs +shop motorcycle 0 мотоцикли +shop motorcycle 1 мотоциклиs +shop music 0 музика +shop music 1 музикаs +shop newsagent 0 газетний кіоск +shop newsagent 1 газетний кіоскs +shop optician 0 оптика +shop optician 1 оптикаs +shop organic 0 продовольчий магазин +shop organic 1 продовольчий магазинs +shop outdoor 0 виносна торгівля +shop outdoor 1 виносна торгівляs +shop pet 0 зоомагазин +shop pet 1 зоомагазинs +shop photo 0 фотомагазин +shop photo 1 фотомагазинs +shop salon 0 салон +shop salon 1 салонs +shop shoes 0 взуття +shop shoes 1 взуттяs +shop shopping_centre 0 торговий центр +shop shopping_centre 1 торговий центрs +shop sports 0 спортивні товари +shop sports 1 спортивні товариs +shop stationery 0 канцтовари +shop stationery 1 канцтовариs +shop supermarket 0 супермаркет +shop supermarket 1 супермаркетs +shop toys 0 іграшки +shop toys 1 іграшкиs +shop travel_agency 0 туристична агенція +shop travel_agency 1 туристична агенціяs +shop video 0 відео +shop video 1 відеоs +shop wine 0 вино +shop wine 1 виноs +tourism alpine_hut 0 гірський притулок +tourism alpine_hut 1 гірський притулокs +tourism artwork 0 образотворче мистецтво +tourism artwork 1 образотворче мистецтвоs +tourism attraction 0 цікаві місця +tourism attraction 1 цікаві місцяs +tourism bed_and_breakfast 0 ліжко та сніданок +tourism bed_and_breakfast 1 ліжко та сніданокs +tourism cabin 0 кабіна +tourism cabin 1 кабінаs +tourism camp_site 0 турбаза +tourism camp_site 1 турбазаs +tourism caravan_site 0 майданчик для трейлерів +tourism caravan_site 1 майданчик для трейлерівs +tourism chalet 0 шале +tourism chalet 1 шалеs +tourism guest_house 0 гостьовий будинок +tourism guest_house 1 гостьовий будинокs +tourism hostel 0 хостел +tourism hostel 1 хостелs +tourism hotel 0 готель +tourism hotel 1 готельs +tourism information 0 інформація +tourism information 1 інформаціяs +tourism lean_to 0 навіс +tourism lean_to 1 навісs +tourism motel 0 мотель +tourism motel 1 мотельs +tourism museum 0 музей +tourism museum 1 музейs +tourism picnic_site 0 місце для пікніків +tourism picnic_site 1 місце для пікніківs +tourism theme_park 0 тематичний парк +tourism theme_park 1 тематичний паркs +tourism valley 0 долина +tourism valley 1 долинаs +tourism viewpoint 0 оглядовий майданчик +tourism viewpoint 1 оглядовий майданчикs +tourism zoo 0 зоопарк +tourism zoo 1 зоопаркs +waterway boatyard 0 верф +waterway boatyard 1 верфs +waterway canal 0 канал +waterway canal 1 каналs +waterway connector 0 з’єднання водних шляхів +waterway connector 1 з’єднання водних шляхівs +waterway dam 0 дамба +waterway dam 1 дамбаs +waterway derelict_canal 0 покинутий канал +waterway derelict_canal 1 покинутий каналs +waterway ditch 0 рів +waterway ditch 1 рівs +waterway dock 0 док +waterway dock 1 докs +waterway drain 0 дренажний канал +waterway drain 1 дренажний каналs +waterway lock 0 шлюз +waterway lock 1 шлюзs +waterway lock_gate 0 шлюзові ворота +waterway lock_gate 1 шлюзові воротаs +waterway mineral_spring 0 мінеральне джерело +waterway mineral_spring 1 мінеральне джерелоs +waterway mooring 0 якірна стоянка +waterway mooring 1 якірна стоянкаs +waterway rapids 0 пороги +waterway rapids 1 порогиs +waterway river 0 ріка +waterway river 1 рікаs +waterway riverbank 0 берег ріки +waterway riverbank 1 берег рікиs +waterway stream 0 струмок +waterway stream 1 струмокs +waterway wadi 0 пересохле русло +waterway wadi 1 пересохле руслоs +waterway water_point 0 пункт водопостачання +waterway water_point 1 пункт водопостачанняs +waterway waterfall 0 водоспад +waterway waterfall 1 водоспадs +waterway weir 0 ставок +waterway weir 1 ставокs diff --git a/resources/categories/vi.tsv b/resources/categories/vi.tsv new file mode 100644 index 0000000..9c391f9 --- /dev/null +++ b/resources/categories/vi.tsv @@ -0,0 +1,607 @@ +key value is_plural phrase +aeroway aerodrome 0 sân bay +aeroway aerodrome 1 các sân bay +aeroway aerodrome 0 phi trường +aeroway aerodrome 1 các phi trường +aeroway aerodrome 0 trung tâm nghệ thuật +amenity arts_centre 1 các trung tâm nghệ thuật +amenity atm 0 máy rút tiền tự động +amenity atm 1 các máy rút tiền tự động +amenity bank 0 ngân hàng +amenity bank 1 các ngân hàng +amenity bar 0 quán rượu +amenity bar 1 các quán rượu +amenity bench 0 ghế +amenity bench 1 các ghế +amenity bicycle_parking 0 chỗ đậu xe đạp +amenity bicycle_parking 1 các chỗ đậu xe đạp +amenity bicycle_rental 0 chỗ mướn xe đạp +amenity bicycle_rental 1 các chỗ mướn xe đạp +amenity bus_station 0 các trạm xe buýt +amenity bus_station 1 các trạm xe bus +amenity cafe 0 quán cà phê +amenity cafe 1 các quán cà phê +amenity car_rental 0 chỗ mướn xe +amenity car_rental 1 các chỗ mướn xe +amenity car_sharing 0 chia sẻ xe cộ +amenity car_sharing 1 các chia sẻ xe cộ +amenity car_wash 0 tiệm rửa xe +amenity car_wash 1 các tiệm rửa xe +amenity casino 0 sòng bạc +amenity casino 1 các sòng bạc +amenity cinema 0 rạp phim +amenity cinema 1 các rạp phim +amenity club 0 câu lạc bộ +amenity club 1 các câu lạc bộ +amenity college 0 trường cao đẳng +amenity college 1 các trường cao đẳng +amenity community_centre 0 trung tâm cộng đồng +amenity community_centre 1 các trung tâm cộng đồng +amenity courthouse 0 tòa +amenity courthouse 1 các tòa +amenity dentist 0 nha sĩ +amenity dentist 1 các nha sĩ +amenity doctors 0 bác sĩ +amenity doctors 1 các bác sĩ +amenity dormitory 0 ký túc xá +amenity dormitory 1 các ký túc xá +amenity drinking_water 0 vòi nước uống +amenity drinking_water 1 các vòi nước uống +amenity driving_school 0 trường lái xe +amenity driving_school 1 các trường lái xe +amenity embassy 0 tòa đại sứ +amenity embassy 1 các tòa đại sứ +amenity emergency_phone 0 điện thoại khẩn cấp +amenity emergency_phone 1 các điện thoại khẩn cấp +amenity fast_food 0 nhà hàng ăn nhanh +amenity fast_food 1 các nhà hàng ăn nhanh +amenity ferry_terminal 0 trạm phà +amenity ferry_terminal 1 các trạm phà +amenity fire_hydrant 0 vòi nước máy +amenity fire_hydrant 1 các vòi nước máy +amenity fire_station 0 trạm cứu hỏa +amenity fire_station 1 các trạm cứu hỏa +amenity fountain 0 vòi nước +amenity fountain 1 các vòi nước +amenity fuel 0 cây xăng +amenity fuel 1 các cây xăng +amenity grave_yard 0 nghĩa địa +amenity grave_yard 1 các nghĩa địa +amenity gym 0 nhà thể dục +amenity gym 1 các nhà thể dục +amenity health_centre 0 trung tâm y tế +amenity health_centre 1 các trung tâm y tế +amenity hospital 0 bệnh viện +amenity hospital 1 các bệnh viện +amenity hotel 0 khách sạn +amenity hotel 1 các khách sạn +amenity ice_cream 0 tiệm kem +amenity ice_cream 1 các tiệm kem +amenity kindergarten 0 tiểu học +amenity kindergarten 1 các tiểu học +amenity library 0 thư viện +amenity library 1 các thư viện +amenity market 0 chợ +amenity market 1 các chợ +amenity marketplace 0 chợ phiên +amenity marketplace 1 các chợ phiên +amenity nursery 0 nhà trẻ +amenity nursery 1 các nhà trẻ +amenity office 0 văn phòng +amenity office 1 các văn phòng +amenity park 0 công viên +amenity park 1 các công viên +amenity parking 0 chỗ đậu xe +amenity parking 1 các chỗ đậu xe +amenity pharmacy 0 nhà thuốc +amenity pharmacy 1 các nhà thuốc +amenity place_of_worship 0 nơi thờ phụng +amenity place_of_worship 1 các nơi thờ phụng +amenity police 0 cảnh sát +amenity police 1 các cảnh sát +amenity post_box 0 hòm thư +amenity post_box 1 các hòm thư +amenity post_office 0 bưu điện +amenity post_office 1 các bưu điện +amenity preschool 0 trường mầm non +amenity preschool 1 các trường mầm non +amenity prison 0 nhà tù +amenity prison 1 các nhà tù +amenity pub 0 quán rượu +amenity pub 1 các quán rượu +amenity public_market 0 chợ phiên +amenity public_market 1 các chợ phiên +amenity restaurant 0 nhà hàng +amenity restaurant 1 các nhà hàng +amenity sauna 0 nhà tắm hơi +amenity sauna 1 các nhà tắm hơi +amenity school 0 trường học +amenity school 1 các trường học +amenity shop 0 tiệm +amenity shop 1 các tiệm +amenity shopping 0 tiệm +amenity shopping 1 các tiệm +amenity supermarket 0 siêu thị +amenity supermarket 1 các siêu thị +amenity taxi 0 taxi +amenity taxi 1 các taxi +amenity telephone 0 điện thoại công cộng +amenity telephone 1 các điện thoại công cộng +amenity theatre 0 nhà hát +amenity theatre 1 các nhà hát +amenity toilets 0 vệ sinh +amenity toilets 1 các vệ sinh +amenity townhall 0 thị sảnh +amenity townhall 1 các thị sảnh +amenity university 0 trường đại học +amenity university 1 các trường đại học +amenity vending_machine 0 máy bán hàng +amenity vending_machine 1 các máy bán hàng +amenity waste_basket 0 thùng rác +amenity waste_basket 1 các thùng rác +amenity wifi 0 điểm truy cập không dây +amenity wifi 1 các điểm truy cập không dây +amenity youth_centre 0 trung tâm thanh niên +amenity youth_centre 1 các trung tâm thanh niên +boundary administrative 0 biên giới hành chính +boundary administrative 1 các biên giới hành chính +building bunker 0 boong ke +building bunker 1 các boong ke +building church 0 nhà thờ +building church 1 các nhà thờ +building city_hall 0 trụ sở thành phố +building city_hall 1 các trụ sở thành phố +building commercial 0 tòa nhà thương mại +building commercial 1 các tòa nhà thương mại +building dormitory 0 ký túc xá +building dormitory 1 các ký túc xá +building entrance 0 cửa vào +building entrance 1 các cửa vào +building garage 0 ga ra +building garage 1 các ga ra +building hospital 0 tòa nhà bệnh viện +building hospital 1 các tòa nhà bệnh viện +building hotel 0 khách sạn +building hotel 1 các khách sạn +building house 0 nhà ở +building house 1 các nhà ở +building industrial 0 tòa nhà công nghiệp +building industrial 1 các tòa nhà công nghiệp +building office 0 tòa nhà văn phòng +building office 1 các tòa nhà văn phòng +building residential 0 nhà ở +building residential 1 các nhà ở +building school 0 nhà trường +building school 1 các nhà trường +building shop 0 tiệm +building shop 1 các tiệm +building stadium 0 sân vận động +building stadium 1 các sân vận động +building store 0 tiệm +building store 1 các tiệm +building tower 0 tháp +building tower 1 các tháp +building train_station 0 nhà ga +building train_station 1 các nhà ga +building university 0 tòa nhà đại học +building university 1 các tòa nhà đại học +building "yes" 0 tòa nhà +building "yes" 1 các tòa nhà +highway bridleway 0 đường cưỡi ngựa +highway bridleway 1 các đường cưỡi ngựa +highway bus_stop 0 chỗ đậu xe buýt +highway bus_stop 1 các chỗ đậu xe buýt +highway construction 0 đường đang xây +highway construction 1 các đường đang xây +highway cycleway 0 đường xe đạp +highway cycleway 1 các đường xe đạp +highway distance_marker 0 cây số +highway distance_marker 1 các cây số +highway footway 0 đường bộ +highway footway 1 các đường bộ +highway gate 0 cổng +highway gate 1 các cổng +highway living_street 0 đường hàng xóm +highway living_street 1 các đường hàng xóm +highway minor 0 đường nhỏ +highway minor 1 các đường nhỏ +highway motorway 0 đường cao tốc +highway motorway 1 các đường cao tốc +highway motorway_junction 0 ngã tư đường cao tốc +highway motorway_junction 1 các ngã tư đường cao tốc +highway motorway_link 0 đường cao tốc +highway motorway_link 1 các đường cao tốc +highway path 0 lối +highway path 1 các lối +highway pedestrian 0 đường bộ lớn +highway pedestrian 1 các đường bộ lớn +highway primary 0 đường chính +highway primary 1 các đường chính +highway primary_link 0 đường chính +highway primary_link 1 các đường chính +highway raceway 0 đường đua +highway raceway 1 các đường đua +highway residential 0 đường nhà ở +highway residential 1 các đường nhà ở +highway road 0 đường +highway road 1 các đường +highway secondary 0 đường lớn +highway secondary 1 các đường lớn +highway secondary_link 0 đường lớn +highway secondary_link 1 các đường lớn +highway service 0 đường phụ +highway service 1 các đường phụ +highway services 0 dịch vụ dọc đường cao tốc +highway services 1 các dịch vụ dọc đường cao tốc +highway steps 0 cầu thang +highway steps 1 các cầu thang +highway tertiary 0 đường lớn +highway tertiary 1 các đường lớn +highway track 0 đường mòn +highway track 1 các đường mòn +highway trail 0 đường mòn +highway trail 1 các đường mòn +highway trunk 0 xa lộ +highway trunk 1 các xa lộ +highway trunk_link 0 xa lộ +highway trunk_link 1 các xa lộ +highway unclassified 0 đường không phân loại +highway unclassified 1 các đường không phân loại +highway unsurfaced 0 đường không lát +highway unsurfaced 1 các đường không lát +historic archaeological_site 0 khu vực khảo cổ +historic archaeological_site 1 các khu vực khảo cổ +historic battlefield 0 chiến trường +historic battlefield 1 các chiến trường +historic boundary_stone 0 mốc biên giới +historic boundary_stone 1 các mốc biên giới +historic building 0 tòa nhà +historic building 1 các tòa nhà +historic castle 0 lâu đài +historic castle 1 các lâu đài +historic church 0 nhà thờ +historic church 1 các nhà thờ +historic house 0 nhà ở +historic house 1 các nhà ở +historic icon 0 thánh tượng +historic icon 1 các thánh tượng +historic manor 0 trang viên +historic manor 1 các trang viên +historic memorial 0 đài tưởng niệm +historic memorial 1 các đài tưởng niệm +historic mine 0 mỏ +historic mine 1 các mỏ +historic monument 0 đài kỷ niệm +historic monument 1 các đài kỷ niệm +historic museum 0 bảo tàng +historic museum 1 các bảo tàng +historic ruins 0 tàn tích +historic ruins 1 các tàn tích +historic tower 0 tháp +historic tower 1 các tháp +historic wayside_cross 0 thánh giá dọc đường +historic wayside_cross 1 các thánh giá dọc đường +historic wayside_shrine 0 đền thánh dọc đường +historic wayside_shrine 1 các đền thánh dọc đường +landuse allotments 0 khu vườn gia đình +landuse allotments 1 các khu vườn gia đình +landuse basin 0 lưu vực +landuse basin 1 các lưu vực +landuse cemetery 0 nghĩa địa +landuse cemetery 1 các nghĩa địa +landuse commercial 0 khu vực thương mại +landuse commercial 1 các khu vực thương mại +landuse conservation 0 bảo tồn +landuse conservation 1 các bảo tồn +landuse construction 0 công trường xây dựng +landuse construction 1 các công trường xây dựng +landuse farm 0 trại +landuse farm 1 các trại +landuse farmland 0 trại +landuse farmland 1 các trại +landuse farmyard 0 sân trại +landuse farmyard 1 các sân trại +landuse forest 0 rừng trồng cây +landuse forest 1 các rừng trồng cây +landuse grass 0 cỏ +landuse grass 1 các cỏ +landuse industrial 0 khu vực công nghiệp +landuse industrial 1 các khu vực công nghiệp +landuse landfill 0 nơi đổ rác +landuse landfill 1 các nơi đổ rác +landuse meadow 0 đồng cỏ +landuse meadow 1 các đồng cỏ +landuse military 0 khu vực quân sự +landuse military 1 các khu vực quân sự +landuse mine 0 mỏ +landuse mine 1 các mỏ +landuse mountain 0 núi +landuse mountain 1 các núi +landuse nature_reserve 0 khu bảo tồn thiên niên +landuse nature_reserve 1 các khu bảo tồn thiên niên +landuse park 0 công viên +landuse park 1 các công viên +landuse piste 0 đường trượt tuyết +landuse piste 1 các đường trượt tuyết +landuse plaza 0 quảng trường +landuse plaza 1 các quảng trường +landuse quarry 0 mỏ đá +landuse quarry 1 các mỏ đá +landuse railway 0 đường sắt +landuse railway 1 các đường sắt +landuse recreation_ground 0 sân chơi +landuse recreation_ground 1 các sân chơi +landuse reservoir 0 bể nước +landuse reservoir 1 các bể nước +landuse residential 0 khu vực nhà ở +landuse residential 1 các khu vực nhà ở +landuse retail 0 khu vực buôn bán +landuse retail 1 các khu vực buôn bán +landuse vineyard 0 vườn nho +landuse vineyard 1 các vườn nho +landuse wetland 0 đầm lầy +landuse wetland 1 các đầm lầy +landuse wood 0 rừng +landuse wood 1 các rừng +leisure fishing 0 hồ đánh cá +leisure fishing 1 các hồ đánh cá +leisure garden 0 vườn +leisure garden 1 các vườn +leisure golf_course 0 sân golf +leisure golf_course 1 các sân golf +leisure ice_rink 0 sân băng +leisure ice_rink 1 các sân băng +leisure nature_reserve 0 khu bảo tồn thiên niên +leisure nature_reserve 1 các khu bảo tồn thiên niên +leisure park 0 công viên +leisure park 1 các công viên +leisure pitch 0 bãi thể thao +leisure pitch 1 các bãi thể thao +leisure playground 0 sân chơi +leisure playground 1 các sân chơi +leisure recreation_ground 0 sân giải trí +leisure recreation_ground 1 các sân giải trí +leisure sports_centre 0 trung tâm thể thao +leisure sports_centre 1 các trung tâm thể thao +leisure stadium 0 sân vận động +leisure stadium 1 các sân vận động +leisure swimming_pool 0 hồ bơi +leisure swimming_pool 1 các hồ bơi +leisure water_park 0 công viên nước +leisure water_park 1 các công viên nước +natural bay 0 vịnh +natural bay 1 các vịnh +natural beach 0 bãi biển +natural beach 1 các bãi biển +natural cape 0 mũi đất +natural cape 1 các mũi đất +natural cave_entrance 0 cửa vào hang +natural cave_entrance 1 các cửa vào hang +natural channel 0 eo biển +natural channel 1 các eo biển +natural cliff 0 vách đá +natural cliff 1 các vách đá +natural coastline 0 bờ biển +natural coastline 1 các bờ biển +natural geyser 0 mạch nước phun +natural geyser 1 các mạch nước phun +natural glacier 0 sông băng +natural glacier 1 các sông băng +natural heath 0 bãi hoang +natural heath 1 các bãi hoang +natural hill 0 đồi +natural hill 1 các đồi +natural island 0 đảo +natural island 1 các đảo +natural land 0 đất +natural land 1 các đất +natural moor 0 truông +natural moor 1 các truông +natural peak 0 đỉnh +natural peak 1 các đỉnh +natural reef 0 rạn san hô +natural reef 1 các rạn san hô +natural river 0 sông +natural river 1 các sông +natural rock 0 đá +natural rock 1 các đá +natural spring 0 suối +natural spring 1 các suối +natural strait 0 eo biển +natural strait 1 các eo biển +natural tree 0 cây +natural tree 1 các cây +natural valley 0 thung lũng +natural valley 1 các thung lũng +natural volcano 0 núi lửa +natural volcano 1 các núi lửa +natural water 0 nước +natural water 1 các nước +natural wetlands 0 đầm lầy +natural wetlands 1 các đầm lầy +natural wood 0 rừng +natural wood 1 các rừng +place city 0 thành phố +place city 1 các thành phố +place country 0 quốc gia +place country 1 các quốc gia +place county 0 quận hạt +place county 1 các quận hạt +place farm 0 trại +place farm 1 các trại +place house 0 nhà ở +place house 1 các nhà ở +place houses 0 dãy nhà +place houses 1 các dãy nhà +place island 0 đảo +place island 1 các đảo +place locality 0 địa phương +place locality 1 các địa phương +place postcode 0 mã bưu điện +place postcode 1 các mã bưu điện +place region 0 miền +place region 1 các miền +place sea 0 biển +place sea 1 các biển +place state 0 tỉnh bang +place state 1 các tỉnh bang +place subdivision 0 hàng xóm +place subdivision 1 các hàng xóm +place suburb 0 ngoại ô +place suburb 1 các ngoại ô +place town 0 thị xã/trấn +place town 1 các thị xã/trấn +place unincorporated_area 0 khu chưa hợp nhất +place unincorporated_area 1 các khu chưa hợp nhất +place village 0 làng +place village 1 các làng +railway construction 0 đường sắt đang xây +railway construction 1 các đường sắt đang xây +railway disused_station 0 nhà ga đóng cửa +railway disused_station 1 các nhà ga đóng cửa +railway funicular 0 đường sắt leo núi +railway funicular 1 các đường sắt leo núi +railway historic_station 0 nhà ga lịch sử +railway historic_station 1 các nhà ga lịch sử +railway junction 0 ga đầu mối +railway junction 1 các ga đầu mối +railway monorail 0 đường một ray +railway monorail 1 các đường một ray +railway station 0 nhà ga +railway station 1 các nhà ga +railway subway 0 trạm xe điện ngầm +railway subway 1 các trạm xe điện ngầm +railway subway_entrance 0 cửa vào nhà ga xe điện ngầm +railway subway_entrance 1 các cửa vào nhà ga xe điện ngầm +railway tram 0 đường xe điện +railway tram 1 các đường xe điện +shop bakery 0 tiệm bánh +shop bakery 1 các tiệm bánh +shop bicycle 0 tiệm xe đạp +shop bicycle 1 các tiệm xe đạp +shop books 0 tiệm sách +shop books 1 các tiệm sách +shop car 0 tiệm xe hơi +shop car 1 các tiệm xe hơi +shop car_dealer 0 cửa hàng xe hơi +shop car_dealer 1 các cửa hàng xe hơi +shop car_repair 0 tiệm sửa xe +shop car_repair 1 các tiệm sửa xe +shop carpet 0 tiệm thảm +shop carpet 1 các tiệm thảm +shop chemist 0 nhà thuốc +shop chemist 1 các nhà thuốc +shop clothes 0 tiệm quần áo +shop clothes 1 các tiệm quần áo +shop computer 0 tiệm máy tính +shop computer 1 các tiệm máy tính +shop confectionery 0 tiệm kẹo +shop confectionery 1 các tiệm kẹo +shop convenience 0 tiệm tập hóa +shop convenience 1 các tiệm tập hóa +shop cosmetics 0 tiệm mỹ phẩm +shop cosmetics 1 các tiệm mỹ phẩm +shop drugstore 0 nhà thuốc +shop drugstore 1 các nhà thuốc +shop fashion 0 tiệm thời trang +shop fashion 1 các tiệm thời trang +shop fish 0 tiệm cá +shop fish 1 các tiệm cá +shop florist 0 tiệm hoa +shop florist 1 các tiệm hoa +shop food 0 tiệm thực phẩm +shop food 1 các tiệm thực phẩm +shop grocery 0 tiệm tạp phẩm +shop grocery 1 các tiệm tạp phẩm +shop hairdresser 0 tiệm làm tóc +shop hairdresser 1 các tiệm làm tóc +shop insurance 0 bảo hiểm +shop insurance 1 các bảo hiểm +shop jewelry 0 tiệm kim hoàn +shop jewelry 1 các tiệm kim hoàn +shop laundry 0 tiệm giặt quần áo +shop laundry 1 các tiệm giặt quần áo +shop mall 0 trung tâm mua sắm +shop mall 1 các trung tâm mua sắm +shop market 0 chợ +shop market 1 các chợ +shop mobile_phone 0 tiệm điện thoại di động +shop mobile_phone 1 các tiệm điện thoại di động +shop motorcycle 0 cửa hàng xe mô tô +shop motorcycle 1 các cửa hàng xe mô tô +shop music 0 tiệm nhạc +shop music 1 các tiệm nhạc +shop newsagent 0 tiệm báo +shop newsagent 1 các tiệm báo +shop optician 0 tiệm kính mắt +shop optician 1 các tiệm kính mắt +shop organic 0 tiệm thực phẩm hữu cơ +shop organic 1 các tiệm thực phẩm hữu cơ +shop photo 0 tiệm rửa hình +shop photo 1 các tiệm rửa hình +shop salon 0 tiệm làm tóc +shop salon 1 các tiệm làm tóc +shop shoes 0 tiệm giày +shop shoes 1 các tiệm giày +shop shopping_centre 0 trung tâm mua sắm +shop shopping_centre 1 các trung tâm mua sắm +shop sports 0 tiệm thể thao +shop sports 1 các tiệm thể thao +shop supermarket 0 siêu thị +shop supermarket 1 các siêu thị +shop toys 0 tiệm đồ chơi +shop toys 1 các tiệm đồ chơi +shop travel_agency 0 văn phòng du lịch +shop travel_agency 1 các văn phòng du lịch +shop video 0 tiệm phim +shop video 1 các tiệm phim +tourism alpine_hut 0 túp lều trên núi +tourism alpine_hut 1 các túp lều trên núi +tourism artwork 0 tác phẩm nghệ thuật +tourism artwork 1 các tác phẩm nghệ thuật +tourism attraction 0 nơi du lịch +tourism attraction 1 các nơi du lịch +tourism bed_and_breakfast 0 nhà trọ +tourism bed_and_breakfast 1 các nhà trọ +tourism cabin 0 túp lều +tourism cabin 1 các túp lều +tourism camp_site 0 nơi cắm trại +tourism camp_site 1 các nơi cắm trại +tourism chalet 0 nhà ván +tourism chalet 1 các nhà ván +tourism hostel 0 nhà trọ +tourism hostel 1 các nhà trọ +tourism hotel 0 khách sạn +tourism hotel 1 các khách sạn +tourism information 0 thông tin +tourism information 1 các thông tin +tourism lean_to 0 nhà chái +tourism lean_to 1 các nhà chái +tourism motel 0 khách sạn dọc đường +tourism motel 1 các khách sạn dọc đường +tourism museum 0 bảo tàng +tourism museum 1 các bảo tàng +tourism picnic_site 0 bàn ăn ngoài trời +tourism picnic_site 1 các bàn ăn ngoài trời +tourism theme_park 0 công viên giải trí +tourism theme_park 1 các công viên giải trí +tourism valley 0 thung lũng +tourism valley 1 các thung lũng +tourism viewpoint 0 thắng cảnh +tourism viewpoint 1 các thắng cảnh +tourism zoo 0 vườn thú +tourism zoo 1 các vườn thú +waterway canal 0 kênh +waterway canal 1 các kênh +waterway dam 0 đập +waterway dam 1 các đập +waterway rapids 0 thác ghềnh +waterway rapids 1 các thác ghềnh +waterway river 0 sông +waterway river 1 các sông +waterway riverbank 0 bờ sông +waterway riverbank 1 các bờ sông +waterway stream 0 dòng suối +waterway stream 1 các dòng suối +waterway waterfall 0 thác +waterway waterfall 1 các thác diff --git a/resources/dictionaries/README.md b/resources/dictionaries/README.md new file mode 100644 index 0000000..0daaf7a --- /dev/null +++ b/resources/dictionaries/README.md @@ -0,0 +1,90 @@ +Language dictionaries +===================== + +It's easy to add new languages/synonyms to libpostal by modifying a few text +files. The format of each dictionary file roughly resembles a +Lucene/Elasticsearch synonyms file: + +``` +drive|dr +street|st|str +road|rd +``` + +The leftmost string is treated as the canonical/normalized version. Synonyms +if any, are appended to the right, delimited by the pipe character. + +The supported languages can be found in the [resources/dictionaries](https://github.com/openvenues/libpostal/tree/master/resources/dictionaries). + +Each language can define one or more dictionaries (sometimes called "gazetteers" in NLP) to help with address parsing, and normalizing abbreviations. The dictionary types are: + +- **academic_degrees.txt**: for post-nominal strings like "M.D.", "Ph.D.", etc. +- **ambiguous_expansions.txt**: e.g. "E" could be expanded to "East" but could +be "E Street", so if the string is encountered, it can either be left alone or expanded. In general, single-letter abbreviations in most languages should also be added to ambiguous_expansions.txt since single letters are also often initials +- **building_types.txt**: strings indicating a building/house +- **categories.txt**: category strings e.g. from [Nominatim Special Phrases](http://wiki.openstreetmap.org/wiki/Nominatim/Special_Phrases) expected to be used in searches like "restaurants in Manhattan". Singular and plural forms can be included here. +- **company_types.txt**: company suffixes like "Inc" or "GmbH" +- **concatenated_prefixes_separable.txt**: things like "Hinter..." which can +be written either concatenated or as separate tokens +- **concatenated_suffixes_inseparable.txt**: Things like "...bg." => "...burg" +where the suffix cannot be separated from the main token, but either has an +abbreviated equivalent or simply can help identify the token in parsing as, +say, part of a street name +- **concatenated_suffixes_separable.txt**: Things like "...straße" where the +suffix can be either concatenated to the main token or separated +- **directionals.txt**: strings indicating directions (cardinal and +lower/central/upper, etc.) +- **entrance.txt**: string indicating an entrance, usually just the word "entrance" and its appropriate abbreviations. +- **given_names.txt**: a dictionary of given names derived from Wikipedia has been provided in the special "all" language directory. Western given names are usually abbreviated using the first letter but specifying them all would create too many potential variations. Instead of trying to expand "J" to every possible J name, it might be better to abbreviate possible given names and add those versions as alternate forms of the string for matching purposes. +- **house_number.txt**: strings that may be added as part of the house/building number (for languages like Spanish where it's common to say "No. 123" or "No. Ext. 123" for the house/building number instead of just "123" as in English). +- **level_types_basement.txt**: strings indicating a basement level. +- **level_types_mezzanine.txt**: strings indicating a mezzanine level. +- **level_types_numbered.txt**: strings indicating a numbered level of a building (numbered). +- **level_types_standalone.txt**: strings indicating a level/floor of a building that can stand on their own without a number like "ground floor", etc. +- **level_types_sub_basement.txt**: strings indicating a sub-basement level. +- **no_number.txt**: strings like "sin número" used for houses with no number. +- **nulls.txt**: strings meaning "not applicable" e.g. in spreadsheets or database fields that might have missing values +- **organizations.txt**: e.g. common retail chains, organizational acronyms for government agencies, the United Nations, etc. +- **people.txt**: abbreviations for specific people like MLK for Martin Luther King, Jr. or CDG for Charles du Galle +- **personal_suffixes.txt**: post-nominal suffixes, usually generational e.g. Junior/Senior in English or der Jungere in German. +- **personal_titles.txt**: civilian, royal, clerical, and military titles e.g. "Saint", "General", etc. +- **place_names.txt**: strings found in names of places e.g. "theatre", +"aquarium", "restaurant". [Nominatim Special Phrases](http://wiki.openstreetmap.org/wiki/Nominatim/Special_Phrases) is a great resource for this. +- **post_office.txt**: strings like "p.o. box" +- **qualifiers.txt**: strings like "township" +- **staircase.txt**: strings indicating a staircase, usually just the word "staircase" or "stair". +- **stopwords.txt**: prepositions and articles mostly, very common words +which may be ignored in some contexts +- **street_names.txt**: words which can be found in street names but are not thoroughfare types e.g. "spring" and their abbreviations. These would tend to be "core" words i.e. part of the base street name, although some can be thoroughfare types as well. +- **street_types.txt**: words like "street", "road", "drive" which indicate +a thoroughfare and their respective abbreviations. +- **surnames.txt**: a dictionary of surnames derived from Wikipedia has been provided in the special "all" language directory. If there are specific abbreviations for surnames in a language like Mdez. for Menendez, add them in the specific language's dictionary. +- **synonyms.txt**: any miscellaneous synonyms/abbreviations e.g. "bros" +expands to "brothers", etc. These have no special meaning and will essentially +just be treated as string replacement. +- **toponyms.txt**: abbreviations for certain abbreviations relating to +toponyms like regions, places, etc. Note: GeoNames covers most of these. +In most cases better to leave these alone +- **unit_directions.txt**: phrases to indicate which side of the building the apartment/unit is on, usually along the lines of "left", "right", "front", "rear". +- **unit_types_numbered.txt**: strings indicating a apartment or unit e.g. we expect a number to follow (or in some languages, precede) strings like "flat", "apt", "unit", etc. +- **unit_types_standalone.txt**: for unit type that can stand on their own without an accompanying number e.g. "penthouse". + +Most of the dictionaries have been derived using the following process: + +1. Tokenize every street/venue name in OSM for language x using libpostal +2. Count the most common tokens +3. Use the [Apriori algorithm](https://en.wikipedia.org/wiki/Apriori_algorithm) to extract multi-word phrases +4. Run the most frequent words/phrases through Google Translate +5. Add the ones that mean "street" (or other relevant words) to dictionaries +6. Augment by researching addresses in countries speaking language x + +Contributing +------------ + +If you're a native speaker of one or more languages in libpostal, we'd love your contribution! It's as simple as editing the text files under this directory and submitting a pull request. Dictionaries are organized by [language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes), so feel free to find any language you speak and start editing! If you don't see your language, just add a directory - there's no additional configuration needed. + +To get started adding new language dictionaries or improving support for existing languages, check out the [address_languages](https://github.com/openvenues/address_languages) repo, where we've published lists of 1-5 word phrases found in street/venue names in every language in OSM. + +In the future it might be beneficial to move these dictionaries to a wiki +so they can be crowdsourced by native speakers regardless of whether or not +they use git. diff --git a/resources/dictionaries/af/ambiguous_expansions.txt b/resources/dictionaries/af/ambiguous_expansions.txt new file mode 100644 index 0000000..809bf5a --- /dev/null +++ b/resources/dictionaries/af/ambiguous_expansions.txt @@ -0,0 +1,8 @@ +h +k +l +n +o +s +v +w \ No newline at end of file diff --git a/resources/dictionaries/af/concatenated_suffixes_inseparable.txt b/resources/dictionaries/af/concatenated_suffixes_inseparable.txt new file mode 100644 index 0000000..b979387 --- /dev/null +++ b/resources/dictionaries/af/concatenated_suffixes_inseparable.txt @@ -0,0 +1 @@ +park|pk. \ No newline at end of file diff --git a/resources/dictionaries/af/concatenated_suffixes_separable.txt b/resources/dictionaries/af/concatenated_suffixes_separable.txt new file mode 100644 index 0000000..6396e04 --- /dev/null +++ b/resources/dictionaries/af/concatenated_suffixes_separable.txt @@ -0,0 +1,14 @@ +hof|h. +laan|ln. +lange|l. +lang|l. +markt|mkt. +pad +plein|pln. +singel|sngl. +sloot +straat|str. +steenweg|stwg. +verlengde|verl. +vliet|vlt. +weg|wg. \ No newline at end of file diff --git a/resources/dictionaries/af/directionals.txt b/resources/dictionaries/af/directionals.txt new file mode 100644 index 0000000..5317cc8 --- /dev/null +++ b/resources/dictionaries/af/directionals.txt @@ -0,0 +1,12 @@ +noord|n +noordoos|noord oos|no|n.o.|n.o|n o +noordooste|noord ooste|no|n.o.|n.o|n o +noordwes|noord wes|nw|n.w.|n.w|n w +noordweste|noord weste|nw|n.w.|n.w|n w +oos|o +suidoos|zuid oost|so|s.o.|s.o|s o +suidooste|suid ooste|so|s.o.|s.o|s o +suidwest|sw|s.w.|s.w|s w +suidwesten|sw|s.w.|s.w|s w +suid|s +west|w \ No newline at end of file diff --git a/resources/dictionaries/af/personal_titles.txt b/resources/dictionaries/af/personal_titles.txt new file mode 100644 index 0000000..0359184 --- /dev/null +++ b/resources/dictionaries/af/personal_titles.txt @@ -0,0 +1,23 @@ +baron +broer|br +dokter|dr +dominee|ds +generaal|gen +kolonel|kol +koning|kon +koningin|kon +kort|k +korte|kte +meester|mr +mejuffrouw|mej +minister|min +monseigneur|mgr +pastoor|past +pater +president|pres|pr +prins|pr +prinses|prs +professor|prof +sint|st +suster|sr +vrouwe|vr \ No newline at end of file diff --git a/resources/dictionaries/af/place_names.txt b/resources/dictionaries/af/place_names.txt new file mode 100644 index 0000000..4eb3d94 --- /dev/null +++ b/resources/dictionaries/af/place_names.txt @@ -0,0 +1,2 @@ +kasteel +markt|mkt \ No newline at end of file diff --git a/resources/dictionaries/af/qualifiers.txt b/resources/dictionaries/af/qualifiers.txt new file mode 100644 index 0000000..4495706 --- /dev/null +++ b/resources/dictionaries/af/qualifiers.txt @@ -0,0 +1,4 @@ +noordekant +oostekant +westekant +suidekant \ No newline at end of file diff --git a/resources/dictionaries/af/stopwords.txt b/resources/dictionaries/af/stopwords.txt new file mode 100644 index 0000000..23a01ca --- /dev/null +++ b/resources/dictionaries/af/stopwords.txt @@ -0,0 +1,38 @@ +aan +af +al +as +by +die +den +der +wat +dit +'n +en +hom +die +hoe +hulle +in +kan +me +met +my +nog +nou +of +ons +sou +'t +te +tot +uit +van|v +van 't +van die|vd|v d +van den|vd|v d +van der|vd|v d +ver +was +wel \ No newline at end of file diff --git a/resources/dictionaries/af/street_types.txt b/resources/dictionaries/af/street_types.txt new file mode 100644 index 0000000..45989e6 --- /dev/null +++ b/resources/dictionaries/af/street_types.txt @@ -0,0 +1,21 @@ +baan +boulevard|blvd +dijk|dk +dwarsstraat|dwstr +dwarsweg|dwwg +hof|h +hoofstraat +kade|kd +laan|ln +lange|l +lang|l +pad +park|pk +plein|pln +plantsoen|plnts +singel|sngl +sloot +straat|str +steenweg|stwg +verlengde|verl +weg|wg \ No newline at end of file diff --git a/resources/dictionaries/all/ambiguous_expansions.txt b/resources/dictionaries/all/ambiguous_expansions.txt new file mode 100644 index 0000000..1f630bb --- /dev/null +++ b/resources/dictionaries/all/ambiguous_expansions.txt @@ -0,0 +1 @@ +ck diff --git a/resources/dictionaries/all/chains.txt b/resources/dictionaries/all/chains.txt new file mode 100644 index 0000000..8eeca1b --- /dev/null +++ b/resources/dictionaries/all/chains.txt @@ -0,0 +1,504 @@ +7-eleven|7 eleven|7-11|seven-eleven|seven eleven|seveneleven|seven-11|seven 11|7-elevens|7 elevens|7-11s|seven-elevens|seven elevens|sevenelevens|seven-11s|seven 11s|sevel|7 11 +a&w|a & w|a and w|a&ws|a & ws|a and ws|a&w restaurants|a & w restaurants|a and w restaurants +ace hardware|ace hardwares +adidas +advance auto parts +agip +albert heijn +albertsons|albertson's +aldi +aldi nord +aldi süd|aldi sued +alfamart|alfamar +allianz +alpha bank +anz +applebee's|applebees +apple store|apple stores +aral +arby's|arbys +arco +argos +asda +at&t|at & t|a t & t|a.t&t|a.t & t|at and t|a.t and t|att|at&t store|at & t store|a t & t store|a.t&t store|a.t & t store|at and t store|a.t and t store|att store|at&t stores|at & t stores|a t & t stores|a.t&t stores|a.t & t stores|at and t stores|a.t and t stores|att stores +au bon pain|au bon pains +auchan +auntie anne's|auntie annes|auntie anne's pretzels|auntie annes pretzels +autozone|autozones +avia +avis +axa +baja fresh +banamex +banco do brasil +banco itaú|banco itau +banco popular +bank of america|bofa|b of a|bank of americas|bofas|b of as +bank spółdzielczy|bank spoldzielczy +bankia +banque populaire +barclays +barnes & noble|barnes and noble|barnes n noble|barnes & nobles|barnes and nobles|barnes n nobles +b&q|b & q|b and q|b-and-q +baskin-robbins|baskin robbins|baskinrobbins +bauhof +bb&t|bb & t|bb and t|b.b&t|b.b & t|b.b and t|b b&t|b b & t|b b and t +bbva +bdo +beef o'brady's|beef obradys|beef o'bradys|beef o bradys|beef o'bradys +bell +ben & jerry's|ben & jerrys|ben and jerry's|ben and jerrys|ben & jerry|ben and jerry +benihana|benihanas|benihana's +best buy|best buys|bestbuy|bestbuys +best western|best westerns +biedronka +big smoke burger +billa +blimpie|blimpie's|blimpies +blokker +bmw +bnp paribas +bnp paribas fortis +the body shop +bonchon chicken +boots +boston market|boston markets +boston pizza +bp|b p|b.p +bpi|b.p.i|b p i +brd +bradesco +bricomarché|bricomarche +buca di beppo|buca di beppo's|buca di beppos +bubba gump shrimp company|bubba gump|bubba gump's|bubba gumps|bubba gump shrimp co.|bubba gump's shrimp co.|bubba gumps shrimp co.|bubba gump shrimp co|bubba gump's shrimp co|bubba gumps shrimp co|bubba gump shrimp company|bubba gump's shrimp company|bubba gumps shrimp company +buffalo grill +buffalo wild wings +burger king|burger kings +c&a|c & a|c and a +caisse d'épargne|caisse d'epargne|caisse dépargne|caisse depargne +caixa econômica federal|caixa economica federal +california pizza kitchen|california pizza kitchens +caltex +campsa +canadian tire +carl's jr.|carl's jr|carl's junior|carls jr.|carls jr|carls junior|carl's jr.s|carl's jrs|carl's juniors|carls jr.s|carls jrs|carls juniors +carphone warehouse +carrefour city +carrefour +carrefour express +carrefour market +casey's general store|caseys general store +cbc banque +cepsa +charley's grilled subs|charleys grilled subs +chase +chase bank|chase banks +checkers +cheeburger cheeburger +cheesecake factory +chevys fresh mex +chick-fil-a|chick fil a|chickfila|chick fillet|chick-fil-as|chick fil as|chickfilas|chick fillets +hyundai +chili's|chilis +chipotle|chipotle mexican grill|chipotles +cinnabon|cinnabons +chevron|chevrons +chowking +chuck e. cheese's|chuck e cheese's|chuck e. cheeses|chuck e cheeses|chuck e. cheese|chuck e cheese +church's chicken|churchs chicken +cibc|canadian imperial bank of commerce +cici's pizza|ci ci's pizza|cici's|cicis pizza|cicis +circle k|circle-k|circlek|ck +citgo +citibank|citi bank|citibanks|citi banks +citroën|citroen +cng +cold stone|coldstone|cold stone creamery|coldstone creamery|cold stones|coldstones +coles +coles express +coop jednota +comfort inn +commerzbank +commonwealth bank +conad +conoco +copec +correios +costa coffee +costco|costcos +costcutter +cracker barrel|cracker barrel old country store|cracker barrels +crédit agricole|credit agricole +crédit mutuel|credit mutuel +crédit mutuel de bretagne|credit mutuel de bretagne +crepes & waffles|crepes and waffles +culver's|culvers +cvs|cvs caremark|cvs pharmacy +dairy queen|dairy queens +dänisches bettenlager|danisches bettenlager|daenisches bettenlager +dave & buster's|dave and buster's|dave & busters|dave and busters +days inn|days inns +decathlon +deichmann +délifrance|delifrance +delikatesy centrum +del taco|del tacos +denner +denny's|dennys +deutsche bank|deutschebank|deutsche banks|deutschebanks +dhl +dia +din tai fung +dollar general|dollar generals +dollar tree|dollar trees +dollarama|dollaramas +domino's|dominos|domino's pizza|dominos pizza +dunkin' donuts|dunkin donuts +e.leclerc|e-leclerc|e. leclerc|e leclerc|eleclerc +edeka +einstein bros. bagels|einstein bros|einstein bros bagels +el pollo loco +engen +enterprise +ernsting's family|ernstings family +eroski +esprit +esso +etos +euronics +europcar +eurospar +eurospin +exxon +fakta +family dollar|family dollars +familymart|family mart +fatburger|fatburgers +fielmann +firestone +five guys|five guys famous burgers and fries +food lion +ford +franprix +freebirds|freebird's|freebirds world burrito|freebird's world burrito +fressnapf +friendly's|friendlys +fuddruckers +gall & gall +galp +gamestop|gamestops +giant +giant food +gloria jean's|gloria jean's coffees|gloria jeans|gloria jeans coffees +gnc|gncs +golden corral +goodwill|goodwills +great clips +greggs|gregg's +gulf +h&m|h & m|h and m|h&ms|h & ms|h and ms +h&r block|h & r block|h and r block|h&r blocks|h & r blocks|h and r blocks +halfords +halifax +hallmark +hamburguesas el corral +hampton inn +hard rock cafe|hard rock cafes +hardee's|hardees +h-e-b|heb|h e b|h.e.b.|h-e-bs|hebs|h e bs|h.e.b.s +h-e-b gas|heb gas|h e b gas|h.e.b. gas +hertz +hess +hilton garden inn +holiday inn|holiday inns +holiday inn express +the home depot|home depot|home depots +honda +homebase +hooters +hungry jack's|hungry jacks +hsbc|h.s.b.c|h s b c|hsbcs|h.s.b.cs|h s b cs +hypovereinsbank|hvb|h v b|h.v.b +hyundai +iga +ihop|international house of pancakes|ihops +ikea|ikdeas +in-n-out burger|in-n-out|in 'n out|in n' out|in and out|in-and-out|in & out|in 'n out burger|in n' out burger|in and out burger|in-and-out burger|in & out burger|in-n-out burgers|in-n-outs|in 'n outs|in n' outs|in and outs|in-and-outs|in & outs|in 'n out burgers|in n' out burgers|in and out burgers|in-and-out burgers|in & out burgers +indian oil +indomaret +ing +intermarché|intermarche +intermarché super|intermarche super +intersport +itaú|itau +jack in the box|jack-in-the-box|jackinthebox|jack in the boxes|jack-in-the-boxes|jackintheboxes +jack astor's bar & grill|jack astors bar & grill|jack astor's bar and grill|jack astors bar and grill +jamba juice|jamba juices +jcpenney|j. c. penney|jc penney|j.c penney|j c penney|jcpenneys|j. c. penneys|jc penneys|j.c penneys|j c penneys +jet +jiffy lube +jimmy john's|jimmy johns +joe's crab shack|joes crab shack|joe's crab shacks|joes crab shacks +johnny rockets +jollibee +juan valdez cafe +jysk +kaufland +kbc +kenny rogers|kenny rogers roasters +key bank +kfc|k.f.c|k f c|kentucky fried chicken|kfcs|k.f.cs|k f cs|kentucky fried chickens +kiwi +kiwibank +kohl's|kohls +konzum +kmart|k-mart|k mart|kmarts|k-marts|k marts +kreissparkasse +krispy kreme|krispy kremes +kroger +kruidvat +kwik trip +la caixa +ladbrokes +lcbo +leader price +leroy merlin +lewiatan +lidl +little caesars|little caesar's +lloyds|lloyd's|lloyds tsb|lloyd's tsb|lloyds bank|lloyd's bank +londis +lone star steakhouse|lone star steakhouse & saloon|lone star steak house|lone star steak house & saloon|lone star steakhouse and saloon|lone star steak house and saloon +long john silver's|long john silvers +longhorn steakhouse|longhorn steak house +lotos +loving hut +lowe's|lowes +lpg +luby's|lubys +mac's +macy's|macys +mango +marathon +marrybrown +matratzen concord +makro +mcdonald's|mcdonalds +mccafé|mccafe|mccafés|mccafes +media markt +mercadona +mercedes-benz|mercedes benz +metrobank +midas +millennium bank +ministop|mini stop +mk restaurant +mobil +mol +monoprix +morrisons|morrison's +mos burger +motel 6|motel 6s|motel six|motel sixes +movistar +müller|muller +nando's|nandos +napa auto parts +nationwide|nation wide +natwest|nat west +nemzeti dohánybolt|nemzeti dohanybolt +netto|netto marken-discount|netto marken discount +new look +next +nissan +nkd +norauto +nordea +nordsee +o'reilly auto parts|oreilly auto parts|o reilly auto parts +oasis +o2 +obi +office depot|office depots +old navy|old navys +olive garden|olive gardens +omv +one stop +opel +orange +orlen +otp bank +outback steakhouse|outback steak house|outback steakhouses|outback steak houses +oxfam +oxxo +panda express +panera bread|panera breads +papa gino's|papa ginos +papa john's|papa john's pizza|papa johns|papa johns pizza +paris baguette +pemex +penny market +penny markt +perkins|perkins restaurant & bakery|perkins restaurant|perkins restaurant and bakery +p. f. chang's|p. f. chang's china bistro|p.f. chang's|p.f. chang's china bistro|p.f. changs|p.f. changs china bistro|pf chang's|pf chang's china bistro|pf changs|pf changs china bistro +pertamina +petrobras +petrom +petron +petro-canada|petro canada|petrocanada +petco|petcos +petsmart|petsmarts +peugeot +phillips 66 +picard +pingo doce +pizzaexpress|pizza express +pizza hut|pizzahut|pizza huts|pizzahuts +pizza pizza|pizzapizza +planet hollywood|planet hollywoods +pko bp +pnb +pnc bank|p.n.c bank|p n c bank +pollo campero +ponderosa steakhouse|ponderosa steak house +popeyes|popeye's|popeyes chicken & biscuits|popeye's chicken & biscuits|popeyes chicken and biscuits|popeye's chicken and biscuits +postbank +potbelly sandwich works|potbelly|potbellys +premier inn +proxi +publix +puma +punto enel +q8 +qdoba mexican grill|qdoba|qdobas +quality inn +quick +quiktrip +quiznos|quizno's +rabobank +radio shack|radio shacks +raiffeisenbank|raiffeisen|raiffeisen bank +rainforest cafe +rbc +red lobster|red lobsters +red robin|red robins +rei|r.e.i|r e i +relay +rema 1000 +repsol +rewe +rite aid|rite-aid|riteaid +ross +ross dress for less +rossmann +ruby tuesday|ruby tuesdays|ruby tuesday's +safeway|safeways|safeway's +sainsbury's|sainsburys +sainsbury's local|sainsburys local +salvation army|salvation armys|salvation armies +sam's club|sams club|sam's clubs|sams clubs +santander +santander bank +sbarro|sbarro's|sbarros +schlotzsky's|schlotzskys|schlotzsky's deli|schlotzskys deli +scotiabank +sears +seattle's best coffee|seattle's best|seattles best coffee|seattles best +secret recipe +shake shack|shake shacks +shakey's pizza|shakeys pizza +sheetz +shell +shoprite|shop-rite|shop rite|shoprites|shop-rites|shop rites +simply market +sixt +sizzler|sizzlers +slovnaft +smashburger|smash burger +sonic|sonic drive-in|sonic drive in|sonics|sonic drive-ins|sonic drive ins +spaghetti warehouse|spaghetti warehouses +spar +sparkasse +specsavers +speedway +sparda-bank|sparda bank|spardabank +sprint|sprint wireless|sprint store|sprint stores|sprint wireless store|sprint wireless stores +staples +starbucks|starbucks coffee|starbucks coffees +state bank of india +statoil +steak 'n shake|steak n' shake|steak n shake|steak & shake|steak and shake|steak 'n shakes|steak n' shakes|steak n shakes|steak & shakes|steak and shakes +stewart's|stewarts +sunoco +subway|subways +supercuts +swedbank +sweet frog +swensen's|swensens +systembolaget +taco bell|taco bells +taco cabana|taco cabanas +takko +tamoil +target|targets +tchibo +td bank|t.d bank|t d bank|td banks|t.d banks|t d banks +td canada trust|t.d canada trust|t d canada trust +tedi +telepizza +terpel +tesco|tescos +tesco express +texaco|texacos +the pizza company +t.g.i. friday's|t g i friday's|tgi friday's|t.g.i friday's|t.g.i. fridays|t g i fridays|tgi fridays|t.g.i fridays +the co-operative food|the cooperative food +thomas cook +tj maxx|tj maxxs +tim hortons +tcby|tcbys +t-mobile|t mobile|tmobile|t-mobile store|t mobile store|tmobile store|t-mobile stores|t mobile stores|tmobile stores +tony roma's|tony romas +total +toyota +toys r us|toys "r" us|toys r' us|toys 'r' us|toys 'r us|toys are us|toysrus|toys rus +trader joe's|trader joes +travelodge +ultramar +unicredit bank|unicredit +uno chicago grill +ups store|the ups store|u.p.s store|u p s store|the u.p.s store|the u p s store|ups stores|u.p.s stores|u p s stores +us bank|u.s bank|u s bank +valero +verizon wireless|verizon store|verizon|verizon wireless store|verizon stores|verizon wireless stores +vival +vodafone +volg +volksbank +volkswagen +vr-bank|vr bank|vrbank +waffle house +waitrose +walgreens|walgreen|walgreen's +walmart|wal-mart|wal mart|walmarts|wal-marts|wal marts +walmart supercenter|wal mart supercenter|wal mart super center|walmart supercenters|wal mart supercenters|wal mart super centers +wawa|wa wa|wa-wa +wells fargo|wellsfargo|wells-fargo +wells fargo bank|wells-fargo bank|wellsfargo bank +wendy's|wendys +western union|western unions +westpac +whataburger|what a burger|whataburgers|what a burgers +white castle|white castles +william hill +whole foods|whole foods market|whole foods markets +wingstop +wingstreet +ymca|y.m.c.a|y m c a +ywca|y.w.c.a|y w c a +yogen früz|yogen fruz|yogen fruez +yogurtland +yoshinoya +yves rocher +zara +zaxby's|zaxbys +zeeman diff --git a/resources/dictionaries/all/given_names.txt b/resources/dictionaries/all/given_names.txt new file mode 100644 index 0000000..cfb4df0 --- /dev/null +++ b/resources/dictionaries/all/given_names.txt @@ -0,0 +1,12715 @@ +Ana +Anas +Anastas +Anastasija +Anastasije +Anastasia +Anastasio +Anastasius +Anass +Anasuya +Anan +Anand +Anane +Anania +Anann +Ananya +Anatol +Anatoli +Anatolio +Anatolius +Anatole +Anatoly +Anabel +Anabelle +Anabhitra +Anahit +Anahita +Ana Sophia +Anamol +Anaïs +Andre +Andrea +Andreas +Andrei +Andreina +Andreea +Andrejs +Andres +Andretti +Andreu +Andrew +Andrey +André +André Luís +André-Marie +András +Andrijana +Andris +Andriy +Andranik +Andras +Andrus +Andrzej +Ander +Anders +Anderson +Anderson Luís +Andis +Andoni +Andy +Anna +Annabel +Annabella +Annabeth +Anna Mae +Anna Magdalena +Anna-Lena +Annaliese +Annam +Annapoorna devi +Anne +Anneli +Annelie +Anneliese +Annelise +Anne-Marie +Anneke +Annetta +Annina +Anning +Anni-Frid +Annibale +Annie +Annika +Ann-Louise +Annunziata +Annácska +Anto +Anton +Antoni +Antonia +Antonietta +Antonija +Antonio +Antone +Antonela +Antonella +Antonín +Antoine +Antoon +Ante +Antek +Anteo +Antero +Anthonie +Anthony +Anthea +Antanas +Antje +Ants +Antti +Antun +Antwan +António Cândido +Ange +Angel +Angelica +Angelika +Angelina +Angelita +Angela +Angelle +Angelo +Angharad +Anghel +Angèle +Angélique +Angalaamman +Angie +Angus +Ani +Anis +Anish +Anissa +Anica +Anice +Anika +Anikó +Anirban +Aniruddha +Anita +Anitra +Ania +Anil +Anup +Anupama +Anucha +Anuj +Anulka +Anumati +Anurag +Ankalamma +Ankalaparamecuvari +Anke +Ankhesenpepi +Ankita +Ansah +Ansell +Ansgar +Anssi +Anwar +Anwaruddin +Anwen +Ancel +Anchal +Anjali +Anjem +Anzor +Anzu +Aneta +Anlaith +Anmchad +Anoop +Anri +Anya +Aníbal +Al +Alex +Alexa +Alexandra +Alexandre +Alexandrina +Alexandros +Alexandru +Alexander +Alexi +Alexis +Alexius +Alexey +Aleksandras +Aleksandrs +Aleksi +Aleksis +Aleksey +Aleksy +Alekos +Alem +Alemseged +Alemu +Alen +Alena +Alenka +Alessandra +Alessandro +Alessia +Alec +Aleck +Alejandra +Alejandro +Aled +Aleena +Aleh +Aleix +Alethea +Aleuas +Alev +Aleš +Alan +Alanna +Alano +Alanson +Alama +Alamelu +Alamsyah +Alaa +Alaaeldin +Alain +Alaina +Alasdair +Alassane +Aladdin +Alajos +Alakshmi +Alaric +Alatini +Alawi +Ali +Alis +Alisha +Alison +Alistair +Alice +Alicia +Alicja +Ali Naqi +Ali Reza +Aliya +Aliye +Alia +Alieu +Alim +Alina +Alix +Alize +Albert +Albertet +Alberto +Alberts +Albertus +Alben +Alba +Albadé +Albano +Albin +Albina +Albino +Albrecht +Aldea +Aldemir +Alden +Aldin +Aldis +Aldo +Aldous +Alda +Aldred +Aldwyn +Alon +Alona +Alondra +Alonso +Alonzo +Alojz +Alojzy +Alois +Alok +Aloysius +Alp +Alphons +Alphonse +Alphonse James +Alphonse Joseph +Alpaslan +Alpay +Alper +Alpár +Alla +Allardyce +Allegra +Allette +Allie +Allin +Ally +Allyn +Alter +Altan +Althea +Altin +Altman +Alton +Aly +Alys +Alyssa +Alysson +Alysa +Alyson +Alya +Alf +Alfred +Alfredas +Alfredo +Alfonzo +Alfy +Algie +Algimantas +Algis +Alger +Algernon +Algy +Al-Ma'ali +Al-Mansur +Al-Farooq +Al-Taweel +Alvin +Alvina +Alva +Alvydas +Alma +Almog +Almut +Alson +Alston +Alánek +Alén +Aljean +Alkan +Alruna +Alun +Alwin +Abdu +Abdul +Abdul Hadi +Abdul Hafiz +Abdul Hai +Abdul Hakim +Abdul Halim +Abdul Hamid +Abdul Haq +Abdul Hussein +Abdul Majid +Abdul Malik +Abdul Mannan +Abdul Masih +Abdul Monem +Abdul Muttalib +Abdul Ali +Abdul Alim +Abdul Azim +Abdul Aziz +Abdul Ahad +Abdul Basir +Abdul Basit +Abdul Baqi +Abdul Bari +Abdul Jabbar +Abdul Jalil +Abdul Jamil +Abdul Qadir +Abdul Qayyum +Abdul Quddus +Abdul Wahhab +Abdul Wahid +Abdul Wadud +Abdul Ghaffar +Abdul Ghani +Abdul Karim +Abdul Khaliq +Abdul Samad +Abdul Sattar +Abdul Zahir +Abdul Zahra +Abdul Latif +Abdul Nasser +Abdullah +Abdullahi +Abdulle +Abdulaziz +Abdulrab +Abdur Rahim +Abdur Rahman +Abdur Rab +Abdur Raqib +Abdur Rashid +Abdur Rauf +Abdur Razzaq +Abdurehim +Abdus Sabur +Abdus Salam +Abdus Shakur +Abdumuqit +Abd Manaf +Abd Rabbo +Abd al-Uzza +Abdel Fattah +Abdel Nour +Abdolreza +Abdon +Abdala +Abdi +Abdyl +Abi +Abid +Abid Ali +Abida +Abidin +Abie +Abiel +Abiha +Abihail +Abia +Abigail +Abimbola +Abiram +Abba +Abbad +Abbas +Abbe +Abbey +Abbi +Abbie +Abbo +Abbondio +Abbán +Abe +Abel +Abelardo +Abelito +Aber +Abera +Aberra +Abeer +Abeid +Aban +Abanda +Abani +Abas +Abass +Ababu +Abatte +Abay +Abu +Abu Hafs +Abu Hamza +Abu Abdullah +Abu Bakr +Abu'l Qasim +Abhishek +Abhisit +Abhijeet +Abhinav +Abhay +Abo +Abol +Abolfazl +Abou +Abra +Abraham +Abrahão +Abram +Absalom +Absolom +Ablade +Abner +Abzal +Ari +Aria +Ariana +Ariane +Arianrhod +Arie +Ariel +Ariella +Arina +Arinaga +Arindam +Arihiro +Arihito +Aribert +Aricca +Arif +Arik +Aristophanes +Aritomo +Art +Artem +Artemio +Artemy +Arti +Artie +Artin +Artur +Arturo +Artun +Arty +Artyom +Artūras +Artūrs +Arthur +Artsyom +Arnal +Arnaldo +Arnar +Arnaud +Arno +Arnold +Arnost +Arnould +Arne +Arnett +Arnulf +Arnulfo +Arndt +Arnie +Ara +Aram +Araminta +Arantxa +Aranyani +Arat +Arata +Araceli +Arash +Aravindan +Armand +Armando +Armantas +Armaan +Armaghan +Armağan +Armin +Armine +Armistead +Armodios +Arleen +Arlen +Arlette +Arlindo +Arline +Arlie +Arlo +Arlow +Arland +Arvi +Arvid +Arvind +Arvis +Arvo +Arvydas +Arvīds +Archibald +Archie +Archange +Archer +Arcangelo +Ardian +Ardis +Ardit +Arda +Arduino +Arsen +Arsenius +Arsaces +Arshavir +Arsène +Areg +Arend +Aretha +Areum +Arja +Arjan +Arjen +Arjun +Arun +Arundhati +Arumugam +Arup +Arben +Arbi +Arbogast +Arwa +Arwel +Arwyn +Arkadiusz +Arkady +Arfie +Aron +Arpita +Aryeh +Arzu +Arían +Arūnas +Ad +Ade +Adel +Adela +Adelaide +Adelakun +Adelasia +Adele +Adeleke +Adeline +Adelino +Adelman +Adelmo +Adelheid +Adem +Ademar +Ademir +Ademola +Adebayo +Adebisi +Adebowale +Adee +Adeel +Adeem +Adedayo +Adedeji +Adesh +Adeshina +Aden +Adeola +Adetokunbo +Adewale +Adeyinka +Ada +Adam +Adame +Adamee +Adamo +Adamou +Adamardis +Adalbero +Adalbert +Adalgisa +Adalvard +Adailton +Adair +Adan +Adarnase +Adasiek +Adaś +Adi +Adie +Adiele +Aditi +Aditya +Adi Parashakti +Adib +Adigun +Adile +Adir +Adivi +Adrian +Adriana +Adrianne +Adriano +Adriaan +Adriaen +Adrien +Adrienne +Adrion +Adolf +Adolfas +Adolfek +Adolfito +Adomnán +Adongo +Adoum +Addis +Addison +Addie +Addae +Adde +Adílio +Adílson +Adámek +Adão +Adham +Adhamh +Adhemar +Adlène +Adléta +Adli +Adna +Adnan +Adnane +Adyaatömör +Adye +Admir +Adugna +Adwoa +Aki +Akihide +Akihiko +Akihiro +Akihisa +Akihito +Akiho +Akitake +Akitaro +Akito +Akitoshi +Akiteru +Akitsugu +Akin +Akina +Akinari +Akinobu +Akinori +Akiyo +Akiyoshi +Akiyasu +Akiyuki +Akif +Akifumi +Akifusa +Akikatsu +Akikazu +Akiko +Akimi +Akimitsu +Akimasa +Akilandeswari +Akilu +Akisada +Akishige +Akiba +Akie +Akiie +Akiji +Akio +Akira +Akiva +Akanbi +Akande +Akane +Akari +Akarika +Akagündüz +Akhil +Akhila +Akhtar +Akhter +Akbar +Akbaraly +Akbulat +Akeel +Akeem +Akemi +Akdemir +Akgül +Akkasit +Akl +Akmal +Akpan +Akram +Aksel +Aku +Akwasi +Akın +Aman +Amanda +Amandine +Aman Ali +Amane +Amanullah +Amade +Amadeo +Amadeus +Amador +Amadu +Amal +Amalia +Amalie +Amalberga +Amalric +Amariah +Amarildo +Amaka +Amason +Amaziah +Ami +Amin +Amina +Aminata +Aminu +Aminullah +Amin ud-Din +Amir +Amira +Amit +Amita +Amick +Amiel +Amil +Ambrosi +Ambrosius +Ambrose +Ambrogio +Ambrus +Ambako +Amber +Ambica +Amenemhat +Amenemope +Amenhotep +Amenmose +Amedeo +Amelia +Amer +Amhladh +Amhlaidh +Amhlaoibh +Amhalgaidh +Ammar +Ammavaru +Ammon +Amory +Amos +Amr +Amrita +Amjad +Amleto +Amnon +Amschel +Amund +Amy +Amélie +Ash +Ashoka +Ashokasundari +Ashot +Ashta Lakshmi +Ashtar +Ashton +Ashish +Ashiyuki +Ashraf +Ashraqat +Ashapura Mata +Ashbel +Asher +Ashfaq +Ashhad +Ashk +Ashley +Ashvin +Asa +Asad +Asadullah +Asante +Asantewaa +Asaf +Asako +Asami +Asao +Assefa +Asser +Assaf +Assheton +Assing +Assunção +Asiedu +Asif +Asil +Asimaki +Asinrthegn +Aslam +Aslan +Aslaug +Aslı +Astrid +Astrithr +Astamur +Aston +Aseem +Asem +Asena +Asmi +Asmir +Asma +Asuka +Asumi +Asuna +Asbjørn +Ascaric +Asghar +Asko +Asparukh +Asror +Asvayujau +Aswad +Aya +Ayame +Ayameko +Ayami +Ayana +Ayane +Ayano +Ayaka +Ayako +Ayala +Ayalew +Ayad +Ayaz +Ayu +Ayumi +Ayumu +Ayub +Ayuka +Ayuru +Ayda +Aydan +Aydemir +Aydoğan +Aydın +Aytek +Aytekin +Ayten +Aytaç +Ayberk +Aybike +Aybüke +Ayi +Ayik +Ayindri +Ayla +Aylin +Aylmer +Aysu +Aysun +Aysel +Ayele +Ayeshma +Ayman +Aymar +Aynsley +Aynur +Ayo +Ayoka +Ayşegül +Ayşenur +Ayfer +Aygün +Ayhan +Aykut +Ayrton +Ayvaz +Ayça +Atsuhiko +Atsuhiro +Atsumi +Atsumoto +Atsunobu +Atsunori +Atsutaka +Atsuto +Atsuya +Atsuyoshi +Atsuko +Atsuo +Atsushi +Athan +Athanasios +Athanasius +Athanase +Athenais +Athos +Athracht +Ata +Atanas +Atar +Ataullah +Atay +Atiq +Atiqullah +Atif +Atil +Attar +Attashin +Attila +Atenulf +Ateş +Atle +Atlee +Atomu +Atusa +August +Augustina +Augustine +Augusta +Auguste +Augusto +Augustus +Augenijus +Aurea +Aurelijus +Aurora +Aurore +Aurèle +Aurélie +Aurick +Aurvandil +Audrey +Audrie +Auden +Audie +Audovacar +Audun +Auliffe +Aulis +Aulay +Auley +Aulus +Austen +Austin +Austėja +Ausma +Aubrey +Aubry +Aubin +Auke +Aukusitino +Autumn +Ai +Ailean +Aileen +Ailerán +Aili +Ailill +Aila +Aiman +Aimar +Aimee +Aimi +Aimée +Ain +Aino +Ainsley +Ainārs +Aida +Aidan +Aiga +Aigars +Airi +Airton +Aivar +Aivars +Aibhilín +Aifric +Aiichiro +Aija +Aiko +Aiono +Aisling +Aitor +Aiyana +Agathocles +Agathon +Agatha +Agabey +Agapito +Agar +Agnel +Agnese +Agneta +Agneya +Agnolo +Agu +Agustin +Agustina +Agusia +Aggie +Aggrey +Agilaz +Agim +Aglaia +Aglaé +Agostinho +Agostino +Agrippa +Agroecius +Agboola +Aghvan +Agyenim +Agénor +Aziz +Azizah +Azizullah +Azim +Azimullah +Azie +Azuma +Azumi +Azucena +Azusa +Azadeh +Azahara +Azeem +Azem +Azmat +Azmi +Azra +Azriel +Azhar +Aznar +Averell +Averil +Avery +Aventin +Avraam +Avram +Avril +Avrom +Avie +Avis +Aviv +Ava +Avdija +Avgust +Avni +Avo +Avtandil +Achim +Achimelech +Achieng +Achike +Achille +Achkar +Achour +Ace +Acel +Acey +Acamas +Acie +Acker +Acratus +Aarne +Aarni +Aart +Aarti +Aaron +Aarón +Aage +Aagot +Aadu +Aajonus +Aaku +Aamir +Aapo +Afanasy +Afaq +Affif +Affo +Afreen +Afet +Afif +Afolabi +Afshin +Aftab +Aparecido +Aparicio +Apak +Appius +Appius Claudius +Apple +Apirana +Apisai +Apollonio +Apostle +April +Ahmad +Ahman +Ahmed Tijani +Ahmose +Ahad +Aharon +Ahaziah +Ahijah +Ahsan +Aja +Ajayi +Ajish +Ajit +Ajose +Ajoy +Ajla +Ajmal +Aengus +Aenor +Ae-jung +Aedhghal +Aernout +Aoi +Aoife +Aonghas +Aonghus +Aodh +Awa +Awad +Awley +Aqeel +Aquila +Aíbinn +Aïssata +A'isha +Axel +Aşık +Mari +Maria +Maria Louisa +Maria Louise +Maria Luisa +Maria Anna +Maria Antonia +Maria Pia +Maria Sole +Marian +Mariana +Marianela +Mariangela +Marianne +Mariano +Marianus +Mariamman +Mariamne +Mariah +Marie +Marie-Claire +Marie-Claude +Marie-France +Marie-Françoise +Marie-Agnès +Marie-Georges +Marie-Madeleine +Marie-Odile +Marie Louise +Marie Luise +Marie Anne +Marie François +Marie Sophie +Mariel +Mariela +Marielle +Marieke +Marin +Marina +Marine +Marinko +Marino +Marinus +Maris +Marisa +Mariska +Marisol +Marissa +Marica +Maricel +Marija +Marijan +Marika +Mariko +Mario +Mario Sepúlveda +Marit +Marita +Marius +Mariusz +Marigene +Marilyn +Marivana +Marié +Marc +Marcel +Marcella +Marcellin +Marcello +Marcellus +Marceline +Marcelino +Marcela +Marcelo +Marco +Marcos +Marcos Antônio +Marcos Aurélio +Marcos Paulo +Marco Aurélio +Marco Paulo +Marcia +Marciano +Marcin +Marcinho +Marcie +Marcán +Marcão +Marc-Olivier +Marchetto +Marcus +Mart +Martin +Martina +Martine +Martino +Martijn +Marty +Martyn +Martynas +Martellus +Marten +Marta +Martha +Martusia +Margaret +Margareta +Margarida +Margarita +Marguerite +Margus +Marge +Margie +Margot +Margrietha +Margó +Mary +Mary Lou +Mary Louise +Mary Ann +Mary Elizabeth +Mary Jane +Mary Sue +Maryam +Maryanne +Marylou +Marjo +Marjorie +Marjory +Marja +Marjatta +Marji +Marjie +Marlee +Marleen +Marlene +Marlan +Marlane +Marlon +Marlowe +Marek +Mareks +Maresa +Maresuke +Mareo +Maret +Mark +Marko +Markolf +Markie +Markku +Markéta +Mara +Marais +Marat +Maravarman +Marsha +Marshall +Marston +Marv +Marvel +Marvin +Marquinhos +Marquito +Marumitsu +Maruxa +Marwa +Marwan +Marzena +Marzieh +Marni +Maroš +Marriner +María José +Masato +Masatomo +Masatoshi +Masatoyo +Masataka +Masatake +Masatane +Masatsugu +Masatsuna +Masatsura +Masateru +Masakage +Masakatsu +Masakazu +Masaki +Masakiyo +Masako +Masakuni +Masami +Masamichi +Masamitsu +Masamune +Masamura +Masamaro +Masamori +Masahide +Masahiko +Masahiro +Masahisa +Masahito +Masaharu +Masanobu +Masanori +Masanao +Masaya +Masayoshi +Masayuki +Masaichi +Masaie +Masao +Masaomi +Masashi +Masashige +Masaaki +Masabumi +Masachika +Masae +Masafumi +Masaji +Masaru +Masazumi +Masumi +Masuo +Masuzō +Masha +Mashallah +Mason +Masoud +Massimiliano +Massimo +Mascarita +Maslov +Maston +Mat +Matt +Matti +Mattithiah +Mattithyahu +Mattityahu +Mattia +Mattias +Mattie +Matthias +Matthieu +Matthijs +Matthew +Mattan +Matteo +Matty +Mats +Matsuki +Matsuko +Matsusaburō +Matsushige +Matsuchi +Matsumi +Matsuo +Mate +Matej +Mateja +Mateus +Mateusz +Matei +Mateo +Mathen +Mather +Matheus +Mathias +Mathieu +Mathai +Mathúin +Matilda +Matilde +Matiur Rahman +Matabei +Matangi +Matchett +Matfei +Matjaž +Matouš +Matrikas +Matvei +Matyi +Matías +Man +Mana +Manasseh +Manasses +Manasa +Manabu +Manakamana +Manami +Manolis +Manolito +Manole +Manolo +Manon +Manos +Manoug +Mani +Manis +Manish +Manisha +Mania +Manius +Man-seok +Man-sik +Man-soo +Man-hee +Manuel +Manuela +Manuele +Manuchehr +Mannes +Mannie +Manny +Mandar +Mandy +Manea +Maneh +Manjirō +Manjula +Manley +Manly +Manmeet +Manmohan +Manshi +Mansur +Mantarō +Mantas +Manzur +Mahadevi +Mahagauri +Mahakali +Mahalasa +Mahama +Mahan +Mahavidya +Mahir +Mahiro +Mahiru +Mahieu +Mahboba +Mahboob +Mahbubur +Mahmud +Mahmuna +Maho +Mahound +Mahsa +Mahshid +Mahdi +Mahendra +Mahkameh +Mahnoosh +Mahtab +Mahulena +Maddison +Maddox +Maddy +Madelaine +Madeleine +Madelyn +Madoc +Madoka +Madox +Madhu +Madhusudan +Madin +Madison +Mads +Madson +Madayi Kavu +Madge +Madlen +Madzia +Machi +Machiko +Macha +Machel +Mack +Mackenzie +Macklyn +Macky +Macarena +Macarius +Macedoni +Maceo +Maciej +Maciek +MacCallum +Macdara +Macuto +Macy +Mai +Maina +Mainchín +Maine +Maicel +Maicon +Maiko +Maikro +Mair +Mairead +Mait +Maite +Maia +Maier +Maigonis +Maimon +Maisie +Maurice +Mauricio +Maurilio +Maurine +Mauritz +Maurizio +Maury +Maurycy +Maura +Maureen +Mauro +Maurício +Maud +Maude +Maudie +Maula Kalika +Mausami +Malik +Malika +Malin +Malinga +Maliina +Malachi +Malachy +Malak +Mallika +Mallory +Malcolm +Maler +Malford +Malou +Malte +Malvina +May +Maya +Maya Ali +Mayako +Mayank +Mayu +Mayuko +Mayumi +Mayura +Maydenia +Mayer +Mayme +Maynard +Mayra +Maysoon +Maytham +Magd +Magdalena +Magdalene +Magdolna +Magdusia +Magdy +Magnar +Magne +Magni +Magnus +Maggi +Maggie +Magin +Magomedgasan +Mags +Maki +Makiko +Makina +Makio +Maksym +Maksymenko +Maksymilian +Mako +Makoto +Makau +Mami +Mamie +Mamiko +Mamizu +Mamadou +Mamady +Mamdouh +Mamercus +Mamman +Mamoru +Maxim +Maximilian +Maximiliano +Maxime +Maximus +Maxie +Maxine +Maxfield +Maxy +Maarika +Maarit +Maarja +Maa Tarini +Maalikapurathamma +Maatkare +Maaya +Maja +Majda +Majid +Majoran +Mao +Maol Chosna +Maolán +Mae +Maeve +Maverick +Mavis +Maël +Maëlys +Małgorzata +Małgosia +Mabel +Maqsud +Mazlum +Michihiko +Michihiro +Michihisa +Michiharu +Michitaka +Michitarō +Michito +Michitsune +Michiya +Michiyasu +Michiyo +Michiyoshi +Michiru +Michirō +Michiaki +Michiel +Michiko +Michimasa +Michinori +Michio +Michizane +Michel +Michela +Michelangelo +Michele +Micheletto +Michel-Ange +Micheline +Michelle +Michelotto +Michael +Michaele +Michaelene +Michaela +Michal +Michalis +Michał +Mick +Mickey +Micki +Micky +Micah +Micajah +Millan +Millard +Millicent +Millie +Milledge +Mills +Millvina +Milly +Miloje +Milomir +Milorad +Miloslav +Milot +Miloud +Milovan +Miloš +Mila +Milada +Miladin +Milan +Milano +Milagros +Milen +Milena +Milenko +Miles +Mileta +Miley +Milica +Milivoj +Milić +Milka +Milkha +Milko +Miljan +Miljko +Miltiades +Milton +Milutin +Miluše +Milburn +Mildred +Min +Min-jun +Min-jung +Min-jae +Min-ji +Min-seo +Min-seok +Min-soo +Min-sun +Min-hee +Min-ho +Min-hyuk +Min-kyu +Min-kyung +Min-ki +Min-chul +Min-woo +Min-young +Mina +Minae +Minako +Minami +Minatsu +Mineichi +Mineichirō +Minea +Mineko +Mineo +Mindaugas +Mindi +Mindy +Minghua +Mingxia +Minna +Minnie +Minori +Minoru +Minik +Mitsuhira +Mitsuhiro +Mitsuhiko +Mitsuhisa +Mitsuharu +Mitsutomo +Mitsutoshi +Mitsutaka +Mitsuteru +Mitsutsuna +Mitsuyo +Mitsuyori +Mitsuyoshi +Mitsuyasu +Mitsuyuki +Mitsukazu +Mitsuki +Mitsuko +Mitsunobu +Mitsunori +Mitsunao +Mitsuo +Mitsuoki +Mitsuomi +Mitsugi +Mitsugu +Mitsushige +Mitsusuke +Mitsuaki +Mitsuchika +Mitsumasa +Mitsuru +Mitsos +Mita +Mitchell +Mithat +Mitt +Mitzi +Miki +Mikike +Mikiko +Mikihito +Mikio +Mikk +Mikkel +Mikki +Mikko +Miko +Mikola +Mikoto +Mikołaj +Mika +Mikako +Mikao +Mike +Mikel +Mikey +Miku +Mikuni +Mikuru +Miklós +Miklóska +Mikhail +Mira +Mirabel +Mirai +Miralem +Miranda +Miroslav +Mirosław +Mirogod +Miron +Mirjam +Mirjana +Mirsad +Mirson +Mircea +Mirdza +Mireille +Miriam +Mirko +Mirna +Mirta +Miruts +Mihai +Mihailo +Mihails +Mihael +Mihaela +Mihajlo +Mihalis +Miho +Mihoko +Mihovil +Mihkel +Mihály +Mi-ja +Mi-jung +Mi-sook +Mi-sun +Mi-yeon +Mi-young +Mi-hee +Mi-kyung +Mi-ran +Misa +Misaki +Misako +Misao +Misato +Misbah +Misha +Missy +Miyu +Miyuki +Miyumi +Miyabi +Miyako +Miyo +Miyoko +Miyū +Mie +Mieke +Mieko +Mieczysław +Miervaldis +Mieszko +Mizuhito +Mizuho +Mizuki +Mizuko +Mizzi +Mimi +Mimmi +Mimori +Midhat +Midori +Miguel +Miguel Ángel +Miika +Miiko +Miodrag +Miomir +Miwa +Miwako +Miĉjo +Miķelis +Mia +Mijat +Miu +Miško +Mori +Morito +Moritomo +Moritaka +Moritz +Morihiko +Morihiro +Morikazu +Morikiyo +Morimasa +Morio +Morisuke +Moriuji +Moriz +Moroni +Moronori +Moroane +Morotoki +Morena +Moreno +Morell +Mordaunt +Mordecai +Morgan +Morgane +Mort +Morten +Morvan +Morven +Moray +Morfydd +Morley +Morné +Morris +Mototsugu +Mototsuna +Mototada +Mototoki +Motohiko +Motohiro +Motoharu +Motoki +Motokiyo +Motoko +Motoshi +Motoshige +Motosuke +Motoyasu +Motoyuki +Motoaki +Motochika +Motofumi +Motoichi +Motojirō +Motomu +Motonobu +Motozane +Mott +Monta +Montague +Montas +Montell +Montserrat +Monty +Monica +Monika +Moninne +Monique +Monisia +Mona +Moncef +Moneim +Monrad +Mose +Moses +Moss +Mossie +Mosuke +Mosunmola +Moscelyne +Modest +Modheshwari +Modi +Modjeska +Modris +Modwenna +Mohammad Taqi +Mohammad-Reza +Mohannad +Mohinder +Mohini +Mohy al-Din +Moi +Moin +Moinuddin +Moises +Moisey +Moira +Momo +Momoka +Momoko +Momoe +Momir +Momčilo +Mochiaki +Mochihito +Mochiki +Mochitsura +Moe +Moeen +Moein +Moeko +Moon +Moon-sik +Moon-soo +Moosa +Mouftaou +Moultrie +Moumouni +Moussa +Mokhtar +Mokichi +Mokuan +Moll +Mollie +Molly +Moya +Moye +Moyse +Moa +Moatassem +Mogens +Moges +Mojsije +Mojtaba +Movses +Mozhgan +Meri +Meridel +Merideth +Meritamen +Meritites +Merike +Merima +Meriwether +Merl +Merlin +Merlinda +Merline +Merle +Merab +Merabi +Meral +Merav +Mercedes +Mercer +Mercury +Merve +Mervin +Mervyn +Meryem +Meryl +Meryre +Meredith +Meresankh +Merrit +Merry +Mert +Merthan +Merjana +Merwin +Mel +Meli +Melina +Melinda +Melis +Melissa +Melia +Melih +Melike +Meliton +Melania +Melanie +Melafe +Melville +Melvyn +Melchior +Melek +Melhem +Melquíades +Melrose +Meltem +Mehmet Akif +Mehmet Ali +Mehmet Emin +Mehmed +Mehr +Mehran +Mehrdad +Mehrzad +Mehdi +Mehitable +Mehtap +Mengi +Mengistu +Mengü +Mena +Menachem Mendel +Menderes +Mendy +Menkheperre +Menon of Pharsalus +Menzies +Meg +Megu +Megumi +Megan +Meggie +Megyer +Mei +Meiko +Meiling +Meinrad +Meir +Meisa +Mete +Metehan +Mette +Mettius +Meta +Metin +Medad +Medan +Medard +Medea +Meseret +Mesfin +Messer +Mesut +Meegan +Meelis +Mem +Memiş +Meyer +Meyrick +Meas +Mechai +Meurig +Mevlüt +Munetoki +Munetoshi +Munetaka +Muneteru +Munenobu +Munenori +Munenari +Muneaki +Muneakira +Munehiko +Munehiro +Muneshige +Munesuke +Munekazu +Munemori +Muneo +Muneyoshi +Munezane +Munir +Munira +Munib +Munif +Munish +Mundus +Murad +Murashige +Murat +Murt +Murtaza +Murtuza +Muriel +Murielle +Murchadh +Murray +Murshed +Mutsuhiro +Mutsuko +Mutsumi +Mutsuo +Mutahi +Muthyalamma +Mutlu +Muhammad +Muharrem +Muhibullah +Muhiddin +Muhsin +Muhtar +Mushegh +Mushtaq +Musa +Muslim +Mussa +Mustafa +Mua'dh +Muammer +Muawiya +Muazzez +Muir +Muirchertach +Muirenn +Muirgheas +Mukerrem +Mukesh +Mukhtar +Mukuro +Mughira +Mugo +Mugur +Mulgrew +Multon +Mulugeta +Mu-yeol +Mu-young +Mu'iz ad-Din +Mubarak +Muff +Mumtaz +Muzaffar +Myung +Myung-hwa +Myung-hwan +Myung-hee +Myung-hoon +Myung-soo +Myung-sook +Myung-soon +Myung-ok +Myung-yong +Myron +Myroslav +Myra +Myrna +Myrtle +Mykola +Mykolas +Mykhailo +Mycroft +Myer +Myfanwy +Mynors +Márcio +Mária +Márk +Mártan +Máel Muire +Máel Pátraic +Máel Sechnaill +Máire +Máirín +Mátyás +Máté +Müjdat +Müjde +Müfit +Mór +Mór Muman +Märt +Månsson +Mélanie +Míchel +McHenry +McHugh +McColm +McGeorge +Māris +Mārtiņš +Māhoe +Mkhitar +Mkrtich +M'baye +Mbaye +Mhairi +Mladen +Mnislav +Mstislav +Mwangi +Mściwój +Sang +Sang-woo +Sang-wook +Sang-won +Sang-hoon +Sang-hyun +Sang-chul +Sang-eun +Sang-jun +Sang-mi +Sandi +Sandipan +Sandis +Sandeep +Sander +Sandra +Sandrine +Sandhya +Sandy +Sante +Santeri +Santiago +Santino +Santosh +Santoshi Mata +Santa +Sanae +Sanah +Sanami +Sanaullah +Sanaz +Sanesue +Sanesuke +Sanel +Sanem +Saneyuki +Sanchita +Sancho +Sancak +Sanjay +Sanjib +Sanna +Sannosuke +Sanford +Sania +Sanya +Sami +Samir +Samira +Samia +Samisoni +Samiullah +Samar +Samara +Samad +Samaleswari +Samantha +Sambo +Sambor +Samer +Samet +Sammi +Sammie +Sampasree +Sampurna +Samha +Samo +Samthann +Samuel +Samvel +Samwell +Sadahiko +Sadahisa +Sadaharu +Sadato +Sadatoki +Sadatoshi +Sadakage +Sadako +Sadanaga +Sadanobu +Sadaaki +Sadamori +Sadao +Sadasuke +Sadayoshi +Sadazane +Sadr al-Din +Sadri +Sadb +Saddam +Sadettin +Sadhbh +Sadik +Sal +Salvador +Salvatore +Salve +Salvi +Salvo +Salim +Salimjon +Salil +Salix +Salome +Salomon +Salomão +Saloni +Salah +Salah ad-Din +Salar +Saleh +Salem +Salma +Salman +Salgado +Sallai +Sara +Saraswati +Saraswati Devi +Sarabjit +Sarah +Sarama +Saranyu +Saravanan +Sarma +Sarmad +Sardar +Sareh +Sarfraz +Sargis +Sarita +Sarojini +Sartaqtai +Sary +Satoko +Satomi +Satonari +Satoru +Satoshi +Satotaka +Satouji +Satyabhama +Satyajit +Satyana +Satsuki +Satsuo +Satam +Satenik +Satpal +Sattar +Satu +Saif +Saiful +Saifullah +Saif al-Din +Saint George +Saint Grellan +Saint Adolph +Saina +Saibini +Saida +Saiichi +Saima +Saira +Sait +Saki +Sakichi +Sakie +Sakiho +Sakiko +Sakina +Sakis +Sakura +Sakurako +Sakuko +Sakae +Sakari +Saket +Sabath +Sabatino +Sabahattin +Sabiha +Sabine +Sabit +Sabri +Sabrina +Sabra +Sabbas +Saburō +Saya +Sayaka +Sayako +Sayoko +Sayori +Sayumi +Sayuri +Saymoukda +Sayyid +Safi +Safi al-Din +Safiullah +Safiye +Saffet +Saffiyah +Saffy +Safet +Sava +Savannah +Savatije +Savaş +Savea +Saverio +Savitri Brata +Savva +Sachidanand +Sachie +Sachiko +Sachimi +Sachin +Sachio +Sachiyo +Saad +Saadallah +Saadia +Saara +Saorbhreathach +Saori +Saorlaith +Saoirse +Sasha +Sasho +Sasaenia +Saskia +Saul +Saule +Saulius +Saurabh +Sahil +Sahir +Sahar +Sajid +Sajida +Sajjad +Saeb +Saeko +Saqib +Saqlain +Sawako +Sawney +Sa'd al-Din +Sage +Sapta Matruka +Saša +Sa‘id +Shigetada +Shigetaka +Shigetarō +Shigetatsu +Shigeto +Shigetoki +Shigetoshi +Shigetsuna +Shigehira +Shigehiro +Shigehiko +Shigehisa +Shigehito +Shigeharu +Shigeho +Shigemaru +Shigemasa +Shigematsu +Shigemi +Shigemitsu +Shigemura +Shigenobu +Shigenori +Shigenosuke +Shigenaga +Shigeyori +Shigeyoshi +Shigeyasu +Shigeyuki +Shigekazu +Shigeki +Shigeko +Shigeji +Shigejiro +Shigeo +Shigeoki +Shigeri +Shigeru +Shigeaki +Shigefumi +Shigesato +Shigezō +Shin +Shinji +Shinjirō +Shinjō +Shino +Shinobu +Shinosuke +Shin'ichi +Shin'ichirō +Shin-hye +Shin-young +Shingo +Shingoro +Shinta +Shintarō +Shinako +Shinkichi +Shinpei +Shinsuke +Shinya +Shinzō +Shirl +Shirley +Shiroshichi +Shirow +Shira +Shizuka +Shizuko +Shizue +Shizuo +Shizuya +Shihab al-Din +Shiho +Shiloh +Shilpa +Shimako +Shimelis +Shion +Shiori +Shishir +Shishira +Shitala +Shitaye +Shi-woo +Shichirō +Shiina +Shikō +Shantadurga +Shante +Shantia +Shani-Jé +Shania +Shanna +Shannon +Shana +Shandiin +Shane +Shanshan +Shanzay +Shahab +Shahaf +Shahriyar +Shahrokh +Shahbaz +Shahd +Shahid +Shahnawaz +Shahzad +Sharad +Sharada +Sharaf al-Din +Sharman +Sharmila +Sharifullah +Sharlene +Sharon +Shakeel +Shakes +Shakir +Shakira +Shakambhari +Shakura +Shams +Shams al-Din +Shamsher +Shambhav +Shamma +Shawna +Shawndeen +Shawnee +Shawkat +Shawki +Shabana +Shabazz +Shabbir +Shabtai +Shai +Shailaputri +Shailendra +Shashank +Shashi +Shashthi +Shaye +Shayma +Shayne +Shafiq ur Rahman +Shafiqullah +Shalev +Shalit +Shaukat +Shauna +Shaz +Shazia +Shaaban +Shachi +Shad +Shae +Shapur +Shatarupa +Sheri +Sheridan +Sherif +Sherine +Sherri +Sherrie +Sheree +Sherko +Sherlock +Sherman +Shervin +Sherwin +Sheryl +Shell +Shelley +Shelagh +Shelby +Sheldon +Shelia +Sheela +Sheena +Sheetal +Shefki +Shegufa +Sheila +Shekhar +Shepherd +Sheung +Shewell +Sheyla +Shun +Shun'ichi +Shun'ichirō +Shun'ya +Shunsaku +Shunsuke +Shunji +Shunpei +Shuntarō +Shunzō +Shubha +Shubhendu +Shujauddin +Shujiao +Shuko +Shukri +Shulamith +Shuli +Shuaib +Shug +Shumaila +Shutaro +Shō +Shōji +Shōjirō +Shōta +Shōtarō +Shōgo +Shōhei +Shōichi +Shōma +Shōsuke +Shōya +Shōzō +Shūsaku +Shūsuke +Shūgo +Shūhei +Shūichi +Shūji +Shūta +Shūzō +Shohreh +Shoitsu +Shoko +Shona +Shoshana +Shridhar +Shripad +Shraga +Shreya +Shkodran +Shkumbin +Shlomo +Shpresa +Shwetak +Serge +Sergey +Serginho +Sergo +Servais +Servando +Servet +Servius +Serafim +Serafina +Serap +Serdal +Serdar +Seren +Serena +Serhan +Serhat +Sertan +Sertor +Sercan +Serjão +Serkan +Serpil +Seru +Serxhio +Seung-hee +Seung-heon +Seung-ho +Seung-hoon +Seung-hwa +Seung-hwan +Seung-hyun +Seung-yong +Seung-yoon +Seung-yeon +Seung-jae +Seung-jun +Seung-won +Seung-woo +Seung-ah +Seung-chul +Seung-eun +Seung-gi +Seung-min +Seung-soo +Seul-ki +Seumas +Seiji +Seijin +Seijirō +Seishi +Seishirō +Seisyll +Seigen +Seigo +Seiichi +Seiichirō +Seikichi +Seiko +Seichō +Seihō +Seion +Seizō +Seon +Seong +Seong-han +Seong-ja +Seon-ok +Seonaidh +Seo-yeon +Seo-yun +Seo-hyeon +Seo-jun +Seok +Seok-ho +Seok-ju +Seol-hee +Sel +Selig +Selina +Selahattin +Selblaith +Selen +Selma +Selvam +Selwyn +Selyf +Selçuk +Sevin +Sevinç +Sevil +Sevim +Severi +Severin +Severino +Sevada +Sevag +Sevgi +Semih +Semiha +Semir +Semaan +Semen +Semple +Semra +Seb +Sebastian +Sebastião +Sebdann +Sebestyén +Sebhat +Sekar +Sekhemrekhutawy +Sekinat +Sekou +Seksan +Seku +Setsuji +Setsuko +Setsuna +Setsurei +Setareh +Setepenre +Senad +Seneca +Senichi +Senkichi +Senusret +Seydou +Seyfi +Seyhan +Seymour +Seyran +Se-yoon +Se-young +Se-yeon +Se-bin +Sepp +Seppo +Sepideh +Septimus +Seabury +Seachnasach +Searby +Sefer +Seferina +Sefa +Sezen +Sezer +Sezgin +Seán +Seánie +Sedat +Segar +Sehryne +Sejad +Seweryn +Sextus +Sung-ho +Sung-hoon +Sung-ha +Sung-hee +Sung-hyun +Sung-mi +Sung-min +Sung-mo +Sung-jae +Sung-jin +Sung-keun +Sung-ki +Sung-soo +Sung-sook +Sung-won +Sung-woo +Sung-chul +Sung-il +Sung-nam +Sung-yong +Sungkyu +Sun-hee +Sun-hwa +Sun-mi +Sun-ok +Sun-woo +Sun-young +Suna +Sunaho +Sunaila +Sunao +Sunara +Sunay +Sundar +Sunder +Sundiata +Sunidhi +Sunifred +Sunil +Sune +Sunniva +Susan +Susann +Susanna +Susannah +Susanne +Susana +Sushil +Sushma +Susie +Susilo +Susmita +Susumu +Susy +Suketada +Suketoshi +Suketsugu +Sukehiro +Sukemasa +Sukenobu +Sukeshiro +Sukhbir +Sukhdev +Suk-won +Sumika +Sumiko +Sumio +Sumire +Sumiyoshi +Sumako +Summer +Sumner +Sumru +Suzana +Suzanne +Suzi +Suzie +Suzue +Suzuko +Suze +Suzy +Surena +Surendranath +Suresh +Sureza +Suri +Surinder +Suryanarayana +Suleiman +Sulev +Sulamith +Sulochana +Sultan +Subramaniam +Subrata +Subaru +Subhra +Su-bin +Su-ji +Su-mi +Sue +Suehiro +Sueko +Sudha +Sudhir +Suha +Suhail +Suat +Suchanan +Suguru +Suitbert +Sujata +Sigurd +Sigurjón +Sigurrós +Sigurður +Sigismund +Sigizmund +Sigmar +Sigmund +Sigrid +Sigríður +Sigvald +Sigvard +Sigebert +Sigfried +Signe +Sigtrygg +Sim +Simo +Simon +Simonas +Simone +Simonis +Simonluca +Sima +Simao +Simen +Simeon +Simhah +Simin +Simson +Silviu +Silvius +Silvia +Silvio +Silvestre +Silvestro +Silvanus +Silje +Silke +Sille +Sini +Sinikka +Sinivali +Siniša +Sinech +Sinem +Sinan +Sindre +Sinéad +Sid +Sidibé +Sidique +Sidkeong +Sidney +Sidqi +Sidra +Siegbert +Siegfried +Sienna +Sierra +Sietske +Sievert +Siana +Siarhei +Siavash +Sibel +Sibille +Sibyl +Siobhán +Siong +Siouxie +Sisay +Sissel +Sisuile +Sita +Sitaleki +Sitara +Si-won +Si-yeon +Sirajuddin +Siri +Sixten +Sixto +Siân +Siôn +Sicard +Siim +Sivert +Stef +Steff +Steffi +Steffie +Steffan +Steffy +Stefan Uroš +Stefania +Stefano +Stefen +Stefi +Stefán +Stella +Stellan +Stellatus +Stelian +Stelios +Steph +Stephan +Stephen +Stephie +Steponas +Steinar +Steingrímur +Steinn +Steinunn +Steve +Steven +Stevie +Stew +Stewart +Stewie +Steele +Sten +Sterling +Stan +Stanislav +Stanislava +Stanimir +Staniša +Stanford +Stanko +Stanoje +Stasia +Stasik +Stasys +Stace +Stacy +Staff +Staffan +Stathis +Statius +Stamatia +Stavros +Stian +Stig +Stijn +Stina +Stipe +Stoyan +Stoycho +Stoian +Stojan +Storm +Stracimir +Strahinja +Stringer +Strum +Styliani +Stylianos +Stylez +Stu +Stuart +Stéphane +Stéphanie +St George +Stjepan +Soo +Soo-hee +Soo-hyun +Soo-jin +Soo-jung +Soo-yeon +Soo-young +Soo-ah +Soo-geun +Soo-kyung +Soo-min +Sook +Sook-ja +Soon-hee +Soon-ja +Sona +Sonam +Sondra +Soner +Songül +Sonia +Sonosuke +Sol +Soledad +Soleil +Solveig +Solvita +Soliman +Sora +Soraya +Sorcha +Sorin +Sorley +Soroku +Soumaila +Soumitra +Soumya +Souptik +Sourav +Souvik +So-yi +So-young +So-hyun +So-won +Somei +Somesh +Somchai +Somhairle +Sobekhotep +Sobieslaw +Soběslav +Sotiria +Sotirios +Sotiris +Sophia +Sophie +Sohil +Sokratis +Soslan +Sowmya +Svetla +Svetlana +Svetoslav +Svetozar +Sveta +Svetislav +Sven +Svend +Svenja +Sveinbjörn +Sveinn +Sverre +Svante +Svantovít +Svatopluk +Svatoslav +Svaha +Sviatoslav +Svilen +Svitlana +Séraphin +Séraphine +Séamus +Sébastien +Sédonoudé +Sétach +Séverine +Síle +Síofra +Síthmaith +Sümer +Süreyya +Süyümbike +Sándor +Sönmez +Søren +Sylvia +Sylviane +Sylvio +Sylvester +Sylvestre +Sylvain +Sylwester +Sylwia +Sybille +Sybrand +Syd +Sydney +Syarhey +Slavomir +Slavomír +Slavoljub +Slaven +Slavena +Slaviša +Slavko +Slavčo +Slim +Slobodan +Slávek +Sōichi +Sōichirō +Sōkaku +Sōkichi +Sōgen +Sōji +Sōroku +Sōsuke +Sōtarō +Sławoj +Sławomir +Sławek +Spence +Spencer +Spenser +Speed +Spiridon +Spiro +Spike +Spasoje +Spurius +Spyridon +Scot +Scott +Scottie +Scotty +Scota +Schalk +Schuyler +Scarlett +Scáthach +Sreedharan +Sreten +Srećko +Srinivas +Srinivasan +Srikanta +Srđan +Szilvia +Szilárd +Szabolcs +Szczęsny +Szervác +Szymon +Sjoerd +Sjors +Sjaak +Sjeng +Sjur +Skylar +Skyler +Skye +Skender +Skúli +Swee +Swetha +Swaine +Swasthani +Sneha +Snežana +Snigdha +Snorri +Smeet +Smiley +Sīmanis +Sıla +Squire +Kat +Katsuhiko +Katsuhiro +Katsuhisa +Katsuhito +Katsuki +Katsukiyo +Katsukawa +Katsuko +Katsunaga +Katsunari +Katsunori +Katsunosuke +Katsutomo +Katsutoshi +Katsutoyo +Katsutarō +Katsumasa +Katsumi +Katsumori +Katsuya +Katsuyoshi +Katsuyuki +Katsushi +Katsusuke +Katsuaki +Katsuei +Katsuji +Katsuo +Katsuzō +Kath +Katherine +Katheryn +Kathee +Kathi +Kathie +Kathleen +Kathlyn +Kathrin +Kathryn +Katharina +Kathy +Kata +Katarina +Katarzyna +Katahide +Katalin +Katamori +Katashi +Kate +Katerine +Kateryna +Katia +Katica +Katie +Katrin +Katrina +Katrín +Katy +Katya +Katyayini +Katcho +Katja +Kato +Kazu +Kazuhide +Kazuhiko +Kazuhiro +Kazuhisa +Kazuhito +Kazuha +Kazuharu +Kazuto +Kazutoki +Kazutoshi +Kazutaka +Kazutami +Kazuteru +Kazuma +Kazumasa +Kazumi +Kazumichi +Kazumori +Kazuyo +Kazuyori +Kazuyoshi +Kazuya +Kazuyuki +Kazushi +Kazushige +Kazushito +Kazusa +Kazuo +Kazuoki +Kazuomi +Kazuki +Kazuko +Kazunari +Kazunori +Kazuaki +Kazuchika +Kazue +Kazurō +Kazi +Kazimiera +Kazimieras +Kazem +Kazys +Karol +Karolina +Karoline +Karoliina +Karolis +Karole +Karolus +Kari +Karin +Karina +Karine +Karim +Karima +Karl +Karl August +Karl-Heinz +Karla +Karlheinz +Kara +Karabo +Karan +Karapet +Karthik +Karthika +Kartal +Kartik +Karel +Karem +Karen +Karcsi +Karmen +Karnad +Karren +Karsten +Kary +Kanehira +Kanehiro +Kanehisa +Kaneharu +Kanetake +Kaneto +Kanetsugu +Kanematsu +Kanemoto +Kanesuke +Kaneyoshi +Kana +Kanae +Kanagaratnam +Kanako +Kaname +Kani +Kanika +Kanike +Kanichiro +Kanna +Kannagi +Kan'ichi +Kandiah +Kang-min +Kankuro +Kanmani +Kanryō +Kansuke +Kantaro +Kanye +Kal +Kale +Kaleb +Kalev +Kala +Kali +Kalina +Kaljo +Kalju +Kalle +Kalliopi +Kalkidan +Kalomoira +Kaltrina +Kalu +Kamala +Kamalatmika +Kamal ad-Din +Kamakhya +Kamakichi +Kamau +Kamel +Kametaro +Kamie +Kamil +Kambiz +Kamran +Kamui +Kai +Kaija +Kaiji +Kaila +Kailey +Kaido +Kain +Kaire +Kaisa +Kaito +Kayla +Kaylee +Kayo +Kayoko +Kaya +Kayden +Kaye +Kayne +Kayvan +Kageyori +Kageyoshi +Kagechika +Kagefusa +Kagemori +Kagesada +Kagetaka +Kaguya +Kaku +Kakuei +Kakuji +Kakuzō +Kakhaber +Kakichi +Kaarel +Kaarina +Kaarlo +Kaalratri +Kaan +Kadi +Kadia +Kadir +Kadeem +Kadri +Kashif +Kasia +Kaspars +Kastriot +Kasumi +Kavita +Kavitha +Kavin +Kaveh +Kaho +Kahoru +Kahraman +Kaoru +Kaoruko +Kaori +Kausar +Kaushiki +Kauko +Kaj +Kajsa +Ka'b +Kabamba +Kaede +Kafeel +Kapambwe +Kağan +Kašpar +Kaʻanāʻanā +Ki +Kiyotaka +Kiyotake +Kiyotomo +Kiyotsuna +Kiyohide +Kiyohiko +Kiyohiro +Kiyonao +Kiyonari +Kiyonori +Kiyoshi +Kiyoshiro +Kiyosue +Kiyokazu +Kiyoko +Kiyomatsu +Kiyomoto +Kiyoaki +Kiyofumi +Kiyoji +Kiyoyuki +Kiyozō +Kim +Kimi +Kimika +Kimiko +Kimiya +Kimiyasu +Kimihiko +Kimimasa +Kimio +Kimber +Kimberly +Kimball +Kimble +Kimbrough +Kimmer +Kimmo +Kimmy +Kimeli +Kirsti +Kirstin +Kirsten +Kirsty +Kirsi +Kiri +Kiril +Kirill +Kirio +Kira +Kiran +Kirk +Kirkpatrick +Kirby +Kiros +Kirtan +Kin'ichi +Kin'ichirō +Kin'ya +King Orry +Kingsley +Kinji +Kinjirō +Kinoaki +Kinoko +Kindelán +Kineke +Kinijioji +Kinnui +Kinpei +Kintaro +Ki-woo +Ki-woong +Ki-ha +Ki-jung +Ki-moon +Ki-nam +Ki-tae +Ki-young +Kikue +Kikuko +Kikunosuke +Kikuo +Kiki +Kikis +Kike +Kiko +Kip +Kipkemboi +Kipkirui +Kipkoech +Kipchoge +Kiplimo +Kippie +Kiprono +Kisaburō +Kisaku +Kishor +Kishō +Kit +Kittredge +Kitty +Kitokurō +Kian +Kianna +Kiara +Kihachi +Kihachirō +Kihei +Kiia +Kiichirō +Kiiko +Kila +Kilby +Killian +Kiel +Kierra +Kibiwott +Kichitaro +Kidane +Kifle +Kijūrō +Ken +Kennedy +Kenneth +Kennan +Kennosuke +Kenny +Ken'ichi +Ken'ichirō +Ken'yū +Kenji +Kenjirō +Kenjon +Kensaku +Kenshin +Kensuke +Kenta +Kentaro +Kento +Kendall +Kendra +Kenki +Kenkichi +Kenan +Kengo +Kenojuak +Kenule +Kenyatta +Kenzo +Kei +Keiji +Keijirō +Keijū +Keiichi +Keiichirō +Keiki +Keiko +Keir +Keira +Keishi +Keisuke +Keita +Keith +Keizaburō +Keizō +Keigo +Keill +Keinosuke +Kerr +Kerry +Kerryn +Keram +Keramuddin +Kersten +Kerstin +Kerby +Kerem +Kerim +Kermit +Kellan +Kelly +Kelsey +Kelso +Kelby +Kelemen +Kelvin +Keeran +Keerti +Keefe +Keely +Keenan +Kees +Kesao +Kesavan +Keshavadasa +Keshavan +Kester +Keter +Ketevan +Ketil +Ketty +Kev +Kevin +Kevork +Kevyn +Kemal +Kemei +Kempton +Kean +Keaton +Keble +Kehinde +Keon +Kepler +Keyur +Kez +Keō +Korekiyo +Korel +Koren +Korey +Korab +Korati +Koray +Korhan +Korkut +Korravai +Korun +Konstantin +Konstantina +Konstantine +Konstantinos +Konstadinos +Konca +Konomi +Konrad +Kotobuki +Kotomi +Kotori +Kotaro +Kottravai +Kolaramma +Kolawole +Kolle +Kolos +Kofi +Kofman +Koji +Kojiro +Koki +Kokos +Komako +Komba +Koson +Kostas +Kourosh +Kouta +Koca +Kodjo +Kogorō +Koharu +Koit +Koosje +Koya +Kozue +Kunihide +Kunihiko +Kunihiro +Kunihisa +Kunitaka +Kunitake +Kunitarō +Kunitoshi +Kuniaki +Kunie +Kunigunde +Kuniko +Kunimitsu +Kunio +Kuniyuki +Kun-woo +Kunchala +Kunegunda +Kuranosuke +Kurao +Kuriakose +Kurian +Kurt +Kurtoğlu +Kurenai +Kurray +Kurumi +Kumar +Kumaraswamy +Kumari +Kumakichi +Kumatarō +Kumi +Kumiko +Kutalmış +Kutay +Kutlu +Kutluğ +Kutsi +Kubilay +Kubo +Kubra +Kushal +Kustaa +Kusuo +Kulendra +Kulthum +Kuzman +Kyung-hwa +Kyung-hwan +Kyung-hee +Kyung-ho +Kyung-ja +Kyung-jae +Kyung-joon +Kyung-ju +Kyung-soo +Kyung-sook +Kyung-seok +Kyung-sun +Kyung-min +Kyung-mo +Kyung-tae +Kyung-taek +Kyung-wan +Kyung-won +Kyung-ah +Kyung-chul +Kyung-gu +Kyung-lim +Kyung-ok +Kyu-chul +Kyu-won +Kyukichi +Kyriacos +Kyriakos +Kyrie +Kyril +Kyrylo +Kyle +Kyler +Kyla +Kylie +Kyōhei +Kyōichi +Kyōji +Kyōsuke +Kyo +Kyoko +Kyan +Kymber +Kynaston +Kyösti +Kris +Krist +Kristi +Kristin +Kristina +Kristian +Kristie +Kristijan +Krista +Kristal +Kristaps +Kristel +Kristen +Krister +Kristjan +Kristo +Kristy +Krishna Das +Krishnamurti +Krishnan +Krishnappa +Krishnayya +Krishan +Krisztina +Krisztián +Krissy +Krikor +Kripal +Krišjānis +Krysia +Krystian +Kryštof +Krzesimir +Krzysztof +Krasimir +Krešimir +Krsto +Krupesh +Khalid +Khalil +Khalaf +Khaleesi +Khalfan +Khamees +Khamerernebty +Khamis +Khamphat +Khairulnizam +Khairunnisa +Khair ad-Din +Khadem +Khadija +Khabibullo +Khachatur +Khanderao +Khattab +Khawlah +Khoren +Khorshid +Khodiyar +Khosrau +Khemukhi +Khenemetneferhedjet +Kheti +Khushal +Khuwaylid +Khioniya +Khristo +Kwang +Kwang-ho +Kwang-hoon +Kwang-hyok +Kwang-hyun +Kwang-hee +Kwang-hwan +Kwang-seok +Kwang-seon +Kwang-sik +Kwang-su +Kwang-jo +Kwang-min +Kwabena +Kwadwo +Kwaku +Kwame +Kwasi +Kōsaku +Kōsei +Kōshirō +Kōsuke +Kōichi +Kōichirō +Kōhei +Kōkichi +Kōnosuke +Kōtetsuyama +Kōzō +Kürsat +Kürşad +Küçük +Kálmán +Károly +Käthe +Kåre +Köksal +Klaas +Klaus +Klemen +Klemens +Kliment +Kléber +Kjeld +Kjell +Kjetil +Kjartan +Kārlis +Kęstutis +Kıvanç +Kvetoslav +Květa +KAIA +Knut +Taka +Takahide +Takahiko +Takahiro +Takahisa +Takahito +Takatoki +Takatomi +Takatoshi +Takatsugu +Takaya +Takayasu +Takayoshi +Takayuki +Takakage +Takaki +Takako +Takanobu +Takanori +Takanao +Takafumi +Takafusa +Takamasa +Takamitsu +Takaaki +Takae +Takao +Takashi +Takauji +Takehide +Takehiko +Takehiro +Takehisa +Takehito +Takeharu +Taketo +Taketora +Taketoshi +Taketsugu +Takeki +Takekichi +Takeko +Takeya +Takeyoshi +Takeyuki +Takeo +Takeomi +Takero +Takeru +Takeaki +Takefumi +Takeichi +Takejirō +Takenori +Takeshi +Takezō +Taku +Takuma +Takumi +Takuji +Takuo +Takurō +Takushiro +Takuto +Takuya +Takuzō +Tad +Tadatoki +Tadatomo +Tadatoshi +Tadatsugu +Tadatsune +Tadataka +Tadateru +Tadanaga +Tadanao +Tadanari +Tadanobu +Tadanori +Tadahiko +Tadahiro +Tadahito +Tadaharu +Tadamasa +Tadami +Tadamune +Tadayo +Tadayoshi +Tadayuki +Tadaaki +Tadaatsu +Tadakatsu +Tadakazu +Tadao +Tadaoki +Tadachika +Tadafumi +Tadashi +Tadauji +Tadej +Tadeusz +Tadhg +Tadros +Tatsuhiko +Tatsuhiro +Tatsuhisa +Tatsuhito +Tatsuya +Tatsuyoshi +Tatsuyuki +Tatsuma +Tatsumi +Tatsunao +Tatsunori +Tatsuaki +Tatsuji +Tatsuko +Tatsuo +Tatsurō +Tatsushi +Tatsuto +Tatsiana +Tateo +Tatiana +Tatum +Tae +Tae-woo +Tae-wook +Tae-woong +Tae-won +Tae-hee +Tae-ho +Tae-hyun +Tae-suk +Tae-sung +Tae-soo +Tae-yong +Tae-young +Tae-yeon +Tae-il +Tae-joon +Taeko +Tanel +Tanemune +Tanenaga +Taneomi +Taner +Tanezane +Tanvi +Tanvir +Tancred +Tandi +Tanguy +Taniela +Tanju +Tanner +Tansel +Tanushree +Tanya +Tamar +Tamara +Tamaki +Tamao +Tamaz +Tamiko +Tamio +Tamiyo +Tamemoto +Tameo +Tammie +Tammy +Tamotsu +Tamrat +Tamsin +Tamta +Taichi +Taichirō +Taileflaith +Tailtiu +Taishi +Taisuke +Taieb +Taiga +Taiichi +Taiji +Taiki +Taioalo +Tara +Taraneh +Taras +Tarcan +Tardu +Tariq +Tarján +Tarkan +Tarmo +Tarquin +Tarun +Tarō +Talia +Talib +Talis +Talitha +Tala +Talal +Talat +Tallaal +Tallulah +Talcott +Talhah +Taye +Tayeb +Tayfun +Tayfur +Taylan +Taylor +Tayyar +Tayyip +Taya +Tash +Tasha +Tassadit +Tassos +Taskin +Tasmin +Tasneem +Tasuku +Taha +Tahar +Taher +Tahesia +Tahira +Tahmina +Tahsin +Tawfik +Tawiah +Tawny +Tapani +Tapio +Taqi +Taqi al-Din +Tazewell +Tazio +Taavi +Tabitha +Tacio +Tafa +Tage +Tao +Tauno +Tavish +Tom +Tomo +Tomohide +Tomohiko +Tomohiro +Tomohisa +Tomohito +Tomoharu +Tomoka +Tomokatsu +Tomokazu +Tomoki +Tomoko +Tomoya +Tomoyasu +Tomoyo +Tomoyoshi +Tomoyuki +Tomoji +Tomojirō +Tomomi +Tomomichi +Tomonobu +Tomonori +Tomoaki +Tomochika +Tomoe +Tomosaburō +Tomotaka +Tomihiko +Tomiichi +Tomiji +Tomiko +Tomio +Tomislav +Toma +Tomas +Tomaž +Tomeju +Tomek +Tomer +Tommi +Tommie +Tomás +Tomáš +Tomris +Tomson +Toshi +Toshihide +Toshihiko +Toshihiro +Toshihisa +Toshihito +Toshiharu +Toshinobu +Toshinori +Toshinosuke +Toshinaga +Toshinari +Toshikatsu +Toshikazu +Toshiki +Toshiko +Toshimi +Toshimichi +Toshimitsu +Toshimasa +Toshitsugu +Toshitsune +Toshitaka +Toshiya +Toshiyasu +Toshiyuki +Toshiaki +Toshifumi +Toshiji +Toshio +Toshirō +Toshisue +Toshizō +Toshoku +Tosca +Tosun +Torahiko +Torakichi +Toratane +Torcadall +Torcall +Torcull +Torben +Torbjörn +Torgeir +Torgny +Tormod +Tormoid +Torquato +Torquil +Tore +Torje +Torkild +Tornike +Toru +Torvald +Tokuji +Tokujirō +Tokugorō +Tokuichiro +Tokuko +Tokuo +Tokurō +Tokutarō +Tokuyoshi +Tokuzō +Tokimasa +Tokimune +Tokichi +Tokihiko +Tokiko +Tokio +Tokiuji +Tokiyori +Toyomori +Toyomoto +Toyomatsu +Toyokazu +Toyoko +Toyoaki +Toyofumi +Toyohiko +Toyoji +Toyoshige +Toyozō +Toni +Tonia +Tonibler +Tonio +Tonga +Tonguç +Tonantzin +Tonya +Togama +Togan +Togo +Togrul +Tolga +Tolgahan +Tolgay +Tola +Tobbe +Tobias +Toby +Todd +Todger +Todor +Toini +Toivo +Totuccio +Totò +Toomas +Toussaint +Tove +Townsend +Teru +Teruhiko +Teruhiro +Teruhisa +Terumasa +Terumi +Terumune +Teruto +Terutomo +Teruyoshi +Teruyuki +Teruaki +Teruichi +Teruko +Terunobu +Teruo +Terushichi +Terri +Terrie +Terrance +Terry +Terence +Teresa +Teri +Tetsu +Tetsuhiko +Tetsuhiro +Tetsuhisa +Tetsuharu +Tetsumasa +Tetsumi +Tetsuji +Tetsuko +Tetsuo +Tetsurō +Tetsushi +Tetsutarō +Tetsuya +Tetsuzō +Tetteh +Tettey +Tetyana +Teiji +Teijirō +Teiko +Teimuraz +Teitur +Teizō +Teodor +Teodora +Teodosije +Teofil +Teoman +Tess +Tesshū +Tessy +Teshome +Temba +Temel +Tea +Teagan +Tedd +Teddie +Teegan +Teemu +Tenkoko +Tentamun +Teppei +Teppo +Tevfik +Tevita +Tegan +Tejal +Tekin +Tell +Teuvo +Tezcan +Teófilo +Theo +Theodor +Theodora +Theodore +Theodoric +Theophil +Theophilus +Theobald +Theofanis +Theotimos +Thellusson +Thelma +Thelwell +The Morrígan +Thea +Theda +Therapont +Thorkel +Thorkild +Thora +Thoreau +Thorgan +Thorleif +Thorolf +Thorsten +Thorvald +Thomas +Thomas Alan +Thomasina +Thomaz +Thad +Thaddeus +Thady +Thambiah +Thamer +Thamsanqa +Thabo +Thanasis +Thierry +Thievy +Thijmen +Thijs +Thiago Xavier +Thisbe +Thurlow +Thurmann +Thurston +Thurza +Thubten +Thutmose +Thy +Thyrsus +Théodore +Théodule +Thị +Tsuneha +Tsuneharu +Tsunehiko +Tsunehisa +Tsunekazu +Tsunekichi +Tsuneko +Tsunetoki +Tsunetomo +Tsunetami +Tsuneyasu +Tsuneyoshi +Tsuneyuki +Tsuneo +Tsuneoki +Tsunesaburō +Tsuneshige +Tsunei +Tsunejirō +Tsunemi +Tsunenori +Tsunamune +Tsunamura +Tsunaakira +Tsunanaga +Tsunayoshi +Tsugiharu +Tsugio +Tsuguharu +Tsuguo +Tsubasa +Tsukasa +Tsurutarō +Tsutomu +Tsuyoshi +Tsvetan +Tsvi +Tsegay +Tshepo +Tsyenchen +Timofey +Timothy +Timea +Timur +Tina +Tinatin +Tineke +Tingting +Tiberius +Tibor +Tiburcio +Tiff +Tiffanie +Tiffany +Tijana +Tijani +Tijs +Tite +Titty +Titus +Tidiane +Tidjani +Tiedemann +Tierney +Tiit +Tiiu +Tillie +Tillotson +Tish +Tisha +Tiziano +Tizuka +Tian +Tihomir +Tirunesh +Tiye +Turgay +Turgut +Turan +Turhan +Turki +Turley +Turner +Tursunali +Tulio +Tulip +Tullus +Tuncay +Tuncel +Tuna +Tunde +Tunç +Tufa +Tufail +Tufan +Tuo +Tuomas +Tuomo +Tuba +Tubal +Tudor +Tudur +Tuukka +Tuuli +Tuathflaith +Tugay +Tupac +Tutku +Tuğçe +Trish +Tristan +Tricia +Tridevi +Trina +Tripuraneni +Tritan +Tracy +Trammell +Tranquilino +Traudl +Travis +Trayvon +Trudi +Trudie +Trudy +Trulock +Truus +Trev +Trevor +Trent +Trond +Troy +Trygve +Tryphon +Trần +Tülay +Tülin +Türker +Türkyılmaz +Tümer +Tünde +Tácio +Táethen +Tõnis +Tõnu +Téa +Tírechán +Tómnat +Tyrese +Tyrteu +Tydfil +Tyke +Tyler +Tyson +Tytus +Tjaart +Tjalling +Tjibbe +Tvrtko +Tōsha +Haru +Haruhi +Haruhiko +Haruhiro +Haruhisa +Haruka +Haruki +Haruko +Harun +Haruna +Harunobu +Harutaka +Haruto +Harutsuna +Haruyo +Haruyoshi +Haruyasu +Haruo +Haruomi +Haruaki +Haruchika +Harue +Harumi +Haruzumi +Harri +Harrie +Harriet +Harriette +Harrison +Harry +Haris +Harish +Harijs +Harika +Harve +Harvey +Harvie +Harvir +Hara +Haralds +Haraldur +Harlan +Harland +Harley +Harsh +Harshita +Harsidhhi +Hart +Hartmut +Hartog +Harbert +Harbhajan +Harcharan +Harcourt +Hardik +Hardouin +Harmar +Harmon +Harold +Harouna +Harel +Harper +Harwood +Hanne +Hannele +Hannelore +Hanneke +Hannes +Hannah +Hannibal +Hanns +Hannu +Hans +Hans-Georg +Hans-Jürgen +Hans-Peter +Hansford +Hansjörg +Hansraj +Hana +Hanani +Hananiah +Hanae +Hanako +Hani +Hanifa +Hanife +Hania +Hanisha +Hande +Handel +Handan +Han-bin +Han-jae +Hanefi +Hank +Hanley +Hantaro +Halim +Halima +Halide +Halina +Halit +Halldór +Halle +Hallgeir +Hallie +Hally +Hala +Halah +Haldor +Haldun +Hale +Haleh +Halfdan +Halse +Haluk +Halvor +Hayat +Hayate +Hayati +Hayato +Hayatullah +Hayanari +Haydar +Hayden +Haydn +Haydée +Hayrettin +Hayri +Hayrünnisa +Haym +Hayman +Hayley +Hayward +Hayzu +Hamid +Hamid al-Din +Hamida +Hamidou +Hamidullah +Hamish +Hamit +Hamdi +Hamdiyah +Hamdan +Hamada +Haman +Hamlet +Hammouda +Hamnuna +Hamza +Hassan +Hassanal +Hassane +Hasse +Hasso +Hashem +Hashim +Hastie +Hastings +Hasdai +Hasib +Hasnain +Hasui +Hatsu +Hatsue +Hatsuhiko +Hatsuo +Hatsutarō +Hatem +Hatice +Hattie +Hatun +Hatzimichalis +Hakan +Hakaru +Hakubun +Hakuo +Hakim +Hakkı +Hakon +Habib +Habib ur Rahman +Habiba +Habibullah +Habtamu +Habte +Hadem +Haden +Hadi +Hadid +Hadji +Hadley +Haitao +Haitham +Hailu +Haimirich +Haiyan +Haizea +Hajibala +Hajime +Hajj +Hajji +Hajnal +Hajra +Hazel +Hazelle +Hazem +Hazen +Hazlitt +Hazuki +Hae-jin +Hae-joo +Hae-il +Hae-seong +Hae-won +Hagop +Hagos +Hagar +Hagi +Haguna +Ha-eun +Ha-neul +Ha-sun +Hachirō +Hack +Hacı +Hafeez +Hafizullah +Hafsa +Hauke +Haukur +Haughton +Haven +Haviv +Havva +Haakon +Hawa +Haşim +Hiro +Hiromi +Hiromichi +Hiromitsu +Hiromori +Hiromoto +Hiromasa +Hiromu +Hiroto +Hirotoki +Hirotomo +Hirotoshi +Hirotaka +Hirotami +Hirotsugu +Hirokatsu +Hirokazu +Hiroki +Hiroko +Hirokuni +Hiroya +Hiroyasu +Hiroyo +Hiroyoshi +Hiroyuki +Hironobu +Hironori +Hironoshin +Hironari +Hiroshi +Hiroshige +Hirosato +Hirohide +Hirohisa +Hiroaki +Hiroe +Hirofumi +Hiroji +Hiram +Hirsh +Hideto +Hidetoki +Hidetoshi +Hidetaka +Hidetsugu +Hidehiko +Hidehiro +Hidehito +Hideharu +Hidekane +Hidekazu +Hideki +Hideko +Hidemi +Hidemichi +Hidemitsu +Hidemasa +Hideyo +Hideyoshi +Hideyuki +Hidenobu +Hidenori +Hideaki +Hidefumi +Hideie +Hideji +Hideo +Hideshi +Hidezumi +Hidayatullah +Hidipo +Hisaya +Hisayasu +Hisayo +Hisayoshi +Hisayuki +Hisahide +Hisahiko +Hisahito +Hisakazu +Hisakichi +Hisako +Hisato +Hisatoshi +Hisateru +Hisaaki +Hisaakira +Hisamasa +Hisamitsu +Hisanobu +Hisanori +Hisashi +Hisasuke +Hisae +Hisao +Hisham +Hisham ud-Din +Hilde +Hildebrand +Hildegard +Hildr +Hildreth +Hilda +Hila +Hilario +Hilary +Hilaire +Hilal +Hillar +Hillel +Hilliard +Hilma +Hilmi +Hilbert +Hilton +Hina +Hinata +Hind +Hines +Hinnerk +Hinrich +Hinton +Hikari +Hikaru +Hikmat +Hikmet +Hikoma +Hitoma +Hitomi +Hitoki +Hitoshi +Hitesh +Hicham +Hichem +Hieronim +Hieronymus +Hibat Allah +Himeko +Hiwot +Herm +Herman +Hermann +Hermas +Hermine +Hermione +Hermenegild +Hermon +Herschel +Herschmann +Hersh +Hershey +Hersey +Hersony +Heri +Heribert +Heriberto +Herb +Herbert +Hernán +Hernándo +Hervey +Hervé +Herz +Herzl +Herdrich +Herja +Herk +Hero +Herron +Herwig +Hen +Henri +Henrik +Henrika +Henrikas +Henric +Henrich +Henrie +Henrietta +Henrique +Henry +Henry Augustus +Henry Gordon +Henryk +Hendric +Hendrik +Hendra +Hender +Hendley +Hennadiy +Henner +Hennig +Henno +Henock +Henok +Henare +Henk +Henuttawy +Helmut +Helmuth +Helma +Helmer +Helmi +Helen +Helena +Helga +Helge +Heli +Heliodorus +Helle +Hellmuth +Helfrich +Helon +Helton +Helvi +Heinrich +Heinrich Friedrich +Heiner +Heini +Heinke +Heino +Heinz +Heidemarie +Heidi +Heike +Heiki +Heita +Heitor +Heiberg +Heihachirō +Heisuke +Hee +Hee-joon +Hee-jung +Hee-sun +Hee-sung +Hee-chul +Hee-kyung +Heela +Hester +Heston +Heshmat +Hessa +Hettie +Hetty +Hetepheres +Hecham +Hector +Hedvig +Hedwig +Hemant +Hemin +Hephzibah +Hepi +Hew +Hewitt +Heydar +Heywood +Heather +Heber +Hegemon +Hyun +Hyun-seok +Hyun-seung +Hyun-soo +Hyun-sook +Hyun-sik +Hyun-jun +Hyun-jung +Hyun-jin +Hyun-joo +Hyun-woo +Hyun-wook +Hyun-a +Hyun-hee +Hyun-kyung +Hyun-mi +Hyun-tae +Hyung-joo +Hyung-joon +Hyung-min +Hyung-won +Hyuk +Hye +Hye-ja +Hye-jin +Hye-jung +Hye-su +Hye-sung +Hye-bin +Hye-in +Hye-kyung +Hye-mi +Hye-rim +Hye-won +Hyo-jin +Hyo-joo +Hyo-rin +Hyacinth +Hyacinthe +Hymen +Hynman +Hypocorism +Hywel +Ho +Holliday +Hollis +Holly +Holden +Holger +Holmes +Hong-gi +Hong-joo +Hongmin +Honor +Honoré +Horacio +Horatia +Hortense +Horton +Horst +Ho-jun +Ho-jung +Ho-jin +Ho-sung +Homa +Homare +Homayoun +Homer +Hooman +Hoon +Hossam +Hostus +Hotaru +Hotsumi +Hovenden +Hovhannes +Hobart +Hoca +Hogan +Hokuto +Hope +Howard +Hozumi +Hugh +Hughes +Hughie +Hugues +Huguette +Hugo +Hunt +Hunter +Huntington +Huntley +Hunayn +Husam ad-Din +Hushang +Husik +Hussein +Humphrey +Humphry +Humbert +Hube +Hubert +Huda +Hudson +Hue +Huey +Hulda +Hulusi +Huiberdina +Hups +Hurairah +Huub +Huw +Huzihiro +Håkan +Håkon +Håvard +Hülya +Hürriyet +Hüsnü +Hélder +Hélène +Hänsel +Hùisdean +Hrafn +Hrant +Hristijan +Hrvoje +Hryhory +Hrōþ +Hıfzı +Hızır +Hjalmar +Hvalimir +Hwan +Jacqueline +Jacquelyn +Jacques +Jacques-Désiré +Jacquet +Jacqui +Jacquie +Jack +Jackeline +Jackie +Jacko +Jackson +Jacky +Jacob +Jacob Abraham +Jacoba +Jacobo +Jacoby +Jacopo +Jacin +Jacinta +Jacinto +Jace +Jacek +Jachym +Jaclyn +Jae +Jae-hyuk +Jae-hyun +Jae-hee +Jae-ho +Jae-woo +Jae-wook +Jae-woong +Jae-won +Jae-suk +Jae-sung +Jae-shin +Jae-yong +Jae-yoon +Jae-young +Jae-geun +Jae-gyu +Jae-beom +Jae-eun +Jae-in +Jae-joon +Jae-kyung +Jaelyn +Jan +Jane +Janek +Janelle +Janet +Janey +Janez +Jani +Janica +Janice +Janie +Janiel +Janika +Jang-mi +Jangy +Janka +Janko +Jana +Jancsi +Janne +Jansson +Janusz +Jaroslav +Jaroslava +Jarosław +Jaromar +Jaromir +Jaret +Jarett +Jared +Jarek +Jarlath +Jarle +Jarmila +Jarmo +Jarrah +Jarrod +Jara +Jarno +Jama +Jamal +Jamal ad-Din +Jamaal +Jamar +Jamil +Jamila +Jamileh +Jamie +Jamie Lynn +Jameel +Jamel +James +Jamey +Jamsetjee +Jamshid +Jasem +Jasen +Jasmina +Jasmine +Jasna +Jason +Jasper +Jassen +Jay +Jayant +Jayanti +Jayaraj +Jayden +Jaye +Jayne +Jayson +Jaan +Jaana +Jaanus +Jaak +Jaakko +Jaagup +Jaap +Jaba +Jabal +Jaber +Jabez +Jabbour +Jabir +Jabr +Jairo +Jairus +Jaideep +Jaime +Jaipal +Jaison +Jahan +Jahan Ara +Jahangir +Jahid +Jahsh +Jada +Jade +Jadranko +Jadwiga +Jagaddhatri +Jagannath +Jaggi +Jagoda +Jake +Jakes +Jaka +Jakov +Jalal +Jalal ad-Din +Jalaj +Jale +Jawad +Jawahir +Jawdat +Jawed +Japie +Ja'far +Ja-kyung +Jaffer +Javier +Jo +Jos +Jose +Joseph +Joseph Franz +Joseph François +Joseph Ferdinand +Joseph Christian +Joseph-François +Josepha +Josephine +Josefina +Josefine +Josefa +Joseba +Joselito +Josey +José +José Antonio +José Carlos +José Enrique +José María +Josée +Josiah +Josie +Josif +Josip +Josh +Joshua +Jost +Jostein +Jon +Jong-hyuk +Jong-hyun +Jong-hoon +Jong-seok +Jong-soo +Jong-il +Jong-ok +Jong-yul +Jona +Jonathan +Jonathas +Jonatan +Jonalyn +Jonas +Jonn +Jonni +Jonnie +Jonny +Jonel +Jonjo +Jonty +Joh +John +John Brooks +John John +John Paul +John Taylor +Johnnie +Johnno +Johnny +Johnie +Johan +Johann +Johanne +Johannes +Johann Georg +Johanna +Johannis +Johan Christian +Joan +Joanna +Joanne +Joan Pau +Joana +Joanie +Joaquim +Joaquina +Joaquín +Joachim +Joachim-Friedrich +Joah +Joakim +Joasia +Joo +Joon-hee +Joon-ho +Joon-hyuk +Joon-ki +Joon-tae +Joonas +Joo-hwan +Joo-hyun +Joo-won +Joost +Jordan +Jordi +Jordon +Jordyn +Jorge +Jorge Luís +Jorien +Joris +Jorunn +Jolan +Jolana +Jolanda +Jolanta +Jolie +Jolijn +Jolene +Jolyon +Joe +Joel +Joeli +Joelle +Joelmir +Joelson +Joey +João +João Paulo +João Pedro +João Henrique +Joël +Joëlle +Jock +Jocko +Jocky +Jocelyn +Jochen +Jodi +Jodie +Jodocus +Jody +Job +Jobe +Joby +Jovan +Jovica +Joy +Joyce +Jo-Anne +Joice +Jojo +Joke +Jomo +Jotham +Jouko +Joĉjo +Jean +Jean-Marc +Jean-Marie +Jean-Martin +Jean-Michel +Jean-Pascal +Jean-Paul +Jean-Philippe +Jean-Pierre +Jean-Baptiste +Jean-Baptiste-Alphonse +Jean-Bernard +Jean-Charles +Jean-Christophe +Jean-Claude +Jean-Jacques +Jean-Joseph +Jean-Julien +Jean-André +Jean-Antoine +Jean-Louis +Jean-Luc +Jean-René +Jean-Robert +Jean-Denis +Jean-François +Jean-Henri +Jean-Noël +Jean-Sébastien +Jean-Yves +Jean-Étienne +Jeanie +Jeaniene +Jeanine +Jeannie +Jeannine +Jeanne +Jean Marie +Jeanette +Jearl +Jerold +Jerolim +Jeronim +Jeronimas +Jeroen +Jerome +Jerri +Jerrie +Jerrold +Jerry +Jere +Jeremiah +Jeremy +Jerald +Jeri +Jermaine +Jernej +Jerson +Jerzy +Jerónimo +Jen +Jenni +Jennifer +Jenna +Jennett +Jenny +Jena +Jenaro +Jens +Jenson +Jenelle +Jenő +Jess +Jessica +Jessie +Jesminder +Jesnie +Jesoni +Jesus +Jeff +Jeffrey +Jeffry +Jefferson +Jeffy +Jem +Jemal +Jemande +Jemima +Jemma +Jewel +Jewell +Jed +Jedediah +Jelena +Jelle +Jethro +Jetske +Jez +Jezza +Jeb +Jeevan +Jehona +Jeong-ja +Jevon +Jun +Jung +Jung-ho +Jung-hoon +Jung-hwa +Jung-hwan +Jung-hee +Jung-hyun +Jung-soo +Jung-sook +Jung-soon +Jung-sik +Jung-min +Jung-mo +Jung-myung +Jung-won +Jung-woo +Jung-ah +Jung-eun +Jung-il +Jung-jin +Jung-nam +Jun-seo +Jun-seok +Jun-sang +Jun-ha +Jun-young +Junie +Juninho +Junio +Juniper +Jun'ichi +Jun'ichirō +Jun'ya +Junki +Junko +Junayd +Jundo +June +Junji +Junpei +Junrokurō +Junzō +Julie +Julien +Julien-Joseph +Julietta +Juliette +Julie Marie +Julia +Julian +Julianne +Julio +Julio Cesar +Julius +Juliusz +Julije +Julián +Julen +Jules +Juley +Justin +Justina +Justinas +Justine +Justino +Justas +Justus +Jusepe +Jussi +Juan +Juan Diego +Juan Pablo +Juana +Juanfran +Juanito +Juanma +Judi +Judit +Judith +Judie +Judah +Judson +Judy +Jurica +Jurij +Juris +Juraj +Jurand +Jurgis +Juhan +Juhani +Juhel +Juhi +Juho +Jubal +Jubayr +Juozapas +Juozas +Jukka +Juma +Jupp +Jutta +Juvenal +Ji +Ji-ha +Ji-hae +Ji-ho +Ji-hoon +Ji-hye +Ji-hyun +Ji-hu +Ji-hwan +Ji-woo +Ji-woon +Ji-woong +Ji-won +Ji-yoon +Ji-young +Ji-yeon +Ji-seok +Ji-su +Ji-ae +Ji-eun +Ji-min +Ji-tae +Jin +Jin-hee +Jin-ho +Jin-hwan +Jin-hyuk +Jin-sun +Jin-sung +Jin-soo +Jin-woo +Jin-wook +Jin-joo +Jin-young +Jin'ichi +Jina +Jindřich +Jinhua +Jinny +Jinpachi +Jinyu +Jitsuko +Jitsuo +Jitendra +Jitka +Jitoku +Jill +Jillana +Jillian +Jilly +Jimmi +Jimmie +Jimmer +Jimeno +Jiřina +Jiří +Jigar +Jihad +Jiichirō +Jioji +Jiro +Jivdani Mata +Jérémie +Jérémy +Jérôme +Jørgen +Jørn +Jürgen +Jüri +Ján +Jóska +Jörg +Júlio +Jūbei +Jūkichi +Jūratė +Jūshirō +Jūtarō +Jūzō +Jōichirō +Jōji +Jōkichi +Jōtarō +Jyestha +Jyrki +Jytte +Jānis +Jēkabs +Ba +Barna +Barnaba +Barnabe +Barnaby +Barnabé +Barnard +Barnes +Barnett +Barney +Barnie +Barnim +Bartolo +Bartolomeo +Bartolomeu +Bartosz +Bartholomeus +Bartholomew +Barthélemy +Bartley +Barb +Barbara +Barbora +Barbro +Barbu +Barrdhubh +Barre +Barrington +Barry +Bara +Barack +Barak +Bardhyl +Bardiya +Barefoot +Barend +Barkat Ali +Barkatullah +Bari +Barlas +Baron +Barış +Baldur +Baldus +Baldassare +Baldomero +Baldwin +Balasingam +Balasubramaniam +Bala Tripurasundari +Balach +Bali +Balint +Ballabh +Balthazar +Balwant +Balázs +Bas +Basil +Basilia +Basilissa +Basia +Bashar +Bashir +Bashkim +Bascom +Basri +Bassam +Bastian +Baha +Bahadur +Bahadır +Baha' al-Din +Bahar +Bahram +Bahri +Bahee +Bahiyyih +Bahjat +Bahuchara Mata +Baba +Babak +Babasaheb +Babatunde +Babette +Babiker +Babs +Babu +Banka-Mundi +Banky +Banastre +Banba +Bandaru +Bannus +Banri +Banu +Baki +Bakir +Bakary +Bakhtiar +Bako +Baksa +Batt +Battista +Batu +Batuhan +Bata +Batıkan +Baccio +Baccus +Bacary +Bacurius +Baiba +Bailey +Bainbridge +Baird +Bayard +Baye +Baykal +Bayram +Badawi +Badb +Badr al-Din +Bagalamukhi +Bagher +Bagrat +Baekhyun +Baer +Bambar Baini +Bamber +Bappaditya +Baptiste +Baz +Bazil +Başak +Başar +Baasha +Baffour +Bajram +Bauyrzhan +Bač +Ber +Bernadeta +Bernadette +Bernadine +Bernard +Bernardin +Bernardo +Bernabe +Bernice +Bernie +Bernino +Bernhard +Bernhardt +Bernd +Bernt +Bert +Bertran +Bertrand +Bertram +Bertie +Bertil +Bertel +Bertha +Berton +Berenado +Berengar +Berenice +Berechiah +Bereket +Berel +Berador +Berat +Berhan +Berhanu +Berk +Berkay +Berchtold +Berglind +Berislav +Berrick +Beryl +Berény +Ben +Benedict +Benedicta +Benedicto +Benedictus +Benedikt +Benedita +Benedetta +Benedetto +Benjamin +Benjaminas +Benjie +Benjy +Ben-Ami +Ben-Hur +Ben-Zion +Bengi +Bengt +Bengü +Benik +Benito +Bennett +Bennie +Beno +Benoît +Ben Muman +Benazir +Bence +Benkichi +Benson +Bento +Benvenuto +Bel +Bell +Bella +Bellarmino +Belle +Bellinger +Belaid +Belaynesh +Belden +Belford +Belinda +Belkis +Beth +Bethan +Bethany +Bethlehem +Bethwell +Betty +Betty Lou +Bette +Bettina +Beto +Betsy +Betül +Bea +Beat +Beatrice +Beatrix +Beatriz +Beata +Bean +Bean Mhídhe +Beag +Beau +Bedrettin +Bedri +Beda +Bediako +Bedwyr +Beom-seok +Beonna +Beorma +Beowulf +Bess +Bessie +Beshara +Besim +Becki +Becky +Becca +Beg Khan +Begnet +Begum +Behnam +Behrouz +Behçet +Beki +Bekim +Bekir +Beppe +Beppo +Bev +Bevan +Bebe +Beulah +Beyazid +Beñat +Brandi +Brandon +Brandt +Brandy +Brandão +Branimir +Branislav +Branka +Branko +Brannon +Branwen +Brad +Bradley +Bradley John +Braden +Brahm +Brahmani +Brahim +Bram +Bramwell +Bratislav +Bratko +Braco +Brajan +Braulio +Braxton +Brayton +Bri +Britt +Britta +Brittany +Britton +Britne +Britney +Brian +Brianna +Brianne +Briana +Bridget +Bridgetta +Bridger +Bridgit +Brina +Brinley +Brinsley +Brigid +Brigitte +Bricín +Brie +Brenda +Brendan +Brendanus +Brent +Brenton +Brentson +Brenan +Brennan +Breandán +Breanna +Brecht +Brecken +Bret +Brett +Brede +Bree +Bronislovas +Bronisław +Bronius +Bronwen +Bronwyn +Bronson +Brooke +Brookins +Brooklyn +Brodie +Brody +Bror +Browning +Brynhildr +Brynjulf +Brynmor +Brynn +Bryan +Bryce +Bryson +Bruce +Bruno +Brónach +Bo +Boris +Borislav +Borivoje +Bora +Boran +Borja +Borjan +Borghild +Borna +Bort +Boruch +Borys +Borzysław +Bonnell +Bonner +Bonnard +Bonnie +Bona +Bonar +Bongo +Bonita +Bou +Boutheina +Boutros +Boualem +Boubacar +Boulos +Bounnhang +Bouverie +Bogoljub +Bogomil +Bogdan +Bogić +Boglárka +Bogna +Bogusław +Bobbi +Bobbie +Bobby +Bobak +Boban +Bożena +Bożenka +Božena +Božidar +Boško +Bolad +Bolat +Boleslaw +Bolko +Boyakonda Gangamma +Boyan +Boyd +Boyet +Bo-yeon +Bo-young +Bo-kyung +Boa +Boann +Bodhmall +Bodo +Booker +Booth +Botho +Bottyán +Bohumil +Boies +Bojan +Bokuden +Bosaykham +Bowes +Birgit +Birgitta +Birger +Birk +Birkan +Birago +Bird +Birech +Birol +Birsen +Biróg +Billah +Bille +Billy Joe +Bilel +Biles +Bilal +Bilge +Biljana +Bilyana +Bindi +Bindy +Biniam +Binnie +Binod +Binu +Bianca +Bianca Maria +Bianka +Bijan +Bijou +Biju +Biddie +Biddy +Bit-na +Bita +Bibin +Biel +Biff +Biggi +Bike +Bipodtarini Devi +Bishara +Burchard +Burcu +Burhan +Burhan al-Din +Burak +Burdine +Buren +Burgess +Burim +Burl +Burt +Burwell +Burçak +Bunsaku +Bunsen +Bunichiro +Bunji +Bunkichi +Bunta +Bunzaburō +Budd +Buddhadeb +Buddug +Budhi Pallien +Budimir +Bukichi +Bukola +Buksh +Bulat +Bullough +Bulut +Busher +Bushra +Busick +Bubby +Buck +Bumpus +Button +Buğra +Blagoj +Blagoja +Blagoje +Blagovest +Blagoy +Blaga +Blaine +Blair +Blaise +Blaize +Blanchard +Blanche +Blanca +Blake +Blathmac +Bleddyn +Blegywryd +Blerta +Blessing +Blodeuwedd +Blodwen +Blue +Blundell +Blythe +Bé Chuille +Bé Fáil +Béatrice +Bébinn +Béla +Bénédicte +Büke +Bülent +Bünyamin +Büyük +Bács +Bára +Børge +Børre +Bär +Bård +Börje +Bùi +Bharat +Bharat Mata +Bhargavi +Bhadra +Bhadrakali +Bhavani +Bhavesh +Bhagavathi +Bhairavi +Bhaskar +Bhausaheb +Bhupathi +Bhupinder +Bhushan +Bhutamata +Bhuvaneshvari +Bhūmi +Björg +Björgólfur +Björk +Bjørk +Bjørnar +Bjarne +Bjarni +Bjarte +Bjorn +Byung-ho +Byung-hoon +Byung-hee +Byung-hun +Byung-woo +Byung-wook +Byung-chul +Byung-joon +Byam +Bądzsław +Běla +B'Elanna +Bzigu +Charles +Charles Phelps +Charles Philippe +Charles Alfred +Charles Louis +Charles-Augustin +Charles-François +Charles-Édouard +Charlene +Charley +Charlie +Charlize +Charlott +Charlotte +Charis +Charisse +Chariton +Charity +Chardonnay +Charmaine +Chang-ho +Chang-hoon +Chang-min +Chang-woo +Changezi +Changrui +Chand +Chander +Chandi +Chandos +Chananya Yom Tov Lipa +Chance +Chanhsy +Channon +Chamaco +Chaminda +Chamoun +Chamunda +Chad +Chadi +Chadli +Chas +Chase +Chaskel +Chae-won +Chae-young +Chapa +Chapin +Chakraborty +Chaucer +Chay +Chi +Chika +Chikashi +Chikasue +Chikafusa +Chikahiko +Chikao +Chikara +Chikayoshi +Chike +Chikuhei +Chinami +Chinatsu +Chinthana +Chinua +Chiyo +Chiyoko +Chiyono +Chiyori +Chiyako +Chie +Chieko +Chiemi +Chiharu +Chihiro +Chiho +Chitra +Chitralekha +Chitose +Chiaki +Chiara +Chidi +Chidiock +Chisato +Chise +Chi-won +Chico +Chimariya +Chip +Chiquinho +Chire +Chizuru +Chris +Christi +Christian +Christian Ludwig +Christiane +Christiaan +Christin +Christina +Christine +Christien +Christoph +Christophe +Christopher +Christof +Christos +Christa +Christabel +Christakis +Christel +Christen +Christer +Christl +Christy +Christóforos +Chrissie +Chrissy +Chrysanthos +Chrysogonus +Chrudoš +Cherrie +Cherry +Cherie +Cherono +Cheryl +Chester +Cheston +Chesley +Chesney +Chelamma +Chelsea +Chet +Chetan +Chedli +Chee +Cheh +Cheol-min +Chevalier +Cheyne +Chun-hee +Chun-hwa +Chun-ja +Chunyu +Chul +Chul-soo +Chul-soon +Chucho +Chuck +Chumley +Chummy +Chukwuemeka +Chus +Chhim +Chhinnamasta +Chhaya +Chloe +Chlothar +Chloé +Choki +Choman +Chong Kin Wo +Chōei +Chōhei +Chūichi +Carl +Carlos +Carlos Alberto +Carlos Eduardo +Carlos Henrique +Carlos Rafael +Carlota +Carleen +Carlene +Carles +Carley +Carline +Carlitos +Carl Frederick +Carla +Carlton +Carly +Carol +Carolin +Carolina +Caroline +Carolyn +Carolynn +Carola +Carole +Caron +Carme +Carmelita +Carmella +Carmelo +Carmen +Carman +Carmine +Cary +Caryl +Caryll +Caryn +Carys +Carrie +Carrington +Carrol +Cara +Caradog +Cardell +Cardew +Carin +Carine +Carnell +Carny +Carel +Carson +Carter +Cat +Cath +Cathal +Catharine +Catherina +Catherine +Cathi +Cathie +Cathleen +Cathryn +Cathy +Catrin +Catriona +Catrìona +Catríona +Cataldo +Catalina +Cate +Caterina +Catie +Caty +Cal +Callias +Callie +Callinicus +Callisto +Callixenus +Callum +Cale +Caleb +Calixte +Calixto +Calvert +Calvin +Calbraith +Caldwell +Calum +Can +Candida +Candide +Candido +Candace +Candan +Candemir +Candy +Cansever +Cansu +Canan +Caner +Canice +Cass +Cassi +Cassia +Cassidy +Cassie +Cass Midhe +Cassandra +Casandra +Casey +Casimir +Casper +Caitlin +Caitlín +Caitrìona +Caitríona +Cairine +Cairistìona +Cairenn +Cainnech +Caintigern +Cailleach +Cam +Camil +Camille +Camille Alphonse +Camilla +Camillo +Camilo +Camaldine +Cameron +Camryn +Caden +Cadence +Cadell +Cadwaladr +Cadwgan +Cady +Caesar +Caesarius +Caeso +Caeionius +Caelan +Cao +Caoimhe +Caoimhín +Caolán +Caolánn +Cafer +Cafercan +Capel +Capers +Cabell +Cacht +Cahit +Cajetan +Cave +Con +Constant +Constantin +Constantine +Constantino +Constance +Consorts of Ganesha +Consuelo +Conaing +Conainne +Conaire +Conal +Conan +Conceição +Concepción +Conchita +Conchobar +Conrad +Conrado +Conroy +Condal +Condy +Conleth +Conlon +Connor +Conny +Congar +Conjestina +Conor +Conway +Cornelis +Cornelisz +Corneliszoon +Corneliu +Cornelius +Cornelia +Cori +Corin +Corina +Corinne +Coral +Coralie +Cordelia +Cordell +Corrado +Corrina +Corey +Corliss +Cormac +Corwin +Cory +Coll +Collet +Collett +Collette +Colley +Cole +Colette +Colm +Colman +Colt +Colton +Coluccio +Columba +Colby +Colgate +Colin +Coloman +Costea +Costel +Costen +Costanzo +Costas +Costin +Cosima +Cosimo +Cosmin +Cosmo +Courtnay +Courtney +Coulson +Coady +Cobhlaith +Coenraad +Comgall +Cooper +Cowden +Coy +Coşkun +Claud +Claudiu +Claudius +Claudia +Claudie +Claudine +Claudio +Claude +Claude-Henri +Claudemir +Claus +Clarissa +Clarisse +Claribel +Clarice +Clarine +Clare +Clarence +Clark +Clarke +Clara +Clay +Clayton +Claes +Claggett +Claire +Clancy +Clas +Clem +Clemente +Clementine +Clemence +Clemens +Clemmy +Cleve +Cleven +Cleberson +Clelia +Cleo +Clete +Cleyde +Cliff +Clifford +Clint +Clinton +Clément +Clémentine +Cléber +Clíodhna +Clodagh +Clopton +Clovis +Cecil +Cecilia +Cecilie +Cecilio +Cecily +Cecie +Cecco +Cele +Celestin +Celestino +Celestia +Celia +Celinda +Celal +Cem +Cemal +Cemil +Cemre +Cesar +Cesare +Cesario +Cessair +Ceyda +Ceyhun +Ceylan +Cedric +Cedrick +Cengiz +Cenk +Ceren +Ceridwen +Cevdet +Cevher +Cezar +Cezary +Ceferino +Cethlenn +Cristi +Cristian +Cristiano +Cristina +Crista +Cristalyn +Cristofano +Cristy +Crispin +Crispino +Crispian +Criss +Crimthann +Crino +Crafton +Craig +Crates +Crauford +Crawford +Crescentius +Cresconius +Creirwy +Cryn +Crystal +Crocket +Cruithnechán +Crínóc +Ciara +Ciaran +Ciarán +Cian +Cihan +Cihat +Cindy +Cináed +Ciprian +Cipriano +Cilla +Ciriaco +Cumman +Cumméne +Cumali +Cumhur +Cumrun +Cuindles +Cunegundes +Custódio +Cuthbert +Cy +Cyndeyrn +Cynog +Cynthia +Cyriacus +Cyril +Cyrus +Cyd +Cécile +Céline +Cétadach +Cándido +Cássio +Cândido +Cüneyt +Ctibor +Ctirad +Czeslaw +Csaba +Cwichelm +Călin +Ran +Rand +Rando +Randolf +Randolph +Randel +Randell +Randall +Randle +Randy +Ranganath +Ranganathan +Ranganayaki +Rangsan +Rana +Ranald +Rani +Rania +Ranjit +Ranjith +Rankin +Ranko +Ranulf +Ranulph +Ranbir +Rann +Ransom +Radoje +Radojko +Radoslav +Radosław +Radolf +Radomir +Radonja +Radovan +Radoš +Radim +Radivoje +Radič +Radiša +Radek +Radenko +Radmila +Radmilo +Radu +Radul +Radana +Radha +Radka +Ramachandran +Ramakant +Ramanathan +Ramazan +Ramesh +Rameshwor +Ramesses +Ramender +Rami +Ramin +Raminta +Ramiz +Ramona +Ramose +Ramzan +Ramzi +Ramcharan +Ramjohn +Ramsey +Ramya +Ramūnas +Raimond +Raimondo +Raimonds +Raimund +Raimundas +Raimbaut +Rainald +Rainer +Rainier +Raivis +Raivo +Raibeart +Raizo +Raj +Rajab +Rajaei +Rajaratnam +Raji +Rajinder +Rajiv +Rajesh +Rajko +Rajmund +Rashad +Rashard +Rashid +Rashid al-Din +Rashmi +Rasim +Rasmus +Rastus +Rasul +Rafe +Rafer +Raffaella +Raffaello +Rafik +Rafiq +Rafał +Rafter +Rahm +Rahman +Rahmane +Rahmatullah +Rahmi +Rahab +Rahim +Rahul +Raghavan +Ragheb +Raghnailt +Raghunatha +Ragnall +Raghnall +Raonull +Ragnar +Ragıp +Ravi +Ravikumar +Ravil +Ravinder +Ravirandal Mataji +Raviv +Raven +Rabia +Rabih +Rabiu +Rabban +Rabbie +Rabson +Ray +Raymon +Raymond +Rayan +Rayburn +Raydel +Rati +Ratibor +Ratimir +Ratko +Ratri +Rachael +Rachel +Raci +Rae +Raed +Raef +Rakesh +Rakhitha +Rakuita +Ralle +Ralph +Raluca +Raouf +Raoul +Raonall +Raphael +Raphaël +Rappani +Raul +Rauli +Rauno +Razaaq +Razack +Raquel +Raşit +Rosa +Rosalia +Rosalie +Rosalinda +Rosaleen +Rosalyn +Rosamond +Rosamund +Rosaria +Rosario +Rosanna +Rose +Roseanne +Rosemary +Rosetta +Rosie +Rosina +Rostam +Rostislav +Roshanak +Ross +Robert +Roberta +Robertas +Roberto +Roberts +Robertus +Robbi +Robbie +Robbo +Robby +Robin +Robinson +Robison +Roba +Robledo +Roma +Roman +Romana +Romaine +Romuald +Romualdas +Romualdo +Romulo +Romelu +Romina +Romolo +Roméo +Rodders +Roddy +Rodolfo +Rodolphus +Rodan +Roderick +Rodger +Rodrigo +Roland +Rolanda +Rolandas +Rolando +Roldán +Rolf +Rollin +Roloff +Ron +Ronald +Ronaldo +Ronnie +Ronny +Ronja +Rony +Rog +Rogelio +Roger +Rognvald +Rogério +Rocco +Rochelle +Rocky +Rocío +Roxana +Roxane +Roxanne +Roxy +Roald +Roan +Roar +Rok +Roko +Rokurō +Roy +Roya +Royal +Rohini Devi +Rohit +Rooney +Roozbeh +Rorer +Rory +Rowan +Rowland +Roeland +Rojina +Roque +Rei +Rein +Reinhard +Reinhardt +Reinhart +Reinhold +Reinaldo +Reinard +Reinier +Reinmar +Reika +Reikichi +Reiko +Reiji +Reijo +Reidar +Reiichi +Reilley +Reizō +Ren +Rena +Renata +Renato +Renatus +René +Renée +Renesmee +Renssalaer +Rentarō +Renuka +Renzo +Reg +Regina +Reginald +Reginaldo +Reginar +Regine +Regis +Regev +Reggie +Regnier +Rey +Reynald +Reynold +Reyhan +Reem +Reema +Reed +Remigijus +Remus +Remzi +Rebecca +Rebel +Redd +Redouane +Reuben +Reuel +Rex +Rexford +Reza +Rezső +Reşat +Reşid +Reagan +Recep +Rekha +Richa +Richard +Richarda +Richardis +Richeldis +Richenza +Richie +Rickey +Rickie +Rickman +Rickson +Ricky +Riccardo +Ricci +Ricardo +Rico +Rin +Rina +Rinako +Rinat +Rinjish +Rinshō +Rinus +Ritsuko +Ritsuo +Ritwik +Ritwika +Rita +Rithy +Ritt +Rika +Rikako +Rikard +Rikichi +Rikiya +Riku +Risa +Risako +Rishaan +Risto +Ridley +Ridvan +Ridwan +Rie +Rieko +Rieneke +Riho +Rihoko +Rihards +Rimantas +Rimantė +Rimas +Rivaldo +River +Rivkah +Riad +Riaz +Riichi +Riin +Rizqallah +Rizvan +Ribar +Rifat +Riley +Ripley +Ričardas +Rush +Rushda +Rushdi +Ruslan +Ruslana +Russell +Rustem +Rusudan +Rut +Ruth +Ruthie +Ruthlyn +Ruthvik +Rutger +Rupert +Rupert Charles +Ruperto +Ruppert +Ruprecht +Rubaiyat +Rube +Rubin +Ruby +Ruaidhri +Ruaidrí +Ruairi +Rudaba +Rudolph +Rudy +Rui +Rui Pedro +Ruito +Rumi +Rumiko +Rumen +Runa +Runako +Rune +Ruri +Rurika +Ruriko +Ruža +Ružena +Ružica +Rufino +Rufus +Ruggero +Ruggiero +Ruhi +Ruhullah +Rukn al-Din +Ruqayya +Ruud +Ruxandra +Ryō +Ryōka +Ryōki +Ryōsei +Ryōsuke +Ryōta +Ryōtarō +Ryōhei +Ryōichi +Ryōji +Ryōma +Ryōzō +Ryūsaku +Ryūsei +Ryūsuke +Ryūta +Ryūtarō +Ryūhei +Ryūichi +Ryūji +Ryūki +Ryūnosuke +Ryūya +Ryūzō +Ryu +Ryuma +Ryumyo +Ryujiro +Ryoju +Ryoko +Ryan +Ryder +Ryszard +Rémi +Rémy +Réjean +Réka +Rénald +Rüdiger +Rüstem +Rüştü +Róisín +Rónán +Rhoda +Rhodri +Rhona +Rhonda +Rhian +Rhiannon +Rhett +Rhys +Rūdolfs +Růžena +Dari +Darin +Darina +Dario +Darion +Darius +Dariush +Daria +Daris +Darrell +Darren +Darragh +Darrick +Darron +Darryl +Dare +Darel +Darerca +Darbiled +Darby +Darleen +Darlene +Dary +Daryll +Dara +Darcy +Darko +Darmen +Darnell +Darold +Dani +Danie +Daniel +Daniele +Danielle +Danica +Daniil +Danilo +Danish +Danna +Dannah +Dannie +Danno +Dana +Danah +Danand +Danu +Danutė +Dan I +Dane +Danko +Dano +Danso +Dante +Danylo +Dai +Daisey +Daishin +Daisuke +Daisy +Dainis +Dainius +Daina +Daig +Daigo +Daimbert +Daimon +Daizen +Daizō +Daichi +Daifallah +Daiki +Dailfind +Dairoku +David +Davide +Davidge +Davidson +Davina +Davo +Davor +Davorin +Davon +Davoud +Dave +Davern +Davey +Davídek +Davíð +Davy +Damian +Damiano +Damián +Damião +Damien +Damir +Damaskinos +Damayanti +Damek +Damjan +Damla +Damnat +Damon +Dalia +Dalibor +Dalip +Dalal +Dale +Dallin +Dalmar +Dalrymple +Dalton +Dag +Dagmar +Dagny +Dagobert +Dagán +Dayal +Dayana +Dayle +Dayna +Dayton +Daw +Dawit +Dawn +Daws +Dae-hyun +Dae-sung +Dae-won +Daud +Dauda +Daumantas +Da-bin +Da-hee +Dakore +Dakota +Dashiell +Dastgir +Dabiživ +Dace +Dafydd +Dahn +Daouda +Daphne +Den +Denis +Denisa +Denise +Denison +Denisse +Deniz +Dennis +Denny +Denys +Denyse +Dena +Deneen +Denzel +Derrell +Derren +Derrick +Derek +Deressa +Derviş +Dervla +Derbforgaill +Derfel +Deriba +Derk +Derya +Del +Delon +Delos +Delbert +Dele +Delfino +Delia +Dell +Delmer +Delphine +Delroy +Demet +Demetrius +Demetrius I +Demetria +Demetre +Demi +Demir +Demissie +Demond +Dempsey +Devi +Devi Kanya Kumari +Devin +Devanshi +Devasena +Deven +Devesh +Devlet +Devon +Devran +Des +Desiderio +Desiderius +Desiree +Desmond +Despina +Dessislava +Destiny +Deep +Deepak +Deepali +Deepti +Deedee +Deer +Deb +Debbie +Debby +Deborah +Debra +Dean +Deanna +Deanne +Deacon +Deichtine +Deidre +Deion +Deirdre +Decatur +Decimus +Declan +Dejan +Dejene +Detlef +Detlev +Dewey +Dewi Danu +DeCoursey +DeHart +DeShawn +DeVon +DeWitt +Dede +Deforrest +Deok-su +Dexter +Dezső +Don +Dong-hyuk +Dong-hyun +Dong-ha +Dong-hoon +Dong-chan +Dong-chul +Dong-geun +Dong-gun +Dong-joo +Dong-jun +Dong-soo +Dong-suk +Dong-won +Dong-wook +Dong-il +Donn +Donna +Donnchadh +Donnell +Donnie +Donny +Donatas +Donatella +Donald +Donogh +Donovan +Don John +Donell +Donizete +Dorotheus +Dorothy +Dorota +Dorotka +Dorian +Dorie +Dorina +Dora +Doralice +Doru +Doruk +Doreen +Dorjjavin +Dorning +Dorrit +Dorson +Domenic +Domenico +Domenik +Domenech +Dominic +Dominika +Dominique +Domitila +Domagoj +Domangairt +Dom Pedro +Domninus +Dobromil +Dobromir +Dobrogost +Dobroniega +Dobroslav +Dobrin +Dobrivoje +Dobie +Dobiesław +Doug +Dougal +Dougie +Douglas +Dougo +Doubravka +Douangdeuane +Doutzen +Do-hee +Do-hun +Do-hyun +Do-won +Do-yeon +Doll +Dollard +Dollin +Dolly +Dolores +Dodge +Dodgson +Dodie +Dody +Doğu +Doğukan +Doğuş +Doğan +Doke +Dokuon +Dov-Ber +Dove +Doppo +Dina +Dinah +Dinicu +Dinis +Dinesh +Dingad +Dinh +Dinko +Dinmukhamed +Dinny +Dino +Dia +Dian +Diana +Diandra +Diane +Diann +Diamond +Diarmaid +Dieter +Dieterich +Diether +Dietmar +Dietrich +Diedrich +Diego +Dieudonné +Dickie +Dickinson +Dickey +Dickon +Dickson +Dicky +Dicuil +Dilara +Dilaver +Dilawar +Dilber +Dilton +Dilys +Dimitri +Dimitrie +Dimitris +Dimitra +Dimitar +Dima +Didem +Diderik +Didier +Didot +Dionne +Dionís +Diodotus +Diogenis +Diti +Ditlev +Ditmar +Dirck +Dirk +Diggu +Dijana +Dipankar +Disa +Divya +Dubh Essa +Dubh Themrach +Dubhán +Dubhóg +Dubhchobhlaigh +Dub Lémna +Dub dá Leithe +Dubravka +Dubravko +Dubthach +Durand +Durante +Durga +Durga Puja +Durbin +Duri +Durk +Durmuş +Dursun +Dunc +Duncan +Dunchad +Dunash +Dunja +Dunod +Dušan +Duško +Dušánek +Dustin +Dusty +Dutty +Duy +Duygu +Duane +Dudley +Dulcie +Drago +Dragoje +Dragoljub +Dragomir +Dragoslav +Dragoş +Draga +Dragan +Dragana +Dragica +Dragiša +Dragutin +Draža +Dražan +Dražen +Dražeta +Draško +Drahomíra +Drake +Dramane +Dravid +Dray +Dries +Drilon +Driss +Drita +Dren +Drest +Drew +Drummond +Drusilla +Désiré +Désirée +Dénes +Dáire +Dámaso +Díchu +Dóra +Dúnlaith +Dündar +Dhikrullah +Dhimitër +Dhanishka +Dhumavati +Djalma +Djalmir +Djamel +Djibo +Dwan +Dwayne +Dwight +Dwynwen +D'Alton +D'Anna +D'arcy +Dylan +Dymphna +Dysmas +Dmitry +Dmytro +Dzhokhar +Dzintars +Gerald +Geraldine +Geraldo +Gerard +Gerardo +Geraint +Gerasim +German +Germain +Germar +Germán +Gerri +Gerrie +Gerrit +Gerry +Gert +Gertrude +Gertrudis +Gertie +Gerhard +Gerhardt +Gerhart +Gerolamo +Gerold +Gerome +Gerbaud +Gerbrand +Gerlach +Gerli +Gerson +Gersz +Gerd +Geri +Gernot +Genevieve +Geneviève +Geneva +Generoso +Genta +Gentarō +Gentian +Gentile +Genzaburō +Genzebe +Genzo +Gen'ichi +Gen'ichirō +Gena +Genann +Gennadiya +Gennady +Geno +Genovaitė +Gendün +Genjiro +Genrikh +Georg +George +George Albert +George Augustus +George Washington +Georgeanna +Georges +Georgia +Georgiana +Georgina +Georgios +Georgius +Georgy +Geordie +Geoff +Geoffrey +Geovani +Getachew +Getahun +Getaneh +Gethin +Getoar +Geena +Geert +Geeta +Gebhard +Gebre +Gelgéis +Gelson +Gemechu +Gemma +Gediminas +Geir +Geppetto +Geun +Gezahegne +Garr +Garri +Garrick +Garrie +Garrison +Garrett +Gara +Garaidh +Garci +García +Gareth +Garett +Garibald +Garin +Gardner +Garfield +Garnet +Garo +Garth +Garvin +Gary +Garðar +Gay +Gayla +Gayle +Gaylord +Gayane +Gayatri +Gaynor +Gayson +Gabriel +Gabriella +Gabrielle +Gabriela +Gabby +Gabija +Gable +Gale +Galenka +Galina +Galip +Galton +Galusha +Gangubai +Ganesh +Ganna +Gano +Ganson +Gaddi +Gaddo +Gadhimai +Gadiel +Gadson +Gav +Gavril +Gavrilo +Gavriil +Gavin +Gaimar +Gaimdibhla +Gail +Gaius +Gaspard +Gaspare +Gaston +Gastone +Gamil +Gamini +Gamze +Ga-in +Ga-young +Gaku +Gakuto +Gatewood +Gatis +Gaurav +Gautam +Gaz +Gazza +Gaetano +Gaffar +Gajalakshmi +Gia +Gian +Gianni +Giannis +Gianna +Giannozzo +Gianfrancesco +Gianfranco +Gianluca +Gianluigi +Gianpaolo +Gianpietro +Giancarlo +Gianmarco +Giacobbe +Giacomo +Giacinto +Giampaolo +Giampiero +Giada +Gil +Gill +Gilla Asalta +Gilla Mo Chaidbeo +Gilla Pátraic +Gilleasbaig +Gilleasbuig +Gillespie +Gillian +Gilbert +Gilberto +Giles +Gilman +Gilson +Gin +Ging +Ginger +Ginnosuke +Ginny +Gintaras +Gintarė +Gina +Ginchiyo +Ginji +Gino +Ginés +Giorgi +Giorgia +Giorgio +Giorgos +Giordano +Giovanni +Giovanni Battista +Giovanni Lorenzo +Giovanna +Gioacchino +Gioachino +Giulia +Giuliana +Giuliano +Giulietta +Giulio +Giuseppe +Giuseppina +Giray +Girish +Girjesh +Girma +Girolamo +Gisela +Gisele +Giselher +Giselle +Giedrius +Giedrė +Gichin +Gifford +Giichi +Gijsbert +Gita +Gizem +Gun +Gundega +Gunder +Gundars +Gundoald +Gundulf +Gunn +Gunnar +Gunnel +Gunther +Guntis +Gunborg +Gunhild +Gunilla +Gunpei +Gunvald +Gunārs +Guillem +Guillermo +Guillaume +Guilherme +Guido +Guidobaldo +Guinn +Guiot +Gus +Gustav +Gustavo +Gustavs +Gustimeus +Gusman +Gussie +Gusztáv +Gul +Gull +Gulnara +Gulshara +Guly +Gulzar +Gurandukht +Gurcharan +Gurdeep +Gurgen +Gurunath +Guðrøðr +Guðrún +Guðjón +Guðmundur +Guarino +Guarinus +Guadalupe +Guderian +Gudny +Gubby +Guglielmo +Guharam +Guoqiang +Guto +Guus +Guy +Guzel +Gün +Gündoğdu +Gündüz +Güner +Güneş +Günseli +Günther +Gülşah +Gülşen +Gülbahar +Gülcan +Güler +Gültekin +Gür +Gürgen +Gürhan +Gürkan +Gürsel +Güven +Güvenç +Göksu +Göksun +Göksel +Gökçe +Gökçek +Gökçen +Gökay +Gökdemir +Gökhan +Göta +Götz +Gönül +Göran +Gösta +Gözde +Gérald +Géraldine +Gérard +Géraud +Géza +Gábor +Gëzim +Gísli +Gòrdan +Gómez +Gracie +Graciela +Grace +Grayson +Grayston +Graydon +Grandison +Grant +Grażyna +Gražina +Grady +Grafton +Graham +Grammaticus +Gratia +Graziano +Greenbury +Greenleaf +Greet +Greg +Gregoor +Gregory +Gregg +Greta +Gretchen +Grete +Grethe +Greig +Greyson +Grigor +Grigore +Grigoris +Grigory +Grigol +Grischa +Griselda +Griffith +Gráinde +Gráinne +Grégoire +Grífíne +Gruffydd +Gry +Gord +Gordo +Gordon +Gordan +Gorden +Goran +Gorana +Gorgias +Gorka +Gormflaith +Goro +Godfrey +Godfried +Godman +Godswill +Godzimir +Gottlieb +Gottlob +Gottfried +Gottschalk +Gotabhaya +Golden +Goldie +Goldsworthy +Goleuddydd +Gofraid +Gofraidh +Goffraid +Gonxha +Gonzague +Goodall +Goody +Gove +Gover +Gowell +Gowin +Goby +Goemon +Gogi +Goichi +Gojko +Gopinathan +Gosia +Ghasem +Ghassan +Ghazaleh +Ghazanfar +Ghada +Ghalib +Ghanem +Ghiyath +Ghiyath al-Din +Ghislain +Ghulam +Ghulam Faruq +Gheorghe +Gholam Reza +Glen +Glenda +Glenn +Glenys +Gleb +Gladwyn +Gladys +Glafcos +Glaucio +Glyn +Glynis +Glória +Glúniairn +Gwen +Gwendolen +Gwendoline +Gwendolyn +Gwenda +Gwenllian +Gwilym +Gwladys +Gwyneth +Gyula +Gyuri +Gyöngyi +György +Gyatso +Gyearbuor +Győző +Gjon +Gjonaj +Gjoni +Gjergj +Gjermund +Gjyste +Gnaeus +Gnathnad +Gneomar +Gniewomir +Gbenga +Nao +Naokatsu +Naokazu +Naoki +Naoko +Naokuni +Naohiko +Naohiro +Naohisa +Naohito +Naomi +Naomichi +Naomasa +Naomori +Naotaka +Naotake +Naotarō +Naoto +Naoshi +Naoshige +Naosuke +Naoya +Naoyasu +Naoyuki +Naoaki +Naofumi +Naoji +Naonobu +Naor +Naozumi +Nari +Nariaki +Nariakira +Nariman +Narimi +Naritaka +Naritami +Nariyasu +Nariyuki +Narihiro +Narinobu +Naruhiko +Naruhisa +Naruhito +Narumi +Naruto +Naruyuki +Narcissa +Narcisse +Narcisa +Narciso +Narcís +Nareh +Naresh +Naramaro +Nardo +Nargess +Narongchai +Nat +Natalia +Natalie +Nataliya +Nataly +Natalya +Natalee +Natallia +Natasha +Natasja +Natacha +Nats +Natsuki +Natsuko +Natsume +Natsumi +Natsue +Nathan +Nathaniel +Nathalie +Nate +Nattie +Nagatoki +Nagatomo +Nagateru +Nagaaki +Nagaakira +Nagaharu +Nagahide +Nagako +Nagakoto +Nagamasa +Nagamichi +Naganao +Naganori +Nagachika +Nagalingam +Nagaraj +Nagihan +Nagisa +Nagesh +Naguib +Namik +Namiko +Namihei +Namio +Nam-seon +Nam-sun +Nam-gi +Nam-il +Namagiri Thayar +Naman +Nana +Nanaho +Nanako +Nanami +Nanase +Nandini +Nandni Mata +Nando +Nanci +Nancy +Nane +Nanette +Nanne +Nannie +Nankichi +Nasir +Nasir al-Din +Nasim +Nasri +Nasrin +Nasrallah +Naseeb +Naseer +Nasser +Nassif +Nastia +Nastja +Nashwan +Nasuh +Nasya +Nadir +Nadira +Nadia +Nadine +Nadiya +Nadeem +Nader +Nadesan +Nadezhda +Nadarajah +Nadja +Nadya +Nadzeya +Naz +Nazim +Nazimuddin +Nazia +Nazif +Naziha +Nazir +Nazan +Nazanin +Nazar +Nazlı +Nazmi +Naji +Najib +Najibullah +Najim +Najm +Najm al-Din +Najma +Najat +Nava +Navadurga +Navaratnam +Naved +Naveed +Navid +Navin +Navneet +Nail +Naila +Naim +Naima +Naif +Naina Devi +Nairi +Nahia +Nahid +Nahla +Nahomi +Nahyan +Nachiketa +Nachman +Nacho +Naci +Nakia +Nakibou +Nakisa +Nakusha +Nabi +Nabih +Nabil +Nawaf +Nawaz +Nawfal +Nayef +Nayla +Nayoko +Nafisa +Nafiz +Nalan +Nalini +Na-young +Nae +Naqibullah +Nobuto +Nobutoki +Nobutomo +Nobutora +Nobutoshi +Nobutaka +Nobuteru +Nobutsuna +Nobukata +Nobukatsu +Nobukado +Nobukane +Nobukazu +Nobukimi +Nobuko +Nobuhiko +Nobuhiro +Nobuhisa +Nobuhito +Nobuharu +Nobumori +Nobumoto +Nobumasa +Nobumitsu +Nobunaga +Nobunao +Nobunari +Nobunori +Nobuyasu +Nobuyoshi +Nobuyuki +Nobuaki +Nobuatsu +Nobusada +Nobusuke +Nobufusa +Nobuo +Noburu +Noble +Noboru +Norihira +Norihiro +Norihide +Norihiko +Norihito +Noriyo +Noriyoshi +Noriyasu +Noriyuki +Norikage +Norikazu +Noriko +Norimasa +Norimoto +Norimura +Norifumi +Norifusa +Noriaki +Norichika +Norio +Noritsune +Norbert +Norberto +Norma +Norman +Nora +Norrie +Norton +Norvell +Noa +Noah +Noam +Nola +Nolan +Nollen +Nodar +Nodoka +Noel +Noelle +Nomar +Nompar +Noni +Nonus +Nozomi +Nozomu +Nosson +Novak +Noya +Noël +Nic +Nico +Nicola +Nicolau +Nicolaus +Nicolae +Nicolai +Nicolas +Nicole +Nicoletta +Nicolette +Nicolle +Nicolò +Nicos +Nicholas +Nichole +Nicholle +Nicci +Niccolò +Nicephorus +Nicetas +Nicki +Nicky +Nicu +Niculina +Niclas +Nikola +Nikolaj +Nikolaos +Nikolas +Nikole +Nikoleta +Nikolina +Nikolis +Nikodim +Nikos +Niki +Nikica +Nikifor +Nikita +Nika +Nike +Nikhil +Nikki +Niklas +Nila Devi +Nilay +Nilo +Niloufar +Nilesh +Nils +Nilüfer +Nihad +Nihal +Nihan +Nihar +Nihat +Nina +Nineli +Ningetsu +Nino +Ninzaburō +Nita +Nitesh +Nitin +Nito +Nitya +Nia +Niall +Niamh +Niazi +Nirav +Nirdesh +Nirṛti +Nivea +Niven +Nives +Nima +Nimatullah +Nisba +Nishant +Nizam al-Din +Nizami +Nidal +Niels +Nigel +Niilo +Necmettin +Necmi +Necati +Necdet +Necip +Necla +Nel +Nell +Nello +Nelly +Nelsinho +Nelson +Neri +Nerijus +Nerissa +Nerea +Nermin +Nerys +Nevaeh +Nevan +Neven +Nevena +Nevin +Negar +Negash +Negin +Negussie +Nemain +Nemanja +Nemecia +Nemir +Nestan-Darejan +Nestor +Neslihan +Nesuh +Neil +Neilson +Neidhart +Nezamysl +Nezha +Nezihe +Nebahat +Nebojša +Neelie +Neesa +Neha +Nehal +Nejat +Nejla +Nena +Nenad +Nettie +Netty +Ned +Neklan +Newbold +Ney +Neşe +Nur +Nur al-Din +Nuray +Nurhan +Nuri +Nurlan +Nurmat +Nursultan +Nurtai +Nurullah +Nuada +Nuala +Nuno +Nunzio +Nu'man +Nuh +Numerius +Nusrat +Nérée +Néstor +Nándor +Nílton +Núria +Nydia +Nyja +Nyota +Nyssa +Nnaemeka +Nnamdi +Nneka +Ndiaye +Ndumbe +Njenga +Njeri +N'Diaye +Ngugi +Nwankwo +Lisa +Lisa Marie +Lisaid +Lisanne +Lisbeth +Lisdeivis +Liselotte +Liss +Lindell +Linden +Lindie +Lindita +Lindsay +Lindsey +Linda +Lindon +Lindy +Lina +Linas +Linnar +Linnéa +Linsay +Linse +Line +Linos +Linus +Linval +Linwood +Lil +Lili +Lilia +Liliana +Liliane +Lilias +Lilibet +Lillian +Lillie +Lilla +Lilly +Lila +Lilou +Lily +Libbey +Libbie +Libby +Libertad +Liberto +Libero +Libor +Libuše +Liběna +Lia +Lian +Liana +Liane +Lianne +Liadain +Liam +Liv +Livia +Livio +Liviu +Livvy +Lidia +Lidiya +Liddy +Lidetu +Lief +Lieke +Liesl +Lieve +Lion +Lione +Lionello +Lior +Liza +Lizabeth +Lizzie +Lizzy +Liudolf +Liudvikas +Liuva +Liis +Liisa +Lipman +Lippo +Lita +Littleton +Licia +Likolani +Limbert +Liron +Laure +Lauren +Laurent +Laurentius +Laurence +Laurens +Laurențiu +Laureano +Laureen +Laurel +Lauretta +Lauri +Laurie +Laurier +Laurits +Lauritz +Laurin +Laura +Lauran +Laurance +Lauryn +Laurynas +Laud +Lan +Lando +Landon +Landi +Landulf +Landy +Lann +Lanny +Lansana +Lansing +Lana +Lanette +Lanford +Lanoe +Lamon +Lamond +Lamont +Lamberto +Lambros +Lamia +Lamine +Lama +Ladislao +Ladislaus +Ladislav +Ladina +Ladipo +Lada +Laden +Lassaad +Lassana +Lasse +Lasairfhíona +Lasantha +Lascăr +Latif +Latifa +Latife +Latonia +Latoya +Lathir +Law +Lawrence +Lawrie +Lawson +Lawton +Lawyer +Laimdota +Laimonis +Laisa +Laisrén +Laird +Lara +Larissa +Larry +Lars +Lakshanya +Lakshmi +Laka +Lal +Lalji +Lally +Lavan +Laverne +Lavinia +Lafayette +Lafe +Lajja Gauri +Lajos +Layan +Layne +Lazar +Lazarus +LaToya +Labib +Lachlan +Laetitia +Lagamu +Laxman +Leo +Leonard +Leonardas +Leonardo +Leonara +Leone +Leonel +Leonid +Leonie +Leonor +Leonora +Leontien +Leopold +Leopoldine +Leor +Leora +Les +Lesli +Leslie +Lesley +Lesly +Lesh +Lesia +Lester +Leszek +Leigh +Leighton +Leib +Leif +Leila +Leire +Leitão +Len +Lennart +Lenny +Lena +Lene +Lenina +Leticia +Letitia +Letizia +Lettice +Lettie +Letty +Lea +Leander +Leandro +Leanne +Leah +Levi +Levin +Levina +Levent +Levni +Lemar +Lembit +Lemprière +Lemuel +Lex +Lexi +Lexie +Lexa +Lew +Lewin +Lewis +Lee +Leelavathi +Lerben +Lerthan +LeBron +Lech +Ledyard +Lefter +Legesse +Lejla +Lepa +Leuthard +Leyna +Luci +Lucia +Luciana +Luciano +Lucie +Lucien +Lucienne +Lucio +Lucious +Lucija +Lucile +Lucinda +Lucius +Luce +Lucette +Luchino +Lucho +Lucretia +Lucrezia +Luca +Lucjan +Lucky +Lucy +Ludovic +Ludovica +Ludovico +Ludolf +Ludolph +Ludomir +Ludwik +Ludwika +Ludwig +Ludvig +Ludvík +Ludmila +Luděk +Luis +Luis Felipe +Luis Filipe +Luisa +Luiz Carlos +Luizão +Luigi +Luitpold +Lukas +Luke +Lukyan +Lukács +Luana +Luarsab +Luay +Lubomir +Luboš +Luba +Lula +Luljeta +Lulwa +Lutfullah +Luther +Lutz +Lupe +Lupus +Luman +Luna +Luzviminda +Luís Fernando +Lorents +Lorentz +Lorenz +Lorenzo +Lorena +Lorene +Lorea +Loredana +Lorelei +Loretta +Lori +Lorie +Lorin +Lorcan +Lorna +Lorraine +Louis +Louise +Louise Marie-Therese +Louise-Marie +Louis-Alphonse +Louisa +Louison +Louie +Lourdes +Lourenço +Louane +Loudon +Louella +Loughlin +Loukas +Love +Loveday +Lovemore +Lovick +Lovisa +Lovre +Lott +Lotte +Lottie +Lothair +Lothar +Lola +Lolita +Lolo +Locke +Lockie +Lodewijk +Lodewyk +Logan +Loganathan +Loingsech +Lois +London +Lonnie +Loeb +Lojze +Lokman +Lombardo +Lowell +Loy +Loïc +Lyn +Lyndsay +Lyndsey +Lynda +Lynn +Lynne +Lynnette +Lynsay +Lynsey +Lynley +Lynton +Lya +Lyall +Lycurgus +Lydia +Lyfing +Lygia +Lyonel +Lyubov +Léo +Léon +Léonce +Léonie +Léopold +Léandre +Láki +László +Lí Ban +Lígach +Lærke +Lóegaire +Löw +Lúcia +Lütold +Ljubica +Ljubisav +Ljubiša +Ljuba +Ljubo +Ljiljana +Lleyton +Lloyd +Lluís +Llywelyn +Lvovich +Līga +Lőrinc +Eli +Elisa +Elisabeth +Eliseo +Elisha +Eliad +Eliana +Eliav +Eliza +Elizabeth +Elif +Eligius +Eline +Eliomar +Eliphas +Eliška +Eleanor +Eleanora +Eleazar +Elen +Elena +Eleni +Eleuter +Eleutherios +Elec +Elektra +Elle +Ellen +Ellery +Ellie +Elling +Elliot +Ella +Ellard +Ellwood +Ellyn +Elsa +Elsbeth +Else +Elson +Elspeth +Elvir +Elvira +Elvin +Elvis +Elvan +Eldad +Eldar +Eldin +Eldon +Elkan +Elkanah +Elke +Elkin +Elmo +Elmore +Elman +Elmer +Elouan +Elouen +Eloise +Elon +Ela +Elaine +Elayne +Elbie +Elchin +Elfriede +Elgin +Elham +Elrick +Elton +Eluned +Elza +Elín +Ernest +Ernest August +Ernesto +Ernests +Erneido +Ernan +Ernie +Ernmas +Ernst +Ernő +Eri +Eric +Ericka +Erika +Eriko +Erida +Erin +Eriş +Erden +Erdene +Erdem +Erdi +Erdinç +Erdal +Erdoğan +Eren +Erendiz +Ereka +Erem +Erez +Erki +Erkin +Erkan +Erkki +Ertuğ +Ertuğrul +Ertan +Erton +Eraldo +Erasmo +Eray +Erhard +Erhart +Erhan +Erminia +Ermintrude +Erman +Ercan +Ercüment +Ergin +Ergün +Erland +Erlea +Ersan +Ersin +Erbil +Erol +Errett +Erum +Ervin +Erwan +Ed +Edil +Edilma +Edin +Edinson +Edita +Edith +Edik +Edip +Edis +Edivaldo +Edwin +Edwina +Edwidge +Edwige +Edward +Edward Robert +Edwyn +Edmund +Edmundas +Edmundo +Edmilson +Edmond +Edmé +Edebe +Edel +Edem +Eden +Ederson +Edgar +Edgaras +Edgardo +Edgars +Edgell +Edvard +Edvardas +Edvin +Edvinas +Edvīns +Eddie +Eddison +Eddy +Edyta +Edythe +Eda +Edburga +Edhem +Edna +Edoardo +Edsel +Eduardo +Edílson +Eun +Eun-ji +Eun-jin +Eun-ju +Eun-jung +Eun-jae +Eun-soo +Eun-sook +Eun-suh +Eun-sung +Eun-sang +Eun-ha +Eun-hee +Eun-hye +Eun-bi +Eun-byul +Eun-ah +Eun-chae +Eun-kyung +Eun-mi +Eun-young +Eunice +Eugenija +Eugenijus +Eugenia +Eugenio +Eugene +Eugène +Eugénie +Eugênio +Eustace +Eustachy +Eustathius +Eudora +Eudoxia +Euan +Eubulus +Euhel +Eula +Euphemia +Euthemia +Em +Emi +Emil +Emilia +Emiliana +Emilie +Emilio +Emily +Emin +Emine +Emir +Emiri +Emiko +Emmeline +Emmerich +Emmett +Emma +Emmanuelle +Emmie +Emmy +Emre +Emrecan +Emrah +Emrys +Emel +Emerson +Emese +Emanuele +Emanuil +Emory +Emosi +Emyr +Emīlija +Eiji +Eijin +Eijirō +Eija +Eijun +Eiler +Eilert +Eileen +Eino +Einosuke +Einar +Eiichi +Eiichiro +Eikichi +Eiko +Eimhin +Eimi +Eishun +Eisuke +Eitel Friedrich +Eithne +Eibert +Eifion +Eihi +Eirini +Eivind +Eizō +Eiður +Eva +Evan +Evangelina +Evangelista +Evangelos +Evandro +Evanthia +Evald +Evaldas +Evalyn +Evadne +Evaristo +Eve +Evelyn +Evelyne +Evelin +Even +Everton +Evilastus +Evilásio +Evie +Evin +Evon +Evonne +Evgenia +Evrim +Engelbert +Engin +Enguerrand +Enric +Enrico +Enrique +Enriqueta +Endel +Ender +Endrit +Ene +Eneko +Enes +Enid +Enikő +Enis +Enn +Ennio +Enache +Enoch +Enver +Enyinnaya +Enzo +Eadbald +Eadberht +Eadred +Eadric +Eadweard +Eadwulf +Earl +Earle +Early +Eardley +Eardwulf +Ealdred +Ealdwulf +Ealhmund +Eachann +Eachmarcach +Eanbald +Eanfrith +Eamonn +Easley +Esteban +Estelle +Esther +Estienne +Eston +Espen +Esperanza +Esprit +Esma +Esmé +Essi +Essie +Esben +Eschel +Esdras +Eser +Esfandiar +Esin +Esra +Eszter +Eth +Ethel +Ethem +Ethan +Ethniu +Etta +Etti +Ettore +Eta +Etalemahu +Etsuji +Etsuko +Etien +Ekaterina +Ekaterini +Ekanamsha +Ekei +Ekene +Ekram +Ekrem +Ekin +Ekkehard +Ege +Egemen +Egerton +Egidijus +Egidio +Egil +Egnech +Egon +Ewa +Ewald +Ewell +Ewen +Ewine +Ewing +Ewbank +Ewunia +Eberhard +Eberhard I +Eberhart +Ebenezer +Ebba +Ebbie +Ebru +Effie +Effiong +Efraín +Efren +Efe +Eftychia +Eyerusalem +Eygló +Eylem +Eyre +Eystein +Eyüp +Ezekiel +Ezel +Ezequiel +Ezinne +Ezri +Ezzo +Ehsan +Ehsanullah +Ehren +Ehud +Eerik +Eero +Eelco +Ejegayehu +Ejler +Ejnar +Eoin +Eoinícé +Eochaid +Ephraim +Ephrem +Epke +Ece +Ecem +Eòin +Eógan +Exequiel +Eşref +Farid +Farida +Fariduddin +Fariba +Fariborz +Faris +Farhaan +Farhad +Farhat +Farzan +Farzaneh +Farzad +Farah +Faraj +Farrah +Farrington +Fareed +Farkas +Farley +Farooq +Farshid +Fabia +Fabian +Fabiano +Fabien +Fabienne +Fabio +Fabiola +Fabinho +Fabrice +Fabricio +Fabrizio +Fabre +Fathallah +Fathi +Fathy +Fatih +Fatima +Fatin +Fateh +Faten +Fatmirë +Fatos +Faiz +Faiza +Faizan +Faizullah +Faik +Fairfax +Faisal +Faith +Fahmi +Fahmy +Fahd +Faheem +Fahir +Fahri +Fawaz +Fawkes +Fawn +Fawzi +Fazlallah +Fazli +Fazal +Fazil +Fausto +Faustus +Fauzia +Fay +Faye +Fayez +Fadel +Fadi +Fakhr al-Din +Fakir +Fannie +Fanny +Faas +Fachtna +Falko +Faqir +Fran +Francis +Francisc +Francisca +Francisco +Franciscus +Franciszek +Franciszka +Francie +Francine +France +Frances +Francesc +Francesca +Francesco +Franck +Franco +Francés +François +François-Joseph +François-Marie +François-Xavier +François Joseph +François Marie +Françoise +Frank +Franklin +Franklyn +Frannie +Franny +František +Frantz +Franz +Franzl +Frane +Franjo +Frans +Frazer +Frederic +Frederick +Frederick Charles +Frederica +Frederico +Frederique +Freddie +Freddy +Fredrik +Fredro +Fredi +Fredson +Fredua +Fredy +Freeborn +Freundel +Freya +Friedrich +Friedrich Christian +Friedrich Gottfried +Friedrich Heinrich +Friedemann +Friedhelm +Frith +Fritiof +Fritz +Frida +Fridtjof +Fricis +Frimann +Friðrik +Frédéric +Frøydis +Fruela +Fryderyk +Ferdi +Ferdinand +Ferdinando +Ferdynand +Fernan +Fernand +Fernando +Fernando Jose +Ferenc +Fereshteh +Fereydun +Fergus +Ferguson +Fergal +Ferrante +Ferris +Ferruccio +Feridun +Ferit +Fero +Feroze +Ferhat +Ferkó +Ferman +Feryal +Feró +Felicia +Feliciano +Felicity +Feliks +Felipe +Felix +Felton +Federica +Federico +Federigo +Fedelm +Fedde +Fen +Fenella +Fenimore +Fenton +Fenwick +Fey +Feyrouz +Feyyaz +Fethi +Fethiye +Fehmi +Feidlimid +Femia +Fevzi +Feđa +Fumihiko +Fumihiro +Fumihisa +Fumito +Fumitoshi +Fumitaka +Fumika +Fumiko +Fumiaki +Fumie +Fumimaro +Fumio +Fumiya +Fulbert +Fulcoald +Fulgence +Fulke +Fulvio +Fulwar +Fusakichi +Fusako +Fusanosuke +Fusashige +Fusatsugu +Fusazane +Fuyuki +Fuyuko +Fuyue +Fuyuhiko +Fujiko +Fujio +Fujitaka +Fukumi +Fukuzo +Fukio +Fuad +Fuat +Furio +Furkan +Funda +Futoshi +Fi +Filippa +Filippo +Filipa +Filipe +Filipo +Filiz +Filomena +Filotije +Finn +Finnacán +Finlay +Finley +Finbil +Findabair +Fiach +Fiachra +Fiachrae +Fiacha +Fiachna +Fiamma +Fionn +Fionnghuala +Fionnuala +Fiona +Fiorina +Fiorino +Fidel +Fidelma +Fiderd +Fida +Fidan +Fikret +Fikri +Fisnik +Fisseha +Fifita +Firmin +Fitz +Flo +Florence +Florencio +Florentin +Florentina +Florenz +Florea +Florin +Florina +Florine +Florian +Florimond +Flora +Florrie +Floy +Floyd +Floyer +Flossie +Flossy +Flower +Flann +Flannabhra +Flannán +Flavia +Flavio +Flaithbertach +Flaxman +Flemming +Fletcher +Fleur +Flávia +Flávio +Flidais +Flynt +Forbes +Forbflaith +Forest +Forrest +Fortune +Folashade +Folger +Folke +Fothad +Fotini +Foppa +Fouzan +Fín +Fíne +Fíneamhain +Félix +Fódla +Fyodor +Fyodorovich +Fynes +Ffion +Fjolla +Fırat +Yoshi +Yoshika +Yoshikage +Yoshikane +Yoshikatsu +Yoshikazu +Yoshiki +Yoshikiyo +Yoshiko +Yoshikuni +Yoshitaka +Yoshitake +Yoshitarō +Yoshito +Yoshitomo +Yoshiteru +Yoshitsugu +Yoshinaga +Yoshinao +Yoshinari +Yoshino +Yoshinobu +Yoshinori +Yoshihide +Yoshihiko +Yoshihiro +Yoshihisa +Yoshihito +Yoshimaro +Yoshimasa +Yoshimatsu +Yoshimi +Yoshimichi +Yoshisada +Yoshishige +Yoshisuke +Yoshiya +Yoshiyasu +Yoshiyuki +Yoshifumi +Yoshifuru +Yoshiie +Yoshio +Yoshirō +Yosbany +Yossi +Yosua +Young-ha +Young-hee +Young-ho +Young-hwan +Young-ja +Young-jae +Young-joo +Young-jun +Young-soo +Young-sook +Young-shin +Young-sik +Young-geun +Young-gi +Young-mi +Young-min +Young-ae +Young-chul +Young-nam +Young-tae +Young-wook +Yoritsugu +Yoritsune +Yoritaka +Yorimitsu +Yorinobu +Yorishige +Yoriyuki +Yordan +Yordanka +Yoram +Yorgos +Yoon-sook +Yoon-sung +Yoon-hee +Yoon-jung +Yoo-gun +Yoo-jung +Yoo-kyung +Yong +Yong-gi +Yong-ho +Yong-joon +Yonca +Yoneo +Yohan +Yohanan +Yohannes +Yoan +Yoani +Yogesh +Yogini +Yo-han +Yochi +Yoko +Yasutoki +Yasutomo +Yasutoshi +Yasutaka +Yasutane +Yasutsune +Yasuhide +Yasuhiko +Yasuhiro +Yasuhisa +Yasuharu +Yasukage +Yasukatsu +Yasukazu +Yasuki +Yasuko +Yasunobu +Yasunori +Yasunoshin +Yasunari +Yasumi +Yasumichi +Yasumasa +Yasue +Yasuei +Yasuji +Yasujirō +Yasuo +Yasuori +Yasuyoshi +Yasuyuki +Yasuaki +Yasuchika +Yasufumi +Yasurō +Yasushi +Yash +Yashaswi +Yashwant +Yasmani +Yasmin +Yasser +Yassine +Yasin +Yann +Yannick +Yannis +Yannai +Yanick +Yanis +Yanmin +Yanming +Yanki +Yakub +Yakubu +Yakup +Yakut +Yakir +Yamina +Yamini +Yamil +Yahiko +Yahiro +Yahya +Yaron +Yaroslav +Yara +Yaeko +Yael +Yalçın +Yalım +Yap +Yaprak +Yaw +Yawovi +Yazar +Yazid +Yağmur +Yağız +Ya'qub +Yadollah +Yaichirō +Yaqoob +Yatarō +Yavuz +Yayoi +Yaşar +Yuki +Yukina +Yukinaga +Yukinari +Yukinobu +Yukinori +Yukihiko +Yukihiro +Yukiharu +Yukito +Yukitoshi +Yukitaka +Yukimasa +Yukimura +Yukiya +Yukiyasu +Yukie +Yukifumi +Yukijirō +Yukiko +Yukio +Yukiru +Yuka +Yukari +Yuri +Yurika +Yuriko +Yurie +Yurina +Yurio +Yury +Yumi +Yumika +Yumiko +Yumei +Yumeko +Yun-seo +Yun-seok +Yunfei +Yunus +Yugesh +Yugi +Yugo +Yusuf +Yusuf Ali +Yusha +Yu-jin +Yu-ri +Yui +Yuiko +Yulia +Yuliy +Yudell +Yujiulü +Yutaka +Yuval +Yuyuko +Ye-ji +Ye-jin +Ye-jun +Ye-eun +Ye-rin +Ye-seo +Ye-won +Yeon +Yeon-hee +Yeon-seok +Yeon-woo +Yeong-ok +Yeo-jin +Yeliz +Yelizaveta +Yelda +Yelena +Yener +Yenew +Yenal +Yehia +Yehudi +Yekaterina +Yekta +Yeray +Yermolay +Yetkin +Yetunde +Yevgeny +Yevhen +Yeardley +Yechiel +Yefim +Yegor +Yemelyan +Yessica +Yeşim +Yū +Yūsaku +Yūsei +Yūshi +Yūsuke +Yūta +Yūtarō +Yūto +Yūichi +Yūichirō +Yūji +Yūjirō +Yūkichi +Yūko +Yūdai +Yūhei +Yūya +Yūzō +Yō +Yōichi +Yōichirō +Yōji +Yōjirō +Yōzaburō +Yōzō +Yōhei +Yōsuke +Yōta +Yve +Yves +Yvette +Yvon +Yvonne +Yvan +Yi-kyung +Yi-soo +Yibeltal +Yitzhak +Yiğit +Yıldıray +Yıldırım +Yıldız +Yılmaz +Ylenia +Yllita +Ylva +Yücel +Yüksel +Yngve +Yrjö +Ytalo +Pau +Paul +Pauli +Paulin +Paulina +Pauline +Paulinho +Paulinka +Paulino +Paulie +Paulo +Paulo Cesar +Paulo Sérgio +Paul-Antoine +Paul-Louis +Paule +Paulette +Paull +Paullus +Paula +Pauly +Paulão +Pauric +Pausanias +Paris +Parisa +Parisse +Paritosh +Parvathy +Parvati +Parveen +Parvīz +Parag +Paranasabari +Paraskevi +Parris +Parry +Parekura +Parker +Parminder +Parul +Pat +Patricia +Patricio +Patrice +Patrick +Patrizia +Patti +Patty +Paterson +Pathibhara +Patience +Patsy +Panchakanya +Panchito +Pancho +Panagiotis +Panayot +Panteley +Pantelis +Pankaj +Panorea +Pasco +Pascoal +Pascoe +Pascal +Pascale +Pascual +Pasqual +Pasquale +Pasteur +Palanivel +Palden +Pallav +Palma +Paloma +Pavla +Pavle +Pavel +Pavol +Pavsikakiy +Pam +Pammie +Pammy +Pamela +Paddy +Padmavati +Padraig +Paa +Paavo +Paco +Pacôme +Paola +Paolo +Papiss +Pappu +Paymon +Payton +Pablo +Page +Paige +Paquito +Primislaus +Primož +Primus +Priscilla +Priska +Prissy +Priya +Priyabrata +Priyanka +Priidu +Priit +Prince +Princeton +Pribislav +Price +Prija +Prithvi +Pratibha +Pratul +Pratyangira +Pranab +Pranvera +Prashant +Prasuti +Prabhakar +Pradip +Praenomen +Prafulla +Praharshitha +Prajesh +Prakash +Pramod +Praveen +Proverb +Proculus +Prokhor +Prosper +Prudence +Prudent +Prue +Prunella +Przemysł +Przemysław +Przemyśl +Przybysław +Precious +Predrag +Prerna +Per +Perica +Perikles +Periyachi +Peretz +Perez +Pernilla +Pernille +Perri +Perry +Pervaiz +Pervin +Percy +Persis +Petr +Petra +Petre +Petri +Petronella +Petru +Peter +Peter Ernest +Petko +Petula +Petya +Pellegrino +Pellow +Pelagio +Peleg +Pelin +Peg +Pegah +Pegeen +Peggy +Pendleton +Penelope +Penny +Peadar +Pearl +Pedro +Pedro Chamorro +Peep +Peeter +Pejman +Pejo +Pepe +Peppe +Pekka +Peyman +Peĉjo +Pier +Pierre +Pierre-Joseph +Pierre-Julien +Pierre-Antoine +Pierre-Simon +Pierre Antoine +Pierrette +Pierrick +Piermaria +Piermario +Piermassimiliano +Piermatteo +Piers +Piersandro +Piersanti +Piergiorgio +Piergiuseppe +Pierangelo +Pierce +Pierdavide +Pierfranco +Pierluigi +Piet +Pieter +Pietro +Piennaar +Pip +Pipaluk +Piper +Pipo +Pippa +Pincus +Ping +Pinkas +Pilar +Pilley +Piotr +Piotter +Pia +Pidari +Piia +Pirjo +Piyush +Piña +Polat +Polemon +Polina +Polly +Polo +Polychronis +Pourang +Pouria +Pouya +Pouyan +Poul +Porfiry +Porntip +Porter +Pompeo +Pomponio +Ponnambalam +Poonam +Poppy +Postumus +Potsie +Povilas +Poļina +Philip +Philipp +Philippa +Philippe +Phill +Phillippe +Phillipps +Phillis +Philemon +Philomena +Phanduangchit +Phanita +Phankham +Phaedon +Pharnavaz +Phelim +Phemie +Phoebe +Phoebus +Phul Mata +Publius +Publius Claudius +Pura +Purley +Puccio +Puiu +Pushpa +Putana +Placid +Placido +Plamen +Plas +Ploning +Plor na mBan +Plutarch +Pádraigín +Päivi +Pétur +Pól +Pygmalion +Pyotr +Pythias +Pēteris +Pınar +Pjetër +Přemysl +Vi +Vin +Vince +Vincent +Vincentio +Vincenzo +Vincas +Vinciguerra +Vint +Vintcent +Vintilă +Vinay +Vinayaki +Vinnie +Vinny +Vindhyavasini +Vinicius +Vinko +Vinod +Vinzenz +Vilhelm +Vilhjálmur +Vilho +Vilain +Vilayphone +Viliamu +Vilis +Viljar +Viljo +Ville +Villu +Vilenas +Vilma +Vilson +Vilém +Virginia +Virginie +Virginijus +Virginio +Virgil +Virgil Earnest Irvan +Virgilijus +Virachai +Viridiana +Virve +Virág +Vic +Vicki +Vickie +Vickey +Victor +Victoria +Victorino +Vicary +Vicent +Viktor +Viktoriya +Viktors +Vikas +Vikentije +Viking +Vikki +Vikram +Vid +Vidak +Vidal +Vidkun +Vidmantas +Vidoje +Vidyā +Vito +Vitomir +Vitori +Vittorio +Vittorio Emanuele +Vittoria +Vitali +Viv +Vivian +Viviano +Vivica +Vivaldo +Vivan +Vivek +Viola +Violant +Violet +Violetta +Viorel +Vibart +Vibeke +Vibha +Vibius +Vijay +Vijayadurga +Vijayalakshmi +Vishal +Vishva Shakti Durga Mandir +Viswanathan +Vien +Viera +Vigen +Viggo +Viacheslav +Vimukthi +Vixaykone +Višeslav +Val +Valeria +Valerian +Valerie +Valerii +Valerio +Valery +Valentin +Valentina +Valentine +Valentijn +Valentyn +Valdimar +Valdir +Valdis +Valter +Valters +Valto +Valli +Vallu +Valan +Valmy +Valon +Valson +Valéry +Valērijs +Varadarajan +Varahi +Varatharajah +Varujan +Varuni +Varuzhan +Varma +Varmah +Varnado +Varney +Vardan +Varghese +Varis +Varkey +Varlam +Varol +Varsha +Vasil +Vasilis +Vasilisa +Vasilievich +Vasilije +Vasilikas +Vasilios +Vasile +Vasily +Vasik +Vassil +Vassili +Vassilios +Vasa +Vasavi +Vasco +Vasyl +Vahab +Vahafolau +Vahagn +Vahan +Vahap +Vahe +Vahid +Vahur +Vance +Vanessa +Vanita +Vanja +Vanna +Vanya +Vaishnavi +Vaishno Devi +Vaia +Vaibhav +Vaino +Vaira +Vaden +Vadim +Vadym +Vadzim +Vagelis +Vagner +Vajk +Vaughn +Vause +Vache +Vafa +Vakhtang +Vamshi +Vatroslav +Vavra +Vazha +Vašek +Veli +Velibor +Velichko +Velimir +Velasco +Veljko +Vello +Velma +Velta +Velupillai +Velvel +Vendramino +Vendula +Venu +Venus +Venantino +Venetia +Veniamin +Venkata Ratnam +Venla +Ventris +Vera +Vered +Verity +Verner +Veronica +Verrier +Veselin +Vesna +Vespasian +Vess +Vedad +Vedat +Vedran +Veaceslav +Veasna +Veikko +Veit +Veena +Vegar +Vehbi +Vejsil +Vekenega +Vetle +Veysel +Vlad +Vladi +Vladimir +Vladimiro +Vladimír +Vladislav +Vlada +Vladan +Vladana +Vladas +Vladeta +Vladlen +Vladyslav +Vlastimil +Vlastimir +Vlasta +Vlassis +Vlatko +Volkan +Volkert +Voldemārs +Volesus +Volf +Volha +Vollrath +Volodymyr +Vojislav +Vojislava +Vojin +Vojtech +Vona +Vonda +Vopiscus +Vorname +Voyle +Vuk +Vukajlo +Vukan +Vukašin +Vukmir +Vukota +Vugar +Vujadin +Vula +Vural +Vítor +Vítor José +Víctor +Vân +Vânia +Václav +Väinö +Véronique +Vyacheslav +Vyomesh +Vytautas +Vāc +Văn +Věnceslava +Vjekoslav +Vrushali +Vsevolod +In +Inge +Ingeborg +Ingebrigt +Ingegerd +Ingeldaz +Ingemar +Inger +Ingvald +Ingvar +Ingvil +Ingvild +Ingo +Ingolf +Ingram +Ingrid +Ingus +India +Indira +Inday +Indrek +Indulis +In-soo +In-sook +In-sik +In-hye +In-young +Ines +Inese +Inessa +Inejiro +Inez +Inayat +Inayatullah +Inal +Inna +Innar +Innogen +Inigo +Inoke +Inta +Inácio +Isa +Isabel +Isabella +Isabelle +Isambard +Isami +Isamu +Isaac +Isaias +Isao +Ishak +Ishana +Ishwar +Ishwari +Ishmael +Ishtiaq +Ismat +Ismat ad-Din +Ismatullah +Ismail +Ismaël +Ismet +Iset +Isetemkheb +Isetnofret +Isembard +Isidora +Isidore +Isla +Islwyn +Issei +Issiaka +Iskandar +Isobel +Israel +István +Isy +Il +Ila +Ilan +Ilana +Ilaria +Ileana +Ilene +Ilesanmi +Ilham +Ilhami +Ilhan +Ilie +Ilija +Ilisoni +Illich +Illimar +Illarion +Ilmar +Ilmari +Ilmārs +Ilgar +Ilgın +Ilker +Ilkka +Ilse +Ilsley +Ilya +Ilyas +Il-sung +Ildike +Ilja +Ilona +Ilze +Ilídio +Ira +Irakli +Irakly +Irad +Iraj +Irati +Irina +Irineu +Iris +Irish +Iria +Irene +Ireneusz +Irek +Irem +Irma +Irmak +Irmin +Irvine +Irving +Irfan +Irwin +Irénée +Iva +Ivan +Ivana +Ivane +Ivanka +Ivar +Ivars +Ivalu +Ivaylo +Ive +Iveta +Ivett +Iven +Ives +Ivo +Ivon +Ivone +Ivonne +Ivica +Ivy +Iemochi +Iemon +Iemasa +Iemitsu +Iesada +Iesato +Ieshige +Iestyn +Iehiro +Iehisa +Ieharu +Ienari +Ieuan +Ieva +Ieyasu +Ikuhiko +Ikuhiro +Ikuhisa +Ikue +Ikumi +Ikuo +Ikurō +Ikuyo +Ikkansai +Ikko +Ikramullah +Ikrimah +Iker +Ikhtiyar al-Din +Ion +Ionel +Ionela +Iona +Ionuț +Ioan +Ioana +Ioane +Ioannis +Iori +Iorwerth +Iolo +Izzat +Izzatullah +Izzeldin +Izzet +Izz al-Din +Izabella +Izaiaš +Izak +Izaro +Izet +Izolda +Izumi +Ima +Imad +Imad al-Din +Imanol +Imants +Imelda +Imerio +Imdad +Imogen +Imre +Imtiaz +Ignacio +Ignacy +Ignatius +Ignatz +Ignas +Ignazio +Ignác +Igor +Igors +Igwe +Itsuki +Itsuko +Itsumi +Itsunori +Itsuro +Itai +Itaru +Itay +Itziar +Ichiei +Ichiko +Ichimatsu +Ichirō +Ichizō +Ichabod +Ian +Iana +Ianto +Iacopo +Iain +Ibrahim +Ibrahima +Ibro +Ibtisam +Idris +Idriss +Ida +Idina +Iwako +Iwan +Iwao +Iwonka +Işık +Işıktan +Işıl +Işın +Ifan +Iftikhar +Ihab +Ihsan +Iuliu +Iurie +IJsbrand +Ippei +Iqbal +Iñaki +Oliver +Olivera +Olivia +Olivier +Olivo +Olimpiu +Olin +Olisa +Oladapo +Oladipo +Olavi +Olavo +Olaf +Olatunji +Ole +Oleg +Oleksiy +Olena +Olesya +Olev +Olcay +Olcayto +Olcan +Olcán +Olu +Olunike +Olusola +Olga +Olgun +Olle +Ollie +Olov +Olwen +Olympias +Osama +Osamu +Osachi +Osagie +Oswald +Oswaldo +Oswalt +Osbert +Osborne +Oscar +Oscarre +Osian +Osip +Osman +Osmo +Ossian +Ossip +Osei +Oskars +Oslac +Osric +Ostap +Osvaldo +Ora +Oralbay +Oralbeg +Orange +Orazio +Ori +Oriol +Orion +Oriana +Oren +Orestes +Orla +Orlando +Orvar +Orville +Orhan +Orkut +Orme +Ornella +Orsolya +Orwin +Ott +Otto +Ottokar +Ottorino +Ottilie +Ottiwell +Ottavio +Otoha +Otohiko +Otome +Otomuro +Otojirō +Otacílio +Otakar +Otha +Othmar +Otis +Otávio +Odd +Oddbjørn +Oddibe +Oddone +Odile +Odilon +Odia +Odin +Odette +Odo +Odran +Oduvaldo +Ok +Okihisa +Okimoto +Okitsugu +Okan +Okay +Okur +Okuro +Oke +Okon +Oksana +Oktay +Obaid +Obaidullah +Obafemi +Obi +Obinna +Obrad +Obren +Obed +Omar +Omar Khan +Omari +Omi +Omid +Omolade +Omondi +Omero +Ondrej +Ondřej +Onuegbu +Onur +Onni +Onóra +Ousman +Ousmane +Ouattara +Ounkeo +Outi +Owain +Owana +Owe +Owen +Owusu +Octavia +Octavio +Octavius +Océane +Ogden +Ogino +Ognjen +Ogün +Oh-seong +Ohannes +Oona +Oonagh +Oommen +Opal +Opiter +Opoku +Ovadia +Ove +Ovidiu +Oğuz +Oğuzhan +Oļegs +Oier +Oisin +Oya +Oylum +Oelfke +Ojārs +Oxathres +Zahid +Zahida +Zahir +Zahir al-Din +Zaha +Zahed +Zahra +Zac +Zach +Zacharie +Zachary +Zachos +Zack +Zak +Zaki +Zakiah +Zakiya +Zakariya +Zakhar +Zain +Zainal +Zainal Abidin +Zaim +Zaira +Zafar +Zafarullah +Zafeiris +Zafer +Zara +Zareh +Zarinaea +Zayn ad-Din +Zaynab +Zayd +Zadoc +Zadok +Zamfir +Zamir +Zane +Zanobi +Zalmay +Zaurbek +Zawisza +Zena +Zenaida +Zenas +Zenchū +Zenjiro +Zenkichi +Zenryō +Zensaku +Zentarō +Zenzō +Zerelda +Zeresenay +Zero +Zerrin +Zeki +Zekiye +Zeke +Zeena +Zeeshan +Zelda +Zelman +Zeynel +Zeynep +Ze'ev +Zeami +Zeb +Zechariah +Zeineb +Zetlitz +Zev +Zewde +Zia +Ziauddin +Ziaur +Ziad +Ziarre +Zinovios +Zinoviy +Zinovy +Zinyat +Ziva +Zivah +Zivar +Zizhou +Zizi +Zibiah +Zick +Zidan +Ziemowit +Zigmas +Zihni +Zilpha +Zita +Ziya +Zora +Zoran +Zorica +Zorko +Zola +Zolani +Zoltán +Zoé +Zoël +Zoe +Zohra +Zoilos +Zooey +Zosia +Zoticus +Zoya +Zubayr +Zubin +Zuleika +Zulfiya +Zuzana +Zuzia +Zuhal +Zurab +Zdenka +Zdenko +Zdeněk +Zdeslav +Zdeslava +Zdravko +Zdzisław +Zhan +Zhanna +Zhannat +Zhangeri +Zhaleh +Zhijian +Zhiming +Zsu +Zsuzsanna +Zsó +Zsófia +Zsa Zsa +Zsolt +Zvi +Zviad +Zvika +Zvonimir +Zvonko +Zvezdan +Zbylut +Zbyněk +Zbyszko +Zbigniew +Zbislaw +Zé Manel +Zé Maria +Zé Eduardo +Zülfü +Zlatan +Zlatko +Zrinko +Zwelinzima +Walt +Walter +Walther +Waltraud +Waleed +Walenty +Walery +Wallace +Wallis +Wally +Waldir +Waldo +Waliullah +Walson +Wangari +Wangchuk +Wangui +Wanda +Wanderson +Wanja +Wade +Wadih +Wadud +Wafaa +Wafi +Wahed +Wahid +Waine +Wait +Wajdi +Wajid +Wakako +Wakeley +Washington +Wasim +Wat +Wataru +Wayde +Wayne +Waad +Wachira +Wael +Waqar +Warren +Wawrzyniec +Wazir +Willi +William +Willie +Willis +Willard +Willem +Willo +Willson +Wilf +Wilfred +Wilfredo +Wilfried +Wilhelm +Wilhelmina +Wilbur +Wilma +Wilson Júnior +Wincenty +Winckworth +Winnie +Winnifred +Winsome +Winston +Winfried +Winifred +Winona +Wiesiek +Wiesław +Wiebe +Wisse +Wissem +Witold +Wittich +Widukind +Wijnand +Wim +Wix +Woo +Woodrow +Woodson +Woody +Woo-jin +Woo-sung +Woon-Kon +Woong +Wolde +Woldemar +Woldemariam +Woldemichael +Wolf +Wolfgang +Wolter +Won-chul +Won-ho +Won-il +Won-jae +Won-sik +Won-yong +Wojciech +Wojtek +Wodajo +Worku +Wouter +Wendelin +Wenderson +Wendall +Wendy +Wenceslaus +Wenche +Wenzel +Welbore +Welf +Wellington +Werner +Wernher +Werenfried +Wei +Weiguo +Wes +Wesley +Wealhþeow +Webb +Wederson +Weetman +Weyman +Whitely +Whitlow +Whitmell +Whitney +Whittaker +Wheeler +Wyn +Wynand +Wyndham +Wynne +Wynton +Władysław +Włodzimierz +Wladimiro +Wren +Wélton +Özgü +Özgül +Özgür +Özge +Özdemir +Özden +Özen +Özer +Özkan +Özker +Özalp +Özcan +Özhan +Özlem +Öznur +Öztürk +Ödön +Öktem +Önder +Örjan +Éliane +Élie +Élise +Élodie +Éloi +Éder +Édouard +Édson +Émile +Émilie +Éric +Ériu +Étaín +Étienne +Éadbhard +Éibhear +Ági +Ágica +Ágika +Ágúst +Ádi +Ádika +Áed Rúad +Díthorba +Cimbáeth +Áedammair +Árdal +Árpád +Ábal +Áine +Ákos +Álvaro +Áďa +Æthelflæd +Æthelfrith +Æthelwine +Æthelwold +Æthelburg +Æthelstan +Ælfweard +Ælfwine +Ælfgifu +Ælfheah +Ælfric +Çağla +Çağlar +Çağatay +Çağdaş +Çağrı +Çelik +Çetin +Çevik +Çhalse +Çiğdem +Üllar +Ülle +Ülar +Ülo +Ünal +Üner +Ümit +Üzeyir +Ólafur +Ólchobar +Órfhlaith +Órlaith +Ósk +Åshild +Åsmund +Åge +Åke +Þorsteinn +Þorvaldur +Þórðr +Þórður +Øystein +Øyvind +Øivind +Ùisdean +Ùna +Úna +Urs +Ursi +Ursula +Urszula +Uri +Urian +Urooj +Uroš +Urte +Urtzi +Uraih +Urban +Urho +Urmas +Urpo +Urraca +Urve +Ulric +Ulrica +Ulrich +Ulrik +Uladzimir +Ulaş +Ulysse +Ulysses +Uldis +Ulf +Ulick +Ulman +Ulvi +Uma +Umanosuke +Umaru +Umeji +Umeko +Umesh +Umberto +Umm Kulthum +Umran +Umut +Unai +Unax +Unnur +Uno +Unshō +Unto +Ubaldo +Ubay +Uberto +Ubusuku +Uilleac +Uilleag +Uilleam +Uisdean +Usaburo +Uschi +Ushas +Usna +Ugo +Ugochukwu +Ugnė +Uttam +Utto +Uthman +Uallach +Uasal +Uday +Udo +Uel +Ueli +Ujikage +Ujisato +Uku +Uğur +Uģis +Uche +Ufuk +Uuno +Uvedale +Uwe +Uxue +Uzzi +Şenay +Şener +Şenol +Şehsuvar +Şehzade +Şeref +Şerif +Şevket +Şevki +Şebnem +Şeker +Şahan +Şahin +Şafak +Şakir +Şaziye +Şinasi +Şirin +Şükran +Şükrü +Şule +Živojin +Živorad +Živan +Živko +Žiga +Žanis +Žarko +Željka +Željko +Žydrūnas +Šime +Šimun +Šarūnas +Štěpán +Šárka +Świętopełk +Świętosław +Łukasz +Quintian +Quintino +Quinton +Quintus +Quince +Quincy +Quinn +Quirico +Quenten +Quentin +Queenie +Queralt +Quddus +Qudratullah +Qutb +Qutb ad-Din +Quade +Quli +Qusay +Qaid +Qaisar +Qamar ud-Din +Qasim +Qi +Qinggang +Qingling +Qistina +İstemi +İstemihan +İsenbike +İskender +İlkay +İlter +İnan +İnanç +İdil +İpek +İrşadi +İzel +Čedomir +Česlovas +Časlav +Đurađ +Đuro +Đorđe +Ģirts +Īraj +Xiaoliang +Xiaoling +Xiaomin +Xiaowu +Xiomara +Xisco +Xaviel +Xavier +Xander +Xawery +Xenia +Xenophon +Xóchitl +Ștefan +Ștefania +thị +ʻŌpūnui \ No newline at end of file diff --git a/resources/dictionaries/all/people.txt b/resources/dictionaries/all/people.txt new file mode 100644 index 0000000..685db8a --- /dev/null +++ b/resources/dictionaries/all/people.txt @@ -0,0 +1,5 @@ +franklin d roosevelt|franklin delano roosevelt|fdr|f d r|f d roosevelt|fd roosevelt +john f kennedy|john fitzgerald kennedy|jfk|j f k|j f kennedy|jf kennedy +lyndon b johnson|lyndon baines johnson|lbj|l b j|l b johnson|lb johnson +martin luther king junior|martin luther king|martin luther king , jr|martin luther king jr|martin luther king j|mlk|m l k|m l king|ml king|mlk jr|mlk j|m l k jr|m l k j|m l king jr|ml king jr|m l king j|ml king j +robert f kennedy|robert francis kennedy|rfk|r f k|rf kennedy \ No newline at end of file diff --git a/resources/dictionaries/all/surnames.txt b/resources/dictionaries/all/surnames.txt new file mode 100644 index 0000000..3c18d26 --- /dev/null +++ b/resources/dictionaries/all/surnames.txt @@ -0,0 +1,49375 @@ +Van der Hoeden +Van der Hoeven +Van der Hoop +Van der Hoorn +Van der Horst +Van der Hove +Van der Haar +Van der Haegen +Van der Ham +Van der Hart +Van der Heide +Van der Heijden +Van der Helst +Van der Heyden +Van der Hulst +Van der Veen +Van der Veer +Van der Vegt +Van der Velden +Van der Vlag +Van der Vleuten +Van der Vlies +Van der Vlugt +Van der Voet +Van der Voort +Van der Vorst +Van der Vaart +Van der Vat +Van der Vinne +Van der Vyver +Van der Ben +Van der Bent +Van der Beck +Van der Beek +Van der Bellen +Van der Bergen +Van der Beugel +Van der Burg +Van der Burgh +Van der Bijl +Van der Boom +Van der Brugghen +Van der Byl +Van der Steen +Van der Stel +Van der Sterre +Van der Stoel +Van der Stok +Van der Straeten +Van der Struijk +Van der Stappen +Van der Sande +Van der Sandt +Van der Sar +Van der Sluijs +Van der Spek +Van der Weide +Van der Weijden +Van der Werf +Van der Werff +Van der Westhuizen +Van der Weyden +Van der Wal +Van der Walt +Van der Wath +Van der Watt +Van der Waerden +Van der Wiel +Van der Woude +Van der Meer +Van der Meijden +Van der Merwe +Van der Meulen +Van der Meyde +Van der Maarel +Van der Maas +Van der Made +Van der Mark +Van der Moere +Van der Plaats +Van der Plaetsen +Van der Plank +Van der Ploeg +Van der Pol +Van der Pols +Van der Poel +Van der Post +Van der Perren +Van der Putten +Van der Linde +Van der Linden +Van der Lisse +Van der Laan +Van der Lans +Van der Lubbe +Van der Luijt +Van der Leck +Van der Louw +Van der Kellen +Van der Kemp +Van der Keuken +Van der Kolk +Van der Kooy +Van der Kaay +Van der Kiste +Van der Knaap +Van der Goes +Van der Goot +Van der Gouw +Van der Gaag +Van der Garde +Van der Geest +Van der Gulik +Van der Cabel +Van der Cammen +Van der Corput +Van der Crabben +Van der Does +Van der Donck +Van der Drift +Van der Duim +Van der Elsken +Van der Elst +Van der Eem +Van der Ende +Van der Rassel +Van der Rest +Van der Roost +Van der Ryn +Van der Zande +Van der Zant +Van der Zee +Van der Zyl +Van der Aa +Van der Aalst +Van der Auwera +Van der Neer +Van der Noot +Van der Jagt +Van der lijn +Van dermeersch +Van den Bos +Van den Bosch +Van den Bossche +Van den Boogaard +Van den Boom +Van den Bogaert +Van den Broeck +Van den Broek +Van den Brom +Van den Brande +Van den Brink +Van den Brul +Van den Berg +Van den Bergh +Van den Berghen +Van den Burgh +Van den Burgt +Van den Buys +Van den Blink +Van den Hecke +Van den Heever +Van den Hende +Van den Heuvel +Van den Hoek +Van den Hoogenband +Van den Hove +Van den Eeckhout +Van den Elsen +Van den Enk +Van den Abeele +Van den Acker +Van den Goorbergh +Van den Krommenacker +Van de Werf +Van de Werve +Van de Wetering +Van de Weyer +Van de Wiele +Van de Winkel +Van de Walle +Van de Ven +Van de Venne +Van de Veire +Van de Velde +Van de Vate +Van de Geijn +Van de Graaf +Van de Haar +Van de Hare +Van de Kamp +Van de Korput +Van de Merwe +Van de Mieroop +Van de Bunt +Van de Cappelle +Van de Elzen +Van de Poele +Van de Rijck +Van de Sompel +Van de Zandt +Van Den Eeckhout +Van Den Eede +Van Den Elzen +Van Den Ende +Van Den Daele +Van Den Driessche +Van Den Dungen +Van Den Haute +Van Den Hauwe +Van Den Heede +Van Den Begin +Van Den Berghe +Van Den Akker +Van Den Spiegel +Van Den Wyngaert +Van Der Beeck +Van Der Borgh +Van Der Veken +Van Der Volgen +Van Der Hoef +Van Der Jeugt +Van Der Meid +Van Der Steen +Van Derbur +Van Deren +Van De Wege +Van De Wouwer +Van De Kerckhove +Van De Noort +Van De Putte +Van Deven +Van Deventer +Van Devere +Van Devanter +Van Deurzen +Van Deusen +Van Deburg +Van Delden +Van Deyssel +Van Dorp +Van Dorpel +Van Doren +Van Dormael +Van Dort +Van Dommele +Van Dommelen +Van Dooren +Van Doorn +Van Dobbenburgh +Van Dok-van Weele +Van Dongen +Van Doten +Van Dover +Van Dam +Van Damm +Van Damme +Van Daele +Van Dahl +Van Dalen +Van Dantzig +Van Darc +Van Day +Van Dien +Van Diest +Van Dijck +Van Dijk +Van Dillen +Van Dinteren +Van Dis +Van Divier +Van Duijn +Van Duivenbode +Van Dun +Van Dunem +Van Dusen +Van Duser +Van Duren +Van Duyne +Van Dreelen +Van Dreven +Van Drew +Van Draanen +Van Driel +Van Drunen +Van Dyk +Van Dyken +Van Dyck +Van Hoof +Van Hooft +Van Hook +Van Hooke +Van Hoorick +Van Hoorn +Van Hooydonck +Van Hooydonk +Van Hoogstraten +Van Hoomissen +Van Hoey +Van Hoeydonck +Van Hoen +Van Hoevelen +Van Hollander +Van Hollen +Van Holsbeeck +Van Holt +Van Horn +Van Horne +Van Horlick +Van Houdt +Van Houten +Van Houwelingen +Van Hoy +Van Hoyweghen +Van Hoften +Van Hogendorp +Van Hombeeck +Van Hove +Van Heemskerk +Van Heemstra +Van Heer +Van Heerden +Van Hees +Van Heeswijk +Van Heeckeren +Van Heusden +Van Heusen +Van Heugten +Van Heumen +Van Heuverswyn +Van Hell +Van Hellemond +Van Helden +Van Helsing +Van Herck +Van Herk +Van Herpen +Van Herzeele +Van Hek +Van Hekken +Van Hecke +Van Heijningen +Van Hemert +Van Heteren +Van Hamel +Van Hamersveld +Van Hamme +Van Haaften +Van Haaren +Van Haesebroucke +Van Hall +Van Handenhoven +Van Hasselt +Van Hattum +Van Hauthem +Van Hillegaert +Van Himst +Van Huffel +Van Hulst +Van Hyfte +Van Bendegem +Van Beneden +Van Benschoten +Van Benthem +Van Berg +Van Bergen +Van Berkel +Van Berlo +Van Belle +Van Bellingen +Van Belkom +Van Beek +Van Beest +Van Beijnum +Van Beirendonck +Van Beuningen +Van Beuren +Van Bebber +Van Besien +Van Bets +Van Beynen +Van Breda +Van Breda Kolff +Van Brederode +Van Bree +Van Breedam +Van Brempt +Van Brabant +Van Braeckel +Van Bramer +Van Branteghem +Van Broeckhoven +Van Broekhuizen +Van Bronckhorst +Van Bruggen +Van Brummelen +Van Brussel +Van Boening +Van Boetzelaer +Van Boxmeer +Van Boxtel +Van Bokkelen +Van Bommel +Van Booy +Van Bosse +Van Burch +Van Buren +Van Burkleo +Van Buitenen +Van Buizen +Van Buskirk +Van Buyten +Van Baalbergen +Van Baalen +Van Barel +Van Barneveld +Van Baelen +Van Bibber +Van Biljon +Van Binst +Van Blankers +Van Blerk +Van Bloss +Van Bynen +Van Allen +Van Allsburg +Van Alen +Van Alphen +Van Alstyne +Van Aerde +Van Aerle +Van Aerschot +Van Aelst +Van Antwerp +Van Antwerpen +Van Ankeren +Van Annan +Van Ass +Van Assche +Van Asperen +Van Aswegen +Van Aalten +Van Aanholt +Van Aarde +Van Ark +Van Arkel +Van Arsdale +Van Acker +Van Ackeren +Van Aggele +Van Agt +Van Aken +Van Akkeren +Van Abeele +Van Aitzema +Van Amerongen +Van Appledorn +Van Atta +Van Audenrode +Van Avermaet +Van Eede +Van Eeghen +Van Eekhout +Van Eemeren +Van Eenoo +Van Eijden +Van Eijk +Van Eijmeren +Van Eijs +Van Eimeren +Van Elsen +Van Elswyk +Van Eldik +Van Elk +Van Emburgh +Van Emden +Van Emmerik +Van Engelen +Van Engelenhoven +Van Engen +Van Ermen +Van Ermengem +Van Eron +Van Es +Van Esbroeck +Van Essen +Van Egeraat +Van Egmond +Van Evera +Van Every +Van Eyck +Van Eycken +Van Eck +Van Etten +Van Exel +Van Roosbroeck +Van Roose +Van Rooy +Van Rooyen +Van Rood +Van Rooi +Van Roozendaal +Van Rossem +Van Rossum +Van Roekel +Van Rompuy +Van Ronkel +Van Roy +Van Reenen +Van Reet +Van Rechteren +Van Regenmortel +Van Rensselaer +Van Reusel +Van Reybrouck +Van Rie +Van Riemsdijk +Van Riemsdyk +Van Riet +Van Rijn +Van Rijsselberge +Van Riper +Van Randwyck +Van Rankin +Van Raaphorst +Van Raefelghem +Van Ryn +Van Ryneveld +Van Rheenen +Van Ruymbeke +Van Gerbig +Van Gerner +Van Gerwen +Van Gelder +Van Gelderen +Van Gendt +Van Geneugden +Van Geel +Van Gestel +Van Geyt +Van Gog +Van Gogh +Van Gool +Van Goolen +Van Gorder +Van Gorp +Van Goethem +Van Gompel +Van Gaal +Van Gaever +Van Galder +Van Garsse +Van Gasteren +Van Guilder +Van Gulik +Van Gundy +Van Gurp +Van Gijseghem +Van Ginkel +Van Gisbergen +Van Gyseghem +Van Gysel +Van Gheluwe +Van Grunsven +Van Veldhoven +Van Veldhuizen +Van Velde +Van Velthooven +Van Velthoven +Van Velthuysen +Van Velze +Van Velzen +Van Velsen +Van Veluw +Van Veen +Van Veenendaal +Van Verseveld +Van Valkenburg +Van Valkenburgh +Van Valkengoed +Van Valckenborch +Van Valin +Van Vaerenbergh +Van Varenberg +Van Vleet +Van Vlerken +Van Vleuten +Van Vliet +Van Voorst +Van Voorst tot Voorst +Van Voorn +Van Vollenhoven +Van Viersen +Van Ville +Van Vugt +Van Vuuren +Van Vrekhem +Van Steen +Van Steenberghe +Van Steenbrugghe +Van Steenwinckel +Van Steeden +Van Straaten +Van Straelen +Van Straten +Van Stryland +Van Staden +Van Staeyen +Van Staveren +Van Schaik +Van Schalkwyk +Van Schoor +Van Sciver +Van Scyoc +Van Sandwyk +Van Santen +Van Sam +Van Slycke +Van Slyke +Van Slee +Van Sprang +Van Springel +Van Spaendonck +Van Sichem +Van Sickle +Van Snellenberg +Van Snick +Van Seters +Van Susteren +Van Landeghem +Van Landingham +Van Langen +Van Langenhove +Van Lancker +Van Lanschot +Van Laer +Van Laere +Van Laethem +Van Laar +Van Laast +Van Lambalgen +Van Lamoen +Van Lier +Van Lierde +Van Lierop +Van Lieshout +Van Liew +Van Linden +Van Lint +Van Litsenburg +Van Loo +Van Loon +Van Looy +Van Loan +Van Lottum +Van Leerdam +Van Leeuwen +Van Lennep +Van Lerberghe +Van Marcke +Van Maris +Van Marsh +Van Marwijk +Van Manen +Van Massenhoven +Van Matre +Van Moer +Van Moerbeke +Van Mol +Van Montagu +Van Moorsel +Van Mourik +Van Moyland +Van Meegeren +Van Meeuwen +Van Mechelen +Van Meir +Van Mentz +Van Meter +Van Mil +Van Milligen +Van Miltenburg +Van Middelaar +Van Middelkoop +Van Mierlo +Van Mullem +Van Mulligen +Van Os +Van Ost +Van Osten +Van Ostern +Van Osta +Van Ostrand +Van Oekel +Van Oene +Van Oevelen +Van Oosten +Van Oostrum +Van Ooteghem +Van Outen +Van Outryve d'Ydewalle +Van Oudshoorn +Van Overbeek +Van Overmeire +Van Oldenbarnevelt +Van Onselen +Van Orman +Van Oystaeyen +Van Cauwenberge +Van Cauwenberghe +Van Cauwelaert +Van Cauter +Van Caeckenbergh +Van Caenegem +Van Camp +Van Campen +Van Calster +Van Coeverden +Van Coller +Van Commenee +Van Cook +Van Cortlandt +Van Cleef +Van Cleemput +Van Cleave +Van Clief +Van Ceulen +Van Citters +Van Til +Van Tilburg +Van Till +Van Tichelt +Van Tieghem +Van Tighem +Van Thielen +Van Thienen +Van Thillo +Van Themsche +Van Thomas +Van Tomme +Van Tongeren +Van Tornhout +Van Tuyl +Van Tuyne +Van Turnhout +Van Tassel +Van Tatenhove +Van Tricht +Van Keirsbulck +Van Kempen +Van Kerckhoven +Van Kesteren +Van Kets +Van Koert +Van Koeverden +Van Koningsveld +Van Kooten +Van Kamp +Van Kampen +Van Kallen +Van Kiekebelt +Van Kilsdonk +Van Klaveren +Van Kley +Van Knotsenburg +Van Kriedt +Van Kuren +Van Ness +Van Neste +Van Neerden +Van Nevel +Van Nieuwenhuyze +Van Nieuwkerke +Van Niekerk +Van Nistelrooy +Van Note +Van Noten +Van Noppen +Van Nostrand +Van Natta +Van Natten +Van Name +Van Nus +Van Nutter +Van Wieren +Van Wijk +Van Wirdum +Van Wisse +Van Wittel +Van Waeyenberge +Van Wagenen +Van Walleghen +Van Way +Van Wyk +Van Wyk de Vries +Van Wyke +Van Weenen +Van Welie +Van Wolfswinkel +Van Parijs +Van Parys +Van Pallandt +Van Patten +Van Peebles +Van Pelt +Van Persie +Van Petegem +Van Praag +Van Praagh +Van Praet +Van Poederooyen +Van Poppel +Van Putten +Van Zant +Van Zanten +Van Zandt +Van Zaanen +Van Zeeland +Van Zetten +Van Zeyl +Van Zuylen van Nievelt +Van Zuylen van Nijevelt +Van Zundert +Van Zon +Van Zyl +Van Foreest +Van Fossen +Van Faassen +Van Feggelen +Van Fleet +Van Fraassen +Van Immerseel +Van Impe +Van Iersel +Van Itallie +Van Iwaarden +Van Ypersele +Van Ypersele de Strihou +Van Ymeren +Van 't Hek +Van 't Hof +Van Jaarsveld +Van Quickenborne +Van Uytvanck +Van nistelrooy +Vanderbeek +Vanderbei +Vanderbeke +Vanderbes +Vanderbiest +Vanderbilt +Vanderbank +Vanderbundt +Vanderby +Vander Kelen +Vander Kuyp +Vander Wende +Vander Werf +Vander Ark +Vander Zalm +Vanderhoef +Vanderhoeght +Vanderhook +Vanderhaeghe +Vanderham +Vanderhye +Vanderpool +Vanderpoorten +Vanderpuije +Vanderpuye +Vanderploog +Vanderslice +Vandersloot +Vandersea +Vandersmissen +Vanderstock +Vanderveer +Vanderveeren +Vandervelde +Vandervis +Vandervort +Vandermade +Vandermarliere +Vandermeerssche +Vandermolen +Vanderlip +Vanderloo +Vanderlyde +Vanderaart +Vanderaerden +Vanderglas +Vandergriff +VanderTuin +Vandercreek +Vandereycken +Vanderkaay +Vandernotte +Vanderwagen +Vanderzwaan +Vanden Borre +Vanden Bosch +Vanden Brook +Vanden Stock +Vandenbergh +Vandenbossche +Vandenbroucke +Vandenbussche +VandenHurk +Vande Berg +Vande Gorne +Vande Hei +Vande Lanotte +Vande Walle +Vandev +Vandeveer +Vandevelde +Vandever +Vandelannoite +Vandelli +Vandeloo +Vandebergh +Vandebosch +Vandekerckhove +Vandekeybus +Vandepoel +Vandeput +VandeHei +VandeLinde +VandeWalle +Vandecaveye +Vandeman +Vandeurzen +Vandeweghe +Vandame +Vandamme +Vandaele +Vandall +Vandas +Vandi +Vandis +Vandivier +Vandor +Vandort +Vandrau +Vandrevala +Vandborg +Vannelli +Vanneque +Vannesluoma +Vanneth +Vanney +Vanninen +Vannini +Vannicola +Vannier +Vannucchi +Vannucci +Vannuchi +Vannut +Vannachomchanh +Vannavongxay +Vannson +Vanhaerens +Vanhaezebrouck +Vanhala +Vanhanen +Vanhatalo +Vanhootegem +Vanhoozer +Vanhoenacker +Vanhorse +Vanhoye +Vanheule +Vanheusden +Vanhengel +Vanhuylenbroek +Vane +Vanenburg +Vanendert +Vanebo +Vanegas +Vaneigem +Vanek +Vanello +Vanemerak +Vaness +Vanetti +Vanev +Vaneyev +Vangelisti +Vangelov +Vangeneugden +Vangi +Vangioni +Vangipuram +Vangapandu +Vangarde +Vanghelie +Vangheluwe +Vangsness +Vangsø +Vangjeli +Vansteenkiste +Vansteenwegen +Vanston +Vanstone +Vanstiphout +Vanstrattan +Vansimpsen +Vansina +Vansittart +Vansevenant +Vansoviča +Vanspeybrouck +Vansummeren +Vanasch +Vanasco +Vanasek +Vanaskie +Vanasse +Vanackere +Vanacore +Vanagas +Vanags +Vanaria +Vanatta +Vanaudenaerde +Vanthourenhout +Vanthournout +Vanthof +Vanthoor +Vantolrá +Vantornout +Vant Hull +Vantaggiato +Vanterpool +Vantsis +Vantuch +Vantyler +Vanis +Vanisi +Vanistendael +Vaniak +Vanian +Vanigli +Vaninger +Vanita +Vaniyev +Vanić +Vaniš +Vanzetta +Vanzetti +Vanzekin +Vanzella +Vanzin +Vanzina +Vanzini +Vanzo +Vanzolini +Vanzhula +Vanova +Vanovason +Vanover +Vanocur +Vanoli +Vanoni +Vanotti +Vanous +Vanoy +Vanclay +Vanclief +Vance +Vancheva +Vancier +Vancottem +Vancsik +Vanczák +Vankoughnet +Vankoughnett +Vankov +Vankayala +Vankeev +Vankin +Vankrunkelsven +VanAlkemade +VanAmerongen +VanArtsdalen +Vanbaale +Vanbelle +Vanbiesbrouck +Vanlore +Vanlouwe +Vanluchene +Vanyo +Vanyov +Vanyushin +VanHo +VanHoose +Vanparys-Torres +Vanpoucke +Vanucci +Vanunu +Vanwalleghem +Vanwoudenberg +Vančurová +Vaněček +VanDeSteeg +VanGaalen +VanLiere +VanOrnum +VanRassel +VanSanten +VanTassell +VanVonderen +VanWyngarden +Vanflower +Vanmoerkerke +Vanryb +Vaníček +Vall +Vallen +Vallentine +Vallentyne +Vallenilla +Vallerand +Vallerie +Vallersnes +Vallelonga +Vallely +Valle-Inclán +Vallecilla +Vallejos +Vallem +Valles +Valla +Valladares +Valladont +Vallance +Vallanzasca +Vallar +Vallarino +Vallabhaneni +Vallalperuman +Vallampati +Vallaud-Belkacem +Vallin +Vallina +Vallini +Valliccioni +Vallicella +Vallillo +Vallily +Vallie-Flagg +Vallorani +Vallori +Vallotto +Vallotton +Vallone +Valloor +Vallos +Vallow +Vallverdu +Vallvey +Vallcorba +Vallduvi +Vallner +Vallquist +Valluy +Vallyon +Vallée +Valen +Valenti +Valentin +Valentine +Valentinetti +Valentinov +Valentiny +Valentinčič +Valentienė +Valentierra +Valentijn +Valentić +Valente +Valentenko +Valenta +Valentová +Valentényi +Valenciano +Valencic +Valenches +Valensi +Valenstein +Valenzona +Valerio +Valeriote +Valeriani +Valeriev +Valerii +Valery +Valerón +Vales +Valesente +Valesky +Valetov +Valetova +Valetti +Valebrokk +Valeeva +Valega +Valeika +Valek +Valeur +Valev +Valeyev +Valadzenkava +Valadzko +Valadzyankow +Valade +Valadez +Valadao +Valadié +Valadkhan +Valadè +Valant +Valantinas +Valandrey +Valansi +Valanzano +Valančiūnas +Valaitis +Valaitė +Valaika +Valainis +Valavanidis +Valavanis +Valavik +Valavičius +Valaguez +Valagussa +Valagao +Valaoras +Valaoritis +Valayil +Valayre +Valachovič +Valakari +Valamanesh +Valarmathi +Valatka +Valauskas +Valax +Valiukaitė +Valiulis +Valiuškis +Valiani +Valiante +Valicenti +Valicevic +Valinakis +Valinskas +Valionis +Valionytė +Valiyev +Valiyeva +Vali-Cave +Valido +Valiente +Valigi +Valihora +Valikayev +Valiparambil +Valiquette +Valitchka +Valiūnas +Valder +Valderhaug +Valderrama +Valdesi +Valdespin +Valdegamberi +Valdez +Valdivielso +Valdivieso +Valdiviezo +Valdifiori +Valdimarsson +Valdix +Valdobrev +Valdor +Valdov +Valdano +Valdma +Valo +Valov +Valova +Valovič +Valori +Valory +Valoy +Valoyes +Valok +Valone +Valoppi +Valoti +Valoušek +Valošek +Valter +Valters +Valtersson +Valtanen +Valtaoja +Valton +Valtonen +Valtchev +Valthaty +Valtinos +Valtulina +Valtýsdóttir +Valk +Valkanis +Valkanov +Valkama +Valke +Valkeapää +Valkeniers +Valkov +Valkovskiy +Valchanova +Valchev +Valcke +Valckx +Valcarce +Valcin +Valcq +Valcárcel +Valsami +Valsamis +Valsamma +Valsala +Valsky +Valson +Valsson +Valstad +Valvassori +Valvassoura +Valvano +Valvee +Valverde +Valvik +Valvis +Valvo +Valmon +Valmonte +Valmorbida +Valmassoi +Valmy +Valpas +Valpey +Valpio +Valpoort +Valpy +Valábik +Valétudie +Valêncio +Valíček +Valödja +Valbuena +Valbusa +Valbon +Valjarević +Valjavec +Valjee +Valgaeren +Valgardson +Valyayev +Valyukevich +Valneris +Valčić +Varadappan +Varadarajan +Varadhan +Varadi +Varadkar +Varady +Varadín +Varanauskas +Varandian +Varane +Varankow +Varantsou +Varakas +Varakin +Varaksin +Varacalli +Varacka +Varalahti +Varaljay +Varabiev +Varaev +Varaiya +Varajić +Varasdi +Varayev +Varaďa +Vardar +Vardarlı +Vardalos +Vardanyan +Vardi +Vardinogiannis +Vardinoyannis +Vardić +Vardell +Vardeman +Varderesyan +Vardhan +Vardhineni +Vardon Family +Vardoulis +Vardy +Vardzelashvili +Vare +Varela +Varelans +Varella +Varellas +Varecha +Vareille +Varejão +Varesi +Varey +Varez +Varešanović +Varo +Varon +Varone +Varonen +Varona +Varonian +Varol +Varoli +Varoga +Varotsos +Varoufakis +Vartak +Vartanyan +Vartazarian +Vartia +Vartiainen +Vartolemei +Vartolomeu +Vartmann +Vartsaba +Varty +Vartziotis +Varnado +Varnakov +Varnals +Varnas +Varnelis +Varney +Varnum +Varnusz +Varndell +Varvel +Varvello +Varveri +Varveris +Varvarides +Varvaro +Varvio +Varvitsiotis +Varvodić +Vargas +Vargas Llosa +Varganova +Vargiu +Vargić +Vargec +Vargha +Vargov +Varis +Varisco +Varitek +Varitsky +Variati +Varichev +Varineau +Varivonchik +Varshalomidze +Varshney +Varsho +Varsallona +Varsavsky +Varsi +Varszegi +Varsányi +Varrault +Varraux +Varrenti +Varrez +Varricchio +Varrichione +Varry +Varlam +Varlamau +Varlamos +Varlan +Varley +Varlow +Varma +Varmah +Varman +Varmus +Varmužová +Varkevisser +Varkey +Varki +Varkulis +Varughese +Varujan +Varunee +Varupa +Varbanov +Varbedian +Varble +Varcarcel +Varchausky +Varcoe +Varfi +Varfis +Varfolomeyev +Varjabedian +Varjus +Varjú +Varhol +Varhola +Varziyev +Vasile +Vasilev +Vasilevskaya +Vasilevski +Vasilevsky +Vasileiadis +Vasileiou +Vasilenko +Vasilescu +Vasiliadis +Vasiliauskas +Vasilijević +Vasilinda +Vasiliou +Vasiliu +Vasilić +Vasilj +Vasiljević +Vasiljković +Vasiljonok +Vasilogiannis +Vasilopoulos +Vasilovich +Vasilyev +Vasilyeva +Vasilyuk +Vasilache +Vasilakakis +Vasilchenko +Vasilcă +Vasilkin +Vasilkova +Vasiļjevs +Vasiļonoks +Vasić +Vasiľ +Vasik +Vasikov +Vasin +Vasini +Vasicka +Vasiev +Vasiukov +Vassil +Vassili +Vassiliadis +Vassiliou +Vassiliu +Vassilyanska +Vassilyeva +Vassilakopoulos +Vassilenko +Vassiljev +Vassihon +Vassell +Vassella +Vasselle +Vasselon +Vasser +Vasset +Vasseur +Vassey +Vassallo +Vassalo +Vassanelli +Vassanji +Vassart +Vassnes +Vassort +Vassvik +Vasa +Vasara +Vasarely +Vasarhelyi +Vasari +Vasala +Vasali +Vasallo +Vasandani +Vasanthan +Vasapolli +Vasas +Vasava +Vasylyeva +Vasylytchuk +Vasylyuk +Vasylieva +Vasylius +Vasylenko +Vasyltsiv +Vasyutin +Vasyutsin +Vasyukova +Vasyanovich +Vashchenko +Vashchuk +Vashchyla +Vashadze +Vashakidze +Vashum +Vashurkin +Vasher +Vashistha +Vashkulat +Vasel +Vasella +Vasey +Vaseykin +Vaseghi +Vasenin +Vaseršteĭn +Vasetsky +Vasev +Vaskio +Vaskivuori +Vasković +Vaskow +Vaske +Vaskuti +Vastag +Vastagh +Vastaranta +Vastine +Vastić +Vastola +Vasold +Vasoli +Vasojević +Vasoski +Vasović +Vascellari +Vaschenko +Vasconcelos +Vaszari +Vaszi +Vaszjunyin +Vasdeki +Vasdekis +Vasgersian +Vasle +Vasnetsov +Vasquez +Vasulka +Vaswani +Vainikka +Vainikolo +Vainio +Vainiola +Vainisi +Vainitoba +Vaino +Vainola +Vainonen +Vainoras +Vainberg +Vaincourt +Vaines +Vainqueur +Vainshtein +Vainšteins +Vaid +Vaidhya +Vaidhyanathan +Vaidik +Vaidišová +Vaidyanathan +Vaidyar +Vaidere +Vaidman +Vail +Vailati +Vailatti +Vailas +Vaill +Vaillancourt +Vaillant +Vaile +Vails +Vaithianathan +Vaithyalingam +Vaitsis +Vaitsishkin +Vaitiekūnas +Vaitkus +Vaitla +Vaikule +Vaikulis +Vaikona +Vaiksoo +Vaikvee +Vaisemberg +Vaisey +Vaishampayan +Vaisser +Vaičikonis +Vaičiulis +Vaičulis +Vaihinger +Vaiho +Vairelles +Vairo +Vaivai +Vaive +Vaiz +Vaizey +Vaia +Vaic +Vaiotu +Vaipulu +Vaišvila +Vache +Vachet +Vachetta +Vacheishvili +Vachell +Vachev +Vachon +Vachoušek +Vachovec +Vachier-Lagrave +Vachiraban +Vachadze +Vachnadze +Vacca +Vaccarella +Vaccarezza +Vaccari +Vaccarino +Vaccaro +Vaccaroni +Vacchi +Vacchiano +Vacchelli +Vacco +Vacenovská +Vacenovský +Vacendak +Vacek +Vacarciuc +Vacarezza +Vacano +Vacirca +Vack +Vaclík +Vacquier +Vacratsis +Vactor +Vaculík +Vaught +Vaughters +Vaughton +Vaughan +Vaughan-Lee +Vaugeois +Vaugier +Vaugrenard +Vaudenay +Vaudequin +Vaudetti +Vaudan +Vaudd +Vaudt +Vaucher +Vauchetskiy +Vauchez +Vauchok +Vaular +Vaulkhard +Vaulot +Vaultier +Vautier +Vautin +Vautrin +Vautrot +Vaupel +Vaupšienė +Vaus +Vause +Vauhkonen +Vauquelin +Vauramo +Vauzelle +Vatamanu +Vatamanyuk +Vatanen +Vatankhah +Vatafu +Vataha +Vats +Vatsadze +Vatsalya +Vatshaug +Vatsikopoulos +Vatskalis +Vatuvei +Vatuvoka +Vatubua +Vatula +Vatuone +Vaturi +Vattimo +Vattis +Vattanky +Vatter +Vatcher +Vatchkov +Vatnan +Vatnikaj +Vathanak +Vatinyan +Vatkina +Vatle +Vatomanga +Vatz +Vakalalabure +Vakalis +Vakalopoulos +Vakacegu +Vakani +Vakapuna +Vakarchuk +Vakatalesau +Vakavliev +Vakawaletabua +Vakhtangadze +Vakhteyev +Vakhitov +Vakhlakov +Vakhovsky +Vakhrukov +Vakhvakhishvili +Vakulenko +Vakulich +Vakunov +Vaky +Vakyas +Vakilov +Vakkila +Vaklua +Vaknin +Vakouftsis +Vaks +Vahalahti +Vahaly +Vahanian +Vahanvati +Vahab +Vahafolau +Vahedi +Vahekeni +Vaher +Vahey +Vahid-Dastjerdi +Vahidi +Vahidnia +Vahirua +Vahtra +Vahtramäe +Vahtre +Vahter +Vahl +Vahlen +Vahlensieck +Vahramian +Vahrenholt +Vahnke +Vahoe +Vahsholtz +Vavi +Vavilchenkov +Vaviletko +Vavilin +Vavilla +Vavilov +Vavia +Vavrus +Vavruška +Vavra +Vavrek +Vavrina +Vavrík +Vavasseur +Vavassori +Vavasour +Vavala +Vavatsi +Vavoli +Vavoso +Vavoúris +Vave +Vavere +Vavřačová +Vavřínek +Vadaketh +Vadalov +Vadapalas +Vadas +Vadeboncoeur +Vaden +Vadera +Vadher +Vadhera +Vadhan +Vadsaria +Vadseth +Vadstein +Vadicska +Vadiveloo +Vadnai +Vadnov +Vadász +Vadócz +Vadgama +Vadkerti +Vadra +Vadukul +Vagana +Vaganay +Vaganov +Vaganova +Vaganian +Vaganée +Vagadal +Vagapov +Vagner +Vagnerová +Vagnorius +Vagnozzi +Vagnini +Vagen +Vagenas +Vagg +Vaggione +Vagi +Vagin +Vaghul +Vagyóczki +Vajpai +Vajpayee +Vajpeyi +Vajagic +Vajaradul +Vajda +Vajdič +Vajna +Vajnshtok +Vajrathon +Vajrača +Vajgl +Vajo +Vajs +Vajushi +Vaz +Vazirani +Vaziri +Vazirov +Vazagashvili +Vazaios +Vazhackan +Vazhenina +Vazda +Vazgeč +Vazsonyi +Vašek +Vašenda +Vašková +Vaškys +Vašáková +Vašíček +Vašut +Vaščák +Vaņins +Vařeková +Vaştag +Vaez-Iravani +Vaez-Tabasi +Vaezi +Vaealiki +Vaeau +Vaelma +Vaeluaga +Vaefaga +Vaenga +Vaessen +Vayda +Vaydik +Vayer +Vayeshnoi +Vayne +Vaynerchuk +Vaytekhovich +Vaytsekhovskaya +Vaygina-Efremova +Vayssière +Vaarakallio +Vaarik +Vaarten +Vaadia +Vaaga +Vaandrager +Vampa +Vamplew +Vampola +Vamvakinou +Vamvakoulas +Vambery – Vámbéry +Vafa +Vafaei +Vafamehr +Vafi +Vapnik +Vapnyar +Vapaavuori +Va'a +Va'aulu +Vabec +Vabha +Vaquer +Vaqueriza +Vawdrey +Vaweka +Vaļicka +Vaľukevič +Vaxès +Vaïsse +Versteeg +Versteegh +Verstegen +Verster +Verstak +Verstand +Verstappen +Verstraete +Verstrepen +Verstuyft +Verschuur +Verschuuren +Verschuere +Verschuren +Verschoor +Verschoore +Verschave +Verschl +Vershik +Vershinin +Vershbow +Vershynina +Versaldi +Versallion +Versavel +Versen +Verser +Versleijen +Versluis +Versolato +Versoza +Versfeld +Versick +Versmann +Versnick +Versyp +Verdecchia +Verdecchio +Verdecia +Verdellen +Verdelli +Verdenik +Verdenius +Verderame +Verdery +Verdi +Verdirame +Verdirosi +Verdial +Verdicchio +Verdier +Verdiger +Verdini +Verdugo +Verduguez +Verducci +Verduyn +Verduzco +Verdon +Verdonck +Verdonk +Verdoorn +Verdaguer +Verdasco +Verd'hurt +Verdcourt +Verdú +Verba +Verbanac +Verbanic +Verbaan +Verbakel +Verbauwhede +Verbeeck +Verbeek +Verbeet +Verberne +Verbeuren +Verbey +Verbiest +Verbillo +Verbinski +Verbist +Verbitsky +Verbrugge +Verbruggen +Verbrugghe +Verbraeken +Verbong +Verboom +Verbov +Verble +Verbnjak +Verburg +Verbíř +Vermeer +Vermeerbergen +Vermeersch +Vermeend +Vermeij +Vermeillet +Vermeiren +Vermeule +Vermeulen +Vermeulin +Vermeltfoort +Vermette +Vermeyen +Vermezović +Vermandel +Vermander +Vermansyah +Vermant +Vermaak +Vermaas +Vermaat +Vermaelen +Vermast +Vermiglio +Vermisheva +Vermuelen +Vermulst +Vernace +Vernadat +Vernaillen +Vernal +Vernan +Vernarsky +Vernati +Vernaudon +Verner +Verneret +Vernerová +Verners +Vernet +Vernetti +Vernekohl +Vernes +Verni +Vernier +Verniero +Verninac +Vernizzi +Vernoff +Vernola +Vernon-Harcourt +Verndal +Vernusky +Vernydub +Verel +Verelis +Verellen +Verelst +Veres +Vereshchak +Veress +Verestóy +Veretelnikov +Veretennikov +Veretout +Verekauta +Vereker +Veremeenko +Veremeyev +Verene +Verenikina +Verevka +Verevkin +Vereza +Verezubova +Verebics +Vereckei +Vered +Vereykin +Verret +Verrett +Verrette +Verrecchio +Verrechia +Verreault +Verrell +Verreos +Verri +Verrier +Verriest +Verrill +Verrilli +Verrinder +Verrall +Verraros +Verrasztó +Verratti +Verrault +Verrucci +Verrusio +Verrot +Verry +Verger +Vergerolle +Vergeront +Vergeer +Vergelyuk +Verges +Vergeyenko +Vergallo +Vergano +Vergara +Vergassola +Vergazov +Vergini +Verginis +Verginella +Vergiat +Vergnaud +Vergnes +Vergnier +Vergoossen +Vergunst +Vergès +Verhey +Verheyden +Verheyen +Verheiden +Verheijen +Verhelst +Verheugen +Verhaegh +Verhaeghen +Verhaeren +Verhaas +Verhagen +Verhavert +Verhoeff +Verhoek +Verhoeven +Verhofstadt +Verhoyen +Verhulst +Verch +Verchenova +Vercheval +Verchota +Verchère +Vercoli +Vercollone +Vercoe +Vercoutre +Vercamer +Vercammen +Vercauteren +Vercruysse +Vera +Veranes +Verani +Verano +Veranyan +Veratau +Veratsila +Verachi +Veragi +Veraldi +Verameyenka +Verasamy +Vervecken +Verveen +Vervenne +Ververgaert +Verville +Vervisch +Vervoort +Vervotte +Vervaeke +Vervloesem +Vervroegen +Verlander +Verlant +Verlaan +Verlato +Verlayne +Verlin +Verlinde +Verlinden +Verlizzo +Verloop +Veronelli +Veronesi +Veroni +Veronin +Veronnet +Veroba +Verostko +Verouli +Verow +Verkade +Verkaik +Verkamp +Verkashanskiy +Verkerk +Verkhovtsov +Verkuil +Verkys +Vericat +Verich +Vering +Verino +Veriato +Verity +Verizhnikov +Verpaele +Verpakovskis +Verpale +Verpe +Verpecz +Verplaetse +Verplank +Vertefeuille +Vertello +Vertinskaya +Vertis +Vertonghen +Vertue +Vertzos +Verweij +Verwer +Verwijlen +Verwilghen +Verwaayen +Verwoerd +Veryard +Verykios +Veryzer +Verzbicas +Verzeri +Verzhbitsky +Verjans +Verjee +Verástegui +Veréb +VerDorn +Verfaillie +Verushkin +Verčič +Verőci +Veli +Velikov +Velikovsky +Velikonja +Velikorodny +Velikhov +Velichkin +Velichkov +Velický +Velicu +Veliah +Veliaj +Veliaroutis +Veličković +Veličková +Velička +Veling +Velinov +Velischek +Velisek +Velidedeoğlu +Velimirović +Veliotes +Velits +Veliu +Veliyev +Veliz +Vella +Vellani +Vellanickal +Vellacott +Vellaisamy +Vellayan +Vellidis +Vellido +Vellinga +Vellios +Velliquette +Velliste +Vellekoop +Velleman +Vellenga +Veller +Vellevoog +Vellucci +Velluti +Velloso +Velastegui +Velastin +Velasco +Velasques +Veland +Velandia +Velando +Velard +Velardes +Velardi +Velaphi +Velappan +Velazco +Velazquez +Velador +Velagić +Velayati +Velter +Velterop +Velten +Veltman +Veltmeyer +Veltri +Veltroni +Velta +Veltchev +Velthuizen +Veltz +Veldhuis +Veldhuyzen van Zanten +Veldheer +Veldman +Veldmate +Velder +Veldkamp +Veldscholten +Veldurai +Veldwijk +Velenosi +Velenšek +Velev +Velevska +Velea +Veleba +Veledar +Veletta +Veley +Velk +Velkos +Velkoski +Velkov +Velkovski +Velkoborský +Velkaverh +Velke +Velosa +Veloso +Veloz +Veloza +Veloce +Velonirina +Velopoulos +Velotti +Veljanov +Veljanovska +Veljanovski +Veljača +Veljković +Veljović +Velud +Velumani +Velupillai +Velusamy +Velutini +Velcea +Velcovici +Velculescu +Velyaminov +Velychko +Velyky +Velvick +Velvit +VelJohnson +Velmans +Velshi +Velzeboer +Velárdez +Velďáková +Venet +Venetiaan +Venetidis +Venetis +Venetsanopoulos +Venema +Veneman +Veneracion +Veneruzzo +Veneberg +Venediktov +Venegas +Venel +Veness +Venevtsev +Veney +Veneziano +Ventre +Ventrella +Ventresca +Ventrice +Ventriglia +Ventris +Ventrone +Vento +Ventola +Ventoura +Ventenat +Venter +Venturi +Venturini +Ventham +Ventimilia +Ventker +Vendelbo +Vendell +Venden +Vendera +Vendrame +Vendrell +Vendrik +Vendryes +Venditte +Venditti +Vendasi +Vendler +Vendola +Vendt +Vendy +Venne +Venner +Venneri +Vennersten +Vennerød +Venneman +Vennemann +Venneker +Vennesland +Vennettilli +Venno +Vennochi +Vennat +Venning +Venkataraghavan +Venkatasubbaiah +Venkateshwarlu +Venkannaiah +Venkayya +Venkitaramanan +Venkiteswaran +Venker +Venkov +Venable +Venables +Venaani +Venaille +Venantini +Venapally +Venasky +Venier +Venieri +Venito +Venitucci +Veninger +Venizelos +Vencevičius +Vencienė +Venckaitis +Venclova +Venczel +Venu +Venuti +Venuto +Venugopalu +Venus +Vengerov +Vengloš +Vengsarkar +Venohr +Venoit +Venora +Venskikh +Venskus +Vensel +Venâncio +Venäläinen +Venås +Venherov +Venhlynskyi +Venzago +Venzon +Venright +Venville +Venčkauskaitė +Veselinov +Veselinova +Veselinović +Veselinovski +Veselic +Veselica +Veselič +Veselko +Veselkova +Veselka +Veselov +Veselovsky +Veselovský +Veselago +Veselji +Veselukha +Veselý +Vesecká +Vesey +Vestermans +Vestermo +Vesterby +Vesterdorf +Vestergaard +Vesterlund +Vesterskov +Vestager +Vestberg +Vestlund +Vestreng +Vestveit +Vestweber +Vespasien +Vespestad +Vespignani +Vespoli +Veshko +Veshkurova +Veshnyakov +Vesik +Vesilind +Vesić +Vess +Vessenberg +Vessy +Vesaas +Vesawkar +Vescoli +Vescovo +Vesga +Veskimägi +Vesmadian +Vesović +Veszeli +Veil +Veilleux +Veillon +Veilex +Veilhan +Veit +Veitayaki +Veitch +Veith +Veitia +Veide +Veideman +Veidor +Veidt +Veis +Veisi +Veisor +Veissière +Veige +Veigel +Veigneau +Veikkanen +Veikoso +Veikune +Veinberga +Veingrad +Veinstein +Veiel +Veierød +Veira +Veirs +Veizaga +Veizer +Veijalainen +Veivers +Veić +Vetter +Vetterlein +Vettel +Vettivel +Vettori +Vettriano +Vetrock +Vetrov +Vetrano +Vetrini +Vetemaa +Veter +Vetlesen +Vetlova +Vetulani +Veturi +Vetchý +Vetkova +Vetsch +Vetwal +Vetzal +Vető +Vee +Veerabahu +Veeraiyan +Veerapatren +Veeraraghavan +Veerendranath +Veering +Veerman +Veerpalu +Veenhof +Veenhoven +Veenhhof +Veens +Veensalu +Veenstra +Veenemans +Veeder +Veee +Veelers +Vedeneyeva +Vedenin +Vedenska +Vedel +Vedepo +Vedernikov +Vedachalam +Vedam +Vedantam +Vedarathinam +Vedder +Vedishcheva +Vedovato +Vedprakash +Vedral +Vedsegaard +Vecchi +Vecchiali +Vecchiarelli +Vecchiato +Vecchione +Vecchioni +Vecchiola +Vechersky +Vechiarella +Veca +Vecellio +Vecina +Vecsey +Vecten +Vecvagars +Veale +Veall +Vear +Veart +Veasey +Veasley +Veach +Veadov +Veainu +Veatch +Veazey +Vejinović +Vejić +Vejsiu +Vejsupaporn +Vejvoda +Vejvodová +Vejar +Veje +Vejjajiva +Vejnović +Vejzović +Vey +Veyseloğlu +Veysey +Veysset +Veyt +Veytia +Veyette +Veyksha +Veylanswami +Veyne +Veyrat +Vezelis +Vezenkov +Vezzali +Vezzoso +Vezalov +Vezdenetskiy +Vezhavendan +Vezirishvili +Vezyridis +Vezér +Vega +Vegar +Veges +Vegetti +Veggetti +Veggio +Vegha +Vegi +Vegter +Veh +Vehmanen +Vehmasto +Vehanen +Vehkonen +Vehlmann +Vehovar +Vehse +Vehviläinen +Vekiloğlu +Vekić +Vekselberg +Vekstein +Vekemans +Vekovishchev +Vekris +Vekvart +Vemi +Vemić +Vemoa +Vemola +Vemasani +Vemba-Duarte +Vemming +Veverka +Veverková +Vevera +Vevers +Vevatne +Vebell +Veber +Vebber +Vebobe +Večeřa +Večeřová +Večenaj +Večerskis +Veuchelen +Veugelers +Veuthey +Veškovac +Vešović +Veon +Villa +Villar +Villaroel +Villaroman +Villaronga +Villarrial +Villarroel +Villaraigosa +Villardo +Villarete +Villarin +Villaruz +Villalobos +Villalona +Villalva +Villalvazo +Villalta +Villaluz +Villalón +Villafana +Villafania +Villafañe +Villafuerte +Villafáñez +Villani +Villania +Villanucci +Villanueva +Villante +Villasante +Villasanti +Villasana +Villas Boas +Villaseñor +Villacampa +Villacañas +Villacis +Villacorta +Villapadierna +Villapiano +Villapol +Villadelprat +Villadsen +Villagra +Villagrasa +Villamizar +Villamonte +Villate +Villatoro +Villavarayan +Villaveces +Villaamil +Villaume +Villazán +Villemiane +Villemin +Villemaire +Villemure +Villechaize +Villeglé +Villella +Villency +Villere +Villetti +Villon +Villonco +Villone +Villoresi +Villoro +Villopoto +Villiard +Villierme +Villiger +Villis +Villányi +Villén +Villumsen +Villwock +Vila +Vilander +Vilandos +Vilandt +Vilanch +Vilane +Vilarroig +Vilarrubla +Vilarasau +Vilareyo +Vilaró +Vilain +Vilajosana +Vilakazi +Vilalta +Vilasuso +Vilató +Vilk +Vilkova +Vilkovský +Vilkoits +Vilkas +Vilkevičiūtė +Vilkkumaa +Vilkman +Vilks +Vile +Vilenkin +Vilensky +Viler +Vilerte +Vileišis +Vilep +Viletta +Vildoso +Vildozo +Vildalen +Vilderson +Vildić +Vildósola +Vilotijević +Vilotić +Viloteau +Viloca +Vilosius +Vilozny +Vilhelmová +Vilhelmson +Vilhete +Vilhjálmsdóttir +Vilhjálmsson +Vilsmaier +Vilsmark +Vilsack +Vilsons +Vilsvik +Vilba +Vilbaste +Vilbre +Vilgats +Vilgotsky +Vilgrain +Viljamaa +Viljanen +Viljoen +Vilner +Vilnet +Vilnai +Vilfan +Vilfort +Viligrón +Vilimek +Viluckis +Vilukhina +Világosi +Vilán +Vilček +Vilėniškis +Vilmunen +Vilpas +Viltard +Vincent +Vincenti +Vincenzi +Vincenzoni +Vincendeau +Vincelette +Vincelj +Vincello +Vincelot +Vincek +Vincetić +Vinciarelli +Vinciguerra +Vinck +Vincken +Vincour +Vincze +Vine +Vinet +Vinetot +Vinegrad +Vinehout +Vinella +Vinent +Viner +Vines +Viney +Vinichenko +Vinick +Vinicombe +Viniczai +Vinik +Vinikour +Viniar +Viniegra +Vinitsky +Vinnichenko +Vinnick +Vinnicombe +Vinnik +Vinnikov +Vinnikova +Vinnitskaya +Vinnerborg +Vinnett +Vinokur +Vinokurov +Vinokourov +Vinocour +Vinocur +Vinovich +Vinovskis +Vinogradov +Vinojinidis +Vinatier +Vinatieri +Vinayachandran +Vinayakram +Vinaccia +Vinaver +Vint +Vinterberg +Vinters +Vintcent +Vinther +Vintov +Vinding +Vindiš +Vindenes +Vindheim +Vingaard +Vingada +Vingboons +Vinzent +Vinzents +Vinzon +Vinjamuri +Vinjar +Vinyals +Vinyes +Vinberg +Vink +Vinroot +Vinson +Vinício +Vitt +Vittachi +Vittadini +Vittasmäki +Vittatoe +Vittor +Vittori +Vittorini +Vittoz +Vittek +Vitters +Vittet +Vitti +Vitting +Vittinghus +Vittman +Vitty +Vital +Vitali +Vitaliev +Vitalini +Vitale +Vitaioli +Vitaić +Vitanyi +Vitanza +Vitakić +Vitarelli +Vitasović +Vitel +Viteli +Vitelli +Viterelli +Viteri +Vitenberg +Viteskić +Vitetta +Vitezović +Vitousek +Vitoux +Vitouš +Vitolins +Vitols +Vitori +Vitorović +Vitofrancesco +Vitoshynskyi +Vithana +Vithanage +Vitharana +Vithayathil +Vithoulkas +Vitko +Vitkovskis +Vitkauskas +Vitkieviez +Vitryanyuk +Vitrychenko +Vitrenko +Vitringa +Vitusagavulu +Vituska +Vitucci +Vitulini +Vitiello +Vitier +Vitiugov +Vitsenets +Vitsut +Vitzthum +Vitásek +Vidal +Vidali +Vidalies +Vidalis +Vidale +Vidales +Vidallé +Vidanage +Vidanapathirana +Vidangossy +Vidanov +Vidav +Vidavskis +Vidacovich +Vidaic +Vidaković +Vidarte +Vidaña +Videnov +Videnović +Videnieks +Videgain +Videgla +Videla +Videll +Videtich +Videto +Videanu +Videira +Videkull +Vides +Vidojević +Vidojković +Vidović +Vidovszky +Vidošević +Vidošić +Vidolov +Vidosa +Vidot +Vidoz +Vidino +Vidinski +Vidigal +Vidil +Vidis +Vidić +Vidugiris +Viduka +Vidulich +Viduşlu +Vidrai +Vidrașcu +Vidro +Vidyaraj +Vidyaratna +Vidyarthi +Vidgen +Vidgren +Vidler +Vidlička +Vidmar +Vidmer +Vidūnas +Vidžus +Vidnovic +Vidvei +Vidzis +Vis +Vishnevskiy +Vishnevsky +Vishnevetsky +Vishnepolsky +Vishny +Vishnyakov +Vishnyakow +Vishniac +Vishnitsky +Vishnunath +Visheau +Visher +Vishgahi +Vishria +Vishveshwara +Viscaal +Viscardi +Vischer +Vischjager +Viscusi +Viscuso +Visclosky +Viscopoleanu +Visse +Visser +Vissers +Visscher +Visschers +Vissio +Vission +Vissoker +Viswam +Viswambharan +Viswan +Viswanathan +Viswalingam +Visweswaran +Visalakshi +Visalli +Visalo +Visagie +Visari +Visockas +Visoiu +Visone +Visotzky +Visentin +Visentini +Visenzi +Vistalli +Vistbacka +Vistic +Visini +Visintin +Viskanta +Visković +Visman +Vismara +Visbal +Vislova +Visner +Visuetti +Virameteekul +Viramontes +Viravaidya +Viravongs +Viray +Virayie +Viracola +Virador +Virahsawmy +Virani +Virapoullé +Virastyuk +Viratprasert +Virgil +Virgili +Virgo +Virgona +Virgets +Virgüez +Virta +Virtala +Virtanen +Virtue +Virdi +Virdis +Virdon +Virenque +Viret +Virezoub +Virolainen +Virolaynen +Virostko +Virsaladze +Virshilas +Virsky +Virchis +Virchow +Viriamu +Virilio +Virkkunen +Virkler +Virlan +Virlogeux +Virmanen +Virmani +Virno +Virny +Viruet +Virupaxappa +Virág +Virágh +Virbickas +Virjee +Virpiö +Virrankoski +Virviescas +Virzì +Vicent +Vicentini +Vicento +Vicens +Vicenzino +Viceconte +Vicelich +Vicevich +Viciosa +Vicioso +Vicich +Viciedo +Viciknez +Vicil +Vicinus +Viciu +Vickers +Vickerson +Vickerage +Vickerman +Vickerton +Vickery +Vickaryous +Vickrey +Victor +Victori +Victoria +Victorino +Victore +Victorette +Victory +Vicari +Vicario +Vicary +Vicat Cole +Vicaut +Vichorek +Vichot +Vichnievsky +Viccellio +Vicchiarello +Vicot +Vicoveanca +Vicziany +Viczián +Vigna +Vignal +Vignali +Vignaduzzi +Vignaket +Vignaroli +Vigne +Vigner +Vigneri +Vigneault +Vignelli +Vignoli +Vignotto +Vignjević +Vignéras +Viglianti +Vigliaturo +Viglielmo +Viglietti +Viglione +Vigliotti +Vigar +Vigarani +Vigarello +Vigalondo +Viganò +Vigoreaux +Vigorito +Vigoda +Vigouroux +Vigiani +Vigier +Vigil +Vigderhaus +Vigdozchik +Viguier +Vigurs +Vigenin +Vigfússon +Viggers +Vigh +Vigman +Vigroux +Vigée +Vieri +Vierikko +Vierin +Vierk +Vierklau +Viermetz +Viermyr +Vierchowod +Vierdag +Viergever +Vierra +Viers +Vietta +Vietti +Vietto +Vieth +Vietoris +Vieha +Viehböck +Viehl +Viehmann +Viehoff +Vien +Viener +Viennot +Viens +Vieweg +Vieweger +Viewegh +Vieau +Vieaux +Vieilledent +Vieira +Vielma +Vieluf +Vieceli +Viefers +Viegas +Viemeister +Viestad +Viezee +Viani +Vianini +Vianco +Viander +Vianelli +Vianna +Vianu +Vianès +Vial +Viallat +Vialli +Vialatte +Vialet +Viali +Viardo +Viars +Viart +Viacava +Viacorka +Viatkina +Viatri +Viaud +Viault +Viazanko +Viazzo +Viaene +Viakhirev +Viapiana +Viavattine +Vikebø +Vikena +Vikernes +Vikestad +Vikal +Vikamsey +Vikander +Viks +Vikström +Vikstøl +Viktorenko +Viktorov +Viktorsson +Viklický +Viklund +Vikman +Vikmanis +Vikberg +Vikhor +Vikidál +Vikulov +Vizi +Vizinczey +Vizing +Vizitiu +Vizzuso +Vizzutti +Vizzini +Vizzoni +Vizaniari +Vizard +Vizaver +Vizcarra +Vizcarrondo +Vizcaíno +Vizenor +Vizgird +Vizquel +Vizuete +Vizvary +Vivan +Vivanco +Vivancos +Vivaldi +Vivaldo +Vivarelli +Vivarini +Vivas +Viveiros +Vivekananthan +Viverito +Vives +Viviani +Viviano +Vivier +Vivino +Vivot +Viitala +Viitaluoma +Viitakoski +Viitamäki +Viitanen +Viitikko +Viik +Viikmäe +Viiask +Viiding +Viigipuu +Viilo +Viinanen +Viiol +Viiperi +Viirlaid +Vij +Vijayasarathy +Vijayashankar +Vijayabasker +Vijayadharani +Vijayan +Vijaykar +Vijandre +Vijiaratnam +Vijil +Vijitvongthong +Vijelie +Vijh +Višinka +Višinskis +Višnar +Višnjić +Višņakovs +Višňovský +Višacki +Višević +Višković +Višća +Viņķele +Vişniec +Viñolas +Viñoles +Viñoly +Viñals +Viñao +Viénet +Viérin +Viáfara +Viðarsson +Violeau +Violetti +Violaris +Viollet +Viotti +Viotto +Viorst +Vihavainen +Vihko +Vihlen +Vihovde +Vihrovs +Vićentijević +Vićević +Viļumanis +Viļums +Vičius +Vimond +Vimont +Vimpani +Vimukthi +Viudes +Viudez +Viudès +Viuhkola +Vibart +Vibenius +Viphavan +Vipond +Vișan +Vițelaru +Viqueira +Viwatchaichok +Vixie +Von Berg +Von Bergen +Von Bernewitz +Von Bertouch +Von Behren +Von Below +Von Buchholz +Von Buhler +Von Busack +Von Balthazar +Von Bargen +Von Bonin +Von Bothmer +Von Braun +Von Brochwitz +Von Bingen +Von Stedingk +Von Stefenelli +Von Stein +Von Sternberg +Von Stade +Von Saher +Von Saltza +Von Sass +Von Schamann +Von Schlebrügge +Von Schwedler +Von Sneidern +Von Spakovsky +Von Swine +Von Sydow +Von Hellerman +Von Hellermann +Von Helvete +Von Heidecke +Von Heijden +Von Holleben +Von Holstein +Von Hoene +Von Hoff +Von Habsburg +Von Hagen +Von Hardenberg +Von Hippel +Von Hügel +Von der Heyden +Von der Heydt +Von der Heide +Von der Lippe +Von der Lippen +Von der Ahe +Von der Decken +Von der Goltz +Von dem Knesebeck +Von Arb +Von Arnim +Von Arx +Von Allmen +Von Alvensleben +Von Ancken +Von Appen +Von Teese +Von Tessmar +Von Thümmel +Von Till +Von Tobel +Von Tscharner +Von Tunzelmann +Von Galen +Von Gazen +Von Gunden +Von Gunten +Von Geldern +Von Grawbadger +Von Roderick +Von Rohr +Von Ramm +Von Reichbauer +Von Richter +Von Ruden +Von Weber +Von Webern +Von Wartburg +Von White +Von Wielligh +Von Wörndle +Von Eeden +Von Eerie +Von Einem +Von Enck +Von Ettingshausen +Von Oelhoffen +Von Oeyen +Von Ohlen +Von Ornsteiner +Von Oÿ +Von Dohlen +Von Doviak +Von Detten +Von Drehle +Von Flatern +Von Flue +Von Fersen +Von Frese +Von Krockow +Von Krogh +Von Kleist +Von Knorring +Von Leer +Von Leers +Von Lowtzow +Von Lutzau +Von Meck +Von Meyer +Von Mises +Von Molnár +Von Pfeil +Von Pohl +Von Prondzynski +Von Puchberg +Von Nieda +Von Niederhausern +Von NotHaus +Von Vacano +Von Versen +Von Vicari +Von Ziegesar +Von Zielbauer +Von Zerneck +Von Cocceji +Von Jhering +Vondráček +Vondrášek +Vondrka +Vondruška +VonderLieth +Vonderburg +Vonderplanitz +Vondung +Vongsa +Vongsay +Vongsouthi +Vongdala +Vongerichten +Vongphachanh +Vongtama +Vongvanij +Vonhof +Vonholdt +Vonhagt +Vonhögen +Vona +Vonarburg +Vonas +Vonk +Vonka +Vonkurnatowski +Vonn +Vonne +Vonnegut +VonAllen +VonSeggen +Vonck +Vonen +Vonier +Vonlanthen +Vonomateiratu +Vonza +Vonášek +Vončina +Volodin +Volodina +Volod'kov +Volodenkov +Volodos +Volodymorovych +Voloshchenko +Voloshenko +Voloshin +Volosova +Volosozhar +Volosyan +Volok +Volokh +Volokhov +Volokitin +Volovik +Volovodenko +Volovyk +Volobuiev +Volobuyev +Volozh +Volozhinskaya +Volochkova +Vologdin +Volontir +Volotyok +Vollach +Vollam +Vollant +Vollebæk +Vollenweider +Vollertsen +Vollmann +Vollmar +Vollmer +Vollborn +Vollbracht +Vollquartz +Vollrath +Volkov +Volkova +Volkovskiy +Volkow +Volke +Volkerding +Volkert +Volkaert +Volkan +Volkinskiy +Volkman +Volchek +Volchenkov +Volchkov +Volchkova +Volchok +Volckman +Volckmann +Volcker +Volcere +Volcic +Volpatti +Volpatto +Volpati +Volpato +Volpe +Volpecina +Volpenhein +Volpert +Volpi +Volek +Voleková +Volentine +Volesky +Voleti +Volešák +Volandri +Volanis +Volavola +Volaš +Vold +Volden +Volders +Volding +Volm +Volman +Volmar +Volmink +Voltaggio +Voltchkov +Voltolina +Voltz +Volz +Volzhanov +Volzhentsev +Volzke +Volgenau +Volgin +Volgy +Volikakis +Volina +Volitzer +Volska +Volsky +Volstad +Volynets +Volynov +Volykhine +Volha +Volhard +Volnerman +Volnukhina +Volquartz +Volquez +Vol'pert +Volberg +Volf +Voléry +Volčanšek +Vos +Vosko +Voskoboeva +Voskoboinikov +Voskoboynikov +Voskonyan +Voskopoulos +Voskovec +Voskamp +Voskanyan +Voskaridis +Voskuhl +Voskuilen +Voskes +Voss +Vosseler +Vosselman +Vossen +Vossou +Vossoughi +Vossoughian +Vossart +Vosshall +Vossler +Vostrecovaitė +Vostrikova +Vostrosablin +Vostrukhin +Vostell +Vostárek +Vostřák +Vosalho +Vosanibola +Vosawai +Vosberg +Vosburgh +Vose +Voser +Vosganian +Vosgerau +Vosler +Vosloo +Vosátka +Vosátko +Vos Savant +Voscherau +Voshchakina +Vosicky +Vosniadis +Vosovic +Voronkin +Voronkov +Voronov +Voronovskyi +Vorontsevich +Vorontsov +Voronin +Voronshchikov +Vorobey +Vorobiov +Vorobyov +Voroshnin +Vorotović +Vorozheykin +Vorsah +Vorsatz +Vorster +Vorstermans +Vorachith +Voranaw +Voravichitchaikul +Voreadis +Vorel +Vores +Voridis +Vorilhon +Voris +Vorm +Vormeland +Vormer +Vorganov +Vorgrimler +Vornholt +Vornişel +Voráček +Voráčová +Vorbe +Vorderman +Vorfolomeyev +Vorkapić +Vorlíček +Vorthoren +Vorvik +Voge +Vogel +Vogels +Vogelsong +Vogelstein +Vogelaar +Vogelman +Vogelnik +Vogelweide +Vogelzang +Vogein +Vogenauer +Voges +Vogt +Vogtmann +Vogts +Voggenhuber +Voggoli +Vogl +Voglis +Vogiatzis +Vognild +Vogondy +Vogrinčič +Voguet +Voutilainen +Voutiritsas +Voutsas +Voutsias +Vouthilath +Voulgarakis +Voulgaris +Voule-Frititi +Voulzy +Vougioukas +Vougiouklakis +Vouilloz +Vouis +Vourgoutzis +Vourtzoumis +Vouzas +Vouzelaud +Voudouris +Vouk +Vounang +Vousden +Voux +Vouyer +Vodovatov +Vodovatova +Vodovnik +Vodovozov +Vodopyanov +Vodopyanova +Vodopivec +Vodorezova +Vodenicharov +Vodenitcharov +Vodennikov +Vodehnal +Vodianova +Vodička +Vodseďálek +Vodsgaard +Vodrey +Vodyakov +Voicu +Voiculescu +Voiculeț +Voican +Voit +Voitek +Voitka +Voight +Voigt +Voilier +Voillet +Voinea +Voinovich +Voisine +Voisset +Voiko +Voionmaa +Voizy +Vokolek +Vokolos +Vokouma +Vokoun +Vokos +Vokes +Voketaitis +Vokey +Vokhmyanin +Vokhshouri +Vokurková +Vokuyev +Vokněr +Vokrri +Vokshi +Votapek +Votava +Votaw +Vottari +Votter +Votto +Votinov +Votintsev +Votron +Votruba +Votsi +Votsis +Votel +Voth +Votolato +Voyevodin +Voyevodina +Voyemant +Voynarovskyy +Voynet +Voynov +Voytek +Voytenko +Voytovych +Voyle +Voyles +Voyatzis +Voyce +Voydel +Voelcker +Voelckers +Voelker +Voelkert +Voelz +Voegeli +Voegelin +Voegele +Voeckler +Voecks +Voerman +Voet +Voevodsky +Voordeckers +Voordewind +Voorhees +Voorhuis +Vooris +Voormann +Voorn +Voorsanger +Voorting +Voog +Voon +Voot +Vovk +Vovkodav +Vovkovinskiy +Vovkun +Vovchanchyn +Vovchynskyi +Voverienė +Voveris +Vovos +Vojta +Vojtaššák +Vojtek +Vojtisek +Vojtko +Vojtova +Vojtík +Vojáček +Voake +Voakes +Voaden +Voas +Voavy +Vochin +Vochoska +Vocaturo +Vocino +Vockler +Vom Bruch +Vom Rath +Vom Steeg +Vomlel +Vomáčka +Vozniak +Voznyak +Vozovic +Vozzo +Vozábal +Vobora +Voboril +Vobořil +Vobes +Vohra +Vohrer +Vohidov +Vohor +Vošahlík +Vošvrda +Voňková +Voříšek +Vowden +Vowell +Vowles +Vopat +Vopěnka +Voßkuhle +Vukoje +Vukojević +Vukojicic +Vukosavljević +Vukoslavić +Vukota +Vukotić +Vukobratović +Vukoičić +Vukomanović +Vuković +Vukanovic +Vukanović +Vukanić +Vukadinović +Vukajlović +Vukasović +Vukašinović +Vukić +Vukićević +Vukman +Vukmir +Vuksanović +Vuksich +Vukušić +Vukušič +Vukcevich +Vukelja +Vukčević +Vula +Vulakoro +Vulakovich +Vulaj +Vulić +Vulićević +VuliVuli +Vulin +Vulc +Vulcan +Vulchanov +Vuletich +Vuletić +Vulević +Vulliamy +Vullo +Vulpe +Vulpeş +Vulović +Vultaggio +Vujanić +Vujanović +Vujacic +Vujadinović +Vujasinović +Vujičević +Vujičić +Vujić +Vujicsics +Vujin +Vujović +Vujošević +Vujević +Vujkov +Vujčić +Vunibaka +Vunibobo +Vunipola +Vuniyayawa +Vuna +Vunagi +Vundavilli +Vunguidica +Vunjak-Novakovic +Vunk +Vuorela +Vuorensola +Vuorilehto +Vuorinen +Vuong +Vuono +Vuoksenmaa +Vuolo +Vuoso +Vuoti +Vuille +Vuillermin +Vuillermoz +Vuillemin +Vuilque +Vuibau +Vuica +Vuissa +Vuiyasawa +Vučić +Vučićević +Vučinić +Vučko +Vučković +Vučkić +Vučević +Vučo +Vucago +Vucanovich +Vucci +Vucetich +Vucinovic +Vuckovich +Vucāns +Vura +Vural +Vurens +Vuruna +Vugdalić +Vugdalič +Vugrinec +Vušković +Vušljanin +Vušurović +Vutov +Vutsov +Vuetilovoni +Vuppalapati +Vustin +Vuylsteke +Vuçaj +Vranjicán +Vranjić +Vranješ +Vranjković +Vranesh +Vranesic +Vraneš +Vranis +Vranitzky +Vranić +Vranch +Vrancken +Vranken +Vranković +Vranas +Vranos +Vranyczany-Dobrinović +Vrančić +Vrabec +Vrabel +Vrabcová +Vrablic +Vratil +Vratuša +Vraalsen +Vraciu +Vradenburg +Vrait +Vrajaprana +Vrakas +Vrapi +Vračarević +Vrebalov +Vrebosch +Vrethammar +Vrettos +Vredeling +Vreeswyk +Vreijsen +Vrenna +Vreugdenhil +Vreven +Vries +Vriesekoop +Vriesendorp +Vriesde +Vriend +Vriends +Vrienten +Vriezema +Vrijmoet +Vrioni +Vroman +Vromen +Vronskaya +Vrontaras +Vroemen +Vroon +Vrubel +Vrubļevskis +Vrugt +Vručina +Vršajević +Vršovský +Vrťo +Vržogić +Vrbata +Vrbenská +Vrbičić +Vrdoljak +Vrdolyak +Vrdlovec +Vrhovac +Vrhovec +Vrhovnik +Vrtacek +Vrteski +Vrtělka +Vrzáň +Vrzáňová +Vrzal +Vráblík +Vrána +Vrösch +Vryonis +Vryzas +Vrăjitoarea +Vrčević +Vrgoč +Vrljić +Vrsaljko +Välimaa +Välimäki +Väli-Klemelä +Välilä +Välivaara +Välba +Välbe +Väljas +Väre +Värk +Värnik +Värttö +Väisälä +Väisänen +Väikmeri +Vänerlöv +Vänskä +Vänttinen +Väänänen +Vääräniemi +Väätäinen +Vähälä +Vähämaa +Väggö +Väkiparta +Västerteg +Väth +Väyrynen +Václavík +Václavíček +Vácha +Várhelyi +Várhidi +Várkonyi +Váleková +Válková +Váncsa +Vánky +Vávra +Vávrová +Váňa +Vášáryová +Vági +Vámosi +Vápeníková +Vásáry +Vérten +Vértiz +Vérany +Véret +Véronnez +Védrine +Védy +Vézina +Vézinhet +Vébr +Vécsei +Végh +Vélez +Véner +Vésteinsson +Vítkovský +Vítková +Vízek +Vízner +Víctores +Vílchez +Víšek +Vågslid +Vågsås +Vågberg +Vågeng +Vårvik +Völckers +Völgyi +Völker +Vögele +Vântu +Vârtic +Vâtcă +Võigemast +Võrno +Võsu +Vërlaci +Vërria +Værnes +Vînătoru +Vólent +Výtisk +Vlassakis +Vlassenko +Vlassis +Vlassov +Vlasko +Vlaskovac +Vlaskin +Vlastellis +Vlastnik +Vlasto +Vlasenko +Vlasenkov +Vlasopoulos +Vlasov +Vlascenko +Vlasichev +Vlasyuk +Vlaszák +Vlasák +Vlad +Vladi +Vladimiroff +Vladimirov +Vladimiri +Vladinov +Vladislavić +Vladić +Vladar +Vladavić +Vladeck +Vladov +Vladu +Vlahov +Vlahović +Vlahos +Vlahakis +Vlahek +Vlahušić +Vlaar +Vlaardingerbroek +Vlachodimos +Vlachová +Vlaicu +Vlaisavljević +Vlajić +Vlajković +Vlak +Vlaović +Vlatković +Vlautin +Vlavianos +Vlazny +Vlašić +Vlădescu +Vlădicescu +Vlădărău +Vlček +Vleminckx +Vlemmings +Vlerick +Vliegen +Vliegenthart +Vlismas +Vloeimans +Vloet +Vlok +Vlk +Vllasi +Vltchek +Vlug +Vyalichka +Vyalitsyna +Vyalchinov +Vyaltsev +Vyarheychyk +Vyarstak +Vyahirev +Vyakhireva +Vyasmaan +Vyatchanin +Vyazmikin +Vyshedkevich +Vyshegorodtsev +Vyshinsky +Vysokova +Vysotskyi +Vyskočil +Vygotskii +Vygotskij +Vygotsky +Vygovskaya +Vyglazov +Vynokur +Vynokurov +Vynohradov +Vynnytsky +Vyntra +Vybornov +Vybornova +Vyborny +Vye +Vyent +Vyeramko +Vychodil +Vycpálek +Vydarený +Vydra +Vyhnal +Vyhovsky +Vykopalová +Vykoukal +Vymazalová +Vymetálková +Vyrupayev +Vyrůbalík +Vyugin +Vyuzhanina +Vyšniauskas +Vyštejnová +Vyff +Vylegzhanin +Vyzhenko +Văcariu +Văcăroiu +Vădrariu +Văduva +Vălean +Văluţă +Văideanu +Văsie +Vătăşoiu +Vēja +Vējonis +Vētra +Vītols +Vīķe-Freiberga +Věnsek +Vdovichenko +Vdovichenkov +Vdovin +Vdovenko +Vdovets +Vůch +Vůjtek +Vũ +Vjetrović +Vještica +Vtič +Vtyurin +Vgenopoulos +Vnukova +Vsych +Vvedensky +Abdu +Abdul +Abdullah +Abdullahi +Abdullaev +Abdullajanov +Abdullayev +Abdulloev +Abdulloyev +Abdulle +Abdullin +Abdul Hakim +Abdul Halim +Abdul Hamid +Abdul Mannan +Abdul Samad +Abdulaev +Abdulahi +Abdulal +Abdulatipov +Abdulayev +Abdulkhalek +Abdulkhalikov +Abdulkhader +Abdulkayumov +Abdulrab +Abdulreda +Abdulrixit +Abdulgader +Abdulghupur +Abdulhamidov +Abdulhayoğlu +Abdul-Mahdi +Abdulbekov +Abduldaim +Abdulemam +Abdulin +Abdulmutallab +Abdulnabi +Abdulov +Abdulqadirakhun +Abdurahimi +Abdurahimov +Abdurahmani +Abdurahmonov +Abduraim +Abduraimov +Abdurakhmanov +Abdur Rahim +Abdur Rahman +Abdur Rab +Abdur Rashid +Abdur Razzaq +Abdurehim +Abdusalamov +Abdusalomov +Abdusamatov +Abdu'allah +Abdumuminov +Abduvaliyev +Abdelaal +Abdelaati +Abdelal +Abdelali +Abdel Baki +Abdel Baqi +Abdel Nour +Abdelgadir +Abdelghni +Abdelnaby +Abdelnour +Abdel-Shafi +Abdelfatah +Abdelkerim +Abdenour +Abdenouz +Abderhalden +Abderrahmane +Abdessadki +Abdevali +Abdezuly +Abdoulahi +Abdoulaye +Abdoulfattakh +Abdoullaev +Abdoulwahab +Abdouni +Abdouraman +Abdolrashidi +Abdolrezaei +Abdolkarimi +Abdollahnejad +Abdoo +Abdoollayev +Abdosh +Abdi +Abdil +Abdillah +Abdin +Abdinur +Abdieski +Abdikov +Abdić +Abdala +Abdalahad +Abdalas +Abdalati +Abdalazem +Abdallat +Abdalqader +Abdy +Abdykalykov +Abdykarimov +Abdykhalikova +Abdyldayev +Abdymomunov +Abdrakhmanov +Abdrashitov +Abdrazakov +Abd Manaf +Abe +Abel +Abell +Abella +Abellan +Abellana +Abellanosa +Abelli +Abello +Abele +Abeledo +Abelein +Abelenda +Abeler +Abeles +Abels +Abelsen +Abelshauser +Abelski +Abelson +Abela +Abelairas +Abelanski +Abelardo +Abelove +Abelovský +Abelow +Abelt +Abeltsev +Abelin +Abeln +Abelyan +Aber +Abercrombie +Abercromby +Aberchán +Aberle +Aberley +Aberlin +Aberg +Abergel +Abernathy +Abernethy +Abers +Aberson +Abert +Abertondo +Abera +Aberbach +Aberdein +Aberhart +Abero +Aberra +Abery +Abend +Abendana +Abendanon +Abendschan +Abendschein +Abendroth +Abena +Abene +Abengózar +Abenhaim +Abeni +Abeno +Abensour +Abentung +Abenzoar +Abeywickrama +Abeywickreme +Abeywardena +Abeyagoonasekera +Abeyasekera +Abeysekera +Abeysuriya +Abeygunawardena +Abeyie +Abeylegesse +Abeyratne +Abeyta +Abedin +Abedinejad +Abedini +Abedinzadeh +Abedeen +Abedzadeh +Abegg +Abegglen +Abega +Abeid +Abeijón +Abeita +Abess +Abessolo +Abesadze +Abebe +Abebrese +Abeti +Abetz +Abecassis +Abeel +Abejo +Abeken +Abad +Abadi +Abadiano +Abadie +Abadilla +Abadić +Abada +Abadaki +Abadjiev +Abadjieva +Abadzhiev +Abadzis +Abady +Abadía +Abadžić +Abas +Abashev +Abashidze +Abashova +Abasolo +Abasov +Abass +Abassova +Abascal +Abasthi +Abasıyanık +Abarghouei +Abargil +Abarbanell +Abarca +Abardonado +Abarhoun +Abaribe +Abarough +Abarrientos +Abart +Abalo +Abalof +Abalos +Abalakov +Abalde +Abalkin +Aballí +Abalmasau +Abalyan +Aban +Abani +Abanikanda +Abanil +Abanda +Abanes +Abango +Abankwah +Abay +Abaya +Abayakoon +Abayawardana +Abayev +Abayián +Abatantuono +Abate +Abati +Abatte +Abatzi +Abakanowicz +Abakelia +Abakoumov +Abakumov +Abaza +Abazasdze +Abazi +Abazov +Ababio +Ababu +Abacha +Abacı +Abahassine +Abahnini +Abaijah +Abair +Abajian +Abajobir +Abaunza +Abaurre +Abagnale +Abaoub +Abra +Abram +Abramo +Abramov +Abramovic +Abramovich +Abramovitz +Abramović +Abramowicz +Abramowitz +Abramowski +Abramofsky +Abramoski +Abrams +Abramsky +Abramson +Abramsson +Abrami +Abramidze +Abramič +Abramczik +Abramczyk +Abramashvili +Abramenkov +Abramyan +Abraham +Abrahams +Abrahamsen +Abrahamson +Abrahamsson +Abrahami +Abrahamian +Abrahamczik +Abrahamowicz +Abrahamyan +Abrahamz +Abrahan +Abrahão +Abras +Abrashev +Abrashi +Abrassart +Abratanski +Abrate +Abratis +Abrard +Abrarinia +Abraao +Abradelo +Abranches +Abraw +Abro +Abromavičius +Abromeit +Abrosimov +Abroskin +Abrol +Abron +Abrous +Abrika +Abrikosov +Abrial +Abrigo +Abril +Abrines +Abrioux +Abrea +Abregu +Abrenica +Abreu +Abrew +Abrudan +Abrunhosa +Abruquah +Abruscato +Abruzzese +Abrhám +Abuladze +Abulafia +Abularach +Abuletisdze +Abulhawa +Abulkhir +Abulu +Abulí +Abushagur +Abushakhmetov +Abusharif +Abushev +Abushgeer +Abushwesha +Abuseridze +Abuserisdze +Abugan +Abugattás +Abughaida +Abugharqud +Abugo +Abugov +Abuel +Abuelaish +Abuelazam +Abueg +Abueva +Abukarat +Abukasis +Abukay +Abukhater +Abukusumo +Abunda +Abundis +Abundo +Abunimah +Abunnadi +Aburrow +Aburruzaga +Aburaya +Aburish +Aburto +Abudabus +Abudho +Abudo +Abudu +Abuhatzeira +Abuhatzira +Abuhatsira +Abuhabib +Abubakar +Abubakirov +Abubo +Abumohor +Abumrad +Abumuslimov +Abutalipov +Abutalybov +Abutbul +Abuzamia +Abuzayyad +Abuzeid +Abu Abdullah +Abu Sidu +Abujamra +Abujihaad +Abu-Lughod +AbuKhalil +Abuchi +Abufarha +Abba +Abbas +Abbasgholizadeh +Abbasguliyev +Abbasbandy +Abbasfard +Abbasov +Abbati +Abbaticchio +Abbatiello +Abbatini +Abbate +Abbatucci +Abbad +Abbadi +Abbadia +Abbadie +Abbado +Abbagnale +Abbamonte +Abbandando +Abbar +Abbay +Abbou +Abboud +Abbouda +Abboushi +Abbondanza +Abbondanzieri +Abbot +Abbott +Abbod +Abbosov +Abbe +Abbenda +Abbensetts +Abbelen +Abberton +Abbett +Abbey +Abbingh +Abbington +Abbiati +Abbio +Abbiss +Abbitt +Abbruscato +Abbruzzi +Abbrederis +Abbring +Abbhi +Abbley +Abbs +Abbuehl +Abbyasov +Abbès +Abo +Abou +Aboub +Abouba +Aboubakar +Aboubakari +Abouleish +Aboulela +Aboul Gheit +Aboulker +Abouelhassan +Abouelkassem +Abouet +Abourazzouk +Abourezk +Abourrass +About +Abouta +Aboutaleb +Abouhalima +Abouheif +Abou Greisha +AbouNader +Aboucherouane +Aboudou +Abougrisha +Abouo +Aboussie +Abouzeid +Aboué +Abola +Abolafia +Abolaji +Abold +Abolghasempour +Abolhassani +Aboab +Aboagye +Aboah +Abood +Aboodi +Aboona +Abongo +Abonyi +Aborah +Aboro +Aboelazm +Abogunloko +Aboimov +Aboki +Abosch +Abotomey +Abowd +Aboya +Abid +Abidi +Abidin +Abidinov +Abidal +Abidallah +Abidogun +Abildaev +Abildgaard +Abildstrøm +Abilaliaj +Abillammaa +Abilov +Abily +Abia +Abiad +Abiamiri +Abinanti +Abineri +Abington +Abish +Abisheganaden +Abishov +Abitbol +Abiteboul +Abitov +Abicair +Abicht +Abiker +Abiko +Abirached +Abiri +Abiut +Abiuta +Abibi +Abiha +Abimbola +Abiola +Abiyev +Abizaid +Abián +Abišala +Ablan +Ablanedo +Ablaberdyeva +Ablack +Ablade +Ablakimov +Ablao +Ablard +Ablashi +Ablayev +Ablaß +Able +Ableman +Abler +Ableser +Ablett +Abley +Ablitarov +Ablitt +Ablitzer +Ablin +Ablinger +Ablow +Ablowitz +Ablonczy +Ablyazin +Ablyazov +Abs +Absher +Abshero +Abshier +Abshire +Abshak +Absalom +Absalonsen +Absaidov +Absil +Absire +Absolom +Absolon +Abse +Abstreiter +Abhayavardhana +Abhisheki +Abhyankar +Abkarian +Abkarovics +Abkhazi +Abner +Abnett +Abnar +Abt +Abtahi +Abts +Abykayev +Abysova +Abyzov +Ab Hugh +Ab Owain +Abgarowicz +Abgrall +Abálsamo +Abán +Abjean +Abplanalp +Abwo +Abzalov +Alanko +Alankoja +Alankamony +Alanis +Alaniz +Alano +Alanović +Alanson +Alanssi +Alandy +Alanen +Alanguilan +Alanne +Alaníz +Alagia +Alagiah +Alagich +Alagiri +Alagiyawanna +Alagab +Alagalak +Alagaş +Alagh +Alaghband +Alagui +Alaguvelu +Alagem +Alam +Alamia +Alamian +Alamieyeseigha +Alamirew +Alama +Alamanni +Alamaze +Alameddine +Alameel +Alamou +Alamouti +Alamsyah +Alakom +Alakotila +Alakozai +Alakhverdiyev +Alakhverdov +Alakulppi +Alakurt +Alakannuark +Alakbarov +Alakija +Alakmak +Alavanja +Alavanos +Alavantas +Alavaara +Alavainu +Alaverdashvili +Alaverdian +Alavez +Alavi +Alavidze +Alavitabar +Alas +Alasadi +Alasania +Alaskarov +Alaskey +Alasgarov +Alassane +Alasuutari +Alasvand +Alasya +Aladashvili +Aladağ +Aladefa +Aladekoba +Aladjem +Aladjova +Aladka +Aladro +Aladzhov +Alarcon +Alarcão +Alarid +Alarie +Alaras +Alard +Alarr +Alarza +Alabakoski +Alabaster +Alabau +Alabora +Alaborska +Alabbasi +Alabi +Alatoa +Alaton +Alatorre +Alatalo +Alatini +Alatlı +Alaim +Alaimo +Alaidy +Alailefaleula +Alain +Alaja +Alajajian +Alajarin +Alajbegović +Alajmo +Alapag +Alaparthy +Alapnes +Alapuro +Alayes +Alayev +Alayban +Alaywan +Alahakoon +Alahapperuma +Alahuhta +Alaaeldin +Alaalatoa +Alaeff +Alaei +Alafa +Alafrantti +Alaoui +Alaouié +Alawami +Alawi +Alazraki +Alazraqui +Alachachian +Alaluwayt +Alaura +Alač +Al-Abadi +Al-Abbadi +Al-Abduljader +Al-Abharī +Al-Abrash +Al-Ajlan +Al-Ajlani +Al-Ajalin +Al-Adeeb +Al-Agmi +Al-Ahdal +Al-Aibi +Al-Andalusi +Al-Asiri +Al-Atrash +Al-Azm family +Al-Shahrani +Al-Shamrani +Al-Shehhi +Al-Shehri +Al-Samarrai +Al-Sayed Suleiman +Al-Sultan +Al-Suwaidi +Al-Sijistani +Al-Hamdan +Al-Hamdani +Al-Harbi +Al-Harthi +Al-Habsi +Al-Hawwash +Al-Hazmi +Al-Houthi +Al-Badawi +Al-Balawi +Al-Banna +Al-Bariqi +Al-Bedawi +Al-Bishi +Al-Jazairia +Al-Jazari +Al-Jabiri +Al-Jurjani +Al-Juzjani +Al-Ma'ali +Al-Mansur +Al-Mardini +Al-Masri +Al-Mubarak +Al-Farisi +Al-Farooq +Al-Fayed +Al-Fazari +Al-Turk +Al-Tusi +Al-Taweel +Al-Tikriti +Al-Kaabi +Al-Kandari +Al-Kindi +Al-Qadi +Al-Qahtani +Al-Qurtubi +Al-Zahabi +Al-Zaro +Al-Zayani +Al-Ghafiqi +Al-Ghamdi +Al-Rajhi +Al-Razi +Al-Dimashqi +Al-Enezi +Al-Omari +Al-Ḥarizi +Alba +Albareda +Albarello +Albaret +Albarracín +Albarrán +Albarado +Albarn +Albarède +Alban +Albanesi +Albani +Albano +Albadoro +Albadran +Albacete +Albahari +Albair +Albakov +Albaladejo +Albasini +Albats +Albaugh +Albayrak +Albazei +Albański +Albert +Alberts +Albertsen +Albertson +Alberti +Albertini +Alberty +Alberghetti +Alberghini +Albergati +Albers +Alberstein +Alberani +Alberdi +Albericci +Alberoni +Albelin +Albelo +Alben +Albenda +Albeau +Albeck +Albeda +Albee +Albegov +Albrecht +Albrechtsberger +Albrechtsen +Albreht +Albright +Albrighton +Albritton +Albin +Albini +Albino +Albiker +Albizzi +Albu +Albuquerque +Alburquerque +Albus +Alboresi +Alboreto +Albot +Albácar +Albæk +Albéniz +Allen +Allenson +Allensworth +Allenby +Allende +Allem +Alleman +Allemand +Allemann +Aller +Allerman +Allers +Alley +Alleyn +Alleyne +Alleg +Allegri +Allee +Alleine +Allevi +Allard +Allardice +Allardyce +Alladi +Allado +Allaire +Allais +Allam +Allamand +Allana +Allanson +Allasio +Allason +Allaf +Alli +Allis +Allison +Alliss +Allin +Allingham +Allio +Alliot +Allibond +Allik +Alliluyev +Allman +Allmendinger +Allmond +Allmuça +Alloh +Allom +Allon +Allot +Allchurch +Allcock +Allgaier +Allgeier +Allum +Allums +Allward +Allwood +Ally +Allyn +Allbritton +Alldridge +Allfrey +Allnutt +Allport +Allred +Allston +Aleksa +Aleksander +Aleksandersen +Aleksandrov +Aleksanian +Aleksi-Meskhishvili +Aleksidze +Aleksinas +Aleksiyevich +Aleksić +Alekseyenko +Alekseyev +Aleksenko +Aleksovski +Alexandre +Alexandrescu +Alexandrou +Alexandrov +Alexandrakis +Alexandris +Alexander +Alexanderson +Alexakis +Alexiades +Alexiou +Alexeyev +Alexopoulos +Alexy +Alem +Aleman +Alemanno +Alemany +Alemayehu +Alemdar +Alempijević +Alemseged +Alemu +Alessandri +Alessandrini +Alessandro +Alessi +Aleshchanka +Aleshire +Alesi +Aleramo +Alers +Alecsandri +Alefantos +Aleinikov +Alejandro +Alencar +Aletrino +Alewijn +Aleyn +Alečković +Alt +Altice +Altieri +Altig +Alting +Altiparmakovski +Altisferi +Altizer +Altamira +Altamirano +Altaras +Altarev +Altan +Alter +Alterman +Altermann +Altegoer +Altenburg +Altman +Altmann +Altmaier +Altsheler +Altshuller +Altschul +Altun +Altunin +Altunyan +Altın +Altıntop +Altıparmak +Althaus +Althoff +Altfuldisch +Altner +Alton +Altrock +Alder +Alderdice +Alderfer +Alderman +Alderton +Alderweireld +Aldegani +Aldemir +Alden +Aldev +Aldred +Aldredge +Aldrete +Aldrich +Aldridge +Aldrighetti +Aldrovandi +Aldrovandini +Alda +Aldama +Aldatov +Aldin +Aldinger +Aldcorn +Aldous +Ali +Alim +Alimatov +Alimehmeti +Alimi +Alia +Aliabadi +Alikaj +Aliker +Aliot +Alioui +Alisic +Alistratov +Aliberti +Aliew +Aliju +Alington +Aliprandi +Aliu +Alix +Aliyev +Alizadeh +Almon +Almond +Almonte +Almodóvar +Almog +Alma-Tadema +Almadawy +Almaguer +Alman +Almedilla +Almeida +Almer +Almquist +Almqvist +Almblad +Almgren +Almici +Almkvist +Almunia +Alméras +Alver +Alverdes +Alvermann +Alverà +Alves +Alves da Silva +Alves dos Santos +Alvear +Alvinczi +Alving +Alvim +Alviž +Alva +Alvarado +Alvarez +Alvord +Alcalá +Alcalá-Galiano +Alcalá-Zamora +Alcantara +Alcasid +Alcock +Alcorn +Alcott +Alciati +Alcindor +Alchian +Alcón +Alshaykh +Alshech +Alshich +Alsogaray +Alsop +Alsbury +Alschitz +Alsina +Alspaugh +Alssema +Alston +Alszer +Alfonseca +Alfonzo +Alford +Alfieri +Alfino +Alfred +Alfredsson +Alfano +Alferov +Alff +Alfson +Alon +Aloneftis +Aloni +Alonso +Alonzo +Alomar +Alomerović +Aloisi +Alopaeus +Alou +Alperin +Alperovich +Alperstein +Alpert +Alpay +Alpman +Alptekin +Alpár +Al Abaidy +Al Abedy +Al Hamiri +Al Khayat +Al Naqbi +Al Zaabi +Algardi +Alger +Alghisi +Algie +Alhanko +Alharizi +Alhassan +Alhavik +Aluri +Alurralde +Aluko +Alum +Alkalai +Alkan +Alksnis +Alrawi +Alreja +Alzamendi +Alzinger +Aljančić +Alnaes +Alwan +Alyakhnovich +Alén +Ade +Adel +Adelaar +Adelabu +Adelaja +Adelakun +Adelantar +Adelaye +Adelsohn +Adelson +Adelstam +Adelstein +Adelsbo +Adelsköld +Adelekan +Adeleke +Adeler +Adeleye +Adelung +Adelusimi +Adeluyi +Adeliyi +Adelizzi +Adelkhani +Adelkhanov +Adell +Adelman +Aden +Adeniji +Adeniken +Adeniran +Adeniyi +Adenaike +Adenauer +Adeney +Adenhart +Adenowo +Adenuga +Adebayo +Adebayor +Adebamowo +Adebari +Adebibe +Adebimpe +Adebisi +Adebola +Adebowale +Adeboye +Adem +Ademola +Ademolu +Ademović +Ademowo +Ademoyega +Ademeit +Ademeno +Ademi +Ademiluyi +Ades +Adesida +Adesiji +Adesioye +Adesanya +Adeseun +Adeshina +Adesoji +Ader +Adere +Aderem +Aderhold +Aderholt +Aderinwale +Adedapo +Adedayo +Adedeji +Adedibu +Adedoyin +Adegbalola +Adegbeingbe +Adegbite +Adegboye +Adegbuyi +Adekola +Adekounle +Adekoya +Adekale +Adekunle +Adewunmi +Adewusi +Adewale +Adewoye +Adey +Adeyemi +Adeyeye +Adeyanju +Adea +Adeane +Adeang +Adepoju +Adepoyibi +Adepitan +Adetokunbo +Adetona +Adetuyi +Adee +Adeel +Adefarasin +Adefemi +Adejo +Adejuyigbe +Adeola +Adeoye +Adeishvili +Adeusi +Ada +Adam +Adamo +Adamov +Adamovich +Adamović +Adamovská +Adamowicz +Adamowski +Adamolekun +Adamonis +Adamou +Adami +Adamia +Adamian +Adamiat +Adamiec +Adamik +Adamishin +Adams +Adamski +Adamsky +Adamský +Adamso +Adamson +Adamsson +Adama +Adamandopoulos +Adamany +Adamache +Adamafio +Adamatzky +Adame +Adamec +Adamek +Adametz +Adameșteanu +Adamchik +Adamchuk +Adamczak +Adamczyk +Adamkienė +Adamkiewicz +Adamkus +Adamberger +Adambi +Adamu +Adamuszek +Adamle +Adampour +Adamthwaite +Adamyan +Adamíra +Adan +Adani +Adanichkina +Adanhoume +Adanson +Adant +Adanza +Adanır +Adaikalanathan +Adaikalaraj +Adaileh +Adair +Aday +Adaya +Adayantharath +Adayev +Adabana +Adablah +Adabor +Adar +Adarkar +Adarkwa +Adachi +Adachihara +Adalberth +Adalja +Adaf +Adaggio +Adajania +Adaktusson +Adaskin +Adato +Adaweyah +Adig +Adiga +Adigalar +Adigard +Adigo +Adigozalov +Adigue +Adigun +Adian +Adianto +Adiahénot +Adiamoh +Adiarte +Adik +Adikalar +Adikari +Adiko +Adikyan +Adie +Adiele +Adiev +Adili +Adilman +Adilović +Adin +Adingono +Adinolfi +Adithan +Aditjondro +Aditya +Adiv +Adivi +Adivrekar +Adib +Adibi +Adichie +Adickes +Adisa +Adisson +Adimurthy +Adiong +Adippe +Adireksarn +Adiyiah +Adizes +Adornado +Adornato +Adornetto +Adorni +Adorno +Adorf +Adorjany +Adoro +Adomaitis +Adomaitytė +Adomah +Adomeit +Adomian +Adomniței +Adomėnas +Adolf +Adolfi +Adolfsson +Adolphson +Adou +Adoukonou +Adoum +Adous +Adoboe +Adoboli +Adobati +Adoke +Adokwe +Adongo +Adonyev +Adodo +Adoff +Adogon +Adoti +Adovasio +Adoyo +Addarii +Addario +Addararachchi +Addabbo +Addae +Addala +Addams +Addazio +Addinall +Addington +Addinsell +Addis +Addison +Addiego +Adderley +Adderson +Addelman +Addenbrooke +Addey +Addlery +Addles +Addleton +Addley +Addo +Addobbati +Addonizio +Addotta +Adduci +Adducul +Adduono +Addy +Adl +Adler +Adlersparre +Adlerstein +Adlerberg +Adlerová +Adlerteg +Adleiba +Adleman +Adlesh +Adley +Adlešič +Adlam +Adlard +Adlawan +Adli +Adlington +Adlgasser +Adlon +Adlung +Adjagba +Adjaho +Adjali +Adjamossi +Adjani +Adjaye +Adjemián +Adjemyan +Adjet +Adjetey +Adjei +Adjey +Adjoudji +Adjoukoua +Adjobi +Adjovi +Adjiwanou +Adjmi +Adriaanse +Adriaansens +Adriaensens +Adrian +Adrien +Adrion +Adrisi +Adraktas +Adrario +Adras +Adrovicz +Adrović +Adrey +Adrshin +Adu +Aduda +Adudu +Aduramo +Aduriz +Adubato +Adugna +Adukor +Adulyadej +Aduobe +Aduwo +Adham +Adhami +Adhahn +Adhav +Adhia +Adhikari +Adhiyaman +Adhemar +Adhopia +Adhuham +Adzhiderskaya +Adzhindzhal +Adzhov +Adzhoyev +Adzhem +Adzedu +Adzemian +Adèr +Adès +Adéagbo +Adénon +Adánez +Adão +Adkin +Adkins +Adkinson +Adkisson +Adke +Adsetts +Adshead +Adsit +Adson +Adsul +Adnan +Adnane +Adnet +Adnot +Adžem +Adžemović +Adžija +Adžić +Advani +Adve +Advincula +Adwell +Adwent +Adwan +Ady +Adyanthaya +Adye +Adcock +Adcocks +Admassu +Admoni +Ad-Din +Adgate +Adıvar +Ak +Akan +Akande +Akandu +Akanbi +Akane +Akanishi +Akanji +Akanni +Akano +Akansu +Akar +Akarandut +Akaranga +Akarapong +Akarapu +Akari +Akarobettoe +Akarsu +Akarte +Akaruye +Akashi +Akashiya +Akasheh +Akasaka +Akasaki +Akasegawa +Akasofu +Akassou +Akalaitis +Akalay +Akalski +Akalé +Akalın +Akaba +Akabane +Akabueze +Akabusi +Akagawa +Akagi +Akagündüz +Akaho +Akahori +Akahoshi +Akaka +Akakpo +Akakçe +Akamine +Akaminko +Akamatsu +Akatsa +Akatsuka +Akatyev +Akada +Akaddar +Akaike +Akaishi +Akaydın +Akayesu +Akaza +Akazawa +Akaagerger +Akachar +Akae +Akao +Akin +Akingbade +Akingbala +Akingbola +Akino +Akinocho +Akinola +Akinradewo +Akinremi +Akinrinade +Akinsehinde +Akinshin +Akinsola +Akintade +Akintimehin +Akintonde +Akinbade +Akinbiyi +Akinde +Akindele +Akinfeev +Akinfenwa +Akinlade +Akinluyi +Akinnagbe +Akinnifesi +Akinwande +Akinwolere +Akiner +Akinjide +Akinmusire +Akinyede +Akishbaia +Akishin +Akisada +Akiskal +Akister +Akimoto +Akimov +Akimenko +Akimura +Akilbaev +Akilov +Akilu +Akiya +Akiyama +Akiyoshi +Akib +Akiba +Akif +Akifiev +Akiode +Akiona +Akira +Akiror +Akita +Akitomi +Akide +Akieremy +Akihara +Akikawa +Akipa +Akizuki +Akhmetgalimov +Akhmetov +Akhmetshin +Akhmetzyanov +Akhmedkhanov +Akhmednabiyev +Akhmedov +Akhmerov +Akhmadieva +Akhmadov +Akhmatkhuzin +Akhmatova +Akhmarov +Akhmyarov +Akhalaia +Akhalkatsi +Akhaltsikheli +Akhaminova +Akharraz +Akhasamba +Akhatov +Akhavan +Akhidzhak +Akhiezer +Akhigbe +Akhilgov +Akhimov +Akhtar +Akhtaruddin +Akhtarzand +Akhter +Akhedzhakova +Akheeva +Akherbach +Akhun +Akhunova +Akhurst +Akhlaghi +Akhlaghpasand +Akhondy +Akhoond +Akhramenko +Akhrimenko +Akhyadov +Akhyani +Akhba +Akhchichine +Akhkilgov +Akhnouche +Akhsharumova +Akhvlediani +Akhwari +Akhzam +Aker +Akers +Akerson +Akerstream +Akeredolu +Akerele +Akerlind +Akerlof +Akerman +Akermann +Akerboom +Akerhaugen +Akerjordet +Akery +Akerø +Akens +Akenson +Akendengué +Akenhead +Akentyev +Akenz +Akel +Akeley +Akeli +Akelkin +Akello +Akesaka +Akesbi +Akeson +Akesuk +Akech +Aked +Akeel +Akehurst +Akeju +Aketxe +Akey +Akonniemi +Akonnor +Akonay +Akoni +Akonobi +Akoun +Akoung +Akouassaga +Akouloua +Akouzar +Akolkar +Akolor +Akolzin +Akognon +Akogyiram +Akobia +Akoitai +Akomfrah +Akopyants +Akosah +Akoto +Aksentiev +Aksentijević +Aksenenko +Aksenoks +Akselman +Akselsen +Aksancak +Aksanov +Aksakov +Aksalu +Aksas +Aksyonenko +Aksyonov +Aksyutenko +Aksomitis +Aksoy +Aksu +Aksun +Akshalov +Aksinin +Akstinas +Akulin +Akulinichev +Akulinin +Akulov +Akubardiya +Akubeze +Akubuike +Akunichikov +Akunis +Akunyili +Akume +Akumu +Akurang +Akuraters +Akutagawa +Akutsu +Akuchie +Akudolu +Akuetteh +Akuffo +Akup +Akkarapong +Akkari +Akkary +Akkaya +Akkayev +Akkabi +Akkad +Akkanen +Akkaoui +Akkaş +Akkerman +Akkersdijk +Akkemay +Akkouche +Akkoyun +Akkineni +Akkraseranee +Akbar +Akbari +Akbarnejad +Akbarov +Akbarpour +Akbarzadeh +Akbashev +Akbasli +Akbaba +Akbay +Akbağ +Akbaş +Akbulatov +Akbulut +Akburç +Akpom +Akpomedah +Akpoveta +Akpovi +Akpoborie +Akpoguma +Akpososo +Akpabio +Akpakoun +Akpala +Akpan +Akpata +Akpeyi +Akpınar +Akram +Akramov +Akraka +Akrapović +Akrawi +Akroun +Akrour +Akrout +Akrofi +Akroyd +Akre +Akrivopoulou +Akyigit +Akyildiz +Akyürek +Akyüz +Akyel +Akymenko +Akyol +Akyıldız +Akdarı +Akdağ +Akdemir +Akdeniz +Akdilek +Aktuna +Aktuğ +Aktaş +Aktop +Aktürk +Akça +Akçakın +Akçam +Akçan +Akçatepe +Akman +Akmansoy +Akmal +Akmammedov +Akwari +Akwashiki +Akwu +Akwuegbu +Akcapar +Akcayli +Akchoté +Akl +Aklei +Akloul +Akşener +Akşit +Akšamija +Akgül +Akgün +Aknai +Akniouene +Akın +Akıncı +Agar +Agard +Agardh +Agardius +Agar-Ellis +Agarici +Agarkar +Aganbegyan +Aganga +Aganina +Aganović +Aganun +Aganzo +Agathocleous +Agathokleous +Agathangelou +Agatston +Agatsuma +Agata +Agamal +Agamaliev +Agamben +Agamennoni +Agamuradov +Agapov +Agapova +Agapito +Agapkin +Agaptsev +Agashe +Agashkov +Agassi +Agasson +Agase +Agaba +Agabaýew +Agabekov +Agabi +Agagianian +Agagiotou +Agagu +Agazzi +Agazzone +Agazarian +Agache +Agacinski +Agaev +Agaeva +Agajanian +Agajanov +Agakatzanian +Agakhanov +Agalarov +Agalliu +Agawa +Agawu +Agayev +Agayeva +Agadakos +Agafonov +Agahozo +Agu +Aguilar +Aguilarte +Aguilleira +Aguillo +Aguilera +Aguiluz +Aguirre +Aguirregaray +Aguirresarobe +Aguirrezabalaga +Aguire +Aguinaga +Aguinagalde +Aguinis +Aguiar +Aguer +Aguerre +Agueh +Agueli +Aguemon +Aguessy +Aguad +Aguado +Aguabella +Agualusa +Aguayo +Agustin +Agustini +Agustiawan +Agustien +Agusta +Agut +Aguta +Agutin +Agutter +Agulay +Agulhon +Agullo +Agurbash +Agurjanovs +Agudela +Agunbiade +Aguon +Aguzzi +Aguéli +Agosti +Agostinelli +Agostinho +Agostini +Agostino +Agosto +Agostoni +Agosín +Agouazi +Agouda +Agoues +Agoult +Agourram +Agodi +Agodirin +Agodon +Agolley +Agolli +Agoliati +Agoro +Agorogiannis +Agorsor +Agoglia +Agogu +Agool +Agoos +Agozino +Agozzino +Agobet +Agoncillo +Agovaka +Agoye +Agbo +Agbonavbare +Agboneni +Agbonlahor +Agbonsevbafe +Agboh +Agboluaje +Agboola +Agbossoumonde +Agboton +Agboyibo +Agbemabiese +Agbemadon +Agbemenu +Agbetoglo +Agbetu +Agbebaku +Agbee +Agbeko +Agbeshie +Agbeze +Agbaria +Agbarieh +Agbabi +Agbaje +Agbakoba +Agbaso +Agbatchi +Agbayani +Agbim +Agblexo +Aghaei +Aghaeipour +Aghaee +Aghaev +Aghazadeh +Aghazamani +Aghazarian +Aghababaei +Aghabegians +Aghajani +Aghajanyan +Aghahowa +Aghakishiyev +Aghamyan +Aghasyan +Aghatise +Aghayev +Aghily +Aghini +Aghion +Aghbariyya +Aghdashloo +Aghmani +Aghoghovbia +Aghta +Agrama +Agramonte +Agras +Agrast +Agrafioti +Agrahari +Agrain +Agran +Agravanis +Agrawal +Agrest +Agresta +Agresti +Agresto +Agrebi +Agrell +Agron +Agront +Agrofenin +Agroppi +Agricola +Agritis +Agrba +Agrums +Ager +Agerschou +Agerskov +Agersnap +Agersted +Agerbeck +Agerbeek +Agerbo +Ageyev +Ageyo +Agee +Ageh +Ageira +Agell +Agensø +Agesen +Agešins +Agnoli +Agnolin +Agnoletto +Agnolutto +Agnoly +Agnomen +Agnel +Agnelli +Agnello +Agnesi +Agnew +Agnidé +Agnihotri +Agnisetta +Agnalt +Aggelou +Aggeloudis +Aggelonitis +Aggelakas +Aggelakis +Agger +Aggerholm +Aggens +Agget +Aggrawal +Aggrey +Aggarwala +Aggoune +Aggudey +Aglietta +Aglietti +Aglieri +Aglialoro +Agliardi +Aglio +Agliotti +Aglukark +Aglukkaq +Aglugub +Aglassinger +Agler +Agina +Aginian +Agirre +Agirretxe +Agiashvili +Agiomamitis +Agius +Agić +Agyeman +Agyemang +Agyei +Agyepong +Agyare +Agyriba +Agwunobi +Agwuocha +Agwai +Agwi +Agwoje +Agüera +Agüeros +Agénor +Agócs +Agúndez +Agthe +Agtzidis +Agcaoili +Agdestein +Agmon +Agsteribbe +Agvaantseren +Arakaki +Arakawa +Araki +Arakiel +Arakelyan +Arana +Arancibia +Aranda +Arantes +Aranđelović +Araszewski +Araszkiewicz +Arasanayagam +Arason +Arat +Arata +Aratama +Aratani +Arabacıoğlu +Arabiyat +Arablinski +Arad +Aradszki +Aragaki +Aragonés +Arai +Araiji +Aramaki +Aramburu +Aravidis +Aravindan +Aracil +Arahata +Arajuuri +Aralica +Arar clan +Araujo +Araya +Arazi +Araújo +Aračić +Arnal +Arnald +Arnall +Arnaud +Arnault +Arnautović +Arnaert +Arnarson +Arnason +Arnaz +Arne +Arnet +Arneth +Arnett +Arnell +Arneson +Arnezeder +Arno +Arnold +Arnoldi +Arnot +Arnott +Arnould +Arnoux +Arns +Arnshtam +Arntgolts +Arntzen +Arndt +Arnheim +Arnulphy +Arisaka +Arisawa +Aristakisyan +Aristov +Arishima +Arismendi +Arima +Arimachi +Arimori +Arimoto +Arimura +Ariza +Arizin +Arizmendi +Arienti +Arieti +Arinaga +Arinze +Ariosti +Ariosto +Arias +Aribi +Aridjis +Arifaj +Ariga +Arihara +Arikawa +Aritkulov +Ariyoshi +Arman +Armand +Armanious +Armantrout +Armaly +Armağan +Armaş +Armendáriz +Armentrout +Armenulić +Armellini +Armero +Armit +Armitage +Armitstead +Armin +Armine +Armistead +Armbrust +Armbruster +Armbrister +Armstead +Armster +Armstrong +Armfield +Armleder +Armour +Armytage +Artikov +Artime +Artin +Artiñano +Artajo +Artamonov +Artaud +Arteaga +Artemyev +Arter +Arthur +Arthurson +Arthursson +Artymata +Artyomov +Artyukhin +Artschwager +Artsruni +Artman +Artom +Archdale +Archdall +Archibald +Archinto +Archer +Archuleta +Arcand +Arcangeli +Arcari +Arcaro +Arcaño +Arce +Arcel +Arceneaux +Arcidiacono +Arcoleo +Arct +Arculeo +Are +Arend +Arendrup +Arends +Arendt +Arendzen +Arenado +Arens +Arellano +Arellano Félix +Areshchenko +Arespacochaga +Areces +Arefyev +Aregawi +Arepina +Aretino +Argent +Argenta +Argentin +Argento +Argerich +Argetoianu +Arguedas +Arguiñano +Argumedo +Argunov +Argyropoulos +Argyros +Argyris +Argall +Arghutashvili +Argov +Arbuckle +Arbus +Arbuthnot +Arbuzov +Arbi +Arbib +Arbizo +Arbeit +Arber +Arborio +Arborius +Arbëri +Arbós +Arbab +Aro +Aron +Aronow +Aronowicz +Aronov +Aronson +Aronsson +Aronstein +Aronian +Aronin +Aronyan +Arosemena +Aroseva +Arora +Arder +Ardern +Ardelius +Arden +Ardizzon +Ardizzone +Arditi +Ardagh +Ardašev +Ardoin +Ardouin +Ardley +Ardzinba +Arrechea +Arredondo +Arriaga +Arrieta +Arrowsmith +Arroyo +Arrúa +Arlauskas +Arlauskienė +Arland +Arlow +Arlowski +Arlen +Arveladze +Arvesen +Arvidsson +Arvizu +Arvanitaki +Arvonen +Aruego +Arumugam +Arup +Arusei +Arutunian +Arkhangelsky +Arkhipov +Arkell +Arkorful +Arze +Arziani +Arzoumanian +Arzumanyan +Arsenault +Arsenis +Arscott +Arıca +Arıkan +Arājs +Arhiptsaw +Arhire +Arpentin +Arpè +Arquette +Arquilla +Arf +Arjouni +Arwood +Aráoz +An +Andre +Andreassen +Andreasson +Andreason +Andreacchi +Andreadis +Andreae +Andrew +Andrewe +Andrewes +Andrewartha +Andrews +Andreoli +Andreotti +Andreou +Andreychuk +Andreyev +Andreyuk +Andree +Andreescu +Andreikin +Andreini +Andrejević +Andrejić +Andren +Andresen +Andretti +Andreu +Andriamanjato +Andrianopoulos +Andriessen +Andrieu +Andriola +Andriolas +Andrijašević +Andrikidis +Andrist +Andriuškevičius +Andriychuk +Andrić +Andronic +Andronikashvili +Andronov +Androić +Andropov +Androsov +Androulakis +Andrada +Andrade +Andraszak +Andrus +Andrushenko +Andruszczak +Andrycz +Andrysek +Andrzejewski +Andrzejuk +Andrássy +Anders +Andersen +Anderson +Anderssen +Anderszewski +Anderl +Anderle +Anderberg +Anderegg +Anderiesen +Andermatt +Anderton +Anda +Andabaker +Andaya +Ando +Andone +Andonian +Andhak +Andlinger +Andvord +Anto +Anton +Antonioli +Antoniotti +Antoniou +Antoniadis +Antonijevic +Antonitsch +Antoniuc +Antoniychuk +Antone +Antonelli +Antonescu +Antonetti +Antonopoulos +Antonov +Antonowicz +Antonakos +Antonsson +Antonutti +Antolić +Antolković +Antolović +Antokolsky +Antoon +Antoshina +Antipin +Antipov +Antisdel +Antiseri +Antikajian +Antill +Antiochianus +Antić +Antek +Antenucci +Anter +Antetokounmpo +Antunes +Antunović +Antuofermo +Antal +Antanasijević +Anthamatten +Anthony +Antrobus +Antropov +Antsiferov +Antsybor +Antczak +Antkowiak +Antliff +Antti +Antwi +Antyukh +Ang +Ange +Angel +Angelo +Angelopoulos +Angelopoulou +Angelov +Angelelli +Angeleri +Angeli +Angelini +Angelle +Angello +Angelucci +Angelus Family +Anger +Angers +Angersbach +Angerstein +Angermann +Angermüller +Angerer +Angear +Angajala +Angara +Angas +Angathil +Anglada +Angleton +Anghan +Anghel +Angulo +Angus +Angiolini +Angwin +Angyal +Anastas +Anastasi +Anastasijevic +Anastasijević +Anastasio +Anastasiou +Anastasis +Anastaplo +Anastos +Anan +Anania +Ananidze +Anand +Ananko +Ananyan +Anabuki +Anaclerio +Anagnostakis +Anai +Anami +Anapoli +Anatolius +Anstead +Anstee +Anstey +Anstis +Anstiss +Anstadt +Ansah +Ansaloni +Ansanelli +Ansara +Ansell +Anselmi +Ansermino +Anschütz +Anscombe +Ansberry +Anslinger +Ansola +Anspach +Ani +Anisimov +Anisimova +Aniston +Aniebo +Anielewicz +Anić +Aničić +Aniakor +Anichini +Anikienko +Anioła +Aniweta +Annenberg +Annenkov +Annensky +Anneke +Anner +Annadurai +Annakin +Annan +Anning +Anno +Annunziata +Annys +Ankenman +Ankeny +Ankers +Ankier +Ankitham +Ankrah +Ankrum +Anković +Ankudinov +Anchal +Anchanbutr +Anchart +Ancher +Ancel +Ancona +Ancsin +Anczok +Anokhin +Anokye +Anofriyev +Anon +Anosov +Anouilh +Anđelić +Anđelković +Anđelović +Ančić +Anelka +Anerio +Anesaki +Anzai +Anzengruber +Anzà +Anfossi +Anfuso +Anjaiah +Anjaparidze +Anlezark +Anquetil +Anubi +Anwar +Anyukevich +Ash +Ashe +Asher +Asherson +Asheim +Ashenhurst +Ashevak +Ashbaugh +Ashbee +Ashbolt +Ashbrook +Ashby +Ashida +Ashihara +Ashinano +Ashiro +Ashley +Ashley-Cooper +Ashlag +Ashfield +Ashford +Ashkenazi +Ashkenazy +Ashtar +Ashton +Ashall +Ashcraft +Ashdown +Ashhad +Ashman +Ashner +Ashpitel +Ashurbeyov +Ashvetia +Ashyhmin +Asani +Asanidze +Asante +Asantewaa +Asanbayev +Asano +Asanuma +Asad +Asada +Asadauskaitė +Asadi +Asaka +Asakawa +Asaki +Asakura +Asahi +Asahina +Asahara +Asam +Asami +Asamoah +Asai +Asaiyan +Asao +Asaoka +Asare +Asaria +Asagami +Asatiani +Asawa +Asayama +Asazu +Astrauskas +Astravukh +Astroth +Astrowski +Astrua +Astruc +Astapenka +Astapovsky +Astafyev +Astakhov +Astarabadi +Astor +Astorino +Aston +Astell +Astete +Astier +Astill +Astle +Astley +Astbury +Astudillo +Astwood +Asselin +Asselineau +Asser +Asserholt +Assefa +Assemani +Assenmacher +Assael +Assaf +Assagioli +Assange +Assing +Assinger +Assie +Asscher +Asscherick +Assheton +Assmann +Assunção +Asch +Asche +Aschenbrener +Aschenwald +Ascher +Ascherson +Aschbacher +Aschner +Aschwanden +Ascalesi +Ascani +Ascott +Aspe +Asper +Aspertini +Aspelund +Aspland +Asplin +Asplund +Aspdin +Asphaug +Aspinwall +Aspord +Asimos +Asimov +Asimaki +Asiedu +Asif +Asikainen +Asipovich +Asire +Asena +Asencio +Asenov +Asensio +Aseev +Asem +Aslan +Aslanadze +Aslanian +Aslanov +Aslanyan +Asllani +Askegard +Askew +Askin +Askonas +Asmundson +Asmussen +Asmal +Asmodelle +Asubonteng +Asuka +Asumi +Asboth +Asbridge +Asdahl +Asderaki +Asghar +Asgill +Asner +Asnyk +Aso +Asoshina +Asfaw +Asquerino +Asrani +Asylmuratova +Asín +Acharatoumane +Achard +Acharekar +Achari +Achamer-Pifrader +Achami +Achampong +Achache +Achacoso +Achaari +Achadjian +Achaga +Achahbar +Achalov +Achatz +Achilli +Achillini +Achilleos +Achilier +Achik +Achike +Achim +Achimescu +Achinstein +Achintre +Achiary +Achica +Achieng +Achiou +Achten +Achtenberg +Achterberg +Achternbusch +Achtemeier +Achtner +Achtymichuk +Achenbach +Achenza +Acheampong +Achebe +Achermann +Acheson +Acho +Achon +Achonwa +Acholonu +Achour +Achkar +Achkarian +Achkina +Achramowicz +Achrekar +Achucarro +Achurch +Achbar +Achcar +Achleitner +Achs +Achúgar +Accola +Accolla +Accolti +Accordi +Accorsi +Accoceberry +Accom +Acconci +Accoyer +Accam +Accambray +Accardi +Accardo +Accaoui +Accati +Accavallo +Accetta +Accetturo +Acciai +Acciari +Accursi +Accurso +Acker +Ackerley +Ackerly +Ackerman +Ackermann +Ackers +Ackerson +Ackerie +Ackebo +Ackel +Ackeström +Acketoft +Ackles +Ackley +Acklin +Ackah +Ackamoor +Ackford +Ackman +Ackner +Ackon +Ackroyd +Ace +Acerbi +Acerbis +Acerden +Acereda +Aceron +Acers +Acevedo +Aceves +Aceval +Acevit +Acevski +Acebal +Acebes +Acebillo +Acea +Acedo +Acemoğlu +Acey +Acasuso +Acasuzo +Acasiete +Acason +Acaster +Acar +Acard +Acaba +Acampora +Acanfora +Acapandié +Acatrinei +Acord +Acori +Acocella +Acoglanis +Acolatse +Acomba +Acoose +Acosta +Acovone +Acox +Aciman +Acimi +Acin +Acinapura +Acioli +Acioly +Acidwalla +Acito +Acquafresca +Acquah +Acquarone +Acquistapace +Acquisti +Acre +Acres +Acrivos +Acronius +Acuff +Acuil +Acuna +Acurio +Acda +Acfield +Acland +Acton +Acworth +Aczél +Acél +Aitch +Aitcheson +Aitchison +Aitken +Aitkenhead +Aitkulov +Aitolehti +Aiton +Aitov +Aitel +Aitenova +Aitmatova +Aitmukhambetov +Aitamai +Aithal +Aitikeev +Aitson +Aittokallio +Aitupe +Aitzhanova +Ainslee +Ainsleigh +Ainsley +Ainslie +Ainscough +Ainscow +Ainsworth +Aindili +Aindow +Ainlay +Ainley +Ainaga +Ainge +Ainy +Aiki +Aikin +Aikins +Aikio +Aiken +Aikenhead +Aikhionbare +Aikhomu +Aikawa +Aikman +Aikoh +Aikura +Aikyoh +Aizemberg +Aizenman +Aizer +Aizpuriete +Aizpurúa +Aizpors +Aiza +Aizawa +Aizbalts +Aizkorreta +Aizlewood +Aizue +Aich +Aicher +Aichern +Aichele +Aichi +Aichinger +Aichhorn +Aicardi +Aicart +Aicega +Aickin +Aida +Aidaraliyev +Aidarov +Aidaeva +Aidala +Aidoo +Aidooh +Aidonidis +Aidietytė +Aidinoff +Aidukaitis +Airich +Airikkala +Airisto +Airaksinen +Airaudi +Airoldi +Airosa +Aird +Airee +Airry +Aisin Gioro +Aisiri +Aissati +Aisslinger +Aisawa +Aisher +Aislabie +Aiso +Aiston +Aimonetti +Aimoto +Aimard +Aimbetov +Aimers +Aimi +Aimla +Aimée +Aibekob +Aibeková +Aibesa +Aiba +Aibara +Aiboy +Aibu +Aila +Ailara +Ailarov +Ailabouni +Aillagon +Aillet +Ailinger +Aiyegbeni +Aiyegbusi +Aiyejina +Aiyeku +Aiyenugba +Aiyabei +Aiyappa +Aigler +Aigner +Aigrain +Aiona +Aiono +Aioubov +Aiardi +Aiazzi +Aijazi +Aijima +Aivazian +Aivazoff +Ai'i +Aiello +Aihara +Aiuchi +Ahl +Ahlstedt +Ahlstrand +Ahlsand +Ahlschwede +Ahlsen +Ahlberg +Ahlbert +Ahlborn +Ahlbäck +Ahle +Ahlers +Ahlersmeyer +Ahlenius +Ahlm +Ahlman +Ahlmann +Ahlmark +Ahlgren +Ahlgrimm +Ahlquist +Ahlqvist +Ahlvarsson +Ahlvik +Ahlander +Ahldén +Ahlhaus +Ahlrichs +Ahluwalia +Aharonov +Aharonovich +Aharoni +Aharonson +Aharonyan +Aharodnik +Ahari +Aharish +Ahane +Ahanfouf +Ahangarani +Ahannach +Ahanotu +Ahansal +Ahamada +Ahamdi +Ahamed +Ahammed +Ahad +Ahadi +Ahady +Ahabwe +Ahahaoui +Ahalt +Ahačič +Ahmad +Ahmadi +Ahmadinejad +Ahmadzadeh +Ahmadzai +Ahmadov +Ahmadpouri +Ahman +Ahmanson +Ahmar +Ahmarani +Ahmaoja +Ahmataj +Ahmedovski +Ahmeti +Aho +Ahou +Ahouanwanou +Ahouré +Ahouéya +Ahokainen +Ahokas +Ahola +Aholelei +Ahonen +Ahonsou +Ahodikpe +Ahorlu +Ahosilta +Ahotaeiloa +Ahrendt +Ahrendts +Ahrendsen +Ahrenholz +Ahrling +Ahrlé +Ahrndt +Ahrne +Ahrari +Ahronovitch +Ah Kit +Ah Koy +Ah Kuoi +Ah Fok +Ah Mau +Ah Quin +Ah Van +Ah Wong +Ah You +Ahimana +Ahimeir +Ahipeaud +Ahipene +Ahinful +Ahire +Ahizoune +Ahn +Ahner +Ahnert +Ahnelöv +Ahndoril +Ahnsjö +Ahunanya +Ahunbay +Ahuatzi +Ahuja +Ahumada +Ahearn +Ahenakew +Ahern +Ahey +Ahde +Ahdoot +Ahdyar +Ahsah +Ahsan +Ahson +Ahtila +Ahtisaari +Ahtola +Ahvenjärvi +Ahvenlahti +Ahvala +Ahwesh +Ahwoi +Ahjupera +Ahki +Ahye +Ahıskalı +Amade +Amadei +Amadio +Amador +Amankwah +Amann +Amano +Amante +Amash +Amashukeli +Amason +Amastan +Amacher +Amachi +Amachree +Amaral +Amarijo +Amaro +Amaechi +Amaefule +Amami +Amamiya +Amalric +Amato +Amavia +Amayake +Amir +Amiralay +Amirejibi +Amiri +Amirjanov +Amirov +Amin +Aminev +Amini +Aminoff +Aminu +Amis +Amisano +Amisulashvili +Amick +Amico +Amiel +Amihălăchioaie +Amilakhvari +Amer +Ameresekere +Amerio +Amerongen +Amerson +Amelchenko +Amelung +Amelyanchuk +Amendola +Amenomori +Ament +Amezcua +Amezcua Contreras +Ameisen +Amemiya +Ameobi +Ames +Ameur +Ambrosi +Ambrosini +Ambrosio +Ambrosius +Ambrosch +Ambrose +Ambrozic +Ambraseys +Ambrus +Ambelas +Ambellan +Ambepitiya +Ambartsumian +Ambschel +Amo +Amoreirinha +Amorim +Amoruso +Amory +Amorós +Amoabeng +Amoah +Amoako +Amodei +Amodio +Amos +Amosov +Amponsah +Amponsem +Ampofo +Ampomah +Ampadu +Amparo +Ampatuan +Ampem +Amphlett +Amman +Ammann +Ammar +Ammermann +Ammonds +Amr +Amri +Amritraj +Amrouche +Amundsen +Amundson +Amuro +Amusan +Amsel +Amstätter +Amdahl +Amjad +Amner +Amyot +Amézaga +Aa +Aarset +Aarseth +Aarsheim +Aarsman +Aarstad +Aardema +Aardewijn +Aardal +Aardsma +Aare +Aarebrot +Aarelaid +Aarethun +Aarne +Aarnes +Aarnio +Aarnæs +Aaron +Aarons +Aaronson +Aaronovich +Aarts +Aartsen +Aartoma +Aartun +Aarab +Aarabi +Aaraas +Aarrass +Aarrestad +Aarønes +Aarøy +Aarbakke +Aarflot +Aariak +Aarma +Aarvold +Aanderaa +Aanderud +Aandewiel +Aandahl +Aandalen +Aanes +Aaness +Aanestad +Aanensen +Aanenson +Aano +Aanonsen +Aantjes +Aalto +Aaltola +Aaltonen +Aalam +Aaland +Aalberg +Aalbers +Aali +Aalien +Aalda +Aalfs +Aall +Aab +Aaberg +Aaberge +Aabech +Aabel +Aabrek +Aabrekk +Aaboe +Aabye +Aamer +Aames +Aamland +Aamlid +Aamo +Aamodt +Aamara +Aambø +Aamund +Aas +Aase +Aasen +Aaser +Aasland +Aasmäe +Aasrud +Aaker +Aakjaer +Aakre +Aakula +Aakvaag +Aadland +Aadli +Aadahl +Aadnevik +Aagaard +Aagard +Aagesen +Aatabou +Aatakni +Aatre +Aach +Aackerlund +Aavik +Aaviksoo +Aaen +Aafjes +Aaitui +Afanasenko +Afanasenkov +Afanasieff +Afanasyev +Afand +Afandiyev +Afanou +Afacan +Afacanoğlu +Afaganis +Afagh +Afarah +Afary +Afas +Afash +Afat +Afatia +Afable +Afakirya +Afalava +Afamasaga +Afaq +Afazeli +Affo +Affolter +Affonço +Afford +Affleck +Afflerbach +Afflalo +Affranchino +Affrunti +Affré +Afful +Affuso +Affutu +Affeldt +Affentranger +Affholter +Affif +Africa +Africk +Afridi +Afrifa +Afrika +Afriyie +Afromeev +Afroogh +Afroudakis +Afroyim +Afroz +Afrah +Afraimovich +Afrassiabi +Afrax +Afrăsiloaie +Afendy +Afenir +Afenogenov +Aferalign +Aferworki +Afewerki +Afework +Afeaki +Afedzie +Afellay +Afeyan +Afolabi +Afolahan +Afolayan +Afonin +Afonja +Afoa +Afobe +Afougou +Afif +Afifa +Afinger +Afinogenov +Afikuyomi +Afiouni +Aftel +Aftenie +Aftergood +Aftab +Aftalion +Afkham +Afkhami +Afkos +Afshari +Afsheh +Afsaruddin +Afzaal +Afzali +Afzelius +Af Jochnick +Af Klintberg +Aflalo +Aflenzer +Afum +Aus +Aust +Auster +Austermann. +Austen +Austin +Aussaresses +Ausserleitner +Auspitz +Ausubel +Auber +Auberjonois +Auberlen +Aubert +Aubrey +Aubry +Aubameyang +Aubin +Aubé +Auden +Audenrieth +Audette +Audikesavulu +Audisio +Audo +Audouin +Audley +Auffray +Auffret +Auffarth +Auf der Maur +Aufderheide +Aufles +Aufray +Aufschnaiter +Augustyn +Augustyniak +Auguste +Augusto +Augustsson +Augenstein +Auger +Augsberger +Auch +Auchincloss +Auchinleck +Auchterlonie +Aucamp +Auclair +Aucoin +Auer +Auer von Welsbach +Auerbach +Auermann +Auernheimer +Auerswald +Auenbrugger +Auman +Aumann +Aumeier +Aumentado +Aumonier +Auriemma +Aurifaber +Aurino +Aurivillius +Aurvåg +Auken +Aukes +Aukland +Aukrust +Aulaqi +Auld +Aulenti +Aune +Aungier +Aute +Autier +Auvinen +Auvray +AuCoin +Auinger +Auzeil +Attar +Attard +Attardo +Attaf +Attali +Attanasio +Atteberry +Attenborough +Atterton +Atteveld +Attewell +Atticista +Attig +Attipoé +Attridge +Attrill +Attkisson +Attolico +Attwell +Ata +Atalar +Atalay +Atali +Atan +Atanasov +Atangana +Ataseven +Atassi family +Atadan +Atakan +Ataman +Atar +Ataullah +Atay +Atkin +Atkins +Atkinson +Atkisson +Atkey +Atkyns +Athanasiadis +Athanasiou +Athans +Atherton +Atienza +Atif +Atiq +Atiyah +Atlagić +Atlee +Atlija +Atluri +Atwan +Atwell +Atwi +Atwood +Atchabahian +Atcitty +Atelkin +Ateş +Atsumi +Atsuzawa +Atukorale +Atuma +Atzmon +Atzori +Aja +Ajayaghosh +Ajayan +Ajaye +Ajayi +Ajan +Ajanović +Ajanovski +Ajaguin +Ajagun +Ajab +Ajala +Ajavon +Ajibola +Ajiborisha +Ajiboye +Ajidarma +Ajide +Ajila +Ajilore +Ajiniyazov +Ajinça +Ajimobi +Ajirotutu +Ajiyiming +Ajobena +Ajodhia +Ajonuma +Ajorlou +Ajose +Ajouadi +Ajete +Ajeti +Ajetović +Ajeddou +Ajemian +Ajulo +Ajumogobia +Ajunwa +Ajuru +Ajuwa +Ajdarević +Ajder +Ajdič +Ajduković +Ajlouni +Ajlouny +Ajluni +Ajmeri +Ajmeria +Ajmani +Ajkler +Ajković +Ajram +Ajrapetjan +Ajtai +Ajtay +Ajbek +Ajgalle +Ajnenkiel +Ajvaz +Ajzenstat +Ayliffe +Ayling +Ayloffe +Aylott +Ayldon +Aylesworth +Aylmer +Aylward +Ayala +Ayalew +Ayad +Ayahana +Ayamine +Ayano +Ayaz +Ayda +Aydan +Aydoğan +Aydoğdu +Aydın +Aydınlar +Aydemir +Ayral +Ayrancı +Ayrault +Ayre +Ayres +Ayriss +Ayrton +Aytekin +Aytes +Aytmatov +Aytmatova +Ayton +Aytoun +Aytaç +Ayer +Ayers +Ayerza +Ayele +Ayesa +Ayew +Aykaç +Aykhenvald +Aykroyd +Aykut +Ayguesparse +Aygün +Ayik +Ayinla +Ayon +Ayotte +Aybar +Aycock +Ayhan +Aymar +Aynsley +Ayukawa +Ayvaz +Apple +Applegarth +Applegate +Applegren +Applebaum +Appleby +Appleman +Appleton +Applewhite +Appleyard +Appel +Appell +Appelmans +Appelt +Appert +Appiah +Appice +Appollonio +Apponyi +Apostolidis +Apostolina +Apostolov +Apostolović +Apostool +Apostel +Apostu +Apollonio +Aponte +Apak +Apakidze +Aparecido +Aparicio +Apatič +Apatow +Apaza +Apte +Aptekar +Apter +Aptowicz +Aptowitzer +Aptsiauri +Apraksin +Apreece +Aprikian +Apuan +Apukhtin +Apuzzo +Apel +Apeland +Apfel +Apfelbaum +Apian +Apicella +Apke +Apkhazava +Apgar +Aplin +Apáthy +Averell +Averescu +Avery +Averyanov +Averbeck +Avercamp +Averkamp +Avellan +Avellino +Aveline +Avenarius +Avendaño +Aventinus +Avedisian +Aveskulov +Avetisyan +Avagian +Avagyan +Avak'yan +Avakian +Avalishvili +Avallone +Avati +Avram +Avramenko +Avramescu +Avramov +Avramović +Avramidis +Avril +Avilov +Avilés +Avis +Avison +Avigdorov +Avitabile +Avdeev +Avdeyev +Avdiu +Avdić +Avsenik +Avshalomov +Avcı +Avni +Avtonomov +Azzara +Azzarella +Azzaro +Azzam +Azzi +Azzini +Azzouz +Azarenka +Azarov +Azahari +Azaki +Azazi +Azaïs +Azuma +Azumaya +Azumi +Azucena +Azuelos +Azuse +Azeem +Azef +Azenberg +Azevedo +Azim +Azimi +Aziz +Azizuddin +Azcárate +Azcárraga +Azcona +Azou +Azough +Azoulay +Azria +Azrie +Azrudin +Azéma +Azócar +Azúa +Azkoul +Aznar +Azpilicueta +Aeberhand +Aeberhard +Aeberli +Aebersold +Aebi +Aebischer +Aebli +Aeby +Aerts +Aertsen +Aerden +Aerents +Aernouts +Aelian +Aellen +Aelter +Aelvoet +Aeschbacher +Aeschlimann +Aeschmann +Aeffke +Aegerter +Aengevelt +Aomori +Aomoto +Aomatsu +Aoi +Aoike +Aono +Aonuma +Aouini +Aoun +Aoyama +Aoyanagi +Aoba +Aoda +Aogo +Aoki +Aoshima +Aozora +Awad +Awada +Awadalla +Awashima +Awasom +Awasthi +Awaji +Awan +Awaya +Awojobi +Awori +Awdry +Awiżeń +Awuah +Ax +Axel +Axelsen +Axelson +Axelsson +Axelrad +Axelrod +Axtell +Axton +Axberg +Axford +Axmann +Axon +Axwijk +Aïssata +Aïssou +Aïchour +Aïnouz +Açık +Açıkalın +Açıl +Aâboubou +Aído +Aðalsteinsson +Ağa +Ağaoğlu +Ağca +Ağçay +Ağıryürüyen +Ačko +Ačkun +Ačimovič +Aćimović +Ašanin +Aškrabić +Ašner +Aşık +Aquaro +Aquila +Aqhili +A'Beckett +A'Court +A’Campo +Ba +Barth +Barthe +Barthelme +Barthelmes +Barthet +Barthez +Bartholdi +Bartholdy +Bartholomew +Barthle +Barthwal +Barthélemy +Bartol +Bartolo +Bartolozzi +Bartoletti +Bartoli +Bartoszek +Bartoszewicz +Bartosiewicz +Bartoň +Bartoš +Bartok +Barton +Bartali +Bartalini +Bartak +Bartas +Bartkevičius +Bartkowiak +Bartkus +Bartlett +Bartley +Bartlot +Bartels +Barter +Bartsch +Bartson +Bartczak +Bartmann +Bartram +Barttelot +Bartulis +Bartwal +Bartz +Bartók +Barr +Barrales +Barralet +Barrand +Barrande +Barras +Barrass +Barraud +Barrault +Barraclough +Barradas +Barragan +Barrak +Barraquer +Barratt +Barraza +Barrie +Barrientos +Barrio +Barrios +Barrile +Barrington +Barris +Barrière +Barre +Barreto +Barrett +Barreau +Barrell +Barrera +Barresi +Barros +Barroso +Barrow +Barrowman +Barron +Barry +Barrymore +Baran +Baranov +Baranovskyi +Baranowska +Baranowski +Baranauskas +Barannikov +Baranyi +Barak +Barakzai +Barakzai dynasty +Barakat +Baraghani +Baragli +Baragwanath +Barasch +Barash +Barassi +Baratashvili +Baratelli +Baratz +Barabadze +Barabash +Barad +Baradulin +Barajuen +Baral +Barayev +Barański +Barna +Barnabé +Barnabò +Barnaby +Barnard +Barnardiston +Barnardo +Barnacle +Barnato +Barnavi +Barne +Barnet +Barnett +Barnette +Barnekow +Barnes +Barnewall +Barney +Barnhardt +Barnhart +Barnhill +Barnie +Barnier +Barning +Barnsley +Barnson +Barndt +Barnfield +Barnwell +Barba +Barbarin +Barbarič +Barbaro +Barbarouses +Barbash +Barbashinsky +Barbault +Barbe +Barber +Barberi +Barberis +Barbero +Barbeau +Barbet +Barbier +Barbieri +Barbini +Barbosa +Barbour +Barboza +Barbu +Barbullushi +Barbry +Baron +Baroni +Baronian +Baronio +Baron-Cohen +Baronchelli +Barondess +Barone +Baronova +Barot +Baroudi +Baroyev +Barsamian +Barsamyan +Barsacq +Barsanti +Barson +Barsosio +Barsotti +Barsouk +Barseghyan +Barsky +Barstow +Barsukov +Bard +Bardela +Bardellino +Bardeche +Bardeen +Bardem +Bardet +Bardach +Bardakçı +Bardin +Bardo +Barkas +Barkaya +Barker +Barkey +Barkham +Barkhouse +Barks +Barksted +Barkley +Barkman +Barkov +Bare +Barenblat +Barenboim +Barend +Barendregt +Bareiro +Bareiß +Barea +Barefoot +Bares +Barla +Barlas +Barley +Barleycorn +Barlow +Barlowe +Barlie +Bari +Baring +Barinov +Barishnikov +Bariviera +Barišić +Bargeld +Barger +Barghouti +Bargnani +Bargrave +Barcalow +Barceló +Barclay +Barcott +Barwegan +Barwell +Barwick +Barwis +Barzani +Barzanji +Barzel +Barzini +Bar-Ilan +Bar-Lev +Bar-Zohar +Barman +Barmasai +Barmes +Barua +Baruch +Baruwal +Barvinenko +Barvinok +Barvitius +Baryshev +Baryshnikov +Baryatinsky +Barfe +Barfoot +Barák +Baránek +Bar Zohar +Barhorst +Bal +Balashov +Balashvili +Balassa +Balassini +Balasingam +Balasooriya +Balasubramaniam +Balan +Balanchine +Balanchivadze +Balandin +Balanzino +Balaban +Balabanoff +Balabanov +Balabuyev +Balakhnin +Balakrishna +Balašević +Balaštík +Balachandran +Balafas +Balaji +Balat +Balauru +Balavadze +Balazs +Ball +Ballance +Ballanchine +Ballantine +Ballantyne +Ballabon +Ballacci +Ballal +Ballard +Ballenden +Ballenger +Ballesdens +Ballesteros +Ballerini +Ballin +Ballingall +Ballinger +Balloni +Ballotta +Ballouhey +Ballman +Ballmer +Ballhaus +Bald +Baldi +Balding +Baldinger +Baldini +Baldinucci +Baldisseri +Baldisserri +Baldivieso +Baldridge +Baldrige +Baldrey +Baldry +Baldacci +Baldato +Baldauf +Balducci +Baldus +Balderson +Baldoni +Baldwin +Balcaen +Balcan +Balcar +Balcer +Balcha +Balck +Balcom +Balcı +Bali +Baliani +Balicki +Baliga +Balik +Balint +Balitsch +Balić +Bales +Balestri +Balestrieri +Balestra +Balestrero +Balent +Balta +Baltacha +Balten +Balter +Baltz +Baltzell +Balkan +Balkany +Balke +Balkhi +Balkman +Balog +Balogh +Balodis +Baloncieri +Balotelli +Balbay +Balbi +Balboni +Balbus +Balzarotti +Balzary +Balzac +Balzo +Balmamion +Balmer +Balmford +Balser +Balshaw +Balsys +Balázs +Baláž +Balfour +Balguy +Baljić +Baly +Balčiūnas +Balšić +Bas +Bass +Basser +Bassermann +Basset +Bassett +Bassen +Basso +Bassolino +Basson +Bassot +Bassani +Bassano +Bassam +Bassi +Bassini +Bassford +Bassler +Bast +Bastian +Bastianelli +Bastianini +Bastico +Baston +Bastoni +Bastow +Bastable +Bastard +Bastedo +Basch +Basche +Baschenis +Baschet +Bascom +Bascomb +Bascombe +Bascome +Bash +Bashar +Bashford +Bashir +Bashkin +Bashour +Basil +Basili +Basinger +Basire +Baskera +Baskerville +Baskett +Baskcomb +Basa +Basak +Basanavičius +Baseley +Basevi +Basnage +Basnet +Basu +Basumatary +Basford +Basov +Basri +Baszanowski +Batt +Battisti +Battistini +Battista +Battistelli +Battishill +Battiato +Battier +Battig +Battin +Batte +Battell +Battely +Batten +Batterson +Battesini +Batteux +Batta +Battaglia +Battaglin +Battam +Battle +Battley +Batty +Battye +Batts +Battěk +Bath +Bathe +Bather +Bathie +Bathori +Bathrick +Bathurst +Bata +Batalla +Batalov +Bataillard +Bataković +Bate +Bates +Bateson +Baten +Batey +Batista +Batiste +Batishchev +Batiuk +Batchelder +Batchelor +Batcher +Batuk +Batur +Batushansky +Batman +Batmanghelidj +Batson +Batstone +Baty +Batycka +Batlle +Bator +Batra +Batzill +Ban +Band +Banda +Bandaranaike +Bandinel +Bandić +Bandeira +Bandler +Bandopadhyay +Bandrowski +Bandura +Bandy +Bandō +Bank +Banks +Bankston +Bankhead +Bankier +Bankole +Bankwell +Banky +Banno +Bannon +Bannout +Bannard +Bannatyne +Banner +Bannerman +Bannigan +Banac +Banach +Bana clan +Banahan +Banai +Banastre +Banaś +Bang +Bangarappa +Bangemann +Bangi +Bangoura +Bangs +Bangura +Bancic +Bancroft +Banerjee +Banester +Banham +Banholzer +Banoori +Banović +Bansal +Bansgrove +Banti +Bantock +Banbury +Banionis +Banman +Banu Hashim +Baba +Babayan +Babayaro +Babayev +Babanasis +Babangida +Babacan +Babadishvili +Babai +Babajee +Babamusta +Babaoğlu +Babaria +Babatunde +Babauta +Babač +Babich +Babichev +Babicz +Babinger +Babington +Babinet +Babits +Babitsky +Babitzin +Babikov +Babilée +Babish +Babiuch +Babić +Babb +Babbage +Babbar clan +Babbini +Babbitt +Babbs +Babo +Babochkin +Babos +Babović +Babel +Baber +Babeș +Babka +Babkin +Babko +Babunski +Baburin +Babushkin +Babskyi +Babson +Baby +Babych +Babcock +Babjak +Babnik +Bach +Bachelder +Bachelet +Bacheller +Bachelot +Bacher +Bachev +Bachal +Bachand +Bacharach +Bachman +Bachmann +Bachmayer +Bachleda-Curuś +Bachler +Bachchan +Backe +Backer +Backhaus +Backhouse +Backler +Backlin +Backster +Backstrom +Backasch +Backman +Backus +Bacchi +Bacchiocchi +Bacchetti +Baccaille +Bacciarelli +Baccolo +Baccus +Baca +Bacall +Bacon +Bacot +Bacow +Bacigalupi +Bacque +Bacsik +Baum +Baume +Baumeister +Baumer +Baumes +Baumgart +Baumgarten +Baumgartner +Baumholtz +Baumhorn +Baumhauer +Bauman +Baumann +Baumberg +Baumfelder +Baumol +Baumrind +Baumstein +Baumé +Baugh +Baughan +Baughman +Baugé +Baudelaire +Baudet +Baudrillard +Bausch +Bauschinger +Bauschke +Bautin +Bautista +Bautell +Bauberger +Bauby +Bauer +Bauernfeind +Baucus +Bauhin +Bauwens +Bay +Baylis +Bayliss +Baylie +Bayles +Bayley +Baylor +Bayly +Bayne +Baynes +Baynton +Bayntun +Baynard +Baynham +Bayning +Bayar +Bayard +Bayat +Bayatinia +Bayrak +Bayraktar +Bayram +Bayramoğlu +Baye +Bayer +Bayev +Baykal +Baykara +Baykov +Baybaşin +Baybuza +Baycılı +Baydar +Bayfield +Bayhaqi +Bays +Bayya +Bayzhanov +Bayındır +Bagration-Davitishvili +Bagration-Mukhraneli +Bagrationi +Bagratuni +Bagramian +Bagramyan +Bagrit +Bagryanov +Bagge +Baggett +Baggio +Baggott +Bagal +Bagapsh +Bagaš +Bagliani +Baglioni +Bagley +Bagnacani +Bagnicki +Bagnold +Bagceci +Bagci +Bagenal +Bager +Bagoly +Bagonzi +Bagshaw +Bagster +Bagby +Bagdonas +Baghdadi +Baginski +Bakay +Bakayev +Bakayoko +Bakaj +Bakalli +Bakan +Bakarić +Bakke +Bakken +Bakker +Bakkevig +Bakkal +Bakkali +Bake +Bakels +Baker +Bakhtadze +Bakhtiar +Bakhsoliani +Bakich +Bakir +Bakić +Bako +Bakopanos +Bakour +Bakshi +Bakst +Baklanov +Bakradze +Bai +Baillie +Baillie-Hamilton +Baillieu +Baillairgé +Baillargeon +Baillon +Bailetti +Bailey +Baily +Bain +Bainbrigg +Bainbrigge +Bainbridge +Baines +Bair +Bairamov +Baird +Bairnsfather +Baier +Baierl +Baig +Baigent +Baiano +Baicu +Baikie +Baishō +Baize +Bade +Badenhop +Badenhorst +Baden Powell +Badeaux +Badelj +Bader +Badew +Badalyan +Badamshin +Badat +Badawi +Badger +Badgley +Badiee +Badillo +Badcock +Baddeley +Badham +Badji +Badley +Badmus +Badnarik +Badri +Badstuber +Badu +Baar +Baardsen +Baardseth +Baardson +Baars +Baarsma +Baargeld +Baade +Baader +Baas +Baasch +Baah +Baaijens +Baanders +Baazov +Bazarevich +Bazarov +Bazaine +Bazalgette +Bazanov +Baze +Bazeley +Bazen +Bazhanov +Bazhenov +Bazil +Bazin +Bazlen +Bazy +Bazzani +Baha +Bahadır +Bahr +Bahri +Bahdanovich +Bahensky +Bahjat +Bahlman +Bahnsen +Baholli +Bahtijarević +Bahuguna +Bahyl +Bahýľ +Bajagić +Bajaj +Bajalica +Bajrami +Bajramović +Bajraktarević +Bajčetić +Bajčičák +Bajdziak +Bajević +Bajić +Bajkó +Bajuk +Bajza +Bambrick +Bambridge +Bambrough +Bamber +Bamberger +Bambar +Bamford +Bamichas +Bampfylde +Bamraulia +Bae +Baer +Baert +Baerwald +Baelde +Baelz +Baek +Baeyens +Başar +Başaran +Başak +Baştovoi +Baştürk +Başer +Bašić +Baffoe +Baffour +Baffes +Baffi +Bafna +Baxter +Baxtresser +Baxandall +Baxendale +Baxley +Baptista +Baptiste +Baptie +Bapat +Baća +Baćović +Bač +Bačko +Bawazir +Bawden +Bawlf +Baçi +Baù +Bavaud +Ber +Berg +Berge +Berger +Bergeron +Bergersen +Bergen +Bergengruen +Bergesen +Bergeson +Bergel +Bergey +Bergstrand +Bergstrom +Bergsträsser +Bergsland +Bergsma +Bergson +Bergsson +Bergamaschi +Bergamelli +Bergamini +Bergamo +Bergander +Bergler +Bergles +Berglar +Berglind +Berglund +Bergon +Bergonzoni +Bergort +Bergougnoux +Bergman +Bergmann +Bergmark +Bergh +Berghammer +Bergin +Bergius +Bergkamp +Bergkvist +Bergne +Bergner +Bergquist +Bergqvist +Berggren +Bert +Berthold +Bertholds +Bertholf +Berthod +Berthou +Berthelot +Berthelsen +Berthet +Berthiaume +Berthier +Bertha +Berto +Berton +Bertoni +Bertonio +Bertoncini +Bertonov +Bertoli +Bertolini +Bertolotti +Bertoglio +Bertotto +Bertagna +Bertagnolli +Bertani +Bertazzi +Bertelius +Bertelli +Bertelmann +Bertelsen +Berti +Bertie +Bertillon +Bertinelli +Bertram +Bertrand +Bertucci +Bertuğ +Bertman +Bertāns +Bernard +Bernardi +Bernardin +Bernardazzi +Bernardo +Bernards +Bernabe +Bernabò +Bernadeau +Bernadotte +Bernat-Salles +Bernatsky +Bernal +Bernanke +Bernauer +Bernays +Berner +Berneri +Berners +Bernet +Berney +Bernhard +Bernhardt +Bernhauer +Bernheim +Berninger +Bernini +Bernier +Berns +Bernson +Bernstein +Bernocchi +Bernot +Bernthal +Berntsen +Bernbaum +Bernfeld +Bernucci +Bernárdez +Bere +Berens +Berenson +Berenstain +Berenbaum +Berenberg +Berend +Berengar +Berentson +Berezovski +Berezovsky +Berezowski +Berezowsky +Berezhnoy +Berezin +Bereznickas +Berezutskiy +Beres +Beresch +Beresford +Beregfy +Bereket +Beretta +Berk +Berkovic +Berkovich +Berkovits +Berkoff +Berkouwer +Berkowitz +Berke +Berkel +Berkeley +Berker +Berkey +Berkhout +Berkhouwer +Berkhoff +Berkhissa +Berkley +Berkman +Berkson +Berlin +Berling +Berlinger +Berlinghieri +Berlinguer +Berlinski +Berlinsky +Berlind +Berliner +Berlijn +Berlioz +Berle +Berlepsch +Berlese +Berland +Berlanga +Berlusconi +Berr +Berrien +Berrier +Berrios +Berrefjord +Berretti +Berry +Berryer +Berra +Berardi +Berardinelli +Berardino +Berardo +Beradze +Beranek +Berauer +Berco +Bercovici +Bercow +Berckhemer +Berckmans +Berchtold +Berisha +Berislavić +Beria +Beridze +Berio +Berberet +Berberian +Berbeka +Berbotto +Berdella +Berdmore +Berdych +Bersani +Berschet +Berson +Berman +Bermingham +Berwald +Berwick +Berzarin +Berzin +Beránek +Berényi +Berhanu +Berović +Berx +Ben +Benati +Benatia +Benatar +Benaldjia +Benallie +Benashvili +Benassi +Benavente +Benavidez +Benacerraf +Benady +Benakis +Benamozegh +Benard +Benaud +Benayoun +Bendel +Bendell +Bender +Benderson +Bendemann +Bendiksen +Bendinger +Bendish +Bendixson +Bendl +Bendlin +Bendlowes +Benda +Bendall +Bendjedid +Bendtner +Benn +Bennet +Bennett +Bennetts +Benneteau +Bennell +Bennent +Benner +Bennewitz +Benning +Bennington +Bennion +Bennions +Bennis +Bennison +Bennati +Bent +Bento +Bento Gonçalves +Benton +Bentaleb +Bentall +Bentinck family +Bentivoglio +Bentham +Bentley +Bentsen +Bentzon +Bene +Benedict +Benedicto +Benediktsson +Benedetti +Benedetto +Benenson +Benerito +Benesch +Benett +Beneš +Bengell +Benger +Bengescu +Bengez +Benga +Bengali Kayastha +Benguettaf +Benguigui +Bengoetxea +Bengtsson +Ben-Aharon +Ben-Ami +Ben-Ari +Ben-Asher +Ben-Zeev +Ben-Zvi +Ben-David +Ben-Sasson +Ben-hadad +Benso +Benson +Bensoussan +Bensaïd +Bensedrine +Bensimon +Bensley +Benstead +Bening +Benini +Benitez +Benito +Benians +Benigni +Benioff +Benfenati +Benfer +Benfield +Benflis +Benford +Benko +Benkovic +Benkow +Benke +Benkert +Ben Adam +Ben Asher +Ben Gurion +Ben Haim +Beno +Benois +Benoist +Benoît +Benbouali +Benbow +Benbitour +Benvenuti +Benvenuto +Benveniste +Benchley +Bencivenga +Benham +Benhamou +Benjamin +Benjelloun +Benyamina +Benyon +Benza +Benzelius +Benli +Benmosche +Benrath +Benwell +Bel +Bell +Bella +Bellange +Bellanger +Belland +Bellany +Bellamann +Bellamy +Bellard +Bellarmino +Belladonna +Bellafonte +Bellah +Bellassen +Bellavitis +Bello +Bellon +Belloni +Bellotti +Bellotto +Bellocchio +Belloli +Bellomo +Bellos +Bellowitsch +Belle +Bellecourt +Bellefleur +Bellegarde +Bellemare +Bellenden +Beller +Belletti +Bellew +Belli +Belling +Bellingham +Bellinghaus +Bellinger +Bellis +Bellisario +Bellison +Bellucci +Bellugi +Belluschi +Bellutti +Bellman +Beloufa +Belousov +Beloch +Belodedić +Beloff +Beloglazov +Beloki +Belorgey +Belotti +Belov +Belozersky +Belinelli +Belinfante +Belingard +Belinsky +Belisle +Belissen +Belic +Belikova +Belizaire +Belić +Belan +Belanov +Belaid +Belasco +Belaćević +Belmadi +Belmain +Belmar +Belmondo +Belmont +Belmokhtar +Belser +Belsey +Belshaw +Belsky +Belson +Bely +Belyakov +Belyanin +Belyayev +Belyea +Belford +Belfour +Belfrage +Belkacem +Belkin +Belknap +Beltrami +Beltran +Beltré +Belcher +Belcourt +Belden +Beldinov +Belesis +Belew +Belgiojoso +Belgrano +Belushi +Beluzzi +Belzer +Belzile +Belbase +Belhadj +Belperron +Belvaux +Bea +Bean +Bean Mhic Amhalaidh +Bean Mhic Amhalaí +Bean Mhic Amhalghadha +Bean Mhic Amhalghaidh +Bean Mhic Amhlaoibh +Bean Mhic Alastair +Bean Mhic Alastruim +Bean Mhic Alasdair +Bean Mhic Alsandair +Bean Mhic Raghnaill +Bean Mhic Raonaill +Bean Mhic Rághnaill +Bean Mhic Oitir +Bean Mhic Ospaic +Bean Mhic Shitric +Bean Mhic Somhairle +Bean Mhic Coitir +Bean Mhic Leóid +Bean Mhic Íomhair +Bean Mhig Amhalghadha +Bean Mhig Amhalghaidh +Bean Mhig Shitric +Bean Mhig Íomhair +Bean Uí Thomhnair +Bean Uí Thomhnra +Bean Uí Thomhrair +Bean Uí Thormadha +Bean Uí Thormaigh +Bean Uí Arailt +Beane +Beanland +Beau +Beauvais +Beauvarlet +Beauvau +Beauvilliers +Beaudoin +Beaudouin +Beaudry +Beaubien +Beaubois +Beauchamp +Beauchard +Beaufils +Beaufort +Beaulieu +Beaulne +Beaumanoir +Beaumont +Beauregard +Beaurepaire +Beaugendre +Beaupre +Beaux +Beato +Beaton +Beattie +Beatty +Beath +Beatson +Beaty +Bear +Beard +Beardslee +Beardsley +Beare +Bearman +Beacham +Beachey +Beachum +Beachy +Beacock +Beamer +Beames +Beamon +Beamont +Beaman +Beaver +Beavers +Beaverson +Beavan +Beavon +Beal +Beale +Beall +Beasant +Beasley +Beasy +Beadman +Beadon +Beaglehole +Beahan +Beazley +Beck +Becke +Becker +Beckerman +Beckermann +Beckerhoff +Beckers +Becken +Beckenbauer +Beckett +Beckh +Beckham +Beckingham +Beckinsale +Beckman +Beckmann +Beckford +Beckjord +Beckles +Beckner +Becks +Beckwith +Bech +Beche +Becher +Becherer +Bechert +Bechtel +Bechtholdt +Bechtle +Bechtold +Bechan +Bechard +Bechdel +Bechdolt +Bechler +Bechly +Bechmann +Bechrakis +Bechstein +Beccari +Beccaro +Beccadelli +Beccalossi +Beccantini +Becchio +Beccia +Beccu +Becaccece +Becanus +Becerra +Becerril +Becquer +Becx +Bee +Beer +Beers +Beerstraaten +Beerbohm +Beerli +Beerman +Beertema +Beery +Beecham +Beecher +Beeching +Beechman +Beechner +Beeckman +Beesley +Beeson +Beeston +Beekhuyzen +Beekman +Beeler +Beeli +Been +Beene +Beethoven +Beethovens +Beevers +Beevor +Beeby +Beede +Beegle +Beemer +Bess +Besseling +Bessell +Besser +Besserer +Bessemer +Bessette +Bessey +Besson +Bessone +Bessonov +Bessler +Bessmertnykh +Best +Bestman +Bestmann +Beston +Bestor +Bestelmeyer +Bestuzhev +Bestwick +Beshara +Besher +Beshimov +Beseler +Besen +Besant +Bescond +Besnard +Besozzi +Bespalov +Beswick +Bett +Bettencourt +Bettendorf +Bettenham +Bettelheim +Betti +Bettinelli +Bettini +Bettison +Bettany +Bettauer +Bettman +Betto +Bethel +Bethell +Bethea +Betham +Bethancourt +Bethke +Bethlen +Bethmann +Bethune +Betenson +Betetto +Betsen +Betsy +Betanzos +Beting +Betke +Betlen +Beto +Betz +Bednar +Bednarek +Bednarik +Bednarski +Bednarz +Bednařík +Bednorz +Bednář +Bedingfeld +Bedingfield +Bedini +Bediako +Bediashvili +Beddoe +Beddoes +Beddor +Bedekar +Bedel +Bedenk +Bedl +Bedle +Beda +Bedford +Bedjaoui +Bedoya +Bedser +Beduzzi +Bega +Begay +Begaye +Begas +Begleiter +Begley +Beglov +Begue +Begum +Begun +Begin +Begić +Begovich +Begović +Beg Khan +Begbie +Begg +Beghetto +Begtabegishvili +Behr +Behrend +Behrends +Behrendt +Behrens +Behrman +Behrmann +Behar +Beharall +Behaim +Behan +Behncke +Behnke +Behm +Behzadi +Behçet +Beit +Beith +Beiting +Beitz +Beilby +Beiler +Beilinson +Beiser +Beisheim +Beisler +Bein +Beiner +Beiersdorfer +Beijerinck +Beirão +Bezrukov +Bezruč +Bezrodny +Bezeredi +Bezerra +Bezawada +Bezborodov +Bezold +Bezukladnikov +Bezzina +Beke +Bekele +Bekenstein +Beker +Beketov +Bekhterev +Bekker +Bekmambetov +Bekrić +Beurlin +Beurling +Beutler +Beutum +Beudeker +Beuerlin +Beukers +Beumer +Beunardeau +Bebb +Bebbington +Bebek +Bebel +Bebchuk +Bebić +Bebout +Bevilacqua +Beville +Bevins +Bevis +Bevacqua +Bevan +Beveridge +Bey +Beyens +Beygelzimer +Beyor +Beyrle +Bečanović +Bečejac +Bečvář +Bećirspahić +Bembenek +Bemberg +Bemelmans +Bejo +Bejzade +Beqiri +Bequette +Bewick +Bewley +Bešić +Bešlagić +Beppu +Bextor +Bo +Borowiec +Borowiecki +Borowicz +Borowczyk +Borowski +Borovsky +Borovský +Borovoy +Borovčanin +Borodin +Borodkin +Borojević +Borotra +Boroujerdi +Borg +Borge +Borgersen +Borges +Borgetti +Borghi +Borghini +Borghetti +Borgman +Borgmann +Borgognone +Borgohain +Borgström +Bore +Borel +Borelli +Borello +Borechko +Boreel +Boreman +Boren +Borrel +Borrell +Borree +Borremans +Borrero +Borromeo +Borroni +Borrowes +Bortkevich +Bortkevičius +Bortkiewicz +Bortolami +Bortolotto +Borthwick +Bortnik +Bortsov +Borden +Bordewijk +Bordin +Bordini +Bordman +Bordoni +Bordson +Borsari +Borsato +Borst +Borstein +Borsjes +Borson +Borbás +Borbély +Borbón +Borba +Borbarua +Borchard +Borchers +Borchgrevink +Borchmann +Borcke +Boring +Borini +Boris +Borissow +Borla +Borland +Borlase +Borlée +Born +Bornedal +Bornemann +Bornstein +Borysewicz +Borysiuk +Boryan +Bora +Boran +Borja +Borjan +Borkenau +Borkowski +Borman +Bormann +Borpatrogohain +Borphukan +Borukowski +Boruta +Borza +Borzage +Borhidi +Bou +Bour +Bourgain +Bourgault +Bourgeois +Bourgholtzer +Bourgin +Bourgoing +Bourguignon +Bourchier +Bourcier +Bourdin +Bourdon +Bourjaily +Bourjos +Bourne +Bournonville +Bourseiller +Boursse +Bouras +Bourbeau +Bourke +Bourque +Boult +Boultbee +Boulter +Boulting +Boulton +Boulaich +Boulanger +Boulard +Boulay +Boulenger +Boulet +Boulez +Boulding +Bouldrey +Bouligand +Boulle +Boulos +Boulware +Bouder +Boudesoque +Boudet +Boudiaf +Boudier +Boudin +Boudreau +Boudreaux +Boudjedra +Boudon +Boutros +Boutros-Ghali +Boutroux +Boutabout +Boutaty +Boutell +Boutet +Bouthillier +Boutin +Boussard +Boussatta +Boussoufa +Bouschet +Bousfield +Bousman +Bousquet +Boustani +Boucher +Bouchey +Bouchard +Bouché +Boucetta +Bouck +Bough +Boughen +Boughey +Boughton +Bougie +Bouwman +Bouwmans +Bouwmeester +Bouwer +Bouhier +Bouhired +Bouhler +Bouma +Bouman +Boumsong +Bouabré +Bouazizi +Boubacar +Boundy +Bouyer +Bon +Bonnel +Bonnell +Bonnet +Bonnett +Bonneau +Bonnefoux +Bonner +Bonnesen +Bonneval +Bonney +Bonnar +Bonnard +Bonnaire +Bonnier +Bonnin +Bonnot +Bonnycastle +Bona +Bonato +Bonatsos +Bonatti +Bonanno +Bonanomi +Bonar +Bonar-Law +Bonabes +Bonacina +Bonald +Bonaparte +Bonasone +Bond +Bondar +Bondarenko +Bondarev +Bondarchuk +Bonde +Bondevik +Bondfield +Bondi +Bonds +Bondurant +Bonin +Bonino +Bonicelli +Bonifaz +Bonikowski +Bonilla +Boniol +Bonisteel +Bone +Bones +Bonesi +Boneau +Bonelli +Bonetto +Bonsack +Bonsall +Bonson +Bonsor +Bonsignore +Bonsu +Bonger +Bongers +Bonga +Bongiovanni +Bongo +Bontekoe +Bontempi +Bontje +Bontridder +Bonci +Boncompagni +Bonham Carter +Bonhomme +Bonk +Bonker +Bonomi +Bononi +Bonucci +Bonura +Bonfanti +Bonjasky +Bol +Boll +Bolli +Bollinger +Bollini +Bollimunta +Bolla +Bolland +Bollano +Bolle +Bolles +Bollobás +Bolloré +Bold +Boldemann +Bolden +Bolder +Boldin +Bolduc +Boldyrev +Bolaño +Bolaños +Bolado +Bolam +Bolander +Bolat +Bolen +Bolender +Bolelli +Boles +Boleyn +Bolza +Bolzan +Bolzani +Bolzano +Bolzoni +Bolt +Bolten +Bolton +Boltyansky +Bolin +Bolitho +Bolić +Bolocco +Bolognini +Bolov +Bolstad +Bolster +Bolshakov +Bolbocian +Bolbrinker +Bolkestein +Bolkvadze +Bolmer +Bolwell +Bolívar +Bogolepov +Bogoliubov +Bogoljubov +Bogolyubov +Bogomolets +Bogomolov +Bogomazov +Bogojević +Bogoraz +Bogović +Bogarde +Bogart +Bogachyov +Bogado +Bogaert +Bogan +Bogatyryov +Bogdan +Bogdanov +Bogdanovic +Bogdanovich +Bogdanović +Bogdanowicz +Bogdani +Bogusevic +Bogusz +Bogusławski +Bogucki +Bogues +Bogunović +Bogut +Boggs +Bogguss +Boghiu +Boghossian +Bogner +Bognár +Bogert +Bogić +Bogle +Bogza +Bogár +Bos +Boss +Bosse +Bosser +Bossert +Bossong +Bossoni +Bossom +Bosschaert +Bosshardt +Bossi +Bossuet +Bossé +Bostic +Bostick +Bostock +Boston +Boster +Boscacci +Boscana +Boscawen +Bosch +Bose +Boselli +Boseman +Bosetti +Bosack +Bosak +Bosanquet +Bosio +Bosisio +Bosl +Bosley +Bosman +Bosmans +Boswell +Bosworth +Bosher +Bosnich +Boson +Bosquet +Boszhard +Bott +Botti +Bottiglieri +Botting +Bottiroli +Botta +Bottaro +Botterill +Bottero +Bottomley +Bottone +Bottrill +Botts +Bottyán +Botella +Botello +Boteler +Botelho +Boteach +Botero +Botev +Both +Botha +Bothe +Bothmann +Bothwell +Botkin +Botkoveli +Botsaris +Botstein +Botbol +Botmang +Botrel +Botvinnik +Bode +Boden +Bodenschatz +Bodenstein +Bodenheimer +Bodenmann +Bodeen +Bodell +Bodescu +Bodett +Bodin +Bodine +Bodinus +Bodiu +Bodiul +Bodiroga +Bodding +Boddington +Boddy +Bodanskie +Bodansky +Bodker +Bodkin +Bodnar +Bodner +Bodo +Bodor +Bodrov +Bodrugan +Bodla +Bodmer +Bochar +Bocharov +Bochart +Bochatay +Bochenek +Bocher +Bochkarev +Bochner +Bochow +Boccaccio +Boccalini +Boccanegra +Bocchetti +Bocchi +Boccerini +Bock +Bockrath +Bockris +Bockarie +Bockel +Bockman +Bocanegra +Bocelli +Bocock +Bocuse +Bowe +Bower +Bowers +Bowersox +Bowerman +Bowes +Bowes-Lyon +Bowell +Bowen +Bowler +Bowles +Bowley +Bowlby +Bown +Bowne +Bownes +Bowden +Bowdler +Bowater +Bowie +Bowman +Bowring +Bowser +Bowyer +Boot +Booth +Boothby +Boothe +Booton +Book +Booker +Bookhammer +Boon +Boone +Boonjumnong +Boord +Boorman +Boorstin +Boock +Boocock +Boogaard +Boogerd +Booher +Boomer +Boos +Booysen +Booze +Boe +Boer +Boerebach +Boero +Boersma +Boerwinkle +Boeke +Boeken +Boekbinder +Boelen +Boelens +Boelcke +Boesch +Boese +Boesiger +Boeckmann +Boeckx +Boeheim +Boehm +Boenisch +Boettcher +Boye +Boyet +Boyett +Boyer +Boyes +Boyarin +Boyarov +Boyarsky +Boyd +Boyde +Boydell +Boyce +Boychenko +Boyko +Boykov +Boylan +Boyle +Boyington +Boynton +Boyse +Boytsov +Boisselier +Boisselot +Boissevain family +Boissier +Boissieu +Boissonade +Boisbaudran +Boisvert +Boie +Boies +Boitard +Boitel +Boiardi +Boifava +Boikov +Boileau-Despréaux +Boim +Boiry +Boivin +Boaro +Boaron +Boardman +Boarman +Boaden +Boadi +Boadu +Boateng +Boatman +Boatwright +Boak +Boakye +Boas +Boase +Boahen +Boal +Boamah +Bohannan +Bohannon +Bohanon +Bohatenko +Bohl +Bohlen +Bohlmann +Bohn +Bohner +Bohenek +Bohinen +Bohm +Boholyubov +Bohra +Bohusz +Bobridge +Bobrik +Bobrov +Bobrowski +Bobadilla +Boban +Bobek +Bobelis +Bobkov +Bobková +Bobo +Bobokhidze +Bobbitt +Bobson +Boz +Bozeman +Bozer +Bozhko +Bozhkov +Bozak +Bozdag +Bozgüney +Bozinovski +Bozkurt +Bozonnet +Boztepe +Bombelles +Bombelli +Bomberg +Bomba +Bomer +Bomhoff +Bommer +Bompiani +Božić +Božič +Božilović +Božović +Bošnjak +Bošnjaković +Bošković +Bovell +Boveri +Bovey +Bovill +Bovio +Bovon +Bok +Bokade +Bokenham +Bokkisam +Bokun +Bojanić +Bojaxhiu +Bojer +Bojović +Box +Boxall +Boxleitner +Boffa +Boffrand +Bopp +Boëllmann +Brand +Brande +Brandebusemeyer +Brandeis +Brandejs +Brandenburg +Brandes +Brandewyne +Brandi +Brandis +Brando +Brandon +Brandler +Brandner +Brandreth +Brandstätter +Brandt +Brandwein +Brandys +Brandão +Branca +Brancaccio +Brancato +Branch +Brancker +Branco +Brannan +Brannon +Branscum +Branson +Brant +Branton +Branagan +Branežac +Branicki +Branker +Branum +Branwhite +Brack +Brackenbury +Brackenridge +Brackett +Brackman +Bracknell +Brace +Braceful +Bracegirdle +Bracewell +Bracher +Bracht +Bracamontes +Bracciali +Bracquemond +Brash +Brashear +Brasher +Brasch +Brascia +Brask +Brasket +Brasseur +Brassey +Brasack +Brasbridge +Brasfield +Brasillach +Brasnic +Brasuter +Bradel +Braden +Brader +Bradfield +Bradfisch +Bradford +Bradshaigh +Bradshaw +Bradstreet +Bradbery +Bradbury +Braddock +Bradley +Brady +Braun +Braune +Brauner +Braunbeck +Braund +Braunlich +Braunmühl +Braunstein +Brauen +Brauer +Braude +Brault +Brausewetter +Brautigam +Brama +Bramah +Bramati +Bramlet +Bramlett +Bramley +Brambilla +Bramble +Bramer +Bramucci +Bramwell +Brazil +Brazile +Brazill +Brazier +Brazel +Brazell +Brazelton +Brazda +Brazdauskis +Brazauskas +Brazzi +Brain +Brainard +Braine +Brainin +Braid +Braidwood +Brailsford +Braithwaite +Bragin +Braginsky +Bragiel +Braga +Bragason +Bragg +Braggins +Brahm +Brahmanaiah +Brahms +Brahe +Braheny +Braham +Brahimi +Bratko +Bratkowski +Bratcher +Brater +Bratić +Bratulić +Bratz +Braafheid +Braakensiek +Braamhaar +Braas +Braaten +Brabants +Brabazon +Braben +Brabender +Brabham +Bray +Braybrooke +Brayne +Brayshaw +Brayton +Braver +Braverman +Bravman +Bravo +Brajić +Brajković +Brajušković +Brake +Brakočević +Brakstad +Braem +Braestrup +Braff +Brafman +Brawn +Brawner +Braley +Braque +Brard +Braxton +Brašnić +Brown +Brownstein +Brownstone +Brownsberger +Brownschidle +Brownsdon +Brownson +Brownsword +Brownlee +Brownley +Brownlie +Brownlow +Browne +Brownell +Browner +Brownback +Brownbill +Brown Family +Brownhill +Browning +Brownjohn +Brownmiller +Brownrigg +Browell +Brower +Browder +Brod +Broder +Broderick +Broderip +Broden +Brodeur +Brodey +Brodhead +Brodhun +Brodie +Brodin +Brodman +Brodmann +Brodzińska +Brodzki +Broda +Brodbin +Brodd +Brodnicki +Brodowski +Brodrick +Brodsky +Brodtkorb +Brody +Brook +Brooke +Brooker +Brookes +Brooking +Brookings +Brookins +Brooks +Brooksbank +Brookshaw +Brookbank +Brookhart +Brookman +Broom +Broome +Broomfield +Broomhall +Brood +Brock +Brockhaus +Brockhill +Brockhoff +Brockenbrough +Brockett +Brocklebank +Brocklebank-Fowler +Brockman +Brockmann +Brockbank +Brockdorff +Brockie +Brockovich +Brocchi +Brochard +Bron +Bronsart von Schellendorff +Bronson +Bronstein +Bronfenbrenner +Bronfman +Bronikowski +Bronitsyn +Bronn +Bronner +Brongniart +Bronk +Bronowski +Brontë Gatenby +Bronzini +Brome +Bromell +Bromery +Brombaugh +Bromberg +Bromley +Bromley-Davenport +Bromfield +Bromhead +Bromilow +Brompton +Bromwell +Broad +Broadhead +Broadhurst +Broadbent +Broadley +Broadman +Broadnax +Broadwell +Broache +Brosch +Broschinský +Brossard +Brosseau +Brostek +Broström +Brosius +Brosnan +Brough +Broughan +Broughton +Broun +Brouncker +Brouwer +Brouwers +Brousseau +Brothers +Brotherton +Brotherus +Brotan +Brotman +Broe +Broecker +Broekstra +Broer +Brog +Brogan +Broggi +Brograve +Broz +Brozman +Brozović +Brokaw +Broketa +Broberg +Brofeldt +Brohm +Broinowski +Brophy +Brovun +Brox +Brož +Bren +Brenner +Brennert +Brennan +Brent +Brentano +Brenton +Brend +Brenden +Brenan +Brenchley +Brenes +Breslau +Breslauer +Bresler +Breslow +Brescia +Brescianello +Bresslaw +Bressler +Brest +Brestrich +Bresnahan +Bresonik +Breitman +Breitmeyer +Breitbart +Breithaupt +Breitkreuz +Breitner +Breivang +Breivik +Breinholt +Breisky +Brettle +Brettler +Brettell +Brettingham +Brethauer +Bretland +Breton +Bretschneider +Bretz +Brecken +Breckenridge +Brecker +Breckterfield +Brecht +Brechtel +Brecher +Breuker +Breukers +Breukelen +Breuer +Breum +Breuning +Breusch +Breakwell +Breal +Bream +Brearley +Breathnach +Breaux +Brede +Breder +Bredero +Bredesen +Bredin +Bredius +Bree +Breed +Breeden +Breedlove +Breen +Breese +Brewin +Brewington +Brewis +Brewer +Brewster +Breglia +Bregman +Bregović +Breguet +Bremer +Bremner +Brempong +Bremser +Brezing +Brezis +Brezhnev +Breznay +Brevda +Breviario +Brevoort +Breyfogle +Breynton +Breytenbach +Breheny +Brehm +Brereton +Brerewood +Breban +Brel +Brežančić +Brin +Brink +Brinker +Brinkerhoff +Brinkman +Brinkmann +Brinkley +Brind +Brinda +Brinsley +Brinson +Brinckman +Brine +Bring +Brinley +Briski +Briskin +Brisker +Briskman +Brisset +Brissie +Brisson +Brisco +Briscoe +Brister +Bristow +Brisbane +Brisebois +Brisiel +Brisley +Bridge +Bridger +Bridgers +Bridgeland +Bridgeman +Bridgen +Bridges +Bridgewater +Bridgman +Bridel +Bridji +Bridson +Bridwell +Brick +Brickell +Bricker +Bricka +Brickley +Brickman +Brickner +Brickowski +Brickwood +Brichta +Brichto +Bricmont +Brie +Brier +Brierley +Briesenick +Brieskorn +Briedis +Brieger +Briel +Brienen +Bright +Brightman +Brightwell +Brigham +Brigges +Briggs +Brigance +Brigman +Brigstocke +Britt +Brittain +Brittan +Britten +Brittingham +Britton +Brito +Brimble +Brimelow +Brimhall +Brimley +Brimson +Brian +Briand +Briant +Brizio +Brizuela +Brizzi +Bril +Brill +Briffa +Brijesh +Brik +Brion +Brivio +Brixner +Brun +Brunel +Brunell +Brunelle +Brunelleschi +Brunet +Brunetti +Bruneau +Brunero +Brunne +Brunnegger +Brunner +Brunnhuber +Brunning +Bruns +Brunsdon +Brunskill +Brunson +Brunswik +Bruni +Brunies +Bruning +Brunke +Brunker +Brunt +Brunton +Brundtland +Bruno +Brunvand +Brugman +Brugmann +Brugmans +Bruguera +Bruguière +Bruggink +Brugha +Brugière +Brugna +Brugsch +Bruck +Bruckman +Bruckmann +Brucker +Bruckheimer +Bruckner +Bruce +Bruce Lockhart +Brucato +Brusiin +Brusilov +Bruseghin +Brush +Brusoni +Brusse +Brustolon +Brum +Brumanis +Brumbaugh +Brumfield +Brummer +Brueckman +Brueggergosman +Bruen +Bruerović +Bruin +Bruinsma +Bruijn +Brudenell +Brudes +Bruhn +Bruhns +Bruland +Brullé +Brubeck +Bruford +Brukman +Bruton +Bruun +Bruxner +Bruzón +Brückner +Brüggen +Brühl +Brüll +Brümmer +Bréhal +Brézé +Brömmel +Brötzmann +Brâncoveanu +Bräutigam +Brænne +Brózda +Brøgger +Bryan +Bryan-Brown +Bryant +Bryden +Brydges +Bryce +Bryer +Brynjolfsson +Bryson +Brytwell +Bryukhankov +Bryzgalov +Brzobohatý +Brzostowski +Brzozowski +Brzechwa +Brzeziński +Brzić +Brzyski +Brkovic +Brković +Brkić +Brlázs +Brnović +Burne +Burnet +Burnett +Burnette +Burnell +Burness +Burney +Burnaby +Burndred +Burnham +Burnier +Burnley +Burnouf +Burns +Burnyeat +Burg +Burge +Burger +Burgers +Burgener +Burgess +Burgh +Burgher +Burgman +Burgmeier +Burgon +Burgoyne +Burgstaller +Burgwyn +Burkhard +Burkhardt +Burkhalter +Burkhanov +Burkholder +Burka +Burkard +Burke +Burkert +Burkitt +Burkley +Burkman +Burkov +Burks +Burr +Burrough +Burroughs +Burrow +Burrows +Burrell +Burress +Burri +Burris +Burruni +Burruss +Burrard +Burry +Burd +Burden +Burdenski +Burder +Burdin +Burdis +Burditt +Burda +Burdak +Burdock +Burdon +Burduli +Burch +Burcham +Burchard +Burchell +Burcher +Burchfield +Burchill +Burchuladze +Burciaga +Burckhardt +Burla +Burlak +Burling +Burliuk +Burley +Burlton +Burt +Burtnett +Burtnik +Burtnyk +Burton +Buraas +Burachek +Burago +Buratti +Burbage +Burbank +Burbidge +Burbridge +Burse +Bursey +Burstall +Bursík +Bureau +Buren +Buresch +Burmakin +Burman +Burmeister +Burhagohain +Burhan +Burian +Burić +Burjan +Burjanadze +Buroni +Burov +Burford +Buruk +Burwell +Buryak +Burzyński +Buch +Buchan +Buchanan +Buchardt +Bucheler +Bucher +Buchheim +Buchholz +Buchsbaum +Buchsenbaum +Buchta +Buchtel +Buchberger +Buchli +Buchman +Buchner +Buchwald +Buck +Buckle +Buckler +Buckley +Buckland +Bucknall-Estcourt +Buckner +Bucknill +Buckeridge +Buckingham +Buckmaster +Bucksbaum +Bucchi +Bucchianeri +Bucci +Bucak +Bucard +Bucur +Buczkowski +Bucșă +Bush +Bushe +Bushell +Bushelman +Busher +Bushong +Bushore +Bushinsky +Bushnak +Bushuyev +Buss +Busse +Bussey +Bussler +Bussmann +Busta +Bustamante +Bustill +Bustos +Buse +Busemann +Busenbaum +Busch +Buschbeck +Busick +Busing +Busk +Buskirk +Busbee +Busoni +Busquets +Busuttil +Buswell +Bull +Bullinger +Bullingham +Bulliard +Bullion +Bullis +Bullivant +Bullock +Bullock family +Bulloch +Bullokar +Bullough +Bullen +Bulley +Bullard +Bulat +Bulatov +Bulatović +Bulder +Bulders +Buldan +Bulthuis +Bultmann +Bulusu +Bulut +Buley +Bulfinch +Bulgakov +Bulić +Bulkeley +Bulmer +Bulwer-Lytton +Butt +Butterfield +Butters +Butterworth +Buttigieg +Buttiglione +Buttimer +Buttrey +Buttrose +Buttle +Buttmann +Button +Butts +Butchart +Butcher +Butchvarov +Butkevičius +Butko +Butkus +Butler +Butler Yeats +Butler family +Buturlin +Butusov +Butz +Butzer +Butnaru +Butrick +Butson +Bunce +Bunch +Buncle +Bunn +Bunning +Bunny +Bunsen +Bunster +Bunyakovsky +Bunyan +Bunbury +Bundalo +Bunea +Bunge +Bunin +Bunjevčević +Bunkley +Bunting +Bunz +Budd +Budde +Budden +Buddle +Budak +Budalić +Buday +Budimir +Budinger +Budiša +Budgen +Budgett +Budberg +Budko +Budnikov +Budrys +Bueno +Bueno de Mesquita +Buenaño +Buenechea +Buenfil +Buenvenida +Buechner +Buehrle +Buell +Buemi +Bube +Bubenko +Buber +Bubley +Bublik +Bubalo +Bubb +Bubka +Bubnov +Bugaiov +Bugakov +Bugayev +Bugg +Buggy +Bugden +Bugeja +Buglass +Bugno +Bukhari +Bukharin +Bukharov +Bukov +Bukowski +Bukejlović +Bukin +Bukrán +Bukton +Buzacott +Buzaglo +Buzančić +Buzzard +Buzzati +Buzzi +Buzek +Buzot +Buffet +Buffett +Buffington +Buffon +Buford +Buha +Buhagiar +Buhler +Buhrer +Buhtz +Buika +Buikema +Buijs +Buisset +Buxton +Buxtorf +Buxbaum +Buxhoeveden family +Buonarroti +Buono +Buontempo +Buycks +Buys +Buytendijk +Buček +Bučič +Buğra +Bumb +Bumpus +Buultjens +Buunk +Buač +Bujones +Bušić +Buș +Bi +Birk +Birken +Birkenhead +Birkey +Birkhead +Birkhoff +Birkan +Birkin +Birkmyre +Birkofer +Birks +Birch +Birchenough +Bircher +Birchall +Birck +Birago +Birajdar +Biram +Birarelli +Bird +Birdsall +Birdsong +Birdal +Birt +Birthistle +Birtles +Birtwistle +Birger +Birgersson +Birgisson +Biro +Birol +Biroli +Birman +Birmingham +Birnbaum +Birney +Birrell +Birrer +Birbiglia +Biridepalli +Birley +Birsen +Biryukov +Biržiška +Bill +Billings +Billingsley +Billingham +Billinton +Billian +Bille +Biller +Billeter +Billot +Billotte +Billany +Billberg +Billson +Billups +Bilel +Biler +Biles +Biletskyy +Bilgi +Bilgili +Bilgin +Bilge +Bilici +Bilić +Biliński +Bilsbury +Bilse +Bilson +Bily +Bilyaletdinov +Bilyi +Bilak +Bilal +Bilbao +Bilbe +Bild +Bilderdijk +Bilmeyer +Bilous +Bilton +Bilzerian +Bier +Bierbaum +Bierhoff +Bierkamp +Bierman +Biernacki +Bierofka +Bierut +Bierwirth +Biel +Bielecki +Bieler +Bielschowsky +Bielski +Bielawski +Bielczyk +Biener +Bieniek +Bienne +Bienvenu +Bieshaar +Biesheuvel +Biesinger +Bieszczad +Biehl +Biehle +Biehn +Bieber +Bieberstein +Biet +Bietak +Biedermann +Biegenwald +Biezeveld +Bindi +Bindia +Bindig +Binder +Bindlosse +Bindra +Bing +Bingaman +Binger +Bingham +Bingley +Bingman +Binner +Binney +Binnie +Binning +Binny +Bin Laden +Binay +Binchy +Binetti +Binford +Bini +Binkley +Binoche +Binswanger +Bint Khayyat +Binyon +Bisset +Bissett +Bissell +Bisson +Bissong +Bissonnette +Bissill +Bissinger +Bisschop +Bishop +Bishopp +Bishara +Bishnois +Bischof +Bischoff +Biscoe +Biskind +Biskupski +Bisky +Bisbal +Bisby +Bisagno +Biseswar +Bisnauth +Bisping +Bisutti +Biswas +Biggar +Biggart +Bigge +Biggers +Biggins +Biggs +Bigard +Bigari +Bigatto +Bigazzi +Bignall +Bignami +Bignell +Bignon +Bigod +Bigonzetti +Bigby +Bigelow +Bigland +Bigvava +Bian +Bianchi +Bianchini +Biancini +Bianciotti +Bianco +Biantoro +Biagi +Biagioli +Biagioni +Bialas +Bialik +Bialon +Biasi +Biasion +Biassoni +Biadillah +Biaudet +Biavati +Biddle +Biddlecomb +Biddlecombe +Bidder +Biddinger +Biddulph +Bidabé +Bidault +Bideau +Biden +Bidwell +Bidwill +Bidgood +Bidinotto +Bidlisi +Bidognetti +Bickerstaff +Bickersteth +Bickerton +Bickell +Bickett +Bickler +Bickley +Bickford +Bickham +Bickmore +Bichir family +Bichman +Bichón +Bicskei +Bitter +Bitterman +Bittermann +Bitterlich +Bittencourt +Bittman +Bittner +Bitok +Biton +Bitossi +Bitat +Biterman +Biber +Biberman +Bibesco +Bibescu +Bibel +Bibb +Bibbia +Bibikov +Bibran-Modlau +Bijl +Bijleveld +Bijania +Bijelić +Bijvoet +Biondi +Biondo +Biobaku +Biolek +Bizzell +Bizzoni +Bizet +Bizjak +Bivin +Bivins +Bivol +Bixby +Bixio +Bixton +Biffen +Biffi +Bikert +Bikila +Biwersi +Biwott +Bihl +Bičakčić +Biškupić +Black +Blackman +Blackmann +Blackmon +Blackner +Blackney +Blacknall +Blackshear +Blackson +Blackstock +Blackwall +Blackwell +Blackwood +Blackadder +Blackaller +Blackburn +Blackburne +Blackie +Blacking +Blackett +Blackham +Blacklock +Blackton +Blache +Blacher +Blachford +Blank +Blanke +Blankenbaker +Blankenburg +Blankenship +Blankemeijer +Blankfein +Blankley +Blanc +Blanchet +Blanchett +Blanchard +Blanchflower +Blanco +Bland +Blandford +Blandón +Blane +Blaney +Blanter +Blanton +Blanqui +Blake +Blakeley +Blakely +Blakeman +Blakemore +Blakeslee +Blakesley +Blakeney +Blaker +Blakey +Blakiston +Blakley +Blakney +Blatt +Blatter +Blattner +Blatch +Blatchford +Blatak +Blatherwick +Blatkiewicz +Blatný +Blatz +Blas +Blaschka +Blaschke +Blasi +Blasius +Blassie +Blassingame +Blasberg +Blasko +Blais +Blaisdell +Blaise +Blaisse +Blain +Blaine +Blair +Blaize +Blaga +Blagg +Blagojević +Blagrave +Blazer +Blazheyovskyi +Blazier +Blažek +Blažević +Blažić +Blau +Blaustein +Blay +Blaylock +Blaauw +Bladen +Blaesi +Blaha +Blalock +Blardone +Blaxter +Blom +Blomquist +Blomqvist +Blomberg +Blomefield +Blomfield +Blomgren +Blomhoff +Blommaert +Blomstedt +Bloom +Bloomer +Bloomfield +Bloomingdale +Bloomquist +Blood +Bloodsworth +Bloodworth +Bloor +Blond +Blondel +Blondell +Blondeau +Blondin +Blonska +Blonsky +Bloch +Blocher +Blochmann +Blockman +Blockmans +Blocker +Blok +Blokhin +Blokker +Bloudek +Blouin +Blount +Blow +Blower +Blowers +Blodget +Blodgett +Bloemendal +Bloemers +Bloxham +Bloxsom +Blobel +Blohm +Blois +Blore +Bloss +Bloy +Blum +Blumenbach +Blumenberg +Blumenthal +Blumentritt +Blumenau +Blumenfeld +Blumenkrantz +Blumer +Blumberg +Blumhardt +Bluming +Blumlein +Blumsky +Blundell +Blunden +Blundy +Blunstone +Blunt +Blue +Bluestein +Bluett +Bluhm +Blush +Bluth +Bluyssen +Blei +Bleibtreu +Bleich +Bleier +Bleiler +Blechacz +Blecher +Blechman +Bleckner +Blenkinsop +Blenkiron +Blennerhassett +Blew +Blewett +Blewitt +Bledman +Bledsoe +Bleskin +Blessing +Bleakley +Bleekemolen +Blethyn +Bleuler +Blevins +Bley +Blinder +Blinkhorn +Blinov +Blicavs +Blicher +Blight +Blignaut +Blish +Blissett +Blier +Blitz +Blix +Bly +Blyth +Blythe +Bláha +Blöcker +Blücher +Böcken +Böcker +Böcking +Böckler +Böhm +Böhme +Böhmer +Böhler +Börner +Börngen +Börjesson +Bösch +Böszörmény +Böttger +Bötticher +Bödeker +Bölükbaşı +Bönsch +Büch +Büchel +Büchner +Bühl +Bühler +Bühlmann +Büyük +Büyükakçay +Büker +Bülow +Bürger +Büskens +Büttner +Bäumer +Bäumler +Bäurl +Bäcker +Bäckman +Bär +Bärwald +Bähr +Bälz +Bäwerl +Bélingard +Béliveau +Bélanger +Béraud +Béria +Bérubé +Bédard +Bárdy +Bártová +Bárány +Bánffy +Bánáthy +Báthory +Bødtker +Bøe +Bøhn +Bølviken +Børre +Bârlădeanu +Bërdufi +Bílek +Bùi +Bhat +Bhatt +Bhattacharya +Bhattacharyya +Bhattarai +Bhat clan +Bhatia caste +Bhatnagar +Bhandarkar +Bhandary +Bhanot +Bhanushali +Bhamra +Bhamra Clan +Bhamba +Bharadwaja +Bhargava +Bharihoke +Bhaduri +Bhaduria +Bhaskar +Bhaskaran +Bhabha +Bhagwat +Bhave +Bhaṭṭa +Bhola +Bholowalia +Bhogireddy +Bhoite +Bhonsle +Bhowmick +Bhreathnach +Bhuiyan +Byrd +Byrdsong +Byrne +Byrnes +Byrraju +Byrum +Byerley +Byerly +Byers +Byam +Byatt +Bychkov +Byck +Bykov +Bykova +Bystrov +Byström +Bybee +Byford +Byington +Bylsma +Bynoe +Bytnar +Bywater +Bjelanović +Bjelica +Bjelke +Bjella +Bjelogrlić +Bjerke +Bjerkholt +Bjerre +Bjeković +Bjørndalen +Bjørnebye +Bjørnstad +Bjørgen +Bjørkum +Björk +Björkman +Björnstjerna +Bjorklund +Bjorkman +Bjorn +Bjornson +Bjarnason +Bjhalava +Bărbulescu +Bărnuțiu +Bănică +Běhounek +Běhounková +Bělohlávek +Bērziņš +Błaszczyk +Błaszczykowski +Břicháč +Bseiso +Bwanamdogo +Bạch +Schaff +Schaffer +Schafferer +Schaffernoth +Schaffenberger +Schaffartzik +Schaffle +Schaffman +Schaffner +Schafernaker +Schafersman +Schafhausen +Schafstall +Schau +Schauer +Schauerhammer +Schauerte +Schaub +Schauble +Schauman +Schaumann +Schaudt +Schauffler +Schaupp +Schaus +Schauta +Scharf +Scharff +Scharffs +Scharfman +Schardin +Scharlieb +Scharmin +Scharping +Scharroo +Schartman +Scharwenka +Schatz +Schatzmann +Schatzmayr +Schatzberger +Schatzschneider +Schattinger +Schattkowsky +Schattschneider +Schatkowski +Schatkowsky +Schalk +Schalken +Schalkwyk +Schalanda +Schalansky +Schalek +Schalin +Schallberger +Schaly +Schacht +Schachtschneider +Schachtsiek +Schachten +Schache +Schachner +Schack +Schacker +Schank +Schanke +Schanberg +Schanche +Schandorff +Schannong +Schantz +Schanz +Schaad +Schaadt +Schaare +Schaars +Schaab +Schaaffhausen +Schaap +Schade +Schadeberg +Schadler +Schadow +Schadt +Schaefer +Schaeffer +Schaerer +Schaerrer +Schaechter +Schapendonk +Schaper +Schapira +Schapiro +Schaphorst +Schaber +Schabereiter +Schabowski +Schabschneider +Schaible +Schairer +Schaken +Schakenda +Schamoni +Schamov +Schaschko +Schastlivtsev +Schaya +Schayes +Schahin +Schavan +Schawlow +Schaxel +Schermerhorn +Schermers +Scherman +Scherbakov +Scherber +Scherf +Scherff +Scherpel +Scherpenhuijzen +Scherr +Scherrer +Scherzer +Scherzinger +Scherchen +Scherer +Schering +Scherk +Scherler +Scherner +Schersing +Scherwin +Schein +Scheinbein +Scheinblum +Scheiner +Scheinflug +Scheinhardt +Scheinkman +Scheible +Scheibler +Scheiblich +Scheibel +Scheiber +Scheibmeier +Scheid +Scheidel +Scheidemann +Scheider +Scheirlinckx +Schell +Schellen +Schellenberg +Schellenberger +Schellekens +Scheller +Schelling +Schellinger +Schellinks +Schellscheidt +Schelfhout +Schelhaas +Schelkunoff +Scheltema +Scheff +Scheffel +Scheffer +Scheffczyk +Scheffing +Scheffler +Scheffmacher +Schefer +Scheflo +Schefter +Schenk +Schenke +Schenkel +Schenkeveld +Schenkl +Schenkling +Schenck +Schenstrøm +Scheu +Scheuer +Scheuermann +Scheuerpflug +Scheuch +Scheufele +Scheurer +Scheel +Scheele +Scheerbart +Scheeren +Scheen +Schembechler +Schembri +Schemansky +Schemm +Schempp +Schepens +Schepers +Scheppig +Schepps +Schepke +Schet +Schett +Schettel +Schettino +Schettler +Schede +Schedel +Schediwy +Schedl +Schechter +Scheck +Schectman +Schegk +Schegloff +Schejtli +Schexnayder +Scheyer +Schild +Schilder +Schilders +Schildenfeld +Schildknecht +Schildkraut +Schildberger +Schildhauer +Schildorfer +Schildt +Schill +Schilling +Schillinger +Schillings +Schillebeeckx +Schiller +Schillaci +Schilchegger +Schilgen +Schiltz +Schilz +Schierbeck +Schierbeek +Schierenbeck +Schierholtz +Schierokauer +Schierup +Schieffelin +Schieffer +Schiefer +Schieber +Schiebler +Schiele +Schielke +Schiegl +Schienoni +Schiewe +Schießwald +Schimmel +Schimmelbusch +Schimmelfennig +Schimmelpenninck +Schimpelsberger +Schimper +Schimpf +Schimpff +Schimek +Schimscheiner +Schimunek +Schindel +Schindelholz +Schindewolf +Schindhelm +Schindler +Schindzielorz +Schink +Schinkel +Schine +Schintlmeister +Schinz +Schiff +Schiffer +Schiffermüller +Schiffman +Schiffmann +Schiffler +Schiffner +Schifani +Schiavone +Schiavonetti +Schiavio +Schiaffini +Schiano +Schiappacasse +Schiattarella +Schirrmacher +Schirrmann +Schirinzi +Schirlitz +Schirmer +Schirschin +Schick +Schickedanz +Schickendantz +Schicklgruber +Schichau +Schipper +Schippers +Schipplock +Schipfer +Schikaneder +Schikkelstad +Schisler +Schittenhelm +Schiøler +Schoen +Schoene +Schoener +Schoenert +Schoeneweis +Schoenfeld +Schoenfelder +Schoenfeldt +Schoenfield +Schoenmaker +Schoenmakers +Schoenmaekers +Schoenaker +Schoenauer +Schoenbach +Schoenberg +Schoendienst +Schoendoerffer +Schoenheimer +Schoenherr +Schoenlein +Schoelcher +Schoeler +Schoellkopf +Schoepe +Schoepen +Schoepf +Schoeffler +Schoeffling +Schoemaker +Schoemperlen +Schoetensack +Schoettler +Schoeben +Schoerner +Scholl +Schollaardt +Schollaert +Scholliner +Scholefield +Scholem +Scholes +Scholte +Scholten +Scholtz +Scholastic accolades +Scholder +Scholz +Schon +Schone +Schonell +Schoner +Schonder +Schonfeld +Schonland +Schopp +Schoppert +Schoppitsch +Schopen +Schopenhauer +Schopf +Schopler +Schott +Schottel +Schottelkotte +Schottenberg +Schottenstein +Schottius +Schoonheim +Schoonmaker +Schoonover +Schoorel +Schor +Schork +Schorning +Schorr +Schock +Schockemöhle +Schoch +Schomberg +Schomburg +Schommer +Schouw +Schouwenaars +Schouten +Schober +Schoff +Schokking +Schoß +Schön +Schönbaum +Schönbaumsfeld +Schönbauer +Schönbeck +Schönbein +Schönberger +Schönbohm +Schönborn +Schönbächler +Schöneboom +Schöneborn +Schöneberger +Schönenberg +Schönenberger +Schönecker +Schöner +Schönhage +Schönhaus +Schönheim +Schönherr +Schönhuber +Schönfeld +Schönfelder +Schönfinkel +Schönflies +Schönlebe +Schönlein +Schönmann +Schönmetzler +Schönau +Schöngarth +Schöning +Schönzeler +Schöll +Schöllhammer +Schöllkopf +Schöler +Schölzel +Schöpfel +Schöpfer +Schöpflin +Schöpp +Schörg +Schörghofer +Schörghuber +Schörner +Schöffer +Schöffler +Schöfisch +Schödl +Schösser +Schößwendter +Schütz +Schützenauer +Schützenberger +Schütter +Schüttler +Schürer +Schürger +Schürmann +Schürpf +Schüssel +Schüssler +Schübeler +Schüchter +Schünemann +Schüpbach +Schüßler +Schäffle +Schäffler +Schäffer +Schäfer +Schäfke +Schällibaum +Schälzky +Schäuble +Schäuffelen +Schächter +Schädler +Schämer +Schärer +Schätzing +Schøne +Schønemann +Schøning +Schønning +Schønwandt +Schleinkofer +Schleinstein +Schleibaum +Schleiermacher +Schlesser +Schlessinger +Schlesinger +Schlechter +Schleck +Schlee +Schleef +Schlebusch +Schlegel +Schleh +Schlemko +Schlenker +Schley +Schleßinger +Schlieper +Schlieps +Schliebener +Schliemann +Schlierenzauer +Schliessler +Schlingensief +Schlingmann +Schlindwein +Schlink +Schlichter +Schlichting +Schlick +Schlim +Schlimm +Schlitte +Schlitz +Schlag +Schlage +Schlagintweit +Schlamelcher +Schlamme +Schlatmann +Schlatter +Schladweiler +Schlaff +Schlappner +Schlaudraff +Schlöndorff +Schlönvoigt +Schlöglmann +Schlömer +Schlöske +Schlözer +Schlünz +Schlüter +Schläppi +Schlosser +Schlossnagle +Schloeder +Schloffer +Schlombs +Schlotterbeck +Schlumberger +Schlumpf +Schlukbier +Schlusnus +Schluter +Schlyter +Schwarz +Schwarzenbach +Schwarzenberger +Schwarzenböck +Schwarzenegger +Schwarzkogler +Schwarzkopf +Schwarzman +Schwarzmann +Schwarzschild +Schwarzwasser +Schwartz +Schwartzman +Schwartzmann +Schwartzberg +Schwarczenberger +Schwan +Schwantes +Schwanthaler +Schwandt +Schwanewilms +Schwanitz +Schwann +Schwalger +Schwaller +Schwab +Schwadron +Schwager +Schwaiger +Schwajda +Schwazer +Schweig +Schweiger +Schweigger +Schweinitz +Schweitzer +Schweizer +Schwendeman +Schwender +Schwendinger +Schwenk +Schwenzen +Schwerdtfeger +Schwerin +Schwerner +Schwertfeger +Schwegel +Schwegelin +Schwegler +Schwefel +Schwind +Schwineköper +Schwidrowski +Schwietz +Schwimmer +Schwob +Schwortz +Schwyzer +Schul +Schult +Schulte +Schultes +Schultz +Schultze +Schulenburg +Schuler +Schulhof +Schulhoff +Schulz +Schulze +Schulberg +Schuldiner +Schuller +Schulman +Schulweis +Schueremans +Schuerer +Schueller +Schuester +Schuetz +Schur +Schurman +Schurr +Schurtenberger +Schurz +Schub +Schuba +Schuback +Schubert +Schumacher +Schumaker +Schumann +Schummelketel +Schut +Schutte +Schuttler +Schutz +Schupp +Schuppanzigh +Schuppen +Schuster +Schusterman +Schuschnigg +Schuhbeck +Schuhl +Schuit +Schuiten +Schuch +Schukin +Schuon +Schuurman +Schuver +Schremp +Schrempf +Schrempp +Schreck +Schreckengost +Schreiber +Schreiner +Schreuder +Schreurs +Schreyer +Schreyl +Schreber +Schrefl +Schrenk +Schraner +Schrank +Schrans +Schrade +Schrader +Schramm +Schramme +Schragenheim +Schratt +Schroeder +Schroen +Schroer +Schroeter +Schrock +Schroder +Schrojf +Schroth +Schröckh +Schröder +Schröer +Schröffer +Schröpfer +Schrörs +Schrötter +Schrøen +Schrijber +Schrijnen +Schrijver +Schricker +Schriver +Schruff +Schneider +Schneiderfranken +Schneiderman +Schneidman +Schneier +Schneiter +Schneersohn +Schneerson +Schneeberger +Schneemelcher +Schneewind +Schnell +Schnelldorfer +Schneller +Schnellinger +Schnellrieder +Schnepf +Schneppenhorst +Schnettgoecke +Schneuwly +Schnitzer +Schnitzler +Schnitger +Schnitler +Schnitt +Schnibbe +Schnider +Schnirelmann +Schnauber +Schnauer +Schnaufer +Schnaase +Schnabel +Schnapper +Schnurr +Schnurre +Schnurrenberger +Schnuphase +Schnorr +Schnorr von Carolsfeld +Schnéevoigt +Schnürer +Schnyder +Schmid +Schmidt +Schmidtke +Schmidding +Schmideg +Schmidhuber +Schmidinger +Schmidlin +Schmied +Schmiedebach +Schmiedeberg +Schmieden +Schmieder +Schmit +Schmitt +Schmitter +Schmitz +Schmick +Schmickler +Schmige +Schmeller +Schmelzer +Schmerling +Schmertz +Schmetterer +Schmetterling +Schmeer +Schmeichel +Schmemann +Schmalenbach +Schmalfuss +Schmalstich +Schmalzried +Schmack +Schmadel +Schmookler +Schmuck +Schmökel +Schjeldahl +Schjelderup +Schjerfbeck +Schjerve +Schjetnan +Schjønberg +Schjøtt +Schjoldager +Schyman +Scarpa +Scarpati +Scarpitta +Scarponi +Scarafoni +Scarampi +Scaravonati +Scarlatti +Scarlett +Scarborough +Scarce +Scardina +Scarfiotti +Scarisbrick +Scarre +Scarselli +Scarzanella +Scalia +Scalice +Scalise +Scalafiotti +Scalapino +Scales +Scalfaro +Scally +Scalter +Scalvini +Scandello +Scandolara +Scanavacca +Scanlan +Scannell +Scantlebury +Scanu +Scanzoni +Scaglione +Scagliotti +Scaggs +Scaccia +Scaccianoce +Scapin +Scappaticci +Scatizzi +Scattergood +Scabbia +Scaduto +Scaife +Scawen +Scot +Scott +Scotti +Scott-Elliot +Scotto +Scorsese +Scorsone +Scordato +Scorupco +Scory +Scola +Scolari +Scolinos +Scocco +Scoce +Scoggins +Scognamiglio +Scobie +Scoon +Scope +Scougal +Scowcroft +Scozzafava +Scriven +Scrivener +Scriver +Scrimgeour +Scrimshaw +Scroggins +Scroggs +Scrope +Scruby +Scruggs +Scruton +Scrymgeour +Scudamore +Scudder +Scuderi +Scudéry +Sculli +Scully +Scurfield +Scurlock +Scutt +Scionti +Sciortino +Sciaky +Scindia +Scithers +Sciuto +Scelba +Scelfo +Scerbanenco +Sclafani +Sclanizza +Stein +Steinhaeuser +Steinhaeusser +Steinhaeußer +Steinhauser +Steinhausl +Steinhauer +Steinhardt +Steinhäuser +Steinhäusl +Steinhäusser +Steinhäußer +Steinheim +Steinheimer +Steinheil +Steinhilper +Steinhoff +Steinbach +Steinbacher +Steinbauer +Steinberg +Steinberger +Steinbeck +Steinbrenner +Steinbrick +Steinmeier +Steinmetz +Steinmeyer +Steinmann +Steindachner +Steindl +Steiner +Steinert +Steinke +Steinkogler +Steinauer +Steinitz +Steinsaltz +Steib +Steibelt +Steichen +Steidtmann +Steiger +Steimle +Steirn +Steitz +Stenbeck +Stenberg +Stenbock +Stenborg +Stenbuck +Stenbäck +Stengel +Stengelin +Stenger +Stengers +Stengl +Stenschke +Stensen +Stenson +Stensrud +Stenström +Stender +Stenders +Stendardo +Stenersen +Stenerud +Stenman +Stenmark +Stent +Stentz +Stenhammar +Stenkilsson +Stennett +Stenzel +Steen +Steensen +Steenstrup +Steenbeck +Steenkamp +Steel +Steelberg +Steele +Steelman +Steeg +Steeger +Steegmann +Steer +Steere +Steers +Steeb +Steedman +Steep +Steevens +Stern +Sternberg +Sternberger +Sternbach +Sterne +Sterner +Sternfeld +Sternhell +Sterr +Sterre +Sterba +Sterky +Sterling +Sterman +Sterzinsky +Stefan +Stefano +Stefanov +Stefanović +Stefanovski +Stefani +Stefaniak +Stefanelli +Stefansson +Stefański +Steffen +Steffenone +Steffensen +Steffan +Stephan +Stephani +Stephanopoulos +Stephen +Stephens +Stephenson +Stepanov +Stepanovich +Stepanović +Stepinac +Stepneth +Steponavičius +Steppuhn +Stea +Stear +Stearn +Stearns +Stears +Steacy +Stead +Steakley +Steck +Stecker +Steckler +Steckman +Stecher +Stechkin +Steggall +Steggert +Stegman +Stegmann +Stegall +Stegner +Stellato +Stelling +Stellwagen +Stelly +Stelter +Stelzner +Stemp +Stempel +Stemper +Stempffer +Stemmler +Steubel +Steubl +Steuermann +Steur +Stetter +Stettin +Stetson +Stevens +Stevenson +Stevanović +Stebbins +Stebler +Stehlík +Stehmann +Steward +Stewart +Steyer +Steyn +Stejskal +Stekelenburg +Stan +Stanislavski +Stanislavskij +Stanislaski +Staniszewski +Staniek +Stanier +Staniforth +Stanić +Stanišić +Stanko +Stankovich +Stanković +Stankovych +Stankowski +Stankevičius +Stankiewicz +Stang +Stange +Stangeland +Stanger +Stangl +Stangland +Standing +Standish +Standridge +Standring +Stander +Stanca +Stancliffe +Stancu +Stanczak +Stanfield +Stanfill +Stanford +Stansbury +Stansell +Stansfield +Stanley +Stanly +Stanojević +Stanojković +Stanton +Stantor +Stanbrook +Stanhope +Stannard +Stanyhurst +Stanzione +Staněk +Stark +Starker +Starkey +Starkie +Starks +Starkweather +Starck +Starcker +Starcevich +Starr +Starrabba +Starrett +Starikov +Starink +Starley +Starling +Starner +Starnes +Starobin +Starodubtsev +Starace +Starbuck +Starski +Stary +Starčević +Stam +Stamatopoulos +Stamatović +Stamatiades +Stamp +Stamper +Stampfer +Stamm +Stammberger +Stambouli +Stamenković +Stamitz +Stamler +Stamos +Stamsnijder +Stachowiak +Stachowski +Stachel +Stachiewicz +Stachurski +Stack +Stackelberg +Stackhouse +Stacy +Stallman +Stallmann +Stallard +Staller +Stallone +Stallworth +Staley +Stalin +Staudigl +Staudinger +Staudenmaier +Staub +Stauber +Stauch +Stauffer +Staunton +Stahl +Stahlecker +Stahlman +Stahlschmidt +Stahel +Stahnke +Stahr +Stasiak +Stasik +Stasinopoulos +Stasov +Stassen +Stastny +Staszewski +Stathakis +Statham +Statter +Stattler +Staton +Statra +Staib +Staibano +Staiger +Stainer +Stairs +Staples +Stapleton +Stapley +Stapp +Stapper +Stakhovski +Stakhovsky +Stakhanov +Staker +Stabenow +Stabile +Stables +Stadler +Stadlmüller +Stadtbäumer +Staff +Staffel +Stafford +Stagg +Staggers +Stagliano +Staebler +Staehle +Staveley +Stavrou +Staal +Staël +Strang +Strange +Strangways +Strand +Strandberg +Stransky +Stranzl +Straub +Straube +Strauss +Straussler +Strauch +Straume +Strassman +Strassmann +Strasser +Strasburg +Strasburger +Stratemeyer +Stratigos +Straton +Stratton +Stratz +Strachan +Strachey +Strack +Stracke +Straw +Strawbridge +Strawn +Strawson +Strakosch +Straková +Straker +Strada +Strader +Strazzabosco +Strazzer +Strahan +Strain +Stravinsky +Strayer +Straßburger +Streich +Streicher +Streib +Streiff +Streit +Strettle +Stretton +Stretch +Strete +Street +Streeter +Streeton +Strelnikov +Strelow +Streltsov +Streckenbach +Strecker +Stresemann +Stresio +Streatfeild +Streb +Strehlow +Strempler +Strous +Strousberg +Stroustrup +Stroud +Strouhal +Stroumboulopoulos +Strout +Strong +Stronge +Stronach +Strobel +Strobl +Strode +Strodtmann +Stroock +Stroop +Stross +Strossmayer +Strozzi +Strozzi family +Strohl +Strole +Stromberg +Strugar +Struger +Strugnell +Strugstad +Strub +Strube +Struble +Strudwick +Strum +Struszyński +Strutt +Struve +Struyk +Strick +Strickland +Strickler +Stricker +Stringer +Stringfellow +Strindberg +Stribling +Stride +Strijbos +Strike +Strittmatter +Ström +Strömberg +Strøm +Strømgren +Strübing +Strümpell +Strnad +Strydom +Strzałkowski +Străjescu +Stone +Stoneback +Stonebanks +Stonebarger +Stonebraker +Stonebreaker +Stoneburgh +Stoneham +Stonehewer +Stonehouse +Stones +Stonesifer +Stonecipher +Stoneking +Stoneman +Stonerook +Stong +Stonhouse +Stonys +Storm +Storme +Storms +Storer +Storey +Storr +Storrs +Storace +Storbæk +Storch +Stordalen +Storl +Storozhev +Stortoni +Story +Stock +Stocker +Stockert +Stocks +Stocksdale +Stockdale +Stockhausen +Stockmann +Stockton +Stocco +Stoch +Stoll +Stolle +Stoller +Stollery +Stollenwerk +Stolt +Stoltenberg +Stoltzfus +Stolojan +Stolovich +Stolyarov +Stojanov +Stojanović +Stojaković +Stojaspal +Stojačić +Stojić +Stojković +Stojmenović +Stojnić +Stojsavljević +Stokowska +Stokowski +Stokoe +Stoker +Stokes +Stoian +Stoiber +Stoica +Stoilov +Stobart +Stobaugh +Stobbs +Stodart +Stoddard +Stodoła +Stoenescu +Stoessel +Stoev +Stoop +Stoops +Stookey +Stott +Stottlemyre +Stothard +Stoudamire +Stoudemire +Stout +Stoy +Stoyanov +Stoychev +Stosch +Stosur +Stoffels +Stom +Stopford +Stošić +Stiefel +Stiefvater +Stiegler +Stieglitz +Stieler +Stiepermann +Stier +Stirner +Stirnweiss +Stires +Stirk +Stirling +Stirton +Stickler +Stickles +Stickland +Stich +Stilling +Stillings +Stiller +Stillman +Stine +Stiner +Stinchcomb +Stinson +Stipanovich +Stipe +Stipčević +Stitt +Stittle +Stith +Stigler +Stiglitz +Stimpson +Stimson +Stive +Stives +Stiansen +Stidham +Stix +Sturge +Sturges +Sturgess +Sturgeon +Sturgis +Sturm +Sturmy +Sturridge +Sturrock +Sturt +Sturtz +Sturdee +Sturluson +Sturzenegger +Stumpf +Stumpfegger +Stumpe +Stumbles +Stucker +Stucki +Stucchi +Studdard +Studer +Studley +Stupak +Stupka +Stuppler +Stuart +Stuart-Wortley +Stubbe +Stubblebine +Stulin +Stulić +Stuhr +Stutschewsky +Stöcker +Stöckl +Stöffler +Stöger +Stöhr +Stößner +Stüber +Stülpnagel +Stäbler +Stær +St. Amour +St. Lewis +St.-Jean +St George +St John +Styler +Stylez +Stănescu +Stępniak +Střelba +Stříbrný +St-Jacques +Stcherbina +Stjernquist +Sand +Sander +Sanders +Sanderson +Sandem +Sandeman +Sandell +Sandifer +Sandiford +Sandidge +Sandig +Sandin +Sandison +Sandbeck +Sandberg +Sandbhor +Sandbichler +Sandrelli +Sandrini +Sands +Sandström +Sandahl +Sandhila +Sandler +Sandner +Sandoval +Sandusky +Sandwith +Sandys +Santana +Santander +Santangelo +Santaniello +Santarelli +Santaromita +Santa Cruz +Santacaterina +Santaeulàlia +Santagostino +Santall +Santamaria +Santavuori +Santayana +Santori +Santoro +Santorum +Santoni +Santoponte +Santos +Santiago +Santifaller +Santillán +Santisteban +Sante +Santelli +Santer +Santuccione +Santulli +Sang +Sangha +Sanghani +Sanghrajka +Sanghvi +Sangaré +Sanger +Sangiorgio +Sangster +Sanguinetti +Sangwan +Sancak +Sancaklı +Sanches +Sanchez +Sanci +Sancious +Sanson +Sansone +Sansom +Sanseverino +Sansum +Sanada +Sanader +Sanaksenaho +Sanfilippo +Sanford +Sanfuentes +Sankaramanchi +Sankaran +Sankighatta +San Martín +San Souci +Sanematsu +Saneyoshi +Sanya +Sanyal +Sanborn +Sanlorenzo +Sannikov +Sanogo +Sançar +Salvi +Salvio +Salvioni +Salviati +Salvin +Salve +Salvesen +Salveyn +Salvatore +Salvo +Salvucci +Sale +Saleh +Salehi +Salem +Salemi +Salerne +Salerno +Salei +Sales +Salewicz +Salmon +Salmons +Salmonson +Salmelainen +Salmeron +Salman +Salminen +Salmutter +Salati +Salatić +Salatzki +Saladino +Salah +Salara tribe +Salazar +Salinas +Salinas de Gortari +Salinger +Salibi +Saligari +Salihović +Salomon +Salomonowitz +Salomão +Salonen +Salopek +Salovaara +Saldanha +Saldarini +Saldaña +Salden +Saldívar +Saltalamacchia +Salter +Saltik +Saltmarsh +Saltykov +Salz +Salzer +Salzgeber +Salzmann +Salkeld +Salkin +Salkowitz +Salud +Salunkhe +Salusinszky +Salhi +Salhuana +Sallai +Sallman +Salsano +Salstein +Salcido +Salgado +Salnikov +Saramago +Sarami +Saracini +Sarafian +Saragat +Saraiva +Sarajlić +Sarao +Sarasin +Sarto +Sartori +Sartorio +Sartorius +Sarton +Sartain +Sarti +Sartre +Sardi +Sardinha +Sardet +Sardou +Sarduy +Sarkisian +Sarkissian +Sarkar +Sarker +Sarkozy +Sarp +Sarpei +Sarper +Sarpal +Sarpong +Sarr +Sarrai +Sarrara +Sarris +Sarrus +Sarfati +Sarfatti +Sarfas +Sarfraz +Sarnoff +Sarnova +Sarna +Sarnelli +Sarı +Sarıca +Sarıgül +Sarıkaya +Sargsian +Sargsyan +Sargant +Saroha +Saronni +Saroyan +Sarenko +Saretta +Sarvaiya +Sarver +Sarbadhikari +Sarcevic +Sarholz +Sarich +Sarji +Saruhashi +Sarwate +Saryan +Samuel +Samuels +Samuelsen +Samuelshaug +Samuelson +Samuelsson +Samuelstuen +Samuda +Samudio +Samudrala +Samaras +Samaraweera +Samardzija +Samardžić +Samaddar +Samadi +Samacchini +Samaga +Samavedam +Sammaat +Sammallahti +Sammartini +Sammer +Sammes +Sammon +Sammons +Sammut +Samokhvalov +Samokish +Samokysh +Samoilenko +Samore +Samoylov +Sampedro +Samper +Sampatisiri +Sampras +Sampson +Sambandam +Sambell +Sambi +Sambrooke +Samedov +Samejima +Sameshima +Samet +Sams +Samson +Samsonov +Samia +Samir +Samkalden +Samkange +Samdahl +Samha +Samter +Samwell +Sabat +Sabatini +Sabatino +Sabatelli +Sabath +Sabato +Sabancı +Sabanis +Sabanov +Sabadini +Sabag +Sabajno +Sabartes +Sabauri +Sabaw +Sabel +Sabella +Saberhagen +Saberi +Sabet +Sabroe +Sabrosky +Sabra +Sabri +Sabry +Sabin +Sabine +Sabitović +Sabitzer +Sabolić +Sabonis +Saborowski +Sabouraud +Sabsowicz +Sabsowitz +Sabsovich +Sabsay +Sabbaghian +Sabbatini +Sabbe +Sablewska +Sablich +Sabzi +Sabzvari +Sabharwal +Saka +Sakagami +Sakaguchi +Sakai +Sakaibara +Sakalauskas +Sakall +Sakamoto +Sakamura +Sakakibara +Sakandelidze +Sakata +Sakač +Sakura +Sakuraba +Sakurada +Sakurai +Sakurano +Sakurauchi +Sakurazawa +Sakuma +Sakino +Sakisaka +Sakita +Sakoda +Sakomizu +Sakovich +Sakellarios +Sakers +Sakhamuri +Sakharov +Saks +Saksida +Sakmann +Sakwa +Sakyi +Sauer +Sauerbrun +Sauerbrunn +Sauerbruch +Sauerbrum +Sauerbreij +Sauerbrey +Sauerbraun +Sauerbron +Sauerbeck +Sauerhering +Sauerland +Sauers +Sauerwein +Saund +Saunders +Saunderson +Saunier +Saulmann +Saulsberry +Saults +Saudek +Sauder +Saurwein +Saurén +Sauter +Sautner +Sauvage +Sauvageau +Saubade +Saucedo +Saukkonen +Saupe +Saussure +Savi +Savichev +Savicheva +Savickas +Savile +Saville +Savini +Savino +Savitsky +Savitz +Savić +Savićević +Savidge +Savige +Savard +Savarese +Savage +Savalas +Savani +Savater +Savaş +Saveliev +Saveljić +Savelyev +Savea +Savenkov +Savery +Savolainen +Savoldelli +Savonarola +Savchenko +Savchuk +Savnik +Savčić +Sado +Sadoveanu +Sadovsky +Sadotti +Sadoul +Sadowski +Sada +Sadak +Sadangi +Sadarangani +Sadat +Sadi +Sadiku +Sadir +Sadr +Sadri +Sadrijaj +Saddington +Saddler +Sadeghi +Sadek +Sadler +Sadlier +Sadvakasov +Saint +Saint-Saens +Saint-Saëns +Saint-Marcoux +Saint-Yves +Saint Saëns +Sainty +Sainath +Saindon +Saini +Sainsbury +Sainz +Saito +Saitoti +Saitov +Sait clan +Saidov +Saif +Saiguchi +Saikia +Sailer +Saimes +Saionji +Saiz +Sachs +Sachs-Osher +Sachsenberg +Sachsse +Sachar +Sacharias +Sacher +Sacheverell +Sachdev +Sachidanand +Sachtleben +Sack +Sackett +Sackler +Sackman +Sacks +Sackville +Sacchi +Sacchini +Sacratini +Sapir +Sapira +Sapierzyński +Sapp +Sapper +Sappleton +Sapsowicz +Sapsowitz +Sapsovich +Sapa +Sapateiro +Sapkota +Sapkowski +Saporito +Sapozhnikov +Sapru +Saprykin +Saperstein +Sapgir +Sapunov +Sasagawa +Sasahara +Sasai +Sasajima +Sasaki +Sasamoto +Sasanuma +Sasazaki +Sass +Sasso +Sasson +Sassone +Sassoon +Sassetti +Sastre +Sastri +Sastrowardoyo +Sastry +Sashihara +Sasimohan +Saar +Saariaho +Saarinen +Saaristo +Saaremäe +Saadati +Saaduyev +Saadé +Saakadze +Saakashvili +Saakvitne +Saalfrank +Saalwächter +Saatchi +Saatkamp +Saastamoinen +Saavedra +Sawalha +Sawallisch +Sawamatsu +Sawamura +Sawano +Sawant +Sawada +Sawai +Sawaki +Saward +Sawashiro +Sawaya +Sawicki +Sawilowsky +Sawbridge +Sawers +Sawyers +Satter +Satterfield +Sattler +Satamkar +Satapathy +Satchell +Satchwell +Satomi +Satomura +Satsukawa +Satsuki +Sathyanand +Satie +Satyanand +Satō +Sahabi +Sahakian +Saharanpuri +Sahashi +Sahni +Sahnoun +Sahu +Sahulka +Saheba +Sahlin +Sahourieh +Sahrawi +Sage +Sagen +Sager +Saget +Sagar +Sagara +Sagmeister +Sagnier +Sagredo +Sagstuen +Saguisag +Sagør +Sayer +Sayers +Sayegh +Saylan +Sayler +Saylor +Sayce +Saygı +Sayyid +Sayın +Safaryan +Safavi +Saffar +Saffin +Saft +Saftig +Safer +Safin +Safonov +Sax +Saxe +Saxena +Saxer +Saxl +Saxlund +Saxby +Saxton +Sajjad +Sajjadi +Sajnovics +Sazanovich +Sazonov +Sağlam +Sağlık +Saefkow +Saotome +Saqlain +Saçan +Sa‘id +Sharp +Sharples +Sharpley +Sharpe +Sharpton +Sharifi +Sharifov +Sharipov +Sharon +Sharonov +Sharov +Sharapov +Sharapova +Sharma +Sharman +Sharratt +Sharrock +Sharfstein +Sharkey +Shartouni +Shaked +Shakeel +Shakes +Shakhov +Shakhovskoy +Shakhnazarov +Shakur +Shakura +Shakashvili +Shakir +Shakpoke +Shaktawat +Shah +Shahaf +Shahalia +Shahbazi +Shahbazian +Shahid +Shahidi +Shahnawaz +Shahwani +Shahzad +Shan +Shand +Shandro +Shanahan +Shane +Shanker +Shanley +Shanmugam +Shannon +Shanzay +Shapira +Shapiro +Shapp +Shapps +Shapcott +Shapero +Shapleigh +Shaposhnikov +Shaps +Shaw +Shawkat +Shawki +Shaw-Lefevre +Shawcross +Shawe +Shawish +Shawn +Shabalala +Shabalin +Shabanov +Shabat +Shabazz +Shablenko +Shaburidze +Shaler +Shalev +Shalikashvili +Shalit +Shala +Shallenberger +Shamanov +Shamasastry +Shamblin +Shamdasani +Shamsi +Shafarevich +Shafer +Shafran +Shafto +Shata +Shatalov +Shatner +Shatsky +Shackleton +Shackley +Shackel +Shaaban +Shaarawy +Shagin +Shagwell +Shaihullin +Shastin +Shastri +Shavdatuashvili +Shave +Shaye +Shayne +Shadrin +Shao +Shi +Shirakata +Shirakawa +Shirakura +Shiras +Shirasaki +Shiraishi +Shiranui +Shirayanagi +Shirazi +Shirokov +Shiroo +Shirota +Shirow +Shiroyama +Shirk +Shirke +Shirko +Shires +Shiriagari +Shirley +Shiryaev +Shima +Shimamiya +Shimamoto +Shimamura +Shimakawa +Shimaki +Shimabukuro +Shimahara +Shimatani +Shimazaki +Shimoda +Shimomura +Shimony +Shimotsuki +Shimoyanagi +Shimeliovich +Shimizu +Shimko +Shimmin +Shimura +Shin +Shinde +Shinder +Shindler +Shindō +Shiner +Shines +Shinoda +Shinohara +Shintaku +Shintani +Shinwari +Shinwell +Shinzaki +Shinzawa +Shinbo +Shinjō +Shinseki +Shiba +Shibahara +Shibamura +Shibasaki +Shibata +Shibazaki +Shibutani +Shibuya +Shibley +Shigematsu +Shigemitsu +Shigeno +Shigenobu +Shigeta +Shigetaka +Shigihara +Shishido +Shishikura +Shishkin +Shishkov +Shishani +Shishlov +Shilder +Shiller +Shilov +Shilts +Shioda +Shiota +Shioya +Shiozawa +Shipley +Shipp +Shipulin +Shipway +Shiihara +Shiina +Shiizaki +Shitole +Shitrit +Shittu +Shiflett +Shifrin +Shivers +Shivute +Shield +Shihomi +Shikolenko +She +Sherwani +Sherwell +Sherwin +Sherwood +Sheridan +Sherif +Sheringham +Sheran +Sherf +Shergin +Sherk +Sherley +Sherman +Sherrill +Sheard +Shearer +Shearman +Shearsmith +Sheahan +Shealy +Shepherd +Shepherd-Barron +Shepherdson +Shepheard +Shepitko +Shepperson +Sheehan +Sheehy +Sheels +Sheeran +Sheets +Sheller +Shelley +Shelby +Sheldon +Shelmerdine +Shevchenko +Shevchik +Shevchuk +Shevardnadze +Shevtsov +Shen +Shengelia +Shenoy +Shenson +Shett +Shetty +Shetekauri +Sheth +Sheheen +Shehhi +Shehu +Shein +Sheinberg +Sheinwold +Sheffer +Sheffield +Shestakov +Shestov +Sheuchyk +Sheung +Shew +Shewell +Shedd +Sheotahul +Sheyko +Sho +Shor +Short +Short Bull +Shorten +Shortt +Shore +Shorey +Shorris +Shorrock +Shorakhmedov +Shoemaker +Shoemark +Shoenberg +Sholes +Sholokhov +Shone +Shonekan +Shoobridge +Shoop +Shove +Shovelton +Showalter +Shown +Shoaff +Shockey +Shoda +Shojaei +Shome +Shotton +Shouse +Shust +Shuster +Shustikov +Shushan +Shubert +Shuberts +Shubin +Shukri +Shukuzawa +Shukvani +Shulgin +Shull +Shulman +Shumack +Shuman +Shumov +Shunk +Shunn +Shuteriqi +Shuttleworth +Shuang +Shuck +Shue +Shupe +Shurtleff +Shuvalov +Shrimal Jain +Shrimpton +Shrivastava +Shriver +Shridhar +Shrubb +Shrubsole +Shrum +Shrager +Shrapnel +Shroff +Shved +Shvedova +Shveitser +Shvelidze +Shvets +Shveytser +Shvartsman +Shchedrin +Shchekochikhin +Shchepkin +Shcherbachov +Shchetynsky +Shmelyov +Shmidt +Shnaider +Shneider +Shpilband +Shpis +Shwartz +Shwekey +Shyamalan +Shymko +Shēn +Shěn +Shō +Shōriki +Shkreli +Shtylla +Shèn +Sella +Sellar +Sellars +Seller +Sellers +Selley +Sellick +Sellier +Sellik +Sellæg +Selig +Seligsohn +Seligson +Seliger +Selimović +Selinger +Selander +Selanne +Selaković +Selden +Seldes +Seldte +Sele +Seler +Seleznyov +Selma +Selmanovic +Selmer +Selva +Selvaggi +Selvam +Selke +Selkirk +Selten +Seltzer +Selberg +Self +Selous +Selznick +Selçuk +Sergeyev +Sergeyeva +Sergeant +Sergeevsky +Sergei Yudin +Sergison +Sergo +Serafin +Serafino +Serafinowicz +Serafini +Serano +Serra +Serrano +Serrat +Serre +Serry +Service +Servillo +Serviss +Servadei +Servais +Serebrennikov +Serebryakov +Sereda +Serezli +Seric +Serizawa +Seroka +Seron +Seru +Seruvakula +Serbelloni +Serhan +Serle +Serpellini +Serson +Sertorelli +Seal +Sealey +Sealock +Seals +Sealy +Searl +Searle +Searles +Searls +Searby +Seagal +Seager +Seagren +Seabrook +Seabury +Seacole +Seacrest +Seawell +Seawright +Seamer +Sean +Seaton +Seaver +Seay +Seidel +Seidell +Seiden +Seidenstücker +Seidl +Seidman +Seifer +Seifert +Seifzadeh +Seigel +Seigenthaler +Seigo +Seibert +Seibold +Seinfeld +Seinsoth +Seiler +Seip +Seitz +Seixas +Sen +Senghas +Senghor +Senger +Sengl +Sengoku +Sengupta +Seneca +Seneviratne +Senigaglia family +Senior +Senkevich +Senkálszky +Senn +Senna +Senter +Sentimenti +Senanayake +Sendler +Senf +Segal +Segalovich +Seganfredo +Segantini +Segar +Segato +Seger +Segerblom +Segers +Segert +Segel +Segev +Seghers +Seghizzi +Segraves +Segre +Segliņš +Segni +Seguer +Semenya +Semenyuk +Semenenko +Semenzato +Semedo +Semmel +Semmelrogge +Semmelweis +Semmes +Semmler +Seminario +Seminick +Semionova +Semaan +Semak +Sembratovych +Semler +Semon +Semple +Sey +Seyferth +Seyffarth +Seyfi +Seyfried +Seys +Seyss-Inquart +Seybold +Seydel +Seyha +Seyler +Seymour +Seyon +Seyrès +Seyß-Inquart +Seelman +Seelmann +Seely +Seelye +Seeldraeyers +Seeley +Seeliger +Seeger +Seegrist +Seebohm +Seeck +Seed +Seeney +Seerla +Sett +Setters +Settles +Setton +Setty +Seto +Seton +Seton-Watson +Setola +Setchell +Sethna +Setiadi +Setzer +Severin +Severini +Severov +Severson +Seveali'i +Sevela +Sevareid +Sevastyanov +Sevgi +Sevim +Sevruguin +Seck +Seckbach +Secker +Seckford +Secchi +Secco +Sechrest +Secrest +Secter +Sedlaczek +Sedlak +Sedláček +Seddio +Seddon +Sedaris +Sedgwick +Sedney +Sedov +Sekifu +Sekiguchi +Sekihara +Sekimoto +Sekine +Sekiraqa +Sekula +Sekulić +Seksaria +Seo +Seon +Seong +Seoane +Seok +Seol +Sepp +Seppä +Seppälä +Seppänen +Seppelt +Sepúlveda +Sebelius +Sebeok +Sebestyén +Seba +Sebastian +Sezen +Sezer +Sezgin +Seznec +Sehlman +Sehlmann +Sehgal +Sessions +Sessler +Sesay +Sejdiu +Sejna +Sewall +Seward +Sefolosha +Seubert +Sexton +Si +Sim +Simo +Simon +Simone +Simonet +Simonetti +Simoneau +Simons +Simonsen +Simonson +Simonsson +Simoni +Simonin +Simonis +Simonon +Simonov +Simonyan +Simonyi +Simon Heere Heeresma +Simoncelli +Simonds +Simonnet +Simolke +Simopoulos +Simović +Simmel +Simmerman +Simmonds +Simmons +Simmler +Simionato +Simionescu +Simister +Simić +Simeon +Simeoni +Simenon +Sima +Simarro +Simkin +Simkins +Simpkins +Simpson +Sims +Simson +Simberg +Simcox +Simrock +Simões +Silver +Silverberg +Silverman +Silverstein +Silverton +Silvestri +Silvestrini +Silvestre +Silvestro +Silveira +Silva +Silva Oliveira +Silva Pereira +Silvani +Silvanus +Silviatti +Silber +Silberbauer +Silberer +Silbergeld +Silberman +Silberstein +Silbaugh +Silar +Silarz +Silaghi +Silantyev +Silayev +Sillah +Sillence +Silliman +Sillman +Silka +Silke +Silkin +Siloti +Silovs +Silcock +Silesius +Silfverstrand +Siltamäki +Silyutin +Siebenhaar +Siebenhandl +Siebeck +Siebert +Siebold +Siegbahn +Siegel +Siegler +Siegmeister +Siegrist +Sierakowska +Sierakowski +Sierakowsky +Sierra +Siever +Sievers +Sievinen +Sievwright +Siefert +Sieff +Siefke +Siemens +Siemonek +Sieniawski +Sienkiewicz +Sielecki +Sietas +Siewert +Singh +Singhai +Singhal +Singer +Singerman +Singri +Singson +Sinkovits +Sinkovitz +Sinković +Sinkeldam +Sinkevičius +Sindelar +Sinden +Sindhi Shaikh +Sinaloa +Sinclair +Sinfield +Sinha +Sinibaldi +Sinnott +Sintim +Sinzendorf +Sinđelić +Siddiqui +Siddon +Siddons +Siddaramayya +Siddqiue +Sidorczuk +Sidorenko +Sidorov +Sidon +Sidoti +Sidamonidze +Sidamonishvili +Sidamon-Eristavi +Siday +Sidibe +Sidibé +Sidebottom +Sidney +Sidqi +Sidran +Sigurðardóttir +Sigurðarson +Sigurðsson +Sigurdson +Sigurdsson +Signor +Signorelli +Signoret +Signorile +Sigalet +Sigei +Sigfússon +Sighvatsson +Sigler +Sigman +Sigsworth +Sisson +Sissons +Sissoko +Sisask +Sisay +Sisler +Sisley +Sistla +Sistrunk +Sise +Sisinis +Sisk +Sisodia +Sisulu +Sirois +Sirokay +Sirola +Sirota +Siri +Sirianni +Sirico +Sirel +Siren +Sir Gilbert Scott +Sirkin +Sirmais +Sirtis +Sibthorp +Sibthorpe +Sibanda +Sibbern +Sibelius +Sibille +Sibley +Sibour +Sibrand +Sibul +Sichi +Sichinava +Sicard +Sice +Sicignano +Sickel +Sikora +Sikorsky +Sikdar +Sikes +Sikka +Sikma +Sitara +Sithole +Sitnikov +Sitton +Sitwell +Sihvola +Sihvonen +Sihanouk +Sihler +Sivertsen +Sivewright +Sivaraman +Sivori +Siikaniemi +Siikavirta +Siirala +Size +Sizemore +Sizonenko +Siong +Sionko +Siqueira +Siqueiros +Six family +Sixsmith +Siasia +Sijerčić +Sipowicz +Siudek +Siwiec +Siôn +Solo +Soloveitchik +Solovey +Solovyov +Sologashvili +Sologub +Solomatin +Solomin +Solow +Soloway +Solana +Solano +Solari +Solarz +Solaita +Solak +Solazzi +Soler +Soleri +Soleil +Soleja +Solem +Soley +Solbakken +Solberg +Soldati +Soldatov +Solti +Soltis +Solh +Soliman +Sollers +Solé +Southward +Southwell +Southwick +Southworth +Souther +Southern +Southey +Southall +Southard +Southby +Southgate +Southorn +Soutar +Souter +Souttar +Souchon +Soucy +Soulier +Soulsby +Soudek +Soukup +Soundararajan +Sousa +Souček +Sobolewska +Sobolewski +Sobolewsky +Sobolewicz +Sobolev +Sobolevsky +Sobotka +Sobotta +Sobociński +Soboyejo +Sobczak +Sobczyk +Sobchenko +Sobel +Sobelsohn +Soberón +Sobiech +Sobieski +Sobalvarro +Sobral +Sommer +Sommerfeld +Sommerfeldt +Sommerfelt +Sommerer +Sommers +Sommaruga +Somervell +Somerville +Somervuori +Somers +Somorjai +Somorjay +Somogyi +Somov +Sombogaart +Somby +Somayajulu +Somner +Son +Song +Songaila +Songok +Sonnenfeld +Sonnenschein +Sonnleithner +Sonoda +Sonohara +Sonozaki +Sondes +Sondheim +Sontag +Sonti +Sones +Soni +Sonko +Sonsale +Sonzogno +Sorensen +Sorenson +Sorel +Sores +Sorokin +Soros +Sorotzkin +Soroush +Sorabji +Sorayama +Soriano +Sorimachi +Sorkin +Sorkočević +Sorrentino +Sorrillo +Sorby +Sorgdrager +Sorley +Sokol +Sokolov +Sokolović +Sokoloff +Sokolow +Sokolsky +Sokk +Sokullu +Sosna +Sosnowski +Sostre +Sostre origin +Sosa +Sosenko +Soshenko +Soo +Soomekh +Soomro +Sood +Soosaar +Soot +Sotnieks +Sotnikov +Soto +Sotomayor +Sothern +Sotirović +Soyeda +Soyer +Soysal +Soysert +Soybelman +Soyinka +Sohl +Sohlberg +Sohlman +Sohm +Sohn +Sowell +Sowerby +Sowa +Sowiński +Sowunmi +Sodano +Soderbergh +Sodhi +Sodré +Soame +Soane +Soares +Soejima +Soentgerath +Soerensen +Socarides +Sochaczewski +Sofer +Sofuoğlu +Soga +Soglo +Soper +Sopp +So'oialo +Soi +Sojka +Sozanska +Soós +Spear +Speare +Spearing +Spearman +Spearritt +Spears +Speake +Speakman +Speace +Speal +Speas +Sperafico +Speransky +Sperl +Sperling +Spero +Speroni +Sperber +Sperger +Sperry +Speck +Specker +Speckmann +Specter +Spector +Specht +Speir +Speirs +Speicher +Speidel +Speier +Speight +Spence +Spencer +Spener +Spengler +Spenn +Spenser +Speed +Speek +Speelman +Speer +Speese +Speller +Spellerberg +Spellman +Spelman +Spedding +Spedicato +Speth +Spevak +Spezialetti +Spani +Spanier +Spanić +Spanghero +Spangler +Spann +Spanner +Spanarkel +Spanbauer +Sparre +Sparrow +Sparry +Sparkes +Sparks +Sparber +Spargo +Sparling +Sparv +Sparwasser +Spallanzani +Spalletti +Spalding +Spalter +Spagnola +Spagnolo +Spagnuolo +Spacek +Spackman +Spaemann +Spaeth +Spahn +Spahr +Spaulding +Spautz +Spaanderman +Spadaccini +Spafford +Spain +Spake +Spasojević +Spate +Spindel +Spindelegger +Spindler +Spinell +Spinelli +Spinetti +Spinola +Spinosi +Spinoza +Spink +Spinks +Spinrad +Spiegel +Spiegelberg +Spiegelmann +Spiegl +Spiegler +Spielberg +Spielmann +Spielrein +Spies +Spiess +Spiers +Spiller +Spillman +Spiliotopoulos +Spilman +Spilsbury +Spiridonov +Spiridovich +Spirig +Spira +Spiro +Spicciati +Spicer +Spickernell +Spitz +Spitzer +Spiteri +Spike +Spikes +Spijkers +Spisak +Spivak +Sproul +Sproule +Sprouse +Sprout +Sproat +Sprot +Springborn +Springer +Springsteen +Spriggs +Spruance +Spruell +Spruill +Sprunger +Sprat +Spratly +Spranger +Sprecher +Sprengel +Sprewell +Spry +Spooner +Spoonhour +Sporel +Sportelli +Spoelstra +Spofford +Spohr +Spoliansky +Spurlock +Spurrell +Spurway +Spheeris +Spyropoulos +Spörl +Su +Sun +Sunde +Sunderam +Sundermann +Sundiata +Sundin +Sundstedt +Sundström +Sunday +Sundberg +Sundman +Sundqvist +Sunahara +Sunakawa +Sunara +Sunay +Sunohara +Sunouchi +Sungenis +Sunter +Sunyaev +Suttle +Suttles +Sutton +Suttor +Sutter +Suttie +Suter +Sutermeister +Suthar +Sutherland +Sutor +Sutovsky +Sutcliffe +Sutkus +Sutphin +Sutro +Sutzkever +Surman +Surmann +Surmacz +Suravaram +Suray +Surkis +Surkov +Surcouf +Surdu +Surgenor +Suri +Surratt +Surtees +Suruagy +Suryadevara +Sugimoto +Sugimura +Sugibayashi +Sugii +Sugisaki +Sugiura +Sugiyama +Sugano +Suganuma +Sugarman +Sugawara +Sugaya +Sugeno +Sugrue +Summer +Summerskill +Summerson +Summerall +Summerfield +Summerhayes +Summa +Summanen +Summons +Sumiyaabazar +Sumiyoshi +Sumeragi +Sumner +Sumru +Sullavan +Sullenberger +Sullinger +Sultan +Sultanov +Sulzberger +Sulzer +Sulcas +Suleiman +Sulivan +Suljaković +Sulkin +Sulman +Sussenguth +Susskind +Sussman +Susann +Susarla +Suslin +Susloparov +Suschitzky +Susilo +Suster +Suderman +Sudermann +Sudek +Sudhakar +Sudhapalli +Suddeth +Sudre +Sudworth +Sukenick +Sukenik +Suker +Sukhoi +Sukhorukov +Sukhishvili +Sukumaran +Suppe +Suppelsa +Suppé +Superchi +Superville +Supka +Suprun +Suchard +Sucharda +Suchet +Sucaet +Suciu +Suckow +Subari +Subbayya +Subercaseaux +Subotić +Subramaniam +Suehiro +Suekichi +Suell +Suetin +Suhr +Suhrbier +Suhren +Suomalainen +Suominen +Suozzi +Suzuki +Suzuoki +Suzaki +Suardo +Suarez +Sui +Suiter +Suvari +Suvorov +Suwa +Suwara +Sušil +Sušić +Suutari +Suárez +Skorobogatov +Skoropadskyi +Skornyakov +Skorzeny +Skoubo +Skoumal +Skousen +Skowron +Skowronek +Skowroński +Skolem +Skolnick +Skov +Skovoroda +Skoblyakov +Skoglund +Skoko +Skoog +Skoyles +Skořepa +Skiba +Skibbe +Skibell +Skibine +Skilling +Skillings +Skillern +Skilton +Skipper +Skipwith +Skidmore +Skinner +Skirrow +Skivington +Skrzypczak +Skrzypek +Skrzynecki +Skraastad +Skrastiņš +Skrimshire +Skrine +Skrela +Skrmetta +Skrovan +Skrynnik +Skeel +Skeels +Skerrett +Skertchly +Skeat +Skeggs +Skeie +Skele +Skey +Skutch +Skutnik +Skutsch +Skubiszewski +Skujytė +Skupień +Skurla +Skall +Skalski +Skancke +Skanes +Skarbek +Skarsgård +Skjellerup +Skjervheim +Skjæggestad +Skjærpe +Skjoldbjærg +Skácel +Sköld +Skúlason +Sklar +Sklenář +Skye +Skyler +Skvortsov +Skwierczyński +Szakolczai +Szakály +Szalai +Szalay +Szaniawski +Szanwald +Szatkowska +Szatkowski +Szabó +Szajnocha +Szamuely +Szarabajka +Szasz +Szep +Szepan +Szeps +Szemerenyi +Szemerényi +Szenes +Szentessy +Szekeres +Szell +Szervánszky +Szewczyk +Szymanek +Szymanowski +Szymański +Szymczak +Szymczyk +Szymborska +Szymkowiak +Szyller +Szylling +Szylarz +Szyslak +Szczepaniak +Szczepanik +Szczepanowska +Szczepanowski +Szczepański +Szczeklik +Szczerbiak +Szcześniak +Szczygło +Szczęsny +Szilágyi +Szilárd +Sziler +Sziller +Szidon +Sziklai +Szisz +Szold +Szolkowy +Szollosi +Szondi +Szondy +Szohr +Szokol +Szántó +Szávay +Székely +Szép +Szmajdziński +Szmuk +Szmyd +Szlezák +Szluka +Szpakowski +Szpilman +Szulc +Szuminski +Szőcs +Szűcs +Szklenár +Sztraka +Szwarc +Swan +Swanston +Swanstrom +Swanson +Swanenburg +Swanepoel +Swanberg +Swannell +Swanton +Swart +Swartz +Swartzwelder +Sward +Swarovski +Swarup +Swarz +Swain +Swaine +Swaim +Swaddon +Swados +Swasey +Swash +Swafford +Swahn +Swales +Swatosch +Swayze +Sweet +Sweets +Sweetser +Sweet-Escott +Sweeten +Sweeting +Sweetman +Sweetzer +Sweeney +Sweeny +Sweezy +Swete +Swett +Sweynheim +Sweynsson +Sweatman +Swedenborg +Swenson +Swerling +Swindell +Swindle +Swinnerton +Swinney +Swinburne +Swinfen +Swingland +Swinson +Swinton +Swire +Swirsky +Swift +Swisher +Swope +Swynnerton +Slavin +Slaven +Slavenska +Slavnov +Slavíček +Slate +Slaten +Slater +Slatter +Slattery +Slatkin +Slawick +Slawik +Slawson +Slabber +Slabinac +Slade +Sladek +Slanning +Slansky +Slager +Slauerhoff +Slonimski +Slonimsky +Slonczewski +Slocombe +Slocumb +Slotemaker +Slotkin +Slowey +Slowik +Sloan +Slodowy +Sloman +Slosson +Sloudnov +Slovák +Sleigh +Sleight +Sleiman +Slesser +Slessor +Slesinger +Sledge +Slepian +Slezak +Slijepčević +Slijngard +Slim +Slimani +Slifkin +Slight +Slingsby +Slipher +Sludden +Sluka +Slutsky +Sly +Sládkovič +Smit +Smith +Smithe +Smither +Smitherman +Smithers +Smith-Dorrien +Smithies +Smithson +Smithwick +Smithyman +Smits +Smitsman +Smiley +Smiljanić +Smillie +Smirke +Smirnov +Smet +Smethurst +Smetona +Smets +Smeds +Smedsaas +Smedinghoff +Smeltz +Smeltzer +Smellie +Smeekens +Smeets +Smeaton +Smekal +Smeyers +Smolin +Smolinski +Smolarek +Smolenskin +Smoljak +Smollett +Smoker +Smokler +Smorenberg +Smout +Small +Smallen +Smallens +Smalley +Smallcombe +Smalls +Smale +Smart +Smathers +Smyly +Smyslov +Smyth +Smrek +Smrz +Smulders +Smurfit +Smárason +Smør +Söderberg +Södergren +Söderholm +Söderlund +Söderqvist +Sözen +Sözgelmez +Sökmen +Söllner +Sönmez +Sörenstam +Sá +Sábat +Sábato +Sáblík +Sáblíková +Sádecký +Sáenz +Sánchez +Sæterbakken +Sæterhaug +Sæther +Sættem +Sæbøe +Sælthun +Sélincourt +Sélys Longchamps +Sénarmont +Sévigny +Sørensen +Sørlie +Sørnes +Søndergaard +Süleymanoğlu +Sümer +Süß +Sânmărtean +Sämann +Sågbom +Sène +Sólyom +Súilleabháin +Sýkora +Symon +Symonds +Symonenko +Symons +Symanowsky +Syme +Symington +Sylve +Sylvester +Sylvestre +Sylbert +Sylla +Sydor +Sydorenko +Sydow +Synek +Synge +Synnot +Sykes +Sykora +Syrup +Syrén +Syberberg +Sychyov +Syed Ali +Syomin +Sypniewski +Sysoyev +Syutkin +Syverson +Syzmanowski +Snedden +Sneddon +Snelgrove +Snell +Snead +Sneevliet +Sneh +Sneijder +Snejbjerg +Sneyd +Snow +Snowden +Snowdon +Snodgrass +Snodgress +Snoek +Snider +Sniderman +Snip +Snipes +Snijders +Snyder +Snyders +Snyman +Snurnitsyn +Sverre +Sverresson +Sverrisson +Sverkerson +Sverkersson +Sverdlov +Svendsen +Svensson +Sveinsson +Sveshnikov +Sveum +Svane +Svanidze +Svanström +Svavarsson +Svärd +Svätojánsky +Svárovský +Sviridov +Sviták +Svoboda +Svyatopolk-Mirsky +Svěrák +Sjöstrand +Sjöström +Sjöberg +Sjödin +Sjögren +Sjöholm +Sjölander +Sjöman +Sjöqvist +Sjöwall +Sjøqvist +Sjøwall +Sjaastad +Sjugirov +Sridhar +Sridhara +Srichaphan +Srinivasan +Srdinko +Srdić +Srdínko +Sretenović +Sroka +Sršeň +Sbragia +Sbruzzi +Sbaraglia +Sberna +Sgambati +Sgambato +Sgouros +Sgrena +Squire +Squires +Squier +Sławik +Słonimski +Sō +Săftoiu +Săsăran +Sforno +Ma +Mac Amhalaidh +Mac Amhalaí +Mac Amhalghadha +Mac Amhalghaidh +Mac Amhlaoibh +Mac Amhlaoibh and Mac Amhalghaidh +Mac Alastair +Mac Alastruim +Mac Alasdair +Mac Alsandair +Mac Aodhagáin +Mac Con Iomaire +Mac Con Midhe +Mac Coitir +Mac Craith +Mac Críodáin +Mac Cathmhaoil +Mac Cuilinn +Mac Cába +Mac Giolla +Mac Giolla Chuda +Mac Giolla Mhochuda +Mac Giolla Seanáin +Mac Gafraidh +Mac Sitric +Mac Siúrtáin +Mac Scannláin +Mac Somhairle +Mac Suibhne +Mac a' Chruiteir +Mac a' Ghobhainn +Mac an Bhaird +Mac an Iomaire +Mac Dela +Mac Diarmata +Mac Domangairt +Mac Eacháin +Mac Echdach +Mac Eoin +Mac Fheargail +Mac Fhirbhisigh +Mac Fhlannchaidh +Mac Raghnaill +Mac Raonaill +Mac Rághnaill +Mac Leóid +Mac Lochlainn +Mac Maoláin +Mac Murchadha +Mac Oitir +Mac Ospaic +Mac Brádaigh +Mac Néill +Mac Torcaill +Mac ind Óclaich +Mac Íomhair +Mack +Macken +Mackenroth +Mackenrott +Mackenzie +Mackel +Mackelaitė +Mackell +Mackevič +Mackevičius +Mackevičs +Mackereth +Mackerras +Mackeson +Mackesy +Mackeben +Mackle +Mackler +Mackleworth +Mackley +Macklin +Mackling +Macklovitch +Macklowe +Mackin +Mackinder +Mackinolty +Mackie +Mackiewicz +Mackillop +Macko +Mackowski +Mackowycz +Mackovic +Mackail +Mackall +Mackay +Mackney +Macknowski +Mackrel +Mackrides +Macksey +Mackswith +Mackfall +Mackmin +Macky +Mach +Machabeli +Machado +Machajewski +Macharia +Machata +Machavariani +Machaín +Macher +Macherey +Macheda +Machel +Machen +Machi +Machin +Machingal +Machia +Machida +Machoud +Machovcak +Machura +Machutadze +Macháček +MacCabe +MacCaibe +MacCallum +MacCauley +MacCawley +MacColl +MacCormick +MacCloud +MacCrimmon +MacCàba +Macready +Macredie +Macree +Macrez +Macrossan +Macrow +Macrozonaris +Macri +Macrides +Macrada +MacLelan +MacLellan +MacLeish +MacLeod +MacLeòid +MacLachlan +MacLaine +MacLane +MacLaren +MacAulay +MacAuley +MacAuliffe +MacAlasdair +MacAlley +MacAmhalghaidh +MacArthur +MacAskill +MacGaffin +MacGahan +MacGavin +MacGregor +MacGriogair +MacGibbon +MacGowan +MacKinlay +MacKinley +MacKinnon +MacKichan +MacKillop +MacKendrick +MacKenna +Maciejewska +Maciejewski +Maciejowski +Maciel +Macias +Macijauskas +Maciocia +Macomb +Macomber +Macon +Maconie +Macotelo +Macourek +Macovei +MacDonald +MacDonell +MacDougall +MacDermot Roe +MacDermott +MacDiarmid +MacEachainn +MacEacharn +MacEachen +MacEachern +MacEachin +MacEwen +MacNeil +MacNeill +MacNeille +MacNeal +MacNicol +MacNutt +Macara +Macarencu +Macalister +Macan +Macapagal +Macaulay +Mace +Macedo +Macedonian Onomastics +Macedonski +Macellariu +Maceo +Maclagan +Maclang +Maclaurin +Maclin +Macliver +Maclurcan +MacMahon +MacManus +MacMenamin +MacMhuirich +MacMichael +Maculan +Maculewicz +Macurdy +Macurová +Macuga +MacFarland +MacFarlane +MacFarquhar +MacFadyen +Maccanico +Maccari +Maccioni +Maccoby +MacPhail +MacPhee +MacPhie +MacShane +MacSharry +MacSwiney +Macdonald +Macdowall +Macdissi +Macq +Macqueen +Macquet +MacBrien +MacBryde +MacIntyre +MacIsaac +MacQuarrie +MacQueen +MacTaggart +MacTavish +Macfarren +Macfie +Macnaghten +Macnaughtan +Macy +Macypura +MacVeagh +MacWilliams +Macpherson +Macwan +Marc +March +Marchena +Marchenko +Marchetti +Marchetto +Marchesi +Marchand +Marchant +Marchal +Marchi +Marchinsky +Marchisio +Marchuk +Marcinkevičienė +Marcinkevičius +Marcinkevičiūtė +Marcinkiewicz +Marcinkowski +Marciniak +Marciniszyn +Marciano +Marcone +Marconi +Marconnet +Marcolin +Marcolini +Marcotte +Marcovici +Marcel +Marcelli +Marcello +Marcelino +Marceau +Marcus +Marcuse +Marcussen +Marcucci +Marcum +Marcano +Marcato +Marck +Marcks +Marczak +Marczewski +Martin +Martine +Martinelli +Martinello +Martineau +Martinec +Martinek +Martinescu +Martino +Martinović +Martins +Martinson +Martinaitis +Martinheitz +Martini +Martinů +Marticorena +Martirosyan +Martić +Marte +Martel +Martell +Martelli +Martelly +Marten +Martens +Marty +Martyniuk +Martynov +Martyshchuk +Martain +Martland +Martucci +Martz +Martínez +Marin +Marinelli +Marinello +Marinescu +Marinko +Marinković +Marino +Marinov +Marinangeli +Marinho +Marini +Marian +Mariani +Mariano +Mariash +Maris +Marisnick +Mariñelarena +Mariño +Marichal +Marielle +Mariko +Mariles +Marimuthu +Mariot +Maritschnigg +Marius +Marić +Mark +Marko +Markov +Markovics +Marković +Markovski +Markovsky +Markowska +Markowski +Markowitz +Markopoulos +Markelov +Markevičius +Markey +Marks +Markson +Markström +Markakis +Markarian +Markkanen +Markkula +Markgraf +Markham +Markiewicz +Marklund +Markman +Markussen +Markwell +Margulies +Margulis +Margules +Marguier +Marguč +Margary +Margaryan +Margaritis +Margalit +Margenthaler +Margesson +Margetson +Margolies +Margolin +Margolis +Marglin +Margvelashvili +Mars +Marsh +Marshal +Marshall +Marshak +Marsham +Marshburn +Marshman +Marsigli +Marsili +Marsters +Marston +Marsalis +Marsden +Marson +Marsus +Mara +Marangon +Marangoni +Marangou +Marano +Maraini +Maraire +Marais +Maras +Marashi +Maracle +Maradona +Maraj +Marathe +Marazzi +Marot +Maroto +Marotta +Marolf +Marolt +Maron +Maroney +Marovitz +Marović +Marohnić +Marojević +Maroon +Marosi +Maroulis +Marowitz +Marzoli +Marzorati +Marzouki +Marzano +Marzara +Marzec +Marzel +Marzulli +Marzullo +Marenco +Marentette +Mares +Maresca +Maret +Marett +Marek +Mareš +Marr +Marrin +Marriner +Marriott +Marrone +Marroquín +Marrack +Marrs +Marleau +Marler +Marley +Marlin +Marlière +Marlatt +Marlowe +Maru +Maruya +Maruyama +Maruo +Maruri +Marusek +Marušič +Mardam-Bey +Mardanshin +Mardoian +Mardon +Marden +Mardin +Marnell +Marner +Marnet +Marney +Marni +Marquardt +Marquart +Marquet +Marquez +Marwan +Marwazi +Marwick +Marwitz +Marmion +Marmot +Marveggio +Marvel +Marx +Marxuach +Maryam +Maryamaweet +Marber +Marha +Marjanović +Marples +Marçal +Marčiulionis +Man +Mandel +Mandelbaum +Mandelbrot +Mandelson +Mandelstam +Mandela +Mandelkern +Mandell +Mander +Manders +Manderson +Mandadapu +Mandal +Mandarić +Mandl +Mandlik +Mandlíková +Mandumpala +Manduzio +Mandušić +Mandrell +Mandrillon +Mandić +Mandorlini +Mann +Manning +Manninger +Manningham +Manninen +Mannino +Mannion +Manne +Manner +Mannering +Manners +Mannes +Mannheim +Mannheimer +Mannhardt +Mannah +Mannava +Manso +Mansouri +Mansourian +Manson +Mansor +Mansel +Mansell +Manser +Mansergh +Mansaray +Mansfield +Mansker +Mansur +Mansveld +Mangan +Manganelli +Mangano +Manga Bell +Mangal +Mangel +Mangels +Mangubat +Mangum +Mangiante +Mangjeol +Mangold +Mani +Mani Iyer +Mania +Manik +Manin +Manion +Manis +Manitta +Manougian +Manoukian +Manoury +Manoogian +Manookian +Manocchio +Manojlović +Manole +Manos +Mantega +Mantel +Manteuffel +Mantovani +Mantovano +Mantchev +Mantia +Mantle +Mantzaris +Manabe +Manahan +Manako +Manalo +Manatsu +Manaudou +Mance +Manceau +Manchu +Manchukonda +Mancini +Mancuso +Mankiewicz +Mankiewicz family +Mankiller +Mankoff +Mankowska +Mankad +Mane +Manea +Manes +Manetas +Manević +Manzullo +Manzur +Manzano +Manzetti +Manzoni +Manfredi +Manfredini +Manfrin +Manley +Manlove +Manly +Manucci +Manuel +Manukyan +Manby +Manheimer +Manjani +Manvelishvili +Manwaring +Mattera +Mattern +Matterson +Mattei +Matteis +Matteau +Matteo +Matteson +Matteuzzi +Matthew +Matthews +Matthewson +Matthes +Mattheussens +Matthiessen +Matthieu +Matthysse +Mattioli +Mattioni +Mattison +Mattisson +Mattila +Mattingly +Mattock +Mattoo +Mattox +Mattozzi +Matta +Mattarnovy +Mattson +Mattsson +Mattrick +Mather +Matheron +Mathers +Mathew +Mathews +Mathewson +Mathesius +Matheson +Matheny +Matheus +Mathies +Mathiesen +Mathieson +Mathieu +Mathis +Mathisen +Mathison +Mathias +Mathiasen +Mathijsen +Mathai +Mathauda +Mathson +Mathur +Matsumae +Matsumoto +Matsumura +Matsunae +Matsunaga +Matsuno +Matsubara +Matsubayashi +Matsukata +Matsuki +Matsuo +Matsuoka +Matsushige +Matsushita +Matsuya +Matsuyama +Matsuda +Matsugae +Matsui +Matsutoya +Matsuura +Matsuzaka +Matskevich +Matson +Matison +Matisons +Matisse +Matijasevic +Matijević +Matilainen +Matin +Matiyasevich +Matić +Matusiak +Matusiwa +Matusz +Matuszny +Maturana +Maturo +Matuška +Matei +Matejko +Mateo +Mateparae +Materazzi +Mates +Matos +Matossian +Matouš +Matoušek +Maton +Matović +Mata +Matarazzo +Mataré +Matalon +Matas +Matković +Matkowski +Matranga +Matraxia +Matchett +Matlack +Matveyev +Matykiewicz +Matzourakis +Matías +Matějovský +Matō +Mal +Malla +Malladi +Mallalieu +Mallampalli +Mallard +Mallet +Mallett +Mallette +Malleson +Malley +Mallon +Mallory +Malloth +Malloy +Mallinson +Mallwitz +Mallya +Malkov +Malkovitch +Malkovitz +Malkovich +Malkova +Malkovych +Malkowicz +Malkowitz +Malki +Malkin +Malkals +Malm +Malmsteen +Malmsten +Malmstrom +Malmquist +Malmqvist +Malmberg +Malmgren +Malmkvist +Malmuth +Malakar +Malakhov +Malarchuk +Malarek +Malacarne +Malamud +Malan +Malatesta +Malavasi +Malik +Malik Jat clan +Malik clan +Malinovsky +Malinowski +Malinga +Maliagros +Malipiero +Maliqi +Male +Malek-Jones +Maleki +Maleev +Maler +Malet +Malevich +Maley +Malone +Maloney +Malori +Malorie +Malofeyev +Malou +Malov +Maloyan +Malte +Maltese +Maltais +Maltby +Malthouse +Maltsev +Maldini +Maldiyal Mughal +Maldacena +Maldera +Maldonado +Malgham +Malghum +Malgaj +Malgioglio +Malcolmson +Malcomson +Malczewski +Malherbe +Malhiot +Malhotra +Malpas +Malpass +Malépart +Malý +Malbon +Malfatti +Maljković +Malusare +Malveaux +Malyshko +Mas +Mass +Massi +Massing +Massingberd +Massinger +Massine +Massiah +Massiah-Jackson +Massimo +Massimo family +Massie +Massignan +Massiliensis +Massa +Massara +Massaro +Massart +Massalongo +Massalski +Massad +Massanet +Massaquoi +Massenet +Massengill +Masser +Masseron +Masselot +Massey +Masson +Massumi +Massé +Mastroianni +Mastromarino +Mastronardi +Masters +Masterson +Mastbaum +Mastin +Maston +Mascia +Masciarelli +Mascioletti +Mascarenhas +Mascolo +Masoud +Masoumi +Masoe +Masol +Mason +Masuchi +Masuda +Masuko +Masuo +Masur +Masai +Masamune +Masaoka +Masaryk +Masi +Masiello +Masing +Masiulis +Masefield +Maselli +Masetti +Maskell +Maskelyne +Maskaev +Maslo +Maslov +Maslennikov +Mashburn +Mashima +Maspero +Maspes +Masri +Masvidal +Magnaghi +Magnago +Magnani +Magnano +Magnat +Magnay +Magni +Magnier +Magnin +Magnitsky +Magnus +Magnussen +Magnusson +Magnuson +Magne +Magner +Magnes +Magnotta +Magalhães +Magallanes +Magan +Maganti +Magaddino +Magarašević +Magath +Mag Amhalghadha +Mag Amhalghaidh +Mag Máilin +Mag Shitric +Mag Íomhair +Magri +Magrini +Magris +Magrath +Magruder +Maggi +Maggio +Maggart +Magin +Maginn +Magić +Magomedov +Magoon +Magoulas +Magee +Mager +Maglevannaya +Magloire +Magboo +Maghalashvili +Magson +Magut +Mai +Main +Maine +Mainer +Maines +Maina +Mainali +Mainwaring +Mainzer +Maillard +Maillart +Maillefert +Mailloux +Mailer +Mailhot +Maisel +Maislinger +Maisnam +Maisuradze +Maibam +Maibaum +Maibohm +Maitra +Maitre +Maitland +Maidana +Maidanik +Maimon +Maimonides +Maia +Maier +Maifredi +Maij +Maikori +Maiorana +Mair +Maivia +Maiyo +Mahaffey +Mahaffy +Mahan +Mahaney +Maharaja +Maharammov +Mahadevan +Mahajan +Mahama +Mahawar Rajput +Mahon +Mahoney +Mahony +Mahood +Mahorn +Mahdavi +Mahdaviani +Mahdi +Mahlau +Mahler +Mahlum +Mahmoudi +Mahmoudieh +Mahmud +Mahieu +Mahinmi +Mahra clan +Mahrt +Maheshwari +Mahfouz +Mahut +Mahy +Mahé +Mazzola +Mazzolari +Mazzoli +Mazzolino +Mazzoleni +Mazzocchi +Mazzoni +Mazzotti +Mazza +Mazzanti +Mazzantini +Mazzaferro +Mazzarini +Mazzella +Mazzetti +Mazzini +Mazzuchelli +Maze +Mazel +Mazell +Mazeroski +Mazet +Mazur +Mazurek +Mazurkiewicz +Mazursky +Mazumdar +Mazanderani +Mazas +Mazo +Mazower +Mazloumi +Mazmanyan +Maki +Makins +Makinson +Makina +Makinwa +Makio +Makishima +Makiyama +Maksimov +Maksimova +Maksimović +Maksimenko +Maksymenko +Maksyuta +Maksakov +Makara +Makarenko +Makarov +Makau +Makeham +Makeléer +Makepeace +Makeyev +Makhmalbaf +Makhmutov +Makhlai +Makovsky +Makowski +Makgill +Makkar +Makris +Makur +Maddipoti +Maddison +Maddock +Maddox +Maddux +Maddy +Madeley +Madelung +Mader +Madero +Madec +Madejski +Madan +Madani +Madaras +Madariaga +Madge +Madgearu +Madgett +Madigage +Madin +Madison +Madoff +Madoka +Madrazo +Madritsch +Madsen +Madson +Madhunapantula +Madlener +May +Maye +Mayenburg +Mayer +Mayes +Mayevsky +Mayr +Mayr-Harting +Mayreder +Mayrhofer +Mayrisch +Maynard +Maynard Smith +Mayne +Maynes +Maybaum +Maybin +Maybury +Mayhar +Mayhew +Mayor +Mayorov +Mayall +Mayfield +Maykov +Maymin +Mayson +Maytag +Mayuzumi +Mayweather +Mauri +Maurice +Maurin +Maura +Maurantonio +Maurel +Maurer +Mauro +Mauroy +Maurseth +Maury +Maudslay +Maudsley +Maudling +Mauduit +Maugham +Maughan +Mauger +Maunder +Maunoury +Maunsell +Mauss +Mausser +Maule +Maupin +Mauzy +Majerle +Majerus +Majendie +Majewski +Majchrowski +Majchrzak +Majcen +Majid +Majidi +Majali +Majji +Majkowski +Majorana +Majstorović +Majumdar +Mamontov +Mamontovas +Mamoulian +Mamouni +Mamedov +Mameri +Mamet +Mammadbeyov +Mammadov +Mammoliti +Mamardashvili +Mamasakhlisi +Mamikonian +Mamić +Mamula +Maas +Maaseide +Maass +Maack +Maalouf +Maartmann +Maaten +Maazel +Mae +Maes +Maestlin +Maeckelberghe +Maeda +Maehata +Maekawa +Maengel +Maxim +Maxime +Maximov +Maxse +Maxson +Maxfield +Maxwell +Maffei +Maffeis +Maffett +Maffey +Maffucci +Mafela +Mawby +Mawdsley +Mawer +Mawhinney +Mawson +Mawuru +Maberly +Mabey +Mabley +Mabry +Maby +Maver +Maverick +Mavolo +Mavor +Mavrodi +Mačiulis +Mačvan +Mačys +Maćkowiak +Mađarić +Małachowski +Małysiak +Mašín +Maščinskas +Mažuranić +Maple +Mapletoft +Mapplethorpe +Maqdisi +Maquemba +Mao +Maïga +McCart +McCarten +McCarter +McCartie +McCartin +McCartan +McCarthy +McCartney +McCarty +McCarrel +McCarren +McCarrick +McCarrison +McCarroll +McCarron +McCarra +McCarry +McCard +McCardell +McCardie +McCardle +McCarvill +McCarville +McCarver +McCareins +McCarey +McCargo +McCarley +McCarney +McCary +McCall +McCalliog +McCallion +McCallie +McCallin +McCallister +McCalla +McCallan +McCallany +McCallen +McCallum +McCaleb +McCalebb +McCalman +McCalmon +McCaldon +McCalister +McCaughan +McCaughey +McCaughrean +McCaul +McCaulay +McCauley +McCausland +McCann +McCanny +McCance +McCandless +McCanlies +McCants +McCaffer +McCafferty +McCaffery +McCaffrey +McCaffrie +McCambridge +McCament +McCamlie +McCammon +McCamus +McCaskey +McCaskill +McCasland +McCaslin +McCashney +McCagg +McCague +McCahey +McCahill +McCaig +McCain +McCaw +McCawley +McCaa +McCabe +McCadam +McCatty +McCave +McCay +McConn +McConnell +McConneloug +McConnery +McConnochie +McConnohie +McConnon +McConnachie +McConnaughay +McConnico +McConaughey +McConaughy +McConaghy +McConalogue +McConathy +McConica +McConigley +McConkey +McConkie +McConvill +McConville +McCone +McConway +McCord +McCordic +McCorduck +McCorkell +McCorkindale +McCorkle +McCormac +McCormack +McCormick +McCorory +McCorquodale +McCorry +McCorvey +McColl +McColligan +McCollin +McCollister +McColley +McCollough +McCollum +McCole +McColeman +McColgan +McColm +McComb +McCombe +McCombes +McCombie +McCombs +McComas +McComiskey +McComsey +McCourt +McCourty +McCoury +McCoubrey +McCouch +McCoughtry +McCoun +McCoo +McCooey +McCook +McCool +McCosker +McCoskey +McCosh +McCowan +McCowen +McCown +McCoist +McCoppin +McCotter +McCoy +McClen +McClenaghan +McClenahan +McClendon +McClennan +McClellan +McClelland +McClellin +McClellion +McClearn +McCleary +McClean +McClement +McClements +McCleery +McCleister +McCleon +McClerkin +McClard +McClare +McClarkin +McClarnon +McClarty +McClary +McClair +McClairen +McClain +McClanaghan +McClanahan +McClatchey +McClatchy +McClafferty +McClamrock +McClaskey +McClay +McClure +McClurg +McClurkin +McCluskey +McClusky +McCluster +McClune +McClung +McCluggage +McCloud +McCloughan +McClory +McCloskey +McClover +McClowry +McCloy +McClintock +McClinton +McClintic +McCline +McClymont +McCree +McCreedy +McCreery +McCreesh +McCreet +McCreevy +McCrea +McCreadie +McCready +McCreary +McCreath +McCredie +McCreight +McCrery +McCracken +McCrackin +McCracklin +McCrane +McCraney +McCrank +McCrabbe +McCrady +McCrae +McCrary +McCraw +McCray +McCrossan +McCrossin +McCroskey +McCrorie +McCrory +McCrohan +McCrone +McCrow +McCrickard +McCrimmon +McCririck +McCrum +McCrumb +McCrudden +McCrystal +McCuller +McCullers +McCullen +McCulley +McCullouch +McCullough +McCulloch +McCulloh +McCullagh +McCullin +McCullum +McCully +McCurrach +McCurrie +McCurry +McCurdy +McCurley +McCurn +McCunn +McCunnie +McCune +McCubbin +McCubbins +McCudden +McCuddy +McCue +McCuen +McCumbee +McCumber +McCusker +McCuskey +McCutchen +McCutcheon +McCuaig +McChristian +McChrystal +McChesney +McGarr +McGarrigle +McGarrity +McGarrahan +McGarrell +McGarry +McGarigle +McGarity +McGartland +McGarty +McGarvey +McGarvie +McGary +McGaha +McGahan +McGaharn +McGahee +McGahey +McGahn +McGahon +McGaugh +McGaughey +McGauchie +McGauley +McGauran +McGavick +McGavigan +McGavin +McGaffigan +McGaffin +McGaa +McGain +McGale +McGann +McGaw +McGill +McGillicuddy +McGilligan +McGillion +McGillis +McGillivray +McGillvary +McGillvray +McGilloway +McGilberry +McGilchrist +McGinn +McGinnis +McGinniss +McGinnity +McGinness +McGinlay +McGinley +McGinly +McGinest +McGinty +McGiven +McGivern +McGivney +McGiffin +McGifford +McGirr +McGirt +McGibbon +McGihon +McGimpsey +McGrane +McGranger +McGrann +McGrail +McGrain +McGrath +McGrattan +McGrady +McGraw +McGray +McGregor +McGregor Mathers +McGregory +McGreal +McGreavy +McGreevey +McGreevy +McGrellis +McGrew +McGroarty +McGroom +McGrory +McGrotty +McGriggs +McGrigor +McGriff +McGruder +McGruther +McGeoghan +McGeoghegan +McGeouch +McGeough +McGeoch +McGeorge +McGeown +McGee +McGeechan +McGeehan +McGeeney +McGeer +McGeever +McGeachie +McGeady +McGeagh +McGean +McGerr +McGerrigle +McGegan +McGehee +McGennis +McGettigan +McGonagall +McGonagle +McGonigal +McGonigle +McGonnigal +McGougan +McGough +McGoun +McGourty +McGoveran +McGovern +McGovney +McGowan +McGowen +McGowne +McGoogan +McGoohan +McGorman +McGorry +McGoff +McGoldrick +McGlothin +McGlothlin +McGlowan +McGlown +McGlocklin +McGlohn +McGloin +McGlone +McGlashan +McGlasson +McGlade +McGlathery +McGlaughlin +McGleish +McGlennon +McGlinchey +McGlinchy +McGlynn +McGuinn +McGuinness +McGuire +McGuirk +McGuigan +McGuillan +McGurk +McGurl +McGurn +McGurrin +McGuff +McGuffie +McGuffin +McGuckian +McGuckin +McGuane +McGugan +McGhee +McGhehey +McGhie +McGwire +McKennie +McKennis +McKennitt +McKennedy +McKenney +McKenna +McKendrick +McKendry +McKenry +McKenty +McKell +McKellen +McKeller +McKellar +McKelvie +McKelvin +McKelvey +McKelway +McKern +McKernan +McKernon +McKerr +McKerrow +McKercher +McKerlich +McKean +McKeand +McKeachnie +McKeague +McKearney +McKeay +McKee +McKeegan +McKeehan +McKeel +McKeen +McKeever +McKeogh +McKeon +McKeough +McKeown +McKechin +McKechnie +McKecuen +McKeirnan +McKeith +McKegney +McKessock +McKevitt +McKew +McKinnell +McKinnely +McKinney +McKinnie +McKinnis +McKinna +McKinnon +McKinlay +McKinley +McKinsey +McKinstry +McKinty +McKinven +McKinzie +McKilligan +McKillip +McKillen +McKillop +McKim +McKimm +McKimmie +McKimson +McKissack +McKissic +McKissock +McKitterick +McKittrick +McKitrick +McKibben +McKibbin +McKie +McKiernan +McKidd +McKirdy +McKai +McKaige +McKaigue +McKain +McKagan +McKague +McKay +McKayle +McKamy +McKane +McKart +McKone +McKop +McKormick +McKoy +McKubre +McKuen +McKusick +McKy +McKyer +McKhool +McKnight +McKrell +McAleenan +McAleer +McAleese +McAleney +McAleny +McAlevey +McAll +McAlle +McAllester +McAlley +McAllion +McAllister +McAliskey +McAlister +McAlinden +McAlarney +McAlary +McAlone +McAloon +McAlpin +McAlpine +McAlhaney +McAnena +McAneny +McAnearney +McAneeley +McAnespie +McAnally +McAnany +McAnuff +McAnulty +McAndrew +McAnn +McAda +McAdam +McAdams +McAdoo +McAdorey +McAddley +McAuley +McAuliffe +McAullay +McAughtrie +McAughtry +McAusland +McAvan +McAvaney +McAveety +McAvennie +McAvin +McAvoy +McArthur +McArtney +McArtor +McArdle +McAreavey +McAtee +McAteer +McAthey +McAthy +McAtamney +McAsey +McAshan +McAslan +McAfee +McAffrey +McAbee +McAmmond +McLarney +McLarnon +McLardy +McLaren +McLarin +McLarry +McLarty +McLauchlan +McLauchlin +McLaughlan +McLaughlin +McLaurin +McLagan +McLaggon +McLaglen +McLane +McLaney +McLanahan +McLachlan +McLachlin +McLain +McLam +McLatchie +McLawhorn +McLay +McLear +McLearnon +McLeary +McLean +McLeavy +McLeay +McLenaghen +McLenahan +McLendon +McLene +McLennan +McLerie +McLernon +McLeroy +McLerran +McLee +McLeer +McLees +McLeland +McLelland +McLeish +McLemore +McLetchie +McLeón +McLoughlin +McLoughney +McLoud +McLocklan +McLogan +McLoone +McLuckey +McLuckie +McLucas +McLurg +McLurkin +McLuhan +McLin +McLinden +McLindon +McLinn +McLish +McLlwain +McLynn +McElhenney +McElhenny +McElheny +McElhaney +McElhatton +McElhiney +McElhinney +McElhone +McElreath +McElreavy +McElraft +McElroy +McElvaine +McElvanna +McElveen +McElvoy +McElderry +McEldowney +McElduff +McElmurry +McElmury +McElman +McEleney +McEleny +McElwain +McElwee +McElfatrick +McElgunn +McEliece +McElligott +McElnea +McEntee +McEntegart +McEntaggert +McEntire +McEntyre +McEneaney +McEneff +McEneny +McEnery +McEnaney +McEniff +McEnroe +McEnulty +McEvedy +McEveety +McEveley +McEvilley +McEvilly +McEvaddy +McEvoy +McEachen +McEachern +McEachran +McEachron +McEacharn +McEachin +McErlaine +McErlane +McErlean +McEdwards +McEuen +McNeil +McNeill +McNeillie +McNeice +McNeir +McNeish +McNee +McNeeley +McNeely +McNeece +McNees +McNeal +McNealy +McNeair +McNelis +McNelly +McNerney +McNertney +McNevan +McNevin +McNew +McNarland +McNaron +McNarry +McNary +McNall +McNallen +McNally +McNab +McNabb +McNair +McNairy +McNanie +McNanna +McNaught +McNaughton +McNamee +McNichol +McNicholas +McNicholl +McNichols +McNicol +McNicoll +McNiel +McNiff +McNinch +McNish +McNitt +McNiven +McNuff +McNulty +McNutt +McNorton +McNown +McManama +McManaman +McManamon +McManigal +McManis +McMann +McManners +McManus +McMahan +McMahen +McMahon +McMaster +McMasters +McMackin +McMains +McMakin +McMartin +McMath +McMillian +McMillin +McMillion +McMillan +McMillen +McMillon +McMichael +McMichaels +McMinn +McMurray +McMurry +McMurtrie +McMurtry +McMurchy +McMullan +McMullen +McMullin +McMulkin +McMenamin +McMenamy +McMenemy +McMeniman +McMeekin +McMeel +McMeen +McMorran +McMorris +McMorrow +McMordie +McMonagle +McMoneagle +McDonald +McDonall +McDonagh +McDonnell +McDonough +McDougald +McDougall +McDougle +McDorman +McDormand +McDowall +McDowell +McDole +McDoom +McDaniel +McDaniels +McDaris +McDarrah +McDavid +McDavis +McDade +McDaid +McDiven +McDivitt +McDiarmid +McDill +McDine +McDermid +McDermott +McDell +McDevitt +McDuff +McDuffe +McDuffee +McDuffie +McDyer +McDyess +McIlhargey +McIlhattan +McIlheney +McIlhenny +McIlhinney +McIlvane +McIlvanney +McIlvaine +McIlveen +McIlvenny +McIlwain +McIlwaine +McIlwham +McIlwrick +McIlrath +McIlravy +McIlroy +McIlmoyle +McIlorum +McIntee +McIntire +McIntosh +McInturff +McIntyre +McInelly +McInerney +McInnes +McInnis +McInally +McInch +McIndoe +McIngvale +McInroe +McIver +McIvor +McIsaac +McFadden +McFaddin +McFadyean +McFadyen +McFadgean +McFadzean +McFarlan +McFarland +McFarlane +McFarlin +McFarling +McFarnon +McFall +McFalls +McFaul +McFaun +McFague +McFate +McFayden +McFee +McFeeley +McFeely +McFerran +McFerrin +McFerron +McFedries +McFetridge +McFlynn +McFoy +McShera +McSherry +McShea +McShee +McSheffrey +McShaffry +McShane +McSharry +McShay +McSween +McSweeney +McSweegan +McSwegan +McSwain +McSally +McSavage +McSpadden +McSporran +McSeveney +McSkimming +McSlarrow +McSmith +McSorley +McStay +McSurdy +McQuaid +McQuaide +McQuaig +McQuail +McQuarrie +McQuarters +McQuary +McQuade +McQualter +McQuay +McQuilken +McQuilkin +McQuillan +McQuilten +McQuistan +McQuiston +McQuigg +McQuinn +McQuirter +McQueen +McQueeney +McQueary +McQuoid +McBriar +McBride +McBrien +McBrine +McBrain +McBrayer +McBrearty +McBreen +McBroom +McBrown +McBryde +McBean +McBeath +McBee +McBerry +McBeth +McBain +McBane +McBath +McBurney +McBurrows +McPhee +McPheeters +McPherrin +McPherson +McPhearson +McPheters +McPharland +McPharlin +McPhail +McPhate +McPhie +McPhillips +McPhun +McPartland +McPartlin +McParland +McPake +McPeak +McPeek +McPipe +McRandle +McRaney +McRae +McRaith +McRath +McRaven +McRay +McRobb +McRobbie +McRobert +McRoberts +McRorie +McRory +McRoy +McReady +McRee +McReynolds +McRuer +McTee +McTeer +McTear +McTeigue +McTell +McTernan +McTaggart +McTague +McTamney +McTavish +McTier +McTiernan +McTighe +McTigue +McTyer +McWatt +McWatters +McWaters +McWade +McWalter +McWhinney +McWhirter +McWha +McWherter +McWhorter +McWeeny +McWethy +McWilliam +McWilliams +McVea +McVean +McVeigh +McVerry +McVety +McVey +McVicar +McVicker +McVie +McVitie +McVaney +McVay +McVoy +McJunkin +McJunkins +McJulien +McJames +McJannett +McJennett +McJohn +McHardy +McHargue +McHale +McHattie +McHenry +McHugh +McOwan +McOwen +McOmie +McOrist +Mchedlidze +Mchedlishvili +Mchunu +Mckinder +Mcqueen +Mo +Mor +Mori +Morin +Morina +Morinaga +Morini +Morinis +Morino +Morisawa +Morishita +Morison +Morisset +Morimi +Morimoto +Morimura +Morita +Moritani +Moritz +Morikawa +Morikubo +Moriconi +Morier +Moriggl +Morillo +More +Morel +Morell +Morelli +Morello +Moreland +Moreau +Moreau-Desproux +Moreaux +Moren +Moreno +Morenz +Moretti +Morettini +Moretto +Morehead +Morehouse +Morecraft +Moreira +Moresby +Mora +Moran +Morandi +Morandini +Morant +Moravčević +Moravčík +Moravec +Morawetz +Morawitz +Morawski +Morales +Moralis +Moraczewski +Moradi +Morahan +Morais +Moratinos +Moray +Morone +Moroney +Moroni +Morony +Moroz +Morozov +Moroder +Morofuji +Morohoshi +Morosini +Moroșanu +Morgan +Morgane +Morganti +Morgart +Morgenthaler +Morgenthau +Morgentaler +Morgenstern +Morris +Morrison +Morrissey +Morrice +Morrill +Morrell +Morressy +Morrow +Mort +Mortimer +Mortimore +Mortier +Morten +Mortensen +Mortara +Morton +Mordecai +Mordej +Mordaunt +Mordt +Morduch +Mordvinov +Morle +Morley +Morland +Morling +Morlot +Morse +Morselli +Morsberger +Morshead +Morson +Morán +Morávek +Morè +Morón +Morkel +Morkevičius +Morphy +Morpurgo +Morbiato +Mormino +Morneau +Morvan +Morwood +Mont +Montes +Montes de Oca +Montes-Bradley +Montessori +Montefiore +Monteforte +Montell +Montella +Montemage +Montemayor +Montevecchi +Monteverdi +Montealegre +Monteil +Montenegro +Montero +Montez +Montagu +Montague +Montaguti +Montagnani +Montanari +Montanaro +Montano +Montansier +Montalbán +Montalcini +Montas +Montaño +Monti +Monticelli +Montiel +Montinari +Montford +Montgomery +Montoya +Montrose +Mond +Mondale +Monday +Mondini +Mondor +Monds +Mondy +Monachesi +Monaco +Monagas +Monaghan +Monahan +Monast +Monro +Monroe +Monroy +Monrad +Monreal +Moncreiffe +Moncrief +Monckton-Arundell +Moncur +Monegal +Moneim +Moner +Money +Monk +Monke +Monkhouse +Monkou +Monsalve +Monsion +Monslow +Monson +Monge +Mongel +Monger +Monis +Moniz +Monnier +Monniot +Monod +Monosson +Monbeig +Monfils +Monye +Monzon +Moscovich +Moscovici +Moscovitch +Moscowitz +Moscheles +Moschkowitz +Moschopulus +Mosca +Moscati +Moskal +Moskalenko +Moskalik +Moskalyuk +Moskovich +Moskovics +Moskovits +Moskowitz +Moskvin +Moss +Mossberg +Mosse +Mossiker +Mossman +Mossé +Mosteghanemi +Mosteller +Mostovyi +Mostowski +Mostaghim +Mostyn +Moseley +Mosenthal +Moser +Moses +Moszkowicz +Moszkowski +Moszkovicz +Mosbacher +Mosby +Moshkovich +Moshkovitz +Mosaku +Mosley +Mosman +Mosquera +Mol +Moll +Mollen +Mollenhauer +Moller +Mollica +Mollison +Mollo +Molloy +Mole +Moletta +Moletti +Molenaar +Moler +Molesworth +Moleyns +Molina +Molinar +Molinari +Molinaro +Molinier +Molik +Molitor +Moldovan +Moldovanu +Moldován +Moldenhauer +Moldenke +Moloney +Molotov +Molteno +Molter +Molyneux +Molyns +Molander +Molchanov +Molnár +Moore +Moorehead +Moorer +Moores +Moorcroft +Moorhead +Mooring +Moorman +Moon +Mooney +Mooneyham +Moonen +Moonie +Moons +Moonves +Moody +Moodysson +Moodie +Moodley +Moos +Moosa +Moose +Moosman +Moolakkattu +Moolman +Moolsan +Moock +Moog +Mookerjee +Mould +Moulden +Moulds +Moult +Moulton +Moultrie +Mouly +Mount +Mounteer +Mountfort +Mounce +Mounier +Mounsey +Moussa +Moussaieff +Mousseau +Mousavi +Moustakas +Mouradian +Mourinho +Moufang +Moumouni +Mouton +Mouzinho +Mott +Motte +Motteram +Mottershead +Motta +Mottley +Mottola +Mottram +Motohashi +Motoi +Motoki +Mota +Motamed +Mote +Moten +Motley +Motlop +Mothersbaugh +Motiejūnas +Motsepe +Moturi +Motwani +Motyka +Mohamedally +Mohammadi +Mohan clan +Mohapatra +Mohilever +Mohiliver +Mohindroo +Mohite +Mohr +Mohri +Mohring +Mohrt +Mohn +Mohnhaupt +Mohns +Mohl +Mohler +Mohorič +Mohun +Mohácsi +Moy +Moye +Moyer +Moyes +Moynahan +Moyne +Moynihan +Moya +Moyano +Moyse +Moysiadis +Moylan +Model +Modeliste +Modesitt +Modest +Modi +Modigs +Modin +Modzelewski +Modzolevsky +Modjeska +Modrić +Mock +Mockford +Mockler +Mocanu +Mocatta +Mochida +Mochizuki +Moccia +Moculescu +Moczar +Moi +Moise +Moiseyev +Moisiu +Moisuc +Moigne +Moineau +Moir +Moitessier +Momoi +Momoli +Momberg +Mommsen +Mompesson +Momsen +Momčilović +Mow +Mowat +Mowatt +Mowbray +Mowers +Mowinckel +Mowll +Moe +Moen +Moens +Moeen +Moein +Moeller +Mokhonoana +Mokhtar +Mokkapati +Mokri +Mokveld +Mobasseri +Mobbs +Moberg +Mobley +Mogaki +Moganti +Mogensen +Moges +Moa +Moakley +Moat +Movsesian +Movsumov +Movilă +Mozart +Mozgov +Mozley +Moffat +Moffett +Mojabi +Mojica +Moxon +Mošinsky +Mi +Millen +Millender +Millet +Millett +Milledge +Millepied +Miller +Milles +Millin +Millinder +Milliner +Millidge +Milligan +Milliken +Millis +Millar +Millard +Millardet +Millan +Mills +Millspaugh +Millman +Millner +Millwood +Milinković +Milinović +Milić +Miličević +Milian +Miliband +Miliordos +Milisavljević +Milivojević +Milan +Milano +Milanović +Milanese +Milani +Milaras +Milardo +Miladinović +Miles +Milesi +Mileta +Miletić +Milenković +Milewski +Miley +Milovan +Milovanović +Milović +Milojević +Milosavljević +Milošević +Mildiani +Mildmay +Mildner +Mildren +Milne +Milne-Edwards +Milner +Milnes +Milgram +Milgrom +Milstead +Milstein +Miltner +Milton +Milburn +Milhaud +Miljković +Milke +Milman +Milutinović +Milward +Min +Mina +Minami +Minamino +Minagawa +Minaj +Minaker +Minali +Minarcin +Minasyan +Minato +Minazuki +Minich +Minichiello +Minick +Minieri +Minihan +Miniussi +Minić +Minea +Minear +Minett +Minetti +Minegishi +Mineo +Minge +Minges +Minga +Minghetti +Mingori +Minguzzi +Minott +Minotti +Minogue +Minor +Minovici +Minowa +Mink +Minko +Minkoff +Minkowski +Minkus +Minnich +Minnick +Minnion +Minna +Minnelli +Minchen +Mincher +Minchev +Minchin +Minshull +Minsky +Minson +Minter +Minton +Mintz +Minulescu +Minutoli +Mindell +Minlos +Minz +Minà +Michel +Michelet +Micheletti +Micheletto +Michels +Michelsen +Michelson +Micheli +Micheline +Michell +Michelle +Michelotti +Michelotto +Michelangeli +Michelman +Micheaux +Michener +Michals +Michalski +Michalak +Michalka +Michalopoulou +Michalík +Michael +Michaelsen +Michaelson +Michaelis +Michas +Michaud +Michałowski +Michiel +Michiels +Michihara +Michiki +Michishige +Michon +Michuki +Michálek +Mickel +Mickelbury +Mickelson +Mickens +Mickevičius +Mickl +Mickle +Mickler +Micklethwaite +Micka +Miceli +Micevski +Micallef +Micić +Micula +Mitsuhashi +Mitsuhira +Mitsumori +Mitsumune +Mitsubayashi +Mitsuda +Mitsugi +Mitsui +Mitsukuri +Mitsuoka +Mitsuyoshi +Mitscherlich +Mitsotakis +Mitt +Mitter +Mittermaier +Mittermeier +Mitterer +Mittag +Mittal +Mitton +Mitts +Mitropanos +Mitropoulos +Mitrofanov +Mitrohin +Mitrović +Mitra +Mitreski +Mitrinović +Mitchell +Mitchelson +Mitchem +Mitchinson +Mitchison +Mitchum +Mita +Mitamura +Mitic +Mitin +Mitford +Mitnick +Mitu +Mitzou +Mikula +Mikulić +Mikulski +Mikumo +Mikuni +Mikuriya +Mikutavičius +Mikhaylov +Mikhaylovsky +Mikhailenko +Mikhalkov +Mikhnevich +Mika +Mikami +Mikasinovich +Mikawa +Mikeladze +Mikerević +Mikes +Mikeš +Mikola +Mikolajczak +Mikolajczyk +Mikov +Mikkelsen +Mikkelson +Mikkola +Miklosa +Miklošič +Miklós +Miki +Mikimoto +Miron +Mironov +Miroshnichenko +Mirowski +Mirza +Mirzabaev +Mirzaei +Mirzoyan +Mira +Mirabal +Miranda +Miricioiu +Mirisch +Mirić +Mirkin +Mirković +Mirri +Mirrlees +Mirtenbaum +Mirtenboim +Mirdha +Mirman +Miró Quesada +Mishani +Misharin +Mishima +Mishin +Mishchenko +Mishkin +Mishra +Misaka +Misaki +Misaubin +Mistrorigo +Mistry +Mistal +Miscavige +Misch +Misimović +Misita +Missaglia +Misselbrook +Misyulya +Misztal +Miyama +Miyamae +Miyamoto +Miyamura +Miyagi +Miyagishima +Miyagahara +Miyashima +Miyashita +Miyasato +Miyazaki +Miyazato +Miyazawa +Miyake +Miyatake +Miyawaki +Miyoshi +Mizukawa +Mizuki +Mizukoshi +Mizumori +Mizumoto +Mizumura +Mizusaki +Mizusawa +Mizushima +Mizuhara +Mizuhashi +Mizubayashi +Mizuno +Mizoguchi +Mizrachi +Mizzi +Mielcarz +Mielczarek +Miele +Mielke +Mielziner +Mieres +Mieris +Mieroslawski +Miers +Mierzejewski +Mieses +Miessner +Miete +Miettinen +Mientkiewicz +Middendorf +Middendorp +Middelkamp +Middlebrook +Middlemass +Middleton +Midgley family +Midler +Midwinter +Mignard +Mignardi +Mignolet +Mignot +Migliore +Migliorini +Migliara +Migerka +Mighels +Mihai +Mihailović +Mihajlović +Mihajlovski +Mihalache +Mihalko +Mihara +Mihashi +Mihran +Miše +Mišek +Mišić +Mišković +Mišović +Miśkiewicz +Miśtal +Mimmi +Mimms +Mimiko +Mimori +Miah +Miana +Miaoulis +Mifflin +Mifsud +Mifune +Mijailović +Mijatović +Miuchi +Miura +Mion +Miquel +Miwa +Mix +Miéville +Mićović +Mende +Mendel +Mendelski +Mendelssohn +Mendenhall +Menderes +Mendes da Costa +Mendez +Mendes +Mendieta +Mendizabal +Mendonça +Mendoza +Mendham +Mendy +Menegazzi +Meneghin +Menelaws +Menello +Meneeley +Menefee +Menem +Menendez +Menezes +Meng +Mengelberg +Mengele +Mengenen +Menger +Mengestu +Mengistu +Mengler +Mengsk +Menn +Menne +Mennea +Mennenga +Mennim +Menninger +Mena +Menaker +Menaldo +Menashe +Menchov +Mencik +Mencken +Menczel +Mensah +Menshov +Mensing +Menster +Menzies +Menzinger +Menzir +Menke +Menken +Menocal +Menosky +Mentzas +Mentzer +Meniri +Menuhin +Menčík +Mercadante +Mercader +Mercator +Mercedes +Mercer +Mercurio +Mercury +Merchant +Mercouri +Meri +Meriweather +Meriwether +Merian +Meric +Meridor +Merighi +Merillat +Merivale +Merriam +Merrick +Merrill +Merriman +Merritt +Merriweather +Merry +Merryman +Merrett +Merl +Merli +Merlin +Merlis +Merla +Merle +Merloni +Merkulov +Merkuryev +Merkel +Merkin +Merkle +Mertel +Mertens +Merton +Mertz +Mers +Mersenne +Merson +Merbah +Merbury +Merga +Mergenthaler +Merode +Merola +Merasty +Meredith +Mermelstein +Merner +Mervyn +Merwin +Merz +Mel +Mellis +Mellish +Melling +Mella +Mellaart +Mellencamp +Meller +Mellor +Mellors +Mellberg +Meli +Melin +Melindo +Meling +Melikishvili +Melikyan +Melia +Melis +Melandri +Melani +Melanson +Melady +Melamed +Melato +Melnychenko +Melnychuk +Melnyk +Melnick +Melnikov +Meldrew +Meldrum +Meldgaard +Melchers +Melchior +Melkadze +Melkemichel +Melo +Meloy +Melton +Meltzer +Melucci +Meluzín +Melendez +Melfi Family +Melman +Melrose +Melson +Melville +Melzer +Meléndez +Mei +Meinel +Meinert +Meindl +Meinhof +Meinke +Meinl +Meijer +Meijers +Meijs +Meijsing +Meijling +Meissner +Meissonier +Meisdalshagen +Meisel +Meister +Meillassoux +Meillet +Meilutytė +Meir +Meira +Meiri +Meide +Meidner +Meite +Meitner +Meibom +Meichtry +Meier +Meignan +Meiklejohn +Meimberg +Messi +Messing +Messinger +Messingham +Messina +Messier +Messieri +Messiter +Messer +Messerli +Messerschmidt +Messenger +Messaoud +Messaoudi +Messmer +Mesibov +Mesika +Mesić +Meskhi +Meskill +Mesnil +Mesny +Mestel +Meston +Meseret +Mesfin +Mesoraco +Mesquita +Medero +Mederos +Medeiros +Medel +Medema +Medabalimi +Medampudi +Medan +Medawar +Medlicott +Medlin +Medland +Medlock +Medhankara +Medhurst +Mediate +Medina +Medved +Medvedev +Medford +Medrano +Medwin +Metz +Metze +Metzelder +Metzen +Metzger +Metzinger +Metzner +Metheny +Metherell +Methuen +Methven +Mets +Metson +Metsu +Meta +Metaxas +Metcalf +Metcalfe +Metin +Metropolis +Metternich +Mead +Meade +Meades +Meads +Meaney +Means +Meany +Mears +Mearsheimer +Mearns +Meacham +Meachem +Meaker +Meakin +Meas +Meason +Meagher +Mealand +Meautys +Mehmed +Mehmedbašić +Mehmedović +Mehmeti +Mehmandarov +Mehr +Mehring +Mehrzad +Mehl +Mehlman +Mehta +Mehus +Meyer +Meyers +Meyerson +Meyerbeer +Meyerhoff +Meyr +Meyrick +Meyrink +Meyrowitz +Meynell +Meynert +Mee +Meers +Meerson +Meertens +Meek +Meeks +Meegan +Meehl +Meena +Meeuwsen +Mech +Mechac +Mecham +Mechem +Mechnikov +Meckler +Mecklin +Mecchi +Meuleman +Meulensteen +Meulman +Meucci +Meugniot +Meunier +Meurman +Meusburger +Mezzalama +Mezzastris +Mezzofanti +Mezenxhiu +Mezey +Mezair +Mezgebu +Mezvinsky +Mejstřík +Mejstříková +Mejdell +Mejía +Megerle von Mühlfeld +Meggott +Megson +Mekas +Mekonnen +Mekshilo +Memić +Memiş +Mešić +Meštrović +Mebarak +Meftah +Mevcha +Mew +Mura +Murat +Muratov +Muratović +Muratori +Murata +Muratsuchi +Murad +Muradyan +Murakami +Murakawa +Muramatsu +Muramoto +Muraglia +Muraine +Muralles +Muranaka +Muraro +Murashige +Muravyov +Murawski +Murayama +Muraška +Murr +Murrill +Murrison +Murray +Murrell +Murro +Murry +Murofushi +Muroi +Murong +Muroya +Murt +Murtagh +Murtha +Murton +Mure +Mureșan +Mureșanu +Murdoch +Murdock +Murfin +Murfree +Murgatroyd +Murger +Murnaghan +Murnane +Mursell +Murshed +Murch +Murkowski +Murphy +Murua +Musselwhite +Musser +Musso +Mussorgsky +Mussa +Musscher +Mussill +Mussulman +Must +Musto +Mustoe +Mustonen +Mustafa +Mustafayev +Muster +Musiał +Musil +Musin +Musiol +Musa +Musampa +Musante +Musharraf +Mushatt +Mushtaq +Muscat +Muscroft +Muse +Musemić +Musker +Muskhelishvili +Muslim Khatris +Muslim Shaikh +Musona +Musorgsky +Musulin +Musumeci +Musburger +Musgrave +Muspratt +Musyoki +Muszyński +Musäus +Mull +Mullin +Mulliner +Mullink +Mullins +Mulligan +Mullighan +Mullion +Mullane +Mullaney +Mullany +Mullally +Mullapudi +Mullen +Muller +Mulley +Mullock +Muldaur +Mulder +Muldowney +Mulajanov +Mularczyk +Mulherin +Mulhern +Mulroney +Mulrooney +Mulvaney +Mulvihill +Mulcahy +Mule +Mulgrew +Mulkey +Multhaup +Mulugeta +Munt +Munteanu +Munter +Muntasser +Muntz +Mundell +Mundella +Mundus +Mundy +Munk +Munks +Munkácsi +Munz +Munzer +Munzinger +Munagekar +Munakata +Munch +Munchetty +Munemori +Muneta +Munir +Muniz +Munn +Munnerlyn +Munro +Munroe +Munshi +Munson +Munby +Mungan +Munuera +Muta +Mutahi +Mutai +Mutapčić +Mutter +Mutti +Mutton +Muther +Muti +Mutke +Mutlu +Mutombo +Mutrie +Mutsumi +Mutzenbacher +Mutō +Mudakatte +Mudaliar +Mudartha +Mudie +Mudin +Mudrinić +Mudry +Mudd +Mudge +Mudholkar +Mudke +Mudumbai +Muggeridge +Muggleton +Mughal tribe +Mughira +Mugabe +Mugica +Mugnaini +Mugo +Mukhamedov +Mukherjee +Mukhi +Mukhraneli +Mukhtar +Mukarakate +Mukarovsky +Mukaiya +Much +Mucha +Mucheleng'anga +Mucelli +Mucenieks +Mucciolo +Mucke +Muhiddin +Muhić +Muhammad +Muhsin +Muhtar +Mumcu +Mumford +Mummert +Mumtaz +Muff +Muffat +Mujica +Mujuru +Mupfupi +Muppavarapu +Muazzez +Mubarak +Mueller +Muir +Muzadi +Muñoz +Muškatirović +Mușat +Mäki +Mäkilä +Mäkinen +Mäkelä +Mäkäräinen +Mänd +Männik +Mächtig +Mäenpää +Mägi +Mälk +Määttä +Münch +Münchberg +Münchhausen +Münnich +Münsterberg +Müntefering +Münzer +Mühlenpfordt +Mühren +Mühsam +Müjde +Müller +Ménager +Ménard +Ménétries +Mészáros +Mészöly +Méray +Mörner +Mörz +Mögling +Möhring +Mölgg +Möser +Márkus +Márquez +Mágocsy +Málek +Máté +Mårtenson +Mårtensson +Månsson +Mørch +Mørk +Møller +Myslbek +Mysliveček +Myshkin +Myskina +Myszka +Myer +Myers +Myerscough +Myerson +Mylius +Myllylä +Mylne +Mylott +Myddelton +Myddleton +Mydorge +Myrtenbaum +Myrthenbaum +Myrdal +Myasnikov +Myatt +Mycielski +Mycroft +Mynheer +Mynors +Myton +Mytton +Myhre +Myojin +Myung +Myyrä +Myśliwiec +Mhic Amhalaidh +Mhic Amhalaí +Mhic Amhalghadha +Mhic Amhalghaidh +Mhic Amhlaoibh +Mhic Alastair +Mhic Alastruim +Mhic Alasdair +Mhic Alsandair +Mhic Raghnaill +Mhic Raonaill +Mhic Rághnaill +Mhic Oitir +Mhic Ospaic +Mhic Shitric +Mhic Somhairle +Mhic Coitir +Mhic Leóid +Mhic Íomhair +Mhig Amhalghadha +Mhig Amhalghaidh +Mhig Shitric +Mhig Íomhair +Mhade +Mhasde +Mbala +Mbanefo +Mbarga +Mbatha +Mbaye +Mbeki +Mbrica +Mburu +Mladenov +Mladenović +Mladić +Mlakar +Mlapa +Mlinarić +Mlynář +Mrkonjić +Mrkos +Mrkšić +Mroczek +Mroz +Mraz +Mrnavić +M'Bala +M'Changama +M'baye +M'hidi +Mkhargrdzeli +Mkheidze +Mkhitaryan +Mkrtchyan +Mwangangi +Mwangi +Mwanza +Mgeladze +Mgimwa +Mnatsakanyan +Mnzava +Mzali +Mzhavanadze +Măgureanu +Mănescu +Młynarczyk +Młynarski +Mdivani +Mmadu +Mpenza +Mạc +Hart +Harts +Hartsock +Hartson +Hartstein +Hartstonge +Hartsell +Hartsfield +Hartshorne +Hartsuiker +Hartl +Hartle +Hartleben +Hartley +Hartlieb +Hartling +Hartlaub +Hartig +Hartigan +Hartikainen +Hartinger +Hartnell +Hartnett +Hartney +Hartnoll +Hartonen +Hartono +Hartog +Hartopp +Harte +Harter +Hartert +Hartke +Hartknoch +Hartkopf +Hartwich +Hartwig +Hartwell +Hartz +Hartzell +Hartzenberg +Hartman +Hartmann +Hart-Davis +Hartcher +Hartford +Hartgill +Hartjenstein +Hartt +Hartung +Harty +Hard +Harden +Hardenberger +Hardenbergh +Hardee +Hardeman +Harder +Hardin +Harding +Hardie +Hardiker +Hardiman +Hardison +Hardaker +Hardaway +Hardon +Hardouin +Hardt +Hardtner +Hardwick +Hardwicke +Hardcastle +Hardgrave +Hardman +Hardstaff +Hardy +Harr +Harris +Harrison +Harriss +Harring +Harrington +Harries +Harrigan +Harrill +Harriman +Harriott +Harrow +Harrower +Harrold +Harron +Harroun +Harre +Harrel +Harrelson +Harrer +Harradine +Harrak +Harryson +Harrysson +Hara +Haraldsdóttir +Haraldsen +Haraldsson +Haramija +Haramis +Harambašić +Harasaki +Haraszti +Harada +Haraguchi +Harakami +Harary +Harawira +Harnell +Harner +Harnett +Harney +Harnisch +Harnish +Harnick +Harnack +Harnad +Harnois +Harnoncourt +Harnden +Harmel +Harmer +Harmes +Harmetz +Harms +Harmse +Harmsen +Harman +Harmar +Harmison +Harmon +Hargin +Hargis +Hargitay +Hargreave +Hargreaves +Hargrove +Harger +Hargett +Harguindeguy +Haring +Haringer +Harinordoquy +Hari clan +Harig +Haripitak +Hariri +Haris +Harizanov +Harkarvy +Harkat +Harkavy +Harkes +Harkey +Harkin +Harkins +Harkless +Harkness +Harber +Harbert +Harben +Harbach +Harbaugh +Harbold +Harborne +Harbison +Harun +Haruna +Haruno +Haruta +Harutyunyan +Haruf +Haruki +Harum +Harp +Harpending +Harper +Harpaz +Harphale +Harpman +Harpring +Harlan +Harland +Harless +Harley +Harling +Harlinghausen +Hare +Harecourte +Hareide +Harel +Harewood +Harsant +Harsanyi +Harshbarger +Harshman +Harston +Haro +Haroche +Harold +Harouna +Harchaoui +Harclay +Harcourt +Harjanne +Harjo +Harju +Harward +Harwell +Harwood +Harðardóttir +Harðarson +Harçik +Harford +Harfouch +Harvey +Harz +Han +Hanniffy +Hannifin +Hannig +Hannigan +Hanning +Hannington +Hannibalsson +Hannikainen +Hanna +Hannachi +Hannant +Hannawald +Hannay +Hannelius +Hanneman +Hannen +Hannula +Hannum +Hannus +Hannon +Hand +Handel +Handelman +Handelsman +Handegard +Handa +Handal +Handanovič +Handl +Handleman +Handley +Handman +Handmann +Hands +Handschmann +Handberg +Handford +Handke +Handyside +Hanselman +Hanselmann +Hansen +Hansch +Hanscom +Hansom +Hanson +Hansbrough +Hansdotter +Hansford +Hanshaw +Hansis +Hanski +Hansmeyer +Hansson +Hanstveit +Hanaoka +Hanaoui +Hanazawa +Hanazono +Hanabusa +Hanada +Hanae +Hanafin +Hanagata +Hanahara +Hanai +Hanamura +Hanani +Hanauer +Hank +Hankin +Hankins +Hankinson +Hankiss +Hanke +Hankerson +Hankes +Hanka +Hanks +Haneke +Hanekom +Hanel +Hanen +Hanevold +Haney +Hancock +Hancox +Hance +Hanchate +Hanff +Hanford +Hanfstaengl +Hanft +Hani +Hanie +Hanigan +Hanisch +Hanrahan +Hanratty +Hanriot +Hanbali +Hanberry +Hanganu +Hangl +Hanley +Hanlon +Hanold +Hanoune +Hantak +Hantzsch +Hanuka +Hanuszkiewicz +Hanzlík +Hanzon +Hanák +Hanım +Hanžič +Hamm +Hammer +Hammerschlag +Hammerschmidt +Hammershøi +Hammersley +Hammerstein +Hammerer +Hammerl +Hammerton +Hammes +Hammesfahr +Hammel +Hammett +Hammarskiöld +Hammarskjold +Hammarström +Hammarberg +Hammaker +Hamman +Hammond +Hammonds +Hammons +Hammouda +Hammick +Hammill +Hammink +Hammu +Haman +Hamanaka +Hamann +Hamano +Hamadani +Hamadeh +Hamam +Hamamoto +Hamacher +Hamaguchi +Hamasaki +Hamawi +Hamayotsu +Hamblen +Hambley +Hamblin +Hambling +Hambly +Hambrick +Hambro +Hamburg +Hamburger +Hambardzumyan +Hamberg +Hambidge +Hamby +Hamer +Hamerl +Hamerow +Hamersley +Hamerton +Hamel +Hamelin +Hamels +Hameiri +Hames +Hamid +Hamidi +Hamidou +Hamilton +Hamilton-Baillie +Hamill +Hamiti +Hampel +Hampele +Hampl +Hample +Hampson +Hampton +Hamdan +Hamdard +Hamdi +Hamdouchi +Hamdy +Hamlet +Hamlett +Hamlily +Hamlin +Hamon +Hamori +Hamoudi +Hamrick +Hamrin +Hamrlík +Hamza +Hamzaoğlu +Hamze +Hamner +Hamnett +Hamshaw +Hamsterley +Hamutenya +Hall +Halle +Haller +Hallerstam +Hallerstein +Hallet +Hallett +Hallenbarter +Halley +Hallinan +Halling +Halliday +Halligan +Hallikainen +Hallion +Hallissey +Halliwell +Hallo +Halloway +Hallowell +Hallows +Hallock +Halloran +Halladay +Hallahan +Hallard +Hallas +Hallatt +Halldórsdóttir +Halldórsson +Halldorson +Hallgren +Hallgrímsson +Hallgarten +Hally +Hallyday +Hallman +Hallnäs +Hallström +Hallward +Halper +Halperin +Halpern +Halpert +Halpen +Halpenny +Halphen +Halpin +Hale +Hales +Halestrap +Haleva +Halevi +Halefoğlu +Haley +Halfon +Halford +Halfar +Halfdansson +Halfin +Halfpenny +Halfyard +Hals +Halse +Halsell +Halsey +Halsall +Halsman +Halsted +Halvari +Halvarsson +Halverson +Halvey +Halvorsen +Halvorson +Halabi +Halah +Halama +Halasz +Halberg +Halberstam +Halbach +Halbrook +Haldane +Haldar +Haldeman +Halderman +Halilhodžić +Halilović +Halimi +Haliti +Halkett +Halkidis +Halme +Halmosi +Halter +Halterman +Halonen +Haluska +Hass +Hasse +Hassel +Hasselbach +Hasselbaink +Hasselbeck +Hasselmann +Hasselmo +Hasselgård +Hasselhoff +Hassell +Hasselvander +Hassemer +Hassett +Hassan +Hassanali +Hassanpour +Hassanzadeh +Hassall +Hassard +Hassi +Hassig +Hassoun +Hassouni +Hassler +Haselberger +Haselböck +Haselrieder +Haselrig +Haseltine +Haselton +Haselden +Haselhurst +Haseloff +Haseman +Hasemi +Hasenclever +Haseney +Hasebe +Hasegawa +Hashimoto +Hashimura +Hashiguchi +Hashiratani +Hashiuchi +Hashem +Hasheminasab +Hashemzadeh +Hashmi +Hastie +Hastings +Hastert +Hastrup +Hasanagić +Hasanbegović +Hasay +Haslam +Haslett +Haslinger +Haskett +Haskin +Hasumi +Hasund +Hasdeu +Hasford +Hasilden +Hasnawi +Haswell +Hager +Hagerman +Hagerstrom +Hagerty +Hagerup +Hagen +Hagenauer +Hagenbach +Hagens +Hagel +Hagelin +Hagelstein +Hageman +Hagemann +Hagemeister +Hagedorn +Hagi +Hagimori +Hagimoto +Hagin +Hagins +Hagihara +Hagio +Hagisaki +Hagiuda +Hagiwara +Hagiya +Haggan +Haggans +Haggard +Haggart +Hagger +Haggerty +Haggett +Haga +Hagar +Hagarty +Hagadone +Hagan +Haghi +Haghighi +Haghani +Haghe +Hagler +Haglund +Hagman +Hagmann +Hagop +Hagos +Hagberg +Hagner +Hagström +Hagtvedt +Hay +Hayashi +Hayashiba +Hayashibe +Hayashida +Hayashiya +Hayasaka +Hayata +Hayatou +Hayakawa +Hayami +Hayano +Haydar +Haydarov +Hayday +Hayden +Haydn +Haym +Hayman +Haymer +Haymond +Hays +Hayslip +Haysman +Haysom +Hayler +Hayles +Haylock +Hayne +Haynes +Haynie +Hayrapetyan +Hayrettin +Hayrikyan +Haythe +Haythornthwaite +Hayter +Haywood +Hayworth +Hayward +Haycock +Haycox +Hayek +Hayes +Hayhoe +Hayhurst +Haygarth +Hayje +Haykin +Hayyoth +Hayzlett +Hau +Haug +Hauge +Hauger +Haugerud +Haugeland +Haugen +Haught +Haughton +Haughey +Haughley +Haughn +Haugaard +Haugan +Haugland +Haugli +Haugwitz +Hause +Hausegger +Hausel +Hauser +Hauss +Haussegger +Hausser +Hausleitner +Hausler +Hauswald +Hauswirth +Hauschka +Haushofer +Hausmann +Hausner +Hauksdóttir +Hauksson +Hauke +Haukland +Hautala +Hautamäki +Hautman +Hautzig +Haueisen +Hauer +Hauet +Hauff +Hauffe +Hauck +Haultain +Hauman +Haun +Hauptman +Haddock +Haddon +Haddou +Haddow +Haddad +Haddadi +Haddaoui +Haddrick +Haddrill +Hadden +Haddix +Hadji +Hadjian +Hadjimichael +Hadjinikolaou +Hadjisoteriou +Hadi +Hadid +Hadija +Hadik +Hada +Hadad +Hadamczik +Hadebe +Haden +Hadewicz +Hadlee +Hadley +Hadland +Hadžiabdić +Hadžibulić +Hadžić +Hadzhiev +Hadzihalilovic +Hadchiti +Hadfield +Hadnot +Hadrami +Hadârcă +Hatt +Hattenberger +Hattendorf +Hattersley +Hattestad +Hatton +Hattori +Hattab +Hata +Hataman +Hatamiya +Hatanaka +Hatano +Hatakeyama +Hathorn +Hathorne +Hathairattanakool +Hathcock +Hathway +Hatch +Hatchell +Hatcher +Hatchett +Hato +Hatori +Hatoum +Hatoyama +Hatzi +Hatzidakis +Hatzimichalis +Hateley +Hatem +Hatler +Hatley +Hatfield +Hatsu +Hatuel +Hatvani +Hatwal +Haber +Haberman +Habermann +Habermas +Habersham +Habershon +Habersack +Haberl +Haberlin +Haberfeld +Haberkorn +Habert +Habeck +Habecker +Habib +Habibi +Habibie +Habibullaev +Habich +Habicht +Habineza +Habington +Habiger +Habito +Habte +Habtemariam +Habtamu +Habberton +Habbin +Habgood +Haboush +Habraken +Habyarimana +Hawk +Hawke +Hawkes +Hawkesby +Hawkesworth +Hawken +Hawker +Hawkey +Hawks +Hawksford +Hawksley +Hawksworth +Hawkins +Hawkinson +Hawking +Hawkyard +Hawtrey +Hawtry +Hawthorne +Hawtin +Haws +Hawsawi +Hawass +Hawes +Hawgood +Hawi +Hawley +Hawn +Haworth +Haig +Haigh +Haight +Haighton +Haigneré +Hainer +Haines +Haining +Hainisch +Haingura +Haile +Haillet +Hails +Hailu +Haimovich +Haimovitz +Haimi +Hairer +Hairston +Haider +Haieff +Haijby +Haislip +Haitink +Haizlip +Haver +Haverkamp +Havern +Havers +Haverty +Haven +Havens +Havenstein +Havenaar +Havelka +Havet +Havey +Havili +Havilio +Havill +Havighurst +Haviv +Havlik +Havlin +Havlíček +Havrysh +Havránek +Havulinna +Havyaka Brahmin +Haarmann +Haarms +Haarala +Haarhoff +Haas +Haass +Haasse +Haastrup +Haan +Haanappel +Haanpää +Haapala +Haapalainen +Haapakoski +Haavik +Haavikko +Haavisto +Haack +Haagensen +Haakonsson +Haaland +Hack +Hacke +Hacket +Hackett +Hackel +Hackenholt +Hackwood +Hackworth +Hackaert +Hackbusch +Hackl +Hackman +Hackney +Hachborn +Hachette +Hachlaf +Haccou +Hacohen +Hacıoğlu +Hazell +Hazem +Hazen +Hazes +Hazewood +Hazard +Hazarika +Hazan +Hazazi +Hazlett +Hazley +Hazlitt +Hazuki +Hazurov +Hazboun +Hazony +Hajikano +Hajime +Hajinski +Hajipour +Hajiro +Hajiyev +Hajizadeh +Hajj +Hajjam +Hajjar +Hajji +Hajdari +Hajdú +Hajnal +Hajrović +Hakanen +Hakanpää +Hakamada +Hake +Hakewill +Hakobyan +Hakonarson +Haku +Hakulinen +Hakhamaneshi +Hakkarainen +Hakluyt +Haksar +Haffenden +Haffey +Haffner +Hafftka +Hafeez +Hafer +Hafstein +Hafsteinsson +Hafiz +Hafkenscheid +Hafner +Haft +Haenel +Haenen +Haensel +Haeberle +Haeberli +Haerig +Haering +Haeusser +Hahn +Hahne +Hahnel +Hahnemann +Happe +Happold +Hape +Hapsiadis +Hašek +Haškovec +Haščák +Haşim +Haokip +Haqi +Haxo +He +Herr +Herrin +Herring +Herrington +Herriot +Herriott +Herrion +Herrick +Herridge +Herries +Herrity +Herrero +Herreros +Herrera +Herrem +Herrema +Herren +Herrendorf +Herreshoff +Herrada +Herranz +Herrod +Herron +Herrgott +Herrlein +Herrndorf +Herrscher +Hersh +Hershberg +Hershberger +Hershey +Hershkowitz +Hershon +Hershtik +Hersch +Herschel +Herschlag +Herschmann +Hersee +Herseth +Hersey +Herskowitz +Herskó +Hersant +Hersi +Hersleb +Hersman +Herman +Hermans +Hermansen +Hermanson +Hermansson +Hermann +Hermannsson +Hermon +Hermon-Hodge +Hermosillo +Hermoza +Hermida +Hermsen +Hertz +Hertzberg +Hertzberger +Hertzfeld +Hertzler +Hertzog +Hertel +Herter +Hertl +Hertling +Hertmans +Hertner +Hertrich +Hern +Herne +Herner +Hernes +Hernandes +Hernanz +Herndon +Herngren +Hernreich +Hernton +Hernández +Herz +Herzfeld +Herzfelde +Herzig +Herzinger +Herzberg +Herzen +Herzl +Herzog +Herzsprung +Herb +Herber +Herberger +Herbermann +Herbers +Herbert +Herbig +Herbjørnsrud +Herbold +Herd +Herdenstam +Herder +Herda +Herdling +Herdman +Herdrich +Herdt +Herlihy +Herlin +Herlitzius +Herlong +Herlovsen +Herle +Herløv +Herendeen +Hereniko +Herenčić +Herea +Herek +Herel +Herin +Hering +Herington +Herincx +Herig +Herath +Heraty +Herapath +Heraud +Herczeg +Herczegh +Herczl +Hercegović +Hervás +Hervé +Hervey +Hervieu +Hergenröther +Herger +Hergesheimer +Herfkens +Herford +Herock +Herold +Herkenhoff +Herwig +Herxheimer +Hen +Hendrick +Hendricks +Hendrickx +Hendriks +Hendrikse +Hendrikx +Hendrie +Hendrix +Hendry +Hendryx +Hendra +Hendren +Hendron +Hender +Henders +Hendershot +Hendershott +Henderson +Henderickx +Hendee +Hendel +Hendler +Hendley +Hendin +Hendy +Henn +Henning +Hennings +Henningsen +Henninger +Hennig +Hennigan +Hennigar +Henniker +Hennipman +Hennessey +Hennessy +Hennesy +Hennelly +Henneman +Hennen +Hennequin +Henner +Henno +Henri +Henrick +Henricks +Henrickson +Henrich +Henrici +Henriksen +Henrikson +Henriksson +Henriques +Henriquez +Henrie +Henry +Henshall +Henshaw +Hensley +Henslow +Hensarling +Henschel +Hensel +Henson +Heng +Hengel +Hengelbrock +Hengen +Hengeveld +Hengsbach +Hengstler +Hentz +Hentze +Henter +Henthorn +Henton +Hentschel +Henze +Henzel +Henzell +Henzen +Henzler +Heneghan +Henel +Henesy +Heney +Henig +Henikstein +Henin +Henius +Henke +Henkel +Henkes +Henkin +Henao +Henare +Henlein +Henley +Hencke +Henjak +Henmi +Henok +Henwood +Hein +Heine +Heineman +Heinemann +Heinecke +Heineken +Heinen +Heiner +Heiney +Heinrich +Heinrichs +Heinrici +Heinroth +Heinz +Heinze +Heinzmann +Heini +Heinig +Heino +Heinonen +Heins +Heinsohn +Heintz +Heintzelman +Heinberg +Heindl +Heinke +Heiden +Heidenfelder +Heidenreich +Heidenstam +Heideman +Heidemann +Heidebrecht +Heidegger +Heidelberger +Heider +Heidari +Heidkrüger +Heidler +Heidman +Heidolf +Heidrich +Heidt +Heil +Heilbron +Heilbronn +Heilbronner +Heilbroner +Heilbrun +Heilman +Heilmann +Heilmeier +Heilpern +Heilprin +Heilig +Heim +Heiman +Heimann +Heimans +Heimbeck +Heimbold +Heimburger +Heimerdinger +Heimlich +Heimsoth +Heitman +Heitmann +Heitmeier +Heitmeyer +Heitz +Heitzeg +Heitzer +Heitzmann +Heitkamp +Heitler +Heise +Heisenberg +Heiser +Heisey +Heisig +Heiskanen +Heisler +Heissler +Heister +Heije +Heijenbrock +Heijman +Heijmans +Heijblok +Heigham +Heighington +Heighton +Heighway +Heikkilä +Heikkinen +Heikinheimo +Heiberg +Heibert +Heiferman +Heifetz +Heick +Heizer +Hell +Helle +Heller +Hellers +Hellerstein +Hellebrand +Hellebuyck +Hellemans +Helling +Hellings +Hellickson +Helligan +Helliwell +Hellman +Hellmann +Hellmesberger +Hellmuth +Helland +Hellat +Hellawell +Hellbaum +Hellberg +Hellquist +Hellqvist +Hellgren +Hellner +Hellriegel +Hellwig +Helm +Helminen +Helminger +Helminiak +Helmick +Helmig +Helmerich +Helmers +Helmanis +Helmke +Helmont +Helms +Helmuth +Helmy +Helf +Helfeld +Helfert +Helfgot +Helfgott +Helfand +Helfferich +Helfrich +Helgesen +Helgesson +Helgeland +Helgemo +Helgenberger +Helgadóttir +Helgason +Helguera +Heldman +Heldmann +Helder +Heldring +Heldt +Helebrand +Helebrandt +Helegbe +Helenius +Helyer +Helyey +Hely-Hutchinson +Helyar +Helbig +Helbing +Helberg +Helsing +Helsingius +Helsloot +Helon +Helou +Helpmann +Helprin +Heltai +Helton +Helvin +Helvétius +Helwer +Helwig +Helander +Helin +Helkearo +Helnwein +Heath +Heathcote +Heathcote-Drummond-Willoughby +Heathcott +Heathcoat-Amory +Heather +Heatherson +Heatherton +Heathfield +Heatley +Heatly +Hearns +Hearnshaw +Heartfield +Heartman +Heard +Hearon +Heary +Heal +Heale +Healey +Heald +Healy +Head +Headlam +Headley +Heady +Heap +Heaphy +Heaps +Heasley +Heaston +Heacock +Heaney +Heavey +Hey +Heyde +Heydenfeldt +Heydens +Heydeck +Heydeman +Heydarieh +Heydinger +Heydon +Heydrich +Heydt +Heym +Heyman +Heymann +Heymans +Heyn +Heyne +Heynes +Heyns +Heyer +Heyerdahl +Heyert +Heyl +Heylin +Heylyn +Heyboer +Heybroek +Heyck +Heycock +Heys +Heystek +Heyward +Heywood +Heygate +Heyting +Hess +Hesse +Hessel +Hesselbarth +Hesselbein +Hesser +Hession +Hessler +Hessus +Hester +Hesterman +Hestenes +Hestad +Heston +Heseltine +Heselton +Hesekiel +Heschel +Heschl +Heslop +Heslop-Harrison +Heshmat +Hesilrige +Hesme +Hesp +Heszlényi +Hemmi +Hemming +Hemmings +Hemmingsen +Hemmens +Hemmer +Hemmes +Hemp +Hempel +Hempenstall +Hemphill +Hempstone +Hembrey +Hembrow +Hemenway +Hemery +Hemings +Hemingway +Hemsley +Hemsworth +Hemke +Hemond +Hedgecock +Hedgeman +Hedger +Hedges +Hedgpeth +Hedayat family +Hedayati +Hedden +Heddou +Hedegaard +Hederman +Hediger +Hedison +Hedley +Hedlund +Hedberg +Hedman +Hedquist +Hedrick +Hedstrom +Hedtoft +Heger +Hegerberg +Hegerty +Hegel +Hegeler +Hegedűs +Hegenwald +Hegewald +Hegg +Hegge +Heggen +Heggie +Heggs +Hegan +Hegarty +Hegazi +Hegde +Hegh +Hegman +Hegna +Hegyi +Heck +Hecke +Hecker +Heckert +Heckman +Heckmann +Hecking +Heckler +Heckscher +Hecht +Hechter +Hechtkopf +Hechtman +Hechavarría +Hecher +Hechler +Hector +Heffern +Heffernan +Hefferon +Hefferton +Heffelfinger +Heffler +Heffley +Hefford +Heffron +Heffter +Hefter +Hefti +Hefer +Heflin +Hettiarachchi +Hettich +Hettinger +Hettner +Hettwer +Heth +Hetherington +Hetz +Hetzel +Hetemaj +Hetland +Hetrick +Hetsch +Hetényi +Heusser +Heussler +Heussner +Heusch +Heuser +Heusinger von Waldegg +Heusler +Heuckelbach +Heuckeroth +Heuberger +Heuer +Heuga +Heumann +Heun +Heerma +Heermann +Heer clan +Heeresma +Heerwagen +Heese +Heesters +Heeger +Heeks +Heemskerk +Heenan +Heep +Heeter +Hepp +Heppell +Heppenstall +Hepple +Heppler +Heppner +Hepnar +Hepner +Hepburn +Heper +Hepi +Hepton +Hepworth +Hebb +Hebbar +Hebbe +Hebedeanu +Hebenton +Heberden +Hebrang +Hebden +Hebner +Hebson +Hewish +Hewison +Hewitson +Hewitt +Hewetson +Hewett +Hewer +Hewster +Hewstone +Hewson +Hewlett +Heker +Hekimoğlu +Hekman +Hekster +Hext +Hextall +Hexter +Hexum +Heveningham +Hevesi +Hevonkoski +Hejda +Hejma +Hehn +Ho +Hol +Holl +Holling +Hollings +Hollingshead +Hollingsworth +Hollingbery +Hollingworth +Hollis +Hollister +Hollick +Holliday +Holliman +Hollioake +Holler +Holleran +Hollerith +Holleeder +Hollenbeck +Holles +Hollett +Holley +Holland +Hollander +Holladay +Hollai +Hollar +Hollo +Holloway +Hollowell +Hollond +Hollmann +Holly +Holt +Holte +Holtedahl +Holtermann +Holtet +Holtz +Holtzman +Holtzmann +Holtzhey +Holtby +Holthusen +Holton +Holtreman +Holtslag +Holm +Holmstrup +Holmström +Holmsen +Holmer +Holmes +Holmlund +Holmlöv +Holmquist +Holmqvist +HolmPatrick +Holman +Holmgren +Holder +Holderman +Holdermann +Holderbaum +Holden +Holdhaus +Holdheim +Holdaway +Holding +Holdman +Holborn +Holborne +Holbrook +Holbrooke +Holbein +Holburn +Holz +Holzman +Holzmann +Holzapfel +Holzer +Holzhausen +Holcomb +Holcombe +Holcroft +Holczer +Holweck +Holwell +Holwijn +Holwyn +Hole +Holec +Holeček +Holgado +Holgarth +Holgersson +Holiday +Holifield +Holighaus +Holofernes +Holopainen +Holsey +Holst +Holub +Holubovych +Holík +Holý +Holaň +Holford +Holke +Holness +Holroyd +Holvey +Holyoake +Horn +Hornberger +Hornblower +Hornbostel +Hornbuckle +Hornby +Horne +Hornemann +Horner +Horney +Hornig +Hornigold +Hornick +Horniman +Hornsby +Hornschuh +Hornstein +Hornacek +Hornaday +Hornung +Horsbrugh +Horsburgh +Horsten +Horstmann +Horsford +Horský +Horsley +Horsman +Horswell +Horigome +Horiguchi +Horibe +Horie +Horiike +Horio +Horiuchi +Horvat +Horvath +Horve +Horvitz +Horváth +Horder +Hordern +Horden +Hordges +Horoho +Horomia +Horovitz +Horowitz +Hort +Horta +Horthy +Horton +Hora +Horan +Hore +Horenbout +Horler +Horlick +Horman +Hormizd +Horrell +Horrocks +Horwath +Horwitz +Horák +Horáček +Horcasitas +Horgan +Horkheimer +Horčička +Hou +Sapieha +Shervashidze +Sidamoni +Surameli +Zhao +Zhu +Zamoyski +Amsberg +Antelminelli +Cammingha +Contarini +Dadeshkeliani +Dadiani +Gelovani +Gurieli +Lubomirski +Lynden +Omri +Ossoliński +Bylandt +Jaqeli +Kurnatowski +Meeûs d'Argenteuil +Quartigiani +Toreli +Villehardouin +Householder +Houseman +Housley +Housman +Houstoun +Hout +Houthakker +Houthuesen +Houteff +Houtkoop +Houttuyn +Houtzager +Hoult +Houlton +Houldsworth +Houle +Houllier +Hough +Houghton +Hougaard +Houben +Houbraken +Houdin +Houdini +Houk +Houri +Honey +Honeyball +Honeybone +Honeycutt +Honeyford +Honeywood +Honecker +Honegger +Honig +Honigsman +Honigsmann +Honigsberg +Honigman +Honigmann +Honigberg +Honda +Honderich +Hondius +Hondros +Honychurch +Honyman +Honywood +Honchar +Honcharenko +Honan +Hong +Honjo +Honkonen +Honma +Honnorat +Honoré +Hoshi +Hoshina +Hoshino +Hoshimi +Hoskin +Hosking +Hoskins +Hoskyns +Hosogai +Hosokawa +Hosono +Hosoya +Hosier +Hosius +Hossack +Hossain +Hostetler +Hostin +Hosack +Hosey +Hosley +Hosmer +Hospod +Hoogendijk +Hoogendorp +Hoogervorst +Hoogerwerf +Hoogsaat +Hoogstraten +Hoogland +Hoogveld +Hook +Hooke +Hooker +Hookey +Hooser +Hooson +Hooch +Hood +Hooft +Hoole +Hooper +Hoorn +Hooten +Hoover +Hoen +Hoenigberg +Hoenigman +Hoenigsberg +Hoeneß +Hoebee +Hoeben +Hoehman +Hoehmann +Hoelder +Hoelscher +Hoepffner +Hoeppner +Hoes +Hoess +Hoedeman +Hoeft +Hoekstra +Hoevers +Hoewedes +Hoey +Hoff +Hoffman +Hoffmann +Hoffmeister +Hoffecker +Hoffer +Hoffa +Hoffstad +Hofman +Hofmann +Hofmann von Hofmannsthal +Hofmans +Hofmeister +Hofstede +Hofstetter +Hofstadter +Hofheimer +Hofhuizen +Hofbauer +Hofer +How +Howe +Howell +Howells +Howedes +Howerton +Howes +Howard +Howarth +Howatt +Howie +Howison +Howitt +Howlader +Howland +Howlett +Howse +Howson +Howcroft +Howorth +Hopp +Hoppe +Hopper +Hoppes +Hopps +Hope +Hope Simpson +Hope-Johnstone +Hopf +Hopfer +Hopfner +Hopkin +Hopkins +Hopkinson +Hopley +Hopson +Hopwood +Hodge +Hodges +Hodgetts +Hodgkinson +Hodgkiss +Hodgins +Hodgman +Hodgson +Hoddle +Hodencq +Hodkinson +Hodler +Hodoshima +Hody +Hodžić +Home +Homeier +Homer +Homeyer +Homan +Homann +Homayoun +Homburg +Homburger +Homma +Homme +Homola +Homolka +Homrighausen +Homura +Hoblit +Hoblitzell +Hobley +Hoblyn +Hobbs +Hobby +Hobart +Hobcroft +Hobday +Hoberman +Hobgood +Hobhouse +Hobman +Hobson +Hoch +Hochman +Hochmeister +Hochmuth +Hochberg +Hochheim +Hochstetler +Hockenberry +Hockensmith +Hocking +Hockings +Hockley +Hoca +Hoar +Hoare +Hoareau +Hoard +Hoad +Hoadley +Hoadly +Hoag +Hoagland +Hoai +Hoashi +Hogg +Hoggard +Hoggart +Hogge +Hogeback +Hogeboom +Hogan +Hogben +Hognestad +Hogrebe +Hovenden +Hovenkamp +Hovhannisyan +Hoving +Hovland +Hovnanian +Hovorka +Hovsepian +Hohenlohe +Hohenstein +Hohl +Hohlbaum +Hohman +Hohmann +Hohol +Hotaling +Hotchkiss +Hotham +Hotson +Hottinger +Hotze +Hoy +Hoyt +Hoyte +Hoyle +Hoyng +Hoysala Karnataka Brahmins +Hoxha +Hoxie +Hošek +Hošťálek +Hoiles +Hoke +Hozumi +Hočevar +Hind +Hindmarch +Hindmarsh +Hindman +Hindler +Hindley +Hindawi +Hinde +Hinds +Hindustani people +Hinterberger +Hintermaier +Hinterseer +Hintikka +Hinton +Hintz +Hinch +Hinchcliffe +Hinckley +Hincks +Hince +Hing +Hinge +Hingis +Hingley +Hingston +Hinkel +Hinkes +Hinks +Hinkson +Hinkley +Hinode +Hinoi +Hinouchi +Hinrich +Hinrichs +Hinrichsen +Hinschius +Hinshelwood +Hinault +Hines +Hinlopen +Hinman +Hinn +Hinzmann +Hiraka +Hirakawa +Hiraki +Hirako +Hiranaka +Hirani +Hirano +Hiranuma +Hirasawa +Hirase +Hirashima +Hiraide +Hiraizumi +Hirata +Hirate +Hirayama +Hirayanagi +Hirabayashi +Hirajima +Hiramatsu +Hirsch +Hirschfeld +Hirschhorn +Hirschl +Hirschman +Hirschowitz +Hirschson +Hirsh +Hirshberg +Hirst +Hironaka +Hirono +Hiroe +Hiroi +Hiromichi +Hirosue +Hirota +Hirth +Hirtreiter +Hirtz +Hird +Hiryu +Hill +Hiller +Hillerman +Hillebrand +Hillenbrand +Hilley +Hilliard +Hillier +Hillberg +Hillcourt +Hillgruber +Hillsbery +Hillyer +Hildebrand +Hildebrandt +Hildenbrand +Hildesheimer +Hildreth +Hildyard +Hilscher +Hilsenrath +Hilson +Hilsum +Hiltermann +Hilton +Hiltunen +Hiltz +Hilfenhaus +Hilferding +Hilfiger +Hilal +Hilary +Hilbert +Hilverding +Highmoor +Highmore +Hight +Hightower +Higham +Highet +Highsmith +Higginbotham +Higginbottom +Higgins +Higgens +Higgons +Higuain +Higuchi +Higuita +Higa +Higashimura +Higden +Higdon +Higby +Higelin +Higinbotham +Higley +Higman +Hignutt +Higson +Hickersberger +Hickerson +Hickenlooper +Hickey +Hicks +Hicks-Beach +Hickson +Hickman +Hickmott +Hickok +Hickox +Hickins +Hierholzer +Hiernaux +Hierrezuelo +Hiebendaal +Hiebert +Hiek +Hielscher +Hiemstra +Hietbrink +Hisaya +Hisayuki +Hisamura +Hishida +Hishikawa +Hiscock +Hiss +Hitch +Hitchen +Hitchens +Hitchcock +Hitchon +Hitz +Hitzfeld +Hitzig +Hitler +Himmelblau +Himmelfarb +Himmelweit +Himmler +Himanen +Himes +Himsi +Himura +Hibberd +Hibbert +Hibbett +Hibbard +Hibbs +Hibri +Hijman +Hijmans +Hijazi +Hijgenaar +Hijikata +Hijuelos +Hipp +Hippe +Hippel +Hippisley +Hippler +Hipwell +Hideghéthy +Hiden +Hidalgo +Hiddleston +Hikari +Hikawa +Hikmat +Hikmet +Hiaasen +Hiatt +Hiiragi +Hiyama +Hiçyakmazer +Hu +Hus +Hussein +Husseini +Husserl +Hussey +Hussman +Huse +Huseklepp +Huseman +Huseynov +Hustad +Huster +Hustler +Hustvedt +Husband +Husbands +Husain +Husch +Husik +Huskard +Husmann +Huson +Huszar +Hubbe +Hubberd +Hubbert +Hubbell +Hubbard +Hubbs +Hube +Huber +Huberman +Hubert +Huband +Hubard +Hubay +Hubálek +Hubáček +Hubik +Hubler +Hubmaier +Hunt +Hunte +Huntelaar +Hunter +Huntington +Huntington-Whiteley +Huntley +Huntsman +Hundley +Hundt +Hunkin +Hunkins +Hunley +Hunloke +Hunjan +Hunnicutt +Hunziker +Hurt +Hurtado +Hurtado de Mendoza +Hurtault +Hurlbut +Hurley +Hurll +Hurst +Hursthouse +Hurwicz +Hurwitz +Hurault +Hurd +Hurenko +Hurvitz +Huddart +Hudde +Huddleston +Hudec +Hudeček +Hudler +Hudleston +Hudson +Hudspeth +Hudák +Hudáček +Hudak +Hudgens +Hug +Hughes +Hughey +Hughley +Hughson +Huggen +Huggett +Huggins +Hugard +Huger +Hugill +Hugley +Hugo +Humphrey +Humphreys +Humphry +Humphrys +Humphries +Humberstone +Humbert +Humble +Humby +Hume +Humes +Human +Hummel +Hutchence +Hutcherson +Hutcheson +Hutchins +Hutchinson +Hutchings +Hutt +Hutto +Hutton +Hutter +Huth +Hutopilă +Hutson +Hullermann +Hulley +Hulse +Hulshoff +Hulford +Hulick +Hulke +Hulme +Hultgren +Hulusi +Huygen +Huygens +Huyghue +Huyan +Huydecoper +Huysmans +Hua +Huang +Huangfu +Huaman +Huard +Huff +Huffaker +Huffington +Huffman +Hufnagel +Huish +Huisman +Huijser +Huitfeldt +Huizenga +Hue +Hueber +Hueffer +Huessy +Huhtala +Huhtamo +Huhtanen +Huhn +Hupfeld +Huppert +Hups +Huckabee +Huckaby +Huo +Huovinen +Huwyler +Huwé +Huxley +Huxtable +Huq +Huuskonen +Huzik +Huťka +Hölder +Hölderlin +Höllenreiner +Höller +Hölbling +Hölty +Hölzel +Hönig +Hönigsberg +Hönigsmann +Hönigswald +Hönigberg +Hönigmann +Höfle +Höfler +Höfer +Höffner +Höfte +Höhne +Höhnel +Höhmann +Höger +Höglund +Höschel +Hössler +Höcher +Hörbiger +Höwedes +Höß +Härig +Häring +Härkönen +Härma +Hämeen-Anttila +Hämmerli +Hämäläinen +Hännikäinen +Hänninen +Hänel +Häusermann +Häusler +Häussler +Hägg +Hägglund +Häberli +Häiväoja +Häkkinen +Häyry +Hébrard +Hébras +Hébert +Héral +Hérisson +Héroux +Héguy +Hémery +Hénault +Hübener +Hüber +Hübbe +Hübner +Hülsen +Hürlimann +Hüttner +Hádek +Hájek +Hálek +Háy +Høeg +Høgh +Højgaard +Håkansson +Håvard +Hænning +Hæstad +Hà +Hynd +Hyndman +Hynds +Hyneman +Hynes +Hyde +Hyder +Hyderi +Hyde-White +Hyman +Hymas +Hymen +Hymer +Hyland +Hylkema +Hyltin +Hyams +Hyatt +Hyka +Hykisch +Hyett +Hyppönen +Hyrtl +Hyslop +Hyun +Hrbaty +Hrbatý +Hrbek +Hrbáček +Hrabal +Hrabě +Hradecký +Hrisoverghi +Hristov +Hribar +Hrubec +Hrubeš +Hruška +Hrdina +Hrdlička +Hrovat +Hrozný +Hryb +Hrytsay +Hrepka +Hrgota +Hrnić +Hrvatinić +Hjelt +Hjeltnes +Hjertsson +Hjorth +Hjortsberg +Hjartarson +Hlava +Hlaváček +Hlawka +Hlebowicz +Hlinka +Hlond +Hwan +Hwang +Hwangbo +Hviezdoslav +Hviid +Hławiczka +Hřebejk +Hạ +Hồ +Kar +Kara +Karak +Karakachanov +Karakaya +Karakaş +Karaklajić +Karakoç +Karakuş +Karadeniz +Karadere +Karadag +Karaduman +Karadžić +Karaman +Karamata +Karam Family +Karami +Karapandža +Karapetyan +Karapici +Karas +Karashima +Karasu +Karatani +Karatay +Karataş +Karaca +Karachiwala +Karahan +Karahashi +Kara-Murza +Karabulut +Karaferić +Karagöz +Karajan +Karanović +Karawi +Karađorđević +Karp +Karpov +Karpovich +Karpovtsev +Karpeles +Karpenko +Karpienia +Karplus +Karppinen +Karpyshyn +Kari +Karim +Karimi +Karimov +Karimäki +Karinska +Karinthy +Kariattil +Karikari +Kare +Karel +Karelin +Karels +Karegeya +Karekar +Karen +Karlsen +Karlson +Karlsson +Karlen +Karleuša +Karlin +Karlović +Karst +Karsten +Karstens +Karsch +Karsen +Karsgaard +Karshakevich +Kardar +Kardashian +Kardos +Kardum +Karkanis +Karkare +Karki +Karkoc +Karnad +Karnaugh +Karnik +Karnišovas +Karol +Karolak +Karofsky +Karosas +Kartosuwirjo +Kartosuwiryo +Kartosoewirjo +Kartal +Karcher +Karcioglu +Karczewski +Karras +Karrasch +Karren +Karjakin +Karjalainen +Karman +Karmen +Kary +Karyo +Karbunara +Kargman +Karhade Brahmin +Karve +Karwowski +Karzai +Kal +Kala +Kalashnik +Kalashnikov +Kalashnyk +Kalasnik +Kalachnik +Kalachnyk +Kalač +Kalačnik +Kaladze +Kalafatović +Kalamkar +Kalani +Kalašnik +Kalin +Kalina +Kalinauskas +Kalinin +Kalinić +Kalinowski +Kalisch +Kalischer +Kalish +Kalisz +Kalimulin +Kalita +Kallas +Kallaste +Kallay +Kallen +Kallenbach +Kaller +Kallon +Kalk +Kalkan +Kalkbrenner +Kalkhuis +Kalkofe +Kalkstein +Kalda +Kaldhol +Kaldor +Kaldırım +Kalocsai +Kalocsay +Kalogeropoulos +Kalousek +Kalbasi +Kalbfleisch +Kalbhor +Kalyagin +Kalyal +Kalyanin +Kaljević +Kaljurand +Kalmer +Kalmusky +Kalnina +Kalniņš +Kaltenbrunner +Kaltenegger +Kalu +Kalugin +Kalckstein +Kaler +Kalhora +Kalpakian +Kalrasten +Kalsi +Kan +Kanakamedala +Kanakaris +Kanakubo +Kanasawa +Kanashiro +Kanasz +Kanagala +Kanagaratnam +Kaname +Kanamori +Kanayama +Kanayo +Kanada +Kanafani +Kanai +Kanarfogel +Kanazawa +Kane +Kanemaru +Kanematsu +Kanemoto +Kaneto +Kanetsuki +Kaneda +Kanehira +Kaneko +Kaner +Kanesaka +Kanda +Kandarr +Kandel +Kandelaki +Kandhari +Kandhlawi +Kandiah +Kandinsky +Kandreva +Kandukuri +Kant +Kante +Kanter +Kantor +Kantorowicz +Kanta +Kantner +Kanté +Kani +Kaniecki +Kanievsky +Kanitz +Kaniuk +Kanizsa +Kann +Kannari +Kanne +Kannisto +Kanno +Kang +Kangralkar +Kangro +Kangur +Kankaraš +Kankkunen +Kansal +Kanso +Kanunnikov +Kanuri +Kanwat +Kanzaki +Kats +Katsura +Katsuragi +Katsuro +Katsumata +Katsumoto +Katsuji +Katsuki +Katsuya +Katsantonis +Katschorowski +Katz +Katzen +Katzenbach +Katzenellenbogen +Katzman +Katzmann +Katzir +Katznelson +Kata +Kataev +Katagiri +Katainen +Katamadze +Kataoka +Katayama +Kate +Kater +Katerine +Kateb +Katehi +Katelynas +Katchadourian +Katchaturian +Katchaznouni +Katil +Katiyar +Katić +Kato +Katona +Katori +Katte +Katter +Katterfeld +Kath +Katlaps +Katrakis +Katwal +Katětov +Katō +Kaminskas +Kaminski +Kaminsky +Kaminaga +Kaminer +Kaminuma +Kamiki +Kamikita +Kamimachi +Kamimura +Kamibayashi +Kamio +Kamisaka +Kamitsubo +Kamiya +Kamizono +Kamiński +Kama +Kamala +Kamalisarvestani +Kamalov +Kaman +Kamani +Kamara +Kamaras +Kamachi +Kamada +Kamasamudram +Kamat +Kamau +Kamen +Kamenev +Kameni +Kamensky +Kameda +Kamei +Kamel +Kampman +Kampmann +Kampf +Kamphaus +Kamm +Kammerer +Kammeyer +Kamkar +Kamke +Kambayashi +Kamohara +Kamrouz +Kashiwabara +Kashiwagi +Kashiwase +Kashibadze +Kashif +Kashima +Kashin +Kashiyama +Kashani +Kasher +Kashgari +Kashmiri Shaikh +Kashtan +Kasper +Kasperczyk +Kasperski +Kasprzak +Kasprzyk +Kasprowicz +Kasparov +Kass +Kassir +Kassirer +Kassis +Kassar +Kassebaum +Kasapi +Kasapis +Kasagi +Kasai +Kasatonov +Kastein +Kastelic +Kasten +Kastner +Kastrati +Kasu +Kasuga +Kasuya +Kase +Kasekende +Kasvi +Kasvio +Kasdan +Kask +Kasner +Kaplan +Kaplansky +Kaplický +Kaplinsky +Kaplow +Kaplowitz +Kapler +Kapllani +Kapia +Kapianidze +Kapitonov +Kapitsa +Kapić +Kapp +Kappel +Kappelhof +Kappler +Kapsa +Kapsberger +Kapsner +Kapanadze +Kapanen +Kapono +Kapoor +Kapur +Kapustin +Kapetanović +Kaprekar +Kaptan +Kapłański +Kawamae +Kawamata +Kawamori +Kawamoto +Kawamura +Kawasaki +Kawase +Kawashima +Kawasumi +Kawana +Kawanabe +Kawano +Kawagishi +Kawaguchi +Kawachi +Kawada +Kawahara +Kawai +Kawakami +Kawalec +Kawaragi +Kawazoe +Kawle +Kai +Kaimal +Kaiman +Kaimoto +Kaiser +Kaiserman +Kaisiepo +Kail +Kaila +Kain +Kaine +Kaito +Kaity +Kaich +Kaidanov +Kaieda +Kaifu +Kairys +Kaiv +Kaizuka +Kadi +Kadia +Kadijević +Kadir +Kadishman +Kadivar +Kadiyala +Kadonaga +Kadono +Kadoorie family +Kadowaki +Kadanthodu +Kadare +Kaddouri +Kadelburg +Kadlec +Kadri +Kadthan +Kadyrov +Kaul +Kaulbach +Kaulback +Kaulen +Kaulitz +Kauppi +Kauppila +Kauppinen +Kauter +Kautsky +Kautz +Kaufeldt +Kaufmann +Kaukėnas +Kaurismäki +Kauz +Kaba +Kabane +Kabangu +Kabanov +Kabalevsky +Kabamba +Kabashima +Kabayama +Kaberle +Kaberry +Kabua +Kabulov +Kabbah +Kabiraj +Kaboré +Kaapana +Kaapanda +Kaapama +Kaaberma +Kaabour +Kaagh +Kaagman +Kaan +Kaanjuka +Kaarlonen +Kaaronda +Kaack +Kaada +Kaas +Kachel +Kachenovsky +Kachaturian +Kachloul +Kachorovsky +Kachru +Kaczor +Kaczorowska +Kaczorowski +Kaczorowsky +Kaczmarek +Kaczynski +Kaceli +Kacin +Kahane +Kahanek +Kahana +Kahl +Kahle +Kahler +Kahn +Kahneman +Kahr +Kahraman +Kahrs +Kahveci +Kahya +Kaku +Kakuta +Kakutani +Kakunaka +Kakarla +Kakarlapudi +Kakabadze +Kakhaberidze +Kakhovsky +Kakehashi +Kakimoto +Kaklamanis +Kakori Shaikh +Kavalchuk +Kavalevich +Kavaliauskas +Kavalsky +Kavak +Kavanagh +Kaverin +Kaverina +Kaveh +Kavka +Kavkasidze +Kaviraj +Kavur +Kazama +Kazami +Kazakov +Kazantsev +Kazmi +Kazmierczak +Kazmaier +Kazlas +Kazlauskas +Kazbegi family +Kazem +Kazhdan +Kazimov +Kay +Kayser +Kayserling +Kaysen +Kay-Skrzypecki +Kay-Skrzypeski +Kaya +Kayama +Kayhan +Kaymak +Kaynarca +Kayyali +Kagame +Kagami +Kagan +Kaganovich +Kagawa +Kagerbauer +Kageura +Kagita +Kagiyama +Kagle +Kaj +Kajino +Kajio +Kajiwara +Kajiya +Kajgo +Kajkut +Kajosmaa +Kaňa +Kaśnikowski +Kaş +Kašpar +Kaegi +Kaeser +Kačinskas +Kačić +Kafka +Ko +Korn +Kornblum +Kornbluth +Kornberg +Kornemann +Kornerup +Korneyev +Kornfeder +Kornfeld +Kornheiser +Kornhäusel +Kornilov +Korniyenko +Kornman +Kornmann +Kornai +Korngold +Kornzweig +Korol +Korolenko +Korolev +Korolyov +Korobkov +Korobov +Koroma +Koroman +Koroknay +Korossy +Korotkov +Korovin +Koranda +Koranteng +Koranyi +Korach +Koray +Kors +Korsmeyer +Korsmo +Korsakov +Korsch +Korecki +Koren +Korey +Korkishko +Korkmaz +Korkut +Korda +Kordić +Korholz +Korhonen +Koridze +Korin +Kortajarena +Korte +Korbes +Korczak +Korff +Korjus +Kormiltsev +Korun +Korver +Korwin-Szymanowscy +Korzeniowski +Kolashnik +Kolashnyk +Kolasa +Kolasnik +Kolar +Kolarac +Kolarov +Kolachnik +Kolachnyk +Kolaković +Kolander +Kolašinac +Koll +Kollannur +Kollar +Kolle +Koller +Kollontay +Kolloway +Kolling +Kollmann +Kollwitz +Kolesnikov +Kolessa +Kolea +Kolehmainen +Kolekar +Kolettis +Kolev +Kolb +Kolbe +Kolberg +Kolbert +Kolbeck +Koli +Kolisch +Kolisko +Kolingba +Kolos +Kolosov +Kolokolnikov +Kolovrat +Kolthoff +Koltsov +Kolchak +Kolff +Kolkka +Kolm +Kolpakov +Kolstad +Kolumbet +Kolář +Kos +Kosten +Kostenko +Kostecki +Kostelić +Koster +Kostiuk +Kostiw +Kostić +Kostov +Kostović +Kostoff +Kostadinova +Kostadinović +Kostra +Kostrzewski +Kostylev +Kostyuk +Kostka +Kostner +Kossak +Kossakowski +Kossel +Kossmann +Kossoff +Kossuth +Koskela +Koskenniemi +Koski +Koskinen +Kosky +Kosecki +Koselka +Kosevich +Koshiba +Koshino +Koshkin +Kosugi +Kosunen +Kosuth +Kosaka +Kosar +Koslov +Koslowski +Kosmaczewski +Kosman +Kosonen +Kosor +Kosciuška +Kosgei +Kosinski +Kon +Koning +Konings +Koninck +Konieczny +Konietzka +Konik +Konikow +Konicov +Konishi +Konoe +Konoike +Konomi +Kononenko +Konopka +Konovalov +Konadu +Konaka +Konarski +Konaté +Konayev +Kondo +Kondogbia +Kondratenko +Kondratiev +Kondylis +Konstantinou +Konstantinov +Konstantinidis +Konstantopoulos +Konerko +Koneru +Konečný +Kontinen +Kontogouris +Kontsedalov +Konca +Konchalovsky +Konnikov +Konno +Kong +Konjović +Konyayeva +Kohl +Kohlhaas +Kohlhaase +Kohlhase +Kohlberg +Kohlbrugge +Kohlman +Kohlmann +Kohl-Larsen +Kohler +Kohli +Kohlrausch +Kohan +Koharuno +Kohashi +Kohaut +Kohout +Kohoutek +Kohon +Kohn +Kohnstamm +Kohr +Kohring +Kohenque +Kohinata +Kohja +Kohut +Kohzad +Kopp +Kopper +Kopperholdt +Koppers +Koppelman +Koppen +Kopacz +Kopaczewska +Kopanja +Kopaszewski +Koprziva +Koprziwa +Koprivica +Koprowski +Kopřiva +Kopřivová +Kopříva +Kopřívová +Kopicki +Kopilas +Kopitar +Kopecký +Kopetz +Kopf +Koplowitz +Kops +Kopylov +Kot +Kotowicz +Kotowski +Kotobuki +Kotoge +Kotorida +Kotov +Kotla +Kotlarczyk +Kotlyarevsky +Kotlyarov +Kott +Kottulin +Kottulinsky +Kottmann +Kotz +Kotze +Kotzian +Kotzwinkle +Kotak +Kotev +Kothari +Kotnik +Kotschy +Kotwal +Koval +Kovalevich +Kovalevsky +Kovalenko +Kovalainen +Kovalchuk +Kovalyov +Kovač +Kovačec +Kovačević +Kovačić +Kovacevich +Kovachev +Kovacsics +Kovařík +Kovács +Kováč +Kovář +Kovelamudi +Koven +Kovhanko +Kovic +Kovner +Kovpak +Komorowska +Komorowski +Komorovsky +Komornicki +Komoartok +Komoto +Komaeda +Komarov +Komatsu +Komazec +Komiya +Komiyama +Komissarov +Komlenović +Komljenović +Komnenić +Komnenović +Komura +Komuro +Kombarov +Kommineni +Kompany +Komárek +Koenders +Koenekamp +Koenigswarter +Koerbagh +Koern +Koerten +Koehler +Koehne +Koekkoek +Koekoek +Koelle +Koelman +Koeppel +Koeppen +Koech +Koedijck +Koegel +Koeman +Koester +Koetsier +Koezuka +Koch +Kochakidze +Kochalka +Kochanski +Kocharyan +Kocher +Kochetkova +Kochman +Kochno +Kochubey +Kocian +Kocijan +Kocić +Koca +Kocaman +Kocsis +Kocsárdi +Kocourek +Kocyan +Koz +Kozlov +Kozlovskis +Kozlovsky +Kozler +Kozlina +Kozhanov +Kozhevnikov +Kozhukhar +Kozłowska +Kozłowski +Kozak +Kozintsev +Kozjek +Kozma +Kozyrev +Kobayakawa +Kobayashi +Kobal +Kobashi +Kobel +Kobell +Kober +Kobulashvili +Kobulov +Kobuszewski +Koboshvili +Kobrin +Kobs +Kobylkin +Kobzon +Koum +Koumba +Koumjian +Kouts +Koutsopoulos +Kouassi +Koubek +Kouchner +Koudize +Koufos +Koukal +Koussevitzky +Kouzmanoff +Kok +Kokoschka +Kokoszka +Kokot +Kokotović +Kokorin +Kokubo +Kokubun +Kokarev +Koker +Kokkonen +Kožená +Kožený +Koželuh +Kožešník +Kožušník +Kołodziej +Kołłątaj +Košir +Košťál +Kożuchowska +Kożuchowski +Koivu +Koivumäki +Koivunen +Koike +Koilparampil +Koirala +Koishi +Koiter +Koiwai +Koizumi +Kowal +Kowalczyk +Kowalewski +Kowalik +Kowalski +Kowarska +Kowarski +Kowarsky +Kownacki +Kowner +Koga +Kogan +Kogler +Koglmann +Koguchi +Kogutowicz +Kogen +Kogon +Kogălniceanu +Koda +Kodaira +Kodaka +Kodama +Kodra +Kodro +Kodirova +Kodjo +Koopman +Koopmans +Koops +Kooijman +Kooiman +Kook +Koolhaas +Kooman +Koç +Koçak +Koçer +Koçi +Koçoğlu +Koçyiğit +Koya +Koyama +Koyamada +Koyanagi +Koyuncu +Kojadinović +Kojic +Kojnok +Koffka +Kofman +Kočiš +Kočí +Ki +King +Kingsbury +Kingscote +Kingsepp +Kingsley +Kingsmill +Kingsolver +Kingston +Kingerlee +Kingetsu +Kingdon +Kingma +Kington +Kind +Kindl +Kindle +Kindleberger +Kindler +Kindelán +Kindermann +Kindt +Kinnear +Kinnersley +Kinnui +Kinnunen +Kinnaman +Kinnock +Kinsella +Kinser +Kinsey +Kinsbergen +Kinsky +Kinsler +Kinali +Kinariwala +Kinasewich +Kincaid +Kinch +Kinkaiyama +Kinkead +Kintner +Kintzler +Kininmonth +Kinjō +Kinlen +Kinmont +Kinoshita +Kinyor +Kinzie +Kirsch +Kirschbaum +Kirschenbaum +Kirschner +Kirschstein +Kirst +Kirstein +Kirsten +Kirshner +Kirsipuu +Kirilenko +Kirillov +Kirilov +Kiriakidis +Kiriakou +Kirishima +Kirițescu +Kirk +Kirkaldy +Kirkbride +Kirkegaard +Kirkland +Kirkup +Kirkwood +Kirchweger +Kirchwey +Kirchhoff +Kirchner +Kiros +Kirovski +Kiryu +Kiryukhin +Kiraz +Kirby +Kirdar +Kireyev +Kirmani +Kirn +Kirtley +Kirui +Kirwitzer +Kirzner +Király +Kip +Kipke +Kipkemboi +Kipkemei +Kipkemoi +Kipketer +Kipkoech +Kipkorir +Kipkosgei +Kipkirui +Kiprono +Kiprop +Kiprotich +Kiprugut +Kipruto +Kipchirchir +Kipchoge +Kipchumba +Kiplimo +Kipling +Kiplagat +Kippenberger +Kipping +Kipps +Kiptanui +Kiptoo +Kiptum +Kipngetich +Kipnis +Kipsang +Kipsiro +Kipiani +Kipyego +Kitt +Kittle +Kittler +Kittles +Kittlová +Kittel +Kitter +Kittredge +Kittridge +Kitta +Kitto +Kitts +Kita +Kitabatake +Kitabayashi +Kitabeppu +Kitagawa +Kitajima +Kitamura +Kitazawa +Kitaōji +Kitchin +Kitching +Kitchen +Kite +Kiteley +Kitson +Kitsyn +Kitzhaber +Kitzis +Kitić +Kitur +Kiel +Kielland +Kiellström +Kielholz +Kielty +Kiely +Kienholz +Kienhuis +Kienast +Kiener +Kientz +Kienzle +Kiesel +Kieser +Kiesewetter +Kieschnick +Kiesinger +Kiesling +Kiefel +Kiefer +Kieffer +Kieft +Kierkegaard +Kiermaier +Kiernan +Kieber +Kiedis +Kiegwin +Kiep +Kießling +Kim +Kimberley +Kimberlin +Kimberly +Kimbell +Kimbro +Kimbrough +Kimball +Kimble +Kime +Kimeli +Kimemia +Kimes +Kimmel +Kimmelman +Kimmitt +Kimura +Kimutai +Kimaiyo +Kimhi +Kimihara +Kimoto +Kimpton +Kimsey +Kimyacıoğlu +Killebrew +Killeen +Killelea +Killen +Killias +Killion +Killam +Kilbey +Kilbourne +Kilby +Kilgariff +Kilger +Kilgore +Kile +Kilel +Kilpatrick +Kilpeläinen +Kildall +Kilkenny +Kilmartin +Kilner +Kilroy +Kilty +Kilvert +Kis +Kishino +Kishinouyei +Kishida +Kishikawa +Kishimoto +Kishio +Kishon +Kiss +Kissell +Kisser +Kissack +Kissling +Kissoon +Kisekka +Kiselyov +Kisfaludi +Kisfaludy +Kisielewski +Kisinger +Kisling +Kistler +Kisugi +Kida +Kidambi +Kidane +Kidd +Kidder +Kido +Kidokoro +Kidman +Kidron +Kidson +Kikuchi +Kikuno +Kikut +Kikawada +Kikis +Kiknadze +Kiyomiya +Kiyomoto +Kiyokawa +Kiyonari +Kiyotake +Kiyozawa +Kibalchich +Kibalnikov +Kibayashi +Kibet +Kibiwott +Kichin +Kichise +Kichenok +Kichlu +Kickx +Kivi +Kivimägi +Kivinen +Kivuvu +Kiang +Kiarostami +Kiff +Kifle +Kigen +Kight +Kihara +Kiiskinen +Kijima +Kiuchi +Kiwanuka +Kizil +Kićanović +Kiš +Kurokawa +Kuroki +Kuroda +Kuroiwa +Kuronuma +Kurosawa +Kurotori +Kurowski +Kuroyanagi +Kurisu +Kurisunkal +Kuribayashi +Kurigami +Kurihara +Kurimoto +Kurita +Kuriyama +Kurt +Kurtz +Kurtzer +Kurtzman +Kurtar +Kurtiz +Kurtoğlu +Kurtuluş +Kurakawa +Kurakin +Kuramochi +Kuramoto +Kuranda +Kurata +Kurechi +Kurek +Kurelac +Kurepa +Kurz +Kurzban +Kurzhals +Kurzweil +Kurrat +Kurrein +Kurumada +Kuruvilla +Kurbjuweit +Kurdyumov +Kurguskin +Kurjak +Kurnakov +Kurstin +Kuryluk +Kurányi +Kulik +Kulikov +Kulikovsky +Kulikowski +Kulischer +Kulish +Kulick +Kulić +Kulesha +Kuleshov +Kulesza +Kulenović +Kulka +Kulkarni +Kulke +Kullman +Kullmann +Kullberg +Kulchytsky +Kulczyński +Kulhánek +Kulhánková +Kulongoski +Kulovits +Kulakov +Kuljić +Kulp +Kulyk +Kusaka +Kusakabe +Kusakari +Kusakawa +Kusachi +Kusamura +Kusanagi +Kusayanagi +Kusunoki +Kusunose +Kusuda +Kusuhara +Kusumoto +Kushner +Kushnir +Kushchevsky +Kushibiki +Kustodiev +Kustok +Kuster +Kusturica +Kuschel +Kuschner +Kuszner +Kusznierewicz +Kubic +Kubica +Kubicki +Kubiczky +Kubilay +Kubilius +Kubiak +Kubisz +Kubitsky +Kubiš +Kubo +Kubokura +Kubota +Kuboya +Kuba +Kuban +Kubat +Kubelík +Kubler +Kubrick +Kuma +Kumar +Kumara +Kumaran +Kumaraswamy +Kumah +Kumahara +Kumaki +Kumakiri +Kumabayashi +Kumada +Kumagai +Kumai +Kumanudi +Kumazawa +Kumble +Kummer +Kunitomo +Kunitz +Kunicki +Kunikida +Kuniyoshi +Kunde +Kundera +Kundrotas +Kunt +Kunter +Kuntz +Kunert +Kunkel +Kunst +Kunze +Kut +Kuta +Kutateladze +Kutay +Kuteli +Kutepov +Kutlu +Kutluay +Kutschera +Kutsuki +Kuttner +Kutty +Kutner +Kutuvantavida +Kukhar +Kukharchuk +Kukharenko +Kukula +Kukushkin +Kukuzelis +Kukal +Kukk +Kuklinski +Kukoč +Kuksiks +Kucharcik +Kucharczyk +Kucharski +Kucharsky +Kuchař +Kuchchal +Kucher +Kuchler +Kuczenski +Kuczynski +Kuzmanović +Kuzmanovski +Kuzmich +Kuzmin +Kuzmenko +Kuznets +Kuznetsov +Kuzin +Kuzorra +Kupfer +Kupferblum +Kuprevičius +Kuprin +Kuparinen +Kupchak +Kuperus +Kupka +Kušnier +Kušnir +Kušnír +Kušić +Kuś +Kuş +Kuźmicki +Kužel +Kuijer +Kuijers +Kuijken +Kuijpers +Kuiper +Kuipers +Kuilta +Kudinov +Kudirka +Kudryashov +Kudryavtsev +Kudo +Kudva +Kuerschner +Kuerten +Kuechler +Kuenen +Kuether +Kuhlman +Kuhlmann +Kuhler +Kuhaulua +Kuhn +Kuusi +Kuusik +Kuusisto +Kuusela +Kuusk +Kuwabara +Kuwahara +Kuwashima +Kuwata +Kuwayama +Kuykendall +Kuyper +Kuyter +Kučan +Kučera +Kučinić +Kuffour +Kufuor +Kugimiya +Kugler +Kuoppala +Kuosmanen +Kuang +Kujović +Ke +Ker +Kershaw +Kershner +Kersten +Kerstens +Kerschbaumer +Kersey +Kerslake +Kerr +Kerridge +Kerrigan +Kerrison +Kerruish +Kerry +Kerim +Kerimov +Kerimoğlu +Kerin +Kerins +Kerbel +Kerber +Kerbiriou +Kerby +Kercher +Kercheval +Kerckhoff +Kerckring +Kern +Kerner +Kernot +Kereselidze +Keresztes +Kerkeling +Kerkorian +Kermadec +Kermode +Keram +Kerley +Kerouac +Kerpen +Kertész +Kerwin +Kerzhakov +Keränen +Kerčs +Kell +Keller +Kellerman +Kellermann +Kellert +Kelleam +Kelleghan +Kelleher +Kellett +Kellan +Kellaway +Kellison +Kellman +Kellner +Kellogg +Kelly +Kelemen +Keleti +Keleş +Kelser +Kelsey +Kelso +Kelman +Kelmer +Kelby +Keldon +Kelham +Kelner +Kelton +Kelway +Kemp +Kempf +Kempff +Kempson +Kempster +Kempthorne +Kempton +Kempes +Kempis +Kempka +Kempner +Kemppainen +Kemprecos +Kemei +Kemelman +Kemeny +Kemeys +Kemme +Kemmer +Kemmler +Kemble family +Kemboi +Kemal +Kemys +Kemény +Kenner +Kennerley +Kenneally +Kennedy +Kennelly +Kennett +Kennan +Kennard +Kennaugh +Kennaway +Kenning +Kenny +Kent +Kenteris +Kenton +Kendall +Kendrick +Kenyatta +Kenyon +Kenan +Kenessey +Kenig +Kenrick +Kensit +Kessel +Kessell +Kesselman +Kesselring +Kessler +Keskin +Keskisaari +Keskküla +Kesküla +Kestenbaum +Kester +Kestnbaum +Kestner +Keselowski +Keser +Kesey +Keshavan +Keshishian +Kesinger +Kesić +Kesavan +Kesler +Keen +Keene +Keeney +Keenan +Keenleyside +Keep +Keeper +Keeping +Keepnews +Keels +Keely +Kees +Keesing +Keetelaar +Keetley +Keeble +Keech +Keefe +Keegan +Keever +Keil +Keill +Keillor +Keilberth +Keiler +Keilholz +Keitel +Keiter +Keita +Keith +Keighran +Keighron +Keightley +Keino +Keinonen +Keiner +Keir +Keisler +Keizer +Kett +Ketter +Ketterer +Ketteler +Kettler +Kettlewell +Kettmann +Kettunen +Ketty +Ketch +Ketcham +Ketchum +Kete +Keteleer +Keter +Ketling +Ketola +Ketsbaia +Keate +Keathley +Keating +Keaton +Keats +Kean +Keaney +Kearns +Kearse +Keay +Keays +Keaggy +Keast +Key +Keys +Keyserling +Keysor +Keydel +Keyes +Keyhoe +Keyl +Kehr +Kehrer +Kehrmann +Kehl +Kehlmann +Kehar +Kehoe +Kechris +Keck +Kecojević +Kecskés +Kephart +Kepke +Kepler +Keppler +Keuchel +Keulemans +Keuris +Keuzenkamp +Kedrov +Kedrowski +Kedzie +Kekewich +Kekilli +Kekkonen +Kebede +Keble +Keogh +Keown +Kevelos +Kevorkian +Kewish +Kewley +Keßler +Kramarenko +Kramarevsky +Kramarsic +Kramer +Kramerius +Kramp +Krampitz +Krammer +Kramnik +Kramář +Krasilnikov +Krasilnikova +Krasikov +Krasner +Krasniqi +Krasovsky +Krassner +Krastev +Kraszewski +Krajicek +Krajišnik +Krajíček +Krajíčkova +Krajci +Krajewski +Krajnc +Krajčík +Kraus +Krause +Krauser +Krauss +Krausser +Krauszer +Krautzun +Krauze +Kranefuss +Kranjčar +Krankl +Krantz +Kranz +Kravchenko +Kravchuk +Kravets +Kravits +Kravtsov +Kraabel +Kraaijkamp +Kraatz +Krach +Kracher +Kracht +Kratochwil +Kratochwill +Kratochvíl +Krafft +Kraft +Krahe +Krahl +Kraicir +Kraidman +Krakouer +Krakowski +Kralj +Kraljević +Krawczyk +Krawiec +Kraeft +Kraouche +Krarup +Kresse +Kressley +Kressyn +Krestenitis +Krestić +Krese +Kresge +Kresinger +Kreisel +Kreisky +Kreisler +Krein +Kreiner +Kreiger +Kreizberg +Kren +Krenchel +Krendl +Krenkel +Krenn +Krentz +Krenz +Krejčí +Krejčík +Krejčír +Kremer +Kremers +Kremenliev +Kreutzberg +Kreutzwald +Kreuger +Krebs +Krecheuski +Kreek +Krehl +Krekel +Krell +Kreps +Kretschmer +Kreviazuk +Kris +Krist +Kristel +Kristeller +Kristensson +Kristian +Kristiansen +Kristinsson +Kristoffersen +Kristofics +Kristol +Kristal +Kristalova +Kristjánsson +Kristófi +Krishnamurti +Krieg +Krieger +Krieghoff +Kriek +Kriel +Krier +Krick +Krickstein +Krichevsky +Kricorian +Krippene +Krippner +Kripke +Krips +Krijgelmans +Krijtenburg +Kringe +Krinsky +Krige +Krikorian +Kriukas +Krivokapić +Križaj +Kronecker +Kronenberg +Kronaveter +Kronfeld +Kronheimer +Kronthaler +Kroeger +Kroemer +Kroenke +Kroes +Kroetsch +Krog +Krogman +Krogmann +Krogh +Krohg +Krohn +Krol +Kroll +Kromer +Krommer +Krosnicki +Kross +Krob +Krochmal +Kroon +Krouse +Kroyanker +Krug +Kruge +Krugel +Kruger +Kruglov +Krugman +Kruisbrink +Kruismans +Kruithof +Krul +Krulak +Krulj +Krupinski +Krupička +Krupa +Kruse +Kruseman +Kruspe +Krueck +Krueger +Kruk +Krukenberg +Kruckenberg +Krumm +Krutikov +Kruuse +Kryukov +Kryukova +Kryuchkov +Krymarenko +Krymov +Krylov +Krynicki +Krystkowiak +Král +Králík +Kráľ +Krömer +Krößner +Krämer +Krøyer +Krüger +Krzyżanowski +Krzyżewski +Krzywicki +Krzanowska +Krzanowski +Krzemiński +Krzhizhanovsky +Krstić +Krstičić +Krsticic +Krstajić +Krsmanović +Krpan +Krūmiņš +Klein +Kleinschmidt +Kleinsma +Kleinstein +Kleine +Kleiner +Kleinman +Kleinmann +Kleinfeld +Kleinheisterkamp +Kleinlein +Kleinová +Kleinwort +Kleiber +Kleiman +Kleist +Kleiza +Klem +Klemenić +Klementjevs +Klemenčič +Klemesrud +Klemetsen +Klemm +Klemme +Klemperer +Klempner +Klebe +Klebesadel +Klebold +Klebs +Klee +Kleene +Kleerekoper +Klepper +Kleppinger +Kleason +Klejnowska +Klengel +Klerk +Klestil +Kleton +Klevchenya +Kleybanova +Klešić +Kling +Klingemann +Klinger +Klinggräff +Klinghoffer +Klingler +Klink +Klinkenberg +Klinkert +Klinkosoom +Klinkowström +Klinkhamer +Kline +Klinefelter +Klinck +Klindworth +Klima +Klimaitis +Klimaszewski +Klimavičius +Klimecki +Klimek +Klimeš +Klimo +Klimovich +Klimowicz +Klimczak +Klimt +Kliegl +Klietmann +Klijn +Klijnveld +Klippel +Klipsch +Klika +Klitgaard +Klapp +Klapper +Klappert +Klappich +Klaproth +Klass +Klassen +Klasky +Klasnić +Klaus +Klausen +Klausner +Klauber +Klaas +Klaassen +Klar +Klare +Klavan +Klaver +Klaić +Klamer +Klatt +Klaw +Klop +Klopp +Klopper +Kloppers +Kloppenburg +Klopfenstein +Klopfer +Klopstock +Klosterman +Klostermann +Klostermayr +Klostergaard +Kloss +Klossowski +Klose +Klocek +Klock +Kloos +Kloosterman +Klobuchar +Kloefkorn +Klotz +Klug +Kluge +Kluger +Klugman +Klugmann +Kluck +Kluckhohn +Kluijver +Kluivert +Klum +Klumperbeek +Kluk +Klusemann +Kluzák +Klügmann +Klüver +Kléber +Klíma +Klymenko +Klyuyev +Kljaković +Khara +Kharal +Kharchenko +Kharchik +Khariton +Kharitonov +Khar clan +Khare +Kharlamov +Kharms +Khalid +Khalifman +Khalilov +Khalaf +Khalaji +Khalef +Khalfan +Khan +Khandelwal +Khanna +Khanolkar +Khanzada +Khachaturian +Khachaturov +Khachaturyan +Khachatryan +Khatami +Khatchaturian +Khatri Uppal clan +Khattab +Khaimov +Khaira +Khawaja +Khawaja Shaikh +Khabarov +Khadem +Khagba +Khamis +Khaparde +Khayat +Khaziravi +Khorkina +Khorokhordin +Khorramdin +Khorsandi +Khodorkovsky +Khodov +Khokhar +Khokhlov +Khomeini +Khomeriki +Khoshtaria +Khosla +Khouildi +Khouri +Khofri +Khojaminasishvili +Khonglah +Khovansky +Khudairi +Khudaydatov +Khullar +Khullung +Khurmi +Khurtsilava +Khujadze +Khuwaylid +Khera +Kherkheulidze +Khedira +Khenin +Khidirbegishvili +Khimshiashvili +Khizanishvili +Khraisheh +Khriplovich +Khrushchev +Khmelnytskyi +Khúc +Knowler +Knowles +Knowland +Knowlton +Knowings +Knopf +Knopfler +Knopper +Knoppers +Knobelsdorff +Knoblauch +Knol +Knoll +Knorr +Knorre +Knott +Knotts +Knoch +Knoerr +Knoop +Knox +Knecht +Knechtel +Kneebone +Kneen +Kneib +Kneifel +Knell +Kneller +Kneale +Knefler +Knepper +Kneser +Knetemann +Knez +Knežević +Knap +Knapp +Knappett +Knapman +Knabe +Knabl +Knauer +Knauss +Knacke +Knaggs +Knaller +Knatchbull +Knievel +Kniewasser +Knigge +Knight +Knipe +Knipper +Knibb +Knill +Knirsch +Knudsen +Knudson +Knudtzon +Knutzen +Knutzon +Knutsen +Knyphausen +Knyvett +Körbes +Körmendy +Körner +Körte +Körver +Köster +Köstler +Köstner +Köse +Kösebalaban +König +Königsmarck +Königson +Köppen +Köprülü +Köchel +Köhler +Köksal +Köler +Közen +Kühn +Kühne +Kühnen +Kühl +Künneth +Künstler +Küntzel +Künzler +Küchl +Küchler +Kücken +Kürschner +Kürthy +Kügelgen +Kümmel +Küster +Küttner +Küçük +Källarsson +Källström +Kälin +Käbin +Käch +Kämmerling +Kändler +Kärner +Kästner +Käutner +Kääriäinen +Kállai +Kállay +Káldy +Kálnoky +Károly +Károlyi +Kármán +Kárník +Kádár +Kåberg +Kåring +Kóczián +Kósz +Kébé +Kõiv +Kyle +Kyler +Kylian +Kylián +Kyei +Kyenkyehene +Kyeremateng +Kynaston +Kynman +Kynoch +Kyan +Kyatham +Kyd +Kydd +Kyrle +Kyrylenko +Kyoya +Kyprianou +Kyser +Kyte +Kwaśniewska +Kwaśniewski +Kwaśniowski +Kwaśny +Kwak +Kwakye +Kwambai +Kwanten +Kwarteng +Kwaten +Kwiatkowski +Kwiecień +Kwitney +Kwoka +Kwolek +Kwon +Kvindesland +Kvint +Kviat +Kvirikashvili +Kvapil +Kvaratskhelia +Kvaternik +Kvíčala +Kvíčalová +Kvyat +Květoň +Kılıç +Kılıçlı +Kızılkaya +Kızılırmak +Kıraç +Kıvanç +Kądziołka +Kępiński +Křivohlavý +Kříž +Kłosowski +Kōno +Kőszegi +Kūris +Kjær +Kjærgaard +Kjærsgaard +K.R.H. Sonderborg +KIEGWIN +Kgosiemang +Kmoch +Kpossi +Car +Carr +Carras +Carrasco +Carrasso +Carracci +Carradine +Carranza +Carrara +Carrera +Carreras +Carrero +Carrel +Carrell +Carreira +Carretti +Carrick +Carrico +Carrière +Carrión +Carrier +Carrington +Carrol +Carroll +Carrozza +Carrozzieri +Carrodus +Carruth +Carruthers +Carrà +Carré +Carryl +Card +Cardon +Cardona +Cardone +Cardoza +Cardozo +Cardoso +Cardot +Cardin +Cardinal +Cardinale +Cardinali +Cardini +Cardiff +Carden +Carder +Cardew +Cardale +Cardamone +Cardle +Carducci +Cardy +Carle +Carles +Carless +Carlesso +Carlesi +Carlebach +Carleton +Carley +Carli +Carlier +Carlile +Carline +Carlip +Carlisle +Carlstedt +Carlström +Carlsen +Carlson +Carlsson +Carlberg +Carlos +Carlton +Carne +Carnes +Carnesalini +Carnesecca +Carner +Carnera +Carnevale +Carnevali +Carneiro +Carnell +Carney +Carnaby +Carns +Carny +Caraballo +Carabba +Caracappa +Caracciolo +Caragiale +Caragiu +Caradec +Carafa +Caramitru +Carascon +Caratti +Caravello +Carazo +Carter +Carteret +Cartmell +Cartmill +Cartagena +Carthy +Cartier +Cartland +Carton de Wiart +Cartridge +Cartwright +Carty +Caro +Carothers +Carotone +Carotta +Caron +Carone +Carosi +Carosone +Carobbio +Carolin +Carell +Carella +Carelli +Careless +Carestini +Carette +Carević +Carew +Carey +Carmon +Carmona +Carmontelle +Carmody +Carmichael +Carmiggelt +Carminow +Carmack +Carman +Carp +Carpenter +Carpentier +Carpender +Carpeaux +Carper +Carpintero +Carbo +Carbone +Carboni +Carbonneau +Carberry +Carbutt +Cariani +Caricola +Cariddi +Cariou +Carizza +Carstairs +Carstens +Carse +Carson +Carswell +Carus +Caruso +Caruana +Cary +Caryl +Caryll +Cargill +Cargle +Carkeek +Carkeet +Carvalho +Carver +Carhart +Carwile +Castel +Castell +Castellano +Castellanos +Castellani +Castellazzi +Castelli +Castellitto +Castelletti +Castello +Castells +Castelnuovo +Casteel +Castex +Castrilli +Castrillo +Castrillón +Castro +Castrogiovanni +Castree +Castiglione +Castiglioni +Castigliano +Castile +Castillo +Castagnetti +Castaing +Castanho +Castañeda +Castle +Castleman +Castberg +Caston +Cass +Cassani +Cassano +Cassady +Cassamá +Cassar +Cassavetes +Cassel +Cassells +Cassels +Cassem +Casserly +Cassinelli +Cassini +Cassidy +Cassione +Cassirer +Cassuto +Cassutto +Casari +Casarini +Casares +Casartelli +Casale +Casali +Casals +Casandra +Casanova +Casablancas +Casadesus +Casagrande +Casas +Casati +Casaubon +Case +Caselli +Casement +Casertano +Casey +Casil +Casilla +Casimir-Perier +Casini +Casiraghi +Cash +Cashmore +Cashwan +Cascella +Cascone +Cason +Casorati +Casgrain +Caskey +Casley +Casper +Call +Calland +Callander +Callanan +Callahan +Callaway +Callin +Callinan +Callinicus +Calliari +Callier +Callendar +Callender +Callens +Calleja +Callow +Calloway +Callum +Calder +Calderoli +Calderone +Calderwood +Calderón +Caldecott +Caldeiro +Caldato +Caldicott +Caldwell +Calver +Calverley +Calvert +Calveley +Calvet +Calvi +Calvin +Calvo +Calvo Sotelo +Calabrese +Calabresi +Calabro +Calabiciov +Calandrelli +Calathes +Calaway +Calcaterra +Calchetti +Calcraft +Califano +Calindri +Calipari +Calment +Calmette +Calman +Calthorpe +Calthrop +Caltabiano +Calbraith +Calbreath +Cale +Calegari +Calhamer +Calhoun +Calkin +Calkins +Calza +Calzolari +Calori +Caluag +Calì +Can +Cant +Cantalamessa +Cantalupo +Cantamessa +Cantarini +Canter +Cantero +Cantersani +Cantele +Canton +Cantoni +Cantor +Cantillon +Cantine +Cantrell +Cantrill +Cantwell +Canty +Cantù +Canada +Canaday +Canady +Canale +Canales +Canani +Canas +Canavan +Candemir +Canders +Candeveau +Candler +Candlish +Candan +Candido +Candy +Cann +Cannell +Cannella +Cannan +Cannon +Cannucciari +Canny +Caneira +Canelón +Canepa +Caner +Canestri +Caneti +Canini +Canins +Canidate +Caniglia +Cano +Canoville +Canoy +Canfield +Canfora +Canseco +Cansız +Canut +Canuti +Canby +Cancela +Cangelosi +Canham +Canjels +Canè +Cam +Camp +Campanella +Campanelli +Campana +Campanus +Campagnaro +Campagnoli +Campaña +Campora +Camporese +Campobello +Campos +Campeau +Campert +Campese +Campillo +Campini +Campion +Campbell +Camerarius +Camerata +Camero +Cameron +Camerini +Camille +Camilleri +Camilli +Camilo +Camiroaga +Cambias +Cambiaso +Cambell +Cambó +Camus +Camusat +Camusso +Camunguelo +Camacho +Camal +Camara +Cammaert +Cammaerts +Cammick +Camden +Camras +Camyré +Cape +Capell +Capellanus +Capelli +Capello +Caper +Capers +Caperton +Capecchi +Capetillo family +Capewell +Capp +Cappe +Cappelli +Cappellini +Cappelletti +Cappellotto +Cappelen +Capper +Capperonnier +Cappetta +Capps +Capo +Capobianco +Capodaglio +Capon +Capossela +Capoue +Capovilla +Capra +Caprara +Caprino +Caprio +Capuana +Capuano +Capucci +Caputo +Caple +Caples +Caplan +Capadose +Capaldi +Capgras +Capitani +Capstick +Catalano +Catalanotto +Catalani +Cataldo +Catanello +Catanese +Catacchio +Cataford +Catargiu +Catazaro +Cate +Cater +Caterino +Caterson +Cates +Catesby +Catena +Catterall +Cattermole +Catterson +Cattage +Cattaneo +Catto +Cattrall +Cather +Catherwood +Cathey +Cathala +Cathcart +Cathie +Catling +Catlyn +Cats +Catsburg +Catá +Catálogo alfabético de apellidos +Catchpole +Cator +Catz +Cavalli +Cavallin +Cavallini +Cavallari +Cavalleri +Cavalier-Smith +Cavalieri +Cavalcanti +Cavalera +Cavani +Cavanna +Cavara +Cavarretta +Cavazzola +Cavazzoni +Cavaco +Cavafy +Cavagna +Cave +Caver +Caverly +Cavers +Cavendish +Cavendish-Bentinck +Cave-Browne-Cave +Cavell +Caviezel +Caviglia +Cavina +Cavubati +Cavus +Caulfeild +Caulfield +Cauley +Caulker +Caullery +Cauchi +Cauchon +Caucchioli +Caufapé +Caufield +Caute +Cautley +Caudill +Caughey +Caunter +Causton +Cauvin +Caux +Cabrel +Cabrera +Cabral +Cabrini +Cabrol +Cabel +Cabell +Cabello +Cabezas +Caballero +Cabanis +Cabaye +Cabico +Cable +Caddell +Caddick +Caddy +Cadell +Cadena +Cadigan +Cadile +Cadogan +Cadorna +Cadamuro +Cadman +Cadwaladr +Cady +Cadè +Cai +Cairnes +Cairns +Caird +Cairo +Caillat +Caillaud +Cailloux +Caimbeul +Caimi +Caianiello +Caine +Cafferty +Caffery +Caffey +Caffi +Caffie +Caffarelli +Caffrey +Cafesjian +Cafiero +Caflisch +Cafritz +Cazal +Cazalet +Cazacu +Cazzani +Cazzola +Cazenave +Caziot +Caccia +Cacciandra +Caccianemici +Caccini +Cacavas +Cachalia +Cawthorne +Cawthra +Cawkwell +Cawley +Caws +Caygill +Cayley +Caymmi +Cayne +Cayzer +Cahen +Cahill +Cahoon +Cahun +Cagney +Cagni +Cagle +Caesar +Caetani +Cajander +Cajetan +Cao +Caomhánach +Caan +Caínzos +Corn +Corne +Cornelis +Cornelisse +Cornelissen +Cornea +Corneau +Cornejo +Corner +Cornett +Cornewall +Corney +Cornford +Cornforth +Cornfeld +Cornish +Corning +Cornally +Cornsweet +Cornthwaite +Cornyn +Corder +Cordero +Cordery +Cordeiro +Cordell +Corden +Cordonnier +Cordova +Cordas +Corddry +Cordier +Cordner +Cordray +Corduner +Cordy +Corr +Corri +Corrie +Corrieri +Corrigan +Corrin +Corriveau +Corre +Correia +Correira +Correa +Corrente +Corrales +Corrao +Corbet +Corbett +Corbeanu +Corbeil +Corbey +Corbie +Corbin +Corbitt +Corbould +Corboz +Corbucci +Corby +Cortelazzo +Cortellini +Cortelyou +Cortes +Cortese +Corte-Real +Corti +Cortinovis +Cortazzi +Cortlever +Cortot +Cortright +Corse +Corser +Corsi +Corsini +Corso +Corson +Corell +Corelli +Coremans +Coren +Corey +Cork +Corke +Corker +Corkidi +Corkill +Corlett +Corley +Corlaita +Corliss +Corman +Cormann +Cormack +Cormier +Corvin +Corvington +Corvinus +Corvus +Cora +Coralli +Corallo +Corchiani +Corcilius +Corcoran +Cori +Coria +Corioni +Cory +Coryton +Corfe +Corgan +Corona +Corpuz +Corwin +Corzine +Colli +Colling +Collinge +Collings +Collingwood +Collins +Collinson +Collin de Plancy +Collinelli +Collis +Collison +Collier +Collignon +Colle +Collet +Collett +Colletta +Collette +Colleton +Collen +Colles +Colley +Collodo +Collomb +Colloredo +Collazo +Collmenter +Collum +Collymore +Cole +Colegate +Colegrove +Coles +Colesberry +Colet +Colette +Colebrooke +Coleman +Colenbrander +Coleridge +Coley +Colom +Colomb +Colomba +Colombani +Colombara +Colombini +Colombo +Colomer +Colosi +Colosimo +Colonna +Colberg +Colbert +Colbeck +Colbrand +Colbrelli +Colborn +Colby +Colas +Colasse +Colacello +Colaianni +Colalillo +Colangelo +Colt +Colthurst +Coltman +Colton +Coltrane +Coldham +Coldheart +Coldwell +Colfe +Colfer +Colfox +Colshill +Colson +Colston +Colvile +Colville +Colvin +Colclough +Colcock +Colgan +Colgate +Colin +Colina +Colpaert +Colpitts +Colhoun +Colman +Colquhoun +Colucci +Colyer +Colón +Conn +Connell +Connellan +Connelly +Conner +Connery +Conneely +Connard +Connare +Connan +Connaughton +Connor +Connors +Connock +Connolly +Connick +Conniff +Conning +Conny +Conti +Contini +Continiello +Contiguglia +Conte +Conteh +Conterno +Contri +Contrini +Contractor +Contador +Constant +Constantin +Constantine +Constantinescu +Constantini +Constantinidi +Constantino +Consalvi +Considine +Consolini +Condict +Condit +Condarco +Conde +Condon +Condrey +Condy +Cong +Congar +Congdon +Conghao +Congiu +Congreve +Conlee +Conley +Conlan +Conlin +Conlon +Conly +Conrad +Conradi +Conrado +Conran +Conroy +Conacher +Conaire +Conaty +Conforte +Conforti +Conforto +Conklin +Conkling +Conkey +Cony +Conybeare +Conyd +Conceição +Concia +Conigliaro +Coniglio +Conolly +Conover +Conway +Conwell +Conheim +Conmy +Converse +Conzelmann +Court +Courtemanche +Courten +Courtet +Courtial +Courtin +Courtnall +Courtnay +Courtauld +Courthope +Courtright +Courbet +Courbis +Courant +Courneya +Courrent +Courvoisier +Coury +Coulomb +Coulouris +Coulter +Coulton +Coulibaly +Coull +Coulson +Coutu +Couture +Couturier +Coutelle +Coutinho +Couto +Coutts +Cousineau +Cousins +Couse +Coussé +Cousteau +Coundoul +Counsell +Countryman +Couch +Coucke +Coughlan +Coughlin +Couvret +Couvreur +Coudert +Coufal +Couillard +Couper +Costa +Costanza +Costanzo +Costantini +Costain +Costas +Costin +Costine +Costinha +Costiniu +Costigan +Costikyan +Coste +Costea +Costello +Costen +Coster +Costley +Costly +Costner +Coston +Cossman +Cossmann +Cossaar +Cossham +Cossiga +Cosentino +Coser +Cosgrave +Cosgrove +Cosman +Cosmo +Cosby +Coslett +Cosyn +Compagnoni +Companc +Comper +Compere +Compper +Compston +Compton +Combe +Combes +Combs +Commelin +Commesso +Commynes +Comencini +Comenius +Comolli +Comollo +Comstive +Comstock +Comden +Comin +Comley +Comrie +Comvalius +Comès +Comăneci +Cock +Cockril +Cockrill +Cockrille +Cockrell +Cocke +Cockerell +Cockerill +Cockbain +Cockburn +Cockayne +Cockcroft +Cocks +Cockx +Cochran +Cochrane +Cochet +Coce +Cocea +Cocozza +Cocq +Cocteau +Cook +Cooke +Cookes +Cooksey +Cookson +Cookman +Cooley +Cooling +Cools +Cooper +Cooperman +Cooperson +Coombes +Coombs +Coonan +Cooney +Coote +Cootes +Coode +Coogan +Cooray +Cope +Copeland +Copelin +Copello +Copely +Copernicus +Coperthwaite +Copeman +Copes +Coppi +Coppinger +Coppini +Coppens +Coppersmith +Coppola +Coppyn +Copland +Copley +Copson +Copu +Cot +Cotter +Cotterell +Cotterill +Cotten +Cotto +Cotton +Cottier +Cottle +Cottrell +Cotts +Cottur +Cote +Cotera +Cotes +Cotchin +Cotugno +Cobb +Cobbe +Cobben +Cobbett +Cobbold +Cobbs +Cobby +Coble +Coblentz +Cobain +Coben +Cobham +Cobo +Coburn +Coward +Cowart +Cowan +Cowden +Cowden Clarke +Cowdery +Cowen +Cowens +Cowell +Cowley +Cowlishaw +Cowie +Cowman +Cowper +Coad +Coade +Coady +Coase +Coash +Coast +Coats +Coatsworth +Coates +Coaker +Coakley +Coale +Covaci +Covais +Covaliu +Covarrubias +Covassi +Covell +Covelli +Coventre +Covert +Covey +Covington +Covino +Codd +Codde +Coddington +Coda +Codazzi +Codling +Codol +Codreanu +Cody +Coe +Coelho +Coello +Coen +Coenen +Coeck +Coeman +Coertzen +Coetzee +Coghetti +Coghill +Coghlan +Cogan +Cogez +Coggan +Cogliati +Cogniaux +Cogswell +Cohelan +Cohen +Cohn +Cohnheim +Cohan +Cohrs +Coia +Coignet +Coimbra +Coiner +Coiro +Cox +Coxe +Coxen +Coxeter +Coxon +Coy +Coyle +Coyne +Coyot +Coypel +Cozza +Cozzi +Cozens +Cozier +Cozma +Coffee +Coffey +Coffin +Coffman +Cojoc +Cojocar +Cojocaru +Cojuangco +Coke +Coker +Cokeworthy +Coşeriu +Coşkun +Coquelin +Coșovei +Cha +Chand +Chandra +Chandrakar +Chandraker +Chandrasekaran +Chandratre +Chandola +Chandos +Chandavarkar +Chander +Chandler +Channell +Channer +Channar +Channing +Channon +Chang +Changezi +Chantemesse +Chanter +Chanturia +Chance +Chancellor +Chaney +Chankotadze +Chanov +Charles +Charlesworth +Charlebois +Charland +Charlton +Charlwood +Chara +Charalambides +Charan +Chard +Chardin +Chardynin +Charneski +Charney +Charnley +Charteris +Charters +Chartrand +Charbonneau +Charbonnier +Charke +Charkviani +Chargaff +Chariton +Charpentier +Charrier +Chatterjee +Chatterji +Chatterley +Chatterton +Chatto +Chattopadhyay +Chattopadhyaya +Chatton +Chatelain +Chateubriand +Chatha +Chatham +Chataway +Chatinyan +Chatman +Chaturvedi +Chatwin +Chalker +Chalkias +Chalkley +Chalupa +Chalupka +Chalupová +Chalabi +Chaladze +Challinor +Challis +Chaloner +Chaloupka +Chalers +Chalfant +Chalise +Chalmers +Chamberlain +Chamberlaine +Chamberlayne +Chamberlin +Chambers +Chambliss +Champney +Champneys +Champagne +Champion +Champlin +Champollion +Chamot +Chamoun +Chamandy +Chammassian +Chaplin +Chapline +Chaplow +Chappaz +Chappelle +Chappuis +Chapa +Chapayev +Chapuis +Chapuisat +Chapdelaine +Chapelle +Chapin +Chapman +Chauve +Chauveau +Chauvel +Chauvenet +Chauvire +Chauviré +Chaussegros de Léry +Chausson +Chaucer +Chaudhry +Chaufourier +Chauhan +Chaumié +Chaunce +Chad +Chadalavada +Chadar +Chaderton +Chadli +Chadman +Chadov +Chadwick +Chasseguet-Smirgel +Chasseguet-Smirguel +Chassang +Chase +Chasen +Chastain +Chastellain +Chaskel +Chavan +Chavant +Chavasse +Chaviano +Chavis +Chavchavadze +Chavunduka +Chavva +Chaffee +Chaffer +Chaffetz +Chaffey +Chaffin +Chaffyn +Chafin +Chabert +Chabet +Chabod +Chabot +Chabal +Chabukiani +Chag +Chagaev +Chagall +Chagas +Chagnon +Chagrin +Chai +Chaiken +Chaikin +Chait +Chaiter +Chaisson +Chakrabarty +Chakraborty +Chakravartin +Chakroun +Chakarov +Chakyar +Chaadayev +Chaara +Chawla +Chaworth +Chayes +Chaytor +Chacón +Chae +Chahine +Chajes +Chaobutr +Chałupa +Chernomorets +Chernomyrdin +Chernov +Chernova +Chernoff +Chernenko +Chernev +Cherney +Chernik +Chernikov +Chernyshevsky +Chernyshyov +Cherednik +Cherednyk +Cherenchikov +Cherenkov +Cherrie +Cherrier +Cherrad +Cherry +Cherian +Cherith +Cherkassky +Cherkezishvili +Chertok +Chertow +Cheruiyot +Cherukuri +Cherono +Chersicla +Chery +Chesnut +Chesnutt +Chesney +Chesnokov +Chester +Chesterton +Chestnut +Cheston +Chesebro +Cheselden +Chess +Chesson +Chesbro +Chesley +Chee +Cheeseborough +Cheesebrough +Cheeseman +Cheesewright +Cheesley +Cheesman +Cheek +Cheema +Cheere +Cheetham +Cheever +Cheli +Chelidze +Chelimo +Chelanga +Chelaru +Chelebadze +Chelle +Chelouche +Chelyadzinski +Chen +Chenault +Chenchik +Cheney +Cheng +Chenoweth +Chekalin +Chekhov +Chekmaryov +Chekoloka +Chekunov +Chettle +Chettri +Chetkovich +Chetvertkov +Chetwynd +Chea +Cheatham +Cheatle +Cheavens +Chebotar +Chebotaryov +Cheboi +Chebet +Checchinato +Chece +Chechenets +Checicheș +Chepkirui +Chepkwony +Cheparinov +Chepchumba +Chevalier +Chevotet +Chevrier +Chevé +Chedia +Chedid +Chedli +Chemello +Chemjong +Cheula +Cheung +Cheyne +Cheywa +Cheffins +Chegwin +Cheh +Chew +Chiari +Chiarini +Chiara +Chiarelli +Chiaromonte +Chiappa +Chiappetta +Chiappone +Chiappucci +Chiaki +Chiamenti +Chiasson +Chiaureli +Chinen +Chinezu +Chintalapati +Chinthabathini +Chintulov +Chinn +Chinnery +Chinaglia +Ching +Chinshanlo +Child +Childe +Childers +Childs +Chilcot +Chilcott +Chillemi +Chillingworth +Chiles +Chilingaryan +Chilton +Chilvers +Chisholm +Chishti +Chistov +Chistyakov +Chisaka +Chisenhall +Chisini +Chism +Chisnall +Chisora +Chiswell +Chichele +Chicheley +Chicherin +Chichagov +Chichinadze +Chichua +Chichveishvili +Chicchi +Chick +Chikhalia +Chikhalkar +Chikhradze +Chikanari +Chikatilo +Chikovani +Chim +Chimenti +Chimet +Chimariya +Chiodaroli +Chiodo +Chioccioli +Chiossone +Chittick +Chitty +Chitnis +Chitwood +Chib +Chiba +Chibanga +Chigira +Chigishev +Chigrakov +Chiedozie +Chiesa +Chihab +Chihara +Chijavadze +Chijimatsu +Chirgwin +Chirkov +Chiu +Chiurato +Chivadze +Chivers +Chizek +Chiziwa +Chidgey +Chiyotanda +Chişinevschi +Chițu +Cho +Chown +Chowne +Chowning +Chowallur +Chowaniec +Chowta +Chodorow +Chodowiecki +Chodakowski +Chodron +Chodzko +Cholmeley +Cholmley +Cholmondeley +Chollet +Cholokashvili +Chorney +Chorny +Chorley +Chorążycki +Chondroyannos +Chong +Choniates +Chouan +Choules +Chouraqui +Choi +Choisy +Choji +Chojnacki +Chomakhidze +Chomsky +Chopin +Chopra +Choquet +Choquette +Choate +Chock +Choffard +Choge +Chokheli +Chookaszian +Chote +Chovanec +Chołodecki +Chu +Church +Churchill +Churchman +Churchward +Churakova +Churbanov +Churilov +Churm +Churton +Chudakov +Chudasama +Chudina +Chudleigh +Chudomel +Chukwuemeka +Chukwumerije +Chukwunyelu +Chukunyere +Chumaceiro +Chumachenko +Chumak +Chumley +Chugh +Chughtai +Chugo +Chubb +Chubin +Chung +Chupungco +Christ +Christophersen +Christopoulos +Christodoulou +Christoffersen +Christos +Christou +Christian +Christiansen +Christianson +Christiaanse +Christison +Christa +Christakis +Christaller +Christen +Christensen +Christenson +Christman +Christmann +Christmas +Christl +Christy +Chrisley +Chrisman +Chrispijn +Chrobak +Chronister +Chrzanowski +Chkhetiani +Chkhetidze +Chkheidze +Chkhaidze +Chkhotua +Chkalov +Chkuaseli +Chmielowiec +Chmielowski +Chmielewski +Chmura +Chéreau +Chéron +Chávez +Chłapowski +Chłopicki +Chōji +Chhibber +Chhotalal +Chwast +Chwolson +Chydenius +Chynoweth +Chlapowski +Chvátal +Cronan +Cronauer +Cronberg +Cronenberg +Cronin +Cronje +Cronkite +Cronley +Cronstedt +Cronyn +Crow +Crowe +Crowell +Crowby +Crowchild +Crowder +Crowley +Crowne +Crowther +Cross +Crossan +Crosse +Crossley +Crosson +Crosbie +Crosfield +Crosland +Cromek +Cromer +Crompe +Crompton +Cromartie +Cromwell +Crook +Crooke +Crookes +Crooks +Crookshank +Croom +Crocket +Crockett +Crocker +Crockford +Croce +Croft +Crofton +Crofts +Crofoot +Crouch +Croucher +Crous +Crouse +Croasdale +Croatto +Croll +Croly +Cropley +Cropper +Croggon +Croitoru +Croke +Crotty +Croxall +Crozier +Crandall +Crandell +Crane +Craney +Crank +Cranko +Cranach +Cranch +Cranmer +Cranston +Cranz +Craig +Craighill +Craigmyle +Crain +Craine +Craik +Craft +Crafton +Crafts +Crafar +Cram +Cramer +Crampton +Cramton +Craw +Crawford +Crawley +Crawshay +Crabbe +Crabtree +Crackenthorpe +Cracknell +Craddock +Cradock +Crap +Crapo +Crauford +Craufurd +Craxi +Craxton +Cragg +Crake +Cralle +Craver +Crayton +Cressey +Cressman +Cresswell +Cressy +Crescas +Crespi +Cresques +Creswell +Crean +Creangă +Creach +Creager +Crealock +Crear +Crease +Cree +Creel +Creelman +Creed +Creekmore +Crewdson +Crewe +Crews +Cremer +Cremin +Crennan +Crenshaw +Crevels +Crevier +Crebillon +Cregg +Creighton +Crell +Crerar +Creuzburg +Crețu +Crum +Crump +Crumpacker +Crumpler +Crumb +Crummey +Crucce +Cruce +Cruchaga +Cruciger +Crucq +Cruice +Cruickshank +Cruikshank +Cruise +Cruse +Crusenstolpe +Crusco +Crusius +Crutcher +Crutchfield +Cruthers +Cruttwell +Cruddas +Cruden +Crudup +Cruger +Cruguet +Cruwys +Cruys +Cruz +Crist +Cristea +Cristescu +Cristaldi +Cristi +Cristy +Crisp +Crispin +Crispino +Crispe +Crisanti +Critchett +Critchfield +Critchley +Crites +Crittenden +Cribari +Cribb +Cribiori +Crichlow +Crichton +Crick +Crippin +Cripps +Cridland +Crier +Crighton +Crihan +Crijević +Crivelli +Crnić +Crnjanski +Crnković +Crnčić +Cryan +Cryer +Cryn +Crébillon +Crépin +Crvenkovski +Crăciun +Clare +Clares +Claret +Clarey +Clark +Clarke +Clarkson +Claridge +Clariond +Clarges +Claro +Clan MacBean +Clan MacDougall +Clan Mackay +Clan Muircheartaigh Uí Conchobhair +Clan Brodie +Clan Drummond +Clan Little +Clancy +Clanvowe +Claus +Clausen +Clausewitz +Clauss +Claussen +Clauson +Clauberg +Claude +Clapp +Clapperton +Clappison +Clapham +Claproth +Clapton +Claes +Claessen +Claessens +Claesson +Claeys +Clay +Clayton +Claytor +Clayburgh +Claypool +Clair +Clairville +Claiborne +Classen +Classon +Clasen +Claver +Clavering +Clavell +Clack +Clackson +Claggett +Clague +Clamp +Clampitt +Clater +Clattenburg +Claassen +Clawson +Clem +Clemente +Clements +Clemence +Clemens +Clemmensen +Clemmons +Cleminson +Clemons +Clerico +Clericus +Clerides +Clerk-Maxwell +Clerke +Clerc +Clere +Cleave +Cleaver +Cleaves +Cleall +Cleary +Cleasby +Cleve +Cleven +Clevenger +Cleverley +Cleverly +Cleveland +Clegg +Clegg-Hill +Clewes +Clews +Cleese +Cleland +Clench +Clephane +Cloud +Cloudsley-Thompson +Clouet +Cloughgrenan +Clouston +Cloutier +Clos +Closterman +Clostermann +Close +Closs +Clowes +Clowney +Cloete +Clohessy +Clokey +Clooney +Clopton +Clore +Clotfelter +Clover +Cloyes +Cline +Clines +Clinger +Clingerman +Clinkard +Clinton +Clibburn +Cliburn +Cliff +Clifford +Clitheroe +Clitherow +Cliver +Clivillés +Clijsters +Climbie +Clissold +Clune +Clunie +Clutterbuck +Clutton-Brock +Clubb +Cluett +Clufetos +Clyburn +Clyde +Clymer +Clyne +Clyve +Clérismé +Clérisseau +Clérico +Clüver +Curri +Currie +Currier +Currigan +Currimbhoy +Currin +Curran +Curren +Curry +Curto +Curtolo +Curthoys +Curtin +Cure +Cureton +Curic +Curiel +Curling +Curll +Curschmann +Curson +Curatola +Curbeam +Curchod +Curwen +Curzon +Cull +Cullinan +Cullinane +Culliford +Cullimore +Cullis +Culliton +Culler +Cullerton +Cullen +Cullmann +Cullum +Culp +Culpepper +Culpin +Culbert +Culbertson +Culver +Culverhouse +Culkin +Culmann +Cusson +Cussons +Cussans +Cussen +Cussler +Cushing +Cushman +Cushnahan +Cust +Custer +Cusack +Cusick +Cusumano +Cunanan +Cunard +Cundall +Cundy +Cunego +Cuneo +Cunha +Cunhal +Cunningham +Cunnington +Cunliffe +Cuny +Cuthbert +Cuthbertson +Cuthill +Cutrona +Cutrone +Cutter +Cutts +Cutcheon +Cutler +Cutmore +Cutner +Cumberbatch +Cumberland +Cumbers +Cumby +Cummings +Cummins +Cummiskey +Cumali +Cumani +Cuminetti +Cuellar +Cuenca +Cuerden +Cuesta +Cueto +Cuevas +Cubelos +Cubero +Cubilla +Cubitt +Cubbage +Cuddy +Cuddyer +Cuddon +Cudahy +Cudicini +Cukier +Cukierman +Cukkemane +Cukor +Cuvier +Cuvillier +Cuvaj +Cuvelier +Cuoco +Cuomo +Cuozzo +Cucchi +Cuccurullo +Cuffaro +Cuffe +Cupples +Cuprowski +Cuyler +Cuypers +Cuadrado +Cui +Cuțov +Cerf +Cerfbeer +Cerfberr +Cerf-Beer +Cerff +Cerna +Cernat +Cerney +Cernota +Cervantes +Cervelli +Cerviño +Cervone +Ceresko +Ceresoli +Ceren +Cerrato +Cerroni +Cerruti +Ceruti +Cerutti +Cerullo +Cerci +Cercignani +Cerami +Cerbone +Cerić +Cerling +Cerminara +Cerone +Cerqueira +Cellier +Cellini +Cellarius +Celler +Cellucci +Cele +Celestin +Celestino +Celibidache +Celice +Celal +Celsus +Ceccherini +Cecchetti +Cecchi +Cecchini +Ceccarelli +Ceccaroni +Cecco +Ceccoli +Cecil +Cesari +Cesario +Cesare +Cesati +Cesereanu +Cesi +Cesti +Cesàro +Centeno +Centolella +Cenarrusa +Cenghialta +Cennamo +Cenél +Ceder +Cederblom +Cederström +Cedroni +Ceallaigh +Cease +Ceaușescu +Ceballos +Cebertowicz +Cebotari +Cepeda +Ceppellini +Cevahir +Cevdet +Ceener +Ceiller +Cejas +Ceylan +Ciechanowicz +Ciechanowski +Ciechanover +Cieśla +Cieślak +Cieślik +Cienciała +Cienfuegos +Cieplak +Ciesielski +Cione +Cioni +Cionna +Ciotola +Ciotti +Cioabă +Ciobanu +Ciofani +Cissokho +Cissé +Cishek +Cisneros +Cisternas +Ciszewski +Cianci +Cianetti +Ciardi +Ciarrocchi +Ciattarelli +Cichocki +Cichoń +Cichy +Ciccone +Cicognini +Citro +Citron +Cittadini +Citterio +Citko +Cibulka +Cibulková +Cibber +Cimarosa +Cimini +Cimolai +Cincarević +Cini +Cintrón +Cipra +Cipriano +Cipollina +Civis +Civish +Civita +Cifra +Cifuentes +Cihan +Cihlář +Cilley +Cilliers +Cizelj +Cizik +Ciubotaru +Czarnecki +Czarniecki +Czarnowski +Czarny +Czartoryska +Czaja +Czajkowski +Czacki +Czakó +Czerniak +Czerniawski +Czerny +Czermak +Czerski +Czerwonka +Czechowicz +Czene +Czibulka +Cziffra +Czinege +Czyrek +Czyżniewski +Csere +Csernai +Cselkó +Cseszneky +Csiki +Csillag +Csizmadia +Csulik +Csupó +Csurka +Csóka +Csókás +Csák +Csatáry +Csonka +Cécile +Céline +Céspedes +Cézanne +Cánepa +Cárdenas +Cássio +Câmara +Cämmerer +Císař +Cóccaro +Côté +Cömert +Cybulska +Cybulski +Cybulka +Cybo +Cyrankiewicz +Cyrus +Cydonius +Cygan +Cymbrowitz +Cynamon +Cyphers +Cvijanović +Cvijić +Cviertna +Cvetković +COSER +Ctvrtlik +Călinescu +Garr +Garris +Garrison +Garrick +Garrido +Garrie +Garrity +Garretson +Garrett +Garreau +Garred +Garres +Garratt +Garraty +Garrard +Garraway +Garrocho +Garrod +Garrone +Garry +Garde +Garden +Gardener +Gardelle +Gardemeister +Gardet +Gardezi +Gardin +Gardiner +Gardinier +Gardner +Gardom +Gara +Garang +Garant +Garaba +Garagiola +Garai +Garas +Garavito +Garayev +Garibaldi +Garibashvili +Garibay +Garibović +Garimella +Garin +Garisto +Gariépy +Garn +Garnet +Garnett +Garneau +Garnaev +Garnham +Garnier +Garnsey +Garber +Garbett +Garbey +Garbajosa +Garbieri +Garbuzov +Garci +Garciaparra +Garcés +García +Garcete +Garcha +Garfield +Garfinkel +Garfors +Garforth +Garfunkel +Garlin +Garlington +Garlick +Garland +Garlato +Garg +Gargan +Gargano +Gargrave +Garman +Garmash +Garmendia +Garmirian +Garver +Garvey +Garvie +Garvin +Garodia +Garofalo +Garot +Garsevanishvili +Garside +Garson +Garth +Garthwaite +Gartside +Gareev +Garegnani +Garza +Garzelli +Gary +Garðarsson +Gall +Galla +Gallan +Galland +Gallant +Gallacher +Gallagher +Gallaher +Gallaire +Gallardo +Gallatin +Gallaway +Galle +Gallego +Gallen-Kallela +Galler +Galletti +Galley +Gallinari +Gallinger +Gallini +Galliano +Gallico +Gallio +Gallo +Gallon +Galloni +Gallodier +Gallois +Gallou +Galluccio +Gallun +Gallus +Galante +Galanter +Galanti +Galanakis +Galanes +Galang +Galamb +Galambos +Galarraga +Galazov +Galiano +Galiazzo +Galimberti +Galimov +Galifianakis +Galignani +Galilei +Galitz +Galić +Galiński +Gale +Galeta +Galetti +Galea +Galef +Galenorn +Galeotti +Galvan +Galvani +Galvin +Galvis +Galois +Galopin +Galor +Galbraith +Galbreath +Galton +Galtung +Galuppo +Galusha +Galgani +Galkin +Galmarini +Galwey +Gandolfi +Gandolfini +Gandon +Gandee +Gandhi +Gandini +Gandwani +Gandy +Gandzieli-Gegelia +Gangelin +Gangemi +Ganglbauer +Gangohi +Ganguly +Gans +Ganser +Gansky +Ganson +Gansz +Gant +Ganti +Gantimurov family +Gantt +Gantvarg +Gancarczyk +Ganchev +Ganci +Ganander +Ganaway +Ganjapour +Ganjial +Ganna +Gannon +Ganz +Ganzfried +Ganea +Ganio +Ganley +Gano +Gasparri +Gasparrini +Gasparro +Gasparella +Gasparetto +Gaspari +Gasparini +Gasparotto +Gasparov +Gasparyan +Gasprinski +Gast +Gaster +Gastev +Gasteyer +Gastineau +Gastini +Gaston +Gastoni +Gastélum +Gascoyne +Gascoyne-Cecil +Gascoigne +Gascar +Gascard +Gass +Gassama +Gasser +Gassman +Gaskin +Gaskins +Gaskell +Gashi +Gashimov +Gasman +Gasmann +Gasnier +Gasol +Gasquet +Gamblin +Gambling +Gamble +Gamberini +Gambetta +Gambino +Gambirasio +Gambold +Gambone +Gambarini +Gambrell +Gama +Gamache +Gamage +Gamarra +Gammans +Gammell +Gammons +Gammuto +Gamil +Gamini +Gamsakhurdia +Gamson +Gamgee +Gamkrelidze +Gamlath +Gamon +Gamrekeli +Gamull +Gamō +Gaudreau +Gaudreault +Gaudry +Gaudin +Gaudio +Gaudet +Gautherie +Gauthier +Gautama +Gautier +Gautreaux +Gaugel +Gaughan +Gauguin +Gaul +Gauld +Gault +Gause +Gauslaa +Gauss +Gaume +Gaumont +Gauntier +Gauntlett +Gaubert +Gauci +Gaukroger +Gauquelin +Gaurige +Gauvreau +Gabriel +Gabrielson +Gabrielsson +Gabrieli +Gabrielli +Gabrielyan +Gabriëls +Gabrić +Gabai +Gabaldon +Gabashvili +Gabay +Gabb +Gabbard +Gabbert +Gabbiadini +Gable +Gabler +Gables +Gabel +Gaber +Gabin +Gabor +Gadd +Gaddi +Gaddis +Gaddafi +Gadagkar +Gadarn +Gade +Gaden +Gadiel +Gadin +Gadsby +Gadson +Gadhavi +Gadolin +Gadzuric +Gatti +Gatting +Gattis +Gatto +Gattuso +Gatty +Gately +Gatenby +Gatewood +Gathers +Gathier +Gatacre +Gatchell +Gatfield +Gatlin +Gainsbourg +Gainsford +Gaina +Gaines +Gaidar +Gaidher +Gairdner +Gairola +Gaitskell +Gaitán +Gaiardoni +Gaioni +Gaisford +Gavrilov +Gavrilović +Gavrilin +Gavrić +Gavras +Gavreau +Gavazzeni +Gavazzi +Gavalas +Gavigan +Gavin +Gaviria +Gaver +Gagne +Gagneux +Gagnier +Gagnon +Gagné +Gagahan +Gagarin +Gage +Gagiu +Gagliani +Gago +Gay +Gaydamak +Gaydosh +Gayer +Gayevsky +Gayle +Gayman +Gaynor +Gayre +Gayson +Gayton +Gaeta +Gaetano +Gaetz +Gaerthé +Gaertner +Gaebelein +Gaekwad dynasty +Gace +Gacemi +Gachechiladze +Gachet +Gacy +Gajdoš +Gajdusek +Gaja +Gajewski +Gajula +Gawler +Gawley +Gawade +Gawdy +Gaffey +Gaffney +Gafa +Gahagan +Gahan +Gahlot +Gao +Gaonkar +Gaouaoui +Gapp +Gapper +Gaprindashvili +Gaze +Gazley +Gazzi +Gakayev +Gakhars +Gaarder +Green +Greenspan +Greenspoon +Greenspun +Greenstein +Greenstock +Greenstreet +Greenshields +Greensill +Greenslade +Greensmith +Greenson +Greenhous +Greenhouse +Greenhough +Greenhoff +Greenhow +Greenhalgh +Greenham +Greenhaw +Greenhill +Greenhut +Greenlee +Greenlees +Greenleaf +Greenler +Greenley +Greenland +Greenlaw +Greenlay +Greenlick +Greenly +Greenawalt +Greenaway +Greenacre +Greenall +Greenamyer +Greenan +Greenaugh +Greenwald +Greenwalt +Greenway +Greenwell +Greenwich +Greenwood +Greenbaum +Greenberg +Greenblatt +Greenbury +Greengard +Greenglass +Greengold +Greengrass +Greene +Greener +Greenert +Greenidge +Greening +Greenip +Greeno +Greenop +Greenough +Greenfeld +Greenfield +Greenman +Greentree +Greenup +Greever +Greeves +Greer +Greet +Grego +Gregor +Gregoritsch +Gregorič +Gregory +Gregoor +Gregersen +Gregerson +Gregg +Greggio +Gregan +Gregson +Greatrakes +Greatrex +Greathead +Greatorex +Grean +Greaney +Greasley +Greason +Grealish +Greaves +Grendel +Grendene +Grenander +Grene +Grenfell-Baines +Grenier +Grennell +Grenzfurthner +Greider +Greifelt +Greig +Greiman +Greiner +Greisley +Greitter +Gresh +Gresham +Gressmann +Gresson +Greswell +Grebel +Grebenshchikov +Grebis +Grech +Greco +Grecu +Greter +Gretton +Gretzky +Grever +Grevers +Greves +Grew +Grewe +Grey +Greyson +Gredler +Grekov +Grez +Grand +Grandis +Grandison +Grandidier +Grande +Granderson +Grandjean +Grandon +Grandy +Grangel +Granger +Grangier +Granahan +Granet +Granić +Granot +Granqvist +Granström +Grant +Grabo +Grabolle +Grabowski +Grabarczyk +Grabarkewitz +Grabert +Grabien +Grabner +Grabuste +Grassi +Grassie +Grassl +Grassley +Grasso +Grassotto +Grassett +Grasshoff +Gray +Grayson +Grayston +Graybill +Graydon +Grayer +Grayle +Gracida +Gracie +Gracián +Grace +Gracey +Graczyk +Gravel +Gravely +Gravenor +Graver +Graves +Gravett +Grade +Gradl +Gradus +Gradwell +Grady +Gramm +Grammaticus +Gramatges +Gramlich +Gramont +Grau +Graue +Grauer +Grauert +Grauman +Graziani +Graziano +Graziato +Grazer +Grazzini +Graebner +Graells +Graeme +Graetz +Graaf +Graafland +Graat +Graf +Graffagnino +Grafton +Graham +Grahame +Grahm +Grapes +Grapow +Gratiot +Gratz +Grainger +Grawitz +Gross +Grosskopf +Grosskost +Grosskreutz +Grossfeld +Grossi +Grossman +Grosso +Grosch +Grose +Grosjean +Grosvenor +Grosz +Groth +Grothe +Grothmann +Grotowski +Grotowsky +Grott +Grottger +Grotenfelt +Grotius +Grotrian +Groom +Groombridge +Groome +Groot +Grootendorst +Grochowiak +Grochowski +Groce +Grocott +Grob +Groban +Grobbelaar +Groddeck +Grodner +Grody +Groh +Grohl +Grohman +Groll +Grolman +Grolnick +Gronberg +Grondin +Gronovius +Groult +Groulx +Grouard +Grove +Grover +Groves +Groen +Groeneveld +Grof +Groff +Gromov +Gromyko +Gropius +Gropp +Groß +Großkreutz +Groat +Grogan +Groza +Grim +Grimmelmann +Grimmer +Grimmett +Grimminger +Grimstad +Grimston +Grimsley +Grimaldi +Grimandi +Grimoard +Grimod +Grimberg +Grimes +Grimké +Grimwade +Grigor +Grigorenko +Grigorescu +Grigoryan +Grigoryev +Grigorian +Grigorovich +Griga +Grigas +Griggs +Grignard +Grigson +Gries +Griese +Griest +Grieg +Griego +Grier +Grierson +Griebel +Grieco +Grieve +Grisham +Grishchenkov +Grishin +Grisanti +Grisbaum +Grisi +Grissom +Grist +Griswold +Griffith +Griffiths +Griffin +Griffis +Griffey +Grinberg +Grinda +Griner +Grinnell +Gribelin +Gribkov +Grilli +Grillo +Grider +Grijzenhout +Gritten +Grizzard +Grundman +Grundmann +Grundström +Grundy +Grunberg +Grunebaum +Grunsky +Grunwald +Grubb +Grubbe +Grubbs +Grube +Grubelić +Gruber +Grubišić +Gruen +Gruenbaum +Gruenberg +Gruenenfelder +Grumbach +Grumbkow +Grumiaux +Grumley +Gruden +Grudin +Grudziński +Grupp +Grupper +Grushin +Gruszka +Grulkowski +Gruša +Grün +Grünberg +Grünberger +Grünbaum +Grünenfelder +Grünewald +Grünfeld +Grünspan +Grönblom +Grönemeyer +Grönholm +Gröning +Grönman +Gröben +Gräfe +Gräfenberg +Gräbner +Gräser +Grégoire +Grétry +Grøndahl +Grønhaug +Grímsson +Grósz +Gryn +Grynberg +Grybas +Grycz +Grygera +Grylls +Grzegorzewski +Grzelak +Grzeszczak +Grzyb +Grzybowski +Grzywacz +Grbić +Grgić +Grković +Grm +Grnja +Grădinaru +Gold +Golds +Goldschmid +Goldschmidt +Goldschmied +Goldschmitt +Goldschmeding +Goldscheider +Goldston +Goldstone +Goldstein +Goldsmid family +Goldsmith +Goldsborough +Goldson +Goldsworthy +Goldblatt +Goldbloom +Goldblum +Goldberg +Goldberger +Goldbach +Goldin +Golding +Goldie +Goldish +Goldiș +Golden +Goldenberg +Golder +Goldfarb +Goldfeld +Goldfinger +Goldman +Goldmann +Goldmark +Goldwasser +Goldwater +Goldwell +Goldhaber +Goldhagen +Goldner +Goldney +Goldreich +Goldring +Goldthorpe +Golov +Golovach +Golovachev +Golovanov +Golovin +Golovkin +Golob +Golomb +Golub +Golubov +Golubović +Golubev +Golubić +Golubkina +Golumbic +Goluža +Goll +Gollan +Gollancz +Goller +Gollob +Gollwitzer +Gole +Goleman +Golemović +Golea +Golikov +Golinski +Goličič +Golberg +Golmohammadi +Golshiri +Golčar +Good +Goode +Gooden +Goodenow +Gooder +Goodere +Goodell +Goodey +Goodrick +Goodricke +Goodrich +Goodridge +Goodale +Goodall +Goodacre +Goodhand +Goodhart +Goodhew +Goodlad +Goodland +Goodling +Goodier +Goodis +Goodman +Goodmanson +Goodsell +Goodspeed +Goody +Goodyear +Goodchild +Goodfellow +Goodger +Goodnow +Goodpasture +Goodwyn +Goosen +Goosens +Goossen +Goossens +Goolagong +Goold +Goolsby +Googe +Gookin +Goonesena +Goorjian +Gordeau +Gordeev +Gordon +Gordon-Cumming +Gordillo +Gorelick +Gorelov +Gore-Browne +Gorenstein +Goresky +Gorse +Gorsky +Gorson +Gorst +Gorsuch +Gori +Goria +Goring +Gorion +Gorbachev +Gorbunov +Gorka +Gorkšs +Gorman +Gormley +Gorodetsky +Gorostiaga +Gora +Gorchakova +Gorney +Gorringe +Gorton +Godbold +Godbole +Godbolt +Godbout +Godber +Godot +Godowsky +Godoy +Goddard +Godden +Godlee +Godlewski +Godman +Godmanis +Godward +Godwin +Godart +Godefroy +Godfrey +Godin +Godredsson +Godse +Godunov +Godínez +Goudeau +Goudeket +Goudsmit +Goudstikker +Goudal +Goudge +Goudie +Gounder +Gounelle +Gounod +Gounter +Gould +Goulden +Goulooze +Gourdin +Gourlay +Goursat +Goubert +Gouin +Goumri +Gouveia +Gotts +Gottsch +Gottschalk +Gottschall +Gottsche +Gotter +Gottesman +Gottardi +Gottfried +Gottheil +Gotti +Gottlieb +Gottwald +Goto +Gotovac +Gotschalk +Gotsiridze +Gothóni +Gotlieb +Gomersall +Gomery +Gomelko +Gomes +Gomola +Gomolko +Gomolvilas +Gompers +Gompertz +Gomperz +Gombrich +Gombrowicz +Gomi +Gomis +Gomme +Gomułka +González +González Gómez +González Márquez +González Velázquez +Gonzales +Gong +Gongadze +Gonggrijp +Gongsun +Gonsalves +Gonson +Gonashvili +Goncharov +Gondrezick +Gonet +Gonthier +Gonçalves +Goebel +Goebels +Goebbels +Goethe +Goethem +Goethals +Goedde +Goedert +Goer +Goering +Goeglein +Goehr +Goeldi +Goenka +Goss +Gosse +Gosselin +Gossett +Goseling +Gosewisch +Goslin +Gosling +Gosteli +Gostwick +Gosch +Gosiewski family +Goswami +Gow +Gower +Gowers +Gowell +Gowin +Gowing +Gowland +Gowler +Gowan +Gowdy +Gove +Gover +Govere +Govedarica +Govender +Govaars +Gović +Govorukhin +Goberman +Gobert +Gobel +Gobet +Gobbi +Gobbo +Gobin +Goga +Gogarty +Goggin +Goggins +Gogol +Gogoladze +Goines +Going +Goins +Goian +Goicoechea +Goitia +Goff +Goffe +Goffin +Goffman +Gofton +Goya +Goyal +Goyeneche +Gozzadini +Gozzi +Gozzo +Gopalakrishnan +Gopnik +Gołąb +Gołębiewski +Goad +Gochashvili +Gojković +Gokhale +Gu +Gui +Guillem +Guillemard +Guillemin +Guillerm +Guillet +Guillaume +Guillaumin +Guillard +Guillou +Guilloux +Guillory +Guillén +Guilbaud +Guilbert +Guilfoile +Guilfoyle +Guinn +Guinness +Guiney +Guinizelli +Guinovart +Guida +Guidi +Guidoni +Guibert +Guibourg +Guicciardini +Guichard +Guignard +Guigou +Guimarães +Guimond +Guiraud +Guiry +Guitouni +Guitton +Guivarc'h +Guiñazú +Gut +Guttenberg +Guttenfelder +Guttenplan +Gutteridge +Guttman +Guttmann +Guttmacher +Guttormsen +Guttormson +Guttormsson +Guttadauro +Guttuso +Guth +Guthridge +Guthrie +Gutheil +Guthman +Guterman +Guterres +Guterson +Gutenberg +Gutman +Gutmann +Gutmans +Gutfeld +Gutfreund +Gutierrez +Gutić +Gutnick +Gutzeit +Gul +Gulde +Guldeford +Gulden +Guldberg +Guldbrandsen +Gulbrandsen +Gulbransson +Gulbenkian +Gulbis +Gullick +Gullit +Gulland +Gullett +Gula +Gulati +Gulson +Gulston +Gulen +Gulick +Gulman +Gulyayev +Gulácsy +Gunder +Gundersen +Gunderson +Gundelach +Gundlach +Gundono +Gundry +Gundy +Gunn +Gunnarsdóttir +Gunnarson +Gunnarsson +Gunnlaugsson +Gunther +Gunton +Guntrip +Guntz +Gunsel +Gunson +Gunston +Gunasekera +Gunawardena +Gurung +Gurung people +Gurunath +Guruli +Gururani +Gura +Gurakuqi +Guramishvili +Gurganus +Gurgenidze +Gurilyov +Gurindagunta +Gur Aryeh +Gurdjieff +Gurko +Gurley +Gurney +Gurov +Gurr +Gurvich +Gustafson +Gustainis +Gustavsen +Gustin +Gustinetti +Guste +Gustloff +Gusakov +Gusarov +Gusenbauer +Gusev +Gusman +Gusmão +Gussenhoven +Gussoff +Gushiken +Gusikov +Guard +Guardi +Guardia +Guardini +Guardado +Guarini +Guarino +Guarnieri +Gual +Gualazzini +Gualbert +Guadagnino +Guan +Guatta +Guay +Guerreiro +Guerrero +Guerra +Guerri +Guerini +Guermah +Guershoni +Guesdon +Guest +Guevara +Guevremont +Gueguen +Guenée +Gueye +Gumm +Gummer +Gummery +Gummelt +Gummadi +Gumbel +Gumbert +Gumbleton +Gumbs +Gumpertz +Gumperz +Gumulya +Gumut +Gumery +Gude +Guderian +Gudermann +Guderzo +Gudelj +Gudaitis +Gudavičius +Gudger +Gudjonsson +Gudmundseth +Gudowicz +Gudymo +Gubbins +Gubby +Gubelmann +Gubenko +Gubarev +Gubijan +Gubler +Guðjohnsen +Guðjónsson +Guðmundsdóttir +Guðmundsson +Guðnason +Guégan +Guénon +Guglielmi +Guglielminetti +Guglielmo +Guggenheim +Gugunava +Guy +Guyer +Guyton +Guyver +Guzmán +Guzy +Guzzanti +Guha +Guhathakurta +Gujadhur +Gujral +Guo +Guokas +Guppy +Gupta +Guān +Gučetić +Guccione +Gerstein +Gerstenberg +Gerster +Gerstacker +Gerstaecker +Gerstmann +Gerstner +Gerstäcker +Gershenzon +Gershkovich +Gershman +Gershten +Gershwin +Gerson +German +Germann +Germar +Germer +Germino +Germond +Germán +Gerard +Gerardi +Gerasimenko +Gerasimov +Geraghty +Gerayev +Gerok +Gerome +Geronco +Gerould +Gerov +Gerow +Gerrer +Gerretsen +Gerritsen +Gerritzen +Gerry +Gerhard +Gerhardt +Gerhart +Gerhartsreiter +Gervais +Gervasoni +Gervays +Gervin +Gerbaud +Gerber +Gerbi +Geremek +Geremia +Gerets +Gergel +Gergely +Gerges +Gerlach +Gerlache +Gerlinger +Gernandt +Gernez +Gernreich +Gertler +Gertner +Gertz +Gerdes +Gerdt +Gering +Gerischer +Gerulaitis +Gerxho +Gentile +Gentileschi +Gentili +Gentiloni +Gentles +Gentner +Gentry +Gentsoglou +Generali +Generati +Genese +Genest +Genet +Genge +Gengler +Genn +Gennings +Genova +Genovese +Gendron +Genji +Genkov +Genson +Genua +Genzlinger +Genç +Gell +Geller +Gellhorn +Gellibrand +Gellman +Gellner +Geldart +Geldman +Geldof +Geldray +Geladze +Gelardi +Gelashvili +Gelb +Gelbart +Gelber +Gelenius +Gelernter +Gelfand +Gelfi +Gelman +Gelmini +Gelius +George +Georgesco +Georgescu +Georgeson +Georget +Georgiadis +Georgiev +Georgievski +Georgiou +Georgallis +Geoghan +Geoghegan +Geoffroy +Geschwind +Geschwindner +Geschickter +Geschke +Geschonneck +Gesser +Gessler +Gessner +Gest +Geston +Gestri +Gesell +Gesenius +Gesner +Geise +Geiser +Geisser +Geissman +Geisler +Geijer +Geijssen +Geitner +Geitz +Geier +Geiger +Geikie +Getaldic +Getaldić +Getachew +Getahun +Getaneh +Gethin +Gething +Gettleman +Gettman +Getz +Getzlaf +Getchell +Gebel +Gebert +Gebeshuber +Gebre +Gebrhiwet +Gebauer +Gebhardt +Geddes +Geddis +Gedman +Gedmintas +Gedevanishvili +Gedge +Gedney +Gemili +Geminiani +Gemmell +Gemmill +Gemayel family +Gemechu +Geare +Gearhard +Geary +Geagea +Geaney +Gee +Geelmuyden +Geelvinck +Geerts +Geertsen +Geffen +Geffner +Geffroy +Gefter +Gegenbauer +Gegenbaur +Gegenfurtner +Gegić +Gehrig +Gehring +Gehrke +Gehman +Geulincx +Geun +Geurts +Geutjes +Gevorgyan +Gevorkyan +Gevaert +Gey +Geyer +Geyson +Gephardt +Gewirtz +Gezahegne +Gil +Gill +Gilliam +Gillian +Gillibrand +Gillick +Gillies +Gilligan +Gilliland +Gillingham +Gillis +Gilliver +Giller +Gillerman +Gillespie +Gilley +Gillmor +Gillmore +Gillman +Gill clan +Gillow +Gilbert +Gilbert Scott +Gilberto +Gilbertson +Gilberd +Gilbey +Gilboe +Gilbreth +Gilby +Gildea +Gildemeister +Gilden +Gildersleeve +Gildon +Gilmor +Gilmore +Gilmour +Gilman +Gilmer +Gilkes +Gilks +Gilkyson +Gilani +Gilardino +Gilels +Giles +Gilfeather +Gilfillan +Gilger +Gilges +Giling +Gilis +Gilpatric +Gilpin +Gilroy +Gilruth +Gilson +Gilstrap +Gil-Robles +Gilchrist +Gilyard +Gianni +Giannini +Giannone +Giannopoulos +Giannakopoulos +Gianelli +Giambrone +Giambruno +Giambastiani +Giamatti +Giampaolo +Giard +Giardi +Giardina +Giarelli +Giarratano +Giacomi +Giacomin +Giacometti +Giacobbe +Giakoumelos +Giallelis +Giasson +Girard +Girardeau +Girardelli +Girardengo +Girardet +Girardi +Girardin +Girardot +Giral +Giraldo +Giraldoni +Giraldi +Giraud +Girault +Girandola +Giray +Girdler +Girdlestone +Girouard +Giroux +Gire +Girgenti +Girma +Ging +Gingras +Gingrich +Gingell +Gingold +Ginter +Gintrowski +Ginty +Ginder +Gindl +Ginepri +Ginestà +Ginanni +Ginczek +Ginsberg +Ginóbili +Giovannelli +Giovannetti +Giovanni +Giovannitti +Giovagnini +Giovinco +Giorgadze +Giorgetti +Giorgi +Giordani +Giordano +Giolitti +Giombini +Gioseffi +Gies +Giese +Giesler +Giesy +Gierek +Giering +Giertych +Giedraitis +Giedroyć +Giebel +Gielgud +Gietzelt +Gieysztor +Giuliani +Giuliano +Giulini +Giunta +Giunti +Giunchigliani +Giurescu +Giurgiu +Giuffrè +Giugno +Giupponi +Giusti +Gibbens +Gibbes +Gibbard +Gibbons +Gibbs +Gibert +Giblin +Gibson +Gidding +Giddings +Giddens +Gidaly +Gide +Gidley +Gidman +Gidney +Gimbert +Gimbutis +Gimond +Gimondi +Gimayev +Gimpel +Gimson +Giménez +Gigon +Gigot +Gigurtu +Giguère +Giger +Gigliotti +Gisbert +Gisborne +Gissing +Gissurarson +Gish +Gislimberti +Giffard +Giffen +Gifford +Gifter +Gifune +Giteau +Gitelman +Gita +Gitlis +Gittins +Gippius +Gipps +Gipe +Gipson +Gicquel +Gijsman +Givens +Gizatullin +Giża +Glas +Glass +Glasse +Glassell +Glasser +Glassco +Glassie +Glassman +Glasson +Glascock +Glaser +Glasman +Glaspie +Glaze +Glazer +Glazachev +Glazier +Glazkov +Glazunov +Gladfelter +Gladkov +Gladyshev +Glancy +Glantz +Glatz +Glatzer +Glacken +Glaisher +Glavina +Glaßer +Glen +Glendening +Glendinning +Glenn +Glennon +Glenister +Gleave +Gleaves +Gleason +Glemham +Glemp +Glebov +Gledhill +Gleeson +Glehn +Gleick +Glerum +Gley +Gleđević +Glockendon +Glockenton +Gloveli +Glover +Gloag +Globocnik +Glonti +Gloor +Glosserman +Glowna +Glick +Glickman +Glinka +Glinski +Glidden +Glik +Glimcher +Gluck +Gluckstein +Glushakov +Glushko +Gluecks +Gluzman +Glück +Glücks +Glöckner +Glyn +Glynn +Gün +Güner +Güney +Güneş +Günay +Günaydın +Gündoğdu +Gündüz +Güngör +Günthör +Günzburg +Gülek +Güler +Gültang +Gültekin +Güldenstädt +Gülpınar +Gür +Gürsel +Gürses +Gürsu +Gürkan +Güven +Güvenç +Güçer +Güçlü +Gümüşay +Gütschow +Gökçe +Gökçek +Gökçen +Gökay +Gökbakar +Gökdemir +Gökmen +Görgl +Görgülü +Göransson +Görbe +Göring +Görres +Görtz +Götz +Götzen +Göth +Göbel +Göckel +Göllü +Gönül +Gözübüyük +Gérald +Gérard +Géraud +Gérin +Gérin-Lajoie +Géret +Génin +Gévay +Gómez +Gómez Ortega +Górecki +Górski +Góes +Gál +Gárdonyi +Gísladóttir +Gíslason +Gärtner +Ghazaleh +Ghazali +Ghazaryan +Ghaznavi +Ghazvinian +Ghazzawi +Ghanchi +Ghandy +Ghanem +Ghannouchi +Ghantasala +Gharabekian +Ghardhora +Gharibashvili +Ghadie +Ghaffari +Ghaisas +Ghali +Ghasemi +Ghatak +Ghavidel +Ghirondi +Ghirotto +Ghirlandaio +Ghislandi +Ghislieri +Ghisalberti +Ghiberti +Ghidini +Ghilardi +Ghimire +Ghiyassian +Ghiz +Ghiță +Ghelani +Ghella +Gheorghe +Gheorghiu +Ghebremeskel +Ghechi +Gheeraerts +Gheisari +Ghent +Gherardi +Ghesquière +Ghezzi +Ghorbani +Ghorpade +Ghosh +Ghotra +Ghozali +Ghukasyan +Ghulam +Ghuneim +Ghurki +Ghribi +Gyllenhaal family +Gylling +Gyldenløve +Gylfason +Gylys +Gyamfi +Gyasi +Gyau +Gyeon +Gyepes +Gysbers +Gysi +Gyulai +Gyulay +Gyimah +Gyorko +Gyrowetz +Gwillim +Gwilt +Gwilym +Gwiazdoń +Gwinn +Gwala +Gwatkin +Gwyer +Gwynno +Gjermundshaug +Gjertsen +Gjebrea +Gjelaj +Gjonaj +Gjonbalaj +Gjoni +Gjasula +Gnanligo +Gnant +Gnatt +Gnesin +Gnesina +Gnudi +Gmehling +Gmeiner +Gminski +Gmoch +Gscheidle +Gschwandtner +Gsell +Gstrein +Gvozdenović +Gvozdić +Gvazava +Gąsior +Gąsiorowski +Gbaja-Biamila +Gfrörer +Gzowski +Głowacki +De +De Villacis +De Villagra +De Villaine +De Villalonga +De Villegas +De Villemure +De Villepin +De Villiers +De Villota +De Vilallonga +De Vincenti +De Vincentiis +De Vincentis +De Vinyals +De Visscher +De Visser +De Virga +De Vit +De Vere +De Verley +De Verwer +De Veyra +De Veyrac +De Vedia +De Veenboer +De Velde +De Venecia +De Vargas +De Varona +De Valois +De Vocht +De Vos +De Vreeze +De Vries +De Vlaeminck +De Bono +De Bonstetten +De Bodard +De Boer +De Boor +De Borchgrave d'Altena +De Bourdeille +De Bruijn +De Bruin +De Bruyn +De Bruyne +De Brancas +De Bray +De Brouwer +De Beer +De Beijer +De Bellaigue +De Bernardi +De Best +De Bie +De Bisschop +De Buitléar +De Burgh +De Backer +De Blowitz +De Martini +De Martino +De Marchi +De Maria +De Macedo +De Magistris +De Maizière +De Man +De Mattos +De Maupassant +De Medina +De Mercado +De Mestre +De Meyer +De Monroy +De Moor +De Morgan +De Michelis +De Camp +De Carlo +De Castro family +De Caters +De Caullery +De Cock +De Colo +De Coninck +De Corte +De Coster +De Clerc +De Clerck +De Clercq +De Ceglie +De Cesare +De Crem +De Cuyper +De La Fuente +De La Hoz +De La Porte +De La Rosa +De Laet +De Lange +De Laurentiis +De Leeuw +De Lesseps +De León +De Lillo +De Lima +De Lint +De Lorenzi +De Lucas +De Grassi +De Grassis +De Graaf +De Graeff +De Groot +De Groote +De Greef +De Gea +De Geer +De Genova +De Gas +De Gasperis +De Guignes +De Güemes +De Roo +De Roo van Alderwerelt +De Rooij +De Roos +De Rosnay +De Rossi +De Roever +De Rore +De Rover +De Ribera +De Ridder +De Ravet +De Regt +De Ruiter +De Santi +De Santis +De Santana +De Sanctis +De Saedeleer +De Saint-Pierre +De Sola Pool +De Sordi +De Soto +De Sio +De Smet +De Steiger +De Sá +De Koninck +De Koning +De Kock +De Kok +De Korte +De Kempenaer +De Keyser +De Klerk +De Kuyper +De Wit +De Witt +De Wilde +De Winter +De Waal +De Waele +De Wolf +De Wolfe +De Wet +De Freitas +De Freitas do Amaral +De Fratus +De Falla +De Fay +De Filippi +De Filippis +De Felice +De Hoog +De Hooghe +De Hooch +De Hond +De Hotham +De Haan +De Haas +De Haen +De la Croix +De la Cruz +De la Court +De la Renta +De la Roca +De la Vallée-Poussin +De la Vega +De la Peña +De Alvear +De Alwis +De Abrew +De Adamich +De Angelis +De Ashton +De Ayala +De Jong +De Jonge +De Jongh +De Jager +De Jesus +De Nijs +De Niro +De Negri +De Nooijer +De Palma +De Pauw +De Pra +De Does +De Duve +De Thou +De Toni +De Zeeuw +De Zwart +De Quesada +Delahaie +Delahanty +Delahunt +Delahunty +Delahoussaye +Delancey +Delaney +Delannoy +Delanoë +Delany +Delap +Delaplace +Delaporte +Delaunoij +Delaunois +Delaunay +Delabere +Delaborde +Delafose +Delafosse +Delaroche +Delarue +Delacroix +Deladerrière +Delamare +Delashmit +Delattre +Delayre +Dell +Della Penna +Della Pietà +Della Robbia +Della Rocca +Della Casa +Dellagiovanna +Dellapè +Dellavedova +Delle Piane +Deller +Dellet +Dell'Acqua +Dell'Angelo +Dellinger +Dellow +Dellums +Del Cancia +Del Core +Del Mastro +Del Medigo +Del Potro +Del Prete +Del Rio +Del Rosario +Del Borgo +Del Ferro +Del Granado +Del Negro +Del Toro +Del Vecchio +Delikaris +Deliktaş +Delibašić +Delille +Delissen +Delius +Delić +Delon +Delong +Delony +Deloffre +Deloria +Dele +Deledda +Deleuze +Delevingne +Delbridge +Delbrück +Delbecq +Delgadillo +Delgado +Delgrosso +Delvecchio +Delves +Delville +Delcampe +Delcroix +Delfgaauw +Delfino +Delmas +Delmer +Delpech +Delporte +Del'Haye +Delneri +Delsarte +Deluna +Desch +Descheeni +Descheenie +Descheene +Descheeny +Deschenie +Descheny +Deschalers +Deschamps +Deschanel +Deschine +Deschinny +Descombes +Descombey +Descartes +Descrières +Dessau +Dessauer +Dessaulles +Desser +Dessewffy +Dessoir +Desai +Desailly +Desani +Desargues +Desautels +Despaigne +Despard +Despencer +Despotović +Desprez +Desticius +Destinn +Desthuilliers +Destot +Destro +Desmarais +Desmarets +Desmond +Desmoulins +Deshaies +Deshayes +Deshpande +Des Touches +Des Vœux +Desbarats +Desbois +Desideri +Desiderio +Desrochers +Desrosières +Desderi +Desfontaines +Desgrange +Desjardins +Deslys +Denis +Denison +Denisov +Denisse +Deniker +Denikin +Deniz +Denizli +Deniau +Deniran +Denne +Dennehy +Denner +Denness +Dennett +Denney +Dennis +Dennison +Denny +Deng +Dengate +Dengler +Denkel +Denker +Denktaş +Dent +Dente +Denton +Den Hartog +Den Uyl +Dench +Dencke +Denda +Dendahl +Deneen +Denef +Densmore +Denson +Denyer +Denys +Denzel +Denzinger +Denby +Denham +Denly +Denman +Demir +Demirchyan +Demirci +Demirbaş +Demirdjian +Demirel +Demirkan +Demirović +Demirtaş +Demirören +Demidov +Deming +Demissie +Demitra +Deme +Demetradze +Demetriou +Demeter +Dement +Dementyev +Demers +Demb +Dembitz +Dembitzer +Dembo +Demby +Dembélé +Demaret +Demarteau +Demachi +Demaine +Deman +Dempsey +Dempsie +Dempwolff +Demond +Demoulin +Demura +Demuro +Demmer +Deren +Derenbourg +Dereli +Deressa +Deretić +Derevyanko +Deriba +Derici +Derieva +Dering +Deripaska +Derr +Derrick +Derricks +Derringer +Derby +Derbyshire +Derber +Dervishi +Dervite +Derviş +Derkach +Derksen +Derocles +Deronjić +Dersch +Dershowitz +Deranja +Derfflinger +Derham +Dermer +Dernley +Derulo +Dery +Derzhavin +Dever +Devereaux +Deverell +Devereux +Deveraux +Deveaux +Devetzi +Devadiga +Devadze +Devall +Devaney +Devarajah +Devaughn +Deville +Devillers +Devine +Devins +Devitt +Dević +Devon +Devonish +Devold +Devos +Devoy +Devreese +Devrient +Devdariani +Devkota +Devlin +Devčić +Dear +Dearborn +Dearborne +Dearden +Deare +Dearie +Dearman +Deal +Dealey +Dean +Deane +Deas +Deason +Deacon +Deakin +Deaton +Deaver +Deer +Deere +Deerhe +Deery +Deem +Deemer +Deems +Deekman +Deeks +Deeb +Deedes +Deegener +Deeley +Deengar +Dees +Deevy +Degen +Degenaar +Degener +Degermark +Deguchi +Deguelt +Deguire +Degutis +Degan +Degano +Degas +Degiorgio +Degli Esposti +Degner +Debenham +Debenjak +Debes +Debacq +Debay +Debbagh +Debbarma +Debus +Debussy +Deblois +Debnath +Dettman +Dettmann +Dettori +Deterding +Deters +Dethick +Dethloff +Detmer +Detmold +Detweiler +Deck +Decker +Deckers +Deckert +Deckman +Decatur +Decock +Decroly +Dede +Dedekam +Dedekind +Dedić +Dedič +Dedieu +Dedman +Deutsch +Deutscher +Deutschmann +Deutekom +Deukmejian +Deulofeu +Deuss +Dewa +Dewaele +Dewes +Dewey +Dewdney +Dewilde +Dews +Dehlavi +Dehlinger +Dehne +Dehnert +Dehert +Dehmel +DeBrosse +DeBruin +DeBartolo +DeBerry +DeBusk +DeLoach +DeLorenzo +DeLange +DeLeon +DeLuca +Defendi +Deffenbaugh +Defilippi +Defoe +Defreine +Deichgräber +Deichsel +Deikman +Dein +Deisler +Dejanovic +Dejanović +Dejardin +Dejean +Dejene +DeCanio +DeCesare +DeCicco +DeCoursey +Dekker +Dekkers +Dekanosidze +Deken +Deyneka +Deyneko +DeySarkar +Deyo +DeFeo +DeFilippo +DeFreitas +DeMicco +DeMille +DeMarco +DeRogatis +DeRose +DeRozan +DeSantis +DeSimone +DeSutter +DeVita +DeVito +DeVere +Deol +Deora +Deosaran +DeGeneres +DeGravelles +DeHaan +DeHaven +DePree +DePreist +DeWine +DeWitt +Depero +Depp +Deák +Deák-Nagy +De'Ath +DeJarnette +Dexter +Dezenhall +Dežulović +Daniel +Daniels +Danielsen +Danielsson +Daniel-Lesur +Danielis +Daniell +Danilov +Danilova +Danilović +Danilenko +Danilin +Daniélou +Daničić +Dann +Dannen +Dannenberg +Danneberg +Dannecker +Danneels +Dannelly +Danner +Dannett +Danna +Dannatt +Dannreuther +Dando +Dandolo +Dandoy +Dandachi +Dandekar +Dandurand +Dandy +Dance +Dancelli +Dancer +Danchig-Waring +Danckert +Dancx +Dantas +Dante +Danticat +Dantley +Danto +Dantzig +Dang +Dange +Dangerfield +Dangić +Dangl +Dank +Danker +Dankner +Danks +Danso +Danson +Dansby +Dansey +Dana +Danaher +Danailov +Dane +Daneliya +Daneman +Dano +Danojlić +Danylak +Danylovskyi +Danzi +Danzig +Danby +Danforth +Danhof +Danquah +Danvers +Daněk +Dal +Dalli +Dallin +Dalling +Dallinger +Dallinger von Dalling +Dallison +Dalle Donne +Dallenbach +Dallerup +Dalley +Dalla Chiesa +Dallavalle +Dall'Antonia +Dallman +Dallow +Dale +Dalen +Dalenoord +Dalens +Dalessondro +Dalisay +Dalison +Dalibor +Dalin +Dalipagić +Dalman +Dalmau +Dalmazzo +Dalmia +Daladier +Dalakliev +Dalaras +Dalston +Dalström +Dalson +Dalberg-Acton +Dalby +Dalto +Dalton +Dalzeel +Dalziel +Dal Bello +Dalcroze +Dalderby +Dalgarno +Dalkılıç +Dalpiaz +Daluege +Dalvi +Daly +Darbi +Darbinyan +Darbishire +Darbaki +Darby +Darabi +Daradjat +Daramy +Daraselia +Darr +Darragh +Darren +Darrow +Darche +Darchidze +Darcis +Dare +Daret +Darevsky +Dargan +Darge +Dargis +Dark +Darke +Darko +Darnand +Darnell +Darnton +Dart +Dartnell +Darton +Darvell +Darveniza +Darvish +Darwin +Darwish +Dardis +Darin +Darling +Darmesteter +Darst +Dary +Darányi +David +Davidov +Davidovich +Davidovsky +Davidoff +Davidon +Davids +Davidsen +Davidson +Davidsson +Davide +Davidge +Davies +Davies-Jones +Davis +Davison +Davin +Davitnidze +Davenant +Davenport +Davern +Davey +Davy +Davydov +Davydova +Davydenko +Davalillo +Davalos +Davoodi +Davrak +Davson +Damas +Damasco +Damaskinos Papandreou +Damania +Damari +Damian +Damiani +Damiano +Damiens +Damijanić +Damjanac +Damjanić +Damjanović +Damji +Damm +Dammers +Dammert +Dammann +Damer +Dameron +Damlaimcourt +Damle +Damodaran +Damon +Damphousse +Dampier +Damrell +Damrosch +Damnjanović +Damsleth +Dau +Daub +Dauber +Dauberval +Dauben +Daubney +Daukantaitė +Daukantas +Daukantienė +Daukša +Dauda +Daudet +Daudpota +Dauman +Daumantas +Daumery +Dauch +Daucourt +Daugaard +Daughtridge +Dauenhauer +Daundy +Daushvili +Dautzenberg +Das +Dash +Dashew +Dashiell +Dashkevich +Dashwood +Dassanayake +Dasse +Dassin +Dassler +Dasso +Dasaolu +Dasayev +Dastgir +Daston +Daschner +Dasgupta +Daskalakis +Dasmunsi +Dahl +Dahlberg +Dahlbäck +Dahlstedt +Dahlstrom +Dahlen +Dahlgren +Dahlin +Dahlke +Dahlman +Dahlquist +Dahm +Dahmen +Dahmer +Dahal +Dahan +Dahill +Dahn +Daw +Dawidowska +Dawidowski +Dawidowsky +Dawidowicz +Dawit +Dawe +Dawes +Daws +Dawson +Dawkins +Dawley +Dawnay +Dawodu +Dai +Daigle +Daigneault +Daigo +Daiches +Daiju +Daikawa +Dailey +Daimon +Daisey +Daitokuji +Daiu +Datt +Dattani +Dattilo +Datsik +Datsyuk +Date +Datla +Datunashvili +Daba +Dabadie +Dabhade +Dabholkar +Dabbs +Dabija +Dabrowski +Dade +Dadeshkeliani +Dadic +Dadishkeliani +Daddo +Dadonov +Dadswell +Day +Day-Lewis +Dayan +Dayes +Dayman +Dayneko +Dayton +Dag +Dagg +Dagobert +Dague +Dagys +Da Costa +Da Fiesole +Da Ros +Da Vinci +Dachauer +Dachs +Dacier +Dacres +Dağdelen +Dağtekin +Dačić +Dafaa +Dafoe +Dajković +Dajos +Dake +Dakin +Dao +Daouda +DaCosta +Daems +Dapčević +Daxini +Dašek +Donato +Donatoni +Donath +Donati +Donald +Donaldson +Donaghy +Donahue +Donauri +Donn +Donnell +Donnellan +Donnelly +Donner +Donnersmarck +Donnet +Donnadieu +Done +Donelaitis +Donels +Donenfeld +Donev +Dondero +Donders +Dondelinger +Dong +Dongfang +Dongvani +Doniach +Donisthorpe +Donizetti +Donker +Donkin +Donkor +Donohoe +Donohue +Donovan +Donceanu +Donck +Donlevy +Donskoy +Dontsov +Donutil +Dorf +Dorfman +Dorfmann +Dorfmeister +Dorff +Dorr +Dorrell +Dorrestein +Dorrian +Dorrien +Dorn +Dornbush +Dorner +Dorning +Doremus +Dorenfeldt +Doret +Dorie +Dorigny +Doriot +Doroshenko +Doroshevich +Dorofeyev +Dorsett +Dorsey +Dorson +Dorman +Dormer +Dortch +Dortort +Doráti +Doré +Dorati +Dorgan +Dorpmüller +Doruk +Dobrovich +Dobrovolsky +Dobrovský +Dobronravov +Dobronski +Dobrowolski +Dobrowski +Dobrokhotov +Dobrosky +Dobre +Dobrescu +Dobrev +Dobriansky +Dobrin +Dobrizhoffer +Dobrushin +Dobrzynski +Dobb +Dobbie +Dobbs +Dobbyn +Dobai +Dobay +Dobie +Dobis +Dobler +Doblin +Dobos +Dobosiewicz +Dobell +Dobkin +Dobson +Doby +Domenech +Domenicali +Domeij +Domela +Domergue +Domin +Dominich +Dominiković +Dominis +Dominy +Domoraud +Domori +Domon +Domoto +Doman +Domanska +Domański +Dombraye +Dombrowski +Dombeck +Domvile +Domville +Dommersnes +Dompig +Domínguez +Doll +Dollinger +Dollison +Dollitz +Dollar +Dollard +Dollfus +Dollo +Doleman +Dolenz +Doles +Doležal +Dolidze +Dolin +Dolman +Dolmatov +Dolan +Dolben +Dolgov +Doljingiin +Dolniak +Dolphin +Dow +Downer +Downes +Downey +Downie +Downing +Downs +Downton +Dowd +Dowden +Dowdeswell +Dowdall +Dowding +Dowdy +Dowse +Dowsett +Dowson +Dowlatshah +Dowling +Dowell +Dowie +Dowrick +Doughten +Doughty +Dougherty +Douglas +Douglass +Douma +Doumbia +Doumit +Douli +Doull +Douay +Doubrovska +Doucet +Doud +Doust +Douty +Douvalidis +Douwes +Doolan +Dooley +Doolittle +Dooly +Doody +Doohan +Dooke +Doone +Doornbos +Dooyeweerd +Docker +Docking +Dockrell +Dockstader +Dockweiler +Docter +Doctorow +Docherty +Docwra +Dodd +Dodds +Dodge +Dodgson +Doderer +Dodik +Dodrill +Dodsley +Dodwell +Dostoevsky +Dostoyevsky +Dostal +Dostler +Dostál +Doss +Dossi +Dosanjh +Doshi +Dokite +Dokiwari +Dokić +Doke +Dokken +Dokle +Dokmanović +Dokumamushi +Dohna +Dohnal +Dohnányi family +Doheny +Doherty +Dohm +Dohrmann +Doerksen +Doerr +Doeblin +Doeff +Doetsch +Doi +Doidge +Doig +Doihara +Doisneau +Doth +Dotrice +Dotson +Dotti +Doty +Doan +Doane +Doad +Doar Family +Dogar +Dogbeh +Dogra +Dogărescu +Doyen +Doyer +Doyle +Doyon +Dove +Dovey +Dovzhenko +Dozier +Dozois +Dozy +Doğan +Doğançay +Doğu +Do Amaral +Do Rosário +Doppler +Dopyera +Došek +Dožić +Doff +Dojkić +Doxiadis +Du +Dunn +Dunne +Dunnell +Dunner +Dunnett +Dunnigan +Dunning +Dunca +Duncan +Duncanson +Dunch +Dunckel +Duncombe +Dunkle +Dunkley +Dunkerley +Dunkin +Dundee +Dunderdale +Dundas +Dunlap +Dunleavy +Dunlop +Dunigan +Dunin +Dunstan +Dunston +Dunaway +Dunbar +Dunegan +Dungey +Dunham +Dunmore +Dunphy +Duntze +Dunwoody +Dunz +Durant +Durante +Durand +Durang +Durack +Duraisamy +Durak +Durnan +Durnford +Durning +Durnovo +Durnwalder +Durie +Durieux +Duriez +Duritz +Dureau +Duret +Durey +Durov +Durova +Durocher +Durkheim +Durkin +Durrant +Durrell +Durst +Dursun +Durbin +Durden +Durham +Durlacher +Durmaz +Duryea +Durão +Dubos +Dubosc +Dubost +Dubourdieu +Dubourg +Dubov +Dubovie +Dubois +Dubar +Dubasov +Dubuisson +Dubus +Dubbels +Duberman +Dubinin +Dublin +Dubner +Dubthaigh +Duby +Dubé +Duch +Duchesnay +Duchesne +Duchemin +Duchamp +Ducharme +Duck +Ducke +Duckett +Duckworth +Ducrocq +Ducrow +Ducange +Duccini +Duclos +Duczyński +Dumaine +Duman +Dumars +Dumas +Dumbadze +Dumbleton +Dumervil +Dumesny +Dumitrescu +Dumitru +Dummer +Dummett +Dumont +Dumor +Dumra +Dumville +Duponchel +Dupont +Dupouy +Duprat +Duprey +Dupré +Dupuy +Dupuytren +Dupuis +Duplantis +Duplass +Duperron +Dupin +Duppa +Duden +Dudeney +Dudek +Dudani +Dudayev +Duddell +Duddy +Dudgeon +Dudley +Dudok +Dudycz +Dudziński +Duff +Duffie +Duffield +Duffin +Duffy +Dufresne +Dufresny +Dufrenoy +Dufriche-Desgenettes +Dufault +Dufek +Dufour +Dutcher +Duterte +Dutertre +Duteil +Duthie +Dutilleux +Dutoit +Dutschke +Dutta +Dugal +Dugan +Dugard +Dugas +Dugdale +Duggan +Dugmore +Dugès +Dusart +Dusautoir +Dushkov +Dushku +Dusen +Dustin +Duszyński +Dusík +Dull +Duller +Dulay +Dulbecco +Dulfer +Dulko +Dulson +Duijf +Duijm +Duif +Duignan +Duinmeijer +Duivenbode +Dujmov +Dujmovits +Dujmović +Dujardin +Dujilo +Duke +Dukes +Dukakis +Dukinfield +Dukurs +Duva +Duval +Duvalier +Duvall +Duverger +Duara +Duarte +Duah +Duane +Duer +Duerden +Duerr +Dueñas +Duhalde +Duhamel +Duhon +Duhé +Du Bois-Reymond +Du Pre +Du Toit +Duyff +Duyster +Duyvendak +Duque +Duquette +DuPlooy +Duxbury +Dučić +Dušek +Di +Dietz +Dietzel +Dietzgen +Dietel +Dieterich +Dietrich +Dietrichson +Dietl +Dietsch +Dierckx +Diergaardt +Dierking +Diermissen +Dies +Diesch +Diesing +Dieudonné +Dieulafoy +Dieupart +Diederich +Diedtrich +Diego +Diego Velázquez +Diel +Diels +Diepenbrock +Diepeveen +Diez +Diez Canseco +Diebold +Dieckmann +Diefenbaker +Diekwisch +Diemer +Dienes +Dießner +Ding +Dingell +Dinger +Dingley +Dingsdag +Dini +Dinicu +Dinis +Diniz +Dinić +Dines +Dinesen +Dineen +Dink +Dinkins +Dinneen +Dinnerstein +Dino +Dinov +Dinsdale +Dinsmoor +Dinu +Dinur +Dinç +Dinçer +Dinale +Dinh +Dinter +Dinwiddy +Dinyando +Dinčić +Dia +Diakidis +Diakité +Diakhaté +Diakos +Diabang +Diabaté +Diaby +Diaconescu +Diaconu +Diaghilev +Diagne +Diamantopoulos +Diamond +Dias +Diasamidze +Diaw +Diawara +Diallo +Dian +Diarra +Diaz +Dick +Dickens +Dickenson +Dicker +Dickerson +Dickeson +Dickey +Dickins +Dickinson +Dickie +Dickison +Dicks +Dickson +Dickman +Dichand +Dichter +Dicey +Dicus +Dicásolo +Di Giorgio +Di Giuseppe +Di Gennaro +Di Grassi +Di Bella +Di Bello +Di Basco +Di Martino +Di María +Di Matteo +Di Paco +Di Pietro +Di Centa +Di Dio +Di Leo +Di Rienzo +Di Stefano +Di Vignano +Dill +Dille +Dilley +Dillinger +Dillman +Dillon +Dilber +Dilberović +Dilaver +Dilger +Dilke +Dilmore +Dilorenzo +Dilthey +Dilweg +Disch +Dische +Discher +Dischinger +Dissels +Dissen +Dissanayake +Dissing +Distel +Distler +Diston +Disdero +Dishman +Disraeli +Disztl +Dimitriadis +Dimitrijević +Dimitriou +Dimitrov +Dimitrovski +Dimond +Dimont +Dimoline +Dimov +Dimmick +Dimmock +Dimbleby +Dimsdale +Didelot +Diderot +Didier +Didion +Didava +Diddlebock +Didžbalis +Dittert +Dittman +Dittrich +Ditchburn +Ditchfield +Ditko +Ditmar +Digges +Diggs +Dighmelashvili +Dight +Dignam +Digweed +Dione +Dionne +Diodati +Diop +Dior +Diouf +Dikeh +Dikinciler +Dikmen +Dikranian +Dikshit +Dirk +Dirks +Dirksen +Dirgėla +Dirie +Dibbits +Dibble +Dibaba +Dibi +Dijk +Dijkgraaf +Dijkhuis +Dijkstra +Divila +Diviš +Divac +Divjak +DiMaggio +DiMarco +DiPaolo +DiPietro +Diffrient +Diffring +Dipiazza +Dipp +Dixon +Dixson +Dizdarević +Dizdari +Diène +Dièye +DiBernardo +DiCaprio +Dihanich +Diyadin +Drago +Dragojević +Dragojlović +Dragomirov +Dragonetti +Dragosavac +Dragoumis +Dragović +Draga +Draganić +Draganović +Draguicevich +Dragusha +Dragutinović +Dragić +Dragičević +Dragendorff +Draghi +Dragnea +Dragt +Drake +Drakenberg +Drakulić +Drakšič +Dray +Draycott +Drayson +Drayton +Drach +Drache +Drachmann +Draskovich +Draskovics +Draskovits +Draven +Draves +Dravid +Draaijer +Draaisma +Drane +Dranga +Drapeau +Draper +Drašković +Dražeta +Drabble +Draheim +Draxler +Dreiding +Dreier +Dreifuss +Dreijmanis +Dreiling +Dreissigacker +Drew +Drewe +Drewes +Drewett +Drewry +Drews +Dressel +Dresser +Dressler +Drescher +Dreyfus +Dreyfuss +Dreyer +Drebbel +Drebin +Drechsel +Drechsler +Drees +Dreesen +Drexel +Drexler +Drell +Drennan +Dretske +Drevin +Drezner +Droz +Drozd +Drozdov +Drozdova +Drozg +Drobnjak +Drobnjaković +Drobnick +Drobný +Droubay +Drouet +Drouin +Drout +Drope +Dropkin +Dropsy +Drost +Droste zu Vischering +Drossel +Drolet +Drolling +Drown +Drowne +Dromgoole +Dronova +Drori +Drinker +Drinkwater +Drinan +Dring +Drinjaković +Drinčić +Driedger +Driegen +Driessen +Driggers +Driggs +Driftmier +Drilon +Drimmer +Driscoll +Driver +Drizić +Drumm +Drummond +Drummond Wolff +Drummond-Wolff +Druce +Drucker +Drude +Druitt +Drury +Druyan +Drybrough +Dryburgh +Dryander +Dryden +Dryer +Drăghicescu +Drăghici +Drăgan +Drăgescu +Drzymała +Drzyzga +Drzewiecki +Drdla +Drljača +Drmić +Drnovšek +D'Anna +D'Annunzio +D'Antoni +D'Antonio +D'Andrea +D'Angelo +D'Amboise +D'Ambrosio +D'Amato +D'Amico +D'Amours +D'Alessandro +D'Alessio +D'Aloia +D'Alton +D'Abo +D'Aboville +D'Abruzzo +D'Agincourt +D'Agnolo +D'Agostino +D'Aeth +D'Aoust +D'Aquino +D'Arras +D'Ascenzi +D'Aubigne +D'Avena +D'Inverno +D'Inzeo +D'Onofrio +D'Oyly +D'Estienne d'Orves +D'Hilliers +D'arcy +D'Étampes de Valençay +Dyatel +Dyatlov +Dyachenko +Dyakov +Dyke +Dykema +Dykes +Dykstra +Dye +Dyer +Dyess +Dybdahl +Dybwad +Dyce +Dyck +Dyne +Dynes +Dyoko +Dyott +Dyrdahl +Dyreborg +Dyshekov +Dyson +Dydek +Dyfodwg +Dylan +Dymond +Dhar +Dharan +Dharanipragada +Dharker +Dharni +Dhand +Dhankhar +Dhaliwal +Dhawan +Dhillon +Dhindsa +Dhital +Dhomi +Dhorasoo +Dhumal +Dhungana +Dhromer +Dwan +Dwaram +Dwayne +Dwiggins +Dwinger +Dwivedi +Dwork +Dworkin +Dwomoh +Dweck +Dwyer +Döhl +Dönhoff +Dörflinger +Dümmler +Dünhaupt +Düzağaç +Dávila +Dähnhardt +Décarie +Díaz +Dziedzic +Dziri +Dziuba +Dzięcioł +Dzhioyev +Dzhugashvili +Dzubenko +Dzutsev +Dzafič +Džiaukštas +Džihan +Džinović +Džeko +Džombić +Długosz +Důras +Dvorak +Dvoretzky +Dvorkin +Dvorovenko +Dvořák +Dvalishvili +Djaballah +Djamshidov +Djiyamurodov +Djurhuus +Dąbrowski +Dąmbski +Dārziņš +Dlamini +Dlouhý +Dmitrieva +Dmitriyev +Dgebuadze +Dneprov +Dương +Paradis +Paradise +Paradiso +Parady +Paraskevin +Paraskevopoulos +Parashar +Parande +Paranjpe +Parata +Paratore +Parag +Paravisi +Parazaider +Parent +Parente +Parenteau +Parenti +Parekattil +Parekh +Paret +Pareto +Parecchini +Paredes +Parera +Pares +Parr +Parrot +Parrott +Parrondo +Parra +Parratt +Parrett +Parretti +Parris +Parrish +Parry +Parry Jones +Paris +Parise +Parisella +Pariser +Parish +Parisi +Parisot +Parisyan +Paria +Parikh +Parini +Park +Parker +Parkerson +Parkes +Parkhi +Parkhurst +Parkin +Parkinson +Parkkonen +Parkyn +Pars +Parsamian +Parsamyan +Parsani +Parseghian +Parseval +Parsley +Parslow +Part +Parti +Partington +Parton +Partow +Partain +Partch +Partridge +Pardee +Pardeshi +Pardew +Pardal +Pardoe +Pardy +Parlak +Parland +Parler family +Parlett +Parlon +Parmenter +Parmentier +Parmelee +Parmley +Parnaby +Parnell +Parnham +Parfitt +Parfrey +Paruchuri +Parupalli +Parviainen +Parvīz +Parcell +Pargeter +Parham +Paro +Parwani +Paré +Pan +Pankevich +Pankevych +Panken +Pankiewicz +Pankin +Pankratov +Pankratz +Pankau +Pankhurst +Pankow +Pander +Pandeth +Pandev +Pandey +Pandolfi +Pandolfini +Pandharipande +Panduro +Pandya +Pantel +Panteleimonov +Pantelić +Pantaleoni +Pantani +Pantilimon +Pantić +Panton +Panchenko +Pancher +Pancho +Pancera +Pancetti +Pancake +Pancoast +Pani +Panizza +Panizzi +Panicucci +Panikkar +Panin +Panić +Panagakos +Panagiotopoulos +Panagoulias +Panabaker +Panafieu +Panaro +Panetta +Panettiere +Panek +Panenka +Panneerselvam +Pannell +Panner +Pannartz +Panzi +Panzinger +Panzer +Pang +Pangborn +Panofsky +Panov +Panufnik +Panula +Pany +Panyin +Panfilov +Panjikidze +Panshin +Panáček +Pančić +Pal +Pala +Palacio +Palacios +Palackal +Palacky +Palach +Palander +Palanisamy +Palazuelos +Palazzese +Paladino +Palagummi +Palahniuk +Palairet +Palala +Palamo +Palasciano +Palatnik +Palavandishvili +Palm +Palme +Palmer +Palmer-Tomkinson +Palmerston +Palmeiro +Palmenberg +Palmes +Palmgreen +Palmgren +Palma +Palmcrantz +Palmieri +Palmlöf +Palmstruch +Paleologu +Paleotti +Paler +Palermo +Paleta +Paletta +Paleckis +Palen +Paley +Palin +Paling +Paliashvili +Palillo +Palitzsch +Paliwal +Pall +Palladino +Pallett +Palliser +Pallo +Palomo +Palomäki +Palotás +Palfrey +Palfreyman +Paludan +Palumbo +Paldum +Palgrave +Palk +Palner +Paltrow +Palyani +Passer +Passeri +Passerini +Passereau +Passendorfer +Passarelli +Passarotti +Passaglia +Passgård +Passmore +Passos +Passy +Pastor +Pastorek +Pastorelli +Pastorini +Pastorius +Pasternack +Pasternak +Pasteur +Pastewka +Pastan +Pastrana +Pastur +Pascal +Pascale +Pascali +Pasco +Pascoal +Pascoe +Pasch +Pasche +Pascual +Pasculli +Pasqua +Pasqual +Pasquale +Pasquale Ricci +Pasqualetti +Pasqualini +Pasquinelli +Pasquini +Pasquier +Pasquet +Paskaljević +Paskaš +Paskevich +Paskevych +Paskowitz +Pashaei +Pashkevich +Pashley +Pasolini +Pasotti +Paszek +Pasztor +Pasanen +Pasek +Pasinelli +Pasley +Paspalj +Pasupuleti +Paswan +Papa +Papanastasiou +Papandreou +Papanikolaou +Papanov +Papantoniou +Papadiamantopoulos +Papadimitriou +Papadakis +Papadopoulos +Papareschi +Paparesta +Paparatto +Paparrigopoulos +Papageorgiou +Papagiannakopoulos +Papagou +Papaccio +Papachristos +Papazoglou +Papazyan +Papaioannou +Papakonstantinou +Papalia +Papastathopoulos +Papathanasiou +Papayiannis +Papp +Pappalardo +Pappas +Pappenheim +Pappin +Papps +Papin +Papineau +Papikyan +Papelbon +Papenfuss +Papoulas +Papoušek +Paprocki +Papworth +Papé +Pate +Paterno +Paternoster +Paterson +Patek +Patel +Pates +Patey +Patti +Pattinama +Pattinson +Pattison +Patten +Patterson +Patty +Pathani +Pathak +Patharkar +Patarava +Patarkatsishvili +Pataki +Patnaik +Patneedi +Patni +Patchen +Patchett +Patinkin +Patiño +Paton +Patočka +Patrick +Patrizi +Patmore +Patursson +Patwari +Paul +Pauls +Paulse +Paulsen +Paulson +Paulsson +Paule +Pauler +Paulet +Pauley +Pauli +Paulin +Pauling +Paulino +Paulauskas +Paulding +Paull +Paultz +Paulus +Pauly +Pauschenwein +Pausewang +Pausin +Pauker +Paukovich +Pauw +Pauwels +Paudel +Pavlov +Pavlovich +Pavlović +Pavlova +Pavlovcak +Pavlopoulos +Pavlou +Pavlichenko +Pavlidis +Pavlik +Pavliuk +Pavličić +Pavlenishvili +Pavlenko +Pavletić +Pavlychko +Pavlyuchenko +Pavel Petřikov +Pavelec +Pavelić +Pavesi +Pavilionis +Pavin +Pavić +Pavone +Pavoni +Pavarin +Pavuluri +Pacheco +Pacheco Pereira +Pachelbel +Pacher +Pachachi +Pachman +Pace +Pacejka +Pacelli +Pacetti +Pacey +Paci +Pacini +Paciorek +Paciullo +Packard +Packwood +Pacca +Pacovský +Pacquiao +Padalino +Padamadan +Padar +Padden +Paddick +Paddock +Padel +Paden +Paderewski +Padoa-schioppa +Padovan +Padgett +Padilla +Padmore +Padrón +Padwa +Pawlik +Pawlikowski +Pawlicki +Pawlak +Pawlas +Pawle +Pawley +Pawlowski +Pawlusiński +Pawar +Pawson +Pawłowicz +Pai +Pain +Paintal +Painter +Paine +Painlevé +Paice +Paidi +Paiement +Paige +Paiva +Paglia +Pagliarini +Pagliassotti +Pagliero +Page +Pagel +Paget +Pagano +Pagh +Pagotto +Pakalniškis +Pakalns +Pakenham +Pakhomov +Pakosie +Pakradouni +Paksas +Pakula +Paye +Payer +Payet +Payn +Payne +Paynter +Paykull +Payton +Paasche +Paasilinna +Paape +Paar +Paavolainen +Pazienza +Pazik +Pazcoguin +Pazmiño +Pazol +Pajari +Pajič +Pajtić +Pająk +Paoli +Paolini +Paolucci +Paonessa +Pašalić +Pašić +Paşa +Paździor +Paffett +Pafford +Pafko +Pahlavi +Pahlman +Pahor +Pamuk +Pamulaparthi +Pambianco +Paquet +Paquette +Paquin +Paxman +Paxson +Paxton +Paert +Paet +Pabst +Pačariz +Pereira +Pereira da Silva +Perella +Perelman +Peres +Peresson +Peretti +Peretz +Perea +Perec +Pereda +Perehudoff +Perenni +Perepeczko +Perera +Pereverzev +Pereyra +Perez Companc +Perri +Perrie +Perrier +Perrine +Perrins +Perrilloux +Perron +Perroncito +Perrone +Perrodin +Perroux +Perreault +Perren +Perret +Perry +Perry-Keene +Perryman +Persakis +Persaliano +Persaud +Persichetti +Persico +Persiani +Person +Persons +Persoons +Persse +Persson +Perschy +Pershin +Perski +Peri +Perica +Pericak +Perich +Pericoli +Periyasamy +Perić +Perišić +Perl +Perlich +Perlin +Perlič +Perlman +Perlmutter +Perley +Perloff +Perkin +Perkins +Perko +Perković +Perky +Perkyn +Perkhun +Perot +Perotti +Peroff +Perona +Perović +Perowne +Pert +Perti +Pertile +Pertakhia +Pertsch +Pertwee +Pera +Perales +Peralta +Peraza +Perugia +Perugini +Perucchini +Perutz +Perch +Percival +Perczel +Pergar +Perger +Pergolesi +Perner +Pernet +Pernoud +Perälä +Perényi +Perdomo +Perfetti +Perham +Perminov +Perpignani +Pery +Petr +Petrov +Petrovický +Petrović +Petrovski +Petrovsky +Petrone +Petronijević +Petrosyan +Petrowski +Petri +Petrick +Petricka +Petrini +Petrino +Petridis +Petrie +Petrillo +Petre +Petrella +Petrelli +Petrenko +Petrescu +Petraeus +Petraitis +Petrakov +Petrarca +Petrucci family +Petrushevych +Petruška +Petry +Petráš +Petržela +Pettit +Pettitt +Pettibone +Pettifor +Pettigrew +Pettinari +Pettersen +Petterson +Pettersson +Pettenella +Pettengill +Petty +Petty-Fitzmaurice +Pettman +Petts +Pettus +Pettway +Peter +Peters +Petersen +Peterson +Petersson +Peterman +Petermann +Peterhans +Peterlin +Petelski +Petit +Petito +Petitot +Petitpierre +Petimezas +Petipa +Petacchi +Petagine +Petaja +Petard +Petkov +Petković +Petkovski +Petkevičius +Petherbridge +Petherick +Pethick +Petukhov +Petulengro +Petunin +Petzner +Petzold +Petcu +Peto +Petsyna +Petyt +Petäjä +Petőfi +Pennefather +Pennel +Penner +Pennetta +Penney +Penning +Pennings +Pennie +Penniman +Pennison +Penny +Pennypacker +Penna +Pennock +Pender +Pendergast +Pendergrass +Pendlebury +Pendleton +Pendharkar +Pendry +Pendyala +Pena +Penale +Penalosa +Penick +Peniston +Penix +Penruddock +Penruddocke +Penrose +Pentecost +Pentland +Penton +Peng +Pengelly +Penberthy +Penfold +Penhaligon +Penman +Penov +Penson +Pell +Peller +Pellerin +Pellegrino +Pelletier +Pellew +Pelley +Pellizotti +Pellizzari +Pellicier +Pelling +Pellissier +Pellatt +Pellow +Pelly +Peled +Peleg +Peles +Peletier +Pelikan +Pelikán +Pelin +Pelizzoli +Peltz +Peltzer +Peltier +Peltonen +Pelz +Pelzer +Pelan +Pelfrey +Pelham-Clinton +Pelosi +Pelucchi +Peláez +Pears +Pearsall +Pearse +Pearson +Pearce +Pearcey +Pearl +Pearlman +Pearman +Peart +Peace +Peach +Peacock +Pease +Peaslee +Peat +Peattie +Peake +Peano +Peavey +Peay +Pescarolo +Pescatore +Pesce +Pescetti +Pesch +Peschke +Pesci +Pescott +Pestalozzi +Pestano +Peston +Pesamosca +Pesenti +Pesky +Pesoli +Pesser +Peszek +Peers +Peerson +Peeris +Peery +Peete +Peeters +Peetre +Peebo +Peeler +Peeples +Pees +Peev +Pepper +Pepperell +Peppers +Pepping +Peploe +Peploe Wood +Pepelyaev +Peprah +Pepusch +Pepys +Pedde +Peddle +Pedduri +Pede +Pedersen +Pederson +Pedlar +Pedley +Pedretti +Pech +Pecherov +Pechersky +Pecoraio +Pecoraro +Pecorini +Pecche +Peck +Pei +Peirce +Peiris +Peiffer +Peikoff +Peile +Peiper +Peixoto +Peyer +Peyerl +Peyron +Peyrot +Peyman +Peyntour +Peyser +Peyton-Jones +Pezzaiuoli +Pezzati +Pezzey +Pezzi +Pezedo +Pember +Pemberton +Pembleton +Pempengco +Pešaković +Pešek +Pešić +Pešut +Peker +Pekkala +Pekurár +Peucker +Peukert +Peutan +Pegg +Pegues +Pejić +Pejman +Peverell +Pevsner +Peña +Peñate +Peffer +Pollina +Pollinger +Pollini +Pollitt +Pollitzer +Pollick +Pollio +Pollard +Pollari +Pollack +Pollaiolo +Pollak +Pollan +Poller +Pollert +Pollet +Pollexfen +Pollmächer +Poli +Poliakoff +Polian +Poliaček +Politylo +Politzer +Polidori +Poliker +Poling +Polishchuk +Polivanov +Polizzi +Polić +Polanski +Polanský +Polanco +Poland +Polack +Polaco +Polak +Polat +Polański +Pole +Polenghi +Poletti +Polevoy +Poley +Polák +Polányi +Polášek +Polívka +Polyakin +Polyakov +Polyanski +Polo +Polonsky +Polumenta +Polunin +Polchinski +Polgár +Polhemus +Polkinghorne +Polnareff +Polston +Port +Porter +Porterfield +Portela +Porten +Porteus +Portilla +Portillo +Portier +Portinari +Portis +Portnov +Portnoy +Portnyagin +Portugal +Portway +Portwood +Portalupi +Portman +Porcellato +Porcello +Porcher +Porchetta +Porcaro +Porco +Porri +Porritt +Porras +Poromaa +Poroshenko +Porsche +Porson +Poraz +Porel +Porges +Porzio +Porębski +Pop +Popp +Poppe +Poppen +Popper +Popplewell +Popov +Popovici +Popović +Popovski +Poplawski +Poplašen +Pople +Popelin +Popescu +Popkin +Popkov +Popa +Popiel +Popwell +Post +Postl +Postlethwaite +Postlewait +Postel +Poster +Postan +Postgate +Postma +Poston +Poss +Possamai +Posse +Possoni +Pospíchal +Pospíšil +Pospěch +Posada +Posey +Posner +Pou +Poulin +Pouliquen +Poulsen +Poulson +Poulter +Poulton +Poulain +Poulett +Poullain +Pounder +Poundstone +Pountney +Pourbus +Pournelle +Pough +Poussin +Poutiainen +Pont +Ponti +Ponting +Pontecorvo +Pontoni +Ponomarenko +Ponomaryov +Ponoš +Ponce +Poncet +Pons +Ponsard +Pond +Poniatowska +Ponnambalam +Podestà +Podestá +Podesta +Podell +Podhoretz +Podhorodecki +Podhajsky +Podger +Podgursky +Poddar +Podkolzin +Podmore +Podolski +Podsiadło +Pott +Potti +Pottier +Pottinger +Potter +Potthast +Potts +Potanin +Potapenko +Poteat +Potgieter +Potier +Potočnik +Potvin +Pogodin +Pogonat +Pogorelov +Poggi +Poggiali +Pogrebinsky +Pogrebnyak +Pogba +Poghossian +Pognon +Pogue +Poke +Pokela +Pokharel +Pokhariya +Pokorný +Pokou +Pokrajac +Pokrass +Poku +Pomerants +Pomerantz +Pomerance +Pomeroy +Pomahač +Pomar +Pompeo +Pompidou +Pomfret +Powel +Powell +Power +Powers +Powle +Powles +Pownall +Powter +Powys +Pozzo +Pozzo Ardizzi +Pozzoni +Pozzovivo +Pozzato +Pozzi +Pozdnyakov +Pozharsky +Pozsonec +Poe +Poel +Poelman +Poelmann +Poelmans +Poels +Poenaru +Poettering +Poinar +Poincaré +Pointz +Poiret +Poirier +Poiré +Poienaru +Poitier +Pool +Poole +Pooler +Pooley +Poolman +Pook +Poore +Poots +Poy +Poynter +Poynton +Poyntz +Poyer +Poyet +Poyraz +Pock +Pocklington +Pocock +Pococke +Poch +Pocius +Povazhny +Povey +Povondra +Pobjie +Poborsky +Poffenbarger +Poffenberger +Pohl +Pohlmann +Poçan +Poénaru +Poxleitner +Poštulka +Pick +Picker +Pickering +Pickersgill +Picken +Pickens +Pickel +Pickett +Pickard +Pickard-Cambridge +Pickler +Pickles +Pickford +Pickthall +Pickworth +Piccio +Piccione +Piccioni +Picciotto +Piccinini +Piccinni +Piccirilli +Picchi +Picchio +Picchiotti +Piccolomini +Piccolotto +Piccoli +Piccardo +Pichard +Pichardo +Pichon +Pichot +Pichkhadze +Pichler +Picallo +Picard +Picasso +Picon +Picot +Picou +Picerni +Picq +Pictet +Pink +Pinketham Eaton +Pinkethman +Pinkett +Pinker +Pinkas +Pinkham +Pinkney +Pingale +Pingle +Pingping +Pingree +Pinsker +Pinsky +Pinsent +Pinson +Pintea +Pinter +Pintilie +Pinto +Pincherle +Pinchon +Pinckney +Pini +Piniella +Pinilla +Pinner +Pinney +Pinnock +Pinas +Pinault +Pineda +Pinelli +Pinot +Pinotti +Pinder +Pinyan +Pinzón +Pie +Pieters +Pieterse +Pietersen +Pieterson +Pietri +Pietropolli +Pietruzzi +Pietrzak +Pietilä +Pietsch +Piette +Piers +Piersanti +Pierson +Pierce +Pieri +Pierpont +Pierrat +Pienaar +Pieneman +Piennaar +Piel +Pielke +Pieper +Piepoli +Piekarski +Piemontesi +Piesse +Pitt +Pitts +Pittsnogle +Pitt-Rivers +Pittard +Pittis +Pittman +Pitcairn +Pitcock +Pithie +Pithou +Pitillo +Pitiscus +Pitkin +Pitkänen +Pitre +Pitrot +Pitz +Pitzer +Pitler +Pitman +Pitney +Pitot +Pituk +Pilc +Pilch +Pilcher +Pilcz +Pilat +Pilati +Pilar +Pilke +Pilkey +Pilkington +Piller +Pilley +Pillai +Pilot +Piloty +Pilon +Pilz +Pilzer +Pilbeam +Pileggi +Pilger +Pilson +Piltz +Pisani +Pisano +Pisar +Pisarev +Pisacane +Pisal +Pistoletto +Piston +Pistorius +Piscator +Piscopo +Pisharody +Pishchalnikov +Pissarro +Pissis +Piskin +Piszczek +Pirogan +Pirogov +Piron +Piranesi +Pirazzi +Pirillo +Pirić +Pires +Pirjevec +Pirkis +Pirro +Pirson +Pirtskhalaishvili +Pirzad +Pia +Piasecki +Piaseczny +Piasek +Piancastelli +Piangerelli +Piatt +Piatti +Piaget +Piazza +Pigot +Pigott +Pigou +Pigozzi +Pignatelli +Pignatiello +Pigalle +Pigg +Piglia +Piola +Piolanti +Piotrowski +Piotrowsky +Piorkowski +Piovani +Pipa +Pipalia +Piper +Pipes +Pippen +Pippig +Pizzi +Pizziolo +Pizzarelli +Pizzey +Pizzolato +Piñeiro +Piñera +Piñeyro +Piña +Piëch +Pimenta +Pimental +Pimentel +Pimlott +Pidal +Pidgeon +Pidoux +Piquer +Piqué +Piven +Pivnik +Piwarski +Piwnik +Piłsudski +Pištalo +Pihlak +Piip +Pijpers +Pike +Pixner +Piątkowski +Pițurcă +Proca +Procaccini +Procaccino +Proch +Prochnow +Procházka +Procope +Procopé +Procter +Proctor +Proclemer +Prokopchuk +Prokopenko +Prokopov +Prokofiev +Prokosch +Prokeš +Prokhorenko +Proksch +Protas +Protazanov +Proth +Prothero +Protić +Protopopov +Prottas +Proude +Proudfoot +Proudlock +Prout +Prouty +Proulx +Prousalis +Provost +Provoste +Provonsha +Provoost +Provan +Provazník +Provenza +Probert +Probst +Probyn +Pronger +Pronin +Pronk +Prosinečki +Prosper +Prosser +Prodanović +Prodi +Proffitt +Profumo +Promes +Prommegger +Progni +Propp +Prorochenko +Prowse +Press +Pressburger +Pressler +Pressman +Presl +Presley +Presburger +Prescott +Preston +Preis +Preiss +Preisser +Preissner +Preisich +Preisner +Preiszner +Preißner +Predieri +Predić +Predoiu +Predojević +Preda +Pretor-Pinney +Pretorius +Prett +Prettyman +Pretre +Prendergast +Prendeville +Prentice +Prentiss +Prelog +Prelovec +Preller +Previn +Previtali +Prevost +Preca +Prechtel +Preece +Preez +Premat +Preminger +Preus +Preuss +Prebble +Prefontaine +Prejean +Preobrajenska +Preparata +Prewett +Prince +Prince Lichnowsky +Principe +Pring +Pringle +Pringsheim +Prins +Prinsep +Prinsloo +Prine +Printz +Prinze +Priest +Priestly +Priestman +Priesner +Priebke +Prieto +Prieur +Pride +Prideaux +Pridemore +Priddis +Priddy +Prida +Pritchard +Pritchett +Pritt +Prittwitz +Pritikin +Pritzker family +Primakov +Primaticcio +Primeau +Primo de Rivera +Primus +Price +Price-Thompson +Prickett +Pricolo +Prigoda +Prigogine +Prigent +Prigioni +Prior +Priore +Priscoe +Prismall +Priari Syyads +Prifti +Privett +Pratensis +Prater +Prates +Pratt +Pratten +Pratchett +Prada +Pradeep +Pradier +Prado +Prabhu +Prabhupāda +Prabhakar +Prandi +Prange +Prantl +Praet +Praetorius +Pracht +Prager +Prahl +Prall +Prasse +Pravdić +Prawer +Prudent +Prudhomme +Prudius +Prudnikov +Pruili +Pruis +Pruitt +Pruefer +Pruett +Prunier +Prunk +Prus +Pruszkowski +Prugger +Pryce +Pryde +Prynne +Pryor +Pryse +Prytz +Przybylinski +Przybylski +Przybilla +Przeczek +Prévot +Pröll +Prüter +Prchal +Prlić +Průcha +Purse +Pursell +Purser +Purslow +Purso +Purss +Purcell +Purcey +Purchas +Purdie +Purdon +Purdy +Purviance +Purvis +Purves +Puri +Puricelli +Purefoy +Purje +Purkiss +Purley +Purnell +Purtell +Puryear +Pullela +Pullen +Pulleyn +Pullin +Pullins +Pulliam +Pullar +Pulido +Pulikeel +Pulitzer +Pulsifer +Pulszky +Pulver +Pulvermacher +Pulaski +Puleston +Pulford +Pulkkinen +Pulman +Pulteney +Puchalapalli +Puchalski +Puchades +Puchkov +Pucker +Puckerman +Puckett +Puckler +Pucci +Puccini +Puccio +Pucić +Pusch +Puschmann +Pusapati +Pusey +Pushkin +Pusić +Puskás +Pusser +Pustinjaković +Pusztai +Pugliese +Puglisi +Pugach +Puget +Pugh +Pugin +Pugni +Punt +Puntambekar +Punto +Punjabi Shaikh +Punsly +Punukollu +Punčec +Puech +Pueckler +Puel +Puente +Puerta +Pueyrredón +Putt +Puttenham +Putin +Putman +Putnam +Puppini +Puppo +Pupini +Pupovac +Pujol +Pujols +Pujari +Pudil +Pudovkin +Puig +Puiu +Pumm +Pumphrey +Puusepp +Puustinen +Pușcariu +Pușcaș +Puhvel +Puzigaća +Pušić +Platt +Platten +Platter +Platts +Plate +Platel +Plater +Plath +Platonov +Platz +Planchon +Planck +Plante +Plantier +Planinc +Planman +Planyavsky +Place +Placido +Plackett +Plakcy +Plake +Plaksin +Plavinsky +Plavšić +Playfair +Playford +Plaisted +Plamenac +Plaut +Plawecki +Plaxton +Plaza +Plessis +Plessner +Pleskot +Plesner +Pletch +Pletcher +Pletnyov +Pletsch +Pleimelding +Plein +Pleitgen +Pleasance +Pleasant +Plechanov +Plecnik +Pleydell +Pleydell-Bouverie +Plečkaitis +Plečnik +Plendl +Plombon +Plomer +Plouffe +Plourde +Plowman +Plowright +Plohotniuc +Ploquin +Ploscaru +Plotkin +Plumer +Plumlee +Plummer +Plumptre +Plunkett +Plunkett-Ernle-Erle-Drax +Plunder +Plucknett +Plugge +Plimpton +Plimsoll +Plisetskaya +Pliskin +Plibersek +Plieseis +Plášil +Plée +Plössl +Plyushch +Philip +Philippi +Philippidis +Philippon +Philippovich +Philipps +Philippson +Philipson +Philipsson +Philidor +Phillippe +Phillippo +Phillipps +Phillips +Phillis +Philliskirk +Phillimore +Phillpott +Phillpotts +Philbin +Philbrook +Philby +Philp +Philpot +Philps +Philalethes +Phibes +Phibunsongkhram +Phipps +Phipson +Phinney +Phiri +Phayer +Phayre +Phadke +Phair +Phan +Phaophanit +Phaphra Sheikh +Phelan +Phelips +Phelps +Pheubobouda +Pheutan +Phegley +Phoebus +Phoenix +Photopoulos +Phukan +Phùng +Phạm +Pérez +Pérez-Roldán +Périer +Pétillon +Pétursson +Pélissier +Pálffy +Pálsson +Pártos +Pázmándy +Pöge +Pölzl +Pöpel +Pöschl +Pääkkönen +Pääsuke +Pärn +Pückler +Pürer +Pütsep +Pârvulescu +Pîrvulescu +Pólya +Pyne +Pyneeandee +Pynaert +Pynchon +Pynsent +Pyatnitsky +Pyatnytsky +Pyatt +Pyl +Pyle +Pylkkänen +Pygge +Pygot +Pyrah +Pyrkosz +Pysmenska +Pystynen +Pycroft +Pyke +Pyper +Pytel +Pfeffer +Pfefferberg +Pfefferkorn +Pfeifer +Pfeiffer +Pfennig +Pfister +Pfisterer +Pfitzer +Pfitzner +Pfann +Pfanzelter +Pfaff +Pflueger +Pflug +Pflüger +Pfund +Ptacek +Ptaczek +Ptak +Ptaček +Ptáček +Ptáčková +Pták +Přibyl +Přikryl +Přindiš +Płotka +Păcuraru +Păun +Pētersons +Pkheidze +Lan +Land +Landsberg +Landsberger +Landsburg +Landsman +Landsmann +Landsteiner +Landström +Landshuth +Lande +Landes +Landesman +Landesmann +Lander +Landertinger +Landeweerd +Lando +Landolfi +Landolt +Landowska +Landowski +Landon +Landor +Landa +Landau +Landauer +Landron +Landru +Landry +Landi +Landis +Landman +Landmann +Landgrebe +Landtman +Landy +Landzaat +Lang +Lange +Langelaan +Langelier +Langella +Langer +Langerhans +Langeron +Langen +Langenus +Langehanenberg +Langevin +Langewiesche +Langlet +Langley +Langlais +Langlois +Langalia +Langan +Langat +Langridge +Langrishe +Langton +Langtry +Langbein +Langdon +Langford +Langguth +Langone +Langstroth +Lanza +Lanzaro +Lanzinger +Lanzmann +Lanzoni +Lancel +Lancelyn Green +Lancey +Lancaster +Lane +Lane Fox +Laner +Laney +Lansana +Lansbury +Lansing +Lansky +Lanier +Lanig +Laning +Lank +Lankhaar +Lankhorst +Lanoe +Lanois +Lanotte +Lannes +Lannon +Lanfranchi +Lanham +Lanman +Lantratova +Lanyon +Lau +Laurent +Laurenti +Laurentius +Laurens +Laurenson +Laurence +Laurendeau +Laureano +Laurel +Laurer +Lauricella +Laurich +Laurie +Laurier +Laurin +Laurinaitis +Lauridsen +Laurijsen +Laurillard +Laurits +Laurance +Laursen +Laury +Lauter +Lauterbach +Lauterpacht +Lautenberg +Lautensack +Lauth +Lautman +Lautner +Laud +Lauder +Laudon +Laudrup +Laughlin +Laughton +Laugier +Laugwitz +Laue +Lauener +Lauer +Laufenberg +Laufer +Lauff +Launder +Launders +Launitz +Laub +Laube +Laus +Laustsen +Lau clan +Lauaki +Laukkanen +Lauwers +Laux +Lamb +Lambe +Lambert +Lamberti +Lambertini +Lambertson +Lambertus +Lambertz +Lamberg +Lambeth +Lambie +Lambić +Lambrechts +Lambright +Lambart +Lambdin +Lamble +Lamborn +Lambton +Lambulić +Lampadius +Lampard +Lampert +Lamperti +Lampi +Lampinen +Lamprecht +Lamprey +Lampkin +Lamplugh +Lamport +Lampson +Lamptey +Lamo +Lamon +Lamond +Lamont +Lamoral +Lamoriello +Lamour +Lamoureux +Lama +Lamarck +Lamarliere +Lamarre +Lamantia +Lamas +Lamm +Lammert +Lammerts +Lammers +Lammie +Lameth +Lamey +Lamsdorf +Lamy +Lario +Larionov +Larijani +Larimer +Larini +Lariño +Lark +Larkin +Larkins +Larken +Larkham +Larkman +Larock +Larocque +Larondelle +Laroo +Larosa +Larousse +Larrabee +Larraín +Larribau +Larrison +Larreategui +Larco +Larcom +Larcher +Larman +Larmer +Larmore +Larsen +Larson +Larsson +Lara +Laracey +Lareau +Laredo +Larnach +Larner +Larter +Lartey +Lard +Large +Larpent +Lary +Laske +Lasker +Laskey +Laski +Laskier +Laskin +Laskowski +Lasky +Lass +Lassalle +Lassana +Lassen +Lasser +Lassila +Lassiter +Lasswell +Lascelles +Lasch +Lascubé +Lascăr +Lasak +Lasaulx +Lash +Lasher +Lasdun +Lasić +Laslett +Lasri +Last +Laswell +Lattimer +Lattimore +Lattin +Latta +Lattek +Lattke +Lattner +Latimer +Latimore +Latif +Latini +Lato +Latombe +Latorno +Latourette +Latz +Latza +Latzke +Latané +Latas +Latshaw +Latsis +Lateiner +Latham +Latner +Lavan +Lavanchy +Lavallee +Lavasani +Lavater +Lavaud +Lavazza +Lave +Laver +Laverick +Laverne +Lavery +Lavelle +Lavin +Lavine +Lavigne +Lavrentyev +Lavrov +Lavrynovych +Lavoie +Lavoisier +Lagerfeld +Lagerfelt +Lagerquist +Lagerqvist +Lagerkvist +Lagerlöf +Lagendijk +Laguerre +Lagumdžija +Lagunov +Laguta +Lagacé +Lagarde +Lagat +Lagger +Lagisquet +Lagman +Lagnado +Lagomarsino +Lazarev +Lazarević +Lazarevski +Lazarenko +Lazarides +Lazaridis +Lazarashvili +Lazard +Lazarov +Lazarsfeld +Lazzari +Lazzarini +Lazzara +Lazzaroni +Lazic +Lazier +Lazo +Lazović +Lazenby +La Rocco +La Rose +La Russa +La Vecchia +La Vega +La Vallée-Poussin +La Barré +La Brosse +La Chesnaye +La Cour +La Paglia +La Pucelle +La Fosse +La Galissonnière +La Harpe +La Montagne +La Salle +La Tour +Labaki +Labaree +Labat +Labrie +Labropoulos +Labrum +Labbadia +Labbay +Labib +Labine +Labonte +Laboriel +Labuda +Labus +Labed +Labyad +Laböck +Lahm +Lahman +Lahmann +Lahme +Lahoti +Lahoud +Lahovary +Laht +Lahti +Lahtinen +Laha +Lahaye +Lahiri +Lahlum +Lahr +Lapiere +Lapierre +Lapidus +Lapin +Laplanche +Laplante +Laplace +Lapper +Lappin +Lappoli +Lapham +Laprade +Lapsley +Lapus +Lapčević +Lakhani +Lakhanpal +Lakhdar-Hamina +Lakhia +Lakhovsky +Lakin +Laking +Lakić +Lakafia +Lakatos +Lake +Lakeman +Lakoff +Lakomaa +Lach +Lachance +Lachenmann +Lachmann +Lachner +Lachs +Lacalle +Lacan +Lack +Laclé +Lacordaire +Lacson +Lacy +Lafond +Lafont +Laforey +Lafortune +Lafaille +Lafargue +Lafayette +Lafferty +Laffitte +Laframboise +Lafrenz +Lafitte +Laflèche +Lai +Laine +Laing +Lainson +Laidlaw +Laidler +Laitano +Laitinen +Laia +Laiho +Laimbeer +Laipply +Laird +Law +Lawless +Lawley +Lawlor +Lawrence +Lawrenson +Lawrie +Laws +Lawson +Lawford +Lawn +Lawton +Lawyer +Lal +Laliberté +Lalique +Lalić +Lalonde +Lalor +Lalović +Lalande +Lalanne +Lalbhai +Lalji +Lallemant +Lay +Layada +Layard +Layman +Laymon +Laycock +Layden +Layeni +Layfield +Layne +Layton +Ladino +Ladipo +Ladić +Ladas +Laddé +Ladner +Ladouceur +Ladyman +Lajtha +Lajtman +Lajcher +Lajeunesse +Lajoie +Laxalt +Laxer +Laxman +Laxton +LaFave +LaFlamme +LaFromboise +LaRoche +LaRondelle +LaRue +LaMotta +LaMura +Laar +Laas +LaBianca +LaClaire +LaGuardia +Laeeq +Laqueur +Le +Levi +Levin +Levinge +Levinger +Levingston +Levinsky +Levinson +Levina +Levine +Levitzki +Levitzky +Levitan +Levitin +Levitsky +Levitt +Levick +Levieux +Levison +Leventhal +Leventhorpe +Leventis +Levenson +Levenstein +Levene +Levenfish +Leveson +Levesque +Leveille +Leveque +Lever +Levett +Levey +Levanon +Levanoni +Levanony +Levandi +Levandoski +Levasseur +Levavasseur +Levchenko +Levni +Levonevsky +Levshin +Levy +Lei +Leib +Leibovitch +Leibovitz +Leibold +Leibowitz +Leibbrand +Leibbrandt +Leiber +Leibniz +Leiby +Leino +Leinonen +Leinart +Leiner +Leinfellner +Leinhardt +Leininger +Leinweber +Leite +Leiter +Leitgeb +Leithauser +Leitner +Leitzinger +Leitão +Leigh +Leight +Leighton +Leigh-Pemberton +Leishman +Leistner +Leicht +Leiderman +Leifsson +Leiris +Lennart +Lennartsson +Lennard +Lennie +Lennon +Leno +Lenorman +Lenormand +Lenormant +Lenoir +Lens +Lensing +Lensky +Lenstra +Lenel +Lenentine +Leney +Lenthall +Lenton +Lentz +Lenar +Lenard +Lendenfeld +Lendl +Lenihan +Lenin +Lenkiewicz +Lenković +Lence +Lengyel +Lenhart +Lenz +Le Bras +Le Bris +Le Bas +Le Ber +Le Bihan +Le Blanc +Le Borgne +Le Peletier de Saint Fargeau +Le Pelley +Le Pen +Le Pennec +Le Tonnelier +Le Tonnelier de Breteuil +Le Tallec +Le Tellier +Le Hir +Le Houérou +Le Hénaff +Le Mesurier +Le Meur +Le Moal +Le Gall +Le Guen +Le Sage +Le Sueur +Le Compte +Le Despenser +Le Fort +Lea +Leavins +Leavis +Leavitt +Leaver +Leavey +Leavy +Lear +Learn +Learned +Learoyd +Leary +Leadbetter +Leader +Leadon +Leach +Leachman +Leahey +Leahy +Leaman +Leamer +Leander +Leandros +Leak +Lealamanua +Leather +Lehan +Lehane +Lehar +Leharová +Lehal +Lehman +Lehmann +Lehmbruck +Lehmer +Lehmkuhl +Lehr +Lehrer +Lehrman +Lehrndorfer +Lehrs +Lehning +Lehninger +Lehndorff +Lehner +Lehto +Lehtonen +Lehtinen +Lehár +Lehárová +Lechowicz +Lechowski +Leche +Lechmere +Lechner +Lechter +Lecker +Leckey +Leckie +Leckman +Lecky +Lecoq +Lecoq de Boisbaudran +Lecocq +Lecouls +Leclair +Leclercq +Leclère +Lecuona +Lecuyer +Lecavalier +Lecerf +Lessa +Lessard +Lessig +Lessing +Lesser +Lescot +Lescott +Lescano +Lesch +Lesieur +Lesiewicz +Leskali +Leskinen +Lesnar +Lesnie +Lesar +Lesgourgues +Lesh +Lesjak +Leslie +Lester +Leszczyński +Lemaigre +Lemaire +Leman +Lemann +Lemass +Lemaître +Lemberger +Lembergs +Lembo +Lemon +Lemongello +Lemoine +Lemierre +Lemieux +Lemmens +Lemmer +Lemer +Lemke +Lemley +Lemprière +Legard +Legarreta +Legaspi +Legat +Legault +Legay +Legg +Legge +Legget +Leggett +Legge-Bourke +Legendre +Legesse +Legrand +Legros +Leguizamón +Legum +Legh +Legouvé +Leder +Lederberg +Lederer +Lederhendler +Lederman +Ledecká +Ledesma +Ledet +Ledda +Leddy +Ledger +Ledgerwood +Ledingham +Ledić +Ledford +Ledoux +Ledward +Ledyard +Lee +Lees +Leesman +Leeson +Lee Hang +Lee Steere +Leegstra +Leegte +Leek +Leeke +Leemans +Leemhuis +Leet +Leetham +Leeuw +Leeuwangh +Leeves +Leben +Lebenthal +Leber +Lebert +Lebedev +Lebeshev +Lebrecht +Lebreton +Lebrun +Lebrón +Leblanc +Leblond +Lebas +Lebowitz +Lebègue +Leo +Leon +Leone +Leonetti +Leoni +Leonidov +Leonov +Leonowens +Leonard +Leonhardt +Leontyev +Leodolter +Leok +Leopardi +Letta +Lettieri +Lettmann +Lettow +Leth +Lethbridge +Lethem +Leto +Letourneur +Letestu +Letlow +Letwin +Letzel +Lewin +Lewinski +Lewinsky +Lewington +Lewis +Lewisohn +Lewicki +Lewy +Lewysohn +Lewandowski +Lewchuk +Lewes +Lewthwaite +Lefèvre +Lefèvre d'Etaples +Lefébure +Lefebvre +Lefeuvre +Lefranc +Lefrançois +Leffler +Lefkowitz +Lefler +Lefort +Leftwich +Lepp +Lepper +Leppänen +Lepik +Lepistö +Lepage +Lepeshinskaya +Lepka +Lepmets +Lepore +Leprince-Ringuet +Lepsius +Lerch +Lerche +Lerer +Lerew +Lerman +Lermontov +Leroux +Leroy +Leray +Leritz +Lerner +Leysen +Leyser +Leyshon +Leyster +Leyen +Leyendecker +Leybold +Leyden +Leyva +Lelli +Lellouche +Lelong +Leloup +Leleu +Lelièvre +Leutgeb +Leutze +Leuckart +Leuenberger +Leupold +Leushner +Leke +Lekkas +Leko +Lekuton +LeBoeuf +LeBourgeois +LeBeau +LeClerc +LeClercq +LeClerq +Lejarreta +Lejeune +Lejsek +Lex +Lexa +Lexer +LeMahieu +LeParmentier +Lequaglie +Lezcano +Leśniak +Li +Lin +Lind +Linde +Linden +Lindenbaum +Lindenfeld +Lindenlaub +Lindenstrauss +Linder +Linderman +Linderoth +Lindegaard +Lindegren +Lindell +Lindelöf +Lindeman +Lindemann +Lindskog +Lindskold +Lindsay +Lindsey +Lindsley +Lindstrom +Lindberg +Lindbergh +Lindblad +Lindblom +Lindau +Lindauer +Lindahl +Lindh +Lindholm +Lindo +Lindon +Lindquist +Lindqvist +Lindroos +Lindroth +Lindfors +Lindgren +Lindinger +Lindley +Lindner +Lindwurm +Lindén +Linna +Linnan +Linnane +Linnaeus +Linnecor +Linnell +Linnett +Linney +Linnik +Linnosvuo +Ling +Lingenfelter +Linger +Lingard +Linghu +Lingo +Lingpa +Lins +Linschoten +Linse +Linsky +Linson +Linstead +Link +Linke +Linklater +Linkola +Linca +Lincecum +Lincoln +Linek +Lineker +Linehan +Lintl +Linton +Linari +Linhart +Linley +Linman +Linville +Linwood +List +Lister +Liston +Lisa +Lisac +Lischke +Liscombe +Lissauer +Lissitzky +Lisberger +Lisicki +Lisjak +Lisowski +Liszt +Lipp +Lippe +Lippershey +Lippert +Lippestad +Lippman +Lippmann +Lippmaa +Lippard +Lipparini +Lippi +Lippits +Lips +Lipschitz +Lipschutz +Lipscomb +Lipsey +Lipshutz +Lipsitz +Lipsky +Lipstadt +Lipiner +Lipizer +Lipič +Lipiński +Liparitids +Liparulo +Lipman +Lipmann +Liptak +Lipton +Lipkin +Lipnitsky +Lipowski +Liprandi +Lie +Lieb +Liebe +Lieben +Liebenberg +Liebeneiner +Lieber +Liebermann +Liebert +Liebehenschel +Liebing +Liebknecht +Lieblein +Liebmann +Liebowitz +Liepa +Liepiņš +Liepmann +Liedholm +Liedloff +Lienhard +Lienhardt +Lietti +Lietzke +Lief +Litt +Little +Littlefield +Littler +Littleton +Littlewood +Littel +Littell +Litten +Littauer +Littmann +Litton +Littrell +Litvin +Litvinchuk +Litvinenko +Litvinov +Litwin +Litwinowicz +Litwack +Litaize +Litchfield +Lithgow +Litjens +Litzenberger +Lill +Lillico +Lillie +Lillard +Lilley +Lilly +Liljebjörn +Liljeblad +Liljedahl +Liljeström +Lilius +Lilius family +Lilienthal +Liles +Liley +Lilburne +Lilpop +Liv +Liverani +Livermore +Liversidge +Lively +Livestro +Livingston +Livingstone +Liviero +Livio +Livsey +Livshits +Livanov +Livni +Livock +Licht +Lichtenstadt +Lichtenstein +Lichtenauer +Lichtenberger +Lichtenfels +Lichter +Lichtstein +Lichtsteiner +Lichtman +Lichtwark +Lichaj +Licheli +Lick +Light +Lightbody +Lightfoot +Lightman +Lightner +Lightstone +Ligonier +Ligotti +Ligabue +Ligeti +Liggett +Liguori +Limberger +Limbert +Limbu clans and tribes +Lima +Limaye +Limmer +Limmiere +Limnaeus +Limner +Limonov +Libbey +Libbis +Libby +Libertad +Liberto +Libermann +Libman +Liboiron +Librescu +Lion +Lione +Lionello +Lionetti +Lionidze +Lions +Liotard +Liotta +Liourdis +Liddell +Liddle +Lidster +Lidstone +Lidberg +Lidholm +Lidman +Lidzbarski +Lian +Liane +Liang +Lialina +Liao +Liardet +Likhachev +Likhachyov +Likhterman +Likens +Lifar +Lifland +Lifshitz +Lizaola +Lizaran +Lizárraga +Liibaan +Liiv +Liu +Liukin +Lièvremont +Liénard +Lira +Lička +Liška +Love +Lovelace +Loveland +Lovelee +Loveless +Lovell +Lovellette +Lovelock +Lovely +Loverde +Loverdos +Loveridge +Lovering +Loverne +Loverro +Lovett +Lovette +Lovetskiy +Lovece +Lovecraft +Lovegren +Lovegrove +Loveman +Lovemore +Loven +Lovenheim +Loveday +Loveinian +Lovejoy +Lovesey +Loveys +Lovre +Lovreglio +Lovrić +Lovato +Lovatt +Lovich +Loving +Lovász +Long +Longman +Longmire +Longmuir +Longo +Longobardi +Longoria +Longfellow +Longfield +Longhi +Longhurst +Longland +Longley +Longchambon +Longden +Longenecker +Longino +Longnecker +Longridge +Longstreet +Longworth +Longyear +Lone +Lonergan +Loney +Lončar +Lončarić +Lonborg +London +Lonie +Lonsdale +Lou +Lough +Lougheed +Loughlin +Loughman +Loughner +Loughton +Louganis +Louden +Loudin +Loudon +Louis +Louis-Dreyfus +Louison +Loup +Loupe +Louw +Louwers +Loubier +Loucks +Lounsbury +Lourie +Louvet +Loux +Lorenz +Lorenzen +Lorenzetti +Lorenzi +Lorenzini +Lorenzo +Lorentz +Loredano +Loria +Lorieau +Lorig +Lorimier +Loring +Lord +Lord Feldman +Lortie +Lortkipanidze +Lorber +Lorgen +Lorson +Lorusso +Low +Lowenstam +Lowenstein +Lowenfeld +Lowenthal +Lower +Lowery +Lowell +Lowey +Lowndes +Lowness +Lowrey +Lowrie +Lowther family +Lowthorp +Lowy +Lowys +Lowachee +Lowing +Lowman +Lowson +Lock +Locke +Locker +Lockett +Lockhart +Lockheart +Lockie +Lockley +Lockman +Lockwood +Loch +Locherer +Lochhead +Lochner +Lochte +Locard +Locatelli +Locock +Lobb +Lobban +Lobbe +Lobbo +Lobe +Lobeck +Lobert +Lobo +Loboda +Lobosco +Loban +Lobato +Lobina +Lobineau +Lobdell +Lobzhanidze +Lomba +Lombard +Lombardo +Lombardozzi +Lombardi +Lomberg +Lombroso +Lomakin +Loman +Lomas +Lomax +Lomidze +Lommi +Lompar +Lomu +Logofet +Logoreci +Logothetis +Logan +Loganathan +Loggains +Loggia +Loginov +Loginovsky +Logue +Logunov +Logston +Loo +Loos +Loose +Loosemore +Loosch +Loosli +Loomer +Loomis +Lootens +Loots +Looby +Looney +Loewi +Loewinsohn +Loewe +Loewy +Loesch +Loeser +Loeb +Loepfe +Loza +Lozac'h +Lozada +Lozano +Lozhechko +Lozoraitis +Lozupone +Lozé +Lott +Lotter +Lotti +Lotan +Lotaryov +Lotman +Lotz +Losev +Losey +Losch +Losier +Losonczy +Lossky +Loder +Lodewijk +Lodden +Lodge +Lodro +Lofthouse +Loftis +Lofton +Loftus +Lofland +Lohmann +Lohmiller +Lohmüller +Lohan +Lohse +Lopatin +Lopatkina +Loper +Lopes +Lopukhina +Loi +Loiseau +Loisel +Loitzl +Loktaev +Loktionov +Lokey +Lokshin +Lo Bianco +Lo Duca +Lo Russo +Loy +Loya +Loyola +Lolli +Lolo +LoBianco +LoVecchio +Loader +Lojewski +Lu +Luc +Luci +Lucia +Luciani +Lucie +Lucier +Lucio +Lucioni +Lucic +Lucini +Lucius +Lucić +Luck +Luckes +Luckett +Lucky +Luckyn +Luckhurst +Lucking +Luckman +Luce +Lucenti +Lucero +Lucescu +Lucey +Luca +Lucar +Lucarelli +Lucas +Luchaire +Luchsinger +Lucci +Lucotti +Lucroy +Lucy +Luczak +Lund +Lundie +Lundin +Lundius +Lundberg +Lundborg +Lunde +Lundell +Lundquist +Lundqvist +Lundgren +Lundholm +Lundmark +Lundstrom +Luna +Lunardi +Lunardini +Lunati +Lunge +Lunger +Lunghi +Lunn +Lunn-Rockliffe +Lunsford +Lunson +Lunceford +Luntz +Lukas +Lukash +Lukashenko +Lukashevich +Lukach +Lukacs +Lukaku +Lukačević +Luke +Lukeman +Lukes +Lukeš +Lukic +Lukin +Lukis +Lukić +Luković +Lukowich +Lukmon +Luksic +Lukyanenko +Lukács +Lustenberger +Luster +Lustig +Lustiger +Lusty +Lusiani +Lusin +Lussick +Lussier +Lusardi +Luscombe +Lusher +Luskin +Lusoli +Lute +Luter +Lutes +Luther +Luthra +Lutsenko +Lutsi +Luttazzi +Luttwak +Luti +Lutring +Lutui +Lutyens +Lutz +Lubiani +Lubich +Lubiejewski +Lubin +Lubberding +Lubbers +Lubbock +Lubomirska +Lubomirski +Lubega +Lubratich +Luburić +Luby +Ludovico +Ludovisi +Ludolf +Ludecke +Ludescher +Ludlam +Ludlum +Ludvig +Ludvigsen +Ludwick +Ludwig +Ludden +Ludgate +Lumb +Lumby +Lumbye +Lumbera +Lumbly +Lumsden +Lumsdon +Luman +Lumholtz +Lumia +Lumley +Lummis +Luper +Luperini +Lupeikis +Lupescu +Lupu +Lupul +Lupus +Lupo +Lupoff +Lupan +Lupino +Luz +Luzzatti +Luzzatto +Luzzati +Luzzi +Luzi +Luzin +Lux +Luxa +Luxenberg +Luxford +Luxton +Lueg +Lueger +Lueders +Luenberger +Lugansky +Lughmani +Lugo +Lurie +Lurton +Lurz +LuaLua +Luard +Luff +Luft +Luycx +Luyendyk +Luhový +Luik +Lulling +Luo +Luu +Luvsansharav +Lučić +Léhar +Léharová +Léhař +Léhařová +Léandri +Léger +Lémery +Léotard +Léveillé +Lü +Lüthi +Lütken +Lüttwitz +Lübbe +Lübke +Lücke +Lürsen +Lüst +Löffler +Löfgren +Löfwenius +Löw +Löwenthal +Löwisohn +Lönnberg +Lötvall +Løvendorf +Løvenkrands +Løveid +Løvland +Løkin +Lønning +Løseth +László +Látal +Lõhmus +Lõoke +Lâm +Lægreid +Lí +López +Lô +Lý +Lyn +Lynch +Lynch-Staunton +Lynde +Lyndsey +Lynge +Lyngstad +Lynn +Lynne +Lynam +Lyne +Lynley +Lynton +Lyttelton +Lyttle +Lytton +Lytvyn +Lytvynenko +Lyte +Lythgoe +Lytovchenko +Lyakhov +Lyall +Lyapunov +Lybbe +Lybeck +Lybrand +Lysenko +Lysholm +Lysons +Lydman +Lydon +Lykke +Lyko +Lyon +Lyons +Lycett +Lyford +Lygon +Lyles +Lymington +Lyubarskyi +Llorca +Llorente +Lloyd +Lloyd Jones +Llobet +Llopart +Llewellin +Llewelyn Davies +Llatser +Lluch +Llywelyn +Ljung +Ljungberg +Ljunggren +Ljubibratić +Ljubičić +Ljajić +Ljotić +L'Estocq +L'Estrange +L'Héritier +Lăcustă +Lăzărescu +Lācis +Lvov +Lőrincz +Tan +Tanne +Tannen +Tannenbaum +Tanneberger +Tanner +Tanno +Tannock +Tanny +Tanemoto +Tanemura +Taneda +Taneev +Taneiev +Taner +Tanev +Tang +Tanguturi +Tanguy +Tangemann +Tangwena +Tangye +Taniguchi +Taniike +Tanikawa +Tanimoto +Tanioka +Taniyama +Tanoira +Tanoli +Tanonaka +Tanoue +Tanova +Tandberg +Tandoğan +Tandy +Tansel +Tansey +Tansi +Tanahashi +Tanaka +Tantawi +Tanton +Tanui +Tanuma +Tany +Tanyu +Tanzer +Tanzler +Tankian +Tanvir +Takahara +Takahashi +Takahide +Takahira +Takamatsu +Takamine +Takamoto +Takamura +Takaya +Takayama +Takayanagi +Takayasu +Takac +Takach +Takanashi +Takano +Takase +Takashima +Takabayashi +Takada +Takaezu +Takagawa +Takaishi +Takaki +Takao +Takač +Takemi +Takemoto +Takemura +Takei +Takeichi +Takesaki +Takeshita +Taketatsu +Taketsuru +Takeda +Takegahara +Takehisa +Takeoka +Takeuchi +Takeya +Takigawa +Takita +Takács +Takáts +Taktakishvili +Takumi +Takyi +Tarasenko +Tarasov +Tarasyuk +Tarabay +Tarabrin +Tarantini +Tarantino +Tarafdar +Taraval +Tarkhan-Mouravi +Tarkhnishvili +Tarkanian +Tarkington +Tarkki +Tarkovsky +Tari +Tarif +Tariku +Tariq +Tariyal +Tarr +Tarrant +Tarrell +Tarcan +Tarczal +Tare +Tarello +Targett +Targioni Tozzetti +Tarhan +Tarhouni +Tarlać +Tarleton +Tarnovsky +Tarnowski +Tarvas +Tarver +Tarbox +Tardelli +Tarján +Tarpley +Tarquin +Tarsney +Tarte +Taruskin +Tarło +Tamaki +Tamakoshi +Tamayama +Tamayo +Tamabayashi +Tamagawa +Tamanian +Tamarkin +Tambe +Tamberi +Tamblyn +Tambroni +Tamm +Tammareddy +Tammer +Tamminen +Tamulis +Tamura +Tamez +Tamhane +Tamiroff +Tamrat +Tall +Tallapaka +Tallarico +Tallchief +Tallman +Talal +Talankin +Talati +Talay +Talbot +Talbott +Talbert +Taliaferro +Talich +Talmadge +Talman +Talcott +Talebi +Talfourd +Talhouni +Talty +Taube +Taubenfeld +Taubenschlag +Tauber +Taubert +Taubes +Taubman +Tausch +Tausche +Tauscher +Taussig +Tauchen +Tauentzien +Taugourdeau +Tauk +Tauler +Taut +Tauxe +Taušanović +Tate +Tatekawa +Tatem +Tateno +Tatsuguchi +Tatsumi +Tatsuyoshi +Tatlin +Tatlıtuğ +Tattersall +Tattrie +Tatchell +Tatineni +Tatum +Tatz +Tatís +Taskasaplidis +Taskin +Tasković +Tassel +Tassell +Tasselli +Tashiro +Tashjian +Tasini +Tasić +Tasaka +Taschner +Taslakian +Tai +Taibbi +Taibi +Taichi +Taieb +Taigman +Tailboys +Tainton +Taipale +Taishi +Tait +Taiwo +Tabarcea +Tabary +Tabata +Tabatabaei +Tabacco +Tabakov +Tabone +Taborre +Tabb +Tabrizi +Tabuchi +Tagliapietra +Taglioni +Tagle +Taggart +Tagge +Tagoe +Tagore +Tagawa +Taghvaei +Taguchi +Taylor +Taylor-Johnson +Taylan +Tayler +Taya +Tayama +Taye +Tayeb +Tayfur +Tapp +Tapper +Tappert +Tappan +Tappin +Tapani +Tapley +Tapscott +Tavares +Tavarez +Tavella +Taveras +Tavdgiridze +Tavitian +Tavola +Tadazane +Taddei +Tadesse +Tadić +Tadlowe +Tadros +Tacchini +Taccone +Tachibana +Tacker +Tafel +Tafer +Tafa +Tafler +Tahir Khel +Tahirović +Taha +Taher +Tajik +Tajiri +Tajaddini +Tajmar +Tae +Taekema +Taele +Tawfik +Tawiah +Tawney +Taş +Taşkıran +Taşçı +Taaffe +Tao +Tazewell +To +Toma +Tomas +Tomaschek +Tomasini +Tomasović +Tomaszewski +Toman +Tomanović +Tomar +Tomarchio +Tomaš +Tomašević +Tomio +Tomioka +Tomiie +Tomita +Tomić +Tomás +Tomášek +Tomíček +Tomíčková +Tomé +Tomlin +Tomlins +Tomlinson +Tomline +Tomochika +Tomoda +Tomoiagă +Tomović +Tombelli +Tombiri +Tombs +Toms +Tomsen +Tomson +Tomczak +Tomczyk +Tomkins +Tomkinson +Tommasi +Tommel +Tomčić +Tomčíková +Tomes +Tomjanovich +Torre +Torrence +Torrens +Torrealba +Torres +Torretta +Tora +Toral +Toraman +Torday +Tordenskjold +Tordoff +Toriizuka +Torikai +Toriyama +Torkelsen +Torkildsen +Toro +Torossian +Tors +Torstensson +Tortelier +Tortolini +Torvalds +Torvi +Torelli +Torgersen +Torje +Torma +Tornquist +Torp +Torun +Tollefsen +Tollemache +Tollett +Tolley +Tollison +Tollman +Toledano +Toledo +Toler +Toles +Tola +Tolan +Tolani +Tolomei +Tolosa +Tolson +Tolstikov +Tolubeyev +Tolush +Tolbert +Tolhurst +Tolj +Tolkin +Tolman +Tonegaru +Tonegawa +Tonelli +Tonello +Toner +Toney +Tong +Tonga +Tonge +Tonguç +Toninelli +Tonini +Toniţa +Tonokura +Tonon +Tondre +Tonks +Tonra +Tonti +Tourneur +Tournier +Touradji +Tourian +Touré +Touchard +Touchet +Tousi +Toussaint +Tout +Toutain +Touhey +Toulmin Smith +Toumanova +Touqan +Topal +Topalov +Topalović +Toppazzini +Topper +Topping +Toperić +Topete +Topbaş +Topolski +Toprak +Tops +Topuz +Topçu +Toom +Toomer +Toomey +Toombs +Took +Tooke +Toole +Tooley +Tooby +Toogood +Toohey +Townsend +Townsley +Townson +Towne +Townend +Townley +Tower +Towerson +Towell +Towle +Towse +Tokugawa +Tokui +Tokunaga +Tokushige +Tokuyama +Tokarev +Tokarski +Toker +Tokiwa +Toksvig +Todorov +Todorovski +Todorovsky +Todorović +Todoroki +Todaro +Todd +Todeschini +Todhunter +Toch +Tochterman +Tochtermann +Tochilin +Tochukwu +Tocci +Tocker +Tocqueville +Tobianski +Tobias +Tobik +Tobin +Tobey +Tobler +Tobón +Toselli +Tosetti +Tosh +Toshack +Tosatto +Toscanini +Tosun +Tott +Tottempudi +Totter +Totti +Totanes +Totino +Totleben +Toy +Toyoda +Toyonaga +Toyota +Toynbee +Togan +Togawa +Togay +Togni +Tozzi +Tozzoli +Tozawa +Tozer +Toft +Tofte +Toffler +Toikka +Toivonen +Toews +Tojo +Tovar +Toxopeus +Toçi +Trent +Trentin +Trentini +Trentham +Trench +Trenchard +Trenewith +Trengove +Trenikhin +Trevisan +Trevisani +Trevithick +Trevor +Trevor-Roper +Trevorrow +Trevelyan +Treves +Trevanion +Tredeneck +Tredennick +Treder +Tredway +Tredwell +Tredgold +Tredinnick +Tremain +Tremaine +Tremaglia +Tremayne +Tremblay +Tremellius +Trew +Trewartha +Trewavas +Treweek +Trewynnard +Treadaway +Treadway +Treanor +Treasure +Trebilcock +Trebitsch +Trebek +Trebunskaya +Treffry +Trefusis +Trefzger +Tregenna +Tregenza +Tregarthen +Treich +Treisman +Treitschke +Tresca +Treschow +Tresham +Trelawney +Treloar +Trettner +Tretyakov +Tre Pol and Pen +Trejo +Treude +Trezise +Travers +Traversa +Traversoni +Travin +Travis +Travaglio +Travkin +Travolta +Trauth +Trautmann +Trautwein +Traub +Traube +Trauner +Trausch +Trail +Traille +Trailokyanath +Train +Trainor +Trapanese +Trapnell +Trapp +Trapè +Trayle +Traylor +Traynor +Trachsel +Trachtenberg +Trahan +Traheron +Trammell +Trampier +Trang +Tranter +Trasher +Trask +Trabelsi +Traeger +Trafford +Trajkovski +Trakhanov +Traoré +Trawick +Traxler +Tripe +Tripković +Triplett +Tripp +Tripucka +Tritt +Tritton +Trite +Tritsis +Tribbett +Tribble +Tribuson +Trice +Trichet +Trickett +Triesman +Trieste +Triegaardt +Trimble +Trimen +Trimmer +Trishchuk +Triska +Trist +Trivedi +Triviño +Trivulzio +Triandos +Triantafyllou +Trifković +Trifunović +Trinder +Trintignant +Trikoupis +Trilling +Triolet +Trišović +Triệu +Trout +Troutman +Trouessart +Troughton +Trounson +Trousil +Trouvé +Trott +Trotta +Trottier +Trotman +Trotsky +Trombetta +Trombley +Tromlitz +Tromp +Troiani +Troili +Troisi +Tronchet +Tronchin +Tronvoll +Trofimenko +Trofimov +Trow +Trowbridge +Troxel +Troxler +Trocki +Troelstra +Trojan +Trollope +Troost +Tropsha +Trossi +True +Trueba +Trueman +Truex +Trump +Trumpeldor +Truman +Trumbo +Trubar +Trubshaw +Truby +Truss +Trussardi +Trussell +Trull +Trulsen +Truax +Trudeau +Truffaut +Truitt +Trujillo +Truksa +Trunkfield +Trutovsky +Trécourt +Trégl +Trémaux +Trávníček +Tröger +Trybulec +Trye +Tryggvason +Tryon +Trzebiatowski +Trzebinski +Trześniewski +Trần +Trịnh +Trbojević +Trnka +Trstenjak +Trtovac +Trương +Terada +Teraoka +Terasaki +Terata +Terauchi +Terawaki +Terayama +Terzi +Terzi di Sant'Agata +Terzian +Terzioğlu +Terzis +Terzić +Terzaghi +Tereshchenko +Tereshchuk +Tereshinski +Terentyev +Terenzi +Terekhov +Terri +Terrick +Terrill +Terranova +Terruzzi +Terry +Ter Arutunian +Ter Horst +Terlecki +Terlingen +Tern +Ternette +Terpening +Terpstra +Ter-Arutunian +Terboven +Terdoslavich +Terfel +Tergaonkar +Terink +Teruya +Tervomaa +Teräväinen +Ten Berge +Ten Boom +Ten Brink +Ten Velden +Ten Voorde +Ten Cate +Ten Doesschate +Ten Eyck +Ten Heuvel +Tendler +Tendulkar +Tendō +Tenison +Tenisons +Teniers +Tennant +Tennent +Tennyson +Teng +Tenglin +TenNapel +Tener +Tesch +Teschemacher +Teschke +Teschl +Teschner +Tessier +Tessio +Tesser +Tessmer +Testa +Testard de Montigny +Testerman +Testore +Tesauro +Tesařík +Teshigahara +Teshome +Tesfaye +Teskey +Tesla +Tell +Tellefsen +Tellegen +Tellem +Teller +Tellier +Telligman +Tellmann +Tello +Tellér +Teli +Teligny +Teleki +Telfer +Telhami +Teltschik +Teague +Teagues +Teagarden +Teacher +Teale +Teare +Teasdale +Teather +Teichmann +Teichmüller +Teicher +Teitel +Teitelbaum +Teige +Teixeira +Temple +Templeman +Templer +Templeton +Tempesta +Temata +Temmerman +Tetrick +Tetrode +Teten +Tetmajer +Tetsuto +Tetteh +Tetzlaff +Teder +Tedesco +Tedder +Tedisco +Tedrow +Tekeli +Tekin +Tekrawala +Tekulve +Tews +Tewsley +Tewes +Tewksbury +Tebaldi +Tebbit +Teber +Teekell +Teel +Teever +Tegetmeier +Tegg +Tegnér +Teodorescu +Teodoroiu +Teoh +Texeira +Texier +Texter +Teymourian +Teymourtash +Teyber +Tejada +Tejera +Tepesch +Tepper +Teufel +Teunissen +Tezcan +Tezuka +Tešić +Tešović +Te Vrede +Techer +Thorn +Thorne +Thornett +Thornburgh +Thornden +Thornhill +Thornton +Thorson +Thorsson +Thorsteinsson +Thoreau +Thoresen +Thorlakson +Thorley +Thorogood +Thorold +Thorburn +Thorfinnsson +Thorkildsen +Thorman +Thorpe +Thorup +Thom +Thoma +Thomas +Thomassen +Thomasson +Thomasius +Thomason +Thomalla +Thomann +Thomaz +Thomsen +Thomson +Thome +Thomlinson +Thompson +Thondaimandala Mudaliar +Thondaman +Thonet +Thota +Thottempudi +Thoburn +Thode +Thoelke +Thole +Thirlwall +Thirlwell +Thirlaway +Thirlby +Thirumulpad +Thirunal +Thirdkill +Thirifays +Thiry +Thiel +Thiele +Thielemann +Thielen +Thiers +Thierse +Thiedemann +Thiemann +Thibodeau +Thibodeaux +Thibon +Thibault +Thibaut +Thibeault +Thiam +Thiaw +Thich +Thicke +Thijs +Thijssen +Thimbleby +Thimig +Thigpen +Thind +Thistlethwaite +Thiébaut +Thacker +Thackeray +Thackery +Thackray +Thackrey +Thackwell +Thacher +Thakur +Thakura +Thaker +Thakkar +Thalman +Thalmann +Thalberg +Thaler +Thapa +Thapa Kaji +Thapar +Thambiah +Thamm +Thandan +Thanopoulos +Tharp +Tharpe +Thau +Thaulow +Thabit +Thain +Thaodem +Thaxter +Thaçi +Theodore +Theodorescu +Theodoridis +Theobald +Theorin +Theotokis +Theil +Theile +Theisen +Theismann +Theiner +Theron +Theroux +Theriot +Thern +Thelwall +Thelwell +Thellusson +Theard +Thede +Theeuwes +Themen +Thesmar +Theunissen +Theweleit +Theyard +Throsby +Throssell +Throne +Thrower +Thrash +Thrasher +Thrane +Threlfall +Threlkeld +Threadgill +Thrum +Thruston +Thring +Thuram +Thurgood +Thurlow +Thurston +Thubron +Thulin +Thune +Thériault +Théry +Thévenet +Thälmann +Thümmel +Thyne +Thynne +Thys +Thyssen family +Thwaite +Till +Tilleman +Tillemans +Tiller +Tillett +Tilley +Tillinger +Tillinghast +Tillich +Tillotson +Tillous-Borde +Tillard +Tillsley +Tilbrook +Tilby +Tilsley +Tilson +Tilahun +Tilden +Tilgner +Tilke +Tilman +Tiltman +Tietje +Tietjen +Tietz +Tietze +Tietgen +Tiedeman +Tiedemann +Tiedt +Tiernan +Tierney +Tiersen +Tiegerman +Tiegs +Tieck +Tief +Tielemans +Tiemann +Tien +Tiepolo +Timm +Timmer +Timmerman +Timmermans +Timmonds +Timmons +Timmins +Timms +Timofeyev +Timofti +Timander +Timberlake +Timchenko +Timglas +Timiryazev +Timlin +Tischendorf +Tischer +Tischbein +Tischler +Tischner +Tisci +Tisher +Tishin +Tishkov +Tishler +Tishman +Tishner +Tisdall +Tismăneanu +Tiso +Tissandier +Tinkle +Tinkler +Tinker +Tinkham +Tinney +Tinning +Tinbergen +Tindall +Tingelstad +Tinley +Tinsley-Williams +Tinubu +Titone +Titor +Titotto +Titov +Titt +Titterington +Titterton +Tittle +Titcomb +Tite +Tiger +Tigerstedt +Tigert +Tigranian +Tigranyan +Tigar +Tighadouini +Tigin +Tiglao +Tideman +Tidey +Tidd +Tidjani +Tidwell +Tidy +Tikhomirov +Tikhonov +Tikka +Tikkanen +Tikal +Tikolo +Tippenhauer +Tippett +Tipping +Tiptoft +Tipton +Tipsarević +Tichenor +Tichy +Tichý +Tickell +Tickner +Tiraboschi +Tiralongo +Tirmizi +Tirnanić +Tiryaki +Tibaldi +Tibideaux +Tibrewal +Tialata +Tian +Tiffany +Tihipko +Tiihonen +Tiwari +Tixier +Tizard +Tičar +Tišma +Tu +Turner +Turnes +Turney +Turnage +Turnau +Turnbow +Turnbull +Turnill +Turnipseed +Turnock +Turnour +Turnley +Turnquist +Turchaninov +Turchin +Turco +Turcotte +Turci +Turk +Turkovich +Turković +Turkhel +Turki +Turowska +Turowski +Turowicz +Turover +Turovsky +Turgenev +Turgis +Turgot +Turgut +Turan +Turatello +Turay +Turrentine +Turretin +Turrini +Tureck +Turenne +Turle +Turley +Turtenwald +Turtledove +Turina +Tursunov +Turunen +Turville-Petre +Tuncel +Tuncer +Tuncay +Tuna +Tunaitis +Tunkel +Tunks +Tunnell +Tunnicliffe +Tunç +Tunçboyacıyan +Tuck +Tucker +Tuckett +Tuckey +Tuckman +Tuckwell +Tuchet +Tuchkov +Tuchman +Tucci +Tull +Tulla Jats +Tullett +Tulloch +Tulio +Tulip +Tulk +Tulowitzki +Tumanishvili +Tumanyan +Tumasyan +Tumulty +Tumuluri +Tuminelli +Tumkovsky +Tumwine +Tuft +Tufte +Tufts +Tufa +Tufan +Tuff +Tuominen +Tuomioja +Tuomela +Tuokkola +Tuormaa +Tubb +Tubbs +Tubridy +Tugendhat +Tugushi +Tugwell +Tupalski +Tupou +Tupý +Tusa +Tusishvili +Tustenuggee +Tutu +Tutuola +Tuttle +Tudor +Tudoran +Tueni +Tuero +Tuiasosopo +Tuilagi +Tuke +Tukhachevsky +Tuxen +Tuyll +Tuzmukhamedov +Tuđman +Tsuji +Tsujimoto +Tsujimura +Tsujihara +Tsujii +Tsujio +Tsutsulayev +Tsutsulupa +Tsutsui +Tsutsumi +Tsutsunava +Tsubobayashi +Tsubota +Tsubouchi +Tsuburaya +Tsuchida +Tsuchihashi +Tsuchimoto +Tsuchiya +Tsulukiani +Tsulukidze +Tsunakake +Tsunematsu +Tsurumaki +Tsurumi +Tsuzuki +Tsuzurahara +Tsukuda +Tsumori +Tsushima +Tsakalidis +Tsakiris +Tsakonas +Tsaldaris +Tsallagov +Tsamis +Tsarouhi +Tsatsa +Tsinamdzgvrishvili +Tsintsadze +Tsiang +Tsigas +Tsiklauri +Tsiolkovsky +Tsiskaridze +Tsitsishvili +Tschaikowski +Tschaikowsky +Tschaikovsky +Tscherne +Tschudi +Tschögl +Tsegay +Tseitlin +Tselovalnikov +Tsereteli +Tsybin +Tsybulenko +Tsygankov +Tsyplakov +Tsvangirai +Tsvetkov +Tsvi +Tsjaikovskij +Tsjajkovskij +Tshabalala +Tskitishvili +Tsongas +Twigg +Twiggs +Twining +Twinn +Twilley +Twiss +Twitchell +Tweedie +Tweedy +Tweraser +Twersky +Twelvetrees +Twemlow +Twardowski +Twardzik +Twaddle +Twashta Kasar +Twort +Tworzyanski +Twomey +Twose +Twyman +Twysden +Twum +Tyrell +Tyrer +Tyrie +Tyrrell +Tyrwhitt +Tyldesley +Tyler +Tylman +Tylney +Tyndale +Tyndall +Tyng +Tysinger +Tyson +Tyszkiewicz +Tyminski +Tymoshenko +Tytler +Tytus +Tyagi +Tychsen +Tyquin +Tyutchev +Tyzik +Türkay +Türker +Türkoğlu +Türkyılmaz +Türel +Tüfekçi +Tümer +Tüzün +Törő +Törőcsik +Török +Tönnies +Töpfer +Tétrault +Tétreault +Téllez +Tô +Tôn +Tôn Thất +Tómasson +Tóth +Táng +Tõnis +Tchaikovski +Tchaikovsky +Tchaikovasky +Tchaikowski +Tchaikowsky +Tchaikofsky +Tchaicovsky +Tchalykh +Tchekrekjian +Tchenguiz +Tcherina +Tchiachovski +Tchicovski +Tchingoma +Tchérina +Tcaci +Tkach +Tkachenko +Tkachuk +Tkachyov +Tkalec +Tkeshelashvili +Tkáč +Tănase +Tătărescu +Tāng +Tjajkovskij +Tjessem +Tzavaras +Tzur +Tl'izilani +Tvrdoň +Třešňák +Tạ +Rose +Rosen +Rosenblad +Rosenblatt +Rosenblum +Rosenbluth +Rosenbach +Rosenband +Rosenbaum +Rosenberg +Rosenberger +Rosenstock +Rosenstock-Huessy +Rosenstein +Rosenström +Rosensaft +Rosenfeld +Rosenfelder +Rosenfield +Rosengart +Rosengarten +Rosengren +Rosenquist +Rosenqvist +Rosendahl +Rosenhain +Rosenior +Rosenkranz +Rosenthal +Rosenvinge +Rosenzweig +Rosell +Roselli +Rosellini +Roseman +Rosemond +Rosegger +Roseingrave +Roser +Rosetti +Ross +Rossel +Rossell +Rosselli +Rossellini +Rosselson +Rossen +Rosser +Rossetti +Rossi +Rossignol +Rossignoli +Rossignon +Rossini +Rosso +Rossolimo +Rossouw +Rossbach +Rossmann +Rossner +Rosa +Rosand +Rosanes +Rosado +Rosales +Rosario +Rosas +Rosato +Rosic +Rosich +Rosický +Rosin +Rosina +Rosier +Rosillo +Rost +Rostopchin +Rostow +Rostron +Rostropovich +Rost van Tonningen +Rostworowski +Roshchin +Roshchupkina +Roshal +Rosholt +Roshwald +Rosbaud +Rosberg +Rosol +Rosola +Roscioli +Roskoványi +Roslavets +Rosner +Rosyara +Rosztóczy +Rob +Robin +Robinett +Robinette +Robineau +Robinson +Robisch +Robiskie +Robison +Robichaud +Robichaux +Robitaille +Robitashvili +Robidoux +Robillard +Robiquet +Robert +Roberts +Robertshaw +Robertson +Roberday +Roberson +Robey +Roba +Robaina +Robak +Robards +Robason +Robau +Robb +Robbe +Robbins +Robledo +Robnett +Robotti +Robredo +Robson +Robustelli +Roman +Romanek +Romanelli +Romanenko +Romanescu +Romano +Romanowski +Romanchuk +Romaniuk +Romanski +Romaschenko +Romasko +Romagnoli +Romaine +Romaña +Romig +Romih +Romilli +Rominger +Romito +Romberg +Romberger +Rombley +Rombouts +Romm +Rommedahl +Rommel +Romer +Romero +Romney +Romualdez +Roth +Rothe +Rother +Rothermel +Rothery +Rothenberg +Rothenstein +Rothemund +Rothbard +Rothbart +Rothberg +Rothman +Rothmann +Rothmund +Rothschild +Rothstein +Rothfuss +Rott +Rottman +Rottmann +Rottmanner +Rotter +Rottoli +Rota +Rotaru +Rotblatt +Rotelli +Rotich +Rotman +Rotolo +Rotzsch +Rousselle +Rousselot +Rousseau +Roussanova +Roussopoulos +Rouse +Rout +Routledge +Routley +Routhier +Routray +Rouanet +Rouault +Roubanis +Roubaud +Rouget +Rougier +Roumat +Roumieu +Round +Rounds +Rouch +Roueché +Rouhani +Rouillard +Rouphos +Rourke +Rouzet +Rodio +Rodionov +Rodionova +Rodier +Rodin +Roditi +Rodić +Rodd +Rodda +Roddenberry +Roddick +Roddy +Rodríguez +Rodríguez Saá +Rodrigues +Rodenberg +Roderick +Rodger +Rodgers +Rodway +Rodwell +Rodnyansky +Rodocanachi +Rodzaevsky +Rochefort +Rochester +Rochette +Rocha +Rochat +Rochford +Rochfort +Rochin +Rochon +Rockefeller +Rockenfeller +Rockafellar +Rockburn +Rockmore +Rockne +Rocca +Rocchi +Rocco +Roncalli +Roncancio +Roncero +Ronchini +Ronconi +Rondani +Rondelet +Rondinelli +Rondon +Ronaldo +Ronaldson +Ronen +Roney +Rong +Ronkainen +Ronnes +Ronstadt +Rončević +Rowlan +Rowland +Rowlands +Rowlandson +Rowles +Rowlett +Rowe +Rowell +Rowett +Rowse +Rowsell +Rowson +Rowan +Rowand +Rowberry +Rowbotham +Rowohlt +Roelandts +Roelofs +Roelvink +Roeseler +Roessler +Roest +Roeder +Roehr +Roemheld +Roenick +Roepke +Roerich +Roettger +Rogov +Rogovin +Rogoff +Rogowski +Rogala +Rogalski +Rogan +Rogge +Roggeveen +Roggy +Rogers +Rogerson +Roginsky +Roh +Rohr +Rohrman +Rohrmann +Rohrbach +Rohrer +Rohach +Rohault de Fleury +Rohde +Rohit +Rohl +Rohmer +Rollin +Rollinson +Rolland +Rolleston +Roloff +Rolović +Roldán +Rolfe +Rolin +Rolph +Rolt +Rolvaag +Rook +Rooke +Rooker +Roos +Roosenbrand +Roosevelt +Root +Rootare +Rood +Rooney +Rooper +Roozeboom +Rozier +Rozin +Rozić +Rozga +Rozgonyi +Rozman +Rozmiarek +Rozenkwit +Rozhkov +Rozītis +Roven +Rovensky +Roveda +Rovelli +Rovere +Rovina +Rovira +Rovčanin +Roiz +Roizman +Roig +Roiha +Roinestad +Roitman +Roksandić +Roksandrić +Rokeach +Rokhlin +Rokocoko +Rokuda +Roy +Royal +Roybal +Roycroft +Royle +Roynon +Roach +Roache +Roan +Roane +Roatta +Rorer +Rorke +Rorschach +Rorty +Rop +Roper +Ropner +Rojas +Rojo +Roque +Roquefeuil Versols +Rofe +Roxburgh +Roßkopf +Rožić +Rand +Randel +Randell +Randerson +Randle +Randleman +Randles +Randolph +Randon +Randall +Randhawa +Randi +Randuthara Achanmār +Rangel +Rangelov +Ranger +Ranganathan +Ranglin +Rangoni +Rankin +Rankine +Rankilor +Ranken +Rankl +Ranković +Ransom +Ransome +Ransohoff +Ranson +Ransdell +Ranstead +Rana +Ranade +Ranalli +Ranatunga +Ranta +Rantala +Rantanen +Rantzau +Rancati +Ranchal +Rane +Raney +Rann +Rannikko +Ranieri +Ranocchia +Ranu +Ranzani +Rančić +Ramacandra +Ramacciotti +Ramachandran +Ramanathan +Ramanauskas +Ramanujan +Ramasamy +Ramasar +Ramadani +Ramage +Ramaiah +Ramakrishnan +Ramallets +Ramamurthy +Ramsauer +Ramsay +Ramsbotham +Ramsden +Ramsey +Ramstedt +Ramey +Rameyev +Rameau +Ramelli +Ramesh +Rambeau +Ramberg +Rambausek +Rambhatla +Rampling +Rampone +Ramprakash +Rampton +Ramo +Ramond +Ramos +Rammel +Rammell +Ramzan +Ramzi +Ramcharan +Ramdane +Ramgoolam +Ramjohn +Ramli +Ramírez +Rado +Radonić +Radonjić +Radončić +Radosavljević +Radosh +Radovanović +Radović +Radoš +Radošević +Radojević +Radomski +Rademacher +Rademaker +Rader +Radermacher +Radecki +Radek +Rada +Radaelli +Radaković +Radača +Radu +Radulov +Radulović +Raduljica +Radin +Radivojević +Radić +Radnitz +Radnitzer +Radner +Radchenko +Radclyffe-Hall +Raddatz +Raddock +Radjabov +Radjef +Radwańska +Radwański +Radbourn +Radford +Radler +Radman +Radzikowski +Rai +Raine +Rainer +Raines +Rainey +Rains +Rainsborough +Rainsford +Rainier +Rainville +Raimond +Raimondi +Raimondo +Raimbault +Raimi +Raimund +Raita +Raitala +Raitt +Raitzin +Raikes +Raikin +Raikonen +Railsback +Railton +Raizada +Raizman +Raibolini +Raichlen +Raihman v. Latvia +Raison +Raičević +Rasch +Rasche +Rascher +Raschhofer +Rascoff +Rascon +Rascal +Rash +Rashid +Rashidi +Rashad +Rashleigh family +Raspail +Raspe +Raspopović +Rasputin +Rastoder +Rastorgujevs +Rastall +Rastegar +Rask +Raskin +Raskolnikov +Rassam +Rasskazov +Rasuk +Rasul +Rasband +Rasmussen +Rath +Rathbone +Rathbun +Rathenau +Rather +Rathi +Rathje +Rathke +Rathod +Rathvon +Rattazzi +Rattenbury +Ratto +Ratzenberger +Ratzinger +Ratzlaff +Rataj +Ratajczak +Ratchford +Ratcliffe +Ratigan +Ratishvili +Ratkaj +Ratković +Ratschiller +Ratsiraka +Ratliff +Ratmansky +Ratnikov +Raja +Rajagopal +Rajagopalachari +Rajab +Rajadhyaksha +Rajaei +Rajanala +Rajapaksa +Rajaratnam +Rajavi +Rajawat +Rajendar +Rajendran +Raj Mistry +Rajbhandari +Rajchman +Raji +Rajković +Rajlich +Rajović +Rajčević +Ray +Rayne +Rayner +Raynes +Raynault +Raynor +Raynsford +Rayment +Raymer +Rayman +Raymond +Raybould +Raybourn +Rayburn +Rayamajhi +Rayat +Raychev +Rayfield +Rayhons +Rayson +Rayward +Rau +Raus +Rausch +Rauschenberg +Rauscher +Rauch +Rauchbauer +Raud +Raudenbusch +Rault +Rauluni +Raupach +Raupp +Rautavaara +Rautenbach +Rauball +Raue +Rauf +Rab +Rabin +Rabinovich +Rabinovitch +Rabinow +Rabinowitz +Rabiu +Rabe +Rabemananjara +Rabon +Rabottini +Rabaut +Rabban +Rabson +Rabus +Raby +Raven +Ravenscroft +Ravenshaw +Ravenel +Ravel +Ravelli +Ravinale +Raviola +Ravitch +Raviv +Rava Rajputs +Ravaillac +Ravlić +Ravn +Rachal +Rachals +Rachkovsky +Rachmaninoff +Rachůnek +Raczkiewicz +Raczkowski +Raczynski +Race +Racette +Rackard +Rackstraw +Raco +Rahm +Rahman +Rahmane +Rahmani +Rahmberg +Rahmer +Rahim +Rahimi +Rahja +Rahl +Rahner +Raho +Raker +Rakers +Rakes +Rakestraw +Rakovski +Rakovsky +Rakolta +Rakotomalala +Rakitić +Rakić +Rakhimov +Rawlins +Rawlinson +Rawlings +Rawle +Rawls +Rawson +Rawsthorne +Rawcliffe +Rawicz +Rawnsley +Raworth +Ragueneau +Ragulin +Ragusa +Ragger +Raghavan +Ragin +Raglan +Ragnarsson +Ragovoy +Ragsdale +Rafter +Raftery +Raftis +Rafibeyli +Rafiq +Rafaeli +Rafferty +Rafsanjani +Rapp +Rappaport +Rappoport +Rapace +Rapava +Raper +Raposo +Rapson +Raab +Raabe +Raaff +Raaijmakers +Raatikainen +Rae +Raeburn +Raedler +Raekallio +Raes +Rall +Rallings +Rallis +Raley +Rao +Raouf +Raoult +Raonic +Razdan +Razmadze +Razzano +Račkauskas +Ražnatović +Rațiu +Reinhard +Reinhardt +Reinhart +Reinhold +Reinagle +Reinard +Reineke +Reinert +Reinman +Reinmann +Reincke +Reinders +Reingardt +Reinig +Reinking +Reinl +Reinsch +Reich +Reichen +Reichenau +Reichenbach +Reicher +Reichert +Reichel +Reichle +Reichleitner +Reichlen +Reichart +Reichbauer +Reichmann +Reichner +Reichwein +Reitman +Reitmann +Reiter +Reith +Reitsma +Reitter +Reitz +Reis +Reischle +Reisman +Reisner +Reiss +Reisz +Reimer +Reimerink +Reimann +Reimold +Reif +Reifel +Reiffel +Reil +Reiley +Reilley +Reiber +Reigle +Reijners +Reiziger +Rendel +Rendell +Renda +Rendle +Rendon +Rendulić +Renou +Renouf +Renouvin +Renoir +Renosto +Rense +Rensenbrink +Rensburg +Renschler +Renshaw +Renaudin +Renault +Renard +Renfro +Renfroe +Renteria +Rentmeester +René +Renée +Renberg +Reneau +Renker +Rennie +Renvall +Renzi +Redd +Reddin +Redding +Reddington +Reddiar +Reddick +Reddish +Reddan +Redden +Reddy +Redfearn +Redfern +Redfield +Redford +Redman +Redmann +Redmayne +Reda +Redaelli +Redenbach +Reder +Redler +Redlich +Red Cloud +Redington +Redpath +Redtenbacher +Redwine +Resto +Reston +Restout +Restivo +Restrepo +Restwold +Resetarich +Resetarics +Resetarits +Resendes +Respighi +Respress +Ressel +Ressler +Reshetnyak +Reske +Resnick +Resvoll +Rea +Read +Reade +Reader +Reading +Readman +Ready +Reavey +Reavis +Reagan +Reams +Reaney +Reardon +Reasoner +Regalado +Regan +Regassa +Regazzi +Regelson +Reger +Regev +Regnard +Regnault +Regnier +Regis +Register +Reggiani +Rego +Rebel +Rebellin +Rebelo +Reber +Reboletti +Rebolledo +Rebok +Reboul +Rebaine +Rebane +Rebrača +Rebreanu +Rebhorn +Rees +Reese +Reeser +Reeson +Reed +Reeder +Reedus +Reeve +Reeves +Reece +Reehal +Reekers +Rey +Reynold +Reynolds +Reynor +Reyne +Reynell +Reynders +Reynst +Reyer +Reyes +Reyburn +Reylander +Rechcigl +Rechsteiner +Recht +Reck +Recker +Reckord +Record +Records +Recoba +Recinos +Rector +Remak +Remarque +Remengesau +Remezov +Remington +Remmick +Remond +Remsburg +Remus +Remzi +Reményi +Revercomb +Reverdin +Reveen +Reventlow +Revie +Revishvili +Revivo +Revazishvili +Revazov +Revold +Rehberg +Rehbinder +Rehn +Rehnquist +Rehal +Rehder +Rehfuss +Rehhagel +Rehm +Reuben +Reubens +Reubke +Reublin +Reuter +Reuther +Reuss +Retief +Retinger +Retter +Rettig +Retchless +Retzius +Reznik +Reznikoff +Reznicek +Reza +Rezek +Rezko +Refinetti +Refn +Refshauge +Rex +Rexford +Rexhepi +Rejewski +Rejtő +Reller +Relph +Repin +Repka +Rešetar +Rešetarić +Rich +Riche +Richer +Richert +Richelot +Richeson +Richetti +Richey +Richard +Richards +Richardson +Richardsson +Richaud +Richman +Richmond +Richter +Richthofen +Richie +Richler +Ricken +Rickenbacher +Rickenbacker +Rickett +Ricketts +Rickert +Ricks +Rickson +Rickards +Rickhill +Rickman +Ricchetti +Ricchiardi +Riccardi +Riccetto +Ricci +Riccomi +Ricard +Ricardez +Rice +Rice-Oxley +Rico +Riconosciuto +Rie +Riesenfeld +Rieser +Riesch +Riesman +Riesner +Riess +Riester +Riesz +Rietsch +Rietschel +Rietti +Rietveld +Riedel +Riederer +Riegel +Rieger +Riemann +Riemenschneider +Rieber-Mohn +Riehl +Riendeau +Rier +Ring +Ringel +Ringelblum +Ringhofer +Ringland +Ringrose +Rinke +Rinker +Rinko-Gay +Rinaldi +Rinaldini +Rinck +Rincón +Rinder +Rinderknecht +Rinfret +Rintoul +Rinuccini +Ritz +Ritzel +Ritzen +Ritzer +Ritzmann +Ritschel +Ritscher +Ritschl +Ritson +Ritt +Ritter +Rittich +Ritenour +Rithy +Ritola +Rist +Ristori +Ristovski +Ristenpart +Ristić +Risso +Rissone +Rissling +Risberg +Risdon +Riseborough +Risner +Rispoli +Risztov +Ridel +Ridell +Ridenhour +Rideout +Ridgeon +Ridgeway +Ridgway +Riddell +Riding +Ridler +Ridout +Ridsdale +Ridyard +Rivero +Riveros +Rivera +Riverditi +Rivet +Rivett +Riva +Rivard +Rivarola +Rivlin +Rivoli +Righetti +Righi +Righter +Rigg +Riggin +Rigoni +Rigotto +Rigal +Rigby +Rigler +Rizzo +Rizzoli +Rizzotto +Rizzi +Rizzuto +Rizi +Rizk +Rizvi +Rizwan +Ribera +Ribery +Ribeiro +Ribeyro +Ribbeck +Ribbentrop +Ribar +Ribisi +Rimensberger +Rimes +Rimbaud +Riminton +Rimkus +Rimmer +Rimsky-Korsakov +Rimša +Ripperda +Rippert +Rippley +Rippner +Ripanda +Ripley +Ripoll +Riabouchinska +Riabovil +Riad +Rial +Riat +Riaz +Rifkin +Rifkind +Rife +Riffel +Rix +Rixens +Rixey +Rixon +Riopelle +Riordan +Riou +Riis +Riise +Riley +Rilke +Riquelme +Riqueti +Rijnders +Riudavets +Ričl +Rudd +Ruddell +Rudder +Ruddick +Ruddiman +Ruddock +Ruddy +Rude +Ruder +Ruderman +Ruderstaller +Rudeanu +Rudel +Rudenko +Rudnick +Rudnik +Rudnev +Rudas +Rudaś +Rudbeck +Rudberg +Rudisha +Rudloff +Rudman +Rudorff +Rudziński +Rustichelli +Rustici +Rusticucci +Rustad +Rustamov +Rustem +Rush +Rushby +Rushdi +Rushout +Russell +Russo +Russwurm +Rusev +Rusevski +Rusich +Rusishvili +Ruska +Ruskey +Rusov +Rusu +Rutt +Rutte +Rutten +Rutter +Ruttan +Ruttledge +Rutkiewicz +Rutkowski +Rutelli +Rutherford +Rutilius +Rutman +Ruto +Rubin +Rubini +Rubino +Rubinstein +Rubashkin +Rubashov +Rubalcaba +Rubenis +Rubens +Ruberti +Rublev +Ruby +Rumkowska +Rumkowski +Rumkowsky +Rummel +Rummenigge +Rummo +Rumpf +Rumpler +Rumsfeld +Rumsfield +Rumore +Rumyantsev +Rund +Rundle +Rundqvist +Runcie +Runciman +Runitsch +Runjanin +Runkle +Runnels +Runsewe +Runte +Runyan +Ruff +Ruffalo +Ruffer +Ruffini +Ruffman +Ruffo +Ruffínyi +Rufus +Rugg +Ruggieri +Ruggiero +Ruggiano +Rugge +Ruggeri +Ruggles +Ruge +Ruitenbeek +Ruiter +Ruiz +Ruiz de Alarcón +Ruisdael +Rupe +Rupert +Ruppelt +Ruppert +Ruprecht +Ruan +Ruane +Ruano +Ruas +Ruotolo +Ruotsalainen +Ruocco +Ruopolo +Ruuth +Ruutu +Ruud +Ruckelshaus +Rucker +Ruel +Ruelas +Ruzek +Ruzicka +Ružić +Ružička +Ruhl +Rukavina +Rullo +Ruvarac +Ruwart +Ruyslinck +Ruçi +Ryba +Rybalchenko +Rybalka +Rybarikova +Rybarski +Ryback +Rybakov +Rybczynski +Rybicki +Rybár +Ryabokobylenko +Ryabov +Ryabenko +Ryan +Ryansdóttir +Ryazanov +Rychlak +Rychlik +Ryckman +Ryckmans +Ryder +Ryding +Rydz +Ryzhikh +Ryzhkov +Ryzkhov +Ryeland +Ryemyen +Ryken +Rykov +Rylands +Ryle +Ryther +Rytky +Rygiel +Rymer +Rynearson +Ryon +Ryrie +Ryumin +Ryves +Rössler +Rössner +Rösch +Rösler +Röber +Röckel +Rödl +Röhr +Rönning +Röthke +Rößler +Rühl +Rühle +Rüütel +Rüütli +Rückes +Rüdinger +Rüegg +Rüpke +Różewicz +Różycki +Róka +Rómmel +Rónán +Rózsavölgyi +Rác +Rácz +Rákosi +Rákóczi +Rátz +Rädler +Räikkönen +Räty +Rønneberg +Rønning +Rémy +Ríos +Rhymer +Rhymes +Rhys +Rhys Davids +Rhead +Rheingold +Rhett +Rhode +Rhodes +Rhind +Răducan +Răducanu +Rădulescu +Răceanu +Răutu +Rzepczynski +Rzewski +Rzaguliyev +Rząb +Růžek +Růžička +Rragam +Farr +Farrands +Farrant +Farrar +Farre +Farrell +Farrelly +Farrington +Farris +Farrokhnezhad +Farrow +Farrugia +Farry +Farnell +Farnese +Farnaby +Farnfold +Farnham +Farnsworth +Farnum +Farnworth +Farina +Farinacci +Farington +Farinós +Faria +Fariba +Fariña +Farenthold +Farentino +Fares Noujaim +Faresin +Fareedi +Faret +Farman +Farmanfarmaian +Farmer +Farmerie +Farmbrough +Faraca +Faragher +Farahani +Farb +Farber +Farhat +Farhi +Farley +Farlow +Farooq +Farooqi +Farshtey +Farsi +Fardd +Farfán +Fargo +Farkas +Farquharson +Fartusi +Farwell +Farías +Falco +Falcon +Falconieri +Falconio +Falconer +Falch +Falchi +Falcao +Falcinelli +Falck +Falk +Falkenhausen +Falkenhayn +Falkenhorst +Falkenberg +Falkenrath +Falkiner +Falkingham +Falkanger +Falkman +Fall +Fallon +Fallows +Fallaci +Falle +Fallin +Fallmerayer +Falls +Falsini +Falson +Falabella +Faldo +Faletti +Falgout +Falvey +Falwell +Falzon +Fairbank +Fairbanks +Fairbairn +Fairborne +Fairbrother +Fairburn +Faircloth +Fairclough +Fairchild +Fairless +Fairley +Fairlie +Fairfax +Fairhurst +Fairman +Fairweather +Fain +Fainaru +Faine +Faillace +Failli +Faiss +Faisst +Faiers +Faioli +Faithfull +Faivre +Faizan +Fan +Fantin +Fantini +Fantapié +Fantoni +Fantuzzi +Fancelli +Fanck +Fancourt +Fane +Fanelli +Faneyte +Fang +Fanger +Fangwu +Fann +Fanning +Fanaei +Fandorin +Fanini +Fanshawe +Fabri +Fabricant +Fabricius +Fabrizi +Fabrizio +Fabris +Fabre +Fabregas +Fabretti +Fabray +Fabry +Fabian +Fabiani +Fabiano +Fabien +Fabinyi +Fabio +Fabbiani +Fabbri +Faber +Faul +Faulkner +Faulks +Faulconer +Faulhaber +Faull +Faulstich +Faur +Faure +Faurisson +Fauré +Faucette +Fauchald +Fauconer +Faubert +Fauntleroy +Fauset +Faut +Faver +Faverey +Favero +Faversham +Favell +Favier +Favilli +Favre +Favreau +Favalli +Favorsky +Facci +Facciani +Faccini +Faccio +Facchinetti +Facchini +Facchetti +Faccani +Facey +Facio +Fagg +Faggin +Faggins +Fagge +Fagerström +Fagerudd +Fagen +Fagioli +Fagius +Fagundes +Fahr +Fahrenheit +Fahrenkrog +Fahri +Faheem +Fahey +Fahlin +Fahlstrøm +Fahmi +Fahmy +Fassbaender +Fassbender +Fassbinder +Fassel +Fassett +Fassino +Fassler +Fasano +Fastow +Fatialofa +Fatin +Fatio +Fatt +Fattal +Fattoruso +Fathi +Fathy +Fateh +Fadel +Fadeley +Fader +Fadeyev +Familtsev +Fama +Famewo +Fawcett +Fawell +Fawkes +Fawzi +Fay +Faye +Fayolle +Fayzulin +Fazil +Fazio +Fazekas +Fazli +Faehlmann +Faehrmann +Faerber +Fajardo +Fajfrić +Fajo +Fakeye +Fakhoury +Fakir +Faanhof +Faas +Fa'afili +Fafinski +Faßbänder +Franch +Franchet +Franchetti +Franchomme +Franchot +Franchi +Francis +Franciscus +Francies +Francillon +Francini +France +Franceschi +Franceschini +Francesconi +Franck +Francke +Francklin +Franco +Francoeur +Francona +Francaix +Francaviglia +Franczak +Frank +Franke +Franken +Frankenburg +Frankenheimer +Frankel +Frankl +Franklin +Franklyn +Frankson +Franksson +Frankfurter +Frankham +Frankiewicz +Frankowski +Franz +Franzoi +Franzoni +Franzos +Franze +Franzen +Franzl +Franssen +Fransson +Fransen +Frandsen +Frangieh family +Frantz +Françaix +Frascari +Frasconi +Fraser +Frashëri +Frasor +Frassati +Frazer +Frazetta +Frazier +Frazzoni +Frame +Framo +Frampton +Fracci +Frackowiak +Fradkin +Frady +Frattini +Fratus +Fray +Frayer +Fraenkel +Fragonard +Frahm +Fraizer +Frakes +Fraley +Frawley +Fredrick +Fredricks +Fredrickson +Fredriksen +Fredriksson +Fredro +Fredericks +Frederickson +Frederiksen +Fredheim +Fredholm +Freda +Fredkin +Fredua +Freind +Freindlich +Freinademetz +Freimanis +Freimuth +Freis +Freisler +Freitag +Freitas +Freier +Freihow +Freilich +Freire +Free +Freebairn +Freeborn +Freeburn +Freeston +Freestone +Freese +Freedland +Freeland +Freeman +Freeth +Freud +Freudenberg +Freudenberger +Freudenstein +Freudenthal +Freudberg +Freund +Freundel +Freundlich +French +Frenk +Frenkel +Frenz +Frenzel +Frenett +Freningham +Fresen +Fresenius +Fresco +Freshwater +Fresnel +Frey +Freytag +Freytag-Loringhoven +Freyberg +Freyre +Fremantle +Frempong +Freake +Frechette +Freke +Frere +Frevert +Frew +Fried +Frieden +Friedenthal +Friedeberg +Friedel +Friedemann +Friedl +Friedland +Friedlander +Friedlaender +Friedländer +Frieda +Friedan +Friedberg +Friedberger +Friedheim +Friedhofer +Friedman +Friedmann +Friedreich +Friedrich +Fries +Friese +Friese-Greene +Friesinger +Friel +Frieman +Friend +Frier +Fris +Frist +Frister +Frisak +Frisch +Frisell +Frisius +Frisk +Frison +Frissen +Fritz +Fritzsch +Fritzsche +Fritzl +Fritsch +Fritsche +Frith +Fritts +Fric +Frick +Fricke +Fricker +Fricsay +Friz +Frizzell +Frizzelle +Frizzi +Frid +Friday +Fridman +Friman +Frimpong +Friberg +Frigo +Friis +Frijda +Frintová +Fripp +Frič +Fromm +Frommel +Frommer +Fromkin +Fromkina +Froman +Fronberg +Fronea +Fronius +Frosch +Frosio +Frost +Frobenius +Frobisher +Froom +Froome +Frowde +Frowyk +Frodsham +Froese +Froger +Frohman +Froissart +Frolov +Frothingham +Froug +Frum +Frumkes +Frumkin +Frusciante +Frush +Frutos +Frutschi +Frucht +Frug +Fruhstorfer +Frullani +Frunda +Fry +Fryar +Fryatt +Frye +Fryer +Frydenberg +Fränkel +Frère +Fröhlich +Frøysnes +Fer +Ferrario +Ferraris +Ferrara +Ferraro +Ferrando +Ferrante +Ferrabosco +Ferragamo +Ferrall +Ferrat +Ferrick +Ferricks +Ferrie +Ferrier +Ferrigato +Ferrini +Ferrio +Ferris +Ferriz +Ferreira +Ferreiro +Ferrer +Ferrero +Ferrell +Ferretti +Ferro +Ferrofino +Ferrucci +Ferrus +Fernan +Fernand +Fernandes +Fernando +Fernald +Fernbach +Ferneyhough +Ferni +Fernández +Ferman +Fermat +Fermor +Fermor-Hesketh +Fermi +Ferenc +Ferenci +Ferencik +Ferebee +Fergus +Ferguson +Fergin +Ferligoj +Ferlito +Fersen +Ferson +Fertig +Fertonani +Ferario +Ferber +Ferhatović +Ferić +Ferjančić +Fell +Feller +Fellerer +Fellers +Felline +Fellini +Fellowes +Fellows +Fellahi +Fellgiebel +Fellner +Fells +Feld +Feldman +Feldmann +Felder +Feldhendler +Feldkamp +Feldstein +Feltri +Feltrinelli +Felter +Feltman +Felton +Feltsman +Feltz +Fels +Felsen +Felsenbaum +Felsenstein +Felser +Felsinger +Felgenhauer +Felger +Felix +Felixdaal +Felker +Felman +Fei +Fein +Feinman +Feinmesser +Feinberg +Feindouno +Feingold +Feininger +Feinstein +Feintuch +Feig +Feige +Feigenbaum +Feigenspan +Feigel +Feigl +Feiglin +Feigin +Feild +Feilden +Feiler +Feilhaber +Feilman +Feistel +Feistle +Feiss +Feit +Feitosa +Feick +Feijóo +Feirberg +Feder +Federici +Federico +Federbush +Federer +Federhofer +Federspiel +Fedeli +Fedorov +Fedorovich +Fedoroff +Fedorowicz +Fedorchuk +Fedorenko +Fedoruk +Fedotov +Fedde +Fedder +Fedderly +Feddersen +Fedi +Fedák +Fen +Fenn +Fennell +Fennelly +Fennema +Fendall +Fender +Fendler +Fenoglio +Fenollosa +Fentener van Vlissingen +Fenton +Fenby +Fenchel +Fenech +Feng +Fenimore +Fenlon +Fenstermaker +Fenwick +Fearghas +Fearghus +Fearnley +Fearnley-Whittingstall +Fearing +Fears +Featherstone +Featherstone-Witty +Feagin +Feake +Feaver +Festing +Festinger +Festetics family +Fesenko +Feser +Fessenden +Fesser +Fesca +Fesler +Fesmire +Fehr +Fehrenbach +Fehrenbacher +Fehrman +Fehrmann +Fehring +Fehl +Fehlau +Fehér +Feuer +Feuerman +Feuermann +Feuerbach +Feuerstein +Feuerwerker +Feuchtwanger +Feulner +Feurzeig +Fetherston +Fetherstonehaugh +Fetherstonhaugh +Fettiplace +Fettman +Fetfatzidis +Fetzer +Fey +Feyaerts +Feydeau +Feyerabend +Feynman +Feys +Feytmans +Fee +Feehan +Feely +Feeney +Feerick +Fechner +Fechter +Febel +Fekete +Femerling +Feoktisov +Fewell +Fezzardi +Finn +Finnegan +Finnell +Finnemore +Finnerty +Finney +Finnbogadóttir +Finnbogason +Finnie +Finnan +Fine +Finegold +Finell +Fineman +Finer +Finetto +Fink +Finke +Finkel +Finkelstein +Finkers +Finklea +Findlater +Findlay +Findley +Finden +Finder +Finck +Fincke +Finch +Finger +Fingerman +Fingleton +Finlay +Finlayson +Finley +Finster +Finsterer +Finsler +Finan +Finazzi +Fini +Finocchiaro +Finucane +Fitz +Fitzhardinge +Fitzharris +Fitzhamon +Fitzhubert +Fitzhugh +Fitzhenry +Fitzsimon +Fitzsimons +Fitzstephen +Fitzgerald +Fitzgilbert +Fitzmaurice +Fitzmorris +Fitzrichard +Fitzroy +FitzAlan +FitzClarence +FitzGerald +FitzMartin +FitzSymond +FitzThomas +Fitzduncan +Fitziu +Fitzpatrick +Fitzwilliam +Fitt +Fittkau +Fittler +Fitton +Fitch +Fitkau +Fitoussi +Fisch +Fischl +Fischli +Fischlin +Fischler +Fischly +Fischel +Fischer +Fischetti +Fischbacher +Fischbein +Fischart +Fischhof +Fischinger +Fischnaller +Fish +Fishback +Fishbein +Fishbine +Fishel +Fisher +Fishkin +Fishkind +Fishman +Fisk +Fiske +Fisken +Fiskin +Fisichella +Fison +Fisser +Fistarol +Filippi +Filippides +Filippini +Filippenko +Filippov +Filipo +Filipov +Filipović +Filipowicz +Filipacchi +Filipaina +Filipescu +Filipiak +Filimonov +Fillieule +Fillion +Fillali +Filler +Fillol +Filkin +Filkus +Filonov +Filotti +Filatov +Filer +Filmer +Firebrace +Firer +Firestone +Firman +Firmani +Firmin +Firbank +Firby +Firkins +Firkovich +Firsov +Firth +Fiori +Fiorina +Fiorini +Fiorillo +Fiore +Fiorentino +Fioravanti +Fioroni +Fiocca +Fiocco +Fiola +Figueras +Figueredo +Figueroa +Figuier +Figgins +Figgis +Figl +Figliomeni +Figatelli +Figiel +Fichte +Fichtenholz +Fichtner +Fichera +Fichman +Fick +Ficken +Ficker +Ficenec +Field +Fielden +Fielder +Fields +Fieraru +Fierro +Fieber +Fiedler +Fiennes +Fidan +Fidanzati +Fidalgo +Fiddes +Fidler +Fiala +Fialetti +Fikadu +Fikri +Fimian +Fimmen +Fişek +Fišer +Fifita +Fijałkowski +Fivelson +Fixlmillner +Forste +Forster +Forstner +Forsyth +Forsythe +Forsyte +Forselius +Forsey +Forsberg +Forscutt +Forshaw +Forslund +Forsman +Forss +Fort +Forte +Fortes +Fortescue +Fortenberry +Forti +Fortier +Fortin +Fortunato +Fortune +Fortuny +Fortmann +Fortner +Fortson +Ford +Forde +Fordham +Fordjour +Fordney +Fordyce +Fornaciari +Fornara +Forner +Forni +Fornoni +Forbes +Forbes-Robertson +Forbeck +Forbin +Forman +Formanek +Formozov +Foraker +Foran +Foray +Forest +Forestier +Foreman +Forrest +Forrester +Forrer +Forchhammer +Forcier +Forgan +Forgues +Forward +Forwood +Forintos +Forlán +Foroughi +Follain +Folliott +Follows +Folan +Folau +Foldes +Foldès +Folkenberg +Folkes +Foltynewicz +Foltys +Folco +Foley +Folger +Foliaki +Foljambe +Folman +Folsom +Folville +Folwell +Foly +Fontane +Fontanelli +Fontana +Fontanive +Fontenot +Fontes +Fonteyn +Fontibus +Fonda +Fondriest +Fonblanque +Fonck +Foner +Fonjallaz +Fonnereau +Fonseca +Fourneau +Fournier +Fourdrinier +Fourie +Foucher +Fouché +Foucault +Foulis +Foulkes +Fouquet +Fouqué +Fouda +Foumani +Fountaine +Foust +Fouts +Foss +Fossen +Fossett +Fossati +Fossombroni +Fossum +Fosburgh +Fosdick +Foskett +Foster +Fogel +Fogelklou +Fogerty +Fogarasi +Fogarty +Fogle +Foglesong +Foggo +Foguelman +Fowle +Fowler +Fowles +Fowlie +Fowlkes +Fowke +Fowkes +Fowell +Fownes +Fothergill +Fotheringham +Fote +Fotilas +Fotopoulos +Fotuaika +Fox +Foxx +Foxxx +Foxall +Foxley +Foxman +Focardi +Focher +Fock +Foot +Foote +Foord +Fokin +Fokine +Fomenko +Fomin +Foy +Foyt +Foakes +Fodor +Foer +Fofana +Fojtík +Foppa +Fu +Fur +Furuhashi +Furuhata +Furukawa +Furumaya +Furushima +Furutani +Furuya +Furlan +Furlanetto +Furlanis +Furler +Furlong +Furneaux +Furnese +Furnas +Furniss +Fursdon +Furse +Furstenfeld +Furtado +Furtick +Furtwängler +Furietti +Furillo +Furrer +Furrow +Furchgott +Furey +Furfjord +Furman +Furyk +Fukumi +Fukumitsu +Fukumori +Fukumoto +Fukumura +Fukuda +Fukudome +Fukuo +Fukuoka +Fukushi +Fukushima +Fukuhara +Fukui +Fukunaga +Fukutomi +Fukuyama +Fukuzawa +Fukada +Fukai +Fukao +Fukasawa +Fukazawa +Fukiishi +Fukikoshi +Fuksas +Fuji +Fujima +Fujimaki +Fujimaru +Fujimori +Fujimoto +Fujimura +Fujisaki +Fujisawa +Fujishima +Fujii +Fujiie +Fujikawa +Fujiki +Fujio +Fujioka +Fujita +Fujitani +Fujibayashi +Fujihara +Fujino +Fujiwara +Fulle +Fuller +Fullerton +Fullarton +Fullbrook +Fullilove +Fullwood +Fulcher +Fulci +Fulgham +Fulghum +Fulke +Fulkerson +Fulton +Fultz +Fulford +Fulp +Fulwood +Funatani +Funatsu +Funakoshi +Funayama +Funck +Funcke +Funk +Funke +Funderburk +Funes +Funicello +Funnell +Fuss +Fussell +Fusselle +Fussli +Fuschetto +Fuschi +Fusco +Fusai +Fusari +Fushimi +Fuson +Fuster +Futahashi +Futaki +Futara +Futrell +Futrelle +Futehally +Futterman +Fuchida +Fuchigami +Fuchizaki +Fuchs +Fuchsberger +Fuenmayor +Fuentes +Fuenzalida +Fueki +Fuest +Fuyuki +Fuyukichi +Fuyushiba +Fudd +Fuddy +Fumizuki +Fumo +Fuad +Fuglesang +Fuqua +Fux +Fuß +Fučík +Florence +Florencio +Florensky +Florentina +Florenz +Flores +Flores Magón +Florescu +Florea +Florez +Florian +Floriano +Florin +Florine +Florimón +Florio +Florit +Flora +Flora clan +Florjančič +Florstedt +Flory +Flower +Flowerdew +Flowerman +Flowers +Floyd +Floyd-Jones +Floyer +Floch +Flockhart +Flohe +Flohr +Flood +Floody +Floissac +Flom +Floquet +Floud +Flam +Flamson +Flamsteed +Flamank +Flament +Flamini +Flamm +Flamoke +Flamville +Flanders +Flandin +Flanagan +Flanigan +Flansburgh +Flatau +Flatley +Flatman +Flatow +Flavel +Flavell +Flavelle +Flacco +Flack +Fladset +Flagg +Flahiff +Flainn +Flaum +Flaxman +Fleisch +Fleischman +Fleischmann +Fleischer +Fleischhacker +Fleiss +Flemer +Fleming +Flemming +Flemyng +Fleck +Flecker +Flecha +Fleet +Fleetwood +Fleener +Flegel +Fleger +Flegg +Fletcher +Flete +Flett +Fleay +Flekkøy +Flello +Flesch +Flewelling +Flexner +Flint +Flintoff +Flintoft +Flindt +Fliegel +Flier +Flickinger +Flippin +Flugelman +Flugennock +Fludyer +Flue +Fluker +Flurscheim +Flusser +Flügel +Flügge +Flürscheim +Flöge +Flörke +Flynn +Flynt +Flyorov +Für +Fürst +Fürstenberg +Fülöp +Fünten +Füssli +Féraud +Féret +Féng +Fétique +Földes +Földi +Fölkersam +Förg +Fähnrich +Fährmann +Fältskog +Fèng +Fønss +Fyfe +Fyffe +Fynch +Fynn +Fyall +Fychan +Fygi +Fyodorov +Fyssas +Fforde +Ffrench +Fjelde +Fjærtoft +Fēng +Fırat +Wall +Walle +Wallenberg +Wallengren +Wallenius +Wallenstein +Waller +Wallerstein +Walley +Wallin +Wallington +Wallich +Wallimann +Wallis +Wallbank +Wallbaum +Wallburger +Wallace +Wallack +Wallman +Wallmann +Wallner +Walls +Wallwork +Wald +Walde +Waldenberg +Waldenström +Walder +Waldo +Waldock +Waldon +Waldow +Waldman +Waldmann +Waldmüller +Waldie +Waldinger +Waldron +Waldrop +Waldschmidt +Waldstein +Waldau +Waldner +WalkingStick +Walkinshaw +Walkom +Walkowiak +Walkden +Walker +Walsh +Walshaw +Walshe +Walser +Walsingham +Walson +Walch +Walcker +Walcott +Walczak +Waley +Waleys +Walentynowicz +Wales +Walters +Walther +Walton +Waltz +Walach +Walakial +Walamies +Walbaum +Walberg +Walby +Walia +Walicki +Walmisley +Walmsley +Walras +Walrond +Walgren +Walwyn +Walz +Wakamatsu +Wakamisugi +Wakamoto +Wakamura +Wakai +Wakaizumi +Wakayama +Wakayoshi +Wakabayashi +Wakaki +Wakanumuné +Wakao +Wakarua +Wakasugi +Wakatsuki +Wake +Wakelin +Wakeling +Wakeland +Wakeley +Wakely +Wakefield +Wakeford +Wake-Walker +Waked +Wakeham +Wakeman +Waki +Wakim +Wakimoto +Wakino +Wakisaka +Wakita +Wakiya +Waksman +Wakui +Ward +Wardak +Wardall +Warde +Wardi +Wardlaw +Wardrop +Warr +Warre +Warren +Warrender +Warriner +Warring +Warraq +Warsame +Warsh +Warsi +Warski +Warhol +Warhola +Warhurst +Warnecombe +Warner +Warnke +Ware +Warenski +Waraich clan +Warbeck +Warcop +Warfel +Warkentin +Waronker +Waryn +Warzycha +Waterfall +Waterhouse +Waterman +Waters +Waterworth +Watenpaugh +Watt +Watters +Wattis +Watts +Watkin +Watkins +Watkinson +Watabe +Watanabe +Wathelet +Wathen +Watley +Watling +Watchorn +Watmough +Watson +Watzlawick +Wadding +Waddingham +Waddington +Waddock +Waddoups +Waddel +Waddle +Waddy +Wadleigh +Wadler +Wadley +Wadlow +Wade +Wadecki +Wadewitz +Wadhwani +Wadhams +Wadke +Wadkins +Wada +Wadsworth +Wank +Wankel +Wanker +Wanka +Wanklyn +Wang +Wangari +Wangchuk +Wangel +Wandesford +Wandesleben +Wandrei +Waniczek +Waniek +Wanja +Wanjiru +Wanchope +Wanly +Wanner +Wansbrough +Wanton +Wanyan +Wagenschön +Wagenseil +Wagenaar +Wagenfuhr +Wagenius +Wagenknecht +Wagemans +Waghorn +Waghorne +Waghalter +Waghmare +Wagner +Wagner-Jauregg +Wague +Waguespack +Wagdy +Wagg +Wagle +Wagman +Wagoner +Wagstaffe +Wait +Waitz +Waitzkin +Waite +Waititi +Waitkus +Waits +Waitt +Wain +Waine +Wainer +Wainaina +Wainhouse +Wainman +Wainwright +Waiser +Waisler +Waisome +Waibel +Wailes +Waiz +Wasser +Wassermann +Wasserstein +Wassertrilling +Wassmuth +Wasson +Washbrook +Washburn +Washines +Washio +Wasilewski +Wasiluk +Wasiak +Wastell +Wasti +Waser +Waske +Wason +Wasylycia-Leis +Waszkiewicz +Wach +Wachowich +Wachowicz +Wachowska +Wachowski +Wachtel +Wachter +Wachtler +Wachtmeister +Wachs +Wachsman +Wachsmuth +Wacha +Wachira +Wachuku +Wacker +Wackerman +Wackernagel +Wacera +Wahl +Wahle +Wahler +Wahls +Wahlström +Wahla +Wahlberg +Wahlgren +Wahlquist +Wahlroos +Wahb +Wahba +Wahrman +Wahrmann +Wahab +Wahed +Wahid +Waage +Waagen +Waadeland +Waaler +Wambach +Wambaugh +Wamelink +Wampler +Wajda +Wajdi +Wajs +Wau +Waugh +Wauters +Wapakhabulo +Waples +Wawra +Wawrzyniak +Wax +Waxman +Wabara +Wafer +Waqaseduadua +Wazir +Wałęsa +Will +Wille +Willem +Willems +Willemse +Willemsen +Willes +Willesee +Willett +Willetts +Willey +Williams +Williams-Wynn +Williamson +Williamsson +Willis +Willison +Willink +Willoch +Willock +Willoughby +Willox +Wills +Willsher +Willson +Willstrop +Willcock +Willcocks +Willcox +Willman +Willmann +Willmott +Willke +Willkie +Willard +Willhite +Willner +Wilk +Wilke +Wilken +Wilkens +Wilkerson +Wilkes +Wilkins +Wilkinson +Wilkie +Wilkow +Wilkowski +Wilks +Wilcox +Wilcoxon +Wilcoxson +Wilcock +Wilcotes +Wilczek +Wilczewski +Wilczyński +Wilcher +Wilbur +Wilburn +Wilbury +Wilber +Wilberg +Wilborn +Wilbour +Wilbanks +Wild +Wilde +Wildenstein +Wilders +Wildner +Wilshere +Wilshire +Wilsey +Wilson +Wilhelm +Wilhelmsen +Wilhite +Wilms +Wilmshurst +Wilmot +Wilairot +Wilander +Wile +Wiles +Wilf +Wilford +Wilpert +Wilpon +Wilner +Winter +Winters +Winterson +Winterbottom +Winterhalter +Winternitz +Winterrowd +Winterton +Winthrop +Wintner +Wintour +Wintsch +Windisch +Windischmann +Winder +Windfeld +Windon +Windschitl +Windt +Windus +Wink +Winkelmann +Winkelmeier +Winkelhock +Winkler +Winser +Winslet +Winsor +Winspear +Winston +Wingard +Wingate +Winger +Wingert +Winn +Winnick +Winnington +Winner +Winograd +Winogradsky +Winogrand +Winothai +Winchcombe +Winckler +Wincott +Wine +Winegar +Wineman +Winiarski +Winick +Winitz +Winberg +Winblad +Winford +Winfrey +Winawer +Winman +Winzer +Witte +Witten +Wittenberg +Witter +Wittich +Wittig +Witting +Wittke +Wittkower +Wittman +Wittmann +Wittgenstein +Wittliff +Withe +Withers +Witherspoon +Witherby +Witherell +Witherill +Witherow +Withycombe +Withypoll +Witham +Withoos +Witchell +Witchey +Witek +Witer +Witkin +Witkowski +Witbooi +Witzig +Wier +Wierzbicki +Wierzejski +Wiercioch +Wieringa +Wiersma +Wiertz +Wiedermann +Wiederschein +Wiedemann +Wiedenfeld +Wiegand +Wiegert +Wiegmann +Wiegold +Wieseltier +Wieser +Wiesner +Wiebe +Wiechert +Wieczorek +Wiener +Wieniawski +Wieferich +Wielhorski +Wieters +Widdows +Widdowson +Widdoes +Widder +Widdrington +Wideman +Widerøe +Widforss +Widgery +Widiker +Widmann +Widnall +Widrow +Wissman +Wissmann +Wisse +Wise +Wiseman +Wislicenus +Wisliceny +Wisdom +Wisher +Wismer +Wigg +Wiggin +Wiggins +Wight +Wightman +Wigand +Wignacourt +Wigura +Wirth +Wirthlin +Wirths +Wirtgen +Wirahadikusumah +Wirman +Wirz +Wick +Wickens +Wickler +Wickman +Wickremasinghe +Wichterle +Wijers +Wijewardene +Wijck +Wijnkoop +Wimmer +Wimpffen +Wimshurst +Wiig +Wiik +Wiklund +Wikström +Wiborg +Wiffen +Wippler +Wiuff +Wix +Wizen +Wiśniewski +Wei +Wein +Weinbacher +Weinbaum +Weinberg +Weinberger +Weinblatt +Weingart +Weingarten +Weingartner +Weingaertner +Weingand +Weinreb +Weinreich +Weinrich +Weinroth +Weiner +Weinert +Weinek +Weinstock +Weinstone +Weinstein +Weinman +Weinmann +Weinfeld +Weinhold +Weininger +Weintraub +Weinwurm +Weinzweig +Weis +Weiss +Weisse +Weissenberg +Weissenberger +Weisser +Weisskopf +Weissmann +Weisband +Weisberg +Weiseborn +Weisgerber +Weishaupt +Weiskopf +Weisner +Weisz +Weide +Weidenbach +Weidenbaum +Weidenfeller +Weidenmann +Weidenreich +Weideman +Weider +Weidman +Weidmann +Weidler +Weidner +Weigall +Weigand +Weight +Weightman +Weigl +Weigle +Weigel +Weich +Weichelt +Weichert +Weick +Weil +Weilacher +Weiller +Weitz +Weitzmann +Weitenauer +Weiz +Weizenbaum +Weizmann +Weir +Weirathmüller +Weihenmayer +Weißhaupt +Welles +Wellesz +Wellenreuther +Weller +Wellings +Wellington +Wellman +Wellmann +Wells +Wellstone +Welsh +Welsby +Welser +Welsman +Weltman +Weltner +Weltsch +Welty +Welch +Welchel +Welcker +Welke +Welker +Welbourn +Weld +Welhaven +Welzl +West +Westerman +Westermann +Westermarck +Westermark +Westergaard +Westergren +Westerfeld +Westerson +Westervelt +Westen +Westenra +Westmacott +Westmoreland +Westbrook +Westheimer +Westin +Weston +Westrich +Wessels +Wessely +Wessmann +Weseham +Wesemael +Weschler +Wesker +Wesley +Wesmael +Wen +Wendelin +Wendenbaum +Wenders +Wendl +Wendland +Wendlinger +Wendt +Wentz +Wentzel +Wente +Wentworth +Weng +Wengert +Wengler +Wences +Wenczel +Wenner +Wennerstrom +Wenz +Wenzel +Weninger +Wenke +Wert +Werth +Wertheim +Wertheimer +Werthner +Wertenbaker +Wertimer +Wertman +Wertz +Wernick +Wernicke +Wernink +Werneburg +Werner +Wernher +Wernz +Werdin +Werdyger +Werkman +Werkner +Werfel +Werich +Werlhof +Weathers +Weatherspoon +Weatherall +Weatherhead +Weatherly +Wear +Wearing +Weary +Weaver +Weaving +Wead +Weagle +Weale +Wetter +Wetterhahn +Wettenhall +Wettlaufer +Wettstein +Wetherall +Wetherell +Wetherill +Wetl +Webb +Webbe +Webber +Webb Ellis +Weber +Webern +Webley +Webster +Weekes +Weekley +Weeks +Weed +Weening +Weerakkody +Weetman +Wegelius +Wegener +Wegg-Prosser +Wegmann +Wegner +Wegscheider +Weygand +Weygers +Weyl +Weylandt +Weyman +Weyrauch +Weddell +Weddle +Wedel +Wedgwood +Wedman +Wehner +Wehnert +Wehausen +Wehinger +Wehrli +Wechsler +Wecht +Wecker +Wexelsen +Wexler +Wexner +Wepper +Wever +Wolf +Wolff +Wolffe +Wolffsohn +Wolfe +Wolfensohn +Wolfsohn +Wolfson +Wolf-Ferrari +Wolfgram +Wolfowitz +Wolfwood +Wolanowska +Wolanowski +Wolanski +Wolański +Wold +Wolde +Woldemariam +Woldemichael +Wolstencroft +Wolstenholme +Wolski +Wolson +Woll +Wolle +Wolley +Wolk +Wolkwitz +Wolpe +Wolpert +Wolrige-Gordon +Wolryche +Wolter +Wolters +Woleman +Wolman +Wolner +Woloch +Wolverton +Wolzogen +Woo +Wood +Woodruff +Woodruffe +Woodroffe +Woodbridge +Woodburn +Woodhams +Woodhouse +Woodin +Wooding +Woodling +Woodlock +Woodman +Woodmansee +Woods +Woodson +Woody +Woodyard +Woodard +Woodcock +Wooden +Woodford +Woodger +Woodville +Woodward +Wool +Woolcock +Woolcott +Woollam +Wooller +Wooler +Woolf +Woolgar +Woolhouse +Woolnough +Woolrich +Woolstencroft +Woon +Woosnam +Wooten +Wortham +Worthen +Worthington +Wortman +Worm +Wormald +Worms family +Worrack +Worrall +Worrell +Worsdell +Worsley +Worswick +Workman +Worku +Worcester +Wordsworth +Worley +Wornum +Woronin +Wojtyla +Wojtyła +Wojtas +Wojnar +Wojnowski +Wojciechowski +Wode +Wodehouse +Wodajo +Wodde +Wodzyński +Wohl +Wohlers +Wohlfahrt +Wohlgemuth +Wohlwill +Won +Wondimu +Wong +Wonnacott +Wontner +Womack +Womble +Womersley +Wommack +Woerfel +Woese +Woetzel +Wotherspoon +Wotruba +Wotzlawek +Wouk +Wouters +Wozniacki +Wozniak +Wołodkowicz family +Woźniak +Wogan +Wokalek +Woschitz +White +Whitelock +Whitelocke +Whiteley +Whitely +Whitehead +Whitehill +Whiteman +Whitemore +Whiteside +Whitesides +Whitecotton +Whited +Whiteway +Whitting +Whittingham +Whittington +Whittemore +Whitten +Whittaker +Whittle +Whittome +Whitlock +Whitlow +Whitlam +Whitley +Whitfeld +Whitfield +Whitman +Whitmore +Whitaker +Whitbeck +Whitcombe +Whithed +Whiting +Whitney +Whitson +Whitworth +Whish +Whishaw +Whisenhunt +Whistler +Whichcord +Whichcote +Whincup +Whineray +Whibley +Whidden +Whipp +Wheat +Wheate +Wheater +Wheatle +Wheatley +Wheatcroft +Wheating +Wheaton +Wheare +Wheeldon +Wheeler +Wheelhouse +Wheelock +Wheelwright +Wheen +Whelan +Whelchel +Wheldon +Wheler +Whedon +Whetstone +Whale +Whalen +Whaley +Whall +Whatmore +Whatmough +Whately +Whatley +Wharton +Whorwood +Whyte +Wyn +Wynn +Wynn-Williams +Wynne +Wyndham +Wyndham-Quin +Wyner +Wynia +Wyszecki +Wyszyński +Wysocki +Wyss +Wylde +Wylie +Wyllt +Wyant +Wyatt +Wyche +Wycherley +Wyman +Wymark +Wybieralski +Wydra +Wyer +Wykes +Wyon +Wyrick +Wyvill +Wragg +Wragge +Wrather +Wratten +Wrabetz +Wray +Wren +Wrench +Wrenn +Wrentmore +Wrede +Wreford +Wright +Wright-Phillips +Wrightson +Wrigglesworth +Wriothesley +Wronski +Wroth +Wróbel +Wróblewski +Wrubel +Wu +Wurm +Wurman +Wurmbrand +Wurmser +Wurz +Wurzel +Wurzelbacher +Wurzbacher +Wurtz +Wurtzel +Wurster +Wulf +Wulfson +Wulsin +Wuorinen +Wuornos +Wuerffel +Wunderlich +Wuttke +Wölfflin +Wölfli +Wölk +Wöller +Wöhler +Wöhlermann +Wörfel +Wörndle +Wührer +Würfel +Wüst +Wüthrich +Wächter +Wächtler +Wærness +Wærstad +Wójcicki +Wójcik +Wåhlander +Wéry +Wloka +Włodarczyk +Nagato +Nagatomo +Nagatsuka +Nagatsuma +Nagata +Nagasawa +Nagase +Nagasone +Nagasu +Nagahama +Nagahashi +Nagahata +Nagamatsu +Nagamine +Nagamura +Nagakawa +Nagakura +Nagabuchi +Nagalingam +Nagaoka +Nagaraj +Nagel +Nagelberg +Nagelberger +Nageler +Nagell +Nagelmackers +Nagl +Nagle +Nagler +Nagisa +Naguib +Nagy +Nakasako +Nakasawa +Nakase +Nakashidze +Nakasone +Nakasuga +Nakama +Nakamaru +Nakamatsu +Nakamoto +Nakamura +Nakani +Nakanishi +Nakane +Nakano +Nakagaichi +Nakagami +Nakagawa +Nakai +Nakaima +Nakada +Nakahara +Nakajima +Nakata +Nakayama +Nakazawa +Nakhabtsev +Nakhushev +Nakić +Nakos +Nakpil +Nardelli +Nardello +Narducci +Nardulli +Nardiello +Nardo +Narahari +Narahashi +Narabayashi +Narain +Narasimha Rao +Naruse +Narusegawa +Narula +Narumi +Narutowicz +Narciso +Narcisse +Nariman +Narimanbekov +Naryshkin +Naryshkina +Narey +Narkis +Narleski +Narmon +Narożniak +Narracott +Narvaez +Nas +Nash +Nashida +Nashimoto +Nashiro +Nash-Williams +Naseeb +Naseer +Nasedkin +Nasr +Nasrallah +Nasri +Nasir +Nasiri +Nasser +Nassif +Nastasiuk +Nastasić +Nasar +Nascimento +Naslund +Nan +Nana +Nanami +Nanao +Nanase +Nanava +Nanda +Nandamuri +Nandayapa +Nanduri +Nandy +Nancarrow +Nance +Nancy +Nankervis +Nankivell +Nanne +Nannini +Nangwale +Nanji +Natsuka +Natsukawa +Natsuki +Natsume +Natsumi +Natsui +Nathan +Nathanson +Nathawat +Nathusius +Natt +Natta +Natter +Natzler +Natzmer +Natanson +Nation +Natoo +Nadel +Nadelman +Nadelmann +Nader +Nadesan +Nadar +Nadarajah +Nadarević +Nadal +Nadi +Nadir +Nadkarni +Nadler +Nadvi +Nadwi +Nady +Naim +Naimark +Naimi +Nair +Nairn +Nairne +Naisbitt +Naish +Naison +Nain +Nainggolan +Naif +Naiko +Nail +Naipaul +Naitō +Naude +Naudet +Naudin +Naudiyal +Naudé +Naumov +Naumova +Naumoski +Naumann +Naumenko +Naughton +Nault +Naupoto +Nabi +Nabiev +Nabieva +Nabiyev +Nabiyeva +Nabih +Nabarro +Nabatame +Nabavi +Nabhani +Nabokov +Nabulsi +Nallet +Nalli +Nalluri +Nally +Nalband +Nalbandian +Nalbantoğlu +Nalder +Naldi +Nalawade +Nalci +Nalepa +Nazarenko +Nazari +Nazarov +Nazaryan +Nazif +Nazim +Nazir +Nazer +Nazlı +Nazmi +Nazor +Nazuka +Nava +Navaratnam +Navarro +Navas +Navrátil +Navrátilová +Navrozov +Navickas +Navitski +Navoka +Navon +Nam +Namazi +Namazov +Nambiar +Namdar +Namestnikov +Namgung +Nami +Namjoo +Namli +Nawar +Nawawi +Nawaz +Nawi +Nawijn +Nawfal +Nawrocki +Nachtigal +Nachtigall +Nachman +Nacchio +Naceri +Nackoney +Naji +Najibullah +Najafi +Najdi +Najjar +Najm +Napoli +Napolitano +Napoletano +Napangardi +Napier +Napley +Nayak +Nayanar +Nayar +Nayef +Naysmith +Nae +Naeemi +Naess +Naevo +Nahdi +Nahhas +Nahid +Nahyan +Nafisi +Nafpliotis +Nafti +Naquin +Naqvis +Naor +New +Newbold +Newbolt +Newborn +Newbould +Newberg +Newberry +Newbery +Newbury +Newcomb +Newcombe +Newcomen +Newcomer +Newsom +Newsome +Newsham +Newsum +Newe +Newell +Newey +Newland +Newlands +Newlin +Newmarch +Newmark +Newman +Newhook +Newhouse +Newte +Newton +Newall +Newdigate +Newuche +Neuhaeuser +Neuhaeusser +Neuhaus +Neuhauser +Neuharth +Neuhäuser +Neuhäusser +Neuheuser +Neuman +Neumann +Neumark +Neumayer +Neumeier +Neuberger +Neubert +Neubauer +Neufeld +Neuffer +Neutert +Neutra +Neuer +Neugebauer +Neuner +Neupane +Neurath +Neuwirth +Negre +Negrescu +Negretti +Negri +Negrin +Negrisolo +Negro +Negron +Negroni +Negru +Negruţă +Negi +Negishi +Negus +Negussie +Negash +Negedu +Negoiţescu +Neil +Neild +Neill +Neilson +Neider +Neidhart +Neier +Neiers +Neiman +Neimanas +Neish +Neisser +Neitzchse +Neitzsche +Neigel +Neira +Ness +Nessel +Nesselmann +Nesselrode +Nessler +Nesterenko +Nesterov +Nestroy +Nesmachniy +Nesmith +Nesbitt +Nesler +Nettlefold +Nettles +Nettleton +Nettlau +Netter +Nethercott +Nethersole +Netanyahu +Neto +Netrebko +Netsch +Netzel +Nemechek +Nemerov +Nemes +Nemetz +Nemeș +Nemir +Nemishray +Nemanjić +Nemmers +Nemoto +Nemsadze +Nevin +Nevins +Nevinson +Nevison +Nevius +Nevell +Nevelson +Neves +Neveux +Nevrakis +Nevzorov +Neale +Neall +Nealon +Nealy +Neagoe +Neame +Neander +Nease +Neate +Neave +Nee +Neel +Neeley +Neelly +Neely +Needleman +Needler +Needham +Neenan +Neeson +Nedelciu +Nedeljković +Nederhorst +Nediyakala +Nedić +Nedumpally +Nedungadi +Nedkov +Nedvěd +Nehra +Nehrebecki +Nehring +Neher +Nehls +Nel +Nelsen +Nelson +Neligan +Neller +Nebe +Neben +Neblett +Nebrada +Nechay +Nechita +Necker +Necmi +Nenadović +Nenartovich +Nencini +Nenna +Nepean +Nepela +Nepobedimy +Nepomniachtchi +Neri +Nersessian +Neruda +Nerz +Ney +Neylon +Neyman +Neyzi +Nekrasov +Nekrich +Nekaro +Nezbeda +Nezer +Neznansky +Neff +Neftçi +Nešetřil +Nešić +Nejad +Nečas +Nicol +Nicola +Nicolae +Nicolaevsky +Nicolai +Nicolaisen +Nicolas +Nicolau +Nicolay +Nicolaï +Nicole +Nicolette +Nicoletti +Nicolescu +Nicoll +Nicolle +Nicollier +Nicolls +Nicols +Nicolson +Nicolăescu +Nicot +Nic Amhalaidh +Nic Amhalaí +Nic Amhalghadha +Nic Amhalghaidh +Nic Amhlaoibh +Nic Alastair +Nic Alastruim +Nic Alasdair +Nic Alsandair +Nic Raghnaill +Nic Raonaill +Nic Rághnaill +Nic Oitir +Nic Ospaic +Nic Shitric +Nic Somhairle +Nic Coitir +Nic a' Ghobhainn +Nic Íomhair +Nichol +Nicholl +Nicholls +Nichols +Nicholson +Nicheli +Nickel +Nickle +Nickson +NicAlasdair +NicAmhalghaidh +NicLeòid +NicLeóid +Nice +Niceron +Nicu +Niculescu +NicEachainn +Nie +Niemi +Niemiec +Nieminen +Niemirowski +Niemcewicz +Niemczyk +Niemeier +Niemeyer +Niemann +Niederman +Niedermayer +Niedermeyer +Niederbacher +Niedenthal +Niedringhaus +Niel +Nielsen +Nielsen Hayden +Nielson +Nield +Nields +Nieuwenhuis +Nieuwentijdt +Nieuwland +Niebergall +Niebuhr +Nieketien +Niekisch +Nieto +Nietzsche +Niehaus +Niephaus +Niese +Nieves +Niewiadomski +Nishi +Nishime +Nishimoto +Nishimura +Nishikawa +Nishikori +Nishida +Nishihara +Nishino +Nishitani +Nishiyama +Nishizawa +Nishaburi +Nishani +Nishapuri +Nisbet +Nisbeth +Nisba +Nissen +Nissenbaum +Nischal +Niskin +Nistor +Niswander +Nikol +Nikolayenko +Nikolayev +Nikoladze +Nikolaidis +Nikolajević +Nikolov +Nikolovski +Nikolopoulos +Nikolev +Nikolić +Nikitich +Nikitin +Nikics +Nikisch +Nikić +Nikiš +Nikkanen +Nikkinen +Nikaido +Niklas +Nig Amhalghadha +Nig Amhalghaidh +Nig Shitric +Nig Íomhair +Nigh +Nightingale +Nigam +Nigro +Nijinska +Nijinski +Nijinsky +Nijboer +Nijenhuis +Nijhof +Nijland +Nijssen +Nimani +Nimbalkar +Nimitz +Nimmo +Nimri +Nims +Nimtz +Nimura +Nin +Nincehelser +Ninchi +Ning +Ningombam +Nini +Ninković +Ninomiya +Niiniluoto +Niinistö +Niiya +Niiyama +Niijima +Niimi +Niizuma +Nizhinskaya +Nizhinskiy +Nizhinsky +Nizharadze +Nizami +Nizynski +Nizzolo +Nitzani +Nitzche +Nitzsch +Nitsche +Nitschmann +Nitot +Nilssen +Nilsson +Nilsen +Nilo +Nibley +Niblock +Nibali +Niang +Niazi +Nida-Rümelin +Nidetch +Niven +Nivison +Nišić +Niżyński +Nirenberg +Nixon +Niyazov +Niță +Norden +Nordenskiöld +Nordell +Norderval +Nordhagen +Nordhaus +Nordheim +Nordhus +Nordlie +Nordling +Nordley +Nordlund +Nordahl +Nordal +Nordman +Nordmann +Nordquist +Nordqvist +Nordin +Nordraak +Nordstrom +Norman +Normand +Normandeau +Norman Canadian +Normann +Normcharoen +Normington +North +Northcote +Northcutt +Northam +Northmore +Northup +Norton +Norberg +Norblin +Norborne +Norbu +Noreiga +Noreika +Norell +Norrington +Norris +Norreys +Norgate +Norgrove +Noriega +Norin +Norocel +Norouzi +Norström +Norsworthy +Norcross +Norkus +Norlander +Norquist +Norum +Norvell +Norwood +Novak +Novaković +Novarese +Novas +Novelli +Novellino +Novello +Nover +Novick +Novikov +Novitsky +Novosel +Novoselić +Novotný +Novák +Nováková +Nováček +Novgorodsky +Novković +Novy +Nosek +Nosenko +Noseworthy +Nosaka +Nosarka +Nosbusch +Nosbush +Noske +Noskov +Nossal +Nosske +Nosce +Nostitz +Nosworthy +Noble +Nobles +Noblet +Nobiliary particle +Nobis +Noboa +Noborizato +Nobumoto +Nobutoki +Nobbs +Nobs +Noth +Nothnagel +Nothomb +Notaras +Notaris +Nott +Nottebohm +Noteboom +Notman +Notovitch +Notsuda +Nola +Nolan +Noland +Nolasco +Noll +Nollen +Nollet +Nolot +Nolte +Nogueira +Nogueira Ferrão +Noguera +Noguchi +Nogaideli +Nogaito +Nogoyev +Noorani +Noort +Noory +Noonan +Noone +Nookala +Nooteboom +Nowosadzki +Nowotny +Nowowiejski +Nowicki +Nowitzki +Nowak +Nowell +Noa +Noack +Noakes +Noam +Nomaguchi +Nomar +Nomoto +Nomura +Nocentini +Nochooruvalappil +Nock +Noel +Noelle +Noether +Noir +Noiri +Noirot +Noji +Nojima +Nojiri +Nonaka +Noni +Nonomura +Nougaro +Nourse +Nousiainen +Noffke +Noffsinger +Noyce +Noyes +Nokes +Noppi +Nozawa +Nur +Nurme +Nurmela +Nurmagambetov +Nurmi +Nurmsalu +Nurmukhambetova +Nureyev +Nuri +Nunes +Nunez +Nunn +Nunnelee +Nungesser +Nunziata +Nutt +Nutter +Nuttgens +Nutahara +Nugent +Nugiseks +Nugroho +Nucci +Nuckols +Nudelman +Nudi +Nuvolari +Nuvoli +Nuhiji +Nuin +Nullo +Numminen +Nussbaum +Nuutila +Nuzzolese +Nyako +Nyarko +Nys +Nystrom +Nyberg +Nye +Nygaard +Nyhan +Nyilasi +Nykvist +Nylander +Nyman +Nyong'o +Nyquist +Ng +Ngugi +Nguvauva +Nguyen +Ngai +Ngata +Ngobeni +Ngom +Ngetich +Ngresi +Ngwenya +Ngô +Nwaneri +Nwankwo +Nwanu +Nwachukwu +Nwagbara +Nwaogu +Nwoffiah +Nwofor +Nwodo +Nwokolo +Nwe +Nweke +Ní Thomhnair +Ní Thomhnra +Ní Thomhrair +Ní Thormaigh +Ní Tormadha +Ní Arailt +Nébald +Németh +Nándor +Nägelein +Nørgaard +Nürnberger +Ndiaye +Ndibe +Ndikumana +Ndaitwah +Ndaw +Ndungane +Ndungu +Ndlovu +Njinski +Njinsky +Njinksy +Njie +Njoku +Njoya +Njenga +N'Diaye +N'Dour +N'Guessan +Nkansah +Nkomo +Nkrumah +Němec +Němeček +Năstase +Nnaji +Nnamani +Nsiah +Nsofwa +Nti +Ntshebe +Nzeakor +Nzekwu +Nəbiyev +Nəbiyeva +E +Ell +Ellerman +Ellerson +Ellery +Ellefsen +Ellefson +Ellenson +Ellenstein +Ellet +Ellett +Elledge +Elles +Elliot +Elliot-Murray-Kynynmound +Elliotson +Elliott +Ellis +Ellison +Ellicombe +Elling +Ellands +Ellard +Ellman +Ellmenreich +Ellsberg +Ellsworth +Ellys +Ellyson +Ellul +Ellwood +Eliasson +Eliassou +Eliassen +Eliad +Eliade +Eliav +Eliava +Elis +Elissalde +Elizalde +Elizondo +Elik +Eliot +Elder +Elderfield +Elderkin +Elderton +Eldad +Eldarov +Eldjárn +Eldon +Eldritch +Else +Elsener +Elser +Elsby +Elshtain +Elsner +Elson +Elssler +Elstob +Elk +Elkin +Elkington +Elkins +Elkis +Elkan +Elkann +Elkuch +Elman +Elmas +Elmendorf +Elmer +Elmont +Elmore +Elmhirst +Elmsley +Elfforss +Elfman +Elford +Elfring +Elfsberg +Elfving +Eleftheropoulos +Elejiko +Elers +Elezović +Elgie +Elgin +Elgaaen +Elofsson +Elomaa +Elon +El-Baz +El-Shennawi +Elam +Eland +Elbogen +Elbæk +Elharar +Elhorga +Elrick +Elrington +Elvidge +Elvin +Elwes +Elwill +El Adoua +Elcock +Eljanov +Elphinstone +Elton +Ely +Erdem +Erdemir +Erdeli +Erden +Erdody +Erdoedy +Erdoğan +Erdő +Erdődy +Erdős +Erdman +Erdmann +Erdélyi +Erdödy +Erdal +Erdinç +Erdl +Erichsen +Erickson +Ericsson +Eriksen +Erikson +Eriksson +Eristavi +Eriguchi +Erijarla +Erim +Erinle +Erixson +Eriş +Erlandson +Erlandsson +Erlanger +Erlach +Erlendsson +Erler +Erlbaum +Erlick +Ertegün +Ertel +Erter +Ertuğ +Ertuğrul +Ertama +Ertman +Ermels +Ermeti +Ermolaev +Ermolayev +Erman +Ermler +Erneley +Erneste +Ernback +Ernle +Ernman +Ernst +Erem +Eremenko +Erede +Eregbu +Eren +Ersin +Erskine +Ersoy +Erstad +Ersöz +Erbelding +Erben +Erbakan +Erbil +Erhard +Erhardt +Erhart +Erhenede +Erkan +Erkel +Erkin +Erkoç +Erokhin +Erol +Eronen +Eroğlu +Erraez +Errani +Errichetti +Errington +Ercan +Erceg +Ercilla +Ergen +Ergin +Ergün +Erassa +Erautt +Ervi +Ervin +Erçetin +Erös +Erőss +Enge +Engel +Engelberg +Engelberger +Engelbart +Engelbrecht +Engelhard +Engelhardt +Engelman +Engelmann +Engels +Engelstad +Engelen +Engebretsen +Engen +Enger +Engle +Engler +Englert +Englefield +Engleheart +Engleitner +English +Englisch +England +Englaro +Englund +Engberg +Engblom +Engman +Engmann +Engdahl +Engin +Engren +Engström +Enderby +Enderlein +Endean +Endeley +Endemann +Endsley +Endstra +Endicott +Endler +Endo +Endrizzi +Ensign +Ensing +Enstad +Enstrom +Ensko +Ensslin +Enache +Enakarhire +Enami +Enatsu +Enobakhare +Enoch +Enokida +Enomoto +Enrici +Enrico +Enright +Enríquez +Entin +Enting +Entriken +Entwistle +Encarnación +Encke +Ene +Enescu +Ennis +Enns +Enquist +Enqvist +Enyinnaya +Enys +Enzenauer +Enzensberger +Enfield +Enke +Enver +Enwonwu +Este +Estefan +Estep +Estermann +Estes +Estevez +Estey +Estrich +Estrin +Estrada +Estreicher +Estienne +Estigarribia +Estanguet +Estcourt +Estleman +Eston +Estudillo +Estwick +Estye +Espin +Espina +Espinal +Espinas +Espinosa +Espejo +Esper +Esposito +Esposto +Espriella +Esprit +Esparza +Esplen +Esch +Escher +Escherich +Eschenbach +Escobar +Escoffier +Escors +Escoto +Escalera +Escaleras +Escuti +Esselens +Essen +Esser +Essex +Essbaum +Essig +Esslemont +Eshelman +Esherick +Eshete +Eshleman +Eshun +Eskandarian +Eskell +Eskildsen +Eskola +Eskridge +Esadze +Esajas +Esashi +Esiason +Esipchuk +Esiri +Esquirol +Esquivel +Esdaile +Eser +Esfahani +Esguerra +Esnault +Esumi +Eisen +Eisenstaedt +Eisenstaedter +Eisenstadt +Eisenstat +Eisenstein +Eisenson +Eisenberg +Eisenberger +Eisenblätter +Eisenhart +Eisenhower +Eisenmann +Eisenmenger +Eisler +Eisman +Eisner +Eich +Eichel +Eichelbaum +Eichelberger +Eichenberg +Eichens +Eichenwald +Eicher +Eichberg +Eichhorn +Eichinger +Eichler +Eichmann +Eichwald +Eick +Eicke +Eide +Eidelberg +Eidelman +Eidslott +Eidson +Eidlitz +Eidus +Einan +Einarsson +Einbinder +Einhorn +Einloft +Einstein +Einzbern +Eilenberg +Eilers +Eiland +Eilbracht +Eifert +Eifman +Eigenmann +Eigner +Eiriksson +Eiroa +Eitingon +Eitzinger +Eizaguirre +Eizenstat +Eibenschütz +Eimer +Edel +Edelman +Edelmann +Edelfelt +Edelin +Edelstein +Eden +Edenfield +Eder +Ederle +Edem +Edes +Edmonds +Edmondson +Edmondston +Edmondes +Edmonston +Edmonstone +Edmunds +Edmundson +Edman +Edge +Edgell +Edgemon +Edgeworth +Edgar +Edgarian +Edgren +Edwards +Edwardson +Edwardsson +Edwardes +Edwin +Edin +Edinho +Edis +Edison +Eda +Edamura +Edano +Eddington +Eddison +Eddy +Edstrand +Edström +Edsall +Edlund +Edney +Edrich +Edusei +East +Easter +Easton +Eastop +Eastick +Eastlake +Eastman +Eastwood +Easley +Easmon +Easson +Earl +Earle +Early +Earhart +Earheart +Eardley +Earnshaw +Eagle +Eagleman +Eagleson +Eagleton +Eager +Eaddy +Eadie +Eady +Eakin +Eakins +Eatinger +Eaton +Eaborn +Eales +Eames +Eans +Eaude +Eaves +Emert +Emerton +Emerick +Emerson +Emelianenko +Emelieze +Emelé +Emeagwali +Emeghara +Emenalo +Emes +Emmerich +Emmerson +Emmert +Emmett +Emmons +Emmott +Emmanuelli +Emani +Emanuele +Emam +Embree +Embretsen +Embury +Emiliani +Emin +Emiya +Emond +Emory +Emoto +Emre +Emrick +Emshwiller +Emsley +Emkanian +Emler +Empson +Egger +Eggert +Eggerth +Eggers +Eggebrecht +Eggeling +Eggen +Eggan +Eggleton +Egler +Egley +Eglash +Eglin +Egloff +Eglseer +Eglītis +Egerega +Egerson +Egeland +Egemen +Eguchi +Eguren +Egusa +Egan +Egawa +Egbers +Egbuna +Egilsson +Egit +Egnell +Egner +Egobi +Egressy +Ekblad +Ekblom +Ekberg +Ekbom +Ekels +Ekelund +Eken +Ekezie +Ekin +Ekinci +Ekins +Ekici +Ekaette +Ekanayake +Ekavedi +Ekstrand +Ekström +Ekster +Ekdahl +Ekdal +Ekholm +Ekhosuehi +Ekman +Ekmečić +Ekwensi +Ekwunife +Eklund +Ekong +Ekpo +Ekren +Ekşi +Ecker +Eckerle +Eckersley +Eckert +Eckel +Eckardt +Eckart +Eckhart +Eckhoff +Eckler +Ecklund +Eckstein +Eckstine +Eckblad +Echegaray +Echenique +Echeverri +Echohawk +Echols +Echard +Echiéjilé +Echlin +Eccles +Eccleston +Ecclestone +Ece +Ecevit +Eberhard +Eberhardt +Eberhart +Eberl +Eberle +Eberlin +Ebers +Ebershoff +Ebersole +Ebert +Ebeling +Ebelthite +Ebacher +Ebagua +Ebanks +Ebb +Ebbinghaus +Ebbinkhuijsen +Eboigbe +Eboue +Ebrahimi +Ebright +Ebinuma +Ebner +Ebsworth +Eve +Evers +Eversfield +Everson +Eversteijn +Everingham +Everitt +Everard +Everett +Everhart +Every +Even +Evenson +Evelyn +Eves +Evangelista +Evangelisti +Evans +Evanson +Evaristo +Evatt +Evdokimova +Evinger +Ehrenbaum +Ehrenberg +Ehrenfeld +Ehrenfest +Ehrenstein +Ehrensvärd +Ehrenhaft +Ehrenpreis +Ehrenreich +Ehret +Ehrlich +Ehrlinger +Ehrler +Ehrhardt +Ehrhart +Ehrmann +Ehman +Ehmann +Ehlers +Etti +Ettinger +Ettinghausen +Ettel +Etter +Ettlinger +Etty +Etchemendy +Etchison +Etcitty +Eto'o +Etok +Etxaniz +Etxeberria +Etherington +Etrog +Etsitty +Eustace +Eustice +Euser +Euba +Eubanks +Eugenides +Eugster +Eulenburg +Euler +EuDaly +Euan +Eun +Euwe +Eysteinsson +Eyston +Eysenck +Eysler +Eyre +Eyring +Eyde +Eyerusalem +Eyles +Eyton +Eyzaguirre +Eyüboğlu +Epp +Eppenhoff +Eppolito +Eppridge +Ephraim +Ephron +Episcopius +Epstein +Epton +Epureanu +Ewell +Ewen +Ewers +Ewan +Ewbank +Ewherido +Ewing +Eeden +Eedes +Eenhoorn +Eenpalu +Eeckhout +Eekhoff +Ejide +Ejigu +Ejiri +Ejenobor +Ejercito +Ejogo +Ezekiel +Ezeli +Ezenwa +Ezergailis +Ezeugo +Eziyodawe +Efendi +Effiong +Efird +Efron +Eßig +Eðvaldsson +Eötvös +Exner +Exter +Eovaldi +Equi +O +Orechov +Orechova +Orecchia +Oreck +Oren +Orenstein +Oreamuno +Oreiro +Orekhov +Orelli +Oremus +Oresanya +Orešnik +Ormond +Ormonde +Ormondroyd +Orme +Ormerod +Ormand +Ormiston +Ormrod +Ormsbee +Orlov +Orlović +Orlovsky +Orloff +Orlowski +Orlandi +Orlando +Orlik +Orav +Oravec +Orabi +Orakpo +Oram +Orange +Orazmuhamedow +Ord +Ordaz +Orders +Ordronaux +Ordway +Ordzhonikidze +Ordóñez +Oriol +Orion +Oriani +Origi +Orihara +Orinska +Orizaola +Ortega +Ortelli +Ortigas +Ortiz +Ortolani +Orton +Ortmann +Oroz +Orozaliev +Orozco +Orologas +Oropeza +Orosz +Orbeli +Orbeliani +Orbay +Orbom +Orbán +Orndorff +Ornelas +Ornoch +Ornstein +Orr +Orrico +Orrison +Orrell +Orsi +Orsini +Orsino +Orsenigo +Orchard +Orcutt +Orczy +Orzech +Orzechowski +Orza +Orfei +Orford +Orgel +Orkan +Orpen +Oruma +Orwin +Oliver +Olivera +Oliveri +Oliveira +Oliveira Silva +Oliva +Olivarius +Olivier +Olivieri +Olivo +Olin +Olinescu +Olibeau +Oligny +Oliphant +Olisadebe +Oliynyk +Olizarenko +Olić +Oladapo +Oladele +Oladipo +Oladotun +Olabimtan +Olaizola +Olajuwon +Olander +Olaru +Olatunji +Olausson +Olayvar +Oldenbarnevelt +Oldenberg +Oldenburg +Oldfield +Oldford +Oldham +Oldmeadow +Oldroyd +Oldsworth +Olejniczak +Olejnik +Olesen +Olesk +Olearius +Oler +Oleynik +Olmedo +Olmert +Olmstead +Olmsted +Olmi +Olsen +Olshansky +Olson +Olsson +Olszewski +Oller +Ollerenshaw +Olliffe +Ollivier +Olteanu +Olthuis +Oltion +Olberding +Olbrich +Olcott +Olczyk +Olofsson +Ologun +Olufemi +Olukoju +Olgun +Oljira +Olkowski +Olver +Olynyk +Oláh +O'Donoghue +O'Donohue +O'Donovan +O'Donnell +O'Doherty +O'Dowd +O'Dea +O'Dell +O'Day +O'Dwyer +O'Hara +O'Haran +O'Hare +O'Hagan +O'Hair +O'Halloran +O'Hanlon +O'Hea +O'Hearn +O'Herlihy +O'Higgins +O'Hurley +O'Cahan +O'Callaghan +O'Carroll +O'Casey +O'Cathasaigh +O'Cawley +O'Connell +O'Conner +O'Connor +O'Collins +O'Ceann +O'Banion +O'Bannon +O'Boylan +O'Boyle +O'Brian +O'Brien +O'Beirne +O'Byrne +O'Riley +O'Riordan +O'Rorke +O'Rourke +O'Rahilly +O'Regan +O'Kearney +O'Keeffe +O'Kelly +O'Kane +O'Koren +O'Shane +O'Shaughnessy +O'Shea +O'Sheehan +O'Sullivan +O'Loan +O'Loughlin +O'Lawlor +O'Leary +O'Farrell +O'Ferrall +O'Flanagan +O'Gara +O'Gorman +O'Mahony +O'Malley +O'Neill +O'Pake +O'Quinn +O'Toole +Ost +Osterhaus +Osterhout +Osterman +Ostermeier +Osterloh +Osteen +Ostrogorsky +Ostrom +Ostrovsky +Ostrowski +Ostapchuk +Ostapenko +Ostade +Ostler +Ostling +Ostlund +Osti +Ostojić +Osin +Osinov +Osinsky +Osiier +Osilesi +Osim +Osio +Osipov +Osiński +Oss +Ossman +Ossmann +Ossendowski +Ossi +Ossler +Ossowski +Osswald +Osborn +Osborne +Osbourne +Osbaldeston +Osbaldiston +Osberg +Osbert +Osadchuk +Osagie +Osama +Osanai +Osaragi +Osazuwa +Osman +Osmani +Osmokruhović +Osmond +Osment +Osei +Osella +Osen +Oser +Oshilaja +Oshio +Oshiro +Oshita +Osland +Osler +Oslin +Osgerby +Osgood +Osvald +Osvold +Oswald +Oswalt +Oskarsson +Ok +Oka +Okamoto +Okamura +Okabayashi +Okada +Okafor +Okakura +Okaroh +Okawara +Okay +Okazaki +Okuma +Okumoto +Okumura +Okubo +Okuda +Okuka +Okunowo +Okur +Okutani +Okon +Okoniewski +Okocha +Okolski +Okopenko +Okoro +Okosun +Okoye +Oke +Oken +Okenla +Okeafor +Okechukwu +Okello +Okey +Okiishi +Okimoto +Okita +Okyar +Okyay +Okyere +Okpara +Okparaebo +Okrent +Okruashvili +Okwaraji +Okwelume +Okker +Oksanen +Ober +Oberhauser +Oberhummer +Obermajer +Oberman +Oberson +Oberst +Oberbeck +Oberdorfer +Oberg +Oberlander +Oberoi +Oberth +Obey +Obeyesekere +Obed +Obeng +Obaid +Obaidullah +Obada +Obaldía +Obama +Obasi +Obata +Obayashi +Obi +Obiang +Obidin +Obiefule +Obiku +Obrecht +Obregon +Obretenov +Obradović +Obraztsov +Obokata +Oboler +Oborne +Obote +Obuchi +Obuh +Obukhov +Oblak +Obluda +Obdržálek +Obst +Onishchenko +Onishi +Oniani +Onions +Onitsuka +Onizuka +Ono +Onopko +Onoprienko +Onofrio +Onor +Onosiughe +Onuoha +Onuora +Onuaku +Onuegbu +Onuma +Onut +Onyilo +Onyilogwu +Onyia +Onyango +Onyekachi +Onaral +Onarıcı +Onay +Onazi +Ondaatje +Ondarts +Onderdonk +Ondra +Ong +Ongarato +Ongaro +Ongley +Onwatuegwu +Onwenu +Onwuzuruike +Onchi +Oncken +Onslow +Onstad +Onken +Ontong +Ogi +Ogilvie +Ogilvy +Ogilby +Ogino +Oginskis +Ogihara +Ogiwara +Ogle +Oglethorpe +Ogletree +Oglesby +Oglander +Ogloblin +Oganesyan +Oganezov +Ogah +Ogata +Ogawa +Ogunkoya +Ogunleye +Ogunode +Ogura +Ogbuke +Ogbulafor +Ogbonna +Ognjanović +Ognjenović +Ogden +Ogedegbe +Ogg +Ogorodnikov +Ogrodziński +Ogston +Oden +Odenberg +Odenkirk +Odebrecht +Odegaard +Odejayi +Odell +Odemar +Odermatt +Odin +Odinga +Odintsov +Odia +Odiaka +Odita +Odum +Odumosu +Odubiyi +Oduro +Oduya +Odland +Odle +Odlum +Oda +Odabaşı +Oddie +Oddone +Odom +Odone +Odhner +Ou +Ouspenskii +Ouspensky +Ouseley +Ousley +Ousmane +Ousterhout +Outen +Outerbridge +Outhwaite +Outlaw +Outman +Outram +Ouellet +Ouellette +Ouedraogo +Ouertani +Oudemans +Oudin +Oudsema +Ouadah +Ouattara +Ough +Oughton +Ourdan +Oursler +Ouimet +Ouvrard +Ouyang +Ott +Otte +Otter +Otterbein +Otterlei +Otterman +Otterness +Otterson +Otten +Ottenbrite +Ottesen +Otto +Ottolengui +Ottosson +Otti +Ottinger +Ottavino +Ottley +Ottmann +Otaka +Otaran +Otaño +Otis +Otorogu +Otvoș +Otway +Otčenášek +Oppel +Oppeln-Bronikowski +Oppelt +Oppenheim +Oppenheimer +Oppert +Oppolzer +Oppong +Opara +Oparaku +Opare +Opalka +Opdahl +Opdyke +Opie +Opitz +Opoku +Opolski +Oprandi +Oprea +Opsenica +Ochiai +Ochiltree +Ochirbat +Ochs +Ochsenknecht +Ochsner +Ochoa +Ochtman +Ocker +Ockers +Ockels +Ockenden +Ockley +Ockrent +Ocak +Ocampo +Ocasek +Occhetto +Ocloo +Ocokoljić +Ocwirk +Ohlson +Ohlsson +Ohlendorf +Ohlhaussen +Ohlin +Ohly +Ohana +Ohanian +Ohanyan +Ohama +Ohara +Ohn +Ohnesorge +Ohno +Ohba +Ohira +Ohka +Ohman +Ohtake +Overbeck +Overbeek +Overby +Overbye +Overman +Overmars +Overall +Overeem +Overstreet +Ovenden +Ovens +Ovesey +Ovidijus +Ovington +Ovitz +Ovcharenko +Ovchinnikov +Ovadia +Ovbiagele +Omodei +Omodiagbe +Omohundro +Omolade +Omondi +Omotosho +Omi +Omid +Ominami +Omar +Omartian +Omeruah +Omnes +Owe +Owen +Owens +Owada +Owana +Owoh +Owomoyela +Owubokiri +Owusu +Owings +Owsley +Oehlen +Oehlenschläger +Oehler +Oelfke +Oelrichs +Oechsle +Oersted +Oesau +Oey +Oezil +Oxenbould +Oxenbridge +Oxenden +Oxendine +Oxenford +Oxenham +Oxlade-Chamberlain +Oxley +Oxford +Oxtoby +Oz +Ozoliņš +Ozols +Ozokwo +Ozor +Ozanam +Ozawa +Ozerov +Ozil +Ozuna +Oakes +Oakeshott +Oakeley +Oakley +Oakman +Oaten +Oates +Oatley +Oastler +Offenbach +Offord +Offredi +Offutt +Ofori +Ofosu +Ofere +Ofstad +Oyebanjo +Oyedeji +Oyegun +Oyekan +Oyama +Oyamada +Oyler +Oikonomopoulos +Oikonomou +Oikawa +Oioli +Oistrakh +Oiticica +Oja +Ojdanić +Ojeda +Ojigwe +Ojjeh +Ojougboh +Oosterhuis +Oosthuizen +Oosting +Oommen +Ooms +Ooka +OTS +Oñate +Oğuz +Jan +Jans +Janssen +Janssens +Jansson +Janson +Jansons +Jansz +Janszoon +Jansen +Jansing +Jansky +Janick +Janicki +Janich +Janikovszky +Janikowski +Janić +Janič +Janiszewski +Janka +Jankauskas +Janković +Jankowski +Jankuhn +Jankulovski +Janke +Janklow +Jannella +Janner +Janney +Jannone +Jannot +Jannacci +Jannings +Janowicz +Janowitz +Janowski +Janonis +Janosik +Janota +Janoušek +Janda +Jandhyala +Jandieri +Jandl +Jandroković +Jandó +Jane +Janek +Janelle +Janes +Janetti +Janež +Janas +Janashia +Janacek +January +Januszewski +Januzaj +Jang +Jangeborg +Janša +Janů +Janjgava +Janmaat +Janvier +Janzen +Janáček +Jančić +Jaco +Jacob +Jacobs +Jacobsen +Jacobson +Jacobsson +Jacobszoon +Jacobi +Jacobo +Jacoby +Jacomb +Jacomini +Jacolino +Jaconelli +Jacopetti +Jacot +Jacquemin +Jacquemoud +Jacques +Jacquet +Jacquin +Jacquinot +Jacquier +Jacquard +Jacquot +Jack +Jackiewicz +Jackiw +Jackett +Jackman +Jackson +Jachowska +Jachowski +Jachmann +Jaccard +Jaccoud +Jacuzzi +Jarrar +Jarrard +Jarrah +Jarral +Jarrett +Jarrold +Jarry +Jara Saguier +Jaramillo +Jaray +Jarocka +Jarolím +Jaroš +Jarnik +Jarnot +Jarvik +Jarvis +Jarc +Jardine +Jarecki +Jarman +Jaruzelski +Jarzombek +Jarůšek +Jakubowska +Jakubowski +Jakubowicz +Jakubiak +Jakubėnas +Jakupi +Jakupović +Jakobsen +Jakobson +Jakobsson +Jakopin +Jakova +Jakes +Jakeš +Jakhelln +Jakšić +Jagielska. +Jagielski +Jagielka +Jagić +Jaggard +Jagger +Jaggi +Jagla +Jagland +Jaglom +Jagannath +Jager +Jago +Jagtap +James +Jameson +Jameel +Jamerson +Jamet +Jama +Jamali +Jamar +Jamison +Jammeh +Jampana +Jamrowski +Jamshidi +Jay +Jayashankar +Jayasinghe +Jayakumar +Jayaratne +Jaye +Jayewardene +Jayne +Jaynes +Jay Rabinowitz +Jayden +Jaymes +Jasem +Jasen +Jasevičius +Jasikevičius +Jasiński +Jastrow +Jastrzębski +Jashari +Jaskilka +Jason +Jaspar +Jaha +Jahanbani +Jahani +Jahn +Jahnke +Jahnsson +Jahedi +Jahid +Jahoda +Jalal +Jalali +Jalabert +Jalili +Jalili dynasty +Jaliens +Jale +Jalkanen +Jallow +Jaber +Jabez +Jablokov +Jablonski +Jabr +Jabrailov +Jabbour +Jabłonowski +Jaffe +Jaffee +Jaffer +Jaffray +Jaffé +Jafri +Jaubert +Jauer +Jauffret +Jaurès +Jauss +Jawad +Jawahir +Jawanda +Jawara +Jaworski +Jaakkola +Jaakonaho +Jaaska +Jaatinen +Jae +Jaenicke +Jaenisch +Jaeg +Jaissle +Jaisson +Jaisi +Jaitly +Javadi +Javakhishvili +Javorek +Javtokas +Jadassohn +Jadaun +Jadoon +Jaqua +Jaques-Dalcroze +Jaquiss +Japaridze +Jatta +Jański +Jernigan +Jerningham +Jernberg +Jernej +Jernsletten +Jerman +Jermolajew +Jermy +Jerram +Jerrard +Jerrold +Jerabek +Jerald +Jere +Jeremiah +Jergenia +Jergović +Jeri +Jeria +Jervoise +Jervolino +Jerábek +Jerónimo +Jerković +Jerusalem +Jerwood +Jerzabek +Jen +Jenni +Jenninger +Jennings +Jenniskens +Jennison +Jenner +Jennerich +Jennett +Jenny +Jenkin +Jenkins +Jenkinson +Jenkyns +Jensen +Jenson +Jenssen +Jena +Jeney +Jenrette +Jentzsch +Jenyns +Jeník +Jelaca +Jeladze +Jelagat +Jelavić +Jelačić +Jelimo +Jelinek +Jelić +Jelliffe +Jellinek +Jellett +Jelf +Jelfs +Jelen +Jeltz +Jelínek +Jess +Jessel +Jessen +Jesser +Jesson +Jessop +Jester +Jesty +Jesaulenko +Jesień +Jespersen +Jeszenszky +Jean +Jeanneney +Jeannin +Jeans +Jeanson +Jean-Marie +Jeandel +Jeanes +Jeanmaire +Jeacocke +Jeavons +Jepp +Jeppson +Jeppsson +Jeppesen +Jepkoech +Jepkorir +Jepsen +Jepson +Jephson +Jeptoo +Jedlitschka +Jedlitzka +Jedlicka +Jedlička +Jedliński +Jeddore +Jedele +Jedhe +Jedinak +Jefferies +Jefferis +Jeffers +Jefferson +Jefferts Schori +Jeffress +Jeffreys +Jeffries +Jeffords +Jewell +Jewesbury +Jewett +Jewitt +Jewkes +Jevanord +Jevans +Jevon +Jevons +Jevđević +Jeřábek +Jeřábková +Ježek +Ježić +Jezdić +Jezeršek +Jezierski +Jebali +Jebb +Jech +Jeckeln +Jemisin +Jemison +Jeter +Jetzinger +Ječmenica +Jeļizarova +Jeglertz +Jekyll +Jeon +Jona +Jonas +Jonassen +Jonasson +Jones +Jones Parry +Jonet +Jonevret +Jonge +Jongen +Jongbloed +Jongsma +Jonke +Jonker +Jonkers +Jonson +Jonsson +Jonilowicz +Jonouchi +Jonynas +Johannessen +Johannesson +Johannesen +Johanneson +Johannsen +Johannson +Johannis +Johansen +Johanson +Johansson +John +Johns +Johnston +Johnstone +Johnsen +Johnson +Johnsson +Johne +Johner +Jovanović +Jovanovski +Jovančić +Jovaiša +Joval +Jović +Jovičić +Jovial +Jovica +Jovel +Jover +Jovetić +Jovovich +Joseph +Josephs +Josephsohn +Josephson +Josefsson +Joshi +Joshipura +Jost +Josten +Josipović +Joslin +Jordahl +Jordan +Jorden +Jordison +Jordon +Jordyn +Jorgensen +Jorgenson +Jorjadze +Jory +Joli +Jolicoeur +Jolie +Joling +Joliot +Jolles +Jolley +Jolliffe +Jolyot +Joel +Joelson +Joensen +Joensuu +Joe Šimunić +Joeckel +Joemankhan +Joester +Jourdain +Jourdan +Jouault +Joubert +Joudrie +Joughin +Joule +Jousseaume +Jokinen +Jokić +Jokanović +Jokela +Joković +Joksimović +Job +Jobbins +Jobe +Jobim +Jobson +Joo +Jooss +Joosten +Joof +Joon +Joy +Joyal +Joyce +Joye +Joynes +Jodocus +Jodorowsky +Jodice +Jodrell +Joachim +Joachimsthal +Joad +Joce +Jocelyn +Joice +Joicey +Joplin +Jopling +Jowell +Jowett +Joffroy +Joguet +Jommelli +Jozić +Jurasik +Juraszczyk +Jurado +Juran +Juraš +Jurgens +Jurgensen +Jurgenson +Jurges +Juris +Jurić +Jurišić +Jurkovic +Jurkovič +Jurkiewicz +Jurčević +Jurčo +Jurčík +Jursitzky +Jung +Junge +Junger +Jungers +Jungman +Jungmann +Junghänel +Junkermann +Junkin +Junayd +Juneau +Junnila +Junor +Juntunen +Junuzović +Julia +Juliano +Julien +Julius +Julen +Jules Bois +Jullian +Jullien +Just +Justellus +Juster +Justinger +Justman +Justus +Jussila +Juszkiewicz +Judah +Juddery +Judels +Judkins +Judson +Judt +Juhani +Juhasz +Juhl +Juhlin +Juhnke +Juhász +Juva +Juvayni +Juvelius +Juvenal +Juvonen +Jughashvili +Jugler +Jugnauth +Juma +Jumaa +Jumapao +Jukes +Jukić +Jutson +Juttke +Juantorena +Juchereau Duchesnay +Juel +Jupp +Juutilainen +Juxon +Juška +Järvi +Järvinen +Järnefelt +Jäger +Jägerstätter +Jänes +Jääskeläinen +Jónsdóttir +Jónsson +Jónasson +Jóhannsson +Jóźwiak +Jünger +Jüngling +Jürgens +Jürß +Jüptner +Jágr +Jánošík +Jáuregui +Jöcher +Jönsson +Jörgensmann +Jégou +Jézéquel +Jílek +Jõgi +Ji +Jin +Jindal +Jines +Jinushizono +Jiránek +Jirásek +Jira +Jireček +Jillette +Jillian +Jileck +Jiang +Jiao +Jishkariani +Jissoji +Jibrilla +Jidayi +Jifar +Jigen +Jiménez +Jippes +Jiřík +Jha +Jhaveri +Jhingade +Jhingan +Jędrzejewicz +Jī +Jmmanuel +Jyani +Jūmonji +Zamana +Zamanov +Zamansky +Zamara +Zambalis +Zambito +Zamboni +Zambrano +Zampano +Zamparini +Zamperini +Zamfir +Zamfirescu +Zamil +Zamir +Zamenhof +Zammit +Zamoyska +Zamyatin +Zandegù +Zander +Zandberg +Zandi +Zanin +Zanini +Zaninović +Zane +Zanetti +Zanger +Zangpo +Zanni +Zannoni +Zanonato +Zanotti +Zanardi +Zanchetta +Zabludovsky +Zabludowicz +Zable +Zablocki +Zabolotnaya +Zabolotnov +Zabolotny +Zabolotskaya +Zabala +Zabarella +Zabelinskaya +Zabello +Zabret +Zabłocki +Zahl +Zahle +Zahler +Zaha +Zahawi +Zahid +Zahir +Zahn +Zahnd +Zahm +Zahradnik +Zaleski +Zalesky +Zalewski +Zaland +Zalatnay +Zaldívar +Zalgaller +Zalinski +Zaller +Zaltzman +Zach +Zachariae +Zacharias +Zacherle +Zachos +Zachrisson +Zaccaria +Zacconi +Zackheim +Zak +Zakarian +Zakariya +Zakaryan +Zakharchenko +Zakharov +Zaki +Zakrzewski +Zakzaky +Zarif +Zariņš +Zaruba +Zarubin +Zarakolu +Zaremba +Zarky +Zarqawi +Zarzycki +Zaffiro +Zaffis +Zaffaroni +Zafon +Zafour +Zafar +Zafón +Zagorac +Zagoritis +Zagoruychenko +Zagame +Zagaria +Zagrebelny +Zagórski +Zaim +Zaimis +Zaimoğlu +Zaina +Zainab +Zainal Abidin +Zaidi +Zając +Zajączkowski +Zajac +Zajc +Zajonc +Zajíc +Zappa +Zappacosta +Zappata +Zapata +Zapatero +Zapruder +Zaslofsky +Zaslow +Zasukhin +Zasulich +Zaschka +Zassenhaus +Zawiliński +Zawinul +Zawisza +Zawadzki +Zawahiri +Zawoluk +Zadok +Zadornov +Zadro +Zadrozny +Zadeh +Zavala +Zavaleta +Zavarzina +Zaveri +Zavorotnyuk +Zaaboub +Zaanen +Zaari +Zayd +Zaytsev +Zaentz +Zaoui +Zatlers +Zaugg +Zañartu +Zelig +Zeligowski +Zelinka +Zelinsky +Zelikovitch +Zelenka +Zelenko +Zelenović +Zelensky +Zelazny +Zelazo +Zelaya +Zeller +Zellman +Zellweger +Zeldenrust +Zeldin +Zelter +Zeltserman +Zelman +Zeilbauer +Zeilberger +Zeilinger +Zeitler +Zeitlin +Zeitz +Zeigbo +Zeiher +Zeisler +Zemach +Zeman +Zemiri +Zemiro +Zemel +Zemmamouche +Zemzemi +Zero +Zerotin +Zeroual +Zerhouni +Zerk +Zervos +Zerzan +Zeytulaev +Zeytulayev +Zeytullaev +Zeytullayev +Zeytuntsyan +Zeybek +Zeng +Zenger +Zengin +Zenda +Zentsov +Zegarra +Zegers +Zeghdoud +Zeglis +Zehender +Zehetner +Zehnder +Zehrt +Zederbaum +Zedler +Zedner +Zeta-Jones +Zetterling +Zetzsche +Zea +Zeal +Zec +Zeck +Zepeda +Zeppelin +Ze'evi +Zeb +Zeeuwts +Zekić +Zewde +Zečević +Ziegelbauer +Ziegelman +Ziegenbein +Ziegenfuss +Ziegfeld +Ziegler +Zieliński +Zielke +Zierer +Ziering +Ziehrer +Ziemba +Zieschang +Zietz +Zimmer +Zimmerman +Zimmermann +Zimmerli +Zimmern +Zimbalist +Zimbardo +Zimber +Zimerman +Zimetbaum +Zimonjić +Zinn +Zinnemann +Zinner +Zinni +Zincke +Zindell +Zingerle +Zinkevich +Zinman +Zinoviev +Zinzendorf +Zilber +Zilberman +Zildjian +Zilioli +Ziller +Zipf +Zipfel +Zippe +Zipperer +Ziskin +Ziskind +Zisser +Zidan +Zidane +Zijlstra +Zijm +Ziobro +Ziolkowski +Zitelmann +Zitouni +Ziv +Zivic +Ziani +Zick +Ziffer +Ziglar +Zirin +Zizek +Ziółkowski +Zubel +Zubeldia +Zuber +Zubairi +Zubarev +Zubkov +Zubkovskaya +Zubrin +Zubrzycki +Zubizarreta +Zubov +Zucker +Zuckermandel +Zuckermann +Zuckerberg +Zuckerkandl +Zuckert +Zuckschwerdt +Zucchi +Zucconelli +Zuculini +Zunic +Zunino +Zungre +Zunser +Zuntz +Zunz +Zuker +Zukerman +Zukertort +Zukovsky +Zulu +Zuluaga +Zulueta +Zulauf +Zumpe +Zumpt +Zumthor +Zumwalt +Zur +Zurita +Zuro +Zurqani +Zug +Zugsmith +Zupančič +Zupko +Zuev +Zuffelato +Zuo +Zuyev +Zoricic +Zorilla +Zorina +Zorić +Zorkin +Zorko +Zorn +Zorner +Zorc +Zorlu +Zorzi +Zola +Zolak +Zolani +Zolotow +Zolotukhin +Zoller +Zograf +Zografos +Zogbaum +Zogg +Zoghbi +Zou +Zouabri +Zouareg +Zouch +Zouma +Zoeller +Zoelly +Zoet +Zoetemelk +Zondek +Zonderland +Zondag +Zontov +Zomer +Zompini +Zopf +Zoppo +Zotov +Zotz +Zobel +Zohar +Zoidze +Zoss +Zozulya +Zhan +Zhang +Zhanzunova +Zharkov +Zharov +Zhabotinsky +Zhaleh +Zhao +Zhu +Zhuk +Zhukov +Zhukovsky +Zhuang +Zhuge +Zhen +Zheng +Zhestkov +Zhong +Zhorzholiani +Zhou +Zhidkov +Zhirov +Zhdanov +Zhvania +Zwick +Zwicker +Zwickl +Zwicky +Zwikker +Zwart +Zwarthoed +Zwarts +Zwanziger +Zweifel +Zweig +Zweerts +Zwerling +Zwolle +Zwolsman +Zwyssig +Zylberman +Zylberstein +Zylstra +Zykina +Zykov +Zybina +Zych +Zygmund +Zátopek +Zátopková +Zábojník +Zárate +Zängl +Zöllner +Zúñiga +Zürn +Zsigmondi +Zsigmondy +Zschokke +Zsolt +Zsupánek +Zvejnieks +Zverev +Zvezdin +Zvagelsky +Zbavitel +Zborowski +Zgusta +Zlotowitz +Ząbecki +Złotowski +Ishimaru +Ishimoto +Ishimura +Ishibashi +Ishibumi +Ishiwata +Ishiwatari +Ishizuka +Ishizumi +Ishiaku +Ishida +Ishiguro +Ishihara +Ishii +Ishikawa +Ishino +Ishiyama +Ishak +Isham +Ish-Shalom +Isa +Isaac +Isaacs +Isaacson +Isakov +Isakovič +Isaksson +Isachsen +Isacsson +Isayama +Isayev +Isabey +Isaman +Isser +Isserles +Isserlin +Issel +Issangar +Issawi +Isshiki +Islambouli +Islamović +Islas +Isler +Isley +Islip +Isotalo +Isotti +Isomäki +Isoyama +Isozaki +Isinbayeva +Ising +Isibor +Isitt +Iseghohi +Iseman +Isenbrandt +Ismail +Ismat +Ismaël +Isted +Istomin +Istrati +Israel +Israelsson +Isbister +Isfahani +Isnard +Ispahani +Isum +In +Ing +Inge +Ingebretsen +Ingebrigtsen +Ingersoll +Ingesson +Ingle +Ingles +Inglis +Inglot +Ingraham +Ingram +Ingres +Ingalls +Ingham +Ingmann +Ingpen +Ingulstad +Ingwersen +Ingólfsson +Inada +Inagaki +Inal +Inamdar +Inaudi +Incaviglia +Ince +Inchausti +Incropera +Inui +Inukai +Inuzuka +Inzaghi +Inzikuru +Inzunza +Indelicato +Innauer +Innes +Insall +Insúa +Inverarity +Invernizzi +Inbal +Infante +Inkoom +Inman +Inoue +Inwood +Inácio +Ilie +Iliev +Ilievski +Iliohan +Iliopoulos +Ilinykh +Ilić +Illiano +Illich +Illidge +Illing +Illa +Illarramendi +Illsley +Ilyin +Ilyinsky +Ilyeș +Ilyumzhinov +Ilyés +Ilg +Ilgauskas +Ilgaz +Iles +Ilesanmi +Ilham +Ilhan +Ilkin +Ilkov +Ilan +Ilnytskyi +Ilovaysky +Ilsley +Iltis +Ilves +Im +Imamichi +Imamović +Imamura +Imad +Imada +Imahori +Imai +Imajuku +Imalayen +Imaoka +Imazu +Imbriani +Imbrie +Imboden +Immelman +Immerglück +Imms +Imparato +Impey +Improta +Imoke +Imoto +Imre +Imrekov +Imeh +Imhoff +Imison +Imlay +Imus +Ivanov +Ivanovich +Ivanović +Ivanovski +Ivanovsky +Ivanovna +Ivanoff +Ivanishvili +Ivanić +Ivankov +Ivanković +Ivanauskas +Ivanenko +Ivanschitz +Ivars +Ivashko +Ivers +Iversen +Iverson +Iveković +Ives +Ivezaj +Ivić +Ivković +Ivy +Iványi +Irianto +Iriarte +Iribarne +Iribarren +Irion +Iriondo +Irish +Irismetov +Irie +Iriguchi +Irizarry +Iredale +Iremonger +Ireton +Irabu +Irani +Irgen Gioro +Irgens +Irmak +Irmatov +Iroegbu +Ironside +Irby +Irfan +Irwin +Ibn Hubayra +Ibn Mubarak +Ibn Shaddad +Ibn Yahya +Ibn al-Muqaffaʿ +Ibrahim +Ibrahimovic +Ibrahimović +Ibragimov +Ibargüen +Ibarra +Ibaka +Ibeh +Ibenegbu +Ibertsberger +Ibbetson +Ibbotson +Ibišević +Ibsen +Ibuki +Ibáñez +Iguchi +Igudesman +Iguider +Igun +Igusa +Ignatov +Ignatowski +Ignatyev +Ignjatović +Igarashi +Igasan +Iglesias +Iglói +Igwe +Igwebuike +Igbineghu +Igelström +Iggulden +Ighalo +Igiebor +Igoe +Iwama +Iwamizu +Iwamoto +Iwamura +Iwasa +Iwasaki +Iwase +Iwashita +Iwadare +Iwadate +Iwan +Iwanicki +Iwai +Iwaki +Iwao +Iwata +Iwański +Ion +Ionescu +Iongi +Ioniță +Ioannidis +Ioannou +Ioane +Iori +Iorio +Iordache +Iosava +Ioseliani +Iommi +Iovine +Italiano +Itagaki +Itani +Itsuki +Itsumi +Itsuno +Itoh +Itokawa +Iturbi +Iturbide +Itkonen +Itzler +Itō +Ichikawa +Ichiki +Ichimada +Ichimura +Ichida +Ichigo +Ichihashi +Ichijō +Ichinohe +Ichiyanagi +Iché +Ickham +Izumi +Izumida +Izumikawa +Izumitani +Izaguirre +Izard +Izawa +Izzet +Izzo +Izbașa +Izetbegović +Izmaylov +Izquierdo +Iacone +Iaconelli +Iacono +Iacobescu +Iacobucci +Iachini +Iannucci +Iannuzzo +Ianchelevici +Iademarco +Iashvili +Iavaroni +Ikegami +Ikeguchi +Ikeda +Ikelaar +Ikari +Ikariya +Ikauniece +Ikoku +Ikonowicz +Ikin +Ikpeba +Ikävalko +Idris +Idrisi +Idriss +Idrizaj +Ida +Idahor +Idehen +Idelson +Idibia +Idjerouidène +Idogho +Ii +Iizawa +Iizuka +Iida +Iijima +Iio +Ifil +Ifill +Ifadidou +Ifejiagwa +Ifrán +Ienaga +Ienishi +Ieda +Ieiri +Iyengar +Iyer +Iyayi +Ihara +Ihemelu +Iuchi +Iusco +I'Anson +Ippolito +Iqbal +Işık +Yamagata +Yamagishi +Yamaguchi +Yamanaka +Yamanami +Yamanishi +Yamashina +Yamashita +Yamasaki +Yamada +Yamadayev +Yamamoto +Yamamura +Yamazaki +Yamazawa +Yamaji +Yamakawa +Yamaoka +Yamataka +Yamauchi +Yampolsky +Yamshchikov +Yan +Yanagimachi +Yanagimoto +Yanagisawa +Yanagishima +Yanagida +Yanagita +Yanayev +Yankovic +Yankowski +Yankey +Yanki +Yang +Yanghat +Yanofsky +Yanowsky +Yanukovich +Yanukovych +Yanes +Yannakakis +Yakub +Yakubov +Yakubovich +Yakubik +Yakushev +Yakushimaru +Yakunin +Yakut +Yakimov +Yakin +Yakir +Yakar +Yakovlev +Yasuda +Yasue +Yasumi +Yasunaga +Yashida +Yashima +Yashin +Yasser +Yassine +Yasgur +Yasin +Yastrzemski +Yagalom +Yagami +Yagi +Yaginuma +Yaglom +Yagmich +Yagoda +Yaguchi +Yaron +Yaroshenko +Yarovenko +Yarborough +Yarbrough +Yarayıcı +Yaremchuk +Yarritu +Yazar +Yazawa +Yazdani +Yazdi +Yazid +Yaziji +Yazov +Yazıcı +Yablo +Yablokov +Yablonski +Yabuki +Yabushita +Yabuta +Yabūchi +Yalçın +Yalçınkaya +Yalaz +Yalden +Yallop +Yalman +Yalom +Yahia +Yahiro +Yahalom +Yahlom +Yahya +Yada +Yadav +Yadavilli +Yadin +Yatsenyuk +Yatsko +Yatchenko +Yates +Yachmann +Yachvili +Yaegashi +Yaeger +Yavaş +Yavuz +Yağcı +Yağmur +Yaights +Yajima +Yao +Yapp +Yaqoob +Yawkey +Yaşar +Yoshimatsu +Yoshimi +Yoshimura +Yoshii +Yoshiie +Yoshikawa +Yoshikuni +Yoshinaga +Yoshino +Yoshitaka +Yoshitake +Yoshiya +Yoshiyuki +Yoshida +Yoshigahara +Yoshio +Yoshizawa +Yosypenko +You +Youd +Youde +Youds +Young +Younger +Yount +Yousefi +Youshimatz +Youskevitch +Yould +Youmans +Yourdon +Yonebayashi +Yoneda +Yonemura +Yoneno +Yong +Yonge +Yongyudh +Yonai +Yonakor +Yokota +Yokotake +Yokoi +Yokono +Yokouchi +Yokoyama +York +Yorke +Yorath +Yorgason +Yoritaka +Yorston +Yoder +Yodkaew +Yodogawa +Yoo +Yoon +Yoakam +Yocum +Yohn +Yow Yeh +Ye +Yellin +Yelling +Yellen +Yelloly +Yelda +Yeldham +Yelich +Yelizarov +Yeltsin +Yelverton +Yermolaev +Yermolayev +Yermakov +Yerli +Yerlikaya +Yerunkar +Yerkes +Yerofeyev +Yeaman +Yeamans +Yeardley +Yearwood +Yeatman +Yeats +Yeager +Yeom +Yeoman +Yeoman Rand +Yeomans +Yeoh +Yeon +Yevseyev +Yevsyukov +Yevdokimov +Yevin +Yego +Yegorov +Yeghiazaryan +Yepes +Yepifanov +Yepremyan +Yefimov +Yefremov +Yemin +Yemm +Yenal +Yener +Yetiş +Yetman +Yeşil +Yeşilnil +Yeboah +Yehoshua +Yekini +Yesayan +Yezhov +Yu +Yushchenko +Yushkevich +Yusuf +Yusupov +Yusov +Yuste +Yumashev +Yumi +Yumlu +Yumnam +Yumoto +Yurchenko +Yurevich +Yurin +Yurkov +Yuryevsky +Yuda +Yudenich +Yudin +Yudkowsky +Yukimura +Yukishiro +Yukawa +Yule +Yulgyal +Yulsman +Yutakayama +Yutani +Yutkevich +Yue +Yuen +Yui +Yuile +Yun +Yune +Yuan +Yuchi +Yuguchi +Yupanqui +Yüce +Yücel +Yüksel +Yáconis +Yáñez +Yíng +Yñigo +Yıldız +Yıldızeli +Yıldızoğlu +Yıldırım +Yılmaz +Yīng +Yi +Yiadom +Yifter +Yin +Yiğit +Ybarra +Ylönen +Yrjö-Koskinen +Ytterhorn +Yvon +Yūki +Urban +Urbanc +Urbanek +Urbaniak +Urbanowicz +Urbański +Urbicus +Urbina +Urbonas +Urbonavičius +Urbánek +Urs +Ursi +Ursini +Ursinus +Ursell +Ursúa +Uranga +Uranishi +Uranta +Uramoto +Urayama +Urquidi +Urquiza +Urquhart +Urquía +Uribe +Urich +Uridil +Urushadze +Urushibara +Urusevsky +Ure +Ureña +Urrutia +Urry +Urfé +Urzidil +Urányi +Ullman +Ullmann +Ullmer +Ullathorne +Ullevålseter +Ullrich +Ullstein +Ulman +Ulmanis +Ulmann +Ulmer +Ulano +Ulanov +Ulaş +Ulf +Ulfeldt +Ulfsson +Ulubabyan +Uluergüven +Ulusoy +Ulich +Ulissi +Ulrich +Ulrici +Ulvaeus +Ulvskog +Ule +Ulyanov +Ulánova +Unger +Ungerer +Ungerman +Ungern-Sternberg +Ungers +Ungar +Ungaretti +Ungaro +Ungur +Ungureanu +Ungrangsee +Underdown +Underhill +Underwood +Undiladze +Undrakonda +Unseld +Unser +Unsoeld +Unterberger +Untermann +Unterweger +Unigwe +Uniyal +Unruh +Unryu +Uno +Uesaka +Ueshiba +Uesugi +Uebelhoer +Ueberroth +Uehara +Uehashi +Uematsu +Uemura +Ueyama +Ueyonabaru +Ueda +Uegaki +Ueki +Uentillie +Ueto +Uexküll +Um +Umezawa +Umezu +Umebayashi +Umeda +Umeji +Umesaka +Umaga +Umarov +Umbach +Umberger +Umunegbu +Umunna +Umfray +Umlauf +Umrigar +Utter +Utterback +Utting +Uttley +Utts +Utada +Utagawa +Uthman +Uthwatt +Utsiyev +Utsumi +Utkin +Utley +Utmanzai +Utzon +Ushijima +Ushioda +Usher +Usagin +Usak +Usova +Usoyan +Usta +Ustinov +Usui +Usupashvili +Usenov +Uslu +Ussher +Ugrenović +Ugron de Ábránfalva +Ugryumov +Ugalde +Ugarte +Ugboaja +Uggla +Ughi +Ugochukwu +Ugumori +Upadhyay +Upajjhaya +Upthegrove +Upton +Upchurch +Updike +Upham +Uppal clan +Upreti +Upshaw +Udoh +Udoka +Udovenko +Uda +Udayar +Udechukwu +Uden +Udrih +Uzelac +Uzer +Uzoh +Uzoigwe +Uzhevych +Uziel +Uzunlar +Uí Thomhnair +Uí Thomhnra +Uí Thomhrair +Uí Thormadha +Uí Thormaigh +Uí Arailt +Uçar +Uchibayashi +Uchida +Uchino +Uchiyama +Uchechi +Ucicky +Uhlenbeck +Uhlenbrock +Uhler +Uhlig +Uhlmann +Uhlíř +Uys +Uysal +Uyanık +Uygun +Uylenburgh +Uytdehaage +Ukpai +Ukpolo +Ukhtomsky +Uwaezuoke +Uwaifo +Uwame +Uwatse +Uwilingiyimana +Ubach +Ubaldini +Ubbiali +Ubiparipović +Uitslag +Uittenbogaard +Uiberreither +Uilenhoed +Ujiri +Ujmajuridze +Uvarov +Uvedale +Uffermann +Uozumi +Uğurlu +Ó Cathain +Ó Catháin +Ó Cadhla +Ó Caiside +Ó Caoimh +Ó Cobhthaigh +Ó Coileáin +Ó Conghalaigh +Ó Cormacáin +Ó Cianáin +Ó Ciardha +Ó Cillín +Ó Cuilinn +Ó Cuindlis +Ó Curnín +Ó Ceallacháin +Ó Ceallaigh +Ó Cárthaigh +Ó Cíonga +Ó Chlúmháin +Ó Cléirigh +Ó Creachmhaoil +Ó Maol Fábhail +Ó Maolconaire +Ó Maolmhuaidh +Ó Maoláin +Ó Maoilmhichil +Ó Maoilriain +Ó Meadhra +Ó Midhir +Ó Méalóid +Ó hAnluain +Ó hAnnáin +Ó hAodha +Ó hAonghusa +Ó hAichir +Ó hArailt +Ó hEidirsceoil +Ó hEodhasa +Ó hUiginn +Ó Duibh dá Bhoireann +Ó Duinnshléibhe +Ó Dubhagáinn +Ó Daimhín +Ó Deargáin +Ó Domhnalláin +Ó Dálaigh +Ó Breaslain +Ó Breisleáin +Ó Brolaigh +Ó Brádaigh +Ó Begléighinn +Ó Buadhaigh +Ó Scannail +Ó Scannláin +Ó Scealláin +Ó Siadhail +Ó Snodaigh +Ó Sé +Ó Tomhnair +Ó Tomhnra +Ó Tomhrair +Ó Tormadha +Ó Tormaigh +Ó Troighthigh +Ó Fearghuis +Ó Fiaich +Ó Flaithbertaigh +Ó Frighil +Ó Lachtnáin +Ó Laighin +Ó Lochlainn +Ó Lorcáin +Ó Gadhra +Ó Gnímh +Ó Raghallaigh +Ó Rothláin +Ó an Cháintighe +Ólafsson +Ómarsdóttir +Óskarsdóttir +Öz +Özbilen +Özbilgin +Özbir +Özbek +Özbey +Özek +Özel +Özen +Özer +Özkan +Özker +Özkul +Özkök +Özdemir +Özden +Özgen +Özgür +Özmen +Özmert +Öztoprak +Öztürk +Özal +Özcan +Özhan +Özil +Özoğuz +Özsoy +Özyiğit +Özçelik +Österreich +Österreicher +Östberg +Östman +Öser +Önal +Öncel +Önder +Öcal +Öcalan +Öhlund +Öhrstig +Ören +Örnek +Öberg +Öktem +Ölmez +Öpik +Ötvös +Öçal +Çağlar +Çağlayan +Çağatay +Çağrı +Çakmak +Çakır +Çalık +Çalış +Çatkıç +Çatlı +Çambel +Çavdarlı +Çelebi +Çelik +Çelkupa +Çetin +Çetinkaya +Çevik +Çiftçi +Çimen +Çiçek +Çoban +Çolak +Çorlu +Çubukçu +Çökmüş +Çınar +Åkerfeldt +Åkerfelt +Åkerlind +Åkerlund +Åkerberg +Åkerman +Åkerström +Åkeby +Åkesson +Åhlin +Åhling +Åhlberg +Åhlund +Åhsberg +Åslund +Åsvestad +Ågren +Ålander +Åmås +Ångström +Årst +Ágh +Ághová +Ágoston +Águas +Ágústsson +Álvares +Álvarez +Ávalos +Ávila +Ádok +Ásgeirsson +Áč +Ünal +Üner +Ünsal +Ülkümen +Üzümcü +Üçüncü +Äijä +Äijälä +Äkkijyrkkä +Äschbach +Ääritalo +Þorláksson +Þorsteinsson +Þorvaldsson +Þórarinsson +Þórðarson +Éthier +Étienne +Édouard +Éwanjé-Épée +Økland +Ørsted +Østergaard +Øverland +Íñiguez +Šafařík +Šafaříková +Šafarić +Šafárik +Šafáriková +Šafránek +Šalna +Šaloun +Šalát +Šakić +Šakota +Šantić +Šančić +Šarcevic +Šarić +Šaulić +Šaulys +Šabanadžović +Šadeiko +Šapranauskas +Šatan +Šašić +Ševela +Ševeček +Ševčík +Šebesta +Šebrle +Šeparović +Šeper +Šechtl +Šedivý +Šekularac +Šenoa +Šestan +Šešelj +Šimun +Šimunić +Šimašius +Šimek +Šimić +Šimánek +Šimůnek +Šilhavý +Šiljak +Šik +Širola +Šitić +Šišić +Štěpán +Štěpánek +Štěch +Štědroň +Štěrba +Štefánek +Štefánik +Štechová +Štepanovský +Štúr +Štúrová +Štafura +Štorch +Škoch +Škoda +Škorpil +Škamperle +Škarvada +Škerjanc +Škuletić +Špidla +Špidlová +Špilár +Špiranović +Španović +Špaček +Šušak +Šuštar +Šuker +Šulc +Šustauskas +Šoškić +Šoškoćanin +Šobić +Šotra +Švec +Švedas +Švehlík +Šverko +Šmahel +Šmejkal +Šlesingr +Šrámek +Šťastný +Şahan +Şahin +Şaş +Şaşmaz +Şafak +Şakir +Şamdereli +Şanlı +Şen +Şener +Şengül +Şensoy +Şentürk +Şeker +Şerif +Şimşek +Şipal +Şirin +Şişli +Ştefănescu +Žigeranović +Žigić +Živanović +Živković +Žižek +Žižka +Žilinskas +Žitnjak +Žák +Žáček +Žídek +Žukauskas +Žutautas +Žalica +Žemaitis +Žnidarić +Żurawski +Żurek +Żukowski +Żupnik +Żuławski +Żeleński +Żeligowski +Żebrowski +Żewłakow +Życiński +Życzkowski +Żygulski +Żak +Żaliński +Żbikowski +Ōtsubo +Ōtsuka +Ōtori +Ōhashi +Ōhata +Ōsawa +Ōshima +Ōba +Ōe +Ōishi +Ōkawa +Ōnishiki +Śliwińska +Śliwiński +Ślopek +Świderski +Świątek +Śniadecki +Łukasiewicz +Łukaszewicz +Łuczak +Łatacz +Łowmiański +Řezník +Řezníček +Řezáč +Říha +Říman +Quint +Quintana +Quintanilla +Quintans +Quintero +Quinteros +Quintel +Quintieri +Quintilianus +Quinton +Quintus +Quince +Quincey +Quincannon +Quinn +Quinnell +Quinnett +Quinlan +Quinlivan +Quine +Quiniou +Quinziato +Quill +Quilliam +Quilter +Quilty +Quilico +Quigg +Quigley +Quiroga +Quiroz +Quist +Quistgaard +Quibell +Quick +Quijano +Quimby +Quittner +Quiwonkpa +Quiñónez +Quail +Quaile +Quain +Quaintance +Quaid +Quan +Quant +Quantrill +Quandt +Quansah +Quarantotto +Quarles +Quarshie +Quach +Quackenbush +Quagliarella +Quaglio +Qualls +Qualtinger +Quattlebaum +Quattrocchi +Quaye +Quayle +Quaas +Quade +Quaschny +Quax +Queiros +Queiroz +Queipo +Quennell +Quensel +Quentin +Quested +Questi +Quesada +Quezada +Quezergue +Quezon +Queally +Quealy +Queenan +Queener +Quellinus family +Quemener +Querejeta +Queudrue +Quevedo +Qubain Family +Qubaisi +Quraishi +Qureshi +Qudsi +Quli +Quow +Quéré +Qaralov +Qarni +Qaderi +Qallu +Qanuni +Qasim +Qato +Qayyum +Qazwini +Qi +Qian +Qiao +Qidwai +Qin +Qizilbash +Qiú +Qiān +Qiū +Qvarforth +Qvist +Qvortrup +Čerkovskis +Čermák +Černý +Čelanský +Čelko +Čech +Čejvan +Čengić +Čeplak +Česnauskis +Čajkanović +Čajkovskij +Čapek +Čapkovič +Čabarkapa +Čačić +Čolić +Čolović +Čobotas +Čorbadžić +Čotra +Čović +Čierny +Čihák +Čiukšytė +Čižmár +Čubrilović +Čulo +Čuturilo +Čáp +Čápová +Čáslavský +Čtvrtlík +Đurić +Đuričković +Đurišić +Đurašević +Đurašić +Đurović +Đurovski +Đukanović +Đukić +Đuho +Đujić +Đokanović +Đokić +Đoković +Đorović +Đorđević +Đodan +Đonović +Đelić +Đenić +Đerić +Đakonović +Đaković +Đilas +Đỗ +Ćorluka +Ćorović +Ćopić +Ćosić +Ćelović +Ćesarević +Ćetković +Ćuruvija +Ćurčić +Ćulibrk +Ćirić +Ćirković +Ćatić +İnan +İnanç +İncesu +İnci +İnönü +İlyasova +İpekçi +İstemihan +İzgü +İşcan +Āboliņš +Ābols +Āboltiņa +Ābiķis +Ārgalis +Ďurica +Ķiģelis +Толстой +Топалов +Тито +Троцкий +Пу́тин +Путин +ПУШКИН +Сталин +Стругацкий +Сидельников +Дорофеев +Достоевский +Замятин +Зощенко +Хрущев +Хрущёв +Чайковский +Чехов +Ширяев +Шуберт +Кошкин +Ленин +Моисеенко +Неизвестный +Осинцева +Разин +Xi +Xiao +Xiaogang +Xiahou +Xian +Ximen +Ximenes +Xin +Xing +Xie +Xiong +Xanthis +Xanthopoulos +Xavier +Xu +Xue +Xuereb +Xenakis +Xenophon +Xhaka +Xhepa +Xtravaganza +Șerban +Șerbănescu +Ștefan +Știrbei +Șchiopu +Țițeica +البرادعي +الخوارزمي +السادات +القاز +القذافي +ریاحی +בן אליעזר +גתה +ואנונו +ניטשה +van Leeuwenhoek +van Rossum +'t Hoen +Μαγουλάς +Ḥazzan \ No newline at end of file diff --git a/resources/dictionaries/ar/personal_titles.txt b/resources/dictionaries/ar/personal_titles.txt new file mode 100644 index 0000000..d8c1050 --- /dev/null +++ b/resources/dictionaries/ar/personal_titles.txt @@ -0,0 +1,4 @@ +الملك +الشيخ +الدكتور +الأمير \ No newline at end of file diff --git a/resources/dictionaries/ar/place_names.txt b/resources/dictionaries/ar/place_names.txt new file mode 100644 index 0000000..e77d4cc --- /dev/null +++ b/resources/dictionaries/ar/place_names.txt @@ -0,0 +1 @@ +المطار \ No newline at end of file diff --git a/resources/dictionaries/ar/street_types.txt b/resources/dictionaries/ar/street_types.txt new file mode 100644 index 0000000..bb0668e --- /dev/null +++ b/resources/dictionaries/ar/street_types.txt @@ -0,0 +1,11 @@ +شارع +الطريق +طريق +السيار +نهج +الطريق الدائري +جادة +حارة +ميدان +الشارع +ساحة \ No newline at end of file diff --git a/resources/dictionaries/ast/ambiguous_expansions.txt b/resources/dictionaries/ast/ambiguous_expansions.txt new file mode 100644 index 0000000..2f259b7 --- /dev/null +++ b/resources/dictionaries/ast/ambiguous_expansions.txt @@ -0,0 +1 @@ +s \ No newline at end of file diff --git a/resources/dictionaries/ast/personal_titles.txt b/resources/dictionaries/ast/personal_titles.txt new file mode 100644 index 0000000..901f3d5 --- /dev/null +++ b/resources/dictionaries/ast/personal_titles.txt @@ -0,0 +1 @@ +san|s \ No newline at end of file diff --git a/resources/dictionaries/ast/street_types.txt b/resources/dictionaries/ast/street_types.txt new file mode 100644 index 0000000..44609ac --- /dev/null +++ b/resources/dictionaries/ast/street_types.txt @@ -0,0 +1,3 @@ +cai +camín|camin +paséu|paseu \ No newline at end of file diff --git a/resources/dictionaries/az/building_types.txt b/resources/dictionaries/az/building_types.txt new file mode 100644 index 0000000..075af7b --- /dev/null +++ b/resources/dictionaries/az/building_types.txt @@ -0,0 +1 @@ +mənzil|menzil \ No newline at end of file diff --git a/resources/dictionaries/az/directionals.txt b/resources/dictionaries/az/directionals.txt new file mode 100644 index 0000000..2d09f06 --- /dev/null +++ b/resources/dictionaries/az/directionals.txt @@ -0,0 +1,8 @@ +cənub|cenub +cənub-şərq|cənub şərq|cənubşərq|cenub serq|cenub-serq|cenubserq +cənub-qərb|cənub qərb|cənubqərb|cenub qerb|cenub-qerb|cenubqerb +qərb|qerb +şərq|serq +şimal|simal +şimal-şərq|şimal şərq|şimalşərq|simal serq|simal-serq|simalserq +şimal-qərb|şimal qərb|şimalqərb|simal qerb|simal-qerb|simalqerb \ No newline at end of file diff --git a/resources/dictionaries/az/personal_titles.txt b/resources/dictionaries/az/personal_titles.txt new file mode 100644 index 0000000..d28818d --- /dev/null +++ b/resources/dictionaries/az/personal_titles.txt @@ -0,0 +1,3 @@ +akademik +general|gen +müqəddəs|muqeddes \ No newline at end of file diff --git a/resources/dictionaries/az/place_names.txt b/resources/dictionaries/az/place_names.txt new file mode 100644 index 0000000..4ef5780 --- /dev/null +++ b/resources/dictionaries/az/place_names.txt @@ -0,0 +1 @@ +aeroport \ No newline at end of file diff --git a/resources/dictionaries/az/street_types.txt b/resources/dictionaries/az/street_types.txt new file mode 100644 index 0000000..12a4a29 --- /dev/null +++ b/resources/dictionaries/az/street_types.txt @@ -0,0 +1,18 @@ +bazi +bulvar|bul +çıxılmaz|cixilmaz +dalan +keçid|kecid +küçə|kuce +küçəsi|kucesi +meydanı +prospekt|prosp|pr +prospekti|prosp|pr +sahə|sahe +şose|sose +şosesi|sosesi +üzük|uzuk +xətt|xett +xiyabanı +yol +yolu \ No newline at end of file diff --git a/resources/dictionaries/be/ambiguous_expansions.txt b/resources/dictionaries/be/ambiguous_expansions.txt new file mode 100644 index 0000000..e5131e3 --- /dev/null +++ b/resources/dictionaries/be/ambiguous_expansions.txt @@ -0,0 +1,8 @@ +d +h +k +s +г +д +к +ш \ No newline at end of file diff --git a/resources/dictionaries/be/building_types.txt b/resources/dictionaries/be/building_types.txt new file mode 100644 index 0000000..c4ac3a2 --- /dev/null +++ b/resources/dictionaries/be/building_types.txt @@ -0,0 +1,2 @@ +корпус|к +korpus|k \ No newline at end of file diff --git a/resources/dictionaries/be/chains.txt b/resources/dictionaries/be/chains.txt new file mode 100644 index 0000000..185f178 --- /dev/null +++ b/resources/dictionaries/be/chains.txt @@ -0,0 +1,8 @@ +беларусбанк +belarusbank +belfius +belfius bank +берёзка +beriozka|beryozka +евроопт +evroopt \ No newline at end of file diff --git a/resources/dictionaries/be/directionals.txt b/resources/dictionaries/be/directionals.txt new file mode 100644 index 0000000..7d713d6 --- /dev/null +++ b/resources/dictionaries/be/directionals.txt @@ -0,0 +1,25 @@ +ўсход|усход +ŭschod|uschod +ŭskhod|uskhod +усходняя +ŭschodniaj|uschodniaj +uskhodnyaya +поўнач +poŭnač|pounac +poŭnačh|pounach +паўночная +paŭnochnaya|paunochnaya +паўднёвая +paŭdnyëvaya|paudnyevaya +paŭdniovaja|paudniovaja +Захад +zachad +zakhad +заходняя +zakhodnyaya +zachodniaja +паўднёвы +paŭdniovy|padniovy +paŭdnyëvy|paudnyevy +паўночны +paŭnochny|paunochny \ No newline at end of file diff --git a/resources/dictionaries/be/house_numbers.txt b/resources/dictionaries/be/house_numbers.txt new file mode 100644 index 0000000..0ac079e --- /dev/null +++ b/resources/dictionaries/be/house_numbers.txt @@ -0,0 +1,2 @@ +дом|д +dom|d \ No newline at end of file diff --git a/resources/dictionaries/be/personal_titles.txt b/resources/dictionaries/be/personal_titles.txt new file mode 100644 index 0000000..a3bb586 --- /dev/null +++ b/resources/dictionaries/be/personal_titles.txt @@ -0,0 +1,6 @@ +акадэміка +akademika +генерала|ген +generala|gen +святой|св +sviatoj|sv \ No newline at end of file diff --git a/resources/dictionaries/be/qualifiers.txt b/resources/dictionaries/be/qualifiers.txt new file mode 100644 index 0000000..0870902 --- /dev/null +++ b/resources/dictionaries/be/qualifiers.txt @@ -0,0 +1,20 @@ +блок +blok +горад|г +horad|h +вёска +vioska +мікрараён +mikrarajon +область +oblast +посблок|пос +пасёлак|пас +pasiolak|pas +posblok +раион|р-н +raion|r-n +во́бласць|вобласць +voblast +востраў|во +vostraŭ|vostrau|vo \ No newline at end of file diff --git a/resources/dictionaries/be/street_types.txt b/resources/dictionaries/be/street_types.txt new file mode 100644 index 0000000..d13009f --- /dev/null +++ b/resources/dictionaries/be/street_types.txt @@ -0,0 +1,28 @@ +алея|ал +alieja|al +бульвар|бульв|бул +bulvar|bul|bulv +дарога|дар +daroha|dar +кальцавая +kaĺcavaja|kalcavaja +лінія|лін +linija|lin +набярэжная|наб +nabiarežnaja|nab +плошча|пл +plošča|plosca|pl +праезд|пр +prajezd|pr +праспект|прасп +praspiekt|prasp +шаша|ш +šaša|sasa|s +шашэйная +šašejnaja|sasejnaja +тупік|туп +tupik|tup +вуліца|вул +vulica|vul +завулак|зав +zavulak|zav \ No newline at end of file diff --git a/resources/dictionaries/be/unit_types_numbered.txt b/resources/dictionaries/be/unit_types_numbered.txt new file mode 100644 index 0000000..b599771 --- /dev/null +++ b/resources/dictionaries/be/unit_types_numbered.txt @@ -0,0 +1,2 @@ +кватэра|кв +kvatera|kv \ No newline at end of file diff --git a/resources/dictionaries/bg/ambiguous_expansions.txt b/resources/dictionaries/bg/ambiguous_expansions.txt new file mode 100644 index 0000000..b08b843 --- /dev/null +++ b/resources/dictionaries/bg/ambiguous_expansions.txt @@ -0,0 +1,2 @@ +s +с \ No newline at end of file diff --git a/resources/dictionaries/bg/cross_streets.txt b/resources/dictionaries/bg/cross_streets.txt new file mode 100644 index 0000000..c24e5e9 --- /dev/null +++ b/resources/dictionaries/bg/cross_streets.txt @@ -0,0 +1,10 @@ +и +i +между +mezhdu +на ъгъла на +na ŭgŭla na|na ugula na +ъгъл +ŭgŭl|ugul +ъгъл на +ŭgŭl na|ugul na \ No newline at end of file diff --git a/resources/dictionaries/bg/directionals.txt b/resources/dictionaries/bg/directionals.txt new file mode 100644 index 0000000..af1d96f --- /dev/null +++ b/resources/dictionaries/bg/directionals.txt @@ -0,0 +1,8 @@ +изток +istok +север +sever +юг +yug +запад +zapad \ No newline at end of file diff --git a/resources/dictionaries/bg/entrances.txt b/resources/dictionaries/bg/entrances.txt new file mode 100644 index 0000000..5a961ae --- /dev/null +++ b/resources/dictionaries/bg/entrances.txt @@ -0,0 +1,2 @@ +вход|вх +vkhod|vkh \ No newline at end of file diff --git a/resources/dictionaries/bg/level_types_numbered.txt b/resources/dictionaries/bg/level_types_numbered.txt new file mode 100644 index 0000000..07c1337 --- /dev/null +++ b/resources/dictionaries/bg/level_types_numbered.txt @@ -0,0 +1,6 @@ +этаж|эт +etazh|et +кат +kat +ниво +nivo \ No newline at end of file diff --git a/resources/dictionaries/bg/level_types_standalone.txt b/resources/dictionaries/bg/level_types_standalone.txt new file mode 100644 index 0000000..de697bc --- /dev/null +++ b/resources/dictionaries/bg/level_types_standalone.txt @@ -0,0 +1,4 @@ +партер +parter +приземен етаж|приземен ет +prizemen etazh|prizemen et \ No newline at end of file diff --git a/resources/dictionaries/bg/near.txt b/resources/dictionaries/bg/near.txt new file mode 100644 index 0000000..529be3e --- /dev/null +++ b/resources/dictionaries/bg/near.txt @@ -0,0 +1,20 @@ +близо до +blizo do +близо до мен +blizo do men +наблизо +nablizo +около +okolo +по целия тук +po tseliya tuk +тук +tuk +в +v +в близост до +v blizost do +в близост до тук +v blizost do tuk +в района на +v raĭona na \ No newline at end of file diff --git a/resources/dictionaries/bg/number.txt b/resources/dictionaries/bg/number.txt new file mode 100644 index 0000000..300fac2 --- /dev/null +++ b/resources/dictionaries/bg/number.txt @@ -0,0 +1,2 @@ +номер|но|№|no +nomer|№|no \ No newline at end of file diff --git a/resources/dictionaries/bg/personal_titles.txt b/resources/dictionaries/bg/personal_titles.txt new file mode 100644 index 0000000..afc92af --- /dev/null +++ b/resources/dictionaries/bg/personal_titles.txt @@ -0,0 +1,14 @@ +доктор|д-р|др +doktor|d-r|dr +доцент|доц +dotsent|dots +генерал|ген +general|gen +капитан|кап +kapitan|kap +митрополит|мит +mitropolit|mit +професор|проф +profesor|prof +свети|св +sveti|sv \ No newline at end of file diff --git a/resources/dictionaries/bg/place_names.txt b/resources/dictionaries/bg/place_names.txt new file mode 100644 index 0000000..d1bbd52 --- /dev/null +++ b/resources/dictionaries/bg/place_names.txt @@ -0,0 +1,6 @@ +мост +most +фабрика +fabrika +училище +uchilishte \ No newline at end of file diff --git a/resources/dictionaries/bg/post_office.txt b/resources/dictionaries/bg/post_office.txt new file mode 100644 index 0000000..cb7a895 --- /dev/null +++ b/resources/dictionaries/bg/post_office.txt @@ -0,0 +1,2 @@ +пощенска кутия|пк|п.к|п к +poshtenska kutiya|pk|p.k|p k \ No newline at end of file diff --git a/resources/dictionaries/bg/qualifiers.txt b/resources/dictionaries/bg/qualifiers.txt new file mode 100644 index 0000000..ab90688 --- /dev/null +++ b/resources/dictionaries/bg/qualifiers.txt @@ -0,0 +1,10 @@ +блок|бл +blok|bl +село|с +selo|s +град|гр +grad|gr +квартал|кварт|кв|кв-л +kvartal|kvart|kv|kv-l +жилищен комплекс|ж.к.|жк|ж к +zhilishten kompleks|z.k.|zk|z k \ No newline at end of file diff --git a/resources/dictionaries/bg/staircases.txt b/resources/dictionaries/bg/staircases.txt new file mode 100644 index 0000000..118e78a --- /dev/null +++ b/resources/dictionaries/bg/staircases.txt @@ -0,0 +1,2 @@ +стълбище +stŭlbishte|stulbishte \ No newline at end of file diff --git a/resources/dictionaries/bg/street_types.txt b/resources/dictionaries/bg/street_types.txt new file mode 100644 index 0000000..1f20274 --- /dev/null +++ b/resources/dictionaries/bg/street_types.txt @@ -0,0 +1,6 @@ +Булевард|бул +bulevard|bul +площад|пл +ploshtad|pl +улица|ул +ulitsa|ul \ No newline at end of file diff --git a/resources/dictionaries/bg/unit_directions.txt b/resources/dictionaries/bg/unit_directions.txt new file mode 100644 index 0000000..44e44b5 --- /dev/null +++ b/resources/dictionaries/bg/unit_directions.txt @@ -0,0 +1,4 @@ +дясно +dyasno +ляво +lyavo \ No newline at end of file diff --git a/resources/dictionaries/bg/unit_types_numbered.txt b/resources/dictionaries/bg/unit_types_numbered.txt new file mode 100644 index 0000000..42da1f9 --- /dev/null +++ b/resources/dictionaries/bg/unit_types_numbered.txt @@ -0,0 +1,6 @@ +апартамент|ап|апт +apartament|ap|apt +офис|оф +ofis|of +стая +staya \ No newline at end of file diff --git a/resources/dictionaries/br/personal_titles.txt b/resources/dictionaries/br/personal_titles.txt new file mode 100644 index 0000000..85c765b --- /dev/null +++ b/resources/dictionaries/br/personal_titles.txt @@ -0,0 +1,3 @@ +aotrou +jeneral +sant \ No newline at end of file diff --git a/resources/dictionaries/br/place_names.txt b/resources/dictionaries/br/place_names.txt new file mode 100644 index 0000000..a27c06e --- /dev/null +++ b/resources/dictionaries/br/place_names.txt @@ -0,0 +1,3 @@ +burev +kastell +takad kenwerzh \ No newline at end of file diff --git a/resources/dictionaries/br/qualifiers.txt b/resources/dictionaries/br/qualifiers.txt new file mode 100644 index 0000000..5a7404e --- /dev/null +++ b/resources/dictionaries/br/qualifiers.txt @@ -0,0 +1 @@ +amezeg \ No newline at end of file diff --git a/resources/dictionaries/br/stopwords.txt b/resources/dictionaries/br/stopwords.txt new file mode 100644 index 0000000..6fb3c47 --- /dev/null +++ b/resources/dictionaries/br/stopwords.txt @@ -0,0 +1,4 @@ +a +al +an +ar \ No newline at end of file diff --git a/resources/dictionaries/br/street_types.txt b/resources/dictionaries/br/street_types.txt new file mode 100644 index 0000000..2a819a1 --- /dev/null +++ b/resources/dictionaries/br/street_types.txt @@ -0,0 +1,40 @@ +alez +alezioù|aleziou +bali +banell +boulouard +etrezek +gardenn +gourhent +gwaremm +gwenodenn +gwenojenn +gwenod +hent +hent-bras|hent bras|hentbras +hent-dall|hent dall|hentdall +hent-don|hent don|hentdon +hent moned +hentoù|hentou +hent-tro|hent tro|henttro +impase +kae +kêr|ker +kêrig|kerig +kloz +kroas-hent|kroas hent|kroashent +kroasnent-tro|kroasnent tro|kroasnenttro +kroashent-tro|kroashent tro|kroashenttro +kroazhent-tro|kroazhent tro|kroazhenttro +lodennaoueg +mailh +plasenn +pont +reper +ru +ruioù|ruiou +skwar +strad +straed +streat +straedoù|straedou \ No newline at end of file diff --git a/resources/dictionaries/bs/ambiguous_expansions.txt b/resources/dictionaries/bs/ambiguous_expansions.txt new file mode 100644 index 0000000..9e1e58c --- /dev/null +++ b/resources/dictionaries/bs/ambiguous_expansions.txt @@ -0,0 +1,5 @@ +c +i +j +s +z \ No newline at end of file diff --git a/resources/dictionaries/bs/building_types.txt b/resources/dictionaries/bs/building_types.txt new file mode 100644 index 0000000..ebcaf39 --- /dev/null +++ b/resources/dictionaries/bs/building_types.txt @@ -0,0 +1 @@ +zgrada \ No newline at end of file diff --git a/resources/dictionaries/bs/cross_streets.txt b/resources/dictionaries/bs/cross_streets.txt new file mode 100644 index 0000000..35ea523 --- /dev/null +++ b/resources/dictionaries/bs/cross_streets.txt @@ -0,0 +1,6 @@ +i +između|izmedu +na +na uglu +ugao +uglu \ No newline at end of file diff --git a/resources/dictionaries/bs/directionals.txt b/resources/dictionaries/bs/directionals.txt new file mode 100644 index 0000000..76412ae --- /dev/null +++ b/resources/dictionaries/bs/directionals.txt @@ -0,0 +1,4 @@ +istok|i +jug|j +sjever|s +zapad|z \ No newline at end of file diff --git a/resources/dictionaries/bs/entrances.txt b/resources/dictionaries/bs/entrances.txt new file mode 100644 index 0000000..7c48748 --- /dev/null +++ b/resources/dictionaries/bs/entrances.txt @@ -0,0 +1 @@ +ulaz \ No newline at end of file diff --git a/resources/dictionaries/bs/level_types_basement.txt b/resources/dictionaries/bs/level_types_basement.txt new file mode 100644 index 0000000..0028d3a --- /dev/null +++ b/resources/dictionaries/bs/level_types_basement.txt @@ -0,0 +1 @@ +podrum \ No newline at end of file diff --git a/resources/dictionaries/bs/level_types_mezzanine.txt b/resources/dictionaries/bs/level_types_mezzanine.txt new file mode 100644 index 0000000..6719574 --- /dev/null +++ b/resources/dictionaries/bs/level_types_mezzanine.txt @@ -0,0 +1 @@ +mezanin \ No newline at end of file diff --git a/resources/dictionaries/bs/level_types_numbered.txt b/resources/dictionaries/bs/level_types_numbered.txt new file mode 100644 index 0000000..acc4262 --- /dev/null +++ b/resources/dictionaries/bs/level_types_numbered.txt @@ -0,0 +1,2 @@ +kat +sprat \ No newline at end of file diff --git a/resources/dictionaries/bs/level_types_standalone.txt b/resources/dictionaries/bs/level_types_standalone.txt new file mode 100644 index 0000000..acf1f0b --- /dev/null +++ b/resources/dictionaries/bs/level_types_standalone.txt @@ -0,0 +1,2 @@ +parter +prizemlje \ No newline at end of file diff --git a/resources/dictionaries/bs/near.txt b/resources/dictionaries/bs/near.txt new file mode 100644 index 0000000..4f2ba7d --- /dev/null +++ b/resources/dictionaries/bs/near.txt @@ -0,0 +1,5 @@ +ovde +u +u blizini +u blizini mene +u blizini ovdje \ No newline at end of file diff --git a/resources/dictionaries/bs/no_number.txt b/resources/dictionaries/bs/no_number.txt new file mode 100644 index 0000000..bab92c1 --- /dev/null +++ b/resources/dictionaries/bs/no_number.txt @@ -0,0 +1 @@ +bez broja|bb|b.b|b b|bez br \ No newline at end of file diff --git a/resources/dictionaries/bs/number.txt b/resources/dictionaries/bs/number.txt new file mode 100644 index 0000000..6659f63 --- /dev/null +++ b/resources/dictionaries/bs/number.txt @@ -0,0 +1 @@ +broj|br \ No newline at end of file diff --git a/resources/dictionaries/bs/personal_titles.txt b/resources/dictionaries/bs/personal_titles.txt new file mode 100644 index 0000000..0d1e931 --- /dev/null +++ b/resources/dictionaries/bs/personal_titles.txt @@ -0,0 +1,8 @@ +cara +doktor|dr +knez +kralja +kraljice +maršala|marsala +svetog|sv +vojvode \ No newline at end of file diff --git a/resources/dictionaries/bs/place_names.txt b/resources/dictionaries/bs/place_names.txt new file mode 100644 index 0000000..28c3c09 --- /dev/null +++ b/resources/dictionaries/bs/place_names.txt @@ -0,0 +1,9 @@ +crkva +dom +džamija|dzamija +gradina +kula +luka +most +školska|skolska +tvornička|tvornicka \ No newline at end of file diff --git a/resources/dictionaries/bs/post_office.txt b/resources/dictionaries/bs/post_office.txt new file mode 100644 index 0000000..b58aad5 --- /dev/null +++ b/resources/dictionaries/bs/post_office.txt @@ -0,0 +1 @@ +postanški pretinac|p.p|pp|p p|postanski pretinac \ No newline at end of file diff --git a/resources/dictionaries/bs/qualifiers.txt b/resources/dictionaries/bs/qualifiers.txt new file mode 100644 index 0000000..505b8e5 --- /dev/null +++ b/resources/dictionaries/bs/qualifiers.txt @@ -0,0 +1,2 @@ +grad +naselje \ No newline at end of file diff --git a/resources/dictionaries/bs/staircases.txt b/resources/dictionaries/bs/staircases.txt new file mode 100644 index 0000000..ab39017 --- /dev/null +++ b/resources/dictionaries/bs/staircases.txt @@ -0,0 +1 @@ +stubište|stubiste \ No newline at end of file diff --git a/resources/dictionaries/bs/stopwords.txt b/resources/dictionaries/bs/stopwords.txt new file mode 100644 index 0000000..2ff0e20 --- /dev/null +++ b/resources/dictionaries/bs/stopwords.txt @@ -0,0 +1,2 @@ +i +za \ No newline at end of file diff --git a/resources/dictionaries/bs/street_types.txt b/resources/dictionaries/bs/street_types.txt new file mode 100644 index 0000000..6894421 --- /dev/null +++ b/resources/dictionaries/bs/street_types.txt @@ -0,0 +1,12 @@ +aleja|al +avenija|av +bulevar|bul +cesta|c +drvored +klanac +most +prilaz +put +šetalište|setaliste +trg +ulica|ul \ No newline at end of file diff --git a/resources/dictionaries/bs/unit_directions.txt b/resources/dictionaries/bs/unit_directions.txt new file mode 100644 index 0000000..5c1fc59 --- /dev/null +++ b/resources/dictionaries/bs/unit_directions.txt @@ -0,0 +1,2 @@ +desno +lijevo \ No newline at end of file diff --git a/resources/dictionaries/bs/unit_types_numbered.txt b/resources/dictionaries/bs/unit_types_numbered.txt new file mode 100644 index 0000000..83fe87f --- /dev/null +++ b/resources/dictionaries/bs/unit_types_numbered.txt @@ -0,0 +1,4 @@ +apartman|ap|apt +soba +stan +ured \ No newline at end of file diff --git a/resources/dictionaries/ca/ambiguous_expansions.txt b/resources/dictionaries/ca/ambiguous_expansions.txt new file mode 100644 index 0000000..669e46b --- /dev/null +++ b/resources/dictionaries/ca/ambiguous_expansions.txt @@ -0,0 +1,9 @@ +& +b +d +e +h +n +o +s +v \ No newline at end of file diff --git a/resources/dictionaries/ca/cross_streets.txt b/resources/dictionaries/ca/cross_streets.txt new file mode 100644 index 0000000..f3d8a93 --- /dev/null +++ b/resources/dictionaries/ca/cross_streets.txt @@ -0,0 +1,8 @@ +& +a +i +amb +cantonada +cantonada de +a la cantonada de +entre|entre /|e / \ No newline at end of file diff --git a/resources/dictionaries/ca/directionals.txt b/resources/dictionaries/ca/directionals.txt new file mode 100644 index 0000000..96a09a3 --- /dev/null +++ b/resources/dictionaries/ca/directionals.txt @@ -0,0 +1,9 @@ +est|e +nord|nort|n +nordest|nord est|ne|n e +nordoest|nord oest|no|n o +occident +oest|o +sud|s +sudest|sud est|se|s e +sudoest|sud oest|so|s o \ No newline at end of file diff --git a/resources/dictionaries/ca/elisions.txt b/resources/dictionaries/ca/elisions.txt new file mode 100644 index 0000000..f6222d3 --- /dev/null +++ b/resources/dictionaries/ca/elisions.txt @@ -0,0 +1 @@ +l' \ No newline at end of file diff --git a/resources/dictionaries/ca/entrances.txt b/resources/dictionaries/ca/entrances.txt new file mode 100644 index 0000000..3b47ef7 --- /dev/null +++ b/resources/dictionaries/ca/entrances.txt @@ -0,0 +1 @@ +entrada|entr|entd \ No newline at end of file diff --git a/resources/dictionaries/ca/given_names.txt b/resources/dictionaries/ca/given_names.txt new file mode 100644 index 0000000..27afb3b --- /dev/null +++ b/resources/dictionaries/ca/given_names.txt @@ -0,0 +1 @@ +maria|mª|m.a|m.ª \ No newline at end of file diff --git a/resources/dictionaries/ca/level_types_basement.txt b/resources/dictionaries/ca/level_types_basement.txt new file mode 100644 index 0000000..a8031e2 --- /dev/null +++ b/resources/dictionaries/ca/level_types_basement.txt @@ -0,0 +1 @@ +soterrani|so \ No newline at end of file diff --git a/resources/dictionaries/ca/level_types_mezzanine.txt b/resources/dictionaries/ca/level_types_mezzanine.txt new file mode 100644 index 0000000..41a1103 --- /dev/null +++ b/resources/dictionaries/ca/level_types_mezzanine.txt @@ -0,0 +1 @@ +entresòl|entl|entresol \ No newline at end of file diff --git a/resources/dictionaries/ca/level_types_numbered.txt b/resources/dictionaries/ca/level_types_numbered.txt new file mode 100644 index 0000000..46f500e --- /dev/null +++ b/resources/dictionaries/ca/level_types_numbered.txt @@ -0,0 +1,2 @@ +pis +planta|pl \ No newline at end of file diff --git a/resources/dictionaries/ca/level_types_standalone.txt b/resources/dictionaries/ca/level_types_standalone.txt new file mode 100644 index 0000000..51b8852 --- /dev/null +++ b/resources/dictionaries/ca/level_types_standalone.txt @@ -0,0 +1,5 @@ +àtic|àt|atic|at +baixos|bxs +planta baixa|pb +principal|pr|pral +sobreàtic|s / àt|s / at|sobreatic|s àt|s at \ No newline at end of file diff --git a/resources/dictionaries/ca/level_types_sub_basement.txt b/resources/dictionaries/ca/level_types_sub_basement.txt new file mode 100644 index 0000000..2f8b1be --- /dev/null +++ b/resources/dictionaries/ca/level_types_sub_basement.txt @@ -0,0 +1 @@ +sub soterrani|ss|s.s|s s \ No newline at end of file diff --git a/resources/dictionaries/ca/near.txt b/resources/dictionaries/ca/near.txt new file mode 100644 index 0000000..568b368 --- /dev/null +++ b/resources/dictionaries/ca/near.txt @@ -0,0 +1,12 @@ +a +a prop de +a prop +a prop d'aquí|a prop d'aqui|a prop daquí|a prop daqui +a prop meu +aquí|aqui +dins +en +prop +prop de +proper +proper a \ No newline at end of file diff --git a/resources/dictionaries/ca/no_number.txt b/resources/dictionaries/ca/no_number.txt new file mode 100644 index 0000000..ff25d09 --- /dev/null +++ b/resources/dictionaries/ca/no_number.txt @@ -0,0 +1 @@ +sense número|s / n|s.n.|s.n|s n|sn|sense numero \ No newline at end of file diff --git a/resources/dictionaries/ca/number.txt b/resources/dictionaries/ca/number.txt new file mode 100644 index 0000000..5a40500 --- /dev/null +++ b/resources/dictionaries/ca/number.txt @@ -0,0 +1 @@ +número|núm|numero|num|n|# \ No newline at end of file diff --git a/resources/dictionaries/ca/personal_titles.txt b/resources/dictionaries/ca/personal_titles.txt new file mode 100644 index 0000000..122b84e --- /dev/null +++ b/resources/dictionaries/ca/personal_titles.txt @@ -0,0 +1,10 @@ +doctor|dr +doctora|dra +don|d +dona|dª|dna|d.a|d.ª +mestre +mossèn|mn|mossen +pintor +poeta +sant|st +santa|stª|st.ª|sta|st.a \ No newline at end of file diff --git a/resources/dictionaries/ca/place_names.txt b/resources/dictionaries/ca/place_names.txt new file mode 100644 index 0000000..1c5c318 --- /dev/null +++ b/resources/dictionaries/ca/place_names.txt @@ -0,0 +1,133 @@ +aeroport +afers exteriors +ajuntament +alberg +ambaixada +aparcament|aparc +apartaments +arbreda +atlètic|atletic +auditori +autoescola +balneari +banc +banys +bar +biblioteca|bibl +borda +botiga +cafeteria +cafè|cafe +camp +cantina +capella +casa +casas +caseriu +cases +casino +castell +cementiri|cem +centre commercial +centre de salut +centre juvenil +cinema +club +club nocturn +club social +clínica +col·legi públic|cp|collegi públic|collegi public|col·legi public +col·legi|col·l|collegi|coll +comissari de policia +comissaria|com +convent|convt +cooperativa +corretatge +correus|corr +crematori +dentista +devesa +disseminat +escola universitària|eu|e u|escola universitaria +escola|esc +escola propera|esc propera +escoles +església|esglesia +església|esgl|esglesia +esglésies|esglesies +estacionament|estac +estació|est|estacio +estadi +farmàcia|farmacia +ferrocarril +ferrocarrils +fleca +font +forn +fàbrica +gelateria +gelat +granja +hipòdrom +hisenda +hospital|hosp +hostal +hotel|h +institut +llibreria +jardí d'infància|jardí dinfància|jardi d'infancia|jardi dinfancia +jutjat +magatzem +memorial +mercat +metge +metges +mirador +mobles +moll +monestir|mtir +monument|mon +museu|mus +oficina de canvi +palau +palaus +parc +parc de bombers +pastisseria +pavelló|pav|pavello +pedrera +peixateria +pilar +planta|pl +platja +pobla +poble +policia +pont +port +porta +pre escola|preescola|pre-escola +presó|preso +pub +punt de reciclatge +ranxo +raval +refugi +restaurant +rierol +ruïnes|ruines +sanatori +santuari +sauna +societat +supermercat|super mercat +taller +tallers +taverna +teatre +temple +torre +trànsit +universitat|uni|univ +vila +xarcuteria \ No newline at end of file diff --git a/resources/dictionaries/ca/post_office.txt b/resources/dictionaries/ca/post_office.txt new file mode 100644 index 0000000..d94cbc5 --- /dev/null +++ b/resources/dictionaries/ca/post_office.txt @@ -0,0 +1 @@ +apartat|apt \ No newline at end of file diff --git a/resources/dictionaries/ca/postcodes.txt b/resources/dictionaries/ca/postcodes.txt new file mode 100644 index 0000000..3b71fc1 --- /dev/null +++ b/resources/dictionaries/ca/postcodes.txt @@ -0,0 +1 @@ +codi postal|cp \ No newline at end of file diff --git a/resources/dictionaries/ca/qualifiers.txt b/resources/dictionaries/ca/qualifiers.txt new file mode 100644 index 0000000..d1a21cf --- /dev/null +++ b/resources/dictionaries/ca/qualifiers.txt @@ -0,0 +1,8 @@ +barri|b +bloc|bl +cantonada|cant +districte|distr +polígon|pol|poligon +polígon industrial|pi|poligon industrial|pol ind +punt quilomètric|punt quilometric|pk|p.k.|p k +urbanització|urb|urbanitzacio \ No newline at end of file diff --git a/resources/dictionaries/ca/staircases.txt b/resources/dictionaries/ca/staircases.txt new file mode 100644 index 0000000..63648cb --- /dev/null +++ b/resources/dictionaries/ca/staircases.txt @@ -0,0 +1 @@ +escala|esc \ No newline at end of file diff --git a/resources/dictionaries/ca/stopwords.txt b/resources/dictionaries/ca/stopwords.txt new file mode 100644 index 0000000..eeb8905 --- /dev/null +++ b/resources/dictionaries/ca/stopwords.txt @@ -0,0 +1,31 @@ +a +al +al constat +amb +damunt +darrera +davant +de +del +des +dels +el +els +es +entre +i|& +l' +la +les +li +lo +los +na +prop de +sa +se +ses +sobre +sota +un +una \ No newline at end of file diff --git a/resources/dictionaries/ca/street_types.txt b/resources/dictionaries/ca/street_types.txt new file mode 100644 index 0000000..e01d229 --- /dev/null +++ b/resources/dictionaries/ca/street_types.txt @@ -0,0 +1,28 @@ +autopista|auto|autop +autovia|autov +avinguda|av|avd|avda|avgda +camí|cami +carrer|carr|c / +carrera|cra|carra +carreró|cró|carrero|cro|carro|carr +carretera|ctra +cinturó|cint|cinturo +diagonal|diag +drecera|drec +eix +eix diagonal +entrada|entr +gran vía|gran via|gv|g v +passadís|pdís|passadis|pdis +passatge|ptge +passeig|pg +plaça|pl|placa|pça|pca|plç|plc +portal|ptal +rambla|rbla +ronda|rda +rotonda|rtda +sortida|sort +transversal|trval|trvsal +travessera|trav +travessia|trv|trav +via|v \ No newline at end of file diff --git a/resources/dictionaries/ca/synonyms.txt b/resources/dictionaries/ca/synonyms.txt new file mode 100644 index 0000000..1e0dd53 --- /dev/null +++ b/resources/dictionaries/ca/synonyms.txt @@ -0,0 +1,14 @@ +baixada|bda +baixos|bxs +barranc|bnc +dreta|dta +finca|fca +municipal|mpal +nacional|nac +nombre|nre +parada|par +població|pobl|poblacio +principal|pral +pujada|pda +sagrada|sgda +sagrat|sgt \ No newline at end of file diff --git a/resources/dictionaries/ca/unit_directions.txt b/resources/dictionaries/ca/unit_directions.txt new file mode 100644 index 0000000..d25c0d6 --- /dev/null +++ b/resources/dictionaries/ca/unit_directions.txt @@ -0,0 +1,2 @@ +dreta|d|dta +esquerra|e|esq \ No newline at end of file diff --git a/resources/dictionaries/ca/unit_types_numbered.txt b/resources/dictionaries/ca/unit_types_numbered.txt new file mode 100644 index 0000000..90d417e --- /dev/null +++ b/resources/dictionaries/ca/unit_types_numbered.txt @@ -0,0 +1,10 @@ +apartament|apmt +casa +habitació|hab|habitacio +lletra +lot|lt +oficina|of +parcel·la|parc|parcella +porta|pta +sala +unitat|un diff --git a/resources/dictionaries/cs/ambiguous_expansions.txt b/resources/dictionaries/cs/ambiguous_expansions.txt new file mode 100644 index 0000000..157fc65 --- /dev/null +++ b/resources/dictionaries/cs/ambiguous_expansions.txt @@ -0,0 +1,6 @@ +& +c +j +s +v +z \ No newline at end of file diff --git a/resources/dictionaries/cs/chains.txt b/resources/dictionaries/cs/chains.txt new file mode 100644 index 0000000..eb1e246 --- /dev/null +++ b/resources/dictionaries/cs/chains.txt @@ -0,0 +1 @@ +albert \ No newline at end of file diff --git a/resources/dictionaries/cs/cross_streets.txt b/resources/dictionaries/cs/cross_streets.txt new file mode 100644 index 0000000..5b25d26 --- /dev/null +++ b/resources/dictionaries/cs/cross_streets.txt @@ -0,0 +1,9 @@ +& +a +i +mezi +na +na rohu +roh +rohu +v \ No newline at end of file diff --git a/resources/dictionaries/cs/directionals.txt b/resources/dictionaries/cs/directionals.txt new file mode 100644 index 0000000..940baf6 --- /dev/null +++ b/resources/dictionaries/cs/directionals.txt @@ -0,0 +1,4 @@ +jih|j +sever|s +východ|vychod|v +západ|zapad|z \ No newline at end of file diff --git a/resources/dictionaries/cs/entrances.txt b/resources/dictionaries/cs/entrances.txt new file mode 100644 index 0000000..aa2d85c --- /dev/null +++ b/resources/dictionaries/cs/entrances.txt @@ -0,0 +1 @@ +vchod \ No newline at end of file diff --git a/resources/dictionaries/cs/house_numbers.txt b/resources/dictionaries/cs/house_numbers.txt new file mode 100644 index 0000000..ab6c5fb --- /dev/null +++ b/resources/dictionaries/cs/house_numbers.txt @@ -0,0 +1 @@ +číslo popisné|č.p.|č.p|č. p.|č p|čp|č. p|cislo popisne|c.p.|c.p|c. p.|c p|cp|c. p \ No newline at end of file diff --git a/resources/dictionaries/cs/level_types_basement.txt b/resources/dictionaries/cs/level_types_basement.txt new file mode 100644 index 0000000..fb5c1f9 --- /dev/null +++ b/resources/dictionaries/cs/level_types_basement.txt @@ -0,0 +1 @@ +podzemní podlaží|pp|podzemni podlazi \ No newline at end of file diff --git a/resources/dictionaries/cs/level_types_numbered.txt b/resources/dictionaries/cs/level_types_numbered.txt new file mode 100644 index 0000000..b502436 --- /dev/null +++ b/resources/dictionaries/cs/level_types_numbered.txt @@ -0,0 +1,3 @@ +etáž|etaz +patro +nadzemní podlaží|np|nadzemni podlazi \ No newline at end of file diff --git a/resources/dictionaries/cs/level_types_standalone.txt b/resources/dictionaries/cs/level_types_standalone.txt new file mode 100644 index 0000000..b963e61 --- /dev/null +++ b/resources/dictionaries/cs/level_types_standalone.txt @@ -0,0 +1 @@ +přízemí|prizemi \ No newline at end of file diff --git a/resources/dictionaries/cs/near.txt b/resources/dictionaries/cs/near.txt new file mode 100644 index 0000000..d22740b --- /dev/null +++ b/resources/dictionaries/cs/near.txt @@ -0,0 +1,12 @@ +blízko|blizko +okolo +poblíž|pobliz +tady +tady poblíž|tady pobliz +u +v +v blízkém okolí|v blizkem okoli +v blízkosti|v blizkosti +v blízkosti mně|v blizkosti mne +v okolí|v okoli +ve \ No newline at end of file diff --git a/resources/dictionaries/cs/number.txt b/resources/dictionaries/cs/number.txt new file mode 100644 index 0000000..e6b60dc --- /dev/null +++ b/resources/dictionaries/cs/number.txt @@ -0,0 +1 @@ +číslo|č|cislo|c \ No newline at end of file diff --git a/resources/dictionaries/cs/personal_titles.txt b/resources/dictionaries/cs/personal_titles.txt new file mode 100644 index 0000000..89476a3 --- /dev/null +++ b/resources/dictionaries/cs/personal_titles.txt @@ -0,0 +1,2 @@ +doktor|dr +svatý|sv|svaty \ No newline at end of file diff --git a/resources/dictionaries/cs/place_names.txt b/resources/dictionaries/cs/place_names.txt new file mode 100644 index 0000000..33970e6 --- /dev/null +++ b/resources/dictionaries/cs/place_names.txt @@ -0,0 +1,47 @@ +banka +čajovná|cajovna +chrám|chram +cukrárna|cukrarna +divadlo +dům|dum +galérie|galerie +gymnázium|gymnazium +hlavní nádražní|hlavni nadrazni|hl nád|hl nad +hospoda +hostinec +hřbitovní|hrbitovni +hrad +kaple +katedralá|katedrala +kavárna|kavarna +kino +knihkupectví|knihkupectvi +knihovna +komerční banka|komercni banka +kostel +koupaliště|koupaliste +kulturní dům|kulturni dum +lékárna|lekarna +mateřská škola|materska skola +městský úřad|mestsky urad +most +muzeum +nádražní|nadrazni|nád|nad +obecní úřad|obecni urad +pekárna|pekarna +penzion +pivnice +pivovar +poliklinika +potraviny +restaurace +škola|skola +školní|skolni +stadionu +trh +úřad|urad +vêž|vez +vinárna|vinarna +zahrada +základní škola|zakladni skola +zámek|zamek \ No newline at end of file diff --git a/resources/dictionaries/cs/post_office.txt b/resources/dictionaries/cs/post_office.txt new file mode 100644 index 0000000..500a676 --- /dev/null +++ b/resources/dictionaries/cs/post_office.txt @@ -0,0 +1 @@ +poštovní přihrádka|postovni prihradka \ No newline at end of file diff --git a/resources/dictionaries/cs/staircases.txt b/resources/dictionaries/cs/staircases.txt new file mode 100644 index 0000000..c691037 --- /dev/null +++ b/resources/dictionaries/cs/staircases.txt @@ -0,0 +1 @@ +schodiště|schodiste \ No newline at end of file diff --git a/resources/dictionaries/cs/stopwords.txt b/resources/dictionaries/cs/stopwords.txt new file mode 100644 index 0000000..21d1743 --- /dev/null +++ b/resources/dictionaries/cs/stopwords.txt @@ -0,0 +1 @@ +a|& \ No newline at end of file diff --git a/resources/dictionaries/cs/street_types.txt b/resources/dictionaries/cs/street_types.txt new file mode 100644 index 0000000..c4805b5 --- /dev/null +++ b/resources/dictionaries/cs/street_types.txt @@ -0,0 +1,6 @@ +nábřeží|nabrezi|nábř|nabr +náměstí|nám|namesti|nam +příčná|pricna +třída|tř|trida|tr +ulice|ul|u +ulička|ulicka \ No newline at end of file diff --git a/resources/dictionaries/cs/unit_directions.txt b/resources/dictionaries/cs/unit_directions.txt new file mode 100644 index 0000000..973c569 --- /dev/null +++ b/resources/dictionaries/cs/unit_directions.txt @@ -0,0 +1,2 @@ +pravá|prava +levá|leva \ No newline at end of file diff --git a/resources/dictionaries/cs/unit_types_numbered.txt b/resources/dictionaries/cs/unit_types_numbered.txt new file mode 100644 index 0000000..faefb3d --- /dev/null +++ b/resources/dictionaries/cs/unit_types_numbered.txt @@ -0,0 +1,3 @@ +apartmán|apartman|apt +kancelář|kancelar +pokoj|pok \ No newline at end of file diff --git a/resources/dictionaries/cy/building_types.txt b/resources/dictionaries/cy/building_types.txt new file mode 100644 index 0000000..064ad78 --- /dev/null +++ b/resources/dictionaries/cy/building_types.txt @@ -0,0 +1,5 @@ +bythynnod +fferm +fflat +tŷ|ty +tyddyn diff --git a/resources/dictionaries/cy/directionals.txt b/resources/dictionaries/cy/directionals.txt new file mode 100644 index 0000000..8f2a69d --- /dev/null +++ b/resources/dictionaries/cy/directionals.txt @@ -0,0 +1,4 @@ +gogledd|ogledd +dwyrain|ddwyrain +de|dde +gorllewin|orllewin diff --git a/resources/dictionaries/cy/personal_titles.txt b/resources/dictionaries/cy/personal_titles.txt new file mode 100644 index 0000000..12eb9e9 --- /dev/null +++ b/resources/dictionaries/cy/personal_titles.txt @@ -0,0 +1,2 @@ +brenin +sant \ No newline at end of file diff --git a/resources/dictionaries/cy/place_names.txt b/resources/dictionaries/cy/place_names.txt new file mode 100644 index 0000000..0117aa4 --- /dev/null +++ b/resources/dictionaries/cy/place_names.txt @@ -0,0 +1,22 @@ +banc +castell +capel +coleg +efail +eglwys +felin +fferm +fflat +fflatiau +ffynnon +gwesty +maes awyr +pont|bont +rhodfa'r|rhodfar +sarn +sinema +stad +sŵ +swyddfa +treath +ysgol diff --git a/resources/dictionaries/cy/qualifiers.txt b/resources/dictionaries/cy/qualifiers.txt new file mode 100644 index 0000000..02599b3 --- /dev/null +++ b/resources/dictionaries/cy/qualifiers.txt @@ -0,0 +1,2 @@ +pentre +ynys \ No newline at end of file diff --git a/resources/dictionaries/cy/stopwords.txt b/resources/dictionaries/cy/stopwords.txt new file mode 100644 index 0000000..4ef2963 --- /dev/null +++ b/resources/dictionaries/cy/stopwords.txt @@ -0,0 +1,3 @@ +dan +y +yr \ No newline at end of file diff --git a/resources/dictionaries/cy/street_types.txt b/resources/dictionaries/cy/street_types.txt new file mode 100644 index 0000000..92db44a --- /dev/null +++ b/resources/dictionaries/cy/street_types.txt @@ -0,0 +1,22 @@ +cae +cae'r +cilgant +clos +coedlan +cwrt +ffordd +gerddi +heol +llys +llwyn +lôn|lon +maes +plas +porth +rhes +rhodfa +rhodfa'r|rhodfar +sgwâr|sgwar +stryd +strydoedd +stryt \ No newline at end of file diff --git a/resources/dictionaries/da/academic_degrees.txt b/resources/dictionaries/da/academic_degrees.txt new file mode 100644 index 0000000..dd957d8 --- /dev/null +++ b/resources/dictionaries/da/academic_degrees.txt @@ -0,0 +1 @@ +advokat|adv \ No newline at end of file diff --git a/resources/dictionaries/da/ambiguous_expansions.txt b/resources/dictionaries/da/ambiguous_expansions.txt new file mode 100644 index 0000000..cb32539 --- /dev/null +++ b/resources/dictionaries/da/ambiguous_expansions.txt @@ -0,0 +1,7 @@ +& +c +n +o +s +v +ø \ No newline at end of file diff --git a/resources/dictionaries/da/building_types.txt b/resources/dictionaries/da/building_types.txt new file mode 100644 index 0000000..493663d --- /dev/null +++ b/resources/dictionaries/da/building_types.txt @@ -0,0 +1,3 @@ +bygning +hus +huse \ No newline at end of file diff --git a/resources/dictionaries/da/concatenated_suffixes_inseparable.txt b/resources/dictionaries/da/concatenated_suffixes_inseparable.txt new file mode 100644 index 0000000..d83596c --- /dev/null +++ b/resources/dictionaries/da/concatenated_suffixes_inseparable.txt @@ -0,0 +1,21 @@ +bakken +buen +gård|gaard +get +haven +høj|hoj +højen|hojen +holmen +kær|kaer +krænten|kraenten +længen|laengen +marken +parken +park +passagen +siden +stien +svinget +toften +vangen +varden \ No newline at end of file diff --git a/resources/dictionaries/da/concatenated_suffixes_separable.txt b/resources/dictionaries/da/concatenated_suffixes_separable.txt new file mode 100644 index 0000000..5ec6fc6 --- /dev/null +++ b/resources/dictionaries/da/concatenated_suffixes_separable.txt @@ -0,0 +1,9 @@ +banen +dammen +gade +grænsen +plads +stræde|straede +torv +vej|v. +vænge|vaenge \ No newline at end of file diff --git a/resources/dictionaries/da/cross_streets.txt b/resources/dictionaries/da/cross_streets.txt new file mode 100644 index 0000000..5106a7e --- /dev/null +++ b/resources/dictionaries/da/cross_streets.txt @@ -0,0 +1,5 @@ +på hjørnet af|pa hjornet af|paa hjornet af +hjørne af|hjorne af +i +og +mellem|mell \ No newline at end of file diff --git a/resources/dictionaries/da/directionals.txt b/resources/dictionaries/da/directionals.txt new file mode 100644 index 0000000..1c25d55 --- /dev/null +++ b/resources/dictionaries/da/directionals.txt @@ -0,0 +1,13 @@ +centrum|c +nordre|ndr +nord|n +nordøst|nø +nordvest|nv +øst|ø|ost|o +østre|ostre +søndre|sondre|sdr +syd|s +sydøst|sø +sydvest|sv +vest|v +vestre \ No newline at end of file diff --git a/resources/dictionaries/da/entrances.txt b/resources/dictionaries/da/entrances.txt new file mode 100644 index 0000000..e278d02 --- /dev/null +++ b/resources/dictionaries/da/entrances.txt @@ -0,0 +1 @@ +indgang \ No newline at end of file diff --git a/resources/dictionaries/da/level_types_basement.txt b/resources/dictionaries/da/level_types_basement.txt new file mode 100644 index 0000000..08e53ae --- /dev/null +++ b/resources/dictionaries/da/level_types_basement.txt @@ -0,0 +1 @@ +kælderen|kaelderen|kl|kld \ No newline at end of file diff --git a/resources/dictionaries/da/level_types_numbered.txt b/resources/dictionaries/da/level_types_numbered.txt new file mode 100644 index 0000000..913d49b --- /dev/null +++ b/resources/dictionaries/da/level_types_numbered.txt @@ -0,0 +1,2 @@ +etage|et|etg +sal \ No newline at end of file diff --git a/resources/dictionaries/da/level_types_standalone.txt b/resources/dictionaries/da/level_types_standalone.txt new file mode 100644 index 0000000..3c5b88f --- /dev/null +++ b/resources/dictionaries/da/level_types_standalone.txt @@ -0,0 +1,2 @@ +stueetage +stuen|st \ No newline at end of file diff --git a/resources/dictionaries/da/near.txt b/resources/dictionaries/da/near.txt new file mode 100644 index 0000000..81b49fb --- /dev/null +++ b/resources/dictionaries/da/near.txt @@ -0,0 +1,14 @@ +i +i nærheden af ​​mig|i naerheden af mig +i nærheden|i naerheden +i nærheden af|i naerheden af +nær|naer +nær her|naer her +nær mig|naer mig +om +omkring her +på|paa +rundt her +tæt på her|taet paa her|taet pa her +tæt på mig|taet paa mig|taet pa mig +tæt ved|taet ved \ No newline at end of file diff --git a/resources/dictionaries/da/number.txt b/resources/dictionaries/da/number.txt new file mode 100644 index 0000000..4916117 --- /dev/null +++ b/resources/dictionaries/da/number.txt @@ -0,0 +1 @@ +nummer|nr|#|№|no \ No newline at end of file diff --git a/resources/dictionaries/da/personal_titles.txt b/resources/dictionaries/da/personal_titles.txt new file mode 100644 index 0000000..9a6e538 --- /dev/null +++ b/resources/dictionaries/da/personal_titles.txt @@ -0,0 +1 @@ +sankt|st|skt \ No newline at end of file diff --git a/resources/dictionaries/da/place_names.txt b/resources/dictionaries/da/place_names.txt new file mode 100644 index 0000000..a0f93d4 --- /dev/null +++ b/resources/dictionaries/da/place_names.txt @@ -0,0 +1,7 @@ +akademi|akad +bro +broen +centralpark +departement|dep +gaard|gård +park \ No newline at end of file diff --git a/resources/dictionaries/da/post_office.txt b/resources/dictionaries/da/post_office.txt new file mode 100644 index 0000000..dac3737 --- /dev/null +++ b/resources/dictionaries/da/post_office.txt @@ -0,0 +1,2 @@ +boks +postboks|pb|post boks|p.b \ No newline at end of file diff --git a/resources/dictionaries/da/staircases.txt b/resources/dictionaries/da/staircases.txt new file mode 100644 index 0000000..412e909 --- /dev/null +++ b/resources/dictionaries/da/staircases.txt @@ -0,0 +1,2 @@ +stiege|stg +trappe \ No newline at end of file diff --git a/resources/dictionaries/da/stopwords.txt b/resources/dictionaries/da/stopwords.txt new file mode 100644 index 0000000..fbda6bf --- /dev/null +++ b/resources/dictionaries/da/stopwords.txt @@ -0,0 +1 @@ +og|& \ No newline at end of file diff --git a/resources/dictionaries/da/street_types.txt b/resources/dictionaries/da/street_types.txt new file mode 100644 index 0000000..be8806e --- /dev/null +++ b/resources/dictionaries/da/street_types.txt @@ -0,0 +1,38 @@ +allé|alle +anlæg|anlaeg +bakken +banen +boulevard +boulevarden +buen +dammen +dossering +gade +gangen +get +grænsen +haven +have +havn +høj|hoj +højen|hojen +holmen +huset +kær|kaer +krænten|kraenten +længen|laengen +marken +park +parken +passagen +plads +siden +stien +stræde|straede +svinget +toften +torv +vangen +varden +vej|v +vænge|vaenge \ No newline at end of file diff --git a/resources/dictionaries/da/synonyms.txt b/resources/dictionaries/da/synonyms.txt new file mode 100644 index 0000000..9dba7e3 --- /dev/null +++ b/resources/dictionaries/da/synonyms.txt @@ -0,0 +1,2 @@ +store|st +gammel|gl \ No newline at end of file diff --git a/resources/dictionaries/da/unit_directions.txt b/resources/dictionaries/da/unit_directions.txt new file mode 100644 index 0000000..cf76530 --- /dev/null +++ b/resources/dictionaries/da/unit_directions.txt @@ -0,0 +1,3 @@ +midt for|m.f|mf|midtfor +til højre|t.h|th +til venstre|t.v|tv \ No newline at end of file diff --git a/resources/dictionaries/da/unit_types_numbered.txt b/resources/dictionaries/da/unit_types_numbered.txt new file mode 100644 index 0000000..386e64c --- /dev/null +++ b/resources/dictionaries/da/unit_types_numbered.txt @@ -0,0 +1,2 @@ +hus +lejlighed|lejl \ No newline at end of file diff --git a/resources/dictionaries/de/academic_degrees.txt b/resources/dictionaries/de/academic_degrees.txt new file mode 100644 index 0000000..a1b4fb6 --- /dev/null +++ b/resources/dictionaries/de/academic_degrees.txt @@ -0,0 +1,5 @@ +diplom ingenieur|dipl ing +diplom kaufmann|dipl kfm +doktor der medizin|dr med +doktor der philosophie|dr phil +magister|mag \ No newline at end of file diff --git a/resources/dictionaries/de/ambiguous_expansions.txt b/resources/dictionaries/de/ambiguous_expansions.txt new file mode 100644 index 0000000..63700fc --- /dev/null +++ b/resources/dictionaries/de/ambiguous_expansions.txt @@ -0,0 +1,18 @@ +& +a +b +ch +d +g +h +i +k +l +n +o +r +s +u +v +w +z \ No newline at end of file diff --git a/resources/dictionaries/de/chains.txt b/resources/dictionaries/de/chains.txt new file mode 100644 index 0000000..2f62238 --- /dev/null +++ b/resources/dictionaries/de/chains.txt @@ -0,0 +1,11 @@ +auto teile unger|a.t.u|atu|a t u +bipa +kik +deutsche post +douglas +hem +kamps +new yorker +reno +star +trafik \ No newline at end of file diff --git a/resources/dictionaries/de/company_types.txt b/resources/dictionaries/de/company_types.txt new file mode 100644 index 0000000..e4f761f --- /dev/null +++ b/resources/dictionaries/de/company_types.txt @@ -0,0 +1,8 @@ +ag|aktiengesellschaft +eingetragener verein|ev|e v +firma|fa +fußball club|fussball club|fc|f c +gmbh|gesellschaft mit beschränkter haftung|gesellschaft mit beschrankter haftung|gesellschaft mit beschraenkter haftung +gesellschaft|ges +kg|kommanditgesellschaft +ohg|offene handelsgesellschaft \ No newline at end of file diff --git a/resources/dictionaries/de/concatenated_prefixes_separable.txt b/resources/dictionaries/de/concatenated_prefixes_separable.txt new file mode 100644 index 0000000..a815678 --- /dev/null +++ b/resources/dictionaries/de/concatenated_prefixes_separable.txt @@ -0,0 +1,17 @@ +hinter +hintere +hinterer +klein +kleine +kleiner +ober +obere +oberen +oberer +unter +untere +unteren +unterer +vorder +vordere +vorderes \ No newline at end of file diff --git a/resources/dictionaries/de/concatenated_suffixes_inseparable.txt b/resources/dictionaries/de/concatenated_suffixes_inseparable.txt new file mode 100644 index 0000000..6f8714c --- /dev/null +++ b/resources/dictionaries/de/concatenated_suffixes_inseparable.txt @@ -0,0 +1,5 @@ +berg|bg. +burg|bg. +dorf|df. +kogel|kg. +universität|uni.|universitat|universitaet \ No newline at end of file diff --git a/resources/dictionaries/de/concatenated_suffixes_separable.txt b/resources/dictionaries/de/concatenated_suffixes_separable.txt new file mode 100644 index 0000000..ee5e8cc --- /dev/null +++ b/resources/dictionaries/de/concatenated_suffixes_separable.txt @@ -0,0 +1,16 @@ +allee +brücke|br.|brucke|bruecke +burgermeister|bgm. +damm +gasse +hof +kreuz|kz. +markt|mkt. +platz|pl. +quelle|qu|q. +rundwanderweg|rww. +siedlung|sdlg. +stiege|stg. +straße|str.|strasse +weg|w. +wiese|ws. \ No newline at end of file diff --git a/resources/dictionaries/de/cross_streets.txt b/resources/dictionaries/de/cross_streets.txt new file mode 100644 index 0000000..cf899aa --- /dev/null +++ b/resources/dictionaries/de/cross_streets.txt @@ -0,0 +1,5 @@ +an der ecke von +ecke von +in +und +zwischen|zn \ No newline at end of file diff --git a/resources/dictionaries/de/directionals.txt b/resources/dictionaries/de/directionals.txt new file mode 100644 index 0000000..bffe95c --- /dev/null +++ b/resources/dictionaries/de/directionals.txt @@ -0,0 +1,41 @@ +nord|n +norden +nördlich|nördl|nordl|nordlich|noerdlich +nördliche|nordliche|noerdliche +nördlicher|nordlicher|noerdlicher +nördliches|nordliches|noerdliches +nordost|no +nordosten +nordöstlich|nordostlich|nordoestlich +nordwest|nw +nordwestliche +ost|o +osten +östlich|östl|ostlich|ostl|oestlich +östliche|ostliche|oestliche +östlicher|ostlicher|oestlicher +östliches|ostliches|oestliches +süd|s|sud|sued +süden|suden|sueden +südlich|südl|sudl|sudlich|suedlich +südliche|sudliche|suedliche +südlicher|sudlicher|suedlicher +südliches|sudliches|suedliches +südost|so|sudost|suedost +südosten|sudosten|suedosten +südöstlich|sudostlich|suedoestlich +südöstliche|sudostliche|suedoestliche +südöstlicher|sudostlicher|suedoestlicher +südöstliches|sudostliches|suedoestliches +südwest|sw|sudwest|suedwest +südwesten|sudwesten|suedwesten +südwestlich|sudwestlich|suedwestlich +südwestliche|sudwestliche|suedwestliche +südwestlicher|sudwestlicher|suedwestlicher +südwestliches|sudwestliches|suedwestliches +west|w +westen +westlich|westl +westliche +westlicher +westliches \ No newline at end of file diff --git a/resources/dictionaries/de/entrances.txt b/resources/dictionaries/de/entrances.txt new file mode 100644 index 0000000..06f2e51 --- /dev/null +++ b/resources/dictionaries/de/entrances.txt @@ -0,0 +1 @@ +eingang \ No newline at end of file diff --git a/resources/dictionaries/de/house_numbers.txt b/resources/dictionaries/de/house_numbers.txt new file mode 100644 index 0000000..71451e9 --- /dev/null +++ b/resources/dictionaries/de/house_numbers.txt @@ -0,0 +1 @@ +konskriptionsnummer|konskr. nr|konskr nr|konskr.nr \ No newline at end of file diff --git a/resources/dictionaries/de/level_types_basement.txt b/resources/dictionaries/de/level_types_basement.txt new file mode 100644 index 0000000..1e552a0 --- /dev/null +++ b/resources/dictionaries/de/level_types_basement.txt @@ -0,0 +1 @@ +untergeschoss|ug|u g \ No newline at end of file diff --git a/resources/dictionaries/de/level_types_numbered.txt b/resources/dictionaries/de/level_types_numbered.txt new file mode 100644 index 0000000..535d0b4 --- /dev/null +++ b/resources/dictionaries/de/level_types_numbered.txt @@ -0,0 +1,3 @@ +etage +obergeschoss|og|o g +stock \ No newline at end of file diff --git a/resources/dictionaries/de/level_types_standalone.txt b/resources/dictionaries/de/level_types_standalone.txt new file mode 100644 index 0000000..8e5c96b --- /dev/null +++ b/resources/dictionaries/de/level_types_standalone.txt @@ -0,0 +1,4 @@ +erdgeschoss|eg|e g +oberste etage +parkdeck +unterste etage \ No newline at end of file diff --git a/resources/dictionaries/de/near.txt b/resources/dictionaries/de/near.txt new file mode 100644 index 0000000..39377d2 --- /dev/null +++ b/resources/dictionaries/de/near.txt @@ -0,0 +1,16 @@ +bei +hier in der nähe|hier in der nahe|hier in der naehe +hier in der gegend +in +in der nähe|in der nahe|in der naehe +in der nähe hier|in der nahe hier|in der naehe hier +in der nähe von|in der nahe von|in der naehe von +in meiner nähe|in meiner nahe|in meiner naehe +in der nähe zu mir|in der nahe zu mir|in der naehe zu mir +im +nah +nähe|nahe|naehe +nahe an +um +nähe|nahe|naehe +nahe gelegen \ No newline at end of file diff --git a/resources/dictionaries/de/number.txt b/resources/dictionaries/de/number.txt new file mode 100644 index 0000000..4916117 --- /dev/null +++ b/resources/dictionaries/de/number.txt @@ -0,0 +1 @@ +nummer|nr|#|№|no \ No newline at end of file diff --git a/resources/dictionaries/de/personal_suffixes.txt b/resources/dictionaries/de/personal_suffixes.txt new file mode 100644 index 0000000..8aa1fd7 --- /dev/null +++ b/resources/dictionaries/de/personal_suffixes.txt @@ -0,0 +1,2 @@ +der jungere +der altere \ No newline at end of file diff --git a/resources/dictionaries/de/personal_titles.txt b/resources/dictionaries/de/personal_titles.txt new file mode 100644 index 0000000..a7b1ad9 --- /dev/null +++ b/resources/dictionaries/de/personal_titles.txt @@ -0,0 +1,18 @@ +doktor|dr +bürgermeister|buergermeister|burgermeister|bgm +direktor|dir +frau|fr +fraulein|fri +heilige|hl +heiliger +heiliges +herr|hr +herrn|hrn +ingnieur|ing +kapitanleutnant|ka leut +mitglied des bundestages|mdb +mitglied des landtages|mdl +oberburgermeister|ob|obgm +pater +professor|prof +sankt|st|skt \ No newline at end of file diff --git a/resources/dictionaries/de/place_names.txt b/resources/dictionaries/de/place_names.txt new file mode 100644 index 0000000..96ac567 --- /dev/null +++ b/resources/dictionaries/de/place_names.txt @@ -0,0 +1,123 @@ +abteilung|abt +altersheim +altstoffsammelzentrum|asz|a s z +apotheke +arzt +allgemeiner deutscher automobil club|adac|a d a c +auswartiges amt|aa|a a +bahnhof +bank +bar +bauernhof +botschaft +bücherei|bucherei|buecherei +bundesgymnasium|bg|b g +bundesrealgymnasium|brg|b r g +bunker +büro|buro|buero +bustenhalter|bh +busbahnhof +café|cafe +casino +denkmal|dkm +deutsche bahn|db|d b +deutscher alpenverein|dav|d a v +einkaufszentrum +eisdiele +fabrik|fb +fachhochschule|fh +fähranlegestelle|fahranlegestelle|faehranlegestelle +fahrschule +flughafen +freiwillige feuerwehr|ff +feuerwehr +gasthaus|gh +gaststätte|gaststatte|gaststaette +gasthof|ghf +gefängnis|gefangnis|gefaengnis +gemeinschaftszentrum +gemeindezentrum +geschäft|geschaft|geschaeft +geselligkeitsverein +gesundheitszentrum +gericht +grundschule +hafen +halle +haus +handelsakademie|hak +handelsschule|hasch +hauptbahnhof|hbf +hochschule +höhle|hohle +höhere technische lehranstalt|htl|hohere technische lehranstalt|hoehere technische lehranstalt|h t l +hörsäle|horsale|hoersaele +hotel +hütte|hutte|huette|htt +imbiss +jagdhaus +jagdhutte|jhtt +jugendzentrum +jungenherberge|jh|j h +kaffee +kampfsport +kantine +kapelle|kap|kpl +kindergarten +kinderkrippe +kino +kirche +kläranlage|ka|klaranlage|klaeranlage +kneipe +konzentrationslager|kz|kl +krankenhaus +kulturzentrum +magistratsabteilung|ma +markt|mkt +marktplatz|markt platz|markt pl|mkt pl|marktpl +nachtklub +nationalpark|np|national park +naturschutzgebiet|nsg +neue mittelschule|nms +öffentlicher markt|öffentlicher mkt|offentlicher markt|offentlicher mkt|oeffentlicher markt|oeffentlicher mkt +padagogische hochschule|ph +park +parkplatz +pflegeheim +polizei +postamt +rathaus +recyclingeinrichtung +resevoir|res +restaurant +ruine +ruinen +sauna +schloss|schl +schnellimbiss +schule +schutzhütte|schutzhutte|schutzhuette +spital +sportplatz|sport platz|sport pl|sportpl +springbrunnen +stadion +steinbruch|stb +studentenwohnheim +studio +supermarkt|super markt|supermkt|super mkt +technische universität|tu|t u|technische universitat|technische universitaet +theater +tierarzt +truppenubüngsplatz|tüpl|tupl|truppenubungsplatz|truppenubuengsplatz +turnhalle +universität|uni|universitat|universitaet +universitätsbibliothek|ub|u b|universitatsbibliothek|universitaetsbibliothek +verein +volksschule|vs +vorschule +wald +warenhäuser|warenhauser|warenhaeuser +wasserfall|wsf|wssf +wechselstube +wirtshaus|wh +zahnarzt \ No newline at end of file diff --git a/resources/dictionaries/de/post_office.txt b/resources/dictionaries/de/post_office.txt new file mode 100644 index 0000000..c4a99de --- /dev/null +++ b/resources/dictionaries/de/post_office.txt @@ -0,0 +1 @@ +postfach|pf \ No newline at end of file diff --git a/resources/dictionaries/de/qualifiers.txt b/resources/dictionaries/de/qualifiers.txt new file mode 100644 index 0000000..03b3db9 --- /dev/null +++ b/resources/dictionaries/de/qualifiers.txt @@ -0,0 +1,3 @@ +bezirk|bez +gemeinde|gde +hauptstadt|hptst \ No newline at end of file diff --git a/resources/dictionaries/de/staircases.txt b/resources/dictionaries/de/staircases.txt new file mode 100644 index 0000000..29f6950 --- /dev/null +++ b/resources/dictionaries/de/staircases.txt @@ -0,0 +1,2 @@ +stiege|stg +treppe \ No newline at end of file diff --git a/resources/dictionaries/de/stopwords.txt b/resources/dictionaries/de/stopwords.txt new file mode 100644 index 0000000..a6fe048 --- /dev/null +++ b/resources/dictionaries/de/stopwords.txt @@ -0,0 +1,39 @@ +am +an +an der|a.d.|a.d|a d +auf +auf der|a.d.|a.d|a d +bei|b +beim +bis +das +de +dem +den +der +des +die +du +fur +gegenuber +im|i +in|i +in der|i.d.|i.d|i d +mit +nach +nachst +neben +ob|o +oder|od +uber +und|& +unter +vor|v +von|v +von der|v.d.|v.d|v d +zu +zu der +zur +zu dem +zwischen +zum|z \ No newline at end of file diff --git a/resources/dictionaries/de/street_types.txt b/resources/dictionaries/de/street_types.txt new file mode 100644 index 0000000..c1b3fd5 --- /dev/null +++ b/resources/dictionaries/de/street_types.txt @@ -0,0 +1,36 @@ +allee|a|al +autobahn +bach +bad +bahnhof|bhf|bf +boulevard|bd +brücke|br|brucke|bruecke +bühl|buhl|buehl +chaussee|ch +damm|d +forsthaus|fh +gasse|g +graben|gr +großser|grosser +große|grosse|gr|g +großes|grosses +heiligen +hof|h +kamp|k +obere|ob +oberer|ob +oberes +pfad +platz|pl +quelle|qu +rundwanderweg|rww +siedlung|sdlg +steg +stiege|stg +straße|str|strasse +ufer +untere|u +unterer +unteres +weg|w +wiese|ws \ No newline at end of file diff --git a/resources/dictionaries/de/synonyms.txt b/resources/dictionaries/de/synonyms.txt new file mode 100644 index 0000000..7e14870 --- /dev/null +++ b/resources/dictionaries/de/synonyms.txt @@ -0,0 +1,16 @@ +deutsch|dt +ehemalige|ehem +gebruder|gebr +haltestelle|hst +hinter|hint|ht +internationale|int +kleine|kl +kleiner|kl +kleines|kl +kogel|kg +niedere|nd +rhein|rh +see|s +spitze|sp +vordere|vd|vord +wiese|ws \ No newline at end of file diff --git a/resources/dictionaries/de/toponyms.txt b/resources/dictionaries/de/toponyms.txt new file mode 100644 index 0000000..777a73d --- /dev/null +++ b/resources/dictionaries/de/toponyms.txt @@ -0,0 +1,28 @@ +bayerisch|bayer +bayerische|bayer +bayerischer|bayer +bayerisches|bayer +burgenländ|burgenlaend|burgenland|bgld +burgenländische|burgenlaendische|burgenlandische +deutsche|dt +deutscher|dt +deutsches|dt +niederösterreich|nö|niederoesterreich|niederosterreich +niederösterreichisch|niederosterreichisch|niederoesterreichisch +niederösterreichische|niederosterreichische|niederoesterreichische +niederösterreichischer|niederosterreichischer|niederoesterreichischer +niederösterreichisches|niederosterreichisches|niederoesterreichisches +oberösterreich|oö|oberoesterreich|oberosterreich +oberösterreichisch|oberosterreichisch|oberoesterreichisch +oberösterreichische|oberosterreichische|oberoesterreichische +oberösterreichischer|oberosterreichischer|oberoesterreichischer +oberösterreichisches|oberosterreichisches|oberoesterreichisches +österreich|österr|oesterr|osterr|öst. +österreichisch|osterreichisch|oesterreichisch +österreichische|osterreichische|oesterreichische +österreichischer|osterreichischer|oesterreichischer +österreichisches|osterreichisches|oesterreichisches +österreichischer alpenverein|öav|oav|osterreichischer alpenverein|oesterreichischer alpenverein +österreichischer gebirgsverein|ögb|ogb|osterreichischer gebirgsverein|oesterreichischer gebirgsverein +österreichischer touristenklub|ötk|otk|osterreichischer touristenklub|oesterreichischer touristenklub +wiener|wr \ No newline at end of file diff --git a/resources/dictionaries/de/unit_directions.txt b/resources/dictionaries/de/unit_directions.txt new file mode 100644 index 0000000..f5a2dd1 --- /dev/null +++ b/resources/dictionaries/de/unit_directions.txt @@ -0,0 +1,2 @@ +links|l +rechts|r \ No newline at end of file diff --git a/resources/dictionaries/de/unit_types_numbered.txt b/resources/dictionaries/de/unit_types_numbered.txt new file mode 100644 index 0000000..953c471 --- /dev/null +++ b/resources/dictionaries/de/unit_types_numbered.txt @@ -0,0 +1,7 @@ +appartement|apt|app +büro|buro|buero +haus +top +wohnung|whg|w|/ w|/ / w +wohnungsnummer +zimmer|zi \ No newline at end of file diff --git a/resources/dictionaries/el/ambiguous_expansions.txt b/resources/dictionaries/el/ambiguous_expansions.txt new file mode 100644 index 0000000..234126b --- /dev/null +++ b/resources/dictionaries/el/ambiguous_expansions.txt @@ -0,0 +1 @@ +el \ No newline at end of file diff --git a/resources/dictionaries/el/building_types.txt b/resources/dictionaries/el/building_types.txt new file mode 100644 index 0000000..1b0bdc0 --- /dev/null +++ b/resources/dictionaries/el/building_types.txt @@ -0,0 +1,2 @@ +κτίριο|κτιριο|κτ +ktírio|ktirio|kt \ No newline at end of file diff --git a/resources/dictionaries/el/entrances.txt b/resources/dictionaries/el/entrances.txt new file mode 100644 index 0000000..473d0fa --- /dev/null +++ b/resources/dictionaries/el/entrances.txt @@ -0,0 +1,2 @@ +είσοδος|εισοδος +eísodos|eisodos \ No newline at end of file diff --git a/resources/dictionaries/el/given_names.txt b/resources/dictionaries/el/given_names.txt new file mode 100644 index 0000000..5a8224e --- /dev/null +++ b/resources/dictionaries/el/given_names.txt @@ -0,0 +1,6 @@ +αλέξανδρου|αλεξανδρου|αλ +aléxandrou|alexandrou|al +γρηγορίου|γρηγοριου|γρ +grigoríou|grigoriou|gr +κωνσταντίνου|κωνσταντινου|κων / νου +konstantínou|konstantinou|kon / nou \ No newline at end of file diff --git a/resources/dictionaries/el/level_types_basement.txt b/resources/dictionaries/el/level_types_basement.txt new file mode 100644 index 0000000..45a34df --- /dev/null +++ b/resources/dictionaries/el/level_types_basement.txt @@ -0,0 +1,2 @@ +υπόγειο|υπογειο +ypógeio|ypogeio \ No newline at end of file diff --git a/resources/dictionaries/el/level_types_mezzanine.txt b/resources/dictionaries/el/level_types_mezzanine.txt new file mode 100644 index 0000000..2110eb7 --- /dev/null +++ b/resources/dictionaries/el/level_types_mezzanine.txt @@ -0,0 +1,2 @@ +ημιώροφος|ημιωροφος +imiórofos|imiorofos \ No newline at end of file diff --git a/resources/dictionaries/el/level_types_numbered.txt b/resources/dictionaries/el/level_types_numbered.txt new file mode 100644 index 0000000..2f20d65 --- /dev/null +++ b/resources/dictionaries/el/level_types_numbered.txt @@ -0,0 +1,2 @@ +όροφος|οροφος +órofos|orofos \ No newline at end of file diff --git a/resources/dictionaries/el/level_types_standalone.txt b/resources/dictionaries/el/level_types_standalone.txt new file mode 100644 index 0000000..6b3ca4c --- /dev/null +++ b/resources/dictionaries/el/level_types_standalone.txt @@ -0,0 +1,2 @@ +ισόγειο|ισογειο +isógeio|isogelo \ No newline at end of file diff --git a/resources/dictionaries/el/personal_titles.txt b/resources/dictionaries/el/personal_titles.txt new file mode 100644 index 0000000..c6b2215 --- /dev/null +++ b/resources/dictionaries/el/personal_titles.txt @@ -0,0 +1,12 @@ +αγίου|αγιου|αγ +agiou|ag +αγίας|αγιας|αγ +agías|agias|ag +αγίων|αγιων|αγ +agíon|agion|ag +βασιλέως|βασιλεως|β|βασ +vasiléos|vasileos|v|vas +βασιλίσσης|βασιλισσης|β|βασ +vasilíssis|vasilissis|v|vas +στρατηγού|στρατηγου|στρ +stratigoú|stratigou|str \ No newline at end of file diff --git a/resources/dictionaries/el/place_names.txt b/resources/dictionaries/el/place_names.txt new file mode 100644 index 0000000..82150fa --- /dev/null +++ b/resources/dictionaries/el/place_names.txt @@ -0,0 +1,18 @@ +ανώτατο τεχνολογικό εκπαιδευτικό ίδρυμα|ανωτατο τεχνολογικο εκπαιδευτικο ιδρυμα|ατει +anótato technologikó ekpaideftikó ídryma|anotato technologiko ekpaideftiko idryma|atei +αστυνομικό τμήμα|αστυνομικο τμημα|ατ +astynomikó tmíma|astynomiko tmima|at +δημοτικό σχολείο|δημοτικο σχολειο|δσ +dimotikó scholeío|dimotiko scholeio|ds +ελληνικά ταχυδρομεία|ελληνικα ταχυδρομεια|ελτα +elliniká tachydromeía|ellinika tachydromeia|elta +ιερά μονή|ιερα μονη|ι.μ.|ι.μ|ι μ +ierá moní|iera moni|i.m.|i.m|i m +ιερός ναός|ιερος ναος|ι.ν.|ι.ν|ι ν +ierós naós|ieros naos|i.n.|i.n|i n +πανεπιστήμιο|πανεπιστημιο|αει|παν +panepistímio|panepistimio|aei|pan +πολυτεχνείου|πολυτεχνειου +polytechneíou|polytechneiou +τεχνολογικό εκπαιδευτικό ίδρυμα|τεχνολογικο εκπαιδευτικο ιδρυμα|τει +technologikó ekpaideftikó ídryma|technologiko ekpaideftiko idryma|tei \ No newline at end of file diff --git a/resources/dictionaries/el/post_office.txt b/resources/dictionaries/el/post_office.txt new file mode 100644 index 0000000..c3addb3 --- /dev/null +++ b/resources/dictionaries/el/post_office.txt @@ -0,0 +1,2 @@ +ταχυδρομική θυρίδα|τ.θ|τθ|τ θ|ταχυδρομικη θυριδα +tachydromikí thyrída|t.th|tth|t thtachydromiki thyrida \ No newline at end of file diff --git a/resources/dictionaries/el/postcodes.txt b/resources/dictionaries/el/postcodes.txt new file mode 100644 index 0000000..7e7fef9 --- /dev/null +++ b/resources/dictionaries/el/postcodes.txt @@ -0,0 +1,2 @@ +ταχυδρομικός κώδικας|ταχυδρομικος κωδικας|τ.κ|τκ +ταχυδρομικός τομέας|ταχυδρομικος τομεας|τ.τ|ττ \ No newline at end of file diff --git a/resources/dictionaries/el/qualifiers.txt b/resources/dictionaries/el/qualifiers.txt new file mode 100644 index 0000000..d3f5681 --- /dev/null +++ b/resources/dictionaries/el/qualifiers.txt @@ -0,0 +1,6 @@ +δήμος|δημος|δ +dímos|dimos|d +νησί|νησι|ν +nisí|nisi|n +νομός|νομος|ν +nomós|nomos|n \ No newline at end of file diff --git a/resources/dictionaries/el/staircases.txt b/resources/dictionaries/el/staircases.txt new file mode 100644 index 0000000..6a2c11d --- /dev/null +++ b/resources/dictionaries/el/staircases.txt @@ -0,0 +1,2 @@ +σκάλα|σκαλα +skála|skala \ No newline at end of file diff --git a/resources/dictionaries/el/street_types.txt b/resources/dictionaries/el/street_types.txt new file mode 100644 index 0000000..d51c6ef --- /dev/null +++ b/resources/dictionaries/el/street_types.txt @@ -0,0 +1,6 @@ +οδός +odós|odos|odhos +λεωφόρος|λεωφορος|λ|λεωφ +leofóros|leoforos|l|leof +πλατεία|πλατεια|πλ +plateía|plateia|pl \ No newline at end of file diff --git a/resources/dictionaries/el/synonyms.txt b/resources/dictionaries/el/synonyms.txt new file mode 100644 index 0000000..1193ce4 --- /dev/null +++ b/resources/dictionaries/el/synonyms.txt @@ -0,0 +1,41 @@ +αδελφοί|αφοί|αδελφοί|αδελφοι|αφοι +adelfoí|adelfoi +αδελφών|αφών|αδελφων|αφων +adelfón|adelfon +εθνική|εθνικη|εθν +ethnikí|ethniki|ethn +εθνικής|εθνικης|εθν +ethnikís|ethnikis|ethn +εθνάρχου|εθναρχου|εθν +ethnárchou|ethnarchou|ethn +ελευθερίου|ελευθεριου|ελ +eleftheríou|eleftheriou|el +ελευθέριος|ελευθεριος|ελ +elefthérios|eleftherior|el +λίμνη|λιμνη|λ +límni|limni|l +νέα|νεα|ν +néa|nea|n +νέες|νεες|ν +nées|nees|n +νέα|νεα|ν +néa|nea|n +νέο|νεο|ν +néo|neo|n +νέοι|νεοι|ν +néoi|neoi|n +νησί|νησι|ν +όρος|ορος|όρ|ορ +óros|oros|ór|or +παλαιά|παλαια +palaiá|palaia|p +παλαιές|παλαιες +palaiés|palaies|p +παλαιό|παλαιο +palaió|palaio|p +παλαιοί|παλαιοι +palaioí|palaioi|p +παλαιός|παλαιος +palaiós|palaios|p +ποταμός|ποταμος|π|ποτ +potamós|potamos|p|pot \ No newline at end of file diff --git a/resources/dictionaries/el/toponyms.txt b/resources/dictionaries/el/toponyms.txt new file mode 100644 index 0000000..3e485e8 --- /dev/null +++ b/resources/dictionaries/el/toponyms.txt @@ -0,0 +1,3 @@ +θεσσαλονίκης|θεσσαλονικης|θεσ / νίκης|θεσ / νικης +thessaloníkis|thessalonikis|thes / níkis|thes / nikis +thessaloniki|thes / niki \ No newline at end of file diff --git a/resources/dictionaries/el/unit_types_numbered.txt b/resources/dictionaries/el/unit_types_numbered.txt new file mode 100644 index 0000000..ca566cb --- /dev/null +++ b/resources/dictionaries/el/unit_types_numbered.txt @@ -0,0 +1,6 @@ +διαμέρισμα|διαμερισμα +diamérisma|diamerisma +δωμάτιο|δωματιο +domátio|domatio +γραφείου|γραφειου +grafeíou|grafeiou \ No newline at end of file diff --git a/resources/dictionaries/en/academic_degrees.txt b/resources/dictionaries/en/academic_degrees.txt new file mode 100644 index 0000000..560a596 --- /dev/null +++ b/resources/dictionaries/en/academic_degrees.txt @@ -0,0 +1,27 @@ +attorney|atty|attorney at law|atty at law +bachelor of arts|ba|b a|bachelor of art +bachelor of sciences|bs|b s|bachelor of science +esquire|esq +juris doctor|jd|j d +doctor of philosophy|phd|ph d|d phil +master of business administration|mba|m b a +master of science|ms|m s +bachelor of laws|llb|ll b +master of arts|ma|m a +doctor of divinity|dd|d d +master of fine arts|mfa|m f a|master in arts +medical doctor|md|m d|doctor of medicine +doctor of science|scd|sc d|d sc|dsc +master of laws|llm|ll m +doctor of letters|dlitt|d litt|d lit|litt d|lit d +master of public administration|mpa|m p a|m p adm +master of public policy|mpp|m p p +bachelor of education|b ed +master of education|m ed|mse|ms ed|m s ed|m s e +doctor of laws|lld|ll d|legum doctor +master of philosophy|m phil|mphil|ph m|phm +doctor of theology|th d|d th +master of engineering|m eng +registered nurse|rn +doctor of osteopathic medicine|d.o +doctor of pharmacy|pharm d|pharmd \ No newline at end of file diff --git a/resources/dictionaries/en/ambiguous_expansions.txt b/resources/dictionaries/en/ambiguous_expansions.txt new file mode 100644 index 0000000..06ffe3b --- /dev/null +++ b/resources/dictionaries/en/ambiguous_expansions.txt @@ -0,0 +1,178 @@ +& +a +aat +act +ab +abby +ak +al +alee +ally +aly +ar +az +ant +app +apt +arc +art +arty +b +ba +bc +bot +byp +byu +c +ca +carp +cause +ce +co +col +con +coop +cor +cowy +ct +de +dc +div +divers +d +doc +dup +e +elb +ex +f +fit +fl +form +fry +g +ga +gen +gra +h +hi +hon +i +id +il +imp +in +ia +is +j +jbt +k +ks +ky +l +la +lit +low +lynn +m +ma +me +mb +md +mem +mi +miss +mid +mil +mun +mn +mr +ms +mo +mt +n +nb +nc +nd +ne +nh +nj +nl +nm +no +ns +nsw +nu +nt +nw +nwt +nv +ny +o +oh +on +ok +or +out +p +pa +pass +pe +pei +plat +pur +q +qc +qld +quad +r +ra +ran +rep +reps +rev +ri +ro +row +rowy +s +sa +sc +sd +se +sec +sect +sen +sh +shun +sk +sw +t +tas +thick +thro +tn +tri +tx +tun +u +up +ut +un +v +va +via +vic +vill +vis +vt +w +wa +wv +wi +wy +wyn +x +y +yt +z \ No newline at end of file diff --git a/resources/dictionaries/en/building_types.txt b/resources/dictionaries/en/building_types.txt new file mode 100644 index 0000000..77e65f9 --- /dev/null +++ b/resources/dictionaries/en/building_types.txt @@ -0,0 +1,19 @@ +annex|anex|annx|anx +annexe +building|bdg|bld|bldg|blg +bungalow|bongalow|bunglow|bungalo|bngw|bnglw +cabin|cabn +cottage|ctg|ctge +duplex|dup|dupl +factory|fcty|fty|fy +farm|frm +garage|grge +house|hse|hous|hs|ho +maisonette|msnt +reserve|rsve|rsrv|rsv +shed|shd +tower|twr +townhouse|tnhs +trailer|trlr +villa|vlla|vl +warehouse|we|whs diff --git a/resources/dictionaries/en/chains.txt b/resources/dictionaries/en/chains.txt new file mode 100644 index 0000000..c2b312f --- /dev/null +++ b/resources/dictionaries/en/chains.txt @@ -0,0 +1,6 @@ +coral +iceland +metro +premier +united states post office|us post office|u.s post office|u s post office|united states post offices|us post offices|u.s post offices|u s post offices +united states postal service|us postal service|u.s postal service|u s postal service|usps|u.s.p.s|u s p s \ No newline at end of file diff --git a/resources/dictionaries/en/company_types.txt b/resources/dictionaries/en/company_types.txt new file mode 100644 index 0000000..5d2f36f --- /dev/null +++ b/resources/dictionaries/en/company_types.txt @@ -0,0 +1,61 @@ +associates|assoc +association|assoc +bank +b corporation|b corp|bcorp +charitable incorporated organization|cio|c i o +chartered +close corporation|cc +company|co +and company|& company|and co|& co +community interest company|cic|c i c +cooperative|coop|co op +corporation|corp +doing business as|d / b / a|dba|d b a +economic development corporation|edc|e d c +enterprise|ent +european economic interest grouping|eeig|e e i g +exempted limited partnership|elp|e l p +federal credit union +federal savings bank +football club|fc|f c +foundation +fund +general patnership|gp|g p +hindu undivided family|huf|h u f +incorporated|inc +international business company|ibc|i b c +intermediary|nt|n t +investment company with variable capital|icvc|i c v c +joint venture +limited|ltd +limited by guarantee|ltd gte|ltd / gte +limited company|lc|l c|ltd co +limited duration company|ldc|l d c +limited liability company|llc|l l c|ltd liability company|ltd liability co +limited liability limited partnership|lllp|l l l p +limited liability partnership|llp|l l p +limited partnership|lp|l p +look through company|look through co|lookthrough company|lookthrough co|ltc +national association|na|n a|nat assoc|natl assoc +national trust and savings association|national trust & savings association|nt & sa|nt and sa|nt sa|ntsa +no liability|nl|n l +nonprofit|non profit +open ended investment company|oeic|o e i c +private limited company|pvt ltd +professional limited liability company|pllc|p l l c +professional service corporation|psc|p s c +proprietary|pty +proprietary limited|pty ltd +public limited company|plc|p l c|pc ltd|prc|pr c +public sector unit|psu|p s u|public sector enterprise|pse|p s e +s corporation|s corp|scorp +sole proprietorship|sp|s p +european cooperative society|societa cooperativa europaea|sce +european company|societa europaea|se|s e +european private company|societa privata europaea|spe|s p e +single member company|sme pvt|sme ltd +society|soc +trust +undertakings for collective onvestment in transferable securities|ucits|u c i t s +unlimited|ultd|unltd +union \ No newline at end of file diff --git a/resources/dictionaries/en/cross_streets.txt b/resources/dictionaries/en/cross_streets.txt new file mode 100644 index 0000000..894a7ae --- /dev/null +++ b/resources/dictionaries/en/cross_streets.txt @@ -0,0 +1,9 @@ +& +and +@ +at +at the corner of|at the cnr of +corner|cnr +corner of|cnr of +between|betw|btwn|btw|btween|b / t +x \ No newline at end of file diff --git a/resources/dictionaries/en/directionals.txt b/resources/dictionaries/en/directionals.txt new file mode 100644 index 0000000..880da33 --- /dev/null +++ b/resources/dictionaries/en/directionals.txt @@ -0,0 +1,20 @@ +center|c|ctr +central|c|cn|ctrl|cntrl +centre|c|ctr +east|e +eastern|eastrn|estrn|estn +lower|lowr|lwr +middle|mdl|midle|mddl +north|n|n.|nrt|nrth|nth|norh|nort|no +northeast|north east|northe|north e|neast|n east|ne|n e|nrteast|nrt east|nrte|nrt e|nrtheast|nrth east|nrthe|nrth e|ntheast|nth east|nthe|nth e|norheast|norh east|norhe|norh e|norteast|nort east|norte|nort e +northeastern|north eastern|northeastrn|north eastrn|northestrn|north estrn|northestn|north estn|neastern|n eastern|neastrn|n eastrn|nestrn|n estrn|nestn|n estn|nrteastern|nrt eastern|nrteastrn|nrt eastrn|nrtestrn|nrt estrn|nrtestn|nrt estn|nrtheastern|nrth eastern|nrtheastrn|nrth eastrn|nrthestrn|nrth estrn|nrthestn|nrth estn|ntheastern|nth eastern|ntheastrn|nth eastrn|nthestrn|nth estrn|nthestn|nth estn|norheastern|norh eastern|norheastrn|norh eastrn|norhestrn|norh estrn|norhestn|norh estn|norteastern|nort eastern|norteastrn|nort eastrn|nortestrn|nort estrn|nortestn|nort estn +northwest|north west|northw|north w|northwst|north wst|nwest|n west|nw|n w|nwst|n wst|nrtwest|nrt west|nrtw|nrt w|nrtwst|nrt wst|nrthwest|nrth west|nrthw|nrth w|nrthwst|nrth wst|nthwest|nth west|nthw|nth w|nthwst|nth wst|norhwest|norh west|norhw|norh w|norhwst|norh wst|nortwest|nort west|nortw|nort w|nortwst|nort wst +northwestern|north western|northwestrn|north westrn|northwstrn|north wstrn|northwstn|north wstn|nwestern|n western|nwestrn|n westrn|nwstrn|n wstrn|nwstn|n wstn|nrtwestern|nrt western|nrtwestrn|nrt westrn|nrtwstrn|nrt wstrn|nrtwstn|nrt wstn|nrthwestern|nrth western|nrthwestrn|nrth westrn|nrthwstrn|nrth wstrn|nrthwstn|nrth wstn|nthwestern|nth western|nthwestrn|nth westrn|nthwstrn|nth wstrn|nthwstn|nth wstn|norhwestern|norh western|norhwestrn|norh westrn|norhwstrn|norh wstrn|norhwstn|norh wstn|nortwestern|nort western|nortwestrn|nort westrn|nortwstrn|nort wstrn|nortwstn|nort wstn +south|s|so|sth +southeast|south east|southe|south e|seast|s east|se|s e|soeast|so east|so e|stheast|sth east|sthe|sth e +southeastern|south eastern|southeastrn|south eastrn|southestrn|south estrn|southestn|south estn|seastern|s eastern|seastrn|s eastrn|sestrn|s estrn|sestn|s estn|soeastern|so eastern|soeastrn|so eastrn|soestrn|so estrn|soestn|so estn|stheastern|sth eastern|stheastrn|sth eastrn|sthestrn|sth estrn|sthestn|sth estn +southwest|south west|southw|south w|southwst|south wst|swest|s west|sw|s w|swst|s wst|sowest|so west|so w|sowst|so wst|sthwest|sth west|sthw|sth w|sthwst|sth wst +southwestern|south western|southwestrn|south westrn|southwstrn|south wstrn|southwstn|south wstn|swestern|s western|swestrn|s westrn|swstrn|s wstrn|swstn|s wstn|sowestern|so western|sowestrn|so westrn|sowstrn|so wstrn|sowstn|so wstn|sthwestern|sth western|sthwestrn|sth westrn|sthwstrn|sth wstrn|sthwstn|sth wstn +upper|uppr|upr|up +west|w|wst +western|westrn|wstrn|wstn \ No newline at end of file diff --git a/resources/dictionaries/en/entrances.txt b/resources/dictionaries/en/entrances.txt new file mode 100644 index 0000000..4368716 --- /dev/null +++ b/resources/dictionaries/en/entrances.txt @@ -0,0 +1 @@ +entrance|entr|ent \ No newline at end of file diff --git a/resources/dictionaries/en/given_names.txt b/resources/dictionaries/en/given_names.txt new file mode 100644 index 0000000..1be1e3a --- /dev/null +++ b/resources/dictionaries/en/given_names.txt @@ -0,0 +1,2 @@ +robert|robt +william|wm \ No newline at end of file diff --git a/resources/dictionaries/en/level_types_basement.txt b/resources/dictionaries/en/level_types_basement.txt new file mode 100644 index 0000000..34d55d0 --- /dev/null +++ b/resources/dictionaries/en/level_types_basement.txt @@ -0,0 +1 @@ +basement|bsm|bsmt|bsmnt|basement|bsment \ No newline at end of file diff --git a/resources/dictionaries/en/level_types_mezzanine.txt b/resources/dictionaries/en/level_types_mezzanine.txt new file mode 100644 index 0000000..aa8cbaa --- /dev/null +++ b/resources/dictionaries/en/level_types_mezzanine.txt @@ -0,0 +1,5 @@ +mezzanine|mezz +mezzanine floor|mezz fl|mezz floor +mezzanine level|mezz lvl|mezz level +lower mezzanine|lower mezz|lwr mezz +upper mezzanine|upper mezz|uppr mezz|upr mezz \ No newline at end of file diff --git a/resources/dictionaries/en/level_types_numbered.txt b/resources/dictionaries/en/level_types_numbered.txt new file mode 100644 index 0000000..526d178 --- /dev/null +++ b/resources/dictionaries/en/level_types_numbered.txt @@ -0,0 +1,4 @@ +floor|fl|flr|/ f +level|lev|levl|lvel|lvl|l|/ l +platform|pf +storey \ No newline at end of file diff --git a/resources/dictionaries/en/level_types_standalone.txt b/resources/dictionaries/en/level_types_standalone.txt new file mode 100644 index 0000000..bc00eef --- /dev/null +++ b/resources/dictionaries/en/level_types_standalone.txt @@ -0,0 +1,12 @@ +ground|g|gd +ground floor|gdfl|gd fl|gd/fl|gd / fl|gf|g / f +ground level|gd lvl|g lvl|g level|gd level|ground lvl|gd / lvl|gl|g / l +lobby +lower ground floor|lg|lgf|lgfl|l / g|l / gf|l / g / f|l / g / fl +lower level|lwr level|lower lvl|lwr lvl +podium|pd +podium level|podium lev|podium levl|podium lvel|podium lvl|podium l|pd level|pd lev|pd levl|pd lvel|pd lvl|pd l +rooftop|rt|rf|r / t +top floor|top fl|top / f|tf|t.f|t f|t / f +upper ground floor|ug|ugf|ugfl|ug / f|ug / fl +upper|uppr|upr \ No newline at end of file diff --git a/resources/dictionaries/en/level_types_sub_basement.txt b/resources/dictionaries/en/level_types_sub_basement.txt new file mode 100644 index 0000000..db2c66d --- /dev/null +++ b/resources/dictionaries/en/level_types_sub_basement.txt @@ -0,0 +1 @@ +sub basement|sub-basement|subbasement|sb|s.b \ No newline at end of file diff --git a/resources/dictionaries/en/near.txt b/resources/dictionaries/en/near.txt new file mode 100644 index 0000000..d22857c --- /dev/null +++ b/resources/dictionaries/en/near.txt @@ -0,0 +1,7 @@ +around +around here +in +near +near me +near here +nearby \ No newline at end of file diff --git a/resources/dictionaries/en/no_number.txt b/resources/dictionaries/en/no_number.txt new file mode 100644 index 0000000..8ef9c66 --- /dev/null +++ b/resources/dictionaries/en/no_number.txt @@ -0,0 +1 @@ +no fixed address|nfa|n f a|n / f / a \ No newline at end of file diff --git a/resources/dictionaries/en/nulls.txt b/resources/dictionaries/en/nulls.txt new file mode 100644 index 0000000..661b09b --- /dev/null +++ b/resources/dictionaries/en/nulls.txt @@ -0,0 +1,2 @@ +not applicable|n / a|na|n a +null \ No newline at end of file diff --git a/resources/dictionaries/en/number.txt b/resources/dictionaries/en/number.txt new file mode 100644 index 0000000..2836ec8 --- /dev/null +++ b/resources/dictionaries/en/number.txt @@ -0,0 +1 @@ +number|#|nbr|num|no|№|nmbr|nr \ No newline at end of file diff --git a/resources/dictionaries/en/personal_suffixes.txt b/resources/dictionaries/en/personal_suffixes.txt new file mode 100644 index 0000000..871d2b3 --- /dev/null +++ b/resources/dictionaries/en/personal_suffixes.txt @@ -0,0 +1,2 @@ +junior|jr|jnr +senior|sr|snr \ No newline at end of file diff --git a/resources/dictionaries/en/personal_titles.txt b/resources/dictionaries/en/personal_titles.txt new file mode 100644 index 0000000..af90250 --- /dev/null +++ b/resources/dictionaries/en/personal_titles.txt @@ -0,0 +1,80 @@ +ambassador +arch bishop|archbishop +bishop +brigadier general|brig gen +cardinal +colonel|col +commander|cmdr +congressman|congress man +congresswoman|congress woman +corporal|cpl +captain|capt|cpt +chairman|chair man +chairwoman|chair woman +czar|tsar +dame +deputy prime minister|deputy pm +district judge +doctor|dr|doc +doctors|drs|docs +duke +dutchess +emperor +brother|br +father|fr +sister|sr +his royal highness|hrh|h r h +her royal highness|hrh|h r h +general|gen +his honor|his honour +her honor|her honour +honorable|honourable|hon +judge +lady +lieutenant|lieut|lgt|lt +lieutenant governor|lieut governor|lgt governor|lieut gov|lgt gov|lt governor|lt gov +lieutenant colonel|lieut colonel|lgt colonel|lieut col|lgt col|lt colonel|lt col +lieutenant commander|lieut commander|lgt commander|lieut cmdr|lgt cmdr|lt commander|lt cmdr +lieutenant general|lieut general|lgt general|lieut gen|lgt gen|lt general|lt gen +lord +king|kg +madame +madames +major|maj +major general|maj gen|maj general|major gen +messrs +mp|member of parliament +mps|members of parliament +mr|mister +mrs|misses +ms|miss +officer|ofcr +pope +president|pres +prime minister|pm +prince +princess +private first class|pfc|p f c +professor|prof +professors|profs +queen +reverend|rev +right honorable|right honorable|right honourable|right hon|rt honorable|rt honorable|rt honourable|rt hon|rh|r h|r hon|right and honorable|right and honourable +saint|st +saints|ss +sainte|ste +san|s +santa|sta +sargeant|sgt +secretary|sec +sir +sirs +representative|rep +representatives|reps +senator|sen +senators|sens +vice chairman|vice chair man +vice chairperson|vice chair|vice chair person +vice chairwoman|vice chair woman +vice president|vice pres +vice prime minister|vice pm \ No newline at end of file diff --git a/resources/dictionaries/en/place_names.txt b/resources/dictionaries/en/place_names.txt new file mode 100644 index 0000000..d98adb1 --- /dev/null +++ b/resources/dictionaries/en/place_names.txt @@ -0,0 +1,315 @@ +abbey|abby +academy +aerodome +aged care center|aged care centre|aged care|centre for aged care|center for aged care|center for the aged|centre for the aged|aged care facilities +amphitheatre|amphitheater +animal hospital|animal hosp +animal shelter +annex|anex|annx|anx +annexe +air force base|afb +air national guard base|angb +airport|aprt +apartments|apts|appartments +aquarium +arcade +arms +art gallery|arts gallery +arts center +arts centre +auditorium +bakery +ballroom +bank +bar +barn +barbecue|barbeque|bar be que|bar be cue|bbq +barracks|barrack|baracks +bay +bazaar +beach|bch +beauty salon +boarding house|bhouse|bh|board house +boardwalk|bwk|bwlk|board walk +bistro +boathouse +book store|bookstore +bowling alley +brewery +business park|bus pk|biz pk|bus prk|biz prk +cafe|café +campus +caravan park|carvn|cvp|caravn park|c van park|cvan park|caravan resort|van park|caratel|caravan par|carav park|carvn park|cara park +car park|carpark +car wash|carwash +casino +castle|cst +cemetery +center for the arts|centre for the arts +chalet +chambers +chapel +chase +child care|childcare +chiropractic +church|chr +cinema +cinemas +cineplex +circus|crcs|crc +city hall +clinic +club|clb +clubhouse|club house +clubrooms +coffee +college +committee +community center|communitycentre|communitycenter|community centre +community|cmnty|cmty +complex +concert hall +conservatory +convalescent center|convalescent|convalescent centre|convalescent home|convalescent hospital +correctional facility +cottage|cott|cottg +cottages|cotts|cottgs +country club|country clb|cty clb +courthouse|court house +creamery +crematorium +credit union +culture center|culture centre +cultural center|cultural centre +dam|dm +dance studio +day care +deli|delicatessen +dental +dentist +dentistry +department|dept +detention|det|detn +development +diner +distillery +distributor|dstr|distrib|dstrb +district|dist +doctors +dojo +dormitory|dorm +dormitories|dorms +elementary school|primary school|public school|ps|p s +embassy +estate +ex services complex +factory|fcty|fty|fy +family practice +farmer's market|farmers market +farm|frm +farmhouse +fire department|fd|f d +fire station +fitness center|fitness centre +flats|flts +foreshore +forge +fort|ft +fountain +gaol +garage +garden +gallery +gas station +gate +geriatric unit +golf course +golf club +graveyard|grave yard +green|grn|gn +grill +ground +gym|gymnasium +hall +harbor +harbour +headquarters +health center|health centre +home|hm|hme|hom +homes +home for the aged +hospital|hos|hosp|hospice|hosptl|hsp|hsptl +hospital for women +hostel|host|hostl|hstel|hstl +hotel|hot|hotl|htel +hostel +house +houses|hses +hub +ice cream|icecream +industrial estate|ind est|ind.est +industrial park|ind park +inn +institute|inst +jail +jcc|jewish community center|jewish community centre +jetty|jtty|jty +kennel +kindergarten +kitchen +league +library +lodge|ldge|lodg|ldg +lot +lounge +mall|mll +maison +manor|mnr +manors|mnrs +marina +marketplace|mktpl|mktplc +mansion +mansions +masonic home +masonic homes +medical|med +memorial|mem +mission|msn +monastery|monastry +monument +motel|mot|motl|mtel +municipal building|municipal bldg|mun building|mun bldg|mpal building|mpal bldg +museum|mus +music hall +night club|nightclub +nursing +nursing center|nursing centre +nursing home|nh|nhome|nrs|nrsg|nsg|nurs|nrsng hm|n h|nrs home|n home|nursing hom|nursing ho|nursing h +high school|hs|h s +junior high school|jr high school|jhs|j h s|jr hs|jr h s +kiosk +laboratory +lab +labs +market|mkt|mrkt +middle school|ms|m s +movie theater +movie theatre +national park|np|natl park|natl pk|natl prk|nat'l park|nat'l pk|nat'l prk +national recreation area|nra|natl rec area|nat'l rec area +national wildlife refuge area|nwra|natl wildlife refuge area|nat'l wildlife refuge area +nursery +nurses home|nurses home|nurse home +nursing home +office|ofc +offices|ofcs +office tower|ofc twr|office twr|ofc tower +office towers|ofc twrs|office twrs|ofc towers +opera house +oval +parish +park|pk|prk +parking +parking lot +pavilion +pediatric +penitentiary +performing arts centre +performing arts center +pharmacy|pharm +pier +playhouse +plaza +police department|pd|p d +police station +polytechnic +port|pt|prt +post office|po|postoffice +precinct|pct +pre school|preschool|pre-school +pre-kindergarten|prekindergarten|pre-k|prek|pre k +primary school +primary care +prison +pub +public market +public pool +public school|ps +raceway +racing track +racecourse +recycling +retreat|rtt +rotary|rty +reservation|res|resrv|resv|rsrv|rserv|rs +reserve|res|resrv|resv|rsrv|rserv|rserve|rsrve +reservoir|res +resort +restaurant +retirement home|retirement village|ret village|masonic retirement village|retirement|ret vill|retirement home|retirement v|rh|r h +roadhouse +roller rink +room +ruins +saloon +salon +sanctuary|sanct +sauna +secondary school +service|svc +services|svcs|svc +shelter +sheriff's department|sherrifs department|sheriff's dept|sherrifs dept +sherrif's office|sherffis office|sheriff's ofc|sheriffs ofc +shopping center|shoppingcenter|shoppingcentre|shopping|shoppingtown|shopping town|shopping centre|shctr|sh ctr|s / centre|shp / centre +shop|shp +showground +sisters +social club +spa +sportsground +stables +stadium +station|sta|stn +steakhouse +store|stor +stores +studio +studios +subdivision +supermarket|super market +swimming pool +tavern +tea +terminal|term +terrace +theater +theatre +theatres +theaters +tower|twr +towers|twrs +town hall +townhouse|town house +townhouses|town houses +trailer park|tlpk +university|uni|univ|univers|unvrsty +units +urgent care +vault +velodrome +vet +veterinary +veterinarian +veterinarians +vets +villa|vll|vla +villas|vlls|vlas +village|vil|vge|vill|villag|villg|vlg|vlge|vllg +villages|vlgs +vineyard +wine bar|winebar +winery +yoga +youth center|youth centre +zoo diff --git a/resources/dictionaries/en/post_office.txt b/resources/dictionaries/en/post_office.txt new file mode 100644 index 0000000..4b8ba58 --- /dev/null +++ b/resources/dictionaries/en/post_office.txt @@ -0,0 +1,16 @@ +bag +box +locked mail bag|lb|lmb|mailbag|lockedbag|mail bag|locked bag +community mail bag|cmb +general post office box|gpo box|gpo +post office box|p.o. box|p.o box|pobox|postbox|post box|po box|post box|p o box|p office box|pb|pob|p o b +post mail box|post mail box|pmb +locked bag +mailservice|ms|m s|mail service +mailcenter|mail center|mail centre|mc|m c +roadside mail box|rmb|road mail box|r m b|roadside mailbox|rms box|road mailbox +roadside delivery|rsd +roadside mail service|rmd +rural mail box|rmb|r m b +private bag +private mail box|pmb \ No newline at end of file diff --git a/resources/dictionaries/en/qualifiers.txt b/resources/dictionaries/en/qualifiers.txt new file mode 100644 index 0000000..edbde9e --- /dev/null +++ b/resources/dictionaries/en/qualifiers.txt @@ -0,0 +1,5 @@ +block|blk|bl|blck +quadrant|qd|quad +section|sec|sect|sxn +township|twp|tshp +village|vil|vge|vill|villag|villg|vlg|vlge|vllg|vl \ No newline at end of file diff --git a/resources/dictionaries/en/staircases.txt b/resources/dictionaries/en/staircases.txt new file mode 100644 index 0000000..5ec2b37 --- /dev/null +++ b/resources/dictionaries/en/staircases.txt @@ -0,0 +1,3 @@ +stair +staircase +stairway \ No newline at end of file diff --git a/resources/dictionaries/en/stopwords.txt b/resources/dictionaries/en/stopwords.txt new file mode 100644 index 0000000..c88da48 --- /dev/null +++ b/resources/dictionaries/en/stopwords.txt @@ -0,0 +1,14 @@ +a +and|& +all +at +between|betw|btwn|btw|btween|b / t +by +for +in +of +on +the +to +via +opposite|opp \ No newline at end of file diff --git a/resources/dictionaries/en/street_names.txt b/resources/dictionaries/en/street_names.txt new file mode 100644 index 0000000..ef8e432 --- /dev/null +++ b/resources/dictionaries/en/street_names.txt @@ -0,0 +1,358 @@ +acres|acrs +access|accs +alley|aly|ally|alee +alleyway|alwy|allyway|allwy +amble|ambl +anchorage|ancg +approach|app|apch|appr +arterial|artl +artery|art|arty +back|bk +bank|bnk +basin|basn|bsn +bayou|byu|bayoo +beach|baech|bch|beech +belt|blt +bend|bnd +block|blk|blck +bluff|blf|bluf|bluffs +bottom|bot|bottm|btm|bttm +bottoms|bttms|btms|bottms +boundary|bdy +bowl|bl +brace|br|brce +branch|br|brnch|brch +brae|br +break|brk +bridge|bdge|br|brdg|bri|brg +broadway|bdwy|bway|bwy|brdway +brook|brk +brooks|brks +brow|brw +burg|bg +burgs|brgs +butte|btte|bte +bypass|bypa|byps|bps|byp +byway|bywy +canyon|cyn|cnyn +caravan|cvan|cvn|c van +causeway|csway|cswy|causewy|caus|cause|cway +center|centre|cetr|cntr|ctr|c|cen +centers|ctrs +centreway|cnwy +chase|ch|chas +circle|cir|circel +circles|cirs +circlet|clt +circuit|crct|circ|cct|cirt|ci|circt +circus|crcs|crc +claim|clm +cliff|clf +cliffs|clfs +close|cl|cls|clse +cluster|clr|clstr +colonnade|clde|clnde +common|cmmn|comm|cmn +commons|cmmns|cmns|comms +concord|cncd|cncrd +concession|conc +concourse|con|concs|concse|cnc +connection|cntn|cxn +connector|conr|cnctr|cntr +copse|cps +corner|cnr|crn|cor +corners|cnrs|crns|cors +corseo|cseo +corso|cso +course|crse +court|ct|crt +courts|crts|cts +courtyard|cyd|ctyd +cove|cov|ce|cv +creek|cr|crk +crescent|cr|cres|crs|crecent +crest|crst|cst +crief|crf +croft|cft +cross|cs|crss +crossing|crsg|xing|csg|x ing|x-ing +crossroad|crd|cross road|xroad|x-road|x road|xrd|x-rd|x rd +crossroads|cross roads|xrds +crossway|cowy|crwy|xway|xwy|x-way|x way|x-wy|xwy +cruiseway|cuwy|crwy +cul +cul de sac|cul-de-sac|culdesac|cds|cusac|csac +curve|cve|crv|crve|curv +cutting|cttg|ctg|cutt +dale|dle +dell +dene +deviation|devn +dip +distributor|dstr +divide|div +diversion|divers +down|dn +drive|dr|drv|dv|dve|d +driveway|drwy|dvwy|dwy|dway|drvwy +drove|drov +easement|esmt +edge|edg +elbow|elb +elm +end +entrance|ent|entr +esplanade|esp|espl +estate|est +estates|ests +exit +expressway|exp|expwy|expway|expy +extension|ex|ext|extn|exten +extensions|exts +fairway|fawy|fy +fall|fl +falls|fls +fare +farm|frm +farms|frms +fern +ferry|fry|fy +field|fld|fd +fields|flds|fds +fireline|fline|fire line|flne +firetrack|ftrk|fire track +firetrail|fit|fitr|fire trail +flat|fl|flt +follow|folw +footway|ftwy|foot way +ford|frd +foreshore|fshr|fore shore +formation|form|fmtn +freeway|frwy|fw|fwy|fway +front|frnt +frontage|frtg|fr +gap|gp +garden|gdn|grd|grdn +gardens|gdns|grds|grdns +gate|ga|gte +gates|gtes +gateway|gwy|gway|gtwy|gtway +glade|gl|gld|glde +glen|gln +grange|gra +green|grn|gn +ground|grnd +grounds|grnds +grove|gr|grv|grve|gro +gulch|glch +gully|gly +hanger|hngr +harbor|harbour|hbr|hrbr +harbors|hbrs +haven|hvn +head|hd +heads|hds +heath|hth +hill|hl +hills|hls +hollow|hllw +impasse|imp +inlet|inlt +interchange|intg|intchg|inter change +intersection|intn|inter section|intsctn +island|is|id|i|isl|isld +islands|iss|ids|islds +isle +junction|jct|jnc|jnct|jctn|jtn|junct|j +junctions|jcts +key|ky +keys|kys +knob +knoll|knol|knl +knolls|knls +ladder|ladr +lagoon|lagn|lgn|lagon +land +landing|ldg|lndg|landng +laneway|lnwy +lees +light|lgt|lt +limits|lmts +line|ln +link|lnk|lk +little|ltl|lttl|littl|litl|lit|lt +loaf|lf +lookout|lkt|look out +loop|lp +loops|lps +lot|lt +lynne|lynn +mall|ml +manor|mnr +maze +meadow|mdw +meadows|mdws +mead|md +meander|mndr|mdr|mr +mew|mw +mews|mws +mile|mi +mill|ml +mills|mls +moor +motorway|mway|mwy|mtwy +neaves|nvs +nook|nk +oaks +outlet|otlt +outlook|out|otlk +oval +overbridge|ovrb|over bridge +overlook|over look|ovlk +overpass|over pass|opas +paddock|padk +palms|plms +parade|pde|prd|prde +parklands|pkld|pklds|parkland|park lands|park land +parkway|pkwy|parkwy|pky|pkway|prkwy|prkway|pkw|pwy +parkways|pkwys +part|prt +pass|ps +passage|psge|pass +path|pth +pathway|phwy|pway|pthway|pthwy|ptway|ptwy +peninsula|psla +piazza|piaz|pzza +pier +pike|pk +pine|pne|pn +pines|pns|pnes +pond +port|pt|prt +plain|pln|pl +plains|plns|pls +plateau|plat|plt +plaza|plz|plza|pz +prarie|pr +pocket|pkt|pokt|pckt +point|piont|pnt|pt +pointe|pte|pnte +port|prt +ports|prts +prairie|pr +priors|prrs +private|pvt +promenade|prom|prm +pursuit|pur +quad|qd +quadrangle|qdgl +quadrant|qdrt|qd +quay|quy|qy +quays|quys|qys +radial|radl +ramble|ra|rmbl +ramp|rmp +ranae|ran +ranch|rnch +rapid|rpd +rapids|rpds +range|rng|rnge|rang +reach|rch +reef +reserve|res|resrv|resv|rsrv|rserv|rserve|rsrve +rest|rst +retreat|rt|rtt +return|rtn +ride +ridge|rdge|rdg +ridges|rdgs +ridgeway|rgwy|rdgwy|ridge way +right of way|rowy|rightofway|rofw|row|r o w|r of w +ring +rise|ri +riverway|rvwy +riviera|rvra +roadside|rdsd|road side +roadway|rdwy|rdw|rdy +rocks|rks +ronde|rnde +rosebowl|rsbl|rose bowl +rotary|rty +round|rnd +roundabout +route|rt|rte +row|rw +run|rn +saint|st +sainte|ste +san|s +santa|sta +shoal|shl +shoals|shls +shore|shor|shr +shores|shors|shrs +shunt|shun|shnt +siding|sdng|sdg +skyway|skwy +slip +sound|snd +space|spc +spring|spg|sprng +spur|spr +square|sq|sqr +squares|sqs +stairs|strs +stairway|stwy|strwy|stair way|st.wy|st wy|str.way|str way +steps|stps +strand|stra|strnd|strd +strands|strnds|strds +strip|strp +subdivision|subdiv +subway|sbwy +summit|smt|sumt +tarn|tn +terrace|tce|ter|tr|terr|terace|terrac|terrasse|tsse +thicket|thick +thoroughfare|thor|throughfare|thorough fare|thfr +thoroughway|thwy +throughway|thru|thro|thruway|trwy +tollway|tlwy|twy +top +tor +tower|twr +towers|twrs +townline|tline +trace|trce +track|tr|trk|trak +trafficway|trfy +trail|tr|trl +trailer|trlr +tram +tramway|tmwy +trees|trs +trunkway|tkwy +tunnel|tun|tunl +turnabout|trnabt +turn|tn|trn +turnpike|tpk|tpke +underpass|upas|upass|ups|under pass +union|un +unions|uns +vale|va|vl +valley|vlly|vly|vy +valleys|vlys|vllys +vennel +viaduct|via|viad|vdct|viadct +view|vw +views|vws +vista|vst|vsta|vis +vue +walk|wlk|wk +walkway|wkwy|wky|wlkwy +waters|wtrs +well|wl +wells|wls +wharf|whrf|whf +woods|wds +wynd|wyn +yard|yd|yrd \ No newline at end of file diff --git a/resources/dictionaries/en/street_types.txt b/resources/dictionaries/en/street_types.txt new file mode 100644 index 0000000..7f2fa04 --- /dev/null +++ b/resources/dictionaries/en/street_types.txt @@ -0,0 +1,411 @@ +abbey|abby +access|accs|acc +acres|acrs +alley|aly|ally|alee|al +alleyway|alwy|allyway|allwy +amble|ambl +anchorage|ancg +annex|anx +apartments|apts|appartments +approach|app|apch|appr +arcade|arc +arterial|artl +artery|art|arty +avenue|av|ave|aven|avenu|avn|avnu|avnue +avenues|avs|aves|avens|avenus|avns|avnus|avnues +autoroute|aut +back|bk +bank|bnk +basin|basn|bsn +bay|by +bayou|byu|bayoo +beach|baech|bch|beech +belt|blt +bend|bnd +block|blk|blck +bluff|blf|bluf|bluffs|blfs +boardwalk|bwk|bwlk|board walk +boulevard|blvd|bd|bde|blv|bl|blvde|blvrd|boulavard|boul|boulv|bvd|boulevarde +bottom|bot|bottm|btm|bttm +bottoms|bttms|btms|bottms +boundary|bdy +bowl|bl +brace|br|brce +branch|br|brnch|brch +brae|br +break|brk +bridge|bdge|br|brdg|bri|brg +broadway|bdwy|bway|bwy|brdway +brook|brk +brooks|brks +brow|brw +burg|bg +burgs|brgs +burrow|burw +butte|btte|bte +bypass|bypa|byps|bps|byp +byway|bywy +camp|cp +cape|cpe|cp +canyon|cyn|cnyn +caravan|cvan|cvn|c van +causeway|csway|cswy|causewy|caus|cause|cway +center|centre|cetr|cntr|ctr|c|cen +centers|ctrs +centreway|cnwy +chase|ch|chas +circle|cir|circel|cirlce +circles|cirs +circlet|clt +circuit|crct|circ|cct|cirt|ci|circt +circus|crcs|crc +claim|clm +cliff|clf +cliffs|clfs +close|cl|cls|clse +cluster|clr|clstr +colonnade|clde|clnde +common|cmmn|comm|cmn|com|cm +commons|cmmns|cmns|comms +concord|cncd|cncrd +concession|conc +concourse|con|concs|concse|cnc +connection|cntn|cxn +connector|conr|cnctr|cntr +copse|cps +corner|cnr|crn|cor +corners|cnrs|crns|cors +corseo|cseo +corso|cso +county highway|ch|c.h.|c.h|c h|c.hw|c hw|co.hw|co hw|cty.hw|cty hw|c.hgwy|c hgwy|co.hgwy|co hgwy|cty.hgwy|cty hgwy|c.hway|c hway|co.hway|co hway|cty.hway|cty hway|c.hwy|c hwy|co.hwy|co hwy|cty.hwy|cty hwy|c.hi|c hi|co.hi|co hi|cty.hi|cty hi +county road|cr|c.r.|c.r|c r|co.r|co r|c.rd|c rd|co.rd|co rd|cty.r|cty r|cty.rd|cty rd +county route|cr|c.r.|c.r|c r|co.r|co r|c.rt|c rt|co.rt|co rt|cty.r|cty r|cty.rt|cty rt|c.rte|c rte|co.rte|co rte|cty.rte|cty rte|county touring route +course|crse +court|ct|crt +courts|crts|cts +courtyard|cyd|ctyd +cove|cov|ce|cv +creek|cr|crk +crescent|cr|cres|crs|crecent +crest|crst|cst +crief|crf +croft|cft +cross|cs|crss +crossing|crsg|xing|csg|x ing|x-ing +crossroad|crd|cross road|xroad|x-road|x road|xrd|x-rd|x rd +crossroads|cross roads|xrds +crossway|cowy|crwy|xway|xwy|x-way|x way|x-wy|xwy +cruiseway|cuwy|crwy +cul +cul de sac|cul-de-sac|culdesac|cds|cusac|csac +curve|cve|crv|crve|curv +cutting|cttg|ctg|cutt +dale|dle +dell +dene +deviation|devn +dip +distributor|dstr +divide|div +diversion|divers +down|dn +downs|dns|dwns +drive|dr|drv|dv|dve|d +driveway|drwy|dvwy|dwy|dway|drvwy +drove|drov +easement|esmt +edge|edg +elbow|elb +elm +end +entrance|ent|entr +esplanade|esp|espl +estate|est +estates|ests +exit +expressway|exp|expwy|expway|expy|exwy +extension|ex|ext|extn|exten +extensions|exts +fairway|fawy|fy +fall|fl +falls|fls +fare +farm|frm +farms|frms +farm to market|fm|farm-to-market +fern +ferry|fry|fy +field|fld|fd +fields|flds|fds +fireline|fline|fire line|flne +firetrack|ftrk|fire track +firetrail|fit|fitr|fire trail +flat|fl|flt +flats|flts +follow|folw +footway|ftwy|foot way +ford|frd +foreshore|fshr|fore shore +formation|form|fmtn +freeway|frwy|fw|fwy|fway +front|frnt +frontage|frtg|fr +gap|gp +garden|gdn|grd|grdn +gardens|gdns|grds|grdns +gate|ga|gte +gates|gtes +gateway|gwy|gway|gtwy|gtway +glade|gl|gld|glde +glen|gln +grand boulevard|gbd|grbd|grdbd|gdbd|g bd|gr bd|grd bd|gd bd|g blvd|gr blvd|grd blvd|gd blvd|g bde|gr bde|grd bde|gd bde|g blvrd|gr blvrd|grd blvrd|gd blvrd|g boul|gr boul|grd boul|gd boul|g bvd|gr bvd|grd bvd|gd bvd|g bld|gr bld|grd bld|gd bld +grange|gra +green|grn|gn|gren +greenway|grwy +ground|grnd +grounds|grnds +grove|gr|grv|grve|gro +gulch|glch +gully|gly +hanger|hngr +harbor|harbour|hbr|hrbr +harbors|hbrs +haven|hvn|havn +head|hd +heads|hds +heath|hth|heth +heights|hghts|hgts|hieghts|ht|hts|hgths +highlands|hghlds|hlds|hglds +highroad|hrd|high road|hird|hi.rd|hi rd +highway|hgwy|hw|hway|hwy|hi|hwye|hywy +hill|hl +hills|hls|hils +hollow|hllw|holw +hub +impasse|imp +inlet|inlt +interchange|intg|intchg|inter change +intersection|intn|inter section|intsctn +interstate|inter state|i|ih|i h +island|is|id|i|isl|isld +islands|iss|ids|islds +isle +junction|jct|jnc|jnct|jctn|jtn|junct|j +junctions|jcts +key|ky +keys|kys +knob +knoll|knol|knl +knolls|knls +ladder|ladr +lagoon|lagn|lgn|lagon +land +landing|ldg|lndg|landng +lane|l|ln|la +laneway|lnwy +lees +light|lgt|lt +limits|lmts +line|ln +link|lnk|lk +little|ltl|lttl|littl|litl|lit|lt +loaf|lf +lookout|lkt|look out +loop|lp +loops|lps +lot|lt +lynne|lynn +mall|ml +manor|mnr +maze +meadow|mdw +meadows|mdws|mead +mead|md +meander|mndr|mdr|mr +mew|mw +mews|mws +mile|mi +mill|ml +mills|mls +moor +motorway|mway|mwy|mtwy +mount|mt +neaves|nvs +nook|nk +number|#|nbr|num|no|nmbr|nr +oaks +outlet|otlt +outlook|out|otlk +oval +overbridge|ovrb|over bridge +overlook|over look|ovlk +overpass|over pass|opas +paddock|padk +palms|plms +parade|pde|prd|prde|pard +park|pk|prk +parklands|pkld|pklds|parkland|park lands|park land +parkway|pkwy|parkwy|pky|pkway|prkwy|prkway|pkw|pwy|prkw +parkways|pkwys +part|prt +pass|ps +passage|psge|pass|pasg +path|pth +pathway|phwy|pway|pthway|pthwy|ptway|ptwy +peninsula|psla +piazza|piaz|pzza +pier +pike|pk|pke +pine|pne|pn +pines|pns|pnes +pond +place|pl|pla|plc|plac +plain|pln|pl +plains|plns|pls +plateau|plat|plt +plaza|plz|plza|pz +prarie|pr +pocket|pkt|pokt|pckt +point|piont|pnt|pt +pointe|pte|pnte +port|prt +ports|prts +prairie|pr +priors|prrs +private|pvt +promenade|prom|prm +pursuit|pur +quad|qd +quadrangle|qdgl +quadrant|qdrt|qd +quay|quy|qy +quays|quys|qys +radial|radl +ramble|ra|rmbl +ramp|rmp +ranae|ran +ranch|rnch +rapid|rpd +rapids|rpds +range|rng|rnge|rang +range road|rge rd|range rd|rr +reach|rch +reef +reserve|res|resrv|resv|rsrv|rserv|rserve|rsrve +rest|rst +retreat|rt|rtt +return|rtn +ride +ridge|rdge|rdg +ridges|rdgs +ridgeway|rgwy|rdgwy|ridge way +right of way|rowy|rightofway|rofw|row|r o w|r of w +ring +rise|ri +riverway|rvwy +riviera|rvra +road|rd|ro|r|roa|raod +roads|raods|rds +roadside|rdsd|road side +roadway|rdwy|rdw|rdy +rocks|rks +ronde|rnde +rosebowl|rsbl|rose bowl +rotary|rty +round|rnd +roundabout +route|rt|rte +row|rw +run|rn +rural route|rr|r.r|r r +service road|svc rd|svc road|service rd|sv rd|svrd +serviceway|swy|svwy|svcwy +shoal|shl +shoals|shls +shore|shor|shr +shores|shors|shrs +shunt|shun|shnt +siding|sdng|sdg +skyway|skwy +slip +slope|slpe|slp +sound|snd +space|spc +spring|spg|sprng|sprn +springs|spgs|sprngs|spns +spur|spr +square|sq|sqr +squares|sqs +stairs|strs +stairway|stwy|strwy|stair way|st.wy|st wy|str.way|str way +state highway|s.highway|s highway|st.highway|st highway|sh|s.h.|s.h|s h|st.h|st h|s.hw|s hw|st.hw|st hw|s.hwy|s hwy|shwy|s.hgwy|s hgwy|st.hgwy|st hgwy|s.hway|s hway|st.hway|st hway|s.hwy|s hwy|st.hwy|st hwy|s.hi|s hi|st.hi|st hi|statehighway +state road|sr|stateroad|s.r.|s.r|s r|s.road|s road|st.road|st road|staterd|srd|s.rd|s rd|state rd|strd|st.rd|st rd +state route|sr|stateroute|s.r.|s.r|s r|s.route|s route|st.route|st route|statert|srt|s.rt|s rt|srte|s.rte|s rte|state rt|state rte|strt|strte|st.rt|st rt|st.rte|st rte +steps|stps +strand|stra|strnd|strd +strands|strnds|strds +stravenue|stra|strav +street|st|str|stre|stree|strt +streets|sts +strip|strp +subdivision|subdiv +subway|sbwy +summit|smt|sumt +tarn|tn +terrace|tce|ter|tr|terr|terace|terrac|terrasse|tsse +thicket|thick +thoroughfare|thor|throughfare|thorough fare|thfr +thoroughway|thwy +throughway|thru|thro|thruway|trwy|thwy +tollway|tlwy|twy +top +tor +township highway|th|t.h.|t.h|t h|twp.h|twp h|tshp.h|tshp h|t.hw|t hw|twp.hw|twp hw|tshp.hw|tshp hw|t.hgwy|t hgwy|twp.hgwy|twp hgwy|tshp.hgwy|tshp hgwy|t.hway|t hway|twp.hway|twp hway|tshp.hway|tshp hway|t.hwy|t hwy|twp.hwy|twp hwy|tshp.hwy|tshp hwy|t.hi|t hi|twp.hi|twp hi|tshp.hi|tshp hi +township road|tr|t.r.|t.r|t r|t rd|t.rd|trd|twpr|twp.r|twp r|twp.rd|twp rd|tshp.r|tshp r|tshp.rd|tshp rd|township rd|tp rd +township route|tr|t.r.|t.r|t r|t rt|t.rt|trt|t.rte|t rte|twpr|twp.r|twp r|twp.rt|twp rt|twp.rte|twp rte|tshp.r|tshp r|tshp.rt|tshp rt|tshp.rte|tshp rte +tower|twr +towers|twrs +townline|tline +trace|trce|trc +track|tr|trk|trak +trafficway|trfy +trail|tr|trl +trailer|trlr +tram +tramway|tmwy +trees|trs +triangle|tri +truck trail|trktrl +trunkway|tkwy +tunnel|tun|tunl +turnabout|trnabt +turn|tn|trn +turnpike|tpk|tpke +underpass|upas|upass|ups|under pass +union|un +unions|uns +us highway|us hwy|u s hwy +us route|us rte|u s rte +vale|va|vl +valley|vlly|vly|vy +valleys|vlys|vllys +vennel +viaduct|via|viad|vdct|viadct +view|vw +views|vws +villa|vla +village|vlge +villas|vlas +vista|vst|vsta|vis +vue +wade +walk|wlk|wk +walkway|wkwy|wky|wlkwy +waters|wtrs +way|wy +ways|wys +well|wl +wells|wls +wharf|whrf|whf +wynd|wyn +yard|yd|yrd diff --git a/resources/dictionaries/en/synonyms.txt b/resources/dictionaries/en/synonyms.txt new file mode 100644 index 0000000..98f09a4 --- /dev/null +++ b/resources/dictionaries/en/synonyms.txt @@ -0,0 +1,53 @@ +brothers|bros +cape|cpe|cp +city|cty +creek|cr|crk +county|co|cty +downs|downes|dwns +flats|flts +forest|frst|fst +fort|ft +fords|frds +fork|frk +forks|frks +forge|frg +forges|frgs +glens|glns +great|grt|gt +greater|grtr|gtr +greens|grns +groves|grvs +heights|hghts|hgts|hieghts|ht|hts|hgths +international|intl|int'l +lake|lk +lakes|lks +little|ltl|lttl|littl|litl +lock|lck +locks|lcks +lower|low|lwr|lr +medical|med +memorial|mem +middle|mid|midl +military|mil +mount|mt|mnt +mountain|mtn +mountains|mtns +municipal|mun|mpal +national|natl|nat'l +neck|nck +orchard|orch +paradise|pde|pdse +port|pt|prt +park|pk|prk +rear of|r / o|r o +river|riv|rvr|rivr +slope|slpe|slp +springs|spgs|sprngs +stream|strm|stm +triangle|tri +upper|up|upr|uppr +village|vlg|vlge|vilg|vilge +ville|vl +villages|vlgs +wood|wd +woods|wds \ No newline at end of file diff --git a/resources/dictionaries/en/toponyms.txt b/resources/dictionaries/en/toponyms.txt new file mode 100644 index 0000000..aa61788 --- /dev/null +++ b/resources/dictionaries/en/toponyms.txt @@ -0,0 +1,80 @@ +alabama|al +alberta|ab +alaska|ak +arizona|az +arkansas|ar +australian antarctic territory|aat +australian capital territory|act +british columbia|bc +california|ca +colorado|co +connecticut|ct +delaware|de +district of columbia|dc +florida|fl +georgia|ga +hawaii|hi +hong kong|hk|h k|h.k +hong kong island|hk island|h k island|h.k island +hong kong special administrative region|hksar|hk sar|h k s a r|h.k.s.a.r|h.k s.a.r|hk s.a.r|hk s a r +idaho|id +illinois|il +indiana|in +iowa|ia +jervis bay territory|jbt +kansas|ks +kentucky|ky +kowloon|kln +louisiana|la +maine|me +manitoba|mb +maryland|md +massachusetts|ma +melbourne|melb +michigan|mi +minnesota|mn +mississippi|ms +missouri|mo +montana|mt +nebraska|ne +nevada|nv +new brunswick|nb +new hampshire|nh +new jersey|nj +new mexico|nm +new south wales|nsw +new territories|nt +new york|ny +newfoundland|nl +north carolina|nc +north dakota|nd +northern territory|nt +nova scotia|ns +northwest territories|nt|nwt +nunavut|nu +ohio|oh +oklahoma|ok +ontario|on +oregon|or +pennsylvania|pa +prince edward island|pe|pei +quebec|qc +queensland|qld +rhode island|ri +saskatchewan|sk +south carolina|sc +south dakota|sd +south australia|sa +tasmania|tas +tennessee|tn +texas|tx +utah|ut +vermont|vt +victoria|vic +virginia|va +washington|wa +west virginia|wv +western australia|wa +wisconsin|wi +wyoming|wy +yukon|yt|the yukon|yukon territory diff --git a/resources/dictionaries/en/unit_directions.txt b/resources/dictionaries/en/unit_directions.txt new file mode 100644 index 0000000..e09af33 --- /dev/null +++ b/resources/dictionaries/en/unit_directions.txt @@ -0,0 +1,4 @@ +front|f|frnt +left|l +right|r +rear|r \ No newline at end of file diff --git a/resources/dictionaries/en/unit_types_numbered.txt b/resources/dictionaries/en/unit_types_numbered.txt new file mode 100644 index 0000000..dba654f --- /dev/null +++ b/resources/dictionaries/en/unit_types_numbered.txt @@ -0,0 +1,69 @@ +allotment +antenna|ant +apartment|apt|ap|aprt|aptmnt +barbecue|bbq|barbeque +berth|brth +boatshed|btsd +building|bdg|bldg|blg +block|blk|bl|blck +bungalow|bnglw|bongalow|bunglow|bungalo|bngw +cage +caravan|cvan +carpark|carp +carspace|cars +club +coolroom +cottage|cott|cottg +door +duplex|dup|dupl +extension|ext|extn +factory|fcty|fty|fy +farm|frm +flat|flt +garage|grge +hall +hangar|hngr +house|hse|hous|hs|ho +kiosk|ksk +lease|lse +lobby|lby|lbby +location|loc|locn|loctn +lot +maisonette|msnt +marine berth|mb|mbth +office|ofc|off|o|offc +parcel +penthouse|pths|ph|pent house +pier +portion|por +rear +reserve|rsve|rsrv|rsv|resv +room|rm +section|sec +shed|shd +shop|shp +showroom|shrm +sign +site +slip +space|spc +stall|stl|stll|sl +station +stop +store|stor +strata unit|su|str +studio|stu +substation|subs +suite|ste|se +tenancy|tncy +tower|twr +townhouse|tnhs|twnhs|tnhse|twnhse +trailer|trlr +trailer park lot|trlr park lot|trlr pk lot +unit|un|unt|u +van +vault|vlt +villa|vlla|vl +ward|wrd|wd +warehouse|we|whs|wrhs +workshop|wshp|wkshp|wksp diff --git a/resources/dictionaries/en/unit_types_standalone.txt b/resources/dictionaries/en/unit_types_standalone.txt new file mode 100644 index 0000000..a4c3ee6 --- /dev/null +++ b/resources/dictionaries/en/unit_types_standalone.txt @@ -0,0 +1,16 @@ +front|frnt +garage|grge +lobby|lby|lbby +lower left|lower l|lwr l +lower right|lower r|lwr r +maisonette|msnt +penthouse|pths|ph|pent house +rear +rear lower|rear lwr +side|sd +top floor left|tfl|t f l|t.f.l|t / f / l +top floor right|tfr|t f r|t.f.r|t / f / r +top left|tl|t l|t.l|t / l +top right|tr|t r|t.r|t / r +upper left|upper l|upr left|uppr left|upr l|uppr l +upper right|upper r|upr right|uppr right|upr r|uppr r \ No newline at end of file diff --git a/resources/dictionaries/es/academic_degrees.txt b/resources/dictionaries/es/academic_degrees.txt new file mode 100644 index 0000000..94e2056 --- /dev/null +++ b/resources/dictionaries/es/academic_degrees.txt @@ -0,0 +1,2 @@ +licenciada|lcda|lda +licenciado|lic|lcdo|ldo \ No newline at end of file diff --git a/resources/dictionaries/es/ambiguous_expansions.txt b/resources/dictionaries/es/ambiguous_expansions.txt new file mode 100644 index 0000000..0ca210e --- /dev/null +++ b/resources/dictionaries/es/ambiguous_expansions.txt @@ -0,0 +1,45 @@ +& +c +cr +d +e +e / +g +i +n +p +s +v +un +w +ag +bn +bs +cm +cp +ch +ca +cl +du +gt +gr +hi +ja +mx +mc +mr +na +nl +oa +pu +qe +qr +sl +si +so +tb +tm +tl +ve +yu +za \ No newline at end of file diff --git a/resources/dictionaries/es/building_types.txt b/resources/dictionaries/es/building_types.txt new file mode 100644 index 0000000..6328a13 --- /dev/null +++ b/resources/dictionaries/es/building_types.txt @@ -0,0 +1,15 @@ +caserío|caserio|csrio +casa +casita +chalet|chlet +complejo|compj|compl|complj +condominio|cond +conjunto|cjto|conj|cto +cooperativa|coop +cortijo|crtjo +edificio|edifc|edfc|edif +estancia|estanc|est +local|loc|lc +residencial|resid|res +torre|to +vivienda|vvda \ No newline at end of file diff --git a/resources/dictionaries/es/company_types.txt b/resources/dictionaries/es/company_types.txt new file mode 100644 index 0000000..6c861ba --- /dev/null +++ b/resources/dictionaries/es/company_types.txt @@ -0,0 +1,49 @@ +asociación en participación|asociacion en participacion|a en p +asociación civil|asociacion civil|ac|a c +banco|bco|b.co +club atlético|club atletico +club de fútbol|club de futbol|cf|c f|c.f.|c.f +compañía|compania|cía|cia|c.ía|c.ia|ca|c.a|comp +compañía anónima|compania anonima|ca|c a +compañía por acciónes|compania por acciones|c por a|cxa|c x a +empresa|empr|emp +empresa individual de responsabilidad limitada|eirl|e i r l +empresa publica|ep|e.p.|e.p|e p +empresa unipersonal|e.u.|e.u|e u +fútbol club|futbol club|fc|f.c.|f.c|f c|football club +sociedad|sdad|s.dad|soc +sociedad anónima|sociedad anonima|sa|s.a.|s.a|s a|sdad anon +sociedad anónima abierta|sociedad anonima abierta|saa|s.a.a.|s.a.a|s a a +sociedad anónima bursatil|sociedad anonima bursatil|sab|s.a.b.|s.a.b|s a b +sociedad anónima deportiva|sociedad anonima deportiva|sad|s.a.d.|s.a.d|s a d +sociedad anónima de capital variable|sociedad anonima de capital variable|sa de cv|s a de c v +sociedad anónima cooperativa catalana limitada|sociedad anonima cooperativa catalana limitada|sccl|s.c.c.l.|s.c.c.l|s c c l +sociedad anónima española|sociedad anonima espanola|sae|s.a.e.|s.a.e|s a e +sociedad anónima finciera de inversión|sociedad anonima financiera de inversion|safi|s.a.f.i.|s.a.f.i|s a f i +sociedad anónima inscrita de capital abierto|sociedad anonima inscrita de capital abierto|saica|s.a.i.c.a.|s.a.i.c.a|s a i c a +sociedad anónima laboral|sociedad anonima laboral|sal|s.a.l.|s.a.l|s a l +sociedad anónima promotora de inversión|sociedad anonima promotora de inversion|sapi|s.a.p.i.|s.a.p.i|s a p i +sociedad anónima simplificada|sociedad anonima simplificada|sas|s.a.s.|s.a.s|s a s +sociedad civil|sc|s.c.|s.c|s c +sociedad colectiva|snc|s n c|soc cal|y cia sc|y cia s c|& cia sc|& cia s c +sociedad comanditaria|scra|s cra +sociedad cooperativa|scoop|s coop +sociedad cooperativa limitada|scl|s.c.l.|s.c.l|s c l +sociedad de capital e industria|scel|s.c.e.l.|s.c.e.l|s c e l +sociedad de garantia reciproca|sgr|s.g.r.|s.g.r|s g r +sociedad de responsabilidad limitada|srl|s.r.l.|s.r.l|s r l|s de rl|s de r l +sociedad del estado|se|s.e.|s.e|s e +sociedad en comandita|s en c|sc|y cia s en c|& cia s en c +sociedad en comandita port acciónes|sociedad en comandita por acciones|s en c por a|sca|s c a|cia sca|cia s c a +sociedad en nombre colectivo|cia|s en nc|s en n c +sociedad en nombre colectivo de responsabilidad limitada|cia ltda|ltda +sociedad gestora de instituciones de inversión colectiva|sociedad gestora de instituciones de inversion colectiva|sgiic|s g i i c +sociedad limitada|sl|s l|s.l.|s.l|sdad ltda +sociedad limitada laboral|sll|s.l.l.|s.l.l|s l l +sociedad limitada nueva empresa|slne|s.l.n.e.|s.l.n.e|s l n e +sociedad limitada unipersonal|slu|s.l.u.|s.l.u|s l u +sociedad port acciónes|sociedad por acciones|spa|s.p.a.|s.p.a|s p a +unión deportiva|union deportiva|ud|u.d.|u.d|u d +unión|union +y compañía|y compania|& compania|& compañía|y cía|y cia|& cía|& cia +y sucesores|& sucesores \ No newline at end of file diff --git a/resources/dictionaries/es/cross_streets.txt b/resources/dictionaries/es/cross_streets.txt new file mode 100644 index 0000000..6d4d110 --- /dev/null +++ b/resources/dictionaries/es/cross_streets.txt @@ -0,0 +1,9 @@ +& +y +en +con +x +esquina|esq +en la esquina de|en la esq de +esquina de|esq de +entre|entre /|e / \ No newline at end of file diff --git a/resources/dictionaries/es/directionals.txt b/resources/dictionaries/es/directionals.txt new file mode 100644 index 0000000..ba2cc73 --- /dev/null +++ b/resources/dictionaries/es/directionals.txt @@ -0,0 +1,13 @@ +este|e +norte|n +noreste|nordeste|ne|n.e.|n.e|n e +noroeste|nw|n.w.|n.w|n w +occidente +occidental +oeste|w +oriente|ote +oriental +poniente|pte +sur|s +sureste|se|s.e.|s.e|s e +suroeste|sw|s.w.|s.w|s w \ No newline at end of file diff --git a/resources/dictionaries/es/entrances.txt b/resources/dictionaries/es/entrances.txt new file mode 100644 index 0000000..d96a8b6 --- /dev/null +++ b/resources/dictionaries/es/entrances.txt @@ -0,0 +1,3 @@ +entrada|entr|entd +portal|prtl +pórtico|prtco|portico \ No newline at end of file diff --git a/resources/dictionaries/es/given_names.txt b/resources/dictionaries/es/given_names.txt new file mode 100644 index 0000000..5631d2b --- /dev/null +++ b/resources/dictionaries/es/given_names.txt @@ -0,0 +1,3 @@ +federico|fco|fcº|fc° +francisco|fco|fcº|franc|fc° +maria|mª|m.a|m.ª \ No newline at end of file diff --git a/resources/dictionaries/es/house_numbers.txt b/resources/dictionaries/es/house_numbers.txt new file mode 100644 index 0000000..41b9cd8 --- /dev/null +++ b/resources/dictionaries/es/house_numbers.txt @@ -0,0 +1,2 @@ +exterior|ext|ex +número exterior|no ext|# ext|nº ext|n° ext|n.º ext|n.° ext|núm ext|númr ext|numr ext|númro ext|numro ext|núm.ro ext|nr ext|num.ro ext|nro ext|n.ro ext|no ex|# ex|nº ex|n.º ex|n.° ex|núm ex|númr ex|numr ex|númro ex|numro ex|núm.ro ex|nr ex|num.ro ex|nro ex|n.ro ex \ No newline at end of file diff --git a/resources/dictionaries/es/level_types_basement.txt b/resources/dictionaries/es/level_types_basement.txt new file mode 100644 index 0000000..3359e6a --- /dev/null +++ b/resources/dictionaries/es/level_types_basement.txt @@ -0,0 +1 @@ +sótano|so|só|sotano \ No newline at end of file diff --git a/resources/dictionaries/es/level_types_mezzanine.txt b/resources/dictionaries/es/level_types_mezzanine.txt new file mode 100644 index 0000000..645b1a7 --- /dev/null +++ b/resources/dictionaries/es/level_types_mezzanine.txt @@ -0,0 +1 @@ +entresuelo|entlo \ No newline at end of file diff --git a/resources/dictionaries/es/level_types_numbered.txt b/resources/dictionaries/es/level_types_numbered.txt new file mode 100644 index 0000000..fe35f14 --- /dev/null +++ b/resources/dictionaries/es/level_types_numbered.txt @@ -0,0 +1,2 @@ +piso|pi|p +planta|pl|p \ No newline at end of file diff --git a/resources/dictionaries/es/level_types_standalone.txt b/resources/dictionaries/es/level_types_standalone.txt new file mode 100644 index 0000000..a21acb9 --- /dev/null +++ b/resources/dictionaries/es/level_types_standalone.txt @@ -0,0 +1,7 @@ +bajo|bjo|bo|bº|b° +bajos|bjos|bjs +planta baja|pb|pl baja +planta primera|pl primera +piso principal|pso pral|piso ppal|p ppal|piso pral|p pral +planta principal|ppl|pl ppal|pl pral|pl pr +principal|pral|ppal|pr \ No newline at end of file diff --git a/resources/dictionaries/es/level_types_sub_basement.txt b/resources/dictionaries/es/level_types_sub_basement.txt new file mode 100644 index 0000000..7eb2924 --- /dev/null +++ b/resources/dictionaries/es/level_types_sub_basement.txt @@ -0,0 +1 @@ +sub sótano|ss|s.s|s s \ No newline at end of file diff --git a/resources/dictionaries/es/near.txt b/resources/dictionaries/es/near.txt new file mode 100644 index 0000000..870a78b --- /dev/null +++ b/resources/dictionaries/es/near.txt @@ -0,0 +1,10 @@ +acá +aca +cerca +cerca de +cerca de acá|cerca de aca +cerca de aquí|cerca de aqui +cerca de mì|cerca de mi +en +por aquí|por aqui +próximo|proximo \ No newline at end of file diff --git a/resources/dictionaries/es/no_number.txt b/resources/dictionaries/es/no_number.txt new file mode 100644 index 0000000..ba44271 --- /dev/null +++ b/resources/dictionaries/es/no_number.txt @@ -0,0 +1 @@ +sin número|s / n|sin numero|s.n.|s.n|s n|sn|s / nº|s / n°|s.nº|s.n°|snº|sn°|s / no \ No newline at end of file diff --git a/resources/dictionaries/es/number.txt b/resources/dictionaries/es/number.txt new file mode 100644 index 0000000..1f0a043 --- /dev/null +++ b/resources/dictionaries/es/number.txt @@ -0,0 +1 @@ +número|#|num|núm|no|numero|№|nº|n°|n.º|n.°|númr|numr|númro|numro|núm.ro|nr|num.ro|nro|n.ro|nrº|nr°|nr.º|nr.°|nmro|nmr.o|nmrº|nmr°|nmr.º|nmr.° \ No newline at end of file diff --git a/resources/dictionaries/es/personal_suffixes.txt b/resources/dictionaries/es/personal_suffixes.txt new file mode 100644 index 0000000..e390606 --- /dev/null +++ b/resources/dictionaries/es/personal_suffixes.txt @@ -0,0 +1 @@ +junior|iunior|jr \ No newline at end of file diff --git a/resources/dictionaries/es/personal_titles.txt b/resources/dictionaries/es/personal_titles.txt new file mode 100644 index 0000000..85978b1 --- /dev/null +++ b/resources/dictionaries/es/personal_titles.txt @@ -0,0 +1,132 @@ +abad|abd +abogada|abga|abgda|abg.da +abogado|abg|abgdo|abg.do +administrador|admor|adm.or|admr +administradora|admora|adm.ora|admra +agrimensor|agrim +alcalde|alcde +alférez|alf|alferez|alfz +almirante|alm|almte|alte +alteza +arquitecto|arq +arquitecta|arqa +arquitectors|arqs|arqos +arzobispo|arz +barón|baron|bar +baronesa +brigadier|brg|bg|brig +brigadier general|brg general|brg gral|brg genl|brg gnal|brg gn|bg general|bg gral|bg genl|bg gnal|bg gn|brig general|brig gral|brig genl|brig gnal|brig gn +caballero|cab +cabo primero|cp|c.p.|c.p|c p +cabo segundo|cs|c.s.|c.s|c s +cabo tercero|ct|c.t.|c.t|c t +cacique|cque +capitán|cap|capt|ctn|cptn|capitan +cardenal|card|cnal +clérigo|clg|clerigo +comandante|cmdt|cmte|comte|cte +comisario|cmro +conde|cde +condesa|cdesa +consejal|cjal +consejero|cons|consejo +contralmirante|contralmte +coronel|cnel|col|crn +diacono|diac +diacona|diaca +diputado|dip +director|dir +directora|dira|dir.a +doctor|dr +doctora|dra +don|d +doña|dona|dª|dna|d.a|d.ª +dragoneante|dg +duque|dq +duquesa|dqsa|dqa +embajador|emb +enfermera|enf|enfa +escritor +escritora +excelencia|exca|exc.a +excelentisima|excma +excelentisimo|excmo +fray|fr +gendarme|gdme +general|gral|genl|gnal|gn +gobernadora|gdora|goba +gobernador|gdor|gob +hermana|hna +hermanas|hnas +hermano|hno +hermanos|hnos +infanta|infa|infta +infante|inf|infte +ingeniera|inga +ingeniero|ing|ingo +inspector|insp +intendente|int +jefe|jf +juez|jz +licenciada|lda|lica|lic.a +licenciado|ldo|lic|lico|lic.o +locutor|loc +madre|me|m.e +maestro|mstro|mtro +majestad +mariscal|mscal +marques|mq|marqs +marquesa|mqa|marqsa +mayor|my|may +mayor de brigada|may brig|my brig +mayor general|mg|m.g.|m.g|m g|my gen|my gral +ministerio|min +ministro|mtro +monseñor|monsenor|mons|msnr +notario|not +nuestra señora|nuestra senora|ns|n s|ntra sra +obispo|ob +padre|pe|p.e|pdre|p.dre +piloto fluvial|plto flvial +presidenta|pdta|presa|pres.a|presida|presid.a|pta +presidente|pdte|pres|presid|pte +príncipe|principe +principal|pral +procurador|proc +profesor|prof|profr +profesora|prof.ª|prof.a|profª|profa|profrª|profra +reina|ra +reverendo|rvdo|rdo|rvd|rev +reverendo|rvdo|rdo|rvd|rev +reverendisima|rma|rvdma +reverendisimo|rmo|rvdmo +rey +reyes +san|s +santa|stª|st.ª|sta|st.a +sant|st +santo|stº|st°|sto|st.o|st.º|st.° +sargento|sarg|sgto|sargto +sargento ayudante|sarg ay|sgto ay|sargto ay +sargento mayor|sm|s.m.|s.m|s m|sarg my|sgto my|sargto my +sargento primero|sp|s.p.|s.p|s p +sargento segundo|sg|s.g.|s.g|s g +sargento viceprimero|sargento vice primero|sv|s.v.|s.v|s v +secretario|secreto|secto|sect.o +secretaria|secreta|secta|sect.a +senador|sen +señor|sr|senor +señora|sª|s.ª|srª|sra|sr.ª|s.ra|senora +señores|srs|sres|s.res|senores +señorita|srta|s.rta|senorita +serenisima|serma|ser.ma +serenisimo|sermo|ser.mo +soldado|sold +subteniente|subte|stn +teniente|tn|tte +teniente coronel|tcnl|tte cnel|tte col|tn cnel|tn col +teniente general|tn gral|tte gral|tn gen|tte gen +teniente primero|tte pro|tn pro +vicealmirante|vice almirante|v alm|v alte|v almte +vizconde|vde +vizcondesa|vdesa \ No newline at end of file diff --git a/resources/dictionaries/es/place_names.txt b/resources/dictionaries/es/place_names.txt new file mode 100644 index 0000000..253e0b1 --- /dev/null +++ b/resources/dictionaries/es/place_names.txt @@ -0,0 +1,234 @@ +aeropuerto +agencia de viajes +albergue +almacén|almacen +almacén general|almacen general +alquileres de bicicletas +alquileres de vehículos|alquileres de vehiculos +aparcamiento +aparcamiento de bicicletas +apartamentos|aptos +apostadero de caza +área de juegos|area de juegos +área de picnic|area de picnic +área recreacional|area recreacional +área recreativa|area recreativa +arboleda|arb +arrabal|arral +arroyo|arry +aseos +asuntos exteriores|aa ee +atlético|atlo|atletico +auditorio +autoescuela +autolavado +ayuntamiento +balneario|balnr +baños|banos +banco +bar +bazar +biblioteca|bibl +bodega +borda +burdel +cabaña|cabana +café|cafe +cafetería|cafeteria +campo|cpo +campo de golf|cpo de folf +cama y desayuno +campamento +cantera|cantr +cantina|canti +capilla +carnicería|carniceria +caserío|caserio|csrío|csrio +casa +casa de cambio +casa señorial|casa senorial +casas +casino +castillo|cast +cementerio +centro comercial|centro cial|centro.cial|centro com|centro.com|ctro comercial|ctro.cial|ctro cial|ctro com|ctro.com|ctr comercial|ctr.cial|ctr cial|ctr.com|ctr comm|cto comercial|cto.cial|cto cial|cto.com|cto com|cc|c.c.|c.c|c c +centro comunitario|cto comun|cto comunitario|ctro comun|ctro comunitaro +centro de arte|cto de arte|ctro de arte +centro de salud|cto de salud|ctro de salud +centro deportivo|cto deportivo|ctro deportivo +centro juvenil|cto juvenil|ctro juvenil +centro médico|centro medico|cto médico|cto medico|ctro médico|ctro medico +charcutería|charcuteria +cine +clínica|clinica +clínica veterinaria|clinica veterinaria +club|clb +club social|clb social +colegio +colegio mayor +comida rápida|comida rapida +comisario de policía|comisario de policia +complejo en la playa +compras +concesionario +concesionario de automóviles|concesionario de automoviles +consultorio médico|consultorio medico +conjunto|cjto|conj|cto +cooperativa|coop +copistería|copisteria +corral|crral +corralillo|crrlo +correos +corretaje +convento|cnvto +cooperativa|coop +cortijo|crtjo +crematorio +dehesa|dhsa +de capital variable|de cv|de c v +dentista +dirección|dir +diseminado|disem +discoteca|disco +dormitorios +droguería|drogueria +dulcería|dulceria +embajada +enfermería|enfermeria +escaleras|escas +escuela +escuelas +estación|estacion|estcn +estación de autobuses|estacion de autobuses|estcn de autobuses +estación de tren|estacion de tren|estcn de tren +estacionamiento|estto +estadio +estancias|estancs|ests +estudio +extensión|ext|extension +fábrica|fabrica|fca|fbrca +farmacia +ferretería|ferreteria +ferrocarril|fc|f.c.|f.c|f c +ferrocarriles|ff cc|ffcc +finca +floristería|floristeria +frutería|fruteria +fuente +funeraria +galería|galeria +gasolinera +gimnasio +golfito +grandes almacenes +granja|granj +habitación|hab|habitacion +hacienda|hda +heladería|heladeria +hipódromo|hipodromo|hipod +horno +hospital|hosp +hostal +hotel +iglesia|igl|igla +iglesias|iglas +inmobiliaria +instituto|inst +jardín|jdin|jard|jardin +jardín de infancia|jardin de infancia +jardínes|jdins|jards|jardines +joyería|joyeria +juguetería|jugueteria +juzgado +kiosko +kiosko de prensa +lavandería|lavanderia +librería|libreria +licorería|licoreria +mansión|mans|mansion +mansiónes|manses|mansiones +mercado|merc +mercado público|mercado publico|merc público|merc publico +minigolf +mirador|mrdor +monasterio|mtrio +monumento +motel +muebles +muelle|meull +museo +óptica|optica +pabellón|pabellon +palacio|palac +palacios|palacs +panadería|panaderia +papelería|papeleria +parafarmacia +parque|pque|parq|pq|pqe +parque acuático|parque acuatico +parque de bomberos +parque infantil +parque municipal +parque temático|parque tematico +parvulario +pastelería|pasteleria +pescadería|pescaderia +peluquería|peluqueria +pequeño supermercado|pequeno supermercado +pilar +piscina +playa +policía|policia +polideportivo +preescolar +preescolar comunitario +prisión|prision +pub +puebla|pbla +pueblo|pblo +puente|pnte +puerta|pta +puerto|pto +puerto deportivo|pto deportivo +punto de reciclaje +rancho|rch|rcho +refugio +repuestos automotrices +rescate de montaña|rescate de montana +residencia de estudiantes +residencia de jubilados +residencia de la tercera edad +residencial|resid|res +restaurante +ruinas +salón de acto|salon de acto +salón de belleza|salon de belleza +salón municipal|salon municipal +sanatorio|sanat +santuario|santu +sauna +sociedad|soc +supermercado +taberna +taller +taller mecánico|taller mecanico +talleres +teatro +templo +terminal de ferry +tienda +tintorería|tintoreria +torre +transito|trans +universidad|univ|uni|univers +villa|vla +villas|vlas +videotienda +vivero +viñedo|vinedo +viviendas|vvdas +zapatería|zapateria +zona comercial +zona industrial +zona militar +zoológico|zoologico \ No newline at end of file diff --git a/resources/dictionaries/es/post_office.txt b/resources/dictionaries/es/post_office.txt new file mode 100644 index 0000000..a9d741f --- /dev/null +++ b/resources/dictionaries/es/post_office.txt @@ -0,0 +1,4 @@ +apartado|apdo|aptdo +apartado de correos|apdo de correos +apartado postal|apdo postal|aptdo postal +casilla de correos|c.c|cc|c c \ No newline at end of file diff --git a/resources/dictionaries/es/postcodes.txt b/resources/dictionaries/es/postcodes.txt new file mode 100644 index 0000000..afa4c32 --- /dev/null +++ b/resources/dictionaries/es/postcodes.txt @@ -0,0 +1 @@ +codigo postal|cp|c.p|c p \ No newline at end of file diff --git a/resources/dictionaries/es/qualifiers.txt b/resources/dictionaries/es/qualifiers.txt new file mode 100644 index 0000000..9baa25e --- /dev/null +++ b/resources/dictionaries/es/qualifiers.txt @@ -0,0 +1,34 @@ +aldea +ampliación|amplicacion|ampl|amp +auzoa +barriada|barda +barrio|bo|brio|brrio|bº|b°|b.º|b.°|b /|br +barrios|bos|brios|brrios +bloque|blque|bloq|blq|bl|bq|blo +colonia|col +comuna +conjunto|cjto|conj|cto +ciudad|cdad|cd +cuadra|cuadr +distrito|dtto +distrito postal|dp|d p|dtto postal +estado|edo +extrarradio|extrr +extramuros|extrm +isla|isl|is +islas|isls|iss +kilómetro|km|kilometro|kilom +manzana|mz +núcleo|ncleo|nucleo +partida|ptda +poblado|pbdo|pob|pobl +polígono|poligono|políg|polig|pol +polígono residencial|poligono residencial|políg res|polig res|pol.res|pol res|pgres|pg res|pr|p.r.|p.r|p r +polígono industrial|poligono industrial|políg ind|polig ind|pol.ind|pol ind|pgind|pg ind|pi|p.i.|p.i|p i +provincia|pcia +punto kilométrico|punto kilometrico|pk|p.k.|p k +sección|seccion|secc|sccn|scn|sec +sector|sect +urbanización|urbanizacion|urb|ur +vecindario|vecin +zona|zna|zn \ No newline at end of file diff --git a/resources/dictionaries/es/staircases.txt b/resources/dictionaries/es/staircases.txt new file mode 100644 index 0000000..230cc0d --- /dev/null +++ b/resources/dictionaries/es/staircases.txt @@ -0,0 +1,2 @@ +escalera|esc|esca +escalinata|escal|escalin \ No newline at end of file diff --git a/resources/dictionaries/es/stopwords.txt b/resources/dictionaries/es/stopwords.txt new file mode 100644 index 0000000..4c309c3 --- /dev/null +++ b/resources/dictionaries/es/stopwords.txt @@ -0,0 +1,29 @@ +a +al +allende +cerca +con +de +debajo +del +dela +des +detras +el +en +encima +enfrente +junta +hasta +la +lado +las +lo +los +mas +para|pa +por +sin +un +una +y|& \ No newline at end of file diff --git a/resources/dictionaries/es/street_types.txt b/resources/dictionaries/es/street_types.txt new file mode 100644 index 0000000..481a442 --- /dev/null +++ b/resources/dictionaries/es/street_types.txt @@ -0,0 +1,108 @@ +acceso|acces +alameda|alam +alquería|alqueria|alque +andador|andad +angosta|angta +apeadero|apdro +autopista|auto|autop|aut|ap +autovía|autovia|autov +avenida|av|avd|avda|av / +avenida calle|ac|av cl|av| cll|av calle +avenida carrera|ak|av cr|av cra|avda cra|avda cr +bajada|bjada +banda|bda +barranco|branc +barranquillo|bqllo +barriada|barda +brazal|brzal +bulevar|bulev|blev|blv|bv|bl|br|boulevard|blvd|bvd +calle|c|cl|cll|c /|ca|call +calleja|cllja +callejón|callejon|callej|cjón|cjon|cllon|cllón|cj +calle privada|calle priv|c priv|cl priv|cll priv|c / priv +callejuela|cjla +callizo|cllzo +calzada|czada|calz +camino|cno|cmo|cmno|cm +camino hondo|ch|c.h.|c.h|c h +camino nuevo|cn|c.n.|c.n|c n +camino viejo|cv|c.v.|c.v|c v +caminito|cmt +camping|campg +cantera|cantr +cantón|canton|cant +carrera|cra|carra|carr|cr|kra|kr +carretera|ctra|cr|ct +carreterín|carreterin|ctrin +carretil|crtil +carril|crril +cerrada|cda|cer +cinturón|cinturon|cint +circular|cq +circuito|cto +circunvalar|cv|crv|cirv +circunvalación|circunvalacion|ccvcn +corredor|crrdo +costanilla|cstan +costera +cuesta|custa +diagonal|diag|dg +diseminado|disem +espalda|eslda +estrada|estda +explanada|expla +extensión|ext|extension +extramuros|extrm +galería|galeria|gale +glorieta|gta|g +gran vía|gran via|gv|g v +hacienda|hda +ladera|ldera +laderas|lderas +llanura|llnra +malecón|malecon|malec +mirador|mrdor +muelle|meull +pantano|pant +paraje|praje +parque|pque|parq|pq|pqe +particular|parti +partida|ptda +pasadizo|pzo +pasaje|psaje|psj +paseo|pº|p°|po|pso|pseo|pas|ps|p|p.o|p.º|p.° +paseo maritimo|psmar|ps mar +paso +pasillo|psllo +peatonal|peat +periferico|perif +plaza|pl|plza|pza|p.za|pz +plazoleta|pzta|plzta|plta +plazuela|plzla +poblado|pbdo +polígono residencial|poligono residencial|políg res|polig res|pol.res|pol res|pgres|pg res|pr|p.r.|p.r|p r +polígono industrial|poligono industrial|políg ind|polig ind|pol.ind|pol ind|pgind|pg ind|pi|p.i.|p.i|p i +prolongación|prolongacion|prol +puebla|pbla +pueblo|pblo +puente|pnte +rambla|rbla +rampla|rampa|rpla +retorno|ret|rt +rincón|rincon|rcon|rin|rncn|rncon +rinconada|rcda|rcnda +ronda|rda +rotonda|rtda +ruta|rta +sector|sect +sendera|sedra +sendero|send|sedro +subida|sbida +tránsito|transito|trans +transversal|trval|trvsal|tv|tr +trasera|tras +travesía|travesia|trva|trvsía|trvsia +vereda|vreda|ver +viaducto|vcto|vd +via|v +vista|vst|vsta|vist diff --git a/resources/dictionaries/es/surnames.txt b/resources/dictionaries/es/surnames.txt new file mode 100644 index 0000000..265dbe9 --- /dev/null +++ b/resources/dictionaries/es/surnames.txt @@ -0,0 +1,6 @@ +fernández|fernandez|fdez +lópez|lopez|lpez +hernández|hernandez|hdez +gonzález|gonzalez|glez +martínez|martinez|mnez +rodríguez|rodriguez|rguez \ No newline at end of file diff --git a/resources/dictionaries/es/synonyms.txt b/resources/dictionaries/es/synonyms.txt new file mode 100644 index 0000000..2b3fb8c --- /dev/null +++ b/resources/dictionaries/es/synonyms.txt @@ -0,0 +1,58 @@ +abril|abr|abl +agosto|ag|agto|ag.to|agt +altura|alt +alturas|alts +arboleda|arb +arrabal|arral +bosque|bsq +brigada|brig +cabo|cbo +campo|cpo|cmpo +campos|cpos|cmpos +canal|cnl +centro|cntro|ctro +cerro|crro +corral|crral +corralillo|crrlo +diseminado|disem +enero|en|eno|ene|en o +diciembre|dic|dicbre|dic.bre|dice|dic.e|dbre|d.bre|10bre|10.bre|10 bre|xbre|x.bre|x bre +febrero|febo|feb.o|febro|feb.ro|febr|feb +gobierno|gob|gobno|gob.no +grande|gr +guerra|ga +independencia|indep +infantería|infanteria|infa|ynfa|ynfanta +jardín|jdin|jard|jardin +jardínes|jdins|jards|jardines +junio|jun|jn +julio|jul|jl +lago|lg +lagos|lgs +laguna|lgna +llanura|llnra +llanuras|llnras +marzo|mzo|mar +mayo|my|may +militar|milr +monte|mt|mte|mnte +montes|mts|mtes|mntes|mnts +nacional|nal|nacl +noviembre|nbre|n.bre|nvre|n.vre|nove|nov.e|novre|nov.re|novbre|nov.bre|9bre|9.bre|9 bre +octubre|oct|octbre|oct.bre|octe|oct.e|8bre|8.bre|8 bre +portillo|ptilo|ptllo +prado|prdo +primeros|pros +privada|priv +punta|pnta +quebrada|qbda +real|rl +republica|rep +revolucion|rev +ribera|ribr +río|rio +septiembre|setbre|set.bre|sepe|sep.e|sepbre|sep.bre|7bre|7 re|7re|7.re|7 bre|7.bre|sep|set +sierra|srra +valle|vlle +volcan|vlcn +voluntarios|voluntos \ No newline at end of file diff --git a/resources/dictionaries/es/toponyms.txt b/resources/dictionaries/es/toponyms.txt new file mode 100644 index 0000000..130b8b4 --- /dev/null +++ b/resources/dictionaries/es/toponyms.txt @@ -0,0 +1,39 @@ +barcelona|barna|bar.na +buenos aires|bs as|bs.as +capital federal|cap fed +ciudad de méxico|c méx|c mex|c de méx|c de mex|ciudad de mexico +distrito federal|df|d.f|d f +distrito capital|dc|d.c|d c +distrito nacional|dn|d.n|d n +madrid|madd +aguascalientes|ag +baja california|bn +baja california sur|bs +campeche|cm +chiapas|cp +chihuahua|ch +coahuila|ca +colima|cl +durango|du +guanajuato|gt +guerrero|gr +hidalgo|hi +jalisco|ja +méxico|mexico|mx +michoacán|michoacan|mc +morelos|mr +nayarit|na +nuevo león|nuevo leon|nl +oaxaca|oa +puebla|pu +querétaro|queretaro|qe +quintana roo|qr +san luis potosí|san luis potosi|sl +sinaloa|si +sonora|so +tabasco|tb +tamaulipas|tm +tlaxcala|tl +veracruz|ve +yucatán|yucatan|yu +zacatecas|za \ No newline at end of file diff --git a/resources/dictionaries/es/unit_directions.txt b/resources/dictionaries/es/unit_directions.txt new file mode 100644 index 0000000..a09fe1a --- /dev/null +++ b/resources/dictionaries/es/unit_directions.txt @@ -0,0 +1,4 @@ +derecha|dcha|d +frente|fren +izquierda|izq|izda|izqa|izqda|i +trasera|trs|tras \ No newline at end of file diff --git a/resources/dictionaries/es/unit_types_numbered.txt b/resources/dictionaries/es/unit_types_numbered.txt new file mode 100644 index 0000000..205d0e7 --- /dev/null +++ b/resources/dictionaries/es/unit_types_numbered.txt @@ -0,0 +1,15 @@ +apartamento|apto|apt|apartamiento|ap +ático|át|atico|at +casa +consultorio|cn +departamento|dpto|dept|dep|dto|depto +interior|int|in +número interior|no int|# int|nº int|n° int|№ int|n.º int|n.° int|núm int|númr int|numr int|númro int|numro int|núm.ro int|nr int|num.ro int|nro int|n.ro int|no in|# in|nº in|n° in|№ in|n.º in|n.° in|núm in|númr in|numr in|númro in|numro in|núm.ro in|nr in|num.ro in|nro in|n.ro in +letra +lote|lt +oficina|of|ofc +parcela +puerta|pta +sala +suite|ste +unidad|unid|udad|un \ No newline at end of file diff --git a/resources/dictionaries/es/unit_types_standalone.txt b/resources/dictionaries/es/unit_types_standalone.txt new file mode 100644 index 0000000..18523e4 --- /dev/null +++ b/resources/dictionaries/es/unit_types_standalone.txt @@ -0,0 +1,5 @@ +ático|át|atico|at|atco +ático de lujo|át de lujo|atico de lujo|at de lujo|ático lujo|át lujo|atico lujo|at lujo|atco lujo +cobertizo|cbtizfrente|fren +sobreático|sobreatico +trasera|trs|tras \ No newline at end of file diff --git a/resources/dictionaries/et/ambiguous_expansions.txt b/resources/dictionaries/et/ambiguous_expansions.txt new file mode 100644 index 0000000..538bfca --- /dev/null +++ b/resources/dictionaries/et/ambiguous_expansions.txt @@ -0,0 +1,5 @@ +& +k +l +p +t \ No newline at end of file diff --git a/resources/dictionaries/et/building_types.txt b/resources/dictionaries/et/building_types.txt new file mode 100644 index 0000000..90a83d5 --- /dev/null +++ b/resources/dictionaries/et/building_types.txt @@ -0,0 +1,3 @@ +ehitusala|ehit +maja +talu|tl \ No newline at end of file diff --git a/resources/dictionaries/et/company_types.txt b/resources/dictionaries/et/company_types.txt new file mode 100644 index 0000000..732d2b1 --- /dev/null +++ b/resources/dictionaries/et/company_types.txt @@ -0,0 +1,10 @@ +as|a / s|aktsiaselts +kompanii|ko|komp +korporatsioon|korp +mtü|mtu|mittetulundusühing|mittetulundusuhing +oü|ou|osaühing|osauhing +ras|riiklik aktsiaselts +tü|tu|täisühing|taisuhing +üf|ühisfirma|uhisfirma +üh|ühing|uhing +uü|uu|usaldusühing|usaldusuhing \ No newline at end of file diff --git a/resources/dictionaries/et/cross_streets.txt b/resources/dictionaries/et/cross_streets.txt new file mode 100644 index 0000000..a2711ee --- /dev/null +++ b/resources/dictionaries/et/cross_streets.txt @@ -0,0 +1,4 @@ +ja +nurgal +nurgas +vahel \ No newline at end of file diff --git a/resources/dictionaries/et/directionals.txt b/resources/dictionaries/et/directionals.txt new file mode 100644 index 0000000..f53e185 --- /dev/null +++ b/resources/dictionaries/et/directionals.txt @@ -0,0 +1,9 @@ +edelasse +ida +kagu +kirde +lääs|laas +loe +lõuna|louna|l +põhi|pohi|p +põhja|pohja \ No newline at end of file diff --git a/resources/dictionaries/et/entrances.txt b/resources/dictionaries/et/entrances.txt new file mode 100644 index 0000000..b2a6ecd --- /dev/null +++ b/resources/dictionaries/et/entrances.txt @@ -0,0 +1 @@ +sissepääs|sissepaas \ No newline at end of file diff --git a/resources/dictionaries/et/level_types_basement.txt b/resources/dictionaries/et/level_types_basement.txt new file mode 100644 index 0000000..36905d4 --- /dev/null +++ b/resources/dictionaries/et/level_types_basement.txt @@ -0,0 +1,2 @@ +kelder +keldris \ No newline at end of file diff --git a/resources/dictionaries/et/level_types_numbered.txt b/resources/dictionaries/et/level_types_numbered.txt new file mode 100644 index 0000000..4ca43e5 --- /dev/null +++ b/resources/dictionaries/et/level_types_numbered.txt @@ -0,0 +1 @@ +korrusel \ No newline at end of file diff --git a/resources/dictionaries/et/near.txt b/resources/dictionaries/et/near.txt new file mode 100644 index 0000000..eaaf8e2 --- /dev/null +++ b/resources/dictionaries/et/near.txt @@ -0,0 +1,4 @@ +lähedal|lahedal +lähedal mulle|lahedal mulle +siin lähedal|siin lahedal +siinkandis \ No newline at end of file diff --git a/resources/dictionaries/et/number.txt b/resources/dictionaries/et/number.txt new file mode 100644 index 0000000..0298202 --- /dev/null +++ b/resources/dictionaries/et/number.txt @@ -0,0 +1 @@ +number|nr|no|#|nbr \ No newline at end of file diff --git a/resources/dictionaries/et/personal_titles.txt b/resources/dictionaries/et/personal_titles.txt new file mode 100644 index 0000000..329e8bc --- /dev/null +++ b/resources/dictionaries/et/personal_titles.txt @@ -0,0 +1,13 @@ +doktor|dr +härra|harra|hr +kapteen|kpt +kolonel|kol +kolonelleitnant|kol.-ltn|kol-ltn|kol ltn +major|mjr +noorem leitnant|n.-ltn|n-ltn|n ltn +proua|pr +preili|prl +professor|prof +pühak|puhak +seltsimees|sm +vanem leitnant|v.-ltn|v-ltn|v ltn \ No newline at end of file diff --git a/resources/dictionaries/et/place_names.txt b/resources/dictionaries/et/place_names.txt new file mode 100644 index 0000000..eb22404 --- /dev/null +++ b/resources/dictionaries/et/place_names.txt @@ -0,0 +1,39 @@ +akadeemia +apteek +baar +farmaatsia|farm +gümnaasium|gumnaasium +haigla +instituut|inst +jaoskond|jsk +keskkool|kk +kalmistu +keskkool +kirik +kiriku +kool +kooli +kohvik +kontserdipaik +lasteaed +lasteaia +lossi +majaka +ministeerium|min +observatoorium|obs +organisatsioon|org +osakond|osk +pargi +põhikool|pohikool +postkontor +raamatukogu|rmtk +raamatukauplus|rmtkpl +sild +staadioni +teater +teatriala|teatr +tehase +torni +turu +ülikool|ulikool +vabriku \ No newline at end of file diff --git a/resources/dictionaries/et/post_office.txt b/resources/dictionaries/et/post_office.txt new file mode 100644 index 0000000..40652d7 --- /dev/null +++ b/resources/dictionaries/et/post_office.txt @@ -0,0 +1,2 @@ +abonementpostkast +kast \ No newline at end of file diff --git a/resources/dictionaries/et/qualifiers.txt b/resources/dictionaries/et/qualifiers.txt new file mode 100644 index 0000000..0e22f3c --- /dev/null +++ b/resources/dictionaries/et/qualifiers.txt @@ -0,0 +1,6 @@ +kubermang|kub +küla|kula +maakond|mk +oblast|obl +rajoon|raj +vald \ No newline at end of file diff --git a/resources/dictionaries/et/staircases.txt b/resources/dictionaries/et/staircases.txt new file mode 100644 index 0000000..f1585e1 --- /dev/null +++ b/resources/dictionaries/et/staircases.txt @@ -0,0 +1 @@ +trepikoda \ No newline at end of file diff --git a/resources/dictionaries/et/stopwords.txt b/resources/dictionaries/et/stopwords.txt new file mode 100644 index 0000000..fa41c60 --- /dev/null +++ b/resources/dictionaries/et/stopwords.txt @@ -0,0 +1 @@ +ja|& \ No newline at end of file diff --git a/resources/dictionaries/et/street_types.txt b/resources/dictionaries/et/street_types.txt new file mode 100644 index 0000000..e48c0da --- /dev/null +++ b/resources/dictionaries/et/street_types.txt @@ -0,0 +1,10 @@ +allee +esplanaadi +maantee|mnt +pargi +plats +puiestee|pst +raudtee|rdt +raudteejaam|rdtj +tänav|tanav|tn +tee|t \ No newline at end of file diff --git a/resources/dictionaries/et/toponyms.txt b/resources/dictionaries/et/toponyms.txt new file mode 100644 index 0000000..9d27030 --- /dev/null +++ b/resources/dictionaries/et/toponyms.txt @@ -0,0 +1 @@ +tallinn|tln \ No newline at end of file diff --git a/resources/dictionaries/et/unit_directions.txt b/resources/dictionaries/et/unit_directions.txt new file mode 100644 index 0000000..bb641e1 --- /dev/null +++ b/resources/dictionaries/et/unit_directions.txt @@ -0,0 +1,4 @@ +paremal +paremale +vasakul +vasakule \ No newline at end of file diff --git a/resources/dictionaries/et/unit_types_numbered.txt b/resources/dictionaries/et/unit_types_numbered.txt new file mode 100644 index 0000000..fbbe954 --- /dev/null +++ b/resources/dictionaries/et/unit_types_numbered.txt @@ -0,0 +1,3 @@ +korter|k +ruumi +uks \ No newline at end of file diff --git a/resources/dictionaries/eu/ambiguous_expansions.txt b/resources/dictionaries/eu/ambiguous_expansions.txt new file mode 100644 index 0000000..553961d --- /dev/null +++ b/resources/dictionaries/eu/ambiguous_expansions.txt @@ -0,0 +1,2 @@ +& +k \ No newline at end of file diff --git a/resources/dictionaries/eu/cross_streets.txt b/resources/dictionaries/eu/cross_streets.txt new file mode 100644 index 0000000..257496e --- /dev/null +++ b/resources/dictionaries/eu/cross_streets.txt @@ -0,0 +1,4 @@ +& +arteko +eta +txoko \ No newline at end of file diff --git a/resources/dictionaries/eu/entrances.txt b/resources/dictionaries/eu/entrances.txt new file mode 100644 index 0000000..1f2a474 --- /dev/null +++ b/resources/dictionaries/eu/entrances.txt @@ -0,0 +1 @@ +sarrera \ No newline at end of file diff --git a/resources/dictionaries/eu/level_types_numbered.txt b/resources/dictionaries/eu/level_types_numbered.txt new file mode 100644 index 0000000..9c63261 --- /dev/null +++ b/resources/dictionaries/eu/level_types_numbered.txt @@ -0,0 +1 @@ +solairua|sol \ No newline at end of file diff --git a/resources/dictionaries/eu/level_types_standalone.txt b/resources/dictionaries/eu/level_types_standalone.txt new file mode 100644 index 0000000..77ccef2 --- /dev/null +++ b/resources/dictionaries/eu/level_types_standalone.txt @@ -0,0 +1,2 @@ +beheko solairua|beheko sol +behe-solairua|behe solairua|behe-sol|behe sol \ No newline at end of file diff --git a/resources/dictionaries/eu/near.txt b/resources/dictionaries/eu/near.txt new file mode 100644 index 0000000..015493c --- /dev/null +++ b/resources/dictionaries/eu/near.txt @@ -0,0 +1,5 @@ +hemen +hemen gertu +gertu +gertuko +me gertu \ No newline at end of file diff --git a/resources/dictionaries/eu/no_number.txt b/resources/dictionaries/eu/no_number.txt new file mode 100644 index 0000000..fd108cb --- /dev/null +++ b/resources/dictionaries/eu/no_number.txt @@ -0,0 +1 @@ +zenbakirik gabe|zk.g|zk g|zk / g|zk g \ No newline at end of file diff --git a/resources/dictionaries/eu/place_names.txt b/resources/dictionaries/eu/place_names.txt new file mode 100644 index 0000000..1fe1381 --- /dev/null +++ b/resources/dictionaries/eu/place_names.txt @@ -0,0 +1,63 @@ +aireportu +antzokia +aparkaleku +arte zentroa +autobus-geltoki|autobus geltoki +auto garbiketa +banku +birziklatze gune +bulego +denda +dentista +diru-truke bulegoa|diru truke bulegoa|dirutruke bulegoa +diskoteka|disko +dorre +eliza +enbaxada +entzunareto +epaitegia +erosketak +errauste labe +eskolaurre +espetxe +estadio +estudio +etxea +farmazia +gau-klub|gau klub|gauklub +gaztelekua +gimnasioa +haurtzaindegi +herri azoka +hilerri +hotel +ibilgailu-alokairu|ibilgailu alokairu +ikastetxe +iturri +izozkiak +janari azkarra +jatetxe +kafetegi +kapera +kasino +klinika +komunitate zentroa +liburutegia +medikuak +merkatu +merkatua +osasun zentroa +ospitalea +parke +polizia +postetxe +putetxe +sauna +suhiltzaileak +supermerkatu|super merkatu +taberna +tren geltokia +txirrindu alokairua +udaletxe +unibertsitate +zinema diff --git a/resources/dictionaries/eu/post_office.txt b/resources/dictionaries/eu/post_office.txt new file mode 100644 index 0000000..bf955b6 --- /dev/null +++ b/resources/dictionaries/eu/post_office.txt @@ -0,0 +1 @@ +posta-kutxa|posta kutxa|p.-ku|p.ku|p ku|pku \ No newline at end of file diff --git a/resources/dictionaries/eu/postcodes.txt b/resources/dictionaries/eu/postcodes.txt new file mode 100644 index 0000000..eb5e82f --- /dev/null +++ b/resources/dictionaries/eu/postcodes.txt @@ -0,0 +1 @@ +posta-kodea|posta kodea|p.-k|p.k|pk|p k \ No newline at end of file diff --git a/resources/dictionaries/eu/qualifiers.txt b/resources/dictionaries/eu/qualifiers.txt new file mode 100644 index 0000000..4cf9f1a --- /dev/null +++ b/resources/dictionaries/eu/qualifiers.txt @@ -0,0 +1,2 @@ +auzoa +blokea|bl \ No newline at end of file diff --git a/resources/dictionaries/eu/staircases.txt b/resources/dictionaries/eu/staircases.txt new file mode 100644 index 0000000..b90ed87 --- /dev/null +++ b/resources/dictionaries/eu/staircases.txt @@ -0,0 +1 @@ +eskailera|eskra \ No newline at end of file diff --git a/resources/dictionaries/eu/stopwords.txt b/resources/dictionaries/eu/stopwords.txt new file mode 100644 index 0000000..6aafbc3 --- /dev/null +++ b/resources/dictionaries/eu/stopwords.txt @@ -0,0 +1 @@ +eta|& \ No newline at end of file diff --git a/resources/dictionaries/eu/street_types.txt b/resources/dictionaries/eu/street_types.txt new file mode 100644 index 0000000..e0db12f --- /dev/null +++ b/resources/dictionaries/eu/street_types.txt @@ -0,0 +1,18 @@ +autobidea +autopista +bide +bidea +bidexka +enparantza +errepidea|err +etorbidea|etorb +hiribidea +ibilbidea +kalea|k +kale +karrika +korridorea +pasealekua|pas +plaza|pl +zeharbidea|zehb +zumardia|zum \ No newline at end of file diff --git a/resources/dictionaries/eu/unit_directions.txt b/resources/dictionaries/eu/unit_directions.txt new file mode 100644 index 0000000..464756d --- /dev/null +++ b/resources/dictionaries/eu/unit_directions.txt @@ -0,0 +1,3 @@ +eskuina|esk +ezkerkada|ezk +ezkerreko|ezk.-ko|ezk-ko|ezk.ko|ezkko \ No newline at end of file diff --git a/resources/dictionaries/eu/unit_types_numbered.txt b/resources/dictionaries/eu/unit_types_numbered.txt new file mode 100644 index 0000000..e3a2b52 --- /dev/null +++ b/resources/dictionaries/eu/unit_types_numbered.txt @@ -0,0 +1,2 @@ +apartamentu|ap|aptu|apt +bulego \ No newline at end of file diff --git a/resources/dictionaries/fa/personal_titles.txt b/resources/dictionaries/fa/personal_titles.txt new file mode 100644 index 0000000..820a2eb --- /dev/null +++ b/resources/dictionaries/fa/personal_titles.txt @@ -0,0 +1,6 @@ +امام +مدرس +دکتر +استاد +شهریار +شیخ \ No newline at end of file diff --git a/resources/dictionaries/fa/place_names.txt b/resources/dictionaries/fa/place_names.txt new file mode 100644 index 0000000..89c6e72 --- /dev/null +++ b/resources/dictionaries/fa/place_names.txt @@ -0,0 +1,3 @@ +مسجد +دانشگاه +آموز \ No newline at end of file diff --git a/resources/dictionaries/fa/street_types.txt b/resources/dictionaries/fa/street_types.txt new file mode 100644 index 0000000..b6313dd --- /dev/null +++ b/resources/dictionaries/fa/street_types.txt @@ -0,0 +1,7 @@ +خیابان +بلوار +کوچه +جاده +بزرگراه +آزادراه +کوی \ No newline at end of file diff --git a/resources/dictionaries/fi/ambiguous_expansions.txt b/resources/dictionaries/fi/ambiguous_expansions.txt new file mode 100644 index 0000000..6dc2a2f --- /dev/null +++ b/resources/dictionaries/fi/ambiguous_expansions.txt @@ -0,0 +1,5 @@ +& +k +p +r +t \ No newline at end of file diff --git a/resources/dictionaries/fi/building_types.txt b/resources/dictionaries/fi/building_types.txt new file mode 100644 index 0000000..75fbef4 --- /dev/null +++ b/resources/dictionaries/fi/building_types.txt @@ -0,0 +1,3 @@ +huvila +koti +talo \ No newline at end of file diff --git a/resources/dictionaries/fi/chains.txt b/resources/dictionaries/fi/chains.txt new file mode 100644 index 0000000..b145f23 --- /dev/null +++ b/resources/dictionaries/fi/chains.txt @@ -0,0 +1 @@ +siwa \ No newline at end of file diff --git a/resources/dictionaries/fi/concatenated_suffixes_separable.txt b/resources/dictionaries/fi/concatenated_suffixes_separable.txt new file mode 100644 index 0000000..af1131c --- /dev/null +++ b/resources/dictionaries/fi/concatenated_suffixes_separable.txt @@ -0,0 +1,20 @@ +alue|al. +aukio|auk. +bulevard +bulevardi +esplanadi +kaari|kri. +katu|k. +kuja|kj. +penger|pgr. +polku|p. +puistikko|pko. +puisto|ps. +puistotie +raitti|r. +ranta|rt. +rinne|rn. +taival|tvl. +tie|t. +tori|tr. +väylä|vaeylae|vlä.|vlae. \ No newline at end of file diff --git a/resources/dictionaries/fi/cross_streets.txt b/resources/dictionaries/fi/cross_streets.txt new file mode 100644 index 0000000..20a50bf --- /dev/null +++ b/resources/dictionaries/fi/cross_streets.txt @@ -0,0 +1,3 @@ +ja +kulmassa +välillä|valilla \ No newline at end of file diff --git a/resources/dictionaries/fi/directionals.txt b/resources/dictionaries/fi/directionals.txt new file mode 100644 index 0000000..edf9c65 --- /dev/null +++ b/resources/dictionaries/fi/directionals.txt @@ -0,0 +1,4 @@ +etelä|etela +itään|itaan +länsi|lansi +pohja \ No newline at end of file diff --git a/resources/dictionaries/fi/entrances.txt b/resources/dictionaries/fi/entrances.txt new file mode 100644 index 0000000..96d1f01 --- /dev/null +++ b/resources/dictionaries/fi/entrances.txt @@ -0,0 +1 @@ +sisäänkäynti|sisaankaynti \ No newline at end of file diff --git a/resources/dictionaries/fi/level_types_numbered.txt b/resources/dictionaries/fi/level_types_numbered.txt new file mode 100644 index 0000000..a3a3b75 --- /dev/null +++ b/resources/dictionaries/fi/level_types_numbered.txt @@ -0,0 +1 @@ +kerros|krs \ No newline at end of file diff --git a/resources/dictionaries/fi/near.txt b/resources/dictionaries/fi/near.txt new file mode 100644 index 0000000..9523f43 --- /dev/null +++ b/resources/dictionaries/fi/near.txt @@ -0,0 +1,5 @@ +lähellä|lahella +lähellä minua|lahella minua +lähistöllä|lahistolla +täällä|taalla +tässä lähellä|tassa lahella \ No newline at end of file diff --git a/resources/dictionaries/fi/number.txt b/resources/dictionaries/fi/number.txt new file mode 100644 index 0000000..d9a6962 --- /dev/null +++ b/resources/dictionaries/fi/number.txt @@ -0,0 +1 @@ +numero|nro|n:o|no|№|# \ No newline at end of file diff --git a/resources/dictionaries/fi/post_office.txt b/resources/dictionaries/fi/post_office.txt new file mode 100644 index 0000000..c3b8cf4 --- /dev/null +++ b/resources/dictionaries/fi/post_office.txt @@ -0,0 +1 @@ +postilokero|pl \ No newline at end of file diff --git a/resources/dictionaries/fi/qualifiers.txt b/resources/dictionaries/fi/qualifiers.txt new file mode 100644 index 0000000..dc5e2f3 --- /dev/null +++ b/resources/dictionaries/fi/qualifiers.txt @@ -0,0 +1,2 @@ +kerrostalo +palveluta \ No newline at end of file diff --git a/resources/dictionaries/fi/staircases.txt b/resources/dictionaries/fi/staircases.txt new file mode 100644 index 0000000..e9885da --- /dev/null +++ b/resources/dictionaries/fi/staircases.txt @@ -0,0 +1 @@ +portaikko \ No newline at end of file diff --git a/resources/dictionaries/fi/stopwords.txt b/resources/dictionaries/fi/stopwords.txt new file mode 100644 index 0000000..fa41c60 --- /dev/null +++ b/resources/dictionaries/fi/stopwords.txt @@ -0,0 +1 @@ +ja|& \ No newline at end of file diff --git a/resources/dictionaries/fi/street_types.txt b/resources/dictionaries/fi/street_types.txt new file mode 100644 index 0000000..1d86d93 --- /dev/null +++ b/resources/dictionaries/fi/street_types.txt @@ -0,0 +1,20 @@ +alue|al +aukio|auk +bulevard +bulevardi +esplanadi +kaari|kri +katu|k +kuja|kj +penger|pgr +polku|p +puistikko|pko +puisto|ps +puistotie +raitti|r +ranta|rt +rinne|rn +taival|tvl +tie|t +tori|tr +väylä|vaeylae|vlä|vlae \ No newline at end of file diff --git a/resources/dictionaries/fi/synonyms.txt b/resources/dictionaries/fi/synonyms.txt new file mode 100644 index 0000000..623a467 --- /dev/null +++ b/resources/dictionaries/fi/synonyms.txt @@ -0,0 +1 @@ +kylä|kl \ No newline at end of file diff --git a/resources/dictionaries/fi/unit_directions.txt b/resources/dictionaries/fi/unit_directions.txt new file mode 100644 index 0000000..9751f85 --- /dev/null +++ b/resources/dictionaries/fi/unit_directions.txt @@ -0,0 +1,4 @@ +oikea +oikealla +vasen +vasemmalla \ No newline at end of file diff --git a/resources/dictionaries/fi/unit_types_numbered.txt b/resources/dictionaries/fi/unit_types_numbered.txt new file mode 100644 index 0000000..c1ff48c --- /dev/null +++ b/resources/dictionaries/fi/unit_types_numbered.txt @@ -0,0 +1,2 @@ +asunto|as +huone \ No newline at end of file diff --git a/resources/dictionaries/fil/street_types.txt b/resources/dictionaries/fil/street_types.txt new file mode 100644 index 0000000..14f0b20 --- /dev/null +++ b/resources/dictionaries/fil/street_types.txt @@ -0,0 +1,3 @@ +daan +kalye +lansangan \ No newline at end of file diff --git a/resources/dictionaries/fr/ambiguous_expansions.txt b/resources/dictionaries/fr/ambiguous_expansions.txt new file mode 100644 index 0000000..e4ebf82 --- /dev/null +++ b/resources/dictionaries/fr/ambiguous_expansions.txt @@ -0,0 +1,25 @@ +& +a +ab +bc +c +e +g +m +n +mb +nb +nl +ns +nt +nu +o +on +p +pe +qc +r +s +sk +yt +z diff --git a/resources/dictionaries/fr/building_types.txt b/resources/dictionaries/fr/building_types.txt new file mode 100644 index 0000000..a6075ab --- /dev/null +++ b/resources/dictionaries/fr/building_types.txt @@ -0,0 +1,4 @@ +bâtiment|batiment|bat|bât|bt +immeuble|imm +maison +villa|vla \ No newline at end of file diff --git a/resources/dictionaries/fr/chains.txt b/resources/dictionaries/fr/chains.txt new file mode 100644 index 0000000..ca838a7 --- /dev/null +++ b/resources/dictionaries/fr/chains.txt @@ -0,0 +1,2 @@ +la poste +lcl \ No newline at end of file diff --git a/resources/dictionaries/fr/company_types.txt b/resources/dictionaries/fr/company_types.txt new file mode 100644 index 0000000..041445a --- /dev/null +++ b/resources/dictionaries/fr/company_types.txt @@ -0,0 +1,40 @@ +association +association sans but lucratif|asbl|a.s.b.l.|a.s.b.l|a s b l +enterprise individuelle|ei|e.i.|e.i|e i +enterprise unipersonnelle a responsabilité limitée|enterprise unipersonnelle a responsabilite limitee|eurl|e.u.r.l.|e.u.r.l|e u r l +fondation +fondation privee +fondation d'utilite publique +fond commun de placement|fcp|f.c.p.|f.c.p|f c p +fonds de placement +group|gp +groupe|gpe +groupement|gpt +groups|gps +groupes|gpes +groupement d'intérêt économique|groupement dintérêt économique|groupement d'interet economique|groupement dinteret economique|gie|g.i.e.|g.i.e|g i e +raison individuelle|ri|r.i.|r.i|r i +sociéte anonyme|societe anonyme|sa|s.a.|s.a|s a +sociéte anonyme libanaise|societe anonyme libanaise|sal|s.a.l.|s.a.l|s a l +sociéte anonyme omanaise generale|societe anonyme omanaise generale|saog|s.a.o.g.|s.a.o.g|s a o g +sociéte anonyme omanaise close|societe anonyme omanaise close|saoc|s.a.o.c.|s.a.o.c|s a o c +sociéte coopérative|societe cooperative|scoop|s coop +sociéte coopérative a responsabilité limitée|societe cooperative a responsabilite limitee|scrl|s.c.r.l.|s.c.r.l|s c r l +sociéte coopérative a responsabilité illimitée|societe cooperative a responsabilite illimitee|scri|s.c.r.i.|s.c.r.i|s c r i +sociéte coopérative de production|societe cooperative de production|scop|s.c.o.p.|s.c.o.p|s c o p +sociéte d'économie mixte|societe d'economie mixte|sociéte d' économie mixte|societe d' economie mixte|sociéte déconomie mixte|societe deconomie mixte|sem|s.e.m.|s.e.m|s e m +sociéte d'investissement a capital fixé|societe d'investissement a capital fixe|sociéte dinvestissement a capital fixé|societe dinvestissement a capital fixe|sociéte d' investissement a capital fixé|societe d' investissement a capital fixe|sicaf|s.i.c.a.f.|s.i.c.a.f|s i c a f +sociéte d'investissement a capital variable|societe d'investissement a capital variable|sociéte dinvestissement a capital variable|societe dinvestissement a capital variable|sociéte d' investissement a capital variable|societe d' investissement a capital variable|sicav|s.i.c.a.v.|s.i.c.a.v|s i c a v +sociéte interne|societe interne +sociéte momentanée|societe momentanee +sociéte a responsabilité limitée|societe a responsabilite limitee|sarl|s.a.r.l.|s.a.r.l|s a r l +sociéte en participation|societe en participation|sep|s.e.p.|s.e.p|s e p +sociéte de fait|societe de fait +sociéte en nom collectif|societe en nom collectif|snc|s.n.c.|s.n.c|s n c +sociéte en commandite|societe en commandite|sc|s.c.|s.c|s c +sociéte en commandite simple|societe en commandite simple|scs|s.c.s.|s.c.s|s c s +sociéte en commandite par actions|societe en commandite par actions|sca|s.c.a.|s.c.a|s c a +sociéte par actions simplifiée|societe par actions simplifiee|sas|s.a.s.|s.a.s|s a s +sociéte privée a responsabilité limitée|societe privee a responsabilite limitee|sprl|s.p.r.l.|s.p.r.l|s p r l +sociéte privée a responsabilité limitée unipersonnelle|societe privee a responsabilite limitee unipersonnelle|sprlu|s.p.r.l.u.|s.p.r.l.u|s p r l u +sociéte simple|societe simple|ss|s.s.|s.s|s s \ No newline at end of file diff --git a/resources/dictionaries/fr/cross_streets.txt b/resources/dictionaries/fr/cross_streets.txt new file mode 100644 index 0000000..54d8f7a --- /dev/null +++ b/resources/dictionaries/fr/cross_streets.txt @@ -0,0 +1,5 @@ +à +au +l'angle de|langle de +à l'angle de|a l'angle de|a langle de +entre diff --git a/resources/dictionaries/fr/directionals.txt b/resources/dictionaries/fr/directionals.txt new file mode 100644 index 0000000..201e430 --- /dev/null +++ b/resources/dictionaries/fr/directionals.txt @@ -0,0 +1,12 @@ +central|ctrl +centre|c|ctre|cntre +est|e +levant +nord|n +nord est|ne|n.e.|n.e|n e +nord ouest|no|n.o.|n.o|n o +orient +ouest|o +sud|s +sud est|se|s.e.|s.e|s e +sud ouest|so|s.o.|s.o|s o \ No newline at end of file diff --git a/resources/dictionaries/fr/elisions.txt b/resources/dictionaries/fr/elisions.txt new file mode 100644 index 0000000..7d2b140 --- /dev/null +++ b/resources/dictionaries/fr/elisions.txt @@ -0,0 +1,9 @@ +c' +d' +j' +l' +m' +n' +qu' +s' +t' \ No newline at end of file diff --git a/resources/dictionaries/fr/entrances.txt b/resources/dictionaries/fr/entrances.txt new file mode 100644 index 0000000..a636667 --- /dev/null +++ b/resources/dictionaries/fr/entrances.txt @@ -0,0 +1,2 @@ +entrée|entr|ent +couloir \ No newline at end of file diff --git a/resources/dictionaries/fr/level_types_basement.txt b/resources/dictionaries/fr/level_types_basement.txt new file mode 100644 index 0000000..28286b7 --- /dev/null +++ b/resources/dictionaries/fr/level_types_basement.txt @@ -0,0 +1 @@ +sous-sol|sous sol|soussol \ No newline at end of file diff --git a/resources/dictionaries/fr/level_types_mezzanine.txt b/resources/dictionaries/fr/level_types_mezzanine.txt new file mode 100644 index 0000000..3da7ee7 --- /dev/null +++ b/resources/dictionaries/fr/level_types_mezzanine.txt @@ -0,0 +1 @@ +entresol \ No newline at end of file diff --git a/resources/dictionaries/fr/level_types_numbered.txt b/resources/dictionaries/fr/level_types_numbered.txt new file mode 100644 index 0000000..7968944 --- /dev/null +++ b/resources/dictionaries/fr/level_types_numbered.txt @@ -0,0 +1,2 @@ +étage|ét|etage|et +niveau \ No newline at end of file diff --git a/resources/dictionaries/fr/level_types_standalone.txt b/resources/dictionaries/fr/level_types_standalone.txt new file mode 100644 index 0000000..805a65c --- /dev/null +++ b/resources/dictionaries/fr/level_types_standalone.txt @@ -0,0 +1,8 @@ +bel étage|bel etage +dernier étage|dernier etage +étage noble|etage noble +parterre +rez-de-chaussée|rdc|r.d.c|r d c|rez|rez-de-chaussee|rez de chaussée|rez de chaussee|rc|r.c|r c +rez-de-jardin|rez de jardin +rez-de-chaussée bas|rcb|r.c.b|r c b +rez-de-chaussée haut|rch|r.c.h|r c h \ No newline at end of file diff --git a/resources/dictionaries/fr/level_types_sub_basement.txt b/resources/dictionaries/fr/level_types_sub_basement.txt new file mode 100644 index 0000000..0b5a368 --- /dev/null +++ b/resources/dictionaries/fr/level_types_sub_basement.txt @@ -0,0 +1 @@ +soubassement \ No newline at end of file diff --git a/resources/dictionaries/fr/near.txt b/resources/dictionaries/fr/near.txt new file mode 100644 index 0000000..5123548 --- /dev/null +++ b/resources/dictionaries/fr/near.txt @@ -0,0 +1,20 @@ +a +à +à coté|a cote +à coté de|a cote de +à proximité de|a proximite de +à proximité de là|a proximite de la +à proximité de moi|a proximite de moi +aux environs de +dans +dans les alentours +en +par ici +près de|pres de +près de moi|pres de moi +près d'ici|pres d'ici|près dici|pres dici +près de là|pres de la +proche +proche de +proche de chez moi +proches des \ No newline at end of file diff --git a/resources/dictionaries/fr/no_number.txt b/resources/dictionaries/fr/no_number.txt new file mode 100644 index 0000000..4db751a --- /dev/null +++ b/resources/dictionaries/fr/no_number.txt @@ -0,0 +1 @@ +sans numéro|s / n|sans numero|s.n.|s.n|s n|sn \ No newline at end of file diff --git a/resources/dictionaries/fr/number.txt b/resources/dictionaries/fr/number.txt new file mode 100644 index 0000000..cc4f040 --- /dev/null +++ b/resources/dictionaries/fr/number.txt @@ -0,0 +1 @@ +numéro|nº|n°|#|№|n.º|n.°|no|num|numero|numr|num.ro|nr|nro|n.ro \ No newline at end of file diff --git a/resources/dictionaries/fr/people.txt b/resources/dictionaries/fr/people.txt new file mode 100644 index 0000000..9891971 --- /dev/null +++ b/resources/dictionaries/fr/people.txt @@ -0,0 +1 @@ +charles de gaulle|cdg|c.d.g|c d g \ No newline at end of file diff --git a/resources/dictionaries/fr/personal_titles.txt b/resources/dictionaries/fr/personal_titles.txt new file mode 100644 index 0000000..e6ea635 --- /dev/null +++ b/resources/dictionaries/fr/personal_titles.txt @@ -0,0 +1,57 @@ +amiral|am +baron +baronne +capitaine|capte|capt +caporal|capl +chez|chz +colonel|col|cel +commandant|cdt +commander|cmdr|cdr +commodore|cmdre +comte|cte +comtesse|ctesse +contre amiral|contre-amiral|contreamiral|cam|c am +docteur|dr +docteurs|drs +frère|frere +général|general|gén|gen|gal +lieutenant commander|lieutenant cmdr|lcdr|l cdr|ltcdr|lt cdr|lcmdr|l cmdr|ltcmdr|lt cmdr +lieutenant colonel|lt col|lcol|l col +lieutenant général|lgén|lgen|l gén|l gen|leiutenant general +lieutenant|lt +madame|mme +mesdames|mmes +mademoiselle|mlle|mle +mademoiselles|mlles|mles +maître|maitre|me +maîtres|maitres +maîtresse|maitresse +major|maj +major général|mgén|mgen|m gén|m gen|major general +maréchal|marechal|mal +marquis|mis +marquise|mise +messieurs|mm|mrs +monseigneur|mgr +monsieur|m|mr +notre-dame|n.-d|n-d|notre-dame|nd|n d +père|pere +professeur|prof|pr +professeure|profe|pre +professeures|profes|pres +professeurs|profs|prs +révérend|rév|reverend|rev +révérend père|rp|r.p.|r.p|r p|rév père|rev pere|reverend pere +révérend père jésuit|reverend pere jesuit|rpj|r.p.j.|r.p.j|r p j|rév père jésuit|rev pere jesuit +sa saintete|ss|s.s.|s.s|s s +saint|st +sainte|ste +sergente|sgt +son altesse|sa|s.a.|s.a|s a +son altesse impériale|son altesse imperiale|sai|s.a.i.|s.a.i|s a i +son altesse royale|sar|s.a.r.|s.a.r|s a r +son eminence|s em +son excellence|se|s.e.|s.e|s e|s exc +sous lieutenant|sous-lieutenant|souslieutenant|slt|s lt +veuve|vve +vice amiral|vice-amiral|viceamiral|vam|v am \ No newline at end of file diff --git a/resources/dictionaries/fr/place_names.txt b/resources/dictionaries/fr/place_names.txt new file mode 100644 index 0000000..3dceb9a --- /dev/null +++ b/resources/dictionaries/fr/place_names.txt @@ -0,0 +1,147 @@ +abbaye|abe +aéroport|aeroport +ambassade +appartements +auditorium +auto-école|auto-ecole|autoécole|autoecole|auto école|auto ecole +banque +bar +bastide|bstd +bâtiment de ferme|batiment de ferme +béguinage|beguinage|begi +béguinages|beguinages|begis +bibliothèque|bibliotheque +boîte de nuit|boite de nuit +bordel +bulle +bulle à verre|bulle a verre +bunker +bureau +bureau de change +bureau de poste +bureau parc|bureau prc +bureaux +café|cafe +camping|cpg +casino +castel|cst +caserne de pompiers +centre artistique +centre commercial|cc|c.c.|c.c|c c|centre cial|centre comm|c cial|c comm|ctr cial|ctr comm +centre pour la jeunesse +centre de santé|centre de sante +chapelle|chp +château|chateau +chez +cimetière|cimetiere +cinéma|cinema +clinique +club +club social +commerce +cottage|cott +cottages|cott|cotts +covoiturage +crème glacée|creme glacee +crématorium|crematorium +darse|dars +dentiste +département|dept|departement +docteurs +dortoir +dortoirs +école|ecole +école de conduite|ecole de conduite +école élémentaire|ecole elementaire +école maternelle|ecole maternelle +église|eglise|egl|égl +établissement d'enseignement supérieur|etablissement d'enseignement superieur|établissement denseignement supérieur|etablissement denseignement superieur +escaliers|escs +étang|etang +ferme|frm +fermes|frms +fitness +fontaine|fon +fort|ft +forum|form +gare +gare ferroviaire +habitation à loyer modéré|hlm|h.l.m|h l m +halle|hle +halles|hles|hls +hippodrome|hip +hôpital|hopital +hôtel|hotel +hôtel de ville|hotel de ville +jardin|jard|jrd +jardin d'enfants|jardin denfants +jardins|jards|jrds +lavage de voitures +location de voitures +magasin +maison de santé|maison de sante +maison de retraite +maison forestière|maison forestiere|mf|m.f.|m.f|m f +manoir|man +mairie +maison +marché|marche|mar +marché public|marche public|mar public +marchés|marches|mars +mas +médecin|medecin +mémorial|memorial +mont|mt|mnt|montagne +moulin|mln +moulins|mlns +monument +musée|musee|mus +nurserie +palais|pal +palais de justice|pal de justice +parc|prc +parcs +parc industriel +parking|pkg +pavillon|pav +pavillons|pavs +péristyle|peristyle|psty +pharmacie +place de marché|place de marche +point de recyclage +police +pont +ponts +port +poterne|pot|potrn +préscolaire|prescolaire +prison +refuge +résidence|rés|residence|res +résidences|residences +restaurant +restauration rapide +ruines +salle +salle communale +salle de gymnastique +salle polyvalente +sauna +stade|stde +station|sta +studio +supermarché|supermarche|super marché|super marche +terminal de ferry +théâtre|theatre +tour +université|universite|univ|uni +vétérinaire|veterinaire +villa|vla +villas|vlas +zone artisanale|za|z.a.|z.a|z a +zone d'activites|zone dactivites|za|z.a.|z.a|z a +zone artisanale et commerciale|zac|z.a.c.|z.a.c|z a c|zone artisanale commerciale +zone d'aménagement concerté|zone d'amenagement concerte|zone daménagement concerté|zone damenagement concerte|zac|z.a.c.|z.a.c|z a c +zone d'aménagement différé|zone d'amenagement differe|zone daménagement différé|zone damenagement differe|zad|z.a.d.|z.a.d|z a d +zone industrielle|zi|z.i.|z.i|z i +zone a urbaniser en priorité|zone a urbaniser en priorite|zup|z.u.p.|z.u.p|z u p \ No newline at end of file diff --git a/resources/dictionaries/fr/post_office.txt b/resources/dictionaries/fr/post_office.txt new file mode 100644 index 0000000..1c94500 --- /dev/null +++ b/resources/dictionaries/fr/post_office.txt @@ -0,0 +1,3 @@ +boîte postale|boite postale|bp|b.p.|b.p|b p|bte postale +case postale|cp|c.p.|c.p|c p +cedex \ No newline at end of file diff --git a/resources/dictionaries/fr/qualifiers.txt b/resources/dictionaries/fr/qualifiers.txt new file mode 100644 index 0000000..a36ee08 --- /dev/null +++ b/resources/dictionaries/fr/qualifiers.txt @@ -0,0 +1,19 @@ +agglomeratión|agglomeration|agl|agglom +arrondissement|arrdt +aire +aires +bloc +bourg|brg +canton|con +cité|cite +cités|cites +domaine|dom +domaines|doms +faubourg|faub|faubg|faugrb|fg +île|ile +îles|iles +lieu-dit|lieu dit|lieudit|ld|ldit|l dit|l-dit +lotissement|lot +lotissements|lots +quartier|qua|qrt|qu +zone|z \ No newline at end of file diff --git a/resources/dictionaries/fr/staircases.txt b/resources/dictionaries/fr/staircases.txt new file mode 100644 index 0000000..25af347 --- /dev/null +++ b/resources/dictionaries/fr/staircases.txt @@ -0,0 +1 @@ +escalier|esc \ No newline at end of file diff --git a/resources/dictionaries/fr/stopwords.txt b/resources/dictionaries/fr/stopwords.txt new file mode 100644 index 0000000..5d19da0 --- /dev/null +++ b/resources/dictionaries/fr/stopwords.txt @@ -0,0 +1,28 @@ +à|a +à côté|a cote +à côté de|a cote de +au +au niveau du +aux +avec +chez +dans +de +derriere +devant +des +du +en +en face de +entre +et|& +l' +la +le +les +pour +pres +sous +sur +un +une \ No newline at end of file diff --git a/resources/dictionaries/fr/street_types.txt b/resources/dictionaries/fr/street_types.txt new file mode 100644 index 0000000..d5b80d9 --- /dev/null +++ b/resources/dictionaries/fr/street_types.txt @@ -0,0 +1,165 @@ +allée|allee|all +allées|alls|allees +ancien chemin|ach|a ch +ancienne route|art +anciennes routes|arts +anse +arcade|arc +autoroute|aut +avenue|av|ave|aven|avenu|avn|avnu|avnue +avenues|avs|aves|avens|avenus|avns|avnus|avnues +barriêre|barriere|bre +barriêres|barrieres|bres +bas chemin|bch|b ch +berge|ber +berges|bers +bois +boucle|bcle +boulevard|bd|bde|blv|blvd|blvde|blvrd|boulavard|boul|boulv|bvd|boulevarde|bld +butte|but +côte|cote +côteau|coteau +cale +camp +campagne|cgne +carreau|cau|carru +carrefour|carf|carref +carrière|carriere|care +carrières|carrieres|cares +carré|carre|carr|car +cavée|cavee|cav +cercle|cercl +chalet|chl +champ +chaussée|chaussee|chs|chee +chaussées|chaussees|chss|chees +chemin|ch|che +chemin vicinal|chv|chev|ch v|che v +cheminement|chem +chemins|ches +chemins vicinaux|chsv|chs v +château|chateau|cht +cloître|cloitre|cloi +clos +col +contour|ctr +corniche|cor +corniches|cors +cour +cours|crs +degré|degre|deg +degrés|degres|degs +descente|dsg +descentes|dsgs +digue|dig +digues|digs +échangeur|éch +écluse|ecluse|ecl|écl +écluses|ecluses|ecls|écls +enclave|env +enclos|enc +espace|espa +esplanade|esp +esplanades|esps +fosse|fos +fosses|fos|foss +foyer|foyr +galerie|gal +galeries|gals +garenne|garn +grand boulevard|gbd|grbd|grdbd|gdbd|g bd|gr bd|grd bd|gd bd|g blvd|gr blvd|grd blvd|gd blvd|g bde|gr bde|grd bde|gd bde|g blvrd|gr blvrd|grd blvrd|gd blvrd|g boul|gr boul|grd boul|gd boul|g bvd|gr bvd|grd bvd|gd bvd|g bld|gr bld|grd bld|gd bld +grand chemin|gch|grch|gdch|grdch|g ch|gr ch|grd ch|gd ch|g chemin|gr chemin|grd chemin|gd chemin +grand ensemble|gden|gd en|g en|gr en|gdens|gd ens|g ens|gr ens +grand rue|grand'rue|grandrue|gr|grdr|gdr|g r|gr r|grd r|gd r|g rue|gr rue|grd rue|gd rue +grand rues|grs|g rs|gr rs|grd rs|gd rs|g rues|gr rues|grd rues|gd rues +grands ensembles|gdsen|gds ens|gs ens|grs ens|grds ens|gdsens +grille|gri +grimpette|grim +hameau|ham +haut chemin|hch|h ch +hauts chemins|hchs|h chs|hschs|hs chs +impasse|imp +impasses|imps +jetée|jetee|jte +jetées|jetees|jtes +levée|levee|leve|lve +montée|montee|mte +montées|montees|mtes +métro|metro|mét|met +nouvelle route|nte +parc|prc +parcs|prcs +parvis|prv +passage|pas|psg +passage à niveau|passage a niveau|pn|p.n.|p.n|p n +passe|pass +passerelle|ple +passerelles|ples +passes +patio|pat +périphérique|peripherique|peri|péri +petit chemin|p ch|p chemin|pt ch|pt chemin +petite allée|petite allee|pta|pt a|pt allee|p a|p allee +petite avenue|pae|pt ae|pt ave|p ave|pt avn|p avn +petite impasse|pim|p im|pt im|p impasse|pt impasse +petite route|prt|p rt|pt rt|p route|pt route|p rte|pt rte +petite rue|ptr|pt r|p rue|pt rue +petite allées|petites allees|ptas|pt as|pt allees|p a|p allees +place|pl +placis|plci +plage|plag +plages|plags +plaine|pln +plan +plateau|plt|plat +plateaux|pltx|platx +pointe|pte|pnte +pont +ponts +portique|porq|portq +portiques|porqs|portqs +pourtour|pour +presqu’île|presquîle|presqu'ile|presquile|prq|prql +promenade|prom +peripherique|peri +quai|au +raccourci|rac|racc +raidillon|raid +rampe|rpe|rmpe|rmp +rang +rempart|rem|remp +rocade|rocd +ronde|rnde +rond point|rondpoint|rdpt|rd pt|rpt +roquet|roqt +rotonde|rtd|rtnd|rtde|rtnde +route|rt|rte +routes|rts|rtes +route nationale|rn|r.n.|r.n|r n +rue|r +ruelle|rle +ruelles|rles +rues|rs +residence|res +residences|ress +sente|sen +sentes|sens +sentier|sent +sentiers|sents +square|sq +terrain|terr|trn +terrasse|tsse +terrasses|tsses +terre plein|tpl|t pl|trpl|tr pl +terte|trt +tertes|trts +traverse|tra|trvs|trvrs +vallon|val +valée|vallee|val +venelle|ven +venelles|vens +via +vieille route|vte|v rt|vrt|v rte|vrte|v route|vroute +vieux chemin|vche|v che|vch|v ch|v chemin +voie|voi +voies|vois \ No newline at end of file diff --git a/resources/dictionaries/fr/synonyms.txt b/resources/dictionaries/fr/synonyms.txt new file mode 100644 index 0000000..4f9361e --- /dev/null +++ b/resources/dictionaries/fr/synonyms.txt @@ -0,0 +1,14 @@ +baston|bast +bourg|brg +charmille|chi +colline|coli +collines|colis +enceinte|en +fleuve|fl +grand|gd|gr|g +mont|mt|mnt +petite|p|pt +porche|pch +rivière|riviere|riv +village|vge +villages|vges \ No newline at end of file diff --git a/resources/dictionaries/fr/toponyms.txt b/resources/dictionaries/fr/toponyms.txt new file mode 100644 index 0000000..023b7fc --- /dev/null +++ b/resources/dictionaries/fr/toponyms.txt @@ -0,0 +1,13 @@ +alberta|ab +colombie-britannique|bc|colombie britannique +manitoba|mb +nouveau-brunswick|nb|nouveau brunswick +terre-neuve-et-labrador|nl|terre neuve et labrador +nouvelle-écosse|ns|nouvelle écosse|nouvelle-ecosse|nouvelle ecosse +territoires du nord-ouest|nt|territoires du nord ouest +nunavut|nu +ontario|on|ont +île-du-prince-édouard|îpé|î p é|île du prince édouard|ile-du-prince-edouard|ile du prince edouard +québec|qc|quebec +saskatchewan|sk +yukon|yt \ No newline at end of file diff --git a/resources/dictionaries/fr/unit_directions.txt b/resources/dictionaries/fr/unit_directions.txt new file mode 100644 index 0000000..0665475 --- /dev/null +++ b/resources/dictionaries/fr/unit_directions.txt @@ -0,0 +1,4 @@ +arrière|arriere +avant +gauche|g +droit|dr \ No newline at end of file diff --git a/resources/dictionaries/fr/unit_types_numbered.txt b/resources/dictionaries/fr/unit_types_numbered.txt new file mode 100644 index 0000000..17329a0 --- /dev/null +++ b/resources/dictionaries/fr/unit_types_numbered.txt @@ -0,0 +1,10 @@ +appartement|app|ap|appt|apt|appart +bureau|bur +boîte|bte +chambre +lotissement|lot +parcelle +porte|p|pte +salle +suite +unité|u|unite \ No newline at end of file diff --git a/resources/dictionaries/ga/building_types.txt b/resources/dictionaries/ga/building_types.txt new file mode 100644 index 0000000..97990d4 --- /dev/null +++ b/resources/dictionaries/ga/building_types.txt @@ -0,0 +1,16 @@ +leithlanna +foirgnimh +iostáin|iostain +teaghais +feirm +mionárasáin|mionarasain +árasáin|arasain +halla +teach +tithe +lóiste|loiste +teaghaiseáin|teaghaiseain +mainéar|mainear +arais +túr|tur +bailtíní|bailtini \ No newline at end of file diff --git a/resources/dictionaries/ga/level_types_standalone.txt b/resources/dictionaries/ga/level_types_standalone.txt new file mode 100644 index 0000000..18a5a86 --- /dev/null +++ b/resources/dictionaries/ga/level_types_standalone.txt @@ -0,0 +1 @@ +díonteach|dionteach \ No newline at end of file diff --git a/resources/dictionaries/ga/personal_titles.txt b/resources/dictionaries/ga/personal_titles.txt new file mode 100644 index 0000000..394d353 --- /dev/null +++ b/resources/dictionaries/ga/personal_titles.txt @@ -0,0 +1 @@ +naomh \ No newline at end of file diff --git a/resources/dictionaries/ga/place_names.txt b/resources/dictionaries/ga/place_names.txt new file mode 100644 index 0000000..fbe4b95 --- /dev/null +++ b/resources/dictionaries/ga/place_names.txt @@ -0,0 +1,10 @@ +ambasáid|ambasaid +banc +bialann +eaglais +gaelscoil +leabharlann +páirc|pairc +scoil +scoile +teach \ No newline at end of file diff --git a/resources/dictionaries/ga/street_types.txt b/resources/dictionaries/ga/street_types.txt new file mode 100644 index 0000000..1d37d03 --- /dev/null +++ b/resources/dictionaries/ga/street_types.txt @@ -0,0 +1,95 @@ +áirse|airse +ard +arda +ardán|ardan +ascaill +barra +bealach +bogha +bruach +brí|bri +bóithrín|boithrin +bóthar|bothar +búlbhard|bulbhard +calafort +caolbhealach +ceapach +cearnóg|cearnog +ceathrú|ceathru +cluain +clós|clos +cnoc +cnocán|cnocan +coill +coillte +colúnra|colunra +corrán|corran +cosán|cosan +croit +crosaire +cumairín|cumairin +céide|ceide +céimeanna|ceimeanna +cé|ce +cúirt|cuirt +diamont +diméin|dimein +droichead +duga +dugaí|dugai +dumhcha +eachlann +earann +eastát|eastat +faiche +feirm +fothair +fraoch +gabhal +gairdíní|gairdini +garda +geata +gleann +gleanntán|gleanntan +gleannán|gleannan +gléib|gleib +goirtín|goirtin +gort +gráig|graig +gráinseach|grainseach +iothlainn +lána|lana +mairdíog|mairdiog +margadh +marglann +meal +mulláin|mullain +móinteán|mointean +móinéar|moinear +oileán|oilean +óstaí|ostai +paráid|paraid +pasáiste|pasaiste +plás|plas +plásóg|plasog +promanáid|promanaid +páirc|pairc +póna|pona +radharc +rae +raon +roschoill +rosán|rosan +scabhat +scair +scaireanna +seamlas +sráidbhaile|sraidbhaile +sráid|sraid +stuara +síneadh|sineadh +taobh +trian +trá|tra +ubhchruth +úllord|ullord \ No newline at end of file diff --git a/resources/dictionaries/ga/unit_types_numbered.txt b/resources/dictionaries/ga/unit_types_numbered.txt new file mode 100644 index 0000000..2a7beeb --- /dev/null +++ b/resources/dictionaries/ga/unit_types_numbered.txt @@ -0,0 +1 @@ +árasán|arasan \ No newline at end of file diff --git a/resources/dictionaries/gd/building_types.txt b/resources/dictionaries/gd/building_types.txt new file mode 100644 index 0000000..2d31cf2 --- /dev/null +++ b/resources/dictionaries/gd/building_types.txt @@ -0,0 +1,8 @@ +cotaichean +flataichean +pàirc gnìomhachais|pairc gniomhachais +pàirc gnothachais|pairc gnothachais +pàirc malairt|pairc malairt +pàirc reic|pairc reic +raon gnìomhachais|raon gniomhachais +togalaichean \ No newline at end of file diff --git a/resources/dictionaries/gd/directionals.txt b/resources/dictionaries/gd/directionals.txt new file mode 100644 index 0000000..67e2a5b --- /dev/null +++ b/resources/dictionaries/gd/directionals.txt @@ -0,0 +1,6 @@ +deas +ear +iar +meadhain +meadhanach +tuath \ No newline at end of file diff --git a/resources/dictionaries/gd/place_names.txt b/resources/dictionaries/gd/place_names.txt new file mode 100644 index 0000000..87809c5 --- /dev/null +++ b/resources/dictionaries/gd/place_names.txt @@ -0,0 +1,7 @@ +caisteal +drochaid +leabharlann +pàirc|pairc +sgoil +taighean +tùr|tur \ No newline at end of file diff --git a/resources/dictionaries/gd/qualifiers.txt b/resources/dictionaries/gd/qualifiers.txt new file mode 100644 index 0000000..b5e0c4f --- /dev/null +++ b/resources/dictionaries/gd/qualifiers.txt @@ -0,0 +1 @@ +àrainn \ No newline at end of file diff --git a/resources/dictionaries/gd/stopwords.txt b/resources/dictionaries/gd/stopwords.txt new file mode 100644 index 0000000..b9c0230 --- /dev/null +++ b/resources/dictionaries/gd/stopwords.txt @@ -0,0 +1,2 @@ +a +an \ No newline at end of file diff --git a/resources/dictionaries/gd/street_types.txt b/resources/dictionaries/gd/street_types.txt new file mode 100644 index 0000000..c743265 --- /dev/null +++ b/resources/dictionaries/gd/street_types.txt @@ -0,0 +1,52 @@ +àilean +aircèad|aircead +aitreabhan +barraid +bealach +bogha +bothar +bràigh|braigh +bruthach +bulabhard +cabhsair +cadha +caigeann +caolraid +ceann-rathaid|ceann rathaid|ceannrathaid +cearcall +ceàrn|cearn +ceàrnag|cearnag +ceum +cidhe +clobhsa +cnoc +corran +craobhraid +crois +croit +cuairt-rathad|cuairt rathad|cuairtrathad +cùirt|cuirt +doire +frith-rathad|frith rathad +gàrradh|garradh +grainnseach +iadh-rathad|iadh rathad|iadhrathad +loinn +malla +marclann +meadhraid +measlann +pàirc|pairc +pairèad|pairead +promanàd|promanad +rathad +seach-rathad|seach rathad|seachrathad +sealladh +sgaoil-rathad|sgaoil rathad|sgaoilrathad +slighe +snaidhm-rathaid|snaidhm rathaid|snaidhmrathaid +sràid|sraid +sreath +stairean +stuagh +uchd \ No newline at end of file diff --git a/resources/dictionaries/gl/ambiguous_expansions.txt b/resources/dictionaries/gl/ambiguous_expansions.txt new file mode 100644 index 0000000..127bded --- /dev/null +++ b/resources/dictionaries/gl/ambiguous_expansions.txt @@ -0,0 +1,6 @@ +& +e +n +o +r +s \ No newline at end of file diff --git a/resources/dictionaries/gl/directionals.txt b/resources/dictionaries/gl/directionals.txt new file mode 100644 index 0000000..414ea35 --- /dev/null +++ b/resources/dictionaries/gl/directionals.txt @@ -0,0 +1,8 @@ +leste|este|e +norte|n +nordeste|ne +noroeste|no +oeste|o +sur|s +sueste|se +suroeste|so \ No newline at end of file diff --git a/resources/dictionaries/gl/personal_titles.txt b/resources/dictionaries/gl/personal_titles.txt new file mode 100644 index 0000000..ad21226 --- /dev/null +++ b/resources/dictionaries/gl/personal_titles.txt @@ -0,0 +1,2 @@ +san|s +santa|stª|sta|st.ª|st.a \ No newline at end of file diff --git a/resources/dictionaries/gl/stopwords.txt b/resources/dictionaries/gl/stopwords.txt new file mode 100644 index 0000000..dfaea07 --- /dev/null +++ b/resources/dictionaries/gl/stopwords.txt @@ -0,0 +1,39 @@ +a +á +al +al lado +as +ata +cerca +con +de +debaixo +defronte +del +dela +deles +delas +detras +do +e|& +en +encima +enfronte +enriba +entre +la +las +lo +los +nel +nela +neles +nelas +o +ó +os +para +y +un +unha +xunto \ No newline at end of file diff --git a/resources/dictionaries/gl/street_types.txt b/resources/dictionaries/gl/street_types.txt new file mode 100644 index 0000000..9446dc9 --- /dev/null +++ b/resources/dictionaries/gl/street_types.txt @@ -0,0 +1,26 @@ +autovía|autovia +autopista|auto|autop +avenida|av|avd|avda +alameda +baixada +camiño|camino +costa +encosta +estrada +glorieta +paseo +praza|pr|pza +praciña|pracina +prazuela|przla +rambla|rbla +ronda|rda +rotonda|rtda +rúa|rua|r|ru +rúas|ruas|rs +ruela +sendeiro +suba +subida|sbida +travesía|travesia|trav +vía|via +viela \ No newline at end of file diff --git a/resources/dictionaries/gl/unit_directions.txt b/resources/dictionaries/gl/unit_directions.txt new file mode 100644 index 0000000..3dad008 --- /dev/null +++ b/resources/dictionaries/gl/unit_directions.txt @@ -0,0 +1,2 @@ +dereita +esquerda \ No newline at end of file diff --git a/resources/dictionaries/gsw/ambiguous_expansions.txt b/resources/dictionaries/gsw/ambiguous_expansions.txt new file mode 100644 index 0000000..6bf0c97 --- /dev/null +++ b/resources/dictionaries/gsw/ambiguous_expansions.txt @@ -0,0 +1 @@ +w \ No newline at end of file diff --git a/resources/dictionaries/gsw/concatenated_suffixes_separable.txt b/resources/dictionaries/gsw/concatenated_suffixes_separable.txt new file mode 100644 index 0000000..28c5787 --- /dev/null +++ b/resources/dictionaries/gsw/concatenated_suffixes_separable.txt @@ -0,0 +1,8 @@ +gass +gàss +hof +platz|pl. +stross +wäg|wag|waeg|w. +waj|w. +wäj|waej|w. \ No newline at end of file diff --git a/resources/dictionaries/gsw/street_types.txt b/resources/dictionaries/gsw/street_types.txt new file mode 100644 index 0000000..a9ddba6 --- /dev/null +++ b/resources/dictionaries/gsw/street_types.txt @@ -0,0 +1,8 @@ +gass +gàss +hof +platz|pl +stross +wäg|wag|waeg|w +waj|w +wäj|waej|w. \ No newline at end of file diff --git a/resources/dictionaries/he/entrances.txt b/resources/dictionaries/he/entrances.txt new file mode 100644 index 0000000..33b782d --- /dev/null +++ b/resources/dictionaries/he/entrances.txt @@ -0,0 +1,2 @@ +כניסה +knisa \ No newline at end of file diff --git a/resources/dictionaries/he/level_types_basement.txt b/resources/dictionaries/he/level_types_basement.txt new file mode 100644 index 0000000..3a5a0bd --- /dev/null +++ b/resources/dictionaries/he/level_types_basement.txt @@ -0,0 +1,2 @@ +מרתף +martef \ No newline at end of file diff --git a/resources/dictionaries/he/level_types_numbered.txt b/resources/dictionaries/he/level_types_numbered.txt new file mode 100644 index 0000000..f70016b --- /dev/null +++ b/resources/dictionaries/he/level_types_numbered.txt @@ -0,0 +1,2 @@ +קומה|קוֹמָה +koma \ No newline at end of file diff --git a/resources/dictionaries/he/level_types_standalone.txt b/resources/dictionaries/he/level_types_standalone.txt new file mode 100644 index 0000000..99fb26a --- /dev/null +++ b/resources/dictionaries/he/level_types_standalone.txt @@ -0,0 +1,2 @@ +קומת קרקע|קוֹמַת קַרְקַע +komát karká|komat karka \ No newline at end of file diff --git a/resources/dictionaries/he/personal_titles.txt b/resources/dictionaries/he/personal_titles.txt new file mode 100644 index 0000000..0f09750 --- /dev/null +++ b/resources/dictionaries/he/personal_titles.txt @@ -0,0 +1,2 @@ +הרב +רבי \ No newline at end of file diff --git a/resources/dictionaries/he/post_office.txt b/resources/dictionaries/he/post_office.txt new file mode 100644 index 0000000..df6108d --- /dev/null +++ b/resources/dictionaries/he/post_office.txt @@ -0,0 +1,2 @@ +תיבת דואר|ת.ד. +ta doar \ No newline at end of file diff --git a/resources/dictionaries/he/street_types.txt b/resources/dictionaries/he/street_types.txt new file mode 100644 index 0000000..b83e0bf --- /dev/null +++ b/resources/dictionaries/he/street_types.txt @@ -0,0 +1,8 @@ +שדרות +כביש +סמטת +כיכר +רחוב +צומת +כביש מהיר +כביש ראשי \ No newline at end of file diff --git a/resources/dictionaries/he/unit_types_numbered.txt b/resources/dictionaries/he/unit_types_numbered.txt new file mode 100644 index 0000000..9e84ef3 --- /dev/null +++ b/resources/dictionaries/he/unit_types_numbered.txt @@ -0,0 +1,2 @@ +דירה +dira \ No newline at end of file diff --git a/resources/dictionaries/hi/building_types.txt b/resources/dictionaries/hi/building_types.txt new file mode 100644 index 0000000..180e360 --- /dev/null +++ b/resources/dictionaries/hi/building_types.txt @@ -0,0 +1,5 @@ +mandir|मन्दिर|मंदिर +station +police station +post office +office \ No newline at end of file diff --git a/resources/dictionaries/hi/directionals.txt b/resources/dictionaries/hi/directionals.txt new file mode 100644 index 0000000..4dfff20 --- /dev/null +++ b/resources/dictionaries/hi/directionals.txt @@ -0,0 +1,4 @@ +dakshin|दक्षिण +uttar|उत्तर +poorva|poorav|पूर्व +paschim|पश्चिम \ No newline at end of file diff --git a/resources/dictionaries/hi/people.txt b/resources/dictionaries/hi/people.txt new file mode 100644 index 0000000..b79d681 --- /dev/null +++ b/resources/dictionaries/hi/people.txt @@ -0,0 +1 @@ +mahatma gandhi|mg|m g \ No newline at end of file diff --git a/resources/dictionaries/hi/personal_titles.txt b/resources/dictionaries/hi/personal_titles.txt new file mode 100644 index 0000000..6f60d0c --- /dev/null +++ b/resources/dictionaries/hi/personal_titles.txt @@ -0,0 +1,24 @@ +baba +babu +bhagat +guru +jagirdar +maharaja|maharaj +mahatma|महात्मा +pandit +raja +rajarshi +rajkumar +rajkumari +rani +rishi +sahib +sant +sardar +senapati +shah +shrimati|smt|srimathi|श्रीमती +shri|shree|sri|श्री +sushri +swami +ustad \ No newline at end of file diff --git a/resources/dictionaries/hi/qualifiers.txt b/resources/dictionaries/hi/qualifiers.txt new file mode 100644 index 0000000..ba5b38f --- /dev/null +++ b/resources/dictionaries/hi/qualifiers.txt @@ -0,0 +1,3 @@ +nagar|नगर +colony +cantonment|cantt \ No newline at end of file diff --git a/resources/dictionaries/hi/street_types.txt b/resources/dictionaries/hi/street_types.txt new file mode 100644 index 0000000..b5cb552 --- /dev/null +++ b/resources/dictionaries/hi/street_types.txt @@ -0,0 +1,4 @@ +bazaar|bazar +marg +flyover +रोड \ No newline at end of file diff --git a/resources/dictionaries/hr/ambiguous_expansions.txt b/resources/dictionaries/hr/ambiguous_expansions.txt new file mode 100644 index 0000000..dcfd416 --- /dev/null +++ b/resources/dictionaries/hr/ambiguous_expansions.txt @@ -0,0 +1,6 @@ +& +c +i +j +s +z \ No newline at end of file diff --git a/resources/dictionaries/hr/building_types.txt b/resources/dictionaries/hr/building_types.txt new file mode 100644 index 0000000..ebcaf39 --- /dev/null +++ b/resources/dictionaries/hr/building_types.txt @@ -0,0 +1 @@ +zgrada \ No newline at end of file diff --git a/resources/dictionaries/hr/cross_streets.txt b/resources/dictionaries/hr/cross_streets.txt new file mode 100644 index 0000000..35ea523 --- /dev/null +++ b/resources/dictionaries/hr/cross_streets.txt @@ -0,0 +1,6 @@ +i +između|izmedu +na +na uglu +ugao +uglu \ No newline at end of file diff --git a/resources/dictionaries/hr/directionals.txt b/resources/dictionaries/hr/directionals.txt new file mode 100644 index 0000000..76412ae --- /dev/null +++ b/resources/dictionaries/hr/directionals.txt @@ -0,0 +1,4 @@ +istok|i +jug|j +sjever|s +zapad|z \ No newline at end of file diff --git a/resources/dictionaries/hr/entrances.txt b/resources/dictionaries/hr/entrances.txt new file mode 100644 index 0000000..7c48748 --- /dev/null +++ b/resources/dictionaries/hr/entrances.txt @@ -0,0 +1 @@ +ulaz \ No newline at end of file diff --git a/resources/dictionaries/hr/level_types_basement.txt b/resources/dictionaries/hr/level_types_basement.txt new file mode 100644 index 0000000..0028d3a --- /dev/null +++ b/resources/dictionaries/hr/level_types_basement.txt @@ -0,0 +1 @@ +podrum \ No newline at end of file diff --git a/resources/dictionaries/hr/level_types_mezzanine.txt b/resources/dictionaries/hr/level_types_mezzanine.txt new file mode 100644 index 0000000..1f4014d --- /dev/null +++ b/resources/dictionaries/hr/level_types_mezzanine.txt @@ -0,0 +1 @@ +polukat \ No newline at end of file diff --git a/resources/dictionaries/hr/level_types_numbered.txt b/resources/dictionaries/hr/level_types_numbered.txt new file mode 100644 index 0000000..cd7bf91 --- /dev/null +++ b/resources/dictionaries/hr/level_types_numbered.txt @@ -0,0 +1,2 @@ +kat +etaža|et \ No newline at end of file diff --git a/resources/dictionaries/hr/level_types_standalone.txt b/resources/dictionaries/hr/level_types_standalone.txt new file mode 100644 index 0000000..acf1f0b --- /dev/null +++ b/resources/dictionaries/hr/level_types_standalone.txt @@ -0,0 +1,2 @@ +parter +prizemlje \ No newline at end of file diff --git a/resources/dictionaries/hr/near.txt b/resources/dictionaries/hr/near.txt new file mode 100644 index 0000000..83846eb --- /dev/null +++ b/resources/dictionaries/hr/near.txt @@ -0,0 +1,5 @@ +oko ovdje +u +u blizini +u blizini mene +u blizini ovdje \ No newline at end of file diff --git a/resources/dictionaries/hr/no_number.txt b/resources/dictionaries/hr/no_number.txt new file mode 100644 index 0000000..bab92c1 --- /dev/null +++ b/resources/dictionaries/hr/no_number.txt @@ -0,0 +1 @@ +bez broja|bb|b.b|b b|bez br \ No newline at end of file diff --git a/resources/dictionaries/hr/personal_titles.txt b/resources/dictionaries/hr/personal_titles.txt new file mode 100644 index 0000000..92dc5f1 --- /dev/null +++ b/resources/dictionaries/hr/personal_titles.txt @@ -0,0 +1,6 @@ +doktor|dr +kardinala|kard +kralja +kraljice +kneza +svetog|sv \ No newline at end of file diff --git a/resources/dictionaries/hr/place_names.txt b/resources/dictionaries/hr/place_names.txt new file mode 100644 index 0000000..87abece --- /dev/null +++ b/resources/dictionaries/hr/place_names.txt @@ -0,0 +1,18 @@ +ambulanta +banka +crkva +dom +dječji vrtić|djecji vrtic +fakultet +gimnazija +kapelica +kavana +kolodvor +konoba +ljekarna +luka +most +osnovna škola|osnovna skola +restoran +škola|skola +tržnica|trznica \ No newline at end of file diff --git a/resources/dictionaries/hr/post_office.txt b/resources/dictionaries/hr/post_office.txt new file mode 100644 index 0000000..b58aad5 --- /dev/null +++ b/resources/dictionaries/hr/post_office.txt @@ -0,0 +1 @@ +postanški pretinac|p.p|pp|p p|postanski pretinac \ No newline at end of file diff --git a/resources/dictionaries/hr/qualifiers.txt b/resources/dictionaries/hr/qualifiers.txt new file mode 100644 index 0000000..9fd5633 --- /dev/null +++ b/resources/dictionaries/hr/qualifiers.txt @@ -0,0 +1 @@ +naselje \ No newline at end of file diff --git a/resources/dictionaries/hr/staircases.txt b/resources/dictionaries/hr/staircases.txt new file mode 100644 index 0000000..ab39017 --- /dev/null +++ b/resources/dictionaries/hr/staircases.txt @@ -0,0 +1 @@ +stubište|stubiste \ No newline at end of file diff --git a/resources/dictionaries/hr/stopwords.txt b/resources/dictionaries/hr/stopwords.txt new file mode 100644 index 0000000..34661a7 --- /dev/null +++ b/resources/dictionaries/hr/stopwords.txt @@ -0,0 +1 @@ +i|& \ No newline at end of file diff --git a/resources/dictionaries/hr/street_types.txt b/resources/dictionaries/hr/street_types.txt new file mode 100644 index 0000000..f0308f3 --- /dev/null +++ b/resources/dictionaries/hr/street_types.txt @@ -0,0 +1,12 @@ +aleja|al +avenija|av +bulevar|bul +cesta|c +klanac +most +prilaz +put +šetalište|setaliste +stube +trg +ulica|ul \ No newline at end of file diff --git a/resources/dictionaries/hr/unit_directions.txt b/resources/dictionaries/hr/unit_directions.txt new file mode 100644 index 0000000..5c1fc59 --- /dev/null +++ b/resources/dictionaries/hr/unit_directions.txt @@ -0,0 +1,2 @@ +desno +lijevo \ No newline at end of file diff --git a/resources/dictionaries/hr/unit_types_numbered.txt b/resources/dictionaries/hr/unit_types_numbered.txt new file mode 100644 index 0000000..83fe87f --- /dev/null +++ b/resources/dictionaries/hr/unit_types_numbered.txt @@ -0,0 +1,4 @@ +apartman|ap|apt +soba +stan +ured \ No newline at end of file diff --git a/resources/dictionaries/hu/ambiguous_expansions.txt b/resources/dictionaries/hu/ambiguous_expansions.txt new file mode 100644 index 0000000..13eecc6 --- /dev/null +++ b/resources/dictionaries/hu/ambiguous_expansions.txt @@ -0,0 +1,6 @@ +& +d +e +k +n +u diff --git a/resources/dictionaries/hu/cross_streets.txt b/resources/dictionaries/hu/cross_streets.txt new file mode 100644 index 0000000..db9b9df --- /dev/null +++ b/resources/dictionaries/hu/cross_streets.txt @@ -0,0 +1,5 @@ +& +és|es +és a|es a +és az|es az +között|kozott \ No newline at end of file diff --git a/resources/dictionaries/hu/directionals.txt b/resources/dictionaries/hu/directionals.txt new file mode 100644 index 0000000..732b375 --- /dev/null +++ b/resources/dictionaries/hu/directionals.txt @@ -0,0 +1,8 @@ +dél|del|d +délnyugat|delnyugat +délkeleti|delkeleti +észak|eszak|e +északnyugat|eszaknyugat +északkeleti|eszakkeleti +kelet|k +nyugat|n \ No newline at end of file diff --git a/resources/dictionaries/hu/level_types_basement.txt b/resources/dictionaries/hu/level_types_basement.txt new file mode 100644 index 0000000..ada99d8 --- /dev/null +++ b/resources/dictionaries/hu/level_types_basement.txt @@ -0,0 +1,4 @@ +alagsor +félszuterén|felszuteren +szuterén|szuteren +pince \ No newline at end of file diff --git a/resources/dictionaries/hu/level_types_mezzanine.txt b/resources/dictionaries/hu/level_types_mezzanine.txt new file mode 100644 index 0000000..2fcd825 --- /dev/null +++ b/resources/dictionaries/hu/level_types_mezzanine.txt @@ -0,0 +1,2 @@ +félemelet|felemelet|félem|1/2 em|1/2em +magasföldszint|magasfoldszint|mgfszt|mgfsz|mfszt|mfsz \ No newline at end of file diff --git a/resources/dictionaries/hu/level_types_numbered.txt b/resources/dictionaries/hu/level_types_numbered.txt new file mode 100644 index 0000000..0999fb5 --- /dev/null +++ b/resources/dictionaries/hu/level_types_numbered.txt @@ -0,0 +1 @@ +emelet|em \ No newline at end of file diff --git a/resources/dictionaries/hu/level_types_standalone.txt b/resources/dictionaries/hu/level_types_standalone.txt new file mode 100644 index 0000000..2f72a94 --- /dev/null +++ b/resources/dictionaries/hu/level_types_standalone.txt @@ -0,0 +1 @@ +földszint|fszt|fsz|foldszint \ No newline at end of file diff --git a/resources/dictionaries/hu/near.txt b/resources/dictionaries/hu/near.txt new file mode 100644 index 0000000..f84e100 --- /dev/null +++ b/resources/dictionaries/hu/near.txt @@ -0,0 +1,3 @@ +közelben|kozelben +közelében|kozeleben +közelemben|kozelemben \ No newline at end of file diff --git a/resources/dictionaries/hu/number.txt b/resources/dictionaries/hu/number.txt new file mode 100644 index 0000000..665d5cd --- /dev/null +++ b/resources/dictionaries/hu/number.txt @@ -0,0 +1 @@ +szám|szam \ No newline at end of file diff --git a/resources/dictionaries/hu/personal_titles.txt b/resources/dictionaries/hu/personal_titles.txt new file mode 100644 index 0000000..5186864 --- /dev/null +++ b/resources/dictionaries/hu/personal_titles.txt @@ -0,0 +1,2 @@ +szent|szt +idősebb|id diff --git a/resources/dictionaries/hu/post_office.txt b/resources/dictionaries/hu/post_office.txt new file mode 100644 index 0000000..8e2add8 --- /dev/null +++ b/resources/dictionaries/hu/post_office.txt @@ -0,0 +1 @@ +postafiók|pf|postafiok \ No newline at end of file diff --git a/resources/dictionaries/hu/stopwords.txt b/resources/dictionaries/hu/stopwords.txt new file mode 100644 index 0000000..6545dae --- /dev/null +++ b/resources/dictionaries/hu/stopwords.txt @@ -0,0 +1,4 @@ +a +az +egy +és|es|& \ No newline at end of file diff --git a/resources/dictionaries/hu/street_types.txt b/resources/dictionaries/hu/street_types.txt new file mode 100644 index 0000000..c0548be --- /dev/null +++ b/resources/dictionaries/hu/street_types.txt @@ -0,0 +1,34 @@ +árok|arok +dűlő|dulo|d.|d +fasor +fasora +főközlekedési út|főút|fout +határút|hatarut +kapu +kert +körönd|korond|krnd +körvasútsor|korvasutsor +körút|korut|krt +köz|koz +lakótelep|lakotelep|ltp.|ltp +lejtő|lejto +lépcső|lepcso +liget +mező|mezo +országút|orszagut +park +parkja +rakpart|rkpt|rkp|rpt +sétány|setany|stny.|stny +sor|s.|s +sétány|setany|sét +sugárút|sugarut|sgrt.|sgrt|srt.|srt|sgt.|sgt +sziget +telep +tér|ter +tere +tanya|t.|t +udvar +utca|u.|u +út|ut|u.|u +útja|utja diff --git a/resources/dictionaries/hu/unit_directions.txt b/resources/dictionaries/hu/unit_directions.txt new file mode 100644 index 0000000..a8b13cb --- /dev/null +++ b/resources/dictionaries/hu/unit_directions.txt @@ -0,0 +1,2 @@ +bal +jobb \ No newline at end of file diff --git a/resources/dictionaries/hu/unit_types_numbered.txt b/resources/dictionaries/hu/unit_types_numbered.txt new file mode 100644 index 0000000..109a095 --- /dev/null +++ b/resources/dictionaries/hu/unit_types_numbered.txt @@ -0,0 +1,3 @@ +iroda +lakás|lakas +szoba \ No newline at end of file diff --git a/resources/dictionaries/id/academic_degrees.txt b/resources/dictionaries/id/academic_degrees.txt new file mode 100644 index 0000000..bf61a2c --- /dev/null +++ b/resources/dictionaries/id/academic_degrees.txt @@ -0,0 +1,78 @@ +magister administrasi bisnis|mab|m ab +magister administrasi publi|map|m ap +magister administrasi rumah sakit|mars|m a r s +magister agama|mag|m ag +magister akuntansi|mak|m ak +magister epidemiolog|mepid|m epid +magister farmasi|mfarm|m farmasi +magister hukum|m h|mh +magister humaniora|mhum|m hum +magister ilmu biomedik|mbiomedik|m biomedik +magister ilmu komputer|mkom|m kom +magister kehutanan|mhut|m hut +magister kenotariatan|mkn|m kn +magister keperawatan|mkep|m kep +magister kesehatan|mkes|m kes +magister manajemen|mm|m m +magister manajemen pendidikan|mmpd|m mpd +magister manajemen sistem informasi|mmsi|m msi +magister marine|mmar|m mar +magister pendidikan|mpd|m pd +magister psikologi|mpsi|m psi +magister sains bidang ilmu pertahanan|msihan|m si han +magister seni|msn|m sn +magister statistik|mstat|m stat +magister teknik|mt|m t +magister teknologi informasi|mti|m ti +magister veteriner|mvet|m vet +sarjana administrasi bisnis|sab|s ab +sarjana administrasi publik|sap|s ap +sarjana agama|s ag|sag|sa g|s a g +sarjana agroteknologi|sagr|s agr +sarjana antropologi|sant|s ant +sarjana arsitektur|sars|s ars +sarjana desain|sds|s ds +sarjana ekonomi islam|sei|s e i +sarjana ekonomi|se|s e +sarjana farmasi|sfarm|s farm +sarjana hubungan internasional|shint|s h int|sh int +sarjana hukum islam|shi|s h i|sh i|s hi +sarjana hukum|sh|s h +sarjana humaniora|shum|s hum +sarjana ilmu gizi|sgz|s gz +sarjana ilmu kelautan|skel|s kel +sarjana ilmu kepolisian|s ik|sik|si k +sarjana ilmu perpustakaan|sip|s ip +sarjana ilmu politik|sarjana ilmu pemerintahan|sip|s i p +sarjana ilmu psikologi|sikom|s i kom|si kom +sarjana intelijen|sin|s in +sarjana kedokteran gigi|skg|s kg +sarjana kedokteran hewan|skh|s kh +sarjana kedokteran|s ked|sked +sarjana kehutanan|shut|s hut +sarjana komputer|skom|s kom +sarjana komunikasi dan pengembangan masyarakat|skpm|s kpm +sarjana manajemen bisnis|smb|s mb +sarjana pariwisata|spar|s par +sarjana pendidikan islam|spdi|s pd i|s pdi +sarjana pendidikan sekolah dasar|spdsd|s pd sd +sarjana pendidikan|spd|s pd|sp d|s p d +sarjana pertahanan|shan|s han +sarjana pertanian|sp|s p +sarjana peternakan|spt|s pt +sarjana psikologi|s psi|spsi +sarjana sains|s si|ssi +sarjana sains|ssi|s si +sarjana sains terapan pemerintahan|sstp|s stp +sarjana sastra|ss|s s +sarjana seni|s sn|ssn +sarjana sistem informasi|ssi|s si +sarjana sosial|ssos|s sos +sarjana syari ah|s sy|ssy +sarjana teknik|st|s t +sarjana teknologi informasi|sti|s ti|s t i +sarjana teknologi pertanian|stp|s tp|st p|s t p +sarjana teologi islam|s thi|s th i|sthi +sarjana teologi kristen|sthk|s th k|s thk +sarjana teologi|s teol|steol +sarjana terapan kepolisian|strk|s trk diff --git a/resources/dictionaries/id/ambiguous_expansions.txt b/resources/dictionaries/id/ambiguous_expansions.txt new file mode 100644 index 0000000..fba1c68 --- /dev/null +++ b/resources/dictionaries/id/ambiguous_expansions.txt @@ -0,0 +1,64 @@ +& +bg +bu +di +dn +dr +ds +fa +f a +gd +gg +gn +gp +jl +kb +ke +kp +kv +l +lt +mb +mh +m h +mm +m m +ms +mt +m t +n +no +nr +pd +p d +pj +p j +pl +po +p o +pt +p t +pu +p u +r +rm +r m +rr +r r +rs +r s +rt +rw +se +s e +sh +s h +sp +s p +ss +s s +st +s t +ud +u d +vl diff --git a/resources/dictionaries/id/building_types.txt b/resources/dictionaries/id/building_types.txt new file mode 100644 index 0000000..72c28d7 --- /dev/null +++ b/resources/dictionaries/id/building_types.txt @@ -0,0 +1,7 @@ +apartemen|apart|aprtmn +garasi|grs +gedung|gd|gdg +gudang|gdang +kebun|kebon|kbn +rumah|rmah|rmh +vila|vla|vl diff --git a/resources/dictionaries/id/chains.txt b/resources/dictionaries/id/chains.txt new file mode 100644 index 0000000..013777b --- /dev/null +++ b/resources/dictionaries/id/chains.txt @@ -0,0 +1,5 @@ +indomart|indomaret +superindo|super indo +lottemart|lotte mart +bonjour +bright diff --git a/resources/dictionaries/id/company_types.txt b/resources/dictionaries/id/company_types.txt new file mode 100644 index 0000000..61f017f --- /dev/null +++ b/resources/dictionaries/id/company_types.txt @@ -0,0 +1,15 @@ +asosiasi +dan rekan|& rekan +firma|fa|f a +koperasi|kop|kprs +koperasi usaha dagang|kud|k ud +persekutuan +perseroan komanditer|comanditaire venotschap|cv|c v +perseroan terbatas|pt|p t +perusahaan daerah|pd +perusahaan dagang|pd|p d +perusahaan jawatan|pj|pjaw|p jaw|p j +perusahaan otobus|po|p o +perusahaan umum|perum|p u +usaha dagang|ud|u d +yayasan diff --git a/resources/dictionaries/id/cross_streets.txt b/resources/dictionaries/id/cross_streets.txt new file mode 100644 index 0000000..023bd4a --- /dev/null +++ b/resources/dictionaries/id/cross_streets.txt @@ -0,0 +1,6 @@ +& +dan +di +di pojok|d pjk +pojok|pjk +di antara|d antr diff --git a/resources/dictionaries/id/directionals.txt b/resources/dictionaries/id/directionals.txt new file mode 100644 index 0000000..6ccb865 --- /dev/null +++ b/resources/dictionaries/id/directionals.txt @@ -0,0 +1,9 @@ +barat|bar|brt|brat|kulon|kln|klon +barat daya|brt dy|bar day|brat dya +barat laut|brt lt|bar laut +selatan|sel|sltn|slatan|kidul|kdl|kdul +tengah|teng|tngh +tenggara|teng|tnggra +timur|tim|tmur|wetan|wtan +timur laut|tim laut|tmur laut +utara|ut|utra|utr|lor diff --git a/resources/dictionaries/id/entrances.txt b/resources/dictionaries/id/entrances.txt new file mode 100644 index 0000000..76402a3 --- /dev/null +++ b/resources/dictionaries/id/entrances.txt @@ -0,0 +1,3 @@ +masuk|msk +gerbang masuk|grbg msk +pintu masuk|pntu msk|pntu msuk diff --git a/resources/dictionaries/id/level_types_numbered.txt b/resources/dictionaries/id/level_types_numbered.txt new file mode 100644 index 0000000..943aad2 --- /dev/null +++ b/resources/dictionaries/id/level_types_numbered.txt @@ -0,0 +1 @@ +lantai|lt|ltai|lt. diff --git a/resources/dictionaries/id/level_types_standalone.txt b/resources/dictionaries/id/level_types_standalone.txt new file mode 100644 index 0000000..0b8e812 --- /dev/null +++ b/resources/dictionaries/id/level_types_standalone.txt @@ -0,0 +1,3 @@ +lantai atas|lantai ats|lt ats|lt. ats|lt. atas +lantai dasar|lt dsr|lt dsar|lt. dsr|lt. dasar +lobi diff --git a/resources/dictionaries/id/near.txt b/resources/dictionaries/id/near.txt new file mode 100644 index 0000000..38c659f --- /dev/null +++ b/resources/dictionaries/id/near.txt @@ -0,0 +1,3 @@ +sekitar|sktr +dalam|dalem|dlm|dlam +dekat|dkt|dkat diff --git a/resources/dictionaries/id/number.txt b/resources/dictionaries/id/number.txt new file mode 100644 index 0000000..0c61787 --- /dev/null +++ b/resources/dictionaries/id/number.txt @@ -0,0 +1 @@ +nomor|nomr|nmr|#|no|№|nr diff --git a/resources/dictionaries/id/personal_titles.txt b/resources/dictionaries/id/personal_titles.txt new file mode 100644 index 0000000..f169501 --- /dev/null +++ b/resources/dictionaries/id/personal_titles.txt @@ -0,0 +1,34 @@ +abang|bang|bg +brigadir jendral|brig jen|brigjen +bapak|pak +doktor|dr|dok +doktorandus|drs +ibu|bu|ibuk|buk +jenderal|jend|jnd|jen|jendral +kapten|kpt|kapt +kolonel|kol +komandan|kmndn|kmd +kopral|koprl|kpl +komandan letnan|kmndn let|kmd lt +letnan|letn|lt +letnan kolonel|letkol|lt kol|lt kl +letnan jenderal|let jen|letjen|lt jn +mas|ms +mayor|may|myr +mayor jenderal|may jen|mayjen +mbak +menteri|mentri|mntr +pangeran|pngrn +pastor +pendeta|pdt +ustadz|ust +prajurit|prjrt +presiden|pres +profesor|prof +raden|rdn|r +raden mas|rm|r m +raden rara|rdn rara|rr +raja|rja +ratu +sersan|sers|sersn +sultan|sltn diff --git a/resources/dictionaries/id/place_names.txt b/resources/dictionaries/id/place_names.txt new file mode 100644 index 0000000..809eead --- /dev/null +++ b/resources/dictionaries/id/place_names.txt @@ -0,0 +1,145 @@ +air mancur +akademi|akdm +akuarium|akrium +amfiteater +apartmen|apt +arkade +auditorium +balai kota +bandar udara|bandara +banjar|bjr +bank perkreditan rakyat|bpr +bar +barak +bendungan +benteng +benteng +biara +bioskop +cagar alam +cuci mobil +daerah +danau +departmen|dep +dermaga +desa|ds +distributor|dstr|distrib|dstrb +dokter hewan +dusun|dsn +farmasi +galeri +galeri seni +gampong|gp|gpg|gmpg +garasi +gedung rekreasi +gerbang +gereja +institut|inst +istana +jembatan +kabupaten|kab +kali +kampus +kandang +kantor bupati +kantor|kntr +kantor pos +kantor pusat +kapel +karang taruna +kawasan industri +kebun binatang|bonbin +kecamatan|kec +kedai +kedutaan +kelompok bermain|kb +kelurahan|kel +kepolisian daerah|polda +kepolisian resor|polres +kepolisian sektor|polsek +kios +klinik +kolam renang +komite +kompleks +komunitas +konservatori +kopi +kos|kosan +kota +krematorium +kuburan +laboratorium|lab +lapangan +lapangan golf +lembaga pemasyarakatan +marina +markas besar|mabes +medik|med +mesjid|masjid|msjd +monumen +pabrik|pbrk +pandai besi +pangkalan udara|lanud|lanud +pantai|pante +panti jompo|pnt jmp|pnti jmpo +parkiran +paroki +pasar +paviliun|pav +pelabuhan +pemadam kebakaran +pemakaman +penampungan +penampungan hewan +pengadilan +penginapan +penitipan anak +penjara +perkebunan|kebun|kbn|kebon +perpustakaan +perserikatan +politeknik +pom bensin +pondok|pndok +pos polisi +provinsi|prov +puri +pusat kebudayaan +pusat kesehatan +pusat pemulihan +pusat perawatan +pusat seni +restoran +ruangan +rumah makan|rm +rumah|rmh|rmah|rumh +rumah sakit hewan|rs hewan +rumah sakit|rs|r s +rumah sakit wanita|rs wanita|r s wanita +sekolah dasar neger|sdn|sd n +sekolah menengah atas negeri|sma n|sma +sekolah menengah pertama negeri|smp n|smpn +sirkuit +sirkus +situ +stasiun +suaka margasatwa nasional +sungai +tahanan +taman +taman kanak|tk +taman nasional +teater +tempat pembuangan umum|tpu +tempat pertunjukan +tepi pantai +terminal|term +toko +toko buku +unit gawat darurat|ugd +unit geriatrik +universitas|univ|uni +vila|vl|vla +warung +yoga diff --git a/resources/dictionaries/id/qualifiers.txt b/resources/dictionaries/id/qualifiers.txt new file mode 100644 index 0000000..6074d89 --- /dev/null +++ b/resources/dictionaries/id/qualifiers.txt @@ -0,0 +1,13 @@ +banjar|bjr +blok|blk +desa|ds|dsa +dusun|dsn|dsun +gampong|gmpg|gpg|gp +gedung|gdg|gd +kabupaten|kab|kbptn|kbp +kampung|kmpg|kpg|kp|kampong +kecamatan|kec|kcmntn|kcm +kelurahan|kel|klrhn|klh +kompleks|komp|kmplk +kota|kta +pulau|plau|pl diff --git a/resources/dictionaries/id/stopwords.txt b/resources/dictionaries/id/stopwords.txt new file mode 100644 index 0000000..ee77469 --- /dev/null +++ b/resources/dictionaries/id/stopwords.txt @@ -0,0 +1,9 @@ +berlawanan|lawanan|lwnn +dan|dn|n|en|& +dari|dr +dekat|dkt +di +ke +lewat|lwt +seberang|sebrang|sbrg +semua|semoa|smua|smoa diff --git a/resources/dictionaries/id/street_types.txt b/resources/dictionaries/id/street_types.txt new file mode 100644 index 0000000..98dc149 --- /dev/null +++ b/resources/dictionaries/id/street_types.txt @@ -0,0 +1,7 @@ +alun-alun|alun alun|alunalun +gang|gg +jalan|jln|jl|jl. +jalur +jembatan +lorong|lrong +terowongan diff --git a/resources/dictionaries/id/synonyms.txt b/resources/dictionaries/id/synonyms.txt new file mode 100644 index 0000000..9490c22 --- /dev/null +++ b/resources/dictionaries/id/synonyms.txt @@ -0,0 +1,22 @@ +banjar|bnjr|bjr +daerah|drh +danau|dano +desa|dsa|ds +dusun|dsun|dsn +flat|flt +gampong|gpg +gunung|gn +internasional|int|int'l +kabupaten|kbptn +kali|kli +kampung|kpg|kmpg +kecamatan|kcmtn +kelurahan|klrhn +mas|ms +mbak|mba|mb +medikal|med +militer|mil +nasional|nasl|nas'l +sungai|sngai +tanjung|tjg +utama|utm diff --git a/resources/dictionaries/id/toponyms.txt b/resources/dictionaries/id/toponyms.txt new file mode 100644 index 0000000..14236e5 --- /dev/null +++ b/resources/dictionaries/id/toponyms.txt @@ -0,0 +1,34 @@ +bali +bangka belitung|babel|ba bel +banten +bengkulu +daerah istimewa yogyakarta|di yogyakarta|d.i. yogyakarta|diy|d i y +dki jakarta|jakarta +gorontalo +jambi +jawa barat|jabar|ja bar +jawa tengah|jateng|ja teng +jawa timur|jatim|ja tim +kalimantan barat|kalbar|kal bar +kalimantan selatan|kalsel|kal sel +kalimantan tengah|kalteng|kal teng +kalimantan timur|kaltim|kal tim +kalimantan utara|kalut|kal ut +kepulauan riau|kepri|kep ri +lampung +maluku +maluku utara|malut|mal ut +nanggroe aceh darussalam|nanggro aceh darussalam|nanggroe aceh darusalam|nad|n a d +nusa tenggara barat|ntb|n t b +nusa tenggara timur|ntt|n t t +papua +papua barat +riau +sulawesi barat|sulbar|sul bar +sulawesi selatan|sulsel|sul sel +sulawesi tengah|sulteng|sul teng +sulawesi tenggara|sultra|sul tra +sulawesi utara|sulut|sul ut +sumatera barat|sumatra barat|sumbar|sum bar +sumatera selatan|sumatra selatan|sumsel|sum sel +sumatera utara|sumatra utara|sumut|sum ut diff --git a/resources/dictionaries/id/unit_directions.txt b/resources/dictionaries/id/unit_directions.txt new file mode 100644 index 0000000..3648c70 --- /dev/null +++ b/resources/dictionaries/id/unit_directions.txt @@ -0,0 +1,4 @@ +belakang|blkg|blkang +depan|dpn +kanan|knan|knn +kiri|kri|kr diff --git a/resources/dictionaries/id/unit_types_numbered.txt b/resources/dictionaries/id/unit_types_numbered.txt new file mode 100644 index 0000000..e2f9b44 --- /dev/null +++ b/resources/dictionaries/id/unit_types_numbered.txt @@ -0,0 +1,16 @@ +garasi|grsi +gedung|gdg|gd +gudang|gdng +hangar|hngr +kamar|kmr +kantor +kavling|kav|kv +kebun|kebon|kbn +kios +pabrik|pabrk|pbrk +parkiran|park +rukun tetangga|rt +rukun warga|rw +stasiun +toko|tko +vila|vla|vl diff --git a/resources/dictionaries/id/unit_types_standalone.txt b/resources/dictionaries/id/unit_types_standalone.txt new file mode 100644 index 0000000..1b40e28 --- /dev/null +++ b/resources/dictionaries/id/unit_types_standalone.txt @@ -0,0 +1,9 @@ +belakang bawah|belakang bwh|blkg bwh +belakang bawah|belakang bwh|blkg bwh +belakang|blkg +depan|dpn +garasi|grsi +kanan bawah|kanan bwh|knan bwh +kiri bawah|kiri bwh|kri bwh +lobi|lbi|lbbi +sisi|ssi diff --git a/resources/dictionaries/is/ambiguous_expansions.txt b/resources/dictionaries/is/ambiguous_expansions.txt new file mode 100644 index 0000000..65a14de --- /dev/null +++ b/resources/dictionaries/is/ambiguous_expansions.txt @@ -0,0 +1,6 @@ +& +a +n +og +s +v \ No newline at end of file diff --git a/resources/dictionaries/is/concatenated_suffixes_inseparable.txt b/resources/dictionaries/is/concatenated_suffixes_inseparable.txt new file mode 100644 index 0000000..7e6fdec --- /dev/null +++ b/resources/dictionaries/is/concatenated_suffixes_inseparable.txt @@ -0,0 +1,29 @@ +barð|baro +borg +borgir +braut +byggð|byggo +fell +gata +gerði|geroi +grund +hagi +háls|hals +hjalli +hlíð|hlio +holt +land +lundur +melur +múli|muli +nes +sel +sendi +stræti|straeti +teigur +torg +tún|tun +vangur +vegi +vegur +vellir \ No newline at end of file diff --git a/resources/dictionaries/is/cross_streets.txt b/resources/dictionaries/is/cross_streets.txt new file mode 100644 index 0000000..edfe834 --- /dev/null +++ b/resources/dictionaries/is/cross_streets.txt @@ -0,0 +1,4 @@ +á horninu á|a horninu a +horn af +og +milli \ No newline at end of file diff --git a/resources/dictionaries/is/directionals.txt b/resources/dictionaries/is/directionals.txt new file mode 100644 index 0000000..c2fcc1c --- /dev/null +++ b/resources/dictionaries/is/directionals.txt @@ -0,0 +1,4 @@ +austur|a +norður|norour|n +suður|suour|s +vestur|v \ No newline at end of file diff --git a/resources/dictionaries/is/entrances.txt b/resources/dictionaries/is/entrances.txt new file mode 100644 index 0000000..cc33a2b --- /dev/null +++ b/resources/dictionaries/is/entrances.txt @@ -0,0 +1 @@ +inngangur \ No newline at end of file diff --git a/resources/dictionaries/is/level_types_basement.txt b/resources/dictionaries/is/level_types_basement.txt new file mode 100644 index 0000000..61a298b --- /dev/null +++ b/resources/dictionaries/is/level_types_basement.txt @@ -0,0 +1 @@ +kjallara \ No newline at end of file diff --git a/resources/dictionaries/is/level_types_numbered.txt b/resources/dictionaries/is/level_types_numbered.txt new file mode 100644 index 0000000..968b1c2 --- /dev/null +++ b/resources/dictionaries/is/level_types_numbered.txt @@ -0,0 +1 @@ +hæð|haeo \ No newline at end of file diff --git a/resources/dictionaries/is/level_types_standalone.txt b/resources/dictionaries/is/level_types_standalone.txt new file mode 100644 index 0000000..6cca10d --- /dev/null +++ b/resources/dictionaries/is/level_types_standalone.txt @@ -0,0 +1 @@ +jarðhæð|jarohaeo \ No newline at end of file diff --git a/resources/dictionaries/is/near.txt b/resources/dictionaries/is/near.txt new file mode 100644 index 0000000..5f00e46 --- /dev/null +++ b/resources/dictionaries/is/near.txt @@ -0,0 +1,6 @@ +hér|her +hérna|herna +í|i +nálægt|nalaegt +nálægt hér|nalaegt her +nálægt mér|nalaegt mer \ No newline at end of file diff --git a/resources/dictionaries/is/number.txt b/resources/dictionaries/is/number.txt new file mode 100644 index 0000000..c674972 --- /dev/null +++ b/resources/dictionaries/is/number.txt @@ -0,0 +1 @@ +númer|numer|nr|#|№|no \ No newline at end of file diff --git a/resources/dictionaries/is/post_office.txt b/resources/dictionaries/is/post_office.txt new file mode 100644 index 0000000..f5fc72a --- /dev/null +++ b/resources/dictionaries/is/post_office.txt @@ -0,0 +1 @@ +pósthólf|ph|postholf \ No newline at end of file diff --git a/resources/dictionaries/is/qualifiers.txt b/resources/dictionaries/is/qualifiers.txt new file mode 100644 index 0000000..7637dab --- /dev/null +++ b/resources/dictionaries/is/qualifiers.txt @@ -0,0 +1,2 @@ +borg +borgir \ No newline at end of file diff --git a/resources/dictionaries/is/staircases.txt b/resources/dictionaries/is/staircases.txt new file mode 100644 index 0000000..ac35f0a --- /dev/null +++ b/resources/dictionaries/is/staircases.txt @@ -0,0 +1 @@ +stigi \ No newline at end of file diff --git a/resources/dictionaries/is/stopwords.txt b/resources/dictionaries/is/stopwords.txt new file mode 100644 index 0000000..fbda6bf --- /dev/null +++ b/resources/dictionaries/is/stopwords.txt @@ -0,0 +1 @@ +og|& \ No newline at end of file diff --git a/resources/dictionaries/is/street_types.txt b/resources/dictionaries/is/street_types.txt new file mode 100644 index 0000000..7e6fdec --- /dev/null +++ b/resources/dictionaries/is/street_types.txt @@ -0,0 +1,29 @@ +barð|baro +borg +borgir +braut +byggð|byggo +fell +gata +gerði|geroi +grund +hagi +háls|hals +hjalli +hlíð|hlio +holt +land +lundur +melur +múli|muli +nes +sel +sendi +stræti|straeti +teigur +torg +tún|tun +vangur +vegi +vegur +vellir \ No newline at end of file diff --git a/resources/dictionaries/is/unit_directions.txt b/resources/dictionaries/is/unit_directions.txt new file mode 100644 index 0000000..c1b6405 --- /dev/null +++ b/resources/dictionaries/is/unit_directions.txt @@ -0,0 +1,2 @@ +til hægri|til haegri|t.h|th|t h +til vinstri|t.v|tv|t v \ No newline at end of file diff --git a/resources/dictionaries/is/unit_types_numbered.txt b/resources/dictionaries/is/unit_types_numbered.txt new file mode 100644 index 0000000..ea8fc39 --- /dev/null +++ b/resources/dictionaries/is/unit_types_numbered.txt @@ -0,0 +1 @@ +íbúð|ibuo \ No newline at end of file diff --git a/resources/dictionaries/it/academic_degrees.txt b/resources/dictionaries/it/academic_degrees.txt new file mode 100644 index 0000000..1026c0c --- /dev/null +++ b/resources/dictionaries/it/academic_degrees.txt @@ -0,0 +1 @@ +ragioniere|rag \ No newline at end of file diff --git a/resources/dictionaries/it/ambiguous_expansions.txt b/resources/dictionaries/it/ambiguous_expansions.txt new file mode 100644 index 0000000..a2723dc --- /dev/null +++ b/resources/dictionaries/it/ambiguous_expansions.txt @@ -0,0 +1,8 @@ +& +c +e +l +n +o +s +v \ No newline at end of file diff --git a/resources/dictionaries/it/building_types.txt b/resources/dictionaries/it/building_types.txt new file mode 100644 index 0000000..e7afc05 --- /dev/null +++ b/resources/dictionaries/it/building_types.txt @@ -0,0 +1,5 @@ +casa|c|ca|ca' +casetto|c.etto +edificio|edif.o|edifo +palazzina +palazzo|pal.zo|palzo \ No newline at end of file diff --git a/resources/dictionaries/it/chains.txt b/resources/dictionaries/it/chains.txt new file mode 100644 index 0000000..399718c --- /dev/null +++ b/resources/dictionaries/it/chains.txt @@ -0,0 +1,5 @@ +api +eni +erg +ip +poste italiane \ No newline at end of file diff --git a/resources/dictionaries/it/company_types.txt b/resources/dictionaries/it/company_types.txt new file mode 100644 index 0000000..2fc4ec1 --- /dev/null +++ b/resources/dictionaries/it/company_types.txt @@ -0,0 +1,16 @@ +associazione calcio|ac|a.c.|a.c|a c +compagnia|co|comp +cooperativa|coop.va|coopva +cooperativo|coop.vo|coopvo +gruppo di interesse economico|gruppo d'interesse economico|gruppo d' interesse economico|gie|g.i.e.|g.i.e|g i e +ditta individuale +football club|fc|f.c.|f.c|f c +società|societa|sta +società cooperativa a responsabilità limitata|societa cooperativa a responsabilita limitata|scrl|s.c.r.l.|s.c.r.l|s c r l +società semplice|societa semplice|ss|s.s.|s.s|s s +società in accomandità semplice|societa in accomandita semplice|sas|s.a.s.|s.a.s|s a s +società in nome collettivo|societa in nome collettivo|snc|s.n.c.|s.n.c|s n c +società per azioni|societa per azioni|spa|s.p.a.|s.p.a|s p a +società in accomandità per azioni|societa in accomandita per azioni|sapa|s.a.p.a.|s.a.p.a|s a p a +società a garanzia limitata|societa a garanzia limitata|sagl|s.a.g.l.|s.a.g.l|s a g l +società a responsabilità limitata|societa a responsabilita limitata|srl|s.r.l.|s.r.l|s r l \ No newline at end of file diff --git a/resources/dictionaries/it/cross_streets.txt b/resources/dictionaries/it/cross_streets.txt new file mode 100644 index 0000000..3e78d68 --- /dev/null +++ b/resources/dictionaries/it/cross_streets.txt @@ -0,0 +1,7 @@ +& +a +all'angolo tra|allangolo tra +angolo +angolo di +e +tra \ No newline at end of file diff --git a/resources/dictionaries/it/directionals.txt b/resources/dictionaries/it/directionals.txt new file mode 100644 index 0000000..cc728ab --- /dev/null +++ b/resources/dictionaries/it/directionals.txt @@ -0,0 +1,11 @@ +levante +nord|n +nord est|nordest|ne|n e +nord ovest|nordovest|no|n o +est|e +occidentale|occid.le +orientale|orrient.le +ovest|o +sud|s +sud est|sudest|se|s e +sud ovest|sudovest|so|s o \ No newline at end of file diff --git a/resources/dictionaries/it/elisions.txt b/resources/dictionaries/it/elisions.txt new file mode 100644 index 0000000..e9787af --- /dev/null +++ b/resources/dictionaries/it/elisions.txt @@ -0,0 +1,4 @@ +d' +dall' +dell' +sant' \ No newline at end of file diff --git a/resources/dictionaries/it/entrances.txt b/resources/dictionaries/it/entrances.txt new file mode 100644 index 0000000..37a345c --- /dev/null +++ b/resources/dictionaries/it/entrances.txt @@ -0,0 +1 @@ +ingresso \ No newline at end of file diff --git a/resources/dictionaries/it/level_types_basement.txt b/resources/dictionaries/it/level_types_basement.txt new file mode 100644 index 0000000..d874860 --- /dev/null +++ b/resources/dictionaries/it/level_types_basement.txt @@ -0,0 +1,2 @@ +cantina|c.tina|ctina +seminterrato \ No newline at end of file diff --git a/resources/dictionaries/it/level_types_numbered.txt b/resources/dictionaries/it/level_types_numbered.txt new file mode 100644 index 0000000..750485f --- /dev/null +++ b/resources/dictionaries/it/level_types_numbered.txt @@ -0,0 +1,2 @@ +livello +piano|pº|p°|p.º|p.°|p.o|p.nº|p.n°|p.no|pnº|pn°|pno \ No newline at end of file diff --git a/resources/dictionaries/it/level_types_standalone.txt b/resources/dictionaries/it/level_types_standalone.txt new file mode 100644 index 0000000..657c0f5 --- /dev/null +++ b/resources/dictionaries/it/level_types_standalone.txt @@ -0,0 +1,2 @@ +piano nobile +piano terra|pt|p.t|p t \ No newline at end of file diff --git a/resources/dictionaries/it/near.txt b/resources/dictionaries/it/near.txt new file mode 100644 index 0000000..ac3996c --- /dev/null +++ b/resources/dictionaries/it/near.txt @@ -0,0 +1,10 @@ +a +ad +in +intorno a qui +nelle vicinanze +presso a +qui vicino +vicino +vicino a +vicino a me \ No newline at end of file diff --git a/resources/dictionaries/it/no_number.txt b/resources/dictionaries/it/no_number.txt new file mode 100644 index 0000000..043c889 --- /dev/null +++ b/resources/dictionaries/it/no_number.txt @@ -0,0 +1,2 @@ +senza numero civico|snc|s.n.c.|s n c +senza numero|sn diff --git a/resources/dictionaries/it/number.txt b/resources/dictionaries/it/number.txt new file mode 100644 index 0000000..08a908c --- /dev/null +++ b/resources/dictionaries/it/number.txt @@ -0,0 +1 @@ +numero|nº|n°|no|n.º|n.°|n.o|n|#|№ \ No newline at end of file diff --git a/resources/dictionaries/it/personal_titles.txt b/resources/dictionaries/it/personal_titles.txt new file mode 100644 index 0000000..f25472e --- /dev/null +++ b/resources/dictionaries/it/personal_titles.txt @@ -0,0 +1,72 @@ +architetto|arch +arciprete +avvocato|avv +barone|bne|b.ne +baronessa|bnssa|bn.ssa +capitano|cap +caporale +caporale maggiore +cardinale|card +cavaliere|cav +cavaliere ufficiale|cav uff +colonnello|col +commendatore|comm +console|cons +conte +contessa +corpo d'armata|corpo darmata|cda|c.d.a.|c.d.a|c d a +curato +don +donna +dottore|dott|dr +dottoressa|dottssa|dott.ssa|drssa|dr.ssa +duca +duchessa +egregio|egr +emissario|emiss.o +gentile +gentili +generale|gen +generali|gen.li +grande ufficiale|gr uff +giudice +imperatore +imperatrice +ingegnere|ing +maestra +maestro +maggiore|magg +marchesa +marchese +maresciallo|mar +ministero|ministro|min +monsignore|mons +onorevole|on +presidente|pres +presidente emerito|pres emerito +prete +prevosto +professore|prof +professoressa|profssa|prof.ssa +re +regina +reverendo|rev +reverendo madre|rm|r.m.|r.m|r m +reverendo padre|rp|r.p.|r.p|r p +san|s +sant' +santa|s +santi|ss|s.s|s.s.|s s +santo|s +santo padre|sp|s.p.|s.p|s p +senatore|sen +sergente|serg +signora|sigra|sig.ra +signore|sig +signori|sigg +signorina|signa|sig.na +sottotenente|sten|s.ten +tenente|ten +tenente colonnello|ten col +visconte +viscontessa \ No newline at end of file diff --git a/resources/dictionaries/it/place_names.txt b/resources/dictionaries/it/place_names.txt new file mode 100644 index 0000000..17ef8bb --- /dev/null +++ b/resources/dictionaries/it/place_names.txt @@ -0,0 +1,203 @@ +abbazia|abbadia|badia|abb.a|abba|b.ia|bia +abbazie|abbadie|abb.e|abbe +accademia|accad.a|accada +accademie|accad.e|accade +acquario|acq.rio|acqrio|acqrio +acquari|acq.ri|acqri|acqri +acquedotti|acq.ti|acqti +acquedotto|acq.to|acqto +aeroporto|aerop.to|aeropto +agenzia +agenzia immobiliare +alberghi|alb.i|albi +albergo|alb.o|albo +alimentari +ambasciata +anfiteatri|anfit.i|anfiti +anfiteatro|anfit.o|anfito +area cani +area comune +area di svago +asilo infantile +asilo nido +autonoleggio +autolavaggio +bagno|bgno|b.gno +bagni|bgni|b.gni +banca +bar +baraccamento|bmento|b.mento +baraccamenti|bmenti|b.menti +baracche|bar.che|barche +barbiere +basilica|basca|bas.ca +basiliche|basche|bas.che +bettola|bet.a|beta +bettole|bet.e|bete +biblioteca +birreria|birr.a|birra +birrerie|birr.e|birre +bordello +bottega +boutique +caffè|caffe +caffeteria +calzaturificio|calzat.cio|calzatcio +calzolaio +cambiavalute +cambia valute +campeggio|camp.gio|campgio +campeggi|camp.gi|campgi +campo da golf +campo sportivo +cappella|cap.la|capla +cappelleria +cappelletta|cap.ta|capta +carabinieri|carab.ri|carabri +carcere|carc.e|carce +carenaggio|car.ggio|carggio +cartiera +cartoleria +casa +casale|c.ale|cale +casaletto|c.letto|cletto +caserma|cas.ma|casma +casetta|c.ta|cta +casette|c.te|cte +casinò|casino +casolare|c.lare|clare +casone|c.one|cone +casotto|cas.to|casto +cassina|cass.a|cassa +castello|cast.o|casto +catacomba|cat.ba|cat ba +catacombe|cat.be|cat be +cattedrale|catt.le|cattle +centro commerciale|centro comm.le|centro comm|centro comm le|cc|c.c.|c.c|c c +centro sportivo +chalet|ch.t|cht +chiesa|ch.sa|chsa +chiesetta|ch.etta|chetta +cimitero +cinema +cittadella|c.della|cdella +club +collegio|coll.io|collio +conservatorio|cons.rio|consrio +convento|conv.to|convto +crematorio +dentista +diga +dipartimento|dipart.o|dpmto +dissalazione|dissal.ne|dissalne +distilleria|distill.a|distilla +dormitorio +dormitori +drogheria +enoteca +ergastolo|erg.lo|erglo +fabbrica|fabbr.a|fabbra +faro|f.ro|fro +farmacia +fattoria|fatt.a|fatta +ferramenta +ferriera|ferr.ra|ferrra +ferrovia|ferr.a|fv|f.v.|f.v|f v +ferroviaria|ferr.ria|ferrria +ferroviario|ferr.rio|ferrrio +fiera +fioraio +fonderia|fond.a +fontana|font.na|fontna +forni|f.ni|fni +forno|f.no|fno +foro +forte +fortezza|fort.za|fortza +forti +fortificazione|fort.one|fortone +fortilizio|fort.zio|fortzio +fratelli +galleria|gal +gelateria +gendarmeria|gend.ria|gendria +giolleria +giornalaio +hotel +impianto|imp.to|impto +ippodromo|ip.dromo|ipdromo +istituto|ist +kebab +laboratorio|lab.o|labo +latteria +lavanderia|lavand.a|lavanda +lavanderia a gettone +libreria +locanda|loc.a +lunetta|l.etta +macelleria +madonnella|mad.la|madla +madonnetta|mad.ta|madta +magazzini|magaz.i|magazi +magazzino|magaz.o|magazo +masseria|mass.a|mas +mercato|mec +ministero|min.ro|minro +molino +monastero|monast.o|monasto +municipio +monumento|monum.o|monumo +mulino +museo +negozio +obelisco|ob.sco|obsco +orologiaio +ospedale|osp.le|osple +ostello +osteria|ost.a|osta +ottica +padiglinoe|pad.ne|padne +panetteria +panificio +parcheggio|pach.o +parco|p.rco|prco|pco +parco giochi|p.rco giochi|prco giochi +parco acquatico|p.rco acquatico|prco acquatico +parrucchiere +pasticceria +pelletteria +pensilina +pescheria +piscina|psi +pista di ghiaccio +pizzeria +polizia +pompieri +porto|pto +porto turistico +prigione +profumeria +pub +rifugio per animali +ristorante +salone di bellezza +sarto +sauna +scuola +scuola guida +scuola superiore +stadio +supermercato|super mercato +tabaccheria +tabacchi +teatro +terminal traghetto +tintoria +torre +trattoria +tribunale +ufficio +ufficio postale +università|universita|univ|uni|univers +veterinario +vigili del fuoco diff --git a/resources/dictionaries/it/post_office.txt b/resources/dictionaries/it/post_office.txt new file mode 100644 index 0000000..fd35729 --- /dev/null +++ b/resources/dictionaries/it/post_office.txt @@ -0,0 +1,2 @@ +casella postale|cp|c.p.|c.p|c p|cpt|cas pos +presso|co|c \ o|c / o diff --git a/resources/dictionaries/it/qualifiers.txt b/resources/dictionaries/it/qualifiers.txt new file mode 100644 index 0000000..b93a4fd --- /dev/null +++ b/resources/dictionaries/it/qualifiers.txt @@ -0,0 +1,16 @@ +borgata|borg.a|borga +borgate|borg.e|borge +borghi|b.ghi|bghi +borgo|b.go|bgo +blocco|bl.o|blo|blo +blocchi|bl.i|bli|bli +colonia|col.a|cola +fermata +fortino|fort.no|fortno +isola +isole +isoletta +isolette +isoletto +isoletti +palazzi|pal.zi|palzi \ No newline at end of file diff --git a/resources/dictionaries/it/staircases.txt b/resources/dictionaries/it/staircases.txt new file mode 100644 index 0000000..c554e75 --- /dev/null +++ b/resources/dictionaries/it/staircases.txt @@ -0,0 +1 @@ +scala \ No newline at end of file diff --git a/resources/dictionaries/it/stopwords.txt b/resources/dictionaries/it/stopwords.txt new file mode 100644 index 0000000..1df9448 --- /dev/null +++ b/resources/dictionaries/it/stopwords.txt @@ -0,0 +1,47 @@ +a +agli +al +alla +alle +allo +ai +con +de +da +dagli +dai +dal +dalla +dalle +dall' +dei +degli +del +della|d.la|dla +delle|d.le|dle +dello|d.lo|dlo +dell' +dentro|d.tro|dtro +di +d' +e|& +fuori +gli +i +il +in +la +negli +nel +nella +nelle +nello +nei +per +su +sui +sul +sugli +sulla +sulle +sullo \ No newline at end of file diff --git a/resources/dictionaries/it/street_types.txt b/resources/dictionaries/it/street_types.txt new file mode 100644 index 0000000..cb3ff5b --- /dev/null +++ b/resources/dictionaries/it/street_types.txt @@ -0,0 +1,151 @@ +accesso|acc.so|accso +alto|alt +alzaia|alz +androna|and +angolo|ang.|ang +arco|arc +autostrada|aut.da|autda|aut +audostradale|aut.sle|autsle|aut sle|aut.ale|autale +autostrade|aut.de|autde +baluardo|bdo +banchina|bna +bivio|biv +borgata|bga +borgo|b.go|bgo +bretella|br.lla|brlla +bretelle|br.lle|brlle +brigata|bgt +calata|clt +calle|cal +campiello|cpl +campo|c.po|cpo +canale|cnl +cantone|cat +casale|cas +cascina|c.na|cna +cavalcavia|cavalc.a|cavalca +chiusa|c.usa|cusa +circonvallazione|circonv.e|circonve|crv +contrà|con|contra' +contrada|contr.a|contra|c.da|cda|cnt +corso|c.so|cso +corte|c.te|cte +cortile|c.ile|ctile|c.le|cle +cortina|ctn +costa|cta +crocevia|cra +cupa|cup +discesa|dis +ferrata|f.rata|frata +fondamenta|f.ta|fta|fon +fondo|fdo +forca|f.ca|fca +forcella|forc.la|forcla +foro|for +frazione|fraz.e|fraze|frz|fraz +frazioni|fraz.i|frazi +galleria|gall.a|galla|gal +gallerie|gall.e|galle +genna|g.na|gna +genne|g.ne|gne +gradini|grd +interrato|int +larghetto|lgt +largo|l.go|lgo +logge|lge +lungadige|lgd +lungargine|lug +lungarno|lno +lungo|lun +lungolago|llg +lungomare|lre +lungotevere|lgv +località|localita|loc|loc.ta|locta +molo|mlo +monte|mte +passaggio|pas +passeggiata|pss +piazza|p.za|p.zza|pza|pzza +piazzale|p.le|ple +piazzetta|p.ta|pta|pzt +ponte|p.te|pte +pontile|ptl +porta|p.ta|pta +portici|prt +portico|pro +presso|pre +prolungamento|plg +provinciale +quartiere|qua +rampa|rpa +rampe|rpe +regione|reg +rio|rii +rio terà|rit|rio tera' +ripa|ri +riva|rva +riviera|riv +rotabile|rtb +rotonda|rtd +sacca|scc +salita|sal +salizada|s.da|sda +scala|scl +scale|sce +scali|sci +scalinata|sca +sdrucciolo|sdr +sestiere|ses +sottopassaggio|sps +spadaria|spd +spalto|spa +stazione|staz|sta +strada|s|str.a|stra|str +strada comunale|sc|s.c.|s.c|s c|stc +strada nuova|snu +strada provinciale|sp|s.p.|s.p|s p|str provinciale|s provinciale|str.prov|str prov|s.prov|s prov|stp +strada privata|spr +strada regionale|sr|s.r.|s.r|s r|str.reg|str reg|str r|str.r|str reginale|s reginale +strada statale|ss|s.s.|s.s|s s|str.s|str s|str.st|str st|str statale|s statale|sts +strada vecchia|sve +strada vicinale|sv|s.v.|s.v|s v|str.vic|str vic|str vicinale|s vicinale|svc +stradale|sdl +stradello|stl +stradetta|stt +stradone|std +stretta|str.ta|strta +strette|str.te|strte +stretti|str.ti|strti +stretto|str.to|strto|sto +superstrada +supportico|sup +tangenziale +traversa|tra +traversa nuova|tnu +traversa privata|tpr +traversa strada statale|tra s.s. +traversa vicinale|tvc +varco|var +via|v +via comunale|vc|v.c.|v.c|v c|vcm +via nuova|vnu +via privata|vpr +via provincale|vp|v.p.|v.p|v p|v provinciale|vpv +via statale|vs|v.s.|v.s|v s +via vecchia|vve +via vicinale|vvc +viale|v.le|vle|vl +viale privato|vlp +vicoletto|vct +vicolo|v.lo|vlo +vicolo largo|vcl +vicolo privato|vcp +vicolo nuovo|vcn +vicolo vecchio|vcv +vico|vic +villa|vla +villaggio|vil +viuzzo|vzo +vocabolo|voc +volta|vta +zona industriale|zin|z.i. diff --git a/resources/dictionaries/it/synonyms.txt b/resources/dictionaries/it/synonyms.txt new file mode 100644 index 0000000..77c6829 --- /dev/null +++ b/resources/dictionaries/it/synonyms.txt @@ -0,0 +1,115 @@ +agosto|ag|ago +altezza|alt.za|altza +altezze|alt.ze|altze +antica|ant.a|anta +antiche|ant.e|ante +antichi|ant.i|anti +antico|ant.o|anto +aprile|apr +arcipelaghi|arcip.ghi|arcipghi +arcipelagho|arcip.gho|arcipgho +badde|b.de|bde +bassa|b.sa|bsa +bassi|b.si|bsi +basso|b.so|bso +basse|b.se|bse +bealera|b.ra|bra +bealere|b.re|bre +calvario|calv.o|calvo +canale|can.le|canle +canali|can.li|canli +caverna|cav.na|cavna +caverne|cav.ne|cavne +centrale|centr.e|ctrle +colla|c.la|cla +colle|c.le|cle +colletta|c.tta|ctta +collina|cll.a|clla +colline|cll.e|clle +collo|c.llo|cllo +cozzi|c.zi|czi +cozzo|c.zo|czo +commerciale|comm.le|commle +comunale|com.le|comle +comunità|comunita|com.ta|comta +decembre|dec +dicembre|dic|10.bre|10bre|10 bre|x.bre|xbre|x bre +distretto|distr.o|distro +diversivo|div.vo|divvo +fanteria|fant.a|fanta +febbraio|febbr|feb|fev +fontanile|font.ile|fontile +fonte|f.te|fte +fosso|f.so|fso +fossa|f.sa|fsa +fratelli|f.lli|flli +gennaio|gen +ghiacciai|gh.i|ghi +ghiacciaio|gh.io|ghio +giardino|g.no|gno +giardini|g.ni|gni +giugno|giug +giulio|giul +gran|gr +grande|gr.de|grde +grandi|gr.di|grdi +grossa|gr.sa|grsa +grosse|gr.se|grse +grossi|gr.si|grsi +grosso|gr.so|grso +grotta|gr.ta|grta +gortte|gr.te|grte +gruppi|gr.pi|grpi +gruppo|gr.po|grpo +incoronata|incor.ta +industria|ind.ia +industriale|ind.ale|indale +industriali|ind.ali|indali +inferiore|inf.e|infe +inferiori|inf.i|infi +internazionale|intern.le +internazionali|intern.li +interne|int.ne|intne +interni|int.ni|intni +interno|int.no|intno +laghetto|lag.to|lagto +lago|l +laguna|lag.a +lunghi|l.ghi|lghi +lungo|l.go|lgo +maggio|magg|mag +maddalena|madd.na|maddna +madonna|mad.na|madna +madonne|mad.ne|madne +maggiore|magg.re|maggre +maggiori|magg.ri|maggri +mandamento|mand.to|mandto +mannu|m.nu|mnu +marinella|marin.la|marinla +marino|m.ino|mrno +marittimo|maritt.o +marzo|mar +media|med.a +mediterraneo|medit.eo +metropolitana|metr.na|metrna|metro +militare|mil.re|milre +muri|m.ri|mri +muro|m.ro|mro +navigli|nav.i +naviglio|nav.o +nazionale|naz.le|nazle +nazionali|naz.li|nazli +nostra|n.ra|nra +nostro|n.ro|nro +novembre|nov|9.bre|9bre|9 bre|9.mbre|9mbre|9 mbre +nuova|n.va|nva +nuove|n.ve|nve +nuovi|n.vi|nvi +nuovo|n.vo|nvo +ottobre|ott|8.bre|8bre|8 bre +penisola|penis.a +piccola|p.cola|pcola +piccole|p.cole|pcole +piccoli|p.coli|pcoli +piccolo|p.colo|pcolo +settembre|sett|set|7.bre|7bre|7 bre \ No newline at end of file diff --git a/resources/dictionaries/it/toponyms.txt b/resources/dictionaries/it/toponyms.txt new file mode 100644 index 0000000..56d0b37 --- /dev/null +++ b/resources/dictionaries/it/toponyms.txt @@ -0,0 +1,110 @@ +agrigento|ag +alessandria|al +ancona|an +aosta|ao +ascoli piceno|ap +l'aquila|aq +arezzo|ar +asti|at +avellino|av +bari|ba +bergamo|bg +biella|bi +belluno|bl +benevento|bn +bologna|bo +brindisi|br +brescia|bs +barletta-andria-trani|bt +bolzano|bz +cagliari|ca +campobasso|cb +caserta|ce +chieti|ch +carbonia-iglesias|ci +caltanissetta|cl +cuneo|cn +como|co +cremona|cr +cosenza|cs +catania|ct +catanzaro|cz +enna|en +forlì-cesena|fc +ferrara|fe +foggia|fg +firenze|fi +fermo|fm +frosinone|fr +genova|ge +gorizia|go +grosseto|gr +imperia|im +isernia|is +crotone|kr +lecco|lc +lecce|le +livorno|li +lodi|lo +latina|lt +lucca|lu +monza e brianza|mb +macerata|mc +messina|me +milano|mi +mantova|mn +modena|mo +massa e carrara|ms +matera|mt +napoli|na +novara|no +nuoro|nu +ogliastra|og +oristano|or +olbia-tempio|ot +palermo|pa +piacenza|pc +padova|pd +pescara|pe +perugia|pg +pisa|pi +pordenone|pn +prato|po +parma|pr +pistoia|pt +pesaro e urbino|pu +pavia|pv +potenza|pz +ravenna|ra +reggio calabria|rc +reggio emilia|re +ragusa|rg +rieti|ri +roma|rm +rimini|rn +rovigo|ro +salerno|sa +siena|si +sondrio|so +la spezia|sp +siracusa|sr +sassari|ss +savona|sv +taranto|ta +teramo|te +trento|tn +torino|to +trapani|tp +terni|tr +trieste|ts +treviso|tv +udine|ud +varese|va +verbano-cusio-ossola|vb +vercelli|vc +venezia|ve +vicenza|vi +verona|vr +medio campidano|vs +viterbo|vt +vibo valentia|vv \ No newline at end of file diff --git a/resources/dictionaries/it/unit_types_numbered.txt b/resources/dictionaries/it/unit_types_numbered.txt new file mode 100644 index 0000000..4fd5f14 --- /dev/null +++ b/resources/dictionaries/it/unit_types_numbered.txt @@ -0,0 +1,9 @@ +appartamento|app +casa|c|ca|ca' +garage|g.ge|gge +interno|int +lotto +officina|off.a|off +porta +sala +unità|unita \ No newline at end of file diff --git a/resources/dictionaries/ja/ambiguous_expansions.txt b/resources/dictionaries/ja/ambiguous_expansions.txt new file mode 100644 index 0000000..aad01a2 --- /dev/null +++ b/resources/dictionaries/ja/ambiguous_expansions.txt @@ -0,0 +1,5 @@ +中 +大 +小 +銀 +高 \ No newline at end of file diff --git a/resources/dictionaries/ja/building_types.txt b/resources/dictionaries/ja/building_types.txt new file mode 100644 index 0000000..b815f5e --- /dev/null +++ b/resources/dictionaries/ja/building_types.txt @@ -0,0 +1,6 @@ +番 +ban +番地 +banchi +番地の +banchi no|banchino \ No newline at end of file diff --git a/resources/dictionaries/ja/chains.txt b/resources/dictionaries/ja/chains.txt new file mode 100644 index 0000000..9e3b317 --- /dev/null +++ b/resources/dictionaries/ja/chains.txt @@ -0,0 +1,27 @@ +サークルk +ローソン +ファミリーマート +セブン-イレブン|セブン イレブン|セブンイレブン +サンクス +ミニストップ +スターバックス +ドトールコーヒーショップ +ソフトバンクショップ +モスバーガー +ガスト +ドコモショップ +auショップ +コスモ石油 +デイリーヤマザキ +daily yamazaki +ケンタッキーフライドチキン +ローソンストア100 +松屋 +matsuya +すき家 +sukiya +出光 +idemitsu kosan +吉野家 +yoshinoya +みずほ銀行 \ No newline at end of file diff --git a/resources/dictionaries/ja/directionals.txt b/resources/dictionaries/ja/directionals.txt new file mode 100644 index 0000000..b44a236 --- /dev/null +++ b/resources/dictionaries/ja/directionals.txt @@ -0,0 +1,16 @@ +北 +kita +南 +minami +東 +higashi +西 +nishi +北東 +hokutō|hokuto|hokutou +北西 +hokusei +南東 +nantō|nanto|nantou +南西 +nansei \ No newline at end of file diff --git a/resources/dictionaries/ja/level_types_numbered.txt b/resources/dictionaries/ja/level_types_numbered.txt new file mode 100644 index 0000000..4f463a7 --- /dev/null +++ b/resources/dictionaries/ja/level_types_numbered.txt @@ -0,0 +1,3 @@ +階 +kai +gai \ No newline at end of file diff --git a/resources/dictionaries/ja/number.txt b/resources/dictionaries/ja/number.txt new file mode 100644 index 0000000..6c67b71 --- /dev/null +++ b/resources/dictionaries/ja/number.txt @@ -0,0 +1,2 @@ +号 +go \ No newline at end of file diff --git a/resources/dictionaries/ja/place_names.txt b/resources/dictionaries/ja/place_names.txt new file mode 100644 index 0000000..b73cb0f --- /dev/null +++ b/resources/dictionaries/ja/place_names.txt @@ -0,0 +1,16 @@ +中学校|中 +大学|大 +独立行政法人|(独)|(独) +学校法人|(学)|(学) +銀行|銀 +合同会社|(合)|(合) +合名会社|(名)|(名) +合資会社|(資)|(資) +医療法人|(医)|(医) +株式会社|(株)|(株) +国立大学法人|(大)|(大) +公立大学法人|(大)|(大) +高等学校|高 +小学校|小 +有限会社|(有)|(有) +財団法人|(財)|(財) \ No newline at end of file diff --git a/resources/dictionaries/ja/post_office.txt b/resources/dictionaries/ja/post_office.txt new file mode 100644 index 0000000..f85abac --- /dev/null +++ b/resources/dictionaries/ja/post_office.txt @@ -0,0 +1,2 @@ +私 書 箱 +shishobako \ No newline at end of file diff --git a/resources/dictionaries/ja/postcodes.txt b/resources/dictionaries/ja/postcodes.txt new file mode 100644 index 0000000..a697b94 --- /dev/null +++ b/resources/dictionaries/ja/postcodes.txt @@ -0,0 +1,2 @@ +〒 +yubinbango|yubin-bango|yubin bango \ No newline at end of file diff --git a/resources/dictionaries/ja/qualifiers.txt b/resources/dictionaries/ja/qualifiers.txt new file mode 100644 index 0000000..1530e82 --- /dev/null +++ b/resources/dictionaries/ja/qualifiers.txt @@ -0,0 +1,38 @@ +県 +ken +都 +to +道 +do +府 +fu +市 +shi +区 +ku +郡 +gun +町 +chō|cho +machi +村 +mura +son +字 +aza +丁目 +chōme|chome|choume +駅 +eki +大字 +ōaza|oaza +小字 +koaza +街区 +gaiku +番 +ban +番地 +banchi +番地の +banchi-no|banchi no \ No newline at end of file diff --git a/resources/dictionaries/ja/street_types.txt b/resources/dictionaries/ja/street_types.txt new file mode 100644 index 0000000..564b59b --- /dev/null +++ b/resources/dictionaries/ja/street_types.txt @@ -0,0 +1,67 @@ +バイパス道路 +baipasu dōro|baipasu doro|baipasudōro|baipasudoro +バイパス +baipasu +ブールバール +būrubāru|burubaru +道路 +dōro|doro +街路 +gairo +ハイ・ストリート +hai·sutorīto|hai sutorīto|haisutorīto|hai·sutorito|hai sutorito|haisutorito +一般道道|(一)|(一) +一般府道|(一)|(一) +一般県道|(一)|(一) +一般社団法人|(一社)|(一社) +一般都道|(一)|(一) +一般財団法人|(一財)|(一財) +自動車道 +jidōshadō|jidoshado +街道 +kaidō|kaido +環状道路 +kanjō dōro|kanjo doro|kanjōdōro|kanjo doro +経路 +keiro +公道 +kōdō|kodo +公園道路 +kōen dōro|koen doro|kōendōro|koendoro +国道 +kokudō|kokudo +高速道路 +kōzokudōro|kozokudoro|kozoku doro|kōzoku dōro|kosukudoro|kosoku doro +クルドサック +kurudosakku +道 +michi +表通り +omotedōri|omotedori +大通り +ōdōri|odori +メーンストリート +mēnsutorīto|mensutorito +メロディーロード +merodīrōdo|merodirodo +路地 +roji +ローマ街道 +rōma kaidō|roma kaido|rōmakaidō|romakaido +私道 +shidō|shido +州間高速道路 +shūkankōsokudōro|shukankosokudoro +主要地方道|(主)|(主) +ストリート +sutorīto|sutorito +通り +tōri|tori +通り道 +tōrimichi|torimichi +都市高速道路 +toshi kōzokudōro|toshi kozokudoro|toshikōzokudōro|toshikozokudoro +通路 +tsūro|tsuro +有料道路 +yūryō dōro|yuryo doro|yūryōdōro|yuryodoro \ No newline at end of file diff --git a/resources/dictionaries/ka/ambiguous_expansions.txt b/resources/dictionaries/ka/ambiguous_expansions.txt new file mode 100644 index 0000000..ea2bb48 --- /dev/null +++ b/resources/dictionaries/ka/ambiguous_expansions.txt @@ -0,0 +1,2 @@ +& +ქ \ No newline at end of file diff --git a/resources/dictionaries/ka/personal_titles.txt b/resources/dictionaries/ka/personal_titles.txt new file mode 100644 index 0000000..1b0265d --- /dev/null +++ b/resources/dictionaries/ka/personal_titles.txt @@ -0,0 +1,4 @@ +მეფის +წმინდა +მიხეილ +დედა \ No newline at end of file diff --git a/resources/dictionaries/ka/place_names.txt b/resources/dictionaries/ka/place_names.txt new file mode 100644 index 0000000..b2ebff2 --- /dev/null +++ b/resources/dictionaries/ka/place_names.txt @@ -0,0 +1,7 @@ +სადგურის +თეატრი +რესტორანი +ბარი +ხიდი +უნივერსიტეტის +universiteti \ No newline at end of file diff --git a/resources/dictionaries/ka/stopwords.txt b/resources/dictionaries/ka/stopwords.txt new file mode 100644 index 0000000..217f703 --- /dev/null +++ b/resources/dictionaries/ka/stopwords.txt @@ -0,0 +1 @@ +და|& \ No newline at end of file diff --git a/resources/dictionaries/ka/street_types.txt b/resources/dictionaries/ka/street_types.txt new file mode 100644 index 0000000..77aa1ae --- /dev/null +++ b/resources/dictionaries/ka/street_types.txt @@ -0,0 +1,12 @@ +ქუჩა|ქ +ქუჩის +ქუჩაზე +ქუცა +შესახვევი|შეს +გამზირი|გამზ +მოედანი +ხიდი +ხეივანი +გზატკეცილი +ბულვარი +ჩიხი \ No newline at end of file diff --git a/resources/dictionaries/ko/directionals.txt b/resources/dictionaries/ko/directionals.txt new file mode 100644 index 0000000..90db28b --- /dev/null +++ b/resources/dictionaries/ko/directionals.txt @@ -0,0 +1,31 @@ +북 +book +bug +남 +nahm +nam +동 +dohng +dong +서 +seo +북동 +book dohng +bookdohng +bug dong +bugdong +북서 +book seo +bookseo +bug seo +bugseo +남동 +nahm dohng +nahndohng +nam dong +namdong +남서 +nahm seo +nahmseo +nam seo +namseo \ No newline at end of file diff --git a/resources/dictionaries/ko/level_types_numbered.txt b/resources/dictionaries/ko/level_types_numbered.txt new file mode 100644 index 0000000..a8b1c78 --- /dev/null +++ b/resources/dictionaries/ko/level_types_numbered.txt @@ -0,0 +1,2 @@ +층 +cheung \ No newline at end of file diff --git a/resources/dictionaries/ko/number.txt b/resources/dictionaries/ko/number.txt new file mode 100644 index 0000000..77b6a5f --- /dev/null +++ b/resources/dictionaries/ko/number.txt @@ -0,0 +1,3 @@ +호 +號 +ho \ No newline at end of file diff --git a/resources/dictionaries/ko/post_office.txt b/resources/dictionaries/ko/post_office.txt new file mode 100644 index 0000000..5d8709f --- /dev/null +++ b/resources/dictionaries/ko/post_office.txt @@ -0,0 +1,2 @@ +사서함 +saseoham \ No newline at end of file diff --git a/resources/dictionaries/ko/postcodes.txt b/resources/dictionaries/ko/postcodes.txt new file mode 100644 index 0000000..307c8de --- /dev/null +++ b/resources/dictionaries/ko/postcodes.txt @@ -0,0 +1,2 @@ +우편번호 +upyeon beonho \ No newline at end of file diff --git a/resources/dictionaries/ko/qualifiers.txt b/resources/dictionaries/ko/qualifiers.txt new file mode 100644 index 0000000..47a64c4 --- /dev/null +++ b/resources/dictionaries/ko/qualifiers.txt @@ -0,0 +1,6 @@ +구 +gu +동 +dong +번지 +beonji \ No newline at end of file diff --git a/resources/dictionaries/ko/street_types.txt b/resources/dictionaries/ko/street_types.txt new file mode 100644 index 0000000..c714f26 --- /dev/null +++ b/resources/dictionaries/ko/street_types.txt @@ -0,0 +1,8 @@ +로 +ro +lo +no +길 +gil +가 +ga \ No newline at end of file diff --git a/resources/dictionaries/lb/concatenated_suffixes_separable.txt b/resources/dictionaries/lb/concatenated_suffixes_separable.txt new file mode 100644 index 0000000..e742b8d --- /dev/null +++ b/resources/dictionaries/lb/concatenated_suffixes_separable.txt @@ -0,0 +1,3 @@ +gaass +strooss +wee \ No newline at end of file diff --git a/resources/dictionaries/lb/street_types.txt b/resources/dictionaries/lb/street_types.txt new file mode 100644 index 0000000..e742b8d --- /dev/null +++ b/resources/dictionaries/lb/street_types.txt @@ -0,0 +1,3 @@ +gaass +strooss +wee \ No newline at end of file diff --git a/resources/dictionaries/lt/ambiguous_expansions.txt b/resources/dictionaries/lt/ambiguous_expansions.txt new file mode 100644 index 0000000..04b336c --- /dev/null +++ b/resources/dictionaries/lt/ambiguous_expansions.txt @@ -0,0 +1,6 @@ +& +a +g +k +m +r \ No newline at end of file diff --git a/resources/dictionaries/lt/building_types.txt b/resources/dictionaries/lt/building_types.txt new file mode 100644 index 0000000..9af32f0 --- /dev/null +++ b/resources/dictionaries/lt/building_types.txt @@ -0,0 +1 @@ +vienkiemis|vienk \ No newline at end of file diff --git a/resources/dictionaries/lt/cross_streets.txt b/resources/dictionaries/lt/cross_streets.txt new file mode 100644 index 0000000..bd9fd51 --- /dev/null +++ b/resources/dictionaries/lt/cross_streets.txt @@ -0,0 +1,4 @@ +& +ir +kampelis +nuo \ No newline at end of file diff --git a/resources/dictionaries/lt/directionals.txt b/resources/dictionaries/lt/directionals.txt new file mode 100644 index 0000000..7f91900 --- /dev/null +++ b/resources/dictionaries/lt/directionals.txt @@ -0,0 +1,4 @@ +pietūs|pietus +rytai +šiaurė|siaure +vakarai \ No newline at end of file diff --git a/resources/dictionaries/lt/entrances.txt b/resources/dictionaries/lt/entrances.txt new file mode 100644 index 0000000..f607223 --- /dev/null +++ b/resources/dictionaries/lt/entrances.txt @@ -0,0 +1 @@ +įėjimas|iejimas \ No newline at end of file diff --git a/resources/dictionaries/lt/level_types_basement.txt b/resources/dictionaries/lt/level_types_basement.txt new file mode 100644 index 0000000..457c8bb --- /dev/null +++ b/resources/dictionaries/lt/level_types_basement.txt @@ -0,0 +1,2 @@ +rūsys|rusys +rūsyje|rusyje \ No newline at end of file diff --git a/resources/dictionaries/lt/level_types_numbered.txt b/resources/dictionaries/lt/level_types_numbered.txt new file mode 100644 index 0000000..e02abe7 --- /dev/null +++ b/resources/dictionaries/lt/level_types_numbered.txt @@ -0,0 +1,2 @@ +aukštas|aukstas|auk +aukšte|aukste|auk \ No newline at end of file diff --git a/resources/dictionaries/lt/level_types_standalone.txt b/resources/dictionaries/lt/level_types_standalone.txt new file mode 100644 index 0000000..2bde47d --- /dev/null +++ b/resources/dictionaries/lt/level_types_standalone.txt @@ -0,0 +1 @@ +pirmas aukštas|pirmas aukstas|pirmas auk \ No newline at end of file diff --git a/resources/dictionaries/lt/number.txt b/resources/dictionaries/lt/number.txt new file mode 100644 index 0000000..e96952c --- /dev/null +++ b/resources/dictionaries/lt/number.txt @@ -0,0 +1 @@ +numeris|nr|#|no|№ \ No newline at end of file diff --git a/resources/dictionaries/lt/post_office.txt b/resources/dictionaries/lt/post_office.txt new file mode 100644 index 0000000..5667c5a --- /dev/null +++ b/resources/dictionaries/lt/post_office.txt @@ -0,0 +1 @@ +pašto dėžutė|pasto dezute|p.d|p d|pd \ No newline at end of file diff --git a/resources/dictionaries/lt/qualifiers.txt b/resources/dictionaries/lt/qualifiers.txt new file mode 100644 index 0000000..131f9c5 --- /dev/null +++ b/resources/dictionaries/lt/qualifiers.txt @@ -0,0 +1,5 @@ +gyvenvietė|gyvenv|gyvenviete +kaimas|k +miestas|m +miestelis|mstl +rajonas|r \ No newline at end of file diff --git a/resources/dictionaries/lt/staircases.txt b/resources/dictionaries/lt/staircases.txt new file mode 100644 index 0000000..e753395 --- /dev/null +++ b/resources/dictionaries/lt/staircases.txt @@ -0,0 +1 @@ +laiptai \ No newline at end of file diff --git a/resources/dictionaries/lt/stopwords.txt b/resources/dictionaries/lt/stopwords.txt new file mode 100644 index 0000000..06eeff5 --- /dev/null +++ b/resources/dictionaries/lt/stopwords.txt @@ -0,0 +1 @@ +ir|& \ No newline at end of file diff --git a/resources/dictionaries/lt/street_types.txt b/resources/dictionaries/lt/street_types.txt new file mode 100644 index 0000000..250d884 --- /dev/null +++ b/resources/dictionaries/lt/street_types.txt @@ -0,0 +1,7 @@ +aikštė|a|aikste +alėja|al|aleja +akligatvis +gatvė|g|gatve +plentas|pl +prospektas|pr +skersgatvis|skg \ No newline at end of file diff --git a/resources/dictionaries/lt/unit_directions.txt b/resources/dictionaries/lt/unit_directions.txt new file mode 100644 index 0000000..be41572 --- /dev/null +++ b/resources/dictionaries/lt/unit_directions.txt @@ -0,0 +1,2 @@ +dešinėje|desineje +kairėje|kaireje \ No newline at end of file diff --git a/resources/dictionaries/lt/unit_types_numbered.txt b/resources/dictionaries/lt/unit_types_numbered.txt new file mode 100644 index 0000000..ea5e6e5 --- /dev/null +++ b/resources/dictionaries/lt/unit_types_numbered.txt @@ -0,0 +1,3 @@ +biuro +butas +kambarys \ No newline at end of file diff --git a/resources/dictionaries/lv/ambiguous_expansions.txt b/resources/dictionaries/lv/ambiguous_expansions.txt new file mode 100644 index 0000000..3dd31f6 --- /dev/null +++ b/resources/dictionaries/lv/ambiguous_expansions.txt @@ -0,0 +1,6 @@ +& +a +d +g +r +z \ No newline at end of file diff --git a/resources/dictionaries/lv/cross_streets.txt b/resources/dictionaries/lv/cross_streets.txt new file mode 100644 index 0000000..25acbd6 --- /dev/null +++ b/resources/dictionaries/lv/cross_streets.txt @@ -0,0 +1,5 @@ +& +un +starp +stūris|sturis +stūrī|sturi \ No newline at end of file diff --git a/resources/dictionaries/lv/directionals.txt b/resources/dictionaries/lv/directionals.txt new file mode 100644 index 0000000..c4ff73e --- /dev/null +++ b/resources/dictionaries/lv/directionals.txt @@ -0,0 +1,4 @@ +ziemeļu|ziemelu|z +dienvidu|d +austrumu|a +rietumu|r diff --git a/resources/dictionaries/lv/entrances.txt b/resources/dictionaries/lv/entrances.txt new file mode 100644 index 0000000..ae820d1 --- /dev/null +++ b/resources/dictionaries/lv/entrances.txt @@ -0,0 +1 @@ +ieeja \ No newline at end of file diff --git a/resources/dictionaries/lv/level_types_basement.txt b/resources/dictionaries/lv/level_types_basement.txt new file mode 100644 index 0000000..89b7668 --- /dev/null +++ b/resources/dictionaries/lv/level_types_basement.txt @@ -0,0 +1,2 @@ +pagraba +pagrabs \ No newline at end of file diff --git a/resources/dictionaries/lv/level_types_numbered.txt b/resources/dictionaries/lv/level_types_numbered.txt new file mode 100644 index 0000000..bcf4617 --- /dev/null +++ b/resources/dictionaries/lv/level_types_numbered.txt @@ -0,0 +1 @@ +stāvs|stavs \ No newline at end of file diff --git a/resources/dictionaries/lv/level_types_standalone.txt b/resources/dictionaries/lv/level_types_standalone.txt new file mode 100644 index 0000000..714f9db --- /dev/null +++ b/resources/dictionaries/lv/level_types_standalone.txt @@ -0,0 +1 @@ +pirmais stāvs|pirmais stavs \ No newline at end of file diff --git a/resources/dictionaries/lv/number.txt b/resources/dictionaries/lv/number.txt new file mode 100644 index 0000000..1bef4f0 --- /dev/null +++ b/resources/dictionaries/lv/number.txt @@ -0,0 +1 @@ +numurs|nr|#|no|№ \ No newline at end of file diff --git a/resources/dictionaries/lv/place_names.txt b/resources/dictionaries/lv/place_names.txt new file mode 100644 index 0000000..584feff --- /dev/null +++ b/resources/dictionaries/lv/place_names.txt @@ -0,0 +1,2 @@ +pils +skolas \ No newline at end of file diff --git a/resources/dictionaries/lv/staircases.txt b/resources/dictionaries/lv/staircases.txt new file mode 100644 index 0000000..871d9e4 --- /dev/null +++ b/resources/dictionaries/lv/staircases.txt @@ -0,0 +1,2 @@ +kāpņu|kapnu +kāpņu telpa|kapnu telpa \ No newline at end of file diff --git a/resources/dictionaries/lv/stopwords.txt b/resources/dictionaries/lv/stopwords.txt new file mode 100644 index 0000000..c4409fc --- /dev/null +++ b/resources/dictionaries/lv/stopwords.txt @@ -0,0 +1 @@ +un|& \ No newline at end of file diff --git a/resources/dictionaries/lv/street_types.txt b/resources/dictionaries/lv/street_types.txt new file mode 100644 index 0000000..54115bd --- /dev/null +++ b/resources/dictionaries/lv/street_types.txt @@ -0,0 +1,5 @@ +bulvāris|bulvaris +ceļš|cels +gatve|g +iela +prospekts \ No newline at end of file diff --git a/resources/dictionaries/lv/unit_directions.txt b/resources/dictionaries/lv/unit_directions.txt new file mode 100644 index 0000000..1208ebd --- /dev/null +++ b/resources/dictionaries/lv/unit_directions.txt @@ -0,0 +1,2 @@ +pa kreisi +pa labi \ No newline at end of file diff --git a/resources/dictionaries/lv/unit_types_numbered.txt b/resources/dictionaries/lv/unit_types_numbered.txt new file mode 100644 index 0000000..f3cd29a --- /dev/null +++ b/resources/dictionaries/lv/unit_types_numbered.txt @@ -0,0 +1,3 @@ +birojs +dzīvoklis|dz|dzivoklis +istaba \ No newline at end of file diff --git a/resources/dictionaries/ms/ambiguous_expansions.txt b/resources/dictionaries/ms/ambiguous_expansions.txt new file mode 100644 index 0000000..00b15c0 --- /dev/null +++ b/resources/dictionaries/ms/ambiguous_expansions.txt @@ -0,0 +1 @@ +& \ No newline at end of file diff --git a/resources/dictionaries/ms/building_types.txt b/resources/dictionaries/ms/building_types.txt new file mode 100644 index 0000000..01f4b16 --- /dev/null +++ b/resources/dictionaries/ms/building_types.txt @@ -0,0 +1,10 @@ +apartment|aparment|apartmen|apt +bangunan|bgn +dewan +kondominium|kondo +pangsapuri|p/puri +residensi|residen +rumah|rmh +rumah kediaman +rumah pangsa +menara \ No newline at end of file diff --git a/resources/dictionaries/ms/company_types.txt b/resources/dictionaries/ms/company_types.txt new file mode 100644 index 0000000..d5c9410 --- /dev/null +++ b/resources/dictionaries/ms/company_types.txt @@ -0,0 +1,8 @@ +bank +berhad|bhd +kelab +kelab bola sepak +persatuan +sendirian berhad|sdn bhd +syarikat +yayasan \ No newline at end of file diff --git a/resources/dictionaries/ms/directionals.txt b/resources/dictionaries/ms/directionals.txt new file mode 100644 index 0000000..f704bd7 --- /dev/null +++ b/resources/dictionaries/ms/directionals.txt @@ -0,0 +1,9 @@ +barat +barat daya +barat laut +selatan +tengah +tenggara +timur +timur laut +utara \ No newline at end of file diff --git a/resources/dictionaries/ms/given_names.txt b/resources/dictionaries/ms/given_names.txt new file mode 100644 index 0000000..9dbf8d1 --- /dev/null +++ b/resources/dictionaries/ms/given_names.txt @@ -0,0 +1,3 @@ +mohammad|muhammad|mohd +suleiman|sulaiman +yusuf|yusof diff --git a/resources/dictionaries/ms/level_types_numbered.txt b/resources/dictionaries/ms/level_types_numbered.txt new file mode 100644 index 0000000..30a4bf1 --- /dev/null +++ b/resources/dictionaries/ms/level_types_numbered.txt @@ -0,0 +1,2 @@ +aras +tingkat|tkt diff --git a/resources/dictionaries/ms/personal_titles.txt b/resources/dictionaries/ms/personal_titles.txt new file mode 100644 index 0000000..44254d8 --- /dev/null +++ b/resources/dictionaries/ms/personal_titles.txt @@ -0,0 +1,92 @@ +ahli dewan undangan negeri|adun +bintara kanan +bintara muda +brigedier jeneral +cik +datin +datin +datin paduka +datin paduka patinggi +datin paduka seri +datin paduka seri panglima +datin paduka seri utama +dato +dato paduka +dato sri|dato seri +dato wira +datuk +datuk seri +doktor|dr +encik|en +fil marsyal +flait sarjan +hakim +jeneral +kadet kanan +kapten +kolonel +komander +korporal +korporal udara +laksamana +laksamana armada +laksamana madya +laksamana muda +laksamana pertama +lans korporal +laskar kanan +laskar kelas kedua +laskar kelas pertama +laskar muda +laskar udara kanan +laskar udara kelas kedua +laskar udara kelas pertama +leftenan +leftenan jeneral +leftenan kolonel +leftenan komander +leftenan madya +leftenan muda +marsyal tentera udara +mejar +mejar jeneral +menteri +naib pengerusi +parajurit muda +pegawai +pegawai kadet +pegawai waran kelas kedua +pegawai waran kelas pertama +pengerusi +perdana menteri +prebet +presiden +puan|pn +puan sri +putera|putra +putera|putra +puteri|putri +puteri|putri +raja +rekrut +sarjan +sarjan udara +sharifah +staff sarjan +sultan +syed +tan sri +tengku +timbalan perdana menteri +timbalan perdana menteri +timbalan presiden +toh puan +to puan +tuan +tun +wakil +wakil-wakil +yang berhormat +yang di-pertuan agong|agong +yang di-pertuan besar +yang di-pertua negeri diff --git a/resources/dictionaries/ms/place_names.txt b/resources/dictionaries/ms/place_names.txt new file mode 100644 index 0000000..69fec94 --- /dev/null +++ b/resources/dictionaries/ms/place_names.txt @@ -0,0 +1,145 @@ +aiskrim +akademi +akuarium +arked +asrama +auditorum +balai bomba +balai polis +bangunan perbandaran +bank +berek +biara +bilik|blk +bilik kebal +dapur +dermaga +dewan +dewan bandar +dewan bandar +dewan konsert +dewan muzik +doktor-doktor +doktor haiwan|dr haiwan +empangan +farmasi +galeri +galeri seni +garaj +gereja +gim|gimnasium +hospital +hospital haiwan +hostel +ibu pejabat|ibu pej +institut +istana +jabatan bomba +jabatan polis +jawatankuasa|jawatan kuasa +jelapang +jeti +kafe +kampung|kampong|kg +kampus +kasino +kawasan perindustrian|kaw perindustri|kawasan industri +kedai +kedai buku +kedutaan +kejururawatan +kelab +kelab golf +kelab malam +kelab sosial +kilang +kiropraktik +kitar semula +klinik +kolam renang +kolam renang awam +kolej +kompleks +kompleks +komuniti +kuarters|kuarter +ladang pertanian|ladang +lapangan terbang|lpg terbang +liga +mahkamah +makmal +masjid +mata air +menara +menara pejabat +misi +monumen +muzium +nurseri +padang golf +pagar +panggung +panggung wayang gambar|pawagam +pangkalan tentera udara +pantai +parkir +pasar +pasaran +pasar raya|pasaraya +pasar tani|pasar petani +pawagam +pediatrik +pejabat +pejabat pos +pelabuhan +pelabuhan +pembangunan +pengedar +penjara +penjara +perpustakaan +perubatan +pintu gerbang +pintu pagar +politeknik +pra sekolah +presint +pusat +pusat bandar|pusat bandaraya +pusat belia +pusat kebudayaan +pusat kecergasan +pusat kejururawatan +pusat kesihatan +pusat komuniti +pusat membeli-belah|pusat beli-belah +pusat penjagaan +pusat seni +pusat seni persembahan +residen +restoran +rumah kediaman +rumah kelab +rumah orang tua +rumah pangsa|pangsapuri|p/puri +rumah|rmh +rumah sakit +salon kecantikan +sekolah menegah|sekolah men|sek menengah|sek men +sekolah rendah|sekolah ren|sek rendah|sek ren +sekolah|sek +stesen minyak +stor +studio tarian +surau +taman +taman didikan kanak-kanak|tadika +taman negara +taman perindustrian|taman industri|tmn ind|tmn perindustrian +tanah perkuburan +tapak letak kereta +teh +tempat letak kereta +teres +universiti +veterinar \ No newline at end of file diff --git a/resources/dictionaries/ms/post_office.txt b/resources/dictionaries/ms/post_office.txt new file mode 100644 index 0000000..c28a853 --- /dev/null +++ b/resources/dictionaries/ms/post_office.txt @@ -0,0 +1,3 @@ +beg +mel +surat diff --git a/resources/dictionaries/ms/qualifiers.txt b/resources/dictionaries/ms/qualifiers.txt new file mode 100644 index 0000000..6e99c06 --- /dev/null +++ b/resources/dictionaries/ms/qualifiers.txt @@ -0,0 +1,6 @@ +blok +kampung|kampong|kg +nusa +penampang +pulau +seksyen diff --git a/resources/dictionaries/ms/stopwords.txt b/resources/dictionaries/ms/stopwords.txt new file mode 100644 index 0000000..ff6fa2f --- /dev/null +++ b/resources/dictionaries/ms/stopwords.txt @@ -0,0 +1 @@ +dan|& \ No newline at end of file diff --git a/resources/dictionaries/ms/street_types.txt b/resources/dictionaries/ms/street_types.txt new file mode 100644 index 0000000..f74a52f --- /dev/null +++ b/resources/dictionaries/ms/street_types.txt @@ -0,0 +1,35 @@ +awang|awg +bulatan +cerunan|crn +changkat|ckt +dalaman|dlm +dataran|dtr +dayang|dyg +denai +haji|hj +halaman|hlm +hilir|hlr +jalan|jln|jl +kampung|kampong|kg +laluan +laman|lmn +langgak|lgk +lapangan +lebuh|lbh|luh +lebuhraya|lebuh raya|lbh raya|l/raya|lbr +lengkok|lkk +lingkaran|lkr +lintang|ltg +lorong|lrg +medan|mdn +pengiran|pg +persiaran|psn|psrn +rapat +simpangan|spn +simpang|spg +sisiran|ssr +solok|slk +sungai|sngai|sg +taman|tmn +tepian|tpn +tingkat|tkt diff --git a/resources/dictionaries/ms/synonyms.txt b/resources/dictionaries/ms/synonyms.txt new file mode 100644 index 0000000..7735588 --- /dev/null +++ b/resources/dictionaries/ms/synonyms.txt @@ -0,0 +1,27 @@ +air|ayer +bandar|bdr +batu|bt +bukit|bkt +buluh|buloh +chempaka|cempaka +dwitasik|dwitasek +fasa|phasa +glugor|gelugor +itam|hitam +jelutung|jelutong +kampung|kampong|kg +kawasan|kaw +kecil|kechil +manjalara|menjalara +putera|putra +puteri|putri +selasih|selaseh +sri|seri +suleiman|sulaiman +sungai|sungei|sg +tanduk|tandok +tanjung|tanjong +tasik|tasek +teluk|telok +timur|timor +yusuf|yusof diff --git a/resources/dictionaries/ms/toponyms.txt b/resources/dictionaries/ms/toponyms.txt new file mode 100644 index 0000000..046f27b --- /dev/null +++ b/resources/dictionaries/ms/toponyms.txt @@ -0,0 +1,3 @@ +kuala lumpur|federal territory kuala lumpur|federal territory of kuala lumpur|wilayah persekutuan kuala lumpur|kl +labuan|federal territory labuan|federal territory of labuan|wilayah persekutuan labuan +putrajaya|federal territory putrajaya|federal territory of putrajaya|wilayah persekutuan putrajaya diff --git a/resources/dictionaries/mt/ambiguous_expansions.txt b/resources/dictionaries/mt/ambiguous_expansions.txt new file mode 100644 index 0000000..00b15c0 --- /dev/null +++ b/resources/dictionaries/mt/ambiguous_expansions.txt @@ -0,0 +1 @@ +& \ No newline at end of file diff --git a/resources/dictionaries/mt/number.txt b/resources/dictionaries/mt/number.txt new file mode 100644 index 0000000..e2d42c2 --- /dev/null +++ b/resources/dictionaries/mt/number.txt @@ -0,0 +1 @@ +numru|num|# \ No newline at end of file diff --git a/resources/dictionaries/mt/personal_titles.txt b/resources/dictionaries/mt/personal_titles.txt new file mode 100644 index 0000000..b1600d8 --- /dev/null +++ b/resources/dictionaries/mt/personal_titles.txt @@ -0,0 +1,6 @@ +dun +isqof +patri +san +santa +sur \ No newline at end of file diff --git a/resources/dictionaries/mt/place_names.txt b/resources/dictionaries/mt/place_names.txt new file mode 100644 index 0000000..95a7ccf --- /dev/null +++ b/resources/dictionaries/mt/place_names.txt @@ -0,0 +1 @@ +knisja \ No newline at end of file diff --git a/resources/dictionaries/mt/stopwords.txt b/resources/dictionaries/mt/stopwords.txt new file mode 100644 index 0000000..059d1b8 --- /dev/null +++ b/resources/dictionaries/mt/stopwords.txt @@ -0,0 +1,5 @@ +il +is +ta +tar +u|& \ No newline at end of file diff --git a/resources/dictionaries/mt/street_types.txt b/resources/dictionaries/mt/street_types.txt new file mode 100644 index 0000000..350f27a --- /dev/null +++ b/resources/dictionaries/mt/street_types.txt @@ -0,0 +1,6 @@ +dawret +pjazza +sqaq +trejqet +triq +vjal \ No newline at end of file diff --git a/resources/dictionaries/nb/ambiguous_expansions.txt b/resources/dictionaries/nb/ambiguous_expansions.txt new file mode 100644 index 0000000..58ef95f --- /dev/null +++ b/resources/dictionaries/nb/ambiguous_expansions.txt @@ -0,0 +1,11 @@ +& +g +h +k +l +n +o +s +u +v +ø \ No newline at end of file diff --git a/resources/dictionaries/nb/building_types.txt b/resources/dictionaries/nb/building_types.txt new file mode 100644 index 0000000..076e15a --- /dev/null +++ b/resources/dictionaries/nb/building_types.txt @@ -0,0 +1,3 @@ +gård|gaard +gården|gaarden +kontoret \ No newline at end of file diff --git a/resources/dictionaries/nb/concatenated_suffixes_inseparable.txt b/resources/dictionaries/nb/concatenated_suffixes_inseparable.txt new file mode 100644 index 0000000..4ea032c --- /dev/null +++ b/resources/dictionaries/nb/concatenated_suffixes_inseparable.txt @@ -0,0 +1,13 @@ +bakken +bukt +byen +dalen +flate +gata|g.|gt. +gate|g.|gt. +gaten +lia +park +plassen|pl. +stredet +svingen \ No newline at end of file diff --git a/resources/dictionaries/nb/concatenated_suffixes_separable.txt b/resources/dictionaries/nb/concatenated_suffixes_separable.txt new file mode 100644 index 0000000..a67d5c5 --- /dev/null +++ b/resources/dictionaries/nb/concatenated_suffixes_separable.txt @@ -0,0 +1,6 @@ +allè|alle +allèen|alleen +veg|v. +vegen|v.|vn. +vei|v. +veien|v.|vn. \ No newline at end of file diff --git a/resources/dictionaries/nb/cross_streets.txt b/resources/dictionaries/nb/cross_streets.txt new file mode 100644 index 0000000..1671111 --- /dev/null +++ b/resources/dictionaries/nb/cross_streets.txt @@ -0,0 +1,5 @@ +på hjørnet av|pa hjornet av|paa hjornet av +hjørne av|hjorne av +i +og +mellom|mell \ No newline at end of file diff --git a/resources/dictionaries/nb/directionals.txt b/resources/dictionaries/nb/directionals.txt new file mode 100644 index 0000000..23767d9 --- /dev/null +++ b/resources/dictionaries/nb/directionals.txt @@ -0,0 +1,13 @@ +nordre|ndr +nord|n +nordøst|nø +nordvest|nv +øst|ø|ost|o +østre|ostre +sentrum|s +søndre|sondre|sdr +syd|s +sydøst|sø +sydvest|sv +vest|v +vestre \ No newline at end of file diff --git a/resources/dictionaries/nb/entrances.txt b/resources/dictionaries/nb/entrances.txt new file mode 100644 index 0000000..fbb139d --- /dev/null +++ b/resources/dictionaries/nb/entrances.txt @@ -0,0 +1 @@ +inngang|inng \ No newline at end of file diff --git a/resources/dictionaries/nb/level_types_numbered.txt b/resources/dictionaries/nb/level_types_numbered.txt new file mode 100644 index 0000000..31e55a5 --- /dev/null +++ b/resources/dictionaries/nb/level_types_numbered.txt @@ -0,0 +1,5 @@ +etasje|et|etg +hovedetasje|h +loftsetasje|l +loft +underetasje|u \ No newline at end of file diff --git a/resources/dictionaries/nb/near.txt b/resources/dictionaries/nb/near.txt new file mode 100644 index 0000000..dd82b97 --- /dev/null +++ b/resources/dictionaries/nb/near.txt @@ -0,0 +1,7 @@ +i +i nærheten av meg|i naerheten av meg +i nærheten|i naerheten +i nærheten av|i naerheten av +i nærheten her|i naerheten her +nær meg|naer meg +rundt her \ No newline at end of file diff --git a/resources/dictionaries/nb/number.txt b/resources/dictionaries/nb/number.txt new file mode 100644 index 0000000..4916117 --- /dev/null +++ b/resources/dictionaries/nb/number.txt @@ -0,0 +1 @@ +nummer|nr|#|№|no \ No newline at end of file diff --git a/resources/dictionaries/nb/personal_titles.txt b/resources/dictionaries/nb/personal_titles.txt new file mode 100644 index 0000000..9a6e538 --- /dev/null +++ b/resources/dictionaries/nb/personal_titles.txt @@ -0,0 +1 @@ +sankt|st|skt \ No newline at end of file diff --git a/resources/dictionaries/nb/post_office.txt b/resources/dictionaries/nb/post_office.txt new file mode 100644 index 0000000..16f95ea --- /dev/null +++ b/resources/dictionaries/nb/post_office.txt @@ -0,0 +1 @@ +postboks \ No newline at end of file diff --git a/resources/dictionaries/nb/staircases.txt b/resources/dictionaries/nb/staircases.txt new file mode 100644 index 0000000..77ccc46 --- /dev/null +++ b/resources/dictionaries/nb/staircases.txt @@ -0,0 +1,2 @@ +stiege|stg +trapp \ No newline at end of file diff --git a/resources/dictionaries/nb/stopwords.txt b/resources/dictionaries/nb/stopwords.txt new file mode 100644 index 0000000..c19c7b3 --- /dev/null +++ b/resources/dictionaries/nb/stopwords.txt @@ -0,0 +1,34 @@ +av +bak +bakerst +den +det +de +dei +en +et +e +ei +ein +eit +for +foran +fra +i +mellom +imellom +med +nær +naer +nærmest +naermest +nest +og|& +overfor +over +på +paa +til +intil +ved +ved siden av \ No newline at end of file diff --git a/resources/dictionaries/nb/street_types.txt b/resources/dictionaries/nb/street_types.txt new file mode 100644 index 0000000..dd8e2a8 --- /dev/null +++ b/resources/dictionaries/nb/street_types.txt @@ -0,0 +1,20 @@ +allè|alle +allèen|alleen +bakken +bukt +byen +dalen +flate +gata|g|gt +gate|g|gt +gaten +lia +park +plassen|pl +stortorget +stredet +svingen +veg|v +vegen|v|vn +vei|v +veien|v|vn \ No newline at end of file diff --git a/resources/dictionaries/nb/unit_directions.txt b/resources/dictionaries/nb/unit_directions.txt new file mode 100644 index 0000000..8020c87 --- /dev/null +++ b/resources/dictionaries/nb/unit_directions.txt @@ -0,0 +1,2 @@ +høyre|hoyre +venstre \ No newline at end of file diff --git a/resources/dictionaries/nb/unit_types_numbered.txt b/resources/dictionaries/nb/unit_types_numbered.txt new file mode 100644 index 0000000..1a8752a --- /dev/null +++ b/resources/dictionaries/nb/unit_types_numbered.txt @@ -0,0 +1 @@ +leilighet|leil \ No newline at end of file diff --git a/resources/dictionaries/nl/ambiguous_expansions.txt b/resources/dictionaries/nl/ambiguous_expansions.txt new file mode 100644 index 0000000..a1123e7 --- /dev/null +++ b/resources/dictionaries/nl/ambiguous_expansions.txt @@ -0,0 +1,10 @@ +& +b +h +k +l +n +o +v +w +z \ No newline at end of file diff --git a/resources/dictionaries/nl/building_types.txt b/resources/dictionaries/nl/building_types.txt new file mode 100644 index 0000000..e65d496 --- /dev/null +++ b/resources/dictionaries/nl/building_types.txt @@ -0,0 +1 @@ +gebouw \ No newline at end of file diff --git a/resources/dictionaries/nl/chains.txt b/resources/dictionaries/nl/chains.txt new file mode 100644 index 0000000..2e8c83c --- /dev/null +++ b/resources/dictionaries/nl/chains.txt @@ -0,0 +1 @@ +jumbo \ No newline at end of file diff --git a/resources/dictionaries/nl/concatenated_suffixes_inseparable.txt b/resources/dictionaries/nl/concatenated_suffixes_inseparable.txt new file mode 100644 index 0000000..8330938 --- /dev/null +++ b/resources/dictionaries/nl/concatenated_suffixes_inseparable.txt @@ -0,0 +1,3 @@ +berg|bg. +gebouw +park|pk. \ No newline at end of file diff --git a/resources/dictionaries/nl/concatenated_suffixes_separable.txt b/resources/dictionaries/nl/concatenated_suffixes_separable.txt new file mode 100644 index 0000000..76bae74 --- /dev/null +++ b/resources/dictionaries/nl/concatenated_suffixes_separable.txt @@ -0,0 +1,13 @@ +gracht|gr. +hof|h. +laan|ln. +lange|l. +lang|l. +markt|mkt. +plain|pln. +singel|sngl. +straat|str. +steenweg|stwg. +verlengde|verl. +vliet|vlt. +weg|wg. \ No newline at end of file diff --git a/resources/dictionaries/nl/cross_streets.txt b/resources/dictionaries/nl/cross_streets.txt new file mode 100644 index 0000000..feb69df --- /dev/null +++ b/resources/dictionaries/nl/cross_streets.txt @@ -0,0 +1,4 @@ +en +hoek van +op de hoek van +tussen \ No newline at end of file diff --git a/resources/dictionaries/nl/directionals.txt b/resources/dictionaries/nl/directionals.txt new file mode 100644 index 0000000..c6b8095 --- /dev/null +++ b/resources/dictionaries/nl/directionals.txt @@ -0,0 +1,20 @@ +noord|n +noorden|n +noordelijke +noordoost|noord oost|no|n.o.|n.o|n o +noordoosten|noord oosten|no|n.o.|n.o|n o +noordwest|noord west|nw|n.w.|n.w|n w +noordwesten|noord westen|nw|n.w.|n.w|n w +oost|o +oosten|o +oostelijke +west|w +westen|w +westelijke +zuidoost|zuid oost|zo|z.o.|z.o|z o +zuidoosten|zuid oosten|zo|z.o.|z.o|z o +zuidwest|zw|z.w.|z.w|z w +zuidwesten|zw|z.w.|z.w|z w +zuid|z +zuiden|z +zuidlijke \ No newline at end of file diff --git a/resources/dictionaries/nl/entrances.txt b/resources/dictionaries/nl/entrances.txt new file mode 100644 index 0000000..ab85d6f --- /dev/null +++ b/resources/dictionaries/nl/entrances.txt @@ -0,0 +1 @@ +ingang \ No newline at end of file diff --git a/resources/dictionaries/nl/level_types_numbered.txt b/resources/dictionaries/nl/level_types_numbered.txt new file mode 100644 index 0000000..e3d5ec7 --- /dev/null +++ b/resources/dictionaries/nl/level_types_numbered.txt @@ -0,0 +1,2 @@ +etage|et +verdieping|verdiep diff --git a/resources/dictionaries/nl/level_types_standalone.txt b/resources/dictionaries/nl/level_types_standalone.txt new file mode 100644 index 0000000..a40d234 --- /dev/null +++ b/resources/dictionaries/nl/level_types_standalone.txt @@ -0,0 +1,5 @@ +begane grond|begane gro|bg +benedenverdieping|benedenverdiep +gelijkvloers +het gelijkvloers +parterre \ No newline at end of file diff --git a/resources/dictionaries/nl/near.txt b/resources/dictionaries/nl/near.txt new file mode 100644 index 0000000..ac69e10 --- /dev/null +++ b/resources/dictionaries/nl/near.txt @@ -0,0 +1,7 @@ +bij +in +in de buurt +in de buurt van +in de buurt van me +nabij +te \ No newline at end of file diff --git a/resources/dictionaries/nl/number.txt b/resources/dictionaries/nl/number.txt new file mode 100644 index 0000000..5fedd5c --- /dev/null +++ b/resources/dictionaries/nl/number.txt @@ -0,0 +1 @@ +nummer|nr|# \ No newline at end of file diff --git a/resources/dictionaries/nl/personal_titles.txt b/resources/dictionaries/nl/personal_titles.txt new file mode 100644 index 0000000..1ea14ee --- /dev/null +++ b/resources/dictionaries/nl/personal_titles.txt @@ -0,0 +1,32 @@ +baron +broeder|br +burgermeester|burg|bgm +commandant|cmdt +dokter|dr +dominee|ds +gebroeders|gebr +generaal|gen +ingenieur|ir +jonkheer|jhr +kolonel|kol +kardinaal|kard +kort|k +korte|kte +koning|kon +koningin|kon +luitenant|luit +meester|mr +mejuffrouw|mej +mevrouw|mevr +minister|min +monseigneur|mgr +onze lieve vrouwe|onzelievevrouwe|olv|o l v +pastoor|past +pater +president|pres +prins|pr +prinses|prs +professor|prof +sint|st +vrouwe|vr +zuster|zr \ No newline at end of file diff --git a/resources/dictionaries/nl/place_names.txt b/resources/dictionaries/nl/place_names.txt new file mode 100644 index 0000000..05623df --- /dev/null +++ b/resources/dictionaries/nl/place_names.txt @@ -0,0 +1,81 @@ +ambassade +apotheek +auditorium +autodelen +autowasstraat +autoverhuur +bank +bar +begraafplaats +bejaardentehuis +beschutting +bibliotheek +bioscoop +boerderij +bordeel +brandweer +bunker +busstation +café|cafe +casino +cinema +club +crematorium +dierenarts +discotheek|disco +dokters +fietsenstalling +fietsverhuur +fitnesscentrum +fontein +gemeenschapscentrum +gemeentehuis +gevangenis +gezondheidscentrum +hal +hogeschool +hotel +huis +huizen +ijs +jeugdcentrum +kapel +kantoor +kasteel +kerk +kleuterschool +kliniek +kunstcollectief +luchthaven +markt|mkt +marktplein|marktpln|markt plein|mkt plein|mkt pln +nachtclub +openbare markt|openbare mkt +park +peuterspeelzaal +politie +postkantoor +rechtbank +recyclingpunt +recyclage +restaurant +rijschool +rusthuis +rvt +sauna +school +spoorwegstation +stadion +studentenhuis +studio +supermarkt|supermkt|super markt|super mkt +tandarts +theater +toren +universiteit|univ|uni +veerterminal +verpleeghuis +winkel +winkelen +wisselkantoor +ziekenhuis \ No newline at end of file diff --git a/resources/dictionaries/nl/post_office.txt b/resources/dictionaries/nl/post_office.txt new file mode 100644 index 0000000..f20cb4c --- /dev/null +++ b/resources/dictionaries/nl/post_office.txt @@ -0,0 +1 @@ +postbus \ No newline at end of file diff --git a/resources/dictionaries/nl/qualifiers.txt b/resources/dictionaries/nl/qualifiers.txt new file mode 100644 index 0000000..ce2de41 --- /dev/null +++ b/resources/dictionaries/nl/qualifiers.txt @@ -0,0 +1,4 @@ +noordzijde|nz|n.z.|n.z|n z +oostzijde|oz|o.z.|o.z|o z +westzijde|wz|w.z.|w.z|w z +zuidzijde|zz|z.z.|z.z|z z \ No newline at end of file diff --git a/resources/dictionaries/nl/staircases.txt b/resources/dictionaries/nl/staircases.txt new file mode 100644 index 0000000..4f2026b --- /dev/null +++ b/resources/dictionaries/nl/staircases.txt @@ -0,0 +1,2 @@ +stiege|stg +trap \ No newline at end of file diff --git a/resources/dictionaries/nl/stopwords.txt b/resources/dictionaries/nl/stopwords.txt new file mode 100644 index 0000000..b4c04a0 --- /dev/null +++ b/resources/dictionaries/nl/stopwords.txt @@ -0,0 +1,38 @@ +aan +af +al +als +bij +de +den +der +die +dit +een +en|& +hem +het +hoe +in +kan +me +met +mij +nog +nu +of +ons +'t +te +tot +uit +van|v +van 't +van de|vd|v d +van den|vd|v d +van der|vd|v d +ver +was +wel +zij +zou \ No newline at end of file diff --git a/resources/dictionaries/nl/street_types.txt b/resources/dictionaries/nl/street_types.txt new file mode 100644 index 0000000..933c63b --- /dev/null +++ b/resources/dictionaries/nl/street_types.txt @@ -0,0 +1,22 @@ +baan +dijk|dk +dwarsstraat|dwstr +dwarsweg|dwwg +gracht|gr +hof|h +hoofdstraat +kade|kd +laan|ln +lange|l +lang|l +leane +loane +park|pk +plein|pln +plantsoen|plnts +singel|sngl +straat|str +steenweg|stwg +verlengde|verl +vliet|vlt +weg|wg \ No newline at end of file diff --git a/resources/dictionaries/nl/synonyms.txt b/resources/dictionaries/nl/synonyms.txt new file mode 100644 index 0000000..a2eb856 --- /dev/null +++ b/resources/dictionaries/nl/synonyms.txt @@ -0,0 +1,2 @@ +groot|grt +kleine|kl \ No newline at end of file diff --git a/resources/dictionaries/nl/unit_directions.txt b/resources/dictionaries/nl/unit_directions.txt new file mode 100644 index 0000000..f5a2dd1 --- /dev/null +++ b/resources/dictionaries/nl/unit_directions.txt @@ -0,0 +1,2 @@ +links|l +rechts|r \ No newline at end of file diff --git a/resources/dictionaries/nl/unit_types_numbered.txt b/resources/dictionaries/nl/unit_types_numbered.txt new file mode 100644 index 0000000..096f76d --- /dev/null +++ b/resources/dictionaries/nl/unit_types_numbered.txt @@ -0,0 +1,3 @@ +appartement|app|apt|ap +bus|b +kamer \ No newline at end of file diff --git a/resources/dictionaries/oc/elisions.txt b/resources/dictionaries/oc/elisions.txt new file mode 100644 index 0000000..f6222d3 --- /dev/null +++ b/resources/dictionaries/oc/elisions.txt @@ -0,0 +1 @@ +l' \ No newline at end of file diff --git a/resources/dictionaries/oc/stopwords.txt b/resources/dictionaries/oc/stopwords.txt new file mode 100644 index 0000000..3cb5cc1 --- /dev/null +++ b/resources/dictionaries/oc/stopwords.txt @@ -0,0 +1,14 @@ +a +al +dal +de +del +dei +dera +deu +deus +e +et +la +las +lo \ No newline at end of file diff --git a/resources/dictionaries/oc/street_types.txt b/resources/dictionaries/oc/street_types.txt new file mode 100644 index 0000000..de0e0b0 --- /dev/null +++ b/resources/dictionaries/oc/street_types.txt @@ -0,0 +1,5 @@ +avenguda +camin +carrièra|carriera +pas +plaça|pl|placa|pça|pca|plç|plc \ No newline at end of file diff --git a/resources/dictionaries/pap/personal_titles.txt b/resources/dictionaries/pap/personal_titles.txt new file mode 100644 index 0000000..17c8ff3 --- /dev/null +++ b/resources/dictionaries/pap/personal_titles.txt @@ -0,0 +1,2 @@ +san +santa|sta \ No newline at end of file diff --git a/resources/dictionaries/pap/street_types.txt b/resources/dictionaries/pap/street_types.txt new file mode 100644 index 0000000..c8cf783 --- /dev/null +++ b/resources/dictionaries/pap/street_types.txt @@ -0,0 +1,2 @@ +kaya +kaminda \ No newline at end of file diff --git a/resources/dictionaries/pl/academic_degrees.txt b/resources/dictionaries/pl/academic_degrees.txt new file mode 100644 index 0000000..c5a1181 --- /dev/null +++ b/resources/dictionaries/pl/academic_degrees.txt @@ -0,0 +1,2 @@ +adwokat|adw +wielmozny \ No newline at end of file diff --git a/resources/dictionaries/pl/ambiguous_expansions.txt b/resources/dictionaries/pl/ambiguous_expansions.txt new file mode 100644 index 0000000..8e4c26a --- /dev/null +++ b/resources/dictionaries/pl/ambiguous_expansions.txt @@ -0,0 +1,9 @@ +& +d +g +k +m +o +p +u +w \ No newline at end of file diff --git a/resources/dictionaries/pl/building_types.txt b/resources/dictionaries/pl/building_types.txt new file mode 100644 index 0000000..d9dc0cd --- /dev/null +++ b/resources/dictionaries/pl/building_types.txt @@ -0,0 +1 @@ +budowa|bud \ No newline at end of file diff --git a/resources/dictionaries/pl/chains.txt b/resources/dictionaries/pl/chains.txt new file mode 100644 index 0000000..cfaa16f --- /dev/null +++ b/resources/dictionaries/pl/chains.txt @@ -0,0 +1,3 @@ +abc +poczta polska +żabka|zabka \ No newline at end of file diff --git a/resources/dictionaries/pl/company_types.txt b/resources/dictionaries/pl/company_types.txt new file mode 100644 index 0000000..784268e --- /dev/null +++ b/resources/dictionaries/pl/company_types.txt @@ -0,0 +1,4 @@ +spółka|s-ka +spółka akcyjna|s-ka akc +spółdzielnia|spółdz|spnia +stowarzyszenie|stow \ No newline at end of file diff --git a/resources/dictionaries/pl/cross_streets.txt b/resources/dictionaries/pl/cross_streets.txt new file mode 100644 index 0000000..56c880a --- /dev/null +++ b/resources/dictionaries/pl/cross_streets.txt @@ -0,0 +1,6 @@ +& +i +na rogu +pomiędzy|pomiedzy +rogu +w \ No newline at end of file diff --git a/resources/dictionaries/pl/directionals.txt b/resources/dictionaries/pl/directionals.txt new file mode 100644 index 0000000..acae9bd --- /dev/null +++ b/resources/dictionaries/pl/directionals.txt @@ -0,0 +1,8 @@ +północ|polnoc|płn|pln +północny wschód|polnocny wschod|pn.-wsch.|pn-wsch|pn wsch|płn.-wsch.|płn-wsch|płn wsch|pln.-wsch.|pln-wsch|pln wsch +północny zachód|polnocny zachod|pn.-zach.|pn-zach|pn zach|płn.-zach.|płn-zach|płn zach|pln.-zach.|pln-zach|pln zach +wschód|wschod|w|wsch +południe|poludnie|pd|płd|pld +południowy wschód|poludniowy wschod|pd.-wsch.|pd-wsch|pd wsch|płd.-wsch.|płd-wsch|płd wsch|pld.-wsch.|pld-wsch|pld wsch +południowy zachód|poludniowy zachod|pd.-zach.|pd-zach|pd zach|płd.-zach.|płd-zach|płd zach|pld.-zach.|pld-zach|pld zach +zachód|zachod|z|zach \ No newline at end of file diff --git a/resources/dictionaries/pl/entrances.txt b/resources/dictionaries/pl/entrances.txt new file mode 100644 index 0000000..80b5480 --- /dev/null +++ b/resources/dictionaries/pl/entrances.txt @@ -0,0 +1 @@ +wejście|wejscie \ No newline at end of file diff --git a/resources/dictionaries/pl/house_numbers.txt b/resources/dictionaries/pl/house_numbers.txt new file mode 100644 index 0000000..b3a0c11 --- /dev/null +++ b/resources/dictionaries/pl/house_numbers.txt @@ -0,0 +1 @@ +dom|d \ No newline at end of file diff --git a/resources/dictionaries/pl/level_types_basement.txt b/resources/dictionaries/pl/level_types_basement.txt new file mode 100644 index 0000000..21a9751 --- /dev/null +++ b/resources/dictionaries/pl/level_types_basement.txt @@ -0,0 +1 @@ +suterena|s \ No newline at end of file diff --git a/resources/dictionaries/pl/level_types_numbered.txt b/resources/dictionaries/pl/level_types_numbered.txt new file mode 100644 index 0000000..1743a48 --- /dev/null +++ b/resources/dictionaries/pl/level_types_numbered.txt @@ -0,0 +1 @@ +piętro|p|ptr \ No newline at end of file diff --git a/resources/dictionaries/pl/level_types_standalone.txt b/resources/dictionaries/pl/level_types_standalone.txt new file mode 100644 index 0000000..6942d13 --- /dev/null +++ b/resources/dictionaries/pl/level_types_standalone.txt @@ -0,0 +1 @@ +parter \ No newline at end of file diff --git a/resources/dictionaries/pl/near.txt b/resources/dictionaries/pl/near.txt new file mode 100644 index 0000000..302fd0c --- /dev/null +++ b/resources/dictionaries/pl/near.txt @@ -0,0 +1,11 @@ +blisko +koło|kolo|k +niedaleko +obok +przy +w +w pobliżu|w poblizu +w pobliżu mnie|w poblizu mnie +w pobliżu tutaj|w poblizu tutaj +wokół tutaj|wokol tutaj +we \ No newline at end of file diff --git a/resources/dictionaries/pl/number.txt b/resources/dictionaries/pl/number.txt new file mode 100644 index 0000000..441f0c7 --- /dev/null +++ b/resources/dictionaries/pl/number.txt @@ -0,0 +1 @@ +numer|nr|#|no|№ \ No newline at end of file diff --git a/resources/dictionaries/pl/personal_suffixes.txt b/resources/dictionaries/pl/personal_suffixes.txt new file mode 100644 index 0000000..b8b1b59 --- /dev/null +++ b/resources/dictionaries/pl/personal_suffixes.txt @@ -0,0 +1,2 @@ +młodszy|mł +starszy|st \ No newline at end of file diff --git a/resources/dictionaries/pl/personal_titles.txt b/resources/dictionaries/pl/personal_titles.txt new file mode 100644 index 0000000..83e0fc0 --- /dev/null +++ b/resources/dictionaries/pl/personal_titles.txt @@ -0,0 +1,54 @@ +adjunkt|adj +admirał|admiral|adm +ambasador|amb +architekt|arch +arcybiskup|abp +asystent|as +bosman|bosm +bosman sztabowy|bosm sztab +biskupa|bpa +doktora|dr +dowódca|dowodca|dca|d-ca +dyrektor|dyr +dziekan|dziek +generała|generala|gen +generał broni|gen broni +generał brygady|gen bryg +generał dywizji|gen dyw +honorowy|hon +hrabia|hr +inżynier|inż +kapral|kpr +kapitan|kpt +kapitan marynarki|kpt mar +kardynała|kardynala|kard +kierownik|kier +kontradmirał|kontradmiral|kadm|kontradm +komandor|kmdr +komandor porucznik|kmdr por +komandor podporucznik|kmdr ppor +komendant|kmdt|kom +ksiądz|ks +lekarz|lek +magister|mgr +major|mjr +marynarz|mar +marszałka|marszalka|marsz +minister|min +ojciec|o +pułkownik|płk +podoficer|podofic +podsekretarz|podsekr +profesor|prof +sekretarz|sekt +senator|sen +sierżant|sierz +starszy bosman|st bosm +strzelec|strz +starszy sierżant|st sierz +starszy sierżant sztabowy|st sierz sztab +starszy strzelec|st strz +święty|swiety|św|sw +wielebny|w +wiceadmirał|wiceadmiral|wiceadm +wiceminister|wicemin \ No newline at end of file diff --git a/resources/dictionaries/pl/place_names.txt b/resources/dictionaries/pl/place_names.txt new file mode 100644 index 0000000..f414b3b --- /dev/null +++ b/resources/dictionaries/pl/place_names.txt @@ -0,0 +1,31 @@ +akademia|akad +bank +bazylika +biblioteka|bibl|b-ka|bka +biblioteka narodowa|bn +biblioteczka|bczka|b-czka +departament|dep +farmacja|farm +fabryka|f-ka +gimnazjum|gim +gospodarka|gosp +hotel +instytut|inst +katedra +kolejowy|kol +kościół|kosciol +liceum|lic +muzeum +muzeum narodowe|mn +oddział|oddz +opat|op +organizacja|organ +ośrodek|ośr +parkowa +politechnika +stacja|st +stacja kolejowa|st kol +szkoła +technikum|techn +uniwersytet|u|un|uniw +zakład|zaklad|zakł|zakl \ No newline at end of file diff --git a/resources/dictionaries/pl/post_office.txt b/resources/dictionaries/pl/post_office.txt new file mode 100644 index 0000000..419dc20 --- /dev/null +++ b/resources/dictionaries/pl/post_office.txt @@ -0,0 +1 @@ +skrytka pocztowa|skr poczt \ No newline at end of file diff --git a/resources/dictionaries/pl/qualifiers.txt b/resources/dictionaries/pl/qualifiers.txt new file mode 100644 index 0000000..b40e15f --- /dev/null +++ b/resources/dictionaries/pl/qualifiers.txt @@ -0,0 +1,9 @@ +blok|bl +dzielnica|dziel +gmina|gm +kwartał|kwartal|kw +okręg|ok +osiedle|os +wieś +wyspa +województwo|wojewodztwo|woj \ No newline at end of file diff --git a/resources/dictionaries/pl/staircases.txt b/resources/dictionaries/pl/staircases.txt new file mode 100644 index 0000000..bd4a978 --- /dev/null +++ b/resources/dictionaries/pl/staircases.txt @@ -0,0 +1 @@ +schody \ No newline at end of file diff --git a/resources/dictionaries/pl/stopwords.txt b/resources/dictionaries/pl/stopwords.txt new file mode 100644 index 0000000..bd5a476 --- /dev/null +++ b/resources/dictionaries/pl/stopwords.txt @@ -0,0 +1,3 @@ +i|& +na +w \ No newline at end of file diff --git a/resources/dictionaries/pl/street_types.txt b/resources/dictionaries/pl/street_types.txt new file mode 100644 index 0000000..f83ebba --- /dev/null +++ b/resources/dictionaries/pl/street_types.txt @@ -0,0 +1,18 @@ +aleja|al +autostrada +boczna +bulwar|bulw +droga +obwodnica +ogród +osiedle|os +park +plac|pl +rondo +rynek +skwer +szosa +ulica|ul +wybrzeże|wyb +wyspa +zaulek diff --git a/resources/dictionaries/pl/synonyms.txt b/resources/dictionaries/pl/synonyms.txt new file mode 100644 index 0000000..5d86c99 --- /dev/null +++ b/resources/dictionaries/pl/synonyms.txt @@ -0,0 +1,19 @@ +administracja|admin|adm +adres|adr +batalion|baon|bn +botanika|bot +bracia|b-cia|bcia +brygada|bryg +centralny|centr +cieśnina|cieśn +dolny|dln +federacja|fed +górny|g +jezioro|jez +narodowy|nar +państwowy|państw +republika|rep +rzeka|rz +siostry|ss +stary|st +szeregowy|szer|szereg \ No newline at end of file diff --git a/resources/dictionaries/pl/toponyms.txt b/resources/dictionaries/pl/toponyms.txt new file mode 100644 index 0000000..8de9532 --- /dev/null +++ b/resources/dictionaries/pl/toponyms.txt @@ -0,0 +1 @@ +warszawa|w-wa|wwa \ No newline at end of file diff --git a/resources/dictionaries/pl/unit_directions.txt b/resources/dictionaries/pl/unit_directions.txt new file mode 100644 index 0000000..03826d6 --- /dev/null +++ b/resources/dictionaries/pl/unit_directions.txt @@ -0,0 +1,2 @@ +lewo +prawo \ No newline at end of file diff --git a/resources/dictionaries/pl/unit_types_numbered.txt b/resources/dictionaries/pl/unit_types_numbered.txt new file mode 100644 index 0000000..f15f511 --- /dev/null +++ b/resources/dictionaries/pl/unit_types_numbered.txt @@ -0,0 +1,2 @@ +mieszkanie|m +pokój|pok \ No newline at end of file diff --git a/resources/dictionaries/pt/ambiguous_expansions.txt b/resources/dictionaries/pt/ambiguous_expansions.txt new file mode 100644 index 0000000..c6bbdd0 --- /dev/null +++ b/resources/dictionaries/pt/ambiguous_expansions.txt @@ -0,0 +1,12 @@ +& +b +d +e +e / +l +n +o +q +r +s +v \ No newline at end of file diff --git a/resources/dictionaries/pt/building_types.txt b/resources/dictionaries/pt/building_types.txt new file mode 100644 index 0000000..aab15f0 --- /dev/null +++ b/resources/dictionaries/pt/building_types.txt @@ -0,0 +1,7 @@ +bloco|bl +condominio +edifício|edificio|edf|edif +habitação|habitacao|hab +residencia|res +torre|tr +vivenda|vv|vvda \ No newline at end of file diff --git a/resources/dictionaries/pt/company_types.txt b/resources/dictionaries/pt/company_types.txt new file mode 100644 index 0000000..e44b553 --- /dev/null +++ b/resources/dictionaries/pt/company_types.txt @@ -0,0 +1,31 @@ +agrupamento complementar de empresas|ace|a.c.e.|a.c.e|a c e +associação desportiva|associacao desportiva|ad|a.d.|a.d|a d +associação em sentido estrito|associacao em sentido estrito +clube desportivo|cd|c.d.|c.d|c d +companhia|cia|comp +companhia anonima|ca|c.a.|c.a|c a +companhia de responsabilidao limitada|crl|c.r.l.|c.r.l|c r l +empresa individual|ei|e i|e.i.|e.i|firma individual +empresa individual de responsabilidade limitada|eireli|e.i.r.e.l.i.|e.i.r.e.l.i|e i r e l i +empresa pública|empresa publica|ep|e.p.|e.p|e p +fundação privada|fundacao privada +fundação pública|fundacao publica +futebol clube|fc|f.c.|f.c|f c +limitada|ltda|lt.da|lda|l.da +organização nao governamental|organizacao nao governamental|ong|o.n.g.|o.n.g|o n g +organização da sociedade civil de interesse público|organizacao da sociedade civil de interesse publico|oscip|o.s.c.i.p.|o.s.c.i.p|o s c i p +sociedade aberta|sa|s.a.|s.a|s a +sociedade anónima|sociedade anonima|sa|s.a.|s.a|s a|s / a +sociedade anónima de responsabilidade limitada|sociedade anonima de responsabilidade limitada|sarl|s.a.r.l.|s.a.r.l|s a r l +sociedade anónima desportiva|sociedade anonima desportiva|sad|s.a.d.|s.a.d|s a d +sociedade em nome coletivo|snc|s.n.c.|s.n.c|s n c +sociedade em conta de participacao|scp|s.c.p.|s.c.p|s c p +sociedade em comandita simples|scs|s.c.s.|s.c.s|s c s +sociedade em comum +sociedade fechada|sf|s.f.|s.f|s f +sociedade gestora de participacoes socials|sgps|s.g.p.s.|s.g.p.s|s g p s +sociedade limitada|sociedade por quotas limitada|sl|s.l.|s.l|s l|s limitada|s ltda|s lt.da|s lda|s l.da +sociedade por acoes|sa|s.a.|s.a|s a +sociedade simples|pllc|p.l.l.c.|p.l.l.c|p l l c +sport clube|sc|s.c.|s.c|s c +unipessoal lda|ulda|u.l.d.a.|u.l.d.a|u l d a \ No newline at end of file diff --git a/resources/dictionaries/pt/cross_streets.txt b/resources/dictionaries/pt/cross_streets.txt new file mode 100644 index 0000000..567e478 --- /dev/null +++ b/resources/dictionaries/pt/cross_streets.txt @@ -0,0 +1,8 @@ +& +e +em +com +esquina|esq +na esquina da|na esq de +esquina da|esq da +entre|entre /|e / \ No newline at end of file diff --git a/resources/dictionaries/pt/directionals.txt b/resources/dictionaries/pt/directionals.txt new file mode 100644 index 0000000..51c4b19 --- /dev/null +++ b/resources/dictionaries/pt/directionals.txt @@ -0,0 +1,8 @@ +este|e +norte|n +noredeste|ne|n.e.|n.e|n e +noroeste|no|n.o.|n.o|n o +oeste|o +sudeste|se|s.e.|s.e|s e +sudoeste|so|s.o.|s.o|s o +sul|s \ No newline at end of file diff --git a/resources/dictionaries/pt/elisions.txt b/resources/dictionaries/pt/elisions.txt new file mode 100644 index 0000000..fcd50bd --- /dev/null +++ b/resources/dictionaries/pt/elisions.txt @@ -0,0 +1 @@ +d' \ No newline at end of file diff --git a/resources/dictionaries/pt/entrances.txt b/resources/dictionaries/pt/entrances.txt new file mode 100644 index 0000000..3b47ef7 --- /dev/null +++ b/resources/dictionaries/pt/entrances.txt @@ -0,0 +1 @@ +entrada|entr|entd \ No newline at end of file diff --git a/resources/dictionaries/pt/level_types_basement.txt b/resources/dictionaries/pt/level_types_basement.txt new file mode 100644 index 0000000..df200b7 --- /dev/null +++ b/resources/dictionaries/pt/level_types_basement.txt @@ -0,0 +1 @@ +cave|cv|c / v \ No newline at end of file diff --git a/resources/dictionaries/pt/level_types_mezzanine.txt b/resources/dictionaries/pt/level_types_mezzanine.txt new file mode 100644 index 0000000..c336bef --- /dev/null +++ b/resources/dictionaries/pt/level_types_mezzanine.txt @@ -0,0 +1 @@ +mezanino \ No newline at end of file diff --git a/resources/dictionaries/pt/level_types_numbered.txt b/resources/dictionaries/pt/level_types_numbered.txt new file mode 100644 index 0000000..d3b4ded --- /dev/null +++ b/resources/dictionaries/pt/level_types_numbered.txt @@ -0,0 +1,3 @@ +andar +nível|nivel +piso|pi|p \ No newline at end of file diff --git a/resources/dictionaries/pt/level_types_standalone.txt b/resources/dictionaries/pt/level_types_standalone.txt new file mode 100644 index 0000000..d4da570 --- /dev/null +++ b/resources/dictionaries/pt/level_types_standalone.txt @@ -0,0 +1,5 @@ +andar terréo|at|a.t|a t|andar terreo +baixos|bxs +rés-do-chão|res-do-chao|rés do chão|res do chao|résdochão|resdochao|rc|r / c|r.c|r c|rdc|r / d / c|r/r / chão|r / chao|r-d-c|r d c |r.d.c +pavimento terréo|pt|p.t|p t|pavimento terreo +terréo|terreo diff --git a/resources/dictionaries/pt/level_types_sub_basement.txt b/resources/dictionaries/pt/level_types_sub_basement.txt new file mode 100644 index 0000000..07b0e09 --- /dev/null +++ b/resources/dictionaries/pt/level_types_sub_basement.txt @@ -0,0 +1 @@ +sub cave|scv|sub cv|s / c / v|sub c / v \ No newline at end of file diff --git a/resources/dictionaries/pt/near.txt b/resources/dictionaries/pt/near.txt new file mode 100644 index 0000000..b492163 --- /dev/null +++ b/resources/dictionaries/pt/near.txt @@ -0,0 +1,13 @@ +aqui +aqui perto +de +em +na +no +perto +perto daqui +perto de +perto de mim +perto do +por aqui +próximo|proximo \ No newline at end of file diff --git a/resources/dictionaries/pt/no_number.txt b/resources/dictionaries/pt/no_number.txt new file mode 100644 index 0000000..7774569 --- /dev/null +++ b/resources/dictionaries/pt/no_number.txt @@ -0,0 +1 @@ +sem número|sem numero|sn|s.n.|s.n|s / n|s n|s / nº|s / n°|s.nº|s.n°|snº|sn°|s / no \ No newline at end of file diff --git a/resources/dictionaries/pt/number.txt b/resources/dictionaries/pt/number.txt new file mode 100644 index 0000000..88182ea --- /dev/null +++ b/resources/dictionaries/pt/number.txt @@ -0,0 +1 @@ +número|#|num|núm|no|numero|№|nº|n°|n.º|n.°|númr|numr|númro|numro|núm.ro|nr|num.ro|nro|n.ro|nr.º|nr.°|nrº|nr°|nmro|nmr.o|nmrº|nmr°|nmr.º|nmr.° \ No newline at end of file diff --git a/resources/dictionaries/pt/personal_suffixes.txt b/resources/dictionaries/pt/personal_suffixes.txt new file mode 100644 index 0000000..d4b0682 --- /dev/null +++ b/resources/dictionaries/pt/personal_suffixes.txt @@ -0,0 +1,3 @@ +filho|f.o +júnior|junior|jr +neto \ No newline at end of file diff --git a/resources/dictionaries/pt/personal_titles.txt b/resources/dictionaries/pt/personal_titles.txt new file mode 100644 index 0000000..44e33a3 --- /dev/null +++ b/resources/dictionaries/pt/personal_titles.txt @@ -0,0 +1,101 @@ +advogado|advo|adv.o +alferes|alf +almirante|alm +arcebispo|arco|arc.o +barao|bar +baronesa +bispo|bpo|b.po +brigadeiro|brg|brig +cacique|cac +capitão|capitao|cap|capt +capitão de corveta|capitao de corveta|cap corv +capitão de fragata|capitao de fragata|cap frag +capitão de mar e guerra|capitao de mar e guerra|cap m g|cap mg +capitão tenente|capitao tenente|cap ten|cap tte +cardeal|card +comandante|cmdt +comendador|comend|cmdr|comor|com.or +conde|cde +condessa|cdessa +conselheiro|cons +coronel|cor|cel +contra almirante|c alm +deputado|dep +desembargador|des +desembargadora|desa|des.a +diacono|diac +diacona|diaca +dom|d +dona|dª|da|d.ª|d.a +doutor|dr +doutora|drª|dra|d.rª|d.ra +duque|dq +duquesa|dqsa|dqa +embaixador|emb +eminencia|ema|em.a +eminentissimo|emmo|em.mo +enfermeira|enfª|enfa|enf.ª|enf.a +enfermeiro|enfº|enf°|enfo|enf|enf.º|enf.°|enf.o +engenheira|engª|enga|eng.ª|eng.a +engenheiro|engº|eng°|eng.º|eng.°|eng|engo|eng.o +excelencia|exª|exa|ex.ª|ex.a +excelentissima|exmª|exma|ex.mª|ex.ma +excelentissimo|exmº|exm°|exmo|ex.mº|ex.m°|ex.mo +frei|fr +general|gen|gal|g.al +governador|gov|govdor|govd.or|gov.dor +ilustrissima|ilmª|ilma|il.mª|il.ma +ilustrissimo|ilmº|ilm°|ilmo|il.mº|il.m°|il.mo +infante|inf +irmã|irma|imª|ima|im +irmão|irmao|imº|im°|imo|im +juiz|jz +maestra|mta|mtra|mstra +maestro|mto|mtro|mstro +major|maj +major brigadeiro|maj brig +marechal|mar|mal|m.al +marquês|marques|mq|marq +marquesa|mqsa|marqa +madre|me|m.e +medico|med +mestra|mª|ma|m.ª|m.a +mestre|me|m.e +ministério|ministerio|min +monsenhor|mons +nossa senhora|nsa|nª sª|nªsª|n srª|nª srª|n sa|n sra|n.s.a.|n.s.a +nosso senhor|ns|n.s.|n.s|n s +padre|pe|p.e +pastor|pr +prefeito|pref +presidente|presid|pres +professor|prof|profº|prof° +professora|profa|prof.a|profª|prof.ª +professoras|profas +professores|profs +reverenda|revda|rev.da +reverendo|revdo|rev.do +reverendissima|revma|rev.ma +reverendissimo|revmo|rev.mo +santa|stª|sta|st.ª|st.a +santo|stº|st°|sto|st|st.º|st.°|st.o +são|sao|s +sargento|sarg|sgto|sargto +sargento ajudante|sarg ajte|sarg aj.te +secretaria|sec.a|secr.a|secra +secretario|sec|secr +senador|sen +senhor|s|sr|s.r +senhores|srs|s.rs +senhora|sª|sa|srª|sra|sr.ª|sr.a|s.ra|s.rª +senhoras|sras|s.ras +senhorita|srta|sr.ta +senhoritas|srtas|sr.tas +tenente|ten|tte|t.te +tenente coronel|ten c.el|ten cel|tte cel|t.te c.el +tesoureiro|tes +vereador|ver +vice almirante|v alm +vigario|vig|vigo|vig.o +visconde|visc|vde|v.de +viscondesa|vdessa|v.dessa \ No newline at end of file diff --git a/resources/dictionaries/pt/place_names.txt b/resources/dictionaries/pt/place_names.txt new file mode 100644 index 0000000..f7b437a --- /dev/null +++ b/resources/dictionaries/pt/place_names.txt @@ -0,0 +1,52 @@ +academia|acad +aeroporto +agência bancária|agencia bancaria +associacao|ass +arquitecto|arq|arqo|arq.o +bairro|b|bo|br|b.o +banco +bar +bombeiros voluntários|bombeiros voluntarios|bv|b v +câmara municipal|camara municipal|cm|c.m.|c.m|c m +câmbio|cambio +cambista +casal|csl +castelo|cast +centro comercial|cc|c.c.|c.c|c c +ciclo do ensino básico|ciclo do ensino basico|ceb|c.e.b.|c.e.b|c e b +departamento|dep|depto +departamentos|deps|deptos +escadaria +escadas|esc +escadinhas|escnh +escola +escola básica|escola basica|eb|e.b.|e.b|e b +estação|estacao +estação de tratamento de águas residuais|estacao de tratamento de aguas residuais|etar|e.t.a.r.|e.t.a.r|e t a r +estação de autocarros|estacao de autocarros +estação de camionagem|estacao de camionagem +estação de comboios|estacao de comboios +estação ferroviária|estacao ferroviaria +estação de ônibus|estacao de onibus +estação de trem|estacao de trem +estação rodoviária|estacao rodoviaria +fonte|f.te|fte +galeria|gal +guarda nacional republicana|gnr|g.n.r.|g.n.r|g n r +instituto|inst +loja|lj +lojas|ljs +loteamento|loteam +museu|mus +parque|pq|prq|parq +pavilhão|pailhao|pav +polícia de segurança pública|policia de seguranca publica|psp|p.s.p.|p.s.p|p s p +polícia judiciária|policia judiciaria|pj|p.j.|p.j|p j +ponte|pont|pte|p.te|pnte +porto|pto|p.to +praia +rodoviaria|rdv +ruínas|ruinas +terminal rodoviário|terminal rodoviario +seminario|sem|semin +universidade|uni|univ|univers \ No newline at end of file diff --git a/resources/dictionaries/pt/post_office.txt b/resources/dictionaries/pt/post_office.txt new file mode 100644 index 0000000..0e8096b --- /dev/null +++ b/resources/dictionaries/pt/post_office.txt @@ -0,0 +1,2 @@ +apartado|apdo|aptdo +caixa postal|cp|c.p|c p|cxp \ No newline at end of file diff --git a/resources/dictionaries/pt/postcodes.txt b/resources/dictionaries/pt/postcodes.txt new file mode 100644 index 0000000..f92ecfa --- /dev/null +++ b/resources/dictionaries/pt/postcodes.txt @@ -0,0 +1,2 @@ +código de endereçamento postal|cep|cep :|c.e.p|c e p|c de e p|c de ep|codigo de enderecamento postal +código postal|cp|c.p|c p|codigo postal \ No newline at end of file diff --git a/resources/dictionaries/pt/qualifiers.txt b/resources/dictionaries/pt/qualifiers.txt new file mode 100644 index 0000000..41b7258 --- /dev/null +++ b/resources/dictionaries/pt/qualifiers.txt @@ -0,0 +1,8 @@ +bairro|b|bº|b°|bo|brº|br°|bro +distrito|dtto|dist +divisao|div +quadra|q|qd +secao|sec +superquadra|super quadra|sq|s.q.|s.q|s q +urbanização|urbanizacao|urb +zona|zn \ No newline at end of file diff --git a/resources/dictionaries/pt/staircases.txt b/resources/dictionaries/pt/staircases.txt new file mode 100644 index 0000000..9042851 --- /dev/null +++ b/resources/dictionaries/pt/staircases.txt @@ -0,0 +1 @@ +escadaria|esc|esca \ No newline at end of file diff --git a/resources/dictionaries/pt/stopwords.txt b/resources/dictionaries/pt/stopwords.txt new file mode 100644 index 0000000..0bbaec6 --- /dev/null +++ b/resources/dictionaries/pt/stopwords.txt @@ -0,0 +1,35 @@ +á +a +ao +aos +ás|as +até|ate +atrás|atras +com +da +das +de|d' +dela +debaixo +defronte +do +dos +e|& +em +em frente de|em ft de +entre +junta +na +nas +no +nos +nossa|nª|na|n.ª|n.a +nosso|n +o +os +para +perto +rio|r +sobre +um +uma \ No newline at end of file diff --git a/resources/dictionaries/pt/street_types.txt b/resources/dictionaries/pt/street_types.txt new file mode 100644 index 0000000..6b2756e --- /dev/null +++ b/resources/dictionaries/pt/street_types.txt @@ -0,0 +1,53 @@ +acesso +alameda|al +autoestrada|auto estrada|auto estr|autoestr +avenida|av|ava|ave +avenida marginal|ave marg|av marg|ava marg +azinhaga|az +bairro|b|bº|b°|bo|brº|br°|bro +beco|bc|bco +calçada|calcada|cc +calçadinha|caclcadinha|ccnh +câmara municipal|camara municipal|cm|c.m.|c. m. +caminho|cam|camno +direito|dto|dt +esquerdo|esq +estrada|estr +estrada marginal|estr marg +estrada municipal|em|e m|estr m +estrada nacional|en|e n|estr n +estrada regional|er|e r|estr r +frei|fr +frente|ft +itinerário complementar|itinerario complementar|ic|i c +itinerário principal|itinerario principal|ip|i p +largo|lg|l +lugar|lg|lug +parada|pda +particular|part +ponto|pto|pnto +praça|praca|pç|pc|pr|pça|pca +praceta|pct|pctª|pcta +projectada|proj +prolongamento|prolng +quinta|qu|qta +rampa +retorno|ret +rodovia|rod|rvia|rdvia +rodoanel +rotunda|rot +rua|r +rua particular|r part|rpart +ruas|rs +ruela +sitio +transversal|transv +travessa|tv|trav|trv +tunel +urbanizacao|urb +via|v +viaduto|vd|vdto +viela|ve +vila|vl +volta +zona|zn diff --git a/resources/dictionaries/pt/synonyms.txt b/resources/dictionaries/pt/synonyms.txt new file mode 100644 index 0000000..a2bcbac --- /dev/null +++ b/resources/dictionaries/pt/synonyms.txt @@ -0,0 +1,21 @@ +abril|abr +batalhao|btl +agosto|ago +dezembro|dezbro|dezbr.o|dezb.ro|dez.bro|dez|10bro|10.bro|10b.ro|10br.o +educacao|educ +fevereiro|fev|fevro|fev.ro +informacao|inf|inform +janeiro|janero|janro|janr.o|jan.ro|jan +jardim|jrd|jard|jd +junho|jun +julho|jul +março|mar +maio|mai +monte|mnt|mte|mnte +liberdade|liberde|liberd.e +novembro|9bro|9.bro|9b.ro|9br.o|nov +outubro|8bro|8.bro|8b.ro|8br.o|out +pátio|patio|pto +ribeira|ra|r.a|riba|ribra|ribr.a +ribeiro|ro|r.o|ribo|ribro|ribr.o +setembro|7bro|7.bro|7b.ro|7br.o|set \ No newline at end of file diff --git a/resources/dictionaries/pt/toponyms.txt b/resources/dictionaries/pt/toponyms.txt new file mode 100644 index 0000000..761eb3d --- /dev/null +++ b/resources/dictionaries/pt/toponyms.txt @@ -0,0 +1,28 @@ +lisboa|lxa|lx.a|lex.a|lexa +acre|ac +alagoas|al +amapá|amapa|ap +amazonas|am +bahia|ba +ceará|ceara|ce +distrito federal|df +espírito santo|espirito santo|es +goiás|goias|go +maranhão|maranhao|ma +mato grosso|mt +mato grosso do sul|ms +minas gerais|mg +pará|para|pa +paraíba|paraiba|pb +paraná|parana|pr +pernambuco|pe +piauí|piaui|pi +rio de janeiro|rj +rio grande do norte|rn +rio grande do sul|rs +rondônia|rondonia|ro +roraima|rr +santa catarina|sc +são paulo|sao paulo|sp +sergipe|se +tocantins|to \ No newline at end of file diff --git a/resources/dictionaries/pt/unit_directions.txt b/resources/dictionaries/pt/unit_directions.txt new file mode 100644 index 0000000..fe6b99f --- /dev/null +++ b/resources/dictionaries/pt/unit_directions.txt @@ -0,0 +1,4 @@ +direito|dir|dto|drt +esquerdo|esq +frente|fte|frt|fren +traseiro|tras \ No newline at end of file diff --git a/resources/dictionaries/pt/unit_types_numbered.txt b/resources/dictionaries/pt/unit_types_numbered.txt new file mode 100644 index 0000000..b1e62ed --- /dev/null +++ b/resources/dictionaries/pt/unit_types_numbered.txt @@ -0,0 +1,10 @@ +apartamento|ap|apt|apto|apt.o +casa +conjunto|conj|cj +letra +lote|lt +parcela +porta|pta +moradia +sala +unidade|un \ No newline at end of file diff --git a/resources/dictionaries/pt/unit_types_standalone.txt b/resources/dictionaries/pt/unit_types_standalone.txt new file mode 100644 index 0000000..2317642 --- /dev/null +++ b/resources/dictionaries/pt/unit_types_standalone.txt @@ -0,0 +1 @@ +sobre loja|slj \ No newline at end of file diff --git a/resources/dictionaries/ro/ambiguous_expansions.txt b/resources/dictionaries/ro/ambiguous_expansions.txt new file mode 100644 index 0000000..b663b50 --- /dev/null +++ b/resources/dictionaries/ro/ambiguous_expansions.txt @@ -0,0 +1,5 @@ +& +e +n +s +v \ No newline at end of file diff --git a/resources/dictionaries/ro/building_types.txt b/resources/dictionaries/ro/building_types.txt new file mode 100644 index 0000000..28ab10e --- /dev/null +++ b/resources/dictionaries/ro/building_types.txt @@ -0,0 +1,6 @@ +anexa +bloc|blc|bl +casa +cladirea|cladire +complex +garaj diff --git a/resources/dictionaries/ro/company_types.txt b/resources/dictionaries/ro/company_types.txt new file mode 100644 index 0000000..09dc779 --- /dev/null +++ b/resources/dictionaries/ro/company_types.txt @@ -0,0 +1,5 @@ +banca +organizatie neguvernamentala|ong +societate comerciala|sc +societate cu raspundere limitata|srl +societate pe actiuni|sa diff --git a/resources/dictionaries/ro/cross_streets.txt b/resources/dictionaries/ro/cross_streets.txt new file mode 100644 index 0000000..386b33f --- /dev/null +++ b/resources/dictionaries/ro/cross_streets.txt @@ -0,0 +1,5 @@ +& +colț|colt|colț cu|colt cu +între|intre +la colțul de pe|la coltul de pe +și|si diff --git a/resources/dictionaries/ro/directionals.txt b/resources/dictionaries/ro/directionals.txt new file mode 100644 index 0000000..b1cd7e6 --- /dev/null +++ b/resources/dictionaries/ro/directionals.txt @@ -0,0 +1,4 @@ +est|e +nord|n +sud|s +vest|v \ No newline at end of file diff --git a/resources/dictionaries/ro/entrances.txt b/resources/dictionaries/ro/entrances.txt new file mode 100644 index 0000000..b7acf9b --- /dev/null +++ b/resources/dictionaries/ro/entrances.txt @@ -0,0 +1 @@ +intrare|intrarea diff --git a/resources/dictionaries/ro/level_types_numbered.txt b/resources/dictionaries/ro/level_types_numbered.txt new file mode 100644 index 0000000..7816e8b --- /dev/null +++ b/resources/dictionaries/ro/level_types_numbered.txt @@ -0,0 +1 @@ +etaj|et|etj \ No newline at end of file diff --git a/resources/dictionaries/ro/level_types_standalone.txt b/resources/dictionaries/ro/level_types_standalone.txt new file mode 100644 index 0000000..6942d13 --- /dev/null +++ b/resources/dictionaries/ro/level_types_standalone.txt @@ -0,0 +1 @@ +parter \ No newline at end of file diff --git a/resources/dictionaries/ro/near.txt b/resources/dictionaries/ro/near.txt new file mode 100644 index 0000000..c8962fb --- /dev/null +++ b/resources/dictionaries/ro/near.txt @@ -0,0 +1,7 @@ +aici +aproape de aici +din +in apropiere de +în apropiere|in apropiere +în jurul aici|in jurul aici +lângă mine|langa mine|lângă|langa diff --git a/resources/dictionaries/ro/no_number.txt b/resources/dictionaries/ro/no_number.txt new file mode 100644 index 0000000..a9fdef3 --- /dev/null +++ b/resources/dictionaries/ro/no_number.txt @@ -0,0 +1 @@ +fără număr|fara numar|fn|f.n|f n|f / n \ No newline at end of file diff --git a/resources/dictionaries/ro/number.txt b/resources/dictionaries/ro/number.txt new file mode 100644 index 0000000..33bc26e --- /dev/null +++ b/resources/dictionaries/ro/number.txt @@ -0,0 +1 @@ +număr|numar|nr|nº|n°|#|№|no|numarul|numărul diff --git a/resources/dictionaries/ro/personal_titles.txt b/resources/dictionaries/ro/personal_titles.txt new file mode 100644 index 0000000..9dfc838 --- /dev/null +++ b/resources/dictionaries/ro/personal_titles.txt @@ -0,0 +1,15 @@ +amiral +căpitan|capitan|capt +colonel|col +comandor +contra amiral +doctor|dr +general|gen|g-ral +major|maj +locotenent +locotenent colonel +pictor +profesor|prof +sergent +sublocotenent +vice amiral diff --git a/resources/dictionaries/ro/place_names.txt b/resources/dictionaries/ro/place_names.txt new file mode 100644 index 0000000..f51987d --- /dev/null +++ b/resources/dictionaries/ro/place_names.txt @@ -0,0 +1,3 @@ +cinema +cafenea +fabrica diff --git a/resources/dictionaries/ro/post_office.txt b/resources/dictionaries/ro/post_office.txt new file mode 100644 index 0000000..31ef956 --- /dev/null +++ b/resources/dictionaries/ro/post_office.txt @@ -0,0 +1 @@ +căsuță poștală|cp|casuta postala \ No newline at end of file diff --git a/resources/dictionaries/ro/qualifiers.txt b/resources/dictionaries/ro/qualifiers.txt new file mode 100644 index 0000000..016a611 --- /dev/null +++ b/resources/dictionaries/ro/qualifiers.txt @@ -0,0 +1,7 @@ +bloc|bl +cartier|cartierul +comuna|comunā +kilometrul|kilometru|km +sat|satul +sector|sectorul|sect +zona diff --git a/resources/dictionaries/ro/staircases.txt b/resources/dictionaries/ro/staircases.txt new file mode 100644 index 0000000..5f51553 --- /dev/null +++ b/resources/dictionaries/ro/staircases.txt @@ -0,0 +1 @@ +scara|sc \ No newline at end of file diff --git a/resources/dictionaries/ro/stopwords.txt b/resources/dictionaries/ro/stopwords.txt new file mode 100644 index 0000000..406760a --- /dev/null +++ b/resources/dictionaries/ro/stopwords.txt @@ -0,0 +1,3 @@ +și|si|& +cel +intre diff --git a/resources/dictionaries/ro/street_types.txt b/resources/dictionaries/ro/street_types.txt new file mode 100644 index 0000000..ca6985d --- /dev/null +++ b/resources/dictionaries/ro/street_types.txt @@ -0,0 +1,13 @@ +aleea|ale|alea|al +bulevardul|bd|bul|bdul|blv|blvd|b-dul|b.dul|bulev|bulevardu|bulevard +calea|cale|cal +drumul|drum +fundătura|fundatura|fnd +fundacul|fdc +intrarea|int|intr +piaţa|piata|piață|pta|pţa|p-ta|p-ţa +strada|str|st +stradela|str-la|sdla +șoseaua|soseaua|sos|șos +splaiul|sp|spl +vârful|varful|virful|vîrful|varf|vf diff --git a/resources/dictionaries/ro/synonyms.txt b/resources/dictionaries/ro/synonyms.txt new file mode 100644 index 0000000..62880a9 --- /dev/null +++ b/resources/dictionaries/ro/synonyms.txt @@ -0,0 +1 @@ +decembrie|dec diff --git a/resources/dictionaries/ro/unit_types_numbered.txt b/resources/dictionaries/ro/unit_types_numbered.txt new file mode 100644 index 0000000..1727c3c --- /dev/null +++ b/resources/dictionaries/ro/unit_types_numbered.txt @@ -0,0 +1,8 @@ +apartamentul|apartament|ap|apt|apart +birou +cladire|cladirea|clădire|clădirea +corp|corpul +complex +interior|int +lotul +sală|sala diff --git a/resources/dictionaries/ru/ambiguous_expansions.txt b/resources/dictionaries/ru/ambiguous_expansions.txt new file mode 100644 index 0000000..e38e90e --- /dev/null +++ b/resources/dictionaries/ru/ambiguous_expansions.txt @@ -0,0 +1,18 @@ +& +д +d +г +g +к +k +о +o +с +s +ш +в +v +Ю +y +з +z \ No newline at end of file diff --git a/resources/dictionaries/ru/building_types.txt b/resources/dictionaries/ru/building_types.txt new file mode 100644 index 0000000..c4ac3a2 --- /dev/null +++ b/resources/dictionaries/ru/building_types.txt @@ -0,0 +1,2 @@ +корпус|к +korpus|k \ No newline at end of file diff --git a/resources/dictionaries/ru/chains.txt b/resources/dictionaries/ru/chains.txt new file mode 100644 index 0000000..0f60960 --- /dev/null +++ b/resources/dictionaries/ru/chains.txt @@ -0,0 +1,42 @@ +альфа-банк|альфабанк|альфа банк +alfa-bank|alfabank|alfa bank +азс +azs +билайн +dns +dns shop +сбербанк +sberbank +сбербанк россии +евросеть +euroset +эльдорадо +лукойл +lukoil +мария-ра +maria-ra +монетка +monetka +пятёрочка|пятерочка +pyatorochka +роснефть +rosneft +ростелеком +rostelecom +газпром нефть|газпромнефть +gazprom neft|gazprom-neft|gazpromneft +почта россии +роспечать +rospechat +россельхозбанк +rosselkhozbank +связной +svyaznoy +татнефть +tatneft +теремок +teremok +втб24 +vtb24 +макдоналдс +makdonalds \ No newline at end of file diff --git a/resources/dictionaries/ru/company_types.txt b/resources/dictionaries/ru/company_types.txt new file mode 100644 index 0000000..4737667 --- /dev/null +++ b/resources/dictionaries/ru/company_types.txt @@ -0,0 +1,9 @@ +ано|ano|автономная некоммерческая организация +kooperativ +кооператив +nko|nekommercheskaya organizatsiya +нко|некоммерческая организация +оао|открытое акционерное общество +oao|otkrytoye aktsionernoye obshchestvo +ооо|общество с ограниченной ответственностью +ooo|obshchestvo s ogranichennoy otvetstvennostyu \ No newline at end of file diff --git a/resources/dictionaries/ru/cross_streets.txt b/resources/dictionaries/ru/cross_streets.txt new file mode 100644 index 0000000..2e33bfb --- /dev/null +++ b/resources/dictionaries/ru/cross_streets.txt @@ -0,0 +1,11 @@ +& +и +i +между +mezhdu +на углу +na uglu +углу +uglu +угол +ugol \ No newline at end of file diff --git a/resources/dictionaries/ru/directionals.txt b/resources/dictionaries/ru/directionals.txt new file mode 100644 index 0000000..e12cd78 --- /dev/null +++ b/resources/dictionaries/ru/directionals.txt @@ -0,0 +1,16 @@ +север|с +sever|s +северо-востоку|северо востоку +severo-vostoku|severo vostoku +северо-Запад|северо Запад +severo-zapad|severo zapad +восток|в +vostok|v +юг|ю +yug|y +юго-востоку|юго востоку +yugo-vostoku|yugo vostoku +юго-западу|юго западу +yugo-zapadu|yugo zapadu +запад|з +zapad|z \ No newline at end of file diff --git a/resources/dictionaries/ru/entrances.txt b/resources/dictionaries/ru/entrances.txt new file mode 100644 index 0000000..8cdf783 --- /dev/null +++ b/resources/dictionaries/ru/entrances.txt @@ -0,0 +1,4 @@ +вход +vkhod +подъезд +pod'ezd diff --git a/resources/dictionaries/ru/house_numbers.txt b/resources/dictionaries/ru/house_numbers.txt new file mode 100644 index 0000000..0ac079e --- /dev/null +++ b/resources/dictionaries/ru/house_numbers.txt @@ -0,0 +1,2 @@ +дом|д +dom|d \ No newline at end of file diff --git a/resources/dictionaries/ru/level_types_basement.txt b/resources/dictionaries/ru/level_types_basement.txt new file mode 100644 index 0000000..f1674f9 --- /dev/null +++ b/resources/dictionaries/ru/level_types_basement.txt @@ -0,0 +1,4 @@ +подвал +podval +цокольный этаж|цок эт +tsokol'nyy etazh|tsokolnyy etazh|tsok et \ No newline at end of file diff --git a/resources/dictionaries/ru/level_types_numbered.txt b/resources/dictionaries/ru/level_types_numbered.txt new file mode 100644 index 0000000..7ed6f6d --- /dev/null +++ b/resources/dictionaries/ru/level_types_numbered.txt @@ -0,0 +1,4 @@ +этаж|эт +etazh|et +уровень +uroven'|uroven \ No newline at end of file diff --git a/resources/dictionaries/ru/level_types_standalone.txt b/resources/dictionaries/ru/level_types_standalone.txt new file mode 100644 index 0000000..2e6f3eb --- /dev/null +++ b/resources/dictionaries/ru/level_types_standalone.txt @@ -0,0 +1,4 @@ +первый этаж|перв эт +pervyy etazh|perv et +нижний этаж|ниж эт +nizhniy etazh|nizh et \ No newline at end of file diff --git a/resources/dictionaries/ru/near.txt b/resources/dictionaries/ru/near.txt new file mode 100644 index 0000000..e554816 --- /dev/null +++ b/resources/dictionaries/ru/near.txt @@ -0,0 +1,26 @@ +близ +bliz +около +okolo +под +pod +поблизости +poblizosti +рядом +ryadom +рядом с +ryadom s +рядом с мной +ryadom s mnoy +рядом здесь +ryadom zdes'|ryadom zdes +у +u +в +v +возле +vozle +вблизи +vblizi +здесь +zdes'|zdes \ No newline at end of file diff --git a/resources/dictionaries/ru/no_number.txt b/resources/dictionaries/ru/no_number.txt new file mode 100644 index 0000000..0983819 --- /dev/null +++ b/resources/dictionaries/ru/no_number.txt @@ -0,0 +1 @@ +без номера|б / н|б.н.|б.н|бн \ No newline at end of file diff --git a/resources/dictionaries/ru/number.txt b/resources/dictionaries/ru/number.txt new file mode 100644 index 0000000..300fac2 --- /dev/null +++ b/resources/dictionaries/ru/number.txt @@ -0,0 +1,2 @@ +номер|но|№|no +nomer|№|no \ No newline at end of file diff --git a/resources/dictionaries/ru/personal_titles.txt b/resources/dictionaries/ru/personal_titles.txt new file mode 100644 index 0000000..ac3af8c --- /dev/null +++ b/resources/dictionaries/ru/personal_titles.txt @@ -0,0 +1,6 @@ +академика +akademika +генерала|ген +generala|gen +святой|св +svyatoy|sv \ No newline at end of file diff --git a/resources/dictionaries/ru/place_names.txt b/resources/dictionaries/ru/place_names.txt new file mode 100644 index 0000000..f5ec00e --- /dev/null +++ b/resources/dictionaries/ru/place_names.txt @@ -0,0 +1,160 @@ +аэропорт +дом искусств +банкомат +банк +бар +велопарковка +прокат велосипедов +бордель +обмен валют +автобусная станция +кафе +аренда автомобилей|аренда автомобилеи +прокат автомобилей|прокат автомобилеи +автомойка|автомоика +казино +кинотеатр +поликлиника +колледж +общественный центр|общественныи центр +помещение суда +крематорий|крематории +стоматология +врач +автошкола +посольство +палатка с едой|палатка с едои +паромная станция +пожарная охрана +фонтан +место захоронения +тренажерный зал|тренажерныи зал +госпиталь +мороженное +детский сад|детскии сад +библиотека +ночной клуб|ночнои клуб +дом престарелых +аптека +место поклонения +полиция +почтовое отделение +тюрьма +паб +общественное здание +место утилизации +ресторан +сауна +школа +укрытие +студия +такси +театр +городская администрация +университет +ветеринарная клиника +бункер +церковь +мэрия +общежитие +ферма +холл +здание больницы +гостиница +офисное здание +магазин +стадион +башня +трамвайная остановка|трамваиная остановка +крепость +поместье +памятник +монумент +развалины +деревенское поле +виноградник +пляж с насаждениями +сад +поле для гольфа +каток +пристань для яхт +минигольф +заповедник +парк +спортивный газон|спортивныи газон +детская игровая площадка +зона отдыха +спортивный центр|спортивныи центр +бассейн|бассеин +спортивная дорожка +аквапарк +винный магазин|винныи магазин +художественный салон|художественныи салон +булочная +салон красоты +магазин напитков +веломагазин +книжный магазин|книжныи магазин +мясная лавка +автомагазин +автозапчасти +автомастерская +ковры +секонд-хэнд|секонд хэнд +магазин бытовой химии|магазин бытовои химии +магазин одежды +компьютерный магазин|компьютерныи магазин +кондитерская +ларёк|ларек +услуги копирования +универсам +сделай-сам|сделай сам|сделаи-сам|сделаи сам +химчистка +магазин электротоваров +риелтор +фермерский магазин|фермерскии магазин +магазин модной одежды|магазин моднои одежды +рыбный магазин|рыбныи магазин +цветочный магазин|цветочныи магазин +продуктовый магазин|продуктовыи магазин +похоронное бюро +мебельный магазин|мебельныи магазин +садоводческий магазин|садоводческии магазин +магазин подарков +овощной магазин|овощнои магазин +парикмахерская +хозяйственный магазин|хозяиственныи магазин +магазин аудио/видео аппаратуры +страховая компания +ювелирный магазин|ювелирныи магазин +киоск +прачечная +молл +магазин мобильных телефонов +магазин по продаже мотоциклов +музыкальный магазин|музыкальныи магазин +газетный киоск|газетныи киоск +магазин оптики +магазин экологических продуктов +место уличной торговли|место уличнои торговли +зоомагазин +фотомагазин +салон +обувной магазин|обувнои магазин +торговый центр|торговыи центр +спортивный магазин|спортивныи магазин +магазин канцелярских товаров +супермаркет +магазин игрушек +туристической агентство|туристическои агентство +магазин видеозаписей|магазин видеозаписеи +горный приют|горныи приют +караван-сарай|караван сарай|караван-сараи|караван сараи +шале +домик для гостей|домик для гостеи +хостел +мотель +музей|музеи +аттракционы +зоопарк +мост diff --git a/resources/dictionaries/ru/post_office.txt b/resources/dictionaries/ru/post_office.txt new file mode 100644 index 0000000..5d3942c --- /dev/null +++ b/resources/dictionaries/ru/post_office.txt @@ -0,0 +1,2 @@ +абонементна скринька +abonementnykh skrynʹka|abonementnykh skrynka \ No newline at end of file diff --git a/resources/dictionaries/ru/qualifiers.txt b/resources/dictionaries/ru/qualifiers.txt new file mode 100644 index 0000000..24cc54b --- /dev/null +++ b/resources/dictionaries/ru/qualifiers.txt @@ -0,0 +1,31 @@ +агрогородок|аг +agrogorodok|ag +блок +blok +деревня|дер|д +derevnya|der|d +гмина|гм +gmina|gm +квартал|кварт|кв|кв-л +kvartal|kvart|kv|kv-l +микрорайон +mikrorayon +област|обл +oblast|obl +посблок|пос +posblok +остров|о +ostrov|o +город|г +gorod|g +городской посёлок |гп +gorodskoy posolok|gp +раион|р-н +raion|r-n +сельсовет +сельский совет|с / с|сельсовет|сельскии совет +sel'skiy sovet|s / s|sel'sovet|selskiy sovet|selsovet +посёлок|поселок|пос +posolok|pos +посёлок городско́го ти́па|пгт|посёлок городского типа|поселок городского типа +posolok gorodskógo típa|pgt|posolok gorodskogo tipa \ No newline at end of file diff --git a/resources/dictionaries/ru/staircases.txt b/resources/dictionaries/ru/staircases.txt new file mode 100644 index 0000000..141751e --- /dev/null +++ b/resources/dictionaries/ru/staircases.txt @@ -0,0 +1,2 @@ +лестница +lestnitsa \ No newline at end of file diff --git a/resources/dictionaries/ru/stopwords.txt b/resources/dictionaries/ru/stopwords.txt new file mode 100644 index 0000000..ae72c19 --- /dev/null +++ b/resources/dictionaries/ru/stopwords.txt @@ -0,0 +1 @@ +и|& \ No newline at end of file diff --git a/resources/dictionaries/ru/street_types.txt b/resources/dictionaries/ru/street_types.txt new file mode 100644 index 0000000..e7a14dd --- /dev/null +++ b/resources/dictionaries/ru/street_types.txt @@ -0,0 +1,28 @@ +аллея|ал +alleya|al +бульвар|бул +bulvar|bul +дорога|дор +doroga|dor +кольцевая +kol'tsevaya|koltsevaya +набережная|наб +naberezhnaya|nab +переулок|пер +pereulok|per +площадь|пл +ploshchad|pl +проезд|пр +proyezd +проспект|просп|пр +prospekt|pr +линия|лин +linya|lin +шоссе|ш +shosse|sh +шоссейная +shosseynaya +тупик|туп +tupik|tup +улица|ул +ulitsa|ulica|ul \ No newline at end of file diff --git a/resources/dictionaries/ru/unit_directions.txt b/resources/dictionaries/ru/unit_directions.txt new file mode 100644 index 0000000..411c817 --- /dev/null +++ b/resources/dictionaries/ru/unit_directions.txt @@ -0,0 +1,4 @@ +лево +levo +право +pravo \ No newline at end of file diff --git a/resources/dictionaries/ru/unit_types_numbered.txt b/resources/dictionaries/ru/unit_types_numbered.txt new file mode 100644 index 0000000..daca356 --- /dev/null +++ b/resources/dictionaries/ru/unit_types_numbered.txt @@ -0,0 +1,10 @@ +квартира|кв +kvartira|kv +кабинет|каб|к-т|к +kabinet|kab|k-t|k +литера|лит +litera|lit +офис|оф +ofis|of +помещение|пом +pomeshhenie|pom \ No newline at end of file diff --git a/resources/dictionaries/si/place_names.txt b/resources/dictionaries/si/place_names.txt new file mode 100644 index 0000000..c9dac63 --- /dev/null +++ b/resources/dictionaries/si/place_names.txt @@ -0,0 +1,8 @@ +apana sala +bank eka +bet sappuwa +hotela +kopi +tara +tota +vihara \ No newline at end of file diff --git a/resources/dictionaries/si/qualifiers.txt b/resources/dictionaries/si/qualifiers.txt new file mode 100644 index 0000000..c84baa9 --- /dev/null +++ b/resources/dictionaries/si/qualifiers.txt @@ -0,0 +1,4 @@ +duwa +gama +nuwara +pura \ No newline at end of file diff --git a/resources/dictionaries/si/street_types.txt b/resources/dictionaries/si/street_types.txt new file mode 100644 index 0000000..fec9807 --- /dev/null +++ b/resources/dictionaries/si/street_types.txt @@ -0,0 +1,2 @@ +mawatha|mw +para \ No newline at end of file diff --git a/resources/dictionaries/sk/ambiguous_expansions.txt b/resources/dictionaries/sk/ambiguous_expansions.txt new file mode 100644 index 0000000..157fc65 --- /dev/null +++ b/resources/dictionaries/sk/ambiguous_expansions.txt @@ -0,0 +1,6 @@ +& +c +j +s +v +z \ No newline at end of file diff --git a/resources/dictionaries/sk/cross_streets.txt b/resources/dictionaries/sk/cross_streets.txt new file mode 100644 index 0000000..b6ac8e2 --- /dev/null +++ b/resources/dictionaries/sk/cross_streets.txt @@ -0,0 +1,8 @@ +& +a +i +medzi +na +na rohu +roh +v \ No newline at end of file diff --git a/resources/dictionaries/sk/directionals.txt b/resources/dictionaries/sk/directionals.txt new file mode 100644 index 0000000..2791ea6 --- /dev/null +++ b/resources/dictionaries/sk/directionals.txt @@ -0,0 +1,21 @@ +centrum|centr +juh|j +južná|juzna +južné|juzne +južný|juzny +juhovýchod|juhovychod +juhozápad|juhozapad +sever|s +severná|severna +severné|severne +severný|severny +severovýchod|severovychod +severozápad|severozapad +východ|vychod|v +východná|vychodna +východné|vychodne +východný|vychodny +západ|zapad|z +západná|zapadna +západné|zapadne +západný|zapadny \ No newline at end of file diff --git a/resources/dictionaries/sk/entrances.txt b/resources/dictionaries/sk/entrances.txt new file mode 100644 index 0000000..aa2d85c --- /dev/null +++ b/resources/dictionaries/sk/entrances.txt @@ -0,0 +1 @@ +vchod \ No newline at end of file diff --git a/resources/dictionaries/sk/house_numbers.txt b/resources/dictionaries/sk/house_numbers.txt new file mode 100644 index 0000000..a7ad12f --- /dev/null +++ b/resources/dictionaries/sk/house_numbers.txt @@ -0,0 +1 @@ +súpisné číslo|s.č.|s.č|s. č.|s č|sč|s. č|supisne cislo|s.c.|s.c|s. c.|s c|sc|s. c \ No newline at end of file diff --git a/resources/dictionaries/sk/level_types_basement.txt b/resources/dictionaries/sk/level_types_basement.txt new file mode 100644 index 0000000..e0a5529 --- /dev/null +++ b/resources/dictionaries/sk/level_types_basement.txt @@ -0,0 +1 @@ +podzemné podlažie|pp|podzemne podlazie \ No newline at end of file diff --git a/resources/dictionaries/sk/level_types_numbered.txt b/resources/dictionaries/sk/level_types_numbered.txt new file mode 100644 index 0000000..ca3c612 --- /dev/null +++ b/resources/dictionaries/sk/level_types_numbered.txt @@ -0,0 +1,4 @@ +etáž|etaz +poschodie +podlažie|podlazie +nadzemné podlažie|np|nadzemne podlazie \ No newline at end of file diff --git a/resources/dictionaries/sk/level_types_standalone.txt b/resources/dictionaries/sk/level_types_standalone.txt new file mode 100644 index 0000000..52d9092 --- /dev/null +++ b/resources/dictionaries/sk/level_types_standalone.txt @@ -0,0 +1 @@ +prízemie|prizemie \ No newline at end of file diff --git a/resources/dictionaries/sk/near.txt b/resources/dictionaries/sk/near.txt new file mode 100644 index 0000000..2d00c71 --- /dev/null +++ b/resources/dictionaries/sk/near.txt @@ -0,0 +1,13 @@ +blízko|blizko +blízkosti|blizkosti +okolo +tady +tady blízkosti|tady blizkosti +tu +u +v +v blízkosti tu|v blizkosti tu +v blízkosti|v blizkosti +v blízkosti mne +v okolí|v okoli +vo \ No newline at end of file diff --git a/resources/dictionaries/sk/number.txt b/resources/dictionaries/sk/number.txt new file mode 100644 index 0000000..e6b60dc --- /dev/null +++ b/resources/dictionaries/sk/number.txt @@ -0,0 +1 @@ +číslo|č|cislo|c \ No newline at end of file diff --git a/resources/dictionaries/sk/personal_titles.txt b/resources/dictionaries/sk/personal_titles.txt new file mode 100644 index 0000000..9de00c1 --- /dev/null +++ b/resources/dictionaries/sk/personal_titles.txt @@ -0,0 +1,16 @@ +armádneho generála|arm gen|armadneho generala +doktora|dr +generála|gen|generala +inžiniera|ing|inziniera +kapitána|kpt|kapitana +kráľa|krala|kral'a +majora|mjr +profesora|prof +plukovníka|plk|plukovnika +podplukovníka|pplk|podplukovnika +poručíka|por|porucika +podporučíka|ppor|podporucika +svätá|sv|svata +sväty|sv|svaty +svätého|sv|svateho +svätej|sv|svatej \ No newline at end of file diff --git a/resources/dictionaries/sk/place_names.txt b/resources/dictionaries/sk/place_names.txt new file mode 100644 index 0000000..c878e7a --- /dev/null +++ b/resources/dictionaries/sk/place_names.txt @@ -0,0 +1,28 @@ +banka +divadlo +dom +dom kultúry|dom kultury +domov +gymnázium|gymnazium +hradná|hradna +kaplnka +kaviareň|kaviaren +kino +knižnica|kniznica +kostol +krčma|krcma +kultúrny dom|kulturny dom +lekáreň|lekaren +materská škola|materska skola +nemocnica +obecný úrad|obecny urad +reštaurácia|restauracia +školská|skolska +štadión|stadion +stanica +stredná odborná škola|stredna odborna skola +továrenská|tovarenska +trh +umelecká škola|umelecka skola +úrad|urad +základná škola|sakladna skola \ No newline at end of file diff --git a/resources/dictionaries/sk/post_office.txt b/resources/dictionaries/sk/post_office.txt new file mode 100644 index 0000000..6dd013d --- /dev/null +++ b/resources/dictionaries/sk/post_office.txt @@ -0,0 +1 @@ +poštová priehradka|postova priehradka \ No newline at end of file diff --git a/resources/dictionaries/sk/qualifiers.txt b/resources/dictionaries/sk/qualifiers.txt new file mode 100644 index 0000000..169bc4b --- /dev/null +++ b/resources/dictionaries/sk/qualifiers.txt @@ -0,0 +1,3 @@ +osada +sídlisko|sídl|sidlisko +stredisko|stred \ No newline at end of file diff --git a/resources/dictionaries/sk/staircases.txt b/resources/dictionaries/sk/staircases.txt new file mode 100644 index 0000000..3b9bd2f --- /dev/null +++ b/resources/dictionaries/sk/staircases.txt @@ -0,0 +1 @@ +schodisko \ No newline at end of file diff --git a/resources/dictionaries/sk/stopwords.txt b/resources/dictionaries/sk/stopwords.txt new file mode 100644 index 0000000..aff4505 --- /dev/null +++ b/resources/dictionaries/sk/stopwords.txt @@ -0,0 +1,29 @@ +a|& +bližko|blizko +cez +do +ku +k +medzi +mimo +na +naproti +o +okolo +oproti +pod +ponad +popri +pre +pred +pri +s +smerom +so +u +v +vedĺa|vedla +vo +zod +z +za \ No newline at end of file diff --git a/resources/dictionaries/sk/street_types.txt b/resources/dictionaries/sk/street_types.txt new file mode 100644 index 0000000..79a780d --- /dev/null +++ b/resources/dictionaries/sk/street_types.txt @@ -0,0 +1,20 @@ +alej +brána|brana +cesta +chodnik|chodnick +dvor +haj +hradska +kopec +korzo +mólo|molo +nábrežie|nábr|nabrezie|nabr +nadvorie +námestie|nám|namestie|nam +park +pole +promenada +terasa +trať|trat +ulica|ul +ulička|ulicka \ No newline at end of file diff --git a/resources/dictionaries/sk/toponyms.txt b/resources/dictionaries/sk/toponyms.txt new file mode 100644 index 0000000..b84df11 --- /dev/null +++ b/resources/dictionaries/sk/toponyms.txt @@ -0,0 +1 @@ +československej|čsl|ceskoslovenskej|csl \ No newline at end of file diff --git a/resources/dictionaries/sk/unit_directions.txt b/resources/dictionaries/sk/unit_directions.txt new file mode 100644 index 0000000..5bffa86 --- /dev/null +++ b/resources/dictionaries/sk/unit_directions.txt @@ -0,0 +1,2 @@ +ľavá|lavá|lava +pravá|prava \ No newline at end of file diff --git a/resources/dictionaries/sk/unit_types_numbered.txt b/resources/dictionaries/sk/unit_types_numbered.txt new file mode 100644 index 0000000..e64cbe0 --- /dev/null +++ b/resources/dictionaries/sk/unit_types_numbered.txt @@ -0,0 +1,3 @@ +apartmán|apartman|apt +izba +kancelária|kancelaria \ No newline at end of file diff --git a/resources/dictionaries/sl/ambiguous_expansions.txt b/resources/dictionaries/sl/ambiguous_expansions.txt new file mode 100644 index 0000000..157fc65 --- /dev/null +++ b/resources/dictionaries/sl/ambiguous_expansions.txt @@ -0,0 +1,6 @@ +& +c +j +s +v +z \ No newline at end of file diff --git a/resources/dictionaries/sl/chains.txt b/resources/dictionaries/sl/chains.txt new file mode 100644 index 0000000..0fc37b1 --- /dev/null +++ b/resources/dictionaries/sl/chains.txt @@ -0,0 +1 @@ +dm|dm drogeriemarkt \ No newline at end of file diff --git a/resources/dictionaries/sl/cross_streets.txt b/resources/dictionaries/sl/cross_streets.txt new file mode 100644 index 0000000..459f153 --- /dev/null +++ b/resources/dictionaries/sl/cross_streets.txt @@ -0,0 +1,5 @@ +in +med +na +na vogalu +vogalu \ No newline at end of file diff --git a/resources/dictionaries/sl/directionals.txt b/resources/dictionaries/sl/directionals.txt new file mode 100644 index 0000000..c63953f --- /dev/null +++ b/resources/dictionaries/sl/directionals.txt @@ -0,0 +1,4 @@ +jug|j +sever|s +vzhod|v +zahod|z \ No newline at end of file diff --git a/resources/dictionaries/sl/entrances.txt b/resources/dictionaries/sl/entrances.txt new file mode 100644 index 0000000..d34b9ab --- /dev/null +++ b/resources/dictionaries/sl/entrances.txt @@ -0,0 +1 @@ +vhod \ No newline at end of file diff --git a/resources/dictionaries/sl/level_types_basement.txt b/resources/dictionaries/sl/level_types_basement.txt new file mode 100644 index 0000000..91fb2df --- /dev/null +++ b/resources/dictionaries/sl/level_types_basement.txt @@ -0,0 +1 @@ +kleti \ No newline at end of file diff --git a/resources/dictionaries/sl/level_types_numbered.txt b/resources/dictionaries/sl/level_types_numbered.txt new file mode 100644 index 0000000..975e0e3 --- /dev/null +++ b/resources/dictionaries/sl/level_types_numbered.txt @@ -0,0 +1 @@ +nadstropje \ No newline at end of file diff --git a/resources/dictionaries/sl/level_types_standalone.txt b/resources/dictionaries/sl/level_types_standalone.txt new file mode 100644 index 0000000..36998e9 --- /dev/null +++ b/resources/dictionaries/sl/level_types_standalone.txt @@ -0,0 +1,2 @@ +parter +pritličje|pritlicje \ No newline at end of file diff --git a/resources/dictionaries/sl/near.txt b/resources/dictionaries/sl/near.txt new file mode 100644 index 0000000..8580474 --- /dev/null +++ b/resources/dictionaries/sl/near.txt @@ -0,0 +1,7 @@ +blizu mene +okoli tukaj +pri +tukaj +v +v bližini|v blizini +v bližini tukaj|v blizini tukaj \ No newline at end of file diff --git a/resources/dictionaries/sl/no_number.txt b/resources/dictionaries/sl/no_number.txt new file mode 100644 index 0000000..f855890 --- /dev/null +++ b/resources/dictionaries/sl/no_number.txt @@ -0,0 +1 @@ +brez številke|brez stevilke|brez št|brez st \ No newline at end of file diff --git a/resources/dictionaries/sl/number.txt b/resources/dictionaries/sl/number.txt new file mode 100644 index 0000000..54b473b --- /dev/null +++ b/resources/dictionaries/sl/number.txt @@ -0,0 +1 @@ +številke|stevilke|št|st \ No newline at end of file diff --git a/resources/dictionaries/sl/personal_titles.txt b/resources/dictionaries/sl/personal_titles.txt new file mode 100644 index 0000000..07d78dc --- /dev/null +++ b/resources/dictionaries/sl/personal_titles.txt @@ -0,0 +1,3 @@ +bratov|br +sveta|sv +sveti|sv \ No newline at end of file diff --git a/resources/dictionaries/sl/place_names.txt b/resources/dictionaries/sl/place_names.txt new file mode 100644 index 0000000..5acb1b0 --- /dev/null +++ b/resources/dictionaries/sl/place_names.txt @@ -0,0 +1 @@ +grajska \ No newline at end of file diff --git a/resources/dictionaries/sl/post_office.txt b/resources/dictionaries/sl/post_office.txt new file mode 100644 index 0000000..8a22628 --- /dev/null +++ b/resources/dictionaries/sl/post_office.txt @@ -0,0 +1 @@ +poštni predal|p.p|pp|p p|postni predal \ No newline at end of file diff --git a/resources/dictionaries/sl/staircases.txt b/resources/dictionaries/sl/staircases.txt new file mode 100644 index 0000000..1a5f808 --- /dev/null +++ b/resources/dictionaries/sl/staircases.txt @@ -0,0 +1 @@ +stopnišče|stopnisce \ No newline at end of file diff --git a/resources/dictionaries/sl/stopwords.txt b/resources/dictionaries/sl/stopwords.txt new file mode 100644 index 0000000..70fb577 --- /dev/null +++ b/resources/dictionaries/sl/stopwords.txt @@ -0,0 +1,7 @@ +in|& +na +ob +pot +pri +v +vas \ No newline at end of file diff --git a/resources/dictionaries/sl/street_types.txt b/resources/dictionaries/sl/street_types.txt new file mode 100644 index 0000000..a87c5b3 --- /dev/null +++ b/resources/dictionaries/sl/street_types.txt @@ -0,0 +1,4 @@ +cesta|c +pot +trg +ulica|ul \ No newline at end of file diff --git a/resources/dictionaries/sl/synonyms.txt b/resources/dictionaries/sl/synonyms.txt new file mode 100644 index 0000000..681450b --- /dev/null +++ b/resources/dictionaries/sl/synonyms.txt @@ -0,0 +1,13 @@ +spodnja|sp +spodnje|sp +spodnji|sp +srednja|sr +srednje|sr +srednji|sr +velika|v +velike|v +veliki|v +veliko|v +zgornja|zg +zgornje|zg +zgornji|zg \ No newline at end of file diff --git a/resources/dictionaries/sl/unit_directions.txt b/resources/dictionaries/sl/unit_directions.txt new file mode 100644 index 0000000..4c53b0f --- /dev/null +++ b/resources/dictionaries/sl/unit_directions.txt @@ -0,0 +1,2 @@ +levo +prav \ No newline at end of file diff --git a/resources/dictionaries/sl/unit_types_numbered.txt b/resources/dictionaries/sl/unit_types_numbered.txt new file mode 100644 index 0000000..29e86a8 --- /dev/null +++ b/resources/dictionaries/sl/unit_types_numbered.txt @@ -0,0 +1,3 @@ +soba +stanovanje +urad \ No newline at end of file diff --git a/resources/dictionaries/sr/ambiguous_expansions.txt b/resources/dictionaries/sr/ambiguous_expansions.txt new file mode 100644 index 0000000..1fcdb71 --- /dev/null +++ b/resources/dictionaries/sr/ambiguous_expansions.txt @@ -0,0 +1,9 @@ +& +и +i +ј +j +с +s +з +z \ No newline at end of file diff --git a/resources/dictionaries/sr/cross_streets.txt b/resources/dictionaries/sr/cross_streets.txt new file mode 100644 index 0000000..63a90fc --- /dev/null +++ b/resources/dictionaries/sr/cross_streets.txt @@ -0,0 +1,10 @@ +и +i +између +između|izmedu +угао +ugao +на +na +на углу +na uglu \ No newline at end of file diff --git a/resources/dictionaries/sr/directionals.txt b/resources/dictionaries/sr/directionals.txt new file mode 100644 index 0000000..27736f9 --- /dev/null +++ b/resources/dictionaries/sr/directionals.txt @@ -0,0 +1,8 @@ +исток|и +istok|i +југ|ј +jug|j +север|с +sever|s +запад|з +zapad|z \ No newline at end of file diff --git a/resources/dictionaries/sr/entrances.txt b/resources/dictionaries/sr/entrances.txt new file mode 100644 index 0000000..5527d17 --- /dev/null +++ b/resources/dictionaries/sr/entrances.txt @@ -0,0 +1,2 @@ +улаз +ulaz \ No newline at end of file diff --git a/resources/dictionaries/sr/level_types_basement.txt b/resources/dictionaries/sr/level_types_basement.txt new file mode 100644 index 0000000..3f94ef0 --- /dev/null +++ b/resources/dictionaries/sr/level_types_basement.txt @@ -0,0 +1,2 @@ +подрум +podrum \ No newline at end of file diff --git a/resources/dictionaries/sr/level_types_numbered.txt b/resources/dictionaries/sr/level_types_numbered.txt new file mode 100644 index 0000000..d4ef63f --- /dev/null +++ b/resources/dictionaries/sr/level_types_numbered.txt @@ -0,0 +1,6 @@ +спрат +sprat +кат +kat +етажа|ет +etaža|et \ No newline at end of file diff --git a/resources/dictionaries/sr/level_types_standalone.txt b/resources/dictionaries/sr/level_types_standalone.txt new file mode 100644 index 0000000..5b48468 --- /dev/null +++ b/resources/dictionaries/sr/level_types_standalone.txt @@ -0,0 +1,4 @@ +партер +parter +приземље +prizemlje \ No newline at end of file diff --git a/resources/dictionaries/sr/number.txt b/resources/dictionaries/sr/number.txt new file mode 100644 index 0000000..1448f10 --- /dev/null +++ b/resources/dictionaries/sr/number.txt @@ -0,0 +1,2 @@ +број|бр +broj|br \ No newline at end of file diff --git a/resources/dictionaries/sr/personal_titles.txt b/resources/dictionaries/sr/personal_titles.txt new file mode 100644 index 0000000..be28321 --- /dev/null +++ b/resources/dictionaries/sr/personal_titles.txt @@ -0,0 +1,14 @@ +доктор|др +doktor|dr +генерала|ген +generala|gen +краља +kralja +кнеза +kneza +светог|св +svetor|sv +владике +vladike +војводе +vojvode \ No newline at end of file diff --git a/resources/dictionaries/sr/place_names.txt b/resources/dictionaries/sr/place_names.txt new file mode 100644 index 0000000..b7687ea --- /dev/null +++ b/resources/dictionaries/sr/place_names.txt @@ -0,0 +1,12 @@ +банка +banka +црква +crkva +дом +dom +ресторан +restoran +школа +škola|skola +виноград +vinograd \ No newline at end of file diff --git a/resources/dictionaries/sr/post_office.txt b/resources/dictionaries/sr/post_office.txt new file mode 100644 index 0000000..50c01d0 --- /dev/null +++ b/resources/dictionaries/sr/post_office.txt @@ -0,0 +1,6 @@ +поштански фах|пф|п.ф|п ф|пошт фах +poštanski fah|pf|p.f|p f|postanski fah|pošt fah +поштански претинац +poštanski pretinac|pošt pretinac|postanski pretinac| post pretinac +поштански преградак +poštanski pregradak|pošt pregradak|postanski pregradak|post pregradak \ No newline at end of file diff --git a/resources/dictionaries/sr/staircases.txt b/resources/dictionaries/sr/staircases.txt new file mode 100644 index 0000000..a529531 --- /dev/null +++ b/resources/dictionaries/sr/staircases.txt @@ -0,0 +1,2 @@ +степениште +stepenište|stepeniste \ No newline at end of file diff --git a/resources/dictionaries/sr/stopwords.txt b/resources/dictionaries/sr/stopwords.txt new file mode 100644 index 0000000..b25c373 --- /dev/null +++ b/resources/dictionaries/sr/stopwords.txt @@ -0,0 +1,2 @@ +и|& +i|& \ No newline at end of file diff --git a/resources/dictionaries/sr/street_types.txt b/resources/dictionaries/sr/street_types.txt new file mode 100644 index 0000000..3c519dd --- /dev/null +++ b/resources/dictionaries/sr/street_types.txt @@ -0,0 +1,17 @@ +булевар|бул +bulevar|bul +bulevardi +магистрала +magistrala +обилазница +obilaznica +магистрала +magistrala +прилаз +prilaz +пут +put +трг +trg +улица|ул +ulica|ul \ No newline at end of file diff --git a/resources/dictionaries/sr/unit_directions.txt b/resources/dictionaries/sr/unit_directions.txt new file mode 100644 index 0000000..41757cd --- /dev/null +++ b/resources/dictionaries/sr/unit_directions.txt @@ -0,0 +1,4 @@ +десно +desno +лево +levo \ No newline at end of file diff --git a/resources/dictionaries/sr/unit_types_numbered.txt b/resources/dictionaries/sr/unit_types_numbered.txt new file mode 100644 index 0000000..e33f967 --- /dev/null +++ b/resources/dictionaries/sr/unit_types_numbered.txt @@ -0,0 +1,8 @@ +апартман|ап|апт +apartman|ap|apt +канцеларија +kancelarija +соба +soba +стан +stan \ No newline at end of file diff --git a/resources/dictionaries/sv/ambiguous_expansions.txt b/resources/dictionaries/sv/ambiguous_expansions.txt new file mode 100644 index 0000000..7224b6d --- /dev/null +++ b/resources/dictionaries/sv/ambiguous_expansions.txt @@ -0,0 +1,9 @@ +& +g +l +k +n +o +s +v +ö \ No newline at end of file diff --git a/resources/dictionaries/sv/company_types.txt b/resources/dictionaries/sv/company_types.txt new file mode 100644 index 0000000..23f2c2e --- /dev/null +++ b/resources/dictionaries/sv/company_types.txt @@ -0,0 +1,4 @@ +aktiebolag|ab +publiktaktiebolag|ab ( publ )|ab publ +handelsbolag|hb +kommanditbolag|kb \ No newline at end of file diff --git a/resources/dictionaries/sv/concatenated_suffixes_inseparable.txt b/resources/dictionaries/sv/concatenated_suffixes_inseparable.txt new file mode 100644 index 0000000..0546dff --- /dev/null +++ b/resources/dictionaries/sv/concatenated_suffixes_inseparable.txt @@ -0,0 +1,5 @@ +gränd|graend +gränden|graenden +liden +plan +torg \ No newline at end of file diff --git a/resources/dictionaries/sv/concatenated_suffixes_separable.txt b/resources/dictionaries/sv/concatenated_suffixes_separable.txt new file mode 100644 index 0000000..ac34087 --- /dev/null +++ b/resources/dictionaries/sv/concatenated_suffixes_separable.txt @@ -0,0 +1,8 @@ +gata|g. +gatan +plats|pl. +platsen +stig|st. +stigen +väg|vag|vaeg|v. +vägen|vaegen \ No newline at end of file diff --git a/resources/dictionaries/sv/cross_streets.txt b/resources/dictionaries/sv/cross_streets.txt new file mode 100644 index 0000000..da596e9 --- /dev/null +++ b/resources/dictionaries/sv/cross_streets.txt @@ -0,0 +1,5 @@ +& +hörnet av|hornet av +i hörnet av|i hornet av +mellan|mell +och \ No newline at end of file diff --git a/resources/dictionaries/sv/directionals.txt b/resources/dictionaries/sv/directionals.txt new file mode 100644 index 0000000..2dd005b --- /dev/null +++ b/resources/dictionaries/sv/directionals.txt @@ -0,0 +1,8 @@ +norr|n +norra|n:a +öst|ost|oest|ö|o +östra|ostra|oestra|ö:a|o:a +söd|s|sod|soed +södra|sodra|soedra|s:a +väst|vast|vaest|v +västra|vastra|vaestra|v:a \ No newline at end of file diff --git a/resources/dictionaries/sv/entrances.txt b/resources/dictionaries/sv/entrances.txt new file mode 100644 index 0000000..5dc1ce2 --- /dev/null +++ b/resources/dictionaries/sv/entrances.txt @@ -0,0 +1,2 @@ +entré|entre +ingång|ingaang|ingang \ No newline at end of file diff --git a/resources/dictionaries/sv/level_types_numbered.txt b/resources/dictionaries/sv/level_types_numbered.txt new file mode 100644 index 0000000..7f789f3 --- /dev/null +++ b/resources/dictionaries/sv/level_types_numbered.txt @@ -0,0 +1,7 @@ +plan +trappa upp|tr upp +trappa|tr +trappor upp|tr upp +trappor|tr +våning|vån|vaan|vaning|vaaning +våningen|vån|vaan|vaningen|vaaningen \ No newline at end of file diff --git a/resources/dictionaries/sv/level_types_standalone.txt b/resources/dictionaries/sv/level_types_standalone.txt new file mode 100644 index 0000000..b73d965 --- /dev/null +++ b/resources/dictionaries/sv/level_types_standalone.txt @@ -0,0 +1,5 @@ +bottenvåning|bottenvaaning|bv|bottenvån +entréplan|entreplan +källare|kallare +vindsvåningen|vindsvaaningen|vindsvaningen +vinds \ No newline at end of file diff --git a/resources/dictionaries/sv/near.txt b/resources/dictionaries/sv/near.txt new file mode 100644 index 0000000..5281510 --- /dev/null +++ b/resources/dictionaries/sv/near.txt @@ -0,0 +1,11 @@ +i +i närheten av mig|i narheten av mig +i närheten|i narheten +i närheten av|i narheten av +nära|nara +nära här|nara har +nära till här|nara till har +nära mig|nara mig +omkring här|omkring har +på|paa +runt här|runt har \ No newline at end of file diff --git a/resources/dictionaries/sv/number.txt b/resources/dictionaries/sv/number.txt new file mode 100644 index 0000000..4916117 --- /dev/null +++ b/resources/dictionaries/sv/number.txt @@ -0,0 +1 @@ +nummer|nr|#|№|no \ No newline at end of file diff --git a/resources/dictionaries/sv/personal_titles.txt b/resources/dictionaries/sv/personal_titles.txt new file mode 100644 index 0000000..360dcb9 --- /dev/null +++ b/resources/dictionaries/sv/personal_titles.txt @@ -0,0 +1,3 @@ +doktor|dr +sankt|s:t|st|skt +sankta|s:ta|sta|skta \ No newline at end of file diff --git a/resources/dictionaries/sv/post_office.txt b/resources/dictionaries/sv/post_office.txt new file mode 100644 index 0000000..3ea8297 --- /dev/null +++ b/resources/dictionaries/sv/post_office.txt @@ -0,0 +1,2 @@ +box +postlåda|postlaada|postlada|pl \ No newline at end of file diff --git a/resources/dictionaries/sv/staircases.txt b/resources/dictionaries/sv/staircases.txt new file mode 100644 index 0000000..ad7fd2f --- /dev/null +++ b/resources/dictionaries/sv/staircases.txt @@ -0,0 +1,3 @@ +uppgång|uppgaang|uppgang +uppgång höger|uh|u.h|u h|uppgaang hoger|uppgang hoger +uppgång vänster|uv|u.v|u v|uppgaang vanster|uppgang vanster \ No newline at end of file diff --git a/resources/dictionaries/sv/stopwords.txt b/resources/dictionaries/sv/stopwords.txt new file mode 100644 index 0000000..a165855 --- /dev/null +++ b/resources/dictionaries/sv/stopwords.txt @@ -0,0 +1,25 @@ +åt +aat +av +bak +bakom +emellan +för|foer +från|fraan +framför|framfoer +framme +före|foere +i +in +i närheten|i naerheten +intill +mellan +motliggande +närmast|naermast +och|& +över|oever +på|paa +på andra sidan|paa andra sidan +till +under +via \ No newline at end of file diff --git a/resources/dictionaries/sv/street_types.txt b/resources/dictionaries/sv/street_types.txt new file mode 100644 index 0000000..6367b51 --- /dev/null +++ b/resources/dictionaries/sv/street_types.txt @@ -0,0 +1,13 @@ +allé|alle +gata|g +gatan +gränd|graend +liden +plan +plats|pl +platsen +stig|st +stigen +torg +väg|vag|vaeg|v +vägen|vagen|vaegen \ No newline at end of file diff --git a/resources/dictionaries/sv/synonyms.txt b/resources/dictionaries/sv/synonyms.txt new file mode 100644 index 0000000..035a26d --- /dev/null +++ b/resources/dictionaries/sv/synonyms.txt @@ -0,0 +1,4 @@ +gamla|g:la +lång|laang +lilla|l +stora|st \ No newline at end of file diff --git a/resources/dictionaries/sv/unit_directions.txt b/resources/dictionaries/sv/unit_directions.txt new file mode 100644 index 0000000..d152db7 --- /dev/null +++ b/resources/dictionaries/sv/unit_directions.txt @@ -0,0 +1,4 @@ +höger|hoger +vänster|vanster +till höger|till hoger|t.h|th +till vänster|till vanster|t.v|tv \ No newline at end of file diff --git a/resources/dictionaries/sv/unit_types_numbered.txt b/resources/dictionaries/sv/unit_types_numbered.txt new file mode 100644 index 0000000..147ccc6 --- /dev/null +++ b/resources/dictionaries/sv/unit_types_numbered.txt @@ -0,0 +1,5 @@ +bostad|bst +hus +lägenhet|lgh|lagenhet|laegenhet|lg +lägenhetsnummer|lgh nr|lghnr|lagenhetsnummer|laegenhetsnummer|lgnr|lg nr +rum \ No newline at end of file diff --git a/resources/dictionaries/th/chains.txt b/resources/dictionaries/th/chains.txt new file mode 100644 index 0000000..4846dd5 --- /dev/null +++ b/resources/dictionaries/th/chains.txt @@ -0,0 +1,2 @@ +ป.ต.ท.|ปตท|ป ต ท|ป.ต.ท +ptt|p.t.t|p t t \ No newline at end of file diff --git a/resources/dictionaries/th/street_types.txt b/resources/dictionaries/th/street_types.txt new file mode 100644 index 0000000..9400f59 --- /dev/null +++ b/resources/dictionaries/th/street_types.txt @@ -0,0 +1,10 @@ +ซอย +soi|sxy +ซอยเทศบาล +soi thetsaban|sxy theṣ̄bāl|sxy tesbal +ถนน +thanon|t̄hnn|thnn +ทางด่วน +ไฮเวย์ +ตรอก +trok|trxk \ No newline at end of file diff --git a/resources/dictionaries/tr/ambiguous_expansions.txt b/resources/dictionaries/tr/ambiguous_expansions.txt new file mode 100644 index 0000000..fd7bdf7 --- /dev/null +++ b/resources/dictionaries/tr/ambiguous_expansions.txt @@ -0,0 +1,5 @@ +& +b +d +g +k \ No newline at end of file diff --git a/resources/dictionaries/tr/chains.txt b/resources/dictionaries/tr/chains.txt new file mode 100644 index 0000000..e11f097 --- /dev/null +++ b/resources/dictionaries/tr/chains.txt @@ -0,0 +1 @@ +bim \ No newline at end of file diff --git a/resources/dictionaries/tr/cross_streets.txt b/resources/dictionaries/tr/cross_streets.txt new file mode 100644 index 0000000..74821d9 --- /dev/null +++ b/resources/dictionaries/tr/cross_streets.txt @@ -0,0 +1,4 @@ +arasında|arasinda +köşe|kose +köşesinde|kosesinde +ve \ No newline at end of file diff --git a/resources/dictionaries/tr/directionals.txt b/resources/dictionaries/tr/directionals.txt new file mode 100644 index 0000000..1e747a6 --- /dev/null +++ b/resources/dictionaries/tr/directionals.txt @@ -0,0 +1,4 @@ +batı|bati|b +doğu|dogu|d +güney|guney|g +kuzey|k diff --git a/resources/dictionaries/tr/entrances.txt b/resources/dictionaries/tr/entrances.txt new file mode 100644 index 0000000..f7e7e61 --- /dev/null +++ b/resources/dictionaries/tr/entrances.txt @@ -0,0 +1 @@ +giriş|giris \ No newline at end of file diff --git a/resources/dictionaries/tr/level_types_basement.txt b/resources/dictionaries/tr/level_types_basement.txt new file mode 100644 index 0000000..33dd245 --- /dev/null +++ b/resources/dictionaries/tr/level_types_basement.txt @@ -0,0 +1 @@ +bodrum \ No newline at end of file diff --git a/resources/dictionaries/tr/level_types_mezzanine.txt b/resources/dictionaries/tr/level_types_mezzanine.txt new file mode 100644 index 0000000..25678a9 --- /dev/null +++ b/resources/dictionaries/tr/level_types_mezzanine.txt @@ -0,0 +1 @@ +asma kat \ No newline at end of file diff --git a/resources/dictionaries/tr/level_types_numbered.txt b/resources/dictionaries/tr/level_types_numbered.txt new file mode 100644 index 0000000..4704a6d --- /dev/null +++ b/resources/dictionaries/tr/level_types_numbered.txt @@ -0,0 +1 @@ +kat|k \ No newline at end of file diff --git a/resources/dictionaries/tr/level_types_standalone.txt b/resources/dictionaries/tr/level_types_standalone.txt new file mode 100644 index 0000000..9c62b4a --- /dev/null +++ b/resources/dictionaries/tr/level_types_standalone.txt @@ -0,0 +1 @@ +zemin kat|zk|z.k|z k \ No newline at end of file diff --git a/resources/dictionaries/tr/number.txt b/resources/dictionaries/tr/number.txt new file mode 100644 index 0000000..5fa1cd2 --- /dev/null +++ b/resources/dictionaries/tr/number.txt @@ -0,0 +1,2 @@ +numara|no|no:|no : +numarala|nolu \ No newline at end of file diff --git a/resources/dictionaries/tr/personal_titles.txt b/resources/dictionaries/tr/personal_titles.txt new file mode 100644 index 0000000..fe0b39c --- /dev/null +++ b/resources/dictionaries/tr/personal_titles.txt @@ -0,0 +1,4 @@ +bey +hanım|hanim +mimar +sultan \ No newline at end of file diff --git a/resources/dictionaries/tr/place_names.txt b/resources/dictionaries/tr/place_names.txt new file mode 100644 index 0000000..6538655 --- /dev/null +++ b/resources/dictionaries/tr/place_names.txt @@ -0,0 +1,2 @@ +cami +köprüsü|koprusu \ No newline at end of file diff --git a/resources/dictionaries/tr/post_office.txt b/resources/dictionaries/tr/post_office.txt new file mode 100644 index 0000000..a5a9631 --- /dev/null +++ b/resources/dictionaries/tr/post_office.txt @@ -0,0 +1 @@ +posta kutusu|pk|p.k|p k \ No newline at end of file diff --git a/resources/dictionaries/tr/qualifiers.txt b/resources/dictionaries/tr/qualifiers.txt new file mode 100644 index 0000000..206cc9d --- /dev/null +++ b/resources/dictionaries/tr/qualifiers.txt @@ -0,0 +1,5 @@ +il +ilçe|ilce +köyü|koyu +mahalle|mah +mahallesi|mah \ No newline at end of file diff --git a/resources/dictionaries/tr/staircases.txt b/resources/dictionaries/tr/staircases.txt new file mode 100644 index 0000000..c0bbe67 --- /dev/null +++ b/resources/dictionaries/tr/staircases.txt @@ -0,0 +1 @@ +merdiven \ No newline at end of file diff --git a/resources/dictionaries/tr/stopwords.txt b/resources/dictionaries/tr/stopwords.txt new file mode 100644 index 0000000..f1f6e73 --- /dev/null +++ b/resources/dictionaries/tr/stopwords.txt @@ -0,0 +1 @@ +ve|& \ No newline at end of file diff --git a/resources/dictionaries/tr/street_types.txt b/resources/dictionaries/tr/street_types.txt new file mode 100644 index 0000000..2a5a974 --- /dev/null +++ b/resources/dictionaries/tr/street_types.txt @@ -0,0 +1,10 @@ +bulvar +bulvarı|bulvari|bl|blv +cadde|cd|cad +caddesi|cd|cad +çevre yolu|çevreyolu|cevre yolu|cevreyolu +köprüsü|koprusu +otoyolu +sokak|sk|sok +sokağı|sokagi|sk|sok +yolu|yol \ No newline at end of file diff --git a/resources/dictionaries/tr/unit_directions.txt b/resources/dictionaries/tr/unit_directions.txt new file mode 100644 index 0000000..e8adc0f --- /dev/null +++ b/resources/dictionaries/tr/unit_directions.txt @@ -0,0 +1,2 @@ +sağ|sag +sol \ No newline at end of file diff --git a/resources/dictionaries/tr/unit_types_numbered.txt b/resources/dictionaries/tr/unit_types_numbered.txt new file mode 100644 index 0000000..95cca26 --- /dev/null +++ b/resources/dictionaries/tr/unit_types_numbered.txt @@ -0,0 +1,4 @@ +apartman|apt|ap +daire|d +oda +ofis \ No newline at end of file diff --git a/resources/dictionaries/uk/ambiguous_expansions.txt b/resources/dictionaries/uk/ambiguous_expansions.txt new file mode 100644 index 0000000..4ef2c05 --- /dev/null +++ b/resources/dictionaries/uk/ambiguous_expansions.txt @@ -0,0 +1,8 @@ +& +д +d +ш +с +s +з +z \ No newline at end of file diff --git a/resources/dictionaries/uk/chains.txt b/resources/dictionaries/uk/chains.txt new file mode 100644 index 0000000..7aef717 --- /dev/null +++ b/resources/dictionaries/uk/chains.txt @@ -0,0 +1,7 @@ +сбербанк +sberbank +приватбанк +privatbank +ощадбанк +oschadbank +wog \ No newline at end of file diff --git a/resources/dictionaries/uk/cross_streets.txt b/resources/dictionaries/uk/cross_streets.txt new file mode 100644 index 0000000..1adc1f2 --- /dev/null +++ b/resources/dictionaries/uk/cross_streets.txt @@ -0,0 +1,10 @@ +і +i +кут +kut +між +mizh +на розі +na rozi +розі +rozi \ No newline at end of file diff --git a/resources/dictionaries/uk/directionals.txt b/resources/dictionaries/uk/directionals.txt new file mode 100644 index 0000000..372eea5 --- /dev/null +++ b/resources/dictionaries/uk/directionals.txt @@ -0,0 +1,8 @@ +схід|с +skhid|s +північ|півн +pivnikh|pivn +південь|півд +pivden'|pivden|pivd +захід|з +zakhid|z \ No newline at end of file diff --git a/resources/dictionaries/uk/entrances.txt b/resources/dictionaries/uk/entrances.txt new file mode 100644 index 0000000..f3e32e7 --- /dev/null +++ b/resources/dictionaries/uk/entrances.txt @@ -0,0 +1,2 @@ +вхід +vkhid \ No newline at end of file diff --git a/resources/dictionaries/uk/house_numbers.txt b/resources/dictionaries/uk/house_numbers.txt new file mode 100644 index 0000000..42a7b2d --- /dev/null +++ b/resources/dictionaries/uk/house_numbers.txt @@ -0,0 +1,4 @@ +дом|д +dom|d +будинок|буд +budynok|bud diff --git a/resources/dictionaries/uk/level_types_basement.txt b/resources/dictionaries/uk/level_types_basement.txt new file mode 100644 index 0000000..f29c22a --- /dev/null +++ b/resources/dictionaries/uk/level_types_basement.txt @@ -0,0 +1,4 @@ +підвал +pidval +цокольний поверх|цок пов +tsokolʹnyy poverkh|tsokolnyy poverkh|tsok pov \ No newline at end of file diff --git a/resources/dictionaries/uk/level_types_numbered.txt b/resources/dictionaries/uk/level_types_numbered.txt new file mode 100644 index 0000000..d1bc9ee --- /dev/null +++ b/resources/dictionaries/uk/level_types_numbered.txt @@ -0,0 +1,4 @@ +поверх|пов +poverkh|pov +рівень +riven'|riven \ No newline at end of file diff --git a/resources/dictionaries/uk/level_types_standalone.txt b/resources/dictionaries/uk/level_types_standalone.txt new file mode 100644 index 0000000..f2f9add --- /dev/null +++ b/resources/dictionaries/uk/level_types_standalone.txt @@ -0,0 +1,4 @@ +перший поверх|перш пов +pershyy poverkh|persh pov +нижній поверх|ниж пов +nyzhniy poverkh|nyzh pov \ No newline at end of file diff --git a/resources/dictionaries/uk/near.txt b/resources/dictionaries/uk/near.txt new file mode 100644 index 0000000..2133ade --- /dev/null +++ b/resources/dictionaries/uk/near.txt @@ -0,0 +1,24 @@ +біля +bilya +близько +blyzʹko|blyzko +навколо +navkolo +під +pid +поблизу +poblyzu +поруч +poruch +поруч тут +poruch tut +поруч з +poruch z +поруч зі мною +poruch zi mnoyu +тут +tut +у +u +в +v diff --git a/resources/dictionaries/uk/number.txt b/resources/dictionaries/uk/number.txt new file mode 100644 index 0000000..7bd5276 --- /dev/null +++ b/resources/dictionaries/uk/number.txt @@ -0,0 +1,2 @@ +номер|но|№|no +nomer|№|no diff --git a/resources/dictionaries/uk/personal_titles.txt b/resources/dictionaries/uk/personal_titles.txt new file mode 100644 index 0000000..5873d75 --- /dev/null +++ b/resources/dictionaries/uk/personal_titles.txt @@ -0,0 +1,9 @@ +академіка +генерала +маршала +гетьмана +архітектора +братів +сержанта +лейтенанта +професора diff --git a/resources/dictionaries/uk/place_names.txt b/resources/dictionaries/uk/place_names.txt new file mode 100644 index 0000000..6f748a9 --- /dev/null +++ b/resources/dictionaries/uk/place_names.txt @@ -0,0 +1,161 @@ +аеропорт +мистецький центр|мистецькии центр +банкомат +банк +бар +місце стоянки для велосипедів +прокат велосипедів +бордель +обмін валют +автовокзал +кафе +прокат автомобілів +прокат авто +автомийка|автомиика +казино +кинотеатр +клініка +коледж +громадський центр|громадськии центр +суд +крематорій|крематоріи +стоматологія +лікарі +автошкола +амбасада +швидке харчування +поромна станція +пожежна станція +фонтан +цвинтар +тренажерний зал|тренажернии зал +лікарня +мисливська вежа +морозиво +дитячий садок|дитячии садок +бібліотека +нічний клуб|нічнии клуб +будинок престарілих +аптека +культова споруда +міліція (поліція) +пошта +в'язниця +паб +громадський заклад|громадськии заклад +ресторан +будинки для людей похилого віку|будинки для людеи похилого віку +сауна +школа +укриття +студія +таксі +театр +міськвиконком +університет +ветлікарня +каплиця +храм +мерія +гуртожиток +ферма +готель +офісний будинок|офіснии будинок +магазин +стадіон +склад +башта +залізнична станція +за́мок|замок +маєток +пам’ятник|пам'ятник +руїни|руіни +пляжний курорт|пляжнии курорт +сад +поле для гольфу +ковзанка +гавань для екскурсійних суден|гавань для екскурсіиних суден +міні-гольф|міні гольф +парк +дитячий майданчик|дитячии маиданчик +база відпочинку +спортивний центр|спортивнии центр +басейн|басеин +бігова доріжка +аквапарку +станція метро +спритні напої|спритні напоі +художній салон|художніи салон +пекарня +салон краси +напої|напоі +веломагазин +книгарня +м’ясо|м'ясо +автомагазин +автозапчастини +авто майстерня|авто маистерня +килими +соціальний магазин|соціальнии магазин +хімтовари +одяг +комп’ютерна крамниця|комп'ютерна крамниця +кондитерська +міні-маркет|міні маркет +послуги копіювання +універмаг +зроби сам +хімчистка +магазин електроніки +агентство нерухомості +сільпо +модний одяг|моднии одяг +риба +квіти +продовольчі товари +ритуальні послуги +меблі +сад та город +універсам +подарунки +овочі, фрукти +перукарня +хозтовари +аудіо-техніка|аудіо техніка +страхування +ювелірний магазин|ювелірнии магазин +кіоск +пральня +торгівельно-розважальний центр|торгівельно розважальний центр|торгівельно-розважальнии центр|торгівельно розважальнии центр +мобільні телефони +мотоцикли +музика +газетний кіоск|газетнии кіоск +оптика +продовольчий магазин|продовольчии магазин +виносна торгівля +зоомагазин +фотомагазин +салон +взуття +торговий центр|торговии центр +спортивні товари +канцтовари +супермаркет +іграшки +туристична агенція +відео +вино +гірський притулок|гірськии притулок +образотворче мистецтво +турбаза +майданчик для трейлерів|маиданчик для треилерів +шале +гостьовий будинок|гостьовии будинок +хостел +мотель +музей|музеи +місце для пікніків +тематичний парк|тематичнии парк +зоопарк +мост diff --git a/resources/dictionaries/uk/post_office.txt b/resources/dictionaries/uk/post_office.txt new file mode 100644 index 0000000..10def66 --- /dev/null +++ b/resources/dictionaries/uk/post_office.txt @@ -0,0 +1,2 @@ +абонементна скринька|а / с +abonementnykh skrynʹka|abonementnykh skrynka|a / s diff --git a/resources/dictionaries/uk/qualifiers.txt b/resources/dictionaries/uk/qualifiers.txt new file mode 100644 index 0000000..595aa9d --- /dev/null +++ b/resources/dictionaries/uk/qualifiers.txt @@ -0,0 +1,10 @@ +блок|бл +blok|bl +квартал|кварт|кв|кв-л +kvartal|kvart|kv|kv-l +область|обл +oblast|obl +район|р-н +raion|r-n +місто|міс|м +misto|mis|m diff --git a/resources/dictionaries/uk/staircases.txt b/resources/dictionaries/uk/staircases.txt new file mode 100644 index 0000000..6c237e3 --- /dev/null +++ b/resources/dictionaries/uk/staircases.txt @@ -0,0 +1,2 @@ +сходи +skhody \ No newline at end of file diff --git a/resources/dictionaries/uk/stopwords.txt b/resources/dictionaries/uk/stopwords.txt new file mode 100644 index 0000000..0401c8a --- /dev/null +++ b/resources/dictionaries/uk/stopwords.txt @@ -0,0 +1,2 @@ +і|& +i|& \ No newline at end of file diff --git a/resources/dictionaries/uk/street_types.txt b/resources/dictionaries/uk/street_types.txt new file mode 100644 index 0000000..3bfe984 --- /dev/null +++ b/resources/dictionaries/uk/street_types.txt @@ -0,0 +1,26 @@ +аллея|ал +alleya|al +бульвар|бул +bulvar|bul +boulevard|blvd +дорога|дор +doroha|dor +набережна|наб +naberezhna|nab +провулок|пров +provulok|pro +площа|пл +ploshcha|pl +проїзд|пр +proyizd +проспект|просп|пр +prospekt|pr|prkt +лінія|лін +liniya|lin +liniia|lin +шосе|ш +shose|sh +тупик|туп +tupyk|tup +вулиця|вул +vulytsya|vul diff --git a/resources/dictionaries/uk/unit_directions.txt b/resources/dictionaries/uk/unit_directions.txt new file mode 100644 index 0000000..1c16d24 --- /dev/null +++ b/resources/dictionaries/uk/unit_directions.txt @@ -0,0 +1,4 @@ +ліво +livo +право +pravo \ No newline at end of file diff --git a/resources/dictionaries/uk/unit_types_numbered.txt b/resources/dictionaries/uk/unit_types_numbered.txt new file mode 100644 index 0000000..755e47b --- /dev/null +++ b/resources/dictionaries/uk/unit_types_numbered.txt @@ -0,0 +1,10 @@ +квартира|кв +kvartyra|kv +кабінет|каб|к-т|к +kabinet|kab|k-t|k +кімната|км +kimnata|km +літера|літ +litera|lit +офіс|оф +ofis|of \ No newline at end of file diff --git a/resources/dictionaries/ur/street_types.txt b/resources/dictionaries/ur/street_types.txt new file mode 100644 index 0000000..9fa3735 --- /dev/null +++ b/resources/dictionaries/ur/street_types.txt @@ -0,0 +1,7 @@ +گلی +روڈ +لین +سڑک +شاہراہ +ایکسپریس وے +ہائی وے \ No newline at end of file diff --git a/resources/dictionaries/vi/ambiguous_expansions.txt b/resources/dictionaries/vi/ambiguous_expansions.txt new file mode 100644 index 0000000..e90c029 --- /dev/null +++ b/resources/dictionaries/vi/ambiguous_expansions.txt @@ -0,0 +1,3 @@ +d +p +q \ No newline at end of file diff --git a/resources/dictionaries/vi/personal_titles.txt b/resources/dictionaries/vi/personal_titles.txt new file mode 100644 index 0000000..670ada6 --- /dev/null +++ b/resources/dictionaries/vi/personal_titles.txt @@ -0,0 +1 @@ +thánh|thanh \ No newline at end of file diff --git a/resources/dictionaries/vi/place_names.txt b/resources/dictionaries/vi/place_names.txt new file mode 100644 index 0000000..eec6961 --- /dev/null +++ b/resources/dictionaries/vi/place_names.txt @@ -0,0 +1,29 @@ +cao đẳng|cao dang|cd|c d +câu lạc bộ |cau lac bo|clb|c l b +công ty cổ phần|cong ty co phan|ctcp|c t c p|cty cp|cty c p +công ty|cong ty|cty +công viên văn hóa|cong vien van hoa|cvvh|c v v h +công viên|cong vien|cv|c v +căn cứ không quân|can cu khong quan|cckq|c c k q +đại học|dai hoc|dh|d h +đường sắt|duong sat|ds|d s +khu công nghiệp|khu cong nghiep|kcn|k c n +khu du lịch|khu du lich|kdl|k d l +khu nghỉ mát|khu nghi mat|knm|k n m +khách sạn|khach san|ks|k / s +nhà hát|nha hat|nh|n h +nhà thi đấu|nha thi dau|ntd|n t d +nhà thờ|nha tho|nt|n t +phi trường|phi trong|pt|p t +rạp hát|rap hat|rh|r h +sân bay quốc tế|san bay quoc te|sbqt|s b q t +sân bay|san bay|sb|s b +sân vận động|san van dong|svd|s v d +tiểu học|tieu hoc|th|t h +trung học cơ sở|trung hoc co so|thcs|t h c s +trung học phổ thông|trung hoc pho thong|thpt|t h p t +trung tâm thương mại|trung tam thuong mai|tttm|t t t m +trung tâm|trung tam|tt|t t +tổng công ty|tong cong ty|tcty|tct +viện bảo tàng|vien bao tang|vbt|v b t +vươn quốc gia|vuon quoc gia|vqg|v q g \ No newline at end of file diff --git a/resources/dictionaries/vi/qualifiers.txt b/resources/dictionaries/vi/qualifiers.txt new file mode 100644 index 0000000..a71e014 --- /dev/null +++ b/resources/dictionaries/vi/qualifiers.txt @@ -0,0 +1,5 @@ +phường|ph|p +quận|quan|q +thành phố|thanh pho|tp|t p +thị xã|thi xa|tx|t x +thị trấn|thi tran|tt|t t \ No newline at end of file diff --git a/resources/dictionaries/vi/street_types.txt b/resources/dictionaries/vi/street_types.txt new file mode 100644 index 0000000..a5f0057 --- /dev/null +++ b/resources/dictionaries/vi/street_types.txt @@ -0,0 +1,10 @@ +công trường|cong truong|ct|c t +đại lộ|dai lo|đl|d l +đường|duong|d +đường hẻm|duong hem +đường nhỏ|duong nho +đường phố|duong pho +ngõ +quảng trường|quang truong|qt|q t +quốc lộ|quoc lo|ql|q l +tỉnh lộ|tinh lo|tl|t l diff --git a/resources/dictionaries/zh/building_types.txt b/resources/dictionaries/zh/building_types.txt new file mode 100644 index 0000000..d0eff00 --- /dev/null +++ b/resources/dictionaries/zh/building_types.txt @@ -0,0 +1,2 @@ +栋 +dòng|dong \ No newline at end of file diff --git a/resources/dictionaries/zh/chains.txt b/resources/dictionaries/zh/chains.txt new file mode 100644 index 0000000..ec56e02 --- /dev/null +++ b/resources/dictionaries/zh/chains.txt @@ -0,0 +1,2 @@ +全家便利商店 +萊爾富 \ No newline at end of file diff --git a/resources/dictionaries/zh/directionals.txt b/resources/dictionaries/zh/directionals.txt new file mode 100644 index 0000000..ca0600d --- /dev/null +++ b/resources/dictionaries/zh/directionals.txt @@ -0,0 +1,20 @@ +北 +běi|bei +东 +dōng|dong +南 +nán|nan +西 +xī|xi +西北 +xīběi|xibei +xī běi|xi bei +西南 +xīnán|xinan +xī nán|xi nan +东北 +dōngběi|dongbei +dōng běi|dong bei +东南 +dōngnán|dongnan +dōng nán|dong nan \ No newline at end of file diff --git a/resources/dictionaries/zh/level_types_numbered.txt b/resources/dictionaries/zh/level_types_numbered.txt new file mode 100644 index 0000000..6043979 --- /dev/null +++ b/resources/dictionaries/zh/level_types_numbered.txt @@ -0,0 +1,5 @@ +楼 +樓 +lóu|lou +层 +céng|ceng \ No newline at end of file diff --git a/resources/dictionaries/zh/number.txt b/resources/dictionaries/zh/number.txt new file mode 100644 index 0000000..4bb97cc --- /dev/null +++ b/resources/dictionaries/zh/number.txt @@ -0,0 +1,3 @@ +号 +號 +hào|hao \ No newline at end of file diff --git a/resources/dictionaries/zh/place_names.txt b/resources/dictionaries/zh/place_names.txt new file mode 100644 index 0000000..a84e689 --- /dev/null +++ b/resources/dictionaries/zh/place_names.txt @@ -0,0 +1,2 @@ +桥 +qiáo|qiao \ No newline at end of file diff --git a/resources/dictionaries/zh/post_office.txt b/resources/dictionaries/zh/post_office.txt new file mode 100644 index 0000000..dca3d47 --- /dev/null +++ b/resources/dictionaries/zh/post_office.txt @@ -0,0 +1,3 @@ +邮政信箱 +郵政信箱 +yóuzhèng xìnxiāng|youzheng xinxiang \ No newline at end of file diff --git a/resources/dictionaries/zh/postcodes.txt b/resources/dictionaries/zh/postcodes.txt new file mode 100644 index 0000000..cd30604 --- /dev/null +++ b/resources/dictionaries/zh/postcodes.txt @@ -0,0 +1,3 @@ +郵編 +邮编 +yóubiān|youbian \ No newline at end of file diff --git a/resources/dictionaries/zh/qualifiers.txt b/resources/dictionaries/zh/qualifiers.txt new file mode 100644 index 0000000..63fec6e --- /dev/null +++ b/resources/dictionaries/zh/qualifiers.txt @@ -0,0 +1,19 @@ +省 +shěng|sheng +縣 +xiàn|xian +市 +shì|shi +區 +区 +qū|qu +鎮 +zhèn|zhen +鄉 +xiāng|xiang +里 +lǐ|li +村 +cūn|cun +鄰 +lín|lin \ No newline at end of file diff --git a/resources/dictionaries/zh/stopwords.txt b/resources/dictionaries/zh/stopwords.txt new file mode 100644 index 0000000..9b5b523 --- /dev/null +++ b/resources/dictionaries/zh/stopwords.txt @@ -0,0 +1,2 @@ +号 +hào \ No newline at end of file diff --git a/resources/dictionaries/zh/street_types.txt b/resources/dictionaries/zh/street_types.txt new file mode 100644 index 0000000..82bd3e2 --- /dev/null +++ b/resources/dictionaries/zh/street_types.txt @@ -0,0 +1,30 @@ +村道 +cūn dào|cun dao|cūndào|cundao +大道 +dàdào|dadao +大街 +dàjiē|dajie +道 +dào|dao +大院 +dà yuàn|dayuan +国道 +guódào|guodao +胡同 +hútòng|hutong +街 +jiē|jie +路 +lù|lu +省道 +shěng dào|sheng dao|shěngdào|shengdao +县道 +xiàn dào|xian dao|xiàndào|xiandao +巷 +xiàng|xiang +乡道 +xiāng dào|xiang dao|xiāngdào|xiangdao +段 +duàn|duan +弄 +nòng|nong \ No newline at end of file diff --git a/resources/dictionaries/zh/unit_types_numbered.txt b/resources/dictionaries/zh/unit_types_numbered.txt new file mode 100644 index 0000000..bd70c22 --- /dev/null +++ b/resources/dictionaries/zh/unit_types_numbered.txt @@ -0,0 +1,2 @@ +室 +shì|shi \ No newline at end of file diff --git a/resources/formatting/global.yaml b/resources/formatting/global.yaml new file mode 100644 index 0000000..4e8152d --- /dev/null +++ b/resources/formatting/global.yaml @@ -0,0 +1,957 @@ +global: + categories: + place_direction: right + direction_probability: 0.9 + + language_code_replacements: + ja_rm: en + ko_rm: en + zh_pinyin: en + + # Former Soviet states sometimes write addresses generai-to-specific + invert_probability: 0.0 + + insertions: + # For each component, insertions are mutually exclusive + # They don't have to sum to 1 (especially for components + # likely to be found in most addresses) + postcode: + postcode_before_city: + before: city + probability: 0.001 + + postcode_after_city: + after: city + probability: 0.0001 + + postcode_before_city_district: + before: city_district + probability: 0.0001 + + postcode_before_suburb: + before: suburb + probability: 0.0001 + + postcode_before_state_district: + before: state + probability: 0.0001 + + postcode_before_state: + before: state + probability: 0.0001 + + postcode_before_country: + before: country + probability: 0.05 + + postcode_after_country: + after: country + probability: 0.01 + + postcode_last: + last: true + probability: 0.01 + + # PO Box should be the same in most countries + po_box: + po_box_before_suburb: + before: suburb + probability: 0.7 + + po_box_after_house: + after: house + probability: 0.2 + + po_box_first: + first: true + probability: 0.1 + + care_of: + care_of_after_attention: + after: attention + probability: 0.9 + care_of_after_house: + after: house + probability: 0.1 + + subdivision: + subdivision_before_suburb: + before: suburb + probability: 1.0 + +# Overrides for languages (better for e.g. covering all French-speaking countries) +languages: + continental_european_languages: + insertions: &continental_european_template_insertions + house_number: + house_number_before_road: + before: road + probability: 0.01 + + postcode: + postcode_first: + first: true + probability: 0.001 + + building: + building_after_house_number: + after: house_number + probability: 0.8 + building_after_house: + after: house + probability: 0.05 + building_before_suburb: + before: suburb + probability: 0.15 + conditional: + - component: subdivision + probabilities: + building_after_house_number: + after: house_number + probability: 0.8 + building_before_subdivision: + before: subdivision + probability: 0.2 + + entrance: + # e.g. Calle Foo 3, entrada 1 + entrance_after_house_number: + after: house_number + probability: 0.8 + entrance_after_house: + after: house + probability: 0.2 + conditional: + - component: building + probabilities: + entrance_after_building: + after: building + probability: 0.9 + + staircase: + # e.g. 123 East 45th St, Staircase C, NYC + staircase_after_house_number: + after: house_number + probability: 0.9 + staircase_after_house: + after: house + probability: 0.1 + conditional: + - component: entrance + probabilities: + # default: 0.1 + staircase_after_entrance: + after: entrance + probability: 0.9 + - component: building + probabilities: + # default: 0.1 + staircase_after_building: + after: building + probability: 0.9 + + level: + # e.g. Calle Ruiz de Alarcón 23 piso 3 + level_after_house_number: + after: house_number + probability: 0.95 + # e.g. Piso 3, Museo del Prado, Calle Ruiz de Alarcón 23 + level_before_house: + before: house + probability: 0.03 + # e.g. Museo del Prado, Bajos, Calle Ruiz de Alarcón 23 + level_before_road: + before: road + probability: 0.02 + + conditional: + - component: staircase + probabilities: + level_after_staircase: + after: staircase + probability: 0.99 + - component: entrance + probabilities: + level_after_entrance: + after: entrance + probability: 0.99 + - component: building + probabilities: + level_after_building: + after: building + probability: 0.99 + + unit: &continental_european_unit_insertions + unit_after_house_number: + after: house_number + probability: 0.9 + unit_before_road: + before: road + probability: 0.1 + conditional: + - component: level + probabilities: + # default: 0.02 + # e.g. Piso 3 Dpto 12 (most common) + unit_after_level: + after: level + probability: 0.93 + # e.g. Apto 6, 2o piso (less common) + unit_before_level: + before: level + probability: 0.05 + - component: staircase + probabilities: + # default: 0.1 + unit_after_staircase: + after: staircase + probability: 0.9 + - component: entrance + probabilities: + # default: 0.1 + unit_after_entrance: + after: entrance + probability: 0.9 + - component: building + probabilities: + # default: 0.1 + unit_after_building: + after: building + probability: 0.9 + + en: + insertions: &english_template_insertions + building: + building_after_house: + after: house + probability: 0.6 + building_after_road: + after: road + probability: 0.3 + building_before_suburb: + before: suburb + probability: 0.1 + conditional: + - component: subdivision + probabilities: + building_after_house: + after: house + probability: 0.6 + building_after_road: + after: road + probability: 0.2 + building_before_subdivision: + before: subdivision + probability: 0.2 + entrance: + # e.g. 123 East 45th St, 6th Floor, NYC + entrance_after_road: + after: road + probability: 0.75 + entrance_before_house: + before: house + probability: 0.1 + # e.g. Da Vinci House, 1st Floor, 44 Saffron Hill, London + entrance_before_house_number: + before: house_number + probability: 0.15 + conditional: + - component: building + probabilities: + # default: 0.8 + entrance_after_building: + after: building + probability: 0.2 + + staircase: + # e.g. 123 East 45th St, Staircase C, NYC + staircase_after_road: + after: road + probability: 0.5 + # e.g. Floor 1, Da Vinci House, 44 Saffron Hill, London + staircase_before_house: + before: house + probability: 0.1 + # e.g. Da Vinci House, 1st Floor, 44 Saffron Hill, London + staircase_before_house_number: + before: house_number + probability: 0.4 + conditional: + - component: entrance + probabilities: + # default: 0.1 + staircase_after_entrance: + after: entrance + probability: 0.9 + + level: + # e.g. 123 East 45th St, 6th Floor, NYC + level_after_road: + after: road + probability: 0.5 + # e.g. Floor 1, Da Vinci House, 44 Saffron Hill, London + level_before_house: + before: house + probability: 0.25 + # e.g. Da Vinci House, 1st Floor, 44 Saffron Hill, London + level_before_house_number: + before: house_number + probability: 0.25 + + conditional: + - component: staircase + probabilities: + # default: 0.4 + level_after_staircase: + after: staircase + probability: 0.6 + - component: entrance + probabilities: + # default: 0.4 + level_after_entrance: + after: entrance + probability: 0.6 + + unit: + # e.g. Flat 18, Da Vinci House, 44 Saffron Hill, London + unit_before_house: + before: house + probability: 0.2 + + # e.g. Da Vinci House, Flat 18, 44 Saffron Hill, London + unit_before_house_number: + before: house_number + probability: 0.6 + + # e.g. Da Vinci House, 44 Saffron Hill, Flat 18, London (not as common in UK) + unit_after_road: + after: road + probability: 0.2 + + conditional: + - component: level + probabilities: + unit_before_house: + before: house + probability: 0.1 + # e.g. Da Vinci House, Flat 18, 44 Saffron Hill, London + unit_before_house_number: + before: house_number + probability: 0.1 + # e.g. Floor 5, Apt 6 + unit_after_level: + after: level + probability: 0.79 + # e.g. Apt. 6, 5/F (less common) + unit_before_level: + before: level + probability: 0.01 + + # Spanish + es: + insertions: *continental_european_template_insertions + + # French - exceptions for countries (including France itself) below + fr: + insertions: *continental_european_template_insertions + + # Portuguese + pt: + insertions: *continental_european_template_insertions + + # Italian + it: + insertions: *continental_european_template_insertions + + # German + de: + insertions: *continental_european_template_insertions + + # Dutch + nl: + insertions: *continental_european_template_insertions + + # Danish + da: + insertions: *continental_european_template_insertions + + # Swedish + sv: + insertions: *continental_european_template_insertions + + # Norwegian + nb: + insertions: *continental_european_template_insertions + + # Polish + pl: + insertions: + <<: *continental_european_template_insertions + unit: + <<: *continental_european_unit_insertions + unit_after_house_number: + after: house_number + probability: 1.0 + unit_before_road: + before: road + probability: 0.0 + + # Russian + ru: + insertions: *continental_european_template_insertions + + # Czech + cs: + insertions: *continental_european_template_insertions + + # Slovakian + sk: + insertions: *continental_european_template_insertions + + # Estonian + et: + insertions: *continental_european_template_insertions + + # Finnish + fi: + insertions: *continental_european_template_insertions + + # Romanian + ro: + insertions: *continental_european_template_insertions + + # Hungarian + hu: + insertions: + <<: *continental_european_template_insertions + # e.g. 1075, Budapest Kazinczy utca 14 + postcode: + postcode_before_city: + before: city + probability: 0.5 + + # Ukrainian + uk: + insertions: *continental_european_template_insertions + + # Lithuanian + lt: + insertions: *continental_european_template_insertions + + # Latvian + lv: + insertions: *continental_european_template_insertions + + # Serbian + sr: + insertions: *continental_european_template_insertions + + # Croatian + hr: + insertions: *continental_european_template_insertions + + # Slovenian + sl: + insertions: *continental_european_template_insertions + + # Bosnian + bs: + insertions: *continental_european_template_insertions + + # Hebrew - Israel basically uses the same format as continental Europe + he: + insertions: *continental_european_template_insertions + + # Basque + eu: + insertions: *continental_european_template_insertions + + # Catalan + ca: + insertions: *continental_european_template_insertions + + # Bulgarian + bg: + insertions: *continental_european_template_insertions + + # Greek + el: + insertions: *continental_european_template_insertions + + # Icelandic + is: + insertions: *continental_european_template_insertions + +countries: + + # Malaysia (islands are bigger than states) + my: + admin_components: + island: + after: + - road + - suburb + - city_district + - city + - state_district + - state + before: + - country + + # United Kingdom, in case language is unknown + gb: + insertions: + <<: *english_template_insertions + postcode: + postcode_before_suburb: + before: suburb + probability: 0.1 + postcode_before_city: + before: city + probability: 0.1 + + us: + insertions: &us_template_insertions + <<: *english_template_insertions + entrance: + entrance_after_road: + after: road + probability: 0.8 + entrance_before_house_number: + before: house_number + probability: 0.2 + conditional: + - component: building + probabilities: + # default: 0.8 + entrance_after_building: + after: building + probability: 0.2 + + staircase: + # e.g. 123 East 45th St, Staircase C, NYC + staircase_after_road: + after: road + probability: 0.7 + # e.g. Da Vinci House, 1st Floor, 44 Saffron Hill, London + staircase_before_house_number: + before: house_number + probability: 0.3 + conditional: + - component: entrance + probabilities: + # default: 0.1 + staircase_after_entrance: + after: entrance + probability: 0.9 + + + level: + # e.g. 123 East 45th St, 6th Floor, NYC + level_after_road: + after: road + probability: 0.9 + # e.g. Da Vinci House, 1st Floor, 44 Saffron Hill, London + level_before_house_number: + before: house_number + probability: 0.1 + + conditional: + - component: staircase + probabilities: + # default: 0.4 + level_after_staircase: + after: staircase + probability: 0.6 + - component: entrance + probabilities: + # default: 0.4 + level_after_entrance: + after: entrance + probability: 0.6 + + unit: + # e.g. Da Vinci House, Flat 18, 44 Saffron Hill, London + unit_before_house_number: + before: house_number + probability: 0.1 + + # e.g. Da Vinci House, 44 Saffron Hill, Flat 18, London (not as common in UK) + unit_after_road: + after: road + probability: 0.9 + + conditional: + - component: level + # default: 0.1 + probabilities: + # e.g. Floor 5, Apt 6 + unit_after_level: + after: level + probability: 0.8 + # e.g. Apt. 6, 5/F (less common) + unit_before_level: + before: level + probability: 0.1 + # American Samoa + as: + insertions: *us_template_insertions + + # Federated States of Micronesia + fm: + insertions: *us_template_insertions + + # Guam + gu: + insertions: *us_template_insertions + + # Marshall Islands + mh: + insertions: *us_template_insertions + + # Northern Mariana Islands + mp: + insertions: *us_template_insertions + + # Puerto Rico + pr: + insertions: + <<: *us_template_insertions + postcode: + postcode_after_country: + probability: 0.85 + + # U.S. Minor Outlying Islands + um: + insertions: *us_template_insertions + + # U.S. Virgin Islands + vi: + insertions: *us_template_insertions + + # Canada + ca: + insertions: *us_template_insertions + + fr: + insertions: &france_template_insertions + <<: *english_template_insertions + house_number: + house_number_after_road: + after: road + probability: 0.01 + + level: + level_after_road: + after: road + probability: 0.95 + level_before_house: + before: house + probability: 0.01 + level_before_house_number: + before: house_number + probability: 0.04 + + conditional: + - component: staircase + probabilities: + level_after_staircase: + after: staircase + probability: 0.95 + - component: entrance + probabilities: + # default: 0.4 + level_after_entrance: + after: entrance + probability: 0.95 + + unit: + unit_before_house: + before: house + probability: 0.02 + + # e.g. Da Vinci House, Flat 18, 44 Saffron Hill, London + unit_before_house_number: + before: house_number + probability: 0.03 + + # e.g. Da Vinci House, 44 Saffron Hill, Flat 18, London (not as common in UK) + unit_after_road: + after: road + probability: 0.95 + + conditional: + - component: level + probabilities: + unit_before_house: + before: house + probability: 0.005 + # e.g. Da Vinci House, Flat 18, 44 Saffron Hill, London + unit_before_house_number: + before: house_number + probability: 0.01 + # e.g. Floor 5, Apt 6 + unit_after_level: + after: level + probability: 0.98 + # e.g. Apt. 6, 5/F (less common) + unit_before_level: + before: level + probability: 0.005 + + # Andorra, uses same template as France + ad_ca: + insetions: *france_template_insertions + + # Algeria + dz_fr: + insertions: *france_template_insertions + + # Luxembourg + lu_fr: + insertions: *france_template_insertions + + # Monaco + mc: + insertions: *france_template_insertions + + # Senegal + sn: + insertions: *france_template_insertions + + # Tunisia + tn_fr: + insertions: *france_template_insertions + + east_asia_insertions: &east_asia_insertions + postcode: {} + + building: + building_after_house_number: + after: house_number + probability: 1.0 + + entrance: + # e.g. Calle Foo 3, entrada 1 + entrance_after_house_number: + after: house_number + probability: 1.0 + conditional: + - component: building + probabilities: + entrance_after_building: + after: building + probability: 1.0 + + staircase: + # e.g. 123 East 45th St, Staircase C, NYC + staircase_after_house_number: + after: house_number + probability: 1.0 + conditional: + - component: entrance + probabilities: + # default: 0.1 + staircase_after_entrance: + after: entrance + probability: 1.0 + - component: building + probabilities: + # default: 0.1 + staircase_after_building: + after: building + probability: 1.0 + + level: + # e.g. Calle Ruiz de Alarcón 23 piso 3 + level_after_house_number: + after: house_number + probability: 1.0 + + conditional: + - component: staircase + probabilities: + level_after_staircase: + after: staircase + probability: 1.0 + - component: entrance + probabilities: + level_after_entrance: + after: entrance + probability: 1.0 + - component: building + probabilities: + level_after_building: + after: building + probability: 1.0 + + unit: + unit_after_house_number: + after: house_number + probability: 1.0 + conditional: + - component: level + probabilities: + unit_after_level: + after: level + probability: 0.95 + unit_before_level: + before: level + probability: 0.05 + - component: staircase + probabilities: + unit_after_staircase: + after: staircase + probability: 1.0 + - component: entrance + probabilities: + unit_after_entrance: + after: entrance + probability: 1.0 + - component: building + probabilities: + unit_after_building: + after: building + probability: 1.0 + + po_box: + po_box_before_suburb: {} + po_box_after_suburb: + after: house_number + probability: 0.7 + + po_box_after_house: {} + po_box_before_house: + before: house + probability: 0.2 + + po_box_first: {} + po_box_last: + last: true + probability: 0.1 + + care_of: {} + + subdivision: + subdivision_before_suburb: {} + subdivision_after_suburb: + after: suburb + probability: 1.0 + + # China + cn: + insertions: *east_asia_insertions + + cn_en: + insertions: *us_template_insertions + + # Hong Kong + hk: + insertions: *east_asia_insertions + + hk_en: + insertions: *english_template_insertions + + # Taiwan + tw: + insertions: *east_asia_insertions + + tw_en: + insertions: *us_template_insertions + + # Japan + jp: + insertions: *east_asia_insertions + + jp_en: + insertions: *us_template_insertions + + # South Korea + kr: + insertions: *east_asia_insertions + + kr_en: + insertions: *us_template_insertions + + former_ussr: + insertions: &former_ussr_insertions + postcode: + postcode_before_city: + before: city + probability: 0.2 + + + # Russia + ru: + invert_probability: 0.2 + insertions: *former_ussr_insertions + + # Ukraine + ua: + invert_probability: 0.2 + insertions: *former_ussr_insertions + + # Belarus (using inverted by default) + by: + invert_probability: 0.4 + insertions: *former_ussr_insertions + + # Kazakhstan (using inverted by default) + kz: + invert_probability: 0.4 + insertions: *former_ussr_insertions + + # Kyrgyzstan (using inverted by default) + kg: + invert_probability: 0.4 + insertions: *former_ussr_insertions + + # Latvia + lv: + invert_probability: 0.2 + insertions: *former_ussr_insertions + + # Lithuania + lt: + invert_probability: 0.2 + insertions: *former_ussr_insertions + + # Estonia + ee: + invert_probability: 0.2 + insertions: *former_ussr_insertions + + # Armenia + am: + invert_probability: 0.2 + insertions: *former_ussr_insertions + + # Azerbaijan + az: + invert_probability: 0.2 + insertions: *former_ussr_insertions + + # Georgia + ge: + invert_probability: 0.2 + insertions: *former_ussr_insertions + + # Moldova + md: + invert_probability: 0.2 + insertions: *former_ussr_insertions + + # Uzbekistan + uz: + invert_probability: 0.2 + insertions: *former_ussr_insertions + + # Tajikistan + tj: + invert_probability: 0.2 + insertions: *former_ussr_insertions + + # Turkmenistan + tm: + invert_probability: 0.2 + insertions: *former_ussr_insertions diff --git a/resources/language/countries/country_language.tsv b/resources/language/countries/country_language.tsv new file mode 100644 index 0000000..b4da320 --- /dev/null +++ b/resources/language/countries/country_language.tsv @@ -0,0 +1,454 @@ +ac en Dsrt,Shaw 99.0 0 +ad ca Latn 51.0 1 +ae ar Arab 78.0 1 +af fa Arab 50.0 1 +af ps Arab 43.0 1 +af uz Arab,Cyrl,Latn 4.7 0 +af tk Arab,Cyrl,Latn 1.7 0 +af bal Latn 0.67 0 +ag en Latn 86.0 1 +ai en Latn 95.0 1 +al sq Latn 100.0 1 +am hy Armn 98.0 1 +ao pt Latn 67.0 1 +ar es Latn 100.0 1 +as sm Latn 99.0 1 +as en Latn 97.0 1 +at de Latn 97.0 1 +at hr Latn 1.2 0 +at sl Latn 0.37 0 +at hu Latn 0.27 0 +au en Latn 96.0 1 +aw nl Latn 97.0 1 +aw pap Latn 61.0 1 +ax sv Latn 99.0 1 +az az Arab,Cyrl,Latn 98.9 1 +ba bs Cyrl,Latn 100.0 1 +ba sr Cyrl,Latn 20.0 1 +ba hr Latn 12.0 1 +bb en Latn 100.0 1 +bd bn Beng 98.0 1 +be nl Latn 55.0 1 +be fr Latn 38.0 1 +be de Latn 1.4 1 +bf fr Latn 22.0 1 +bg bg Cyrl 100.0 1 +bh ar Arab 87.0 1 +bi rn Latn 63.0 1 +bi fr Latn 59.0 1 +bj fr Latn 35.0 1 +bl fr Latn 94.0 1 +bm en Latn 92.0 1 +bn ms Arab,Latn 98.0 1 +bo es Latn 61.0 1 +bo qu Latn 32.0 1 +bo ay Latn 20.0 1 +bq nl Latn 8.0 1 +br pt Latn 91.0 1 +bs en Latn 100.0 1 +bt dz Tibt 47.0 1 +bw en Latn 81.0 1 +bw tn Latn 62.0 1 +by be Cyrl 100.0 1 +by ru Cyrl 12.0 1 +bz en Latn 100.0 1 +ca en Latn 85.0 1 +ca fr Latn 22.0 1 +ca iu Cans,Latn 0.084 0 +ca ikt Latn 0.011 0 +cc en Latn 17.0 1 +cd sw Latn 50.0 0 +cd lua Latn 9.6 0 +cd fr Latn 3.8 1 +cd ln Latn 3.1 0 +cd kg Latn 1.5 0 +cf fr Latn 49.0 1 +cf sg Latn 49.0 1 +cg fr Latn 84.0 1 +ch de Latn 73.0 1 +ch fr Latn 21.0 1 +ch gsw Latn 12.0 1 +ch it Latn 4.3 1 +ch rm Latn 0.5 0 +ci fr Latn 49.0 1 +ck en Latn 95.0 1 +cl es Latn 98.0 1 +cm fr Latn 68.0 1 +cm en Latn 14.0 1 +cn zh Hans,Hant 90.0 1 +cn ug Latn 0.55 0 +cn za Hans 0.31 0 +cn mn Phag 0.26 0 +cn bo Tibt 0.2 0 +cn ko Kore 0.15 0 +co es Latn 93.0 1 +cr es Latn 95.0 1 +cu es Latn 100.0 1 +cv pt Latn 76.0 1 +cw pap Latn 81.0 1 +cw nl Latn 8.0 1 +cx en Latn 92.0 1 +cy el Grek 75.0 1 +cy tr Latn 23.0 1 +cz cs Latn 98.0 1 +de de Latn 91.0 1 +dg en Latn 99.0 1 +dj ar Arab 7.3 1 +dj fr Latn 2.1 1 +dk da Latn 93.0 1 +dk de Runr 0.43 0 +dk kl Latn 0.13 0 +dm en Latn 94.0 1 +do es Latn 78.0 1 +dz ar Arab 74.0 1 +dz fr Latn 20.0 1 +ea es Latn 98.0 1 +ec es Latn 96.0 1 +ec qu Latn 17.0 1 +ee et Latn 71.0 1 +eg ar Arab 94.0 1 +eh ar Arab 100.0 1 +er ti Ethi 60.0 1 +er en Latn 59.0 1 +er ar Arab 4.9 1 +es es Latn 99.0 1 +es ca Latn 17.0 0 +es gl Latn 7.0 0 +es eu Latn 2.0 0 +es ast Latn 1.3 0 +et am Ethi 33.0 1 +fi fi Latn 94.0 1 +fi sv Latn 5.7 1 +fj en Latn 94.0 1 +fj hif Deva,Latn 41.0 1 +fj fj Latn 39.0 1 +fk en Latn 99.0 1 +fm en Latn 5.1 1 +fo fo Latn 95.0 1 +fr fr Latn 99.0 1 +ga fr Latn 63.0 1 +gb en Latn 99.0 1 +gb cy Latn 0.77 0 +gb gd Latn 0.099 0 +gb ga Latn 0.026 0 +gd en Latn 96.0 1 +ge ka Geor 86.0 1 +ge ab Cyrl 2.2 0 +ge os Cyrl 2.2 0 +gf fr Latn 77.0 1 +gg en Latn 100.0 1 +gh ak Latn 39.0 0 +gh en Latn 36.0 1 +gh ee Latn 11.0 0 +gh gaa Latn 2.8 0 +gi en Latn 80.0 1 +gl kl Latn 84.0 1 +gm en Latn 40.0 1 +gn fr Latn 29.0 1 +gp fr Latn 90.0 1 +gq es Latn 87.0 1 +gq fr Latn 8.8 1 +gr el Grek 99.0 1 +gt es Latn 93.0 1 +gt quc Latn 7.0 0 +gu en Latn 38.0 1 +gu ch Latn 22.0 1 +gw pt Latn 100.0 1 +gy en Latn 100.0 1 +hk zh Hans,Hant 100.0 1 +hk en Latn 51.0 1 +hn es Latn 78.0 1 +hr hr Latn 99.0 1 +hr it Latn 1.6 0 +ht ht Latn 81.0 1 +ht fr Latn 4.7 1 +hu hu Latn 100.0 1 +ic es Latn 98.0 1 +id id Latn 64.0 1 +ie en Latn 94.0 1 +ie ga Latn 11.0 1 +il he Hebr 100.0 1 +il ar Arab 20.0 1 +im en Latn 100.0 1 +im gv Latn 1.9 1 +in hi Deva 41.0 1 +in en Latn 11.0 1 +in bn Beng 8.1 0 +in te Telu 7.2 0 +in mr Modi 7.0 0 +in ta Taml 5.9 0 +in ur Arab 5.0 0 +in gu Gujr 4.5 0 +in kn Knda 3.7 0 +in ml Mlym 3.2 0 +in or Orya 3.2 0 +in pa Arab,Guru 2.8 0 +in as Beng 1.3 0 +in mai Tirh 1.2 0 +in ne Deva 0.56 0 +in sat Beng,Deva,Olck,Orya 0.55 0 +in ks Arab,Deva 0.41 0 +in kok Deva 0.37 0 +in sd Khoj,Sind 0.286 0 +in kha Beng 0.08 0 +in sa Deva,Gran,Shrd,Sidd,Sinh 0.0012 0 +io en Latn 100.0 1 +iq ar Arab 68.0 1 +iq ckb Arab 20.0 0 +ir fa Arab 75.0 1 +is is Latn 100.0 1 +it it Latn 95.0 1 +it fr Dupl 6.3 0 +je en Latn 95.0 1 +jm en Latn 98.0 1 +jo ar Arab 100.0 1 +jp ja Jpan 95.0 1 +ke en Latn 85.0 1 +ke sw Latn 66.0 1 +kg ky Arab,Cyrl,Latn 48.0 1 +kg ru Cyrl 36.0 1 +kh km Khmr 89.0 1 +ki en Latn 100.0 1 +ki gil Latn 60.0 1 +km ar Arab 66.0 1 +km fr Latn 56.0 1 +km zdj Arab 37.0 1 +kn en Latn 98.0 1 +kp ko Kore 88.0 1 +kr ko Kore 100.0 1 +kw ar Arab 100.0 1 +ky en Latn 98.0 1 +kz ru Cyrl 72.0 1 +kz kk Arab,Cyrl 64.0 1 +la lo Laoo 69.0 1 +lb ar Arab 86.0 1 +lc en Latn 90.0 1 +li de Latn 100.0 1 +li gsw Latn 85.0 1 +lk si Sinh 68.0 1 +lk ta Taml 15.0 1 +lr en Latn 20.0 1 +ls st Latn 98.0 1 +ls en Latn 2.3 1 +lt lt Latn 86.0 1 +lu fr Latn 87.0 1 +lu lb Latn 67.0 1 +lu de Latn 63.0 1 +lv lv Latn 61.0 1 +ly ar Arab 74.0 1 +ma ar Arab 62.0 1 +ma fr Latn 20.0 1 +ma tzm Latn,Tfng 9.8 1 +mc fr Latn 99.0 1 +md ro Latn 63.0 1 +me sr Cyrl,Latn 100.0 1 +mf fr Latn 100.0 1 +mg mg Latn 90.0 1 +mg fr Latn 69.0 1 +mg en Latn 5.0 1 +mh en Latn 93.0 1 +mh mh Latn 73.0 1 +mk mk Cyrl 67.0 1 +mk sq Elba 25.0 0 +ml fr Latn 46.0 1 +mm my Mymr 64.0 1 +mn mn Cyrl,Mong 93.0 1 +mo zh Hans,Hant 100.0 1 +mo pt Latn 5.0 1 +mp en Latn 97.0 1 +mq fr Latn 98.0 1 +mr ar Arab 85.0 1 +ms en Latn 97.0 1 +mt mt Latn 100.0 1 +mt en Latn 88.0 1 +mu en Latn 72.0 1 +mu fr Latn 3.0 1 +mv dv Thaa 94.0 1 +mw ny Latn 63.0 1 +mw en Latn 63.0 1 +mx es Latn 83.0 1 +my ms Arab,Latn 75.0 1 +mz pt Latn 27.0 1 +na af Latn 75.0 1 +na en Latn 7.0 1 +nc fr Latn 96.0 1 +ne fr Latn 29.0 1 +nf en Latn 76.0 1 +ng en Latn 75.0 1 +ng yo Latn 13.0 1 +ni es Latn 78.0 1 +nl nl Latn 100.0 1 +nl fy Latn 4.3 0 +no nb Latn 100.0 1 +no nn Latn 25.0 1 +no se Cyrl 3.3 0 +np ne Deva 44.0 1 +nr en Latn 99.0 1 +nr na Latn 73.0 1 +nu en Latn 95.0 1 +nu niu Latn 95.0 1 +nz en Latn 91.0 1 +nz mi Latn 2.5 1 +om ar Arab 81.0 1 +pa es Latn 69.0 1 +pe es Latn 73.0 1 +pe qu Latn 15.0 1 +pf fr Latn 61.0 1 +pf ty Latn 31.0 1 +pg tpi Latn 71.0 1 +pg en Latn 20.0 1 +pg ho Latn 2.1 1 +ph en Latn 64.0 1 +ph fil Latn 60.0 1 +ph ceb Latn 24.0 0 +ph ilo Latn 9.6 0 +ph hil Latn 8.4 0 +ph war Latn 2.9 0 +ph pag Latn 1.4 0 +ph mdh Latn 1.2 0 +ph tsg Latn 1.1 0 +pk ur Arab 95.0 1 +pk en Latn 50.0 1 +pl pl Latn 96.0 1 +pl csb Latn 0.13 0 +pl de Runr 0.096 0 +pl lt Latn 0.021 0 +pm fr Latn 89.0 1 +pn en Latn 96.0 1 +pr es Latn 87.0 1 +pr en Latn 49.0 1 +ps ar Arab 100.0 1 +pt pt Latn 96.0 1 +pw pau Latn 74.0 1 +pw en Latn 8.9 1 +py gn Latn 80.0 1 +py es Latn 3.2 1 +qa ar Arab 89.0 1 +re fr Latn 89.0 1 +ro ro Latn 90.0 1 +rs sr Cyrl,Latn 100.0 1 +rs hu Latn 4.8 0 +rs ro Cyrl 2.1 0 +rs hr Latn 0.93 0 +rs sk Latn 0.85 0 +rs uk Cyrl 0.0 0 +ru ru Cyrl 94.0 1 +ru tt Cyrl 1.4 0 +ru ba Cyrl 1.3 0 +ru ce Cyrl 0.66 0 +ru av Cyrl 0.39 0 +ru udm Latn 0.38 0 +ru sah Cyrl 0.32 0 +ru myv Cyrl 0.31 0 +ru kbd Cyrl 0.31 0 +ru mdf Cyrl 0.21 0 +ru kum Cyrl 0.2 0 +ru lez Aghb 0.18 0 +ru kv Perm 0.18 0 +ru inh Arab,Latn 0.16 0 +ru krc Cyrl 0.16 0 +ru tyv Cyrl 0.13 0 +ru az Arab,Cyrl,Latn 0.093 0 +ru ady Cyrl 0.088 0 +ru lbe Cyrl 0.078 0 +ru koi Cyrl 0.045 0 +rw rw Latn 77.0 1 +rw fr Latn 0.019 1 +rw en Latn 0.0024 1 +sa ar Arab 100.0 1 +sb en Latn 100.0 1 +sc fr Latn 60.0 1 +sc en Latn 4.5 1 +sd ar Arab 61.0 1 +sd en Latn 61.0 1 +se sv Latn 95.0 1 +se fi Latn 2.2 0 +sg en Latn 93.0 1 +sg zh Hans,Hant 77.0 1 +sg ms Arab,Latn 14.0 1 +sg ta Taml 2.1 1 +sh en Latn 69.0 1 +si sl Latn 87.0 1 +sj nb Latn 80.0 1 +sk sk Latn 90.0 1 +sl en Latn 35.0 1 +sm it Latn 89.0 1 +sn wo Latn 70.0 1 +sn fr Latn 39.0 1 +so so Latn 78.0 1 +so ar Arab 34.0 1 +sr nl Latn 90.0 1 +ss en Latn 27.0 1 +st pt Latn 85.0 1 +sv es Latn 89.0 1 +sx en Latn 68.0 1 +sx nl Latn 4.0 1 +sy ar Arab 80.0 1 +sy fr Latn 5.9 1 +sz en Latn 80.0 1 +sz ss Latn 58.0 1 +ta en Dsrt,Shaw 99.0 0 +tc en Latn 98.0 1 +td fr Latn 26.0 1 +td ar Arab 17.0 1 +tf fr Dupl 100.0 0 +tg fr Latn 61.0 1 +th th Thai 80.0 1 +tj tg Arab,Cyrl,Latn 100.0 1 +tk tkl Latn 100.0 1 +tk en Latn 100.0 1 +tl tet Latn 59.0 1 +tl pt Latn 59.0 1 +tm tk Arab,Cyrl,Latn 70.0 1 +tn ar Arab 90.0 1 +tn fr Latn 74.0 1 +to to Latn 95.0 1 +to en Latn 28.0 1 +tr tr Latn 93.0 1 +tt en Latn 99.0 1 +tv tvl Latn 92.0 1 +tv en Latn 9.9 1 +tw zh Hans,Hant 95.0 1 +tz sw Latn 90.0 1 +tz en Latn 69.0 1 +ua uk Cyrl 65.0 1 +ua ru Cyrl 46.0 1 +ug sw Latn 75.0 1 +ug en Latn 3.9 1 +um en Latn 100.0 1 +us en Latn 96.0 1 +us es Latn 9.6 0 +us haw Latn 0.0089 0 +uy es Latn 88.0 1 +uz uz Arab,Cyrl,Latn 100.0 1 +va it Latn 98.0 0 +vc en Latn 96.0 1 +ve es Latn 82.0 1 +vg en Latn 98.0 1 +vi en Latn 75.0 1 +vn vi Latn 86.0 1 +vu bi Latn 90.0 1 +vu en Latn 74.0 1 +vu fr Latn 50.0 1 +wf fr Latn 49.0 1 +ws sm Latn 100.0 1 +ws en Latn 2.2 1 +xk sq Latn 92.0 1 +xk sr Cyrl,Latn 10.0 1 +ye ar Arab 74.0 1 +yt fr Latn 57.0 1 +za en Latn 55.0 1 +za zu Latn 24.0 0 +za xh Latn 18.0 0 +za af Latn 13.0 0 +za nso Latn 9.4 0 +za tn Latn 8.2 0 +za st Latn 7.9 0 +za ts Latn 4.4 0 +za ss Latn 2.7 0 +za ve Latn 2.3 0 +za nr Latn 1.6 0 +zm en Latn 81.0 1 +zw en Latn 91.0 1 +zw sn Latn 81.0 1 +zw nd Latn 12.0 1 \ No newline at end of file diff --git a/resources/language/countries/iso_languages.tsv b/resources/language/countries/iso_languages.tsv new file mode 100644 index 0000000..42d08de --- /dev/null +++ b/resources/language/countries/iso_languages.tsv @@ -0,0 +1,7025 @@ +ISO 639-3 ISO 639-2B ISO 639-2T ISO 639-1 type macro +aaa I +aab I +aac I +aad I +aae I sqi +aaf I +aag I +aah I +aai I +aak I +aal I +aan I +aao I ara +aap I +aar aar aar aa I +aas I +aat I sqi +aau I +aaw I +aax I +aaz I +aba I +abb I +abc I +abd I +abe I +abf I +abg I +abh I ara +abi I +abk abk abk ab I +abl I +abm I +abn I +abo I +abp I +abq I +abr I +abs I +abt I +abu I +abv I ara +abw I +abx I +aby I +abz I +aca I +acb I +acd I +ace ace ace I +acf I +ach ach ach I +acm I ara +acn I +acp I +acq I ara +acr I +act I +acu I +acv I +acw I ara +acx I ara +acy I ara +acz I +ada ada ada I +adb I +add I +ade I +adf I ara +adg I +adh I +adi I +adj I +adl I +adn I +ado I +adq I +adr I +ads I +adt I +adu I +adw I +adx I +ady ady ady I +adz I +aeb I ara +aec I ara +aed I +aee I +aek I +ael I +aem I +aen I +aeq I +aer I +aeu I +aew I +aey I +aez I +afb I ara +afd I +afe I +afg I +afi I +afk I +afn I +afo I +afp I +afr afr afr af I +afs I +aft I +afu I +afz I +agb I +agc I +agd I +age I +agf I +agg I +agh I +agi I +agj I +agk I +agl I +agm I +agn I +ago I +agq I +agr I +ags I +agt I +agu I +agv I +agw I +agx I +agy I +agz I +aha I +ahb I +ahg I +ahh I +ahi I +ahk I +ahl I +ahm I +ahn I +ahp I +ahr I +ahs I +aht I +aia I +aib I +aic I +aie I +aif I +aig I +aih I +aii I syr +aij I +aik I +ail I +aim I +ain ain ain I +aio I +aip I +aiq I +air I +ais I +aiw I +aix I +aiy I +aja I +ajg I +aji I +ajn I +ajp I ara +ajt I jrb +aju I jrb +ajz I +aka aka aka ak M +akb I +akc I +akd I +ake I +akf I +akg I +akh I +aki I +akl I +ako I +akp I +akq I +akr I +aks I +akt I +aku I +akv I +akw I +akz I +ala I +alc I +ald I +ale ale ale I +alf I +alh I +ali I +alj I +alk I +all I +alm I +aln I sqi +alo I +alp I +alq I +alr I +als I sqi +alt alt alt I +alu I +alw I +alx I +aly I +alz I +amb I +amc I +ame I +amf I +amg I +amh amh amh am I +ami I +amj I +amk I +aml I +amm I +amn I +amo I +amp I +amq I +amr I +ams I +amt I +amu I +amv I +amw I +amx I +amy I +anc I +and I +ane I +anf I +anh I +ani I +anj I +ank I +anl I +anm I +ann I +ano I +anp anp anp I +anq I +anr I +ant I +anu I +anv I +anw I +anx I +any I +anz I +aoa I +aob I +aoc I +aod I +aoe I +aof I +aog I +aoi I +aoj I +aok I +aol I +aom I +aon I +aos I +aot I +aou I +aox I +aoz I +apb I +apc I ara +apd I ara +ape I +apf I +apg I +aph I +api I +apj I +apk I +apl I +apm I +apn I +apo I +app I +apq I +apr I +aps I +apt I +apu I +apw I +apx I +apy I +apz I +aqc I +aqd I +aqg I +aqm I +aqn I +aqr I +aqt I +aqz I +ara ara ara ar M +arb I ara +are I +arg arg arg an I +arh I +ari I +ark I +arl I +arn arn arn I +aro I +arp arp arp I +arq I ara +arr I +ars I ara +arv I +arw arw arw I +arx I +ary I ara +arz I ara +asa I +asb I +asc I +asd I +ase I +asf I +asg I +asi I +asj I +ask I +asl I +asm asm asm as I +asn I +aso I +asp I +asq I +asr I +ass I +ast ast ast I +asu I +asv I +asw I +asx I +asy I +asz I +ata I +atb I +atd I +ate I +atg I +ati I +atj I +atk I +atl I +atm I +atn I +ato I +atp I +atq I +atr I +ats I +att I +atu I +atv I +atw I +atx I +aty I +atz I +aua I +aub I +auc I +aud I +aug I +auh I +aui I +auj I +auk I +aul I +aum I +aun I +aup I +auq I +aur I +aut I +auu I +auw I +auy I +auz I ara +ava ava ava av I +avb I +avd I +avi I +avl I ara +avn I +avt I +avu I +avv I +awa awa awa I +awb I +awc I +awe I +awh I +awi I +awm I +awn I +awo I +awr I +aws I +awt I +awu I +awv I +aww I +awx I +awy I +axk I +axx I +aya I +ayb I +ayc I aym +aye I +ayg I +ayh I ara +ayi I +ayk I +ayl I ara +aym aym aym ay M +ayn I ara +ayo I +ayp I ara +ayq I +ayr I aym +ays I +ayt I +ayu I +ayz I +aza I +azb I aze +azd I +aze aze aze az M +azg I +azj I aze +azm I +azn I +azo I +azt I +azz I +baa I +bab I +bac I +baf I +bag I +bah I +baj I +bak bak bak ba I +bal bal bal M +bam bam bam bm I +ban ban ban I +bao I +bap I +bar I +bas bas bas I +bau I +bav I +baw I +bax I +bay I +bba I +bbb I +bbc I +bbd I +bbe I +bbf I +bbg I +bbh I +bbi I +bbj I +bbk I +bbl I +bbm I +bbn I +bbo I +bbp I +bbq I +bbr I +bbs I +bbt I +bbu I +bbv I +bbw I +bbx I +bby I +bbz I ara +bca I +bcb I +bcc I bal +bcd I +bce I +bcf I +bcg I +bch I +bci I +bcj I +bck I +bcl I bik +bcm I +bcn I +bco I +bcp I +bcq I +bcr I +bcs I +bct I +bcu I +bcv I +bcw I +bcy I +bcz I +bda I +bdb I +bdc I +bdd I +bde I +bdf I +bdg I +bdh I +bdi I +bdj I +bdk I +bdl I +bdm I +bdn I +bdo I +bdp I +bdq I +bdr I +bds I +bdt I gba +bdu I +bdv I +bdw I +bdx I +bdy I +bdz I +bea I +beb I +bec I +bed I +bee I +bef I +beg I +beh I +bei I +bej bej bej I +bek I +bel bel bel be I +bem bem bem I +ben ben ben bn I +beo I +bep I +beq I +bes I +bet I +beu I +bev I +bew I +bex I +bey I +bez I +bfa I +bfb I +bfc I +bfd I +bfe I +bff I +bfg I +bfh I +bfi I +bfj I +bfk I +bfl I +bfm I +bfn I +bfo I +bfp I +bfq I +bfr I +bfs I +bft I +bfu I +bfw I +bfx I +bfy I +bfz I +bga I +bgb I +bgc I +bgd I +bge I +bgf I +bgg I +bgi I +bgj I +bgk I +bgl I +bgm I +bgn I bal +bgo I +bgp I bal +bgq I raj +bgr I +bgs I +bgt I +bgu I +bgv I +bgw I +bgx I +bgy I +bgz I +bha I +bhb I +bhc I +bhd I +bhe I +bhf I +bhg I +bhh I +bhi I +bhj I +bhl I +bhm I +bhn I +bho bho bho I +bhp I +bhq I +bhr I mlg +bhs I +bht I +bhu I +bhv I +bhw I +bhx I +bhy I +bhz I +bia I +bib I +bic I +bid I +bie I +bif I +big I +bij I +bik bik bik M +bil I +bim I +bin bin bin I +bio I +bip I +biq I +bir I +bis bis bis bi I +bit I +biu I +biv I +biw I +bix I +biy I +biz I +bja I +bjc I +bje I +bjf I +bjg I +bjh I +bji I +bjj I +bjk I +bjl I +bjm I +bjn I msa +bjo I +bjp I +bjr I +bjs I +bjt I +bju I +bjv I +bjw I +bjx I +bjz I +bka I +bkc I +bkd I +bkf I +bkg I +bkh I +bki I +bkj I +bkk I +bkl I +bkm I +bkn I +bko I +bkp I +bkq I +bkr I +bks I +bkt I +bku I +bkv I +bkw I +bkx I +bky I +bkz I +bla bla bla I +blb I +blc I +bld I +ble I +blf I +blg I +blh I +bli I +blj I +blk I +blm I +bln I bik +blo I +blp I +blq I +blr I +bls I +blt I +blv I +blw I +blx I +bly I +blz I +bma I +bmb I +bmc I +bmd I +bme I +bmf I +bmg I +bmh I +bmi I +bmj I +bmk I +bml I +bmm I mlg +bmo I +bmp I +bmq I +bmr I +bms I +bmt I +bmu I +bmv I +bmw I +bmx I +bmz I +bna I +bnb I +bnc M +bnd I +bne I +bnf I +bng I +bni I +bnj I +bnk I +bnl I +bnm I +bnn I +bno I +bnp I +bnq I +bnr I +bns I +bnu I +bnv I +bnw I +bnx I +bny I +bnz I +boa I +bob I +bod tib bod bo I +boe I +bof I +bog I +boh I +boj I +bok I +bol I +bom I +bon I +boo I +bop I +boq I +bor I +bos bos bos bs I hbs +bot I +bou I +bov I +box I +boy I +boz I +bpa I +bpd I +bpg I +bph I +bpi I +bpj I +bpk I +bpl I +bpm I +bpn I +bpo I +bpp I +bpq I +bpr I +bps I +bpu I +bpv I +bpw I +bpx I +bpy I +bpz I +bqa I +bqb I +bqc I +bqd I +bqg I +bqh I +bqi I +bqj I +bqk I +bql I +bqm I +bqn I +bqo I +bqp I +bqq I +bqr I +bqs I +bqt I +bqu I +bqv I +bqw I +bqx I +bqy I +bqz I +bra bra bra I +brb I +brd I +bre bre bre br I +brf I +brg I +brh I +bri I +brj I +brl I +brm I +brn I +bro I +brp I +brq I +brr I +brs I +brt I +bru I +brv I +brw I +brx I +bry I +brz I +bsa I +bsb I +bsc I +bse I +bsf I +bsg I +bsh I +bsi I +bsj I +bsk I +bsm I +bsn I +bso I +bsp I +bsq I +bsr I +bss I +bst I +bsu I +bsw I +bsx I +bsy I +bta I +btc I +btd I +btf I +btg I +bth I +bti I +btj I msa +btl I +btm I +btn I +bto I bik +btp I +btq I +btr I +bts I +btt I +btu I +btv I +btw I +btx I +bty I +btz I +bua bua bua M +bub I +buc I +bud I +buf I +bug bug bug I +buh I +bui I +buj I +buk I +bul bul bul bg I +bum I +bun I +buo I +bup I +buq I +bus I +but I +buu I +buv I +buw I +bux I +buy I +buz I +bva I +bvb I +bvc I +bvd I +bve I msa +bvf I +bvg I +bvh I +bvi I +bvj I +bvk I +bvl I +bvm I +bvn I +bvo I +bvp I +bvq I +bvr I +bvt I +bvu I msa +bvw I +bvx I +bvy I +bvz I +bwa I +bwb I +bwc I +bwd I +bwe I +bwf I +bwg I +bwh I +bwi I +bwj I +bwk I +bwl I +bwm I +bwn I +bwo I +bwp I +bwq I +bwr I +bws I +bwt I +bwu I +bww I +bwx I +bwy I +bwz I +bxa I +bxb I +bxc I +bxd I +bxe I +bxf I +bxg I +bxh I +bxj I +bxk I luy +bxl I +bxm I bua +bxn I +bxo I +bxp I +bxq I +bxr I bua +bxs I +bxu I bua +bxv I +bxw I +bxz I +bya I +byb I +byc I +byd I +bye I +byf I +byh I +byi I +byj I +byk I +byl I +bym I +byn byn byn I +byo I +byp I +byr I +bys I +byv I +byw I +byx I +byz I +bza I +bzb I +bzc I mlg +bzd I +bze I +bzf I +bzg I +bzh I +bzi I +bzj I +bzk I +bzl I +bzm I +bzn I +bzo I +bzp I +bzq I +bzs I +bzu I +bzv I +bzw I +bzx I +bzy I +bzz I +caa I +cab I +cac I +cad cad cad I +cae I +caf I +cag I +cah I +cak I +cal I +cam I +can I +cao I +cap I +caq I +car car car I +cas I +cat cat cat ca I +cav I +caw I +cax I +cay I +cbb I +cbc I +cbd I +cbg I +cbi I +cbj I +cbk I +cbl I +cbn I +cbo I +cbq I +cbr I +cbs I +cbt I +cbu I +cbv I +cbw I +cby I +ccc I +ccd I +cce I +ccg I +cch I +ccj I +ccl I +ccm I +cco I +ccp I +cda I +cde I +cdf I +cdg I +cdh I +cdi I +cdj I +cdm I +cdn I +cdo I zho +cdr I +cds I +cdy I +cdz I +ceb ceb ceb I +ceg I +cek I +cen I +ces cze ces cs I +cet I +cfa I +cfd I +cfg I +cfm I +cga I +cgc I +cgg I +cgk I +cha cha cha ch I +chd I +che che che ce I +chf I +chh I +chj I +chk chk chk I +chl I +chm chm chm M +chn chn chn I +cho cho cho I +chp chp chp I +chq I +chr chr chr I +chv chv chv cv I +chw I +chx I +chy chy chy I +chz I +cia I +cib I +cic I +cie I +cih I +cik I +cim I +cin I +cip I +cir I +ciw I oji +ciy I +cja I +cje I +cji I +cjk I +cjm I +cjn I +cjo I +cjp I +cjs I +cjv I +cjy I zho +ckb I kur +ckh I +ckl I +ckn I +cko I +ckq I +ckr I +cks I +ckt I +cku I +ckv I +ckx I +cky I +ckz I +cla I +clc I +cld I syr +cle I +clh I +cli I +clj I +clk I +cll I +clm I +clo I +clt I +clu I +clw I +cly I +cma I +cme I +cmi I +cml I +cmn I zho +cmo I +cmr I +cmt I +cna I +cnb I +cnc I +cng I +cnh I +cni I +cnk I +cnl I +cno I +cns I +cnt I +cnu I +cnw I +coa I msa +coc I +cod I +coe I +cof I +cog I +coh I +cok I +col I +com I +con I +coo I +cor cor cor kw I +cos cos cos co I +cot I +cou I +cov I +cox I +coz I +cpa I +cpb I +cpc I +cpi I +cpn I +cpo I +cps I +cpu I +cpx I zho +cpy I +cqd I hmn +cqu I que +cra I +crc I +crd I +cre cre cre cr M +crg I +crh crh crh I +cri I +crj I cre +crk I cre +crl I cre +crm I cre +crn I +cro I +crq I +crs I +crt I +crv I +crw I +crx I +cry I +csa I +csb csb csb I +csc I +csd I +cse I +csf I +csg I +csh I +csj I +csk I +csl I +csm I +csn I +cso I +csq I +csr I +cst I +csv I +csw I cre +csy I +csz I +cta I +ctc I +ctd I +cte I +ctg I +cth I +ctl I +ctn I +cto I +ctp I +cts I bik +ctt I +ctu I +ctz I +cua I +cub I +cuc I +cug I +cuh I +cui I +cuj I +cuk I +cul I +cuq I +cur I +cut I +cuu I +cuv I +cuw I +cux I +cvg I +cvn I +cwa I +cwb I +cwd I cre +cwe I +cwg I +cwt I +cya I +cym wel cym cy I +cyo I +czh I zho +czn I +czo I zho +czt I +daa I +dac I +dad I +dae I +dag I +dah I +dai I +daj I +dak dak dak I +dal I +dam I +dan dan dan da I +dao I +daq I +dar dar dar I +das I +dau I +dav I +daw I +dax I +daz I +dba I +dbb I +dbd I +dbe I +dbf I +dbg I +dbi I +dbj I +dbl I +dbm I +dbn I +dbo I +dbp I +dbq I +dbr I +dbt I +dbu I +dbv I +dbw I +dby I +dcc I +ddd I +dde I +ddg I +ddi I +ddj I +ddn I +ddo I +dds I +ddw I +dec I +ded I +dee I +def I +deg I +deh I +dei I +dek I +del del del M +dem I +den den den M +deq I +der I +des I +deu ger deu de I +dev I +dez I +dga I +dgb I +dgc I +dgd I +dge I +dgg I +dgh I +dgi I +dgk I +dgl I +dgo I doi +dgr dgr dgr I +dgs I +dgu I +dgx I +dgz I +dhd I mwr +dhg I +dhi I +dhl I +dhm I +dhn I +dho I +dhr I +dhs I +dhv I +dhw I +dhx I +dia I +dib I din +dic I +did I +dig I +dih I +dii I +dij I +dik I din +dil I +dim I +din din din M +dio I +dip I din +diq I zza +dir I +dis I +diu I +div div div dv I +diw I din +dix I +diy I +diz I +djb I +djc I +djd I +dje I +dji I +djj I +djk I +djm I +djn I +djo I +djr I +dju I +dka I +dkk I +dkr I +dks I din +dkx I +dlg I +dlk I +dln I +dma I +dmb I +dmc I +dme I +dmg I +dmk I +dml I +dmm I +dmo I +dmr I +dms I +dmu I +dmv I +dmw I +dmx I +dmy I +dna I +dnd I +dne I +dng I +dni I +dnj I +dnk I +dnn I +dnr I +dnt I +dnu I +dnv I +dnw I +dny I +doa I +dob I +doc I +doe I +dof I +doh I +doi doi doi M +dok I +dol I +don I +doo I +dop I +doq I +dor I +dos I +dot I +dov I +dow I +dox I +doy I +doz I +dpp I +drb I +drc I +drd I +dre I +drg I +dri I +drl I +drn I +dro I +drs I +drt I +dru I +dry I +dsb dsb dsb I +dse I +dsh I +dsi I +dsl I +dsn I +dso I +dsq I +dta I +dtb I +dtd I +dti I +dtk I +dtm I +dto I +dtp I +dtr I +dts I +dtt I +dtu I +dty I nep +dua dua dua I +dub I +duc I +dud I +due I +duf I +dug I +duh I +dui I +duj I +duk I +dul I +dun I +duo I +dup I msa +duq I +dur I +dus I +duu I +duv I +duw I +dux I +dva I +dwa I +dwr I +dww I +dya I +dyi I +dym I +dyn I +dyo I +dyu dyu dyu I +dyy I +dza I +dzg I +dzl I +dzn I +dzo dzo dzo dz I +ebg I +ebk I bnc +ebo I +ebr I +ebu I +ecs I +eee I +efa I +efe I +efi efi efi I +ega I +egl I +ego I +ehu I +eip I +eit I +eiv I +eja I +eka eka eka I +eke I +ekg I +eki I +ekk I est +ekl I +ekm I +eko I +ekp I +ekr I +eky I +ele I +elh I +elk I +ell gre ell el I +elm I +elo I +elu I +ema I +emb I +eme I +emg I +emi I +emk I man +emn I +emp I +ems I +emu I +emw I +emx I +ena I +enb I kln +enc I +end I +enf I +eng eng eng en I +enh I +enl I +enn I +eno I +enq I +enr I +enu I +env I +enw I +enx I +eot I +epi I +era I +erg I +erh I +eri I +erk I +ero I +ers I +ert I +erw I +ese I +esh I +esi I ipk +esk I ipk +esl I +esn I +eso I +ess I +est est est et M +esu I +esy I +etb I +eth I +etn I +eto I +etr I +ets I +etu I +etx I +etz I +eus baq eus eu I +eve I +evh I +evn I +ewe ewe ewe ee I +ewo ewo ewo I +ext I +eyo I kln +eza I +eze I +faa I +fab I +fad I +faf I +fag I +fah I +fai I +faj I +fak I +fal I +fam I +fan fan fan I +fao fao fao fo I +fap I +far I +fas per fas fa M +fat fat fat I aka +fau I +fax I +fay I +faz I +fbl I bik +fcs I +fer I +ffi I +ffm I ful +fgr I +fia I +fie I +fij fij fij fj I +fil fil fil I +fin fin fin fi I +fip I +fir I +fit I +fiw I +fkk I +fkv I +fla I +flh I +fli I +fll I +flr I +fly I +fmp I +fmu I +fng I +fni I +fod I +foi I +fom I +fon fon fon I +for I +fpe I +fqs I +fra fre fra fr I +frc I +frd I +frp I +frq I +frr frr frr I +frs frs frs I +frt I +fry fry fry fy I +fse I +fsl I +fss I +fub I ful +fuc I ful +fud I +fue I ful +fuf I ful +fuh I ful +fui I ful +fuj I +ful ful ful ff M +fum I +fun I +fuq I ful +fur fur fur I +fut I +fuu I +fuv I ful +fuy I +fvr I +fwa I +fwe I +gaa gaa gaa I +gab I +gac I +gad I +gae I +gaf I +gag I +gah I +gai I +gaj I +gak I +gal I +gam I +gan I zho +gao I +gap I +gaq I +gar I +gas I +gat I +gau I +gaw I +gax I orm +gay gay gay I +gaz I orm +gba gba gba M +gbb I +gbd I +gbe I +gbf I +gbg I +gbh I +gbi I +gbj I +gbk I +gbl I +gbm I +gbn I +gbo I grb +gbp I gba +gbq I gba +gbr I +gbs I +gbu I +gbv I +gbw I +gbx I +gby I +gbz I +gcc I +gcf I +gcl I +gcn I +gcr I +gct I +gda I raj +gdb I +gdd I +gde I +gdf I +gdg I +gdh I +gdi I +gdj I +gdk I +gdl I +gdm I +gdn I +gdo I +gdq I +gdr I +gds I +gdu I +gdx I +gea I +geb I +gec I grb +ged I +geg I +geh I +gei I +gej I +gek I +gel I +geq I +ges I +gev I +gew I +gex I +gey I +gfk I +gga I +ggb I +gge I +ggg I +ggl I +ggn I +ggo I gon +ggt I +ggu I +ggw I +gha I +ghe I +ghh I +ghk I +ghl I +ghn I +ghr I +ghs I +ght I +gia I +gib I +gic I +gid I +gig I +gih I +gil gil gil I +gim I +gin I +gip I +giq I +gir I +gis I +git I +giu I +giw I +gix I +giy I +giz I +gji I +gjk I +gjn I +gju I raj +gka I +gke I +gkn I +gkp I kpe +gla gla gla gd I +glc I +gld I +gle gle gle ga I +glg glg glg gl I +glh I +glj I +glk I +glo I +glr I +glu I +glv glv glv gv I +glw I +gmb I +gmd I +gmg I +gmm I gba +gmn I +gmu I +gmv I +gmx I +gmz I +gna I +gnb I +gnd I +gne I +gng I +gnh I +gni I +gnk I +gnm I +gnn I +gno I gon +gnq I +gnt I +gnu I +gnw I grn +gnz I +goa I +gob I +goc I +god I +goe I +gof I +gog I +goi I +goj I +gok I +gol I +gom I kok +gon gon gon M +goo I +gop I +goq I +gor gor gor I +gos I +gou I +gow I +gox I +goy I +goz I +gpa I +gpe I +gpn I +gqa I +gqi I +gqr I +gqu I +gra I +grb grb grb M +grd I +grg I +grh I +gri I +grj I grb +grm I +grn grn grn gn M +gro I +grq I +grr I +grs I +grt I +gru I +grv I grb +grw I +grx I +gry I grb +grz I +gse I +gsg I +gsl I +gsm I +gsn I +gso I gba +gsp I +gss I +gsw gsw gsw I +gta I +gua I +gub I +guc I +gud I +gue I +guf I +gug I grn +guh I +gui I grn +guj guj guj gu I +guk I +gul I +gum I +gun I grn +guo I +gup I +guq I +gur I +gus I +gut I +guu I +guw I +gux I +guz I +gva I +gvc I +gve I +gvf I +gvj I +gvl I +gvm I +gvn I +gvo I +gvp I +gvr I +gvs I +gwa I +gwb I +gwc I +gwd I +gwe I +gwf I +gwg I +gwi gwi gwi I +gwj I +gwn I +gwr I +gwt I +gww I +gwx I +gxx I +gya I gba +gyb I +gyd I +gye I +gyg I +gyi I +gyl I +gym I +gyn I +gyr I +gza I +gzi I +gzn I +haa I +hab I +hac I +had I +hae I orm +haf I +hag I +hah I +hai hai hai M +haj I +hak I zho +hal I +ham I +han I +hao I +hap I +haq I +har I +has I +hat hat hat ht I +hau hau hau ha I +hav I +haw haw haw I +hax I hai +hay I +haz I +hba I +hbb I +hbn I +hbs sh M +hbu I +hca I +hch I +hdn I hai +hds I +hdy I +hea I hmn +heb heb heb he I +hed I +heg I +heh I +hei I +hem I +her her her hz I +hgm I +hgw I +hhi I +hhr I +hhy I +hia I +hid I +hif I +hig I +hih I +hii I +hij I +hik I +hil hil hil I +hin hin hin hi I +hio I +hir I +hiw I +hix I +hji I msa +hka I +hke I +hkk I +hks I +hla I +hlb I +hld I +hle I +hlt I +hma I hmn +hmb I +hmc I hmn +hmd I hmn +hme I hmn +hmf I +hmg I hmn +hmh I hmn +hmi I hmn +hmj I hmn +hml I hmn +hmm I hmn +hmn hmn hmn M +hmo hmo hmo ho I +hmp I hmn +hmq I hmn +hmr I +hms I hmn +hmt I +hmu I +hmv I +hmw I hmn +hmy I hmn +hmz I hmn +hna I +hnd I lah +hne I +hnh I +hni I +hnj I hmn +hnn I +hno I lah +hns I +hnu I +hoa I +hob I +hoc I +hoe I +hoh I +hoi I +hoj I raj +hol I +hoo I +hop I +hos I +hot I +hov I +how I +hoy I +hoz I +hpo I +hps I +hra I +hrc I +hre I +hrk I +hrm I hmn +hro I +hrt I +hru I +hrv hrv hrv hr I hbs +hrw I +hrx I +hrz I +hsb hsb hsb I +hsh I +hsl I +hsn I zho +hss I +hti I +hto I +hts I +htu I +hub I +huc I +hud I +hue I +huf I +hug I +huh I +hui I +huj I hmn +huk I +hul I +hum I +hun hun hun hu I +huo I +hup hup hup I +huq I +hur I +hus I +hut I +huu I +huv I +hux I +huy I +huz I +hvc I +hve I +hvk I +hvn I +hvv I +hwa I +hwc I +hwo I +hya I +hye arm hye hy I +iai I +ian I +iap I +iar I +iba iba iba I +ibb I +ibd I +ibe I +ibg I +ibl I +ibm I +ibn I +ibo ibo ibo ig I +ibr I +ibu I +iby I +ica I +ich I +icl I +icr I +ida I luy +idb I +idc I +idd I +ide I +idi I +idr I +ids I +idt I +idu I +ifa I +ifb I +ife I +ifk I +ifm I +ifu I +ify I +igb I +ige I +igg I +igl I +igm I +ign I +igo I +igw I +ihb I +ihi I +ihp I +iii iii iii ii I +ijc I +ije I +ijj I +ijn I +ijs I +ike I iku +iki I +ikk I +ikl I +iko I +ikp I +iks I +ikt I iku +iku iku iku iu M +ikv I +ikw I +ikx I +ikz I +ila I +ilb I +ili I +ilk I +ill I +ilo ilo ilo I +ils I +ilu I +ilv I +ima I +imi I +imn I +imo I +imr I +inb I +ind ind ind id I msa +ing I +inh inh inh I +inj I +inl I +inn I +ino I +inp I +ins I +int I +ior I +iou I +ipi I +ipk ipk ipk ik M +ipo I +iqu I +iqw I +ire I +irh I +iri I +irk I +irn I +irr I +iru I +irx I +iry I +isa I +isc I +isd I +ise I +isg I +ish I +isi I +isk I +isl ice isl is I +ism I +isn I +iso I +isr I +ist I +isu I +ita ita ita it I +itb I +iti I +itk I +itl I +itm I +ito I +itr I +its I +itt I +itv I +itw I +itx I +ity I +itz I +ium I +ivb I +ivv I +iwk I +iwm I +iwo I +iws I +ixc I +ixl I +iya I +iyo I +iyx I +izh I +izr I +izz I +jaa I +jab I +jac I +jad I +jae I +jaf I +jah I +jaj I +jak I msa +jal I +jam I +jao I +jaq I +jas I +jat I lah +jau I +jav jav jav jv I +jax I msa +jay I +jaz I +jbe I +jbj I +jbk I +jbn I +jbr I +jbt I +jbu I +jcs I +jct I +jda I +jdg I +jdt I +jeb I +jee I +jeg I +jeh I +jei I +jek I +jel I +jen I +jer I +jet I +jeu I +jge I +jgk I +jgo I +jhi I +jhs I +jia I +jib I +jic I +jid I +jie I +jig I +jih I +jii I +jil I +jim I +jio I +jiq I +jit I +jiu I +jiv I +jiy I +jje I +jjr I +jkm I +jko I +jkp I +jkr I +jku I +jle I +jls I +jma I +jmb I +jmc I +jmd I +jmi I +jml I +jmn I +jmr I +jms I +jmw I +jmx I +jna I +jnd I +jni I +jnj I +jnl I +jns I +job I +jod I +jos I +jow I +jpn jpn jpn ja I +jpr jpr jpr I +jqr I +jra I +jrb jrb jrb M +jrr I +jrt I +jru I +jsl I +jua I +jub I +jud I +juh I +juk I +jul I +jum I +jun I +juo I +jup I +jur I +jus I +jut I +juu I +juw I +juy I +jvn I +jwi I +jya I +jye I jrb +jyy I +kaa kaa kaa I +kab kab kab I +kac kac kac I +kad I +kaf I +kag I +kah I +kai I +kaj I +kak I +kal kal kal kl I +kam kam kam I +kan kan kan kn I +kao I +kap I +kaq I +kas kas kas ks I +kat geo kat ka I +kau kau kau kr M +kav I +kax I +kay I +kaz kaz kaz kk I +kbc I +kbd kbd kbd I +kbe I +kbg I +kbh I +kbi I +kbj I +kbk I +kbl I +kbm I +kbn I +kbo I +kbp I +kbq I +kbr I +kbs I +kbt I +kbu I +kbv I +kbw I +kbx I +kby I kau +kbz I +kca I +kcb I +kcc I +kcd I +kce I +kcf I +kcg I +kch I +kci I +kcj I +kck I +kcl I +kcm I +kcn I +kco I +kcp I +kcq I +kcr I +kcs I +kct I +kcu I +kcv I +kcw I +kcx I +kcy I +kcz I +kdc I +kdd I +kde I +kdf I +kdg I +kdh I +kdi I +kdj I +kdk I +kdl I +kdm I +kdn I +kdp I +kdq I +kdr I +kdt I +kdu I +kdw I +kdx I +kdy I +kdz I +kea I +keb I +kec I +ked I +kee I +kef I +keg I +keh I +kei I +kej I +kek I +kel I +kem I +ken I +keo I +kep I +keq I +ker I +kes I +ket I +keu I +kev I +kew I +kex I +key I +kez I +kfa I +kfb I +kfc I +kfd I +kfe I +kff I +kfg I +kfh I +kfi I +kfj I +kfk I +kfl I +kfm I +kfn I +kfo I +kfp I +kfq I +kfr I +kfs I +kft I +kfu I +kfv I +kfw I +kfx I +kfy I +kfz I +kga I +kgb I +kgc I +kgd I +kge I +kgf I +kgg I +kgi I +kgj I +kgk I +kgn I +kgo I +kgp I +kgq I +kgr I +kgs I +kgt I +kgu I +kgv I +kgw I +kgx I +kgy I +kha kha kha I +khb I +khc I +khd I +khe I +khf I +khg I +khh I +khj I +khk I mon +khl I +khm khm khm km I +khn I +khp I +khq I +khr I +khs I +kht I +khu I +khv I +khw I +khx I +khy I +khz I +kia I +kib I +kic I +kid I +kie I +kif I +kig I +kih I +kij I +kik kik kik ki I +kil I +kim I +kin kin kin rw I +kio I +kip I +kiq I +kir kir kir ky I +kis I +kit I +kiu I zza +kiv I +kiw I +kix I +kiy I +kiz I +kja I +kjb I +kjc I +kjd I +kje I +kjf I +kjg I +kjh I +kji I +kjj I +kjk I +kjl I +kjm I +kjn I +kjo I +kjp I +kjq I +kjr I +kjs I +kjt I +kju I +kjx I +kjy I +kjz I +kka I +kkb I +kkc I +kkd I +kke I +kkf I +kkg I +kkh I +kki I +kkj I +kkk I +kkl I +kkm I +kkn I +kko I +kkp I +kkq I +kkr I +kks I +kkt I +kku I +kkv I +kkw I +kkx I +kky I +kkz I +klb I +klc I +kld I +kle I +klf I +klg I +klh I +kli I +klj I +klk I +kll I +klm I +kln M +klo I +klp I +klq I +klr I +kls I +klt I +klu I +klv I +klw I +klx I +kly I +klz I +kma I +kmb kmb kmb I +kmc I +kmd I +kme I +kmf I +kmg I +kmh I +kmi I +kmj I +kmk I +kml I +kmm I +kmn I +kmo I +kmp I +kmq I +kmr I kur +kms I +kmt I +kmu I +kmv I +kmw I +kmx I +kmy I +kmz I +kna I +knb I +knc I kau +knd I +kne I +knf I +kng I kon +kni I +knj I +knk I +knl I +knm I +knn I kok +kno I +knp I +knq I +knr I +kns I +knt I +knu I +knv I +knw I +knx I +kny I +knz I +koa I +kod I +koe I +kog I +koh I +koi I kom +kok kok kok M +kol I +kom kom kom kv M +kon kon kon kg M +koo I +kop I +koq I +kor kor kor ko I +kos kos kos I +kot I +kou I +kov I +kow I +koy I +koz I +kpa I +kpb I +kpc I +kpd I +kpe kpe kpe M +kpf I +kpg I +kph I +kpi I +kpj I +kpk I +kpl I +kpm I +kpo I +kpq I +kpr I +kps I +kpt I +kpu I +kpv I kom +kpw I +kpx I +kpy I +kpz I +kqa I +kqb I +kqc I +kqd I +kqe I +kqf I +kqg I +kqh I +kqi I +kqj I +kqk I +kql I +kqm I +kqn I +kqo I +kqp I +kqq I +kqr I +kqs I +kqt I +kqv I +kqw I +kqx I +kqy I +kra I +krc krc krc I +krd I +kre I +krf I +krh I +kri I +krj I +krl krl krl I +krm I +krn I +krp I +krr I +krs I +krt I kau +kru kru kru I +krv I +krw I +krx I +kry I +krz I +ksa I +ksb I +ksc I +ksd I +kse I +ksf I +ksg I +ksh I +ksi I +ksj I +ksk I +ksl I +ksm I +ksn I +kso I +ksp I +ksq I +ksr I +kss I +kst I +ksu I +ksv I +ksw I +ksx I +ksy I +ksz I +kta I +ktb I +ktc I +ktd I +kte I +ktf I +kth I +kti I +ktj I +ktl I +ktm I +ktn I +kto I +ktp I +ktr I +kts I +ktt I +ktu I +ktv I +ktx I +kty I +ktz I +kua kua kua kj I +kub I +kuc I +kud I +kue I +kuf I +kug I +kuh I +kui I +kuj I +kuk I +kul I +kum kum kum I +kun I +kuo I +kup I +kuq I +kur kur kur ku M +kus I +kut kut kut I +kuu I +kuv I +kuw I +kux I +kuy I +kva I +kvb I msa +kvc I +kvd I +kve I +kvf I +kvg I +kvh I +kvi I +kvj I +kvk I +kvl I +kvm I +kvn I +kvo I +kvp I +kvq I +kvr I msa +kvs I +kvt I +kvu I +kvv I +kvw I +kvx I +kvy I +kvz I +kwa I +kwb I +kwc I +kwd I +kwe I +kwf I +kwg I +kwh I +kwi I +kwj I +kwk I +kwl I +kwm I +kwn I +kwo I +kwp I +kwr I +kws I +kwt I +kwu I +kwv I +kww I +kwx I +kwy I kon +kxa I +kxb I +kxc I +kxd I msa +kxf I +kxh I +kxi I +kxj I +kxk I +kxl I +kxm I +kxn I +kxp I +kxq I +kxr I +kxs I +kxt I +kxu I +kxv I +kxw I +kxx I +kxy I +kxz I +kya I +kyb I +kyc I +kyd I +kye I +kyf I +kyg I +kyh I +kyi I +kyj I +kyk I +kyl I +kym I +kyn I +kyo I +kyp I +kyq I +kyr I +kys I +kyt I +kyu I +kyv I +kyw I +kyx I +kyy I +kyz I +kza I +kzb I +kzc I +kzd I +kze I +kzf I +kzg I +kzi I +kzj I +kzl I +kzm I +kzn I +kzo I +kzp I +kzq I +kzr I +kzs I +kzt I +kzu I +kzv I +kzx I +kzy I +kzz I +laa I +lac I +lad lad lad I +lae I +laf I +lag I +lah lah lah M +lai I +laj I +lak I +lal I +lam lam lam I +lan I +lao lao lao lo I +lap I +laq I +lar I +las I +lau I +lav lav lav lv M +law I +lax I +lay I +lbb I +lbc I +lbe I +lbf I +lbg I +lbi I +lbj I +lbk I bnc +lbl I bik +lbm I +lbn I +lbo I +lbq I +lbr I +lbs I +lbt I +lbu I +lbv I +lbw I +lbx I +lbz I +lcc I +lcd I +lce I msa +lcf I msa +lch I +lcl I +lcm I +lcp I +lcq I +lcs I +lda I +ldb I +ldd I +ldg I +ldh I +ldi I kon +ldj I +ldk I +ldl I +ldm I +ldo I +ldp I +ldq I +lea I +leb I +lec I +led I +lee I +lef I +leh I +lei I +lej I +lek I +lel I +lem I +leo I +lep I +leq I +ler I +les I +let I +leu I +lev I +lew I +lex I +ley I +lez lez lez I +lfa I +lga I +lgb I +lgg I +lgh I +lgi I +lgk I +lgl I +lgm I +lgn I +lgq I +lgr I +lgt I +lgu I +lgz I +lha I +lhh I +lhi I +lhl I +lhm I +lhn I +lhp I +lht I +lhu I +lia I +lib I +lic I +lid I +lie I +lif I +lig I +lih I +lij I +lik I +lil I +lim lim lim li I +lin lin lin ln I +lio I +lip I +liq I +lir I +lis I +lit lit lit lt I +liu I +liv I +liw I msa +lix I +liy I +liz I +lje I +lji I +ljl I +ljp I +ljw I +lka I +lkb I luy +lkc I +lkd I +lke I +lkh I +lki I +lkj I +lkl I +lkn I +lko I luy +lkr I +lks I luy +lkt I +lky I +lla I +llb I +llc I +lld I +lle I +llg I +llh I +lli I +lll I +llm I +lln I +llo I +llp I +llq I +lls I +llu I +llx I +lma I +lmb I +lmd I +lme I +lmf I +lmg I +lmh I +lmi I +lmj I +lmk I +lml I +lmn I +lmo I +lmp I +lmq I +lmr I +lmu I +lmv I +lmw I +lmx I +lmy I +lna I +lnb I +lnd I +lnh I +lni I +lnl I +lnm I +lnn I +lno I +lns I +lnu I +lnz I +loa I +lob I +loc I +loe I +lof I +log I +loh I +loi I +loj I +lok I +lol lol lol I +lom I +lon I +loo I +lop I +loq I +lor I +los I +lot I +lou I +lov I +low I +lox I +loy I +loz loz loz I +lpa I +lpe I +lpn I +lpo I +lpx I +lra I +lrc I +lri I luy +lrk I +lrl I +lrm I luy +lrn I +lro I +lrr I +lrt I +lrv I +lrz I +lsa I +lsd I +lse I +lsg I +lsh I +lsi I +lsl I +lsm I luy +lso I +lsp I +lsr I +lss I +lst I +lsy I +ltg I lav +lti I +ltn I +lto I luy +lts I luy +ltu I +ltz ltz ltz lb I +lua lua lua I +lub lub lub lu I +luc I +lud I +lue I +luf I +lug lug lug lg I +lui lui lui I +luj I +luk I +lul I +lum I +lun lun lun I +luo luo luo I +lup I +luq I +lur I +lus lus lus I +lut I +luu I +luv I +luw I +luy M +luz I +lva I +lvk I +lvs I lav +lvu I +lwa I +lwe I +lwg I luy +lwh I +lwl I +lwm I +lwo I +lwt I +lwu I +lww I +lya I +lyg I +lyn I +lzl I +lzn I +lzz I +maa I +mab I +mad mad mad I +mae I +maf I +mag mag mag I +mah mah mah mh I +mai mai mai I +maj I +mak mak mak I +mal mal mal ml I +mam I +man man man M +maq I +mar mar mar mr I +mas mas mas I +mat I +mau I +mav I +maw I +max I msa +maz I +mba I +mbb I +mbc I +mbd I +mbf I +mbh I +mbi I +mbj I +mbk I +mbl I +mbm I +mbn I +mbo I +mbp I +mbq I +mbr I +mbs I +mbt I +mbu I +mbv I +mbw I +mbx I +mby I +mbz I +mca I +mcb I +mcc I +mcd I +mce I +mcf I +mcg I +mch I +mci I +mcj I +mck I +mcm I +mcn I +mco I +mcp I +mcq I +mcr I +mcs I +mct I +mcu I +mcv I +mcw I +mcx I +mcy I +mcz I +mda I +mdb I +mdc I +mdd I +mde I +mdf mdf mdf I +mdg I +mdh I +mdi I +mdj I +mdk I +mdl I +mdm I +mdn I +mdp I +mdq I +mdr mdr mdr I +mds I +mdt I +mdu I +mdv I +mdw I +mdx I +mdy I +mdz I +mea I +meb I +mec I +med I +mee I +mef I +meh I +mei I +mej I +mek I +mel I +men men men I +meo I msa +mep I +meq I +mer I +mes I +met I +meu I +mev I +mew I +mey I +mez I +mfa I msa +mfb I msa +mfc I +mfd I +mfe I +mff I +mfg I +mfh I +mfi I +mfj I +mfk I +mfl I +mfm I +mfn I +mfo I +mfp I +mfq I +mfr I +mfs I +mft I +mfu I +mfv I +mfx I +mfy I +mfz I +mgb I +mgc I +mgd I +mge I +mgf I +mgg I +mgh I +mgi I +mgj I +mgk I +mgl I +mgm I +mgn I +mgo I +mgp I +mgq I +mgr I +mgs I +mgt I +mgu I +mgv I +mgw I +mgy I +mgz I +mha I +mhb I +mhc I +mhd I +mhe I +mhf I +mhg I +mhi I +mhj I +mhk I +mhl I +mhm I +mhn I +mho I +mhp I +mhq I +mhr I chm +mhs I +mht I +mhu I +mhw I +mhx I +mhy I +mhz I +mia I +mib I +mic mic mic I +mid I +mie I +mif I +mig I +mih I +mii I +mij I +mik I +mil I +mim I +min min min I msa +mio I +mip I +miq I +mir I +mit I +miu I +miw I +mix I +miy I +miz I +mjc I +mjd I +mjg I +mjh I +mji I +mjj I +mjk I +mjl I +mjm I +mjn I +mjo I +mjp I +mjr I +mjs I +mjt I +mju I +mjv I +mjw I +mjx I +mjz I +mka I +mkb I +mkc I +mkd mac mkd mk I +mke I +mkf I +mkg I +mki I +mkj I +mkk I +mkl I +mkm I +mkn I +mko I +mkp I +mkr I +mks I +mkt I +mku I man +mkv I +mkw I +mkx I +mky I +mkz I +mla I +mlb I +mlc I +mle I +mlf I +mlg mlg mlg mg M +mlh I +mli I +mlj I +mlk I +mll I +mlm I +mln I +mlo I +mlp I +mlq I man +mlr I +mls I +mlt mlt mlt mt I +mlu I +mlv I +mlw I +mlx I +mlz I +mma I +mmb I +mmc I +mmd I +mme I +mmf I +mmg I +mmh I +mmi I +mmj I +mmk I +mml I +mmm I +mmn I +mmo I +mmp I +mmq I +mmr I hmn +mmt I +mmu I +mmw I +mmx I +mmy I +mmz I +mna I +mnb I +mnc mnc mnc I +mnd I +mne I +mnf I +mng I +mnh I +mni mni mni I +mnj I +mnk I man +mnl I +mnm I +mnn I +mnp I zho +mnq I +mnr I +mns I +mnu I +mnv I +mnw I +mnx I +mny I +mnz I +moa I +moc I +moe I +mog I +moh moh moh I +moi I +moj I +mok I +mon mon mon mn M +moo I +mop I +moq I +mor I +mos mos mos I +mot I +mou I +mov I +mow I +mox I +moy I +moz I +mpa I +mpb I +mpc I +mpd I +mpe I +mpg I +mph I +mpi I +mpj I +mpk I +mpl I +mpm I +mpn I +mpo I +mpp I +mpq I +mpr I +mps I +mpt I +mpu I +mpv I +mpw I +mpx I +mpy I +mpz I +mqa I +mqb I +mqc I +mqe I +mqf I +mqg I msa +mqh I +mqi I +mqj I +mqk I +mql I +mqm I +mqn I +mqo I +mqp I +mqq I +mqr I +mqs I +mqt I +mqu I +mqv I +mqw I +mqx I +mqy I +mqz I +mra I +mrb I +mrc I +mrd I +mrf I +mrg I +mrh I +mri mao mri mi I +mrj I chm +mrk I +mrl I +mrm I +mrn I +mro I +mrp I +mrq I +mrr I +mrs I +mrt I +mru I +mrv I +mrw I +mrx I +mry I +mrz I +msa may msa ms M +msb I +msc I man +msd I +mse I +msf I +msg I +msh I mlg +msi I msa +msj I +msk I +msl I +msm I +msn I +mso I +msq I +msr I +mss I +msu I +msv I +msw I +msx I +msy I +msz I +mta I +mtb I +mtc I +mtd I +mte I +mtf I +mtg I +mth I +mti I +mtj I +mtk I +mtl I +mto I +mtp I +mtq I +mtr I mwr +mts I +mtt I +mtu I +mtv I +mtw I +mtx I +mty I +mua I +mub I +muc I +mud I +mue I +mug I +muh I +mui I msa +muj I +muk I +mum I +muo I +mup I raj +muq I hmn +mur I +mus mus mus I +mut I +muu I +muv I +mux I +muy I +muz I +mva I +mvd I +mve I mwr +mvf I mon +mvg I +mvh I +mvi I +mvk I +mvm I +mvn I +mvo I +mvp I +mvq I +mvr I +mvs I +mvt I +mvu I +mvv I +mvw I +mvx I +mvy I +mvz I +mwa I +mwb I +mwc I +mwe I +mwf I +mwg I +mwh I +mwi I +mwk I man +mwl mwl mwl I +mwm I +mwn I +mwo I +mwp I +mwq I +mwr mwr mwr M +mws I +mwt I +mwv I +mww I hmn +mwx I +mwy I +mwz I +mxa I +mxb I +mxc I +mxd I +mxe I +mxf I +mxg I +mxh I +mxj I +mxk I +mxl I +mxm I +mxn I +mxo I +mxp I +mxq I +mxr I +mxs I +mxt I +mxu I +mxv I +mxw I +mxx I +mxy I +mxz I +mya bur mya my I +myb I +myc I +myd I +mye I +myf I +myg I +myh I +myi I +myj I +myk I +myl I +mym I +myo I +myp I +myr I +myu I +myv myv myv I +myw I +myx I +myy I +mza I +mzb I +mzc I +mzd I +mze I +mzg I +mzh I +mzi I +mzj I +mzk I +mzl I +mzm I +mzn I +mzp I +mzq I +mzr I +mzs I +mzt I +mzu I +mzv I +mzw I +mzx I +mzy I +mzz I +naa I +nab I +nac I +nad I +nae I +naf I +nag I +naj I +nak I +nal I +nam I +nan I zho +nao I +nap nap nap I +naq I +nar I +nas I +nat I +nau nau nau na I +nav nav nav nv I +naw I +nax I +naz I +nba I +nbb I +nbc I +nbd I +nbe I +nbg I +nbh I +nbi I +nbj I +nbk I +nbl nbl nbl nr I +nbm I +nbn I +nbo I +nbp I +nbq I +nbr I +nbs I +nbt I +nbu I +nbv I +nbw I +nby I +nca I +ncb I +ncc I +ncd I +nce I +ncf I +ncg I +nch I +ncj I +nck I +ncl I +ncm I +ncn I +nco I +ncp I +ncr I +ncs I +nct I +ncu I +ncx I +nda I +ndb I +ndc I +ndd I +nde nde nde nd I +ndg I +ndh I +ndi I +ndj I +ndk I +ndl I +ndm I +ndn I +ndo ndo ndo ng I +ndp I +ndq I +ndr I +nds nds nds I +ndt I +ndu I +ndv I +ndw I +ndx I +ndy I +ndz I +nea I +neb I +nec I +ned I +nee I +nef I +neg I +neh I +nej I +nek I +nem I +nen I +neo I +nep nep nep ne M +neq I +ner I +nes I +net I +nev I +new new new I +nex I +ney I +nez I +nfa I +nfd I +nfl I +nfr I +nfu I +nga I +ngb I +ngc I +ngd I +nge I +ngg I +ngh I +ngi I +ngj I +ngk I +ngl I +ngm I +ngn I +ngo I +ngp I +ngq I +ngr I +ngs I +ngt I +ngu I +ngw I +ngx I +ngy I +ngz I +nha I +nhb I +nhd I grn +nhe I +nhf I +nhg I +nhh I +nhi I +nhk I +nhm I +nhn I +nho I +nhp I +nhq I +nhr I +nht I +nhu I +nhv I +nhw I +nhx I +nhy I +nhz I +nia nia nia I +nib I +nie I +nif I +nih I +nii I +nij I +nik I +nil I +nim I +nin I +nio I +niq I kln +nir I +nis I +nit I +niu niu niu I +niv I +niw I +nix I +niy I +niz I +nja I +njb I +njd I +njh I +nji I +njj I +njl I +njm I +njn I +njo I +njr I +njs I +njt I +nju I +njx I +njy I +njz I +nka I +nkb I +nkc I +nkd I +nke I +nkf I +nkg I +nkh I +nki I +nkj I +nkk I +nkm I +nkn I +nko I +nkq I +nkr I +nks I +nkt I +nku I +nkv I +nkw I +nkx I +nkz I +nla I +nlc I +nld dut nld nl I +nle I luy +nlg I +nli I +nlj I +nlk I +nll I +nlo I +nlq I +nlu I +nlv I +nlx I +nly I +nlz I +nma I +nmb I +nmc I +nmd I +nme I +nmf I +nmg I +nmh I +nmi I +nmj I +nmk I +nml I +nmm I +nmn I +nmo I +nmq I +nms I +nmt I +nmu I +nmw I +nmx I +nmy I +nmz I +nna I +nnb I +nnc I +nnd I +nne I +nnf I +nng I +nnh I +nni I +nnj I +nnk I +nnl I +nnm I +nnn I +nno nno nno nn I nor +nnp I +nnq I +nns I +nnu I +nnw I +nnz I +noa I +nob nob nob nb I nor +noc I +nod I +noe I +nof I +nog nog nog I +noh I +noi I +noj I +nop I +noq I +nor nor nor no M +nos I +not I +nou I +now I +noy I +noz I +npa I +npb I +npg I +nph I +npi I nep +npl I +npn I +npo I +nps I +npu I +npy I +nqg I +nqk I +nqm I +nqn I +nqo nqo nqo I +nqq I +nqy I +nra I +nrb I +nre I +nrf I +nrg I +nri I +nrk I +nrl I +nrm I +nru I +nrz I +nsa I +nsc I +nsd I +nse I +nsf I +nsg I +nsh I +nsi I +nsk I +nsl I +nsm I +nsn I +nso nso nso I +nsp I +nsq I +nsr I +nss I +nst I +nsu I +nsv I +nsw I +nsx I +nsy I +nsz I +nte I +nti I +ntj I +ntk I +ntm I +nto I +ntp I +ntr I +ntu I +ntx I +nty I +ntz I +nua I +nud I +nue I +nuf I +nuh I +nui I +nuj I +nuk I +nul I +num I +nun I +nuo I +nup I +nuq I +nur I +nus I +nut I +nuu I +nuv I +nuw I +nux I +nuy I +nuz I +nvh I +nvm I +nvo I +nwb I +nwe I +nwi I +nwm I +nwr I +nxa I +nxd I +nxe I +nxg I +nxi I +nxk I +nxl I +nxo I +nxq I +nxr I +nxx I +nya nya nya ny I +nyb I +nyc I +nyd I luy +nye I +nyf I +nyg I +nyh I +nyi I +nyj I +nyk I +nyl I +nym nym nym I +nyn nyn nyn I +nyo nyo nyo I +nyq I +nyr I +nys I +nyu I +nyw I +nyy I +nza I +nzb I +nzi nzi nzi I +nzk I +nzm I +nzs I +nzu I +nzy I +nzz I +oaa I +oac I +obk I bnc +obl I +obo I +obu I +oca I +oci oci oci oc I +ocu I +oda I +odk I +odu I +ofu I +ogb I +ogc I +ogg I +ogo I +ogu I +oia I +oin I +ojb I oji +ojc I oji +ojg I oji +oji oji oji oj M +ojs I oji +ojv I +ojw I oji +oka I +okb I +okd I +oke I +okh I +oki I kln +okk I +okn I +okr I +oks I +oku I +okv I +okx I +ola I +old I +ole I +olm I +olo I +olr I +oma I +omb I +omg I +omi I +oml I +omo I +omt I +omw I +ona I +onb I +one I +ong I +oni I +onj I +onk I +onn I +ono I +onp I +onr I +ons I +ont I +onu I +onx I +ood I +oog I +oon I +oor I +opa I +opk I +opm I +opo I +opy I +ora I +orc I orm +ore I +org I +orh I +ori ori ori or M +orm orm orm om M +orn I msa +oro I +orr I +ors I msa +ort I +oru I +orw I +orx I +ory I ori +orz I +osa osa osa I +osi I +oso I +oss oss oss os I +ost I +osu I +otd I +ote I +otl I +otm I +otn I +otq I +otr I +ots I +ott I +otw I oji +otx I +otz I +oua I +oub I +oue I +owi I +oyb I +oyd I +oym I +oyy I +ozm I +pab I +pac I +pad I +pae I +pag pag pag I +pah I +pai I +pak I +pam pam pam I +pan pan pan pa I +pao I +pap pap pap I +paq I +par I +pas I +pat I +pau pau pau I +pav I +paw I +pay I +pbb I +pbc I +pbe I +pbf I +pbh I +pbi I +pbl I +pbn I +pbo I +pbp I +pbr I +pbs I +pbt I pus +pbu I pus +pbv I +pby I +pca I +pcb I +pcc I +pcd I +pce I +pcf I +pcg I +pch I +pci I +pcj I +pck I +pcl I +pcm I +pcn I +pcp I +pcw I +pda I +pdc I +pdi I +pdn I +pdo I +pdt I +pdu I +pea I +ped I +pee I +peg I +peh I +pei I +pek I +pel I msa +pem I +pep I +peq I +pes I fas +pev I +pex I +pey I +pez I +pfa I +pfe I +pfl I +pga I ara +pgg I +pgi I +pgk I +pgs I +pgu I +pha I +phd I +phg I +phh I +phk I +phl I +phm I +pho I +phq I +phr I lah +pht I +phu I +phv I +phw I +pia I +pib I +pic I +pid I +pif I +pig I +pih I +pii I +pil I +pin I +pio I +pip I +pir I +pis I +piu I +piv I +piw I +pix I +piy I +piz I +pjt I +pkb I +pkg I +pkh I +pkn I +pko I kln +pkp I +pkr I +pks I +pkt I +pku I +pla I +plb I +plc I +pld I +ple I +plg I +plh I +plj I +plk I +pll I +pln I +plo I +plp I +plr I +pls I +plt I mlg +plu I +plv I +plw I +ply I +plz I +pma I +pmb I +pme I +pmf I +pmi I +pmj I +pmm I +pmn I +pmo I +pmq I +pmr I +pms I +pmt I +pmw I +pmx I +pmy I +pna I +pnb I lah +pnc I +pne I +png I +pnh I +pni I +pnk I +pnl I +pnm I +pnn I +pnp I +pnq I +pnr I +pns I +pnt I +pnu I +pnv I +pnw I +pnx I +pny I +pnz I +poc I +poe I +pof I +poh I +poi I +pok I +pol pol pol pl I +pom I +pon pon pon I +poo I +pop I +poq I +por por por pt I +pos I +pot I +pov I +pow I +poy I +ppa I +ppe I +ppi I +ppk I +ppl I +ppm I +ppn I +ppo I +ppp I +ppq I +pps I +ppt I +pqa I +pqm I +prb I +prc I +prd I +pre I +prf I +prg I +prh I +pri I +prk I +prl I +prm I +prn I +prp I +prq I +prs I fas +prt I +pru I +prw I +prx I +pry I +prz I +psa I +psc I +psd I +pse I msa +psg I +psh I +psi I +psl I +psn I +pso I +psp I +psq I +psr I +pss I +pst I pus +psw I +pta I +pti I +ptn I +pto I +ptp I +ptq I +ptr I +ptt I +ptu I +ptv I +pty I +pua I +pub I +puc I +pud I +puf I +pug I +pui I +puj I +puk I +pum I +puo I +pup I +pur I +pus pus pus ps M +put I +puu I +puw I +pux I +pwa I +pwb I +pwg I +pwm I +pwn I +pwo I +pwr I +pww I +pxm I +pye I +pym I +pyn I +pys I +pyu I +pyy I +pzn I +qua I +qub I que +quc I +qud I que +que que que qu M +quf I que +qug I que +quh I que +qui I +quk I que +qul I que +qum I +qup I que +quq I +qur I que +qus I que +quv I +quw I que +qux I que +quy I que +quz I que +qva I que +qvc I que +qve I que +qvh I que +qvi I que +qvj I que +qvl I que +qvm I que +qvn I que +qvo I que +qvp I que +qvs I que +qvw I que +qvy I +qvz I que +qwa I que +qwh I que +qws I que +qxa I que +qxc I que +qxh I que +qxl I que +qxn I que +qxo I que +qxp I que +qxq I +qxr I que +qxs I +qxt I que +qxu I que +qxw I que +raa I +rab I +rac I +rad I +raf I +rag I luy +rah I +rai I +raj raj raj M +rak I +ral I +ram I +ran I +rao I +rap rap rap I +raq I +rar rar rar I +ras I +rat I +rau I +rav I +raw I +rax I +ray I +raz I +rbb I +rbk I bnc +rbl I bik +rcf I +rdb I +rea I +reb I +ree I +reg I +rei I +rej I +rel I +ren I +res I +ret I +rey I +rga I +rge I +rgn I +rgr I +rgs I +rgu I +rhg I +rhp I +ria I +rie I +rif I +ril I +rim I +rin I +rir I +rit I +riu I +rjg I +rji I +rjs I +rka I +rkb I +rkh I +rki I +rkm I +rkt I +rma I +rmb I +rmc I rom +rme I +rmf I rom +rmg I +rmh I +rmi I +rmk I +rml I rom +rmm I +rmn I rom +rmo I rom +rmp I +rmq I +rms I +rmt I +rmu I +rmw I rom +rmx I +rmy I rom +rmz I +rnd I +rng I +rnl I +rnn I +rnp I +rnw I +rob I +roc I +rod I +roe I +rof I +rog I +roh roh roh rm I +rol I +rom rom rom M +ron rum ron ro I +roo I +rop I +ror I +rou I +row I +rpn I +rpt I +rri I +rro I +rsb I +rsi I +rsl I +rtc I +rth I +rtm I +rtw I +rub I +ruc I +rue I +ruf I +rug I +ruh I +rui I +ruk I +run run run rn I +ruo I +rup rup rup I +ruq I +rus rus rus ru I +rut I +ruu I +ruy I +ruz I +rwa I +rwk I +rwm I +rwo I +rwr I mwr +rxd I +ryn I +rys I +ryu I +saa I +sab I +sac I +sad sad sad I +sae I +saf I +sag sag sag sg I +sah sah sah I +saj I +sak I +sao I +saq I +sas sas sas I +sat sat sat I +sau I +sav I +saw I +sax I +say I +saz I +sba I +sbb I +sbc I +sbd I +sbe I +sbf I +sbg I +sbh I +sbi I +sbj I +sbk I +sbl I +sbm I +sbn I +sbo I +sbp I +sbq I +sbr I +sbs I +sbt I +sbu I +sbw I +sbx I +sby I +sbz I +scb I +sce I +scf I +scg I +sch I +sci I +sck I +scl I +scn scn scn I +sco sco sco I +scp I +scq I +scs I den +scu I +scv I +scw I +sda I +sdb I +sdc I srd +sde I +sdf I +sdg I +sdh I kur +sdj I +sdk I +sdl I +sdm I +sdn I srd +sdo I +sdp I +sdr I +sdu I +sdx I +sdz I +sea I +seb I +sec I +sed I +see I +sef I +seg I +seh I +sei I +sej I +sek I +sel sel sel I +sen I +seo I +sep I +seq I +ser I +ses I +set I +seu I +sev I +sew I +sey I +sez I +sfb I +sfe I +sfm I hmn +sfs I +sfw I +sgb I +sgc I kln +sgd I +sge I +sgg I +sgh I +sgi I +sgj I +sgk I +sgp I +sgr I +sgs I +sgt I +sgu I +sgw I +sgx I +sgy I +sgz I +sha I +shb I +shc I +shd I +she I +shg I +shh I +shi I +shj I +shk I +shl I +shm I +shn shn shn I +sho I +shp I +shq I +shr I +shs I +shu I ara +shv I +shw I +shx I +shy I +shz I +sib I +sid sid sid I +sie I +sif I +sig I +sih I +sii I +sij I +sik I +sil I +sim I +sin sin sin si I +sip I +siq I +sir I +siu I +siv I +siw I +six I +siy I +siz I +sja I +sjb I +sjd I +sje I +sjg I +sjl I +sjm I +sjo I +sjp I +sjr I +sjt I +sju I +sjw I +ska I +skb I +skc I +skd I +ske I +skf I +skg I mlg +skh I +ski I +skj I +skk I +skm I +skn I +sko I +skp I +skq I +skr I lah +sks I +skt I +sku I +skv I +skx I +sky I +skz I +slc I +sld I +sle I +slf I +slg I +slh I +sli I +slj I +slk slo slk sk I +sll I +slm I +slp I +slq I +slr I +sls I +slt I +slu I +slv slv slv sl I +slw I +slx I +sly I +slz I +sma sma sma I +smb I +smd I +sme sme sme se I +smf I +smg I +smh I +smj smj smj I +smk I +sml I +smm I +smn smn smn I +smo smo smo sm I +smq I +smr I +sms sms sms I +smt I +smv I +smw I +smx I +smy I +smz I +sna sna sna sn I +snb I +snc I +snd snd snd sd I +sne I +snf I +sng I +snj I +snk snk snk I +snl I +snm I +snn I +sno I +snp I +snq I +snr I +sns I +snu I +snv I +snw I +snx I +sny I +snz I +soa I +sob I +soc I +sod I +soe I +soh I +soi I +soj I +sok I +sol I +som som som so I +soo I +sop I +soq I +sor I +sos I +sot sot sot st I +sou I +sov I +sow I +sox I +soy I +soz I +spa spa spa es I +spb I +spc I +spd I +spe I +spg I +spi I +spk I +spl I +spm I +spn I +spo I +spp I +spq I +spr I +sps I +spt I +spu I +spv I ori +spy I kln +sqa I +sqh I +sqi alb sqi sq M +sqk I +sqm I +sqo I +sqq I +sqs I +sqt I +squ I +sra I +srb I +src I srd +srd srd srd sc M +sre I +srf I +srg I +srh I +sri I +srk I +srl I +srm I +srn srn srn I +sro I srd +srp srp srp sr I hbs +srq I +srr srr srr I +srs I +srt I +sru I +srv I +srw I +srx I +sry I +srz I +ssb I +ssc I +ssd I +sse I +ssf I +ssg I +ssh I ara +ssi I +ssj I +ssk I +ssl I +ssm I +ssn I +sso I +ssp I +ssq I +ssr I +sss I +sst I +ssu I +ssv I +ssw ssw ssw ss I +ssx I +ssy I +ssz I +sta I +stb I +std I +ste I +stf I +stg I +sth I +sti I +stj I +stk I +stl I +stm I +stn I +sto I +stp I +stq I +str I +sts I +stt I +stu I +stv I +stw I +sty I +sua I +sub I +suc I +sue I +sug I +sui I +suj I +suk suk suk I +sun sun sun su I +suq I +sur I +sus sus sus I +suv I +suw I +suy I +suz I +sva I +svb I +svc I +sve I +svk I +svm I +svr I +svs I +swa swa swa sw M +swb I +swc I swa +swe swe swe sv I +swf I +swg I +swh I swa +swi I +swj I +swk I +swl I +swm I +swn I +swo I +swp I +swq I +swr I +sws I +swt I +swu I +swv I mwr +swx I +swy I +sxb I +sxe I +sxg I +sxm I +sxn I +sxr I +sxs I +sxu I +sxw I +sya I +syb I +syi I +syk I +syl I +sym I +syn I +syo I +syr syr syr M +sys I +syw I +syx I +syy I +sza I +szb I +szc I +sze I +szg I +szl I +szn I +szp I +szv I +szw I +taa I +tab I +tac I +tad I +tae I +taf I +tag I +tah tah tah ty I +taj I +tak I +tal I +tam tam tam ta I +tan I +tao I +tap I +taq I tmh +tar I +tat tat tat tt I +tau I +tav I +taw I +tax I +tay I +taz I +tba I +tbc I +tbd I +tbe I +tbf I +tbg I +tbi I +tbj I +tbk I +tbl I +tbm I +tbn I +tbo I +tbp I +tbr I +tbs I +tbt I +tbv I +tbw I +tbx I +tby I +tbz I +tca I +tcb I +tcc I +tcd I +tce I +tcf I +tcg I +tch I +tci I +tck I +tcm I +tcn I +tco I +tcp I +tcq I +tcs I +tct I +tcu I +tcw I +tcx I +tcy I +tcz I +tda I +tdb I +tdc I +tdd I +tde I +tdf I +tdg I +tdh I +tdi I +tdj I +tdk I +tdl I +tdn I +tdo I +tdq I +tdr I +tds I +tdt I +tdu I +tdv I +tdx I mlg +tdy I +tea I +tec I kln +ted I +tee I +tef I +teg I +teh I +tei I +tek I +tel tel tel te I +tem tem tem I +teo I +teq I +ter ter ter I +tes I +tet tet tet I +teu I +tev I +tew I +tex I +tey I +tfi I +tfn I +tfo I +tfr I +tft I +tga I +tgb I +tgc I +tgd I +tge I +tgf I +tgh I +tgi I +tgj I +tgk tgk tgk tg I +tgl tgl tgl tl I +tgn I +tgo I +tgp I +tgq I +tgr I +tgs I +tgt I +tgu I +tgw I +tgx I +tha tha tha th I +thc I +thd I +the I +thf I +thh I +thi I +thk I +thl I +thm I +thn I +thp I +thq I +thr I +ths I +tht I +thu I +thv I tmh +thw I +thy I +thz I tmh +tia I +tic I +tid I +tif I +tig tig tig I +tih I +tii I +tij I +tik I +tim I +tin I +tio I +tip I +tiq I +tir tir tir ti I +tis I +tit I +tiu I +tiv tiv tiv I +tiw I +tix I +tiy I +tiz I +tja I +tjg I +tji I +tjl I +tjo I +tjs I +tjw I +tkb I +tkd I +tke I +tkg I mlg +tkl tkl tkl I +tkn I +tkp I +tkq I +tkr I +tks I +tkt I +tku I +tkv I +tkw I +tkx I +tkz I +tla I +tlb I +tlc I +tld I +tlf I +tlg I +tli tli tli I +tlj I +tlk I +tll I +tlm I +tln I +tlo I +tlp I +tlq I +tlr I +tls I +tlt I +tlu I +tlv I +tlx I +tly I +tma I +tmb I +tmc I +tmd I +tmf I +tmh tmh tmh M +tmi I +tmj I +tmk I +tml I +tmm I +tmn I +tmo I +tmp I +tmq I +tms I +tmt I +tmu I +tmv I +tmw I msa +tmy I +tna I +tnb I +tnc I +tnd I +tne I +tng I +tnh I +tni I +tnk I +tnl I +tnm I +tnn I +tno I +tnp I +tnr I +tns I +tnt I +tnu I +tnv I +tnw I +tnx I +tny I +tnz I +tob I +toc I +tod I +tof I +tog tog tog I +toh I +toi I +toj I +tol I +tom I +ton ton ton to I +too I +top I +toq I +tor I +tos I +tou I +tov I +tow I +tox I +toy I +toz I +tpa I +tpc I +tpe I +tpf I +tpg I +tpi tpi tpi I +tpj I +tpl I +tpm I +tpo I +tpp I +tpq I +tpr I +tpt I +tpu I +tpv I +tpx I +tpy I +tpz I +tqb I +tql I +tqm I +tqn I +tqo I +tqp I +tqq I +tqt I +tqu I +tra I +trb I +trc I +trd I +tre I +trf I +trg I +trh I +tri I +trj I +trl I +trm I +trn I +tro I +trp I +trq I +trr I +trs I +trt I +tru I +trv I +trw I +trx I +tsa I +tsb I +tsc I +tsd I +tse I +tsg I +tsh I +tsi tsi tsi I +tsj I +tsk I +tsl I +tsm I +tsn tsn tsn tn I +tso tso tso ts I +tsp I +tsq I +tsr I +tss I +tst I +tsu I +tsv I +tsw I +tsx I +tsy I +tsz I +ttb I +ttc I +ttd I +tte I +ttf I +ttg I +tth I +tti I +ttj I +ttk I +ttl I +ttm I +ttn I +tto I +ttp I +ttq I tmh +ttr I +tts I +ttt I +ttu I +ttv I +ttw I +tty I +ttz I +tua I +tub I +tuc I +tue I +tuf I +tug I +tuh I +tui I +tuj I +tuk tuk tuk tk I +tul I +tum tum tum I +tuo I +tuq I +tur tur tur tr I +tus I +tuu I +tuv I +tuy I kln +tuz I +tva I +tvd I +tve I +tvk I +tvl tvl tvl I +tvm I +tvn I +tvo I +tvs I +tvt I +tvu I +tvw I +twb I +twd I +twe I +twf I +twg I +twh I +twi twi twi tw I aka +twl I +twm I +twn I +two I +twp I +twq I +twr I +twu I +tww I +twx I +twy I +txa I +txe I +txi I +txj I +txm I +txn I +txo I +txq I +txs I +txt I +txu I +txx I +txy I mlg +tya I +tye I +tyh I +tyi I +tyj I +tyl I +tyn I +tyr I +tys I +tyt I +tyu I +tyv tyv tyv I +tyx I +tyz I +tza I +tzh I +tzj I +tzm I +tzn I +tzo I +tzx I +uan I +uar I +uba I +ubi I +ubl I bik +ubr I +ubu I +uda I +ude I +udg I +udi I +udj I +udl I +udm udm udm I +udu I +ues I +ufi I +uge I +ugn I +ugo I +ugy I +uha I +uhn I +uig uig uig ug I +uis I +uiv I +uji I +uka I +ukg I +ukh I +ukl I +ukp I +ukq I +ukr ukr ukr uk I +uks I +uku I +ukw I +ula I +ulb I +ulc I +ulf I +uli I +ulk I +ull I +ulm I +uln I +ulu I +ulw I +uma I +umb umb umb I +umi I +umm I +umn I +ump I +ums I +umu I del +una I +une I +ung I +unk I +unn I +unr I +unu I +unx I +unz I +upi I +upv I +ura I +urb I +urd urd urd ur I +ure I +urg I +urh I +uri I +urk I msa +url I +urm I +urn I +uro I +urp I +urr I +urt I +urw I +urx I +ury I +urz I +usa I +ush I +usi I +usk I +usp I +usu I +uta I +ute I +utp I +utr I +utu I +uum I +uun I +uur I +uuu I +uve I +uvh I +uvl I +uwa I +uya I +uzb uzb uzb uz M +uzn I uzb +uzs I uzb +vaa I +vae I +vaf I +vag I +vah I +vai vai vai I +vaj I +val I +vam I +van I +vao I +vap I +var I +vas I +vau I +vav I +vay I +vbb I +vbk I bnc +vec I +ved I +vel I +vem I +ven ven ven ve I +vep I +ver I +vgr I +vgt I +vic I +vid I +vie vie vie vi I +vif I +vig I +vil I +vin I +vis I +vit I +viv I +vki I +vkj I +vkk I msa +vkl I +vko I +vkp I +vkt I msa +vku I +vlp I +vls I +vma I +vmc I +vmd I +vme I +vmf I +vmg I +vmh I +vmj I +vmk I +vmm I +vmp I +vmq I +vmr I +vmw I +vmx I +vmy I +vmz I +vnk I +vnm I +vnp I +vor I +vot vot vot I +vra I +vro I est +vrs I +vrt I +vsi I +vsl I +vsv I +vto I +vum I +vun I +vut I +vwa I +waa I +wab I +wac I +wad I +wae I +wag I +wah I +wai I +waj I +wal wal wal I +wan I +wap I +waq I +war war war I +was was was I +wat I +wau I +wav I +waw I +wax I +way I +waz I +wba I +wbb I +wbe I +wbf I +wbh I +wbi I +wbj I +wbk I +wbl I +wbm I +wbp I +wbq I +wbr I raj +wbt I +wbv I +wbw I +wca I +wci I +wdd I +wdg I +wdj I +wec I +wed I +weg I +weh I +wei I +wem I +weo I +wep I +wer I +wes I +wet I +weu I +wew I +wfg I +wgb I +wgi I +wgo I +wgy I +wha I +whg I +whk I +whu I +wib I +wic I +wig I +wih I +wii I +wij I +wik I +wim I +win I +wiu I +wiv I +wja I +wji I +wkb I +wkd I +wkl I +wku I +wla I +wlc I +wle I +wlg I +wli I +wll I +wln wln wln wa I +wlo I +wlr I +wls I +wlv I +wlw I +wlx I +wmb I +wmc I +wmd I +wme I +wmh I +wmm I +wmo I +wms I +wmt I +wmw I +wmx I +wnb I +wnc I +wne I +wng I +wni I +wnk I +wno I +wnp I +wnu I +wnw I +wny I +woa I +wob I +woc I +wod I +woe I +wof I +wog I +woi I +wok I +wol wol wol wo I +wom I +won I +woo I +wor I +wos I +wow I +wpc I +wra I +wrd I +wrk I +wrl I +wrm I +wrn I +wrp I +wrr I +wrs I +wru I +wrv I +wrx I +wry I mwr +wsa I +wsi I +wsk I +wsr I +wss I +wtf I +wti I +wtk I +wtm I +wtw I +wua I +wub I +wud I +wuh I +wul I +wum I +wun I +wut I +wuu I zho +wuv I +wux I +wuy I +wwa I +wwo I +www I +wxa I +wya I +wyb I +wym I +wyr I +wyy I +xab I +xac I +xal xal xal I +xan I +xao I +xat I +xau I +xav I +xaw I +xay I +xbi I +xbr I +xby I +xda I +xdy I +xed I +xel I +xem I +xer I +xes I +xet I +xeu I +xgu I +xhe I lah +xho xho xho xh I +xhv I +xii I +xis I +xiy I +xka I +xkb I +xkc I +xkd I +xke I +xkf I +xkg I +xkh I +xki I +xkj I +xkk I +xkl I +xkn I +xko I +xkp I +xkq I +xks I +xkt I +xku I +xkv I +xkw I +xkx I +xky I +xkz I +xla I +xma I +xmb I +xmc I +xmd I +xmf I +xmg I +xmh I +xmj I +xml I +xmm I msa +xmo I +xms I +xmt I +xmv I mlg +xmw I mlg +xmx I +xmy I +xmz I +xnb I +xnh I +xnn I +xnr I doi +xns I +xny I +xnz I +xod I +xog I +xoi I +xok I +xom I +xon I +xop I +xor I +xow I +xpe I kpe +xpk I +xra I +xrb I +xre I +xri I +xru I +xrw I +xsb I +xse I +xsh I +xsi I +xsl I den +xsm I +xsn I +xsp I +xsq I +xsr I +xsu I +xsy I +xta I +xtb I +xtc I +xtd I +xte I +xti I +xtj I +xtl I +xtm I +xtn I +xtp I +xts I +xtt I +xtu I +xtw I +xty I +xua I +xub I +xug I +xuj I +xuo I +xuu I +xvi I +xwa I +xwe I +xwg I +xwl I +xwr I +xxk I +xyy I +yaa I +yab I +yac I +yad I +yae I +yaf I +yag I +yah I +yai I +yaj I +yak I +yal I +yam I +yan I +yao yao yao I +yap yap yap I +yaq I +yar I +yas I +yat I +yau I +yav I +yaw I +yax I +yay I +yaz I +yba I +ybb I +ybe I +ybh I +ybi I +ybj I +ybk I +ybl I +ybm I +ybo I +ybx I +yby I +ych I +ycl I +ycn I +ycp I +ydd I yid +yde I +ydg I +ydk I +yea I +yec I +yee I +yej I +yel I +yer I +yes I +yet I +yeu I +yev I +yey I +ygl I +ygm I +ygp I +ygr I +ygs I +ygu I +ygw I +yha I +yhd I jrb +yhl I +yia I +yid yid yid yi M +yif I +yig I +yih I yid +yii I +yij I +yik I +yim I +yin I +yip I +yiq I +yir I +yis I +yit I +yiu I +yiv I +yix I +yiz I +yka I +ykg I +yki I +ykk I +ykl I +ykm I +ykn I +yko I +ykr I +ykt I +yku I +yky I +yla I +ylb I +yle I +ylg I +yli I +yll I +ylm I +yln I +ylo I +ylu I +yly I +ymb I +ymc I +ymd I +ymg I +ymh I +ymi I +ymk I +yml I +ymm I +ymn I +ymo I +ymp I +ymq I +ymr I +ymx I +ymz I +yna I +yne I +yng I +ynk I +ynl I +yno I +ynq I +yns I +yog I +yoi I +yok I +yom I +yon I +yor yor yor yo I +yot I +yox I +yoy I +ypa I +ypb I +ypg I +yph I +ypm I +ypn I +ypo I +ypp I +ypz I +yra I +yrb I +yre I +yri I +yrk I +yrl I +yrm I +yrn I +yrs I +yrw I +yry I +ysd I +ysg I +ysl I +ysn I +yso I +ysp I +yss I +ysy I +yta I +ytl I +ytp I +ytw I +yua I +yuc I +yud I jrb +yue I zho +yuf I +yui I +yuj I +yul I +yum I +yun I +yup I +yuq I +yur I +yut I +yuw I +yux I +yuy I +yuz I +yva I +ywa I +ywg I +ywl I +ywn I +ywq I +ywr I +ywt I +ywu I +yyu I +yyz I +yzg I +yzk I +zaa I zap +zab I zap +zac I zap +zad I zap +zae I zap +zaf I zap +zag I +zah I +zai I zap +zaj I +zak I +zal I +zam I zap +zao I zap +zap zap zap M +zaq I zap +zar I zap +zas I zap +zat I zap +zau I +zav I zap +zaw I zap +zax I zap +zay I +zaz I +zbc I +zbe I +zbt I +zbw I +zca I zap +zch I zha +zdj I +zea I +zeg I +zeh I zha +zen zen zen I +zga I +zgb I zha +zgh zgh zgh I +zgm I zha +zgn I zha +zgr I +zha zha zha za M +zhb I +zhd I zha +zhi I +zhn I zha +zho chi zho zh M +zhw I +zia I +zib I +zik I +zil I +zim I +zin I +ziw I +ziz I +zka I +zkd I +zkn I +zkr I +zlj I zha +zlm I msa +zln I zha +zlq I zha +zma I +zmb I +zmd I +zmf I +zmg I +zmi I msa +zmj I +zml I +zmm I +zmn I +zmo I +zmp I +zmq I +zmr I +zms I +zmt I +zmw I +zmx I +zmy I +zmz I +zna I +zne I +zng I +zns I +zoc I +zoh I +zom I +zoo I zap +zoq I +zor I +zos I +zpa I zap +zpb I zap +zpc I zap +zpd I zap +zpe I zap +zpf I zap +zpg I zap +zph I zap +zpi I zap +zpj I zap +zpk I zap +zpl I zap +zpm I zap +zpn I zap +zpo I zap +zpp I zap +zpq I zap +zpr I zap +zps I zap +zpt I zap +zpu I zap +zpv I zap +zpw I zap +zpx I zap +zpy I zap +zpz I zap +zqe I zha +zrg I +zrn I +zro I +zrs I +zsa I +zsl I +zsm I msa +zsr I zap +zsu I +zte I zap +ztg I zap +ztl I zap +ztm I zap +ztn I zap +ztp I zap +ztq I zap +zts I zap +ztt I zap +ztu I zap +ztx I zap +zty I zap +zua I +zuh I +zul zul zul zu I +zum I +zun zun zun I +zuy I +zwa I +zyb I zha +zyg I zha +zyj I zha +zyn I zha +zyp I +zza zza zza M +zzj I zha diff --git a/resources/language/countries/road_sign_languages.tsv b/resources/language/countries/road_sign_languages.tsv new file mode 100644 index 0000000..3fee85b --- /dev/null +++ b/resources/language/countries/road_sign_languages.tsv @@ -0,0 +1,155 @@ +ae en 0 +af en 0 +as en 1 +ax fi 1 +ax sv 0 +aw nl 1 +aw pap 0 +ba bs 1 +bd en 0 +bh en 0 +bi fr 1 +bo es 1 +bo qu 0 +bo ay 0 +bq pap 1 +bq nl 0 +bw en 1 +ca en 1 +ca fr 0 +ca iu 0 +ca ikt 0 +cf fr 1 +cm fr 1 +cn en 0 +cw nl 1 +cw pap 0 +cw en 0 +cy el 1 +cy tr 1 +cy en 0 +dj fr 1 +dz fr 1 +ec es 1 +ec qu 0 +eg en 0 +er en 1 +fj en 1 +fi fi 1 +fi sv 0 +ge ru 0 +ge en 0 +gg en 1 +gg fr 1 +gq es 1 +gr en 0 +gu en 1 +ht fr 1 +id en 0 +ie en 1 +ie ga 0 +il he 1 +il ar 0 +il en 0 +im en 1 +im gv 0 +je en 1 +je fr 1 +in en 1 +in hi 0 +iq en 0 +ir en 0 +jo en 0 +jp en 0 +ke en 1 +kg ky 1 +kg ru 0 +ki en 1 +km fr 1 +kk kz 1 +kw en 0 +kz ru 0 +la en 0 +la fr 0 +lb en 0 +li de 1 +lk si 1 +lk en 0 +ls en 1 +ly en 0 +ma fr 1 +ma ar 1 +mg mg 1 +mg fr 0 +mg en 0 +mh en 1 +mt mt 1 +mt en 0 +mu en 1 +mu fr 0 +mw en 1 +na en 1 +na af 0 +ng en 1 +no nb 1 +nr en 1 +np en 0 +nu en 1 +nz en 1 +nz mi 0 +om en 0 +pe es 1 +pe qu 0 +pf fr 1 +pg en 1 +ph en 1 +ph fil 0 +ph es 0 +pk en 1 +pk ur 0 +pr es 1 +pr en 0 +ps en 0 +pw en 1 +py es 1 +py gn 0 +qa en 0 +rw en 1 +sa en 0 +sd en 1 +sd ar 1 +sg en 1 +sg ms 0 +sg zh 0 +sn fr 1 +so so 1 +so it 0 +so en 0 +so ar 0 +sy ar 1 +sy fr 0 +sy en 0 +sz en 1 +tl pt 1 +td ar 1 +td fr 0 +td en 0 +th en 0 +tn fr 1 +tn ar 1 +to to 1 +to en 0 +tv tvl 1 +tv en 0 +tz en 1 +ua uk 1 +ua ru 0 +ug en 1 +uk uk 1 +uk ru 0 +us es 0 +us fr 0 +vi da 0 +ws en 1 +ye en 0 +zw en 1 \ No newline at end of file diff --git a/resources/language/regional/adm1.tsv b/resources/language/regional/adm1.tsv new file mode 100644 index 0000000..79e1ff9 --- /dev/null +++ b/resources/language/regional/adm1.tsv @@ -0,0 +1,239 @@ +be qs_a1 Liège fr,de 1 +be gn_id 2792411 fr,de 1 +be osm relation:1407192 fr,de 1 +be qs_a1 Brabant wallon fr 1 +be gn_id 3333251 fr 1 +be osm relation:78748 fr 1 +be qs_a1 Namur fr 1 +be gn_id 2790469 fr 1 +be osm relation:1311816 fr 1 +be qs_a1 Limburg nl 1 +be gn_id 2792347 nl 1 +be osm relation:53142 nl 1 +be qs_a1 West-Vlanderen nl 1 +be gn_id 2783770 nl 1 +be osm relation:416271 nl 1 +be qs_a1r Brussels Hoofstedelijk Gewest#R\xe9gion de Bruxelles-Capitale fr,nl 1 +be gn_id 2800867 fr,nl 1 +be osm relation:54094 fr,nl 1 +be qs_a1 Antwerpen nl 1 +be gn_id 2803136 nl 1 +be osm relation:53114 nl 1 +be qs_a1 Hainaut fr 1 +be gn_id 2796741 fr 1 +be osm relation:157559 fr 1 +be qs_a1 Luxembourg fr 1 +be gn_id 2791993 fr 1 +be osm relation:1412581 fr 1 +be qs_a1 Vlaams Brabant nl 1 +be gn_id 3333250 nl 1 +be osm relation:58004 nl 1 +be qs_a1 Oost-Vlanderen nl 1 +be gn_id 2789733 nl 1 +be osm relation:53135 nl 1 +ca qs_a1 Quebec fr 1 +ca gn_id 6115047 fr 1 +ca osm relation:61549 fr 1 +ch qs_a1_lc 1 de 1 +ch name Zurich de 1 +ch gn_id 2657895 de 1 +ch osm relation:1690227 de 1 +ch qs_a1_lc 2 de,fr 1 +ch name Bern de,fr 1 +ch gn_id 2661551 de,fr 1 +ch osm relation:1686344 de,fr 1 +ch qs_a1_lc 3 de 1 +ch name Luzern de 1 +ch gn_id 2659810 de 1 +ch osm relation:1685677 de 1 +ch qs_a1_lc 4 de 1 +ch name Uri de 1 +ch gn_id 2658226 de 1 +ch osm relation:1693971 de 1 +ch qs_a1_lc 5 de 1 +ch name Schwyz de 1 +ch gn_id 2658664 de 1 +ch osm relation:1688583 de 1 +ch qs_a1_lc 6 de 1 +ch name Obwalden de 1 +ch gn_id 2659315 de 1 +ch osm relation:1686448 de 1 +ch qs_a1_lc 7 de 1 +ch name Nidwalden de 1 +ch gn_id 2659471 de 1 +ch osm relation:1686449 de 1 +ch qs_a1_lc 8 de 1 +ch name Glarus de 1 +ch gn_id 2660593 de 1 +ch osm relation:1685673 de 1 +ch qs_a1_lc 9 de 1 +ch name Zug de 1 +ch gn_id 2657907 de 1 +ch osm relation:1686447 de 1 +ch qs_a1_lc 10 fr,de 1 +ch name Fribourg fr,de 1 +ch gn_id 2660717 fr,de 1 +ch osm relation:1698314 fr,de 1 +ch qs_a1_lc 11 de 1 +ch name Solothurn de 1 +ch gn_id 2658563 de 1 +ch osm relation:1701133 de 1 +ch qs_a1_lc 12 de 1 +ch name Basel-Stadt de 1 +ch gn_id 2661602 de 1 +ch osm relation:1699639 de 1 +ch qs_a1_lc 13 de 1 +ch name Basel-Landschaft de 1 +ch gn_id 2661603 de 1 +ch osm relation:1686366 de 1 +ch qs_a1_lc 14 de 1 +ch name Schaffhausen de 1 +ch gn_id 2658760 de 1 +ch osm relation:1696112 de 1 +ch qs_a1_lc 15 de 1 +ch name Appenzell Ausserrhoden de 1 +ch gn_id 2661739 de 1 +ch osm relation:1686649 de 1 +ch qs_a1_lc 16 de 1 +ch name Appenzell Innerrhoden de 1 +ch gn_id 2661741 de 1 +ch osm relation:1686666 de 1 +ch qs_a1_lc 17 de 1 +ch name St. Gallen de 1 +ch gn_id 2658821 de 1 +ch osm relation:1687006 de 1 +ch qs_a1_lc 18 de,it 1 +ch name Graubunden de,it 1 +ch gn_id 2660522 de,it 1 +ch osm relation:1686631 de,it 1 +ch qs_a1_lc 19 de 1 +ch name Aargau de 1 +ch gn_id 2661876 de 1 +ch osm relation:1686359 de 1 +ch qs_a1_lc 20 de 1 +ch name Thurgau de 1 +ch gn_id 2658372 de 1 +ch osm relation:1693811 de 1 +ch qs_a1_lc 21 it 1 +ch name Ticino it 1 +ch gn_id 2658370 it 1 +ch osm relation:1687730 it 1 +ch qs_a1_lc 22 fr 1 +ch name Vaud fr 1 +ch gn_id 2658182 fr 1 +ch osm relation:1702421 fr 1 +ch qs_a1_lc 23 fr,de 1 +ch name Valais fr,de 1 +ch gn_id 2658205 fr,de 1 +ch osm relation:1686699 fr,de 1 +ch qs_a1_lc 24 fr 1 +ch name Neuchatel fr 1 +ch gn_id 2659495 fr 1 +ch osm relation:1702420 fr 1 +ch qs_a1_lc 25 fr 1 +ch name Geneva fr 1 +ch gn_id 2660645 fr 1 +ch osm relation:1702419 fr 1 +ch qs_a1_lc 26 fr 1 +ch name Jura fr 1 +ch gn_id 2660207 fr 1 +ch osm relation:1697347 fr 1 +cn qs_a1 Xizang bo,zh 1 +cn gn_id 1279685 bo,zh 1 +cn osm relation:153292 bo,zh 1 +cy qs_a1 Αμμόχωστος tr 1 +cy gn_id 146615 tr 1 +cy osm relation:3264447 tr 1 +cy qs_a1 Κερύνεια tr 1 +cy gn_id 146411 tr 1 +cy osm relation:3264494 tr 1 +in qs_a1 Goa pt 0 +in gn_id 1271157 pt 0 +in osm relation:1997192 pt 0 +in qs_a1 Puducherry fr 0 +in gn_id 1259424 fr 0 +in osm relation:107001 fr 0 +nl qs_a1 Friesland fy 0 +nl gn_id 2755812 fy 0 +nl osm relation:47381 fy 0 +es qs_a1r Cataluña/Catalunya ca,es 1 +es gn_id 3336901 ca,es 1 +es osm relation:349053 ca,es 1 +es qs_a1r Cataluña/Catalunya oc 0 +es gn_id 3336901 oc 0 +es osm relation:349053 oc 0 +es qs_a1r Comunidad Foral de Navarra eu 0 +es gn_id 3115609 eu 0 +es osm relation:349027 eu 0 +es qs_a1r Comunitat Valenciana ca,es 1 +es gn_id 2593113 ca,es 1 +es osm relation:349043 ca,es 1 +es qs_a1r Galicia gl,es 1 +es gn_id 3336902 gl,es 1 +es osm relation:349036 gl,es 1 +es qs_a1r Illes Balears ca,es 1 +es gn_id relation:348981 ca,es 1 +es osm relation:2521383 ca,es 1 +es qs_a1r País Vasco/Euskadi eu 1 +es gn_id 3336903 eu 1 +es osm relation:349042 eu 1 +es qs_a1r Principado de Asturias ast 0 +es gn_id 3114710 ast 0 +es osm relation:349033 ast 0 +fr qs_a1r Bretagne br 0 +fr gn_id 3030293 br 0 +fr osm relation:102740 br 0 +fr qs_a1r Aquitaine oc 0 +fr gn_id 3037350 oc 0 +fr osm relation:8637 oc 0 +fr qs_a1r Auvergne oc 0 +fr gn_id 3035876 oc 0 +fr osm relation:8638 oc 0 +fr qs_a1r Centre oc 0 +fr gn_id 3027939 oc 0 +fr osm relation:8640 oc 0 +fr qs_a1r Languedoc-Roussillon oc 0 +fr gn_id 3007670 oc 0 +fr osm relation:8643 oc 0 +fr qs_a1r Limousin oc 0 +fr gn_id 2998268 oc 0 +fr osm relation:8644 oc 0 +fr qs_a1r Midi-Pyrénées oc 0 +fr gn_id 2993955 oc 0 +fr osm relation:8647 oc 0 +fr qs_a1r Poitou-Charentes oc 0 +fr gn_id 2986492 oc 0 +fr osm relation:8652 oc 0 +fr qs_a1r Provence-Alpes-Côte d'Azur oc 0 +fr gn_id 2985244 oc 0 +fr osm relation:8654 oc 0 +fr qs_a1r Rhône-Alpes oc 0 +fr gn_id 2983751 oc 0 +fr osm relation:8655 oc 0 +gb qs_a1r Northern Ireland ga 0 +gb gn_id 2641364 ga 0 +gb osm relation:156393 ga 0 +gb qs_a1r Scotland gd 0 +gb gn_id 2638360 gd 0 +gb osm relation:58446 gd 0 +gb qs_a1r Wales cy 0 +gb gn_id 2634895 cy 0 +gb osm relation:58437 cy 0 +it qs_a1r PIEMONTE oc 0 +it gn_id 3170831 oc 0 +it osm relation:44874 oc 0 +it qs_a1r LIGURIA oc 0 +it gn_id 3174725 oc 0 +it osm relation:301482 oc 0 +it qs_a1r VALLE D'AOSTA/VALLÉE D'AOSTE fr,it 1 +it gn_id 3164857 fr,it 1 +it osm relation:45155 fr,it 1 +it qs_a1r TRENTINO-ALTO ADIGE/SUDTIROL de,it 1 +it gn_id 3165244 de,it 1 +it osm relation:47046 de,it 1 +it qs_a1r FRIULI VENEZIA GIULIA sl 0 +it gn_id 3176525 sl 0 +it osm relation:179296 sl 0 +nl qs_a1 Bonaire pap 1 +nl gn_id 3513881 pap 1 +nl osm relation:4266671 pap 1 \ No newline at end of file diff --git a/resources/neighborhoods/click_that_hood.yaml b/resources/neighborhoods/click_that_hood.yaml new file mode 100644 index 0000000..ccb6643 --- /dev/null +++ b/resources/neighborhoods/click_that_hood.yaml @@ -0,0 +1,264 @@ + +files: + - filename: akron.geojson + component: suburb + - filename: alameda.geojson + component: suburb + - filename: albany.geojson + component: suburb + - filename: amsterdam.geojson + component: suburb + - filename: anchorage.geojson + component: suburb + - filename: angers.geojson + component: suburb + - filename: antwerp.geojson + component: suburb + - filename: atlanta.geojson + component: suburb + - filename: augsburg.geojson + component: city_district + - filename: austin.geojson + component: suburb + - filename: baltimore.geojson + component: suburb + - filename: bari.geojson + component: suburb + - filename: berlin.geojson + component: suburb + - filename: birmingham.geojson + component: suburb + - filename: blacksburg.geojson + component: suburb + - filename: blumenau.geojson + component: suburb + - filename: boston.geojson + component: suburb + - filename: braunschweig.geojson + component: city_district + - filename: bremen.geojson + component: city_district + - filename: bronx.geojson + component: suburb + - filename: brooklyn.geojson + component: suburb + - filename: calgary.geojson + component: suburb + - filename: canberra.geojson + component: suburb + - filename: chapel-hill.geojson + component: suburb + - filename: charlottesville.geojson + component: suburb + - filename: chemnitz.geojson + component: city_district + - filename: chesapeake.geojson + component: suburb + - filename: chicago.geojson + component: suburb + - filename: cincinnati.geojson + component: suburb + - filename: cleveland.geojson + component: suburb + - filename: cologne.geojson + component: city_district + - filename: columbus.geojson + component: suburb + - filename: copenhagen.geojson + component: suburb + - filename: dallas.geojson + component: suburb + - filename: denver.geojson + component: suburb + - filename: des-moines.geojson + component: suburb + - filename: detroit.geojson + component: suburb + - filename: dresden.geojson + component: suburb + - filename: dublin.geojson + component: suburb + - filename: duesseldorf.geojson + component: city_district + - filename: edmonton.geojson + component: suburb + - filename: eindhoven.geojson + component: suburb + - filename: esztergom.geojson + component: suburb + - filename: fairbanks.geojson + component: suburb + - filename: fargo.geojson + component: suburb + - filename: fort-lauderdale.geojson + component: suburb + - filename: frankfurt-main.geojson + component: suburb + - filename: freiburg.geojson + component: city_district + - filename: ghent.geojson + component: suburb + - filename: gisborne.geojson + component: suburb + - filename: grand-rapids.geojson + component: suburb + - filename: hamburg.geojson + component: suburb + - filename: hampton.geojson + component: suburb + - filename: hartford.geojson + component: suburb + - filename: henderson.geojson + component: suburb + - filename: honolulu.geojson + component: suburb + - filename: houston.geojson + component: suburb + - filename: indianapolis.geojson + component: suburb + - filename: kansas-city.geojson + component: suburb + - filename: las-vegas.geojson + component: suburb + - filename: lexington.geojson + component: suburb + - filename: long-beach.geojson + component: suburb + - filename: los-angeles-county.geojson + component: suburb + - filename: louisville.geojson + component: suburb + - filename: macon.geojson + component: suburb + - filename: madrid.geojson + component: suburb + - filename: manhattan.geojson + component: suburb + - filename: melbourne.geojson + component: suburb + - filename: miami.geojson + component: suburb + - filename: milan.geojson + component: suburb + - filename: milwaukee.geojson + component: suburb + - filename: minneapolis.geojson + component: suburb + - filename: mississauga.geojson + component: suburb + - filename: montreal.geojson + component: suburb + - filename: moscow.geojson + component: suburb + - filename: muenster.geojson + component: suburb + - filename: new-haven.geojson + component: suburb + - filename: new-orleans.geojson + component: suburb + - filename: norfolk.geojson + component: suburb + - filename: oakland.geojson + component: suburb + - filename: olympia.geojson + component: suburb + - filename: orlando.geojson + component: suburb + - filename: paris.geojson + component: suburb + - filename: philadelphia.geojson + component: suburb + - filename: phoenix.geojson + component: suburb + - filename: pittsburgh.geojson + component: suburb + - filename: porirua.geojson + component: suburb + - filename: portland.geojson + component: suburb + - filename: providence.geojson + component: suburb + - filename: queens.geojson + component: suburb + - filename: raleigh.geojson + component: suburb + - filename: red-deer.geojson + component: suburb + - filename: richmond.geojson + component: suburb + - filename: rochester.geojson + component: suburb + - filename: rockville.geojson + component: suburb + - filename: rotterdam.geojson + component: city_district + - filename: sacramento.geojson + component: suburb + - filename: salt-lake-city.geojson + component: suburb + - filename: san-antonio.geojson + component: suburb + - filename: san-diego.geojson + component: suburb + - filename: san-francisco.geojson + component: suburb + - filename: san-jose.geojson + component: suburb + - filename: saskatoon.geojson + component: suburb + - filename: seattle.geojson + component: suburb + - filename: springfield.geojson + component: suburb + - filename: st-louis.geojson + component: suburb + - filename: st-petersburg.geojson + component: suburb + - filename: stamford.geojson + component: suburb + - filename: staten-island.geojson + component: suburb + - filename: surrey.geojson + component: suburb + - filename: sydney.geojson + component: suburb + - filename: szczecin.geojson + component: suburb + - filename: tampa.geojson + component: suburb + - filename: the-hague.geojson + component: suburb + - filename: toronto.geojson + component: suburb + - filename: turku.geojson + component: suburb + - filename: ulm.geojson + component: suburb + - filename: unna.geojson + component: city_district + - filename: utrecht.geojson + component: city_district + - filename: vancouver.geojson + component: suburb + - filename: venice.geojson + component: suburb + - filename: venlo.geojson + component: city_district + - filename: vienna.geojson + component: city_district + - filename: washington.geojson + component: suburb + - filename: wellington.geojson + component: suburb + - filename: west-linn.geojson + component: suburb + - filename: west-palm-beach.geojson + component: suburb + - filename: williamsburg.geojson + component: suburb + - filename: windsor.geojson + component: suburb + - filename: winterthur.geojson + component: city_district + - filename: zurich-city.geojson + component: suburb \ No newline at end of file diff --git a/resources/numex/be.yaml b/resources/numex/be.yaml new file mode 100644 index 0000000..d4100df --- /dev/null +++ b/resources/numex/be.yaml @@ -0,0 +1,1114 @@ +--- + whole_words_only: true + rules: + - + name: "нуль" + value: 0 + type: "cardinal" + - + name: "адзiн" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "адно" + value: 1 + type: "cardinal" + gender: "n" + - + name: "адна" + value: 1 + type: "cardinal" + gender: "f" + multiply_gte: 1000 + - + name: "два" + value: 2 + type: "cardinal" + - + name: "дзве" + value: 2 + type: "cardinal" + - + name: "тры" + value: 3 + type: "cardinal" + - + name: "чатыры" + value: 4 + type: "cardinal" + - + name: "пяць" + value: 5 + type: "cardinal" + - + name: "шэсць" + value: 6 + type: "cardinal" + - + name: "сем" + value: 7 + type: "cardinal" + - + name: "восем" + value: 8 + type: "cardinal" + - + name: "дзевяць" + value: 9 + type: "cardinal" + - + name: "дзесяць" + value: 10 + type: "cardinal" + - + name: "адзінаццаць" + value: 11 + type: "cardinal" + - + name: "дванаццаць" + value: 12 + type: "cardinal" + - + name: "трынаццаць" + value: 13 + type: "cardinal" + - + name: "чатырнаццаць" + value: 14 + type: "cardinal" + - + name: "пятнаццаць" + value: 15 + type: "cardinal" + - + name: "шаснаццаць" + value: 16 + type: "cardinal" + - + name: "сямнаццаць" + value: 17 + type: "cardinal" + - + name: "васямнаццаць" + value: 18 + type: "cardinal" + - + name: "дзевятнаццаць" + value: 19 + type: "cardinal" + - + name: "дваццаць" + value: 20 + type: "cardinal" + right: "add" + - + name: "трыццаць" + value: 30 + type: "cardinal" + right: "add" + - + name: "сорак" + value: 40 + type: "cardinal" + right: "add" + - + name: "пяцьдзесят" + value: 50 + type: "cardinal" + right: "add" + - + name: "пяцьдзясят" + value: 50 + type: "cardinal" + gender: "f" + right: "add" + - + name: "шэсцьдзесят" + value: 60 + type: "cardinal" + right: "add" + - + name: "семдзесят" + value: 70 + type: "cardinal" + right: "add" + - + name: "восемдзесят" + value: 80 + type: "cardinal" + right: "add" + - + name: "дзевяноста" + value: 90 + type: "cardinal" + right: "add" + - + name: "сто" + value: 100 + type: "cardinal" + right: "add" + - + name: "дзвесце" + value: 200 + type: "cardinal" + right: "add" + - + name: "трыста" + value: 300 + type: "cardinal" + right: "add" + - + name: "чатырыста" + value: 400 + type: "cardinal" + right: "add" + - + name: "пяцьсот" + value: 500 + type: "cardinal" + right: "add" + - + name: "шэсцьсот" + value: 600 + type: "cardinal" + right: "add" + - + name: "семсот" + value: 700 + type: "cardinal" + right: "add" + - + name: "сямсот" + value: 700 + type: "cardinal" + gender: "n" + right: "add" + - + name: "восемсот" + value: 800 + type: "cardinal" + right: "add" + - + name: "васямсот" + value: 800 + type: "cardinal" + gender: "n" + right: "add" + - + name: "дзевяцьсот" + value: 900 + type: "cardinal" + right: "add" + - + name: "тысяча" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "тысячы" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "тысяч" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільён" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільен" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільёны" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільены" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільёнаў" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільенау" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільярд" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільярды" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільярдау" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "трыльён" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "трыльен" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "трыльены" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "трыльёны" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "трылёнаў" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "трыленау" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "квадрыльён" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "квадрыльен" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "квадрыльёны" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "квадрыльены" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "квадрыльёнаў" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "квадрыльенау" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "нулявы" + value: 0 + type: "ordinal" + - + name: "першы" + value: 1 + type: "ordinal" + - + name: "другі" + value: 2 + type: "ordinal" + - + name: "дзвух" + value: 2 + type: "ordinal" + - + name: "трэйці" + value: 3 + type: "ordinal" + - + name: "чацьверты" + value: 4 + type: "ordinal" + - + name: "пяты" + value: 5 + type: "ordinal" + - + name: "шосты" + value: 6 + type: "ordinal" + - + name: "сёмы" + value: 7 + type: "ordinal" + - + name: "восьмы" + value: 8 + type: "ordinal" + - + name: "дзявяты" + value: 9 + type: "ordinal" + - + name: "дзясяты" + value: 10 + type: "ordinal" + - + name: "дзесяці" + value: 10 + type: "ordinal" + - + name: "дзесяць" + value: 10 + type: "ordinal" + - + name: "адзінаццаты" + value: 11 + type: "ordinal" + - + name: "дванаццаты" + value: 12 + type: "ordinal" + - + name: "трынаццаты" + value: 13 + type: "ordinal" + - + name: "чатырнаццаты" + value: 14 + type: "ordinal" + - + name: "пятнаццаты" + value: 15 + type: "ordinal" + - + name: "шаснаццаты" + value: 16 + type: "ordinal" + - + name: "сямнаццаты" + value: 17 + type: "ordinal" + - + name: "васямнаццаты" + value: 18 + type: "ordinal" + - + name: "дзевятнаццаты" + value: 19 + type: "ordinal" + - + name: "дваццаты" + value: 20 + type: "ordinal" + - + name: "дваццаці" + value: 20 + type: "ordinal" + - + name: "трыццаты" + value: 30 + type: "ordinal" + - + name: "саракавы" + value: 40 + type: "ordinal" + - + name: "пяцідзясяты" + value: 50 + type: "ordinal" + - + name: "пяцідзясят" + value: 50 + type: "ordinal" + right: "add" + - + name: "шэсцьдзесяты" + value: 60 + type: "ordinal" + - + name: "семдзесяты" + value: 70 + type: "ordinal" + - + name: "васьмідзясяты" + value: 80 + type: "ordinal" + - + name: "дзевяносты" + value: 90 + type: "ordinal" + - + name: "соты" + value: 100 + type: "ordinal" + - + name: "дзвухсоты" + value: 200 + type: "ordinal" + - + name: "дзвухсот" + value: 200 + type: "ordinal" + - + name: "трохсоты" + value: 300 + type: "ordinal" + - + name: "трохсот" + value: 300 + type: "ordinal" + - + name: "чатырохсоты" + value: 400 + type: "ordinal" + - + name: "чатырохсот" + value: 400 + type: "ordinal" + - + name: "пяцісоты" + value: 500 + type: "ordinal" + - + name: "шасьцісоты" + value: 600 + type: "ordinal" + - + name: "сямісоты" + value: 700 + type: "ordinal" + - + name: "васьмісоты" + value: 800 + type: "ordinal" + - + name: "дзевяцісоты" + value: 900 + type: "ordinal" + - + name: "тысячны" + value: 1000 + type: "ordinal" + - + name: "нулявая" + value: 0 + type: "ordinal" + gender: "f" + - + name: "першая" + value: 1 + type: "ordinal" + gender: "f" + - + name: "другая" + value: 2 + type: "ordinal" + gender: "f" + - + name: "трэццяя" + value: 3 + type: "ordinal" + gender: "f" + - + name: "чацьвертая" + value: 4 + type: "ordinal" + gender: "f" + - + name: "пятая" + value: 5 + type: "ordinal" + gender: "f" + - + name: "шостая" + value: 6 + type: "ordinal" + gender: "f" + - + name: "сёмая" + value: 7 + type: "ordinal" + gender: "f" + - + name: "восьмая" + value: 8 + type: "ordinal" + gender: "f" + - + name: "дзявятая" + value: 9 + type: "ordinal" + gender: "f" + - + name: "дзясятая" + value: 10 + type: "ordinal" + gender: "f" + - + name: "адзінаццатая" + value: 11 + type: "ordinal" + gender: "f" + - + name: "дванаццатая" + value: 12 + type: "ordinal" + gender: "f" + - + name: "трынаццатая" + value: 13 + type: "ordinal" + gender: "f" + - + name: "чатырнаццатая" + value: 14 + type: "ordinal" + gender: "f" + - + name: "пятнаццатая" + value: 15 + type: "ordinal" + gender: "f" + - + name: "шаснаццатая" + value: 16 + type: "ordinal" + gender: "f" + - + name: "сямнаццатая" + value: 17 + type: "ordinal" + gender: "f" + - + name: "васямнаццатая" + value: 18 + type: "ordinal" + gender: "f" + - + name: "дзевятнаццатая" + value: 19 + type: "ordinal" + gender: "f" + - + name: "дваццатая" + value: 20 + type: "ordinal" + gender: "f" + - + name: "трыццатая" + value: 30 + type: "ordinal" + gender: "f" + - + name: "саракавая" + value: 40 + type: "ordinal" + gender: "f" + - + name: "пяцідзесятая" + value: 50 + type: "ordinal" + gender: "f" + - + name: "шэсцідзесятая" + value: 60 + type: "ordinal" + gender: "f" + - + name: "семдзесятая" + value: 70 + type: "ordinal" + gender: "f" + - + name: "васьмідзясятая" + value: 80 + type: "ordinal" + gender: "f" + - + name: "дзевяностая" + value: 90 + type: "ordinal" + gender: "f" + - + name: "сотая" + value: 100 + type: "ordinal" + gender: "f" + - + name: "дзвухсотая" + value: 200 + type: "ordinal" + gender: "f" + - + name: "трохсотая" + value: 300 + type: "ordinal" + gender: "f" + - + name: "чатырохсотая" + value: 400 + type: "ordinal" + gender: "f" + - + name: "пяцісотая" + value: 500 + type: "ordinal" + gender: "f" + - + name: "шасьцісотая" + value: 600 + type: "ordinal" + gender: "f" + - + name: "сямісотая" + value: 700 + type: "ordinal" + gender: "f" + - + name: "васьмісотая" + value: 800 + type: "ordinal" + gender: "f" + - + name: "дзевяцісотая" + value: 900 + type: "ordinal" + gender: "f" + - + name: "тысячная" + value: 1000 + type: "ordinal" + gender: "f" + - + name: "нулявое" + value: 0 + type: "ordinal" + gender: "n" + - + name: "першае" + value: 1 + type: "ordinal" + gender: "n" + - + name: "другое" + value: 2 + type: "ordinal" + gender: "n" + - + name: "трэццяе" + value: 3 + type: "ordinal" + gender: "n" + - + name: "чацьвертае" + value: 4 + type: "ordinal" + gender: "n" + - + name: "пятае" + value: 5 + type: "ordinal" + gender: "n" + - + name: "шостае" + value: 6 + type: "ordinal" + gender: "n" + - + name: "сёмае" + value: 7 + type: "ordinal" + gender: "n" + - + name: "восьмае" + value: 8 + type: "ordinal" + gender: "n" + - + name: "дзявятае" + value: 9 + type: "ordinal" + gender: "n" + - + name: "дзясятае" + value: 10 + type: "ordinal" + gender: "n" + - + name: "адзінаццатае" + value: 11 + type: "ordinal" + gender: "n" + - + name: "дванаццатае" + value: 12 + type: "ordinal" + gender: "n" + - + name: "трынаццатае" + value: 13 + type: "ordinal" + gender: "n" + - + name: "чатырнаццатае" + value: 14 + type: "ordinal" + gender: "n" + - + name: "пятнаццатае" + value: 15 + type: "ordinal" + gender: "n" + - + name: "шаснаццатае" + value: 16 + type: "ordinal" + gender: "n" + - + name: "сямнаццатае" + value: 17 + type: "ordinal" + gender: "n" + - + name: "васямнаццатае" + value: 18 + type: "ordinal" + gender: "n" + - + name: "дзевятнаццатае" + value: 19 + type: "ordinal" + gender: "n" + - + name: "дваццатае" + value: 20 + type: "ordinal" + gender: "n" + - + name: "трыццатае" + value: 30 + type: "ordinal" + gender: "n" + - + name: "саракавое" + value: 40 + type: "ordinal" + gender: "n" + - + name: "пяцьдзесятае" + value: 50 + type: "ordinal" + gender: "n" + - + name: "шэсцідзясятае" + value: 60 + type: "ordinal" + gender: "n" + - + name: "сямдзясятае" + value: 70 + type: "ordinal" + gender: "n" + - + name: "васьмідзясятае" + value: 80 + type: "ordinal" + gender: "n" + - + name: "дзевяностае" + value: 90 + type: "ordinal" + gender: "n" + - + name: "сотае" + value: 100 + type: "ordinal" + gender: "n" + - + name: "дзвухсотае" + value: 200 + type: "ordinal" + gender: "n" + - + name: "трохсотае" + value: 300 + type: "ordinal" + gender: "n" + - + name: "чатырохсотае" + value: 400 + type: "ordinal" + gender: "n" + - + name: "пяцісотае" + value: 500 + type: "ordinal" + gender: "n" + - + name: "шасьцісотае" + value: 600 + type: "ordinal" + gender: "n" + - + name: "сямісотае" + value: 700 + type: "ordinal" + gender: "n" + - + name: "васьмісотае" + value: 800 + type: "ordinal" + gender: "n" + - + name: "дзевяцісотае" + value: 900 + type: "ordinal" + gender: "n" + - + name: "тысячнае" + value: 1000 + type: "ordinal" + gender: "n" + ordinal_indicators: + - + suffixes: + "0": + - "ы" + - "-ы" + "1": + - "ы" + - "-ы" + "2": + - "ы" + - "-ы" + "3": + - "ы" + - "-ы" + "4": + - "ы" + - "-ы" + "5": + - "ы" + - "-ы" + "6": + - "ы" + - "-ы" + "7": + - "ы" + - "-ы" + "8": + - "ы" + - "-ы" + "9": + - "ы" + - "-ы" + - + gender: "f" + suffixes: + "0": + - "я" + - "-я" + - "ая" + - "-ая" + "1": + - "я" + - "-я" + - "ая" + - "-ая" + "2": + - "я" + - "-я" + - "ая" + - "-ая" + "3": + - "я" + - "-я" + "4": + - "я" + - "-я" + - "ая" + - "-ая" + "5": + - "я" + - "-я" + - "ая" + - "-ая" + "6": + - "я" + - "-я" + - "ая" + - "-ая" + "7": + - "я" + - "-я" + - "ая" + - "-ая" + "8": + - "я" + - "-я" + - "ая" + - "-ая" + "9": + - "я" + - "-я" + - "ая" + - "-ая" + "13": + - "я" + - "-я" + - "ая" + - "-ая" + - + gender: "n" + suffixes: + "0": + - "е" + - "-е" + - "ое" + - "-ое" + "1": + - "е" + - "-е" + - "ае" + - "-ае" + "2": + - "е" + - "-е" + - "ое" + - "-ое" + "3": + - "е" + - "-е" + - "яе" + - "-яе" + "4": + - "е" + - "-е" + - "ае" + - "-ае" + "5": + - "е" + - "-е" + - "ае" + - "-ае" + "6": + - "е" + - "-е" + - "ае" + - "-ае" + "7": + - "е" + - "-е" + - "ае" + - "-ае" + "8": + - "е" + - "-е" + - "ае" + - "-ае" + "9": + - "е" + - "-е" + - "ае" + - "-ае" + "10": + - "е" + - "-е" + - "ае" + - "-ае" + "12": + - "е" + - "-е" + - "ае" + - "-ае" + "13": + - "е" + - "-е" + - "ае" + - "-ае" + "20": + - "е" + - "-е" + - "ае" + - "-ае" + "30": + - "е" + - "-е" + - "ае" + - "-ае" + "40": + - "е" + - "-е" + - "ое" + - "-ое" + "50": + - "е" + - "-е" + - "ае" + - "-ае" + "60": + - "е" + - "-е" + - "ае" + - "-ае" + "70": + - "е" + - "-е" + - "ае" + - "-ае" + "80": + - "е" + - "-е" + - "ае" + - "-ае" + "90": + - "е" + - "-е" + - "ае" + - "-ае" + "00": + - "е" + - "-е" + - "ае" + - "-ае" + diff --git a/resources/numex/bg.yaml b/resources/numex/bg.yaml new file mode 100644 index 0000000..65b27d8 --- /dev/null +++ b/resources/numex/bg.yaml @@ -0,0 +1,249 @@ +--- + whole_words_only: true + rules: + - + name: "нула" + value: 0 + type: "cardinal" + - + name: "един" + value: 1 + type: "cardinal" + - + name: "едно" + value: 1 + type: "cardinal" + gender: "f" + - + name: "два" + value: 2 + type: "cardinal" + - + name: "две" + value: 2 + type: "cardinal" + gender: "f" + - + name: "три" + value: 3 + type: "cardinal" + - + name: "четири" + value: 4 + type: "cardinal" + - + name: "пет" + value: 5 + type: "cardinal" + - + name: "шест" + value: 6 + type: "cardinal" + - + name: "седем" + value: 7 + type: "cardinal" + - + name: "осем" + value: 8 + type: "cardinal" + - + name: "девет" + value: 9 + type: "cardinal" + - + name: "десет" + value: 10 + type: "cardinal" + - + name: "единадесет" + value: 11 + type: "cardinal" + - + name: "дванадесет" + value: 12 + type: "cardinal" + - + name: "тринадесет" + value: 13 + type: "cardinal" + - + name: "четиринадесет" + value: 14 + type: "cardinal" + - + name: "петнадесет" + value: 15 + type: "cardinal" + - + name: "шестнадесет" + value: 16 + type: "cardinal" + - + name: "седемнадесет" + value: 17 + type: "cardinal" + - + name: "осемнадесет" + value: 18 + type: "cardinal" + - + name: "деветнадесет" + value: 19 + type: "cardinal" + - + name: "двадесет" + value: 20 + type: "cardinal" + right: "add" + right_separator: " и " + - + name: "тридесет" + value: 30 + type: "cardinal" + right: "add" + right_separator: " и " + - + name: "четиридесет" + value: 40 + type: "cardinal" + right: "add" + right_separator: " и " + - + name: "петдесет" + value: 50 + type: "cardinal" + right: "add" + right_separator: " и " + - + name: "шестдесет" + value: 60 + type: "cardinal" + right: "add" + right_separator: " и " + - + name: "седемдесет" + value: 70 + type: "cardinal" + right: "add" + right_separator: " и " + - + name: "осемдесет" + value: 80 + type: "cardinal" + right: "add" + right_separator: " и " + - + name: "деветдесет" + value: 90 + type: "cardinal" + right: "add" + right_separator: " и " + - + name: "сто" + value: 100 + type: "cardinal" + right: "add" + - + name: "двеста" + value: 200 + type: "cardinal" + right: "add" + - + name: "триста" + value: 300 + type: "cardinal" + right: "add" + - + name: "четиристотин" + value: 400 + type: "cardinal" + right: "add" + - + name: "петстотин" + value: 500 + type: "cardinal" + right: "add" + - + name: "шестстотин" + value: 600 + type: "cardinal" + right: "add" + - + name: "седемстотин" + value: 700 + type: "cardinal" + right: "add" + - + name: "осемстотин" + value: 800 + type: "cardinal" + right: "add" + - + name: "деветстотин" + value: 900 + type: "cardinal" + right: "add" + - + name: "хиляда" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "хиляди" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "милион" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "милиона" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "милиард" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "милиарда" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "трилион" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "трилиона" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "квадрилион" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "квадрилиона" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + stopwords: + - "и" + diff --git a/resources/numex/bs.yaml b/resources/numex/bs.yaml new file mode 100644 index 0000000..54a2440 --- /dev/null +++ b/resources/numex/bs.yaml @@ -0,0 +1,275 @@ +--- + whole_words_only: true + rules: + - + name: "nula" + value: 0 + type: "cardinal" + - + name: "jedan" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "jedinica" + value: 1 + type: "cardinal" + gender: "f" + - + name: "jedno" + value: 1 + type: "cardinal" + gender: "n" + - + name: "dva" + value: 2 + type: "cardinal" + - + name: "dve" + value: 2 + type: "cardinal" + gender: "f" + - + name: "tri" + value: 3 + type: "cardinal" + - + name: "četiri" + value: 4 + type: "cardinal" + - + name: "cetiri" + value: 4 + type: "cardinal" + - + name: "pet" + value: 5 + type: "cardinal" + - + name: "šest" + value: 6 + type: "cardinal" + - + name: "sest" + value: 6 + type: "cardinal" + - + name: "sedam" + value: 7 + type: "cardinal" + - + name: "osam" + value: 8 + type: "cardinal" + - + name: "devet" + value: 9 + type: "cardinal" + - + name: "deset" + value: 10 + type: "cardinal" + - + name: "jedanaest" + value: 11 + type: "cardinal" + - + name: "dvanaest" + value: 12 + type: "cardinal" + - + name: "trinaest" + value: 13 + type: "cardinal" + - + name: "četrnaest" + value: 14 + type: "cardinal" + - + name: "cetrnaest" + value: 14 + type: "cardinal" + - + name: "petnaest" + value: 15 + type: "cardinal" + - + name: "šesnaest" + value: 16 + type: "cardinal" + - + name: "sesnaest" + value: 16 + type: "cardinal" + - + name: "sedamnaest" + value: 17 + type: "cardinal" + - + name: "osamnaest" + value: 18 + type: "cardinal" + - + name: "devetnaest" + value: 19 + type: "cardinal" + - + name: "dvadeset" + value: 20 + type: "cardinal" + right: "add" + - + name: "trideset" + value: 30 + type: "cardinal" + right: "add" + - + name: "četrdeset" + value: 40 + type: "cardinal" + right: "add" + - + name: "cetrdeset" + value: 40 + type: "cardinal" + right: "add" + - + name: "pedeset" + value: 50 + type: "cardinal" + right: "add" + - + name: "šezdeset" + value: 60 + type: "cardinal" + right: "add" + - + name: "sezdeset" + value: 60 + type: "cardinal" + right: "add" + - + name: "sedamdeset" + value: 70 + type: "cardinal" + right: "add" + - + name: "osamdeset" + value: 80 + type: "cardinal" + right: "add" + - + name: "devedeset" + value: 90 + type: "cardinal" + right: "add" + - + name: "sto" + value: 100 + type: "cardinal" + right: "add" + - + name: "dvesta" + value: 200 + type: "cardinal" + right: "add" + - + name: "trista" + value: 300 + type: "cardinal" + right: "add" + - + name: "četiristo" + value: 400 + type: "cardinal" + right: "add" + - + name: "cetiristo" + value: 400 + type: "cardinal" + right: "add" + - + name: "petsto" + value: 500 + type: "cardinal" + right: "add" + - + name: "šeststo" + value: 600 + type: "cardinal" + right: "add" + - + name: "seststo" + value: 600 + type: "cardinal" + right: "add" + - + name: "sedamsto" + value: 700 + type: "cardinal" + right: "add" + - + name: "osamsto" + value: 800 + type: "cardinal" + right: "add" + - + name: "devetsto" + value: 900 + type: "cardinal" + right: "add" + - + name: "hiljada" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milion" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliard" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilion" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliard" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + stopwords: + - "i" + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." diff --git a/resources/numex/ca.yaml b/resources/numex/ca.yaml new file mode 100644 index 0000000..7e76bd4 --- /dev/null +++ b/resources/numex/ca.yaml @@ -0,0 +1,732 @@ +--- + whole_words_only: true + rules: + - + name: "zero" + value: 0 + type: "cardinal" + - + name: "un" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "una" + value: 1 + type: "cardinal" + gender: "f" + - + name: "dos" + value: 2 + type: "cardinal" + - + name: "dues" + value: 2 + type: "cardinal" + gender: "f" + - + name: "tres" + value: 3 + type: "cardinal" + - + name: "quatre" + value: 4 + type: "cardinal" + - + name: "cinc" + value: 5 + type: "cardinal" + - + name: "sis" + value: 6 + type: "cardinal" + - + name: "set" + value: 7 + type: "cardinal" + - + name: "vuit" + value: 8 + type: "cardinal" + - + name: "nou" + value: 9 + type: "cardinal" + - + name: "deu" + value: 10 + type: "cardinal" + - + name: "onze" + value: 11 + type: "cardinal" + - + name: "dotze" + value: 12 + type: "cardinal" + - + name: "tretze" + value: 13 + type: "cardinal" + - + name: "catorze" + value: 14 + type: "cardinal" + - + name: "quinze" + value: 15 + type: "cardinal" + - + name: "setze" + value: 16 + type: "cardinal" + - + name: "disset" + value: 17 + type: "cardinal" + - + name: "divuit" + value: 18 + type: "cardinal" + - + name: "dinou" + value: 19 + type: "cardinal" + - + name: "vint" + value: 20 + type: "cardinal" + right: "add" + right_separator: "-i-" + - + name: "trenta" + value: 30 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "quaranta" + value: 40 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "cinquanta" + value: 50 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "seixanta" + value: 60 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "setanta" + value: 70 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "vuitanta" + value: 80 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "noranta" + value: 90 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "cent" + value: 100 + type: "cardinal" + right: "add" + right_separator: "-" + exact_multiple_only: true + - + name: "cents" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "mil" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milió" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milio" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milions" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliard" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliards" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilió" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilions" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliard" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliards" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "zeroè" + value: 0 + type: "ordinal" + - + name: "zeroe" + value: 0 + type: "ordinal" + - + name: "primer" + value: 1 + type: "ordinal" + - + name: "segon" + value: 2 + type: "ordinal" + - + name: "tercer" + value: 3 + type: "ordinal" + - + name: "quart" + value: 4 + type: "ordinal" + - + name: "cinquè" + value: 5 + type: "ordinal" + - + name: "cinque" + value: 5 + type: "ordinal" + - + name: "sisè" + value: 6 + type: "ordinal" + - + name: "sise" + value: 6 + type: "ordinal" + - + name: "setè" + value: 7 + type: "ordinal" + - + name: "sete" + value: 7 + type: "ordinal" + - + name: "vuitè" + value: 8 + type: "ordinal" + - + name: "vuite" + value: 8 + type: "ordinal" + - + name: "novè" + value: 9 + type: "ordinal" + - + name: "nove" + value: 9 + type: "ordinal" + - + name: "desè" + value: 10 + type: "ordinal" + - + name: "dese" + value: 10 + type: "ordinal" + - + name: "onzè" + value: 11 + type: "ordinal" + - + name: "onze" + value: 11 + type: "ordinal" + - + name: "dotzè" + value: 12 + type: "ordinal" + - + name: "dotze" + value: 12 + type: "ordinal" + - + name: "tretzè" + value: 13 + type: "ordinal" + - + name: "tretze" + value: 13 + type: "ordinal" + - + name: "catorzè" + value: 14 + type: "ordinal" + - + name: "catorze" + value: 14 + type: "ordinal" + - + name: "quinzè" + value: 15 + type: "ordinal" + - + name: "quinze" + value: 15 + type: "ordinal" + - + name: "setzè" + value: 16 + type: "ordinal" + - + name: "setze" + value: 16 + type: "ordinal" + - + name: "dissetè" + value: 17 + type: "ordinal" + - + name: "dissete" + value: 17 + type: "ordinal" + - + name: "divuitè" + value: 18 + type: "ordinal" + - + name: "divuite" + value: 18 + type: "ordinal" + - + name: "dinovè" + value: 19 + type: "ordinal" + - + name: "dinove" + value: 19 + type: "ordinal" + - + name: "vintè" + value: 20 + type: "ordinal" + - + name: "vinte" + value: 20 + type: "ordinal" + - + name: "trentè" + value: 30 + type: "ordinal" + - + name: "trente" + value: 30 + type: "ordinal" + - + name: "quarantè" + value: 40 + type: "ordinal" + - + name: "quarante" + value: 40 + type: "ordinal" + - + name: "cinquantè" + value: 50 + type: "ordinal" + - + name: "cinquante" + value: 50 + type: "ordinal" + - + name: "seixantè" + value: 60 + type: "ordinal" + - + name: "seixante" + value: 60 + type: "ordinal" + - + name: "setantè" + value: 70 + type: "ordinal" + - + name: "setante" + value: 70 + type: "ordinal" + - + name: "vuitantè" + value: 80 + type: "ordinal" + - + name: "vuitante" + value: 80 + type: "ordinal" + - + name: "norantè" + value: 90 + type: "ordinal" + - + name: "norante" + value: 90 + type: "ordinal" + - + name: "centè" + value: 100 + type: "ordinal" + left: "multiply" + - + name: "cente" + value: 100 + type: "ordinal" + left: "multiply" + - + name: "milè" + value: 1000 + type: "ordinal" + left: "multiply" + - + name: "mile" + value: 1000 + type: "ordinal" + left: "multiply" + - + name: "milionè" + value: 1000000 + type: "ordinal" + left: "multiply" + - + name: "milione" + value: 1000000 + type: "ordinal" + left: "multiply" + - + name: "miliardè" + value: 1000000000 + type: "ordinal" + left: "multiply" + - + name: "miliarde" + value: 1000000000 + type: "ordinal" + left: "multiply" + - + name: "bilionè" + value: 1000000000000 + type: "ordinal" + left: "multiply" + - + name: "bilione" + value: 1000000000000 + type: "ordinal" + left: "multiply" + - + name: "biliardè" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + - + name: "biliarde" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + - + name: "zerona" + value: 0 + type: "ordinal" + gender: "f" + - + name: "primera" + value: 1 + type: "ordinal" + gender: "f" + - + name: "segona" + value: 2 + type: "ordinal" + gender: "f" + - + name: "tercera" + value: 3 + type: "ordinal" + gender: "f" + - + name: "quarta" + value: 4 + type: "ordinal" + gender: "f" + - + name: "cinquena" + value: 5 + type: "ordinal" + gender: "f" + - + name: "sisena" + value: 6 + type: "ordinal" + gender: "f" + - + name: "setena" + value: 7 + type: "ordinal" + gender: "f" + - + name: "vuitena" + value: 8 + type: "ordinal" + gender: "f" + - + name: "novena" + value: 9 + type: "ordinal" + gender: "f" + - + name: "desena" + value: 10 + type: "ordinal" + gender: "f" + - + name: "onzena" + value: 11 + type: "ordinal" + gender: "f" + - + name: "dotzena" + value: 12 + type: "ordinal" + gender: "f" + - + name: "tretzena" + value: 13 + type: "ordinal" + gender: "f" + - + name: "catorzena" + value: 14 + type: "ordinal" + gender: "f" + - + name: "quinzena" + value: 15 + type: "ordinal" + gender: "f" + - + name: "setzena" + value: 16 + type: "ordinal" + gender: "f" + - + name: "dissetena" + value: 17 + type: "ordinal" + gender: "f" + - + name: "divuitena" + value: 18 + type: "ordinal" + gender: "f" + - + name: "dinovena" + value: 19 + type: "ordinal" + gender: "f" + - + name: "vintena" + value: 20 + type: "ordinal" + gender: "f" + - + name: "trentena" + value: 30 + type: "ordinal" + gender: "f" + - + name: "quarantena" + value: 40 + type: "ordinal" + gender: "f" + - + name: "cinquantena" + value: 50 + type: "ordinal" + gender: "f" + - + name: "seixantena" + value: 60 + type: "ordinal" + gender: "f" + - + name: "setantena" + value: 70 + type: "ordinal" + gender: "f" + - + name: "vuitantena" + value: 80 + type: "ordinal" + gender: "f" + - + name: "norantena" + value: 90 + type: "ordinal" + gender: "f" + - + name: "centena" + value: 100 + type: "ordinal" + gender: "f" + left: "multiply" + - + name: "milena" + value: 1000 + type: "ordinal" + gender: "f" + left: "multiply" + - + name: "milionena" + value: 1000000 + type: "ordinal" + gender: "f" + left: "multiply" + - + name: "miliardena" + value: 1000000000 + type: "ordinal" + gender: "f" + left: "multiply" + - + name: "bilionena" + value: 1000000000000 + type: "ordinal" + gender: "f" + left: "multiply" + - + name: "biliardena" + value: 1000000000000000 + type: "ordinal" + gender: "f" + left: "multiply" + ordinal_indicators: + - + suffixes: + "0": + - "è" + - "e" + "1": + - "r" + - "er" + "2": + - "n" + - "on" + "3": + - "r" + - "er" + "4": + - "t" + - "rt" + "5": + - "è" + - "e" + "6": + - "è" + - "e" + "7": + - "è" + - "e" + "8": + - "è" + - "e" + "9": + - "è" + - "e" + "11": + - "è" + - "e" + "12": + - "è" + - "e" + "13": + - "è" + - "e" + "14": + - "è" + - "e" + - + gender: "f" + suffixes: + "0": + - "a" + "1": + - "a" + - "ra" + - "era" + "2": + - "a" + "3": + - "a" + "4": + - "a" + "5": + - "a" + "6": + - "a" + "7": + - "a" + "8": + - "a" + "9": + - "a" + stopwords: + - "i" + diff --git a/resources/numex/cs.yaml b/resources/numex/cs.yaml new file mode 100644 index 0000000..eb91dbd --- /dev/null +++ b/resources/numex/cs.yaml @@ -0,0 +1,426 @@ +--- + whole_words_only: true + rules: + - + name: "nula" + value: 0 + type: "cardinal" + - + name: "jeden" + value: 1 + type: "cardinal" + - + name: "jedno" + value: 1 + type: "cardinal" + gender: "n" + - + name: "jedna" + value: 1 + type: "cardinal" + gender: "f" + multiply_gte: 100 + - + name: "dva" + value: 2 + type: "cardinal" + - + name: "dvě" + value: 2 + type: "cardinal" + gender: "f" + - + name: "dve" + value: 2 + type: "cardinal" + gender: "f" + - + name: "tři" + value: 3 + type: "cardinal" + - + name: "tri" + value: 3 + type: "cardinal" + - + name: "čtyři" + value: 4 + type: "cardinal" + - + name: "ctyri" + value: 4 + type: "cardinal" + - + name: "pět" + value: 5 + type: "cardinal" + - + name: "pet" + value: 5 + type: "cardinal" + - + name: "šest" + value: 6 + type: "cardinal" + - + name: "sest" + value: 6 + type: "cardinal" + - + name: "sedm" + value: 7 + type: "cardinal" + - + name: "osm" + value: 8 + type: "cardinal" + - + name: "devět" + value: 9 + type: "cardinal" + - + name: "devet" + value: 9 + type: "cardinal" + - + name: "deset" + value: 10 + type: "cardinal" + - + name: "jedenáct" + value: 11 + type: "cardinal" + - + name: "jedenact" + value: 11 + type: "cardinal" + - + name: "dvanáct" + value: 12 + type: "cardinal" + - + name: "dvanact" + value: 12 + type: "cardinal" + - + name: "třináct" + value: 13 + type: "cardinal" + - + name: "trinact" + value: 13 + type: "cardinal" + - + name: "čtrnáct" + value: 14 + type: "cardinal" + - + name: "ctrnact" + value: 14 + type: "cardinal" + - + name: "patnáct" + value: 15 + type: "cardinal" + - + name: "patnact" + value: 15 + type: "cardinal" + - + name: "šestnáct" + value: 16 + type: "cardinal" + - + name: "sestnact" + value: 16 + type: "cardinal" + - + name: "sedmnáct" + value: 17 + type: "cardinal" + - + name: "sedmnact" + value: 17 + type: "cardinal" + - + name: "osmnáct" + value: 18 + type: "cardinal" + - + name: "osmnact" + value: 18 + type: "cardinal" + - + name: "devatenáct" + value: 19 + type: "cardinal" + - + name: "devatenact" + value: 19 + type: "cardinal" + - + name: "dvacet" + value: 20 + type: "cardinal" + right: "add" + - + name: "třicet" + value: 30 + type: "cardinal" + right: "add" + - + name: "tricet" + value: 30 + type: "cardinal" + right: "add" + - + name: "čtyřicet" + value: 40 + type: "cardinal" + right: "add" + - + name: "ctyricet" + value: 40 + type: "cardinal" + right: "add" + - + name: "padesát" + value: 50 + type: "cardinal" + right: "add" + - + name: "padesat" + value: 50 + type: "cardinal" + right: "add" + - + name: "šedesát" + value: 60 + type: "cardinal" + right: "add" + - + name: "sedesat" + value: 60 + type: "cardinal" + right: "add" + - + name: "sedmdesát" + value: 70 + type: "cardinal" + right: "add" + - + name: "sedmdesat" + value: 70 + type: "cardinal" + right: "add" + - + name: "osmdesát" + value: 80 + type: "cardinal" + right: "add" + - + name: "osmdesat" + value: 80 + type: "cardinal" + right: "add" + - + name: "devadesát" + value: 90 + type: "cardinal" + right: "add" + - + name: "devadesat" + value: 90 + type: "cardinal" + right: "add" + - + name: "sto" + value: 100 + type: "cardinal" + right: "add" + - + name: "stě" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "ste" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "sta" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tisíc" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tisic" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tisíce" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tisice" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milión" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milion" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milióny" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliony" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliónů" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milionu" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliarda" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliardy" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliardů" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliardu" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilión" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilion" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilióny" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliony" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliónů" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilionu" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliarda" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliardy" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliardů" + value: 100000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliardu" + value: 100000000000000 + type: "cardinal" + left: "multiply" + right: "add" + + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." diff --git a/resources/numex/cy.yaml b/resources/numex/cy.yaml new file mode 100644 index 0000000..462c83f --- /dev/null +++ b/resources/numex/cy.yaml @@ -0,0 +1,115 @@ +--- + whole_words_only: true + rules: + - + name: "dim" + value: 0 + type: "cardinal" + - + name: "un" + value: 1 + type: "cardinal" + - + name: "dau" + value: 2 + type: "cardinal" + - + name: "dwy" + value: 2 + type: "cardinal" + gender: "f" + - + name: "tri" + value: 3 + type: "cardinal" + - + name: "tair" + value: 3 + type: "cardinal" + gender: "f" + - + name: "pedwar" + value: 4 + type: "cardinal" + - + name: "pedair" + value: 4 + type: "cardinal" + gender: "f" + - + name: "pump" + value: 5 + type: "cardinal" + - + name: "pum" + value: 5 + type: "cardinal" + - + name: "chwech" + value: 6 + type: "cardinal" + - + name: "chwe" + value: 6 + type: "cardinal" + - + name: "saith" + value: 7 + type: "cardinal" + - + name: "wyth" + value: 8 + type: "cardinal" + - + name: "naw" + value: 9 + type: "cardinal" + - + name: "deg" + value: 10 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "ddeg" + value: 10 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "cant" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "mil" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliwn" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliwn" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "triliwn" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "kwadriliwn" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + diff --git a/resources/numex/da.yaml b/resources/numex/da.yaml new file mode 100644 index 0000000..6387cab --- /dev/null +++ b/resources/numex/da.yaml @@ -0,0 +1,398 @@ +--- + whole_words_only: true + rules: + - + name: "nul" + value: 0 + type: "cardinal" + - + name: "en" + value: 1 + type: "cardinal" + - + name: "et" + value: 1 + type: "cardinal" + gender: "n" + multiply_gte: 100 + - + name: "to" + value: 2 + type: "cardinal" + - + name: "tre" + value: 3 + type: "cardinal" + - + name: "fire" + value: 4 + type: "cardinal" + - + name: "fem" + value: 5 + type: "cardinal" + - + name: "seks" + value: 6 + type: "cardinal" + - + name: "syv" + value: 7 + type: "cardinal" + - + name: "otte" + value: 8 + type: "cardinal" + - + name: "ni" + value: 9 + type: "cardinal" + - + name: "ti" + value: 10 + type: "cardinal" + - + name: "elve" + value: 11 + type: "cardinal" + - + name: "tolv" + value: 12 + type: "cardinal" + - + name: "tretten" + value: 13 + type: "cardinal" + - + name: "fjorten" + value: 14 + type: "cardinal" + - + name: "femten" + value: 15 + type: "cardinal" + - + name: "seksten" + value: 16 + type: "cardinal" + - + name: "sytten" + value: 17 + type: "cardinal" + - + name: "atten" + value: 18 + type: "cardinal" + - + name: "nitten" + value: 19 + type: "cardinal" + - + name: "tyve" + value: 20 + type: "cardinal" + left: "add" + left_separator: "og" + - + name: "tredive" + value: 30 + type: "cardinal" + left: "add" + left_separator: "og" + - + name: "fyrre" + value: 40 + type: "cardinal" + left: "add" + left_separator: "og" + - + name: "halvtreds" + value: 50 + type: "cardinal" + left: "add" + left_separator: "og" + - + name: "tres" + value: 60 + type: "cardinal" + left: "add" + left_separator: "og" + - + name: "halvfjerds" + value: 70 + type: "cardinal" + left: "add" + left_separator: "og" + - + name: "firs" + value: 80 + type: "cardinal" + left: "add" + left_separator: "og" + - + name: "halvfems" + value: 90 + type: "cardinal" + left: "add" + left_separator: "og" + - + name: "hundrede" + value: 100 + type: "cardinal" + left: "multiply" + left_separator: "" + right: "add" + right_separator: " og " + - + name: "tusinde" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + right: "add" + right_separator: " og " + - + name: "tusind" + value: 1000 + type: "cardinal" + gender: "n" + left: "multiply" + right: "add" + right_separator: " og " + - + name: "million" + value: 1000000 + type: "cardinal" + right: "add" + - + name: "millioner" + value: 1000000 + type: "cardinal" + right: "add" + - + name: "milliard" + value: 1000000000 + type: "cardinal" + right: "add" + - + name: "milliarder" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "billion" + value: 1000000000000 + type: "cardinal" + right: "add" + - + name: "billioner" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "billiard" + value: 1000000000000000 + type: "cardinal" + right: "add" + - + name: "billiarder" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "nulte" + value: 0 + type: "ordinal" + - + name: "første" + value: 1 + type: "ordinal" + - + name: "foerste" + value: 1 + type: "ordinal" + - + name: "anden" + value: 2 + type: "ordinal" + - + name: "tredje" + value: 3 + type: "ordinal" + - + name: "fjerde" + value: 4 + type: "ordinal" + - + name: "femte" + value: 5 + type: "ordinal" + - + name: "sjette" + value: 6 + type: "ordinal" + - + name: "syvende" + value: 7 + type: "ordinal" + - + name: "ottende" + value: 8 + type: "ordinal" + - + name: "niende" + value: 9 + type: "ordinal" + - + name: "tiende" + value: 10 + type: "ordinal" + - + name: "ellevte" + value: 11 + type: "ordinal" + - + name: "tolvte" + value: 12 + type: "ordinal" + - + name: "trettende" + value: 13 + type: "ordinal" + - + name: "fjortende" + value: 14 + type: "ordinal" + - + name: "femtende" + value: 15 + type: "ordinal" + - + name: "sekstende" + value: 16 + type: "ordinal" + - + name: "syttende" + value: 17 + type: "ordinal" + - + name: "attende" + value: 18 + type: "ordinal" + - + name: "nittende" + value: 19 + type: "ordinal" + - + name: "tyvende" + value: 20 + type: "ordinal" + left: "add" + left_separator: "og" + - + name: "tredivte" + value: 30 + type: "ordinal" + left: "add" + left_separator: "og" + - + name: "fyrrende" + value: 40 + type: "ordinal" + left: "add" + left_separator: "og" + - + name: "halvtredsindstyvende" + value: 50 + type: "ordinal" + left: "add" + left_separator: "og" + - + name: "tresindstyvende" + value: 60 + type: "ordinal" + left: "add" + left_separator: "og" + - + name: "halvfjerdsindstyvende" + value: 70 + type: "ordinal" + left: "add" + left_separator: "og" + - + name: "firsindstyvende" + value: 80 + type: "ordinal" + left: "add" + left_separator: "og" + - + name: "halvfemsindstyvende" + value: 90 + type: "ordinal" + left: "add" + left_separator: "og" + - + name: "hundredede" + value: 100 + type: "ordinal" + left: "multiply" + left_separator: " " + - + name: "tusinde" + value: 1000 + type: "ordinal" + left: "multiply" + left_separator: " " + - + name: "millionte" + value: 1000000 + type: "ordinal" + left: "multiply" + left_separator: " " + - + name: "milliardte" + value: 1000000000 + type: "ordinal" + left: "multiply" + left_separator: " " + - + name: "billionte" + value: 1000000000000 + type: "ordinal" + left: "multiply" + left_separator: " " + - + name: "billiardte" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + left_separator: " " + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." + stopwords: + - "og" + diff --git a/resources/numex/de.yaml b/resources/numex/de.yaml new file mode 100644 index 0000000..b4b5276 --- /dev/null +++ b/resources/numex/de.yaml @@ -0,0 +1,963 @@ +--- + whole_words_only: true + default_separator: "" + rules: + - + name: "null" + value: 0 + type: "cardinal" + - + name: "eins" + value: 1 + type: "cardinal" + - + name: "ein" + value: 1 + type: "cardinal" + gender: "m" + multiply_gte: 100 + - + name: "eine" + value: 1 + type: "cardinal" + gender: "f" + multiply_gte: 1000000 + - + name: "einen" + value: 1 + type: "cardinal" + gender: "n" + - + name: "einer" + value: 1 + type: "cardinal" + - + name: "eines" + value: 1 + type: "cardinal" + - + name: "zwei" + value: 2 + type: "cardinal" + - + name: "drei" + value: 3 + type: "cardinal" + - + name: "vier" + value: 4 + type: "cardinal" + - + name: "fünf" + value: 5 + type: "cardinal" + - + name: "funf" + value: 5 + type: "cardinal" + - + name: "fuenf" + value: 5 + type: "cardinal" + - + name: "sechs" + value: 6 + type: "cardinal" + - + name: "sieben" + value: 7 + type: "cardinal" + - + name: "acht" + value: 8 + type: "cardinal" + - + name: "neun" + value: 9 + type: "cardinal" + - + name: "zehn" + value: 10 + type: "cardinal" + - + name: "elf" + value: 11 + type: "cardinal" + - + name: "zwölf" + value: 12 + type: "cardinal" + - + name: "zwolf" + value: 12 + type: "cardinal" + - + name: "zwoelf" + value: 12 + type: "cardinal" + - + name: "dreizehn" + value: 13 + type: "cardinal" + - + name: "vierzehn" + value: 14 + type: "cardinal" + - + name: "fünfzehn" + value: 15 + type: "cardinal" + - + name: "funfzehn" + value: 15 + type: "cardinal" + - + name: "fuenfzehn" + value: 15 + type: "cardinal" + - + name: "sechzehn" + value: 16 + type: "cardinal" + - + name: "siebzehn" + value: 17 + type: "cardinal" + - + name: "achtzehn" + value: 18 + type: "cardinal" + - + name: "neunzehn" + value: 19 + type: "cardinal" + - + name: "zwanzig" + value: 20 + type: "cardinal" + left: "add" + left_separator: "und" + - + name: "dreißig" + value: 30 + type: "cardinal" + left: "add" + left_separator: "und" + - + name: "dreissig" + value: 30 + type: "cardinal" + left: "add" + left_separator: "und" + - + name: "vierzig" + value: 40 + type: "cardinal" + left: "add" + left_separator: "und" + - + name: "fünfzig" + value: 50 + type: "cardinal" + left: "add" + left_separator: "und" + - + name: "funfzig" + value: 50 + type: "cardinal" + left: "add" + left_separator: "und" + - + name: "fuenfzig" + value: 50 + type: "cardinal" + left: "add" + left_separator: "und" + - + name: "sechzig" + value: 60 + type: "cardinal" + left: "add" + left_separator: "und" + - + name: "siebzig" + value: 70 + type: "cardinal" + left: "add" + left_separator: "und" + - + name: "achtzig" + value: 80 + type: "cardinal" + left: "add" + left_separator: "und" + - + name: "neunzig" + value: 90 + type: "cardinal" + left: "add" + left_separator: "und" + - + name: "hundert" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: "" + - + name: "tausend" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: "" + - + name: "million" + value: 1000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "millionen" + value: 1000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "milliarde" + value: 1000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "milliarden" + value: 1000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "billion" + value: 1000000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "billionen" + value: 1000000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "billiarde" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "billiarden" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "nullte" + value: 0 + type: "ordinal" + - + name: "nullter" + value: 0 + type: "ordinal" + - + name: "nulltes" + value: 0 + type: "ordinal" + - + name: "erste" + value: 1 + type: "ordinal" + - + name: "erster" + value: 1 + type: "ordinal" + - + name: "erstes" + value: 1 + type: "ordinal" + - + name: "zweite" + value: 2 + type: "ordinal" + - + name: "zweiter" + value: 2 + type: "ordinal" + - + name: "zweites" + value: 2 + type: "ordinal" + - + name: "dritte" + value: 3 + type: "ordinal" + - + name: "dritter" + value: 3 + type: "ordinal" + - + name: "drittes" + value: 3 + type: "ordinal" + - + name: "vierte" + value: 4 + type: "ordinal" + - + name: "vierter" + value: 4 + type: "ordinal" + - + name: "viertes" + value: 4 + type: "ordinal" + - + name: "fünfte" + value: 5 + type: "ordinal" + - + name: "fünfter" + value: 5 + type: "ordinal" + - + name: "fünftes" + value: 5 + type: "ordinal" + - + name: "funfte" + value: 5 + type: "ordinal" + - + name: "funfter" + value: 5 + type: "ordinal" + - + name: "funftes" + value: 5 + type: "ordinal" + - + name: "fuenfte" + value: 5 + type: "ordinal" + - + name: "fuenfter" + value: 5 + type: "ordinal" + - + name: "fuenftes" + value: 5 + type: "ordinal" + - + name: "sechste" + value: 6 + type: "ordinal" + - + name: "sechster" + value: 6 + type: "ordinal" + - + name: "sechstes" + value: 6 + type: "ordinal" + - + name: "siebte" + value: 7 + type: "ordinal" + - + name: "siebter" + value: 7 + type: "ordinal" + - + name: "siebtes" + value: 7 + type: "ordinal" + - + name: "achte" + value: 8 + type: "ordinal" + - + name: "achter" + value: 8 + type: "ordinal" + - + name: "achtes" + value: 8 + type: "ordinal" + - + name: "neunte" + value: 9 + type: "ordinal" + - + name: "neunter" + value: 9 + type: "ordinal" + - + name: "neuntes" + value: 9 + type: "ordinal" + - + name: "zehnte" + value: 10 + type: "ordinal" + - + name: "zehnter" + value: 10 + type: "ordinal" + - + name: "zehntes" + value: 10 + type: "ordinal" + - + name: "elfte" + value: 11 + type: "ordinal" + - + name: "elfter" + value: 11 + type: "ordinal" + - + name: "elftes" + value: 11 + type: "ordinal" + - + name: "zwölfte" + value: 12 + type: "ordinal" + - + name: "zwölfter" + value: 12 + type: "ordinal" + - + name: "zwölftes" + value: 12 + type: "ordinal" + - + name: "zwolfte" + value: 12 + type: "ordinal" + - + name: "zwolfter" + value: 12 + type: "ordinal" + - + name: "zwolftes" + value: 12 + type: "ordinal" + - + name: "zwoelfte" + value: 12 + type: "ordinal" + - + name: "zwoelfter" + value: 12 + type: "ordinal" + - + name: "zwoelftes" + value: 12 + type: "ordinal" + - + name: "dreizehnte" + value: 13 + type: "ordinal" + - + name: "dreizehnter" + value: 13 + type: "ordinal" + - + name: "dreizehntes" + value: 13 + type: "ordinal" + - + name: "vierzehnte" + value: 14 + type: "ordinal" + - + name: "vierzehnter" + value: 14 + type: "ordinal" + - + name: "vierzehntes" + value: 14 + type: "ordinal" + - + name: "fünfzehnte" + value: 15 + type: "ordinal" + - + name: "fünfzehnter" + value: 15 + type: "ordinal" + - + name: "fünfzehntes" + value: 15 + type: "ordinal" + - + name: "funfzehnte" + value: 15 + type: "ordinal" + - + name: "funfzehnter" + value: 15 + type: "ordinal" + - + name: "funfzehntes" + value: 15 + type: "ordinal" + - + name: "fuenfzehnte" + value: 15 + type: "ordinal" + - + name: "fuenfzehnter" + value: 15 + type: "ordinal" + - + name: "fuenfzehntes" + value: 15 + type: "ordinal" + - + name: "sechzehnte" + value: 16 + type: "ordinal" + - + name: "sechzehnter" + value: 16 + type: "ordinal" + - + name: "sechzehntes" + value: 16 + type: "ordinal" + - + name: "siebzehnte" + value: 17 + type: "ordinal" + - + name: "siebzehnter" + value: 17 + type: "ordinal" + - + name: "siebzehntes" + value: 17 + type: "ordinal" + - + name: "achtzehnte" + value: 18 + type: "ordinal" + - + name: "achtzehnter" + value: 18 + type: "ordinal" + - + name: "achtzehntes" + value: 18 + type: "ordinal" + - + name: "neunzehnte" + value: 19 + type: "ordinal" + - + name: "neunzehnter" + value: 19 + type: "ordinal" + - + name: "neunzehntes" + value: 19 + type: "ordinal" + - + name: "zwanzigste" + value: 20 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "zwanzigster" + value: 20 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "zwanzigstes" + value: 20 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "dreißigste" + value: 30 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "dreißigster" + value: 30 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "dreißigstes" + value: 30 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "dreissigste" + value: 30 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "dreissigster" + value: 30 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "dreissigstes" + value: 30 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "vierzigste" + value: 40 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "vierzigster" + value: 40 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "vierzigstes" + value: 40 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "fünfzigste" + value: 50 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "fünfzigster" + value: 50 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "fünfzigstes" + value: 50 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "funfzigste" + value: 50 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "funfzigster" + value: 50 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "funfzigstes" + value: 50 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "fuenfzigste" + value: 50 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "fuenfzigster" + value: 50 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "fuenfzigstes" + value: 50 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "sechzigste" + value: 60 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "sechzigster" + value: 60 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "sechzigstes" + value: 60 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "siebzigste" + value: 70 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "siebzigster" + value: 70 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "siebzigstes" + value: 70 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "achtzigste" + value: 80 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "achtzigster" + value: 80 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "achtzigstes" + value: 80 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "neunzigste" + value: 90 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "neunzigster" + value: 90 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "neunzigstes" + value: 90 + type: "ordinal" + left: "add" + left_separator: "und" + - + name: "hundertste" + value: 100 + type: "ordinal" + left: "multiply" + - + name: "hundertster" + value: 100 + type: "ordinal" + left: "multiply" + - + name: "hundertstes" + value: 100 + type: "ordinal" + left: "multiply" + - + name: "tausendste" + value: 1000 + type: "ordinal" + left: "multiply" + - + name: "tausendster" + value: 1000 + type: "ordinal" + left: "multiply" + - + name: "tausendstes" + value: 1000 + type: "ordinal" + left: "multiply" + - + name: "millionste" + value: 1000000 + type: "ordinal" + left: "multiply" + - + name: "millionster" + value: 1000000 + type: "ordinal" + left: "multiply" + - + name: "millionstes" + value: 1000000 + type: "ordinal" + left: "multiply" + - + name: "millionenste" + value: 1000000 + type: "ordinal" + left: "multiply" + - + name: "millionenster" + value: 1000000 + type: "ordinal" + left: "multiply" + - + name: "millionenstes" + value: 1000000 + type: "ordinal" + left: "multiply" + - + name: "milliardeste" + value: 1000000000 + type: "ordinal" + left: "multiply" + - + name: "milliardester" + value: 1000000000 + type: "ordinal" + left: "multiply" + - + name: "milliardestes" + value: 1000000000 + type: "ordinal" + left: "multiply" + - + name: "milliardenste" + value: 1000000000 + type: "ordinal" + left: "multiply" + - + name: "milliardenster" + value: 1000000000 + type: "ordinal" + left: "multiply" + - + name: "milliardenstes" + value: 1000000000 + type: "ordinal" + left: "multiply" + - + name: "billionste" + value: 1000000000000 + type: "ordinal" + left: "multiply" + - + name: "billionster" + value: 1000000000000 + type: "ordinal" + left: "multiply" + - + name: "billionstes" + value: 1000000000000 + type: "ordinal" + left: "multiply" + - + name: "billionenste" + value: 1000000000000 + type: "ordinal" + left: "multiply" + - + name: "billionenster" + value: 1000000000000 + type: "ordinal" + left: "multiply" + - + name: "billionenstes" + value: 1000000000000 + type: "ordinal" + left: "multiply" + - + name: "billiardeste" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + - + name: "billiardester" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + - + name: "billiardestes" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + - + name: "billiardenste" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + - + name: "billiardenster" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + - + name: "billiardenstes" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." + stopwords: + - "und" + diff --git a/resources/numex/el.yaml b/resources/numex/el.yaml new file mode 100644 index 0000000..05fb99e --- /dev/null +++ b/resources/numex/el.yaml @@ -0,0 +1,2302 @@ +--- + whole_words_only: true + rules: + - + name: "μηδέν" + value: 0 + type: "cardinal" + - + name: "μηδεν" + value: 0 + type: "cardinal" + - + name: "ένας" + value: 1 + type: "cardinal" + - + name: "ενας" + value: 1 + type: "cardinal" + - + name: "ένα" + value: 1 + type: "cardinal" + gender: "n" + multiply_gte: 1000000 + - + name: "ενα" + value: 1 + type: "cardinal" + gender: "n" + - + name: "δύο" + value: 2 + type: "cardinal" + - + name: "δυο" + value: 2 + type: "cardinal" + - + name: "τρεις" + value: 3 + type: "cardinal" + - + name: "τρία" + value: 3 + type: "cardinal" + gender: "n" + - + name: "τρια" + value: 3 + type: "cardinal" + gender: "n" + - + name: "τέσσερις" + value: 4 + type: "cardinal" + - + name: "τεσσερις" + value: 4 + type: "cardinal" + - + name: "τέσσερα" + value: 4 + type: "cardinal" + gender: "n" + - + name: "τεσσερα" + value: 4 + type: "cardinal" + gender: "n" + - + name: "πέντε" + value: 5 + type: "cardinal" + - + name: "πεντε" + value: 5 + type: "cardinal" + - + name: "έξι" + value: 6 + type: "cardinal" + - + name: "εξι" + value: 6 + type: "cardinal" + - + name: "επτά" + value: 7 + type: "cardinal" + - + name: "επτα" + value: 7 + type: "cardinal" + - + name: "οκτώ" + value: 8 + type: "cardinal" + - + name: "οκτω" + value: 8 + type: "cardinal" + - + name: "εννέα" + value: 9 + type: "cardinal" + - + name: "εννεα" + value: 9 + type: "cardinal" + - + name: "δέκα" + value: 10 + type: "cardinal" + - + name: "δεκα" + value: 10 + type: "cardinal" + - + name: "έντεκα" + value: 11 + type: "cardinal" + - + name: "εντεκα" + value: 11 + type: "cardinal" + - + name: "δώδεκα" + value: 12 + type: "cardinal" + - + name: "δωδεκα" + value: 12 + type: "cardinal" + - + name: "δεκα­τρεις" + value: 13 + type: "cardinal" + - + name: "δεκα­τρία" + value: 13 + type: "cardinal" + gender: "n" + - + name: "δεκα­τρια" + value: 13 + type: "cardinal" + gender: "n" + - + name: "δεκα­τέσσερις" + value: 14 + type: "cardinal" + - + name: "δεκα­τεσσερις" + value: 14 + type: "cardinal" + - + name: "δεκατέσσερα" + value: 14 + type: "cardinal" + gender: "n" + - + name: "δεκατεσσερα" + value: 14 + type: "cardinal" + gender: "n" + - + name: "δεκα­πέντε" + value: 15 + type: "cardinal" + - + name: "δεκα­πεντε" + value: 15 + type: "cardinal" + - + name: "δεκα­έξι" + value: 16 + type: "cardinal" + - + name: "δεκα­εξι" + value: 16 + type: "cardinal" + - + name: "δεκα­επτά" + value: 17 + type: "cardinal" + - + name: "δεκα­επτα" + value: 17 + type: "cardinal" + - + name: "δεκα­οκτώ" + value: 18 + type: "cardinal" + - + name: "δεκα­οκτω" + value: 18 + type: "cardinal" + - + name: "δεκα­εννέα" + value: 19 + type: "cardinal" + - + name: "δεκα­εννεα" + value: 19 + type: "cardinal" + - + name: "είκοσι" + value: 20 + type: "cardinal" + right: "add" + - + name: "εικοσι" + value: 20 + type: "cardinal" + right: "add" + - + name: "τριάντα" + value: 30 + type: "cardinal" + right: "add" + - + name: "τριαντα" + value: 30 + type: "cardinal" + right: "add" + - + name: "σαράντα" + value: 40 + type: "cardinal" + right: "add" + - + name: "σαραντα" + value: 40 + type: "cardinal" + right: "add" + - + name: "πενήντα" + value: 50 + type: "cardinal" + right: "add" + - + name: "πενηντα" + value: 50 + type: "cardinal" + right: "add" + - + name: "εξήντα" + value: 60 + type: "cardinal" + right: "add" + - + name: "εξηντα" + value: 60 + type: "cardinal" + right: "add" + - + name: "εβδομήντα" + value: 70 + type: "cardinal" + right: "add" + - + name: "εβδομηντα" + value: 70 + type: "cardinal" + right: "add" + - + name: "ογδόντα" + value: 80 + type: "cardinal" + right: "add" + - + name: "ογδοντα" + value: 80 + type: "cardinal" + right: "add" + - + name: "εννενήντα" + value: 90 + type: "cardinal" + right: "add" + - + name: "εννενηντα" + value: 90 + type: "cardinal" + right: "add" + - + name: "εκατό" + value: 100 + type: "cardinal" + right: "add" + right_separator: "ν " + - + name: "εκατο" + value: 100 + type: "cardinal" + right: "add" + right_separator: "ν " + - + name: "διακόσιοι" + value: 200 + type: "cardinal" + right: "add" + - + name: "διακοσιοι" + value: 200 + type: "cardinal" + right: "add" + - + name: "διακόσιες" + value: 200 + type: "cardinal" + gender: "f" + right: "add" + - + name: "διακοσιες" + value: 200 + type: "cardinal" + gender: "f" + right: "add" + - + name: "διακόσια" + value: 200 + type: "cardinal" + gender: "n" + right: "add" + - + name: "διακοσια" + value: 200 + type: "cardinal" + gender: "n" + right: "add" + - + name: "τριακόσιοι" + value: 300 + type: "cardinal" + right: "add" + - + name: "τριακοσιοι" + value: 300 + type: "cardinal" + right: "add" + - + name: "τριακόσιες" + value: 300 + type: "cardinal" + gender: "f" + right: "add" + - + name: "τριακοσιες" + value: 300 + type: "cardinal" + gender: "f" + right: "add" + - + name: "τριακόσια" + value: 300 + type: "cardinal" + gender: "n" + right: "add" + - + name: "τριακοσια" + value: 300 + type: "cardinal" + gender: "n" + right: "add" + - + name: "τετρακόσιοι" + value: 400 + type: "cardinal" + right: "add" + - + name: "τετρακοσιοι" + value: 400 + type: "cardinal" + right: "add" + - + name: "τετρακόσιες" + value: 400 + type: "cardinal" + gender: "f" + right: "add" + - + name: "τετρακοσιες" + value: 400 + type: "cardinal" + gender: "f" + right: "add" + - + name: "τετρακόσια" + value: 400 + type: "cardinal" + gender: "n" + right: "add" + - + name: "τετρακοσια" + value: 400 + type: "cardinal" + gender: "n" + right: "add" + - + name: "πεντακόσιοι" + value: 500 + type: "cardinal" + right: "add" + - + name: "πεντακοσιοι" + value: 500 + type: "cardinal" + right: "add" + - + name: "πεντακόσιες" + value: 500 + type: "cardinal" + gender: "f" + right: "add" + - + name: "πεντακοσιες" + value: 500 + type: "cardinal" + gender: "f" + right: "add" + - + name: "πεντακόσια" + value: 500 + type: "cardinal" + gender: "n" + right: "add" + - + name: "πεντακοσια" + value: 500 + type: "cardinal" + gender: "n" + right: "add" + - + name: "εξακόσιοι" + value: 600 + type: "cardinal" + right: "add" + - + name: "εξακοσιοι" + value: 600 + type: "cardinal" + right: "add" + - + name: "εξακόσιες" + value: 600 + type: "cardinal" + gender: "f" + right: "add" + - + name: "εξακοσιες" + value: 600 + type: "cardinal" + gender: "f" + right: "add" + - + name: "εξακόσια" + value: 600 + type: "cardinal" + gender: "n" + right: "add" + - + name: "εξακοσια" + value: 600 + type: "cardinal" + gender: "n" + right: "add" + - + name: "επτακόσιοι" + value: 700 + type: "cardinal" + right: "add" + - + name: "επτακοσιοι" + value: 700 + type: "cardinal" + right: "add" + - + name: "επτακόσιες" + value: 700 + type: "cardinal" + gender: "f" + right: "add" + - + name: "επτακοσιες" + value: 700 + type: "cardinal" + gender: "f" + right: "add" + - + name: "επτακόσια" + value: 700 + type: "cardinal" + gender: "n" + right: "add" + - + name: "επτακοσια" + value: 700 + type: "cardinal" + gender: "n" + right: "add" + - + name: "οκτακόσιοι" + value: 800 + type: "cardinal" + right: "add" + - + name: "οκτακοσιοι" + value: 800 + type: "cardinal" + right: "add" + - + name: "οκτακόσιες" + value: 800 + type: "cardinal" + gender: "f" + right: "add" + - + name: "οκτακοσιες" + value: 800 + type: "cardinal" + gender: "f" + right: "add" + - + name: "οκτακόσια" + value: 800 + type: "cardinal" + gender: "n" + right: "add" + - + name: "οκτακοσια" + value: 800 + type: "cardinal" + gender: "n" + right: "add" + - + name: "εννιακόσιοι" + value: 900 + type: "cardinal" + right: "add" + - + name: "εννιακοσιοι" + value: 900 + type: "cardinal" + right: "add" + - + name: "εννιακόσιες" + value: 900 + type: "cardinal" + gender: "f" + right: "add" + - + name: "εννιακοσιες" + value: 900 + type: "cardinal" + gender: "f" + right: "add" + - + name: "εννιακόσια" + value: 900 + type: "cardinal" + gender: "n" + right: "add" + - + name: "εννιακοσια" + value: 900 + type: "cardinal" + gender: "n" + right: "add" + - + name: "χίλιοι" + value: 1000 + type: "cardinal" + right: "add" + - + name: "χιλιοι" + value: 1000 + type: "cardinal" + right: "add" + - + name: "χίλιες" + value: 1000 + type: "cardinal" + gender: "f" + right: "add" + - + name: "χιλιες" + value: 1000 + type: "cardinal" + gender: "f" + right: "add" + - + name: "χίλια" + value: 1000 + type: "cardinal" + gender: "n" + right: "add" + - + name: "χιλια" + value: 1000 + type: "cardinal" + gender: "n" + right: "add" + - + name: "χίλιάδες" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "χιλιαδες" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "εκατομμύριο" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "εκατομμυριο" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "εκατομμύρια" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "εκατομμυρια" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "δισεκατομμύριο" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "δισεκατομμυριο" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "δισεκατομμύρια" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "δισεκατομμυρια" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "τρισεκατομμύριο" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "τρισεκατομμυριο" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "τρισεκατομμύρια" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "τρισεκατομμυρια" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "τετράκις εκατομμύριο" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "τετρακις εκατομμυριο" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "τετράκις εκατομμύρια" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "τετρακις εκατομμυρια" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "μηδενικός" + value: 0 + type: "ordinal" + - + name: "μηδενικος" + value: 0 + type: "ordinal" + - + name: "πρώτος" + value: 1 + type: "ordinal" + - + name: "πρωτος" + value: 1 + type: "ordinal" + - + name: "δεύτερος" + value: 2 + type: "ordinal" + - + name: "δευτερος" + value: 2 + type: "ordinal" + - + name: "τρίτος" + value: 3 + type: "ordinal" + - + name: "τριτος" + value: 3 + type: "ordinal" + - + name: "τέταρτος" + value: 4 + type: "ordinal" + - + name: "τεταρτος" + value: 4 + type: "ordinal" + - + name: "πέμπτος" + value: 5 + type: "ordinal" + - + name: "πεμπτος" + value: 5 + type: "ordinal" + - + name: "έκτος" + value: 6 + type: "ordinal" + - + name: "εκτος" + value: 6 + type: "ordinal" + - + name: "έβδομος" + value: 7 + type: "ordinal" + - + name: "εβδομος" + value: 7 + type: "ordinal" + - + name: "όγδοος" + value: 8 + type: "ordinal" + - + name: "ογδοος" + value: 8 + type: "ordinal" + - + name: "ένατος" + value: 9 + type: "ordinal" + - + name: "ενατος" + value: 9 + type: "ordinal" + - + name: "δέκατος" + value: 10 + type: "ordinal" + - + name: "δεκατος" + value: 10 + type: "ordinal" + - + name: "ενδέκατος" + value: 11 + type: "ordinal" + - + name: "ενδεκατος" + value: 11 + type: "ordinal" + - + name: "δωδέκατος" + value: 12 + type: "ordinal" + - + name: "δωδεκατος" + value: 12 + type: "ordinal" + - + name: "δέκατος" + value: 13 + type: "ordinal" + left: "add" + - + name: "εικοστός" + value: 20 + type: "ordinal" + left: "add" + - + name: "εικοστος" + value: 20 + type: "ordinal" + left: "add" + - + name: "τριακοστός" + value: 30 + type: "ordinal" + left: "add" + - + name: "τριακοστος" + value: 30 + type: "ordinal" + left: "add" + - + name: "τεσσαρακοστός" + value: 40 + type: "ordinal" + left: "add" + - + name: "τεσσαρακοστος" + value: 40 + type: "ordinal" + left: "add" + - + name: "πεντηκοστός" + value: 50 + type: "ordinal" + left: "add" + - + name: "πεντηκοστος" + value: 50 + type: "ordinal" + left: "add" + - + name: "εξηκοστός" + value: 60 + type: "ordinal" + left: "add" + - + name: "εξηκοστος" + value: 60 + type: "ordinal" + left: "add" + - + name: "εβδομηκοστός" + value: 70 + type: "ordinal" + left: "add" + - + name: "εβδομηκοστος" + value: 70 + type: "ordinal" + left: "add" + - + name: "ογδοηκοστός" + value: 80 + type: "ordinal" + left: "add" + - + name: "ογδοηκοστος" + value: 80 + type: "ordinal" + left: "add" + - + name: "εννενηκοστός" + value: 90 + type: "ordinal" + left: "add" + - + name: "εννενηκοστος" + value: 90 + type: "ordinal" + left: "add" + - + name: "εκατοστός" + value: 100 + type: "ordinal" + left: "add" + - + name: "εκατοστος" + value: 100 + type: "ordinal" + left: "add" + - + name: "διακοσιοστός" + value: 200 + type: "ordinal" + left: "add" + - + name: "διακοσιοστος" + value: 200 + type: "ordinal" + left: "add" + - + name: "τριακοσιοστός" + value: 300 + type: "ordinal" + left: "add" + - + name: "τριακοσιοστος" + value: 300 + type: "ordinal" + left: "add" + - + name: "τετρακοσιοστός" + value: 400 + type: "ordinal" + left: "add" + - + name: "τετρακοσιοστος" + value: 400 + type: "ordinal" + left: "add" + - + name: "πεντακοσιοστός" + value: 500 + type: "ordinal" + left: "add" + - + name: "πεντακοσιοστος" + value: 500 + type: "ordinal" + left: "add" + - + name: "εξακοσιοστός" + value: 600 + type: "ordinal" + left: "add" + - + name: "εξακοσιοστος" + value: 600 + type: "ordinal" + left: "add" + - + name: "επτακοσιοστός" + value: 700 + type: "ordinal" + left: "add" + - + name: "επτακοσιοστος" + value: 700 + type: "ordinal" + left: "add" + - + name: "οκτακοσιοστός" + value: 800 + type: "ordinal" + left: "add" + - + name: "οκτακοσιοστος" + value: 800 + type: "ordinal" + left: "add" + - + name: "εννεακοσιοστός" + value: 900 + type: "ordinal" + left: "add" + - + name: "εννεακοσιοστος" + value: 900 + type: "ordinal" + left: "add" + - + name: "χιλιοστός" + value: 1000 + type: "ordinal" + left: "add" + - + name: "χιλιοστός" + value: 1000 + type: "ordinal" + left: "add" + - + name: "χιλιοστος" + value: 1000 + type: "ordinal" + left: "add" + - + name: "χιλιοστος" + value: 1000 + type: "ordinal" + left: "add" + - + name: "δισχιλιοστός" + value: 2000 + type: "ordinal" + left: "add" + - + name: "δισχιλιοστος" + value: 2000 + type: "ordinal" + left: "add" + - + name: "τρισχιλιοστός" + value: 3000 + type: "ordinal" + left: "add" + - + name: "τρισχιλιοστος" + value: 3000 + type: "ordinal" + left: "add" + - + name: "τετράκις χιλιοστός" + value: 4000 + type: "ordinal" + left: "add" + - + name: "τετρακις χιλιοστος" + value: 4000 + type: "ordinal" + left: "add" + - + name: "πεντάκις χιλιοστός" + value: 5000 + type: "ordinal" + left: "add" + - + name: "πεντακις χιλιοστος" + value: 5000 + type: "ordinal" + left: "add" + - + name: "εξάκις χιλιοστός" + value: 6000 + type: "ordinal" + left: "add" + - + name: "εξακις χιλιοστος" + value: 6000 + type: "ordinal" + left: "add" + - + name: "επτάκις χιλιοστός" + value: 7000 + type: "ordinal" + left: "add" + - + name: "επτακις χιλιοστος" + value: 7000 + type: "ordinal" + left: "add" + - + name: "οκτάκις χιλιοστός" + value: 8000 + type: "ordinal" + left: "add" + - + name: "οκτακις χιλιοστος" + value: 8000 + type: "ordinal" + left: "add" + - + name: "εννεάκις χιλιοστός" + value: 9000 + type: "ordinal" + left: "add" + - + name: "εννεακις χιλιοστος" + value: 9000 + type: "ordinal" + left: "add" + - + name: "δεκάκις χιλιοστός" + value: 10000 + type: "ordinal" + left: "add" + - + name: "δεκακις χιλιοστος" + value: 10000 + type: "ordinal" + left: "add" + - + name: "εκατομμυριοστός" + value: 1000000 + type: "ordinal" + left: "add" + - + name: "εκατομμυριοστός" + value: 1000000 + type: "ordinal" + left: "add" + - + name: "εκατομμυριοστος" + value: 1000000 + type: "ordinal" + left: "add" + - + name: "εκατομμυριοστος" + value: 1000000 + type: "ordinal" + left: "add" + - + name: "δισεκατομμυριοστός" + value: 1000000000 + type: "ordinal" + left: "add" + - + name: "δισεκατομμυριοστος" + value: 1000000000 + type: "ordinal" + left: "add" + - + name: "τρισεκατομμυριοστός" + value: 1000000000000 + type: "ordinal" + left: "add" + - + name: "τρισεκατομμυριοστος" + value: 1000000000000 + type: "ordinal" + left: "add" + - + name: "τετράκις εκατομμυριοστός" + value: 1000000000000000 + type: "ordinal" + left: "add" + - + name: "τετρακις εκατομμυριοστος" + value: 1000000000000000 + type: "ordinal" + left: "add" + - + name: "μηδενική" + value: 0 + type: "ordinal" + gender: "f" + - + name: "μηδενικη" + value: 0 + type: "ordinal" + gender: "f" + - + name: "πρώτη" + value: 1 + type: "ordinal" + gender: "f" + - + name: "πρωτη" + value: 1 + type: "ordinal" + gender: "f" + - + name: "δεύτερη" + value: 2 + type: "ordinal" + gender: "f" + - + name: "δευτερη" + value: 2 + type: "ordinal" + gender: "f" + - + name: "τρίτη" + value: 3 + type: "ordinal" + gender: "f" + - + name: "τριτη" + value: 3 + type: "ordinal" + gender: "f" + - + name: "τέταρτη" + value: 4 + type: "ordinal" + gender: "f" + - + name: "τεταρτη" + value: 4 + type: "ordinal" + gender: "f" + - + name: "πέμπτη" + value: 5 + type: "ordinal" + gender: "f" + - + name: "πεμπτη" + value: 5 + type: "ordinal" + gender: "f" + - + name: "έκτη" + value: 6 + type: "ordinal" + gender: "f" + - + name: "εκτη" + value: 6 + type: "ordinal" + gender: "f" + - + name: "έβδομη" + value: 7 + type: "ordinal" + gender: "f" + - + name: "εβδομη" + value: 7 + type: "ordinal" + gender: "f" + - + name: "όγδοη" + value: 8 + type: "ordinal" + gender: "f" + - + name: "ογδοη" + value: 8 + type: "ordinal" + gender: "f" + - + name: "ένατη" + value: 9 + type: "ordinal" + gender: "f" + - + name: "ενατη" + value: 9 + type: "ordinal" + gender: "f" + - + name: "δέκατη" + value: 10 + type: "ordinal" + gender: "f" + - + name: "δέκατη" + value: 10 + type: "ordinal" + gender: "f" + left: "add" + - + name: "δεκατη" + value: 10 + type: "ordinal" + gender: "f" + - + name: "δεκατη" + value: 10 + type: "ordinal" + gender: "f" + left: "add" + - + name: "ενδέκατη" + value: 11 + type: "ordinal" + gender: "f" + - + name: "ενδεκατη" + value: 11 + type: "ordinal" + gender: "f" + - + name: "δωδέκατη" + value: 12 + type: "ordinal" + gender: "f" + - + name: "δωδεκατη" + value: 12 + type: "ordinal" + gender: "f" + - + name: "εικοστή" + value: 20 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εικοστη" + value: 20 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τριακοστή" + value: 30 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τριακοστη" + value: 30 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τεσσαρακοστή" + value: 40 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τεσσαρακοστη" + value: 40 + type: "ordinal" + gender: "f" + left: "add" + - + name: "πεντηκοστή" + value: 50 + type: "ordinal" + gender: "f" + left: "add" + - + name: "πεντηκοστη" + value: 50 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εξηκοστή" + value: 60 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εξηκοστη" + value: 60 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εβδομηκοστή" + value: 70 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εβδομηκοστη" + value: 70 + type: "ordinal" + gender: "f" + left: "add" + - + name: "ογδοηκοστή" + value: 80 + type: "ordinal" + gender: "f" + left: "add" + - + name: "ογδοηκοστη" + value: 80 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εννενηκοστή" + value: 90 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εννενηκοστη" + value: 90 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εκατοστή" + value: 100 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εκατοστη" + value: 100 + type: "ordinal" + gender: "f" + left: "add" + - + name: "διακοσιοστή" + value: 200 + type: "ordinal" + gender: "f" + left: "add" + - + name: "διακοσιοστη" + value: 200 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τριακοσιοστή" + value: 300 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τριακοσιοστη" + value: 300 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τρετρακοσιοστή" + value: 400 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τρετρακοσιοστη" + value: 400 + type: "ordinal" + gender: "f" + left: "add" + - + name: "πεντακοσιοστή" + value: 500 + type: "ordinal" + gender: "f" + left: "add" + - + name: "πεντακοσιοστη" + value: 500 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εξακοσιοστή" + value: 600 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εξακοσιοστη" + value: 600 + type: "ordinal" + gender: "f" + left: "add" + - + name: "επτακοσιοστή" + value: 700 + type: "ordinal" + gender: "f" + left: "add" + - + name: "επτακοσιοστη" + value: 700 + type: "ordinal" + gender: "f" + left: "add" + - + name: "οκτακοσιοστή" + value: 800 + type: "ordinal" + gender: "f" + left: "add" + - + name: "οκτακοσιοστη" + value: 800 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εννεακοσιοστή" + value: 900 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εννεακοσιοστη" + value: 900 + type: "ordinal" + gender: "f" + left: "add" + - + name: "χιλιοστή" + value: 1000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "χιλιοστη" + value: 1000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "χιλιοστη" + value: 1000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "δισχιλιοστή" + value: 2000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "δισχιλιοστη" + value: 2000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τρισχιλιοστή" + value: 3000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τρισχιλιοστη" + value: 3000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τετράκις χιλιοστή" + value: 4000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τετρακις χιλιοστη" + value: 4000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "πεντάκις χιλιοστή" + value: 5000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "πεντακις χιλιοστη" + value: 5000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εξάκις χιλιοστή" + value: 6000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εξακις χιλιοστη" + value: 6000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "επτάκις χιλιοστή" + value: 7000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "επτακις χιλιοστη" + value: 7000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "οκτάκις χιλιοστή" + value: 8000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "οκτακις χιλιοστη" + value: 8000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εννεάκις χιλιοστή" + value: 9000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εννεακις χιλιοστη" + value: 9000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "δεκάκις χιλιοστή" + value: 10000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "δεκακις χιλιοστη" + value: 10000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εκατομμυριοστή" + value: 1000000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εκατομμυριοστή" + value: 1000000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εκατομμυριοστη" + value: 1000000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "εκατομμυριοστη" + value: 1000000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "δισεκατομμυριοστή" + value: 1000000000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "δισεκατομμυριοστη" + value: 1000000000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τρισεκατομμυριοστή" + value: 1000000000000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τρισεκατομμυριοστη" + value: 1000000000000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τετράκις εκατομμυριοστή" + value: 1000000000000000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τετράκις εκατομμυριοστό" + value: 1000000000000000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "τετρακις εκατομμυριοστη" + value: 1000000000000000 + type: "ordinal" + gender: "f" + left: "add" + - + name: "μηδενικό" + value: 0 + type: "ordinal" + gender: "n" + - + name: "μηδενικο" + value: 0 + type: "ordinal" + gender: "n" + - + name: "πρώτο" + value: 1 + type: "ordinal" + gender: "n" + - + name: "πρωτο" + value: 1 + type: "ordinal" + gender: "n" + - + name: "δεύτερο" + value: 2 + type: "ordinal" + gender: "n" + - + name: "δευτερο" + value: 2 + type: "ordinal" + gender: "n" + - + name: "τρίτο" + value: 3 + type: "ordinal" + gender: "n" + - + name: "τριτο" + value: 3 + type: "ordinal" + gender: "n" + - + name: "τέταρτο" + value: 4 + type: "ordinal" + gender: "n" + - + name: "τεταρτο" + value: 4 + type: "ordinal" + gender: "n" + - + name: "πέμπτο" + value: 5 + type: "ordinal" + gender: "n" + - + name: "πεμπτο" + value: 5 + type: "ordinal" + gender: "n" + - + name: "έκτο" + value: 6 + type: "ordinal" + gender: "n" + - + name: "εκτο" + value: 6 + type: "ordinal" + gender: "n" + - + name: "έβδομο" + value: 7 + type: "ordinal" + gender: "n" + - + name: "εβδομο" + value: 7 + type: "ordinal" + gender: "n" + - + name: "όγδο" + value: 8 + type: "ordinal" + gender: "n" + - + name: "ογδο" + value: 8 + type: "ordinal" + gender: "n" + - + name: "ένατο" + value: 9 + type: "ordinal" + gender: "n" + - + name: "ενατο" + value: 9 + type: "ordinal" + gender: "n" + - + name: "δέκατο" + value: 10 + type: "ordinal" + gender: "n" + - + name: "δεκατο" + value: 10 + type: "ordinal" + gender: "n" + left: "add" + - + name: "ενδέκατο" + value: 11 + type: "ordinal" + gender: "n" + - + name: "ενδεκατο" + value: 11 + type: "ordinal" + gender: "n" + - + name: "δωδέκατο" + value: 12 + type: "ordinal" + gender: "n" + - + name: "δωδεκατο" + value: 12 + type: "ordinal" + gender: "n" + - + name: "εικοστό" + value: 20 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εικοστο" + value: 20 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τριακοστό" + value: 30 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τριακοστο" + value: 30 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τεσσαρακοστό" + value: 40 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τεσσαρακοστο" + value: 40 + type: "ordinal" + gender: "n" + left: "add" + - + name: "πεντηκοστό" + value: 50 + type: "ordinal" + gender: "n" + left: "add" + - + name: "πεντηκοστο" + value: 50 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εξηκοστό" + value: 60 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εξηκοστο" + value: 60 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εβδομηκοστό" + value: 70 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εβδομηκοστο" + value: 70 + type: "ordinal" + gender: "n" + left: "add" + - + name: "ογδοηκοστό" + value: 80 + type: "ordinal" + gender: "n" + left: "add" + - + name: "ογδοηκοστο" + value: 80 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εννενηκοστό" + value: 90 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εννενηκοστο" + value: 90 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εκατοστό" + value: 100 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εκατοστο" + value: 100 + type: "ordinal" + gender: "n" + left: "add" + - + name: "διακοσιοστό" + value: 200 + type: "ordinal" + gender: "n" + left: "add" + - + name: "διακοσιοστο" + value: 200 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τριακοσιοστό" + value: 300 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τριακοσιοστο" + value: 300 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τετρακοσιοστό" + value: 400 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τετρακοσιοστο" + value: 400 + type: "ordinal" + gender: "n" + left: "add" + - + name: "πεντακοσιοστό" + value: 500 + type: "ordinal" + gender: "n" + left: "add" + - + name: "πεντακοσιοστο" + value: 500 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εξακοσιοστός" + value: 600 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εξακοσιοστος" + value: 600 + type: "ordinal" + gender: "n" + left: "add" + - + name: "επτακοσιοστό" + value: 700 + type: "ordinal" + gender: "n" + left: "add" + - + name: "επτακοσιοστο" + value: 700 + type: "ordinal" + gender: "n" + left: "add" + - + name: "οκτακοσιοστό" + value: 800 + type: "ordinal" + gender: "n" + left: "add" + - + name: "οκτακοσιοστο" + value: 800 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εννεακοσιοστό" + value: 900 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εννεακοσιοστο" + value: 900 + type: "ordinal" + gender: "n" + left: "add" + - + name: "χιλιοστό" + value: 1000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "χιλιοστό" + value: 1000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "χιλιοστο" + value: 1000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "χιλιοστο" + value: 1000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "δισχιλιοστό" + value: 2000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "δισχιλιοστο" + value: 2000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τρισχιλιοστό" + value: 3000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τρισχιλιοστο" + value: 3000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τετράκις χιλιοστό" + value: 4000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τετρακις χιλιοστο" + value: 4000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "πεντάκις χιλιοστό" + value: 5000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "πεντακις χιλιοστο" + value: 5000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εξάκις χιλιοστό" + value: 6000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εξακις χιλιοστο" + value: 6000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "επτάκις χιλιοστό" + value: 7000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "επτακις χιλιοστο" + value: 7000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "οκτάκις χιλιοστό" + value: 8000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "οκτακις χιλιοστο" + value: 8000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εννεάκις χιλιοστό" + value: 9000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εννεακις χιλιοστο" + value: 9000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "δεκάκις χιλιοστό" + value: 10000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "δεκακις χιλιοστο" + value: 10000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εκατομμυριοστό" + value: 1000000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εκατομμυριοστό" + value: 1000000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εκατομμυριοστο" + value: 1000000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "εκατομμυριοστο" + value: 1000000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "δισεκατομμυριοστό" + value: 1000000000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "δισεκατομμυριοστο" + value: 1000000000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τρισεκατομμυριοστό" + value: 1000000000000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τρισεκατομμυριοστο" + value: 1000000000000 + type: "ordinal" + gender: "n" + left: "add" + - + name: "τετρακις εκατομμυριοστο" + value: 1000000000000000 + type: "ordinal" + gender: "n" + left: "add" + ordinal_indicators: + - + suffixes: + "0": + - "ος" + - "ός" + - "ης" + "1": + - "ος" + - "ός" + - "ης" + "2": + - "ος" + - "ός" + - "ης" + "3": + - "ος" + - "ός" + - "ης" + "4": + - "ος" + - "ός" + - "ης" + "5": + - "ος" + - "ός" + - "ης" + "6": + - "ος" + - "ός" + - "ης" + "7": + - "ος" + - "ός" + - "ης" + "8": + - "ος" + - "ός" + - "ης" + "9": + - "ος" + - "ός" + - "ης" + - + gender: "f" + suffixes: + "0": + - "ή" + - "η" + "1": + - "η" + "2": + - "η" + "3": + - "η" + "4": + - "η" + "5": + - "η" + "6": + - "η" + "7": + - "η" + "8": + - "η" + "9": + - "η" + - + gender: "n" + suffixes: + "0": + - "ό" + - "ο" + "1": + - "ο" + "2": + - "ο" + "3": + - "ο" + "4": + - "ο" + "5": + - "ο" + "6": + - "ο" + "7": + - "ο" + "8": + - "ο" + "9": + - "ο" + diff --git a/resources/numex/en.yaml b/resources/numex/en.yaml new file mode 100644 index 0000000..5e35fe0 --- /dev/null +++ b/resources/numex/en.yaml @@ -0,0 +1,343 @@ +--- + whole_words_only: true + rules: + - + name: "zero" + value: 0 + type: "cardinal" + - + name: "oh" + value: 0 + type: "cardinal" + left: "concat_only_if_number" + - + name: "one" + value: 1 + type: "cardinal" + multiply_gte: 100 + - + name: "two" + value: 2 + type: "cardinal" + - + name: "three" + value: 3 + type: "cardinal" + - + name: "four" + value: 4 + type: "cardinal" + - + name: "five" + value: 5 + type: "cardinal" + - + name: "six" + value: 6 + type: "cardinal" + - + name: "seven" + value: 7 + type: "cardinal" + - + name: "eight" + value: 8 + type: "cardinal" + - + name: "nine" + value: 9 + type: "cardinal" + - + name: "ten" + value: 10 + type: "cardinal" + - + name: "eleven" + value: 11 + type: "cardinal" + - + name: "twelve" + value: 12 + type: "cardinal" + - + name: "thirteen" + value: 13 + type: "cardinal" + - + name: "fourteen" + value: 14 + type: "cardinal" + - + name: "fifteen" + value: 15 + type: "cardinal" + - + name: "sixteen" + value: 16 + type: "cardinal" + - + name: "seventeen" + value: 17 + type: "cardinal" + - + name: "eighteen" + value: 18 + type: "cardinal" + - + name: "nineteen" + value: 19 + type: "cardinal" + - + name: "twenty" + value: 20 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "thirty" + value: 30 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "forty" + value: 40 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "fourty" + value: 40 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "fifty" + value: 50 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "sixty" + value: 60 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "seventy" + value: 70 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "eighty" + value: 80 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "ninety" + value: 90 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "hundred" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "thousand" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "million" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "billion" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "first" + value: 1 + type: "ordinal" + - + name: "second" + value: 2 + type: "ordinal" + - + name: "third" + value: 3 + type: "ordinal" + - + name: "fourth" + value: 4 + type: "ordinal" + - + name: "fifth" + value: 5 + type: "ordinal" + - + name: "sixth" + value: 6 + type: "ordinal" + - + name: "seventh" + value: 7 + type: "ordinal" + - + name: "eighth" + value: 8 + type: "ordinal" + - + name: "ninth" + value: 9 + type: "ordinal" + - + name: "tenth" + value: 10 + type: "ordinal" + - + name: "eleventh" + value: 11 + type: "ordinal" + - + name: "twelvth" + value: 12 + type: "ordinal" + - + name: "twelveth" + value: 12 + type: "ordinal" + - + name: "twelfth" + value: 12 + type: "ordinal" + - + name: "thirteenth" + value: 13 + type: "ordinal" + - + name: "fourteenth" + value: 14 + type: "ordinal" + - + name: "forteenth" + value: 14 + type: "ordinal" + - + name: "fifteenth" + value: 15 + type: "ordinal" + - + name: "sixteenth" + value: 16 + type: "ordinal" + - + name: "seventeenth" + value: 17 + type: "ordinal" + - + name: "eighteenth" + value: 18 + type: "ordinal" + - + name: "nineteenth" + value: 19 + type: "ordinal" + - + name: "twentieth" + value: 20 + type: "ordinal" + - + name: "thirtieth" + value: 30 + type: "ordinal" + - + name: "fortieth" + value: 40 + type: "ordinal" + - + name: "fourtieth" + value: 40 + type: "ordinal" + - + name: "fiftieth" + value: 50 + type: "ordinal" + - + name: "sixtieth" + value: 60 + type: "ordinal" + - + name: "seventieth" + value: 70 + type: "ordinal" + - + name: "eightieth" + value: 80 + type: "ordinal" + - + name: "ninetieth" + value: 90 + type: "ordinal" + - + name: "hundredth" + value: 100 + type: "ordinal" + left: "multiply" + - + name: "thousandth" + value: 1000 + type: "ordinal" + left: "multiply" + - + name: "millionth" + value: 1000000 + type: "ordinal" + left: "multiply" + - + name: "billionth" + value: 1000000000 + type: "ordinal" + left: "multiply" + ordinal_indicators: + - + suffixes: + "0": + - "th" + "1": + - "st" + "2": + - "nd" + "3": + - "rd" + "4": + - "th" + "5": + - "th" + "6": + - "th" + "7": + - "th" + "8": + - "th" + "9": + - "th" + "11": + - "th" + "12": + - "th" + "13": + - "th" + stopwords: + - "and" + diff --git a/resources/numex/es.yaml b/resources/numex/es.yaml new file mode 100644 index 0000000..0ad1b88 --- /dev/null +++ b/resources/numex/es.yaml @@ -0,0 +1,826 @@ +--- + whole_words_only: true + rules: + - + name: "cero" + value: 0 + type: "cardinal" + - + name: "un" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "uno" + value: 1 + type: "cardinal" + - + name: "dos" + value: 2 + type: "cardinal" + - + name: "tres" + value: 3 + type: "cardinal" + - + name: "cuatro" + value: 4 + type: "cardinal" + - + name: "cinco" + value: 5 + type: "cardinal" + - + name: "seis" + value: 6 + type: "cardinal" + - + name: "siete" + value: 7 + type: "cardinal" + - + name: "ocho" + value: 8 + type: "cardinal" + - + name: "nueve" + value: 9 + type: "cardinal" + - + name: "diez" + value: 10 + type: "cardinal" + - + name: "once" + value: 11 + type: "cardinal" + - + name: "doce" + value: 12 + type: "cardinal" + - + name: "trece" + value: 13 + type: "cardinal" + - + name: "catorce" + value: 14 + type: "cardinal" + - + name: "quince" + value: 15 + type: "cardinal" + - + name: "dieciseis" + value: 16 + type: "cardinal" + - + name: "diecisiete" + value: 17 + type: "cardinal" + - + name: "dieciocho" + value: 18 + type: "cardinal" + - + name: "diecinueve" + value: 19 + type: "cardinal" + - + name: "veinte" + value: 20 + type: "cardinal" + right: "add" + - + name: "veintiun" + value: 21 + type: "cardinal" + - + name: "veintidós" + value: 22 + type: "cardinal" + - + name: "veintidos" + value: 22 + type: "cardinal" + - + name: "veintitrés" + value: 23 + type: "cardinal" + - + name: "veintitres" + value: 23 + type: "cardinal" + - + name: "veinticuatro" + value: 24 + type: "cardinal" + - + name: "veinticinco" + value: 25 + type: "cardinal" + - + name: "veintiséis" + value: 26 + type: "cardinal" + - + name: "veintiseis" + value: 26 + type: "cardinal" + - + name: "veintisiete" + value: 27 + type: "cardinal" + - + name: "veintiocho" + value: 28 + type: "cardinal" + - + name: "veintinueve" + value: 29 + type: "cardinal" + - + name: "treinta" + value: 30 + type: "cardinal" + right: "add" + right_separator: " y " + - + name: "cuarenta" + value: 40 + type: "cardinal" + right: "add" + right_separator: " y " + - + name: "cincuenta" + value: 50 + type: "cardinal" + right: "add" + right_separator: " y " + - + name: "sesenta" + value: 60 + type: "cardinal" + right: "add" + right_separator: " y " + - + name: "setenta" + value: 70 + type: "cardinal" + right: "add" + right_separator: " y " + - + name: "ochenta" + value: 80 + type: "cardinal" + right: "add" + right_separator: " y " + - + name: "noventa" + value: 90 + type: "cardinal" + right: "add" + right_separator: " y " + - + name: "cien" + value: 100 + type: "cardinal" + exact_multiple_only: true + - + name: "ciento" + value: 100 + type: "cardinal" + right: "add" + - + name: "doscientos" + value: 200 + type: "cardinal" + right: "add" + - + name: "doscientas" + value: 200 + type: "cardinal" + right: "add" + gender: "f" + - + name: "trescientos" + value: 300 + type: "cardinal" + right: "add" + - + name: "trescientas" + value: 300 + type: "cardinal" + right: "add" + gender: "f" + - + name: "cuatrocientos" + value: 400 + type: "cardinal" + right: "add" + - + name: "cuatrocientas" + value: 400 + type: "cardinal" + right: "add" + gender: "f" + - + name: "quinientos" + value: 500 + type: "cardinal" + right: "add" + - + name: "quinientas" + value: 500 + type: "cardinal" + right: "add" + gender: "f" + - + name: "seiscientos" + value: 600 + type: "cardinal" + right: "add" + - + name: "seiscientas" + value: 600 + type: "cardinal" + right: "add" + gender: "f" + - + name: "setecientos" + value: 700 + type: "cardinal" + right: "add" + - + name: "setecientas" + value: 700 + type: "cardinal" + right: "add" + gender: "f" + - + name: "ochocientos" + value: 800 + type: "cardinal" + right: "add" + - + name: "ocho­cientas" + value: 800 + type: "cardinal" + right: "add" + gender: "f" + - + name: "novecientos" + value: 900 + type: "cardinal" + right: "add" + - + name: "novecientas" + value: 900 + type: "cardinal" + right: "add" + gender: "f" + - + name: "mil" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milion" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliones" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilion" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliones" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "primer" + value: 1 + type: "ordinal" + - + name: "primero" + value: 1 + type: "ordinal" + gender: "m" + - + name: "primera" + value: 1 + type: "ordinal" + gender: "f" + - + name: "segundo" + value: 2 + type: "ordinal" + - + name: "segunda" + value: 2 + type: "ordinal" + gender: "f" + - + name: "tercer" + value: 3 + type: "ordinal" + - + name: "tercero" + value: 3 + type: "ordinal" + gender: "m" + - + name: "tercera" + value: 3 + type: "ordinal" + gender: "f" + - + name: "cuarto" + value: 4 + type: "ordinal" + - + name: "cuarta" + value: 4 + type: "ordinal" + gender: "f" + - + name: "quinto" + value: 5 + type: "ordinal" + - + name: "sexto" + value: 6 + type: "ordinal" + - + name: "sexta" + value: 6 + type: "ordinal" + gender: "f" + - + name: "septimo" + value: 7 + type: "ordinal" + - + name: "septima" + value: 7 + type: "ordinal" + gender: "f" + - + name: "octavo" + value: 8 + type: "ordinal" + - + name: "octava" + value: 8 + type: "ordinal" + gender: "f" + - + name: "noveno" + value: 9 + type: "ordinal" + - + name: "novena" + value: 9 + type: "ordinal" + gender: "f" + - + name: "decimo" + value: 10 + type: "ordinal" + right: "add" + - + name: "decima" + value: 10 + type: "ordinal" + gender: "f" + right: "add" + - + name: "undecimo" + value: 11 + type: "ordinal" + - + name: "decimoprimera" + value: 11 + type: "ordinal" + gender: "f" + - + name: "duodecimo" + value: 12 + type: "ordinal" + - + name: "decimosegunda" + value: 12 + type: "ordinal" + gender: "f" + - + name: "decimotercero" + value: 13 + type: "ordinal" + - + name: "decimotercera" + value: 13 + type: "ordinal" + gender: "f" + - + name: "decimocuarto" + value: 14 + type: "ordinal" + - + name: "decimocuarta" + value: 14 + type: "ordinal" + gender: "f" + - + name: "decimoquinto" + value: 15 + type: "ordinal" + - + name: "decimoquinta" + value: 15 + type: "ordinal" + gender: "f" + - + name: "decimosexto" + value: 16 + type: "ordinal" + - + name: "decimosexta" + value: 16 + type: "ordinal" + gender: "f" + - + name: "decimoseptimo" + value: 17 + type: "ordinal" + gender: "m" + - + name: "decimoseptima" + value: 17 + type: "ordinal" + gender: "f" + - + name: "decimooctavo" + value: 18 + type: "ordinal" + gender: "m" + - + name: "decimooctava" + value: 18 + type: "ordinal" + gender: "f" + - + name: "decimonoveno" + value: 19 + type: "ordinal" + - + name: "decimonovena" + value: 19 + type: "ordinal" + gender: "f" + - + name: "vigesimo" + value: 20 + type: "ordinal" + right: "add" + - + name: "vigesima" + value: 20 + type: "ordinal" + right: "add" + gender: "f" + - + name: "trigesimo" + value: 30 + type: "ordinal" + right: "add" + - + name: "trigesima" + value: 30 + type: "ordinal" + right: "add" + gender: "f" + - + name: "cuadragesimo" + value: 40 + type: "ordinal" + right: "add" + - + name: "cuadragesima" + value: 40 + type: "ordinal" + right: "add" + gender: "f" + - + name: "quincuagesimo" + value: 50 + type: "ordinal" + right: "add" + - + name: "quincuagesima" + value: 50 + type: "ordinal" + right: "add" + gender: "f" + - + name: "sexagesimo" + value: 60 + type: "ordinal" + right: "add" + - + name: "sexagesima" + value: 60 + type: "ordinal" + right: "add" + gender: "f" + - + name: "septuagesimo" + value: 70 + type: "ordinal" + right: "add" + - + name: "septuagesima" + value: 70 + type: "ordinal" + right: "add" + gender: "f" + - + name: "octogesimo" + value: 80 + type: "ordinal" + right: "add" + - + name: "octogesima" + value: 80 + type: "ordinal" + right: "add" + gender: "f" + - + name: "nonagesimo" + value: 90 + type: "ordinal" + right: "add" + - + name: "nonagesima" + value: 90 + type: "ordinal" + right: "add" + gender: "f" + - + name: "centesimo" + value: 100 + type: "ordinal" + right: "add" + - + name: "centesima" + value: 100 + type: "ordinal" + right: "add" + gender: "f" + - + name: "ducentesimo" + value: 200 + type: "ordinal" + right: "add" + - + name: "ducentesima" + value: 200 + type: "ordinal" + right: "add" + gender: "f" + - + name: "tricentesimo" + value: 300 + type: "ordinal" + right: "add" + - + name: "tricentesima" + value: 300 + type: "ordinal" + right: "add" + gender: "f" + - + name: "cuadringentesimo" + value: 400 + type: "ordinal" + right: "add" + - + name: "cuadringentesima" + value: 400 + type: "ordinal" + right: "add" + gender: "f" + - + name: "quingentesimo" + value: 500 + type: "ordinal" + right: "add" + - + name: "quingentesima" + value: 500 + type: "ordinal" + right: "add" + gender: "f" + - + name: "sexcentesimo" + value: 600 + type: "ordinal" + right: "add" + - + name: "sexcentesima" + value: 600 + type: "ordinal" + right: "add" + gender: "f" + - + name: "septingentesimo" + value: 700 + type: "ordinal" + right: "add" + - + name: "septingentesima" + value: 700 + type: "ordinal" + right: "add" + gender: "f" + - + name: "octingesimo" + value: 800 + type: "ordinal" + right: "add" + - + name: "octingesima" + value: 800 + type: "ordinal" + right: "add" + gender: "f" + - + name: "noningentesimo" + value: 900 + type: "ordinal" + right: "add" + - + name: "noningentesima" + value: 900 + type: "ordinal" + right: "add" + gender: "f" + - + name: "milesimo" + value: 1000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "milesima" + value: 1000 + type: "ordinal" + left: "multiply" + right: "add" + gender: "f" + - + name: "millonesimo" + value: 1000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "millonesima" + value: 1000000 + type: "ordinal" + left: "multiply" + right: "add" + gender: "f" + - + name: "billonesimo" + value: 1000000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "billonesima" + value: 1000000000 + type: "ordinal" + left: "multiply" + right: "add" + gender: "f" + ordinal_indicators: + - + suffixes: + "0": + - ".º" + - "º" + - "o" + - "°" + "1": + - "ᵉʳ" + - "er" + - "r" + - "ro" + - ".º" + - "º" + - "o" + - "°" + "2": + - ".º" + - "º" + - "o" + - "°" + "3": + - "ᵉʳ" + - "er" + - "r" + - "ro" + - ".º" + - "º" + - "o" + - "°" + "4": + - ".º" + - "º" + - "o" + - "°" + "5": + - ".º" + - "º" + - "o" + - "°" + "6": + - ".º" + - "º" + - "o" + - "°" + "7": + - ".º" + - "º" + - "o" + - "°" + "8": + - ".º" + - "º" + - "o" + - "°" + "9": + - ".º" + - "º" + - "o" + - "°" + - + gender: "f" + suffixes: + "0": + - ".ª" + - "ª" + - "a" + "1": + - ".ª" + - "ª" + - "a" + - "ra" + - "era" + "2": + - ".ª" + - "ª" + - "a" + "3": + - ".ª" + - "ª" + - "a" + - "ra" + "4": + - ".ª" + - "ª" + - "a" + "5": + - ".ª" + - "ª" + - "a" + "6": + - ".ª" + - "ª" + - "a" + "7": + - ".ª" + - "ª" + - "a" + "8": + - ".ª" + - "ª" + - "a" + "9": + - ".ª" + - "ª" + - "a" + stopwords: + - "y" diff --git a/resources/numex/et.yaml b/resources/numex/et.yaml new file mode 100644 index 0000000..325b674 --- /dev/null +++ b/resources/numex/et.yaml @@ -0,0 +1,260 @@ +--- + whole_words_only: true + rules: + - + name: "null" + value: 0 + type: "cardinal" + - + name: "üks" + value: 1 + type: "cardinal" + multiply_gte: 100 + - + name: "uks" + value: 1 + type: "cardinal" + - + name: "kaks" + value: 2 + type: "cardinal" + - + name: "kolm" + value: 3 + type: "cardinal" + - + name: "neli" + value: 4 + type: "cardinal" + - + name: "viis" + value: 5 + type: "cardinal" + - + name: "kuus" + value: 6 + type: "cardinal" + - + name: "seitse" + value: 7 + type: "cardinal" + - + name: "kaheksa" + value: 8 + type: "cardinal" + - + name: "üheksa" + value: 9 + type: "cardinal" + - + name: "uheksa" + value: 9 + type: "cardinal" + - + name: "kümme" + value: 10 + type: "cardinal" + - + name: "kumme" + value: 10 + type: "cardinal" + - + name: "üksteist" + value: 11 + type: "cardinal" + - + name: "kaksteist" + value: 12 + type: "cardinal" + - + name: "kolmteist" + value: 13 + type: "cardinal" + - + name: "neliteist" + value: 14 + type: "cardinal" + - + name: "viisteist" + value: 15 + type: "cardinal" + - + name: "kuusteist" + value: 16 + type: "cardinal" + - + name: "seitseteist" + value: 17 + type: "cardinal" + - + name: "kaheksateist" + value: 18 + type: "cardinal" + - + name: "üheksateist" + value: 19 + type: "cardinal" + - + name: "kakskümmend" + value: 20 + type: "cardinal" + right: "add" + - + name: "kakskummend" + value: 20 + type: "cardinal" + right: "add" + - + name: "kolmkümmend" + value: 30 + type: "cardinal" + right: "add" + - + name: "kolmkummend" + value: 30 + type: "cardinal" + right: "add" + - + name: "nelikümmend" + value: 40 + type: "cardinal" + right: "add" + - + name: "nelikummend" + value: 40 + type: "cardinal" + right: "add" + - + name: "viiskümmend" + value: 50 + type: "cardinal" + right: "add" + - + name: "viiskummend" + value: 50 + type: "cardinal" + right: "add" + - + name: "kuuskümmend" + value: 60 + type: "cardinal" + right: "add" + - + name: "kuuskummend" + value: 60 + type: "cardinal" + right: "add" + - + name: "seitsekümmend" + value: 70 + type: "cardinal" + right: "add" + - + name: "seitsekummend" + value: 70 + type: "cardinal" + right: "add" + - + name: "kaheksakümmend" + value: 80 + type: "cardinal" + right: "add" + - + name: "kaheksakummend" + value: 80 + type: "cardinal" + right: "add" + - + name: "üheksakümmend" + value: 90 + type: "cardinal" + right: "add" + - + name: "üheksakummend" + value: 90 + type: "cardinal" + right: "add" + - + name: "sada" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tuhat" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miljon" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miljonit" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miljard" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miljardit" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biljon" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biljonit" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biljard" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biljardit" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." + diff --git a/resources/numex/eu.yaml b/resources/numex/eu.yaml new file mode 100644 index 0000000..3fb998a --- /dev/null +++ b/resources/numex/eu.yaml @@ -0,0 +1,24 @@ + + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." \ No newline at end of file diff --git a/resources/numex/fi.yaml b/resources/numex/fi.yaml new file mode 100644 index 0000000..7b4b5ad --- /dev/null +++ b/resources/numex/fi.yaml @@ -0,0 +1,564 @@ +--- + whole_words_only: true + default_separator: "" + rules: + - + name: "nolla" + value: 0 + type: "cardinal" + - + name: "yksi" + value: 1 + type: "cardinal" + - + name: "kaksi" + value: 2 + type: "cardinal" + - + name: "kolme" + value: 3 + type: "cardinal" + - + name: "neljä" + value: 4 + type: "cardinal" + - + name: "viisi" + value: 5 + type: "cardinal" + - + name: "kuusi" + value: 6 + type: "cardinal" + - + name: "seitsemän" + value: 7 + type: "cardinal" + - + name: "kahdeksan" + value: 8 + type: "cardinal" + - + name: "yhdeksän" + value: 9 + type: "cardinal" + - + name: "kymmenen" + value: 10 + type: "cardinal" + - + name: "yksitoista" + value: 11 + type: "cardinal" + - + name: "kaksitoista" + value: 12 + type: "cardinal" + - + name: "kolmetoista" + value: 13 + type: "cardinal" + - + name: "neljätoista" + value: 14 + type: "cardinal" + - + name: "viisitoista" + value: 15 + type: "cardinal" + - + name: "kuusitoista" + value: 16 + type: "cardinal" + - + name: "seitsemäntoista" + value: 17 + type: "cardinal" + - + name: "kahdeksantoista" + value: 18 + type: "cardinal" + - + name: "yhdeksäntoista" + value: 19 + type: "cardinal" + - + name: "kaksikymmentä" + value: 20 + type: "cardinal" + right: "add" + - + name: "kaksikymmenta" + value: 20 + type: "cardinal" + right: "add" + - + name: "kaksikymmentae" + value: 20 + type: "cardinal" + right: "add" + - + name: "kolmekymmentä" + value: 30 + type: "cardinal" + right: "add" + - + name: "kolmekymmenta" + value: 30 + type: "cardinal" + right: "add" + - + name: "kolmekymmentae" + value: 30 + type: "cardinal" + right: "add" + - + name: "neljäkymmentä" + value: 40 + type: "cardinal" + right: "add" + - + name: "neljäkymmenta" + value: 40 + type: "cardinal" + right: "add" + - + name: "neljäkymmentae" + value: 40 + type: "cardinal" + right: "add" + - + name: "viisikymmentä" + value: 50 + type: "cardinal" + right: "add" + - + name: "viisikymmenta" + value: 50 + type: "cardinal" + right: "add" + - + name: "viisikymmentae" + value: 50 + type: "cardinal" + right: "add" + - + name: "kuusikymmentä" + value: 60 + type: "cardinal" + right: "add" + - + name: "kuusikymmenta" + value: 60 + type: "cardinal" + right: "add" + - + name: "kuusikymmentae" + value: 60 + type: "cardinal" + right: "add" + - + name: "seitsemänkymmentä" + value: 70 + type: "cardinal" + right: "add" + - + name: "seitsemankymmenta" + value: 70 + type: "cardinal" + right: "add" + - + name: "seitsemaenkymmentae" + value: 70 + type: "cardinal" + right: "add" + - + name: "kahdeksankymmentä" + value: 80 + type: "cardinal" + right: "add" + - + name: "kahdeksankymmenta" + value: 80 + type: "cardinal" + right: "add" + - + name: "kahdeksankymmentae" + value: 80 + type: "cardinal" + right: "add" + - + name: "yhdeksänkymmentä" + value: 90 + type: "cardinal" + right: "add" + - + name: "yhdeksänkymmenta" + value: 90 + type: "cardinal" + right: "add" + - + name: "yhdeksänkymmentae" + value: 90 + type: "cardinal" + right: "add" + - + name: "sata" + value: 100 + type: "cardinal" + right: "add" + exact_multiple_only: true + - + name: "sataa" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tuhat" + value: 1000 + type: "cardinal" + right: "add" + - + name: "tuhatta" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miljoona" + value: 1000000 + type: "cardinal" + right: "add" + exact_multiple_only: true + left_separator: " " + - + name: "miljoonaa" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + left_separator: " " + - + name: "miljardi" + value: 1000000000 + type: "cardinal" + right: "add" + exact_multiple_only: true + left_separator: " " + - + name: "miljardia" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + left_separator: " " + - + name: "biljoona" + value: 1000000000000 + type: "cardinal" + right: "add" + exact_multiple_only: true + left_separator: " " + - + name: "biljoonaa" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + left_separator: " " + - + name: "ensimmäinen" + value: 1 + type: "ordinal" + - + name: "ensimmainen" + value: 1 + type: "ordinal" + - + name: "ensimmaeinen" + value: 1 + type: "ordinal" + - + name: "toinen" + value: 2 + type: "ordinal" + - + name: "kolmas" + value: 3 + type: "ordinal" + - + name: "neljäs" + value: 4 + type: "ordinal" + - + name: "neljas" + value: 4 + type: "ordinal" + - + name: "neljaes" + value: 4 + type: "ordinal" + - + name: "viides" + value: 5 + type: "ordinal" + - + name: "kuudes" + value: 6 + type: "ordinal" + - + name: "seitsemäs" + value: 7 + type: "ordinal" + - + name: "seitsemas" + value: 7 + type: "ordinal" + - + name: "seitsemaes" + value: 7 + type: "ordinal" + - + name: "kahdeksas" + value: 8 + type: "ordinal" + - + name: "yhdeksäs" + value: 9 + type: "ordinal" + - + name: "yhdeksas" + value: 9 + type: "ordinal" + - + name: "yhdeksaes" + value: 9 + type: "ordinal" + - + name: "kymmenes" + value: 10 + type: "ordinal" + - + name: "yhdestoista" + value: 11 + type: "ordinal" + - + name: "kahdestoista" + value: 12 + type: "ordinal" + - + name: "kolmastoista" + value: 13 + type: "ordinal" + - + name: "neljästoista" + value: 14 + type: "ordinal" + - + name: "neljastoista" + value: 14 + type: "ordinal" + - + name: "neljaestoista" + value: 14 + type: "ordinal" + - + name: "viidestoista" + value: 15 + type: "ordinal" + - + name: "kuudestoista" + value: 16 + type: "ordinal" + - + name: "seitsemästoista" + value: 17 + type: "ordinal" + - + name: "seitsemastoista" + value: 17 + type: "ordinal" + - + name: "seitsemaestoista" + value: 17 + type: "ordinal" + - + name: "kahdeksastoista" + value: 18 + type: "ordinal" + - + name: "yhdeksästoista" + value: 19 + type: "ordinal" + - + name: "yhdeksastoista" + value: 19 + type: "ordinal" + - + name: "yhdeksaestoista" + value: 19 + type: "ordinal" + - + name: "kahdeskymmenes" + value: 20 + type: "ordinal" + right: "add" + - + name: "kolmaskymmenes" + value: 30 + type: "ordinal" + right: "add" + - + name: "neljäskymmenes" + value: 40 + type: "ordinal" + right: "add" + - + name: "neljaskymmenes" + value: 40 + type: "ordinal" + right: "add" + - + name: "neljaeskymmenes" + value: 40 + type: "ordinal" + right: "add" + - + name: "viideskymmenes" + value: 50 + type: "ordinal" + right: "add" + - + name: "kuudeskymmenes" + value: 60 + type: "ordinal" + right: "add" + - + name: "seitsemäskymmenes" + value: 70 + type: "ordinal" + right: "add" + - + name: "seitsemaskymmenes" + value: 70 + type: "ordinal" + right: "add" + - + name: "seitsemaeskymmenes" + value: 70 + type: "ordinal" + right: "add" + - + name: "kahdeksaskymmenes" + value: 80 + type: "ordinal" + right: "add" + - + name: "yhdeksäskymmenes" + value: 90 + type: "ordinal" + right: "add" + - + name: "yhdeksaskymmenes" + value: 90 + type: "ordinal" + right: "add" + - + name: "yhdeksaeskymmenes" + value: 90 + type: "ordinal" + right: "add" + - + name: "sadas" + value: 100 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "tuhannes" + value: 1000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "miljoonas" + value: 1000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "miljardis" + value: 1000000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "biljoonas" + value: 1000000000000 + type: "ordinal" + left: "multiply" + right: "add" + ordinal_indicators: + - + suffixes: + "0": + - ":s" + - "." + "1": + - ":nen" + - "." + "2": + - ":nen" + - "." + "3": + - ":s" + - "." + "4": + - ":s" + - "." + "5": + - ":s" + - "." + "6": + - ":s" + - "." + "7": + - ":s" + - "." + "8": + - ":s" + - "." + "9": + - ":s" + - "." + "11": + - ":sta" + - "." + "12": + - ":sta" + - "." + "13": + - ":sta" + - "." + "14": + - ":sta" + - "." + "15": + - ":sta" + - "." + "16": + - ":sta" + - "." + "17": + - ":sta" + - "." + "18": + - ":sta" + - "." + "19": + - ":sta" + - "." + stopwords: + - "ja" + diff --git a/resources/numex/fr.yaml b/resources/numex/fr.yaml new file mode 100644 index 0000000..8911781 --- /dev/null +++ b/resources/numex/fr.yaml @@ -0,0 +1,1119 @@ +--- + whole_words_only: true + rules: + - + name: "zéro" + value: 0 + type: "cardinal" + - + name: "zero" + value: 0 + type: "cardinal" + - + name: "un" + value: 1 + type: "cardinal" + gender: "m" + multiply_gte: 1000000 + - + name: "une" + value: 1 + type: "cardinal" + gender: "f" + - + name: "deux" + value: 2 + type: "cardinal" + - + name: "trois" + value: 3 + type: "cardinal" + - + name: "quatre" + value: 4 + type: "cardinal" + - + name: "cinq" + value: 5 + type: "cardinal" + - + name: "six" + value: 6 + type: "cardinal" + - + name: "sept" + value: 7 + type: "cardinal" + - + name: "huit" + value: 8 + type: "cardinal" + - + name: "neuf" + value: 9 + type: "cardinal" + - + name: "dix" + value: 10 + type: "cardinal" + - + name: "onze" + value: 11 + type: "cardinal" + - + name: "douze" + value: 12 + type: "cardinal" + - + name: "treize" + value: 13 + type: "cardinal" + - + name: "quatorze" + value: 14 + type: "cardinal" + - + name: "quinze" + value: 15 + type: "cardinal" + - + name: "seize" + value: 16 + type: "cardinal" + - + name: "dix-sept" + value: 17 + type: "cardinal" + - + name: "dix sept" + value: 17 + type: "cardinal" + - + name: "dix-huit" + value: 18 + type: "cardinal" + - + name: "dix huit" + value: 18 + type: "cardinal" + - + name: "dixhuit" + value: 18 + type: "cardinal" + - + name: "dix-neuf" + value: 19 + type: "cardinal" + - + name: "dix neuf" + value: 19 + type: "cardinal" + - + name: "dixneuf" + value: 19 + type: "cardinal" + - + name: "vingt" + value: 20 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "vingt-et-un" + value: 21 + type: "cardinal" + - + name: "trente" + value: 30 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "trente-et-un" + value: 31 + type: "cardinal" + - + name: "quarante" + value: 40 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "quarante-et-un" + value: 41 + type: "cardinal" + - + name: "cinquante" + value: 50 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "cinquante-et-un" + value: 51 + type: "cardinal" + - + name: "soixante" + value: 60 + type: "cardinal" + radix: 20 + right: "add" + right_separator: "-" + - + name: "septante" + value: 70 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "huitante" + value: 80 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "quatre-vingt" + value: 80 + type: "cardinal" + radix: 20 + right: "add" + right_separator: "-" + - + name: "quatre-vingt" + value: 80 + type: "cardinal" + radix: 20 + right: "add" + right_separator: "-" + - + name: "quatrevingt" + value: 80 + type: "cardinal" + radix: 20 + right: "add" + right_separator: "-" + - + name: "quatre-vingts" + value: 80 + type: "cardinal" + radix: 20 + - + name: "quatre vingts" + value: 80 + type: "cardinal" + radix: 20 + - + name: "quatrevingts" + value: 80 + type: "cardinal" + radix: 20 + right: "add" + - + name: "octante" + value: 80 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "nonante" + value: 90 + type: "cardinal" + right: "add" + right_separator: "-" + - + name: "cent" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "cents" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "mille" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "million" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "millions" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milliard" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milliards" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "billion" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "billions" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "billiard" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "billiards" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "zeroième" + value: 0 + type: "ordinal" + - + name: "zeroieme" + value: 0 + type: "ordinal" + - + name: "unième" + value: 1 + type: "ordinal" + - + name: "unieme" + value: 1 + type: "ordinal" + - + name: "premier" + value: 1 + type: "ordinal" + - + name: "premiers" + value: 1 + type: "ordinal" + category: "plural" + - + name: "première" + value: 1 + type: "ordinal" + gender: "f" + - + name: "premiere" + value: 1 + type: "ordinal" + gender: "f" + - + name: "premieres" + value: 1 + type: "ordinal" + gender: "f" + category: "plural" + - + name: "deuxième" + value: 2 + type: "ordinal" + - + name: "deuxieme" + value: 2 + type: "ordinal" + - + name: "deuxièmes" + value: 2 + type: "ordinal" + category: "plural" + - + name: "deuxiemes" + value: 2 + type: "ordinal" + category: "plural" + - + name: "second" + value: 2 + type: "ordinal" + - + name: "seconde" + value: 2 + type: "ordinal" + gender: "f" + - + name: "secondes" + value: 2 + type: "ordinal" + gender: "f" + category: "plural" + - + name: "troisième" + value: 3 + type: "ordinal" + - + name: "troisieme" + value: 3 + type: "ordinal" + - + name: "troisièmes" + value: 3 + type: "ordinal" + category: "plural" + - + name: "troisiemes" + value: 3 + type: "ordinal" + category: "plural" + - + name: "quatrième" + value: 4 + type: "ordinal" + - + name: "quatrieme" + value: 4 + type: "ordinal" + - + name: "quatrièmes" + value: 4 + type: "ordinal" + category: "plural" + - + name: "quatrieme" + value: 4 + type: "ordinal" + category: "plural" + - + name: "cinquieme" + value: 5 + type: "ordinal" + - + name: "cinquième" + value: 5 + type: "ordinal" + - + name: "cinquiemes" + value: 5 + type: "ordinal" + category: "plural" + - + name: "cinquièmes" + value: 5 + type: "ordinal" + category: "plural" + - + name: "sixieme" + value: 6 + type: "ordinal" + - + name: "sixième" + value: 6 + type: "ordinal" + - + name: "sixiemes" + value: 6 + type: "ordinal" + category: "plural" + - + name: "sixièmes" + value: 6 + type: "ordinal" + category: "plural" + - + name: "septieme" + value: 7 + type: "ordinal" + - + name: "septième" + value: 7 + type: "ordinal" + - + name: "septiemes" + value: 7 + type: "ordinal" + category: "plural" + - + name: "septièmes" + value: 7 + type: "ordinal" + category: "plural" + - + name: "huitieme" + value: 8 + type: "ordinal" + - + name: "huitième" + value: 8 + type: "ordinal" + - + name: "huitiemes" + value: 8 + type: "ordinal" + category: "plural" + - + name: "huitièmes" + value: 8 + type: "ordinal" + category: "plural" + - + name: "neuvieme" + value: 9 + type: "ordinal" + - + name: "neuvième" + value: 9 + type: "ordinal" + - + name: "neuviemes" + value: 9 + type: "ordinal" + category: "plural" + - + name: "neuvièmes" + value: 9 + type: "ordinal" + category: "plural" + - + name: "dixieme" + value: 10 + type: "ordinal" + - + name: "dixième" + value: 10 + type: "ordinal" + - + name: "dixiemes" + value: 10 + type: "ordinal" + category: "plural" + - + name: "dixièmes" + value: 10 + type: "ordinal" + category: "plural" + - + name: "onzieme" + value: 11 + type: "ordinal" + - + name: "onzième" + value: 11 + type: "ordinal" + - + name: "onziemes" + value: 11 + type: "ordinal" + category: "plural" + - + name: "onzièmes" + value: 11 + type: "ordinal" + category: "plural" + - + name: "douzieme" + value: 12 + type: "ordinal" + - + name: "douzième" + value: 12 + type: "ordinal" + - + name: "douziemes" + value: 12 + type: "ordinal" + category: "plural" + - + name: "douzièmes" + value: 12 + type: "ordinal" + category: "plural" + - + name: "treizieme" + value: 13 + type: "ordinal" + - + name: "treizième" + value: 13 + type: "ordinal" + - + name: "treiziemes" + value: 13 + type: "ordinal" + category: "plural" + - + name: "treizièmes" + value: 13 + type: "ordinal" + category: "plural" + - + name: "quatorzieme" + value: 14 + type: "ordinal" + - + name: "quatorzième" + value: 14 + type: "ordinal" + - + name: "quatorziemes" + value: 14 + type: "ordinal" + category: "plural" + - + name: "quatorzièmes" + value: 14 + type: "ordinal" + category: "plural" + - + name: "quinzieme" + value: 15 + type: "ordinal" + - + name: "quinzième" + value: 15 + type: "ordinal" + - + name: "quinziemes" + value: 15 + type: "ordinal" + category: "plural" + - + name: "quinzièmes" + value: 15 + type: "ordinal" + category: "plural" + - + name: "seizieme" + value: 16 + type: "ordinal" + - + name: "seizième" + value: 16 + type: "ordinal" + - + name: "seiziemes" + value: 16 + type: "ordinal" + category: "plural" + - + name: "seizièmes" + value: 16 + type: "ordinal" + category: "plural" + - + name: "dix septieme" + value: 17 + type: "ordinal" + - + name: "dix septième" + value: 17 + type: "ordinal" + - + name: "dix septiemes" + value: 17 + type: "ordinal" + category: "plural" + - + name: "dix septièmes" + value: 17 + type: "ordinal" + category: "plural" + - + name: "dixseptieme" + value: 17 + type: "ordinal" + - + name: "dixseptième" + value: 17 + type: "ordinal" + - + name: "dixseptiemes" + value: 17 + type: "ordinal" + category: "plural" + - + name: "dixseptièmes" + value: 17 + type: "ordinal" + category: "plural" + - + name: "dix huitieme" + value: 18 + type: "ordinal" + - + name: "dix huitième" + value: 18 + type: "ordinal" + - + name: "dix huitiemes" + value: 18 + type: "ordinal" + category: "plural" + - + name: "dix huitièmes" + value: 18 + type: "ordinal" + category: "plural" + - + name: "dixhuitieme" + value: 18 + type: "ordinal" + - + name: "dixhuitième" + value: 18 + type: "ordinal" + - + name: "dixhuitiemes" + value: 18 + type: "ordinal" + category: "plural" + - + name: "dixhuitièmes" + value: 18 + type: "ordinal" + category: "plural" + - + name: "dix neuvieme" + value: 19 + type: "ordinal" + - + name: "dix neuvième" + value: 19 + type: "ordinal" + - + name: "dix neuviemes" + value: 19 + type: "ordinal" + category: "plural" + - + name: "dix neuvièmes" + value: 19 + type: "ordinal" + category: "plural" + - + name: "dixneuvieme" + value: 19 + type: "ordinal" + - + name: "dixneuvième" + value: 19 + type: "ordinal" + - + name: "dixneuviemes" + value: 19 + type: "ordinal" + category: "plural" + - + name: "dixneuvièmes" + value: 19 + type: "ordinal" + category: "plural" + - + name: "vingtieme" + value: 20 + type: "ordinal" + - + name: "vingtième" + value: 20 + type: "ordinal" + - + name: "vingtiemes" + value: 20 + type: "ordinal" + category: "plural" + - + name: "vingtièmes" + value: 20 + type: "ordinal" + category: "plural" + - + name: "trentieme" + value: 30 + type: "ordinal" + - + name: "trentième" + value: 30 + type: "ordinal" + - + name: "trentiemes" + value: 30 + type: "ordinal" + category: "plural" + - + name: "trentièmes" + value: 30 + type: "ordinal" + category: "plural" + - + name: "quarantieme" + value: 40 + type: "ordinal" + - + name: "quarantième" + value: 40 + type: "ordinal" + - + name: "quarantiemes" + value: 40 + type: "ordinal" + category: "plural" + - + name: "quarantièmes" + value: 40 + type: "ordinal" + category: "plural" + - + name: "cinquantieme" + value: 50 + type: "ordinal" + - + name: "cinquantième" + value: 50 + type: "ordinal" + - + name: "cinquantiemes" + value: 50 + type: "ordinal" + category: "plural" + - + name: "cinquantièmes" + value: 50 + type: "ordinal" + category: "plural" + - + name: "soixantieme" + value: 60 + type: "ordinal" + - + name: "soixantième" + value: 60 + type: "ordinal" + - + name: "soixantiemes" + value: 60 + type: "ordinal" + category: "plural" + - + name: "soixantièmes" + value: 60 + type: "ordinal" + category: "plural" + - + name: "septantieme" + value: 70 + type: "ordinal" + - + name: "septantième" + value: 70 + type: "ordinal" + - + name: "septantiemes" + value: 70 + type: "ordinal" + category: "plural" + - + name: "septantièmes" + value: 70 + type: "ordinal" + category: "plural" + - + name: "quatre vingtieme" + value: 80 + type: "ordinal" + - + name: "quatre vingtième" + value: 80 + type: "ordinal" + - + name: "quatre vingtiemes" + value: 80 + type: "ordinal" + category: "plural" + - + name: "quatre vingtièmes" + value: 80 + type: "ordinal" + category: "plural" + - + name: "quatrevingtieme" + value: 80 + type: "ordinal" + - + name: "quatrevingtième" + value: 80 + type: "ordinal" + - + name: "quatrevingtiemes" + value: 80 + type: "ordinal" + category: "plural" + - + name: "quatrevingtièmes" + value: 80 + type: "ordinal" + category: "plural" + - + name: "huitantieme" + value: 80 + type: "ordinal" + - + name: "huitantième" + value: 80 + type: "ordinal" + - + name: "huitantiemes" + value: 80 + type: "ordinal" + category: "plural" + - + name: "huitantièmes" + value: 80 + type: "ordinal" + category: "plural" + - + name: "nonantieme" + value: 90 + type: "ordinal" + - + name: "nonantième" + value: 90 + type: "ordinal" + - + name: "nonantiemes" + value: 90 + type: "ordinal" + category: "plural" + - + name: "nonantièmes" + value: 90 + type: "ordinal" + category: "plural" + - + name: "centieme" + value: 100 + type: "ordinal" + left: "multiply" + - + name: "centième" + value: 100 + type: "ordinal" + left: "multiply" + - + name: "centiemes" + value: 100 + type: "ordinal" + category: "plural" + left: "multiply" + - + name: "centièmes" + value: 100 + type: "ordinal" + category: "plural" + left: "multiply" + - + name: "millieme" + value: 1000 + type: "ordinal" + left: "multiply" + - + name: "millième" + value: 1000 + type: "ordinal" + left: "multiply" + - + name: "milliemes" + value: 1000 + type: "ordinal" + category: "plural" + left: "multiply" + - + name: "millièmes" + value: 1000 + type: "ordinal" + category: "plural" + left: "multiply" + ordinal_indicators: + - + suffixes: + "0": + - "e" + "1": + - "er" + "2": + - "e" + - "d" + "3": + - "e" + "4": + - "e" + "5": + - "e" + "6": + - "e" + "7": + - "e" + "8": + - "e" + "9": + - "e" + "11": + - "e" + "21": + - "e" + "31": + - "e" + "41": + - "e" + "51": + - "e" + "61": + - "e" + "71": + - "e" + "81": + - "e" + "91": + - "e" + - + category: "plural" + suffixes: + "0": + - "es" + "1": + - "ers" + "2": + - "es" + - "ds" + "3": + - "es" + "4": + - "es" + "5": + - "es" + "6": + - "es" + "7": + - "es" + "8": + - "es" + "9": + - "es" + "11": + - "es" + "21": + - "es" + "31": + - "es" + "41": + - "es" + "51": + - "es" + "61": + - "es" + "71": + - "es" + "81": + - "es" + "91": + - "es" + - + gender: "f" + suffixes: + "0": + - "e" + "1": + - "re" + "2": + - "e" + - "de" + "3": + - "e" + "4": + - "e" + "5": + - "e" + "6": + - "e" + "7": + - "e" + "8": + - "e" + "9": + - "e" + "11": + - "e" + "21": + - "e" + "31": + - "e" + "41": + - "e" + "51": + - "e" + "61": + - "e" + "71": + - "e" + "81": + - "e" + "91": + - "e" + - + category: "plural" + gender: "f" + suffixes: + "0": + - "es" + "1": + - "res" + "2": + - "es" + - "des" + "3": + - "es" + "4": + - "es" + "5": + - "es" + "6": + - "es" + "7": + - "es" + "8": + - "es" + "9": + - "es" + "11": + - "es" + "21": + - "es" + "31": + - "es" + "41": + - "es" + "51": + - "es" + "61": + - "es" + "71": + - "es" + "81": + - "es" + "91": + - "es" + stopwords: + - "et" + diff --git a/resources/numex/ga.yaml b/resources/numex/ga.yaml new file mode 100644 index 0000000..11e8242 --- /dev/null +++ b/resources/numex/ga.yaml @@ -0,0 +1,407 @@ +--- + whole_words_only: true + rules: + - + name: "a náid" + value: 0 + type: "cardinal" + - + name: "a naid" + value: 0 + type: "cardinal" + - + name: "náid" + value: 0 + type: "cardinal" + - + name: "naid" + value: 0 + type: "cardinal" + - + name: "a haon" + value: 1 + type: "cardinal" + - + name: "haon" + value: 1 + type: "cardinal" + - + name: "aon" + value: 1 + type: "cardinal" + - + name: "a dó" + value: 2 + type: "cardinal" + - + name: "a do" + value: 2 + type: "cardinal" + - + name: "dó" + value: 2 + type: "cardinal" + - + name: "do" + value: 2 + type: "cardinal" + - + name: "dhá" + value: 2 + type: "cardinal" + - + name: "dha" + value: 2 + type: "cardinal" + - + name: "a trí" + value: 3 + type: "cardinal" + - + name: "a tri" + value: 3 + type: "cardinal" + - + name: "trí" + value: 3 + type: "cardinal" + - + name: "tri" + value: 3 + type: "cardinal" + - + name: "a ceathair" + value: 4 + type: "cardinal" + - + name: "ceathair" + value: 4 + type: "cardinal" + - + name: "ceithre" + value: 4 + type: "cardinal" + - + name: "a cúig" + value: 5 + type: "cardinal" + - + name: "a cúig" + value: 5 + type: "cardinal" + - + name: "a cuig" + value: 5 + type: "cardinal" + - + name: "cúig" + value: 5 + type: "cardinal" + - + name: "cuig" + value: 5 + type: "cardinal" + - + name: "a sé" + value: 6 + type: "cardinal" + - + name: "a se" + value: 6 + type: "cardinal" + - + name: "sé" + value: 6 + type: "cardinal" + - + name: "se" + value: 6 + type: "cardinal" + - + name: "a seacht" + value: 7 + type: "cardinal" + - + name: "seacht" + value: 7 + type: "cardinal" + - + name: "a hocht" + value: 8 + type: "cardinal" + - + name: "hocht" + value: 8 + type: "cardinal" + - + name: "ocht" + value: 8 + type: "cardinal" + - + name: "a naoi" + value: 9 + type: "cardinal" + - + name: "naoi" + value: 9 + type: "cardinal" + - + name: "a deich" + value: 10 + type: "cardinal" + - + name: "deich" + value: 10 + type: "cardinal" + - + name: "déag" + value: 10 + type: "cardinal" + left: "add" + - + name: "deag" + value: 10 + type: "cardinal" + left: "add" + - + name: "dhéag" + value: 10 + type: "cardinal" + left: "add" + - + name: "dheag" + value: 10 + type: "cardinal" + left: "add" + - + name: "fiche" + value: 20 + type: "cardinal" + right: "add" + - + name: "tríocha" + value: 30 + type: "cardinal" + right: "add" + - + name: "triocha" + value: 30 + type: "cardinal" + right: "add" + - + name: "daichead" + value: 40 + type: "cardinal" + right: "add" + - + name: "caoga" + value: 50 + type: "cardinal" + right: "add" + - + name: "seasca" + value: 60 + type: "cardinal" + right: "add" + - + name: "seachtó" + value: 70 + type: "cardinal" + right: "add" + - + name: "seachto" + value: 70 + type: "cardinal" + right: "add" + - + name: "ochtó" + value: 80 + type: "cardinal" + right: "add" + - + name: "ochto" + value: 80 + type: "cardinal" + right: "add" + - + name: "nócha" + value: 90 + type: "cardinal" + right: "add" + - + name: "nocha" + value: 90 + type: "cardinal" + right: "add" + - + name: "céad" + value: 100 + type: "cardinal" + right: "add" + - + name: "dhá chéad" + value: 200 + type: "cardinal" + right: "add" + - + name: "dha chead" + value: 200 + type: "cardinal" + right: "add" + - + name: "trí chéad" + value: 300 + type: "cardinal" + right: "add" + - + name: "tri chead" + value: 300 + type: "cardinal" + right: "add" + - + name: "ceithre chéad" + value: 400 + type: "cardinal" + right: "add" + - + name: "ceithre chead" + value: 400 + type: "cardinal" + right: "add" + - + name: "cúig chéad" + value: 500 + type: "cardinal" + right: "add" + - + name: "cuig chead" + value: 500 + type: "cardinal" + right: "add" + - + name: "sé chéad" + value: 600 + type: "cardinal" + right: "add" + - + name: "se chead" + value: 600 + type: "cardinal" + right: "add" + - + name: "seacht gcéad" + value: 700 + type: "cardinal" + right: "add" + - + name: "seacht gcead" + value: 700 + type: "cardinal" + right: "add" + - + name: "ocht gcéad" + value: 800 + type: "cardinal" + right: "add" + - + name: "ocht gcead" + value: 800 + type: "cardinal" + right: "add" + - + name: "naoi gcéad" + value: 900 + type: "cardinal" + right: "add" + - + name: "naoi gcead" + value: 900 + type: "cardinal" + right: "add" + - + name: "míle" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "mile" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "mhíle" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "mhile" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milliún" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milliun" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "billiún" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "billiun" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "dtrilliún" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "dtrilliun" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "thrilliún" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "thrilliun" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "quadrilliún" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "quadrilliun" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + stopwords: + - "is" + diff --git a/resources/numex/hr.yaml b/resources/numex/hr.yaml new file mode 100644 index 0000000..9e7814c --- /dev/null +++ b/resources/numex/hr.yaml @@ -0,0 +1,938 @@ +--- + whole_words_only: true + rules: + - + name: "nula" + value: 0 + type: "cardinal" + - + name: "jedan" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "jedna" + value: 1 + type: "cardinal" + gender: "f" + - + name: "jedno" + value: 1 + type: "cardinal" + gender: "n" + - + name: "dva" + value: 2 + type: "cardinal" + - + name: "dvije" + value: 2 + type: "cardinal" + gender: "f" + - + name: "tri" + value: 3 + type: "cardinal" + - + name: "četiri" + value: 4 + type: "cardinal" + - + name: "cetiri" + value: 4 + type: "cardinal" + - + name: "pet" + value: 5 + type: "cardinal" + - + name: "šest" + value: 6 + type: "cardinal" + - + name: "sest" + value: 6 + type: "cardinal" + - + name: "sedam" + value: 7 + type: "cardinal" + - + name: "osam" + value: 8 + type: "cardinal" + - + name: "devet" + value: 9 + type: "cardinal" + - + name: "deset" + value: 10 + type: "cardinal" + - + name: "jedanaest" + value: 11 + type: "cardinal" + - + name: "dvanaest" + value: 12 + type: "cardinal" + - + name: "trinaest" + value: 13 + type: "cardinal" + - + name: "četrnaest" + value: 14 + type: "cardinal" + - + name: "cetrnaest" + value: 14 + type: "cardinal" + - + name: "petnaest" + value: 15 + type: "cardinal" + - + name: "šesnaest" + value: 16 + type: "cardinal" + - + name: "sesnaest" + value: 16 + type: "cardinal" + - + name: "sedamnaest" + value: 17 + type: "cardinal" + - + name: "osamnaest" + value: 18 + type: "cardinal" + - + name: "devetnaest" + value: 19 + type: "cardinal" + - + name: "dvadeset" + value: 20 + type: "cardinal" + right: "add" + right_separator: " i " + - + name: "trideset" + value: 30 + type: "cardinal" + right: "add" + right_separator: " i " + - + name: "četrdeset" + value: 40 + type: "cardinal" + right: "add" + right_separator: " i " + - + name: "cetrdeset" + value: 40 + type: "cardinal" + right: "add" + right_separator: " i " + - + name: "pedeset" + value: 50 + type: "cardinal" + right: "add" + right_separator: " i " + - + name: "šezdeset" + value: 60 + type: "cardinal" + right: "add" + right_separator: " i " + - + name: "sezdeset" + value: 60 + type: "cardinal" + right: "add" + right_separator: " i " + - + name: "sedamdeset" + value: 70 + type: "cardinal" + right: "add" + right_separator: " i " + - + name: "osamdeset" + value: 80 + type: "cardinal" + right: "add" + right_separator: " i " + - + name: "devedeset" + value: 90 + type: "cardinal" + right: "add" + right_separator: " i " + - + name: "sto" + value: 100 + type: "cardinal" + right: "add" + - + name: "dvjesto" + value: 200 + type: "cardinal" + right: "add" + - + name: "tristo" + value: 300 + type: "cardinal" + right: "add" + - + name: "četiristo" + value: 400 + type: "cardinal" + right: "add" + - + name: "cetiristo" + value: 400 + type: "cardinal" + right: "add" + - + name: "petsto" + value: 500 + type: "cardinal" + right: "add" + - + name: "šeststo" + value: 600 + type: "cardinal" + right: "add" + - + name: "seststo" + value: 600 + type: "cardinal" + right: "add" + - + name: "sedamsto" + value: 700 + type: "cardinal" + right: "add" + - + name: "osamsto" + value: 800 + type: "cardinal" + right: "add" + - + name: "devetsto" + value: 900 + type: "cardinal" + right: "add" + - + name: "tisuću" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "tisucu" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "tisuće" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tisuce" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tisuća" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tisuca" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milijun" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "milijuna" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milijarda" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "milijarde" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milijardi" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilijun" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "bilijuna" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilijarda" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "bilijarde" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilijardi" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "nulai" + value: 0 + type: "ordinal" + - + name: "prvi" + value: 1 + type: "ordinal" + - + name: "drugi" + value: 2 + type: "ordinal" + - + name: "treći" + value: 3 + type: "ordinal" + - + name: "treci" + value: 3 + type: "ordinal" + - + name: "četvrti" + value: 4 + type: "ordinal" + - + name: "cetvrti" + value: 4 + type: "ordinal" + - + name: "peti" + value: 5 + type: "ordinal" + - + name: "šesti" + value: 6 + type: "ordinal" + - + name: "sesti" + value: 6 + type: "ordinal" + - + name: "sedmi" + value: 7 + type: "ordinal" + - + name: "osmi" + value: 8 + type: "ordinal" + - + name: "deveti" + value: 9 + type: "ordinal" + - + name: "deseti" + value: 10 + type: "ordinal" + - + name: "jedanaesti" + value: 11 + type: "ordinal" + - + name: "dvanaesti" + value: 12 + type: "ordinal" + - + name: "trinaesti" + value: 13 + type: "ordinal" + - + name: "četrnaesti" + value: 14 + type: "ordinal" + - + name: "cetrnaesti" + value: 14 + type: "ordinal" + - + name: "petnaesti" + value: 15 + type: "ordinal" + - + name: "šesnaesti" + value: 16 + type: "ordinal" + - + name: "sesnaesti" + value: 16 + type: "ordinal" + - + name: "sedamnaesti" + value: 17 + type: "ordinal" + - + name: "osamnaesti" + value: 18 + type: "ordinal" + - + name: "devetnaesti" + value: 19 + type: "ordinal" + - + name: "dvadeseti" + value: 20 + type: "ordinal" + - + name: "trideseti" + value: 30 + type: "ordinal" + - + name: "četrdeseti" + value: 40 + type: "ordinal" + - + name: "cetrdeseti" + value: 40 + type: "ordinal" + - + name: "pedeseti" + value: 50 + type: "ordinal" + - + name: "šezdeseti" + value: 60 + type: "ordinal" + - + name: "sezdeseti" + value: 60 + type: "ordinal" + - + name: "sedamdeseti" + value: 70 + type: "ordinal" + - + name: "osamdeseti" + value: 80 + type: "ordinal" + - + name: "devedeseti" + value: 90 + type: "ordinal" + - + name: "stoti" + value: 100 + type: "ordinal" + - + name: "st" + value: 100 + type: "ordinal" + right: "add" + - + name: "dvest" + value: 200 + type: "ordinal" + right: "add" + - + name: "trist" + value: 300 + type: "ordinal" + right: "add" + - + name: "četrist" + value: 400 + type: "ordinal" + right: "add" + - + name: "cetrist" + value: 400 + type: "ordinal" + right: "add" + - + name: "petst" + value: 500 + type: "ordinal" + right: "add" + - + name: "šest" + value: 600 + type: "ordinal" + right: "add" + - + name: "sest" + value: 600 + type: "ordinal" + right: "add" + - + name: "sedamst" + value: 700 + type: "ordinal" + right: "add" + - + name: "osamst" + value: 800 + type: "ordinal" + right: "add" + - + name: "devetst" + value: 900 + type: "ordinal" + right: "add" + - + name: "milijuny" + value: 1000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "milijardy" + value: 1000000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "bilijuny" + value: 1000000000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "bilijardy" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "nulaa" + value: 0 + type: "ordinal" + gender: "f" + - + name: "prva" + value: 1 + type: "ordinal" + gender: "f" + - + name: "druga" + value: 2 + type: "ordinal" + gender: "f" + - + name: "treća" + value: 3 + type: "ordinal" + gender: "f" + - + name: "treca" + value: 3 + type: "ordinal" + gender: "f" + - + name: "četvrta" + value: 4 + type: "ordinal" + gender: "f" + - + name: "cetvrta" + value: 4 + type: "ordinal" + gender: "f" + - + name: "peta" + value: 5 + type: "ordinal" + gender: "f" + - + name: "šesta" + value: 6 + type: "ordinal" + gender: "f" + - + name: "sesta" + value: 6 + type: "ordinal" + gender: "f" + - + name: "sedma" + value: 7 + type: "ordinal" + gender: "f" + - + name: "osma" + value: 8 + type: "ordinal" + gender: "f" + - + name: "deveta" + value: 9 + type: "ordinal" + gender: "f" + - + name: "deseta" + value: 10 + type: "ordinal" + gender: "f" + - + name: "jedanaesta" + value: 11 + type: "ordinal" + gender: "f" + - + name: "dvanaesta" + value: 12 + type: "ordinal" + gender: "f" + - + name: "trinaesta" + value: 13 + type: "ordinal" + gender: "f" + - + name: "četrnaesta" + value: 14 + type: "ordinal" + gender: "f" + - + name: "cetrnaesta" + value: 14 + type: "ordinal" + gender: "f" + - + name: "petnaesta" + value: 15 + type: "ordinal" + gender: "f" + - + name: "šesnaesta" + value: 16 + type: "ordinal" + gender: "f" + - + name: "sesnaesta" + value: 16 + type: "ordinal" + gender: "f" + - + name: "sedamnaesta" + value: 17 + type: "ordinal" + gender: "f" + - + name: "osamnaesta" + value: 18 + type: "ordinal" + gender: "f" + - + name: "devetnaesta" + value: 19 + type: "ordinal" + - + name: "dvadeseta" + value: 20 + type: "ordinal" + gender: "f" + - + name: "trideseta" + value: 30 + type: "ordinal" + gender: "f" + - + name: "četrdeseta" + value: 40 + type: "ordinal" + gender: "f" + - + name: "cetrdeseta" + value: 40 + type: "ordinal" + gender: "f" + - + name: "pedeseta" + value: 50 + type: "ordinal" + gender: "f" + - + name: "šezdeseta" + value: 60 + type: "ordinal" + gender: "f" + - + name: "sezdeseta" + value: 60 + type: "ordinal" + gender: "f" + - + name: "sedamdeseta" + value: 70 + type: "ordinal" + gender: "f" + - + name: "osamdeseta" + value: 80 + type: "ordinal" + gender: "f" + - + name: "devedeseta" + value: 90 + type: "ordinal" + gender: "f" + - + name: "stota" + value: 100 + type: "ordinal" + gender: "f" + - + name: "nulao" + value: 0 + type: "ordinal" + gender: "n" + - + name: "prvo" + value: 1 + type: "ordinal" + gender: "n" + - + name: "drugo" + value: 2 + type: "ordinal" + gender: "n" + - + name: "treće" + value: 3 + type: "ordinal" + gender: "n" + - + name: "trece" + value: 3 + type: "ordinal" + gender: "n" + - + name: "četvrto" + value: 4 + type: "ordinal" + gender: "n" + - + name: "cetvrto" + value: 4 + type: "ordinal" + gender: "n" + - + name: "peto" + value: 5 + type: "ordinal" + gender: "n" + - + name: "šesto" + value: 6 + type: "ordinal" + gender: "n" + - + name: "sesto" + value: 6 + type: "ordinal" + gender: "n" + - + name: "sedmo" + value: 7 + type: "ordinal" + gender: "n" + - + name: "osmo" + value: 8 + type: "ordinal" + gender: "n" + - + name: "deveto" + value: 9 + type: "ordinal" + gender: "n" + - + name: "deseto" + value: 10 + type: "ordinal" + gender: "n" + - + name: "jedanaesto" + value: 11 + type: "ordinal" + gender: "n" + - + name: "dvanaesto" + value: 12 + type: "ordinal" + gender: "n" + - + name: "trinaesto" + value: 13 + type: "ordinal" + gender: "n" + - + name: "četrnaesto" + value: 14 + type: "ordinal" + gender: "n" + - + name: "cetrnaesto" + value: 14 + type: "ordinal" + gender: "n" + - + name: "petnaesto" + value: 15 + type: "ordinal" + gender: "n" + - + name: "šesnaesto" + value: 16 + type: "ordinal" + gender: "n" + - + name: "sesnaesto" + value: 16 + type: "ordinal" + gender: "n" + - + name: "sedamnaesto" + value: 17 + type: "ordinal" + gender: "n" + - + name: "osamnaesto" + value: 18 + type: "ordinal" + gender: "n" + - + name: "devetnaesto" + value: 19 + type: "ordinal" + - + name: "dvadeseto" + value: 20 + type: "ordinal" + gender: "n" + - + name: "trideseto" + value: 30 + type: "ordinal" + gender: "n" + - + name: "četrdeseto" + value: 40 + type: "ordinal" + gender: "n" + - + name: "cetrdeseto" + value: 40 + type: "ordinal" + gender: "n" + - + name: "pedeseto" + value: 50 + type: "ordinal" + gender: "n" + - + name: "šezdeseto" + value: 60 + type: "ordinal" + gender: "n" + - + name: "sezdeseto" + value: 60 + type: "ordinal" + gender: "n" + - + name: "sedamdeseto" + value: 70 + type: "ordinal" + gender: "n" + - + name: "osamdeseto" + value: 80 + type: "ordinal" + gender: "n" + - + name: "devedeseto" + value: 90 + type: "ordinal" + gender: "n" + - + name: "stoto" + value: 100 + type: "ordinal" + gender: "n" + stopwords: + - "i" + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." diff --git a/resources/numex/hu.yaml b/resources/numex/hu.yaml new file mode 100644 index 0000000..783787a --- /dev/null +++ b/resources/numex/hu.yaml @@ -0,0 +1,330 @@ +--- + whole_words_only: true + default_separator: "" + rules: + - + name: "nulla" + value: 0 + type: "cardinal" + - + name: "egy" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "kettő" + value: 2 + type: "cardinal" + - + name: "ketto" + value: 2 + type: "cardinal" + - + name: "két" + value: 2 + type: "cardinal" + - + name: "ket" + value: 2 + type: "cardinal" + - + name: "három" + value: 3 + type: "cardinal" + - + name: "harom" + value: 3 + type: "cardinal" + - + name: "négy" + value: 4 + type: "cardinal" + - + name: "negy" + value: 4 + type: "cardinal" + - + name: "öt" + value: 5 + type: "cardinal" + - + name: "ot" + value: 5 + type: "cardinal" + - + name: "hat" + value: 6 + type: "cardinal" + - + name: "hét" + value: 7 + type: "cardinal" + - + name: "het" + value: 7 + type: "cardinal" + - + name: "nyolc" + value: 8 + type: "cardinal" + - + name: "kilenc" + value: 9 + type: "cardinal" + - + name: "tíz" + value: 10 + type: "cardinal" + - + name: "tiz" + value: 10 + type: "cardinal" + - + name: "tizen­" + value: 10 + type: "cardinal" + right: "add" + - + name: "húsz" + value: 20 + type: "cardinal" + - + name: "husz" + value: 20 + type: "cardinal" + - + name: "huszon­" + value: 20 + type: "cardinal" + right: "add" + - + name: "harminc" + value: 30 + type: "cardinal" + right: "add" + - + name: "negyven" + value: 40 + type: "cardinal" + right: "add" + - + name: "ötven" + value: 50 + type: "cardinal" + right: "add" + - + name: "otven" + value: 50 + type: "cardinal" + right: "add" + - + name: "hatvan" + value: 60 + type: "cardinal" + right: "add" + - + name: "hetven" + value: 70 + type: "cardinal" + right: "add" + - + name: "nyolcvan" + value: 80 + type: "cardinal" + right: "add" + - + name: "kilencven" + value: 90 + type: "cardinal" + right: "add" + - + name: "száz" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "szaz" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "ezer" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "millió" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "millio" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milliárd" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milliard" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "billió" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "billio" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "billiárd" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "billiard" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "nulla" + value: 0 + type: "ordinal" + - + name: "edik" + value: 0 + type: "ordinal" + - + name: "első" + value: 1 + type: "ordinal" + - + name: "elso" + value: 1 + type: "ordinal" + - + name: "egyedik" + value: 1 + type: "ordinal" + - + name: "második" + value: 2 + type: "ordinal" + - + name: "masodik" + value: 2 + type: "ordinal" + - + name: "kettedik" + value: 2 + type: "ordinal" + - + name: "harmadik" + value: 3 + type: "ordinal" + - + name: "negyedik" + value: 4 + type: "ordinal" + - + name: "ötödik" + value: 5 + type: "ordinal" + - + name: "hatodik" + value: 6 + type: "ordinal" + - + name: "hetedik" + value: 7 + type: "ordinal" + - + name: "nyolcadik" + value: 8 + type: "ordinal" + - + name: "kilencedik" + value: 9 + type: "ordinal" + - + name: "tizedik" + value: 10 + type: "ordinal" + - + name: "huszadik" + value: 20 + type: "ordinal" + - + name: "harmincadik" + value: 30 + type: "ordinal" + - + name: "hatvanadik" + value: 60 + type: "ordinal" + - + name: "nyolcvanadik" + value: 80 + type: "ordinal" + - + name: "századik" + value: 100 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "szazadik" + value: 100 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "milliomodik" + value: 1000000 + type: "ordinal" + left: "multiply" + right: "add" + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." + stopwords: + - "és" + - "es" diff --git a/resources/numex/is.yaml b/resources/numex/is.yaml new file mode 100644 index 0000000..715dd4c --- /dev/null +++ b/resources/numex/is.yaml @@ -0,0 +1,23 @@ + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." \ No newline at end of file diff --git a/resources/numex/it.yaml b/resources/numex/it.yaml new file mode 100644 index 0000000..aa374c8 --- /dev/null +++ b/resources/numex/it.yaml @@ -0,0 +1,824 @@ +--- + whole_words_only: true + default_separator: "" + rules: + - + name: "zero" + value: 0 + type: "cardinal" + - + name: "un" + value: 1 + type: "cardinal" + gender: "m" + multiply_gte: 1000000 + - + name: "uno" + value: 1 + type: "cardinal" + - + name: "una" + value: 1 + type: "cardinal" + gender: "f" + - + name: "due" + value: 2 + type: "cardinal" + - + name: "tre" + value: 3 + type: "cardinal" + - + name: "tré" + value: 3 + type: "cardinal" + - + name: "quattro" + value: 4 + type: "cardinal" + - + name: "cinque" + value: 5 + type: "cardinal" + - + name: "sei" + value: 6 + type: "cardinal" + - + name: "sette" + value: 7 + type: "cardinal" + - + name: "otto" + value: 8 + type: "cardinal" + - + name: "nove" + value: 9 + type: "cardinal" + - + name: "dieci" + value: 10 + type: "cardinal" + - + name: "undici" + value: 11 + type: "cardinal" + - + name: "dodici" + value: 12 + type: "cardinal" + - + name: "tredici" + value: 13 + type: "cardinal" + - + name: "quattordici" + value: 14 + type: "cardinal" + - + name: "quindici" + value: 15 + type: "cardinal" + - + name: "sedici" + value: 16 + type: "cardinal" + - + name: "diciassette" + value: 17 + type: "cardinal" + - + name: "diciotto" + value: 18 + type: "cardinal" + - + name: "diciannove" + value: 19 + type: "cardinal" + - + name: "venti" + value: 20 + type: "cardinal" + right: "add" + - + name: "ventuno" + value: 21 + type: "cardinal" + - + name: "ventotto" + value: 28 + type: "cardinal" + - + name: "trenta" + value: 30 + type: "cardinal" + right: "add" + - + name: "trentuno" + value: 31 + type: "cardinal" + - + name: "trentotto" + value: 38 + type: "cardinal" + - + name: "quaranta" + value: 40 + type: "cardinal" + right: "add" + - + name: "quarantuno" + value: 41 + type: "cardinal" + - + name: "quarantotto" + value: 48 + type: "cardinal" + - + name: "cinquanta" + value: 50 + type: "cardinal" + right: "add" + - + name: "cinquantuno" + value: 51 + type: "cardinal" + - + name: "cinquantotto" + value: 58 + type: "cardinal" + - + name: "sessanta" + value: 60 + type: "cardinal" + right: "add" + - + name: "sessantuno" + value: 61 + type: "cardinal" + - + name: "sessantotto" + value: 68 + type: "cardinal" + - + name: "settanta" + value: 70 + type: "cardinal" + right: "add" + - + name: "settantuno" + value: 71 + type: "cardinal" + - + name: "settantotto" + value: 78 + type: "cardinal" + - + name: "ottanta" + value: 80 + type: "cardinal" + right: "add" + - + name: "ottantuno" + value: 81 + type: "cardinal" + - + name: "ottantotto" + value: 88 + type: "cardinal" + - + name: "novanta" + value: 90 + type: "cardinal" + right: "add" + - + name: "novantuno" + value: 91 + type: "cardinal" + - + name: "novantotto" + value: 91 + type: "cardinal" + - + name: "cento" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "cent" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "mille" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "mila" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milione" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "milioni" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "miliardo" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "miliardi" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "bilione" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "bilioni" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "biliarde" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "biliardi" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "primo" + value: 1 + type: "ordinal" + - + name: "secondo" + value: 2 + type: "ordinal" + - + name: "terzo" + value: 3 + type: "ordinal" + - + name: "quarto" + value: 4 + type: "ordinal" + - + name: "quinto" + value: 5 + type: "ordinal" + - + name: "sesto" + value: 6 + type: "ordinal" + - + name: "settimo" + value: 7 + type: "ordinal" + - + name: "ottavo" + value: 8 + type: "ordinal" + - + name: "nono" + value: 9 + type: "ordinal" + - + name: "duesimo" + value: 2 + type: "ordinal" + - + name: "treesimo" + value: 3 + type: "ordinal" + - + name: "quattresimo" + value: 4 + type: "ordinal" + - + name: "cinquesimo" + value: 5 + type: "ordinal" + - + name: "seiesimo" + value: 6 + type: "ordinal" + - + name: "settesimo" + value: 7 + type: "ordinal" + - + name: "ottesimo" + value: 8 + type: "ordinal" + - + name: "novesimo" + value: 9 + type: "ordinal" + - + name: "decimo" + value: 10 + type: "ordinal" + - + name: "undicesimo" + value: 11 + type: "ordinal" + - + name: "dodicesimo" + value: 12 + type: "ordinal" + - + name: "tredicesimo" + value: 13 + type: "ordinal" + - + name: "quattordicesimo" + value: 14 + type: "ordinal" + - + name: "quindicesimo" + value: 15 + type: "ordinal" + - + name: "sedicesimo" + value: 16 + type: "ordinal" + - + name: "diciassettesimo" + value: 17 + type: "ordinal" + - + name: "diciottesimo" + value: 18 + type: "ordinal" + - + name: "diciannovesimo" + value: 19 + type: "ordinal" + - + name: "ventesimo" + value: 20 + type: "ordinal" + - + name: "ventunesimo" + value: 21 + type: "ordinal" + - + name: "ventottesimo" + value: 28 + type: "ordinal" + - + name: "trentesimo" + value: 30 + type: "ordinal" + - + name: "trentunesimo" + value: 31 + type: "ordinal" + - + name: "trentottesimo" + value: 38 + type: "ordinal" + - + name: "quarantesimo" + value: 40 + type: "ordinal" + - + name: "quarantunesimo" + value: 41 + type: "ordinal" + - + name: "quarantottesimo" + value: 48 + type: "ordinal" + - + name: "cinquantesimo" + value: 50 + type: "ordinal" + - + name: "cinquantunesimo" + value: 51 + type: "ordinal" + - + name: "cinquantottesimo" + value: 58 + type: "ordinal" + - + name: "sessantesimo" + value: 60 + type: "ordinal" + - + name: "sessantunesimo" + value: 61 + type: "ordinal" + - + name: "sessantottesimo" + value: 68 + type: "ordinal" + - + name: "settantesimo" + value: 70 + type: "ordinal" + - + name: "settantunesimo" + value: 71 + type: "ordinal" + - + name: "settantottesimo" + value: 78 + type: "ordinal" + - + name: "ottantesimo" + value: 80 + type: "ordinal" + - + name: "ottantunesimo" + value: 81 + type: "ordinal" + - + name: "ottantottesimo" + value: 88 + type: "ordinal" + - + name: "novantesimo" + value: 90 + type: "ordinal" + - + name: "novantunesimo" + value: 91 + type: "ordinal" + - + name: "novantottesimo" + value: 98 + type: "ordinal" + - + name: "prima" + value: 1 + type: "ordinal" + gender: "f" + - + name: "seconda" + value: 2 + type: "ordinal" + gender: "f" + - + name: "terza" + value: 3 + type: "ordinal" + gender: "f" + - + name: "quarta" + value: 4 + type: "ordinal" + gender: "f" + - + name: "quinta" + value: 5 + type: "ordinal" + gender: "f" + - + name: "sesta" + value: 6 + type: "ordinal" + gender: "f" + - + name: "settima" + value: 7 + type: "ordinal" + gender: "f" + - + name: "ottava" + value: 8 + type: "ordinal" + gender: "f" + - + name: "nona" + value: 9 + type: "ordinal" + gender: "f" + - + name: "duesima" + value: 2 + type: "ordinal" + gender: "f" + - + name: "treesima" + value: 3 + type: "ordinal" + gender: "f" + - + name: "quattresima" + value: 4 + type: "ordinal" + gender: "f" + - + name: "cinquesima" + value: 5 + type: "ordinal" + gender: "f" + - + name: "seiesima" + value: 6 + type: "ordinal" + gender: "f" + - + name: "settesima" + value: 7 + type: "ordinal" + gender: "f" + - + name: "ottesima" + value: 8 + type: "ordinal" + gender: "f" + - + name: "novesima" + value: 9 + type: "ordinal" + gender: "f" + - + name: "decima" + value: 10 + type: "ordinal" + gender: "f" + - + name: "undicesima" + value: 11 + type: "ordinal" + gender: "f" + - + name: "dodicesima" + value: 12 + type: "ordinal" + gender: "f" + - + name: "tredicesima" + value: 13 + type: "ordinal" + gender: "f" + - + name: "quattordicesima" + value: 14 + type: "ordinal" + gender: "f" + - + name: "quindicesima" + value: 15 + type: "ordinal" + gender: "f" + - + name: "sedicesima" + value: 16 + type: "ordinal" + gender: "f" + - + name: "diciassettesima" + value: 17 + type: "ordinal" + gender: "f" + - + name: "diciottesima" + value: 18 + type: "ordinal" + gender: "f" + - + name: "diciannovesima" + value: 19 + type: "ordinal" + gender: "f" + - + name: "ventesima" + value: 20 + type: "ordinal" + gender: "f" + - + name: "ventunesima" + value: 21 + type: "ordinal" + gender: "f" + - + name: "ventottesima" + value: 28 + type: "ordinal" + gender: "f" + - + name: "trentesima" + value: 30 + type: "ordinal" + gender: "f" + - + name: "trentunesima" + value: 31 + type: "ordinal" + gender: "f" + - + name: "trentottesima" + value: 38 + type: "ordinal" + gender: "f" + - + name: "quarantesima" + value: 40 + type: "ordinal" + gender: "f" + - + name: "quarantunesima" + value: 41 + type: "ordinal" + gender: "f" + - + name: "quarantottesima" + value: 48 + type: "ordinal" + gender: "f" + - + name: "cinquantesima" + value: 50 + type: "ordinal" + gender: "f" + - + name: "cinquantunesima" + value: 51 + type: "ordinal" + gender: "f" + - + name: "cinquantottesima" + value: 58 + type: "ordinal" + gender: "f" + - + name: "sessantesima" + value: 60 + type: "ordinal" + gender: "f" + - + name: "sessantunesima" + value: 61 + type: "ordinal" + gender: "f" + - + name: "sessantottesima" + value: 68 + type: "ordinal" + gender: "f" + - + name: "settantesima" + value: 70 + type: "ordinal" + gender: "f" + - + name: "settantunesima" + value: 71 + type: "ordinal" + gender: "f" + - + name: "settantottesima" + value: 78 + type: "ordinal" + gender: "f" + - + name: "ottantesima" + value: 80 + type: "ordinal" + gender: "f" + - + name: "ottantunesima" + value: 81 + type: "ordinal" + gender: "f" + - + name: "ottantottesima" + value: 88 + type: "ordinal" + gender: "f" + - + name: "novantesima" + value: 90 + type: "ordinal" + gender: "f" + - + name: "novantunesima" + value: 91 + type: "ordinal" + gender: "f" + - + name: "novantottesima" + value: 98 + type: "ordinal" + gender: "f" + ordinal_indicators: + - + suffixes: + "0": + - "º" + - "o" + - "°" + "1": + - "º" + - "o" + - "°" + "2": + - "º" + - "o" + - "°" + "3": + - "º" + - "o" + - "°" + "4": + - "º" + - "o" + - "°" + "5": + - "º" + - "o" + - "°" + "6": + - "º" + - "o" + - "°" + "7": + - "º" + - "o" + - "°" + "8": + - "º" + - "o" + - "°" + "9": + - "º" + - "o" + - "°" + - + gender: "f" + suffixes: + "0": + - "ª" + - "a" + "1": + - "ª" + - "a" + "2": + - "ª" + - "a" + "3": + - "ª" + - "a" + "4": + - "ª" + - "a" + "5": + - "ª" + - "a" + "6": + - "ª" + - "a" + "7": + - "ª" + - "a" + "8": + - "ª" + - "a" + "9": + - "ª" + - "a" + stopwords: + - "e" + - "ed" diff --git a/resources/numex/ja.yaml b/resources/numex/ja.yaml new file mode 100644 index 0000000..0f15fa0 --- /dev/null +++ b/resources/numex/ja.yaml @@ -0,0 +1,91 @@ +--- + default_separator: "" + rules: + - + name: "〇" + value: 0 + type: "cardinal" + - + name: "一" + value: 1 + type: "cardinal" + - + name: "二" + value: 2 + type: "cardinal" + - + name: "三" + value: 3 + type: "cardinal" + - + name: "四" + value: 4 + type: "cardinal" + - + name: "五" + value: 5 + type: "cardinal" + - + name: "六" + value: 6 + type: "cardinal" + - + name: "七" + value: 7 + type: "cardinal" + - + name: "八" + value: 8 + type: "cardinal" + - + name: "九" + value: 9 + type: "cardinal" + - + name: "十" + value: 10 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "百" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "千" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "万" + value: 10000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "億" + value: 100000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "兆" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "京" + value: 10000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "第" + value: 0 + type: "ordinal_indicator" + right: "add" + diff --git a/resources/numex/ko.yaml b/resources/numex/ko.yaml new file mode 100644 index 0000000..3fb3218 --- /dev/null +++ b/resources/numex/ko.yaml @@ -0,0 +1,91 @@ +--- + default_separator: "" + rules: + - + name: "영" + value: 0 + type: "cardinal" + - + name: "일" + value: 1 + type: "cardinal" + - + name: "이" + value: 2 + type: "cardinal" + - + name: "삼" + value: 3 + type: "cardinal" + - + name: "사" + value: 4 + type: "cardinal" + - + name: "오" + value: 5 + type: "cardinal" + - + name: "육" + value: 6 + type: "cardinal" + - + name: "칠" + value: 7 + type: "cardinal" + - + name: "팔" + value: 8 + type: "cardinal" + - + name: "구" + value: 9 + type: "cardinal" + - + name: "십" + value: 10 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "백" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "천" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "만" + value: 10000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "억" + value: 100000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "조" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "경" + value: 10000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "번째" + value: 0 + type: "ordinal_indicator" + left: "add" + diff --git a/resources/numex/la.yaml b/resources/numex/la.yaml new file mode 100644 index 0000000..7c26838 --- /dev/null +++ b/resources/numex/la.yaml @@ -0,0 +1,151 @@ +--- + whole_words_only: true + default_separator: "" + rules: + - + name: "i" + value: 1 + type: "cardinal" + - + name: "ii" + value: 2 + type: "cardinal" + - + name: "iii" + value: 3 + type: "cardinal" + - + name: "iv" + value: 4 + type: "cardinal" + - + name: "v" + value: 5 + type: "cardinal" + - + name: "vi" + value: 6 + type: "cardinal" + - + name: "vii" + value: 7 + type: "cardinal" + - + name: "viii" + value: 8 + type: "cardinal" + - + name: "ix" + value: 9 + type: "cardinal" + - + name: "x" + value: 10 + type: "cardinal" + right: "add" + - + name: "xx" + value: 20 + type: "cardinal" + right: "add" + - + name: "xxx" + value: 30 + type: "cardinal" + right: "add" + - + name: "xl" + value: 40 + type: "cardinal" + right: "add" + - + name: "l" + value: 50 + type: "cardinal" + right: "add" + - + name: "lx" + value: 60 + type: "cardinal" + right: "add" + - + name: "lxx" + value: 70 + type: "cardinal" + right: "add" + - + name: "lxxx" + value: 80 + type: "cardinal" + right: "add" + - + name: "xc" + value: 90 + type: "cardinal" + right: "add" + - + name: "c" + value: 100 + type: "cardinal" + right: "add" + - + name: "cc" + value: 200 + type: "cardinal" + right: "add" + - + name: "ccc" + value: 300 + type: "cardinal" + right: "add" + - + name: "cd" + value: 400 + type: "cardinal" + right: "add" + - + name: "d" + value: 500 + type: "cardinal" + right: "add" + - + name: "dc" + value: 600 + type: "cardinal" + right: "add" + - + name: "dcc" + value: 700 + type: "cardinal" + right: "add" + - + name: "dccc" + value: 800 + type: "cardinal" + right: "add" + - + name: "cm" + value: 900 + type: "cardinal" + right: "add" + - + name: "m" + value: 1000 + type: "cardinal" + right: "add" + - + name: "mm" + value: 2000 + type: "cardinal" + right: "add" + - + name: "mmm" + value: 3000 + type: "cardinal" + right: "add" + - + name: "mmmm" + value: 4000 + type: "cardinal" + right: "add" + diff --git a/resources/numex/lt.yaml b/resources/numex/lt.yaml new file mode 100644 index 0000000..05ad7c1 --- /dev/null +++ b/resources/numex/lt.yaml @@ -0,0 +1,365 @@ +--- + whole_words_only: true + rules: + - + name: "nulis" + value: 0 + type: "cardinal" + - + name: "vienas" + value: 1 + type: "cardinal" + - + name: "viena" + value: 1 + type: "cardinal" + gender: "f" + - + name: "du" + value: 2 + type: "cardinal" + - + name: "dvi" + value: 2 + type: "cardinal" + gender: "f" + - + name: "trys" + value: 3 + type: "cardinal" + - + name: "keturi" + value: 4 + type: "cardinal" + - + name: "keturios" + value: 4 + type: "cardinal" + gender: "f" + - + name: "penki" + value: 5 + type: "cardinal" + - + name: "penkios" + value: 5 + type: "cardinal" + gender: "f" + - + name: "šeši" + value: 6 + type: "cardinal" + - + name: "sesi" + value: 6 + type: "cardinal" + - + name: "šešios" + value: 6 + type: "cardinal" + gender: "f" + - + name: "sesios" + value: 6 + type: "cardinal" + gender: "f" + - + name: "septyni" + value: 7 + type: "cardinal" + - + name: "septynios" + value: 7 + type: "cardinal" + gender: "f" + - + name: "aštuoni" + value: 8 + type: "cardinal" + - + name: "astuoni" + value: 8 + type: "cardinal" + - + name: "aštuonios" + value: 8 + type: "cardinal" + gender: "f" + - + name: "astuonios" + value: 8 + type: "cardinal" + gender: "f" + - + name: "devyni" + value: 9 + type: "cardinal" + - + name: "devynios" + value: 9 + type: "cardinal" + gender: "f" + - + name: "dešimt" + value: 10 + type: "cardinal" + - + name: "desimt" + value: 10 + type: "cardinal" + - + name: "vienuolika" + value: 11 + type: "cardinal" + - + name: "dvylika" + value: 12 + type: "cardinal" + - + name: "trylika" + value: 13 + type: "cardinal" + - + name: "keturiolika" + value: 14 + type: "cardinal" + - + name: "penkiolika" + value: 15 + type: "cardinal" + - + name: "šešiolika" + value: 16 + type: "cardinal" + - + name: "sesiolika" + value: 16 + type: "cardinal" + - + name: "septyniolika" + value: 17 + type: "cardinal" + - + name: "aštuoniolika" + value: 18 + type: "cardinal" + - + name: "astuoniolika" + value: 18 + type: "cardinal" + - + name: "devyniolika" + value: 19 + type: "cardinal" + - + name: "dvidešimt" + value: 20 + type: "cardinal" + right: "add" + - + name: "dvidesimt" + value: 20 + type: "cardinal" + right: "add" + - + name: "trisdešimt" + value: 30 + type: "cardinal" + right: "add" + - + name: "trisdesimt" + value: 30 + type: "cardinal" + right: "add" + - + name: "keturiasdešimt" + value: 40 + type: "cardinal" + right: "add" + - + name: "keturiasdesimt" + value: 40 + type: "cardinal" + right: "add" + - + name: "penkiasdešimt" + value: 50 + type: "cardinal" + right: "add" + - + name: "penkiasdesimt" + value: 50 + type: "cardinal" + right: "add" + - + name: "šešiasdešimt" + value: 60 + type: "cardinal" + right: "add" + - + name: "sesiasdesimt" + value: 60 + type: "cardinal" + right: "add" + - + name: "septyniasdešimt" + value: 70 + type: "cardinal" + right: "add" + - + name: "septyniasdesimt" + value: 70 + type: "cardinal" + right: "add" + - + name: "aštuoniasdešimt" + value: 80 + type: "cardinal" + right: "add" + - + name: "astuoniasdesimt" + value: 80 + type: "cardinal" + right: "add" + - + name: "devyniasdešimt" + value: 90 + type: "cardinal" + right: "add" + - + name: "devyniasdesimt" + value: 90 + type: "cardinal" + right: "add" + - + name: "šimtas" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "simtas" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "šimtai" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "simtai" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tūkstantis" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tukstantis" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tūkstančiai" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tukstanciai" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tūkstančių" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tukstanciu" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milijonas" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milijonu" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milijardas" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milijardu" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "trilijonas" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "trilijonu" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "kvadrilijonas" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "kvadrilijonu" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." + diff --git a/resources/numex/lv.yaml b/resources/numex/lv.yaml new file mode 100644 index 0000000..ac11ecc --- /dev/null +++ b/resources/numex/lv.yaml @@ -0,0 +1,565 @@ +--- + whole_words_only: true + default_separator: "" + rules: + - + name: "nulle" + value: 0 + type: "cardinal" + - + name: "viens" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "viena" + value: 1 + type: "cardinal" + gender: "f" + - + name: "divi" + value: 2 + type: "cardinal" + - + name: "divas" + value: 2 + type: "cardinal" + gender: "f" + - + name: "trīs" + value: 3 + type: "cardinal" + - + name: "tris" + value: 3 + type: "cardinal" + - + name: "četri" + value: 4 + type: "cardinal" + - + name: "cetri" + value: 4 + type: "cardinal" + - + name: "četras" + value: 4 + type: "cardinal" + gender: "f" + - + name: "cetras" + value: 4 + type: "cardinal" + gender: "f" + - + name: "pieci" + value: 5 + type: "cardinal" + - + name: "piecas" + value: 5 + type: "cardinal" + gender: "f" + - + name: "seši" + value: 6 + type: "cardinal" + - + name: "sesi" + value: 6 + type: "cardinal" + - + name: "sešas" + value: 6 + type: "cardinal" + gender: "f" + - + name: "sesas" + value: 6 + type: "cardinal" + gender: "f" + - + name: "septiņi" + value: 7 + type: "cardinal" + - + name: "septini" + value: 7 + type: "cardinal" + - + name: "septiņas" + value: 7 + type: "cardinal" + gender: "f" + - + name: "septinas" + value: 7 + type: "cardinal" + gender: "f" + - + name: "astoņi" + value: 8 + type: "cardinal" + - + name: "astoni" + value: 8 + type: "cardinal" + - + name: "astoņas" + value: 8 + type: "cardinal" + gender: "f" + - + name: "astonas" + value: 8 + type: "cardinal" + gender: "f" + - + name: "deviņi" + value: 9 + type: "cardinal" + - + name: "devini" + value: 9 + type: "cardinal" + - + name: "deviņas" + value: 9 + type: "cardinal" + gender: "f" + - + name: "devinas" + value: 9 + type: "cardinal" + gender: "f" + - + name: "desmit" + value: 10 + type: "cardinal" + - + name: "vienpadsmit" + value: 11 + type: "cardinal" + - + name: "divpadsmit" + value: 12 + type: "cardinal" + - + name: "trīspadsmit" + value: 13 + type: "cardinal" + - + name: "trispadsmit" + value: 13 + type: "cardinal" + - + name: "četrpadsmit" + value: 14 + type: "cardinal" + - + name: "cetrpadsmit" + value: 14 + type: "cardinal" + - + name: "piecpadsmit" + value: 15 + type: "cardinal" + - + name: "sešpadsmit" + value: 16 + type: "cardinal" + - + name: "sespadsmit" + value: 16 + type: "cardinal" + - + name: "septiņpadsmit" + value: 17 + type: "cardinal" + - + name: "septinpadsmit" + value: 17 + type: "cardinal" + - + name: "astoņpadsmit" + value: 18 + type: "cardinal" + - + name: "astonpadsmit" + value: 18 + type: "cardinal" + - + name: "deviņpadsmit" + value: 19 + type: "cardinal" + - + name: "devinpadsmit" + value: 19 + type: "cardinal" + - + name: "divdesmit" + value: 20 + type: "cardinal" + right: "add" + - + name: "trīsdesmit" + value: 30 + type: "cardinal" + right: "add" + - + name: "trisdesmit" + value: 30 + type: "cardinal" + right: "add" + - + name: "četrdesmit" + value: 40 + type: "cardinal" + right: "add" + - + name: "cetrdesmit" + value: 40 + type: "cardinal" + right: "add" + - + name: "piecdesmit" + value: 50 + type: "cardinal" + right: "add" + - + name: "sešdesmit" + value: 60 + type: "cardinal" + right: "add" + - + name: "sesdesmit" + value: 60 + type: "cardinal" + right: "add" + - + name: "septiņdesmit" + value: 70 + type: "cardinal" + right: "add" + - + name: "septindesmit" + value: 70 + type: "cardinal" + right: "add" + - + name: "astoņdesmit" + value: 80 + type: "cardinal" + right: "add" + - + name: "astondesmit" + value: 80 + type: "cardinal" + right: "add" + - + name: "deviņdesmit" + value: 90 + type: "cardinal" + right: "add" + - + name: "devindesmit" + value: 90 + type: "cardinal" + right: "add" + - + name: "simt" + value: 100 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "divsimt" + value: 200 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "trīssimt" + value: 300 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "trissimt" + value: 300 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "četrsimt" + value: 400 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "cetrsimt" + value: 400 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "piecsimt" + value: 500 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "sešsimt" + value: 600 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "sessimt" + value: 600 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "septiņsimt" + value: 700 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "septinsimt" + value: 700 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "astoņsimt" + value: 800 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "astonsimt" + value: 800 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "deviņsimt" + value: 900 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "devinsimt" + value: 900 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "tūkstoš" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "tukstos" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "tūkstoši" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "tukstosi" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "divtūkstoš" + value: 2000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "divtukstos" + value: 2000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "trīstūkstoš" + value: 3000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "tristukstos" + value: 3000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "četrtūkstoš" + value: 4000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "cetrtukstos" + value: 4000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "piectūkstoš" + value: 5000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "piectukstos" + value: 5000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "seštūkstoš" + value: 6000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "sestukstos" + value: 6000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "septiņtūkstoš" + value: 7000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "septintukstos" + value: 7000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "astoņtūkstoš" + value: 8000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "astontukstos" + value: 8000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "deviņtūkstoš" + value: 9000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "devintukstos" + value: 9000 + type: "cardinal" + right: "add" + right_separator: " " + - + name: "miljons" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "miljoni" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "miljards" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "miljardi" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "biljons" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "biljoni" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "biljards" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "biljardi" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." + diff --git a/resources/numex/mt.yaml b/resources/numex/mt.yaml new file mode 100644 index 0000000..5a937fc --- /dev/null +++ b/resources/numex/mt.yaml @@ -0,0 +1,485 @@ +--- + whole_words_only: true + rules: + - + name: "żero" + value: 0 + type: "cardinal" + - + name: "zero" + value: 0 + type: "cardinal" + - + name: "wieħed" + value: 1 + type: "cardinal" + - + name: "wiehed" + value: 1 + type: "cardinal" + - + name: "tnejn" + value: 2 + type: "cardinal" + - + name: "żewġ" + value: 2 + type: "cardinal" + gender: "f" + - + name: "zewg" + value: 2 + type: "cardinal" + gender: "f" + - + name: "tlieta" + value: 3 + type: "cardinal" + - + name: "tliet" + value: 3 + type: "cardinal" + gender: "f" + - + name: "erbgħa" + value: 4 + type: "cardinal" + - + name: "erbgha" + value: 4 + type: "cardinal" + - + name: "erbaʼ" + value: 4 + type: "cardinal" + gender: "f" + - + name: "erba'" + value: 4 + type: "cardinal" + gender: "f" + - + name: "erba" + value: 4 + type: "cardinal" + gender: "f" + - + name: "ħamsa" + value: 5 + type: "cardinal" + - + name: "hamsa" + value: 5 + type: "cardinal" + - + name: "ħames" + value: 5 + type: "cardinal" + gender: "f" + - + name: "hames" + value: 5 + type: "cardinal" + gender: "f" + - + name: "sitta" + value: 6 + type: "cardinal" + - + name: "sitt" + value: 6 + type: "cardinal" + gender: "f" + - + name: "sebgħa" + value: 7 + type: "cardinal" + - + name: "sebgha" + value: 7 + type: "cardinal" + - + name: "sebaʼ" + value: 7 + type: "cardinal" + gender: "f" + - + name: "seba'" + value: 7 + type: "cardinal" + gender: "f" + - + name: "seba" + value: 7 + type: "cardinal" + gender: "f" + - + name: "tmienja" + value: 8 + type: "cardinal" + - + name: "tmien" + value: 8 + type: "cardinal" + gender: "f" + - + name: "disgħa" + value: 9 + type: "cardinal" + - + name: "disgha" + value: 9 + type: "cardinal" + - + name: "disaʼ" + value: 9 + type: "cardinal" + gender: "f" + - + name: "disa'" + value: 9 + type: "cardinal" + gender: "f" + - + name: "disa" + value: 9 + type: "cardinal" + gender: "f" + - + name: "għaxra" + value: 10 + type: "cardinal" + - + name: "ghaxra" + value: 10 + type: "cardinal" + - + name: "għaxar" + value: 10 + type: "cardinal" + gender: "f" + - + name: "ghaxar" + value: 10 + type: "cardinal" + gender: "f" + - + name: "ħdax" + value: 11 + type: "cardinal" + - + name: "hdax" + value: 11 + type: "cardinal" + - + name: "ħdax-il" + value: 11 + type: "cardinal" + gender: "f" + - + name: "hdax-il" + value: 11 + type: "cardinal" + gender: "f" + - + name: "tnax" + value: 12 + type: "cardinal" + - + name: "tnax-il" + value: 12 + type: "cardinal" + gender: "f" + - + name: "tlettax" + value: 13 + type: "cardinal" + - + name: "tlettax-il" + value: 13 + type: "cardinal" + gender: "f" + - + name: "erbatax" + value: 14 + type: "cardinal" + - + name: "erbatax-il" + value: 14 + type: "cardinal" + gender: "f" + - + name: "ħmistax" + value: 15 + type: "cardinal" + - + name: "hmistax" + value: 15 + type: "cardinal" + - + name: "ħmistax-il" + value: 15 + type: "cardinal" + gender: "f" + - + name: "hmistax-il" + value: 15 + type: "cardinal" + gender: "f" + - + name: "sittax" + value: 16 + type: "cardinal" + - + name: "sittax-il" + value: 16 + type: "cardinal" + gender: "f" + - + name: "sbatax" + value: 17 + type: "cardinal" + - + name: "sbatax-il" + value: 17 + type: "cardinal" + gender: "f" + - + name: "tmintax" + value: 18 + type: "cardinal" + - + name: "tmintax-il" + value: 18 + type: "cardinal" + gender: "f" + - + name: "dsatax" + value: 19 + type: "cardinal" + - + name: "dsatax-il" + value: 19 + type: "cardinal" + gender: "f" + - + name: "għoxrin" + value: 20 + type: "cardinal" + left: "add" + left_separator: " u " + - + name: "ghoxrin" + value: 20 + type: "cardinal" + left: "add" + left_separator: " u " + - + name: "tletin" + value: 30 + type: "cardinal" + left: "add" + left_separator: " u " + - + name: "erbgħin" + value: 40 + type: "cardinal" + left: "add" + left_separator: " u " + - + name: "erbghin" + value: 40 + type: "cardinal" + left: "add" + left_separator: " u " + - + name: "ħamsin" + value: 50 + type: "cardinal" + left: "add" + left_separator: " u " + - + name: "sittin" + value: 60 + type: "cardinal" + left: "add" + left_separator: " u " + - + name: "sebgħin" + value: 70 + type: "cardinal" + left: "add" + left_separator: " u " + - + name: "sebghin" + value: 70 + type: "cardinal" + left: "add" + left_separator: " u " + - + name: "tmenin" + value: 80 + type: "cardinal" + left: "add" + left_separator: " u " + - + name: "disgħin" + value: 90 + type: "cardinal" + left: "add" + left_separator: " u " + - + name: "disghin" + value: 90 + type: "cardinal" + left: "add" + left_separator: " u " + - + name: "mija" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " u " + - + name: "mitt" + value: 100 + type: "cardinal" + - + name: "mitejn" + value: 200 + type: "cardinal" + right: "add" + - + name: "elf" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " u " + - + name: "elfejn" + value: 2000 + type: "cardinal" + right: "add" + right_separator: " u " + - + name: "tlitt elef" + value: 3000 + type: "cardinal" + right: "add" + right_separator: " u " + - + name: "erbat elef" + value: 4000 + type: "cardinal" + right: "add" + right_separator: " u " + - + name: "ħamest elef" + value: 5000 + type: "cardinal" + right: "add" + right_separator: " u " + - + name: "sitt elef" + value: 6000 + type: "cardinal" + right: "add" + right_separator: " u " + - + name: "sebat elef" + value: 7000 + type: "cardinal" + right: "add" + right_separator: " u " + - + name: "tmint elef" + value: 8000 + type: "cardinal" + right: "add" + right_separator: " u " + - + name: "disat elef" + value: 9000 + type: "cardinal" + right: "add" + right_separator: " u " + - + name: "għaxart elef" + value: 10000 + type: "cardinal" + right: "add" + right_separator: " u " + - + name: "ghaxart elef" + value: 10000 + type: "cardinal" + right: "add" + right_separator: " u " + - + name: "miljun" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " u " + exact_multiple_only: true + right_separator: " u " + - + name: "miljuni" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " u " + - + name: "biljun" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " u " + - + name: "biljuni" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " u " + - + name: "triljun" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " u " + - + name: "triljuni" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " u " + - + name: "kvadriljun" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " u " + - + name: "kvadriljuni" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " u " + stopwords: + - "u" + diff --git a/resources/numex/nb.yaml b/resources/numex/nb.yaml new file mode 100644 index 0000000..4d8972e --- /dev/null +++ b/resources/numex/nb.yaml @@ -0,0 +1,420 @@ +--- + whole_words_only: true + default_separator: "" + rules: + - + name: "null" + value: 0 + type: "cardinal" + - + name: "én" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "en" + value: 1 + type: "cardinal" + - + name: "et" + value: 1 + type: "cardinal" + gender: "n" + - + name: "to" + value: 2 + type: "cardinal" + - + name: "tre" + value: 3 + type: "cardinal" + - + name: "fire" + value: 4 + type: "cardinal" + - + name: "fem" + value: 5 + type: "cardinal" + - + name: "seks" + value: 6 + type: "cardinal" + - + name: "syv" + value: 7 + type: "cardinal" + - + name: "åtte" + value: 8 + type: "cardinal" + - + name: "aatte" + value: 8 + type: "cardinal" + - + name: "ni" + value: 9 + type: "cardinal" + - + name: "ti" + value: 10 + type: "cardinal" + - + name: "elve" + value: 11 + type: "cardinal" + - + name: "tolv" + value: 12 + type: "cardinal" + - + name: "tretten" + value: 13 + type: "cardinal" + - + name: "fjorten" + value: 14 + type: "cardinal" + - + name: "femten" + value: 15 + type: "cardinal" + - + name: "seksten" + value: 16 + type: "cardinal" + - + name: "sytten" + value: 17 + type: "cardinal" + - + name: "atten" + value: 18 + type: "cardinal" + - + name: "nitten" + value: 19 + type: "cardinal" + - + name: "tjue" + value: 20 + type: "cardinal" + right: "add" + - + name: "tretti" + value: 30 + type: "cardinal" + right: "add" + - + name: "førti" + value: 40 + type: "cardinal" + right: "add" + - + name: "forti" + value: 40 + type: "cardinal" + right: "add" + - + name: "femti" + value: 50 + type: "cardinal" + right: "add" + - + name: "seksti" + value: 60 + type: "cardinal" + right: "add" + - + name: "søtti" + value: 70 + type: "cardinal" + right: "add" + - + name: "sotti" + value: 70 + type: "cardinal" + right: "add" + - + name: "åtti" + value: 80 + type: "cardinal" + right: "add" + - + name: "aatti" + value: 80 + type: "cardinal" + right: "add" + - + name: "nitti" + value: 90 + type: "cardinal" + right: "add" + - + name: "etthundre" + value: 100 + type: "cardinal" + right: "add" + exact_multiple_only: true + right_separator: " og " + - + name: "hundre" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " og " + - + name: "etttusen" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " og " + - + name: "tusen" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " og " + - + name: "million" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "millioner" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "milliard" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "milliarder" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "billion" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "billioner" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "biliard" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "biliarder" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "nullte" + value: 0 + type: "ordinal" + - + name: "første" + value: 1 + type: "ordinal" + - + name: "forste" + value: 1 + type: "ordinal" + - + name: "andre" + value: 2 + type: "ordinal" + - + name: "tredje" + value: 3 + type: "ordinal" + - + name: "fjerde" + value: 4 + type: "ordinal" + - + name: "femte" + value: 5 + type: "ordinal" + - + name: "sjette" + value: 6 + type: "ordinal" + - + name: "sjuende" + value: 7 + type: "ordinal" + - + name: "åttende" + value: 8 + type: "ordinal" + - + name: "aattende" + value: 8 + type: "ordinal" + - + name: "niende" + value: 9 + type: "ordinal" + - + name: "tiende" + value: 10 + type: "ordinal" + - + name: "ellevte" + value: 11 + type: "ordinal" + - + name: "tolvte" + value: 12 + type: "ordinal" + - + name: "trettende" + value: 13 + type: "ordinal" + - + name: "fjortende" + value: 14 + type: "ordinal" + - + name: "femtende" + value: 15 + type: "ordinal" + - + name: "sekstende" + value: 16 + type: "ordinal" + - + name: "syttende" + value: 17 + type: "ordinal" + - + name: "attende" + value: 18 + type: "ordinal" + - + name: "nittende" + value: 19 + type: "ordinal" + - + name: "nittende" + value: 19 + type: "ordinal" + - + name: "tjueende" + value: 20 + type: "ordinal" + - + name: "trettiende" + value: 30 + type: "ordinal" + - + name: "førtiende" + value: 40 + type: "ordinal" + - + name: "femtiende" + value: 50 + type: "ordinal" + - + name: "sekstiende" + value: 60 + type: "ordinal" + - + name: "syttiende" + value: 70 + type: "ordinal" + - + name: "åttiende" + value: 80 + type: "ordinal" + - + name: "nittiende" + value: 90 + type: "ordinal" + - + name: "nittiende" + value: 90 + type: "ordinal" + - + name: "hundrede" + value: 100 + type: "ordinal" + - + name: "tusende" + value: 1000 + type: "ordinal" + - + name: "millionte" + value: 1000000 + type: "ordinal" + - + name: "milliardte" + value: 1000000000 + type: "ordinal" + - + name: "billionte" + value: 1000000000000 + type: "ordinal" + - + name: "billiardte" + value: 1000000000000000 + type: "ordinal" + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." + stopwords: + - "og" + diff --git a/resources/numex/nl.yaml b/resources/numex/nl.yaml new file mode 100644 index 0000000..1b859ab --- /dev/null +++ b/resources/numex/nl.yaml @@ -0,0 +1,682 @@ +--- + whole_words_only: true + default_separator: "" + rules: + - + name: "nul" + value: 0 + type: "cardinal" + - + name: "een" + value: 1 + type: "cardinal" + - + name: "twee" + value: 2 + type: "cardinal" + - + name: "drie" + value: 3 + type: "cardinal" + - + name: "vier" + value: 4 + type: "cardinal" + - + name: "vijf" + value: 5 + type: "cardinal" + - + name: "zes" + value: 6 + type: "cardinal" + - + name: "zeven" + value: 7 + type: "cardinal" + - + name: "acht" + value: 8 + type: "cardinal" + - + name: "negen" + value: 9 + type: "cardinal" + - + name: "tien" + value: 10 + type: "cardinal" + - + name: "elf" + value: 11 + type: "cardinal" + - + name: "twaalf" + value: 12 + type: "cardinal" + - + name: "dertien" + value: 13 + type: "cardinal" + - + name: "veertien" + value: 14 + type: "cardinal" + - + name: "vijftien" + value: 15 + type: "cardinal" + - + name: "zestien" + value: 16 + type: "cardinal" + - + name: "zeventien" + value: 17 + type: "cardinal" + - + name: "achttien" + value: 18 + type: "cardinal" + - + name: "negentien" + value: 19 + type: "cardinal" + - + name: "twintig" + value: 20 + type: "cardinal" + left: "add" + left_separator: "en" + - + name: "twee­ën­twintig" + value: 22 + type: "cardinal" + - + name: "drie­ën­twintig" + value: 23 + type: "cardinal" + - + name: "dertig" + value: 30 + type: "cardinal" + left: "add" + left_separator: "en" + - + name: "twee­ën­dertig" + value: 32 + type: "cardinal" + - + name: "drie­ën­dertig" + value: 33 + type: "cardinal" + - + name: "veertig" + value: 40 + type: "cardinal" + left: "add" + left_separator: "en" + - + name: "twee­ën­veertig" + value: 42 + type: "cardinal" + - + name: "drie­ën­veertig" + value: 43 + type: "cardinal" + - + name: "vijftig" + value: 50 + type: "cardinal" + left: "add" + left_separator: "en" + - + name: "twee­ën­vijftig" + value: 52 + type: "cardinal" + - + name: "drie­ën­vijftig" + value: 53 + type: "cardinal" + - + name: "zestig" + value: 60 + type: "cardinal" + left: "add" + left_separator: "en" + - + name: "twee­ën­zestig" + value: 62 + type: "cardinal" + - + name: "drie­ën­zestig" + value: 60 + type: "cardinal" + - + name: "zeventig" + value: 70 + type: "cardinal" + left: "add" + left_separator: "en" + - + name: "twee­ën­zeventig" + value: 72 + type: "cardinal" + - + name: "drie­ën­zeventig" + value: 73 + type: "cardinal" + - + name: "tachtig" + value: 80 + type: "cardinal" + left: "add" + left_separator: "en" + - + name: "twee­ën­tachtig" + value: 82 + type: "cardinal" + - + name: "drie­ën­tachtig" + value: 83 + type: "cardinal" + - + name: "negentig" + value: 90 + type: "cardinal" + left: "add" + left_separator: "en" + - + name: "twee­ën­negentig" + value: 92 + type: "cardinal" + - + name: "drie­ën­negentig" + value: 93 + type: "cardinal" + - + name: "honderd" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "duizend" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miljoen" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "miljard" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "biljoen" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "biljard" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "nulste" + value: 0 + type: "ordinal" + - + name: "eerste" + value: 1 + type: "ordinal" + - + name: "tweede" + value: 2 + type: "ordinal" + - + name: "derde" + value: 3 + type: "ordinal" + - + name: "vierde" + value: 4 + type: "ordinal" + - + name: "vijfde" + value: 5 + type: "ordinal" + - + name: "zesde" + value: 6 + type: "ordinal" + - + name: "achtste" + value: 8 + type: "ordinal" + - + name: "negende" + value: 9 + type: "ordinal" + - + name: "tiende" + value: 10 + type: "ordinal" + - + name: "elfde" + value: 11 + type: "ordinal" + - + name: "twaalfde" + value: 12 + type: "ordinal" + - + name: "dertiende" + value: 13 + type: "ordinal" + - + name: "veertiende" + value: 14 + type: "ordinal" + - + name: "vijftiende" + value: 15 + type: "ordinal" + - + name: "zestiende" + value: 16 + type: "ordinal" + - + name: "zeventiende" + value: 17 + type: "ordinal" + - + name: "achttiende" + value: 18 + type: "ordinal" + - + name: "negentiende" + value: 19 + type: "ordinal" + - + name: "twintigste" + value: 20 + type: "ordinal" + left: "add" + left_separator: "en" + - + name: "twintigste" + value: 20 + type: "ordinal" + left: "add" + - + name: "twintigste" + value: 20 + type: "ordinal" + left: "add" + - + name: "dertigste" + value: 30 + type: "ordinal" + left: "add" + left_separator: "en" + - + name: "veerigste" + value: 40 + type: "ordinal" + left: "add" + left_separator: "en" + - + name: "vijftigste" + value: 50 + type: "ordinal" + left: "add" + left_separator: "en" + - + name: "zestigste" + value: 60 + type: "ordinal" + left: "add" + left_separator: "en" + - + name: "zeventigste" + value: 70 + type: "ordinal" + left: "add" + left_separator: "en" + - + name: "tachtigste" + value: 80 + type: "ordinal" + left: "add" + left_separator: "en" + - + name: "negentigste" + value: 90 + type: "ordinal" + left: "add" + left_separator: "en" + - + name: "honderdste" + value: 100 + type: "ordinal" + left: "multiply" + - + name: "duizenddste" + value: 1000 + type: "ordinal" + left: "multiply" + - + name: "miljoenste" + value: 1000000 + type: "ordinal" + left: "multiply" + - + name: "miljardste" + value: 1000000000 + type: "ordinal" + left: "multiply" + - + name: "biljoenste" + value: 1000000000000 + type: "ordinal" + left: "multiply" + - + name: "biljardste" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + ordinal_indicators: + - + suffixes: + "0": + - "e" + - "ste" + "1": + - "e" + - "ste" + "2": + - "e" + - "de" + "3": + - "e" + - "de" + "4": + - "e" + - "de" + "5": + - "e" + - "de" + "6": + - "e" + - "de" + "7": + - "e" + - "de" + "8": + - "e" + - "ste" + "9": + - "e" + - "de" + "10": + - "e" + - "de" + "11": + - "e" + - "de" + "12": + - "e" + - "de" + "13": + - "e" + - "de" + "14": + - "e" + - "de" + "15": + - "e" + - "de" + "16": + - "e" + - "de" + "17": + - "e" + - "de" + "18": + - "e" + - "de" + "19": + - "e" + - "de" + "21": + - "e" + - "ste" + "22": + - "e" + - "ste" + "23": + - "e" + - "ste" + "24": + - "e" + - "ste" + "25": + - "e" + - "ste" + "26": + - "e" + - "ste" + "27": + - "e" + - "ste" + "28": + - "e" + - "ste" + "29": + - "e" + - "ste" + "31": + - "e" + - "ste" + "32": + - "e" + - "ste" + "33": + - "e" + - "ste" + "34": + - "e" + - "ste" + "35": + - "e" + - "ste" + "36": + - "e" + - "ste" + "37": + - "e" + - "ste" + "38": + - "e" + - "ste" + "39": + - "e" + - "ste" + "41": + - "e" + - "ste" + "42": + - "e" + - "ste" + "43": + - "e" + - "ste" + "44": + - "e" + - "ste" + "45": + - "e" + - "ste" + "46": + - "e" + - "ste" + "47": + - "e" + - "ste" + "48": + - "e" + - "ste" + "49": + - "e" + - "ste" + "51": + - "e" + - "ste" + "52": + - "e" + - "ste" + "53": + - "e" + - "ste" + "54": + - "e" + - "ste" + "55": + - "e" + - "ste" + "56": + - "e" + - "ste" + "57": + - "e" + - "ste" + "58": + - "e" + - "ste" + "59": + - "e" + - "ste" + "61": + - "e" + - "ste" + "62": + - "e" + - "ste" + "63": + - "e" + - "ste" + "64": + - "e" + - "ste" + "65": + - "e" + - "ste" + "66": + - "e" + - "ste" + "67": + - "e" + - "ste" + "68": + - "e" + - "ste" + "69": + - "e" + - "ste" + "71": + - "e" + - "ste" + "72": + - "e" + - "ste" + "73": + - "e" + - "ste" + "74": + - "e" + - "ste" + "75": + - "e" + - "ste" + "76": + - "e" + - "ste" + "77": + - "e" + - "ste" + "78": + - "e" + - "ste" + "79": + - "e" + - "ste" + "81": + - "e" + - "ste" + "82": + - "e" + - "ste" + "83": + - "e" + - "ste" + "84": + - "e" + - "ste" + "85": + - "e" + - "ste" + "86": + - "e" + - "ste" + "87": + - "e" + - "ste" + "88": + - "e" + - "ste" + "89": + - "e" + - "ste" + "91": + - "e" + - "ste" + "92": + - "e" + - "ste" + "93": + - "e" + - "ste" + "94": + - "e" + - "ste" + "95": + - "e" + - "ste" + "96": + - "e" + - "ste" + "97": + - "e" + - "ste" + "98": + - "e" + - "ste" + "99": + - "e" + - "ste" + stopwords: + - "en" + diff --git a/resources/numex/pl.yaml b/resources/numex/pl.yaml new file mode 100644 index 0000000..0058c3a --- /dev/null +++ b/resources/numex/pl.yaml @@ -0,0 +1,428 @@ +--- + whole_words_only: true + rules: + - + name: "zero" + value: 0 + type: "cardinal" + - + name: "jeden" + value: 1 + type: "cardinal" + - + name: "dwa" + value: 2 + type: "cardinal" + - + name: "trzy" + value: 3 + type: "cardinal" + - + name: "cztery" + value: 4 + type: "cardinal" + - + name: "pięć" + value: 5 + type: "cardinal" + - + name: "piec" + value: 5 + type: "cardinal" + - + name: "sześć" + value: 6 + type: "cardinal" + - + name: "szesc" + value: 6 + type: "cardinal" + - + name: "siedem" + value: 7 + type: "cardinal" + - + name: "osiem" + value: 9 + type: "cardinal" + - + name: "dziewięć" + value: 10 + type: "cardinal" + - + name: "dziewiec" + value: 10 + type: "cardinal" + - + name: "jedenaście" + value: 11 + type: "cardinal" + - + name: "jedenascie" + value: 11 + type: "cardinal" + - + name: "dwanaście" + value: 12 + type: "cardinal" + - + name: "dwanascie" + value: 12 + type: "cardinal" + - + name: "trzynaście" + value: 13 + type: "cardinal" + - + name: "trzynascie" + value: 13 + type: "cardinal" + - + name: "czternaście" + value: 14 + type: "cardinal" + - + name: "czternascie" + value: 14 + type: "cardinal" + - + name: "piętnaście" + value: 15 + type: "cardinal" + - + name: "pietnascie" + value: 15 + type: "cardinal" + - + name: "szesnaście" + value: 16 + type: "cardinal" + - + name: "szesnascie" + value: 16 + type: "cardinal" + - + name: "siedemnaście" + value: 17 + type: "cardinal" + - + name: "siedemnascie" + value: 17 + type: "cardinal" + - + name: "osiemnaście" + value: 18 + type: "cardinal" + - + name: "osiemnascie" + value: 18 + type: "cardinal" + - + name: "dziewiętnaście" + value: 19 + type: "cardinal" + - + name: "dziewietnascie" + value: 19 + type: "cardinal" + - + name: "dwadzieścia" + value: 20 + type: "cardinal" + right: "add" + - + name: "dwadziescia" + value: 20 + type: "cardinal" + right: "add" + - + name: "trzydzieści" + value: 30 + type: "cardinal" + right: "add" + - + name: "trzydziesci" + value: 30 + type: "cardinal" + right: "add" + - + name: "czterdzieści" + value: 40 + type: "cardinal" + right: "add" + - + name: "czterdziesci" + value: 40 + type: "cardinal" + right: "add" + - + name: "pięćdziesiąt" + value: 50 + type: "cardinal" + right: "add" + - + name: "piecdziesiat" + value: 50 + type: "cardinal" + right: "add" + - + name: "sześćdziesiąt" + value: 60 + type: "cardinal" + right: "add" + - + name: "szescdziesiat" + value: 60 + type: "cardinal" + right: "add" + - + name: "siedemdziesiąt" + value: 70 + type: "cardinal" + right: "add" + - + name: "siedemdziesiat" + value: 70 + type: "cardinal" + right: "add" + - + name: "osiemdziesiąt" + value: 80 + type: "cardinal" + right: "add" + - + name: "osiemdziesiat" + value: 80 + type: "cardinal" + right: "add" + - + name: "dziewięćdziesiąt" + value: 90 + type: "cardinal" + right: "add" + - + name: "dziewiecdziesiat" + value: 90 + type: "cardinal" + right: "add" + - + name: "sto" + value: 100 + type: "cardinal" + right: "add" + - + name: "dwieście" + value: 200 + type: "cardinal" + right: "add" + - + name: "dwiescie" + value: 200 + type: "cardinal" + right: "add" + - + name: "trzysta" + value: 300 + type: "cardinal" + right: "add" + - + name: "czterysta" + value: 400 + type: "cardinal" + right: "add" + - + name: "pięćset" + value: 500 + type: "cardinal" + right: "add" + - + name: "piecset" + value: 500 + type: "cardinal" + right: "add" + - + name: "sześćset" + value: 600 + type: "cardinal" + right: "add" + - + name: "szescset" + value: 600 + type: "cardinal" + right: "add" + - + name: "siedemset" + value: 700 + type: "cardinal" + right: "add" + - + name: "osiemset" + value: 800 + type: "cardinal" + right: "add" + - + name: "dziewięćset" + value: 900 + type: "cardinal" + right: "add" + - + name: "dziewiecset" + value: 900 + type: "cardinal" + right: "add" + - + name: "tysiąc" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tysiac" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tysiące" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tysiace" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tysięcy" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tysiecy" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milion" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliony" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milionów" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milionow" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliard" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliardy" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliardów" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliardow" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilion" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliony" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilionów" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilionow" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliard" + value: 1000000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliardy" + value: 1000000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliardów" + value: 1000000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliardow" + value: 1000000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." + diff --git a/resources/numex/pt.yaml b/resources/numex/pt.yaml new file mode 100644 index 0000000..05b3e88 --- /dev/null +++ b/resources/numex/pt.yaml @@ -0,0 +1,959 @@ +--- + whole_words_only: true + rules: + - + name: "um" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "uma" + value: 1 + type: "cardinal" + gender: "f" + - + name: "dois" + value: 2 + type: "cardinal" + - + name: "duas" + value: 2 + type: "cardinal" + gender: "f" + - + name: "três" + value: 3 + type: "cardinal" + - + name: "tres" + value: 3 + type: "cardinal" + - + name: "quatro" + value: 4 + type: "cardinal" + - + name: "cinco" + value: 5 + type: "cardinal" + - + name: "seis" + value: 6 + type: "cardinal" + - + name: "sete" + value: 7 + type: "cardinal" + - + name: "oito" + value: 8 + type: "cardinal" + - + name: "nove" + value: 9 + type: "cardinal" + - + name: "dez" + value: 10 + type: "cardinal" + - + name: "onze" + value: 11 + type: "cardinal" + - + name: "doze" + value: 12 + type: "cardinal" + - + name: "treze" + value: 13 + type: "cardinal" + - + name: "catorze" + value: 14 + type: "cardinal" + - + name: "quinze" + value: 15 + type: "cardinal" + - + name: "dezesseis" + value: 16 + type: "cardinal" + - + name: "dezessete" + value: 17 + type: "cardinal" + - + name: "dezoito" + value: 18 + type: "cardinal" + - + name: "dezenove" + value: 19 + type: "cardinal" + - + name: "vinte" + value: 20 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "trinta" + value: 30 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "quarenta" + value: 40 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "cinquenta" + value: 50 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "sessenta" + value: 60 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "setenta" + value: 70 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "oitenta" + value: 80 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "noventa" + value: 90 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "cem" + value: 100 + type: "cardinal" + right: "add" + exact_multiple_only: true + - + name: "cento" + value: 100 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "duzentos" + value: 200 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "trezentos" + value: 300 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "quatrocentos" + value: 400 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "quinhentos" + value: 500 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "seiscentos" + value: 600 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "setecentos" + value: 700 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "oitocentos" + value: 800 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "novecentos" + value: 900 + type: "cardinal" + right: "add" + right_separator: " e " + - + name: "mil" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "milhão" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "milhao" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "milhões" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "milhoes" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "bilhão" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "bilhao" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "bilhões" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "bilhoes" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "trilhão" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "trilhao" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "trilhões" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "trilhoes" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "quatrilhão" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "quatrilhao" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "quatrilhões" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "quatrilhoes" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " e " + - + name: "primeiro" + value: 1 + type: "ordinal" + - + name: "segundo" + value: 2 + type: "ordinal" + - + name: "terceiro" + value: 3 + type: "ordinal" + - + name: "quarto" + value: 4 + type: "ordinal" + - + name: "quinto" + value: 5 + type: "ordinal" + - + name: "sexto" + value: 6 + type: "ordinal" + - + name: "sétimo" + value: 7 + type: "ordinal" + - + name: "setimo" + value: 7 + type: "ordinal" + - + name: "oitavo" + value: 8 + type: "ordinal" + - + name: "nono" + value: 9 + type: "ordinal" + - + name: "décimo" + value: 10 + type: "ordinal" + - + name: "decimo" + value: 10 + type: "ordinal" + right: "add" + - + name: "vigésimo" + value: 20 + type: "ordinal" + right: "add" + - + name: "vigesimo" + value: 20 + type: "ordinal" + right: "add" + - + name: "trigésimo" + value: 30 + type: "ordinal" + right: "add" + - + name: "trigesimo" + value: 30 + type: "ordinal" + right: "add" + - + name: "quadragésimo" + value: 40 + type: "ordinal" + right: "add" + - + name: "quadragesimo" + value: 40 + type: "ordinal" + right: "add" + - + name: "quinquagésimo" + value: 50 + type: "ordinal" + right: "add" + - + name: "quinquagesimo" + value: 50 + type: "ordinal" + right: "add" + - + name: "sexagésimo" + value: 60 + type: "ordinal" + right: "add" + - + name: "sexagesimo" + value: 60 + type: "ordinal" + right: "add" + - + name: "septuagésimo" + value: 70 + type: "ordinal" + right: "add" + - + name: "septuagesimo" + value: 70 + type: "ordinal" + right: "add" + - + name: "octogésimo" + value: 80 + type: "ordinal" + right: "add" + - + name: "octogesimo" + value: 80 + type: "ordinal" + right: "add" + - + name: "nonagésimo" + value: 90 + type: "ordinal" + right: "add" + - + name: "nonagesimo" + value: 90 + type: "ordinal" + right: "add" + - + name: "centésimo" + value: 100 + type: "ordinal" + right: "add" + - + name: "centesimo" + value: 100 + type: "ordinal" + right: "add" + - + name: "ducentésimo" + value: 200 + type: "ordinal" + right: "add" + - + name: "ducentesimo" + value: 200 + type: "ordinal" + right: "add" + - + name: "tricentésimo" + value: 300 + type: "ordinal" + right: "add" + - + name: "tricentesimo" + value: 300 + type: "ordinal" + right: "add" + - + name: "quadrigentésimo" + value: 400 + type: "ordinal" + right: "add" + - + name: "quadrigentesimo" + value: 400 + type: "ordinal" + right: "add" + - + name: "quingentésimo" + value: 500 + type: "ordinal" + right: "add" + - + name: "quingentesimo" + value: 500 + type: "ordinal" + right: "add" + - + name: "sexcentésimo" + value: 600 + type: "ordinal" + right: "add" + - + name: "sexcentesimo" + value: 600 + type: "ordinal" + right: "add" + - + name: "septingentésimo" + value: 700 + type: "ordinal" + right: "add" + - + name: "septingentesimo" + value: 700 + type: "ordinal" + right: "add" + - + name: "octingentésimo" + value: 800 + type: "ordinal" + right: "add" + - + name: "octingentesimo" + value: 800 + type: "ordinal" + right: "add" + - + name: "noningentésimo" + value: 900 + type: "ordinal" + right: "add" + - + name: "noningentesimo" + value: 900 + type: "ordinal" + right: "add" + - + name: "milésimo" + value: 1000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "milesimo" + value: 1000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "milionésimo" + value: 1000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "milionesimo" + value: 1000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "bilionésimo" + value: 1000000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "bilionesimo" + value: 1000000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "trilionésimo" + value: 1000000000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "trilionesimo" + value: 1000000000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "quadrilionésimo" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "quadrilionesimo" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + right: "add" + - + name: "primeira" + value: 1 + type: "ordinal" + gender: "f" + - + name: "segunda" + value: 2 + type: "ordinal" + gender: "f" + - + name: "terceira" + value: 3 + type: "ordinal" + gender: "f" + - + name: "quarta" + value: 4 + type: "ordinal" + gender: "f" + - + name: "quinta" + value: 5 + type: "ordinal" + gender: "f" + - + name: "sexta" + value: 6 + type: "ordinal" + gender: "f" + - + name: "sétima" + value: 7 + type: "ordinal" + gender: "f" + - + name: "setima" + value: 7 + type: "ordinal" + gender: "f" + - + name: "oitava" + value: 8 + type: "ordinal" + gender: "f" + - + name: "nona" + value: 9 + type: "ordinal" + gender: "f" + - + name: "décima" + value: 10 + type: "ordinal" + gender: "f" + - + name: "decima" + value: 10 + type: "ordinal" + gender: "f" + - + name: "vigésima" + value: 20 + type: "ordinal" + gender: "f" + - + name: "vigesima" + value: 20 + type: "ordinal" + gender: "f" + - + name: "trigésima" + value: 30 + type: "ordinal" + gender: "f" + - + name: "trigesima" + value: 30 + type: "ordinal" + gender: "f" + - + name: "quadragésima" + value: 40 + type: "ordinal" + gender: "f" + - + name: "quadragesima" + value: 40 + type: "ordinal" + gender: "f" + - + name: "quinquagésima" + value: 50 + type: "ordinal" + gender: "f" + - + name: "quinquagesima" + value: 50 + type: "ordinal" + gender: "f" + - + name: "sexagésima" + value: 60 + type: "ordinal" + gender: "f" + - + name: "sexagesima" + value: 60 + type: "ordinal" + gender: "f" + - + name: "septuagésima" + value: 70 + type: "ordinal" + gender: "f" + - + name: "septuagesima" + value: 70 + type: "ordinal" + gender: "f" + - + name: "octogésima" + value: 80 + type: "ordinal" + gender: "f" + - + name: "octogesima" + value: 80 + type: "ordinal" + gender: "f" + - + name: "nonagésima" + value: 90 + type: "ordinal" + gender: "f" + - + name: "nonagesima" + value: 90 + type: "ordinal" + gender: "f" + - + name: "centésima" + value: 100 + type: "ordinal" + gender: "f" + - + name: "centesima" + value: 100 + type: "ordinal" + gender: "f" + - + name: "ducentésima" + value: 200 + type: "ordinal" + gender: "f" + - + name: "ducentesima" + value: 200 + type: "ordinal" + gender: "f" + - + name: "tricentésima" + value: 300 + type: "ordinal" + gender: "f" + - + name: "tricentesima" + value: 300 + type: "ordinal" + gender: "f" + - + name: "quadrigentésima" + value: 400 + type: "ordinal" + gender: "f" + - + name: "quadrigentesima" + value: 400 + type: "ordinal" + gender: "f" + - + name: "quingentésima" + value: 500 + type: "ordinal" + gender: "f" + - + name: "quingentesima" + value: 500 + type: "ordinal" + gender: "f" + - + name: "sexcentésima" + value: 600 + type: "ordinal" + gender: "f" + - + name: "sexcentesima" + value: 600 + type: "ordinal" + gender: "f" + - + name: "septingentésima" + value: 700 + type: "ordinal" + gender: "f" + - + name: "septingentesima" + value: 700 + type: "ordinal" + gender: "f" + - + name: "octingentésima" + value: 800 + type: "ordinal" + gender: "f" + - + name: "octingentesima" + value: 800 + type: "ordinal" + gender: "f" + - + name: "noningentésima" + value: 900 + type: "ordinal" + gender: "f" + - + name: "noningentesima" + value: 900 + type: "ordinal" + gender: "f" + - + name: "milésima" + value: 1000 + type: "ordinal" + gender: "f" + - + name: "milesima" + value: 1000 + type: "ordinal" + gender: "f" + - + name: "milionésima" + value: 1000000 + type: "ordinal" + gender: "f" + - + name: "milionesima" + value: 1000000 + type: "ordinal" + gender: "f" + - + name: "bilionésima" + value: 1000000000 + type: "ordinal" + gender: "f" + - + name: "bilionesima" + value: 1000000000 + type: "ordinal" + gender: "f" + - + name: "trilionésima" + value: 1000000000000 + type: "ordinal" + gender: "f" + - + name: "trilionesima" + value: 1000000000000 + type: "ordinal" + gender: "f" + - + name: "quadrilionésima" + value: 1000000000000000 + type: "ordinal" + gender: "f" + - + name: "quadrilionesima" + value: 1000000000000000 + type: "ordinal" + gender: "f" + ordinal_indicators: + - + suffixes: + "0": + - "º" + - "o" + - "°" + "1": + - "º" + - "o" + - "°" + "2": + - "º" + - "o" + - "°" + "3": + - "º" + - "o" + - "°" + "4": + - "º" + - "o" + - "°" + "5": + - "º" + - "o" + - "°" + "6": + - "º" + - "o" + - "°" + "7": + - "º" + - "o" + - "°" + "8": + - "º" + - "o" + - "°" + "9": + - "º" + - "o" + - "°" + - + gender: "f" + suffixes: + "0": + - "ª" + - "a" + "1": + - "ª" + - "a" + "2": + - "ª" + - "a" + "3": + - "ª" + - "a" + "4": + - "ª" + - "a" + "5": + - "ª" + - "a" + "6": + - "ª" + - "a" + "7": + - "ª" + - "a" + "8": + - "ª" + - "a" + "9": + - "ª" + - "a" + stopwords: + - "e" + diff --git a/resources/numex/ro.yaml b/resources/numex/ro.yaml new file mode 100644 index 0000000..cd66dcf --- /dev/null +++ b/resources/numex/ro.yaml @@ -0,0 +1,260 @@ +--- + whole_words_only: true + rules: + - + name: "zero" + value: 0 + type: "cardinal" + - + name: "unu" + value: 1 + type: "cardinal" + - + name: "una" + value: 1 + type: "cardinal" + multiply_gte: 100 + - + name: "doi" + value: 2 + type: "cardinal" + - + name: "trei" + value: 3 + type: "cardinal" + - + name: "patru" + value: 4 + type: "cardinal" + - + name: "cinci" + value: 5 + type: "cardinal" + - + name: "şase" + value: 6 + type: "cardinal" + - + name: "sase" + value: 6 + type: "cardinal" + - + name: "şapte" + value: 7 + type: "cardinal" + - + name: "sapte" + value: 7 + type: "cardinal" + - + name: "opt" + value: 8 + type: "cardinal" + - + name: "nouă" + value: 9 + type: "cardinal" + - + name: "noua" + value: 9 + type: "cardinal" + - + name: "zece" + value: 10 + type: "cardinal" + - + name: "unsprezece" + value: 11 + type: "cardinal" + - + name: "doisprezece" + value: 12 + type: "cardinal" + - + name: "treisprezece" + value: 13 + type: "cardinal" + - + name: "patrusprezece" + value: 14 + type: "cardinal" + - + name: "cincisprezece" + value: 15 + type: "cardinal" + - + name: "şasesprezece" + value: 16 + type: "cardinal" + - + name: "sasesprezece" + value: 16 + type: "cardinal" + - + name: "şaptesprezece" + value: 17 + type: "cardinal" + - + name: "saptesprezece" + value: 17 + type: "cardinal" + - + name: "optsprezece" + value: 18 + type: "cardinal" + - + name: "nouăsprezece" + value: 19 + type: "cardinal" + - + name: "nouasprezece" + value: 19 + type: "cardinal" + - + name: "douăzeci" + value: 20 + type: "cardinal" + right: "add" + right_separator: " şi " + - + name: "treizeci" + value: 30 + type: "cardinal" + right: "add" + right_separator: " si " + - + name: "patruzeci" + value: 40 + type: "cardinal" + right: "add" + right_separator: " şi " + - + name: "cincizeci" + value: 50 + type: "cardinal" + right: "add" + right_separator: " şi " + - + name: "şasezeci" + value: 60 + type: "cardinal" + right: "add" + right_separator: " şi " + - + name: "sasezeci" + value: 60 + type: "cardinal" + right: "add" + right_separator: " si " + - + name: "şaptezeci" + value: 70 + type: "cardinal" + right: "add" + right_separator: " şi " + - + name: "saptezeci" + value: 70 + type: "cardinal" + right: "add" + right_separator: " si " + - + name: "optzeci" + value: 80 + type: "cardinal" + right: "add" + right_separator: " şi " + - + name: "nouăzeci" + value: 90 + type: "cardinal" + right: "add" + right_separator: " şi " + - + name: "nouazeci" + value: 90 + type: "cardinal" + right: "add" + right_separator: " si " + - + name: "sută" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "suta" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "sute" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "mie" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "mii" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milion" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milioane" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliard" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliarde" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilion" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "mbilioane" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliard" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliarde" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + stopwords: + - "şi" + - "si" + diff --git a/resources/numex/ru.yaml b/resources/numex/ru.yaml new file mode 100644 index 0000000..9dd6701 --- /dev/null +++ b/resources/numex/ru.yaml @@ -0,0 +1,1031 @@ +--- + whole_words_only: true + rules: + - + name: "ноль" + value: 0 + type: "cardinal" + - + name: "один" + value: 1 + type: "cardinal" + - + name: "одна" + value: 1 + type: "cardinal" + gender: "f" + multiply_gte: 1000 + - + name: "одной" + value: 1 + type: "cardinal" + gender: "f" + category: "genitive" + - + name: "одно" + value: 1 + type: "cardinal" + gender: "n" + - + name: "два" + value: 2 + type: "cardinal" + - + name: "две" + value: 2 + type: "cardinal" + gender: "f" + - + name: "двух" + value: 2 + type: "cardinal" + - + name: "три" + value: 3 + type: "cardinal" + - + name: "трех" + value: 3 + type: "cardinal" + - + name: "четыре" + value: 4 + type: "cardinal" + - + name: "четырех" + value: 4 + type: "cardinal" + - + name: "пять" + value: 5 + type: "cardinal" + - + name: "пяти" + value: 5 + type: "cardinal" + - + name: "шесть" + value: 6 + type: "cardinal" + - + name: "шести" + value: 6 + type: "cardinal" + - + name: "семь" + value: 7 + type: "cardinal" + - + name: "семи" + value: 7 + type: "cardinal" + - + name: "восемь" + value: 8 + type: "cardinal" + - + name: "восьми" + value: 8 + type: "cardinal" + - + name: "девять" + value: 9 + type: "cardinal" + - + name: "девяти" + value: 9 + type: "cardinal" + - + name: "десять" + value: 10 + type: "cardinal" + - + name: "одиннадцать" + value: 11 + type: "cardinal" + - + name: "одиннадцати" + value: 11 + type: "cardinal" + - + name: "двенадцать" + value: 12 + type: "cardinal" + - + name: "двенадцати" + value: 12 + type: "cardinal" + - + name: "тринадцать" + value: 13 + type: "cardinal" + - + name: "тринадцати" + value: 13 + type: "cardinal" + - + name: "четырнадцать" + value: 14 + type: "cardinal" + - + name: "четырнадцати" + value: 14 + type: "cardinal" + - + name: "пятнадцать" + value: 15 + type: "cardinal" + - + name: "пятнадцати" + value: 15 + type: "cardinal" + - + name: "шестнадцать" + value: 16 + type: "cardinal" + - + name: "шестнадцати" + value: 16 + type: "cardinal" + - + name: "семнадцать" + value: 17 + type: "cardinal" + - + name: "семнадцати" + value: 17 + type: "cardinal" + - + name: "восемнадцать" + value: 18 + type: "cardinal" + - + name: "восемнадцати" + value: 18 + type: "cardinal" + - + name: "девятнадцать" + value: 19 + type: "cardinal" + - + name: "девятнадцати" + value: 19 + type: "cardinal" + - + name: "двадцать" + value: 20 + type: "cardinal" + right: "add" + - + name: "двадцати" + value: 20 + type: "cardinal" + right: "add" + - + name: "двадцатиодно" + value: 21 + type: "cardinal" + - + name: "тридцать" + value: 30 + type: "cardinal" + right: "add" + - + name: "тридцати" + value: 30 + type: "cardinal" + right: "add" + - + name: "тридцатиодно" + value: 31 + type: "cardinal" + - + name: "сорок" + value: 40 + type: "cardinal" + right: "add" + - + name: "сорока" + value: 40 + type: "cardinal" + right: "add" + - + name: "сорокаодно" + value: 41 + type: "cardinal" + - + name: "пятидесят" + value: 50 + type: "cardinal" + right: "add" + - + name: "пятидесяти" + value: 50 + type: "cardinal" + right: "add" + - + name: "пятидесятиодно" + value: 51 + type: "cardinal" + - + name: "шестьдесят" + value: 60 + type: "cardinal" + right: "add" + - + name: "шестидесяти" + value: 60 + type: "cardinal" + right: "add" + - + name: "шестидесятиодно" + value: 61 + type: "cardinal" + - + name: "семьдесят" + value: 70 + type: "cardinal" + right: "add" + - + name: "семидесяти" + value: 70 + type: "cardinal" + right: "add" + - + name: "семидесятиодно" + value: 71 + type: "cardinal" + - + name: "восемьдесят" + value: 80 + type: "cardinal" + right: "add" + - + name: "восьмидесяти" + value: 80 + type: "cardinal" + right: "add" + - + name: "восьмидесятиодно" + value: 81 + type: "cardinal" + - + name: "девяносто" + value: 90 + type: "cardinal" + right: "add" + - + name: "девяноста" + value: 90 + type: "cardinal" + right: "add" + - + name: "девяностоодно" + value: 91 + type: "cardinal" + - + name: "сто" + value: 100 + type: "cardinal" + right: "add" + - + name: "ста" + value: 100 + type: "cardinal" + right: "add" + - + name: "двести" + value: 200 + type: "cardinal" + right: "add" + - + name: "двухсот" + value: 200 + type: "cardinal" + right: "add" + - + name: "триста" + value: 300 + type: "cardinal" + right: "add" + - + name: "трехсот" + value: 300 + type: "cardinal" + right: "add" + - + name: "четыреста" + value: 400 + type: "cardinal" + right: "add" + - + name: "четырехсот" + value: 400 + type: "cardinal" + right: "add" + - + name: "пятьсот" + value: 500 + type: "cardinal" + right: "add" + - + name: "пятисот" + value: 500 + type: "cardinal" + right: "add" + - + name: "шестьсот" + value: 600 + type: "cardinal" + right: "add" + - + name: "шестисот" + value: 600 + type: "cardinal" + right: "add" + - + name: "семьсот" + value: 700 + type: "cardinal" + right: "add" + - + name: "семисот" + value: 700 + type: "cardinal" + right: "add" + - + name: "восемьсот" + value: 800 + type: "cardinal" + right: "add" + - + name: "восьмисот" + value: 800 + type: "cardinal" + right: "add" + - + name: "девятьсот" + value: 900 + type: "cardinal" + right: "add" + - + name: "девятисот" + value: 900 + type: "cardinal" + right: "add" + - + name: "тысяча" + value: 1000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "тысячи" + value: 1000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "тысяч" + value: 1000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "миллион" + value: 1000000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "миллиона" + value: 1000000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "миллионов" + value: 1000000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "миллиард" + value: 1000000000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "миллиарда" + value: 1000000000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "миллиардов" + value: 1000000000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "триллион" + value: 1000000000000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "триллиона" + value: 1000000000000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "триллионов" + value: 1000000000000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "квадриллион" + value: 1000000000000000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "квадриллиона" + value: 1000000000000000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "квадриллионов" + value: 1000000000000000 + type: "cardinal" + right: "add" + left: "multiply" + - + name: "нулевой" + value: 0 + type: "ordinal" + - + name: "первый" + value: 1 + type: "ordinal" + - + name: "второй" + value: 2 + type: "ordinal" + - + name: "третий" + value: 3 + type: "ordinal" + - + name: "четвертый" + value: 4 + type: "ordinal" + - + name: "пятый" + value: 5 + type: "ordinal" + - + name: "шестой" + value: 6 + type: "ordinal" + - + name: "седьмой" + value: 7 + type: "ordinal" + - + name: "восьмой" + value: 8 + type: "ordinal" + - + name: "девятый" + value: 9 + type: "ordinal" + - + name: "десятый" + value: 10 + type: "ordinal" + - + name: "одиннадцатый" + value: 11 + type: "ordinal" + - + name: "двенадцатый" + value: 12 + type: "ordinal" + - + name: "тринадцатый" + value: 13 + type: "ordinal" + - + name: "четырнадцатый" + value: 14 + type: "ordinal" + - + name: "пятнадцатый" + value: 15 + type: "ordinal" + - + name: "шестнадцатый" + value: 16 + type: "ordinal" + - + name: "семнадцатый" + value: 17 + type: "ordinal" + - + name: "восемнадцатый" + value: 18 + type: "ordinal" + - + name: "девятнадцатый" + value: 19 + type: "ordinal" + - + name: "двадцатый" + value: 20 + type: "ordinal" + - + name: "двадцатый" + value: 20 + type: "ordinal" + right: "add" + - + name: "тридцатый" + value: 30 + type: "ordinal" + - + name: "сороковой" + value: 40 + type: "ordinal" + - + name: "пятидесятый" + value: 50 + type: "ordinal" + - + name: "шестидесятый" + value: 60 + type: "ordinal" + - + name: "семидесятый" + value: 70 + type: "ordinal" + - + name: "восьмидесятый" + value: 80 + type: "ordinal" + - + name: "девяностый" + value: 90 + type: "ordinal" + - + name: "сотый" + value: 100 + type: "ordinal" + - + name: "тысячный" + value: 1000 + type: "ordinal" + right: "add" + - + name: "тысяча" + value: 1000 + type: "ordinal" + right: "add" + - + name: "нулевое" + value: 0 + type: "ordinal" + gender: "n" + - + name: "первое" + value: 1 + type: "ordinal" + gender: "n" + - + name: "второе" + value: 2 + type: "ordinal" + gender: "n" + - + name: "третье" + value: 3 + type: "ordinal" + gender: "n" + - + name: "четвертое" + value: 4 + type: "ordinal" + gender: "n" + - + name: "пятое" + value: 5 + type: "ordinal" + gender: "n" + - + name: "шестое" + value: 6 + type: "ordinal" + gender: "n" + - + name: "седьмое" + value: 7 + type: "ordinal" + gender: "n" + - + name: "восьмое" + value: 8 + type: "ordinal" + gender: "n" + - + name: "девятое" + value: 9 + type: "ordinal" + gender: "n" + - + name: "десятое" + value: 10 + type: "ordinal" + gender: "n" + - + name: "одиннадцатое" + value: 11 + type: "ordinal" + gender: "n" + - + name: "двенадцатое" + value: 12 + type: "ordinal" + gender: "n" + - + name: "тринадцатое" + value: 13 + type: "ordinal" + gender: "n" + - + name: "четырнадцатое" + value: 14 + type: "ordinal" + gender: "n" + - + name: "пятнадцатое" + value: 15 + type: "ordinal" + gender: "n" + - + name: "шестнадцатое" + value: 16 + type: "ordinal" + gender: "n" + - + name: "семнадцатое" + value: 17 + type: "ordinal" + gender: "n" + - + name: "восемнадцатое" + value: 18 + type: "ordinal" + gender: "n" + - + name: "девятнадцатое" + value: 19 + type: "ordinal" + gender: "n" + - + name: "двадцатое" + value: 20 + type: "ordinal" + gender: "n" + - + name: "тридцатое" + value: 30 + type: "ordinal" + gender: "n" + - + name: "сороковое" + value: 40 + type: "ordinal" + gender: "n" + - + name: "пятидесятое" + value: 50 + type: "ordinal" + gender: "n" + - + name: "шестидесятое" + value: 60 + type: "ordinal" + gender: "n" + - + name: "семидесятое" + value: 70 + type: "ordinal" + gender: "n" + - + name: "восемьдесятое" + value: 80 + type: "ordinal" + gender: "n" + - + name: "девяностое" + value: 90 + type: "ordinal" + gender: "n" + - + name: "сотое" + value: 100 + type: "ordinal" + gender: "n" + - + name: "тысячное" + value: 1000 + type: "ordinal" + gender: "n" + - + name: "ноль" + value: 0 + type: "ordinal" + gender: "f" + - + name: "первая" + value: 1 + type: "ordinal" + gender: "f" + - + name: "вторая" + value: 2 + type: "ordinal" + gender: "f" + - + name: "третья" + value: 3 + type: "ordinal" + gender: "f" + - + name: "четвертая" + value: 4 + type: "ordinal" + gender: "f" + - + name: "пятая" + value: 5 + type: "ordinal" + gender: "f" + - + name: "шестая" + value: 6 + type: "ordinal" + gender: "f" + - + name: "седьмая" + value: 7 + type: "ordinal" + gender: "f" + - + name: "восьмая" + value: 8 + type: "ordinal" + gender: "f" + - + name: "девятая" + value: 9 + type: "ordinal" + gender: "f" + - + name: "десятая" + value: 10 + type: "ordinal" + gender: "f" + - + name: "одиннадцатая" + value: 11 + type: "ordinal" + gender: "f" + - + name: "двенадцатая" + value: 12 + type: "ordinal" + gender: "f" + - + name: "тринадцатая" + value: 13 + type: "ordinal" + gender: "f" + - + name: "четырнадцатая" + value: 14 + type: "ordinal" + gender: "f" + - + name: "пятнадцатая" + value: 15 + type: "ordinal" + gender: "f" + - + name: "шестнадцатая" + value: 16 + type: "ordinal" + gender: "f" + - + name: "семнадцатая" + value: 17 + type: "ordinal" + gender: "f" + - + name: "восемнадцатая" + value: 18 + type: "ordinal" + gender: "f" + - + name: "девятнадцатая" + value: 19 + type: "ordinal" + gender: "f" + - + name: "двадцатая" + value: 20 + type: "ordinal" + gender: "f" + - + name: "двадцатая" + value: 20 + type: "ordinal" + gender: "f" + - + name: "тридцатая" + value: 30 + type: "ordinal" + gender: "f" + - + name: "сороковая" + value: 40 + type: "ordinal" + gender: "f" + - + name: "пятидесятая" + value: 50 + type: "ordinal" + gender: "f" + - + name: "шестидесятая" + value: 60 + type: "ordinal" + gender: "f" + - + name: "семидесятая" + value: 70 + type: "ordinal" + gender: "f" + - + name: "восьмидесятая" + value: 80 + type: "ordinal" + gender: "f" + - + name: "девяностая" + value: 90 + type: "ordinal" + gender: "f" + - + name: "сотая" + value: 100 + type: "ordinal" + gender: "f" + - + name: "тысячная" + value: 1000 + type: "ordinal" + gender: "f" + ordinal_indicators: + - + suffixes: + "0": + - "й" + - "-й" + "1": + - "й" + - "-й" + "2": + - "й" + - "-й" + "3": + - "й" + - "-й" + "4": + - "й" + - "-й" + "5": + - "й" + - "-й" + "6": + - "й" + - "-й" + "7": + - "й" + - "-й" + "8": + - "й" + - "-й" + "9": + - "й" + - "-й" + - + gender: "f" + suffixes: + "0": + - "я" + - "-я" + - "ая" + - "-ая" + "1": + - "я" + - "-я" + - "ая" + - "-ая" + "2": + - "я" + - "-я" + - "ая" + - "-ая" + "3": + - "я" + - "-я" + "4": + - "я" + - "-я" + - "ая" + - "-ая" + "5": + - "я" + - "-я" + - "ая" + - "-ая" + "6": + - "я" + - "-я" + - "ая" + - "-ая" + "7": + - "я" + - "-я" + - "ая" + - "-ая" + "8": + - "я" + - "-я" + - "ая" + - "-ая" + "9": + - "я" + - "-я" + - "ая" + - "-ая" + "13": + - "я" + - "-я" + - "ая" + - "-ая" + - + gender: "n" + suffixes: + "0": + - "е" + - "-е" + "1": + - "е" + - "-е" + "2": + - "е" + - "-е" + "3": + - "е" + - "-е" + - "ье" + - "-ье" + "4": + - "е" + - "-е" + "5": + - "е" + - "-е" + "6": + - "е" + - "-е" + "7": + - "е" + - "-е" + "8": + - "е" + - "-е" + "9": + - "е" + - "-е" + "13": + - "е" + - "-е" + stopwords: + - "и" + diff --git a/resources/numex/sk.yaml b/resources/numex/sk.yaml new file mode 100644 index 0000000..3564782 --- /dev/null +++ b/resources/numex/sk.yaml @@ -0,0 +1,417 @@ +--- + whole_words_only: true + default_separator: "" + rules: + - + name: "nula" + value: 0 + type: "cardinal" + - + name: "jeden" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "jedna" + value: 1 + type: "cardinal" + gender: "f" + multiply_gte: 100 + - + name: "jedno" + value: 1 + type: "cardinal" + gender: "n" + - + name: "dva" + value: 2 + type: "cardinal" + - + name: "dve" + value: 2 + type: "cardinal" + gender: "n" + - + name: "tri" + value: 3 + type: "cardinal" + - + name: "štyri" + value: 4 + type: "cardinal" + - + name: "styri" + value: 4 + type: "cardinal" + - + name: "päť" + value: 5 + type: "cardinal" + - + name: "pat" + value: 5 + type: "cardinal" + - + name: "šesť" + value: 6 + type: "cardinal" + - + name: "sest" + value: 6 + type: "cardinal" + - + name: "sedem" + value: 7 + type: "cardinal" + - + name: "osem" + value: 8 + type: "cardinal" + - + name: "deväť" + value: 9 + type: "cardinal" + - + name: "devat" + value: 9 + type: "cardinal" + - + name: "desať" + value: 10 + type: "cardinal" + - + name: "desat" + value: 10 + type: "cardinal" + - + name: "jedenásť" + value: 11 + type: "cardinal" + - + name: "jedenast" + value: 11 + type: "cardinal" + - + name: "dvaásť" + value: 12 + type: "cardinal" + - + name: "dvaast" + value: 12 + type: "cardinal" + - + name: "trinásť" + value: 13 + type: "cardinal" + - + name: "trinast" + value: 13 + type: "cardinal" + - + name: "štrnásť" + value: 14 + type: "cardinal" + - + name: "strnast" + value: 14 + type: "cardinal" + - + name: "pätnásť" + value: 15 + type: "cardinal" + - + name: "patnast" + value: 15 + type: "cardinal" + - + name: "šestnásť" + value: 16 + type: "cardinal" + - + name: "sestnast" + value: 16 + type: "cardinal" + - + name: "sedemnásť" + value: 17 + type: "cardinal" + - + name: "sedemnast" + value: 17 + type: "cardinal" + - + name: "osemnásť" + value: 18 + type: "cardinal" + - + name: "osemnast" + value: 18 + type: "cardinal" + - + name: "devätnásť" + value: 19 + type: "cardinal" + - + name: "devatnast" + value: 19 + type: "cardinal" + - + name: "dvasať" + value: 20 + type: "cardinal" + right: "add" + - + name: "dvasat" + value: 20 + type: "cardinal" + right: "add" + - + name: "trisať" + value: 30 + type: "cardinal" + right: "add" + - + name: "trisat" + value: 30 + type: "cardinal" + right: "add" + - + name: "štyridsať" + value: 40 + type: "cardinal" + right: "add" + - + name: "styridsat" + value: 40 + type: "cardinal" + right: "add" + - + name: "päťdesiat" + value: 50 + type: "cardinal" + right: "add" + - + name: "patdesiat" + value: 50 + type: "cardinal" + right: "add" + - + name: "šesťdesiat" + value: 60 + type: "cardinal" + right: "add" + - + name: "sestdesiat" + value: 60 + type: "cardinal" + right: "add" + - + name: "sedemdesiat" + value: 70 + type: "cardinal" + right: "add" + - + name: "osemdesiat" + value: 80 + type: "cardinal" + right: "add" + - + name: "deväťdesiat" + value: 90 + type: "cardinal" + right: "add" + - + name: "devatdesiat" + value: 90 + type: "cardinal" + right: "add" + - + name: "sto" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tisíc" + value: 1000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "tisic" + value: 1000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "milión" + value: 1000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "milion" + value: 1000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "milióny" + value: 1000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "miliony" + value: 1000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "miliónov" + value: 1000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "milionov" + value: 1000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "miliarda" + value: 1000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "miliardy" + value: 1000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "miliardov" + value: 1000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "bilión" + value: 1000000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "bilion" + value: 1000000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "bilióny" + value: 1000000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "biliony" + value: 1000000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "biliónov" + value: 1000000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "bilionov" + value: 1000000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "biliarda" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "biliardy" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + - + name: "biliardov" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + left_separator: " " + right: "add" + right_separator: " " + + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." diff --git a/resources/numex/sl.yaml b/resources/numex/sl.yaml new file mode 100644 index 0000000..160f279 --- /dev/null +++ b/resources/numex/sl.yaml @@ -0,0 +1,287 @@ +--- + whole_words_only: true + rules: + - + name: "nič" + value: 0 + type: "cardinal" + multiply_gte: 1000000 + - + name: "nic" + value: 0 + type: "cardinal" + - + name: "ena" + value: 1 + type: "cardinal" + - + name: "dva" + value: 2 + type: "cardinal" + - + name: "dvije" + value: 2 + type: "cardinal" + gender: "f" + - + name: "tri" + value: 3 + type: "cardinal" + - + name: "štiri" + value: 4 + type: "cardinal" + - + name: "stiri" + value: 4 + type: "cardinal" + - + name: "pet" + value: 5 + type: "cardinal" + - + name: "šest" + value: 6 + type: "cardinal" + - + name: "sest" + value: 6 + type: "cardinal" + - + name: "sedem" + value: 7 + type: "cardinal" + - + name: "osem" + value: 8 + type: "cardinal" + - + name: "devet" + value: 9 + type: "cardinal" + - + name: "deset" + value: 10 + type: "cardinal" + - + name: "enajst" + value: 11 + type: "cardinal" + - + name: "dvanajst" + value: 12 + type: "cardinal" + - + name: "trinajst" + value: 13 + type: "cardinal" + - + name: "štrinajst" + value: 14 + type: "cardinal" + - + name: "strinajst" + value: 14 + type: "cardinal" + - + name: "petnajst" + value: 15 + type: "cardinal" + - + name: "šestnajst" + value: 16 + type: "cardinal" + - + name: "sestnajst" + value: 16 + type: "cardinal" + - + name: "sedemnajst" + value: 17 + type: "cardinal" + - + name: "asemnajst" + value: 18 + type: "cardinal" + - + name: "devetnajst" + value: 19 + type: "cardinal" + - + name: "dvaset" + value: 20 + type: "cardinal" + right: "add" + - + name: "trideset" + value: 30 + type: "cardinal" + right: "add" + - + name: "štirideset" + value: 40 + type: "cardinal" + right: "add" + - + name: "stirideset" + value: 40 + type: "cardinal" + right: "add" + - + name: "petdeset" + value: 50 + type: "cardinal" + right: "add" + - + name: "šestdeset" + value: 60 + type: "cardinal" + right: "add" + - + name: "sestdeset" + value: 60 + type: "cardinal" + right: "add" + - + name: "sedemdeset" + value: 70 + type: "cardinal" + right: "add" + - + name: "osemdeset" + value: 80 + type: "cardinal" + right: "add" + - + name: "devetdeset" + value: 90 + type: "cardinal" + right: "add" + - + name: "sto" + value: 100 + type: "cardinal" + right: "add" + - + name: "dvjesto" + value: 200 + type: "cardinal" + right: "add" + - + name: "tristo" + value: 300 + type: "cardinal" + right: "add" + - + name: "štiristo" + value: 400 + type: "cardinal" + right: "add" + - + name: "stiristo" + value: 400 + type: "cardinal" + right: "add" + - + name: "petsto" + value: 500 + type: "cardinal" + right: "add" + - + name: "šesto" + value: 600 + type: "cardinal" + right: "add" + - + name: "sesto" + value: 600 + type: "cardinal" + right: "add" + - + name: "sedemsto" + value: 700 + type: "cardinal" + right: "add" + - + name: "osemsto" + value: 800 + type: "cardinal" + right: "add" + - + name: "devetsto" + value: 900 + type: "cardinal" + right: "add" + - + name: "tisuću" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tisucu" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tisuće" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "tisuce" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milijun" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milijuny" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliarda" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliardy" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilijun" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilijuny" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliarda" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliardy" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + diff --git a/resources/numex/sr.yaml b/resources/numex/sr.yaml new file mode 100644 index 0000000..b06943f --- /dev/null +++ b/resources/numex/sr.yaml @@ -0,0 +1,940 @@ +--- + whole_words_only: true + rules: + - + name: "нула" + value: 0 + type: "cardinal" + - + name: "nula" + value: 0 + type: "cardinal" + - + name: "један" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "jedan" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "једна" + value: 1 + type: "cardinal" + gender: "f" + - + name: "jedna" + value: 1 + type: "cardinal" + gender: "f" + - + name: "једно" + value: 1 + type: "cardinal" + gender: "n" + - + name: "jedno" + value: 1 + type: "cardinal" + gender: "n" + - + name: "два" + value: 2 + type: "cardinal" + - + name: "dva" + value: 2 + type: "cardinal" + - + name: "две" + value: 2 + type: "cardinal" + gender: "f" + - + name: "dve" + value: 2 + type: "cardinal" + gender: "f" + - + name: "три" + value: 3 + type: "cardinal" + - + name: "tri" + value: 3 + type: "cardinal" + - + name: "четири" + value: 4 + type: "cardinal" + - + name: "četiri" + value: 4 + type: "cardinal" + - + name: "cetiri" + value: 4 + type: "cardinal" + - + name: "пет" + value: 5 + type: "cardinal" + - + name: "pet" + value: 5 + type: "cardinal" + - + name: "шест" + value: 6 + type: "cardinal" + - + name: "šest" + value: 6 + type: "cardinal" + - + name: "sest" + value: 6 + type: "cardinal" + - + name: "седам" + value: 7 + type: "cardinal" + - + name: "sedam" + value: 7 + type: "cardinal" + - + name: "осам" + value: 8 + type: "cardinal" + - + name: "osam" + value: 8 + type: "cardinal" + - + name: "девет" + value: 9 + type: "cardinal" + - + name: "devet" + value: 9 + type: "cardinal" + - + name: "десет" + value: 10 + type: "cardinal" + - + name: "deset" + value: 10 + type: "cardinal" + - + name: "једанаест" + value: 11 + type: "cardinal" + - + name: "jedanaest" + value: 11 + type: "cardinal" + - + name: "дванаест" + value: 12 + type: "cardinal" + - + name: "dvanaest" + value: 12 + type: "cardinal" + - + name: "тринаест" + value: 13 + type: "cardinal" + - + name: "trinaest" + value: 13 + type: "cardinal" + - + name: "четрнаест" + value: 14 + type: "cardinal" + - + name: "četrnaest" + value: 14 + type: "cardinal" + - + name: "cetrnaest" + value: 14 + type: "cardinal" + - + name: "петнаест" + value: 15 + type: "cardinal" + - + name: "petnaest" + value: 15 + type: "cardinal" + - + name: "шеснаест" + value: 16 + type: "cardinal" + - + name: "šesnaest" + value: 16 + type: "cardinal" + - + name: "sesnaest" + value: 16 + type: "cardinal" + - + name: "седамнаест" + value: 17 + type: "cardinal" + - + name: "sedamnaest" + value: 17 + type: "cardinal" + - + name: "осамнаест" + value: 18 + type: "cardinal" + - + name: "osamnaest" + value: 18 + type: "cardinal" + - + name: "деветнаест" + value: 19 + type: "cardinal" + - + name: "devetnaest" + value: 19 + type: "cardinal" + - + name: "двадесет" + value: 20 + type: "cardinal" + right: "add" + - + name: "dvadeset" + value: 20 + type: "cardinal" + right: "add" + - + name: "тридесет" + value: 30 + type: "cardinal" + right: "add" + - + name: "trideset" + value: 30 + type: "cardinal" + right: "add" + - + name: "четрдесет" + value: 40 + type: "cardinal" + right: "add" + - + name: "četrdeset" + value: 40 + type: "cardinal" + right: "add" + - + name: "cetrdeset" + value: 40 + type: "cardinal" + right: "add" + - + name: "педесет" + value: 50 + type: "cardinal" + right: "add" + - + name: "pedeset" + value: 50 + type: "cardinal" + right: "add" + - + name: "шездесет" + value: 60 + type: "cardinal" + right: "add" + - + name: "šezdeset" + value: 60 + type: "cardinal" + right: "add" + - + name: "sezdeset" + value: 60 + type: "cardinal" + right: "add" + - + name: "седамдесет" + value: 70 + type: "cardinal" + right: "add" + - + name: "sedamdeset" + value: 70 + type: "cardinal" + right: "add" + - + name: "осамдесет" + value: 80 + type: "cardinal" + right: "add" + - + name: "osamdeset" + value: 80 + type: "cardinal" + right: "add" + - + name: "деведесет" + value: 90 + type: "cardinal" + right: "add" + - + name: "devedeset" + value: 90 + type: "cardinal" + right: "add" + - + name: "сто" + value: 100 + type: "cardinal" + right: "add" + - + name: "sto" + value: 100 + type: "cardinal" + right: "add" + - + name: "двеста" + value: 200 + type: "cardinal" + right: "add" + - + name: "dvesta" + value: 200 + type: "cardinal" + right: "add" + - + name: "триста" + value: 300 + type: "cardinal" + right: "add" + - + name: "trista" + value: 300 + type: "cardinal" + right: "add" + - + name: "четиристо" + value: 400 + type: "cardinal" + right: "add" + - + name: "četiristo" + value: 400 + type: "cardinal" + right: "add" + - + name: "cetiristo" + value: 400 + type: "cardinal" + right: "add" + - + name: "петсто" + value: 500 + type: "cardinal" + right: "add" + - + name: "petsto" + value: 500 + type: "cardinal" + right: "add" + - + name: "шестсто" + value: 600 + type: "cardinal" + right: "add" + - + name: "šeststo" + value: 600 + type: "cardinal" + right: "add" + - + name: "seststo" + value: 600 + type: "cardinal" + right: "add" + - + name: "седамсто" + value: 700 + type: "cardinal" + right: "add" + - + name: "sedamsto" + value: 700 + type: "cardinal" + right: "add" + - + name: "осамсто" + value: 800 + type: "cardinal" + right: "add" + - + name: "osamsto" + value: 800 + type: "cardinal" + right: "add" + - + name: "деветсто" + value: 900 + type: "cardinal" + right: "add" + - + name: "devetsto" + value: 900 + type: "cardinal" + right: "add" + - + name: "хиљаду" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "hiljadu" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "хиљаде" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "hiljade" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "хиљада" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "hiljada" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "милион" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "milion" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "милиона" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "miliona" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "милијарду" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "milijardu" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "милијарде" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milijarde" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "милијарди" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milijardi" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "билион" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "bilion" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "билиона" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "biliona" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "билијарда" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "bilijarda" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + exact_multiple_only: true + - + name: "билијарде" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilijarde" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "билијарди" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bilijardi" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "нулте" + value: 0 + type: "ordinal" + - + name: "nulte" + value: 0 + type: "ordinal" + - + name: "први" + value: 1 + type: "ordinal" + - + name: "prvi" + value: 1 + type: "ordinal" + - + name: "други" + value: 2 + type: "ordinal" + - + name: "drugi" + value: 2 + type: "ordinal" + - + name: "трећи" + value: 3 + type: "ordinal" + - + name: "treći" + value: 3 + type: "ordinal" + - + name: "treci" + value: 3 + type: "ordinal" + - + name: "четврти" + value: 4 + type: "ordinal" + - + name: "četvrti" + value: 4 + type: "ordinal" + - + name: "cetvrti" + value: 4 + type: "ordinal" + - + name: "пети" + value: 5 + type: "ordinal" + - + name: "peti" + value: 5 + type: "ordinal" + - + name: "шести" + value: 6 + type: "ordinal" + - + name: "šesti" + value: 6 + type: "ordinal" + - + name: "sesti" + value: 6 + type: "ordinal" + - + name: "седми" + value: 7 + type: "ordinal" + - + name: "sedmi" + value: 7 + type: "ordinal" + - + name: "осми" + value: 8 + type: "ordinal" + - + name: "osmi" + value: 8 + type: "ordinal" + - + name: "девети" + value: 9 + type: "ordinal" + - + name: "deveti" + value: 9 + type: "ordinal" + - + name: "десети" + value: 10 + type: "ordinal" + - + name: "deseti" + value: 10 + type: "ordinal" + - + name: "једанаести" + value: 11 + type: "ordinal" + - + name: "jedanaesti" + value: 11 + type: "ordinal" + - + name: "дванаести" + value: 12 + type: "ordinal" + - + name: "dvanaesti" + value: 12 + type: "ordinal" + - + name: "тринаести" + value: 13 + type: "ordinal" + - + name: "trinaesti" + value: 13 + type: "ordinal" + - + name: "четрнаести" + value: 14 + type: "ordinal" + - + name: "četrnaesti" + value: 14 + type: "ordinal" + - + name: "cetrnaesti" + value: 14 + type: "ordinal" + - + name: "петнаести" + value: 15 + type: "ordinal" + - + name: "petnaesti" + value: 15 + type: "ordinal" + - + name: "шеснаести" + value: 16 + type: "ordinal" + - + name: "šesnaesti" + value: 16 + type: "ordinal" + - + name: "sesnaesti" + value: 16 + type: "ordinal" + - + name: "седамнаести" + value: 17 + type: "ordinal" + - + name: "sedamnaesti" + value: 17 + type: "ordinal" + - + name: "осамнаести" + value: 18 + type: "ordinal" + - + name: "osamnaesti" + value: 18 + type: "ordinal" + - + name: "деветнаести" + value: 19 + type: "ordinal" + - + name: "devetnaesti" + value: 19 + type: "ordinal" + - + name: "двадесети" + value: 20 + type: "ordinal" + - + name: "dvadeseti" + value: 20 + type: "ordinal" + - + name: "тридесети" + value: 30 + type: "ordinal" + - + name: "trideseti" + value: 30 + type: "ordinal" + - + name: "четрдесети" + value: 40 + type: "ordinal" + - + name: "četrdeseti" + value: 40 + type: "ordinal" + - + name: "cetrdeseti" + value: 40 + type: "ordinal" + - + name: "педесети" + value: 50 + type: "ordinal" + - + name: "pedeseti" + value: 50 + type: "ordinal" + - + name: "шездесети" + value: 60 + type: "ordinal" + - + name: "šezdeseti" + value: 60 + type: "ordinal" + - + name: "sezdeseti" + value: 60 + type: "ordinal" + - + name: "седамдесети" + value: 70 + type: "ordinal" + - + name: "sedamdeseti" + value: 70 + type: "ordinal" + - + name: "осамдесетица" + value: 80 + type: "ordinal" + - + name: "osamdeseti" + value: 80 + type: "ordinal" + - + name: "деведесетина" + value: 90 + type: "ordinal" + - + name: "devedeseti" + value: 90 + type: "ordinal" + - + name: "стоти" + value: 100 + type: "ordinal" + - + name: "stoti" + value: 100 + type: "ordinal" + - + name: "двестати" + value: 200 + type: "ordinal" + right: "add" + - + name: "dvestati" + value: 200 + type: "ordinal" + right: "add" + - + name: "тристати" + value: 300 + type: "ordinal" + right: "add" + - + name: "tristati" + value: 300 + type: "ordinal" + right: "add" + - + name: "четиристоти" + value: 400 + type: "ordinal" + right: "add" + - + name: "četristoti" + value: 400 + type: "ordinal" + right: "add" + - + name: "cetristoti" + value: 400 + type: "ordinal" + right: "add" + - + name: "петстоти" + value: 500 + type: "ordinal" + right: "add" + - + name: "petstoti" + value: 500 + type: "ordinal" + right: "add" + - + name: "шестстоти" + value: 600 + type: "ordinal" + right: "add" + - + name: "šeststoti" + value: 600 + type: "ordinal" + right: "add" + - + name: "seststoti" + value: 600 + type: "ordinal" + right: "add" + - + name: "седамстоти" + value: 700 + type: "ordinal" + right: "add" + - + name: "sedamstoti" + value: 700 + type: "ordinal" + right: "add" + - + name: "осамстоти" + value: 800 + type: "ordinal" + right: "add" + - + name: "osamstoti" + value: 800 + type: "ordinal" + right: "add" + - + name: "деветстоти" + value: 900 + type: "ordinal" + right: "add" + - + name: "devetstoti" + value: 900 + type: "ordinal" + right: "add" + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." \ No newline at end of file diff --git a/resources/numex/sv.yaml b/resources/numex/sv.yaml new file mode 100644 index 0000000..9adefab --- /dev/null +++ b/resources/numex/sv.yaml @@ -0,0 +1,484 @@ +--- + whole_words_only: true + rules: + - + name: "noll" + value: 0 + type: "cardinal" + - + name: "en" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "ett" + value: 1 + type: "cardinal" + - + name: "två" + value: 2 + type: "cardinal" + - + name: "tvaa" + value: 2 + type: "cardinal" + - + name: "tva" + value: 2 + type: "cardinal" + - + name: "tre" + value: 3 + type: "cardinal" + - + name: "fyra" + value: 4 + type: "cardinal" + - + name: "fem" + value: 5 + type: "cardinal" + - + name: "sex" + value: 6 + type: "cardinal" + - + name: "sju" + value: 7 + type: "cardinal" + - + name: "åtta" + value: 8 + type: "cardinal" + - + name: "aatta" + value: 8 + type: "cardinal" + - + name: "atta" + value: 8 + type: "cardinal" + - + name: "nio" + value: 9 + type: "cardinal" + - + name: "tio" + value: 10 + type: "cardinal" + - + name: "elva" + value: 11 + type: "cardinal" + - + name: "tolv" + value: 12 + type: "cardinal" + - + name: "tretton" + value: 13 + type: "cardinal" + - + name: "fjorton" + value: 14 + type: "cardinal" + - + name: "femton" + value: 15 + type: "cardinal" + - + name: "sexton" + value: 16 + type: "cardinal" + - + name: "sjutton" + value: 17 + type: "cardinal" + - + name: "arton" + value: 18 + type: "cardinal" + - + name: "nitton" + value: 19 + type: "cardinal" + - + name: "tjugo" + value: 20 + type: "cardinal" + right: "add" + - + name: "trettio" + value: 30 + type: "cardinal" + right: "add" + - + name: "fyrtio" + value: 40 + type: "cardinal" + right: "add" + - + name: "femtio" + value: 50 + type: "cardinal" + right: "add" + - + name: "sextio" + value: 60 + type: "cardinal" + right: "add" + - + name: "sjuttio" + value: 70 + type: "cardinal" + right: "add" + - + name: "åttio" + value: 80 + type: "cardinal" + right: "add" + - + name: "aattio" + value: 80 + type: "cardinal" + right: "add" + - + name: "attio" + value: 80 + type: "cardinal" + right: "add" + - + name: "nittio" + value: 90 + type: "cardinal" + right: "add" + - + name: "etthundra" + value: 100 + type: "cardinal" + right: "add" + - + name: "hundra" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "ettusen" + value: 1000 + type: "cardinal" + right: "add" + - + name: "tusen" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "miljon" + value: 1000000 + type: "cardinal" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "miljoner" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "miljard" + value: 1000000000 + type: "cardinal" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "miljarder" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "biljon" + value: 1000000000000 + type: "cardinal" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "biljoner" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "biljard" + value: 1000000000000000 + type: "cardinal" + right: "add" + exact_multiple_only: true + right_separator: " " + - + name: "biljarder" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + right_separator: " " + - + name: "nollte" + value: 0 + type: "ordinal" + - + name: "första" + value: 1 + type: "ordinal" + - + name: "forsta" + value: 1 + type: "ordinal" + - + name: "foersta" + value: 1 + type: "ordinal" + - + name: "förste" + value: 1 + type: "ordinal" + gender: "m" + - + name: "forste" + value: 1 + type: "ordinal" + gender: "m" + - + name: "foerste" + value: 1 + type: "ordinal" + gender: "m" + - + name: "andra" + value: 2 + type: "ordinal" + - + name: "andre" + value: 2 + type: "ordinal" + gender: "m" + - + name: "tredje" + value: 3 + type: "ordinal" + - + name: "fjärde" + value: 4 + type: "ordinal" + - + name: "fjarde" + value: 4 + type: "ordinal" + - + name: "fjaerde" + value: 4 + type: "ordinal" + - + name: "femte" + value: 5 + type: "ordinal" + - + name: "sjätte" + value: 6 + type: "ordinal" + - + name: "sjatte" + value: 6 + type: "ordinal" + - + name: "sjaette" + value: 6 + type: "ordinal" + - + name: "sjunde" + value: 7 + type: "ordinal" + - + name: "åttonde" + value: 8 + type: "ordinal" + - + name: "aattonde" + value: 8 + type: "ordinal" + - + name: "attonde" + value: 8 + type: "ordinal" + - + name: "nionde" + value: 9 + type: "ordinal" + - + name: "tionde" + value: 10 + type: "ordinal" + - + name: "elfte" + value: 11 + type: "ordinal" + - + name: "tolfte" + value: 12 + type: "ordinal" + - + name: "trettonde" + value: 13 + type: "ordinal" + - + name: "fjortonde" + value: 14 + type: "ordinal" + - + name: "femtonde" + value: 15 + type: "ordinal" + - + name: "sextonde" + value: 16 + type: "ordinal" + - + name: "sjuttonde" + value: 17 + type: "ordinal" + - + name: "artonde" + value: 18 + type: "ordinal" + - + name: "nittonde" + value: 19 + type: "ordinal" + - + name: "tjugonde" + value: 20 + type: "ordinal" + - + name: "trettionde" + value: 30 + type: "ordinal" + - + name: "fyrtionde" + value: 40 + type: "ordinal" + - + name: "femtionde" + value: 50 + type: "ordinal" + - + name: "sextionde" + value: 60 + type: "ordinal" + - + name: "sjuttionde" + value: 70 + type: "ordinal" + - + name: "åttionde" + value: 80 + type: "ordinal" + - + name: "aattionde" + value: 80 + type: "ordinal" + - + name: "attionde" + value: 80 + type: "ordinal" + - + name: "nittionde" + value: 90 + type: "ordinal" + - + name: "hundrade" + value: 100 + type: "ordinal" + left: "multiply" + - + name: "tusende" + value: 1000 + type: "ordinal" + left: "multiply" + - + name: "miljonte" + value: 1000000 + type: "ordinal" + left: "multiply" + - + name: "miljardte" + value: 1000000000 + type: "ordinal" + left: "multiply" + - + name: "biljonte" + value: 1000000000000 + type: "ordinal" + left: "multiply" + - + name: "biljardte" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + ordinal_indicators: + - + suffixes: + "0": + - ":e" + "1": + - ":a" + "2": + - ":a" + "3": + - ":e" + "4": + - ":e" + "5": + - ":e" + "6": + - ":e" + "7": + - ":e" + "8": + - ":e" + "9": + - ":e" + - + gender: "m" + suffixes: + "0": + - ":e" + "1": + - ":e" + "2": + - ":e" + "3": + - ":e" + "4": + - ":e" + "5": + - ":e" + "6": + - ":e" + "7": + - ":e" + "8": + - ":e" + "9": + - ":e" + stopwords: + - "och" + diff --git a/resources/numex/tr.yaml b/resources/numex/tr.yaml new file mode 100644 index 0000000..466e8b3 --- /dev/null +++ b/resources/numex/tr.yaml @@ -0,0 +1,319 @@ +--- + whole_words_only: true + rules: + - + name: "sıfır" + value: 0 + type: "cardinal" + - + name: "sifir" + value: 0 + type: "cardinal" + - + name: "bir" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "iki" + value: 2 + type: "cardinal" + - + name: "üç" + value: 3 + type: "cardinal" + - + name: "uc" + value: 3 + type: "cardinal" + - + name: "dört" + value: 4 + type: "cardinal" + - + name: "dort" + value: 4 + type: "cardinal" + - + name: "beş" + value: 5 + type: "cardinal" + - + name: "bes" + value: 5 + type: "cardinal" + - + name: "altı" + value: 6 + type: "cardinal" + - + name: "alti" + value: 6 + type: "cardinal" + - + name: "yedi" + value: 7 + type: "cardinal" + - + name: "sekiz" + value: 8 + type: "cardinal" + - + name: "dokuz" + value: 9 + type: "cardinal" + - + name: "on" + value: 10 + type: "cardinal" + right: "add" + - + name: "yirmi" + value: 20 + type: "cardinal" + right: "add" + - + name: "otuz" + value: 30 + type: "cardinal" + right: "add" + - + name: "kırk" + value: 40 + type: "cardinal" + right: "add" + - + name: "kirk" + value: 40 + type: "cardinal" + right: "add" + - + name: "elli" + value: 50 + type: "cardinal" + right: "add" + - + name: "altmış" + value: 60 + type: "cardinal" + right: "add" + - + name: "altmis" + value: 60 + type: "cardinal" + right: "add" + - + name: "yetmiş" + value: 70 + type: "cardinal" + right: "add" + - + name: "yetmis" + value: 70 + type: "cardinal" + right: "add" + - + name: "seksen" + value: 80 + type: "cardinal" + right: "add" + - + name: "doksan" + value: 90 + type: "cardinal" + right: "add" + - + name: "yüz" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "yuz" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "bin" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milyon" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "milyar" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "trilyon" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "katrilyon" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "sıfırıncı" + value: 0 + type: "ordinal" + - + name: "sifirinci" + value: 0 + type: "ordinal" + - + name: "birinci" + value: 1 + type: "ordinal" + - + name: "ikinci" + value: 2 + type: "ordinal" + - + name: "üçüncü" + value: 3 + type: "ordinal" + - + name: "ucuncu" + value: 3 + type: "ordinal" + - + name: "dördüncü" + value: 4 + type: "ordinal" + - + name: "dorduncu" + value: 4 + type: "ordinal" + - + name: "beşinci" + value: 5 + type: "ordinal" + - + name: "besinci" + value: 5 + type: "ordinal" + - + name: "altıncı" + value: 6 + type: "ordinal" + - + name: "altinci" + value: 6 + type: "ordinal" + - + name: "yedinci" + value: 7 + type: "ordinal" + - + name: "sekizinci" + value: 8 + type: "ordinal" + - + name: "dokuzuncu" + value: 9 + type: "ordinal" + - + name: "onuncu" + value: 10 + type: "ordinal" + - + name: "yirminci" + value: 20 + type: "ordinal" + - + name: "otuzuncu" + value: 30 + type: "ordinal" + - + name: "kırkıncı" + value: 40 + type: "ordinal" + - + name: "kirkinci" + value: 40 + type: "ordinal" + - + name: "ellinci" + value: 50 + type: "ordinal" + - + name: "altmışıncı" + value: 60 + type: "ordinal" + - + name: "altmisinci" + value: 60 + type: "ordinal" + - + name: "yetmişinci" + value: 70 + type: "ordinal" + - + name: "yetmisinci" + value: 70 + type: "ordinal" + - + name: "sekseninci" + value: 80 + type: "ordinal" + - + name: "doksanıncı" + value: 90 + type: "ordinal" + - + name: "doksaninci" + value: 90 + type: "ordinal" + - + name: "yüzüncü" + value: 100 + type: "ordinal" + left: "multiply" + - + name: "yuzuncu" + value: 100 + type: "ordinal" + left: "multiply" + - + name: "bininci" + value: 1000 + type: "ordinal" + left: "multiply" + - + name: "milyonuncu" + value: 1000000 + type: "ordinal" + left: "multiply" + - + name: "milyarıncı" + value: 1000000000 + type: "ordinal" + left: "multiply" + - + name: "milyarinci" + value: 1000000000 + type: "ordinal" + left: "multiply" + - + name: "trilyonuncu" + value: 1000000000000 + type: "ordinal" + left: "multiply" + - + name: "katrilyonuncu" + value: 1000000000000000 + type: "ordinal" + left: "multiply" + diff --git a/resources/numex/uk.yaml b/resources/numex/uk.yaml new file mode 100644 index 0000000..c9d793c --- /dev/null +++ b/resources/numex/uk.yaml @@ -0,0 +1,419 @@ +--- + whole_words_only: true + rules: + - + name: "нуль" + value: 0 + type: "cardinal" + - + name: "один" + value: 1 + type: "cardinal" + multiply_gte: 1000000 + - + name: "одна" + value: 1 + type: "cardinal" + gender: "f" + multiply_gte: 1000 + - + name: "одне" + value: 1 + type: "cardinal" + gender: "n" + - + name: "два" + value: 2 + type: "cardinal" + - + name: "дві" + value: 2 + type: "cardinal" + gender: "f" + - + name: "три" + value: 3 + type: "cardinal" + - + name: "чотири" + value: 4 + type: "cardinal" + - + name: "пʼять" + value: 5 + type: "cardinal" + - + name: "п'ять" + value: 5 + type: "cardinal" + - + name: "пять" + value: 5 + type: "cardinal" + - + name: "шість" + value: 6 + type: "cardinal" + - + name: "сім" + value: 7 + type: "cardinal" + - + name: "вісім" + value: 8 + type: "cardinal" + - + name: "девʼять" + value: 9 + type: "cardinal" + - + name: "дев'ять" + value: 9 + type: "cardinal" + - + name: "девять" + value: 9 + type: "cardinal" + - + name: "десять" + value: 10 + type: "cardinal" + - + name: "одинадцять" + value: 11 + type: "cardinal" + - + name: "дванадцять" + value: 12 + type: "cardinal" + - + name: "тринадцять" + value: 13 + type: "cardinal" + - + name: "чотирнадцять" + value: 14 + type: "cardinal" + - + name: "пʼятнадцять" + value: 15 + type: "cardinal" + - + name: "п'ятнадцять" + value: 15 + type: "cardinal" + - + name: "пятнадцять" + value: 15 + type: "cardinal" + - + name: "шістнадцять" + value: 16 + type: "cardinal" + - + name: "сімнадцять" + value: 17 + type: "cardinal" + - + name: "вісімнадцять" + value: 18 + type: "cardinal" + - + name: "девʼятнадцять" + value: 19 + type: "cardinal" + - + name: "дев'ятнадцять" + value: 19 + type: "cardinal" + - + name: "девятнадцять" + value: 19 + type: "cardinal" + - + name: "двадцять" + value: 20 + type: "cardinal" + right: "add" + - + name: "тридцять" + value: 30 + type: "cardinal" + right: "add" + - + name: "сорок" + value: 40 + type: "cardinal" + right: "add" + - + name: "пʼятдесят" + value: 50 + type: "cardinal" + right: "add" + - + name: "п'ятдесят" + value: 50 + type: "cardinal" + right: "add" + - + name: "пятдесят" + value: 50 + type: "cardinal" + right: "add" + - + name: "шістдесят" + value: 60 + type: "cardinal" + right: "add" + - + name: "сімдесят" + value: 70 + type: "cardinal" + right: "add" + - + name: "вісімдесят" + value: 80 + type: "cardinal" + right: "add" + - + name: "девʼяносто" + value: 90 + type: "cardinal" + right: "add" + - + name: "дев'яносто" + value: 90 + type: "cardinal" + right: "add" + - + name: "девяносто" + value: 90 + type: "cardinal" + right: "add" + - + name: "сто" + value: 100 + type: "cardinal" + right: "add" + - + name: "двісті" + value: 200 + type: "cardinal" + right: "add" + - + name: "триста" + value: 300 + type: "cardinal" + right: "add" + - + name: "чотириста" + value: 400 + type: "cardinal" + right: "add" + - + name: "пʼятсот" + value: 500 + type: "cardinal" + right: "add" + - + name: "п'ятсот" + value: 500 + type: "cardinal" + right: "add" + - + name: "пятсот" + value: 500 + type: "cardinal" + right: "add" + - + name: "шістсот" + value: 600 + type: "cardinal" + right: "add" + - + name: "сімсот" + value: 700 + type: "cardinal" + right: "add" + - + name: "вісімсот" + value: 800 + type: "cardinal" + right: "add" + - + name: "девʼятсот" + value: 900 + type: "cardinal" + right: "add" + - + name: "дев'ятсот" + value: 900 + type: "cardinal" + right: "add" + - + name: "девятсот" + value: 900 + type: "cardinal" + right: "add" + - + name: "тисяча" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "тисячі" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "тисяч" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільйон" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільион" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільйони" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільиони" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільйонів" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільионів" + value: 1000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільярд" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільярди" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "мільярдів" + value: 1000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "більйон" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "більион" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "більйони" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "більиони" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "більйонів" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "більионів" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "більярд" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "більярди" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "більярдів" + value: 1000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + + ordinal_indicators: + - + suffixes: + "0": + - "й" + - "-й" + "1": + - "й" + - "-й" + "2": + - "й" + - "-й" + "3": + - "й" + - "-й" + "4": + - "й" + - "-й" + "5": + - "й" + - "-й" + "6": + - "й" + - "-й" + "7": + - "й" + - "-й" + "8": + - "й" + - "-й" + "9": + - "й" + - "-й" + stopwords: + - "і" \ No newline at end of file diff --git a/resources/numex/zh.yaml b/resources/numex/zh.yaml new file mode 100644 index 0000000..7bd04c5 --- /dev/null +++ b/resources/numex/zh.yaml @@ -0,0 +1,177 @@ +--- + default_separator: "" + rules: + - + name: "〇" + value: 0 + type: "cardinal" + - + name: "零" + value: 0 + type: "cardinal" + - + name: "一" + value: 1 + type: "cardinal" + - + name: "二" + value: 2 + type: "cardinal" + - + name: "两" + value: 2 + type: "cardinal" + - + name: "三" + value: 3 + type: "cardinal" + - + name: "四" + value: 4 + type: "cardinal" + - + name: "五" + value: 5 + type: "cardinal" + - + name: "六" + value: 6 + type: "cardinal" + - + name: "七" + value: 7 + type: "cardinal" + - + name: "八" + value: 8 + type: "cardinal" + - + name: "九" + value: 9 + type: "cardinal" + - + name: "十" + value: 10 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "百" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "百〇" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "百零" + value: 100 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "千" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "千〇" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "千零" + value: 1000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "万" + value: 10000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "万〇" + value: 10000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "万零" + value: 10000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "亿" + value: 100000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "亿〇" + value: 100000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "亿零" + value: 100000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "兆" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "兆〇" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "兆零" + value: 1000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "亿零" + value: 100000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "京" + value: 10000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "京〇" + value: 10000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "京零" + value: 10000000000000000 + type: "cardinal" + left: "multiply" + right: "add" + - + name: "第" + value: 0 + type: "ordinal_indicator" + right: "add" + diff --git a/resources/parser/data_sets/openaddresses.yaml b/resources/parser/data_sets/openaddresses.yaml new file mode 100644 index 0000000..41d0d55 --- /dev/null +++ b/resources/parser/data_sets/openaddresses.yaml @@ -0,0 +1,4802 @@ +global: + cldr_country_probability: 0.5 + localized_name_probability: 0.6 + iso_alpha_2_code_probability: 0.2 + iso_alpha_3_code_probability: 0.1 + iso_3166_name_probability: 0.1 + + abbreviate_street_probability: 0.3 + separate_street_probability: 0.2 + abbreviate_unit_probability: 0.3 + separate_unit_probability: 0.2 + + abbreviate_toponym_probability: 0.3 + + address_only_probability: 0.1 + place_only_probability: 0.2 + place_and_postcode_probability: 0.1 + + pre_release_downloads: [] + + fields: &default_fields + NUMBER: + component: house_number + STREET: + component: road + CITY: + component: city + POSTCODE: + component: postcode + + fields_no_postcode: &fields_no_postcode + NUMBER: + component: house_number + STREET: + component: road + CITY: + component: city + + fields_with_state: &fields_with_state + <<: *default_fields + REGION: + component: state + + fields_with_unit: &fields_with_unit + <<: *default_fields + UNIT: + component: unit + + fields_with_state_and_unit: &fields_with_state_and_unit + <<: *default_fields + REGION: + component: state + UNIT: + component: unit + + ignore_simple_units: &ignore_simple_units + - &simple_unit_regex "^(?:[A-Z]?\-?[0-9]*(?:[\\s]*/[\\s]*[0-9]*)?|[0-9]*(?:[\\s]*/[\\s]*[0-9]*)?-?[A-Z]?|[A-Z]*[0-9]+[A-Z]?/[0-9]*[A-Z][0-9]*|[0-9]*[A-Z][0-9*]/[0-9]+[A-Z]?)$" + + # Turned off by default to avoid performance penalty for reverse geocoding + add_osm_boundaries: false + add_osm_neighborhoods: true + osm_neighborhood_overrides_city: false + + house_number_strip_commas: false + + # Units have strong restrictions, have to be a number or hyphenated number + non_numeric_units: false + + # This is fine for many countries + numeric_postcodes_only: true + +countries: + ar: + language: es + files: + - filename: city_of_buenos_aires.csv + add_osm_boundaries: true + city_replacements: + city: Buenos Aires + + at: + language: de + add_osm_boundaries: true + files: + - filename: 31254.csv + - filename: 31255.csv + - filename: 31256.csv + - filename: city_of_vienna.csv + - filename: tirol.csv + + au: + fields: *fields_with_state_and_unit + osm_neighborhood_overrides_city: true + files: + - filename: countrywide.csv + non_numeric_units: true + + be: + files: + - filename: flanders.csv + language: nl + subdirs: + bru: + files: + - filename: brussels-fr.csv + language: fr + - filename: brussels-nl.csv + language: nl + + bm: + cldr_country_probability: 1.0 + files: + - filename: territory_wide.csv + + br: + subdirs: + ac: + add: + state: AC + files: + - filename: statewide.csv + + al: + add: + state: AL + files: + - filename: statewide.csv + + am: + add: + state: AM + files: + - filename: statewide.csv + + ap: + add: + state: AP + files: + - filename: statewide.csv + + ba: + add: + state: BA + files: + - filename: statewide.csv + + ce: + add: + state: CE + files: + - filename: statewide.csv + + df: + add: + state: DF + files: + - filename: statewide.csv + # Cities and postcodes only + fields: + CITY: + component: city + POSTCODE: + component: postcode + es: + add: + state: ES + files: + - filename: vitoria.csv + add_osm_boundaries: true + city_replacements: + city: Vitória + - filename: statewide.csv + + go: + add: + state: GO + files: + - filename: statewide.csv + + ma: + add: + state: MA + files: + - filename: statewide.csv + + mg: + add: + state: MG + files: + - filename: statewide.csv + + ms: + add: + state: MS + files: + - filename: statewide.csv + + mt: + add: + state: MT + files: + - filename: statewide.csv + + pa: + add: + state: PA + files: + - filename: statewide.csv + + pb: + add: + state: PB + files: + - filename: statewide.csv + + pe: + add: + state: PE + files: + - filename: recife.csv + add_osm_boundaries: true + city_replacements: + city: Recife + - filename: statewide.csv + + pi: + add: + state: PI + files: + - filename: statewide.csv + + pr: + add: + state: PR + files: + - filename: statewide.csv + + rj: + add: + state: RJ + files: + - filename: rio_de_janeiro.csv + add_osm_boundaries: true + city_replacements: + city: Rio de Janeiro + - filename: statewide.csv + + rn: + add: + state: RN + files: + - filename: statewide.csv + + ro: + add: + state: RO + files: + - filename: statewide.csv + + ro: + add: + state: RO + files: + - filename: statewide.csv + + rr: + add: + state: RR + files: + - filename: statewide.csv + + rs: + add: + state: RS + files: + - filename: statewide.csv + + sc: + add: + state: SC + files: + - filename: joinville.csv + add_osm_boundaries: true + city_replacements: + city: Joinville + - filename: statewide.csv + + se: + add: + state: SE + files: + - filename: statewide.csv + + sp: + add: + state: SP + files: + - filename: statewide.csv + + to: + add: + state: TO + files: + - filename: statewide.csv + + by: + subdirs: + brest: + add: + state: Брестская область + files: + - filename: regionwide.csv + language: ru + fields: *fields_with_unit + non_numeric_units: true + grodno: + add: + state: Гродненская область + files: + - filename: regionwide.csv + language: ru + fields: *fields_with_unit + non_numeric_units: true + mogilev: + add: + state: Могилёвская область + files: + - filename: regionwide.csv + language: ru + fields: *fields_with_unit + non_numeric_units: true + vitebsk: + add: + state: Витебская область + files: + - filename: regionwide.csv + language: ru + fields: *fields_with_unit + non_numeric_units: true + + ca: + cldr_country_probability: 0.3 + ignore_fields_containing: + city: + - "\\bcounty\\b" + road: + - "\\bp\\.?\\s*o\\.?\\s*box\\b" + postcode: + - "\\bx1x1x1\\b" + + subdirs: + ab: + add: + state: AB + language: en + files: + - filename: airdrie.csv + add_osm_boundaries: true + city_replacements: + city: Airdrie + - filename: banff.csv + add_osm_boundaries: true + city_replacements: + city: Banff + - filename: calgary.csv + add_osm_boundaries: true + city_replacements: + city: Calgary + - filename: city_of_edmonton.csv + add_osm_boundaries: true + city_replacements: + city: Edmonton + - filename: grande_prairie.csv + add_osm_boundaries: true + city_replacements: + city: Grande Prairie + - filename: strathcona-county.csv + + bc: + add: + state: British Columbia + language: en + files: + - filename: capital-regional-district.csv + add_osm_boundaries: true + city_replacements: + state_district: Capital Regional District + - filename: cowichan_valley.csv + add_osm_boundaries: true + city_replacements: + state_district: Cowichan Valley Regional District + - filename: columbia-shuswap.csv + add_osm_boundaries: true + city_replacements: + state_district: Columbia-Shuswap Regional District + - filename: kamloops.csv + add_osm_boundaries: true + city_replacements: + city: Kamloops + - filename: kelowna.csv + add_osm_boundaries: true + city_replacements: + city: Kelowna + - filename: langley.csv + add_osm_boundaries: true + city_replacements: + city: Langley + - filename: nanaimo.csv + add_osm_boundaries: true + city_replacements: + city: Nanaimo + - filename: north_cowichan.csv + - filename: prince_george.csv + - filename: province.csv + - filename: sunshine_coast.csv + - filename: thompson-nicola-regional-district.csv + - filename: vancouver.csv + add_osm_boundaries: true + city_replacements: + city: Vancouver + - filename: vernon.csv + add_osm_boundaries: true + city_replacements: + city: Vernon + - filename: victoria.csv + add_osm_boundaries: true + city_replacements: + city: Victoria + - filename: west_kelowna.csv + add_osm_boundaries: true + city_replacements: + city: West Kelowna + + mb: + add: + state: MB + files: + - filename: brandon.csv + + nb: + add: + state: NB + files: + - filename: province.csv + add_osm_boundaries: true + + nl: + add: + state: NL + files: + - filename: city_of_st_johns.csv + add_osm_boundaries: true + city_replacements: + city: St. John's + + ns: + add: + state: NS + language: en + files: + - filename: halifax.csv + add_osm_boundaries: true + city_replacements: + city: Halifax + - filename: province.csv + add_osm_boundaries: true + + "on": + add: + state: "ON" + files: + - filename: adelaide.csv + add_osm_boundaries: true + city_replacements: + city: Adelaide-Metcalfe + - filename: amherstburg.csv + add_osm_boundaries: true + city_replacements: + city: Amherstburg + - filename: belleville.csv + add_osm_boundaries: true + city_replacements: + city: Belleville + - filename: brant.csv + add_osm_boundaries: true + city_replacements: + # Weird but correct + city: County of Brant + - filename: bruce.csv + city_replacements: + state_district: Bruce County + - filename: chatham_kent.csv + - filename: city_of_ajax.csv + - filename: city_of_brampton.csv + - filename: city_of_burlington.csv + add_osm_boundaries: true + city_replacements: + city: Burlington + - filename: city_of_guelph.csv + add_osm_boundaries: true + city_replacements: + city: Guelph + - filename: city_of_hamilton.csv + add_osm_boundaries: true + city_replacements: + city: Hamilton + - filename: city_of_hanover.csv + add_osm_boundaries: true + city_replacements: + city: Hanover + - filename: city_of_kingston.csv + - filename: city_of_kitchener.csv + add_osm_boundaries: true + city_replacements: + city: Kitchener + - filename: city_of_oakville.csv + add_osm_boundaries: true + city_replacements: + city: Oakville + - filename: city_of_ottawa.csv + add_osm_boundaries: true + city_replacements: + city: Ottawa + - filename: city_of_sault_ste_marie.csv + - filename: city_of_thunder_bay.csv + add_osm_boundaries: true + city_replacements: + city: Thunder Bay + - filename: city_of_toronto.csv + add_osm_boundaries: true + city_replacements: + city: Toronto + - filename: city_of_welland.csv + add_osm_boundaries: true + city_replacements: + city: Welland + - filename: city_of_windsor.csv + add_osm_boundaries: true + city_replacements: + city: Windsor + - filename: cobourg.csv + add_osm_boundaries: true + city_replacements: + city: Cobourg + - filename: couchicing.csv + add_osm_boundaries: true + city_replacements: + state_district: Couchiching First Nation + - filename: dufferin.csv + add_osm_boundaries: true + city_replacements: + state_district: Dufferin County + - filename: elgin.csv + add_osm_boundaries: true + city_replacements: + state_district: Elgin County + - filename: essex.csv + add_osm_boundaries: true + city_replacements: + state_district: Essex County + - filename: grey.csv + add_osm_boundaries: true + city_replacements: + state_district: Grey County + - filename: grey_dufferin.csv + - filename: haldimand.csv + add_osm_boundaries: true + city_replacements: + state_district: Haldimand County + - filename: haliburton.csv + add_osm_boundaries: true + city_replacements: + state_district: Haliburton County + - filename: halton.csv + - filename: hastings.csv + add_osm_boundaries: true + city_replacements: + state_district: Hastings County + - filename: lambton.csv + city_replacements: + state_district: Lambtom County + - filename: lasalle.csv + add_osm_boundaries: true + city_replacements: + city: LaSalle + - filename: leeds_grenville.csv + city_replacements: + state_district: United Counties of Leeds and Grenville + - filename: lennoxaddington.csv + city_replacements: + state_district: Lennox and Addington County + - filename: lucan_biddulph.csv + add_osm_boundaries: true + city_replacements: + city: Lucan Biddulph + - filename: middlesex_centre.csv + add_osm_boundaries: true + city_replacements: + city: Middlesex Centre + - filename: muskoka.csv + add_osm_boundaries: true + city_replacements: + state_district: District of Muskoka + - filename: newbury.csv + add_osm_boundaries: true + city_replacements: + city: Newbury + - filename: niagara_region.csv + - filename: norfolk.csv + add_osm_boundaries: true + city_replacements: + state_district: Norfolk County + - filename: north_glengarry.csv + add_osm_boundaries: true + city_replacements: + city: North Glengarry + - filename: north_middlesex.csv + add_osm_boundaries: true + city_replacements: + city: North Middlesex + - filename: northumberland.csv + add_osm_boundaries: true + city_replacements: + state_district: Northumberland County + - filename: oxford.csv + - filename: parry_sound.csv + add_osm_boundaries: true + city_replacements: + city: Parry Sound + - filename: peel-region.csv + - filename: perth.csv + add_osm_boundaries: true + city_replacements: + state_district: Perth County + - filename: peterborough.csv + add_osm_boundaries: true + city_replacements: + city: Peterborough + - filename: prescott_russell.csv + add_osm_boundaries: true + city_replacements: + state_district: United Counties of Prescott and Russell + - filename: prince_edward.csv + add_osm_boundaries: true + city_replacements: + state_district: Prince Edward County + - filename: quinte_west.csv + add_osm_boundaries: true + city_replacements: + city: Quinte West + - filename: rainy_river.csv + add_osm_boundaries: true + city_replacements: + city: Rainy River + - filename: renfrew.csv + add_osm_boundaries: true + city_replacements: + state_district: Renfew County + - filename: seguin.csv + - filename: seine_river.csv + add_osm_boundaries: true + city_replacements: + state_district: Seine River First Nation + - filename: simcoe.csv + add_osm_boundaries: true + city_replacements: + state_district: Simcoe County + - filename: southwest-middlesex.csv + add_osm_boundaries: true + city_replacements: + city: Southwest Middlesex + - filename: stormont_dundas_glengarry.csv + city_replacements: + state_district: "United Counties of Stormont, Dundas and Glengarry" + - filename: stratford.csv + add_osm_boundaries: true + city_replacements: + city: Stratford + - filename: strathroy-caradoc.csv + add_osm_boundaries: true + city_replacements: + city: Strathroy-Caradoc + - filename: thames_centre.csv + add_osm_boundaries: true + city_replacements: + city: Thames Centre + - filename: town_of_oakville.csv + add_osm_boundaries: true + city_replacements: + city: Oakville + - filename: township_of_durham.csv + - filename: waterloo.csv + add_osm_boundaries: true + city_replacements: + city: Waterloo + - filename: west_parry_sound_district.csv + add_osm_boundaries: true + city_replacements: + city: Parry Sound + - filename: york.csv + add_osm_boundaries: true + city_replacements: + state_district: York Region + + pe: + add: + state: PE + language: en + files: + - filename: province.csv + add_osm_boundaries: true + + qc: + add: + state: QC + language: fr + files: + - filename: gatineau.csv + add_osm_boundaries: true + city_replacements: + city: Gatineau + - filename: longueuil.csv + add_osm_boundaries: true + city_replacements: + city: Longueuil + - filename: montreal.csv + add_osm_boundaries: true + city_replacements: + city: Montréal + - filename: laval.csv + add_osm_boundaries: true + city_replacements: + city: Laval + + sk: + add: + state: SK + language: en + files: + - filename: regina.csv + add_osm_boundaries: true + city_replacements: + city: Regina + - filename: saskatoon.csv + add_osm_boundaries: true + city_replacements: + city: Saskatoon + + yk: + add: + state: Yukon + language: en + files: + - filename: whitehorse.csv + add_osm_boundaries: true + city_replacements: + city: Whitehorse + + ch: + files: + - filename: aargau.csv + add_osm_boundaries: true + language: de + add: + state: AG + - filename: bern.csv + add: + state: BE + - filename: basel-land.csv + language: de + add: + state: BL + - filename: basel-stadt.csv + language: de + add: + state: BS + - filename: fribourg.csv + add: + state: FR + - filename: geneva.csv + language: fr + add: + state: GE + - filename: glarus.csv + language: de + add: + state: GL + - filename: grisons.csv + add: + state: GR + - filename: luzern.csv + add: + state: LU + - filename: schaffhausen.csv + language: de + add: + state: SH + - filename: schwyz.csv + language: de + add: + state: SZ + - filename: solothurn.csv + language: de + add: + state: SO + - filename: uri.csv + language: de + add: + state: UR + - filename: zurich.csv + language: de + add: + state: ZH + + cn: + subdirs: + 42: + files: + - filename: wuhan.csv + language: zh + add_osm_boundaries: true + add: + city: 武汉市 + fields: + <<: *default_fields + DISTRICT: + component: city_district + + co: + files: + - filename: bogota.csv + add_osm_boundaries: true + city_replacements: + city: Bogotá + subdirs: + ant: + files: + - filename: medellin.csv + add_osm_boundaries: true + city_replacements: + city: Medellín + + cz: + files: + - filename: countrywide.csv + + cw: + files: + - filename: countrywide.csv + add_osm_boundaries: true + + de: + postcode_length: 5 + files: + - filename: berlin.csv + subdirs: + he: + files: + - filename: city_of_frankfurtammain.csv + - filename: city_of_kassel.csv + add_osm_boundaries: true + city_replacements: + city: Kassel + hh: + files: + - filename: statewide.csv + ni: + files: + - filename: bentheim.csv + nw: + files: + - filename: city_of_cologne.csv + - filename: city_of_wuppertal.csv + add_osm_boundaries: true + city_replacements: + city: Wuppertal + - filename: kreis_viersen.csv + - filename: statewide.csv + sn: + files: + - filename: statewide.csv + + th: + files: + - filename: statewide.csv + + es: + add_osm_boundaries: true + postcode_length: 5 + files: + - filename: 25829.csv + - filename: 25830.csv + - filename: 25831.csv + - filename: 32628.csv + + fi: + add_osm_boundaries: true + ignore_rows_missing_fields: + - road + files: + - filename: ahvenanmaa-fi.csv + language: fi + - filename: ahvenanmaa-sv.csv + language: sv + - filename: etelä-karjala-fi.csv + language: fi + - filename: etelä-pohjanmaa-fi.csv + language: fi + - filename: etelä-savo-fi.csv + language: fi + - filename: kainuu-fi.csv + language: fi + - filename: kanta-häme-fi.csv + language: fi + - filename: keski-pohjanmaa-fi.csv + language: fi + - filename: keski-pohjanmaa-sv.csv + language: sv + - filename: keski-suomi-fi.csv + language: fi + - filename: kymeenlaakso-fi.csv + language: fi + - filename: kymeenlaakso-sv.csv + language: sv + - filename: lappi-fi.csv + language: fi + - filename: päijät-häme-fi.csv + language: fi + - filename: pirkanmaa-fi.csv + language: fi + - filename: pohjanmaa-fi.csv + language: fi + - filename: pohjanmaa-sv.csv + language: sv + - filename: pohjois-karjala-fi.csv + language: fi + - filename: pohjois-pohjanmaa-fi.csv + language: fi + - filename: pohjois-savo-fi.csv + language: fi + - filename: satakunta-fi.csv + language: fi + - filename: uusimaa-fi.csv + language: fi + - filename: uusimaa-sv.csv + language: sv + - filename: varsinais-suomi-fi.csv + language: fi + - filename: varsinais-suomi-sv.csv + language: sv + + fr: + postcode_length: 5 + alias_fields_containing: + city: + - pattern: "(?:lyon|paris|marseilles?) ([\\d]+(?:e|er|ème|eme) arrondissement)" + component: city_district + files: + - filename: ain.csv + - filename: aisne.csv + - filename: allier.csv + - filename: alpes_de_haute_provence.csv + - filename: alpes_maritimes.csv + - filename: ardeche.csv + - filename: ardennes.csv + - filename: ariege.csv + - filename: aube.csv + - filename: aveyron.csv + - filename: bas_rhin.csv + - filename: bouches_du_rhone.csv + - filename: calvados.csv + - filename: cantal.csv + - filename: charente.csv + - filename: charente_maritime.csv + - filename: cher.csv + - filename: correze.csv + - filename: corse_du_sud.csv + - filename: cote_dor.csv + - filename: cotes_darmor.csv + - filename: creuse.csv + - filename: deux_sevres.csv + - filename: dordogne.csv + - filename: doubs.csv + - filename: drome.csv + - filename: essonne.csv + - filename: eure.csv + - filename: finistere.csv + - filename: gard.csv + - filename: gers.csv + - filename: gironde.csv + # Guadeloupe - overseas department (treated as a country in libpostal) + - filename: guadeloupe.csv + cldr_country_probability: 1.0 + override_country_dir: gp + # French Guiana - overseas department (treated as a country in libpostal) + - filename: guyane.csv + cldr_country_probability: 1.0 + override_country_dir: gf + - filename: haute_corse.csv + - filename: haute_garonne.csv + - filename: haute_loire.csv + - filename: haute_marne.csv + - filename: haute_rhin.csv + - filename: hautes_alpes.csv + - filename: haute_saone.csv + - filename: haute_savoie.csv + - filename: hautes_pyrenees.csv + - filename: haute_vienne.csv + - filename: hauts_de_seine.csv + - filename: herault.csv + - filename: ille_et_vilaine.csv + - filename: indre.csv + - filename: indre_et_loire.csv + - filename: isere.csv + - filename: jura.csv + - filename: landes.csv + # Réunion - overseas department (treated as a country in libpostal) + - filename: la_reunion.csv + cldr_country_probability: 1.0 + override_country_dir: re + - filename: loire_atlantique.csv + - filename: loire.csv + - filename: loir_et_cher.csv + - filename: loiret.csv + - filename: lot.csv + - filename: lozere.csv + - filename: maine_et_loire.csv + - filename: manche.csv + - filename: marne.csv + # Martinique - overseas department (treated as a country in libpostal) + - filename: martinique.csv + cldr_country_probability: 1.0 + override_country_dir: mq + # Mayotte - overseas department (treated as a country in libpostal) + - filename: mayenne.csv + - filename: mayotte.csv + cldr_country_probability: 1.0 + override_country_dir: yt + - filename: meurthe_et_moselle.csv + - filename: meuse.csv + - filename: montpellier.csv + add_osm_boundaries: true + city_replacements: + city: Montpellier + - filename: morbihan.csv + - filename: moselle.csv + - filename: nievre.csv + - filename: nord.csv + - filename: oise.csv + - filename: orne.csv + - filename: paris.csv + - filename: pas_de_calais.csv + - filename: puy_de_dome.csv + - filename: pyrenees_atlantiques.csv + - filename: rhone.csv + - filename: saone_et_loire.csv + - filename: sarthe.csv + - filename: savoie.csv + - filename: seien_et_marne.csv + - filename: seine_maritime.csv + - filename: seine_saint_denis.csv + - filename: somme.csv + - filename: tarn.csv + - filename: tarn_et_garonne.csv + - filename: territoire_de_belfort.csv + - filename: val_de_marne.csv + - filename: val_doise.csv + - filename: var.csv + - filename: vaucluse.csv + - filename: vendee.csv + - filename: vienne.csv + - filename: yonne.csv + - filename: yvelines.csv + + gr: + subdirs: + b: + files: + - filename: municipality_of_kalamaria.csv + add_osm_boundaries: true + city_replacements: + city: Θεσσαλονίκη + + il: + files: + - filename: countrywide-hebrew.csv + language: he + - filename: countrywide-latin.csv + language: en + + is: + files: + - filename: countrywide.csv + add_osm_boundaries: true + city_replacements: + country: Ísland + + it: + postcode_length: 5 + osm_neighborhood_overrides_city: true + files: + - filename: countrywide.csv + fields: + <<: *default_fields + DISTRICT: + component: state_district + value_map: + "AGRIGENTO": AG + "ALESSANDRIA": AL + "ANCONA": AN + "AOSTA": AO + "AREZZO": AR + "ASCOLI PICENO": AP + "ASTI": AT + "AVELLINO": AV + "BARI": BA + "BARLETTA-ANDRIA-TRANI": BT + "BELLUNO": BL + "BENEVENTO": BN + "BERGAMO": BG + "BIELLA": BI + "BOLOGNA": BO + "BOLZANO/BOZEN": BZ + "BRESCIA": BS + "BRINDISI": BR + "CAGLIARI": CA + "CALTANISSETTA": CL + "CAMPOBASSO": CB + "CARBONIA-IGLESIAS": CI + "CASERTA": CE + "CATANIA": CT + "CATANZARO": CZ + "CHIETI": CH + "COMO": CO + "COSENZA": CS + "CREMONA": CR + "CROTONE": KR + "CUNEO": CN + "ENNA": EN + "FERMO": FM + "FERRARA": FE + "FIRENZE": FI + "FOGGIA": FG + "FORLI'-CESENA": FC + "FROSINONE": FR + "GENOVA": GE + "GORIZIA": GO + "GROSSETO": GR + "IMPERIA": IM + "ISERNIA": IS + "LA SPEZIA": SP + "L'AQUILA": AQ + "LATINA": LT + "LECCE": LE + "LECCO": LC + "LIVORNO": LI + "LODI": LO + "LUCCA": LU + "MACERATA": MC + "MANTOVA": MN + "MASSA-CARRARA": MS + "MATERA": MT + "MEDIO CAMPIDANO": VS + "MESSINA": ME + "MILANO": MI + "MODENA": MO + "MONZA E DELLA BRIANZA": MB + "NAPOLI": NA + "NOVARA": "NO" + "NUORO": NU + "OGLIASTRA": OG + "OLBIA-TEMPIO": OT + "ORISTANO": OR + "PADOVA": PD + "PALERMO": PA + "PARMA": PR + "PAVIA": PV + "PERUGIA": PG + "PESARO E URBINO": PU + "PESCARA": PE + "PIACENZA": PC + "PISA": PI + "PISTOIA": PT + "PORDENONE": PN + "POTENZA": PZ + "PRATO": PO + "RAGUSA": RG + "RAVENNA": RA + "REGGIO DI CALABRIA": RC + "REGGIO NELL'EMILIA": RE + "RIETI": RI + "RIMINI": RN + "ROMA": RM + "ROVIGO": RO + "SALERNO": SA + "SASSARI": SS + "SAVONA": SV + "SIENA": SI + "SIRACUSA": SR + "SONDRIO": SO + "TARANTO": TA + "TERAMO": TE + "TERNI": TR + "TORINO": TO + "TRAPANI": TP + "TRENTO": TN + "TREVISO": TV + "TRIESTE": TS + "UDINE": UD + "VARESE": VA + "VENEZIA": VE + "VERBANO-CUSIO-OSSOLA": VB + "VERCELLI": VC + "VERONA": VR + "VIBO VALENTIA": VV + "VICENZA": VI + "VITERBO": VT + + subdirs: + "04": + files: + - filename: acerra.csv + add_osm_boundaries: true + city_replacements: + city: Acerra + # Piemonte + 21: + files: + - filename: statewide.csv + # Trentino-Alto Adige/Südtirol + 32: + files: + - filename: south-tyrol-de.json + language: de + - filename: south-tyrol-it.json + language: it + # Veneto + 34: + files: + - filename: venice.csv + add_osm_boundaries: true + # Friuli-Venezia Giulia + 36: + files: + - filename: statewide.csv + # Emilia-Romagna + 45: + files: + - filename: bo.csv + - filename: bologna.csv + - filename: fc.csv + - filename: fe.csv + - filename: ferrara.csv + add_osm_boundaries: true + city_replacements: + city: Ferrara + - filename: mo.csv + - filename: pc.csv + - filename: pr.csv + - filename: ra.csv + - filename: re.csv + - filename: rn.csv + # Toscana + 52: + files: + - filename: firenze.csv + add_osm_boundaries: true + city_replacements: + city: Firenze + - filename: statewide.csv + # Sicilia + 82: + files: + - filename: statewide.csv + # Sardegna + 88: + files: + - filename: statewide.csv + + jm: + cldr_country_probability: 0.9 + files: + - filename: august_town.csv + - filename: countrywide.csv + ignore_fields_containing: + city: + - "^\\s*S\\s*$" + state: + - "^\\s*KINGSTON\\s*$" + + jp: + language: ja + fields: + NUMBER: + component: house_number + STREET: + component: suburb + files: + - filename: aichi.csv + - filename: akita.csv + - filename: aomori.csv + - filename: chiba.csv + - filename: ehime.csv + - filename: fukui.csv + - filename: fukuoka.csv + - filename: fukushima.csv + - filename: gifu.csv + - filename: gunma.csv + - filename: hiroshima.csv + - filename: hokkaido.csv + - filename: hyogo.csv + - filename: ibaraki.csv + - filename: ishikawa.csv + - filename: iwate.csv + - filename: kagawa.csv + - filename: kagoshima.csv + - filename: kanagawa.csv + - filename: kochi.csv + - filename: kumamoto.csv + - filename: kyoto.csv + - filename: mie.csv + - filename: miyagi.csv + - filename: miyazaki.csv + - filename: nagano.csv + - filename: nagasaki.csv + - filename: nara.csv + - filename: niigata.csv + - filename: oita.csv + - filename: okayama.csv + - filename: okinawa.csv + - filename: osaka.csv + - filename: saga.csv + - filename: saitama.csv + - filename: shiga.csv + - filename: shimane.csv + - filename: shizuoka.csv + - filename: tochigi.csv + - filename: tokushima.csv + - filename: tokyo.csv + - filename: tottori.csv + - filename: toyama.csv + - filename: wakayama.csv + - filename: yamagata.csv + - filename: yamaguchi.csv + - filename: yamanashi.csv + + kr: + subdirs: + seoul: + language: ko + add_osm_boundaries: true + files: + - filename: chongnogu-old.csv + - filename: chunggu-old.csv + - filename: chungnanggu-old.csv + - filename: kangbukku-old.csv + - filename: kangdonggu-old.csv + - filename: kangnamgu-old.csv + - filename: kangseogu-old.csv + - filename: keumcheongu-old.csv + - filename: kurogu-old.csv + - filename: kwanakku-old.csv + - filename: kwangjingu-old.csv + - filename: mapogu-old.csv + - filename: noweongu-old.csv + - filename: seochogu-old.csv + - filename: seodaemungu-old.csv + - filename: seongbukku-old.csv + - filename: seongdonggu-old.csv + - filename: songpagu-old.csv + - filename: tobonggu-old.csv + - filename: tongdaemungu-old.csv + - filename: tongjakku-old.csv + - filename: yangcheongu-old.csv + - filename: yeongdeungpogu-old.csv + - filename: yongsangu-old.csv + + # Seoul + 11: + language: ko + add_osm_neighborhoods: false + fields: + <<: *default_fields + CITY: + component: city_district + DISTRICT: + component: suburb + REGION: + component: city + files: + - filename: provincewide.csv + + # Busan + 26: + language: ko + add_osm_neighborhoods: false + fields: + <<: *default_fields + CITY: + component: city_district + DISTRICT: + component: suburb + REGION: + component: city + files: + - filename: provincewide.csv + + # Daegu + 27: + language: ko + add_osm_neighborhoods: false + fields: + <<: *default_fields + CITY: + component: city_district + DISTRICT: + component: suburb + REGION: + component: city + files: + - filename: provincewide.csv + + # Incheon + 28: + language: ko + add_osm_neighborhoods: false + fields: + <<: *default_fields + CITY: + component: city_district + DISTRICT: + component: suburb + REGION: + component: city + files: + - filename: provincewide.csv + + # Gwangju + 29: + language: ko + add_osm_neighborhoods: false + fields: + <<: *default_fields + CITY: + component: city_district + DISTRICT: + component: suburb + REGION: + component: city + files: + - filename: provincewide.csv + + # Daejeon + 30: + language: ko + add_osm_neighborhoods: false + fields: + <<: *default_fields + CITY: + component: city_district + DISTRICT: + component: suburb + REGION: + component: city + files: + - filename: provincewide.csv + + # Ulsan + 31: + language: ko + add_osm_neighborhoods: false + fields: + <<: *default_fields + CITY: + component: city_district + DISTRICT: + component: suburb + REGION: + component: city + files: + - filename: provincewide.csv + + # Gyeonggi + 41: + language: ko + add_osm_boundaries: true + files: + - filename: provincewide.csv + + # Gangwon + 42: + language: ko + add_osm_boundaries: true + files: + - filename: provincewide.csv + + # North Chungcheong + 43: + language: ko + add_osm_boundaries: true + files: + - filename: provincewide.csv + + # South Chungcheong + 44: + language: ko + add_osm_boundaries: true + files: + - filename: provincewide.csv + + # North Jeolla + 45: + language: ko + add_osm_boundaries: true + files: + - filename: provincewide.csv + + # South Jeolla + 46: + language: ko + add_osm_boundaries: true + files: + - filename: provincewide.csv + + # North Gyeongsang + 47: + language: ko + add_osm_boundaries: true + files: + - filename: provincewide.csv + + # South Gyeongsang + 48: + language: ko + add_osm_boundaries: true + files: + - filename: provincewide.csv + + # Jeju + 49: + language: ko + add_osm_boundaries: true + add_osm_neighborhoods: false + fields: + <<: *fields_with_state + DISTRICT: + component: suburb + files: + - filename: provincewide.csv + + # Sejong + 50: + language: ko + add_osm_boundaries: true + files: + - filename: provincewide.csv + + kw: + add_osm_boundaries: true + files: + - filename: countrywide-arabic.csv + language: ar + - filename: countrywide-latin.csv + language: en + + kz: + language: ru + files: + - filename: asa-statewide.csv + add_osm_boundaries: true + city_replacements: + city: Алматы + - filename: ala-statewide.csv + add_osm_boundaries: true + + li: + cldr_country_probability: 0.9 + files: + - filename: countrywide.csv + + lt: + cldr_country_probability: 0.8 + files: + - filename: city_of_vilnius.csv + - filename: countrywide.csv + + lu: + cldr_country_probability: 0.8 + files: + - filename: countrywide.csv + + lv: + files: + - filename: city_of_riga.csv + + mx: + language: es + postcode_length: 5 + files: + - filename: countrywide.csv + add_osm_boundaries: true + subdirs: + aguascalientes: + add: + state: AG + files: + - filename: statewide.csv + + baja-california: + add: + state: BN + files: + - filename: statewide.csv + + baja-california-sur: + add: + state: BS + files: + - filename: statewide.csv + + campeche: + add: + state: CM + files: + - filename: statewide.csv + + chiapas: + add: + state: CP + files: + - filename: statewide.csv + + chihuahua: + add: + state: CH + files: + - filename: statewide.csv + + coahuila-de-zaragoza: + add: + state: CA + files: + - filename: statewide.csv + + colima: + add: + state: CL + files: + - filename: statewide.csv + + distrito-federal: + add: + city: Ciudad de México + state: Distrito Federal + files: + - filename: statewide.csv + fields: + <<: *default_fields + CITY: + component: city_district + add_osm_boundaries: true + + durango: + add: + state: DU + files: + - filename: statewide.csv + + guanajuato: + add: + state: GT + files: + - filename: statewide.csv + + guerrero: + add: + state: GR + files: + - filename: statewide.csv + + hidalgo: + add: + state: HI + files: + - filename: statewide.csv + + jalisco: + add: + state: JA + files: + - filename: statewide.csv + + méxico: + add: + state: MX + files: + - filename: statewide.csv + + michoacán-de-ocampo: + add: + state: MC + files: + - filename: statewide.csv + + morelos: + add: + state: MR + files: + - filename: statewide.csv + + nayarit: + add: + state: NA + files: + - filename: statewide.csv + + nuevo-león: + add: + state: NL + files: + - filename: statewide.csv + + oaxaca: + add: + state: OA + files: + - filename: statewide.csv + + puebla: + add: + state: PU + files: + - filename: statewide.csv + + querétaro: + add: + state: QE + files: + - filename: statewide.csv + + quintana-roo: + add: + state: QR + files: + - filename: statewide.csv + + san-luis-potosí: + add: + state: SL + files: + - filename: statewide.csv + + sinaloa: + add: + state: SI + files: + - filename: statewide.csv + + sonora: + add: + state: SO + files: + - filename: statewide.csv + + tabasco: + add: + state: TB + files: + - filename: statewide.csv + + tamaulipas: + add: + state: TM + files: + - filename: statewide.csv + + tlaxcala: + add: + state: TL + files: + - filename: statewide.csv + + veracruz-de-ignacio-de-la-llave: + add: + state: VE + files: + - filename: statewide.csv + + yucatán: + add: + state: YU + files: + - filename: statewide.csv + + zacatecas: + add: + state: ZA + files: + - filename: statewide.csv + + nl: + files: + - filename: countrywide.csv + + "no": + files: + - filename: countrywide.csv + + nz: + add_osm_boundaries: true + files: + - filename: countrywide.csv + - filename: city_of_palmerston_north.csv + + pl: + files: + - filename: dolnoslaskie.csv + - filename: kujawsko-pomorskie.csv + - filename: lodzkie.csv + - filename: lubelskie.csv + - filename: lubuskie.csv + - filename: malopolski.csv + - filename: mazowieckie.csv + - filename: opolskie.csv + - filename: podkarpackie.csv + - filename: podlaskie.csv + - filename: pomorskie.csv + - filename: slaskie.csv + - filename: swietokrzyskie.csv + - filename: warminsko-mazurskie.csv + - filename: wielkopolskie.csv + - filename: zachodniopomorskie.csv + + ru: + language: ru + subdirs: + ce: + add: + state: Чечня + files: + - filename: argun.csv + - filename: gikalo.csv + - filename: grozny.csv + city_replacements: + city: Грозный + - filename: gudermes.csv + - filename: kurchaloy.csv + + ko: + add: + state: Республика Коми + files: + - filename: statewide.csv + + mow: + add: + state: Московская область + files: + - filename: statewide.csv + + nvs: + add: + state: Новосибирская область + files: + - filename: statewide.csv + + vgg: + add: + state: Волгоградская область + files: + - filename: statewide.csv + ignore_fields_containing: + postcode: + - "^[0-9]{1,5}$" + + se: + files: + - filename: municipality_of_alingsas.csv + - filename: municipality_of_gislaved.csv + - filename: municipality_of_helsingborg.csv + - filename: municipality_of_hoganas.csv + - filename: municipality_of_kalmar.csv + - filename: municipality_of_kristinehamn.csv + - filename: municipality_of_Österåker.csv + - filename: municipality_of_malmo.csv + - filename: municipality_of_nacka.csv + add_osm_boundaries: true + - filename: municipality_of_savsjö.csv + - filename: municipality_of_stockholm.csv + - filename: municipality_of_vasteras.csv + - filename: municipality_of_vaxholm.csv + - filename: municipality_of_vaxjo.csv + + sg: + cldr_country_probability: 0.8 + files: + - filename: countrywide.csv + add_osm_boundaries: true + + sk: + files: + - filename: countrywide.csv + + ua: + subdirs: + 12: + files: + - filename: city_of_dnipropetrovsk.csv + add_osm_boundaries: true + language: uk + city_replacements: + city: Дніпро + us: + cldr_country_probability: 0.05 + ignore_fields_containing: + city: + - "\\bcounty\\b" + road: + - "\\bp\\.?\\s*o\\.?\\s*box\\b" + postcode: + - "^[0-9]{1,4}$" + + subdirs: + ak: + add: + state: AK + files: + - filename: anchorage.csv + add_osm_boundaries: true + city_replacements: + city: Anchorage + - filename: city_of_juneau.csv + add_osm_boundaries: true + city_replacements: + city: Juneau + - filename: fairbanks_north_star_borough.csv + add_osm_boundaries: true + city_replacements: + state_district: Fairbanks North Star Borough + - filename: ketchikan.csv + - filename: kenai_peninsula_borough.csv + - filename: kodiak_island_borough.csv + add_osm_boundaries: true + city_replacements: + state_district: Kodiak Island Borough + - filename: matanuska_susitna_borough.csv + add_osm_boundaries: true + city_replacements: + state_district: Matanuska-Susitna Borough + - filename: yakutat_borough.csv + add_osm_boundaries: true + city_replacements: + state_district: Yakutat + + al: + add: + state: AL + files: + - filename: baldwin.csv + add_osm_boundaries: true + city_replacements: + state_district: Baldwin County + - filename: calhoun.csv + add_osm_boundaries: true + city_replacements: + state_district: Calhoun County + - filename: city_of_auburn.csv + add_osm_boundaries: true + city_replacements: + city: Auburn + - filename: city_of_huntsville.csv + - filename: city_of_mobile.csv + add_osm_boundaries: true + city_replacements: + city: Mobile + - filename: etowah.csv + add_osm_boundaries: true + city_replacements: + state_district: Etowah County + - filename: jefferson.csv + add_osm_boundaries: true + city_replacements: + state_district: Jefferson County + - filename: madison.csv + add_osm_boundaries: true + city_replacements: + state_district: Madison County + - filename: montgomery.csv + - filename: pike.csv + city_replacements: + state_district: Pike County + - filename: shelby.csv + # Don't add OSM boundaries by default, only use county as backup + city_replacements: + state_district: Shelby County + - filename: st_clair.csv + add_osm_boundaries: true + city_replacements: + state_district: Saint Clair County + - filename: talladega.csv + add_osm_boundaries: true + city_replacements: + state_district: Talladega County + - filename: tuscaloosa.csv + + ar: + add: + state: AR + files: + - filename: city_of_fayetteville.csv + - filename: statewide.csv + + az: + add: + state: AZ + files: + - filename: city_of_glendale.csv + - filename: city_of_mesa.csv + - filename: city_of_scottsdale.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: *ignore_simple_units + add_osm_boundaries: true + city_replacements: + city: Scotsdale + - filename: coconino.csv + add_osm_boundaries: true + city_replacements: + state_district: Coconino County + - filename: cochise.csv + house_number_strip_commas: true + - filename: gila.csv + - filename: maricopa.csv + - filename: pima.csv + - filename: pinal.csv + add_osm_boundaries: true + city_replacements: + state_district: Pinal County + - filename: yavapai.csv + - filename: yuma.csv + + ca: + add: + state: CA + files: + - filename: alameda.csv + - filename: amador.csv + - filename: berkeley.csv + - filename: butte.csv + - filename: city_of_anaheim.csv + city_replacements: + city: Anaheim + - filename: city_of_bakersfield.csv + - filename: city_of_carson.csv + - filename: city_of_cupertino.csv + - filename: city_of_hayward.csv + add_osm_boundaries: true + city_replacements: + city: Hayward + - filename: city_of_long_beach.csv + add_osm_boundaries: true + city_replacements: + city: Long Beach + - filename: city_of_mountain_view.csv + - filename: city_of_orange.csv + - filename: city_of_san_jose.csv + add_osm_boundaries: true + city_replacements: + city: San Jose + - filename: city_of_san_luis_obispo.csv + add_osm_boundaries: true + city_replacements: + city: San Luis Obispo + - filename: city_of_temecula.csv + - filename: colusa.csv + - filename: contra_costa.csv + add_osm_boundaries: true + city_replacements: + state_district: Contra Costa County + - filename: del_norte.csv + - filename: el_dorado.csv + add_osm_boundaries: true + city_replacements: + state_district: El Dorado County + - filename: fresno.csv + add_osm_boundaries: true + city_replacements: + state_district: Fresno County + - filename: glenn.csv + add_osm_boundaries: true + city_replacements: + state_district: Glenn County + - filename: humboldt.csv + city_replacements: + state_district: Humboldt County + - filename: inyo.csv + - filename: kern.csv + add_osm_boundaries: true + city_replacements: + state_district: Kern County + ignore_fields_containing: + road: + - "^[A-Z0-9]$" + - filename: kings.csv + add_osm_boundaries: true + city_replacements: + state_district: Kings County + - filename: lake.csv + add_osm_boundaries: true + city_replacements: + state_district: Lake County + - filename: lassen.csv + add_osm_boundaries: true + city_replacements: + state_district: Lassen County + - filename: los_angeles.csv + - filename: madera.csv + add_osm_boundaries: true + city_replacements: + state_district: Madera County + - filename: mendocino.csv + add_osm_boundaries: true + city_replacements: + state_district: Mendocino County + - filename: merced.csv + add_osm_boundaries: true + city_replacements: + state_district: Merced County + - filename: mono.csv + - filename: monterey.csv + - filename: napa.csv + add_osm_boundaries: true + city_replacements: + state_district: Napa County + - filename: nevada.csv + - filename: palo_alto.csv + add_osm_boundaries: true + city_replacements: + city: Palo Alto + - filename: placer.csv + add_osm_boundaries: true + city_replacements: + state_district: Placer County + - filename: plumas.csv + - filename: riverside.csv + - filename: sacramento.csv + add_osm_boundaries: true + city_replacements: + state_district: Sacramento County + - filename: san_benito.csv + add_osm_boundaries: true + city_replacements: + state_district: San Benito County + - filename: san_bernardino.csv + - filename: san_diego.csv + - filename: san_francisco.csv + add_osm_boundaries: true + city_replacements: + city: San Francisco + - filename: san_joaquin.csv + add_osm_boundaries: true + city_replacements: + state_district: San Joaquin County + - filename: san_luis_obispo.csv + - filename: san_mateo.csv + add_osm_boundaries: true + city_replacements: + state_district: San Mateo County + - filename: santa_barbara.csv + - filename: santa_clara.csv + - filename: santa_cruz.csv + - filename: shasta.csv + - filename: solano.csv + - filename: sonoma.csv + - filename: stanislaus.csv + add_osm_boundaries: true + city_replacements: + state_district: Stanislaus County + - filename: tehama.csv + add_osm_boundaries: true + city_replacements: + state_district: Tehama County + - filename: trinity.csv + - filename: tulare.csv + - filename: tuolumne.csv + add_osm_boundaries: true + city_replacements: + state_district: Tuolumne County + - filename: ventura.csv + - filename: yolo.csv + add_osm_boundaries: true + city_replacements: + state_district: Yolo County + - filename: yuba.csv + co: + add: + state: CO + files: + - filename: arapahoe.csv + add_osm_boundaries: true + city_replacements: + state_district: Arapahoe County + - filename: boulder.csv + - filename: broomfield.csv + - filename: city_of_arvada.csv + - filename: city_of_aurora.csv + - filename: city_of_boulder.csv + - filename: city_of_commerce_city.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: *ignore_simple_units + - filename: city_of_erie.csv + - filename: city_of_fort_collins.csv + add_osm_boundaries: true + city_replacements: + city: Fort Collins + - filename: city_of_greeley.csv + - filename: city_of_loveland.csv + add_osm_boundaries: true + city_replacements: + city: Loveland + - filename: clear_creek.csv + add_osm_boundaries: true + city_replacements: + state_district: Clear Creek County + - filename: conejos.csv + add_osm_boundaries: true + city_replacements: + state_district: Conejos County + - filename: delta.csv + - filename: denver.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: *ignore_simple_units + add_osm_boundaries: true + city_replacements: + city: Denver + - filename: douglas.csv + - filename: eagle.csv + - filename: el_paso.csv + add_osm_boundaries: true + city_replacements: + state_district: El Paso County + - filename: fremont.csv + city_replacements: + state_district: Fremont County + - filename: garfield.csv + - filename: gilpin.csv + add_osm_boundaries: true + city_replacements: + state_district: Gilpin County + - filename: grand.csv + add_osm_boundaries: true + city_replacements: + state_district: Grand County + - filename: gunnison.csv + add_osm_boundaries: true + city_replacements: + state_district: Gunnison County + - filename: jefferson.csv + add_osm_boundaries: true + city_replacements: + state_district: Jefferson County + - filename: la_plata.csv + - filename: mesa.csv + - filename: mineral.csv + add_osm_boundaries: true + city_replacements: + state_district: Mineral County + - filename: moffat.csv + add_osm_boundaries: true + city_replacements: + state_district: Moffat County + - filename: montezuma.csv + - filename: montrose.csv + - filename: park.csv + add_osm_boundaries: true + city_replacements: + state_district: Park County + - filename: pitkin.csv + add_osm_boundaries: true + city_replacements: + state_district: Pitkin County + - filename: pueblo.csv + - filename: rio_blanco.csv + - filename: routt.csv + add_osm_boundaries: true + city_replacements: + state_district: Routt County + - filename: sanmiguel.csv + - filename: teller.csv + add_osm_boundaries: true + city_replacements: + state_district: Teller County + - filename: washington.csv + - filename: weld.csv + add_osm_boundaries: true + city_replacements: + state_district: Weld County + + ct: + add: + state: CT + files: + - filename: statewide.csv + - filename: city_of_hartford.csv + add_osm_boundaries: true + city_replacements: + city: Hartford + - filename: city_of_manchester.csv + add_osm_boundaries: true + city_replacements: + city: Manchester + - filename: city_of_waterbury.csv + add_osm_boundaries: true + city_replacements: + city: Waterbury + - filename: city_of_watertown.csv + add_osm_boundaries: true + city_replacements: + city: Watertown + - filename: town_of_avon.csv + add_osm_boundaries: true + city_replacements: + city: Avon + - filename: town_of_easton_monroe.csv + - filename: town_of_fairfield.csv + add_osm_boundaries: true + city_replacements: + city: Fairfield + - filename: town_of_groton.csv + add_osm_boundaries: true + city_replacements: + city: Groton + + dc: + add: + state: District of Columbia + files: + - filename: statewide.csv + + de: + add: + state: DE + files: + - filename: kent.csv + - filename: new_castle.csv + - filename: sussex.csv + + fl: + add: + state: FL + files: + - filename: alachua.csv + - filename: bay.csv + add_osm_boundaries: true + city_replacements: + state_district: Bay County + - filename: brevard.csv + - filename: broward.csv + - filename: charlotte.csv + add_osm_boundaries: true + city_replacements: + state_district: Charlotte County + - filename: citrus.csv + - filename: city_of_lakeland.csv + add_osm_boundaries: true + city_replacements: + city: Lakeland + - filename: clay.csv + - filename: collier.csv + - filename: desoto.csv + - filename: duval.csv + - filename: gulf.csv + add_osm_boundaries: true + city_replacements: + state_district: Gulf County + - filename: hernando.csv + - filename: highlands.csv + add_osm_boundaries: true + city_replacements: + state_district: Highlands County + - filename: hillsborough.csv + add_osm_boundaries: true + city_replacements: + state_district: Hillsborough County + - filename: lake.csv + add_osm_boundaries: true + city_replacements: + state_district: Lake County + - filename: lee.csv + - filename: leon.csv + add_osm_boundaries: true + city_replacements: + state_district: Leon County + - filename: manatee.csv + - filename: miami.csv + add_osm_boundaries: true + city_replacements: + state_district: Miami-Dade County + - filename: orange_county.csv + - filename: osceola.csv + add_osm_boundaries: true + city_replacements: + state_district: Osceola County + - filename: palm_beach_county.csv + - filename: pinellas.csv + add_osm_boundaries: true + city_replacements: + state_district: Pinellas County + - filename: sarasota.csv + add_osm_boundaries: true + city_replacements: + state_district: Sarasota County + - filename: seminole.csv + - filename: statewide.csv + - filename: volusia.csv + - filename: walton.csv + + ga: + add: + state: GA + # By default every county in Georgia needs OSM boundary info unless specified + add_osm_boundaries: true + # Note: files that are left out are deliberate, a lot of merged fields, decal numbers, etc. + files: + - filename: appling.csv + city_replacements: + state_district: Appling County + - filename: bacon.csv + city_replacements: + state_district: Bacon County + - filename: bartow.csv + city_replacements: + state_district: Bartow County + - filename: ben_hill.csv + city_replacements: + state_district: Ben Hill County + - filename: berrien.csv + add_osm_boundaries: false + city_replacements: + state_district: Berrien County + - filename: bibb.csv + city_replacements: + state_district: Bibb County + - filename: bleckley.csv + city_replacements: + state_district: Bleckley County + - filename: brooks.csv + add_osm_boundaries: false + city_replacements: + state_district: Brooks County + - filename: bryan.csv + city_replacements: + state_district: Bryan County + - filename: burke.csv + city_replacements: + state_district: Burke County + - filename: calhoun.csv + city_replacements: + state_district: Calhoun County + - filename: candler.csv + city_replacements: + state_district: Candler County + - filename: carroll.csv + city_replacements: + state_district: Carroll County + - filename: charlton.csv + city_replacements: + state_district: Charlton County + - filename: chatham.csv + fields: *fields_with_state_and_unit + city_replacements: + state_district: Chatham County + - filename: city_of_alma.csv + city_replacements: + city: Alma + - filename: city_of_atlanta.csv + add_osm_boundaries: false + - filename: city_of_johns_creek.csv + add_osm_boundaries: false + fields: *fields_with_state_and_unit + - filename: city_of_sandy_springs.csv + add_osm_boundaries: true + city_replacements: + city: Sandy Springs + - filename: city_of_marietta.csv + add_osm_boundaries: true + city_replacements: + city: Marietta + - filename: city_of_savannah.csv + add_osm_boundaries: true + fields: *fields_with_state + ignore_fields_containing: + state: + - "^[\\s]*(?!ga)" + city_replacements: + city: Savannah + - filename: clayton.csv + add_osm_boundaries: false + city_replacements: + state_district: Clayton County + - filename: cobb.csv + city_replacements: + state_district: Cobb County + - filename: coffee.csv + city_replacements: + state_district: Coffee County + - filename: colquitt.csv + city_replacements: + state_district: Colquitt County + - filename: cook.csv + add_osm_boundaries: false + city_replacements: + state_district: Cook County + - filename: dekalb.csv + add_osm_boundaries: false + fields: *fields_with_unit + non_numeric_units: true + city_replacements: + state_district: DeKalb County + ignore_fields_containing: + unit: + # Ignore unit number without a type e.g. "123" or "A" + - *simple_unit_regex + # Ignore units like "Fl 2" as that's a level in our parlance + - "\\bfl\\b" + - filename: dooly.csv + city_replacements: + state_district: Dooly County + - filename: dougherty.csv + city_replacements: + state_district: Dougherty County + - filename: douglas.csv + city_replacements: + state_district: Douglas County + - filename: echols.csv + city_replacements: + state_district: Echols County + - filename: evans.csv + city_replacements: + state_district: Evans County + - filename: fayette.csv + add_osm_boundaries: false + fields: + <<: *fields_with_unit + CITY: + component: city + value_map: + BRK: Brooks + FAY: Fayetteville + JBO: Jonesboro + PTC: Peachtree City + SEN: Senoia + TYR: Tyrone + non_numeric_units: true + city_replacements: + state_district: Fayette County + - filename: forsyth.csv + add_osm_boundaries: false + fields: *fields_with_unit + non_numeric_units: true + city_replacements: + state_district: Forsyth County + ignore_fields_containing: + unit: *ignore_simple_units + - filename: fulton.csv + add_osm_boundaries: false + fields: *fields_with_state_and_unit + - filename: gordon.csv + city_replacements: + state_district: Gordon County + - filename: gwinnett.csv + add_osm_boundaries: false + fields: *fields_with_unit + non_numeric_units: true + city_replacements: + state_district: Gwinnett County + ignore_fields_containing: + unit: *ignore_simple_units + - filename: habersham.csv + add_osm_boundaries: false + city_replacements: + state_district: Habersham County + - filename: hall.csv + city_replacements: + state_district: Hall County + - filename: harris.csv + city_replacements: + state_district: Harris County + - filename: heard.csv + city_replacements: + state_district: Heard County + - filename: henry.csv + city_replacements: + state_district: Henry County + - filename: houston.csv + city_replacements: + state_district: Houston County + - filename: irwin.csv + city_replacements: + state_district: Irwin County + - filename: jackson.csv + city_replacements: + state_district: Jackson County + - filename: jefferson.csv + city_replacements: + state_district: Jefferson County + - filename: johnson.csv + city_replacements: + state_district: Johnson County + - filename: jones.csv + city_replacements: + state_district: Jones County + - filename: lanier.csv + city_replacements: + state_district: Lanier County + - filename: laurens.csv + city_replacements: + state_district: Laurens County + - filename: limestone.csv + add_osm_boundaries: false + city_replacements: + state_district: Limestone County + - filename: long.csv + city_replacements: + state_district: Long County + - filename: mcintosh.csv + city_replacements: + state_district: McIntosh County + - filename: miller.csv + city_replacements: + state_district: Miller County + - filename: mitchell.csv + city_replacements: + state_district: Mitchell County + - filename: muscogee.csv + city_replacements: + state_district: Muscogee County + - filename: newton.csv + add_osm_boundaries: false + city_replacements: + state_district: Newton County + - filename: paulding.csv + city_replacements: + state_district: Paulding County + - filename: pierce.csv + city_replacements: + state_district: Pierce County + - filename: quitman.csv + city_replacements: + state_district: Quitman County + - filename: randolph.csv + city_replacements: + state_district: Randolph County + - filename: richmond.csv + add_osm_boundaries: false + - filename: stewart.csv + city_replacements: + state_district: Stewart County + - filename: sumter.csv + city_replacements: + state_district: Sumter County + - filename: tattnall.csv + city_replacements: + state_district: Tattnall County + - filename: thomas.csv + city_replacements: + state_district: Thomas County + - filename: tift.csv + city_replacements: + state_district: Tift County + - filename: toombs.csv + city_replacements: + state_district: Toombs County + - filename: troup.csv + city_replacements: + state_district: Troup County + - filename: turner.csv + city_replacements: + state_district: Turner County + - filename: twiggs.csv + city_replacements: + state_district: Twiggs County + - filename: wheeler.csv + city_replacements: + state_district: Wheeler County + - filename: wilkinson.csv + city_replacements: + state_district: Wilkinson County + + # Placeholder for Hawaii, no files with proper addresses yet + hi: + add: + state: HI + files: + - filename: honolulu.csv + - filename: kauai.csv + add_osm_boundaries: true + city_replacements: + island: Kauai + state_district: Kauai County + ignore_fields_containing: + unit: + - "\\n" + - filename: maui.csv + add: + island: Maui + state_district: Maui County + + ia: + add: + state: IA + files: + - filename: adair.csv + add_osm_boundaries: true + city_replacements: + state_district: Adair County + - filename: benton.csv + - filename: boone.csv + - filename: bremer.csv + - filename: buchanan.csv + - filename: buena_vista.csv + - filename: calhoun.csv + - filename: carroll.csv + - filename: cass.csv + - filename: cherokee.csv + - filename: clarke.csv + - filename: clay.csv + - filename: crawford.csv + - filename: dallas.csv + - filename: decatur.csv + - filename: delaware.csv + - filename: des_moines.csv + - filename: dickinson.csv + - filename: dubuque.csv + - filename: emmet.csv + - filename: franklin.csv + - filename: fremont.csv + - filename: greene.csv + - filename: guthrie.csv + - filename: hamilton.csv + - filename: howard.csv + - filename: humboldt.csv + - filename: ida.csv + - filename: jasper.csv + - filename: johnson.csv + - filename: kossuth.csv + - filename: linn.csv + - filename: lucas.csv + - filename: lyon.csv + - filename: madison.csv + - filename: marion.csv + - filename: marshall.csv + - filename: mills.csv + - filename: monona.csv + - filename: monroe.csv + - filename: montgomery.csv + - filename: palo_alto.csv + - filename: pocahontas.csv + - filename: polk.csv + - filename: pottawattamie.csv + - filename: sac.csv + - filename: shelby.csv + - filename: sioux.csv + - filename: story.csv + - filename: webster.csv + - filename: winnebago.csv + - filename: winneshiek.csv + - filename: wright.csv + + id: + add: + state: ID + files: + - filename: ada.csv + - filename: bannock.csv + add_osm_boundaries: true + city_replacements: + state_district: Bannock County + - filename: bingham.csv + postcode_length: 5 + - filename: blaine.csv + postcode_length: 5 + - filename: bonner.csv + - filename: bonneville.csv + - filename: city_of_boise.csv + - filename: custer.csv + add_osm_boundaries: true + city_replacements: + state_district: Custer County + - filename: fremont.csv + add_osm_boundaries: true + city_replacements: + state_district: Fremont County + - filename: jefferson.csv + - filename: kootenai.csv + - filename: latah.csv + add_osm_boundaries: true + city_replacements: + state_district: Latah County + - filename: madison.csv + add_osm_boundaries: true + city_replacements: + state_district: Madison County + - filename: nez_perce.csv + add_osm_boundaries: true + city_replacements: + state_district: Nez Perce County + - filename: post_falls.csv + + il: + add: + state: IL + files: + - filename: alexander.csv + add_osm_boundaries: true + city_replacements: + state_district: Alexander County + - filename: boone.csv + - filename: champaign.csv + - filename: city_of_aurora.csv + - filename: city_of_chicago.csv + - filename: city_of_east_peoria.csv + - filename: city_of_naperville.csv + - filename: city-of-ofallon.csv + - filename: city_of_schaumburg.csv + - filename: city_of_west_peoria.csv + - filename: coles.csv + add_osm_boundaries: true + city_replacements: + state_district: Coles County + - filename: cook.csv + - filename: cumberland.csv + add_osm_boundaries: true + city_replacements: + state_district: Cumberland County + - filename: douglas.csv + add_osm_boundaries: true + city_replacements: + state_district: Douglas County + - filename: dupage.csv + - filename: effingham.csv + add_osm_boundaries: true + city_replacements: + state_district: Effingham County + - filename: jersey.csv + add_osm_boundaries: true + city_replacements: + state_district: Jersey County + - filename: kane.csv + - filename: kankakee.csv + add_osm_boundaries: true + city_replacements: + state_district: Kankakee County + - filename: kendall.csv + - filename: knox.csv + add_osm_boundaries: true + city_replacements: + state_district: Knox County + - filename: lake.csv + add_osm_boundaries: true + city_replacements: + state_district: Lake County + - filename: lawrence.csv + add_osm_boundaries: true + city_replacements: + state_district: Lawrence County + - filename: logan.csv + add_osm_boundaries: true + city_replacements: + state_district: Logan County + - filename: macon.csv + - filename: macoupin.csv + add_osm_boundaries: true + city_replacements: + state_district: Macoupin County + - filename: marshall.csv + add_osm_boundaries: true + city_replacements: + state_district: Marshall County + - filename: massac.csv + add_osm_boundaries: true + city_replacements: + state_district: Massac County + - filename: mchenry.csv + add_osm_boundaries: true + city_replacements: + state_district: McHenry County + - filename: menard.csv + add_osm_boundaries: true + city_replacements: + state_district: Menard County + - filename: morgan.csv + - filename: moultrie.csv + - filename: piatt.csv + - filename: putnam.csv + add_osm_boundaries: true + city_replacements: + state_district: Putnam County + - filename: randolph.csv + add_osm_boundaries: true + city_replacements: + state_district: Randolph County + - filename: schuyler.csv + add_osm_boundaries: true + city_replacements: + state_district: Schuyler County + - filename: shelby.csv + - filename: st_clair.csv + - filename: stephenson.csv + add_osm_boundaries: true + city_replacements: + state_district: Stephenson County + - filename: tazewell.csv + add_osm_boundaries: true + city_replacements: + state_district: Tazewell County + - filename: vermilion.csv + add_osm_boundaries: true + city_replacements: + state_district: Vermilion County + - filename: whiteside.csv + add_osm_boundaries: true + city_replacements: + state_district: Whiteside County + - filename: williamson.csv + add_osm_boundaries: true + city_replacements: + state_district: Williamson County + - filename: winnebago.csv + - filename: woodford.csv + add_osm_boundaries: true + city_replacements: + state_district: Woodford County + + in: + add: + state: IN + files: + - filename: adams.csv + - filename: allen.csv + city_replacements: + state_district: Allen County + - filename: bartholomew.csv + - filename: benton.csv + - filename: cass.csv + - filename: city-of-hobart.csv + - filename: clark.csv + - filename: elkhart.csv + - filename: floyd.csv + - filename: grant.csv + - filename: hamilton.csv + add_osm_boundaries: true + city_replacements: + state_district: Hamilton County + - filename: hendricks.csv + add_osm_boundaries: true + city_replacements: + state_district: Hendricks County + - filename: jay.csv + - filename: laporte.csv + - filename: lawrence.csv + add_osm_boundaries: true + city_replacements: + state_district: Lawrence County + - filename: madison.csv + add_osm_boundaries: true + city_replacements: + state_district: Madison County + - filename: marion_county.csv + - filename: martin.csv + - filename: miami.csv + add_osm_boundaries: true + city_replacements: + state_district: Miami County + - filename: monroe.csv + add_osm_boundaries: true + city_replacements: + state_district: Monroe County + - filename: morgan.csv + add_osm_boundaries: true + city_replacements: + state_district: Morgan County + - filename: orange.csv + - filename: owen.csv + - filename: porter.csv + - filename: statewide.csv + - filename: st_joseph.csv + add_osm_boundaries: true + city_replacements: + state_district: Saint Joseph County + - filename: tippecanoe.csv + fields: + <<: *default_fields + CITY: + component: city + value_map: + "LAF": "LAFAYETTE" + - filename: white.csv + add_osm_boundaries: true + city_replacements: + state_district: White County + + ks: + add: + state: KS + files: + - filename: allen_county.csv + - filename: anderson_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Anderson County + - filename: atchison_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Atchison County + - filename: barber_county.csv + - filename: barton_county.csv + - filename: bourbon_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Bourbon County + - filename: butler.csv + - filename: chautauqua_county.csv + - filename: city_of_lenexa.csv + - filename: city_of_olathe.csv + - filename: city_of_salina.csv + - filename: coffey_county.csv + - filename: cowley_county.csv + - filename: crawford_county.csv + - filename: doniphan_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Doniphan County + - filename: douglas.csv + - filename: edwards_county.csv + - filename: elk_county.csv + - filename: franklin_county.csv + - filename: geary_county.csv + - filename: greenwood_county.csv + - filename: harper_county.csv + - filename: harvey_county.csv + - filename: jackson_county.csv + - filename: jefferson_county.csv + - filename: kearny_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Kearny County + - filename: kingman_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Kingman County + - filename: lane_county.csv + - filename: lawrence.csv + - filename: linn_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Linn County + - filename: marion_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Marion County + - filename: meade_county.csv + - filename: nemaha_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Nemaha County + - filename: osage_county.csv + - filename: pawnee_county.csv + - filename: pottawatomie_county.csv + - filename: reno_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Reno County + - filename: riley_county.csv + - filename: rush_county.csv + - filename: scott_county.csv + - filename: shawnee_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Shawnee County + - filename: sumner_county.csv + - filename: thomas_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Thomas County + - filename: wabaunsee_county.csv + + ky: + add: + state: KY + files: + - filename: boyd.csv + add_osm_boundaries: true + city_replacements: + state_district: Boyd County + - filename: campbell.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: *ignore_simple_units + add_osm_boundaries: true + city_replacements: + state_district: Campbell County + - filename: city_of_paducah.csv + add_osm_boundaries: true + city_replacements: + city: Paducah + - filename: city_of_owensboro.csv + - filename: clark.csv + add_osm_boundaries: true + city_replacements: + state_district: Clark County + - filename: hardin.csv + add_osm_boundaries: true + city_replacements: + state_district: Hardin County + - filename: henderson.csv + add_osm_boundaries: true + city_replacements: + state_district: Henderson County + - filename: jefferson.csv + - filename: kenton.csv + city_replacements: + state_district: Kenton County + - filename: lexington-fayette.csv + add_osm_boundaries: true + city_replacements: + city: Lexington + - filename: madison.csv + - filename: mccracken.csv + add_osm_boundaries: true + city_replacements: + state_district: McCracken County + - filename: meade.csv + add_osm_boundaries: true + city_replacements: + state_district: Meade County + - filename: oldham.csv + add_osm_boundaries: true + city_replacements: + state_district: Oldham County + - filename: pendleton.csv + add_osm_boundaries: true + city_replacements: + state_district: Pendleton County + - filename: scott.csv + - filename: warren.csv + + la: + add: + state: LA + files: + - filename: ascension.csv + - filename: assumption.csv + add_osm_boundaries: true + city_replacements: + state_district: Assumption Parish + - filename: beauregard.csv + add_osm_boundaries: true + city_replacements: + state_district: Beauregard Parish + - filename: bienville.csv + - filename: caddo.csv + add_osm_boundaries: true + city_replacements: + state_district: Caddo Parish + - filename: city_of_alexandria.csv + add_osm_boundaries: true + city_replacements: + city: Alexandria + - filename: city_of_bossier.csv + add_osm_boundaries: true + city_replacements: + city: Bossier + - filename: city_of_denham_springs.csv + add_osm_boundaries: true + city_replacements: + city: Denham Springs + - filename: city_of_new_iberia.csv + add_osm_boundaries: true + city_replacements: + city: New Iberia + - filename: city_of_new_orleans.csv + city_replacements: + city: New Orleans + - filename: claiborne.csv + add_osm_boundaries: true + city_replacements: + state_district: Claiborne Parish + - filename: concordia.csv + - filename: desoto.csv + - filename: east_baton_rouge_parish.csv + - filename: iberia.csv + add_osm_boundaries: true + city_replacements: + state_district: Iberia Parish + - filename: jefferson_parish.csv + add_osm_boundaries: true + city_replacements: + state_district: Jefferson Parish + - filename: lafayette.csv + - filename: natchitoches.csv + add_osm_boundaries: true + city_replacements: + state_district: Natchitoches Parish + - filename: orleans_parish.csv + add_osm_boundaries: true + city_replacements: + state_district: Orleans Parish + - filename: pointe_coupee.csv + - filename: red_river_parish.csv + - filename: st_charles_parish.csv + - filename: st_james.csv + - filename: st_john_the_baptist_parish.csv + - filename: st_martin.csv + add_osm_boundaries: true + city_replacements: + state_district: Saint Martin Parish + - filename: terrebonne.csv + - filename: washington.csv + add_osm_boundaries: true + city_replacements: + state_district: Washington Parish + - filename: webster.csv + - filename: west_feliciana.csv + + ma: + add: + state: MA + files: + - filename: statewide.csv + - filename: city_of_boston.csv + add_osm_boundaries: true + city_replacements: + city: Boston + - filename: city_of_cambridge.csv + add_osm_boundaries: true + city_replacements: + city: Cambridge + - filename: town_of_newton.csv + + md: + add: + state: MD + files: + - filename: statewide.csv + + me: + add: + state: ME + files: + - filename: statewide.csv + + mi: + add: + state: MI + files: + - filename: city_of_rochester.csv + - filename: city_of_flint.csv + - filename: city_of_monroe.csv + - filename: city_of_tecumseh.csv + add_osm_boundaries: true + city_replacements: + city: Tecumseh + - filename: detroit.csv + add_osm_boundaries: true + city_replacements: + city: Detroit + - filename: eaton.csv + - filename: genesee.csv + - filename: kent.csv + add_osm_boundaries: true + numeric_postcodes_only: true + city_replacements: + state_district: Kent County + - filename: macomb.csv + add_osm_boundaries: true + city_replacements: + state_district: Macomb County + - filename: muskegon.csv + - filename: newaygo.csv + add_osm_boundaries: true + city_replacements: + state_district: Newaygo County + - filename: ottawa.csv + add_osm_boundaries: true + city_replacements: + state_district: Ottawa County + - filename: semcog.csv + add_osm_boundaries: true + - filename: troy.csv + - filename: washtenaw.csv + + mn: + add: + state: MN + files: + - filename: aitkin.csv + - filename: anoka.csv + - filename: becker.csv + - filename: beltrami.csv + - filename: big_stone.csv + - filename: carver.csv + - filename: cass.csv + - filename: chippewa.csv + - filename: chisago.csv + - filename: clay.csv + - filename: clearwater.csv + - filename: cook.csv + add_osm_boundaries: true + city_replacements: + state_district: Cook County + - filename: crow_wing.csv + add_osm_boundaries: true + city_replacements: + state_district: Crow Wing County + - filename: dakota.csv + - filename: dodge.csv + - filename: fillmore.csv + add_osm_boundaries: true + city_replacements: + state_district: Fillmore County + - filename: goodhue.csv + - filename: hennepin.csv + - filename: hubbard.csv + - filename: itasca.csv + add_osm_boundaries: true + city_replacements: + state_district: Itasca County + - filename: kandiyohi.csv + - filename: kittson.csv + - filename: koochiching.csv + - filename: marshall.csv + add_osm_boundaries: true + city_replacements: + state_district: Marshall County + - filename: norman.csv + add_osm_boundaries: true + city_replacements: + state_district: Norman County + - filename: olmsted.csv + - filename: pennington.csv + - filename: pope.csv + - filename: ramsey.csv + - filename: red_lake.csv + add_osm_boundaries: true + city_replacements: + state_district: Red Lake County + - filename: rice.csv + city_replacements: + state_district: Rice County + - filename: roseau.csv + - filename: scott.csv + - filename: sherburne.csv + - filename: sibley.csv + - filename: stearns.csv + add_osm_boundaries: true + city_replacements: + state_district: Stearns County + - filename: st_louis.csv + city_replacements: + state_district: Saint Louis County + ignore_fields_containing: + city: + - "^ut " + - filename: wadena.csv + add_osm_boundaries: true + city_replacements: + state_district: Wadena County + - filename: waseca.csv + - filename: washington.csv + - filename: yellow_medicine.csv + add_osm_boundaries: true + city_replacements: + state_district: Yellow Medicine County + mo: + add: + state: MO + files: + - filename: bates.csv + - filename: boone.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: *ignore_simple_units + - filename: city_of_cape_girardeau.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: *ignore_simple_units + - filename: city_of_columbia.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: + - *simple_unit_regex + # Too ambiguous + - "^park$" + - filename: city_of_kansas_city.csv + - filename: city_of_perryville.csv + add_osm_boundaries: true + city_replacements: + city: Perryville + - filename: city_of_st_louis.csv + add_osm_boundaries: true + city_replacements: + city: Saint Louis + - filename: cole.csv + - filename: greene.csv + - filename: jackson.csv + - filename: new_madrid.csv + add_osm_boundaries: true + city_replacements: + state_district: New Madrid County + - filename: st_louis_county.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: *ignore_simple_units + - filename: st_charles.csv + city_replacements: + state_district: Saint Charles County + - filename: vernon.csv + add_osm_boundaries: true + city_replacements: + state_district: Vernon County + + ms: + add: + state: MS + files: + - filename: city_of_biloxi.csv + add_osm_boundaries: true + city_replacements: + city: Biloxi + - filename: city_of_diamondhead.csv + add_osm_boundaries: true + city_replacements: + city: Diamondhead + - filename: city_of_diberville.csv + - filename: city_of_hattiesburg.csv + add_osm_boundaries: true + city_replacements: + city: Hattiesburg + - filename: city_of_ocean_springs.csv + - filename: city_of_pascagoula.csv + add_osm_boundaries: true + city_replacements: + city: Pascagoula + - filename: city_of_pelahatchie.csv + - filename: city_of_vicksburg.csv + add_osm_boundaries: true + city_replacements: + city: Vicksburg + - filename: desoto.csv + - filename: hancock.csv + add_osm_boundaries: true + city_replacements: + state_district: Hancock County + - filename: harrison.csv + add_osm_boundaries: true + city_replacements: + state_district: Harrison County + - filename: hinds.csv + add_osm_boundaries: true + city_replacements: + state_district: Hinds County + - filename: jackson.csv + add_osm_boundaries: true + city_replacements: + state_district: Jackson County + - filename: pontotoc.csv + add_osm_boundaries: true + city_replacements: + state_district: Pontotoc County + - filename: rankin.csv + - filename: simpson.csv + add_osm_boundaries: true + city_replacements: + state_district: Simpson County + - filename: warren.csv + add_osm_boundaries: true + city_replacements: + state_district: Warren County + + mt: + add: + state: MT + files: + - filename: statewide.csv + + nc: + add: + state: North Carolina + files: + - filename: alamance.csv + ignore_fields_containing: + city: + - "county" + city_replacements: + state_district: Almance County + - filename: alleghany.csv + add_osm_boundaries: true + city_replacements: + state_district: Alleghany County + - filename: anson.csv + - filename: avery.csv + add_osm_boundaries: true + city_replacements: + state_district: Avery County + - filename: beaufort.csv + - filename: bladen.csv + - filename: buncombe.csv + add_osm_boundaries: true + city_replacements: + state_district: Buncombe County + - filename: burke.csv + - filename: cabarrus.csv + - filename: camden.csv + - filename: carteret.csv + - filename: cary.csv + add_osm_boundaries: true + city_replacements: + city: Cary + - filename: caswell.csv + add_osm_boundaries: true + city_replacements: + state_district: Caswell County + - filename: chatham.csv + - filename: city_of_carolina_beach.csv + add_osm_boundaries: true + city_replacements: + city: Carolina Beach + - filename: city_of_elizabeth_city.csv + - filename: city_of_king.csv + add_osm_boundaries: true + city_replacements: + city: King + - filename: city_of_salisbury.csv + - filename: cleveland.csv + add_osm_boundaries: true + city_replacements: + state_district: Cleveland County + - filename: columbus.csv + add_osm_boundaries: true + city_replacements: + state_district: Columbus County + - filename: craven.csv + add_osm_boundaries: true + city_replacements: + state_district: Craven County + - filename: cumberland.csv + add_osm_boundaries: true + city_replacements: + state_district: Cumberland County + - filename: davie.csv + add_osm_boundaries: true + city_replacements: + state_district: Davie County + - filename: durham.csv + add_osm_boundaries: true + city_replacements: + state_district: Durham County + - filename: forsyth.csv + add_osm_boundaries: true + city_replacements: + state_district: Forsyth County + - filename: franklin.csv + - filename: granville.csv + - filename: guilford.csv + add_osm_boundaries: true + city_replacements: + state_district: Guilford County + - filename: harnett.csv + - filename: haywood.csv + - filename: henderson.csv + add_osm_boundaries: true + city_replacements: + state_district: Henderson County + - filename: iredell.csv + - filename: lee.csv + - filename: lincoln.csv + add_osm_boundaries: true + city_replacements: + state_district: Lincoln County + - filename: madison.csv + add_osm_boundaries: true + city_replacements: + state_district: Madison County + - filename: mecklenburg.csv + - filename: montgomery.csv + add_osm_boundaries: true + city_replacements: + state_district: Montgomery County + - filename: moore.csv + add_osm_boundaries: true + city_replacements: + state_district: Moore County + - filename: new_hanover.csv + add_osm_boundaries: true + city_replacements: + state_district: New Hanover County + - filename: onslow.csv + add_osm_boundaries: true + city_replacements: + state_district: Onslow County + - filename: orange.csv + add_osm_boundaries: true + city_replacements: + state_district: Orange County + - filename: polk.csv + add_osm_boundaries: true + city_replacements: + state_district: Polk County + - filename: rowan.csv + add_osm_boundaries: true + city_replacements: + state_district: Rowan County + - filename: rutherford.csv + - filename: sampson.csv + add_osm_boundaries: true + city_replacements: + state_district: Sampson County + - filename: stanly.csv + add_osm_boundaries: true + city_replacements: + state_district: Stanly County + - filename: surry.csv + - filename: town_of_chapel_hill.csv + add_osm_boundaries: true + city_replacements: + city: Chapel Hill + - filename: union.csv + add_osm_boundaries: true + city_replacements: + state_district: Union County + - filename: wake.csv + - filename: washington.csv + - filename: wayne.csv + - filename: wilson.csv + add_osm_boundaries: true + city_replacements: + state_district: Wilson County + - filename: yadkin.csv + + nd: + add: + state: North Dakota + files: + - filename: city_of_bismarck.csv + add_osm_boundaries: true + city_replacements: + city: Bismarck + - filename: city_of_fargo.csv + - filename: dickinson.csv + add_osm_boundaries: true + city_replacements: + city: Dickinson + - filename: grand_forks.csv + add_osm_boundaries: true + city_replacements: + city: Grand Forks + - filename: richland.csv + add_osm_boundaries: true + city_replacements: + state_district: Richland County + - filename: stark_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Stark County + - filename: stutsman.csv + add_osm_boundaries: true + city_replacements: + state_district: Stutsman County + - filename: ward.csv + add_osm_boundaries: true + city_replacements: + state_district: Ward County + - filename: williams.csv + + ne: + add: + state: NE + # By default every county in Georgia needs OSM boundary info unless specified + add_osm_boundaries: true + files: + - filename: antelope.csv + city_replacements: + state_district: Antelope County + - filename: blaine.csv + city_replacements: + state_district: Blaine County + - filename: brown.csv + city_replacements: + state_district: Brown County + - filename: cass.csv + city_replacements: + state_district: Cass County + - filename: custer.csv + city_replacements: + state_district: Custer County + - filename: dixon.csv + city_replacements: + state_district: Dixon County + - filename: frontier.csv + city_replacements: + state_district: Frontier County + - filename: gage.csv + city_replacements: + state_district: Gage County + - filename: harlan.csv + city_replacements: + state_district: Harlan County + - filename: hitchcock.csv + city_replacements: + state_district: Hitchcock County + - filename: holt.csv + city_replacements: + state_district: Holt County + - filename: howard.csv + city_replacements: + state_district: Howard County + - filename: johnson.csv + city_replacements: + state_district: Johnson County + - filename: keith.csv + city_replacements: + state_district: Keith County + - filename: keya_paha.csv + city_replacements: + state_district: Keya Paha County + - filename: lancaster.csv + city_replacements: + state_district: Lancaster County + - filename: madison.csv + city_replacements: + state_district: Madison County + - filename: omaha.csv + - filename: otoe.csv + city_replacements: + state_district: Otoe County + - filename: perkins.csv + city_replacements: + state_district: Perkins County + - filename: phelps.csv + city_replacements: + state_district: Phelps County + - filename: pierce.csv + city_replacements: + state_district: Pierce County + - filename: polk.csv + city_replacements: + state_district: Polk County + - filename: red_willow.csv + city_replacements: + state_district: Red Willow County + - filename: richardson.csv + city_replacements: + state_district: Richardson County + - filename: rock.csv + city_replacements: + state_district: Rock County + - filename: saline.csv + city_replacements: + state_district: Saline County + - filename: sarpy.csv + - filename: seward.csv + city_replacements: + state_district: Seward County + - filename: sheridan.csv + city_replacements: + state_district: Sheridan County + - filename: sherman.csv + city_replacements: + state_district: Sherman County + - filename: valley.csv + city_replacements: + state_district: Valley County + + nh: + add: + state: New Hampshire + files: + - filename: statewide.csv + + nj: + add: + state: New Jersey + files: + - filename: statewide.csv + add_osm_boundaries: true + postcode_length: 5 + + nm: + add: + state: New Mexico + files: + - filename: albuquerque.csv + add_osm_boundaries: true + city_replacements: + city: Albuquerque + - filename: bernalillo.csv + - filename: city_of_carlsbad.csv + add_osm_boundaries: true + city_replacements: + city: Carlsbad + - filename: city_of_las_cruces.csv + add_osm_boundaries: true + city_replacements: + city: Las Cruces + - filename: city_of_ruidoso.csv + - filename: city_of_santa_fe.csv + - filename: dona_ana-2.csv + add_osm_boundaries: true + city_replacements: + state_district: Doña Ana County + - filename: dona_ana.csv + add_osm_boundaries: true + city_replacements: + state_district: Doña Ana County + - filename: los_alamos.csv + - filename: luna.csv + - filename: san_juan.csv + add_osm_boundaries: true + city_replacements: + state_district: San Juan County + - filename: taos.csv + + nv: + add: + state: NV + files: + - filename: carson_city.csv + - filename: churchill.csv + add_osm_boundaries: true + city_replacements: + state_district: Churchill County + - filename: clark.csv + add_osm_boundaries: true + city_replacements: + state_district: Clark County + - filename: douglas.csv + add_osm_boundaries: true + city_replacements: + state_district: Douglas County + - filename: elko.csv + - filename: henderson.csv + add_osm_boundaries: true + city_replacements: + city: Henderson + - filename: lyon.csv + - filename: storey.csv + add_osm_boundaries: true + city_replacements: + state_district: Storey County + - filename: washoe.csv + + ny: + add: + state: New York + files: + # Note: uses New York as the city for all 5 boroughs of NYC, which + # is correct and what the OSM data uses as well. We store boroughs + # in the neighborhoods index and label them "city_district" so boroughs + # can still show up in this data set, but if it were listing city=Brooklyn + # and so forth, we'd have to stick add_osm_boundaries on statewide.csv + - filename: statewide.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: *ignore_simple_units + - filename: broome.csv + - filename: city_of_new_york.csv + add_osm_boundaries: true + city_replacements: + city: New York City + - filename: city_of_rochester.csv + - filename: erie.csv + fields: *fields_no_postcode + - filename: orange.csv + city_replacements: + state_district: Orange County + - filename: westchester.csv + + oh: + add: + state: OH + files: + - filename: adams.csv + - filename: allen.csv + - filename: ashland.csv + - filename: ashtabula.csv + - filename: athens.csv + - filename: auglaize.csv + add_osm_boundaries: true + city_replacements: + state_district: Auglaize County + - filename: belmont.csv + city_replacements: + state_district: Belmont County + - filename: brown.csv + - filename: butler.csv + add_osm_boundaries: true + city_replacements: + state_district: Butler County + - filename: carroll.csv + - filename: champaign.csv + - filename: city_of_perrysburg.csv + - filename: clark.csv + - filename: clermont.csv + - filename: clinton.csv + - filename: columbiana.csv + - filename: coshocton.csv + - filename: crawford.csv + - filename: cuyahoga.csv + - filename: darke.csv + - filename: defiance.csv + - filename: delaware.csv + add_osm_boundaries: true + city_replacements: + state_district: Delaware County + - filename: erie.csv + - filename: fairfield.csv + - filename: fayette.csv + - filename: franklin.csv + - filename: fulton.csv + add_osm_boundaries: true + city_replacements: + state_district: Fulton County + - filename: gallia.csv + - filename: geauga.csv + add_osm_boundaries: true + city_replacements: + state_district: Geauga County + - filename: greene.csv + - filename: guernsey.csv + - filename: hancock.csv + - filename: hardin.csv + - filename: harrison.csv + - filename: henry.csv + - filename: highland.csv + - filename: hocking.csv + - filename: holmes.csv + - filename: huron.csv + - filename: jackson.csv + - filename: jefferson.csv + - filename: knox.csv + - filename: lake.csv + - filename: lawrence.csv + add_osm_boundaries: true + city_replacements: + state_district: Lawrence County + - filename: licking.csv + - filename: logan.csv + - filename: lorain.csv + - filename: lucas.csv + - filename: madison.csv + - filename: mahoning.csv + - filename: marion.csv + - filename: medina.csv + - filename: meigs.csv + - filename: mercer.csv + - filename: miami.csv + - filename: monroe.csv + - filename: montgomery.csv + - filename: morgan.csv + - filename: morrow.csv + - filename: muskingum.csv + - filename: noble.csv + - filename: ottawa.csv + - filename: paulding.csv + - filename: perry.csv + - filename: pickaway.csv + - filename: pike.csv + - filename: portage.csv + - filename: preble.csv + - filename: putnam.csv + - filename: richland.csv + - filename: ross.csv + - filename: sandusky.csv + - filename: scioto.csv + add_osm_boundaries: true + city_replacements: + state_district: Scioto County + - filename: seneca.csv + - filename: shelby.csv + - filename: stark.csv + - filename: summit.csv + add_osm_boundaries: true + city_replacements: + state_district: Summit County + - filename: toledo.csv + - filename: trumbull.csv + - filename: tuscarawas.csv + - filename: union.csv + - filename: van_wert.csv + - filename: vinton.csv + - filename: warren.csv + add_osm_boundaries: true + city_replacements: + state_district: Warren County + - filename: washington.csv + - filename: wayne.csv + - filename: williams.csv + - filename: wood.csv + - filename: wyandot.csv + + ok: + add: + state: OK + files: + - filename: acog-counties.csv + ignore_fields_containing: + city: + - "^[\\s]*rural[\\s]*$" + - filename: carter-county.csv + - filename: city_of_lawton.csv + add_osm_boundaries: true + city_replacements: + city: Lawton + - filename: city_of_muskogee.csv + add_osm_boundaries: true + city_replacements: + city: Muskogee + - filename: oklahoma.csv + add_osm_boundaries: true + ignore_fields_containing: + # Intersections, not valid house numbers + house_number: + - "^99999$" + city_replacements: + state_district: Oklahoma County + + or: + add: + state: OR + files: + - filename: baker.csv + - filename: benton.csv + - filename: clackamas.csv + ignore_fields_containing: + road: + - "^\\sNO SITUS\\s*$" + city: + - "^\\ADDRESS\\s*$" + - filename: city_of_albany.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: *ignore_simple_units + - filename: city_of_corvallis.csv + - filename: city_of_salem.csv + - filename: clatsop.csv + - filename: coos.csv + - filename: crook.csv + - filename: curry.csv + - filename: deschutes.csv + - filename: douglas.csv + - filename: grant.csv + add_osm_boundaries: true + city_replacements: + state_district: Grant County + ignore_fields_containing: + postcode: + - "[a-z]" + - filename: gresham.csv + - filename: hood_river.csv + add_osm_boundaries: true + city_replacements: + state_district: Hood River County + - filename: jackson.csv + - filename: jefferson.csv + - filename: josephine.csv + - filename: klamath.csv + add_osm_boundaries: true + city_replacements: + state_district: Klamath County + - filename: lake.csv + - filename: lane.csv + - filename: linn.csv + - filename: malheur.csv + - filename: marion.csv + add_osm_boundaries: true + city_replacements: + state_district: Marion County + - filename: marion_and_polk.csv + add_osm_boundaries: true + - filename: multnomah.csv + - filename: oregon_city.csv + add_osm_boundaries: true + city_replacements: + city: Oregon City + - filename: portland.csv + - filename: sherman.csv + - filename: tillamook.csv + - filename: umatilla.csv + - filename: wallowa.csv + - filename: wasco.csv + add_osm_boundaries: true + city_replacements: + state_district: Wasco County + - filename: washington.csv + - filename: wheeler.csv + - filename: yarnhill.csv + + pa: + add: + state: PA + files: + - filename: adams.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: *ignore_simple_units + - filename: allegheny.csv + - filename: armstrong.csv + - filename: bedford.csv + - filename: berks.csv + - filename: bucks.csv + add_osm_boundaries: true + city_replacements: + state_district: Bucks County + - filename: butler.csv + - filename: cameron.csv + add_osm_boundaries: true + city_replacements: + state_district: Cameron County + - filename: centre.csv + add_osm_boundaries: true + city_replacements: + state_district: Centre County + - filename: chester.csv + fields: *fields_with_unit + add_osm_boundaries: true + non_numeric_units: true + ignore_fields_containing: + unit: *ignore_simple_units + city_replacements: + state_district: Chester County + - filename: clearfield.csv + add_osm_boundaries: true + city_replacements: + state_district: Clearfield County + - filename: clinton.csv + - filename: crawford.csv + - filename: cumberland.csv + - filename: dauphin.csv + add_osm_boundaries: true + city_replacements: + state_district: Dauphin County + - filename: erie.csv + - filename: forest.csv + - filename: franklin.csv + - filename: fulton.csv + add_osm_boundaries: true + city_replacements: + state_district: Fulton County + - filename: juniata.csv + - filename: lancaster.csv + - filename: lawrence.csv + add_osm_boundaries: true + city_replacements: + state_district: Lawrence County + - filename: lehigh.csv + - filename: lycoming.csv + - filename: mckean.csv + - filename: mercer.csv + - filename: monroe.csv + - filename: northampton.csv + add_osm_boundaries: true + city_replacements: + state_district: Northampton County + - filename: northumberland.csv + - filename: perry.csv + - filename: philadelphia.csv + add_osm_boundaries: true + city_replacements: + city: Philadelphia + - filename: pike.csv + - filename: potter.csv + - filename: snyder.csv + city_replacements: + state_district: Snyder County + - filename: somerset.csv + - filename: sullivan.csv + - filename: tioga.csv + - filename: union.csv + - filename: venango.csv + - filename: wayne.csv + - filename: york.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: *ignore_simple_units + add_osm_boundaries: true + city_replacements: + state_district: York County + ignore_fields_containing: + road: + - "\\blot\\b" + + pr: + # Don't add state=PR, Puerto Rico is treated as a country in libpostal + cldr_country_probability: 1.0 + iso_alpha_2_code_probability: 0.7 + iso_alpha_3_code_probability: 0.1 + localized_name_probability: 0.2 + override_country_dir: pr + language: es + files: + - filename: statewide.csv + # postcodes should be like 00901 + postcode_length: 5 + + ri: + add: + state: Rhode Island + files: + - filename: statewide.csv + + sc: + add: + state: South Carolina + files: + - filename: aiken.csv + - filename: anderson.csv + - filename: beaufort.csv + add_osm_boundaries: true + city_replacements: + state_district: Beaufort County + - filename: calhoun.csv + - filename: charleston.csv + - filename: chesterfield.csv + - filename: city_of_charleston.csv + - filename: colleton.csv + - filename: darlington.csv + - filename: dorchester.csv + - filename: florence.csv + - filename: georgetown.csv + add_osm_boundaries: true + city_replacements: + state_district: Georgetown County + - filename: greenville.csv + - filename: greenwood.csv + add_osm_boundaries: true + city_replacements: + state_district: Greenwood County + - filename: hilton_head_island.csv + add_osm_boundaries: true + city_replacements: + city: Hilton Head Island + - filename: horry.csv + - filename: laurens.csv + - filename: newberry.csv + - filename: orangeburg.csv + city_replacements: + state_district: Orangeburg County + ignore_fields_containing: + city: + - "\\bunspecified\\b" + - filename: pickens.csv + city_replacements: + state_district: Pickens County + - filename: saluda.csv + add_osm_boundaries: true + city_replacements: + state_district: Saluda County + - filename: sumter.csv + - filename: union.csv + - filename: york.csv + + sd: + add: + state: South Dakota + files: + - filename: city_of_sioux_falls.csv + - filename: fall_river.csv + add_osm_boundaries: true + city_replacements: + state_district: Fall River County + - filename: statewide.csv + + tn: + add: + state: TN + files: + - filename: blount.csv + - filename: cheatham.csv + add_osm_boundaries: true + city_replacements: + state_district: Cheatham County + - filename: city_of_chattanooga.csv + - filename: city_of_memphis.csv + - filename: city_of_murfreesboro.csv + add_osm_boundaries: true + city_replacements: + city: Murfreesboro + - filename: city_of_nashville.csv + - filename: city_of_spring_hill.csv + - filename: franklin.csv + - filename: hamilton.csv + city_replacements: + state_district: Hamilton County + - filename: putnam.csv + - filename: sevier.csv + - filename: shelby.csv + - filename: statewide.csv + add_osm_boundaries: true + - filename: williamson.csv + add_osm_boundaries: true + city_replacements: + state_district: Williamson County + + tx: + add: + state: TX + files: + - filename: anderson.csv + add_osm_boundaries: true + city_replacements: + state_district: Anderson County + - filename: austin.csv + - filename: bastrop.csv + - filename: bexar.csv + add_osm_boundaries: true + city_replacements: + state_district: Bexar County + - filename: brazoria.csv + add_osm_boundaries: true + city_replacements: + state_district: Brazoria County + - filename: brazos.csv + add_osm_boundaries: true + city_replacements: + state_district: Brazos County + - filename: burleson.csv + add_osm_boundaries: true + city_replacements: + state_district: Burleson County + - filename: camp.csv + add_osm_boundaries: true + city_replacements: + state_district: Camp County + - filename: capcog.csv + - filename: carson.csv + add_osm_boundaries: true + city_replacements: + state_district: Carson County + - filename: city_of_abilene.csv + - filename: city_of_amarillo.csv + - filename: city_of_austin.csv + add_osm_boundaries: true + city_replacements: + city: Austin + - filename: city_of_beaumont.csv + add_osm_boundaries: true + city_replacements: + city: Beaumont + - filename: city_of_carrollton.csv + add_osm_boundaries: true + city_replacements: + city: Carrollton + - filename: city_of_denton.csv + - filename: city_of_flower_mound.csv + add_osm_boundaries: true + city_replacements: + city: Flower Mound + - filename: city_of_killeen.csv + add_osm_boundaries: true + city_replacements: + city: Killeen + - filename: city_of_mckinney.csv + add_osm_boundaries: true + city_replacements: + city: McKinney + - filename: city_of_palestine.csv + - filename: city_of_pearland.csv + - filename: city_of_pflugerville.csv + add_osm_boundaries: true + city_replacements: + city: Pflugerville + - filename: city_of_sherman.csv + - filename: city_of_sugar_land.csv + add_osm_boundaries: true + city_replacements: + city: Sugar Land + - filename: city_of_temple.csv + add_osm_boundaries: true + city_replacements: + city: Temple + - filename: city_of_waco.csv + - filename: colleyville.csv + add_osm_boundaries: true + city_replacements: + city: Colleyville + - filename: colorado.csv + - filename: comal.csv + - filename: comanche.csv + - filename: coryell.csv + - filename: dallam.csv + - filename: dallas.csv + - filename: delta.csv + - filename: denton.csv + - filename: desoto.csv + - filename: dimmit.csv + - filename: duval.csv + - filename: ellis.csv + - filename: fannin.csv + - filename: fayette.csv + - filename: fisher.csv + city_replacements: + state_district: Fisher County + - filename: freestone.csv + add_osm_boundaries: true + city_replacements: + state_district: Freestone County + - filename: galveston.csv + - filename: gaines.csv + add_osm_boundaries: true + city_replacements: + state_district: Gaines County + - filename: gillespie.csv + add_osm_boundaries: true + city_replacements: + state_district: Gillespie County + - filename: gray.csv + add_osm_boundaries: true + city_replacements: + state_district: Gray County + - filename: houston.csv + add_osm_boundaries: true + city_replacements: + # City of Houston, not Houston County + city: Houston + - filename: howard.csv + add_osm_boundaries: true + city_replacements: + state_district: Howard County + - filename: hunt.csv + - filename: hurst.csv + add_osm_boundaries: true + city_replacements: + state_district: Hurst County + - filename: johnson.csv + add_osm_boundaries: true + city_replacements: + state_district: Johnson County + - filename: kaufman.csv + - filename: kendall.csv + add_osm_boundaries: true + city_replacements: + state_district: Kendall County + - filename: lamar.csv + - filename: lasalle.csv + - filename: lubbock.csv + add_osm_boundaries: true + city_replacements: + state_district: Lubbock County + - filename: madison.csv + - filename: maverick.csv + - filename: mcmullen.csv + - filename: midland.csv + add_osm_boundaries: true + city_replacements: + state_district: Midland County + - filename: milam.csv + - filename: montgomery.csv + - filename: moore.csv + - filename: nacogdoches.csv + add_osm_boundaries: true + city_replacements: + state_district: Nacogdoches County + - filename: new_braunfels.csv + add_osm_boundaries: true + city_replacements: + city: New Braunfels + - filename: nolan.csv + add_osm_boundaries: true + city_replacements: + state_district: Nolan County + - filename: north_richland_hills.csv + add_osm_boundaries: true + - filename: ochiltree.csv + - filename: odessa.csv + add_osm_boundaries: true + city_replacements: + city: Odessa + - filename: orange.csv + - filename: parmer.csv + - filename: plano.csv + - filename: redriver.csv + add_osm_boundaries: true + city_replacements: + state_district: Red River County + - filename: rockwall.csv + city_replacements: + city: Rockwall + - filename: round_rock.csv + add_osm_boundaries: true + city_replacements: + city: Round Rock + - filename: runnels.csv + - filename: san_antonio.csv + add_osm_boundaries: true + city_replacements: + city: San Antonio + - filename: shackelford.csv + - filename: statewide.csv + add_osm_boundaries: true + - filename: tarrant-county.csv + - filename: texoma-counties.csv + add_osm_boundaries: true + - filename: titus.csv + - filename: uvalde.csv + - filename: vanzandt.csv + add_osm_boundaries: true + city_replacements: + state_district: Van Zandt County + - filename: walker.csv + - filename: wharton.csv + - filename: williamson.csv + add_osm_boundaries: true + city_replacements: + state_district: Williamson County + - filename: wood.csv + - filename: zavala.csv + + ut: + add: + state: UT + files: + - filename: duchesne.csv + add_osm_boundaries: true + city_replacements: + state_district: Duchesne County + - filename: statewide.csv + + va: + add: + state: VA + files: + - filename: statewide.csv + postcode_strip_non_digit_chars: true + + vt: + add: + state: VT + files: + - filename: statewide.csv + wa: + add: + state: WA + files: + - filename: bellingham.csv + - filename: chelan.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: + - *simple_unit_regex + - "\\bbsmt\\b" + - filename: city_of_bellevue.csv + add_osm_boundaries: true + city_replacements: + city: Bellevue + - filename: city_of_richland.csv + add_osm_boundaries: true + city_replacements: + city: Richland + - filename: city_of_tacoma.csv + add_osm_boundaries: true + city_replacements: + city: Tacoma + - filename: city_of_spokane.csv + - filename: city_of_yakima.csv + - filename: clallam.csv + - filename: clark.csv + - filename: cowlitz.csv + - filename: douglas.csv + - filename: franklin.csv + add_osm_boundaries: true + city_replacements: + state_district: Franklin County + - filename: garfield.csv + - filename: grant.csv + - filename: island.csv + add_osm_boundaries: true + city_replacements: + state_district: Island County + - filename: jefferson.csv + - filename: king.csv + - filename: kitsap.csv + - filename: kittitas.csv + - filename: lewis.csv + - filename: mason.csv + add_osm_boundaries: true + city_replacements: + state_district: Mason County + - filename: okanogan.csv + add_osm_boundaries: true + city_replacements: + state_district: Okanogan County + - filename: pacific.csv + add_osm_boundaries: true + city_replacements: + state_district: Pacific County + - filename: pierce.csv + add_osm_boundaries: true + city_replacements: + state_district: Pierce County + - filename: seattle.csv + add_osm_boundaries: true + city_replacements: + city: Seattle + - filename: skagit.csv + add_osm_boundaries: true + city_replacements: + state_district: Skagitt County + - filename: snohomish_county.csv + add_osm_boundaries: true + city_replacements: + state_district: Snohomish County + - filename: snohomish.csv + - filename: spokane.csv + - filename: thurston.csv + fields: *fields_with_unit + non_numeric_units: true + ignore_fields_containing: + unit: *ignore_simple_units + - filename: walla_walla.csv + + wi: + add: + state: WI + files: + - filename: adams.csv + add_osm_boundaries: true + city_replacements: + state_district: Adams County + - filename: bayfield.csv + - filename: calumet.csv + - filename: city_of_milwaukee.csv + - filename: city_of_shorewood.csv + add_osm_boundaries: true + city_replacements: + city: Shorewood + - filename: columbia.csv + add_osm_boundaries: true + city_replacements: + state_district: Columbia County + - filename: crawford.csv + add_osm_boundaries: true + city_replacements: + state_district: Crawford County + - filename: fond_du_lac.csv + add_osm_boundaries: true + city_replacements: + state_district: Fond du Lac County + - filename: green.csv + - filename: green_lake.csv + - filename: iron.csv + add_osm_boundaries: true + city_replacements: + state_district: Iron County + - filename: juneau.csv + add_osm_boundaries: true + city_replacements: + state_district: Juneau County + - filename: kenosha.csv + - filename: kewaunee.csv + add_osm_boundaries: true + city_replacements: + state_district: Kewaunee County + - filename: la_crosse.csv + add_osm_boundaries: true + city_replacements: + state_district: La Crosse County + - filename: lincoln.csv + - filename: manitowoc.csv + - filename: milwaukee.csv + add_osm_boundaries: true + city_replacements: + state_district: Milwaukee County + - filename: oneida.csv + - filename: outagamie.csv + - filename: pierce.csv + add_osm_boundaries: true + city_replacements: + state_district: Pierce County + - filename: portage.csv + - filename: richland.csv + - filename: rock.csv + - filename: sauk.csv + - filename: statewide.csv + - filename: st_croix.csv + add_osm_boundaries: true + city_replacements: + state_district: Saint Croix County + - filename: trempealeau.csv + add_osm_boundaries: true + city_replacements: + state_district: Trempealeau County + - filename: vernon.csv + add_osm_boundaries: true + city_replacements: + state_district: Vernon County + - filename: vilas.csv + - filename: walworth.csv + - filename: waukesha.csv + add_osm_boundaries: true + city_replacements: + state_district: Waukesha County + - filename: waupaca.csv + - filename: waushara.csv + + wv: + add: + state: West Virginia + files: + - filename: hancock.csv + - filename: harrison.csv + - filename: raleigh.csv + - filename: statewide.csv + add_osm_boundaries: true + + wy: + add: + state: WY + files: + - filename: albany.csv + add_osm_boundaries: true + city_replacements: + state_district: Albany County + - filename: campbell.csv + add_osm_boundaries: true + city_replacements: + state_district: Campbell County + - filename: city_of_gillette.csv + - filename: city_of_wright.csv + add_osm_boundaries: true + city_replacements: + city: Wright + - filename: crook.csv + - filename: fremont.csv + - filename: goshen.csv + - filename: hot_springs.csv + - filename: laramie.csv + add_osm_boundaries: true + city_replacements: + state_district: Laramie County + - filename: lincoln.csv + add_osm_boundaries: true + city_replacements: + state_district: Lincoln County + - filename: natrona.csv + add_osm_boundaries: true + city_replacements: + state_district: Natrona County + - filename: park.csv + add_osm_boundaries: true + city_replacements: + state_district: Park County + - filename: sublette.csv + add_osm_boundaries: true + city_replacements: + state_district: Sublette County + - filename: teton.csv + add_osm_boundaries: true + fields: *fields_with_unit + ignore_fields_containing: + unit: *ignore_simple_units + city_replacements: + state_district: Teton County + + uy: + subdirs: + mo: + files: + - filename: montevideo.csv + add_osm_boundaries: true + + za: + subdirs: + ec: + files: + - filename: nelson_mandela_bay.csv + add_osm_boundaries: true + nl: + files: + - filename: ethekwini.csv + add_osm_boundaries: true + wc: + files: + - filename: cape_town.csv + city_replacements: + city: Cape Town + add_osm_boundaries: true diff --git a/resources/parser/data_sets/osm.yaml b/resources/parser/data_sets/osm.yaml new file mode 100644 index 0000000..0fb170a --- /dev/null +++ b/resources/parser/data_sets/osm.yaml @@ -0,0 +1,39 @@ +languages: + pick_namespaced_language_probability: 0.6 + +categories: + plural_probability: 0.6 + place_only_probability: 0.9 + +conscription_numbers: + phrase_probability: 0.4 + no_phrase_probability: 0.1 + +austro_hungarian_street_numbers: + no_phrase_probability: 0.1 + +chains: + sample_probability: 0.5 + place_only_probability: 0.9 + +places: + drop_postcode_probability: 0.6 + cldr_country_probability: 0.5 + +streets: + abbreviate_probability: 0.3 + separate_probability: 0.2 + +venues: + address_probability: 0.4 + abbreviate_probability: 0.3 + separate_probability: 0.0 + sub_building_probability: 0.05 + +countries: + jp: + # Always do this as there are plenty of examples of block numbers without house number + combine_block_house_number_probability: 1.0 + block_phrase_probability: 0.4 + romaji_probability: 0.4 + add_metro_probability: 0.6 diff --git a/resources/parser/default.yaml b/resources/parser/default.yaml new file mode 100644 index 0000000..b20e598 --- /dev/null +++ b/resources/parser/default.yaml @@ -0,0 +1,145 @@ +names: + replace_affix_probability: 0.6 + +languages: + # sample a language from the distribution of languages found on the Internet + non_local_language_probability: 0.05 + # Replace user-tagged admin components with the non-local language version + replace_non_local_probability: 0.4 + +# Dependencies for including each component in an "address" +# Two-way dependencies are not an issue +component_dependencies: + road: + dependencies: [] + + po_box: + dependencies: + - road + - suburb + - city_district + - city + - postcode + + house_number: + dependencies: + - road + + entrance: + dependencies: + - house_number + + staircase: + dependencies: + - house_number + + level: + dependencies: + - house_number + + unit: + dependencies: + - house_number + + metro_station: + dependencies: + - house + - road + - house_number + + postcode: + dependencies: [] + + # Country exceptions + exceptions: + jp: + house_number: + dependencies: + - road + - suburb + - city_district + + + +# Each component is dropped out separately and a new address +# is added to the training set. These are only the address-level +# components. Places/boundaries are taken care of elsewhere. +dropout: + attention: + probability: 0.8 + care_of: + probability: 0.8 + house: + probability: 0.6 + house_number: + probability: 0.5 + road: + probability: 0.4 + entrance: + probability: 0.8 + staircase: + probability: 0.8 + level: + probability: 0.6 + unit: + probability: 0.5 + postcode: + probability: 0.6 +po_box: + probability: 0.1 + # Note: these probabilities all independent (don't need to sum to 1) + drop_address_probability: 0.8 # drop house number, road, etc. + drop_places_probability: 0.1 # drop place names + drop_postcode_probability: 0.3 # drop postal code + +category: + # Same thing for category queries + drop_address_probability: 0.8 # drop house number, road, etc. + drop_places_probability: 0.1 # drop place names + drop_postcode_probability: 0.3 # drop postal code + +places: + hyphenate_multiword_probability: 0.01 + remove_hyphen_probability: 0.5 + +boundaries: + abbreviate_toponym_probability: 0.35 + # Usually in Germany, may have e.g. name:prefix=Stadtbezirk + add_prefix_probability: 0.5 + +neighborhood: + # Usually in Germany, may have e.g. name:prefix=Ortsteil + add_prefix_probability: 0.5 + use_first_match_probability: 0.8 + +city: + quattroshapes_geonames_backup_city_probability: 0.2 + quattroshapes_geonames_abbreviated_probability: 0.1 + +state_district: + join_probability: 0.5 + +state: + # Probability of using full name e.g. New York vs. NY + full_name_probability: 0.2 + abbreviated_probability: 0.8 + +# Currently for Russian and Ukrainian, convert some names to the genitive case +slavic_names: + state: + genitive_probability: 0.4 + state_district: + genitive_probability: 0.4 + +country: + # If no country is specified, pull the country name from CLDR (authoratative country names translated into different languages) + cldr_country_probability: 0.5 + # When a country is specified and is simply an ISO code (e.g. US, DE), replace with one of the CLDR names + replace_with_cldr_country_probability: 0.9 + # When the user-specified country is an ISO code, remove it from the components with this probability (fall back on geocoded components) + remove_iso_code_probability: 0.1 + cldr: + localized_name_probability: 0.92 + iso_alpha_2_code_probability: 0.02 + iso_alpha_3_code_probability: 0.01 + iso_3166_name_probability: 0.05 diff --git a/resources/places/countries/global.yaml b/resources/places/countries/global.yaml new file mode 100644 index 0000000..ee9cb01 --- /dev/null +++ b/resources/places/countries/global.yaml @@ -0,0 +1,518 @@ +# This config specifies isolated and conditional probabilities +# of including various admin components (applies to both addresses +# and standalone place queries) + +global: + city_replacements: [] + # Probability of including individual components + components: + suburb: + probability: 0.2 + dependencies: + - city + - city_district + metro_station: + probability: 0.05 + city_district: + probability: 0.2 + city: + probability: 1.0 + island: + # Islands are usually not represented in addresses + probability: 0.0 + state_district: + probability: 0.05 + dependencies: + - city + state: + probability: 0.1 + dependencies: + - city + - country + country_region: + probability: 0.05 + dependencies: + - country + country: + probability: 0.8 + population: + - lt: 100000 + gte: 10000 + probability: 0.85 + - lt: 10000 + probability: 0.9 + + world_region: + probability: 0.001 + dependencies: + - country + +add_west_indies: &add_west_indies + components: + world_region: &add_west_indies_world_region + probability: 0.1 + values: + - value: West Indies + probability: 0.5 + - value: W.I. + probability: 0.2 + - value: W.I + probability: 0.15 + - value: WI + probability: 0.15 + +countries: + # Anguilla + ai: *add_west_indies + + # Antigua and Barbuda + ag: *add_west_indies + + # Australia + au: + city_replacements: + - suburb + - city_district + - state_district + components: + suburb: + dependencies: + - city_district + - city + - state_district + - state + state: + probability: 0.6 + population: + - lt: 100000 + gte: 10000 + probability: 0.9 + - lt: 10000 + probability: 1.0 + dependencies: + - city + - city_district + country: + probability: 0.5 + population: [] + + # Barbados + bb: *add_west_indies + + # Bermuda + bm: *add_west_indies + + # Brazil + br: + city_replacements: + - suburb + - city_district + - state_district + components: + suburb: + dependencies: + - city_district + - city + - state_district + - state + state: + probability: 0.6 + population: + - lt: 100000 + gte: 10000 + probability: 0.9 + - lt: 10000 + probability: 1.0 + dependencies: + - city + - city_district + country: + population: [] + + # Bahamas + bs: *add_west_indies + + # Canada + ca: + city_replacements: + - suburb + - city_district + - state_district + - state + components: + suburb: + dependencies: + - city_district + - city + - state_district + - state + city: + probability: 0.95 + state: + probability: 0.7 + population: + - lt: 100000 + gte: 10000 + probability: 0.9 + - lt: 10000 + probability: 1.0 + dependencies: + - city + - city_district + country: + probability: 0.2 + population: [] + + # Switzerland + ch: + components: + state: + population: + - lt: 100000 + probability: 0.4 + + # Dominica + dm: *add_west_indies + + # France + fr: + components: + city_district: + probability: 0.4 + dependencies: + - city + + # United Kingdom + gb: + city_replacements: + - suburb + - city_district + - state_district + components: + state_district: + probability: 0.15 + population: + - lt: 10000 + probability: 0.5 + dependencies: + - city_district + - city + suburb: + probability: 0.5 + city_district: + probability: 0.3 + country: + probability: 0.6 + + + # Grenada + gd: *add_west_indies + + + # Indonesia + id: + components: + island: + probability: 0.4 + + # Ireland + ie: + components: + state_district: + population: + - lt: 100000 + gte: 10000 + probability: 0.5 + - lt: 10000 + probability: 0.8 + + # India + in: + components: + state_district: + probability: 0.3 + state: + probability: 0.8 + + + # Italy + it: + city_replacements: + - suburb + - city_district + components: + state_district: + probability: 0.7 + state: + probability: 0.2 + + # Hong Kong + hk: + components: + suburb: + dependencies: + - country + country: + probability: 0.85 + state: + probability: 0.2 + dependencies: + - country + island: + probability: 0.4 + containing: + - id: 2278450 # Hong Kong Island (already a "state") + type: relation + probability: 0.0 + + # Jamaica + jm: *add_west_indies + + # Japan + jp: + components: + island: + probability: 0.4 + metro_station: + probability: 0.6 + suburb: + probability: 1.0 + city_district: + probability: 0.8 + state: + probability: 0.8 + country: + probability: 0.8 + + hu: + components: + country: + probability: 0.1 + + # Saint Kitts and Nevis + kn: + components: + suburb: + dependencies: + - country + island: + probability: 0.8 + world_region: *add_west_indies_world_region + + # Cayman Islands + ky: *add_west_indies + + # Saint Lucia + lc: *add_west_indies + + # Montserrat + ms: *add_west_indies + + # Mexico + mx: + city_replacements: + - suburb + - city_district + components: + suburb: + dependencies: + - city_district + - city + - state_district + - state + # Boroughs of Mexico City + city_district: + probability: 0.4 + state: + probability: 0.5 + population: + - lt: 100000 + gte: 10000 + probability: 0.9 + - lt: 10000 + probability: 1.0 + dependencies: + - city_district + - city + country: + population: [] + + # Malaysia + my: + components: + island: + probability: 0.3 + + # Pitcairn Islands + pn: + components: + island: + probability: 0.8 + + # Seychelles + sc: + components: + island: + probability: 0.8 + + # Sint Maarten + sx: *add_west_indies + + # Turks and Caicos + tc: *add_west_indies + + # Trinidad and Tobago + tt: *add_west_indies + + # United States + us: + city_replacements: + - suburb + - city_district + - state_district + - state + # Definitions + new_york_county: &new_york_county + id: 2552485 # New York County (Manhattan, NY) + type: relation + + kings_county: &kings_county + id: 369518 # Kings County (Brooklyn, NY) + type: relation + + queens_county: &queens_county + id: 369519 # Queens County (Queens, NY) + type: relation + + bronx_county: &bronx_county + id: 2552450 # Bronx County (Bronx, NY) + type: relation + + richmond_county: &richmond_county + id: 962876 # Richmond County (Staten Island, NY) + type: relation + + hawaii: &hawaii + id: 166563 # State of Hawaii + type: relation + + components: + suburb: + probability: 0.4 + dependencies: + - city_district + - city + - state_district + - state + city_district: + probability: 0.2 + containing: + - <<: *kings_county + probability: 1.0 + - <<: *queens_county + probability: 1.0 + - <<: *bronx_county + probability: 1.0 + - <<: *richmond_county + probability: 1.0 + - <<: *new_york_county + probability: 0.1 + city: + probability: 0.95 + containing: + - <<: *kings_county + probability: 0.1 + - <<: *queens_county + probability: 0.1 + - <<: *bronx_county + probability: 0.1 + - <<: *richmond_county + probability: 0.1 + - <<: *new_york_county + probability: 1.0 + island: + order: + direction: before + component: state_district + containing: + # Island is more common in Hawaiian addresses + - <<: *hawaii + probability: 0.5 + state: + probability: 0.8 + population: + - lt: 100000 + gte: 10000 + probability: 0.9 + - lt: 10000 + probability: 1.0 + dependencies: + - city_district + - city + + state_district: + probability: 0.1 + population: + - lt: 100000 + gte: 10000 + probability: 0.2 + - lt: 10000 + probability: 0.4 + containing: + - <<: *new_york_county + probability: 0.1 + - <<: *kings_county + probability: 0.1 + - <<: *queens_county + probability: 0.1 + - <<: *bronx_county + probability: 0.1 + - <<: *richmond_county + probability: 0.1 + dependencies: + - city_district + - city + - state + + country: + probability: 0.1 + population: [] + dependencies: + - city + - city_district + - state + + # Tuvalu + tv: + components: + island: + probability: 0.8 + + # Venezuela + ve: + components: + state: + probability: 0.8 + + # Saint Vincent and the Grenadines + vc: *add_west_indies + + # US Virgin Islands + vi: + components: + island: + probability: 0.8 + world_region: *add_west_indies_world_region + + # British Virgin Islands + vg: + components: + island: + probability: 0.8 + world_region: *add_west_indies_world_region + + za: + city_replacements: + - suburb + - city_district + - state_district diff --git a/resources/postal_codes/config.yaml b/resources/postal_codes/config.yaml new file mode 100644 index 0000000..dcae4a2 --- /dev/null +++ b/resources/postal_codes/config.yaml @@ -0,0 +1,300 @@ +global: + # Validate using google I18N regexes + validate_postcode: false + # Strip other components like city, state, etc. from the postcode + strip_components: false + + # Add country code to the beginning of the string + add_country_code: false + country_code_probablity: 0.0 + country_code_hyphen_probability: 0.0 + + +use_country_code_seldomly: &use_country_code_seldomly + add_country_code: true + country_code_probablity: 0.1 + country_code_hyphen_probability: 0.8 + +use_country_code_sometimes: &use_country_code_sometimes + add_country_code: true + country_code_probablity: 0.4 + country_code_hyphen_probability: 0.8 + +use_country_code_frequently: &use_country_code_frequently + add_country_code: true + country_code_probablity: 0.7 + country_code_hyphen_probability: 0.8 + + +countries: + # Albania + al: *use_country_code_seldomly + + # Austria + at: + <<: *use_country_code_seldomly + country_code_phrase: + default: AT + probability: 0.6 + alternatives: + - alternative: A + probability: 0.4 + + # Åland Islands (same as Finland) + ax: *use_country_code_frequently + + # Azerbaijan + az: *use_country_code_frequently + + # Barbados + bb: *use_country_code_frequently + + # Belgium + be: + <<: *use_country_code_seldomly + country_code_phrase: + default: BE + probability: 0.6 + alternatives: + - alternative: B + probability: 0.4 + + # Bulgaria + bg: *use_country_code_seldomly + + # Bosnia and Herzegovina + bs: *use_country_code_seldomly + + # Canada + ca: + validate_postcode: true + + # Switzerland + ch: *use_country_code_seldomly + + # Cyprus + cy: *use_country_code_seldomly + + # Czech Republic + cz: *use_country_code_seldomly + + # Germany + de: + <<: *use_country_code_seldomly + country_code_phrase: + default: DE + probability: 0.6 + alternatives: + - alternative: D + probability: 0.4 + + # Denmark + dk: *use_country_code_seldomly + + # Estonia + ee: *use_country_code_seldomly + + # Spain + es: + <<: *use_country_code_seldomly + country_code_phrase: + default: ES + probability: 0.6 + alternatives: + - alternative: E + probability: 0.4 + + # Finland + fi: *use_country_code_frequently + + # France + fr: + <<: *use_country_code_seldomly + country_code_phrase: + default: FR + probability: 0.6 + alternatives: + - alternative: F + probability: 0.4 + + # United Kingdom + gb: + validate_postcode: true + + # Guernsey + gg: + validate_postcode: true + + # Greece + gr: *use_country_code_seldomly + + # Honduras + hn: *use_country_code_frequently + + # Croatia + hr: *use_country_code_frequently + + # Hungary + hu: + <<: *use_country_code_seldomly + country_code_phrase: + default: HU + probability: 0.6 + alternatives: + - alternative: H + probability: 0.4 + + # Isle of Man + im: + validate_postcode: true + + # Iceland + is: *use_country_code_seldomly + + # Italy + it: + <<: *use_country_code_seldomly + country_code_phrase: + default: IT + probability: 0.6 + alternatives: + - alternative: I + probability: 0.4 + + # Jersey + je: + validate_postcode: true + + # Cayman Islands + ky: *use_country_code_frequently + + # Saint Lucia + lc: *use_country_code_frequently + + # Lithuania + lt: *use_country_code_frequently + + # Luxembourg + lu: + <<: *use_country_code_sometimes + country_code_phrase: + default: L + probability: 0.7 + alternatives: + - alternative: LU + probability: 0.3 + + # Latvia + lv: *use_country_code_frequently + + # Monaco + mc: *use_country_code_seldomly + + # Moldova + md: *use_country_code_frequently + + # Montenegro + me: *use_country_code_seldomly + + # Macedonia + mk: *use_country_code_seldomly + + # Malta + mt: + <<: *use_country_code_seldomly + country_code_phrase: + default: MT + probability: 0.6 + alternatives: + - alternative: M + probability: 0.4 + + # Netherlands + nl: *use_country_code_seldomly + + # Norway + "no": + <<: *use_country_code_seldomly + country_code_phrase: + default: "NO" + probability: 0.6 + alternatives: + - alternative: N + probability: 0.4 + + # Peru + pe: *use_country_code_seldomly + + # Poland + pl: *use_country_code_seldomly + + # Portugal + pt: + <<: *use_country_code_seldomly + country_code_phrase: + default: PT + probability: 0.6 + alternatives: + - alternative: P + probability: 0.4 + + # Réunion + re: *use_country_code_seldomly + + # Romania + ro: *use_country_code_seldomly + + # Serbia + rs: *use_country_code_seldomly + + # Sweden + se: + <<: *use_country_code_sometimes + country_code_phrase: + default: SE + probability: 0.6 + alternatives: + - alternative: S + probability: 0.4 + + # Slovenia + si: *use_country_code_frequently + + # Svalbard and Jan Mayen + sj: *use_country_code_seldomly + + # Slovakia + sk: *use_country_code_seldomly + + # San Marino + sm: *use_country_code_seldomly + + # Turkey + tr: *use_country_code_seldomly + + us: + validate_postcode: true + strip_components: true + override_regex: "(\\d{5})(?:[ \\-]?(\\d{4}))?" + + # Vatican + va: + <<: *use_country_code_seldomly + country_code_phrase: + default: VA + probability: 0.6 + alternatives: + - alternative: V + probability: 0.4 + + # Saint Vincent and the Grenadines + vc: *use_country_code_frequently + + # British Virgin Islands + vg: *use_country_code_frequently + + # Samoa + ws: *use_country_code_frequently + + # Kosovo + xk: *use_country_code_seldomly diff --git a/resources/states/au.yaml b/resources/states/au.yaml new file mode 100644 index 0000000..2bb0c42 --- /dev/null +++ b/resources/states/au.yaml @@ -0,0 +1,90 @@ +"A.A.T": + en: Australian Antarctic Territory +"A. A. T": + en: Australian Antarctic Territory +"A.A.T.": + en: Australian Antarctic Territory +"A. A. T.": + en: Australian Antarctic Territory +"A A T": + en: Australian Antarctic Territory +AAT: + en: Australian Antarctic Territory +"A.C.T": + en: Australian Capital Territory +"A. C. T": + en: Australian Capital Territory +"A.C.T.": + en: Australian Capital Territory +"A. C. T.": + en: Australian Capital Territory +"A C T": + en: Australian Capital Territory +ACT: + en: Australian Capital Territory +"J.B.T.": + en: Jervis Bay Territory +"J. B. T.": + en: Jervis Bay Territory +"J.B.T": + en: Jervis Bay Territory +"J. B. T": + en: Jervis Bay Territory +"J B T": + en: Jervis Bay Territory +JBT: + en: Jervis Bay Territory +"N.S.W": + en: New South Wales +"N. S. W": + en: New South Wales +"N.S.W.": + en: New South Wales +"N. S. W.": + en: New South Wales +"N S W": + en: New South Wales +NSW: + en: New South Wales +"N.T": + en: Northern Territory +"N. T": + en: Northern Territory +"N.T.": + en: Northern Territory +"N. T.": + en: Northern Territory +"N T": + en: Northern Territory +NT: + en: Northern Territory +QLD: + en: Queensland +"S.A": + en: South Australia +"S. A": + en: South Australia +"S.A.": + en: South Australia +"S. A.": + en: South Australia +"S A": + en: South Australia +SA: + en: South Australia +TAS: + en: Tasmania +VIC: + en: Victoria +"W.A": + en: Western Australia +"W. A": + en: Western Australia +"W.A.": + en: Western Australia +"W. A.": + en: Western Australia +"W A": + en: Western Australia +WA: + en: Western Australia \ No newline at end of file diff --git a/resources/states/br.yaml b/resources/states/br.yaml new file mode 100644 index 0000000..e510457 --- /dev/null +++ b/resources/states/br.yaml @@ -0,0 +1,64 @@ +AC: + pt: Acre +AL: + pt: Alagoas +AP: + pt: Amapá +AM: + pt: Amazonas +BA: + pt: Bahia +CE: + pt: Ceará +"D.F": + pt: Distrito Federal +"D. F": + pt: Distrito Federal +"D.F.": + pt: Distrito Federal +"D. F.": + pt: Distrito Federal +"D F": + pt: Distrito Federal +DF: + pt: Distrito Federal +ES: + pt: Espírito Santo +GO: + pt: Goiás +MA: + pt: Maranhão +MT: + pt: Mato Grosso +MS: + pt: Mato Grosso do Sul +MG: + pt: Minas Gerais +PA: + pt: Pará +PB: + pt: Paraíba +PR: + pt: Paraná +PE: + pt: Pernambuco +PI: + pt: Piauí +RJ: + pt: Rio de Janeiro +RN: + pt: Rio Grande do Norte +RS: + pt: Rio Grande do Sul +RO: + pt: Rondônia +RR: + pt: Roraima +SC: + pt: Santa Catarina +SP: + pt: São Paulo +SE: + pt: Sergipe +TO: + pt: Tocantins \ No newline at end of file diff --git a/resources/states/ca.yaml b/resources/states/ca.yaml new file mode 100644 index 0000000..a1bc8e9 --- /dev/null +++ b/resources/states/ca.yaml @@ -0,0 +1,115 @@ +AB: + fr: Alberta + en: Alberta +"B.C": + fr: Colombie-Britannique + en: British Columbia +"B. C": + fr: Colombie-Britannique + en: British Columbia +"B.C.": + fr: Colombie-Britannique + en: British Columbia +"B. C.": + fr: Colombie-Britannique + en: British Columbia +"B C": + fr: Colombie-Britannique + en: British Columbia +BC: + fr: Colombie-Britannique + en: British Columbia +MB: + fr: Manitoba + en: Manitoba +"N.B": + fr: Nouveau-Brunswick + en: New Brunswick +"N. B": + fr: Nouveau-Brunswick + en: New Brunswick +"N.B.": + fr: Nouveau-Brunswick + en: New Brunswick +"N. B.": + fr: Nouveau-Brunswick + en: New Brunswick +"N B": + fr: Nouveau-Brunswick + en: New Brunswick +NB: + fr: Nouveau-Brunswick + en: New Brunswick +NL: + fr: Terre-Neuve-et-Labrador + en: Newfoundland and Labrador +"N.S": + fr: Nouvelle-Écosse + en: Nova Scotia +"N. S": + fr: Nouvelle-Écosse + en: Nova Scotia +"N.S.": + fr: Nouvelle-Écosse + en: Nova Scotia +"N. S.": + fr: Nouvelle-Écosse + en: Nova Scotia +"N S": + fr: Nouvelle-Écosse + en: Nova Scotia +NS: + fr: Nouvelle-Écosse + en: Nova Scotia +"N.T": + fr: Territoires du Nord-Ouest + en: Northwest Territories +"N. T": + fr: Territoires du Nord-Ouest + en: Northwest Territories +"N. T.": + fr: Territoires du Nord-Ouest + en: Northwest Territories +"N.T.": + fr: Territoires du Nord-Ouest + en: Northwest Territories +"N T": + fr: Territoires du Nord-Ouest + en: Northwest Territories +NT: + fr: Territoires du Nord-Ouest + en: Northwest Territories +NU: + fr: Nunavut + en: Nunavut +"ON": + fr: Ontario + en: Ontario +"P.E.I": + fr: Île-du-Prince-Édouard + en: Prince Edward Island +"P. E. I": + fr: Île-du-Prince-Édouard + en: Prince Edward Island + +"P.E.I.": + fr: Île-du-Prince-Édouard + en: Prince Edward Island +"P. E. I.": + fr: Île-du-Prince-Édouard + en: Prince Edward Island +"P E I": + fr: Île-du-Prince-Édouard + en: Prince Edward Island +PE: + fr: Île-du-Prince-Édouard + en: Prince Edward Island +QC: + fr: Québec + en: Quebec +SK: + fr: Saskatchewan + en: Saskatchewan +YT: + fr: Yukon + en: Yukon \ No newline at end of file diff --git a/resources/states/ch.yaml b/resources/states/ch.yaml new file mode 100644 index 0000000..1982faa --- /dev/null +++ b/resources/states/ch.yaml @@ -0,0 +1,57 @@ +ZH: + de: Zürich +BE: + de: Bern + fr: Berne +LU: + de: Luzern +UR: + de: Uri +SZ: + de: Schwyz +OW: + de: Obwalden +NW: + de: Nidwalden +GL: + de: Glarus +ZG: + de: Zug +FR: + de: Freiburg + fr: Fribourg +SO: + de: Solothurn +BS: + de: Basel-Stadt +BL: + de: Basel-Landschaft +SH: + de: Schaffhausen +AR: + de: Appenzell Ausserrhoden +AI: + de: Appenzell Innerrhoden +SG: + de: St. Gallen +GR: + de: Graubünden + it: Grigioni + rm: Grischun +AG: + de: Aargau +TG: + de: Thurgau +TI: + de: Ticino +VD: + fr: Vaud +VS: + de: Wallis + fr: Valais +NE: + fr: Neuchâtel +GE: + fr: Genève +JU: + fr: Jura \ No newline at end of file diff --git a/resources/states/mx.yaml b/resources/states/mx.yaml new file mode 100644 index 0000000..fc39634 --- /dev/null +++ b/resources/states/mx.yaml @@ -0,0 +1,74 @@ +AG: + es: Aguascalientes +BN: + es: Baja California +BS: + es: Baja California Sur +CM: + es: Campeche +CP: + es: Chiapas +CH: + es: Chihuahua +CA: + es: Coahuila +CL: + es: Colima +"D.F.": + es: Distrito Federal +"D. F.": + es: Distrito Federal +"D.F": + es: Distrito Federal +"D. F": + es: Distrito Federal +"D F": + es: Distrito Federal +DF: + es: Distrito Federal +DU: + es: Durango +GT: + es: Guanajuato +GR: + es: Guerrero +HI: + es: Hidalgo +JA: + es: Jalisco +MX: + es: México +MC: + es: Michoacán +MR: + es: Morelos +NA: + es: Nayarit +NL: + es: Nuevo León +OA: + es: Oaxaca +PU: + es: Puebla +QE: + es: Querétaro +QR: + es: Quintana Roo +SL: + es: San Luis Potosí +SI: + es: Sinaloa +SO: + es: Sonora +TB: + es: Tabasco +TM: + es: Tamaulipas +TL: + es: Tlaxcala +VE: + es: Veracruz +YU: + es: Yucatán +ZA: + es: Zacatecas \ No newline at end of file diff --git a/resources/states/my.yaml b/resources/states/my.yaml new file mode 100644 index 0000000..436a0bc --- /dev/null +++ b/resources/states/my.yaml @@ -0,0 +1,93 @@ +"KL": + en: Kuala Lumpur + ms: Kuala Lumpur +"federal territory kuala lumpur": + en: Kuala Lumpur + ms: Kuala Lumpur +"federal territory of kuala lumpur": + en: Kuala Lumpur + ms: Kuala Lumpur +"wilayah persekutuan kuala lumpur": + en: Kuala Lumpur + ms: Kuala Lumpur +"federal territory labuan": + en: Labuan + ms: Labuan +"federal territory of labuan": + en: Labuan + ms: Labuan +"wilayah persekutuan labuan": + en: Labuan + ms: Labuan +"federal territory putrajaya": + en: Putrajaya + ms: Putrajaya +"federal territory of putrajaya": + en: Putrajaya + ms: Putrajaya +"wilayah persekutuan putrajaya": + en: Putrajaya + ms: Putrajaya +"pulau pinang": + en: Penang + ms: Pulau Pinang +"penang": + en: Penang + ms: Pulau Pinang +JHR: + en: Johor + ms: Johor +KDH: + en: Kedah + ms: Kedah +KTN: + en: Kelantan + ms: Kelantan +MLK: + en: Melaka + ms: Melaka +NSN: + en: Negeri Sembilan + ms: Negeri Sembilan +PHG: + en: Pahang + ms: Pahang +PRK: + en: Perak + ms: Perak +PLS: + en: Perlis + ms: Perlis +PNG: + en: Penang + ms: Pulau Pinang +SBH: + en: Sabah + ms: Sabah +SWK: + en: Sarawak + ms: Sarawak +SGR: + en: Selangor + ms: Selangor +TRG: + en: Terengganu + ms: Terengganu +KUL: + en: Kuala Lumpur + ms: Kuala Lumpur +LBN: + en: Labuan + ms: Labuan +PJY: + en: Putrajaya + ms: Putrajaya +KL: + en: Kuala Lumpur + ms: Kuala Lumpur +LB: + en: Labuan + ms: Labuan +PY: + en: Putrajaya + ms: Putrajaya \ No newline at end of file diff --git a/resources/states/us.yaml b/resources/states/us.yaml new file mode 100644 index 0000000..495337e --- /dev/null +++ b/resources/states/us.yaml @@ -0,0 +1,202 @@ +AK: + en: Alaska +AL: + en: Alabama +AR: + en: Arkansas +AZ: + en: Arizona +CA: + en: California +CO: + en: Colorado +CT: + en: Connecticut +"D.C": + en: District of Columbia +"D. C": + en: District of Columbia +"D.C.": + en: District of Columbia +"D. C.": + en: District of Columbia +"D C": + en: District of Columbia +DC: + en: District of Columbia +DE: + en: Delaware +FL: + en: Florida +GA: + en: Georgia +HI: + en: Hawaii +IA: + en: Iowa +ID: + en: Idaho +IL: + en: Illinois +IN: + en: Indiana +KS: + en: Kansas +KY: + en: Kentucky +LA: + en: Louisiana +MA: + en: Massachusetts +MD: + en: Maryland +ME: + en: Maine +MI: + en: Michigan +MN: + en: Minnesota +MO: + en: Missouri +MS: + en: Mississippi +MT: + en: Montana +"N.C": + en: North Carolina +"N. C": + en: North Carolina +"N.C.": + en: North Carolina +"N. C.": + en: North Carolina +"N C": + en: North Carolina +NC: + en: North Carolina +"N.D": + en: North Dakota +"N. D": + en: North Dakota +"N.D.": + en: North Dakota +"N. D.": + en: North Dakota +"N D": + en: North Dakota +ND: + en: North Dakota +NE: + en: Nebraska +NH: + en: New Hampshire +"N.J": + en: New Jersey +"N. J": + en: New Jersey +"N.J.": + en: New Jersey +"N. J.": + en: New Jersey +"N J": + en: New Jersey +NJ: + en: New Jersey +"N.M": + en: New Mexico +"N. M": + en: New Mexico +"N.M.": + en: New Mexico +"N. M.": + en: New Mexico +"N M": + en: New Mexico +NM: + en: New Mexico +NV: + en: Nevada +"N.Y": + en: New York +"N. Y": + en: New York +"N.Y.": + en: New York +"N. Y.": + en: New York +"N Y": + en: New York +NY: + en: New York +OH: + en: Ohio +OK: + en: Oklahoma +OR: + en: Oregon +PA: + en: Pennsylvania +"R.I": + en: Rhode Island +"R. I": + en: Rhode Island +"R.I.": + en: Rhode Island +"R. I.": + en: Rhode Island +"R I": + en: Rhode Island +RI: + en: Rhode Island +"S.C": + en: South Carolina +"S. C": + en: South Carolina +"S.C.": + en: South Carolina +"S. C.": + en: South Carolina +"S C": + en: South Carolina +SC: + en: South Carolina +"S.D": + en: South Dakota +"S. D": + en: South Dakota +"S.D.": + en: South Dakota +"S. D.": + en: South Dakota +"S D": + en: South Dakota +SD: + en: South Dakota +TN: + en: Tennessee +TX: + en: Texas +UT: + en: Utah +VA: + en: Virginia +VT: + en: Vermont +WA: + en: Washington +WI: + en: Wisconsin +"W.V": + en: West Virginia +"W. V": + en: West Virginia +"W.V.": + en: West Virginia +"W. V.": + en: West Virginia +"W V": + en: West Virginia +WV: + en: West Virginia +WY: + en: Wyoming \ No newline at end of file diff --git a/scripts/geodata/__init__.py b/scripts/geodata/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/address_expansions/__init__.py b/scripts/geodata/address_expansions/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/address_expansions/abbreviations.py b/scripts/geodata/address_expansions/abbreviations.py new file mode 100644 index 0000000..8c203b0 --- /dev/null +++ b/scripts/geodata/address_expansions/abbreviations.py @@ -0,0 +1,233 @@ +import random +import re +import six + +from geodata.address_expansions.gazetteers import * +from geodata.encoding import safe_decode, safe_encode +from geodata.text.tokenize import tokenize_raw, token_types +from geodata.text.utils import non_breaking_dash_regex + + +LOWER, UPPER, TITLE, MIXED = range(4) + + +def token_capitalization(s): + if s.istitle(): + return TITLE + elif s.islower(): + return LOWER + elif s.isupper(): + return UPPER + else: + return MIXED + + +expansion_token_regex = re.compile('([^ \-\.]+)([\.\- ]+|$)') + + +def recase_abbreviation(expansion, tokens, space_token=six.u(' ')): + expansion_tokens = expansion_token_regex.findall(expansion) + + if len(tokens) > len(expansion_tokens) and all((token_capitalization(t) != LOWER for t, c in tokens)): + expansion_tokenized = tokenize(expansion) + is_acronym = len(expansion_tokenized) == 1 and expansion_tokenized[0][1] == token_types.ACRONYM + if len(expansion) <= 3 or is_acronym: + return expansion.upper() + else: + return expansion.title() + elif len(tokens) == len(expansion_tokens): + strings = [] + for (t, c), (e, suf) in zip(tokens, expansion_tokens): + cap = token_capitalization(t) + if suf == six.u(' '): + suf = space_token + if cap == LOWER: + strings.append(six.u('').join((e.lower(), suf))) + elif cap == UPPER: + strings.append(six.u('').join((e.upper(), suf))) + elif cap == TITLE: + strings.append(six.u('').join((e.title(), suf))) + elif t.lower() == e.lower(): + strings.append(t) + else: + strings.append(six.u('').join((e.title(), suf))) + return six.u('').join(strings) + else: + + strings = [] + for e, suf in expansion_tokens: + strings.append(e.title()) + if suf == six.u(' '): + strings.append(space_token) + else: + strings.append(suf) + return six.u('').join(strings) + + +def abbreviate(gazetteer, s, language, abbreviate_prob=0.3, separate_prob=0.2, add_period_hyphen_prob=0.3): + ''' + Abbreviations + ------------- + + OSM discourages abbreviations, but to make our training data map better + to real-world input, we can safely replace the canonical phrase with an + abbreviated version and retain the meaning of the words + ''' + raw_tokens = tokenize_raw(s) + s_utf8 = safe_encode(s) + tokens = [(safe_decode(s_utf8[o:o + l]), token_types.from_id(c)) for o, l, c in raw_tokens] + norm_tokens = [(t.lower() if c in token_types.WORD_TOKEN_TYPES else t, c) for t, c in tokens] + + n = len(tokens) + + abbreviated = [] + + i = 0 + + def abbreviated_tokens(i, tokens, t, c, length, data, space_token=six.u(' ')): + data = [d.split(six.b('|')) for d in data] + + # local copy + abbreviated = [] + + n = len(t) + + # Append the original tokens with whitespace if there is any + if random.random() > abbreviate_prob or not any((int(is_canonical) and lang in (language, 'all') for lang, dictionary, is_canonical, canonical in data)): + for j, (t_i, c_i) in enumerate(t): + abbreviated.append(tokens[i + j][0]) + + if j < n - 1: + abbreviated.append(space_token) + return abbreviated + + for lang, dictionary, is_canonical, canonical in data: + if lang not in (language, 'all'): + continue + + is_canonical = int(is_canonical) + is_stopword = dictionary == 'stopword' + is_prefix = dictionary.startswith('concatenated_prefixes') + is_suffix = dictionary.startswith('concatenated_suffixes') + is_separable = is_prefix or is_suffix and dictionary.endswith('_separable') and len(t[0][0]) > length + + suffix = None + prefix = None + + if not is_canonical: + continue + + if not is_prefix and not is_suffix: + abbreviations = gazetteer.canonicals.get((canonical, lang, dictionary)) + # TODO: maybe make this a Zipfian choice e.g. so "St" gets chosen most often for "Street" + # would require an audit of the dictionaries though so abbreviations are listed from + # left-to-right by frequency of usage + token = random.choice(abbreviations) if abbreviations else canonical + token = recase_abbreviation(token, tokens[i:i + len(t)], space_token=space_token) + abbreviated.append(token) + break + elif is_prefix: + token = tokens[i][0] + prefix, token = token[:length], token[length:] + + abbreviated.append(prefix) + if random.random() < separate_prob: + sub_tokens = tokenize(token) + if sub_tokens and sub_tokens[0][1] in (token_types.HYPHEN, token_types.DASH): + token = six.u('').join((t for t, c in sub_tokens[1:])) + + abbreviated.append(space_token) + if token.islower(): + abbreviated.append(token.title()) + else: + abbreviated.append(token) + abbreviated.append(space_token) + break + elif is_suffix: + token = tokens[i][0] + + token, suffix = token[:-length], token[-length:] + + concatenated_abbreviations = gazetteer.canonicals.get((canonical, lang, dictionary), []) + + separated_abbreviations = [] + phrase = gazetteer.trie.get(suffix.rstrip('.')) + suffix_data = [safe_decode(d).split(six.u('|')) for d in (phrase or [])] + for l, d, _, c in suffix_data: + if l == lang and c == canonical: + separated_abbreviations.extend(gazetteer.canonicals.get((canonical, lang, d))) + + separate = random.random() < separate_prob + + if concatenated_abbreviations and not separate: + abbreviation = random.choice(concatenated_abbreviations) + elif separated_abbreviations: + abbreviation = random.choice(separated_abbreviations) + else: + abbreviation = canonical + + if separate: + sub_tokens = tokenize(token) + if sub_tokens and sub_tokens[-1][1] in (token_types.HYPHEN, token_types.DASH): + token = six.u('').join((t for t, c in sub_tokens[:-1])) + + abbreviated.append(token) + if separate: + abbreviated.append(space_token) + if suffix.isupper(): + abbreviated.append(abbreviation.upper()) + elif separate: + abbreviated.append(abbreviation.title()) + else: + abbreviated.append(abbreviation) + break + else: + for j, (t_i, c_i) in enumerate(t): + abbreviated.append(tokens[i + j][0]) + if j < n - 1: + abbreviated.append(space_token) + return abbreviated + + for t, c, length, data in gazetteer.filter(norm_tokens): + if c == token_types.PHRASE: + abbrev_tokens = abbreviated_tokens(i, tokens, t, c, length, data) + abbreviated.extend(abbrev_tokens) + + if i + len(t) < n and raw_tokens[i + len(t)][0] > sum(raw_tokens[i + len(t) - 1][:2]): + abbreviated.append(six.u(' ')) + + i += len(t) + + else: + token = tokens[i][0] + if not non_breaking_dash_regex.search(token): + abbreviated.append(token) + else: + sub_tokens = tokenize(non_breaking_dash_regex.sub(six.u(' '), token)) + sub_tokens_norm = [(t.lower() if c in token_types.WORD_TOKEN_TYPES else t, c) for t, c in sub_tokens] + + sub_token_abbreviated = [] + sub_i = 0 + sub_n = len(sub_tokens) + for t, c, length, data in gazetteer.filter(sub_tokens_norm): + if c == token_types.PHRASE: + abbrev_tokens = abbreviated_tokens(sub_i, sub_tokens, t, c, length, data, space_token=six.u('-')) + sub_token_abbreviated.extend(abbrev_tokens) + sub_i += len(t) + if sub_i < sub_n: + if abbrev_tokens and random.random() < add_period_hyphen_prob and not abbrev_tokens[-1].endswith(six.u('.')) and not abbrev_tokens[-1].lower().endswith(sub_tokens_norm[sub_i - 1][0]): + sub_token_abbreviated.append(six.u('.')) + sub_token_abbreviated.append(six.u('-')) + else: + sub_token_abbreviated.append(sub_tokens[sub_i][0]) + sub_i += 1 + if sub_i < sub_n: + sub_token_abbreviated.append(six.u('-')) + + abbreviated.append(six.u('').join(sub_token_abbreviated)) + + if i < n - 1 and raw_tokens[i + 1][0] > sum(raw_tokens[i][:2]): + abbreviated.append(six.u(' ')) + i += 1 + + return six.u('').join(abbreviated).strip() diff --git a/scripts/geodata/address_expansions/address_dictionaries.py b/scripts/geodata/address_expansions/address_dictionaries.py new file mode 100644 index 0000000..ad9c41a --- /dev/null +++ b/scripts/geodata/address_expansions/address_dictionaries.py @@ -0,0 +1,254 @@ +import os +import sys + +from collections import defaultdict + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(this_dir, os.pardir, os.pardir))) + +from geodata.encoding import safe_encode, safe_decode + +ADDRESS_EXPANSIONS_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'dictionaries') + +ADDRESS_HEADER_FILE = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, 'src', 'address_expansion_rule.h') +ADDRESS_DATA_FILE = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, 'src', 'address_expansion_data.c') + +address_language_index_template = u'{{{language}, {index}, {length}}}' +address_expansion_rule_template = u'{{{phrase}, {num_dictionaries}, {{{dictionaries}}}, {canonical_index}}}' + + +address_expansion_rule_header_template = u''' +#ifndef ADDRESS_EXPANSION_RULE_H +#define ADDRESS_EXPANSION_RULE_H + +#include +#include + +#include "constants.h" +#include "gazetteers.h" + +#define MAX_DICTIONARY_TYPES {max_dictionary_types} + +typedef struct address_expansion_rule {{ + char *phrase; + uint32_t num_dictionaries; + dictionary_type_t dictionaries[MAX_DICTIONARY_TYPES]; + int32_t canonical_index; +}} address_expansion_rule_t; + +typedef struct address_language_index {{ + char language[MAX_LANGUAGE_LEN]; + uint32_t index; + size_t len; +}} address_language_index_t; + + +#endif +''' + +address_expansion_data_file_template = u''' +char *canonical_strings[] = {{ + {canonical_strings} +}}; + +address_expansion_rule_t expansion_rules[] = {{ + {expansion_rules} +}}; + +address_language_index_t expansion_languages[] = {{ + {address_languages} +}}; +''' + + +gazetteer_types = { + 'academic_degrees': 'DICTIONARY_ACADEMIC_DEGREE', + 'ambiguous_expansions': 'DICTIONARY_AMBIGUOUS_EXPANSION', + 'building_types': 'DICTIONARY_BUILDING_TYPE', + 'categories': 'DICTIONARY_CATEGORY', + 'categories_plural': 'DICTIONARY_CATEGORY_PLURAL', + 'chains': 'DICTIONARY_CHAIN', + 'company_types': 'DICTIONARY_COMPANY_TYPE', + 'concatenated_prefixes_separable': 'DICTIONARY_CONCATENATED_PREFIX_SEPARABLE', + 'concatenated_suffixes_inseparable': 'DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE', + 'concatenated_suffixes_separable': 'DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE', + 'cross_streets': 'DICTIONARY_CROSS_STREET', + 'directionals': 'DICTIONARY_DIRECTIONAL', + 'elisions': 'DICTIONARY_ELISION', + 'entrances': 'DICTIONARY_ENTRANCE', + 'given_names': 'DICTIONARY_GIVEN_NAME', + 'house_numbers': 'DICTIONARY_HOUSE_NUMBER', + 'level_types_basement': 'DICTIONARY_LEVEL_BASEMENT', + 'level_types_mezzanine': 'DICTIONARY_LEVEL_MEZZANINE', + 'level_types_numbered': 'DICTIONARY_LEVEL_NUMBERED', + 'level_types_standalone': 'DICTIONARY_LEVEL_STANDALONE', + 'level_types_sub_basement': 'DICTIONARY_LEVEL_SUB_BASEMENT', + 'near': 'DICTIONARY_NEAR', + 'no_number': 'DICTIONARY_NO_NUMBER', + 'number': 'DICTIONARY_NUMBER', + 'nulls': 'DICTIONARY_NULL', + 'organizations': 'DICTIONARY_NAMED_ORGANIZATION', + 'people': 'DICTIONARY_NAMED_PERSON', + 'personal_suffixes': 'DICTIONARY_PERSONAL_SUFFIX', + 'personal_titles': 'DICTIONARY_PERSONAL_TITLE', + 'place_names': 'DICTIONARY_PLACE_NAME', + 'post_office': 'DICTIONARY_POST_OFFICE', + 'postcodes': 'DICTIONARY_POSTAL_CODE', + 'qualifiers': 'DICTIONARY_QUALIFIER', + 'staircases': 'DICTIONARY_STAIRCASE', + 'stopwords': 'DICTIONARY_STOPWORD', + 'street_names': 'DICTIONARY_STREET_NAME', + 'street_types': 'DICTIONARY_STREET_TYPE', + 'surnames': 'DICTIONARY_SURNAME', + 'synonyms': 'DICTIONARY_SYNONYM', + 'toponyms': 'DICTIONARY_TOPONYM', + 'unit_directions': 'DICTIONARY_UNIT_DIRECTION', + 'unit_types_numbered': 'DICTIONARY_UNIT_NUMBERED', + 'unit_types_standalone': 'DICTIONARY_UNIT_STANDALONE', + +} + + +class InvalidAddressFileException(Exception): + pass + + +def read_dictionary_file(path): + for i, line in enumerate(open(path)): + line = safe_decode(line.rstrip()) + if not line.strip(): + continue + + if u'}' in line: + raise InvalidAddressFileException(u'Found }} in file: {}, line {}'.format(path, i+1)) + phrases = line.split(u'|') + + if sum((1 for p in phrases if len(p.strip()) == 0)) > 0: + raise InvalidAddressFileException(u'Found blank synonym in: {}, line {}'.format(path, i+1)) + + yield phrases + + +def quote_string(s): + return u'"{}"'.format(safe_decode(s).replace('\\', '\\\\').replace('"', '\\"')) + + +class AddressPhraseDictionaries(object): + def __init__(self, base_dir=ADDRESS_EXPANSIONS_DIR): + self.base_dir = base_dir + self.languages = [] + + self.language_dictionaries = defaultdict(list) + self.phrases = defaultdict(list) + + for language in os.listdir(base_dir): + language_dir = os.path.join(base_dir, language) + if not os.path.isdir(language_dir): + continue + + self.languages.append(language) + + for filename in os.listdir(language_dir): + if not filename.endswith('.txt'): + raise InvalidAddressFileException(u'Invalid extension for file {}/{}, must be .txt'.format(language_dir, filename)) + dictionary_name = filename.split('.')[0].lower() + + if dictionary_name not in gazetteer_types: + raise InvalidAddressFileException(u'Invalid filename for file {}/{}. Must be one of {{{}}}'.format(language_dir, filename, ', '.join(sorted(gazetteer_types)))) + self.language_dictionaries[language].append(dictionary_name) + + path = os.path.join(language_dir, filename) + for i, line in enumerate(open(path)): + line = safe_decode(line.rstrip()) + if not line.strip(): + continue + + if u'}' in line: + raise InvalidAddressFileException(u'Found }} in file: {}, line {}'.format(path, i+1)) + phrases = line.split(u'|') + + if sum((1 for p in phrases if len(p.strip()) == 0)) > 0: + raise InvalidAddressFileException(u'Found blank synonym in: {}, line {}'.format(path, i+1)) + + self.phrases[(language, dictionary_name)].append(phrases) + + self.language_dictionaries = dict(self.language_dictionaries) + self.phrases = dict(self.phrases) + + +address_phrase_dictionaries = AddressPhraseDictionaries() + + +def create_address_expansion_rules_file(base_dir=ADDRESS_EXPANSIONS_DIR, output_file=ADDRESS_DATA_FILE, header_file=ADDRESS_HEADER_FILE): + address_languages = [] + expansion_rules = [] + canonical_strings = [] + + max_dictionary_types = 0 + + for language in address_phrase_dictionaries.languages: + num_language_rules = 0 + language_index = len(expansion_rules) + + language_canonical_dictionaries = defaultdict(list) + canonical_indices = {} + + for dictionary_name in address_phrase_dictionaries.language_dictionaries[language]: + dictionary_type = gazetteer_types[dictionary_name] + + for phrases in address_phrase_dictionaries.phrases[(language, dictionary_name)]: + canonical = phrases[0] + if len(phrases) > 1: + canonical_index = canonical_indices.get(canonical, None) + if canonical_index is None: + canonical_index = len(canonical_strings) + canonical_strings.append(quote_string(canonical)) + canonical_indices[canonical] = canonical_index + else: + canonical_index = -1 + + for i, p in enumerate(phrases): + language_canonical_dictionaries[p, canonical_index if i > 0 else -1].append(dictionary_type) + + for (phrase, canonical_index), dictionary_types in language_canonical_dictionaries.iteritems(): + max_dictionary_types = max(max_dictionary_types, len(dictionary_types)) + rule_template = address_expansion_rule_template.format(phrase=quote_string(phrase), + num_dictionaries=str(len(dictionary_types)), + dictionaries=', '.join(dictionary_types), + canonical_index=canonical_index) + expansion_rules.append(rule_template) + num_language_rules += 1 + + address_languages.append(address_language_index_template.format(language=quote_string(language), + index=language_index, + length=num_language_rules)) + + header = address_expansion_rule_header_template.format( + max_dictionary_types=str(max_dictionary_types) + ) + out = open(header_file, 'w') + out.write(safe_encode(header)) + out.close() + + data_file = address_expansion_data_file_template.format( + canonical_strings=u''', + '''.join(canonical_strings), + expansion_rules=u''', + '''.join(expansion_rules), + address_languages=u''', + '''.join(address_languages), + ) + + out = open(output_file, 'w') + out.write(safe_encode(data_file)) + out.close() + + +if __name__ == '__main__': + if len(sys.argv) > 1: + input_dir = sys.argv[1] + else: + input_dir = ADDRESS_EXPANSIONS_DIR + + create_address_expansion_rules_file(base_dir=input_dir, output_file=ADDRESS_DATA_FILE) diff --git a/scripts/geodata/address_expansions/equivalence.py b/scripts/geodata/address_expansions/equivalence.py new file mode 100644 index 0000000..de26d7f --- /dev/null +++ b/scripts/geodata/address_expansions/equivalence.py @@ -0,0 +1,56 @@ +import random +import re +import six + +from itertools import izip + +from geodata.address_expansions.gazetteers import * +from geodata.encoding import safe_decode, safe_encode +from geodata.text.normalize import normalized_tokens +from geodata.text.tokenize import tokenize_raw, token_types +from geodata.text.utils import non_breaking_dash_regex + + +def canonicals_for_language(data, language): + canonicals = set() + + for d in data: + lang, dictionary, is_canonical, canonical = d.split(six.b('|')) + if language is None or lang == language: + canonicals.add(canonical) + + return canonicals + +def equivalent(s1, s2, gazetteer, language): + ''' + Address/place equivalence + ------------------------- + + OSM discourages abbreviations, but to make our training data map better + to real-world input, we can safely replace the canonical phrase with an + abbreviated version and retain the meaning of the words + ''' + + tokens_s1 = normalized_tokens(s1) + tokens_s2 = normalized_tokens(s2) + + abbreviated_s1 = list(abbreviations_gazetteer.filter(tokens_s1)) + abbreviated_s2 = list(abbreviations_gazetteer.filter(tokens_s2)) + + if len(abbreviated_s1) != len(abbreviated_s2): + return False + + for ((t1, c1, l1, d1), (t2, c2, l2, d2)) in izip(abbreviated_s1, abbreviated_s2): + if c1 != token_types.PHRASE and c2 != token_types.PHRASE: + if t1 != t2: + return False + elif c2 == token_types.PHRASE and c2 == token_types.PHRASE: + canonicals_s1 = canonicals_for_language(d1, language) + canonicals_s2 = canonicals_for_language(d2, language) + + if not canonicals_s1 & canonicals_s2: + return False + else: + return False + + return True diff --git a/scripts/geodata/address_expansions/gazetteers.py b/scripts/geodata/address_expansions/gazetteers.py new file mode 100644 index 0000000..db35294 --- /dev/null +++ b/scripts/geodata/address_expansions/gazetteers.py @@ -0,0 +1,260 @@ +import os +import six + +from collections import defaultdict, OrderedDict + +from geodata.address_expansions.address_dictionaries import address_phrase_dictionaries +from geodata.encoding import safe_decode, safe_encode +from geodata.i18n.unicode_paths import DATA_DIR +from geodata.text.normalize import normalized_tokens, normalize_string +from geodata.text.tokenize import tokenize, token_types +from geodata.text.phrases import PhraseFilter +from geodata.enum import EnumValue + +from marisa_trie import BytesTrie + + +DICTIONARIES_DIR = os.path.join(DATA_DIR, 'dictionaries') + +PREFIX_KEY = u'\x02' +SUFFIX_KEY = u'\x03' + +POSSIBLE_ROMAN_NUMERALS = set(['i', 'ii', 'iii', 'iv', 'v', 'vi', 'vii', 'viii', 'ix', + 'x', 'xi', 'xii', 'xiii', 'xiv', 'xv', 'xvi', 'xvii', 'xviii', 'xix', + 'xx', 'xxx', 'xl', 'l', 'lx', 'lxx', 'lxxx', 'xc', + 'c', 'cc', 'ccc', 'cd', 'd', 'dc', 'dcc', 'dccc', 'cm', + 'm', 'mm', 'mmm', 'mmmm']) + + +class DictionaryPhraseFilter(PhraseFilter): + serialize = safe_encode + deserialize = safe_decode + + def __init__(self, *dictionaries): + self.dictionaries = dictionaries + self.canonicals = {} + + kvs = defaultdict(OrderedDict) + + for language in address_phrase_dictionaries.languages: + for dictionary_name in self.dictionaries: + is_suffix_dictionary = 'suffixes' in dictionary_name + is_prefix_dictionary = 'prefixes' in dictionary_name + + for phrases in address_phrase_dictionaries.phrases.get((language, dictionary_name), []): + canonical = phrases[0] + canonical_normalized = normalize_string(canonical) + + self.canonicals[(canonical, language, dictionary_name)] = phrases[1:] + + for i, phrase in enumerate(phrases): + + if phrase in POSSIBLE_ROMAN_NUMERALS: + continue + + is_canonical = normalize_string(phrase) == canonical_normalized + + if is_suffix_dictionary: + phrase = SUFFIX_KEY + phrase[::-1] + elif is_prefix_dictionary: + phrase = PREFIX_KEY + phrase + + kvs[phrase][(language, dictionary_name, canonical)] = is_canonical + + kvs = [(k, '|'.join([l, d, str(int(i)), safe_encode(c)])) for k, vals in kvs.iteritems() for (l, d, c), i in vals.iteritems()] + + self.trie = BytesTrie(kvs) + + def serialize(self, s): + return s + + def deserialize(self, s): + return s + + def search_substring(self, s): + if len(s) == 0: + return None, 0 + + for i in xrange(len(s) + 1): + if not self.trie.has_keys_with_prefix(s[:i]): + i -= 1 + break + if i > 0: + return (self.trie.get(s[:i]), i) + else: + return None, 0 + + def search_suffix(self, token): + suffix_search, suffix_len = self.search_substring(SUFFIX_KEY + token[::-1]) + if suffix_len > 0: + suffix_len -= len(SUFFIX_KEY) + return suffix_search, suffix_len + + def search_prefix(self, token): + prefix_search, prefix_len = self.search_substring(PREFIX_KEY + token) + if prefix_len > 0: + prefix_len -= len(PREFIX_KEY) + return prefix_search, prefix_len + + def basic_filter(self, tokens): + return super(DictionaryPhraseFilter, self).filter(tokens) + + def filter(self, tokens): + for p, t, data in self.basic_filter(tokens): + if not p: + t, c = t + token = t + token_len = len(token) + + suffix_search, suffix_len = self.search_suffix(token) + if suffix_search and self.trie.get(token[(token_len - suffix_len):].rstrip('.')): + yield ([(t, c)], token_types.PHRASE, suffix_len, map(safe_decode, suffix_search)) + continue + prefix_search, prefix_len = self.search_prefix(token) + if prefix_search and self.trie.get(token[:prefix_len]): + yield ([(t, c)], token_types.PHRASE, prefix_len, map(safe_decode, prefix_search)) + continue + else: + c = token_types.PHRASE + yield t, c, len(t), map(safe_decode, data) + + def gen_phrases(self, s, canonical_only=False, languages=None): + tokens = tokenize(s) + norm_tokens = [(t.lower() if c in token_types.WORD_TOKEN_TYPES else t, c) for t, c in tokens] + + if not languages: + languages = None + elif not hasattr(languages, '__iter__'): + languages = [languages] + + if not hasattr(languages, '__contains__'): + languages = set(languages) + + for t, c, length, data in self.filter(norm_tokens): + if c == token_types.PHRASE: + if not canonical_only and languages is None: + yield six.u(' ').join([t_i for t_i, c_i in t]) + else: + phrase = None + for d in data: + lang, dictionary, is_canonical, canonical = d.split(six.b('|')) + + if (bool(int(is_canonical)) or not canonical_only) and (languages is None or lang in languages or lang == 'all'): + phrase = phrase if phrase is not None else six.u(' ').join([t_i for t_i, c_i in t]) + yield phrase + + def string_contains_phrases(self, s, canonical_only=False, languages=None): + phrases = self.gen_phrases(s, canonical_only=canonical_only, languages=languages) + try: + phrases.next() + return True + except StopIteration: + return False + + def extract_phrases(self, s, canonical_only=False, languages=None): + return set(self.gen_phrases(s, canonical_only=canonical_only, languages=languages)) + + +STREET_TYPES_ONLY_DICTIONARIES = ('street_types', + 'directionals', + 'concatenated_suffixes_separable', + 'concatenated_suffixes_inseparable', + 'people', + 'personal_suffixes', + 'personal_titles', + ) + +STREET_TYPES_DICTIONARIES = STREET_TYPES_ONLY_DICTIONARIES + ('concatenated_prefixes_separable', + 'organizations', + 'qualifiers', + 'stopwords', + ) + +GIVEN_NAME_DICTIONARY = 'given_names' +SURNAME_DICTIONARY = 'surnames' + +CHAIN_DICTIONARY = 'chains' + +SYNONYM_DICTIONARY = 'synonyms' + +PERSONAL_NAME_DICTIONARIES = (GIVEN_NAME_DICTIONARY, + SURNAME_DICTIONARY,) + + +NAME_DICTIONARIES = STREET_TYPES_DICTIONARIES + ('academic_degrees', + 'building_types', + 'company_types', + 'place_names', + 'qualifiers', + 'synonyms', + 'toponyms', + ) + +QUALIFIERS_DICTIONARY = 'qualifiers' + +HOUSE_NUMBER_DICTIONARIES = ('house_number', 'no_number') + +POSTCODE_DICTIONARIES = ('postcode',) + +TOPONYMS_DICTIONARY = 'toponyms' + +TOPONYM_ABBREVIATION_DICTIONARIES = ('qualifiers', + 'directionals', + 'personal_titles', + 'synonyms', + ) + + +UNIT_ABBREVIATION_DICTIONARIES = ('level_types_basement', + 'level_types_mezzanine', + 'level_types_numbered', + 'level_types_standalone', + 'level_types_sub_basement', + 'number', + 'post_office', + 'unit_types_numbered', + 'unit_types_standalone', + ) + +VENUE_NAME_DICTIONARIES = ('academic_degrees', + 'building_types', + 'chains', + 'company_types', + 'directionals', + 'given_names', + 'organizations', + 'people', + 'personal_suffixes', + 'personal_titles', + 'place_names', + 'stopwords', + 'surnames', + ) + +ALL_ABBREVIATION_DICTIONARIES = STREET_TYPES_DICTIONARIES + \ + NAME_DICTIONARIES + \ + UNIT_ABBREVIATION_DICTIONARIES + \ + ('no_number', 'nulls',) + + +_gazetteers = [] + + +def create_gazetteer(*dictionaries): + g = DictionaryPhraseFilter(*dictionaries) + _gazetteers.append(g) + return g + + +street_types_gazetteer = create_gazetteer(*STREET_TYPES_DICTIONARIES) +street_types_only_gazetteer = create_gazetteer(*STREET_TYPES_ONLY_DICTIONARIES) +qualifiers_gazetteer = create_gazetteer(QUALIFIERS_DICTIONARY) +names_gazetteer = create_gazetteer(*NAME_DICTIONARIES) +chains_gazetteer = create_gazetteer(CHAIN_DICTIONARY) +unit_types_gazetteer = create_gazetteer(*UNIT_ABBREVIATION_DICTIONARIES) +street_and_synonyms_gazetteer = create_gazetteer(*(STREET_TYPES_DICTIONARIES + (SYNONYM_DICTIONARY, ))) +abbreviations_gazetteer = create_gazetteer(*ALL_ABBREVIATION_DICTIONARIES) +toponym_abbreviations_gazetteer = create_gazetteer(*TOPONYM_ABBREVIATION_DICTIONARIES) +toponym_gazetteer = create_gazetteer(TOPONYMS_DICTIONARY) +given_name_gazetteer = create_gazetteer(GIVEN_NAME_DICTIONARY) +venue_names_gazetteer = create_gazetteer(*VENUE_NAME_DICTIONARIES) diff --git a/scripts/geodata/address_formatting/__init__.py b/scripts/geodata/address_formatting/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/address_formatting/aliases.py b/scripts/geodata/address_formatting/aliases.py new file mode 100644 index 0000000..95d99ba --- /dev/null +++ b/scripts/geodata/address_formatting/aliases.py @@ -0,0 +1,29 @@ +import six +from collections import defaultdict + + +class Aliases(object): + def __init__(self, aliases): + self.aliases = aliases + self.priorities = {k: i for i, k in enumerate(aliases)} + + def key_priority(self, key): + return self.priorities.get(key, len(self.priorities)) + + def get(self, key, default=None): + return self.aliases.get(key, default) + + def replace(self, components): + replacements = defaultdict(list) + values = {} + for k in list(components): + new_key = self.aliases.get(k) + if new_key and new_key not in components: + value = components.pop(k) + values[k] = value + replacements[new_key].append(k) + + for key, source_keys in six.iteritems(replacements): + source_keys.sort(key=self.key_priority) + value = values[source_keys[0]] + components[key] = value diff --git a/scripts/geodata/address_formatting/formatter.py b/scripts/geodata/address_formatting/formatter.py new file mode 100644 index 0000000..e1bf201 --- /dev/null +++ b/scripts/geodata/address_formatting/formatter.py @@ -0,0 +1,924 @@ +# -*- coding: utf-8 -*- +import copy +import os +import pystache +import random +import re +import six +import subprocess +import yaml + +from collections import OrderedDict, defaultdict +from itertools import ifilter + +from geodata.address_formatting.aliases import Aliases +from geodata.configs.utils import nested_get, recursive_merge +from geodata.math.floats import isclose +from geodata.math.sampling import weighted_choice, cdf +from geodata.text.tokenize import tokenize, tokenize_raw, token_types +from geodata.encoding import safe_decode + +FORMATTER_GIT_REPO = 'https://github.com/OpenCageData/address-formatting' + +this_dir = os.path.realpath(os.path.dirname(__file__)) + +FORMATTER_CONFIG = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'formatting', 'global.yaml') + + +class AddressFormatter(object): + ''' + Approximate Python port of lokku's Geo::Address::Formatter + + Usage: + address_formatter = AddressFormatter() + components = { + 'house': u'Anticafé', + 'house_number': '2', + 'road': u'Calle de la Unión', + 'postcode': '28013', + 'city': u'Madrid', + } + country = 'es' + language = 'es' + address_formatter.format_address(components, country, language) + ''' + + whitespace_component_regex = re.compile('[\r\n]+[\s\r\n]*') + + splitter = ' | ' + + separator_tag = 'SEP' + field_separator_tag = 'FSEP' + + CATEGORY = 'category' + NEAR = 'near' + ATTENTION = 'attention' + CARE_OF = 'care_of' + HOUSE = 'house' + HOUSE_NUMBER = 'house_number' + PO_BOX = 'po_box' + ROAD = 'road' + BUILDING = 'building' + ENTRANCE = 'entrance' + STAIRCASE = 'staircase' + LEVEL = 'level' + UNIT = 'unit' + INTERSECTION = 'intersection' + SUBDIVISION = 'subdivision' + METRO_STATION = 'metro_station' + SUBURB = 'suburb' + CITY_DISTRICT = 'city_district' + CITY = 'city' + ISLAND = 'island' + STATE = 'state' + STATE_DISTRICT = 'state_district' + POSTCODE = 'postcode' + COUNTRY_REGION = 'country_region' + COUNTRY = 'country' + WORLD_REGION = 'world_region' + + component_order = {k: i for i, k in enumerate([ + CATEGORY, + NEAR, + ATTENTION, + CARE_OF, + HOUSE, + PO_BOX, + HOUSE_NUMBER, + BUILDING, + ENTRANCE, + STAIRCASE, + LEVEL, + UNIT, + ROAD, + INTERSECTION, + SUBDIVISION, + METRO_STATION, + SUBURB, + CITY, + CITY_DISTRICT, + ISLAND, + STATE, + STATE_DISTRICT, + POSTCODE, + COUNTRY_REGION, + COUNTRY, + WORLD_REGION, + ])} + + BOUNDARY_COMPONENTS_ORDERED = [ + SUBDIVISION, + METRO_STATION, + SUBURB, + CITY_DISTRICT, + CITY, + ISLAND, + STATE_DISTRICT, + STATE, + COUNTRY_REGION, + COUNTRY, + WORLD_REGION, + ] + + BOUNDARY_COMPONENTS = set(BOUNDARY_COMPONENTS_ORDERED) + + SUB_BUILDING_COMPONENTS = { + ENTRANCE, + STAIRCASE, + LEVEL, + UNIT, + } + + STREET_COMPONENTS = { + HOUSE_NUMBER, + ROAD, + } + + ADDRESS_LEVEL_COMPONENTS = STREET_COMPONENTS | SUB_BUILDING_COMPONENTS + + NAME_COMPONENTS = { + ATTENTION, + CARE_OF, + HOUSE, + } + + address_formatter_fields = set(component_order) + + aliases = Aliases( + OrderedDict([ + ('street', ROAD), + ('street_name', ROAD), + ('hamlet', CITY), + ('village', CITY), + ('neighborhood', SUBURB), + ('neighbourhood', SUBURB), + ('city_district', CITY_DISTRICT), + ('county', STATE_DISTRICT), + ('state_code', STATE), + ('country_name', COUNTRY), + ('continent', WORLD_REGION), + ('postal_code', POSTCODE), + ('post_code', POSTCODE), + ]) + ) + + category_template = '{{{category}}} {{{near}}} {{{place}}}' + chain_template = '{{{house}}} {{{near}}} {{{place}}}' + intersection_template = '{{{road1}}} {{{intersection}}} {{{road2}}} {{{place}}}' + + template_address_parts = [HOUSE, HOUSE_NUMBER, ROAD] + template_admin_parts = [CITY, STATE, COUNTRY] + + template_address_parts_re = re.compile('|'.join(['\{{{key}\}}'.format(key=key) for key in template_address_parts])) + template_admin_parts_re = re.compile('|'.join(['\{{{key}\}}'.format(key=key) for key in template_admin_parts])) + + MINIMAL_COMPONENT_KEYS = [ + (ROAD, HOUSE_NUMBER), + (ROAD, HOUSE), + (ROAD, POSTCODE) + ] + + FIRST, BEFORE, AFTER, LAST = range(4) + + def __init__(self, scratch_dir='/tmp', splitter=None): + if splitter is not None: + self.splitter = splitter + + self.formatter_repo_path = os.path.join(scratch_dir, 'address-formatting') + self.clone_repo() + + self.load_config() + self.load_country_formats() + + self.language_code_replacements = self.config['language_code_replacements'] + + self.setup_insertion_probabilities() + self.setup_no_name_templates() + self.setup_place_only_templates() + + self.template_cache = {} + self.parsed_cache = {} + + def clone_repo(self): + subprocess.check_call(['rm', '-rf', self.formatter_repo_path]) + subprocess.check_call(['git', 'clone', FORMATTER_GIT_REPO, self.formatter_repo_path]) + + def load_country_formats(self): + config = yaml.load(open(os.path.join(self.formatter_repo_path, + 'conf', 'countries', 'worldwide.yaml'))) + self.country_aliases = {} + self.house_number_ordering = {} + + for key in list(config): + country = key + language = None + if '_' in key: + country, language = country.split('_', 1) + value = config[key] + if hasattr(value, 'items'): + address_template = value.get('address_template') + if not address_template and 'use_country' in value: + # Temporary fix for Norway territories (NO unquoted is a boolean) and recursive references + if value['use_country'] in (country, False): + continue + self.country_aliases[country] = value['use_country'] + address_template = config[value['use_country']]['address_template'] + + if address_template: + value['address_template'] = self.add_postprocessing_tags(address_template, country, language=language) + + post_format_replacements = value.get('postformat_replace') + if post_format_replacements: + value['postformat_replace'] = [[pattern, replacement.replace('$', '\\')] for pattern, replacement in post_format_replacements] + else: + address_template = value + config[country] = self.add_postprocessing_tags(value, country, language=language) + + try: + house_number_index = address_template.index(self.tag_token(self.HOUSE_NUMBER)) + road_index = address_template.index(self.tag_token(self.ROAD)) + + if house_number_index < road_index: + self.house_number_ordering[key.lower()] = -1 + else: + self.house_number_ordering[key.lower()] = 1 + except ValueError: + self.house_number_ordering[key.lower()] = 0 + + self.country_formats = config + + def load_config(self): + config = yaml.load(open(FORMATTER_CONFIG)) + self.config = config.get('global', {}) + language_configs = config.get('languages', {}) + + self.language_configs = {} + for language in language_configs: + language_config = language_configs[language] + config_copy = copy.deepcopy(self.config) + self.language_configs[language] = recursive_merge(config_copy, language_config) + + country_configs = config.get('countries', {}) + + self.country_configs = {} + for country in country_configs: + country_config = country_configs[country] + config_copy = copy.deepcopy(self.config) + self.country_configs[country] = recursive_merge(config_copy, country_config) + + def get_property(self, keys, country, language=None, default=None): + if isinstance(keys, six.string_types): + keys = keys.split('.') + keys = tuple(keys) + value = nested_get(self.language_configs, (language,) + keys, default=default) + if not value: + value = nested_get(self.country_configs, (country,) + keys, default=default) + if not value: + value = nested_get(self.config, keys, default=default) + return value + + def insertion_distribution(self, insertions): + values = [] + probs = [] + + for k, v in six.iteritems(insertions): + if k == 'conditional' or not v: + continue + + if 'before' in v: + val = (self.BEFORE, v['before']) + elif 'after' in v: + val = (self.AFTER, v['after']) + elif 'last' in v: + val = (self.LAST, None) + elif 'first' in v: + val = (self.FIRST, None) + else: + raise ValueError('Insertions must contain one of {{first, before, after, last}}. Value was: {}'.format(v)) + + prob = v['probability'] + values.append(val) + probs.append(prob) + + # If the probabilities don't sum to 1, add a "do nothing" action + if not isclose(sum(probs), 1.0): + probs.append(1.0 - sum(probs)) + values.append((None, None, False)) + + return values, cdf(probs) + + def insertion_probs(self, config): + component_insertions = {} + for component, insertions in six.iteritems(config): + component_insertions[component] = self.insertion_distribution(insertions) + + return component_insertions + + def inverted(self, template): + lines = template.split(six.u('\n')) + return six.u('\n').join(reversed(lines)) + + def house_number_before_road(self, country, language=None): + key = value = None + if language is not None: + key = six.u('_').join((country.lower(), language.lower())) + if key in self.house_number_ordering: + value = self.house_number_ordering[key] + + if value is None: + key = country + if key in self.house_number_ordering: + value = self.house_number_ordering[key] + + if value is None: + value = 0 + + if value <= 0: + return True + else: + return False + + def conditional_insertion_probs(self, conditionals): + conditional_insertions = defaultdict(OrderedDict) + for component, value in six.iteritems(conditionals): + if 'conditional' in value: + conditionals = value['conditional'] + + for c in conditionals: + other = c['component'] + conditional_insertions[component][other] = self.insertion_distribution(c['probabilities']) + return conditional_insertions + + def setup_insertion_probabilities(self): + config = self.config['insertions'] + self.global_insertions = self.insertion_probs(config) + self.global_conditionals = self.conditional_insertion_probs(config) + + self.global_invert_probability = self.config.get('invert_probability', 0.0) + + self.country_insertions = {} + self.country_conditionals = {} + + self.country_invert_probabilities = {} + + for country, config in six.iteritems(self.country_configs): + if 'insertions' in config: + self.country_insertions[country.lower()] = self.insertion_probs(config['insertions']) + self.country_conditionals[country.lower()] = self.conditional_insertion_probs(config['insertions']) + + if 'invert_probability' in config: + self.country_invert_probabilities[country] = config['invert_probability'] + + self.language_insertions = {} + self.language_conditionals = {} + + for language, config in six.iteritems(self.language_configs): + if 'insertions' in config: + self.language_insertions[language.lower()] = self.insertion_probs(config['insertions']) + self.language_conditionals[language.lower()] = self.conditional_insertion_probs(config['insertions']) + + def setup_no_name_templates(self): + self.templates_no_name = {} + + for country, config in six.iteritems(self.country_formats): + if hasattr(config, 'items') and 'address_template' in config: + address_template = self.remove_components(config['address_template'], self.NAME_COMPONENTS) + self.templates_no_name[country] = address_template + + def setup_place_only_templates(self): + self.templates_place_only = {} + + for country, config in six.iteritems(self.country_formats): + if hasattr(config, 'items') and 'address_template' in config: + address_template = self.remove_components(config['address_template'], self.NAME_COMPONENTS | self.ADDRESS_LEVEL_COMPONENTS) + self.templates_place_only[country] = address_template + + def country_template(self, c): + return self.country_formats.get(c, self.country_formats['default']) + + def is_reverse(self, template): + address_parts_match = self.template_address_parts_re.search(template) + admin_parts_match = list(self.template_admin_parts_re.finditer(template)) + + # last instance of city/state/country occurs before the first instance of house_number/road + return admin_parts_match[-1].start() < address_parts_match.start() + + def build_first_of_template(self, keys): + """ For constructing """ + return '{{{{#first}}}} {keys} {{{{/first}}}}'.format(keys=' || '.join(['{{{{{{{key}}}}}}}'.format(key=key) for key in keys])) + + def tag_token(self, key): + return '{{{{{{{key}}}}}}}'.format(key=key) + + def remove_components(self, template, tags): + new_components = [] + tags = set(tags) + + parsed = pystache.parse(safe_decode(template)) + + last_removed = False + for i, el in enumerate(parsed._parse_tree): + if hasattr(el, 'parsed'): + keys = [e.key for e in el.parsed._parse_tree if hasattr(e, 'key') and e.key not in tags] + if keys: + new_components.append(self.build_first_of_template(keys)) + last_removed = False + else: + last_removed = True + elif hasattr(el, 'key'): + if el.key not in tags: + new_components.append('{{{{{{{key}}}}}}}'.format(key=el.key)) + last_removed = False + else: + last_removed = True + + elif not last_removed: + new_components.append(el) + else: + last_removed = False + return ''.join(new_components).strip() + + def insert_component(self, template, tag, before=None, after=None, first=False, last=False, + separate=True, is_reverse=False, exact_order=True): + if not before and not after and not first and not last: + return + + template = template.rstrip() + + if not exact_order: + first_template_regex = re.compile(six.u('{{#first}}.*?{{/first}}'), re.UNICODE) + sans_firsts = first_template_regex.sub(six.u(''), template) + + tag_match = re.compile(self.tag_token(tag)).search(sans_firsts) + + if before: + before_match = re.compile(self.tag_token(before)).search(sans_firsts) + if before_match and tag_match and before_match.start() > tag_match.start(): + return template + + if after: + after_match = re.compile(self.tag_token(after)).search(sans_firsts) + if after_match and tag_match and tag_match.start() > after_match.start(): + return template + + key_added = False + skip_next_non_token = False + new_components = [] + + tag_token = self.tag_token(tag) + + parsed = pystache.parse(safe_decode(template)) + num_tokens = len(parsed._parse_tree) + for i, el in enumerate(parsed._parse_tree): + + if hasattr(el, 'parsed'): + keys = [e.key for e in el.parsed._parse_tree if hasattr(e, 'key')] + if (before in set(keys) or first) and not key_added: + token = new_components[-1] if new_components and '{' not in new_components[-1] else '\n' + new_components.extend([tag_token, token]) + key_added = True + + keys = [k for k in keys if self.aliases.get(k, k) != tag] + if keys: + new_components.append(self.build_first_of_template(keys)) + else: + while new_components and '{' not in new_components[-1]: + new_components.pop() + continue + + if (after in set(keys) or i == num_tokens - 1) and not key_added: + token = '\n' + if i < num_tokens - 1 and isinstance(parsed._parse_tree[i + 1], six.string_types): + token = parsed._parse_tree[i + 1] + new_components.extend([token, tag_token]) + key_added = True + + elif hasattr(el, 'key'): + if el.key == tag: + if i == num_tokens - 1 and last: + new_components.append('{{{{{{{key}}}}}}}'.format(key=el.key)) + + skip_next_non_token = True + continue + + if (el.key == before or first) and not key_added: + token = '\n' + if new_components and '{' not in new_components[-1]: + token = new_components[-1] + new_components.extend([tag_token, token]) + key_added = True + + new_components.append('{{{{{{{key}}}}}}}'.format(key=el.key)) + + if (el.key == after or i == num_tokens - 1) and not key_added: + token = '\n' + if i < num_tokens - 1 and isinstance(parsed._parse_tree[i + 1], six.string_types): + token = parsed._parse_tree[i + 1] + new_components.extend([token, tag_token]) + key_added = True + elif not skip_next_non_token: + new_components.append(el) + + if i == num_tokens - 1 and not key_added: + key_added = True + new_components.append(tag_token) + + skip_next_non_token = False + + return ''.join(new_components) + + def add_postprocessing_tags(self, template, country, language=None): + is_reverse = self.is_reverse(template) + + i = None + pivot = None + + pivot_keys = (AddressFormatter.CITY, AddressFormatter.STATE, AddressFormatter.COUNTRY) + + for component in pivot_keys: + token = self.tag_token(component) + if token in template: + i = self.BOUNDARY_COMPONENTS_ORDERED.index(component) + pivot = component + break + + if i is None: + raise ValueError('Template {} does not contain one of {{{}}}'.format(country, ','.join(pivot_keys))) + + prev = pivot + + if i > 1: + for component in self.BOUNDARY_COMPONENTS_ORDERED[i - 1:0:-1]: + kw = {'before': prev} if not is_reverse else {'after': prev} + template = self.insert_component(template, component, exact_order=False, **kw) + prev = component + + prev = pivot + + if i < len(self.BOUNDARY_COMPONENTS_ORDERED) - 1: + for component in self.BOUNDARY_COMPONENTS_ORDERED[i + 1:]: + kw = {'after': prev} if not is_reverse else {'before': prev} + template = self.insert_component(template, component, exact_order=False, **kw) + prev = component + + return template + + def render_template(self, template, components, tagged=False): + def render_first(text): + text = pystache.render(text, **components) + splits = (e.strip() for e in text.split('||')) + selected = next(ifilter(bool, splits), '') + return selected + + output = pystache.render(template, first=render_first, + **components).strip() + + values = self.whitespace_component_regex.split(output) + + splitter = self.splitter if not tagged else ' {}/{} '.format(self.splitter.strip(), self.field_separator_tag) + + values = [self.strip_component(val, tagged=tagged) for val in values] + + output = splitter.join([ + val for val in values if val.strip() + ]) + + return output + + def minimal_components(self, components): + for component_list in self.MINIMAL_COMPONENT_KEYS: + if all((c in components for c in component_list)): + return True + return False + + def post_replacements(self, template, text): + components = [] + seen = set() + for component in text.split(self.splitter): + component = component.strip() + if component not in seen: + components.append(component) + seen.add(component) + text = self.splitter.join(components) + post_format_replacements = template.get('postformat_replace') + if post_format_replacements: + for regex, replacement in post_format_replacements: + text = re.sub(regex, replacement, text) + return text + + def revised_template(self, template, components, country, language=None): + if not template: + return None + + country_language = None + if language: + country_language = '{}_{}'.format(country, language) + + alias_country = self.country_aliases.get(country.upper(), country).lower() + for term in (country, country_language): + if term in self.country_insertions or term in self.country_conditionals: + break + else: + country = alias_country + + cache_keys = [] + + invert_probability = self.country_invert_probabilities.get(country, self.global_invert_probability) + if random.random() < invert_probability: + cache_keys.append('inverted') + cache_key = tuple(sorted(cache_keys)) + if cache_key in self.template_cache: + template = self.template_cache[cache_key] + else: + template = self.inverted(template) + self.template_cache[cache_key] = template + + for component in sorted(components, key=self.component_order.get): + scope = country + insertions = nested_get(self.country_insertions, (country, component), default=None) + conditionals = nested_get(self.country_conditionals, (country, component), default=None) + + if insertions is None and language: + insertions = nested_get(self.country_insertions, (country_language, component), default=None) + scope = country_language + + if conditionals is None and language: + conditionals = nested_get(self.country_conditionals, (country_language, component), default=None) + + if insertions is None and language: + insertions = nested_get(self.language_insertions, (language, component), default=None) + scope = 'lang:{}'.format(language) + + if conditionals is None and language: + conditionals = nested_get(self.language_conditionals, (language, component), default=None) + + if insertions is None: + insertions = nested_get(self.global_insertions, (component,), default=None) + scope = None + + if conditionals is None: + conditionals = nested_get(self.global_conditionals, (component,), default=None) + + if insertions is not None: + conditional_insertions = None + if conditionals is not None: + for k, v in six.iteritems(conditionals): + if k in components: + conditional_insertions = v + break + + order, other = None, None + + # Check the conditional probabilities first + if conditional_insertions is not None: + values, probs = conditional_insertions + order, other = weighted_choice(values, probs) + + # If there are no conditional probabilites or the "default" value was chosen, sample from the marginals + if other is None: + values, probs = insertions + order, other = weighted_choice(values, probs) + + # Even though we may change the value of "other" below, use + # the original cache key because changes from here on are + # deterministic and should be cached. + insertion_id = (scope, component, order, other) + cache_keys.append(insertion_id) + + cache_key = tuple(sorted(cache_keys)) + + if cache_key in self.template_cache: + template = self.template_cache[cache_key] + continue + + other_token = self.tag_token(other) + + # Don't allow insertions between road and house_number + # This can happen if e.g. "level" is supposed to be inserted + # after house number assuming that it's a continental European + # address where house number comes after road. If in a previous + # insertion we were to swap house_number and road to create an + # English-style address, the final ordering would be + # house_number, unit, road, which we don't want. So effectively + # treat house_number and road as an atomic unit. + + if other == self.HOUSE_NUMBER and component != self.ROAD: + road_tag = self.tag_token(self.ROAD) + house_number_tag = other_token + + if house_number_tag in template and road_tag in template: + road_after_house_number = template.index(road_tag) > template.index(house_number_tag) + + if road_after_house_number and order == self.AFTER: + other = self.ROAD + elif not road_after_house_number and order == self.BEFORE: + other = self.ROAD + elif other == self.ROAD and component != self.HOUSE_NUMBER: + house_number_tag = self.tag_token(self.HOUSE_NUMBER) + road_tag = other_token + + if house_number_tag in template and road_tag in template: + road_before_house_number = template.index(road_tag) < template.index(house_number_tag) + + if road_before_house_number and order == self.AFTER: + other = self.HOUSE_NUMBER + elif not road_before_house_number and order == self.BEFORE: + other = self.HOUSE_NUMBER + + if order == self.BEFORE and other_token in template: + template = self.insert_component(template, component, before=other) + elif order == self.AFTER and other_token in template: + template = self.insert_component(template, component, after=other) + elif order == self.LAST: + template = self.insert_component(template, component, last=True) + elif order == self.FIRST: + template = self.insert_component(template, component, first=True) + else: + continue + + self.template_cache[cache_key] = template + + return template + + def remove_repeat_template_separators(self, template): + return re.sub('(?:[\s]*([,;\-]/{})[\s]*){{2,}}'.format(self.separator_tag), r' \1 ', template) + + def tag_template_separators(self, template): + template = re.sub(r'}\s*([,\-;])\s*', r'}} \1/{} '.format(self.separator_tag), template) + return template + + def strip_component(self, value, tagged=False): + if not tagged: + comma = token_types.COMMA.value + hyphen = token_types.HYPHEN.value + + start = end = 0 + tokens = tokenize_raw(value.strip()) + for token_start, token_length, token_type in tokens: + start = token_start + if token_type not in (comma, hyphen): + break + else: + start = token_start + token_length + + for token_start, token_length, token_type in reversed(tokens): + end = token_start + token_length + if token_type not in (comma, hyphen): + break + else: + end = token_start + + return value[start:end] + else: + start = end = 0 + tokens = value.split() + + separator_tag = self.separator_tag + + for i, t in enumerate(tokens): + t, c = t.rsplit('/', 1) + start = i + if c != separator_tag: + break + else: + start = i + 1 + + num_tokens = len(tokens) + + for j, t in enumerate(reversed(tokens)): + t, c = t.rsplit('/', 1) + end = num_tokens - j + if c != separator_tag: + break + else: + end = num_tokens - j - 1 + + return six.u(' ').join(tokens[start:end]) + + def get_template_from_config(self, config, country, language=None): + template = None + if language: + language = self.language_code_replacements.get(language, language.split('_')[0]) + # For countries like China and Japan where the country format varies + # based on which language is being used + template = config.get('{}_{}'.format(country.upper(), language.lower()), None) + + if not template: + template = config.get(country.upper()) + + if not template: + return None + + return template + + def get_template(self, country, language=None): + return self.get_template_from_config(self.country_formats, country, language=language) + + def get_no_name_template(self, country, language=None): + return self.get_template_from_config(self.templates_no_name, country, language=language) + + def get_place_template(self, country, language=None): + return self.get_template_from_config(self.templates_place_only, country, language=language) + + def tagged_tokens(self, name, label): + return six.u(' ').join([six.u('{}/{}').format(t.replace(' ', ''), label if t != ',' else self.separator_tag) for t, c in tokenize(name)]) + + def template_language_matters(self, country, language): + return '{}_{}'.format(country.upper(), language) in self.country_formats or '{}_{}'.format(country, language) in self.country_formats + + def format_category_query(self, category_query, address_components, country, language, tag_components=True): + if tag_components: + components = {self.CATEGORY: self.tagged_tokens(category_query.category, self.CATEGORY)} + if category_query.prep is not None: + components[self.NEAR] = self.tagged_tokens(category_query.prep, self.NEAR) + else: + components = {self.CATEGORY: category_query.category} + if category_query.prep is not None: + components[self.NEAR] = category_query.prep + + if category_query.add_place_name or category_query.add_address: + place_formatted = self.format_address(address_components, country, language=language, + minimal_only=False, tag_components=tag_components) + if not place_formatted: + return None + components['place'] = place_formatted + + return self.render_template(self.category_template, components, tagged=tag_components) + + def format_chain_query(self, chain_query, address_components, country, language, tag_components=True): + if tag_components: + components = {self.HOUSE: self.tagged_tokens(chain_query.name, self.HOUSE)} + if chain_query.prep is not None: + components[self.NEAR] = self.tagged_tokens(chain_query.prep, self.NEAR) + else: + components = {self.HOUSE: chain_query.name} + if chain_query.prep is not None: + components[self.NEAR] = chain_query.prep + + if chain_query.add_place_name or chain_query.add_address: + place_formatted = self.format_address(address_components, country, language=language, + minimal_only=False, tag_components=tag_components) + if not place_formatted: + return None + components['place'] = place_formatted + + return self.render_template(self.chain_template, components, tagged=tag_components) + + def format_intersection(self, intersection_query, place_components, country, language, tag_components=True): + components = {} + if tag_components: + components = {'road1': self.tagged_tokens(intersection_query.road1, self.ROAD), + 'intersection': self.tagged_tokens(intersection_query.intersection_phrase, self.INTERSECTION), + 'road2': self.tagged_tokens(intersection_query.road2, self.ROAD), + } + else: + components = {'road1': intersection_query.road1, + 'intersection': intersection_query.intersection_phrase, + 'road2': intersection_query.road2} + + if place_components: + place_formatted = self.format_address(place_components, country, language=language, + minimal_only=False, tag_components=tag_components) + + if place_formatted: + components['place'] = place_formatted + return self.render_template(self.intersection_template, components, tagged=tag_components) + + def format_address(self, components, country, language, + minimal_only=True, tag_components=True, replace_aliases=True): + if minimal_only and not self.minimal_components(components): + return None + + template = self.get_template(country, language=language) + if not template: + return None + + if not template or 'address_template' not in template: + return None + template_text = template['address_template'] + + template_text = self.revised_template(template_text, components, country, language=language) + if template_text is None: + return None + + if tag_components: + template_text = self.tag_template_separators(template_text) + + if template_text in self.parsed_cache: + template = self.parsed_cache[template_text] + else: + template = pystache.parse(template_text) + self.parsed_cache[template_text] = template + + if replace_aliases: + self.aliases.replace(components) + + if tag_components: + components = {k: self.tagged_tokens(v, k) for k, v in six.iteritems(components)} + + text = self.render_template(template, components, tagged=tag_components) + + text = self.remove_repeat_template_separators(text) + + return text diff --git a/scripts/geodata/addresses/__init__.py b/scripts/geodata/addresses/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/addresses/blocks.py b/scripts/geodata/addresses/blocks.py new file mode 100644 index 0000000..69b9fc1 --- /dev/null +++ b/scripts/geodata/addresses/blocks.py @@ -0,0 +1,59 @@ +import random +import six + +from geodata.addresses.config import address_config +from geodata.addresses.numbering import NumberedComponent +from geodata.encoding import safe_decode + +from geodata.configs.utils import nested_get +from geodata.addresses.numbering import NumberedComponent, sample_alphabet, latin_alphabet +from geodata.encoding import safe_decode +from geodata.math.sampling import weighted_choice, zipfian_distribution, cdf + + +class Block(NumberedComponent): + max_blocks = 10 + + block_range = range(1, max_blocks + 1) + block_range_probs = zipfian_distribution(len(block_range), 2.0) + block_range_cdf = cdf(block_range_probs) + + @classmethod + def random(cls, language, country=None): + num_type, num_type_props = cls.choose_alphanumeric_type('blocks.alphanumeric', language, country=country) + if num_type is None: + return None + + if num_type == cls.NUMERIC: + number = weighted_choice(cls.block_range, cls.block_range_cdf) + return safe_decode(number) + else: + alphabet = address_config.get_property('alphabet', language, country=country, default=latin_alphabet) + alphabet_probability = address_config.get_property('alphabet_probability', language, country=country, default=None) + if alphabet_probability is not None and random.random() >= alphabet_probability: + alphabet = latin_alphabet + letter = sample_alphabet(alphabet, 2.0) + if num_type == cls.ALPHA: + return safe_decode(letter) + else: + number = weighted_choice(cls.block_range, cls.block_range_cdf) + + whitespace_probability = float(num_type_props.get('whitespace_probability', 0.0)) + whitespace_phrase = six.u(' ') if whitespace_probability and random.random() < whitespace_probability else six.u('') + + if num_type == cls.ALPHA_PLUS_NUMERIC: + return six.u('{}{}{}').format(letter, whitespace_phrase, number) + elif num_type == cls.NUMERIC_PLUS_ALPHA: + return six.u('{}{}{}').format(number, whitespace_phrase, letter) + + @classmethod + def phrase(cls, block, language, country=None): + if block is None: + return None + + phrase_prob = address_config.get_property('blocks.alphanumeric_phrase_probability', language, country=country, default=0.0) + if random.random() < phrase_prob: + return cls.numeric_phrase('blocks.alphanumeric', block, language, + dictionaries=['qualifiers'], country=country) + else: + return None \ No newline at end of file diff --git a/scripts/geodata/addresses/components.py b/scripts/geodata/addresses/components.py new file mode 100644 index 0000000..1b51c79 --- /dev/null +++ b/scripts/geodata/addresses/components.py @@ -0,0 +1,2022 @@ +# -*- coding: utf-8 -*- +import copy +import itertools +import operator +import os +import pycountry +import random +import re +import six +import yaml + +# Russian/Ukrainian parsing and inflection +import pymorphy2 +import pymorphy2_dicts_ru +import pymorphy2_dicts_uk + +from collections import defaultdict, OrderedDict + +from geodata.address_formatting.formatter import AddressFormatter + +from geodata.address_expansions.abbreviations import abbreviate +from geodata.address_expansions.equivalence import equivalent +from geodata.address_expansions.gazetteers import * +from geodata.addresses.config import address_config +from geodata.addresses.dependencies import ComponentDependencies +from geodata.addresses.floors import Floor +from geodata.addresses.entrances import Entrance +from geodata.addresses.house_numbers import HouseNumber +from geodata.addresses.metro_stations import MetroStation +from geodata.addresses.numbering import Digits +from geodata.addresses.po_boxes import POBox +from geodata.addresses.postcodes import PostCode +from geodata.addresses.staircases import Staircase +from geodata.addresses.units import Unit +from geodata.boundaries.names import boundary_names +from geodata.configs.utils import nested_get, recursive_merge +from geodata.coordinates.conversion import latlon_to_decimal +from geodata.countries.constants import Countries +from geodata.countries.names import * +from geodata.encoding import safe_encode +from geodata.graph.topsort import topsort +from geodata.i18n.unicode_properties import * +from geodata.language_id.disambiguation import * +from geodata.language_id.sample import sample_random_language +from geodata.math.floats import isclose +from geodata.math.sampling import cdf, weighted_choice +from geodata.names.normalization import name_affixes +from geodata.osm.components import osm_address_components +from geodata.places.config import place_config +from geodata.polygons.reverse_geocode import OSMCountryReverseGeocoder +from geodata.states.state_abbreviations import state_abbreviations +from geodata.text.normalize import * +from geodata.text.tokenize import tokenize, token_types +from geodata.text.utils import is_numeric + + +this_dir = os.path.realpath(os.path.dirname(__file__)) + +PARSER_DEFAULT_CONFIG = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'parser', 'default.yaml') + +JAPANESE_ROMAJI = 'ja_rm' +ENGLISH = 'en' +SPANISH = 'es' + +JAPANESE = 'ja' +CHINESE = 'zh' +KOREAN = 'ko' + +CJK_LANGUAGES = set([CHINESE, JAPANESE, KOREAN]) + + +class AddressComponents(object): + ''' + This class, while it has a few dependencies, exposes a simple method + for transforming geocoded input addresses (usually a lat/lon with either + a name or house number + street name) into the sorts of examples used by + libpostal's address parser. The dictionaries produced here can be fed + directly to AddressFormatter.format_address to produce training examples. + + There are several steps in expanding an address including reverse geocoding + to polygons, disambiguating which language the address uses, stripping standard + prefixes like "London Borough of", pruning duplicates like "Antwerpen, Antwerpen, Antwerpen". + + Usage: + >>> components = AddressComponents(osm_admin_rtree, neighborhoods_rtree, places_index) + >>> components.expand({'name': 'Hackney Empire'}, 51.54559, -0.05567) + + Returns (results vary because of randomness): + + ({'city': u'London', + 'city_district': u'London Borough of Hackney', + 'country': 'UK', + 'name': 'Hackney Empire', + 'state': u'England', + 'state_district': u'Greater London'}, + u'gb', + u'en') + + ''' + iso_alpha2_codes = set([c.alpha2.lower() for c in pycountry.countries]) + iso_alpha3_codes = set([c.alpha3.lower() for c in pycountry.countries]) + + latin_alphabet_lower = set([unichr(c) for c in xrange(ord('a'), ord('z') + 1)]) + + BOUNDARY_COMPONENTS = OrderedDict.fromkeys(( + AddressFormatter.SUBDIVISION, + AddressFormatter.METRO_STATION, + AddressFormatter.SUBURB, + AddressFormatter.CITY_DISTRICT, + AddressFormatter.CITY, + AddressFormatter.ISLAND, + AddressFormatter.STATE_DISTRICT, + AddressFormatter.STATE, + AddressFormatter.COUNTRY, + )) + + LOCALITY_COMPONENTS = OrderedDict.fromkeys(( + AddressFormatter.SUBDIVISION, + AddressFormatter.METRO_STATION, + )) + + NAME_COMPONENTS = { + AddressFormatter.ATTENTION, + AddressFormatter.CARE_OF, + AddressFormatter.HOUSE, + } + + ADDRESS_LEVEL_COMPONENTS = { + AddressFormatter.ATTENTION, + AddressFormatter.CARE_OF, + AddressFormatter.HOUSE, + AddressFormatter.HOUSE_NUMBER, + AddressFormatter.ROAD, + AddressFormatter.ENTRANCE, + AddressFormatter.STAIRCASE, + AddressFormatter.LEVEL, + AddressFormatter.UNIT, + } + + ALL_OSM_NAME_KEYS = set(['name', 'name:simple', + 'ISO3166-1:alpha2', 'ISO3166-1:alpha3', + 'short_name', 'alt_name', 'official_name']) + + NULL_PHRASE = 'null' + ALPHANUMERIC_PHRASE = 'alphanumeric' + STANDALONE_PHRASE = 'standalone' + + IRELAND = 'ie' + JAMAICA = 'jm' + + class zones: + COMMERCIAL = 'commercial' + RESIDENTIAL = 'residential' + INDUSTRIAL = 'industrial' + UNIVERSITY = 'university' + + language_code_aliases = { + 'zh_py': 'zh_pinyin' + } + + slavic_morphology_analyzers = { + 'ru': pymorphy2.MorphAnalyzer(pymorphy2_dicts_ru.get_path(), lang='ru'), + 'uk': pymorphy2.MorphAnalyzer(pymorphy2_dicts_uk.get_path(), lang='uk'), + } + + sub_building_component_class_map = { + AddressFormatter.ENTRANCE: Entrance, + AddressFormatter.STAIRCASE: Staircase, + AddressFormatter.LEVEL: Floor, + AddressFormatter.UNIT: Unit, + } + + config = yaml.load(open(PARSER_DEFAULT_CONFIG)) + # Non-admin component dropout + address_level_dropout_probabilities = {k: v['probability'] for k, v in six.iteritems(config['dropout'])} + + def __init__(self, osm_admin_rtree, neighborhoods_rtree, places_index): + self.setup_component_dependencies() + self.osm_admin_rtree = osm_admin_rtree + self.neighborhoods_rtree = neighborhoods_rtree + self.places_index = places_index + + self.setup_valid_scripts() + + def setup_valid_scripts(self): + chars = get_chars_by_script() + all_scripts = build_master_scripts_list(chars) + script_codes = get_script_codes(all_scripts) + valid_scripts = set(all_scripts) - set([COMMON_SCRIPT, UNKNOWN_SCRIPT]) + valid_scripts |= set([code for code, script in six.iteritems(script_codes) if script not in valid_scripts]) + self.valid_scripts = set([s.lower() for s in valid_scripts]) + + def setup_component_dependencies(self): + self.component_dependencies = {} + + default_deps = self.config.get('component_dependencies', {}) + + country_components = default_deps.pop('exceptions', {}) + for c in list(country_components): + conf = copy.deepcopy(default_deps) + recursive_merge(conf, country_components[c]) + country_components[c] = conf + country_components[None] = default_deps + + for country, country_deps in six.iteritems(country_components): + graph = {k: c['dependencies'] for k, c in six.iteritems(country_deps)} + graph.update({c: [] for c in AddressFormatter.address_formatter_fields if c not in graph}) + + self.component_dependencies[country] = ComponentDependencies(graph) + + def address_level_dropout_order(self, components, country): + ''' + Address component dropout + ------------------------- + + To make the parser more robust to different kinds of input (not every address is fully + specified, especially in a geocoder, on mobile, with autocomplete, etc.), we want to + train the parser with many types of addresses. + + This will help the parser not become too reliant on component order, e.g. it won't think + that the first token in a string is always the venue name simply because that was the case + in the training data. + + This method returns a dropout ordering ensuring that if the components are dropped in order, + each set will be valid. In the parser config (resources/parser/default.yaml), the dependencies + for each address component are specified, e.g. "house_number" depends on "road", so it would + be invalid to have an address that was simply a house number with no other information. The + caller of this method may decide to drop all the components at once or one at a time, creating + N training examples from a single address. + + Some components are also more likely to be dropped than others, so in the same config there are + dropout probabilities for each. + ''' + if not components: + return [] + + component_bitset = ComponentDependencies.component_bitset(components) + + deps = self.component_dependencies.get(country, self.component_dependencies[None]) + candidates = [c for c in reversed(deps.dependency_order) if c in components and c in self.address_level_dropout_probabilities] + retained = set(candidates) + + dropout_order = [] + + for component in candidates: + if component not in retained: + continue + + if random.random() >= self.address_level_dropout_probabilities.get(component, 0.0): + continue + bit_value = deps.component_bit_values.get(component, 0) + candidate_bitset = component_bitset ^ bit_value + + if all(((candidate_bitset & deps[c]) for c in retained if c != component)) or not (component_bitset & deps[component]): + dropout_order.append(component) + component_bitset = candidate_bitset + retained.remove(component) + return dropout_order + + def strip_keys(self, value, ignore_keys): + for key in ignore_keys: + value.pop(key, None) + + def osm_reverse_geocoded_components(self, latitude, longitude): + return self.osm_admin_rtree.point_in_poly(latitude, longitude, return_all=True) + + @classmethod + def osm_country_and_languages(cls, osm_components): + return OSMCountryReverseGeocoder.country_and_languages_from_components(osm_components) + + @classmethod + def osm_component_is_village(cls, component): + return component.get('place', '').lower() in ('locality', 'village', 'hamlet') + + @classmethod + def categorize_osm_component(cls, country, props, containing_components): + + containing_ids = [(c['type'], c['id']) for c in containing_components if 'type' in c and 'id' in c] + + return osm_address_components.component_from_properties(country, props, containing=containing_ids) + + @classmethod + def categorized_osm_components(cls, country, osm_components): + components = [] + for i, props in enumerate(osm_components): + name = props.get('name') + if not name: + continue + + component = cls.categorize_osm_component(country, props, osm_components) + + if component is not None: + components.append((props, component)) + + return components + + @classmethod + def address_language(cls, components, candidate_languages): + ''' + Language + -------- + + If there's only one candidate language for a given country or region, + return that language. + + In countries that speak multiple languages (Belgium, Hong Kong, Wales, the US + in Spanish-speaking regions, etc.), we need at least a road name for disambiguation. + + If we can't identify a language, the address will be labeled "unk". If the street name + itself contains phrases from > 1 language, the address will be labeled ambiguous. + ''' + language = None + + if len(candidate_languages) == 1: + language = candidate_languages[0][0] + else: + street = components.get(AddressFormatter.ROAD, None) + + if street is not None: + language = disambiguate_language(street, candidate_languages) + else: + if has_non_latin_script(candidate_languages): + for component, value in six.iteritems(components): + language, script_langs = disambiguate_language_script(value, candidate_languages) + if language is not UNKNOWN_LANGUAGE: + break + else: + language = UNKNOWN_LANGUAGE + else: + default_languages = [lang for lang, default in candidate_languages if default] + if len(default_languages) == 1: + language = default_languages[0] + else: + language = UNKNOWN_LANGUAGE + + return language + + @classmethod + def pick_random_name_key(cls, props, component, suffix=''): + ''' + Random name + ----------- + + Pick a name key from OSM + ''' + raw_key = boundary_names.name_key(props, component) + + key = ''.join((raw_key, suffix)) if ':' not in raw_key else raw_key + return key, raw_key + + @classmethod + def all_names(cls, props, languages, component=None, keys=ALL_OSM_NAME_KEYS): + # Preserve uniqueness and order + valid_names, _ = boundary_names.name_key_dist(props, component) + names = OrderedDict() + valid_names = set([k for k in valid_names if k in keys]) + + for k, v in six.iteritems(props): + if k in valid_names: + names[v] = None + elif ':' in k: + if k == 'name:simple' and 'en' in languages and k in keys: + names[v] = None + k, qual = k.split(':', 1) + if k in valid_names and qual.split('_', 1)[0] in languages: + names[v] = None + return names.keys() + + @classmethod + def place_names_and_components(cls, name, osm_components, country=None, languages=None): + names = set() + components = defaultdict(set) + + name_norm = six.u('').join([t for t, c in normalized_tokens(name, string_options=NORMALIZE_STRING_LOWERCASE, + token_options=TOKEN_OPTIONS_DROP_PERIODS, whitespace=True)]) + for i, props in enumerate(osm_components): + containing_ids = [(c['type'], c['id']) for c in osm_components[i + 1:] if 'type' in c and 'id' in c] + + component = osm_address_components.component_from_properties(country, props, containing=containing_ids) + + component_names = set([n.lower() for n in cls.all_names(props, languages or [] )]) + + valid_component_names = set() + for n in component_names: + norm = six.u('').join([t for t, c in normalized_tokens(n, string_options=NORMALIZE_STRING_LOWERCASE, + token_options=TOKEN_OPTIONS_DROP_PERIODS, whitespace=True)]) + + if norm == name_norm: + continue + + valid_component_names.add(norm) + + names |= valid_component_names + + is_state = False + + if component is not None: + for cn in component_names: + components[cn.lower()].add(component) + + if not is_state: + is_state = component == AddressFormatter.STATE + + if is_state: + for state in component_names: + for language in languages: + abbreviations = state_abbreviations.get_all_abbreviations(country, language, state, default=None) + if abbreviations: + abbrev_names = [a.lower() for a in abbreviations] + names.update(abbrev_names) + for a in abbrev_names: + components[a].add(AddressFormatter.STATE) + + return names, components + + @classmethod + def strip_components(cls, name, osm_components, country, languages): + if not name or not osm_components: + return name + + tokens = tokenize(name) + + tokens_lower = normalized_tokens(name, string_options=NORMALIZE_STRING_LOWERCASE, + token_options=TOKEN_OPTIONS_DROP_PERIODS) + + names, components = cls.place_names_and_components(name, osm_components, country=country, languages=languages) + + phrase_filter = PhraseFilter([(n, '') for n in names]) + + phrases = list(phrase_filter.filter(tokens_lower)) + + stripped = [] + + for is_phrase, tokens, value in phrases: + if not is_phrase: + t, c = tokens + if stripped and c not in (token_types.IDEOGRAPHIC_CHAR, token_types.IDEOGRAPHIC_NUMBER): + stripped.append(u' ') + if c not in token_types.PUNCTUATION_TOKEN_TYPES: + stripped.append(t) + + name = u''.join(stripped) + + return name + + parens_regex = re.compile('\(.*?\)') + + @classmethod + def normalized_place_name(cls, name, tag, osm_components, country=None, languages=None, phrase_from_component=False): + ''' + Multiple place names + -------------------- + + This is to help with things like addr:city="New York NY" and cleanup other invalid user-specified boundary names + ''' + + tokens = tokenize(name) + # Sometimes there are garbage tags like addr:city="?", etc. + if not phrase_from_component and not any((c in token_types.WORD_TOKEN_TYPES for t, c in tokens)): + return None + + tokens_lower = normalized_tokens(name, string_options=NORMALIZE_STRING_LOWERCASE, + token_options=TOKEN_OPTIONS_DROP_PERIODS) + + names, components = cls.place_names_and_components(name, osm_components, country=country, languages=languages) + + phrase_filter = PhraseFilter([(n, '') for n in names]) + + phrases = list(phrase_filter.filter(tokens_lower)) + + num_phrases = 0 + total_tokens = 0 + current_phrase_start = 0 + current_phrase_len = 0 + current_phrase = [] + + for is_phrase, phrase_tokens, value in phrases: + if is_phrase: + whitespace = not any((c in (token_types.IDEOGRAPHIC_CHAR, token_types.IDEOGRAPHIC_NUMBER) for t, c in phrase_tokens)) + join_phrase = six.u(' ') if whitespace else six.u('') + + if num_phrases > 0 and total_tokens > 0: + # Remove hanging comma, slash, etc. + last_token, last_class = tokens[total_tokens - 1] + if last_class in token_types.NON_ALPHANUMERIC_TOKEN_TYPES: + total_tokens -= 1 + # Return phrase with original capitalization + return join_phrase.join([t for t, c in tokens[:total_tokens]]) + elif num_phrases == 0 and total_tokens > 0 and not phrase_from_component: + # We're only talking about addr:city tags, etc. so default to + # the reverse geocoded components (better names) if we encounter + # an unknown phrase followed by a containing boundary phrase. + return None + + current_phrase_start = total_tokens + current_phrase_len = len(phrase_tokens) + + current_phrase_tokens = tokens_lower[current_phrase_start:current_phrase_start + current_phrase_len] + + current_phrase = join_phrase.join([t for t, c in current_phrase_tokens]) + # Handles cases like addr:city="Harlem" when Harlem is a neighborhood + tags = components.get(current_phrase, set()) + if tags and tag not in tags and not phrase_from_component: + return None + + total_tokens += len(phrase_tokens) + num_phrases += 1 + else: + total_tokens += 1 + + if cls.parens_regex.search(name): + name = cls.parens_regex.sub(six.u(''), name).strip() + + # If the name contains a comma, stop and only use the phrase before the comma + if ',' in name: + return name.split(',', 1)[0].strip() + + return name + + @classmethod + def normalize_place_names(cls, address_components, osm_components, country=None, languages=None, phrase_from_component=False): + for key in list(address_components): + name = address_components[key] + if key in cls.BOUNDARY_COMPONENTS: + name = cls.normalized_place_name(name, key, osm_components, + country=country, languages=languages, + phrase_from_component=phrase_from_component) + + if name is not None: + address_components[key] = name + else: + address_components.pop(key) + + def normalize_address_components(self, components): + address_components = {k: v for k, v in components.iteritems() + if k in self.formatter.aliases} + self.formatter.aliases.replace(address_components) + return address_components + + @classmethod + def combine_fields(cls, address_components, language, country=None, generated=None): + combo_config = address_config.get_property('components.combinations', language, country=country, default={}) + + combos = [] + probs = {} + + for combo in combo_config: + components = OrderedDict.fromkeys(combo['components']).keys() + + if not all((is_numeric(address_components.get(c, generated.get(c))) or generated.get(c) for c in components)): + if combo['probability'] == 1.0: + for c in components: + if c in address_components and c in generated: + address_components.pop(c, None) + continue + + combos.append((len(components), combo)) + + if not combos: + return None + + for num_components, combo in combos: + prob = combo['probability'] + if random.random() < prob: + break + else: + return None + + components = OrderedDict.fromkeys(combo['components']).keys() + + values = [] + probs = [] + for s in combo['separators']: + values.append(s['separator']) + probs.append(s['probability']) + + probs = cdf(probs) + separator = weighted_choice(values, probs) + + new_label = combo['label'] + new_component = [] + for c in components: + component = address_components.pop(c, None) + if component is None and c in generated: + component = generated[c] + elif component is None: + continue + new_component.append(component) + + new_value = separator.join(new_component) + address_components[new_label] = new_value + return set(components) + + @classmethod + def generated_type(cls, component, existing_components, language, country=None): + component_config = address_config.get_property('components.{}'.format(component), language, country=country) + if not component_config: + return None + + prob_dist = component_config + + conditionals = component_config.get('conditional', []) + + if conditionals: + for vals in conditionals: + c = vals['component'] + if c in existing_components: + prob_dist = vals['probabilities'] + break + + values = [] + probs = [] + for num_type in (cls.NULL_PHRASE, cls.ALPHANUMERIC_PHRASE, cls.STANDALONE_PHRASE): + key = '{}_probability'.format(num_type) + prob = prob_dist.get(key) + if prob is not None: + values.append(num_type) + probs.append(prob) + elif num_type in prob_dist: + values.append(num_type) + probs.append(1.0) + break + + if not probs: + return None + + probs = cdf(probs) + num_type = weighted_choice(values, probs) + + if num_type == cls.NULL_PHRASE: + return None + else: + return num_type + + @classmethod + def get_component_phrase(cls, component, language, country=None): + component = safe_decode(component) + if not is_numeric(component) and not (component.isalpha() and len(component) == 1): + return None + + phrase = cls.phrase(component, language, country=country) + if phrase != component: + return phrase + else: + return None + + @classmethod + def normalize_sub_building_components(cls, address_components, language, country=None): + for component, cls in six.iteritems(cls.sub_building_component_class_map): + if component in address_components: + val = address_components[component] + new_val = cls.get_component_phrase(cls, val, language, country) + if new_val is not None: + address_components[component] = new_val + + @classmethod + def cldr_country_name(cls, country_code, language): + ''' + Country names + ------------- + + In OSM, addr:country is almost always an ISO-3166 alpha-2 country code. + However, we'd like to expand these to include natural language forms + of the country names we might be likely to encounter in a geocoder or + handwritten address. + + These splits are somewhat arbitrary but could potentially be fit to data + from OpenVenues or other sources on the usage of country name forms. + + If the address includes a country, the selection procedure proceeds as follows: + + 1. With probability a, select the country name in the language of the address + (determined above), or with the localized country name if the language is + undtermined or ambiguous. + + 2. With probability b(1-a), sample a language from the distribution of + languages on the Internet and use the country's name in that language. + + 3. This is implicit, but with probability (1-b)(1-a), keep the country code + ''' + + cldr_config = nested_get(cls.config, ('country', 'cldr')) + + alpha_2_iso_code_prob = float(cldr_config['iso_alpha_2_code_probability']) + localized_name_prob = float(cldr_config['localized_name_probability']) + iso_3166_name_prob = float(cldr_config['iso_3166_name_probability']) + alpha_3_iso_code_prob = float(cldr_config['iso_alpha_3_code_probability']) + + localized, iso_3166, alpha3, alpha2 = range(4) + probs = cdf([localized_name_prob, iso_3166_name_prob, alpha_3_iso_code_prob, alpha_2_iso_code_prob]) + value = weighted_choice(values, probs) + + country_name = country_code.upper() + + if language in (AMBIGUOUS_LANGUAGE, UNKNOWN_LANGUAGE): + language = None + + if value == localized: + country_name = country_names.localized_name(country_code, language) or country_names.localized_name(country_code) or country_name + elif value == iso_3166: + country_name = country_names.iso_3166_name(country_code) + elif value == alpha3: + country_name = country_names.alpha3_code(country_code) or country_name + + return country_name + + def is_country_iso_code(self, country): + country = country.lower() + return country in self.iso_alpha2_codes or country in self.iso_alpha3_codes + + def replace_country_name(self, address_components, country, language): + address_country = address_components.get(AddressFormatter.COUNTRY) + + cldr_country_prob = float(nested_get(self.config, ('country', 'cldr_country_probability'))) + replace_with_cldr_country_prob = float(nested_get(self.config, ('country', 'replace_with_cldr_country_probability'))) + remove_iso_code_prob = float(nested_get(self.config, ('country', 'remove_iso_code_probability'))) + + is_iso_code = address_country and self.is_country_iso_code(address_country) + + if (is_iso_code and random.random() < replace_with_cldr_country_prob) or random.random() < cldr_country_prob: + address_country = self.cldr_country_name(country, language) + if address_country: + address_components[AddressFormatter.COUNTRY] = address_country + elif is_iso_code and random.random() < remove_iso_code_prob: + address_components.pop(AddressFormatter.COUNTRY) + + def non_local_language(self): + non_local_language_prob = float(nested_get(self.config, ('languages', 'non_local_language_probability'))) + if random.random() < non_local_language_prob: + return sample_random_language() + return None + + def state_name(self, address_components, country, language, non_local_language=None, always_use_full_names=False): + ''' + States + ------ + + Primarily for the US, Canada and Australia, OSM addr:state tags tend to use the abbreviated + state name whereas we'd like to include both forms. With some probability, replace the abbreviated + name with the unabbreviated one e.g. CA => California + ''' + address_state = address_components.get(AddressFormatter.STATE) + + if address_state and country and not non_local_language: + state_full_name = state_abbreviations.get_full_name(country, language, address_state) + + state_full_name_prob = float(nested_get(self.config, ('state', 'full_name_probability'))) + + if state_full_name and (always_use_full_names or random.random() < state_full_name_prob): + address_state = state_full_name + elif address_state and non_local_language: + _ = address_components.pop(AddressFormatter.STATE, None) + address_state = None + return address_state + + def pick_language_suffix(self, osm_components, language, non_local_language, more_than_one_official_language): + ''' + Language suffix + --------------- + + This captures some variations in languages written with different scripts + e.g. language=ja_rm is for Japanese Romaji. + + Pick a language suffix with probability proportional to how often the name is used + in the reverse geocoded components. So if only 2/5 components have name:ja_rm listed + but 5/5 have either name:ja or just plain name, we would pick standard Japanese (Kanji) + with probability .7143 (5/7) and Romaji with probability .2857 (2/7). + ''' + # This captures name variations like "ja_rm" for Japanese Romaji, etc. + language_scripts = defaultdict(int) + use_language = (non_local_language or language) + + for c in osm_components: + for k, v in six.iteritems(c): + if ':' not in k: + continue + splits = k.split(':') + if len(splits) > 0 and splits[0] == 'name' and '_' in splits[-1] and splits[-1].split('_', 1)[0] == use_language: + language_scripts[splits[-1]] += 1 + elif k == 'name' or (splits[0] == 'name' and splits[-1]) == use_language: + language_scripts[None] += 1 + + language_script = None + + if len(language_scripts) > 1: + cumulative = float(sum(language_scripts.values())) + values = list(language_scripts.keys()) + probs = cdf([float(c) / cumulative for c in language_scripts.values()]) + language_script = weighted_choice(values, probs) + + if not language_script and not non_local_language and not more_than_one_official_language: + return '' + else: + return ':{}'.format(language_script or non_local_language or language) + + # e.g. Dublin 3 + dublin_postal_district_regex_str = '(?:[1-9]|1[1-9]|2[0-4]|6w)' + dublin_postal_district_regex = re.compile('^{}$'.format(dublin_postal_district_regex_str), re.I) + dublin_city_district_regex = re.compile('dublin {}$'.format(dublin_postal_district_regex_str), re.I) + + @classmethod + def format_dublin_postal_district(cls, address_components): + ''' + Dublin postal districts + ----------------------- + + Since the introduction of the Eire code, former Dublin postcodes + are basically being used as what we would call a city_district in + libpostal, so fix that here. + + If addr:city is given as "Dublin 3", make it city_district instead + If addr:city is given as "Dublin" or "City of Dublin" and addr:postcode + is given as "3", remove city/postcode and make it city_district "Dublin 3" + ''' + + city = address_components.get(AddressFormatter.CITY) + # Change to city_district + if city and cls.dublin_city_district_regex.match(city): + address_components[AddressFormatter.CITY_DISTRICT] = address_components.pop(AddressFormatter.CITY) + postcode = address_components.get(AddressFormatter.POSTCODE) + if postcode and (cls.dublin_postal_district_regex.match(postcode) or cls.dublin_city_district_regex.match(postcode)): + address_components.pop(AddressFormatter.POSTCODE) + return True + elif city and city.lower() in ('dublin', 'city of dublin', 'dublin city') and AddressFormatter.POSTCODE in address_components: + postcode = address_components[AddressFormatter.POSTCODE] + if cls.dublin_postal_district_regex.match(postcode): + address_components.pop(AddressFormatter.CITY) + address_components[AddressFormatter.CITY_DISTRICT] = 'Dublin {}'.format(address_components.pop(AddressFormatter.POSTCODE)) + return True + elif cls.dublin_city_district_regex.match(postcode): + address_components[AddressFormatter.CITY_DISTRICT] = address_components.pop(AddressFormatter.POSTCODE) + return True + return False + + # e.g. Kingston 5 + kingston_postcode_regex = re.compile('(kingston )?([1-9]|1[1-9]|20|c\.?s\.?o\.?)$', re.I) + + @classmethod + def format_kingston_postcode(cls, address_components): + ''' + Kingston postcodes + ------------------ + Jamaica does not have a postcode system, except in Kingston where + there are postal zones 1-20 plus the Central Sorting Office (CSO). + + These are not always consistently labeled in OSM, so normalize here. + + If city is given as "Kingston 20", separate into city="Kingston", postcode="20" + ''' + city = address_components.get(AddressFormatter.CITY) + postcode = address_components.get(AddressFormatter.POSTCODE) + + if city: + match = cls.kingston_postcode_regex.match(city) + if match: + city, postcode = match.groups() + if city: + address_components[AddressFormatter.CITY] = city + else: + address_components.pop(AddressFormatter.CITY) + + if postcode: + address_components[AddressFormatter.POSTCODE] = postcode + + return True + elif postcode: + match = cls.kingston_postcode_regex.match(postcode) + if match: + city, postcode = match.groups() + if city and AddressFormatter.CITY not in address_components: + address_components[AddressFormatter.CITY] = city + + if postcode: + address_components[AddressFormatter.POSTCODE] = postcode + + return True + return False + + @classmethod + def format_japanese_neighborhood_romaji(cls, address_components): + neighborhood = safe_decode(address_components.get(AddressFormatter.SUBURB, '')) + if neighborhood.endswith(safe_decode('丁目')): + neighborhood = neighborhood[:-2] + if neighborhood and neighborhood.isdigit(): + if random.random() < 0.5: + neighborhood = Digits.rewrite_standard_width(neighborhood) + suffix = safe_decode(random.choice(('chōme', 'chome'))) + hyphen = six.u('-') if random.random < 0.5 else six.u(' ') + address_components[AddressFormatter.SUBURB] = six.u('{}{}{}').format(neighborhood, hyphen, suffix) + + japanese_node_admin_level_map = { + 'quarter': 9, + 'neighborhood': 10, + 'neighbourhood': 10, + } + + def japanese_neighborhood_sort_key(self, val): + admin_level = val.get('admin_level') + if admin_level and admin_level.isdigit(): + return int(admin_level) + else: + return self.japanese_node_admin_level_map.get(val.get('place'), 1000) + + @classmethod + def genitive_name(cls, name, language): + morph = cls.slavic_morphology_analyzers.get(language) + if not morph: + return None + norm = [] + words = safe_decode(name).split() + n = len(words) + + for word in words: + parsed = morph.parse(word)[0] + inflected = parsed.inflect({'gent'}) + if inflected and inflected.word: + norm.append(inflected.word) + else: + norm.append(word) + return six.u(' ').join(norm) + + @classmethod + def add_genitives(cls, address_components, language): + if language in cls.slavic_morphology_analyzers and AddressFormatter.CITY in address_components: + for component in address_components: + if component not in AddressFormatter.BOUNDARY_COMPONENTS: + continue + genitive_probability = nested_get(cls.config, ('slavic_names', component, 'genitive_probability'), default=None) + if genitive_probability is not None and random.random() < float(genitive_probability): + address_components[component] = cls.genitive_name(address_components[component], language) + + @classmethod + def spanish_street_name(cls, street): + ''' + Most Spanish street names begin with Calle officially + but since it's so common, this is often omitted entirely. + As such, for Spanish-speaking places with numbered streets + like Mérida in Mexico, it would be legitimate to have a + simple number like "27" for the street name in a GIS + data set which omits the Calle. However, we don't really + want to train on "27/road 1/house_number" as that's not + typically how a numeric-only street would be written. However, + we don't want to neglect entire cities like Mérida which are + predominantly a grid, so add Calle (may be abbreviated later). + ''' + if is_numeric(street): + street = six.u('Calle {}').format(street) + return street + + BRASILIA_RELATION_ID = '2758138' + + @classmethod + def is_in(cls, osm_components, component_id, component_type='relation'): + for c in osm_components: + if c.get('type') == component_type and c.get('id') == component_id: + return True + return False + + brasilia_street_name_regex = re.compile('(?:\\s*\-\\s*)?\\b(bloco|bl|lote|lt)\\b.*$', re.I | re.U) + brasilia_building_regex = re.compile('^\\s*bloco.*$', re.I | re.U) + + @classmethod + def format_brasilia_address(cls, address_components): + ''' + Brasília, Brazil's capital, uses a grid-like system + ''' + + street = address_components.get(AddressFormatter.ROAD) + if street: + address_components[AddressFormatter.ROAD] = street = cls.brasilia_street_name_regex.sub(six.u(''), street) + + name = address_components.get(AddressFormatter.HOUSE) + + if name and cls.brasilia_building_regex.match(name): + address_components[AddressFormatter.HOUSE_NUMBER] = address_components.pop(AddressFormatter.HOUSE) + + central_european_cities = { + # Czech Republic + 'cz': [u'praha', u'prague'], + # Poland + 'pl': [u'kraków', u'crakow', u'krakow'], + # Hungary + 'hu': [u'budapest'], + # Slovakia + 'sk': [u'bratislava', u'košice', u'kosice'], + # Austria + 'at': [u'wien', u'vienna', u'graz', u'linz', u'klagenfurt'], + } + central_european_city_district_regexes = {country: re.compile(u'^({})\s+(?:[0-9]+|[ivx]+\.?)\\s*$'.format(u'|'.join(cities)), re.I | re.U) + for country, cities in six.iteritems(central_european_cities)} + + @classmethod + def format_central_european_city_district(cls, country, address_components): + city = address_components.get(AddressFormatter.CITY) + city_district_regexes = cls.central_european_city_district_regexes.get(country) + if city and city_district_regexes: + match = city_district_regexes.match(city) + if match: + address_components[AddressFormatter.CITY_DISTRICT] = address_components.pop(AddressFormatter.CITY) + address_components[AddressFormatter.CITY] = match.group(1) + + unit_type_regexes = {} + + lang_phrase_dictionaries = [lang for lang, dictionary_type in six.iterkeys(address_phrase_dictionaries.phrases)] + + for lang in lang_phrase_dictionaries: + numbers = address_phrase_dictionaries.phrases.get((lang, 'number'), []) + numbered_units = address_phrase_dictionaries.phrases.get((lang, 'unit_types_numbered'), []) + + number_phrases = [safe_encode(p) for p in itertools.chain(*numbers)] + unit_phrases = [safe_encode(p) for p in itertools.chain(*numbered_units) if len(p) > 2] + pattern = re.compile(r'\s*\b(?:{})[\.?\s]\s*(?:{})?\s*(?:[\d]+|[a-z]|[a-z][\d]*\-?[\d]+|[\d]+\-?[\d]*[a-z])\s*$'.format(safe_encode('|').join(unit_phrases), safe_encode('|').join(number_phrases)), + re.I | re.UNICODE) + unit_type_regexes[lang] = pattern + + english_streets = address_phrase_dictionaries.phrases.get((ENGLISH, 'street_types'), []) + english_directionals = address_phrase_dictionaries.phrases.get((ENGLISH, 'directionals'), []) + english_numbered_route_regex = re.compile('highway|route') + english_numbered_route_phrases = set([safe_encode(p) for p in itertools.chain(*[streets for streets in english_streets if english_numbered_route_regex.search(streets[0])])]) + english_street_phrases = [safe_encode(p) for p in itertools.chain(*(english_streets + english_directionals)) if safe_encode(p) not in english_numbered_route_phrases] + english_numbered_unit_regex = re.compile('^(.+ (?:{}))\s*#\s*(?:[\d]+|[a-z]|[a-z][\d]*\-?[\d]+|[\d]+\-?[\d]*[a-z])\s*$'.format(safe_encode('|').join(english_street_phrases)), re.I) + + @classmethod + def strip_english_unit_number_suffix(cls, value): + match = cls.english_numbered_unit_regex.match(value) + if match: + return match.group(1) + return value + + @classmethod + def strip_unit_phrases_for_language(cls, value, language): + if language in cls.unit_type_regexes: + value = cls.unit_type_regexes[language].sub(six.u(''), value) + if language == ENGLISH: + value = cls.strip_english_unit_number_suffix(value) + return value + + @classmethod + def abbreviated_state(cls, state, country, language): + abbreviate_state_prob = float(nested_get(cls.config, ('state', 'abbreviated_probability'))) + + if random.random() < abbreviate_state_prob: + state = state_abbreviations.get_abbreviation(country, language, state, default=state) + return state + + @classmethod + def abbreviate_admin_components(cls, address_components, country, language, hyphenation=True): + abbreviate_toponym_prob = float(nested_get(cls.config, ('boundaries', 'abbreviate_toponym_probability'))) + + for component, val in six.iteritems(address_components): + if component not in AddressFormatter.BOUNDARY_COMPONENTS: + continue + + if component == AddressFormatter.STATE: + val = cls.abbreviated_state(val, country, language) + else: + val = abbreviate(toponym_abbreviations_gazetteer, val, language, abbreviate_prob=abbreviate_toponym_prob) + if hyphenation: + val = cls.name_hyphens(val) + address_components[component] = val + + def add_city_and_equivalent_points(self, grouped_components, containing_components, country, latitude, longitude): + city_replacements = place_config.city_replacements(country) + + is_japan = country == Countries.JAPAN + checked_first_suburb = False + + first_village = None + + for props, lat, lon, dist in self.places_index.nearest_points(latitude, longitude): + component = self.categorize_osm_component(country, props, containing_components) + if component is None: + continue + + have_sub_city = any((key in grouped_components and key in city_replacements for key in (AddressFormatter.SUBURB, AddressFormatter.CITY_DISTRICT))) + + have_city = AddressFormatter.CITY in grouped_components + + is_village = self.osm_component_is_village(props) + + if (component == AddressFormatter.CITY or (component in city_replacements and not have_city)) and component not in grouped_components and not is_village: + grouped_components[component].append(props) + + if is_village: + first_village = props + + if is_japan and component == AddressFormatter.SUBURB and not checked_first_suburb: + existing = grouped_components[component] + for p in existing: + if (props['id'] == p['id'] and props['type'] == p['type']) or \ + (props.get('place') in ('neighbourhood', 'neighborhood') and p.get('admin_level') == '10') or \ + (props.get('place') == 'quarter' and p.get('admin_level') == '9') or \ + ('place' in p and 'place' in props and props['place'] == p['place']) or \ + ('name' in props and 'name' in 'p' and props['name'] == p['name']): + break + else: + grouped_components[component].append(props) + checked_first_suburb = True + + have_city = AddressFormatter.CITY in grouped_components + if not have_city and first_village: + grouped_components[AddressFormatter.CITY].append(first_village) + + def add_admin_boundaries(self, address_components, + osm_components, + country, language, + latitude, longitude, + non_local_language=None, + language_suffix='', + normalize_languages=None, + random_key=True, + add_city_points=True, + drop_duplicate_city_names=True, + ): + ''' + OSM boundaries + -------------- + + For many addresses, the city, district, region, etc. are all implicitly + generated by the reverse geocoder e.g. we do not need an addr:city tag + to identify that 40.74, -74.00 is in New York City as well as its parent + geographies (New York county, New York state, etc.) + + Where possible we augment the addr:* tags with some of the reverse-geocoded + relations from OSM. + + Since addresses found on the web may have the same properties, we + include these qualifiers in the training data. + ''' + + suffix_lang = None if not language_suffix else language_suffix.lstrip(':') + + add_prefix_prob = float(nested_get(self.config, ('boundaries', 'add_prefix_probability'))) + + if osm_components: + name_key = ''.join((boundary_names.DEFAULT_NAME_KEY, language_suffix)) + raw_name_key = boundary_names.DEFAULT_NAME_KEY + + grouped_osm_components = defaultdict(list) + + for i, props in enumerate(osm_components): + if 'name' not in props: + continue + + component = self.categorize_osm_component(country, props, osm_components) + if component is None: + continue + + admin_center_prob = osm_address_components.use_admin_center.get((props.get('type'), safe_encode(props.get('id', ''))), None) + + if admin_center_prob is not None: + if admin_center_prob == 1.0 or random.random() < admin_center_prob: + props = props.get('admin_center', props) + elif 'admin_center' in props: + admin_center = {k: v for k, v in six.iteritems(props['admin_center']) if k != 'admin_level'} + admin_center_component = self.categorize_osm_component(country, admin_center, osm_components) + if admin_center_component == component and admin_center.get('name') and admin_center['name'].lower() == props.get('name', '').lower(): + props = props.copy() + props.update({k: v for k, v in six.iteritems(admin_center) if k not in props}) + + grouped_osm_components[component].append(props) + + poly_components = defaultdict(list) + + existing_city_name = address_components.get(AddressFormatter.CITY) + + if add_city_points and not existing_city_name and AddressFormatter.CITY not in grouped_osm_components: + self.add_city_and_equivalent_points(grouped_osm_components, osm_components, country, latitude, longitude) + + city_replacements = place_config.city_replacements(country) + have_city = AddressFormatter.CITY in grouped_osm_components or set(grouped_osm_components) & set(city_replacements) + + for component, components_values in grouped_osm_components.iteritems(): + seen = set() + + if country == Countries.JAPAN and component == AddressFormatter.SUBURB: + components_values = sorted(components_values, key=self.japanese_neighborhood_sort_key) + + for component_value in components_values: + if random_key and not (component in (AddressFormatter.STATE_DISTRICT, AddressFormatter.STATE) and not have_city): + key, raw_key = self.pick_random_name_key(component_value, component, suffix=language_suffix) + else: + key, raw_key = name_key, raw_name_key + + for k in (key, name_key, raw_key, raw_name_key): + name = component_value.get(k) + + if name: + name_lang = language if not suffix_lang or not k.endswith(language_suffix) else suffix_lang + name = boundary_names.name(country, name_lang, component, name) + + name_prefix = component_value.get('{}:prefix'.format(k)) + + if name and name_prefix and random.random() < add_prefix_prob: + name = u' '.join([name_prefix, name]) + + if name and not (name == existing_city_name and component != AddressFormatter.CITY and drop_duplicate_city_names): + name = self.cleaned_name(name, first_comma_delimited_phrase=True) + break + + # if we've checked all keys without finding a valid name, leave this component out + else: + continue + + if (component, name) not in seen: + poly_components[component].append(name) + seen.add((component, name)) + + join_state_district_prob = float(nested_get(self.config, ('state_district', 'join_probability'))) + replace_with_non_local_prob = float(nested_get(self.config, ('languages', 'replace_non_local_probability'))) + + new_admin_components = {} + + is_japan = country == Countries.JAPAN + + for component, vals in poly_components.iteritems(): + if component not in address_components or (non_local_language and random.random() < replace_with_non_local_prob): + if random_key: + if is_japan and component == AddressFormatter.SUBURB: + separator = six.u('') if language != JAPANESE_ROMAJI and non_local_language != ENGLISH else six.u(' ') + val = separator.join(vals) + elif component == AddressFormatter.STATE_DISTRICT and random.random() < join_state_district_prob: + num = random.randrange(1, len(vals) + 1) + val = six.u(', ').join(vals[:num]) + elif len(vals) == 1: + val = vals[0] + else: + val = random.choice(vals) + else: + val = vals[0] + + new_admin_components[component] = val + + if normalize_languages is None: + normalize_languages = [] + if language is not None: + normalize_languages.append(language) + self.normalize_place_names(new_admin_components, osm_components, country=country, languages=normalize_languages, phrase_from_component=True) + + self.abbreviate_admin_components(new_admin_components, country, language) + + address_components.update(new_admin_components) + + generic_wiki_name_regex = re.compile('^[a-z]{2,3}:') + + @classmethod + def unambiguous_wikipedia(cls, osm_component, language): + name = osm_component.get('name') + if not name: + return False + + wiki_name = osm_component.get('wikipedia:{}'.format(language)) + if not wiki_name: + wiki_name = osm_component.get('wikipedia') + if wiki_name: + if (language not in (UNKNOWN_LANGUAGE, AMBIGUOUS_LANGUAGE) and wiki_name.lower().startswith(six.u('{}:'.format(language))) or cls.generic_wiki_name_regex.match(wiki_name)): + wiki_name = wiki_name.split(six.u(':'), 1)[-1] + + norm_name = safe_decode(name).strip().lower() + + if not wiki_name and language in (UNKNOWN_LANGUAGE, AMBIGUOUS_LANGUAGE): + for k, v in six.iteritems(osm_component): + if k.startswith('wikipedia:') and safe_decode(v).strip().lower() == norm_name: + return True + else: + return False + elif not wiki_name: + return False + + return norm_name == safe_decode(wiki_name).strip().lower() + + def neighborhood_components(self, latitude, longitude): + return self.neighborhoods_rtree.point_in_poly(latitude, longitude, return_all=True) + + def add_neighborhoods(self, address_components, neighborhoods, + country, language, non_local_language=None, language_suffix='', replace_city=False): + ''' + Neighborhoods + ------------- + + In some cities, neighborhoods may be included in a free-text address. + + OSM includes many neighborhoods but only as points, rather than the polygons + needed to perform reverse-geocoding. We use a hybrid index containing + Quattroshapes/Zetashapes polygons matched fuzzily with OSM names (which are + on the whole of better quality). + ''' + + neighborhood_levels = defaultdict(list) + + add_prefix_prob = float(nested_get(self.config, ('neighborhood', 'add_prefix_probability'))) + use_first_match_prob = float(nested_get(self.config, ('neighborhood', 'use_first_match_probability'))) + + name_key = ''.join((boundary_names.DEFAULT_NAME_KEY, language_suffix)) + raw_name_key = boundary_names.DEFAULT_NAME_KEY + + city_name = address_components.get(AddressFormatter.CITY) + + for neighborhood in neighborhoods: + component = neighborhood.get('component') + + neighborhood_level = component or AddressFormatter.SUBURB + if (component not in (AddressFormatter.SUBURB, AddressFormatter.CITY_DISTRICT)): + continue + + key, raw_key = self.pick_random_name_key(neighborhood, neighborhood_level, suffix=language_suffix) + + standard_name = neighborhood.get(name_key, neighborhood.get(raw_name_key , six.u(''))) + for k in (key, raw_key, name_key, raw_name_key): + name = neighborhood.get(k) + name_prefix = neighborhood.get('{}:prefix'.format(k)) + if name and name_prefix and random.random() < add_prefix_prob: + name = u' '.join([name_prefix, name]) + if name: + break + + if component == AddressFormatter.CITY_DISTRICT: + # Optimization so we don't use e.g. same name multiple times for suburb, city_district, city, etc. + if not replace_city and name == city_name and (not standard_name or standard_name == city_name): + continue + + if not name: + continue + + # For cases like OpenAddresses + if replace_city and city_name and (equivalent(name, city_name, toponym_abbreviations_gazetteer, language) or equivalent(standard_name, city_name, toponym_abbreviations_gazetteer, language)): + address_components.pop(AddressFormatter.CITY, None) + city_name = None + address_components[neighborhood_level] = name + + neighborhood_levels[neighborhood_level].append(name) + + neighborhood_components = {} + + for component, neighborhoods in neighborhood_levels.iteritems(): + if component not in address_components: + if len(neighborhoods) == 1 or random.random() < use_first_match_prob: + neighborhood_components[component] = neighborhoods[0] + else: + neighborhood_components[component] = random.choice(neighborhoods) + + self.abbreviate_admin_components(neighborhood_components, country, language) + + address_components.update(neighborhood_components) + if country == Countries.JAPAN and (language_suffix.endswith(JAPANESE_ROMAJI) or non_local_language == ENGLISH): + self.format_japanese_neighborhood_romaji(address_components) + + @classmethod + def generate_sub_building_component(cls, component, address_components, language, country=None, **kw): + existing = address_components.get(component, None) + + if existing is None: + generated_type = cls.generated_type(component, address_components, language, country=country) + return generated_type + + return None + + @classmethod + def add_sub_building_phrase(cls, component, phrase_type, address_components, generated, language, country, **kw): + if not generated and not phrase_type != cls.STANDALONE_PHRASE: + return + + component_class = cls.sub_building_component_class_map[component] + + if generated or phrase_type == cls.STANDALONE_PHRASE: + phrase = component_class.phrase(generated, language, country=country, **kw) + + if phrase: + address_components[component] = phrase + elif component in address_components: + existing = address_components[component] + phrase = cls.get_component_phrase(component_class, existing, language, country=country) + if phrase and phrase != existing: + address_components[component] = phrase + elif not phrase: + address_components.pop(component) + + def add_sub_building_components(self, address_components, language, country=None, num_floors=None, num_basements=None, zone=None): + generated_components = set() + + generated = { + AddressFormatter.ENTRANCE: None, + AddressFormatter.STAIRCASE: None, + AddressFormatter.LEVEL: None, + AddressFormatter.UNIT: None, + } + + entrance_phrase_type = self.generate_sub_building_component(AddressFormatter.ENTRANCE, address_components, language, country=country) + if entrance_phrase_type == self.ALPHANUMERIC_PHRASE: + entrance = Entrance.random(language, country=country) + if entrance: + generated[AddressFormatter.ENTRANCE] = entrance + generated_components.add(AddressFormatter.ENTRANCE) + elif entrance_phrase_type == self.STANDALONE_PHRASE: + generated_components.add(AddressFormatter.ENTRANCE) + + staircase_phrase_type = self.generate_sub_building_component(AddressFormatter.STAIRCASE, address_components, language, country=country) + if staircase_phrase_type == self.ALPHANUMERIC_PHRASE: + staircase = Staircase.random(language, country=country) + if staircase: + generated[AddressFormatter.STAIRCASE] = staircase + generated_components.add(AddressFormatter.STAIRCASE) + elif staircase_phrase_type == self.STANDALONE_PHRASE: + generated_components.add(AddressFormatter.STAIRCASE) + + floor = None + + floor_phrase_type = self.generate_sub_building_component(AddressFormatter.LEVEL, address_components, language, country=country, num_floors=num_floors, num_basements=num_basements) + if floor_phrase_type == self.ALPHANUMERIC_PHRASE: + floor = Floor.random_int(language, country=country, num_floors=num_floors, num_basements=num_basements) + floor = Floor.random_from_int(floor, language, country=country) + if floor: + generated[AddressFormatter.LEVEL] = floor + generated_components.add(AddressFormatter.LEVEL) + elif floor_phrase_type == self.STANDALONE_PHRASE: + generated_components.add(AddressFormatter.LEVEL) + + unit_phrase_type = self.generate_sub_building_component(AddressFormatter.UNIT, address_components, language, country=country, num_floors=num_floors, num_basements=num_basements) + if unit_phrase_type == self.ALPHANUMERIC_PHRASE: + unit = Unit.random(language, country=country, num_floors=num_floors, num_basements=num_basements, floor=floor) + if unit: + generated[AddressFormatter.UNIT] = unit + generated_components.add(AddressFormatter.UNIT) + elif unit_phrase_type == self.STANDALONE_PHRASE: + generated_components.add(AddressFormatter.UNIT) + + # Combine fields like unit/house_number here + combined = self.combine_fields(address_components, language, country=country, generated=generated) + if combined: + for k in combined: + generated[k] = None + + self.add_sub_building_phrase(AddressFormatter.ENTRANCE, entrance_phrase_type, address_components, generated[AddressFormatter.ENTRANCE], language, country=country) + self.add_sub_building_phrase(AddressFormatter.STAIRCASE, staircase_phrase_type, address_components, generated[AddressFormatter.STAIRCASE], language, country=country) + self.add_sub_building_phrase(AddressFormatter.LEVEL, floor_phrase_type, address_components, generated[AddressFormatter.LEVEL], language, country=country, num_floors=num_floors) + self.add_sub_building_phrase(AddressFormatter.UNIT, unit_phrase_type, address_components, generated[AddressFormatter.UNIT], language, country=country, zone=zone) + + def replace_name_affixes(self, address_components, language, country=None): + ''' + Name normalization + ------------------ + + Probabilistically strip standard prefixes/suffixes e.g. "London Borough of" + ''' + + replacement_prob = float(nested_get(self.config, ('names', 'replace_affix_probability'))) + + for component in list(address_components): + if component not in self.BOUNDARY_COMPONENTS: + continue + name = address_components[component] + if not name: + continue + + if random.random() < replacement_prob: + replacement = name_affixes.replace_affixes(name, language, country=country) + if replacement != name and not replacement.isdigit(): + address_components[component] = replacement + + @classmethod + def replace_names(cls, address_components): + ''' + Name replacements + ----------------- + + Make a few special replacements (like UK instead of GB) + ''' + + for component, value in address_components.iteritems(): + replacement = nested_get(cls.config, ('value_replacements', component, value), default=None) + if replacement is not None: + new_value = repl['replacement'] + prob = repl['probability'] + if random.random() < prob: + address_components[component] = new_value + + @classmethod + def remove_numeric_boundary_names(cls, address_components): + ''' + Numeric boundary name cleanup + ----------------------------- + + Occasionally boundary components may be mislabeled in OSM or another input data set. + Can look for counterexamples but fairly confident that there are no valid boundary names + (city, state, etc.) which are all digits. In Japan, neighborhoods are often numbered + e.g. 1-chome, etc. This can further be combined with a block number and house number + to form something like 1-3-5. While the combined form is common, the neighborhood would + not be simply listed as "1" and people expected to understand. + ''' + for component in list(address_components): + if component not in cls.BOUNDARY_COMPONENTS or component == AddressFormatter.POSTCODE: + continue + value = address_components[component] + if value.isdigit(): + address_components.pop(component) + + @classmethod + def cleanup_boundary_names(cls, address_components): + ''' + Boundary name cleanup + --------------------- + + Cleanup things like addr:city=Rockport, + ''' + for component in list(address_components): + if component not in cls.BOUNDARY_COMPONENTS: + continue + + address_components[component] = address_components[component].strip(six.u(', ')) + + @classmethod + def prune_duplicate_names(cls, address_components): + ''' + Name deduping + ------------- + + For some cases like "Antwerpen, Antwerpen, Antwerpen" + that are very unlikely to occur in real life. + + Note: prefer the city name in these cases + ''' + + name_components = defaultdict(list) + + for component in (AddressFormatter.CITY, AddressFormatter.STATE_DISTRICT, + AddressFormatter.CITY_DISTRICT, AddressFormatter.SUBURB): + name = address_components.get(component) + if name: + name_components[name.lower()].append(component) + + for name, components in name_components.iteritems(): + if len(components) > 1: + for component in components[1:]: + address_components.pop(component, None) + + @classmethod + def cleaned_name(cls, name, first_comma_delimited_phrase=False): + ''' + General name cleanup + -------------------- + + Names in OSM and other tagged data sets may contain more than a single + field. If the field is separated by semicolons, split it and pick one + of the subfields at random (common in street names). If first_comma_delimited_phrase + is True, and the phrase has a comma in it, return only the portion of the string + before the comma. + ''' + if six.u(';') in name: + name = random.choice(name.split(six.u(';'))).strip() + elif first_comma_delimited_phrase and six.u(',') in name: + name = name.split(six.u(','), 1)[0].strip() + return name + + @classmethod + def cleanup_house_number(cls, address_components): + ''' + House number cleanup + -------------------- + + This method was originally used for OSM nodes because in some places, + particularly Uruguay, we see house numbers that are actually a comma-separated + list. It seemed prudent to retain this cleanup in the generalized version + in case we see similar issues with other data sets. + + If there's one comma in the house number, allow it as it might + be legitimate, but if there are 2 or more, just take the first one. + ''' + + house_number = address_components.get(AddressFormatter.HOUSE_NUMBER) + if not house_number: + return + + orig_house_number = house_number + + house_number = house_number.strip(six.u(',; ')).rstrip(six.u('-')) + if not house_number: + address_components.pop(AddressFormatter.HOUSE_NUMBER, None) + return + + if house_number != orig_house_number: + address_components[AddressFormatter.HOUSE_NUMBER] = house_number + + if six.u(';') in house_number: + house_number = house_number.replace(six.u(';'), six.u(',')) + address_components[AddressFormatter.HOUSE_NUMBER] = house_number + + if house_number and house_number.count(six.u(',')) >= 2: + house_numbers = house_number.split(six.u(',')) + random.shuffle(house_numbers) + for num in house_numbers: + num = num.strip() + if num: + address_components[AddressFormatter.HOUSE_NUMBER] = num + break + else: + address_components.pop(AddressFormatter.HOUSE_NUMBER, None) + + invalid_street_regex = re.compile('^\s*(?:none|null|not applicable|n\s*/\s*a)\s*$', re.I) + + @classmethod + def street_name_is_valid(cls, street): + return street is not None and not (cls.invalid_street_regex.match(street) or not any((c.isalnum() for c in street))) + + @classmethod + def cleanup_street(cls, address_components): + street = address_components.get(AddressFormatter.ROAD) + if street is not None and not cls.street_name_is_valid(street): + address_components.pop(AddressFormatter.ROAD) + + newline_regex = re.compile('[\n]+') + name_regex = re.compile('^[\s\-]*(.*?)[\s\-]*$') + whitespace_regex = re.compile('(?<=[\w])[\s]+(?=[\w])') + hyphen_regex = re.compile('[\s]*[\-]+[\s]*') + + @classmethod + def dehyphenate_multiword_name(cls, name): + return cls.hyphen_regex.sub(six.u(' '), name) + + @classmethod + def hyphenate_multiword_name(cls, name): + return cls.whitespace_regex.sub(six.u('-'), name) + + @classmethod + def strip_whitespace_and_hyphens(cls, name): + name = cls.newline_regex.sub(six.u(' '), name) + return cls.name_regex.match(name).group(1) + + @classmethod + def name_hyphens(cls, name, hyphenate_multiword_probability=None, remove_hyphen_probability=None): + ''' + Hyphenated names + ---------------- + + With some probability, replace hyphens with spaces. With some other probability, + replace spaces with hyphens. + ''' + if hyphenate_multiword_probability is None: + hyphenate_multiword_probability = float(nested_get(cls.config, ('places', 'hyphenate_multiword_probability'))) + + if remove_hyphen_probability is None: + remove_hyphen_probability = float(nested_get(cls.config, ('places', 'remove_hyphen_probability'))) + + # Clean string of trailing space/hyphens, the above regex will match any string + name = cls.strip_whitespace_and_hyphens(name) + + if cls.hyphen_regex.search(name) and random.random() < remove_hyphen_probability: + return cls.dehyphenate_multiword_name(name) + elif cls.whitespace_regex.search(name) and random.random() < hyphenate_multiword_probability: + return cls.hyphenate_multiword_name(name) + return name + + @classmethod + def alt_place_names(cls, name, language): + names = [] + + abbrev_name = abbreviate(toponym_abbreviations_gazetteer, name, language, abbreviate_prob=1.0) + if abbrev_name != name: + names.append(abbrev_name) + + sans_hyphens = cls.dehyphenate_multiword_name(name) + if sans_hyphens != name: + names.append(sans_hyphens) + + abbrev_sans_hyphens = abbreviate(toponym_abbreviations_gazetteer, sans_hyphens, language, abbreviate_prob=1.0) + if abbrev_sans_hyphens != sans_hyphens: + names.append(abbrev_sans_hyphens) + + abbrev_hyphens = cls.hyphenate_multiword_name(abbrev_sans_hyphens) + if abbrev_hyphens != abbrev_sans_hyphens: + names.append(abbrev_hyphens) + + with_hyphens = cls.hyphenate_multiword_name(name) + if with_hyphens != name: + names.append(with_hyphens) + + if abbrev_name != name: + abbrev_name_hyphens = cls.hyphenate_multiword_name(abbrev_name) + if abbrev_name_hyphens != abbrev_name: + names.append(abbrev_name_hyphens) + + return names + + @classmethod + def country_specific_cleanup(cls, address_components, country): + if country in cls.central_european_city_district_regexes: + cls.format_central_european_city_district(country, address_components) + + if country == Countries.IRELAND: + cls.format_dublin_postal_district(address_components) + elif country == Countries.JAMAICA: + cls.format_kingston_postcode(address_components) + + @classmethod + def add_house_number_phrase(cls, address_components, language, country=None): + house_number = address_components.get(AddressFormatter.HOUSE_NUMBER, None) + if not is_numeric(house_number) and (not house_number or house_number.lower() not in cls.latin_alphabet_lower): + return + phrase = HouseNumber.phrase(house_number, language, country=country) + if phrase and phrase != house_number: + address_components[AddressFormatter.HOUSE_NUMBER] = phrase + + @classmethod + def add_metro_station_phrase(cls, address_components, language, country=None): + metro_station = address_components.get(AddressFormatter.METRO_STATION, None) + phrase = MetroStation.phrase(metro_station, language, country=country) + if phrase and phrase != metro_station: + address_components[AddressFormatter.METRO_STATION] = phrase + + @classmethod + def add_postcode_phrase(cls, address_components, language, country=None): + postcode = address_components.get(AddressFormatter.POSTCODE, None) + if postcode: + phrase = PostCode.phrase(postcode, language, country=country) + if phrase and phrase != postcode: + address_components[AddressFormatter.POSTCODE] = phrase + + @classmethod + def drop_names(cls, address_components): + return {c: v for c, v in six.iteritems(address_components) if c not in cls.NAME_COMPONENTS} + + @classmethod + def drop_address(cls, address_components): + return {c: v for c, v in six.iteritems(address_components) if c not in cls.ADDRESS_LEVEL_COMPONENTS} + + @classmethod + def drop_places(cls, address_components): + return {c: v for c, v in six.iteritems(address_components) if c not in place_config.ADMIN_COMPONENTS} + + @classmethod + def drop_localities(cls, address_components): + return {c: v for c, v in six.iteritems(address_components) if c not in cls.LOCALITY_COMPONENTS} + + @classmethod + def drop_postcode(cls, address_components): + if AddressFormatter.POSTCODE not in address_components: + return address_components + return {c: v for c, v in six.iteritems(address_components) if c != AddressFormatter.POSTCODE} + + def drop_invalid_components(self, address_components, country): + if not address_components: + return + component_bitset = ComponentDependencies.component_bitset(address_components) + + deps = self.component_dependencies.get(country, self.component_dependencies[None]) + dep_order = deps.dependency_order + + for c in dep_order: + if c not in address_components: + continue + if c in deps and not component_bitset & deps[c]: + address_components.pop(c) + component_bitset ^= ComponentDependencies.component_bit_values[c] + + @classmethod + def po_box_address(cls, address_components, language, country=None): + po_box_config = cls.config['po_box'] + po_box_probability = float(po_box_config['probability']) + if random.random() < po_box_probability: + address_components = address_components.copy() + box_number = POBox.random(language, country=country) + if box_number is None: + return None + + po_box = POBox.phrase(box_number, language, country=country) + if po_box is None: + return None + address_components[AddressFormatter.PO_BOX] = po_box + + drop_address_probability = po_box_config['drop_address_probability'] + if random.random() < drop_address_probability: + address_components = cls.drop_address(address_components) + + drop_places_probability = po_box_config['drop_places_probability'] + if random.random() < drop_places_probability: + address_components = cls.drop_places(address_components) + address_components = cls.drop_localities(address_components) + + drop_postcode_probability = po_box_config['drop_postcode_probability'] + if random.random() < drop_postcode_probability: + address_components = cls.drop_postcode(address_components) + + return address_components + else: + return None + + @classmethod + def dropout_places(cls, address_components, osm_components, country, language, population=None, population_from_city=False): + # Population of the city helps us determine if the city can be used + # on its own like "Seattle" or "New York" vs. smaller cities like + # have to be qualified with a state, country, etc. + unambiguous_city = False + + if population is None and population_from_city: + population = 0 + tagged = cls.categorized_osm_components(country, osm_components) + + for props, component in (tagged or []): + if component == AddressFormatter.CITY: + if cls.unambiguous_wikipedia(props, language): + unambiguous_city = True + + if 'population' in props: + try: + population = int(props['population']) + except (ValueError, TypeError): + continue + + # Perform dropout on places + address_components = place_config.dropout_components(address_components, osm_components, country=country, population=population, unambiguous_city=unambiguous_city) + return address_components + + @classmethod + def dropout_address_level_component(cls, address_components, component): + probability = cls.address_level_dropout_probabilities.get(component, None) + if probability is not None and random.random() < probability: + address_components.pop(component) + return True + return False + + def expanded(self, address_components, latitude, longitude, language=None, + dropout_places=True, population=None, + population_from_city=False, check_city_wikipedia=False, + add_sub_building_components=True, hyphenation=True, + num_floors=None, num_basements=None, zone=None, + osm_components=None, neighborhoods=None): + ''' + Expanded components + ------------------- + + Many times in geocoded address data sets, we get only a few components + (say street name and house number) plus a lat/lon. There's a lot of information + in a lat/lon though, so this method "fills in the blanks" as it were. + + Namely, it calls all the methods above to reverse geocode to a few of the + R-tree + point-in-polygon indices passed in at initialization and adds things + like admin boundaries, neighborhoods, + ''' + try: + latitude, longitude = latlon_to_decimal(latitude, longitude) + except Exception: + return None, None, None + + if osm_components is None: + osm_components = self.osm_reverse_geocoded_components(latitude, longitude) + + country, candidate_languages = self.osm_country_and_languages(osm_components) + if not (country and candidate_languages): + return None, None, None + + more_than_one_official_language = len(candidate_languages) > 1 + + non_local_language = None + language_suffix = '' + + if neighborhoods is None: + neighborhoods = self.neighborhood_components(latitude, longitude) + + all_osm_components = osm_components + neighborhoods + + if not language: + language = self.address_language(address_components, candidate_languages) + non_local_language = self.non_local_language() + language_suffix = self.pick_language_suffix(all_osm_components, language, non_local_language, more_than_one_official_language) + else: + language_suffix = ':{}'.format(language) + + self.abbreviate_admin_components(address_components, country, language, hyphenation=hyphenation) + + address_state = self.state_name(address_components, country, language, non_local_language=non_local_language) + if address_state: + address_components[AddressFormatter.STATE] = address_state + + all_languages = set([l for l, d in candidate_languages]) + + self.normalize_place_names(address_components, all_osm_components, country=country, languages=all_languages) + + # If a country was already specified + self.replace_country_name(address_components, country, non_local_language or language) + + self.country_specific_cleanup(address_components, country) + if self.is_in(osm_components, self.BRASILIA_RELATION_ID): + self.format_brasilia_address(address_components) + + self.add_admin_boundaries(address_components, osm_components, country, language, + latitude, longitude, + non_local_language=non_local_language, + normalize_languages=all_languages, + language_suffix=language_suffix) + + self.add_neighborhoods(address_components, neighborhoods, country, language, non_local_language=non_local_language, + language_suffix=language_suffix) + + self.cleanup_street(address_components) + street = address_components.get(AddressFormatter.ROAD) + + if language == SPANISH and street: + norm_street = self.spanish_street_name(street) + if norm_street: + address_components[AddressFormatter.ROAD] = norm_street + street = norm_street + + if street: + norm_street = self.strip_unit_phrases_for_language(street, language) + address_components[AddressFormatter.ROAD] = norm_street + street = norm_street + + self.cleanup_boundary_names(address_components) + + language_altered = False + if language_suffix and not non_local_language: + suffix = language_suffix.lstrip(':').lower() + if suffix.split('_', 1)[0] in CJK_LANGUAGES: + language = self.language_code_aliases.get(suffix, suffix) + language_altered = True + + self.replace_name_affixes(address_components, non_local_language or language, country=country) + + self.replace_names(address_components) + + self.prune_duplicate_names(address_components) + + self.cleanup_house_number(address_components) + + self.remove_numeric_boundary_names(address_components) + + self.add_postcode_phrase(address_components, language, country=country) + self.add_metro_station_phrase(address_components, language, country=country) + + self.normalize_sub_building_components(address_components, language, country=country) + + if add_sub_building_components: + self.add_sub_building_components(address_components, language, country=country, + num_floors=num_floors, num_basements=num_basements, zone=zone) + + self.add_house_number_phrase(address_components, language, country=country) + + if dropout_places: + address_components = self.dropout_places(address_components, all_osm_components, country, language, population=population, population_from_city=population_from_city) + + self.drop_invalid_components(address_components, country) + + self.add_genitives(address_components, language) + + if language_suffix and not non_local_language and not language_altered: + language = language_suffix.lstrip(':').lower() + if '_' in language: + lang, script = language.split('_', 1) + if lang not in CJK_LANGUAGES and script.lower() not in self.valid_scripts: + language = lang + elif country in Countries.CJK_COUNTRIES and (non_local_language == ENGLISH or (language_suffix or '').lstrip(':').lower() == ENGLISH): + language = ENGLISH + + return address_components, country, language + + def limited(self, address_components, latitude, longitude): + try: + latitude, longitude = latlon_to_decimal(latitude, longitude) + except Exception: + return None, None, None + + osm_components = self.osm_reverse_geocoded_components(latitude, longitude) + country, candidate_languages = self.osm_country_and_languages(osm_components) + + if not (country and candidate_languages): + return None, None, None + + remove_keys = NAME_KEYS + HOUSE_NUMBER_KEYS + POSTAL_KEYS + OSM_IGNORE_KEYS + + for key in remove_keys: + _ = value.pop(key, None) + + language = None + + more_than_one_official_language = len(candidate_languages) > 1 + + language = self.address_language(value, candidate_languages) + + address_components = self.normalize_address_components(value) + + non_local_language = self.non_local_language() + self.replace_country_name(address_components, country, non_local_language or language) + + address_state = self.state_name(address_components, country, language, non_local_language=non_local_language, always_use_full_names=True) + if address_state: + address_components[AddressFormatter.STATE] = address_state + + street = address_components.get(AddressFormatter.ROAD) + + neighborhoods = self.neighborhood_components(latitude, longitude) + + all_languages = set([l for l, d in candidate_languages]) + + all_osm_components = osm_components + neighborhoods + language_suffix = self.pick_language_suffix(all_osm_components, language, non_local_language, more_than_one_official_language) + + self.normalize_place_names(address_components, all_osm_components, country=country, languages=all_languages) + + self.add_admin_boundaries(address_components, osm_components, country, language, + latitude, longitude, + language_suffix=language_suffix, + non_local_language=non_local_language, + normalize_languages=all_languages, + random_key=False) + + self.add_neighborhoods(address_components, neighborhoods, country, language, + language_suffix=language_suffix) + + self.replace_name_affixes(address_components, non_local_language or language, country=country) + + self.replace_names(address_components) + + self.prune_duplicate_names(address_components) + + if language_suffix and not non_local_language: + language = language_suffix.lstrip(':').lower() + if '_' in language: + lang, script = language.split('_', 1) + if lang not in CJK_LANGUAGES and script.lower() not in self.valid_scripts: + language = lang + + return address_components, country, language diff --git a/scripts/geodata/addresses/config.py b/scripts/geodata/addresses/config.py new file mode 100644 index 0000000..fa2964d --- /dev/null +++ b/scripts/geodata/addresses/config.py @@ -0,0 +1,152 @@ + +import copy +import os +import six +import yaml + +from collections import Mapping + +from geodata.address_expansions.address_dictionaries import address_phrase_dictionaries +from geodata.configs.utils import nested_get, DoesNotExist, recursive_merge, alternative_probabilities +from geodata.math.sampling import cdf, check_probability_distribution + + +this_dir = os.path.realpath(os.path.dirname(__file__)) + +ADDRESS_CONFIG_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'addresses') + +DICTIONARIES_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'dictionaries') + + +class AddressConfig(object): + def __init__(self, config_dir=ADDRESS_CONFIG_DIR, dictionaries_dir=DICTIONARIES_DIR): + self.address_configs = {} + self.cache = {} + + for filename in os.listdir(config_dir): + if not filename.endswith('.yaml'): + continue + config = yaml.load(open(os.path.join(ADDRESS_CONFIG_DIR, filename))) + countries = config.pop('countries', {}) + + for k in countries.keys(): + country_config = countries[k] + config_copy = copy.deepcopy(config) + countries[k] = recursive_merge(config_copy, country_config) + + config['countries'] = countries + + lang = filename.rsplit('.yaml')[0] + self.address_configs[lang] = config + + self.sample_phrases = {} + + for language in address_phrase_dictionaries.languages: + for dictionary in address_phrase_dictionaries.language_dictionaries[language]: + self.sample_phrases[(language, dictionary)] = {} + for phrases in address_phrase_dictionaries.phrases[(language, dictionary)]: + self.sample_phrases[(language, dictionary)][phrases[0]] = phrases[1:] + + def get_property(self, key, language, country=None, default=None): + keys = key.split('.') + config = self.address_configs.get(language, {}) + + if country: + country_config = config.get('countries', {}).get(country, {}) + if country_config: + config = country_config + + value = nested_get(config, keys) + if value is not DoesNotExist: + return value + + return default + + def cache_key(self, prop, language, dictionaries=(), country=None): + return (prop, language, country, tuple(dictionaries)) + + def alternative_probabilities(self, prop, language, dictionaries=(), country=None): + '''Get a probability distribution over alternatives''' + key = self.cache_key(prop, language, dictionaries, country=country) + if key not in self.cache: + properties = self.get_property(prop, language, country=country, default=None) + + if properties is None: + return None, None + + alternatives, probs = alternative_probabilities(properties) + if alternatives is None: + return None, None + + forms = [] + form_probs = [] + + for props, prob in zip(alternatives, probs): + phrases, phrase_probs = self.form_probabilities(props, language, dictionaries=dictionaries) + forms.extend([(p, props) for p in phrases]) + form_probs.extend([prob * p for p in phrase_probs]) + + sample_probability = properties.get('sample_probability') + if sample_probability is not None: + sample_phrases = [] + for dictionary in dictionaries: + phrases = self.sample_phrases.get((language, dictionary), []) + for canonical, surface_forms in six.iteritems(phrases): + sample_phrases.append(canonical) + sample_phrases.extend(surface_forms) + # Note: use the outer properties dictionary e.g. units.alphanumeric + forms.extend([(p, properties) for p in sample_phrases]) + form_probs.extend([float(sample_probability) / len(sample_phrases)] * len(sample_phrases)) + + try: + check_probability_distribution(form_probs) + except AssertionError: + print 'values were: {}'.format(forms) + raise + + form_probs_cdf = cdf(form_probs) + self.cache[key] = (forms, form_probs_cdf) + return self.cache[key] + + def form_probabilities(self, properties, language, dictionaries=()): + probs = [] + alternatives = [] + canonical_prob = properties.get('canonical_probability', 1.0) + canonical = properties['canonical'] + + alternatives.append(canonical) + probs.append(canonical_prob) + + if 'abbreviated_probability' in properties: + probs.append(properties['abbreviated_probability']) + abbreviated = properties['abbreviated'] + assert isinstance(abbreviated, basestring) + alternatives.append(abbreviated) + + if properties.get('sample', False) and 'sample_probability' in properties: + sample_prob = properties['sample_probability'] + samples = set() + for dictionary in dictionaries: + phrases = self.sample_phrases.get((language, dictionary), {}) + samples |= set(phrases.get(canonical, [])) + if 'sample_exclude' in properties: + samples -= set(properties['sample_exclude']) + if samples: + for phrase in samples: + probs.append(sample_prob / float(len(samples))) + alternatives.append(phrase) + else: + total = sum(probs) + probs = [p / total for p in probs] + + try: + check_probability_distribution(probs) + except AssertionError: + print 'values were: {}'.format(alternatives) + raise + + return alternatives, probs + +address_config = AddressConfig() diff --git a/scripts/geodata/addresses/conjunctions.py b/scripts/geodata/addresses/conjunctions.py new file mode 100644 index 0000000..75089ec --- /dev/null +++ b/scripts/geodata/addresses/conjunctions.py @@ -0,0 +1,37 @@ +import six +from geodata.addresses.config import address_config +from geodata.encoding import safe_decode +from geodata.math.sampling import weighted_choice + + +class Conjunction(object): + DEFAULT_WHITESPACE_JOIN = ', ' + DEFAULT_NON_WHITESPACE_JOIN = '' + key = 'and' + + @classmethod + def join(cls, phrases, language, country=None): + + if not hasattr(phrases, '__iter__'): + raise ValueError('Param phrases must be iterable') + + values, probs = address_config.alternative_probabilities(cls.key, language, country=country) + phrase, props = weighted_choice(values, probs) + + whitespace = props.get('whitespace', True) + whitespace_phrase = six.u(' ') if whitespace else six.u('') + + phrases = [safe_decode(p) for p in phrases] + + max_phrase_join = props.get('max_phrase_join', 2) + if len(phrases) > max_phrase_join: + default_join = safe_decode(props.get('default_join', cls.DEFAULT_WHITESPACE_JOIN if whitespace else cls.DEFAULT_NON_WHITESPACE_JOIN)) + prefix = default_join.join(phrases[:-max_phrase_join] + [six.u('')]) + else: + prefix = six.u('') + + if whitespace: + phrase = six.u('{}{}{}').format(whitespace_phrase, phrase, whitespace_phrase) + joined_phrase = phrase.join(phrases[-max_phrase_join:]) + + return six.u('').join([prefix, joined_phrase]) diff --git a/scripts/geodata/addresses/conscription_numbers.py b/scripts/geodata/addresses/conscription_numbers.py new file mode 100644 index 0000000..0e6e373 --- /dev/null +++ b/scripts/geodata/addresses/conscription_numbers.py @@ -0,0 +1,19 @@ +import random + +from geodata.addresses.config import address_config +from geodata.addresses.numbering import NumberedComponent +from geodata.encoding import safe_decode + + +class ConscriptionNumber(NumberedComponent): + @classmethod + def phrase(cls, number, language, country=None): + if number is None: + return number + + key = 'conscription_numbers.alphanumeric' + dictionaries = ['house_numbers'] + default = safe_decode(number) + + return cls.numeric_phrase(key, safe_decode(number), language, + dictionaries=dictionaries, country=country) diff --git a/scripts/geodata/addresses/dependencies.py b/scripts/geodata/addresses/dependencies.py new file mode 100644 index 0000000..13a6091 --- /dev/null +++ b/scripts/geodata/addresses/dependencies.py @@ -0,0 +1,42 @@ +import operator +import six + +from geodata.graph.topsort import topsort + + +class ComponentDependencies(object): + ''' + Declare an address component and its dependencies e.g. + a house_numer cannot be used in the absence of a road name. + ''' + + component_bit_values = {} + + def __init__(self, graph): + self.dependencies = {} + + self.all_values = long('1' * len(graph), 2) + + self.dependency_order = [c for c in topsort(graph)] + + for component, deps in six.iteritems(graph): + self.dependencies[component] = self.component_bitset(deps) if deps else self.all_values + + def __getitem__(self, key): + return self.dependencies.__getitem__(key) + + def __contains__(self, key): + return self.dependencies.__contains__(key) + + @classmethod + def get_component_bit_value(cls, name): + val = cls.component_bit_values.get(name) + if val is None: + num_values = len(cls.component_bit_values) + val = 1 << num_values + cls.component_bit_values[name] = val + return val + + @classmethod + def component_bitset(cls, components): + return reduce(operator.or_, [cls.get_component_bit_value(name) for name in components]) diff --git a/scripts/geodata/addresses/directions.py b/scripts/geodata/addresses/directions.py new file mode 100644 index 0000000..50a64be --- /dev/null +++ b/scripts/geodata/addresses/directions.py @@ -0,0 +1,37 @@ +from geodata.addresses.config import address_config +from geodata.addresses.numbering import NumericPhrase +from geodata.math.sampling import weighted_choice + + +class RelativeDirection(NumericPhrase): + key = 'directions' + dictionaries = ['unit_directions'] + + +class AnteroposteriorDirection(RelativeDirection): + key = 'directions.anteroposterior' + + +class LateralDirection(RelativeDirection): + key = 'directions.lateral' + + +class CardinalDirection(NumericPhrase): + key = 'cardinal_directions' + dictionaries = ['cardinal_directions'] + + +class Direction(object): + CARDINAL = 'cardinal' + RELATIVE = 'relative' + + @classmethod + def random(cls, language, country=None, cardinal_proability=0.5): + values = [cls.CARDINAL, cls.RELATIVE] + probs_cdf = [cardinal_proability, 1.0] + + choice = weighted_choice(values, probs_cdf) + if choice == cls.CARDINAL: + return CardinalDirection.phrase(None, language, country=country) + else: + return RelativeDirection.phrase(None, language, country=country) diff --git a/scripts/geodata/addresses/entrances.py b/scripts/geodata/addresses/entrances.py new file mode 100644 index 0000000..098b5a6 --- /dev/null +++ b/scripts/geodata/addresses/entrances.py @@ -0,0 +1,66 @@ +import random +import six + +from geodata.addresses.config import address_config +from geodata.addresses.numbering import NumberedComponent +from geodata.encoding import safe_decode + +from geodata.configs.utils import nested_get +from geodata.addresses.directions import RelativeDirection +from geodata.addresses.floors import Floor +from geodata.addresses.numbering import NumberedComponent, Digits, sample_alphabet, latin_alphabet +from geodata.encoding import safe_decode +from geodata.math.sampling import weighted_choice, zipfian_distribution, cdf + + +class Entrance(NumberedComponent): + max_entrances = 10 + + entrance_range = range(1, max_entrances + 1) + entrance_range_probs = zipfian_distribution(len(entrance_range), 2.0) + entrance_range_cdf = cdf(entrance_range_probs) + + @classmethod + def random(cls, language, country=None): + num_type, num_type_props = cls.choose_alphanumeric_type('entrances.alphanumeric', language, country=country) + if num_type is None: + return None + + if num_type == cls.NUMERIC: + number = weighted_choice(cls.entrance_range, cls.entrance_range_cdf) + return safe_decode(number) + elif num_type == cls.HYPHENATED_NUMBER: + number = weighted_choice(cls.entrance_range, cls.entrance_range_cdf) + number2 = number + weighted_choice(cls.entrance_range, cls.entrance_range_cdf) + return u'{}-{}'.format(number, number2) + else: + alphabet = address_config.get_property('alphabet', language, country=country, default=latin_alphabet) + alphabet_probability = address_config.get_property('alphabet_probability', language, country=country, default=None) + if alphabet_probability is not None and random.random() >= alphabet_probability: + alphabet = latin_alphabet + letter = sample_alphabet(alphabet, 2.0) + if num_type == cls.ALPHA: + return safe_decode(letter) + else: + number = weighted_choice(cls.entrance_range, cls.entrance_range_cdf) + + whitespace_probability = float(num_type_props.get('whitespace_probability', 0.0)) + hyphen_probability = float(num_type_props.get('hyphen_probability', 0.0)) + whitespace_phrase = u'' + r = random.random() + if r < whitespace_probability: + whitespace_phrase = u' ' + elif r < (whitespace_probability + hyphen_probability): + whitespace_phrase = u'-' + + if num_type == cls.ALPHA_PLUS_NUMERIC: + return six.u('{}{}{}').format(letter, whitespace_phrase, number) + elif num_type == cls.NUMERIC_PLUS_ALPHA: + return six.u('{}{}{}').format(number, whitespace_phrase, letter) + + @classmethod + def phrase(cls, entrance, language, country=None): + if entrance is None: + return None + return cls.numeric_phrase('entrances.alphanumeric', entrance, language, + dictionaries=['entrances'], country=country) diff --git a/scripts/geodata/addresses/floors.py b/scripts/geodata/addresses/floors.py new file mode 100644 index 0000000..ef269c7 --- /dev/null +++ b/scripts/geodata/addresses/floors.py @@ -0,0 +1,165 @@ +import random +import six + +from geodata.addresses.config import address_config + +from geodata.addresses.numbering import NumberedComponent, sample_alphabet, latin_alphabet +from geodata.encoding import safe_decode +from geodata.math.sampling import weighted_choice, zipfian_distribution, cdf +from geodata.numbers.spellout import numeric_expressions + + +class Floor(NumberedComponent): + # When we don't know the number of floors, use a Zipfian distribution + # to choose randomly between 1 and max_floors with 1 being much more + # likely than 2, etc. + max_floors = 10 + max_basements = 2 + numbered_floors = range(max_floors + 1) + range(-1, -max_basements - 1, -1) + floor_probs = zipfian_distribution(len(numbered_floors), 0.75) + floor_probs_cdf = cdf(floor_probs) + + # For use with letters e.g. A0 is probably not as common + floors_letters = range(1, max_floors + 1) + [0] + floors_letters_probs = zipfian_distribution(len(floors_letters), 2.0) + floors_letters_cdf = cdf(floors_letters_probs) + + @classmethod + def sample_floors(cls, num_floors, num_basements=0): + num_floors = int(num_floors) + return random.randint(-num_basements, (num_floors - 1) if num_floors > 0 else 0) + + @classmethod + def sample_floors_range(cls, min_floor, max_floor): + return random.randint(min_floor, (max_floor - 1) if max_floor > min_floor else min_floor) + + @classmethod + def random_int(cls, language, country=None, num_floors=None, num_basements=None): + number = None + if num_floors is not None: + try: + num_floors = int(num_floors) + except (ValueError, TypeError): + return weighted_choice(cls.numbered_floors, cls.floor_probs_cdf) + + if num_floors <= cls.max_floors: + number = cls.sample_floors(num_floors, num_basements=num_basements or 0) + else: + number = cls.sample_floors_range(cls.max_floors + 1, num_floors) + + else: + number = weighted_choice(cls.numbered_floors, cls.floor_probs_cdf) + + return number + + @classmethod + def random_from_int(cls, number, language, country=None): + num_type, num_type_props = cls.choose_alphanumeric_type('levels.alphanumeric', language, country=country) + if num_type is None: + return None + + numbering_starts_at = int(address_config.get_property('levels.numbering_starts_at', language, country=country, default=0)) + + if number >= 0: + number += numbering_starts_at + + if num_type == cls.NUMERIC: + return safe_decode(number) + elif num_type == cls.ROMAN_NUMERAL: + roman_numeral = numeric_expressions.roman_numeral(number) + if roman_numeral is not None: + return roman_numeral + else: + return safe_decode(number) + elif num_type == cls.HYPHENATED_NUMBER: + number2 = number + sample_floors_range(1, cls.max_floors) + return u'{}-{}'.format(number, number2) + else: + alphabet = address_config.get_property('alphabet', language, country=country, default=latin_alphabet) + alphabet_probability = address_config.get_property('alphabet_probability', language, country=country, default=None) + if alphabet_probability is not None and random.random() >= alphabet_probability: + alphabet = latin_alphabet + letter = sample_alphabet(alphabet) + if num_type == cls.ALPHA: + return letter + else: + number = weighted_choice(cls.floors_letters, cls.floors_letters_cdf) + + if num_type == cls.ALPHA_PLUS_NUMERIC: + return six.u('{}{}').format(letter, number) + elif num_type == cls.NUMERIC_PLUS_ALPHA: + return six.u('{}{}').format(number, letter) + + return None + + @classmethod + def random(cls, language, country=None, num_floors=None, num_basements=None): + number = cls.random_int(language, country=country, num_floors=num_floors, num_basements=num_basements) + return cls.random_from_int(number, language, country=country) + + @classmethod + def phrase(cls, floor, language, country=None, num_floors=None): + if floor is None: + return None + + integer_floor = False + floor = safe_decode(floor) + try: + floor = int(floor) + integer_floor = True + except (ValueError, TypeError): + try: + floor = float(floor) + integer_floor = int(floor) == floor + except (ValueError, TypeError): + return cls.numeric_phrase('levels.alphanumeric', floor, language, + dictionaries=['level_types_numbered'], country=country) + + numbering_starts_at = int(address_config.get_property('levels.numbering_starts_at', language, country=country, default=0)) + try: + num_floors = int(num_floors) + top_floor = num_floors if numbering_starts_at == 1 else num_floors - 1 + is_top = num_floors and floor == top_floor + except (ValueError, TypeError): + is_top = False + + alias_prefix = 'levels.aliases' + aliases = address_config.get_property(alias_prefix, language, country=country) + if aliases: + alias = None + + if not integer_floor and floor >= 0 and 'half_floors' in aliases: + floor = int(floor) + alias = 'half_floors' + elif not integer_floor and floor < 0 and 'half_floors_negative' in aliases: + floor = int(floor) + alias = 'half_floors_negative' + elif floor < -1 and '<-1' in aliases: + alias = '<-1' + elif is_top and 'top' in aliases: + alias = 'top' + elif safe_decode(floor) in aliases: + alias = safe_decode(floor) + + floor = safe_decode(floor) + + if alias: + alias_props = aliases.get(alias) + + # Aliases upon aliases, e.g. for something like "Upper Mezzanine" + # where it's an alias for "1" under the half_floors key + if safe_decode(floor) in alias_props.get('aliases', {}): + alias_prefix = '{}.{}.aliases'.format(alias_prefix, alias) + alias = safe_decode(floor) + + if alias: + return cls.numeric_phrase('{}.{}'.format(alias_prefix, alias), floor, language, + dictionaries=['level_types_basement', + 'level_types_mezzanine', + 'level_types_numbered', + 'level_types_standalone', + 'level_types_sub_basement'], + country=country) + + return cls.numeric_phrase('levels.alphanumeric', floor, language, + dictionaries=['level_types_numbered'], country=country) \ No newline at end of file diff --git a/scripts/geodata/addresses/house_numbers.py b/scripts/geodata/addresses/house_numbers.py new file mode 100644 index 0000000..4650f0c --- /dev/null +++ b/scripts/geodata/addresses/house_numbers.py @@ -0,0 +1,26 @@ +import random + +from geodata.addresses.config import address_config +from geodata.addresses.numbering import NumberedComponent +from geodata.encoding import safe_decode + + +class HouseNumber(NumberedComponent): + @classmethod + def phrase(cls, number, language, country=None): + if number is not None: + prob_key = 'house_numbers.alphanumeric_phrase_probability' + key = 'house_numbers.alphanumeric' + dictionaries = ['house_numbers', 'number'] + default = safe_decode(number) + else: + prob_key = 'house_numbers.no_number_probability' + key = 'house_numbers.no_number' + dictionaries = ['no_number'] + default = None + + phrase_prob = address_config.get_property(prob_key, language, country=country, default=0.0) + if random.random() < phrase_prob: + return cls.numeric_phrase(key, safe_decode(number), language, + dictionaries=dictionaries, country=country) + return default diff --git a/scripts/geodata/addresses/metro_stations.py b/scripts/geodata/addresses/metro_stations.py new file mode 100644 index 0000000..c0d4c0a --- /dev/null +++ b/scripts/geodata/addresses/metro_stations.py @@ -0,0 +1,24 @@ +from geodata.addresses.config import address_config + +import random + +from geodata.addresses.config import address_config +from geodata.addresses.numbering import NumericPhrase +from geodata.encoding import safe_decode + + +class MetroStationPhrase(NumericPhrase): + key = 'metro_stations.alphanumeric' + dictionaries = ['qualifiers'] + + +class MetroStation(object): + @classmethod + def phrase(cls, station, language, country=None): + if station is None: + return None + phrase_prob = address_config.get_property('metro_stations.alphanumeric_phrase_probability', language, country=country, default=0.0) + if random.random() < phrase_prob: + return MetroStationPhrase.phrase(station, language, country=country) + + return None diff --git a/scripts/geodata/addresses/numbering.py b/scripts/geodata/addresses/numbering.py new file mode 100644 index 0000000..ad96b40 --- /dev/null +++ b/scripts/geodata/addresses/numbering.py @@ -0,0 +1,434 @@ +# -*- coding: utf-8 -*- +import random +import six + +from geodata.addresses.config import address_config +from geodata.encoding import safe_decode +from geodata.math.sampling import weighted_choice, zipfian_distribution, cdf +from geodata.math.floats import isclose +from geodata.numbers.ordinals import ordinal_expressions +from geodata.numbers.spellout import numeric_expressions +from geodata.text.tokenize import tokenize, token_types + +alphabets = {} + + +def sample_alphabet(alphabet, b=1.5): + ''' + Sample an "alphabet" using a Zipfian distribution (frequent items are very + frequent, long tail of infrequent items). If we look at something like + unit numbers, "Unit A" or "Unit B" are much more likely than "Unit X" or + "Unit Z" simply because most dwellings only have a few units. Sampling + letters from a Zipfian distribution rather than uniformly means that instead + of every letter having the same likelihood (1/26), letters toward the beginning + of the alphabet are much more likely to be selected. Letters toward the end can + still be selected sometimes, but are not very likely. + + Note letters don't necessarily need to be sorted alphabetically, just in order + of frequency. + ''' + global alphabets + alphabet = tuple(alphabet) + if alphabet not in alphabets: + probs = zipfian_distribution(len(alphabet), b) + probs_cdf = cdf(probs) + + alphabets[alphabet] = probs_cdf + + probs_cdf = alphabets[alphabet] + return weighted_choice(alphabet, probs_cdf) + +latin_alphabet = [chr(i) for i in range(ord('A'), ord('Z') + 1)] + + +class Digits(object): + ASCII = 'ascii' + SPELLOUT = 'spellout' + UNICODE_FULL_WIDTH = 'unicode_full_width' + ROMAN_NUMERAL = 'roman_numeral' + + CARDINAL = 'cardinal' + ORDINAL = 'ordinal' + + unicode_full_width_map = { + '0': safe_decode('0'), + '1': safe_decode('1'), + '2': safe_decode('2'), + '3': safe_decode('3'), + '4': safe_decode('4'), + '5': safe_decode('5'), + '6': safe_decode('6'), + '7': safe_decode('7'), + '8': safe_decode('8'), + '9': safe_decode('9'), + } + + full_width_digit_map = { + v: k for k, v in six.iteritems(unicode_full_width_map) + } + + @classmethod + def rewrite_full_width(cls, s): + return six.u('').join([cls.unicode_full_width_map.get(c, c) for c in s]) + + @classmethod + def rewrite_standard_width(cls, s): + return six.u('').join([cls.full_width_digit_map.get(c, c) for c in s]) + + @classmethod + def rewrite_roman_numeral(cls, s): + roman_numeral = None + if s.isdigit(): + roman_numeral = numeric_expressions.roman_numeral(s) + + if roman_numeral: + return roman_numeral + else: + return s + + @classmethod + def rewrite_spellout(cls, s, lang, num_type, props): + if s.isdigit(): + num = int(s) + spellout = None + gender = props.get('gender') + category = props.get('category') + + if num_type == cls.CARDINAL: + spellout = numeric_expressions.spellout_cardinal(num, lang, gender=gender, category=category) + elif num_type == cls.ORDINAL: + spellout = numeric_expressions.spellout_ordinal(num, lang, gender=gender, category=category) + + if spellout: + return spellout.title() + return s + else: + return s + + @classmethod + def rewrite(cls, d, lang, props, num_type=CARDINAL): + if not props: + return d + + d = safe_decode(d) + + values = [] + probs = [] + + for digit_type in (cls.SPELLOUT, cls.UNICODE_FULL_WIDTH, cls.ROMAN_NUMERAL): + key = '{}_probability'.format(digit_type) + if key in props: + values.append(digit_type) + probs.append(props[key]) + + if not isclose(sum(probs), 1.0): + values.append(cls.ASCII) + probs.append(1.0 - sum(probs)) + + probs = cdf(probs) + digit_type = weighted_choice(values, probs) + + if digit_type == cls.ASCII: + return d + elif digit_type == cls.SPELLOUT: + return cls.rewrite_spellout(d, lang, num_type, props) + elif digit_type == cls.ROMAN_NUMERAL: + roman_numeral = cls.rewrite_roman_numeral(d) + if random.random() < props.get('ordinal_suffix_probability', 0.0): + ordinal_suffix = ordinal_expressions.get_suffix(d, lang, gender=props.get('gender', None)) + if ordinal_suffix: + roman_numeral = six.u('{}{}').format(roman_numeral, ordinal_suffix) + return roman_numeral + elif digit_type == cls.UNICODE_FULL_WIDTH: + return cls.rewrite_full_width(d) + else: + return d + + +class NumericPhrase(object): + key = None + + NUMERIC = 'numeric' + NUMERIC_AFFIX = 'numeric_affix' + + @classmethod + def pick_phrase_and_type(cls, number, language, country=None): + values, probs = address_config.alternative_probabilities(cls.key, language, dictionaries=cls.dictionaries, country=country) + if not values: + return None, safe_decode(number) if number is not None else None, None + + phrase, phrase_props = weighted_choice(values, probs) + + values = [] + probs = [] + + for num_type in (cls.NUMERIC, cls.NUMERIC_AFFIX): + key = '{}_probability'.format(num_type) + prob = phrase_props.get(key, None) + if prob is not None: + values.append(num_type) + probs.append(prob) + + if not probs: + num_type = cls.NUMERIC + else: + probs = cdf(probs) + num_type = weighted_choice(values, probs) + + return num_type, phrase, phrase_props[num_type] + + @classmethod + def combine_with_number(cls, number, phrase, num_type, props, whitespace_default=False): + + if num_type == cls.NUMERIC_AFFIX: + phrase = props['affix'] + if 'zero_pad' in props and number.isdigit(): + number = number.rjust(props['zero_pad'], props.get('zero_char', '0')) + + direction = props['direction'] + whitespace = props.get('whitespace', whitespace_default) + whitespace_probability = props.get('whitespace_probability') + if whitespace_probability is not None: + whitespace = random.random() < whitespace_probability + + if props.get('title_case', True): + # Title case unless the config specifies otherwise + phrase = phrase.title() + + if number is None: + return phrase + + whitespace_phrase = six.u(' ') if whitespace else six.u('') + # Phrase goes to the left of hte number + if direction == 'left': + return six.u('{}{}{}').format(phrase, whitespace_phrase, number) + # Phrase goes to the right of the number + elif direction == 'right': + return six.u('{}{}{}').format(number, whitespace_phrase, phrase) + # Need to specify a direction, otherwise return naked number + else: + return safe_decode(number) + + @classmethod + def phrase(cls, number, language, country=None): + num_type, phrase, props = cls.pick_phrase_and_type(number, language, country=country) + whitespace_default = num_type == cls.NUMERIC + return cls.combine_with_number(number, phrase, num_type, props, whitespace_default=whitespace_default) + + +class Number(NumericPhrase): + key = 'numbers' + dictionaries = ['number'] + + +class NumberedComponent(object): + NUMERIC = 'numeric' + ALPHA = 'alpha' + ALPHA_PLUS_NUMERIC = 'alpha_plus_numeric' + NUMERIC_PLUS_ALPHA = 'numeric_plus_alpha' + HYPHENATED_NUMBER = 'hyphenated_number' + ROMAN_NUMERAL = 'roman_numeral' + + @classmethod + def choose_alphanumeric_type(cls, key, language, country=None): + alphanumeric_props = address_config.get_property(key, language, country=country, default=None) + if alphanumeric_props is None: + return None, None + + values = [] + probs = [] + + for num_type in (cls.NUMERIC, cls.ALPHA, cls.ALPHA_PLUS_NUMERIC, cls.NUMERIC_PLUS_ALPHA, cls.HYPHENATED_NUMBER, cls.ROMAN_NUMERAL): + key = '{}_probability'.format(num_type) + prob = alphanumeric_props.get(key) + if prob is not None: + values.append(num_type) + probs.append(prob) + + if not values: + return None, None + + probs = cdf(probs) + num_type = weighted_choice(values, probs) + num_type_props = alphanumeric_props.get(num_type, {}) + + return num_type, num_type_props + + @classmethod + def numeric_phrase(cls, key, num, language, country=None, dictionaries=(), strict_numeric=False, is_alpha=False): + has_alpha = False + has_numeric = True + is_integer = False + is_none = False + if num is not None: + try: + num_int = int(num) + is_integer = True + except ValueError: + try: + num_float = float(num) + except ValueError: + tokens = tokenize(safe_decode(num)) + has_numeric = False + for t, c in tokens: + if c == token_types.NUMERIC: + has_numeric = True + if any((ch.isalpha() for ch in t)): + has_alpha = True + + if strict_numeric and has_alpha: + return safe_decode(num) + + else: + is_none = True + + values, probs = None, None + + if is_alpha: + values, probs = address_config.alternative_probabilities('{}.alpha'.format(key), language, dictionaries=dictionaries, country=country) + + # Pick a phrase given the probability distribution from the config + if values is None: + values, probs = address_config.alternative_probabilities(key, language, dictionaries=dictionaries, country=country) + + if not values: + return safe_decode(num) if not is_none else None + + phrase, phrase_props = weighted_choice(values, probs) + + values = [] + probs = [] + + # Dictionaries are lowercased, so title case here + if phrase_props.get('title_case', True): + phrase = phrase.title() + + ''' + There are a few ways we can express the number itself + + 1. Alias it as some standalone word like basement (for floor "-1") + 2. Use the number itself, so "Floor 2" + 3. Append/prepend an affix e.g. 2/F for second floor + 4. As an ordinal expression e.g. "2nd Floor" + ''' + have_standalone = False + have_null = False + for num_type in ('standalone', 'null', 'numeric', 'numeric_affix', 'ordinal'): + key = '{}_probability'.format(num_type) + prob = phrase_props.get(key) + if prob is not None: + if num_type == 'standalone': + have_standalone = True + elif num_type == 'null': + have_null = True + values.append(num_type) + probs.append(prob) + elif num_type in phrase_props: + values.append(num_type) + probs.append(1.0) + break + + if not probs or is_none: + return phrase + + # If we're using something like "Floor A" or "Unit 2L", remove ordinal/affix items + if has_alpha: + values, probs = zip(*[(v, p) for v, p in zip(values, probs) if v in ('numeric', 'null', 'standalone')]) + total = float(sum(probs)) + if isclose(total, 0.0): + return None + + probs = [p / total for p in probs] + + probs = cdf(probs) + + if len(values) < 2: + if have_standalone: + num_type = 'standalone' + elif have_null: + num_type = 'null' + else: + num_type = 'numeric' + else: + num_type = weighted_choice(values, probs) + + if num_type == 'standalone': + return phrase + elif num_type == 'null': + return safe_decode(num) + + props = phrase_props[num_type] + + if is_integer: + num_int = int(num) + if phrase_props.get('number_abs_value', False): + num_int = abs(num_int) + num = num_int + + if 'number_min_abs_value' in phrase_props and num_int < phrase_props['number_min_abs_value']: + return None + + if 'number_max_abs_value' in phrase_props and num_int > phrase_props['number_max_abs_value']: + return None + + if phrase_props.get('number_subtract_abs_value'): + num_int -= phrase_props['number_subtract_abs_value'] + num = num_int + + num = safe_decode(num) + digits_props = props.get('digits') + if digits_props: + # Inherit the gender and category e.g. for ordinals + for k in ('gender', 'category'): + if k in props: + digits_props[k] = props[k] + num = Digits.rewrite(num, language, digits_props, num_type=Digits.CARDINAL if num_type != 'ordinal' else Digits.ORDINAL) + + # Do we add the numeric phrase e.g. Floor No 1 + add_number_phrase = props.get('add_number_phrase', False) + if add_number_phrase and random.random() < props['add_number_phrase_probability']: + num = Number.phrase(num, language, country=country) + + whitespace_default = True + + if num_type == 'numeric_affix': + phrase = props['affix'] + if props.get('upper_case', True): + phrase = phrase.upper() + if 'zero_pad' in props and num.isdigit(): + num = num.rjust(props['zero_pad'], props.get('zero_char', '0')) + whitespace_default = False + elif num_type == 'ordinal' and safe_decode(num).isdigit(): + ordinal_expression = ordinal_expressions.suffixed_number(num, language, gender=props.get('gender', None)) + + if ordinal_expression is not None: + num = ordinal_expression + + if 'null_phrase_probability' in props and (num_type == 'ordinal' or (has_alpha and (has_numeric or 'null_phrase_alpha_only' in props))): + if random.random() < props['null_phrase_probability']: + return num + + direction = props['direction'] + whitespace = props.get('whitespace', whitespace_default) + + whitespace_probability = props.get('whitespace_probability') + if whitespace_probability is not None: + whitespace = random.random() < whitespace_probability + + # Occasionally switch up if direction_probability is specified + if random.random() > props.get('direction_probability', 1.0): + if direction == 'left': + direction = 'right' + elif direction == 'right': + direction = 'left' + + whitespace_phrase = six.u(' ') if whitespace else six.u('') + # Phrase goes to the left of hte number + if direction == 'left': + return six.u('{}{}{}').format(phrase, whitespace_phrase, num) + # Phrase goes to the right of the number + elif direction == 'right': + return six.u('{}{}{}').format(num, whitespace_phrase, phrase) + # Need to specify a direction, otherwise return naked number + else: + return safe_decode(num) diff --git a/scripts/geodata/addresses/po_boxes.py b/scripts/geodata/addresses/po_boxes.py new file mode 100644 index 0000000..f74db12 --- /dev/null +++ b/scripts/geodata/addresses/po_boxes.py @@ -0,0 +1,76 @@ +import random +import six + +from geodata.addresses.config import address_config +from geodata.addresses.numbering import NumberedComponent, Digits, sample_alphabet, latin_alphabet +from geodata.encoding import safe_decode +from geodata.math.sampling import cdf, weighted_choice + + +class POBox(NumberedComponent): + @classmethod + def random_digits(cls, num_digits): + # Note: PO Boxes can have leading zeros but not important for the parser + # since it only cares about how many digits there are in a number + low = 10 ** (num_digits - 1) + high = (10 ** num_digits) - 1 + + return random.randint(low, high) + + @classmethod + def random_digits_with_prefix(cls, num_digits, prefix=six.u('')): + return six.u('').join([prefix, safe_decode(cls.random_digits(num_digits))]) + + @classmethod + def random_digits_with_suffix(cls, num_digits, suffix=six.u('')): + return six.u('').join([safe_decode(cls.random_digits(num_digits)), suffix]) + + @classmethod + def random_letter(cls, language, country=None): + alphabet = address_config.get_property('alphabet', language, country=country, default=latin_alphabet) + return sample_alphabet(alphabet) + + @classmethod + def random(cls, language, country=None): + num_type, num_type_props = cls.choose_alphanumeric_type('po_boxes.alphanumeric', language, country=country) + if num_type is None: + return None + + if num_type != cls.ALPHA: + digit_config = address_config.get_property('po_boxes.digits', language, country=country, default=[]) + values = [] + probs = [] + + for val in digit_config: + values.append(val['length']) + probs.append(val['probability']) + + probs = cdf(probs) + + num_digits = weighted_choice(values, probs) + + digits = cls.random_digits(num_digits) + number = Digits.rewrite(digits, language, num_type_props) + + + if num_type == cls.NUMERIC: + return safe_decode(number) + else: + letter = cls.random_letter(language, country=country) + + whitespace_probability = float(num_type_props.get('whitespace_probability', 0.0)) + whitespace_phrase = six.u(' ') if whitespace_probability and random.random() < whitespace_probability else six.u('') + + if num_type == cls.ALPHA_PLUS_NUMERIC: + return six.u('{}{}{}').format(letter, whitespace_phrase, number) + elif num_type == cls.NUMERIC_PLUS_ALPHA: + return six.u('{}{}{}').format(number, whitespace_phrase, letter) + else: + return cls.random_letter(language, country=country) + + @classmethod + def phrase(cls, box_number, language, country=None): + if box_number is None: + return None + return cls.numeric_phrase('po_boxes.alphanumeric', safe_decode(box_number), language, + dictionaries=['post_office'], country=country) diff --git a/scripts/geodata/addresses/postcodes.py b/scripts/geodata/addresses/postcodes.py new file mode 100644 index 0000000..f85f704 --- /dev/null +++ b/scripts/geodata/addresses/postcodes.py @@ -0,0 +1,11 @@ +from geodata.addresses.numbering import NumberedComponent +from geodata.encoding import safe_decode + + +class PostCode(NumberedComponent): + @classmethod + def phrase(cls, postcode, language, country=None): + if postcode is None: + return None + return cls.numeric_phrase('postcodes.alphanumeric', postcode, language, + dictionaries=['postcodes'], country=country) diff --git a/scripts/geodata/addresses/staircases.py b/scripts/geodata/addresses/staircases.py new file mode 100644 index 0000000..03e02c1 --- /dev/null +++ b/scripts/geodata/addresses/staircases.py @@ -0,0 +1,66 @@ +import random +import six + +from geodata.addresses.config import address_config +from geodata.addresses.numbering import NumberedComponent +from geodata.encoding import safe_decode + +from geodata.configs.utils import nested_get +from geodata.addresses.directions import RelativeDirection +from geodata.addresses.floors import Floor +from geodata.addresses.numbering import NumberedComponent, Digits, sample_alphabet, latin_alphabet +from geodata.encoding import safe_decode +from geodata.math.sampling import weighted_choice, zipfian_distribution, cdf + + +class Staircase(NumberedComponent): + max_staircases = 10 + + staircase_range = range(1, max_staircases + 1) + staircase_range_probs = zipfian_distribution(len(staircase_range), 2.0) + staircase_range_cdf = cdf(staircase_range_probs) + + @classmethod + def random(cls, language, country=None): + num_type, num_type_props = cls.choose_alphanumeric_type('staircases.alphanumeric', language, country=country) + if num_type is None: + return None + + if num_type == cls.NUMERIC: + number = weighted_choice(cls.staircase_range, cls.staircase_range_cdf) + return safe_decode(number) + elif num_type == cls.HYPHENATED_NUMBER: + number = weighted_choice(cls.staircase_range, cls.staircase_range_cdf) + number2 = number + weighted_choice(cls.staircase_range, cls.staircase_range_cdf) + return u'{}-{}'.format(number, number2) + else: + alphabet = address_config.get_property('alphabet', language, country=country, default=latin_alphabet) + alphabet_probability = address_config.get_property('alphabet_probability', language, country=country, default=None) + if alphabet_probability is not None and random.random() >= alphabet_probability: + alphabet = latin_alphabet + letter = sample_alphabet(alphabet, 2.0) + if num_type == cls.ALPHA: + return safe_decode(letter) + else: + number = weighted_choice(cls.staircase_range, cls.staircase_range_cdf) + + whitespace_probability = float(num_type_props.get('whitespace_probability', 0.0)) + hyphen_probability = float(num_type_props.get('hyphen_probability', 0.0)) + whitespace_phrase = u'' + r = random.random() + if r < whitespace_probability: + whitespace_phrase = u' ' + elif r < (whitespace_probability + hyphen_probability): + whitespace_phrase = u'-' + + if num_type == cls.ALPHA_PLUS_NUMERIC: + return six.u('{}{}{}').format(letter, whitespace_phrase, number) + elif num_type == cls.NUMERIC_PLUS_ALPHA: + return six.u('{}{}{}').format(number, whitespace_phrase, letter) + + @classmethod + def phrase(cls, staircase, language, country=None): + if staircase is None: + return None + return cls.numeric_phrase('staircases.alphanumeric', staircase, language, + dictionaries=['staircases'], country=country) diff --git a/scripts/geodata/addresses/units.py b/scripts/geodata/addresses/units.py new file mode 100644 index 0000000..323b5d4 --- /dev/null +++ b/scripts/geodata/addresses/units.py @@ -0,0 +1,285 @@ +import itertools +import random +import six + +from geodata.addresses.config import address_config +from geodata.addresses.directions import RelativeDirection, LateralDirection, AnteroposteriorDirection +from geodata.addresses.floors import Floor +from geodata.addresses.numbering import NumberedComponent, sample_alphabet, latin_alphabet +from geodata.configs.utils import nested_get +from geodata.encoding import safe_decode +from geodata.math.sampling import weighted_choice, zipfian_distribution, cdf +from geodata.text.utils import is_numeric_strict + + +class Unit(NumberedComponent): + # When we don't know the number of units, use a Zipfian distribution + # to choose randomly between 1 and max_units with 1 being much more + # likely than 2, etc. + max_units = 99 + max_basements = 2 + + hundreds_numbered_units_tens = [range(101, 110) + [100], + range(201, 210) + [200], + range(301, 310) + [300], + range(401, 410) + [400], + range(501, 510) + [500], + ] + + hundreds_numbered_units = [range(110, 200), + range(210, 300), + range(310, 400), + range(410, 500), + range(510, 600), + ] + + thousands_numbered_units = [range(1001, 1030) + [1000], + range(2001, 2030) + [2000], + range(3001, 3030) + [3000], + range(4001, 4030) + [4000], + range(5001, 5030) + [5000] + ] + + numbered_units = range(1, 10) + numbered_units.extend(itertools.chain(*itertools.izip(*hundreds_numbered_units_tens))) + numbered_units.extend(range(10, 100)) + numbered_units.extend(itertools.chain(*itertools.izip(*hundreds_numbered_units))) + numbered_units.extend(itertools.chain(*itertools.izip(*thousands_numbered_units))) + numbered_units.extend(range(10001, 10100) + [10000]) + numbered_units.append(0) + numbered_units.extend(range(0, -max_basements - 1, -1)) + + unit_probs = zipfian_distribution(len(numbered_units), 0.7) + unit_probs_cdf = cdf(unit_probs) + + num_digits = [2, 3, 4] + num_digits_probs = zipfian_distribution(len(num_digits), 4.0) + num_digits_cdf = cdf(num_digits_probs) + + # For use with floors e.g. #301 more common than #389 + positive_units_floors = range(1, 10) + [0] + range(10, max_units + 1) + positive_units_floors_probs = zipfian_distribution(len(positive_units_floors), 0.6) + positive_units_floors_cdf = cdf(positive_units_floors_probs) + + # For basic positive units + positive_units = range(1, max_units + 1) + positive_units_probs = zipfian_distribution(len(positive_units), 0.6) + positive_units_cdf = cdf(positive_units_probs) + + # For use with letters e.g. A0 less common + positive_units_letters = range(1, max_units + 1) + [0] + positive_units_letters_probs = zipfian_distribution(len(positive_units_letters), 0.6) + positive_units_letters_cdf = cdf(positive_units_letters_probs) + + RESIDENTIAL = 'residential' + COMMERCIAL = 'commercial' + INDUSTRIAL = 'industrial' + UNIVERSITY = 'university' + + @classmethod + def sample_num_digits(cls): + return weighted_choice(cls.num_digits, cls.num_digits_cdf) + + @classmethod + def for_floor(cls, floor_number, num_digits=None): + num_digits = num_digits if num_digits is not None else cls.sample_num_digits() + unit = weighted_choice(cls.positive_units_floors, cls.positive_units_floors_cdf) + return six.u('{}{}').format(floor_number, safe_decode(unit).zfill(num_digits)) + + @classmethod + def random(cls, language, country=None, num_floors=None, num_basements=None, floor=None): + num_type, num_type_props = cls.choose_alphanumeric_type('units.alphanumeric', language, country=country) + if num_type is None: + return None + + use_floor_prob = address_config.get_property('units.alphanumeric.use_floor_probability', language, country=country, default=0.0) + + use_positive_numbers_prob = address_config.get_property('units.alphanumeric.use_positive_numbers_probability', language, country=country, default=0.0) + + if (num_floors is None and floor is None) or random.random() >= use_floor_prob: + if random.random() >= use_positive_numbers_prob: + number = weighted_choice(cls.numbered_units, cls.unit_probs_cdf) + else: + number = weighted_choice(cls.positive_units, cls.positive_units_cdf) + else: + if floor is None or not floor.isdigit(): + floor = Floor.random_int(language, country=country, num_floors=num_floors, num_basements=num_basements) + + floor_numbering_starts_at = address_config.get_property('levels.numbering_starts_at', language, country=country, default=0) + ground_floor_starts_at = address_config.get_property('units.alphanumeric.use_floor_ground_starts_at', language, country=country, default=None) + + if ground_floor_starts_at is not None: + try: + floor = int(floor) + if floor >= floor_numbering_starts_at: + floor -= floor_numbering_starts_at + floor += ground_floor_starts_at + floor = safe_decode(floor) + except (TypeError, ValueError): + pass + + use_floor_affix_prob = address_config.get_property('units.alphanumeric.use_floor_numeric_affix_probability', language, country=country, default=0.0) + if use_floor_affix_prob and random.random() < use_floor_affix_prob: + floor_phrase = Floor.phrase(floor, language, country=country) + # Only works if the floor phrase is strictly numeric e.g. "1" or "H1" + if is_numeric_strict(floor_phrase): + unit = weighted_choice(cls.positive_units, cls.positive_units_cdf) + + unit_num_digits = address_config.get_property('units.alphanumeric.use_floor_unit_num_digits', language, country=country, default=None) + if unit_num_digits is not None: + unit = safe_decode(unit).zfill(unit_num_digits) + + return six.u('{}{}').format(floor_phrase, unit) + + floor_num_digits = address_config.get_property('units.alphanumeric.use_floor_floor_num_digits', language, country=country, default=None) + if floor_num_digits is not None and floor.isdigit(): + floor = floor.zfill(floor_num_digits) + + number = cls.for_floor(floor) + + if num_type == cls.NUMERIC: + return safe_decode(number) + elif num_type == cls.HYPHENATED_NUMBER: + number2 = weighted_choice(cls.positive_units, cls.positive_units_cdf) + range_prob = float(address_config.get_property('units.alphanumeric.hyphenated_number.range_probability', language, country=country, default=0.5)) + direction = address_config.get_property('units.alphanumeric.hyphenated_number.direction', language, country=country, default='right') + direction_prob = float(address_config.get_property('units.alphanumeric.hyphenated_number.direction_probability', language, country=country, default=0.0)) + + if random.random() < direction_prob: + direction = 'left' if direction == 'right' else 'right' + + direction_right = direction == 'right' + + if random.random() < range_prob: + if direction_right: + number2 += number + else: + number2 = max(0, number - number2) + if direction == 'right': + return u'{}-{}'.format(number, number2) + else: + return u'{}-{}'.format(number2, number) + else: + alphabet = address_config.get_property('alphabet', language, country=country, default=latin_alphabet) + alphabet_probability = address_config.get_property('alphabet_probability', language, country=country, default=None) + if alphabet_probability is not None and random.random() >= alphabet_probability: + alphabet = latin_alphabet + letter = sample_alphabet(alphabet) + if num_type == cls.ALPHA: + return safe_decode(letter) + else: + if num_floors is None: + number = weighted_choice(cls.positive_units_letters, cls.positive_units_letters_cdf) + + whitespace_probability = float(num_type_props.get('whitespace_probability', 0.0)) + hyphen_probability = float(num_type_props.get('hyphen_probability', 0.0)) + whitespace_phrase = u'' + r = random.random() + if r < whitespace_probability: + whitespace_phrase = u' ' + elif r < (whitespace_probability + hyphen_probability): + whitespace_phrase = u'-' + + if num_type == cls.ALPHA_PLUS_NUMERIC: + return six.u('{}{}{}').format(letter, whitespace_phrase, number) + elif num_type == cls.NUMERIC_PLUS_ALPHA: + return six.u('{}{}{}').format(number, whitespace_phrase, letter) + + @classmethod + def add_direction(cls, key, unit, language, country=None): + add_direction_probability = address_config.get_property('{}.add_direction_probability'.format(key), + language, country=country, default=0.0) + if not random.random() < add_direction_probability: + return unit + add_direction_numeric = address_config.get_property('{}.add_direction_numeric'.format(key), + language, country=country) + try: + unit = int(unit) + integer_unit = True + except (ValueError, TypeError): + integer_unit = False + + if add_direction_numeric and integer_unit: + return RelativeDirection.phrase(unit, language, country=country) + elif not integer_unit: + add_direction_standalone = address_config.get_property('{}.add_direction_standalone'.format(key), + language, country=country) + if add_direction_standalone: + return RelativeDirection.phrase(None, language, country=country) + + @classmethod + def add_quadrant(cls, key, unit, language, country=None): + add_quadrant_probability = address_config.get_property('{}.add_quadrant_probability'.format(key), + language, country=country, default=0.0) + if not random.random() < add_quadrant_probability: + return unit + add_quadrant_numeric = address_config.get_property('{}.add_quadrant_numeric'.format(key), + language, country=country) + try: + unit = int(unit) + integer_unit = True + except (ValueError, TypeError): + integer_unit = False + + first_direction = address_config.get_property('{}.add_quadrant_first_direction'.format(key), + language, country=country) + + if first_direction == 'lateral': + ordering = (LateralDirection, AnteroposteriorDirection) + elif first_direction == 'anteroposterior': + ordering = (AnteroposteriorDirection, LateralDirection) + else: + return unit + + if not integer_unit: + add_quadrant_standalone = address_config.get_property('{}.add_quadrant_standalone'.format(key), + language, country=country) + if add_quadrant_standalone: + unit = None + else: + return None + + last_num_type = None + for i, c in enumerate(ordering): + num_type, phrase, props = c.pick_phrase_and_type(unit, language, country=country) + whitespace_default = num_type == c.NUMERIC or last_num_type == c.NUMERIC + unit = c.combine_with_number(unit, phrase, num_type, props, whitespace_default=whitespace_default) + last_num_type = num_type + + return unit + + @classmethod + def phrase(cls, unit, language, country=None, zone=None): + if unit is not None: + key = 'units.alphanumeric' if zone is None else 'units.zones.{}'.format(zone) + + if not address_config.get_property(key, language, country=country): + return None + + is_alpha = safe_decode(unit).isalpha() + + direction_unit = None + add_direction = address_config.get_property('{}.add_direction'.format(key), language, country=country) + if add_direction: + direction_unit = cls.add_direction(key, unit, language, country=country) + + if direction_unit and direction_unit != unit: + unit = direction_unit + is_alpha = False + else: + add_quadrant = address_config.get_property('{}.add_quadrant'.format(key), language, country=country) + if add_quadrant: + unit = cls.add_quadrant(key, unit, language, country=country) + is_alpha = False + + return cls.numeric_phrase(key, safe_decode(unit), language, + dictionaries=['unit_types_numbered'], country=country, is_alpha=is_alpha) + else: + key = 'units.standalone' + values, probs = address_config.alternative_probabilities(key, language, + dictionaries=['unit_types_standalone'], + country=country) + if values is None: + return None + phrase, phrase_props = weighted_choice(values, probs) + return phrase.title() diff --git a/scripts/geodata/boundaries/__init__.py b/scripts/geodata/boundaries/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/boundaries/names.py b/scripts/geodata/boundaries/names.py new file mode 100644 index 0000000..402566b --- /dev/null +++ b/scripts/geodata/boundaries/names.py @@ -0,0 +1,167 @@ +import os +import random +import re +import six +import yaml + +from collections import defaultdict + +from geodata.configs.utils import nested_get, DoesNotExist, alternative_probabilities +from geodata.encoding import safe_decode +from geodata.math.floats import isclose +from geodata.math.sampling import cdf, weighted_choice + +from geodata.encoding import safe_encode + +this_dir = os.path.realpath(os.path.dirname(__file__)) + +BOUNDARY_NAMES_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'boundaries', 'names') + +BOUNDARY_NAMES_CONFIG = os.path.join(BOUNDARY_NAMES_DIR, 'global.yaml') + + +class BoundaryNames(object): + DEFAULT_NAME_KEY = 'name' + + def __init__(self, config_file=BOUNDARY_NAMES_CONFIG): + config = yaml.load(open(config_file)) + + default_names = nested_get(config, ('names', 'keys')) + name_keys, probs = alternative_probabilities(default_names) + + self.name_keys = name_keys + self.name_key_probs = cdf(probs) + + self.component_name_keys = {} + + for component, component_config in six.iteritems(nested_get(config, ('names', 'components'), default={})): + component_names = component_config.get('keys') + component_name_keys, component_probs = alternative_probabilities(component_names) + self.component_name_keys[component] = (component_name_keys, cdf(component_probs)) + + self.country_regex_replacements = defaultdict(list) + for props in nested_get(config, ('names', 'regex_replacements',), default=[]): + country = props.get('country') + re_flags = re.I | re.UNICODE + if not props.get('case_insensitive', True): + re.flags ^= re.I + + pattern = re.compile(props['pattern'], re_flags) + replace_group = props['replace_with_group'] + replace_probability = props['replace_probability'] + self.country_regex_replacements[country].append((pattern, replace_group, replace_probability)) + + self.country_regex_replacements = dict(self.country_regex_replacements) + + self.prefixes = {} + self.prefix_regexes = {} + self.suffixes = {} + self.suffix_regexes = {} + + for language, components in six.iteritems(nested_get(config, ('names', 'prefixes', 'language'), default={}) ): + for component, affixes in six.iteritems(components): + affix_values, probs = alternative_probabilities(affixes) + + for val in affix_values: + if 'prefix' not in val: + raise AssertionError(six.u('Invalid prefix value for (language={}, component={}): {} ').format(language, component, val)) + + prefix_regex = six.u('|').join([six.u('(?:{} )').format(self._string_as_regex(v['prefix'])) if v.get('whitespace') else self._string_as_regex(v['prefix']) for v in affix_values]) + self.prefix_regexes[(language, component)] = re.compile(six.u('^{}').format(prefix_regex), re.I | re.U) + + if not isclose(sum(probs), 1.0): + affix_values.append(None) + probs.append(1.0 - sum(probs)) + affix_probs_cdf = cdf(probs) + self.prefixes[(language, component)] = affix_values, affix_probs_cdf + + for language, components in six.iteritems(nested_get(config, ('names', 'suffixes', 'language'), default={}) ): + for component, affixes in six.iteritems(components): + affix_values, probs = alternative_probabilities(affixes) + + for val in affix_values: + if 'suffix' not in val: + raise AssertionError(six.u('Invalid suffix value for (language={}, component={}): {} ').format(language, component, val)) + + suffix_regex = six.u('|').join([six.u('(?: {})').format(self._string_as_regex(v['suffix'])) if v.get('whitespace') else self._string_as_regex(v['suffix']) for v in affix_values]) + self.suffix_regexes[(language, component)] = re.compile(six.u('{}$').format(suffix_regex), re.I | re.U) + + if not isclose(sum(probs), 1.0): + affix_values.append(None) + probs.append(1.0 - sum(probs)) + affix_probs_cdf = cdf(probs) + self.suffixes[(language, component)] = affix_values, affix_probs_cdf + + self.exceptions = {} + + for props in nested_get(config, ('names', 'exceptions'), default=[]): + object_type = props['type'] + object_id = safe_encode(props['id']) + keys = [props['default']] + probs = [props['probability']] + for alt in props.get('alternatives', []): + keys.append(alt['alternative']) + probs.append(alt['probability']) + + probs = cdf(probs) + self.exceptions[(object_type, object_id)] = (keys, probs) + + def _string_as_regex(self, s): + return safe_decode(s).replace(six.u('.'), six.u('\\.')) + + def valid_name(self, object_type, object_id, name): + exceptions, probs = self.exceptions.get((object_type, object_id), ((), ())) + return not exceptions or name in exceptions + + def name_key_dist(self, props, component): + object_type = props.get('type') + object_id = safe_encode(props.get('id', '')) + + if (object_type, object_id) in self.exceptions: + values, probs = self.exceptions[(object_type, object_id)] + return values, probs + + name_keys, probs = self.component_name_keys.get(component, (self.name_keys, self.name_key_probs)) + return name_keys, probs + + def name_key(self, props, component): + name_keys, probs = self.name_key_dist(props, component) + return weighted_choice(name_keys, probs) + + def name(self, country, language, component, name): + all_replacements = self.country_regex_replacements.get(country, []) + self.country_regex_replacements.get(None, []) + + prefixes, prefix_probs = self.prefixes.get((language, component), (None, None)) + suffixes, suffix_probs = self.suffixes.get((language, component), (None, None)) + + if not all_replacements and not prefixes and not suffixes: + return name + + for regex, group, prob in all_replacements: + match = regex.match(name) + if match and random.random() < prob: + name = match.group(group) + + for affixes, affix_probs, regexes, key, direction in ((prefixes, prefix_probs, self.prefix_regexes, 'prefix', 0), + (suffixes, suffix_probs, self.suffix_regexes, 'suffix', 1)): + if affixes is not None: + regex = regexes[language, component] + if regex.match(name): + continue + + affix = weighted_choice(affixes, affix_probs) + + if affix is not None: + whitespace = affix.get('whitespace', True) + space_val = six.u(' ') if whitespace else six.u('') + affix = affix[key] + if direction == 0: + return six.u('{}{}{}').format(affix, space_val, safe_decode(name)) + else: + return six.u('{}{}{}').format(safe_decode(name), space_val, affix) + + return name + + +boundary_names = BoundaryNames() diff --git a/scripts/geodata/categories/__init__.py b/scripts/geodata/categories/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/categories/config.py b/scripts/geodata/categories/config.py new file mode 100644 index 0000000..541e6c9 --- /dev/null +++ b/scripts/geodata/categories/config.py @@ -0,0 +1,72 @@ +import csv +import os +import six +import random +import sys + +from collections import defaultdict + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(this_dir, os.pardir, os.pardir))) + +from geodata.encoding import safe_decode + +CATEGORIES_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'categories') + + +class CategoryConfig(object): + def __init__(self, base_dir=CATEGORIES_DIR): + self.language_categories_singular = {} + self.language_categories_plural = {} + + self.language_property_names = defaultdict(set) + + if not os.path.exists(base_dir): + raise RuntimeError('{} does not exist'.format(base_dir)) + + for filename in os.listdir(base_dir): + if not filename.endswith('.tsv'): + continue + + lang = filename.rsplit('.tsv')[0] + base_lang = lang.split('_')[0] + + singular_rules = self.language_categories_singular.get(base_lang, defaultdict(list)) + plural_rules = self.language_categories_plural.get(base_lang, defaultdict(list)) + + reader = csv.reader(open(os.path.join(CATEGORIES_DIR, filename)), delimiter='\t') + reader.next() # headers + + for key, value, is_plural, phrase in reader: + self.language_property_names[lang].add(key) + is_plural = bool(int(is_plural)) + if is_plural: + plural_rules[(key, value)].append(phrase) + else: + singular_rules[(key, value)].append(phrase) + + self.language_categories_singular[base_lang] = singular_rules + self.language_categories_plural[base_lang] = plural_rules + + self.language_categories_singular = {key: dict(value) for key, value + in six.iteritems(self.language_categories_singular)} + + self.language_categories_plural = {key: dict(value) for key, value + in six.iteritems(self.language_categories_plural)} + + def has_keys(self, language, keys): + prop_names = self.language_property_names.get(language, set()) + return [k for k in keys if k in prop_names] + + def get_phrase(self, language, key, value, is_plural=False): + config = self.language_categories_singular if not is_plural else self.language_categories_plural + if language not in config: + return None + language_config = config[language] + choices = language_config.get((key, value)) + if not choices: + return None + return random.choice(choices) + +category_config = CategoryConfig() diff --git a/scripts/geodata/categories/preposition.py b/scripts/geodata/categories/preposition.py new file mode 100644 index 0000000..37d2b47 --- /dev/null +++ b/scripts/geodata/categories/preposition.py @@ -0,0 +1,31 @@ +from geodata.addresses.config import address_config +from geodata.categories.config import category_config +from geodata.math.sampling import weighted_choice, cdf + + +class CategoryPreposition(object): + NEAR = 'near' + NEARBY = 'nearby' + NEAR_ME = 'near_me' + IN = 'in' + NULL = 'null' + + @classmethod + def random(cls, language, country=None): + category_props = address_config.get_property('categories', language, country=country) + if category_props is None: + return None + + values = [] + probs = [] + + for prep_phrase_type in (cls.NEAR, cls.NEARBY, cls.NEAR_ME, cls.IN, cls.NULL): + k = '{}_probability'.format(prep_phrase_type) + prob = category_props.get(k, None) + if prob is not None: + values.append(prep_phrase_type) + probs.append(prob) + + probs = cdf(probs) + + return weighted_choice(values, probs) diff --git a/scripts/geodata/categories/query.py b/scripts/geodata/categories/query.py new file mode 100644 index 0000000..758bde0 --- /dev/null +++ b/scripts/geodata/categories/query.py @@ -0,0 +1,38 @@ +from collections import namedtuple + +from geodata.addresses.config import address_config +from geodata.categories.config import category_config +from geodata.categories.preposition import CategoryPreposition +from geodata.encoding import safe_decode +from geodata.math.sampling import weighted_choice + +CategoryQuery = namedtuple('CategoryQuery', 'category, prep, add_place_name, add_address') + +NULL_CATEGORY_QUERY = CategoryQuery(None, None, False, False) + + +class Category(object): + @classmethod + def phrase(cls, language, key, value, is_plural=False, country=None): + category_phrase = category_config.get_phrase(language, key, value, is_plural=is_plural) + if not category_phrase: + return NULL_CATEGORY_QUERY + + category_phrase = safe_decode(category_phrase) + + prep_phrase_type = CategoryPreposition.random(language, country=country) + + if prep_phrase_type in (None, CategoryPreposition.NULL): + return CategoryQuery(category_phrase, prep=None, add_place_name=True, add_address=True) + + values, probs = address_config.alternative_probabilities('categories.{}'.format(prep_phrase_type), language, country=country) + if not values: + return CategoryQuery(category_phrase, prep=None, add_place_name=True, add_address=True) + + prep_phrase, prep_phrase_props = weighted_choice(values, probs) + prep_phrase = safe_decode(prep_phrase) + + add_address = prep_phrase_type not in (CategoryPreposition.NEARBY, CategoryPreposition.NEAR_ME, CategoryPreposition.IN) + add_place_name = prep_phrase_type not in (CategoryPreposition.NEARBY, CategoryPreposition.NEAR_ME) + + return CategoryQuery(category_phrase, prep=prep_phrase, add_place_name=add_place_name, add_address=add_address) diff --git a/scripts/geodata/categories/scrape_nominatim_special_phrases.py b/scripts/geodata/categories/scrape_nominatim_special_phrases.py new file mode 100644 index 0000000..a9cb55d --- /dev/null +++ b/scripts/geodata/categories/scrape_nominatim_special_phrases.py @@ -0,0 +1,125 @@ +''' +scrape_nominatim_special_phrases.py +----------------------------------- + +Simple script to scrape https://wiki.openstreetmap.org/wiki/Nominatim/Special_Phrases +for category-related phrases sometimes found in geocoder input. + +Populates a per-language CSV with (phrase, OSM key, OSM value, plural): + +OSM keys/values are like: + +amenity=restaurant +tourism=museum +shop=books + +Using these phrases, it is possible to construct queries like "restaurants in Brooklyn" +''' + +import csv +import os +import re +import requests +import six +import sys +import time + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(this_dir, os.pardir, os.pardir))) + +from geodata.encoding import safe_decode, safe_encode + +DEFAULT_CATEGORIES_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'categories') + + +# Use Special:Export to get wiki markup +WIKI_BASE_URL = 'https://wiki.openstreetmap.org/wiki/Special:Export/' +NOMINATIM_SPECIAL_PHRASES_PREFIX = 'Nominatim/Special Phrases' +NOMINATIM_SPECIAL_PHRASES_URL = WIKI_BASE_URL + NOMINATIM_SPECIAL_PHRASES_PREFIX.replace(' ', '_') + +phrase_table_re = re.compile('\| ([^|]+) \|\| ([^|]+) \|\| ([^|]+) \|\| ([^|]+) \|\| ([\-YN])', re.I) +wiki_link_re = re.compile('(?:\[\[([^\|\]]+(?<=\S))[\s]*(?:\|[\s]*)?(?:([^\]]+))?\]\])') + +IGNORE_LANGUAGES = { + # Interlingua + 'ia' +} + + +IGNORE_PLURAL_LANGUAGES = { + # For Japanese, seems to just put an s on the end, which doesn't seem right + # Need input from a native speaker on that one + 'ja', +} + +# Wait this many seconds between page fetches +POLITENESS_DELAY = 5.0 + + +def scrape_nominatim_category_page(url, ignore_plurals=False): + result = requests.get(url) + + if not result or not result.content: + return + + for phrase, key, value, operator, plural in phrase_table_re.findall(result.content): + if operator and operator != '-': + continue + + is_plural = plural == 'Y' + if is_plural and ignore_plurals: + continue + + yield safe_decode(phrase).lower(), key, value, is_plural + + +def scrape_all_nominatim_category_pages(url=NOMINATIM_SPECIAL_PHRASES_URL): + print('Fetching main page') + result = requests.get(url) + languages = {} + if not result or not result.content: + return languages + + time.sleep(POLITENESS_DELAY) + + for entity, anchor_text in wiki_link_re.findall(result.content): + if not entity.startswith(NOMINATIM_SPECIAL_PHRASES_PREFIX): + continue + + lang = entity.rstrip('/').rsplit('/')[-1].lower() + if lang in IGNORE_LANGUAGES: + continue + + link = WIKI_BASE_URL + entity.replace(' ', '_') + + ignore_plurals = lang in IGNORE_PLURAL_LANGUAGES + + print('Doing {}'.format(lang)) + phrases = list(scrape_nominatim_category_page(link, ignore_plurals=ignore_plurals)) + time.sleep(POLITENESS_DELAY) + + if not phrases: + continue + + languages[lang] = phrases + + return languages + + +def main(url=NOMINATIM_SPECIAL_PHRASES_URL, output_dir=DEFAULT_CATEGORIES_DIR): + languages = scrape_all_nominatim_category_pages(url=url) + for lang, phrases in six.iteritems(languages): + filename = os.path.join(output_dir, '{}.tsv'.format(lang.lower())) + with open(filename, 'w') as f: + writer = csv.writer(f, delimiter='\t') + writer.writerow(('key', 'value', 'is_plural', 'phrase')) + + for phrase, key, value, is_plural in phrases: + writer.writerow((safe_encode(key), safe_encode(value), + str(int(is_plural)), safe_encode(phrase))) + + print('Done') + +if __name__ == '__main__': + main() diff --git a/scripts/geodata/chains/__init__.py b/scripts/geodata/chains/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/chains/chains.sh b/scripts/geodata/chains/chains.sh new file mode 100755 index 0000000..2755982 --- /dev/null +++ b/scripts/geodata/chains/chains.sh @@ -0,0 +1,23 @@ +if [ "$#" -ge 1 ]; then + DATA_DIR=$1 +else + DATA_DIR=$(pwd) +fi + +PWD=$(pwd) +SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +python $SCRIPT_DIR/chains_tsv.py $DATA_DIR/planet-venues.osm $DATA_DIR/chains.tsv + +cd $DATA_DIR +split -d -C524200 chains.tsv chains.split. + +for filename in chains.split.*; do + extension="${filename##*.0}" + name="${filename%%.*}" + echo -e "name_lower\tname\tcanonical\tknown_chain\tcount" | cat - $filename > /tmp/out + mv /tmp/out $name.$extension.tsv + rm $filename +done + +cd $PWD diff --git a/scripts/geodata/chains/chains_tsv.py b/scripts/geodata/chains/chains_tsv.py new file mode 100644 index 0000000..c7d57d0 --- /dev/null +++ b/scripts/geodata/chains/chains_tsv.py @@ -0,0 +1,78 @@ +import csv +import os +import glob +import six +import sys + +from collections import defaultdict +from collections import Counter + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(this_dir, os.pardir, os.pardir))) + +from geodata.address_expansions.address_dictionaries import ADDRESS_EXPANSIONS_DIR +from geodata.osm.extract import * +from geodata.encoding import safe_encode + + +class VenueNames(object): + def __init__(self, venues_filename): + self.venues_filename = venues_filename + self.all_chains = set() + self.chain_canonical = {} + + for filename in glob.glob(os.path.join(ADDRESS_EXPANSIONS_DIR, '**', 'chains.txt')): + f = open(filename) + for line in f: + line = line.rstrip() + phrases = safe_decode(line).split(six.u('|')) + self.all_chains |= set(phrases) + canonical = phrases[0] + for p in phrases[1:]: + self.chain_canonical[p] = canonical + + self.names = Counter() + self.names_lower = Counter() + self.names_cap = defaultdict(Counter) + + def count(self): + i = 0 + for node_id, value, deps in parse_osm(self.venues_filename): + name = value.get('name') + if not name: + continue + self.names[name] += 1 + self.names_lower[name.lower()] += 1 + self.names_cap[name.lower()][name] += 1 + + if i % 1000 == 0 and i > 0: + print 'did', i + i += 1 + + def write_to_tsv(self, out_filename, min_threshold=5): + writer = csv.writer(open(out_filename, 'w'), delimiter='\t') + for k, v in self.names_lower.most_common(): + if v < min_threshold: + break + canonical = self.chain_canonical.get(k) + if canonical: + canonical = self.names_cap[canonical].most_common(1)[0][0] + else: + canonical = '' + most_common_cap = self.names_cap[k].most_common(1)[0][0] + writer.writerow((safe_encode(k), + safe_encode(most_common_cap), + safe_encode(canonical), + safe_encode(1) if k in self.all_chains else '', + safe_encode(v))) + +if __name__ == '__main__': + if len(sys.argv) < 3: + print('Usage: python chains_tsv.py infile outfile') + sys.exit(1) + input_file = sys.argv[1] + output_file = sys.argv[2] + + names = VenueNames(input_file) + names.count() + names.write_to_tsv(output_file) diff --git a/scripts/geodata/chains/query.py b/scripts/geodata/chains/query.py new file mode 100644 index 0000000..c6b2f9f --- /dev/null +++ b/scripts/geodata/chains/query.py @@ -0,0 +1,100 @@ +import random +import six + +from collections import namedtuple + +from geodata.addresses.config import address_config +from geodata.address_expansions.gazetteers import chains_gazetteer +from geodata.categories.config import category_config +from geodata.categories.preposition import CategoryPreposition +from geodata.math.sampling import weighted_choice, cdf +from geodata.text.normalize import normalized_tokens +from geodata.text.tokenize import tokenize, token_types +from geodata.encoding import safe_decode + +ChainQuery = namedtuple('ChainQuery', 'name, prep, add_place_name, add_address') + +NULL_CHAIN_QUERY = ChainQuery(None, None, False, False) + + +class Chain(object): + @classmethod + def tokenize_name(cls, name): + if not name: + return [] + tokens = normalized_tokens(name) + return tokens + + @classmethod + def possible_chain(cls, name): + ''' + Determines if a venue name contains the name of a known chain store. + + Returns a tuple of: + + (True/False, known chain phrases, other tokens) + + Handles cases like "Hard Rock Cafe Times Square" and allows for downstream + decision making (i.e. if the tokens have a low IDF in the local area we might + want to consider it a chain). + ''' + tokens = cls.tokenize_name(name) + if not tokens: + return False, [], [] + matches = chains_gazetteer.filter(tokens) + other_tokens = [] + phrases = [] + for t, c, l, d in matches: + if c == token_types.PHRASE: + phrases.append((t, c, l, d)) + else: + other_tokens.append((t, c)) + + return len(phrases) > 0, phrases, other_tokens if len(phrases) > 0 else [] + + @classmethod + def extract(cls, name): + ''' + Determines if an entire venue name matches a known chain store. + + Note: to avoid false positives, only return True if all of the tokens + in the venue's name are part of a single chain store phrase. This will + miss a few things like "Hard Rock Cafe Times Square" and the like. + + It will however handle compound chain stores like Subway/Taco Bell + ''' + + possible, phrases, other_tokens = cls.possible_chain(name) + is_chain = possible and not any((c in token_types.WORD_TOKEN_TYPES for t, c in other_tokens)) + return is_chain, phrases if is_chain else [] + + @classmethod + def alternate_form(cls, language, dictionary, canonical): + choices = address_config.sample_phrases.get((language, dictionary), {}).get(canonical) + if not choices: + return canonical + return random.choice(choices) + + @classmethod + def phrase(cls, chain, language, country=None): + if not chain: + return NULL_CHAIN_QUERY + + chain_phrase = safe_decode(chain) + + prep_phrase_type = CategoryPreposition.random(language, country=country) + + if prep_phrase_type in (None, CategoryPreposition.NULL): + return ChainQuery(chain_phrase, prep=None, add_place_name=True, add_address=True) + + values, probs = address_config.alternative_probabilities('categories.{}'.format(prep_phrase_type), language, country=country) + if not values: + return ChainQuery(chain_phrase, prep=None, add_place_name=True, add_address=True) + + prep_phrase, prep_phrase_props = weighted_choice(values, probs) + prep_phrase = safe_decode(prep_phrase) + + add_address = prep_phrase_type not in (CategoryPreposition.NEARBY, CategoryPreposition.NEAR_ME, CategoryPreposition.IN) + add_place_name = prep_phrase_type not in (CategoryPreposition.NEARBY, CategoryPreposition.NEAR_ME) + + return ChainQuery(chain_phrase, prep=prep_phrase, add_place_name=add_place_name, add_address=add_address) diff --git a/scripts/geodata/configs/__init__.py b/scripts/geodata/configs/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/configs/utils.py b/scripts/geodata/configs/utils.py new file mode 100644 index 0000000..8ca5503 --- /dev/null +++ b/scripts/geodata/configs/utils.py @@ -0,0 +1,61 @@ +import six +from collections import Mapping + + +def recursive_merge(a, b): + for k, v in six.iteritems(b): + if isinstance(v, Mapping) and v: + existing = a.get(k, v) + merged = recursive_merge(existing, v) + a[k] = merged + else: + a[k] = b[k] + return a + + +class DoesNotExist: + pass + + +def nested_get(obj, keys, default=DoesNotExist): + if len(keys) == 0: + return obj + try: + for key in keys[:-1]: + obj = obj.get(key, {}) + if not hasattr(obj, 'items'): + return default + key = keys[-1] + return obj.get(key, default) + except AttributeError: + return default + + +def alternative_probabilities(properties): + if properties is None: + return None, None + + probs = [] + alternatives = [] + + if 'probability' in properties: + prob = properties['probability'] + props = properties['default'] + probs.append(prob) + alternatives.append(props) + elif 'alternatives' not in properties and 'default' in properties: + prob = 1.0 + props = properties['default'] + probs.append(prob) + alternatives.append(props) + elif 'alternatives' not in properties and 'default' not in properties: + return None, None + + alts = properties.get('alternatives', []) + for alt in alts: + prob = alt.get('probability', 1.0 / len(alts)) + props = alt['alternative'] + probs.append(prob) + alternatives.append(props) + + return alternatives, probs diff --git a/scripts/geodata/coordinates/__init__.py b/scripts/geodata/coordinates/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/coordinates/conversion.py b/scripts/geodata/coordinates/conversion.py new file mode 100644 index 0000000..e1cde99 --- /dev/null +++ b/scripts/geodata/coordinates/conversion.py @@ -0,0 +1,165 @@ +# -*- coding: utf-8 -*- +''' +geodata.coordinates.conversion +------------------------------ + +Geographic coordinates typically come in two flavors: decimal and +DMS (degree-minute-second). This module parses a coordinate string +in just about any format. This was originally created for parsing +lat/lons found on the web. + +Usage: + >>> latlon_to_decimal('40°42′46″N', '74°00′21″W') # returns (40.71277777777778, 74.00583333333333) + >>> latlon_to_decimal('40,74 N', '74,001 W') # returns (40.74, -74.001) + >>> to_valid_longitude(360.0) + >>> latitude_is_valid(90.0) +''' + +import math +import re + +from geodata.encoding import safe_decode +from geodata.math.floats import isclose + +beginning_re = re.compile('^[^0-9\-]+', re.UNICODE) +end_re = re.compile('[^0-9]+$', re.UNICODE) + +latitude_dms_regex = re.compile(ur'^(-?[0-9]{1,2})[ ]*[ :°ºd][ ]*([0-5]?[0-9])?[ ]*[:\'\u2032m]?[ ]*([0-5]?[0-9](?:\.\d+)?)?[ ]*[:\?\"\u2033s]?[ ]*(N|n|S|s)?$', re.I | re.UNICODE) +longitude_dms_regex = re.compile(ur'^(-?1[0-8][0-9]|0?[0-9]{1,2})[ ]*[ :°ºd][ ]*([0-5]?[0-9])?[ ]*[:\'\u2032m]?[ ]*([0-5]?[0-9](?:\.\d+)?)?[ ]*[:\?\"\u2033s]?[ ]*(E|e|W|w)?$', re.I | re.UNICODE) + +latitude_decimal_with_direction_regex = re.compile('^(-?[0-9][0-9](?:\.[0-9]+))[ ]*[ :°ºd]?[ ]*(N|n|S|s)$', re.I) +longitude_decimal_with_direction_regex = re.compile('^(-?1[0-8][0-9]|0?[0-9][0-9](?:\.[0-9]+))[ ]*[ :°ºd]?[ ]*(E|e|W|w)$', re.I) + +direction_sign_map = {'n': 1, 's': -1, 'e': 1, 'w': -1} + + +def direction_sign(d): + if d is None: + return 1 + d = d.lower().strip() + if d in direction_sign_map: + return direction_sign_map[d] + else: + raise ValueError('Invalid direction: {}'.format(d)) + + +def int_or_float(d): + try: + return int(d) + except ValueError: + return float(d) + + +def degrees_to_decimal(degrees, minutes, seconds): + degrees = int_or_float(degrees) + minutes = int_or_float(minutes) + seconds = int_or_float(seconds) + + return degrees + (minutes / 60.0) + (seconds / 3600.0) + + +def is_valid_latitude(latitude): + '''Latitude must be real number between -90.0 and 90.0''' + try: + latitude = float(latitude) + except (ValueError, TypeError): + return False + + if latitude > 90.0 or latitude < -90.0 or math.isinf(latitude) or math.isnan(latitude): + return False + return True + + +def is_valid_longitude(longitude): + '''Allow any valid real number to be a longitude''' + try: + longitude = float(longitude) + except (ValueError, TypeError): + return False + return not math.isinf(longitude) and not math.isnan(longitude) + + +def to_valid_latitude(latitude): + '''Convert longitude into the -180 to 180 scale''' + if not is_valid_latitude(latitude): + raise ValueError('Invalid latitude {}'.format(latitude)) + + if isclose(latitude, 90.0): + latitude = 89.9999 + elif isclose(latitude, -90.0): + latitude = -89.9999 + + return latitude + + +def to_valid_longitude(longitude): + '''Convert longitude into the -180 to 180 scale''' + if not is_valid_longitude(longitude): + raise ValueError('Invalid longitude {}'.format(longitude)) + + while longitude <= -180.0: + longitude += 360.0 + + while longitude > 180.0: + longitude -= 360.0 + + return longitude + + +def latlon_to_decimal(latitude, longitude): + have_lat = False + have_lon = False + + latitude = safe_decode(latitude).strip(u' ,;|') + longitude = safe_decode(longitude).strip(u' ,;|') + + latitude = latitude.replace(u',', u'.') + longitude = longitude.replace(u',', u'.') + + lat_dms = latitude_dms_regex.match(latitude) + lat_dir = latitude_decimal_with_direction_regex.match(latitude) + + if lat_dms: + d, m, s, c = lat_dms.groups() + sign = direction_sign(c) + latitude = degrees_to_decimal(d or 0, m or 0, s or 0) + have_lat = True + elif lat_dir: + d, c = lat_dir.groups() + sign = direction_sign(c) + latitude = return_type(d) * sign + have_lat = True + else: + latitude = re.sub(beginning_re, u'', latitude) + latitude = re.sub(end_re, u'', latitude) + + lon_dms = longitude_dms_regex.match(longitude) + lon_dir = longitude_decimal_with_direction_regex.match(longitude) + + if lon_dms: + d, m, s, c = lon_dms.groups() + sign = direction_sign(c) + longitude = degrees_to_decimal(d or 0, m or 0, s or 0) + have_lon = True + elif lon_dir: + d, c = lon_dir.groups() + sign = direction_sign(c) + longitude = return_type(d) * sign + have_lon = True + else: + longitude = re.sub(beginning_re, u'', longitude) + longitude = re.sub(end_re, u'', longitude) + + latitude = float(latitude) + longitude = float(longitude) + + if not is_valid_latitude(latitude): + raise ValueError('Invalid latitude: {}'.format(latitude)) + + if not is_valid_longitude(longitude): + raise ValueError('Invalid longitude: {}'.format(longitude)) + + latitude = to_valid_latitude(latitude) + longitude = to_valid_longitude(longitude) + + return latitude, longitude diff --git a/scripts/geodata/countries/__init__.py b/scripts/geodata/countries/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/countries/constants.py b/scripts/geodata/countries/constants.py new file mode 100644 index 0000000..b22454d --- /dev/null +++ b/scripts/geodata/countries/constants.py @@ -0,0 +1,262 @@ +import pycountry + + +class Countries(object): + AFGHANISTAN = 'af' + ALAND_ISLANDS = 'ax' + ALBANIA = 'al' + ALGERIA = 'dz' + AMERICAN_SAMOA = 'as' + ANDORRA = 'ad' + ANGOLA = 'ao' + ANGUILLA = 'ai' + ANTARCTICA = 'aq' + ANTIGUA_AND_BARBUDA = 'ag' + ARGENTINA = 'ar' + ARMENIA = 'am' + ARUBA = 'aw' + AUSTRALIA = 'au' + AUSTRIA = 'at' + AZERBAIJAN = 'az' + BAHAMAS = 'bs' + BAHRAIN = 'bh' + BANGLADESH = 'bd' + BARBADOS = 'bb' + BELARUS = 'by' + BELGIUM = 'be' + BELIZE = 'bz' + BENIN = 'bj' + BERMUDA = 'bm' + BHUTAN = 'bt' + BOLIVIA = 'bo' + BONAIRE = 'bq' + BOSNIA_AND_HERZEGOVINA = 'bq' + BOTSWANA = 'bw' + BOUVET_ISLAND = 'bv' + BRAZIL = 'br' + BRITISH_INDIAN_OCEAN_TERRITORY = 'io' + BRITISH_VIRGIN_ISLANDS = 'vg' + BRUNEI_DARUSSALAM = 'bn' + BULGARIA = 'bg' + BURKINA_FASO = 'bf' + BURUNDI = 'bi' + CAMBODIA = 'kh' + CAMEROON = 'cm' + CANADA = 'ca' + CAPE_VERDE = 'cv' + CAYMAN_ISLANDS = 'ky' + CENTRAL_AFRICAN_REPUBLIC = 'cf' + CHAD = 'td' + CHILE = 'cl' + CHINA = 'cn' + CHRISTMAS_ISLAND = 'cx' + COCOS_KEELING_ISLANDS = 'cc' + COLOMBIA = 'co' + COMOROS = 'km' + COOK_ISLANDS = 'ck' + COSTA_RICA = 'cr' + COTE_DIVOIRE = 'ci' + CROATIA = 'hr' + CUBA = 'cu' + CURACAO = 'cw' + CYPRUS = 'cy' + CZECH_REPUBLIC = 'cz' + DENMARK = 'dk' + DEMOCRATIC_REPUBLIC_OF_THE_CONGO = 'cd' + DJIBOUTI = 'dj' + DOMINICA = 'dm' + DOMINICAN_REPUBLIC = 'do' + ECUADOR = 'ec' + EGYPT = 'eg' + EL_SALVADOR = 'sv' + EQUATORIAL_GUINEA = 'gq' + ERITREA = 'er' + ESTONIA = 'ee' + ETHIOPIA = 'et' + FALKLAND_ISLANDS_MALVINAS = 'fk' + FAROE_ISLANDS = 'fo' + FEDERATED_STATES_OF_MICRONESIA = 'fm' + FIJI = 'fj' + FINLAND = 'fi' + FRANCE = 'fr' + FRENCH_GUIANA = 'gf' + FRENCH_POLYNESIA = 'pf' + FRENCH_SOUTHERN_TERRITORIES = 'tf' + GABON = 'ga' + GAMBIA = 'gm' + GEORGIA = 'ge' + GERMANY = 'de' + GHANA = 'gh' + GIBRALTAR = 'gi' + GREECE = 'gr' + GREENLAND = 'gl' + GRENADA = 'gd' + GUADELOUPE = 'gp' + GUAM = 'gu' + GUATEMALA = 'gt' + GUERNSEY = 'gg' + GUINEA = 'gn' + GUINEA_BISSAU = 'gw' + GUYANA = 'gy' + HAITI = 'ht' + HEARD_ISLAND_AND_MCDONALD_ISLANDS = 'hm' + HONDURAS = 'hn' + HONG_KONG = 'hk' + HUNGARY = 'hu' + ICELAND = 'is' + INDIA = 'in' + INDONESIA = 'id' + IRAN = 'ir' + IRAQ = 'iq' + IRELAND = 'ie' + ISLE_OF_MAN = 'im' + ISRAEL = 'il' + ITALY = 'it' + JAMAICA = 'jm' + JAPAN = 'jp' + JERSEY = 'je' + JORDAN = 'jo' + KAZAKHSTAN = 'kz' + KENYA = 'ke' + KIRIBATI = 'ki' + KUWAIT = 'kw' + KYRGYZSTAN = 'kg' + LAOS = 'la' + LATVIA = 'lv' + LEBANON = 'lb' + LESOTHO = 'ls' + LIBERIA = 'lr' + LIBYA = 'ly' + LIECHTENSTEIN = 'li' + LITHUANIA = 'lt' + LUXEMBOURG = 'lu' + MACAO = 'mo' + MACEDONIA = 'mk' + MADAGASCAR = 'mg' + MALAWI = 'mw' + MALAYSIA = 'my' + MALDIVES = 'mv' + MALI = 'ml' + MALTA = 'mt' + MARSHALL_ISLANDS = 'mh' + MARTINIQUE = 'mq' + MAURITANIA = 'mr' + MAURITIUS = 'mu' + MAYOTTE = 'yt' + MEXICO = 'mx' + MOLDOVA = 'md' + MONACO = 'mc' + MONGOLIA = 'mn' + MONTENEGRO = 'me' + MONTSERRAT = 'ms' + MOROCCO = 'ma' + MOZAMBIQUE = 'mz' + MYANMAR = 'mm' + NAMIBIA = 'na' + NAURU = 'nr' + NEPAL = 'np' + NETHERLANDS = 'nl' + NEW_CALEDONIA = 'nc' + NEW_ZEALAND = 'nz' + NICARAGUA = 'ni' + NIGER = 'ne' + NIGERIA = 'ng' + NIUE = 'nu' + NORFOLK_ISLAND = 'nf' + NORTH_KOREA = 'kp' + NORTHERN_MARIANA_ISLANDS = 'mp' + NORWAY = 'no' + OMAN = 'om' + PAKISTAN = 'pk' + PALAU = 'pw' + PALESTINE = 'ps' + PANAMA = 'pa' + PAPUA_NEW_GUINEA = 'pg' + PARAGUAY = 'py' + PERU = 'pe' + PHILIPPINES = 'ph' + PITCAIRN_ISLANDS = 'pn' + POLAND = 'pl' + PORTUGAL = 'pt' + PUERTO_RICO = 'pr' + QATAR = 'qa' + REPUBLIC_OF_CONGO = 'cg' + REUNION = 're' + ROMANIA = 'ro' + RUSSIA = 'ru' + RWANDA = 'rw' + SAINT_BARTHELEMY = 'bl' + SAINT_HELENA_ASCENSION_AND_TRISTAN_DA_CUNHA = 'sh' + SAINT_KITTS_AND_NEVIS = 'kn' + SAINT_LUCIA = 'lc' + SAINT_MARTIN = 'mf' + SAINT_PIERRE_AND_MIQUELON = 'pm' + SAINT_VINCENT_AND_THE_GRENADINES = 'vc' + SAMOA = 'ws' + SAN_MARINO = 'sm' + SAO_TOME_AND_PRINCIPE = 'st' + SAUDI_ARABIA = 'sa' + SENEGAL = 'sn' + SERBIA = 'rs' + SEYCHELLES = 'sc' + SIERRA_LEONE = 'sl' + SINGAPORE = 'sg' + SINT_MAARTEN = 'sx' + SLOVAKIA = 'sk' + SLOVENIA = 'si' + SOLOMON_ISLANDS = 'sb' + SOMALIA = 'so' + SOUTH_AFRICA = 'za' + SOUTH_GEORGIA_AND_THE_SOUTH_SANDWICH_ISLANDS = 'gs' + SOUTH_KOREA = 'kr' + SOUTH_SUDAN = 'ss' + SPAIN = 'es' + SRI_LANKA = 'lk' + SUDAN = 'sd' + SURINAME = 'sr' + SVALBARD_AND_JAN_MAYEN = 'sj' + SWAZILAND = 'sz' + SWEDEN = 'se' + SWITZERLAND = 'ch' + SYRIA = 'sy' + TAIWAN = 'tw' + TAJIKISTAN = 'tj' + TANZANIA = 'tz' + THAILAND = 'th' + TIMOR_LESTE = 'tl' + TOGO = 'tg' + TOKELAU = 'tk' + TONGA = 'to' + TRINIDAD_AND_TOBAGO = 'tt' + TUNISIA = 'tn' + TURKEY = 'tr' + TURKMENISTAN = 'tm' + TURKS_AND_CAICOS_ISLANDS = 'tc' + TUVALU = 'tv' + UGANDA = 'ug' + UKRAINE = 'ua' + UNITED_ARAB_EMIRATES = 'ae' + UNITED_KINGDOM = 'gb' + UNITED_STATES = 'us' + UNITED_STATES_MINOR_OUTLYING_ISLANDS = 'um' + URUGUAY = 'uy' + US_VIRGIN_ISLANDS = 'vi' + UZBEKISTAN = 'uz' + VANUATU = 'vu' + VATICAN = 'va' + VENEZUELA = 've' + VIETNAM = 'vn' + WALLIS_AND_FUTUNA = 'wf' + WESTERN_SAHARA = 'eh' + YEMEN = 'ye' + ZAMBIA = 'zm' + ZIMBABWE = 'zw' + + FORMER_SOVIET_UNION_COUNTRIES = set([RUSSIA, UKRAINE, BELARUS, KAZAKHSTAN, AZERBAIJAN, KYRGYZSTAN, GEORGIA, UZBEKISTAN, ARMENIA, TAJIKISTAN, MOLDOVA, TURKMENISTAN, LATVIA, LITHUANIA, ESTONIA]) + CJK_COUNTRIES = set([CHINA, JAPAN, SOUTH_KOREA, TAIWAN, HONG_KONG, MACAO]) + + all_country_iso_codes = set([c.alpha2.lower() for c in pycountry.countries]) + + @classmethod + def is_valid_country_code(cls, alpha2_code): + return alpha2_code and alpha2_code.lower() in cls.all_country_iso_codes diff --git a/scripts/geodata/countries/names.py b/scripts/geodata/countries/names.py new file mode 100644 index 0000000..19c4b96 --- /dev/null +++ b/scripts/geodata/countries/names.py @@ -0,0 +1,187 @@ +# -*- coding: utf-8 -*- +import os +import six +import sys + +import pycountry + +from collections import OrderedDict + +from lxml import etree + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.i18n.unicode_paths import CLDR_DIR +from geodata.i18n.languages import * +from geodata.encoding import safe_decode + +CLDR_MAIN_PATH = os.path.join(CLDR_DIR, 'common', 'main') + +COUNTRY_CONFIG = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'countries', 'names.yaml') + +IGNORE_COUNTRIES = set([six.u('ZZ')]) + +COUNTRY_USE_SHORT_NAME = set([six.u('HK'), six.u('MM'), six.u('MO'), six.u('PS')]) +COUNTRY_USE_VARIANT_NAME = set([six.u('CD'), six.u('CG'), six.u('CI'), six.u('TL')]) + +LANGUAGE_COUNTRY_OVERRIDES = { + 'en': { + 'CD': safe_decode('Democratic Republic of the Congo'), + 'CG': safe_decode('Republic of the Congo'), + }, + + # Countries where the local language is absent from CLDR + + # Tajik / Tajikistan + 'tg': { + 'TJ': safe_decode('Тоҷикистон'), + }, + + # Maldivan / Maldives + 'dv': { + 'MV': safe_decode('ދިވެހިރާއްޖެ'), + } + +} + + +class CountryNames(object): + def __init__(self, base_dir=CLDR_MAIN_PATH): + self.base_dir = base_dir + + self.country_alpha3_codes = {c.alpha2.lower(): c.alpha3.lower() for c in pycountry.countries} + self.iso_3166_names = {c.alpha2.lower(): c.name for c in pycountry.countries} + + self.language_country_names = {} + self.country_language_names = defaultdict(dict) + + self.country_official_names = defaultdict(OrderedDict) + self.country_local_names = defaultdict(OrderedDict) + + local_languages = {} + + country_local_language_names = defaultdict(dict) + + for filename in os.listdir(base_dir): + lang = filename.split('.xml')[0] + if len(lang) > 3: + continue + + names = self.cldr_country_names(lang) + lang = lang.lower() + self.language_country_names[lang] = names + + for country, name in names.iteritems(): + country = country.lower() + + languages = get_country_languages(country, official=False) or OrderedDict([('en', 1)]) + local_languages[country] = languages + + self.country_language_names[country.lower()][lang.lower()] = name + + if lang in local_languages.get(country, {}): + country_local_language_names[country][lang] = name + + for l, names in six.iteritems(LANGUAGE_COUNTRY_OVERRIDES): + if l not in self.language_country_names: + self.language_country_names[l.lower()] = names + + for c, name in six.iteritems(names): + self.country_language_names[c.lower()][l.lower()] = name + if c.lower() not in country_local_language_names: + country_local_language_names[c.lower()][l.lower()] = name + + for country, langs in six.iteritems(local_languages): + names = country_local_language_names[country] + num_defaults = sum((1 for lang in names.keys() if langs.get(lang))) + for i, (lang, default) in enumerate(langs.iteritems()): + name = names.get(lang) + if not name: + continue + if default or num_defaults == 0: + self.country_official_names[country][lang] = name + if num_defaults == 0: + break + self.country_local_names[country][lang] = name + + def cldr_country_names(self, language): + ''' + Country names are tricky as there can be several versions + and levels of verbosity e.g. United States of America + vs. the more commonly used United States. Most countries + have a similarly verbose form. + + The CLDR repo (http://cldr.unicode.org/) has the most + comprehensive localized database of country names + (among other things), organized by language. This function + parses CLDR XML for a given language and returns a dictionary + of {country_code: name} for that language. + ''' + filename = os.path.join(self.base_dir, '{}.xml'.format(language)) + xml = etree.parse(open(filename)) + + country_names = defaultdict(dict) + + for territory in xml.xpath('*//territories/*'): + country_code = territory.attrib['type'] + + if country_code in IGNORE_COUNTRIES or country_code.isdigit(): + continue + + country_names[country_code][territory.attrib.get('alt')] = safe_decode(territory.text) + + display_names = {} + + for country_code, names in country_names.iteritems(): + if country_code in LANGUAGE_COUNTRY_OVERRIDES.get(language, {}): + display_names[country_code] = safe_decode(LANGUAGE_COUNTRY_OVERRIDES[language][country_code]) + continue + + default_name = names.get(None) + + if country_code in COUNTRY_USE_SHORT_NAME: + display_names[country_code] = names.get('short', default_name) + elif country_code in COUNTRY_USE_VARIANT_NAME: + display_names[country_code] = names.get('variant', default_name) + elif default_name is not None: + display_names[country_code] = default_name + + return display_names + + def localized_name(self, country_code, language=None): + ''' + Get the display name for a country code in the local language + e.g. Россия for Russia, España for Spain, etc. + + For most countries there is a single official name. For countries + with more than one official language, this will return a concatenated + version separated by a slash e.g. Maroc / المغرب for Morocco. + + Note that all of the exceptions in road_sign_languages.tsv are also + taken into account here so India for example uses the English name + rather than concatenating all 27 toponyms. + + This method should be roughly consistent with OSM's display names. + + Usage: + >>> country_names.localized_name('jp') # returns '日本' + >>> country_names.localized_name('be') # returns 'België / Belgique / Belgien' + ''' + + country_code = country_code.lower() + if language is None: + return six.u(' / ').join(OrderedDict.fromkeys(n.replace(six.u('-'), six.u(' ')) + for n in self.country_official_names[country_code].values()).keys()) + else: + return self.country_language_names.get(country_code, {}).get(language) + + def alpha3_code(self, alpha2_code): + alpha3 = self.country_alpha3_codes.get(alpha2_code.lower()) + return alpha3.upper() if alpha3 else None + + def iso_3166_name(self, alpha2_code): + return self.iso_3166_names.get(alpha2_code.lower()) + +country_names = CountryNames() diff --git a/scripts/geodata/csv_utils.py b/scripts/geodata/csv_utils.py new file mode 100644 index 0000000..783d779 --- /dev/null +++ b/scripts/geodata/csv_utils.py @@ -0,0 +1,16 @@ +import csv +import re +from encoding import safe_encode, safe_decode + +newline_regex = re.compile('\r\n|\r|\n') + +csv.register_dialect('tsv_no_quote', delimiter='\t', quoting=csv.QUOTE_NONE, quotechar='') + + +def tsv_string(s): + return safe_encode(newline_regex.sub(u', ', safe_decode(s).strip()).replace(u'\t', u' ')) + + +def unicode_csv_reader(filename, **kw): + for line in csv.reader(filename, **kw): + yield [unicode(c, 'utf-8') for c in line] diff --git a/scripts/geodata/distance/__init__.py b/scripts/geodata/distance/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/distance/haversine.py b/scripts/geodata/distance/haversine.py new file mode 100644 index 0000000..309deef --- /dev/null +++ b/scripts/geodata/distance/haversine.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +import math + +EARTH_RADIUS_KM = 6373 + + +def haversine_distance(lat1, lon1, lat2, lon2, radius=EARTH_RADIUS_KM): + """Calculate the Haversine distance between two lat/lon pairs, given by: + a = sin²(Δφ/2) + cos φ1 ⋅ cos φ2 ⋅ sin²(Δλ/2) + c = 2 ⋅ atan2( √a, √(1−a) ) + d = R ⋅ c + + where R is the radius of the Earth (in kilometers). By default we use 6373 km, + a radius optimized for calculating distances at approximately 39 degrees from + the equator i.e. Washington, DC + + :param lat1: first latitude + :param lon1: first longitude (use negative range for longitudes West of the Prime Meridian) + :param lat2: second latitude + :param lon2: second longitude (use negative range for longitudes West of the Prime Meridian) + :param radius: radius of the Earth in (miles|kilometers) depending on the desired units + """ + lat1 = math.radians(lat1) + lat2 = math.radians(lat2) + lon1 = math.radians(lon1) + lon2 = math.radians(lon2) + + dlon = lon2 - lon1 + dlat = lat2 - lat1 + a = (math.sin(dlat / 2.0)) ** 2 + math.cos(lat1) * math.cos(lat2) * (math.sin(dlon/2.0)) ** 2 + c = 2 * math.atan2(math.sqrt(a), math.sqrt(1 - a)) + d = radius * c + return d diff --git a/scripts/geodata/encoding.py b/scripts/geodata/encoding.py new file mode 100644 index 0000000..b4bcbd6 --- /dev/null +++ b/scripts/geodata/encoding.py @@ -0,0 +1,34 @@ +import six + +text_type = six.text_type +string_types = six.string_types +binary_type = six.binary_type + + +def safe_decode(value, encoding='utf-8', errors='strict'): + if isinstance(value, text_type): + return value + + if isinstance(value, (string_types, binary_type)): + return value.decode(encoding, errors) + else: + return binary_type(value).decode(encoding, errors) + + +def safe_encode(value, incoming=None, encoding='utf-8', errors='strict'): + if not isinstance(value, (string_types, binary_type)): + return binary_type(value) + + if isinstance(value, text_type): + return value.encode(encoding, errors) + else: + if hasattr(incoming, 'lower'): + incoming = incoming.lower() + if hasattr(encoding, 'lower'): + encoding = encoding.lower() + + if value and encoding != incoming: + value = safe_decode(value, encoding, errors) + return value.encode(encoding, errors) + else: + return value diff --git a/scripts/geodata/enum.py b/scripts/geodata/enum.py new file mode 100644 index 0000000..504ad70 --- /dev/null +++ b/scripts/geodata/enum.py @@ -0,0 +1,62 @@ + +class EnumValue(object): + def __init__(self, value, name=None): + self.value = value + self.name = name + + def __hash__(self): + return self.value + + def __cmp__(self, other): + if isinstance(other, EnumValue): + return self.value.__cmp__(other.value) + else: + return self.value.__cmp__(other) + + def __unicode__(self): + return self.name + + def __str__(self): + return self.name + + def __repr__(self): + return self.name + + +class EnumMeta(type): + def __init__(self, name, bases, dict_): + self.registry = self.registry.copy() + self.name_registry = self.name_registry.copy() + for k, v in dict_.iteritems(): + if isinstance(v, EnumValue) and v not in self.registry: + if v.name is None: + v.name = k + self.registry[v.value] = v + self.name_registry[v.name] = v + return super(EnumMeta, self).__init__(name, bases, dict_) + + def __iter__(self): + return self.registry.itervalues() + + def __getitem__(self, key): + return self.registry[key] + + +class Enum(object): + __metaclass__ = EnumMeta + registry = {} + name_registry = {} + + @classmethod + def from_id(cls, value): + try: + return cls.registry[value] + except KeyError: + raise ValueError('Invalid value for {}: {}'.format(cls.__name__, value)) + + @classmethod + def from_string(cls, name): + try: + return cls.name_registry[name] + except KeyError: + raise ValueError('Invalid name for {}: {}'.format(cls.__name__, name)) diff --git a/scripts/geodata/file_utils.py b/scripts/geodata/file_utils.py new file mode 100644 index 0000000..28cd53e --- /dev/null +++ b/scripts/geodata/file_utils.py @@ -0,0 +1,38 @@ +import os +import subprocess +import six + + +def download_file(url, dest, retries=3, retry_delay=5): + ensure_dir(os.path.dirname(dest)) + return subprocess.check_output(['curl', url, '-L', '-w', '%{http_code}', + '--retry', six.text_type(retries), + '--retry-delay', six.text_type(retry_delay), + '-o', dest, '--silent']) == '200' + + +def unzip_file(filename, dest): + ensure_dir(dest) + return subprocess.check_call(['unzip', '-o', filename, '-d', dest]) == 0 + + +def remove_file(filename): + os.unlink(filename) + + +def ensure_dir(d): + if not os.path.exists(d): + os.makedirs(d) + + +class cd: + """Context manager for changing the current working directory""" + def __init__(self, path): + self.path = path + + def __enter__(self): + self.saved_path = os.getcwd() + os.chdir(self.path) + + def __exit__(self, etype, value, traceback): + os.chdir(self.saved_path) diff --git a/scripts/geodata/geonames/__init__.py b/scripts/geodata/geonames/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/geonames/create_geonames_tsv.py b/scripts/geodata/geonames/create_geonames_tsv.py new file mode 100644 index 0000000..4d72dc4 --- /dev/null +++ b/scripts/geodata/geonames/create_geonames_tsv.py @@ -0,0 +1,688 @@ +''' +create_geonames_tsv.py +---------------------- + +This script formats the open GeoNames database (as well as +its accompanying postal codes data set) into a schema'd +tab-separated value file. + +It generates a C header which uses an enum for the field names. +This way if new fields are added or there's a typo, etc. the +error will show up at compile-time. + +The relevant C modules which operate on this data are: + geodb_builder.c + geonames.c + +As well as the generated headers: + geonames_fields.h + postal_fields.h +''' + +import argparse +import csv +import logging +import operator +import os +import re +import sqlite3 +import subprocess +import sys + +import pycountry + +import unicodedata + +import urllib +import urlparse + +from collections import defaultdict, OrderedDict +from lxml import etree + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.csv_utils import * +from geodata.file_utils import * +from geodata.countries.country_names import * +from geodata.encoding import safe_encode, safe_decode +from geodata.geonames.paths import DEFAULT_GEONAMES_DB_PATH +from geodata.i18n.languages import * +from geodata.i18n.unicode_paths import CLDR_DIR +from geodata.log import log_to_file + +multispace_regex = re.compile('[\s]+') + + +def encode_field(value): + return multispace_regex.sub(' ', safe_encode((value if value is not None else ''))) + +log_to_file(sys.stderr) + +DEFAULT_DATA_DIR = os.path.join(this_dir, os.path.pardir, os.path.pardir, + os.path.pardir, 'data', 'geonames') + +COUNTRY_FEATURE_CODES = ('PCL', 'PCLI', 'PCLIX', 'PCLD', 'PCLF', 'PCLS') +CONTINENT_FEATURE_CODES = ('CONT',) + +ADMIN_1_FEATURE_CODES = ('ADM1',) +ADMIN_2_FEATURE_CODES = ('ADM2',) +ADMIN_3_FEATURE_CODES = ('ADM3',) +ADMIN_4_FEATURE_CODES = ('ADM4',) +OTHER_ADMIN_FEATURE_CODES = ('ADM5',) +ADMIN_OTHER_FEATURE_CODES = ('ADMD', ) + +POPULATED_PLACE_FEATURE_CODES = ('PPL', 'PPLA', 'PPLA2', 'PPLA3', 'PPLA4', + 'PPLC', 'PPLCH', 'PPLF', 'PPLG', 'PPLL', + 'PPLR', 'PPLS', 'STLMT') +NEIGHBORHOOD_FEATURE_CODES = ('PPLX', ) + + +class boundary_types: + COUNTRY = 0 + ADMIN1 = 1 + ADMIN2 = 2 + ADMIN3 = 3 + ADMIN4 = 4 + ADMIN_OTHER = 5 + LOCALITY = 6 + NEIGHBORHOOD = 7 + +geonames_admin_dictionaries = OrderedDict([ + (boundary_types.COUNTRY, COUNTRY_FEATURE_CODES), + (boundary_types.ADMIN1, ADMIN_1_FEATURE_CODES), + (boundary_types.ADMIN2, ADMIN_2_FEATURE_CODES), + (boundary_types.ADMIN3, ADMIN_3_FEATURE_CODES), + (boundary_types.ADMIN4, ADMIN_4_FEATURE_CODES), + (boundary_types.ADMIN_OTHER, ADMIN_OTHER_FEATURE_CODES), + (boundary_types.LOCALITY, POPULATED_PLACE_FEATURE_CODES), + (boundary_types.NEIGHBORHOOD, NEIGHBORHOOD_FEATURE_CODES), +]) + +# Inserted post-query +DUMMY_BOUNDARY_TYPE = '-1 as type' +DUMMY_HAS_WIKIPEDIA_ENTRY = '0 as has_wikipedia_entry' +DUMMY_LANGUAGE_PRIORITY = '0 as language_priority' + + +class GeonamesField(object): + def __init__(self, name, c_constant, default=None, is_dummy=False): + self.name = name + self.c_constant = c_constant + self.default = default + self.is_dummy = is_dummy + +geonames_fields = [ + # Field if alternate_names present, default field name if not, C header constant + GeonamesField('alternate_name', 'GEONAMES_NAME', default='gn.name'), + GeonamesField('gn.geonames_id as geonames_id', 'GEONAMES_ID'), + GeonamesField('gn.name as canonical', 'GEONAMES_CANONICAL'), + GeonamesField(DUMMY_BOUNDARY_TYPE, 'GEONAMES_BOUNDARY_TYPE', is_dummy=True), + GeonamesField(DUMMY_HAS_WIKIPEDIA_ENTRY, 'GEONAMES_HAS_WIKIPEDIA_ENTRY', is_dummy=True), + GeonamesField('iso_language', 'GEONAMES_ISO_LANGUAGE', default="''"), + GeonamesField(DUMMY_LANGUAGE_PRIORITY, 'GEONAMES_LANGUAGE_PRIORITY', is_dummy=True), + GeonamesField('is_preferred_name', 'GEONAMES_IS_PREFERRED_NAME', default='0'), + GeonamesField('is_short_name', 'GEONAMES_IS_SHORT_NAME', default='0'), + GeonamesField('is_colloquial', 'GEONAMES_IS_COLLOQUIAL', default='0'), + GeonamesField('is_historic', 'GEONAMES_IS_HISTORICAL', default='0'), + GeonamesField('gn.population', 'GEONAMES_POPULATION'), + GeonamesField('gn.latitude', 'GEONAMES_LATITUDE'), + GeonamesField('gn.longitude', 'GEONAMES_LONGITUDE'), + GeonamesField('gn.feature_code', 'GEONAMES_FEATURE_CODE'), + GeonamesField('gn.country_code as country_code', 'GEONAMES_COUNTRY_CODE'), + GeonamesField('c.geonames_id as country_gn_id', 'GEONAMES_COUNTRY_ID'), + GeonamesField('gn.admin1_code as admin1_code', 'GEONAMES_ADMIN1_CODE'), + GeonamesField('a1.geonames_id as a1_gn_id', 'GEONAMES_ADMIN1_ID'), + GeonamesField('gn.admin2_code as admin2_code', 'GEONAMES_ADMIN2_CODE'), + GeonamesField('a2.geonames_id as a2_gn_id', 'GEONAMES_ADMIN2_ID'), + GeonamesField('gn.admin3_code as admin3_code', 'GEONAMES_ADMIN3_CODE'), + GeonamesField('a3.geonames_id as a3_gn_id', 'GEONAMES_ADMIN3_ID'), + GeonamesField('gn.admin4_code as admin4_code', 'GEONAMES_ADMIN4_CODE'), + GeonamesField('a4.geonames_id as a4_gn_id', 'GEONAMES_ADMIN4_ID'), +] + +def geonames_field_index(s): + for i, f in enumerate(geonames_fields): + if f.c_constant == s: + return i + return None + + +DUMMY_BOUNDARY_TYPE_INDEX = geonames_field_index('GEONAMES_BOUNDARY_TYPE') +DUMMY_HAS_WIKIPEDIA_ENTRY_INDEX = geonames_field_index('GEONAMES_HAS_WIKIPEDIA_ENTRY') + +GEONAMES_ID_INDEX = geonames_field_index('GEONAMES_ID') +LANGUAGE_INDEX = geonames_field_index('GEONAMES_ISO_LANGUAGE') + +DUMMY_LANGUAGE_PRIORITY_INDEX = geonames_field_index('GEONAMES_LANGUAGE_PRIORITY') + +CANONICAL_NAME_INDEX = geonames_field_index('GEONAMES_CANONICAL') + +NAME_INDEX = geonames_field_index('GEONAMES_NAME') + +COUNTRY_CODE_INDEX = geonames_field_index('GEONAMES_COUNTRY_CODE') + +POPULATION_INDEX = geonames_field_index('GEONAMES_POPULATION') + +PREFERRED_INDEX = geonames_field_index('GEONAMES_IS_PREFERRED_NAME') + +HISTORICAL_INDEX = geonames_field_index('GEONAMES_IS_HISTORICAL') + + +geonames_admin_joins = ''' +left join admin1_codes a1 + on a1.code = gn.admin1_code + and a1.country_code = gn.country_code +left join admin2_codes a2 + on a2.code = gn.admin2_code + and a2.admin1_code = gn.admin1_code + and a2.country_code = gn.country_code +left join admin3_codes a3 + on a3.code = gn.admin3_code + and a3.admin1_code = gn.admin1_code + and a3.admin2_code = gn.admin2_code + and a3.country_code = gn.country_code +left join admin4_codes a4 + on a4.code = gn.admin4_code + and a4.admin1_code = gn.admin1_code + and a4.admin2_code = gn.admin2_code + and a4.admin3_code = gn.admin3_code + and a4.country_code = gn.country_code +''' + +# Canonical names are stored in the geonames table with alternates +# stored in a separate table. UNION ALL query will capture them all. + +base_geonames_query = ''' +select {geonames_fields} +from geonames gn +join countries c + on gn.country_code = c.country_code +{admin_joins} +{{predicate}} +union all +select {alt_name_fields} +from geonames gn +join countries c + on gn.country_code = c.country_code +join alternate_names an + on an.geonames_id = gn.geonames_id + and iso_language not in ('doi','faac','iata', + 'icao','link','post','tcid') + and an.alternate_name != gn.name +{admin_joins} +{{predicate}} +'''.format( + geonames_fields=', '.join((f.name if f.default is None else + '{} as {}'.format(f.default, f.name) + for f in geonames_fields)), + alt_name_fields=', '.join((f.name for f in geonames_fields)), + admin_joins=geonames_admin_joins +) + +IGNORE_COUNTRY_POSTAL_CODES = set([ + 'AR', # GeoNames has pre-1999 postal codes +]) + +postal_code_fields = [ + GeonamesField('postal_code', 'GN_POSTAL_CODE'), + GeonamesField('p.country_code as country_code', 'GN_POSTAL_COUNTRY_CODE'), + GeonamesField('c.geonames_id as country_geonames_id', 'GN_POSTAL_COUNTRY_GEONAMES_ID'), + GeonamesField('c.population as country_population', 'GN_POSTAL_COUNTRY_POPULATION'), + GeonamesField('n.geonames_id as containing_geoname_id', 'GN_POSTAL_CONTAINING_GEONAME_ID'), + GeonamesField('group_concat(distinct a1.geonames_id) admin1_ids', 'GN_POSTAL_ADMIN1_IDS'), + GeonamesField('group_concat(distinct a2.geonames_id) admin2_ids', 'GN_POSTAL_ADMIN2_IDS'), + GeonamesField('group_concat(distinct a3.geonames_id) admin3_ids', 'GN_POSTAL_ADMIN3_IDS'), +] + +def postal_code_field_index(s): + for i, f in enumerate(postal_code_fields): + if f.c_constant == s: + return i + return None + +POSTAL_CODE_INDEX = postal_code_field_index('GN_POSTAL_CODE') +POSTAL_CODE_POP_INDEX = postal_code_field_index('GN_POSTAL_COUNTRY_POPULATION') + +postal_codes_query = ''' +select +{fields} +from postal_codes p +join countries c + on p.country_code = c.country_code +left join ( + select + gn.geonames_id, + alternate_name, + country_code, + gn.name + from alternate_names an + join geonames gn + on an.geonames_id = gn.geonames_id + where iso_language = 'post' +) as n +on p.postal_code = n.alternate_name +and p.country_code = n.country_code +left join admin1_codes a1 + on a1.code = p.admin1_code + and p.country_code = a1.country_code +left join admin2_codes a2 + on a2.code = p.admin2_code + and a2.admin1_code = p.admin1_code + and a2.country_code = p.country_code +left join admin3_codes a3 + on a3.code = p.admin3_code + and a3.admin1_code = p.admin1_code + and a3.admin2_code = p.admin2_code + and a3.country_code = p.country_code +where p.country_code not in ({exclude_country_codes}) +group by postal_code, p.country_code +'''.format( + fields=','.join([f.name for f in postal_code_fields]), + exclude_country_codes=','.join("'{}'".format(code) for code in IGNORE_COUNTRY_POSTAL_CODES)) + + +wikipedia_query = ''' +select alternate_name, geonames_id, is_preferred_name +from alternate_names +where iso_language = 'link' +and alternate_name like '%%en.wikipedia%%' +order by alternate_name, is_preferred_name +''' + +BATCH_SIZE = 2000 + + +wiki_paren_regex = re.compile('(.*)[\s]*\(.*?\)[\s]*') + + +def normalize_wikipedia_title(title): + return safe_decode(title).replace(u'_', u' ') + + +def normalize_wikipedia_url(url): + url = urllib.unquote_plus(url) + + parsed = urlparse.urlsplit(url) + if parsed.query: + params = urlparse.parse_qs(parsed.query) + if 'title' in params: + return normalize_wikipedia_title(params['title'][0]) + + title = parsed.path.rsplit('/', 1)[-1] + if title not in ('index.php', 'index.html'): + return normalize_wikipedia_title(title) + + return None + + +def normalize_name(name): + name = name.replace('&', 'and') + name = name.replace('-', ' ') + name = name.replace(', ', ' ') + name = name.replace(',', ' ') + return name + + +saint_replacements = [ + ('st.', 'saint'), + ('st.', 'st'), + ('st', 'saint') +] + + +abbreviated_saint_regex = re.compile(r'\bSt(\.|\b)') + + +def normalize_display_name(name): + return abbreviated_saint_regex.sub('Saint', name).replace('&', 'and') + + +def utf8_normalize(s, form='NFD'): + return unicodedata.normalize(form, s) + + +def get_wikipedia_titles(db): + d = defaultdict(dict) + + cursor = db.execute(wikipedia_query) + + while True: + batch = cursor.fetchmany(BATCH_SIZE) + if not batch: + break + + for (url, geonames_id, is_preferred) in batch: + title = normalize_wikipedia_url(safe_encode(url)) + if title is not None and title.strip(): + title = utf8_normalize(normalize_name(title)) + d[title.lower()][geonames_id] = int(is_preferred or 0) + + return d + + +def create_geonames_tsv(db, out_dir=DEFAULT_DATA_DIR): + ''' + Writes geonames.tsv using the specified db to the specified data directory + ''' + filename = os.path.join(out_dir, 'geonames.tsv') + temp_filename = filename + '.tmp' + + f = open(temp_filename, 'w') + + writer = csv.writer(f, 'tsv_no_quote') + + init_languages() + + init_country_names() + + wiki_titles = get_wikipedia_titles(db) + logging.info('Fetched Wikipedia titles') + + # Iterate over GeoNames boundary types from largest (country) to smallest (neighborhood) + for boundary_type, codes in geonames_admin_dictionaries.iteritems(): + if boundary_type != boundary_types.COUNTRY: + predicate = 'where gn.feature_code in ({codes})'.format( + codes=','.join(['"{}"'.format(c) for c in codes]) + ) + else: + # The query for countries in GeoNames is somewhat non-trivial + predicate = 'where gn.geonames_id in (select geonames_id from countries)' + + query = base_geonames_query.format( + predicate=predicate + ) + + cursor = db.execute(query) + i = 1 + while True: + # Fetch rows in batches to save memory + batch = cursor.fetchmany(BATCH_SIZE) + if not batch: + break + rows = [] + for row in batch: + row = list(row) + row[DUMMY_BOUNDARY_TYPE_INDEX] = boundary_type + + language = row[LANGUAGE_INDEX] + + country_code = row[COUNTRY_CODE_INDEX] + + is_preferred = int(row[PREFERRED_INDEX] or 0) + is_historical = int(row[HISTORICAL_INDEX] or 0) + + lang_spoken = get_country_languages(country_code.lower(), official=False).get(language, None) + lang_official = get_country_languages(country_code.lower()).get(language, None) == 1 + null_language = not language.strip() + + is_canonical = row[NAME_INDEX] == row[CANONICAL_NAME_INDEX] + + alpha2_code = None + is_orig_name = False + + if boundary_type == boundary_types.COUNTRY: + alpha2_code = row[COUNTRY_CODE_INDEX] + + is_orig_name = row[NAME_INDEX] == row[CANONICAL_NAME_INDEX] and row[LANGUAGE_INDEX] == '' + # Set the canonical for countries to the local name, see country_official_name in country_names.py + country_canonical = country_localized_display_name(alpha2_code.lower()) + if not country_canonical or not country_canonical.strip(): + raise ValueError('Could not get local canonical name for country code={}'.format(alpha2_code)) + row[CANONICAL_NAME_INDEX] = country_canonical + + geonames_id = row[GEONAMES_ID_INDEX] + + name = utf8_normalize(safe_decode(row[NAME_INDEX])) + + # For non-postal codes, don't count + if name.isdigit(): + continue + + wikipedia_entries = wiki_titles.get(name.lower(), wiki_titles.get(normalize_name(name.lower()), {})) + + row[NAME_INDEX] = name + + if boundary_type == boundary_types.COUNTRY: + norm_name = normalize_name(name.lower()) + for s, repl in saint_replacements: + if not wikipedia_entries: + wikipedia_entries = wiki_titles.get(norm_name.replace(s, repl), {}) + + wiki_row = [] + + have_wikipedia = geonames_id in wikipedia_entries + wiki_preferred = wikipedia_entries.get(geonames_id, 0) + + ''' + The following set of heuristics assigns a numerical value to a given name + alternative, such that in the case of ambiguous names, this value can be + used as part of the ranking function (as indeed it will be during sort). + The higher the value, the more likely the given entity resolution. + ''' + if is_historical: + # Historical names, unlikely to be used + language_priority = 0 + elif not null_language and language != 'abbr' and lang_spoken is None: + # Name of a place in language not widely spoken e.g. Japanese name for a US toponym + language_priority = 1 + elif null_language and not is_preferred and not is_canonical: + # Null-language alternate names not marked as preferred, dubious + language_priority = 2 + elif language == 'abbr' and not is_preferred: + # Abbreviation, not preferred + language_priority = 3 + elif language == 'abbr' and is_preferred: + # Abbreviation, preferred e.g. NYC, UAE + language_priority = 4 + elif lang_spoken and not lang_official and not is_preferred: + # Non-preferred name but in a spoken (non-official) language + language_priority = 5 + elif lang_official == 1 and not is_preferred: + # Name in an official language, not preferred + language_priority = 6 + elif null_language and not is_preferred and is_canonical: + # Canonical name, may be overly official e.g. Islamic Republic of Pakistan + language_priority = 7 + elif is_preferred and not lang_official: + # Preferred names, not an official language + language_priority = 8 + elif is_preferred and lang_official: + # Official language preferred + language_priority = 9 + + row[DUMMY_LANGUAGE_PRIORITY_INDEX] = language_priority + + if have_wikipedia: + wiki_row = row[:] + wiki_row[DUMMY_HAS_WIKIPEDIA_ENTRY_INDEX] = wiki_preferred + 1 + rows.append(map(encode_field, wiki_row)) + + canonical = utf8_normalize(safe_decode(row[CANONICAL_NAME_INDEX])) + row[POPULATION_INDEX] = int(row[POPULATION_INDEX] or 0) + + have_normalized = False + + if is_orig_name: + canonical_row = wiki_row[:] if have_wikipedia else row[:] + + canonical_row_name = normalize_display_name(name) + if canonical_row_name != name: + canonical_row[NAME_INDEX] = safe_encode(canonical_row_name) + have_normalized = True + rows.append(map(encode_field, canonical_row)) + + if not have_wikipedia: + rows.append(map(encode_field, row)) + + # Country names have more specialized logic + if boundary_type == boundary_types.COUNTRY: + wikipedia_entries = wiki_titles.get(canonical.lower(), {}) + + canonical_row_name = normalize_display_name(canonical) + + canonical_row = row[:] + + if is_orig_name: + canonical = safe_decode(canonical) + canonical_row[NAME_INDEX] = safe_encode(canonical) + + norm_name = normalize_name(canonical.lower()) + for s, repl in saint_replacements: + if not wikipedia_entries: + wikipedia_entries = wiki_titles.get(norm_name.replace(s, repl), {}) + + if not wikipedia_entries: + norm_name = normalize_name(canonical_row_name.lower()) + for s, repl in saint_replacements: + if not wikipedia_entries: + wikipedia_entries = wiki_titles.get(norm_name.replace(s, repl), {}) + + have_wikipedia = geonames_id in wikipedia_entries + wiki_preferred = wikipedia_entries.get(geonames_id, 0) + + if have_wikipedia: + canonical_row[DUMMY_HAS_WIKIPEDIA_ENTRY_INDEX] = wiki_preferred + 1 + + if (name != canonical): + rows.append(map(encode_field, canonical_row)) + + if canonical_row_name != canonical and canonical_row_name != name: + canonical_row[NAME_INDEX] = safe_encode(canonical_row_name) + rows.append(map(encode_field, canonical_row)) + + if alpha2_code and is_orig_name: + alpha2_row = row[:] + alpha2_row[NAME_INDEX] = alpha2_code + alpha2_row[DUMMY_LANGUAGE_PRIORITY_INDEX] = 10 + rows.append(map(encode_field, alpha2_row)) + + if alpha2_code.lower() in country_alpha3_map and is_orig_name: + alpha3_row = row[:] + alpha3_row[NAME_INDEX] = country_code_alpha3_map[alpha2_code.lower()] + alpha3_row[DUMMY_LANGUAGE_PRIORITY_INDEX] = 10 + rows.append(map(encode_field, alpha3_row)) + + writer.writerows(rows) + logging.info('Did {} batches'.format(i)) + i += 1 + + cursor.close() + f.flush() + + f.close() + + logging.info('Sorting...') + + env = os.environ.copy() + env['LC_ALL'] = 'C' + + command = ['sort', '-t\t', '-u', '--ignore-case', + '-k{0},{0}'.format(NAME_INDEX + 1), + # If there's a Wikipedia link to this name for the given id, sort first + '-k{0},{0}nr'.format(DUMMY_HAS_WIKIPEDIA_ENTRY_INDEX + 1), + # Language priority rules as above + '-k{0},{0}nr'.format(DUMMY_LANGUAGE_PRIORITY_INDEX + 1), + # Sort descending by population (basic proxy for relevance) + '-k{0},{0}nr'.format(POPULATION_INDEX + 1), + # group rows for the same geonames ID together + '-k{0},{0}'.format(GEONAMES_ID_INDEX + 1), + # preferred names come first within that grouping + '-k{0},{0}nr'.format(PREFERRED_INDEX + 1), + # since uniquing is done on the sort key, add language + '-k{0},{0}'.format(LANGUAGE_INDEX + 1), + '-o', filename, temp_filename] + + p = subprocess.Popen(command, env=env) + + return_code = p.wait() + if return_code != 0: + raise subprocess.CalledProcessError(return_code, command) + + os.unlink(temp_filename) + + +def create_postal_codes_tsv(db, out_dir=DEFAULT_DATA_DIR): + filename = os.path.join(out_dir, 'postal_codes.tsv') + temp_filename = filename + '.tmp' + f = open(temp_filename, 'w') + + writer = csv.writer(f, 'tsv_no_quote') + + cursor = db.execute(postal_codes_query) + + i = 1 + while True: + batch = cursor.fetchmany(BATCH_SIZE) + if not batch: + break + rows = [ + map(encode_field, row) + for row in batch + ] + writer.writerows(rows) + logging.info('Did {} batches'.format(i)) + i += 1 + + cursor.close() + f.close() + + logging.info('Sorting...') + + subprocess.check_call([ + 'sort', '-t\t', '--ignore-case', + '-k{0},{0}'.format(POSTAL_CODE_INDEX + 1), + '-k{0},{0}nr'.format(POSTAL_CODE_POP_INDEX + 1), + '-o', filename, + temp_filename + ]) + os.unlink(temp_filename) + +# Generates a C header telling us the order of the fields as written +GEONAMES_FIELDS_HEADER = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'src', 'geonames_fields.h') + +GEONAMES_FIELDS_HEADER_FILE = '''enum geonames_fields {{ + {fields}, + NUM_GEONAMES_FIELDS +}}; +'''.format(fields=''', + '''.join(['{}={}'.format(f.c_constant, i) for i, f in enumerate(geonames_fields)])) + + +def write_geonames_fields_header(filename=GEONAMES_FIELDS_HEADER): + with open(filename, 'w') as f: + f.write(GEONAMES_FIELDS_HEADER_FILE) + +POSTAL_FIELDS_HEADER = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'src', 'postal_fields.h') + +POSTAL_FIELDS_HEADER_FILE = '''enum gn_postal_fields {{ + {fields}, + NUM_POSTAL_FIELDS +}}; +'''.format(fields=''', + '''.join(['{}={}'.format(f.c_constant, i) for i, f in enumerate(postal_code_fields)])) + + +def write_postal_fields_header(filename=POSTAL_FIELDS_HEADER): + with open(filename, 'w') as f: + f.write(POSTAL_FIELDS_HEADER_FILE) + + +if __name__ == '__main__': + # Handle argument parsing here + parser = argparse.ArgumentParser() + parser.add_argument('-d', '--db', + default=DEFAULT_GEONAMES_DB_PATH, + help='SQLite db file') + parser.add_argument('-o', '--out', + default=DEFAULT_DATA_DIR, help='output directory') + args = parser.parse_args() + db = sqlite3.connect(args.db) + + create_geonames_tsv(db, args.out) + create_postal_codes_tsv(db, args.out) + write_geonames_fields_header() + write_postal_fields_header() + db.close() diff --git a/scripts/geodata/geonames/db.py b/scripts/geodata/geonames/db.py new file mode 100644 index 0000000..36bb7b0 --- /dev/null +++ b/scripts/geodata/geonames/db.py @@ -0,0 +1,30 @@ +import sqlite3 +from collections import defaultdict + + +class GeoNamesDB(object): + names_query = ''' + select iso_language, alternate_name, + is_preferred_name, is_short_name + from alternate_names + where geonames_id = ? + and is_historic != '1' + and is_colloquial != '1' + and iso_language != 'post' + order by iso_language, cast(is_preferred_name as integer) desc, cast(is_short_name as integer) + ''' + + def __init__(self, filename): + self.db = sqlite3.connect(filename) + + def query(self, query, *params): + return self.db.execute(self.names_query, params) + + def get_alternate_names(self, geonames_id): + cursor = self.query(self.names_query, geonames_id) + language_names = defaultdict(list) + for language, name, is_preferred, is_short in cursor: + language_names[language].append((name, + int(is_preferred or 0), + int(is_short or 0))) + return dict(language_names) diff --git a/scripts/geodata/geonames/geonames_sqlite.py b/scripts/geodata/geonames/geonames_sqlite.py new file mode 100644 index 0000000..7f63516 --- /dev/null +++ b/scripts/geodata/geonames/geonames_sqlite.py @@ -0,0 +1,333 @@ +import os +import shutil +import sqlite3 + +import tempfile +import urlparse +import urllib2 +import subprocess + +import logging + +import argparse + +import csv +import sys + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.encoding import safe_decode +from geodata.geonames.paths import * + +from geodata.file_utils import * +from geodata.log import * + +from itertools import islice, chain + +log_to_file(sys.stderr) +logger = logging.getLogger('geonames.sqlite') + +BASE_URL = 'http://download.geonames.org/export/' + +DUMP_URL = urlparse.urljoin(BASE_URL, 'dump/') +ALL_COUNTRIES_ZIP_FILE = 'allCountries.zip' +HIERARCHY_ZIP_FILE = 'hierarchy.zip' +ALTERNATE_NAMES_ZIP_FILE = 'alternateNames.zip' + +ZIP_URL = urlparse.urljoin(BASE_URL, 'zip/') + +GEONAMES_DUMP_FILES = (ALL_COUNTRIES_ZIP_FILE, + HIERARCHY_ZIP_FILE, + ALTERNATE_NAMES_ZIP_FILE) + +# base_url, local_dir, is_gzipped, local_filename + + +GEONAMES_FILES = [(DUMP_URL, '', True, ALL_COUNTRIES_ZIP_FILE), + (DUMP_URL, '', True, HIERARCHY_ZIP_FILE), + (DUMP_URL, '', True, ALTERNATE_NAMES_ZIP_FILE), + (ZIP_URL, 'zip', True, ALL_COUNTRIES_ZIP_FILE), + ] + + +def download_file(url, dest): + logger.info('Downloading file from {}'.format(url)) + subprocess.check_call(['wget', url, '-O', dest]) + + +def admin_ddl(admin_level): + columns = ['country_code TEXT'] + \ + ['admin{}_code TEXT'.format(i) + for i in xrange(1, admin_level)] + + create = ''' + CREATE TABLE admin{level}_codes ( + geonames_id INT, + code TEXT, + name TEXT, + {fields} + )'''.format(level=admin_level, + fields=''', + '''.join(columns)) + + indices = ( + '''CREATE INDEX admin{}_code_index ON + admin{}_codes (code)'''.format(admin_level, admin_level), + '''CREATE INDEX admin{}_gn_id_index ON + admin{}_codes (geonames_id)'''.format(admin_level, admin_level), + ) + + return (create, ) + indices + +geonames_ddl = { + 'geonames': ( + '''CREATE TABLE geonames ( + geonames_id INT PRIMARY KEY, + name TEXT, + ascii_name TEXT, + alternate_names TEXT, + latitude DOUBLE, + longitude DOUBLE, + feature_class TEXT, + feature_code TEXT, + country_code TEXT, + cc2 TEXT, + admin1_code TEXT, + admin2_code TEXT, + admin3_code TEXT, + admin4_code TEXT, + population LONG DEFAULT 0, + elevation INT, + dem INT, + timezone TEXT, + modification_date TEXT)''', + '''CREATE INDEX feature_code ON + geonames (feature_code)''', + '''CREATE INDEX country_code ON + geonames (country_code)''', + '''CREATE INDEX admin_codes ON + geonames (country_code, admin1_code, admin2_code, admin3_code, admin4_code)''', + ), + + 'alternate_names': ( + '''CREATE TABLE alternate_names ( + alternate_name_id INT PRIMARY KEY, + geonames_id INT, + iso_language TEXT, + alternate_name TEXT, + is_preferred_name BOOLEAN DEFAULT 0, + is_short_name BOOLEAN DEFAULT 0, + is_colloquial BOOLEAN DEFAULT 0, + is_historic BOOLEAN DEFAULT 0)''', + '''CREATE INDEX geonames_id_index ON + alternate_names (geonames_id)''', + '''CREATE INDEX geonames_id_alt_name_index ON + alternate_names(geonames_id, alternate_name)''', + ), + + 'hierarchy': ( + '''CREATE TABLE hierarchy ( + parent_id INT, + child_id INT, + type TEXT + );''', + '''CREATE INDEX parent_child_index ON + hierarchy (parent_id, child_id)''', + '''CREATE INDEX child_parent_index ON + hierarchy (child_id, parent_id)''', + ), + + 'postal_codes': ( + '''CREATE TABLE postal_codes ( + country_code TEXT, + postal_code TEXT, + place_name TEXT, + admin1 TEXT, + admin1_code TEXT, + admin2 TEXT, + admin2_code TEXT, + admin3 TEXT, + admin3_code TEXT, + latitude DOUBLE, + longitude DOUBLE, + accuracy INT + )''', + '''CREATE INDEX post_code_index ON + postal_codes (country_code, postal_code)''', + '''CREATE INDEX postal_code_admins ON + postal_codes (country_code, admin1_code, admin2_code, admin3_code)''', + ), + 'admin1_codes': admin_ddl(1), + 'admin2_codes': admin_ddl(2), + 'admin3_codes': admin_ddl(3), + 'admin4_codes': admin_ddl(4), + +} + +geonames_file_table_map = { + ('', ALL_COUNTRIES_ZIP_FILE): 'geonames', + ('', ALTERNATE_NAMES_ZIP_FILE): 'alternate_names', + ('', HIERARCHY_ZIP_FILE): 'hierarchy', + ('zip', ALL_COUNTRIES_ZIP_FILE): 'postal_codes', +} + + +country_codes_create_table = ( + 'drop table if exists country_codes', + ''' + create table country_codes as + select distinct country_code from geonames + where feature_code in ('PCL', 'PCLI', 'PCLIX', 'PCLD', 'PCLF', 'PCLS', 'TERR') + ''', +) + +proper_countries_create_table = ( + 'drop table if exists proper_countries', + ''' + create table proper_countries as + select * from geonames + where feature_code in ('PCL', 'PCLI', 'PCLIX', 'PCLD', 'PCLF', 'PCLS') + and country_code in (select country_code from country_codes) + ''', +) + +territories_create_table = ( + 'drop table if exists territories', + ''' + create table territories as + select * from geonames where feature_code = 'TERR' + and country_code not in (select country_code from proper_countries); + ''', +) + +countries_create_table = ( + 'drop table if exists countries', + ''' + create table countries as + select * from proper_countries + union + select * from territories; + ''', + 'create index country_geonames_id on countries (geonames_id)', + 'create index conntry_country_code on countries (country_code)', +) + +country_alises_create_table = ( + 'drop table if exists country_aliases', + ''' + create table country_aliases as + select name, country_code + from countries + union + select alternate_name, country_code + from alternate_names an + join countries c + on c.geonames_id = an.geonames_id + where alternate_name != '' + and iso_language not in ('doi','faac','iata', + 'icao','link','post','tcid') + ''' +) + +country_table_create_statements = list(chain(country_codes_create_table, + proper_countries_create_table, + territories_create_table, + countries_create_table, + country_alises_create_table)) + + +def create_table(conn, table): + cursor = conn.cursor() + create_statements = geonames_ddl[table] + cursor.execute('DROP TABLE IF EXISTS {}'.format(table)) + for statement in create_statements: + cursor.execute(statement) + conn.commit() + + +def batch_iter(iterable, batch_size): + source_iter = iter(iterable) + while True: + batch = list(islice(source_iter, batch_size)) + if len(batch) > 0: + yield batch + else: + return + + +def populate_admin_table(conn, admin_level): + logging.info('Doing admin level {}'.format(admin_level)) + + columns = ['geonames_id', + 'admin{}_code'.format(admin_level), + 'name', + 'country_code'] + columns.extend(['admin{}_code'.format(i) + for i in xrange(1, admin_level)]) + + admin_insert_statement = ''' + insert into "admin{}_codes" + select {} + from geonames + where feature_code = "ADM{}" + '''.format(admin_level, ','.join(columns), admin_level) + + conn.execute(admin_insert_statement) + conn.commit() + + logging.info('Done with admin level {}'.format(admin_level)) + + +def import_geonames_table(conn, table, f, batch_size=2000): + # escape the brackets around the values format string so we can use later + statement = 'INSERT INTO "{}" VALUES ({{}})'.format(table) + cursor = conn.cursor() + for i, batch in enumerate(batch_iter(f, batch_size)): + num_cols = len(batch[0]) + cursor.executemany(statement.format(','.join(['?'] * num_cols)), batch) + conn.commit() + cursor = conn.cursor() + logging.info('imported {} batches ({} records)'.format(i + 1, (i + 1) * batch_size)) + cursor.close() + + +def create_geonames_sqlite_db(temp_dir, db_file=DEFAULT_GEONAMES_DB_PATH): + conn = sqlite3.connect(db_file) + logging.info('Created database at {}'.format(db_file)) + for url, directory, is_gzipped, filename in GEONAMES_FILES: + table = geonames_file_table_map[(directory, filename)] + create_table(conn, table) + full_url = urlparse.urljoin(url, filename) + dest_dir = os.path.join(temp_dir, directory) + ensure_dir(dest_dir) + dest_file = os.path.join(dest_dir, filename) + download_file(full_url, dest_file) + if is_gzipped: + unzip_file(dest_file, dest_dir) + filename = dest_file.replace('.zip', '.txt') + reader = csv.reader(open(filename), delimiter='\t', quotechar=None) + lines = (map(safe_decode, line) for line in reader) + import_geonames_table(conn, table, lines) + logging.info('Creating countries tables') + for statement in country_table_create_statements: + conn.execute(statement) + conn.commit() + logging.info('Creating admin tables') + for admin_level in xrange(1, 5): + create_table(conn, 'admin{}_codes'.format(admin_level)) + populate_admin_table(conn, admin_level) + conn.close() + + +if __name__ == '__main__': + # Handle argument parsing here + parser = argparse.ArgumentParser() + parser.add_argument('-t', '--temp-dir', + default=tempfile.gettempdir(), + help='Temporary work directory') + parser.add_argument('-o', '--out', + default=DEFAULT_GEONAMES_DB_PATH, + help='SQLite3 db filename') + args = parser.parse_args() + create_geonames_sqlite_db(args.temp_dir, args.out) diff --git a/scripts/geodata/geonames/paths.py b/scripts/geodata/geonames/paths.py new file mode 100644 index 0000000..47229f5 --- /dev/null +++ b/scripts/geodata/geonames/paths.py @@ -0,0 +1,9 @@ +import os + +this_dir = os.path.realpath(os.path.dirname(__file__)) + +GEONAMES_DB_NAME = 'geonames.db' + +DEFAULT_GEONAMES_DB_PATH = os.path.join(this_dir, os.path.pardir, + os.path.pardir, os.path.pardir, + 'data', 'geonames', GEONAMES_DB_NAME) diff --git a/scripts/geodata/geoplanet/__init__.py b/scripts/geodata/geoplanet/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/geoplanet/cleanup_geoplanet_db.sql b/scripts/geodata/geoplanet/cleanup_geoplanet_db.sql new file mode 100644 index 0000000..5f4e39c --- /dev/null +++ b/scripts/geodata/geoplanet/cleanup_geoplanet_db.sql @@ -0,0 +1,1826 @@ +-- Worldwide + update places + -- Aruba, Burundi, Nicaragua and Paraguay are listed as "Nationality" + set place_type = "Country" + where place_type = "Nationality"; + + -- For postal_codes parented by something like "LandFeature" or "Estate" or "HistoricalCounty" + -- or some other non-admin feature, set to the parent_id + update postal_codes + set parent_id = (select p_sub.parent_id from all_places p_sub where p_sub.id = postal_codes.parent_id) + where parent_id in ( + select distinct pc.parent_id + from postal_codes pc + left join places p + on pc.parent_id = p.id + where p.id is null + ); + + -- Run again for non-admin features parented by non-admin features + update postal_codes + set parent_id = (select p_sub.parent_id from all_places p_sub where p_sub.id = postal_codes.parent_id) + where parent_id in ( + select distinct pc.parent_id + from postal_codes pc + left join places p + on pc.parent_id = p.id + where p.id is null + ); + +-- United Kingdom + -- Make UK an abbreviation rather than a variant (as those aren't used) + update aliases set name_type = "A" + where id = 23424975 -- United Kingdom + and name = "UK" and language = "ENG"; + + -- City of London + update places + set place_type = "Town" + where id = 12695806; + + -- Isle of Man + update admins + set country_code = "IM", + country_id = 0 + where id = 23424847; + + update places + set country_code = "IM", + place_type = "Country" + where id = 23424847; + + update admins + set country_code = "IM", + country_id = state_id, -- Isle of Man is a "state" in GeoPlanet + state_id = county_id, -- States in Isle of Man are labeled counties + county_id = 0 + where state_id = 23424847; + + update places + set country_code = "IM", + place_type = "State" + where parent_id = 23424847; + + update places + set country_code = "IM" + where id in (select id from admins where country_code = "IM"); + + update postal_codes set country_code = "IM" + where parent_id in (select id from places where country_code = "IM"); + + -- Guernsey + update admins + set country_code = "GG", + country_id = 0 + where id = 23424827; + + update admins + set country_code = "GG", + country_id = county_id, -- Guernsey is a "county" in GeoPlanet + state_id = local_admin_id, -- States in Guernsey are labeled local_admins + county_id = 0, + local_admin_id = 0 + where county_id = 23424827; + + update places + set country_code = "GG", + place_type = "Country" + where id = 23424827; + + update places + set country_code = "GG", + place_type = "State" + where parent_id = 23424827; + + update places + set country_code = "GG" + where id in (select id from admins where country_code = "GG"); + + update postal_codes set country_code = "GG" + where parent_id in (select id from places where country_code = "GG"); + + -- Jersey + update admins + set country_code = "JE", + country_id = 0 + where id = 23424857; + + update admins + set country_code = "JE", + country_id = county_id, -- Jersey is a "county" in GeoPlanet + state_id = local_admin_id, -- States in Jersey are labeled local_admins + county_id = 0, + local_admin_id = 0 + where county_id = 23424857; + + update places + set country_code = "JE", + place_type = "Country" + where id = 23424857; + + update places + set country_code = "JE", + place_type = "State" + where parent_id = 23424857; + + update places + set country_code = "JE" + where id in (select id from admins where country_code = "JE"); + + update postal_codes set country_code = "JE" + where parent_id in (select id from places where country_code = "JE"); + + -- Postal codes assigned to a unitary authority should use the city + update postal_codes + set parent_id = ( + select sub.id + from places parent + join places sub + on sub.parent_id = parent.id + where parent.id = postal_codes.parent_id + and sub.place_type = "Town" + and parent.place_type = "LocalAdmin" + and replace(parent.name, " City", "") = sub.name + limit 1 + ) + where parent_id in ( + select distinct parent.id + from places parent + join places sub + on sub.parent_id = parent.id + where parent.country_code = "GB" + and parent.name like "% City" + and sub.place_type = "Town" + and parent.place_type = "LocalAdmin" + and replace(parent.name, " City", "") = sub.name + ); + + -- shire districts with City in the name are cities + update places + set place_type = "Town" + where country_code = "GB" + and place_type = "LocalAdmin" + and name like "% City" or name like "City %" + -- except for City of Westminster in London + and parent_id != 44418; + + -- shire districts + update places + set place_type = "County" + where country_code = "GB" + and place_type = "LocalAdmin" + -- except for boroughs of London + and parent_id != 44418; + + -- One place in the UK (Garrison) is parented by a postal_code + update places + set parent_id = 20078335 -- Fermanagh + where parent_id = 26353948; -- BT93 4 + + +-- Canada + + -- Alberta + -- listead as both county and state + update places + set parent_id = 2344915 + where parent_id = 29375228; + + update admins + set county_id = 0 + where state_id = 2344915; + + -- Manitoba + -- listead as both county and state + update places + set parent_id = 2344917 + where parent_id = 29375231; + + update admins + set county_id = 0 + where state_id = 2344917; + + -- Newfoundland and Labrador + -- listead as both county and state + update places + set parent_id = 2344919 + where parent_id = 29375216; + + update admins + set county_id = 0 + where state_id = 2344919; + + -- Northwest Territories + -- listed as both county and state + update places + set parent_id = 2344920 + where parent_id = 29375229; + + update admins + set county_id = 0 + where state_id = 2344920; + + -- Québec + -- listed as both county and state + update postal_codes + set parent_id = 2344924 + where parent_id = 29375121; + + update places + set parent_id = 2344924 + where parent_id = 29375121; + + update admins + set county_id = 0 + where county_id = 29375121; + + -- Saskatchewan + -- listed as both county and state + update places + set parent_id = 2344925 + where parent_id = 29375232; + + update admins + set county_id = 0 + where state_id = 2344925; + + -- Yukon Territory + -- listed as both county and state + update places + set parent_id = 2344926 + where parent_id = 29375157; + + update admins + set county_id = 0 + where state_id = 2344926; + + -- Nunavut + -- listed as both county and state + update places + set parent_id = 20069920 + where parent_id = 29375230; + + update admins + set county_id = 0 + where state_id = 20069920; + +-- Portugal + -- "County" in GeoPlanet is admin_level=7 (municipio) in OSM, switch to Town + update places + set place_type = "Town" + where country_code = "PT" + and place_type = "County"; + + -- there are now Towns parented by Towns, so make their parent_id point to their parent's parent + -- Note: SQLite can only do correlated subqueries, no joined updates, hence the clunky syntax + update places + set parent_id = (select p_sub.parent_id from places p_sub where p_sub.id = places.parent_id) + where id in (select p1.id from places p1 join places p2 on p1.parent_id = p2.id + where p1.country_code = "PT" and p1.place_type = "Town" and p2.place_type = "Town"); + + -- "State" in GeoPlanet is admin_level=6 in OSM, switch to County + -- except for Azores and Madeira + update places + set place_type = "County" + where country_code = "PT" + and place_type = "State" + and id not in (15021776, 2346570); + + update admins + set county_id = state_id + where country_code = "PT" + and state_id not in (15021776, 2346570); + + update admins + set county_id = 0 + where country_code = "PT" + and state_id in (15021776, 2346570); + + update admins + set state_id = 0 + where country_code = "PT" + and state_id not in (15021776, 2346570); + +-- Japan + update places + set place_type = "LocalAdmin" + where country_code = "JP" + and name like "%区"; + + update places + set place_type = "Suburb" + where country_code = "JP" + and name like "%丁目"; + +-- United States + -- DC + -- listed as both county and state + update places + set parent_id = 2347567 + where parent_id = 12587802; + + update admins + set county_id = 0 + where state_id = 2347567; + + -- Counties outside of Louisiana should be $name County + update places + set name = printf("%s County", name) + where country_code = "US" + and place_type = "County" + and name not like "% City" + and parent_id not in (2347577, 2347560); + + -- Counties outside of Louisiana should be $name County + update places + set name = printf("%s Parish", name) + where country_code = "US" + and place_type = "County" + and parent_id != 2347577; + + -- Preferred name for New York + update aliases + set name_type = "P" + where id = 2459115 + and name = "New York City" + and language = "ENG"; + + -- Additional abbreviations for NYC + update aliases + set name_type = "A" + where id = 2459115 + and name in ("NY City", "NY Cty", "New York Cty") + and language = "ENG"; + + -- Boroughs of NYC + -- listed as counties, make them LocalAdmin + update places + set place_type = "LocalAdmin" + where id in ( + 12589314, -- Bronx + 12589335, -- Brooklyn + 12589342, -- Manhattan + 12589352, -- Queens + 12589354 -- Staten Island + ); + + update admins + set local_admin_id = county_id, + county_id = 0 + where county_id in ( + 12589314, -- Bronx + 12589335, -- Brooklyn + 12589342, -- Manhattan + 12589352, -- Queens + 12589354 -- Staten Island + ); + +-- Germany + + -- "LocalAdmin" level are usually Gemeindes (municipalities) when they are parented by counties + -- and city districts when parented by towns + update places + set place_type = "Town" + where country_code = "DE" + and place_type = "LocalAdmin" + and parent_id in (select id from places where country_code = "DE" and place_type = "County"); + + +-- India - OK + +-- France + -- "LocalAdmin" level are cities except for the Arondissements + -- of Paris, Marseille, and Lyon + update places + set place_type = "Town" + where country_code = "FR" + and place_type = "LocalAdmin" + and parent_id not in ( + 615702, -- Paris + 610264, -- Marseille + 609125 -- Lyon + ); + +-- Poland + -- "LocalAdmin" level is either gmina (municipality) or city in OSM. + -- Since the "gmina" prefix is not used, we'll say city + update places + set place_type = "Town" + where country_code = "PL" + and place_type = "LocalAdmin"; + +-- Sweden + -- "County" level is admin_level=7 in OSM (kommun) which are municipalities + update places + set place_type = "Town" + where country_code = "SE" + and place_type = "County"; + + -- fix Towns parented by Towns + update places + set parent_id = (select p_sub.parent_id from places p_sub where p_sub.id = places.parent_id) + where id in (select p1.id from places p1 join places p2 on p1.parent_id = p2.id + where p1.country_code = "SE" and p1.place_type = "Town" and p2.place_type = "Town"); + + update admins + set county_id = 0 + where country_code = "SE"; + +-- Brasil + -- Many admin levels in Brasil, but in GeoPlanet "County" simply repeats the city name + update places + set place_type = "Town" + where country_code = "BR" + and place_type = "County"; + + -- fix Towns parented by Towns + update places + set parent_id = (select p_sub.parent_id from places p_sub where p_sub.id = places.parent_id) + where id in (select p1.id from places p1 join places p2 on p1.parent_id = p2.id + where p1.country_code = "BR" and p1.place_type = "Town" and p2.place_type = "Town"); + + update admins + set county_id = 0 + where country_code = "BR"; + +-- Romania - OK + +-- Spain + update places + set place_type = "Town" + where country_code = "ES" + and place_type = "LocalAdmin"; + +-- Taiwan + update places + set place_type = "Town" + where country_code = "TW" + and place_type = "State" + and name like "%市"; + + -- Places with place_type=Town ending in 鎮 should be city_district + update places + set place_type = "LocalAdmin" + where country_code = "TW" + and place_type = "Town" + and name like "%鎮" + and parent_id in (select id from places where country_code = "TW" and place_type = "Town"); + + + -- update cities within top-level cities to be city_district (ending with 區/qu, not 市/shi) + update places + set place_type = "LocalAdmin", + name = printf("%s區", substr(name, 1, length(name) - 1)) + where country_code = "TW" + and place_type = "Town" + and name like "%市" + -- top-level cities in Taiwan + and parent_id in (select id from places where parent_id = 23424971 and name like "%市"); + + + -- Places ending with qu (區) should be city_district + update places + set place_type = "LocalAdmin" + where country_code = "TW" + and place_type = "County" + and name like "%區"; + + -- Places ending with xiàn (縣) should be state_district + update places + set place_type = "County" + where country_code = "TW" + and place_type = "State" + and name like "%縣"; + + -- Places ending with xiāng (鄉) should be city + update places + set place_type = "Town" + where country_code = "TW" + and place_type = "County" + and name like "%鄉"; + + -- Places ending with lǐ (里) should be suburb + update places + set place_type = "Suburb" + where country_code = "TW" + and place_type = "County" + and name like "%里"; + +-- Italy + update places + set place_type = "Town" + where country_code = "IT" + and place_type = "LocalAdmin"; + +-- Netherlands + -- boroughs of Amsterdam should be city_district + update places + set place_type = "LocalAdmin" + where id in ( + 734698, -- Westpoort + 727281 -- Amsterdam Zuidoost + ); + + -- municipalities (cities) in OSM + update places + set place_type = "Town" + where country_code = "NL" + and place_type = "County"; + +-- Norway + -- suburbs of Oslo + update places + set place_type = "LocalAdmin" + where country_code = "NO" + and place_type = "County" + and parent_id = 862592; + + -- the rest are municipalities (cities) in OSM + update places + set place_type = "Town" + where country_code = "NO" + and place_type = "County" + and parent_id in (select id from places where country_code = "NO" and place_type = "State"); + +-- Turkey + -- Istanbul (city) + update places + set parent_id = 2347289 + where id = 2344116; + + update admins + set county_id = 0 + where id = 2344116; + + -- districts of Istanbul + update places + set parent_id = 2344116, -- Istanbul (city) + place_type = "LocalAdmin" + where parent_id = 2347289 -- Istanbul (province) + and place_type = "County"; + +-- Bulgaria + -- municipalities (cities) in OSM + update places + set place_type = "Town" + where country_code = "BG" + and place_type = "County"; + + update admins + set county_id = 0 + where country_code = "BG"; + +-- Argentina - OK + +-- Indonesia + + -- Set sub-municipalities of Jakaarta (e.g. Jakarta Barat) to city + update places + set place_type = "Town" + where parent_id = 1047378 -- Jakarta (city) + and place_type = "County"; + +-- Luxembourg + update places + set name = printf("District de %s", name) + where country_code = "LU" + and place_type = "State"; + + update places + set name = printf("Canton de %s", name) + where country_code = "LU" + and place_type = "County"; + + -- Set suburbs of Luxembourg (city) to city_district + update places + set place_type = "LocalAdmin" + where parent_id = 979721 -- Luxembourg City + and place_type = "Suburb"; + + -- Postal codes assigned to a LocalAdmin with a coterminous city should use the city + update postal_codes + set parent_id = ( + select p2.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.id = postal_codes.parent_id + and p1.place_type = "LocalAdmin" + and p2.place_type = "Town" + and p1.name = p2.name + limit 1 + ) + where parent_id in ( + select distinct p1.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.country_code = "LU" + and p1.place_type = "LocalAdmin" + and p2.place_type = "Town" + and p1.name = p2.name + ); + + update places + set place_type = "Town" + where country_code = "LU" + and parent_id != 979721 -- Luxembourg City + and place_type = "LocalAdmin"; + +-- Switzerland + -- using postal codes for Zürich the city + update postal_codes + set parent_id = 784794 -- Zürich (city) + where parent_id = 12593130; -- Zürich (county) + + update places + set parent_id = (select p_sub.parent_id from places p_sub where p_sub.id = places.parent_id) + where id in ( + select p1.id + from places p1 + join places p2 + on p1.parent_id = p2.id + where p1.country_code = "CH" + and p1.place_type = "Town" + and p2.place_type = "LocalAdmin" + ); + + update places + set place_type = "Town" + where country_code = "CH" + and place_type = "LocalAdmin"; + +-- Australia - OK + +-- Finland + -- "LocalAdmin" level is city in OSM. + update places + set place_type = "Town" + where country_code = "FI" + and place_type = "LocalAdmin"; + +-- Czech Republic + -- Use the prefix okres for Czech counties + update places + set name = printf("okres %s", name) + where country_code = "CZ" + and place_type = "County"; + + -- LocalAdmins used here don't appear to have a corresponding type in OSM + update places + set parent_id = (select p_sub.parent_id from places p_sub where p_sub.id = places.parent_id) + where id in ( + select p1.id + from places p1 + join places p2 + on p1.parent_id = p2.id + where p1.country_code = "CZ" + and p1.place_type = "Town" + and p2.place_type = "LocalAdmin" + ); + + update places + set place_type = "Town" + where country_code = "CZ" + and place_type = "LocalAdmin"; + +-- Hungary + -- Set Budapest's parent_id to the state + update places + set parent_id = 12577915 + where id = 804365; + + -- Set districts of Budapest to city_district, parented by Budapest the city + update places + set parent_id = 804365, + place_type = "LocalAdmin" + where parent_id = 12577915 + and place_type = "County"; + + -- These are suburbs in OSM + update places + set place_type = "Suburb" + where parent_id = 12593336 -- Bátonyterenye + and place_type = "Town"; + + -- Set all other counties to town + update places + set place_type = "Town" + where country_code = "HU" + and place_type = "County"; + +-- Algeria - OK + +-- South Africa + -- these are municipalities/cities + update places + set place_type = "Town" + where country_code = "ZA" + and place_type = "LocalAdmin"; + +-- Malaysia + -- LocalAdmins used here don't appear to have a type in OSM + update places + set parent_id = (select p_sub.parent_id from places p_sub where p_sub.id = places.parent_id) + where id in ( + select p1.id + from places p1 + join places p2 + on p1.parent_id = p2.id + where p1.country_code = "MY" + and p1.place_type = "Town" + and p2.place_type = "LocalAdmin" + ); + + update places + set place_type = "Town" + where id = 1140856; -- Bayan Lepas + + update places + set parent_id = 1141153, -- George Town + place_type = "Suburb" + where parent_id = 56013581 + and id != 1141153 -- except George Town itself + and place_type = "Town"; + + update postal_codes + set parent_id = 1149014 -- Kampong Sungai Gelugor + where parent_id = 1149059; -- Kampong Sungai Keluang + + update postal_codes + set parent_id = 1155026 -- Petaling Jaya + where parent_id = 56013632; -- Petaling (county) + + update postal_codes + set parent_id = ( + select p2.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.id = postal_codes.parent_id + and p1.place_type = "County" + and p2.place_type = "Town" + and p1.name = p2.name + limit 1 + ) + where parent_id in ( + select distinct p1.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.country_code = "MY" + and p1.place_type = "County" + and p2.place_type = "Town" + and p1.name = p2.name + ); + +-- Austria + -- Set Vienna's parent to the state + update places + set parent_id = 2344716 + where id = 551801; + + -- Use the prefix Bezirk for Austrian counties + update places + set name = printf("Bezirk %s", name) + where country_code = "AT" + and place_type = "County"; + + + -- Postal codes assigned to a LocalAdmin with a coterminous city should use the city + update postal_codes + set parent_id = ( + select p2.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.id = postal_codes.parent_id + and p1.place_type = "LocalAdmin" + and p2.place_type = "Town" + and p1.name = p2.name + limit 1 + ) + where parent_id in ( + select distinct p1.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.country_code = "AT" + and p1.place_type = "LocalAdmin" + and p2.place_type = "Town" + and p1.name = p2.name + ); + + -- Towns parented by a LocalAdmin should be parented by the grandparent County + update places + set parent_id = (select p_sub.parent_id from places p_sub where p_sub.id = places.parent_id) + where id in ( + select p1.id + from places p1 + join places p2 + on p1.parent_id = p2.id + where p1.country_code = "AT" + and p1.place_type = "Town" + and p2.place_type = "LocalAdmin" + ); + + -- Convert all other LocalAdmins to cities + update places + set place_type = "Town" + where country_code = "AT" + and place_type = "LocalAdmin"; + + -- Except the few districts/boroughs of Vienna listed in GeoPlanet + update places + set place_type = "LocalAdmin" + where id in (542098, 551778); + +-- China + -- special cities that have state status + update places + set name = replace(name, "直辖市", "市"), + place_type = "Town" + where id in ( + 12578011, -- Beijing + 12578012, -- Shanghai + 12578017, -- Tianjin + 20070171 -- Chongqing + ); + + -- City districts should be directly parented by their city + update places + set parent_id = (select p_sub.parent_id from places p_sub where p_sub.id = places.parent_id) + where id in ( + select p1.id + from places p1 + join places p2 + on p1.parent_id = p2.id + where p1.country_code = "CN" + and p1.place_type = "LocalAdmin" + and p2.place_type = "County" + and p2.parent_id in ( + 12578011, -- Beijing + 12578012, -- Shanghai + 12578017, -- Tianjin + 20070171 -- Chongqing + ) + ); + + -- City districts should be directly parented by their city + update places + set parent_id = (select grandparent.parent_id from places parent join places grandparent on parent.parent_id = grandparent.id where parent.id = places.parent_id) + where id in ( + select p1.id + from places p1 + join places p2 + on p1.parent_id = p2.id + join places p3 + on p2.parent_id = p3.id + where p1.country_code = "CN" + and p1.place_type = "LocalAdmin" + and p3.parent_id in ( + 12578011, -- Beijing + 12578012, -- Shanghai + 12578017, -- Tianjin + 20070171 -- Chongqing + ) + ); + + -- GeoPlanet has 4 digit postcodes. They're correct but Chine uses 6 digits and pads with zeros + update postal_codes + set name = printf("%s00", name) + where country_code = "CN" + and length(name) = 4; + + -- LocalAdmin ending with shi (市) should be city + update places + set place_type = "Town" + where country_code = "CN" + and name like "%市" + and place_type in ("County", "LocalAdmin"); + + -- Prefecture-level cities are labeled counties + update places + set place_type = "Town" + where country_code = "CN" + and place_type = "County" + and replace(name, " ", "") not like "%自治州"; + + + -- Counties are labeled LocalAdmin + update places + set place_type = "County" + where country_code = "CN" + and place_type = "LocalAdmin" + and name like "%县"; + + +-- New Zealand + -- Hokianga Harbour is listed as a bay in OSM and these "suburbs" are villages around the bay + update places + set place_type = "Town" + where place_type = "Suburb" + and parent_id = 28645523; + + -- Silverdale listed as town in OSM + update places + set place_type = "Town" + where id = 2350555; + + -- Wellington is both a city and a region + update places + set name = "Wellington Region" + where id = 15021762; + +-- Philippines + -- States in GeoPlanet are admin_level=3 (country_region) in libpostal + update places + set place_type = "CountryRegion" + where country_code = "PH" + and place_type = "State"; + + -- Counties in GeoPlanet are admin_level=4 (state) in libpostal + update places + set place_type = "State" + where country_code = "PH" + and place_type = "County"; + +-- Pakistan - OK + +-- Lebanon - OK + +-- Lithuania + -- LocalAdmins are admin_level=6 (state_district) + update places + set place_type = "County" + where country_code = "LT" + and place_type = "LocalAdmin"; + + -- Suburbs are admin_level=10 (city_district) + update places + set place_type = "LocalAdmin" + where country_code = "LT" + and place_type = "Suburb"; + +-- Estonia + -- Counties in GeoPlanet are municipalities/cities + update places + set place_type = "Town" + where country_code = "EE" + and place_type = "County"; + +-- Slovakia + -- Use the prefix okres for Slovak counties + update places + set name = printf("okres %s", name) + where country_code = "SK" + and place_type = "County" + and id not in ( + 29399347, -- Bratislava + 29399357 -- Košice + ); + + update places + set place_type = "Town" + where id in ( + select p1.id + from places p1 + join places p2 + on p1.parent_id = p2.id + where p1.country_code = "SK" + and p1.place_type = "LocalAdmin" + and p2.place_type = "County" + ); + +-- Bangladesh + -- only one postal code assigned to a district, so assign to town + update postal_codes + set parent_id = 1915034 -- Cox's Bazar (city) + where parent_id = 23706415; -- Cox's Bazar District + +-- Moldova + -- weirdly the name of the capital city is spelled wrong + update places + set name = "Chișinău" + where id = 480793; + + -- name of the state of Chișinău + update places + set name = "Municipiul Chișinău" + where id = 20069878; + + -- Bălţi also has a weird spelling + update places + set name = "Bălţi" + where id = 480080; + + -- Change state name to include Municipiul + update places + set name = "Municipiul Bălți" + where id = 20069873; + + update places + set name = printf("raionul %s", name) + where country_code = "MD" + and place_type = "State" + and id not in ( + 20069878, -- Municipiul Chișinău + 20069873, -- Municipiul Bălți + 20069881 -- Gagauzia + ); + +-- Denmark + -- Counties are municipalities/cities + update places + set place_type = "Town" + where country_code = "DK" + and place_type = "County"; + +-- Greece + -- Counties are municipalities/cities + update places + set place_type = "Town" + where country_code = "GR" + and place_type = "LocalAdmin"; + + -- uses English names, add "Region" to the end + update places + set name = printf("%s Region", name) + where country_code = "GR" + and place_type = "County"; + +-- Belgium + -- LocalAdmins are municipalities/cities + update places + set place_type = "Town" + where country_code = "BE" + and place_type = "LocalAdmin"; + + -- Suburbs of Antwerp are city_districts + update places + set place_type = "LocalAdmin" + where country_code = "BE" + and place_type = "Suburb" + and parent_id = 966591; -- Antwerp + +-- Israel + -- Add "District" to Haifa, Tel Aviv, and Jerusalem + update places + set name = printf("%s District", name) + where country_code = "IL" + and place_type = "State" + and id in ( + 2345794, -- Haifa + 2345795, -- Tel Aviv + 2345796 -- Jerusalem + ); + +-- Kenya - OK + +-- Cyprus - OK + +-- Croatia + -- Towns parented by Counties should be parented by State + update places + set parent_id = (select p_sub.parent_id from places p_sub where p_sub.id = places.parent_id) + where id in ( + select p1.id + from places p1 + join places p2 + on p1.parent_id = p2.id + where p1.country_code = "HR" + and p1.place_type = "Town" + and p2.place_type = "County" + ); + +-- Georgia - OK + +-- Latvia - OK + +-- Chile + -- Región Metropolitana de Santiago + update places + set name = "Región Metropolitana de Santiago" + where id = 2345029; + + -- other states should begin with "Región de" + update places + set name = printf("Región de %s", name) + where country_code = "CL" + and place_type = "State" + and id != 2345029; + + -- Counties begin with "Provincia de" + update places + set name = printf("Provincia de %s", name) + where country_code = "CL" + and place_type = "County"; + + -- LocalAdmins are cities + update places + set place_type = "Town" + where country_code = "CL" + and place_type = "LocalAdmin"; + +-- México + -- "Counties" parented by Mexico City are city_districts + update places + set place_type = "LocalAdmin", + parent_id = 116545 + where country_code = "MX" + and place_type = "County" + and parent_id = 2346272; + +-- Tunisia - OK + +-- Ecuador + -- Counties should begin with "Cantón" + update places + set name = printf("Cantón %s", name) + where country_code = "EC" + and place_type = "County"; + +-- Thailand + -- Set postal codes parented by Bangkok (state) to Bangkok (city) + update postal_codes + set parent_id = 1225448 + where parent_id = 2347165; + + -- Bangkok city districts + update places + set place_type = "LocalAdmin", + parent_id = 1225448 + where parent_id = 2347165 + and place_type = "County"; + +-- Nepal + -- LocalAdmins are state_districts + update places + set place_type = "County" + where country_code = "NP" + and place_type = "LocalAdmin"; + +-- Macedonia + -- no states in Macedonia, only municipalities + update places + set place_type = "Town" + where country_code = "MK" + and place_type = "State"; + +-- Morocco + -- LocalAdmins are state_districts + update places + set place_type = "County" + where country_code = "MA" + and place_type = "LocalAdmin"; + +-- Venezuela + -- LocalAdmin + update places + set place_type = "Town" + where country_code = "VE" + and place_type = "LocalAdmin"; + +-- Belarus - OK + +-- Slovenia + -- States/Counties in Slovenia are just municipalities + update places + set place_type = "Town" + where country_code = "SI" + and place_type in ("State", "County"); + +-- Guatemala + -- Counties in Guatemala are just municipalities + update places + set place_type = "Town" + where country_code = "GT" + and place_type = "County"; + +-- Bosnia and Herzegovina - OK + +-- Armenia - OK + +-- Jordan - OK + +-- Paraguay + -- Counties in Paraguay are just municipalities + update places + set place_type = "Town" + where country_code = "PY" + and place_type = "County"; + +-- Sri Lanka + -- add the suffix "Province" to states/provinces + update places + set name = printf("%s Province", name) + where country_code = "LK" + and place_type = "State"; + + -- add the suffix "District" to all districts + update places + set name = printf("%s District", name) + where country_code = "LK" + and place_type = "County"; + +-- Senegal - OK + +-- Honduras + -- Postal codes assigned to a County with a coterminous city should use the city + update postal_codes + set parent_id = ( + select p2.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.id = postal_codes.parent_id + and p1.place_type = "County" + and p2.place_type = "Town" + and p1.name = p2.name + limit 1 + ) + where parent_id in ( + select distinct p1.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.country_code = "HN" + and p1.place_type = "County" + and p2.place_type = "Town" + and p1.name = p2.name + ); + +-- Mozambique - OK + +-- Iraq - OK + +-- Iran - OK + +-- El Salvador + -- States should be prefixed with "Departamento de" + update places + set name = printf("Departamento de %s", name) + where country_code = "SV" + and place_type = "State"; + + -- Assign postal codes that are part of counties to their coterminous towns + update postal_codes + set parent_id = ( + select p2.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.id = postal_codes.parent_id + and p1.place_type = "County" + and p2.place_type = "Town" + and p1.name = p2.name + limit 1 + ) + where parent_id in ( + select distinct p1.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.country_code = "SV" + and p1.place_type = "County" + and p2.place_type = "Town" + and p1.name = p2.name + ); + + -- The rest of the Counties are towns + update places + set place_type = "Town" + where country_code = "SV" + and place_type = "County"; + +-- Uruguay - OK + +-- Egypt - OK + +-- Nigeria - OK + +-- Sudan - OK + +-- Kazhakstan - OK + +-- South Korea + -- Counties below cities are city_districts + update places + set place_type = "LocalAdmin" + where id in ( + select p1.id + from places p1 + join places p2 + on p1.parent_id = p2.id + where p1.country_code = "KR" + and p1.place_type = "County" + and p2.place_type = "Town" + ); + + -- Set LocalAdmins ending with 동/dong to suburb + update places + set place_type = "Suburb" + where country_code = "KR" + and place_type = "LocalAdmin" + and name like "%동"; + +-- Monaco + -- City of Monaco is parented by the country + update places + set parent_id = 23424892 + where id = 483301; + + -- Set wards of Monaco to city_district + update places + set place_type = "LocalAdmin" + where parent_id = 483301; + +-- Dominican Republic - OK + +-- Russia - OK + +-- Kuwait - OK + +-- Maldives - OK + +-- Uzbekiztan - OK + +-- Puerto Rico + -- Assign postal codes that are part of counties to their coterminous towns + update postal_codes + set parent_id = ( + select p2.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.id = postal_codes.parent_id + and p1.place_type = "County" + and p2.place_type = "Town" + and p1.name = p2.name + limit 1 + ) + where parent_id in ( + select distinct p1.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.country_code = "PR" + and p1.place_type = "County" + and p2.place_type = "Town" + and p1.name = p2.name + ); + + -- The rest of the Counties are towns + update places + set place_type = "Town" + where country_code = "PR" + and place_type = "County"; + + -- States are counties + update places + set place_type = "County" + where country_code = "PR" + and place_type = "State"; + +-- Costa Rica + -- prefix states with "Provincia" + update places + set name = printf("Provincia %s", name) + where country_code = "CR" + and place_type = "State"; + + -- prefix counties with "Cantón" + update places + set name = printf("Cantón %s", name) + where country_code = "CR" + and place_type = "County"; + + -- Towns parented by LocalAdmins should be parented by counties + update places + set parent_id = (select p_sub.parent_id from places p_sub where p_sub.id = places.parent_id) + where id in ( + select p1.id + from places p1 + join places p2 + on p1.parent_id = p2.id + where p1.country_code = "CR" + and p1.place_type = "Town" + and p2.place_type = "LocalAdmin" + ); + + -- The rest of the LocalAdmins are villages + update places + set place_type = "Town" + where country_code = "CR" + and place_type = "LocalAdmin"; + +-- Haiti - OK + +-- Palestine + -- Gaza / West Bank are country_region + update places + set place_type = "CountryRegion" + where country_code = "PS" + and place_type = "State"; + +-- Iceland - OK + +-- Montegnegro + -- add the prefix "Opština" to states + update places + set name = printf("Opština %s", name) + where country_code = "ME" + and place_type = "State"; + +-- Laos - OK + +-- Faroe Islands + -- add the suffix "sýsla" to states + update places + set name = printf("%s sýsla", name) + where country_code = "FO" + and place_type = "State"; + +-- Ethiopia + -- Set Addis Ababa's parent to the state + update places + set parent_id = 56013543 + where id = 1313090; + + -- Set zones of Addis Ababa to city_district parented by the city + update places + set place_type = "LocalAdmin", + parent_id = 1313090 + where id in ( + 56017368, -- Addis Ababa Zone 1 + 56017369, -- Addis Ababa Zone 2 + 56017370, -- Addis Ababa Zone 3 + 56017371, -- Addis Ababa Zone 4 + 56017372, -- Addis Ababa Zone 5 + 56017373 -- Addis Ababa Zone 6 + ); + +-- Madagascar + -- Set towns and counties in Madagascar to just be parented by the country itself + update places + set parent_id = 23424883 + where country_code = "MG" + and place_type in ("Town", "County"); + + -- Set Antananarivo postal codes to the city + update postal_codes + set parent_id = 1358594 + where parent_id = 2346150; + + -- All other counties in Madagascar in GeoPlanet are municipalities + update places + set place_type = "Town" + where country_code = "MG" + and place_type = "County"; + +-- Papua New Guinea - OK + +-- Guinea Bissau + update places + set name = printf("Região de %s", name) + where country_code = "GW" + and place_type = "State"; + +-- Singapore + update places + set name = printf("%s Community Development Council", name) + where country_code = "SG" + and place_type = "State"; + +-- Bermuda - OK + +-- Guinea + -- Add prefix "Région de" to states + update places + set name = printf("Région de %s", name) + where country_code = "GN" + and place_type = "State"; + + -- Add prefix "Préfecture de" to counties + update places + set name = printf("Préfecture de %s", name) + where country_code = "GN" + and place_type = "County"; + +-- Niger + -- Add prefix "Région de" to states + update places + set name = printf("Région de %s", name) + where country_code = "NE" + and place_type = "State"; + + -- Add prefix "Département de" to counties + update places + set name = printf("Département de %s", name) + where country_code = "NE" + and place_type = "County"; + +-- Ukraine - OK + +-- Swaziland + update places + set name = printf("Inkhundla %s", name) + where country_code = "SZ" + and place_type = "County"; + +-- Vietnam - OK + +-- Azerbaijan - OK + +-- French Polynesia + -- Counties in French Polynesia are municipalities + update places + set place_type = "Town" + where country_code = "PF" + and place_type = "County"; + + -- States in French Polynesia are state_districts + update places + set place_type = "County" + where country_code = "PF" + and place_type = "State"; + +-- Kyrgyzstan + -- add suffix "Oblast" to the states + update places + set name = printf("%s Oblast", name) + where country_code = "KG" + and place_type = "State"; + +-- Turkmenistan + -- Towns should be parented by the country + update places + set parent_id = 23424972 + where country_code = "TM" + and place_type = "Town"; + -- States should be cities + update places + set place_type = "Town" + where country_code = "TM" + and place_type = "State"; + +-- Brunei + -- Counties are just cities/villages + update places + set place_type = "Town" + where country_code = "BN" + and place_type = "County"; + +-- Åland Islands - OK + +-- Réunion - OK + +-- Guadeloupe - OK + +-- Cabo Verde - OK + +-- Mongolia - OK + +-- New Caledonia + -- Set correct names for the provinces + update places + set name = "Province des Îles Loyauté" + where id = 24549805; + + update places + set name = "Province du Nord" + where id = 24549806; + + update places + set name = "Province Sud" + where id = 24549807; + + -- Counties in New Caledonia are municipalities + update places + set place_type = "Town" + where country_code = "NC" + and place_type = "County"; + +-- Martinique + -- Counties in Martinique are municipalities + update places + set place_type = "Town" + where country_code = "MQ" + and place_type = "County"; + + +-- Greenland + -- Towns in Greenland should just be parented by the country, states aren't current anyway + update places + set parent_id = 23424828 + where country_code = "GL" + and place_type = "Town"; + +-- Malta + -- Counties in Malta are municipalities + update places + set place_type = "Town" + where country_code = "MT" + and place_type = "County"; + +-- South Sudan - OK + +-- French Guiana - OK + +-- Ireland + update places + set name = printf("County %s", name) + where country_code = "IE" + and place_type = "State"; + +-- Guam + update places + set place_type = "Town" + where country_code = "GU" + and place_type = "State"; + +-- US Virgin Islands + -- Towns parented by counties should be parented by the island/state + update places + set parent_id = (select p_sub.parent_id from places p_sub where p_sub.id = places.parent_id) + where id in ( + select p1.id + from places p1 + join places p2 + on p1.parent_id = p2.id + where p1.country_code = "VI" + and p1.place_type = "Town" + and p2.place_type = "County" + ); + + -- GeoPlanet counties in the Virgin Islands are municipalities + update places + set place_type = "Town" + where country_code = "VI" + and place_type = "County"; + + -- States in the Virgin Islands are US counties + update places + set place_type = "County" + where country_code = "VI" + and place_type = "State"; + +-- Oman + -- Counties in Oman are municipalities + update places + set place_type = "Town" + where country_code = "OM" + and place_type = "County"; + +-- Liechtenstein + -- States in Liechtenstein are municipalities (gemeinde) + update places + set place_type = "Town" + where country_code = "LI" + and place_type = "State"; + +-- Mayotte + -- States in Mayotte are municipalities (gemeinde) + update places + set place_type = "Town" + where country_code = "YT" + and place_type = "State"; + +-- Bahrain + -- add the suffix "محافظة" (governorate) to states + update places + set name = printf("%s محافظة", name) + where country_code = "BH" + and place_type = "State"; + + -- Counties in Bahrain are municipalities + update places + set place_type = "Town" + where country_code = "BH" + and place_type = "County"; + +-- San Marino + -- Città di San Marino + update places + set name = "Città di San Marino" + where id = 532373; + + -- States in San Marino are municipalities + update places + set place_type = "Town" + where country_code = "SM" + and place_type = "State"; + + -- Map postal codes to cities instead of states + update postal_codes + set parent_id = ( + select p2.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.id = postal_codes.parent_id + and p1.place_type = "State" + and p2.place_type = "Town" + and p1.name = p2.name + limit 1 + ) + where parent_id in ( + select distinct p1.id + from places p1 + join places p2 + on p1.id = p2.parent_id + where p1.country_code = "SM" + and p1.place_type = "State" + and p2.place_type = "Town" + and p1.name = p2.name + ); + + -- Cities should be parented by the country, not the states + update places + set parent_id = (select p_sub.parent_id from places p_sub where p_sub.id = places.parent_id) + where id in ( + select p1.id + from places p1 + join places p2 + on p1.parent_id = p2.id + where p1.country_code = "SM" + and p1.place_type = "Town" + and p2.place_type = "State" + ); + +-- Timor Leste - OK + +-- Zambia + -- Add suffix "Province" on states + update places + set name = printf("%s Province", name) + where country_code = "ZM" + and place_type = "State"; + +-- Andorra + -- Postal codes for Andorra la Vella should be on the city, not the state + update postal_codes + set parent_id = 472553 -- Andorra la Vella (city) + where parent_id = 20070553; -- Andorra la Vella (state) + +-- Federated States of Micronesia - OK + +-- Northern Mariana Islands + -- Add suffix "Municipality" and set states to counties + update places + set name = printf("%s Municipality", name), + place_type = "County" + where country_code = "MP" + and place_type = "State"; + +-- Tajikistan - OK + +-- Wallis-et-Futuna + -- Cities should be parented by country, not states + update places + set parent_id = 23424989 -- Wallis-et-Futuna + where id = 1064134; -- Matâ' Utu + +-- Marshall Islands + -- States in the Marshall Islands are US counties + update places + set place_type = "County" + where country_code = "MH" + and place_type = "State"; + +-- American Samoa + -- Counties in American Samoa should be parented by the country + update places + set parent_id = 23424746 -- American Samoa + where country_code = "AS" + and place_type = "County"; + +-- Saint-Barthélemy - OK + +-- Cocos (Keeling) Islands - OK + +-- Christmas Island - OK + +-- Norfolk Island - OK + +-- Saint-Pierre-et-Miquelon + -- Set all postal codes to the country + update postal_codes + set parent_id = 23424939 -- Saint-Pierre-et-Miquelon + where country_code = "PM"; + +-- Palau - OK + +-- US Minor Outlying Islands + -- Counties should be parented by the country + update places + set place_type = "County" + where country_code = "UM" + and place_type = "State"; + + -- Set all postal codes to the country + update postal_codes + set parent_id = 28289407 -- US Minor Outlying Islands + where country_code = "UM"; + +-- Vatican - OK diff --git a/scripts/geodata/geoplanet/create_geoplanet_db.sh b/scripts/geodata/geoplanet/create_geoplanet_db.sh new file mode 100755 index 0000000..bfecdd4 --- /dev/null +++ b/scripts/geodata/geoplanet/create_geoplanet_db.sh @@ -0,0 +1,154 @@ +#!/usr/bin/env bash + +: ' +create_geoplanet_db.sh +------------------------- + +Shell script to download Geo Planet and derive inputs +for address parser training set construction. + +Usage: ./create_geoplanet_db.sh out_dir +' + +if [ "$#" -ge 1 ]; then + OUT_DIR=$1 + mkdir -p $OUT_DIR +else + OUT_DIR=$(pwd) +fi + +GEOPLANET_ZIP_FILE="geoplanet_data_7.10.0.zip" +# Internet Archive URL +GEOPLANET_URL="https://archive.org/download/$GEOPLANET_ZIP_FILE/$GEOPLANET_ZIP_FILE" +GEOPLANET_ORIGINAL_PLACES_FILE="geoplanet_places_7.10.0.tsv" +GEOPLANET_ADMINS_FILE="geoplanet_admins_7.10.0.tsv" +GEOPLANET_ORIGINAL_ALIASES_FILE="geoplanet_aliases_7.10.0.tsv" + +GEOPLANET_ALL_PLACES_FILE="geoplanet_all_places.tsv" +GEOPLANET_PLACES_FILE="geoplanet_places.tsv" +GEOPLANET_POSTAL_CODES_FILE="geoplanet_postal_codes.tsv" +GEOPLANET_ALIASES_FILE="geoplanet_aliases.tsv" + +GEOPLANET_GEONAMES_CONCORDANCE_FILE="geonames-geoplanet-matches.csv" +GEOPLANET_GEONAMES_CONCORDANCE_URL="https://github.com/blackmad/geoplanet-concordance/raw/master/current/$GEOPLANET_GEONAMES_CONCORDANCE_FILE" + +GEOPLANET_DB_FILE="geoplanet.db" + +function download_file() { + echo "Downloading $1" + response=$(curl -sL -w "%{http_code}" $1 --retry 3 --retry-delay 5 -o $OUT_DIR/$2) + if [ $response -ne "200" ]; then + echo "Could not download $GEOPLANET_URL" + exit 1 + fi +} + + +if [ ! -f $OUT_DIR/$GEOPLANET_ZIP_FILE ]; then + echo "Downloading GeoPlanet" + download_file $GEOPLANET_URL $GEOPLANET_ZIP_FILE +fi + +cd $OUT_DIR +echo "Unzipping GeoPlanet file" +unzip -o $GEOPLANET_ZIP_FILE + +echo "Creating GeoPlanet postal codes file" +awk -F'\t' 'BEGIN{OFS="\t";} {if ($5 == "Zip") print $0;}' $GEOPLANET_ORIGINAL_PLACES_FILE > $GEOPLANET_POSTAL_CODES_FILE + +echo "Creating GeoPlanet all places file" +tail -n+2 $GEOPLANET_ORIGINAL_PLACES_FILE > $GEOPLANET_ALL_PLACES_FILE + +echo "Creating GeoPlanet places file" +awk -F'\t' 'BEGIN{OFS="\t";} {if ($5 == "Continent" || $5 == "Country" || $5 == "Nationality" || $5 == "State" || $5 == "County" || $5 == "Town" || $5 == "LocalAdmin" || $5 == "Island" || $5 == "Suburb") print $0;}' $GEOPLANET_ORIGINAL_PLACES_FILE > $GEOPLANET_PLACES_FILE + +echo "Creating GeoPlanet aliases file" +tail -n+2 $GEOPLANET_ORIGINAL_ALIASES_FILE > $GEOPLANET_ALIASES_FILE + +echo "Fetching GeoNames concordance" +download_file $GEOPLANET_GEONAMES_CONCORDANCE_URL $GEOPLANET_GEONAMES_CONCORDANCE_FILE + +echo "Creating SQLite db" + +echo " +DROP TABLE IF EXISTS places; +CREATE TABLE places ( + id integer primary key, + country_code text, + name text, + language text, + place_type text, + parent_id integer +); + +.separator \t +.import $OUT_DIR/$GEOPLANET_PLACES_FILE places + +CREATE INDEX places_parent_id_index on places(parent_id); +CREATE INDEX places_country_code on places(country_code); + +DROP TABLE IF EXISTS all_places; +CREATE TABLE all_places AS SELECT * FROM places WHERE 0; +.import $OUT_DIR/$GEOPLANET_ALL_PLACES_FILE all_places + +DROP TABLE IF EXISTS postal_codes; +CREATE TABLE postal_codes ( + id integer primary key, + country_code text, + name text, + language text, + place_type text, + parent_id integer +); + +.import $OUT_DIR/$GEOPLANET_POSTAL_CODES_FILE postal_codes +CREATE INDEX postal_codes_parent_id_index on postal_codes(parent_id); +CREATE INDEX postal_codes_country_code on postal_codes(country_code); + +DROP TABLE IF EXISTS admins; +CREATE TABLE admins ( + id integer primary key, + country_code text, + state_id integer, + county_id integer, + local_admin_id integer, + country_id integer, + continent_id integer +); + +.import $OUT_DIR/$GEOPLANET_ADMINS_FILE admins + +CREATE INDEX admin_country_code on admins(country_code); +CREATE INDEX admin_state_id on admins(state_id); +CREATE INDEX admin_county_id on admins(county_id); +CREATE INDEX admin_local_admin_id on admins(local_admin_id); +CREATE INDEX admin_country_id on admins(country_id); +CREATE INDEX admin_continent_id on admins(continent_id); + +DROP TABLE IF EXISTS aliases; +CREATE TABLE aliases ( + id integer, + name text, + name_type text, + language text +); + +.import $OUT_DIR/$GEOPLANET_ALIASES_FILE aliases + +CREATE INDEX alias_id on aliases(id); + +DROP TABLE IF EXISTS geonames_concordance; +CREATE TABLE geonames_concordance ( + id integer primary key, + geonames_id integer, + name text, + lat number, + lon number +); + +.mode csv +.import $OUT_DIR/$GEOPLANET_GEONAMES_CONCORDANCE_FILE geonames_concordance + +CREATE INDEX geonames_concordance_geonames_id on geonames_concordance(geonames_id); + +" | sqlite3 $OUT_DIR/$GEOPLANET_DB_FILE \ No newline at end of file diff --git a/scripts/geodata/geoplanet/geoplanet_training_data.py b/scripts/geodata/geoplanet/geoplanet_training_data.py new file mode 100644 index 0000000..68e9f2c --- /dev/null +++ b/scripts/geodata/geoplanet/geoplanet_training_data.py @@ -0,0 +1,353 @@ +import argparse +import csv +import itertools +import os +import six +import sqlite3 +import sys + +from collections import defaultdict + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.address_expansions.abbreviations import abbreviate +from geodata.address_expansions.equivalence import equivalent +from geodata.address_expansions.gazetteers import * + +from geodata.address_formatting.formatter import AddressFormatter + +from geodata.countries.names import country_names +from geodata.postal_codes.validation import postcode_regexes +from geodata.names.normalization import name_affixes +from geodata.places.config import place_config + +from geodata.csv_utils import tsv_string, unicode_csv_reader + +GEOPLANET_DB_FILE = 'geoplanet.db' +GEOPLANET_FORMAT_DATA_TAGGED_FILENAME = 'geoplanet_formatted_addresses_tagged.tsv' +GEOPLANET_FORMAT_DATA_FILENAME = 'geoplanet_formatted_addresses.tsv' + + +class GeoPlanetFormatter(object): + # Map of GeoPlanet language codes to ISO-639 alpha2 language codes + language_codes = { + 'ENG': 'en', + 'JPN': 'ja', + 'GER': 'de', + 'SPA': 'es', + 'FRE': 'fr', + 'UNK': 'unk', + 'ITA': 'it', + 'POR': 'pt', + 'POL': 'pl', + 'ARA': 'ar', + 'CZE': 'cs', + 'SWE': 'sv', + 'CHI': 'zh', + 'RUM': 'ro', + 'FIN': 'fi', + 'DUT': 'nl', + 'NOR': 'nb', + 'DAN': 'da', + 'HUN': 'hu', + 'KOR': 'kr', + } + + non_latin_script_languages = { + 'JPN', # Japanese + 'ARA', # Arabic + 'CHI', # Chinese + 'KOR', # Korean + } + + ALIAS_PREFERRED = 'P' + ALIAS_PREFERRED_FOREIGN = 'Q' + ALIAS_VARIANT = 'V' + ALIAS_ABBREVIATED = 'A' + ALIAS_COLLOQUIAL = 'S' + + # Map of GeoPlanet place types to address formatter types + place_types = { + 'Continent': AddressFormatter.WORLD_REGION, + 'Country': AddressFormatter.COUNTRY, + 'CountryRegion': AddressFormatter.COUNTRY_REGION, + 'State': AddressFormatter.STATE, + 'County': AddressFormatter.STATE_DISTRICT, + 'Island': AddressFormatter.ISLAND, + 'Town': AddressFormatter.CITY, + # Note: if we do general place queris from GeoPlanet, this + # may have to be mapped more carefully + 'LocalAdmin': AddressFormatter.CITY_DISTRICT, + 'Suburb': AddressFormatter.SUBURB, + } + + def __init__(self, geoplanet_db): + self.db = sqlite3.connect(geoplanet_db) + + # These aren't too large and it's easier to have them in memory + self.places = {row[0]: row[1:] for row in self.db.execute('select * from places')} + self.aliases = defaultdict(list) + + self.coterminous_admins = {} + self.admins_with_ambiguous_city = set() + + print('Doing admin ambiguities') + for row in self.db.execute('''select p.id, + (select count(*) from places where parent_id = p.id) as num_places, + (select count(*) from places where parent_id = p.id and place_type = "Town") as num_towns, + p2.id + from places p + join places p2 + on p2.parent_id = p.id + and p.name = p2.name + and p.place_type != "Town" + and p2.place_type = "Town" + group by p.id'''): + place_id, num_places, num_towns, coterminous_town_id = row + num_places = int(num_places) + num_towns = int(num_towns) + + if num_places == 1 and num_towns == 1: + self.coterminous_admins[place_id] = coterminous_town_id + self.admins_with_ambiguous_city.add(place_id) + + print('num coterminous: {}'.format(len(self.coterminous_admins))) + print('num ambiguous: {}'.format(len(self.admins_with_ambiguous_city))) + + print('Doing aliases') + for row in self.db.execute('''select a.* from aliases a + left join places p + on a.id = p.id + and p.place_type in ("State", "County") + and a.language != p.language + where name_type != "S" -- no colloquial aliases like "The Big Apple" + and name_type != "V" -- variants can often be demonyms like "Welsh" or "English" for UK + and p.id is NULL -- exclude foreign-language states/county names + order by id, language, + case name_type + when "P" then 1 + when "Q" then 2 + when "V" then 3 + when "A" then 4 + when "S" then 5 + else 6 + end'''): + place = self.places.get(row[0]) + if not place: + continue + + self.aliases[row[0]].append(row[1:]) + + print('Doing variant aliases') + variant_aliases = 0 + for i, row in enumerate(self.db.execute('''select a.*, p.name, p.country_code from aliases a + join places p using(id) + where a.name_type = "V" + and a.language = p.language''')): + place_name, country_code = row[-2:] + country = country_code.lower() + + row = row[:-2] + place_id, alias, name_type, language = row + + language = self.language_codes[language] + if language != 'unk': + alias_sans_affixes = name_affixes.replace_affixes(alias, language, country=country) + if alias_sans_affixes: + alias = alias_sans_affixes + + place_name_sans_affixes = name_affixes.replace_affixes(place_name, language, country=country) + if place_name_sans_affixes: + place_name = place_name_sans_affixes + else: + language = None + + if equivalent(place_name, alias, toponym_abbreviations_gazetteer, language): + self.aliases[row[0]].append(row[1:]) + variant_aliases += 1 + + if i % 10000 == 0 and i > 0: + print('tested {} variant aliases with {} positives'.format(i, variant_aliases)) + + self.aliases = dict(self.aliases) + + self.formatter = AddressFormatter() + + def get_place_hierarchy(self, place_id): + all_places = [] + original_place_id = place_id + place = self.places[place_id] + all_places.append((place_id, ) + place) + place_id = place[-1] + while place_id != 1 and place_id != original_place_id: + place = self.places[place_id] + all_places.append((place_id,) + place) + place_id = place[-1] + return all_places + + def get_aliases(self, place_id): + return self.aliases.get(place_id, []) + + def cleanup_name(self, name): + return name.strip(' ,-') + + def format_postal_codes(self, tag_components=True): + all_postal_codes = self.db.execute('select * from postal_codes') + for postal_code_id, country, postal_code, language, place_type, parent_id in all_postal_codes: + country = country.lower() + postcode_language = language + + language = self.language_codes[language] + + if len(postal_code) <= 3: + postcode_regex = postcode_regexes.get(country) + + valid_postcode = False + if postcode_regex: + match = postcode_regex.match(postal_code) + if match and match.end() == len(postal_code): + valid_postcode = True + + if not valid_postcode: + continue + + # If the county/state is coterminous with a city and contains only one place, + # set the parent_id to the city instead + if parent_id in self.coterminous_admins: + parent_id = self.coterminous_admins[parent_id] + + place_hierarchy = self.get_place_hierarchy(parent_id) + + containing_places = defaultdict(set) + + language_places = {None: containing_places} + + original_language = language + + have_default_language = False + + if place_hierarchy: + base_place_id, _, _, _, base_place_type, _ = place_hierarchy[0] + base_place_type = self.place_types[base_place_type] + else: + base_place_id = None + base_place_type = None + + place_types_seen = set() + + for place_id, country, name, lang, place_type, parent in place_hierarchy: + country = country.lower() + + # First language + if not have_default_language and lang != postcode_language: + language = self.language_codes[lang] + have_default_language = True + + place_type = self.place_types[place_type] + if AddressFormatter.CITY not in place_types_seen and place_id in self.admins_with_ambiguous_city: + continue + + name = self.cleanup_name(name) + containing_places[place_type].add(name) + + aliases = self.get_aliases(place_id) + for name, name_type, alias_lang in aliases: + if not alias_lang: + alias_lang = 'UNK' + if alias_lang == lang and lang != 'UNK': + alias_language = None + else: + alias_language = self.language_codes[alias_lang] + + language_places.setdefault(alias_language, defaultdict(set)) + lang_places = language_places[alias_language] + + name = self.cleanup_name(name) + + lang_places[place_type].add(name) + + place_types_seen.add(place_type) + + default_city_names = set([name.lower() for name in language_places.get(None, {}).get(AddressFormatter.CITY, [])]) + + for language, containing_places in six.iteritems(language_places): + if language is None: + language = original_language + + country_localized_name = country_names.localized_name(country, language) + if country_localized_name: + containing_places[AddressFormatter.COUNTRY].add(country_localized_name) + country_alpha3_code = country_names.alpha3_code(country) + if country_alpha3_code and language in (None, 'ENG'): + containing_places[AddressFormatter.COUNTRY].add(country_alpha3_code) + + keys = containing_places.keys() + all_values = containing_places.values() + + keys_set = set(keys) + + for i, values in enumerate(itertools.product(*all_values)): + components = { + AddressFormatter.POSTCODE: postal_code + } + + if not default_city_names: + components.update(zip(keys, values)) + else: + for k, v in zip(keys, values): + if k == AddressFormatter.CITY or AddressFormatter.CITY in keys_set or v.lower() not in default_city_names: + components[k] = v + + format_language = language if self.formatter.template_language_matters(country, language) else None + formatted = self.formatter.format_address(components, country, language=format_language, + minimal_only=False, tag_components=tag_components) + + yield (language, country, formatted) + + component_keys = set(components) + components = place_config.dropout_components(components, (), country=country, population=0) + + if len(components) > 1 and set(components) ^ component_keys: + formatted = self.formatter.format_address(components, country, language=format_language, + minimal_only=False, tag_components=tag_components) + yield (language, country, formatted) + + def build_training_data(self, out_dir, tag_components=True): + if tag_components: + formatted_tagged_file = open(os.path.join(out_dir, GEOPLANET_FORMAT_DATA_TAGGED_FILENAME), 'w') + writer = csv.writer(formatted_tagged_file, 'tsv_no_quote') + else: + formatted_tagged_file = open(os.path.join(out_dir, GEOPLANET_FORMAT_DATA_FILENAME), 'w') + writer = csv.writer(formatted_tagged_file, 'tsv_no_quote') + + i = 0 + + for language, country, formatted_address in self.format_postal_codes(tag_components=tag_components): + if not formatted_address or not formatted_address.strip(): + continue + + formatted_address = tsv_string(formatted_address) + if not formatted_address or not formatted_address.strip(): + continue + + if tag_components: + row = (language, country, formatted_address) + else: + row = (formatted_address,) + + writer.writerow(row) + i += 1 + if i % 1000 == 0 and i > 0: + print('did {} formatted addresses'.format(i)) + + +if __name__ == '__main__': + if len(sys.argv) < 3: + sys.exit('Usage: python geoplanet_training_data.py geoplanet_db_path out_dir') + + geoplanet_db_path = sys.argv[1] + out_dir = sys.argv[2] + + geoplanet = GeoPlanetFormatter(geoplanet_db_path) + geoplanet.build_training_data(out_dir) diff --git a/scripts/geodata/graph/__init__.py b/scripts/geodata/graph/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/graph/scc.py b/scripts/geodata/graph/scc.py new file mode 100644 index 0000000..7c0d5a1 --- /dev/null +++ b/scripts/geodata/graph/scc.py @@ -0,0 +1,41 @@ +VISIT, VISIT_EDGE, POST_VISIT = range(3) + + +def strongly_connected_components(graph): + ''' + Find strongly connected components in a graph using iterative + depth-first search. + + Based on: + http://code.activestate.com/recipes/578507-strongly-connected-components-of-a-directed-graph/ + ''' + identified = set() + stack = [] + index = {} + boundaries = [] + + for v in graph: + if v not in index: + todo = [(VISIT, v)] + while todo: + op, v = todo.pop() + if op == VISIT: + index[v] = len(stack) + stack.append(v) + boundaries.append(index[v]) + todo.append((POST_VISIT, v)) + todo.extend([(VISIT_EDGE, w) for w in graph[v]]) + elif op == VISIT_EDGE: + if v not in index: + todo.append((VISIT, v)) + elif v not in identified: + while index[v] < boundaries[-1]: + boundaries.pop() + else: + # op == POST_VISIT + if boundaries[-1] == index[v]: + boundaries.pop() + scc = stack[index[v]:] + del stack[index[v]:] + identified.update(scc) + yield scc diff --git a/scripts/geodata/graph/topsort.py b/scripts/geodata/graph/topsort.py new file mode 100644 index 0000000..f903e84 --- /dev/null +++ b/scripts/geodata/graph/topsort.py @@ -0,0 +1,32 @@ + +def topsort(graph): + ''' + Topological sort for a dependency graph, e.g. + + Usage: + + >>> graph = { + 'a': ['b'], + 'b': ['d'], + 'c': ['d', 'a'], + 'd': [], + } + >>> topsort(graph) + + Returns: ['d', 'b', 'a', 'c'] + + ''' + todos = set(graph.keys()) + seen = set() + result = [] + while todos: + for key in todos: + deps = graph[key] + if len([d for d in deps if d in seen]) == len(deps): + break + else: + raise Exception('Cycle: {}'.format(todos)) + todos.remove(key) + result.append(key) + seen.add(key) + return result diff --git a/scripts/geodata/i18n/__init__.py b/scripts/geodata/i18n/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/i18n/cldr_languages.py b/scripts/geodata/i18n/cldr_languages.py new file mode 100644 index 0000000..e75fb78 --- /dev/null +++ b/scripts/geodata/i18n/cldr_languages.py @@ -0,0 +1,139 @@ +import argparse +import csv +import os +import requests + +from collections import Counter + +from cStringIO import StringIO +from lxml import etree + +from unicode_paths import CLDR_DIR + +this_dir = os.path.realpath(os.path.dirname(__file__)) +DEFAULT_LANGUAGES_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'language', 'countries') + +CLDR_SUPPLEMENTAL_DATA = os.path.join(CLDR_DIR, 'common', 'supplemental', + 'supplementalData.xml') + +ISO_639_3 = 'http://www-01.sil.org/iso639-3/iso-639-3.tab' +ISO_MACROLANGUAGES = 'http://www-01.sil.org/iso639-3/iso-639-3-macrolanguages.tab' + +ISO_LANGUAGES_FILENAME = 'iso_languages.tsv' +MACROLANGUAGES_FILENAME = 'iso_macrolanguages.tsv' +COUNTRY_LANGUAGES_FILENAME = 'country_language.tsv' +SCRIPT_LANGUAGES_FILENAME = 'script_languages.tsv' + +REGIONAL = 'official_regional' +UNKNOWN_COUNTRY = 'zz' +UNKNOWN_LANGUAGES = ('und', 'zxx') + + +def write_country_official_languages_file(xml, out_dir): + lang_file = open(os.path.join(out_dir, COUNTRY_LANGUAGES_FILENAME), 'w') + lang_writer = csv.writer(lang_file, delimiter='\t') + + def get_population_pct(lang): + return int(lang.attrib.get('populationPercent', 0)) + + lang_scripts = {} + for lang in xml.xpath('//languageData/language'): + language_code = lang.attrib['type'].lower() + scripts = lang.get('scripts') + if not scripts: + continue + territories = lang.get('territories') + if (language_code, None) not in lang_scripts: + lang_scripts[(language_code, None)] = scripts + + if not territories: + continue + for territory in territories.strip().split(): + lang_scripts[(language_code, territory.lower())] = scripts + + for territory in xml.xpath('//territoryInfo/territory'): + country_code = territory.attrib['type'].lower() + if country_code == UNKNOWN_COUNTRY: + continue + langs = territory.xpath('languagePopulation') + languages = Counter() + official = set() + regional = set() + for lang in langs: + language = lang.attrib['type'].lower().split('_')[0] + official_status = lang.attrib.get('officialStatus') + languages[language] += float(lang.attrib['populationPercent']) + if official_status and official_status != REGIONAL: + official.add(language) + elif official_status == REGIONAL: + regional.add(language) + + if official: + languages = Counter({l: c for l, c in languages.iteritems() + if l in official or l in regional}) + else: + languages = Counter({l: c for l, c in languages.most_common(1)}) + + for lang, pct in languages.most_common(): + if lang in UNKNOWN_LANGUAGES: + continue + + script = lang_scripts.get((lang, country_code), lang_scripts.get((lang, None), '')) + + lang_writer.writerow((country_code, lang, script.replace(' ', ','), + str(min(pct, 100.0)), str(int(lang in official)))) + +RETIRED = 'R' +INDIVIDUAL = 'I' +MACRO = 'M' +LIVING = 'L' + + +def write_languages_file(langs, macro, out_dir): + lang_file = open(os.path.join(out_dir, 'iso_languages.tsv'), 'w') + writer = csv.writer(lang_file, delimiter='\t') + writer.writerow(('ISO 639-3', 'ISO 639-2B', 'ISO 639-2T', + 'ISO 639-1', 'type', 'macro')) + + macro_reader = csv.reader(StringIO(macro), delimiter='\t') + headers = macro_reader.next() + assert len(headers) == 3 + macros = {minor_code: macro_code for (macro_code, minor_code, status) + in macro_reader if status != RETIRED} + + lang_reader = csv.reader(StringIO(langs), delimiter='\t') + headers = lang_reader.next() + assert headers[:6] == ['Id', 'Part2B', 'Part2T', + 'Part1', 'Scope', 'Language_Type'] + + for line in lang_reader: + iso639_3, iso639_2b, iso639_2t, iso639_1, scope, lang_type = line[:6] + macro = macros.get(iso639_3, '') + # Only living languages that are either individual or macro + if scope in (INDIVIDUAL, MACRO) and lang_type == LIVING: + writer.writerow((iso639_3, iso639_2b, iso639_2t, + iso639_1, scope, macro)) + + +def fetch_cldr_languages(out_dir=DEFAULT_LANGUAGES_DIR): + response = requests.get(ISO_639_3) + langs = response.content + + response = requests.get(ISO_MACROLANGUAGES) + macro = response.content + write_languages_file(langs, macro, out_dir) + + supplemental = open(CLDR_SUPPLEMENTAL_DATA) + xml = etree.parse(supplemental) + write_country_official_languages_file(xml, out_dir) + + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + parser.add_argument('-o', '--out', + default=DEFAULT_LANGUAGES_DIR, + help='Out directory') + args = parser.parse_args() + + fetch_cldr_languages(args.out) diff --git a/scripts/geodata/i18n/download_cldr.py b/scripts/geodata/i18n/download_cldr.py new file mode 100644 index 0000000..f28ec71 --- /dev/null +++ b/scripts/geodata/i18n/download_cldr.py @@ -0,0 +1,30 @@ +import os +import shutil +import subprocess +import sys +import tempfile + +from unicode_paths import CLDR_DIR +from geodata.file_utils import ensure_dir + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +CLDR_URL = 'http://www.unicode.org/Public/cldr/latest/core.zip' + + +def download_cldr(temp_dir=None): + if os.path.exists(CLDR_DIR): + shutil.rmtree(CLDR_DIR) + ensure_dir(CLDR_DIR) + + if not temp_dir: + temp_dir = tempfile.gettempdir() + + cldr_filename = os.path.join(temp_dir, CLDR_URL.rsplit('/', 1)[-1]) + + subprocess.check_call(['wget', CLDR_URL, '-O', cldr_filename]) + subprocess.check_call(['unzip', cldr_filename, '-d', CLDR_DIR]) + +if __name__ == '__main__': + download_cldr(*sys.argv[1:]) diff --git a/scripts/geodata/i18n/google.py b/scripts/geodata/i18n/google.py new file mode 100644 index 0000000..0e78d29 --- /dev/null +++ b/scripts/geodata/i18n/google.py @@ -0,0 +1,37 @@ +import re +import requests +import six.moves.urllib_parse as urlparse +import ujson + +requests.models.json = ujson + + +GOOGLE_I18N_API = 'http://i18napis.appspot.com' +GOOGLE_ADDRESS_DATA_API = urlparse.urljoin(GOOGLE_I18N_API, 'address/data/') + + +class GoogleI18N(object): + ''' + Fetches data from e.g. http://i18napis.appspot.com/address/data/GB + and caches it in a dictionary for each country. These requests are + lightweight, so for a given run of a program, max 250 requests + will be made. + ''' + def __init__(self): + self.responses = {} + + def get(self, country_code): + ret = self.responses.get(country_code.lower()) + + if ret is None: + url = urlparse.urljoin(GOOGLE_ADDRESS_DATA_API, country_code.upper()) + response = requests.get(url) + if response.ok: + ret = response.json() + self.responses[country_code.lower()] = ret + else: + self.responses[country_code.lower()] = {} + return ret + + +google_i18n = GoogleI18N() diff --git a/scripts/geodata/i18n/languages.py b/scripts/geodata/i18n/languages.py new file mode 100644 index 0000000..c158494 --- /dev/null +++ b/scripts/geodata/i18n/languages.py @@ -0,0 +1,86 @@ +import os +import csv +import sys + +from collections import defaultdict, OrderedDict + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.csv_utils import unicode_csv_reader + +LANGUAGES_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'language') + +country_languages = defaultdict(OrderedDict) +# Only official and de facto official, no official_regional +official_languages = defaultdict(OrderedDict) + +regional_languages = defaultdict(OrderedDict) +road_language_overrides = defaultdict(OrderedDict) + +languages = set() +all_languages = languages + +osm_admin1_ids = set() + +languages_initialized = False + + +def init_languages(languages_dir=LANGUAGES_DIR): + global languages_initialized + if languages_initialized: + return + path = os.path.join(languages_dir, 'countries', 'country_language.tsv') + if not os.path.exists(path): + raise ValueError('File does not exist: {}'.format(path)) + + for country, lang, script, pct, is_official in unicode_csv_reader(open(path), delimiter='\t'): + country_languages[country][lang] = int(is_official) + languages.add(lang) + + for country, lang, script, pct, is_official in unicode_csv_reader(open(path), delimiter='\t'): + if int(is_official) or len(country_languages[country]) == 1: + official_languages[country][lang] = 1 + + path = os.path.join(languages_dir, 'countries', 'road_sign_languages.tsv') + for country, lang, default in csv.reader(open(path), delimiter='\t'): + road_language_overrides[country][lang] = int(default) + if lang not in languages: + languages.add(lang) + + path = os.path.join(languages_dir, 'regional', 'adm1.tsv') + + for country, key, value, langs, default in unicode_csv_reader(open(path), delimiter='\t'): + if key == 'osm': + osm_admin1_ids.add(tuple(value.split(':'))) + for lang in langs.split(','): + regional_languages[(country, key, value)][lang] = int(default) + if lang not in country_languages[country]: + country_languages[country][lang] = 0 + if lang not in languages: + languages.add(lang) + + languages_initialized = True + + +init_languages() + + +def get_country_languages(country, official=True, overrides=True): + if official: + languages = official_languages[country] + else: + languages = country_languages[country] + + if overrides: + road_overrides = road_language_overrides.get(country) + if road_overrides and road_overrides.values()[0]: + languages = road_overrides + elif road_overrides: + languages.update(road_overrides) + return languages + + +def get_regional_languages(country, key, value): + return regional_languages.get((country, key, value), OrderedDict()) diff --git a/scripts/geodata/i18n/normalize.py b/scripts/geodata/i18n/normalize.py new file mode 100644 index 0000000..04c885b --- /dev/null +++ b/scripts/geodata/i18n/normalize.py @@ -0,0 +1,5 @@ +import unicodedata + + +def strip_accents(s): + return u''.join([c for c in unicodedata.normalize('NFD', s) if unicodedata.category(c) != 'Mn']) diff --git a/scripts/geodata/i18n/scanner.py b/scripts/geodata/i18n/scanner.py new file mode 100644 index 0000000..072aa7b --- /dev/null +++ b/scripts/geodata/i18n/scanner.py @@ -0,0 +1,37 @@ +import re +import os +import sys + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.encoding import safe_decode + +class Scanner(object): + ''' + Simple scanner implementation in Python using regular expression groups. + Used to create dynamic lexicons for parsing various CLDR files + without compiling a C scanner. Only C scanners are used at runtime + ''' + + def __init__(self, lexicon, flags=re.VERBOSE | re.I | re.UNICODE): + self.lexicon = lexicon + + regexes, responses = zip(*lexicon) + + self.regex = re.compile(u'|'.join([u'({})'.format(safe_decode(r)) for r in regexes]), flags) + self.responses = responses + + def scan(self, s): + + for match in self.regex.finditer(safe_decode(s)): + i = match.lastindex + response = self.responses[i - 1] + token = match.group(i) + if not callable(response): + yield (token, response) + else: + responses = response(match, token) + if responses is not None: + for response, token in responses: + yield (token, response) diff --git a/scripts/geodata/i18n/transliteration_rules.py b/scripts/geodata/i18n/transliteration_rules.py new file mode 100644 index 0000000..30db16b --- /dev/null +++ b/scripts/geodata/i18n/transliteration_rules.py @@ -0,0 +1,1680 @@ +# -*- coding: utf-8 -*- +''' +transliteration.py + +Automatically builds rules for transforming other scripts (e.g. Cyrillic, Greek, +Han, Katakana, Devanagari, etc.) into Latin characters. + +Uses XML transforms from the CLDR repository. + +''' + +import argparse +import codecs +import csv +import htmlentitydefs +import itertools +import os +import re +import requests +import six +import sys +import time +import urlparse +import unicodedata + +from collections import defaultdict, deque + +from lxml import etree + +from scanner import Scanner +from unicode_data import * +from unicode_properties import * +from unicode_paths import CLDR_DIR +from geodata.encoding import safe_decode, safe_encode +from geodata.string_utils import NUM_CODEPOINTS, wide_unichr, wide_ord + +CLDR_TRANSFORMS_DIR = os.path.join(CLDR_DIR, 'common', 'transforms') + +PRE_TRANSFORM = 1 +FORWARD_TRANSFORM = 2 +BACKWARD_TRANSFORM = 3 +BIDIRECTIONAL_TRANSFORM = 4 + +PRE_TRANSFORM_OP = '::' +BACKWARD_TRANSFORM_OPS = set([u'←', u'<']) +FORWARD_TRANSFORM_OPS = set([u'→', u'>']) +BIDIRECTIONAL_TRANSFORM_OPS = set([u'↔', u'<>']) + +ASSIGNMENT_OP = '=' + +PRE_CONTEXT_INDICATOR = '{' +POST_CONTEXT_INDICATOR = '}' + +REVISIT_INDICATOR = '|' + +WORD_BOUNDARY_VAR_NAME = 'wordBoundary' +WORD_BOUNDARY_VAR = '${}'.format(WORD_BOUNDARY_VAR_NAME) + +START_OF_HAN_VAR_NAME = 'startOfHanMarker' +START_OF_HAN_VAR = '${}'.format(START_OF_HAN_VAR_NAME) + +start_of_han_regex = re.compile(START_OF_HAN_VAR.replace('$', '\$')) + +word_boundary_var_regex = re.compile(WORD_BOUNDARY_VAR.replace('$', '\$')) + +WORD_BOUNDARY_CHAR = u'\u0001' +EMPTY_TRANSITION = u'\u0004' + +NAMESPACE_SEPARATOR_CHAR = u"|" + +WORD_BOUNDARY_CHAR = u"\x01" +PRE_CONTEXT_CHAR = u"\x86" +POST_CONTEXT_CHAR = u"\x87" +EMPTY_TRANSITION_CHAR = u"\x04" +REPEAT_CHAR = u"\x05" +GROUP_INDICATOR_CHAR = u"\x1d" +BEGIN_SET_CHAR = u"\x0f" +END_SET_CHAR = u"\x0e" + +BIDIRECTIONAL_TRANSLITERATORS = { + 'fullwidth-halfwidth': 'halfwidth-fullwidth' +} + +REVERSE_TRANSLITERATORS = { + 'latin-katakana': 'katakana-latin', + 'latin-conjoiningjamo': 'conjoiningjamo-latin', +} + +EXCLUDE_TRANSLITERATORS = set([ + # Don't care about spaced Han because our tokenizer does it already + 'han-spacedhan', + # Doesn't appear to be used in ICU + 'korean-latin-bgn', +]) + +TRANSLITERATOR_ALIASES = { + 'greek_latin_ungegn': 'greek-latin-ungegn' +} + +NFD = 'NFD' +NFKD = 'NFKD' +NFC = 'NFC' +NFKC = 'NFKC' +STRIP_MARK = 'STRIP_MARK' + +LOWER = 'lower' +UPPER = 'upper' +TITLE = 'title' + +UNICODE_NORMALIZATION_TRANSFORMS = set([ + NFD, + NFKD, + NFC, + NFKC, + STRIP_MARK, +]) + + +class TransliterationParseError(Exception): + pass + +RULE = 'RULE' +TRANSFORM = 'TRANSFORM' +FILTER = 'FILTER' + +UTF8PROC_TRANSFORMS = { + 'Any-NFC': NFC, + 'Any-NFD': NFD, + 'Any-NFKD': NFKD, + 'Any-NFKC': NFKC, + 'Any-Lower': LOWER, + 'Any-Upper': UPPER, + 'Any-Title': TITLE, +} + + +CONTEXT_TYPE_NONE = 'CONTEXT_TYPE_NONE' +CONTEXT_TYPE_STRING = 'CONTEXT_TYPE_STRING' +CONTEXT_TYPE_WORD_BOUNDARY = 'CONTEXT_TYPE_WORD_BOUNDARY' +CONTEXT_TYPE_REGEX = 'CONTEXT_TYPE_REGEX' + +all_transforms = set() + +pre_transform_full_regex = re.compile('::[\s]*(.*)[\s]*', re.UNICODE) +pre_transform_regex = re.compile('[\s]*([^\s\(\)]*)[\s]*(?:\((.*)\)[\s]*)?', re.UNICODE) +assignment_regex = re.compile(u"(?:[\s]*(\$[^\s\=]+)[\s]*\=[\s]*(?!=[\s])(.*)(?)|[←<→>↔])(?:[\s]*(?!=[\s])(.*)(? start_ord: + # Ranges are inclusive + chars.extend([wide_unichr(c) for c in range(start_ord, end_ord + 1)]) + + return chars + +chars = get_chars_by_script() +all_scripts = build_master_scripts_list(chars) +script_codes = {k.lower(): v.lower() for k, v in six.iteritems(get_script_codes(all_scripts))} + + +def parse_regex_char_class(c, current_filter=all_chars): + chars = [] + orig = c + if c.startswith('\\p'): + c = c.split('{')[-1].split('}')[0] + + c = c.strip(': ') + is_negation = False + if c.startswith('^'): + is_negation = True + c = c.strip('^') + + if '=' in c: + prop, value = c.split('=') + prop = unicode_property_aliases.get(prop.lower(), prop) + + value = unicode_property_value_aliases.get(prop.lower(), {}).get(value, value) + + if prop == COMBINING_CLASS_PROP: + chars = unicode_combining_classes[value] + elif prop == GENERAL_CATEGORY_PROP: + chars = unicode_categories.get(value, unicode_general_categories[value]) + elif prop == BLOCK_PROP: + chars = unicode_blocks[value.lower()] + elif prop == SCRIPT_PROP: + if value.lower() in unicode_scripts: + chars = unicode_scripts[value.lower()] + elif value.lower() in script_codes: + chars = unicode_scripts[script_codes[value.lower()]] + elif prop == WORD_BREAK_PROP: + chars = unicode_word_breaks[value] + else: + raise TransliterationParseError(c) + else: + c = c.replace('-', '_').replace(' ', '_') + + if c.lower() in unicode_property_aliases: + c = unicode_property_aliases[c.lower()] + elif c.lower() in unicode_category_aliases: + c = unicode_category_aliases[c.lower()] + + if c in unicode_general_categories: + chars = unicode_general_categories[c] + elif c in unicode_categories: + chars = unicode_categories[c] + elif c.lower() in unicode_properties: + chars = unicode_properties[c.lower()] + + elif c.lower() in unicode_scripts: + chars = unicode_scripts[c.lower()] + elif c.lower() in script_codes: + chars = unicode_scripts[script_codes[c.lower()]] + elif c.lower() in unicode_properties: + chars = unicode_properties[c.lower()] + else: + raise TransliterationParseError(c) + + if is_negation: + chars = current_filter - set(chars) + + return sorted((set(chars) & current_filter) - control_chars) + + +def parse_balanced_sets(s): + open_brackets = 0 + max_nesting = 0 + + skip = False + + for i, ch in enumerate(s): + if ch == '[': + if open_brackets == 0: + start = i + max_nesting + open_brackets += 1 + elif ch == ']': + open_brackets -= 1 + if open_brackets == 0: + skip = False + yield (s[start:i + 1], CHAR_MULTI_SET) + (start, i + 1) + elif open_brackets == 0 and not skip: + for token, token_class in char_set_scanner.scan(s[i:]): + if token_class not in (CHAR_SET, CHAR_MULTI_SET, OPEN_SET, CLOSE_SET): + yield token, token_class + else: + break + skip = True + + +def parse_regex_char_set(s, current_filter=all_chars): + ''' + Given a regex character set, which may look something like: + + [[:Latin:][:Greek:] & [:Ll:]] + [A-Za-z_] + [ $lowerVowel $upperVowel ] + + Parse into a single, flat character set without the unicode properties, + ranges, unions/intersections, etc. + ''' + + s = s[1:-1] + is_negation = False + this_group = set() + is_intersection = False + is_difference = False + is_word_boundary = False + + real_chars = set() + + for token, token_class in parse_balanced_sets(s): + if token_class == CHAR_RANGE: + this_char_set = set(parse_regex_char_range(token)) + this_group |= this_char_set + elif token_class == ESCAPED_CHARACTER: + token = token.strip('\\') + this_group.add(token) + real_chars.add(token) + elif token_class == SINGLE_QUOTE: + t = "'" + this_group.add(t) + real_chars.add(t) + elif token_class == QUOTED_STRING: + t = token.strip("'") + this_group.add(t) + real_chars.add(t) + elif token_class == NEGATION: + is_negation = True + elif token_class in (CHAR_CLASS, CHAR_CLASS_PCRE): + this_group |= set(parse_regex_char_class(token, current_filter=current_filter)) + elif token_class in (CHAR_SET, CHAR_MULTI_SET): + # Recursive calls, as performance doesn't matter here and nesting is shallow + this_char_set = set(parse_regex_char_set(token, current_filter=current_filter)) + if is_intersection: + this_group &= this_char_set + is_intersection = False + elif is_difference: + this_group -= this_char_set + is_difference = False + else: + this_group |= this_char_set + elif token_class == INTERSECTION: + is_intersection = True + elif token_class == DIFFERENCE: + is_difference = True + elif token_class == CHARACTER and token not in control_chars: + this_group.add(token) + real_chars.add(token) + elif token_class in (UNICODE_CHARACTER, UNICODE_WIDE_CHARACTER): + token = token.decode('unicode-escape') + if token not in control_chars: + this_group.add(token) + real_chars.add(token) + elif token_class == WIDE_CHARACTER: + if token not in control_chars: + this_group.add(token) + real_chars.add(token) + elif token_class == BRACKETED_CHARACTER: + if token.strip('{{}}') not in control_chars: + this_group.add(token) + real_chars.add(token) + elif token_class == WORD_BOUNDARY: + is_word_boundary = True + + if is_negation: + this_group = current_filter - this_group + + return sorted((this_group & (current_filter | real_chars)) - control_chars) + ([WORD_BOUNDARY_CHAR] if is_word_boundary else []) + + +for name, regex_range in unicode_property_regexes: + unicode_properties[name] = parse_regex_char_set(regex_range) + +init_unicode_categories() + + +hangul_jamo_latin_filter = set(parse_regex_char_set("[['ᄀ-하-ᅵᆨ-ᇂ가-힣ㄱ-ㄿㅁ-ㅃㅅ-ㅣ㈀-㈜㉠-㉻가-힣'ᄀ-ᆵᄆ-ᄈᄉ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-][:Latin:]]")) + +custom_filters = { + 'conjoiningjamo-latin': hangul_jamo_latin_filter, +} + + +def get_source_and_target(name): + name = TRANSLITERATOR_ALIASES.get(name.lower(), name.lower()) + components = name.split('-')[:2] + if len(components) < 2: + raise Exception(name) + return components + +def is_internal(xml): + return xml.xpath('//transform/@visibility="internal"') + + +def split_rule(rule): + splits = [] + current_token = [] + + in_set = False + in_group = False + open_brackets = 0 + + for token, token_type in rule_scanner.scan(rule): + if token_type == ESCAPED_CHARACTER: + current_token.append(token) + elif token_type == OPEN_SET: + in_set = True + open_brackets += 1 + current_token.append(token) + elif token_type == CLOSE_SET: + open_brackets -= 1 + current_token.append(token) + if open_brackets == 0: + in_set = False + elif token_type == END and not in_set: + current_token.append(token) + splits.append(u''.join(current_token).strip()) + current_token = [] + else: + current_token.append(token) + return splits + + +def get_raw_rules_and_variables(xml, reverse=False): + ''' + Parse tRule nodes from the transform XML + + At this point we only care about lvalue, op and rvalue + for parsing forward and two-way transforms. + + Variables are collected in a dictionary in this pass so they can be substituted later + ''' + rules = [] + variables = {} + + in_compound_rule = False + compound_rule = [] + + nodes = xml.xpath('*//tRule') + + lines = [l for n in nodes for l in (newline_regex.split(n.text) if n.text else [])] + if reverse: + lines = reversed(lines) + queue = deque(lines) + + while queue: + rule = queue.popleft() + + rule = safe_decode(comment_regex.split(rule)[0].strip()) + + splits = split_rule(rule) + if len(splits) > 1: + for r in splits[1:]: + queue.appendleft(r) + + if rule.strip() not in rule_map: + rule = literal_space_regex.sub(replace_literal_space, rule) + rule = rule.rstrip(END_CHAR).strip() + else: + rule = rule_map[rule.strip()] + + if rule.strip().endswith('\\'): + compound_rule.append(rule.rstrip('\\')) + in_compound_rule = True + continue + elif in_compound_rule: + compound_rule.append(rule) + rule = u''.join(compound_rule) + in_compound_rule = False + compound_rule = [] + + assignment = assignment_regex.match(rule) + transform = transform_regex.match(rule) + pre_transform = pre_transform_full_regex.match(rule) + + if pre_transform: + rules.append((PRE_TRANSFORM, pre_transform.group(1))) + elif assignment: + lvalue, rvalue = assignment.groups() + var_name = lvalue.strip().lstrip('$') + rvalue = rvalue.strip() + variables[var_name] = rvalue + elif transform: + lvalue, op, rvalue = transform.groups() + lvalue = lvalue.strip() + rvalue = rvalue.strip() + + if op in FORWARD_TRANSFORM_OPS: + rules.append((FORWARD_TRANSFORM, (lvalue, rvalue))) + elif op in BIDIRECTIONAL_TRANSFORM_OPS: + rules.append((BIDIRECTIONAL_TRANSFORM, (lvalue, rvalue))) + elif op in BACKWARD_TRANSFORM_OPS: + rules.append((BACKWARD_TRANSFORM, (lvalue, rvalue))) + + return rules, variables + +CHAR_CLASSES = set([ + ESCAPED_CHARACTER, + CHAR_CLASS, + QUOTED_STRING, + CHARACTER, + GROUP_REF, +]) + + +def char_permutations(s, current_filter=all_chars, reverse=False): + ''' + char_permutations + + Parses the lvalue or rvalue of a transform rule into + a list of character permutations, in addition to keeping + track of revisits and regex groups + ''' + + if not s: + return deque([EMPTY_TRANSITION_CHAR]), deque([]), [] + + char_types = deque() + + add_char_type = deque.append if not reverse else deque.appendleft + last_index = -1 if not reverse else 0 + + revisit_char_types = deque() + in_revisit = False + + in_group = False + last_token_group_start = False + + start_group = 0 + end_group = 0 + + open_brackets = 0 + current_set = [] + + current_chars = char_types + + groups = [] + + for token, token_type in transform_scanner.scan(s): + if open_brackets > 0 and token_type not in (OPEN_SET, CLOSE_SET): + current_set.append(token) + continue + + if token_type == ESCAPED_CHARACTER: + add_char_type(current_chars, [token.strip('\\')]) + elif token_type == OPEN_GROUP: + in_group = True + last_token_group_start = True + elif token_type == CLOSE_GROUP: + in_group = False + end_group = len([c for c in current_chars if c[0] != REPEAT_CHAR]) + groups.append((start_group, end_group)) + elif token_type == OPEN_SET: + open_brackets += 1 + current_set.append(token) + elif token_type == CLOSE_SET: + open_brackets -= 1 + current_set.append(token) + if open_brackets == 0: + char_set = parse_regex_char_set(u''.join(current_set), current_filter=current_filter) + if char_set: + add_char_type(current_chars, char_set) + current_set = [] + elif token_type == QUOTED_STRING: + token = token.strip("'") + for c in token: + add_char_type(current_chars, [c]) + elif token_type == GROUP_REF: + add_char_type(current_chars, [token.replace('$', GROUP_INDICATOR_CHAR)]) + elif token_type == REVISIT: + in_revisit = True + current_chars = revisit_char_types + elif token_type == REPEAT: + current_chars[last_index].append(EMPTY_TRANSITION_CHAR) + if not reverse: + add_char_type(current_chars, [REPEAT_CHAR]) + else: + prev = current_chars.popleft() + add_char_type(current_chars, [REPEAT_CHAR]) + add_char_type(current_chars, prev) + elif token_type == REPEAT_ONE: + if not reverse: + add_char_type(current_chars, [REPEAT_CHAR]) + else: + prev = current_chars.popleft() + add_char_type(current_chars, [REPEAT_CHAR]) + add_char_type(current_chars, prev) + elif token_type == OPTIONAL: + current_chars[last_index].append(EMPTY_TRANSITION_CHAR) + elif token_type == HTML_ENTITY: + add_char_type(current_chars, [replace_html_entity(token)]) + elif token_type == CHARACTER: + add_char_type(current_chars, [token]) + elif token_type == SINGLE_QUOTE: + add_char_type(current_chars, ["'"]) + elif token_type in (UNICODE_CHARACTER, UNICODE_WIDE_CHARACTER): + token = token.decode('unicode-escape') + add_char_type(current_chars, [token]) + elif token_type == WIDE_CHARACTER: + add_char_type(current_chars, [token]) + + if in_group and last_token_group_start: + start_group = len(current_chars) + last_token_group_start = False + + return char_types, revisit_char_types, groups + +string_replacements = { + u'[': u'\[', + u']': u'\]', + u'(': u'\(', + u')': u'\)', + u'{': u'\{', + u'}': u'\{', + u'$': u'\$', + u'^': u'\^', + u'-': u'\-', + u'\\': u'\\\\', + u'*': u'\*', + u'+': u'\+', +} + +escape_sequence_long_regex = re.compile(r'(\\x[0-9a-f]{2})([0-9a-f])', re.I) + + +def replace_long_escape_sequence(s): + def replace_match(m): + return u'{}""{}'.format(m.group(1), m.group(2)) + + return escape_sequence_long_regex.sub(replace_match, s) + + +def quote_string(s): + return u'"{}"'.format(replace_long_escape_sequence(safe_decode(s).replace('"', '\\"'))) + + +def char_types_string(char_types, escape=True): + ''' + Transforms the char_permutations output into a string + suitable for simple parsing in C (characters and character sets only, + no variables, unicode character properties or unions/intersections) + ''' + ret = [] + + for chars in char_types: + template = u'{}' if len(chars) == 1 else u'[{}]' + norm = [] + for c in chars: + if escape: + c = string_replacements.get(c, c) + norm.append(c) + + ret.append(template.format(u''.join(norm))) + + return u''.join(ret) + + +def format_groups(char_types, groups): + group_regex = [] + last_end = 0 + for start, end in groups: + group_regex.append(char_types_string(char_types[last_end:start])) + group_regex.append(u'(') + group_regex.append(char_types_string(char_types[start:end])) + group_regex.append(u')') + last_end = end + group_regex.append(char_types_string(char_types[last_end:])) + return u''.join(group_regex) + +charset_regex = re.compile(r'(? + +transliteration_rule_source_t rules_source[] = {{ + {all_rules} +}}; + +transliteration_step_source_t steps_source[] = {{ + {all_steps} +}}; + +transliterator_source_t transliterators_source[] = {{ + {all_transforms} +}}; + +''' + + +transliterator_script_data_template = u''' +#include "unicode_scripts.h" + +typedef struct script_transliteration_rule {{ + script_language_t script_language; + transliterator_index_t index; +}} script_transliteration_rule_t; + +script_transliteration_rule_t script_transliteration_rules[] = {{ + {rules} +}}; + +char *script_transliterators[] = {{ + {transliterators} +}}; + +''' + +script_transliterators = { + 'arabic': {None: ['arabic-latin', 'arabic-latin-bgn'], + 'fa': ['persian-latin-bgn'], + 'ps': ['pashto-latin-bgn'], + }, + 'armenian': {None: ['armenian-latin-bgn']}, + 'balinese': None, + 'bamum': None, + 'batak': None, + 'bengali': {None: ['bengali-latin']}, + 'bopomofo': None, + 'braille': None, + 'buginese': None, + 'buhid': None, + 'canadian_aboriginal': {None: ['canadianaboriginal-latin']}, + 'cham': None, + 'cherokee': None, + 'common': {None: [LATIN_ASCII], + 'de': [GERMAN_ASCII], + 'et': [GERMAN_ASCII], + 'da': [SCANDINAVIAN_ASCII, LATIN_ASCII], + 'nb': [SCANDINAVIAN_ASCII, LATIN_ASCII], + 'sv': [SCANDINAVIAN_ASCII, LATIN_ASCII], + }, + 'coptic': None, + 'cyrillic': {None: ['cyrillic-latin'], + 'be': ['belarusian-latin-bgn'], + 'ru': ['russian-latin-bgn'], + 'bg': ['bulgarian-latin-bgn'], + 'kk': ['kazakh-latin-bgn'], + 'ky': ['kirghiz-latin-bgn'], + 'mk': ['macedonian-latin-bgn'], + 'mn': ['mongolian-latin-bgn'], + 'sr': ['serbian-latin-bgn'], + 'uk': ['ukrainian-latin-bgn'], + 'uz': ['uzbek-latin-bgn'], + }, + 'devanagari': {None: ['devanagari-latin']}, + 'ethiopic': None, + 'georgian': {None: ['georgian-latin', 'georgian-latin-bgn']}, + 'glagolitic': None, + 'greek': {None: ['greek-latin', 'greek-latin-bgn', 'greek-latin-ungegn']}, + 'gujarati': {None: ['gujarati-latin']}, + 'gurmukhi': {None: ['gurmukhi-latin']}, + 'han': {None: ['han-latin']}, + 'hangul': {None: ['hangul-latin']}, + 'hanunoo': None, + 'hebrew': {None: ['hebrew-latin', 'hebrew-latin-bgn']}, + 'hiragana': {None: ['hiragana-latin']}, + 'inherited': None, + 'javanese': None, + 'kannada': {None: ['kannada-latin']}, + 'katakana': {None: ['katakana-latin', 'katakana-latin-bgn']}, + 'kayah_li': None, + 'khmer': None, + 'lao': None, + 'latin': {None: [LATIN_ASCII], + 'de': [GERMAN_ASCII], + 'et': [GERMAN_ASCII], + 'da': [SCANDINAVIAN_ASCII, LATIN_ASCII], + 'nb': [SCANDINAVIAN_ASCII, LATIN_ASCII], + 'sv': [SCANDINAVIAN_ASCII, LATIN_ASCII], + }, + 'lepcha': None, + 'limbu': None, + 'lisu': None, + 'malayalam': {None: ['malayalam-latin']}, + 'mandaic': None, + 'meetei_mayek': None, + 'mongolian': None, + 'myanmar': None, + 'new_tai_lue': None, + 'nko': None, + 'ogham': None, + 'ol_chiki': None, + 'oriya': {None: ['oriya-latin']}, + 'phags_pa': None, + 'rejang': None, + 'runic': None, + 'samaritan': None, + 'saurashtra': None, + 'sinhala': None, + 'sundanese': None, + 'syloti_nagri': None, + 'syriac': None, + 'tagalog': None, + 'tagbanwa': None, + 'tai_le': None, + 'tai_tham': None, + 'tai_viet': None, + 'tamil': {None: ['tamil-latin']}, + 'telugu': {None: ['telugu-latin']}, + 'thaana': {None: ['thaana-latin', 'maldivian-latin-bgn']}, + 'thai': {None: ['thai-latin']}, + 'tibetan': None, + 'tifinagh': None, + 'unknown': None, + 'vai': None, + 'yi': None +} + + +def write_transliterator_scripts_file(filename): + transliterator_rule_template = '''{{{{{script_type}, {lang}}}, {{{start}, {length}}}}}''' + rules = [] + all_transliterators = [] + index = 0 + for script, i in unicode_script_ids.iteritems(): + spec = script_transliterators.get(script.lower()) + if not spec: + continue + script_type = 'SCRIPT_{}'.format(script.upper()) + for lang, transliterators in spec.iteritems(): + lang = '""' if not lang else quote_string(lang) + num_transliterators = len(transliterators) + rules.append(transliterator_rule_template.format(script_type=script_type, + lang=lang, start=index, length=num_transliterators)) + for trans in transliterators: + all_transliterators.append(quote_string(trans)) + + index += num_transliterators + + template = transliterator_script_data_template.format(rules=''', + '''.join(rules), transliterators=''', + '''.join(all_transliterators)) + + f = open(filename, 'w') + f.write(safe_encode(template)) + + +def write_transliteration_data_file(filename): + transforms, steps, rules = get_all_transform_rules() + + all_transforms = u''', + '''.join([u'{{{}}}'.format(u','.join(t)) for t in transforms]) + + all_steps = u''', + '''.join([u'{{{}}}'.format(u','.join(s)) for s in steps]) + + for r in rules: + try: + r = u','.join(r) + except Exception: + print('Exception in rule') + print(r) + + all_rules = u''', + '''.join([u'{{{}}}'.format(u','.join(r)) for r in rules]) + + template = transliteration_data_template.format( + all_transforms=all_transforms, + all_steps=all_steps, + all_rules=all_rules, + ) + + f = open(filename, 'w') + f.write(safe_encode(template)) + + +SRC_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, 'src') +TRANSLITERATION_DATA_FILENAME = 'transliteration_data.c' +TRANSLITERATION_SCRIPTS_FILENAME = 'transliteration_scripts_data.c' + + +def main(out_dir=SRC_DIR): + write_transliteration_data_file(os.path.join(out_dir, TRANSLITERATION_DATA_FILENAME)) + write_transliterator_scripts_file(os.path.join(out_dir, TRANSLITERATION_SCRIPTS_FILENAME)) + +if __name__ == '__main__': + if len(sys.argv) > 1: + main(sys.argv[1]) + else: + main() \ No newline at end of file diff --git a/scripts/geodata/i18n/unicode_data.py b/scripts/geodata/i18n/unicode_data.py new file mode 100644 index 0000000..a322699 --- /dev/null +++ b/scripts/geodata/i18n/unicode_data.py @@ -0,0 +1,273 @@ +''' +unicode_data.py +--------------- + +Python's unicodedata module uses an outdated spec (Unicode 5.2) and since +e.g. unicode categories are used in tokenization, we'd like to keep this +as up-to-date as possible with the latest standard. +''' +import csv +import os +import sys +from collections import defaultdict, namedtuple + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.file_utils import download_file +from geodata.string_utils import wide_unichr, wide_ord + +from unicode_properties import * + +from unicode_paths import UNICODE_DATA_DIR + +UNIDATA_URL = 'http://unicode.org/Public/UNIDATA/UnicodeData.txt' + +UNIDATA_DIR = os.path.join(UNICODE_DATA_DIR, 'unidata') +LOCAL_UNIDATA_FILE = os.path.join(UNIDATA_DIR, 'UnicodeData.txt') + +unicode_categories = defaultdict(list) +unicode_blocks = defaultdict(list) +unicode_combining_classes = defaultdict(list) +unicode_general_categories = defaultdict(list) +unicode_scripts = defaultdict(list) +unicode_properties = {} + +unicode_script_ids = {} + +unicode_blocks = {} +unicode_category_aliases = {} +unicode_property_aliases = {} +unicode_property_value_aliases = {} +unicode_word_breaks = {} + + +# Ref: ftp://ftp.unicode.org/Public/3.0-Update/UnicodeData-3.0.0.html +UNIDATA_FIELDS = [ + 'code', + 'name', + 'category', + 'combining', + 'bidi_category', + 'decomp_mapping', + 'decimal_value', + 'digit_value', + 'numeric_value', + 'mirrored', + 'unicode_1_name', + 'comment', + 'upper_mapping', + 'lower_mapping', + 'title_mapping', +] + +UnicodeDataRow = namedtuple('UnicodeDataRow', ','.join(UNIDATA_FIELDS)) + + +def parse_unicode_data(): + ''' + Parse UnicodeData.txt into namedtuples using UNIDATA_FIELDS + ''' + if not os.path.exists(LOCAL_UNIDATA_FILE): + download_file(UNIDATA_URL, LOCAL_UNIDATA_FILE) + unidata_file = open(LOCAL_UNIDATA_FILE) + + for line in csv.reader(unidata_file, delimiter=';'): + yield UnicodeDataRow(*line) + + +def iter_unicode_combining_classes(): + return unicode_combining_classes.iteritems() + + +def iter_unicode_categories(): + return unicode_categories.iteritems() + + +def get_unicode_category(cat): + return unicode_categories[cat] + + +def get_unicode_combining_class(c): + return unicode_combining_classes[c] + + +def get_unicode_categories(): + ''' + Build dict of unicode categories e.g. + + { + 'Lu': ['A', 'B', 'C', ...] + 'Ll': ['a', 'b', 'c', ...] + } + ''' + categories = defaultdict(list) + for row in parse_unicode_data(): + categories[row.category].append(wide_unichr(unicode_to_integer(row.code))) + return dict(categories) + + +def get_unicode_combining_classes(): + ''' + Build dict of unicode combining classes e.g. + + { + '0': ['\x00', '\x01', \x02', ...] + } + ''' + combining_classes = defaultdict(list) + for row in parse_unicode_data(): + combining_classes[int(row.combining)].append(wide_unichr(unicode_to_integer(row.code))) + return dict(combining_classes) + +unicode_category_aliases = { + 'letter': 'L', + 'lower': 'Ll', + 'lowercase': 'Ll', + 'lowercaseletter': 'Ll', + 'upper': 'Lu', + 'uppercase': 'Lu', + 'uppercaseletter': 'Lu', + 'title': 'Lt', + 'nonspacing mark': 'Mn', + 'mark': 'M', +} + +COMBINING_CLASS_PROP = 'canonical_combining_class' +BLOCK_PROP = 'block' +GENERAL_CATEGORY_PROP = 'general_category' +SCRIPT_PROP = 'script' +WORD_BREAK_PROP = 'word_break' + + +def init_unicode_categories(): + ''' + Initialize module-level dictionaries + ''' + global unicode_categories, unicode_general_categories, unicode_scripts, unicode_category_aliases + global unicode_blocks, unicode_combining_classes, unicode_properties, unicode_property_aliases + global unicode_property_value_aliases, unicode_scripts, unicode_script_ids, unicode_word_breaks + + unicode_categories.update(get_unicode_categories()) + unicode_combining_classes.update(get_unicode_combining_classes()) + + for key in unicode_categories.keys(): + unicode_general_categories[key[0]].extend(unicode_categories[key]) + + script_chars = get_chars_by_script() + for i, script in enumerate(script_chars): + if script: + unicode_scripts[script.lower()].append(wide_unichr(i)) + + unicode_scripts = dict(unicode_scripts) + + unicode_script_ids.update(build_master_scripts_list(script_chars)) + + unicode_blocks.update(get_unicode_blocks()) + unicode_properties.update(get_unicode_properties()) + unicode_property_aliases.update(get_property_aliases()) + + unicode_word_breaks.update(get_word_break_properties()) + + for key, value in get_property_value_aliases().iteritems(): + key = unicode_property_aliases.get(key, key) + if key == GENERAL_CATEGORY_PROP: + for k, v in value.iteritems(): + k = k.lower() + unicode_category_aliases[k] = v + if '_' in k: + unicode_category_aliases[k.replace('_', '')] = v + + unicode_property_value_aliases[key] = value + + +regex_chars = re.compile('([\[\]\{\}\-\^])') + + +def replace_regex_chars(s): + return regex_chars.sub(r'\\\1', s) + + +def format_regex_char(i): + c = wide_unichr(i) + return replace_regex_chars(c.encode('unicode-escape')) + + +def make_char_set_regex(chars): + ''' + Build a regex character set from a list of characters + ''' + group_start = None + group_end = None + last_ord = -2 + + ords = map(wide_ord, chars) + ords.sort() + + ords.append(None) + + groups = [] + + for i, o in enumerate(ords): + if o is not None and o == last_ord + 1: + group_end = o + elif group_start is not None and group_end is not None: + groups.append('-'.join((format_regex_char(group_start), format_regex_char(group_end)))) + group_end = None + group_start = o + elif group_start is not None and group_end is None: + groups.append(format_regex_char(group_start)) + group_start = o + else: + group_start = o + + last_ord = o + + return u'[{}]'.format(u''.join(groups)) + + +name_category = [ + ('control_chars', 'Cc'), + ('other_format_chars', 'Cf'), + ('other_not_assigned_chars', 'Cn'), + ('other_private_use_chars', 'Co'), + ('other_surrogate_chars', 'Cs'), + ('letter_lower_chars', 'Ll'), + ('letter_modifier_chars', 'Lm'), + ('letter_other_chars', 'Lo'), + ('letter_title_chars', 'Lt'), + ('letter_upper_chars', 'Lu'), + ('mark_spacing_combining_chars', 'Mc'), + ('mark_enclosing_chars', 'Me'), + ('mark_nonspacing_chars', 'Mn'), + ('number_or_digit_chars', 'Nd'), + ('number_letter_chars', 'Nl'), + ('number_other_chars', 'No'), + ('punct_connector_chars', 'Pc'), + ('punct_dash_chars', 'Pd'), + ('punct_close_chars', 'Pe'), + ('punct_final_quote_chars', 'Pf'), + ('punct_initial_quote_chars', 'Pi'), + ('punct_other_chars', 'Po'), + ('punct_open_chars', 'Ps'), + ('currency_symbol_chars', 'Sc'), + ('symbol_modifier_chars', 'Sk'), + ('symbol_math_chars', 'Sm'), + ('symbol_other_chars', 'So'), + ('separator_line_chars', 'Zl'), + ('separator_paragraph_chars', 'Zp'), + ('space', 'Zs'), +] + + +def main(): + init_unicode_categories() + for name, cat in name_category: + if cat not in unicode_categories: + continue + chars = unicode_categories[cat] + print u'{} = {};'.format(name, make_char_set_regex(chars)) + + +if __name__ == '__main__': + main() diff --git a/scripts/geodata/i18n/unicode_paths.py b/scripts/geodata/i18n/unicode_paths.py new file mode 100644 index 0000000..d2e3752 --- /dev/null +++ b/scripts/geodata/i18n/unicode_paths.py @@ -0,0 +1,11 @@ +import os +import sys + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +DATA_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, 'resources') + +UNICODE_DATA_DIR = os.path.join(DATA_DIR, 'unicode') + +CLDR_DIR = os.path.join(UNICODE_DATA_DIR, 'cldr') diff --git a/scripts/geodata/i18n/unicode_properties.py b/scripts/geodata/i18n/unicode_properties.py new file mode 100644 index 0000000..f90b250 --- /dev/null +++ b/scripts/geodata/i18n/unicode_properties.py @@ -0,0 +1,463 @@ +''' +scripts.py + +This code uses the latest copy of Scripts.txt from unicode.org +to generate a C file (and header) defining which script every character +belongs to. +''' + +import csv +import os +import requests +import re +import sys +import tempfile +import requests +import subprocess + +from cStringIO import StringIO + +from collections import OrderedDict, defaultdict +from itertools import islice + +from lxml import etree + +from operator import itemgetter + +from zipfile import ZipFile + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.encoding import safe_encode, safe_decode +from geodata.file_utils import ensure_dir, download_file +from geodata.string_utils import NUM_CODEPOINTS, wide_unichr + +from cldr_languages import * +from download_cldr import download_cldr +from languages import get_country_languages +from unicode_paths import UNICODE_DATA_DIR +from word_breaks import script_regex, regex_char_range + +SRC_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, 'src') + +SCRIPTS_DATA_DIR = os.path.join(UNICODE_DATA_DIR, 'scripts') +LOCAL_SCRIPTS_FILE = os.path.join(SCRIPTS_DATA_DIR, 'Scripts.txt') +LOCAL_ISO_15924_FILE = os.path.join(SCRIPTS_DATA_DIR, 'iso15924.txt') + +BLOCKS_DATA_DIR = os.path.join(UNICODE_DATA_DIR, 'blocks') +LOCAL_BLOCKS_FILE = os.path.join(BLOCKS_DATA_DIR, 'Blocks.txt') + +PROPS_DATA_DIR = os.path.join(UNICODE_DATA_DIR, 'props') +LOCAL_PROPS_FILE = os.path.join(PROPS_DATA_DIR, 'PropList.txt') +LOCAL_PROP_ALIASES_FILE = os.path.join(PROPS_DATA_DIR, 'PropertyAliases.txt') +LOCAL_PROP_VALUE_ALIASES_FILE = os.path.join(PROPS_DATA_DIR, 'PropertyValueAliases.txt') +LOCAL_DERIVED_CORE_PROPS_FILE = os.path.join(PROPS_DATA_DIR, 'DerivedCoreProperties.txt') + +WORD_BREAKS_DIR = os.path.join(UNICODE_DATA_DIR, 'word_breaks') +LOCAL_WORD_BREAKS_FILE = os.path.join(WORD_BREAKS_DIR, 'WordBreakProperty.txt') + +SCRIPTS_HEADER = 'unicode_script_types.h' +SCRIPTS_DATA_FILENAME = 'unicode_scripts_data.c' + +SCRIPTS_URL = 'http://unicode.org/Public/UNIDATA/Scripts.txt' +BLOCKS_URL = 'http://unicode.org/Public/UNIDATA/Blocks.txt' +PROPS_URL = 'http://unicode.org/Public/UNIDATA/PropList.txt' +PROP_ALIASES_URL = 'http://unicode.org/Public/UNIDATA/PropertyAliases.txt' +PROP_VALUE_ALIASES_URL = 'http://unicode.org/Public/UNIDATA/PropertyValueAliases.txt' +DERIVED_CORE_PROPS_URL = 'http://unicode.org/Public/UNIDATA/DerivedCoreProperties.txt' +WORD_BREAKS_URL = 'http://unicode.org/Public/UNIDATA/auxiliary/WordBreakProperty.txt' + +ISO_15924_URL = 'http://unicode.org/iso15924/iso15924.txt.zip' + +scripts_header_template = u'''#ifndef UNICODE_SCRIPT_TYPES_H +#define UNICODE_SCRIPT_TYPES_H + +#include + +#define NUM_CODEPOINTS {num_codepoints} +#define MAX_LANGS {max_langs} + +typedef enum {{ + {script_enum} + NUM_SCRIPTS +}} script_t; + +#endif +''' + +scripts_c_data_template = u''' +script_t char_scripts[] = {{ + {char_scripts} +}}; + +script_code_t script_codes[] = {{ + {script_codes} +}}; + +script_languages_t script_languages[] = {{ + {script_languages} +}}; +''' + +script_code_template = '{{SCRIPT_{name}, "{code}"}}' + +script_language_template = '{{{num_langs}, {languages}}}' + + +def unicode_to_integer(u): + return int('0x{}'.format(u), 16) + + +def script_name_constant(i, u): + return u'SCRIPT_{} = {}'.format(u.upper(), i) + + +UNKNOWN_SCRIPT = 'Unknown' +COMMON_SCRIPT = 'Common' + + +def parse_char_range(r): + return [unicode_to_integer(u) for u in r.split('..')] + + +def get_chars_by_script(): + scripts_file = open(LOCAL_SCRIPTS_FILE) + scripts = [None] * NUM_CODEPOINTS + + # Lines look like: + # 0041..005A ; Latin # L& [26] LATIN CAPITAL LETTER A..LATIN CAPITAL LETTER Z + for char_range, script, char_class in script_regex.findall(scripts_file.read()): + script_range = parse_char_range(char_range) + if len(script_range) == 2: + for i in xrange(script_range[0], script_range[1] + 1): + scripts[i] = script + elif script_range: + scripts[script_range[0]] = script + + return scripts + + +COMMENT_CHAR = '#' +DELIMITER_CHAR = ';' + + +def parse_file(f): + for line in f: + line = line.split(COMMENT_CHAR)[0].strip() + if not line: + continue + tokens = line.split(DELIMITER_CHAR) + if tokens: + yield [t.strip() for t in tokens] + + +def get_property_aliases(): + prop_aliases_file = open(LOCAL_PROP_ALIASES_FILE) + + aliases = {} + + for line in parse_file(prop_aliases_file): + prop = line[1] + prop_aliases = [line[0]] + line[2:] + + for alias in prop_aliases: + aliases[alias.lower()] = prop.lower() + + return aliases + + +def get_property_value_aliases(): + prop_value_aliases_file = open(LOCAL_PROP_VALUE_ALIASES_FILE) + + value_aliases = defaultdict(dict) + + for line in parse_file(prop_value_aliases_file): + prop = line[0] + if prop not in ('ccc', 'gc'): + value = line[2] + aliases = [line[1]] + line[3:] + else: + value = line[1] + aliases = line[2:] + + for alias in aliases: + value_aliases[prop.lower()][alias] = value + + return dict(value_aliases) + + +def get_unicode_blocks(): + blocks_file = open(LOCAL_BLOCKS_FILE) + + blocks = defaultdict(list) + + for line in parse_file(blocks_file): + char_range, block = line + char_range = parse_char_range(char_range) + + if len(char_range) == 2: + for i in xrange(char_range[0], char_range[1] + 1): + blocks[block.lower()].append(wide_unichr(i)) + elif char_range: + blocks[block.lower()].append(wide_unichr(char_range[0])) + + return dict(blocks) + + +def get_unicode_properties(): + props_file = open(LOCAL_PROPS_FILE) + + props = defaultdict(list) + + for line in parse_file(props_file): + char_range, prop = line + + char_range = parse_char_range(char_range) + + if len(char_range) == 2: + for i in xrange(char_range[0], char_range[1] + 1): + props[prop.lower()].append(wide_unichr(i)) + elif char_range: + props[prop.lower()].append(wide_unichr(char_range[0])) + + derived_props_file = open(LOCAL_DERIVED_CORE_PROPS_FILE) + for line in parse_file(derived_props_file): + char_range, prop = line + char_range = parse_char_range(char_range) + + if len(char_range) == 2: + for i in xrange(char_range[0], char_range[1] + 1): + props[prop.lower()].append(wide_unichr(i)) + elif char_range: + props[prop.lower()].append(wide_unichr(char_range[0])) + + return dict(props) + + +def get_word_break_properties(): + props_file = open(LOCAL_WORD_BREAKS_FILE) + + props = defaultdict(list) + + for line in parse_file(props_file): + char_range, prop = line + + char_range = parse_char_range(char_range) + + if len(char_range) == 2: + for i in xrange(char_range[0], char_range[1] + 1): + props[prop].append(wide_unichr(i)) + elif char_range: + props[prop].append(wide_unichr(char_range[0])) + + return dict(props) + + +def build_master_scripts_list(chars): + all_scripts = OrderedDict.fromkeys(filter(bool, chars)) + + for i, script in enumerate(all_scripts.keys()): + all_scripts[script] = i + 1 + + # Unknown script for all characters not covered + all_scripts[UNKNOWN_SCRIPT] = 0 + + return all_scripts + + +SCRIPT_ALIASES_SUPPLEMENTAL = { + 'Hant': 'Han', + 'Hans': 'Han' +} + + +def get_script_codes(all_scripts): + + if not os.path.exists(LOCAL_ISO_15924_FILE): + temp_dir = tempfile.gettempdir() + + script_codes_filename = os.path.join(temp_dir, ISO_15924_URL.rsplit('/')[-1]) + + # This comes as a .zip + script_codes_response = requests.get(ISO_15924_URL) + zf = ZipFile(StringIO(script_codes_response.content)) + iso15924_filename = [name for name in zf.namelist() if name.startswith('iso15924')][0] + + # Strip out the comments, etc. + temp_iso15924_file = u'\n'.join([line.rstrip() for line in safe_decode(zf.read(iso15924_filename)).split('\n') + if line.strip() and not line.strip().startswith('#')]) + + f = open(LOCAL_ISO_15924_FILE, 'w') + f.write(safe_encode(temp_iso15924_file)) + f.close() + + script_codes_file = open(LOCAL_ISO_15924_FILE) + + script_codes = {} + seen_scripts = set() + + # Scripts in the CLDR repos use 4-letter ISO-15924 codes, so map those + for code, _, name, _, _, _ in csv.reader(script_codes_file, delimiter=';'): + if name in all_scripts: + script_codes[code] = name + seen_scripts.add(name) + else: + normalized_name = name.split('(')[0].strip() + if normalized_name in all_scripts and normalized_name not in seen_scripts: + script_codes[code] = normalized_name + seen_scripts.add(normalized_name) + + value_aliases = get_property_value_aliases() + script_aliases = value_aliases['sc'] + + for code, script in script_aliases.iteritems(): + if code not in script_codes and script in all_scripts: + script_codes[code] = script + + script_codes.update(SCRIPT_ALIASES_SUPPLEMENTAL) + + return script_codes + + +SCRIPT_CODE_ALIASES = { + 'Jpan': ['Hani', 'Hira', 'Kana'], + 'Kore': ['Hang', 'Han'] +} + + +def extract_language_scripts(xml): + language_scripts = defaultdict(list) + + for lang in xml.xpath('//languageData/language'): + language_code = lang.attrib['type'].lower() + scripts = lang.get('scripts') + if not scripts: + continue + for script in scripts.split(): + script_aliases = SCRIPT_CODE_ALIASES.get(script) + if not script_aliases: + language_scripts[language_code].append(script) + else: + language_scripts[language_code].extend(script_aliases) + + return language_scripts + + +def batch_iter(iterable, batch_size): + source_iter = iter(iterable) + while True: + batch = list(islice(source_iter, batch_size)) + if len(batch) > 0: + yield batch + else: + return + + +def get_script_languages(): + # For some languages (Greek, Thai, etc.), use of an unambiguous script is sufficient + # to identify the language. We keep track of those single language scripts to inform + # the language classifier + + chars = get_chars_by_script() + all_scripts = build_master_scripts_list(chars) + script_codes = get_script_codes(all_scripts) + + cldr_supplemental_data = open(CLDR_SUPPLEMENTAL_DATA) + cldr_xml = etree.parse(cldr_supplemental_data) + language_scripts = extract_language_scripts(cldr_xml) + + country_languages_path = os.path.join(DEFAULT_LANGUAGES_DIR, COUNTRY_LANGUAGES_FILENAME) + if not os.path.exists(country_languages_path): + fetch_cldr_languages(DEFAULT_LANGUAGES_DIR) + + country_language_file = open(country_languages_path) + country_language_reader = csv.reader(country_language_file, delimiter='\t') + + countries = set([country for country, lang, script, pct, is_official + in country_language_reader]) + + spoken_languages = set.union(*(set(get_country_languages(country)) for country in countries)) + + script_code_languages = defaultdict(list) + for language, scripts in language_scripts.iteritems(): + if language not in spoken_languages: + continue + for script in scripts: + script_code_languages[script].append(language) + + script_languages = defaultdict(list) + + for script_code, script_name in script_codes.iteritems(): + langs = script_code_languages.get(script_code, []) + script_languages[script_name].extend(langs) + + for name in all_scripts.iterkeys(): + script_languages.setdefault(name, []) + + return script_languages + + +def main(out_dir=SRC_DIR): + # Output is a C header and data file, see templates + out_file = open(os.path.join(out_dir, SCRIPTS_DATA_FILENAME), 'w') + out_header = open(os.path.join(out_dir, SCRIPTS_HEADER), 'w') + + download_file(SCRIPTS_URL, LOCAL_SCRIPTS_FILE) + download_file(BLOCKS_URL, LOCAL_BLOCKS_FILE) + download_file(PROPS_URL, LOCAL_PROPS_FILE) + download_file(PROP_ALIASES_URL, LOCAL_PROP_ALIASES_FILE) + download_file(PROP_VALUE_ALIASES_URL, LOCAL_PROP_VALUE_ALIASES_FILE) + download_file(DERIVED_CORE_PROPS_URL, LOCAL_DERIVED_CORE_PROPS_FILE) + download_file(WORD_BREAKS_URL, LOCAL_WORD_BREAKS_FILE) + + if not os.path.exists(CLDR_SUPPLEMENTAL_DATA): + download_cldr() + + chars = get_chars_by_script() + all_scripts = build_master_scripts_list(chars) + script_codes = get_script_codes(all_scripts) + + script_languages = get_script_languages() + + max_langs = 0 + + for script, langs in script_languages.iteritems(): + num_langs = len(langs) + if num_langs > max_langs: + max_langs = num_langs + + # Generate C header and constants + + script_enum = u''' + '''.join(['SCRIPT_{} = {},'.format(s.upper(), i) for s, i in sorted(all_scripts.iteritems(), key=itemgetter(1))]) + + out_header.write(scripts_header_template.format(num_codepoints=NUM_CODEPOINTS, + max_langs=max_langs, + script_enum=script_enum)) + out_header.close() + + # Generate C data file + + char_scripts_data = u''', + '''.join([', '.join([str(all_scripts[sc or UNKNOWN_SCRIPT]) for sc in batch]) for batch in batch_iter(chars, 25)]) + + script_codes_data = u''', + '''.join([script_code_template.format(name=name.upper(), code=code) for code, name in script_codes.iteritems()]) + + sorted_lang_scripts = [script_languages[s] for s, i in sorted(all_scripts.iteritems(), key=itemgetter(1))] + + script_language_data = u''', + '''.join([script_language_template.format(num_langs=len(langs), + languages='{{{}}}'.format(', '.join(['"{}"'.format(l) for l in langs]) if langs else 'NULL')) + for langs in sorted_lang_scripts]) + + out_file.write(scripts_c_data_template.format(header_name=SCRIPTS_HEADER, + char_scripts=char_scripts_data, + script_codes=script_codes_data, + script_languages=script_language_data)) + out_file.close() + + +if __name__ == '__main__': + main(*sys.argv[1:]) diff --git a/scripts/geodata/i18n/word_breaks.py b/scripts/geodata/i18n/word_breaks.py new file mode 100644 index 0000000..49a5972 --- /dev/null +++ b/scripts/geodata/i18n/word_breaks.py @@ -0,0 +1,140 @@ +''' +word_breaks.py + +This script is used to automatically build ranges of unicode characters +from the unicode spec's word break properties. These ranges help us +build a tokenizer that does the right thing in every language with regard +to word segmentation. The lines outputted by this script can be pasted +into scanner.re before compliation. +''' + +import requests +from collections import defaultdict +import re + +# Operate on WordBreakProperty.txt file +hebrew_letter_regex = re.compile('^([^\s]+)[\s]+; Hebrew_Letter ') +format_regex = re.compile('^([^\s]+)[\s]+; Format ') +extend_regex = re.compile('^([^\s]+)[\s]+; Extend ') +katakana_regex = re.compile('^([^\s]+)[\s]+; Katakana ') +other_alpha_letter_regex = re.compile('^([^\s]+)[\s]+; ALetter # Lo (?!.*(?:HANGUL|TIBETAN|JAVANESE|BALINESE|YI) )') +mid_letter_regex = re.compile('^([^\s]+)[\s]+; MidLetter') +mid_number_regex = re.compile('^([^\s]+)[\s]+; MidNum ') +mid_num_letter_regex = re.compile('^([^\s]+)[\s]+; MidNumLet ') +numeric_regex = re.compile('^([^\s]+)[\s]+; Numeric ') +extend_num_letter_regex = re.compile('^([^\s]+)[\s]+; ExtendNumLet ') + +# Operate on Scripts.txt file +other_number_regex = re.compile('^([^\s]+)[\s]+; ExtendNumLet ') + +script_regex = re.compile('([^\s]+)[\s]+;[\s]*([^\s]+)[\s]*#[\s]*([^\s]+)') + +WORD_BREAK_PROPERTIES_URL = 'http://www.unicode.org/Public/UCD/latest/ucd/auxiliary/WordBreakProperty.txt' +HANGUL_SYLLABLE_TYPES_URL = 'http://www.unicode.org/Public/UCD/latest/ucd/HangulSyllableType.txt' +SCRIPTS_URL = 'http://unicode.org/Public/UNIDATA/Scripts.txt' + +ideographic_scripts = set([ + 'han', + 'hiragana', + 'hangul', + 'tibetan', + 'thai', + 'lao', + 'javanese', + 'balinese', + 'yi', +]) + + +def regex_char_range(match): + r = match.split('..') + # Wide version + return u'-'.join([('\u{}'.format(c.lower()) if len(c) < 5 else '\U{}'.format(c.lower().rjust(8, '0'))) for c in r]) + + +def get_letter_range(text, *regexes): + char_ranges = [] + for line in text.split('\n'): + for regex in regexes: + m = regex.match(line) + if m: + char_ranges.append(regex_char_range(m.group(1))) + return char_ranges + + +def get_letter_ranges_for_scripts(text, scripts, char_class_regex): + char_ranges = [] + for char_range, script, char_class in script_regex.findall(text): + if script.lower() in scripts and char_class_regex.match(char_class): + char_ranges.append(regex_char_range(char_range)) + return char_ranges + + +def get_char_class(text, char_class_regex): + char_ranges = [] + for char_range, script, char_class in script_regex.findall(text): + if char_class_regex.match(char_class): + char_ranges.append(regex_char_range(char_range)) + return char_ranges + + +hangul_syllable_type_regex = re.compile('^([^\s]+)[\s]+; ([A-Z]+)') + + +def get_hangul_syllable_ranges(text): + char_ranges = defaultdict(list) + for line in text.split('\n'): + m = hangul_syllable_type_regex.match(line) + if m: + char_ranges[m.group(2)].append(regex_char_range(m.group(1))) + return dict(char_ranges) + + +name_funcs = [ + ('hebrew_letter_chars', hebrew_letter_regex), + ('format_chars', format_regex), + ('extend_chars', extend_regex), + ('katakana_chars', katakana_regex), + ('letter_other_alpha_chars', other_alpha_letter_regex), + ('mid_letter_chars', mid_letter_regex), + ('mid_number_chars', mid_number_regex), + ('mid_num_letter_chars', mid_num_letter_regex), + ('numeric_chars', numeric_regex), + ('extend_num_letter_chars', extend_num_letter_regex), +] + +IDEOGRAPHIC_CHARS = 'ideographic_chars' +IDEOGRAPHIC_NUMERIC_CHARS = 'ideographic_numeric_chars' + +numbers_regex = re.compile('N[ol]', re.I) +letters_regex = re.compile('L*', re.I) + + +def main(): + ''' Insert these lines into scanner.re ''' + response = requests.get(WORD_BREAK_PROPERTIES_URL) + + if response.ok: + for name, reg in name_funcs: + s = get_letter_range(response.content, reg) + print '{} = [{}];'.format(name, ''.join(s)) + + response = requests.get(HANGUL_SYLLABLE_TYPES_URL) + + if response.ok: + syllable_ranges = get_hangul_syllable_ranges(response.content) + for name, ranges in syllable_ranges.iteritems(): + print 'hangul_syllable_class_{} = [{}];'.format(name, u''.join(ranges)) + + response = requests.get(SCRIPTS_URL) + if response.ok: + s = ''.join(get_char_class(response.content, numbers_regex)) + + print '{} = [{}];'.format(IDEOGRAPHIC_NUMERIC_CHARS, ''.join(s)) + + s = ''.join(get_letter_ranges_for_scripts(response.content, ideographic_scripts, letters_regex)) + print '{} = [{}];'.format(IDEOGRAPHIC_CHARS, ''.join(s)) + + +if __name__ == '__main__': + main() diff --git a/scripts/geodata/intersections/__init__.py b/scripts/geodata/intersections/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/intersections/query.py b/scripts/geodata/intersections/query.py new file mode 100644 index 0000000..ff2e09b --- /dev/null +++ b/scripts/geodata/intersections/query.py @@ -0,0 +1,18 @@ +from collections import namedtuple + +from geodata.addresses.config import address_config +from geodata.math.sampling import weighted_choice + +IntersectionQuery = namedtuple('IntersectionQuery', 'road1, intersection_phrase, road2') + +NULL_INTERSECTION_QUERY = IntersectionQuery(None, None, None) + + +class Intersection(object): + @classmethod + def phrase(cls, language, country=None): + values, probs = address_config.alternative_probabilities('cross_streets.intersection', language, country=country) + if not values: + return None + phrase, props = weighted_choice(values, probs) + return phrase diff --git a/scripts/geodata/language_id/__init__.py b/scripts/geodata/language_id/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/language_id/create_language_training_data.py b/scripts/geodata/language_id/create_language_training_data.py new file mode 100644 index 0000000..e368bd6 --- /dev/null +++ b/scripts/geodata/language_id/create_language_training_data.py @@ -0,0 +1,100 @@ +import argparse +import logging +import os +import subprocess +import sys + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.osm.osm_address_training_data import WAYS_LANGUAGE_DATA_FILENAME, ADDRESS_LANGUAGE_DATA_FILENAME, ADDRESS_FORMAT_DATA_LANGUAGE_FILENAME, TOPONYM_LANGUAGE_DATA_FILENAME + +LANGUAGES_ALL_FILE = 'languages.all' +LANGAUGES_RANDOM_FILE = 'languages.random' +LANGUAGES_TRAIN_FILE = 'languages.train' +LANGUAGES_CV_FILE = 'languages.cv' +LANGUAGES_TEST_FILE = 'languages.test' + + +def create_language_training_data(osm_dir, split_data=True, train_split=0.8, cv_split=0.1): + language_all_path = os.path.join(osm_dir, LANGUAGES_ALL_FILE) + + ways_path = os.path.join(osm_dir, WAYS_LANGUAGE_DATA_FILENAME) + + if os.system(' '.join(['cat', ways_path, '>', language_all_path])) != 0: + raise SystemError('Could not find {}'.format(ways_path)) + + addresses_path = os.path.join(osm_dir, ADDRESS_LANGUAGE_DATA_FILENAME) + + if os.system(' '.join(['cat', addresses_path, '>>', language_all_path])) != 0: + raise SystemError('Could not find {}'.format(addresses_path)) + + formatted_path = os.path.join(osm_dir, ADDRESS_FORMAT_DATA_LANGUAGE_FILENAME) + + if os.system(' '.join(['cat', formatted_path, '>>', language_all_path])) != 0: + raise SystemError('Could not find {}'.format(formatted_path)) + + toponyms_path = os.path.join(osm_dir, TOPONYM_LANGUAGE_DATA_FILENAME) + + if os.system(' '.join(['cat', toponyms_path, '>>', language_all_path])) != 0: + raise SystemError('Could not find {}'.format(toponyms_path)) + + languages_random_path = os.path.join(osm_dir, LANGAUGES_RANDOM_FILE) + + if os.system(u' '.join(['shuf', '--random-source=/dev/urandom', language_all_path, '>', languages_random_path])) != 0: + raise SystemError('shuffle failed') + + languages_train_path = os.path.join(osm_dir, LANGUAGES_TRAIN_FILE) + + if split_data: + languages_test_path = os.path.join(osm_dir, LANGUAGES_TEST_FILE) + + num_lines = sum((1 for line in open(languages_random_path))) + train_lines = int(train_split * num_lines) + + test_lines = num_lines - train_lines + cv_lines = int(test_lines * (cv_split / (1.0 - train_split))) + 1 + + subprocess.check_call(['split', '-l', str(train_lines), languages_random_path, os.path.join(osm_dir, 'language-split-')]) + subprocess.check_call(['mv', os.path.join(osm_dir, 'language-split-aa'), languages_train_path]) + subprocess.check_call(['mv', os.path.join(osm_dir, 'language-split-ab'), languages_test_path]) + + languages_cv_path = os.path.join(osm_dir, LANGUAGES_CV_FILE) + + subprocess.check_call(['split', '-l', str(cv_lines), languages_test_path, os.path.join(osm_dir, 'language-split-')]) + subprocess.check_call(['mv', os.path.join(osm_dir, 'language-split-aa'), languages_cv_path]) + subprocess.check_call(['mv', os.path.join(osm_dir, 'language-split-ab'), languages_test_path]) + else: + subprocess.check_call(['mv', languages_random_path, languages_train_path]) + +if __name__ == '__main__': + # Handle argument parsing here + parser = argparse.ArgumentParser() + + parser.add_argument('-n', '--no-split', + action='store_false', + default=True, + help='Do not split data into train/cv/test') + + parser.add_argument('-t', '--train-split', + type=float, + default=0.8, + help='Train split percentage as a float (default 0.8)') + + parser.add_argument('-c', '--cv-split', + type=float, + default=0.1, + help='Cross-validation split percentage as a float (default 0.1)') + + parser.add_argument('-o', '--osm-dir', + default=os.getcwd(), + help='OSM directory') + + args = parser.parse_args() + if args.train_split + args.cv_split >= 1.0: + raise ValueError('Train split + cross-validation split must be less than 1.0') + + if not os.path.exists(args.osm_dir): + raise ValueError('OSM directory does not exist') + + create_language_training_data(args.osm_dir, split_data=args.no_split, train_split=args.train_split, cv_split=args.cv_split) diff --git a/scripts/geodata/language_id/disambiguation.py b/scripts/geodata/language_id/disambiguation.py new file mode 100644 index 0000000..ae2918b --- /dev/null +++ b/scripts/geodata/language_id/disambiguation.py @@ -0,0 +1,176 @@ +import os +import six +import sys + +from collections import defaultdict, OrderedDict + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir, os.pardir, 'python'))) + +from geodata.address_expansions.gazetteers import * +from geodata.encoding import safe_decode, safe_encode +from geodata.string_utils import wide_iter, wide_ord +from geodata.i18n.unicode_properties import get_chars_by_script, get_script_languages +from geodata.text.normalize import normalized_tokens, normalize_string +from geodata.text.tokenize import tokenize +from geodata.text.token_types import token_types + +WELL_REPRESENTED_LANGUAGES = set(['en', 'fr', 'it', 'de', 'nl', 'es', 'pt']) + +# For toponyms, we want to limit the countries we consider to those where +# the place names can themselves be considered training examples of the language +WELL_REPRESENTED_LANGUAGE_COUNTRIES = { + 'en': set(['gb', 'us', 'ca', 'au', 'nz', 'ie']), + 'fr': set(['fr']), + 'it': set(['it']), + 'de': set(['de', 'at']), + 'nl': set(['nl']), + 'es': set(['es', 'ar', 'mx', 'cl', 'co', 'pe', 'ec', 'pr', 'uy', + 've', 'cu', 'do', 'bo', 'gt', 'cr', 'py', 'sv', 'pa', + 'ni', 'hn']), + 'pt': set(['pt', 'br']), +} + +char_scripts = get_chars_by_script() +script_languages = {script: set(langs) for script, langs in six.iteritems(get_script_languages())} +lang_scripts = defaultdict(set) + +for script, langs in six.iteritems(script_languages): + for lang in langs: + lang_scripts[lang].add(script) + +lang_scripts = dict(lang_scripts) + +UNKNOWN_SCRIPT = 'Unknown' +COMMON_SCRIPT = 'Common' +MAX_ASCII = 127 + + +def get_string_script(s): + s = safe_decode(s) + str_len = len(s) + script = last_script = UNKNOWN_SCRIPT + is_ascii = True + script_len = 0 + for c in wide_iter(s): + script = char_scripts[wide_ord(c)] + + if script == COMMON_SCRIPT and last_script != UNKNOWN_SCRIPT: + script = last_script + if last_script != script and last_script != UNKNOWN_SCRIPT and last_script != COMMON_SCRIPT: + if (script_len < str_len): + for c in reversed(list(wide_iter(s[:script_len]))): + if char_scripts[wide_ord(c)] == COMMON_SCRIPT: + script_len -= 1 + break + is_ascii = is_ascii and ord(c) <= MAX_ASCII + script_len += 1 + if script != UNKNOWN_SCRIPT: + last_script = script + return (last_script, script_len, is_ascii) + +LATIN_SCRIPT = 'Latin' +UNKNOWN_LANGUAGE = 'unk' +AMBIGUOUS_LANGUAGE = 'xxx' + + +def disambiguate_language_script(text, languages): + script_langs = {} + read_len = 0 + while read_len < len(text): + script, script_len, is_ascii = get_string_script(text[read_len:]) + if script != LATIN_SCRIPT: + script_valid = [l for l, d in languages if l in script_languages.get(script, [])] + script_langs[script] = set(script_valid) + + if script_len == len(text) and len(script_valid) == 1: + return script_valid[0], script_langs + + read_len += script_len + + return UNKNOWN_LANGUAGE, script_langs + +LATIN_TRANSLITERATED_SCRIPTS = {'Arabic', 'Cyrllic'} + + +def has_non_latin_script(languages): + for lang, is_default in languages: + scripts = lang_scripts.get(lang, set()) + if LATIN_SCRIPT not in scripts or scripts & LATIN_TRANSLITERATED_SCRIPTS: + return True + return False + + +def disambiguate_language(text, languages, scripts_only=False): + text = safe_decode(text) + valid_languages = OrderedDict(languages) + + language_script, script_langs = disambiguate_language_script(text, languages) + if language_script is not UNKNOWN_LANGUAGE: + return language_script + + num_defaults = sum((1 for lang, default in valid_languages.iteritems() if default)) + + tokens = normalized_tokens(text) + + current_lang = None + possible_lang = None + + seen_languages = set() + + for t, c, l, data in street_types_gazetteer.filter(tokens): + if c == token_types.PHRASE: + valid = OrderedDict() + data = [safe_decode(d).split(u'|') for d in data] + potentials = set([l for l, d, i, c in data if l in valid_languages]) + potential_defaults = set([l for l in potentials if valid_languages[l]]) + + phrase_len = sum((len(t_i[0]) for t_i in t)) + for lang, dictionary, is_canonical, canonical in data: + is_canonical = int(is_canonical) + is_stopword = dictionary == 'stopword' + if lang not in valid_languages or (is_stopword and len(potentials) > 1): + continue + is_default = valid_languages[lang] + + lang_valid = is_default or not seen_languages or lang in seen_languages + + if lang_valid and phrase_len > 1 and ((is_canonical and not is_stopword) or (is_default and (len(potentials) == 1 or len(potential_defaults) == 1))): + valid[lang] = 1 + elif is_default and num_defaults > 1 and current_lang is not None and current_lang != lang: + return AMBIGUOUS_LANGUAGE + elif is_stopword and is_canonical and not is_default and lang in seen_languages: + valid[lang] = 1 + elif not seen_languages and len(potentials) == 1 and phrase_len > 1: + possible_lang = lang if possible_lang is None or possible_lang == lang else None + + if seen_languages and valid and not any((l in seen_languages for l in valid)) and \ + (not any((valid_languages.get(l) for l in valid)) or any((valid_languages.get(l) for l in seen_languages))): + return AMBIGUOUS_LANGUAGE + + valid = valid.keys() + + if len(valid) == 1: + current_lang = valid[0] + else: + valid_default = [l for l in valid if valid_languages.get(l)] + if len(valid_default) == 1 and current_lang is not None and valid_default[0] != current_lang: + return AMBIGUOUS_LANGUAGE + elif len(valid_default) == 1: + current_lang = valid_default[0] + + if any((current_lang not in langs for script, langs in script_langs.iteritems())): + return AMBIGUOUS_LANGUAGE + + seen_languages.update(valid) + + if current_lang is not None: + return current_lang + elif possible_lang is not None: + if not any((possible_lang not in langs for script, langs in script_langs.iteritems())): + return possible_lang + else: + return AMBIGUOUS_LANGUAGE + return UNKNOWN_LANGUAGE diff --git a/scripts/geodata/language_id/sample.py b/scripts/geodata/language_id/sample.py new file mode 100644 index 0000000..2c4d2d3 --- /dev/null +++ b/scripts/geodata/language_id/sample.py @@ -0,0 +1,53 @@ +import random +import bisect + +from collections import OrderedDict + +''' +Top languages on the Interwebs. Not a probability distribution +as it doesn't sum to 1 and websites can be in more than one +language. Reference: + +https://en.wikipedia.org/wiki/Languages_used_on_the_Internet#Content_languages_for_websites +''' +INTERNET_LANGUAGE_DISTRIBUTION = OrderedDict([ + ('en', 0.555), + ('ru', 0.059), + ('de', 0.058), + ('ja', 0.05), + ('es', 0.046), + ('fr', 0.04), + ('zh', 0.028), + ('pt', 0.025), + ('it', 0.019), + ('pl', 0.017), + ('tr', 0.015), + ('nl', 0.013), + ('fa', 0.009), + ('ar', 0.008), + ('ko', 0.007), +]) + + +def cdf(probs): + total = float(sum(probs)) + + result = [] + cumulative = 0.0 + for w in probs: + cumulative += w + result.append(cumulative / total) + return result + + +MOST_COMMON_INTERNET_LANGUAGES = INTERNET_LANGUAGE_DISTRIBUTION.keys() +INTERNET_LANGUAGES_CDF = cdf(INTERNET_LANGUAGE_DISTRIBUTION.values()) + + +def sample_random_language(keys=MOST_COMMON_INTERNET_LANGUAGES, + cdf=INTERNET_LANGUAGES_CDF): + assert len(keys) == len(cdf) + + sample = random.random() + idx = bisect.bisect(cdf, sample) + return keys[idx] diff --git a/scripts/geodata/log.py b/scripts/geodata/log.py new file mode 100644 index 0000000..f663678 --- /dev/null +++ b/scripts/geodata/log.py @@ -0,0 +1,10 @@ +import logging +import sys + + +def log_to_file(f, level=logging.INFO): + handler = logging.StreamHandler(f) + formatter = logging.Formatter('%(asctime)s %(levelname)s [%(name)s]: %(message)s') + handler.setFormatter(formatter) + logging.root.addHandler(handler) + logging.root.setLevel(level) diff --git a/scripts/geodata/math/__init__.py b/scripts/geodata/math/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/math/floats.py b/scripts/geodata/math/floats.py new file mode 100644 index 0000000..1051e33 --- /dev/null +++ b/scripts/geodata/math/floats.py @@ -0,0 +1,5 @@ +FLOAT_EPSILON = 1e-09 + + +def isclose(a, b, rel_tol=FLOAT_EPSILON, abs_tol=0.0): + return abs(a - b) <= max(rel_tol * max(abs(a), abs(b)), abs_tol) diff --git a/scripts/geodata/math/sampling.py b/scripts/geodata/math/sampling.py new file mode 100644 index 0000000..33b9400 --- /dev/null +++ b/scripts/geodata/math/sampling.py @@ -0,0 +1,42 @@ +import bisect +import random +import sys + +from geodata.math.floats import isclose, FLOAT_EPSILON + + +def weighted_choice(values, cdf): + """Pick one of n values given a discrete cumulative distribution""" + assert values and cdf, 'values and probabilities cannot be empty/None' + assert len(values) == len(cdf), 'len(values) != len(probs)' + assert all(p >= 0.0 and p <= (1.0 + FLOAT_EPSILON) for p in cdf), 'Probabilities not valid: {}'.format(cdf) + + x = random.random() + i = bisect.bisect(cdf, x) + return values[i] + + +def check_probability_distribution(probs): + cumulative = 0.0 + for p in probs: + assert p >= 0.0, 'Probabilities cannot be negative' + assert p <= 1.0, 'Probabilities cannot be > 1.0' + cumulative += p + assert isclose(cumulative, 1.0), 'Probabilities must sum to 1: probs={}, cumulative={}'.format(probs, cumulative) + + +def cdf(probs): + total = 0.0 + cumulative = [0.0] * len(probs) + for i, p in enumerate(probs): + total += p + cumulative[i] = total + + return cumulative + + +def zipfian_distribution(n, b=1.0): + """Distribution where the ith item's frequency is proportional to its rank""" + frequencies = [1. / (i ** b) for i in xrange(1, n + 1)] + total = sum(frequencies) + return [f / total for f in frequencies] diff --git a/scripts/geodata/metro_stations/__init__.py b/scripts/geodata/metro_stations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/metro_stations/reverse_geocode.py b/scripts/geodata/metro_stations/reverse_geocode.py new file mode 100644 index 0000000..7d16e03 --- /dev/null +++ b/scripts/geodata/metro_stations/reverse_geocode.py @@ -0,0 +1,52 @@ +import argparse +import logging +import os +import sys +import six + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.address_expansions.abbreviations import abbreviate +from geodata.coordinates.conversion import latlon_to_decimal +from geodata.math.floats import isclose +from geodata.osm.extract import parse_osm +from geodata.places.reverse_geocode import PlaceReverseGeocoder +from geodata.encoding import safe_decode + + +class MetroStationReverseGeocoder(PlaceReverseGeocoder): + GEOHASH_PRECISION = 7 + + include_property_patterns = PlaceReverseGeocoder.include_property_patterns | set([ + 'operator', + 'network', + 'station', + ]) + + +if __name__ == '__main__': + # Handle argument parsing here + parser = argparse.ArgumentParser() + + parser.add_argument('-m', '--osm-metro-stations-file', + help='Path to OSM metro stations file') + + parser.add_argument('-p', '--precision', + type=int, + default=MetroStationReverseGeocoder.GEOHASH_PRECISION, + help='Geohash precision') + + parser.add_argument('-o', '--out-dir', + default=os.getcwd(), + help='Output directory') + + logging.basicConfig(level=logging.INFO) + + args = parser.parse_args() + if args.osm_metro_stations_file: + index = MetroStationReverseGeocoder.create_from_osm_file(args.osm_metro_stations_file, args.out_dir, precision=args.precision) + else: + parser.error('Must specify metro stations file') + + index.save() diff --git a/scripts/geodata/names/__init__.py b/scripts/geodata/names/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/names/deduping.py b/scripts/geodata/names/deduping.py new file mode 100644 index 0000000..00183e7 --- /dev/null +++ b/scripts/geodata/names/deduping.py @@ -0,0 +1,102 @@ +from geodata.text.normalize import * +from geodata.names.similarity import soft_tfidf_similarity, jaccard_similarity + +from collections import Counter + + +class NameDeduper(object): + ''' + Base class for deduping geographic entity names e.g. for matching names + from different databases (concordances). + + By default uses Soft TFIDF similarity (see geodata.names.similarity) + for non-ideographic names and Jaccard similarity with word frequencies + for ideographic names. + + See class attributes for options. + ''' + + stopwords = set() + '''Set of words which should not be considered in similarity''' + + discriminative_words = set() + '''Set of words which break similarity e.g. North, Heights''' + + discriminative_categories = token_types.NUMERIC_TOKEN_TYPES + '''Set of categories which, if not contained in both sets, break similarity''' + + content_categories = token_types.WORD_TOKEN_TYPES | token_types.NUMERIC_TOKEN_TYPES + '''Set of categories representing content tokens (default setting ignores punctuation)''' + + replacements = {} + '''Dictionary of lowercased token replacements e.g. {u'saint': u'st'}''' + + dupe_threshold = 0.9 + '''Similarity threshold above which entities are considered dupes''' + + ignore_parentheticals = True + '''Whether to ignore parenthetical phrases e.g. "Kangaroo Point (NSW)"''' + + @classmethod + def tokenize(cls, s): + return normalized_tokens(s) + + @classmethod + def content_tokens(cls, s): + tokens = cls.tokenize(s) + if cls.ignore_parentheticals: + tokens = remove_parens(tokens) + return [(cls.replacements.get(t, t), c) + for t, c in tokens + if c in cls.content_categories and + t not in cls.stopwords] + + @classmethod + def possible_match(cls, tokens1, tokens2): + if not cls.discriminative_categories and not cls.discriminative_words: + return True + + intersection = set([t for t, c in tokens1]) & set([t for t, c in tokens2]) + invalid = any((True for t, c in tokens1 + tokens2 + if t not in intersection and + (c in cls.discriminative_categories or t in cls.discriminative_words) + )) + return not invalid + + @classmethod + def compare_ideographs(cls, s1, s2): + tokens1 = cls.content_tokens(s1) + tokens2 = cls.content_tokens(s2) + + if not cls.possible_match(tokens1, tokens2): + return 0.0 + + tokens1_only = [t for t, c in tokens1] + tokens2_only = [t for t, c in tokens2] + + if u''.join(tokens1_only) == u''.join(tokens2_only): + return 1.0 + else: + # Many Han/Hangul characters are common, shouldn't use IDF + return jaccard_similarity(tokens1_only, tokens2_only) + + @classmethod + def compare(cls, s1, s2, idf): + tokens1 = cls.content_tokens(s1) + tokens2 = cls.content_tokens(s2) + + if not cls.possible_match(tokens1, tokens2): + return 0.0 + + tokens1_only = [t for t, c in tokens1] + tokens2_only = [t for t, c in tokens2] + + # Test exact equality, also handles things like Cabbage Town == Cabbagetown + if u''.join(tokens1_only) == u''.join(tokens2_only): + return 1.0 + else: + return soft_tfidf_similarity(tokens1_only, tokens2_only, idf) + + @classmethod + def is_dupe(cls, sim): + return sim >= cls.dupe_threshold diff --git a/scripts/geodata/names/normalization.py b/scripts/geodata/names/normalization.py new file mode 100644 index 0000000..11d18cb --- /dev/null +++ b/scripts/geodata/names/normalization.py @@ -0,0 +1,119 @@ +import os +import re +import six +import yaml + +from geodata.encoding import safe_decode + +this_dir = os.path.realpath(os.path.dirname(__file__)) + +AFFIX_CONFIG_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'boundaries', 'names', 'languages') + + +class NameAffixes(object): + def __init__(self, config_dir=AFFIX_CONFIG_DIR): + self.config_dir = config_dir + + self.language_prefixes = {} + self.language_suffixes = {} + + self.language_prefix_regexes = {} + self.language_suffix_regexes = {} + + self.language_prefix_sim_only_regexes = {} + self.language_suffix_sim_only_regexes = {} + + for filename in os.listdir(config_dir): + if not filename.endswith('.yaml'): + continue + lang = filename.rsplit('.yaml')[0] + + conf = yaml.load(open(os.path.join(config_dir, filename))) + self.add_affixes(lang, conf) + + for country, country_conf in six.iteritems(conf.get('countries', {})): + country_lang = (country, lang) + self.add_affixes(country_lang, country_conf) + + def add_affixes(self, lang, *confs): + prefixes = [safe_decode(phrase).lower() for conf in confs for phrase in conf.get('prefixes', [])] + prefixes_no_whitespace = [safe_decode(phrase).lower() for conf in confs for phrase in conf.get('prefixes_no_whitespace', [])] + + self.language_prefixes[lang] = prefixes + prefixes_no_whitespace + + suffixes = [safe_decode(phrase).lower() for conf in confs for phrase in conf.get('suffixes', [])] + suffixes_no_whitespace = [safe_decode(phrase).lower() for conf in confs for phrase in conf.get('suffixes_no_whitespace', [])] + + self.language_suffixes[lang] = suffixes + suffixes_no_whitespace + + whitespace_phrase = six.u('[ \-]') + + all_prefixes = [six.u('{}{}').format(s, whitespace_phrase) for s in prefixes] + prefixes_no_whitespace + all_suffixes = [six.u('{}{}').format(whitespace_phrase, s) for s in suffixes] + suffixes_no_whitespace + + if all_prefixes: + prefix_regex = six.u('^(?:{})').format(six.u('|').join(all_prefixes)) + self.language_prefix_regexes[lang] = re.compile(prefix_regex, re.I | re.UNICODE) + + if all_suffixes: + suffix_regex = six.u('(?:{})$').format(six.u('|').join(all_suffixes)) + self.language_suffix_regexes[lang] = re.compile(suffix_regex, re.I | re.UNICODE) + + sim_only_prefixes = [six.u('{}{}').format(safe_decode(phrase.lower()), whitespace_phrase) for conf in confs for phrase in conf.get('prefixes_similarity_only', [])] + if sim_only_prefixes: + sim_only_prefix_regex = six.u('^(?:{})').format(six.u('|').join(sim_only_prefixes + all_prefixes)) + self.language_prefix_sim_only_regexes[lang] = re.compile(sim_only_prefix_regex, re.I | re.UNICODE) + + sim_only_suffixes = [six.u('(?:{})$').format(whitespace_phrase, safe_decode(phrase.lower())) for conf in confs for phrase in conf.get('suffixes_similarity_only', [])] + if sim_only_suffixes: + sim_only_suffix_regex = six.u('(?:{})$').format(six.u('|').join(sim_only_suffixes + all_suffixes)) + + self.language_suffix_sim_only_regexes[lang] = re.compile(sim_only_suffix_regex, re.I | re.UNICODE) + + def replace_prefixes(self, name, lang, country=None, sim_only=False): + name = safe_decode(name).strip() + + if not sim_only or lang not in self.language_prefix_sim_only_regexes: + d = self.language_prefix_regexes + else: + d = self.language_prefix_sim_only_regexes + + re = None + if country is not None: + re = d.get((country, lang)) + if re: + name = re.sub(six.u(''), name) + + re = d.get(lang) + + if not re: + return name + + return re.sub(six.u(''), name) + + def replace_suffixes(self, name, lang, country=None, sim_only=False): + name = safe_decode(name).strip() + + if not sim_only or lang not in self.language_suffix_sim_only_regexes: + d = self.language_suffix_regexes + else: + d = self.language_suffix_sim_only_regexes + + re = None + if country is not None: + re = d.get((country, lang)) + if re: + name = re.sub(six.u(''), name) + + re = d.get(lang) + + if not re: + return name + + return re.sub(six.u(''), name) + + def replace_affixes(self, name, lang, country=None, sim_only=False): + return self.replace_prefixes(self.replace_suffixes(name, lang, country=country, sim_only=sim_only), lang, country=country, sim_only=sim_only) + +name_affixes = NameAffixes() diff --git a/scripts/geodata/names/similarity.py b/scripts/geodata/names/similarity.py new file mode 100644 index 0000000..2dfee8f --- /dev/null +++ b/scripts/geodata/names/similarity.py @@ -0,0 +1,85 @@ +# -*- coding: utf-8 -*- +import Levenshtein +from collections import OrderedDict + + +def ordered_word_count(tokens): + counts = OrderedDict() + for k in tokens: + counts[k] = counts.get(k, 0) + 1 + return counts + + +def soft_tfidf_similarity(tokens1, tokens2, idf, + sim_func=Levenshtein.jaro_winkler, theta=0.95, + common_word_threshold=100): + ''' + Soft TFIDF is a hybrid distance function using both global statistics + (inverse document frequency) and local similarity (Jaro-Winkler). + + For each token t1 in the first string, find the token t2 which is most + similar to t1 in terms of the local distance function. + + The SoftTFIDF similarity is the dot product of the max token similarities + and the cosine similarity of the TF-IDF vectors for all tokens where + the max similarity is >= a given threshold theta. + + sim_func should return a number in the range (0, 1) inclusive and theta + should be in the same range i.e. this would _not_ work for a metric like + basic Levenshtein or Damerau-Levenshtein distance where we'd want the + value to be below the threshold. Those metrics can be transformed into + a (0, 1) measure. + + @param tokens1: normalized tokens of string 1 (list of strings only) + @param tokens2: normalized tokens of string 2 (list of strings only) + + @param idf: IDFIndex from geodata.statistics.tf_idf + @param sim_func: similarity function which takes 2 strings and returns + a number between 0 and 1 + @param theta: token-level threshold on sim_func's return value at + which point two tokens are considered "close" + + Reference: + https://www.cs.cmu.edu/~pradeepr/papers/ijcai03.pdf + ''' + + token1_counts = ordered_word_count(tokens1) + token2_counts = ordered_word_count(tokens2) + + tfidf1 = idf.tfidf_vector(token1_counts) + tfidf2 = idf.tfidf_vector(token2_counts) + + total_sim = 0.0 + + t1_len = len(token1_counts) + t2_len = len(token2_counts) + + if t2_len < t1_len: + token1_counts, token2_counts = token2_counts, token1_counts + tfidf1, tfidf2 = tfidf2, tfidf1 + + for i, t1 in enumerate(token1_counts): + sim, j = max([(sim_func(t1, t2), j) for j, t2 in enumerate(token2_counts)]) + if sim >= theta: + total_sim += sim * tfidf1[i] * tfidf2[j] + + return total_sim + + +def jaccard_similarity(tokens1, tokens2): + ''' + Traditionally Jaccard similarity is defined for two sets: + + Jaccard(A, B) = (A ∩ B) / (A ∪ B) + + Using this for tokens, the similarity of ['a', 'a', 'b'] and ['a', 'b'] + would be 1.0, which is not ideal for entity name matching. + + In this implementation the cardinality of the set intersections/unions + are weighted by term frequencies so Jaccard(['a', 'a', 'b'], ['a', 'b']) = 0.67 + ''' + token1_counts = ordered_word_count(tokens1) + token2_counts = ordered_word_count(tokens2) + + intersection = sum((min(v, token2_counts[k]) for k, v in token1_counts.iteritems() if k in token2_counts)) + return float(intersection) / (sum(token1_counts.values()) + sum(token2_counts.values()) - intersection) diff --git a/scripts/geodata/neighborhoods/__init__.py b/scripts/geodata/neighborhoods/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/neighborhoods/reverse_geocode.py b/scripts/geodata/neighborhoods/reverse_geocode.py new file mode 100644 index 0000000..ec8083a --- /dev/null +++ b/scripts/geodata/neighborhoods/reverse_geocode.py @@ -0,0 +1,622 @@ +# -*- coding: utf-8 -*- +import argparse +import fnmatch +import logging +import operator +import os +import re +import six +import subprocess +import sys +import yaml + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.address_formatting.formatter import AddressFormatter +from geodata.coordinates.conversion import latlon_to_decimal +from geodata.encoding import safe_decode +from geodata.file_utils import ensure_dir, download_file +from geodata.i18n.unicode_properties import get_chars_by_script +from geodata.i18n.word_breaks import ideographic_scripts +from geodata.names.deduping import NameDeduper +from geodata.osm.admin_boundaries import OSMNeighborhoodPolygonReader +from geodata.osm.components import osm_address_components +from geodata.osm.definitions import osm_definitions +from geodata.osm.extract import parse_osm, osm_type_and_id, NODE, WAY, RELATION, OSM_NAME_TAGS +from geodata.polygons.index import * +from geodata.polygons.reverse_geocode import OSMCountryReverseGeocoder, OSMReverseGeocoder +from geodata.statistics.tf_idf import IDFIndex + + +class NeighborhoodDeduper(NameDeduper): + # Lossless conversions only + replacements = { + u'saint': u'st', + u'and': u'&', + u'〇': u'0', + u'一': u'1', + u'二': u'2', + u'三': u'3', + u'四': u'4', + u'五': u'5', + u'六': u'6', + u'七': u'7', + u'八': u'8', + u'九': u'9', + u'十': u'10', + } + + discriminative_words = set([ + # Han numbers + u'〇', u'一', + u'二', u'三', + u'四', u'五', + u'六', u'七', + u'八', u'九', + u'十', u'百', + u'千', u'万', + u'億', u'兆', + u'京', u'第', + + # Roman numerals + u'i', u'ii', + u'iii', u'iv', + u'v', u'vi', + u'vii', u'viii', + u'ix', u'x', + u'xi', u'xii', + u'xiii', u'xiv', + u'xv', u'xvi', + u'xvii', u'xviii', + u'xix', u'xx', + + # English directionals + u'north', u'south', + u'east', u'west', + u'northeast', u'northwest', + u'southeast', u'southwest', + + # Spanish, Portguese and Italian directionals + u'norte', u'nord', u'sur', u'sul', u'sud', + u'est', u'este', u'leste', u'oeste', u'ovest', + + # New in various languages + u'new', + u'nova', + u'novo', + u'nuevo', + u'nueva', + u'nuovo', + u'nuova', + + # Qualifiers + u'heights', + u'hills', + + u'upper', u'lower', + u'little', u'great', + + u'park', + u'parque', + + u'village', + + ]) + + stopwords = set([ + u'cp', + u'de', + u'la', + u'urbanizacion', + u'do', + u'da', + u'dos', + u'del', + u'community', + u'bairro', + u'barrio', + u'le', + u'el', + u'mah', + u'раион', + u'vila', + u'villa', + u'kampung', + u'ahupua`a', + + ]) + + +class ClickThatHoodReverseGeocoder(GeohashPolygonIndex): + persistent_polygons = False + cache_size = 0 + + SCRATCH_DIR = '/tmp' + + # Contains accurate boundaries for neighborhoods sans weird GeoPlanet names like "Adelphi" or "Crown Heights South" + NEIGHBORHOODS_REPO = 'https://github.com/codeforamerica/click_that_hood' + + config_path = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'neighborhoods', 'click_that_hood.yaml') + + config = yaml.load(open(config_path)) + + @classmethod + def clone_repo(cls, path): + subprocess.check_call(['rm', '-rf', path]) + subprocess.check_call(['git', 'clone', cls.NEIGHBORHOODS_REPO, path]) + + @classmethod + def create_neighborhoods_index(cls): + scratch_dir = cls.SCRATCH_DIR + repo_path = os.path.join(scratch_dir, 'click_that_hood') + cls.clone_repo(repo_path) + + data_path = os.path.join(repo_path, 'public', 'data') + + neighborhoods_dir = os.path.join(scratch_dir, 'neighborhoods') + ensure_dir(neighborhoods_dir) + + index = cls(save_dir=neighborhoods_dir) + + for c in cls.config['files']: + filename = c['filename'] + component = c['component'] + + path = os.path.join(data_path, filename) + features = json.load(open(path))['features'] + for f in features: + f['properties']['component'] = component + + try: + index.add_geojson_like_file(features) + except ValueError: + continue + + return index + + +class OSMNeighborhoodReverseGeocoder(OSMReverseGeocoder): + persistent_polygons = False + cache_size = 10000 + simplify_polygons = False + polygon_reader = OSMNeighborhoodPolygonReader + include_property_patterns = OSMReverseGeocoder.include_property_patterns | set(['postal_code']) + + cache_size = 0 + + SCRATCH_DIR = '/tmp' + + @classmethod + def create_neighborhoods_index(cls, osm_neighborhoods_file): + scratch_dir = cls.SCRATCH_DIR + neighborhoods_dir = os.path.join(scratch_dir, 'neighborhoods', 'index') + ensure_dir(neighborhoods_dir) + + return cls.create_from_osm_file(osm_neighborhoods_file, output_dir=neighborhoods_dir) + + +class NeighborhoodReverseGeocoder(RTreePolygonIndex): + ''' + Neighborhoods are very important in cities like NYC, SF, Chicago, London + and many others. We want the address parser to be trained with addresses + that sufficiently capture variations in address patterns, including + neighborhoods. Quattroshapes neighborhood data (in the US at least) + is not great in terms of names, mostly becasue GeoPlanet has so many + incorrect names. The neighborhoods project, also known as ClickThatHood + has very accurate polygons with correct names, but only for a handful + of cities. OSM usually lists neighborhoods and some other local admin + areas like boroughs as points rather than polygons. + + This index merges all of the above data sets in prioritized order + (ClickThatHood > OSM > Quattroshapes) to provide unified point-in-polygon + tests for neighborhoods. The properties vary by source but each has + source has least a "name" key which in practice is what we care about. + + Quattroshapes data is no longer accessible and has been replaced by + WhosOnFirst. + ''' + + PRIORITIES_FILENAME = 'priorities.json' + + DUPE_THRESHOLD = 0.9 + + persistent_polygons = True + cache_size = 100000 + + source_priorities = { + 'osm': 0, # Best names/polygons, same coordinate system + 'osm_cth': 1, # Prefer the OSM names if possible + 'clickthathood': 2, # Better names/polygons than WhosOnFirst + 'osm_wof': 3, # Prefer OSM names matched with WhosOnFirst polygon + 'wof': 4, # Replacement of Quattroshapes + } + + level_priorities = { + 'neighborhood': 0, + 'local_admin': 1, + } + + regex_replacements = [ + # Paris arrondissements, listed like "PARIS-1ER-ARRONDISSEMENT" in Quattroshapes + (re.compile('^paris-(?=[\d])', re.I), ''), + (re.compile('^prague(?= [\d]+$)', re.I), 'Praha'), + ] + + quattroshapes_city_district_patterns = [ + six.u('Praha [\d]+'), + ] + + quattroshapes_city_district_regex = re.compile('|'.join([six.u('^\s*{}\s*$').format(p) for p in quattroshapes_city_district_patterns]), re.I | re.U) + + @classmethod + def count_words(cls, s): + doc = defaultdict(int) + for t, c in NeighborhoodDeduper.content_tokens(s): + doc[t] += 1 + return doc + + @classmethod + def create_from_osm_and_wof(cls, filename, wof_dir, country_rtree_dir, osm_rtree_dir, osm_neighborhood_borders_file, output_dir): + ''' + Given an OSM file (planet or some other bounds) containing neighborhoods + as points (some suburbs have boundaries) + + and their dependencies, create an R-tree index for coarse-grained + reverse geocoding. + + Note: the input file is expected to have been created using + osmfilter. Use fetch_osm_address_data.sh for planet or copy the + admin borders commands if using other geometries. + ''' + index = cls(save_dir=output_dir) + + logger = logging.getLogger('neighborhoods') + + logger.info('Creating ClickThatHood neighborhoods') + cth = ClickThatHoodReverseGeocoder.create_neighborhoods_index() + + logger.info('Creating OSM neighborhoods') + osmn = OSMNeighborhoodReverseGeocoder.create_neighborhoods_index(osm_neighborhood_borders_file) + + logger.info('Creating WhosOnFirst neighborhoods') + wof = WhosOnFirstNeighborhoodsReverseGeocoder.create_neighborhoods_index(wof_dir, os.path.join(wof_dir, "wof_neighbourhoods")) + + country_rtree = OSMCountryReverseGeocoder.load(country_rtree_dir) + + osm_admin_rtree = OSMReverseGeocoder.load(osm_rtree_dir) + osm_admin_rtree.cache_size = 1000 + + logger.info('Creating IDF index') + idf = IDFIndex() + + char_scripts = get_chars_by_script() + + for idx in (cth, wof, osmn): + for i in xrange(idx.i): + props = idx.get_properties(i) + name = props.get('name') + if name is not None: + doc = cls.count_words(name) + idf.update(doc) + + for key, attrs, deps in parse_osm(filename): + for k, v in six.iteritems(attrs): + if any((k.startswith(name_key) for name_key in OSM_NAME_TAGS)): + doc = cls.count_words(v) + idf.update(doc) + + for i in six.moves.xrange(osmn.i): + props = osmn.get_properties(i) + poly = osmn.get_polygon(i) + + props['source'] = 'osm' + props['component'] = AddressFormatter.SUBURB + props['polygon_type'] = 'neighborhood' + + index.index_polygon(poly.context) + index.add_polygon(poly.context, props) + + wof.matched = [False] * wof.i + cth.matched = [False] * cth.i + + logger.info('Matching OSM points to neighborhood polygons') + # Parse OSM and match neighborhood/suburb points to ClickThatHood/WhosOnFirst polygons + num_polys = 0 + for element_id, attrs, deps in parse_osm(filename): + try: + lat, lon = latlon_to_decimal(attrs['lat'], attrs['lon']) + except ValueError: + continue + + osm_name = attrs.get('name') + if not osm_name: + continue + + id_type, element_id = element_id.split(':') + element_id = long(element_id) + + props['type'] = id_type + props['id'] = element_id + + possible_neighborhood = osm_definitions.meets_definition(attrs, osm_definitions.EXTENDED_NEIGHBORHOOD) + is_neighborhood = osm_definitions.meets_definition(attrs, osm_definitions.NEIGHBORHOOD) + + country, candidate_languages = country_rtree.country_and_languages(lat, lon) + + component_name = None + + component_name = osm_address_components.component_from_properties(country, attrs) + + ranks = [] + osm_names = [] + + for key in OSM_NAME_TAGS: + name = attrs.get(key) + if name: + osm_names.append(name) + + for name_key in OSM_NAME_TAGS: + osm_names.extend([v for k, v in six.iteritems(attrs) if k.startswith('{}:'.format(name_key))]) + + for idx in (cth, wof): + candidates = idx.get_candidate_polygons(lat, lon, return_all=True) + + if candidates: + max_sim = 0.0 + arg_max = None + + normalized_wof_names = {} + + for osm_name in osm_names: + + contains_ideographs = any(((char_scripts[ord(c)] or '').lower() in ideographic_scripts + for c in safe_decode(osm_name))) + + for i in candidates: + props = idx.get_properties(i) + name = normalized_wof_names.get(i) + if not name: + name = props.get('name') + if not name: + continue + for pattern, repl in cls.regex_replacements: + name = pattern.sub(repl, name) + normalized_wof_names[i] = name + + if is_neighborhood and idx is wof and props.get(WhosOnFirstNeighborhoodsReverseGeocoder.LEVEL) != 'neighborhood': + continue + + if not contains_ideographs: + sim = NeighborhoodDeduper.compare(osm_name, name, idf) + else: + # Many Han/Hangul characters are common, shouldn't use IDF + sim = NeighborhoodDeduper.compare_ideographs(osm_name, name) + + if sim > max_sim: + max_sim = sim + poly = idx.get_polygon(i) + arg_max = (max_sim, props, poly.context, idx, i) + + if arg_max: + ranks.append(arg_max) + + ranks.sort(key=operator.itemgetter(0), reverse=True) + if ranks and ranks[0][0] >= cls.DUPE_THRESHOLD: + score, props, poly, idx, i = ranks[0] + + existing_osm_boundaries = osm_admin_rtree.point_in_poly(lat, lon, return_all=True) + existing_neighborhood_boundaries = osmn.point_in_poly(lat, lon, return_all=True) + + skip_node = False + + for boundaries in (existing_osm_boundaries, existing_neighborhood_boundaries): + for poly_index, osm_props in enumerate(boundaries): + containing_component = None + name = osm_props.get('name') + # Only exact name matches here since we're comparins OSM to OSM + if name and name.lower() != attrs.get('name', '').lower(): + continue + + if boundaries is existing_neighborhood_boundaries: + containing_component = AddressFormatter.SUBURB + skip_node = True + break + else: + containing_ids = [(boundary['type'], boundary['id']) for boundary in existing_osm_boundaries[poly_index + 1:]] + + containing_component = osm_address_components.component_from_properties(country, osm_props, containing=containing_ids) + + if containing_component and containing_component != component_name and AddressFormatter.component_order[containing_component] <= AddressFormatter.component_order[AddressFormatter.CITY]: + skip_node = True + break + if skip_node: + break + + # Skip this element + if skip_node: + continue + + if idx is cth: + if props['component'] == AddressFormatter.SUBURB: + attrs['polygon_type'] = 'neighborhood' + elif props['component'] == AddressFormatter.CITY_DISTRICT: + attrs['polygon_type'] = 'local_admin' + else: + continue + source = 'osm_cth' + else: + level = props.get(WhosOnFirstNeighborhoodsReverseGeocoder.LEVEL, None) + + source = 'osm_quattro' + if level == 'neighborhood': + attrs['polygon_type'] = 'neighborhood' + else: + attrs['polygon_type'] = 'local_admin' + + containing_ids = [(boundary['type'], boundary['id']) for boundary in existing_osm_boundaries] + component = osm_address_components.component_from_properties(country, attrs, containing=containing_ids) + attrs['component'] = component + + attrs['source'] = source + index.index_polygon(poly) + index.add_polygon(poly, attrs) + idx.matched[i] = True + + num_polys += 1 + if num_polys % 1000 == 0 and num_polys > 0: + logger.info('did {} neighborhoods'.format(num_polys)) + + for idx, source in ((cth, 'clickthathood'), (wof, 'whosonfirst')): + for i in xrange(idx.i): + props = idx.get_properties(i) + poly = idx.get_polygon(i) + if idx.matched[i]: + continue + props['source'] = source + if idx is cth: + component = props['component'] + if component == AddressFormatter.SUBURB: + props['polygon_type'] = 'neighborhood' + elif component == AddressFormatter.CITY_DISTRICT: + props['polygon_type'] = 'local_admin' + else: + continue + elif props.get(WhosOnFirstNeighborhoodsReverseGeocoder.LEVEL, None) == 'neighborhood': + component = AddressFormatter.SUBURB + name = props.get('name') + if not name: + continue + for pattern, repl in cls.regex_replacements: + name = pattern.sub(repl, name) + + props['name'] = name + + if cls.quattroshapes_city_district_regex.match(name): + component = AddressFormatter.CITY_DISTRICT + + props['component'] = component + props['polygon_type'] = 'neighborhood' + else: + # We don't actually care about local admin polygons unless they match OSM + continue + index.index_polygon(poly.context) + index.add_polygon(poly.context, props) + + return index + + def setup(self): + self.priorities = [] + + def index_polygon_properties(self, properties): + self.priorities.append((self.level_priorities[properties['polygon_type']], self.source_priorities[properties['source']])) + + def load_polygon_properties(self, d): + self.priorities = [tuple(p) for p in json.load(open(os.path.join(d, self.PRIORITIES_FILENAME)))] + + def save_polygon_properties(self, d): + json.dump(self.priorities, open(os.path.join(d, self.PRIORITIES_FILENAME), 'w')) + + def priority(self, i): + return self.priorities[i] + + def get_candidate_polygons(self, lat, lon): + candidates = super(NeighborhoodReverseGeocoder, self).get_candidate_polygons(lat, lon) + return sorted(candidates, key=self.priority) + + +class WhosOnFirstNeighborhoodsReverseGeocoder(GeohashPolygonIndex): + persistent_polygons = False + cache_size = None + + NAME = "wof:name" + ASCII_NAME = "gn:asciiname" + LEVEL = "wof:placetype" + GEONAMES_ID = "gn:geonameid" + SUPERSEDED = "wof:superseded_by" + + NEIGHBOURHOOD_TYPES = {"localadmin", "locality", "neighbourhood"} + POLYGON_TYPES = {"Polygon", "MultiPolygon"} + + @classmethod + def is_valid_neighbourhood(cls, geojson): + validity = not geojson["properties"].get(cls.SUPERSEDED) + for field in {cls.NAME, cls.ASCII_NAME, cls.GEONAMES_ID}: + validity &= geojson["properties"].get(field) + return validity and geojson["properties"].get(cls.LEVEL) in cls.NEIGHBOURHOOD_TYPES and geojson["geometry"]["type"] in cls.POLYGON_TYPES + + @classmethod + def create_neighborhoods_index(cls, wof_dir, output_dir, index_filename=None): + index = cls(save_dir=output_dir, index_filename=index_filename) + + for root, dirnames, filenames in os.walk(wof_dir): + for fname in fnmatch.filter(filenames, "*.geojson"): + with open(os.path.join(root, fname)) as f: + geojson = json.load(f) + if cls.is_valid_neighbourhood(geojson): + properties = { + "name": safe_decode(geojson["properties"].get(cls.NAME)), + "name_en": safe_decode(geojson["properties"].get(cls.ASCII_NAME)), + "qs_level": safe_decode(geojson["properties"].get(cls.LEVEL)), + "gn_id": safe_decode(geojson["properties"].get(cls.GEONAMES_ID)) + } + + poly_type = geojson['geometry']['type'] + if poly_type == 'Polygon': + poly = cls.to_polygon(geojson['geometry']['coordinates'][0]) + index.index_polygon(poly) + poly = index.simplify_polygon(poly) + index.add_polygon(poly, dict(geojson['properties']), include_only_properties=include_props) + elif poly_type == 'MultiPolygon': + polys = [] + for coords in geojson['geometry']['coordinates']: + poly = cls.to_polygon(coords[0]) + polys.append(poly) + index.index_polygon(poly) + + multi_poly = index.simplify_polygon(MultiPolygon(polys)) + index.add_polygon(multi_poly, dict(geojson['properties'])) + + return index + + +if __name__ == '__main__': + # Handle argument parsing here + parser = argparse.ArgumentParser() + + parser.add_argument('-w', '--wof-dir', + help='Path to WhosOnFirst dir') + + parser.add_argument('-a', '--osm-admin-rtree-dir', + help='Path to OSM admin rtree dir') + + parser.add_argument('-c', '--country-rtree-dir', + help='Path to country rtree dir') + + parser.add_argument('-b', '--osm-neighborhood-borders-file', + help='Path to OSM neighborhood borders file (with dependencies, .osm format)') + + parser.add_argument('-n', '--osm-neighborhoods-file', + help='Path to OSM neighborhoods file (no dependencies, .osm format)') + + parser.add_argument('-o', '--out-dir', + default=os.getcwd(), + help='Output directory') + + logging.basicConfig(level=logging.INFO) + + args = parser.parse_args() + if args.osm_neighborhoods_file and args.wof_dir and args.osm_admin_rtree_dir and args.country_rtree_dir and args.osm_neighborhood_borders_file: + index = NeighborhoodReverseGeocoder.create_from_osm_and_wof( + args.osm_neighborhoods_file, + args.wof_dir, + args.country_rtree_dir, + args.osm_admin_rtree_dir, + args.osm_neighborhood_borders_file, + args.out_dir + ) + else: + parser.error('Must specify whosonfirst dir, osm-admin, country rtrees, and osm-neighbourhood-border file') + + index.save() diff --git a/scripts/geodata/numbers/__init__.py b/scripts/geodata/numbers/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/numbers/numex.py b/scripts/geodata/numbers/numex.py new file mode 100644 index 0000000..558a4e6 --- /dev/null +++ b/scripts/geodata/numbers/numex.py @@ -0,0 +1,219 @@ +import os +import sys + +import yaml + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(this_dir, os.pardir, os.pardir))) + +from geodata.encoding import safe_encode +from geodata.i18n.unicode_paths import DATA_DIR + + +class InvalidNumexRuleException(Exception): + pass + +NUMEX_DATA_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'numex') + +NUMEX_RULES_FILE = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, 'src', 'numex_data.c') + +GENDER_MASCULINE = 'GENDER_MASCULINE' +GENDER_FEMININE = 'GENDER_FEMININE' +GENDER_NEUTER = 'GENDER_NEUTER' +GENDER_NONE = 'GENDER_NONE' + +gender_map = { + 'm': GENDER_MASCULINE, + 'f': GENDER_FEMININE, + 'n': GENDER_NEUTER, + None: GENDER_NONE, +} + + +CATEGORY_PLURAL = 'CATEGORY_PLURAL' +CATEGORY_DEFAULT = 'CATEGORY_DEFAULT' + +valid_numex_keys = set(['name', 'value', 'type', 'left', 'right', 'gender', 'category', 'radix', + 'multiply_gte', 'exact_multiple_only', 'left_separator', 'right_separator']) + +valid_ordinal_keys = set(['suffixes', 'gender', 'category']) + + +category_map = { + 'plural': CATEGORY_PLURAL, + None: CATEGORY_DEFAULT +} + +LEFT_CONTEXT_MULTIPLY = 'NUMEX_LEFT_CONTEXT_MULTIPLY' +LEFT_CONTEXT_ADD = 'NUMEX_LEFT_CONTEXT_ADD' +LEFT_CONTEXT_CONCAT_ONLY_IF_NUMBER = 'NUMEX_LEFT_CONTEXT_CONCAT_ONLY_IF_NUMBER' +LEFT_CONTEXT_NONE = 'NUMEX_LEFT_CONTEXT_NONE' + +left_context_map = { + 'add': LEFT_CONTEXT_ADD, + 'multiply': LEFT_CONTEXT_MULTIPLY, + 'concat_only_if_number': LEFT_CONTEXT_CONCAT_ONLY_IF_NUMBER, + None: LEFT_CONTEXT_NONE, +} + +RIGHT_CONTEXT_MULTIPLY = 'NUMEX_RIGHT_CONTEXT_MULTIPLY' +RIGHT_CONTEXT_ADD = 'NUMEX_RIGHT_CONTEXT_ADD' +RIGHT_CONTEXT_NONE = 'NUMEX_RIGHT_CONTEXT_NONE' + +right_context_map = { + 'add': RIGHT_CONTEXT_ADD, + 'multiply': RIGHT_CONTEXT_MULTIPLY, + None: RIGHT_CONTEXT_NONE, +} + +CARDINAL = 'NUMEX_CARDINAL_RULE' +ORDINAL = 'NUMEX_ORDINAL_RULE' +ORDINAL_INDICATOR = 'NUMEX_ORDINAL_INDICATOR_RULE' + +rule_type_map = { + 'cardinal': CARDINAL, + 'ordinal': ORDINAL, + 'ordinal_indicator': ORDINAL_INDICATOR, +} + +numex_key_template = u'"{key}"' +numex_rule_template = u'{{{left_context_type}, {right_context_type}, {rule_type}, {gender}, {category}, {radix}, {value}LL}}' + +stopword_rule = u'NUMEX_STOPWORD_RULE' + +ordinal_indicator_template = u'{{"{key}", {gender}, {category}, "{value}"}}' + +stopwords_template = u'"{word}"' + +language_template = u'{{"{language}", {whole_words_only}, {rule_index}, {num_rules}, {ordinal_indicator_index}, {num_ordinal_indicators}}}' + +numex_rules_data_template = u''' +char *numex_keys[] = {{ + {numex_keys} +}}; + +numex_rule_t numex_rules[] = {{ + {numex_rules} +}}; + +ordinal_indicator_t ordinal_indicator_rules[] = {{ + {ordinal_indicator_rules} +}}; + +numex_language_source_t numex_languages[] = {{ + {languages} +}}; +''' + + +def parse_numex_rules(dirname=NUMEX_DATA_DIR, outfile=NUMEX_RULES_FILE): + all_keys = [] + all_rules = [] + + all_ordinal_indicators = [] + all_stopwords = [] + + all_languages = [] + + out = open(outfile, 'w') + + for filename in os.listdir(dirname): + path = os.path.join(dirname, filename) + if not os.path.isfile(path) or not filename.endswith('.yaml'): + continue + + language = filename.split('.yaml', 1)[0] + + data = yaml.load(open(path)) + + whole_words_only = data.get('whole_words_only', False) + + rules = data.get('rules', []) + rule_index = len(all_rules) + + for rule in rules: + invalid_keys = set(rule.keys()) - valid_numex_keys + if invalid_keys: + raise InvalidNumexRuleException(u'Invalid keys: ({}) for language {}, rule: {}'.format(u','.join(invalid_keys), language, rule)) + gender = gender_map[rule.get('gender')] + rule_type = rule_type_map[rule['type']] + key = rule['name'] + value = rule['value'] + radix = rule.get('radix', 10) + rule_category = rule.get('category') + category = category_map.get(rule_category) + if category is None: + continue + left_context_type = left_context_map[rule.get('left')] + right_context_type = right_context_map[rule.get('right')] + all_keys.append(unicode(numex_key_template.format(key=key))) + all_rules.append(unicode(numex_rule_template.format( + language=language, + rule_type=rule_type, + gender=gender, + category=category, + left_context_type=left_context_type, + right_context_type=right_context_type, + value=value, + radix=radix + ))) + + ordinal_indicator_index = len(all_ordinal_indicators) + ordinal_indicators = data.get('ordinal_indicators', []) + num_ordinal_indicators = 0 + + for rule in ordinal_indicators: + gender = gender_map[rule.get('gender')] + category = category_map[rule.get('category')] + invalid_ordinal_keys = set(rule.keys()) - valid_ordinal_keys + if invalid_ordinal_keys: + raise InvalidNumexRuleException(u'Invalid keys ({}) in ordinal rule for language {}, rule: {}'.format(u','.join(invalid_ordinal_keys), language, rule)) + + for key, suffixes in rule['suffixes'].iteritems(): + for suffix in suffixes: + all_ordinal_indicators.append(unicode(ordinal_indicator_template.format( + key=key, + value=suffix, + gender=gender, + category=category + ))) + num_ordinal_indicators += len(suffixes) + + stopwords = data.get('stopwords', []) + stopword_index = len(all_stopwords) + num_stopwords = len(stopwords) + + for stopword in stopwords: + all_keys.append(numex_key_template.format(key=unicode(stopword))) + all_rules.append(stopword_rule) + + num_rules = len(rules) + len(stopwords) + + all_languages.append(unicode(language_template.format( + language=language, + whole_words_only=int(whole_words_only), + rule_index=rule_index, + num_rules=num_rules, + ordinal_indicator_index=ordinal_indicator_index, + num_ordinal_indicators=num_ordinal_indicators + ))) + + out.write(safe_encode(numex_rules_data_template.format( + numex_keys=u''', + '''.join(all_keys), + numex_rules=u''', + '''.join(all_rules), + ordinal_indicator_rules=u''', + '''.join(all_ordinal_indicators), + stopwords=u''', + '''.join(all_stopwords), + languages=u''', + '''.join(all_languages), + ))) + + out.close() + + +if __name__ == '__main__': + parse_numex_rules(*sys.argv[1:]) diff --git a/scripts/geodata/numbers/ordinals.py b/scripts/geodata/numbers/ordinals.py new file mode 100644 index 0000000..5be6ebf --- /dev/null +++ b/scripts/geodata/numbers/ordinals.py @@ -0,0 +1,108 @@ +import bisect +import math +import os +import operator +import random +import six +import sys +import yaml + +from collections import defaultdict +from marisa_trie import BytesTrie + +from geodata.text.phrases import PhraseFilter +from geodata.encoding import safe_encode, safe_decode +from geodata.i18n.unicode_paths import DATA_DIR + +from geodata.numbers.numex import NUMEX_DATA_DIR + + +class OrdinalSuffixTrie(PhraseFilter): + def __init__(self, ordinal_rules): + self.trie = BytesTrie([(safe_decode(k)[::-1], safe_decode('|').join(v).encode('utf-8')) for k, v in six.iteritems(ordinal_rules)]) + self.configured = True + + def search_substring(self, s): + if len(s) == 0: + return None, 0 + + for i in xrange(len(s) + 1): + if not self.trie.has_keys_with_prefix(s[:i]): + i -= 1 + break + if i > 0: + return (self.trie.get(s[:i]), i) + else: + return None, 0 + + def search_suffix(self, token): + suffix_search, suffix_len = self.search_substring(safe_decode(token[::-1])) + if suffix_search: + return suffix_search[0].split('|') + else: + return None + + +class OrdinalExpressions(object): + def __init__(self, base_dir=NUMEX_DATA_DIR): + self.cardinal_rules = {} + self.cardinal_rules_ones = {} + + self.ordinal_rules = {} + self.ordinal_suffix_rules = {} + + for filename in os.listdir(base_dir): + if filename.endswith('.yaml'): + lang = filename.split('.yaml')[0] + f = open(os.path.join(base_dir, filename)) + data = yaml.load(f) + + rules = data.get('rules') + if rules is not None and hasattr(rules, '__getslice__'): + cardinals = [] + ordinals = defaultdict(list) + for rule in rules: + name = rule.get('name') + value = rule.get('value') + rule_type = rule.get('type') + if not name or type(value) not in (int, float) or rule_type not in ('cardinal', 'ordinal'): + continue + gender = rule.get('gender', None) + category = rule.get('category', None) + if rule_type == 'ordinal': + ordinals[(value, gender, category)].append(name) + else: + cardinals.append(rule) + if value == 1: + self.cardinal_rules_ones[(lang, gender, category)] = name + + self.cardinal_rules[lang] = cardinals + self.ordinal_rules[lang] = ordinals + + ordinal_indicators = data.get('ordinal_indicators') + if ordinal_indicators is not None and hasattr(ordinal_indicators, '__getslice__'): + for rule_set in ordinal_indicators: + gender = rule_set.get('gender', None) + category = rule_set.get('category', None) + self.ordinal_suffix_rules[(lang, gender, category)] = OrdinalSuffixTrie(rule_set['suffixes']) + + def get_suffixes(self, num, lang, gender=None, category=None): + trie = self.ordinal_suffix_rules.get((lang, gender, category)) + if not trie: + return None + + return trie.search_suffix(str(num)) + + def get_suffix(self, num, lang, gender=None, category=None): + suffixes = self.get_suffixes(num, lang, gender=gender, category=category) + if not suffixes: + return None + return random.choice(suffixes) + + def suffixed_number(self, num, lang, gender=None, category=None): + suffix = self.get_suffix(num, lang, gender=gender, category=category) + if not suffix: + return None + return six.u('{}{}').format(safe_decode(num), safe_decode(suffix)) + +ordinal_expressions = OrdinalExpressions() diff --git a/scripts/geodata/numbers/spellout.py b/scripts/geodata/numbers/spellout.py new file mode 100644 index 0000000..c460d33 --- /dev/null +++ b/scripts/geodata/numbers/spellout.py @@ -0,0 +1,449 @@ +import bisect +import math +import os +import random +import six +import yaml + +from collections import defaultdict + +from geodata.numbers.numex import NUMEX_DATA_DIR + + +class NumericExpressions(object): + default_separator = ' ' + + def __init__(self, base_dir=NUMEX_DATA_DIR): + self.cardinal_rules = {} + self.cardinal_rules_sorted = {} + self.cardinal_rules_ones = defaultdict(dict) + self.cardinal_rules_ones_sorted = {} + + self.default_separators = {} + + self.ordinal_rules = {} + self.ordinal_suffix_rules = {} + + for filename in os.listdir(base_dir): + if filename.endswith('.yaml'): + lang = filename.split('.yaml')[0] + f = open(os.path.join(base_dir, filename)) + data = yaml.load(f) + + default_separator = data.get('default_separator') + if default_separator is not None: + self.default_separators[lang] = default_separator + + rules = data.get('rules') + if rules is not None and hasattr(rules, '__getslice__'): + cardinals = defaultdict(list) + ordinals = defaultdict(list) + for rule in rules: + name = rule.get('name') + value = rule.get('value') + rule_type = rule.get('type') + if not name or type(value) not in (int, float) or rule_type not in ('cardinal', 'ordinal'): + continue + gender = rule.get('gender', None) + category = rule.get('category', None) + if rule_type == 'ordinal': + ordinals[(value, gender, category)].append(rule) + else: + cardinals[(value, gender, category)].append(rule) + if value == 1 and 'multiply_gte' in rule: + self.cardinal_rules_ones[lang][rule['multiply_gte']] = rule + + self.cardinal_rules[lang] = cardinals + self.ordinal_rules[lang] = ordinals + + self.cardinal_rules_sorted[lang] = sorted(set([v for v, g, c in cardinals])) + self.cardinal_rules_ones_sorted[lang] = sorted(self.cardinal_rules_ones[lang].keys()) + + self.cardinal_rules_ones = dict(self.cardinal_rules_ones) + + def spellout_cardinal(self, num, lang, gender=None, category=None, random_choice_cardinals=False): + num = int(num) + remainder = 0 + + if lang not in self.cardinal_rules: + return None + + rules = self.cardinal_rules.get(lang) + cardinals = self.cardinal_rules_sorted.get(lang) + if not rules or not cardinals: + return None + + default_separator = self.default_separators.get(lang, self.default_separator) + + if num == 0: + cardinal = rules.get((num, gender, category)) + if cardinal: + if not random_choice_cardinals: + cardinal = cardinal[0] + else: + cardinal = random.choice(cardinal) + return cardinal['name'] + else: + return None + + cardinal_part = [] + + last_rule = {} + left_multiply_rules = [] + + while num: + i = bisect.bisect_left(cardinals, num) + if i > len(cardinals) - 1: + return None + if i > 0 and cardinals[i] > num: + val = cardinals[i - 1] + else: + val = cardinals[i] + + multiple = num // val + + if val == num: + cardinal = rules.get((num, gender, category)) + else: + cardinal = rules.get((val, None, None), []) + + multiple_rule = None + + if multiple > 1: + multiple_val = rules.get((multiple, None, None)) + if multiple_val: + if not random_choice_cardinals: + multiple_rule = multiple_val[0] + else: + multiple_rule = random.choice(multiple_val) + elif multiple == 1 and lang in self.cardinal_rules_ones_sorted: + ones_rules = self.cardinal_rules_ones_sorted[lang] + j = bisect.bisect_right(ones_rules, val) + if j > 0 and ones_rules[j - 1] <= num: + multiple_rule = self.cardinal_rules_ones[lang][ones_rules[j - 1]] + + use_multiple = multiple > 1 + + is_left_multiply = False + did_left_multiply = False + + if not use_multiple: + rule = None + if cardinal and not random_choice_cardinals: + rule = cardinal[0] + elif cardinal: + rule = random.choice(cardinal) + else: + for rule in cardinal: + left_multiply = rule.get('left') == 'multiply' + if left_multiply: + if not multiple_rule: + left_multiply_rules.append(rule) + is_left_multiply = True + last_rule = rule + rule = None + break + else: + rule = None + + if rule is not None: + left_add = last_rule.get('left') == 'add' + right_add = last_rule.get('right') == 'add' + + if multiple_rule: + if right_add and cardinal_part: + cardinal_part.append(last_rule.get('left_separator', default_separator)) + cardinal_part.append(multiple_rule['name']) + cardinal_part.append(rule.get('left_separator', default_separator)) + + if right_add: + if not multiple_rule and cardinal_part: + right_separator = last_rule.get('right_separator', default_separator) + cardinal_part.append(right_separator) + cardinal_part.append(rule['name']) + elif left_add and cardinal_part: + last = cardinal_part.pop() + cardinal_part.append(rule['name']) + left_separator = last_rule.get('left_separator', default_separator) + cardinal_part.append(left_separator) + cardinal_part.append(last) + elif not left_add and not right_add: + cardinal_part.append(rule['name']) + + last_rule = rule + + if left_multiply_rules and 'right' not in rule and 'left' not in rule: + left_multiply_rule = left_multiply_rules.pop() + left_separator = left_multiply_rule.get('left_separator', default_separator) + cardinal_part.append(left_separator) + cardinal_part.append(left_multiply_rule['name']) + did_left_multiply = True + last_rule = left_multiply_rule + + if not is_left_multiply and not did_left_multiply: + num -= (multiple * val) + elif not did_left_multiply: + remainder = num % val + num /= val + else: + num = remainder + did_left_multiply = False + + return six.u('').join(cardinal_part) + + def roman_numeral(self, num): + numeral = self.spellout_cardinal(num, 'la') + if numeral is None: + return None + return numeral.upper() + + def spellout_ordinal(self, num, lang, gender=None, category=None, + random_choice_cardinals=False, random_choice_ordinals=False): + num = int(num) + remainder = 0 + + if lang not in self.cardinal_rules: + return None + + rules = self.ordinal_rules.get(lang) + cardinal_rules = self.cardinal_rules.get(lang) + cardinals = self.cardinal_rules_sorted.get(lang) + if not rules or not cardinal_rules or not cardinals: + return None + + default_separator = self.default_separators.get(lang, self.default_separator) + + expression = [] + + last_rule = {} + left_multiply_rules = [] + + if num == 0 or (num, gender, category) in rules: + ordinals = rules.get((num, gender, category)) + if ordinals: + if not random_choice_ordinals: + ordinal = ordinals[0] + else: + ordinal = random.choice(ordinals) + return ordinal['name'] + else: + return None + + while num: + i = bisect.bisect_left(cardinals, num) + if i > len(cardinals) - 1: + return None + if i > 0 and cardinals[i] > num: + val = cardinals[i - 1] + else: + val = cardinals[i] + + if val == num and not remainder: + if last_rule.get('right') == 'add': + ordinals = rules.get((num, gender, category)) + if ordinals: + if not random_choice_ordinals: + ordinal = ordinals[0] + else: + ordinal = random.choice(ordinals) + right_separator = last_rule.get('right_separator', default_separator) + + return right_separator.join([six.u('').join(expression), ordinal['name']]) + else: + return None + elif last_rule.get('left') == 'add': + last_num = last_rule['value'] + ordinals = rules.get((last_num, gender, category)) + if ordinals: + if not random_choice_ordinals: + ordinal = ordinals[0] + else: + ordinal = random.choice(ordinals) + + last_rule = ordinal + expression.pop() + cardinals = cardinal_rules.get((num, None, None)) + if cardinals: + if not random_choice_cardinals: + rule = cardinals[0] + else: + rule = random.choice(cardinals) + expression.append(rule['name']) + else: + return None + last = ordinal['name'] + left_separator = last_rule.get('left_separator', default_separator) + return left_separator.join([six.u('').join(expression), ordinal['name']]) + else: + return None + else: + return None + else: + ordinal = rules.get((val, None, None), []) + cardinal = cardinal_rules.get((val, None, None), []) + + multiple = num // val + + multiple_rule = None + + if multiple > 1: + multiple_val = cardinal_rules.get((multiple, None, None)) + if multiple_val: + if not random_choice_cardinals: + multiple_rule = multiple_val[0] + else: + multiple_rule = random.choice(multiple_val) + elif multiple == 1 and lang in self.cardinal_rules_ones_sorted: + ones_rules = self.cardinal_rules_ones_sorted[lang] + j = bisect.bisect_right(ones_rules, val) + if j > 0 and ones_rules[j - 1] <= num: + multiple_rule = self.cardinal_rules_ones[lang][ones_rules[j - 1]] + + use_multiple = multiple > 1 + + is_left_multiply = False + did_left_multiply = False + + if not use_multiple: + rule = None + if ordinal and not remainder: + for rule in ordinal: + if rule.get('right') == 'add': + break + else: + rule = None + + if not rule and cardinal and not random_choice_cardinals: + rule = cardinal[0] + elif not rule and cardinal: + rule = random.choice(cardinal) + else: + rule = None + have_ordinal = False + if ordinal: + for rule in ordinal: + left_multiply = rule.get('left') == 'multiply' + if left_multiply and rule.get('right') == 'add': + if not multiple_rule: + left_multiply_rules.append(rule) + is_left_multiply = True + last_rule = rule + rule = None + have_ordinal = True + break + else: + rule = None + + if not have_ordinal: + for rule in cardinal: + left_multiply = rule.get('left') == 'multiply' + if left_multiply: + if not multiple_rule: + left_multiply_rules.append(rule) + is_left_multiply = True + last_rule = rule + rule = None + break + else: + rule = None + + if rule is not None: + left_add = last_rule.get('left') == 'add' + right_add = last_rule.get('right') == 'add' + + if multiple_rule: + if right_add and expression: + expression.append(last_rule.get('left_separator', default_separator)) + expression.append(multiple_rule['name']) + expression.append(rule.get('left_separator', default_separator)) + + if right_add: + if not multiple_rule and expression: + right_separator = last_rule.get('right_separator', default_separator) + expression.append(right_separator) + expression.append(rule['name']) + elif left_add and expression: + last = expression.pop() + expression.append(rule['name']) + left_separator = last_rule.get('left_separator', default_separator) + expression.append(left_separator) + expression.append(last) + elif not left_add and not right_add: + expression.append(rule['name']) + + last_rule = rule + + if left_multiply_rules and 'right' not in rule and 'left' not in rule: + left_multiply_rule = left_multiply_rules.pop() + print 'left_multiply_rule', left_multiply_rule + left_separator = left_multiply_rule.get('left_separator', default_separator) + expression.append(left_separator) + expression.append(left_multiply_rule['name']) + did_left_multiply = True + last_rule = left_multiply_rule + + if not is_left_multiply and not did_left_multiply: + num -= (multiple * val) + elif not did_left_multiply: + remainder = num % val + num /= val + else: + num = remainder + remainder = 0 + did_left_multiply = False + + def spellout_cardinal_hundreds(self, num, lang, gender=None, category=None, splitter=six.u(' ')): + if num % 100 >= 10: + first_hundred = self.spellout_cardinal(num % 100, lang, gender=gender, category=category) + elif num % 100 == 0: + rules = self.cardinal_rules.get(lang) + if not rules: + return None + + cardinals = rules.get((100, gender, category)) + if not cardinals: + return None + + for rule in cardinals: + if rule.get('left') == 'multiply' and not rule.get('exact_multiple_only'): + break + else: + rule = None + + if not rule: + return None + + first_hundred = rule['name'] + else: + rules = self.cardinal_rules.get(lang) + if not rules: + return None + + tens_place = num % 10 + zero_rules = rules.get((0, gender, category)) + if not zero_rules: + return None + + tens_place_rules = rules.get((tens_place, gender, category)) + if not tens_place_rules: + return None + + zero_rule = random.choice(zero_rules) + tens_rule = random.choice(tens_place_rules) + + first_hundred = splitter.join([zero_rule['name'], tens_rule['name']]) + + if not first_hundred: + return None + + parts = [first_hundred] + + for i in xrange(1, int(math.ceil(math.log(num, 100)))): + part = self.spellout_cardinal(num / 100 ** i, lang, gender=gender, category=category) + if not part: + return None + parts.append(part) + return splitter.join(reversed(parts)) + + +numeric_expressions = NumericExpressions() diff --git a/scripts/geodata/openaddresses/__init__.py b/scripts/geodata/openaddresses/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/openaddresses/config.py b/scripts/geodata/openaddresses/config.py new file mode 100644 index 0000000..9a9eaab --- /dev/null +++ b/scripts/geodata/openaddresses/config.py @@ -0,0 +1,33 @@ +import os +import six +import yaml + +this_dir = os.path.realpath(os.path.dirname(__file__)) + +OPENADDRESSES_PARSER_DATA_CONFIG = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'parser', 'data_sets', 'openaddresses.yaml') + + +class OpenAddressesConfig(object): + def __init__(self, path=OPENADDRESSES_PARSER_DATA_CONFIG): + self.path = path + + config = yaml.load(open(path)) + self.config = config['global'] + self.country_configs = config['countries'] + + @property + def sources(self): + for country, config in six.iteritems(self.country_configs): + for file_config in config.get('files', []): + filename = file_config['filename'].rsplit('.', 1)[0] + + yield country, filename + + for subdir, subdir_config in six.iteritems(config.get('subdirs', {})): + for file_config in subdir_config.get('files', []): + filename = file_config['filename'].rsplit('.', 1)[0] + + yield country, subdir, filename + +openaddresses_config = OpenAddressesConfig() diff --git a/scripts/geodata/openaddresses/download_openaddresses.py b/scripts/geodata/openaddresses/download_openaddresses.py new file mode 100644 index 0000000..bc5d083 --- /dev/null +++ b/scripts/geodata/openaddresses/download_openaddresses.py @@ -0,0 +1,114 @@ +import argparse +import os +import requests +import six +import subprocess +import sys +import tempfile +import yaml + +from six.moves.urllib_parse import urljoin, quote_plus, unquote_plus + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.openaddresses.config import openaddresses_config +from geodata.csv_utils import unicode_csv_reader +from geodata.file_utils import ensure_dir, download_file, unzip_file, cd, remove_file +from geodata.encoding import safe_encode, safe_decode + +BASE_OPENADDRESSES_DATA_URL = 'http://results.openaddresses.io' + +OPENADDRESSES_LATEST_DIR = urljoin(BASE_OPENADDRESSES_DATA_URL, 'latest/run/') + +OPENADDRESSES_STATE_FILE_NAME = 'state.txt' +OPENADDRESSES_STATE_URL = urljoin(BASE_OPENADDRESSES_DATA_URL, OPENADDRESSES_STATE_FILE_NAME) + + +def download_and_unzip_file(url, out_dir): + zip_filename = url.rsplit('/', 1)[-1].strip() + zip_local_path = os.path.join(out_dir, zip_filename) + + success = download_file(url, zip_local_path) and unzip_file(zip_local_path, out_dir) + + if os.path.exists(zip_local_path): + remove_file(zip_local_path) + + return success + + +def download_pre_release_downloads(out_dir): + for url in openaddresses_config.config.get('pre_release_downloads', []): + print(six.u('doing pre_release {}').format(safe_decode(url))) + + success = download_and_unzip_file(url, out_dir) + if not success: + print(six.u('ERR: could not download {}').format(source)) + return False + return True + + +def openaddresses_download_all_files(out_dir): + temp_dir = tempfile.gettempdir() + + local_state_file_path = os.path.join(temp_dir, OPENADDRESSES_STATE_FILE_NAME) + if not download_file(OPENADDRESSES_STATE_URL, local_state_file_path): + sys.exit('Could not download state.txt file') + + reader = unicode_csv_reader(open(local_state_file_path), delimiter='\t') + headers = reader.next() + + source_index = headers.index('source') + url_index = headers.index('processed') + + download_pre_release_downloads(out_dir) + + for row in reader: + source = row[source_index].rsplit('.')[0] + processed = row[url_index] + if not processed or not processed.strip(): + continue + + print(six.u('doing {}').format(source)) + success = download_and_unzip_file(processed, out_dir) + if not success: + print(six.u('ERR: could not download {}').format(source)) + + remove_file(local_state_file_path) + + +def openaddresses_download_configured_files(out_dir): + for path in openaddresses_config.sources: + + source = six.b('/').join([safe_encode(p) for p in path]) + filename = safe_encode(path[-1]) + six.b('.zip') + zip_path = filename + '.zip' + zip_url_path = six.b('/').join([safe_encode(p) for p in path[:-1]] + [quote_plus(filename)]) + + url = urljoin(OPENADDRESSES_LATEST_DIR, zip_url_path) + + download_pre_release_downloads(out_dir) + + print(six.u('doing {}').format(safe_decode(source))) + success = download_and_unzip_file(url, out_dir) + if not success: + print(six.u('ERR: could not download {}').format(source)) + + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + + parser.add_argument('-o', '--out-dir', + required=True, + help='Output directory') + + parser.add_argument('--all', action='store_true', + default=False, help='Download all completed OpenAddresses files') + + args = parser.parse_args() + ensure_dir(args.out_dir) + + if args.all: + openaddresses_download_all_files(args.out_dir) + else: + openaddresses_download_configured_files(args.out_dir) diff --git a/scripts/geodata/openaddresses/formatter.py b/scripts/geodata/openaddresses/formatter.py new file mode 100644 index 0000000..ce7002c --- /dev/null +++ b/scripts/geodata/openaddresses/formatter.py @@ -0,0 +1,698 @@ +# -*- coding: utf-8 -*- + +import csv +import ftfy +import itertools +import os +import random +import re +import six +import yaml + +from geodata.addresses.units import Unit +from geodata.address_expansions.abbreviations import abbreviate +from geodata.address_expansions.address_dictionaries import address_phrase_dictionaries +from geodata.address_expansions.gazetteers import street_types_gazetteer, unit_types_gazetteer, toponym_abbreviations_gazetteer +from geodata.address_formatting.formatter import AddressFormatter +from geodata.addresses.components import AddressComponents +from geodata.countries.constants import Countries +from geodata.countries.names import country_names +from geodata.encoding import safe_decode, safe_encode +from geodata.i18n.languages import get_country_languages +from geodata.i18n.word_breaks import ideographic_scripts +from geodata.language_id.disambiguation import UNKNOWN_LANGUAGE, get_string_script +from geodata.math.sampling import cdf, weighted_choice +from geodata.openaddresses.config import openaddresses_config +from geodata.places.config import place_config +from geodata.postal_codes.phrases import PostalCodes +from geodata.text.tokenize import tokenize +from geodata.text.token_types import token_types +from geodata.text.utils import is_numeric, is_numeric_strict + +from geodata.csv_utils import tsv_string, unicode_csv_reader + +OPENADDRESSES_FORMAT_DATA_TAGGED_FILENAME = 'openaddresses_formatted_addresses_tagged.tsv' +OPENADDRESSES_FORMAT_DATA_FILENAME = 'openaddresses_formatted_addresses.tsv' + +null_regex = re.compile('^\s*(?:null|none)\s*$', re.I) +unknown_regex = re.compile('\bunknown\b', re.I) +not_applicable_regex = re.compile('^\s*n\.?\s*/?\s*a\.?\s*$', re.I) +sin_numero_regex = re.compile('^\s*s\s*/\s*n\s*$', re.I) + +russian_number_regex_str = safe_decode(r'(?:№\s*)?(?:(?:[\d]+\w?(?:[\-/](?:(?:[\d]+\w?)|\w))*)|(?:[\d]+\s*\w?)|(?:\b\w\b))') +dom_korpus_stroyeniye_regex = re.compile(safe_decode('(?:(?:дом(?=\s)|д\.?)\s*)?{}(?:(?:\s*,|\s+)\s*(?:(?:корпус(?=\s)|к\.?)\s*){})?(?:(?:\s*,|\s+)\s*(?:(?:строение(?=\s)|с\.?)\s*){})?\s*$').format(russian_number_regex_str, russian_number_regex_str, russian_number_regex_str), re.I | re.U) +uchastok_regex = re.compile(safe_decode('{}\s*(?:,?\s*участок\s+{}\s*)?$').format(russian_number_regex_str, russian_number_regex_str), re.I | re.U) +bea_nomera_regex = re.compile(safe_decode('^\s*б\s*/\s*н\s*$'), re.I) +fraction_regex = re.compile('^\s*[\d]+[\s]*/[\s]*(?:[\d]+|[a-z]|[\d]+[a-z]|[a-z][\d]+)[\s]*$', re.I) +number_space_letter_regex = re.compile('^[\d]+\s+[a-z]$', re.I) +number_slash_number_regex = re.compile('^(?:[\d]+|[a-z]|[\d]+[a-z]|[a-z][\d]+)[\s]*/[\s]*(?:[\d]+|[a-z]|[\d]+[a-z]|[a-z][\d]+)$', re.I) +number_fraction_regex = re.compile('^(?:[\d]+\s+)?(?:1[\s]*/[\s]*[234]|2[\s]*/[\s]*3)$') + +colombian_standard_house_number_regex = re.compile('^(\d+[\s]*[a-z]?)\s+([a-z]?[\d]+[\s]*[a-z]?)?', re.I) + +dutch_house_number_regex = re.compile('([\d]+)( [a-z])?( [\d]+)?', re.I) + +SPANISH = 'es' +PORTUGUESE = 'pt' +RUSSIAN = 'ru' +CHINESE = 'zh' + + +class OpenAddressesFormatter(object): + field_regex_replacements = { + # All fields + None: [ + (re.compile('<\s*null\s*>', re.I), u''), + (re.compile('[\s]{2,}'), six.u(' ')), + (re.compile('\`'), u"'"), + (re.compile('\-?\*'), u""), + ], + AddressFormatter.HOUSE_NUMBER: [ + # Most of the house numbers in Montreal start with "#" + (re.compile('^#', re.UNICODE), u''), + # Some house numbers have multiple hyphens + (re.compile('[\-]{2,}'), u'-'), + # Some house number ranges are split up like "12 -14" + (re.compile('[\s]*\-[\s]*'), u'-'), + ] + } + + unit_type_regexes = {} + + for (lang, dictionary_type), values in six.iteritems(address_phrase_dictionaries.phrases): + if dictionary_type == 'unit_types_numbered': + unit_phrases = [safe_encode(p) for p in itertools.chain(*values) if len(p) > 2] + pattern = re.compile(r'\b(?:{})\s+(?:#?\s*)(?:[\d]+|[a-z]|[a-z]\-?[\d]+|[\d]+\-?[a-z])\s*$'.format(safe_encode('|').join(unit_phrases)), + re.I | re.UNICODE) + unit_type_regexes[lang] = pattern + + def __init__(self, components, country_rtree, debug=False): + self.components = components + self.country_rtree = country_rtree + + self.debug = debug + + self.formatter = AddressFormatter() + + class validators: + @classmethod + def validate_postcode(cls, postcode): + ''' + Postcodes that are all zeros are improperly-formatted NULL values + ''' + return not all((c in ('0', '-', '.', ' ', ',') for c in postcode)) + + @classmethod + def validate_street(cls, street): + ''' + Streets should not be simple numbers. If they are it's probably a + copy/paste error and should be the house number. + ''' + return not is_numeric(street) + + @classmethod + def validate_house_number(cls, house_number): + ''' + House number doesn't necessarily have to be numeric, but in some of the + OpenAddresses data sets the house number field is equal to the capitalized + street name, so this at least provides protection against insane values + for house number at the cost of maybe missing a few houses numbered "A", etc. + + Also OpenAddresses primarily comes from county GIS servers, etc. which use + a variety of database schemas and don't always handle NULLs very well. Again, + while a single zero is a valid house number, in OpenAddresses it's more likely + an error + + While a single zero is a valid house number, more than one zero is not, or + at least not in OpenAddresses + ''' + + try: + house_number = int(house_number.strip()) + return house_number > 0 + except (ValueError, TypeError): + house_number = house_number.strip() + return house_number and (is_numeric(house_number) or fraction_regex.match(house_number) or number_space_letter_regex.match(house_number) or + number_slash_number_regex.match(house_number) or number_fraction_regex.match(house_number)) and not all((c == '0' for c in house_number if c.isdigit())) + + @classmethod + def validate_house_number_sin_numero(cls, house_number): + if sin_numero_regex.match(house_number): + return True + return cls.validate_house_number(house_number) + + @classmethod + def validate_russian_house_number(cls, house_number): + if dom_korpus_stroyeniye_regex.match(house_number): + return True + elif uchastok_regex.match(house_number): + return True + elif bea_nomera_regex.match(house_number): + return True + return cls.validate_house_number(house_number) + + @classmethod + def validate_colombian_house_number(cls, house_number): + return True + + @classmethod + def validate_chinese_house_number(cls, house_number): + if not house_number: + return False + tokens = tokenize(house_number) + + if all((c in token_types.NUMERIC_TOKEN_TYPES or t in (u'号', u'栋', u'附')) for t, c in tokens): + return True + return cls.validate_house_number(house_number) + + component_validators = { + AddressFormatter.HOUSE_NUMBER: validators.validate_house_number, + AddressFormatter.ROAD: validators.validate_street, + AddressFormatter.POSTCODE: validators.validate_postcode, + } + + language_validators = { + SPANISH: { + AddressFormatter.HOUSE_NUMBER: validators.validate_house_number_sin_numero, + }, + PORTUGUESE: { + AddressFormatter.HOUSE_NUMBER: validators.validate_house_number_sin_numero, + }, + RUSSIAN: { + AddressFormatter.HOUSE_NUMBER: validators.validate_russian_house_number, + }, + CHINESE: { + AddressFormatter.HOUSE_NUMBER: validators.validate_chinese_house_number, + } + } + + country_validators = { + Countries.COLOMBIA: { + AddressFormatter.HOUSE_NUMBER: validators.validate_colombian_house_number + } + } + + chinese_annex_regex = re.compile(u'([\d]+)(?![\d号栋])', re.U) + + @classmethod + def format_chinese_house_number(cls, house_number): + if not house_number: + return house_number + return cls.chinese_annex_regex.sub(u'\\1号', house_number) + + @classmethod + def format_colombian_house_number(cls, house_number): + house_number = house_number.strip() + match = colombian_standard_house_number_regex.match(house_number) + if match: + separator = random.choice((u'-', u' - ', u' ')) + + cross_street, building_number = match.groups() + + numbers = [] + if cross_street and u' ' in cross_street and random.choice((True, False)): + cross_street = cross_street.replace(u' ', u'') + + if cross_street: + numbers.append(cross_street) + + if building_number and u' ' in building_number and random.choice((True, False)): + building_number = building_number.replace(u' ', u'') + + if building_number: + numbers.append(building_number) + + if numbers: + house_number = separator.join(numbers) + house_number_prefixes = (u'#', u'no.', u'no', u'nº') + if random.choice((True, False)) and not any((house_number.lower().startswith(p) for p in house_number_prefixes)): + house_number = u' '.join([random.choice(house_number_prefixes), house_number]) + + return house_number + + def get_property(self, key, *configs): + for config in configs: + value = config.get(key, None) + if value is not None: + return value + return None + + def cldr_country_name(self, country_code, language, configs): + cldr_country_prob = float(self.get_property('cldr_country_probability', *configs)) + + country_name = None + + if random.random() < cldr_country_prob: + localized, iso_3166, alpha2, alpha3 = values = range(4) + localized_prob = float(self.get_property('localized_name_probability', *configs)) + iso_3166_prob = float(self.get_property('iso_3166_name_probability', *configs)) + alpha2_prob = float(self.get_property('iso_alpha_2_code_probability', *configs)) + alpha3_prob = float(self.get_property('iso_alpha_3_code_probability', *configs)) + + probs = cdf([localized_prob, iso_3166_prob, alpha2_prob, alpha3_prob]) + + country_type = weighted_choice(values, probs) + + country_name = country_code.upper() + if country_type == localized: + country_name = country_names.localized_name(country_code, language) or country_names.localized_name(country_code) or country_name + elif country_type == iso_3166: + country_name = country_names.iso3166_name(country_code) + elif country_type == alpha3: + country_name = country_names.alpha3_code(country_code) or country_name + + return country_name + + @classmethod + def cleanup_number(cls, num, strip_commas=False): + num = num.strip() + if strip_commas: + num = num.replace(six.u(','), six.u('')) + try: + num_int = int(num) + except (ValueError, TypeError): + try: + num_float = float(num) + leading_zeros = 0 + for c in num: + if c == six.u('0'): + leading_zeros += 1 + else: + break + num = safe_decode(int(num_float)) + if leading_zeros: + num = six.u('{}{}').format(six.u('0') * leading_zeros, num) + except (ValueError, TypeError): + pass + return num + + @classmethod + def fix_component_encodings(cls, components): + return {k: ftfy.fix_encoding(safe_decode(v)) for k, v in six.iteritems(components)} + + def formatted_addresses(self, country_dir, path, configs, tag_components=True): + abbreviate_street_prob = float(self.get_property('abbreviate_street_probability', *configs)) + separate_street_prob = float(self.get_property('separate_street_probability', *configs) or 0.0) + abbreviate_unit_prob = float(self.get_property('abbreviate_unit_probability', *configs)) + separate_unit_prob = float(self.get_property('separate_unit_probability', *configs) or 0.0) + abbreviate_toponym_prob = float(self.get_property('abbreviate_toponym_probability', *configs)) + + add_osm_boundaries = bool(self.get_property('add_osm_boundaries', *configs) or False) + add_osm_neighborhoods = bool(self.get_property('add_osm_neighborhoods', *configs) or False) + osm_neighborhood_overrides_city = self.get_property('osm_neighborhood_overrides_city', *configs) + non_numeric_units = bool(self.get_property('non_numeric_units', *configs) or False) + house_number_strip_commas = bool(self.get_property('house_number_strip_commas', *configs) or False) + numeric_postcodes_only = bool(self.get_property('numeric_postcodes_only', *configs) or False) + postcode_strip_non_digit_chars = bool(self.get_property('postcode_strip_non_digit_chars', *configs) or False) + + address_only_probability = float(self.get_property('address_only_probability', *configs)) + place_only_probability = float(self.get_property('place_only_probability', *configs)) + place_and_postcode_probability = float(self.get_property('place_and_postcode_probability', *configs)) + + city_replacements = self.get_property('city_replacements', *configs) + + override_country_dir = self.get_property('override_country_dir', *configs) + + postcode_length = int(self.get_property('postcode_length', *configs) or 0) + + drop_address_probability = place_only_probability + place_and_postcode_probability + + ignore_rows_missing_fields = set(self.get_property('ignore_rows_missing_fields', *configs) or []) + + ignore_fields_containing = {field: re.compile(six.u('|').join([six.u('(?:{})').format(safe_decode(v)) for v in value]), re.I | re.UNICODE) + for field, value in six.iteritems(dict(self.get_property('ignore_fields_containing', *configs) or {}))} + + alias_fields_containing = {field: [(re.compile(v['pattern'], re.I | re.UNICODE), v) for v in value] + for field, value in six.iteritems(dict(self.get_property('alias_fields_containing', *configs) or {}))} + + config_language = self.get_property('language', *configs) + + add_components = self.get_property('add', *configs) + + fields = self.get_property('fields', *configs) + if not fields: + return + + field_map = {field_name: f['component'] for field_name, f in six.iteritems(fields)} + mapped_values = {f['component']: f['value_map'] for f in six.itervalues(fields) if hasattr(f.get('value_map'), 'get')} + + f = open(path) + reader = unicode_csv_reader(f) + headers = reader.next() + + header_indices = {i: field_map[k] for i, k in enumerate(headers) if k in field_map} + latitude_index = headers.index('LAT') + longitude_index = headers.index('LON') + + # Clear cached polygons + self.components.osm_admin_rtree.clear_cache() + self.components.neighborhoods_rtree.clear_cache() + + for row in reader: + try: + latitude = float(row[latitude_index]) + longitude = float(row[longitude_index]) + except (ValueError, TypeError): + continue + + language = config_language + + components = {} + + skip_record = False + + for i, key in six.iteritems(header_indices): + value = row[i].strip() + if not value and key in ignore_rows_missing_fields: + skip_record = True + break + elif not value: + continue + + if key in mapped_values: + value = mapped_values[key].get(value, value) + + if key == AddressFormatter.ROAD and language == SPANISH: + value = self.components.spanish_street_name(value) + + if key == AddressFormatter.POSTCODE: + value = self.cleanup_number(value) + + if postcode_strip_non_digit_chars: + value = six.u('').join((c for c in value if c.isdigit())) + + if value and not is_numeric(value) and numeric_postcodes_only: + continue + else: + if postcode_length: + value = value.zfill(postcode_length)[:postcode_length] + + if key in AddressFormatter.BOUNDARY_COMPONENTS and key != AddressFormatter.POSTCODE: + if add_osm_boundaries: + continue + value = self.components.cleaned_name(value, first_comma_delimited_phrase=True) + if value and ((len(value) < 2 and not get_string_script(value)[0].lower() in ideographic_scripts) or is_numeric(value)): + continue + + if not_applicable_regex.match(value) or null_regex.match(value) or unknown_regex.match(value): + continue + + for exp, sub_val in self.field_regex_replacements.get(key, []): + value = exp.sub(sub_val, value) + + for exp, sub_val in self.field_regex_replacements.get(None, []): + value = exp.sub(sub_val, value) + + value = value.strip(', -') + + validator = self.country_validators.get(country_dir, {}).get(key, self.language_validators.get(language, {}).get(key, self.component_validators.get(key, None))) + + if validator is not None and not validator(value): + continue + + if key in ignore_fields_containing and ignore_fields_containing[key].search(value): + continue + + for (pattern, alias) in alias_fields_containing.get(key, []): + if pattern.search(value): + if 'component' in alias: + key = alias['component'] + + if value: + components[key] = value + + if skip_record: + continue + + if components: + country, candidate_languages = self.country_rtree.country_and_languages(latitude, longitude) + if not (country and candidate_languages) or (country != country_dir and not override_country_dir): + country = country_dir + candidate_languages = get_country_languages(country) + if not candidate_languages: + continue + candidate_languages = candidate_languages.items() + + components = self.fix_component_encodings(components) + + if language is None: + language = AddressComponents.address_language(components, candidate_languages) + + street = components.get(AddressFormatter.ROAD, None) + if street is not None: + street = street.strip() + street = AddressComponents.cleaned_name(street) + + if language == UNKNOWN_LANGUAGE: + strip_unit_language = candidate_languages[0][0] if candidate_languages else None + else: + strip_unit_language = language + + street = self.components.strip_unit_phrases_for_language(street, strip_unit_language) + + street = abbreviate(street_types_gazetteer, street, language, + abbreviate_prob=abbreviate_street_prob, + separate_prob=separate_street_prob) + components[AddressFormatter.ROAD] = street + + house_number = components.get(AddressFormatter.HOUSE_NUMBER, None) + if house_number: + house_number = self.cleanup_number(house_number, strip_commas=house_number_strip_commas) + + if language == CHINESE: + house_number = self.format_chinese_house_number(house_number) + + if country_dir == Countries.COLOMBIA: + house_number = self.format_colombian_house_number(house_number) + + if house_number is not None: + components[AddressFormatter.HOUSE_NUMBER] = house_number + + unit = components.get(AddressFormatter.UNIT, None) + + street_required = country not in (Countries.JAPAN, Countries.CZECH_REPUBLIC) and country not in Countries.FORMER_SOVIET_UNION_COUNTRIES + + postcode = components.get(AddressFormatter.POSTCODE, None) + + if postcode: + components[AddressFormatter.POSTCODE] = PostalCodes.add_country_code(postcode, country) + + # If there's a postcode, we can still use just the city/state/postcode, otherwise discard + if (not street and street_required) or (street and house_number and (street.lower() == house_number.lower())) or (unit and street and street.lower() == unit.lower()): + if not postcode: + continue + components = self.components.drop_address(components) + + # Now that checks, etc. are completed, fetch unit and add phrases, abbreviate, etc. + unit = components.get(AddressFormatter.UNIT, None) + + if unit is not None: + if is_numeric_strict(unit): + unit = Unit.phrase(unit, language, country=country) + elif non_numeric_units: + unit = abbreviate(unit_types_gazetteer, unit, language, + abbreviate_prob=abbreviate_unit_prob, + separate_prob=separate_unit_prob) + else: + unit = None + + if unit is not None: + components[AddressFormatter.UNIT] = unit + else: + components.pop(AddressFormatter.UNIT) + unit = None + + # CLDR country name + country_name = self.cldr_country_name(country, language, configs) + if country_name: + components[AddressFormatter.COUNTRY] = country_name + + for component_key in AddressFormatter.BOUNDARY_COMPONENTS: + component = components.get(component_key, None) + if component is not None: + component = abbreviate(toponym_abbreviations_gazetteer, component, language, + abbreviate_prob=abbreviate_toponym_prob) + component = self.components.name_hyphens(component) + components[component_key] = component + + # Any components specified to be added by the config (usually state) + if add_components: + for k, v in six.iteritems(add_components): + if k not in components: + components[k] = v + + # Get named states occasionally, added component is usually a state code + address_state = self.components.state_name(components, country, language) + if address_state: + components[AddressFormatter.STATE] = address_state + + state = components.get(AddressFormatter.STATE) + if state: + state = self.components.abbreviated_state(state, country, language) + if state: + components[AddressFormatter.STATE] = state + + # This is expensive, so only turn on for files that don't supply their own city names + # or for which those names are flawed + osm_components = [] + + # Using population=0 instead of None means if there's no known population or + # we don't need to add OSM components, we assume the population of the town is + # very small and the place name shouldn't be used unqualified (i.e. needs information + # like state name to disambiguate it) + population = 0 + unambiguous_city = False + if add_osm_boundaries or AddressFormatter.CITY not in components: + osm_components = self.components.osm_reverse_geocoded_components(latitude, longitude) + self.components.add_admin_boundaries(components, osm_components, country, language, latitude, longitude) + categorized = self.components.categorized_osm_components(country, osm_components) + for component, label in categorized: + if label == AddressFormatter.CITY: + unambiguous_city = self.components.unambiguous_wikipedia(component, language) + if 'population' in component: + population = component['population'] + break + + if AddressFormatter.CITY not in components and city_replacements: + components.update({k: v for k, v in six.iteritems(city_replacements) if k not in components}) + + # The neighborhood index is cheaper so can turn on for whole countries + neighborhood_components = [] + if add_osm_neighborhoods: + neighborhood_components = self.components.neighborhood_components(latitude, longitude) + self.components.add_neighborhoods(components, neighborhood_components, country, language, replace_city=osm_neighborhood_overrides_city) + + self.components.cleanup_boundary_names(components) + self.components.country_specific_cleanup(components, country) + + self.components.replace_name_affixes(components, language, country=country) + + self.components.replace_names(components) + + self.components.prune_duplicate_names(components) + + self.components.remove_numeric_boundary_names(components) + self.components.add_house_number_phrase(components, language, country=country) + self.components.add_postcode_phrase(components, language, country=country) + + # Component dropout + all_osm_components = osm_components + neighborhood_components + components = place_config.dropout_components(components, all_osm_components, country=country, population=population, unambiguous_city=unambiguous_city) + + self.components.add_genitives(components, language) + + formatted = self.formatter.format_address(components, country, language=language, + minimal_only=False, tag_components=tag_components) + yield (language, country, formatted) + + if random.random() < address_only_probability and street: + address_only_components = self.components.drop_places(components) + address_only_components = self.components.drop_postcode(address_only_components) + formatted = self.formatter.format_address(address_only_components, country, language=language, + minimal_only=False, tag_components=tag_components) + yield (language, country, formatted) + + rand_val = random.random() + + if street and house_number and rand_val < drop_address_probability: + components = self.components.drop_address(components) + + if rand_val < place_and_postcode_probability: + components = self.components.drop_postcode(components) + + if components and (len(components) > 1 or add_osm_boundaries): + formatted = self.formatter.format_address(components, country, language=language, + minimal_only=False, tag_components=tag_components) + yield (language, country, formatted) + + def build_training_data(self, base_dir, out_dir, tag_components=True, sources_only=None): + all_sources_valid = sources_only is None + valid_sources = set() + if not all_sources_valid: + for source in sources_only: + if source.startswith(base_dir): + source = os.path.relpath(source, base_dir) + + parts = source.strip('/ ').split('/') + if len(parts) > 3: + raise AssertionError('Sources may only have at maximum 3 parts') + valid_sources.add(tuple(parts)) + + if tag_components: + formatted_tagged_file = open(os.path.join(out_dir, OPENADDRESSES_FORMAT_DATA_TAGGED_FILENAME), 'w') + writer = csv.writer(formatted_tagged_file, 'tsv_no_quote') + else: + formatted_tagged_file = open(os.path.join(out_dir, OPENADDRESSES_FORMAT_DATA_FILENAME), 'w') + writer = csv.writer(formatted_tagged_file, 'tsv_no_quote') + + i = 0 + + for country_dir in sorted(openaddresses_config.country_configs.keys()): + country_config = openaddresses_config.country_configs[country_dir] + # Clear country cache for each new country + self.country_rtree.clear_cache() + + for file_config in country_config.get('files', []): + filename = file_config['filename'] + + if not all_sources_valid and not ((country_dir, filename) in valid_sources or (country_dir,) in valid_sources): + continue + + print(six.u('doing {}/{}').format(country_dir, filename)) + + path = os.path.join(base_dir, country_dir, filename) + configs = (file_config, country_config, openaddresses_config.config) + for language, country, formatted_address in self.formatted_addresses(country_dir, path, configs, tag_components=tag_components): + if not formatted_address or not formatted_address.strip(): + continue + + formatted_address = tsv_string(formatted_address) + if not formatted_address or not formatted_address.strip(): + continue + + if tag_components: + row = (language, country, formatted_address) + else: + row = (formatted_address,) + + writer.writerow(row) + i += 1 + if i % 1000 == 0 and i > 0: + print('did {} formatted addresses'.format(i)) + if self.debug: + break + + for subdir in sorted(country_config.get('subdirs', {}).keys()): + subdir_config = country_config['subdirs'][subdir] + subdir = safe_decode(subdir) + for file_config in subdir_config.get('files', []): + filename = file_config['filename'] + + if not all_sources_valid and not ((country_dir, subdir, filename) in valid_sources or (country_dir, subdir) in valid_sources or (country_dir,) in valid_sources): + continue + + print(six.u('doing {}/{}/{}').format(country_dir, subdir, filename)) + + path = os.path.join(base_dir, country_dir, subdir, filename) + + configs = (file_config, subdir_config, country_config, openaddresses_config.config) + for language, country, formatted_address in self.formatted_addresses(country_dir, path, configs, tag_components=tag_components): + if not formatted_address or not formatted_address.strip(): + continue + + formatted_address = tsv_string(formatted_address) + if not formatted_address or not formatted_address.strip(): + continue + + if tag_components: + row = (language, country, formatted_address) + else: + row = (formatted_address,) + + writer.writerow(row) + + i += 1 + if i % 1000 == 0 and i > 0: + print('did {} formatted addresses'.format(i)) + if self.debug: + break diff --git a/scripts/geodata/openaddresses/openaddresses_training_data.py b/scripts/geodata/openaddresses/openaddresses_training_data.py new file mode 100644 index 0000000..b4f15b5 --- /dev/null +++ b/scripts/geodata/openaddresses/openaddresses_training_data.py @@ -0,0 +1,93 @@ +# -*- coding: utf-8 -*- +''' +openaddresses_training_data.py +------------------------------ + +This script generates several training sets from OpenAddresses. +''' + +import argparse +import logging +import os +import sys + +from shapely.geos import LOG as shapely_geos_logger +shapely_geos_logger.setLevel(logging.CRITICAL) + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.openaddresses.formatter import OpenAddressesFormatter + +from geodata.addresses.components import AddressComponents +from geodata.polygons.language_polys import LanguagePolygonIndex +from geodata.neighborhoods.reverse_geocode import NeighborhoodReverseGeocoder +from geodata.places.reverse_geocode import PlaceReverseGeocoder +from geodata.polygons.reverse_geocode import OSMReverseGeocoder, OSMCountryReverseGeocoder + + +if __name__ == '__main__': + # Handle argument parsing here + parser = argparse.ArgumentParser() + + parser.add_argument('sources', nargs='*') + + parser.add_argument('-i', '--openaddresses-dir', + help='Path to OpenAddresses directory') + + parser.add_argument('-f', '--format', + action='store_true', + default=False, + help='Save formatted addresses (slow)') + + parser.add_argument('-u', '--untagged', + action='store_true', + default=False, + help='Save untagged formatted addresses (slow)') + + parser.add_argument('--country-rtree-dir', + required=True, + help='Country RTree directory') + + parser.add_argument('--rtree-dir', + default=None, + help='OSM reverse geocoder RTree directory') + + parser.add_argument('--places-index-dir', + default=None, + help='Places index directory') + + parser.add_argument('--neighborhoods-rtree-dir', + default=None, + help='Neighborhoods reverse geocoder RTree directory') + + parser.add_argument('--debug', + action='store_true', + default=False, + help='Test on a sample of each file to debug config') + + parser.add_argument('-o', '--out-dir', + default=os.getcwd(), + help='Output directory') + + args = parser.parse_args() + + country_rtree = OSMCountryReverseGeocoder.load(args.country_rtree_dir) + + osm_rtree = None + if args.rtree_dir: + osm_rtree = OSMReverseGeocoder.load(args.rtree_dir) + + neighborhoods_rtree = None + if args.neighborhoods_rtree_dir: + neighborhoods_rtree = NeighborhoodReverseGeocoder.load(args.neighborhoods_rtree_dir) + + places_index = None + if args.places_index_dir: + places_index = PlaceReverseGeocoder.load(args.places_index_dir) + + if args.openaddresses_dir and args.format: + components = AddressComponents(osm_rtree, neighborhoods_rtree, places_index) + + oa_formatter = OpenAddressesFormatter(components, country_rtree, debug=args.debug) + oa_formatter.build_training_data(args.openaddresses_dir, args.out_dir, tag_components=not args.untagged, sources_only=args.sources or None) diff --git a/scripts/geodata/openaddresses_uk/__init__.py b/scripts/geodata/openaddresses_uk/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/openaddresses_uk/download_openaddresses_uk.sh b/scripts/geodata/openaddresses_uk/download_openaddresses_uk.sh new file mode 100755 index 0000000..e4a32d3 --- /dev/null +++ b/scripts/geodata/openaddresses_uk/download_openaddresses_uk.sh @@ -0,0 +1,15 @@ +if [ "$#" -ge 1 ]; then + OUT_DIR=$1 +else + OUT_DIR=`pwd` +fi + +set -e + +OPENADDRESSES_UK_DATA_URL="https://alpha.openaddressesuk.org/addresses/download.csv?split=false&provenance=false&torrent=false" +OPENADDRESSES_UK_CSV_FILE=openaddresses_uk_download.csv.zip + +wget --no-check-certificate --quiet $OPENADDRESSES_UK_DATA_URL -O $OUT_DIR/$OPENADDRESSES_UK_CSV_FILE + +cd $OUT_DIR +unzip $OPENADDRESSES_UK_CSV_FILE diff --git a/scripts/geodata/openaddresses_uk/openaddresses_uk_training_data.py b/scripts/geodata/openaddresses_uk/openaddresses_uk_training_data.py new file mode 100644 index 0000000..50a5fdc --- /dev/null +++ b/scripts/geodata/openaddresses_uk/openaddresses_uk_training_data.py @@ -0,0 +1,241 @@ +# -*- coding: utf-8 -*- + +import argparse +import logging +import csv +import os +import random +import six +import sys + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.address_expansions.abbreviations import abbreviate +from geodata.address_expansions.gazetteers import street_types_gazetteer, toponym_abbreviations_gazetteer +from geodata.address_formatting.formatter import AddressFormatter + +from geodata.addresses.components import AddressComponents +from geodata.countries.constants import Countries +from geodata.openaddresses.formatter import * + +from geodata.encoding import safe_decode +from geodata.i18n.languages import get_country_languages + +from geodata.math.sampling import cdf, weighted_choice + +from geodata.places.config import place_config +from geodata.text.utils import is_numeric, is_numeric_strict + +from geodata.csv_utils import unicode_csv_reader + +OPENADDRESSES_UK_FORMAT_DATA_TAGGED_FILENAME = 'uk_openaddresses_formatted_addresses_tagged.tsv' +OPENADDRESSES_UK_FORMAT_DATA_FILENAME = 'uk_openaddresses_formatted_addresses.tsv' + + +class OpenAddressesUKFormatter(object): + field_map = { + 'pao': AddressFormatter.HOUSE_NUMBER, + 'street.name': AddressFormatter.ROAD, + 'town.name': AddressFormatter.CITY, + 'postcode.name': AddressFormatter.POSTCODE + } + + def __init__(self): + self.formatter = AddressFormatter() + + component_validators = { + AddressFormatter.HOUSE_NUMBER: OpenAddressesFormatter.validators.validate_house_number, + AddressFormatter.ROAD: OpenAddressesFormatter.validators.validate_street, + AddressFormatter.POSTCODE: OpenAddressesFormatter.validators.validate_postcode, + } + + cldr_country_probability = 0.3 + address_only_probability = 0.4 + drop_address_probability = 0.6 + drop_address_and_postcode_probability = 0.1 + + @classmethod + def cleanup_number(cls, num, strip_commas=False): + num = num.strip() + if strip_commas: + num = num.replace(six.u(','), six.u('')) + try: + num_int = int(num) + except (ValueError, TypeError): + try: + num_float = float(num) + leading_zeros = 0 + for c in num: + if c == six.u('0'): + leading_zeros += 1 + else: + break + num = safe_decode(int(num_float)) + if leading_zeros: + num = six.u('{}{}').format(six.u('0') * leading_zeros, num) + except (ValueError, TypeError): + pass + return num + + def fix_component_encodings(self, components): + return {k: ftfy.fix_encoding(safe_decode(v)) for k, v in six.iteritems(components)} + + def formatted_addresses(self, path, tag_components=True): + country = Countries.UNITED_KINGDOM + candidate_languages = get_country_languages(country).items() + + f = open(path) + reader = unicode_csv_reader(f) + headers = reader.next() + + header_indices = {i: self.field_map[k] for i, k in enumerate(headers) if k in self.field_map} + + for row in reader: + components = {} + + for i, key in six.iteritems(header_indices): + value = row[i].strip() + if not value: + continue + + if not_applicable_regex.match(value) or null_regex.match(value) or unknown_regex.match(value): + continue + + value = value.strip(', -') + + validator = self.component_validators.get(key, None) + + if validator is not None and not validator(value): + continue + + if value: + components[key] = value + + if components: + components = self.fix_component_encodings(components) + + language = AddressComponents.address_language(components, candidate_languages) + + street = components.get(AddressFormatter.ROAD, None) + if street is not None: + street = street.strip() + street = AddressComponents.cleaned_name(street) + if AddressComponents.street_name_is_valid(street): + + street = abbreviate(street_types_gazetteer, street, language) + components[AddressFormatter.ROAD] = street + else: + components.pop(AddressFormatter.ROAD) + street = None + + house_number = components.get(AddressFormatter.HOUSE_NUMBER, None) + if house_number: + house_number = self.cleanup_number(house_number, strip_commas=True) + + if house_number is not None: + components[AddressFormatter.HOUSE_NUMBER] = house_number + + postcode = components.get(AddressFormatter.POSTCODE, None) + + # If there's a postcode, we can still use just the city/state/postcode, otherwise discard + if not street or (street and house_number and (street.lower() == house_number.lower())): + if not postcode: + continue + components = AddressComponents.drop_address(components) + + country_name = AddressComponents.cldr_country_name(country, language) + if country_name: + components[AddressFormatter.COUNTRY] = country_name + + for component_key in AddressFormatter.BOUNDARY_COMPONENTS: + component = components.get(component_key, None) + if component is not None: + component = abbreviate(toponym_abbreviations_gazetteer, component, language) + component = AddressComponents.name_hyphens(component) + components[component_key] = component + + AddressComponents.replace_names(components) + + AddressComponents.prune_duplicate_names(components) + + AddressComponents.remove_numeric_boundary_names(components) + AddressComponents.add_house_number_phrase(components, language, country=country) + + # Component dropout + components = place_config.dropout_components(components, country=country) + + formatted = self.formatter.format_address(components, country, language=language, + minimal_only=False, tag_components=tag_components) + yield (language, country, formatted) + + if random.random() < self.address_only_probability and street: + address_only_components = AddressComponents.drop_places(components) + address_only_components = AddressComponents.drop_postcode(address_only_components) + formatted = self.formatter.format_address(address_only_components, country, language=language, + minimal_only=False, tag_components=tag_components) + yield (language, country, formatted) + + rand_val = random.random() + + if street and house_number and rand_val < self.drop_address_probability: + components = AddressComponents.drop_address(components) + + if rand_val < self.drop_address_and_postcode_probability: + components = AddressComponents.drop_postcode(components) + + if components and (len(components) > 1): + formatted = self.formatter.format_address(components, country, language=language, + minimal_only=False, tag_components=tag_components) + yield (language, country, formatted) + + def build_training_data(self, infile, out_dir, tag_components=True): + if tag_components: + formatted_tagged_file = open(os.path.join(out_dir, OPENADDRESSES_UK_FORMAT_DATA_TAGGED_FILENAME), 'w') + writer = csv.writer(formatted_tagged_file, 'tsv_no_quote') + else: + formatted_tagged_file = open(os.path.join(out_dir, OPENADDRESSES_UK_FORMAT_DATA_FILENAME), 'w') + writer = csv.writer(formatted_tagged_file, 'tsv_no_quote') + + i = 0 + + for language, country, formatted_address in self.formatted_addresses(infile, tag_components=tag_components): + if tag_components: + row = (language, country, formatted_address) + else: + row = (formatted_address,) + + writer.writerow(row) + i += 1 + if i % 1000 == 0 and i > 0: + print('did {} formatted addresses'.format(i)) + + +if __name__ == '__main__': + # Handle argument parsing here + parser = argparse.ArgumentParser() + + parser.add_argument('sources', nargs='*') + + parser.add_argument('-i', '--openaddresses-uk-file', + help='Path to OpenAddresses UK addresses.csv file') + + parser.add_argument('-f', '--format', + action='store_true', + default=False, + help='Save formatted addresses (slow)') + + parser.add_argument('-u', '--untagged', + action='store_true', + default=False, + help='Save untagged formatted addresses (slow)') + + parser.add_argument('-o', '--out-dir', + default=os.getcwd(), + help='Output directory') + + args = parser.parse_args() + + if args.openaddresses_uk_file and args.format: + oa_formatter = OpenAddressesUKFormatter() + oa_formatter.build_training_data(args.openaddresses_uk_file, args.out_dir, tag_components=not args.untagged) diff --git a/scripts/geodata/osm/__init__.py b/scripts/geodata/osm/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/osm/admin_boundaries.py b/scripts/geodata/osm/admin_boundaries.py new file mode 100644 index 0000000..0a9c942 --- /dev/null +++ b/scripts/geodata/osm/admin_boundaries.py @@ -0,0 +1,333 @@ +''' +admin_boundaries.py +------------------- + +Generates polygons from OpenStreetMap relations +''' + +import array +import logging +import six + +from bisect import bisect_left +from collections import defaultdict, OrderedDict +from itertools import izip, combinations + +from geodata.coordinates.conversion import latlon_to_decimal +from geodata.encoding import safe_encode, safe_decode +from geodata.file_utils import ensure_dir +from geodata.graph.scc import strongly_connected_components +from geodata.i18n.languages import osm_admin1_ids +from geodata.math.floats import isclose +from geodata.osm.definitions import osm_definitions +from geodata.osm.extract import * + + +class OSMPolygonReader(object): + ''' + OSM relations are stored with pointers to their bounding ways, + which in turn store pointers to their constituent nodes and the + XML file for planet is far too large to be parsed in-memory. + + For the purposes of constructing (multi)polygons, we need lists + of lat/lon coordinates for the edges of each outer and inner polygon + that form the overall boundary (this allows for holes e.g. + Lesotho/South Africa and multiple disjoint polygons such as islands) + + This class creates a compact representation of the intermediate + lookup tables and coordinates using Python's typed array module + which stores C-sized ints, doubles, etc. in a dynamic array. It's like + a list but smaller and faster for arrays of numbers and doesn't require + pulling in numpy as a dependency when all we want is the space savings. + + One nice property of the .osm files generated by osmfilter is that + nodes/ways/relations are stored in sorted order, so we don't have to + pre-sort the lookup arrays before performing binary search. + ''' + + def __init__(self, filename): + self.filename = filename + + self.node_ids = array.array('l') + self.way_ids = array.array('l') + + self.coords = array.array('d') + + self.nodes = {} + + self.way_deps = array.array('l') + self.way_coords = array.array('d') + self.way_indptr = array.array('i', [0]) + + self.logger = logging.getLogger('osm_admin_polys') + + def binary_search(self, a, x): + '''Locate the leftmost value exactly equal to x''' + i = bisect_left(a, x) + if i != len(a) and a[i] == x: + return i + raise ValueError + + def node_coordinates(self, coords, indptr, idx): + start_index = indptr[idx] * 2 + end_index = indptr[idx + 1] * 2 + node_coords = coords[start_index:end_index] + return zip(node_coords[::2], node_coords[1::2]) + + def sparse_deps(self, data, indptr, idx): + return [data[i] for i in xrange(indptr[idx], indptr[idx + 1])] + + def create_polygons(self, ways): + ''' + Polygons (relations) are effectively stored as lists of + line segments (ways) and there may be more than one polygon + (island chains, overseas territories). + + If we view the line segments as a graph (any two ways which + share a terminal node are connected), then the process of + constructing polygons reduces to finding strongly connected + components in a graph. + + https://en.wikipedia.org/wiki/Strongly_connected_component + + Note that even though there may be hundreds of thousands of + points in a complex polygon like a country boundary, we only + need to build a graph of connected ways, which will be many + times smaller and take much less time to traverse. + ''' + end_nodes = defaultdict(list) + polys = [] + + way_indices = {} + start_end_nodes = {} + + for way_id in ways: + # Find the way position via binary search + try: + way_index = self.binary_search(self.way_ids, way_id) + except ValueError: + continue + + # Cache the way index + way_indices[way_id] = way_index + + # way_indptr is a compressed index into way_deps/way_coords + # way_index i is stored at indices way_indptr[i]:way_indptr[i+1] + # in way_deps + start_node_id = self.way_deps[self.way_indptr[way_index]] + end_node_id = self.way_deps[self.way_indptr[way_index + 1] - 1] + + start_end_nodes[way_id] = (start_node_id, end_node_id) + + if start_node_id == end_node_id: + way_node_points = self.node_coordinates(self.way_coords, self.way_indptr, way_index) + polys.append(way_node_points) + continue + + end_nodes[start_node_id].append(way_id) + end_nodes[end_node_id].append(way_id) + + # Way graph for a single polygon, don't need to be as concerned about storage + way_graph = defaultdict(OrderedDict) + + for node_id, ways in end_nodes.iteritems(): + for w1, w2 in combinations(ways, 2): + way_graph[w1][w2] = None + way_graph[w2][w1] = None + + way_graph = {v: w.keys() for v, w in way_graph.iteritems()} + + for component in strongly_connected_components(way_graph): + poly_nodes = [] + + seen = set() + + if not component: + continue + + q = [(c, False) for c in component[:1]] + while q: + way_id, reverse = q.pop() + way_index = way_indices[way_id] + + node_coords = self.node_coordinates(self.way_coords, self.way_indptr, way_index) + + head, tail = start_end_nodes[way_id] + + if reverse: + node_coords = node_coords[::-1] + head, tail = tail, head + + for neighbor in way_graph[way_id]: + if neighbor in seen: + continue + neighbor_head, neighbor_tail = start_end_nodes[neighbor] + neighbor_reverse = neighbor_head == head or neighbor_tail == tail + q.append((neighbor, neighbor_reverse)) + + way_start = 0 if q else 1 + poly_nodes.extend(node_coords[way_start:-1]) + + seen.add(way_id) + + polys.append(poly_nodes) + + return polys + + def include_polygon(self, props): + raise NotImplementedError('Children must implement') + + def polygons(self, properties_only=False): + ''' + Generator which yields tuples like: + + (relation_id, properties, outer_polygons, inner_polygons) + + At this point a polygon is a list of coordinate tuples, + suitable for passing to shapely's Polygon constructor + but may be used for other purposes. + + outer_polygons is a list of the exterior polygons for this + boundary. inner_polygons is a list of "holes" in the exterior + polygons although donuts and donut-holes need to be matched + by the caller using something like shapely's contains. + ''' + i = 0 + + for element_id, props, deps in parse_osm(self.filename, dependencies=True): + props = {safe_decode(k): safe_decode(v) for k, v in six.iteritems(props)} + if element_id.startswith('node'): + node_id = long(element_id.split(':')[-1]) + lat = props.get('lat') + lon = props.get('lon') + if lat is None or lon is None: + continue + lat, lon = latlon_to_decimal(lat, lon) + if lat is None or lon is None: + continue + + if isclose(lat, 90.0): + lat = 89.999 + + if isclose(lon, 180.0): + lon = 179.999 + + if 'name' in props and 'place' in props: + self.nodes[node_id] = props + + # Nodes are stored in a sorted array, coordinate indices are simply + # [lon, lat, lon, lat ...] so the index can be calculated as 2 * i + # Note that the pairs are lon, lat instead of lat, lon for geometry purposes + self.coords.append(lon) + self.coords.append(lat) + self.node_ids.append(node_id) + elif element_id.startswith('way'): + way_id = long(element_id.split(':')[-1]) + + # Get node indices by binary search + try: + node_indices = [self.binary_search(self.node_ids, node_id) for node_id in deps] + except ValueError: + continue + + # Way ids stored in a sorted array + self.way_ids.append(way_id) + + # way_deps is the list of dependent node ids + # way_coords is a copy of coords indexed by way ids + for node_id, node_index in izip(deps, node_indices): + self.way_deps.append(node_id) + self.way_coords.append(self.coords[node_index * 2]) + self.way_coords.append(self.coords[node_index * 2 + 1]) + + self.way_indptr.append(len(self.way_deps)) + + if deps[0] == deps[-1] and self.include_polygon(props): + way_id_offset = WAY_OFFSET + way_id + if not properties_only: + outer_polys = self.create_polygons([way_id]) + inner_polys = [] + yield way_id_offset, props, {}, outer_polys, inner_polys + else: + yield way_id_offset, props, {} + + elif element_id.startswith('relation'): + if self.node_ids is not None: + self.node_ids = None + if self.coords is not None: + self.coords = None + + relation_id = long(element_id.split(':')[-1]) + if len(deps) == 0 or not self.include_polygon(props) or props.get('type', '').lower() == 'multilinestring': + continue + + outer_ways = [] + inner_ways = [] + admin_centers = [] + + for elem_id, elem_type, role in deps: + if role in ('outer', '') and elem_type == 'way': + outer_ways.append(elem_id) + elif role == 'inner' and elem_type == 'way': + inner_ways.append(elem_id) + elif role == 'admin_centre' and elem_type == 'node': + val = self.nodes.get(long(elem_id)) + if val is not None: + val['type'] = 'node' + val['id'] = long(elem_id) + admin_centers.append(val) + elif role == 'label' and elem_type == 'node': + val = self.nodes.get(long(elem_id)) + if val is not None and val.get('name', six.u('')).lower() == props.get('name', six.u('')).lower(): + props.update({k: v for k, v in six.iteritems(val) + if k not in props}) + + admin_center = {} + if len(admin_centers) == 1: + admin_center = admin_centers[0] + + relation_id_offset = RELATION_OFFSET + relation_id + if not properties_only: + outer_polys = self.create_polygons(outer_ways) + inner_polys = self.create_polygons(inner_ways) + yield relation_id_offset, props, admin_center, outer_polys, inner_polys + else: + yield relation_id_offset, props, admin_center + if i % 1000 == 0 and i > 0: + self.logger.info('doing {}s, at {}'.format(element_id.split(':')[0], i)) + i += 1 + + +class OSMAdminPolygonReader(OSMPolygonReader): + def include_polygon(self, props): + return 'boundary' in props or 'place' in props + + +class OSMSubdivisionPolygonReader(OSMPolygonReader): + def include_polygon(self, props): + return 'landuse' in props or 'place' in props or 'amenity' in props + + +class OSMBuildingPolygonReader(OSMPolygonReader): + def include_polygon(self, props): + return 'building' in props or 'building:part' in props or props.get('type', None) == 'building' + + +class OSMCountryPolygonReader(OSMPolygonReader): + def include_polygon(self, props): + return 'ISO3166-1:alpha2' in props or 'ISO3166-2' in props or (props.get('type', 'relation'), safe_encode(props.get('id', ''))) in osm_admin1_ids + + +class OSMNeighborhoodPolygonReader(OSMPolygonReader): + def include_polygon(self, props): + return osm_definitions.meets_definition(props, osm_definitions.NEIGHBORHOOD) + + +class OSMPostalCodesPolygonReader(OSMPolygonReader): + def include_polygon(self, props): + return props.get('boundary') == 'postal_code' + + +class OSMAirportsPolygonReader(OSMPolygonReader): + def include_polygon(self, props): + return 'aerodrome' in props diff --git a/scripts/geodata/osm/components.py b/scripts/geodata/osm/components.py new file mode 100644 index 0000000..c12c2c8 --- /dev/null +++ b/scripts/geodata/osm/components.py @@ -0,0 +1,184 @@ +import collections +import os +import six +import yaml + +from copy import deepcopy + +from geodata.address_formatting.formatter import AddressFormatter +from geodata.configs.utils import recursive_merge, DoesNotExist + +from geodata.encoding import safe_encode + +this_dir = os.path.realpath(os.path.dirname(__file__)) + +OSM_BOUNDARIES_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'boundaries', 'osm') + + +class OSMAddressComponents(object): + ''' + Keeps a map of OSM keys and values to the standard components + of an address like city, state, etc. used for address formatting. + When we reverse geocode a point, it will fall into a number of + polygons, and we simply need to assign the names of said polygons + to an address field. + ''' + + ADMIN_LEVEL = 'admin_level' + + # These keys override country-level + global_keys_override = { + 'place': { + 'island': AddressFormatter.ISLAND, + 'islet': AddressFormatter.ISLAND, + 'municipality': AddressFormatter.CITY, + 'city': AddressFormatter.CITY, + 'town': AddressFormatter.CITY, + 'township': AddressFormatter.CITY, + 'village': AddressFormatter.CITY, + 'hamlet': AddressFormatter.CITY, + 'suburb': AddressFormatter.SUBURB, + 'quarter': AddressFormatter.SUBURB, + 'neighbourhood': AddressFormatter.SUBURB + }, + 'border_type': { + 'city': AddressFormatter.CITY + } + } + + # These keys are fallback in case we haven't added a country or there is no admin_level= + global_keys = { + 'place': { + 'country': AddressFormatter.COUNTRY, + 'state': AddressFormatter.STATE, + 'region': AddressFormatter.STATE, + 'province': AddressFormatter.STATE, + 'county': AddressFormatter.STATE_DISTRICT, + }, + 'gnis:class': { + 'populated place': AddressFormatter.CITY, + } + } + + def __init__(self, boundaries_dir=OSM_BOUNDARIES_DIR): + self.config = {} + + self.use_admin_center = {} + + for filename in os.listdir(boundaries_dir): + if not filename.endswith('.yaml'): + continue + + country_code = filename.rsplit('.yaml', 1)[0] + data = yaml.load(open(os.path.join(boundaries_dir, filename))) + + for prop, values in six.iteritems(data): + if not hasattr(values, 'items'): + # non-dict key + continue + + for k, v in values.iteritems(): + if isinstance(v, six.string_types) and v not in AddressFormatter.address_formatter_fields: + raise ValueError(u'Invalid value in {} for prop={}, key={}: {}'.format(filename, prop, k, v)) + + if prop == 'overrides': + self.use_admin_center.update({(r['type'], safe_encode(r['id'])): r.get('probability', 1.0) for r in values.get('use_admin_center', [])}) + + containing_overrides = values.get('contained_by', {}) + + if not containing_overrides: + continue + + for id_type, vals in six.iteritems(containing_overrides): + for element_id in vals: + + override_config = vals[element_id] + + config = deepcopy(data) + config.pop('overrides') + + recursive_merge(config, override_config) + + vals[element_id] = config + + self.config[country_code] = data + + def component(self, country, prop, value): + component = self.global_keys_override.get(prop, {}).get(value, None) + if component is not None: + return component + + component = self.config.get(country, {}).get(prop, {}).get(value, None) + if component is not None: + return component + + return self.global_keys.get(prop, {}).get(value, None) + + def component_from_properties(self, country, properties, containing=(), global_keys=True): + country_config = self.config.get(country, {}) + + config = country_config + + overrides = country_config.get('overrides') + if overrides: + id_overrides = overrides.get('id', {}) + element_type = properties.get('type') + element_id = properties.get('id') + + override_value = id_overrides.get(element_type, {}) + element_id = six.binary_type(element_id or '') + if element_id in override_value: + return override_value[element_id] + + contained_by_overrides = overrides.get('contained_by') + if contained_by_overrides and containing: + # Note, containing should be passed in from smallest to largest + for containing_type, containing_id in containing: + override_config = contained_by_overrides.get(containing_type, {}).get(six.binary_type(containing_id or ''), None) + if override_config: + config = override_config + break + + values = [(k.lower(), v.lower()) for k, v in six.iteritems(properties) if isinstance(v, six.string_types)] + + global_overrides_last = config.get('global_overrides_last', False) + + # place=city, place=suburb, etc. override per-country boundaries + if not global_overrides_last: + for k, v in values: + containing_component = self.global_keys_override.get(k, {}).get(v, DoesNotExist) + + if containing_component is not DoesNotExist: + return containing_component + + if k != self.ADMIN_LEVEL and k in config: + containing_component = config.get(k, {}).get(v, DoesNotExist) + if containing_component is not DoesNotExist: + return containing_component + + # admin_level tags are mapped per country + for k, v in values: + containing_component = config.get(k, {}).get(v, DoesNotExist) + + if containing_component is not DoesNotExist: + return containing_component + + # other place keys like place=state, etc. serve as a backup + # when no admin_level tags are available + for k, v in values: + containing_component = self.global_keys.get(k, {}).get(v, DoesNotExist) + + if containing_component is not DoesNotExist: + return containing_component + + if global_overrides_last: + for k, v in values: + containing_component = self.global_keys_override.get(k, {}).get(v, DoesNotExist) + + if containing_component is not DoesNotExist: + return containing_component + + return None + +osm_address_components = OSMAddressComponents() diff --git a/scripts/geodata/osm/definitions.py b/scripts/geodata/osm/definitions.py new file mode 100644 index 0000000..f463ef0 --- /dev/null +++ b/scripts/geodata/osm/definitions.py @@ -0,0 +1,89 @@ +import os +import re +import six + +from collections import defaultdict + +from geodata.graph.topsort import topsort + +this_dir = os.path.realpath(os.path.dirname(__file__)) + +DEFAULT_SCRIPT_PATH = os.path.join(this_dir, 'fetch_osm_address_data.sh') + +valid_key_regex = re.compile('VALID_(.*?)_KEYS="(.*)"') +variable_regex = re.compile(r'\$VALID_(.*?)_KEYS(?=\b)') +kv_regex = re.compile('([^\s]*)=([^\s]*)') + + +class OSMDefinitions(object): + ALL = '*' + + ADMIN_BORDER = 'admin_border' + ADMIN_NODE = 'admin_node' + AEROWAY = 'aeroway' + AMENITY = 'amenity' + BUILDING = 'building' + HISTORIC = 'historic' + LANDUSE = 'landuse' + NATURAL = 'natural' + LOCALITY = 'locality' + NEIGHBORHOOD = 'neighborhood' + EXTENDED_NEIGHBORHOOD = 'extended_neighborhood' + OFFICE = 'office' + PLACE = 'place' + POPULATED_PLACE = 'populated_place' + SHOP = 'shop' + TOURISM = 'tourism' + VENUE = 'venue' + WATERWAY = 'waterway' + + def __init__(self, filename=DEFAULT_SCRIPT_PATH): + script = open(filename).read() + + dependencies = defaultdict(list) + + definitions = {} + + matches = valid_key_regex.findall(script) + + match_text = {d.lower(): t for d, t in matches} + + for definition, text in matches: + variables = variable_regex.findall(text) + if not variables: + dependencies[definition.lower()] = [] + for v in variables: + dependencies[definition.lower()].append(v.lower()) + + for definition in topsort(dependencies): + definition = definition.lower() + text = match_text[definition] + variables = variable_regex.findall(text) + for v in variables: + v = v.lower() + text = text.replace('$VALID_{}_KEYS'.format(v.upper()), match_text[v]) + + kvs = defaultdict(set) + + for k, v in kv_regex.findall(text): + if v != '': + kvs[k].add(v.lower()) + else: + kvs[k].add(self.ALL) + + definitions[definition] = kvs + + self.definitions = definitions + + def meets_definition(self, props, category): + defs = self.definitions.get(category, {}) + if not defs: + return False + elif self.ALL in defs: + return True + for k, v in six.iteritems(props): + if v.lower() in defs.get(k.lower(), set()): + return True + return False + +osm_definitions = OSMDefinitions() diff --git a/scripts/geodata/osm/extract.py b/scripts/geodata/osm/extract.py new file mode 100644 index 0000000..d84fef5 --- /dev/null +++ b/scripts/geodata/osm/extract.py @@ -0,0 +1,207 @@ +''' +geodata.osm.extract +------------------- + +Extracts nodes/ways/relations, their metadata and dependencies +from .osm XML files. +''' + +import re +import six +import urllib +import HTMLParser + +from collections import OrderedDict +from lxml import etree + + +from geodata.csv_utils import unicode_csv_reader +from geodata.text.normalize import normalize_string, NORMALIZE_STRING_DECOMPOSE, NORMALIZE_STRING_LATIN_ASCII +from geodata.encoding import safe_decode, safe_encode + + +WAY_OFFSET = 10 ** 15 +RELATION_OFFSET = 2 * 10 ** 15 + +NODE = 'node' +WAY = 'way' +RELATION = 'relation' + +ALL_OSM_TAGS = set([NODE, WAY, RELATION]) +WAYS_RELATIONS = set([WAY, RELATION]) + +OSM_NAME_TAGS = ( + 'name', + 'alt_name', + 'int_name', + 'nat_name', + 'reg_name', + 'loc_name', + 'official_name', + 'commonname', + 'common_name', + 'place_name', + 'short_name', +) + +OSM_BASE_NAME_TAGS = ( + 'tiger:name_base', +) + + +def parse_osm(filename, allowed_types=ALL_OSM_TAGS, dependencies=False): + ''' + Parse a file in .osm format iteratively, generating tuples like: + ('node:1', OrderedDict([('lat', '12.34'), ('lon', '23.45')])), + ('node:2', OrderedDict([('lat', '12.34'), ('lon', '23.45')])), + ('node:3', OrderedDict([('lat', '12.34'), ('lon', '23.45')])), + ('node:4', OrderedDict([('lat', '12.34'), ('lon', '23.45')])), + ('way:4444', OrderedDict([('name', 'Main Street')]), [1,2,3,4]) + ''' + f = open(filename) + parser = etree.iterparse(f) + + single_type = len(allowed_types) == 1 + + for (_, elem) in parser: + elem_id = long(elem.attrib.pop('id', 0)) + item_type = elem.tag + if elem_id >= WAY_OFFSET and elem_id < RELATION_OFFSET: + elem_id -= WAY_OFFSET + item_type = 'way' + elif elem_id >= RELATION_OFFSET: + elem_id -= RELATION_OFFSET + item_type = 'relation' + + if item_type in allowed_types: + attrs = OrderedDict(elem.attrib) + attrs['type'] = item_type + attrs['id'] = safe_encode(elem_id) + + top_level_attrs = set(attrs) + deps = [] if dependencies else None + + for e in elem.getchildren(): + if e.tag == 'tag': + # Prevent user-defined lat/lon keys from overriding the lat/lon on the node + key = e.attrib['k'] + if key not in top_level_attrs: + attrs[key] = e.attrib['v'] + elif dependencies and item_type == 'way' and e.tag == 'nd': + deps.append(long(e.attrib['ref'])) + elif dependencies and item_type == 'relation' and e.tag == 'member' and 'role' in e.attrib: + deps.append((long(e.attrib['ref']), e.attrib.get('type'), e.attrib['role'])) + + key = elem_id if single_type else '{}:{}'.format(item_type, elem_id) + yield key, attrs, deps + + if elem.tag in ALL_OSM_TAGS: + elem.clear() + while elem.getprevious() is not None: + del elem.getparent()[0] + + +def osm_type_and_id(element_id): + element_id = long(element_id) + if element_id >= RELATION_OFFSET: + id_type = RELATION + element_id -= RELATION_OFFSET + elif element_id >= WAY_OFFSET: + id_type = WAY + element_id -= WAY_OFFSET + else: + id_type = NODE + + return id_type, element_id + +apposition_regex = re.compile('(.*[^\s])[\s]*\([\s]*(.*[^\s])[\s]*\)$', re.I) + +html_parser = HTMLParser.HTMLParser() + + +def normalize_wikipedia_title(title): + match = apposition_regex.match(title) + if match: + title = match.group(1) + + title = safe_decode(title) + title = html_parser.unescape(title) + title = urllib.unquote_plus(title) + + return title.replace(u'_', u' ').strip() + + +def osm_wikipedia_title_and_language(key, value): + language = None + if u':' in key: + key, language = key.rsplit(u':', 1) + + if u':' in value: + possible_language = value.split(u':', 1)[0] + if len(possible_language) == 2 and language is None: + language = possible_language + value = value.rsplit(u':', 1)[-1] + + return normalize_wikipedia_title(value), language + + +non_breaking_dash = six.u('[-\u058a\u05be\u1400\u1806\u2010-\u2013\u2212\u2e17\u2e1a\ufe32\ufe63\uff0d]') +simple_number = six.u('(?:{})?[0-9]+(?:\.[0-9]+)?').format(non_breaking_dash) +simple_number_regex = re.compile(simple_number, re.UNICODE) + +non_breaking_dash_regex = re.compile(non_breaking_dash, re.UNICODE) +number_range_regex = re.compile(six.u('({}){}({})').format(simple_number, non_breaking_dash, simple_number), re.UNICODE) +letter_range_regex = re.compile(r'([^\W\d_]){}([^\W\d_])'.format(non_breaking_dash.encode('unicode-escape')), re.UNICODE) + +number_split_regex = re.compile('[,;]') + + +def parse_osm_number_range(value, parse_letter_range=True, max_range=100): + value = normalize_string(value, string_options=NORMALIZE_STRING_LATIN_ASCII | NORMALIZE_STRING_DECOMPOSE) + numbers = [] + values = number_split_regex.split(value) + for val in values: + val = val.strip() + match = number_range_regex.match(val) + if match: + start_num, end_num = match.groups() + start_num_len = len(start_num) + + zfill = 0 + if start_num.startswith('0'): + zfill = start_num_len + + try: + start_num = int(start_num) + end_num = int(end_num) + + if end_num > start_num: + if end_num - start_num > max_range: + end_num = start_num + max_range + + for i in xrange(start_num, end_num + 1): + numbers.append(safe_decode(i).zfill(zfill)) + else: + numbers.append(val.strip().zfill(zfill)) + continue + except (TypeError, ValueError): + numbers.append(safe_decode(val).strip().zfill(zfill)) + continue + + else: + letter_match = letter_range_regex.match(val) + if letter_match and parse_letter_range: + start_num, end_num = letter_match.groups() + start_num = ord(start_num) + end_num = ord(end_num) + if end_num > start_num: + if end_num - start_num > max_range: + end_num = start_num + max_range + for i in xrange(start_num, end_num + 1): + numbers.append(six.unichr(i)) + else: + numbers.extend([six.unichr(start_num), six.unichr(end_num)]) + continue + else: + numbers.append(safe_decode(val.strip())) + return numbers diff --git a/scripts/geodata/osm/fetch_osm_address_data.sh b/scripts/geodata/osm/fetch_osm_address_data.sh new file mode 100755 index 0000000..82f814f --- /dev/null +++ b/scripts/geodata/osm/fetch_osm_address_data.sh @@ -0,0 +1,282 @@ +#!/usr/bin/env bash + +: ' +fetch_osm_address_data.sh +------------------------- + +Shell script to download OSM planet and derive inputs +for language detection and address parser training set +construction. + +Usage: ./fetch_osm_address_data.sh out_dir +' + +if [ "$#" -ge 1 ]; then + OUT_DIR=$1 +else + OUT_DIR=`pwd` +fi + +set -e + +THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +RESOURCES_DIR=$THIS_DIR/../../../resources +ADMIN1_FILE=$RESOURCES_DIR/language/regional/adm1.tsv + +# Check for osmfilter and osmconvert +if ! type -P osmfilter osmconvert > /dev/null; then +cat << EOF +ERROR: osmfilter and osmconvert are required + +On Debian/Ubuntu: +sudo apt-get install osmctools + +Or to compile: +wget -O - http://m.m.i24.cc/osmfilter.c |cc -x c - -O3 -o osmfilter +wget -O - http://m.m.i24.cc/osmconvert.c | cc -x c - -lz -O3 -o osmconvert +EOF +exit 127 +fi + +PREV_DIR=`pwd` + +cd $OUT_DIR + +# Download planet as PBF +# TODO: currently uses single mirror, randomly choose one instead +echo "Started OSM download: `date`" + +PLANET_PBF="planet-latest.osm.pbf" +JAPAN_PBF="japan-latest.osm.pbf" + +wget --quiet http://ftp5.gwdg.de/pub/misc/openstreetmap/planet.openstreetmap.org/pbf/planet-latest.osm.pbf -O $OUT_DIR/$PLANET_PBF & +wget --quiet http://download.geofabrik.de/asia/japan-latest.osm.pbf -O $OUT_DIR/$JAPAN_PBF & + +wait + +echo "Converting to o5m: `date`" +PLANET_O5M="planet-latest.o5m" +JAPAN_O5M="japan-latest.o5m" + +# Needs to be in O5M for some of the subsequent steps to work whereas PBF is smaller for download +osmconvert $PLANET_PBF -o=$PLANET_O5M & +osmconvert $JAPAN_PBF -o=$JAPAN_O5M & + +wait + +rm $PLANET_PBF +rm $JAPAN_PBF + +VALID_AEROWAY_KEYS="aeroway=aerodrome" +VALID_AMENITY_KEYS="amenity=ambulance_station or amenity=animal_boarding or amenity=animal_shelter or amenity=arts_centre or amenity=auditorium or amenity=baby_hatch or amenity=bank or amenity=bar or amenity=bbq or amenity=biergarten or amenity=boathouse or amenity=boat_rental or amenity=boat_sharing or amenity=boat_storage or amenity=brothel or amenity=bureau_de_change or amenity=bus_station or amenity=cafe or amenity=car_rental or amenity=car_sharing or amenity=car_wash or amenity=casino or amenity=cemetery or amenity=charging_station or amenity=cinema or amenity=childcare or amenity=clinic or amenity=club or amenity=clock or amenity=college or amenity=community_center or amenity=community_centre or amenity=community_hall or amenity=concert_hall or amenity=conference_centre or amenity=courthouse or amenity=coworking_space or amenity=crematorium or amenity=crypt or amenity=culture_center or amenity=dancing_school or amenity=dentist or amenity=dive_centre or amenity=doctors or amenity=dojo or amenity=dormitory or amenity=driving_school or amenity=embassy or amenity=emergency_service or amenity=events_venue or amenity=exhibition_centre or amenity=fast_food or amenity=ferry_terminal or amenity=festival_grounds or amenity=fire_station or amenity=food_count or amenity=fountain or amenity=gambling or amenity=game_feeding or amenity=grave_yard or amenity=greenhouse or amenity=gym or amenity=hall or amenity=health_centre or amenity=hospice or amenity=hospital or amenity=hotel or amenity=hunting_stand or amenity=ice_cream or amenity=internet_cafe or amenity=kindergarten or amenity=kiosk or amenity=kneipp_water_cure or amenity=language_school or amenity=lavoir or amenity=library or amenity=love_hotel or amenity=market or amenity=marketplace or amenity=medical_centre or amenity=mobile_money_agent or amenity=monastery or amenity=money_transfer or amenity=mortuary or amenity=mountain_rescue or amenity=music_school or amenity=music_venue or amenity=nightclub or amenity=nursery or amenity=nursing_home or amenity=office or amenity=parish_hall or amenity=park or amenity=pharmacy or amenity=planetarium or amenity=place_of_worship or amenity=police or amenity=post_office or amenity=preschool or amenity=prison or amenity=pub or amenity=public_bath or amenity=public_bookcase or amenity=public_building or amenity=public_facility or amenity=public_hall or amenity=public_market or amenity=ranger_station or amenity=refugee_housing or amenity=register_office or amenity=research_institute or amenity=rescue_station or amenity=residential or amenity=Residential or amenity=restaurant or amenity=retirement_home or amenity=sacco or amenity=sanitary_dump_station or amenity=sanitorium or amenity=sauna or amenity=school or amenity=shelter or amenity=shop or amenity=shopping or amenity=shower or amenity=ski_rental or amenity=ski_school or amenity=social_centre or amenity=social_club or amenity=social_facility or amenity=spa or amenity=stables or amenity=stripclub or amenity=studio or amenity=supermarket or amenity=swimming_pool or amenity=swingerclub or amenity=townhall or amenity=theatre or amenity=training or amenity=trolley_bay or amenity=university or amenity=vehicle_inspection or amenity=veterinary or amenity=village_hall or amenity=vivarium or amenity=waste_transfer_station or amenity=whirlpool or amenity=winery or amenity=youth_centre" +GENERIC_AMENITIES="amenity=atm or amenity=bench or amenity=bicycle_parking or amenity=bicycle_rental or amenity=bicycle_repair_station or amenity=compressed_air or amenity=drinking_water or amenity=emergency_phone or amenity=fire_hydrant or amenity=fuel or amenity=grit_bin or amenity=motorcycle_parking or amenity=parking or amenity=parking_space or amenity=post_box or amenity=reception_area or amenity=recycling or amenity=taxi or amenity=telephone or amenity=ticket_validator or amenity=toilets or amenity=vending_machine or amenity=waste_basket or amenity=waste_disposal or amenity=water_point or amenity=watering_place or amenity=wifi" + +VALID_OFFICE_KEYS="office=accountant or office=administrative or office=administration or office=advertising_agency or office=architect or office=association or office=camping or office=charity or office=company or office=consulting or office=educational_institution or office=employment_agency or office=estate_agent or office=financial or office=forestry or office=foundation or office=government or office=insurance or office=it or office=lawyer or office=newspaper or office=ngo or office=notary or office=parish or office=physician or office=political_party or office=publisher or office=quango or office=real_estate_agent or office=realtor or office=register or office=religion or office=research or office=tax or office=tax_advisor or office=telecommunication or office=therapist or office=travel_agent or office=water_utility" +VALID_SHOP_KEYS="shop=" +VALID_HISTORIC_KEYS="historic=archaeological_site or historic=castle or historic=fort or historic=memorial or historic=monument or historic=ruins or historic=tomb" +VALID_PLACE_KEYS="place=farm or place=isolated_dwelling or place=square" +VALID_TOURISM_KEYS="tourism=hotel or tourism=attraction or tourism=guest_house or tourism=museum or tourism=chalet or tourism=motel or tourism=hostel or tourism=alpine_hut or tourism=theme_park or tourism=zoo or tourism=apartment or tourism=wilderness_hut or tourism=gallery or tourism=bed_and_breakfast or tourism=hanami or tourism=wine_cellar or tourism=resort or tourism=aquarium or tourism=apartments or tourism=cabin or tourism=winery or tourism=hut" +VALID_LEISURE_KEYS="leisure=adult_gaming_centre or leisure=amusement_arcade or leisure=arena or leisure=bandstand or leisure=beach_resort or leisure=bbq or leisure=bird_hide or leisure=bowling_alley or leisure=casino or leisure=common or leisure=club or leisure=dance or leisure=dancing or leisure=disc_golf_course or leisure=dog_park or leisure=fishing or leisure=fitness_centre or leisure=gambling or leisure=garden or leisure=golf_course or leisure=hackerspace or leisure=horse_riding or leisure=hospital or leisure=hot_spring or leisure=ice_rink leisure=landscape_reserve or leisure=marina or leisure=maze or leisure=miniature_golf or leisure=nature_reserve or leisure=padding_pool or leisure=park or leisure=pitch or leisure=playground or leisure=recreation_ground or leisure=resort or leisure=sailing_club or leisure=sauna or leisure=social_club or leisure=sports_centre or leisure=stadium or leisure=summer_camp or leisure=swimming_pool or leisure=tanning_salon or leisure=track or leisure=trampoline_park or leisure=turkish_bath or leisure=video_arcade or leisure=water_park or leisure=wildlife_hide" +VALID_LANDUSE_KEYS="landuse=allotmenets or landuse=basin or landuse=cemetery or landuse=commercial or landuse=construction or landuse=farmland or landuse=forest or landuse=grass or landuse=greenhouse_horticulture or landuse=industrial or landuse=landfill or landuse=meadow or landuse=military or landuse=orchard or landuse=plant_nursery or landuse=port or landuse=quarry or landuse=recreation_ground or landuse=resevoir or landuse=residential or landuse=retail or landuse=village_green or landuse=vineyard" + +VALID_VENUE_KEYS="( ( $VALID_AEROWAY_KEYS ) or ( $VALID_AMENITY_KEYS ) or ( $VALID_HISTORIC_KEYS ) or ( $VALID_OFFICE_KEYS ) or ( $VALID_PLACE_KEYS ) or ( $VALID_SHOP_KEYS ) or ( $VALID_TOURISM_KEYS ) or ( $VALID_LEISURE_KEYS ) or ( $VALID_LANDUSE_KEYS ) )" + +# Address data set for use in parser, language detection +echo "Filtering for records with address tags: `date`" +PLANET_ADDRESSES_O5M="planet-addresses.o5m" +JAPAN_ADDRESSES_O5M="japan-addresses.o5m" +VALID_ADDRESSES="( ( ( name= or addr:housename= ) and ( ( building= and building!=yes ) or $VALID_VENUE_KEYS ) ) ) or ( ( addr:street= or addr:place= ) and ( name= or building= or building:levels= or addr:housename= or addr:housenumber= ) )" +VALID_ADDRESSES_JAPAN="( addr:housenumber= or addr:street= ) or ( ( name= or name:ja= or addr:housename= ) and ( ( building= and building!=yes ) or $VALID_VENUE_KEYS ) )" +osmfilter $PLANET_O5M --keep="$VALID_ADDRESSES" --drop-author --drop-version -o=$PLANET_ADDRESSES_O5M & +osmfilter $JAPAN_O5M --keep="$VALID_ADDRESSES_JAPAN" --drop-author --drop-version -o=$JAPAN_ADDRESSES_O5M & + +wait + +PLANET_ADDRESSES_LATLONS="planet-addresses-latlons.o5m" +JAPAN_ADDRESSES_LATLONS="japan-addresses-latlons.o5m" +osmconvert $PLANET_ADDRESSES_O5M --max-objects=1000000000 --all-to-nodes -o=$PLANET_ADDRESSES_LATLONS & +osmconvert $JAPAN_ADDRESSES_O5M --max-objects=1000000000 --all-to-nodes -o=$JAPAN_ADDRESSES_LATLONS & + +wait + +rm $PLANET_ADDRESSES_O5M +rm $JAPAN_ADDRESSES_O5M +PLANET_ADDRESSES="planet-addresses.osm" +osmfilter $PLANET_ADDRESSES_LATLONS --keep="$VALID_ADDRESSES" -o=$PLANET_ADDRESSES_O5M & +osmfilter $JAPAN_ADDRESSES_LATLONS --keep="$VALID_ADDRESSES_JAPAN" -o=$JAPAN_ADDRESSES_O5M & + +wait + +osmconvert $PLANET_ADDRESSES_O5M $JAPAN_ADDRESSES_O5M -o=$PLANET_ADDRESSES + +rm $PLANET_ADDRESSES_O5M +rm $JAPAN_ADDRESSES_O5M + +rm $PLANET_ADDRESSES_LATLONS +rm $JAPAN_ADDRESSES_LATLONS + +# Border data set for use in R-tree index/reverse geocoding, parsing, language detection +echo "Filtering for borders: `date`" +PLANET_COUNTRIES="planet-countries.osm" +PLANET_BORDERS_O5M="planet-borders.o5m" +PLANET_BORDERS="planet-borders.osm" +PLANET_ADMIN_BORDERS_OSM="planet-admin-borders.osm" + +VALID_COUNTRY_KEYS="ISO3166-1:alpha2=" +VALID_ADMIN1_KEYS="ISO3166-2=" +ADMIN1_LANGUAGE_EXCEPTION_IDS=$(grep "osm" $ADMIN1_FILE | sed 's/^.*relation:\([0-9][0-9]*\).*$/@id=\1/' | xargs echo | sed 's/\s/ or /g') + +VALID_ADMIN_BORDER_KEYS="boundary=administrative or boundary=town or boundary=city_limit or boundary=civil_parish or boundary=civil or boundary=ceremonial or boundary=postal_district or place=island or place=city or place=town or place=village or place=hamlet or place=municipality or place=settlement" + +VALID_POPULATED_PLACE_KEYS="place=city or place=town or place=village or place=hamlet or placement=municipality or place=locality or place=settlement or place=census-designated or place:ph=village" +VALID_NEIGHBORHOOD_KEYS="place=neighbourhood or place=neighborhood or place:ph=barangay" +VALID_EXTENDED_NEIGHBORHOOD_KEYS="place=neighbourhood or place=neighborhood or place=suburb or place=quarter or place=borough or place:ph=barangay" + +VALID_LOCALITY_KEYS="place=city or place=town or place=village or place=hamlet or placement=municipality or place=neighbourhood or place=neighborhood or place=suburb or place=quarter or place=borough or place=locality or place=settlement or place=census-designated or place:ph=barangay or place:ph=village" + +VALID_ADMIN_NODE_KEYS="place=city or place=town or place=village or place=hamlet or placement=municipality or place=neighbourhood or place=neighborhood or place=suburb or place=quarter or place=borough or place=island or place=islet or place=county or place=region or place=state or place=subdistrict or place=township or place=archipelago or place=department or place=country or place=district or place=census-designated or place=ward or place=subward or place=province or place=peninsula or place=settlement or place=subregion" + +osmfilter $PLANET_O5M --keep="$VALID_ADMIN_BORDER_KEYS" --drop-author --drop-version -o=$PLANET_ADMIN_BORDERS_OSM & +osmfilter $PLANET_O5M --keep="$VALID_ADMIN_BORDER_KEYS or $VALID_LOCALITY_KEYS" --drop-author --drop-version -o=$PLANET_BORDERS_O5M & + +wait + +PLANET_ADMIN_NODES="planet-admin-nodes.osm" +osmfilter $PLANET_O5M --keep="$VALID_ADMIN_NODE_KEYS" --drop-ways --drop-relations --ignore-dependencies --drop-author --drop-version -o=$PLANET_ADMIN_NODES +PLANET_BORDERS_LATLONS="planet-borders-latlons.o5m" +osmconvert $PLANET_BORDERS_O5M --max-objects=1000000000 --all-to-nodes -o=$PLANET_BORDERS_LATLONS +rm $PLANET_BORDERS_O5M +osmfilter $PLANET_BORDERS_LATLONS --keep="$VALID_ADMIN_BORDER_KEYS or $VALID_LOCALITY_KEYS" -o=$PLANET_BORDERS +rm $PLANET_BORDERS_LATLONS +osmfilter $PLANET_O5M --keep="$VALID_COUNTRY_KEYS or $VALID_ADMIN1_KEYS or $ADMIN1_LANGUAGE_EXCEPTION_IDS" --drop-author --drop-version -o=$PLANET_COUNTRIES + +echo "Filtering for neighborhoods" +PLANET_LOCALITIES="planet-localities.osm" +PLANET_NEIGHBORHOOD_BORDERS="planet-neighborhood-borders.osm" + +osmfilter $PLANET_O5M --keep="$VALID_NEIGHBORHOOD_KEYS" --drop-author --drop-version -o=$PLANET_NEIGHBORHOOD_BORDERS +osmfilter $PLANET_O5M --keep="name= and ( $VALID_LOCALITY_KEYS )" --drop-relations --drop-ways --ignore-dependencies --drop-author --drop-version -o=$PLANET_LOCALITIES + +echo "Filtering for rail stations" +VALID_RAIL_STATION_KEYS="railway=station" +PLANET_RAILWAYS_O5M="planet-rail-stations.o5m" +PLANET_RAILWAYS="planet-rail-stations.osm" + +osmfilter $PLANET_O5M --keep="$VALID_RAIL_STATION_KEYS" --drop-author --drop-version -o=$PLANET_RAILWAYS_O5M +PLANET_RAILWAYS_LATLONS="planet-rail-stations-latlons.o5m" +osmconvert $PLANET_RAILWAYS_O5M --max-objects=1000000000 --all-to-nodes -o=$PLANET_RAILWAYS_LATLONS +rm $PLANET_RAILWAYS_O5M +osmfilter $PLANET_RAILWAYS_LATLONS --keep="$VALID_RAIL_STATION_KEYS" -o=$PLANET_RAILWAYS +rm $PLANET_RAILWAYS_LATLONS + +echo "Filtering for airports and terminals" +VALID_AIRPORT_KEYS="aeroway=aerodrome or aeroway=terminal" +PLANET_AIRPORTS_O5M="planet-airports.o5m" +PLANET_AIRPORTS="planet-airports.osm" + +osmfilter $PLANET_O5M --keep="$VALID_AIRPORT_KEYS" --drop-author --drop-version -o=$PLANET_AIRPORTS_O5M +PLANET_AIRPORTS_LATLONS="planet-airports-latlons.o5m" +osmconvert $PLANET_AIRPORTS_O5M --max-objects=1000000000 --all-to-nodes -o=$PLANET_AIRPORTS_LATLONS +PLANET_AIRPORT_POLYGONS="planet-airport-polygons.osm" +osmconvert $PLANET_AIRPORTS_O5M -o=$PLANET_AIRPORT_POLYGONS +rm $PLANET_AIRPORTS_O5M +osmfilter $PLANET_AIRPORTS_LATLONS --keep="$VALID_AIRPORT_KEYS" -o=$PLANET_AIRPORTS +rm $PLANET_AIRPORTS_LATLONS + +echo "Filtering for subdivision polygons" +PLANET_SUBDIVISIONS="planet-subdivisions.osm" +SUBDIVISION_AMENITY_TYPES="amenity=university or amentiy=college or amentiy=school or amentiy=hospital" +SUBDIVISION_LANDUSE_TYPES="landuse=residential or landuse=commercial or landuse=industrial or landuse=retail or landuse=military" +SUBDIVISION_PLACE_TYPES="place=allotmenets or place=city_block or place=block or place=plot or place=subdivision" +osmfilter $PLANET_O5M --keep="( $SUBDIVISION_AMENITY_TYPES or $SUBDIVISION_PLACE_TYPES or $SUBDIVISION_LANDUSE_TYPES )" --drop="( place= and not ( $SUBDIVISION_PLACE_TYPES ) ) or boundary=" --drop-author --drop-version -o=$PLANET_SUBDIVISIONS + +echo "Filtering for postal_code polygons" +PLANET_POSTAL_CODES="planet-postcodes.osm" +osmfilter $PLANET_O5M --keep="boundary=postal_code" --drop-author --drop-version -o=$PLANET_POSTAL_CODES + + +# Venue data set for use in venue classification +echo "Filtering for venue records: `date`" +PLANET_VENUES_O5M="planet-venues.o5m" +osmfilter $PLANET_O5M --keep="( name= and ( ( building= and building!=yes ) or $VALID_VENUE_KEYS or ( $VALID_RAIL_STATION_KEYS and addr:street= and ( wikipedia= or wikipedia:*= ) ) ) )" --drop-author --drop-version -o=$PLANET_VENUES_O5M +PLANET_VENUES_LATLONS="planet-venues-latlons.o5m" +osmconvert $PLANET_VENUES_O5M --max-objects=1000000000 --all-to-nodes -o=$PLANET_VENUES_LATLONS +rm $PLANET_VENUES_O5M +PLANET_VENUES="planet-venues.osm" +osmfilter $PLANET_VENUES_LATLONS --keep="name= and ( ( building= and building!=yes ) or ( $VALID_VENUE_KEYS or ( $VALID_RAIL_STATION_KEYS and addr:street= and ( wikipedia= or wikipedia:*= ) ) ) )" -o=$PLANET_VENUES +rm $PLANET_VENUES_LATLONS + +# Categories for building generic queries like "restaurants in Brooklyn" +echo "Filtering for buildings: `date`" +PLANET_BUILDINGS_O5M="planet-buildings.o5m" +VALID_BUILDING_KEYS="building= or building:part=" +VALID_BUILDINGS="( ( $VALID_BUILDING_KEYS ) and ( building!=yes or name= or addr:housename= or addr:street= or addr:housenumber= or addr:postcode= ) )" +osmfilter $PLANET_O5M --keep="$VALID_BUILDINGS" --drop-author --drop-version -o=$PLANET_BUILDINGS_O5M +PLANET_BUILDINGS_LATLONS="planet-buildings-latlons.o5m" +osmconvert $PLANET_BUILDINGS_O5M --max-objects=1000000000 --all-to-nodes -o=$PLANET_BUILDINGS_LATLONS +rm $PLANET_BUILDINGS_O5M +PLANET_BUILDINGS="planet-buildings.osm" +osmfilter $PLANET_BUILDINGS_LATLONS --keep="$VALID_BUILDINGS" -o=$PLANET_BUILDINGS +rm $PLANET_BUILDINGS_LATLONS + +echo "Filtering for building polygons: `date`" +PLANET_BUILDING_POLYGONS="planet-building-polygons.osm" +osmfilter $PLANET_O5M --keep="( ( building= or building:part= or type=building ) and ( building:levels= or name= or addr:street= or addr:place= or addr:housename= or addr:housenumber= ) )" --drop-author --drop-version -o=$PLANET_BUILDING_POLYGONS + + +echo "Filtering for amenities: `date`" +PLANET_AMENITIES_O5M="planet-amenities.o5m" +ALL_AMENITIES="aeroway= or amenity= or or emergency= or historic= or internet_access= or landuse= or leisure= or man_made= or mountain_pass= or office= or place= or railway= or shop= or tourism=" +osmfilter $PLANET_O5M --keep="$ALL_AMENITIES" --drop-author --drop-version -o=$PLANET_AMENITIES_O5M +PLANET_AMENITIES_LATLONS="planet-amenities-latlons.o5m" +osmconvert $PLANET_AMENITIES_O5M --max-objects=1000000000 --all-to-nodes -o=$PLANET_AMENITIES_LATLONS +rm $PLANET_AMENITIES_O5M +PLANET_AMENITIES="planet-amenities.osm" +osmfilter $PLANET_AMENITIES_LATLONS --keep="$ALL_AMENITIES" -o=$PLANET_AMENITIES +rm $PLANET_AMENITIES_LATLONS + +echo "Filtering for natural: `date`" +PLANET_NATURAL_O5M="planet-natural.o5m" +VALID_NATURAL_KEYS="natural=" +osmfilter $PLANET_O5M --keep="$VALID_NATURAL_KEYS" --drop-author --drop-version -o=$PLANET_NATURAL_O5M +PLANET_NATURAL_LATLONS="planet-natural-latlons.o5m" +osmconvert $PLANET_NATURAL_O5M --max-objects=1000000000 --all-to-nodes -o=$PLANET_NATURAL_LATLONS +rm $PLANET_NATURAL_O5M +PLANET_NATURAL="planet-natural.osm" +osmfilter $PLANET_NATURAL_LATLONS --keep="$VALID_NATURAL_KEYS" -o=$PLANET_NATURAL +rm $PLANET_NATURAL_LATLONS + +echo "Filtering for waterways: `date`" +PLANET_WATERWAYS_O5M="planet-waterways.o5m" +VALID_WATERWAY_KEYS="waterway=" +osmfilter $PLANET_O5M --keep="$VALID_WATERWAY_KEYS" --drop-author --drop-version -o=$PLANET_WATERWAYS_O5M +PLANET_WATERWAYS_LATLONS="planet-waterways-latlons.o5m" +osmconvert $PLANET_WATERWAYS_O5M --max-objects=1000000000 --all-to-nodes -o=$PLANET_WATERWAYS_LATLONS +rm $PLANET_WATERWAYS_O5M +PLANET_WATERWAYS="planet-waterways.osm" +osmfilter $PLANET_WATERWAYS_LATLONS --keep="$VALID_WATERWAY_KEYS" -o=$PLANET_WATERWAYS +rm $PLANET_WATERWAYS_LATLONS + + +# Streets data set for use in language classification +echo "Filtering ways: `date`" +PLANET_WAYS_O5M="planet-ways.o5m" +VALID_ROAD_TYPES="( highway=motorway or highway=motorway_link or highway=motorway_junction or highway=trunk or highway=trunk_link or highway=primary or highway=primary_link or highway=secondary or highway=secondary_link or highway=tertiary or highway=tertiary_link or highway=unclassified or highway=unclassified_link or highway=residential or highway=residential_link or highway=service or highway=service_link or highway=living_street or highway=pedestrian or highway=steps or highway=cycleway or highway=bridleway or highway=track or highway=road or ( highway=path and ( motorvehicle=yes or motorcar=yes ) ) )" +osmfilter planet-latest.o5m --keep="name= and $VALID_ROAD_TYPES" --drop-relations --drop-author --drop-version -o=$PLANET_WAYS_O5M +PLANET_WAYS_NODES_LATLON="planet-ways-nodes-latlons.o5m" +osmconvert $PLANET_WAYS_O5M --max-objects=1000000000 --all-to-nodes -o=$PLANET_WAYS_NODES_LATLON +# 10^15 is the offset used for ways and relations with --all-to-ndoes, extracts just the ways +PLANET_WAYS_LATLONS="planet-ways-latlons.osm" +PLANET_WAYS="planet-ways.osm" + +osmfilter $PLANET_WAYS_NODES_LATLON --keep="name= and ( $VALID_ROAD_TYPES )" -o=$PLANET_WAYS +osmfilter $PLANET_WAYS_O5M --keep="name= and ( $VALID_ROAD_TYPES )" -o=$PLANET_WAYS_LATLONS +rm $PLANET_WAYS_NODES_LATLON +rm $PLANET_WAYS_O5M + +rm $PLANET_O5M +rm $JAPAN_O5M + +echo "Completed : `date`" + +cd $PREV_DIR diff --git a/scripts/geodata/osm/formatter.py b/scripts/geodata/osm/formatter.py new file mode 100644 index 0000000..22f8bbd --- /dev/null +++ b/scripts/geodata/osm/formatter.py @@ -0,0 +1,1726 @@ +# -*- coding: utf-8 -*- +import itertools +import os +import random +import re +import six +import sys +import ftfy +import yaml + +from collections import defaultdict, OrderedDict, Counter +from shapely.geometry import Point +from six import itertools + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.address_expansions.gazetteers import * +from geodata.address_expansions.abbreviations import abbreviate +from geodata.address_formatting.aliases import Aliases +from geodata.address_formatting.formatter import AddressFormatter +from geodata.addresses.blocks import Block +from geodata.addresses.config import address_config +from geodata.addresses.components import AddressComponents +from geodata.countries.constants import Countries +from geodata.addresses.conscription_numbers import ConscriptionNumber +from geodata.addresses.house_numbers import HouseNumber +from geodata.boundaries.names import boundary_names +from geodata.categories.config import category_config +from geodata.categories.query import Category, NULL_CATEGORY_QUERY +from geodata.chains.query import Chain, NULL_CHAIN_QUERY +from geodata.coordinates.conversion import * +from geodata.configs.utils import nested_get +from geodata.countries.country_names import * +from geodata.language_id.disambiguation import * +from geodata.language_id.sample import INTERNET_LANGUAGE_DISTRIBUTION +from geodata.i18n.languages import * +from geodata.intersections.query import Intersection, IntersectionQuery +from geodata.address_formatting.formatter import AddressFormatter +from geodata.osm.components import osm_address_components +from geodata.osm.definitions import osm_definitions +from geodata.osm.extract import * +from geodata.osm.intersections import OSMIntersectionReader +from geodata.places.config import place_config +from geodata.polygons.language_polys import * +from geodata.polygons.reverse_geocode import * +from geodata.postal_codes.phrases import PostalCodes +from geodata.i18n.unicode_paths import DATA_DIR +from geodata.text.tokenize import tokenize, token_types +from geodata.text.utils import is_numeric + +from geodata.csv_utils import * +from geodata.file_utils import * + + +OSM_PARSER_DATA_DEFAULT_CONFIG = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'parser', 'data_sets', 'osm.yaml') + +FORMATTED_ADDRESS_DATA_TAGGED_FILENAME = 'formatted_addresses_tagged.tsv' +FORMATTED_ADDRESS_DATA_FILENAME = 'formatted_addresses.tsv' +FORMATTED_ADDRESS_DATA_LANGUAGE_FILENAME = 'formatted_addresses_by_language.tsv' +FORMATTED_PLACE_DATA_TAGGED_FILENAME = 'formatted_places_tagged.tsv' +FORMATTED_PLACE_DATA_FILENAME = 'formatted_places.tsv' +INTERSECTIONS_FILENAME = 'intersections.tsv' +INTERSECTIONS_TAGGED_FILENAME = 'intersections_tagged.tsv' +WAYS_TAGGED_FILENAME = 'formatted_ways_tagged.tsv' +WAYS_FILENAME = 'formatted_ways.tsv' + +ALL_LANGUAGES = 'all' + +JAPANESE = 'ja' +JAPANESE_ROMAJI = 'ja_rm' + +ENGLISH = 'en' + +numbered_tag_regex = re.compile('_[\d]+$') + + +class OSMAddressFormatter(object): + aliases = Aliases( + OrderedDict([ + ('name', AddressFormatter.HOUSE), + ('addr:housename', AddressFormatter.HOUSE), + ('addr:housenumber', AddressFormatter.HOUSE_NUMBER), + ('addr:house_number', AddressFormatter.HOUSE_NUMBER), + ('addr:street', AddressFormatter.ROAD), + ('addr:suburb', AddressFormatter.SUBURB), + ('is_in:suburb', AddressFormatter.SUBURB), + ('addr:neighbourhood', AddressFormatter.SUBURB), + ('is_in:neighbourhood', AddressFormatter.SUBURB), + ('addr:neighborhood', AddressFormatter.SUBURB), + ('is_in:neighborhood', AddressFormatter.SUBURB), + ('addr:barangay', AddressFormatter.SUBURB), + # Used in the UK for civil parishes, sometimes others + ('addr:locality', AddressFormatter.SUBURB), + # This is actually used for suburb + ('suburb', AddressFormatter.SUBURB), + ('addr:city', AddressFormatter.CITY), + ('is_in:city', AddressFormatter.CITY), + ('addr:locality', AddressFormatter.CITY), + ('is_in:locality', AddressFormatter.CITY), + ('addr:municipality', AddressFormatter.CITY), + ('is_in:municipality', AddressFormatter.CITY), + ('addr:hamlet', AddressFormatter.CITY), + ('is_in:hamlet', AddressFormatter.CITY), + ('addr:quarter', AddressFormatter.CITY_DISTRICT), + ('addr:county', AddressFormatter.STATE_DISTRICT), + ('addr:district', AddressFormatter.STATE_DISTRICT), + ('is_in:district', AddressFormatter.STATE_DISTRICT), + ('addr:state', AddressFormatter.STATE), + ('is_in:state', AddressFormatter.STATE), + ('addr:province', AddressFormatter.STATE), + ('is_in:province', AddressFormatter.STATE), + ('addr:region', AddressFormatter.STATE), + ('is_in:region', AddressFormatter.STATE), + # Used in Tunisia + ('addr:governorate', AddressFormatter.STATE), + ('addr:postcode', AddressFormatter.POSTCODE), + ('addr:postal_code', AddressFormatter.POSTCODE), + ('addr:zipcode', AddressFormatter.POSTCODE), + ('postal_code', AddressFormatter.POSTCODE), + ('addr:country', AddressFormatter.COUNTRY), + ('addr:country_code', AddressFormatter.COUNTRY), + ('country_code', AddressFormatter.COUNTRY), + ('is_in:country_code', AddressFormatter.COUNTRY), + ('is_in:country', AddressFormatter.COUNTRY), + ]) + ) + + sub_building_aliases = Aliases( + OrderedDict([ + ('level', AddressFormatter.LEVEL), + ('addr:floor', AddressFormatter.LEVEL), + ('addr:unit', AddressFormatter.UNIT), + ('addr:flats', AddressFormatter.UNIT), + ('addr:door', AddressFormatter.UNIT), + ('addr:suite', AddressFormatter.UNIT), + ]) + ) + + zones = { + 'landuse': { + 'retail': AddressComponents.zones.COMMERCIAL, + 'commercial': AddressComponents.zones.COMMERCIAL, + 'industrial': AddressComponents.zones.INDUSTRIAL, + 'residential': AddressComponents.zones.RESIDENTIAL, + 'university': AddressComponents.zones.UNIVERSITY, + 'college': AddressComponents.zones.UNIVERSITY, + }, + 'amenity': { + 'university': AddressComponents.zones.UNIVERSITY, + 'college': AddressComponents.zones.UNIVERSITY, + } + } + + boundary_component_priorities = {k: i for i, k in enumerate(AddressFormatter.BOUNDARY_COMPONENTS_ORDERED)} + + def __init__(self, components, country_rtree, subdivisions_rtree=None, buildings_rtree=None, metro_stations_index=None): + # Instance of AddressComponents, contains structures for reverse geocoding, etc. + self.components = components + self.country_rtree = country_rtree + + self.subdivisions_rtree = subdivisions_rtree + self.buildings_rtree = buildings_rtree + + self.metro_stations_index = metro_stations_index + + self.config = yaml.load(open(OSM_PARSER_DATA_DEFAULT_CONFIG)) + self.formatter = AddressFormatter() + + def namespaced_language(self, tags, candidate_languages): + language = None + + pick_namespaced_language_prob = float(nested_get(self.config, ('languages', 'pick_namespaced_language_probability'))) + + if len(candidate_languages) > 1: + street = tags.get('addr:street', None) + + namespaced = [l for l, d in candidate_languages if 'addr:street:{}'.format(l) in tags] + + if namespaced and random.random() < pick_namespaced_language_prob: + language = random.choice(namespaced) + lang_suffix = ':{}'.format(language) + for k in tags: + + if k.endswith(lang_suffix): + tags[k.rstrip(lang_suffix)] = tags[k] + + return language + + def normalize_address_components(self, tags): + address_components = {k: v for k, v in six.iteritems(tags) if self.aliases.get(k)} + self.aliases.replace(address_components) + address_components = {k: v for k, v in six.iteritems(address_components) if k in AddressFormatter.address_formatter_fields} + return address_components + + def normalize_sub_building_components(self, tags): + sub_building_components = {k: v for k, v in six.iteritems(tags) if self.sub_building_aliases.get(k) and is_numeric(v)} + self.aliases.replace(sub_building_components) + sub_building_components = {k: v for k, v in six.iteritems(sub_building_components) if k in AddressFormatter.address_formatter_fields} + return sub_building_components + + def fix_component_encodings(self, tags): + return {k: ftfy.fix_encoding(safe_decode(v)) for k, v in six.iteritems(tags)} + + def normalized_street_name(self, address_components, country=None, language=None): + street = address_components.get(AddressFormatter.ROAD) + if street and ',' in street: + street_parts = [part.strip() for part in street.split(',')] + + if len(street_parts) > 1 and (street_parts[-1].lower() == address_components.get(AddressFormatter.HOUSE_NUMBER, '').lower()) and self.formatter.house_number_before_road(country, language): + street = street_parts[0] + return street + + return None + + @classmethod + def alphanumeric_tokens(cls, name): + return [t for t, c in tokenize(name) if c in token_types.WORD_TOKEN_TYPES or c in token_types.NUMERIC_TOKEN_TYPES] + + @classmethod + def valid_venue_name(cls, name, address_components, languages=(), is_generic=False, is_known_venue_type=False): + ''' + The definition of "what is a venue" is pretty loose in libpostal, but + there are several cases we want to avoid: + + Firstly, if the venue name is the same as the house number, usually in the + case of a named building, it's not valid. + + Sometimes a particular street is synonymous with a tourist attraction or neighborhood + or historic district and OSM might label it as something like a landmark, + which passes the "named place" test but is really just a street, so if the + name of the place is exactly equal to the street name and there's no house number + (this still allows for bars or restaurants, etc. that might be named after the + street they're on), call it invalid. + + Often the name or a building in OSM will just be its street address. Example: + + addr:housename="123 Park Place" + addr:housenumber="123" + addr:street="Park Place" + + This method will invalidate the venue name if and only if + the set of unique tokens in the venue name is exactly equal + to the set of unique tokens in the house number + street name. + This does not apply to known venue typess (like a restaurant) + where we'd want to preserve the name. + ''' + + if not name: + return False + + name_norm = name.strip().lower() + + street = address_components.get(AddressFormatter.ROAD) + if street: + street = street.strip().lower() + + house_number = address_components.get(AddressFormatter.HOUSE_NUMBER) + if house_number: + house_number = house_number.strip().lower() + + if street and street == name_norm and not house_number: + return False + + if not house_number: + if not any((c in token_types.WORD_TOKEN_TYPES for t, c in tokenize(name))): + return False + + if not street: + for component, place_name in six.iteritems(address_components): + if (component in AddressFormatter.BOUNDARY_COMPONENTS or component == AddressFormatter.HOUSE_NUMBER) and place_name.strip().lower() == name_norm: + return False + + if street and not is_known_venue_type: + unique_tokens_name = set([t.lower() for t in cls.alphanumeric_tokens(name)]) + + unique_tokens_street_house_number = set() + if street: + unique_tokens_street_house_number.update([t.lower() for t in cls.alphanumeric_tokens(street)]) + + if house_number: + unique_tokens_street_house_number.update([t.lower() for t in cls.alphanumeric_tokens(house_number)]) + + if len(unique_tokens_name) == len(unique_tokens_street_house_number) == len(unique_tokens_name & unique_tokens_street_house_number): + return False + + venue_phrases = venue_names_gazetteer.extract_phrases(name, languages=languages) + street_phrases = street_types_only_gazetteer.extract_phrases(name, languages=languages) + + if street_phrases - venue_phrases and not venue_phrases - street_phrases and not (AddressFormatter.HOUSE_NUMBER in address_components and AddressFormatter.ROAD in address_components): + return False + + if is_generic and not venue_phrases: + return False + + if not address_components and not venue_phrases: + return False + + return True + + def subdivision_components(self, latitude, longitude): + return self.subdivisions_rtree.point_in_poly(latitude, longitude, return_all=True) + + def zone(self, subdivisions): + for subdiv in subdivisions: + for k, v in six.iteritems(self.zones): + zone = v.get(subdiv.get(k)) + if zone: + return zone + return None + + def building_components(self, latitude, longitude): + return self.buildings_rtree.point_in_poly(latitude, longitude, return_all=True) + + def num_floors(self, buildings, key='building:levels'): + max_floors = None + for b in buildings: + num_floors = b.get(key) + if num_floors is not None: + try: + num_floors = int(num_floors) + except (ValueError, TypeError): + try: + num_floors = int(float(num_floors)) + except (ValueError, TypeError): + continue + + if max_floors is None or num_floors > max_floors: + max_floors = num_floors + return max_floors + + def replace_numbered_tag(self, tag): + ''' + If a tag is numbered like name_1, name_2, etc. replace it with name + ''' + match = numbered_tag_regex.search(tag) + if not match: + return None + return tag[:match.start()] + + def abbreviated_street(self, street, language): + ''' + Street abbreviations + -------------------- + + Use street and unit type dictionaries to probabilistically abbreviate + phrases. Because the abbreviation is picked at random, this should + help bridge the gap between OSM addresses and user input, in addition + to capturing some non-standard abbreviations/surface forms which may be + missing or sparse in OSM. + ''' + abbreviate_prob = float(nested_get(self.config, ('streets', 'abbreviate_probability'), default=0.0)) + separate_prob = float(nested_get(self.config, ('streets', 'separate_probability'), default=0.0)) + + return abbreviate(street_and_synonyms_gazetteer, street, language, + abbreviate_prob=abbreviate_prob, separate_prob=separate_prob) + + def abbreviated_venue_name(self, name, language): + ''' + Venue abbreviations + ------------------- + + Use street and unit type dictionaries to probabilistically abbreviate + phrases. Because the abbreviation is picked at random, this should + help bridge the gap between OSM addresses and user input, in addition + to capturing some non-standard abbreviations/surface forms which may be + missing or sparse in OSM. + ''' + abbreviate_prob = float(nested_get(self.config, ('venues', 'abbreviate_probability'), default=0.0)) + separate_prob = float(nested_get(self.config, ('venues', 'separate_probability'), default=0.0)) + + return abbreviate(names_gazetteer, name, language, + abbreviate_prob=abbreviate_prob, separate_prob=separate_prob) + + def combine_street_name(self, props): + ''' + Combine street names + -------------------- + + In the UK sometimes streets have "parent" streets and + both will be listed in the address. + + Example: http://www.openstreetmap.org/node/2933503941 + ''' + # In the UK there's sometimes the notion of parent and dependent streets + if 'addr:parentstreet' not in props or 'addr:street' not in props: + return False + + street = safe_decode(props['addr:street']) + parent_street = props.pop('addr:parentstreet', None) + if parent_street: + props['addr:street'] = six.u(', ').join([street, safe_decode(parent_street)]) + return True + return False + + def combine_japanese_house_number(self, address_components, language): + ''' + Japanese house numbers + ---------------------- + + Addresses in Japan are pretty unique. + There are no street names in most of the country, and so buildings + are addressed by the following: + + 1. the neighborhood (丁目 or chōme), usually numberic e.g. 4-chōme + 2. the block number (OSM uses addr:block_number for this) + 3. the house number + + Sometimes only the block number and house number are abbreviated. + + For libpostal, we want to parse: + 2丁目3-5 as {'suburb': '2丁目', 'house_number': '3-5'} + + and the abbreviated "2-3-5" as simply house_number and leave + it up to the end user to split up that number or not. + + At this stage we're still working with the original OSM tags, + so only combine addr_block_number with addr:housenumber + + See: https://en.wikipedia.org/wiki/Japanese_addressing_system + ''' + house_number = address_components.get('addr:housenumber') + if not house_number or not house_number.isdigit(): + return False + + block = address_components.get('addr:block_number') + if not block or not block.isdigit(): + return False + + separator = six.u('-') + + combine_probability = float(nested_get(self.config, ('countries', 'jp', 'combine_block_house_number_probability'), default=0.0)) + if random.random() < combine_probability: + if random.random() < float(nested_get(self.config, ('countries', 'jp', 'block_phrase_probability'), default=0.0)): + block = Block.phrase(block, language) + house_number = HouseNumber.phrase(house_number, language) + if block is None or house_number is None: + return + separator = six.u(' ') if language == JAPANESE_ROMAJI else six.u('') + + house_number = separator.join([block, house_number]) + address_components['addr:housenumber'] = house_number + + return True + return False + + def remove_japanese_suburb_tags(self, tags): + for tag in ('addr:neighbourhood', 'addr:neighbourhood', 'addr:quarter', 'addr:suburb'): + tags.pop(tag, None) + + def conscription_number(self, tags, language, country): + conscription_number = tags.get('addr:conscriptionnumber', None) + if conscription_number is not None: + phrase_probability = float(nested_get(self.config, ('conscription_numbers', 'phrase_probability'), default=0.0)) + no_phrase_probability = float(nested_get(self.config, ('conscription_numbers', 'no_phrase_probability'), default=0.0)) + + if random.random() < phrase_probability: + return ConscriptionNumber.phrase(conscription_number, language, country=country) + elif random.random() < no_phrase_probability: + return safe_decode(conscription_number) + + return None + + def austro_hungarian_street_number(self, tags, language, country): + austro_hungarian_street_number = tags.get('addr:streetnumber', None) + + if austro_hungarian_street_number is not None: + no_phrase_probability = float(nested_get(self.config, ('austro_hungarian_street_numbers', 'no_phrase_probability'), default=0.0)) + if random.random() < no_phrase_probability: + return safe_decode(austro_hungarian_street_number) + + return None + + def add_metro_station(self, address_components, latitude, longitude, language=None, default_language=None): + ''' + Metro stations + -------------- + + Particularly in Japan, where there are rarely named streets, metro stations are + often used to help locate an address (landmarks may be used as well). Unlike in the + rest of the world, metro stations in Japan are a semi-official component and used + almost as frequently as street names or house number in other countries, so we would + want libpostal's address parser to recognize Japanese train stations in both Kanji and Romaji. + + It's possible at some point to extend this to generate the sorts of natural language + directions we sometimes see in NYC and other large cities where a subway stop might be + included parenthetically after the address e.g. 61 Wythe Ave (L train to Bedford). + The subway stations in OSM are in a variety of formats, so this would need some massaging + and a slightly more sophisticated phrase generator than what we employ for numeric components + like apartment numbers. + ''' + if self.metro_stations_index is None: + return False + nearest_metro = self.metro_stations_index.nearest_point(latitude, longitude) + if nearest_metro: + props, lat, lon, distance = nearest_metro + name = None + if language is not None: + name = props.get('name:{}'.format(language.lower())) + if language == default_language: + name = props.get('name') + else: + name = props.get('name') + + if name: + address_components[AddressFormatter.METRO_STATION] = name + return True + + return False + + def venue_names(self, props, languages): + ''' + Venue names + ----------- + + Some venues have multiple names listed in OSM, grab them all + With a certain probability, add None to the list so we drop the name + ''' + + return self.components.all_names(props, languages, keys=('name', 'alt_name', 'loc_name', 'int_name', 'old_name')) + + def formatted_addresses_with_venue_names(self, address_components, venue_names, country, language=None, + tag_components=True, minimal_only=False): + # Since venue names are only one-per-record, this wrapper will try them all (name, alt_name, etc.) + formatted_addresses = [] + + if not venue_names: + address_components = {c: v for c, v in six.iteritems(address_components) if c != AddressFormatter.HOUSE} + return [self.formatter.format_address(address_components, country, language=language, + tag_components=tag_components, minimal_only=minimal_only)] + + address_prob = float(nested_get(self.config, ('venues', 'address_probability'), default=0.0)) + if random.random() < address_prob and AddressFormatter.HOUSE in address_components: + address_components.pop(AddressFormatter.HOUSE) + formatted_address = self.formatter.format_address(address_components, country, language=language, + tag_components=tag_components, minimal_only=minimal_only) + formatted_addresses.append(formatted_address) + + for venue_name in venue_names: + if venue_name: + address_components[AddressFormatter.HOUSE] = venue_name + formatted_address = self.formatter.format_address(address_components, country, language=language, + tag_components=tag_components, minimal_only=minimal_only) + formatted_addresses.append(formatted_address) + return formatted_addresses + + def formatted_places(self, address_components, country, language, tag_components=True): + formatted_addresses = [] + + place_components = self.components.drop_address(address_components) + formatted_address = self.formatter.format_address(place_components, country, language=language, + tag_components=tag_components, minimal_only=False) + formatted_addresses.append(formatted_address) + + if AddressFormatter.POSTCODE in address_components: + drop_postcode_prob = float(nested_get(self.config, ('places', 'drop_postcode_probability'), default=0.0)) + if random.random() < drop_postcode_prob: + place_components = self.components.drop_postcode(place_components) + formatted_address = self.formatter.format_address(place_components, country, language=language, + tag_components=tag_components, minimal_only=False) + formatted_addresses.append(formatted_address) + return formatted_addresses + + @classmethod + def valid_postal_code(self, country, postal_code): + return PostalCodes.is_valid(postal_code, country) + + def parse_valid_postal_codes(self, country, postal_code, validate=True): + ''' + "Valid" postal codes + -------------------- + + This is only really for place formatting at the moment so we don't + accidentally inject too many bad postcodes into the training data. + Sometimes for a given boundary name the postcode might be a delimited + sequence of postcodes like "10013;10014;10015", it might be a range + like "10013-10015", or it might be some non-postcode text. The idea + here is to validate the text using Google's libaddressinput postcode + regexes for the given country. These regexes are a little simplistic + and don't account for variations like the common use of shortened + postcodes in cities like Berlin or Oslo where the first digit is always + known to be the same given the city. Still, at the level of places, that's + probably fine. + ''' + postal_codes = [] + if postal_code: + valid_postcode = False + if validate: + values = number_split_regex.split(postal_code) + for p in values: + if self.valid_postal_code(country, p): + valid_postcode = True + postal_codes.append(p) + else: + valid_postcode = True + + if not valid_postcode: + postal_codes = parse_osm_number_range(postal_code, parse_letter_range=False, max_range=1000) + if validate: + valid_postal_codes = [] + for pc in postal_codes: + if self.valid_postal_code(country, pc): + valid_postal_codes.append(pc) + postal_codes = valid_postal_codes + + return postal_codes + + def expand_postal_codes(self, postal_code, country, languages, osm_components): + ''' + Expanded postal codes + --------------------- + + Clean up OSM addr:postcode tag. Sometimes it will be a full address + e.g. addr:postcode="750 Park Pl, Brooklyn, NY 11216", sometimes + just "NY 11216", etc. + ''' + match = number_split_regex.search(postal_code) + valid = [] + + should_strip_components = PostalCodes.should_strip_components(country) + needs_validation = PostalCodes.needs_validation(country) + + if not match: + if not should_strip_components and not needs_validation: + valid.append(PostalCodes.add_country_code(postal_code, country)) + return valid + + if should_strip_components: + postal_code = self.components.strip_components(postal_code, osm_components, country, languages) + + if not needs_validation or PostalCodes.is_valid(postal_code, country): + valid.append(PostalCodes.add_country_code(postal_code, country)) + + else: + candidates = number_split_regex.split(postal_code) + for candidate in candidates: + candidate = candidate.strip() + if should_strip_components: + candidate = self.components.strip_components(candidate, osm_components, country, languages) + if not candidate: + continue + + # If we're splitting, validate every delimited phrase + if PostalCodes.is_valid(candidate, country): + valid.append(PostalCodes.add_country_code(candidate, country)) + + return valid + + def cleanup_place_components(self, address_components, osm_components, country, language, containing_ids, population=None, keep_component=None, population_from_city=False): + revised_address_components = self.components.dropout_places(address_components, osm_components, country, language, population=population, population_from_city=population_from_city) + + if keep_component is not None: + revised_address_components[keep_component] = address_components[keep_component] + + self.components.cleanup_boundary_names(revised_address_components) + self.components.country_specific_cleanup(revised_address_components, country) + + self.components.drop_invalid_components(revised_address_components, country) + + self.components.replace_name_affixes(revised_address_components, language, country=country) + self.components.replace_names(revised_address_components) + + self.components.remove_numeric_boundary_names(revised_address_components) + + cldr_country_prob = float(nested_get(self.config, ('places', 'cldr_country_probability'), default=0.0)) + + if (AddressFormatter.COUNTRY in revised_address_components or place_config.include_component(AddressFormatter.COUNTRY, containing_ids, country=country, check_population=False)) and random.random() < cldr_country_prob: + address_country = self.components.cldr_country_name(country, language) + if address_country: + revised_address_components[AddressFormatter.COUNTRY] = address_country + + return revised_address_components + + def node_place_tags(self, tags, city_or_below=False): + try: + latitude, longitude = latlon_to_decimal(tags['lat'], tags['lon']) + except Exception: + return (), None + + if 'name' not in tags: + return (), None + + osm_components = self.components.osm_reverse_geocoded_components(latitude, longitude) + + country, candidate_languages = OSMCountryReverseGeocoder.country_and_languages_from_components(osm_components) + if not (country and candidate_languages): + return (), None + + local_languages = candidate_languages + + all_local_languages = set([l for l, d in local_languages]) + random_languages = set(INTERNET_LANGUAGE_DISTRIBUTION) + + language_defaults = OrderedDict(local_languages) + + for tag in tags: + if ':' in tag: + tag, lang = tag.rsplit(':', 1) + if lang.lower() not in all_local_languages and lang.lower().split('_', 1)[0] in all_local_languages: + local_languages.append((lang, language_defaults[lang.lower().split('_', 1)[0]])) + all_local_languages.add(lang) + + more_than_one_official_language = len([lang for lang, default in local_languages if default]) > 1 + + containing_ids = [(b['type'], b['id']) for b in osm_components] + + component_name = osm_address_components.component_from_properties(country, tags, containing=containing_ids) + if component_name is None: + return (), None + component_index = self.boundary_component_priorities.get(component_name) + + if city_or_below and (not component_index or component_index <= self.boundary_component_priorities[AddressFormatter.CITY]): + return (), None + + if component_index: + revised_osm_components = [] + + same_name_components = [None] * len(osm_components) + + # If this node is the admin center for one of its containing polygons, note it + first_valid_admin_center = None + + for i, c in enumerate(osm_components): + c_name = osm_address_components.component_from_properties(country, c, containing=containing_ids[i + 1:]) + + if c.get('name', '').lower() == tags['name'].lower(): + same_name_components[i] = c_name + + if first_valid_admin_center is None: + if (component_index <= self.boundary_component_priorities[AddressFormatter.CITY] and + tags.get('type') == 'node' and 'admin_center' in c and + tags.get('id') and c['admin_center']['id'] == tags['id'] and + c.get('name', '').lower() == tags['name'].lower()): + first_valid_admin_center = i + + # Check if, for instance, a node is labeled place=town, but its enclosing polygon with the same name + # is city_district or suburb. However, sometimes there's a "suburb" version of a city indicating the + # city proper, though there's also a city polygon encompassing the municipality. Don't want to classify + # the unqualified city node as suburb. + same_name_and_level_exists = any((c_name for c_name in same_name_components if c_name == component_name)) + same_name_max_below_level = None + + for i, c in enumerate(osm_components): + c_name = osm_address_components.component_from_properties(country, c, containing=containing_ids[i + 1:]) + c_index = self.boundary_component_priorities.get(c_name, -1) + + if first_valid_admin_center == i: + component_name = c_name + component_index = c_index + continue + + same_name_component = same_name_components[i] + if same_name_component is not None and not same_name_and_level_exists and c_index < component_index: + same_name_max_below_level = c_name + + if same_name_max_below_level is not None and not same_name_and_level_exists and first_valid_admin_center is None: + component_name = same_name_max_below_level + component_index = self.boundary_component_priorities.get(same_name_max_below_level, -1) + + # Add any admin components above the computed level + for i, c in enumerate(osm_components): + c_name = osm_address_components.component_from_properties(country, c, containing=containing_ids[i + 1:]) + c_index = self.boundary_component_priorities.get(c_name, -1) + + same_name_component = same_name_components[i] + if c_index >= component_index and first_valid_admin_center != i and same_name_component != component_name and (c['type'], c['id']) != (tags.get('type', 'node'), tags.get('id')): + revised_osm_components.append(c) + added_component = True + + osm_components = revised_osm_components + + # Do addr:postcode, postcode, postal_code, etc. + revised_tags = self.normalize_address_components(tags) + + place_tags = [] + + postal_code = revised_tags.get(AddressFormatter.POSTCODE, None) + + postal_codes = [] + if postal_code: + postal_codes = self.parse_valid_postal_codes(country, postal_code) + + try: + population = int(tags.get('population', 0)) + except (ValueError, TypeError): + population = 0 + + # Calculate how many records to produce for this place given its population + population_divisor = 10000 # Add one record for every 10k in population + min_references = 5 # Every place gets at least 5 reference to account for variations + if component_name == AddressFormatter.CITY: + # Cities get a few extra references over e.g. a state_district with the same name + # so that if the population is unknown, hopefully the city will have more references + # and the parser will prefer that meaning + min_references += 2 + max_references = 1000 # Cap the number of references e.g. for India and China country nodes + num_references = min(population / population_divisor + min_references, max_references) + + component_order = AddressFormatter.component_order[component_name] + sub_city = component_order < AddressFormatter.component_order[AddressFormatter.CITY] + + revised_tags = self.fix_component_encodings(revised_tags) + + object_type = tags.get('type') + object_id = tags.get('id') + + for name_tag in ('name', 'alt_name', 'loc_name', 'short_name', 'int_name', 'name:simple', 'official_name'): + if not boundary_names.valid_name(object_type, object_id, name_tag): + continue + + if more_than_one_official_language: + name = tags.get(name_tag) + language_suffix = '' + + if name and name.strip(): + if u';' in name: + name = random.choice(name.split(u';')) + elif u',' in name: + name = name.split(u',', 1)[0] + + if u'|' in name: + name = name.replace(u'|', u'') + + name = self.components.strip_whitespace_and_hyphens(name) + + alt_names = self.components.alt_place_names(name, None) + + for i in xrange(num_references if name_tag == 'name' else 1): + address_components = {component_name: name} + + self.components.add_admin_boundaries(address_components, osm_components, country, UNKNOWN_LANGUAGE, + latitude, longitude, + random_key=num_references > 1, + language_suffix=language_suffix, + drop_duplicate_city_names=False, + add_city_points=sub_city) + + place_tags.append((address_components, None, True)) + for alt_name in alt_names: + address_components = address_components.copy() + address_components[component_name] = alt_name + place_tags.append((address_components, None, True)) + + for language, is_default in local_languages: + if is_default and not more_than_one_official_language: + language_suffix = '' + name = tags.get(name_tag) + else: + language_suffix = ':{}'.format(language) + name = tags.get('{}{}'.format(name_tag, language_suffix)) + + if not name or not name.strip(): + continue + + if six.u(';') in name: + name = random.choice(name.split(six.u(';'))) + elif six.u(',') in name: + name = name.split(six.u(','), 1)[0] + + if six.u('|') in name: + name = name.replace(six.u('|'), six.u('')) + + n = min_references / 2 + if name_tag == 'name': + if is_default: + n = num_references + else: + n = num_references / 2 + + name = self.components.strip_whitespace_and_hyphens(name) + + alt_names = self.components.alt_place_names(name, language) + + for i in xrange(n): + address_components = {component_name: name} + self.components.add_admin_boundaries(address_components, osm_components, country, language, + latitude, longitude, + random_key=is_default, + language_suffix=language_suffix, + drop_duplicate_city_names=False, + add_city_points=sub_city) + + place_tags.append((address_components, language, is_default)) + for alt_name in alt_names: + address_components = address_components.copy() + address_components[component_name] = alt_name + place_tags.append((address_components, language, is_default)) + + for language in random_languages - all_local_languages: + language_suffix = ':{}'.format(language) + + name = tags.get('{}{}'.format(name_tag, language_suffix)) + if (not name or not name.strip()) and language == ENGLISH: + name = tags.get(name_tag) + + if not name or not name.strip(): + continue + + if six.u(';') in name: + name = random.choice(name.split(six.u(';'))) + elif six.u(',') in name: + name = name.split(six.u(','), 1)[0] + + if six.u('|') in name: + name = name.replace(six.u('|'), six.u('')) + + name = self.components.strip_whitespace_and_hyphens(name) + + alt_names = self.components.alt_place_names(name, language) + + # Add half as many English records as the local language, every other language gets min_referenes / 2 + for i in xrange(num_references / 2 if language == ENGLISH else min_references / 2): + address_components = {component_name: name} + self.components.add_admin_boundaries(address_components, osm_components, country, language, + latitude, longitude, + random_key=False, + non_local_language=language, + language_suffix=language_suffix, + drop_duplicate_city_names=False, + add_city_points=sub_city) + + place_tags.append((address_components, language, False)) + for alt_name in alt_names: + address_components = address_components.copy() + address_components[component_name] = alt_name + place_tags.append((address_components, language, False)) + + if postal_codes: + extra_place_tags = [] + num_existing_place_tags = len(place_tags) + for postal_code in postal_codes: + for i in xrange(min(min_references, num_existing_place_tags)): + if num_references == min_references: + # For small places, make sure we get every variation + address_components, language, is_default = place_tags[i] + else: + address_components, language, is_default = random.choice(place_tags) + address_components = address_components.copy() + address_components[AddressFormatter.POSTCODE] = random.choice(postal_codes) + extra_place_tags.append((address_components, language, is_default)) + + place_tags = place_tags + extra_place_tags + + revised_place_tags = [] + for address_components, language, is_default in place_tags: + revised_address_components = self.cleanup_place_components(address_components, osm_components, country, language, containing_ids, population=population, keep_component=component_name) + + if revised_address_components: + revised_place_tags.append((revised_address_components, language, is_default)) + + return revised_place_tags, country + + @classmethod + def is_generic_place(cls, tags): + return tags.get('railway', '').lower() == 'station' or tags.get('amenity', '').lower() == 'post_office' + + @classmethod + def is_known_venue_type(cls, tags): + for definition in (osm_definitions.AMENITY, osm_definitions.SHOP, osm_definitions.AEROWAY): + if osm_definitions.meets_definition(tags, definition): + return True + return False + + def category_queries(self, tags, address_components, language, country=None, tag_components=True): + formatted_addresses = [] + possible_category_keys = category_config.has_keys(language, tags) + + plural_prob = float(nested_get(self.config, ('categories', 'plural_probability'), default=0.0)) + place_only_prob = float(nested_get(self.config, ('categories', 'place_only_probability'), default=0.0)) + + for key in possible_category_keys: + value = tags[key] + phrase = Category.phrase(language, key, value, country=country, is_plural=random.random() < plural_prob) + if phrase is not NULL_CATEGORY_QUERY: + if phrase.add_place_name or phrase.add_address: + address_components = self.components.drop_names(address_components) + + if phrase.add_place_name and random.random() < place_only_prob: + address_components = self.components.drop_address(address_components) + + formatted_address = self.formatter.format_category_query(phrase, address_components, country, language, tag_components=tag_components) + if formatted_address: + formatted_addresses.append(formatted_address) + return formatted_addresses + + def chain_queries(self, venue_name, address_components, language, country=None, tag_components=True): + ''' + Chain queries + ------------- + + Generates strings like "Duane Reades in Brooklyn NY" + ''' + is_chain, phrases = Chain.extract(venue_name) + formatted_addresses = [] + + if is_chain: + sample_probability = float(nested_get(self.config, ('chains', 'sample_probability'), default=0.0)) + place_only_prob = float(nested_get(self.config, ('chains', 'place_only_probability'), default=0.0)) + + for t, c, l, vals in phrases: + for d in vals: + lang, dictionary, is_canonical, canonical = safe_decode(d).split(six.u('|')) + name = canonical + if random.random() < sample_probability: + names = address_config.sample_phrases.get((language, dictionary), {}).get(canonical, []) + if not names: + names = address_config.sample_phrases.get((ALL_LANGUAGES, dictionary), {}).get(canonical, []) + if names: + name = random.choice(names) + phrase = Chain.phrase(name, language, country) + if phrase is not NULL_CHAIN_QUERY: + if phrase.add_place_name or phrase.add_address: + address_components = self.components.drop_names(address_components) + + if phrase.add_place_name and random.random() < place_only_prob: + address_components = self.components.drop_address(address_components) + + formatted_address = self.formatter.format_chain_query(phrase, address_components, country, language, tag_components=tag_components) + if formatted_address: + formatted_addresses.append(formatted_address) + return formatted_addresses + + def formatted_addresses(self, tags, tag_components=True): + ''' + Formatted addresses + ------------------- + + Produces one or more formatted addresses (tagged/untagged) + from the given dictionary of OSM tags and values. + + Here we also apply component dropout meaning we produce several + different addresses with various components removed at random. + That way the parser will have many examples of queries that are + just city/state or just house_number/street. The selected + components still have to make sense i.e. a lone house_number will + not be used without a street name. The dependencies are listed + above, see: OSM_ADDRESS_COMPONENTS. + + If there is more than one venue name (say name and alt_name), + addresses using both names and the selected components are + returned. + ''' + + try: + latitude, longitude = latlon_to_decimal(tags['lat'], tags['lon']) + except Exception: + return None, None, None + + osm_components = self.components.osm_reverse_geocoded_components(latitude, longitude) + + country, candidate_languages = self.components.osm_country_and_languages(osm_components) + if not (country and candidate_languages): + return None, None, None + + all_local_languages = set([l for l, d in candidate_languages]) + random_languages = set(INTERNET_LANGUAGE_DISTRIBUTION) + + combined_street = self.combine_street_name(tags) + + namespaced_language = self.namespaced_language(tags, candidate_languages) + language = None + japanese_variant = None + + japanese_suburb = None + + if country == Countries.JAPAN: + japanese_variant = JAPANESE + if random.random() < float(nested_get(self.config, ('countries', 'jp', 'romaji_probability'), default=0.0)): + japanese_variant = JAPANESE_ROMAJI + if self.combine_japanese_house_number(tags, japanese_variant): + language = japanese_variant + else: + language = None + + self.remove_japanese_suburb_tags(tags) + + is_generic_place = self.is_generic_place(tags) + is_known_venue_type = self.is_known_venue_type(tags) + + revised_tags = self.normalize_address_components(tags) + if japanese_suburb is not None: + revised_tags[AddressFormatter.SUBURB] = japanese_suburb + sub_building_tags = self.normalize_sub_building_components(tags) + revised_tags.update(sub_building_tags) + + # Only including nearest metro station in Japan + if country == Countries.JAPAN: + if random.random() < float(nested_get(self.config, ('countries', 'jp', 'add_metro_probability'), default=0.0)): + if self.add_metro_station(revised_tags, latitude, longitude, japanese_variant, default_language=JAPANESE): + language = japanese_variant + + num_floors = None + num_basements = None + zone = None + + postal_code = revised_tags.get(AddressFormatter.POSTCODE, None) + expanded_postal_codes = [] + + if postal_code: + expanded_postal_codes = self.expand_postal_codes(postal_code, country, all_local_languages | random_languages, osm_components) + + if len(expanded_postal_codes) == 1: + revised_tags[AddressFormatter.POSTCODE] = expanded_postal_codes[0] + else: + revised_tags.pop(AddressFormatter.POSTCODE) + postal_code = None + + building_venue_names = [] + + building_components = self.building_components(latitude, longitude) + + building_is_generic_place = False + building_is_known_venue_type = False + + if building_components: + num_floors = self.num_floors(building_components) + + num_basements = self.num_floors(building_components, key='building:levels:underground') + + for building_tags in building_components: + building_tags = self.normalize_address_components(building_tags) + + building_is_generic_place = building_is_generic_place or self.is_generic_place(building_tags) + building_is_known_venue_type = building_is_known_venue_type or self.is_known_venue_type(building_tags) + + for k, v in six.iteritems(building_tags): + if k not in revised_tags and k in (AddressFormatter.HOUSE_NUMBER, AddressFormatter.ROAD): + revised_tags[k] = v + elif k not in revised_tags and k == AddressFormatter.POSTCODE: + expanded_postal_codes = self.expand_postal_codes(v, country, all_local_languages | random_languages, osm_components) + + if len(expanded_postal_codes) == 1: + revised_tags[AddressFormatter.POSTCODE] = expanded_postal_codes[0] + elif k == AddressFormatter.HOUSE: + building_venue_names.append((v, building_is_generic_place, building_is_known_venue_type)) + + subdivision_components = self.subdivision_components(latitude, longitude) + if subdivision_components: + zone = self.zone(subdivision_components) + + venue_sub_building_prob = float(nested_get(self.config, ('venues', 'sub_building_probability'), default=0.0)) + add_sub_building_components = AddressFormatter.HOUSE_NUMBER in revised_tags and (AddressFormatter.HOUSE not in revised_tags or random.random() < venue_sub_building_prob) + + revised_tags = self.fix_component_encodings(revised_tags) + + address_components, country, language = self.components.expanded(revised_tags, latitude, longitude, language=language or namespaced_language, + num_floors=num_floors, num_basements=num_basements, + zone=zone, add_sub_building_components=add_sub_building_components, + population_from_city=True, check_city_wikipedia=True, osm_components=osm_components) + + languages = list(country_languages[country]) + venue_names = self.venue_names(tags, languages) or [] + + conscription_number = self.conscription_number(tags, language, country) + austro_hungarian_street_number = self.austro_hungarian_street_number(tags, language, country) + + # Abbreviate the street name with random probability + street_name = address_components.get(AddressFormatter.ROAD) + + if street_name: + normalized_street_name = self.normalized_street_name(address_components, country, language) + if normalized_street_name: + street_name = normalized_street_name + address_components[AddressFormatter.ROAD] = street_name + + address_components[AddressFormatter.ROAD] = self.abbreviated_street(street_name, language) + + expanded_components = address_components.copy() + for props, component in self.components.categorized_osm_components(country, osm_components): + if 'name' in props and component not in expanded_components: + expanded_components[component] = props['name'] + + street_languages = set((language,) if language not in (UNKNOWN_LANGUAGE, AMBIGUOUS_LANGUAGE) else languages) + + venue_names = [venue_name for venue_name in venue_names if self.valid_venue_name(venue_name, expanded_components, street_languages, is_generic=is_generic_place)] + venue_names.extend([venue_name for venue_name, building_is_generic_place, building_is_known_venue_type in building_venue_names if self.valid_venue_name(venue_name, expanded_components, street_languages, is_generic=building_is_generic_place, is_known_venue_type=building_is_known_venue_type)]) + + all_venue_names = set(venue_names) + + # Ditto for venue names + for venue_name in all_venue_names: + abbreviated_venue = self.abbreviated_venue_name(venue_name, language) + if abbreviated_venue != venue_name and abbreviated_venue not in all_venue_names: + venue_names.append(abbreviated_venue) + + if not address_components and not venue_names: + return None, None, None + + reduced_venue_names = [] + expanded_only_venue_names = [] + + for venue_name in venue_names: + if self.valid_venue_name(venue_name, address_components, street_languages): + reduced_venue_names.append(venue_name) + else: + expanded_only_venue_names.append(venue_name) + + formatted_addresses = self.formatted_addresses_with_venue_names(address_components, reduced_venue_names, country, language=language, + tag_components=tag_components, minimal_only=not tag_components) + + for alternate_house_number in (conscription_number, austro_hungarian_street_number): + if alternate_house_number is not None: + original_house_number = address_components.get(AddressFormatter.HOUSE_NUMBER) + address_components[AddressFormatter.HOUSE_NUMBER] = alternate_house_number + formatted_addresses.extend(self.formatted_addresses_with_venue_names(address_components, reduced_venue_names, country, language=language, + tag_components=tag_components, minimal_only=not tag_components)) + if original_house_number: + address_components[AddressFormatter.HOUSE_NUMBER] = original_house_number + + if len(expanded_postal_codes) > 1: + for postal_code in expanded_postal_codes: + address_components[AddressFormatter.POSTCODE] = postal_code + self.components.add_postcode_phrase(address_components, language, country=country) + formatted_addresses.extend(self.formatted_addresses_with_venue_names(address_components, reduced_venue_names, country, language=language, + tag_components=tag_components, minimal_only=not tag_components)) + + if expanded_only_venue_names: + formatted_addresses.extend(self.formatted_addresses_with_venue_names(expanded_components, expanded_only_venue_names, country, language=language, + tag_components=tag_components, minimal_only=not tag_components)) + + formatted_addresses.extend(self.formatted_places(address_components, country, language)) + + # In Japan an address without places is basically just house_number + metro_station (if given) + # However, where there are streets, it's useful to have address-only queries as well + if country != Countries.JAPAN: + address_only_components = self.components.drop_places(address_components) + address_only_components = self.components.drop_postcode(address_only_components) + + if address_only_components: + address_only_venue_names = [] + if not address_only_components or (len(address_only_components) == 1 and list(address_only_components)[0] == AddressFormatter.HOUSE): + address_only_venue_names = [venue_name for venue_name in venue_names if self.valid_venue_name(venue_name, address_only_components, street_languages)] + + formatted_addresses.extend(self.formatted_addresses_with_venue_names(address_only_components, address_only_venue_names, country, language=language, + tag_components=tag_components, minimal_only=False)) + + # Generate a PO Box address at random (only returns non-None values occasionally) and add it to the list + po_box_components = self.components.po_box_address(address_components, language, country=country) + if po_box_components: + formatted_addresses.extend(self.formatted_addresses_with_venue_names(po_box_components, venue_names, country, language=language, + tag_components=tag_components, minimal_only=False)) + + formatted_addresses.extend(self.category_queries(tags, address_components, language, country, tag_components=tag_components)) + + venue_name = tags.get('name') + + if venue_name: + chain_queries = self.chain_queries(venue_name, address_components, language, country, tag_components=tag_components) + formatted_addresses.extend(chain_queries) + + if tag_components and address_components: + # Pick a random dropout order + dropout_order = self.components.address_level_dropout_order(address_components, country) + + for component in dropout_order: + address_components.pop(component, None) + + dropout_venue_names = venue_names + if not address_components or (len(address_components) == 1 and list(address_components)[0] == AddressFormatter.HOUSE): + dropout_venue_names = [venue_name for venue_name in venue_names if self.valid_venue_name(venue_name, address_components, street_languages)] + + formatted_addresses.extend(self.formatted_addresses_with_venue_names(address_components, dropout_venue_names, country, language=language, + tag_components=tag_components, minimal_only=False)) + + return OrderedDict.fromkeys(formatted_addresses).keys(), country, language + + def formatted_address_limited(self, tags): + try: + latitude, longitude = latlon_to_decimal(tags['lat'], tags['lon']) + except Exception: + return None, None, None + + country, candidate_languages = self.country_rtree.country_and_languages(latitude, longitude) + if not (country and candidate_languages): + return None, None, None + + namespaced_language = self.namespaced_language(tags, candidate_languages) + + revised_tags = self.normalize_address_components(tags) + + admin_dropout_prob = float(nested_get(self.config, ('limited', 'admin_dropout_prob'), default=0.0)) + + address_components, country, language = self.components.limited(revised_tags, latitude, longitude, language=namespaced_language) + + if not address_components: + return None, None, None + + address_components = {k: v for k, v in address_components.iteritems() if k in OSM_ADDRESS_COMPONENT_VALUES} + if not address_components: + return [] + + for component in (AddressFormatter.COUNTRY, AddressFormatter.STATE, + AddressFormatter.STATE_DISTRICT, AddressFormatter.CITY, + AddressFormatter.CITY_DISTRICT, AddressFormatter.SUBURB): + if random.random() < admin_dropout_prob: + _ = address_components.pop(component, None) + + if not address_components: + return None, None, None + + # Version with all components + formatted_address = self.formatter.format_address(address_components, country, language, tag_components=False, minimal_only=False) + + return formatted_address, country, language + + def build_training_data(self, infile, out_dir, tag_components=True): + ''' + Creates formatted address training data for supervised sequence labeling (or potentially + for unsupervised learning e.g. for word vectors) using addr:* tags in OSM. + + Example: + + cs cz Gorkého/road ev.2459/house_number | 40004/postcode Trmice/city | CZ/country + + The field structure is similar to other training data created by this script i.e. + {language, country, data}. The data field here is a sequence of labeled tokens similar + to what we might see in part-of-speech tagging. + + + This format uses a special character "|" to denote possible breaks in the input (comma, newline). + + Note that for the address parser, we'd like it to be robust to many different types + of input, so we may selectively eleminate components + + This information can potentially be used downstream by the sequence model as these + breaks may be present at prediction time. + + Example: + + sr rs Crkva Svetog Arhangela Mihaila | Vukov put BB | 15303 Trsic + + This may be useful in learning word representations, statistical phrases, morphology + or other models requiring only the sequence of words. + ''' + i = 0 + + if tag_components: + formatted_tagged_file = open(os.path.join(out_dir, FORMATTED_ADDRESS_DATA_TAGGED_FILENAME), 'w') + writer = csv.writer(formatted_tagged_file, 'tsv_no_quote') + else: + formatted_file = open(os.path.join(out_dir, FORMATTED_ADDRESS_DATA_FILENAME), 'w') + writer = csv.writer(formatted_file, 'tsv_no_quote') + + for node_id, value, deps in parse_osm(infile): + formatted_addresses, country, language = self.formatted_addresses(value, tag_components=tag_components) + if not formatted_addresses: + continue + + for formatted_address in formatted_addresses: + if formatted_address and formatted_address.strip(): + formatted_address = tsv_string(formatted_address) + if not formatted_address or not formatted_address.strip(): + continue + + if tag_components: + row = (language, country, formatted_address) + else: + row = (formatted_address,) + + writer.writerow(row) + + i += 1 + if i % 1000 == 0 and i > 0: + print('did {} formatted addresses'.format(i)) + + def build_place_training_data(self, infile, out_dir, tag_components=True): + i = 0 + + if tag_components: + formatted_tagged_file = open(os.path.join(out_dir, FORMATTED_PLACE_DATA_TAGGED_FILENAME), 'w') + writer = csv.writer(formatted_tagged_file, 'tsv_no_quote') + else: + formatted_tagged_file = open(os.path.join(out_dir, FORMATTED_PLACE_DATA_FILENAME), 'w') + writer = csv.writer(formatted_file, 'tsv_no_quote') + + for node_id, tags, deps in parse_osm(infile): + tags['type'], tags['id'] = node_id.split(':') + place_tags, country = self.node_place_tags(tags) + + for address_components, language, is_default in place_tags: + addresses = self.formatted_places(address_components, country, language) + + if language is None: + language = UNKNOWN_LANGUAGE + + for address in addresses: + if not address or not address.strip(): + continue + + address = tsv_string(address) + if tag_components: + row = (language, country, address) + else: + row = (address, ) + + writer.writerow(row) + + i += 1 + if i % 1000 == 0 and i > 0: + print('did {} formatted places'.format(i)) + + for tags, poly in iter(self.components.osm_admin_rtree): + point = None + if 'admin_center' in tags and 'lat' in tags['admin_center'] and 'lon' in tags['admin_center']: + admin_center = tags['admin_center'] + + latitude = admin_center['lat'] + longitude = admin_center['lon'] + + try: + latitude, longitude = latlon_to_decimal(latitude, longitude) + point = Point(longitude, latitude) + except Exception: + point = None + + if point is None: + try: + point = poly.context.representative_point() + except ValueError: + point = poly.context.centroid + + try: + lat = point.y + lon = point.x + except Exception: + continue + tags['lat'] = lat + tags['lon'] = lon + place_tags, country = self.node_place_tags(tags, city_or_below=True) + for address_components, language, is_default in place_tags: + addresses = self.formatted_places(address_components, country, language) + if language is None: + language = UNKNOWN_LANGUAGE + language = language.lower() + + for address in addresses: + if not address or not address.strip(): + continue + + address = tsv_string(address) + if tag_components: + row = (language, country, address) + else: + row = (address, ) + + writer.writerow(row) + + i += 1 + if i % 1000 == 0 and i > 0: + print('did {} formatted places'.format(i)) + + def way_names(self, way, candidate_languages, base_name_tag='name', all_name_tags=frozenset(OSM_NAME_TAGS), all_base_name_tags=frozenset(OSM_BASE_NAME_TAGS)): + names = defaultdict(list) + + more_than_one_official_language = sum((1 for l, d in candidate_languages if d)) > 1 + + default_language = None + + if len(candidate_languages) == 1: + default_language = candidate_languages[0][0] + elif not more_than_one_official_language: + default_language = None + name = way.get('name') + if name: + address_language = self.components.address_language({AddressFormatter.ROAD: name}, candidate_languages) + if address_language and address_language not in (UNKNOWN_LANGUAGE, AMBIGUOUS_LANGUAGE): + default_language = address_language + + for tag in way: + tag = safe_decode(tag) + base_tag = tag.rsplit(six.u(':'), 1)[0] + + normalized_tag = self.replace_numbered_tag(base_tag) + if normalized_tag: + base_tag = normalized_tag + if base_tag not in all_name_tags: + continue + lang = safe_decode(tag.rsplit(six.u(':'))[-1]) if six.u(':') in tag else None + if lang and lang.lower() in all_languages: + lang = lang.lower() + elif default_language: + lang = default_language + else: + continue + + name = way[tag] + if default_language is None and tag == 'name': + address_language = self.components.address_language({AddressFormatter.ROAD: name}, candidate_languages) + if address_language and address_language not in (UNKNOWN_LANGUAGE, AMBIGUOUS_LANGUAGE): + default_language = address_language + + names[lang].append((way[tag], False)) + + if base_name_tag in way and default_language: + names[default_language].append((way[base_name_tag], True)) + + return names + + def build_intersections_training_data(self, infile, out_dir, tag_components=True): + ''' + Intersection addresses like "4th & Main Street" are represented in OSM + by ways that share at least one node. + + This creates formatted strings using the name of each way (sometimes the base name + for US addresses thanks to Tiger tags). + + Example: + + en us 34th/road Street/road &/intersection 8th/road Ave/road + ''' + i = 0 + + if tag_components: + formatted_tagged_file = open(os.path.join(out_dir, INTERSECTIONS_TAGGED_FILENAME), 'w') + writer = csv.writer(formatted_tagged_file, 'tsv_no_quote') + else: + formatted_file = open(os.path.join(out_dir, INTERSECTIONS_FILENAME), 'w') + writer = csv.writer(formatted_file, 'tsv_no_quote') + + all_name_tags = set(OSM_NAME_TAGS) + all_base_name_tags = set(OSM_BASE_NAME_TAGS) + + for node_id, node_props, ways in OSMIntersectionReader.read_intersections(infile): + distinct_ways = set() + valid_ways = [] + for way in ways: + if way['id'] not in distinct_ways: + valid_ways.append(way) + distinct_ways.add(way['id']) + ways = valid_ways + + if not ways or len(ways) < 2: + continue + + latitude = node_props['lat'] + longitude = node_props['lon'] + + try: + latitude, longitude = latlon_to_decimal(latitude, longitude) + except Exception: + continue + + country, candidate_languages = self.country_rtree.country_and_languages(latitude, longitude) + if not (country and candidate_languages): + continue + + base_name_tag = None + for t in all_base_name_tags: + if any((t in way for way in ways)): + base_name_tag = t + break + + way_names = [] + namespaced_languages = set([None]) + default_language = None + + for way in ways: + names = self.way_names(way, candidate_languages, base_name_tag=base_name_tag) + + if not names: + continue + + namespaced_languages |= set(names) + way_names.append(names) + + if not way_names or len(way_names) < 2: + continue + + language_components = {} + + for namespaced_language in namespaced_languages: + address_components, _, _ = self.components.expanded({}, latitude, longitude, language=namespaced_language or default_language) + language_components[namespaced_language] = address_components + + for way1, way2 in itertools.combinations(way_names, 2): + intersection_phrases = [] + for language in set(way1.keys()) & set(way2.keys()): + for (w1, w1_is_base), (w2, w2_is_base) in itertools.product(way1[language], way2[language]): + address_components = language_components[language] + + intersection_phrase = Intersection.phrase(language, country=country) + if not intersection_phrase: + continue + + w1 = self.components.cleaned_name(w1) + w2 = self.components.cleaned_name(w2) + + if not w1_is_base: + w1 = self.abbreviated_street(w1, language) + + if not w2_is_base: + w2 = self.abbreviated_street(w2, language) + + intersection = IntersectionQuery(road1=w1, intersection_phrase=intersection_phrase, road2=w2) + + formatted = self.formatter.format_intersection(intersection, address_components, country, language, tag_components=tag_components) + + if not formatted or not formatted.strip(): + continue + + formatted = tsv_string(formatted) + if not formatted or not formatted.strip(): + continue + + if tag_components: + row = (language, country, formatted) + else: + row = (formatted,) + + writer.writerow(row) + + i += 1 + if i % 1000 == 0 and i > 0: + print('did {} intersections'.format(i)) + + def build_ways_training_data(self, infile, out_dir, tag_components=True): + ''' + Simple street names and their containing boundaries. + + Example: + + en us 34th/road Street/road New/city York/city NY/state + ''' + i = 0 + + if tag_components: + formatted_tagged_file = open(os.path.join(out_dir, WAYS_TAGGED_FILENAME), 'w') + writer = csv.writer(formatted_tagged_file, 'tsv_no_quote') + else: + formatted_file = open(os.path.join(out_dir, WAYS_FILENAME), 'w') + writer = csv.writer(formatted_file, 'tsv_no_quote') + + all_name_tags = set(OSM_NAME_TAGS) + all_base_name_tags = set(OSM_BASE_NAME_TAGS) + + for key, value, deps in parse_osm(infile, allowed_types=WAYS_RELATIONS): + latitude = value['lat'] + longitude = value['lon'] + + try: + latitude, longitude = latlon_to_decimal(latitude, longitude) + except Exception: + continue + + country, candidate_languages = self.country_rtree.country_and_languages(latitude, longitude) + if not (country and candidate_languages): + continue + + names = self.way_names(value, candidate_languages) + + if not names: + continue + + osm_components = self.components.osm_reverse_geocoded_components(latitude, longitude) + + containing_ids = [(b['type'], b['id']) for b in osm_components] + + for lang, vals in six.iteritems(names): + way_tags = [] + for v, is_base in vals: + for street_name in v.split(';'): + street_name = street_name.strip() + if street_name and self.components.street_name_is_valid(street_name): + address_components = {AddressFormatter.ROAD: street_name} + + self.components.add_admin_boundaries(address_components, osm_components, + country, lang, + latitude, longitude) + + revised_address_components = self.cleanup_place_components(address_components, osm_components, country, lang, containing_ids, population_from_city=True) + + way_tags.append(revised_address_components) + + normalized = self.abbreviated_street(street_name, lang) + if normalized and normalized != street_name: + revisd_address_components = revised_address_components.copy() + revised_address_components[AddressFormatter.ROAD] = normalized + way_tags.append(revised_address_components) + + for address_components in way_tags: + formatted = self.formatter.format_address(address_components, country, language=lang, + tag_components=tag_components, minimal_only=False) + + if not formatted or not formatted.strip(): + continue + writer.writerow((lang, country, tsv_string(formatted))) + + if i % 1000 == 0 and i > 0: + print('did {} ways'.format(i)) + i += 1 + + def build_limited_training_data(self, infile, out_dir): + ''' + Creates a special kind of formatted address training data from OSM's addr:* tags + but are designed for use in language classification. These records are similar + to the untagged formatted records but include the language and country + (suitable for concatenation with the rest of the language training data), + and remove several fields like country which usually do not contain helpful + information for classifying the language. + + Example: + + nb no Olaf Ryes Plass Oslo + ''' + i = 0 + + f = open(os.path.join(out_dir, FORMATTED_ADDRESS_DATA_LANGUAGE_FILENAME), 'w') + writer = csv.writer(f, 'tsv_no_quote') + + for node_id, value, deps in parse_osm(infile): + formatted_address, country, language = self.formatted_address_limited(value) + if not formatted_address: + continue + + if formatted_address.strip(): + formatted_address = tsv_string(formatted_address.strip()) + if not formatted_address or not formatted_address.strip(): + continue + + row = (language, country, formatted_address) + writer.writerow(row) + + i += 1 + if i % 1000 == 0 and i > 0: + print('did {} formatted addresses'.format(i)) diff --git a/scripts/geodata/osm/intersections.py b/scripts/geodata/osm/intersections.py new file mode 100644 index 0000000..6524c2c --- /dev/null +++ b/scripts/geodata/osm/intersections.py @@ -0,0 +1,189 @@ +import argparse +import array +import logging +import numpy +import os +import six +import sys +import ujson as json + +from bisect import bisect_left +from leveldb import LevelDB +from itertools import izip, groupby + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.coordinates.conversion import latlon_to_decimal +from geodata.file_utils import ensure_dir +from geodata.osm.extract import * +from geodata.encoding import safe_decode, safe_encode + +DEFAULT_INTERSECTIONS_FILENAME = 'intersections.json' + + +class OSMIntersectionReader(object): + def __init__(self, filename, db_dir): + self.filename = filename + + self.node_ids = array.array('l') + + self.logger = logging.getLogger('osm.intersections') + + # Store these in a LevelDB + ensure_dir(db_dir) + ways_dir = os.path.join(db_dir, 'ways') + ensure_dir(ways_dir) + nodes_dir = os.path.join(db_dir, 'nodes') + ensure_dir(nodes_dir) + self.way_props = LevelDB(ways_dir) + self.node_props = LevelDB(nodes_dir) + + # These form a graph and should always have the same length + self.intersection_edges_nodes = array.array('l') + self.intersection_edges_ways = array.array('l') + + def binary_search(self, a, x): + '''Locate the leftmost value exactly equal to x''' + i = bisect_left(a, x) + if i != len(a) and a[i] == x: + return i + return None + + def intersections(self): + ''' + Generator which yields tuples like: + + (node_id, lat, lon, {way_id: way_props}) + ''' + i = 0 + + node_ids = array.array('l') + node_counts = array.array('i') + + for element_id, props, deps in parse_osm(self.filename, dependencies=True): + props = {safe_decode(k): safe_decode(v) for k, v in six.iteritems(props)} + if element_id.startswith('node'): + node_id = long(element_id.split(':')[-1]) + node_ids.append(node_id) + node_counts.append(0) + self.node_props.Put(safe_encode(node_id), json.dumps(props)) + elif element_id.startswith('way'): + # Don't care about the ordering of the nodes, and want uniques e.g. for circular roads + deps = set(deps) + + # Get node indices by binary search + for node_id in deps: + try: + node_index = self.binary_search(node_ids, node_id) + except ValueError: + continue + if node_index is None: + continue + node_counts[node_index] += 1 + + if i % 1000 == 0 and i > 0: + self.logger.info('doing {}s, at {}'.format(element_id.split(':')[0], i)) + i += 1 + + for i, count in enumerate(node_counts): + if count > 1: + self.node_ids.append(node_ids[i]) + + del node_ids + del node_counts + + i = 0 + + for element_id, props, deps in parse_osm(self.filename, dependencies=True): + if element_id.startswith('node'): + node_id = long(element_id.split(':')[-1]) + node_index = self.binary_search(self.node_ids, node_id) + elif element_id.startswith('way'): + props = {safe_decode(k): safe_decode(v) for k, v in six.iteritems(props)} + way_id = long(element_id.split(':')[-1]) + props['id'] = way_id + for node_id in deps: + node_index = self.binary_search(self.node_ids, node_id) + if node_index is not None: + self.intersection_edges_nodes.append(node_id) + self.intersection_edges_ways.append(way_id) + self.way_props.Put(safe_encode(way_id), json.dumps(props)) + + if i % 1000 == 0 and i > 0: + self.logger.info('second pass, doing {}s, at {}'.format(element_id.split(':')[0], i)) + i += 1 + + i = 0 + + indices = numpy.argsort(self.intersection_edges_nodes) + self.intersection_edges_nodes = numpy.fromiter((self.intersection_edges_nodes[i] for i in indices), dtype=numpy.uint64) + self.intersection_edges_ways = numpy.fromiter((self.intersection_edges_ways[i] for i in indices), dtype=numpy.uint64) + del indices + + idx = 0 + + # Need to make a copy here otherwise will change dictionary size during iteration + for node_id, g in groupby(self.intersection_edges_nodes): + group_len = sum((1 for j in g)) + + node_props = json.loads(self.node_props.Get(safe_encode(node_id))) + + way_indices = self.intersection_edges_ways[idx:idx + group_len] + all_ways = [json.loads(self.way_props.Get(safe_encode(w))) for w in way_indices] + way_names = set() + ways = [] + for way in all_ways: + if way['name'] in way_names: + continue + ways.append(way) + way_names.add(way['name']) + + idx += group_len + + if i % 1000 == 0 and i > 0: + self.logger.info('checking intersections, did {}'.format(i)) + i += 1 + + if len(ways) > 1: + node_index = self.binary_search(self.node_ids, node_id) + yield self.node_ids[node_index], node_props, ways + + def create_intersections(self, outfile): + out = open(outfile, 'w') + for node_id, node_props, ways in self.intersections(): + d = {'id': safe_encode(node_id), + 'node': node_props, + 'ways': ways} + out.write(json.dumps(d) + six.u('\n')) + + @classmethod + def read_intersections(cls, infile): + f = open(infile) + for line in f: + data = json.loads(line.rstrip()) + yield data['id'], data['node'], data['ways'] + + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + + parser.add_argument('-i', '--input', + required=True, + help='Path to planet-ways-latlons.osm') + + parser.add_argument('--db-dir', + required=True, + help='Path to temporary db') + + parser.add_argument('-o', '--out-dir', + default=os.getcwd(), + required=True, + help='Output directory') + + args = parser.parse_args() + + logging.basicConfig(level=logging.INFO) + + reader = OSMIntersectionReader(args.input, args.db_dir) + reader.create_intersections(os.path.join(args.out_dir, DEFAULT_INTERSECTIONS_FILENAME)) diff --git a/scripts/geodata/osm/osm_address_training_data.py b/scripts/geodata/osm/osm_address_training_data.py new file mode 100644 index 0000000..36b6c51 --- /dev/null +++ b/scripts/geodata/osm/osm_address_training_data.py @@ -0,0 +1,563 @@ +# -*- coding: utf-8 -*- +''' +osm_address_training_data.py +---------------------------- + +This script generates several training sets from OpenStreetMap addresses, +streets, venues and toponyms. + +Note: the combined size of all the files created by this script exceeds 100GB +so if training these models, it is wise to use a server-grade machine with +plenty of disk space. The following commands can be used in parallel to create +all the training sets: + +Ways: +python osm_address_training_data.py -s $(OSM_DIR)/planet-ways.osm --country-rtree-dir=$(RTREE_DIR) -o $(OUT_DIR) + +Venues: +python osm_address_training_data.py -v $(OSM_DIR)/planet-venues.osm --country-rtree-dir=$(RTREE_DIR) -o $(OUT_DIR) + +Limited formatted addresses: +python osm_address_training_data.py -a -l $(OSM_DIR)/planet-addresses.osm --country-rtree-dir=$(COUNTRY_RTREE_DIR) --rtree-dir=$(RTREE_DIR) --neighborhoods-rtree-dir=$(NEIGHBORHOODS_RTREE_DIR) -o $(OUT_DIR) + +Formatted addresses (tagged): +python osm_address_training_data.py -a $(OSM_DIR)/planet-addresses.osm -f --country-rtree-dir=$(COUNTRY_RTREE_DIR) --neighborhoods-rtree-dir=$(NEIGHBORHOODS_RTREE_DIR) --rtree-dir=$(RTREE_DIR) -o $(OUT_DIR) + +Formatted addresses (untagged): +python osm_address_training_data.py -a $(OSM_DIR)/planet-addresses.osm -f -u --country-rtree-dir=$(COUNTRY_RTREE_DIR) --neighborhoods-rtree-dir=$(NEIGHBORHOODS_RTREE_DIR) --rtree-dir=$(RTREE_DIR) -o $(OUT_DIR) + +Intersections (after running intersections.py to create the JSON file): +python osm_address_training_data -x $(OSM_DIR)/intersections.json -f --country-rtree-dir=$(COUNTRY_RTREE_DIR) --neighborhoods-rtree-dir=$(NEIGHBORHOODS_RTREE_DIR) --rtree-dir=$(RTREE_DIR) -o $(OUT_DIR) + +Toponyms: +python osm_address_training_data.py -b $(OSM_DIR)/planet-borders.osm --country-rtree-dir=$(COUNTRY_RTREE_DIR) -o $(OUT_DIR) +''' + +import argparse +import csv +import logging +import os +import operator +import random +import re +import sys +import tempfile +import urllib +import ujson as json +import HTMLParser + +from collections import defaultdict, OrderedDict +from lxml import etree +from itertools import ifilter, chain, combinations + +from shapely.geos import LOG as shapely_geos_logger +shapely_geos_logger.setLevel(logging.CRITICAL) + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.address_expansions.abbreviations import abbreviate +from geodata.address_expansions.gazetteers import * +from geodata.addresses.components import AddressComponents +from geodata.coordinates.conversion import * +from geodata.language_id.disambiguation import * +from geodata.language_id.sample import sample_random_language +from geodata.i18n.languages import * +from geodata.metro_stations.reverse_geocode import MetroStationReverseGeocoder +from geodata.neighborhoods.reverse_geocode import NeighborhoodReverseGeocoder +from geodata.osm.extract import * +from geodata.osm.formatter import OSMAddressFormatter +from geodata.places.reverse_geocode import PlaceReverseGeocoder +from geodata.polygons.language_polys import * +from geodata.polygons.reverse_geocode import * +from geodata.i18n.unicode_paths import DATA_DIR + +from geodata.csv_utils import * +from geodata.file_utils import * + +# Input files +PLANET_ADDRESSES_INPUT_FILE = 'planet-addresses.osm' +PLANET_WAYS_INPUT_FILE = 'planet-ways.osm' +PLANET_VENUES_INPUT_FILE = 'planet-venues.osm' +PLANET_BORDERS_INPUT_FILE = 'planet-borders.osm' + +# Output files +WAYS_LANGUAGE_DATA_FILENAME = 'streets_by_language.tsv' +ADDRESS_LANGUAGE_DATA_FILENAME = 'address_streets_by_language.tsv' +TOPONYM_LANGUAGE_DATA_FILENAME = 'toponyms_by_language.tsv' + + +def normalize_osm_name_tag(tag, script=False): + norm = tag.rsplit(':', 1)[-1] + if not script: + return norm + return norm.split('_', 1)[0] + + +def get_language_names(country_rtree, key, value, tag_prefix='name'): + if not ('lat' in value and 'lon' in value): + return None, None + + has_colon = ':' in tag_prefix + tag_first_component = tag_prefix.split(':')[0] + tag_last_component = tag_prefix.split(':')[-1] + + try: + latitude, longitude = latlon_to_decimal(value['lat'], value['lon']) + except Exception: + return None, None + + osm_country_components = country_rtree.point_in_poly(latitude, longitude, return_all=True) + country, candidate_languages = country_rtree.country_and_languages_from_components(osm_country_components) + if not (country and candidate_languages): + return None, None + + num_langs = len(candidate_languages) + default_langs = set([l for l, d in candidate_languages if d]) + num_defaults = len(default_langs) + name_language = defaultdict(list) + + alternate_langs = [] + + equivalent_alternatives = defaultdict(list) + for k, v in value.iteritems(): + if k.startswith(tag_prefix + ':') and normalize_osm_name_tag(k, script=True) in languages: + lang = k.rsplit(':', 1)[-1] + alternate_langs.append((lang, v)) + equivalent_alternatives[v].append(lang) + + has_alternate_names = len(alternate_langs) + # Some countries like Lebanon list things like name:en == name:fr == "Rue Abdel Hamid Karame" + # Those addresses should be disambiguated rather than taken for granted + ambiguous_alternatives = set([k for k, v in equivalent_alternatives.iteritems() if len(v) > 1]) + + regional_defaults = 0 + country_defaults = 0 + regional_langs = set() + country_langs = set() + for c in osm_country_components: + _, langs = country_rtree.country_and_languages_from_components([c]) + if 'ISO3166-1:alpha2' not in c: + regional_defaults += sum((1 for l, d in langs if d)) + regional_langs |= set([l for l, d in langs]) + else: + country_defaults += sum((1 for l, d in langs if d)) + country_langs |= set([l for l, d in langs]) + + ambiguous_already_seen = set() + + for k, v in value.iteritems(): + if k.startswith(tag_prefix + ':'): + if v not in ambiguous_alternatives: + norm = normalize_osm_name_tag(k) + norm_sans_script = normalize_osm_name_tag(k, script=True) + if norm in languages or norm_sans_script in languages: + name_language[norm].append(v) + elif v not in ambiguous_already_seen: + langs = [(lang, lang in default_langs) for lang in equivalent_alternatives[v]] + lang = disambiguate_language(v, langs) + + if lang != AMBIGUOUS_LANGUAGE and lang != UNKNOWN_LANGUAGE: + name_language[lang].append(v) + + ambiguous_already_seen.add(v) + elif not has_alternate_names and k.startswith(tag_first_component) and (has_colon or ':' not in k) and normalize_osm_name_tag(k, script=True) == tag_last_component: + if num_langs == 1: + name_language[candidate_languages[0][0]].append(v) + else: + lang = disambiguate_language(v, candidate_languages) + default_lang = candidate_languages[0][0] + + if lang == AMBIGUOUS_LANGUAGE: + return None, None + elif lang == UNKNOWN_LANGUAGE and num_defaults == 1: + name_language[default_lang].append(v) + elif lang != UNKNOWN_LANGUAGE: + if lang != default_lang and lang in country_langs and country_defaults > 1 and regional_defaults > 0 and lang in WELL_REPRESENTED_LANGUAGES: + return None, None + name_language[lang].append(v) + else: + return None, None + + return country, name_language + + +def build_ways_training_data(country_rtree, infile, out_dir, abbreviate_streets=True): + ''' + Creates a training set for language classification using most OSM ways + (streets) under a fairly lengthy osmfilter definition which attempts to + identify all roads/ways designated for motor vehicle traffic, which + is more-or-less what we'd expect to see in addresses. + + The fields are {language, country, street name}. Example: + + ar ma ﺵﺍﺮﻋ ﻑﺎﻟ ﻮﻟﺩ ﻊﻤﻳﺭ + ''' + i = 0 + f = open(os.path.join(out_dir, WAYS_LANGUAGE_DATA_FILENAME), 'w') + writer = csv.writer(f, 'tsv_no_quote') + + for key, value, deps in parse_osm(infile, allowed_types=WAYS_RELATIONS): + country, name_language = get_language_names(country_rtree, key, value, tag_prefix='name') + if not name_language: + continue + + for lang, val in name_language.iteritems(): + for v in val: + for s in v.split(';'): + if lang in languages: + writer.writerow((lang, country, tsv_string(s))) + if not abbreviate_streets: + continue + abbrev = abbreviate(street_and_synonyms_gazetteer, s, lang) + if abbrev != s: + writer.writerow((lang, country, tsv_string(abbrev))) + if i % 1000 == 0 and i > 0: + print('did {} ways'.format(i)) + i += 1 + f.close() + + +NAME_KEYS = ( + 'name', + 'addr:housename', +) + +HOUSE_NUMBER_KEYS = ( + 'addr:house_number', + 'addr:housenumber', + 'house_number' +) + +COUNTRY_KEYS = ( + 'country', + 'country_name', + 'addr:country', + 'is_in:country', + 'addr:country_code', + 'country_code', + 'is_in:country_code' +) + +POSTAL_KEYS = ( + 'postcode', + 'postal_code', + 'addr:postcode', + 'addr:postal_code', +) + + +def build_toponym_training_data(country_rtree, infile, out_dir): + ''' + Data set of toponyms by language and country which should assist + in language classification. OSM tends to use the native language + by default (e.g. Москва instead of Moscow). Toponyms get messy + due to factors like colonialism, historical names, name borrowing + and the shortness of the names generally. In these cases + we're more strict as to what constitutes a valid language for a + given country. + + Example: + ja jp 東京都 + ''' + i = 0 + f = open(os.path.join(out_dir, TOPONYM_LANGUAGE_DATA_FILENAME), 'w') + writer = csv.writer(f, 'tsv_no_quote') + + for key, value, deps in parse_osm(infile): + if not any((k.startswith('name') for k, v in value.iteritems())): + continue + + try: + latitude, longitude = latlon_to_decimal(value['lat'], value['lon']) + except Exception: + continue + + + osm_country_components = country_rtree.point_in_poly(latitude, longitude, return_all=True) + country, candidate_languages = country_rtree.country_and_languages_from_components(osm_country_components) + if not (country and candidate_languages): + continue + + name_language = defaultdict(list) + + official = official_languages[country] + + default_langs = set([l for l, default in official.iteritems() if default]) + + _, regional_langs = country_rtree.country_and_languages_from_components([c for c in osm_country_components if 'ISO3166-1:alpha2' not in c]) + + top_lang = None + if len(official) > 0: + top_lang = official.iterkeys().next() + + # E.g. Hindi in India, Urdu in Pakistan + if top_lang is not None and top_lang not in WELL_REPRESENTED_LANGUAGES and len(default_langs) > 1: + default_langs -= WELL_REPRESENTED_LANGUAGES + + valid_languages = set([l for l, d in candidate_languages]) + + ''' + WELL_REPRESENTED_LANGUAGES are languages like English, French, etc. for which we have a lot of data + WELL_REPRESENTED_LANGUAGE_COUNTRIES are more-or-less the "origin" countries for said languages where + we can take the place names as examples of the language itself (e.g. place names in France are examples + of French, whereas place names in much of Francophone Africa tend to get their names from languages + other than French, even though French is the official language. + ''' + valid_languages -= set([lang for lang in valid_languages if lang in WELL_REPRESENTED_LANGUAGES and country not in WELL_REPRESENTED_LANGUAGE_COUNTRIES[lang]]) + + valid_languages |= default_langs + + if not valid_languages: + continue + + have_qualified_names = False + + for k, v in value.iteritems(): + if not k.startswith('name:'): + continue + + norm = normalize_osm_name_tag(k) + norm_sans_script = normalize_osm_name_tag(k, script=True) + + if norm in languages: + lang = norm + elif norm_sans_script in languages: + lang = norm_sans_script + else: + continue + + if lang in valid_languages: + have_qualified_names = True + name_language[lang].append(v) + + if not have_qualified_names and len(regional_langs) <= 1 and 'name' in value and len(valid_languages) == 1: + name_language[top_lang].append(value['name']) + + for k, v in name_language.iteritems(): + for s in v: + s = s.strip() + if not s: + continue + writer.writerow((k, country, tsv_string(s))) + if i % 1000 == 0 and i > 0: + print('did {} toponyms'.format(i)) + i += 1 + + f.close() + + +def build_address_training_data(country_rtree, infile, out_dir, format=False): + ''' + Creates training set similar to the ways data but using addr:street tags instead. + These may be slightly closer to what we'd see in real live addresses, containing + variations, some abbreviations (although this is discouraged in OSM), etc. + + Example record: + eu es Errebal kalea + ''' + i = 0 + f = open(os.path.join(out_dir, ADDRESS_LANGUAGE_DATA_FILENAME), 'w') + writer = csv.writer(f, 'tsv_no_quote') + + for key, value, deps in parse_osm(infile): + country, street_language = get_language_names(country_rtree, key, value, tag_prefix='addr:street') + if not street_language: + continue + + for k, v in street_language.iteritems(): + for s in v: + s = s.strip() + if not s: + continue + if k in languages: + writer.writerow((k, country, tsv_string(s))) + if i % 1000 == 0 and i > 0: + print('did {} streets'.format(i)) + i += 1 + + f.close() + +VENUE_LANGUAGE_DATA_FILENAME = 'names_by_language.tsv' + + +def build_venue_training_data(country_rtree, infile, out_dir): + i = 0 + + f = open(os.path.join(out_dir, VENUE_LANGUAGE_DATA_FILENAME), 'w') + writer = csv.writer(f, 'tsv_no_quote') + + for key, value, deps in parse_osm(infile): + country, name_language = get_language_names(country_rtree, key, value, tag_prefix='name') + if not name_language: + continue + + venue_type = None + for key in (u'amenity', u'building'): + amenity = value.get(key, u'').strip() + if amenity in ('yes', 'y'): + continue + + if amenity: + venue_type = u':'.join([key, amenity]) + break + + if venue_type is None: + continue + + for k, v in name_language.iteritems(): + for s in v: + s = s.strip() + if k in languages: + writer.writerow((k, country, safe_encode(venue_type), tsv_string(s))) + if i % 1000 == 0 and i > 0: + print('did, {} venues'.format(i)) + i += 1 + + f.close() + +if __name__ == '__main__': + # Handle argument parsing here + parser = argparse.ArgumentParser() + + parser.add_argument('-s', '--streets-file', + help='Path to planet-ways.osm') + + parser.add_argument('--unabbreviated', + action='store_true', + default=False, + help='Use unabbreviated street names for token counts') + + parser.add_argument('-a', '--address-file', + help='Path to planet-addresses.osm') + + parser.add_argument('-v', '--venues-file', + help='Path to planet-venues.osm') + + parser.add_argument('-b', '--borders-file', + help='Path to planet-borders.osm') + + parser.add_argument('-f', '--format', + action='store_true', + default=False, + help='Save formatted addresses (slow)') + + parser.add_argument('-u', '--untagged', + action='store_true', + default=False, + help='Save untagged formatted addresses (slow)') + + parser.add_argument('-l', '--limited-addresses', + action='store_true', + default=False, + help='Save formatted addresses without house names or country (slow)') + + parser.add_argument('-p', '--place-nodes-file', + help='Path to planet-admin-nodes.osm') + + parser.add_argument('-t', '--temp-dir', + default=tempfile.gettempdir(), + help='Temp directory to use') + + parser.add_argument('-x', '--intersections-file', + help='Path to planet-ways-latlons.osm') + + parser.add_argument('--country-rtree-dir', + required=True, + help='Country RTree directory') + + parser.add_argument('--rtree-dir', + default=None, + help='OSM reverse geocoder RTree directory') + + parser.add_argument('--places-index-dir', + default=None, + help='Places index directory') + + parser.add_argument('--metro-stations-index-dir', + default=None, + help='Metro stations reverse geocoder directory') + + parser.add_argument('--subdivisions-rtree-dir', + default=None, + help='Subdivisions reverse geocoder RTree directory') + + parser.add_argument('--buildings-rtree-dir', + default=None, + help='Buildings reverse geocoder RTree directory') + + parser.add_argument('--neighborhoods-rtree-dir', + default=None, + help='Neighborhoods reverse geocoder RTree directory') + + parser.add_argument('-o', '--out-dir', + default=os.getcwd(), + help='Output directory') + + args = parser.parse_args() + + country_rtree = OSMCountryReverseGeocoder.load(args.country_rtree_dir) + + osm_rtree = None + if args.rtree_dir: + osm_rtree = OSMReverseGeocoder.load(args.rtree_dir) + + neighborhoods_rtree = None + if args.neighborhoods_rtree_dir: + neighborhoods_rtree = NeighborhoodReverseGeocoder.load(args.neighborhoods_rtree_dir) + + places_index = None + if args.places_index_dir: + places_index = PlaceReverseGeocoder.load(args.places_index_dir) + + metro_stations_index = None + if args.metro_stations_index_dir: + metro_stations_index = MetroStationReverseGeocoder.load(args.metro_stations_index_dir) + + subdivisions_rtree = None + if args.subdivisions_rtree_dir: + subdivisions_rtree = OSMSubdivisionReverseGeocoder.load(args.subdivisions_rtree_dir) + + buildings_rtree = None + if args.buildings_rtree_dir: + buildings_rtree = OSMBuildingReverseGeocoder.load(args.buildings_rtree_dir) + + # Can parallelize + if args.streets_file and not args.format: + build_ways_training_data(country_rtree, args.streets_file, args.out_dir, abbreviate_streets=not args.unabbreviated) + if args.borders_file: + build_toponym_training_data(country_rtree, args.borders_file, args.out_dir) + if args.venues_file: + build_venue_training_data(country_rtree, args.venues_file, args.out_dir) + + if args.address_file or args.intersections_file: + if osm_rtree is None: + parser.error('--rtree-dir required for formatted addresses') + elif neighborhoods_rtree is None: + parser.error('--neighborhoods-rtree-dir required for formatted addresses') + elif places_index is None: + parser.error('--places-index-dir required for formatted addresses') + + if args.address_file and args.format: + components = AddressComponents(osm_rtree, neighborhoods_rtree, places_index) + osm_formatter = OSMAddressFormatter(components, country_rtree, subdivisions_rtree, buildings_rtree, metro_stations_index) + osm_formatter.build_training_data(args.address_file, args.out_dir, tag_components=not args.untagged) + if args.address_file and args.limited_addresses: + components = AddressComponents(osm_rtree, neighborhoods_rtree, places_index) + osm_formatter = OSMAddressFormatter(components, country_rtree, subdivisions_rtree, buildings_rtree, metro_stations_index, splitter=u' ') + osm_formatter.build_limited_training_data(args.address_file, args.out_dir) + + if args.place_nodes_file and args.format: + components = AddressComponents(osm_rtree, neighborhoods_rtree, places_index) + osm_formatter = OSMAddressFormatter(components, country_rtree, subdivisions_rtree, buildings_rtree, metro_stations_index) + osm_formatter.build_place_training_data(args.place_nodes_file, args.out_dir, tag_components=not args.untagged) + + if args.intersections_file and args.format: + components = AddressComponents(osm_rtree, neighborhoods_rtree, places_index) + osm_formatter = OSMAddressFormatter(components, country_rtree, subdivisions_rtree, buildings_rtree, metro_stations_index) + osm_formatter.build_intersections_training_data(args.intersections_file, args.out_dir, tag_components=not args.untagged) + + if args.streets_file and args.format: + components = AddressComponents(osm_rtree, neighborhoods_rtree, places_index) + osm_formatter = OSMAddressFormatter(components, country_rtree, subdivisions_rtree, buildings_rtree, metro_stations_index) + osm_formatter.build_ways_training_data(args.streets_file, args.out_dir, tag_components=not args.untagged) diff --git a/scripts/geodata/phrases/__init__.py b/scripts/geodata/phrases/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/phrases/extract_phrases.py b/scripts/geodata/phrases/extract_phrases.py new file mode 100644 index 0000000..d7b212d --- /dev/null +++ b/scripts/geodata/phrases/extract_phrases.py @@ -0,0 +1,49 @@ +import argparse +import os +import sys + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.phrases.extraction import FrequentPhraseExtractor + +if __name__ == '__main__': + ''' + Extract frequent words and multi-word phrases from an input file. The + input file is expected to be a simple text file with one "sentence" per line. + For OSM we typically use only street names and venue names. + + Phrases are considered to be sequences of n contiguous tokens given that all the + tokens are of a "word" type according to the libpostal tokenizer, which implements + the full Unicode TR-29 spec and will e.g. treat ideograms as individual tokens even + though they are usually not separated by whitespace or punctuation. + + Using phrases is not only helpful for finding frequent patterns like "county road" + or "roman catholic church" in English, but is also helpful e.g. in CJK languages for + finding words that are longer than a single ideogram. + + Example usage: + + python extract_phrases.py en -o en.tsv --min-count=100 + find . -type f -size -10M | xargs -n1 basename | xargs -n1 --max-procs=4 -I{} python extract_phrases.py {} -o {}.tsv --min-count=5 + ''' + parser = argparse.ArgumentParser() + + parser.add_argument('filename', help='Input file') + parser.add_argument('-o', '--output-file', required=True, + help='Output file') + parser.add_argument('-p', '--phrase-len', default=5, type=int, + help='Maximum phrase length') + parser.add_argument('-n', '--min-count', default=5, type=int, + help='Minimum count threshold') + parser.add_argument('-m', '--max-rows', default=None, type=int) + + args = parser.parse_args() + + if args.phrase_len < 1: + parser.error('--phrase-len must be >= 1') + + phrases = FrequentPhraseExtractor.from_file(open(args.filename), + min_count=args.min_count, + max_phrase_len=args.phrase_len) + phrases.to_tsv(args.output_file, max_rows=args.max_rows) \ No newline at end of file diff --git a/scripts/geodata/phrases/extraction.py b/scripts/geodata/phrases/extraction.py new file mode 100644 index 0000000..69aae4b --- /dev/null +++ b/scripts/geodata/phrases/extraction.py @@ -0,0 +1,124 @@ +import csv +import six + +from collections import defaultdict, Counter +from itertools import izip, islice + +from geodata.text.tokenize import tokenize, token_types +from geodata.encoding import safe_encode + + +class FrequentPhraseExtractor(object): + ''' + Extract common multi-word phrases from a file/iterator using the + frequent itemsets method to keep memory usage low. + ''' + WORD_TOKEN_TYPES = (token_types.WORD, + token_types.IDEOGRAPHIC_CHAR, + token_types.ABBREVIATION, + token_types.HANGUL_SYLLABLE, + token_types.ACRONYM) + + def __init__(self, min_count=5): + self.min_count = min_count + + self.vocab = defaultdict(int) + self.frequencies = defaultdict(int) + self.train_words = 0 + + def ngrams(self, words, n=2): + for t in izip(*(islice(words, i, None) for i in xrange(n))): + yield t + + def add_tokens(self, s): + for t, c in tokenize(s): + if c in self.WORD_TOKEN_TYPES: + self.vocab[((t.lower(), c), )] += 1 + self.train_words += 1 + + def create_vocab(self, f): + for line in f: + line = line.rstrip() + if not line: + continue + self.add_tokens(line) + self.prune_vocab() + + def prune_vocab(self): + for k in self.vocab.keys(): + if self.vocab[k] < self.min_count: + del self.vocab[k] + + def add_ngrams(self, s, n=2): + sequences = [] + seq = [] + for t, c in tokenize(s): + if c in self.WORD_TOKEN_TYPES: + seq.append((t, c)) + elif seq: + sequences.append(seq) + seq = [] + if seq: + sequences.append(seq) + + for seq in sequences: + for gram in self.ngrams(seq, n=n): + last_c = None + + prev_tokens = tuple([(t.lower(), c) for t, c in gram[:-1]]) + if prev_tokens in self.vocab: + t, c = gram[-1] + current_token = (t.lower(), c) + + self.frequencies[(prev_tokens, current_token)] += 1 + + def add_frequent_ngrams_to_vocab(self): + for k, v in six.iteritems(self.frequencies): + if v < self.min_count: + continue + prev, current = k + self.vocab[prev + (current,)] = v + + def find_ngram_phrases(self, f, n=2): + self.frequencies = defaultdict(int) + for line in f: + line = line.rstrip() + if not line: + continue + self.add_ngrams(line, n=n) + self.add_frequent_ngrams_to_vocab() + self.frequencies = defaultdict(int) + + @classmethod + def from_file(cls, f, max_phrase_len=5, min_count=5): + phrases = cls() + + print('Doing frequent words for {}'.format(filename)) + f.seek(0) + phrases.create_vocab(f) + + for n in xrange(2, max_phrase_len + 1): + print('Doing frequent ngrams, n={} for {}'.format(n, filename)) + f.seek(0) + phrases.find_ngram_phrases(f, n=n) + + print('Done with {}'.format(filename)) + + return phrases + + def to_tsv(self, filename, mode='w', max_rows=None): + f = open(filename, mode) + writer = csv.writer(f, delimiter='\t') + for i, (k, v) in enumerate(Counter(self.vocab).most_common()): + if max_rows is not None and i == max_rows: + break + + gram = [] + for t, c in k: + gram.append(t) + if c != token_types.IDEOGRAPHIC_CHAR: + gram.append(six.text_type(' ')) + + phrase = six.text_type('').join(gram) + + writer.writerow((safe_encode(phrase), safe_encode(len(k)), safe_encode(v))) diff --git a/scripts/geodata/places/__init__.py b/scripts/geodata/places/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/places/config.py b/scripts/geodata/places/config.py new file mode 100644 index 0000000..b9c63db --- /dev/null +++ b/scripts/geodata/places/config.py @@ -0,0 +1,215 @@ +import copy +import operator +import os +import random +import six +import yaml + +from collections import defaultdict + +from geodata.addresses.dependencies import ComponentDependencies +from geodata.address_expansions.address_dictionaries import address_phrase_dictionaries +from geodata.address_formatting.formatter import AddressFormatter +from geodata.configs.utils import nested_get, recursive_merge +from geodata.math.sampling import cdf, weighted_choice + +from geodata.encoding import safe_encode + +this_dir = os.path.realpath(os.path.dirname(__file__)) + +PLACE_CONFIG_FILE = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'places', 'countries', 'global.yaml') + + +class PlaceConfig(object): + ADMIN_COMPONENTS = { + AddressFormatter.SUBURB, + AddressFormatter.CITY_DISTRICT, + AddressFormatter.CITY, + AddressFormatter.ISLAND, + AddressFormatter.STATE_DISTRICT, + AddressFormatter.STATE, + AddressFormatter.COUNTRY_REGION, + AddressFormatter.COUNTRY, + AddressFormatter.WORLD_REGION, + } + + numeric_ops = {'lte': operator.le, + 'gt': operator.gt, + 'lt': operator.lt, + 'gte': operator.ge, + } + + def __init__(self, config_file=PLACE_CONFIG_FILE): + self.cache = {} + place_config = yaml.load(open(config_file)) + + self.global_config = place_config['global'] + self.country_configs = {} + + self.cdf_cache = {} + + countries = place_config.pop('countries', {}) + + for k, v in six.iteritems(countries): + country_config = countries[k] + global_config_copy = copy.deepcopy(self.global_config) + self.country_configs[k] = recursive_merge(global_config_copy, country_config) + + self.country_configs[None] = self.global_config + + self.setup_component_dependencies() + + def setup_component_dependencies(self): + self.component_dependencies = {} + + for country, conf in six.iteritems(self.country_configs): + graph = {k: c['dependencies'] for k, c in six.iteritems(conf['components']) if 'dependencies' in c} + graph.update({c: [] for c in self.ADMIN_COMPONENTS if c not in graph}) + + self.component_dependencies[country] = ComponentDependencies(graph) + + def get_property(self, key, country=None, default=None): + if isinstance(key, six.string_types): + key = key.split('.') + + config = self.global_config + + if country: + country_config = self.country_configs.get(country.lower(), {}) + if country_config: + config = country_config + + return nested_get(config, key, default=default) + + def include_by_population_exceptions(self, population_exceptions, population): + if population_exceptions: + try: + population = int(population) + except (TypeError, ValueError): + population = 0 + + for exc in population_exceptions: + support = 0 + + for k in exc: + op = self.numeric_ops.get(k) + if not op: + continue + res = op(population, exc[k]) + if not res: + support = 0 + break + + support += 1 + + if support > 0: + probability = exc.get('probability', 0.0) + if random.random() < probability: + return True + return False + + def include_component_simple(self, component, containing_ids, country=None): + containing = self.get_property(('components', component, 'containing'), country=country, default=None) + + if containing is not None: + for c in containing: + if (c['type'], safe_encode(c['id'])) in containing_ids: + return random.random() < c['probability'] + + probability = self.get_property(('components', component, 'probability'), country=country, default=0.0) + + return random.random() < probability + + def include_component(self, component, containing_ids, country=None, population=None, check_population=True, unambiguous_city=False): + if check_population and not unambiguous_city: + population_exceptions = self.get_property(('components', component, 'population'), country=country, default=None) + if population_exceptions and self.include_by_population_exceptions(population_exceptions, population=population or 0): + return True + return self.include_component_simple(component, containing_ids, country=country) + + def drop_invalid_components(self, address_components, country, original_bitset=None): + if not address_components: + return + component_bitset = ComponentDependencies.component_bitset(address_components) + + deps = self.component_dependencies.get(country, self.component_dependencies[None]) + dep_order = deps.dependency_order + + for c in dep_order: + if c not in address_components: + continue + if c in deps and not component_bitset & deps[c] and (original_bitset is None or original_bitset & deps[c]): + address_components.pop(c) + component_bitset ^= ComponentDependencies.component_bit_values[c] + + def city_replacements(self, country): + return set(self.get_property(('city_replacements', ), country=country)) + + def dropout_components(self, components, boundaries=(), country=None, population=None, unambiguous_city=False): + containing_ids = set() + + for boundary in boundaries: + object_type = boundary.get('type') + object_id = safe_encode(boundary.get('id', '')) + if not (object_type and object_id): + continue + containing_ids.add((object_type, object_id)) + + original_bitset = ComponentDependencies.component_bitset(components) + + names = defaultdict(list) + admin_components = [c for c in components if c in self.ADMIN_COMPONENTS] + for c in admin_components: + names[components[c]].append(c) + + same_name = set() + for c, v in six.iteritems(names): + if len(v) > 1: + same_name |= set(v) + + new_components = components.copy() + + city_replacements = set() + if AddressFormatter.CITY not in components: + city_replacements = self.city_replacements(country) + + for component in admin_components: + include = self.include_component(component, containing_ids, country=country, population=population, unambiguous_city=unambiguous_city) + + if not include and component not in city_replacements: + # Note: this check is for cities that have the same name as their admin + # areas e.g. Luxembourg, Luxembourg. In cases like this, if we were to drop + # city, we don't want to include country on its own. This should help the parser + # default to the city in ambiguous cases where only one component is specified. + if not (component == AddressFormatter.CITY and component in same_name): + new_components.pop(component, None) + else: + value = components[component] + for c in names[value]: + new_components.pop(c, None) + + for component in self.ADMIN_COMPONENTS: + value = self.get_property(('components', component, 'value'), country=country, default=None) + + if not value: + values, probs = self.cdf_cache.get((country, component), (None, None)) + if values is None: + values = self.get_property(('components', component, 'values'), country=country, default=None) + if values is not None: + values, probs = zip(*[(v['value'], float(v['probability'])) for v in values]) + probs = cdf(probs) + self.cdf_cache[(country, component)] = (values, probs) + + if values is not None: + value = weighted_choice(values, probs) + + if value is not None and component not in components and self.include_component(component, containing_ids, country=country, population=population, unambiguous_city=unambiguous_city): + new_components[component] = value + + self.drop_invalid_components(new_components, country, original_bitset=original_bitset) + + return new_components + + +place_config = PlaceConfig() diff --git a/scripts/geodata/places/reverse_geocode.py b/scripts/geodata/places/reverse_geocode.py new file mode 100644 index 0000000..c0bd797 --- /dev/null +++ b/scripts/geodata/places/reverse_geocode.py @@ -0,0 +1,117 @@ +import argparse +import logging +import os +import sys +import six + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.address_expansions.abbreviations import abbreviate +from geodata.coordinates.conversion import latlon_to_decimal +from geodata.math.floats import isclose +from geodata.osm.extract import parse_osm +from geodata.points.index import PointIndex +from geodata.encoding import safe_decode + + +class PlaceReverseGeocoder(PointIndex): + GEOHASH_PRECISION = 5 + + include_property_patterns = set([ + 'id', + 'type', + 'name', + 'name:*', + 'ISO3166-1:alpha2', + 'ISO3166-1:alpha3', + 'int_name', + 'is_in', + 'is_in:*', + 'official_name', + 'official_name:*', + 'alt_name', + 'alt_name:*', + 'short_name', + 'short_name:*', + 'admin_level', + 'place', + 'population', + 'designation', + 'description', + 'wikipedia', + 'wikipedia:*', + ]) + + @classmethod + def create_from_osm_file(cls, filename, output_dir, precision=None): + ''' + Given an OSM file (planet or some other bounds) containing relations + and their dependencies, create an R-tree index for coarse-grained + reverse geocoding. + + Note: the input file is expected to have been created using + osmfilter. Use fetch_osm_address_data.sh for planet or copy the + admin borders commands if using other bounds. + ''' + if precision is None: + precision = cls.GEOHASH_PRECISION + + index = cls(save_dir=output_dir, precision=precision) + + i = 0 + for element_id, props, deps in parse_osm(filename): + props = {safe_decode(k): safe_decode(v) for k, v in six.iteritems(props)} + + node_id = long(element_id.split(':')[-1]) + lat = props.get('lat') + lon = props.get('lon') + if lat is None or lon is None: + continue + lat, lon = latlon_to_decimal(lat, lon) + if lat is None or lon is None: + continue + + if isclose(lon, 180.0): + lon = 179.999 + + props = {k: v for k, v in six.iteritems(props) + if k in ('id', 'type') or k in cls.include_property_patterns or (six.u(':') in k and + six.u('{}:*').format(k.split(six.u(':'), 1)[0]) in cls.include_property_patterns)} + + props['type'] = 'node' + props['id'] = node_id + + index.add_point(lat, lon, props) + + if i % 1000 == 0 and i > 0: + print('did {} points'.format(i)) + i += 1 + + return index + +if __name__ == '__main__': + # Handle argument parsing here + parser = argparse.ArgumentParser() + + parser.add_argument('-i', '--osm-places-file', + help='Path to OSM places file') + + parser.add_argument('-p', '--precision', + type=int, + default=PlaceReverseGeocoder.GEOHASH_PRECISION, + help='Geohash precision') + + parser.add_argument('-o', '--out-dir', + default=os.getcwd(), + help='Output directory') + + logging.basicConfig(level=logging.INFO) + + args = parser.parse_args() + if args.osm_places_file: + index = PlaceReverseGeocoder.create_from_osm_file(args.osm_places_file, args.out_dir, precision=args.precision) + else: + parser.error('Must specify places file') + + index.save() diff --git a/scripts/geodata/points/__init__.py b/scripts/geodata/points/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/points/index.py b/scripts/geodata/points/index.py new file mode 100644 index 0000000..3125802 --- /dev/null +++ b/scripts/geodata/points/index.py @@ -0,0 +1,190 @@ +import array +import geohash +import os +import math +import operator +import six +import ujson as json + +from collections import defaultdict, OrderedDict + +from leveldb import LevelDB + +from geodata.distance.haversine import haversine_distance + + +class PointIndex(object): + include_only_properties = None + persistent_index = False + cache_size = 0 + + POINTS_DB_DIR = 'points' + + GEOHASH_PRECISION = 7 + PROPS_FILENAME = 'properties.json' + POINTS_FILENAME = 'points.json' + INDEX_FILENAME = 'index.json' + + def __init__(self, index=None, save_dir=None, + points=None, + points_path=None, + points_db=None, + points_db_path=None, + index_path=None, + include_only_properties=None, + precision=GEOHASH_PRECISION): + if save_dir: + self.save_dir = save_dir + else: + self.save_dir = None + + if include_only_properties and hasattr(include_only_properties, '__contains__'): + self.include_only_properties = include_only_properties + + if not index_path: + index_path = os.path.join(save_dir or '.', self.INDEX_FILENAME) + + self.index_path = index_path + + if not index: + self.index = defaultdict(list) + else: + self.index = index + + if not points_path: + points_path = os.path.join(save_dir or '.', self.POINTS_FILENAME) + self.points_path = points_path + + if not points: + self.points = array.array('d') + else: + self.points = points + + if not points_db_path: + points_db_path = os.path.join(save_dir or '.', self.POINTS_DB_DIR) + + if not points_db: + self.points_db = LevelDB(points_db_path) + else: + self.points_db = points_db + + self.precision = precision + + self.i = 0 + + def index_point(self, lat, lon): + code = geohash.encode(lat, lon)[:self.precision] + + for key in [code] + geohash.neighbors(code): + self.index[key].append(self.i) + self.points.extend([lat, lon]) + + def add_point(self, lat, lon, properties, cache=False, include_only_properties=None): + if include_only_properties is None and self.include_only_properties: + include_only_properties = self.include_only_properties + if include_only_properties is not None: + properties = {k: v for k, v in properties.iteritems() if k in include_only_properties} + + self.index_point(lat, lon) + self.points_db.Put(self.properties_key(self.i), json.dumps(properties)) + self.i += 1 + + def load_properties(self, filename): + properties = json.load(open(filename)) + self.i = int(properties.get('num_points', self.i)) + self.precision = int(properties.get('precision', self.precision)) + + def save_properties(self, out_filename): + out = open(out_filename, 'w') + json.dump({'num_points': str(self.i), + 'precision': self.precision}, out) + + def save_index(self): + if not self.index_path: + self.index_path = os.path.join(self.save_dir or '.', self.INDEX_FILENAME) + json.dump(self.index, open(self.index_path, 'w')) + + @classmethod + def load_index(cls, d, index_name=None): + return json.load(open(os.path.join(d, index_name or cls.INDEX_FILENAME))) + + def save_points(self): + json.dump(self.points, open(self.points_path, 'w')) + + @classmethod + def load_points(cls, d): + return array.array('d', json.load(open(os.path.join(d, cls.POINTS_FILENAME)))) + + def properties_key(self, i): + return 'props:{}'.format(i) + + def get_properties(self, i): + return json.loads(self.points_db.Get(self.properties_key(i))) + + def compact_points_db(self): + self.points_db.CompactRange('\x00', '\xff') + + def save(self): + self.save_index() + self.save_points() + self.compact_points_db() + self.save_properties(os.path.join(self.save_dir, self.PROPS_FILENAME)) + + @classmethod + def load(cls, d): + index = cls.load_index(d) + points = cls.load_points(d) + points_db = LevelDB(os.path.join(d, cls.POINTS_DB_DIR)) + point_index = cls(index=index, points=points, points_db=points_db) + point_index.load_properties(os.path.join(d, cls.PROPS_FILENAME)) + return point_index + + def __iter__(self): + for i in xrange(self.i): + lat, lon = self.points[i * 2], self.points[i * 2 + 1] + yield self.get_properties(i), lat, lon + + def __len__(self): + return self.i + + def get_candidate_points(self, latitude, longitude): + code = geohash.encode(latitude, longitude)[:self.precision] + candidates = OrderedDict() + + candidates.update([(k, None) for k in self.index.get(code, [])]) + + for neighbor in geohash.neighbors(code): + candidates.update([(k, None) for k in self.index.get(neighbor, [])]) + + return candidates.keys() + + def point_distances(self, latitude, longitude): + candidates = self.get_candidate_points(latitude, longitude) + + return [(i, self.points[i * 2], self.points[i * 2 + 1], + haversine_distance(latitude, longitude, + self.points[i * 2], + self.points[i * 2 + 1])) + for i in candidates] + + def all_nearby_points(self, latitude, longitude): + distances = self.point_distances(latitude, longitude) + if not distances: + return [] + return sorted(distances, key=operator.itemgetter(-1)) + + def points_with_properties(self, results): + return [(self.get_properties(i), lat, lon, distance) + for i, lat, lon, distance in results] + + def nearest_points(self, latitude, longitude): + return self.points_with_properties(self.all_nearby_points(latitude, longitude)) + + def nearest_n_points(self, latitude, longitude, n=2): + return self.points_with_properties(self.all_nearby_points(latitude, longitude)[:n]) + + def nearest_point(self, latitude, longitude): + distances = self.all_nearby_points(latitude, longitude) + if not distances: + return None + return self.points_with_properties(distances[:1])[0] diff --git a/scripts/geodata/polygons/__init__.py b/scripts/geodata/polygons/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/polygons/area.py b/scripts/geodata/polygons/area.py new file mode 100644 index 0000000..460ba61 --- /dev/null +++ b/scripts/geodata/polygons/area.py @@ -0,0 +1,26 @@ +import pyproj + +from functools import partial +from shapely.ops import transform +from shapely.geometry import Polygon + + +def polygon_area(poly): + return transform( + partial(pyproj.transform, + pyproj.Proj(init='EPSG:4326'), + pyproj.Proj(proj='aea', + lat1=poly.bounds[1], + lat2=poly.bounds[2], + ) + ), + poly + ).area + + +def polygon_bounding_box_area(poly): + bbox = poly.bounds + p = Polygon([(bbox[0], bbox[3]), (bbox[0], bbox[1]), + (bbox[2], bbox[1]), (bbox[2], bbox[3]), + ]) + return polygon_area(p) diff --git a/scripts/geodata/polygons/index.py b/scripts/geodata/polygons/index.py new file mode 100644 index 0000000..41521f8 --- /dev/null +++ b/scripts/geodata/polygons/index.py @@ -0,0 +1,452 @@ +import fiona +import gc +import geohash +import os +import rtree +import six +import ujson as json + +from collections import OrderedDict, defaultdict +from leveldb import LevelDB +from lru import LRU +from shapely.geometry import Point, Polygon, MultiPolygon +from shapely.prepared import prep +from shapely.geometry.geo import mapping + +from geodata.polygons.area import polygon_bounding_box_area + +DEFAULT_POLYS_FILENAME = 'polygons.geojson' +DEFAULT_PROPS_FILENAME = 'properties.json' + + +class PolygonIndex(object): + include_only_properties = None + simplify_tolerance = 0.0001 + preserve_topology = True + persistent_polygons = False + cache_size = 0 + fix_invalid_polygons = False + + INDEX_FILENAME = None + POLYGONS_DB_DIR = 'polygons' + + def __init__(self, index=None, polygons=None, polygons_db=None, save_dir=None, + index_filename=None, + polygons_db_path=None, + include_only_properties=None): + if save_dir: + self.save_dir = save_dir + else: + self.save_dir = None + + if not index_filename: + index_filename = self.INDEX_FILENAME + + self.index_path = os.path.join(save_dir or '.', index_filename) + + if not index: + self.create_index(overwrite=True) + else: + self.index = index + + if include_only_properties and hasattr(include_only_properties, '__contains__'): + self.include_only_properties = include_only_properties + + if not polygons and not self.persistent_polygons: + self.polygons = {} + elif polygons and not self.persistent_polygons: + self.polygons = polygons + elif self.persistent_polygons and self.cache_size > 0: + self.polygons = LRU(self.cache_size) + if polygons: + for key, value in six.iteritems(polygons): + self.polygons[key] = value + + self.cache_hits = 0 + self.cache_misses = 0 + + self.get_polygon = self.get_polygon_cached + + if not polygons_db_path: + polygons_db_path = os.path.join(save_dir or '.', self.POLYGONS_DB_DIR) + + if not polygons_db: + self.polygons_db = LevelDB(polygons_db_path) + else: + self.polygons_db = polygons_db + + self.setup() + + self.i = 0 + + def create_index(self, overwrite=False): + raise NotImplementedError('Children must implement') + + def index_polygon(self, polygon): + raise NotImplementedError('Children must implement') + + def setup(self): + pass + + def clear_cache(self, garbage_collect=True): + if self.persistent_polygons and self.cache_size > 0: + self.polygons.clear() + if garbage_collect: + gc.collect() + + def simplify_polygon(self, poly, simplify_tolerance=None, preserve_topology=None): + if simplify_tolerance is None: + simplify_tolerance = self.simplify_tolerance + if preserve_topology is None: + preserve_topology = self.preserve_topology + return poly.simplify(simplify_tolerance, preserve_topology=preserve_topology) + + def index_polygon_properties(self, properties): + pass + + def polygon_geojson(self, poly, properties): + return { + 'type': 'Feature', + 'geometry': mapping(poly), + } + + def add_polygon(self, poly, properties, cache=False, include_only_properties=None): + if include_only_properties is not None: + properties = {k: v for k, v in properties.iteritems() if k in include_only_properties} + + if not self.persistent_polygons or cache: + self.polygons[self.i] = prep(poly) + + if self.persistent_polygons: + self.polygons_db.Put(self.polygon_key(self.i), json.dumps(self.polygon_geojson(poly, properties))) + + self.polygons_db.Put(self.properties_key(self.i), json.dumps(properties)) + self.index_polygon_properties(properties) + self.i += 1 + + @classmethod + def create_from_shapefiles(cls, inputs, output_dir, + index_filename=None, + include_only_properties=None): + index = cls(save_dir=output_dir, index_filename=index_filename or cls.INDEX_FILENAME) + for input_file in inputs: + if include_only_properties is not None: + include_props = include_only_properties.get(input_file, cls.include_only_properties) + else: + include_props = cls.include_only_properties + + f = fiona.open(input_file) + + index.add_geojson_like_file(f) + + return index + + @classmethod + def fix_polygon(cls, poly): + ''' + Coerce to valid polygon + ''' + if not poly.is_valid: + poly = poly.buffer(0) + if not poly.is_valid: + return None + return poly + + @classmethod + def to_polygon(cls, coords, holes=None, test_point=None): + ''' + Create shapely polygon from list of coordinate tuples if valid + ''' + if not coords or len(coords) < 3: + return None + + # Fix for polygons crossing the 180th meridian + lons = [lon for lon, lat in coords] + if (max(lons) - min(lons) > 180): + coords = [(lon + 360.0 if lon < 0 else lon, lat) for lon, lat in coords] + if holes: + holes = [(lon + 360.0 if lon < 0 else lon, lat) for lon, lat in holes] + + poly = Polygon(coords, holes) + try: + if test_point is None: + test_point = poly.representative_point() + invalid = cls.fix_invalid_polygons and not poly.is_valid and not poly.contains(test_point) + except Exception: + invalid = True + + if invalid: + try: + poly_fix = cls.fix_polygon(poly) + + if poly_fix is not None and poly_fix.bounds and len(poly_fix.bounds) == 4 and poly_fix.is_valid and poly_fix.type == poly.type: + if test_point is None: + test_point = poly_fix.representative_point() + + if poly_fix.contains(test_point): + poly = poly_fix + except Exception: + pass + + return poly + + def add_geojson_like_record(self, rec, include_only_properties=None): + if not rec or not rec.get('geometry') or 'type' not in rec['geometry']: + return + poly_type = rec['geometry']['type'] + if poly_type == 'Polygon': + coords = rec['geometry']['coordinates'][0] + poly = self.to_polygon(coords) + if poly is None or not poly.bounds or len(poly.bounds) != 4: + return + self.index_polygon(poly) + self.add_polygon(poly, rec['properties'], include_only_properties=include_only_properties) + elif poly_type == 'MultiPolygon': + polys = [] + poly_coords = rec['geometry']['coordinates'] + for coords in poly_coords: + poly = self.to_polygon(coords[0]) + if poly is None or not poly.bounds or len(poly.bounds) != 4: + continue + polys.append(poly) + self.index_polygon(poly) + + self.add_polygon(MultiPolygon(polys), rec['properties'], include_only_properties=include_only_properties) + else: + return + + def add_geojson_like_file(self, f, include_only_properties=None): + ''' + Add either GeoJSON or a shapefile record to the index + ''' + + for rec in f: + self.add_geojson_like_record(rec, include_only_properties=include_only_properties) + + @classmethod + def create_from_geojson_files(cls, inputs, output_dir, + index_filename=None, + include_only_properties=None): + index = cls(save_dir=output_dir, index_filename=index_filename or cls.INDEX_FILENAME) + for input_file in inputs: + if include_only_properties is not None: + include_props = include_only_properties.get(input_file, cls.include_only_properties) + else: + include_props = cls.include_only_properties + + f = json.load(open(input_file)) + + index.add_geojson_like_file(f['features'], include_only_properties=include_props) + + return index + + def compact_polygons_db(self): + self.polygons_db.CompactRange('\x00', '\xff') + + def save(self): + self.save_index() + self.save_properties(os.path.join(self.save_dir, DEFAULT_PROPS_FILENAME)) + if not self.persistent_polygons: + self.save_polygons(os.path.join(self.save_dir, DEFAULT_POLYS_FILENAME)) + self.compact_polygons_db() + self.save_polygon_properties(self.save_dir) + + def load_properties(self, filename): + properties = json.load(open(filename)) + self.i = int(properties.get('num_polygons', self.i)) + + def save_properties(self, out_filename): + out = open(out_filename, 'w') + json.dump({'num_polygons': str(self.i)}, out) + + def save_polygons(self, out_filename): + out = open(out_filename, 'w') + for i in xrange(self.i): + poly = self.polygons[i] + feature = { + 'type': 'Feature', + 'geometry': mapping(poly.context), + } + out.write(json.dumps(feature) + u'\n') + + def save_index(self): + raise NotImplementedError('Children must implement') + + def load_polygon_properties(self, d): + pass + + def save_polygon_properties(self, d): + pass + + @classmethod + def polygon_from_geojson(cls, feature): + poly_type = feature['geometry']['type'] + if poly_type == 'Polygon': + coords = feature['geometry']['coordinates'] + poly = cls.to_polygon(coords[0], holes=coords[1:] or None) + return poly + elif poly_type == 'MultiPolygon': + polys = [] + for coords in feature['geometry']['coordinates']: + poly = cls.to_polygon(coords[0], holes=coords[1:] or None) + polys.append(poly) + + return MultiPolygon(polys) + + @classmethod + def load_polygons(cls, filename): + f = open(filename) + polygons = {} + cls.i = 0 + for line in f: + feature = json.loads(line.rstrip()) + polygons[cls.i] = prep(cls.polygon_from_geojson(feature)) + cls.i += 1 + return polygons + + @classmethod + def load_index(cls, d, index_name=None): + raise NotImplementedError('Children must implement') + + @classmethod + def load(cls, d, index_name=None, polys_filename=DEFAULT_POLYS_FILENAME, + properties_filename=DEFAULT_PROPS_FILENAME, + polys_db_dir=POLYGONS_DB_DIR): + index = cls.load_index(d, index_name=index_name or cls.INDEX_FILENAME) + if not cls.persistent_polygons: + polys = cls.load_polygons(os.path.join(d, polys_filename)) + else: + polys = None + polygons_db = LevelDB(os.path.join(d, polys_db_dir)) + polygon_index = cls(index=index, polygons=polys, polygons_db=polygons_db, save_dir=d) + polygon_index.load_properties(os.path.join(d, properties_filename)) + polygon_index.load_polygon_properties(d) + return polygon_index + + def get_candidate_polygons(self, lat, lon): + raise NotImplementedError('Children must implement') + + def get_properties(self, i): + return json.loads(self.polygons_db.Get(self.properties_key(i))) + + def get_polygon(self, i): + return self.polygons[i] + + def get_polygon_cached(self, i): + poly = self.polygons.get(i, None) + if poly is None: + data = json.loads(self.polygons_db.Get(self.polygon_key(i))) + poly = prep(self.polygon_from_geojson(data)) + self.polygons[i] = poly + self.cache_misses += 1 + else: + self.cache_hits += 1 + return poly + + def __iter__(self): + for i in xrange(self.i): + yield self.get_properties(i), self.get_polygon(i) + + def __len__(self): + return self.i + + def polygons_contain(self, candidates, point, return_all=False): + containing = None + if return_all: + containing = [] + for i in candidates: + poly = self.get_polygon(i) + contains = poly.contains(point) + if contains: + properties = self.get_properties(i) + if not return_all: + return properties + else: + containing.append(properties) + return containing + + def polygon_key(self, i): + return 'poly:{}'.format(i) + + def properties_key(self, i): + return 'props:{}'.format(i) + + def point_in_poly(self, lat, lon, return_all=False): + candidates = self.get_candidate_polygons(lat, lon) + point = Point(lon, lat) + return self.polygons_contain(candidates, point, return_all=return_all) + + +class RTreePolygonIndex(PolygonIndex): + INDEX_FILENAME = 'rtree' + + def create_index(self, overwrite=False): + self.index = rtree.index.Index(self.index_path, overwrite=overwrite) + + def index_polygon(self, polygon): + self.index.insert(self.i, polygon.bounds) + + def get_candidate_polygons(self, lat, lon): + return OrderedDict.fromkeys(self.index.intersection((lon, lat, lon, lat))).keys() + + def save_index(self): + # need to close index before loading it + self.index.close() + + @classmethod + def load_index(cls, d, index_name=None): + return rtree.index.Index(os.path.join(d, index_name or cls.INDEX_FILENAME)) + + +class GeohashPolygonIndex(PolygonIndex): + # Reference: https://www.elastic.co/guide/en/elasticsearch/guide/current/geohashes.html + GEOHASH_PRECISIONS = [ + (7, 152.8 ** 2), + (6, 1200.0 * 610.0), + (5, 4900.0 * 4900.0), + (4, 39000.0 * 19500.0), + (3, 156000.0 * 156000.0), + (2, 1251000.0 * 625000.0), + ] + + INDEX_FILENAME = 'index.json' + + def create_index(self, overwrite=False): + self.index = defaultdict(list) + + def index_point(self, lat, lon, geohash_level): + code = geohash.encode(lat, lon)[:geohash_level] + + for key in [code] + geohash.neighbors(code): + self.index[key].append(self.i) + + def index_polygon(self, polygon): + poly_area = polygon_bounding_box_area(polygon) + for geohash_level, area in self.GEOHASH_PRECISIONS: + if area * 9.0 >= poly_area: + break + + bbox = polygon.bounds + lat, lon = (bbox[1] + bbox[3]) / 2.0, (bbox[0] + bbox[2]) / 2.0 + self.index_point(lat, lon, geohash_level) + + def get_candidate_polygons(self, lat, lon, return_all=False): + candidates = [] + code = geohash.encode(lat, lon) + for level, area in self.GEOHASH_PRECISIONS: + indices = self.index.get(code[:level]) + if not indices: + continue + candidates.extend(indices) + if not return_all: + break + return candidates + + def save_index(self): + if not self.index_path: + self.index_path = os.path.join(self.save_dir or '.', self.INDEX_FILENAME) + json.dump(self.index, open(self.index_path, 'w')) + + @classmethod + def load_index(cls, d, index_name=None): + return json.load(open(os.path.join(d, index_name or cls.INDEX_FILENAME))) diff --git a/scripts/geodata/polygons/language_polys.py b/scripts/geodata/polygons/language_polys.py new file mode 100644 index 0000000..25c1c5f --- /dev/null +++ b/scripts/geodata/polygons/language_polys.py @@ -0,0 +1,243 @@ +import argparse +import operator +import os +import sys +import ujson as json + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.polygons.index import * +from geodata.i18n.languages import * +from geodata.language_id.disambiguation import disambiguate_language, AMBIGUOUS_LANGUAGE, UNKNOWN_LANGUAGE, WELL_REPRESENTED_LANGUAGES + +country_language_dir = os.path.join(LANGUAGES_DIR, 'countries') +regional_language_dir = os.path.join(LANGUAGES_DIR, 'regional') + + +class LanguagePolygonIndex(RTreePolygonIndex): + DEFAULT_POLYS_FILENAME = 'polygons.geojson' + ADMIN_LEVELS_FILENAME = 'admin_levels.json' + + include_only_properties = set([ + 'qs_a0', + 'qs_iso_cc', + 'qs_a1', + 'qs_a1_lc', + 'qs_a1r', + 'qs_a1r_lc', + 'qs_level', + 'languages', + 'admin_level' + ]) + + @classmethod + def create_from_shapefiles(cls, + admin0_shapefile, + admin1_shapefile, + admin1_region_file, + output_dir, + index_filename=None, + polys_filename=DEFAULT_POLYS_FILENAME): + + init_languages() + index = cls(save_dir=output_dir, index_filename=index_filename) + + i = 0 + + ''' + Ordering of the files is important here as we want to match + the most granular admin polygon first for regional languages. Currently + most regional languages as they would apply to street signage are regional in + terms of an admin 1 level (states, provinces, regions) + ''' + for input_file in (admin0_shapefile, admin1_region_file, admin1_shapefile): + f = fiona.open(input_file) + + for rec in f: + if not rec or not rec.get('geometry') or 'type' not in rec['geometry']: + continue + + country = rec['properties']['qs_iso_cc'].lower() + properties = rec['properties'] + + admin_level = properties['qs_level'] + + level_num = None + if admin_level == 'adm1': + name_key = 'qs_a1' + code_key = 'qs_a1_lc' + level_num = 1 + elif admin_level == 'adm1_region': + name_key = 'qs_a1r' + code_key = 'qs_a1r_lc' + level_num = 1 + elif admin_level == 'adm0': + level_num = 0 + else: + continue + + assert level_num is not None + + if admin_level != 'adm0': + admin1 = properties.get(name_key) + admin1_code = properties.get(code_key) + + regional = None + + if name_key: + regional = get_regional_languages(country, name_key, admin1) + + if code_key and not regional: + regional = get_regional_languages(country, code_key, admin1_code) + + if not regional: + continue + + if all((not default for lang, default in regional.iteritems())): + languages = get_country_languages(country) + languages.update(regional) + languages = languages.items() + else: + languages = regional.items() + else: + languages = get_country_languages(country).items() + + properties['languages'] = [{'lang': lang, 'default': default} + for lang, default in languages] + properties['admin_level'] = level_num + + poly_type = rec['geometry']['type'] + if poly_type == 'Polygon': + poly = cls.to_polygon(rec['geometry']['coordinates'][0]) + index.index_polygon(poly) + poly = index.simplify_polygon(poly) + index.add_polygon(poly, dict(rec['properties'])) + elif poly_type == 'MultiPolygon': + polys = [] + for coords in rec['geometry']['coordinates']: + poly = cls.to_polygon(coords[0]) + polys.append(poly) + index.index_polygon(poly) + + multi_poly = index.simplify_polygon(MultiPolygon(polys)) + index.add_polygon(multi_poly, dict(rec['properties'])) + else: + continue + + i += 1 + return index + + @classmethod + def create_with_quattroshapes(cls, quattroshapes_dir, + output_dir, + index_filename=None, + polys_filename=DEFAULT_POLYS_FILENAME): + admin0_filename = os.path.join(quattroshapes_dir, 'qs_adm0.shp') + admin1_filename = os.path.join(quattroshapes_dir, 'qs_adm1.shp') + admin1r_filename = os.path.join(quattroshapes_dir, 'qs_adm1_region.shp') + + return cls.create_from_shapefiles(admin0_filename, admin1_filename, admin1r_filename, + output_dir, index_filename=index_filename, + polys_filename=polys_filename) + + def setup(self): + self.admin_levels = [] + + def index_polygon_properties(self, properties): + self.admin_levels.append(properties['admin_level']) + + def load_polygon_properties(self, d): + self.admin_levels = json.load(open(os.path.join(d, self.ADMIN_LEVELS_FILENAME))) + + def save_polygon_properties(self, d): + json.dump(self.admin_levels, open(os.path.join(d, self.ADMIN_LEVELS_FILENAME), 'w')) + + def admin_level(self, i): + return self.admin_levels[i] + + def get_candidate_polygons(self, lat, lon): + candidates = OrderedDict.fromkeys(self.index.intersection((lon, lat, lon, lat))).keys() + return sorted(candidates, key=self.admin_level, reverse=True) + + def country_and_languages(self, latitude, longitude): + props = self.point_in_poly(latitude, longitude, return_all=True) + if not props: + return None, None, None + + country = props[0]['qs_iso_cc'].lower() + languages = [] + language_set = set() + + have_regional = False + + for p in props: + for l in p['languages']: + lang = l['lang'] + if lang not in language_set: + language_set.add(lang) + if p['admin_level'] > 0 and l['default']: + have_regional = True + elif have_regional: + l = {'lang': l['lang'], 'default': 0} + languages.append(l) + + # Python's builtin sort is stable, so if there are two defaults, the first remains first + # Since polygons are returned from the index ordered from smallest admin level to largest, + # it means the default language of the region overrides the country default + default_languages = sorted(languages, key=operator.itemgetter('default'), reverse=True) + return country, default_languages, props + + def best_country_and_language(self, latitude, longitude, name): + country, candidate_languages, language_props = self.country_and_languages(latitude, longitude) + if not (country and candidate_languages): + return None, None + + num_langs = len(candidate_languages) + default_langs = set([l['lang'] for l in candidate_languages if l.get('default')]) + num_defaults = len(default_langs) + + regional_defaults = 0 + country_defaults = 0 + regional_langs = set() + country_langs = set() + for p in language_props: + if p['admin_level'] > 0: + regional_defaults += sum((1 for lang in p['languages'] if lang.get('default'))) + regional_langs |= set([l['lang'] for l in p['languages']]) + else: + country_defaults += sum((1 for lang in p['languages'] if lang.get('default'))) + country_langs |= set([l['lang'] for l in p['languages']]) + + if num_langs == 1: + return country, candidate_languages[0]['lang'] + else: + lang = disambiguate_language(name, [(l['lang'], l['default']) for l in candidate_languages]) + default_lang = candidate_languages[0]['lang'] + + if lang == UNKNOWN_LANGUAGE and num_defaults == 1: + return country, default_lang + elif lang == AMBIGUOUS_LANGUAGE: + return country, lang + elif lang != UNKNOWN_LANGUAGE: + if lang != default_lang and lang in country_langs and country_defaults > 1 and regional_defaults > 0 and lang in WELL_REPRESENTED_LANGUAGES: + return country, UNKNOWN_LANGUAGE + return country, lang + else: + return country, lang + + +if __name__ == '__main__': + # Handle argument parsing here + parser = argparse.ArgumentParser() + + parser.add_argument('-q', '--quattroshapes-dir', + help='Path to quattroshapes dir') + + parser.add_argument('-o', '--out-dir', + default=os.getcwd(), + help='Output directory') + + args = parser.parse_args() + index = LanguagePolygonIndex.create_with_quattroshapes(args.quattroshapes_dir, args.out_dir) + index.save() diff --git a/scripts/geodata/polygons/reverse_geocode.py b/scripts/geodata/polygons/reverse_geocode.py new file mode 100644 index 0000000..fa70f64 --- /dev/null +++ b/scripts/geodata/polygons/reverse_geocode.py @@ -0,0 +1,589 @@ +''' +reverse_geocode.py +------------------- + +In-memory reverse geocoder using polygons from Quattroshapes or OSM. +This should be useful for filling in the blanks both in constructing +training data from OSM addresses and for OpenVenues. + +Usage: + python reverse_geocode.py -o /data/quattroshapes/rtree/reverse -q /data/quattroshapes/ + python reverse_geocode.py -o /data/quattroshapes/rtree/reverse -a /data/osm/planet-admin-borders.osm +''' +import argparse +import logging +import operator +import os +import re +import requests +import shutil +import six +import subprocess +import sys +import tempfile + +from functools import partial + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.coordinates.conversion import latlon_to_decimal +from geodata.countries.constants import Countries +from geodata.encoding import safe_decode +from geodata.file_utils import ensure_dir, download_file +from geodata.i18n.unicode_properties import get_chars_by_script +from geodata.i18n.languages import * +from geodata.i18n.word_breaks import ideographic_scripts +from geodata.names.deduping import NameDeduper +from geodata.osm.extract import parse_osm, osm_type_and_id, NODE, WAY, RELATION, OSM_NAME_TAGS +from geodata.osm.admin_boundaries import * +from geodata.polygons.index import * +from geodata.statistics.tf_idf import IDFIndex + +from geodata.text.tokenize import tokenize, token_types +from geodata.text.normalize import * + +from shapely.topology import TopologicalError + +decode_latin1 = partial(safe_decode, encoding='latin1') + + +def str_id(v): + v = int(v) + if v <= 0: + return None + return str(v) + + +class QuattroshapesReverseGeocoder(RTreePolygonIndex): + ''' + Quattroshapes polygons, for levels up to localities, are relatively + accurate and provide concordance with GeoPlanet and in some cases + GeoNames (which is used in other parts of this project). + ''' + COUNTRIES_FILENAME = 'qs_adm0.shp' + ADMIN1_FILENAME = 'qs_adm1.shp' + ADMIN1_REGION_FILENAME = 'qs_adm1_region.shp' + ADMIN2_FILENAME = 'qs_adm2.shp' + ADMIN2_REGION_FILENAME = 'qs_adm2_region.shp' + LOCAL_ADMIN_FILENAME = 'qs_localadmin.shp' + LOCALITIES_FILENAME = 'qs_localities.shp' + NEIGHBORHOODS_FILENAME = 'qs_neighborhoods.shp' + + COUNTRY = 'adm0' + ADMIN1 = 'adm1' + ADMIN1_REGION = 'adm1_region' + ADMIN2 = 'adm2' + ADMIN2_REGION = 'adm2_region' + LOCAL_ADMIN = 'localadmin' + LOCALITY = 'locality' + NEIGHBORHOOD = 'neighborhood' + + PRIORITIES_FILENAME = 'priorities.json' + + persistent_polygons = True + cache_size = 100000 + + sorted_levels = (COUNTRY, + ADMIN1_REGION, + ADMIN1, + ADMIN2_REGION, + ADMIN2, + LOCAL_ADMIN, + LOCALITY, + NEIGHBORHOOD, + ) + + sort_levels = {k: i for i, k in enumerate(sorted_levels)} + + NAME = 'name' + CODE = 'code' + LEVEL = 'level' + GEONAMES_ID = 'geonames_id' + WOE_ID = 'woe_id' + + polygon_properties = { + COUNTRIES_FILENAME: { + NAME: ('qs_a0', safe_decode), + CODE: ('qs_iso_cc', safe_decode), + LEVEL: ('qs_level', safe_decode), + GEONAMES_ID: ('qs_gn_id', str_id), + WOE_ID: ('qs_woe_id', str_id), + }, + ADMIN1_FILENAME: { + NAME: ('qs_a1', safe_decode), + CODE: ('qs_a1_lc', safe_decode), + LEVEL: ('qs_level', safe_decode), + GEONAMES_ID: ('qs_gn_id', str_id), + WOE_ID: ('qs_woe_id', str_id), + }, + ADMIN1_REGION_FILENAME: { + NAME: ('qs_a1r', safe_decode), + CODE: ('qs_a1r_lc', safe_decode), + LEVEL: ('qs_level', safe_decode), + GEONAMES_ID: ('qs_gn_id', str_id), + WOE_ID: ('qs_woe_id', str_id), + }, + ADMIN2_FILENAME: { + NAME: ('qs_a2', decode_latin1), + CODE: ('qs_a2_lc', safe_decode), + LEVEL: ('qs_level', safe_decode), + GEONAMES_ID: ('qs_gn_id', str_id), + WOE_ID: ('qs_woe_id', str_id), + }, + ADMIN2_REGION_FILENAME: { + NAME: ('qs_a2r', safe_decode), + CODE: ('qs_a2r_lc', safe_decode), + LEVEL: ('qs_level', safe_decode), + GEONAMES_ID: ('qs_gn_id', str_id), + WOE_ID: ('qs_woe_id', str_id), + }, + LOCAL_ADMIN_FILENAME: { + NAME: ('qs_la', safe_decode), + CODE: ('qs_la_lc', safe_decode), + LEVEL: ('qs_level', safe_decode), + GEONAMES_ID: ('qs_gn_id', str_id), + WOE_ID: ('qs_woe_id', str_id), + }, + LOCALITIES_FILENAME: { + NAME: ('qs_loc', safe_decode), + LEVEL: ('qs_level', safe_decode), + GEONAMES_ID: ('qs_gn_id', str), + WOE_ID: ('qs_woe_id', str), + }, + NEIGHBORHOODS_FILENAME: { + NAME: ('name', safe_decode), + CODE: ('name_en', safe_decode), + LEVEL: ('qs_level', safe_decode), + GEONAMES_ID: ('gn_id', str_id), + WOE_ID: ('woe_id', str_id), + } + } + + @classmethod + def create_from_shapefiles(cls, + input_files, + output_dir, + index_filename=None, + polys_filename=DEFAULT_POLYS_FILENAME, + use_all_props=False): + + index = cls(save_dir=output_dir, index_filename=index_filename) + + for input_file in input_files: + f = fiona.open(input_file) + + filename = os.path.split(input_file)[-1] + + aliases = cls.polygon_properties.get(filename) + + if not use_all_props: + include_props = aliases + else: + include_props = None + + for rec in f: + if not rec or not rec.get('geometry') or 'type' not in rec['geometry']: + continue + + properties = rec['properties'] + + if filename == cls.NEIGHBORHOODS_FILENAME: + properties['qs_level'] = 'neighborhood' + + have_all_props = False + for k, (prop, func) in aliases.iteritems(): + v = properties.get(prop, None) + if v is not None: + try: + properties[k] = func(v) + except Exception: + break + else: + have_all_props = True + if not have_all_props or not properties.get(cls.NAME): + continue + + poly_type = rec['geometry']['type'] + if poly_type == 'Polygon': + poly = cls.to_polygon(rec['geometry']['coordinates'][0]) + index.index_polygon(poly) + poly = index.simplify_polygon(poly) + index.add_polygon(poly, dict(rec['properties']), include_only_properties=include_props) + elif poly_type == 'MultiPolygon': + polys = [] + for coords in rec['geometry']['coordinates']: + poly = cls.to_polygon(coords[0]) + polys.append(poly) + index.index_polygon(poly) + + multi_poly = index.simplify_polygon(MultiPolygon(polys)) + index.add_polygon(multi_poly, dict(rec['properties']), include_only_properties=include_props) + else: + continue + + return index + + @classmethod + def create_with_quattroshapes(cls, quattroshapes_dir, + output_dir, + index_filename=None, + polys_filename=DEFAULT_POLYS_FILENAME): + + admin0_filename = os.path.join(quattroshapes_dir, cls.COUNTRIES_FILENAME) + admin1_filename = os.path.join(quattroshapes_dir, cls.ADMIN1_FILENAME) + admin1r_filename = os.path.join(quattroshapes_dir, cls.ADMIN1_REGION_FILENAME) + admin2_filename = os.path.join(quattroshapes_dir, cls.ADMIN2_FILENAME) + admin2r_filename = os.path.join(quattroshapes_dir, cls.ADMIN2_REGION_FILENAME) + localities_filename = os.path.join(quattroshapes_dir, cls.LOCALITIES_FILENAME) + + return cls.create_from_shapefiles([admin0_filename, admin1_filename, admin1r_filename, + admin2_filename, admin2r_filename, + localities_filename], + output_dir, index_filename=index_filename, + polys_filename=polys_filename) + + def setup(self): + self.priorities = [] + + def index_polygon_properties(self, properties): + self.priorities.append(self.sort_levels.get(properties[self.LEVEL], 0)) + + def load_polygon_properties(self, d): + self.priorities = json.load(open(os.path.join(d, self.PRIORITIES_FILENAME))) + + def save_polygon_properties(self, d): + json.dump(self.priorities, open(os.path.join(d, self.PRIORITIES_FILENAME), 'w')) + + def sort_level(self, i): + return self.priorities[i] + + def get_candidate_polygons(self, lat, lon): + candidates = super(QuattroshapesReverseGeocoder, self).get_candidate_polygons(lat, lon) + return sorted(candidates, key=self.sort_level, reverse=True) + + +class OSMReverseGeocoder(RTreePolygonIndex): + ''' + OSM has among the best, most carefully-crafted, accurate administrative + polygons in the business in addition to using local language naming + conventions which is desirable for creating a truly multilingual address + parser. + + The storage of these polygons is byzantine. See geodata.osm.osm_admin_boundaries + for more details. + + Suffice to say, this reverse geocoder builds an R-tree index on OSM planet + in a reasonable amount of memory using arrays of C integers and binary search + for the dependency lookups and Tarjan's algorithm for finding strongly connected + components to stitch together the polygons. + ''' + + ADMIN_LEVEL = 'admin_level' + + ADMIN_LEVELS_FILENAME = 'admin_levels.json' + + polygon_reader = OSMAdminPolygonReader + + persistent_polygons = True + # Cache almost everything + cache_size = 250000 + simplify_polygons = False + + fix_invalid_polygons = True + + include_property_patterns = set([ + 'id', + 'type', + 'name', + 'name:*', + 'ISO3166-1:alpha2', + 'ISO3166-1:alpha3', + 'ISO3166-2', + 'int_name', + 'official_name', + 'official_name:*', + 'alt_name', + 'alt_name:*', + 'short_name', + 'short_name:*', + 'admin_level', + 'place', + 'population', + 'designation', + 'wikipedia', + 'wikipedia:*', + ]) + + @classmethod + def create_from_osm_file(cls, filename, output_dir, + index_filename=None, + polys_filename=DEFAULT_POLYS_FILENAME): + ''' + Given an OSM file (planet or some other bounds) containing relations + and their dependencies, create an R-tree index for coarse-grained + reverse geocoding. + + Note: the input file is expected to have been created using + osmfilter. Use fetch_osm_address_data.sh for planet or copy the + admin borders commands if using other bounds. + ''' + index = cls(save_dir=output_dir, index_filename=index_filename) + + reader = cls.polygon_reader(filename) + polygons = reader.polygons() + + logger = logging.getLogger('osm.reverse_geocode') + + for element_id, props, admin_center, outer_polys, inner_polys in polygons: + props = {k: v for k, v in six.iteritems(props) + if k in cls.include_property_patterns or (six.u(':') in k and + six.u('{}:*').format(k.split(six.u(':'), 1)[0]) in cls.include_property_patterns)} + + id_type, element_id = osm_type_and_id(element_id) + + test_point = None + + if admin_center: + admin_center_props = {k: v for k, v in six.iteritems(admin_center) + if k in ('id', 'type', 'lat', 'lon') or k in cls.include_property_patterns or (six.u(':') in k and + six.u('{}:*').format(k.split(six.u(':'), 1)[0]) in cls.include_property_patterns)} + + if cls.fix_invalid_polygons: + center_lat, center_lon = latlon_to_decimal(admin_center_props['lat'], admin_center_props['lon']) + test_point = Point(center_lon, center_lat) + + props['admin_center'] = admin_center_props + + if inner_polys and not outer_polys: + logger.warn('inner polygons with no outer') + continue + if len(outer_polys) == 1 and not inner_polys: + poly = cls.to_polygon(outer_polys[0]) + if poly is None or not poly.bounds or len(poly.bounds) != 4: + continue + if poly.type != 'MultiPolygon': + index.index_polygon(poly) + else: + for p in poly: + index.index_polygon(p) + else: + multi = [] + inner = [] + # Validate inner polygons (holes) + for p in inner_polys: + poly = cls.to_polygon(p) + if poly is None or not poly.bounds or len(poly.bounds) != 4 or not poly.is_valid: + continue + + if poly.type != 'MultiPolygon': + inner.append(poly) + else: + inner.extend(poly) + + # Validate outer polygons + for p in outer_polys: + poly = cls.to_polygon(p, test_point=test_point) + if poly is None or not poly.bounds or len(poly.bounds) != 4: + continue + + interior = [] + try: + # Figure out which outer polygon contains each inner polygon + interior = [p2 for p2 in inner if poly.contains(p2)] + except TopologicalError: + continue + + if interior: + # Polygon with holes constructor + poly = cls.to_polygon(p, [zip(*p2.exterior.coords.xy) for p2 in interior], test_point=test_point) + if poly is None or not poly.bounds or len(poly.bounds) != 4: + continue + # R-tree only stores the bounding box, so add the whole polygon + if poly.type != 'MultiPolygon': + index.index_polygon(poly) + multi.append(poly) + else: + for p in poly: + index.index_polygon(p) + multi.extend(poly) + + if len(multi) > 1: + poly = MultiPolygon(multi) + elif multi: + poly = multi[0] + else: + continue + if index.simplify_polygons: + poly = index.simplify_polygon(poly) + index.add_polygon(poly, props) + + return index + + def setup(self): + self.admin_levels = [] + + def index_polygon_properties(self, properties): + admin_level = properties.get(self.ADMIN_LEVEL, 0) + try: + admin_level = int(admin_level) + except ValueError: + admin_level = 0 + self.admin_levels.append(admin_level) + + def load_polygon_properties(self, d): + self.admin_levels = json.load(open(os.path.join(d, self.ADMIN_LEVELS_FILENAME))) + + def save_polygon_properties(self, d): + json.dump(self.admin_levels, open(os.path.join(d, self.ADMIN_LEVELS_FILENAME), 'w')) + + def sort_level(self, i): + return self.admin_levels[i] + + def get_candidate_polygons(self, lat, lon): + candidates = super(OSMReverseGeocoder, self).get_candidate_polygons(lat, lon) + return sorted(candidates, key=self.sort_level, reverse=True) + + +class OSMSubdivisionReverseGeocoder(OSMReverseGeocoder): + persistent_polygons = True + cache_size = 10000 + simplify_polygons = False + polygon_reader = OSMSubdivisionPolygonReader + include_property_patterns = OSMReverseGeocoder.include_property_patterns | set(['landuse', 'place', 'amenity']) + + +class OSMBuildingReverseGeocoder(OSMReverseGeocoder): + persistent_polygons = True + cache_size = 10000 + simplify_polygons = False + + fix_invalid_polygons = False + + polygon_reader = OSMBuildingPolygonReader + include_property_patterns = OSMReverseGeocoder.include_property_patterns | set(['building', 'building:levels', 'building:part', 'addr:*']) + + +class OSMPostalCodeReverseGeocoder(OSMReverseGeocoder): + persistent_polygons = True + cache_size = 10000 + simplify_polygons = False + polygon_reader = OSMPostalCodesPolygonReader + include_property_patterns = OSMReverseGeocoder.include_property_patterns | set(['postal_code']) + + +class OSMAirportReverseGeocoder(OSMReverseGeocoder): + persistent_polygons = True + cache_size = 10000 + simplify_polygons = False + polygon_reader = OSMAirportsPolygonReader + include_property_patterns = OSMReverseGeocoder.include_property_patterns | set(['iata', 'aerodrome', 'aerodrome:type', 'city_served']) + + +class OSMCountryReverseGeocoder(OSMReverseGeocoder): + persistent_polygons = True + cache_size = 10000 + simplify_polygons = False + polygon_reader = OSMCountryPolygonReader + + @classmethod + def country_and_languages_from_components(cls, osm_components): + country = None + for c in osm_components: + country = c.get('ISO3166-1:alpha2') + if country: + break + else: + # See if there's an ISO3166-2 code that matches + # in case the country polygon is wacky + for c in osm_components: + admin1 = c.get('ISO3166-2') + if admin1: + # If so, and if the country is valid, use that + country = admin1[:2] + if not Countries.is_valid_country_code(country.lower()): + return None, [] + break + + country = country.lower() + + regional = None + + for c in osm_components: + place_id = '{}:{}'.format(c.get('type', 'relation'), c.get('id', '0')) + + regional = get_regional_languages(country, 'osm', place_id) + + if regional: + break + + languages = [] + if not regional: + languages = get_country_languages(country).items() + else: + if not all(regional.values()): + languages = get_country_languages(country) + languages.update(regional) + languages = languages.items() + else: + languages = regional.items() + + default_languages = sorted(languages, key=operator.itemgetter(1), reverse=True) + + return country, default_languages + + def country_and_languages(self, lat, lon): + osm_components = self.point_in_poly(lat, lon, return_all=True) + return self.country_and_languages_from_components(osm_components) + + +if __name__ == '__main__': + # Handle argument parsing here + parser = argparse.ArgumentParser() + + parser.add_argument('-q', '--quattroshapes-dir', + help='Path to quattroshapes dir') + + parser.add_argument('-a', '--osm-admin-file', + help='Path to OSM borders file (with dependencies, .osm format)') + + parser.add_argument('-s', '--osm-subdivisions-file', + help='Path to OSM subdivisions file (with dependencies, .osm format)') + + parser.add_argument('-b', '--osm-building-polygons-file', + help='Path to OSM building polygons file (with dependencies, .osm format)') + + parser.add_argument('-p', '--osm-postal-code-polygons-file', + help='Path to OSM postal code polygons file (with dependencies, .osm format)') + + parser.add_argument('-r', '--osm-airport-polygons-file', + help='Path to OSM airport polygons file (with dependencies, .osm format)') + + parser.add_argument('-c', '--osm-country-polygons-file', + help='Path to OSM country polygons file (with dependencies, .osm format)') + + parser.add_argument('-o', '--out-dir', + default=os.getcwd(), + help='Output directory') + + logging.basicConfig(level=logging.INFO) + + args = parser.parse_args() + if args.osm_admin_file: + index = OSMReverseGeocoder.create_from_osm_file(args.osm_admin_file, args.out_dir) + elif args.osm_subdivisions_file: + index = OSMSubdivisionReverseGeocoder.create_from_osm_file(args.osm_subdivisions_file, args.out_dir) + elif args.osm_building_polygons_file: + index = OSMBuildingReverseGeocoder.create_from_osm_file(args.osm_building_polygons_file, args.out_dir) + elif args.osm_country_polygons_file: + index = OSMCountryReverseGeocoder.create_from_osm_file(args.osm_country_polygons_file, args.out_dir) + elif args.osm_postal_code_polygons_file: + index = OSMPostalCodeReverseGeocoder.create_from_osm_file(args.osm_postal_code_polygons_file, args.out_dir) + elif args.osm_airport_polygons_file: + index = OSMAirportReverseGeocoder.create_from_osm_file(args.osm_airport_polygons_file, args.out_dir) + elif args.quattroshapes_dir: + index = QuattroshapesReverseGeocoder.create_with_quattroshapes(args.quattroshapes_dir, args.out_dir) + else: + parser.error('Must specify quattroshapes dir or osm admin borders file') + + index.save() diff --git a/scripts/geodata/postal_codes/__init__.py b/scripts/geodata/postal_codes/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/postal_codes/config.py b/scripts/geodata/postal_codes/config.py new file mode 100644 index 0000000..3661e89 --- /dev/null +++ b/scripts/geodata/postal_codes/config.py @@ -0,0 +1,51 @@ +import copy +import operator +import os +import random +import six +import yaml + +from collections import defaultdict + +from geodata.address_expansions.address_dictionaries import address_phrase_dictionaries +from geodata.address_formatting.formatter import AddressFormatter +from geodata.configs.utils import nested_get, recursive_merge + + +this_dir = os.path.realpath(os.path.dirname(__file__)) + +POSTAL_CODES_CONFIG_FILE = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'postal_codes', 'config.yaml') + + +class PostalCodesConfig(object): + def __init__(self, config_file=POSTAL_CODES_CONFIG_FILE): + self.cache = {} + postal_codes_config = yaml.load(open(config_file)) + + self.global_config = postal_codes_config['global'] + self.country_configs = {} + + countries = postal_codes_config.pop('countries', {}) + + for k, v in six.iteritems(countries): + country_config = countries[k] + global_config_copy = copy.deepcopy(self.global_config) + self.country_configs[k] = recursive_merge(global_config_copy, country_config) + + self.country_configs[None] = self.global_config + + def get_property(self, key, country=None, default=None): + if isinstance(key, six.string_types): + key = key.split(u'.') + + config = self.global_config + + if country: + country_config = self.country_configs.get(country.lower(), {}) + if country_config: + config = country_config + + return nested_get(config, key, default=default) + +postal_codes_config = PostalCodesConfig() diff --git a/scripts/geodata/postal_codes/phrases.py b/scripts/geodata/postal_codes/phrases.py new file mode 100644 index 0000000..5b1b95f --- /dev/null +++ b/scripts/geodata/postal_codes/phrases.py @@ -0,0 +1,56 @@ +import random + +from geodata.configs.utils import alternative_probabilities +from geodata.math.sampling import weighted_choice, cdf +from geodata.postal_codes.config import postal_codes_config +from geodata.postal_codes.validation import postcode_regexes + + +class PostalCodes(object): + @classmethod + def is_valid(cls, postal_code, country): + regex = postcode_regexes.get(country) + + if regex: + postal_code = postal_code.strip() + m = regex.match(postal_code) + if m and m.end() == len(postal_code): + return True + else: + return False + return True + + @classmethod + def needs_validation(cls, country): + return postal_codes_config.get_property('validate_postcode', country=country, default=False) + + @classmethod + def should_strip_components(cls, country): + return postal_codes_config.get_property('strip_components', country=country) + + @classmethod + def add_country_code(cls, postal_code, country): + postal_code = postal_code.strip() + if not postal_codes_config.get_property('add_country_code', country=country): + return postal_code + + cc_probability = postal_codes_config.get_property('country_code_probablity', country=country, default=0.0) + if random.random() >= cc_probability or not postal_code or not postal_code[0].isdigit(): + return postal_code + + country_code_phrases = postal_codes_config.get_property('country_code_phrase', country=country, default=None) + if country_code_phrases is None: + country_code_phrase = country.upper() + else: + alternates, probs = alternative_probabilities(country_code_phrases) + probs_cdf = cdf(probs) + country_code_phrase = weighted_choice(alternates, probs_cdf) + + cc_hyphen_probability = postal_codes_config.get_property('country_code_hyphen_probability', country=country, default=0.0) + + separator = u'' + r = random.random() + if r < cc_hyphen_probability: + separator = u'-' + + return u'{}{}{}'.format(country_code_phrase, separator, postal_code) diff --git a/scripts/geodata/postal_codes/validation.py b/scripts/geodata/postal_codes/validation.py new file mode 100644 index 0000000..8c6e354 --- /dev/null +++ b/scripts/geodata/postal_codes/validation.py @@ -0,0 +1,33 @@ +import re +from geodata.i18n.google import google_i18n +from geodata.postal_codes.config import postal_codes_config + + +class PostcodeRegexes(object): + def __init__(self): + self.responses = {} + self.postcode_regexes = {} + + def get(self, country_code): + ret = self.postcode_regexes.get(country_code.lower()) + if ret is None: + + override_regex = postal_codes_config.get_property('override_regex', country=country_code) + if override_regex: + ret = re.compile(override_regex, re.I) + self.postcode_regexes[country_code.lower()] = ret + return ret + + response = google_i18n.get(country_code) + if response: + postcode_expression = response.get('zip') + if not postcode_expression: + self.postcode_regexes[country_code.lower()] = None + return None + ret = re.compile(postcode_expression, re.I) + self.postcode_regexes[country_code.lower()] = ret + + return ret + + +postcode_regexes = PostcodeRegexes() diff --git a/scripts/geodata/quattroshapes/download_quattroshapes.sh b/scripts/geodata/quattroshapes/download_quattroshapes.sh new file mode 100755 index 0000000..6aebae1 --- /dev/null +++ b/scripts/geodata/quattroshapes/download_quattroshapes.sh @@ -0,0 +1,25 @@ +BASE_URL="http://static.quattroshapes.com" + +FILENAMES=("qs_adm0.zip" "qs_adm1.zip" "qs_adm1_region.zip" "qs_adm2.zip" "qs_adm2_region.zip" "qs_localadmin.zip" "qs_localities.zip" "qs_neighborhoods.zip") + +DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) + +PREV_DIR=`pwd` + +if [ "$#" -eq 1 ]; then + OUT_DIR=$1 +else + OUT_DIR = $DIR/../../../data/quattroshapes +fi + + +mkdir -p $OUT_DIR + +cd $OUT_DIR + +for filename in ${FILENAMES[*]}; +do wget $BASE_URL/$filename; +unzip $filename; +done; + +cd $PREV_DIR diff --git a/scripts/geodata/states/__init__.py b/scripts/geodata/states/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/states/state_abbreviations.py b/scripts/geodata/states/state_abbreviations.py new file mode 100644 index 0000000..f6a63cf --- /dev/null +++ b/scripts/geodata/states/state_abbreviations.py @@ -0,0 +1,62 @@ +import os +import random +import six +import sys +import yaml + +from collections import defaultdict + +this_dir = os.path.realpath(os.path.dirname(__file__)) + +from geodata.configs.utils import nested_get, DoesNotExist +from geodata.encoding import safe_decode + + +STATE_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, + 'resources', 'states') + + +class StateAbbreviations(object): + def __init__(self, base_dir=STATE_DIR): + self.full_names = {} + self.abbreviations = {} + + for filename in os.listdir(base_dir): + country = filename.split('.yaml')[0] + country_config = yaml.load(open(os.path.join(base_dir, filename))) + + country_abbreviations = defaultdict(list) + country_full_names = defaultdict(dict) + + for abbreviation, vals in six.iteritems(country_config): + for language, full_name in six.iteritems(vals): + full_name = safe_decode(full_name) + abbreviation = safe_decode(abbreviation) + country_abbreviations[(full_name.lower(), language)].append(abbreviation) + country_full_names[abbreviation.lower()][language] = full_name + + self.abbreviations[country] = dict(country_abbreviations) + self.full_names[country] = dict(country_full_names) + + def get_all_abbreviations(self, country, language, state, default=None): + values = nested_get(self.abbreviations, (country.lower(), (state.lower(), language.lower()))) + if values is DoesNotExist: + return default + return values + + def get_abbreviation(self, country, language, state, default=None): + values = self.get_all_abbreviations(country, language, state, default=default) + if values == default: + return default + elif len(values) == 1: + return values[0] + return random.choice(values) + + def get_full_name(self, country, language, state, default=None): + value = nested_get(self.full_names, (country.lower(), state.lower(), language.lower())) + if value is DoesNotExist: + return default + return value + + +state_abbreviations = StateAbbreviations() diff --git a/scripts/geodata/statistics/__init__.py b/scripts/geodata/statistics/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/statistics/tf_idf.py b/scripts/geodata/statistics/tf_idf.py new file mode 100644 index 0000000..a6183d8 --- /dev/null +++ b/scripts/geodata/statistics/tf_idf.py @@ -0,0 +1,39 @@ +import math +from collections import defaultdict + + +class IDFIndex(object): + finalized = False + + def __init__(self): + self.idf_counts = defaultdict(int) + self.N = 0 + + def update(self, doc): + if self.finalized or not doc: + return + + for feature, count in doc.iteritems(): + self.idf_counts[feature] += 1 + + self.N += 1 + + def prune(self, min_count): + self.idf_counts = {k: count for k, count in self.idf_counts.iteritems() if count >= min_count} + + def corpus_frequency(self, key): + return self.idf_counts.get(key, 0) + + def tfidf_score(self, key, count=1): + if count < 0: + return 0.0 + + idf_count = self.idf_counts.get(key, None) + if idf_count is None: + return 0.0 + return (math.log(count + 1.0) * (math.log(float(self.N) / idf_count))) + + def tfidf_vector(self, token_counts): + tf_idf = [self.tfidf_score(t, count=c) for t, c in token_counts.iteritems()] + norm = math.sqrt(sum((t ** 2 for t in tf_idf))) + return [t / norm for t in tf_idf] diff --git a/scripts/geodata/string_utils.py b/scripts/geodata/string_utils.py new file mode 100644 index 0000000..3812f11 --- /dev/null +++ b/scripts/geodata/string_utils.py @@ -0,0 +1,36 @@ +import sys +from encoding import safe_decode + +NUM_CODEPOINTS = 0x10FFFF + 1 + + +def wide_unichr(i): + if i <= sys.maxunicode: + return unichr(i) + else: + return '\U{0:08x}'.format(i).decode('unicode-escape') + + +def wide_ord(c): + if len(c) == 1: + return ord(c) + elif len(c) == 2: + h, l = c + return ((ord(h) - 0xD800) * 0x400) + (ord(l) - 0xDC00) + 0x10000 + + return None + + +def wide_iter(s): + skip = False + s = safe_decode(s) + for i, c in enumerate(s): + if skip: + skip = False + continue + + if 0xD800 <= ord(c) <= 0xDBFF: + yield s[i:i+2] + skip = True + continue + yield c diff --git a/scripts/geodata/tests/__init__.py b/scripts/geodata/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/tests/test_address_configs.py b/scripts/geodata/tests/test_address_configs.py new file mode 100644 index 0000000..fa46397 --- /dev/null +++ b/scripts/geodata/tests/test_address_configs.py @@ -0,0 +1,128 @@ +import re +import six +import unittest + +from geodata.addresses.entrances import * +from geodata.addresses.floors import * +from geodata.intersections.query import * +from geodata.addresses.po_boxes import * +from geodata.addresses.postcodes import * +from geodata.addresses.staircases import * +from geodata.addresses.units import * +from geodata.categories.query import * + +from geodata.math.floats import isclose + + +invalid_phrase_re = re.compile(r'\b(None|False|True)\b') + + +class TestAddressConfigs(unittest.TestCase): + def valid_phrase(self, phrase): + return phrase is None or not invalid_phrase_re.search(phrase) + + def check_components(self, language, country): + conf = address_config.get_property('components', language, country=country) + for component, value in six.iteritems(conf): + if component == 'combinations': + continue + total_prob = 0.0 + for k, v in six.iteritems(value): + if k.endswith('probability'): + total_prob += v + + self.assertTrue(isclose(total_prob, 1.0), six.u('language: {}, country: {}, component: {}'.format(language, country, component))) + + def check_entrance_phrases(self, language, country=None): + for i in xrange(1000): + phrase = Entrance.phrase(Entrance.random(language, country=country), language, country=country) + self.assertTrue(self.valid_phrase(phrase), six.u('phrase was: {}').format(phrase)) + + def check_staircase_phrases(self, language, country=None): + for i in xrange(1000): + phrase = Entrance.phrase(Entrance.random(language, country=country), language, country=country) + self.assertTrue(self.valid_phrase(phrase), six.u('phrase was: {}').format(phrase)) + + def check_floor_phrases(self, language, country=None): + for i in xrange(10000): + phrase = Floor.phrase(Floor.random(language, country=country), language, country=country) + self.assertTrue(self.valid_phrase(phrase), six.u('phrase was: {}').format(phrase)) + for i in xrange(1000): + phrase = Floor.phrase(None, language, country=country) + self.assertTrue(self.valid_phrase(phrase), six.u('phrase was: {}').format(phrase)) + for i in xrange(1000): + phrase = Floor.phrase(None, language, country=country, num_floors=3) + self.assertTrue(self.valid_phrase(phrase), six.u('phrase was: {}').format(phrase)) + + def check_unit_phrases(self, language, country=None): + for i in xrange(10000): + phrase = Unit.phrase(Unit.random(language, country=country), language, country=country) + self.assertTrue(self.valid_phrase(phrase), six.u('phrase was: {}').format(phrase)) + for i in xrange(1000): + phrase = Unit.phrase(None, language, country=country) + self.assertTrue(self.valid_phrase(phrase), six.u('phrase was: {}').format(phrase)) + for i in xrange(1000): + phrase = Unit.phrase(Unit.random(language, country=country, num_floors=3, num_basements=1), language, country=country) + self.assertTrue(self.valid_phrase(phrase), six.u('phrase was: {}').format(phrase)) + + for zone in ('commercial', 'industrial', 'university'): + for i in xrange(1000): + phrase = Unit.phrase(Unit.random(language, country=country), language, country=country, zone=zone) + self.assertTrue(self.valid_phrase(phrase), six.u('phrase was: {}').format(phrase)) + + def check_po_boxes(self, language, country=None): + for i in xrange(1000): + phrase = POBox.phrase(POBox.random(language, country=country), language, country=country) + if phrase is None: + break + self.assertTrue(self.valid_phrase(phrase), six.u('phrase was: {}').format(phrase)) + + def check_postcodes(self, language, country=None): + for i in xrange(1000): + phrase = PostCode.phrase('12345', language, country=country) + if phrase is None: + break + self.assertTrue(self.valid_phrase(phrase), six.u('phrase was: {}').format(phrase)) + + def check_intersection_phrases(self, language, country=None): + for i in xrange(1000): + phrase = Intersection.phrase(language, country=country) + if phrase is None: + break + self.assertTrue(self.valid_phrase(phrase), six.u('phrase was: {}').format(phrase)) + + def check_category_phrases(self, language, country=None): + for i in xrange(1000): + phrase = Category.phrase(language, 'amenity', 'restaurant', country=country) + if phrase.category is None: + break + + def check_config(self, language, country=None): + print('Doing lang={}, country={}'.format(language, country)) + print('Checking components') + self.check_components(language, country=country) + print('Checking entrances') + self.check_entrance_phrases(language, country=country) + print('Checking staircases') + self.check_staircase_phrases(language, country=country) + print('Checking floors') + self.check_floor_phrases(language, country=country) + print('Checking units') + self.check_unit_phrases(language, country=country) + print('Checking intersections') + self.check_intersection_phrases(language, country=country) + print('Checking categories') + self.check_category_phrases(language, country=country) + print('Checking PO boxes') + self.check_po_boxes(language, country=country) + print('Checking postcodes') + self.check_postcodes(language, country=country) + + def test_configs(self): + for lang, value in six.iteritems(address_config.address_configs): + self.check_config(lang) + for country in value.get('countries', []): + self.check_config(lang, country) + +if __name__ == '__main__': + unittest.main() diff --git a/scripts/geodata/tests/test_disambiguation.py b/scripts/geodata/tests/test_disambiguation.py new file mode 100644 index 0000000..fd792f5 --- /dev/null +++ b/scripts/geodata/tests/test_disambiguation.py @@ -0,0 +1,119 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from __future__ import unicode_literals + +import os +import sys +import unittest + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.i18n.languages import init_languages, get_country_languages, get_regional_languages +from geodata.language_id.disambiguation import disambiguate_language, street_types_gazetteer, UNKNOWN_LANGUAGE, AMBIGUOUS_LANGUAGE + + +country_test_cases = [ + # String, country, expected language + ('Division Street', 'us', 'en'), + ('Kalfarveien', 'no', 'nb'), + ('Upper Glenburn Road', 'gb', 'en'), + ('Zafer Caddesi', 'cy', 'tr'), + + # US has some Spanish and French street names + ('Avenue P', 'us', 'en'), + ('Avenue du Champs', 'us', 'fr'), + ('Avenida de la Plata', 'us', 'es'), + ('Pl', 'us', UNKNOWN_LANGUAGE), + ('No 2 School House', 'us', UNKNOWN_LANGUAGE), + ('E Thetford Rd', 'us', 'en'), + ('El Camino', 'us', 'es'), + ('The El Camino', 'us', 'en'), + ('Via Antiqua Street', 'us', 'en'), + ('Salt Evaporator Plan Road', 'us', 'en'), + ('Calle Las Brisas North', 'us', 'en'), + ('Chateau Estates', 'us', 'en'), + ('Grand Boulevard', 'us', 'en'), + ('Rue Louis Phillippe', 'us', 'fr'), + ('Calle Street', 'us', 'en'), + ('Del Rio Avenue', 'us', 'en'), + ('South Signal Butte Road', 'us', 'en'), + ('Chief All Over', 'us', UNKNOWN_LANGUAGE), + ('South Alameda Street', 'us', 'en'), + ('The Alameda', 'us', 'en'), + ('Rincon Road', 'us', 'en'), + + # Avenue + stopword + ('Avenue du Bourget-du-Lac', 'je', 'fr'), + + # UAE, English is non-default, has abbreviation + ('128 A St', 'ae', 'en'), + ('128 A St.', 'ae', 'en'), + + # English / Arabic street address + ('Omar Street شارع عمر', 'iq', AMBIGUOUS_LANGUAGE), + + # Random script + ('Bayard Street - 擺也街', 'us', AMBIGUOUS_LANGUAGE), + + + # Brussels address + ('Avenue Paul Héger - Paul Hégerlaan', 'be', AMBIGUOUS_LANGUAGE), + ('Smaragdstraat', 'be', 'nl'), + + + # India + ('Kidwai nagar', 'in', 'hi'), + ('Mavoor Rd.', 'in', 'en'), + + # Sri Lanka + ('Sri Sadathissa Mawatha', 'lk', 'si'), + + # Russian + ('Фрунзе улица', 'kg', 'ru'), +] + +regional_test_cases = [ + # Spain + ('Carrer de la Morella', 'es', 'qs_a1r', 'Cataluña/Catalunya', 'ca'), + ('Avinguda Diagonal', 'es', 'qs_a1r', 'Cataluña/Catalunya', 'ca'), + ('Avinguda de Filipines - Avenida de Filipinas', 'es', 'qs_a1r', 'Cataluña/Catalunya', AMBIGUOUS_LANGUAGE), + ('Calle de la Morella', 'es', 'qs_a1r', 'Cataluña/Catalunya', 'es'), + ('autobidea', 'es', 'qs_a1r', 'Comunidad Foral de Navarra', 'eu'), + ('Calle', 'es', 'qs_a1r', 'Comunidad Foral de Navarra', 'es'), + ('Txurruka', 'es', 'qs_a1r', 'País Vasco/Euskadi', UNKNOWN_LANGUAGE), + + # Belgium + ('Lutticherstrasse', 'be', 'qs_a1', 'Liège', 'de'), + ('Chaussée de Charleroi', 'be', 'qs_a1', 'Namur', 'fr'), + + # France / Occitan + ('Carriera de Brasinvert', 'fr', 'qs_a1r', 'Rhône-Alpes', 'oc'), + +] + + +class TestNormalization(unittest.TestCase): + def test_countries(self): + for s, country, expected in country_test_cases: + languages = get_country_languages(country) + self.assertTrue(bool(languages)) + + lang = disambiguate_language(s, languages.items()) + self.assertEqual(lang, expected, '{} != {} for {}, langs={}'.format(lang, expected, s, languages.items())) + + def test_regional(self): + for s, country, k, v, expected in regional_test_cases: + languages = get_country_languages(country) + self.assertTrue(bool(languages)) + regional = get_regional_languages(country, k, v) + self.assertTrue(bool(regional)) + regional.update(languages) + + lang = disambiguate_language(s, regional.items()) + + self.assertEqual(lang, expected, '{} != {} for {}, langs={}'.format(lang, expected, s, regional.items())) + +if __name__ == '__main__': + unittest.main() diff --git a/scripts/geodata/text/__init__.py b/scripts/geodata/text/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/text/normalize.py b/scripts/geodata/text/normalize.py new file mode 100644 index 0000000..70a70be --- /dev/null +++ b/scripts/geodata/text/normalize.py @@ -0,0 +1,76 @@ +# -*- coding: utf-8 -*- +import six + +from geodata.text import _normalize +from geodata.text.token_types import token_types + +from geodata.encoding import safe_decode + +# String options +NORMALIZE_STRING_LATIN_ASCII = _normalize.NORMALIZE_STRING_LATIN_ASCII +NORMALIZE_STRING_TRANSLITERATE = _normalize.NORMALIZE_STRING_TRANSLITERATE +NORMALIZE_STRING_STRIP_ACCENTS = _normalize.NORMALIZE_STRING_STRIP_ACCENTS +NORMALIZE_STRING_DECOMPOSE = _normalize.NORMALIZE_STRING_DECOMPOSE +NORMALIZE_STRING_LOWERCASE = _normalize.NORMALIZE_STRING_LOWERCASE +NORMALIZE_STRING_TRIM = _normalize.NORMALIZE_STRING_TRIM +NORMALIZE_STRING_REPLACE_HYPHENS = _normalize.NORMALIZE_STRING_REPLACE_HYPHENS +NORMALIZE_STRING_SIMPLE_LATIN_ASCII = _normalize.NORMALIZE_STRING_SIMPLE_LATIN_ASCII + +DEFAULT_STRING_OPTIONS = _normalize.NORMALIZE_DEFAULT_STRING_OPTIONS + +# Token options +NORMALIZE_TOKEN_REPLACE_HYPHENS = _normalize.NORMALIZE_TOKEN_REPLACE_HYPHENS +NORMALIZE_TOKEN_DELETE_HYPHENS = _normalize.NORMALIZE_TOKEN_DELETE_HYPHENS +NORMALIZE_TOKEN_DELETE_FINAL_PERIOD = _normalize.NORMALIZE_TOKEN_DELETE_FINAL_PERIOD +NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS = _normalize.NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS +NORMALIZE_TOKEN_DROP_ENGLISH_POSSESSIVES = _normalize.NORMALIZE_TOKEN_DROP_ENGLISH_POSSESSIVES +NORMALIZE_TOKEN_DELETE_OTHER_APOSTROPHE = _normalize.NORMALIZE_TOKEN_DELETE_OTHER_APOSTROPHE +NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC = _normalize.NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC +NORMALIZE_TOKEN_REPLACE_DIGITS = _normalize.NORMALIZE_TOKEN_REPLACE_DIGITS + +DEFAULT_TOKEN_OPTIONS = _normalize.NORMALIZE_DEFAULT_TOKEN_OPTIONS + +TOKEN_OPTIONS_DROP_PERIODS = _normalize.NORMALIZE_TOKEN_OPTIONS_DROP_PERIODS +DEFAULT_TOKEN_OPTIONS_NUMERIC = _normalize.NORMALIZE_DEFAULT_TOKEN_OPTIONS_NUMERIC + + +def remove_parens(tokens): + new_tokens = [] + open_parens = 0 + for t, c in tokens: + if c == token_types.PUNCT_OPEN: + open_parens += 1 + elif c == token_types.PUNCT_CLOSE: + if open_parens > 0: + open_parens -= 1 + elif open_parens <= 0: + new_tokens.append((t, c)) + return new_tokens + + +def normalize_string(s, string_options=DEFAULT_STRING_OPTIONS): + s = safe_decode(s) + return _normalize.normalize_string(s, string_options) + + +def normalized_tokens(s, string_options=DEFAULT_STRING_OPTIONS, + token_options=DEFAULT_TOKEN_OPTIONS, + strip_parentheticals=True, whitespace=False): + ''' + Normalizes a string, tokenizes, and normalizes each token + with string and token-level options. + + This version only uses libpostal's deterministic normalizations + i.e. methods with a single output. The string tree version will + return multiple normalized strings, each with tokens. + + Usage: + normalized_tokens(u'St.-Barthélemy') + ''' + s = safe_decode(s) + normalized_tokens = _normalize.normalized_tokens(s, string_options, token_options, whitespace) + + if strip_parentheticals: + normalized_tokens = remove_parens(normalized_tokens) + + return [(s, token_types.from_id(token_type)) for s, token_type in normalized_tokens] diff --git a/scripts/geodata/text/phrases.py b/scripts/geodata/text/phrases.py new file mode 100644 index 0000000..f9e5e69 --- /dev/null +++ b/scripts/geodata/text/phrases.py @@ -0,0 +1,75 @@ +import six + +from collections import * +from marisa_trie import BytesTrie +from geodata.encoding import safe_encode, safe_decode + +SENTINEL = None + + +class PhraseFilter(object): + def __init__(self, phrases): + if hasattr(phrases, 'items'): + phrases = six.iteritems(phrases) + vals = [(safe_decode(key), self.serialize(val)) for key, val in phrases] + self.trie = BytesTrie(vals) + + serialize = staticmethod(safe_encode) + deserialize = staticmethod(safe_decode) + + def filter(self, tokens): + def return_item(item): + return False, item, [] + + if not tokens: + return + + ent = [] + ent_tokens = [] + + queue = deque(tokens + [(SENTINEL,) * 2]) + skip_until = 0 + + trie = self.trie + + while queue: + item = queue.popleft() + t, c = item + + if t is not SENTINEL and trie.has_keys_with_prefix(u' '.join(ent_tokens + [t])): + ent.append(item) + ent_tokens.append(item[0]) + elif ent_tokens: + res = trie.get(u' '.join(ent_tokens)) or None + if res is not None: + yield (True, ent, map(self.deserialize, res)) + queue.appendleft(item) + ent = [] + ent_tokens = [] + elif len(ent_tokens) == 1: + yield return_item(ent[0]) + ent = [] + ent_tokens = [] + queue.appendleft(item) + else: + have_phrase = False + + for i in xrange(len(ent) - 1, 0, -1): + remainder = ent[i:] + res = trie.get(u' '.join([e[0] for e in ent[:i]])) or None + if res is not None: + yield (True, ent[:i], map(self.deserialize, res)) + have_phrase = True + break + + if not have_phrase: + yield return_item(ent[0]) + + todos = list(remainder) + todos.append(item) + queue.extendleft(reversed(todos)) + + ent = [] + ent_tokens = [] + elif t is not SENTINEL: + yield return_item(item) diff --git a/scripts/geodata/text/pynormalize.c b/scripts/geodata/text/pynormalize.c new file mode 100644 index 0000000..1ce2df7 --- /dev/null +++ b/scripts/geodata/text/pynormalize.c @@ -0,0 +1,291 @@ +#include + +#include + +#if PY_MAJOR_VERSION >= 3 +#define IS_PY3K +#endif + +struct module_state { + PyObject *error; +}; + + +#ifdef IS_PY3K + #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) +#else + #define GETSTATE(m) (&_state) + static struct module_state _state; +#endif + +static PyObject *py_normalize_string(PyObject *self, PyObject *args) +{ + PyObject *arg1; + uint64_t options; + if (!PyArg_ParseTuple(args, "OK:normalize", &arg1, &options)) { + return 0; + } + + PyObject *unistr = PyUnicode_FromObject(arg1); + if (unistr == NULL) { + PyErr_SetString(PyExc_TypeError, + "Parameter could not be converted to unicode in scanner"); + return 0; + } + + #ifdef IS_PY3K + // Python 3 encoding, supported by Python 3.3+ + + char *input = PyUnicode_AsUTF8(unistr); + + #else + // Python 2 encoding + + PyObject *str = PyUnicode_AsEncodedString(unistr, "utf-8", "strict"); + if (str == NULL) { + PyErr_SetString(PyExc_TypeError, + "Parameter could not be utf-8 encoded"); + goto exit_normalize_decref_unistr; + } + + char *input = PyBytes_AsString(str); + + #endif + + if (input == NULL) { + goto exit_normalize_decref_str; + } + + char *normalized = libpostal_normalize_string(input, options); + + if (normalized == NULL) { + goto exit_normalize_decref_str; + } + + PyObject *result = PyUnicode_DecodeUTF8((const char *)normalized, strlen(normalized), "strict"); + free(normalized); + if (result == NULL) { + PyErr_SetString(PyExc_ValueError, + "Result could not be utf-8 decoded"); + goto exit_normalize_decref_str; + } + + #ifndef IS_PY3K + Py_XDECREF(str); + #endif + Py_XDECREF(unistr); + + return result; + +exit_normalize_decref_str: +#ifndef IS_PY3K + Py_XDECREF(str); +#endif +exit_normalize_decref_unistr: + Py_XDECREF(unistr); + return 0; +} + + +static PyObject *py_normalized_tokens(PyObject *self, PyObject *args) +{ + PyObject *arg1; + uint64_t string_options = LIBPOSTAL_NORMALIZE_DEFAULT_STRING_OPTIONS; + uint64_t token_options = LIBPOSTAL_NORMALIZE_DEFAULT_TOKEN_OPTIONS; + uint32_t arg_whitespace = 0; + + PyObject *result = NULL; + + if (!PyArg_ParseTuple(args, "O|KKI:normalize", &arg1, &string_options, &token_options, &arg_whitespace)) { + return 0; + } + + PyObject *unistr = PyUnicode_FromObject(arg1); + if (unistr == NULL) { + PyErr_SetString(PyExc_TypeError, + "Parameter could not be converted to unicode in scanner"); + return 0; + } + + #ifdef IS_PY3K + // Python 3 encoding, supported by Python 3.3+ + + char *input = PyUnicode_AsUTF8(unistr); + + #else + // Python 2 encoding + + PyObject *str = PyUnicode_AsEncodedString(unistr, "utf-8", "strict"); + if (str == NULL) { + PyErr_SetString(PyExc_TypeError, + "Parameter could not be utf-8 encoded"); + goto exit_normalized_tokens_decref_str; + } + + char *input = PyBytes_AsString(str); + + #endif + + if (input == NULL) { + goto exit_normalized_tokens_decref_str; + } + + bool whitespace = arg_whitespace; + + size_t num_tokens; + libpostal_normalized_token_t *normalized_tokens = libpostal_normalized_tokens(input, string_options, token_options, whitespace, &num_tokens); + + if (normalized_tokens == NULL) { + goto exit_normalized_tokens_decref_str; + } + + result = PyList_New((Py_ssize_t)num_tokens); + if (!result) { + goto exit_free_normalized_tokens; + } + + for (size_t i = 0; i < num_tokens; i++) { + libpostal_normalized_token_t normalized_token = normalized_tokens[i]; + char *token_str = normalized_token.str; + PyObject *py_token = PyUnicode_DecodeUTF8((const char *)token_str, strlen(token_str), "strict"); + if (py_token == NULL) { + Py_DECREF(result); + goto exit_free_normalized_tokens; + } + + PyObject *t = PyTuple_New(2); + PyObject *py_token_type = PyInt_FromLong(normalized_token.token.type); + + PyTuple_SetItem(t, 0, py_token); + PyTuple_SetItem(t, 1, py_token_type); + + // Note: PyList_SetItem steals a reference, so don't worry about DECREF + PyList_SetItem(result, (Py_ssize_t)i, t); + } + + for (size_t i = 0; i < num_tokens; i++) { + free(normalized_tokens[i].str); + } + free(normalized_tokens); + + #ifndef IS_PY3K + Py_XDECREF(str); + #endif + Py_XDECREF(unistr); + + return result; +exit_free_normalized_tokens: + for (size_t i = 0; i < num_tokens; i++) { + free(normalized_tokens[i].str); + } + free(normalized_tokens); +exit_normalized_tokens_decref_str: +#ifndef IS_PY3K + Py_XDECREF(str); +#endif +exit_normalized_tokens_decref_unistr: + Py_XDECREF(unistr); + return 0; +} + + +static PyMethodDef normalize_methods[] = { + {"normalize_string", (PyCFunction)py_normalize_string, METH_VARARGS, "normalize_string(input, options)"}, + {"normalized_tokens", (PyCFunction)py_normalized_tokens, METH_VARARGS, "normalize_token(input, string_options, token_options, whitespace)"}, + {NULL, NULL}, +}; + + + +#ifdef IS_PY3K + +static int normalize_traverse(PyObject *m, visitproc visit, void *arg) { + Py_VISIT(GETSTATE(m)->error); + return 0; +} + +static int normalize_clear(PyObject *m) { + Py_CLEAR(GETSTATE(m)->error); + return 0; +} + + +static struct PyModuleDef module_def = { + PyModuleDef_HEAD_INIT, + "_normalize", + NULL, + sizeof(struct module_state), + normalize_methods, + NULL, + normalize_traverse, + normalize_clear, + NULL +}; + +#define INITERROR return NULL + +PyObject * +PyInit_normalize(void) { +#else +#define INITERROR return + +void +init_normalize(void) { +#endif + +#ifdef IS_PY3K + PyObject *module = PyModule_Create(&module_def); +#else + PyObject *module = Py_InitModule("_normalize", normalize_methods); +#endif + + if (module == NULL) + INITERROR; + struct module_state *st = GETSTATE(module); + + st->error = PyErr_NewException("_normalize.Error", NULL, NULL); + if (st->error == NULL) { + Py_DECREF(module); + INITERROR; + } + + if (!libpostal_setup()) { + PyErr_SetString(PyExc_RuntimeError, + "Could not load libpostal"); + Py_DECREF(module); + INITERROR; + } + + PyModule_AddObject(module, "NORMALIZE_STRING_LATIN_ASCII", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_STRING_LATIN_ASCII)); + PyModule_AddObject(module, "NORMALIZE_STRING_TRANSLITERATE", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_STRING_TRANSLITERATE)); + PyModule_AddObject(module, "NORMALIZE_STRING_STRIP_ACCENTS", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_STRING_STRIP_ACCENTS)); + PyModule_AddObject(module, "NORMALIZE_STRING_DECOMPOSE", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_STRING_DECOMPOSE)); + PyModule_AddObject(module, "NORMALIZE_STRING_COMPOSE", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_STRING_COMPOSE)); + PyModule_AddObject(module, "NORMALIZE_STRING_LOWERCASE", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_STRING_LOWERCASE)); + PyModule_AddObject(module, "NORMALIZE_STRING_TRIM", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_STRING_TRIM)); + PyModule_AddObject(module, "NORMALIZE_STRING_REPLACE_HYPHENS", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_STRING_REPLACE_HYPHENS)); + PyModule_AddObject(module, "NORMALIZE_STRING_SIMPLE_LATIN_ASCII", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_STRING_SIMPLE_LATIN_ASCII)); + + + PyModule_AddObject(module, "NORMALIZE_TOKEN_REPLACE_HYPHENS", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_TOKEN_REPLACE_HYPHENS)); + PyModule_AddObject(module, "NORMALIZE_TOKEN_DELETE_HYPHENS", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_TOKEN_DELETE_HYPHENS)); + PyModule_AddObject(module, "NORMALIZE_TOKEN_DELETE_FINAL_PERIOD", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_TOKEN_DELETE_FINAL_PERIOD)); + PyModule_AddObject(module, "NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS)); + PyModule_AddObject(module, "NORMALIZE_TOKEN_DROP_ENGLISH_POSSESSIVES", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_TOKEN_DROP_ENGLISH_POSSESSIVES)); + PyModule_AddObject(module, "NORMALIZE_TOKEN_DELETE_OTHER_APOSTROPHE", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_TOKEN_DELETE_OTHER_APOSTROPHE)); + PyModule_AddObject(module, "NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC)); + PyModule_AddObject(module, "NORMALIZE_TOKEN_REPLACE_DIGITS", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_TOKEN_REPLACE_DIGITS)); + + + PyModule_AddObject(module, "NORMALIZE_DEFAULT_STRING_OPTIONS", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_DEFAULT_STRING_OPTIONS)); + PyModule_AddObject(module, "NORMALIZE_DEFAULT_TOKEN_OPTIONS", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_DEFAULT_TOKEN_OPTIONS)); + + PyModule_AddObject(module, "NORMALIZE_TOKEN_OPTIONS_DROP_PERIODS", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_TOKEN_OPTIONS_DROP_PERIODS)); + + PyModule_AddObject(module, "NORMALIZE_DEFAULT_TOKEN_OPTIONS_NUMERIC", PyLong_FromUnsignedLongLong(LIBPOSTAL_NORMALIZE_DEFAULT_TOKEN_OPTIONS_NUMERIC)); + + +#if PY_MAJOR_VERSION >= 3 + return module; +#endif +} diff --git a/scripts/geodata/text/pytokenize.c b/scripts/geodata/text/pytokenize.c new file mode 100644 index 0000000..a69a86e --- /dev/null +++ b/scripts/geodata/text/pytokenize.c @@ -0,0 +1,167 @@ +#include + +#include + +#if PY_MAJOR_VERSION >= 3 +#define IS_PY3K +#endif + +struct module_state { + PyObject *error; +}; + + +#ifdef IS_PY3K + #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) +#else + #define GETSTATE(m) (&_state) + static struct module_state _state; +#endif + +static PyObject *py_tokenize(PyObject *self, PyObject *args) +{ + PyObject *arg1; + uint32_t arg_whitespace = 0; + + if (!PyArg_ParseTuple(args, "OI:tokenize", &arg1, &arg_whitespace)) { + return 0; + } + + bool whitespace = arg_whitespace; + + PyObject *unistr = PyUnicode_FromObject(arg1); + if (unistr == NULL) { + PyErr_SetString(PyExc_TypeError, + "Parameter could not be converted to unicode in scanner"); + return 0; + } + + #ifdef IS_PY3K + // Python 3 encoding, supported by Python 3.3+ + + char *input = PyUnicode_AsUTF8(unistr); + + #else + // Python 2 encoding + + PyObject *str = PyUnicode_AsEncodedString(unistr, "utf-8", "strict"); + if (str == NULL) { + PyErr_SetString(PyExc_TypeError, + "Parameter could not be utf-8 encoded"); + goto error_decref_unistr; + } + + char *input = PyBytes_AsString(str); + + #endif + + + if (input == NULL) { + goto error_decref_str; + } + + size_t num_tokens; + + libpostal_token_t *tokens = libpostal_tokenize(input, whitespace, &num_tokens); + if (tokens == NULL) { + goto error_decref_str; + } + + PyObject *result = PyTuple_New(num_tokens); + if (!result) { + free(tokens); + goto error_decref_str; + return 0; + } + + PyObject *tuple; + + libpostal_token_t token; + for (size_t i = 0; i < num_tokens; i++) { + token = tokens[i]; + tuple = Py_BuildValue("III", token.offset, token.len, token.type); + if (PyTuple_SetItem(result, i, tuple) < 0) { + free(tokens); + goto error_decref_str; + } + } + + #ifndef IS_PY3K + Py_XDECREF(str); + #endif + Py_XDECREF(unistr); + + free(tokens); + + return result; + +error_decref_str: +#ifndef IS_PY3K + Py_XDECREF(str); +#endif +error_decref_unistr: + Py_XDECREF(unistr); + return 0; +} + +static PyMethodDef tokenize_methods[] = { + {"tokenize", (PyCFunction)py_tokenize, METH_VARARGS, "tokenize(text, whitespace)"}, + {NULL, NULL}, +}; + +#ifdef IS_PY3K + +static int tokenize_traverse(PyObject *m, visitproc visit, void *arg) { + Py_VISIT(GETSTATE(m)->error); + return 0; +} + +static int tokenize_clear(PyObject *m) { + Py_CLEAR(GETSTATE(m)->error); + return 0; +} + + +static struct PyModuleDef module_def = { + PyModuleDef_HEAD_INIT, + "_tokenize", + NULL, + sizeof(struct module_state), + tokenize_methods, + NULL, + tokenize_traverse, + tokenize_clear, + NULL +}; + +#define INITERROR return NULL + +PyObject * +PyInit_tokenize(void) { +#else +#define INITERROR return + +void +init_tokenize(void) { +#endif + +#ifdef IS_PY3K + PyObject *module = PyModule_Create(&module_def); +#else + PyObject *module = Py_InitModule("_tokenize", tokenize_methods); +#endif + + if (module == NULL) + INITERROR; + struct module_state *st = GETSTATE(module); + + st->error = PyErr_NewException("_tokenize.Error", NULL, NULL); + if (st->error == NULL) { + Py_DECREF(module); + INITERROR; + } + +#if PY_MAJOR_VERSION >= 3 + return module; +#endif +} \ No newline at end of file diff --git a/scripts/geodata/text/token_types.py b/scripts/geodata/text/token_types.py new file mode 100644 index 0000000..d94a734 --- /dev/null +++ b/scripts/geodata/text/token_types.py @@ -0,0 +1,104 @@ +from geodata.enum import Enum, EnumValue + + +class token_types(Enum): + # Word types + WORD = EnumValue(1) + ABBREVIATION = EnumValue(2) + IDEOGRAPHIC_CHAR = EnumValue(3) + HANGUL_SYLLABLE = EnumValue(4) + ACRONYM = EnumValue(5) + + # Special tokens + EMAIL = EnumValue(20) + URL = EnumValue(21) + US_PHONE = EnumValue(22) + INTL_PHONE = EnumValue(23) + + # Numbers and numeric types + NUMERIC = EnumValue(50) + ORDINAL = EnumValue(51) + ROMAN_NUMERAL = EnumValue(52) + IDEOGRAPHIC_NUMBER = EnumValue(53) + + # Punctuation types, may separate a phrase + PERIOD = EnumValue(100) + EXCLAMATION = EnumValue(101) + QUESTION_MARK = EnumValue(102) + COMMA = EnumValue(103) + COLON = EnumValue(104) + SEMICOLON = EnumValue(105) + PLUS = EnumValue(106) + AMPERSAND = EnumValue(107) + AT_SIGN = EnumValue(108) + POUND = EnumValue(109) + ELLIPSIS = EnumValue(110) + DASH = EnumValue(111) + BREAKING_DASH = EnumValue(112) + HYPHEN = EnumValue(113) + PUNCT_OPEN = EnumValue(114) + PUNCT_CLOSE = EnumValue(115) + DOUBLE_QUOTE = EnumValue(119) + SINGLE_QUOTE = EnumValue(120) + OPEN_QUOTE = EnumValue(121) + CLOSE_QUOTE = EnumValue(122) + SLASH = EnumValue(124) + BACKSLASH = EnumValue(125) + GREATER_THAN = EnumValue(126) + LESS_THAN = EnumValue(127) + + # Non-letters and whitespace + OTHER = EnumValue(200) + WHITESPACE = EnumValue(300) + NEWLINE = EnumValue(301) + + # Phrase, special application-level type not returned by the tokenizer + PHRASE = EnumValue(999) + + WORD_TOKEN_TYPES = set([ + WORD, + ABBREVIATION, + IDEOGRAPHIC_CHAR, + HANGUL_SYLLABLE, + ACRONYM + ]) + + NUMERIC_TOKEN_TYPES = set([ + NUMERIC, + ORDINAL, + ROMAN_NUMERAL, + IDEOGRAPHIC_NUMBER, + ]) + + PUNCTUATION_TOKEN_TYPES = set([ + PERIOD, + EXCLAMATION, + QUESTION_MARK, + COMMA, + COLON, + SEMICOLON, + PLUS, + AMPERSAND, + AT_SIGN, + POUND, + ELLIPSIS, + DASH, + BREAKING_DASH, + HYPHEN, + PUNCT_OPEN, + PUNCT_CLOSE, + DOUBLE_QUOTE, + SINGLE_QUOTE, + OPEN_QUOTE, + CLOSE_QUOTE, + SLASH, + BACKSLASH, + GREATER_THAN, + LESS_THAN, + ]) + + NON_ALPHANUMERIC_TOKEN_TYPES = PUNCTUATION_TOKEN_TYPES | set([ + OTHER, + WHITESPACE, + NEWLINE, + ]) diff --git a/scripts/geodata/text/tokenize.py b/scripts/geodata/text/tokenize.py new file mode 100644 index 0000000..a05022b --- /dev/null +++ b/scripts/geodata/text/tokenize.py @@ -0,0 +1,11 @@ +from geodata.encoding import safe_encode, safe_decode +from geodata.text import _tokenize +from geodata.text.token_types import token_types + + + +def tokenize(s, whitespace=False): + u = safe_decode(s) + s = safe_encode(s) + return [(safe_decode(s[start:start + length]), token_types.from_id(token_type)) + for start, length, token_type in _tokenize.tokenize(u, whitespace)] diff --git a/scripts/geodata/text/utils.py b/scripts/geodata/text/utils.py new file mode 100644 index 0000000..7459c33 --- /dev/null +++ b/scripts/geodata/text/utils.py @@ -0,0 +1,16 @@ +import re + +from geodata.text.tokenize import tokenize +from geodata.text.token_types import token_types + +non_breaking_dash_regex = re.compile(u'[\-\u058a\u05be\u1400\u1806\u2010-\u2013\u2212\u2e17\u2e1a\ufe32\ufe63\uff0d]', re.UNICODE) + + +def is_numeric(s): + tokens = tokenize(s) + return sum((1 for t, c in tokens if c in token_types.NUMERIC_TOKEN_TYPES)) == len(tokens) + + +def is_numeric_strict(s): + tokens = tokenize(s) + return sum((1 for t, c in tokens if c == token_types.NUMERIC)) == len(tokens) diff --git a/scripts/geodata/whosonfirst/__init__.py b/scripts/geodata/whosonfirst/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts/geodata/whosonfirst/client.py b/scripts/geodata/whosonfirst/client.py new file mode 100644 index 0000000..c01232f --- /dev/null +++ b/scripts/geodata/whosonfirst/client.py @@ -0,0 +1,55 @@ +import boto3 +import os +import six +import ujson as json + +from geodata.encoding import safe_encode +from geodata.file_utils import ensure_dir + + +class WhosOnFirst(object): + WOF_S3_BUCKET = 'whosonfirst.mapzen.com' + + def __init__(self, wof_dir, **s3_args): + self.s3 = boto3.client('s3') + self.wof_dir = wof_dir + + @classmethod + def path_and_filename(cls, wof_id): + id_str = safe_encode(wof_id) + n = 3 + parts = [id_str[i:i + n] for i in six.moves.xrange(0, len(id_str), n)] + filename = six.u('{}.geojson').format(wof_id) + return six.u('/').join(parts), filename + + def local_path(self, wof_id): + s3_path, filename = self.path_and_filename(wof_id) + local_path = s3_path + if os.sep != six.u('/'): + local_path = s3_path.replace(six.u('/'), os.sep) + return os.path.join(self.wof_dir, local_path, filename) + + def exists_locally(self, wof_id): + local_path = self.local_path(wof_id) + return os.path.exists(local_path) + + def load(self, wof_id): + local_path = self.local_path(wof_id) + return json.load(open(local_path)) + + def download_file(self, wof_id): + s3_path, filename = self.path_and_filename(wof_id) + + local_path = self.local_path(wof_id) + local_dir = os.path.dirname(local_path) + + s3_key = six.u('/').join(('data', s3_path, filename)) + try: + bucket = self.WOF_S3_BUCKET + self.s3.head_object(Bucket=bucket, Key=s3_key) + ensure_dir(local_dir) + if not os.path.exists(local_path): + self.s3.download_file(self.WOF_S3_BUCKET, s3_key, local_path) + return True + except Exception: + return False diff --git a/scripts/geodata/whosonfirst/crawl.py b/scripts/geodata/whosonfirst/crawl.py new file mode 100644 index 0000000..948d76e --- /dev/null +++ b/scripts/geodata/whosonfirst/crawl.py @@ -0,0 +1,74 @@ +import gevent +import gevent.pool + +import os +import six +import ujson as json + +from geodata.whosonfirst.client import WhosOnFirst +from geodata.encoding import safe_encode +from geodata.file_utils import ensure_dir + + +class WhosOnFirstCrawler(object): + def __init__(self, wof_dir, cache_size=10000, **s3_args): + self.wof_dir = wof_dir + self.admin_dir = os.path.join(wof_dir, 'admin') + ensure_dir(self.admin_dir) + self.client = WhosOnFirst(self.admin_dir, **s3_args) + + def walk_files(self, base_dir): + for root, dirs, files in os.walk(os.path.join(base_dir, 'data')): + if not files: + continue + for filename in files: + yield os.path.join(root, filename) + + def download_dependencies(self, path): + data = json.load(open(path)) + props = data['properties'] + + _, filename = os.path.split(path) + current_wof_id = filename.rsplit('.geojson', 1)[0] + + for hierarchy in props.get('wof:hierarchy', []): + for key, wof_id in six.iteritems(hierarchy): + wof_id = safe_encode(wof_id) + + if wof_id != current_wof_id and wof_id != '-1' and not self.client.exists_locally(wof_id): + if not self.client.download_file(wof_id): + print('error downloading {}'.format(wof_id)) + continue + return props.get('name') + + def data_and_dependencies(self, path): + data = json.load(open(path)) + props = data['properties'] + + _, filename = os.path.split(path) + current_wof_id = filename.rsplit('.geojson', 1)[0] + + dependencies = {} + + for hierarchy in props.get('wof:hierarchy', []): + for key, wof_id in six.iteritems(hierarchy): + wof_id = safe_encode(wof_id) + if wof_id in dependencies or wof_id == current_wof_id: + continue + + if not self.client.exists_locally(wof_id): + continue + + value = self.client.load(wof_id) + + # Only include properties, not all the polygon data + dependencies[wof_id] = value.get('properties', {}) + + return data, dependencies + + def load(self, repo_dir): + return (self.data_and_dependencies(filename) for filename in self.walk_files(repo_dir)) + + def crawl(self, repo_dir, workers=10): + workers = gevent.pool.Pool(workers) + return workers.imap_unordered(self.download_dependencies, self.walk_files(repo_dir)) diff --git a/scripts/geodata/whosonfirst/download_wof_admin_polygon.py b/scripts/geodata/whosonfirst/download_wof_admin_polygon.py new file mode 100644 index 0000000..51d029d --- /dev/null +++ b/scripts/geodata/whosonfirst/download_wof_admin_polygon.py @@ -0,0 +1,27 @@ +import os +import pycountry +import subprocess +import sys + + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + + +WOF_DATA_ADMIN_REPO_URL_PREFIX = "https://github.com/whosonfirst-data/whosonfirst-data/" +WOF_DATA_ADMIN_REPO_PREFIX = "whosonfirst-data-admin-" + + +def download_wof_data_admin(wof_dir): + for country_object in pycountry.countries: + repo_name = WOF_DATA_ADMIN_REPO_PREFIX + country_object.alpha2.lower() + repo_location = os.path.join(wof_dir, repo_name) + if not os.path.exists(repo_location): + subprocess.call(["git", "clone", WOF_DATA_ADMIN_REPO_URL_PREFIX + repo_name]) + + +if __name__ == '__main__': + if len(sys.argv) < 2: + sys.exit('Usage: python download_whosonfirst_data.py wof_dir') + + download_wof_data_admin(sys.argv[1]) diff --git a/scripts/geodata/whosonfirst/download_wof_postal_codes.py b/scripts/geodata/whosonfirst/download_wof_postal_codes.py new file mode 100644 index 0000000..9200514 --- /dev/null +++ b/scripts/geodata/whosonfirst/download_wof_postal_codes.py @@ -0,0 +1,51 @@ +import os +import requests +import subprocess +import sys +import ujson as json + +this_dir = os.path.realpath(os.path.dirname(__file__)) +sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) + +from geodata.file_utils import ensure_dir + + +WOF_PLACE_DATA_REPO = 'https://github.com/whosonfirst-data/whosonfirst-data' +SEED_URLS_JSON = 'https://raw.githubusercontent.com/whosonfirst-data/whosonfirst-data-postalcode/master/data.json' + + +def clone_repo(wof_dir, repo): + repo_name = repo.rstrip('/').rsplit('/', 1)[-1] + repo_dir = os.path.join(wof_dir, repo_name) + + subprocess.check_call(['rm', '-rf', repo_dir]) + subprocess.check_call(['git', 'clone', repo, repo_dir]) + + return repo_dir + + +def download_wof_postcodes(wof_dir): + ensure_dir(wof_dir) + + clone_repo(wof_dir, WOF_PLACE_DATA_REPO) + + response = requests.get(SEED_URLS_JSON) + if response.ok: + content = json.loads(response.content) + + for d in content: + repo_name = d['name'] + + if int(d.get('count', 0)) > 0: + repo = d['url'] + print('doing {}'.format(repo_name)) + + repo_dir = clone_repo(wof_dir, repo) + + else: + print('skipping {}'.format(repo_name)) + +if __name__ == '__main__': + if len(sys.argv) < 2: + sys.exit('Usage: python download_wof_postal_codes.py wof_base_dir') + download_wof_postcodes(sys.argv[1]) diff --git a/scripts/requirements-simple.txt b/scripts/requirements-simple.txt new file mode 100644 index 0000000..0d9a376 --- /dev/null +++ b/scripts/requirements-simple.txt @@ -0,0 +1,4 @@ +requests==2.32.2 +six==1.10.0 +PyYAML==5.4 +ujson==5.4.0 \ No newline at end of file diff --git a/scripts/requirements.txt b/scripts/requirements.txt new file mode 100644 index 0000000..9b065dd --- /dev/null +++ b/scripts/requirements.txt @@ -0,0 +1,37 @@ +boto3==1.4.0 +botocore==1.4.53 +Fiona==1.10.0 +PyYAML==5.4 +Rtree==0.8.2 +Shapely==1.5.14 +Unidecode==0.4.19 +click==6.4 +click-plugins==1.0.3 +cligj==0.4.0 +cssselect==0.9.1 +distribute==0.7.3 +future==0.18.3 +futures==3.0.5 +ftfy==4.2.0 +gevent==23.9.0 +greenlet==0.4.10 +jmespath==0.9.0 +leveldb==0.193 +lxml==4.9.1 +lru-dict==1.1.3 +marisa-trie==0.7.2 +numpy==1.22.0 +pycountry==1.20 +git+https://github.com/kmike/pymorphy2 +pymorphy2-dicts-ru==2.4.394633.4298366 +pymorphy2-dicts-uk==2.4.1.1.1460299261 +pyproj==1.9.5.1 +pystache==0.5.4 +python-Levenshtein==0.12.0 +python-geohash==0.8.5 +requests==2.32.2 +s3transfer==0.1.3 +six==1.10.0 +ujson==5.4.0 +urlnorm==1.1.3 +wsgiref==0.1.2 diff --git a/scripts/setup.py b/scripts/setup.py new file mode 100644 index 0000000..6bbf889 --- /dev/null +++ b/scripts/setup.py @@ -0,0 +1,48 @@ +import os + +from setuptools import setup, Extension, find_packages + +RESOURCES_DIR = 'resources' + + +def main(): + setup( + name='geodata', + version='0.1', + packages=find_packages(), + ext_modules=[ + Extension('geodata.text._tokenize', + sources=['geodata/text/pytokenize.c'], + libraries=['postal'], + include_dirs=['/usr/local/include'], + library_dirs=['/usr/local/lib'], + extra_compile_args=['-std=c99', + '-Wno-unused-function'], + ), + Extension('geodata.text._normalize', + sources=['geodata/text/pynormalize.c'], + libraries=['postal'], + include_dirs=['/usr/local/include'], + library_dirs=['/usr/local/lib'], + extra_compile_args=['-std=c99', + '-Wno-unused-function'], + ), + ], + data_files=[ + (os.path.join(RESOURCES_DIR, os.path.relpath(d, RESOURCES_DIR)), [os.path.join(d, filename) for filename in filenames]) + for d, _, filenames in os.walk(RESOURCES_DIR) + ], + package_data={ + 'geodata': ['**/*.sh'] + }, + include_package_data=True, + zip_safe=False, + url='http://mapzen.com', + description='Utilities for working with geographic data', + license='MIT License', + maintainer='mapzen.com', + maintainer_email='pelias@mapzen.com' + ) + +if __name__ == '__main__': + main() diff --git a/src/.libs/address_parser b/src/.libs/address_parser new file mode 100755 index 0000000..aa1359a Binary files /dev/null and b/src/.libs/address_parser differ diff --git a/src/.libs/bench b/src/.libs/bench new file mode 100755 index 0000000..b6bded5 Binary files /dev/null and b/src/.libs/bench differ diff --git a/src/.libs/libpostal b/src/.libs/libpostal new file mode 100755 index 0000000..e546b21 Binary files /dev/null and b/src/.libs/libpostal differ diff --git a/src/.libs/libpostal.a b/src/.libs/libpostal.a new file mode 100644 index 0000000..8f93bff Binary files /dev/null and b/src/.libs/libpostal.a differ diff --git a/src/.libs/libpostal.la b/src/.libs/libpostal.la new file mode 120000 index 0000000..2faf886 --- /dev/null +++ b/src/.libs/libpostal.la @@ -0,0 +1 @@ +../libpostal.la \ No newline at end of file diff --git a/src/.libs/libpostal.lai b/src/.libs/libpostal.lai new file mode 100644 index 0000000..aebf480 --- /dev/null +++ b/src/.libs/libpostal.lai @@ -0,0 +1,41 @@ +# libpostal.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-7build1 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libpostal.so.0' + +# Names of this library. +library_names='libpostal.so.0.1.1 libpostal.so.0 libpostal.so' + +# The name of the static archive. +old_library='libpostal.a' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs=' -L/usr/local/lib -lm' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libpostal. +current=1 +age=1 +revision=1 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/usr/local/lib' diff --git a/src/.libs/libpostal.so b/src/.libs/libpostal.so new file mode 120000 index 0000000..4899f41 --- /dev/null +++ b/src/.libs/libpostal.so @@ -0,0 +1 @@ +libpostal.so.0.1.1 \ No newline at end of file diff --git a/src/.libs/libpostal.so.0 b/src/.libs/libpostal.so.0 new file mode 120000 index 0000000..4899f41 --- /dev/null +++ b/src/.libs/libpostal.so.0 @@ -0,0 +1 @@ +libpostal.so.0.1.1 \ No newline at end of file diff --git a/src/.libs/libpostal.so.0.1.1 b/src/.libs/libpostal.so.0.1.1 new file mode 100755 index 0000000..488076b Binary files /dev/null and b/src/.libs/libpostal.so.0.1.1 differ diff --git a/src/.libs/libpostal_la-acronyms.o b/src/.libs/libpostal_la-acronyms.o new file mode 100644 index 0000000..bd41f58 Binary files /dev/null and b/src/.libs/libpostal_la-acronyms.o differ diff --git a/src/.libs/libpostal_la-address_dictionary.o b/src/.libs/libpostal_la-address_dictionary.o new file mode 100644 index 0000000..6fc10b9 Binary files /dev/null and b/src/.libs/libpostal_la-address_dictionary.o differ diff --git a/src/.libs/libpostal_la-address_parser.o b/src/.libs/libpostal_la-address_parser.o new file mode 100644 index 0000000..8eeef9a Binary files /dev/null and b/src/.libs/libpostal_la-address_parser.o differ diff --git a/src/.libs/libpostal_la-address_parser_io.o b/src/.libs/libpostal_la-address_parser_io.o new file mode 100644 index 0000000..465487e Binary files /dev/null and b/src/.libs/libpostal_la-address_parser_io.o differ diff --git a/src/.libs/libpostal_la-averaged_perceptron.o b/src/.libs/libpostal_la-averaged_perceptron.o new file mode 100644 index 0000000..7b6cf98 Binary files /dev/null and b/src/.libs/libpostal_la-averaged_perceptron.o differ diff --git a/src/.libs/libpostal_la-averaged_perceptron_tagger.o b/src/.libs/libpostal_la-averaged_perceptron_tagger.o new file mode 100644 index 0000000..eb63cb0 Binary files /dev/null and b/src/.libs/libpostal_la-averaged_perceptron_tagger.o differ diff --git a/src/.libs/libpostal_la-crf.o b/src/.libs/libpostal_la-crf.o new file mode 100644 index 0000000..12019ad Binary files /dev/null and b/src/.libs/libpostal_la-crf.o differ diff --git a/src/.libs/libpostal_la-crf_context.o b/src/.libs/libpostal_la-crf_context.o new file mode 100644 index 0000000..bc845a3 Binary files /dev/null and b/src/.libs/libpostal_la-crf_context.o differ diff --git a/src/.libs/libpostal_la-dedupe.o b/src/.libs/libpostal_la-dedupe.o new file mode 100644 index 0000000..bfe8fda Binary files /dev/null and b/src/.libs/libpostal_la-dedupe.o differ diff --git a/src/.libs/libpostal_la-double_metaphone.o b/src/.libs/libpostal_la-double_metaphone.o new file mode 100644 index 0000000..9b578e7 Binary files /dev/null and b/src/.libs/libpostal_la-double_metaphone.o differ diff --git a/src/.libs/libpostal_la-expand.o b/src/.libs/libpostal_la-expand.o new file mode 100644 index 0000000..8cc787d Binary files /dev/null and b/src/.libs/libpostal_la-expand.o differ diff --git a/src/.libs/libpostal_la-features.o b/src/.libs/libpostal_la-features.o new file mode 100644 index 0000000..8546d45 Binary files /dev/null and b/src/.libs/libpostal_la-features.o differ diff --git a/src/.libs/libpostal_la-file_utils.o b/src/.libs/libpostal_la-file_utils.o new file mode 100644 index 0000000..b36ecee Binary files /dev/null and b/src/.libs/libpostal_la-file_utils.o differ diff --git a/src/.libs/libpostal_la-float_utils.o b/src/.libs/libpostal_la-float_utils.o new file mode 100644 index 0000000..0d3a207 Binary files /dev/null and b/src/.libs/libpostal_la-float_utils.o differ diff --git a/src/.libs/libpostal_la-graph.o b/src/.libs/libpostal_la-graph.o new file mode 100644 index 0000000..b4d1e9b Binary files /dev/null and b/src/.libs/libpostal_la-graph.o differ diff --git a/src/.libs/libpostal_la-graph_builder.o b/src/.libs/libpostal_la-graph_builder.o new file mode 100644 index 0000000..62bb828 Binary files /dev/null and b/src/.libs/libpostal_la-graph_builder.o differ diff --git a/src/.libs/libpostal_la-jaccard.o b/src/.libs/libpostal_la-jaccard.o new file mode 100644 index 0000000..0181ade Binary files /dev/null and b/src/.libs/libpostal_la-jaccard.o differ diff --git a/src/.libs/libpostal_la-language_classifier.o b/src/.libs/libpostal_la-language_classifier.o new file mode 100644 index 0000000..b9f67e2 Binary files /dev/null and b/src/.libs/libpostal_la-language_classifier.o differ diff --git a/src/.libs/libpostal_la-language_features.o b/src/.libs/libpostal_la-language_features.o new file mode 100644 index 0000000..d6bbf73 Binary files /dev/null and b/src/.libs/libpostal_la-language_features.o differ diff --git a/src/.libs/libpostal_la-libpostal.o b/src/.libs/libpostal_la-libpostal.o new file mode 100644 index 0000000..9ad8f28 Binary files /dev/null and b/src/.libs/libpostal_la-libpostal.o differ diff --git a/src/.libs/libpostal_la-logistic.o b/src/.libs/libpostal_la-logistic.o new file mode 100644 index 0000000..c0814e0 Binary files /dev/null and b/src/.libs/libpostal_la-logistic.o differ diff --git a/src/.libs/libpostal_la-logistic_regression.o b/src/.libs/libpostal_la-logistic_regression.o new file mode 100644 index 0000000..f9b9bd5 Binary files /dev/null and b/src/.libs/libpostal_la-logistic_regression.o differ diff --git a/src/.libs/libpostal_la-minibatch.o b/src/.libs/libpostal_la-minibatch.o new file mode 100644 index 0000000..6ed5c8e Binary files /dev/null and b/src/.libs/libpostal_la-minibatch.o differ diff --git a/src/.libs/libpostal_la-near_dupe.o b/src/.libs/libpostal_la-near_dupe.o new file mode 100644 index 0000000..895ebfa Binary files /dev/null and b/src/.libs/libpostal_la-near_dupe.o differ diff --git a/src/.libs/libpostal_la-ngrams.o b/src/.libs/libpostal_la-ngrams.o new file mode 100644 index 0000000..81305a1 Binary files /dev/null and b/src/.libs/libpostal_la-ngrams.o differ diff --git a/src/.libs/libpostal_la-normalize.o b/src/.libs/libpostal_la-normalize.o new file mode 100644 index 0000000..6fca95b Binary files /dev/null and b/src/.libs/libpostal_la-normalize.o differ diff --git a/src/.libs/libpostal_la-numex.o b/src/.libs/libpostal_la-numex.o new file mode 100644 index 0000000..6d09b3a Binary files /dev/null and b/src/.libs/libpostal_la-numex.o differ diff --git a/src/.libs/libpostal_la-place.o b/src/.libs/libpostal_la-place.o new file mode 100644 index 0000000..e4a3f63 Binary files /dev/null and b/src/.libs/libpostal_la-place.o differ diff --git a/src/.libs/libpostal_la-soft_tfidf.o b/src/.libs/libpostal_la-soft_tfidf.o new file mode 100644 index 0000000..fa7b9ba Binary files /dev/null and b/src/.libs/libpostal_la-soft_tfidf.o differ diff --git a/src/.libs/libpostal_la-sparse_matrix.o b/src/.libs/libpostal_la-sparse_matrix.o new file mode 100644 index 0000000..3cc7dfc Binary files /dev/null and b/src/.libs/libpostal_la-sparse_matrix.o differ diff --git a/src/.libs/libpostal_la-string_similarity.o b/src/.libs/libpostal_la-string_similarity.o new file mode 100644 index 0000000..c5fa7d5 Binary files /dev/null and b/src/.libs/libpostal_la-string_similarity.o differ diff --git a/src/.libs/libpostal_la-string_utils.o b/src/.libs/libpostal_la-string_utils.o new file mode 100644 index 0000000..e882335 Binary files /dev/null and b/src/.libs/libpostal_la-string_utils.o differ diff --git a/src/.libs/libpostal_la-strndup.o b/src/.libs/libpostal_la-strndup.o new file mode 100644 index 0000000..843386d Binary files /dev/null and b/src/.libs/libpostal_la-strndup.o differ diff --git a/src/.libs/libpostal_la-tokens.o b/src/.libs/libpostal_la-tokens.o new file mode 100644 index 0000000..d8a8db1 Binary files /dev/null and b/src/.libs/libpostal_la-tokens.o differ diff --git a/src/.libs/libpostal_la-transliterate.o b/src/.libs/libpostal_la-transliterate.o new file mode 100644 index 0000000..763cbce Binary files /dev/null and b/src/.libs/libpostal_la-transliterate.o differ diff --git a/src/.libs/libpostal_la-trie.o b/src/.libs/libpostal_la-trie.o new file mode 100644 index 0000000..c8b63fa Binary files /dev/null and b/src/.libs/libpostal_la-trie.o differ diff --git a/src/.libs/libpostal_la-trie_search.o b/src/.libs/libpostal_la-trie_search.o new file mode 100644 index 0000000..f1f1b4b Binary files /dev/null and b/src/.libs/libpostal_la-trie_search.o differ diff --git a/src/.libs/libpostal_la-trie_utils.o b/src/.libs/libpostal_la-trie_utils.o new file mode 100644 index 0000000..0fc8f89 Binary files /dev/null and b/src/.libs/libpostal_la-trie_utils.o differ diff --git a/src/.libs/libpostal_la-unicode_scripts.o b/src/.libs/libpostal_la-unicode_scripts.o new file mode 100644 index 0000000..c9b7e52 Binary files /dev/null and b/src/.libs/libpostal_la-unicode_scripts.o differ diff --git a/src/.libs/libscanner.a b/src/.libs/libscanner.a new file mode 100644 index 0000000..6e58a2f Binary files /dev/null and b/src/.libs/libscanner.a differ diff --git a/src/.libs/libscanner.la b/src/.libs/libscanner.la new file mode 120000 index 0000000..045461e --- /dev/null +++ b/src/.libs/libscanner.la @@ -0,0 +1 @@ +../libscanner.la \ No newline at end of file diff --git a/src/.libs/libscanner_la-scanner.o b/src/.libs/libscanner_la-scanner.o new file mode 100644 index 0000000..5c6dbf0 Binary files /dev/null and b/src/.libs/libscanner_la-scanner.o differ diff --git a/src/.libs/near_dupe_test b/src/.libs/near_dupe_test new file mode 100755 index 0000000..af5564d Binary files /dev/null and b/src/.libs/near_dupe_test differ diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..9b5f488 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,81 @@ +# Inherited from autoconf / user-specified +CFLAGS_CONF = @CFLAGS@ +CFLAGS_BASE = -Wall -Wextra -Wno-unused-function -Wformat -Werror=format-security -Winit-self -Wno-sign-compare -DLIBPOSTAL_DATA_DIR='"$(datadir)/libpostal"' -g $(CFLAGS_CONF) +CFLAGS_O0 = $(CFLAGS_BASE) -O0 +CFLAGS_O1 = $(CFLAGS_BASE) -O1 +CFLAGS_O2 = $(CFLAGS_BASE) -O2 +CFLAGS_O3 = $(CFLAGS_BASE) -O3 +DEFAULT_INCLUDES = -I.. -I/usr/local/include + +# Wonky but have to be able to override the user's optimization level to compile the scanner +# as it takes an unreasonably long time to compile with the optimizer on. +CFLAGS = + +lib_LTLIBRARIES = libpostal.la +libpostal_la_SOURCES = strndup.c libpostal.c expand.c address_dictionary.c transliterate.c tokens.c trie.c trie_search.c trie_utils.c string_utils.c file_utils.c utf8proc/utf8proc.c normalize.c numex.c features.c unicode_scripts.c address_parser.c address_parser_io.c averaged_perceptron.c crf.c crf_context.c sparse_matrix.c averaged_perceptron_tagger.c graph.c graph_builder.c language_classifier.c language_features.c logistic_regression.c logistic.c minibatch.c float_utils.c ngrams.c place.c near_dupe.c double_metaphone.c geohash/geohash.c dedupe.c string_similarity.c acronyms.c soft_tfidf.c jaccard.c +libpostal_la_LIBADD = libscanner.la $(CBLAS_LIBS) +libpostal_la_CFLAGS = $(CFLAGS_O2) -D LIBPOSTAL_EXPORTS +libpostal_la_LDFLAGS = -version-info @LIBPOSTAL_SO_VERSION@ -no-undefined + +dist_bin_SCRIPTS = libpostal_data + +# Scanner can take a very long time to compile with higher optimization levels, so always use -O0, scanner is fast enough +# On cross-compilation for ARM using gcc-4.7, there are "out of range" errors during compilation that can be fixed by adding +# -marm option. For that, CFLAGS_SCANNER_EXTRA is provided that can be filled during configuration stage (see ./configure --help). +noinst_LTLIBRARIES = libscanner.la +libscanner_la_SOURCES = klib/drand48.c scanner.c +libscanner_la_CFLAGS = $(CFLAGS_O0) -D LIBPOSTAL_EXPORTS $(CFLAGS_SCANNER_EXTRA) + +noinst_PROGRAMS = libpostal bench address_parser address_parser_train address_parser_test build_address_dictionary build_numex_table build_trans_table address_parser_train address_parser_test language_classifier_train language_classifier language_classifier_test near_dupe_test + +libpostal_SOURCES = strndup.c main.c json_encode.c file_utils.c string_utils.c utf8proc/utf8proc.c +libpostal_LDADD = libpostal.la +libpostal_CFLAGS = $(CFLAGS_O3) +bench_SOURCES = bench.c +bench_LDADD = libpostal.la libscanner.la $(CBLAS_LIBS) +bench_CFLAGS = $(CFLAGS_O3) +address_parser_SOURCES = strndup.c address_parser_cli.c json_encode.c linenoise/linenoise.c string_utils.c utf8proc/utf8proc.c +address_parser_LDADD = libpostal.la $(CBLAS_LIBS) +address_parser_CFLAGS = $(CFLAGS_O3) + +near_dupe_test_SOURCES = strndup.c near_dupe_test.c string_utils.c utf8proc/utf8proc.c +near_dupe_test_LDADD = libpostal.la +near_dupe_test_CFLAGS = $(CFLAGS_O3) + + +build_address_dictionary_SOURCES = strndup.c address_dictionary_builder.c address_dictionary.c file_utils.c string_utils.c trie.c trie_search.c utf8proc/utf8proc.c +build_address_dictionary_CFLAGS = $(CFLAGS_O3) +build_numex_table_SOURCES = strndup.c numex_table_builder.c numex.c file_utils.c string_utils.c tokens.c trie.c trie_search.c utf8proc/utf8proc.c +build_numex_table_CFLAGS = $(CFLAGS_O3) +build_trans_table_SOURCES = strndup.c transliteration_table_builder.c transliterate.c trie.c trie_search.c file_utils.c string_utils.c utf8proc/utf8proc.c +build_trans_table_CFLAGS = $(CFLAGS_O3) +address_parser_train_SOURCES = strndup.c address_parser_train.c address_parser.c address_parser_io.c averaged_perceptron.c crf.c crf_context.c sparse_matrix.c graph.c graph_builder.c float_utils.c averaged_perceptron_trainer.c crf_trainer.c crf_trainer_averaged_perceptron.c averaged_perceptron_tagger.c address_dictionary.c normalize.c numex.c features.c unicode_scripts.c transliterate.c trie.c trie_search.c trie_utils.c string_utils.c tokens.c file_utils.c shuffle.c utf8proc/utf8proc.c ngrams.c +address_parser_train_LDADD = libscanner.la $(CBLAS_LIBS) +address_parser_train_CFLAGS = $(CFLAGS_O3) + +address_parser_test_SOURCES = strndup.c address_parser_test.c address_parser.c address_parser_io.c averaged_perceptron.c crf.c crf_context.c sparse_matrix.c graph.c graph_builder.c float_utils.c averaged_perceptron_tagger.c address_dictionary.c normalize.c numex.c features.c unicode_scripts.c transliterate.c trie.c trie_search.c trie_utils.c string_utils.c tokens.c file_utils.c utf8proc/utf8proc.c ngrams.c +address_parser_test_LDADD = libscanner.la $(CBLAS_LIBS) +address_parser_test_CFLAGS = $(CFLAGS_O3) + +language_classifier_train_SOURCES = strndup.c language_classifier_train.c language_classifier.c language_features.c language_classifier_io.c logistic_regression_trainer.c logistic_regression.c logistic.c sparse_matrix.c sparse_matrix_utils.c features.c minibatch.c float_utils.c stochastic_gradient_descent.c ftrl.c regularization.c cartesian_product.c normalize.c numex.c transliterate.c trie.c trie_search.c trie_utils.c address_dictionary.c string_utils.c file_utils.c utf8proc/utf8proc.c unicode_scripts.c shuffle.c +language_classifier_train_LDADD = libscanner.la $(CBLAS_LIBS) +language_classifier_train_CFLAGS = $(CFLAGS_O3) +language_classifier_SOURCES = strndup.c language_classifier_cli.c language_classifier.c language_features.c logistic_regression.c logistic.c sparse_matrix.c features.c minibatch.c float_utils.c normalize.c numex.c transliterate.c trie.c trie_search.c trie_utils.c address_dictionary.c string_utils.c file_utils.c utf8proc/utf8proc.c unicode_scripts.c +language_classifier_LDADD = libscanner.la $(CBLAS_LIBS) +language_classifier_CFLAGS = $(CFLAGS_O3) +language_classifier_test_SOURCES = strndup.c language_classifier_test.c language_classifier.c language_classifier_io.c language_features.c logistic_regression.c logistic.c sparse_matrix.c features.c minibatch.c float_utils.c normalize.c numex.c transliterate.c trie.c trie_search.c trie_utils.c address_dictionary.c string_utils.c file_utils.c utf8proc/utf8proc.c unicode_scripts.c +language_classifier_test_LDADD = libscanner.la $(CBLAS_LIBS) +language_classifier_test_CFLAGS = $(CFLAGS_O3) + + +pkginclude_HEADERS = libpostal.h + +if DOWNLOAD_DATA +all-local: + ${srcdir}/libpostal_data download all $(datadir)/libpostal +endif + +lexer: scanner.re + re2c -F -s -b -8 -o scanner.c scanner.re + +.PHONY: lexer diff --git a/src/Makefile.in b/src/Makefile.in new file mode 100644 index 0000000..909250d --- /dev/null +++ b/src/Makefile.in @@ -0,0 +1,4789 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2021 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + + + + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +noinst_PROGRAMS = libpostal$(EXEEXT) bench$(EXEEXT) \ + address_parser$(EXEEXT) address_parser_train$(EXEEXT) \ + address_parser_test$(EXEEXT) build_address_dictionary$(EXEEXT) \ + build_numex_table$(EXEEXT) build_trans_table$(EXEEXT) \ + address_parser_train$(EXEEXT) address_parser_test$(EXEEXT) \ + language_classifier_train$(EXEEXT) \ + language_classifier$(EXEEXT) language_classifier_test$(EXEEXT) \ + near_dupe_test$(EXEEXT) +subdir = src +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cblas.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_bin_SCRIPTS) \ + $(pkginclude_HEADERS) $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = libpostal_data +CONFIG_CLEAN_VPATH_FILES = +PROGRAMS = $(noinst_PROGRAMS) +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ + "$(DESTDIR)$(pkgincludedir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +am__DEPENDENCIES_1 = +libpostal_la_DEPENDENCIES = libscanner.la $(am__DEPENDENCIES_1) +am__dirstamp = $(am__leading_dot)dirstamp +am_libpostal_la_OBJECTS = libpostal_la-strndup.lo \ + libpostal_la-libpostal.lo libpostal_la-expand.lo \ + libpostal_la-address_dictionary.lo \ + libpostal_la-transliterate.lo libpostal_la-tokens.lo \ + libpostal_la-trie.lo libpostal_la-trie_search.lo \ + libpostal_la-trie_utils.lo libpostal_la-string_utils.lo \ + libpostal_la-file_utils.lo utf8proc/libpostal_la-utf8proc.lo \ + libpostal_la-normalize.lo libpostal_la-numex.lo \ + libpostal_la-features.lo libpostal_la-unicode_scripts.lo \ + libpostal_la-address_parser.lo \ + libpostal_la-address_parser_io.lo \ + libpostal_la-averaged_perceptron.lo libpostal_la-crf.lo \ + libpostal_la-crf_context.lo libpostal_la-sparse_matrix.lo \ + libpostal_la-averaged_perceptron_tagger.lo \ + libpostal_la-graph.lo libpostal_la-graph_builder.lo \ + libpostal_la-language_classifier.lo \ + libpostal_la-language_features.lo \ + libpostal_la-logistic_regression.lo libpostal_la-logistic.lo \ + libpostal_la-minibatch.lo libpostal_la-float_utils.lo \ + libpostal_la-ngrams.lo libpostal_la-place.lo \ + libpostal_la-near_dupe.lo libpostal_la-double_metaphone.lo \ + geohash/libpostal_la-geohash.lo libpostal_la-dedupe.lo \ + libpostal_la-string_similarity.lo libpostal_la-acronyms.lo \ + libpostal_la-soft_tfidf.lo libpostal_la-jaccard.lo +libpostal_la_OBJECTS = $(am_libpostal_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libpostal_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libpostal_la_CFLAGS) \ + $(CFLAGS) $(libpostal_la_LDFLAGS) $(LDFLAGS) -o $@ +libscanner_la_LIBADD = +am_libscanner_la_OBJECTS = klib/libscanner_la-drand48.lo \ + libscanner_la-scanner.lo +libscanner_la_OBJECTS = $(am_libscanner_la_OBJECTS) +libscanner_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libscanner_la_CFLAGS) \ + $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +am_address_parser_OBJECTS = address_parser-strndup.$(OBJEXT) \ + address_parser-address_parser_cli.$(OBJEXT) \ + address_parser-json_encode.$(OBJEXT) \ + linenoise/address_parser-linenoise.$(OBJEXT) \ + address_parser-string_utils.$(OBJEXT) \ + utf8proc/address_parser-utf8proc.$(OBJEXT) +address_parser_OBJECTS = $(am_address_parser_OBJECTS) +address_parser_DEPENDENCIES = libpostal.la $(am__DEPENDENCIES_1) +address_parser_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(address_parser_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \ + $@ +am_address_parser_test_OBJECTS = \ + address_parser_test-strndup.$(OBJEXT) \ + address_parser_test-address_parser_test.$(OBJEXT) \ + address_parser_test-address_parser.$(OBJEXT) \ + address_parser_test-address_parser_io.$(OBJEXT) \ + address_parser_test-averaged_perceptron.$(OBJEXT) \ + address_parser_test-crf.$(OBJEXT) \ + address_parser_test-crf_context.$(OBJEXT) \ + address_parser_test-sparse_matrix.$(OBJEXT) \ + address_parser_test-graph.$(OBJEXT) \ + address_parser_test-graph_builder.$(OBJEXT) \ + address_parser_test-float_utils.$(OBJEXT) \ + address_parser_test-averaged_perceptron_tagger.$(OBJEXT) \ + address_parser_test-address_dictionary.$(OBJEXT) \ + address_parser_test-normalize.$(OBJEXT) \ + address_parser_test-numex.$(OBJEXT) \ + address_parser_test-features.$(OBJEXT) \ + address_parser_test-unicode_scripts.$(OBJEXT) \ + address_parser_test-transliterate.$(OBJEXT) \ + address_parser_test-trie.$(OBJEXT) \ + address_parser_test-trie_search.$(OBJEXT) \ + address_parser_test-trie_utils.$(OBJEXT) \ + address_parser_test-string_utils.$(OBJEXT) \ + address_parser_test-tokens.$(OBJEXT) \ + address_parser_test-file_utils.$(OBJEXT) \ + utf8proc/address_parser_test-utf8proc.$(OBJEXT) \ + address_parser_test-ngrams.$(OBJEXT) +address_parser_test_OBJECTS = $(am_address_parser_test_OBJECTS) +address_parser_test_DEPENDENCIES = libscanner.la $(am__DEPENDENCIES_1) +address_parser_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(address_parser_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +am_address_parser_train_OBJECTS = \ + address_parser_train-strndup.$(OBJEXT) \ + address_parser_train-address_parser_train.$(OBJEXT) \ + address_parser_train-address_parser.$(OBJEXT) \ + address_parser_train-address_parser_io.$(OBJEXT) \ + address_parser_train-averaged_perceptron.$(OBJEXT) \ + address_parser_train-crf.$(OBJEXT) \ + address_parser_train-crf_context.$(OBJEXT) \ + address_parser_train-sparse_matrix.$(OBJEXT) \ + address_parser_train-graph.$(OBJEXT) \ + address_parser_train-graph_builder.$(OBJEXT) \ + address_parser_train-float_utils.$(OBJEXT) \ + address_parser_train-averaged_perceptron_trainer.$(OBJEXT) \ + address_parser_train-crf_trainer.$(OBJEXT) \ + address_parser_train-crf_trainer_averaged_perceptron.$(OBJEXT) \ + address_parser_train-averaged_perceptron_tagger.$(OBJEXT) \ + address_parser_train-address_dictionary.$(OBJEXT) \ + address_parser_train-normalize.$(OBJEXT) \ + address_parser_train-numex.$(OBJEXT) \ + address_parser_train-features.$(OBJEXT) \ + address_parser_train-unicode_scripts.$(OBJEXT) \ + address_parser_train-transliterate.$(OBJEXT) \ + address_parser_train-trie.$(OBJEXT) \ + address_parser_train-trie_search.$(OBJEXT) \ + address_parser_train-trie_utils.$(OBJEXT) \ + address_parser_train-string_utils.$(OBJEXT) \ + address_parser_train-tokens.$(OBJEXT) \ + address_parser_train-file_utils.$(OBJEXT) \ + address_parser_train-shuffle.$(OBJEXT) \ + utf8proc/address_parser_train-utf8proc.$(OBJEXT) \ + address_parser_train-ngrams.$(OBJEXT) +address_parser_train_OBJECTS = $(am_address_parser_train_OBJECTS) +address_parser_train_DEPENDENCIES = libscanner.la \ + $(am__DEPENDENCIES_1) +address_parser_train_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(address_parser_train_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +am_bench_OBJECTS = bench-bench.$(OBJEXT) +bench_OBJECTS = $(am_bench_OBJECTS) +bench_DEPENDENCIES = libpostal.la libscanner.la $(am__DEPENDENCIES_1) +bench_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(bench_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +am_build_address_dictionary_OBJECTS = \ + build_address_dictionary-strndup.$(OBJEXT) \ + build_address_dictionary-address_dictionary_builder.$(OBJEXT) \ + build_address_dictionary-address_dictionary.$(OBJEXT) \ + build_address_dictionary-file_utils.$(OBJEXT) \ + build_address_dictionary-string_utils.$(OBJEXT) \ + build_address_dictionary-trie.$(OBJEXT) \ + build_address_dictionary-trie_search.$(OBJEXT) \ + utf8proc/build_address_dictionary-utf8proc.$(OBJEXT) +build_address_dictionary_OBJECTS = \ + $(am_build_address_dictionary_OBJECTS) +build_address_dictionary_LDADD = $(LDADD) +build_address_dictionary_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(build_address_dictionary_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +am_build_numex_table_OBJECTS = build_numex_table-strndup.$(OBJEXT) \ + build_numex_table-numex_table_builder.$(OBJEXT) \ + build_numex_table-numex.$(OBJEXT) \ + build_numex_table-file_utils.$(OBJEXT) \ + build_numex_table-string_utils.$(OBJEXT) \ + build_numex_table-tokens.$(OBJEXT) \ + build_numex_table-trie.$(OBJEXT) \ + build_numex_table-trie_search.$(OBJEXT) \ + utf8proc/build_numex_table-utf8proc.$(OBJEXT) +build_numex_table_OBJECTS = $(am_build_numex_table_OBJECTS) +build_numex_table_LDADD = $(LDADD) +build_numex_table_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(build_numex_table_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ +am_build_trans_table_OBJECTS = build_trans_table-strndup.$(OBJEXT) \ + build_trans_table-transliteration_table_builder.$(OBJEXT) \ + build_trans_table-transliterate.$(OBJEXT) \ + build_trans_table-trie.$(OBJEXT) \ + build_trans_table-trie_search.$(OBJEXT) \ + build_trans_table-file_utils.$(OBJEXT) \ + build_trans_table-string_utils.$(OBJEXT) \ + utf8proc/build_trans_table-utf8proc.$(OBJEXT) +build_trans_table_OBJECTS = $(am_build_trans_table_OBJECTS) +build_trans_table_LDADD = $(LDADD) +build_trans_table_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(build_trans_table_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ +am_language_classifier_OBJECTS = \ + language_classifier-strndup.$(OBJEXT) \ + language_classifier-language_classifier_cli.$(OBJEXT) \ + language_classifier-language_classifier.$(OBJEXT) \ + language_classifier-language_features.$(OBJEXT) \ + language_classifier-logistic_regression.$(OBJEXT) \ + language_classifier-logistic.$(OBJEXT) \ + language_classifier-sparse_matrix.$(OBJEXT) \ + language_classifier-features.$(OBJEXT) \ + language_classifier-minibatch.$(OBJEXT) \ + language_classifier-float_utils.$(OBJEXT) \ + language_classifier-normalize.$(OBJEXT) \ + language_classifier-numex.$(OBJEXT) \ + language_classifier-transliterate.$(OBJEXT) \ + language_classifier-trie.$(OBJEXT) \ + language_classifier-trie_search.$(OBJEXT) \ + language_classifier-trie_utils.$(OBJEXT) \ + language_classifier-address_dictionary.$(OBJEXT) \ + language_classifier-string_utils.$(OBJEXT) \ + language_classifier-file_utils.$(OBJEXT) \ + utf8proc/language_classifier-utf8proc.$(OBJEXT) \ + language_classifier-unicode_scripts.$(OBJEXT) +language_classifier_OBJECTS = $(am_language_classifier_OBJECTS) +language_classifier_DEPENDENCIES = libscanner.la $(am__DEPENDENCIES_1) +language_classifier_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(language_classifier_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +am_language_classifier_test_OBJECTS = \ + language_classifier_test-strndup.$(OBJEXT) \ + language_classifier_test-language_classifier_test.$(OBJEXT) \ + language_classifier_test-language_classifier.$(OBJEXT) \ + language_classifier_test-language_classifier_io.$(OBJEXT) \ + language_classifier_test-language_features.$(OBJEXT) \ + language_classifier_test-logistic_regression.$(OBJEXT) \ + language_classifier_test-logistic.$(OBJEXT) \ + language_classifier_test-sparse_matrix.$(OBJEXT) \ + language_classifier_test-features.$(OBJEXT) \ + language_classifier_test-minibatch.$(OBJEXT) \ + language_classifier_test-float_utils.$(OBJEXT) \ + language_classifier_test-normalize.$(OBJEXT) \ + language_classifier_test-numex.$(OBJEXT) \ + language_classifier_test-transliterate.$(OBJEXT) \ + language_classifier_test-trie.$(OBJEXT) \ + language_classifier_test-trie_search.$(OBJEXT) \ + language_classifier_test-trie_utils.$(OBJEXT) \ + language_classifier_test-address_dictionary.$(OBJEXT) \ + language_classifier_test-string_utils.$(OBJEXT) \ + language_classifier_test-file_utils.$(OBJEXT) \ + utf8proc/language_classifier_test-utf8proc.$(OBJEXT) \ + language_classifier_test-unicode_scripts.$(OBJEXT) +language_classifier_test_OBJECTS = \ + $(am_language_classifier_test_OBJECTS) +language_classifier_test_DEPENDENCIES = libscanner.la \ + $(am__DEPENDENCIES_1) +language_classifier_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(language_classifier_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +am_language_classifier_train_OBJECTS = \ + language_classifier_train-strndup.$(OBJEXT) \ + language_classifier_train-language_classifier_train.$(OBJEXT) \ + language_classifier_train-language_classifier.$(OBJEXT) \ + language_classifier_train-language_features.$(OBJEXT) \ + language_classifier_train-language_classifier_io.$(OBJEXT) \ + language_classifier_train-logistic_regression_trainer.$(OBJEXT) \ + language_classifier_train-logistic_regression.$(OBJEXT) \ + language_classifier_train-logistic.$(OBJEXT) \ + language_classifier_train-sparse_matrix.$(OBJEXT) \ + language_classifier_train-sparse_matrix_utils.$(OBJEXT) \ + language_classifier_train-features.$(OBJEXT) \ + language_classifier_train-minibatch.$(OBJEXT) \ + language_classifier_train-float_utils.$(OBJEXT) \ + language_classifier_train-stochastic_gradient_descent.$(OBJEXT) \ + language_classifier_train-ftrl.$(OBJEXT) \ + language_classifier_train-regularization.$(OBJEXT) \ + language_classifier_train-cartesian_product.$(OBJEXT) \ + language_classifier_train-normalize.$(OBJEXT) \ + language_classifier_train-numex.$(OBJEXT) \ + language_classifier_train-transliterate.$(OBJEXT) \ + language_classifier_train-trie.$(OBJEXT) \ + language_classifier_train-trie_search.$(OBJEXT) \ + language_classifier_train-trie_utils.$(OBJEXT) \ + language_classifier_train-address_dictionary.$(OBJEXT) \ + language_classifier_train-string_utils.$(OBJEXT) \ + language_classifier_train-file_utils.$(OBJEXT) \ + utf8proc/language_classifier_train-utf8proc.$(OBJEXT) \ + language_classifier_train-unicode_scripts.$(OBJEXT) \ + language_classifier_train-shuffle.$(OBJEXT) +language_classifier_train_OBJECTS = \ + $(am_language_classifier_train_OBJECTS) +language_classifier_train_DEPENDENCIES = libscanner.la \ + $(am__DEPENDENCIES_1) +language_classifier_train_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(language_classifier_train_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +am_libpostal_OBJECTS = libpostal-strndup.$(OBJEXT) \ + libpostal-main.$(OBJEXT) libpostal-json_encode.$(OBJEXT) \ + libpostal-file_utils.$(OBJEXT) \ + libpostal-string_utils.$(OBJEXT) \ + utf8proc/libpostal-utf8proc.$(OBJEXT) +libpostal_OBJECTS = $(am_libpostal_OBJECTS) +libpostal_DEPENDENCIES = libpostal.la +libpostal_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libpostal_CFLAGS) \ + $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +am_near_dupe_test_OBJECTS = near_dupe_test-strndup.$(OBJEXT) \ + near_dupe_test-near_dupe_test.$(OBJEXT) \ + near_dupe_test-string_utils.$(OBJEXT) \ + utf8proc/near_dupe_test-utf8proc.$(OBJEXT) +near_dupe_test_OBJECTS = $(am_near_dupe_test_OBJECTS) +near_dupe_test_DEPENDENCIES = libpostal.la +near_dupe_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(near_dupe_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \ + $@ +SCRIPTS = $(dist_bin_SCRIPTS) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/address_parser-address_parser_cli.Po \ + ./$(DEPDIR)/address_parser-json_encode.Po \ + ./$(DEPDIR)/address_parser-string_utils.Po \ + ./$(DEPDIR)/address_parser-strndup.Po \ + ./$(DEPDIR)/address_parser_test-address_dictionary.Po \ + ./$(DEPDIR)/address_parser_test-address_parser.Po \ + ./$(DEPDIR)/address_parser_test-address_parser_io.Po \ + ./$(DEPDIR)/address_parser_test-address_parser_test.Po \ + ./$(DEPDIR)/address_parser_test-averaged_perceptron.Po \ + ./$(DEPDIR)/address_parser_test-averaged_perceptron_tagger.Po \ + ./$(DEPDIR)/address_parser_test-crf.Po \ + ./$(DEPDIR)/address_parser_test-crf_context.Po \ + ./$(DEPDIR)/address_parser_test-features.Po \ + ./$(DEPDIR)/address_parser_test-file_utils.Po \ + ./$(DEPDIR)/address_parser_test-float_utils.Po \ + ./$(DEPDIR)/address_parser_test-graph.Po \ + ./$(DEPDIR)/address_parser_test-graph_builder.Po \ + ./$(DEPDIR)/address_parser_test-ngrams.Po \ + ./$(DEPDIR)/address_parser_test-normalize.Po \ + ./$(DEPDIR)/address_parser_test-numex.Po \ + ./$(DEPDIR)/address_parser_test-sparse_matrix.Po \ + ./$(DEPDIR)/address_parser_test-string_utils.Po \ + ./$(DEPDIR)/address_parser_test-strndup.Po \ + ./$(DEPDIR)/address_parser_test-tokens.Po \ + ./$(DEPDIR)/address_parser_test-transliterate.Po \ + ./$(DEPDIR)/address_parser_test-trie.Po \ + ./$(DEPDIR)/address_parser_test-trie_search.Po \ + ./$(DEPDIR)/address_parser_test-trie_utils.Po \ + ./$(DEPDIR)/address_parser_test-unicode_scripts.Po \ + ./$(DEPDIR)/address_parser_train-address_dictionary.Po \ + ./$(DEPDIR)/address_parser_train-address_parser.Po \ + ./$(DEPDIR)/address_parser_train-address_parser_io.Po \ + ./$(DEPDIR)/address_parser_train-address_parser_train.Po \ + ./$(DEPDIR)/address_parser_train-averaged_perceptron.Po \ + ./$(DEPDIR)/address_parser_train-averaged_perceptron_tagger.Po \ + ./$(DEPDIR)/address_parser_train-averaged_perceptron_trainer.Po \ + ./$(DEPDIR)/address_parser_train-crf.Po \ + ./$(DEPDIR)/address_parser_train-crf_context.Po \ + ./$(DEPDIR)/address_parser_train-crf_trainer.Po \ + ./$(DEPDIR)/address_parser_train-crf_trainer_averaged_perceptron.Po \ + ./$(DEPDIR)/address_parser_train-features.Po \ + ./$(DEPDIR)/address_parser_train-file_utils.Po \ + ./$(DEPDIR)/address_parser_train-float_utils.Po \ + ./$(DEPDIR)/address_parser_train-graph.Po \ + ./$(DEPDIR)/address_parser_train-graph_builder.Po \ + ./$(DEPDIR)/address_parser_train-ngrams.Po \ + ./$(DEPDIR)/address_parser_train-normalize.Po \ + ./$(DEPDIR)/address_parser_train-numex.Po \ + ./$(DEPDIR)/address_parser_train-shuffle.Po \ + ./$(DEPDIR)/address_parser_train-sparse_matrix.Po \ + ./$(DEPDIR)/address_parser_train-string_utils.Po \ + ./$(DEPDIR)/address_parser_train-strndup.Po \ + ./$(DEPDIR)/address_parser_train-tokens.Po \ + ./$(DEPDIR)/address_parser_train-transliterate.Po \ + ./$(DEPDIR)/address_parser_train-trie.Po \ + ./$(DEPDIR)/address_parser_train-trie_search.Po \ + ./$(DEPDIR)/address_parser_train-trie_utils.Po \ + ./$(DEPDIR)/address_parser_train-unicode_scripts.Po \ + ./$(DEPDIR)/bench-bench.Po \ + ./$(DEPDIR)/build_address_dictionary-address_dictionary.Po \ + ./$(DEPDIR)/build_address_dictionary-address_dictionary_builder.Po \ + ./$(DEPDIR)/build_address_dictionary-file_utils.Po \ + ./$(DEPDIR)/build_address_dictionary-string_utils.Po \ + ./$(DEPDIR)/build_address_dictionary-strndup.Po \ + ./$(DEPDIR)/build_address_dictionary-trie.Po \ + ./$(DEPDIR)/build_address_dictionary-trie_search.Po \ + ./$(DEPDIR)/build_numex_table-file_utils.Po \ + ./$(DEPDIR)/build_numex_table-numex.Po \ + ./$(DEPDIR)/build_numex_table-numex_table_builder.Po \ + ./$(DEPDIR)/build_numex_table-string_utils.Po \ + ./$(DEPDIR)/build_numex_table-strndup.Po \ + ./$(DEPDIR)/build_numex_table-tokens.Po \ + ./$(DEPDIR)/build_numex_table-trie.Po \ + ./$(DEPDIR)/build_numex_table-trie_search.Po \ + ./$(DEPDIR)/build_trans_table-file_utils.Po \ + ./$(DEPDIR)/build_trans_table-string_utils.Po \ + ./$(DEPDIR)/build_trans_table-strndup.Po \ + ./$(DEPDIR)/build_trans_table-transliterate.Po \ + ./$(DEPDIR)/build_trans_table-transliteration_table_builder.Po \ + ./$(DEPDIR)/build_trans_table-trie.Po \ + ./$(DEPDIR)/build_trans_table-trie_search.Po \ + ./$(DEPDIR)/language_classifier-address_dictionary.Po \ + ./$(DEPDIR)/language_classifier-features.Po \ + ./$(DEPDIR)/language_classifier-file_utils.Po \ + ./$(DEPDIR)/language_classifier-float_utils.Po \ + ./$(DEPDIR)/language_classifier-language_classifier.Po \ + ./$(DEPDIR)/language_classifier-language_classifier_cli.Po \ + ./$(DEPDIR)/language_classifier-language_features.Po \ + ./$(DEPDIR)/language_classifier-logistic.Po \ + ./$(DEPDIR)/language_classifier-logistic_regression.Po \ + ./$(DEPDIR)/language_classifier-minibatch.Po \ + ./$(DEPDIR)/language_classifier-normalize.Po \ + ./$(DEPDIR)/language_classifier-numex.Po \ + ./$(DEPDIR)/language_classifier-sparse_matrix.Po \ + ./$(DEPDIR)/language_classifier-string_utils.Po \ + ./$(DEPDIR)/language_classifier-strndup.Po \ + ./$(DEPDIR)/language_classifier-transliterate.Po \ + ./$(DEPDIR)/language_classifier-trie.Po \ + ./$(DEPDIR)/language_classifier-trie_search.Po \ + ./$(DEPDIR)/language_classifier-trie_utils.Po \ + ./$(DEPDIR)/language_classifier-unicode_scripts.Po \ + ./$(DEPDIR)/language_classifier_test-address_dictionary.Po \ + ./$(DEPDIR)/language_classifier_test-features.Po \ + ./$(DEPDIR)/language_classifier_test-file_utils.Po \ + ./$(DEPDIR)/language_classifier_test-float_utils.Po \ + ./$(DEPDIR)/language_classifier_test-language_classifier.Po \ + ./$(DEPDIR)/language_classifier_test-language_classifier_io.Po \ + ./$(DEPDIR)/language_classifier_test-language_classifier_test.Po \ + ./$(DEPDIR)/language_classifier_test-language_features.Po \ + ./$(DEPDIR)/language_classifier_test-logistic.Po \ + ./$(DEPDIR)/language_classifier_test-logistic_regression.Po \ + ./$(DEPDIR)/language_classifier_test-minibatch.Po \ + ./$(DEPDIR)/language_classifier_test-normalize.Po \ + ./$(DEPDIR)/language_classifier_test-numex.Po \ + ./$(DEPDIR)/language_classifier_test-sparse_matrix.Po \ + ./$(DEPDIR)/language_classifier_test-string_utils.Po \ + ./$(DEPDIR)/language_classifier_test-strndup.Po \ + ./$(DEPDIR)/language_classifier_test-transliterate.Po \ + ./$(DEPDIR)/language_classifier_test-trie.Po \ + ./$(DEPDIR)/language_classifier_test-trie_search.Po \ + ./$(DEPDIR)/language_classifier_test-trie_utils.Po \ + ./$(DEPDIR)/language_classifier_test-unicode_scripts.Po \ + ./$(DEPDIR)/language_classifier_train-address_dictionary.Po \ + ./$(DEPDIR)/language_classifier_train-cartesian_product.Po \ + ./$(DEPDIR)/language_classifier_train-features.Po \ + ./$(DEPDIR)/language_classifier_train-file_utils.Po \ + ./$(DEPDIR)/language_classifier_train-float_utils.Po \ + ./$(DEPDIR)/language_classifier_train-ftrl.Po \ + ./$(DEPDIR)/language_classifier_train-language_classifier.Po \ + ./$(DEPDIR)/language_classifier_train-language_classifier_io.Po \ + ./$(DEPDIR)/language_classifier_train-language_classifier_train.Po \ + ./$(DEPDIR)/language_classifier_train-language_features.Po \ + ./$(DEPDIR)/language_classifier_train-logistic.Po \ + ./$(DEPDIR)/language_classifier_train-logistic_regression.Po \ + ./$(DEPDIR)/language_classifier_train-logistic_regression_trainer.Po \ + ./$(DEPDIR)/language_classifier_train-minibatch.Po \ + ./$(DEPDIR)/language_classifier_train-normalize.Po \ + ./$(DEPDIR)/language_classifier_train-numex.Po \ + ./$(DEPDIR)/language_classifier_train-regularization.Po \ + ./$(DEPDIR)/language_classifier_train-shuffle.Po \ + ./$(DEPDIR)/language_classifier_train-sparse_matrix.Po \ + ./$(DEPDIR)/language_classifier_train-sparse_matrix_utils.Po \ + ./$(DEPDIR)/language_classifier_train-stochastic_gradient_descent.Po \ + ./$(DEPDIR)/language_classifier_train-string_utils.Po \ + ./$(DEPDIR)/language_classifier_train-strndup.Po \ + ./$(DEPDIR)/language_classifier_train-transliterate.Po \ + ./$(DEPDIR)/language_classifier_train-trie.Po \ + ./$(DEPDIR)/language_classifier_train-trie_search.Po \ + ./$(DEPDIR)/language_classifier_train-trie_utils.Po \ + ./$(DEPDIR)/language_classifier_train-unicode_scripts.Po \ + ./$(DEPDIR)/libpostal-file_utils.Po \ + ./$(DEPDIR)/libpostal-json_encode.Po \ + ./$(DEPDIR)/libpostal-main.Po \ + ./$(DEPDIR)/libpostal-string_utils.Po \ + ./$(DEPDIR)/libpostal-strndup.Po \ + ./$(DEPDIR)/libpostal_la-acronyms.Plo \ + ./$(DEPDIR)/libpostal_la-address_dictionary.Plo \ + ./$(DEPDIR)/libpostal_la-address_parser.Plo \ + ./$(DEPDIR)/libpostal_la-address_parser_io.Plo \ + ./$(DEPDIR)/libpostal_la-averaged_perceptron.Plo \ + ./$(DEPDIR)/libpostal_la-averaged_perceptron_tagger.Plo \ + ./$(DEPDIR)/libpostal_la-crf.Plo \ + ./$(DEPDIR)/libpostal_la-crf_context.Plo \ + ./$(DEPDIR)/libpostal_la-dedupe.Plo \ + ./$(DEPDIR)/libpostal_la-double_metaphone.Plo \ + ./$(DEPDIR)/libpostal_la-expand.Plo \ + ./$(DEPDIR)/libpostal_la-features.Plo \ + ./$(DEPDIR)/libpostal_la-file_utils.Plo \ + ./$(DEPDIR)/libpostal_la-float_utils.Plo \ + ./$(DEPDIR)/libpostal_la-graph.Plo \ + ./$(DEPDIR)/libpostal_la-graph_builder.Plo \ + ./$(DEPDIR)/libpostal_la-jaccard.Plo \ + ./$(DEPDIR)/libpostal_la-language_classifier.Plo \ + ./$(DEPDIR)/libpostal_la-language_features.Plo \ + ./$(DEPDIR)/libpostal_la-libpostal.Plo \ + ./$(DEPDIR)/libpostal_la-logistic.Plo \ + ./$(DEPDIR)/libpostal_la-logistic_regression.Plo \ + ./$(DEPDIR)/libpostal_la-minibatch.Plo \ + ./$(DEPDIR)/libpostal_la-near_dupe.Plo \ + ./$(DEPDIR)/libpostal_la-ngrams.Plo \ + ./$(DEPDIR)/libpostal_la-normalize.Plo \ + ./$(DEPDIR)/libpostal_la-numex.Plo \ + ./$(DEPDIR)/libpostal_la-place.Plo \ + ./$(DEPDIR)/libpostal_la-soft_tfidf.Plo \ + ./$(DEPDIR)/libpostal_la-sparse_matrix.Plo \ + ./$(DEPDIR)/libpostal_la-string_similarity.Plo \ + ./$(DEPDIR)/libpostal_la-string_utils.Plo \ + ./$(DEPDIR)/libpostal_la-strndup.Plo \ + ./$(DEPDIR)/libpostal_la-tokens.Plo \ + ./$(DEPDIR)/libpostal_la-transliterate.Plo \ + ./$(DEPDIR)/libpostal_la-trie.Plo \ + ./$(DEPDIR)/libpostal_la-trie_search.Plo \ + ./$(DEPDIR)/libpostal_la-trie_utils.Plo \ + ./$(DEPDIR)/libpostal_la-unicode_scripts.Plo \ + ./$(DEPDIR)/libscanner_la-scanner.Plo \ + ./$(DEPDIR)/near_dupe_test-near_dupe_test.Po \ + ./$(DEPDIR)/near_dupe_test-string_utils.Po \ + ./$(DEPDIR)/near_dupe_test-strndup.Po \ + geohash/$(DEPDIR)/libpostal_la-geohash.Plo \ + klib/$(DEPDIR)/libscanner_la-drand48.Plo \ + linenoise/$(DEPDIR)/address_parser-linenoise.Po \ + utf8proc/$(DEPDIR)/address_parser-utf8proc.Po \ + utf8proc/$(DEPDIR)/address_parser_test-utf8proc.Po \ + utf8proc/$(DEPDIR)/address_parser_train-utf8proc.Po \ + utf8proc/$(DEPDIR)/build_address_dictionary-utf8proc.Po \ + utf8proc/$(DEPDIR)/build_numex_table-utf8proc.Po \ + utf8proc/$(DEPDIR)/build_trans_table-utf8proc.Po \ + utf8proc/$(DEPDIR)/language_classifier-utf8proc.Po \ + utf8proc/$(DEPDIR)/language_classifier_test-utf8proc.Po \ + utf8proc/$(DEPDIR)/language_classifier_train-utf8proc.Po \ + utf8proc/$(DEPDIR)/libpostal-utf8proc.Po \ + utf8proc/$(DEPDIR)/libpostal_la-utf8proc.Plo \ + utf8proc/$(DEPDIR)/near_dupe_test-utf8proc.Po +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(libpostal_la_SOURCES) $(libscanner_la_SOURCES) \ + $(address_parser_SOURCES) $(address_parser_test_SOURCES) \ + $(address_parser_train_SOURCES) $(bench_SOURCES) \ + $(build_address_dictionary_SOURCES) \ + $(build_numex_table_SOURCES) $(build_trans_table_SOURCES) \ + $(language_classifier_SOURCES) \ + $(language_classifier_test_SOURCES) \ + $(language_classifier_train_SOURCES) $(libpostal_SOURCES) \ + $(near_dupe_test_SOURCES) +DIST_SOURCES = $(libpostal_la_SOURCES) $(libscanner_la_SOURCES) \ + $(address_parser_SOURCES) $(address_parser_test_SOURCES) \ + $(address_parser_train_SOURCES) $(bench_SOURCES) \ + $(build_address_dictionary_SOURCES) \ + $(build_numex_table_SOURCES) $(build_trans_table_SOURCES) \ + $(language_classifier_SOURCES) \ + $(language_classifier_test_SOURCES) \ + $(language_classifier_train_SOURCES) $(libpostal_SOURCES) \ + $(near_dupe_test_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(pkginclude_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libpostal_data.in \ + $(top_srcdir)/depcomp +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CBLAS_LIBS = @CBLAS_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ + +# Wonky but have to be able to override the user's optimization level to compile the scanner +# as it takes an unreasonably long time to compile with the optimizer on. +CFLAGS = +CFLAGS_SCANNER_EXTRA = @CFLAGS_SCANNER_EXTRA@ +CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ETAGS = @ETAGS@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FILECMD = @FILECMD@ +FOUND_GSHUF = @FOUND_GSHUF@ +FOUND_SHUF = @FOUND_SHUF@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBPOSTAL_DATA_DIR_VERSION_STRING = @LIBPOSTAL_DATA_DIR_VERSION_STRING@ +LIBPOSTAL_DATA_FILE_LATEST_VERSION = @LIBPOSTAL_DATA_FILE_LATEST_VERSION@ +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION = @LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION@ +LIBPOSTAL_MAJOR_VERSION = @LIBPOSTAL_MAJOR_VERSION@ +LIBPOSTAL_MINOR_VERSION = @LIBPOSTAL_MINOR_VERSION@ +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION = @LIBPOSTAL_PARSER_MODEL_LATEST_VERSION@ +LIBPOSTAL_PATCH_VERSION = @LIBPOSTAL_PATCH_VERSION@ +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING = @LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING@ +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION = @LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION@ +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION = @LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION@ +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION = @LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION@ +LIBPOSTAL_SO_VERSION = @LIBPOSTAL_SO_VERSION@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODEL = @MODEL@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ + +# Inherited from autoconf / user-specified +CFLAGS_CONF = @CFLAGS@ +CFLAGS_BASE = -Wall -Wextra -Wno-unused-function -Wformat -Werror=format-security -Winit-self -Wno-sign-compare -DLIBPOSTAL_DATA_DIR='"$(datadir)/libpostal"' -g $(CFLAGS_CONF) +CFLAGS_O0 = $(CFLAGS_BASE) -O0 +CFLAGS_O1 = $(CFLAGS_BASE) -O1 +CFLAGS_O2 = $(CFLAGS_BASE) -O2 +CFLAGS_O3 = $(CFLAGS_BASE) -O3 +DEFAULT_INCLUDES = -I.. -I/usr/local/include +lib_LTLIBRARIES = libpostal.la +libpostal_la_SOURCES = strndup.c libpostal.c expand.c address_dictionary.c transliterate.c tokens.c trie.c trie_search.c trie_utils.c string_utils.c file_utils.c utf8proc/utf8proc.c normalize.c numex.c features.c unicode_scripts.c address_parser.c address_parser_io.c averaged_perceptron.c crf.c crf_context.c sparse_matrix.c averaged_perceptron_tagger.c graph.c graph_builder.c language_classifier.c language_features.c logistic_regression.c logistic.c minibatch.c float_utils.c ngrams.c place.c near_dupe.c double_metaphone.c geohash/geohash.c dedupe.c string_similarity.c acronyms.c soft_tfidf.c jaccard.c +libpostal_la_LIBADD = libscanner.la $(CBLAS_LIBS) +libpostal_la_CFLAGS = $(CFLAGS_O2) -D LIBPOSTAL_EXPORTS +libpostal_la_LDFLAGS = -version-info @LIBPOSTAL_SO_VERSION@ -no-undefined +dist_bin_SCRIPTS = libpostal_data + +# Scanner can take a very long time to compile with higher optimization levels, so always use -O0, scanner is fast enough +# On cross-compilation for ARM using gcc-4.7, there are "out of range" errors during compilation that can be fixed by adding +# -marm option. For that, CFLAGS_SCANNER_EXTRA is provided that can be filled during configuration stage (see ./configure --help). +noinst_LTLIBRARIES = libscanner.la +libscanner_la_SOURCES = klib/drand48.c scanner.c +libscanner_la_CFLAGS = $(CFLAGS_O0) -D LIBPOSTAL_EXPORTS $(CFLAGS_SCANNER_EXTRA) +libpostal_SOURCES = strndup.c main.c json_encode.c file_utils.c string_utils.c utf8proc/utf8proc.c +libpostal_LDADD = libpostal.la +libpostal_CFLAGS = $(CFLAGS_O3) +bench_SOURCES = bench.c +bench_LDADD = libpostal.la libscanner.la $(CBLAS_LIBS) +bench_CFLAGS = $(CFLAGS_O3) +address_parser_SOURCES = strndup.c address_parser_cli.c json_encode.c linenoise/linenoise.c string_utils.c utf8proc/utf8proc.c +address_parser_LDADD = libpostal.la $(CBLAS_LIBS) +address_parser_CFLAGS = $(CFLAGS_O3) +near_dupe_test_SOURCES = strndup.c near_dupe_test.c string_utils.c utf8proc/utf8proc.c +near_dupe_test_LDADD = libpostal.la +near_dupe_test_CFLAGS = $(CFLAGS_O3) +build_address_dictionary_SOURCES = strndup.c address_dictionary_builder.c address_dictionary.c file_utils.c string_utils.c trie.c trie_search.c utf8proc/utf8proc.c +build_address_dictionary_CFLAGS = $(CFLAGS_O3) +build_numex_table_SOURCES = strndup.c numex_table_builder.c numex.c file_utils.c string_utils.c tokens.c trie.c trie_search.c utf8proc/utf8proc.c +build_numex_table_CFLAGS = $(CFLAGS_O3) +build_trans_table_SOURCES = strndup.c transliteration_table_builder.c transliterate.c trie.c trie_search.c file_utils.c string_utils.c utf8proc/utf8proc.c +build_trans_table_CFLAGS = $(CFLAGS_O3) +address_parser_train_SOURCES = strndup.c address_parser_train.c address_parser.c address_parser_io.c averaged_perceptron.c crf.c crf_context.c sparse_matrix.c graph.c graph_builder.c float_utils.c averaged_perceptron_trainer.c crf_trainer.c crf_trainer_averaged_perceptron.c averaged_perceptron_tagger.c address_dictionary.c normalize.c numex.c features.c unicode_scripts.c transliterate.c trie.c trie_search.c trie_utils.c string_utils.c tokens.c file_utils.c shuffle.c utf8proc/utf8proc.c ngrams.c +address_parser_train_LDADD = libscanner.la $(CBLAS_LIBS) +address_parser_train_CFLAGS = $(CFLAGS_O3) +address_parser_test_SOURCES = strndup.c address_parser_test.c address_parser.c address_parser_io.c averaged_perceptron.c crf.c crf_context.c sparse_matrix.c graph.c graph_builder.c float_utils.c averaged_perceptron_tagger.c address_dictionary.c normalize.c numex.c features.c unicode_scripts.c transliterate.c trie.c trie_search.c trie_utils.c string_utils.c tokens.c file_utils.c utf8proc/utf8proc.c ngrams.c +address_parser_test_LDADD = libscanner.la $(CBLAS_LIBS) +address_parser_test_CFLAGS = $(CFLAGS_O3) +language_classifier_train_SOURCES = strndup.c language_classifier_train.c language_classifier.c language_features.c language_classifier_io.c logistic_regression_trainer.c logistic_regression.c logistic.c sparse_matrix.c sparse_matrix_utils.c features.c minibatch.c float_utils.c stochastic_gradient_descent.c ftrl.c regularization.c cartesian_product.c normalize.c numex.c transliterate.c trie.c trie_search.c trie_utils.c address_dictionary.c string_utils.c file_utils.c utf8proc/utf8proc.c unicode_scripts.c shuffle.c +language_classifier_train_LDADD = libscanner.la $(CBLAS_LIBS) +language_classifier_train_CFLAGS = $(CFLAGS_O3) +language_classifier_SOURCES = strndup.c language_classifier_cli.c language_classifier.c language_features.c logistic_regression.c logistic.c sparse_matrix.c features.c minibatch.c float_utils.c normalize.c numex.c transliterate.c trie.c trie_search.c trie_utils.c address_dictionary.c string_utils.c file_utils.c utf8proc/utf8proc.c unicode_scripts.c +language_classifier_LDADD = libscanner.la $(CBLAS_LIBS) +language_classifier_CFLAGS = $(CFLAGS_O3) +language_classifier_test_SOURCES = strndup.c language_classifier_test.c language_classifier.c language_classifier_io.c language_features.c logistic_regression.c logistic.c sparse_matrix.c features.c minibatch.c float_utils.c normalize.c numex.c transliterate.c trie.c trie_search.c trie_utils.c address_dictionary.c string_utils.c file_utils.c utf8proc/utf8proc.c unicode_scripts.c +language_classifier_test_LDADD = libscanner.la $(CBLAS_LIBS) +language_classifier_test_CFLAGS = $(CFLAGS_O3) +pkginclude_HEADERS = libpostal.h +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +libpostal_data: $(top_builddir)/config.status $(srcdir)/libpostal_data.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + +clean-noinstPROGRAMS: + @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +utf8proc/$(am__dirstamp): + @$(MKDIR_P) utf8proc + @: > utf8proc/$(am__dirstamp) +utf8proc/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) utf8proc/$(DEPDIR) + @: > utf8proc/$(DEPDIR)/$(am__dirstamp) +utf8proc/libpostal_la-utf8proc.lo: utf8proc/$(am__dirstamp) \ + utf8proc/$(DEPDIR)/$(am__dirstamp) +geohash/$(am__dirstamp): + @$(MKDIR_P) geohash + @: > geohash/$(am__dirstamp) +geohash/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) geohash/$(DEPDIR) + @: > geohash/$(DEPDIR)/$(am__dirstamp) +geohash/libpostal_la-geohash.lo: geohash/$(am__dirstamp) \ + geohash/$(DEPDIR)/$(am__dirstamp) + +libpostal.la: $(libpostal_la_OBJECTS) $(libpostal_la_DEPENDENCIES) $(EXTRA_libpostal_la_DEPENDENCIES) + $(AM_V_CCLD)$(libpostal_la_LINK) -rpath $(libdir) $(libpostal_la_OBJECTS) $(libpostal_la_LIBADD) $(LIBS) +klib/$(am__dirstamp): + @$(MKDIR_P) klib + @: > klib/$(am__dirstamp) +klib/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) klib/$(DEPDIR) + @: > klib/$(DEPDIR)/$(am__dirstamp) +klib/libscanner_la-drand48.lo: klib/$(am__dirstamp) \ + klib/$(DEPDIR)/$(am__dirstamp) + +libscanner.la: $(libscanner_la_OBJECTS) $(libscanner_la_DEPENDENCIES) $(EXTRA_libscanner_la_DEPENDENCIES) + $(AM_V_CCLD)$(libscanner_la_LINK) $(libscanner_la_OBJECTS) $(libscanner_la_LIBADD) $(LIBS) +linenoise/$(am__dirstamp): + @$(MKDIR_P) linenoise + @: > linenoise/$(am__dirstamp) +linenoise/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) linenoise/$(DEPDIR) + @: > linenoise/$(DEPDIR)/$(am__dirstamp) +linenoise/address_parser-linenoise.$(OBJEXT): \ + linenoise/$(am__dirstamp) linenoise/$(DEPDIR)/$(am__dirstamp) +utf8proc/address_parser-utf8proc.$(OBJEXT): utf8proc/$(am__dirstamp) \ + utf8proc/$(DEPDIR)/$(am__dirstamp) + +address_parser$(EXEEXT): $(address_parser_OBJECTS) $(address_parser_DEPENDENCIES) $(EXTRA_address_parser_DEPENDENCIES) + @rm -f address_parser$(EXEEXT) + $(AM_V_CCLD)$(address_parser_LINK) $(address_parser_OBJECTS) $(address_parser_LDADD) $(LIBS) +utf8proc/address_parser_test-utf8proc.$(OBJEXT): \ + utf8proc/$(am__dirstamp) utf8proc/$(DEPDIR)/$(am__dirstamp) + +address_parser_test$(EXEEXT): $(address_parser_test_OBJECTS) $(address_parser_test_DEPENDENCIES) $(EXTRA_address_parser_test_DEPENDENCIES) + @rm -f address_parser_test$(EXEEXT) + $(AM_V_CCLD)$(address_parser_test_LINK) $(address_parser_test_OBJECTS) $(address_parser_test_LDADD) $(LIBS) +utf8proc/address_parser_train-utf8proc.$(OBJEXT): \ + utf8proc/$(am__dirstamp) utf8proc/$(DEPDIR)/$(am__dirstamp) + +address_parser_train$(EXEEXT): $(address_parser_train_OBJECTS) $(address_parser_train_DEPENDENCIES) $(EXTRA_address_parser_train_DEPENDENCIES) + @rm -f address_parser_train$(EXEEXT) + $(AM_V_CCLD)$(address_parser_train_LINK) $(address_parser_train_OBJECTS) $(address_parser_train_LDADD) $(LIBS) + +bench$(EXEEXT): $(bench_OBJECTS) $(bench_DEPENDENCIES) $(EXTRA_bench_DEPENDENCIES) + @rm -f bench$(EXEEXT) + $(AM_V_CCLD)$(bench_LINK) $(bench_OBJECTS) $(bench_LDADD) $(LIBS) +utf8proc/build_address_dictionary-utf8proc.$(OBJEXT): \ + utf8proc/$(am__dirstamp) utf8proc/$(DEPDIR)/$(am__dirstamp) + +build_address_dictionary$(EXEEXT): $(build_address_dictionary_OBJECTS) $(build_address_dictionary_DEPENDENCIES) $(EXTRA_build_address_dictionary_DEPENDENCIES) + @rm -f build_address_dictionary$(EXEEXT) + $(AM_V_CCLD)$(build_address_dictionary_LINK) $(build_address_dictionary_OBJECTS) $(build_address_dictionary_LDADD) $(LIBS) +utf8proc/build_numex_table-utf8proc.$(OBJEXT): \ + utf8proc/$(am__dirstamp) utf8proc/$(DEPDIR)/$(am__dirstamp) + +build_numex_table$(EXEEXT): $(build_numex_table_OBJECTS) $(build_numex_table_DEPENDENCIES) $(EXTRA_build_numex_table_DEPENDENCIES) + @rm -f build_numex_table$(EXEEXT) + $(AM_V_CCLD)$(build_numex_table_LINK) $(build_numex_table_OBJECTS) $(build_numex_table_LDADD) $(LIBS) +utf8proc/build_trans_table-utf8proc.$(OBJEXT): \ + utf8proc/$(am__dirstamp) utf8proc/$(DEPDIR)/$(am__dirstamp) + +build_trans_table$(EXEEXT): $(build_trans_table_OBJECTS) $(build_trans_table_DEPENDENCIES) $(EXTRA_build_trans_table_DEPENDENCIES) + @rm -f build_trans_table$(EXEEXT) + $(AM_V_CCLD)$(build_trans_table_LINK) $(build_trans_table_OBJECTS) $(build_trans_table_LDADD) $(LIBS) +utf8proc/language_classifier-utf8proc.$(OBJEXT): \ + utf8proc/$(am__dirstamp) utf8proc/$(DEPDIR)/$(am__dirstamp) + +language_classifier$(EXEEXT): $(language_classifier_OBJECTS) $(language_classifier_DEPENDENCIES) $(EXTRA_language_classifier_DEPENDENCIES) + @rm -f language_classifier$(EXEEXT) + $(AM_V_CCLD)$(language_classifier_LINK) $(language_classifier_OBJECTS) $(language_classifier_LDADD) $(LIBS) +utf8proc/language_classifier_test-utf8proc.$(OBJEXT): \ + utf8proc/$(am__dirstamp) utf8proc/$(DEPDIR)/$(am__dirstamp) + +language_classifier_test$(EXEEXT): $(language_classifier_test_OBJECTS) $(language_classifier_test_DEPENDENCIES) $(EXTRA_language_classifier_test_DEPENDENCIES) + @rm -f language_classifier_test$(EXEEXT) + $(AM_V_CCLD)$(language_classifier_test_LINK) $(language_classifier_test_OBJECTS) $(language_classifier_test_LDADD) $(LIBS) +utf8proc/language_classifier_train-utf8proc.$(OBJEXT): \ + utf8proc/$(am__dirstamp) utf8proc/$(DEPDIR)/$(am__dirstamp) + +language_classifier_train$(EXEEXT): $(language_classifier_train_OBJECTS) $(language_classifier_train_DEPENDENCIES) $(EXTRA_language_classifier_train_DEPENDENCIES) + @rm -f language_classifier_train$(EXEEXT) + $(AM_V_CCLD)$(language_classifier_train_LINK) $(language_classifier_train_OBJECTS) $(language_classifier_train_LDADD) $(LIBS) +utf8proc/libpostal-utf8proc.$(OBJEXT): utf8proc/$(am__dirstamp) \ + utf8proc/$(DEPDIR)/$(am__dirstamp) + +libpostal$(EXEEXT): $(libpostal_OBJECTS) $(libpostal_DEPENDENCIES) $(EXTRA_libpostal_DEPENDENCIES) + @rm -f libpostal$(EXEEXT) + $(AM_V_CCLD)$(libpostal_LINK) $(libpostal_OBJECTS) $(libpostal_LDADD) $(LIBS) +utf8proc/near_dupe_test-utf8proc.$(OBJEXT): utf8proc/$(am__dirstamp) \ + utf8proc/$(DEPDIR)/$(am__dirstamp) + +near_dupe_test$(EXEEXT): $(near_dupe_test_OBJECTS) $(near_dupe_test_DEPENDENCIES) $(EXTRA_near_dupe_test_DEPENDENCIES) + @rm -f near_dupe_test$(EXEEXT) + $(AM_V_CCLD)$(near_dupe_test_LINK) $(near_dupe_test_OBJECTS) $(near_dupe_test_LDADD) $(LIBS) +install-dist_binSCRIPTS: $(dist_bin_SCRIPTS) + @$(NORMAL_INSTALL) + @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n' \ + -e 'h;s|.*|.|' \ + -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) { files[d] = files[d] " " $$1; \ + if (++n[d] == $(am__install_max)) { \ + print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ + else { print "f", d "/" $$4, $$1 } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-dist_binSCRIPTS: + @$(NORMAL_UNINSTALL) + @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 's,.*/,,;$(transform)'`; \ + dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f geohash/*.$(OBJEXT) + -rm -f geohash/*.lo + -rm -f klib/*.$(OBJEXT) + -rm -f klib/*.lo + -rm -f linenoise/*.$(OBJEXT) + -rm -f utf8proc/*.$(OBJEXT) + -rm -f utf8proc/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser-address_parser_cli.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser-json_encode.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser-string_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser-strndup.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-address_dictionary.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-address_parser.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-address_parser_io.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-address_parser_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-averaged_perceptron.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-averaged_perceptron_tagger.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-crf.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-crf_context.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-features.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-file_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-float_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-graph.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-graph_builder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-ngrams.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-normalize.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-numex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-sparse_matrix.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-string_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-strndup.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-tokens.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-transliterate.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-trie.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-trie_search.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-trie_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_test-unicode_scripts.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-address_dictionary.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-address_parser.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-address_parser_io.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-address_parser_train.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-averaged_perceptron.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-averaged_perceptron_tagger.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-averaged_perceptron_trainer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-crf.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-crf_context.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-crf_trainer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-crf_trainer_averaged_perceptron.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-features.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-file_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-float_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-graph.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-graph_builder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-ngrams.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-normalize.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-numex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-shuffle.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-sparse_matrix.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-string_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-strndup.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-tokens.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-transliterate.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-trie.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-trie_search.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-trie_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_parser_train-unicode_scripts.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bench-bench.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_address_dictionary-address_dictionary.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_address_dictionary-address_dictionary_builder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_address_dictionary-file_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_address_dictionary-string_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_address_dictionary-strndup.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_address_dictionary-trie.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_address_dictionary-trie_search.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_numex_table-file_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_numex_table-numex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_numex_table-numex_table_builder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_numex_table-string_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_numex_table-strndup.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_numex_table-tokens.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_numex_table-trie.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_numex_table-trie_search.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_trans_table-file_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_trans_table-string_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_trans_table-strndup.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_trans_table-transliterate.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_trans_table-transliteration_table_builder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_trans_table-trie.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_trans_table-trie_search.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-address_dictionary.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-features.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-file_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-float_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-language_classifier.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-language_classifier_cli.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-language_features.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-logistic.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-logistic_regression.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-minibatch.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-normalize.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-numex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-sparse_matrix.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-string_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-strndup.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-transliterate.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-trie.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-trie_search.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-trie_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier-unicode_scripts.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-address_dictionary.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-features.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-file_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-float_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-language_classifier.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-language_classifier_io.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-language_classifier_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-language_features.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-logistic.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-logistic_regression.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-minibatch.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-normalize.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-numex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-sparse_matrix.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-string_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-strndup.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-transliterate.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-trie.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-trie_search.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-trie_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_test-unicode_scripts.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-address_dictionary.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-cartesian_product.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-features.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-file_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-float_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-ftrl.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-language_classifier.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-language_classifier_io.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-language_classifier_train.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-language_features.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-logistic.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-logistic_regression.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-logistic_regression_trainer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-minibatch.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-normalize.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-numex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-regularization.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-shuffle.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-sparse_matrix.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-sparse_matrix_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-stochastic_gradient_descent.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-string_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-strndup.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-transliterate.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-trie.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-trie_search.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-trie_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_classifier_train-unicode_scripts.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal-file_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal-json_encode.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal-main.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal-string_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal-strndup.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-acronyms.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-address_dictionary.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-address_parser.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-address_parser_io.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-averaged_perceptron.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-averaged_perceptron_tagger.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-crf.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-crf_context.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-dedupe.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-double_metaphone.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-expand.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-features.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-file_utils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-float_utils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-graph.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-graph_builder.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-jaccard.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-language_classifier.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-language_features.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-libpostal.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-logistic.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-logistic_regression.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-minibatch.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-near_dupe.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-ngrams.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-normalize.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-numex.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-place.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-soft_tfidf.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-sparse_matrix.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-string_similarity.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-string_utils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-strndup.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-tokens.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-transliterate.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-trie.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-trie_search.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-trie_utils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpostal_la-unicode_scripts.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscanner_la-scanner.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/near_dupe_test-near_dupe_test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/near_dupe_test-string_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/near_dupe_test-strndup.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@geohash/$(DEPDIR)/libpostal_la-geohash.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@klib/$(DEPDIR)/libscanner_la-drand48.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@linenoise/$(DEPDIR)/address_parser-linenoise.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@utf8proc/$(DEPDIR)/address_parser-utf8proc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@utf8proc/$(DEPDIR)/address_parser_test-utf8proc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@utf8proc/$(DEPDIR)/address_parser_train-utf8proc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@utf8proc/$(DEPDIR)/build_address_dictionary-utf8proc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@utf8proc/$(DEPDIR)/build_numex_table-utf8proc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@utf8proc/$(DEPDIR)/build_trans_table-utf8proc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@utf8proc/$(DEPDIR)/language_classifier-utf8proc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@utf8proc/$(DEPDIR)/language_classifier_test-utf8proc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@utf8proc/$(DEPDIR)/language_classifier_train-utf8proc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@utf8proc/$(DEPDIR)/libpostal-utf8proc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@utf8proc/$(DEPDIR)/libpostal_la-utf8proc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@utf8proc/$(DEPDIR)/near_dupe_test-utf8proc.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< + +libpostal_la-strndup.lo: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-strndup.lo -MD -MP -MF $(DEPDIR)/libpostal_la-strndup.Tpo -c -o libpostal_la-strndup.lo `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-strndup.Tpo $(DEPDIR)/libpostal_la-strndup.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='libpostal_la-strndup.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-strndup.lo `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c + +libpostal_la-libpostal.lo: libpostal.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-libpostal.lo -MD -MP -MF $(DEPDIR)/libpostal_la-libpostal.Tpo -c -o libpostal_la-libpostal.lo `test -f 'libpostal.c' || echo '$(srcdir)/'`libpostal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-libpostal.Tpo $(DEPDIR)/libpostal_la-libpostal.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libpostal.c' object='libpostal_la-libpostal.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-libpostal.lo `test -f 'libpostal.c' || echo '$(srcdir)/'`libpostal.c + +libpostal_la-expand.lo: expand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-expand.lo -MD -MP -MF $(DEPDIR)/libpostal_la-expand.Tpo -c -o libpostal_la-expand.lo `test -f 'expand.c' || echo '$(srcdir)/'`expand.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-expand.Tpo $(DEPDIR)/libpostal_la-expand.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='expand.c' object='libpostal_la-expand.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-expand.lo `test -f 'expand.c' || echo '$(srcdir)/'`expand.c + +libpostal_la-address_dictionary.lo: address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-address_dictionary.lo -MD -MP -MF $(DEPDIR)/libpostal_la-address_dictionary.Tpo -c -o libpostal_la-address_dictionary.lo `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-address_dictionary.Tpo $(DEPDIR)/libpostal_la-address_dictionary.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary.c' object='libpostal_la-address_dictionary.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-address_dictionary.lo `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c + +libpostal_la-transliterate.lo: transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-transliterate.lo -MD -MP -MF $(DEPDIR)/libpostal_la-transliterate.Tpo -c -o libpostal_la-transliterate.lo `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-transliterate.Tpo $(DEPDIR)/libpostal_la-transliterate.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliterate.c' object='libpostal_la-transliterate.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-transliterate.lo `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c + +libpostal_la-tokens.lo: tokens.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-tokens.lo -MD -MP -MF $(DEPDIR)/libpostal_la-tokens.Tpo -c -o libpostal_la-tokens.lo `test -f 'tokens.c' || echo '$(srcdir)/'`tokens.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-tokens.Tpo $(DEPDIR)/libpostal_la-tokens.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tokens.c' object='libpostal_la-tokens.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-tokens.lo `test -f 'tokens.c' || echo '$(srcdir)/'`tokens.c + +libpostal_la-trie.lo: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-trie.lo -MD -MP -MF $(DEPDIR)/libpostal_la-trie.Tpo -c -o libpostal_la-trie.lo `test -f 'trie.c' || echo '$(srcdir)/'`trie.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-trie.Tpo $(DEPDIR)/libpostal_la-trie.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='libpostal_la-trie.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-trie.lo `test -f 'trie.c' || echo '$(srcdir)/'`trie.c + +libpostal_la-trie_search.lo: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-trie_search.lo -MD -MP -MF $(DEPDIR)/libpostal_la-trie_search.Tpo -c -o libpostal_la-trie_search.lo `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-trie_search.Tpo $(DEPDIR)/libpostal_la-trie_search.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='libpostal_la-trie_search.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-trie_search.lo `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c + +libpostal_la-trie_utils.lo: trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-trie_utils.lo -MD -MP -MF $(DEPDIR)/libpostal_la-trie_utils.Tpo -c -o libpostal_la-trie_utils.lo `test -f 'trie_utils.c' || echo '$(srcdir)/'`trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-trie_utils.Tpo $(DEPDIR)/libpostal_la-trie_utils.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_utils.c' object='libpostal_la-trie_utils.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-trie_utils.lo `test -f 'trie_utils.c' || echo '$(srcdir)/'`trie_utils.c + +libpostal_la-string_utils.lo: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-string_utils.lo -MD -MP -MF $(DEPDIR)/libpostal_la-string_utils.Tpo -c -o libpostal_la-string_utils.lo `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-string_utils.Tpo $(DEPDIR)/libpostal_la-string_utils.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='libpostal_la-string_utils.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-string_utils.lo `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c + +libpostal_la-file_utils.lo: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-file_utils.lo -MD -MP -MF $(DEPDIR)/libpostal_la-file_utils.Tpo -c -o libpostal_la-file_utils.lo `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-file_utils.Tpo $(DEPDIR)/libpostal_la-file_utils.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='libpostal_la-file_utils.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-file_utils.lo `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c + +utf8proc/libpostal_la-utf8proc.lo: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT utf8proc/libpostal_la-utf8proc.lo -MD -MP -MF utf8proc/$(DEPDIR)/libpostal_la-utf8proc.Tpo -c -o utf8proc/libpostal_la-utf8proc.lo `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/libpostal_la-utf8proc.Tpo utf8proc/$(DEPDIR)/libpostal_la-utf8proc.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/libpostal_la-utf8proc.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o utf8proc/libpostal_la-utf8proc.lo `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c + +libpostal_la-normalize.lo: normalize.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-normalize.lo -MD -MP -MF $(DEPDIR)/libpostal_la-normalize.Tpo -c -o libpostal_la-normalize.lo `test -f 'normalize.c' || echo '$(srcdir)/'`normalize.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-normalize.Tpo $(DEPDIR)/libpostal_la-normalize.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='normalize.c' object='libpostal_la-normalize.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-normalize.lo `test -f 'normalize.c' || echo '$(srcdir)/'`normalize.c + +libpostal_la-numex.lo: numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-numex.lo -MD -MP -MF $(DEPDIR)/libpostal_la-numex.Tpo -c -o libpostal_la-numex.lo `test -f 'numex.c' || echo '$(srcdir)/'`numex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-numex.Tpo $(DEPDIR)/libpostal_la-numex.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex.c' object='libpostal_la-numex.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-numex.lo `test -f 'numex.c' || echo '$(srcdir)/'`numex.c + +libpostal_la-features.lo: features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-features.lo -MD -MP -MF $(DEPDIR)/libpostal_la-features.Tpo -c -o libpostal_la-features.lo `test -f 'features.c' || echo '$(srcdir)/'`features.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-features.Tpo $(DEPDIR)/libpostal_la-features.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='features.c' object='libpostal_la-features.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-features.lo `test -f 'features.c' || echo '$(srcdir)/'`features.c + +libpostal_la-unicode_scripts.lo: unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-unicode_scripts.lo -MD -MP -MF $(DEPDIR)/libpostal_la-unicode_scripts.Tpo -c -o libpostal_la-unicode_scripts.lo `test -f 'unicode_scripts.c' || echo '$(srcdir)/'`unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-unicode_scripts.Tpo $(DEPDIR)/libpostal_la-unicode_scripts.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unicode_scripts.c' object='libpostal_la-unicode_scripts.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-unicode_scripts.lo `test -f 'unicode_scripts.c' || echo '$(srcdir)/'`unicode_scripts.c + +libpostal_la-address_parser.lo: address_parser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-address_parser.lo -MD -MP -MF $(DEPDIR)/libpostal_la-address_parser.Tpo -c -o libpostal_la-address_parser.lo `test -f 'address_parser.c' || echo '$(srcdir)/'`address_parser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-address_parser.Tpo $(DEPDIR)/libpostal_la-address_parser.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser.c' object='libpostal_la-address_parser.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-address_parser.lo `test -f 'address_parser.c' || echo '$(srcdir)/'`address_parser.c + +libpostal_la-address_parser_io.lo: address_parser_io.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-address_parser_io.lo -MD -MP -MF $(DEPDIR)/libpostal_la-address_parser_io.Tpo -c -o libpostal_la-address_parser_io.lo `test -f 'address_parser_io.c' || echo '$(srcdir)/'`address_parser_io.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-address_parser_io.Tpo $(DEPDIR)/libpostal_la-address_parser_io.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser_io.c' object='libpostal_la-address_parser_io.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-address_parser_io.lo `test -f 'address_parser_io.c' || echo '$(srcdir)/'`address_parser_io.c + +libpostal_la-averaged_perceptron.lo: averaged_perceptron.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-averaged_perceptron.lo -MD -MP -MF $(DEPDIR)/libpostal_la-averaged_perceptron.Tpo -c -o libpostal_la-averaged_perceptron.lo `test -f 'averaged_perceptron.c' || echo '$(srcdir)/'`averaged_perceptron.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-averaged_perceptron.Tpo $(DEPDIR)/libpostal_la-averaged_perceptron.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='averaged_perceptron.c' object='libpostal_la-averaged_perceptron.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-averaged_perceptron.lo `test -f 'averaged_perceptron.c' || echo '$(srcdir)/'`averaged_perceptron.c + +libpostal_la-crf.lo: crf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-crf.lo -MD -MP -MF $(DEPDIR)/libpostal_la-crf.Tpo -c -o libpostal_la-crf.lo `test -f 'crf.c' || echo '$(srcdir)/'`crf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-crf.Tpo $(DEPDIR)/libpostal_la-crf.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf.c' object='libpostal_la-crf.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-crf.lo `test -f 'crf.c' || echo '$(srcdir)/'`crf.c + +libpostal_la-crf_context.lo: crf_context.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-crf_context.lo -MD -MP -MF $(DEPDIR)/libpostal_la-crf_context.Tpo -c -o libpostal_la-crf_context.lo `test -f 'crf_context.c' || echo '$(srcdir)/'`crf_context.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-crf_context.Tpo $(DEPDIR)/libpostal_la-crf_context.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf_context.c' object='libpostal_la-crf_context.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-crf_context.lo `test -f 'crf_context.c' || echo '$(srcdir)/'`crf_context.c + +libpostal_la-sparse_matrix.lo: sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-sparse_matrix.lo -MD -MP -MF $(DEPDIR)/libpostal_la-sparse_matrix.Tpo -c -o libpostal_la-sparse_matrix.lo `test -f 'sparse_matrix.c' || echo '$(srcdir)/'`sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-sparse_matrix.Tpo $(DEPDIR)/libpostal_la-sparse_matrix.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sparse_matrix.c' object='libpostal_la-sparse_matrix.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-sparse_matrix.lo `test -f 'sparse_matrix.c' || echo '$(srcdir)/'`sparse_matrix.c + +libpostal_la-averaged_perceptron_tagger.lo: averaged_perceptron_tagger.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-averaged_perceptron_tagger.lo -MD -MP -MF $(DEPDIR)/libpostal_la-averaged_perceptron_tagger.Tpo -c -o libpostal_la-averaged_perceptron_tagger.lo `test -f 'averaged_perceptron_tagger.c' || echo '$(srcdir)/'`averaged_perceptron_tagger.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-averaged_perceptron_tagger.Tpo $(DEPDIR)/libpostal_la-averaged_perceptron_tagger.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='averaged_perceptron_tagger.c' object='libpostal_la-averaged_perceptron_tagger.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-averaged_perceptron_tagger.lo `test -f 'averaged_perceptron_tagger.c' || echo '$(srcdir)/'`averaged_perceptron_tagger.c + +libpostal_la-graph.lo: graph.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-graph.lo -MD -MP -MF $(DEPDIR)/libpostal_la-graph.Tpo -c -o libpostal_la-graph.lo `test -f 'graph.c' || echo '$(srcdir)/'`graph.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-graph.Tpo $(DEPDIR)/libpostal_la-graph.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='graph.c' object='libpostal_la-graph.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-graph.lo `test -f 'graph.c' || echo '$(srcdir)/'`graph.c + +libpostal_la-graph_builder.lo: graph_builder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-graph_builder.lo -MD -MP -MF $(DEPDIR)/libpostal_la-graph_builder.Tpo -c -o libpostal_la-graph_builder.lo `test -f 'graph_builder.c' || echo '$(srcdir)/'`graph_builder.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-graph_builder.Tpo $(DEPDIR)/libpostal_la-graph_builder.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='graph_builder.c' object='libpostal_la-graph_builder.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-graph_builder.lo `test -f 'graph_builder.c' || echo '$(srcdir)/'`graph_builder.c + +libpostal_la-language_classifier.lo: language_classifier.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-language_classifier.lo -MD -MP -MF $(DEPDIR)/libpostal_la-language_classifier.Tpo -c -o libpostal_la-language_classifier.lo `test -f 'language_classifier.c' || echo '$(srcdir)/'`language_classifier.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-language_classifier.Tpo $(DEPDIR)/libpostal_la-language_classifier.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier.c' object='libpostal_la-language_classifier.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-language_classifier.lo `test -f 'language_classifier.c' || echo '$(srcdir)/'`language_classifier.c + +libpostal_la-language_features.lo: language_features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-language_features.lo -MD -MP -MF $(DEPDIR)/libpostal_la-language_features.Tpo -c -o libpostal_la-language_features.lo `test -f 'language_features.c' || echo '$(srcdir)/'`language_features.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-language_features.Tpo $(DEPDIR)/libpostal_la-language_features.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_features.c' object='libpostal_la-language_features.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-language_features.lo `test -f 'language_features.c' || echo '$(srcdir)/'`language_features.c + +libpostal_la-logistic_regression.lo: logistic_regression.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-logistic_regression.lo -MD -MP -MF $(DEPDIR)/libpostal_la-logistic_regression.Tpo -c -o libpostal_la-logistic_regression.lo `test -f 'logistic_regression.c' || echo '$(srcdir)/'`logistic_regression.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-logistic_regression.Tpo $(DEPDIR)/libpostal_la-logistic_regression.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic_regression.c' object='libpostal_la-logistic_regression.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-logistic_regression.lo `test -f 'logistic_regression.c' || echo '$(srcdir)/'`logistic_regression.c + +libpostal_la-logistic.lo: logistic.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-logistic.lo -MD -MP -MF $(DEPDIR)/libpostal_la-logistic.Tpo -c -o libpostal_la-logistic.lo `test -f 'logistic.c' || echo '$(srcdir)/'`logistic.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-logistic.Tpo $(DEPDIR)/libpostal_la-logistic.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic.c' object='libpostal_la-logistic.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-logistic.lo `test -f 'logistic.c' || echo '$(srcdir)/'`logistic.c + +libpostal_la-minibatch.lo: minibatch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-minibatch.lo -MD -MP -MF $(DEPDIR)/libpostal_la-minibatch.Tpo -c -o libpostal_la-minibatch.lo `test -f 'minibatch.c' || echo '$(srcdir)/'`minibatch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-minibatch.Tpo $(DEPDIR)/libpostal_la-minibatch.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='minibatch.c' object='libpostal_la-minibatch.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-minibatch.lo `test -f 'minibatch.c' || echo '$(srcdir)/'`minibatch.c + +libpostal_la-float_utils.lo: float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-float_utils.lo -MD -MP -MF $(DEPDIR)/libpostal_la-float_utils.Tpo -c -o libpostal_la-float_utils.lo `test -f 'float_utils.c' || echo '$(srcdir)/'`float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-float_utils.Tpo $(DEPDIR)/libpostal_la-float_utils.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='float_utils.c' object='libpostal_la-float_utils.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-float_utils.lo `test -f 'float_utils.c' || echo '$(srcdir)/'`float_utils.c + +libpostal_la-ngrams.lo: ngrams.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-ngrams.lo -MD -MP -MF $(DEPDIR)/libpostal_la-ngrams.Tpo -c -o libpostal_la-ngrams.lo `test -f 'ngrams.c' || echo '$(srcdir)/'`ngrams.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-ngrams.Tpo $(DEPDIR)/libpostal_la-ngrams.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ngrams.c' object='libpostal_la-ngrams.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-ngrams.lo `test -f 'ngrams.c' || echo '$(srcdir)/'`ngrams.c + +libpostal_la-place.lo: place.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-place.lo -MD -MP -MF $(DEPDIR)/libpostal_la-place.Tpo -c -o libpostal_la-place.lo `test -f 'place.c' || echo '$(srcdir)/'`place.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-place.Tpo $(DEPDIR)/libpostal_la-place.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='place.c' object='libpostal_la-place.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-place.lo `test -f 'place.c' || echo '$(srcdir)/'`place.c + +libpostal_la-near_dupe.lo: near_dupe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-near_dupe.lo -MD -MP -MF $(DEPDIR)/libpostal_la-near_dupe.Tpo -c -o libpostal_la-near_dupe.lo `test -f 'near_dupe.c' || echo '$(srcdir)/'`near_dupe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-near_dupe.Tpo $(DEPDIR)/libpostal_la-near_dupe.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='near_dupe.c' object='libpostal_la-near_dupe.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-near_dupe.lo `test -f 'near_dupe.c' || echo '$(srcdir)/'`near_dupe.c + +libpostal_la-double_metaphone.lo: double_metaphone.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-double_metaphone.lo -MD -MP -MF $(DEPDIR)/libpostal_la-double_metaphone.Tpo -c -o libpostal_la-double_metaphone.lo `test -f 'double_metaphone.c' || echo '$(srcdir)/'`double_metaphone.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-double_metaphone.Tpo $(DEPDIR)/libpostal_la-double_metaphone.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='double_metaphone.c' object='libpostal_la-double_metaphone.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-double_metaphone.lo `test -f 'double_metaphone.c' || echo '$(srcdir)/'`double_metaphone.c + +geohash/libpostal_la-geohash.lo: geohash/geohash.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT geohash/libpostal_la-geohash.lo -MD -MP -MF geohash/$(DEPDIR)/libpostal_la-geohash.Tpo -c -o geohash/libpostal_la-geohash.lo `test -f 'geohash/geohash.c' || echo '$(srcdir)/'`geohash/geohash.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) geohash/$(DEPDIR)/libpostal_la-geohash.Tpo geohash/$(DEPDIR)/libpostal_la-geohash.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='geohash/geohash.c' object='geohash/libpostal_la-geohash.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o geohash/libpostal_la-geohash.lo `test -f 'geohash/geohash.c' || echo '$(srcdir)/'`geohash/geohash.c + +libpostal_la-dedupe.lo: dedupe.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-dedupe.lo -MD -MP -MF $(DEPDIR)/libpostal_la-dedupe.Tpo -c -o libpostal_la-dedupe.lo `test -f 'dedupe.c' || echo '$(srcdir)/'`dedupe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-dedupe.Tpo $(DEPDIR)/libpostal_la-dedupe.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dedupe.c' object='libpostal_la-dedupe.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-dedupe.lo `test -f 'dedupe.c' || echo '$(srcdir)/'`dedupe.c + +libpostal_la-string_similarity.lo: string_similarity.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-string_similarity.lo -MD -MP -MF $(DEPDIR)/libpostal_la-string_similarity.Tpo -c -o libpostal_la-string_similarity.lo `test -f 'string_similarity.c' || echo '$(srcdir)/'`string_similarity.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-string_similarity.Tpo $(DEPDIR)/libpostal_la-string_similarity.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_similarity.c' object='libpostal_la-string_similarity.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-string_similarity.lo `test -f 'string_similarity.c' || echo '$(srcdir)/'`string_similarity.c + +libpostal_la-acronyms.lo: acronyms.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-acronyms.lo -MD -MP -MF $(DEPDIR)/libpostal_la-acronyms.Tpo -c -o libpostal_la-acronyms.lo `test -f 'acronyms.c' || echo '$(srcdir)/'`acronyms.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-acronyms.Tpo $(DEPDIR)/libpostal_la-acronyms.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='acronyms.c' object='libpostal_la-acronyms.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-acronyms.lo `test -f 'acronyms.c' || echo '$(srcdir)/'`acronyms.c + +libpostal_la-soft_tfidf.lo: soft_tfidf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-soft_tfidf.lo -MD -MP -MF $(DEPDIR)/libpostal_la-soft_tfidf.Tpo -c -o libpostal_la-soft_tfidf.lo `test -f 'soft_tfidf.c' || echo '$(srcdir)/'`soft_tfidf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-soft_tfidf.Tpo $(DEPDIR)/libpostal_la-soft_tfidf.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='soft_tfidf.c' object='libpostal_la-soft_tfidf.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-soft_tfidf.lo `test -f 'soft_tfidf.c' || echo '$(srcdir)/'`soft_tfidf.c + +libpostal_la-jaccard.lo: jaccard.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -MT libpostal_la-jaccard.lo -MD -MP -MF $(DEPDIR)/libpostal_la-jaccard.Tpo -c -o libpostal_la-jaccard.lo `test -f 'jaccard.c' || echo '$(srcdir)/'`jaccard.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal_la-jaccard.Tpo $(DEPDIR)/libpostal_la-jaccard.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='jaccard.c' object='libpostal_la-jaccard.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_la_CFLAGS) $(CFLAGS) -c -o libpostal_la-jaccard.lo `test -f 'jaccard.c' || echo '$(srcdir)/'`jaccard.c + +klib/libscanner_la-drand48.lo: klib/drand48.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscanner_la_CFLAGS) $(CFLAGS) -MT klib/libscanner_la-drand48.lo -MD -MP -MF klib/$(DEPDIR)/libscanner_la-drand48.Tpo -c -o klib/libscanner_la-drand48.lo `test -f 'klib/drand48.c' || echo '$(srcdir)/'`klib/drand48.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) klib/$(DEPDIR)/libscanner_la-drand48.Tpo klib/$(DEPDIR)/libscanner_la-drand48.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='klib/drand48.c' object='klib/libscanner_la-drand48.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscanner_la_CFLAGS) $(CFLAGS) -c -o klib/libscanner_la-drand48.lo `test -f 'klib/drand48.c' || echo '$(srcdir)/'`klib/drand48.c + +libscanner_la-scanner.lo: scanner.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscanner_la_CFLAGS) $(CFLAGS) -MT libscanner_la-scanner.lo -MD -MP -MF $(DEPDIR)/libscanner_la-scanner.Tpo -c -o libscanner_la-scanner.lo `test -f 'scanner.c' || echo '$(srcdir)/'`scanner.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libscanner_la-scanner.Tpo $(DEPDIR)/libscanner_la-scanner.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='scanner.c' object='libscanner_la-scanner.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscanner_la_CFLAGS) $(CFLAGS) -c -o libscanner_la-scanner.lo `test -f 'scanner.c' || echo '$(srcdir)/'`scanner.c + +address_parser-strndup.o: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -MT address_parser-strndup.o -MD -MP -MF $(DEPDIR)/address_parser-strndup.Tpo -c -o address_parser-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser-strndup.Tpo $(DEPDIR)/address_parser-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='address_parser-strndup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -c -o address_parser-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c + +address_parser-strndup.obj: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -MT address_parser-strndup.obj -MD -MP -MF $(DEPDIR)/address_parser-strndup.Tpo -c -o address_parser-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser-strndup.Tpo $(DEPDIR)/address_parser-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='address_parser-strndup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -c -o address_parser-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` + +address_parser-address_parser_cli.o: address_parser_cli.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -MT address_parser-address_parser_cli.o -MD -MP -MF $(DEPDIR)/address_parser-address_parser_cli.Tpo -c -o address_parser-address_parser_cli.o `test -f 'address_parser_cli.c' || echo '$(srcdir)/'`address_parser_cli.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser-address_parser_cli.Tpo $(DEPDIR)/address_parser-address_parser_cli.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser_cli.c' object='address_parser-address_parser_cli.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -c -o address_parser-address_parser_cli.o `test -f 'address_parser_cli.c' || echo '$(srcdir)/'`address_parser_cli.c + +address_parser-address_parser_cli.obj: address_parser_cli.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -MT address_parser-address_parser_cli.obj -MD -MP -MF $(DEPDIR)/address_parser-address_parser_cli.Tpo -c -o address_parser-address_parser_cli.obj `if test -f 'address_parser_cli.c'; then $(CYGPATH_W) 'address_parser_cli.c'; else $(CYGPATH_W) '$(srcdir)/address_parser_cli.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser-address_parser_cli.Tpo $(DEPDIR)/address_parser-address_parser_cli.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser_cli.c' object='address_parser-address_parser_cli.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -c -o address_parser-address_parser_cli.obj `if test -f 'address_parser_cli.c'; then $(CYGPATH_W) 'address_parser_cli.c'; else $(CYGPATH_W) '$(srcdir)/address_parser_cli.c'; fi` + +address_parser-json_encode.o: json_encode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -MT address_parser-json_encode.o -MD -MP -MF $(DEPDIR)/address_parser-json_encode.Tpo -c -o address_parser-json_encode.o `test -f 'json_encode.c' || echo '$(srcdir)/'`json_encode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser-json_encode.Tpo $(DEPDIR)/address_parser-json_encode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='json_encode.c' object='address_parser-json_encode.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -c -o address_parser-json_encode.o `test -f 'json_encode.c' || echo '$(srcdir)/'`json_encode.c + +address_parser-json_encode.obj: json_encode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -MT address_parser-json_encode.obj -MD -MP -MF $(DEPDIR)/address_parser-json_encode.Tpo -c -o address_parser-json_encode.obj `if test -f 'json_encode.c'; then $(CYGPATH_W) 'json_encode.c'; else $(CYGPATH_W) '$(srcdir)/json_encode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser-json_encode.Tpo $(DEPDIR)/address_parser-json_encode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='json_encode.c' object='address_parser-json_encode.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -c -o address_parser-json_encode.obj `if test -f 'json_encode.c'; then $(CYGPATH_W) 'json_encode.c'; else $(CYGPATH_W) '$(srcdir)/json_encode.c'; fi` + +linenoise/address_parser-linenoise.o: linenoise/linenoise.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -MT linenoise/address_parser-linenoise.o -MD -MP -MF linenoise/$(DEPDIR)/address_parser-linenoise.Tpo -c -o linenoise/address_parser-linenoise.o `test -f 'linenoise/linenoise.c' || echo '$(srcdir)/'`linenoise/linenoise.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) linenoise/$(DEPDIR)/address_parser-linenoise.Tpo linenoise/$(DEPDIR)/address_parser-linenoise.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='linenoise/linenoise.c' object='linenoise/address_parser-linenoise.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -c -o linenoise/address_parser-linenoise.o `test -f 'linenoise/linenoise.c' || echo '$(srcdir)/'`linenoise/linenoise.c + +linenoise/address_parser-linenoise.obj: linenoise/linenoise.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -MT linenoise/address_parser-linenoise.obj -MD -MP -MF linenoise/$(DEPDIR)/address_parser-linenoise.Tpo -c -o linenoise/address_parser-linenoise.obj `if test -f 'linenoise/linenoise.c'; then $(CYGPATH_W) 'linenoise/linenoise.c'; else $(CYGPATH_W) '$(srcdir)/linenoise/linenoise.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) linenoise/$(DEPDIR)/address_parser-linenoise.Tpo linenoise/$(DEPDIR)/address_parser-linenoise.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='linenoise/linenoise.c' object='linenoise/address_parser-linenoise.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -c -o linenoise/address_parser-linenoise.obj `if test -f 'linenoise/linenoise.c'; then $(CYGPATH_W) 'linenoise/linenoise.c'; else $(CYGPATH_W) '$(srcdir)/linenoise/linenoise.c'; fi` + +address_parser-string_utils.o: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -MT address_parser-string_utils.o -MD -MP -MF $(DEPDIR)/address_parser-string_utils.Tpo -c -o address_parser-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser-string_utils.Tpo $(DEPDIR)/address_parser-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='address_parser-string_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -c -o address_parser-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c + +address_parser-string_utils.obj: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -MT address_parser-string_utils.obj -MD -MP -MF $(DEPDIR)/address_parser-string_utils.Tpo -c -o address_parser-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser-string_utils.Tpo $(DEPDIR)/address_parser-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='address_parser-string_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -c -o address_parser-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` + +utf8proc/address_parser-utf8proc.o: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -MT utf8proc/address_parser-utf8proc.o -MD -MP -MF utf8proc/$(DEPDIR)/address_parser-utf8proc.Tpo -c -o utf8proc/address_parser-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/address_parser-utf8proc.Tpo utf8proc/$(DEPDIR)/address_parser-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/address_parser-utf8proc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -c -o utf8proc/address_parser-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c + +utf8proc/address_parser-utf8proc.obj: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -MT utf8proc/address_parser-utf8proc.obj -MD -MP -MF utf8proc/$(DEPDIR)/address_parser-utf8proc.Tpo -c -o utf8proc/address_parser-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/address_parser-utf8proc.Tpo utf8proc/$(DEPDIR)/address_parser-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/address_parser-utf8proc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_CFLAGS) $(CFLAGS) -c -o utf8proc/address_parser-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` + +address_parser_test-strndup.o: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-strndup.o -MD -MP -MF $(DEPDIR)/address_parser_test-strndup.Tpo -c -o address_parser_test-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-strndup.Tpo $(DEPDIR)/address_parser_test-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='address_parser_test-strndup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c + +address_parser_test-strndup.obj: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-strndup.obj -MD -MP -MF $(DEPDIR)/address_parser_test-strndup.Tpo -c -o address_parser_test-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-strndup.Tpo $(DEPDIR)/address_parser_test-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='address_parser_test-strndup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` + +address_parser_test-address_parser_test.o: address_parser_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-address_parser_test.o -MD -MP -MF $(DEPDIR)/address_parser_test-address_parser_test.Tpo -c -o address_parser_test-address_parser_test.o `test -f 'address_parser_test.c' || echo '$(srcdir)/'`address_parser_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-address_parser_test.Tpo $(DEPDIR)/address_parser_test-address_parser_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser_test.c' object='address_parser_test-address_parser_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-address_parser_test.o `test -f 'address_parser_test.c' || echo '$(srcdir)/'`address_parser_test.c + +address_parser_test-address_parser_test.obj: address_parser_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-address_parser_test.obj -MD -MP -MF $(DEPDIR)/address_parser_test-address_parser_test.Tpo -c -o address_parser_test-address_parser_test.obj `if test -f 'address_parser_test.c'; then $(CYGPATH_W) 'address_parser_test.c'; else $(CYGPATH_W) '$(srcdir)/address_parser_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-address_parser_test.Tpo $(DEPDIR)/address_parser_test-address_parser_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser_test.c' object='address_parser_test-address_parser_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-address_parser_test.obj `if test -f 'address_parser_test.c'; then $(CYGPATH_W) 'address_parser_test.c'; else $(CYGPATH_W) '$(srcdir)/address_parser_test.c'; fi` + +address_parser_test-address_parser.o: address_parser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-address_parser.o -MD -MP -MF $(DEPDIR)/address_parser_test-address_parser.Tpo -c -o address_parser_test-address_parser.o `test -f 'address_parser.c' || echo '$(srcdir)/'`address_parser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-address_parser.Tpo $(DEPDIR)/address_parser_test-address_parser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser.c' object='address_parser_test-address_parser.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-address_parser.o `test -f 'address_parser.c' || echo '$(srcdir)/'`address_parser.c + +address_parser_test-address_parser.obj: address_parser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-address_parser.obj -MD -MP -MF $(DEPDIR)/address_parser_test-address_parser.Tpo -c -o address_parser_test-address_parser.obj `if test -f 'address_parser.c'; then $(CYGPATH_W) 'address_parser.c'; else $(CYGPATH_W) '$(srcdir)/address_parser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-address_parser.Tpo $(DEPDIR)/address_parser_test-address_parser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser.c' object='address_parser_test-address_parser.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-address_parser.obj `if test -f 'address_parser.c'; then $(CYGPATH_W) 'address_parser.c'; else $(CYGPATH_W) '$(srcdir)/address_parser.c'; fi` + +address_parser_test-address_parser_io.o: address_parser_io.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-address_parser_io.o -MD -MP -MF $(DEPDIR)/address_parser_test-address_parser_io.Tpo -c -o address_parser_test-address_parser_io.o `test -f 'address_parser_io.c' || echo '$(srcdir)/'`address_parser_io.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-address_parser_io.Tpo $(DEPDIR)/address_parser_test-address_parser_io.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser_io.c' object='address_parser_test-address_parser_io.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-address_parser_io.o `test -f 'address_parser_io.c' || echo '$(srcdir)/'`address_parser_io.c + +address_parser_test-address_parser_io.obj: address_parser_io.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-address_parser_io.obj -MD -MP -MF $(DEPDIR)/address_parser_test-address_parser_io.Tpo -c -o address_parser_test-address_parser_io.obj `if test -f 'address_parser_io.c'; then $(CYGPATH_W) 'address_parser_io.c'; else $(CYGPATH_W) '$(srcdir)/address_parser_io.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-address_parser_io.Tpo $(DEPDIR)/address_parser_test-address_parser_io.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser_io.c' object='address_parser_test-address_parser_io.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-address_parser_io.obj `if test -f 'address_parser_io.c'; then $(CYGPATH_W) 'address_parser_io.c'; else $(CYGPATH_W) '$(srcdir)/address_parser_io.c'; fi` + +address_parser_test-averaged_perceptron.o: averaged_perceptron.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-averaged_perceptron.o -MD -MP -MF $(DEPDIR)/address_parser_test-averaged_perceptron.Tpo -c -o address_parser_test-averaged_perceptron.o `test -f 'averaged_perceptron.c' || echo '$(srcdir)/'`averaged_perceptron.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-averaged_perceptron.Tpo $(DEPDIR)/address_parser_test-averaged_perceptron.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='averaged_perceptron.c' object='address_parser_test-averaged_perceptron.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-averaged_perceptron.o `test -f 'averaged_perceptron.c' || echo '$(srcdir)/'`averaged_perceptron.c + +address_parser_test-averaged_perceptron.obj: averaged_perceptron.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-averaged_perceptron.obj -MD -MP -MF $(DEPDIR)/address_parser_test-averaged_perceptron.Tpo -c -o address_parser_test-averaged_perceptron.obj `if test -f 'averaged_perceptron.c'; then $(CYGPATH_W) 'averaged_perceptron.c'; else $(CYGPATH_W) '$(srcdir)/averaged_perceptron.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-averaged_perceptron.Tpo $(DEPDIR)/address_parser_test-averaged_perceptron.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='averaged_perceptron.c' object='address_parser_test-averaged_perceptron.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-averaged_perceptron.obj `if test -f 'averaged_perceptron.c'; then $(CYGPATH_W) 'averaged_perceptron.c'; else $(CYGPATH_W) '$(srcdir)/averaged_perceptron.c'; fi` + +address_parser_test-crf.o: crf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-crf.o -MD -MP -MF $(DEPDIR)/address_parser_test-crf.Tpo -c -o address_parser_test-crf.o `test -f 'crf.c' || echo '$(srcdir)/'`crf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-crf.Tpo $(DEPDIR)/address_parser_test-crf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf.c' object='address_parser_test-crf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-crf.o `test -f 'crf.c' || echo '$(srcdir)/'`crf.c + +address_parser_test-crf.obj: crf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-crf.obj -MD -MP -MF $(DEPDIR)/address_parser_test-crf.Tpo -c -o address_parser_test-crf.obj `if test -f 'crf.c'; then $(CYGPATH_W) 'crf.c'; else $(CYGPATH_W) '$(srcdir)/crf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-crf.Tpo $(DEPDIR)/address_parser_test-crf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf.c' object='address_parser_test-crf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-crf.obj `if test -f 'crf.c'; then $(CYGPATH_W) 'crf.c'; else $(CYGPATH_W) '$(srcdir)/crf.c'; fi` + +address_parser_test-crf_context.o: crf_context.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-crf_context.o -MD -MP -MF $(DEPDIR)/address_parser_test-crf_context.Tpo -c -o address_parser_test-crf_context.o `test -f 'crf_context.c' || echo '$(srcdir)/'`crf_context.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-crf_context.Tpo $(DEPDIR)/address_parser_test-crf_context.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf_context.c' object='address_parser_test-crf_context.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-crf_context.o `test -f 'crf_context.c' || echo '$(srcdir)/'`crf_context.c + +address_parser_test-crf_context.obj: crf_context.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-crf_context.obj -MD -MP -MF $(DEPDIR)/address_parser_test-crf_context.Tpo -c -o address_parser_test-crf_context.obj `if test -f 'crf_context.c'; then $(CYGPATH_W) 'crf_context.c'; else $(CYGPATH_W) '$(srcdir)/crf_context.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-crf_context.Tpo $(DEPDIR)/address_parser_test-crf_context.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf_context.c' object='address_parser_test-crf_context.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-crf_context.obj `if test -f 'crf_context.c'; then $(CYGPATH_W) 'crf_context.c'; else $(CYGPATH_W) '$(srcdir)/crf_context.c'; fi` + +address_parser_test-sparse_matrix.o: sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-sparse_matrix.o -MD -MP -MF $(DEPDIR)/address_parser_test-sparse_matrix.Tpo -c -o address_parser_test-sparse_matrix.o `test -f 'sparse_matrix.c' || echo '$(srcdir)/'`sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-sparse_matrix.Tpo $(DEPDIR)/address_parser_test-sparse_matrix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sparse_matrix.c' object='address_parser_test-sparse_matrix.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-sparse_matrix.o `test -f 'sparse_matrix.c' || echo '$(srcdir)/'`sparse_matrix.c + +address_parser_test-sparse_matrix.obj: sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-sparse_matrix.obj -MD -MP -MF $(DEPDIR)/address_parser_test-sparse_matrix.Tpo -c -o address_parser_test-sparse_matrix.obj `if test -f 'sparse_matrix.c'; then $(CYGPATH_W) 'sparse_matrix.c'; else $(CYGPATH_W) '$(srcdir)/sparse_matrix.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-sparse_matrix.Tpo $(DEPDIR)/address_parser_test-sparse_matrix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sparse_matrix.c' object='address_parser_test-sparse_matrix.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-sparse_matrix.obj `if test -f 'sparse_matrix.c'; then $(CYGPATH_W) 'sparse_matrix.c'; else $(CYGPATH_W) '$(srcdir)/sparse_matrix.c'; fi` + +address_parser_test-graph.o: graph.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-graph.o -MD -MP -MF $(DEPDIR)/address_parser_test-graph.Tpo -c -o address_parser_test-graph.o `test -f 'graph.c' || echo '$(srcdir)/'`graph.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-graph.Tpo $(DEPDIR)/address_parser_test-graph.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='graph.c' object='address_parser_test-graph.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-graph.o `test -f 'graph.c' || echo '$(srcdir)/'`graph.c + +address_parser_test-graph.obj: graph.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-graph.obj -MD -MP -MF $(DEPDIR)/address_parser_test-graph.Tpo -c -o address_parser_test-graph.obj `if test -f 'graph.c'; then $(CYGPATH_W) 'graph.c'; else $(CYGPATH_W) '$(srcdir)/graph.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-graph.Tpo $(DEPDIR)/address_parser_test-graph.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='graph.c' object='address_parser_test-graph.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-graph.obj `if test -f 'graph.c'; then $(CYGPATH_W) 'graph.c'; else $(CYGPATH_W) '$(srcdir)/graph.c'; fi` + +address_parser_test-graph_builder.o: graph_builder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-graph_builder.o -MD -MP -MF $(DEPDIR)/address_parser_test-graph_builder.Tpo -c -o address_parser_test-graph_builder.o `test -f 'graph_builder.c' || echo '$(srcdir)/'`graph_builder.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-graph_builder.Tpo $(DEPDIR)/address_parser_test-graph_builder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='graph_builder.c' object='address_parser_test-graph_builder.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-graph_builder.o `test -f 'graph_builder.c' || echo '$(srcdir)/'`graph_builder.c + +address_parser_test-graph_builder.obj: graph_builder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-graph_builder.obj -MD -MP -MF $(DEPDIR)/address_parser_test-graph_builder.Tpo -c -o address_parser_test-graph_builder.obj `if test -f 'graph_builder.c'; then $(CYGPATH_W) 'graph_builder.c'; else $(CYGPATH_W) '$(srcdir)/graph_builder.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-graph_builder.Tpo $(DEPDIR)/address_parser_test-graph_builder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='graph_builder.c' object='address_parser_test-graph_builder.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-graph_builder.obj `if test -f 'graph_builder.c'; then $(CYGPATH_W) 'graph_builder.c'; else $(CYGPATH_W) '$(srcdir)/graph_builder.c'; fi` + +address_parser_test-float_utils.o: float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-float_utils.o -MD -MP -MF $(DEPDIR)/address_parser_test-float_utils.Tpo -c -o address_parser_test-float_utils.o `test -f 'float_utils.c' || echo '$(srcdir)/'`float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-float_utils.Tpo $(DEPDIR)/address_parser_test-float_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='float_utils.c' object='address_parser_test-float_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-float_utils.o `test -f 'float_utils.c' || echo '$(srcdir)/'`float_utils.c + +address_parser_test-float_utils.obj: float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-float_utils.obj -MD -MP -MF $(DEPDIR)/address_parser_test-float_utils.Tpo -c -o address_parser_test-float_utils.obj `if test -f 'float_utils.c'; then $(CYGPATH_W) 'float_utils.c'; else $(CYGPATH_W) '$(srcdir)/float_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-float_utils.Tpo $(DEPDIR)/address_parser_test-float_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='float_utils.c' object='address_parser_test-float_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-float_utils.obj `if test -f 'float_utils.c'; then $(CYGPATH_W) 'float_utils.c'; else $(CYGPATH_W) '$(srcdir)/float_utils.c'; fi` + +address_parser_test-averaged_perceptron_tagger.o: averaged_perceptron_tagger.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-averaged_perceptron_tagger.o -MD -MP -MF $(DEPDIR)/address_parser_test-averaged_perceptron_tagger.Tpo -c -o address_parser_test-averaged_perceptron_tagger.o `test -f 'averaged_perceptron_tagger.c' || echo '$(srcdir)/'`averaged_perceptron_tagger.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-averaged_perceptron_tagger.Tpo $(DEPDIR)/address_parser_test-averaged_perceptron_tagger.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='averaged_perceptron_tagger.c' object='address_parser_test-averaged_perceptron_tagger.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-averaged_perceptron_tagger.o `test -f 'averaged_perceptron_tagger.c' || echo '$(srcdir)/'`averaged_perceptron_tagger.c + +address_parser_test-averaged_perceptron_tagger.obj: averaged_perceptron_tagger.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-averaged_perceptron_tagger.obj -MD -MP -MF $(DEPDIR)/address_parser_test-averaged_perceptron_tagger.Tpo -c -o address_parser_test-averaged_perceptron_tagger.obj `if test -f 'averaged_perceptron_tagger.c'; then $(CYGPATH_W) 'averaged_perceptron_tagger.c'; else $(CYGPATH_W) '$(srcdir)/averaged_perceptron_tagger.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-averaged_perceptron_tagger.Tpo $(DEPDIR)/address_parser_test-averaged_perceptron_tagger.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='averaged_perceptron_tagger.c' object='address_parser_test-averaged_perceptron_tagger.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-averaged_perceptron_tagger.obj `if test -f 'averaged_perceptron_tagger.c'; then $(CYGPATH_W) 'averaged_perceptron_tagger.c'; else $(CYGPATH_W) '$(srcdir)/averaged_perceptron_tagger.c'; fi` + +address_parser_test-address_dictionary.o: address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-address_dictionary.o -MD -MP -MF $(DEPDIR)/address_parser_test-address_dictionary.Tpo -c -o address_parser_test-address_dictionary.o `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-address_dictionary.Tpo $(DEPDIR)/address_parser_test-address_dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary.c' object='address_parser_test-address_dictionary.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-address_dictionary.o `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c + +address_parser_test-address_dictionary.obj: address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-address_dictionary.obj -MD -MP -MF $(DEPDIR)/address_parser_test-address_dictionary.Tpo -c -o address_parser_test-address_dictionary.obj `if test -f 'address_dictionary.c'; then $(CYGPATH_W) 'address_dictionary.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-address_dictionary.Tpo $(DEPDIR)/address_parser_test-address_dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary.c' object='address_parser_test-address_dictionary.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-address_dictionary.obj `if test -f 'address_dictionary.c'; then $(CYGPATH_W) 'address_dictionary.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary.c'; fi` + +address_parser_test-normalize.o: normalize.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-normalize.o -MD -MP -MF $(DEPDIR)/address_parser_test-normalize.Tpo -c -o address_parser_test-normalize.o `test -f 'normalize.c' || echo '$(srcdir)/'`normalize.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-normalize.Tpo $(DEPDIR)/address_parser_test-normalize.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='normalize.c' object='address_parser_test-normalize.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-normalize.o `test -f 'normalize.c' || echo '$(srcdir)/'`normalize.c + +address_parser_test-normalize.obj: normalize.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-normalize.obj -MD -MP -MF $(DEPDIR)/address_parser_test-normalize.Tpo -c -o address_parser_test-normalize.obj `if test -f 'normalize.c'; then $(CYGPATH_W) 'normalize.c'; else $(CYGPATH_W) '$(srcdir)/normalize.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-normalize.Tpo $(DEPDIR)/address_parser_test-normalize.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='normalize.c' object='address_parser_test-normalize.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-normalize.obj `if test -f 'normalize.c'; then $(CYGPATH_W) 'normalize.c'; else $(CYGPATH_W) '$(srcdir)/normalize.c'; fi` + +address_parser_test-numex.o: numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-numex.o -MD -MP -MF $(DEPDIR)/address_parser_test-numex.Tpo -c -o address_parser_test-numex.o `test -f 'numex.c' || echo '$(srcdir)/'`numex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-numex.Tpo $(DEPDIR)/address_parser_test-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex.c' object='address_parser_test-numex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-numex.o `test -f 'numex.c' || echo '$(srcdir)/'`numex.c + +address_parser_test-numex.obj: numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-numex.obj -MD -MP -MF $(DEPDIR)/address_parser_test-numex.Tpo -c -o address_parser_test-numex.obj `if test -f 'numex.c'; then $(CYGPATH_W) 'numex.c'; else $(CYGPATH_W) '$(srcdir)/numex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-numex.Tpo $(DEPDIR)/address_parser_test-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex.c' object='address_parser_test-numex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-numex.obj `if test -f 'numex.c'; then $(CYGPATH_W) 'numex.c'; else $(CYGPATH_W) '$(srcdir)/numex.c'; fi` + +address_parser_test-features.o: features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-features.o -MD -MP -MF $(DEPDIR)/address_parser_test-features.Tpo -c -o address_parser_test-features.o `test -f 'features.c' || echo '$(srcdir)/'`features.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-features.Tpo $(DEPDIR)/address_parser_test-features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='features.c' object='address_parser_test-features.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-features.o `test -f 'features.c' || echo '$(srcdir)/'`features.c + +address_parser_test-features.obj: features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-features.obj -MD -MP -MF $(DEPDIR)/address_parser_test-features.Tpo -c -o address_parser_test-features.obj `if test -f 'features.c'; then $(CYGPATH_W) 'features.c'; else $(CYGPATH_W) '$(srcdir)/features.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-features.Tpo $(DEPDIR)/address_parser_test-features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='features.c' object='address_parser_test-features.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-features.obj `if test -f 'features.c'; then $(CYGPATH_W) 'features.c'; else $(CYGPATH_W) '$(srcdir)/features.c'; fi` + +address_parser_test-unicode_scripts.o: unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-unicode_scripts.o -MD -MP -MF $(DEPDIR)/address_parser_test-unicode_scripts.Tpo -c -o address_parser_test-unicode_scripts.o `test -f 'unicode_scripts.c' || echo '$(srcdir)/'`unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-unicode_scripts.Tpo $(DEPDIR)/address_parser_test-unicode_scripts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unicode_scripts.c' object='address_parser_test-unicode_scripts.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-unicode_scripts.o `test -f 'unicode_scripts.c' || echo '$(srcdir)/'`unicode_scripts.c + +address_parser_test-unicode_scripts.obj: unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-unicode_scripts.obj -MD -MP -MF $(DEPDIR)/address_parser_test-unicode_scripts.Tpo -c -o address_parser_test-unicode_scripts.obj `if test -f 'unicode_scripts.c'; then $(CYGPATH_W) 'unicode_scripts.c'; else $(CYGPATH_W) '$(srcdir)/unicode_scripts.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-unicode_scripts.Tpo $(DEPDIR)/address_parser_test-unicode_scripts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unicode_scripts.c' object='address_parser_test-unicode_scripts.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-unicode_scripts.obj `if test -f 'unicode_scripts.c'; then $(CYGPATH_W) 'unicode_scripts.c'; else $(CYGPATH_W) '$(srcdir)/unicode_scripts.c'; fi` + +address_parser_test-transliterate.o: transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-transliterate.o -MD -MP -MF $(DEPDIR)/address_parser_test-transliterate.Tpo -c -o address_parser_test-transliterate.o `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-transliterate.Tpo $(DEPDIR)/address_parser_test-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliterate.c' object='address_parser_test-transliterate.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-transliterate.o `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c + +address_parser_test-transliterate.obj: transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-transliterate.obj -MD -MP -MF $(DEPDIR)/address_parser_test-transliterate.Tpo -c -o address_parser_test-transliterate.obj `if test -f 'transliterate.c'; then $(CYGPATH_W) 'transliterate.c'; else $(CYGPATH_W) '$(srcdir)/transliterate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-transliterate.Tpo $(DEPDIR)/address_parser_test-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliterate.c' object='address_parser_test-transliterate.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-transliterate.obj `if test -f 'transliterate.c'; then $(CYGPATH_W) 'transliterate.c'; else $(CYGPATH_W) '$(srcdir)/transliterate.c'; fi` + +address_parser_test-trie.o: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-trie.o -MD -MP -MF $(DEPDIR)/address_parser_test-trie.Tpo -c -o address_parser_test-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-trie.Tpo $(DEPDIR)/address_parser_test-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='address_parser_test-trie.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c + +address_parser_test-trie.obj: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-trie.obj -MD -MP -MF $(DEPDIR)/address_parser_test-trie.Tpo -c -o address_parser_test-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-trie.Tpo $(DEPDIR)/address_parser_test-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='address_parser_test-trie.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` + +address_parser_test-trie_search.o: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-trie_search.o -MD -MP -MF $(DEPDIR)/address_parser_test-trie_search.Tpo -c -o address_parser_test-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-trie_search.Tpo $(DEPDIR)/address_parser_test-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='address_parser_test-trie_search.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c + +address_parser_test-trie_search.obj: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-trie_search.obj -MD -MP -MF $(DEPDIR)/address_parser_test-trie_search.Tpo -c -o address_parser_test-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-trie_search.Tpo $(DEPDIR)/address_parser_test-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='address_parser_test-trie_search.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` + +address_parser_test-trie_utils.o: trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-trie_utils.o -MD -MP -MF $(DEPDIR)/address_parser_test-trie_utils.Tpo -c -o address_parser_test-trie_utils.o `test -f 'trie_utils.c' || echo '$(srcdir)/'`trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-trie_utils.Tpo $(DEPDIR)/address_parser_test-trie_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_utils.c' object='address_parser_test-trie_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-trie_utils.o `test -f 'trie_utils.c' || echo '$(srcdir)/'`trie_utils.c + +address_parser_test-trie_utils.obj: trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-trie_utils.obj -MD -MP -MF $(DEPDIR)/address_parser_test-trie_utils.Tpo -c -o address_parser_test-trie_utils.obj `if test -f 'trie_utils.c'; then $(CYGPATH_W) 'trie_utils.c'; else $(CYGPATH_W) '$(srcdir)/trie_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-trie_utils.Tpo $(DEPDIR)/address_parser_test-trie_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_utils.c' object='address_parser_test-trie_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-trie_utils.obj `if test -f 'trie_utils.c'; then $(CYGPATH_W) 'trie_utils.c'; else $(CYGPATH_W) '$(srcdir)/trie_utils.c'; fi` + +address_parser_test-string_utils.o: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-string_utils.o -MD -MP -MF $(DEPDIR)/address_parser_test-string_utils.Tpo -c -o address_parser_test-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-string_utils.Tpo $(DEPDIR)/address_parser_test-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='address_parser_test-string_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c + +address_parser_test-string_utils.obj: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-string_utils.obj -MD -MP -MF $(DEPDIR)/address_parser_test-string_utils.Tpo -c -o address_parser_test-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-string_utils.Tpo $(DEPDIR)/address_parser_test-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='address_parser_test-string_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` + +address_parser_test-tokens.o: tokens.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-tokens.o -MD -MP -MF $(DEPDIR)/address_parser_test-tokens.Tpo -c -o address_parser_test-tokens.o `test -f 'tokens.c' || echo '$(srcdir)/'`tokens.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-tokens.Tpo $(DEPDIR)/address_parser_test-tokens.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tokens.c' object='address_parser_test-tokens.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-tokens.o `test -f 'tokens.c' || echo '$(srcdir)/'`tokens.c + +address_parser_test-tokens.obj: tokens.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-tokens.obj -MD -MP -MF $(DEPDIR)/address_parser_test-tokens.Tpo -c -o address_parser_test-tokens.obj `if test -f 'tokens.c'; then $(CYGPATH_W) 'tokens.c'; else $(CYGPATH_W) '$(srcdir)/tokens.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-tokens.Tpo $(DEPDIR)/address_parser_test-tokens.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tokens.c' object='address_parser_test-tokens.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-tokens.obj `if test -f 'tokens.c'; then $(CYGPATH_W) 'tokens.c'; else $(CYGPATH_W) '$(srcdir)/tokens.c'; fi` + +address_parser_test-file_utils.o: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-file_utils.o -MD -MP -MF $(DEPDIR)/address_parser_test-file_utils.Tpo -c -o address_parser_test-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-file_utils.Tpo $(DEPDIR)/address_parser_test-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='address_parser_test-file_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c + +address_parser_test-file_utils.obj: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-file_utils.obj -MD -MP -MF $(DEPDIR)/address_parser_test-file_utils.Tpo -c -o address_parser_test-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-file_utils.Tpo $(DEPDIR)/address_parser_test-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='address_parser_test-file_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` + +utf8proc/address_parser_test-utf8proc.o: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT utf8proc/address_parser_test-utf8proc.o -MD -MP -MF utf8proc/$(DEPDIR)/address_parser_test-utf8proc.Tpo -c -o utf8proc/address_parser_test-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/address_parser_test-utf8proc.Tpo utf8proc/$(DEPDIR)/address_parser_test-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/address_parser_test-utf8proc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o utf8proc/address_parser_test-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c + +utf8proc/address_parser_test-utf8proc.obj: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT utf8proc/address_parser_test-utf8proc.obj -MD -MP -MF utf8proc/$(DEPDIR)/address_parser_test-utf8proc.Tpo -c -o utf8proc/address_parser_test-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/address_parser_test-utf8proc.Tpo utf8proc/$(DEPDIR)/address_parser_test-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/address_parser_test-utf8proc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o utf8proc/address_parser_test-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` + +address_parser_test-ngrams.o: ngrams.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-ngrams.o -MD -MP -MF $(DEPDIR)/address_parser_test-ngrams.Tpo -c -o address_parser_test-ngrams.o `test -f 'ngrams.c' || echo '$(srcdir)/'`ngrams.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-ngrams.Tpo $(DEPDIR)/address_parser_test-ngrams.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ngrams.c' object='address_parser_test-ngrams.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-ngrams.o `test -f 'ngrams.c' || echo '$(srcdir)/'`ngrams.c + +address_parser_test-ngrams.obj: ngrams.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -MT address_parser_test-ngrams.obj -MD -MP -MF $(DEPDIR)/address_parser_test-ngrams.Tpo -c -o address_parser_test-ngrams.obj `if test -f 'ngrams.c'; then $(CYGPATH_W) 'ngrams.c'; else $(CYGPATH_W) '$(srcdir)/ngrams.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_test-ngrams.Tpo $(DEPDIR)/address_parser_test-ngrams.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ngrams.c' object='address_parser_test-ngrams.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_test_CFLAGS) $(CFLAGS) -c -o address_parser_test-ngrams.obj `if test -f 'ngrams.c'; then $(CYGPATH_W) 'ngrams.c'; else $(CYGPATH_W) '$(srcdir)/ngrams.c'; fi` + +address_parser_train-strndup.o: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-strndup.o -MD -MP -MF $(DEPDIR)/address_parser_train-strndup.Tpo -c -o address_parser_train-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-strndup.Tpo $(DEPDIR)/address_parser_train-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='address_parser_train-strndup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c + +address_parser_train-strndup.obj: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-strndup.obj -MD -MP -MF $(DEPDIR)/address_parser_train-strndup.Tpo -c -o address_parser_train-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-strndup.Tpo $(DEPDIR)/address_parser_train-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='address_parser_train-strndup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` + +address_parser_train-address_parser_train.o: address_parser_train.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-address_parser_train.o -MD -MP -MF $(DEPDIR)/address_parser_train-address_parser_train.Tpo -c -o address_parser_train-address_parser_train.o `test -f 'address_parser_train.c' || echo '$(srcdir)/'`address_parser_train.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-address_parser_train.Tpo $(DEPDIR)/address_parser_train-address_parser_train.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser_train.c' object='address_parser_train-address_parser_train.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-address_parser_train.o `test -f 'address_parser_train.c' || echo '$(srcdir)/'`address_parser_train.c + +address_parser_train-address_parser_train.obj: address_parser_train.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-address_parser_train.obj -MD -MP -MF $(DEPDIR)/address_parser_train-address_parser_train.Tpo -c -o address_parser_train-address_parser_train.obj `if test -f 'address_parser_train.c'; then $(CYGPATH_W) 'address_parser_train.c'; else $(CYGPATH_W) '$(srcdir)/address_parser_train.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-address_parser_train.Tpo $(DEPDIR)/address_parser_train-address_parser_train.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser_train.c' object='address_parser_train-address_parser_train.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-address_parser_train.obj `if test -f 'address_parser_train.c'; then $(CYGPATH_W) 'address_parser_train.c'; else $(CYGPATH_W) '$(srcdir)/address_parser_train.c'; fi` + +address_parser_train-address_parser.o: address_parser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-address_parser.o -MD -MP -MF $(DEPDIR)/address_parser_train-address_parser.Tpo -c -o address_parser_train-address_parser.o `test -f 'address_parser.c' || echo '$(srcdir)/'`address_parser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-address_parser.Tpo $(DEPDIR)/address_parser_train-address_parser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser.c' object='address_parser_train-address_parser.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-address_parser.o `test -f 'address_parser.c' || echo '$(srcdir)/'`address_parser.c + +address_parser_train-address_parser.obj: address_parser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-address_parser.obj -MD -MP -MF $(DEPDIR)/address_parser_train-address_parser.Tpo -c -o address_parser_train-address_parser.obj `if test -f 'address_parser.c'; then $(CYGPATH_W) 'address_parser.c'; else $(CYGPATH_W) '$(srcdir)/address_parser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-address_parser.Tpo $(DEPDIR)/address_parser_train-address_parser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser.c' object='address_parser_train-address_parser.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-address_parser.obj `if test -f 'address_parser.c'; then $(CYGPATH_W) 'address_parser.c'; else $(CYGPATH_W) '$(srcdir)/address_parser.c'; fi` + +address_parser_train-address_parser_io.o: address_parser_io.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-address_parser_io.o -MD -MP -MF $(DEPDIR)/address_parser_train-address_parser_io.Tpo -c -o address_parser_train-address_parser_io.o `test -f 'address_parser_io.c' || echo '$(srcdir)/'`address_parser_io.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-address_parser_io.Tpo $(DEPDIR)/address_parser_train-address_parser_io.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser_io.c' object='address_parser_train-address_parser_io.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-address_parser_io.o `test -f 'address_parser_io.c' || echo '$(srcdir)/'`address_parser_io.c + +address_parser_train-address_parser_io.obj: address_parser_io.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-address_parser_io.obj -MD -MP -MF $(DEPDIR)/address_parser_train-address_parser_io.Tpo -c -o address_parser_train-address_parser_io.obj `if test -f 'address_parser_io.c'; then $(CYGPATH_W) 'address_parser_io.c'; else $(CYGPATH_W) '$(srcdir)/address_parser_io.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-address_parser_io.Tpo $(DEPDIR)/address_parser_train-address_parser_io.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_parser_io.c' object='address_parser_train-address_parser_io.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-address_parser_io.obj `if test -f 'address_parser_io.c'; then $(CYGPATH_W) 'address_parser_io.c'; else $(CYGPATH_W) '$(srcdir)/address_parser_io.c'; fi` + +address_parser_train-averaged_perceptron.o: averaged_perceptron.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-averaged_perceptron.o -MD -MP -MF $(DEPDIR)/address_parser_train-averaged_perceptron.Tpo -c -o address_parser_train-averaged_perceptron.o `test -f 'averaged_perceptron.c' || echo '$(srcdir)/'`averaged_perceptron.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-averaged_perceptron.Tpo $(DEPDIR)/address_parser_train-averaged_perceptron.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='averaged_perceptron.c' object='address_parser_train-averaged_perceptron.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-averaged_perceptron.o `test -f 'averaged_perceptron.c' || echo '$(srcdir)/'`averaged_perceptron.c + +address_parser_train-averaged_perceptron.obj: averaged_perceptron.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-averaged_perceptron.obj -MD -MP -MF $(DEPDIR)/address_parser_train-averaged_perceptron.Tpo -c -o address_parser_train-averaged_perceptron.obj `if test -f 'averaged_perceptron.c'; then $(CYGPATH_W) 'averaged_perceptron.c'; else $(CYGPATH_W) '$(srcdir)/averaged_perceptron.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-averaged_perceptron.Tpo $(DEPDIR)/address_parser_train-averaged_perceptron.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='averaged_perceptron.c' object='address_parser_train-averaged_perceptron.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-averaged_perceptron.obj `if test -f 'averaged_perceptron.c'; then $(CYGPATH_W) 'averaged_perceptron.c'; else $(CYGPATH_W) '$(srcdir)/averaged_perceptron.c'; fi` + +address_parser_train-crf.o: crf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-crf.o -MD -MP -MF $(DEPDIR)/address_parser_train-crf.Tpo -c -o address_parser_train-crf.o `test -f 'crf.c' || echo '$(srcdir)/'`crf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-crf.Tpo $(DEPDIR)/address_parser_train-crf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf.c' object='address_parser_train-crf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-crf.o `test -f 'crf.c' || echo '$(srcdir)/'`crf.c + +address_parser_train-crf.obj: crf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-crf.obj -MD -MP -MF $(DEPDIR)/address_parser_train-crf.Tpo -c -o address_parser_train-crf.obj `if test -f 'crf.c'; then $(CYGPATH_W) 'crf.c'; else $(CYGPATH_W) '$(srcdir)/crf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-crf.Tpo $(DEPDIR)/address_parser_train-crf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf.c' object='address_parser_train-crf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-crf.obj `if test -f 'crf.c'; then $(CYGPATH_W) 'crf.c'; else $(CYGPATH_W) '$(srcdir)/crf.c'; fi` + +address_parser_train-crf_context.o: crf_context.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-crf_context.o -MD -MP -MF $(DEPDIR)/address_parser_train-crf_context.Tpo -c -o address_parser_train-crf_context.o `test -f 'crf_context.c' || echo '$(srcdir)/'`crf_context.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-crf_context.Tpo $(DEPDIR)/address_parser_train-crf_context.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf_context.c' object='address_parser_train-crf_context.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-crf_context.o `test -f 'crf_context.c' || echo '$(srcdir)/'`crf_context.c + +address_parser_train-crf_context.obj: crf_context.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-crf_context.obj -MD -MP -MF $(DEPDIR)/address_parser_train-crf_context.Tpo -c -o address_parser_train-crf_context.obj `if test -f 'crf_context.c'; then $(CYGPATH_W) 'crf_context.c'; else $(CYGPATH_W) '$(srcdir)/crf_context.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-crf_context.Tpo $(DEPDIR)/address_parser_train-crf_context.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf_context.c' object='address_parser_train-crf_context.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-crf_context.obj `if test -f 'crf_context.c'; then $(CYGPATH_W) 'crf_context.c'; else $(CYGPATH_W) '$(srcdir)/crf_context.c'; fi` + +address_parser_train-sparse_matrix.o: sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-sparse_matrix.o -MD -MP -MF $(DEPDIR)/address_parser_train-sparse_matrix.Tpo -c -o address_parser_train-sparse_matrix.o `test -f 'sparse_matrix.c' || echo '$(srcdir)/'`sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-sparse_matrix.Tpo $(DEPDIR)/address_parser_train-sparse_matrix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sparse_matrix.c' object='address_parser_train-sparse_matrix.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-sparse_matrix.o `test -f 'sparse_matrix.c' || echo '$(srcdir)/'`sparse_matrix.c + +address_parser_train-sparse_matrix.obj: sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-sparse_matrix.obj -MD -MP -MF $(DEPDIR)/address_parser_train-sparse_matrix.Tpo -c -o address_parser_train-sparse_matrix.obj `if test -f 'sparse_matrix.c'; then $(CYGPATH_W) 'sparse_matrix.c'; else $(CYGPATH_W) '$(srcdir)/sparse_matrix.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-sparse_matrix.Tpo $(DEPDIR)/address_parser_train-sparse_matrix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sparse_matrix.c' object='address_parser_train-sparse_matrix.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-sparse_matrix.obj `if test -f 'sparse_matrix.c'; then $(CYGPATH_W) 'sparse_matrix.c'; else $(CYGPATH_W) '$(srcdir)/sparse_matrix.c'; fi` + +address_parser_train-graph.o: graph.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-graph.o -MD -MP -MF $(DEPDIR)/address_parser_train-graph.Tpo -c -o address_parser_train-graph.o `test -f 'graph.c' || echo '$(srcdir)/'`graph.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-graph.Tpo $(DEPDIR)/address_parser_train-graph.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='graph.c' object='address_parser_train-graph.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-graph.o `test -f 'graph.c' || echo '$(srcdir)/'`graph.c + +address_parser_train-graph.obj: graph.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-graph.obj -MD -MP -MF $(DEPDIR)/address_parser_train-graph.Tpo -c -o address_parser_train-graph.obj `if test -f 'graph.c'; then $(CYGPATH_W) 'graph.c'; else $(CYGPATH_W) '$(srcdir)/graph.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-graph.Tpo $(DEPDIR)/address_parser_train-graph.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='graph.c' object='address_parser_train-graph.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-graph.obj `if test -f 'graph.c'; then $(CYGPATH_W) 'graph.c'; else $(CYGPATH_W) '$(srcdir)/graph.c'; fi` + +address_parser_train-graph_builder.o: graph_builder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-graph_builder.o -MD -MP -MF $(DEPDIR)/address_parser_train-graph_builder.Tpo -c -o address_parser_train-graph_builder.o `test -f 'graph_builder.c' || echo '$(srcdir)/'`graph_builder.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-graph_builder.Tpo $(DEPDIR)/address_parser_train-graph_builder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='graph_builder.c' object='address_parser_train-graph_builder.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-graph_builder.o `test -f 'graph_builder.c' || echo '$(srcdir)/'`graph_builder.c + +address_parser_train-graph_builder.obj: graph_builder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-graph_builder.obj -MD -MP -MF $(DEPDIR)/address_parser_train-graph_builder.Tpo -c -o address_parser_train-graph_builder.obj `if test -f 'graph_builder.c'; then $(CYGPATH_W) 'graph_builder.c'; else $(CYGPATH_W) '$(srcdir)/graph_builder.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-graph_builder.Tpo $(DEPDIR)/address_parser_train-graph_builder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='graph_builder.c' object='address_parser_train-graph_builder.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-graph_builder.obj `if test -f 'graph_builder.c'; then $(CYGPATH_W) 'graph_builder.c'; else $(CYGPATH_W) '$(srcdir)/graph_builder.c'; fi` + +address_parser_train-float_utils.o: float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-float_utils.o -MD -MP -MF $(DEPDIR)/address_parser_train-float_utils.Tpo -c -o address_parser_train-float_utils.o `test -f 'float_utils.c' || echo '$(srcdir)/'`float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-float_utils.Tpo $(DEPDIR)/address_parser_train-float_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='float_utils.c' object='address_parser_train-float_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-float_utils.o `test -f 'float_utils.c' || echo '$(srcdir)/'`float_utils.c + +address_parser_train-float_utils.obj: float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-float_utils.obj -MD -MP -MF $(DEPDIR)/address_parser_train-float_utils.Tpo -c -o address_parser_train-float_utils.obj `if test -f 'float_utils.c'; then $(CYGPATH_W) 'float_utils.c'; else $(CYGPATH_W) '$(srcdir)/float_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-float_utils.Tpo $(DEPDIR)/address_parser_train-float_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='float_utils.c' object='address_parser_train-float_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-float_utils.obj `if test -f 'float_utils.c'; then $(CYGPATH_W) 'float_utils.c'; else $(CYGPATH_W) '$(srcdir)/float_utils.c'; fi` + +address_parser_train-averaged_perceptron_trainer.o: averaged_perceptron_trainer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-averaged_perceptron_trainer.o -MD -MP -MF $(DEPDIR)/address_parser_train-averaged_perceptron_trainer.Tpo -c -o address_parser_train-averaged_perceptron_trainer.o `test -f 'averaged_perceptron_trainer.c' || echo '$(srcdir)/'`averaged_perceptron_trainer.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-averaged_perceptron_trainer.Tpo $(DEPDIR)/address_parser_train-averaged_perceptron_trainer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='averaged_perceptron_trainer.c' object='address_parser_train-averaged_perceptron_trainer.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-averaged_perceptron_trainer.o `test -f 'averaged_perceptron_trainer.c' || echo '$(srcdir)/'`averaged_perceptron_trainer.c + +address_parser_train-averaged_perceptron_trainer.obj: averaged_perceptron_trainer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-averaged_perceptron_trainer.obj -MD -MP -MF $(DEPDIR)/address_parser_train-averaged_perceptron_trainer.Tpo -c -o address_parser_train-averaged_perceptron_trainer.obj `if test -f 'averaged_perceptron_trainer.c'; then $(CYGPATH_W) 'averaged_perceptron_trainer.c'; else $(CYGPATH_W) '$(srcdir)/averaged_perceptron_trainer.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-averaged_perceptron_trainer.Tpo $(DEPDIR)/address_parser_train-averaged_perceptron_trainer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='averaged_perceptron_trainer.c' object='address_parser_train-averaged_perceptron_trainer.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-averaged_perceptron_trainer.obj `if test -f 'averaged_perceptron_trainer.c'; then $(CYGPATH_W) 'averaged_perceptron_trainer.c'; else $(CYGPATH_W) '$(srcdir)/averaged_perceptron_trainer.c'; fi` + +address_parser_train-crf_trainer.o: crf_trainer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-crf_trainer.o -MD -MP -MF $(DEPDIR)/address_parser_train-crf_trainer.Tpo -c -o address_parser_train-crf_trainer.o `test -f 'crf_trainer.c' || echo '$(srcdir)/'`crf_trainer.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-crf_trainer.Tpo $(DEPDIR)/address_parser_train-crf_trainer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf_trainer.c' object='address_parser_train-crf_trainer.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-crf_trainer.o `test -f 'crf_trainer.c' || echo '$(srcdir)/'`crf_trainer.c + +address_parser_train-crf_trainer.obj: crf_trainer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-crf_trainer.obj -MD -MP -MF $(DEPDIR)/address_parser_train-crf_trainer.Tpo -c -o address_parser_train-crf_trainer.obj `if test -f 'crf_trainer.c'; then $(CYGPATH_W) 'crf_trainer.c'; else $(CYGPATH_W) '$(srcdir)/crf_trainer.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-crf_trainer.Tpo $(DEPDIR)/address_parser_train-crf_trainer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf_trainer.c' object='address_parser_train-crf_trainer.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-crf_trainer.obj `if test -f 'crf_trainer.c'; then $(CYGPATH_W) 'crf_trainer.c'; else $(CYGPATH_W) '$(srcdir)/crf_trainer.c'; fi` + +address_parser_train-crf_trainer_averaged_perceptron.o: crf_trainer_averaged_perceptron.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-crf_trainer_averaged_perceptron.o -MD -MP -MF $(DEPDIR)/address_parser_train-crf_trainer_averaged_perceptron.Tpo -c -o address_parser_train-crf_trainer_averaged_perceptron.o `test -f 'crf_trainer_averaged_perceptron.c' || echo '$(srcdir)/'`crf_trainer_averaged_perceptron.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-crf_trainer_averaged_perceptron.Tpo $(DEPDIR)/address_parser_train-crf_trainer_averaged_perceptron.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf_trainer_averaged_perceptron.c' object='address_parser_train-crf_trainer_averaged_perceptron.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-crf_trainer_averaged_perceptron.o `test -f 'crf_trainer_averaged_perceptron.c' || echo '$(srcdir)/'`crf_trainer_averaged_perceptron.c + +address_parser_train-crf_trainer_averaged_perceptron.obj: crf_trainer_averaged_perceptron.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-crf_trainer_averaged_perceptron.obj -MD -MP -MF $(DEPDIR)/address_parser_train-crf_trainer_averaged_perceptron.Tpo -c -o address_parser_train-crf_trainer_averaged_perceptron.obj `if test -f 'crf_trainer_averaged_perceptron.c'; then $(CYGPATH_W) 'crf_trainer_averaged_perceptron.c'; else $(CYGPATH_W) '$(srcdir)/crf_trainer_averaged_perceptron.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-crf_trainer_averaged_perceptron.Tpo $(DEPDIR)/address_parser_train-crf_trainer_averaged_perceptron.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crf_trainer_averaged_perceptron.c' object='address_parser_train-crf_trainer_averaged_perceptron.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-crf_trainer_averaged_perceptron.obj `if test -f 'crf_trainer_averaged_perceptron.c'; then $(CYGPATH_W) 'crf_trainer_averaged_perceptron.c'; else $(CYGPATH_W) '$(srcdir)/crf_trainer_averaged_perceptron.c'; fi` + +address_parser_train-averaged_perceptron_tagger.o: averaged_perceptron_tagger.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-averaged_perceptron_tagger.o -MD -MP -MF $(DEPDIR)/address_parser_train-averaged_perceptron_tagger.Tpo -c -o address_parser_train-averaged_perceptron_tagger.o `test -f 'averaged_perceptron_tagger.c' || echo '$(srcdir)/'`averaged_perceptron_tagger.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-averaged_perceptron_tagger.Tpo $(DEPDIR)/address_parser_train-averaged_perceptron_tagger.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='averaged_perceptron_tagger.c' object='address_parser_train-averaged_perceptron_tagger.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-averaged_perceptron_tagger.o `test -f 'averaged_perceptron_tagger.c' || echo '$(srcdir)/'`averaged_perceptron_tagger.c + +address_parser_train-averaged_perceptron_tagger.obj: averaged_perceptron_tagger.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-averaged_perceptron_tagger.obj -MD -MP -MF $(DEPDIR)/address_parser_train-averaged_perceptron_tagger.Tpo -c -o address_parser_train-averaged_perceptron_tagger.obj `if test -f 'averaged_perceptron_tagger.c'; then $(CYGPATH_W) 'averaged_perceptron_tagger.c'; else $(CYGPATH_W) '$(srcdir)/averaged_perceptron_tagger.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-averaged_perceptron_tagger.Tpo $(DEPDIR)/address_parser_train-averaged_perceptron_tagger.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='averaged_perceptron_tagger.c' object='address_parser_train-averaged_perceptron_tagger.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-averaged_perceptron_tagger.obj `if test -f 'averaged_perceptron_tagger.c'; then $(CYGPATH_W) 'averaged_perceptron_tagger.c'; else $(CYGPATH_W) '$(srcdir)/averaged_perceptron_tagger.c'; fi` + +address_parser_train-address_dictionary.o: address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-address_dictionary.o -MD -MP -MF $(DEPDIR)/address_parser_train-address_dictionary.Tpo -c -o address_parser_train-address_dictionary.o `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-address_dictionary.Tpo $(DEPDIR)/address_parser_train-address_dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary.c' object='address_parser_train-address_dictionary.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-address_dictionary.o `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c + +address_parser_train-address_dictionary.obj: address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-address_dictionary.obj -MD -MP -MF $(DEPDIR)/address_parser_train-address_dictionary.Tpo -c -o address_parser_train-address_dictionary.obj `if test -f 'address_dictionary.c'; then $(CYGPATH_W) 'address_dictionary.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-address_dictionary.Tpo $(DEPDIR)/address_parser_train-address_dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary.c' object='address_parser_train-address_dictionary.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-address_dictionary.obj `if test -f 'address_dictionary.c'; then $(CYGPATH_W) 'address_dictionary.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary.c'; fi` + +address_parser_train-normalize.o: normalize.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-normalize.o -MD -MP -MF $(DEPDIR)/address_parser_train-normalize.Tpo -c -o address_parser_train-normalize.o `test -f 'normalize.c' || echo '$(srcdir)/'`normalize.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-normalize.Tpo $(DEPDIR)/address_parser_train-normalize.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='normalize.c' object='address_parser_train-normalize.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-normalize.o `test -f 'normalize.c' || echo '$(srcdir)/'`normalize.c + +address_parser_train-normalize.obj: normalize.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-normalize.obj -MD -MP -MF $(DEPDIR)/address_parser_train-normalize.Tpo -c -o address_parser_train-normalize.obj `if test -f 'normalize.c'; then $(CYGPATH_W) 'normalize.c'; else $(CYGPATH_W) '$(srcdir)/normalize.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-normalize.Tpo $(DEPDIR)/address_parser_train-normalize.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='normalize.c' object='address_parser_train-normalize.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-normalize.obj `if test -f 'normalize.c'; then $(CYGPATH_W) 'normalize.c'; else $(CYGPATH_W) '$(srcdir)/normalize.c'; fi` + +address_parser_train-numex.o: numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-numex.o -MD -MP -MF $(DEPDIR)/address_parser_train-numex.Tpo -c -o address_parser_train-numex.o `test -f 'numex.c' || echo '$(srcdir)/'`numex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-numex.Tpo $(DEPDIR)/address_parser_train-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex.c' object='address_parser_train-numex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-numex.o `test -f 'numex.c' || echo '$(srcdir)/'`numex.c + +address_parser_train-numex.obj: numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-numex.obj -MD -MP -MF $(DEPDIR)/address_parser_train-numex.Tpo -c -o address_parser_train-numex.obj `if test -f 'numex.c'; then $(CYGPATH_W) 'numex.c'; else $(CYGPATH_W) '$(srcdir)/numex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-numex.Tpo $(DEPDIR)/address_parser_train-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex.c' object='address_parser_train-numex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-numex.obj `if test -f 'numex.c'; then $(CYGPATH_W) 'numex.c'; else $(CYGPATH_W) '$(srcdir)/numex.c'; fi` + +address_parser_train-features.o: features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-features.o -MD -MP -MF $(DEPDIR)/address_parser_train-features.Tpo -c -o address_parser_train-features.o `test -f 'features.c' || echo '$(srcdir)/'`features.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-features.Tpo $(DEPDIR)/address_parser_train-features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='features.c' object='address_parser_train-features.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-features.o `test -f 'features.c' || echo '$(srcdir)/'`features.c + +address_parser_train-features.obj: features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-features.obj -MD -MP -MF $(DEPDIR)/address_parser_train-features.Tpo -c -o address_parser_train-features.obj `if test -f 'features.c'; then $(CYGPATH_W) 'features.c'; else $(CYGPATH_W) '$(srcdir)/features.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-features.Tpo $(DEPDIR)/address_parser_train-features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='features.c' object='address_parser_train-features.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-features.obj `if test -f 'features.c'; then $(CYGPATH_W) 'features.c'; else $(CYGPATH_W) '$(srcdir)/features.c'; fi` + +address_parser_train-unicode_scripts.o: unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-unicode_scripts.o -MD -MP -MF $(DEPDIR)/address_parser_train-unicode_scripts.Tpo -c -o address_parser_train-unicode_scripts.o `test -f 'unicode_scripts.c' || echo '$(srcdir)/'`unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-unicode_scripts.Tpo $(DEPDIR)/address_parser_train-unicode_scripts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unicode_scripts.c' object='address_parser_train-unicode_scripts.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-unicode_scripts.o `test -f 'unicode_scripts.c' || echo '$(srcdir)/'`unicode_scripts.c + +address_parser_train-unicode_scripts.obj: unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-unicode_scripts.obj -MD -MP -MF $(DEPDIR)/address_parser_train-unicode_scripts.Tpo -c -o address_parser_train-unicode_scripts.obj `if test -f 'unicode_scripts.c'; then $(CYGPATH_W) 'unicode_scripts.c'; else $(CYGPATH_W) '$(srcdir)/unicode_scripts.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-unicode_scripts.Tpo $(DEPDIR)/address_parser_train-unicode_scripts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unicode_scripts.c' object='address_parser_train-unicode_scripts.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-unicode_scripts.obj `if test -f 'unicode_scripts.c'; then $(CYGPATH_W) 'unicode_scripts.c'; else $(CYGPATH_W) '$(srcdir)/unicode_scripts.c'; fi` + +address_parser_train-transliterate.o: transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-transliterate.o -MD -MP -MF $(DEPDIR)/address_parser_train-transliterate.Tpo -c -o address_parser_train-transliterate.o `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-transliterate.Tpo $(DEPDIR)/address_parser_train-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliterate.c' object='address_parser_train-transliterate.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-transliterate.o `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c + +address_parser_train-transliterate.obj: transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-transliterate.obj -MD -MP -MF $(DEPDIR)/address_parser_train-transliterate.Tpo -c -o address_parser_train-transliterate.obj `if test -f 'transliterate.c'; then $(CYGPATH_W) 'transliterate.c'; else $(CYGPATH_W) '$(srcdir)/transliterate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-transliterate.Tpo $(DEPDIR)/address_parser_train-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliterate.c' object='address_parser_train-transliterate.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-transliterate.obj `if test -f 'transliterate.c'; then $(CYGPATH_W) 'transliterate.c'; else $(CYGPATH_W) '$(srcdir)/transliterate.c'; fi` + +address_parser_train-trie.o: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-trie.o -MD -MP -MF $(DEPDIR)/address_parser_train-trie.Tpo -c -o address_parser_train-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-trie.Tpo $(DEPDIR)/address_parser_train-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='address_parser_train-trie.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c + +address_parser_train-trie.obj: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-trie.obj -MD -MP -MF $(DEPDIR)/address_parser_train-trie.Tpo -c -o address_parser_train-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-trie.Tpo $(DEPDIR)/address_parser_train-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='address_parser_train-trie.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` + +address_parser_train-trie_search.o: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-trie_search.o -MD -MP -MF $(DEPDIR)/address_parser_train-trie_search.Tpo -c -o address_parser_train-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-trie_search.Tpo $(DEPDIR)/address_parser_train-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='address_parser_train-trie_search.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c + +address_parser_train-trie_search.obj: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-trie_search.obj -MD -MP -MF $(DEPDIR)/address_parser_train-trie_search.Tpo -c -o address_parser_train-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-trie_search.Tpo $(DEPDIR)/address_parser_train-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='address_parser_train-trie_search.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` + +address_parser_train-trie_utils.o: trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-trie_utils.o -MD -MP -MF $(DEPDIR)/address_parser_train-trie_utils.Tpo -c -o address_parser_train-trie_utils.o `test -f 'trie_utils.c' || echo '$(srcdir)/'`trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-trie_utils.Tpo $(DEPDIR)/address_parser_train-trie_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_utils.c' object='address_parser_train-trie_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-trie_utils.o `test -f 'trie_utils.c' || echo '$(srcdir)/'`trie_utils.c + +address_parser_train-trie_utils.obj: trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-trie_utils.obj -MD -MP -MF $(DEPDIR)/address_parser_train-trie_utils.Tpo -c -o address_parser_train-trie_utils.obj `if test -f 'trie_utils.c'; then $(CYGPATH_W) 'trie_utils.c'; else $(CYGPATH_W) '$(srcdir)/trie_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-trie_utils.Tpo $(DEPDIR)/address_parser_train-trie_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_utils.c' object='address_parser_train-trie_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-trie_utils.obj `if test -f 'trie_utils.c'; then $(CYGPATH_W) 'trie_utils.c'; else $(CYGPATH_W) '$(srcdir)/trie_utils.c'; fi` + +address_parser_train-string_utils.o: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-string_utils.o -MD -MP -MF $(DEPDIR)/address_parser_train-string_utils.Tpo -c -o address_parser_train-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-string_utils.Tpo $(DEPDIR)/address_parser_train-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='address_parser_train-string_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c + +address_parser_train-string_utils.obj: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-string_utils.obj -MD -MP -MF $(DEPDIR)/address_parser_train-string_utils.Tpo -c -o address_parser_train-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-string_utils.Tpo $(DEPDIR)/address_parser_train-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='address_parser_train-string_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` + +address_parser_train-tokens.o: tokens.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-tokens.o -MD -MP -MF $(DEPDIR)/address_parser_train-tokens.Tpo -c -o address_parser_train-tokens.o `test -f 'tokens.c' || echo '$(srcdir)/'`tokens.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-tokens.Tpo $(DEPDIR)/address_parser_train-tokens.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tokens.c' object='address_parser_train-tokens.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-tokens.o `test -f 'tokens.c' || echo '$(srcdir)/'`tokens.c + +address_parser_train-tokens.obj: tokens.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-tokens.obj -MD -MP -MF $(DEPDIR)/address_parser_train-tokens.Tpo -c -o address_parser_train-tokens.obj `if test -f 'tokens.c'; then $(CYGPATH_W) 'tokens.c'; else $(CYGPATH_W) '$(srcdir)/tokens.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-tokens.Tpo $(DEPDIR)/address_parser_train-tokens.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tokens.c' object='address_parser_train-tokens.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-tokens.obj `if test -f 'tokens.c'; then $(CYGPATH_W) 'tokens.c'; else $(CYGPATH_W) '$(srcdir)/tokens.c'; fi` + +address_parser_train-file_utils.o: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-file_utils.o -MD -MP -MF $(DEPDIR)/address_parser_train-file_utils.Tpo -c -o address_parser_train-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-file_utils.Tpo $(DEPDIR)/address_parser_train-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='address_parser_train-file_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c + +address_parser_train-file_utils.obj: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-file_utils.obj -MD -MP -MF $(DEPDIR)/address_parser_train-file_utils.Tpo -c -o address_parser_train-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-file_utils.Tpo $(DEPDIR)/address_parser_train-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='address_parser_train-file_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` + +address_parser_train-shuffle.o: shuffle.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-shuffle.o -MD -MP -MF $(DEPDIR)/address_parser_train-shuffle.Tpo -c -o address_parser_train-shuffle.o `test -f 'shuffle.c' || echo '$(srcdir)/'`shuffle.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-shuffle.Tpo $(DEPDIR)/address_parser_train-shuffle.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='shuffle.c' object='address_parser_train-shuffle.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-shuffle.o `test -f 'shuffle.c' || echo '$(srcdir)/'`shuffle.c + +address_parser_train-shuffle.obj: shuffle.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-shuffle.obj -MD -MP -MF $(DEPDIR)/address_parser_train-shuffle.Tpo -c -o address_parser_train-shuffle.obj `if test -f 'shuffle.c'; then $(CYGPATH_W) 'shuffle.c'; else $(CYGPATH_W) '$(srcdir)/shuffle.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-shuffle.Tpo $(DEPDIR)/address_parser_train-shuffle.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='shuffle.c' object='address_parser_train-shuffle.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-shuffle.obj `if test -f 'shuffle.c'; then $(CYGPATH_W) 'shuffle.c'; else $(CYGPATH_W) '$(srcdir)/shuffle.c'; fi` + +utf8proc/address_parser_train-utf8proc.o: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT utf8proc/address_parser_train-utf8proc.o -MD -MP -MF utf8proc/$(DEPDIR)/address_parser_train-utf8proc.Tpo -c -o utf8proc/address_parser_train-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/address_parser_train-utf8proc.Tpo utf8proc/$(DEPDIR)/address_parser_train-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/address_parser_train-utf8proc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o utf8proc/address_parser_train-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c + +utf8proc/address_parser_train-utf8proc.obj: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT utf8proc/address_parser_train-utf8proc.obj -MD -MP -MF utf8proc/$(DEPDIR)/address_parser_train-utf8proc.Tpo -c -o utf8proc/address_parser_train-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/address_parser_train-utf8proc.Tpo utf8proc/$(DEPDIR)/address_parser_train-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/address_parser_train-utf8proc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o utf8proc/address_parser_train-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` + +address_parser_train-ngrams.o: ngrams.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-ngrams.o -MD -MP -MF $(DEPDIR)/address_parser_train-ngrams.Tpo -c -o address_parser_train-ngrams.o `test -f 'ngrams.c' || echo '$(srcdir)/'`ngrams.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-ngrams.Tpo $(DEPDIR)/address_parser_train-ngrams.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ngrams.c' object='address_parser_train-ngrams.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-ngrams.o `test -f 'ngrams.c' || echo '$(srcdir)/'`ngrams.c + +address_parser_train-ngrams.obj: ngrams.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -MT address_parser_train-ngrams.obj -MD -MP -MF $(DEPDIR)/address_parser_train-ngrams.Tpo -c -o address_parser_train-ngrams.obj `if test -f 'ngrams.c'; then $(CYGPATH_W) 'ngrams.c'; else $(CYGPATH_W) '$(srcdir)/ngrams.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_parser_train-ngrams.Tpo $(DEPDIR)/address_parser_train-ngrams.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ngrams.c' object='address_parser_train-ngrams.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_parser_train_CFLAGS) $(CFLAGS) -c -o address_parser_train-ngrams.obj `if test -f 'ngrams.c'; then $(CYGPATH_W) 'ngrams.c'; else $(CYGPATH_W) '$(srcdir)/ngrams.c'; fi` + +bench-bench.o: bench.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -MT bench-bench.o -MD -MP -MF $(DEPDIR)/bench-bench.Tpo -c -o bench-bench.o `test -f 'bench.c' || echo '$(srcdir)/'`bench.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bench-bench.Tpo $(DEPDIR)/bench-bench.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bench.c' object='bench-bench.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -c -o bench-bench.o `test -f 'bench.c' || echo '$(srcdir)/'`bench.c + +bench-bench.obj: bench.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -MT bench-bench.obj -MD -MP -MF $(DEPDIR)/bench-bench.Tpo -c -o bench-bench.obj `if test -f 'bench.c'; then $(CYGPATH_W) 'bench.c'; else $(CYGPATH_W) '$(srcdir)/bench.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bench-bench.Tpo $(DEPDIR)/bench-bench.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bench.c' object='bench-bench.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bench_CFLAGS) $(CFLAGS) -c -o bench-bench.obj `if test -f 'bench.c'; then $(CYGPATH_W) 'bench.c'; else $(CYGPATH_W) '$(srcdir)/bench.c'; fi` + +build_address_dictionary-strndup.o: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-strndup.o -MD -MP -MF $(DEPDIR)/build_address_dictionary-strndup.Tpo -c -o build_address_dictionary-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-strndup.Tpo $(DEPDIR)/build_address_dictionary-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='build_address_dictionary-strndup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c + +build_address_dictionary-strndup.obj: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-strndup.obj -MD -MP -MF $(DEPDIR)/build_address_dictionary-strndup.Tpo -c -o build_address_dictionary-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-strndup.Tpo $(DEPDIR)/build_address_dictionary-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='build_address_dictionary-strndup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` + +build_address_dictionary-address_dictionary_builder.o: address_dictionary_builder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-address_dictionary_builder.o -MD -MP -MF $(DEPDIR)/build_address_dictionary-address_dictionary_builder.Tpo -c -o build_address_dictionary-address_dictionary_builder.o `test -f 'address_dictionary_builder.c' || echo '$(srcdir)/'`address_dictionary_builder.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-address_dictionary_builder.Tpo $(DEPDIR)/build_address_dictionary-address_dictionary_builder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary_builder.c' object='build_address_dictionary-address_dictionary_builder.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-address_dictionary_builder.o `test -f 'address_dictionary_builder.c' || echo '$(srcdir)/'`address_dictionary_builder.c + +build_address_dictionary-address_dictionary_builder.obj: address_dictionary_builder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-address_dictionary_builder.obj -MD -MP -MF $(DEPDIR)/build_address_dictionary-address_dictionary_builder.Tpo -c -o build_address_dictionary-address_dictionary_builder.obj `if test -f 'address_dictionary_builder.c'; then $(CYGPATH_W) 'address_dictionary_builder.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary_builder.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-address_dictionary_builder.Tpo $(DEPDIR)/build_address_dictionary-address_dictionary_builder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary_builder.c' object='build_address_dictionary-address_dictionary_builder.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-address_dictionary_builder.obj `if test -f 'address_dictionary_builder.c'; then $(CYGPATH_W) 'address_dictionary_builder.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary_builder.c'; fi` + +build_address_dictionary-address_dictionary.o: address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-address_dictionary.o -MD -MP -MF $(DEPDIR)/build_address_dictionary-address_dictionary.Tpo -c -o build_address_dictionary-address_dictionary.o `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-address_dictionary.Tpo $(DEPDIR)/build_address_dictionary-address_dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary.c' object='build_address_dictionary-address_dictionary.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-address_dictionary.o `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c + +build_address_dictionary-address_dictionary.obj: address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-address_dictionary.obj -MD -MP -MF $(DEPDIR)/build_address_dictionary-address_dictionary.Tpo -c -o build_address_dictionary-address_dictionary.obj `if test -f 'address_dictionary.c'; then $(CYGPATH_W) 'address_dictionary.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-address_dictionary.Tpo $(DEPDIR)/build_address_dictionary-address_dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary.c' object='build_address_dictionary-address_dictionary.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-address_dictionary.obj `if test -f 'address_dictionary.c'; then $(CYGPATH_W) 'address_dictionary.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary.c'; fi` + +build_address_dictionary-file_utils.o: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-file_utils.o -MD -MP -MF $(DEPDIR)/build_address_dictionary-file_utils.Tpo -c -o build_address_dictionary-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-file_utils.Tpo $(DEPDIR)/build_address_dictionary-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='build_address_dictionary-file_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c + +build_address_dictionary-file_utils.obj: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-file_utils.obj -MD -MP -MF $(DEPDIR)/build_address_dictionary-file_utils.Tpo -c -o build_address_dictionary-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-file_utils.Tpo $(DEPDIR)/build_address_dictionary-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='build_address_dictionary-file_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` + +build_address_dictionary-string_utils.o: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-string_utils.o -MD -MP -MF $(DEPDIR)/build_address_dictionary-string_utils.Tpo -c -o build_address_dictionary-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-string_utils.Tpo $(DEPDIR)/build_address_dictionary-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='build_address_dictionary-string_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c + +build_address_dictionary-string_utils.obj: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-string_utils.obj -MD -MP -MF $(DEPDIR)/build_address_dictionary-string_utils.Tpo -c -o build_address_dictionary-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-string_utils.Tpo $(DEPDIR)/build_address_dictionary-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='build_address_dictionary-string_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` + +build_address_dictionary-trie.o: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-trie.o -MD -MP -MF $(DEPDIR)/build_address_dictionary-trie.Tpo -c -o build_address_dictionary-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-trie.Tpo $(DEPDIR)/build_address_dictionary-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='build_address_dictionary-trie.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c + +build_address_dictionary-trie.obj: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-trie.obj -MD -MP -MF $(DEPDIR)/build_address_dictionary-trie.Tpo -c -o build_address_dictionary-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-trie.Tpo $(DEPDIR)/build_address_dictionary-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='build_address_dictionary-trie.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` + +build_address_dictionary-trie_search.o: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-trie_search.o -MD -MP -MF $(DEPDIR)/build_address_dictionary-trie_search.Tpo -c -o build_address_dictionary-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-trie_search.Tpo $(DEPDIR)/build_address_dictionary-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='build_address_dictionary-trie_search.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c + +build_address_dictionary-trie_search.obj: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT build_address_dictionary-trie_search.obj -MD -MP -MF $(DEPDIR)/build_address_dictionary-trie_search.Tpo -c -o build_address_dictionary-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_address_dictionary-trie_search.Tpo $(DEPDIR)/build_address_dictionary-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='build_address_dictionary-trie_search.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o build_address_dictionary-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` + +utf8proc/build_address_dictionary-utf8proc.o: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT utf8proc/build_address_dictionary-utf8proc.o -MD -MP -MF utf8proc/$(DEPDIR)/build_address_dictionary-utf8proc.Tpo -c -o utf8proc/build_address_dictionary-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/build_address_dictionary-utf8proc.Tpo utf8proc/$(DEPDIR)/build_address_dictionary-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/build_address_dictionary-utf8proc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o utf8proc/build_address_dictionary-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c + +utf8proc/build_address_dictionary-utf8proc.obj: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -MT utf8proc/build_address_dictionary-utf8proc.obj -MD -MP -MF utf8proc/$(DEPDIR)/build_address_dictionary-utf8proc.Tpo -c -o utf8proc/build_address_dictionary-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/build_address_dictionary-utf8proc.Tpo utf8proc/$(DEPDIR)/build_address_dictionary-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/build_address_dictionary-utf8proc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_address_dictionary_CFLAGS) $(CFLAGS) -c -o utf8proc/build_address_dictionary-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` + +build_numex_table-strndup.o: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-strndup.o -MD -MP -MF $(DEPDIR)/build_numex_table-strndup.Tpo -c -o build_numex_table-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-strndup.Tpo $(DEPDIR)/build_numex_table-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='build_numex_table-strndup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c + +build_numex_table-strndup.obj: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-strndup.obj -MD -MP -MF $(DEPDIR)/build_numex_table-strndup.Tpo -c -o build_numex_table-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-strndup.Tpo $(DEPDIR)/build_numex_table-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='build_numex_table-strndup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` + +build_numex_table-numex_table_builder.o: numex_table_builder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-numex_table_builder.o -MD -MP -MF $(DEPDIR)/build_numex_table-numex_table_builder.Tpo -c -o build_numex_table-numex_table_builder.o `test -f 'numex_table_builder.c' || echo '$(srcdir)/'`numex_table_builder.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-numex_table_builder.Tpo $(DEPDIR)/build_numex_table-numex_table_builder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex_table_builder.c' object='build_numex_table-numex_table_builder.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-numex_table_builder.o `test -f 'numex_table_builder.c' || echo '$(srcdir)/'`numex_table_builder.c + +build_numex_table-numex_table_builder.obj: numex_table_builder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-numex_table_builder.obj -MD -MP -MF $(DEPDIR)/build_numex_table-numex_table_builder.Tpo -c -o build_numex_table-numex_table_builder.obj `if test -f 'numex_table_builder.c'; then $(CYGPATH_W) 'numex_table_builder.c'; else $(CYGPATH_W) '$(srcdir)/numex_table_builder.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-numex_table_builder.Tpo $(DEPDIR)/build_numex_table-numex_table_builder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex_table_builder.c' object='build_numex_table-numex_table_builder.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-numex_table_builder.obj `if test -f 'numex_table_builder.c'; then $(CYGPATH_W) 'numex_table_builder.c'; else $(CYGPATH_W) '$(srcdir)/numex_table_builder.c'; fi` + +build_numex_table-numex.o: numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-numex.o -MD -MP -MF $(DEPDIR)/build_numex_table-numex.Tpo -c -o build_numex_table-numex.o `test -f 'numex.c' || echo '$(srcdir)/'`numex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-numex.Tpo $(DEPDIR)/build_numex_table-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex.c' object='build_numex_table-numex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-numex.o `test -f 'numex.c' || echo '$(srcdir)/'`numex.c + +build_numex_table-numex.obj: numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-numex.obj -MD -MP -MF $(DEPDIR)/build_numex_table-numex.Tpo -c -o build_numex_table-numex.obj `if test -f 'numex.c'; then $(CYGPATH_W) 'numex.c'; else $(CYGPATH_W) '$(srcdir)/numex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-numex.Tpo $(DEPDIR)/build_numex_table-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex.c' object='build_numex_table-numex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-numex.obj `if test -f 'numex.c'; then $(CYGPATH_W) 'numex.c'; else $(CYGPATH_W) '$(srcdir)/numex.c'; fi` + +build_numex_table-file_utils.o: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-file_utils.o -MD -MP -MF $(DEPDIR)/build_numex_table-file_utils.Tpo -c -o build_numex_table-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-file_utils.Tpo $(DEPDIR)/build_numex_table-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='build_numex_table-file_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c + +build_numex_table-file_utils.obj: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-file_utils.obj -MD -MP -MF $(DEPDIR)/build_numex_table-file_utils.Tpo -c -o build_numex_table-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-file_utils.Tpo $(DEPDIR)/build_numex_table-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='build_numex_table-file_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` + +build_numex_table-string_utils.o: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-string_utils.o -MD -MP -MF $(DEPDIR)/build_numex_table-string_utils.Tpo -c -o build_numex_table-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-string_utils.Tpo $(DEPDIR)/build_numex_table-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='build_numex_table-string_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c + +build_numex_table-string_utils.obj: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-string_utils.obj -MD -MP -MF $(DEPDIR)/build_numex_table-string_utils.Tpo -c -o build_numex_table-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-string_utils.Tpo $(DEPDIR)/build_numex_table-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='build_numex_table-string_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` + +build_numex_table-tokens.o: tokens.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-tokens.o -MD -MP -MF $(DEPDIR)/build_numex_table-tokens.Tpo -c -o build_numex_table-tokens.o `test -f 'tokens.c' || echo '$(srcdir)/'`tokens.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-tokens.Tpo $(DEPDIR)/build_numex_table-tokens.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tokens.c' object='build_numex_table-tokens.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-tokens.o `test -f 'tokens.c' || echo '$(srcdir)/'`tokens.c + +build_numex_table-tokens.obj: tokens.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-tokens.obj -MD -MP -MF $(DEPDIR)/build_numex_table-tokens.Tpo -c -o build_numex_table-tokens.obj `if test -f 'tokens.c'; then $(CYGPATH_W) 'tokens.c'; else $(CYGPATH_W) '$(srcdir)/tokens.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-tokens.Tpo $(DEPDIR)/build_numex_table-tokens.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tokens.c' object='build_numex_table-tokens.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-tokens.obj `if test -f 'tokens.c'; then $(CYGPATH_W) 'tokens.c'; else $(CYGPATH_W) '$(srcdir)/tokens.c'; fi` + +build_numex_table-trie.o: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-trie.o -MD -MP -MF $(DEPDIR)/build_numex_table-trie.Tpo -c -o build_numex_table-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-trie.Tpo $(DEPDIR)/build_numex_table-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='build_numex_table-trie.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c + +build_numex_table-trie.obj: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-trie.obj -MD -MP -MF $(DEPDIR)/build_numex_table-trie.Tpo -c -o build_numex_table-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-trie.Tpo $(DEPDIR)/build_numex_table-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='build_numex_table-trie.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` + +build_numex_table-trie_search.o: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-trie_search.o -MD -MP -MF $(DEPDIR)/build_numex_table-trie_search.Tpo -c -o build_numex_table-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-trie_search.Tpo $(DEPDIR)/build_numex_table-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='build_numex_table-trie_search.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c + +build_numex_table-trie_search.obj: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT build_numex_table-trie_search.obj -MD -MP -MF $(DEPDIR)/build_numex_table-trie_search.Tpo -c -o build_numex_table-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_numex_table-trie_search.Tpo $(DEPDIR)/build_numex_table-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='build_numex_table-trie_search.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o build_numex_table-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` + +utf8proc/build_numex_table-utf8proc.o: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT utf8proc/build_numex_table-utf8proc.o -MD -MP -MF utf8proc/$(DEPDIR)/build_numex_table-utf8proc.Tpo -c -o utf8proc/build_numex_table-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/build_numex_table-utf8proc.Tpo utf8proc/$(DEPDIR)/build_numex_table-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/build_numex_table-utf8proc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o utf8proc/build_numex_table-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c + +utf8proc/build_numex_table-utf8proc.obj: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -MT utf8proc/build_numex_table-utf8proc.obj -MD -MP -MF utf8proc/$(DEPDIR)/build_numex_table-utf8proc.Tpo -c -o utf8proc/build_numex_table-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/build_numex_table-utf8proc.Tpo utf8proc/$(DEPDIR)/build_numex_table-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/build_numex_table-utf8proc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_numex_table_CFLAGS) $(CFLAGS) -c -o utf8proc/build_numex_table-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` + +build_trans_table-strndup.o: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-strndup.o -MD -MP -MF $(DEPDIR)/build_trans_table-strndup.Tpo -c -o build_trans_table-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-strndup.Tpo $(DEPDIR)/build_trans_table-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='build_trans_table-strndup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c + +build_trans_table-strndup.obj: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-strndup.obj -MD -MP -MF $(DEPDIR)/build_trans_table-strndup.Tpo -c -o build_trans_table-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-strndup.Tpo $(DEPDIR)/build_trans_table-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='build_trans_table-strndup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` + +build_trans_table-transliteration_table_builder.o: transliteration_table_builder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-transliteration_table_builder.o -MD -MP -MF $(DEPDIR)/build_trans_table-transliteration_table_builder.Tpo -c -o build_trans_table-transliteration_table_builder.o `test -f 'transliteration_table_builder.c' || echo '$(srcdir)/'`transliteration_table_builder.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-transliteration_table_builder.Tpo $(DEPDIR)/build_trans_table-transliteration_table_builder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliteration_table_builder.c' object='build_trans_table-transliteration_table_builder.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-transliteration_table_builder.o `test -f 'transliteration_table_builder.c' || echo '$(srcdir)/'`transliteration_table_builder.c + +build_trans_table-transliteration_table_builder.obj: transliteration_table_builder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-transliteration_table_builder.obj -MD -MP -MF $(DEPDIR)/build_trans_table-transliteration_table_builder.Tpo -c -o build_trans_table-transliteration_table_builder.obj `if test -f 'transliteration_table_builder.c'; then $(CYGPATH_W) 'transliteration_table_builder.c'; else $(CYGPATH_W) '$(srcdir)/transliteration_table_builder.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-transliteration_table_builder.Tpo $(DEPDIR)/build_trans_table-transliteration_table_builder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliteration_table_builder.c' object='build_trans_table-transliteration_table_builder.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-transliteration_table_builder.obj `if test -f 'transliteration_table_builder.c'; then $(CYGPATH_W) 'transliteration_table_builder.c'; else $(CYGPATH_W) '$(srcdir)/transliteration_table_builder.c'; fi` + +build_trans_table-transliterate.o: transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-transliterate.o -MD -MP -MF $(DEPDIR)/build_trans_table-transliterate.Tpo -c -o build_trans_table-transliterate.o `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-transliterate.Tpo $(DEPDIR)/build_trans_table-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliterate.c' object='build_trans_table-transliterate.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-transliterate.o `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c + +build_trans_table-transliterate.obj: transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-transliterate.obj -MD -MP -MF $(DEPDIR)/build_trans_table-transliterate.Tpo -c -o build_trans_table-transliterate.obj `if test -f 'transliterate.c'; then $(CYGPATH_W) 'transliterate.c'; else $(CYGPATH_W) '$(srcdir)/transliterate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-transliterate.Tpo $(DEPDIR)/build_trans_table-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliterate.c' object='build_trans_table-transliterate.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-transliterate.obj `if test -f 'transliterate.c'; then $(CYGPATH_W) 'transliterate.c'; else $(CYGPATH_W) '$(srcdir)/transliterate.c'; fi` + +build_trans_table-trie.o: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-trie.o -MD -MP -MF $(DEPDIR)/build_trans_table-trie.Tpo -c -o build_trans_table-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-trie.Tpo $(DEPDIR)/build_trans_table-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='build_trans_table-trie.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c + +build_trans_table-trie.obj: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-trie.obj -MD -MP -MF $(DEPDIR)/build_trans_table-trie.Tpo -c -o build_trans_table-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-trie.Tpo $(DEPDIR)/build_trans_table-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='build_trans_table-trie.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` + +build_trans_table-trie_search.o: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-trie_search.o -MD -MP -MF $(DEPDIR)/build_trans_table-trie_search.Tpo -c -o build_trans_table-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-trie_search.Tpo $(DEPDIR)/build_trans_table-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='build_trans_table-trie_search.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c + +build_trans_table-trie_search.obj: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-trie_search.obj -MD -MP -MF $(DEPDIR)/build_trans_table-trie_search.Tpo -c -o build_trans_table-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-trie_search.Tpo $(DEPDIR)/build_trans_table-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='build_trans_table-trie_search.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` + +build_trans_table-file_utils.o: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-file_utils.o -MD -MP -MF $(DEPDIR)/build_trans_table-file_utils.Tpo -c -o build_trans_table-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-file_utils.Tpo $(DEPDIR)/build_trans_table-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='build_trans_table-file_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c + +build_trans_table-file_utils.obj: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-file_utils.obj -MD -MP -MF $(DEPDIR)/build_trans_table-file_utils.Tpo -c -o build_trans_table-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-file_utils.Tpo $(DEPDIR)/build_trans_table-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='build_trans_table-file_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` + +build_trans_table-string_utils.o: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-string_utils.o -MD -MP -MF $(DEPDIR)/build_trans_table-string_utils.Tpo -c -o build_trans_table-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-string_utils.Tpo $(DEPDIR)/build_trans_table-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='build_trans_table-string_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c + +build_trans_table-string_utils.obj: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT build_trans_table-string_utils.obj -MD -MP -MF $(DEPDIR)/build_trans_table-string_utils.Tpo -c -o build_trans_table-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/build_trans_table-string_utils.Tpo $(DEPDIR)/build_trans_table-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='build_trans_table-string_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o build_trans_table-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` + +utf8proc/build_trans_table-utf8proc.o: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT utf8proc/build_trans_table-utf8proc.o -MD -MP -MF utf8proc/$(DEPDIR)/build_trans_table-utf8proc.Tpo -c -o utf8proc/build_trans_table-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/build_trans_table-utf8proc.Tpo utf8proc/$(DEPDIR)/build_trans_table-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/build_trans_table-utf8proc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o utf8proc/build_trans_table-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c + +utf8proc/build_trans_table-utf8proc.obj: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -MT utf8proc/build_trans_table-utf8proc.obj -MD -MP -MF utf8proc/$(DEPDIR)/build_trans_table-utf8proc.Tpo -c -o utf8proc/build_trans_table-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/build_trans_table-utf8proc.Tpo utf8proc/$(DEPDIR)/build_trans_table-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/build_trans_table-utf8proc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(build_trans_table_CFLAGS) $(CFLAGS) -c -o utf8proc/build_trans_table-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` + +language_classifier-strndup.o: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-strndup.o -MD -MP -MF $(DEPDIR)/language_classifier-strndup.Tpo -c -o language_classifier-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-strndup.Tpo $(DEPDIR)/language_classifier-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='language_classifier-strndup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c + +language_classifier-strndup.obj: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-strndup.obj -MD -MP -MF $(DEPDIR)/language_classifier-strndup.Tpo -c -o language_classifier-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-strndup.Tpo $(DEPDIR)/language_classifier-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='language_classifier-strndup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` + +language_classifier-language_classifier_cli.o: language_classifier_cli.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-language_classifier_cli.o -MD -MP -MF $(DEPDIR)/language_classifier-language_classifier_cli.Tpo -c -o language_classifier-language_classifier_cli.o `test -f 'language_classifier_cli.c' || echo '$(srcdir)/'`language_classifier_cli.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-language_classifier_cli.Tpo $(DEPDIR)/language_classifier-language_classifier_cli.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier_cli.c' object='language_classifier-language_classifier_cli.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-language_classifier_cli.o `test -f 'language_classifier_cli.c' || echo '$(srcdir)/'`language_classifier_cli.c + +language_classifier-language_classifier_cli.obj: language_classifier_cli.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-language_classifier_cli.obj -MD -MP -MF $(DEPDIR)/language_classifier-language_classifier_cli.Tpo -c -o language_classifier-language_classifier_cli.obj `if test -f 'language_classifier_cli.c'; then $(CYGPATH_W) 'language_classifier_cli.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier_cli.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-language_classifier_cli.Tpo $(DEPDIR)/language_classifier-language_classifier_cli.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier_cli.c' object='language_classifier-language_classifier_cli.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-language_classifier_cli.obj `if test -f 'language_classifier_cli.c'; then $(CYGPATH_W) 'language_classifier_cli.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier_cli.c'; fi` + +language_classifier-language_classifier.o: language_classifier.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-language_classifier.o -MD -MP -MF $(DEPDIR)/language_classifier-language_classifier.Tpo -c -o language_classifier-language_classifier.o `test -f 'language_classifier.c' || echo '$(srcdir)/'`language_classifier.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-language_classifier.Tpo $(DEPDIR)/language_classifier-language_classifier.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier.c' object='language_classifier-language_classifier.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-language_classifier.o `test -f 'language_classifier.c' || echo '$(srcdir)/'`language_classifier.c + +language_classifier-language_classifier.obj: language_classifier.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-language_classifier.obj -MD -MP -MF $(DEPDIR)/language_classifier-language_classifier.Tpo -c -o language_classifier-language_classifier.obj `if test -f 'language_classifier.c'; then $(CYGPATH_W) 'language_classifier.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-language_classifier.Tpo $(DEPDIR)/language_classifier-language_classifier.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier.c' object='language_classifier-language_classifier.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-language_classifier.obj `if test -f 'language_classifier.c'; then $(CYGPATH_W) 'language_classifier.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier.c'; fi` + +language_classifier-language_features.o: language_features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-language_features.o -MD -MP -MF $(DEPDIR)/language_classifier-language_features.Tpo -c -o language_classifier-language_features.o `test -f 'language_features.c' || echo '$(srcdir)/'`language_features.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-language_features.Tpo $(DEPDIR)/language_classifier-language_features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_features.c' object='language_classifier-language_features.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-language_features.o `test -f 'language_features.c' || echo '$(srcdir)/'`language_features.c + +language_classifier-language_features.obj: language_features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-language_features.obj -MD -MP -MF $(DEPDIR)/language_classifier-language_features.Tpo -c -o language_classifier-language_features.obj `if test -f 'language_features.c'; then $(CYGPATH_W) 'language_features.c'; else $(CYGPATH_W) '$(srcdir)/language_features.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-language_features.Tpo $(DEPDIR)/language_classifier-language_features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_features.c' object='language_classifier-language_features.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-language_features.obj `if test -f 'language_features.c'; then $(CYGPATH_W) 'language_features.c'; else $(CYGPATH_W) '$(srcdir)/language_features.c'; fi` + +language_classifier-logistic_regression.o: logistic_regression.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-logistic_regression.o -MD -MP -MF $(DEPDIR)/language_classifier-logistic_regression.Tpo -c -o language_classifier-logistic_regression.o `test -f 'logistic_regression.c' || echo '$(srcdir)/'`logistic_regression.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-logistic_regression.Tpo $(DEPDIR)/language_classifier-logistic_regression.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic_regression.c' object='language_classifier-logistic_regression.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-logistic_regression.o `test -f 'logistic_regression.c' || echo '$(srcdir)/'`logistic_regression.c + +language_classifier-logistic_regression.obj: logistic_regression.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-logistic_regression.obj -MD -MP -MF $(DEPDIR)/language_classifier-logistic_regression.Tpo -c -o language_classifier-logistic_regression.obj `if test -f 'logistic_regression.c'; then $(CYGPATH_W) 'logistic_regression.c'; else $(CYGPATH_W) '$(srcdir)/logistic_regression.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-logistic_regression.Tpo $(DEPDIR)/language_classifier-logistic_regression.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic_regression.c' object='language_classifier-logistic_regression.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-logistic_regression.obj `if test -f 'logistic_regression.c'; then $(CYGPATH_W) 'logistic_regression.c'; else $(CYGPATH_W) '$(srcdir)/logistic_regression.c'; fi` + +language_classifier-logistic.o: logistic.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-logistic.o -MD -MP -MF $(DEPDIR)/language_classifier-logistic.Tpo -c -o language_classifier-logistic.o `test -f 'logistic.c' || echo '$(srcdir)/'`logistic.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-logistic.Tpo $(DEPDIR)/language_classifier-logistic.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic.c' object='language_classifier-logistic.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-logistic.o `test -f 'logistic.c' || echo '$(srcdir)/'`logistic.c + +language_classifier-logistic.obj: logistic.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-logistic.obj -MD -MP -MF $(DEPDIR)/language_classifier-logistic.Tpo -c -o language_classifier-logistic.obj `if test -f 'logistic.c'; then $(CYGPATH_W) 'logistic.c'; else $(CYGPATH_W) '$(srcdir)/logistic.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-logistic.Tpo $(DEPDIR)/language_classifier-logistic.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic.c' object='language_classifier-logistic.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-logistic.obj `if test -f 'logistic.c'; then $(CYGPATH_W) 'logistic.c'; else $(CYGPATH_W) '$(srcdir)/logistic.c'; fi` + +language_classifier-sparse_matrix.o: sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-sparse_matrix.o -MD -MP -MF $(DEPDIR)/language_classifier-sparse_matrix.Tpo -c -o language_classifier-sparse_matrix.o `test -f 'sparse_matrix.c' || echo '$(srcdir)/'`sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-sparse_matrix.Tpo $(DEPDIR)/language_classifier-sparse_matrix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sparse_matrix.c' object='language_classifier-sparse_matrix.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-sparse_matrix.o `test -f 'sparse_matrix.c' || echo '$(srcdir)/'`sparse_matrix.c + +language_classifier-sparse_matrix.obj: sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-sparse_matrix.obj -MD -MP -MF $(DEPDIR)/language_classifier-sparse_matrix.Tpo -c -o language_classifier-sparse_matrix.obj `if test -f 'sparse_matrix.c'; then $(CYGPATH_W) 'sparse_matrix.c'; else $(CYGPATH_W) '$(srcdir)/sparse_matrix.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-sparse_matrix.Tpo $(DEPDIR)/language_classifier-sparse_matrix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sparse_matrix.c' object='language_classifier-sparse_matrix.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-sparse_matrix.obj `if test -f 'sparse_matrix.c'; then $(CYGPATH_W) 'sparse_matrix.c'; else $(CYGPATH_W) '$(srcdir)/sparse_matrix.c'; fi` + +language_classifier-features.o: features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-features.o -MD -MP -MF $(DEPDIR)/language_classifier-features.Tpo -c -o language_classifier-features.o `test -f 'features.c' || echo '$(srcdir)/'`features.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-features.Tpo $(DEPDIR)/language_classifier-features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='features.c' object='language_classifier-features.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-features.o `test -f 'features.c' || echo '$(srcdir)/'`features.c + +language_classifier-features.obj: features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-features.obj -MD -MP -MF $(DEPDIR)/language_classifier-features.Tpo -c -o language_classifier-features.obj `if test -f 'features.c'; then $(CYGPATH_W) 'features.c'; else $(CYGPATH_W) '$(srcdir)/features.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-features.Tpo $(DEPDIR)/language_classifier-features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='features.c' object='language_classifier-features.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-features.obj `if test -f 'features.c'; then $(CYGPATH_W) 'features.c'; else $(CYGPATH_W) '$(srcdir)/features.c'; fi` + +language_classifier-minibatch.o: minibatch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-minibatch.o -MD -MP -MF $(DEPDIR)/language_classifier-minibatch.Tpo -c -o language_classifier-minibatch.o `test -f 'minibatch.c' || echo '$(srcdir)/'`minibatch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-minibatch.Tpo $(DEPDIR)/language_classifier-minibatch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='minibatch.c' object='language_classifier-minibatch.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-minibatch.o `test -f 'minibatch.c' || echo '$(srcdir)/'`minibatch.c + +language_classifier-minibatch.obj: minibatch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-minibatch.obj -MD -MP -MF $(DEPDIR)/language_classifier-minibatch.Tpo -c -o language_classifier-minibatch.obj `if test -f 'minibatch.c'; then $(CYGPATH_W) 'minibatch.c'; else $(CYGPATH_W) '$(srcdir)/minibatch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-minibatch.Tpo $(DEPDIR)/language_classifier-minibatch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='minibatch.c' object='language_classifier-minibatch.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-minibatch.obj `if test -f 'minibatch.c'; then $(CYGPATH_W) 'minibatch.c'; else $(CYGPATH_W) '$(srcdir)/minibatch.c'; fi` + +language_classifier-float_utils.o: float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-float_utils.o -MD -MP -MF $(DEPDIR)/language_classifier-float_utils.Tpo -c -o language_classifier-float_utils.o `test -f 'float_utils.c' || echo '$(srcdir)/'`float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-float_utils.Tpo $(DEPDIR)/language_classifier-float_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='float_utils.c' object='language_classifier-float_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-float_utils.o `test -f 'float_utils.c' || echo '$(srcdir)/'`float_utils.c + +language_classifier-float_utils.obj: float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-float_utils.obj -MD -MP -MF $(DEPDIR)/language_classifier-float_utils.Tpo -c -o language_classifier-float_utils.obj `if test -f 'float_utils.c'; then $(CYGPATH_W) 'float_utils.c'; else $(CYGPATH_W) '$(srcdir)/float_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-float_utils.Tpo $(DEPDIR)/language_classifier-float_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='float_utils.c' object='language_classifier-float_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-float_utils.obj `if test -f 'float_utils.c'; then $(CYGPATH_W) 'float_utils.c'; else $(CYGPATH_W) '$(srcdir)/float_utils.c'; fi` + +language_classifier-normalize.o: normalize.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-normalize.o -MD -MP -MF $(DEPDIR)/language_classifier-normalize.Tpo -c -o language_classifier-normalize.o `test -f 'normalize.c' || echo '$(srcdir)/'`normalize.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-normalize.Tpo $(DEPDIR)/language_classifier-normalize.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='normalize.c' object='language_classifier-normalize.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-normalize.o `test -f 'normalize.c' || echo '$(srcdir)/'`normalize.c + +language_classifier-normalize.obj: normalize.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-normalize.obj -MD -MP -MF $(DEPDIR)/language_classifier-normalize.Tpo -c -o language_classifier-normalize.obj `if test -f 'normalize.c'; then $(CYGPATH_W) 'normalize.c'; else $(CYGPATH_W) '$(srcdir)/normalize.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-normalize.Tpo $(DEPDIR)/language_classifier-normalize.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='normalize.c' object='language_classifier-normalize.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-normalize.obj `if test -f 'normalize.c'; then $(CYGPATH_W) 'normalize.c'; else $(CYGPATH_W) '$(srcdir)/normalize.c'; fi` + +language_classifier-numex.o: numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-numex.o -MD -MP -MF $(DEPDIR)/language_classifier-numex.Tpo -c -o language_classifier-numex.o `test -f 'numex.c' || echo '$(srcdir)/'`numex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-numex.Tpo $(DEPDIR)/language_classifier-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex.c' object='language_classifier-numex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-numex.o `test -f 'numex.c' || echo '$(srcdir)/'`numex.c + +language_classifier-numex.obj: numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-numex.obj -MD -MP -MF $(DEPDIR)/language_classifier-numex.Tpo -c -o language_classifier-numex.obj `if test -f 'numex.c'; then $(CYGPATH_W) 'numex.c'; else $(CYGPATH_W) '$(srcdir)/numex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-numex.Tpo $(DEPDIR)/language_classifier-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex.c' object='language_classifier-numex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-numex.obj `if test -f 'numex.c'; then $(CYGPATH_W) 'numex.c'; else $(CYGPATH_W) '$(srcdir)/numex.c'; fi` + +language_classifier-transliterate.o: transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-transliterate.o -MD -MP -MF $(DEPDIR)/language_classifier-transliterate.Tpo -c -o language_classifier-transliterate.o `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-transliterate.Tpo $(DEPDIR)/language_classifier-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliterate.c' object='language_classifier-transliterate.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-transliterate.o `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c + +language_classifier-transliterate.obj: transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-transliterate.obj -MD -MP -MF $(DEPDIR)/language_classifier-transliterate.Tpo -c -o language_classifier-transliterate.obj `if test -f 'transliterate.c'; then $(CYGPATH_W) 'transliterate.c'; else $(CYGPATH_W) '$(srcdir)/transliterate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-transliterate.Tpo $(DEPDIR)/language_classifier-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliterate.c' object='language_classifier-transliterate.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-transliterate.obj `if test -f 'transliterate.c'; then $(CYGPATH_W) 'transliterate.c'; else $(CYGPATH_W) '$(srcdir)/transliterate.c'; fi` + +language_classifier-trie.o: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-trie.o -MD -MP -MF $(DEPDIR)/language_classifier-trie.Tpo -c -o language_classifier-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-trie.Tpo $(DEPDIR)/language_classifier-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='language_classifier-trie.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c + +language_classifier-trie.obj: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-trie.obj -MD -MP -MF $(DEPDIR)/language_classifier-trie.Tpo -c -o language_classifier-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-trie.Tpo $(DEPDIR)/language_classifier-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='language_classifier-trie.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` + +language_classifier-trie_search.o: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-trie_search.o -MD -MP -MF $(DEPDIR)/language_classifier-trie_search.Tpo -c -o language_classifier-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-trie_search.Tpo $(DEPDIR)/language_classifier-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='language_classifier-trie_search.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c + +language_classifier-trie_search.obj: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-trie_search.obj -MD -MP -MF $(DEPDIR)/language_classifier-trie_search.Tpo -c -o language_classifier-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-trie_search.Tpo $(DEPDIR)/language_classifier-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='language_classifier-trie_search.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` + +language_classifier-trie_utils.o: trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-trie_utils.o -MD -MP -MF $(DEPDIR)/language_classifier-trie_utils.Tpo -c -o language_classifier-trie_utils.o `test -f 'trie_utils.c' || echo '$(srcdir)/'`trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-trie_utils.Tpo $(DEPDIR)/language_classifier-trie_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_utils.c' object='language_classifier-trie_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-trie_utils.o `test -f 'trie_utils.c' || echo '$(srcdir)/'`trie_utils.c + +language_classifier-trie_utils.obj: trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-trie_utils.obj -MD -MP -MF $(DEPDIR)/language_classifier-trie_utils.Tpo -c -o language_classifier-trie_utils.obj `if test -f 'trie_utils.c'; then $(CYGPATH_W) 'trie_utils.c'; else $(CYGPATH_W) '$(srcdir)/trie_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-trie_utils.Tpo $(DEPDIR)/language_classifier-trie_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_utils.c' object='language_classifier-trie_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-trie_utils.obj `if test -f 'trie_utils.c'; then $(CYGPATH_W) 'trie_utils.c'; else $(CYGPATH_W) '$(srcdir)/trie_utils.c'; fi` + +language_classifier-address_dictionary.o: address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-address_dictionary.o -MD -MP -MF $(DEPDIR)/language_classifier-address_dictionary.Tpo -c -o language_classifier-address_dictionary.o `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-address_dictionary.Tpo $(DEPDIR)/language_classifier-address_dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary.c' object='language_classifier-address_dictionary.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-address_dictionary.o `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c + +language_classifier-address_dictionary.obj: address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-address_dictionary.obj -MD -MP -MF $(DEPDIR)/language_classifier-address_dictionary.Tpo -c -o language_classifier-address_dictionary.obj `if test -f 'address_dictionary.c'; then $(CYGPATH_W) 'address_dictionary.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-address_dictionary.Tpo $(DEPDIR)/language_classifier-address_dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary.c' object='language_classifier-address_dictionary.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-address_dictionary.obj `if test -f 'address_dictionary.c'; then $(CYGPATH_W) 'address_dictionary.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary.c'; fi` + +language_classifier-string_utils.o: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-string_utils.o -MD -MP -MF $(DEPDIR)/language_classifier-string_utils.Tpo -c -o language_classifier-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-string_utils.Tpo $(DEPDIR)/language_classifier-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='language_classifier-string_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c + +language_classifier-string_utils.obj: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-string_utils.obj -MD -MP -MF $(DEPDIR)/language_classifier-string_utils.Tpo -c -o language_classifier-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-string_utils.Tpo $(DEPDIR)/language_classifier-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='language_classifier-string_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` + +language_classifier-file_utils.o: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-file_utils.o -MD -MP -MF $(DEPDIR)/language_classifier-file_utils.Tpo -c -o language_classifier-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-file_utils.Tpo $(DEPDIR)/language_classifier-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='language_classifier-file_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c + +language_classifier-file_utils.obj: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-file_utils.obj -MD -MP -MF $(DEPDIR)/language_classifier-file_utils.Tpo -c -o language_classifier-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-file_utils.Tpo $(DEPDIR)/language_classifier-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='language_classifier-file_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` + +utf8proc/language_classifier-utf8proc.o: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT utf8proc/language_classifier-utf8proc.o -MD -MP -MF utf8proc/$(DEPDIR)/language_classifier-utf8proc.Tpo -c -o utf8proc/language_classifier-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/language_classifier-utf8proc.Tpo utf8proc/$(DEPDIR)/language_classifier-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/language_classifier-utf8proc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o utf8proc/language_classifier-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c + +utf8proc/language_classifier-utf8proc.obj: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT utf8proc/language_classifier-utf8proc.obj -MD -MP -MF utf8proc/$(DEPDIR)/language_classifier-utf8proc.Tpo -c -o utf8proc/language_classifier-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/language_classifier-utf8proc.Tpo utf8proc/$(DEPDIR)/language_classifier-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/language_classifier-utf8proc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o utf8proc/language_classifier-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` + +language_classifier-unicode_scripts.o: unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-unicode_scripts.o -MD -MP -MF $(DEPDIR)/language_classifier-unicode_scripts.Tpo -c -o language_classifier-unicode_scripts.o `test -f 'unicode_scripts.c' || echo '$(srcdir)/'`unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-unicode_scripts.Tpo $(DEPDIR)/language_classifier-unicode_scripts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unicode_scripts.c' object='language_classifier-unicode_scripts.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-unicode_scripts.o `test -f 'unicode_scripts.c' || echo '$(srcdir)/'`unicode_scripts.c + +language_classifier-unicode_scripts.obj: unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -MT language_classifier-unicode_scripts.obj -MD -MP -MF $(DEPDIR)/language_classifier-unicode_scripts.Tpo -c -o language_classifier-unicode_scripts.obj `if test -f 'unicode_scripts.c'; then $(CYGPATH_W) 'unicode_scripts.c'; else $(CYGPATH_W) '$(srcdir)/unicode_scripts.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier-unicode_scripts.Tpo $(DEPDIR)/language_classifier-unicode_scripts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unicode_scripts.c' object='language_classifier-unicode_scripts.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_CFLAGS) $(CFLAGS) -c -o language_classifier-unicode_scripts.obj `if test -f 'unicode_scripts.c'; then $(CYGPATH_W) 'unicode_scripts.c'; else $(CYGPATH_W) '$(srcdir)/unicode_scripts.c'; fi` + +language_classifier_test-strndup.o: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-strndup.o -MD -MP -MF $(DEPDIR)/language_classifier_test-strndup.Tpo -c -o language_classifier_test-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-strndup.Tpo $(DEPDIR)/language_classifier_test-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='language_classifier_test-strndup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c + +language_classifier_test-strndup.obj: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-strndup.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-strndup.Tpo -c -o language_classifier_test-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-strndup.Tpo $(DEPDIR)/language_classifier_test-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='language_classifier_test-strndup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` + +language_classifier_test-language_classifier_test.o: language_classifier_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-language_classifier_test.o -MD -MP -MF $(DEPDIR)/language_classifier_test-language_classifier_test.Tpo -c -o language_classifier_test-language_classifier_test.o `test -f 'language_classifier_test.c' || echo '$(srcdir)/'`language_classifier_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-language_classifier_test.Tpo $(DEPDIR)/language_classifier_test-language_classifier_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier_test.c' object='language_classifier_test-language_classifier_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-language_classifier_test.o `test -f 'language_classifier_test.c' || echo '$(srcdir)/'`language_classifier_test.c + +language_classifier_test-language_classifier_test.obj: language_classifier_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-language_classifier_test.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-language_classifier_test.Tpo -c -o language_classifier_test-language_classifier_test.obj `if test -f 'language_classifier_test.c'; then $(CYGPATH_W) 'language_classifier_test.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-language_classifier_test.Tpo $(DEPDIR)/language_classifier_test-language_classifier_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier_test.c' object='language_classifier_test-language_classifier_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-language_classifier_test.obj `if test -f 'language_classifier_test.c'; then $(CYGPATH_W) 'language_classifier_test.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier_test.c'; fi` + +language_classifier_test-language_classifier.o: language_classifier.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-language_classifier.o -MD -MP -MF $(DEPDIR)/language_classifier_test-language_classifier.Tpo -c -o language_classifier_test-language_classifier.o `test -f 'language_classifier.c' || echo '$(srcdir)/'`language_classifier.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-language_classifier.Tpo $(DEPDIR)/language_classifier_test-language_classifier.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier.c' object='language_classifier_test-language_classifier.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-language_classifier.o `test -f 'language_classifier.c' || echo '$(srcdir)/'`language_classifier.c + +language_classifier_test-language_classifier.obj: language_classifier.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-language_classifier.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-language_classifier.Tpo -c -o language_classifier_test-language_classifier.obj `if test -f 'language_classifier.c'; then $(CYGPATH_W) 'language_classifier.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-language_classifier.Tpo $(DEPDIR)/language_classifier_test-language_classifier.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier.c' object='language_classifier_test-language_classifier.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-language_classifier.obj `if test -f 'language_classifier.c'; then $(CYGPATH_W) 'language_classifier.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier.c'; fi` + +language_classifier_test-language_classifier_io.o: language_classifier_io.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-language_classifier_io.o -MD -MP -MF $(DEPDIR)/language_classifier_test-language_classifier_io.Tpo -c -o language_classifier_test-language_classifier_io.o `test -f 'language_classifier_io.c' || echo '$(srcdir)/'`language_classifier_io.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-language_classifier_io.Tpo $(DEPDIR)/language_classifier_test-language_classifier_io.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier_io.c' object='language_classifier_test-language_classifier_io.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-language_classifier_io.o `test -f 'language_classifier_io.c' || echo '$(srcdir)/'`language_classifier_io.c + +language_classifier_test-language_classifier_io.obj: language_classifier_io.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-language_classifier_io.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-language_classifier_io.Tpo -c -o language_classifier_test-language_classifier_io.obj `if test -f 'language_classifier_io.c'; then $(CYGPATH_W) 'language_classifier_io.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier_io.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-language_classifier_io.Tpo $(DEPDIR)/language_classifier_test-language_classifier_io.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier_io.c' object='language_classifier_test-language_classifier_io.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-language_classifier_io.obj `if test -f 'language_classifier_io.c'; then $(CYGPATH_W) 'language_classifier_io.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier_io.c'; fi` + +language_classifier_test-language_features.o: language_features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-language_features.o -MD -MP -MF $(DEPDIR)/language_classifier_test-language_features.Tpo -c -o language_classifier_test-language_features.o `test -f 'language_features.c' || echo '$(srcdir)/'`language_features.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-language_features.Tpo $(DEPDIR)/language_classifier_test-language_features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_features.c' object='language_classifier_test-language_features.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-language_features.o `test -f 'language_features.c' || echo '$(srcdir)/'`language_features.c + +language_classifier_test-language_features.obj: language_features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-language_features.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-language_features.Tpo -c -o language_classifier_test-language_features.obj `if test -f 'language_features.c'; then $(CYGPATH_W) 'language_features.c'; else $(CYGPATH_W) '$(srcdir)/language_features.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-language_features.Tpo $(DEPDIR)/language_classifier_test-language_features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_features.c' object='language_classifier_test-language_features.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-language_features.obj `if test -f 'language_features.c'; then $(CYGPATH_W) 'language_features.c'; else $(CYGPATH_W) '$(srcdir)/language_features.c'; fi` + +language_classifier_test-logistic_regression.o: logistic_regression.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-logistic_regression.o -MD -MP -MF $(DEPDIR)/language_classifier_test-logistic_regression.Tpo -c -o language_classifier_test-logistic_regression.o `test -f 'logistic_regression.c' || echo '$(srcdir)/'`logistic_regression.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-logistic_regression.Tpo $(DEPDIR)/language_classifier_test-logistic_regression.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic_regression.c' object='language_classifier_test-logistic_regression.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-logistic_regression.o `test -f 'logistic_regression.c' || echo '$(srcdir)/'`logistic_regression.c + +language_classifier_test-logistic_regression.obj: logistic_regression.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-logistic_regression.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-logistic_regression.Tpo -c -o language_classifier_test-logistic_regression.obj `if test -f 'logistic_regression.c'; then $(CYGPATH_W) 'logistic_regression.c'; else $(CYGPATH_W) '$(srcdir)/logistic_regression.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-logistic_regression.Tpo $(DEPDIR)/language_classifier_test-logistic_regression.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic_regression.c' object='language_classifier_test-logistic_regression.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-logistic_regression.obj `if test -f 'logistic_regression.c'; then $(CYGPATH_W) 'logistic_regression.c'; else $(CYGPATH_W) '$(srcdir)/logistic_regression.c'; fi` + +language_classifier_test-logistic.o: logistic.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-logistic.o -MD -MP -MF $(DEPDIR)/language_classifier_test-logistic.Tpo -c -o language_classifier_test-logistic.o `test -f 'logistic.c' || echo '$(srcdir)/'`logistic.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-logistic.Tpo $(DEPDIR)/language_classifier_test-logistic.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic.c' object='language_classifier_test-logistic.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-logistic.o `test -f 'logistic.c' || echo '$(srcdir)/'`logistic.c + +language_classifier_test-logistic.obj: logistic.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-logistic.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-logistic.Tpo -c -o language_classifier_test-logistic.obj `if test -f 'logistic.c'; then $(CYGPATH_W) 'logistic.c'; else $(CYGPATH_W) '$(srcdir)/logistic.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-logistic.Tpo $(DEPDIR)/language_classifier_test-logistic.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic.c' object='language_classifier_test-logistic.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-logistic.obj `if test -f 'logistic.c'; then $(CYGPATH_W) 'logistic.c'; else $(CYGPATH_W) '$(srcdir)/logistic.c'; fi` + +language_classifier_test-sparse_matrix.o: sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-sparse_matrix.o -MD -MP -MF $(DEPDIR)/language_classifier_test-sparse_matrix.Tpo -c -o language_classifier_test-sparse_matrix.o `test -f 'sparse_matrix.c' || echo '$(srcdir)/'`sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-sparse_matrix.Tpo $(DEPDIR)/language_classifier_test-sparse_matrix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sparse_matrix.c' object='language_classifier_test-sparse_matrix.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-sparse_matrix.o `test -f 'sparse_matrix.c' || echo '$(srcdir)/'`sparse_matrix.c + +language_classifier_test-sparse_matrix.obj: sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-sparse_matrix.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-sparse_matrix.Tpo -c -o language_classifier_test-sparse_matrix.obj `if test -f 'sparse_matrix.c'; then $(CYGPATH_W) 'sparse_matrix.c'; else $(CYGPATH_W) '$(srcdir)/sparse_matrix.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-sparse_matrix.Tpo $(DEPDIR)/language_classifier_test-sparse_matrix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sparse_matrix.c' object='language_classifier_test-sparse_matrix.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-sparse_matrix.obj `if test -f 'sparse_matrix.c'; then $(CYGPATH_W) 'sparse_matrix.c'; else $(CYGPATH_W) '$(srcdir)/sparse_matrix.c'; fi` + +language_classifier_test-features.o: features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-features.o -MD -MP -MF $(DEPDIR)/language_classifier_test-features.Tpo -c -o language_classifier_test-features.o `test -f 'features.c' || echo '$(srcdir)/'`features.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-features.Tpo $(DEPDIR)/language_classifier_test-features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='features.c' object='language_classifier_test-features.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-features.o `test -f 'features.c' || echo '$(srcdir)/'`features.c + +language_classifier_test-features.obj: features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-features.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-features.Tpo -c -o language_classifier_test-features.obj `if test -f 'features.c'; then $(CYGPATH_W) 'features.c'; else $(CYGPATH_W) '$(srcdir)/features.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-features.Tpo $(DEPDIR)/language_classifier_test-features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='features.c' object='language_classifier_test-features.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-features.obj `if test -f 'features.c'; then $(CYGPATH_W) 'features.c'; else $(CYGPATH_W) '$(srcdir)/features.c'; fi` + +language_classifier_test-minibatch.o: minibatch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-minibatch.o -MD -MP -MF $(DEPDIR)/language_classifier_test-minibatch.Tpo -c -o language_classifier_test-minibatch.o `test -f 'minibatch.c' || echo '$(srcdir)/'`minibatch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-minibatch.Tpo $(DEPDIR)/language_classifier_test-minibatch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='minibatch.c' object='language_classifier_test-minibatch.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-minibatch.o `test -f 'minibatch.c' || echo '$(srcdir)/'`minibatch.c + +language_classifier_test-minibatch.obj: minibatch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-minibatch.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-minibatch.Tpo -c -o language_classifier_test-minibatch.obj `if test -f 'minibatch.c'; then $(CYGPATH_W) 'minibatch.c'; else $(CYGPATH_W) '$(srcdir)/minibatch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-minibatch.Tpo $(DEPDIR)/language_classifier_test-minibatch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='minibatch.c' object='language_classifier_test-minibatch.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-minibatch.obj `if test -f 'minibatch.c'; then $(CYGPATH_W) 'minibatch.c'; else $(CYGPATH_W) '$(srcdir)/minibatch.c'; fi` + +language_classifier_test-float_utils.o: float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-float_utils.o -MD -MP -MF $(DEPDIR)/language_classifier_test-float_utils.Tpo -c -o language_classifier_test-float_utils.o `test -f 'float_utils.c' || echo '$(srcdir)/'`float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-float_utils.Tpo $(DEPDIR)/language_classifier_test-float_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='float_utils.c' object='language_classifier_test-float_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-float_utils.o `test -f 'float_utils.c' || echo '$(srcdir)/'`float_utils.c + +language_classifier_test-float_utils.obj: float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-float_utils.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-float_utils.Tpo -c -o language_classifier_test-float_utils.obj `if test -f 'float_utils.c'; then $(CYGPATH_W) 'float_utils.c'; else $(CYGPATH_W) '$(srcdir)/float_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-float_utils.Tpo $(DEPDIR)/language_classifier_test-float_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='float_utils.c' object='language_classifier_test-float_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-float_utils.obj `if test -f 'float_utils.c'; then $(CYGPATH_W) 'float_utils.c'; else $(CYGPATH_W) '$(srcdir)/float_utils.c'; fi` + +language_classifier_test-normalize.o: normalize.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-normalize.o -MD -MP -MF $(DEPDIR)/language_classifier_test-normalize.Tpo -c -o language_classifier_test-normalize.o `test -f 'normalize.c' || echo '$(srcdir)/'`normalize.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-normalize.Tpo $(DEPDIR)/language_classifier_test-normalize.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='normalize.c' object='language_classifier_test-normalize.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-normalize.o `test -f 'normalize.c' || echo '$(srcdir)/'`normalize.c + +language_classifier_test-normalize.obj: normalize.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-normalize.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-normalize.Tpo -c -o language_classifier_test-normalize.obj `if test -f 'normalize.c'; then $(CYGPATH_W) 'normalize.c'; else $(CYGPATH_W) '$(srcdir)/normalize.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-normalize.Tpo $(DEPDIR)/language_classifier_test-normalize.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='normalize.c' object='language_classifier_test-normalize.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-normalize.obj `if test -f 'normalize.c'; then $(CYGPATH_W) 'normalize.c'; else $(CYGPATH_W) '$(srcdir)/normalize.c'; fi` + +language_classifier_test-numex.o: numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-numex.o -MD -MP -MF $(DEPDIR)/language_classifier_test-numex.Tpo -c -o language_classifier_test-numex.o `test -f 'numex.c' || echo '$(srcdir)/'`numex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-numex.Tpo $(DEPDIR)/language_classifier_test-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex.c' object='language_classifier_test-numex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-numex.o `test -f 'numex.c' || echo '$(srcdir)/'`numex.c + +language_classifier_test-numex.obj: numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-numex.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-numex.Tpo -c -o language_classifier_test-numex.obj `if test -f 'numex.c'; then $(CYGPATH_W) 'numex.c'; else $(CYGPATH_W) '$(srcdir)/numex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-numex.Tpo $(DEPDIR)/language_classifier_test-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex.c' object='language_classifier_test-numex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-numex.obj `if test -f 'numex.c'; then $(CYGPATH_W) 'numex.c'; else $(CYGPATH_W) '$(srcdir)/numex.c'; fi` + +language_classifier_test-transliterate.o: transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-transliterate.o -MD -MP -MF $(DEPDIR)/language_classifier_test-transliterate.Tpo -c -o language_classifier_test-transliterate.o `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-transliterate.Tpo $(DEPDIR)/language_classifier_test-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliterate.c' object='language_classifier_test-transliterate.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-transliterate.o `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c + +language_classifier_test-transliterate.obj: transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-transliterate.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-transliterate.Tpo -c -o language_classifier_test-transliterate.obj `if test -f 'transliterate.c'; then $(CYGPATH_W) 'transliterate.c'; else $(CYGPATH_W) '$(srcdir)/transliterate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-transliterate.Tpo $(DEPDIR)/language_classifier_test-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliterate.c' object='language_classifier_test-transliterate.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-transliterate.obj `if test -f 'transliterate.c'; then $(CYGPATH_W) 'transliterate.c'; else $(CYGPATH_W) '$(srcdir)/transliterate.c'; fi` + +language_classifier_test-trie.o: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-trie.o -MD -MP -MF $(DEPDIR)/language_classifier_test-trie.Tpo -c -o language_classifier_test-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-trie.Tpo $(DEPDIR)/language_classifier_test-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='language_classifier_test-trie.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c + +language_classifier_test-trie.obj: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-trie.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-trie.Tpo -c -o language_classifier_test-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-trie.Tpo $(DEPDIR)/language_classifier_test-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='language_classifier_test-trie.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` + +language_classifier_test-trie_search.o: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-trie_search.o -MD -MP -MF $(DEPDIR)/language_classifier_test-trie_search.Tpo -c -o language_classifier_test-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-trie_search.Tpo $(DEPDIR)/language_classifier_test-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='language_classifier_test-trie_search.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c + +language_classifier_test-trie_search.obj: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-trie_search.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-trie_search.Tpo -c -o language_classifier_test-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-trie_search.Tpo $(DEPDIR)/language_classifier_test-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='language_classifier_test-trie_search.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` + +language_classifier_test-trie_utils.o: trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-trie_utils.o -MD -MP -MF $(DEPDIR)/language_classifier_test-trie_utils.Tpo -c -o language_classifier_test-trie_utils.o `test -f 'trie_utils.c' || echo '$(srcdir)/'`trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-trie_utils.Tpo $(DEPDIR)/language_classifier_test-trie_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_utils.c' object='language_classifier_test-trie_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-trie_utils.o `test -f 'trie_utils.c' || echo '$(srcdir)/'`trie_utils.c + +language_classifier_test-trie_utils.obj: trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-trie_utils.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-trie_utils.Tpo -c -o language_classifier_test-trie_utils.obj `if test -f 'trie_utils.c'; then $(CYGPATH_W) 'trie_utils.c'; else $(CYGPATH_W) '$(srcdir)/trie_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-trie_utils.Tpo $(DEPDIR)/language_classifier_test-trie_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_utils.c' object='language_classifier_test-trie_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-trie_utils.obj `if test -f 'trie_utils.c'; then $(CYGPATH_W) 'trie_utils.c'; else $(CYGPATH_W) '$(srcdir)/trie_utils.c'; fi` + +language_classifier_test-address_dictionary.o: address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-address_dictionary.o -MD -MP -MF $(DEPDIR)/language_classifier_test-address_dictionary.Tpo -c -o language_classifier_test-address_dictionary.o `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-address_dictionary.Tpo $(DEPDIR)/language_classifier_test-address_dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary.c' object='language_classifier_test-address_dictionary.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-address_dictionary.o `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c + +language_classifier_test-address_dictionary.obj: address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-address_dictionary.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-address_dictionary.Tpo -c -o language_classifier_test-address_dictionary.obj `if test -f 'address_dictionary.c'; then $(CYGPATH_W) 'address_dictionary.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-address_dictionary.Tpo $(DEPDIR)/language_classifier_test-address_dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary.c' object='language_classifier_test-address_dictionary.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-address_dictionary.obj `if test -f 'address_dictionary.c'; then $(CYGPATH_W) 'address_dictionary.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary.c'; fi` + +language_classifier_test-string_utils.o: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-string_utils.o -MD -MP -MF $(DEPDIR)/language_classifier_test-string_utils.Tpo -c -o language_classifier_test-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-string_utils.Tpo $(DEPDIR)/language_classifier_test-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='language_classifier_test-string_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c + +language_classifier_test-string_utils.obj: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-string_utils.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-string_utils.Tpo -c -o language_classifier_test-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-string_utils.Tpo $(DEPDIR)/language_classifier_test-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='language_classifier_test-string_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` + +language_classifier_test-file_utils.o: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-file_utils.o -MD -MP -MF $(DEPDIR)/language_classifier_test-file_utils.Tpo -c -o language_classifier_test-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-file_utils.Tpo $(DEPDIR)/language_classifier_test-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='language_classifier_test-file_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c + +language_classifier_test-file_utils.obj: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-file_utils.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-file_utils.Tpo -c -o language_classifier_test-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-file_utils.Tpo $(DEPDIR)/language_classifier_test-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='language_classifier_test-file_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` + +utf8proc/language_classifier_test-utf8proc.o: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT utf8proc/language_classifier_test-utf8proc.o -MD -MP -MF utf8proc/$(DEPDIR)/language_classifier_test-utf8proc.Tpo -c -o utf8proc/language_classifier_test-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/language_classifier_test-utf8proc.Tpo utf8proc/$(DEPDIR)/language_classifier_test-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/language_classifier_test-utf8proc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o utf8proc/language_classifier_test-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c + +utf8proc/language_classifier_test-utf8proc.obj: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT utf8proc/language_classifier_test-utf8proc.obj -MD -MP -MF utf8proc/$(DEPDIR)/language_classifier_test-utf8proc.Tpo -c -o utf8proc/language_classifier_test-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/language_classifier_test-utf8proc.Tpo utf8proc/$(DEPDIR)/language_classifier_test-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/language_classifier_test-utf8proc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o utf8proc/language_classifier_test-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` + +language_classifier_test-unicode_scripts.o: unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-unicode_scripts.o -MD -MP -MF $(DEPDIR)/language_classifier_test-unicode_scripts.Tpo -c -o language_classifier_test-unicode_scripts.o `test -f 'unicode_scripts.c' || echo '$(srcdir)/'`unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-unicode_scripts.Tpo $(DEPDIR)/language_classifier_test-unicode_scripts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unicode_scripts.c' object='language_classifier_test-unicode_scripts.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-unicode_scripts.o `test -f 'unicode_scripts.c' || echo '$(srcdir)/'`unicode_scripts.c + +language_classifier_test-unicode_scripts.obj: unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -MT language_classifier_test-unicode_scripts.obj -MD -MP -MF $(DEPDIR)/language_classifier_test-unicode_scripts.Tpo -c -o language_classifier_test-unicode_scripts.obj `if test -f 'unicode_scripts.c'; then $(CYGPATH_W) 'unicode_scripts.c'; else $(CYGPATH_W) '$(srcdir)/unicode_scripts.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_test-unicode_scripts.Tpo $(DEPDIR)/language_classifier_test-unicode_scripts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unicode_scripts.c' object='language_classifier_test-unicode_scripts.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_test_CFLAGS) $(CFLAGS) -c -o language_classifier_test-unicode_scripts.obj `if test -f 'unicode_scripts.c'; then $(CYGPATH_W) 'unicode_scripts.c'; else $(CYGPATH_W) '$(srcdir)/unicode_scripts.c'; fi` + +language_classifier_train-strndup.o: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-strndup.o -MD -MP -MF $(DEPDIR)/language_classifier_train-strndup.Tpo -c -o language_classifier_train-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-strndup.Tpo $(DEPDIR)/language_classifier_train-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='language_classifier_train-strndup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c + +language_classifier_train-strndup.obj: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-strndup.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-strndup.Tpo -c -o language_classifier_train-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-strndup.Tpo $(DEPDIR)/language_classifier_train-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='language_classifier_train-strndup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` + +language_classifier_train-language_classifier_train.o: language_classifier_train.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-language_classifier_train.o -MD -MP -MF $(DEPDIR)/language_classifier_train-language_classifier_train.Tpo -c -o language_classifier_train-language_classifier_train.o `test -f 'language_classifier_train.c' || echo '$(srcdir)/'`language_classifier_train.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-language_classifier_train.Tpo $(DEPDIR)/language_classifier_train-language_classifier_train.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier_train.c' object='language_classifier_train-language_classifier_train.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-language_classifier_train.o `test -f 'language_classifier_train.c' || echo '$(srcdir)/'`language_classifier_train.c + +language_classifier_train-language_classifier_train.obj: language_classifier_train.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-language_classifier_train.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-language_classifier_train.Tpo -c -o language_classifier_train-language_classifier_train.obj `if test -f 'language_classifier_train.c'; then $(CYGPATH_W) 'language_classifier_train.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier_train.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-language_classifier_train.Tpo $(DEPDIR)/language_classifier_train-language_classifier_train.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier_train.c' object='language_classifier_train-language_classifier_train.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-language_classifier_train.obj `if test -f 'language_classifier_train.c'; then $(CYGPATH_W) 'language_classifier_train.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier_train.c'; fi` + +language_classifier_train-language_classifier.o: language_classifier.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-language_classifier.o -MD -MP -MF $(DEPDIR)/language_classifier_train-language_classifier.Tpo -c -o language_classifier_train-language_classifier.o `test -f 'language_classifier.c' || echo '$(srcdir)/'`language_classifier.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-language_classifier.Tpo $(DEPDIR)/language_classifier_train-language_classifier.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier.c' object='language_classifier_train-language_classifier.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-language_classifier.o `test -f 'language_classifier.c' || echo '$(srcdir)/'`language_classifier.c + +language_classifier_train-language_classifier.obj: language_classifier.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-language_classifier.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-language_classifier.Tpo -c -o language_classifier_train-language_classifier.obj `if test -f 'language_classifier.c'; then $(CYGPATH_W) 'language_classifier.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-language_classifier.Tpo $(DEPDIR)/language_classifier_train-language_classifier.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier.c' object='language_classifier_train-language_classifier.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-language_classifier.obj `if test -f 'language_classifier.c'; then $(CYGPATH_W) 'language_classifier.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier.c'; fi` + +language_classifier_train-language_features.o: language_features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-language_features.o -MD -MP -MF $(DEPDIR)/language_classifier_train-language_features.Tpo -c -o language_classifier_train-language_features.o `test -f 'language_features.c' || echo '$(srcdir)/'`language_features.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-language_features.Tpo $(DEPDIR)/language_classifier_train-language_features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_features.c' object='language_classifier_train-language_features.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-language_features.o `test -f 'language_features.c' || echo '$(srcdir)/'`language_features.c + +language_classifier_train-language_features.obj: language_features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-language_features.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-language_features.Tpo -c -o language_classifier_train-language_features.obj `if test -f 'language_features.c'; then $(CYGPATH_W) 'language_features.c'; else $(CYGPATH_W) '$(srcdir)/language_features.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-language_features.Tpo $(DEPDIR)/language_classifier_train-language_features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_features.c' object='language_classifier_train-language_features.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-language_features.obj `if test -f 'language_features.c'; then $(CYGPATH_W) 'language_features.c'; else $(CYGPATH_W) '$(srcdir)/language_features.c'; fi` + +language_classifier_train-language_classifier_io.o: language_classifier_io.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-language_classifier_io.o -MD -MP -MF $(DEPDIR)/language_classifier_train-language_classifier_io.Tpo -c -o language_classifier_train-language_classifier_io.o `test -f 'language_classifier_io.c' || echo '$(srcdir)/'`language_classifier_io.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-language_classifier_io.Tpo $(DEPDIR)/language_classifier_train-language_classifier_io.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier_io.c' object='language_classifier_train-language_classifier_io.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-language_classifier_io.o `test -f 'language_classifier_io.c' || echo '$(srcdir)/'`language_classifier_io.c + +language_classifier_train-language_classifier_io.obj: language_classifier_io.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-language_classifier_io.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-language_classifier_io.Tpo -c -o language_classifier_train-language_classifier_io.obj `if test -f 'language_classifier_io.c'; then $(CYGPATH_W) 'language_classifier_io.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier_io.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-language_classifier_io.Tpo $(DEPDIR)/language_classifier_train-language_classifier_io.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='language_classifier_io.c' object='language_classifier_train-language_classifier_io.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-language_classifier_io.obj `if test -f 'language_classifier_io.c'; then $(CYGPATH_W) 'language_classifier_io.c'; else $(CYGPATH_W) '$(srcdir)/language_classifier_io.c'; fi` + +language_classifier_train-logistic_regression_trainer.o: logistic_regression_trainer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-logistic_regression_trainer.o -MD -MP -MF $(DEPDIR)/language_classifier_train-logistic_regression_trainer.Tpo -c -o language_classifier_train-logistic_regression_trainer.o `test -f 'logistic_regression_trainer.c' || echo '$(srcdir)/'`logistic_regression_trainer.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-logistic_regression_trainer.Tpo $(DEPDIR)/language_classifier_train-logistic_regression_trainer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic_regression_trainer.c' object='language_classifier_train-logistic_regression_trainer.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-logistic_regression_trainer.o `test -f 'logistic_regression_trainer.c' || echo '$(srcdir)/'`logistic_regression_trainer.c + +language_classifier_train-logistic_regression_trainer.obj: logistic_regression_trainer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-logistic_regression_trainer.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-logistic_regression_trainer.Tpo -c -o language_classifier_train-logistic_regression_trainer.obj `if test -f 'logistic_regression_trainer.c'; then $(CYGPATH_W) 'logistic_regression_trainer.c'; else $(CYGPATH_W) '$(srcdir)/logistic_regression_trainer.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-logistic_regression_trainer.Tpo $(DEPDIR)/language_classifier_train-logistic_regression_trainer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic_regression_trainer.c' object='language_classifier_train-logistic_regression_trainer.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-logistic_regression_trainer.obj `if test -f 'logistic_regression_trainer.c'; then $(CYGPATH_W) 'logistic_regression_trainer.c'; else $(CYGPATH_W) '$(srcdir)/logistic_regression_trainer.c'; fi` + +language_classifier_train-logistic_regression.o: logistic_regression.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-logistic_regression.o -MD -MP -MF $(DEPDIR)/language_classifier_train-logistic_regression.Tpo -c -o language_classifier_train-logistic_regression.o `test -f 'logistic_regression.c' || echo '$(srcdir)/'`logistic_regression.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-logistic_regression.Tpo $(DEPDIR)/language_classifier_train-logistic_regression.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic_regression.c' object='language_classifier_train-logistic_regression.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-logistic_regression.o `test -f 'logistic_regression.c' || echo '$(srcdir)/'`logistic_regression.c + +language_classifier_train-logistic_regression.obj: logistic_regression.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-logistic_regression.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-logistic_regression.Tpo -c -o language_classifier_train-logistic_regression.obj `if test -f 'logistic_regression.c'; then $(CYGPATH_W) 'logistic_regression.c'; else $(CYGPATH_W) '$(srcdir)/logistic_regression.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-logistic_regression.Tpo $(DEPDIR)/language_classifier_train-logistic_regression.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic_regression.c' object='language_classifier_train-logistic_regression.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-logistic_regression.obj `if test -f 'logistic_regression.c'; then $(CYGPATH_W) 'logistic_regression.c'; else $(CYGPATH_W) '$(srcdir)/logistic_regression.c'; fi` + +language_classifier_train-logistic.o: logistic.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-logistic.o -MD -MP -MF $(DEPDIR)/language_classifier_train-logistic.Tpo -c -o language_classifier_train-logistic.o `test -f 'logistic.c' || echo '$(srcdir)/'`logistic.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-logistic.Tpo $(DEPDIR)/language_classifier_train-logistic.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic.c' object='language_classifier_train-logistic.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-logistic.o `test -f 'logistic.c' || echo '$(srcdir)/'`logistic.c + +language_classifier_train-logistic.obj: logistic.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-logistic.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-logistic.Tpo -c -o language_classifier_train-logistic.obj `if test -f 'logistic.c'; then $(CYGPATH_W) 'logistic.c'; else $(CYGPATH_W) '$(srcdir)/logistic.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-logistic.Tpo $(DEPDIR)/language_classifier_train-logistic.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='logistic.c' object='language_classifier_train-logistic.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-logistic.obj `if test -f 'logistic.c'; then $(CYGPATH_W) 'logistic.c'; else $(CYGPATH_W) '$(srcdir)/logistic.c'; fi` + +language_classifier_train-sparse_matrix.o: sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-sparse_matrix.o -MD -MP -MF $(DEPDIR)/language_classifier_train-sparse_matrix.Tpo -c -o language_classifier_train-sparse_matrix.o `test -f 'sparse_matrix.c' || echo '$(srcdir)/'`sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-sparse_matrix.Tpo $(DEPDIR)/language_classifier_train-sparse_matrix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sparse_matrix.c' object='language_classifier_train-sparse_matrix.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-sparse_matrix.o `test -f 'sparse_matrix.c' || echo '$(srcdir)/'`sparse_matrix.c + +language_classifier_train-sparse_matrix.obj: sparse_matrix.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-sparse_matrix.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-sparse_matrix.Tpo -c -o language_classifier_train-sparse_matrix.obj `if test -f 'sparse_matrix.c'; then $(CYGPATH_W) 'sparse_matrix.c'; else $(CYGPATH_W) '$(srcdir)/sparse_matrix.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-sparse_matrix.Tpo $(DEPDIR)/language_classifier_train-sparse_matrix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sparse_matrix.c' object='language_classifier_train-sparse_matrix.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-sparse_matrix.obj `if test -f 'sparse_matrix.c'; then $(CYGPATH_W) 'sparse_matrix.c'; else $(CYGPATH_W) '$(srcdir)/sparse_matrix.c'; fi` + +language_classifier_train-sparse_matrix_utils.o: sparse_matrix_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-sparse_matrix_utils.o -MD -MP -MF $(DEPDIR)/language_classifier_train-sparse_matrix_utils.Tpo -c -o language_classifier_train-sparse_matrix_utils.o `test -f 'sparse_matrix_utils.c' || echo '$(srcdir)/'`sparse_matrix_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-sparse_matrix_utils.Tpo $(DEPDIR)/language_classifier_train-sparse_matrix_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sparse_matrix_utils.c' object='language_classifier_train-sparse_matrix_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-sparse_matrix_utils.o `test -f 'sparse_matrix_utils.c' || echo '$(srcdir)/'`sparse_matrix_utils.c + +language_classifier_train-sparse_matrix_utils.obj: sparse_matrix_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-sparse_matrix_utils.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-sparse_matrix_utils.Tpo -c -o language_classifier_train-sparse_matrix_utils.obj `if test -f 'sparse_matrix_utils.c'; then $(CYGPATH_W) 'sparse_matrix_utils.c'; else $(CYGPATH_W) '$(srcdir)/sparse_matrix_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-sparse_matrix_utils.Tpo $(DEPDIR)/language_classifier_train-sparse_matrix_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sparse_matrix_utils.c' object='language_classifier_train-sparse_matrix_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-sparse_matrix_utils.obj `if test -f 'sparse_matrix_utils.c'; then $(CYGPATH_W) 'sparse_matrix_utils.c'; else $(CYGPATH_W) '$(srcdir)/sparse_matrix_utils.c'; fi` + +language_classifier_train-features.o: features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-features.o -MD -MP -MF $(DEPDIR)/language_classifier_train-features.Tpo -c -o language_classifier_train-features.o `test -f 'features.c' || echo '$(srcdir)/'`features.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-features.Tpo $(DEPDIR)/language_classifier_train-features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='features.c' object='language_classifier_train-features.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-features.o `test -f 'features.c' || echo '$(srcdir)/'`features.c + +language_classifier_train-features.obj: features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-features.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-features.Tpo -c -o language_classifier_train-features.obj `if test -f 'features.c'; then $(CYGPATH_W) 'features.c'; else $(CYGPATH_W) '$(srcdir)/features.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-features.Tpo $(DEPDIR)/language_classifier_train-features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='features.c' object='language_classifier_train-features.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-features.obj `if test -f 'features.c'; then $(CYGPATH_W) 'features.c'; else $(CYGPATH_W) '$(srcdir)/features.c'; fi` + +language_classifier_train-minibatch.o: minibatch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-minibatch.o -MD -MP -MF $(DEPDIR)/language_classifier_train-minibatch.Tpo -c -o language_classifier_train-minibatch.o `test -f 'minibatch.c' || echo '$(srcdir)/'`minibatch.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-minibatch.Tpo $(DEPDIR)/language_classifier_train-minibatch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='minibatch.c' object='language_classifier_train-minibatch.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-minibatch.o `test -f 'minibatch.c' || echo '$(srcdir)/'`minibatch.c + +language_classifier_train-minibatch.obj: minibatch.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-minibatch.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-minibatch.Tpo -c -o language_classifier_train-minibatch.obj `if test -f 'minibatch.c'; then $(CYGPATH_W) 'minibatch.c'; else $(CYGPATH_W) '$(srcdir)/minibatch.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-minibatch.Tpo $(DEPDIR)/language_classifier_train-minibatch.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='minibatch.c' object='language_classifier_train-minibatch.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-minibatch.obj `if test -f 'minibatch.c'; then $(CYGPATH_W) 'minibatch.c'; else $(CYGPATH_W) '$(srcdir)/minibatch.c'; fi` + +language_classifier_train-float_utils.o: float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-float_utils.o -MD -MP -MF $(DEPDIR)/language_classifier_train-float_utils.Tpo -c -o language_classifier_train-float_utils.o `test -f 'float_utils.c' || echo '$(srcdir)/'`float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-float_utils.Tpo $(DEPDIR)/language_classifier_train-float_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='float_utils.c' object='language_classifier_train-float_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-float_utils.o `test -f 'float_utils.c' || echo '$(srcdir)/'`float_utils.c + +language_classifier_train-float_utils.obj: float_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-float_utils.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-float_utils.Tpo -c -o language_classifier_train-float_utils.obj `if test -f 'float_utils.c'; then $(CYGPATH_W) 'float_utils.c'; else $(CYGPATH_W) '$(srcdir)/float_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-float_utils.Tpo $(DEPDIR)/language_classifier_train-float_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='float_utils.c' object='language_classifier_train-float_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-float_utils.obj `if test -f 'float_utils.c'; then $(CYGPATH_W) 'float_utils.c'; else $(CYGPATH_W) '$(srcdir)/float_utils.c'; fi` + +language_classifier_train-stochastic_gradient_descent.o: stochastic_gradient_descent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-stochastic_gradient_descent.o -MD -MP -MF $(DEPDIR)/language_classifier_train-stochastic_gradient_descent.Tpo -c -o language_classifier_train-stochastic_gradient_descent.o `test -f 'stochastic_gradient_descent.c' || echo '$(srcdir)/'`stochastic_gradient_descent.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-stochastic_gradient_descent.Tpo $(DEPDIR)/language_classifier_train-stochastic_gradient_descent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stochastic_gradient_descent.c' object='language_classifier_train-stochastic_gradient_descent.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-stochastic_gradient_descent.o `test -f 'stochastic_gradient_descent.c' || echo '$(srcdir)/'`stochastic_gradient_descent.c + +language_classifier_train-stochastic_gradient_descent.obj: stochastic_gradient_descent.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-stochastic_gradient_descent.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-stochastic_gradient_descent.Tpo -c -o language_classifier_train-stochastic_gradient_descent.obj `if test -f 'stochastic_gradient_descent.c'; then $(CYGPATH_W) 'stochastic_gradient_descent.c'; else $(CYGPATH_W) '$(srcdir)/stochastic_gradient_descent.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-stochastic_gradient_descent.Tpo $(DEPDIR)/language_classifier_train-stochastic_gradient_descent.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stochastic_gradient_descent.c' object='language_classifier_train-stochastic_gradient_descent.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-stochastic_gradient_descent.obj `if test -f 'stochastic_gradient_descent.c'; then $(CYGPATH_W) 'stochastic_gradient_descent.c'; else $(CYGPATH_W) '$(srcdir)/stochastic_gradient_descent.c'; fi` + +language_classifier_train-ftrl.o: ftrl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-ftrl.o -MD -MP -MF $(DEPDIR)/language_classifier_train-ftrl.Tpo -c -o language_classifier_train-ftrl.o `test -f 'ftrl.c' || echo '$(srcdir)/'`ftrl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-ftrl.Tpo $(DEPDIR)/language_classifier_train-ftrl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ftrl.c' object='language_classifier_train-ftrl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-ftrl.o `test -f 'ftrl.c' || echo '$(srcdir)/'`ftrl.c + +language_classifier_train-ftrl.obj: ftrl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-ftrl.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-ftrl.Tpo -c -o language_classifier_train-ftrl.obj `if test -f 'ftrl.c'; then $(CYGPATH_W) 'ftrl.c'; else $(CYGPATH_W) '$(srcdir)/ftrl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-ftrl.Tpo $(DEPDIR)/language_classifier_train-ftrl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ftrl.c' object='language_classifier_train-ftrl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-ftrl.obj `if test -f 'ftrl.c'; then $(CYGPATH_W) 'ftrl.c'; else $(CYGPATH_W) '$(srcdir)/ftrl.c'; fi` + +language_classifier_train-regularization.o: regularization.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-regularization.o -MD -MP -MF $(DEPDIR)/language_classifier_train-regularization.Tpo -c -o language_classifier_train-regularization.o `test -f 'regularization.c' || echo '$(srcdir)/'`regularization.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-regularization.Tpo $(DEPDIR)/language_classifier_train-regularization.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='regularization.c' object='language_classifier_train-regularization.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-regularization.o `test -f 'regularization.c' || echo '$(srcdir)/'`regularization.c + +language_classifier_train-regularization.obj: regularization.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-regularization.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-regularization.Tpo -c -o language_classifier_train-regularization.obj `if test -f 'regularization.c'; then $(CYGPATH_W) 'regularization.c'; else $(CYGPATH_W) '$(srcdir)/regularization.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-regularization.Tpo $(DEPDIR)/language_classifier_train-regularization.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='regularization.c' object='language_classifier_train-regularization.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-regularization.obj `if test -f 'regularization.c'; then $(CYGPATH_W) 'regularization.c'; else $(CYGPATH_W) '$(srcdir)/regularization.c'; fi` + +language_classifier_train-cartesian_product.o: cartesian_product.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-cartesian_product.o -MD -MP -MF $(DEPDIR)/language_classifier_train-cartesian_product.Tpo -c -o language_classifier_train-cartesian_product.o `test -f 'cartesian_product.c' || echo '$(srcdir)/'`cartesian_product.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-cartesian_product.Tpo $(DEPDIR)/language_classifier_train-cartesian_product.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cartesian_product.c' object='language_classifier_train-cartesian_product.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-cartesian_product.o `test -f 'cartesian_product.c' || echo '$(srcdir)/'`cartesian_product.c + +language_classifier_train-cartesian_product.obj: cartesian_product.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-cartesian_product.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-cartesian_product.Tpo -c -o language_classifier_train-cartesian_product.obj `if test -f 'cartesian_product.c'; then $(CYGPATH_W) 'cartesian_product.c'; else $(CYGPATH_W) '$(srcdir)/cartesian_product.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-cartesian_product.Tpo $(DEPDIR)/language_classifier_train-cartesian_product.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cartesian_product.c' object='language_classifier_train-cartesian_product.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-cartesian_product.obj `if test -f 'cartesian_product.c'; then $(CYGPATH_W) 'cartesian_product.c'; else $(CYGPATH_W) '$(srcdir)/cartesian_product.c'; fi` + +language_classifier_train-normalize.o: normalize.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-normalize.o -MD -MP -MF $(DEPDIR)/language_classifier_train-normalize.Tpo -c -o language_classifier_train-normalize.o `test -f 'normalize.c' || echo '$(srcdir)/'`normalize.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-normalize.Tpo $(DEPDIR)/language_classifier_train-normalize.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='normalize.c' object='language_classifier_train-normalize.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-normalize.o `test -f 'normalize.c' || echo '$(srcdir)/'`normalize.c + +language_classifier_train-normalize.obj: normalize.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-normalize.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-normalize.Tpo -c -o language_classifier_train-normalize.obj `if test -f 'normalize.c'; then $(CYGPATH_W) 'normalize.c'; else $(CYGPATH_W) '$(srcdir)/normalize.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-normalize.Tpo $(DEPDIR)/language_classifier_train-normalize.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='normalize.c' object='language_classifier_train-normalize.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-normalize.obj `if test -f 'normalize.c'; then $(CYGPATH_W) 'normalize.c'; else $(CYGPATH_W) '$(srcdir)/normalize.c'; fi` + +language_classifier_train-numex.o: numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-numex.o -MD -MP -MF $(DEPDIR)/language_classifier_train-numex.Tpo -c -o language_classifier_train-numex.o `test -f 'numex.c' || echo '$(srcdir)/'`numex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-numex.Tpo $(DEPDIR)/language_classifier_train-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex.c' object='language_classifier_train-numex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-numex.o `test -f 'numex.c' || echo '$(srcdir)/'`numex.c + +language_classifier_train-numex.obj: numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-numex.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-numex.Tpo -c -o language_classifier_train-numex.obj `if test -f 'numex.c'; then $(CYGPATH_W) 'numex.c'; else $(CYGPATH_W) '$(srcdir)/numex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-numex.Tpo $(DEPDIR)/language_classifier_train-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='numex.c' object='language_classifier_train-numex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-numex.obj `if test -f 'numex.c'; then $(CYGPATH_W) 'numex.c'; else $(CYGPATH_W) '$(srcdir)/numex.c'; fi` + +language_classifier_train-transliterate.o: transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-transliterate.o -MD -MP -MF $(DEPDIR)/language_classifier_train-transliterate.Tpo -c -o language_classifier_train-transliterate.o `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-transliterate.Tpo $(DEPDIR)/language_classifier_train-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliterate.c' object='language_classifier_train-transliterate.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-transliterate.o `test -f 'transliterate.c' || echo '$(srcdir)/'`transliterate.c + +language_classifier_train-transliterate.obj: transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-transliterate.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-transliterate.Tpo -c -o language_classifier_train-transliterate.obj `if test -f 'transliterate.c'; then $(CYGPATH_W) 'transliterate.c'; else $(CYGPATH_W) '$(srcdir)/transliterate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-transliterate.Tpo $(DEPDIR)/language_classifier_train-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transliterate.c' object='language_classifier_train-transliterate.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-transliterate.obj `if test -f 'transliterate.c'; then $(CYGPATH_W) 'transliterate.c'; else $(CYGPATH_W) '$(srcdir)/transliterate.c'; fi` + +language_classifier_train-trie.o: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-trie.o -MD -MP -MF $(DEPDIR)/language_classifier_train-trie.Tpo -c -o language_classifier_train-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-trie.Tpo $(DEPDIR)/language_classifier_train-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='language_classifier_train-trie.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-trie.o `test -f 'trie.c' || echo '$(srcdir)/'`trie.c + +language_classifier_train-trie.obj: trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-trie.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-trie.Tpo -c -o language_classifier_train-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-trie.Tpo $(DEPDIR)/language_classifier_train-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie.c' object='language_classifier_train-trie.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-trie.obj `if test -f 'trie.c'; then $(CYGPATH_W) 'trie.c'; else $(CYGPATH_W) '$(srcdir)/trie.c'; fi` + +language_classifier_train-trie_search.o: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-trie_search.o -MD -MP -MF $(DEPDIR)/language_classifier_train-trie_search.Tpo -c -o language_classifier_train-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-trie_search.Tpo $(DEPDIR)/language_classifier_train-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='language_classifier_train-trie_search.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-trie_search.o `test -f 'trie_search.c' || echo '$(srcdir)/'`trie_search.c + +language_classifier_train-trie_search.obj: trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-trie_search.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-trie_search.Tpo -c -o language_classifier_train-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-trie_search.Tpo $(DEPDIR)/language_classifier_train-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_search.c' object='language_classifier_train-trie_search.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-trie_search.obj `if test -f 'trie_search.c'; then $(CYGPATH_W) 'trie_search.c'; else $(CYGPATH_W) '$(srcdir)/trie_search.c'; fi` + +language_classifier_train-trie_utils.o: trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-trie_utils.o -MD -MP -MF $(DEPDIR)/language_classifier_train-trie_utils.Tpo -c -o language_classifier_train-trie_utils.o `test -f 'trie_utils.c' || echo '$(srcdir)/'`trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-trie_utils.Tpo $(DEPDIR)/language_classifier_train-trie_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_utils.c' object='language_classifier_train-trie_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-trie_utils.o `test -f 'trie_utils.c' || echo '$(srcdir)/'`trie_utils.c + +language_classifier_train-trie_utils.obj: trie_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-trie_utils.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-trie_utils.Tpo -c -o language_classifier_train-trie_utils.obj `if test -f 'trie_utils.c'; then $(CYGPATH_W) 'trie_utils.c'; else $(CYGPATH_W) '$(srcdir)/trie_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-trie_utils.Tpo $(DEPDIR)/language_classifier_train-trie_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='trie_utils.c' object='language_classifier_train-trie_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-trie_utils.obj `if test -f 'trie_utils.c'; then $(CYGPATH_W) 'trie_utils.c'; else $(CYGPATH_W) '$(srcdir)/trie_utils.c'; fi` + +language_classifier_train-address_dictionary.o: address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-address_dictionary.o -MD -MP -MF $(DEPDIR)/language_classifier_train-address_dictionary.Tpo -c -o language_classifier_train-address_dictionary.o `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-address_dictionary.Tpo $(DEPDIR)/language_classifier_train-address_dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary.c' object='language_classifier_train-address_dictionary.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-address_dictionary.o `test -f 'address_dictionary.c' || echo '$(srcdir)/'`address_dictionary.c + +language_classifier_train-address_dictionary.obj: address_dictionary.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-address_dictionary.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-address_dictionary.Tpo -c -o language_classifier_train-address_dictionary.obj `if test -f 'address_dictionary.c'; then $(CYGPATH_W) 'address_dictionary.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-address_dictionary.Tpo $(DEPDIR)/language_classifier_train-address_dictionary.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address_dictionary.c' object='language_classifier_train-address_dictionary.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-address_dictionary.obj `if test -f 'address_dictionary.c'; then $(CYGPATH_W) 'address_dictionary.c'; else $(CYGPATH_W) '$(srcdir)/address_dictionary.c'; fi` + +language_classifier_train-string_utils.o: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-string_utils.o -MD -MP -MF $(DEPDIR)/language_classifier_train-string_utils.Tpo -c -o language_classifier_train-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-string_utils.Tpo $(DEPDIR)/language_classifier_train-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='language_classifier_train-string_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c + +language_classifier_train-string_utils.obj: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-string_utils.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-string_utils.Tpo -c -o language_classifier_train-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-string_utils.Tpo $(DEPDIR)/language_classifier_train-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='language_classifier_train-string_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` + +language_classifier_train-file_utils.o: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-file_utils.o -MD -MP -MF $(DEPDIR)/language_classifier_train-file_utils.Tpo -c -o language_classifier_train-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-file_utils.Tpo $(DEPDIR)/language_classifier_train-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='language_classifier_train-file_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c + +language_classifier_train-file_utils.obj: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-file_utils.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-file_utils.Tpo -c -o language_classifier_train-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-file_utils.Tpo $(DEPDIR)/language_classifier_train-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='language_classifier_train-file_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` + +utf8proc/language_classifier_train-utf8proc.o: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT utf8proc/language_classifier_train-utf8proc.o -MD -MP -MF utf8proc/$(DEPDIR)/language_classifier_train-utf8proc.Tpo -c -o utf8proc/language_classifier_train-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/language_classifier_train-utf8proc.Tpo utf8proc/$(DEPDIR)/language_classifier_train-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/language_classifier_train-utf8proc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o utf8proc/language_classifier_train-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c + +utf8proc/language_classifier_train-utf8proc.obj: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT utf8proc/language_classifier_train-utf8proc.obj -MD -MP -MF utf8proc/$(DEPDIR)/language_classifier_train-utf8proc.Tpo -c -o utf8proc/language_classifier_train-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/language_classifier_train-utf8proc.Tpo utf8proc/$(DEPDIR)/language_classifier_train-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/language_classifier_train-utf8proc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o utf8proc/language_classifier_train-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` + +language_classifier_train-unicode_scripts.o: unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-unicode_scripts.o -MD -MP -MF $(DEPDIR)/language_classifier_train-unicode_scripts.Tpo -c -o language_classifier_train-unicode_scripts.o `test -f 'unicode_scripts.c' || echo '$(srcdir)/'`unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-unicode_scripts.Tpo $(DEPDIR)/language_classifier_train-unicode_scripts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unicode_scripts.c' object='language_classifier_train-unicode_scripts.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-unicode_scripts.o `test -f 'unicode_scripts.c' || echo '$(srcdir)/'`unicode_scripts.c + +language_classifier_train-unicode_scripts.obj: unicode_scripts.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-unicode_scripts.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-unicode_scripts.Tpo -c -o language_classifier_train-unicode_scripts.obj `if test -f 'unicode_scripts.c'; then $(CYGPATH_W) 'unicode_scripts.c'; else $(CYGPATH_W) '$(srcdir)/unicode_scripts.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-unicode_scripts.Tpo $(DEPDIR)/language_classifier_train-unicode_scripts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unicode_scripts.c' object='language_classifier_train-unicode_scripts.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-unicode_scripts.obj `if test -f 'unicode_scripts.c'; then $(CYGPATH_W) 'unicode_scripts.c'; else $(CYGPATH_W) '$(srcdir)/unicode_scripts.c'; fi` + +language_classifier_train-shuffle.o: shuffle.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-shuffle.o -MD -MP -MF $(DEPDIR)/language_classifier_train-shuffle.Tpo -c -o language_classifier_train-shuffle.o `test -f 'shuffle.c' || echo '$(srcdir)/'`shuffle.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-shuffle.Tpo $(DEPDIR)/language_classifier_train-shuffle.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='shuffle.c' object='language_classifier_train-shuffle.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-shuffle.o `test -f 'shuffle.c' || echo '$(srcdir)/'`shuffle.c + +language_classifier_train-shuffle.obj: shuffle.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -MT language_classifier_train-shuffle.obj -MD -MP -MF $(DEPDIR)/language_classifier_train-shuffle.Tpo -c -o language_classifier_train-shuffle.obj `if test -f 'shuffle.c'; then $(CYGPATH_W) 'shuffle.c'; else $(CYGPATH_W) '$(srcdir)/shuffle.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/language_classifier_train-shuffle.Tpo $(DEPDIR)/language_classifier_train-shuffle.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='shuffle.c' object='language_classifier_train-shuffle.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(language_classifier_train_CFLAGS) $(CFLAGS) -c -o language_classifier_train-shuffle.obj `if test -f 'shuffle.c'; then $(CYGPATH_W) 'shuffle.c'; else $(CYGPATH_W) '$(srcdir)/shuffle.c'; fi` + +libpostal-strndup.o: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -MT libpostal-strndup.o -MD -MP -MF $(DEPDIR)/libpostal-strndup.Tpo -c -o libpostal-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal-strndup.Tpo $(DEPDIR)/libpostal-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='libpostal-strndup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -c -o libpostal-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c + +libpostal-strndup.obj: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -MT libpostal-strndup.obj -MD -MP -MF $(DEPDIR)/libpostal-strndup.Tpo -c -o libpostal-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal-strndup.Tpo $(DEPDIR)/libpostal-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='libpostal-strndup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -c -o libpostal-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` + +libpostal-main.o: main.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -MT libpostal-main.o -MD -MP -MF $(DEPDIR)/libpostal-main.Tpo -c -o libpostal-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal-main.Tpo $(DEPDIR)/libpostal-main.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='libpostal-main.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -c -o libpostal-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c + +libpostal-main.obj: main.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -MT libpostal-main.obj -MD -MP -MF $(DEPDIR)/libpostal-main.Tpo -c -o libpostal-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal-main.Tpo $(DEPDIR)/libpostal-main.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='libpostal-main.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -c -o libpostal-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` + +libpostal-json_encode.o: json_encode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -MT libpostal-json_encode.o -MD -MP -MF $(DEPDIR)/libpostal-json_encode.Tpo -c -o libpostal-json_encode.o `test -f 'json_encode.c' || echo '$(srcdir)/'`json_encode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal-json_encode.Tpo $(DEPDIR)/libpostal-json_encode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='json_encode.c' object='libpostal-json_encode.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -c -o libpostal-json_encode.o `test -f 'json_encode.c' || echo '$(srcdir)/'`json_encode.c + +libpostal-json_encode.obj: json_encode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -MT libpostal-json_encode.obj -MD -MP -MF $(DEPDIR)/libpostal-json_encode.Tpo -c -o libpostal-json_encode.obj `if test -f 'json_encode.c'; then $(CYGPATH_W) 'json_encode.c'; else $(CYGPATH_W) '$(srcdir)/json_encode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal-json_encode.Tpo $(DEPDIR)/libpostal-json_encode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='json_encode.c' object='libpostal-json_encode.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -c -o libpostal-json_encode.obj `if test -f 'json_encode.c'; then $(CYGPATH_W) 'json_encode.c'; else $(CYGPATH_W) '$(srcdir)/json_encode.c'; fi` + +libpostal-file_utils.o: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -MT libpostal-file_utils.o -MD -MP -MF $(DEPDIR)/libpostal-file_utils.Tpo -c -o libpostal-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal-file_utils.Tpo $(DEPDIR)/libpostal-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='libpostal-file_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -c -o libpostal-file_utils.o `test -f 'file_utils.c' || echo '$(srcdir)/'`file_utils.c + +libpostal-file_utils.obj: file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -MT libpostal-file_utils.obj -MD -MP -MF $(DEPDIR)/libpostal-file_utils.Tpo -c -o libpostal-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal-file_utils.Tpo $(DEPDIR)/libpostal-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file_utils.c' object='libpostal-file_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -c -o libpostal-file_utils.obj `if test -f 'file_utils.c'; then $(CYGPATH_W) 'file_utils.c'; else $(CYGPATH_W) '$(srcdir)/file_utils.c'; fi` + +libpostal-string_utils.o: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -MT libpostal-string_utils.o -MD -MP -MF $(DEPDIR)/libpostal-string_utils.Tpo -c -o libpostal-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal-string_utils.Tpo $(DEPDIR)/libpostal-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='libpostal-string_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -c -o libpostal-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c + +libpostal-string_utils.obj: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -MT libpostal-string_utils.obj -MD -MP -MF $(DEPDIR)/libpostal-string_utils.Tpo -c -o libpostal-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpostal-string_utils.Tpo $(DEPDIR)/libpostal-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='libpostal-string_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -c -o libpostal-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` + +utf8proc/libpostal-utf8proc.o: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -MT utf8proc/libpostal-utf8proc.o -MD -MP -MF utf8proc/$(DEPDIR)/libpostal-utf8proc.Tpo -c -o utf8proc/libpostal-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/libpostal-utf8proc.Tpo utf8proc/$(DEPDIR)/libpostal-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/libpostal-utf8proc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -c -o utf8proc/libpostal-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c + +utf8proc/libpostal-utf8proc.obj: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -MT utf8proc/libpostal-utf8proc.obj -MD -MP -MF utf8proc/$(DEPDIR)/libpostal-utf8proc.Tpo -c -o utf8proc/libpostal-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/libpostal-utf8proc.Tpo utf8proc/$(DEPDIR)/libpostal-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/libpostal-utf8proc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpostal_CFLAGS) $(CFLAGS) -c -o utf8proc/libpostal-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` + +near_dupe_test-strndup.o: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -MT near_dupe_test-strndup.o -MD -MP -MF $(DEPDIR)/near_dupe_test-strndup.Tpo -c -o near_dupe_test-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/near_dupe_test-strndup.Tpo $(DEPDIR)/near_dupe_test-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='near_dupe_test-strndup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -c -o near_dupe_test-strndup.o `test -f 'strndup.c' || echo '$(srcdir)/'`strndup.c + +near_dupe_test-strndup.obj: strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -MT near_dupe_test-strndup.obj -MD -MP -MF $(DEPDIR)/near_dupe_test-strndup.Tpo -c -o near_dupe_test-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/near_dupe_test-strndup.Tpo $(DEPDIR)/near_dupe_test-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strndup.c' object='near_dupe_test-strndup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -c -o near_dupe_test-strndup.obj `if test -f 'strndup.c'; then $(CYGPATH_W) 'strndup.c'; else $(CYGPATH_W) '$(srcdir)/strndup.c'; fi` + +near_dupe_test-near_dupe_test.o: near_dupe_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -MT near_dupe_test-near_dupe_test.o -MD -MP -MF $(DEPDIR)/near_dupe_test-near_dupe_test.Tpo -c -o near_dupe_test-near_dupe_test.o `test -f 'near_dupe_test.c' || echo '$(srcdir)/'`near_dupe_test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/near_dupe_test-near_dupe_test.Tpo $(DEPDIR)/near_dupe_test-near_dupe_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='near_dupe_test.c' object='near_dupe_test-near_dupe_test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -c -o near_dupe_test-near_dupe_test.o `test -f 'near_dupe_test.c' || echo '$(srcdir)/'`near_dupe_test.c + +near_dupe_test-near_dupe_test.obj: near_dupe_test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -MT near_dupe_test-near_dupe_test.obj -MD -MP -MF $(DEPDIR)/near_dupe_test-near_dupe_test.Tpo -c -o near_dupe_test-near_dupe_test.obj `if test -f 'near_dupe_test.c'; then $(CYGPATH_W) 'near_dupe_test.c'; else $(CYGPATH_W) '$(srcdir)/near_dupe_test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/near_dupe_test-near_dupe_test.Tpo $(DEPDIR)/near_dupe_test-near_dupe_test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='near_dupe_test.c' object='near_dupe_test-near_dupe_test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -c -o near_dupe_test-near_dupe_test.obj `if test -f 'near_dupe_test.c'; then $(CYGPATH_W) 'near_dupe_test.c'; else $(CYGPATH_W) '$(srcdir)/near_dupe_test.c'; fi` + +near_dupe_test-string_utils.o: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -MT near_dupe_test-string_utils.o -MD -MP -MF $(DEPDIR)/near_dupe_test-string_utils.Tpo -c -o near_dupe_test-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/near_dupe_test-string_utils.Tpo $(DEPDIR)/near_dupe_test-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='near_dupe_test-string_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -c -o near_dupe_test-string_utils.o `test -f 'string_utils.c' || echo '$(srcdir)/'`string_utils.c + +near_dupe_test-string_utils.obj: string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -MT near_dupe_test-string_utils.obj -MD -MP -MF $(DEPDIR)/near_dupe_test-string_utils.Tpo -c -o near_dupe_test-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/near_dupe_test-string_utils.Tpo $(DEPDIR)/near_dupe_test-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string_utils.c' object='near_dupe_test-string_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -c -o near_dupe_test-string_utils.obj `if test -f 'string_utils.c'; then $(CYGPATH_W) 'string_utils.c'; else $(CYGPATH_W) '$(srcdir)/string_utils.c'; fi` + +utf8proc/near_dupe_test-utf8proc.o: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -MT utf8proc/near_dupe_test-utf8proc.o -MD -MP -MF utf8proc/$(DEPDIR)/near_dupe_test-utf8proc.Tpo -c -o utf8proc/near_dupe_test-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/near_dupe_test-utf8proc.Tpo utf8proc/$(DEPDIR)/near_dupe_test-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/near_dupe_test-utf8proc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -c -o utf8proc/near_dupe_test-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo '$(srcdir)/'`utf8proc/utf8proc.c + +utf8proc/near_dupe_test-utf8proc.obj: utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -MT utf8proc/near_dupe_test-utf8proc.obj -MD -MP -MF utf8proc/$(DEPDIR)/near_dupe_test-utf8proc.Tpo -c -o utf8proc/near_dupe_test-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) utf8proc/$(DEPDIR)/near_dupe_test-utf8proc.Tpo utf8proc/$(DEPDIR)/near_dupe_test-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8proc/utf8proc.c' object='utf8proc/near_dupe_test-utf8proc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(near_dupe_test_CFLAGS) $(CFLAGS) -c -o utf8proc/near_dupe_test-utf8proc.obj `if test -f 'utf8proc/utf8proc.c'; then $(CYGPATH_W) 'utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/utf8proc/utf8proc.c'; fi` + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf geohash/.libs geohash/_libs + -rm -rf klib/.libs klib/_libs + -rm -rf utf8proc/.libs utf8proc/_libs +install-pkgincludeHEADERS: $(pkginclude_HEADERS) + @$(NORMAL_INSTALL) + @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ + done + +uninstall-pkgincludeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +@DOWNLOAD_DATA_FALSE@all-local: +all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(HEADERS) \ + all-local +installdirs: + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgincludedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f geohash/$(DEPDIR)/$(am__dirstamp) + -rm -f geohash/$(am__dirstamp) + -rm -f klib/$(DEPDIR)/$(am__dirstamp) + -rm -f klib/$(am__dirstamp) + -rm -f linenoise/$(DEPDIR)/$(am__dirstamp) + -rm -f linenoise/$(am__dirstamp) + -rm -f utf8proc/$(DEPDIR)/$(am__dirstamp) + -rm -f utf8proc/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ + clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am + +distclean: distclean-am + -rm -f ./$(DEPDIR)/address_parser-address_parser_cli.Po + -rm -f ./$(DEPDIR)/address_parser-json_encode.Po + -rm -f ./$(DEPDIR)/address_parser-string_utils.Po + -rm -f ./$(DEPDIR)/address_parser-strndup.Po + -rm -f ./$(DEPDIR)/address_parser_test-address_dictionary.Po + -rm -f ./$(DEPDIR)/address_parser_test-address_parser.Po + -rm -f ./$(DEPDIR)/address_parser_test-address_parser_io.Po + -rm -f ./$(DEPDIR)/address_parser_test-address_parser_test.Po + -rm -f ./$(DEPDIR)/address_parser_test-averaged_perceptron.Po + -rm -f ./$(DEPDIR)/address_parser_test-averaged_perceptron_tagger.Po + -rm -f ./$(DEPDIR)/address_parser_test-crf.Po + -rm -f ./$(DEPDIR)/address_parser_test-crf_context.Po + -rm -f ./$(DEPDIR)/address_parser_test-features.Po + -rm -f ./$(DEPDIR)/address_parser_test-file_utils.Po + -rm -f ./$(DEPDIR)/address_parser_test-float_utils.Po + -rm -f ./$(DEPDIR)/address_parser_test-graph.Po + -rm -f ./$(DEPDIR)/address_parser_test-graph_builder.Po + -rm -f ./$(DEPDIR)/address_parser_test-ngrams.Po + -rm -f ./$(DEPDIR)/address_parser_test-normalize.Po + -rm -f ./$(DEPDIR)/address_parser_test-numex.Po + -rm -f ./$(DEPDIR)/address_parser_test-sparse_matrix.Po + -rm -f ./$(DEPDIR)/address_parser_test-string_utils.Po + -rm -f ./$(DEPDIR)/address_parser_test-strndup.Po + -rm -f ./$(DEPDIR)/address_parser_test-tokens.Po + -rm -f ./$(DEPDIR)/address_parser_test-transliterate.Po + -rm -f ./$(DEPDIR)/address_parser_test-trie.Po + -rm -f ./$(DEPDIR)/address_parser_test-trie_search.Po + -rm -f ./$(DEPDIR)/address_parser_test-trie_utils.Po + -rm -f ./$(DEPDIR)/address_parser_test-unicode_scripts.Po + -rm -f ./$(DEPDIR)/address_parser_train-address_dictionary.Po + -rm -f ./$(DEPDIR)/address_parser_train-address_parser.Po + -rm -f ./$(DEPDIR)/address_parser_train-address_parser_io.Po + -rm -f ./$(DEPDIR)/address_parser_train-address_parser_train.Po + -rm -f ./$(DEPDIR)/address_parser_train-averaged_perceptron.Po + -rm -f ./$(DEPDIR)/address_parser_train-averaged_perceptron_tagger.Po + -rm -f ./$(DEPDIR)/address_parser_train-averaged_perceptron_trainer.Po + -rm -f ./$(DEPDIR)/address_parser_train-crf.Po + -rm -f ./$(DEPDIR)/address_parser_train-crf_context.Po + -rm -f ./$(DEPDIR)/address_parser_train-crf_trainer.Po + -rm -f ./$(DEPDIR)/address_parser_train-crf_trainer_averaged_perceptron.Po + -rm -f ./$(DEPDIR)/address_parser_train-features.Po + -rm -f ./$(DEPDIR)/address_parser_train-file_utils.Po + -rm -f ./$(DEPDIR)/address_parser_train-float_utils.Po + -rm -f ./$(DEPDIR)/address_parser_train-graph.Po + -rm -f ./$(DEPDIR)/address_parser_train-graph_builder.Po + -rm -f ./$(DEPDIR)/address_parser_train-ngrams.Po + -rm -f ./$(DEPDIR)/address_parser_train-normalize.Po + -rm -f ./$(DEPDIR)/address_parser_train-numex.Po + -rm -f ./$(DEPDIR)/address_parser_train-shuffle.Po + -rm -f ./$(DEPDIR)/address_parser_train-sparse_matrix.Po + -rm -f ./$(DEPDIR)/address_parser_train-string_utils.Po + -rm -f ./$(DEPDIR)/address_parser_train-strndup.Po + -rm -f ./$(DEPDIR)/address_parser_train-tokens.Po + -rm -f ./$(DEPDIR)/address_parser_train-transliterate.Po + -rm -f ./$(DEPDIR)/address_parser_train-trie.Po + -rm -f ./$(DEPDIR)/address_parser_train-trie_search.Po + -rm -f ./$(DEPDIR)/address_parser_train-trie_utils.Po + -rm -f ./$(DEPDIR)/address_parser_train-unicode_scripts.Po + -rm -f ./$(DEPDIR)/bench-bench.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-address_dictionary.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-address_dictionary_builder.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-file_utils.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-string_utils.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-strndup.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-trie.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-trie_search.Po + -rm -f ./$(DEPDIR)/build_numex_table-file_utils.Po + -rm -f ./$(DEPDIR)/build_numex_table-numex.Po + -rm -f ./$(DEPDIR)/build_numex_table-numex_table_builder.Po + -rm -f ./$(DEPDIR)/build_numex_table-string_utils.Po + -rm -f ./$(DEPDIR)/build_numex_table-strndup.Po + -rm -f ./$(DEPDIR)/build_numex_table-tokens.Po + -rm -f ./$(DEPDIR)/build_numex_table-trie.Po + -rm -f ./$(DEPDIR)/build_numex_table-trie_search.Po + -rm -f ./$(DEPDIR)/build_trans_table-file_utils.Po + -rm -f ./$(DEPDIR)/build_trans_table-string_utils.Po + -rm -f ./$(DEPDIR)/build_trans_table-strndup.Po + -rm -f ./$(DEPDIR)/build_trans_table-transliterate.Po + -rm -f ./$(DEPDIR)/build_trans_table-transliteration_table_builder.Po + -rm -f ./$(DEPDIR)/build_trans_table-trie.Po + -rm -f ./$(DEPDIR)/build_trans_table-trie_search.Po + -rm -f ./$(DEPDIR)/language_classifier-address_dictionary.Po + -rm -f ./$(DEPDIR)/language_classifier-features.Po + -rm -f ./$(DEPDIR)/language_classifier-file_utils.Po + -rm -f ./$(DEPDIR)/language_classifier-float_utils.Po + -rm -f ./$(DEPDIR)/language_classifier-language_classifier.Po + -rm -f ./$(DEPDIR)/language_classifier-language_classifier_cli.Po + -rm -f ./$(DEPDIR)/language_classifier-language_features.Po + -rm -f ./$(DEPDIR)/language_classifier-logistic.Po + -rm -f ./$(DEPDIR)/language_classifier-logistic_regression.Po + -rm -f ./$(DEPDIR)/language_classifier-minibatch.Po + -rm -f ./$(DEPDIR)/language_classifier-normalize.Po + -rm -f ./$(DEPDIR)/language_classifier-numex.Po + -rm -f ./$(DEPDIR)/language_classifier-sparse_matrix.Po + -rm -f ./$(DEPDIR)/language_classifier-string_utils.Po + -rm -f ./$(DEPDIR)/language_classifier-strndup.Po + -rm -f ./$(DEPDIR)/language_classifier-transliterate.Po + -rm -f ./$(DEPDIR)/language_classifier-trie.Po + -rm -f ./$(DEPDIR)/language_classifier-trie_search.Po + -rm -f ./$(DEPDIR)/language_classifier-trie_utils.Po + -rm -f ./$(DEPDIR)/language_classifier-unicode_scripts.Po + -rm -f ./$(DEPDIR)/language_classifier_test-address_dictionary.Po + -rm -f ./$(DEPDIR)/language_classifier_test-features.Po + -rm -f ./$(DEPDIR)/language_classifier_test-file_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_test-float_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_test-language_classifier.Po + -rm -f ./$(DEPDIR)/language_classifier_test-language_classifier_io.Po + -rm -f ./$(DEPDIR)/language_classifier_test-language_classifier_test.Po + -rm -f ./$(DEPDIR)/language_classifier_test-language_features.Po + -rm -f ./$(DEPDIR)/language_classifier_test-logistic.Po + -rm -f ./$(DEPDIR)/language_classifier_test-logistic_regression.Po + -rm -f ./$(DEPDIR)/language_classifier_test-minibatch.Po + -rm -f ./$(DEPDIR)/language_classifier_test-normalize.Po + -rm -f ./$(DEPDIR)/language_classifier_test-numex.Po + -rm -f ./$(DEPDIR)/language_classifier_test-sparse_matrix.Po + -rm -f ./$(DEPDIR)/language_classifier_test-string_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_test-strndup.Po + -rm -f ./$(DEPDIR)/language_classifier_test-transliterate.Po + -rm -f ./$(DEPDIR)/language_classifier_test-trie.Po + -rm -f ./$(DEPDIR)/language_classifier_test-trie_search.Po + -rm -f ./$(DEPDIR)/language_classifier_test-trie_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_test-unicode_scripts.Po + -rm -f ./$(DEPDIR)/language_classifier_train-address_dictionary.Po + -rm -f ./$(DEPDIR)/language_classifier_train-cartesian_product.Po + -rm -f ./$(DEPDIR)/language_classifier_train-features.Po + -rm -f ./$(DEPDIR)/language_classifier_train-file_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_train-float_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_train-ftrl.Po + -rm -f ./$(DEPDIR)/language_classifier_train-language_classifier.Po + -rm -f ./$(DEPDIR)/language_classifier_train-language_classifier_io.Po + -rm -f ./$(DEPDIR)/language_classifier_train-language_classifier_train.Po + -rm -f ./$(DEPDIR)/language_classifier_train-language_features.Po + -rm -f ./$(DEPDIR)/language_classifier_train-logistic.Po + -rm -f ./$(DEPDIR)/language_classifier_train-logistic_regression.Po + -rm -f ./$(DEPDIR)/language_classifier_train-logistic_regression_trainer.Po + -rm -f ./$(DEPDIR)/language_classifier_train-minibatch.Po + -rm -f ./$(DEPDIR)/language_classifier_train-normalize.Po + -rm -f ./$(DEPDIR)/language_classifier_train-numex.Po + -rm -f ./$(DEPDIR)/language_classifier_train-regularization.Po + -rm -f ./$(DEPDIR)/language_classifier_train-shuffle.Po + -rm -f ./$(DEPDIR)/language_classifier_train-sparse_matrix.Po + -rm -f ./$(DEPDIR)/language_classifier_train-sparse_matrix_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_train-stochastic_gradient_descent.Po + -rm -f ./$(DEPDIR)/language_classifier_train-string_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_train-strndup.Po + -rm -f ./$(DEPDIR)/language_classifier_train-transliterate.Po + -rm -f ./$(DEPDIR)/language_classifier_train-trie.Po + -rm -f ./$(DEPDIR)/language_classifier_train-trie_search.Po + -rm -f ./$(DEPDIR)/language_classifier_train-trie_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_train-unicode_scripts.Po + -rm -f ./$(DEPDIR)/libpostal-file_utils.Po + -rm -f ./$(DEPDIR)/libpostal-json_encode.Po + -rm -f ./$(DEPDIR)/libpostal-main.Po + -rm -f ./$(DEPDIR)/libpostal-string_utils.Po + -rm -f ./$(DEPDIR)/libpostal-strndup.Po + -rm -f ./$(DEPDIR)/libpostal_la-acronyms.Plo + -rm -f ./$(DEPDIR)/libpostal_la-address_dictionary.Plo + -rm -f ./$(DEPDIR)/libpostal_la-address_parser.Plo + -rm -f ./$(DEPDIR)/libpostal_la-address_parser_io.Plo + -rm -f ./$(DEPDIR)/libpostal_la-averaged_perceptron.Plo + -rm -f ./$(DEPDIR)/libpostal_la-averaged_perceptron_tagger.Plo + -rm -f ./$(DEPDIR)/libpostal_la-crf.Plo + -rm -f ./$(DEPDIR)/libpostal_la-crf_context.Plo + -rm -f ./$(DEPDIR)/libpostal_la-dedupe.Plo + -rm -f ./$(DEPDIR)/libpostal_la-double_metaphone.Plo + -rm -f ./$(DEPDIR)/libpostal_la-expand.Plo + -rm -f ./$(DEPDIR)/libpostal_la-features.Plo + -rm -f ./$(DEPDIR)/libpostal_la-file_utils.Plo + -rm -f ./$(DEPDIR)/libpostal_la-float_utils.Plo + -rm -f ./$(DEPDIR)/libpostal_la-graph.Plo + -rm -f ./$(DEPDIR)/libpostal_la-graph_builder.Plo + -rm -f ./$(DEPDIR)/libpostal_la-jaccard.Plo + -rm -f ./$(DEPDIR)/libpostal_la-language_classifier.Plo + -rm -f ./$(DEPDIR)/libpostal_la-language_features.Plo + -rm -f ./$(DEPDIR)/libpostal_la-libpostal.Plo + -rm -f ./$(DEPDIR)/libpostal_la-logistic.Plo + -rm -f ./$(DEPDIR)/libpostal_la-logistic_regression.Plo + -rm -f ./$(DEPDIR)/libpostal_la-minibatch.Plo + -rm -f ./$(DEPDIR)/libpostal_la-near_dupe.Plo + -rm -f ./$(DEPDIR)/libpostal_la-ngrams.Plo + -rm -f ./$(DEPDIR)/libpostal_la-normalize.Plo + -rm -f ./$(DEPDIR)/libpostal_la-numex.Plo + -rm -f ./$(DEPDIR)/libpostal_la-place.Plo + -rm -f ./$(DEPDIR)/libpostal_la-soft_tfidf.Plo + -rm -f ./$(DEPDIR)/libpostal_la-sparse_matrix.Plo + -rm -f ./$(DEPDIR)/libpostal_la-string_similarity.Plo + -rm -f ./$(DEPDIR)/libpostal_la-string_utils.Plo + -rm -f ./$(DEPDIR)/libpostal_la-strndup.Plo + -rm -f ./$(DEPDIR)/libpostal_la-tokens.Plo + -rm -f ./$(DEPDIR)/libpostal_la-transliterate.Plo + -rm -f ./$(DEPDIR)/libpostal_la-trie.Plo + -rm -f ./$(DEPDIR)/libpostal_la-trie_search.Plo + -rm -f ./$(DEPDIR)/libpostal_la-trie_utils.Plo + -rm -f ./$(DEPDIR)/libpostal_la-unicode_scripts.Plo + -rm -f ./$(DEPDIR)/libscanner_la-scanner.Plo + -rm -f ./$(DEPDIR)/near_dupe_test-near_dupe_test.Po + -rm -f ./$(DEPDIR)/near_dupe_test-string_utils.Po + -rm -f ./$(DEPDIR)/near_dupe_test-strndup.Po + -rm -f geohash/$(DEPDIR)/libpostal_la-geohash.Plo + -rm -f klib/$(DEPDIR)/libscanner_la-drand48.Plo + -rm -f linenoise/$(DEPDIR)/address_parser-linenoise.Po + -rm -f utf8proc/$(DEPDIR)/address_parser-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/address_parser_test-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/address_parser_train-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/build_address_dictionary-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/build_numex_table-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/build_trans_table-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/language_classifier-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/language_classifier_test-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/language_classifier_train-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/libpostal-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/libpostal_la-utf8proc.Plo + -rm -f utf8proc/$(DEPDIR)/near_dupe_test-utf8proc.Po + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-pkgincludeHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-dist_binSCRIPTS install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f ./$(DEPDIR)/address_parser-address_parser_cli.Po + -rm -f ./$(DEPDIR)/address_parser-json_encode.Po + -rm -f ./$(DEPDIR)/address_parser-string_utils.Po + -rm -f ./$(DEPDIR)/address_parser-strndup.Po + -rm -f ./$(DEPDIR)/address_parser_test-address_dictionary.Po + -rm -f ./$(DEPDIR)/address_parser_test-address_parser.Po + -rm -f ./$(DEPDIR)/address_parser_test-address_parser_io.Po + -rm -f ./$(DEPDIR)/address_parser_test-address_parser_test.Po + -rm -f ./$(DEPDIR)/address_parser_test-averaged_perceptron.Po + -rm -f ./$(DEPDIR)/address_parser_test-averaged_perceptron_tagger.Po + -rm -f ./$(DEPDIR)/address_parser_test-crf.Po + -rm -f ./$(DEPDIR)/address_parser_test-crf_context.Po + -rm -f ./$(DEPDIR)/address_parser_test-features.Po + -rm -f ./$(DEPDIR)/address_parser_test-file_utils.Po + -rm -f ./$(DEPDIR)/address_parser_test-float_utils.Po + -rm -f ./$(DEPDIR)/address_parser_test-graph.Po + -rm -f ./$(DEPDIR)/address_parser_test-graph_builder.Po + -rm -f ./$(DEPDIR)/address_parser_test-ngrams.Po + -rm -f ./$(DEPDIR)/address_parser_test-normalize.Po + -rm -f ./$(DEPDIR)/address_parser_test-numex.Po + -rm -f ./$(DEPDIR)/address_parser_test-sparse_matrix.Po + -rm -f ./$(DEPDIR)/address_parser_test-string_utils.Po + -rm -f ./$(DEPDIR)/address_parser_test-strndup.Po + -rm -f ./$(DEPDIR)/address_parser_test-tokens.Po + -rm -f ./$(DEPDIR)/address_parser_test-transliterate.Po + -rm -f ./$(DEPDIR)/address_parser_test-trie.Po + -rm -f ./$(DEPDIR)/address_parser_test-trie_search.Po + -rm -f ./$(DEPDIR)/address_parser_test-trie_utils.Po + -rm -f ./$(DEPDIR)/address_parser_test-unicode_scripts.Po + -rm -f ./$(DEPDIR)/address_parser_train-address_dictionary.Po + -rm -f ./$(DEPDIR)/address_parser_train-address_parser.Po + -rm -f ./$(DEPDIR)/address_parser_train-address_parser_io.Po + -rm -f ./$(DEPDIR)/address_parser_train-address_parser_train.Po + -rm -f ./$(DEPDIR)/address_parser_train-averaged_perceptron.Po + -rm -f ./$(DEPDIR)/address_parser_train-averaged_perceptron_tagger.Po + -rm -f ./$(DEPDIR)/address_parser_train-averaged_perceptron_trainer.Po + -rm -f ./$(DEPDIR)/address_parser_train-crf.Po + -rm -f ./$(DEPDIR)/address_parser_train-crf_context.Po + -rm -f ./$(DEPDIR)/address_parser_train-crf_trainer.Po + -rm -f ./$(DEPDIR)/address_parser_train-crf_trainer_averaged_perceptron.Po + -rm -f ./$(DEPDIR)/address_parser_train-features.Po + -rm -f ./$(DEPDIR)/address_parser_train-file_utils.Po + -rm -f ./$(DEPDIR)/address_parser_train-float_utils.Po + -rm -f ./$(DEPDIR)/address_parser_train-graph.Po + -rm -f ./$(DEPDIR)/address_parser_train-graph_builder.Po + -rm -f ./$(DEPDIR)/address_parser_train-ngrams.Po + -rm -f ./$(DEPDIR)/address_parser_train-normalize.Po + -rm -f ./$(DEPDIR)/address_parser_train-numex.Po + -rm -f ./$(DEPDIR)/address_parser_train-shuffle.Po + -rm -f ./$(DEPDIR)/address_parser_train-sparse_matrix.Po + -rm -f ./$(DEPDIR)/address_parser_train-string_utils.Po + -rm -f ./$(DEPDIR)/address_parser_train-strndup.Po + -rm -f ./$(DEPDIR)/address_parser_train-tokens.Po + -rm -f ./$(DEPDIR)/address_parser_train-transliterate.Po + -rm -f ./$(DEPDIR)/address_parser_train-trie.Po + -rm -f ./$(DEPDIR)/address_parser_train-trie_search.Po + -rm -f ./$(DEPDIR)/address_parser_train-trie_utils.Po + -rm -f ./$(DEPDIR)/address_parser_train-unicode_scripts.Po + -rm -f ./$(DEPDIR)/bench-bench.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-address_dictionary.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-address_dictionary_builder.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-file_utils.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-string_utils.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-strndup.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-trie.Po + -rm -f ./$(DEPDIR)/build_address_dictionary-trie_search.Po + -rm -f ./$(DEPDIR)/build_numex_table-file_utils.Po + -rm -f ./$(DEPDIR)/build_numex_table-numex.Po + -rm -f ./$(DEPDIR)/build_numex_table-numex_table_builder.Po + -rm -f ./$(DEPDIR)/build_numex_table-string_utils.Po + -rm -f ./$(DEPDIR)/build_numex_table-strndup.Po + -rm -f ./$(DEPDIR)/build_numex_table-tokens.Po + -rm -f ./$(DEPDIR)/build_numex_table-trie.Po + -rm -f ./$(DEPDIR)/build_numex_table-trie_search.Po + -rm -f ./$(DEPDIR)/build_trans_table-file_utils.Po + -rm -f ./$(DEPDIR)/build_trans_table-string_utils.Po + -rm -f ./$(DEPDIR)/build_trans_table-strndup.Po + -rm -f ./$(DEPDIR)/build_trans_table-transliterate.Po + -rm -f ./$(DEPDIR)/build_trans_table-transliteration_table_builder.Po + -rm -f ./$(DEPDIR)/build_trans_table-trie.Po + -rm -f ./$(DEPDIR)/build_trans_table-trie_search.Po + -rm -f ./$(DEPDIR)/language_classifier-address_dictionary.Po + -rm -f ./$(DEPDIR)/language_classifier-features.Po + -rm -f ./$(DEPDIR)/language_classifier-file_utils.Po + -rm -f ./$(DEPDIR)/language_classifier-float_utils.Po + -rm -f ./$(DEPDIR)/language_classifier-language_classifier.Po + -rm -f ./$(DEPDIR)/language_classifier-language_classifier_cli.Po + -rm -f ./$(DEPDIR)/language_classifier-language_features.Po + -rm -f ./$(DEPDIR)/language_classifier-logistic.Po + -rm -f ./$(DEPDIR)/language_classifier-logistic_regression.Po + -rm -f ./$(DEPDIR)/language_classifier-minibatch.Po + -rm -f ./$(DEPDIR)/language_classifier-normalize.Po + -rm -f ./$(DEPDIR)/language_classifier-numex.Po + -rm -f ./$(DEPDIR)/language_classifier-sparse_matrix.Po + -rm -f ./$(DEPDIR)/language_classifier-string_utils.Po + -rm -f ./$(DEPDIR)/language_classifier-strndup.Po + -rm -f ./$(DEPDIR)/language_classifier-transliterate.Po + -rm -f ./$(DEPDIR)/language_classifier-trie.Po + -rm -f ./$(DEPDIR)/language_classifier-trie_search.Po + -rm -f ./$(DEPDIR)/language_classifier-trie_utils.Po + -rm -f ./$(DEPDIR)/language_classifier-unicode_scripts.Po + -rm -f ./$(DEPDIR)/language_classifier_test-address_dictionary.Po + -rm -f ./$(DEPDIR)/language_classifier_test-features.Po + -rm -f ./$(DEPDIR)/language_classifier_test-file_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_test-float_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_test-language_classifier.Po + -rm -f ./$(DEPDIR)/language_classifier_test-language_classifier_io.Po + -rm -f ./$(DEPDIR)/language_classifier_test-language_classifier_test.Po + -rm -f ./$(DEPDIR)/language_classifier_test-language_features.Po + -rm -f ./$(DEPDIR)/language_classifier_test-logistic.Po + -rm -f ./$(DEPDIR)/language_classifier_test-logistic_regression.Po + -rm -f ./$(DEPDIR)/language_classifier_test-minibatch.Po + -rm -f ./$(DEPDIR)/language_classifier_test-normalize.Po + -rm -f ./$(DEPDIR)/language_classifier_test-numex.Po + -rm -f ./$(DEPDIR)/language_classifier_test-sparse_matrix.Po + -rm -f ./$(DEPDIR)/language_classifier_test-string_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_test-strndup.Po + -rm -f ./$(DEPDIR)/language_classifier_test-transliterate.Po + -rm -f ./$(DEPDIR)/language_classifier_test-trie.Po + -rm -f ./$(DEPDIR)/language_classifier_test-trie_search.Po + -rm -f ./$(DEPDIR)/language_classifier_test-trie_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_test-unicode_scripts.Po + -rm -f ./$(DEPDIR)/language_classifier_train-address_dictionary.Po + -rm -f ./$(DEPDIR)/language_classifier_train-cartesian_product.Po + -rm -f ./$(DEPDIR)/language_classifier_train-features.Po + -rm -f ./$(DEPDIR)/language_classifier_train-file_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_train-float_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_train-ftrl.Po + -rm -f ./$(DEPDIR)/language_classifier_train-language_classifier.Po + -rm -f ./$(DEPDIR)/language_classifier_train-language_classifier_io.Po + -rm -f ./$(DEPDIR)/language_classifier_train-language_classifier_train.Po + -rm -f ./$(DEPDIR)/language_classifier_train-language_features.Po + -rm -f ./$(DEPDIR)/language_classifier_train-logistic.Po + -rm -f ./$(DEPDIR)/language_classifier_train-logistic_regression.Po + -rm -f ./$(DEPDIR)/language_classifier_train-logistic_regression_trainer.Po + -rm -f ./$(DEPDIR)/language_classifier_train-minibatch.Po + -rm -f ./$(DEPDIR)/language_classifier_train-normalize.Po + -rm -f ./$(DEPDIR)/language_classifier_train-numex.Po + -rm -f ./$(DEPDIR)/language_classifier_train-regularization.Po + -rm -f ./$(DEPDIR)/language_classifier_train-shuffle.Po + -rm -f ./$(DEPDIR)/language_classifier_train-sparse_matrix.Po + -rm -f ./$(DEPDIR)/language_classifier_train-sparse_matrix_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_train-stochastic_gradient_descent.Po + -rm -f ./$(DEPDIR)/language_classifier_train-string_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_train-strndup.Po + -rm -f ./$(DEPDIR)/language_classifier_train-transliterate.Po + -rm -f ./$(DEPDIR)/language_classifier_train-trie.Po + -rm -f ./$(DEPDIR)/language_classifier_train-trie_search.Po + -rm -f ./$(DEPDIR)/language_classifier_train-trie_utils.Po + -rm -f ./$(DEPDIR)/language_classifier_train-unicode_scripts.Po + -rm -f ./$(DEPDIR)/libpostal-file_utils.Po + -rm -f ./$(DEPDIR)/libpostal-json_encode.Po + -rm -f ./$(DEPDIR)/libpostal-main.Po + -rm -f ./$(DEPDIR)/libpostal-string_utils.Po + -rm -f ./$(DEPDIR)/libpostal-strndup.Po + -rm -f ./$(DEPDIR)/libpostal_la-acronyms.Plo + -rm -f ./$(DEPDIR)/libpostal_la-address_dictionary.Plo + -rm -f ./$(DEPDIR)/libpostal_la-address_parser.Plo + -rm -f ./$(DEPDIR)/libpostal_la-address_parser_io.Plo + -rm -f ./$(DEPDIR)/libpostal_la-averaged_perceptron.Plo + -rm -f ./$(DEPDIR)/libpostal_la-averaged_perceptron_tagger.Plo + -rm -f ./$(DEPDIR)/libpostal_la-crf.Plo + -rm -f ./$(DEPDIR)/libpostal_la-crf_context.Plo + -rm -f ./$(DEPDIR)/libpostal_la-dedupe.Plo + -rm -f ./$(DEPDIR)/libpostal_la-double_metaphone.Plo + -rm -f ./$(DEPDIR)/libpostal_la-expand.Plo + -rm -f ./$(DEPDIR)/libpostal_la-features.Plo + -rm -f ./$(DEPDIR)/libpostal_la-file_utils.Plo + -rm -f ./$(DEPDIR)/libpostal_la-float_utils.Plo + -rm -f ./$(DEPDIR)/libpostal_la-graph.Plo + -rm -f ./$(DEPDIR)/libpostal_la-graph_builder.Plo + -rm -f ./$(DEPDIR)/libpostal_la-jaccard.Plo + -rm -f ./$(DEPDIR)/libpostal_la-language_classifier.Plo + -rm -f ./$(DEPDIR)/libpostal_la-language_features.Plo + -rm -f ./$(DEPDIR)/libpostal_la-libpostal.Plo + -rm -f ./$(DEPDIR)/libpostal_la-logistic.Plo + -rm -f ./$(DEPDIR)/libpostal_la-logistic_regression.Plo + -rm -f ./$(DEPDIR)/libpostal_la-minibatch.Plo + -rm -f ./$(DEPDIR)/libpostal_la-near_dupe.Plo + -rm -f ./$(DEPDIR)/libpostal_la-ngrams.Plo + -rm -f ./$(DEPDIR)/libpostal_la-normalize.Plo + -rm -f ./$(DEPDIR)/libpostal_la-numex.Plo + -rm -f ./$(DEPDIR)/libpostal_la-place.Plo + -rm -f ./$(DEPDIR)/libpostal_la-soft_tfidf.Plo + -rm -f ./$(DEPDIR)/libpostal_la-sparse_matrix.Plo + -rm -f ./$(DEPDIR)/libpostal_la-string_similarity.Plo + -rm -f ./$(DEPDIR)/libpostal_la-string_utils.Plo + -rm -f ./$(DEPDIR)/libpostal_la-strndup.Plo + -rm -f ./$(DEPDIR)/libpostal_la-tokens.Plo + -rm -f ./$(DEPDIR)/libpostal_la-transliterate.Plo + -rm -f ./$(DEPDIR)/libpostal_la-trie.Plo + -rm -f ./$(DEPDIR)/libpostal_la-trie_search.Plo + -rm -f ./$(DEPDIR)/libpostal_la-trie_utils.Plo + -rm -f ./$(DEPDIR)/libpostal_la-unicode_scripts.Plo + -rm -f ./$(DEPDIR)/libscanner_la-scanner.Plo + -rm -f ./$(DEPDIR)/near_dupe_test-near_dupe_test.Po + -rm -f ./$(DEPDIR)/near_dupe_test-string_utils.Po + -rm -f ./$(DEPDIR)/near_dupe_test-strndup.Po + -rm -f geohash/$(DEPDIR)/libpostal_la-geohash.Plo + -rm -f klib/$(DEPDIR)/libscanner_la-drand48.Plo + -rm -f linenoise/$(DEPDIR)/address_parser-linenoise.Po + -rm -f utf8proc/$(DEPDIR)/address_parser-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/address_parser_test-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/address_parser_train-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/build_address_dictionary-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/build_numex_table-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/build_trans_table-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/language_classifier-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/language_classifier_test-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/language_classifier_train-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/libpostal-utf8proc.Po + -rm -f utf8proc/$(DEPDIR)/libpostal_la-utf8proc.Plo + -rm -f utf8proc/$(DEPDIR)/near_dupe_test-utf8proc.Po + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_binSCRIPTS uninstall-libLTLIBRARIES \ + uninstall-pkgincludeHEADERS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \ + check-am clean clean-generic clean-libLTLIBRARIES \ + clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dist_binSCRIPTS \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-libLTLIBRARIES install-man install-pdf install-pdf-am \ + install-pkgincludeHEADERS install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ + uninstall-dist_binSCRIPTS uninstall-libLTLIBRARIES \ + uninstall-pkgincludeHEADERS + +.PRECIOUS: Makefile + + +@DOWNLOAD_DATA_TRUE@all-local: +@DOWNLOAD_DATA_TRUE@ ${srcdir}/libpostal_data download all $(datadir)/libpostal + +lexer: scanner.re + re2c -F -s -b -8 -o scanner.c scanner.re + +.PHONY: lexer + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/src/acronyms.c b/src/acronyms.c new file mode 100644 index 0000000..79cc54d --- /dev/null +++ b/src/acronyms.c @@ -0,0 +1,215 @@ +#include "acronyms.h" +#include "token_types.h" + + +bool existing_acronym_phrase_positions(uint32_array *existing_acronyms_array, const char *str, token_array *token_array, size_t num_languages, char **languages) { + if (existing_acronyms_array == NULL || token_array == NULL) return false; + size_t num_tokens = token_array->n; + if (existing_acronyms_array->n != num_tokens) { + uint32_array_resize_fixed(existing_acronyms_array, num_tokens); + } + + uint32_array_zero(existing_acronyms_array->a, existing_acronyms_array->n); + uint32_t *existing_acronyms = existing_acronyms_array->a; + + token_t *tokens = token_array->a; + for (size_t i = 0; i < num_tokens; i++) { + token_t token = tokens[i]; + if (token.type == ACRONYM) { + existing_acronyms[i] = 1; + } + } + + for (size_t l = 0; l < num_languages; l++) { + char *lang = languages[l]; + phrase_array *lang_phrases = search_address_dictionaries_tokens((char *)str, token_array, lang); + + if (lang_phrases != NULL) { + size_t num_lang_phrases = lang_phrases->n; + for (size_t p = 0; p < num_lang_phrases; p++) { + phrase_t phrase = lang_phrases->a[p]; + + address_expansion_value_t *value = address_dictionary_get_expansions(phrase.data); + if (value == NULL) continue; + + address_expansion_array *expansions_array = value->expansions; + if (expansions_array == NULL) continue; + + size_t num_expansions = expansions_array->n; + address_expansion_t *expansions = expansions_array->a; + + for (size_t i = 0; i < num_expansions; i++) { + address_expansion_t expansion = expansions[i]; + if (expansion.canonical_index != NULL_CANONICAL_INDEX) { + char *canonical = address_dictionary_get_canonical(expansion.canonical_index); + bool is_possible_acronym = string_contains(canonical, " ") || (phrase.len == 1 && address_expansion_in_dictionary(expansion, DICTIONARY_DIRECTIONAL)); + if (is_possible_acronym) { + for (size_t j = phrase.start; j < phrase.start + phrase.len; j++) { + existing_acronyms[j] = 1; + } + } + } + } + + } + phrase_array_destroy(lang_phrases); + } + } + + return true; +} + +bool stopword_positions(uint32_array *stopwords_array, const char *str, token_array *tokens, size_t num_languages, char **languages) { + if (stopwords_array == NULL) return false; + if (stopwords_array->n != tokens->n) { + uint32_array_resize_fixed(stopwords_array, tokens->n); + } + + uint32_array_zero(stopwords_array->a, stopwords_array->n); + uint32_t *stopwords = stopwords_array->a; + + for (size_t l = 0; l < num_languages; l++) { + char *lang = languages[l]; + phrase_array *lang_phrases = search_address_dictionaries_tokens((char *)str, tokens, lang); + + if (lang_phrases != NULL) { + size_t num_lang_phrases = lang_phrases->n; + for (size_t p = 0; p < num_lang_phrases; p++) { + phrase_t phrase = lang_phrases->a[p]; + + if (address_phrase_in_dictionary(phrase, DICTIONARY_STOPWORD)) { + for (size_t stop_idx = phrase.start; stop_idx < phrase.start + phrase.len; stop_idx++) { + stopwords[stop_idx] = 1; + } + } + } + phrase_array_destroy(lang_phrases); + } + } + + return true; +} + + +phrase_array *acronym_token_alignments(const char *s1, token_array *tokens1, const char *s2, token_array *tokens2, size_t num_languages, char **languages) { + if (s1 == NULL || tokens1 == NULL || s2 == NULL || tokens2 == NULL) { + return NULL; + } + + size_t len1 = tokens1->n; + size_t len2 = tokens2->n; + if (len1 == 0 || len2 == 0 || len1 == len2) return NULL; + + if (len1 > len2) { + const char *tmp_s = s1; + s1 = s2; + s2 = tmp_s; + + token_array *tmp_t = tokens1; + tokens1 = tokens2; + tokens2 = tmp_t; + + size_t tmp_l = len1; + len1 = len2; + len2 = tmp_l; + } + + phrase_array *alignments = NULL; + + token_t *t1 = tokens1->a; + token_t *t2 = tokens2->a; + + uint32_array *stopwords_array = uint32_array_new_zeros(tokens2->n); + if (stopwords_array == NULL) { + return NULL; + } + + stopword_positions(stopwords_array, s2, tokens2, num_languages, languages); + + uint32_t *stopwords = stopwords_array->a; + + ssize_t acronym_start = -1; + ssize_t acronym_token_pos = -1; + + uint8_t *ptr1 = (uint8_t *)s1; + uint8_t *ptr2 = (uint8_t *)s2; + + int32_t c1, c2; + ssize_t c1_len; + ssize_t c2_len; + + size_t t2_consumed = 0; + + for (size_t i = 0; i < len1; i++) { + token_t ti = t1[i]; + + c1_len = utf8proc_iterate(ptr1 + ti.offset, ti.len, &c1); + if (c1_len <= 0 || c1 == 0) { + break; + } + + // Make sure it's a non-ideographic word. Single letter abbreviations will be captured by other methods + if (!is_word_token(ti.type) || is_ideographic(ti.type) || ti.len == c1_len) { + acronym_token_pos = -1; + continue; + } + + size_t ti_pos = 0; + + for (size_t j = t2_consumed; j < len2; j++) { + token_t tj = t2[j]; + c2_len = utf8proc_iterate(ptr2 + tj.offset, tj.len, &c2); + if (c2_len <= 0) { + break; + } + + if (utf8proc_tolower(c1) == utf8proc_tolower(c2)) { + ti_pos += c1_len; + if (acronym_start < 0) { + acronym_start = j; + acronym_token_pos = 0; + } + acronym_token_pos++; + c1_len = utf8proc_iterate(ptr1 + ti.offset + ti_pos, ti.len, &c1); + } else if (stopwords[j] && acronym_token_pos > 0) { + continue; + } else if (is_punctuation(tj.type) && acronym_token_pos > 0) { + continue; + } else if (ti_pos < ti.len) { + acronym_token_pos = -1; + acronym_start = -1; + ti_pos = 0; + continue; + } + + if ((utf8_is_period(c1) || utf8_is_hyphen(c1)) && ti_pos < ti.len) { + ti_pos += c1_len; + if (ti_pos < ti.len) { + c1_len = utf8proc_iterate(ptr1 + ti.offset + ti_pos, ti.len, &c1); + if (c1_len <= 0 || c1 == 0) { + break; + } + } + } + + if (ti_pos == ti.len) { + phrase_t phrase = (phrase_t){acronym_start, j - acronym_start + 1, i}; + // got alignment + if (alignments == NULL) { + alignments = phrase_array_new(); + } + + phrase_array_push(alignments, phrase); + + ti_pos = 0; + acronym_token_pos = -1; + acronym_start = -1; + } + } + + } + + uint32_array_destroy(stopwords_array); + + return alignments; +} diff --git a/src/acronyms.h b/src/acronyms.h new file mode 100644 index 0000000..2c2d7d6 --- /dev/null +++ b/src/acronyms.h @@ -0,0 +1,18 @@ +#ifndef ACRONYMS_H +#define ACRONYMS_H + +#include +#include + +#include "address_dictionary.h" +#include "collections.h" +#include "tokens.h" +#include "token_types.h" + +bool stopword_positions(uint32_array *stopwords_array, const char *str, token_array *tokens, size_t num_languages, char **languages); +bool existing_acronym_phrase_positions(uint32_array *existing_acronyms_array, const char *str, token_array *token_array, size_t num_languages, char **languages); + +phrase_array *acronym_token_alignments(const char *s1, token_array *tokens1, const char *s2, token_array *tokens2, size_t num_languages, char **languages); + + +#endif \ No newline at end of file diff --git a/src/address_dictionary.c b/src/address_dictionary.c new file mode 100644 index 0000000..9a1b328 --- /dev/null +++ b/src/address_dictionary.c @@ -0,0 +1,677 @@ +#include +#include +#include + +#include "address_dictionary.h" + +#define ADDRESS_DICTIONARY_SIGNATURE 0xBABABABA + +#define ADDRESS_DICTIONARY_SETUP_ERROR "address_dictionary module not setup, call libpostal_setup() or address_dictionary_module_setup()\n" + +address_dictionary_t *address_dict = NULL; + +address_dictionary_t *get_address_dictionary(void) { + return address_dict; +} + +address_expansion_value_t *address_dictionary_get_expansions(uint32_t i) { + if (address_dict == NULL || address_dict->values == NULL || i > address_dict->values->n) { + log_error("i=%" PRIu32 ", address_dict->values->n=%zu\n", i, address_dict->values->n); + log_error(ADDRESS_DICTIONARY_SETUP_ERROR); + return NULL; + } + + return address_dict->values->a[i]; + +} + +inline bool address_expansion_in_dictionary(address_expansion_t expansion, uint16_t dictionary_id) { + for (uint32_t i = 0; i < expansion.num_dictionaries; i++) { + if (expansion.dictionary_ids[i] == dictionary_id) { + return true; + } + } + + return false; +} + + +bool address_phrase_in_dictionary(phrase_t phrase, uint16_t dictionary_id) { + address_expansion_value_t *value = address_dictionary_get_expansions(phrase.data); + if (value == NULL) return false; + + address_expansion_array *expansions = value->expansions; + if (expansions == NULL) return false; + + address_expansion_t *expansions_array = expansions->a; + + for (size_t i = 0; i < expansions->n; i++) { + address_expansion_t expansion = expansions_array[i]; + if (address_expansion_in_dictionary(expansion, dictionary_id)) { + return true; + } + } + return false; +} + + +bool address_phrase_in_dictionaries(phrase_t phrase, size_t n, ...) { + va_list args; + va_start(args, n); + bool in_dictionary = false; + for (size_t i = 0; i < n; i++) { + uint16_t dictionary_id = va_arg(args, uint16_t); + in_dictionary = address_phrase_in_dictionary(phrase, dictionary_id); + if (in_dictionary) break; + } + va_end(args); + return in_dictionary; +} + + +int32_t address_dictionary_next_canonical_index(void) { + if (address_dict == NULL || address_dict->canonical == NULL) { + log_error(ADDRESS_DICTIONARY_SETUP_ERROR); + return -1; + } + return (int32_t)cstring_array_num_strings(address_dict->canonical); +} + +bool address_dictionary_add_canonical(char *canonical) { + if (address_dict == NULL || address_dict->canonical == NULL) { + log_error(ADDRESS_DICTIONARY_SETUP_ERROR); + return false; + } + cstring_array_add_string(address_dict->canonical, canonical); + return true; +} + +char *address_dictionary_get_canonical(uint32_t index) { + if (address_dict == NULL || address_dict->canonical == NULL) { + log_error(ADDRESS_DICTIONARY_SETUP_ERROR); + return NULL; + } else if (index > cstring_array_num_strings(address_dict->canonical)) { + return NULL; + } + return cstring_array_get_string(address_dict->canonical, index); +} + +inline bool address_expansions_have_canonical_interpretation(address_expansion_array *expansions) { + if (expansions == NULL) return false; + + address_expansion_t *expansions_array = expansions->a; + + for (size_t i = 0; i < expansions->n; i++) { + address_expansion_t expansion = expansions_array[i]; + if (expansion.canonical_index == NULL_CANONICAL_INDEX) { + return true; + } + } + return false; + +} + +inline bool address_phrase_has_canonical_interpretation(phrase_t phrase) { + address_expansion_value_t *value = address_dictionary_get_expansions(phrase.data); + if (value == NULL) return false; + + address_expansion_array *expansions = value->expansions; + + return address_expansions_have_canonical_interpretation(expansions); +} + + + +address_expansion_value_t *address_expansion_value_new(void) { + address_expansion_value_t *self = malloc(sizeof(address_expansion_value_t)); + + if (self == NULL) return NULL; + + address_expansion_array *expansions = address_expansion_array_new(); + if (expansions == NULL) { + free(self); + return NULL; + } + + self->components = 0; + self->expansions = expansions; + + return self; +} + +address_expansion_value_t *address_expansion_value_new_with_expansion(address_expansion_t expansion) { + address_expansion_value_t *self = address_expansion_value_new(); + if (self == NULL) return NULL; + + address_expansion_array_push(self->expansions, expansion); + self->components = expansion.address_components; + + return self; +} + +void address_expansion_value_destroy(address_expansion_value_t *self) { + if (self == NULL) return; + if (self->expansions != NULL) { + address_expansion_array_destroy(self->expansions); + } + + free(self); +} + +bool address_dictionary_add_expansion(char *name, char *language, address_expansion_t expansion) { + if (address_dict == NULL || address_dict->values == NULL) { + log_error(ADDRESS_DICTIONARY_SETUP_ERROR); + return false; + } + + if (name == NULL) return false; + + char *key; + + bool is_prefix = false; + bool is_suffix = false; + bool is_phrase = false; + + for (size_t i = 0; i < expansion.num_dictionaries; i++) { + dictionary_type_t dict = expansion.dictionary_ids[i]; + if (dict == DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE || + dict == DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE) { + is_suffix = true; + } else if (dict == DICTIONARY_CONCATENATED_PREFIX_SEPARABLE || + dict == DICTIONARY_ELISION) { + is_prefix = true; + } else { + is_phrase = true; + } + } + + char_array *array = char_array_new_size(strlen(name)); + if (array == NULL) { + return false; + } + + if (language != NULL) { + char_array_cat(array, language); + char_array_cat(array, NAMESPACE_SEPARATOR_CHAR); + } + + if (!is_suffix && !is_prefix) { + char_array_cat(array, name); + } else if (is_prefix) { + char_array_cat(array, TRIE_PREFIX_CHAR); + char_array_cat(array, name); + } else if (is_suffix) { + char_array_cat(array, TRIE_SUFFIX_CHAR); + char_array_cat_reversed(array, name); + } + + key = char_array_to_string(array); + + log_debug("key=%s\n", key); + + uint32_t expansion_index; + address_expansion_value_t *value; + + if (trie_get_data(address_dict->trie, key, &expansion_index)) { + value = address_dict->values->a[expansion_index]; + value->components |= expansion.address_components; + address_expansion_array_push(value->expansions, expansion); + } else { + value = address_expansion_value_new_with_expansion(expansion); + expansion_index = (uint32_t)address_dict->values->n; + address_expansion_value_array_push(address_dict->values, value); + + if (!trie_add(address_dict->trie, key, expansion_index)) { + log_warn("Key %s could not be added to trie\n", key); + goto exit_key_created;; + } + } + + free(key); + + return true; + +exit_key_created: + free(key); + return false; +} + +static trie_prefix_result_t get_language_prefix(char *lang) { + if (lang == NULL) { + return ROOT_PREFIX_RESULT; + } + + trie_prefix_result_t prefix = trie_get_prefix(address_dict->trie, lang); + + if (prefix.node_id == NULL_NODE_ID) { + return NULL_PREFIX_RESULT; + } + + prefix = trie_get_prefix_from_index(address_dict->trie, NAMESPACE_SEPARATOR_CHAR, NAMESPACE_SEPARATOR_CHAR_LEN, prefix.node_id, prefix.tail_pos); + + if (prefix.node_id == NULL_NODE_ID) { + return NULL_PREFIX_RESULT; + } + + return prefix; +} + +bool search_address_dictionaries_with_phrases(char *str, char *lang, phrase_array **phrases) { + if (str == NULL) return false; + if (address_dict == NULL) { + log_error(ADDRESS_DICTIONARY_SETUP_ERROR); + return false; + } + + trie_prefix_result_t prefix = get_language_prefix(lang); + + if (prefix.node_id == NULL_NODE_ID) { + return false; + } + + return trie_search_from_index(address_dict->trie, str, prefix.node_id, phrases); +} + +phrase_array *search_address_dictionaries(char *str, char *lang) { + phrase_array *phrases = NULL; + + if (!search_address_dictionaries_with_phrases(str, lang, &phrases)) { + return NULL; + } + + return phrases; +} + + +bool search_address_dictionaries_tokens_with_phrases(char *str, token_array *tokens, char *lang, phrase_array **phrases) { + if (str == NULL) return false; + if (address_dict == NULL) { + log_error(ADDRESS_DICTIONARY_SETUP_ERROR); + return false; + } + + trie_prefix_result_t prefix = get_language_prefix(lang); + + if (prefix.node_id == NULL_NODE_ID) { + return false; + } + + return trie_search_tokens_from_index(address_dict->trie, str, tokens, prefix.node_id, phrases); +} + + +phrase_array *search_address_dictionaries_tokens(char *str, token_array *tokens, char *lang) { + phrase_array *phrases = NULL; + + if (!search_address_dictionaries_tokens_with_phrases(str, tokens, lang, &phrases)) { + return NULL; + } + + return phrases; +} + + +phrase_t search_address_dictionaries_substring(char *str, size_t len, char *lang) { + if (str == NULL) return NULL_PHRASE; + if (address_dict == NULL) { + log_error(ADDRESS_DICTIONARY_SETUP_ERROR); + return NULL_PHRASE; + } + + trie_prefix_result_t prefix = get_language_prefix(lang); + + if (prefix.node_id == NULL_NODE_ID) { + log_debug("prefix.node_id == NULL_NODE_ID\n"); + return NULL_PHRASE; + } + + phrase_t phrase = trie_search_prefixes_from_index(address_dict->trie, str, len, prefix.node_id); + if (phrase.len == len) { + return phrase; + } else { + return NULL_PHRASE; + } + +} + + +phrase_t search_address_dictionaries_prefix(char *str, size_t len, char *lang) { + if (str == NULL) return NULL_PHRASE; + if (address_dict == NULL) { + log_error(ADDRESS_DICTIONARY_SETUP_ERROR); + return NULL_PHRASE; + } + + trie_prefix_result_t prefix = get_language_prefix(lang); + + if (prefix.node_id == NULL_NODE_ID) { + log_debug("prefix.node_id == NULL_NODE_ID\n"); + return NULL_PHRASE; + } + + return trie_search_prefixes_from_index_get_prefix_char(address_dict->trie, str, len, prefix.node_id); +} + +phrase_t search_address_dictionaries_suffix(char *str, size_t len, char *lang) { + if (str == NULL) return NULL_PHRASE; + if (address_dict == NULL) { + log_error(ADDRESS_DICTIONARY_SETUP_ERROR); + return NULL_PHRASE; + } + + trie_prefix_result_t prefix = get_language_prefix(lang); + + if (prefix.node_id == NULL_NODE_ID) { + log_debug("prefix.node_id == NULL_NODE_ID\n"); + return NULL_PHRASE; + } + + return trie_search_suffixes_from_index_get_suffix_char(address_dict->trie, str, len, prefix.node_id); +} + +bool address_dictionary_init(void) { + if (address_dict != NULL) return false; + + address_dict = calloc(1, sizeof(address_dictionary_t)); + if (address_dict == NULL) return false; + + address_dict->canonical = cstring_array_new(); + + if (address_dict->canonical == NULL) { + goto exit_destroy_address_dict; + } + + address_dict->values = address_expansion_value_array_new(); + if (address_dict->values == NULL) { + goto exit_destroy_address_dict; + } + + address_dict->trie = trie_new(); + if (address_dict->trie == NULL) { + goto exit_destroy_address_dict; + } + + return true; + +exit_destroy_address_dict: + address_dictionary_destroy(address_dict); + address_dict = NULL; + return false; +} + +void address_dictionary_destroy(address_dictionary_t *self) { + if (self == NULL) return; + + if (self->canonical != NULL) { + cstring_array_destroy(self->canonical); + } + + if (self->values != NULL) { + address_expansion_value_array_destroy(self->values); + } + + if (self->trie != NULL) { + trie_destroy(self->trie); + } + + free(self); +} + +static bool address_expansion_read(FILE *f, address_expansion_t *expansion) { + if (f == NULL) return false; + + + if (!file_read_uint32(f, (uint32_t *)&expansion->canonical_index)) { + return false; + } + + uint32_t language_len; + + if (!file_read_uint32(f, &language_len)) { + return false; + } + + if (!file_read_chars(f, expansion->language, language_len)) { + return false; + } + + if (!file_read_uint32(f, (uint32_t *)&expansion->num_dictionaries)) { + return false; + } + + for (size_t i = 0; i < expansion->num_dictionaries; i++) { + if (!file_read_uint16(f, (uint16_t *)expansion->dictionary_ids + i)) { + return false; + } + } + + if (!file_read_uint32(f, &expansion->address_components)) { + return false; + } + + if (!file_read_uint8(f, (uint8_t *)&expansion->separable)) { + return false; + } + + return true; +} + +static address_expansion_value_t *address_expansion_value_read(FILE *f) { + if (f == NULL) return NULL; + + address_expansion_value_t *value = address_expansion_value_new(); + + if (!file_read_uint32(f, &value->components)) { + goto exit_expansion_value_created; + } + + uint32_t num_expansions; + + if (!file_read_uint32(f, &num_expansions)) { + goto exit_expansion_value_created; + } + + address_expansion_t expansion; + + for (size_t i = 0; i < num_expansions; i++) { + if (!address_expansion_read(f, &expansion)) { + goto exit_expansion_value_created; + } + address_expansion_array_push(value->expansions, expansion); + } + + return value; + +exit_expansion_value_created: + address_expansion_value_destroy(value); + return NULL; +} + + +static bool address_expansion_write(address_expansion_t expansion, FILE *f) { + if (f == NULL) return false; + + uint32_t language_len = (uint32_t)strlen(expansion.language) + 1; + + if (!file_write_uint32(f, (uint32_t)expansion.canonical_index) || + !file_write_uint32(f, language_len) || + !file_write_chars(f, expansion.language, language_len) || + !file_write_uint32(f, expansion.num_dictionaries) + ) { + return false; + } + + for (size_t i = 0; i < expansion.num_dictionaries; i++) { + if (!file_write_uint16(f, expansion.dictionary_ids[i])) { + return false; + } + } + + if (!file_write_uint32(f, expansion.address_components)) { + return false; + } + + if (!file_write_uint8(f, expansion.separable)) { + return false; + } + + return true; +} + +static bool address_expansion_value_write(address_expansion_value_t *value, FILE *f) { + if (value == NULL || value->expansions == NULL || f == NULL) return false; + if (!file_write_uint32(f, value->components)) { + return false; + } + + uint32_t num_expansions = value->expansions->n; + + if (!file_write_uint32(f, num_expansions)) { + return false; + } + + for (size_t i = 0; i < num_expansions; i++) { + address_expansion_t expansion = value->expansions->a[i]; + if (!address_expansion_write(expansion, f)) { + return false; + } + } + + return true; +} + + +bool address_dictionary_write(FILE *f) { + if (address_dict == NULL || f == NULL) return false; + + if (!file_write_uint32(f, ADDRESS_DICTIONARY_SIGNATURE)) { + return false; + } + + uint32_t canonical_str_len = (uint32_t) cstring_array_used(address_dict->canonical); + if (!file_write_uint32(f, canonical_str_len)) { + return false; + } + + if (!file_write_chars(f, address_dict->canonical->str->a, canonical_str_len)) { + return false; + } + + uint32_t num_values = (uint32_t) address_dict->values->n; + + if (!file_write_uint32(f, num_values)) { + return false; + } + + for (size_t i = 0; i < num_values; i++) { + address_expansion_value_t *value = address_dict->values->a[i]; + if (!address_expansion_value_write(value, f)) { + return false; + } + } + + if (!trie_write(address_dict->trie, f)) { + return false; + } + + return true; +} + +bool address_dictionary_read(FILE *f) { + if (address_dict != NULL) return false; + + uint32_t signature; + + if (!file_read_uint32(f, &signature) || signature != ADDRESS_DICTIONARY_SIGNATURE) { + return false; + } + + address_dict = malloc(sizeof(address_dictionary_t)); + if (address_dict == NULL) return false; + + uint32_t canonical_str_len; + + if (!file_read_uint32(f, &canonical_str_len)) { + goto exit_address_dict_created; + } + + char_array *array = char_array_new_size(canonical_str_len); + + if (array == NULL) { + goto exit_address_dict_created; + } + + if (!file_read_chars(f, array->a, canonical_str_len)) { + char_array_destroy(array); + goto exit_address_dict_created; + } + + array->n = canonical_str_len; + + address_dict->canonical = cstring_array_from_char_array(array); + + uint32_t num_values; + + if (!file_read_uint32(f, &num_values)) { + goto exit_address_dict_created; + } + + address_dict->values = address_expansion_value_array_new_size(num_values); + + for (uint32_t i = 0; i < num_values; i++) { + address_expansion_value_t *value = address_expansion_value_read(f); + if (value == NULL) { + goto exit_address_dict_created; + } + address_expansion_value_array_push(address_dict->values, value); + } + + address_dict->trie = trie_read(f); + + if (address_dict->trie == NULL) { + goto exit_address_dict_created; + } + + return true; + +exit_address_dict_created: + address_dictionary_destroy(address_dict); + return false; +} + + +bool address_dictionary_load(char *path) { + FILE *f = fopen(path, "rb"); + if (f == NULL) { + return false; + } + + bool ret_val = address_dictionary_read(f); + fclose(f); + return ret_val; +} + +bool address_dictionary_save(char *path) { + if (address_dict == NULL) return false; + + FILE *f = fopen(path, "wb"); + + bool ret_val = address_dictionary_write(f); + fclose(f); + return ret_val; +} + +inline bool address_dictionary_module_setup(char *filename) { + if (address_dict == NULL) { + return address_dictionary_load(filename == NULL ? DEFAULT_ADDRESS_EXPANSION_PATH: filename); + } + + return true; +} + +void address_dictionary_module_teardown(void) { + if (address_dict != NULL) { + address_dictionary_destroy(address_dict); + } + address_dict = NULL; +} diff --git a/src/address_dictionary.h b/src/address_dictionary.h new file mode 100644 index 0000000..bb000fb --- /dev/null +++ b/src/address_dictionary.h @@ -0,0 +1,89 @@ +#ifndef ADDRESS_DICTIONARY_H +#define ADDRESS_DICTIONARY_H + + + +#include +#include +#include + +#include +#include + +#include "address_expansion_rule.h" +#include "libpostal_config.h" +#include "constants.h" +#include "collections.h" +#include "file_utils.h" +#include "gazetteers.h" +#include "trie.h" +#include "trie_search.h" + +#define ALL_LANGUAGES "all" + +#define ADDRESS_DICTIONARY_DATA_FILE "address_dictionary.dat" +#define DEFAULT_ADDRESS_EXPANSION_PATH LIBPOSTAL_DATA_DIR PATH_SEPARATOR LIBPOSTAL_ADDRESS_EXPANSIONS_SUBDIR PATH_SEPARATOR ADDRESS_DICTIONARY_DATA_FILE + +#define NULL_CANONICAL_INDEX -1 + +typedef struct address_expansion { + int32_t canonical_index; + char language[MAX_LANGUAGE_LEN]; + uint32_t num_dictionaries; + uint16_t dictionary_ids[MAX_DICTIONARY_TYPES]; + uint32_t address_components; + bool separable; +} address_expansion_t; + +VECTOR_INIT(address_expansion_array, address_expansion_t) + +typedef struct address_expansion_value { + uint32_t components; + address_expansion_array *expansions; +} address_expansion_value_t; + +address_expansion_value_t *address_expansion_value_new(void); +address_expansion_value_t *address_expansion_value_new_with_expansion(address_expansion_t expansion); +void address_expansion_value_destroy(address_expansion_value_t *self); + +VECTOR_INIT_FREE_DATA(address_expansion_value_array, address_expansion_value_t *, address_expansion_value_destroy) + +typedef struct address_dictionary { + cstring_array *canonical; + address_expansion_value_array *values; + trie_t *trie; +} address_dictionary_t; + +address_dictionary_t *get_address_dictionary(void); + +bool address_dictionary_init(void); + +phrase_array *search_address_dictionaries(char *str, char *lang); +bool search_address_dictionaries_with_phrases(char *str, char *lang, phrase_array **phrases); +phrase_array *search_address_dictionaries_tokens(char *str, token_array *tokens, char *lang); +bool search_address_dictionaries_tokens_with_phrases(char *str, token_array *tokens, char *lang, phrase_array **phrases); + +phrase_t search_address_dictionaries_substring(char *str, size_t len, char *lang); +phrase_t search_address_dictionaries_prefix(char *str, size_t len, char *lang); +phrase_t search_address_dictionaries_suffix(char *str, size_t len, char *lang); + +address_expansion_value_t *address_dictionary_get_expansions(uint32_t i); +bool address_expansion_in_dictionary(address_expansion_t expansion, uint16_t dictionary_id); +bool address_phrase_in_dictionary(phrase_t phrase, uint16_t dictionary_id); +bool address_phrase_in_dictionaries(phrase_t phrase, size_t n, ...); +char *address_dictionary_get_canonical(uint32_t index); +int32_t address_dictionary_next_canonical_index(void); +bool address_dictionary_add_canonical(char *canonical); +bool address_dictionary_add_expansion(char *key, char *language, address_expansion_t expansion); +bool address_expansions_have_canonical_interpretation(address_expansion_array *expansions); +bool address_phrase_has_canonical_interpretation(phrase_t phrase); + +void address_dictionary_destroy(address_dictionary_t *self); + +bool address_dictionary_load(char *path); +bool address_dictionary_save(char *path); + +bool address_dictionary_module_setup(char *filename); +void address_dictionary_module_teardown(void); + +#endif diff --git a/src/address_dictionary_builder.c b/src/address_dictionary_builder.c new file mode 100644 index 0000000..99fed2e --- /dev/null +++ b/src/address_dictionary_builder.c @@ -0,0 +1,188 @@ +#include +#include + +#include "address_dictionary.h" + +#include "address_expansion_data.c" +#include "collections.h" +#include "config.h" +#include "constants.h" +#include "gazetteer_data.c" + +int main(int argc, char **argv) { + char *output_file; + if (argc > 1) { + output_file = argv[1]; + } else { + output_file = DEFAULT_ADDRESS_EXPANSION_PATH; + } + + if (!address_dictionary_init()) { + log_error("Error initializing address dictionary\n"); + exit(EXIT_FAILURE); + } + + address_dictionary_t *address_dict = get_address_dictionary(); + + khash_t(int_uint32) *dictionary_components = kh_init(int_uint32); + + khash_t(str_uint32) *canonical_indices = kh_init(str_uint32); + + khiter_t k; + + int ret; + + for (int g = 0; g < NUM_DICTIONARY_TYPES; g++) { + gazetteer_t gazetteer = gazetteer_config[g]; + k = kh_put(int_uint32, dictionary_components, (uint32_t)gazetteer.type, &ret); + kh_value(dictionary_components, k) = (uint32_t) gazetteer.address_components; + } + + char_array *key = char_array_new(); + + size_t num_expansion_languages = sizeof(expansion_languages) / sizeof(address_language_index_t); + + log_info("num_expansion_languages = %zu\n", num_expansion_languages); + + khash_t(str_uint32) *phrase_address_components = kh_init(str_uint32); + + for (size_t i = 0; i < num_expansion_languages; i++) { + address_language_index_t lang_index = expansion_languages[i]; + char *language = lang_index.language; + + kh_clear(str_uint32, phrase_address_components); + + log_info("Doing language: %s\n", language); + for (int add_affixes = 0; add_affixes <= 1; add_affixes++) { + + for (int j = lang_index.index; j < lang_index.index + lang_index.len; j++) { + address_expansion_rule_t expansion_rule = expansion_rules[j]; + + uint32_t address_components = 0; + + address_expansion_t expansion; + expansion.separable = 0; + + strcpy(expansion.language, language); + expansion.num_dictionaries = expansion_rule.num_dictionaries; + + bool is_affix = false; + + for (int d = 0; d < expansion_rule.num_dictionaries; d++) { + uint16_t dictionary_id = (uint16_t) expansion_rule.dictionaries[d]; + + expansion.dictionary_ids[d] = dictionary_id; + + if (dictionary_id == DICTIONARY_CONCATENATED_PREFIX_SEPARABLE || + dictionary_id == DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE || + dictionary_id == DICTIONARY_ELISION) { + expansion.separable = 1; + is_affix = true; + } else if (dictionary_id == DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE) { + is_affix = true; + } + + k = kh_get(int_uint32, dictionary_components, (uint32_t)dictionary_id); + if (k == kh_end(dictionary_components)) { + log_error("Invalid dictionary_type: %d\n", dictionary_id); + exit(EXIT_FAILURE); + } + address_components |= kh_value(dictionary_components, k); + } + + char *canonical = NULL; + if (expansion_rule.canonical_index != -1) { + canonical = canonical_strings[expansion_rule.canonical_index]; + } + + if (!add_affixes || !is_affix) { + expansion.address_components = address_components; + } else { + char *phrase = canonical == NULL ? expansion_rule.phrase : canonical; + + k = kh_get(str_uint32, phrase_address_components, phrase); + + if (k != kh_end(phrase_address_components)) { + uint32_t val = kh_value(phrase_address_components, k); + expansion.address_components = val; + } else { + expansion.address_components = address_components; + } + } + + if (canonical == NULL) { + expansion.canonical_index = -1; + + if (!add_affixes && is_affix) { + uint32_t phrase_components = (uint32_t)address_components; + + k = kh_get(str_uint32, phrase_address_components, expansion_rule.phrase); + if (k != kh_end(phrase_address_components)) { + phrase_components |= kh_value(phrase_address_components, k); + } + + k = kh_put(str_uint32, phrase_address_components, expansion_rule.phrase, &ret); + + if (ret < 0) { + log_error("Error in kh_put on phrase_address_components\n"); + exit(EXIT_FAILURE); + } + kh_value(phrase_address_components, k) = phrase_components; + } + + } else { + + if (add_affixes) { + k = kh_get(str_uint32, canonical_indices, canonical); + if (k != kh_end(canonical_indices)) { + expansion.canonical_index = kh_value(canonical_indices, k); + } else { + uint32_t canonical_index = address_dictionary_next_canonical_index(); + if (!address_dictionary_add_canonical(canonical)) { + log_error("Error adding canonical string: %s\n", canonical); + exit(EXIT_FAILURE); + } + expansion.canonical_index = canonical_index; + k = kh_put(str_uint32, canonical_indices, canonical, &ret); + if (ret < 0) { + log_error("Error in kh_put on canonical_indices\n"); + exit(EXIT_FAILURE); + } + kh_value(canonical_indices, k) = canonical_index; + } + } + } + + if (add_affixes) { + // Add the phrase itself to the base namespace for existence checks + + if (!address_dictionary_add_expansion(expansion_rule.phrase, NULL, expansion)) { + log_error("Could not add expansion {%s}\n", expansion_rule.phrase); + exit(EXIT_FAILURE); + } + + // Add phrase namespaced by language for language-specific matching + + if (!address_dictionary_add_expansion(expansion_rule.phrase, language, expansion)) { + log_error("Could not add language expansion {%s, %s}\n", language, expansion_rule.phrase); + exit(EXIT_FAILURE); + } + + } + } + } + } + + + + address_dictionary_save(output_file); + + char_array_destroy(key); + + kh_destroy(int_uint32, dictionary_components); + + kh_destroy(str_uint32, canonical_indices); + kh_destroy(str_uint32, phrase_address_components); + + address_dictionary_module_teardown(); +} diff --git a/src/address_expansion_data.c b/src/address_expansion_data.c new file mode 100644 index 0000000..7bb95fd --- /dev/null +++ b/src/address_expansion_data.c @@ -0,0 +1,85314 @@ + +char *canonical_strings[] = { + "park", + "hof", + "laan", + "lange", + "lang", + "markt", + "plein", + "singel", + "straat", + "steenweg", + "verlengde", + "vliet", + "weg", + "noord", + "noordoos", + "noordooste", + "noordwes", + "noordweste", + "oos", + "suidoos", + "suidooste", + "suidwest", + "suidwesten", + "suid", + "west", + "broer", + "dokter", + "dominee", + "generaal", + "kolonel", + "koning", + "koningin", + "kort", + "korte", + "meester", + "mejuffrouw", + "minister", + "monseigneur", + "pastoor", + "president", + "prins", + "prinses", + "professor", + "sint", + "suster", + "vrouwe", + "van", + "van die", + "van den", + "van der", + "boulevard", + "dijk", + "dwarsstraat", + "dwarsweg", + "kade", + "plantsoen", + "7-eleven", + "a&w", + "ace hardware", + "albertsons", + "aldi süd", + "alfamart", + "applebee's", + "apple store", + "arby's", + "at&t", + "au bon pain", + "auntie anne's", + "autozone", + "banco itaú", + "bank of america", + "bank spółdzielczy", + "barnes & noble", + "b&q", + "baskin-robbins", + "bb&t", + "beef o'brady's", + "ben & jerry's", + "benihana", + "best buy", + "best western", + "blimpie", + "boston market", + "bp", + "bpi", + "bricomarché", + "buca di beppo", + "bubba gump shrimp company", + "burger king", + "c&a", + "caisse d'épargne", + "caixa econômica federal", + "california pizza kitchen", + "carl's jr.", + "casey's general store", + "charley's grilled subs", + "chase bank", + "chick-fil-a", + "chili's", + "chipotle", + "cinnabon", + "chevron", + "chuck e. cheese's", + "church's chicken", + "cibc", + "cici's pizza", + "circle k", + "citibank", + "citroën", + "cold stone", + "costco", + "cracker barrel", + "crédit agricole", + "crédit mutuel", + "crédit mutuel de bretagne", + "crepes & waffles", + "culver's", + "cvs", + "dairy queen", + "dänisches bettenlager", + "dave & buster's", + "days inn", + "délifrance", + "del taco", + "denny's", + "deutsche bank", + "dollar general", + "dollar tree", + "dollarama", + "domino's", + "dunkin' donuts", + "e.leclerc", + "einstein bros. bagels", + "ernsting's family", + "family dollar", + "familymart", + "fatburger", + "five guys", + "freebirds", + "friendly's", + "gamestop", + "gloria jean's", + "gnc", + "goodwill", + "greggs", + "h&m", + "h&r block", + "hard rock cafe", + "hardee's", + "h-e-b", + "h-e-b gas", + "holiday inn", + "the home depot", + "hungry jack's", + "hsbc", + "hypovereinsbank", + "ihop", + "ikea", + "in-n-out burger", + "intermarché", + "intermarché super", + "itaú", + "jack in the box", + "jack astor's bar & grill", + "jamba juice", + "jcpenney", + "jimmy john's", + "joe's crab shack", + "kenny rogers", + "kfc", + "kohl's", + "kmart", + "krispy kreme", + "little caesars", + "lloyds", + "lone star steakhouse", + "long john silver's", + "longhorn steakhouse", + "lowe's", + "luby's", + "macy's", + "mcdonald's", + "mccafé", + "mercedes-benz", + "ministop", + "morrisons", + "motel 6", + "müller", + "nando's", + "nationwide", + "natwest", + "nemzeti dohánybolt", + "netto", + "o'reilly auto parts", + "office depot", + "old navy", + "olive garden", + "outback steakhouse", + "panera bread", + "papa gino's", + "papa john's", + "perkins", + "p. f. chang's", + "petro-canada", + "petco", + "petsmart", + "pizzaexpress", + "pizza hut", + "pizza pizza", + "planet hollywood", + "pnc bank", + "ponderosa steakhouse", + "popeyes", + "potbelly sandwich works", + "qdoba mexican grill", + "quiznos", + "radio shack", + "raiffeisenbank", + "red lobster", + "red robin", + "rei", + "rite aid", + "ruby tuesday", + "safeway", + "sainsbury's", + "sainsbury's local", + "salvation army", + "sam's club", + "sbarro", + "schlotzsky's", + "seattle's best coffee", + "shake shack", + "shakey's pizza", + "shoprite", + "sizzler", + "smashburger", + "sonic", + "spaghetti warehouse", + "sparda-bank", + "sprint", + "starbucks", + "steak 'n shake", + "stewart's", + "subway", + "swensen's", + "taco bell", + "taco cabana", + "target", + "td bank", + "td canada trust", + "tesco", + "texaco", + "t.g.i. friday's", + "the co-operative food", + "tj maxx", + "tcby", + "t-mobile", + "tony roma's", + "toys r us", + "trader joe's", + "unicredit bank", + "ups store", + "us bank", + "verizon wireless", + "vr-bank", + "walgreens", + "walmart", + "walmart supercenter", + "wawa", + "wells fargo", + "wells fargo bank", + "wendy's", + "western union", + "whataburger", + "white castle", + "whole foods", + "ymca", + "ywca", + "yogen früz", + "zaxby's", + "franklin d roosevelt", + "john f kennedy", + "lyndon b johnson", + "martin luther king junior", + "robert f kennedy", + "san", + "camín", + "paséu", + "mənzil", + "cənub", + "cənub-şərq", + "cənub-qərb", + "qərb", + "şərq", + "şimal", + "şimal-şərq", + "şimal-qərb", + "general", + "müqəddəs", + "bulvar", + "çıxılmaz", + "keçid", + "küçə", + "küçəsi", + "prospekt", + "prospekti", + "sahə", + "şose", + "şosesi", + "üzük", + "xətt", + "корпус", + "korpus", + "beriozka", + "ўсход", + "ŭschod", + "ŭskhod", + "ŭschodniaj", + "poŭnač", + "poŭnačh", + "paŭnochnaya", + "paŭdnyëvaya", + "paŭdniovaja", + "paŭdniovy", + "paŭdnyëvy", + "paŭnochny", + "дом", + "dom", + "генерала", + "generala", + "святой", + "sviatoj", + "горад", + "horad", + "посблок", + "пасёлак", + "pasiolak", + "раион", + "raion", + "во́бласць", + "востраў", + "vostraŭ", + "алея", + "alieja", + "бульвар", + "bulvar", + "дарога", + "daroha", + "kaĺcavaja", + "лінія", + "linija", + "набярэжная", + "nabiarežnaja", + "плошча", + "plošča", + "праезд", + "prajezd", + "праспект", + "praspiekt", + "шаша", + "šaša", + "šašejnaja", + "тупік", + "tupik", + "вуліца", + "vulica", + "завулак", + "zavulak", + "кватэра", + "kvatera", + "na ŭgŭla na", + "ŭgŭl", + "ŭgŭl na", + "вход", + "vkhod", + "этаж", + "etazh", + "приземен етаж", + "prizemen etazh", + "номер", + "nomer", + "доктор", + "doktor", + "доцент", + "dotsent", + "генерал", + "general", + "капитан", + "kapitan", + "митрополит", + "mitropolit", + "професор", + "profesor", + "свети", + "sveti", + "пощенска кутия", + "poshtenska kutiya", + "блок", + "blok", + "село", + "selo", + "град", + "grad", + "квартал", + "kvartal", + "жилищен комплекс", + "zhilishten kompleks", + "stŭlbishte", + "Булевард", + "bulevard", + "площад", + "ploshtad", + "улица", + "ulitsa", + "апартамент", + "apartament", + "офис", + "ofis", + "alezioù", + "hent-bras", + "hent-dall", + "hent-don", + "hentoù", + "hent-tro", + "kêr", + "kêrig", + "kroas-hent", + "kroasnent-tro", + "kroashent-tro", + "kroazhent-tro", + "ruioù", + "straedoù", + "između", + "istok", + "jug", + "sjever", + "zapad", + "bez broja", + "broj", + "doktor", + "maršala", + "svetog", + "džamija", + "školska", + "tvornička", + "postanški pretinac", + "stubište", + "aleja", + "avenija", + "bulevar", + "cesta", + "šetalište", + "ulica", + "apartman", + "entre", + "est", + "nord", + "nordest", + "nordoest", + "oest", + "sud", + "sudest", + "sudoest", + "entrada", + "maria", + "soterrani", + "entresòl", + "planta", + "àtic", + "baixos", + "planta baixa", + "principal", + "sobreàtic", + "sub soterrani", + "a prop d'aquí", + "aquí", + "sense número", + "número", + "doctor", + "doctora", + "don", + "dona", + "mossèn", + "sant", + "santa", + "aparcament", + "atlètic", + "biblioteca", + "cafè", + "cementiri", + "col·legi públic", + "col·legi", + "comissaria", + "convent", + "correus", + "escola universitària", + "escola", + "escola propera", + "església", + "esglésies", + "estacionament", + "estació", + "farmàcia", + "hospital", + "hotel", + "jardí d'infància", + "monestir", + "monument", + "museu", + "pavelló", + "pre escola", + "presó", + "ruïnes", + "supermercat", + "universitat", + "apartat", + "codi postal", + "barri", + "bloc", + "cantonada", + "districte", + "polígon", + "polígon industrial", + "punt quilomètric", + "urbanització", + "escala", + "i", + "autopista", + "autovia", + "avinguda", + "camí", + "carrer", + "carrera", + "carreró", + "carretera", + "cinturó", + "diagonal", + "drecera", + "gran vía", + "passadís", + "passatge", + "passeig", + "plaça", + "portal", + "rambla", + "ronda", + "rotonda", + "sortida", + "transversal", + "travessera", + "travessia", + "via", + "baixada", + "barranc", + "dreta", + "finca", + "municipal", + "nacional", + "nombre", + "parada", + "població", + "pujada", + "sagrada", + "sagrat", + "esquerra", + "apartament", + "habitació", + "lot", + "oficina", + "parcel·la", + "porta", + "unitat", + "jih", + "sever", + "východ", + "západ", + "číslo popisné", + "podzemní podlaží", + "etáž", + "nadzemní podlaží", + "přízemí", + "blízko", + "poblíž", + "tady poblíž", + "v blízkém okolí", + "v blízkosti", + "v blízkosti mně", + "v okolí", + "číslo", + "doktor", + "svatý", + "čajovná", + "chrám", + "cukrárna", + "dům", + "galérie", + "gymnázium", + "hlavní nádražní", + "hřbitovní", + "katedralá", + "kavárna", + "knihkupectví", + "komerční banka", + "koupaliště", + "kulturní dům", + "lékárna", + "mateřská škola", + "městský úřad", + "nádražní", + "obecní úřad", + "pekárna", + "škola", + "školní", + "úřad", + "vêž", + "vinárna", + "základní škola", + "zámek", + "poštovní přihrádka", + "schodiště", + "a", + "nábřeží", + "náměstí", + "příčná", + "třída", + "ulice", + "ulička", + "pravá", + "levá", + "apartmán", + "kancelář", + "pokoj", + "tŷ", + "gogledd", + "dwyrain", + "de", + "gorllewin", + "pont", + "rhodfa'r", + "lôn", + "sgwâr", + "advokat", + "gård", + "høj", + "højen", + "kær", + "krænten", + "længen", + "stræde", + "vej", + "vænge", + "på hjørnet af", + "hjørne af", + "mellem", + "centrum", + "nordre", + "nord", + "nordøst", + "nordvest", + "øst", + "østre", + "søndre", + "syd", + "sydøst", + "sydvest", + "vest", + "kælderen", + "etage", + "stuen", + "i nærheden af ​​mig", + "i nærheden", + "i nærheden af", + "nær", + "nær her", + "nær mig", + "på", + "tæt på her", + "tæt på mig", + "tæt ved", + "nummer", + "sankt", + "akademi", + "departement", + "gaard", + "postboks", + "stiege", + "og", + "allé", + "anlæg", + "store", + "gammel", + "midt for", + "til højre", + "til venstre", + "lejlighed", + "diplom ingenieur", + "diplom kaufmann", + "doktor der medizin", + "doktor der philosophie", + "magister", + "auto teile unger", + "ag", + "eingetragener verein", + "firma", + "fußball club", + "gmbh", + "gesellschaft", + "kg", + "ohg", + "berg", + "burg", + "dorf", + "kogel", + "universität", + "brücke", + "burgermeister", + "kreuz", + "markt", + "platz", + "quelle", + "rundwanderweg", + "siedlung", + "stiege", + "straße", + "weg", + "wiese", + "zwischen", + "nord", + "nördlich", + "nördliche", + "nördlicher", + "nördliches", + "nordost", + "nordöstlich", + "nordwest", + "ost", + "östlich", + "östliche", + "östlicher", + "östliches", + "süd", + "süden", + "südlich", + "südliche", + "südlicher", + "südliches", + "südost", + "südosten", + "südöstlich", + "südöstliche", + "südöstlicher", + "südöstliches", + "südwest", + "südwesten", + "südwestlich", + "südwestliche", + "südwestlicher", + "südwestliches", + "west", + "westlich", + "konskriptionsnummer", + "untergeschoss", + "obergeschoss", + "erdgeschoss", + "hier in der nähe", + "in der nähe", + "in der nähe hier", + "in der nähe von", + "in meiner nähe", + "in der nähe zu mir", + "nähe", + "nummer", + "doktor", + "bürgermeister", + "direktor", + "frau", + "fraulein", + "heilige", + "herr", + "herrn", + "ingnieur", + "kapitanleutnant", + "mitglied des bundestages", + "mitglied des landtages", + "oberburgermeister", + "professor", + "sankt", + "abteilung", + "altstoffsammelzentrum", + "allgemeiner deutscher automobil club", + "auswartiges amt", + "bücherei", + "bundesgymnasium", + "bundesrealgymnasium", + "büro", + "bustenhalter", + "café", + "denkmal", + "deutsche bahn", + "deutscher alpenverein", + "fabrik", + "fachhochschule", + "fähranlegestelle", + "freiwillige feuerwehr", + "gasthaus", + "gaststätte", + "gasthof", + "gefängnis", + "geschäft", + "handelsakademie", + "handelsschule", + "hauptbahnhof", + "höhle", + "höhere technische lehranstalt", + "hörsäle", + "hütte", + "jagdhutte", + "jungenherberge", + "kapelle", + "kläranlage", + "konzentrationslager", + "magistratsabteilung", + "marktplatz", + "nationalpark", + "naturschutzgebiet", + "neue mittelschule", + "öffentlicher markt", + "padagogische hochschule", + "resevoir", + "schloss", + "schutzhütte", + "sportplatz", + "steinbruch", + "supermarkt", + "technische universität", + "truppenubüngsplatz", + "universitätsbibliothek", + "volksschule", + "warenhäuser", + "wasserfall", + "wirtshaus", + "postfach", + "bezirk", + "gemeinde", + "hauptstadt", + "an der", + "auf der", + "bei", + "im", + "in", + "in der", + "ob", + "oder", + "und", + "vor", + "von", + "von der", + "zum", + "allee", + "bahnhof", + "boulevard", + "bühl", + "chaussee", + "damm", + "forsthaus", + "gasse", + "graben", + "großser", + "große", + "großes", + "hof", + "kamp", + "obere", + "oberer", + "untere", + "deutsch", + "ehemalige", + "gebruder", + "haltestelle", + "hinter", + "internationale", + "kleine", + "kleiner", + "kleines", + "niedere", + "rhein", + "see", + "spitze", + "vordere", + "bayerisch", + "bayerische", + "bayerischer", + "bayerisches", + "burgenländ", + "burgenländische", + "deutsche", + "deutscher", + "deutsches", + "niederösterreich", + "niederösterreichisch", + "niederösterreichische", + "niederösterreichischer", + "niederösterreichisches", + "oberösterreich", + "oberösterreichisch", + "oberösterreichische", + "oberösterreichischer", + "oberösterreichisches", + "österreich", + "österreichisch", + "österreichische", + "österreichischer", + "österreichisches", + "österreichischer alpenverein", + "österreichischer gebirgsverein", + "österreichischer touristenklub", + "wiener", + "links", + "rechts", + "appartement", + "wohnung", + "zimmer", + "κτίριο", + "ktírio", + "είσοδος", + "eísodos", + "αλέξανδρου", + "aléxandrou", + "γρηγορίου", + "grigoríou", + "κωνσταντίνου", + "konstantínou", + "υπόγειο", + "ypógeio", + "ημιώροφος", + "imiórofos", + "όροφος", + "órofos", + "ισόγειο", + "isógeio", + "αγίου", + "agiou", + "αγίας", + "agías", + "αγίων", + "agíon", + "βασιλέως", + "vasiléos", + "βασιλίσσης", + "vasilíssis", + "στρατηγού", + "stratigoú", + "ανώτατο τεχνολογικό εκπαιδευτικό ίδρυμα", + "anótato technologikó ekpaideftikó ídryma", + "αστυνομικό τμήμα", + "astynomikó tmíma", + "δημοτικό σχολείο", + "dimotikó scholeío", + "ελληνικά ταχυδρομεία", + "elliniká tachydromeía", + "ιερά μονή", + "ierá moní", + "ιερός ναός", + "ierós naós", + "πανεπιστήμιο", + "panepistímio", + "πολυτεχνείου", + "polytechneíou", + "τεχνολογικό εκπαιδευτικό ίδρυμα", + "technologikó ekpaideftikó ídryma", + "ταχυδρομική θυρίδα", + "tachydromikí thyrída", + "ταχυδρομικός κώδικας", + "ταχυδρομικός τομέας", + "δήμος", + "dímos", + "νησί", + "nisí", + "νομός", + "nomós", + "σκάλα", + "skála", + "odós", + "λεωφόρος", + "leofóros", + "πλατεία", + "plateía", + "αδελφοί", + "adelfoí", + "αδελφών", + "adelfón", + "εθνική", + "ethnikí", + "εθνικής", + "ethnikís", + "εθνάρχου", + "ethnárchou", + "ελευθερίου", + "eleftheríou", + "ελευθέριος", + "elefthérios", + "λίμνη", + "límni", + "νέα", + "néa", + "νέες", + "nées", + "νέο", + "néo", + "νέοι", + "néoi", + "όρος", + "óros", + "παλαιά", + "palaiá", + "παλαιές", + "palaiés", + "παλαιό", + "palaió", + "παλαιοί", + "palaioí", + "παλαιός", + "palaiós", + "ποταμός", + "potamós", + "θεσσαλονίκης", + "thessaloníkis", + "thessaloniki", + "διαμέρισμα", + "diamérisma", + "δωμάτιο", + "domátio", + "γραφείου", + "grafeíou", + "attorney", + "bachelor of arts", + "bachelor of sciences", + "esquire", + "juris doctor", + "doctor of philosophy", + "master of business administration", + "master of science", + "bachelor of laws", + "master of arts", + "doctor of divinity", + "master of fine arts", + "medical doctor", + "doctor of science", + "master of laws", + "doctor of letters", + "master of public administration", + "master of public policy", + "bachelor of education", + "master of education", + "doctor of laws", + "master of philosophy", + "doctor of theology", + "master of engineering", + "registered nurse", + "doctor of osteopathic medicine", + "doctor of pharmacy", + "annex", + "building", + "bungalow", + "cabin", + "cottage", + "duplex", + "factory", + "farm", + "garage", + "house", + "maisonette", + "reserve", + "shed", + "tower", + "townhouse", + "trailer", + "villa", + "warehouse", + "united states post office", + "united states postal service", + "associates", + "association", + "b corporation", + "charitable incorporated organization", + "close corporation", + "company", + "and company", + "community interest company", + "cooperative", + "corporation", + "doing business as", + "economic development corporation", + "enterprise", + "european economic interest grouping", + "exempted limited partnership", + "football club", + "general patnership", + "hindu undivided family", + "incorporated", + "international business company", + "intermediary", + "investment company with variable capital", + "limited", + "limited by guarantee", + "limited company", + "limited duration company", + "limited liability company", + "limited liability limited partnership", + "limited liability partnership", + "limited partnership", + "look through company", + "national association", + "national trust and savings association", + "no liability", + "nonprofit", + "open ended investment company", + "private limited company", + "professional limited liability company", + "professional service corporation", + "proprietary", + "proprietary limited", + "public limited company", + "public sector unit", + "s corporation", + "sole proprietorship", + "european cooperative society", + "european company", + "european private company", + "single member company", + "society", + "undertakings for collective onvestment in transferable securities", + "unlimited", + "at the corner of", + "corner", + "corner of", + "between", + "center", + "central", + "centre", + "east", + "eastern", + "lower", + "middle", + "north", + "northeast", + "northeastern", + "northwest", + "northwestern", + "south", + "southeast", + "southeastern", + "southwest", + "southwestern", + "upper", + "west", + "western", + "entrance", + "robert", + "william", + "basement", + "mezzanine", + "mezzanine floor", + "mezzanine level", + "lower mezzanine", + "upper mezzanine", + "floor", + "level", + "platform", + "ground", + "ground floor", + "ground level", + "lower ground floor", + "lower level", + "podium", + "podium level", + "rooftop", + "top floor", + "upper ground floor", + "sub basement", + "no fixed address", + "not applicable", + "number", + "junior", + "senior", + "arch bishop", + "brigadier general", + "colonel", + "commander", + "congressman", + "congresswoman", + "corporal", + "captain", + "chairman", + "chairwoman", + "czar", + "deputy prime minister", + "doctor", + "doctors", + "brother", + "father", + "sister", + "his royal highness", + "her royal highness", + "general", + "his honor", + "her honor", + "honorable", + "lieutenant", + "lieutenant governor", + "lieutenant colonel", + "lieutenant commander", + "lieutenant general", + "king", + "major", + "major general", + "mp", + "mps", + "mr", + "mrs", + "ms", + "officer", + "president", + "prime minister", + "private first class", + "professor", + "professors", + "reverend", + "right honorable", + "saint", + "saints", + "sainte", + "san", + "santa", + "sargeant", + "secretary", + "representative", + "representatives", + "senator", + "senators", + "vice chairman", + "vice chairperson", + "vice chairwoman", + "vice president", + "vice prime minister", + "abbey", + "aged care center", + "amphitheatre", + "animal hospital", + "air force base", + "air national guard base", + "airport", + "apartments", + "art gallery", + "barbecue", + "barracks", + "beach", + "boarding house", + "boardwalk", + "book store", + "business park", + "cafe", + "caravan park", + "car park", + "car wash", + "castle", + "center for the arts", + "child care", + "church", + "circus", + "club", + "clubhouse", + "community center", + "community", + "convalescent center", + "cottages", + "country club", + "courthouse", + "culture center", + "cultural center", + "dam", + "deli", + "department", + "detention", + "distributor", + "district", + "dormitory", + "dormitories", + "elementary school", + "farmer's market", + "fire department", + "fitness center", + "flats", + "fort", + "graveyard", + "green", + "gym", + "health center", + "home", + "hospital", + "hostel", + "hotel", + "houses", + "ice cream", + "industrial estate", + "industrial park", + "institute", + "jcc", + "jetty", + "lodge", + "mall", + "manor", + "manors", + "marketplace", + "medical", + "memorial", + "mission", + "monastery", + "motel", + "municipal building", + "museum", + "night club", + "nursing center", + "nursing home", + "high school", + "junior high school", + "market", + "middle school", + "national park", + "national recreation area", + "national wildlife refuge area", + "nurses home", + "office", + "offices", + "office tower", + "office towers", + "park", + "pharmacy", + "police department", + "port", + "post office", + "precinct", + "pre school", + "pre-kindergarten", + "public school", + "retreat", + "rotary", + "reservation", + "reservoir", + "retirement home", + "sanctuary", + "service", + "services", + "sheriff's department", + "sherrif's office", + "shopping center", + "shop", + "station", + "store", + "supermarket", + "terminal", + "towers", + "townhouses", + "trailer park", + "university", + "villas", + "village", + "villages", + "wine bar", + "youth center", + "locked mail bag", + "community mail bag", + "general post office box", + "post office box", + "post mail box", + "mailservice", + "mailcenter", + "roadside mail box", + "roadside delivery", + "roadside mail service", + "rural mail box", + "private mail box", + "block", + "quadrant", + "section", + "township", + "and", + "opposite", + "acres", + "access", + "alley", + "alleyway", + "amble", + "anchorage", + "approach", + "arterial", + "artery", + "back", + "bank", + "basin", + "bayou", + "belt", + "bend", + "bluff", + "bottom", + "bottoms", + "boundary", + "bowl", + "brace", + "branch", + "brae", + "break", + "bridge", + "broadway", + "brook", + "brooks", + "brow", + "burg", + "burgs", + "butte", + "bypass", + "byway", + "canyon", + "caravan", + "causeway", + "centers", + "centreway", + "chase", + "circle", + "circles", + "circlet", + "circuit", + "claim", + "cliff", + "cliffs", + "close", + "cluster", + "colonnade", + "common", + "commons", + "concord", + "concession", + "concourse", + "connection", + "connector", + "copse", + "corners", + "corseo", + "corso", + "course", + "court", + "courts", + "courtyard", + "cove", + "creek", + "crescent", + "crest", + "crief", + "croft", + "cross", + "crossing", + "crossroad", + "crossroads", + "crossway", + "cruiseway", + "cul de sac", + "curve", + "cutting", + "dale", + "deviation", + "divide", + "diversion", + "down", + "drive", + "driveway", + "drove", + "easement", + "edge", + "elbow", + "esplanade", + "estate", + "estates", + "expressway", + "extension", + "extensions", + "fairway", + "fall", + "falls", + "farms", + "ferry", + "field", + "fields", + "fireline", + "firetrack", + "firetrail", + "flat", + "follow", + "footway", + "ford", + "foreshore", + "formation", + "freeway", + "front", + "frontage", + "gap", + "garden", + "gardens", + "gate", + "gates", + "gateway", + "glade", + "glen", + "grange", + "grounds", + "grove", + "gulch", + "gully", + "hanger", + "harbor", + "harbors", + "haven", + "head", + "heads", + "heath", + "hill", + "hills", + "hollow", + "impasse", + "inlet", + "interchange", + "intersection", + "island", + "islands", + "junction", + "junctions", + "key", + "keys", + "knoll", + "knolls", + "ladder", + "lagoon", + "landing", + "laneway", + "light", + "limits", + "line", + "link", + "little", + "loaf", + "lookout", + "loop", + "loops", + "lot", + "lynne", + "meadow", + "meadows", + "mead", + "meander", + "mew", + "mews", + "mile", + "mill", + "mills", + "motorway", + "neaves", + "nook", + "outlet", + "outlook", + "overbridge", + "overlook", + "overpass", + "paddock", + "palms", + "parade", + "parklands", + "parkway", + "parkways", + "part", + "pass", + "passage", + "path", + "pathway", + "peninsula", + "piazza", + "pike", + "pine", + "pines", + "plain", + "plains", + "plateau", + "plaza", + "prarie", + "pocket", + "point", + "pointe", + "ports", + "prairie", + "priors", + "private", + "promenade", + "pursuit", + "quad", + "quadrangle", + "quay", + "quays", + "radial", + "ramble", + "ramp", + "ranae", + "ranch", + "rapid", + "rapids", + "range", + "reach", + "rest", + "return", + "ridge", + "ridges", + "ridgeway", + "right of way", + "rise", + "riverway", + "riviera", + "roadside", + "roadway", + "rocks", + "ronde", + "rosebowl", + "round", + "route", + "row", + "run", + "shoal", + "shoals", + "shore", + "shores", + "shunt", + "siding", + "skyway", + "sound", + "space", + "spring", + "spur", + "square", + "squares", + "stairs", + "stairway", + "steps", + "strand", + "strands", + "strip", + "subdivision", + "subway", + "summit", + "tarn", + "terrace", + "thicket", + "thoroughfare", + "thoroughway", + "throughway", + "tollway", + "townline", + "trace", + "track", + "trafficway", + "trail", + "tramway", + "trees", + "trunkway", + "tunnel", + "turnabout", + "turn", + "turnpike", + "underpass", + "union", + "unions", + "vale", + "valley", + "valleys", + "viaduct", + "view", + "views", + "vista", + "walk", + "walkway", + "waters", + "well", + "wells", + "wharf", + "woods", + "wynd", + "yard", + "arcade", + "avenue", + "avenues", + "autoroute", + "bay", + "boulevard", + "burrow", + "camp", + "cape", + "county highway", + "county road", + "county route", + "downs", + "grand boulevard", + "greenway", + "heights", + "highlands", + "highroad", + "highway", + "interstate", + "lane", + "mount", + "place", + "range road", + "road", + "roads", + "rural route", + "service road", + "serviceway", + "slope", + "springs", + "state highway", + "state road", + "state route", + "stravenue", + "street", + "streets", + "township highway", + "township road", + "township route", + "triangle", + "truck trail", + "us highway", + "us route", + "way", + "ways", + "brothers", + "city", + "county", + "forest", + "fords", + "fork", + "forks", + "forge", + "forges", + "glens", + "great", + "greater", + "greens", + "groves", + "international", + "lake", + "lakes", + "lock", + "locks", + "military", + "mountain", + "mountains", + "municipal", + "national", + "neck", + "orchard", + "paradise", + "rear of", + "river", + "stream", + "ville", + "wood", + "alabama", + "alberta", + "alaska", + "arizona", + "arkansas", + "australian antarctic territory", + "australian capital territory", + "british columbia", + "california", + "colorado", + "connecticut", + "delaware", + "district of columbia", + "florida", + "georgia", + "hawaii", + "hong kong", + "hong kong island", + "hong kong special administrative region", + "idaho", + "illinois", + "indiana", + "iowa", + "jervis bay territory", + "kansas", + "kentucky", + "kowloon", + "louisiana", + "maine", + "manitoba", + "maryland", + "massachusetts", + "melbourne", + "michigan", + "minnesota", + "mississippi", + "missouri", + "montana", + "nebraska", + "nevada", + "new brunswick", + "new hampshire", + "new jersey", + "new mexico", + "new south wales", + "new territories", + "new york", + "newfoundland", + "north carolina", + "north dakota", + "northern territory", + "nova scotia", + "northwest territories", + "nunavut", + "ohio", + "oklahoma", + "ontario", + "oregon", + "pennsylvania", + "prince edward island", + "quebec", + "queensland", + "rhode island", + "saskatchewan", + "south carolina", + "south dakota", + "southern australia", + "tasmania", + "tennessee", + "texas", + "utah", + "vermont", + "victoria", + "virginia", + "washington", + "west virginia", + "western australia", + "wisconsin", + "wyoming", + "yukon", + "left", + "right", + "rear", + "antenna", + "apartment", + "berth", + "boatshed", + "carpark", + "carspace", + "hangar", + "kiosk", + "lease", + "lobby", + "location", + "marine berth", + "penthouse", + "portion", + "room", + "showroom", + "stall", + "strata unit", + "studio", + "substation", + "suite", + "tenancy", + "trailer park lot", + "unit", + "vault", + "ward", + "workshop", + "lower left", + "lower right", + "rear lower", + "side", + "top floor left", + "top floor right", + "top left", + "top right", + "upper left", + "upper right", + "licenciada", + "licenciado", + "caserío", + "chalet", + "complejo", + "condominio", + "conjunto", + "cooperativa", + "cortijo", + "edificio", + "estancia", + "local", + "residencial", + "torre", + "vivienda", + "asociación en participación", + "asociación civil", + "banco", + "club atlético", + "club de fútbol", + "compañía", + "compañía anónima", + "compañía por acciónes", + "empresa", + "empresa individual de responsabilidad limitada", + "empresa publica", + "empresa unipersonal", + "fútbol club", + "sociedad", + "sociedad anónima", + "sociedad anónima abierta", + "sociedad anónima bursatil", + "sociedad anónima deportiva", + "sociedad anónima de capital variable", + "sociedad anónima cooperativa catalana limitada", + "sociedad anónima española", + "sociedad anónima finciera de inversión", + "sociedad anónima inscrita de capital abierto", + "sociedad anónima laboral", + "sociedad anónima promotora de inversión", + "sociedad anónima simplificada", + "sociedad civil", + "sociedad colectiva", + "sociedad comanditaria", + "sociedad cooperativa", + "sociedad cooperativa limitada", + "sociedad de capital e industria", + "sociedad de garantia reciproca", + "sociedad de responsabilidad limitada", + "sociedad del estado", + "sociedad en comandita", + "sociedad en comandita port acciónes", + "sociedad en nombre colectivo", + "sociedad en nombre colectivo de responsabilidad limitada", + "sociedad gestora de instituciones de inversión colectiva", + "sociedad limitada", + "sociedad limitada laboral", + "sociedad limitada nueva empresa", + "sociedad limitada unipersonal", + "sociedad port acciónes", + "unión deportiva", + "unión", + "y compañía", + "y sucesores", + "esquina", + "en la esquina de", + "esquina de", + "entre", + "este", + "norte", + "noreste", + "noroeste", + "oeste", + "oriente", + "poniente", + "sur", + "sureste", + "suroeste", + "entrada", + "portal", + "pórtico", + "federico", + "francisco", + "maria", + "exterior", + "número exterior", + "sótano", + "entresuelo", + "piso", + "planta", + "bajo", + "bajos", + "planta baja", + "planta primera", + "piso principal", + "planta principal", + "principal", + "sub sótano", + "cerca de acá", + "cerca de aquí", + "cerca de mì", + "por aquí", + "próximo", + "sin número", + "número", + "junior", + "abad", + "abogada", + "abogado", + "administrador", + "administradora", + "agrimensor", + "alcalde", + "alférez", + "almirante", + "arquitecto", + "arquitecta", + "arquitectors", + "arzobispo", + "barón", + "brigadier", + "brigadier general", + "caballero", + "cabo primero", + "cabo segundo", + "cabo tercero", + "cacique", + "capitán", + "cardenal", + "clérigo", + "comandante", + "comisario", + "conde", + "condesa", + "consejal", + "consejero", + "contralmirante", + "coronel", + "diacono", + "diacona", + "diputado", + "director", + "directora", + "doctor", + "doctora", + "don", + "doña", + "dragoneante", + "duque", + "duquesa", + "embajador", + "enfermera", + "excelencia", + "excelentisima", + "excelentisimo", + "fray", + "gendarme", + "general", + "gobernadora", + "gobernador", + "hermana", + "hermanas", + "hermano", + "hermanos", + "infanta", + "infante", + "ingeniera", + "ingeniero", + "inspector", + "intendente", + "jefe", + "juez", + "locutor", + "madre", + "maestro", + "mariscal", + "marques", + "marquesa", + "mayor", + "mayor de brigada", + "mayor general", + "ministerio", + "ministro", + "monseñor", + "notario", + "nuestra señora", + "obispo", + "padre", + "piloto fluvial", + "presidenta", + "presidente", + "príncipe", + "procurador", + "profesor", + "profesora", + "reina", + "reverendo", + "reverendisima", + "reverendisimo", + "san", + "santa", + "sant", + "santo", + "sargento", + "sargento ayudante", + "sargento mayor", + "sargento primero", + "sargento segundo", + "sargento viceprimero", + "secretario", + "secretaria", + "senador", + "señor", + "señora", + "señores", + "señorita", + "serenisima", + "serenisimo", + "soldado", + "subteniente", + "teniente", + "teniente coronel", + "teniente general", + "teniente primero", + "vicealmirante", + "vizconde", + "vizcondesa", + "almacén", + "almacén general", + "alquileres de vehículos", + "apartamentos", + "área de juegos", + "área de picnic", + "área recreacional", + "área recreativa", + "arboleda", + "arrabal", + "arroyo", + "asuntos exteriores", + "atlético", + "balneario", + "baños", + "biblioteca", + "cabaña", + "café", + "cafetería", + "campo", + "campo de golf", + "cantera", + "cantina", + "carnicería", + "casa señorial", + "castillo", + "centro comercial", + "centro comunitario", + "centro de arte", + "centro de salud", + "centro deportivo", + "centro juvenil", + "centro médico", + "charcutería", + "clínica", + "clínica veterinaria", + "club", + "club social", + "comida rápida", + "comisario de policía", + "concesionario de automóviles", + "consultorio médico", + "copistería", + "corral", + "corralillo", + "convento", + "dehesa", + "de capital variable", + "dirección", + "diseminado", + "discoteca", + "droguería", + "dulcería", + "enfermería", + "escaleras", + "estación", + "estación de autobuses", + "estación de tren", + "estacionamiento", + "estancias", + "extensión", + "fábrica", + "ferretería", + "ferrocarril", + "ferrocarriles", + "floristería", + "frutería", + "galería", + "granja", + "habitación", + "hacienda", + "heladería", + "hipódromo", + "hospital", + "iglesia", + "iglesias", + "instituto", + "jardín", + "jardín de infancia", + "jardínes", + "joyería", + "juguetería", + "lavandería", + "librería", + "licorería", + "mansión", + "mansiónes", + "mercado", + "mercado público", + "mirador", + "monasterio", + "muelle", + "óptica", + "pabellón", + "palacio", + "palacios", + "panadería", + "papelería", + "parque", + "parque acuático", + "parque temático", + "pastelería", + "pescadería", + "peluquería", + "pequeño supermercado", + "policía", + "prisión", + "puebla", + "pueblo", + "puente", + "puerta", + "puerto", + "puerto deportivo", + "rancho", + "rescate de montaña", + "salón de acto", + "salón de belleza", + "salón municipal", + "sanatorio", + "santuario", + "taller mecánico", + "tintorería", + "transito", + "universidad", + "villa", + "villas", + "viñedo", + "viviendas", + "zapatería", + "zoológico", + "apartado", + "apartado de correos", + "apartado postal", + "casilla de correos", + "codigo postal", + "ampliación", + "barriada", + "barrio", + "barrios", + "bloque", + "colonia", + "ciudad", + "cuadra", + "distrito", + "distrito postal", + "estado", + "extrarradio", + "extramuros", + "isla", + "islas", + "kilómetro", + "manzana", + "núcleo", + "partida", + "poblado", + "polígono", + "polígono residencial", + "polígono industrial", + "provincia", + "punto kilométrico", + "sección", + "sector", + "urbanización", + "vecindario", + "zona", + "escalera", + "escalinata", + "para", + "y", + "acceso", + "alameda", + "alquería", + "andador", + "angosta", + "apeadero", + "autopista", + "autovía", + "avenida", + "avenida calle", + "avenida carrera", + "bajada", + "banda", + "barranco", + "barranquillo", + "boulevard", + "brazal", + "bulevar", + "calle", + "calleja", + "callejón", + "calle privada", + "callejuela", + "callizo", + "calzada", + "camino", + "camino hondo", + "camino nuevo", + "camino viejo", + "caminito", + "camping", + "cantón", + "carrera", + "carretera", + "carreterín", + "carretil", + "carril", + "cerrada", + "cinturón", + "circular", + "circuito", + "circunvalar", + "circunvalación", + "corredor", + "costanilla", + "cuesta", + "diagonal", + "espalda", + "estrada", + "explanada", + "glorieta", + "gran vía", + "ladera", + "laderas", + "llanura", + "malecón", + "pantano", + "paraje", + "particular", + "pasadizo", + "pasaje", + "paseo", + "paseo maritimo", + "pasillo", + "peatonal", + "periferico", + "plaza", + "plazoleta", + "plazuela", + "prolongación", + "rambla", + "rampla", + "retorno", + "rincón", + "rinconada", + "ronda", + "rotonda", + "ruta", + "sendera", + "sendero", + "subida", + "tránsito", + "transversal", + "trasera", + "travesía", + "vereda", + "viaducto", + "via", + "vista", + "fernández", + "lópez", + "hernández", + "gonzález", + "martínez", + "rodríguez", + "abril", + "agosto", + "altura", + "alturas", + "bosque", + "brigada", + "cabo", + "campos", + "canal", + "centro", + "cerro", + "enero", + "diciembre", + "febrero", + "gobierno", + "grande", + "guerra", + "independencia", + "infantería", + "junio", + "julio", + "lago", + "lagos", + "laguna", + "llanuras", + "marzo", + "mayo", + "militar", + "monte", + "montes", + "nacional", + "noviembre", + "octubre", + "portillo", + "prado", + "primeros", + "privada", + "punta", + "quebrada", + "real", + "republica", + "revolucion", + "ribera", + "río", + "septiembre", + "sierra", + "valle", + "volcan", + "voluntarios", + "barcelona", + "buenos aires", + "capital federal", + "ciudad de méxico", + "distrito federal", + "distrito capital", + "distrito nacional", + "madrid", + "aguascalientes", + "baja california", + "baja california sur", + "campeche", + "chiapas", + "chihuahua", + "coahuila", + "colima", + "durango", + "guanajuato", + "guerrero", + "hidalgo", + "jalisco", + "méxico", + "michoacán", + "morelos", + "nayarit", + "nuevo león", + "oaxaca", + "querétaro", + "quintana roo", + "san luis potosí", + "sinaloa", + "sonora", + "tabasco", + "tamaulipas", + "tlaxcala", + "veracruz", + "yucatán", + "zacatecas", + "derecha", + "frente", + "izquierda", + "apartamento", + "ático", + "consultorio", + "departamento", + "interior", + "número interior", + "lote", + "oficina", + "suite", + "unidad", + "ático de lujo", + "cobertizo", + "sobreático", + "ehitusala", + "talu", + "as", + "kompanii", + "korporatsioon", + "mtü", + "oü", + "ras", + "tü", + "üf", + "üh", + "uü", + "lääs", + "lõuna", + "põhi", + "põhja", + "sissepääs", + "lähedal", + "lähedal mulle", + "siin lähedal", + "number", + "doktor", + "härra", + "kapteen", + "kolonel", + "kolonelleitnant", + "major", + "noorem leitnant", + "proua", + "preili", + "professor", + "pühak", + "seltsimees", + "vanem leitnant", + "farmaatsia", + "gümnaasium", + "instituut", + "jaoskond", + "keskkool", + "ministeerium", + "observatoorium", + "organisatsioon", + "osakond", + "põhikool", + "raamatukogu", + "raamatukauplus", + "teatriala", + "ülikool", + "kubermang", + "küla", + "maakond", + "oblast", + "rajoon", + "ja", + "maantee", + "puiestee", + "raudtee", + "raudteejaam", + "tänav", + "tee", + "tallinn", + "korter", + "solairua", + "beheko solairua", + "behe-solairua", + "zenbakirik gabe", + "autobus-geltoki", + "diru-truke bulegoa", + "diskoteka", + "gau-klub", + "ibilgailu-alokairu", + "supermerkatu", + "posta-kutxa", + "posta-kodea", + "blokea", + "eskailera", + "eta", + "errepidea", + "etorbidea", + "kalea", + "pasealekua", + "plaza", + "zeharbidea", + "zumardia", + "eskuina", + "ezkerkada", + "ezkerreko", + "apartamentu", + "alue", + "aukio", + "kaari", + "katu", + "kuja", + "penger", + "polku", + "puistikko", + "puisto", + "raitti", + "ranta", + "rinne", + "taival", + "tie", + "tori", + "väylä", + "välillä", + "etelä", + "itään", + "länsi", + "sisäänkäynti", + "kerros", + "lähellä", + "lähellä minua", + "lähistöllä", + "täällä", + "tässä lähellä", + "numero", + "postilokero", + "ja", + "kylä", + "asunto", + "bâtiment", + "immeuble", + "villa", + "association sans but lucratif", + "enterprise individuelle", + "enterprise unipersonnelle a responsabilité limitée", + "fond commun de placement", + "group", + "groupe", + "groupement", + "groups", + "groupes", + "groupement d'intérêt économique", + "raison individuelle", + "sociéte anonyme", + "sociéte anonyme libanaise", + "sociéte anonyme omanaise generale", + "sociéte anonyme omanaise close", + "sociéte coopérative", + "sociéte coopérative a responsabilité limitée", + "sociéte coopérative a responsabilité illimitée", + "sociéte coopérative de production", + "sociéte d'économie mixte", + "sociéte d'investissement a capital fixé", + "sociéte d'investissement a capital variable", + "sociéte interne", + "sociéte momentanée", + "sociéte a responsabilité limitée", + "sociéte en participation", + "sociéte de fait", + "sociéte en nom collectif", + "sociéte en commandite", + "sociéte en commandite simple", + "sociéte en commandite par actions", + "sociéte par actions simplifiée", + "sociéte privée a responsabilité limitée", + "sociéte privée a responsabilité limitée unipersonnelle", + "sociéte simple", + "l'angle de", + "à l'angle de", + "central", + "centre", + "est", + "nord", + "nord est", + "nord ouest", + "ouest", + "sud", + "sud est", + "sud ouest", + "entrée", + "sous-sol", + "étage", + "bel étage", + "dernier étage", + "étage noble", + "rez-de-chaussée", + "rez-de-jardin", + "rez-de-chaussée bas", + "rez-de-chaussée haut", + "à coté", + "à coté de", + "à proximité de", + "à proximité de là", + "à proximité de moi", + "près de", + "près de moi", + "près d'ici", + "près de là", + "sans numéro", + "numéro", + "charles de gaulle", + "amiral", + "capitaine", + "caporal", + "chez", + "colonel", + "commandant", + "commander", + "commodore", + "comte", + "comtesse", + "contre amiral", + "docteur", + "docteurs", + "frère", + "général", + "lieutenant commander", + "lieutenant colonel", + "lieutenant général", + "lieutenant", + "madame", + "mesdames", + "mademoiselle", + "mademoiselles", + "maître", + "maîtres", + "maîtresse", + "major", + "major général", + "maréchal", + "marquis", + "marquise", + "messieurs", + "monseigneur", + "monsieur", + "notre-dame", + "père", + "professeur", + "professeure", + "professeures", + "professeurs", + "révérend", + "révérend père", + "révérend père jésuit", + "sa saintete", + "saint", + "sainte", + "sergente", + "son altesse", + "son altesse impériale", + "son altesse royale", + "son eminence", + "son excellence", + "sous lieutenant", + "veuve", + "vice amiral", + "abbaye", + "aéroport", + "auto-école", + "bastide", + "bâtiment de ferme", + "béguinage", + "béguinages", + "bibliothèque", + "boîte de nuit", + "bulle à verre", + "bureau parc", + "café", + "camping", + "castel", + "centre commercial", + "centre de santé", + "chapelle", + "château", + "cimetière", + "cinéma", + "cottage", + "cottages", + "crème glacée", + "crématorium", + "darse", + "département", + "école", + "école de conduite", + "école élémentaire", + "école maternelle", + "église", + "établissement d'enseignement supérieur", + "escaliers", + "étang", + "ferme", + "fermes", + "fontaine", + "fort", + "forum", + "habitation à loyer modéré", + "halle", + "halles", + "hippodrome", + "hôpital", + "hôtel", + "hôtel de ville", + "jardin", + "jardin d'enfants", + "jardins", + "maison de santé", + "maison forestière", + "manoir", + "marché", + "marché public", + "marchés", + "médecin", + "mémorial", + "mont", + "moulin", + "moulins", + "musée", + "palais", + "palais de justice", + "parc", + "parking", + "pavillon", + "pavillons", + "péristyle", + "place de marché", + "poterne", + "préscolaire", + "résidence", + "résidences", + "stade", + "station", + "supermarché", + "théâtre", + "université", + "vétérinaire", + "villas", + "zone artisanale", + "zone d'activites", + "zone artisanale et commerciale", + "zone d'aménagement concerté", + "zone d'aménagement différé", + "zone industrielle", + "zone a urbaniser en priorité", + "boîte postale", + "case postale", + "agglomeratión", + "arrondissement", + "bourg", + "canton", + "cité", + "cités", + "domaine", + "domaines", + "faubourg", + "île", + "îles", + "lieu-dit", + "lotissement", + "lotissements", + "quartier", + "zone", + "escalier", + "à", + "à côté", + "à côté de", + "et", + "allée", + "allées", + "ancien chemin", + "ancienne route", + "anciennes routes", + "arcade", + "autoroute", + "avenue", + "avenues", + "barriêre", + "barriêres", + "bas chemin", + "berge", + "berges", + "boucle", + "boulevard", + "butte", + "côte", + "côteau", + "campagne", + "carreau", + "carrefour", + "carrière", + "carrières", + "carré", + "cavée", + "cercle", + "chalet", + "chaussée", + "chaussées", + "chemin", + "chemin vicinal", + "cheminement", + "chemins", + "chemins vicinaux", + "cloître", + "contour", + "corniche", + "corniches", + "cours", + "degré", + "degrés", + "descente", + "descentes", + "digue", + "digues", + "échangeur", + "écluse", + "écluses", + "enclave", + "enclos", + "espace", + "esplanade", + "esplanades", + "fosse", + "fosses", + "foyer", + "galerie", + "galeries", + "garenne", + "grand boulevard", + "grand chemin", + "grand ensemble", + "grand rue", + "grand rues", + "grands ensembles", + "grille", + "grimpette", + "hameau", + "haut chemin", + "hauts chemins", + "impasse", + "impasses", + "jetée", + "jetées", + "levée", + "montée", + "montées", + "métro", + "nouvelle route", + "parcs", + "parvis", + "passage", + "passage à niveau", + "passe", + "passerelle", + "passerelles", + "patio", + "périphérique", + "petit chemin", + "petite allée", + "petite avenue", + "petite impasse", + "petite route", + "petite rue", + "petite allées", + "place", + "placis", + "plage", + "plages", + "plaine", + "plateau", + "plateaux", + "pointe", + "portique", + "portiques", + "pourtour", + "presqu’île", + "promenade", + "peripherique", + "quai", + "raccourci", + "raidillon", + "rampe", + "rempart", + "rocade", + "ronde", + "rond point", + "roquet", + "rotonde", + "route", + "routes", + "route nationale", + "rue", + "ruelle", + "ruelles", + "rues", + "residence", + "residences", + "sente", + "sentes", + "sentier", + "sentiers", + "square", + "terrain", + "terrasse", + "terrasses", + "terre plein", + "terte", + "tertes", + "traverse", + "vallon", + "valée", + "venelle", + "venelles", + "vieille route", + "vieux chemin", + "voie", + "voies", + "baston", + "charmille", + "colline", + "collines", + "enceinte", + "fleuve", + "grand", + "petite", + "porche", + "rivière", + "village", + "villages", + "alberta", + "colombie-britannique", + "manitoba", + "nouveau-brunswick", + "terre-neuve-et-labrador", + "nouvelle-écosse", + "territoires du nord-ouest", + "nunavut", + "ontario", + "île-du-prince-édouard", + "québec", + "saskatchewan", + "yukon", + "arrière", + "gauche", + "droit", + "appartement", + "bureau", + "boîte", + "porte", + "unité", + "iostáin", + "mionárasáin", + "árasáin", + "lóiste", + "teaghaiseáin", + "mainéar", + "túr", + "bailtíní", + "díonteach", + "ambasáid", + "páirc", + "áirse", + "ardán", + "brí", + "bóithrín", + "bóthar", + "búlbhard", + "cearnóg", + "ceathrú", + "clós", + "cnocán", + "colúnra", + "corrán", + "cosán", + "cumairín", + "céide", + "céimeanna", + "cé", + "cúirt", + "diméin", + "dugaí", + "eastát", + "gairdíní", + "gleanntán", + "gleannán", + "gléib", + "goirtín", + "gráig", + "gráinseach", + "lána", + "mairdíog", + "mulláin", + "móinteán", + "móinéar", + "oileán", + "óstaí", + "paráid", + "pasáiste", + "plás", + "plásóg", + "promanáid", + "póna", + "rosán", + "sráidbhaile", + "sráid", + "síneadh", + "trá", + "úllord", + "árasán", + "pàirc gnìomhachais", + "pàirc gnothachais", + "pàirc malairt", + "pàirc reic", + "raon gnìomhachais", + "pàirc", + "tùr", + "aircèad", + "bràigh", + "ceann-rathaid", + "ceàrn", + "ceàrnag", + "cuairt-rathad", + "cùirt", + "frith-rathad", + "gàrradh", + "iadh-rathad", + "pairèad", + "promanàd", + "seach-rathad", + "sgaoil-rathad", + "snaidhm-rathaid", + "sràid", + "leste", + "norte", + "nordeste", + "noroeste", + "oeste", + "sur", + "sueste", + "suroeste", + "san", + "santa", + "e", + "autovía", + "autopista", + "avenida", + "camiño", + "praza", + "praciña", + "prazuela", + "rambla", + "ronda", + "rotonda", + "rúa", + "rúas", + "subida", + "travesía", + "vía", + "platz", + "wäg", + "waj", + "wäj", + "קומה", + "קומת קרקע", + "komát karká", + "תיבת דואר", + "bazaar", + "između", + "istok", + "jug", + "sjever", + "zapad", + "etaža", + "bez broja", + "doktor", + "kardinala", + "svetog", + "dječji vrtić", + "osnovna škola", + "škola", + "tržnica", + "postanški pretinac", + "stubište", + "i", + "aleja", + "avenija", + "bulevar", + "cesta", + "šetalište", + "ulica", + "apartman", + "és", + "és a", + "és az", + "között", + "dél", + "délnyugat", + "délkeleti", + "észak", + "északnyugat", + "északkeleti", + "kelet", + "nyugat", + "félszuterén", + "szuterén", + "félemelet", + "magasföldszint", + "emelet", + "földszint", + "közelben", + "közelében", + "közelemben", + "szám", + "szent", + "postafiók", + "árok", + "dűlő", + "körönd", + "körút", + "köz", + "lejtő", + "lépcső", + "mező", + "rakpart", + "sétány", + "sugárút", + "tér", + "utca", + "út", + "útja", + "lakás", + "magister administrasi bisnis", + "magister administrasi publi", + "magister administrasi rumah sakit", + "magister agama", + "magister akuntansi", + "magister epidemiolog", + "magister farmasi", + "magister hukum", + "magister humaniora", + "magister ilmu biomedik", + "magister ilmu komputer", + "magister kehutanan", + "magister kenotariatan", + "magister keperawatan", + "magister kesehatan", + "magister manajemen", + "magister manajemen pendidikan", + "magister manajemen sistem informasi", + "magister marine", + "magister pendidikan", + "magister psikologi", + "magister sains bidang ilmu pertahanan", + "magister seni", + "magister statistik", + "magister teknik", + "magister teknologi informasi", + "magister veteriner", + "sarjana administrasi bisnis", + "sarjana administrasi publik", + "sarjana agama", + "sarjana agroteknologi", + "sarjana antropologi", + "sarjana arsitektur", + "sarjana desain", + "sarjana ekonomi islam", + "sarjana ekonomi", + "sarjana farmasi", + "sarjana hubungan internasional", + "sarjana hukum islam", + "sarjana hukum", + "sarjana humaniora", + "sarjana ilmu gizi", + "sarjana ilmu kelautan", + "sarjana ilmu kepolisian", + "sarjana ilmu perpustakaan", + "sarjana ilmu politik", + "sarjana ilmu psikologi", + "sarjana intelijen", + "sarjana kedokteran gigi", + "sarjana kedokteran hewan", + "sarjana kedokteran", + "sarjana kehutanan", + "sarjana komputer", + "sarjana komunikasi dan pengembangan masyarakat", + "sarjana manajemen bisnis", + "sarjana pariwisata", + "sarjana pendidikan islam", + "sarjana pendidikan sekolah dasar", + "sarjana pendidikan", + "sarjana pertahanan", + "sarjana pertanian", + "sarjana peternakan", + "sarjana psikologi", + "sarjana sains", + "sarjana sains terapan pemerintahan", + "sarjana sastra", + "sarjana seni", + "sarjana sistem informasi", + "sarjana sosial", + "sarjana syari ah", + "sarjana teknik", + "sarjana teknologi informasi", + "sarjana teknologi pertanian", + "sarjana teologi islam", + "sarjana teologi kristen", + "sarjana teologi", + "sarjana terapan kepolisian", + "apartemen", + "garasi", + "gedung", + "gudang", + "kebun", + "rumah", + "vila", + "indomart", + "superindo", + "lottemart", + "dan rekan", + "firma", + "koperasi", + "koperasi usaha dagang", + "perseroan komanditer", + "perseroan terbatas", + "perusahaan daerah", + "perusahaan dagang", + "perusahaan jawatan", + "perusahaan otobus", + "perusahaan umum", + "usaha dagang", + "di pojok", + "pojok", + "di antara", + "barat", + "barat daya", + "barat laut", + "selatan", + "tengah", + "tenggara", + "timur", + "timur laut", + "utara", + "masuk", + "gerbang masuk", + "pintu masuk", + "lantai", + "lantai atas", + "lantai dasar", + "sekitar", + "dalam", + "dekat", + "nomor", + "abang", + "brigadir jendral", + "bapak", + "doktor", + "doktorandus", + "ibu", + "jenderal", + "kapten", + "kolonel", + "komandan", + "kopral", + "komandan letnan", + "letnan", + "letnan kolonel", + "letnan jenderal", + "mas", + "mayor", + "mayor jenderal", + "menteri", + "pangeran", + "pendeta", + "ustadz", + "prajurit", + "presiden", + "profesor", + "raden", + "raden mas", + "raden rara", + "raja", + "sersan", + "sultan", + "akademi", + "akuarium", + "apartmen", + "bandar udara", + "banjar", + "bank perkreditan rakyat", + "departmen", + "desa", + "distributor", + "dusun", + "gampong", + "institut", + "kabupaten", + "kantor", + "kebun binatang", + "kecamatan", + "kelompok bermain", + "kelurahan", + "kepolisian daerah", + "kepolisian resor", + "kepolisian sektor", + "kos", + "laboratorium", + "markas besar", + "medik", + "mesjid", + "pabrik", + "pangkalan udara", + "pantai", + "panti jompo", + "paviliun", + "perkebunan", + "pondok", + "provinsi", + "rumah makan", + "rumah sakit hewan", + "rumah sakit", + "rumah sakit wanita", + "sekolah dasar neger", + "sekolah menengah atas negeri", + "sekolah menengah pertama negeri", + "taman kanak", + "tempat pembuangan umum", + "terminal", + "unit gawat darurat", + "universitas", + "blok", + "kampung", + "kompleks", + "kota", + "pulau", + "berlawanan", + "dan", + "dari", + "lewat", + "seberang", + "semua", + "alun-alun", + "gang", + "jalan", + "lorong", + "daerah", + "danau", + "flat", + "gunung", + "internasional", + "kali", + "mbak", + "medikal", + "militer", + "nasional", + "sungai", + "tanjung", + "utama", + "bangka belitung", + "daerah istimewa yogyakarta", + "dki jakarta", + "jawa barat", + "jawa tengah", + "jawa timur", + "kalimantan barat", + "kalimantan selatan", + "kalimantan tengah", + "kalimantan timur", + "kalimantan utara", + "kepulauan riau", + "maluku utara", + "nanggroe aceh darussalam", + "nusa tenggara barat", + "nusa tenggara timur", + "sulawesi barat", + "sulawesi selatan", + "sulawesi tengah", + "sulawesi tenggara", + "sulawesi utara", + "sumatera barat", + "sumatera selatan", + "sumatera utara", + "belakang", + "depan", + "kanan", + "kiri", + "hangar", + "kamar", + "kavling", + "parkiran", + "rukun tetangga", + "rukun warga", + "toko", + "belakang bawah", + "kanan bawah", + "kiri bawah", + "lobi", + "sisi", + "barð", + "byggð", + "gerði", + "háls", + "hlíð", + "múli", + "stræti", + "tún", + "á horninu á", + "austur", + "norður", + "suður", + "vestur", + "hæð", + "jarðhæð", + "hér", + "hérna", + "í", + "nálægt", + "nálægt hér", + "nálægt mér", + "númer", + "pósthólf", + "og", + "til hægri", + "til vinstri", + "íbúð", + "ragioniere", + "casa", + "casetto", + "edificio", + "palazzo", + "associazione calcio", + "compagnia", + "cooperativa", + "cooperativo", + "gruppo di interesse economico", + "football club", + "società", + "società cooperativa a responsabilità limitata", + "società semplice", + "società in accomandità semplice", + "società in nome collettivo", + "società per azioni", + "società in accomandità per azioni", + "società a garanzia limitata", + "società a responsabilità limitata", + "all'angolo tra", + "nord", + "nord est", + "nord ovest", + "est", + "occidentale", + "orientale", + "ovest", + "sud", + "sud est", + "sud ovest", + "cantina", + "piano", + "piano terra", + "senza numero civico", + "senza numero", + "numero", + "architetto", + "avvocato", + "barone", + "baronessa", + "capitano", + "cardinale", + "cavaliere", + "cavaliere ufficiale", + "colonnello", + "commendatore", + "console", + "corpo d'armata", + "dottore", + "dottoressa", + "egregio", + "emissario", + "generale", + "generali", + "grande ufficiale", + "ingegnere", + "maggiore", + "maresciallo", + "ministero", + "monsignore", + "onorevole", + "presidente", + "presidente emerito", + "professore", + "professoressa", + "reverendo", + "reverendo madre", + "reverendo padre", + "san", + "santa", + "santi", + "santo", + "santo padre", + "senatore", + "sergente", + "signora", + "signore", + "signori", + "signorina", + "sottotenente", + "tenente", + "tenente colonnello", + "abbazia", + "abbazie", + "accademia", + "accademie", + "acquario", + "acquari", + "acquedotti", + "acquedotto", + "aeroporto", + "alberghi", + "albergo", + "anfiteatri", + "anfiteatro", + "bagno", + "bagni", + "baraccamento", + "baraccamenti", + "baracche", + "basilica", + "basiliche", + "bettola", + "bettole", + "birreria", + "birrerie", + "caffè", + "calzaturificio", + "campeggio", + "campeggi", + "cappella", + "cappelletta", + "carabinieri", + "carcere", + "carenaggio", + "casale", + "casaletto", + "caserma", + "casetta", + "casette", + "casinò", + "casolare", + "casone", + "casotto", + "cassina", + "castello", + "catacomba", + "catacombe", + "cattedrale", + "centro commerciale", + "chalet", + "chiesa", + "chiesetta", + "cittadella", + "collegio", + "conservatorio", + "convento", + "dipartimento", + "dissalazione", + "distilleria", + "ergastolo", + "fabbrica", + "faro", + "fattoria", + "ferriera", + "ferrovia", + "ferroviaria", + "ferroviario", + "fonderia", + "fontana", + "forni", + "forno", + "fortezza", + "fortificazione", + "fortilizio", + "galleria", + "gendarmeria", + "impianto", + "ippodromo", + "istituto", + "laboratorio", + "lavanderia", + "locanda", + "lunetta", + "madonnella", + "madonnetta", + "magazzini", + "magazzino", + "masseria", + "mercato", + "monastero", + "monumento", + "obelisco", + "ospedale", + "osteria", + "padiglinoe", + "parcheggio", + "parco", + "parco giochi", + "parco acquatico", + "piscina", + "porto", + "supermercato", + "università", + "casella postale", + "presso", + "borgata", + "borgate", + "borghi", + "borgo", + "blocco", + "blocchi", + "colonia", + "fortino", + "palazzi", + "della", + "delle", + "dello", + "dentro", + "e", + "accesso", + "alto", + "alzaia", + "androna", + "angolo", + "arco", + "autostrada", + "audostradale", + "autostrade", + "baluardo", + "banchina", + "bivio", + "bretella", + "bretelle", + "brigata", + "calata", + "calle", + "campiello", + "campo", + "canale", + "cantone", + "cascina", + "cavalcavia", + "chiusa", + "circonvallazione", + "contrà", + "contrada", + "corso", + "corte", + "cortile", + "cortina", + "costa", + "crocevia", + "cupa", + "discesa", + "ferrata", + "fondamenta", + "fondo", + "forca", + "forcella", + "foro", + "frazione", + "frazioni", + "gallerie", + "genna", + "genne", + "gradini", + "interrato", + "larghetto", + "largo", + "logge", + "lungadige", + "lungargine", + "lungarno", + "lungo", + "lungolago", + "lungomare", + "lungotevere", + "località", + "molo", + "monte", + "passaggio", + "passeggiata", + "piazza", + "piazzale", + "piazzetta", + "ponte", + "pontile", + "porta", + "portici", + "portico", + "prolungamento", + "quartiere", + "rampa", + "rampe", + "regione", + "rio", + "rio terà", + "ripa", + "riva", + "riviera", + "rotabile", + "rotonda", + "sacca", + "salita", + "salizada", + "scala", + "scale", + "scali", + "scalinata", + "sdrucciolo", + "sestiere", + "sottopassaggio", + "spadaria", + "spalto", + "stazione", + "strada", + "strada comunale", + "strada nuova", + "strada provinciale", + "strada privata", + "strada regionale", + "strada statale", + "strada vecchia", + "strada vicinale", + "stradale", + "stradello", + "stradetta", + "stradone", + "stretta", + "strette", + "stretti", + "stretto", + "supportico", + "traversa", + "traversa nuova", + "traversa privata", + "traversa strada statale", + "traversa vicinale", + "varco", + "via", + "via comunale", + "via nuova", + "via privata", + "via provincale", + "via statale", + "via vecchia", + "via vicinale", + "viale", + "viale privato", + "vicoletto", + "vicolo", + "vicolo largo", + "vicolo privato", + "vicolo nuovo", + "vicolo vecchio", + "vico", + "villa", + "villaggio", + "viuzzo", + "vocabolo", + "volta", + "zona industriale", + "agosto", + "altezza", + "altezze", + "antica", + "antiche", + "antichi", + "antico", + "aprile", + "arcipelaghi", + "arcipelagho", + "badde", + "bassa", + "bassi", + "basso", + "basse", + "bealera", + "bealere", + "calvario", + "canali", + "caverna", + "caverne", + "centrale", + "colla", + "colle", + "colletta", + "collina", + "colline", + "collo", + "cozzi", + "cozzo", + "commerciale", + "comunale", + "comunità", + "decembre", + "dicembre", + "distretto", + "diversivo", + "fanteria", + "febbraio", + "fontanile", + "fonte", + "fosso", + "fossa", + "fratelli", + "gennaio", + "ghiacciai", + "ghiacciaio", + "giardino", + "giardini", + "giugno", + "giulio", + "gran", + "grande", + "grandi", + "grossa", + "grosse", + "grossi", + "grosso", + "grotta", + "gortte", + "gruppi", + "gruppo", + "incoronata", + "industria", + "industriale", + "industriali", + "inferiore", + "inferiori", + "internazionale", + "internazionali", + "interne", + "interni", + "interno", + "laghetto", + "lago", + "laguna", + "lunghi", + "maggio", + "maddalena", + "madonna", + "madonne", + "maggiori", + "mandamento", + "mannu", + "marinella", + "marino", + "marittimo", + "marzo", + "media", + "mediterraneo", + "metropolitana", + "militare", + "muri", + "muro", + "navigli", + "naviglio", + "nazionale", + "nazionali", + "nostra", + "nostro", + "novembre", + "nuova", + "nuove", + "nuovi", + "nuovo", + "ottobre", + "penisola", + "piccola", + "piccole", + "piccoli", + "piccolo", + "settembre", + "agrigento", + "alessandria", + "ancona", + "aosta", + "ascoli piceno", + "l'aquila", + "arezzo", + "asti", + "avellino", + "bari", + "bergamo", + "biella", + "belluno", + "benevento", + "bologna", + "brindisi", + "brescia", + "barletta-andria-trani", + "bolzano", + "cagliari", + "campobasso", + "caserta", + "chieti", + "carbonia-iglesias", + "caltanissetta", + "cuneo", + "como", + "cremona", + "cosenza", + "catania", + "catanzaro", + "enna", + "forlì-cesena", + "ferrara", + "foggia", + "firenze", + "fermo", + "frosinone", + "genova", + "gorizia", + "grosseto", + "imperia", + "isernia", + "crotone", + "lecco", + "lecce", + "livorno", + "lodi", + "latina", + "lucca", + "monza e brianza", + "macerata", + "messina", + "milano", + "mantova", + "modena", + "massa e carrara", + "matera", + "napoli", + "novara", + "nuoro", + "ogliastra", + "oristano", + "olbia-tempio", + "palermo", + "piacenza", + "padova", + "pescara", + "perugia", + "pisa", + "pordenone", + "prato", + "parma", + "pistoia", + "pesaro e urbino", + "pavia", + "potenza", + "ravenna", + "reggio calabria", + "reggio emilia", + "ragusa", + "rieti", + "roma", + "rimini", + "rovigo", + "salerno", + "siena", + "sondrio", + "la spezia", + "siracusa", + "sassari", + "savona", + "taranto", + "teramo", + "trento", + "torino", + "trapani", + "terni", + "trieste", + "treviso", + "udine", + "varese", + "verbano-cusio-ossola", + "vercelli", + "venezia", + "vicenza", + "verona", + "medio campidano", + "viterbo", + "vibo valentia", + "appartamento", + "garage", + "officina", + "unità", + "banchi no", + "セブン-イレブン", + "hokutō", + "nantō", + "中学校", + "大学", + "独立行政法人", + "学校法人", + "銀行", + "合同会社", + "合名会社", + "合資会社", + "医療法人", + "株式会社", + "国立大学法人", + "公立大学法人", + "高等学校", + "小学校", + "有限会社", + "財団法人", + "yubinbango", + "chō", + "chōme", + "ōaza", + "banchi-no", + "baipasu dōro", + "būrubāru", + "dōro", + "hai·sutorīto", + "一般道道", + "一般府道", + "一般県道", + "一般社団法人", + "一般都道", + "一般財団法人", + "jidōshadō", + "kaidō", + "kanjō dōro", + "kōdō", + "kōen dōro", + "kokudō", + "kōzokudōro", + "omotedōri", + "ōdōri", + "mēnsutorīto", + "merodīrōdo", + "rōma kaidō", + "shidō", + "shūkankōsokudōro", + "主要地方道", + "sutorīto", + "tōri", + "tōrimichi", + "toshi kōzokudōro", + "tsūro", + "yūryō dōro", + "და", + "ქუჩა", + "შესახვევი", + "გამზირი", + "vienkiemis", + "pietūs", + "šiaurė", + "įėjimas", + "rūsys", + "rūsyje", + "aukštas", + "aukšte", + "pirmas aukštas", + "numeris", + "pašto dėžutė", + "gyvenvietė", + "kaimas", + "miestas", + "miestelis", + "rajonas", + "ir", + "aikštė", + "alėja", + "gatvė", + "plentas", + "prospektas", + "skersgatvis", + "dešinėje", + "kairėje", + "stūris", + "stūrī", + "ziemeļu", + "dienvidu", + "austrumu", + "rietumu", + "stāvs", + "pirmais stāvs", + "numurs", + "kāpņu", + "kāpņu telpa", + "un", + "bulvāris", + "ceļš", + "gatve", + "dzīvoklis", + "apartment", + "bangunan", + "kondominium", + "pangsapuri", + "residensi", + "rumah", + "berhad", + "sendirian berhad", + "mohammad", + "suleiman", + "yusuf", + "tingkat", + "ahli dewan undangan negeri", + "dato sri", + "doktor", + "encik", + "puan", + "putera", + "puteri", + "yang di-pertuan agong", + "bilik", + "doktor haiwan", + "gim", + "ibu pejabat", + "jawatankuasa", + "kampung", + "kawasan perindustrian", + "kuarters", + "ladang pertanian", + "lapangan terbang", + "panggung wayang gambar", + "pasar raya", + "pasar tani", + "pusat bandar", + "pusat membeli-belah", + "rumah pangsa", + "sekolah menegah", + "sekolah rendah", + "sekolah", + "taman didikan kanak-kanak", + "taman perindustrian", + "dan", + "awang", + "cerunan", + "changkat", + "dalaman", + "dataran", + "dayang", + "haji", + "halaman", + "hilir", + "jalan", + "laman", + "langgak", + "lebuh", + "lebuhraya", + "lengkok", + "lingkaran", + "lintang", + "lorong", + "medan", + "pengiran", + "persiaran", + "simpangan", + "simpang", + "sisiran", + "solok", + "sungai", + "taman", + "tepian", + "air", + "bandar", + "batu", + "bukit", + "buluh", + "chempaka", + "dwitasik", + "fasa", + "glugor", + "itam", + "jelutung", + "kawasan", + "kecil", + "manjalara", + "selasih", + "sri", + "tanduk", + "tanjung", + "tasik", + "teluk", + "timur", + "numru", + "u", + "gård", + "gården", + "gata", + "gate", + "plassen", + "allè", + "allèen", + "veg", + "vegen", + "vei", + "veien", + "på hjørnet av", + "hjørne av", + "mellom", + "nordre", + "nord", + "nordøst", + "nordvest", + "øst", + "østre", + "sentrum", + "søndre", + "syd", + "sydøst", + "sydvest", + "vest", + "inngang", + "etasje", + "hovedetasje", + "loftsetasje", + "underetasje", + "i nærheten av meg", + "i nærheten", + "i nærheten av", + "i nærheten her", + "nær meg", + "nummer", + "sankt", + "stiege", + "og", + "høyre", + "leilighet", + "berg", + "park", + "gracht", + "hof", + "laan", + "lange", + "lang", + "markt", + "plain", + "singel", + "straat", + "steenweg", + "verlengde", + "vliet", + "weg", + "noord", + "noorden", + "noordoost", + "noordoosten", + "noordwest", + "noordwesten", + "oost", + "oosten", + "west", + "westen", + "zuidoost", + "zuidoosten", + "zuidwest", + "zuidwesten", + "zuid", + "zuiden", + "etage", + "verdieping", + "begane grond", + "benedenverdieping", + "nummer", + "broeder", + "burgermeester", + "commandant", + "dokter", + "dominee", + "gebroeders", + "generaal", + "ingenieur", + "jonkheer", + "kolonel", + "kardinaal", + "kort", + "korte", + "koning", + "koningin", + "luitenant", + "meester", + "mejuffrouw", + "mevrouw", + "minister", + "monseigneur", + "onze lieve vrouwe", + "pastoor", + "president", + "prins", + "prinses", + "professor", + "sint", + "vrouwe", + "zuster", + "café", + "discotheek", + "marktplein", + "openbare markt", + "supermarkt", + "universiteit", + "noordzijde", + "oostzijde", + "westzijde", + "zuidzijde", + "stiege", + "en", + "van", + "van de", + "van den", + "van der", + "dijk", + "dwarsstraat", + "dwarsweg", + "kade", + "plein", + "plantsoen", + "groot", + "kleine", + "links", + "rechts", + "appartement", + "bus", + "carrièra", + "plaça", + "santa", + "adwokat", + "budowa", + "żabka", + "spółka", + "spółka akcyjna", + "spółdzielnia", + "stowarzyszenie", + "pomiędzy", + "północ", + "północny wschód", + "północny zachód", + "wschód", + "południe", + "południowy wschód", + "południowy zachód", + "zachód", + "wejście", + "dom", + "suterena", + "piętro", + "koło", + "w pobliżu", + "w pobliżu mnie", + "w pobliżu tutaj", + "wokół tutaj", + "numer", + "młodszy", + "starszy", + "adjunkt", + "admirał", + "ambasador", + "architekt", + "arcybiskup", + "asystent", + "bosman", + "bosman sztabowy", + "biskupa", + "doktora", + "dowódca", + "dyrektor", + "dziekan", + "generała", + "generał broni", + "generał brygady", + "generał dywizji", + "honorowy", + "hrabia", + "inżynier", + "kapral", + "kapitan", + "kapitan marynarki", + "kardynała", + "kierownik", + "kontradmirał", + "komandor", + "komandor porucznik", + "komandor podporucznik", + "komendant", + "ksiądz", + "lekarz", + "magister", + "major", + "marynarz", + "marszałka", + "minister", + "ojciec", + "pułkownik", + "podoficer", + "podsekretarz", + "profesor", + "sekretarz", + "senator", + "sierżant", + "starszy bosman", + "strzelec", + "starszy sierżant", + "starszy sierżant sztabowy", + "starszy strzelec", + "święty", + "wielebny", + "wiceadmirał", + "wiceminister", + "akademia", + "biblioteka", + "biblioteka narodowa", + "biblioteczka", + "departament", + "farmacja", + "fabryka", + "gimnazjum", + "gospodarka", + "instytut", + "kolejowy", + "kościół", + "liceum", + "muzeum narodowe", + "oddział", + "opat", + "organizacja", + "ośrodek", + "stacja", + "stacja kolejowa", + "technikum", + "uniwersytet", + "zakład", + "skrytka pocztowa", + "blok", + "dzielnica", + "gmina", + "kwartał", + "okręg", + "osiedle", + "województwo", + "i", + "aleja", + "plac", + "ulica", + "administracja", + "adres", + "batalion", + "botanika", + "bracia", + "brygada", + "centralny", + "cieśnina", + "dolny", + "federacja", + "górny", + "jezioro", + "narodowy", + "państwowy", + "republika", + "rzeka", + "siostry", + "stary", + "szeregowy", + "warszawa", + "mieszkanie", + "pokój", + "bloco", + "edifício", + "habitação", + "residencia", + "torre", + "vivenda", + "agrupamento complementar de empresas", + "associação desportiva", + "associação em sentido estrito", + "clube desportivo", + "companhia", + "companhia anonima", + "companhia de responsabilidao limitada", + "empresa individual", + "empresa individual de responsabilidade limitada", + "empresa pública", + "fundação privada", + "fundação pública", + "futebol clube", + "limitada", + "organização nao governamental", + "organização da sociedade civil de interesse público", + "sociedade aberta", + "sociedade anónima", + "sociedade anónima de responsabilidade limitada", + "sociedade anónima desportiva", + "sociedade em nome coletivo", + "sociedade em conta de participacao", + "sociedade em comandita simples", + "sociedade fechada", + "sociedade gestora de participacoes socials", + "sociedade limitada", + "sociedade por acoes", + "sociedade simples", + "sport clube", + "unipessoal lda", + "esquina", + "na esquina da", + "esquina da", + "entre", + "este", + "norte", + "noredeste", + "noroeste", + "oeste", + "sudeste", + "sudoeste", + "sul", + "entrada", + "cave", + "nível", + "piso", + "andar terréo", + "baixos", + "rés-do-chão", + "pavimento terréo", + "terréo", + "sub cave", + "próximo", + "sem número", + "número", + "filho", + "júnior", + "advogado", + "alferes", + "almirante", + "arcebispo", + "barao", + "bispo", + "brigadeiro", + "cacique", + "capitão", + "capitão de corveta", + "capitão de fragata", + "capitão de mar e guerra", + "capitão tenente", + "cardeal", + "comandante", + "comendador", + "conde", + "condessa", + "conselheiro", + "coronel", + "contra almirante", + "deputado", + "desembargador", + "desembargadora", + "diacono", + "diacona", + "dom", + "dona", + "doutor", + "doutora", + "duque", + "duquesa", + "embaixador", + "eminencia", + "eminentissimo", + "enfermeira", + "enfermeiro", + "engenheira", + "engenheiro", + "excelencia", + "excelentissima", + "excelentissimo", + "frei", + "general", + "governador", + "ilustrissima", + "ilustrissimo", + "infante", + "irmã", + "irmão", + "juiz", + "maestra", + "maestro", + "major", + "major brigadeiro", + "marechal", + "marquês", + "marquesa", + "madre", + "medico", + "mestra", + "mestre", + "ministério", + "monsenhor", + "nossa senhora", + "nosso senhor", + "padre", + "pastor", + "prefeito", + "presidente", + "professor", + "professora", + "professoras", + "professores", + "reverenda", + "reverendo", + "reverendissima", + "reverendissimo", + "santa", + "santo", + "são", + "sargento", + "sargento ajudante", + "secretaria", + "secretario", + "senador", + "senhor", + "senhores", + "senhora", + "senhoras", + "senhorita", + "senhoritas", + "tenente", + "tenente coronel", + "tesoureiro", + "vereador", + "vice almirante", + "vigario", + "visconde", + "viscondesa", + "academia", + "agência bancária", + "associacao", + "arquitecto", + "bairro", + "bombeiros voluntários", + "câmara municipal", + "câmbio", + "casal", + "castelo", + "centro comercial", + "ciclo do ensino básico", + "departamento", + "departamentos", + "escadas", + "escadinhas", + "escola básica", + "estação", + "estação de tratamento de águas residuais", + "estação de autocarros", + "estação de camionagem", + "estação de comboios", + "estação ferroviária", + "estação de ônibus", + "estação de trem", + "estação rodoviária", + "fonte", + "galeria", + "guarda nacional republicana", + "instituto", + "loja", + "lojas", + "loteamento", + "museu", + "parque", + "pavilhão", + "polícia de segurança pública", + "polícia judiciária", + "ponte", + "porto", + "rodoviaria", + "ruínas", + "terminal rodoviário", + "seminario", + "universidade", + "apartado", + "caixa postal", + "código de endereçamento postal", + "código postal", + "distrito", + "divisao", + "quadra", + "secao", + "superquadra", + "urbanização", + "zona", + "escadaria", + "ás", + "até", + "atrás", + "de", + "e", + "em frente de", + "nossa", + "nosso", + "rio", + "alameda", + "autoestrada", + "avenida", + "avenida marginal", + "azinhaga", + "beco", + "calçada", + "calçadinha", + "caminho", + "direito", + "esquerdo", + "estrada", + "astrada marginal", + "estrada municipal", + "estrada nacional", + "estrada regional", + "frente", + "itinerário complementar", + "itinerário principal", + "largo", + "lugar", + "parada", + "particular", + "ponto", + "praça", + "praceta", + "projectada", + "prolongamento", + "quinta", + "retorno", + "rodovia", + "rotunda", + "rua", + "rua particular", + "ruas", + "transversal", + "travessa", + "urbanizacao", + "via", + "viaduto", + "viela", + "vila", + "abril", + "batalhao", + "agosto", + "dezembro", + "educacao", + "fevereiro", + "informacao", + "janeiro", + "jardim", + "junho", + "julho", + "março", + "maio", + "monte", + "liberdade", + "novembro", + "outubro", + "pátio", + "ribeira", + "ribeiro", + "setembro", + "lisboa", + "acre", + "alagoas", + "amapá", + "amazonas", + "bahia", + "ceará", + "distrito federal", + "espírito santo", + "goiás", + "maranhão", + "mato grosso", + "mato grosso do sul", + "minas gerais", + "pará", + "paraíba", + "paraná", + "pernambuco", + "piauí", + "rio de janeiro", + "rio grande do norte", + "rio grande do sul", + "rondônia", + "roraima", + "santa catarina", + "são paulo", + "sergipe", + "tocantins", + "traseiro", + "apartamento", + "conjunto", + "lote", + "porta", + "unidade", + "sobre loja", + "colț", + "între", + "la colțul de pe", + "și", + "est", + "nord", + "sud", + "vest", + "etaj", + "în apropiere", + "în jurul aici", + "lângă mine", + "fără număr", + "număr", + "căpitan", + "colonel", + "doctor", + "general", + "major", + "profesor", + "căsuță poștală", + "bloc", + "scara", + "aleea", + "bulevardul", + "calea", + "fundătura", + "fundacul", + "intrarea", + "piaţa", + "strada", + "stradela", + "șoseaua", + "splaiul", + "vârful", + "apartament", + "sală", + "корпус", + "korpus", + "альфа-банк", + "alfa-bank", + "пятёрочка", + "газпром нефть", + "gazprom neft", + "ано", + "nko", + "нко", + "оао", + "oao", + "ооо", + "ooo", + "север", + "sever", + "северо-востоку", + "severo-vostoku", + "северо-Запад", + "severo-zapad", + "восток", + "vostok", + "юг", + "yug", + "юго-востоку", + "yugo-vostoku", + "юго-западу", + "yugo-zapadu", + "запад", + "zapad", + "дом", + "dom", + "цокольный этаж", + "tsokol'nyy etazh", + "этаж", + "etazh", + "uroven'", + "первый этаж", + "pervyy etazh", + "нижний этаж", + "nizhniy etazh", + "ryadom zdes'", + "zdes'", + "без номера", + "номер", + "nomer", + "генерала", + "generala", + "святой", + "svyatoy", + "аренда автомобилей", + "прокат автомобилей", + "автомойка", + "общественный центр", + "крематорий", + "палатка с едой", + "тренажерный зал", + "детский сад", + "ночной клуб", + "трамвайная остановка", + "спортивный газон", + "спортивный центр", + "бассейн", + "винный магазин", + "художественный салон", + "книжный магазин", + "секонд-хэнд", + "магазин бытовой химии", + "компьютерный магазин", + "ларёк", + "сделай-сам", + "фермерский магазин", + "магазин модной одежды", + "рыбный магазин", + "цветочный магазин", + "продуктовый магазин", + "мебельный магазин", + "садоводческий магазин", + "овощной магазин", + "хозяйственный магазин", + "ювелирный магазин", + "музыкальный магазин", + "газетный киоск", + "место уличной торговли", + "обувной магазин", + "торговый центр", + "спортивный магазин", + "туристической агентство", + "магазин видеозаписей", + "горный приют", + "караван-сарай", + "домик для гостей", + "музей", + "abonementnykh skrynʹka", + "агрогородок", + "agrogorodok", + "деревня", + "derevnya", + "гмина", + "gmina", + "квартал", + "kvartal", + "област", + "oblast", + "посблок", + "остров", + "ostrov", + "город", + "gorod", + "городской посёлок ", + "gorodskoy posolok", + "раион", + "raion", + "сельский совет", + "sel'skiy sovet", + "посёлок", + "posolok", + "посёлок городско́го ти́па", + "posolok gorodskógo típa", + "и", + "аллея", + "alleya", + "бульвар", + "bulvar", + "дорога", + "doroga", + "kol'tsevaya", + "набережная", + "naberezhnaya", + "переулок", + "pereulok", + "площадь", + "ploshchad", + "проезд", + "проспект", + "prospekt", + "линия", + "linya", + "шоссе", + "shosse", + "тупик", + "tupik", + "улица", + "ulitsa", + "квартира", + "kvartira", + "кабинет", + "kabinet", + "литера", + "litera", + "офис", + "ofis", + "помещение", + "pomeshhenie", + "mawatha", + "centrum", + "juh", + "južná", + "južné", + "južný", + "juhovýchod", + "juhozápad", + "sever", + "severná", + "severné", + "severný", + "severovýchod", + "severozápad", + "východ", + "východná", + "východné", + "východný", + "západ", + "západná", + "západné", + "západný", + "súpisné číslo", + "podzemné podlažie", + "etáž", + "podlažie", + "nadzemné podlažie", + "prízemie", + "blízko", + "blízkosti", + "tady blízkosti", + "v blízkosti tu", + "v blízkosti", + "v okolí", + "číslo", + "armádneho generála", + "doktora", + "generála", + "inžiniera", + "kapitána", + "kráľa", + "majora", + "profesora", + "plukovníka", + "podplukovníka", + "poručíka", + "podporučíka", + "svätá", + "sväty", + "svätého", + "svätej", + "dom kultúry", + "gymnázium", + "hradná", + "kaviareň", + "knižnica", + "krčma", + "kultúrny dom", + "lekáreň", + "materská škola", + "obecný úrad", + "reštaurácia", + "školská", + "štadión", + "stredná odborná škola", + "továrenská", + "umelecká škola", + "úrad", + "základná škola", + "poštová priehradka", + "sídlisko", + "stredisko", + "a", + "bližko", + "vedĺa", + "brána", + "chodnik", + "mólo", + "nábrežie", + "námestie", + "trať", + "ulica", + "ulička", + "československej", + "ľavá", + "pravá", + "apartmán", + "kancelária", + "dm", + "jug", + "sever", + "vzhod", + "zahod", + "pritličje", + "v bližini", + "v bližini tukaj", + "brez številke", + "številke", + "bratov", + "sveta", + "sveti", + "poštni predal", + "stopnišče", + "in", + "cesta", + "ulica", + "spodnja", + "spodnje", + "spodnji", + "srednja", + "srednje", + "srednji", + "velika", + "velike", + "veliki", + "veliko", + "zgornja", + "zgornje", + "zgornji", + "između", + "исток", + "istok", + "југ", + "jug", + "север", + "sever", + "запад", + "zapad", + "етажа", + "etaža", + "број", + "broj", + "доктор", + "doktor", + "генерала", + "generala", + "светог", + "svetor", + "škola", + "поштански фах", + "poštanski fah", + "poštanski pretinac", + "poštanski pregradak", + "stepenište", + "и", + "i", + "булевар", + "bulevar", + "улица", + "ulica", + "апартман", + "apartman", + "aktiebolag", + "publiktaktiebolag", + "handelsbolag", + "kommanditbolag", + "gränd", + "gränden", + "gata", + "plats", + "stig", + "väg", + "vägen", + "hörnet av", + "i hörnet av", + "mellan", + "norr", + "norra", + "öst", + "östra", + "söd", + "södra", + "väst", + "västra", + "entré", + "ingång", + "trappa upp", + "trappa", + "trappor upp", + "trappor", + "våning", + "våningen", + "bottenvåning", + "entréplan", + "källare", + "vindsvåningen", + "i närheten av mig", + "i närheten", + "i närheten av", + "nära", + "nära här", + "nära till här", + "nära mig", + "omkring här", + "på", + "runt här", + "nummer", + "doktor", + "sankt", + "sankta", + "postlåda", + "uppgång", + "uppgång höger", + "uppgång vänster", + "för", + "från", + "framför", + "före", + "närmast", + "och", + "över", + "på andra sidan", + "allé", + "gamla", + "lång", + "lilla", + "stora", + "höger", + "vänster", + "till höger", + "till vänster", + "bostad", + "lägenhet", + "lägenhetsnummer", + "ป.ต.ท.", + "ptt", + "soi", + "soi thetsaban", + "thanon", + "trok", + "arasında", + "köşe", + "köşesinde", + "batı", + "doğu", + "güney", + "kuzey", + "giriş", + "kat", + "zemin kat", + "numara", + "numarala", + "hanım", + "köprüsü", + "posta kutusu", + "ilçe", + "köyü", + "mahalle", + "mahallesi", + "ve", + "bulvarı", + "cadde", + "caddesi", + "çevre yolu", + "sokak", + "sokağı", + "yolu", + "sağ", + "apartman", + "daire", + "схід", + "skhid", + "північ", + "pivnikh", + "південь", + "pivden'", + "захід", + "zakhid", + "дом", + "dom", + "будинок", + "budynok", + "цокольний поверх", + "tsokolʹnyy poverkh", + "поверх", + "poverkh", + "riven'", + "перший поверх", + "pershyy poverkh", + "нижній поверх", + "nyzhniy poverkh", + "blyzʹko", + "номер", + "nomer", + "мистецький центр", + "автомийка", + "громадський центр", + "крематорій", + "тренажерний зал", + "дитячий садок", + "нічний клуб", + "громадський заклад", + "будинки для людей похилого віку", + "офісний будинок", + "за́мок", + "пам’ятник", + "руїни", + "пляжний курорт", + "гавань для екскурсійних суден", + "міні-гольф", + "дитячий майданчик", + "спортивний центр", + "басейн", + "спритні напої", + "художній салон", + "напої", + "м’ясо", + "авто майстерня", + "соціальний магазин", + "комп’ютерна крамниця", + "міні-маркет", + "модний одяг", + "аудіо-техніка", + "ювелірний магазин", + "торгівельно-розважальний центр", + "газетний кіоск", + "продовольчий магазин", + "торговий центр", + "гірський притулок", + "майданчик для трейлерів", + "гостьовий будинок", + "музей", + "тематичний парк", + "абонементна скринька", + "abonementnykh skrynʹka", + "блок", + "blok", + "квартал", + "kvartal", + "область", + "oblast", + "район", + "raion", + "і", + "i", + "аллея", + "alleya", + "бульвар", + "bulvar", + "boulevard", + "дорога", + "doroha", + "набережна", + "naberezhna", + "провулок", + "provulok", + "площа", + "ploshcha", + "проїзд", + "проспект", + "prospekt", + "лінія", + "liniya", + "liniia", + "шосе", + "shose", + "тупик", + "tupyk", + "вулиця", + "vulytsya", + "квартира", + "kvartyra", + "кабінет", + "kabinet", + "кімната", + "kimnata", + "літера", + "litera", + "офіс", + "ofis", + "thánh", + "cao đẳng", + "câu lạc bộ ", + "công ty cổ phần", + "công ty", + "công viên văn hóa", + "công viên", + "căn cứ không quân", + "đại học", + "đường sắt", + "khu công nghiệp", + "khu du lịch", + "khu nghỉ mát", + "khách sạn", + "nhà hát", + "nhà thi đấu", + "nhà thờ", + "phi trường", + "rạp hát", + "sân bay quốc tế", + "sân bay", + "sân vận động", + "tiểu học", + "trung học cơ sở", + "trung học phổ thông", + "trung tâm thương mại", + "trung tâm", + "tổng công ty", + "viện bảo tàng", + "vươn quốc gia", + "phường", + "quận", + "thành phố", + "thị xã", + "thị trấn", + "công trường", + "đại lộ", + "đường", + "đường hẻm", + "đường nhỏ", + "đường phố", + "quảng trường", + "quốc lộ", + "tỉnh lộ", + "dòng", + "běi", + "dōng", + "nán", + "xī", + "xīběi", + "xī běi", + "xīnán", + "xī nán", + "dōngběi", + "dōng běi", + "dōngnán", + "dōng nán", + "lóu", + "céng", + "hào", + "qiáo", + "yóuzhèng xìnxiāng", + "yóubiān", + "shěng", + "xiàn", + "shì", + "qū", + "zhèn", + "xiāng", + "lǐ", + "cūn", + "lín", + "cūn dào", + "dàdào", + "dàjiē", + "dào", + "dà yuàn", + "guódào", + "hútòng", + "jiē", + "lù", + "shěng dào", + "xiàn dào", + "xiàng", + "xiāng dào", + "duàn", + "nòng" +}; + +address_expansion_rule_t expansion_rules[] = { + {"generaal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"l", 1, {DICTIONARY_STREET_TYPE}, 3}, + {"plantsoen", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"koning", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"van den", 1, {DICTIONARY_STOPWORD}, -1}, + {"af", 1, {DICTIONARY_STOPWORD}, -1}, + {"stwg", 1, {DICTIONARY_STREET_TYPE}, 9}, + {"park", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"noord weste", 1, {DICTIONARY_DIRECTIONAL}, 17}, + {"l", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"prins", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"suidooste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"s o", 1, {DICTIONARY_DIRECTIONAL}, 20}, + {"noordoos", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"hom", 1, {DICTIONARY_STOPWORD}, -1}, + {"wel", 1, {DICTIONARY_STOPWORD}, -1}, + {"n o", 1, {DICTIONARY_DIRECTIONAL}, 14}, + {"noordooste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"'t", 1, {DICTIONARY_STOPWORD}, -1}, + {"dk", 1, {DICTIONARY_STREET_TYPE}, 51}, + {"min", 1, {DICTIONARY_PERSONAL_TITLE}, 36}, + {"so", 1, {DICTIONARY_DIRECTIONAL}, 19}, + {"pk.", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 0}, + {"van der", 1, {DICTIONARY_STOPWORD}, -1}, + {"noord oos", 1, {DICTIONARY_DIRECTIONAL}, 14}, + {"sw", 1, {DICTIONARY_DIRECTIONAL}, 22}, + {"dwstr", 1, {DICTIONARY_STREET_TYPE}, 52}, + {"l.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 3}, + {"ons", 1, {DICTIONARY_STOPWORD}, -1}, + {"no", 1, {DICTIONARY_DIRECTIONAL}, 15}, + {"s.o", 1, {DICTIONARY_DIRECTIONAL}, 20}, + {"o", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"n.o", 1, {DICTIONARY_DIRECTIONAL}, 14}, + {"h.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 1}, + {"str.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 8}, + {"s.w", 1, {DICTIONARY_DIRECTIONAL}, 22}, + {"str", 1, {DICTIONARY_STREET_TYPE}, 8}, + {"kade", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 26}, + {"ds", 1, {DICTIONARY_PERSONAL_TITLE}, 27}, + {"plein", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"kort", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"as", 1, {DICTIONARY_STOPWORD}, -1}, + {"my", 1, {DICTIONARY_STOPWORD}, -1}, + {"pad", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"suidoos", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nw", 1, {DICTIONARY_DIRECTIONAL}, 17}, + {"suid", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"n.w.", 1, {DICTIONARY_DIRECTIONAL}, 17}, + {"h", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"verl.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 10}, + {"k", 1, {DICTIONARY_PERSONAL_TITLE}, 32}, + {"van", 1, {DICTIONARY_STOPWORD}, -1}, + {"kte", 1, {DICTIONARY_PERSONAL_TITLE}, 33}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 23}, + {"president", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dit", 1, {DICTIONARY_STOPWORD}, -1}, + {"kasteel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s.w.", 1, {DICTIONARY_DIRECTIONAL}, 22}, + {"ln.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2}, + {"van 't", 1, {DICTIONARY_STOPWORD}, -1}, + {"aan", 1, {DICTIONARY_STOPWORD}, -1}, + {"dwarsstraat", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"me", 1, {DICTIONARY_STOPWORD}, -1}, + {"pr", 1, {DICTIONARY_PERSONAL_TITLE}, 40}, + {"kolonel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"noord wes", 1, {DICTIONARY_DIRECTIONAL}, 16}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 42}, + {"vr", 1, {DICTIONARY_PERSONAL_TITLE}, 45}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"w", 1, {DICTIONARY_DIRECTIONAL}, 24}, + {"vrouwe", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"prs", 1, {DICTIONARY_PERSONAL_TITLE}, 41}, + {"kan", 1, {DICTIONARY_STOPWORD}, -1}, + {"die", 2, {DICTIONARY_STOPWORD, DICTIONARY_STOPWORD}, -1}, + {"sngl.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 7}, + {"wg.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 12}, + {"baan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"n o", 1, {DICTIONARY_DIRECTIONAL}, 15}, + {"met", 1, {DICTIONARY_STOPWORD}, -1}, + {"br", 1, {DICTIONARY_PERSONAL_TITLE}, 25}, + {"boulevard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pk", 1, {DICTIONARY_STREET_TYPE}, 0}, + {"h", 1, {DICTIONARY_STREET_TYPE}, 1}, + {"suidekant", 1, {DICTIONARY_QUALIFIER}, -1}, + {"l.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4}, + {"no", 1, {DICTIONARY_DIRECTIONAL}, 14}, + {"noordweste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"'n", 1, {DICTIONARY_STOPWORD}, -1}, + {"singel", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"n.o", 1, {DICTIONARY_DIRECTIONAL}, 15}, + {"dwwg", 1, {DICTIONARY_STREET_TYPE}, 53}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"steenweg", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"minister", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.w", 1, {DICTIONARY_DIRECTIONAL}, 21}, + {"of", 1, {DICTIONARY_STOPWORD}, -1}, + {"kon", 1, {DICTIONARY_PERSONAL_TITLE}, 31}, + {"wat", 1, {DICTIONARY_STOPWORD}, -1}, + {"sr", 1, {DICTIONARY_PERSONAL_TITLE}, 44}, + {"dokter", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dijk", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"den", 1, {DICTIONARY_STOPWORD}, -1}, + {"w", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"s.o.", 1, {DICTIONARY_DIRECTIONAL}, 20}, + {"nou", 1, {DICTIONARY_STOPWORD}, -1}, + {"pln.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 6}, + {"tot", 1, {DICTIONARY_STOPWORD}, -1}, + {"dominee", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"o", 1, {DICTIONARY_DIRECTIONAL}, 18}, + {"nw", 1, {DICTIONARY_DIRECTIONAL}, 16}, + {"sou", 1, {DICTIONARY_STOPWORD}, -1}, + {"verlengde", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"wg", 1, {DICTIONARY_STREET_TYPE}, 12}, + {"n.w.", 1, {DICTIONARY_DIRECTIONAL}, 16}, + {"koningin", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"v", 1, {DICTIONARY_STOPWORD}, 46}, + {"lang", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"n.o.", 1, {DICTIONARY_DIRECTIONAL}, 15}, + {"noord", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"der", 1, {DICTIONARY_STOPWORD}, -1}, + {"pater", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"by", 1, {DICTIONARY_STOPWORD}, -1}, + {"n.w", 1, {DICTIONARY_DIRECTIONAL}, 16}, + {"hoofstraat", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"korte", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"suid ooste", 1, {DICTIONARY_DIRECTIONAL}, 20}, + {"vd", 1, {DICTIONARY_STOPWORD}, 48}, + {"s o", 1, {DICTIONARY_DIRECTIONAL}, 19}, + {"s w", 1, {DICTIONARY_DIRECTIONAL}, 22}, + {"noordwes", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"zuid oost", 1, {DICTIONARY_DIRECTIONAL}, 19}, + {"pastoor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"suidwesten", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"monseigneur", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"past", 1, {DICTIONARY_PERSONAL_TITLE}, 38}, + {"markt", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_PLACE_NAME}, -1}, + {"vd", 1, {DICTIONARY_STOPWORD}, 47}, + {"v d", 1, {DICTIONARY_STOPWORD}, 49}, + {"broer", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 13}, + {"westekant", 1, {DICTIONARY_QUALIFIER}, -1}, + {"sloot", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"ver", 1, {DICTIONARY_STOPWORD}, -1}, + {"hof", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"stwg.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 9}, + {"s w", 1, {DICTIONARY_DIRECTIONAL}, 21}, + {"kol", 1, {DICTIONARY_PERSONAL_TITLE}, 29}, + {"suidwest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ln", 1, {DICTIONARY_STREET_TYPE}, 2}, + {"oostekant", 1, {DICTIONARY_QUALIFIER}, -1}, + {"verl", 1, {DICTIONARY_STREET_TYPE}, 10}, + {"mej", 1, {DICTIONARY_PERSONAL_TITLE}, 35}, + {"l", 1, {DICTIONARY_STREET_TYPE}, 4}, + {"kon", 1, {DICTIONARY_PERSONAL_TITLE}, 30}, + {"en", 1, {DICTIONARY_STOPWORD}, -1}, + {"s.o.", 1, {DICTIONARY_DIRECTIONAL}, 19}, + {"laan", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"weg", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"noord ooste", 1, {DICTIONARY_DIRECTIONAL}, 15}, + {"in", 1, {DICTIONARY_STOPWORD}, -1}, + {"van die", 1, {DICTIONARY_STOPWORD}, -1}, + {"blvd", 1, {DICTIONARY_STREET_TYPE}, 50}, + {"straat", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"mkt", 1, {DICTIONARY_PLACE_NAME}, 5}, + {"vliet", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, -1}, + {"mkt.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 5}, + {"lange", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"plnts", 1, {DICTIONARY_STREET_TYPE}, 55}, + {"sw", 1, {DICTIONARY_DIRECTIONAL}, 21}, + {"prinses", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"v", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"professor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"n w", 1, {DICTIONARY_DIRECTIONAL}, 17}, + {"n w", 1, {DICTIONARY_DIRECTIONAL}, 16}, + {"pln", 1, {DICTIONARY_STREET_TYPE}, 6}, + {"uit", 1, {DICTIONARY_STOPWORD}, -1}, + {"st", 1, {DICTIONARY_PERSONAL_TITLE}, 43}, + {"west", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nog", 1, {DICTIONARY_STOPWORD}, -1}, + {"sngl", 1, {DICTIONARY_STREET_TYPE}, 7}, + {"oos", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pres", 1, {DICTIONARY_PERSONAL_TITLE}, 39}, + {"n.o.", 1, {DICTIONARY_DIRECTIONAL}, 14}, + {"suster", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"baron", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 28}, + {"sint", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dwarsweg", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"n.w", 1, {DICTIONARY_DIRECTIONAL}, 17}, + {"vd", 1, {DICTIONARY_STOPWORD}, 49}, + {"pr", 1, {DICTIONARY_PERSONAL_TITLE}, 39}, + {"v d", 1, {DICTIONARY_STOPWORD}, 47}, + {"al", 1, {DICTIONARY_STOPWORD}, -1}, + {"hulle", 1, {DICTIONARY_STOPWORD}, -1}, + {"hoe", 1, {DICTIONARY_STOPWORD}, -1}, + {"kd", 1, {DICTIONARY_STREET_TYPE}, 54}, + {"mejuffrouw", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mgr", 1, {DICTIONARY_PERSONAL_TITLE}, 37}, + {"vlt.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 11}, + {"was", 1, {DICTIONARY_STOPWORD}, -1}, + {"v d", 1, {DICTIONARY_STOPWORD}, 48}, + {"so", 1, {DICTIONARY_DIRECTIONAL}, 20}, + {"meester", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mr", 1, {DICTIONARY_PERSONAL_TITLE}, 34}, + {"s.w.", 1, {DICTIONARY_DIRECTIONAL}, 21}, + {"te", 1, {DICTIONARY_STOPWORD}, -1}, + {"noordekant", 1, {DICTIONARY_QUALIFIER}, -1}, + {"s.o", 1, {DICTIONARY_DIRECTIONAL}, 19}, + {"Šaulys", 1, {DICTIONARY_SURNAME}, -1}, + {"Chirkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bainbrigg", 1, {DICTIONARY_SURNAME}, -1}, + {"Fentener van Vlissingen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauerbraun", 1, {DICTIONARY_SURNAME}, -1}, + {"Jézéquel", 1, {DICTIONARY_SURNAME}, -1}, + {"Bustill", 1, {DICTIONARY_SURNAME}, -1}, + {"Mossé", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiedozie", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tyutchev", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Marcke", 1, {DICTIONARY_SURNAME}, -1}, + {"Hengsbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Sam", 1, {DICTIONARY_SURNAME}, -1}, + {"Keleş", 1, {DICTIONARY_SURNAME}, -1}, + {"Durieux", 1, {DICTIONARY_SURNAME}, -1}, + {"Stulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lőrincz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mule", 1, {DICTIONARY_SURNAME}, -1}, + {"Saint Saëns", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowler", 1, {DICTIONARY_SURNAME}, -1}, + {"Durie", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Sueur", 1, {DICTIONARY_SURNAME}, -1}, + {"Fausto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gordan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kewish", 1, {DICTIONARY_SURNAME}, -1}, + {"Trickett", 1, {DICTIONARY_SURNAME}, -1}, + {"Lark", 1, {DICTIONARY_SURNAME}, -1}, + {"Acho", 1, {DICTIONARY_SURNAME}, -1}, + {"Guntis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Srđan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gernot", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McHenry", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vinayachandran", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalla Chiesa", 1, {DICTIONARY_SURNAME}, -1}, + {"Gladys", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Soutar", 1, {DICTIONARY_SURNAME}, -1}, + {"Harðarson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kogan", 1, {DICTIONARY_SURNAME}, -1}, + {"Adobati", 1, {DICTIONARY_SURNAME}, -1}, + {"Bischoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Mellors", 1, {DICTIONARY_SURNAME}, -1}, + {"Luntz", 1, {DICTIONARY_SURNAME}, -1}, + {"Menuhin", 1, {DICTIONARY_SURNAME}, -1}, + {"Brafman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gail", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McBurrows", 1, {DICTIONARY_SURNAME}, -1}, + {"Joliot", 1, {DICTIONARY_SURNAME}, -1}, + {"Hopf", 1, {DICTIONARY_SURNAME}, -1}, + {"Kóczián", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunohara", 1, {DICTIONARY_SURNAME}, -1}, + {"Nwodo", 1, {DICTIONARY_SURNAME}, -1}, + {"Mkheidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Nandini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCloskey", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsuto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scheller", 1, {DICTIONARY_SURNAME}, -1}, + {"Elman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tetsumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andreea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Boer", 1, {DICTIONARY_SURNAME}, -1}, + {"Fathi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Monsalve", 1, {DICTIONARY_SURNAME}, -1}, + {"Ueshiba", 1, {DICTIONARY_SURNAME}, -1}, + {"Sukumaran", 1, {DICTIONARY_SURNAME}, -1}, + {"Friday", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikhil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rehn", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandi", 1, {DICTIONARY_SURNAME}, -1}, + {"Quist", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarmo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Munakata", 1, {DICTIONARY_SURNAME}, -1}, + {"Adlung", 1, {DICTIONARY_SURNAME}, -1}, + {"Bethel", 1, {DICTIONARY_SURNAME}, -1}, + {"Halonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Heatly", 1, {DICTIONARY_SURNAME}, -1}, + {"Ketter", 1, {DICTIONARY_SURNAME}, -1}, + {"Galić", 1, {DICTIONARY_SURNAME}, -1}, + {"Lötvall", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarfati", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaníz", 1, {DICTIONARY_SURNAME}, -1}, + {"Dmitrieva", 1, {DICTIONARY_SURNAME}, -1}, + {"Voříšek", 1, {DICTIONARY_SURNAME}, -1}, + {"Porten", 1, {DICTIONARY_SURNAME}, -1}, + {"Hertzfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryūtarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pappin", 1, {DICTIONARY_SURNAME}, -1}, + {"Dietmar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hagger", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Sciver", 1, {DICTIONARY_SURNAME}, -1}, + {"Gleaves", 1, {DICTIONARY_SURNAME}, -1}, + {"Bordoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Haughn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Scannláin", 1, {DICTIONARY_SURNAME}, -1}, + {"Blazheyovskyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Afinogenov", 1, {DICTIONARY_SURNAME}, -1}, + {"Qato", 1, {DICTIONARY_SURNAME}, -1}, + {"Bangoura", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Aboville", 1, {DICTIONARY_SURNAME}, -1}, + {"Nizzolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Heitkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Akihito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasselle", 1, {DICTIONARY_SURNAME}, -1}, + {"Belan", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasukage", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mariusz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoadly", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorsson", 1, {DICTIONARY_SURNAME}, -1}, + {"De Gea", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinokourov", 1, {DICTIONARY_SURNAME}, -1}, + {"p. f. chang's china bistro", 1, {DICTIONARY_CHAIN}, 202}, + {"Deckers", 1, {DICTIONARY_SURNAME}, -1}, + {"Gović", 1, {DICTIONARY_SURNAME}, -1}, + {"Klem", 1, {DICTIONARY_SURNAME}, -1}, + {"Flávia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Attenborough", 1, {DICTIONARY_SURNAME}, -1}, + {"Tobias", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Calipari", 1, {DICTIONARY_SURNAME}, -1}, + {"Mountfort", 1, {DICTIONARY_SURNAME}, -1}, + {"Merlinda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brusiin", 1, {DICTIONARY_SURNAME}, -1}, + {"Harchaoui", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilkinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Uí Arailt", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuller", 1, {DICTIONARY_SURNAME}, -1}, + {"Crowne", 1, {DICTIONARY_SURNAME}, -1}, + {"Aizawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Morettini", 1, {DICTIONARY_SURNAME}, -1}, + {"McCombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Fynes", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Galmarini", 1, {DICTIONARY_SURNAME}, -1}, + {"Lange", 1, {DICTIONARY_SURNAME}, -1}, + {"Anane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Von der Ahe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolaño", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiza", 1, {DICTIONARY_SURNAME}, -1}, + {"Morgane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bechan", 1, {DICTIONARY_SURNAME}, -1}, + {"Brózda", 1, {DICTIONARY_SURNAME}, -1}, + {"Nastasić", 1, {DICTIONARY_SURNAME}, -1}, + {"Azahara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Forbin", 1, {DICTIONARY_SURNAME}, -1}, + {"Diviš", 1, {DICTIONARY_SURNAME}, -1}, + {"McKelway", 1, {DICTIONARY_SURNAME}, -1}, + {"Heckmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Svanström", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazushi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loper", 1, {DICTIONARY_SURNAME}, -1}, + {"Hassanpour", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Antonio", 1, {DICTIONARY_SURNAME}, -1}, + {"Bana clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Plečkaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Uilenhoed", 1, {DICTIONARY_SURNAME}, -1}, + {"Pariser", 1, {DICTIONARY_SURNAME}, -1}, + {"Spry", 1, {DICTIONARY_SURNAME}, -1}, + {"Zábojník", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarten", 1, {DICTIONARY_SURNAME}, -1}, + {"Beag", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanthournout", 1, {DICTIONARY_SURNAME}, -1}, + {"Takatoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pantel", 1, {DICTIONARY_SURNAME}, -1}, + {"Geovani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hartstonge", 1, {DICTIONARY_SURNAME}, -1}, + {"Devi Kanya Kumari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Romanescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Aebli", 1, {DICTIONARY_SURNAME}, -1}, + {"Chepkirui", 1, {DICTIONARY_SURNAME}, -1}, + {"McIvor", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimber", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Osen", 1, {DICTIONARY_SURNAME}, -1}, + {"Amenmose", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mastroianni", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdolrezaei", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Vokuyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Adato", 1, {DICTIONARY_SURNAME}, -1}, + {"Pierangelo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomohide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Desch", 1, {DICTIONARY_SURNAME}, -1}, + {"Zöllner", 1, {DICTIONARY_SURNAME}, -1}, + {"Hooson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gettleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanhaerens", 1, {DICTIONARY_SURNAME}, -1}, + {"Docker", 1, {DICTIONARY_SURNAME}, -1}, + {"Berzarin", 1, {DICTIONARY_SURNAME}, -1}, + {"Early", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ciotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukuhara", 1, {DICTIONARY_SURNAME}, -1}, + {"Jadwiga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasselon", 1, {DICTIONARY_SURNAME}, -1}, + {"Harrie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Udoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Heald", 1, {DICTIONARY_SURNAME}, -1}, + {"Hilsenrath", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapustin", 1, {DICTIONARY_SURNAME}, -1}, + {"Chidi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stead", 1, {DICTIONARY_SURNAME}, -1}, + {"McGibbon", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackenroth", 1, {DICTIONARY_SURNAME}, -1}, + {"Vokolos", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlasko", 1, {DICTIONARY_SURNAME}, -1}, + {"Dreiling", 1, {DICTIONARY_SURNAME}, -1}, + {"Neave", 1, {DICTIONARY_SURNAME}, -1}, + {"Malmquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Tandi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Özkan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Perez Companc", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oaten", 1, {DICTIONARY_SURNAME}, -1}, + {"Pissis", 1, {DICTIONARY_SURNAME}, -1}, + {"Grapow", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwang-sik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Olympias", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bewick", 1, {DICTIONARY_SURNAME}, -1}, + {"Tavella", 1, {DICTIONARY_SURNAME}, -1}, + {"Vytautas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Benito", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mastin", 1, {DICTIONARY_SURNAME}, -1}, + {"Panetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Ewen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shuntarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chavis", 1, {DICTIONARY_SURNAME}, -1}, + {"Gadolin", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorolf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koern", 1, {DICTIONARY_SURNAME}, -1}, + {"Spike", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Miyasato", 1, {DICTIONARY_SURNAME}, -1}, + {"Weltsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahbaz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Havva", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eisler", 1, {DICTIONARY_SURNAME}, -1}, + {"Williams", 1, {DICTIONARY_SURNAME}, -1}, + {"Zimmern", 1, {DICTIONARY_SURNAME}, -1}, + {"McKinnis", 1, {DICTIONARY_SURNAME}, -1}, + {"Klimo", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuest", 1, {DICTIONARY_SURNAME}, -1}, + {"Naqvis", 1, {DICTIONARY_SURNAME}, -1}, + {"Soo-jin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bobelis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartikainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Laverne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sajjadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lakhani", 1, {DICTIONARY_SURNAME}, -1}, + {"Nevins", 1, {DICTIONARY_SURNAME}, -1}, + {"Ducange", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrane", 1, {DICTIONARY_SURNAME}, -1}, + {"Poiré", 1, {DICTIONARY_SURNAME}, -1}, + {"Boock", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Booy", 1, {DICTIONARY_SURNAME}, -1}, + {"Katterfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Kruse", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleine", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Ploeg", 1, {DICTIONARY_SURNAME}, -1}, + {"Aznar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vračarević", 1, {DICTIONARY_SURNAME}, -1}, + {"Mossiker", 1, {DICTIONARY_SURNAME}, -1}, + {"Voitka", 1, {DICTIONARY_SURNAME}, -1}, + {"Blasi", 1, {DICTIONARY_SURNAME}, -1}, + {"Straßburger", 1, {DICTIONARY_SURNAME}, -1}, + {"Linger", 1, {DICTIONARY_SURNAME}, -1}, + {"Keilholz", 1, {DICTIONARY_SURNAME}, -1}, + {"Pease", 1, {DICTIONARY_SURNAME}, -1}, + {"Bi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassanelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheparinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Prett", 1, {DICTIONARY_SURNAME}, -1}, + {"Necmettin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hulick", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikolayenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Blockman", 1, {DICTIONARY_SURNAME}, -1}, + {"Piñera", 1, {DICTIONARY_SURNAME}, -1}, + {"Abaoub", 1, {DICTIONARY_SURNAME}, -1}, + {"Rizvan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hyung-joo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vakhlakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Véronnez", 1, {DICTIONARY_SURNAME}, -1}, + {"Kairys", 1, {DICTIONARY_SURNAME}, -1}, + {"Kabua", 1, {DICTIONARY_SURNAME}, -1}, + {"Asko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gellhorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Cliburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Corman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lea", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ivanoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Omohundro", 1, {DICTIONARY_SURNAME}, -1}, + {"Poley", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuaig", 1, {DICTIONARY_SURNAME}, -1}, + {"Vălean", 1, {DICTIONARY_SURNAME}, -1}, + {"Edano", 1, {DICTIONARY_SURNAME}, -1}, + {"Moreira", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varziyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbandando", 1, {DICTIONARY_SURNAME}, -1}, + {"Afshin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mickler", 1, {DICTIONARY_SURNAME}, -1}, + {"Villaluz", 1, {DICTIONARY_SURNAME}, -1}, + {"Pandev", 1, {DICTIONARY_SURNAME}, -1}, + {"Cordero", 1, {DICTIONARY_SURNAME}, -1}, + {"Zulauf", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Quinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Anders", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Toler", 1, {DICTIONARY_SURNAME}, -1}, + {"Schauman", 1, {DICTIONARY_SURNAME}, -1}, + {"Dwight", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tadanao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomoya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alboreto", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallinan", 1, {DICTIONARY_SURNAME}, -1}, + {"Forlán", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiprugut", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Zuylen van Nijevelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boughton", 1, {DICTIONARY_SURNAME}, -1}, + {"Bachmayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Broadbent", 1, {DICTIONARY_SURNAME}, -1}, + {"Odilon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomes", 1, {DICTIONARY_SURNAME}, -1}, + {"Hideji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Record", 1, {DICTIONARY_SURNAME}, -1}, + {"Schrade", 1, {DICTIONARY_SURNAME}, -1}, + {"Arbogast", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mac Suibhne", 1, {DICTIONARY_SURNAME}, -1}, + {"Batteux", 1, {DICTIONARY_SURNAME}, -1}, + {"Harnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassini", 1, {DICTIONARY_SURNAME}, -1}, + {"Piccio", 1, {DICTIONARY_SURNAME}, -1}, + {"Riku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shapcott", 1, {DICTIONARY_SURNAME}, -1}, + {"Apple", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Amoako", 1, {DICTIONARY_SURNAME}, -1}, + {"Varble", 1, {DICTIONARY_SURNAME}, -1}, + {"Kvyat", 1, {DICTIONARY_SURNAME}, -1}, + {"Denison", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Devdariani", 1, {DICTIONARY_SURNAME}, -1}, + {"Auernheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Heiskanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Chardonnay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rolović", 1, {DICTIONARY_SURNAME}, -1}, + {"Dairoku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tai", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosawai", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Howatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Papé", 1, {DICTIONARY_SURNAME}, -1}, + {"Szwarc", 1, {DICTIONARY_SURNAME}, -1}, + {"Millman", 1, {DICTIONARY_SURNAME}, -1}, + {"VanAlkemade", 1, {DICTIONARY_SURNAME}, -1}, + {"jack in the boxes", 1, {DICTIONARY_CHAIN}, 162}, + {"Roubanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Latif", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schnéevoigt", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbensetts", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaler", 1, {DICTIONARY_SURNAME}, -1}, + {"Piston", 1, {DICTIONARY_SURNAME}, -1}, + {"Butler Yeats", 1, {DICTIONARY_SURNAME}, -1}, + {"petro-canada", 1, {DICTIONARY_CHAIN}, -1}, + {"Flatman", 1, {DICTIONARY_SURNAME}, -1}, + {"Descombes", 1, {DICTIONARY_SURNAME}, -1}, + {"Malczewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Soyeda", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ryneveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Citron", 1, {DICTIONARY_SURNAME}, -1}, + {"Lockwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Whiteway", 1, {DICTIONARY_SURNAME}, -1}, + {"Mercedes", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valla", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Liebknecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivaldo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wachowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Ağa", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakagami", 1, {DICTIONARY_SURNAME}, -1}, + {"Niculescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Carner", 1, {DICTIONARY_SURNAME}, -1}, + {"Don John", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mosteghanemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferenc", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agliardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Podesta", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauridsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Münchberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Korsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodla", 1, {DICTIONARY_SURNAME}, -1}, + {"Kavalevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Brickwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Lerthan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vermaat", 1, {DICTIONARY_SURNAME}, -1}, + {"Froome", 1, {DICTIONARY_SURNAME}, -1}, + {"Deakin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mick", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tufte", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolau", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Waksman", 1, {DICTIONARY_SURNAME}, -1}, + {"Fomenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubourg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubilius", 1, {DICTIONARY_SURNAME}, -1}, + {"Laws", 1, {DICTIONARY_SURNAME}, -1}, + {"Thiers", 1, {DICTIONARY_SURNAME}, -1}, + {"Manoury", 1, {DICTIONARY_SURNAME}, -1}, + {"Abia", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McGinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Yelich", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarønes", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucius", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bushelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Odermatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Casimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hristijan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hertzog", 1, {DICTIONARY_SURNAME}, -1}, + {"EuDaly", 1, {DICTIONARY_SURNAME}, -1}, + {"Ornoch", 1, {DICTIONARY_SURNAME}, -1}, + {"Seishirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vahab", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Teare", 1, {DICTIONARY_SURNAME}, -1}, + {"Peavey", 1, {DICTIONARY_SURNAME}, -1}, + {"Skrmetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Mijailović", 1, {DICTIONARY_SURNAME}, -1}, + {"Herczegh", 1, {DICTIONARY_SURNAME}, -1}, + {"DePreist", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Parrett", 1, {DICTIONARY_SURNAME}, -1}, + {"Artime", 1, {DICTIONARY_SURNAME}, -1}, + {"Shelmerdine", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Impe", 1, {DICTIONARY_SURNAME}, -1}, + {"Balavadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mobley", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatz", 1, {DICTIONARY_SURNAME}, -1}, + {"Huggen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dokuon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ye-rin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Neilson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bibesco", 1, {DICTIONARY_SURNAME}, -1}, + {"Volchkova", 1, {DICTIONARY_SURNAME}, -1}, + {"Jedlička", 1, {DICTIONARY_SURNAME}, -1}, + {"Patricia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Willison", 1, {DICTIONARY_SURNAME}, -1}, + {"Protazanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vianini", 1, {DICTIONARY_SURNAME}, -1}, + {"sizzlers", 1, {DICTIONARY_CHAIN}, 234}, + {"Ehman", 1, {DICTIONARY_SURNAME}, -1}, + {"Davenant", 1, {DICTIONARY_SURNAME}, -1}, + {"Ademović", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhattarai", 1, {DICTIONARY_SURNAME}, -1}, + {"Yorimitsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dejan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hakamada", 1, {DICTIONARY_SURNAME}, -1}, + {"Barzanji", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcinkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Koyanagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Luhový", 1, {DICTIONARY_SURNAME}, -1}, + {"Outhwaite", 1, {DICTIONARY_SURNAME}, -1}, + {"Free", 1, {DICTIONARY_SURNAME}, -1}, + {"Rallings", 1, {DICTIONARY_SURNAME}, -1}, + {"Borba", 1, {DICTIONARY_SURNAME}, -1}, + {"Penruddock", 1, {DICTIONARY_SURNAME}, -1}, + {"Amoah", 1, {DICTIONARY_SURNAME}, -1}, + {"Zagaria", 1, {DICTIONARY_SURNAME}, -1}, + {"Gade", 1, {DICTIONARY_SURNAME}, -1}, + {"Tillich", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiefer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mould", 1, {DICTIONARY_SURNAME}, -1}, + {"Ungar", 1, {DICTIONARY_SURNAME}, -1}, + {"Przemyśl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reicher", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacquot", 1, {DICTIONARY_SURNAME}, -1}, + {"Schumann", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Amhalaí", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertonio", 1, {DICTIONARY_SURNAME}, -1}, + {"Lynley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Orakpo", 1, {DICTIONARY_SURNAME}, -1}, + {"Meri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vrdlovec", 1, {DICTIONARY_SURNAME}, -1}, + {"Panshin", 1, {DICTIONARY_SURNAME}, -1}, + {"Yanick", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Colombara", 1, {DICTIONARY_SURNAME}, -1}, + {"Ankudinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Helvétius", 1, {DICTIONARY_SURNAME}, -1}, + {"Okita", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavlović", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendron", 1, {DICTIONARY_SURNAME}, -1}, + {"Bedingfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Juma", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hauke", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abdul Jabbar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carpintero", 1, {DICTIONARY_SURNAME}, -1}, + {"h and m", 1, {DICTIONARY_CHAIN}, 145}, + {"Mkhargrdzeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Crumpler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoogstraten", 1, {DICTIONARY_SURNAME}, -1}, + {"Amélie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Szyslak", 1, {DICTIONARY_SURNAME}, -1}, + {"Megson", 1, {DICTIONARY_SURNAME}, -1}, + {"Penrose", 1, {DICTIONARY_SURNAME}, -1}, + {"Shintaku", 1, {DICTIONARY_SURNAME}, -1}, + {"Heslop", 1, {DICTIONARY_SURNAME}, -1}, + {"Campion", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapsovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Hérisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Covarrubias", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrico", 1, {DICTIONARY_SURNAME}, -1}, + {"Caesar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yevin", 1, {DICTIONARY_SURNAME}, -1}, + {"Plummer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanff", 1, {DICTIONARY_SURNAME}, -1}, + {"Heimbold", 1, {DICTIONARY_SURNAME}, -1}, + {"Weisser", 1, {DICTIONARY_SURNAME}, -1}, + {"Adduci", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleix", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rosenfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemke", 1, {DICTIONARY_SURNAME}, -1}, + {"Khenin", 1, {DICTIONARY_SURNAME}, -1}, + {"Galimberti", 1, {DICTIONARY_SURNAME}, -1}, + {"Heggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Cozma", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaefaga", 1, {DICTIONARY_SURNAME}, -1}, + {"De Vilallonga", 1, {DICTIONARY_SURNAME}, -1}, + {"Holdhaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavlou", 1, {DICTIONARY_SURNAME}, -1}, + {"Islip", 1, {DICTIONARY_SURNAME}, -1}, + {"McKennitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Madhu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ganea", 1, {DICTIONARY_SURNAME}, -1}, + {"Heermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Boswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Bittermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Kharchik", 1, {DICTIONARY_SURNAME}, -1}, + {"Capetillo family", 1, {DICTIONARY_SURNAME}, -1}, + {"Doust", 1, {DICTIONARY_SURNAME}, -1}, + {"Beatriz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trask", 1, {DICTIONARY_SURNAME}, -1}, + {"netto", 1, {DICTIONARY_CHAIN}, -1}, + {"Rockburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Boynton", 1, {DICTIONARY_SURNAME}, -1}, + {"Moakley", 1, {DICTIONARY_SURNAME}, -1}, + {"Collett", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valenti", 1, {DICTIONARY_SURNAME}, -1}, + {"Sands", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakels", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshitarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Humes", 1, {DICTIONARY_SURNAME}, -1}, + {"Chawla", 1, {DICTIONARY_SURNAME}, -1}, + {"Khodorkovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Michitarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dockweiler", 1, {DICTIONARY_SURNAME}, -1}, + {"Marianela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spielberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Pétillon", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruggink", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellmesberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Gifford", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mummert", 1, {DICTIONARY_SURNAME}, -1}, + {"Bollini", 1, {DICTIONARY_SURNAME}, -1}, + {"DeRogatis", 1, {DICTIONARY_SURNAME}, -1}, + {"Pecherov", 1, {DICTIONARY_SURNAME}, -1}, + {"Schneidman", 1, {DICTIONARY_SURNAME}, -1}, + {"Arct", 1, {DICTIONARY_SURNAME}, -1}, + {"Bleier", 1, {DICTIONARY_SURNAME}, -1}, + {"Pallo", 1, {DICTIONARY_SURNAME}, -1}, + {"Banaś", 1, {DICTIONARY_SURNAME}, -1}, + {"Greiman", 1, {DICTIONARY_SURNAME}, -1}, + {"Eggerth", 1, {DICTIONARY_SURNAME}, -1}, + {"Schleßinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovář", 1, {DICTIONARY_SURNAME}, -1}, + {"Balestra", 1, {DICTIONARY_SURNAME}, -1}, + {"Khalifman", 1, {DICTIONARY_SURNAME}, -1}, + {"Miura", 1, {DICTIONARY_SURNAME}, -1}, + {"Birol", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashinano", 1, {DICTIONARY_SURNAME}, -1}, + {"Elfring", 1, {DICTIONARY_SURNAME}, -1}, + {"Todaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Uí Thormaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Verjee", 1, {DICTIONARY_SURNAME}, -1}, + {"Gottschalk", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Karmen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dekanosidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Floquet", 1, {DICTIONARY_SURNAME}, -1}, + {"Maol Chosna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Villella", 1, {DICTIONARY_SURNAME}, -1}, + {"Becke", 1, {DICTIONARY_SURNAME}, -1}, + {"Sainty", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Nesbitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Navid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blocher", 1, {DICTIONARY_SURNAME}, -1}, + {"Berninger", 1, {DICTIONARY_SURNAME}, -1}, + {"Aileen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"caseys general store", 1, {DICTIONARY_CHAIN}, 94}, + {"Barayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Scherbakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kavak", 1, {DICTIONARY_SURNAME}, -1}, + {"Ritola", 1, {DICTIONARY_SURNAME}, -1}, + {"Agudela", 1, {DICTIONARY_SURNAME}, -1}, + {"Garnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó Chlúmháin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tinker", 1, {DICTIONARY_SURNAME}, -1}, + {"Kappler", 1, {DICTIONARY_SURNAME}, -1}, + {"Raonull", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trujillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Büke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kluck", 1, {DICTIONARY_SURNAME}, -1}, + {"barnes and nobles", 1, {DICTIONARY_CHAIN}, 72}, + {"Schatz", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Steinhäusl", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotoge", 1, {DICTIONARY_SURNAME}, -1}, + {"Yi-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Borowiecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Sokol", 1, {DICTIONARY_SURNAME}, -1}, + {"Battesini", 1, {DICTIONARY_SURNAME}, -1}, + {"Oyegun", 1, {DICTIONARY_SURNAME}, -1}, + {"Grecu", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabato", 1, {DICTIONARY_SURNAME}, -1}, + {"Krivokapić", 1, {DICTIONARY_SURNAME}, -1}, + {"Michals", 1, {DICTIONARY_SURNAME}, -1}, + {"Ágúst", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ernest", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCary", 1, {DICTIONARY_SURNAME}, -1}, + {"Henesy", 1, {DICTIONARY_SURNAME}, -1}, + {"Mittag", 1, {DICTIONARY_SURNAME}, -1}, + {"Góes", 1, {DICTIONARY_SURNAME}, -1}, + {"Costley", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Steeger", 1, {DICTIONARY_SURNAME}, -1}, + {"Krulj", 1, {DICTIONARY_SURNAME}, -1}, + {"Heimsoth", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyril", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Issangar", 1, {DICTIONARY_SURNAME}, -1}, + {"Aseev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kożuchowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckinsale", 1, {DICTIONARY_SURNAME}, -1}, + {"Sang-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stoll", 1, {DICTIONARY_SURNAME}, -1}, + {"Carracci", 1, {DICTIONARY_SURNAME}, -1}, + {"Marčiulionis", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuhatsira", 1, {DICTIONARY_SURNAME}, -1}, + {"Busenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Aquino", 1, {DICTIONARY_SURNAME}, -1}, + {"Klop", 1, {DICTIONARY_SURNAME}, -1}, + {"Azarenka", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballesdens", 1, {DICTIONARY_SURNAME}, -1}, + {"Lachner", 1, {DICTIONARY_SURNAME}, -1}, + {"Anderson Luís", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dalton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Guinovart", 1, {DICTIONARY_SURNAME}, -1}, + {"Antiochianus", 1, {DICTIONARY_SURNAME}, -1}, + {"Anoop", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bence", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McAnearney", 1, {DICTIONARY_SURNAME}, -1}, + {"Šaulić", 1, {DICTIONARY_SURNAME}, -1}, + {"De La Rosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Vârtic", 1, {DICTIONARY_SURNAME}, -1}, + {"Parris", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Restwold", 1, {DICTIONARY_SURNAME}, -1}, + {"Voroshnin", 1, {DICTIONARY_SURNAME}, -1}, + {"Yocum", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulford", 1, {DICTIONARY_SURNAME}, -1}, + {"Witherby", 1, {DICTIONARY_SURNAME}, -1}, + {"Šestan", 1, {DICTIONARY_SURNAME}, -1}, + {"Brewin", 1, {DICTIONARY_SURNAME}, -1}, + {"Guttman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirst", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Zandt", 1, {DICTIONARY_SURNAME}, -1}, + {"McLaglen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vecina", 1, {DICTIONARY_SURNAME}, -1}, + {"Máel Muire", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McFeeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaulkhard", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoffecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuilque", 1, {DICTIONARY_SURNAME}, -1}, + {"Quenten", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drell", 1, {DICTIONARY_SURNAME}, -1}, + {"Brazil", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Jalil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adivi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pleskot", 1, {DICTIONARY_SURNAME}, -1}, + {"Alakurt", 1, {DICTIONARY_SURNAME}, -1}, + {"Sienna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mutapčić", 1, {DICTIONARY_SURNAME}, -1}, + {"Gong", 1, {DICTIONARY_SURNAME}, -1}, + {"Burhan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McEvoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Huntington", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Beppo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Callaghan", 1, {DICTIONARY_SURNAME}, -1}, + {"Frick", 1, {DICTIONARY_SURNAME}, -1}, + {"Battley", 1, {DICTIONARY_SURNAME}, -1}, + {"Mokhonoana", 1, {DICTIONARY_SURNAME}, -1}, + {"Shipulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fariña", 1, {DICTIONARY_SURNAME}, -1}, + {"Mander", 1, {DICTIONARY_SURNAME}, -1}, + {"Pashkevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Klindworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Huddart", 1, {DICTIONARY_SURNAME}, -1}, + {"Maghalashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Reifel", 1, {DICTIONARY_SURNAME}, -1}, + {"Wedel", 1, {DICTIONARY_SURNAME}, -1}, + {"Perch", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazys", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corbitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Gracey", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemppainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Majendie", 1, {DICTIONARY_SURNAME}, -1}, + {"Taneiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kahrs", 1, {DICTIONARY_SURNAME}, -1}, + {"Aidinoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Picard", 1, {DICTIONARY_SURNAME}, -1}, + {"Janković", 1, {DICTIONARY_SURNAME}, -1}, + {"Pickford", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Cho", 1, {DICTIONARY_SURNAME}, -1}, + {"De Smet", 1, {DICTIONARY_SURNAME}, -1}, + {"Pognon", 1, {DICTIONARY_SURNAME}, -1}, + {"Bortkevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Hee-joon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Csizmadia", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katić", 1, {DICTIONARY_SURNAME}, -1}, + {"Lahti", 1, {DICTIONARY_SURNAME}, -1}, + {"Casil", 1, {DICTIONARY_SURNAME}, -1}, + {"Agboneni", 1, {DICTIONARY_SURNAME}, -1}, + {"Dlamini", 1, {DICTIONARY_SURNAME}, -1}, + {"Claiborne", 1, {DICTIONARY_SURNAME}, -1}, + {"Nalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Mardini", 1, {DICTIONARY_SURNAME}, -1}, + {"Szakály", 1, {DICTIONARY_SURNAME}, -1}, + {"Luper", 1, {DICTIONARY_SURNAME}, -1}, + {"Millard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Foulkes", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hopley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanafin", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigehito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adebamowo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorfolomeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kishon", 1, {DICTIONARY_SURNAME}, -1}, + {"Telligman", 1, {DICTIONARY_SURNAME}, -1}, + {"Monslow", 1, {DICTIONARY_SURNAME}, -1}, + {"Doerr", 1, {DICTIONARY_SURNAME}, -1}, + {"Da Fiesole", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasurō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hagenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Frush", 1, {DICTIONARY_SURNAME}, -1}, + {"Manolo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Penale", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruneau", 1, {DICTIONARY_SURNAME}, -1}, + {"Namagiri Thayar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ezzo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ünsal", 1, {DICTIONARY_SURNAME}, -1}, + {"Ladina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó Fearghuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hogrebe", 1, {DICTIONARY_SURNAME}, -1}, + {"DaCosta", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellard", 1, {DICTIONARY_SURNAME}, -1}, + {"Neish", 1, {DICTIONARY_SURNAME}, -1}, + {"Breese", 1, {DICTIONARY_SURNAME}, -1}, + {"Fisseha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bishara", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"chase banks", 1, {DICTIONARY_CHAIN}, 96}, + {"Vasilevskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Reubke", 1, {DICTIONARY_SURNAME}, -1}, + {"Haughton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mac Murchadha", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedländer", 1, {DICTIONARY_SURNAME}, -1}, + {"Fojtík", 1, {DICTIONARY_SURNAME}, -1}, + {"Heiman", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuny", 1, {DICTIONARY_SURNAME}, -1}, + {"Juvonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Landulf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aja", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aivar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruas", 1, {DICTIONARY_SURNAME}, -1}, + {"Hug", 1, {DICTIONARY_SURNAME}, -1}, + {"Fermi", 1, {DICTIONARY_SURNAME}, -1}, + {"Albanesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lendl", 1, {DICTIONARY_SURNAME}, -1}, + {"Aranđelović", 1, {DICTIONARY_SURNAME}, -1}, + {"Mori", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Loosemore", 1, {DICTIONARY_SURNAME}, -1}, + {"Losch", 1, {DICTIONARY_SURNAME}, -1}, + {"Busuttil", 1, {DICTIONARY_SURNAME}, -1}, + {"Duponchel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cukor", 1, {DICTIONARY_SURNAME}, -1}, + {"Edenfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrijmoet", 1, {DICTIONARY_SURNAME}, -1}, + {"Borges", 1, {DICTIONARY_SURNAME}, -1}, + {"Furchgott", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Gunden", 1, {DICTIONARY_SURNAME}, -1}, + {"Coussé", 1, {DICTIONARY_SURNAME}, -1}, + {"Marner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishmael", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blond", 1, {DICTIONARY_SURNAME}, -1}, + {"Gebert", 1, {DICTIONARY_SURNAME}, -1}, + {"Allingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Plesner", 1, {DICTIONARY_SURNAME}, -1}, + {"Marte", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenkinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Jónasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gyau", 1, {DICTIONARY_SURNAME}, -1}, + {"Conning", 1, {DICTIONARY_SURNAME}, -1}, + {"Harutsuna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cessair", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baade", 1, {DICTIONARY_SURNAME}, -1}, + {"Rupert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Baz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ansermino", 1, {DICTIONARY_SURNAME}, -1}, + {"Karst", 1, {DICTIONARY_SURNAME}, -1}, + {"Babko", 1, {DICTIONARY_SURNAME}, -1}, + {"Benoist", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorontsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Altın", 1, {DICTIONARY_SURNAME}, -1}, + {"Peppe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nwoffiah", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldrige", 1, {DICTIONARY_SURNAME}, -1}, + {"Gordon-Cumming", 1, {DICTIONARY_SURNAME}, -1}, + {"Verrecchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hayatou", 1, {DICTIONARY_SURNAME}, -1}, + {"Gascoigne", 1, {DICTIONARY_SURNAME}, -1}, + {"Voloshenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Asror", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cesereanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Haldor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sulochana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Başak", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Retzius", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hassan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Montero", 1, {DICTIONARY_SURNAME}, -1}, + {"Gvazava", 1, {DICTIONARY_SURNAME}, -1}, + {"Helge", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bloor", 1, {DICTIONARY_SURNAME}, -1}, + {"Dosanjh", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasunari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nietzsche", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahavidya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nanette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Renuka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eifion", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dallinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Loven", 1, {DICTIONARY_SURNAME}, -1}, + {"tmobile store", 1, {DICTIONARY_CHAIN}, 256}, + {"Brehm", 1, {DICTIONARY_SURNAME}, -1}, + {"Adžija", 1, {DICTIONARY_SURNAME}, -1}, + {"Umesaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Leibbrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Zamil", 1, {DICTIONARY_SURNAME}, -1}, + {"Lautenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Galanter", 1, {DICTIONARY_SURNAME}, -1}, + {"Routledge", 1, {DICTIONARY_SURNAME}, -1}, + {"Vashchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"De Vocht", 1, {DICTIONARY_SURNAME}, -1}, + {"Irby", 1, {DICTIONARY_SURNAME}, -1}, + {"Sayers", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurney", 1, {DICTIONARY_SURNAME}, -1}, + {"Orton", 1, {DICTIONARY_SURNAME}, -1}, + {"Almgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gottsche", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirata", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanzetti", 1, {DICTIONARY_SURNAME}, -1}, + {"San Souci", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoticus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaarik", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldacci", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruwys", 1, {DICTIONARY_SURNAME}, -1}, + {"Friis", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoepf", 1, {DICTIONARY_SURNAME}, -1}, + {"Gelenius", 1, {DICTIONARY_SURNAME}, -1}, + {"Eckblad", 1, {DICTIONARY_SURNAME}, -1}, + {"Tassadit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pesamosca", 1, {DICTIONARY_SURNAME}, -1}, + {"Menken", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleinfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Igusa", 1, {DICTIONARY_SURNAME}, -1}, + {"Witherill", 1, {DICTIONARY_SURNAME}, -1}, + {"Milinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Kokoschka", 1, {DICTIONARY_SURNAME}, -1}, + {"Erkoç", 1, {DICTIONARY_SURNAME}, -1}, + {"Okuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Namio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vinick", 1, {DICTIONARY_SURNAME}, -1}, + {"Cormack", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiano", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshimaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Syomin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nossal", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaggi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Innogen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Musemić", 1, {DICTIONARY_SURNAME}, -1}, + {"Bäckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gipps", 1, {DICTIONARY_SURNAME}, -1}, + {"Pelan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bialik", 1, {DICTIONARY_SURNAME}, -1}, + {"Stassen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vostrukhin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohammad-Reza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Neuhauser", 1, {DICTIONARY_SURNAME}, -1}, + {"Langridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Víctor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fofana", 1, {DICTIONARY_SURNAME}, -1}, + {"Winawer", 1, {DICTIONARY_SURNAME}, -1}, + {"Goswami", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekman", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuvaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Golovach", 1, {DICTIONARY_SURNAME}, -1}, + {"Seppänen", 1, {DICTIONARY_SURNAME}, -1}, + {"Eastlake", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Terutomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lubiejewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Holtet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinkley", 1, {DICTIONARY_SURNAME}, -1}, + {"blimpies", 1, {DICTIONARY_CHAIN}, 81}, + {"Thoelke", 1, {DICTIONARY_SURNAME}, -1}, + {"Binning", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tetsutarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cerviño", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Bergh", 1, {DICTIONARY_SURNAME}, -1}, + {"Nepela", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanseverino", 1, {DICTIONARY_SURNAME}, -1}, + {"Veierød", 1, {DICTIONARY_SURNAME}, -1}, + {"Šafaříková", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Buchholz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vom Bruch", 1, {DICTIONARY_SURNAME}, -1}, + {"Uchibayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aedhghal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mattithyahu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scheid", 1, {DICTIONARY_SURNAME}, -1}, + {"Abend", 1, {DICTIONARY_SURNAME}, -1}, + {"Belkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Persaliano", 1, {DICTIONARY_SURNAME}, -1}, + {"Sneddon", 1, {DICTIONARY_SURNAME}, -1}, + {"Benneteau", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-chul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ilmari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taishi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rop", 1, {DICTIONARY_SURNAME}, -1}, + {"Mutsumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gui", 1, {DICTIONARY_SURNAME}, -1}, + {"Musin", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinkichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McIlwain", 1, {DICTIONARY_SURNAME}, -1}, + {"Azria", 1, {DICTIONARY_SURNAME}, -1}, + {"Messaoudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Daizen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abrea", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnibbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Aglietti", 1, {DICTIONARY_SURNAME}, -1}, + {"Frazer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adomaitytė", 1, {DICTIONARY_SURNAME}, -1}, + {"Abie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marchetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinokurov", 1, {DICTIONARY_SURNAME}, -1}, + {"Anan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schonder", 1, {DICTIONARY_SURNAME}, -1}, + {"Jablonski", 1, {DICTIONARY_SURNAME}, -1}, + {"Dziri", 1, {DICTIONARY_SURNAME}, -1}, + {"Den Uyl", 1, {DICTIONARY_SURNAME}, -1}, + {"Đujić", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilyas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dickenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Primakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dörflinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Duhé", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Turnhout", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunehiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schnauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Klink", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Leonara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toreli", 1, {DICTIONARY_SURNAME}, -1}, + {"Aichi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingres", 1, {DICTIONARY_SURNAME}, -1}, + {"Elling", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Világosi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ugochukwu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arían", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Olga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abol", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lavrentyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Vydarený", 1, {DICTIONARY_SURNAME}, -1}, + {"Torcall", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Christaller", 1, {DICTIONARY_SURNAME}, -1}, + {"Bok", 1, {DICTIONARY_SURNAME}, -1}, + {"Cobben", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Oosten", 1, {DICTIONARY_SURNAME}, -1}, + {"Spann", 1, {DICTIONARY_SURNAME}, -1}, + {"Lienhard", 1, {DICTIONARY_SURNAME}, -1}, + {"Train", 1, {DICTIONARY_SURNAME}, -1}, + {"Eken", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsakiris", 1, {DICTIONARY_SURNAME}, -1}, + {"McBurney", 1, {DICTIONARY_SURNAME}, -1}, + {"Stosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Zafarullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vellayan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarasin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagasu", 1, {DICTIONARY_SURNAME}, -1}, + {"McAllion", 1, {DICTIONARY_SURNAME}, -1}, + {"Inkoom", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Farisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bariviera", 1, {DICTIONARY_SURNAME}, -1}, + {"Szcześniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kraljević", 1, {DICTIONARY_SURNAME}, -1}, + {"Wen", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Tobel", 1, {DICTIONARY_SURNAME}, -1}, + {"Brousseau", 1, {DICTIONARY_SURNAME}, -1}, + {"Aksomitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Powle", 1, {DICTIONARY_SURNAME}, -1}, + {"Baryshnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Schreuder", 1, {DICTIONARY_SURNAME}, -1}, + {"Niimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Belaid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gamsakhurdia", 1, {DICTIONARY_SURNAME}, -1}, + {"Damari", 1, {DICTIONARY_SURNAME}, -1}, + {"Bopp", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeanes", 1, {DICTIONARY_SURNAME}, -1}, + {"Braund", 1, {DICTIONARY_SURNAME}, -1}, + {"Goursat", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakich", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandev", 1, {DICTIONARY_SURNAME}, -1}, + {"Oprea", 1, {DICTIONARY_SURNAME}, -1}, + {"Casimir-Perier", 1, {DICTIONARY_SURNAME}, -1}, + {"Helf", 1, {DICTIONARY_SURNAME}, -1}, + {"Alim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hikmat", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alabau", 1, {DICTIONARY_SURNAME}, -1}, + {"Chick", 1, {DICTIONARY_SURNAME}, -1}, + {"Kießling", 1, {DICTIONARY_SURNAME}, -1}, + {"Alys", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aldrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelmo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Franze", 1, {DICTIONARY_SURNAME}, -1}, + {"Laverick", 1, {DICTIONARY_SURNAME}, -1}, + {"Palk", 1, {DICTIONARY_SURNAME}, -1}, + {"Mem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Villiard", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragutinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Stafford", 1, {DICTIONARY_SURNAME}, -1}, + {"Shreya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Knaggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Sainz", 1, {DICTIONARY_SURNAME}, -1}, + {"Sperling", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Germond", 1, {DICTIONARY_SURNAME}, -1}, + {"Allgeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiroyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Narahashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tijana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mayrisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Verheiden", 1, {DICTIONARY_SURNAME}, -1}, + {"Naysmith", 1, {DICTIONARY_SURNAME}, -1}, + {"MacLelan", 1, {DICTIONARY_SURNAME}, -1}, + {"Samadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aderem", 1, {DICTIONARY_SURNAME}, -1}, + {"Botting", 1, {DICTIONARY_SURNAME}, -1}, + {"Gannon", 1, {DICTIONARY_SURNAME}, -1}, + {"Senichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Retter", 1, {DICTIONARY_SURNAME}, -1}, + {"Gustin", 1, {DICTIONARY_SURNAME}, -1}, + {"Babington", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardaway", 1, {DICTIONARY_SURNAME}, -1}, + {"Vides", 1, {DICTIONARY_SURNAME}, -1}, + {"Jay Rabinowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ormond", 1, {DICTIONARY_SURNAME}, -1}, + {"Gelius", 1, {DICTIONARY_SURNAME}, -1}, + {"Sastri", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Qubaisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Buxhoeveden family", 1, {DICTIONARY_SURNAME}, -1}, + {"Shapleigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Horrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Branimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mordej", 1, {DICTIONARY_SURNAME}, -1}, + {"Raivis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anosov", 1, {DICTIONARY_SURNAME}, -1}, + {"Cusick", 1, {DICTIONARY_SURNAME}, -1}, + {"Wernick", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tobón", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinhäuser", 1, {DICTIONARY_SURNAME}, -1}, + {"Wendland", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarnowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabin", 1, {DICTIONARY_SURNAME}, -1}, + {"Giorgi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ünal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Silberman", 1, {DICTIONARY_SURNAME}, -1}, + {"Paudel", 1, {DICTIONARY_SURNAME}, -1}, + {"Elon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Himmelfarb", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayashiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Villafañe", 1, {DICTIONARY_SURNAME}, -1}, + {"Sucharda", 1, {DICTIONARY_SURNAME}, -1}, + {"Burdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Štúrová", 1, {DICTIONARY_SURNAME}, -1}, + {"Amleto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haraguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Randi", 1, {DICTIONARY_SURNAME}, -1}, + {"Grm", 1, {DICTIONARY_SURNAME}, -1}, + {"Sōtarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zoller", 1, {DICTIONARY_SURNAME}, -1}, + {"Odintsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-seok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alcalá-Galiano", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandelbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Ansaloni", 1, {DICTIONARY_SURNAME}, -1}, + {"Freytag-Loringhoven", 1, {DICTIONARY_SURNAME}, -1}, + {"McGale", 1, {DICTIONARY_SURNAME}, -1}, + {"Spinetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Weidman", 1, {DICTIONARY_SURNAME}, -1}, + {"Betz", 1, {DICTIONARY_SURNAME}, -1}, + {"Schonfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Cholmley", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamiat", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanák", 1, {DICTIONARY_SURNAME}, -1}, + {"Hateley", 1, {DICTIONARY_SURNAME}, -1}, + {"Ines", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Seeldraeyers", 1, {DICTIONARY_SURNAME}, -1}, + {"Rikako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tannenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Zinovios", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kulikovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolachnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Takach", 1, {DICTIONARY_SURNAME}, -1}, + {"Restout", 1, {DICTIONARY_SURNAME}, -1}, + {"Brault", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolanowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Silovs", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlisle", 1, {DICTIONARY_SURNAME}, -1}, + {"Turchin", 1, {DICTIONARY_SURNAME}, -1}, + {"Viemeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Nanako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tollett", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruggles", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanley", 1, {DICTIONARY_SURNAME}, -1}, + {"Jassen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alomar", 1, {DICTIONARY_SURNAME}, -1}, + {"LaBianca", 1, {DICTIONARY_SURNAME}, -1}, + {"Song", 1, {DICTIONARY_SURNAME}, -1}, + {"Akulov", 1, {DICTIONARY_SURNAME}, -1}, + {"Jelimo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kissack", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoß", 1, {DICTIONARY_SURNAME}, -1}, + {"Winick", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohli", 1, {DICTIONARY_SURNAME}, -1}, + {"Auchterlonie", 1, {DICTIONARY_SURNAME}, -1}, + {"Panufnik", 1, {DICTIONARY_SURNAME}, -1}, + {"shake shack", 1, {DICTIONARY_CHAIN}, -1}, + {"Bascomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Simoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Isy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Molnár", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiefel", 1, {DICTIONARY_SURNAME}, -1}, + {"Safavi", 1, {DICTIONARY_SURNAME}, -1}, + {"delikatesy centrum", 1, {DICTIONARY_CHAIN}, -1}, + {"Arana", 1, {DICTIONARY_SURNAME}, -1}, + {"Grauman", 1, {DICTIONARY_SURNAME}, -1}, + {"Shirow", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schoendoerffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuzia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mac Brádaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ure", 1, {DICTIONARY_SURNAME}, -1}, + {"Frascari", 1, {DICTIONARY_SURNAME}, -1}, + {"Viljar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ekaterina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waniek", 1, {DICTIONARY_SURNAME}, -1}, + {"Walz", 1, {DICTIONARY_SURNAME}, -1}, + {"Norström", 1, {DICTIONARY_SURNAME}, -1}, + {"Moriuji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ladas", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheinkman", 1, {DICTIONARY_SURNAME}, -1}, + {"the body shop", 1, {DICTIONARY_CHAIN}, -1}, + {"Ezenwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Sançar", 1, {DICTIONARY_SURNAME}, -1}, + {"Pigot", 1, {DICTIONARY_SURNAME}, -1}, + {"Schreyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Viruet", 1, {DICTIONARY_SURNAME}, -1}, + {"Kroll", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerrit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kanasz", 1, {DICTIONARY_SURNAME}, -1}, + {"Belle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Morón", 1, {DICTIONARY_SURNAME}, -1}, + {"Chookaszian", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassamá", 1, {DICTIONARY_SURNAME}, -1}, + {"Masato", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hornberger", 1, {DICTIONARY_SURNAME}, -1}, + {"McElreath", 1, {DICTIONARY_SURNAME}, -1}, + {"Akentyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedman", 1, {DICTIONARY_SURNAME}, -1}, + {"johnny rockets", 1, {DICTIONARY_CHAIN}, -1}, + {"Prelog", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahmadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tage", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gruša", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Hearn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruffman", 1, {DICTIONARY_SURNAME}, -1}, + {"Deshaies", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapozhnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Momčilović", 1, {DICTIONARY_SURNAME}, -1}, + {"Lutsenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Wickremasinghe", 1, {DICTIONARY_SURNAME}, -1}, + {"Wrede", 1, {DICTIONARY_SURNAME}, -1}, + {"Changezi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brownbill", 1, {DICTIONARY_SURNAME}, -1}, + {"Alexiades", 1, {DICTIONARY_SURNAME}, -1}, + {"Rostworowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Wetherill", 1, {DICTIONARY_SURNAME}, -1}, + {"Maydenia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jong-il", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Messenger", 1, {DICTIONARY_SURNAME}, -1}, + {"Öcalan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ötvös", 1, {DICTIONARY_SURNAME}, -1}, + {"Brooking", 1, {DICTIONARY_SURNAME}, -1}, + {"Dadiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Mölgg", 1, {DICTIONARY_SURNAME}, -1}, + {"Feigl", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamimachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Olbrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Naz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Everitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Tameo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grimmelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Maximiliano", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vickerton", 1, {DICTIONARY_SURNAME}, -1}, + {"Šabanadžović", 1, {DICTIONARY_SURNAME}, -1}, + {"Frucht", 1, {DICTIONARY_SURNAME}, -1}, + {"Iori", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Klum", 1, {DICTIONARY_SURNAME}, -1}, + {"Anderson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dorson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alemseged", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Holwijn", 1, {DICTIONARY_SURNAME}, -1}, + {"Samaras", 1, {DICTIONARY_SURNAME}, -1}, + {"Koiwai", 1, {DICTIONARY_SURNAME}, -1}, + {"Cselkó", 1, {DICTIONARY_SURNAME}, -1}, + {"Magloire", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarno", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tumkovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Abendschan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ae-jung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lusoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Elfriede", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Callier", 1, {DICTIONARY_SURNAME}, -1}, + {"Gavrić", 1, {DICTIONARY_SURNAME}, -1}, + {"Bardo", 1, {DICTIONARY_SURNAME}, -1}, + {"McLernon", 1, {DICTIONARY_SURNAME}, -1}, + {"Gora", 1, {DICTIONARY_SURNAME}, -1}, + {"Jakov", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voskoboynikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ančić", 1, {DICTIONARY_SURNAME}, -1}, + {"Ström", 1, {DICTIONARY_SURNAME}, -1}, + {"El Adoua", 1, {DICTIONARY_SURNAME}, -1}, + {"Adanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Collodo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sedlaczek", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ackeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Toivo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"kroger", 1, {DICTIONARY_CHAIN}, -1}, + {"Sedgwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Rutter", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahtre", 1, {DICTIONARY_SURNAME}, -1}, + {"Vangi", 1, {DICTIONARY_SURNAME}, -1}, + {"Itokawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Aigrain", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabsowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mārtiņš", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sadr", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirst", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicich", 1, {DICTIONARY_SURNAME}, -1}, + {"Iria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boyett", 1, {DICTIONARY_SURNAME}, -1}, + {"Labrum", 1, {DICTIONARY_SURNAME}, -1}, + {"hamburguesas el corral", 1, {DICTIONARY_CHAIN}, -1}, + {"Jaconelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Rubino", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingles", 1, {DICTIONARY_SURNAME}, -1}, + {"Barreau", 1, {DICTIONARY_SURNAME}, -1}, + {"Molina", 1, {DICTIONARY_SURNAME}, -1}, + {"Norsworthy", 1, {DICTIONARY_SURNAME}, -1}, + {"hooters", 1, {DICTIONARY_CHAIN}, -1}, + {"Chang", 1, {DICTIONARY_SURNAME}, -1}, + {"Dehmel", 1, {DICTIONARY_SURNAME}, -1}, + {"Živanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Key", 1, {DICTIONARY_SURNAME}, -1}, + {"Abubakirov", 1, {DICTIONARY_SURNAME}, -1}, + {"Daisy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Puccio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Castañeda", 1, {DICTIONARY_SURNAME}, -1}, + {"Amann", 1, {DICTIONARY_SURNAME}, -1}, + {"Wardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Alyakhnovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Stickler", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrande", 1, {DICTIONARY_SURNAME}, -1}, + {"McGreevy", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrepka", 1, {DICTIONARY_SURNAME}, -1}, + {"Barba", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilinykh", 1, {DICTIONARY_SURNAME}, -1}, + {"Plössl", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolin", 1, {DICTIONARY_SURNAME}, -1}, + {"Naruhisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Horvath", 1, {DICTIONARY_SURNAME}, -1}, + {"Achonwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedemann", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Verniero", 1, {DICTIONARY_SURNAME}, -1}, + {"Strecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Orlowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsumoto", 1, {DICTIONARY_SURNAME}, -1}, + {"volkswagen", 1, {DICTIONARY_CHAIN}, -1}, + {"Vergeront", 1, {DICTIONARY_SURNAME}, -1}, + {"Chapayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagster", 1, {DICTIONARY_SURNAME}, -1}, + {"Nishitani", 1, {DICTIONARY_SURNAME}, -1}, + {"Miscavige", 1, {DICTIONARY_SURNAME}, -1}, + {"Niemeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Reeser", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanselmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūkichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Odlum", 1, {DICTIONARY_SURNAME}, -1}, + {"Opsenica", 1, {DICTIONARY_SURNAME}, -1}, + {"Órfhlaith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kapono", 1, {DICTIONARY_SURNAME}, -1}, + {"Bring", 1, {DICTIONARY_SURNAME}, -1}, + {"Meijer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mørch", 1, {DICTIONARY_SURNAME}, -1}, + {"McAlone", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldwater", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Oldenbarnevelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Konayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Guilbaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Little", 1, {DICTIONARY_SURNAME}, -1}, + {"Schopen", 1, {DICTIONARY_SURNAME}, -1}, + {"Deepali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ji-woong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pürer", 1, {DICTIONARY_SURNAME}, -1}, + {"Johnsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sierakowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanna", 1, {DICTIONARY_SURNAME}, -1}, + {"Christos", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arland", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Miron", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McWade", 1, {DICTIONARY_SURNAME}, -1}, + {"Petrino", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Đurađ", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grobbelaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanneth", 1, {DICTIONARY_SURNAME}, -1}, + {"Irgen Gioro", 1, {DICTIONARY_SURNAME}, -1}, + {"Schollaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Olcan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Delgrosso", 1, {DICTIONARY_SURNAME}, -1}, + {"Abu Sidu", 1, {DICTIONARY_SURNAME}, -1}, + {"Middlemass", 1, {DICTIONARY_SURNAME}, -1}, + {"Schüssel", 1, {DICTIONARY_SURNAME}, -1}, + {"Meckler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacon", 1, {DICTIONARY_SURNAME}, -1}, + {"Torkelsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajizadeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Mata", 1, {DICTIONARY_SURNAME}, -1}, + {"Phillpotts", 1, {DICTIONARY_SURNAME}, -1}, + {"Tidd", 1, {DICTIONARY_SURNAME}, -1}, + {"Murua", 1, {DICTIONARY_SURNAME}, -1}, + {"Miliband", 1, {DICTIONARY_SURNAME}, -1}, + {"Giarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarabrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahvenjärvi", 1, {DICTIONARY_SURNAME}, -1}, + {"Polanco", 1, {DICTIONARY_SURNAME}, -1}, + {"Andoni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Singri", 1, {DICTIONARY_SURNAME}, -1}, + {"Webb", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Creach", 1, {DICTIONARY_SURNAME}, -1}, + {"Martijn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McNamee", 1, {DICTIONARY_SURNAME}, -1}, + {"Lončar", 1, {DICTIONARY_SURNAME}, -1}, + {"Yosypenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Carme", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Houllier", 1, {DICTIONARY_SURNAME}, -1}, + {"Boss", 1, {DICTIONARY_SURNAME}, -1}, + {"Liddle", 1, {DICTIONARY_SURNAME}, -1}, + {"Abner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Halama", 1, {DICTIONARY_SURNAME}, -1}, + {"Romito", 1, {DICTIONARY_SURNAME}, -1}, + {"Melo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Lorcáin", 1, {DICTIONARY_SURNAME}, -1}, + {"Womack", 1, {DICTIONARY_SURNAME}, -1}, + {"Linkola", 1, {DICTIONARY_SURNAME}, -1}, + {"Vecchiato", 1, {DICTIONARY_SURNAME}, -1}, + {"Balwant", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vokrri", 1, {DICTIONARY_SURNAME}, -1}, + {"Španović", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarver", 1, {DICTIONARY_SURNAME}, -1}, + {"Feldhendler", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapgir", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajji", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kalk", 1, {DICTIONARY_SURNAME}, -1}, + {"Faiz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rosalyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bidwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Daele", 1, {DICTIONARY_SURNAME}, -1}, + {"Cafritz", 1, {DICTIONARY_SURNAME}, -1}, + {"Henri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rose", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dyoko", 1, {DICTIONARY_SURNAME}, -1}, + {"Temata", 1, {DICTIONARY_SURNAME}, -1}, + {"Kintaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eliška", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Manny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hodencq", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-kyung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corning", 1, {DICTIONARY_SURNAME}, -1}, + {"Lateiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnot", 1, {DICTIONARY_SURNAME}, -1}, + {"Siim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haering", 1, {DICTIONARY_SURNAME}, -1}, + {"Gouin", 1, {DICTIONARY_SURNAME}, -1}, + {"omv", 1, {DICTIONARY_CHAIN}, -1}, + {"Whall", 1, {DICTIONARY_SURNAME}, -1}, + {"Schepens", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenblatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Agostinho", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"De Adamich", 1, {DICTIONARY_SURNAME}, -1}, + {"Dzintars", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hrgota", 1, {DICTIONARY_SURNAME}, -1}, + {"Dargis", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghaee", 1, {DICTIONARY_SURNAME}, -1}, + {"Duritz", 1, {DICTIONARY_SURNAME}, -1}, + {"Toney", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelsey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cybo", 1, {DICTIONARY_SURNAME}, -1}, + {"Naseeb", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Darion", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Min-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hirota", 1, {DICTIONARY_SURNAME}, -1}, + {"Purefoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kesler", 1, {DICTIONARY_SURNAME}, -1}, + {"Valiuškis", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamatzky", 1, {DICTIONARY_SURNAME}, -1}, + {"Woon", 1, {DICTIONARY_SURNAME}, -1}, + {"Yemin", 1, {DICTIONARY_SURNAME}, -1}, + {"Büchel", 1, {DICTIONARY_SURNAME}, -1}, + {"Slavomír", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bautista", 1, {DICTIONARY_SURNAME}, -1}, + {"Nebrada", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzolino", 1, {DICTIONARY_SURNAME}, -1}, + {"I'Anson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vabec", 1, {DICTIONARY_SURNAME}, -1}, + {"Chae-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Villalobos", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Qadir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tülin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leysen", 1, {DICTIONARY_SURNAME}, -1}, + {"Duchamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Oswaldo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Afanasyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Begléighinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Planchon", 1, {DICTIONARY_SURNAME}, -1}, + {"Granström", 1, {DICTIONARY_SURNAME}, -1}, + {"Sourav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beal", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukunaga", 1, {DICTIONARY_SURNAME}, -1}, + {"home depot", 1, {DICTIONARY_CHAIN}, 152}, + {"Giada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cellucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Pelucchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Béraud", 1, {DICTIONARY_SURNAME}, -1}, + {"Afoa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kullman", 1, {DICTIONARY_SURNAME}, -1}, + {"Waples", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarey", 1, {DICTIONARY_SURNAME}, -1}, + {"Widdoes", 1, {DICTIONARY_SURNAME}, -1}, + {"Schweitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulrab", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bagration-Davitishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Lippert", 1, {DICTIONARY_SURNAME}, -1}, + {"Kabbah", 1, {DICTIONARY_SURNAME}, -1}, + {"Selva", 1, {DICTIONARY_SURNAME}, -1}, + {"Morehead", 1, {DICTIONARY_SURNAME}, -1}, + {"Pedley", 1, {DICTIONARY_SURNAME}, -1}, + {"Streckenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehmed", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eun-sang", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hermoza", 1, {DICTIONARY_SURNAME}, -1}, + {"Saymoukda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verow", 1, {DICTIONARY_SURNAME}, -1}, + {"Dong-hoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hevonkoski", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuyori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gropp", 1, {DICTIONARY_SURNAME}, -1}, + {"Teodor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achternbusch", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulden", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnhill", 1, {DICTIONARY_SURNAME}, -1}, + {"Rook", 1, {DICTIONARY_SURNAME}, -1}, + {"Ozanam", 1, {DICTIONARY_SURNAME}, -1}, + {"Matthieu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Federbush", 1, {DICTIONARY_SURNAME}, -1}, + {"Ngai", 1, {DICTIONARY_SURNAME}, -1}, + {"Grupp", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauerbron", 1, {DICTIONARY_SURNAME}, -1}, + {"Iesada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balkan", 1, {DICTIONARY_SURNAME}, -1}, + {"Constance", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Capgras", 1, {DICTIONARY_SURNAME}, -1}, + {"Snead", 1, {DICTIONARY_SURNAME}, -1}, + {"Mickens", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindskold", 1, {DICTIONARY_SURNAME}, -1}, + {"Chabert", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlombs", 1, {DICTIONARY_SURNAME}, -1}, + {"Marshak", 1, {DICTIONARY_SURNAME}, -1}, + {"Grassie", 1, {DICTIONARY_SURNAME}, -1}, + {"Cacavas", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Torun", 1, {DICTIONARY_SURNAME}, -1}, + {"Strawbridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Siqueira", 1, {DICTIONARY_SURNAME}, -1}, + {"Angajala", 1, {DICTIONARY_SURNAME}, -1}, + {"Durant", 1, {DICTIONARY_SURNAME}, -1}, + {"Vraneš", 1, {DICTIONARY_SURNAME}, -1}, + {"Atalar", 1, {DICTIONARY_SURNAME}, -1}, + {"Frere", 1, {DICTIONARY_SURNAME}, -1}, + {"Vignal", 1, {DICTIONARY_SURNAME}, -1}, + {"Comolli", 1, {DICTIONARY_SURNAME}, -1}, + {"Dallow", 1, {DICTIONARY_SURNAME}, -1}, + {"Rennie", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Fredi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shiozawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Apostolov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kriukas", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinyede", 1, {DICTIONARY_SURNAME}, -1}, + {"Spahr", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Bynen", 1, {DICTIONARY_SURNAME}, -1}, + {"Baughman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kobashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rastus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sebelius", 1, {DICTIONARY_SURNAME}, -1}, + {"Giovannitti", 1, {DICTIONARY_SURNAME}, -1}, + {"Stong", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehmkuhl", 1, {DICTIONARY_SURNAME}, -1}, + {"Atzmon", 1, {DICTIONARY_SURNAME}, -1}, + {"Tandoğan", 1, {DICTIONARY_SURNAME}, -1}, + {"Moloney", 1, {DICTIONARY_SURNAME}, -1}, + {"Tubb", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhodes", 1, {DICTIONARY_SURNAME}, -1}, + {"Baroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Nuh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Calliari", 1, {DICTIONARY_SURNAME}, -1}, + {"Brkovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapsberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiroya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Johansson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pate", 1, {DICTIONARY_SURNAME}, -1}, + {"McJohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Jaarsveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrzejewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hickey", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinocur", 1, {DICTIONARY_SURNAME}, -1}, + {"Brackenbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Shamrani", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishino", 1, {DICTIONARY_SURNAME}, -1}, + {"Glynis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loiseau", 1, {DICTIONARY_SURNAME}, -1}, + {"Donnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartali", 1, {DICTIONARY_SURNAME}, -1}, + {"Varaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Sternberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Heimerdinger", 1, {DICTIONARY_SURNAME}, -1}, + {"McElfatrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Khalaf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boccalini", 1, {DICTIONARY_SURNAME}, -1}, + {"Zubayr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vannicola", 1, {DICTIONARY_SURNAME}, -1}, + {"Dreissigacker", 1, {DICTIONARY_SURNAME}, -1}, + {"Hideyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Egnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Lier", 1, {DICTIONARY_SURNAME}, -1}, + {"Skoko", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwob", 1, {DICTIONARY_SURNAME}, -1}, + {"Guarini", 1, {DICTIONARY_SURNAME}, -1}, + {"Von der Decken", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuletisdze", 1, {DICTIONARY_SURNAME}, -1}, + {"Tunkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrahamsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarte", 1, {DICTIONARY_SURNAME}, -1}, + {"Lively", 1, {DICTIONARY_SURNAME}, -1}, + {"Korneyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Antone", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Viscaal", 1, {DICTIONARY_SURNAME}, -1}, + {"Shorten", 1, {DICTIONARY_SURNAME}, -1}, + {"Southgate", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Bunt", 1, {DICTIONARY_SURNAME}, -1}, + {"McCreath", 1, {DICTIONARY_SURNAME}, -1}, + {"Duerr", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinha", 1, {DICTIONARY_SURNAME}, -1}, + {"Heinrich Friedrich", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Momoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harçik", 1, {DICTIONARY_SURNAME}, -1}, + {"ben and jerry", 1, {DICTIONARY_CHAIN}, 77}, + {"Arājs", 1, {DICTIONARY_SURNAME}, -1}, + {"Rostam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kichlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Junayd", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sénarmont", 1, {DICTIONARY_SURNAME}, -1}, + {"Gráinde", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adl", 1, {DICTIONARY_SURNAME}, -1}, + {"Wank", 1, {DICTIONARY_SURNAME}, -1}, + {"Micky", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaswani", 1, {DICTIONARY_SURNAME}, -1}, + {"Bloss", 1, {DICTIONARY_SURNAME}, -1}, + {"Philippe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Parretti", 1, {DICTIONARY_SURNAME}, -1}, + {"Morgart", 1, {DICTIONARY_SURNAME}, -1}, + {"Guillou", 1, {DICTIONARY_SURNAME}, -1}, + {"Born", 1, {DICTIONARY_SURNAME}, -1}, + {"Theiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimberly", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fanaei", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohinata", 1, {DICTIONARY_SURNAME}, -1}, + {"Overby", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Cawley", 1, {DICTIONARY_SURNAME}, -1}, + {"Alioui", 1, {DICTIONARY_SURNAME}, -1}, + {"Trapp", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourgoing", 1, {DICTIONARY_SURNAME}, -1}, + {"Varnusz", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilz", 1, {DICTIONARY_SURNAME}, -1}, + {"Stolojan", 1, {DICTIONARY_SURNAME}, -1}, + {"Blunstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Piel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ventre", 1, {DICTIONARY_SURNAME}, -1}, + {"Ági", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ekdahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rusticucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Nozawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Fliegel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatoyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Hibri", 1, {DICTIONARY_SURNAME}, -1}, + {"Takehito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jōtarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shown", 1, {DICTIONARY_SURNAME}, -1}, + {"Trulsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Morony", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobb", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanezane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Damaskinos Papandreou", 1, {DICTIONARY_SURNAME}, -1}, + {"Nyssa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tyng", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnall", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjorn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Karimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Burcu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brinkerhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Geppetto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Urbánek", 1, {DICTIONARY_SURNAME}, -1}, + {"Artaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Huggett", 1, {DICTIONARY_SURNAME}, -1}, + {"Volgy", 1, {DICTIONARY_SURNAME}, -1}, + {"Abhijeet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Barel", 1, {DICTIONARY_SURNAME}, -1}, + {"mccafé", 1, {DICTIONARY_CHAIN}, -1}, + {"Vin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liddy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yasumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Özen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lindahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Clayburgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadapalas", 1, {DICTIONARY_SURNAME}, -1}, + {"Harpman", 1, {DICTIONARY_SURNAME}, -1}, + {"Modwenna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Charlton", 1, {DICTIONARY_SURNAME}, -1}, + {"Pryde", 1, {DICTIONARY_SURNAME}, -1}, + {"Neri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chigrakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dandekar", 1, {DICTIONARY_SURNAME}, -1}, + {"Haizea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bickley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasselvander", 1, {DICTIONARY_SURNAME}, -1}, + {"Fine", 1, {DICTIONARY_SURNAME}, -1}, + {"Adinolfi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuba", 1, {DICTIONARY_SURNAME}, -1}, + {"Sutcliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-jin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Norgate", 1, {DICTIONARY_SURNAME}, -1}, + {"Peikoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Baskera", 1, {DICTIONARY_SURNAME}, -1}, + {"Vierdag", 1, {DICTIONARY_SURNAME}, -1}, + {"Claudiu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cydonius", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrafn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"seattles best", 1, {DICTIONARY_CHAIN}, 230}, + {"Dumor", 1, {DICTIONARY_SURNAME}, -1}, + {"Cojoc", 1, {DICTIONARY_SURNAME}, -1}, + {"Eddy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Buraas", 1, {DICTIONARY_SURNAME}, -1}, + {"Si-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Voet", 1, {DICTIONARY_SURNAME}, -1}, + {"Cipriano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sun-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grider", 1, {DICTIONARY_SURNAME}, -1}, + {"Abidin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kyung-hwa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Venable", 1, {DICTIONARY_SURNAME}, -1}, + {"Virapoullé", 1, {DICTIONARY_SURNAME}, -1}, + {"Afand", 1, {DICTIONARY_SURNAME}, -1}, + {"Caravello", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwilt", 1, {DICTIONARY_SURNAME}, -1}, + {"Cosmin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tegan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Călin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdrakhmanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Oxenden", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahmad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Guigou", 1, {DICTIONARY_SURNAME}, -1}, + {"wendy's", 1, {DICTIONARY_CHAIN}, -1}, + {"Vilandos", 1, {DICTIONARY_SURNAME}, -1}, + {"Schirschin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tetsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKibben", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanagata", 1, {DICTIONARY_SURNAME}, -1}, + {"Varsha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hooman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rusev", 1, {DICTIONARY_SURNAME}, -1}, + {"Velasco", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rusich", 1, {DICTIONARY_SURNAME}, -1}, + {"Corti", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabadini", 1, {DICTIONARY_SURNAME}, -1}, + {"Radul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scowcroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Haass", 1, {DICTIONARY_SURNAME}, -1}, + {"Armine", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"avis", 1, {DICTIONARY_CHAIN}, -1}, + {"Murfin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fields", 1, {DICTIONARY_SURNAME}, -1}, + {"Toyohiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sostre origin", 1, {DICTIONARY_SURNAME}, -1}, + {"Deressa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Scalafiotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavřínek", 1, {DICTIONARY_SURNAME}, -1}, + {"Dibaba", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiston", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyakhireva", 1, {DICTIONARY_SURNAME}, -1}, + {"El-Baz", 1, {DICTIONARY_SURNAME}, -1}, + {"Turina", 1, {DICTIONARY_SURNAME}, -1}, + {"Chauvenet", 1, {DICTIONARY_SURNAME}, -1}, + {"McGoohan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vachovec", 1, {DICTIONARY_SURNAME}, -1}, + {"June", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leutgeb", 1, {DICTIONARY_SURNAME}, -1}, + {"Dariush", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Josiah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harborne", 1, {DICTIONARY_SURNAME}, -1}, + {"Jovial", 1, {DICTIONARY_SURNAME}, -1}, + {"Feitosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Jawara", 1, {DICTIONARY_SURNAME}, -1}, + {"Colegrove", 1, {DICTIONARY_SURNAME}, -1}, + {"Musscher", 1, {DICTIONARY_SURNAME}, -1}, + {"barnes and noble", 1, {DICTIONARY_CHAIN}, 72}, + {"Azou", 1, {DICTIONARY_SURNAME}, -1}, + {"Dansby", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ypersele", 1, {DICTIONARY_SURNAME}, -1}, + {"Kogorō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lumby", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Villalonga", 1, {DICTIONARY_SURNAME}, -1}, + {"Ab Hugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Gullit", 1, {DICTIONARY_SURNAME}, -1}, + {"Morenz", 1, {DICTIONARY_SURNAME}, -1}, + {"Bomba", 1, {DICTIONARY_SURNAME}, -1}, + {"Ueyonabaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Thanopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Vataha", 1, {DICTIONARY_SURNAME}, -1}, + {"Walwyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Seto", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Den Begin", 1, {DICTIONARY_SURNAME}, -1}, + {"McMeel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Glenister", 1, {DICTIONARY_SURNAME}, -1}, + {"Didier", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nikole", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Radaelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Stetson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gidley", 1, {DICTIONARY_SURNAME}, -1}, + {"Burnham", 1, {DICTIONARY_SURNAME}, -1}, + {"Stiglitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Souter", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandler", 1, {DICTIONARY_SURNAME}, -1}, + {"Donohue", 1, {DICTIONARY_SURNAME}, -1}, + {"Landsteiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Äschbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Achami", 1, {DICTIONARY_SURNAME}, -1}, + {"Wildner", 1, {DICTIONARY_SURNAME}, -1}, + {"Borghetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Perrine", 1, {DICTIONARY_SURNAME}, -1}, + {"Perger", 1, {DICTIONARY_SURNAME}, -1}, + {"Akrivopoulou", 1, {DICTIONARY_SURNAME}, -1}, + {"Sol", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ehud", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achache", 1, {DICTIONARY_SURNAME}, -1}, + {"Moody", 1, {DICTIONARY_SURNAME}, -1}, + {"Bold", 1, {DICTIONARY_SURNAME}, -1}, + {"Duck", 1, {DICTIONARY_SURNAME}, -1}, + {"a.t&t", 1, {DICTIONARY_CHAIN}, 65}, + {"Railton", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanwoudenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"McInturff", 1, {DICTIONARY_SURNAME}, -1}, + {"Seaton", 1, {DICTIONARY_SURNAME}, -1}, + {"Laskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Candeveau", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Heusen", 1, {DICTIONARY_SURNAME}, -1}, + {"Prentice", 1, {DICTIONARY_SURNAME}, -1}, + {"Hassig", 1, {DICTIONARY_SURNAME}, -1}, + {"Race", 1, {DICTIONARY_SURNAME}, -1}, + {"Derici", 1, {DICTIONARY_SURNAME}, -1}, + {"Guiraud", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruttledge", 1, {DICTIONARY_SURNAME}, -1}, + {"Adlène", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Selinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Veilhan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gräfe", 1, {DICTIONARY_SURNAME}, -1}, + {"Eren", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McMulkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Huhtala", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Velde", 1, {DICTIONARY_SURNAME}, -1}, + {"Chi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Virdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wasser", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathiasen", 1, {DICTIONARY_SURNAME}, -1}, + {"Valenciano", 1, {DICTIONARY_SURNAME}, -1}, + {"Quintieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Deery", 1, {DICTIONARY_SURNAME}, -1}, + {"Minga", 1, {DICTIONARY_SURNAME}, -1}, + {"De Rooij", 1, {DICTIONARY_SURNAME}, -1}, + {"Mnzava", 1, {DICTIONARY_SURNAME}, -1}, + {"eleclerc", 1, {DICTIONARY_CHAIN}, 131}, + {"Castelnuovo", 1, {DICTIONARY_SURNAME}, -1}, + {"Aviv", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Angiolini", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamerow", 1, {DICTIONARY_SURNAME}, -1}, + {"Haramija", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöngarth", 1, {DICTIONARY_SURNAME}, -1}, + {"Sweet", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitscherlich", 1, {DICTIONARY_SURNAME}, -1}, + {"Rohini Devi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Motteram", 1, {DICTIONARY_SURNAME}, -1}, + {"Volzhanov", 1, {DICTIONARY_SURNAME}, -1}, + {"İsenbike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ghosh", 1, {DICTIONARY_SURNAME}, -1}, + {"Vujadinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Üllar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wolstenholme", 1, {DICTIONARY_SURNAME}, -1}, + {"Aidarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Paola", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lowy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuniyoshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Neher", 1, {DICTIONARY_SURNAME}, -1}, + {"Kıvanç", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kawasaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Woods", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadahisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vakacegu", 1, {DICTIONARY_SURNAME}, -1}, + {"Zola", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Polányi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ortega", 1, {DICTIONARY_SURNAME}, -1}, + {"Nimmo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vundavilli", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanold", 1, {DICTIONARY_SURNAME}, -1}, + {"Veretout", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakane", 1, {DICTIONARY_SURNAME}, -1}, + {"Chalker", 1, {DICTIONARY_SURNAME}, -1}, + {"Kranjčar", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Raefelghem", 1, {DICTIONARY_SURNAME}, -1}, + {"Chadman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidehiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varveris", 1, {DICTIONARY_SURNAME}, -1}, + {"Mgimwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiles", 1, {DICTIONARY_SURNAME}, -1}, + {"Marie-France", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"leader price", 1, {DICTIONARY_CHAIN}, -1}, + {"Ji-tae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akihiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Huff", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilkie", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaonkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Muneaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pynchon", 1, {DICTIONARY_SURNAME}, -1}, + {"Odd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"buffalo grill", 1, {DICTIONARY_CHAIN}, -1}, + {"Paprocki", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorson", 1, {DICTIONARY_SURNAME}, -1}, + {"Cairo", 1, {DICTIONARY_SURNAME}, -1}, + {"Żurek", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenzo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krueck", 1, {DICTIONARY_SURNAME}, -1}, + {"Kōkichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Hoorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Prchal", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheesewright", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Deyssel", 1, {DICTIONARY_SURNAME}, -1}, + {"Girma", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"fd roosevelt", 1, {DICTIONARY_NAMED_PERSON}, 280}, + {"Szulc", 1, {DICTIONARY_SURNAME}, -1}, + {"Figueroa", 1, {DICTIONARY_SURNAME}, -1}, + {"Agouda", 1, {DICTIONARY_SURNAME}, -1}, + {"Augustine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tokurō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peterhans", 1, {DICTIONARY_SURNAME}, -1}, + {"Habershon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kettunen", 1, {DICTIONARY_SURNAME}, -1}, + {"Milisavljević", 1, {DICTIONARY_SURNAME}, -1}, + {"Isbister", 1, {DICTIONARY_SURNAME}, -1}, + {"Martain", 1, {DICTIONARY_SURNAME}, -1}, + {"Freedland", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Amrouche", 1, {DICTIONARY_SURNAME}, -1}, + {"Deveraux", 1, {DICTIONARY_SURNAME}, -1}, + {"Dučić", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Conghalaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Revishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Homburger", 1, {DICTIONARY_SURNAME}, -1}, + {"De Villacis", 1, {DICTIONARY_SURNAME}, -1}, + {"Pontoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Török", 1, {DICTIONARY_SURNAME}, -1}, + {"Platz", 1, {DICTIONARY_SURNAME}, -1}, + {"Maimon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Korotkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hushang", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hisakazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tretyakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Moncrief", 1, {DICTIONARY_SURNAME}, -1}, + {"thị", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joasia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hyun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Saporito", 1, {DICTIONARY_SURNAME}, -1}, + {"Guthridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Johnson", 1, {DICTIONARY_SURNAME}, -1}, + {"Catacchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Schikkelstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Ólafur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roven", 1, {DICTIONARY_SURNAME}, -1}, + {"Maier", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lahme", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Papelbon", 1, {DICTIONARY_SURNAME}, -1}, + {"Demirkan", 1, {DICTIONARY_SURNAME}, -1}, + {"Chi-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Canfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Pont", 1, {DICTIONARY_SURNAME}, -1}, + {"Sindelar", 1, {DICTIONARY_SURNAME}, -1}, + {"Fielder", 1, {DICTIONARY_SURNAME}, -1}, + {"Sutermeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Marie-Madeleine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahlberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bantock", 1, {DICTIONARY_SURNAME}, -1}, + {"Reader", 1, {DICTIONARY_SURNAME}, -1}, + {"Janes", 1, {DICTIONARY_SURNAME}, -1}, + {"Káldy", 1, {DICTIONARY_SURNAME}, -1}, + {"Quiniou", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Novak", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Laskier", 1, {DICTIONARY_SURNAME}, -1}, + {"Joseph Franz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gerritsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giuliana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yusupov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mencken", 1, {DICTIONARY_SURNAME}, -1}, + {"Messmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Veingrad", 1, {DICTIONARY_SURNAME}, -1}, + {"Toomas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guinn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schahin", 1, {DICTIONARY_SURNAME}, -1}, + {"Czajkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Charley", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agilaz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sargant", 1, {DICTIONARY_SURNAME}, -1}, + {"Arcel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sachidanand", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cadell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aijima", 1, {DICTIONARY_SURNAME}, -1}, + {"Pourbus", 1, {DICTIONARY_SURNAME}, -1}, + {"Sillman", 1, {DICTIONARY_SURNAME}, -1}, + {"Pittsnogle", 1, {DICTIONARY_SURNAME}, -1}, + {"Vostárek", 1, {DICTIONARY_SURNAME}, -1}, + {"Nawar", 1, {DICTIONARY_SURNAME}, -1}, + {"Minako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Abrew", 1, {DICTIONARY_SURNAME}, -1}, + {"Hébrard", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilcă", 1, {DICTIONARY_SURNAME}, -1}, + {"Gemechu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Devetzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Necmi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ercan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Punukollu", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Inzeo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidale", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Matrikas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chatterjee", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yuile", 1, {DICTIONARY_SURNAME}, -1}, + {"Auriemma", 1, {DICTIONARY_SURNAME}, -1}, + {"Cailloux", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clarkson", 1, {DICTIONARY_SURNAME}, -1}, + {"Puerta", 1, {DICTIONARY_SURNAME}, -1}, + {"Skilling", 1, {DICTIONARY_SURNAME}, -1}, + {"Łukasz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dunnigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Laura", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Driggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleksis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sungenis", 1, {DICTIONARY_SURNAME}, -1}, + {"Villalón", 1, {DICTIONARY_SURNAME}, -1}, + {"Portugal", 1, {DICTIONARY_SURNAME}, -1}, + {"Segev", 1, {DICTIONARY_SURNAME}, -1}, + {"Mount", 1, {DICTIONARY_SURNAME}, -1}, + {"Vušković", 1, {DICTIONARY_SURNAME}, -1}, + {"Pištalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiffermüller", 1, {DICTIONARY_SURNAME}, -1}, + {"Dasse", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazhdan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharmila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kresinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatvani", 1, {DICTIONARY_SURNAME}, -1}, + {"Fayzulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Wim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Der Jeugt", 1, {DICTIONARY_SURNAME}, -1}, + {"Misaki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Štěch", 1, {DICTIONARY_SURNAME}, -1}, + {"Gale", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kazuto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bebić", 1, {DICTIONARY_SURNAME}, -1}, + {"Galea", 1, {DICTIONARY_SURNAME}, -1}, + {"Wisliceny", 1, {DICTIONARY_SURNAME}, -1}, + {"Sylvain", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Norden", 1, {DICTIONARY_SURNAME}, -1}, + {"Tolbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumer", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlusnus", 1, {DICTIONARY_SURNAME}, -1}, + {"Lebedev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boran", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vlastellis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapp", 1, {DICTIONARY_SURNAME}, -1}, + {"Guzel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hồ", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavalieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadat", 1, {DICTIONARY_SURNAME}, -1}, + {"Dannatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Bays", 1, {DICTIONARY_SURNAME}, -1}, + {"Marco Paulo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vettriano", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnirelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Hir", 1, {DICTIONARY_SURNAME}, -1}, + {"Meyerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Shao", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamontov", 1, {DICTIONARY_SURNAME}, -1}, + {"Borkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalashnyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Cuilinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunayoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rask", 1, {DICTIONARY_SURNAME}, -1}, + {"McLain", 1, {DICTIONARY_SURNAME}, -1}, + {"Frampton", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Bosse", 1, {DICTIONARY_SURNAME}, -1}, + {"LaFlamme", 1, {DICTIONARY_SURNAME}, -1}, + {"c & a", 1, {DICTIONARY_CHAIN}, 89}, + {"Mizoguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lô", 1, {DICTIONARY_SURNAME}, -1}, + {"Gintaras", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Esherick", 1, {DICTIONARY_SURNAME}, -1}, + {"Jillian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Scarselli", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjøwall", 1, {DICTIONARY_SURNAME}, -1}, + {"Emerton", 1, {DICTIONARY_SURNAME}, -1}, + {"Leandros", 1, {DICTIONARY_SURNAME}, -1}, + {"Ignatowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Gąsior", 1, {DICTIONARY_SURNAME}, -1}, + {"He", 1, {DICTIONARY_SURNAME}, -1}, + {"Uehara", 1, {DICTIONARY_SURNAME}, -1}, + {"Staton", 1, {DICTIONARY_SURNAME}, -1}, + {"Viciedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Elizabeth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Farooq", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Notaris", 1, {DICTIONARY_SURNAME}, -1}, + {"Tolley", 1, {DICTIONARY_SURNAME}, -1}, + {"Mameri", 1, {DICTIONARY_SURNAME}, -1}, + {"Stracke", 1, {DICTIONARY_SURNAME}, -1}, + {"Huhtamo", 1, {DICTIONARY_SURNAME}, -1}, + {"Boban", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Legault", 1, {DICTIONARY_SURNAME}, -1}, + {"Heatherson", 1, {DICTIONARY_SURNAME}, -1}, + {"Welker", 1, {DICTIONARY_SURNAME}, -1}, + {"Lizzy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aibeková", 1, {DICTIONARY_SURNAME}, -1}, + {"Turci", 1, {DICTIONARY_SURNAME}, -1}, + {"Herzl", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Quevedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vantolrá", 1, {DICTIONARY_SURNAME}, -1}, + {"Serebrennikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbauwhede", 1, {DICTIONARY_SURNAME}, -1}, + {"Hodkinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Volanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kageura", 1, {DICTIONARY_SURNAME}, -1}, + {"Minutoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Miika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fursdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Sasazaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Hetzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Joughin", 1, {DICTIONARY_SURNAME}, -1}, + {"Linden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Caruso", 1, {DICTIONARY_SURNAME}, -1}, + {"Gummery", 1, {DICTIONARY_SURNAME}, -1}, + {"Pharnavaz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Monzon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vattimo", 1, {DICTIONARY_SURNAME}, -1}, + {"Broer", 1, {DICTIONARY_SURNAME}, -1}, + {"Carnevali", 1, {DICTIONARY_SURNAME}, -1}, + {"Darge", 1, {DICTIONARY_SURNAME}, -1}, + {"Ichida", 1, {DICTIONARY_SURNAME}, -1}, + {"In-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boisbaudran", 1, {DICTIONARY_SURNAME}, -1}, + {"Havyaka Brahmin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gayevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Leiderman", 1, {DICTIONARY_SURNAME}, -1}, + {"Assinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vujović", 1, {DICTIONARY_SURNAME}, -1}, + {"Uí Thormadha", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagdonas", 1, {DICTIONARY_SURNAME}, -1}, + {"Gjonbalaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Ani", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Celler", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedachalam", 1, {DICTIONARY_SURNAME}, -1}, + {"Varjus", 1, {DICTIONARY_SURNAME}, -1}, + {"Dybdahl", 1, {DICTIONARY_SURNAME}, -1}, + {"McCreery", 1, {DICTIONARY_SURNAME}, -1}, + {"Risa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Speer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallejos", 1, {DICTIONARY_SURNAME}, -1}, + {"Avramović", 1, {DICTIONARY_SURNAME}, -1}, + {"Louison", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van De Wege", 1, {DICTIONARY_SURNAME}, -1}, + {"Heyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Velcea", 1, {DICTIONARY_SURNAME}, -1}, + {"Colacello", 1, {DICTIONARY_SURNAME}, -1}, + {"Bossom", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballingall", 1, {DICTIONARY_SURNAME}, -1}, + {"Cargle", 1, {DICTIONARY_SURNAME}, -1}, + {"Perloff", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreadis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ząbecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Trnka", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaerrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehrlich", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaitsishkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Wélton", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Layman", 1, {DICTIONARY_SURNAME}, -1}, + {"Grenfell-Baines", 1, {DICTIONARY_SURNAME}, -1}, + {"István", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnardo", 1, {DICTIONARY_SURNAME}, -1}, + {"h & r block", 1, {DICTIONARY_CHAIN}, 146}, + {"Madson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akheeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Chamberlain", 1, {DICTIONARY_SURNAME}, -1}, + {"Fín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"burger king", 1, {DICTIONARY_CHAIN}, -1}, + {"Brazel", 1, {DICTIONARY_SURNAME}, -1}, + {"Victory", 1, {DICTIONARY_SURNAME}, -1}, + {"Laub", 1, {DICTIONARY_SURNAME}, -1}, + {"Angello", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Michelis", 1, {DICTIONARY_SURNAME}, -1}, + {"Estienne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"carrefour", 1, {DICTIONARY_CHAIN}, -1}, + {"Adhahn", 1, {DICTIONARY_SURNAME}, -1}, + {"Qingling", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Celestia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Descrières", 1, {DICTIONARY_SURNAME}, -1}, + {"Venditti", 1, {DICTIONARY_SURNAME}, -1}, + {"Satter", 1, {DICTIONARY_SURNAME}, -1}, + {"McKimm", 1, {DICTIONARY_SURNAME}, -1}, + {"valero", 1, {DICTIONARY_CHAIN}, -1}, + {"Yüksel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tetsuzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gediminas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Tuyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Danilin", 1, {DICTIONARY_SURNAME}, -1}, + {"Zarinaea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Julie Marie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Khamis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Procaccino", 1, {DICTIONARY_SURNAME}, -1}, + {"Isotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Hundt", 1, {DICTIONARY_SURNAME}, -1}, + {"Aus", 1, {DICTIONARY_SURNAME}, -1}, + {"Desargues", 1, {DICTIONARY_SURNAME}, -1}, + {"Stelling", 1, {DICTIONARY_SURNAME}, -1}, + {"Achintre", 1, {DICTIONARY_SURNAME}, -1}, + {"Retchless", 1, {DICTIONARY_SURNAME}, -1}, + {"Norio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vainqueur", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönherr", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Onofrio", 1, {DICTIONARY_SURNAME}, -1}, + {"Buss", 1, {DICTIONARY_SURNAME}, -1}, + {"Schützenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Dmitry", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yevseyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Suzue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lepka", 1, {DICTIONARY_SURNAME}, -1}, + {"Varty", 1, {DICTIONARY_SURNAME}, -1}, + {"Marguerite", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alexandrina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abedeen", 1, {DICTIONARY_SURNAME}, -1}, + {"Verkys", 1, {DICTIONARY_SURNAME}, -1}, + {"Prewett", 1, {DICTIONARY_SURNAME}, -1}, + {"Mizuhashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vila", 1, {DICTIONARY_SURNAME}, -1}, + {"Antuofermo", 1, {DICTIONARY_SURNAME}, -1}, + {"Saulmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Aykhenvald", 1, {DICTIONARY_SURNAME}, -1}, + {"Roest", 1, {DICTIONARY_SURNAME}, -1}, + {"Julián", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frohman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vantaggiato", 1, {DICTIONARY_SURNAME}, -1}, + {"Aladro", 1, {DICTIONARY_SURNAME}, -1}, + {"Vangeneugden", 1, {DICTIONARY_SURNAME}, -1}, + {"Scanavacca", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Der Volgen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sachiyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lindroth", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibrahim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Janashia", 1, {DICTIONARY_SURNAME}, -1}, + {"Taibbi", 1, {DICTIONARY_SURNAME}, -1}, + {"Voskuhl", 1, {DICTIONARY_SURNAME}, -1}, + {"Tesser", 1, {DICTIONARY_SURNAME}, -1}, + {"Afonja", 1, {DICTIONARY_SURNAME}, -1}, + {"Swett", 1, {DICTIONARY_SURNAME}, -1}, + {"Adolfek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"lyndon b johnson", 1, {DICTIONARY_NAMED_PERSON}, -1}, + {"McLeavy", 1, {DICTIONARY_SURNAME}, -1}, + {"Koit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thorpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Wörndle", 1, {DICTIONARY_SURNAME}, -1}, + {"Groth", 1, {DICTIONARY_SURNAME}, -1}, + {"McLenahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceferino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomohiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kellan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mangel", 1, {DICTIONARY_SURNAME}, -1}, + {"McKormick", 1, {DICTIONARY_SURNAME}, -1}, + {"Dehert", 1, {DICTIONARY_SURNAME}, -1}, + {"Máté", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hardison", 1, {DICTIONARY_SURNAME}, -1}, + {"Risberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Stockert", 1, {DICTIONARY_SURNAME}, -1}, + {"Abughaida", 1, {DICTIONARY_SURNAME}, -1}, + {"Idrizaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Palander", 1, {DICTIONARY_SURNAME}, -1}, + {"Engman", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagahashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Broekstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilkey", 1, {DICTIONARY_SURNAME}, -1}, + {"publix", 1, {DICTIONARY_CHAIN}, -1}, + {"Harding", 1, {DICTIONARY_SURNAME}, -1}, + {"Alboresi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gleb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buttigieg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kartal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mindy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trayvon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Velkos", 1, {DICTIONARY_SURNAME}, -1}, + {"Soosaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardy", 1, {DICTIONARY_SURNAME}, -1}, + {"Baybuza", 1, {DICTIONARY_SURNAME}, -1}, + {"Clampitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Grossman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bassano", 1, {DICTIONARY_SURNAME}, -1}, + {"Valcin", 1, {DICTIONARY_SURNAME}, -1}, + {"Achilier", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolocco", 1, {DICTIONARY_SURNAME}, -1}, + {"Vjetrović", 1, {DICTIONARY_SURNAME}, -1}, + {"Masol", 1, {DICTIONARY_SURNAME}, -1}, + {"Brežančić", 1, {DICTIONARY_SURNAME}, -1}, + {"Tillinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Landsman", 1, {DICTIONARY_SURNAME}, -1}, + {"Taubman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Araszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Şehsuvar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boogaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Lobe", 1, {DICTIONARY_SURNAME}, -1}, + {"Abendroth", 1, {DICTIONARY_SURNAME}, -1}, + {"Cizik", 1, {DICTIONARY_SURNAME}, -1}, + {"Muhsin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vareille", 1, {DICTIONARY_SURNAME}, -1}, + {"Fauré", 1, {DICTIONARY_SURNAME}, -1}, + {"Stucki", 1, {DICTIONARY_SURNAME}, -1}, + {"Devanshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bean Mhig Shitric", 1, {DICTIONARY_SURNAME}, -1}, + {"Fatialofa", 1, {DICTIONARY_SURNAME}, -1}, + {"Alona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kerimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Page", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Quickenborne", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Apollonio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vavoso", 1, {DICTIONARY_SURNAME}, -1}, + {"Melchers", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarry", 1, {DICTIONARY_SURNAME}, -1}, + {"Massimo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rubaiyat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Quarantotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Volozh", 1, {DICTIONARY_SURNAME}, -1}, + {"Eve", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Büttner", 1, {DICTIONARY_SURNAME}, -1}, + {"Veidt", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghazadeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Abkarian", 1, {DICTIONARY_SURNAME}, -1}, + {"Owubokiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Eugster", 1, {DICTIONARY_SURNAME}, -1}, + {"McClay", 1, {DICTIONARY_SURNAME}, -1}, + {"Snežana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aarts", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Poederooyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlasenkov", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Alessandro", 1, {DICTIONARY_SURNAME}, -1}, + {"Verstak", 1, {DICTIONARY_SURNAME}, -1}, + {"Budgen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamrat", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tideman", 1, {DICTIONARY_SURNAME}, -1}, + {"Larsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Reizō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lehto", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwaśniewska", 1, {DICTIONARY_SURNAME}, -1}, + {"Haxo", 1, {DICTIONARY_SURNAME}, -1}, + {"McGehee", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipkemboi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Anno", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimko", 1, {DICTIONARY_SURNAME}, -1}, + {"Baranowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Appleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kornbluth", 1, {DICTIONARY_SURNAME}, -1}, + {"McLeay", 1, {DICTIONARY_SURNAME}, -1}, + {"Coșovei", 1, {DICTIONARY_SURNAME}, -1}, + {"Dayton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wilfredo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ryōki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Đurašić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vongphachanh", 1, {DICTIONARY_SURNAME}, -1}, + {"Corneau", 1, {DICTIONARY_SURNAME}, -1}, + {"Marzec", 1, {DICTIONARY_SURNAME}, -1}, + {"Seitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Baydar", 1, {DICTIONARY_SURNAME}, -1}, + {"Gajula", 1, {DICTIONARY_SURNAME}, -1}, + {"Koelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Pallett", 1, {DICTIONARY_SURNAME}, -1}, + {"Virno", 1, {DICTIONARY_SURNAME}, -1}, + {"Harry", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ciotola", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyun-tae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Théodore", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abbie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uzelac", 1, {DICTIONARY_SURNAME}, -1}, + {"Markelov", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrate", 1, {DICTIONARY_SURNAME}, -1}, + {"Cooney", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekelund", 1, {DICTIONARY_SURNAME}, -1}, + {"Aketxe", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabriel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alarid", 1, {DICTIONARY_SURNAME}, -1}, + {"Necker", 1, {DICTIONARY_SURNAME}, -1}, + {"Neslihan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gérin", 1, {DICTIONARY_SURNAME}, -1}, + {"Amash", 1, {DICTIONARY_SURNAME}, -1}, + {"Tydfil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abood", 1, {DICTIONARY_SURNAME}, -1}, + {"Ive", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yanagida", 1, {DICTIONARY_SURNAME}, -1}, + {"Briskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogomolov", 1, {DICTIONARY_SURNAME}, -1}, + {"Schneider", 1, {DICTIONARY_SURNAME}, -1}, + {"Catharine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cumman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weinbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Szalay", 1, {DICTIONARY_SURNAME}, -1}, + {"Roach", 1, {DICTIONARY_SURNAME}, -1}, + {"Delcampe", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajab", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rolando", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vervotte", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolarac", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vadhera", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Beck", 1, {DICTIONARY_SURNAME}, -1}, + {"Rizvi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wideman", 1, {DICTIONARY_SURNAME}, -1}, + {"Poots", 1, {DICTIONARY_SURNAME}, -1}, + {"Seabury", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giles", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rotolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Teller", 1, {DICTIONARY_SURNAME}, -1}, + {"Blue", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Macon", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahaffey", 1, {DICTIONARY_SURNAME}, -1}, + {"Katil", 1, {DICTIONARY_SURNAME}, -1}, + {"Delahunt", 1, {DICTIONARY_SURNAME}, -1}, + {"Amit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Patience", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Apostolina", 1, {DICTIONARY_SURNAME}, -1}, + {"Schroen", 1, {DICTIONARY_SURNAME}, -1}, + {"Picciotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vergerolle", 1, {DICTIONARY_SURNAME}, -1}, + {"Kücken", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Daimhín", 1, {DICTIONARY_SURNAME}, -1}, + {"Carstairs", 1, {DICTIONARY_SURNAME}, -1}, + {"Radivoje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buhrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Warnke", 1, {DICTIONARY_SURNAME}, -1}, + {"Kusunose", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanzin", 1, {DICTIONARY_SURNAME}, -1}, + {"Greensmith", 1, {DICTIONARY_SURNAME}, -1}, + {"Saori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Löwenthal", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajmund", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Plugge", 1, {DICTIONARY_SURNAME}, -1}, + {"Kekilli", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsinamdzgvrishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Accom", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Crosfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Nijssen", 1, {DICTIONARY_SURNAME}, -1}, + {"Nataliya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gelernter", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayne", 1, {DICTIONARY_SURNAME}, -1}, + {"Mi-ran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vacirca", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagle", 1, {DICTIONARY_SURNAME}, -1}, + {"Almunia", 1, {DICTIONARY_SURNAME}, -1}, + {"Poussin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ping", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balent", 1, {DICTIONARY_SURNAME}, -1}, + {"Seamer", 1, {DICTIONARY_SURNAME}, -1}, + {"Theo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maurício", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Calixte", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mbanefo", 1, {DICTIONARY_SURNAME}, -1}, + {"McEuen", 1, {DICTIONARY_SURNAME}, -1}, + {"McColeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Władysław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCrackin", 1, {DICTIONARY_SURNAME}, -1}, + {"Börner", 1, {DICTIONARY_SURNAME}, -1}, + {"Piccinni", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenström", 1, {DICTIONARY_SURNAME}, -1}, + {"Enns", 1, {DICTIONARY_SURNAME}, -1}, + {"Baronova", 1, {DICTIONARY_SURNAME}, -1}, + {"Vunguidica", 1, {DICTIONARY_SURNAME}, -1}, + {"Casper", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Caron", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vandrevala", 1, {DICTIONARY_SURNAME}, -1}, + {"Osinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Cochrane", 1, {DICTIONARY_SURNAME}, -1}, + {"Joaquim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Legum", 1, {DICTIONARY_SURNAME}, -1}, + {"Pankiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Suetin", 1, {DICTIONARY_SURNAME}, -1}, + {"Delaporte", 1, {DICTIONARY_SURNAME}, -1}, + {"Betham", 1, {DICTIONARY_SURNAME}, -1}, + {"Webern", 1, {DICTIONARY_SURNAME}, -1}, + {"Ertan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Milian", 1, {DICTIONARY_SURNAME}, -1}, + {"Jī", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosell", 1, {DICTIONARY_SURNAME}, -1}, + {"Gelber", 1, {DICTIONARY_SURNAME}, -1}, + {"Germar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Michaelene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Girgenti", 1, {DICTIONARY_SURNAME}, -1}, + {"Afenogenov", 1, {DICTIONARY_SURNAME}, -1}, + {"MacLane", 1, {DICTIONARY_SURNAME}, -1}, + {"Žáček", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahokas", 1, {DICTIONARY_SURNAME}, -1}, + {"Piątkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbulatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Neligan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirmani", 1, {DICTIONARY_SURNAME}, -1}, + {"Aggrey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dibble", 1, {DICTIONARY_SURNAME}, -1}, + {"Akrofi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hordges", 1, {DICTIONARY_SURNAME}, -1}, + {"Juozapas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sezen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"scotiabank", 1, {DICTIONARY_CHAIN}, -1}, + {"Mua'dh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joice", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McShea", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuvillier", 1, {DICTIONARY_SURNAME}, -1}, + {"Kathy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKeen", 1, {DICTIONARY_SURNAME}, -1}, + {"Raymon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takanori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barnabé", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"commonwealth bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Trtovac", 1, {DICTIONARY_SURNAME}, -1}, + {"Cilliers", 1, {DICTIONARY_SURNAME}, -1}, + {"Reimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Brühl", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwanthaler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kobell", 1, {DICTIONARY_SURNAME}, -1}, + {"Abujihaad", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamb", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shōtarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hadjisoteriou", 1, {DICTIONARY_SURNAME}, -1}, + {"Calbraith", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aiyenugba", 1, {DICTIONARY_SURNAME}, -1}, + {"Smedsaas", 1, {DICTIONARY_SURNAME}, -1}, + {"Rangsan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dijkgraaf", 1, {DICTIONARY_SURNAME}, -1}, + {"Iwase", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Amhalaí", 1, {DICTIONARY_SURNAME}, -1}, + {"Beccu", 1, {DICTIONARY_SURNAME}, -1}, + {"Idelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Szymczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Voytovych", 1, {DICTIONARY_SURNAME}, -1}, + {"Must", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamblin", 1, {DICTIONARY_SURNAME}, -1}, + {"Voet", 1, {DICTIONARY_SURNAME}, -1}, + {"Frantz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lybrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Jakubowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Olearius", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Seters", 1, {DICTIONARY_SURNAME}, -1}, + {"Vriend", 1, {DICTIONARY_SURNAME}, -1}, + {"Lansana", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valdimarsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Agmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kay-Skrzypecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Walter", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katamori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chichveishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Enakarhire", 1, {DICTIONARY_SURNAME}, -1}, + {"Stretch", 1, {DICTIONARY_SURNAME}, -1}, + {"Fresen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinnock", 1, {DICTIONARY_SURNAME}, -1}, + {"Valiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Satamkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinnunen", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Durak", 1, {DICTIONARY_SURNAME}, -1}, + {"Rui", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Nalder", 1, {DICTIONARY_SURNAME}, -1}, + {"Kronheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Yahalom", 1, {DICTIONARY_SURNAME}, -1}, + {"Pecoraro", 1, {DICTIONARY_SURNAME}, -1}, + {"Madoc", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acquisti", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambright", 1, {DICTIONARY_SURNAME}, -1}, + {"Mišković", 1, {DICTIONARY_SURNAME}, -1}, + {"Baltzell", 1, {DICTIONARY_SURNAME}, -1}, + {"Altschul", 1, {DICTIONARY_SURNAME}, -1}, + {"Malkowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hazes", 1, {DICTIONARY_SURNAME}, -1}, + {"Fakhr al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fuchigami", 1, {DICTIONARY_SURNAME}, -1}, + {"Koekoek", 1, {DICTIONARY_SURNAME}, -1}, + {"Maury", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Leyva", 1, {DICTIONARY_SURNAME}, -1}, + {"Byung-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vukajlović", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanryō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Corput", 1, {DICTIONARY_SURNAME}, -1}, + {"Dickman", 1, {DICTIONARY_SURNAME}, -1}, + {"Győző", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abendanon", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiari", 1, {DICTIONARY_SURNAME}, -1}, + {"Ganzfried", 1, {DICTIONARY_SURNAME}, -1}, + {"Tischler", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Isami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sysoyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Bauschinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Minchen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahba", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuster", 1, {DICTIONARY_SURNAME}, -1}, + {"Buroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayzhanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaeser", 1, {DICTIONARY_SURNAME}, -1}, + {"Cottier", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziva", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Levinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoshimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahizoune", 1, {DICTIONARY_SURNAME}, -1}, + {"Salvo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gurko", 1, {DICTIONARY_SURNAME}, -1}, + {"Ormondroyd", 1, {DICTIONARY_SURNAME}, -1}, + {"Stonesifer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bensoussan", 1, {DICTIONARY_SURNAME}, -1}, + {"Caston", 1, {DICTIONARY_SURNAME}, -1}, + {"Buchman", 1, {DICTIONARY_SURNAME}, -1}, + {"Tičar", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilmot", 1, {DICTIONARY_SURNAME}, -1}, + {"Viorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Levitzki", 1, {DICTIONARY_SURNAME}, -1}, + {"Rybarski", 1, {DICTIONARY_SURNAME}, -1}, + {"Moretti", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownsberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Mściwój", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Finlayson", 1, {DICTIONARY_SURNAME}, -1}, + {"Fa'afili", 1, {DICTIONARY_SURNAME}, -1}, + {"Kašpar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Farooqi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aikins", 1, {DICTIONARY_SURNAME}, -1}, + {"Nekrasov", 1, {DICTIONARY_SURNAME}, -1}, + {"Svetislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Furtwängler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hryhory", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nesmachniy", 1, {DICTIONARY_SURNAME}, -1}, + {"Assmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Tyquin", 1, {DICTIONARY_SURNAME}, -1}, + {"Berhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hallows", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubar", 1, {DICTIONARY_SURNAME}, -1}, + {"Sweeney", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Beuren", 1, {DICTIONARY_SURNAME}, -1}, + {"Orders", 1, {DICTIONARY_SURNAME}, -1}, + {"Roshanak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Finch", 1, {DICTIONARY_SURNAME}, -1}, + {"Reidar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dong-jun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hostin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hershey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ljajić", 1, {DICTIONARY_SURNAME}, -1}, + {"Uilleam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nousiainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiroko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boone", 1, {DICTIONARY_SURNAME}, -1}, + {"Hestad", 1, {DICTIONARY_SURNAME}, -1}, + {"Redfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunitoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bagration-Mukhraneli", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrara", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobolev", 1, {DICTIONARY_SURNAME}, -1}, + {"Draga", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nachman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marcos Aurélio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jaromir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rodionova", 1, {DICTIONARY_SURNAME}, -1}, + {"Koroman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjornson", 1, {DICTIONARY_SURNAME}, -1}, + {"Biletskyy", 1, {DICTIONARY_SURNAME}, -1}, + {"Rupert Charles", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"toys rus", 1, {DICTIONARY_CHAIN}, 258}, + {"Van Allen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidkeong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kratochwil", 1, {DICTIONARY_SURNAME}, -1}, + {"Gnesina", 1, {DICTIONARY_SURNAME}, -1}, + {"Abranches", 1, {DICTIONARY_SURNAME}, -1}, + {"McCoury", 1, {DICTIONARY_SURNAME}, -1}, + {"Munib", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Luba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cholokashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Allgaier", 1, {DICTIONARY_SURNAME}, -1}, + {"Yao", 1, {DICTIONARY_SURNAME}, -1}, + {"Thapa Kaji", 1, {DICTIONARY_SURNAME}, -1}, + {"Lanois", 1, {DICTIONARY_SURNAME}, -1}, + {"Aynsley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Crampton", 1, {DICTIONARY_SURNAME}, -1}, + {"Fanini", 1, {DICTIONARY_SURNAME}, -1}, + {"Merlin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akhmedov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tyrese", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andrea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"wingstreet", 1, {DICTIONARY_CHAIN}, -1}, + {"D'arcy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schoner", 1, {DICTIONARY_SURNAME}, -1}, + {"Junghänel", 1, {DICTIONARY_SURNAME}, -1}, + {"Waddoups", 1, {DICTIONARY_SURNAME}, -1}, + {"Hermosillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Akesbi", 1, {DICTIONARY_SURNAME}, -1}, + {"Croatto", 1, {DICTIONARY_SURNAME}, -1}, + {"McKirdy", 1, {DICTIONARY_SURNAME}, -1}, + {"Mörz", 1, {DICTIONARY_SURNAME}, -1}, + {"Andlinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Bezeredi", 1, {DICTIONARY_SURNAME}, -1}, + {"Venieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Magistris", 1, {DICTIONARY_SURNAME}, -1}, + {"Hertmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Niehaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Kachru", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlasyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Stookey", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauwers", 1, {DICTIONARY_SURNAME}, -1}, + {"Randolf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chacón", 1, {DICTIONARY_SURNAME}, -1}, + {"Wachsmuth", 1, {DICTIONARY_SURNAME}, -1}, + {"Dokken", 1, {DICTIONARY_SURNAME}, -1}, + {"Fehér", 1, {DICTIONARY_SURNAME}, -1}, + {"Agyeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vien", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aprikian", 1, {DICTIONARY_SURNAME}, -1}, + {"Mišić", 1, {DICTIONARY_SURNAME}, -1}, + {"Avni", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kohout", 1, {DICTIONARY_SURNAME}, -1}, + {"Linman", 1, {DICTIONARY_SURNAME}, -1}, + {"Štúr", 1, {DICTIONARY_SURNAME}, -1}, + {"Akina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mowll", 1, {DICTIONARY_SURNAME}, -1}, + {"Pankhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Pereira da Silva", 1, {DICTIONARY_SURNAME}, -1}, + {"Coughlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Višća", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonka", 1, {DICTIONARY_SURNAME}, -1}, + {"Luskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaishno Devi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Botsaris", 1, {DICTIONARY_SURNAME}, -1}, + {"Orecchia", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadaaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pellow", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Časlav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"German", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Velárdez", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Nermin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Songül", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guidobaldo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nigam", 1, {DICTIONARY_SURNAME}, -1}, + {"Akunichikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Taiwo", 1, {DICTIONARY_SURNAME}, -1}, + {"Snowdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Foray", 1, {DICTIONARY_SURNAME}, -1}, + {"Valpas", 1, {DICTIONARY_SURNAME}, -1}, + {"Butts", 1, {DICTIONARY_SURNAME}, -1}, + {"Hornung", 1, {DICTIONARY_SURNAME}, -1}, + {"De Wet", 1, {DICTIONARY_SURNAME}, -1}, + {"Preisser", 1, {DICTIONARY_SURNAME}, -1}, + {"Hockley", 1, {DICTIONARY_SURNAME}, -1}, + {"Balmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallgarten", 1, {DICTIONARY_SURNAME}, -1}, + {"Noteboom", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosin", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsutoya", 1, {DICTIONARY_SURNAME}, -1}, + {"Pawson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pie", 1, {DICTIONARY_SURNAME}, -1}, + {"Murch", 1, {DICTIONARY_SURNAME}, -1}, + {"Courtet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hewster", 1, {DICTIONARY_SURNAME}, -1}, + {"Ćulibrk", 1, {DICTIONARY_SURNAME}, -1}, + {"Žák", 1, {DICTIONARY_SURNAME}, -1}, + {"Bose", 1, {DICTIONARY_SURNAME}, -1}, + {"Meitner", 1, {DICTIONARY_SURNAME}, -1}, + {"Jewett", 1, {DICTIONARY_SURNAME}, -1}, + {"Blicher", 1, {DICTIONARY_SURNAME}, -1}, + {"Häyry", 1, {DICTIONARY_SURNAME}, -1}, + {"Vittori", 1, {DICTIONARY_SURNAME}, -1}, + {"Atwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Różycki", 1, {DICTIONARY_SURNAME}, -1}, + {"Peace", 1, {DICTIONARY_SURNAME}, -1}, + {"Virginie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viera", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dobiesław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"qdobas", 1, {DICTIONARY_CHAIN}, 214}, + {"Danielsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Asad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marczewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorfman", 1, {DICTIONARY_SURNAME}, -1}, + {"Diallo", 1, {DICTIONARY_SURNAME}, -1}, + {"Selden", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanden Borre", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuzorra", 1, {DICTIONARY_SURNAME}, -1}, + {"Vashkulat", 1, {DICTIONARY_SURNAME}, -1}, + {"Bramer", 1, {DICTIONARY_SURNAME}, -1}, + {"Darbinyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Yonai", 1, {DICTIONARY_SURNAME}, -1}, + {"Wendall", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Widdowson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pancher", 1, {DICTIONARY_SURNAME}, -1}, + {"Lisdeivis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veraldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wentz", 1, {DICTIONARY_SURNAME}, -1}, + {"McFarland", 1, {DICTIONARY_SURNAME}, -1}, + {"Bachal", 1, {DICTIONARY_SURNAME}, -1}, + {"De Mattos", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Searle", 1, {DICTIONARY_SURNAME}, -1}, + {"Farnese", 1, {DICTIONARY_SURNAME}, -1}, + {"Stringfellow", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoyle", 1, {DICTIONARY_SURNAME}, -1}, + {"Chorny", 1, {DICTIONARY_SURNAME}, -1}, + {"Jetske", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomoyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kushibiki", 1, {DICTIONARY_SURNAME}, -1}, + {"Takács", 1, {DICTIONARY_SURNAME}, -1}, + {"Elomaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Raddatz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekong", 1, {DICTIONARY_SURNAME}, -1}, + {"Eiður", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bjørkum", 1, {DICTIONARY_SURNAME}, -1}, + {"Millin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirby", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yūzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kostadinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Barras", 1, {DICTIONARY_SURNAME}, -1}, + {"Kodama", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilligan", 1, {DICTIONARY_SURNAME}, -1}, + {"Isenbrandt", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagadone", 1, {DICTIONARY_SURNAME}, -1}, + {"Nedeljković", 1, {DICTIONARY_SURNAME}, -1}, + {"Rößler", 1, {DICTIONARY_SURNAME}, -1}, + {"Dauman", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Stein", 1, {DICTIONARY_SURNAME}, -1}, + {"Amachree", 1, {DICTIONARY_SURNAME}, -1}, + {"Pajari", 1, {DICTIONARY_SURNAME}, -1}, + {"McFayden", 1, {DICTIONARY_SURNAME}, -1}, + {"Baeyens", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashbrook", 1, {DICTIONARY_SURNAME}, -1}, + {"Heitler", 1, {DICTIONARY_SURNAME}, -1}, + {"Romanelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinčić", 1, {DICTIONARY_SURNAME}, -1}, + {"Cappelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Tajiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Coral", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Meyerhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Beatrice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Emelieze", 1, {DICTIONARY_SURNAME}, -1}, + {"Uí Thomhrair", 1, {DICTIONARY_SURNAME}, -1}, + {"Izzatullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ingwersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ribbentrop", 1, {DICTIONARY_SURNAME}, -1}, + {"Davies", 1, {DICTIONARY_SURNAME}, -1}, + {"Šiljak", 1, {DICTIONARY_SURNAME}, -1}, + {"Haller", 1, {DICTIONARY_SURNAME}, -1}, + {"Alarcon", 1, {DICTIONARY_SURNAME}, -1}, + {"Oleynik", 1, {DICTIONARY_SURNAME}, -1}, + {"Umbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Sichem", 1, {DICTIONARY_SURNAME}, -1}, + {"Gudermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ravel", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Domangairt", 1, {DICTIONARY_SURNAME}, -1}, + {"Waghalter", 1, {DICTIONARY_SURNAME}, -1}, + {"Barney", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akrour", 1, {DICTIONARY_SURNAME}, -1}, + {"Prinze", 1, {DICTIONARY_SURNAME}, -1}, + {"Rabaut", 1, {DICTIONARY_SURNAME}, -1}, + {"Derksen", 1, {DICTIONARY_SURNAME}, -1}, + {"Prasse", 1, {DICTIONARY_SURNAME}, -1}, + {"Angharad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Devoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Dancer", 1, {DICTIONARY_SURNAME}, -1}, + {"Glaze", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayrault", 1, {DICTIONARY_SURNAME}, -1}, + {"Farinacci", 1, {DICTIONARY_SURNAME}, -1}, + {"Brodzki", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiappone", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigler", 1, {DICTIONARY_SURNAME}, -1}, + {"Carell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ozokwo", 1, {DICTIONARY_SURNAME}, -1}, + {"Roddenberry", 1, {DICTIONARY_SURNAME}, -1}, + {"Gentian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rawson", 1, {DICTIONARY_SURNAME}, -1}, + {"Berlinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Yu-ri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ollie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tamhane", 1, {DICTIONARY_SURNAME}, -1}, + {"Asrani", 1, {DICTIONARY_SURNAME}, -1}, + {"Scolinos", 1, {DICTIONARY_SURNAME}, -1}, + {"Lanoe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ferreiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Sealey", 1, {DICTIONARY_SURNAME}, -1}, + {"McGavin", 1, {DICTIONARY_SURNAME}, -1}, + {"Aamir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Genjiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nébald", 1, {DICTIONARY_SURNAME}, -1}, + {"Gian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coello", 1, {DICTIONARY_SURNAME}, -1}, + {"Aharonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Raposo", 1, {DICTIONARY_SURNAME}, -1}, + {"Leetham", 1, {DICTIONARY_SURNAME}, -1}, + {"Tetsuharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bothwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Augenijus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vogelnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Robertson", 1, {DICTIONARY_SURNAME}, -1}, + {"Naci", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Virgets", 1, {DICTIONARY_SURNAME}, -1}, + {"Hood", 1, {DICTIONARY_SURNAME}, -1}, + {"Hikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Florimón", 1, {DICTIONARY_SURNAME}, -1}, + {"Kajino", 1, {DICTIONARY_SURNAME}, -1}, + {"Beauchamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Šechtl", 1, {DICTIONARY_SURNAME}, -1}, + {"Cyriacus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Durbin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boas", 1, {DICTIONARY_SURNAME}, -1}, + {"Тито", 1, {DICTIONARY_SURNAME}, -1}, + {"Achour", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Da-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Siddons", 1, {DICTIONARY_SURNAME}, -1}, + {"Leadbetter", 1, {DICTIONARY_SURNAME}, -1}, + {"Dulbecco", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayall", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitolins", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasparov", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdel Nour", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eoinícé", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gerstaecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Noffsinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hattie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"marrybrown", 1, {DICTIONARY_CHAIN}, -1}, + {"Čengić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawle", 1, {DICTIONARY_SURNAME}, -1}, + {"Pigalle", 1, {DICTIONARY_SURNAME}, -1}, + {"Drozd", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pellicier", 1, {DICTIONARY_SURNAME}, -1}, + {"Crivelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ailabouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Øystein", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Beirne", 1, {DICTIONARY_SURNAME}, -1}, + {"Guhathakurta", 1, {DICTIONARY_SURNAME}, -1}, + {"Velagić", 1, {DICTIONARY_SURNAME}, -1}, + {"Jewkes", 1, {DICTIONARY_SURNAME}, -1}, + {"Krommer", 1, {DICTIONARY_SURNAME}, -1}, + {"Simonsen", 1, {DICTIONARY_SURNAME}, -1}, + {"McKrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vianco", 1, {DICTIONARY_SURNAME}, -1}, + {"Léhar", 1, {DICTIONARY_SURNAME}, -1}, + {"Zensaku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mizzi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Željko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grubbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Brightman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopitar", 1, {DICTIONARY_SURNAME}, -1}, + {"Maspero", 1, {DICTIONARY_SURNAME}, -1}, + {"Sampras", 1, {DICTIONARY_SURNAME}, -1}, + {"Hepi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rochette", 1, {DICTIONARY_SURNAME}, -1}, + {"allianz", 1, {DICTIONARY_CHAIN}, -1}, + {"Clotfelter", 1, {DICTIONARY_SURNAME}, -1}, + {"Heschl", 1, {DICTIONARY_SURNAME}, -1}, + {"Trevanion", 1, {DICTIONARY_SURNAME}, -1}, + {"Aamland", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuksas", 1, {DICTIONARY_SURNAME}, -1}, + {"Schellenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinmeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Every", 1, {DICTIONARY_SURNAME}, -1}, + {"Berel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voggoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Abenhaim", 1, {DICTIONARY_SURNAME}, -1}, + {"Jalili", 1, {DICTIONARY_SURNAME}, -1}, + {"Zukertort", 1, {DICTIONARY_SURNAME}, -1}, + {"Volpi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasuchika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taha", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gaina", 1, {DICTIONARY_SURNAME}, -1}, + {"Menzir", 1, {DICTIONARY_SURNAME}, -1}, + {"Ossmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Paden", 1, {DICTIONARY_SURNAME}, -1}, + {"Smithwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Anscombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kagawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Popiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pleydell-Bouverie", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajobena", 1, {DICTIONARY_SURNAME}, -1}, + {"Grífíne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mabley", 1, {DICTIONARY_SURNAME}, -1}, + {"Liepmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Stadtbäumer", 1, {DICTIONARY_SURNAME}, -1}, + {"Nia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joby", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aleksi-Meskhishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Carone", 1, {DICTIONARY_SURNAME}, -1}, + {"Rok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blundell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Blanke", 1, {DICTIONARY_SURNAME}, -1}, + {"Berton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"John John", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoshirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kvaternik", 1, {DICTIONARY_SURNAME}, -1}, + {"Feld", 1, {DICTIONARY_SURNAME}, -1}, + {"Volontir", 1, {DICTIONARY_SURNAME}, -1}, + {"Chițu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanno", 1, {DICTIONARY_SURNAME}, -1}, + {"Devin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geronco", 1, {DICTIONARY_SURNAME}, -1}, + {"Longridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Korsmeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Atteveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Pier", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Étienne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Denis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Debussy", 1, {DICTIONARY_SURNAME}, -1}, + {"McVean", 1, {DICTIONARY_SURNAME}, -1}, + {"Mielczarek", 1, {DICTIONARY_SURNAME}, -1}, + {"Baggott", 1, {DICTIONARY_SURNAME}, -1}, + {"Cosby", 1, {DICTIONARY_SURNAME}, -1}, + {"Izard", 1, {DICTIONARY_SURNAME}, -1}, + {"Flemming", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fabbiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Szervánszky", 1, {DICTIONARY_SURNAME}, -1}, + {"Mannava", 1, {DICTIONARY_SURNAME}, -1}, + {"McChesney", 1, {DICTIONARY_SURNAME}, -1}, + {"Menke", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamamoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosaykham", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masseron", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinde", 1, {DICTIONARY_SURNAME}, -1}, + {"Christopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Brötzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Devran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hirschhorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Lohmiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Taele", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannawald", 1, {DICTIONARY_SURNAME}, -1}, + {"Schörghofer", 1, {DICTIONARY_SURNAME}, -1}, + {"Korolyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gillerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedhelm", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sydor", 1, {DICTIONARY_SURNAME}, -1}, + {"Holderman", 1, {DICTIONARY_SURNAME}, -1}, + {"Shauna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gowland", 1, {DICTIONARY_SURNAME}, -1}, + {"Rademaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Motoshige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goffman", 1, {DICTIONARY_SURNAME}, -1}, + {"h.s.b.c", 1, {DICTIONARY_CHAIN}, 154}, + {"Tainton", 1, {DICTIONARY_SURNAME}, -1}, + {"Pițurcă", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yukiya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teten", 1, {DICTIONARY_SURNAME}, -1}, + {"McCaffery", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Baalen", 1, {DICTIONARY_SURNAME}, -1}, + {"Rooker", 1, {DICTIONARY_SURNAME}, -1}, + {"Enge", 1, {DICTIONARY_SURNAME}, -1}, + {"Harmse", 1, {DICTIONARY_SURNAME}, -1}, + {"Miwako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kateryna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Morisawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dijk", 1, {DICTIONARY_SURNAME}, -1}, + {"McAughtrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Brecher", 1, {DICTIONARY_SURNAME}, -1}, + {"Unryu", 1, {DICTIONARY_SURNAME}, -1}, + {"Simmel", 1, {DICTIONARY_SURNAME}, -1}, + {"Biberman", 1, {DICTIONARY_SURNAME}, -1}, + {"Chagnon", 1, {DICTIONARY_SURNAME}, -1}, + {"Atzori", 1, {DICTIONARY_SURNAME}, -1}, + {"Kittler", 1, {DICTIONARY_SURNAME}, -1}, + {"Tchenguiz", 1, {DICTIONARY_SURNAME}, -1}, + {"Cash", 1, {DICTIONARY_SURNAME}, -1}, + {"Branca", 1, {DICTIONARY_SURNAME}, -1}, + {"Anabelle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vallduvi", 1, {DICTIONARY_SURNAME}, -1}, + {"Daba", 1, {DICTIONARY_SURNAME}, -1}, + {"Estes", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitra", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiva", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Airaudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Carranza", 1, {DICTIONARY_SURNAME}, -1}, + {"Groh", 1, {DICTIONARY_SURNAME}, -1}, + {"Bărnuțiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Oldroyd", 1, {DICTIONARY_SURNAME}, -1}, + {"Anfuso", 1, {DICTIONARY_SURNAME}, -1}, + {"Alldridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannibal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heidelberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Aggele", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiken", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahmar", 1, {DICTIONARY_SURNAME}, -1}, + {"Wurmbrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Herrera", 1, {DICTIONARY_SURNAME}, -1}, + {"Neuhaeusser", 1, {DICTIONARY_SURNAME}, -1}, + {"Belaynesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akens", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovalevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Ornsteiner", 1, {DICTIONARY_SURNAME}, -1}, + {"danisches bettenlager", 1, {DICTIONARY_CHAIN}, 119}, + {"Saina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gradwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Tcaci", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlemmings", 1, {DICTIONARY_SURNAME}, -1}, + {"Labaree", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirić", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Ospaic", 1, {DICTIONARY_SURNAME}, -1}, + {"Boveri", 1, {DICTIONARY_SURNAME}, -1}, + {"Delacroix", 1, {DICTIONARY_SURNAME}, -1}, + {"Feely", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjørnar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Prabhupāda", 1, {DICTIONARY_SURNAME}, -1}, + {"Birney", 1, {DICTIONARY_SURNAME}, -1}, + {"Backer", 1, {DICTIONARY_SURNAME}, -1}, + {"Uslu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavi", 1, {DICTIONARY_SURNAME}, -1}, + {"Terruzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Akabane", 1, {DICTIONARY_SURNAME}, -1}, + {"Harijs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adamchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Moczar", 1, {DICTIONARY_SURNAME}, -1}, + {"Artemy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hereniko", 1, {DICTIONARY_SURNAME}, -1}, + {"Bridgeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Adou", 1, {DICTIONARY_SURNAME}, -1}, + {"De Lorenzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Forselius", 1, {DICTIONARY_SURNAME}, -1}, + {"Lasak", 1, {DICTIONARY_SURNAME}, -1}, + {"Casgrain", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelkhani", 1, {DICTIONARY_SURNAME}, -1}, + {"Burchill", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukai", 1, {DICTIONARY_SURNAME}, -1}, + {"Wexler", 1, {DICTIONARY_SURNAME}, -1}, + {"Varonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Biskind", 1, {DICTIONARY_SURNAME}, -1}, + {"Penton", 1, {DICTIONARY_SURNAME}, -1}, + {"Lönnberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Litt", 1, {DICTIONARY_SURNAME}, -1}, + {"Jelačić", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamm", 1, {DICTIONARY_SURNAME}, -1}, + {"Bescond", 1, {DICTIONARY_SURNAME}, -1}, + {"Sterner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vess", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Loucks", 1, {DICTIONARY_SURNAME}, -1}, + {"Gradus", 1, {DICTIONARY_SURNAME}, -1}, + {"Nenad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Madero", 1, {DICTIONARY_SURNAME}, -1}, + {"Cochet", 1, {DICTIONARY_SURNAME}, -1}, + {"Correa", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhnouche", 1, {DICTIONARY_SURNAME}, -1}, + {"Zadrozny", 1, {DICTIONARY_SURNAME}, -1}, + {"Džihan", 1, {DICTIONARY_SURNAME}, -1}, + {"Achenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Boyarsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ventresca", 1, {DICTIONARY_SURNAME}, -1}, + {"Akao", 1, {DICTIONARY_SURNAME}, -1}, + {"Bridgit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eneko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tadanaga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moncur", 1, {DICTIONARY_SURNAME}, -1}, + {"Shield", 1, {DICTIONARY_SURNAME}, -1}, + {"Weidenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Blain", 1, {DICTIONARY_SURNAME}, -1}, + {"Adesida", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Martin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takezō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ben Asher", 1, {DICTIONARY_SURNAME}, -1}, + {"Sezgin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Strube", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Straaten", 1, {DICTIONARY_SURNAME}, -1}, + {"Volcic", 1, {DICTIONARY_SURNAME}, -1}, + {"Trouvé", 1, {DICTIONARY_SURNAME}, -1}, + {"Bocchetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarver", 1, {DICTIONARY_SURNAME}, -1}, + {"Comstive", 1, {DICTIONARY_SURNAME}, -1}, + {"Ter Horst", 1, {DICTIONARY_SURNAME}, -1}, + {"Martinů", 1, {DICTIONARY_SURNAME}, -1}, + {"Hulse", 1, {DICTIONARY_SURNAME}, -1}, + {"Fortner", 1, {DICTIONARY_SURNAME}, -1}, + {"Prouty", 1, {DICTIONARY_SURNAME}, -1}, + {"best buys", 1, {DICTIONARY_CHAIN}, 79}, + {"Perrins", 1, {DICTIONARY_SURNAME}, -1}, + {"Klopper", 1, {DICTIONARY_SURNAME}, -1}, + {"Sussenguth", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristiansen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gumbleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Gavrilo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanneque", 1, {DICTIONARY_SURNAME}, -1}, + {"Clarissa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stastny", 1, {DICTIONARY_SURNAME}, -1}, + {"Dedekind", 1, {DICTIONARY_SURNAME}, -1}, + {"Pachachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Samdahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinkovitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Papazoglou", 1, {DICTIONARY_SURNAME}, -1}, + {"Norikazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McElvoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Brettle", 1, {DICTIONARY_SURNAME}, -1}, + {"Linschoten", 1, {DICTIONARY_SURNAME}, -1}, + {"Klemen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aegerter", 1, {DICTIONARY_SURNAME}, -1}, + {"Tromlitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Seeger", 1, {DICTIONARY_SURNAME}, -1}, + {"Moskal", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Tieghem", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinhauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Friese", 1, {DICTIONARY_SURNAME}, -1}, + {"Jernigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ioane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cappe", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoon-sook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Hoorick", 1, {DICTIONARY_SURNAME}, -1}, + {"Topuz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ifan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"wa wa", 1, {DICTIONARY_CHAIN}, 268}, + {"Fawell", 1, {DICTIONARY_SURNAME}, -1}, + {"Rezko", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ubiparipović", 1, {DICTIONARY_SURNAME}, -1}, + {"Reverdin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerónimo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Prynne", 1, {DICTIONARY_SURNAME}, -1}, + {"Loup", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitokurō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Škoda", 1, {DICTIONARY_SURNAME}, -1}, + {"salvation armys", 1, {DICTIONARY_CHAIN}, 226}, + {"Lau clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Suter", 1, {DICTIONARY_SURNAME}, -1}, + {"Sorgdrager", 1, {DICTIONARY_SURNAME}, -1}, + {"Vi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kline", 1, {DICTIONARY_SURNAME}, -1}, + {"Masselot", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilhelmová", 1, {DICTIONARY_SURNAME}, -1}, + {"Cryan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ling", 1, {DICTIONARY_SURNAME}, -1}, + {"Meggott", 1, {DICTIONARY_SURNAME}, -1}, + {"Susmita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berezin", 1, {DICTIONARY_SURNAME}, -1}, + {"Giasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Romana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Soliman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brullé", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulen", 1, {DICTIONARY_SURNAME}, -1}, + {"Heilpern", 1, {DICTIONARY_SURNAME}, -1}, + {"LeBeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Erlandson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopylov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonge", 1, {DICTIONARY_SURNAME}, -1}, + {"Ureña", 1, {DICTIONARY_SURNAME}, -1}, + {"Hubberd", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandame", 1, {DICTIONARY_SURNAME}, -1}, + {"Aggarwala", 1, {DICTIONARY_SURNAME}, -1}, + {"Vimpani", 1, {DICTIONARY_SURNAME}, -1}, + {"Adleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Behm", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadakatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bastedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hazelle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scott", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Freya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Škuletić", 1, {DICTIONARY_SURNAME}, -1}, + {"Gregory", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Daraselia", 1, {DICTIONARY_SURNAME}, -1}, + {"Qualls", 1, {DICTIONARY_SURNAME}, -1}, + {"Massimiliano", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Meinl", 1, {DICTIONARY_SURNAME}, -1}, + {"Segalovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunday", 1, {DICTIONARY_SURNAME}, -1}, + {"Kim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Drennan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vye", 1, {DICTIONARY_SURNAME}, -1}, + {"Väyrynen", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Bosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruiz", 1, {DICTIONARY_SURNAME}, -1}, + {"Henry Augustus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Von Oÿ", 1, {DICTIONARY_SURNAME}, -1}, + {"Debbagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Keiki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tawney", 1, {DICTIONARY_SURNAME}, -1}, + {"Harvie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Biroli", 1, {DICTIONARY_SURNAME}, -1}, + {"Pidoux", 1, {DICTIONARY_SURNAME}, -1}, + {"Neves", 1, {DICTIONARY_SURNAME}, -1}, + {"Audovacar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nussbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Barralet", 1, {DICTIONARY_SURNAME}, -1}, + {"Křivohlavý", 1, {DICTIONARY_SURNAME}, -1}, + {"Godbole", 1, {DICTIONARY_SURNAME}, -1}, + {"Karpov", 1, {DICTIONARY_SURNAME}, -1}, + {"Grolman", 1, {DICTIONARY_SURNAME}, -1}, + {"Abayakoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Evers", 1, {DICTIONARY_SURNAME}, -1}, + {"walmart supercenter", 1, {DICTIONARY_CHAIN}, -1}, + {"Descheeni", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Veilex", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayerza", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicevich", 1, {DICTIONARY_SURNAME}, -1}, + {"De Rosnay", 1, {DICTIONARY_SURNAME}, -1}, + {"Strahinja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salkeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Weagle", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubourdieu", 1, {DICTIONARY_SURNAME}, -1}, + {"Åslund", 1, {DICTIONARY_SURNAME}, -1}, + {"Pellissier", 1, {DICTIONARY_SURNAME}, -1}, + {"Macomber", 1, {DICTIONARY_SURNAME}, -1}, + {"Sacheverell", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Behren", 1, {DICTIONARY_SURNAME}, -1}, + {"Min-seok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takeshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kauppi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vesterdorf", 1, {DICTIONARY_SURNAME}, -1}, + {"h-e-bs", 1, {DICTIONARY_CHAIN}, 149}, + {"Marnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Angelopoulou", 1, {DICTIONARY_SURNAME}, -1}, + {"Mosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stevens", 1, {DICTIONARY_SURNAME}, -1}, + {"Bazlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasarhelyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mariamman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Woo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hautala", 1, {DICTIONARY_SURNAME}, -1}, + {"Ječmenica", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawai", 1, {DICTIONARY_SURNAME}, -1}, + {"Achkina", 1, {DICTIONARY_SURNAME}, -1}, + {"Seok-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bergler", 1, {DICTIONARY_SURNAME}, -1}, + {"Chang-min", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Higden", 1, {DICTIONARY_SURNAME}, -1}, + {"Sang-wook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scheidemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Cranmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bergesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Saltykov", 1, {DICTIONARY_SURNAME}, -1}, + {"dollar generals", 1, {DICTIONARY_CHAIN}, 126}, + {"Spenser", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hancox", 1, {DICTIONARY_SURNAME}, -1}, + {"Manders", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuthbert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bianka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Margrietha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ukhtomsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Halsman", 1, {DICTIONARY_SURNAME}, -1}, + {"Scharffs", 1, {DICTIONARY_SURNAME}, -1}, + {"Kallay", 1, {DICTIONARY_SURNAME}, -1}, + {"Draaijer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dakin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulbis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurita", 1, {DICTIONARY_SURNAME}, -1}, + {"Tipton", 1, {DICTIONARY_SURNAME}, -1}, + {"Joffroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Eijirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mpenza", 1, {DICTIONARY_SURNAME}, -1}, + {"Papalia", 1, {DICTIONARY_SURNAME}, -1}, + {"Macy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Magrath", 1, {DICTIONARY_SURNAME}, -1}, + {"Frannie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Meaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Nwankwo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Crockett", 1, {DICTIONARY_SURNAME}, -1}, + {"Purves", 1, {DICTIONARY_SURNAME}, -1}, + {"Grew", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoskin", 1, {DICTIONARY_SURNAME}, -1}, + {"smash burger", 1, {DICTIONARY_CHAIN}, 235}, + {"Hila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cuffaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaise", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adamou", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Baillargeon", 1, {DICTIONARY_SURNAME}, -1}, + {"Yelloly", 1, {DICTIONARY_SURNAME}, -1}, + {"Theda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anslinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönflies", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrory", 1, {DICTIONARY_SURNAME}, -1}, + {"Teymourian", 1, {DICTIONARY_SURNAME}, -1}, + {"McLaughlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Aziz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipps", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanatta", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuilkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kearns", 1, {DICTIONARY_SURNAME}, -1}, + {"Carstens", 1, {DICTIONARY_SURNAME}, -1}, + {"Prévot", 1, {DICTIONARY_SURNAME}, -1}, + {"Anton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yule", 1, {DICTIONARY_SURNAME}, -1}, + {"Géraldine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lellouche", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolea", 1, {DICTIONARY_SURNAME}, -1}, + {"Bajuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Docter", 1, {DICTIONARY_SURNAME}, -1}, + {"Starker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaessen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dissing", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Samarrai", 1, {DICTIONARY_SURNAME}, -1}, + {"Bucknall-Estcourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Volchenkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Shand", 1, {DICTIONARY_SURNAME}, -1}, + {"Oliveri", 1, {DICTIONARY_SURNAME}, -1}, + {"Tikhomirov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lally", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salehi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bussmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Bùi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vestveit", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamibayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sangaré", 1, {DICTIONARY_SURNAME}, -1}, + {"Percy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gökmen", 1, {DICTIONARY_SURNAME}, -1}, + {"Brianne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Čedomir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bowen", 1, {DICTIONARY_SURNAME}, -1}, + {"Goins", 1, {DICTIONARY_SURNAME}, -1}, + {"Valdov", 1, {DICTIONARY_SURNAME}, -1}, + {"Louvet", 1, {DICTIONARY_SURNAME}, -1}, + {"Cwichelm", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"St-Jacques", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatiana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Văcăroiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Feliciano", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gustavs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sir Gilbert Scott", 1, {DICTIONARY_SURNAME}, -1}, + {"Alharizi", 1, {DICTIONARY_SURNAME}, -1}, + {"Luttazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aulay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gula", 1, {DICTIONARY_SURNAME}, -1}, + {"Davidov", 1, {DICTIONARY_SURNAME}, -1}, + {"Frederica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zivah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Johanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Errett", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"seven 11s", 1, {DICTIONARY_CHAIN}, 56}, + {"Klappert", 1, {DICTIONARY_SURNAME}, -1}, + {"Scholem", 1, {DICTIONARY_SURNAME}, -1}, + {"Abertondo", 1, {DICTIONARY_SURNAME}, -1}, + {"Anger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kikawada", 1, {DICTIONARY_SURNAME}, -1}, + {"Clephane", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Azm family", 1, {DICTIONARY_SURNAME}, -1}, + {"Štefánik", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwartzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Großkreutz", 1, {DICTIONARY_SURNAME}, -1}, + {"Plumlee", 1, {DICTIONARY_SURNAME}, -1}, + {"Feddersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bushong", 1, {DICTIONARY_SURNAME}, -1}, + {"Donnadieu", 1, {DICTIONARY_SURNAME}, -1}, + {"Clauberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Zátopek", 1, {DICTIONARY_SURNAME}, -1}, + {"Arbeit", 1, {DICTIONARY_SURNAME}, -1}, + {"Heidolf", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatwal", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanyal", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleinman", 1, {DICTIONARY_SURNAME}, -1}, + {"Brayne", 1, {DICTIONARY_SURNAME}, -1}, + {"Swinney", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeola", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vukotić", 1, {DICTIONARY_SURNAME}, -1}, + {"Peploe Wood", 1, {DICTIONARY_SURNAME}, -1}, + {"Sábato", 1, {DICTIONARY_SURNAME}, -1}, + {"Boamah", 1, {DICTIONARY_SURNAME}, -1}, + {"Thora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ignác", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brizuela", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanchita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Motoaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taruskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kringe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koltsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryansdóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Beumer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rožić", 1, {DICTIONARY_SURNAME}, -1}, + {"Gloor", 1, {DICTIONARY_SURNAME}, -1}, + {"Arakawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Cimbáeth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bottomley", 1, {DICTIONARY_SURNAME}, -1}, + {"Lerew", 1, {DICTIONARY_SURNAME}, -1}, + {"Ventenat", 1, {DICTIONARY_SURNAME}, -1}, + {"Larsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Albazei", 1, {DICTIONARY_SURNAME}, -1}, + {"Hooch", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegenwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Valmonte", 1, {DICTIONARY_SURNAME}, -1}, + {"Adams", 1, {DICTIONARY_SURNAME}, -1}, + {"Villis", 1, {DICTIONARY_SURNAME}, -1}, + {"Oganezov", 1, {DICTIONARY_SURNAME}, -1}, + {"Laske", 1, {DICTIONARY_SURNAME}, -1}, + {"Grotowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ngwenya", 1, {DICTIONARY_SURNAME}, -1}, + {"Veletta", 1, {DICTIONARY_SURNAME}, -1}, + {"Lowthorp", 1, {DICTIONARY_SURNAME}, -1}, + {"Benoît", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vidak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Suster", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasyanovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Vílchez", 1, {DICTIONARY_SURNAME}, -1}, + {"Douty", 1, {DICTIONARY_SURNAME}, -1}, + {"Strossmayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hession", 1, {DICTIONARY_SURNAME}, -1}, + {"Meichtry", 1, {DICTIONARY_SURNAME}, -1}, + {"Fimian", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Amerongen", 1, {DICTIONARY_SURNAME}, -1}, + {"Osric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Braidwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Spani", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaissle", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhvania", 1, {DICTIONARY_SURNAME}, -1}, + {"Stachurski", 1, {DICTIONARY_SURNAME}, -1}, + {"Bokuden", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hejma", 1, {DICTIONARY_SURNAME}, -1}, + {"Abilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Pressman", 1, {DICTIONARY_SURNAME}, -1}, + {"Grigoris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zaentz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukićević", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselukha", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghirlandaio", 1, {DICTIONARY_SURNAME}, -1}, + {"Regnier", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"DiPaolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beertema", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopřivová", 1, {DICTIONARY_SURNAME}, -1}, + {"Albiker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinzenz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nencini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sugarman", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeledo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanjay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aguirre", 1, {DICTIONARY_SURNAME}, -1}, + {"Barresi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayes", 1, {DICTIONARY_SURNAME}, -1}, + {"Comès", 1, {DICTIONARY_SURNAME}, -1}, + {"Dontsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Watson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lasaulx", 1, {DICTIONARY_SURNAME}, -1}, + {"Fujiwara", 1, {DICTIONARY_SURNAME}, -1}, + {"Mijat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fantini", 1, {DICTIONARY_SURNAME}, -1}, + {"Gál", 1, {DICTIONARY_SURNAME}, -1}, + {"Feerick", 1, {DICTIONARY_SURNAME}, -1}, + {"Makovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Margules", 1, {DICTIONARY_SURNAME}, -1}, + {"Motoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anastasi", 1, {DICTIONARY_SURNAME}, -1}, + {"Philomena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fellows", 1, {DICTIONARY_SURNAME}, -1}, + {"taco cabanas", 1, {DICTIONARY_CHAIN}, 246}, + {"Balcaen", 1, {DICTIONARY_SURNAME}, -1}, + {"Daikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Välimäki", 1, {DICTIONARY_SURNAME}, -1}, + {"Hairston", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincenzo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Faversham", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolaisen", 1, {DICTIONARY_SURNAME}, -1}, + {"Nandamuri", 1, {DICTIONARY_SURNAME}, -1}, + {"Lakhanpal", 1, {DICTIONARY_SURNAME}, -1}, + {"Olszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Dowie", 1, {DICTIONARY_SURNAME}, -1}, + {"Asubonteng", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Helden", 1, {DICTIONARY_SURNAME}, -1}, + {"Gupta", 1, {DICTIONARY_SURNAME}, -1}, + {"Toxopeus", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyalchinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dring", 1, {DICTIONARY_SURNAME}, -1}, + {"Chammassian", 1, {DICTIONARY_SURNAME}, -1}, + {"Adiarte", 1, {DICTIONARY_SURNAME}, -1}, + {"Walkinshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Rihards", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salerno", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidav", 1, {DICTIONARY_SURNAME}, -1}, + {"Donner", 1, {DICTIONARY_SURNAME}, -1}, + {"Lortkipanidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Velea", 1, {DICTIONARY_SURNAME}, -1}, + {"Suvorov", 1, {DICTIONARY_SURNAME}, -1}, + {"Titone", 1, {DICTIONARY_SURNAME}, -1}, + {"Nehal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Irabu", 1, {DICTIONARY_SURNAME}, -1}, + {"Talebi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarflot", 1, {DICTIONARY_SURNAME}, -1}, + {"Chigira", 1, {DICTIONARY_SURNAME}, -1}, + {"Gloveli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vydra", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollexfen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sivori", 1, {DICTIONARY_SURNAME}, -1}, + {"Bipodtarini Devi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kanagaratnam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rachael", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moller", 1, {DICTIONARY_SURNAME}, -1}, + {"Gusikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Malpas", 1, {DICTIONARY_SURNAME}, -1}, + {"Gusmão", 1, {DICTIONARY_SURNAME}, -1}, + {"Conceição", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tisdall", 1, {DICTIONARY_SURNAME}, -1}, + {"Basia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ivanka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Babacan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sämann", 1, {DICTIONARY_SURNAME}, -1}, + {"Hristov", 1, {DICTIONARY_SURNAME}, -1}, + {"Viret", 1, {DICTIONARY_SURNAME}, -1}, + {"Masters", 1, {DICTIONARY_SURNAME}, -1}, + {"Stack", 1, {DICTIONARY_SURNAME}, -1}, + {"Pezzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Maresca", 1, {DICTIONARY_SURNAME}, -1}, + {"Hye-rim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coloman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carlström", 1, {DICTIONARY_SURNAME}, -1}, + {"Aíbinn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahrendts", 1, {DICTIONARY_SURNAME}, -1}, + {"Mostowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Panagoulias", 1, {DICTIONARY_SURNAME}, -1}, + {"Ukpolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinter", 1, {DICTIONARY_SURNAME}, -1}, + {"Akolkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbemabiese", 1, {DICTIONARY_SURNAME}, -1}, + {"Adžić", 1, {DICTIONARY_SURNAME}, -1}, + {"Martinec", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguinaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Grünbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Scionti", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Morkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhtar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Witkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaines", 1, {DICTIONARY_SURNAME}, -1}, + {"McHugh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Waldner", 1, {DICTIONARY_SURNAME}, -1}, + {"Majkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Grassl", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyszecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Kennaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Myśliwiec", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahajan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sise", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Hoeden", 1, {DICTIONARY_SURNAME}, -1}, + {"Manougian", 1, {DICTIONARY_SURNAME}, -1}, + {"Sappleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Mallya", 1, {DICTIONARY_SURNAME}, -1}, + {"Gisbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Boddington", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayub", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tsyplakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlădescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Verner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Nu'man", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Halldór", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kyösti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kakunaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Berrien", 1, {DICTIONARY_SURNAME}, -1}, + {"Monbeig", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacob Abraham", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamblen", 1, {DICTIONARY_SURNAME}, -1}, + {"Iliev", 1, {DICTIONARY_SURNAME}, -1}, + {"Festing", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehmbruck", 1, {DICTIONARY_SURNAME}, -1}, + {"Shrubb", 1, {DICTIONARY_SURNAME}, -1}, + {"Godzimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acharekar", 1, {DICTIONARY_SURNAME}, -1}, + {"Ah You", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Jakeš", 1, {DICTIONARY_SURNAME}, -1}, + {"Kryukova", 1, {DICTIONARY_SURNAME}, -1}, + {"Karcioglu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hesselbein", 1, {DICTIONARY_SURNAME}, -1}, + {"MacIntyre", 1, {DICTIONARY_SURNAME}, -1}, + {"Creuzburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiesinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlasichev", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruickshank", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuhabib", 1, {DICTIONARY_SURNAME}, -1}, + {"Havlik", 1, {DICTIONARY_SURNAME}, -1}, + {"McElhiney", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyd", 1, {DICTIONARY_SURNAME}, -1}, + {"Hudáček", 1, {DICTIONARY_SURNAME}, -1}, + {"Hew", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akerlind", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanheusden", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuckschwerdt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ausma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ullmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Cahun", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbasguliyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Adıvar", 1, {DICTIONARY_SURNAME}, -1}, + {"Crutchfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanislavskij", 1, {DICTIONARY_SURNAME}, -1}, + {"Takakage", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sterzinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Jadassohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Nestan-Darejan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tsuji", 1, {DICTIONARY_SURNAME}, -1}, + {"Fogelklou", 1, {DICTIONARY_SURNAME}, -1}, + {"Artsyom", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamsterley", 1, {DICTIONARY_SURNAME}, -1}, + {"Larkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Håkansson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ginchiyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Večeřová", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheffel", 1, {DICTIONARY_SURNAME}, -1}, + {"Cushnahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Dipankar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uthwatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Tochukwu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vianelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vannson", 1, {DICTIONARY_SURNAME}, -1}, + {"Brandstätter", 1, {DICTIONARY_SURNAME}, -1}, + {"coles", 1, {DICTIONARY_CHAIN}, -1}, + {"Siebenhandl", 1, {DICTIONARY_SURNAME}, -1}, + {"Adachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zipperer", 1, {DICTIONARY_SURNAME}, -1}, + {"seven 11", 1, {DICTIONARY_CHAIN}, 56}, + {"Prlić", 1, {DICTIONARY_SURNAME}, -1}, + {"Fattoruso", 1, {DICTIONARY_SURNAME}, -1}, + {"Illiano", 1, {DICTIONARY_SURNAME}, -1}, + {"Belsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Briana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vogondy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salinas", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnekow", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aggens", 1, {DICTIONARY_SURNAME}, -1}, + {"Neuhäuser", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornett", 1, {DICTIONARY_SURNAME}, -1}, + {"Banai", 1, {DICTIONARY_SURNAME}, -1}, + {"Higelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tello", 1, {DICTIONARY_SURNAME}, -1}, + {"Velshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Maxine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mondor", 1, {DICTIONARY_SURNAME}, -1}, + {"Hassanal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Utts", 1, {DICTIONARY_SURNAME}, -1}, + {"Presl", 1, {DICTIONARY_SURNAME}, -1}, + {"Vianu", 1, {DICTIONARY_SURNAME}, -1}, + {"Lembergs", 1, {DICTIONARY_SURNAME}, -1}, + {"Lareau", 1, {DICTIONARY_SURNAME}, -1}, + {"Greason", 1, {DICTIONARY_SURNAME}, -1}, + {"Rüütli", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Ahad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Virny", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemenway", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimmick", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenelle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bontekoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Flue", 1, {DICTIONARY_SURNAME}, -1}, + {"Nims", 1, {DICTIONARY_SURNAME}, -1}, + {"Sante", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Forshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaul", 1, {DICTIONARY_SURNAME}, -1}, + {"Blandón", 1, {DICTIONARY_SURNAME}, -1}, + {"Dyce", 1, {DICTIONARY_SURNAME}, -1}, + {"Chelidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Wriothesley", 1, {DICTIONARY_SURNAME}, -1}, + {"Verchenova", 1, {DICTIONARY_SURNAME}, -1}, + {"Morotoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kandel", 1, {DICTIONARY_SURNAME}, -1}, + {"Curren", 1, {DICTIONARY_SURNAME}, -1}, + {"Apostel", 1, {DICTIONARY_SURNAME}, -1}, + {"Delmas", 1, {DICTIONARY_SURNAME}, -1}, + {"Kilbourne", 1, {DICTIONARY_SURNAME}, -1}, + {"Gans", 1, {DICTIONARY_SURNAME}, -1}, + {"Cordray", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheets", 1, {DICTIONARY_SURNAME}, -1}, + {"Hildebrand", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Opiter", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veasna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agcaoili", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamperti", 1, {DICTIONARY_SURNAME}, -1}, + {"Pashaei", 1, {DICTIONARY_SURNAME}, -1}, + {"Grünberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Tizuka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stig", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fisnik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cathie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"chick fillets", 1, {DICTIONARY_CHAIN}, 97}, + {"Ocokoljić", 1, {DICTIONARY_SURNAME}, -1}, + {"DeShawn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mergenthaler", 1, {DICTIONARY_SURNAME}, -1}, + {"McAlister", 1, {DICTIONARY_SURNAME}, -1}, + {"Kossmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Woolrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Swanenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Dellinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Brienen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vause", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Burzyński", 1, {DICTIONARY_SURNAME}, -1}, + {"Skjoldbjærg", 1, {DICTIONARY_SURNAME}, -1}, + {"Neyzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ngugi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Callisto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Storms", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Ochsner", 1, {DICTIONARY_SURNAME}, -1}, + {"Hephzibah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anderegg", 1, {DICTIONARY_SURNAME}, -1}, + {"Pantelić", 1, {DICTIONARY_SURNAME}, -1}, + {"Lekuton", 1, {DICTIONARY_SURNAME}, -1}, + {"Oxford", 1, {DICTIONARY_SURNAME}, -1}, + {"Forni", 1, {DICTIONARY_SURNAME}, -1}, + {"Boulos", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ruggero", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joon-ki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dostál", 1, {DICTIONARY_SURNAME}, -1}, + {"Чайковский", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Nieuwkerke", 1, {DICTIONARY_SURNAME}, -1}, + {"Pöpel", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrett", 1, {DICTIONARY_SURNAME}, -1}, + {"Zawiliński", 1, {DICTIONARY_SURNAME}, -1}, + {"Shouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Gutnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelkhanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kauter", 1, {DICTIONARY_SURNAME}, -1}, + {"Nemanjić", 1, {DICTIONARY_SURNAME}, -1}, + {"Fahrenkrog", 1, {DICTIONARY_SURNAME}, -1}, + {"Giannis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uys", 1, {DICTIONARY_SURNAME}, -1}, + {"Tantawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Chikao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yumlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Estcourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahensky", 1, {DICTIONARY_SURNAME}, -1}, + {"Carnera", 1, {DICTIONARY_SURNAME}, -1}, + {"Sacchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Amarildo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jong-yul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownrigg", 1, {DICTIONARY_SURNAME}, -1}, + {"Humphrys", 1, {DICTIONARY_SURNAME}, -1}, + {"Raja", 1, {DICTIONARY_SURNAME}, -1}, + {"Princeton", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ananyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Rufus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akilu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Barrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kehlmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrienten", 1, {DICTIONARY_SURNAME}, -1}, + {"Ben", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Masakazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gey", 1, {DICTIONARY_SURNAME}, -1}, + {"McKinnon", 1, {DICTIONARY_SURNAME}, -1}, + {"Plamen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Halsell", 1, {DICTIONARY_SURNAME}, -1}, + {"Cliver", 1, {DICTIONARY_SURNAME}, -1}, + {"Bazanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunz", 1, {DICTIONARY_SURNAME}, -1}, + {"Staehle", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyff", 1, {DICTIONARY_SURNAME}, -1}, + {"sprint", 1, {DICTIONARY_CHAIN}, -1}, + {"Bertotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Battig", 1, {DICTIONARY_SURNAME}, -1}, + {"Orzech", 1, {DICTIONARY_SURNAME}, -1}, + {"Catherwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Prince", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rybicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Laking", 1, {DICTIONARY_SURNAME}, -1}, + {"Velardes", 1, {DICTIONARY_SURNAME}, -1}, + {"Alawi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Magnus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"chick-fil-as", 1, {DICTIONARY_CHAIN}, 97}, + {"Lonnie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teligny", 1, {DICTIONARY_SURNAME}, -1}, + {"Ojougboh", 1, {DICTIONARY_SURNAME}, -1}, + {"Burley", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Chilton", 1, {DICTIONARY_SURNAME}, -1}, + {"Geitner", 1, {DICTIONARY_SURNAME}, -1}, + {"Khawlah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garnsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudloff", 1, {DICTIONARY_SURNAME}, -1}, + {"Butler", 1, {DICTIONARY_SURNAME}, -1}, + {"Lebeshev", 1, {DICTIONARY_SURNAME}, -1}, + {"Scorsese", 1, {DICTIONARY_SURNAME}, -1}, + {"Jans", 1, {DICTIONARY_SURNAME}, -1}, + {"Feilhaber", 1, {DICTIONARY_SURNAME}, -1}, + {"Gyllenhaal family", 1, {DICTIONARY_SURNAME}, -1}, + {"Marie-Georges", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berckhemer", 1, {DICTIONARY_SURNAME}, -1}, + {"Özmen", 1, {DICTIONARY_SURNAME}, -1}, + {"Chelanga", 1, {DICTIONARY_SURNAME}, -1}, + {"Elssler", 1, {DICTIONARY_SURNAME}, -1}, + {"Erlanger", 1, {DICTIONARY_SURNAME}, -1}, + {"Grau", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertagnolli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatnan", 1, {DICTIONARY_SURNAME}, -1}, + {"Harpring", 1, {DICTIONARY_SURNAME}, -1}, + {"Hampson", 1, {DICTIONARY_SURNAME}, -1}, + {"McEvilly", 1, {DICTIONARY_SURNAME}, -1}, + {"Margolies", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Stallworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Halvor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Visoiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Tejera", 1, {DICTIONARY_SURNAME}, -1}, + {"bofa", 1, {DICTIONARY_CHAIN}, 70}, + {"Sidran", 1, {DICTIONARY_SURNAME}, -1}, + {"Amodei", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwiatkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Çubukçu", 1, {DICTIONARY_SURNAME}, -1}, + {"Likens", 1, {DICTIONARY_SURNAME}, -1}, + {"Rusu", 1, {DICTIONARY_SURNAME}, -1}, + {"barnes & noble", 1, {DICTIONARY_CHAIN}, -1}, + {"Vető", 1, {DICTIONARY_SURNAME}, -1}, + {"Haig", 1, {DICTIONARY_SURNAME}, -1}, + {"Giuseppina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mecchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Moal", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjorklund", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaja", 1, {DICTIONARY_SURNAME}, -1}, + {"Chire", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acemoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenidge", 1, {DICTIONARY_SURNAME}, -1}, + {"Sita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bellucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Arhire", 1, {DICTIONARY_SURNAME}, -1}, + {"Akpoveta", 1, {DICTIONARY_SURNAME}, -1}, + {"Korab", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hannington", 1, {DICTIONARY_SURNAME}, -1}, + {"Corneliszoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Savitri Brata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Calvo", 1, {DICTIONARY_SURNAME}, -1}, + {"Bignon", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Smirnov", 1, {DICTIONARY_SURNAME}, -1}, + {"Serviss", 1, {DICTIONARY_SURNAME}, -1}, + {"Rutelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Meyde", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiryu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardwicke", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Linden", 1, {DICTIONARY_SURNAME}, -1}, + {"Bortsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Eldik", 1, {DICTIONARY_SURNAME}, -1}, + {"Mike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Minarcin", 1, {DICTIONARY_SURNAME}, -1}, + {"Chołodecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Callendar", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-ah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"McCollin", 1, {DICTIONARY_SURNAME}, -1}, + {"Brie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Corser", 1, {DICTIONARY_SURNAME}, -1}, + {"Minea", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Assefa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Greaves", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasgersian", 1, {DICTIONARY_SURNAME}, -1}, + {"Newsom", 1, {DICTIONARY_SURNAME}, -1}, + {"Pancho", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Line", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pissarro", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindelöf", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghantasala", 1, {DICTIONARY_SURNAME}, -1}, + {"Leelavathi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ivan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mayr", 1, {DICTIONARY_SURNAME}, -1}, + {"Monticelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Makinwa", 1, {DICTIONARY_SURNAME}, -1}, + {"McGuirk", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwineköper", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Laan", 1, {DICTIONARY_SURNAME}, -1}, + {"Miloje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Higgins", 1, {DICTIONARY_SURNAME}, -1}, + {"Ieiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Ristori", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimberley", 1, {DICTIONARY_SURNAME}, -1}, + {"McAliskey", 1, {DICTIONARY_SURNAME}, -1}, + {"Ze'ev", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veselko", 1, {DICTIONARY_SURNAME}, -1}, + {"Eugenio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berryer", 1, {DICTIONARY_SURNAME}, -1}, + {"Saneyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Babo", 1, {DICTIONARY_SURNAME}, -1}, + {"Yablokov", 1, {DICTIONARY_SURNAME}, -1}, + {"Srdínko", 1, {DICTIONARY_SURNAME}, -1}, + {"Griggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Chodron", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamikita", 1, {DICTIONARY_SURNAME}, -1}, + {"Maatkare", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Robison", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Veensalu", 1, {DICTIONARY_SURNAME}, -1}, + {"Gitlis", 1, {DICTIONARY_SURNAME}, -1}, + {"Andree", 1, {DICTIONARY_SURNAME}, -1}, + {"Maicel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Honeycutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajinça", 1, {DICTIONARY_SURNAME}, -1}, + {"Ōnishiki", 1, {DICTIONARY_SURNAME}, -1}, + {"Delvecchio", 1, {DICTIONARY_SURNAME}, -1}, + {"De Camp", 1, {DICTIONARY_SURNAME}, -1}, + {"Dumra", 1, {DICTIONARY_SURNAME}, -1}, + {"Burlak", 1, {DICTIONARY_SURNAME}, -1}, + {"Luft", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdő", 1, {DICTIONARY_SURNAME}, -1}, + {"Stuart", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Choquet", 1, {DICTIONARY_SURNAME}, -1}, + {"Varandian", 1, {DICTIONARY_SURNAME}, -1}, + {"Arvi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vatle", 1, {DICTIONARY_SURNAME}, -1}, + {"Spiridonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahimana", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincetić", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsuno", 1, {DICTIONARY_SURNAME}, -1}, + {"Rath", 1, {DICTIONARY_SURNAME}, -1}, + {"Noriyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seo-jun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akonnor", 1, {DICTIONARY_SURNAME}, -1}, + {"Johansen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aronyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Dominich", 1, {DICTIONARY_SURNAME}, -1}, + {"Voguet", 1, {DICTIONARY_SURNAME}, -1}, + {"Shipley", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogár", 1, {DICTIONARY_SURNAME}, -1}, + {"Strawn", 1, {DICTIONARY_SURNAME}, -1}, + {"Rappoport", 1, {DICTIONARY_SURNAME}, -1}, + {"Chesson", 1, {DICTIONARY_SURNAME}, -1}, + {"Callixenus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lindau", 1, {DICTIONARY_SURNAME}, -1}, + {"Igiebor", 1, {DICTIONARY_SURNAME}, -1}, + {"Calhoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Faas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ōtori", 1, {DICTIONARY_SURNAME}, -1}, + {"Sax", 1, {DICTIONARY_SURNAME}, -1}, + {"Spörl", 1, {DICTIONARY_SURNAME}, -1}, + {"Milutin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kustaa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Badamshin", 1, {DICTIONARY_SURNAME}, -1}, + {"Wesmael", 1, {DICTIONARY_SURNAME}, -1}, + {"Hauger", 1, {DICTIONARY_SURNAME}, -1}, + {"Szamuely", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurges", 1, {DICTIONARY_SURNAME}, -1}, + {"Roddy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lightbody", 1, {DICTIONARY_SURNAME}, -1}, + {"Herzig", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arundhati", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shun'ichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rooney", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Silvanus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lanham", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Beveridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Tinkler", 1, {DICTIONARY_SURNAME}, -1}, + {"Czacki", 1, {DICTIONARY_SURNAME}, -1}, + {"Voegeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Obren", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zograf", 1, {DICTIONARY_SURNAME}, -1}, + {"Jahn", 1, {DICTIONARY_SURNAME}, -1}, + {"Höwedes", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Abitbol", 1, {DICTIONARY_SURNAME}, -1}, + {"Melike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Truman", 1, {DICTIONARY_SURNAME}, -1}, + {"Prifti", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakkali", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurányi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidūnas", 1, {DICTIONARY_SURNAME}, -1}, + {"Genkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Jo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fujisaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayles", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryba", 1, {DICTIONARY_SURNAME}, -1}, + {"Heilbronner", 1, {DICTIONARY_SURNAME}, -1}, + {"Perera", 1, {DICTIONARY_SURNAME}, -1}, + {"Ångström", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Riper", 1, {DICTIONARY_SURNAME}, -1}, + {"Barks", 1, {DICTIONARY_SURNAME}, -1}, + {"Villacis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kochman", 1, {DICTIONARY_SURNAME}, -1}, + {"Claggett", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giakoumelos", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiteley", 1, {DICTIONARY_SURNAME}, -1}, + {"Baek", 1, {DICTIONARY_SURNAME}, -1}, + {"Buskirk", 1, {DICTIONARY_SURNAME}, -1}, + {"Storer", 1, {DICTIONARY_SURNAME}, -1}, + {"Usagin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vercheval", 1, {DICTIONARY_SURNAME}, -1}, + {"Burcham", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsuyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Korkishko", 1, {DICTIONARY_SURNAME}, -1}, + {"Verheyden", 1, {DICTIONARY_SURNAME}, -1}, + {"Deora", 1, {DICTIONARY_SURNAME}, -1}, + {"Hornstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasella", 1, {DICTIONARY_SURNAME}, -1}, + {"Antoshina", 1, {DICTIONARY_SURNAME}, -1}, + {"Trabelsi", 1, {DICTIONARY_SURNAME}, -1}, + {"red lobster", 1, {DICTIONARY_CHAIN}, -1}, + {"Kaalratri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Renaudin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hilfiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Óskarsdóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Manolis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fenlon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kardum", 1, {DICTIONARY_SURNAME}, -1}, + {"De Ravet", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolkestein", 1, {DICTIONARY_SURNAME}, -1}, + {"Gidman", 1, {DICTIONARY_SURNAME}, -1}, + {"Koslowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Reuel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Christel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liepa", 1, {DICTIONARY_SURNAME}, -1}, + {"Parvati", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haugland", 1, {DICTIONARY_SURNAME}, -1}, + {"Chikafusa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Soot", 1, {DICTIONARY_SURNAME}, -1}, + {"Besen", 1, {DICTIONARY_SURNAME}, -1}, + {"seattles best coffee", 1, {DICTIONARY_CHAIN}, 230}, + {"Savater", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirsi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tae-yong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lucette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Domela", 1, {DICTIONARY_SURNAME}, -1}, + {"Westerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Chavchavadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeboah", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorgias", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scutt", 1, {DICTIONARY_SURNAME}, -1}, + {"kiwi", 1, {DICTIONARY_CHAIN}, -1}, + {"Bogut", 1, {DICTIONARY_SURNAME}, -1}, + {"Mallory", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aventin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sorabji", 1, {DICTIONARY_SURNAME}, -1}, + {"Herreros", 1, {DICTIONARY_SURNAME}, -1}, + {"Salvio", 1, {DICTIONARY_SURNAME}, -1}, + {"Minton", 1, {DICTIONARY_SURNAME}, -1}, + {"Abouelkassem", 1, {DICTIONARY_SURNAME}, -1}, + {"Faull", 1, {DICTIONARY_SURNAME}, -1}, + {"Rector", 1, {DICTIONARY_SURNAME}, -1}, + {"Aykaç", 1, {DICTIONARY_SURNAME}, -1}, + {"Emmerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Fox", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Varenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Rincón", 1, {DICTIONARY_SURNAME}, -1}, + {"Altıntop", 1, {DICTIONARY_SURNAME}, -1}, + {"Aharonovich", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuarrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Jakhelln", 1, {DICTIONARY_SURNAME}, -1}, + {"Marit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abellanosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Strada", 1, {DICTIONARY_SURNAME}, -1}, + {"Anatoly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bean Mhic Alasdair", 1, {DICTIONARY_SURNAME}, -1}, + {"Dudani", 1, {DICTIONARY_SURNAME}, -1}, + {"Beers", 1, {DICTIONARY_SURNAME}, -1}, + {"Dowdy", 1, {DICTIONARY_SURNAME}, -1}, + {"McGuffin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rákóczi", 1, {DICTIONARY_SURNAME}, -1}, + {"Boer", 1, {DICTIONARY_SURNAME}, -1}, + {"Chavan", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeylegesse", 1, {DICTIONARY_SURNAME}, -1}, + {"Batlle", 1, {DICTIONARY_SURNAME}, -1}, + {"Alanssi", 1, {DICTIONARY_SURNAME}, -1}, + {"Plate", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerber", 1, {DICTIONARY_SURNAME}, -1}, + {"Pantani", 1, {DICTIONARY_SURNAME}, -1}, + {"Tupý", 1, {DICTIONARY_SURNAME}, -1}, + {"Akers", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahagn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Micheaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Legget", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeynel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valdano", 1, {DICTIONARY_SURNAME}, -1}, + {"Pang", 1, {DICTIONARY_SURNAME}, -1}, + {"Taut", 1, {DICTIONARY_SURNAME}, -1}, + {"Courten", 1, {DICTIONARY_SURNAME}, -1}, + {"Doornbos", 1, {DICTIONARY_SURNAME}, -1}, + {"Mudakatte", 1, {DICTIONARY_SURNAME}, -1}, + {"Alleine", 1, {DICTIONARY_SURNAME}, -1}, + {"Burditt", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Santen", 1, {DICTIONARY_SURNAME}, -1}, + {"Viccellio", 1, {DICTIONARY_SURNAME}, -1}, + {"Kőszegi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cohen", 1, {DICTIONARY_SURNAME}, -1}, + {"Soon-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jae-joon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bybee", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuaide", 1, {DICTIONARY_SURNAME}, -1}, + {"Gamini", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kurek", 1, {DICTIONARY_SURNAME}, -1}, + {"Buckley", 1, {DICTIONARY_SURNAME}, -1}, + {"Balestri", 1, {DICTIONARY_SURNAME}, -1}, + {"Lürsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Holding", 1, {DICTIONARY_SURNAME}, -1}, + {"Gnesin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipparini", 1, {DICTIONARY_SURNAME}, -1}, + {"Beg Khan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bartak", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorman", 1, {DICTIONARY_SURNAME}, -1}, + {"Nečas", 1, {DICTIONARY_SURNAME}, -1}, + {"Takase", 1, {DICTIONARY_SURNAME}, -1}, + {"Micallef", 1, {DICTIONARY_SURNAME}, -1}, + {"Millvina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gün", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Allaf", 1, {DICTIONARY_SURNAME}, -1}, + {"Copu", 1, {DICTIONARY_SURNAME}, -1}, + {"Amini", 1, {DICTIONARY_SURNAME}, -1}, + {"Abentung", 1, {DICTIONARY_SURNAME}, -1}, + {"Hextall", 1, {DICTIONARY_SURNAME}, -1}, + {"Scarpitta", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcos Paulo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pasternak", 1, {DICTIONARY_SURNAME}, -1}, + {"Nusrat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pearman", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeilbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Arthur", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Banno", 1, {DICTIONARY_SURNAME}, -1}, + {"Meston", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirkegaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Smeekens", 1, {DICTIONARY_SURNAME}, -1}, + {"Malachi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lanzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Inagaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanova", 1, {DICTIONARY_SURNAME}, -1}, + {"De Genova", 1, {DICTIONARY_SURNAME}, -1}, + {"Isembard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veigneau", 1, {DICTIONARY_SURNAME}, -1}, + {"Nejat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mahlum", 1, {DICTIONARY_SURNAME}, -1}, + {"Viniar", 1, {DICTIONARY_SURNAME}, -1}, + {"Shibutani", 1, {DICTIONARY_SURNAME}, -1}, + {"Rusov", 1, {DICTIONARY_SURNAME}, -1}, + {"Žigić", 1, {DICTIONARY_SURNAME}, -1}, + {"Sorayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Grootendorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Matuška", 1, {DICTIONARY_SURNAME}, -1}, + {"Poss", 1, {DICTIONARY_SURNAME}, -1}, + {"Jahoda", 1, {DICTIONARY_SURNAME}, -1}, + {"Blumenthal", 1, {DICTIONARY_SURNAME}, -1}, + {"Guichard", 1, {DICTIONARY_SURNAME}, -1}, + {"Federigo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mardoian", 1, {DICTIONARY_SURNAME}, -1}, + {"Adizes", 1, {DICTIONARY_SURNAME}, -1}, + {"Heer clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hard", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipkorir", 1, {DICTIONARY_SURNAME}, -1}, + {"Coufal", 1, {DICTIONARY_SURNAME}, -1}, + {"Yllita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sayın", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnshtam", 1, {DICTIONARY_SURNAME}, -1}, + {"Feđa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Miwa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mote", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaskivuori", 1, {DICTIONARY_SURNAME}, -1}, + {"Turtledove", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuhide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bobkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Harkness", 1, {DICTIONARY_SURNAME}, -1}, + {"Kajio", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunitarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kilby", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lacan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kornberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballotta", 1, {DICTIONARY_SURNAME}, -1}, + {"Cara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marcotte", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlmark", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhwari", 1, {DICTIONARY_SURNAME}, -1}, + {"Mates", 1, {DICTIONARY_SURNAME}, -1}, + {"Sellars", 1, {DICTIONARY_SURNAME}, -1}, + {"Salomão", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wendlinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Appiah", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiala", 1, {DICTIONARY_SURNAME}, -1}, + {"Vergallo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sotirović", 1, {DICTIONARY_SURNAME}, -1}, + {"Baily", 1, {DICTIONARY_SURNAME}, -1}, + {"Ventriglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Tytus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maudslay", 1, {DICTIONARY_SURNAME}, -1}, + {"Baholli", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Dohlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Beres", 1, {DICTIONARY_SURNAME}, -1}, + {"Taketo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edwards", 1, {DICTIONARY_SURNAME}, -1}, + {"Măgureanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Seiichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waine", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Saint-Saens", 1, {DICTIONARY_SURNAME}, -1}, + {"Metzner", 1, {DICTIONARY_SURNAME}, -1}, + {"Aumann", 1, {DICTIONARY_SURNAME}, -1}, + {"Franco", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Asperen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pflueger", 1, {DICTIONARY_SURNAME}, -1}, + {"Veverka", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajibala", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buttimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulenović", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Steenbrugghe", 1, {DICTIONARY_SURNAME}, -1}, + {"Brašnić", 1, {DICTIONARY_SURNAME}, -1}, + {"Casartelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Smart", 1, {DICTIONARY_SURNAME}, -1}, + {"Fumo", 1, {DICTIONARY_SURNAME}, -1}, + {"Leavins", 1, {DICTIONARY_SURNAME}, -1}, + {"Aksancak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kosmaczewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sait", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Orloff", 1, {DICTIONARY_SURNAME}, -1}, + {"Lavelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaeta", 1, {DICTIONARY_SURNAME}, -1}, + {"Saima", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Forti", 1, {DICTIONARY_SURNAME}, -1}, + {"Volska", 1, {DICTIONARY_SURNAME}, -1}, + {"Velmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Elton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sekou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rainier", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sellick", 1, {DICTIONARY_SURNAME}, -1}, + {"Flier", 1, {DICTIONARY_SURNAME}, -1}, + {"Răceanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Quaglio", 1, {DICTIONARY_SURNAME}, -1}, + {"Coffey", 1, {DICTIONARY_SURNAME}, -1}, + {"Brovun", 1, {DICTIONARY_SURNAME}, -1}, + {"Davon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Couse", 1, {DICTIONARY_SURNAME}, -1}, + {"Meta", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hornsby", 1, {DICTIONARY_SURNAME}, -1}, + {"Knacke", 1, {DICTIONARY_SURNAME}, -1}, + {"Halfar", 1, {DICTIONARY_SURNAME}, -1}, + {"Szalai", 1, {DICTIONARY_SURNAME}, -1}, + {"Virani", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindblom", 1, {DICTIONARY_SURNAME}, -1}, + {"Bieberstein", 1, {DICTIONARY_SURNAME}, -1}, + {"McKinsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Wulfson", 1, {DICTIONARY_SURNAME}, -1}, + {"Overbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyrůbalík", 1, {DICTIONARY_SURNAME}, -1}, + {"Dickerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Genji", 1, {DICTIONARY_SURNAME}, -1}, + {"Grubbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Wrentmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Brandi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"O'Gara", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerstmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincent", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grunsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhic Oitir", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahulena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Michishige", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-jae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Won", 1, {DICTIONARY_SURNAME}, -1}, + {"mobil", 1, {DICTIONARY_CHAIN}, -1}, + {"Bärwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Vucāns", 1, {DICTIONARY_SURNAME}, -1}, + {"Brainard", 1, {DICTIONARY_SURNAME}, -1}, + {"Flossie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dvorovenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Weichert", 1, {DICTIONARY_SURNAME}, -1}, + {"Hakulinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Knill", 1, {DICTIONARY_SURNAME}, -1}, + {"Staff", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Leor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ortelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Heenan", 1, {DICTIONARY_SURNAME}, -1}, + {"Brockmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Santoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomoiagă", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinola", 1, {DICTIONARY_SURNAME}, -1}, + {"Drori", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambrosi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McGriggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharapova", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagato", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadezhda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Puiu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Origi", 1, {DICTIONARY_SURNAME}, -1}, + {"Verkuil", 1, {DICTIONARY_SURNAME}, -1}, + {"Freningham", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönhage", 1, {DICTIONARY_SURNAME}, -1}, + {"Haffey", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Denktaş", 1, {DICTIONARY_SURNAME}, -1}, + {"McInroe", 1, {DICTIONARY_SURNAME}, -1}, + {"Jukes", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrorie", 1, {DICTIONARY_SURNAME}, -1}, + {"Velibor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Delbrück", 1, {DICTIONARY_SURNAME}, -1}, + {"Collin de Plancy", 1, {DICTIONARY_SURNAME}, -1}, + {"Bettencourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Gul", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ribery", 1, {DICTIONARY_SURNAME}, -1}, + {"Sargis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nariaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Slingsby", 1, {DICTIONARY_SURNAME}, -1}, + {"Huffaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Cropley", 1, {DICTIONARY_SURNAME}, -1}, + {"Fatmirë", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Khorshid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bramucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Morten", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cissé", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammonds", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinbrick", 1, {DICTIONARY_SURNAME}, -1}, + {"De Does", 1, {DICTIONARY_SURNAME}, -1}, + {"Sretenović", 1, {DICTIONARY_SURNAME}, -1}, + {"Parland", 1, {DICTIONARY_SURNAME}, -1}, + {"Darryl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ab Owain", 1, {DICTIONARY_SURNAME}, -1}, + {"Pemberton", 1, {DICTIONARY_SURNAME}, -1}, + {"Velzeboer", 1, {DICTIONARY_SURNAME}, -1}, + {"franklin d roosevelt", 1, {DICTIONARY_NAMED_PERSON}, -1}, + {"Chandrakar", 1, {DICTIONARY_SURNAME}, -1}, + {"Vejsiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Lunardini", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassihon", 1, {DICTIONARY_SURNAME}, -1}, + {"Marquardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Burden", 1, {DICTIONARY_SURNAME}, -1}, + {"Drinker", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovač", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitters", 1, {DICTIONARY_SURNAME}, -1}, + {"Jernsletten", 1, {DICTIONARY_SURNAME}, -1}, + {"Gillies", 1, {DICTIONARY_SURNAME}, -1}, + {"Klinkenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ispahani", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivanovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Sewall", 1, {DICTIONARY_SURNAME}, -1}, + {"Austermann.", 1, {DICTIONARY_SURNAME}, -1}, + {"Elmer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Piers", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"tgi fridays", 1, {DICTIONARY_CHAIN}, 252}, + {"Lomakin", 1, {DICTIONARY_SURNAME}, -1}, + {"Persichetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Bingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferenci", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenglass", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Bertouch", 1, {DICTIONARY_SURNAME}, -1}, + {"DeCoursey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tsuneha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zerelda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaccarella", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Ohlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Niall", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Simcox", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voleková", 1, {DICTIONARY_SURNAME}, -1}, + {"Gelmini", 1, {DICTIONARY_SURNAME}, -1}, + {"Aomori", 1, {DICTIONARY_SURNAME}, -1}, + {"Yurin", 1, {DICTIONARY_SURNAME}, -1}, + {"Libor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Morduch", 1, {DICTIONARY_SURNAME}, -1}, + {"Cockburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Kakimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Soucy", 1, {DICTIONARY_SURNAME}, -1}, + {"Isabel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grabner", 1, {DICTIONARY_SURNAME}, -1}, + {"Chihiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amato", 1, {DICTIONARY_SURNAME}, -1}, + {"Știrbei", 1, {DICTIONARY_SURNAME}, -1}, + {"Badat", 1, {DICTIONARY_SURNAME}, -1}, + {"Cordova", 1, {DICTIONARY_SURNAME}, -1}, + {"Azuelos", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruthie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jodocus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van der Maas", 1, {DICTIONARY_SURNAME}, -1}, + {"Hensarling", 1, {DICTIONARY_SURNAME}, -1}, + {"Hämäläinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hafiz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Leóid", 1, {DICTIONARY_SURNAME}, -1}, + {"Fikadu", 1, {DICTIONARY_SURNAME}, -1}, + {"Taya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Harold", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Palmgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanriot", 1, {DICTIONARY_SURNAME}, -1}, + {"Åmås", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrasco", 1, {DICTIONARY_SURNAME}, -1}, + {"Brack", 1, {DICTIONARY_SURNAME}, -1}, + {"Lubbers", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingvil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCorkle", 1, {DICTIONARY_SURNAME}, -1}, + {"Florenz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"DeLeon", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Aretha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Globocnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoyanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-François", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adilović", 1, {DICTIONARY_SURNAME}, -1}, + {"Garzelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Pace", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbakel", 1, {DICTIONARY_SURNAME}, -1}, + {"Van nistelrooy", 1, {DICTIONARY_SURNAME}, -1}, + {"Tāng", 1, {DICTIONARY_SURNAME}, -1}, + {"Liston", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogg", 1, {DICTIONARY_SURNAME}, -1}, + {"Baardseth", 1, {DICTIONARY_SURNAME}, -1}, + {"Veratau", 1, {DICTIONARY_SURNAME}, -1}, + {"Allee", 1, {DICTIONARY_SURNAME}, -1}, + {"Tellmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Budiša", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilmour", 1, {DICTIONARY_SURNAME}, -1}, + {"Tvrdoň", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantersani", 1, {DICTIONARY_SURNAME}, -1}, + {"Büch", 1, {DICTIONARY_SURNAME}, -1}, + {"Raspail", 1, {DICTIONARY_SURNAME}, -1}, + {"Bestelmeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuchida", 1, {DICTIONARY_SURNAME}, -1}, + {"Baicu", 1, {DICTIONARY_SURNAME}, -1}, + {"Gayman", 1, {DICTIONARY_SURNAME}, -1}, + {"Connors", 1, {DICTIONARY_SURNAME}, -1}, + {"Teschemacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Masamune", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"O'Leary", 1, {DICTIONARY_SURNAME}, -1}, + {"Küttner", 1, {DICTIONARY_SURNAME}, -1}, + {"Arvonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hodler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bavaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Rovčanin", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoonover", 1, {DICTIONARY_SURNAME}, -1}, + {"Yue", 1, {DICTIONARY_SURNAME}, -1}, + {"Knorre", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Deburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Lasch", 1, {DICTIONARY_SURNAME}, -1}, + {"Ābiķis", 1, {DICTIONARY_SURNAME}, -1}, + {"Afridi", 1, {DICTIONARY_SURNAME}, -1}, + {"Calkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Verry", 1, {DICTIONARY_SURNAME}, -1}, + {"Bommer", 1, {DICTIONARY_SURNAME}, -1}, + {"Şengül", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsukiyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ebright", 1, {DICTIONARY_SURNAME}, -1}, + {"Vacenovský", 1, {DICTIONARY_SURNAME}, -1}, + {"Heidi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chece", 1, {DICTIONARY_SURNAME}, -1}, + {"Yachvili", 1, {DICTIONARY_SURNAME}, -1}, + {"McNeill", 1, {DICTIONARY_SURNAME}, -1}, + {"Parham", 1, {DICTIONARY_SURNAME}, -1}, + {"Águas", 1, {DICTIONARY_SURNAME}, -1}, + {"Świderski", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunne", 1, {DICTIONARY_SURNAME}, -1}, + {"Carafa", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergen", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scherrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Nemes", 1, {DICTIONARY_SURNAME}, -1}, + {"Mulliner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Zakiya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sigismund", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Westhuizen", 1, {DICTIONARY_SURNAME}, -1}, + {"Voiculeț", 1, {DICTIONARY_SURNAME}, -1}, + {"Croft", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Duhon", 1, {DICTIONARY_SURNAME}, -1}, + {"gncs", 1, {DICTIONARY_CHAIN}, 142}, + {"Abdul Wadud", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Odum", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunnlaugsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Andabaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakandelidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Munagekar", 1, {DICTIONARY_SURNAME}, -1}, + {"Yupanqui", 1, {DICTIONARY_SURNAME}, -1}, + {"Aebischer", 1, {DICTIONARY_SURNAME}, -1}, + {"Fur", 1, {DICTIONARY_SURNAME}, -1}, + {"Giblin", 1, {DICTIONARY_SURNAME}, -1}, + {"Voboril", 1, {DICTIONARY_SURNAME}, -1}, + {"Pielke", 1, {DICTIONARY_SURNAME}, -1}, + {"McEnulty", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vilajosana", 1, {DICTIONARY_SURNAME}, -1}, + {"canadian imperial bank of commerce", 1, {DICTIONARY_CHAIN}, 104}, + {"Deichsel", 1, {DICTIONARY_SURNAME}, -1}, + {"Volitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Wismer", 1, {DICTIONARY_SURNAME}, -1}, + {"Luca", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Prince Lichnowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ansah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gautreaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Madelaine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Timm", 1, {DICTIONARY_SURNAME}, -1}, + {"Sebastião", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wagenius", 1, {DICTIONARY_SURNAME}, -1}, + {"Charney", 1, {DICTIONARY_SURNAME}, -1}, + {"Khuwaylid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schoene", 1, {DICTIONARY_SURNAME}, -1}, + {"Senghas", 1, {DICTIONARY_SURNAME}, -1}, + {"Schjetnan", 1, {DICTIONARY_SURNAME}, -1}, + {"Daouda", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Miyashita", 1, {DICTIONARY_SURNAME}, -1}, + {"Evilastus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tevfik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rendulić", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruopolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Schützenauer", 1, {DICTIONARY_SURNAME}, -1}, + {"McGorman", 1, {DICTIONARY_SURNAME}, -1}, + {"Takeharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anteo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Caullery", 1, {DICTIONARY_SURNAME}, -1}, + {"Munetaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nasim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vivica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yugesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zunino", 1, {DICTIONARY_SURNAME}, -1}, + {"Arbós", 1, {DICTIONARY_SURNAME}, -1}, + {"Woolgar", 1, {DICTIONARY_SURNAME}, -1}, + {"Krogmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Weiguo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takejirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanaskie", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaisey", 1, {DICTIONARY_SURNAME}, -1}, + {"Eisenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Shikolenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Abanes", 1, {DICTIONARY_SURNAME}, -1}, + {"Joakim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nethersole", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnabò", 1, {DICTIONARY_SURNAME}, -1}, + {"Orrico", 1, {DICTIONARY_SURNAME}, -1}, + {"Vossou", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinchon", 1, {DICTIONARY_SURNAME}, -1}, + {"Maraj", 1, {DICTIONARY_SURNAME}, -1}, + {"Saveliev", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakisaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Venkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dicker", 1, {DICTIONARY_SURNAME}, -1}, + {"Emilio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grace", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Swahn", 1, {DICTIONARY_SURNAME}, -1}, + {"Michel-Ange", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCardle", 1, {DICTIONARY_SURNAME}, -1}, + {"Maïga", 1, {DICTIONARY_SURNAME}, -1}, + {"Alba", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fauntleroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Lentz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorsah", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardouin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nicholle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maalouf", 1, {DICTIONARY_SURNAME}, -1}, + {"Marianus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Halina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Washington", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Astravukh", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarsney", 1, {DICTIONARY_SURNAME}, -1}, + {"Swarup", 1, {DICTIONARY_SURNAME}, -1}, + {"Nijinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Secter", 1, {DICTIONARY_SURNAME}, -1}, + {"Swanton", 1, {DICTIONARY_SURNAME}, -1}, + {"Tott", 1, {DICTIONARY_SURNAME}, -1}, + {"Für", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Werff", 1, {DICTIONARY_SURNAME}, -1}, + {"Schimmelfennig", 1, {DICTIONARY_SURNAME}, -1}, + {"Tong", 1, {DICTIONARY_SURNAME}, -1}, + {"Betül", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heuga", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehárová", 1, {DICTIONARY_SURNAME}, -1}, + {"Soledad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Johnie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anselmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Etchison", 1, {DICTIONARY_SURNAME}, -1}, + {"Atan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayati", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bennet", 1, {DICTIONARY_SURNAME}, -1}, + {"Bortolami", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahlgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Golčar", 1, {DICTIONARY_SURNAME}, -1}, + {"Natsuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Clooney", 1, {DICTIONARY_SURNAME}, -1}, + {"Valade", 1, {DICTIONARY_SURNAME}, -1}, + {"Tabuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Evanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Alexandru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wessely", 1, {DICTIONARY_SURNAME}, -1}, + {"MacCallum", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Heeresma", 1, {DICTIONARY_SURNAME}, -1}, + {"Szaniawski", 1, {DICTIONARY_SURNAME}, -1}, + {"Rund", 1, {DICTIONARY_SURNAME}, -1}, + {"McWilliams", 1, {DICTIONARY_SURNAME}, -1}, + {"Gueye", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratibor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waitzkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Selen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kristensson", 1, {DICTIONARY_SURNAME}, -1}, + {"Íñiguez", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae-geun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sjöstrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Zarubin", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoorel", 1, {DICTIONARY_SURNAME}, -1}, + {"Runte", 1, {DICTIONARY_SURNAME}, -1}, + {"Miroshnichenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Birgersson", 1, {DICTIONARY_SURNAME}, -1}, + {"Batey", 1, {DICTIONARY_SURNAME}, -1}, + {"McAbee", 1, {DICTIONARY_SURNAME}, -1}, + {"Dražen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hilda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vierchowod", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuhatzeira", 1, {DICTIONARY_SURNAME}, -1}, + {"Gajdusek", 1, {DICTIONARY_SURNAME}, -1}, + {"Cargill", 1, {DICTIONARY_SURNAME}, -1}, + {"Dainius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gianfrancesco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taniike", 1, {DICTIONARY_SURNAME}, -1}, + {"Geelvinck", 1, {DICTIONARY_SURNAME}, -1}, + {"Primeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Herel", 1, {DICTIONARY_SURNAME}, -1}, + {"Thomas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vishnyakow", 1, {DICTIONARY_SURNAME}, -1}, + {"Aili", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brancker", 1, {DICTIONARY_SURNAME}, -1}, + {"Pellerin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajipour", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermeillet", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Denef", 1, {DICTIONARY_SURNAME}, -1}, + {"Hashiuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Saadallah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Domenico", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brandreth", 1, {DICTIONARY_SURNAME}, -1}, + {"Narusegawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Aantjes", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartmut", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Momsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Toriizuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Ljungberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Brel", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobunari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coull", 1, {DICTIONARY_SURNAME}, -1}, + {"Tasković", 1, {DICTIONARY_SURNAME}, -1}, + {"mccafe", 1, {DICTIONARY_CHAIN}, 182}, + {"Nadkarni", 1, {DICTIONARY_SURNAME}, -1}, + {"Korbes", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnaase", 1, {DICTIONARY_SURNAME}, -1}, + {"Powter", 1, {DICTIONARY_SURNAME}, -1}, + {"Justine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shigematsu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lyapunov", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Babilée", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Zanten", 1, {DICTIONARY_SURNAME}, -1}, + {"Katzenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Farkas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mink", 1, {DICTIONARY_SURNAME}, -1}, + {"Elena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keate", 1, {DICTIONARY_SURNAME}, -1}, + {"Foljambe", 1, {DICTIONARY_SURNAME}, -1}, + {"sonic", 1, {DICTIONARY_CHAIN}, -1}, + {"Hallgeir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cornelis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nils", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Furyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Techer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuppalapati", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovačec", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandermeerssche", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelantar", 1, {DICTIONARY_SURNAME}, -1}, + {"Fushimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rockenfeller", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Puchberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Isnard", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghiyath al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nives", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vigneri", 1, {DICTIONARY_SURNAME}, -1}, + {"Szervác", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bakken", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaitly", 1, {DICTIONARY_SURNAME}, -1}, + {"Villarroel", 1, {DICTIONARY_SURNAME}, -1}, + {"Varady", 1, {DICTIONARY_SURNAME}, -1}, + {"Boulay", 1, {DICTIONARY_SURNAME}, -1}, + {"Adlawan", 1, {DICTIONARY_SURNAME}, -1}, + {"Rogge", 1, {DICTIONARY_SURNAME}, -1}, + {"Massalski", 1, {DICTIONARY_SURNAME}, -1}, + {"Morosini", 1, {DICTIONARY_SURNAME}, -1}, + {"Abidogun", 1, {DICTIONARY_SURNAME}, -1}, + {"Sprat", 1, {DICTIONARY_SURNAME}, -1}, + {"Obermajer", 1, {DICTIONARY_SURNAME}, -1}, + {"Lettice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goberman", 1, {DICTIONARY_SURNAME}, -1}, + {"Pokharel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vouis", 1, {DICTIONARY_SURNAME}, -1}, + {"Glantz", 1, {DICTIONARY_SURNAME}, -1}, + {"Fink", 1, {DICTIONARY_SURNAME}, -1}, + {"Aalam", 1, {DICTIONARY_SURNAME}, -1}, + {"Eschenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Löfgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Colalillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Orozaliev", 1, {DICTIONARY_SURNAME}, -1}, + {"Mediate", 1, {DICTIONARY_SURNAME}, -1}, + {"McElvaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Aeberhand", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotlyarevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanazawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovalchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Lomidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattithiah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spangler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhoite", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ark", 1, {DICTIONARY_SURNAME}, -1}, + {"Holles", 1, {DICTIONARY_SURNAME}, -1}, + {"Shanmugam", 1, {DICTIONARY_SURNAME}, -1}, + {"carl's jr.", 1, {DICTIONARY_CHAIN}, -1}, + {"Gardin", 1, {DICTIONARY_SURNAME}, -1}, + {"Duberman", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsusuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moscowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Suhren", 1, {DICTIONARY_SURNAME}, -1}, + {"bestbuy", 1, {DICTIONARY_CHAIN}, 79}, + {"Oakes", 1, {DICTIONARY_SURNAME}, -1}, + {"Munshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Atanasov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidanage", 1, {DICTIONARY_SURNAME}, -1}, + {"Karras", 1, {DICTIONARY_SURNAME}, -1}, + {"Barefoot", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valckx", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardell", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Menaldo", 1, {DICTIONARY_SURNAME}, -1}, + {"Tendulkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Čihák", 1, {DICTIONARY_SURNAME}, -1}, + {"Obretenov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Stonebanks", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyōichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andreini", 1, {DICTIONARY_SURNAME}, -1}, + {"Sievinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gonashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Macuga", 1, {DICTIONARY_SURNAME}, -1}, + {"Achica", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamet", 1, {DICTIONARY_SURNAME}, -1}, + {"family mart", 1, {DICTIONARY_CHAIN}, 135}, + {"Callinicus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hipp", 1, {DICTIONARY_SURNAME}, -1}, + {"Emshwiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Aouini", 1, {DICTIONARY_SURNAME}, -1}, + {"Altun", 1, {DICTIONARY_SURNAME}, -1}, + {"Akerele", 1, {DICTIONARY_SURNAME}, -1}, + {"Féng", 1, {DICTIONARY_SURNAME}, -1}, + {"Narvaez", 1, {DICTIONARY_SURNAME}, -1}, + {"McFlynn", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Pauw", 1, {DICTIONARY_SURNAME}, -1}, + {"Zbyszko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tewes", 1, {DICTIONARY_SURNAME}, -1}, + {"Ionescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Dajković", 1, {DICTIONARY_SURNAME}, -1}, + {"Ueki", 1, {DICTIONARY_SURNAME}, -1}, + {"McAnespie", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanhoozer", 1, {DICTIONARY_SURNAME}, -1}, + {"westpac", 1, {DICTIONARY_CHAIN}, -1}, + {"Kołodziej", 1, {DICTIONARY_SURNAME}, -1}, + {"Begtabegishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Noirot", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayşegül", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kurisunkal", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahmud", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McAleny", 1, {DICTIONARY_SURNAME}, -1}, + {"Grumley", 1, {DICTIONARY_SURNAME}, -1}, + {"Necip", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Diaconescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulghupur", 1, {DICTIONARY_SURNAME}, -1}, + {"Steichen", 1, {DICTIONARY_SURNAME}, -1}, + {"Róisín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Helkearo", 1, {DICTIONARY_SURNAME}, -1}, + {"McFarlane", 1, {DICTIONARY_SURNAME}, -1}, + {"Srdinko", 1, {DICTIONARY_SURNAME}, -1}, + {"De Maupassant", 1, {DICTIONARY_SURNAME}, -1}, + {"Munezane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vogrinčič", 1, {DICTIONARY_SURNAME}, -1}, + {"Kern", 1, {DICTIONARY_SURNAME}, -1}, + {"Dušek", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaculík", 1, {DICTIONARY_SURNAME}, -1}, + {"Cushman", 1, {DICTIONARY_SURNAME}, -1}, + {"Tredinnick", 1, {DICTIONARY_SURNAME}, -1}, + {"beef o'brady's", 1, {DICTIONARY_CHAIN}, -1}, + {"Addleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Bidwill", 1, {DICTIONARY_SURNAME}, -1}, + {"Schusterman", 1, {DICTIONARY_SURNAME}, -1}, + {"fatburgers", 1, {DICTIONARY_CHAIN}, 136}, + {"Crudup", 1, {DICTIONARY_SURNAME}, -1}, + {"Dina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agina", 1, {DICTIONARY_SURNAME}, -1}, + {"Layfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Valerii", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"anz", 1, {DICTIONARY_CHAIN}, -1}, + {"Pardoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Abron", 1, {DICTIONARY_SURNAME}, -1}, + {"verizon wireless store", 1, {DICTIONARY_CHAIN}, 263}, + {"Osiier", 1, {DICTIONARY_SURNAME}, -1}, + {"Galiazzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kare", 1, {DICTIONARY_SURNAME}, -1}, + {"Howorth", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jarman", 1, {DICTIONARY_SURNAME}, -1}, + {"Regev", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yasin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abbe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Najat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Holler", 1, {DICTIONARY_SURNAME}, -1}, + {"Mangold", 1, {DICTIONARY_SURNAME}, -1}, + {"Sprecher", 1, {DICTIONARY_SURNAME}, -1}, + {"Hely-Hutchinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Navadurga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cloyes", 1, {DICTIONARY_SURNAME}, -1}, + {"Buha", 1, {DICTIONARY_SURNAME}, -1}, + {"Clay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ponti", 1, {DICTIONARY_SURNAME}, -1}, + {"Rawls", 1, {DICTIONARY_SURNAME}, -1}, + {"Viscuso", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshihiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hartl", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Arb", 1, {DICTIONARY_SURNAME}, -1}, + {"Stirk", 1, {DICTIONARY_SURNAME}, -1}, + {"Moira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ramberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakeling", 1, {DICTIONARY_SURNAME}, -1}, + {"Amacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Ove", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamdard", 1, {DICTIONARY_SURNAME}, -1}, + {"Mercer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schüchter", 1, {DICTIONARY_SURNAME}, -1}, + {"Fučík", 1, {DICTIONARY_SURNAME}, -1}, + {"Azoulay", 1, {DICTIONARY_SURNAME}, -1}, + {"Champney", 1, {DICTIONARY_SURNAME}, -1}, + {"Miricioiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Imazu", 1, {DICTIONARY_SURNAME}, -1}, + {"Baume", 1, {DICTIONARY_SURNAME}, -1}, + {"Alanguilan", 1, {DICTIONARY_SURNAME}, -1}, + {"Thirunal", 1, {DICTIONARY_SURNAME}, -1}, + {"Harrysson", 1, {DICTIONARY_SURNAME}, -1}, + {"Deem", 1, {DICTIONARY_SURNAME}, -1}, + {"Kisling", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumfelder", 1, {DICTIONARY_SURNAME}, -1}, + {"Hywel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abiad", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidanapathirana", 1, {DICTIONARY_SURNAME}, -1}, + {"Rüdinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Yorishige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kruuse", 1, {DICTIONARY_SURNAME}, -1}, + {"Toft", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardgrave", 1, {DICTIONARY_SURNAME}, -1}, + {"Achtenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brongniart", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindsey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Young-jae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Hanlon", 1, {DICTIONARY_SURNAME}, -1}, + {"Imeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Colli", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasuya", 1, {DICTIONARY_SURNAME}, -1}, + {"Aganun", 1, {DICTIONARY_SURNAME}, -1}, + {"İnönü", 1, {DICTIONARY_SURNAME}, -1}, + {"Bronikowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Boenisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Fersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Conforto", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolański", 1, {DICTIONARY_SURNAME}, -1}, + {"Clapp", 1, {DICTIONARY_SURNAME}, -1}, + {"Shirke", 1, {DICTIONARY_SURNAME}, -1}, + {"Mynheer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kekewich", 1, {DICTIONARY_SURNAME}, -1}, + {"Mukarakate", 1, {DICTIONARY_SURNAME}, -1}, + {"Golob", 1, {DICTIONARY_SURNAME}, -1}, + {"Caracciolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Gévay", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuster", 1, {DICTIONARY_SURNAME}, -1}, + {"Trautwein", 1, {DICTIONARY_SURNAME}, -1}, + {"Azriel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Power", 1, {DICTIONARY_SURNAME}, -1}, + {"Tasić", 1, {DICTIONARY_SURNAME}, -1}, + {"Polanský", 1, {DICTIONARY_SURNAME}, -1}, + {"Krupička", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahood", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolos", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Crosbie", 1, {DICTIONARY_SURNAME}, -1}, + {"Doráti", 1, {DICTIONARY_SURNAME}, -1}, + {"Nougaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Zacharie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Linus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anspach", 1, {DICTIONARY_SURNAME}, -1}, + {"Powell", 1, {DICTIONARY_SURNAME}, -1}, + {"McCaslin", 1, {DICTIONARY_SURNAME}, -1}, + {"Stracimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mac Scannláin", 1, {DICTIONARY_SURNAME}, -1}, + {"Doxiadis", 1, {DICTIONARY_SURNAME}, -1}, + {"Teresa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schauffler", 1, {DICTIONARY_SURNAME}, -1}, + {"Tidwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Joković", 1, {DICTIONARY_SURNAME}, -1}, + {"Valchev", 1, {DICTIONARY_SURNAME}, -1}, + {"De Virga", 1, {DICTIONARY_SURNAME}, -1}, + {"Asikainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gregor", 1, {DICTIONARY_SURNAME}, -1}, + {"Yıldırım", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brunero", 1, {DICTIONARY_SURNAME}, -1}, + {"Ricchiardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bugayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoellkopf", 1, {DICTIONARY_SURNAME}, -1}, + {"Cottrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Webb Ellis", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalderby", 1, {DICTIONARY_SURNAME}, -1}, + {"Wåhlander", 1, {DICTIONARY_SURNAME}, -1}, + {"Zanchetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziemowit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McVea", 1, {DICTIONARY_SURNAME}, -1}, + {"Jørn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Helbing", 1, {DICTIONARY_SURNAME}, -1}, + {"Bresonik", 1, {DICTIONARY_SURNAME}, -1}, + {"Feyyaz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bonjasky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamerl", 1, {DICTIONARY_SURNAME}, -1}, + {"Anna Mae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kébé", 1, {DICTIONARY_SURNAME}, -1}, + {"Qudratullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Brederode", 1, {DICTIONARY_SURNAME}, -1}, + {"Mielziner", 1, {DICTIONARY_SURNAME}, -1}, + {"Koharuno", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoudamire", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Høeg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayrton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Merola", 1, {DICTIONARY_SURNAME}, -1}, + {"Laplante", 1, {DICTIONARY_SURNAME}, -1}, + {"Preiszner", 1, {DICTIONARY_SURNAME}, -1}, + {"Elizalde", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Moere", 1, {DICTIONARY_SURNAME}, -1}, + {"Komura", 1, {DICTIONARY_SURNAME}, -1}, + {"Quail", 1, {DICTIONARY_SURNAME}, -1}, + {"Agunbiade", 1, {DICTIONARY_SURNAME}, -1}, + {"De Vincenti", 1, {DICTIONARY_SURNAME}, -1}, + {"Rexford", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vergazov", 1, {DICTIONARY_SURNAME}, -1}, + {"Linari", 1, {DICTIONARY_SURNAME}, -1}, + {"Satyabhama", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hanifa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agthe", 1, {DICTIONARY_SURNAME}, -1}, + {"Nokes", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinzent", 1, {DICTIONARY_SURNAME}, -1}, + {"Akindele", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamke", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallon", 1, {DICTIONARY_SURNAME}, -1}, + {"Popov", 1, {DICTIONARY_SURNAME}, -1}, + {"Foran", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulet", 1, {DICTIONARY_SURNAME}, -1}, + {"Trzebinski", 1, {DICTIONARY_SURNAME}, -1}, + {"McEneaney", 1, {DICTIONARY_SURNAME}, -1}, + {"McGeoghan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouhired", 1, {DICTIONARY_SURNAME}, -1}, + {"Volentine", 1, {DICTIONARY_SURNAME}, -1}, + {"Byung-hun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trifunović", 1, {DICTIONARY_SURNAME}, -1}, + {"Rousselle", 1, {DICTIONARY_SURNAME}, -1}, + {"Schüttler", 1, {DICTIONARY_SURNAME}, -1}, + {"La Rose", 1, {DICTIONARY_SURNAME}, -1}, + {"Thirlwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Lietzke", 1, {DICTIONARY_SURNAME}, -1}, + {"Kassebaum", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Ascenzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenhow", 1, {DICTIONARY_SURNAME}, -1}, + {"De la Court", 1, {DICTIONARY_SURNAME}, -1}, + {"Dzhokhar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Horio", 1, {DICTIONARY_SURNAME}, -1}, + {"Veide", 1, {DICTIONARY_SURNAME}, -1}, + {"Knowland", 1, {DICTIONARY_SURNAME}, -1}, + {"Paullus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ōe", 1, {DICTIONARY_SURNAME}, -1}, + {"martin luther king j", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Urszula", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dynes", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Staden", 1, {DICTIONARY_SURNAME}, -1}, + {"Corzine", 1, {DICTIONARY_SURNAME}, -1}, + {"Macherey", 1, {DICTIONARY_SURNAME}, -1}, + {"Raydel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Riminton", 1, {DICTIONARY_SURNAME}, -1}, + {"Abango", 1, {DICTIONARY_SURNAME}, -1}, + {"Absolon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidetoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cecie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Helmy", 1, {DICTIONARY_SURNAME}, -1}, + {"Buckner", 1, {DICTIONARY_SURNAME}, -1}, + {"Battistelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Aşık", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Csiki", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahaly", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuqua", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuerer", 1, {DICTIONARY_SURNAME}, -1}, + {"Trawick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandergriff", 1, {DICTIONARY_SURNAME}, -1}, + {"Helgeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Akif", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stodart", 1, {DICTIONARY_SURNAME}, -1}, + {"Virtanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiyappa", 1, {DICTIONARY_SURNAME}, -1}, + {"Finsler", 1, {DICTIONARY_SURNAME}, -1}, + {"Nedungadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Grishin", 1, {DICTIONARY_SURNAME}, -1}, + {"Runjanin", 1, {DICTIONARY_SURNAME}, -1}, + {"Muhammad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aanestad", 1, {DICTIONARY_SURNAME}, -1}, + {"Yin", 1, {DICTIONARY_SURNAME}, -1}, + {"Churilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Brieskorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Wylde", 1, {DICTIONARY_SURNAME}, -1}, + {"Shabazz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Šarić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hrytsay", 1, {DICTIONARY_SURNAME}, -1}, + {"De la Renta", 1, {DICTIONARY_SURNAME}, -1}, + {"Aurélie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bonsignore", 1, {DICTIONARY_SURNAME}, -1}, + {"Walley", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalmusky", 1, {DICTIONARY_SURNAME}, -1}, + {"Crispino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mazet", 1, {DICTIONARY_SURNAME}, -1}, + {"Akwari", 1, {DICTIONARY_SURNAME}, -1}, + {"Nascimento", 1, {DICTIONARY_SURNAME}, -1}, + {"Sochaczewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Banoori", 1, {DICTIONARY_SURNAME}, -1}, + {"Sorley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ašanin", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselic", 1, {DICTIONARY_SURNAME}, -1}, + {"Božović", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaymak", 1, {DICTIONARY_SURNAME}, -1}, + {"Wellman", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagahama", 1, {DICTIONARY_SURNAME}, -1}, + {"Burch", 1, {DICTIONARY_SURNAME}, -1}, + {"Jünger", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolzano", 1, {DICTIONARY_SURNAME}, -1}, + {"Perti", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-seok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ebbinghaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Bredius", 1, {DICTIONARY_SURNAME}, -1}, + {"Vic", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mussulman", 1, {DICTIONARY_SURNAME}, -1}, + {"Imamović", 1, {DICTIONARY_SURNAME}, -1}, + {"Alajarin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kogler", 1, {DICTIONARY_SURNAME}, -1}, + {"Grocott", 1, {DICTIONARY_SURNAME}, -1}, + {"Bronson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McCrery", 1, {DICTIONARY_SURNAME}, -1}, + {"Galanes", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae-yong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nic Alastruim", 1, {DICTIONARY_SURNAME}, -1}, + {"Gökdemir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"b b and t", 1, {DICTIONARY_CHAIN}, 75}, + {"Al-Suwaidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshihiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vahedi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rigby", 1, {DICTIONARY_SURNAME}, -1}, + {"Kottravai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"jackinthebox", 1, {DICTIONARY_CHAIN}, 162}, + {"Varunee", 1, {DICTIONARY_SURNAME}, -1}, + {"Adedapo", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhogireddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Bárdy", 1, {DICTIONARY_SURNAME}, -1}, + {"Recinos", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollet", 1, {DICTIONARY_SURNAME}, -1}, + {"Tickell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghorbani", 1, {DICTIONARY_SURNAME}, -1}, + {"Delpech", 1, {DICTIONARY_SURNAME}, -1}, + {"Southby", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikena", 1, {DICTIONARY_SURNAME}, -1}, + {"Francis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kalkidan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tadachika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kuznets", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheesman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijayashankar", 1, {DICTIONARY_SURNAME}, -1}, + {"Radolf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seerla", 1, {DICTIONARY_SURNAME}, -1}, + {"Arcangeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Bigelow", 1, {DICTIONARY_SURNAME}, -1}, + {"Edis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Albani", 1, {DICTIONARY_SURNAME}, -1}, + {"Liebowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Nishapuri", 1, {DICTIONARY_SURNAME}, -1}, + {"Trudi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sneijder", 1, {DICTIONARY_SURNAME}, -1}, + {"Reijners", 1, {DICTIONARY_SURNAME}, -1}, + {"Darwin", 1, {DICTIONARY_SURNAME}, -1}, + {"Audun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Sayed Suleiman", 1, {DICTIONARY_SURNAME}, -1}, + {"Peile", 1, {DICTIONARY_SURNAME}, -1}, + {"Sherk", 1, {DICTIONARY_SURNAME}, -1}, + {"Macourek", 1, {DICTIONARY_SURNAME}, -1}, + {"Hauksdóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayslip", 1, {DICTIONARY_SURNAME}, -1}, + {"Padrón", 1, {DICTIONARY_SURNAME}, -1}, + {"Margulies", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitzhaber", 1, {DICTIONARY_SURNAME}, -1}, + {"Krinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Pygmalion", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al Khayat", 1, {DICTIONARY_SURNAME}, -1}, + {"Iijima", 1, {DICTIONARY_SURNAME}, -1}, + {"Meek", 1, {DICTIONARY_SURNAME}, -1}, + {"Veikoso", 1, {DICTIONARY_SURNAME}, -1}, + {"Musampa", 1, {DICTIONARY_SURNAME}, -1}, + {"Davidsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Basu", 1, {DICTIONARY_SURNAME}, -1}, + {"Shuteriqi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vural", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Frimann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Höcher", 1, {DICTIONARY_SURNAME}, -1}, + {"hsbc", 1, {DICTIONARY_CHAIN}, -1}, + {"Sreedharan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fitzsimon", 1, {DICTIONARY_SURNAME}, -1}, + {"Winnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vervecken", 1, {DICTIONARY_SURNAME}, -1}, + {"Nesuh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fracci", 1, {DICTIONARY_SURNAME}, -1}, + {"Gowler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatler", 1, {DICTIONARY_SURNAME}, -1}, + {"Sukenick", 1, {DICTIONARY_SURNAME}, -1}, + {"McCallion", 1, {DICTIONARY_SURNAME}, -1}, + {"Ariane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brenes", 1, {DICTIONARY_SURNAME}, -1}, + {"Slifkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ki-jung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elik", 1, {DICTIONARY_SURNAME}, -1}, + {"Raczkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"k-marts", 1, {DICTIONARY_CHAIN}, 171}, + {"Hasanbegović", 1, {DICTIONARY_SURNAME}, -1}, + {"Shashank", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wojtyla", 1, {DICTIONARY_SURNAME}, -1}, + {"Landor", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivekananthan", 1, {DICTIONARY_SURNAME}, -1}, + {"Pirogan", 1, {DICTIONARY_SURNAME}, -1}, + {"Anssi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nan", 1, {DICTIONARY_SURNAME}, -1}, + {"Wax", 1, {DICTIONARY_SURNAME}, -1}, + {"Chatman", 1, {DICTIONARY_SURNAME}, -1}, + {"Canuti", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamaki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kassir", 1, {DICTIONARY_SURNAME}, -1}, + {"Vansoviča", 1, {DICTIONARY_SURNAME}, -1}, + {"Selznick", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulka", 1, {DICTIONARY_SURNAME}, -1}, + {"Needleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hikmet", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mohl", 1, {DICTIONARY_SURNAME}, -1}, + {"Coakley", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilc", 1, {DICTIONARY_SURNAME}, -1}, + {"Bigge", 1, {DICTIONARY_SURNAME}, -1}, + {"Preston", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"l b johnson", 1, {DICTIONARY_NAMED_PERSON}, 282}, + {"Lefeuvre", 1, {DICTIONARY_SURNAME}, -1}, + {"Munkácsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ragger", 1, {DICTIONARY_SURNAME}, -1}, + {"Bajrami", 1, {DICTIONARY_SURNAME}, -1}, + {"Lyte", 1, {DICTIONARY_SURNAME}, -1}, + {"Warhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Araya", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Bothmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiyotaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cullen", 1, {DICTIONARY_SURNAME}, -1}, + {"Grof", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Meulen", 1, {DICTIONARY_SURNAME}, -1}, + {"Susannah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Codol", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamotsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Swanberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Zwickl", 1, {DICTIONARY_SURNAME}, -1}, + {"Hauss", 1, {DICTIONARY_SURNAME}, -1}, + {"Akulinin", 1, {DICTIONARY_SURNAME}, -1}, + {"Iemasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masakuni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Plouffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bram", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leloup", 1, {DICTIONARY_SURNAME}, -1}, + {"Siloti", 1, {DICTIONARY_SURNAME}, -1}, + {"Carboni", 1, {DICTIONARY_SURNAME}, -1}, + {"Waititi", 1, {DICTIONARY_SURNAME}, -1}, + {"Norlander", 1, {DICTIONARY_SURNAME}, -1}, + {"Aftab", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Savea", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Beemer", 1, {DICTIONARY_SURNAME}, -1}, + {"Laskowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kayyali", 1, {DICTIONARY_SURNAME}, -1}, + {"Fishel", 1, {DICTIONARY_SURNAME}, -1}, + {"Dayana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vitsenets", 1, {DICTIONARY_SURNAME}, -1}, + {"Moe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pembleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Eliade", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Ben", 1, {DICTIONARY_SURNAME}, -1}, + {"vival", 1, {DICTIONARY_CHAIN}, -1}, + {"Akwu", 1, {DICTIONARY_SURNAME}, -1}, + {"Korhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dubravko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marchand", 1, {DICTIONARY_SURNAME}, -1}, + {"Aurvandil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ansell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vinnicombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Podkolzin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bardeen", 1, {DICTIONARY_SURNAME}, -1}, + {"Laplace", 1, {DICTIONARY_SURNAME}, -1}, + {"Maestlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashvin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Imahori", 1, {DICTIONARY_SURNAME}, -1}, + {"Avis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McSporran", 1, {DICTIONARY_SURNAME}, -1}, + {"McAndrew", 1, {DICTIONARY_SURNAME}, -1}, + {"Reedus", 1, {DICTIONARY_SURNAME}, -1}, + {"Dies", 1, {DICTIONARY_SURNAME}, -1}, + {"Chillingworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Cesar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Walt", 1, {DICTIONARY_SURNAME}, -1}, + {"Cenél", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludomir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sandi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barne", 1, {DICTIONARY_SURNAME}, -1}, + {"Prigoda", 1, {DICTIONARY_SURNAME}, -1}, + {"Vozábal", 1, {DICTIONARY_SURNAME}, -1}, + {"Addario", 1, {DICTIONARY_SURNAME}, -1}, + {"cepsa", 1, {DICTIONARY_CHAIN}, -1}, + {"Şamdereli", 1, {DICTIONARY_SURNAME}, -1}, + {"Duller", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiegwin", 1, {DICTIONARY_SURNAME}, -1}, + {"Joce", 1, {DICTIONARY_SURNAME}, -1}, + {"Na-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farmerie", 1, {DICTIONARY_SURNAME}, -1}, + {"Alvydas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schoener", 1, {DICTIONARY_SURNAME}, -1}, + {"Gara", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Carević", 1, {DICTIONARY_SURNAME}, -1}, + {"baskin-robbins", 1, {DICTIONARY_CHAIN}, -1}, + {"Mane", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoon-sung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tumanishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherednyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Haieff", 1, {DICTIONARY_SURNAME}, -1}, + {"Antolić", 1, {DICTIONARY_SURNAME}, -1}, + {"Voerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuttler", 1, {DICTIONARY_SURNAME}, -1}, + {"Drout", 1, {DICTIONARY_SURNAME}, -1}, + {"Šik", 1, {DICTIONARY_SURNAME}, -1}, + {"Canales", 1, {DICTIONARY_SURNAME}, -1}, + {"Kosky", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulsifer", 1, {DICTIONARY_SURNAME}, -1}, + {"Tripucka", 1, {DICTIONARY_SURNAME}, -1}, + {"Eastick", 1, {DICTIONARY_SURNAME}, -1}, + {"Missy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Willstrop", 1, {DICTIONARY_SURNAME}, -1}, + {"Majewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulić", 1, {DICTIONARY_SURNAME}, -1}, + {"Boles", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikol", 1, {DICTIONARY_SURNAME}, -1}, + {"Brerewood", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivino", 1, {DICTIONARY_SURNAME}, -1}, + {"Hafstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Mroz", 1, {DICTIONARY_SURNAME}, -1}, + {"Chinatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Absil", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuckerkandl", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasuharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Butnaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Françaix", 1, {DICTIONARY_SURNAME}, -1}, + {"Becks", 1, {DICTIONARY_SURNAME}, -1}, + {"Masao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Foliaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Dujmović", 1, {DICTIONARY_SURNAME}, -1}, + {"denner", 1, {DICTIONARY_CHAIN}, -1}, + {"Imanol", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Portis", 1, {DICTIONARY_SURNAME}, -1}, + {"Agešins", 1, {DICTIONARY_SURNAME}, -1}, + {"Takefumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pramod", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sabolić", 1, {DICTIONARY_SURNAME}, -1}, + {"Rost van Tonningen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mejdell", 1, {DICTIONARY_SURNAME}, -1}, + {"Mukhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Taraneh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sirico", 1, {DICTIONARY_SURNAME}, -1}, + {"Saperstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Trocki", 1, {DICTIONARY_SURNAME}, -1}, + {"Vegi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Haselrig", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartopp", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavalera", 1, {DICTIONARY_SURNAME}, -1}, + {"Åkerlind", 1, {DICTIONARY_SURNAME}, -1}, + {"Zentarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adampour", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarasov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemer", 1, {DICTIONARY_SURNAME}, -1}, + {"Elbæk", 1, {DICTIONARY_SURNAME}, -1}, + {"Kautz", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonald", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Tongeren", 1, {DICTIONARY_SURNAME}, -1}, + {"De Klerk", 1, {DICTIONARY_SURNAME}, -1}, + {"FitzAlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gottsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Baby", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Vlag", 1, {DICTIONARY_SURNAME}, -1}, + {"Vojtaššák", 1, {DICTIONARY_SURNAME}, -1}, + {"Mușat", 1, {DICTIONARY_SURNAME}, -1}, + {"Masatake", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alberghini", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Wieren", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyuk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kortajarena", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurkovič", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheelhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanasse", 1, {DICTIONARY_SURNAME}, -1}, + {"Samvel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGarrity", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallin", 1, {DICTIONARY_SURNAME}, -1}, + {"Daria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ettore", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dempsie", 1, {DICTIONARY_SURNAME}, -1}, + {"Éliane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Overeem", 1, {DICTIONARY_SURNAME}, -1}, + {"Sackman", 1, {DICTIONARY_SURNAME}, -1}, + {"Súilleabháin", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kakhaberidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Gjon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verbov", 1, {DICTIONARY_SURNAME}, -1}, + {"wal-mart", 1, {DICTIONARY_CHAIN}, 266}, + {"Katheryn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sigurðarson", 1, {DICTIONARY_SURNAME}, -1}, + {"Éthier", 1, {DICTIONARY_SURNAME}, -1}, + {"Elouan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aluko", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagiwara", 1, {DICTIONARY_SURNAME}, -1}, + {"Vysokova", 1, {DICTIONARY_SURNAME}, -1}, + {"Moccia", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayukawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Mihashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Duque", 1, {DICTIONARY_SURNAME}, -1}, + {"Acard", 1, {DICTIONARY_SURNAME}, -1}, + {"Haughey", 1, {DICTIONARY_SURNAME}, -1}, + {"Erben", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdicchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Sayler", 1, {DICTIONARY_SURNAME}, -1}, + {"Joshipura", 1, {DICTIONARY_SURNAME}, -1}, + {"Naude", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenbury", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lenard", 1, {DICTIONARY_SURNAME}, -1}, + {"Legesse", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tsukasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leonel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acerbis", 1, {DICTIONARY_SURNAME}, -1}, + {"Batte", 1, {DICTIONARY_SURNAME}, -1}, + {"Toussaint", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Varshney", 1, {DICTIONARY_SURNAME}, -1}, + {"Haack", 1, {DICTIONARY_SURNAME}, -1}, + {"Özdemir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Collinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Leinart", 1, {DICTIONARY_SURNAME}, -1}, + {"Alnaes", 1, {DICTIONARY_SURNAME}, -1}, + {"Kara-Murza", 1, {DICTIONARY_SURNAME}, -1}, + {"Bastow", 1, {DICTIONARY_SURNAME}, -1}, + {"Janey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cools", 1, {DICTIONARY_SURNAME}, -1}, + {"Longyear", 1, {DICTIONARY_SURNAME}, -1}, + {"Huda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eisen", 1, {DICTIONARY_SURNAME}, -1}, + {"Asgill", 1, {DICTIONARY_SURNAME}, -1}, + {"Göksel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scrimshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Balauru", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dodsley", 1, {DICTIONARY_SURNAME}, -1}, + {"gloria jeans coffees", 1, {DICTIONARY_CHAIN}, 141}, + {"Bisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Heitmeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Randel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ocampo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Badcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuissa", 1, {DICTIONARY_SURNAME}, -1}, + {"Barišić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolehmainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamasaki", 1, {DICTIONARY_SURNAME}, -1}, + {"İdil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sklar", 1, {DICTIONARY_SURNAME}, -1}, + {"Wertman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aitov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazantsev", 1, {DICTIONARY_SURNAME}, -1}, + {"texacos", 1, {DICTIONARY_CHAIN}, 251}, + {"Karsten", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yoshitake", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kuzman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bregović", 1, {DICTIONARY_SURNAME}, -1}, + {"Narey", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Coniglio", 1, {DICTIONARY_SURNAME}, -1}, + {"Agerbo", 1, {DICTIONARY_SURNAME}, -1}, + {"Havet", 1, {DICTIONARY_SURNAME}, -1}, + {"Strelnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mercouri", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pyatnitsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryckmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Michalak", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rokhlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Staples", 1, {DICTIONARY_SURNAME}, -1}, + {"Broom", 1, {DICTIONARY_SURNAME}, -1}, + {"Kabanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Biggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Westin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Gillian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dammers", 1, {DICTIONARY_SURNAME}, -1}, + {"Zorlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Moreau-Desproux", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeanson", 1, {DICTIONARY_SURNAME}, -1}, + {"crepes and waffles", 1, {DICTIONARY_CHAIN}, 115}, + {"Bolko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanderhye", 1, {DICTIONARY_SURNAME}, -1}, + {"Chatterton", 1, {DICTIONARY_SURNAME}, -1}, + {"Nunziata", 1, {DICTIONARY_SURNAME}, -1}, + {"Sorby", 1, {DICTIONARY_SURNAME}, -1}, + {"Wöhler", 1, {DICTIONARY_SURNAME}, -1}, + {"Mucciolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Janie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gourlay", 1, {DICTIONARY_SURNAME}, -1}, + {"Juel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vergnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Selkirk", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Noriyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baargeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrosimov", 1, {DICTIONARY_SURNAME}, -1}, + {"mol", 1, {DICTIONARY_CHAIN}, -1}, + {"Massaquoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Oskars", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Villagra", 1, {DICTIONARY_SURNAME}, -1}, + {"Garayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Konjović", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Koert", 1, {DICTIONARY_SURNAME}, -1}, + {"Sundiata", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wessels", 1, {DICTIONARY_SURNAME}, -1}, + {"Saroha", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuijer", 1, {DICTIONARY_SURNAME}, -1}, + {"Zabludovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Cerutti", 1, {DICTIONARY_SURNAME}, -1}, + {"Bezborodov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanada", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuykendall", 1, {DICTIONARY_SURNAME}, -1}, + {"McConnochie", 1, {DICTIONARY_SURNAME}, -1}, + {"Shved", 1, {DICTIONARY_SURNAME}, -1}, + {"Määttä", 1, {DICTIONARY_SURNAME}, -1}, + {"Yōsuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bianco", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulysse", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pandeth", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarján", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"ace hardware", 1, {DICTIONARY_CHAIN}, -1}, + {"Obidin", 1, {DICTIONARY_SURNAME}, -1}, + {"De Vargas", 1, {DICTIONARY_SURNAME}, -1}, + {"Lasdun", 1, {DICTIONARY_SURNAME}, -1}, + {"Dusart", 1, {DICTIONARY_SURNAME}, -1}, + {"Haggan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vesterskov", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pekka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Slansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabbard", 1, {DICTIONARY_SURNAME}, -1}, + {"Motohiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Benmosche", 1, {DICTIONARY_SURNAME}, -1}, + {"בן אליעזר", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Rághnaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Uilleag", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dragić", 1, {DICTIONARY_SURNAME}, -1}, + {"Osadchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Stolt", 1, {DICTIONARY_SURNAME}, -1}, + {"Haro", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernatsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Láki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Burgener", 1, {DICTIONARY_SURNAME}, -1}, + {"Gershenzon", 1, {DICTIONARY_SURNAME}, -1}, + {"Ōkawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Stallman", 1, {DICTIONARY_SURNAME}, -1}, + {"Rietveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Drews", 1, {DICTIONARY_SURNAME}, -1}, + {"Plessner", 1, {DICTIONARY_SURNAME}, -1}, + {"McGahey", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonabes", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Haesebroucke", 1, {DICTIONARY_SURNAME}, -1}, + {"Spindelegger", 1, {DICTIONARY_SURNAME}, -1}, + {"Rublev", 1, {DICTIONARY_SURNAME}, -1}, + {"yogen fruez", 1, {DICTIONARY_CHAIN}, 278}, + {"Barkas", 1, {DICTIONARY_SURNAME}, -1}, + {"Staal", 1, {DICTIONARY_SURNAME}, -1}, + {"Perucchini", 1, {DICTIONARY_SURNAME}, -1}, + {"Wehinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Brajan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corallo", 1, {DICTIONARY_SURNAME}, -1}, + {"Litten", 1, {DICTIONARY_SURNAME}, -1}, + {"Balicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatamanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Pálffy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kedrov", 1, {DICTIONARY_SURNAME}, -1}, + {"Schober", 1, {DICTIONARY_SURNAME}, -1}, + {"Tash", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Braun", 1, {DICTIONARY_SURNAME}, -1}, + {"Didžbalis", 1, {DICTIONARY_SURNAME}, -1}, + {"Zahed", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heuer", 1, {DICTIONARY_SURNAME}, -1}, + {"Franny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Belperron", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldred", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pittard", 1, {DICTIONARY_SURNAME}, -1}, + {"Francesca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caple", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saaremäe", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubhchobhlaigh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Siegrist", 1, {DICTIONARY_SURNAME}, -1}, + {"Santa Cruz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hart-Davis", 1, {DICTIONARY_SURNAME}, -1}, + {"Videgain", 1, {DICTIONARY_SURNAME}, -1}, + {"Demb", 1, {DICTIONARY_SURNAME}, -1}, + {"Bazin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mulley", 1, {DICTIONARY_SURNAME}, -1}, + {"Balaštík", 1, {DICTIONARY_SURNAME}, -1}, + {"Bestmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Meulman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kreizberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Fehr", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagachika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schroeder", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallily", 1, {DICTIONARY_SURNAME}, -1}, + {"Afshari", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinzón", 1, {DICTIONARY_SURNAME}, -1}, + {"Ephraim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Isser", 1, {DICTIONARY_SURNAME}, -1}, + {"Ndiaye", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Faneyte", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigurrós", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thoma", 1, {DICTIONARY_SURNAME}, -1}, + {"Acasiete", 1, {DICTIONARY_SURNAME}, -1}, + {"Kruismans", 1, {DICTIONARY_SURNAME}, -1}, + {"Moin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Penberthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Witter", 1, {DICTIONARY_SURNAME}, -1}, + {"Pecche", 1, {DICTIONARY_SURNAME}, -1}, + {"Schechter", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vula", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adamchik", 1, {DICTIONARY_SURNAME}, -1}, + {"Centeno", 1, {DICTIONARY_SURNAME}, -1}, + {"Paşa", 1, {DICTIONARY_SURNAME}, -1}, + {"Laudrup", 1, {DICTIONARY_SURNAME}, -1}, + {"Aamo", 1, {DICTIONARY_SURNAME}, -1}, + {"Bošković", 1, {DICTIONARY_SURNAME}, -1}, + {"Toy", 1, {DICTIONARY_SURNAME}, -1}, + {"Robau", 1, {DICTIONARY_SURNAME}, -1}, + {"Fromkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Keller", 1, {DICTIONARY_SURNAME}, -1}, + {"Yazdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rishaan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Metz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gammons", 1, {DICTIONARY_SURNAME}, -1}, + {"Obst", 1, {DICTIONARY_SURNAME}, -1}, + {"Lianne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wilhelmsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Göbel", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaverdashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Wieniawski", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshiyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gabriela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Løvendorf", 1, {DICTIONARY_SURNAME}, -1}, + {"Sonko", 1, {DICTIONARY_SURNAME}, -1}, + {"Farshid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Korolenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagley", 1, {DICTIONARY_SURNAME}, -1}, + {"Jinpachi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Penna", 1, {DICTIONARY_SURNAME}, -1}, + {"Nemir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Penning", 1, {DICTIONARY_SURNAME}, -1}, + {"Horler", 1, {DICTIONARY_SURNAME}, -1}, + {"McGuillan", 1, {DICTIONARY_SURNAME}, -1}, + {"Virachai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ridsdale", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Eijs", 1, {DICTIONARY_SURNAME}, -1}, + {"Hathcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Osswald", 1, {DICTIONARY_SURNAME}, -1}, + {"Maybury", 1, {DICTIONARY_SURNAME}, -1}, + {"Teruaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schwadron", 1, {DICTIONARY_SURNAME}, -1}, + {"Salunkhe", 1, {DICTIONARY_SURNAME}, -1}, + {"Varndell", 1, {DICTIONARY_SURNAME}, -1}, + {"Höfle", 1, {DICTIONARY_SURNAME}, -1}, + {"Çatkıç", 1, {DICTIONARY_SURNAME}, -1}, + {"Beghetto", 1, {DICTIONARY_SURNAME}, -1}, + {"Kupfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Emmons", 1, {DICTIONARY_SURNAME}, -1}, + {"Enyinnaya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Matsunae", 1, {DICTIONARY_SURNAME}, -1}, + {"Barley", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Aibi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vryonis", 1, {DICTIONARY_SURNAME}, -1}, + {"Amenomori", 1, {DICTIONARY_SURNAME}, -1}, + {"OTS", 1, {DICTIONARY_SURNAME}, -1}, + {"Libero", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fotuaika", 1, {DICTIONARY_SURNAME}, -1}, + {"Folan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ullstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Konarski", 1, {DICTIONARY_SURNAME}, -1}, + {"Zahida", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amorós", 1, {DICTIONARY_SURNAME}, -1}, + {"Schachtschneider", 1, {DICTIONARY_SURNAME}, -1}, + {"Neuer", 1, {DICTIONARY_SURNAME}, -1}, + {"Manwaring", 1, {DICTIONARY_SURNAME}, -1}, + {"McAshan", 1, {DICTIONARY_SURNAME}, -1}, + {"Manner", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorieau", 1, {DICTIONARY_SURNAME}, -1}, + {"Cronyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Camerarius", 1, {DICTIONARY_SURNAME}, -1}, + {"Voorhuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kressley", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tors", 1, {DICTIONARY_SURNAME}, -1}, + {"Borissow", 1, {DICTIONARY_SURNAME}, -1}, + {"Hafsteinsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Robey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipkoech", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nuutila", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattioli", 1, {DICTIONARY_SURNAME}, -1}, + {"Bauschke", 1, {DICTIONARY_SURNAME}, -1}, + {"Aaitui", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacheller", 1, {DICTIONARY_SURNAME}, -1}, + {"Gingras", 1, {DICTIONARY_SURNAME}, -1}, + {"Łowmiański", 1, {DICTIONARY_SURNAME}, -1}, + {"Silarz", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Shima", 1, {DICTIONARY_SURNAME}, -1}, + {"Afkham", 1, {DICTIONARY_SURNAME}, -1}, + {"Gretchen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hermenegild", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hampton", 1, {DICTIONARY_SURNAME}, -1}, + {"Jalaj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Habersack", 1, {DICTIONARY_SURNAME}, -1}, + {"Illarion", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mather", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mirosław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dalmia", 1, {DICTIONARY_SURNAME}, -1}, + {"Hass", 1, {DICTIONARY_SURNAME}, -1}, + {"Antoniou", 1, {DICTIONARY_SURNAME}, -1}, + {"Marine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Velkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dieupart", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ace", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schoeffler", 1, {DICTIONARY_SURNAME}, -1}, + {"Aristophanes", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Avram", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jasmine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duignan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bou", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mac Críodáin", 1, {DICTIONARY_SURNAME}, -1}, + {"Muggeridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Verrette", 1, {DICTIONARY_SURNAME}, -1}, + {"Barraud", 1, {DICTIONARY_SURNAME}, -1}, + {"Shishlov", 1, {DICTIONARY_SURNAME}, -1}, + {"Alajmo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dmytro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gyamfi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nurmsalu", 1, {DICTIONARY_SURNAME}, -1}, + {"Perry-Keene", 1, {DICTIONARY_SURNAME}, -1}, + {"Lobbo", 1, {DICTIONARY_SURNAME}, -1}, + {"Masuo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Natalia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clymer", 1, {DICTIONARY_SURNAME}, -1}, + {"Beisler", 1, {DICTIONARY_SURNAME}, -1}, + {"Klimaszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Fyssas", 1, {DICTIONARY_SURNAME}, -1}, + {"Harsanyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Stallone", 1, {DICTIONARY_SURNAME}, -1}, + {"McGregor", 1, {DICTIONARY_SURNAME}, -1}, + {"Dellagiovanna", 1, {DICTIONARY_SURNAME}, -1}, + {"Persico", 1, {DICTIONARY_SURNAME}, -1}, + {"Tétreault", 1, {DICTIONARY_SURNAME}, -1}, + {"Godefroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Klappich", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacque", 1, {DICTIONARY_SURNAME}, -1}, + {"Puri", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikifor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kidambi", 1, {DICTIONARY_SURNAME}, -1}, + {"Simeoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Benacerraf", 1, {DICTIONARY_SURNAME}, -1}, + {"Chizek", 1, {DICTIONARY_SURNAME}, -1}, + {"Helgason", 1, {DICTIONARY_SURNAME}, -1}, + {"Dogbeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Krylov", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuglesang", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiraishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Storl", 1, {DICTIONARY_SURNAME}, -1}, + {"Senter", 1, {DICTIONARY_SURNAME}, -1}, + {"Guān", 1, {DICTIONARY_SURNAME}, -1}, + {"Satomi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Knibb", 1, {DICTIONARY_SURNAME}, -1}, + {"Guglielmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Olcay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bascombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Steggall", 1, {DICTIONARY_SURNAME}, -1}, + {"Riegel", 1, {DICTIONARY_SURNAME}, -1}, + {"Meg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verser", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Merwe", 1, {DICTIONARY_SURNAME}, -1}, + {"Napangardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassiljev", 1, {DICTIONARY_SURNAME}, -1}, + {"Coghlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrdolyak", 1, {DICTIONARY_SURNAME}, -1}, + {"Glazunov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zenda", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukašin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adekola", 1, {DICTIONARY_SURNAME}, -1}, + {"Bator", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalziel", 1, {DICTIONARY_SURNAME}, -1}, + {"McDill", 1, {DICTIONARY_SURNAME}, -1}, + {"Tyndall", 1, {DICTIONARY_SURNAME}, -1}, + {"Bordini", 1, {DICTIONARY_SURNAME}, -1}, + {"Costanza", 1, {DICTIONARY_SURNAME}, -1}, + {"7-elevens", 1, {DICTIONARY_CHAIN}, 56}, + {"Minamino", 1, {DICTIONARY_SURNAME}, -1}, + {"Lande", 1, {DICTIONARY_SURNAME}, -1}, + {"hyundai", 2, {DICTIONARY_CHAIN, DICTIONARY_CHAIN}, -1}, + {"Turville-Petre", 1, {DICTIONARY_SURNAME}, -1}, + {"Connock", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Outen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hutchins", 1, {DICTIONARY_SURNAME}, -1}, + {"Litwack", 1, {DICTIONARY_SURNAME}, -1}, + {"Eggert", 1, {DICTIONARY_SURNAME}, -1}, + {"Weiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Destinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Helbig", 1, {DICTIONARY_SURNAME}, -1}, + {"Alfson", 1, {DICTIONARY_SURNAME}, -1}, + {"Adesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aindow", 1, {DICTIONARY_SURNAME}, -1}, + {"Kutuvantavida", 1, {DICTIONARY_SURNAME}, -1}, + {"Joo-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazutoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taniyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalugin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerry", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adye", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abadjieva", 1, {DICTIONARY_SURNAME}, -1}, + {"Kpossi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vezyridis", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikitin", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Alton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dhungana", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Leerdam", 1, {DICTIONARY_SURNAME}, -1}, + {"Voltchkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Flegg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sugisaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-sook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ottiwell", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Calabrese", 1, {DICTIONARY_SURNAME}, -1}, + {"Jussila", 1, {DICTIONARY_SURNAME}, -1}, + {"Päivi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cutner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vogelstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagumdžija", 1, {DICTIONARY_SURNAME}, -1}, + {"Agata", 1, {DICTIONARY_SURNAME}, -1}, + {"Äijä", 1, {DICTIONARY_SURNAME}, -1}, + {"Wojnar", 1, {DICTIONARY_SURNAME}, -1}, + {"Laxman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fiola", 1, {DICTIONARY_SURNAME}, -1}, + {"Sönmez", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Thackwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorsatz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vespasien", 1, {DICTIONARY_SURNAME}, -1}, + {"Welke", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagby", 1, {DICTIONARY_SURNAME}, -1}, + {"Waldmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Caudill", 1, {DICTIONARY_SURNAME}, -1}, + {"Rehhagel", 1, {DICTIONARY_SURNAME}, -1}, + {"Polić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinoaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Button", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ekster", 1, {DICTIONARY_SURNAME}, -1}, + {"Vogenauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Alcott", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hennelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Debby", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Dormael", 1, {DICTIONARY_SURNAME}, -1}, + {"De la Vallée-Poussin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawase", 1, {DICTIONARY_SURNAME}, -1}, + {"Casagrande", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Kallen", 1, {DICTIONARY_SURNAME}, -1}, + {"Michelle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Prinsloo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dieter", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ament", 1, {DICTIONARY_SURNAME}, -1}, + {"Hempel", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schukin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fischbein", 1, {DICTIONARY_SURNAME}, -1}, + {"Todhunter", 1, {DICTIONARY_SURNAME}, -1}, + {"Caracappa", 1, {DICTIONARY_SURNAME}, -1}, + {"Dewi Danu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Griese", 1, {DICTIONARY_SURNAME}, -1}, + {"Stülpnagel", 1, {DICTIONARY_SURNAME}, -1}, + {"Thurston", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stoessel", 1, {DICTIONARY_SURNAME}, -1}, + {"Korecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Agouazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tristan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trotman", 1, {DICTIONARY_SURNAME}, -1}, + {"Pipes", 1, {DICTIONARY_SURNAME}, -1}, + {"Alanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakakibara", 1, {DICTIONARY_SURNAME}, -1}, + {"Halah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eskandarian", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahbazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gley", 1, {DICTIONARY_SURNAME}, -1}, + {"Leandro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paravisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Macredie", 1, {DICTIONARY_SURNAME}, -1}, + {"Rotman", 1, {DICTIONARY_SURNAME}, -1}, + {"Verschave", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferni", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitesides", 1, {DICTIONARY_SURNAME}, -1}, + {"Risso", 1, {DICTIONARY_SURNAME}, -1}, + {"Celice", 1, {DICTIONARY_SURNAME}, -1}, + {"Inigo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Odell", 1, {DICTIONARY_SURNAME}, -1}, + {"Munesuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"jcpenneys", 1, {DICTIONARY_CHAIN}, 165}, + {"Braamhaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohr", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarrold", 1, {DICTIONARY_SURNAME}, -1}, + {"Voytek", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubler", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Cába", 1, {DICTIONARY_SURNAME}, -1}, + {"Normand", 1, {DICTIONARY_SURNAME}, -1}, + {"Mouly", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Hoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Mangum", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiacha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Miĉjo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"outback steakhouses", 1, {DICTIONARY_CHAIN}, 197}, + {"Vulpeş", 1, {DICTIONARY_SURNAME}, -1}, + {"Wall", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanehiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malakhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Maksymilian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Whichcord", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigvard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vellucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Fonseca", 1, {DICTIONARY_SURNAME}, -1}, + {"Pankaj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vovk", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindegaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Sonti", 1, {DICTIONARY_SURNAME}, -1}, + {"Saitov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovačić", 1, {DICTIONARY_SURNAME}, -1}, + {"Otti", 1, {DICTIONARY_SURNAME}, -1}, + {"Creel", 1, {DICTIONARY_SURNAME}, -1}, + {"Akutagawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Glassco", 1, {DICTIONARY_SURNAME}, -1}, + {"Zarky", 1, {DICTIONARY_SURNAME}, -1}, + {"Helland", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeghdoud", 1, {DICTIONARY_SURNAME}, -1}, + {"Haynie", 1, {DICTIONARY_SURNAME}, -1}, + {"Kostecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaden", 1, {DICTIONARY_SURNAME}, -1}, + {"Verschuren", 1, {DICTIONARY_SURNAME}, -1}, + {"Krickstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramey", 1, {DICTIONARY_SURNAME}, -1}, + {"LaToya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aadnevik", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunnarsdóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuniyayawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kraatz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lusty", 1, {DICTIONARY_SURNAME}, -1}, + {"Parker", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valsamis", 1, {DICTIONARY_SURNAME}, -1}, + {"Newey", 1, {DICTIONARY_SURNAME}, -1}, + {"Blažek", 1, {DICTIONARY_SURNAME}, -1}, + {"Hassell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-hu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toyofumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wold", 1, {DICTIONARY_SURNAME}, -1}, + {"Kundrotas", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilhan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hohmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Oyler", 1, {DICTIONARY_SURNAME}, -1}, + {"Sutovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Abu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paris", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Seigo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Del Rosario", 1, {DICTIONARY_SURNAME}, -1}, + {"Ravaillac", 1, {DICTIONARY_SURNAME}, -1}, + {"Bortkevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Servais", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gürhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moysiadis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kutay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Minich", 1, {DICTIONARY_SURNAME}, -1}, + {"Petre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Horwath", 1, {DICTIONARY_SURNAME}, -1}, + {"Speidel", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramoski", 1, {DICTIONARY_SURNAME}, -1}, + {"Furnese", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomotaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Xue", 1, {DICTIONARY_SURNAME}, -1}, + {"Koray", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Darrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Radovanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Aalfs", 1, {DICTIONARY_SURNAME}, -1}, + {"Simionato", 1, {DICTIONARY_SURNAME}, -1}, + {"Johann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jaques-Dalcroze", 1, {DICTIONARY_SURNAME}, -1}, + {"McBrayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Babaoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Bueno de Mesquita", 1, {DICTIONARY_SURNAME}, -1}, + {"Muscat", 1, {DICTIONARY_SURNAME}, -1}, + {"Frakes", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemeys", 1, {DICTIONARY_SURNAME}, -1}, + {"Chun-hwa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yo-han", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Evelyn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Beaudouin", 1, {DICTIONARY_SURNAME}, -1}, + {"Saakashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Eggan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gotsiridze", 1, {DICTIONARY_SURNAME}, -1}, + {"Hondius", 1, {DICTIONARY_SURNAME}, -1}, + {"Naganao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bellecourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Rothmund", 1, {DICTIONARY_SURNAME}, -1}, + {"Root", 1, {DICTIONARY_SURNAME}, -1}, + {"Priidu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ravikumar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katsuhisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sétach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aalberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcinkevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakasuga", 1, {DICTIONARY_SURNAME}, -1}, + {"McMakin", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasushi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henton", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhatia caste", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Burkhalter", 1, {DICTIONARY_SURNAME}, -1}, + {"Rowlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Thirifays", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Monem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Morphy", 1, {DICTIONARY_SURNAME}, -1}, + {"Leigh-Pemberton", 1, {DICTIONARY_SURNAME}, -1}, + {"Acito", 1, {DICTIONARY_SURNAME}, -1}, + {"Hazen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ryemyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Belasco", 1, {DICTIONARY_SURNAME}, -1}, + {"Beaubois", 1, {DICTIONARY_SURNAME}, -1}, + {"McWhorter", 1, {DICTIONARY_SURNAME}, -1}, + {"Boghiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiona", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonholdt", 1, {DICTIONARY_SURNAME}, -1}, + {"Brawner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ricken", 1, {DICTIONARY_SURNAME}, -1}, + {"Rixon", 1, {DICTIONARY_SURNAME}, -1}, + {"Zubrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumble", 1, {DICTIONARY_SURNAME}, -1}, + {"Takuji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fatih", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achenza", 1, {DICTIONARY_SURNAME}, -1}, + {"Randon", 1, {DICTIONARY_SURNAME}, -1}, + {"Mokkapati", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulubabyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Velichkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zibiah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"toys 'r us", 1, {DICTIONARY_CHAIN}, 258}, + {"Hannele", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Minieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrontaras", 1, {DICTIONARY_SURNAME}, -1}, + {"Levasseur", 1, {DICTIONARY_SURNAME}, -1}, + {"Srinivasan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giorgia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"hungry jacks", 1, {DICTIONARY_CHAIN}, 153}, + {"Spalletti", 1, {DICTIONARY_SURNAME}, -1}, + {"Salopek", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Zee", 1, {DICTIONARY_SURNAME}, -1}, + {"Krakowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Aditya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Corriveau", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderham", 1, {DICTIONARY_SURNAME}, -1}, + {"L'Estocq", 1, {DICTIONARY_SURNAME}, -1}, + {"Spiliotopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"İstemihan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pishchalnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sevim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wojciech", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Biolek", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijayadharani", 1, {DICTIONARY_SURNAME}, -1}, + {"Burstall", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigetada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moritani", 1, {DICTIONARY_SURNAME}, -1}, + {"Birgitta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mayer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shojaei", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinsent", 1, {DICTIONARY_SURNAME}, -1}, + {"Jody", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nemsadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakhtangadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Nahhas", 1, {DICTIONARY_SURNAME}, -1}, + {"Um", 1, {DICTIONARY_SURNAME}, -1}, + {"Alban", 1, {DICTIONARY_SURNAME}, -1}, + {"Vowden", 1, {DICTIONARY_SURNAME}, -1}, + {"Furillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-yoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bataković", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Lans", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Pigg", 1, {DICTIONARY_SURNAME}, -1}, + {"Albarn", 1, {DICTIONARY_SURNAME}, -1}, + {"Uesaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Zeeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubisz", 1, {DICTIONARY_SURNAME}, -1}, + {"Poolman", 1, {DICTIONARY_SURNAME}, -1}, + {"Novelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Maccoby", 1, {DICTIONARY_SURNAME}, -1}, + {"Roan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hasegawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Stamatiades", 1, {DICTIONARY_SURNAME}, -1}, + {"Southward", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghbariyya", 1, {DICTIONARY_SURNAME}, -1}, + {"Belissen", 1, {DICTIONARY_SURNAME}, -1}, + {"Zampano", 1, {DICTIONARY_SURNAME}, -1}, + {"Sasahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Hestenes", 1, {DICTIONARY_SURNAME}, -1}, + {"Schipfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Velastin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rizwan", 1, {DICTIONARY_SURNAME}, -1}, + {"Terumune", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tafler", 1, {DICTIONARY_SURNAME}, -1}, + {"Burda", 1, {DICTIONARY_SURNAME}, -1}, + {"Higson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pozzi", 1, {DICTIONARY_SURNAME}, -1}, + {"McTighe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyonao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bellutti", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubovie", 1, {DICTIONARY_SURNAME}, -1}, + {"Bocelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Balguy", 1, {DICTIONARY_SURNAME}, -1}, + {"Ostrovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"McRoberts", 1, {DICTIONARY_SURNAME}, -1}, + {"Eldon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Karole", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Starcevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Edebe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duccini", 1, {DICTIONARY_SURNAME}, -1}, + {"Wellenreuther", 1, {DICTIONARY_SURNAME}, -1}, + {"Tskitishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanovason", 1, {DICTIONARY_SURNAME}, -1}, + {"Xie", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardinal", 1, {DICTIONARY_SURNAME}, -1}, + {"Gumery", 1, {DICTIONARY_SURNAME}, -1}, + {"Wöhlermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolverton", 1, {DICTIONARY_SURNAME}, -1}, + {"Greves", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinagle", 1, {DICTIONARY_SURNAME}, -1}, + {"Ten Eyck", 1, {DICTIONARY_SURNAME}, -1}, + {"Miceli", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirtreiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwarteng", 1, {DICTIONARY_SURNAME}, -1}, + {"Percival", 1, {DICTIONARY_SURNAME}, -1}, + {"Bešlagić", 1, {DICTIONARY_SURNAME}, -1}, + {"McKnight", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackel", 1, {DICTIONARY_SURNAME}, -1}, + {"McGraw", 1, {DICTIONARY_SURNAME}, -1}, + {"Aradszki", 1, {DICTIONARY_SURNAME}, -1}, + {"Yevgeny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Witbooi", 1, {DICTIONARY_SURNAME}, -1}, + {"Alexandris", 1, {DICTIONARY_SURNAME}, -1}, + {"qdoba", 1, {DICTIONARY_CHAIN}, 214}, + {"Galanti", 1, {DICTIONARY_SURNAME}, -1}, + {"McClendon", 1, {DICTIONARY_SURNAME}, -1}, + {"Shana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mohilever", 1, {DICTIONARY_SURNAME}, -1}, + {"Gíslason", 1, {DICTIONARY_SURNAME}, -1}, + {"Elcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saqlain", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McMullin", 1, {DICTIONARY_SURNAME}, -1}, + {"Longobardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Langguth", 1, {DICTIONARY_SURNAME}, -1}, + {"Motohiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Márk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Engelenhoven", 1, {DICTIONARY_SURNAME}, -1}, + {"Bryukhankov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tesla", 1, {DICTIONARY_SURNAME}, -1}, + {"Berwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Šimić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Isao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alicja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Antonia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Coller", 1, {DICTIONARY_SURNAME}, -1}, + {"Kale", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiff", 1, {DICTIONARY_SURNAME}, -1}, + {"Bazhanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ačimovič", 1, {DICTIONARY_SURNAME}, -1}, + {"Alphonse James", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McElreavy", 1, {DICTIONARY_SURNAME}, -1}, + {"Drexler", 1, {DICTIONARY_SURNAME}, -1}, + {"Witzig", 1, {DICTIONARY_SURNAME}, -1}, + {"caisse d'epargne", 1, {DICTIONARY_CHAIN}, 90}, + {"Semmes", 1, {DICTIONARY_SURNAME}, -1}, + {"ریاحی", 1, {DICTIONARY_SURNAME}, -1}, + {"Roman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akhlaghi", 1, {DICTIONARY_SURNAME}, -1}, + {"Albeda", 1, {DICTIONARY_SURNAME}, -1}, + {"Lanzaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Cynamon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kayvan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pietilä", 1, {DICTIONARY_SURNAME}, -1}, + {"Ševeček", 1, {DICTIONARY_SURNAME}, -1}, + {"Hughie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joon-tae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Morina", 1, {DICTIONARY_SURNAME}, -1}, + {"Larmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Shawn", 1, {DICTIONARY_SURNAME}, -1}, + {"Shindō", 1, {DICTIONARY_SURNAME}, -1}, + {"Reikichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heigham", 1, {DICTIONARY_SURNAME}, -1}, + {"Naveed", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greenwood", 1, {DICTIONARY_SURNAME}, -1}, + {"McTague", 1, {DICTIONARY_SURNAME}, -1}, + {"Negash", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ruggieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Hern", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrljić", 1, {DICTIONARY_SURNAME}, -1}, + {"Seddon", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehrenpreis", 1, {DICTIONARY_SURNAME}, -1}, + {"Seachnasach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Christoph", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"White", 1, {DICTIONARY_SURNAME}, -1}, + {"Crighton", 1, {DICTIONARY_SURNAME}, -1}, + {"Rogovin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nigel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greenman", 1, {DICTIONARY_SURNAME}, -1}, + {"Dementyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Hashiguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abushagur", 1, {DICTIONARY_SURNAME}, -1}, + {"Fingerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Adovasio", 1, {DICTIONARY_SURNAME}, -1}, + {"Leeuwangh", 1, {DICTIONARY_SURNAME}, -1}, + {"Novotný", 1, {DICTIONARY_SURNAME}, -1}, + {"Þorvaldur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takigawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Juddery", 1, {DICTIONARY_SURNAME}, -1}, + {"Sisuile", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Putman", 1, {DICTIONARY_SURNAME}, -1}, + {"Pandey", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishak", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mamady", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Humphry", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Migerka", 1, {DICTIONARY_SURNAME}, -1}, + {"Alekseyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Failli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vansimpsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Chioccioli", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamercus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lensky", 1, {DICTIONARY_SURNAME}, -1}, + {"Pašić", 1, {DICTIONARY_SURNAME}, -1}, + {"Haselton", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaľukevič", 1, {DICTIONARY_SURNAME}, -1}, + {"Skácel", 1, {DICTIONARY_SURNAME}, -1}, + {"Harpaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kallenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Chedli", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dowell", 1, {DICTIONARY_SURNAME}, -1}, + {"Wague", 1, {DICTIONARY_SURNAME}, -1}, + {"Texier", 1, {DICTIONARY_SURNAME}, -1}, + {"Drew", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ruaidrí", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Åge", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brun", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernhard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aikura", 1, {DICTIONARY_SURNAME}, -1}, + {"Brascia", 1, {DICTIONARY_SURNAME}, -1}, + {"Viloteau", 1, {DICTIONARY_SURNAME}, -1}, + {"Adisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Redfern", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanebo", 1, {DICTIONARY_SURNAME}, -1}, + {"Fritz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Conchobar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shitala", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heisler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicot", 1, {DICTIONARY_SURNAME}, -1}, + {"Eanfrith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Colosi", 1, {DICTIONARY_SURNAME}, -1}, + {"Brickner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekwensi", 1, {DICTIONARY_SURNAME}, -1}, + {"Harbaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Joanne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garretson", 1, {DICTIONARY_SURNAME}, -1}, + {"Quibell", 1, {DICTIONARY_SURNAME}, -1}, + {"Joĉjo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tokutarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yasuyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Francaix", 1, {DICTIONARY_SURNAME}, -1}, + {"Evin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Janikovszky", 1, {DICTIONARY_SURNAME}, -1}, + {"Cemil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farhaan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Manjani", 1, {DICTIONARY_SURNAME}, -1}, + {"sprint stores", 1, {DICTIONARY_CHAIN}, 239}, + {"Glyn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hugill", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladislavić", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeywickrama", 1, {DICTIONARY_SURNAME}, -1}, + {"Napoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Klebe", 1, {DICTIONARY_SURNAME}, -1}, + {"Schorr", 1, {DICTIONARY_SURNAME}, -1}, + {"Kachaturian", 1, {DICTIONARY_SURNAME}, -1}, + {"McVeigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Milko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thirumulpad", 1, {DICTIONARY_SURNAME}, -1}, + {"Brahms", 1, {DICTIONARY_SURNAME}, -1}, + {"Hus", 1, {DICTIONARY_SURNAME}, -1}, + {"Osterhaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Aeschbacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Argerich", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajish", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sinech", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Naoyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boychenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Rossouw", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoneno", 1, {DICTIONARY_SURNAME}, -1}, + {"Ataseven", 1, {DICTIONARY_SURNAME}, -1}, + {"McNulty", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanratty", 1, {DICTIONARY_SURNAME}, -1}, + {"Ze'evi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdullayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Akmansoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Bones", 1, {DICTIONARY_SURNAME}, -1}, + {"Perkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Deol", 1, {DICTIONARY_SURNAME}, -1}, + {"Khare", 1, {DICTIONARY_SURNAME}, -1}, + {"Yōichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hough", 1, {DICTIONARY_SURNAME}, -1}, + {"Baiano", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Audenrode", 1, {DICTIONARY_SURNAME}, -1}, + {"Biterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Barkat Ali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schoelcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Šekularac", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Valkengoed", 1, {DICTIONARY_SURNAME}, -1}, + {"Pegah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zografos", 1, {DICTIONARY_SURNAME}, -1}, + {"Bickham", 1, {DICTIONARY_SURNAME}, -1}, + {"Adongo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Çağla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Smalls", 1, {DICTIONARY_SURNAME}, -1}, + {"Senior", 1, {DICTIONARY_SURNAME}, -1}, + {"Schälzky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ardis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zaslofsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrdina", 1, {DICTIONARY_SURNAME}, -1}, + {"Cosyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruthlyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alev", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agerskov", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaffin", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjovi", 1, {DICTIONARY_SURNAME}, -1}, + {"Campese", 1, {DICTIONARY_SURNAME}, -1}, + {"Pomahač", 1, {DICTIONARY_SURNAME}, -1}, + {"Sisask", 1, {DICTIONARY_SURNAME}, -1}, + {"Veigel", 1, {DICTIONARY_SURNAME}, -1}, + {"Quigg", 1, {DICTIONARY_SURNAME}, -1}, + {"Thaddeus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mikola", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Müntefering", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurtz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vettori", 1, {DICTIONARY_SURNAME}, -1}, + {"Greener", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunham", 1, {DICTIONARY_SURNAME}, -1}, + {"Bamford", 1, {DICTIONARY_SURNAME}, -1}, + {"Venaille", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"seven eleven", 1, {DICTIONARY_CHAIN}, 56}, + {"Diane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vendola", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kangralkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Abhinav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gandee", 1, {DICTIONARY_SURNAME}, -1}, + {"Adolfito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wacha", 1, {DICTIONARY_SURNAME}, -1}, + {"Denny", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Plakcy", 1, {DICTIONARY_SURNAME}, -1}, + {"Durang", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasel", 1, {DICTIONARY_SURNAME}, -1}, + {"Nalawade", 1, {DICTIONARY_SURNAME}, -1}, + {"Filotije", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bogdanowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Setchell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaiserman", 1, {DICTIONARY_SURNAME}, -1}, + {"Laughlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hermann", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marshall", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cerney", 1, {DICTIONARY_SURNAME}, -1}, + {"Baas", 1, {DICTIONARY_SURNAME}, -1}, + {"Gifter", 1, {DICTIONARY_SURNAME}, -1}, + {"Aamara", 1, {DICTIONARY_SURNAME}, -1}, + {"Liljebjörn", 1, {DICTIONARY_SURNAME}, -1}, + {"Akeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulish", 1, {DICTIONARY_SURNAME}, -1}, + {"Von der Goltz", 1, {DICTIONARY_SURNAME}, -1}, + {"Herberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hepworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Borechko", 1, {DICTIONARY_SURNAME}, -1}, + {"Prytz", 1, {DICTIONARY_SURNAME}, -1}, + {"Damania", 1, {DICTIONARY_SURNAME}, -1}, + {"Auffret", 1, {DICTIONARY_SURNAME}, -1}, + {"Ando", 1, {DICTIONARY_SURNAME}, -1}, + {"Nungesser", 1, {DICTIONARY_SURNAME}, -1}, + {"Fortin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lippe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajimobi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohnstamm", 1, {DICTIONARY_SURNAME}, -1}, + {"Kisaburō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Overbeek", 1, {DICTIONARY_SURNAME}, -1}, + {"Sukeshiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Higa", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulkkinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hofheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Antoniuc", 1, {DICTIONARY_SURNAME}, -1}, + {"Delancey", 1, {DICTIONARY_SURNAME}, -1}, + {"Philippon", 1, {DICTIONARY_SURNAME}, -1}, + {"Garver", 1, {DICTIONARY_SURNAME}, -1}, + {"Sokullu", 1, {DICTIONARY_SURNAME}, -1}, + {"Shakura", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oesau", 1, {DICTIONARY_SURNAME}, -1}, + {"Garciaparra", 1, {DICTIONARY_SURNAME}, -1}, + {"Bovio", 1, {DICTIONARY_SURNAME}, -1}, + {"Sveinbjörn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Odinga", 1, {DICTIONARY_SURNAME}, -1}, + {"Burse", 1, {DICTIONARY_SURNAME}, -1}, + {"Catriona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raczynski", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucking", 1, {DICTIONARY_SURNAME}, -1}, + {"Kagefusa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aandahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Colshill", 1, {DICTIONARY_SURNAME}, -1}, + {"Dugdale", 1, {DICTIONARY_SURNAME}, -1}, + {"Volckmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Brucker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Volikakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Akognon", 1, {DICTIONARY_SURNAME}, -1}, + {"Gioseffi", 1, {DICTIONARY_SURNAME}, -1}, + {"Heil", 1, {DICTIONARY_SURNAME}, -1}, + {"Sampatisiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaidy", 1, {DICTIONARY_SURNAME}, -1}, + {"Hambardzumyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinmar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hadjimichael", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldschmid", 1, {DICTIONARY_SURNAME}, -1}, + {"Alatlı", 1, {DICTIONARY_SURNAME}, -1}, + {"Carotone", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijiaratnam", 1, {DICTIONARY_SURNAME}, -1}, + {"Gysi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanghani", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandipan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vinetot", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Movilă", 1, {DICTIONARY_SURNAME}, -1}, + {"Redden", 1, {DICTIONARY_SURNAME}, -1}, + {"Claudio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bushore", 1, {DICTIONARY_SURNAME}, -1}, + {"Loughton", 1, {DICTIONARY_SURNAME}, -1}, + {"Fleur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bromell", 1, {DICTIONARY_SURNAME}, -1}, + {"Khokhlov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemaître", 1, {DICTIONARY_SURNAME}, -1}, + {"Zekić", 1, {DICTIONARY_SURNAME}, -1}, + {"Moniz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mesić", 1, {DICTIONARY_SURNAME}, -1}, + {"Marius", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rorschach", 1, {DICTIONARY_SURNAME}, -1}, + {"Arsène", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viramontes", 1, {DICTIONARY_SURNAME}, -1}, + {"Katica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klamer", 1, {DICTIONARY_SURNAME}, -1}, + {"Draguicevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Elkann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibrahimović", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrist", 1, {DICTIONARY_SURNAME}, -1}, + {"Manchu", 1, {DICTIONARY_SURNAME}, -1}, + {"Čović", 1, {DICTIONARY_SURNAME}, -1}, + {"Cathey", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeyori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Syed Ali", 1, {DICTIONARY_SURNAME}, -1}, + {"Anwar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Heywood", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bugg", 1, {DICTIONARY_SURNAME}, -1}, + {"LoBianco", 1, {DICTIONARY_SURNAME}, -1}, + {"Avallone", 1, {DICTIONARY_SURNAME}, -1}, + {"Oberson", 1, {DICTIONARY_SURNAME}, -1}, + {"Onchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ockrent", 1, {DICTIONARY_SURNAME}, -1}, + {"Malkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Barstow", 1, {DICTIONARY_SURNAME}, -1}, + {"Munish", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ji-woon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rohl", 1, {DICTIONARY_SURNAME}, -1}, + {"Karthik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mašín", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabbas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamdi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Thom", 1, {DICTIONARY_SURNAME}, -1}, + {"Anup", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"at and t", 1, {DICTIONARY_CHAIN}, 65}, + {"Dumervil", 1, {DICTIONARY_SURNAME}, -1}, + {"Zijlstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Rinjish", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stucchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zakiah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Abderhalden", 1, {DICTIONARY_SURNAME}, -1}, + {"Henriksson", 1, {DICTIONARY_SURNAME}, -1}, + {"Villoresi", 1, {DICTIONARY_SURNAME}, -1}, + {"McMinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Raikin", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Martirosyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Chávez", 1, {DICTIONARY_SURNAME}, -1}, + {"Posey", 1, {DICTIONARY_SURNAME}, -1}, + {"Botmang", 1, {DICTIONARY_SURNAME}, -1}, + {"Canani", 1, {DICTIONARY_SURNAME}, -1}, + {"Akdemir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Piesse", 1, {DICTIONARY_SURNAME}, -1}, + {"Belkacem", 1, {DICTIONARY_SURNAME}, -1}, + {"Natallia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bergquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Abraw", 1, {DICTIONARY_SURNAME}, -1}, + {"Aksenenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Vranjković", 1, {DICTIONARY_SURNAME}, -1}, + {"Naomi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ballin", 1, {DICTIONARY_SURNAME}, -1}, + {"Griffin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobral", 1, {DICTIONARY_SURNAME}, -1}, + {"Săsăran", 1, {DICTIONARY_SURNAME}, -1}, + {"Wagstaffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahanotu", 1, {DICTIONARY_SURNAME}, -1}, + {"Gowan", 1, {DICTIONARY_SURNAME}, -1}, + {"McCullin", 1, {DICTIONARY_SURNAME}, -1}, + {"Şipal", 1, {DICTIONARY_SURNAME}, -1}, + {"Accambray", 1, {DICTIONARY_SURNAME}, -1}, + {"Farrugia", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhmatova", 1, {DICTIONARY_SURNAME}, -1}, + {"Stucker", 1, {DICTIONARY_SURNAME}, -1}, + {"Çalış", 1, {DICTIONARY_SURNAME}, -1}, + {"De Vlaeminck", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hennen", 1, {DICTIONARY_SURNAME}, -1}, + {"Letta", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolay", 1, {DICTIONARY_SURNAME}, -1}, + {"Callender", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahony", 1, {DICTIONARY_SURNAME}, -1}, + {"Mokichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hechter", 1, {DICTIONARY_SURNAME}, -1}, + {"Misztal", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleasby", 1, {DICTIONARY_SURNAME}, -1}, + {"Desiderio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akarapong", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnurr", 1, {DICTIONARY_SURNAME}, -1}, + {"Maximilian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaczorowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Eady", 1, {DICTIONARY_SURNAME}, -1}, + {"Amankwah", 1, {DICTIONARY_SURNAME}, -1}, + {"Visbal", 1, {DICTIONARY_SURNAME}, -1}, + {"Spyropoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdykhalikova", 1, {DICTIONARY_SURNAME}, -1}, + {"Pirogov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattson", 1, {DICTIONARY_SURNAME}, -1}, + {"Villoro", 1, {DICTIONARY_SURNAME}, -1}, + {"Zweerts", 1, {DICTIONARY_SURNAME}, -1}, + {"Lynsey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"António Cândido", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Riester", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodríguez Saá", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedgpeth", 1, {DICTIONARY_SURNAME}, -1}, + {"Virenque", 1, {DICTIONARY_SURNAME}, -1}, + {"Michele", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Charlize", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoffman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hong-gi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aimar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"specsavers", 1, {DICTIONARY_CHAIN}, -1}, + {"Engren", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilner", 1, {DICTIONARY_SURNAME}, -1}, + {"Häring", 1, {DICTIONARY_SURNAME}, -1}, + {"Baughan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vunk", 1, {DICTIONARY_SURNAME}, -1}, + {"Shira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Llewellin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ter Arutunian", 1, {DICTIONARY_SURNAME}, -1}, + {"Dejene", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kimimasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Gelderen", 1, {DICTIONARY_SURNAME}, -1}, + {"Capodaglio", 1, {DICTIONARY_SURNAME}, -1}, + {"McBeath", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiroji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Höhne", 1, {DICTIONARY_SURNAME}, -1}, + {"Paget", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahane", 1, {DICTIONARY_SURNAME}, -1}, + {"Umezawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Bullivant", 1, {DICTIONARY_SURNAME}, -1}, + {"Dangl", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuilagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Laski", 1, {DICTIONARY_SURNAME}, -1}, + {"Judi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heyboer", 1, {DICTIONARY_SURNAME}, -1}, + {"Michizane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lepp", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae-kyung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lethem", 1, {DICTIONARY_SURNAME}, -1}, + {"Biridepalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Alysson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lavery", 1, {DICTIONARY_SURNAME}, -1}, + {"Pearce", 1, {DICTIONARY_SURNAME}, -1}, + {"Librescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosátko", 1, {DICTIONARY_SURNAME}, -1}, + {"Hachirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Astroth", 1, {DICTIONARY_SURNAME}, -1}, + {"Nurmat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Volkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Fesenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Zadoc", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Glasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashbee", 1, {DICTIONARY_SURNAME}, -1}, + {"Magnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Edlund", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarty", 1, {DICTIONARY_SURNAME}, -1}, + {"Rachel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Gundy", 1, {DICTIONARY_SURNAME}, -1}, + {"Haugli", 1, {DICTIONARY_SURNAME}, -1}, + {"McBath", 1, {DICTIONARY_SURNAME}, -1}, + {"Escoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Adimurthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Tishman", 1, {DICTIONARY_SURNAME}, -1}, + {"Abajobir", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoetensack", 1, {DICTIONARY_SURNAME}, -1}, + {"Strahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Cutrone", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheffing", 1, {DICTIONARY_SURNAME}, -1}, + {"Vápeníková", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackadder", 1, {DICTIONARY_SURNAME}, -1}, + {"Øyvind", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klíma", 1, {DICTIONARY_SURNAME}, -1}, + {"Máel Sechnaill", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shigefumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kanye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gjelaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Kashima", 1, {DICTIONARY_SURNAME}, -1}, + {"Varineau", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuczynski", 1, {DICTIONARY_SURNAME}, -1}, + {"Lillian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aksyutenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Achard", 1, {DICTIONARY_SURNAME}, -1}, + {"Dryer", 1, {DICTIONARY_SURNAME}, -1}, + {"Meir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jakupi", 1, {DICTIONARY_SURNAME}, -1}, + {"Miķelis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balthazar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leyser", 1, {DICTIONARY_SURNAME}, -1}, + {"Sievert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McEvedy", 1, {DICTIONARY_SURNAME}, -1}, + {"Sumire", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cui", 1, {DICTIONARY_SURNAME}, -1}, + {"Viglione", 1, {DICTIONARY_SURNAME}, -1}, + {"Beare", 1, {DICTIONARY_SURNAME}, -1}, + {"Frattini", 1, {DICTIONARY_SURNAME}, -1}, + {"Wójcik", 1, {DICTIONARY_SURNAME}, -1}, + {"Klimeš", 1, {DICTIONARY_SURNAME}, -1}, + {"Heffelfinger", 1, {DICTIONARY_SURNAME}, -1}, + {"DeVita", 1, {DICTIONARY_SURNAME}, -1}, + {"Eochaid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cortinovis", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Heuvel", 1, {DICTIONARY_SURNAME}, -1}, + {"Gardinier", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovering", 1, {DICTIONARY_SURNAME}, -1}, + {"Micklethwaite", 1, {DICTIONARY_SURNAME}, -1}, + {"Viermyr", 1, {DICTIONARY_SURNAME}, -1}, + {"Mifflin", 1, {DICTIONARY_SURNAME}, -1}, + {"Manzano", 1, {DICTIONARY_SURNAME}, -1}, + {"Reilley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Steinitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Oyamada", 1, {DICTIONARY_SURNAME}, -1}, + {"Rainsford", 1, {DICTIONARY_SURNAME}, -1}, + {"Horswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Mauricio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nishimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Shitaye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viswam", 1, {DICTIONARY_SURNAME}, -1}, + {"Colin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ternette", 1, {DICTIONARY_SURNAME}, -1}, + {"Emelé", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaganova", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Viersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Guilfoyle", 1, {DICTIONARY_SURNAME}, -1}, + {"Đuričković", 1, {DICTIONARY_SURNAME}, -1}, + {"Aberbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Adewunmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rothbart", 1, {DICTIONARY_SURNAME}, -1}, + {"starbucks", 1, {DICTIONARY_CHAIN}, -1}, + {"Carse", 1, {DICTIONARY_SURNAME}, -1}, + {"Scuderi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitton", 1, {DICTIONARY_SURNAME}, -1}, + {"Jović", 1, {DICTIONARY_SURNAME}, -1}, + {"Delevingne", 1, {DICTIONARY_SURNAME}, -1}, + {"Quensel", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhabha", 1, {DICTIONARY_SURNAME}, -1}, + {"Mondini", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaikona", 1, {DICTIONARY_SURNAME}, -1}, + {"Salonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Freshwater", 1, {DICTIONARY_SURNAME}, -1}, + {"Kip", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vasser", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilbe", 1, {DICTIONARY_SURNAME}, -1}, + {"De Beer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Plaxton", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Prondzynski", 1, {DICTIONARY_SURNAME}, -1}, + {"Blodget", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamizono", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajeddou", 1, {DICTIONARY_SURNAME}, -1}, + {"makro", 1, {DICTIONARY_CHAIN}, -1}, + {"Gyorko", 1, {DICTIONARY_SURNAME}, -1}, + {"Aderhold", 1, {DICTIONARY_SURNAME}, -1}, + {"Mi-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brandenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Acimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Manakamana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bensley", 1, {DICTIONARY_SURNAME}, -1}, + {"Stettin", 1, {DICTIONARY_SURNAME}, -1}, + {"McManis", 1, {DICTIONARY_SURNAME}, -1}, + {"Baudet", 1, {DICTIONARY_SURNAME}, -1}, + {"Vichnievsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhic Alastair", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flagg", 1, {DICTIONARY_SURNAME}, -1}, + {"Buddhadeb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gezahegne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Korniyenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Eichhorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheyne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kleiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bieszczad", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ohanian", 1, {DICTIONARY_SURNAME}, -1}, + {"Ichimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Prabhu", 1, {DICTIONARY_SURNAME}, -1}, + {"Longhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaimdibhla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Knopfler", 1, {DICTIONARY_SURNAME}, -1}, + {"Fossati", 1, {DICTIONARY_SURNAME}, -1}, + {"Torahiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ober", 1, {DICTIONARY_SURNAME}, -1}, + {"Cromek", 1, {DICTIONARY_SURNAME}, -1}, + {"Schippers", 1, {DICTIONARY_SURNAME}, -1}, + {"Rösler", 1, {DICTIONARY_SURNAME}, -1}, + {"Shorrock", 1, {DICTIONARY_SURNAME}, -1}, + {"Ledger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kathrin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Onitsuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Dawidowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Marconnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Richelot", 1, {DICTIONARY_SURNAME}, -1}, + {"Danilenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Huguette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gipe", 1, {DICTIONARY_SURNAME}, -1}, + {"Pescatore", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmadel", 1, {DICTIONARY_SURNAME}, -1}, + {"Dulay", 1, {DICTIONARY_SURNAME}, -1}, + {"Agblexo", 1, {DICTIONARY_SURNAME}, -1}, + {"Gisborne", 1, {DICTIONARY_SURNAME}, -1}, + {"Althaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorcan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahansal", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Leman", 1, {DICTIONARY_SURNAME}, -1}, + {"Keathley", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanojković", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vandervort", 1, {DICTIONARY_SURNAME}, -1}, + {"daenisches bettenlager", 1, {DICTIONARY_CHAIN}, 119}, + {"Khachaturyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingólfsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Feoktisov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dasso", 1, {DICTIONARY_SURNAME}, -1}, + {"Naoji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ganaway", 1, {DICTIONARY_SURNAME}, -1}, + {"Duncombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Stout", 1, {DICTIONARY_SURNAME}, -1}, + {"Jongen", 1, {DICTIONARY_SURNAME}, -1}, + {"Burness", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Heijningen", 1, {DICTIONARY_SURNAME}, -1}, + {"Betlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hargreaves", 1, {DICTIONARY_SURNAME}, -1}, + {"Despencer", 1, {DICTIONARY_SURNAME}, -1}, + {"Partridge", 1, {DICTIONARY_SURNAME}, -1}, + {"caixa econômica federal", 1, {DICTIONARY_CHAIN}, -1}, + {"Cybulski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kingsbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Foguelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Достоевский", 1, {DICTIONARY_SURNAME}, -1}, + {"Agwai", 1, {DICTIONARY_SURNAME}, -1}, + {"Réjean", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buač", 1, {DICTIONARY_SURNAME}, -1}, + {"Karlsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitting", 1, {DICTIONARY_SURNAME}, -1}, + {"MacIsaac", 1, {DICTIONARY_SURNAME}, -1}, + {"Posada", 1, {DICTIONARY_SURNAME}, -1}, + {"Wislicenus", 1, {DICTIONARY_SURNAME}, -1}, + {"Pennock", 1, {DICTIONARY_SURNAME}, -1}, + {"Zechariah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agbim", 1, {DICTIONARY_SURNAME}, -1}, + {"Freeston", 1, {DICTIONARY_SURNAME}, -1}, + {"Gundega", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yasutsune", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roslavets", 1, {DICTIONARY_SURNAME}, -1}, + {"Villu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Järvi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyun-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stasiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Vardy", 1, {DICTIONARY_SURNAME}, -1}, + {"Rofe", 1, {DICTIONARY_SURNAME}, -1}, + {"Gráinne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gattuso", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeygunawardena", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarkisian", 1, {DICTIONARY_SURNAME}, -1}, + {"Verhey", 1, {DICTIONARY_SURNAME}, -1}, + {"Scoce", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajrapetjan", 1, {DICTIONARY_SURNAME}, -1}, + {"Landzaat", 1, {DICTIONARY_SURNAME}, -1}, + {"Geoghegan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kashiwase", 1, {DICTIONARY_SURNAME}, -1}, + {"Alexiou", 1, {DICTIONARY_SURNAME}, -1}, + {"Hazan", 1, {DICTIONARY_SURNAME}, -1}, + {"Dary", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McCoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Shukuzawa", 1, {DICTIONARY_SURNAME}, -1}, + {"VanWyngarden", 1, {DICTIONARY_SURNAME}, -1}, + {"Forest", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giża", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Faccani", 1, {DICTIONARY_SURNAME}, -1}, + {"Wrubel", 1, {DICTIONARY_SURNAME}, -1}, + {"McArthur", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosshardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Tufa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yekta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kučera", 1, {DICTIONARY_SURNAME}, -1}, + {"Aalda", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegde", 1, {DICTIONARY_SURNAME}, -1}, + {"Bengell", 1, {DICTIONARY_SURNAME}, -1}, + {"Seifert", 1, {DICTIONARY_SURNAME}, -1}, + {"Platt", 1, {DICTIONARY_SURNAME}, -1}, + {"Haselhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambeth", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonderplanitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Fein", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrington", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Baronchelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Valdespin", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobrizhoffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagge", 1, {DICTIONARY_SURNAME}, -1}, + {"Aburaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Hefferon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kichenok", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavruška", 1, {DICTIONARY_SURNAME}, -1}, + {"Hext", 1, {DICTIONARY_SURNAME}, -1}, + {"Sverrisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Venema", 1, {DICTIONARY_SURNAME}, -1}, + {"Patricio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Larreategui", 1, {DICTIONARY_SURNAME}, -1}, + {"Hort", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziller", 1, {DICTIONARY_SURNAME}, -1}, + {"Linehan", 1, {DICTIONARY_SURNAME}, -1}, + {"Diddlebock", 1, {DICTIONARY_SURNAME}, -1}, + {"Raikes", 1, {DICTIONARY_SURNAME}, -1}, + {"Zurab", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bilak", 1, {DICTIONARY_SURNAME}, -1}, + {"Sugaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Chafin", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulding", 1, {DICTIONARY_SURNAME}, -1}, + {"Everard", 1, {DICTIONARY_SURNAME}, -1}, + {"Shevchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Mosbacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Ardouin", 1, {DICTIONARY_SURNAME}, -1}, + {"Schack", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemble family", 1, {DICTIONARY_SURNAME}, -1}, + {"Raab", 1, {DICTIONARY_SURNAME}, -1}, + {"Sibanda", 1, {DICTIONARY_SURNAME}, -1}, + {"Mureșanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipkemoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ederle", 1, {DICTIONARY_SURNAME}, -1}, + {"Cabezas", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikolajević", 1, {DICTIONARY_SURNAME}, -1}, + {"Marinello", 1, {DICTIONARY_SURNAME}, -1}, + {"Kálnoky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hathairattanakool", 1, {DICTIONARY_SURNAME}, -1}, + {"Léo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Killelea", 1, {DICTIONARY_SURNAME}, -1}, + {"Puente", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheat", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarrett", 1, {DICTIONARY_SURNAME}, -1}, + {"Sardet", 1, {DICTIONARY_SURNAME}, -1}, + {"Klumperbeek", 1, {DICTIONARY_SURNAME}, -1}, + {"Macarius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sabri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"joes crab shacks", 1, {DICTIONARY_CHAIN}, 167}, + {"Pickler", 1, {DICTIONARY_SURNAME}, -1}, + {"Frosio", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrhovec", 1, {DICTIONARY_SURNAME}, -1}, + {"Masuko", 1, {DICTIONARY_SURNAME}, -1}, + {"Přindiš", 1, {DICTIONARY_SURNAME}, -1}, + {"big smoke burger", 1, {DICTIONARY_CHAIN}, -1}, + {"Donnellan", 1, {DICTIONARY_SURNAME}, -1}, + {"deutsche banks", 1, {DICTIONARY_CHAIN}, 125}, + {"Leyden", 1, {DICTIONARY_SURNAME}, -1}, + {"Milward", 1, {DICTIONARY_SURNAME}, -1}, + {"Nguyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Boteach", 1, {DICTIONARY_SURNAME}, -1}, + {"Boyd", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Breglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Alman", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshisuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mahagauri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cerullo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazutoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sereda", 1, {DICTIONARY_SURNAME}, -1}, + {"Féret", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigetsuna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Martelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Quiroz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ezeugo", 1, {DICTIONARY_SURNAME}, -1}, + {"Leguizamón", 1, {DICTIONARY_SURNAME}, -1}, + {"Konstantinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Moolsan", 1, {DICTIONARY_SURNAME}, -1}, + {"hilton garden inn", 1, {DICTIONARY_CHAIN}, -1}, + {"Velits", 1, {DICTIONARY_SURNAME}, -1}, + {"Lerer", 1, {DICTIONARY_SURNAME}, -1}, + {"Weathers", 1, {DICTIONARY_SURNAME}, -1}, + {"Burkert", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarasenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Osiński", 1, {DICTIONARY_SURNAME}, -1}, + {"Wardrop", 1, {DICTIONARY_SURNAME}, -1}, + {"Formanek", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharifullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vahidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartosz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaukėnas", 1, {DICTIONARY_SURNAME}, -1}, + {"Annibale", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Steenwinckel", 1, {DICTIONARY_SURNAME}, -1}, + {"So-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nəbiyeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Haru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mićović", 1, {DICTIONARY_SURNAME}, -1}, + {"Willner", 1, {DICTIONARY_SURNAME}, -1}, + {"Betetto", 1, {DICTIONARY_SURNAME}, -1}, + {"Vollbracht", 1, {DICTIONARY_SURNAME}, -1}, + {"Levi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Toperić", 1, {DICTIONARY_SURNAME}, -1}, + {"Goian", 1, {DICTIONARY_SURNAME}, -1}, + {"Pegg", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannant", 1, {DICTIONARY_SURNAME}, -1}, + {"Ohno", 1, {DICTIONARY_SURNAME}, -1}, + {"De Groot", 1, {DICTIONARY_SURNAME}, -1}, + {"Mott", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hendra", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Birkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Verwijlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Maack", 1, {DICTIONARY_SURNAME}, -1}, + {"Alperovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Aittokallio", 1, {DICTIONARY_SURNAME}, -1}, + {"Чехов", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammarskiöld", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamoral", 1, {DICTIONARY_SURNAME}, -1}, + {"Spitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasileiou", 1, {DICTIONARY_SURNAME}, -1}, + {"Ritwika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krzemiński", 1, {DICTIONARY_SURNAME}, -1}, + {"Majchrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sejdiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodders", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kammerer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Alastair", 1, {DICTIONARY_SURNAME}, -1}, + {"Kluge", 1, {DICTIONARY_SURNAME}, -1}, + {"Yaprak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keech", 1, {DICTIONARY_SURNAME}, -1}, + {"Fraenkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Viikmäe", 1, {DICTIONARY_SURNAME}, -1}, + {"Grez", 1, {DICTIONARY_SURNAME}, -1}, + {"Fedelm", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Osian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Val", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aimonetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Mezgebu", 1, {DICTIONARY_SURNAME}, -1}, + {"Christman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hesilrige", 1, {DICTIONARY_SURNAME}, -1}, + {"one stop", 1, {DICTIONARY_CHAIN}, -1}, + {"Nakama", 1, {DICTIONARY_SURNAME}, -1}, + {"Vereza", 1, {DICTIONARY_SURNAME}, -1}, + {"Abasolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitehill", 1, {DICTIONARY_SURNAME}, -1}, + {"Chugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidigal", 1, {DICTIONARY_SURNAME}, -1}, + {"Marticorena", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirth", 1, {DICTIONARY_SURNAME}, -1}, + {"Upton", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicola", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McNown", 1, {DICTIONARY_SURNAME}, -1}, + {"Neira", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadeusz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Enderby", 1, {DICTIONARY_SURNAME}, -1}, + {"Pantić", 1, {DICTIONARY_SURNAME}, -1}, + {"Gies", 1, {DICTIONARY_SURNAME}, -1}, + {"Baccio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baskcomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Feuchtwanger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hilscher", 1, {DICTIONARY_SURNAME}, -1}, + {"Verlander", 1, {DICTIONARY_SURNAME}, -1}, + {"Markwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambić", 1, {DICTIONARY_SURNAME}, -1}, + {"ernstings family", 1, {DICTIONARY_CHAIN}, 133}, + {"Zimerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Adiga", 1, {DICTIONARY_SURNAME}, -1}, + {"Lieke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alp", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brancaccio", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Uel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGeorge", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kadri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Moos", 1, {DICTIONARY_SURNAME}, -1}, + {"Sverdlov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aczél", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuminelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Irizarry", 1, {DICTIONARY_SURNAME}, -1}, + {"Efren", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chabukiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubosc", 1, {DICTIONARY_SURNAME}, -1}, + {"Batuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasche", 1, {DICTIONARY_SURNAME}, -1}, + {"Stottlemyre", 1, {DICTIONARY_SURNAME}, -1}, + {"Alagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Turan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Udovenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Deeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Cammaerts", 1, {DICTIONARY_SURNAME}, -1}, + {"Nitzche", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Colston", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsubobayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Navitski", 1, {DICTIONARY_SURNAME}, -1}, + {"Dallenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Dwynwen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sage", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abrines", 1, {DICTIONARY_SURNAME}, -1}, + {"Noburu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carkeet", 1, {DICTIONARY_SURNAME}, -1}, + {"o'reilly auto parts", 1, {DICTIONARY_CHAIN}, -1}, + {"Oriani", 1, {DICTIONARY_SURNAME}, -1}, + {"Cukkemane", 1, {DICTIONARY_SURNAME}, -1}, + {"Jankuhn", 1, {DICTIONARY_SURNAME}, -1}, + {"Grigorian", 1, {DICTIONARY_SURNAME}, -1}, + {"Veronnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Boz", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasutoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wenke", 1, {DICTIONARY_SURNAME}, -1}, + {"Mulgrew", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schau", 1, {DICTIONARY_SURNAME}, -1}, + {"Kees", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Monod", 1, {DICTIONARY_SURNAME}, -1}, + {"Hassanzadeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Masiello", 1, {DICTIONARY_SURNAME}, -1}, + {"Dawson", 1, {DICTIONARY_SURNAME}, -1}, + {"Đurić", 1, {DICTIONARY_SURNAME}, -1}, + {"Herbjørnsrud", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamutenya", 1, {DICTIONARY_SURNAME}, -1}, + {"Lobo", 1, {DICTIONARY_SURNAME}, -1}, + {"Miško", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Medhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Heydar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aftenie", 1, {DICTIONARY_SURNAME}, -1}, + {"Shams", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Macedonian Onomastics", 1, {DICTIONARY_SURNAME}, -1}, + {"Chandi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loewy", 1, {DICTIONARY_SURNAME}, -1}, + {"Bebe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kotak", 1, {DICTIONARY_SURNAME}, -1}, + {"Lakatos", 1, {DICTIONARY_SURNAME}, -1}, + {"Loggia", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ornstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Kankkunen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarkozy", 1, {DICTIONARY_SURNAME}, -1}, + {"Eleazar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arhiptsaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablade", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grassi", 1, {DICTIONARY_SURNAME}, -1}, + {"Štorch", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Meyers", 1, {DICTIONARY_SURNAME}, -1}, + {"Vennersten", 1, {DICTIONARY_SURNAME}, -1}, + {"Landesman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bake", 1, {DICTIONARY_SURNAME}, -1}, + {"Schirmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinroth", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovalyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Valinakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Varrez", 1, {DICTIONARY_SURNAME}, -1}, + {"Károlyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertelsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Settles", 1, {DICTIONARY_SURNAME}, -1}, + {"McGowan", 1, {DICTIONARY_SURNAME}, -1}, + {"Herzfelde", 1, {DICTIONARY_SURNAME}, -1}, + {"Ichimada", 1, {DICTIONARY_SURNAME}, -1}, + {"starbucks coffees", 1, {DICTIONARY_CHAIN}, 240}, + {"Spoelstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Bajalica", 1, {DICTIONARY_SURNAME}, -1}, + {"Heizer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vingaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Brombaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Cristian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Di Matteo", 1, {DICTIONARY_SURNAME}, -1}, + {"Plein", 1, {DICTIONARY_SURNAME}, -1}, + {"Riaz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ulf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kazmaier", 1, {DICTIONARY_SURNAME}, -1}, + {"Kate", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pipalia", 1, {DICTIONARY_SURNAME}, -1}, + {"Ya'qub", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Queenan", 1, {DICTIONARY_SURNAME}, -1}, + {"Stephie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mantovani", 1, {DICTIONARY_SURNAME}, -1}, + {"Causton", 1, {DICTIONARY_SURNAME}, -1}, + {"Caoimhe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Enzo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bieler", 1, {DICTIONARY_SURNAME}, -1}, + {"Demet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tetsuhiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wain", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Meyer", 1, {DICTIONARY_SURNAME}, -1}, + {"McClamrock", 1, {DICTIONARY_SURNAME}, -1}, + {"Harizanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghaffari", 1, {DICTIONARY_SURNAME}, -1}, + {"Okyere", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivonne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nana", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Netrebko", 1, {DICTIONARY_SURNAME}, -1}, + {"Juhnke", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gyeon", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekdal", 1, {DICTIONARY_SURNAME}, -1}, + {"Tapper", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakaguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Maisie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hornick", 1, {DICTIONARY_SURNAME}, -1}, + {"Aitupe", 1, {DICTIONARY_SURNAME}, -1}, + {"Jemma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruthvik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brodowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Beltrami", 1, {DICTIONARY_SURNAME}, -1}, + {"Irving", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hölzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Soroush", 1, {DICTIONARY_SURNAME}, -1}, + {"Puel", 1, {DICTIONARY_SURNAME}, -1}, + {"Dershowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Keyl", 1, {DICTIONARY_SURNAME}, -1}, + {"Newbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Shervashidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokuji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pacca", 1, {DICTIONARY_SURNAME}, -1}, + {"Baskett", 1, {DICTIONARY_SURNAME}, -1}, + {"Burns", 1, {DICTIONARY_SURNAME}, -1}, + {"Rothe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ježek", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshimitsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hawksworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Del Mastro", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigizmund", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taktakishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Wijnand", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flood", 1, {DICTIONARY_SURNAME}, -1}, + {"Piepoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Nevelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Naif", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alia", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mittermeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Isaias", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grinnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vieilledent", 1, {DICTIONARY_SURNAME}, -1}, + {"Clapham", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudman", 1, {DICTIONARY_SURNAME}, -1}, + {"Afewerki", 1, {DICTIONARY_SURNAME}, -1}, + {"Balzarotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimberlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Winner", 1, {DICTIONARY_SURNAME}, -1}, + {"Klaas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Spate", 1, {DICTIONARY_SURNAME}, -1}, + {"Handleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Olisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erijarla", 1, {DICTIONARY_SURNAME}, -1}, + {"sixt", 1, {DICTIONARY_CHAIN}, -1}, + {"Bellos", 1, {DICTIONARY_SURNAME}, -1}, + {"Model", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrána", 1, {DICTIONARY_SURNAME}, -1}, + {"Carducci", 1, {DICTIONARY_SURNAME}, -1}, + {"Oier", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kuusk", 1, {DICTIONARY_SURNAME}, -1}, + {"Aali", 1, {DICTIONARY_SURNAME}, -1}, + {"Minnich", 1, {DICTIONARY_SURNAME}, -1}, + {"Deeks", 1, {DICTIONARY_SURNAME}, -1}, + {"delifrance", 1, {DICTIONARY_CHAIN}, 122}, + {"Anthony", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sirajuddin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henikstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Iacopo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yamauchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mogensen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ndikumana", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherkassky", 1, {DICTIONARY_SURNAME}, -1}, + {"Gobet", 1, {DICTIONARY_SURNAME}, -1}, + {"Paredes", 1, {DICTIONARY_SURNAME}, -1}, + {"t.d banks", 1, {DICTIONARY_CHAIN}, 248}, + {"Deok-su", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Perner", 1, {DICTIONARY_SURNAME}, -1}, + {"Rohmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Queenie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grimké", 1, {DICTIONARY_SURNAME}, -1}, + {"Kostylev", 1, {DICTIONARY_SURNAME}, -1}, + {"Hance", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhuge", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitsut", 1, {DICTIONARY_SURNAME}, -1}, + {"Packard", 1, {DICTIONARY_SURNAME}, -1}, + {"Aschbacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartog", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jullian", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasselmo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vennemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Appen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vastagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Vještica", 1, {DICTIONARY_SURNAME}, -1}, + {"Hay", 1, {DICTIONARY_SURNAME}, -1}, + {"Glimcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikhtiyar al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Skinner", 1, {DICTIONARY_SURNAME}, -1}, + {"Průcha", 1, {DICTIONARY_SURNAME}, -1}, + {"Murkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"McConigley", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuckert", 1, {DICTIONARY_SURNAME}, -1}, + {"Antanas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Åkerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Castellano", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitelocke", 1, {DICTIONARY_SURNAME}, -1}, + {"bank of america", 1, {DICTIONARY_CHAIN}, -1}, + {"Ungur", 1, {DICTIONARY_SURNAME}, -1}, + {"Punto", 1, {DICTIONARY_SURNAME}, -1}, + {"Vannesluoma", 1, {DICTIONARY_SURNAME}, -1}, + {"Shrubsole", 1, {DICTIONARY_SURNAME}, -1}, + {"Wincott", 1, {DICTIONARY_SURNAME}, -1}, + {"McCurrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Adlington", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-hoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mobbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Venuto", 1, {DICTIONARY_SURNAME}, -1}, + {"Kožušník", 1, {DICTIONARY_SURNAME}, -1}, + {"McMurry", 1, {DICTIONARY_SURNAME}, -1}, + {"Lerben", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gladkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinnock", 1, {DICTIONARY_SURNAME}, -1}, + {"sweet frog", 1, {DICTIONARY_CHAIN}, -1}, + {"Maxime", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Avgust", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mackenzie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ossman", 1, {DICTIONARY_SURNAME}, -1}, + {"Luc", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoskins", 1, {DICTIONARY_SURNAME}, -1}, + {"Orndorff", 1, {DICTIONARY_SURNAME}, -1}, + {"Norum", 1, {DICTIONARY_SURNAME}, -1}, + {"Semenya", 1, {DICTIONARY_SURNAME}, -1}, + {"Plutarch", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abadie", 1, {DICTIONARY_SURNAME}, -1}, + {"Belmain", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmiedebach", 1, {DICTIONARY_SURNAME}, -1}, + {"Mignardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zidan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aikin", 1, {DICTIONARY_SURNAME}, -1}, + {"Zachariae", 1, {DICTIONARY_SURNAME}, -1}, + {"Baghdadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mieszko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rashmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thellusson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hand", 1, {DICTIONARY_SURNAME}, -1}, + {"Messaoud", 1, {DICTIONARY_SURNAME}, -1}, + {"Daphne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varvodić", 1, {DICTIONARY_SURNAME}, -1}, + {"Abalakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Cristina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Argenta", 1, {DICTIONARY_SURNAME}, -1}, + {"Afford", 1, {DICTIONARY_SURNAME}, -1}, + {"Grant", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Iliopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Tritt", 1, {DICTIONARY_SURNAME}, -1}, + {"Akaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Cooray", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-mi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Küchler", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohnhaupt", 1, {DICTIONARY_SURNAME}, -1}, + {"Landshuth", 1, {DICTIONARY_SURNAME}, -1}, + {"Najjar", 1, {DICTIONARY_SURNAME}, -1}, + {"Sibyl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Golder", 1, {DICTIONARY_SURNAME}, -1}, + {"Azizullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berners", 1, {DICTIONARY_SURNAME}, -1}, + {"Orihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Perroncito", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorraine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nalband", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Boetzelaer", 1, {DICTIONARY_SURNAME}, -1}, + {"Farhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yanming", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hingston", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-mi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Essie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zulfiya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farquharson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lasairfhíona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roshwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Heribert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Severi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aoki", 1, {DICTIONARY_SURNAME}, -1}, + {"Baikie", 1, {DICTIONARY_SURNAME}, -1}, + {"Grebel", 1, {DICTIONARY_SURNAME}, -1}, + {"Gvozdić", 1, {DICTIONARY_SURNAME}, -1}, + {"Lithgow", 1, {DICTIONARY_SURNAME}, -1}, + {"McClinton", 1, {DICTIONARY_SURNAME}, -1}, + {"Abaza", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyrupayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Sechrest", 1, {DICTIONARY_SURNAME}, -1}, + {"Rey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"De Borchgrave d'Altena", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuțov", 1, {DICTIONARY_SURNAME}, -1}, + {"Valadkhan", 1, {DICTIONARY_SURNAME}, -1}, + {"Carny", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agbee", 1, {DICTIONARY_SURNAME}, -1}, + {"Visari", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomás", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bhave", 1, {DICTIONARY_SURNAME}, -1}, + {"Jawanda", 1, {DICTIONARY_SURNAME}, -1}, + {"Valērijs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hattendorf", 1, {DICTIONARY_SURNAME}, -1}, + {"Dowdall", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikernes", 1, {DICTIONARY_SURNAME}, -1}, + {"Affré", 1, {DICTIONARY_SURNAME}, -1}, + {"Rahja", 1, {DICTIONARY_SURNAME}, -1}, + {"Juris", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"h.e.b.", 1, {DICTIONARY_CHAIN}, 149}, + {"Radmilo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ji-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vešović", 1, {DICTIONARY_SURNAME}, -1}, + {"Miklosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Trottier", 1, {DICTIONARY_SURNAME}, -1}, + {"Smollett", 1, {DICTIONARY_SURNAME}, -1}, + {"Achamer-Pifrader", 1, {DICTIONARY_SURNAME}, -1}, + {"Taketsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andreason", 1, {DICTIONARY_SURNAME}, -1}, + {"Bianca Maria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fukasawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Vankoughnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheele", 1, {DICTIONARY_SURNAME}, -1}, + {"Bäurl", 1, {DICTIONARY_SURNAME}, -1}, + {"Velazquez", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Sijistani", 1, {DICTIONARY_SURNAME}, -1}, + {"Aidonidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Laing", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowe", 1, {DICTIONARY_SURNAME}, -1}, + {"Weiskopf", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitney", 1, {DICTIONARY_SURNAME}, -1}, + {"Withypoll", 1, {DICTIONARY_SURNAME}, -1}, + {"Adesiji", 1, {DICTIONARY_SURNAME}, -1}, + {"Simonnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Woschitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Serrat", 1, {DICTIONARY_SURNAME}, -1}, + {"Otvoș", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Allsburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kukushkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshinao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pretorius", 1, {DICTIONARY_SURNAME}, -1}, + {"Abedin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosemond", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsujihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Taugourdeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Auerswald", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbasov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vertello", 1, {DICTIONARY_SURNAME}, -1}, + {"Börjesson", 1, {DICTIONARY_SURNAME}, -1}, + {"Seidenstücker", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhijian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tobbe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yonca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brodsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiik", 1, {DICTIONARY_SURNAME}, -1}, + {"Leek", 1, {DICTIONARY_SURNAME}, -1}, + {"Schrenk", 1, {DICTIONARY_SURNAME}, -1}, + {"Amador", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McEvaddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Weyrauch", 1, {DICTIONARY_SURNAME}, -1}, + {"Juraszczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Regnard", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kracht", 1, {DICTIONARY_SURNAME}, -1}, + {"Välba", 1, {DICTIONARY_SURNAME}, -1}, + {"Pokhariya", 1, {DICTIONARY_SURNAME}, -1}, + {"Bär", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Monsion", 1, {DICTIONARY_SURNAME}, -1}, + {"McGreevey", 1, {DICTIONARY_SURNAME}, -1}, + {"Soo-jung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wurm", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamsdorf", 1, {DICTIONARY_SURNAME}, -1}, + {"Jagielka", 1, {DICTIONARY_SURNAME}, -1}, + {"Felser", 1, {DICTIONARY_SURNAME}, -1}, + {"Vayne", 1, {DICTIONARY_SURNAME}, -1}, + {"McGirt", 1, {DICTIONARY_SURNAME}, -1}, + {"Chichua", 1, {DICTIONARY_SURNAME}, -1}, + {"Adigard", 1, {DICTIONARY_SURNAME}, -1}, + {"Cenghialta", 1, {DICTIONARY_SURNAME}, -1}, + {"Gamrekeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Jutta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cerroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Borodin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdil", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackle", 1, {DICTIONARY_SURNAME}, -1}, + {"Nookala", 1, {DICTIONARY_SURNAME}, -1}, + {"Herzog", 1, {DICTIONARY_SURNAME}, -1}, + {"Viļums", 1, {DICTIONARY_SURNAME}, -1}, + {"Summerall", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarcan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Batman", 1, {DICTIONARY_SURNAME}, -1}, + {"Coldheart", 1, {DICTIONARY_SURNAME}, -1}, + {"Axmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Camacho", 1, {DICTIONARY_SURNAME}, -1}, + {"Geddis", 1, {DICTIONARY_SURNAME}, -1}, + {"LaClaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Carhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhasamba", 1, {DICTIONARY_SURNAME}, -1}, + {"Abudu", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajdič", 1, {DICTIONARY_SURNAME}, -1}, + {"Babb", 1, {DICTIONARY_SURNAME}, -1}, + {"Jileck", 1, {DICTIONARY_SURNAME}, -1}, + {"Velvick", 1, {DICTIONARY_SURNAME}, -1}, + {"Winthrop", 1, {DICTIONARY_SURNAME}, -1}, + {"Lili", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"La Chesnaye", 1, {DICTIONARY_SURNAME}, -1}, + {"Manheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Lampert", 1, {DICTIONARY_SURNAME}, -1}, + {"Wagenknecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Komaeda", 1, {DICTIONARY_SURNAME}, -1}, + {"Leithauser", 1, {DICTIONARY_SURNAME}, -1}, + {"Silverton", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeoh", 1, {DICTIONARY_SURNAME}, -1}, + {"Mascarita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barbu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kornman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bødtker", 1, {DICTIONARY_SURNAME}, -1}, + {"Krukenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheffmacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Krzhizhanovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Wine", 1, {DICTIONARY_SURNAME}, -1}, + {"Leoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Paswan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gatchell", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselič", 1, {DICTIONARY_SURNAME}, -1}, + {"Kugler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahmataj", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arash", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haselden", 1, {DICTIONARY_SURNAME}, -1}, + {"Skorzeny", 1, {DICTIONARY_SURNAME}, -1}, + {"Byrraju", 1, {DICTIONARY_SURNAME}, -1}, + {"Lann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acovone", 1, {DICTIONARY_SURNAME}, -1}, + {"Răducan", 1, {DICTIONARY_SURNAME}, -1}, + {"Savidge", 1, {DICTIONARY_SURNAME}, -1}, + {"Eshete", 1, {DICTIONARY_SURNAME}, -1}, + {"Cora", 1, {DICTIONARY_SURNAME}, -1}, + {"Vokes", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuiper", 1, {DICTIONARY_SURNAME}, -1}, + {"Abola", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghazali", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Ceann", 1, {DICTIONARY_SURNAME}, -1}, + {"Osei", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mure", 1, {DICTIONARY_SURNAME}, -1}, + {"Filippo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Davina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rosalie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klusemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Schrempp", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilalta", 1, {DICTIONARY_SURNAME}, -1}, + {"Homer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Owoh", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Gall", 1, {DICTIONARY_SURNAME}, -1}, + {"Aidooh", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerouac", 1, {DICTIONARY_SURNAME}, -1}, + {"Gintrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hervás", 1, {DICTIONARY_SURNAME}, -1}, + {"Koolhaas", 1, {DICTIONARY_SURNAME}, -1}, + {"Vose", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahodikpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Dibbits", 1, {DICTIONARY_SURNAME}, -1}, + {"Roxana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdouraman", 1, {DICTIONARY_SURNAME}, -1}, + {"Enver", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Emily", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Both", 1, {DICTIONARY_SURNAME}, -1}, + {"Demirchyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ismaël", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schwerner", 1, {DICTIONARY_SURNAME}, -1}, + {"Abu Hafs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Galitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kildall", 1, {DICTIONARY_SURNAME}, -1}, + {"Shupe", 1, {DICTIONARY_SURNAME}, -1}, + {"Polat", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Toshihide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alamian", 1, {DICTIONARY_SURNAME}, -1}, + {"Josée", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"AbouNader", 1, {DICTIONARY_SURNAME}, -1}, + {"Diggu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verevkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Claire", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shōjirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Teruichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Obote", 1, {DICTIONARY_SURNAME}, -1}, + {"Afifa", 1, {DICTIONARY_SURNAME}, -1}, + {"Akalé", 1, {DICTIONARY_SURNAME}, -1}, + {"Azra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van De Kerckhove", 1, {DICTIONARY_SURNAME}, -1}, + {"McGiffin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitajima", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodocanachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Demaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Potti", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Rooi", 1, {DICTIONARY_SURNAME}, -1}, + {"Horsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanžič", 1, {DICTIONARY_SURNAME}, -1}, + {"Åkerström", 1, {DICTIONARY_SURNAME}, -1}, + {"Todd", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jolijn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McAdams", 1, {DICTIONARY_SURNAME}, -1}, + {"Bancroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Petko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dymphna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bobbie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elmo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Temel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Twaddle", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Edmondes", 1, {DICTIONARY_SURNAME}, -1}, + {"Sène", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoghbi", 1, {DICTIONARY_SURNAME}, -1}, + {"Fattal", 1, {DICTIONARY_SURNAME}, -1}, + {"Highet", 1, {DICTIONARY_SURNAME}, -1}, + {"Branežac", 1, {DICTIONARY_SURNAME}, -1}, + {"Schenstrøm", 1, {DICTIONARY_SURNAME}, -1}, + {"Virameteekul", 1, {DICTIONARY_SURNAME}, -1}, + {"Virginio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viacava", 1, {DICTIONARY_SURNAME}, -1}, + {"Veragi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderbilt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kistler", 1, {DICTIONARY_SURNAME}, -1}, + {"Blazer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahola", 1, {DICTIONARY_SURNAME}, -1}, + {"Fenton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Atsumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eidlitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Viault", 1, {DICTIONARY_SURNAME}, -1}, + {"Helyey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinjō", 1, {DICTIONARY_SURNAME}, -1}, + {"Shalikashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Värttö", 1, {DICTIONARY_SURNAME}, -1}, + {"Patnaik", 1, {DICTIONARY_SURNAME}, -1}, + {"Gascard", 1, {DICTIONARY_SURNAME}, -1}, + {"Makio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rachkovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Helling", 1, {DICTIONARY_SURNAME}, -1}, + {"Portilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Conaire", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bloxsom", 1, {DICTIONARY_SURNAME}, -1}, + {"Rakhimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Waddle", 1, {DICTIONARY_SURNAME}, -1}, + {"Valcq", 1, {DICTIONARY_SURNAME}, -1}, + {"Coombs", 1, {DICTIONARY_SURNAME}, -1}, + {"Vërlaci", 1, {DICTIONARY_SURNAME}, -1}, + {"Rourke", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Geest", 1, {DICTIONARY_SURNAME}, -1}, + {"Fradkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Walamies", 1, {DICTIONARY_SURNAME}, -1}, + {"Lisicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-sook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Georgios", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veitia", 1, {DICTIONARY_SURNAME}, -1}, + {"Mylott", 1, {DICTIONARY_SURNAME}, -1}, + {"Tagore", 1, {DICTIONARY_SURNAME}, -1}, + {"Giambastiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Mwangangi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoedeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Stenbäck", 1, {DICTIONARY_SURNAME}, -1}, + {"Krystian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Benschoten", 1, {DICTIONARY_SURNAME}, -1}, + {"Niinistö", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackel", 1, {DICTIONARY_SURNAME}, -1}, + {"morrisons", 1, {DICTIONARY_CHAIN}, -1}, + {"Satyana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arnoldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Christ", 1, {DICTIONARY_SURNAME}, -1}, + {"Broomhall", 1, {DICTIONARY_SURNAME}, -1}, + {"Halfon", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeyemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Milošević", 1, {DICTIONARY_SURNAME}, -1}, + {"Takaaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bleckner", 1, {DICTIONARY_SURNAME}, -1}, + {"Hilma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dandachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rragam", 1, {DICTIONARY_SURNAME}, -1}, + {"Stilling", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruna", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hauswirth", 1, {DICTIONARY_SURNAME}, -1}, + {"Saint Grellan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kornai", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcano", 1, {DICTIONARY_SURNAME}, -1}, + {"Forrest", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Turle", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hoof", 1, {DICTIONARY_SURNAME}, -1}, + {"Bomer", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeboye", 1, {DICTIONARY_SURNAME}, -1}, + {"Jindřich", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arline", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"LaRondelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Madec", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdaguer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanryb", 1, {DICTIONARY_SURNAME}, -1}, + {"Reveen", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoneback", 1, {DICTIONARY_SURNAME}, -1}, + {"Hennig", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Callahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Varotsos", 1, {DICTIONARY_SURNAME}, -1}, + {"Sackett", 1, {DICTIONARY_SURNAME}, -1}, + {"Varnado", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ochs", 1, {DICTIONARY_SURNAME}, -1}, + {"Löw", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Júlio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Niemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ioannis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lasky", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaisiepo", 1, {DICTIONARY_SURNAME}, -1}, + {"Huggins", 1, {DICTIONARY_SURNAME}, -1}, + {"Akayesu", 1, {DICTIONARY_SURNAME}, -1}, + {"Boese", 1, {DICTIONARY_SURNAME}, -1}, + {"Samudio", 1, {DICTIONARY_SURNAME}, -1}, + {"Vranitzky", 1, {DICTIONARY_SURNAME}, -1}, + {"Madaras", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirono", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurtoğlu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Körmendy", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoblitzell", 1, {DICTIONARY_SURNAME}, -1}, + {"Nam-seon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"at & t stores", 1, {DICTIONARY_CHAIN}, 65}, + {"Keuzenkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Ichizō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gallaway", 1, {DICTIONARY_SURNAME}, -1}, + {"Wachs", 1, {DICTIONARY_SURNAME}, -1}, + {"Veliah", 1, {DICTIONARY_SURNAME}, -1}, + {"Emert", 1, {DICTIONARY_SURNAME}, -1}, + {"Bečvář", 1, {DICTIONARY_SURNAME}, -1}, + {"Obada", 1, {DICTIONARY_SURNAME}, -1}, + {"Volozhinskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudaś", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingvar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdul Hadi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bitter", 1, {DICTIONARY_SURNAME}, -1}, + {"Nowowiejski", 1, {DICTIONARY_SURNAME}, -1}, + {"Unshō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vachon", 1, {DICTIONARY_SURNAME}, -1}, + {"Razzano", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelton", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sjors", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valkovskiy", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayweather", 1, {DICTIONARY_SURNAME}, -1}, + {"Wurzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajj", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stephens", 1, {DICTIONARY_SURNAME}, -1}, + {"Radomski", 1, {DICTIONARY_SURNAME}, -1}, + {"jamba juices", 1, {DICTIONARY_CHAIN}, 164}, + {"Vailatti", 1, {DICTIONARY_SURNAME}, -1}, + {"LaFromboise", 1, {DICTIONARY_SURNAME}, -1}, + {"Auffray", 1, {DICTIONARY_SURNAME}, -1}, + {"Adian", 1, {DICTIONARY_SURNAME}, -1}, + {"Moen", 1, {DICTIONARY_SURNAME}, -1}, + {"family dollar", 1, {DICTIONARY_CHAIN}, -1}, + {"Viitakoski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hugues", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vujičić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vildalen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gieysztor", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagakawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Waeyenberge", 1, {DICTIONARY_SURNAME}, -1}, + {"Sisley", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragosavac", 1, {DICTIONARY_SURNAME}, -1}, + {"Debus", 1, {DICTIONARY_SURNAME}, -1}, + {"Verneret", 1, {DICTIONARY_SURNAME}, -1}, + {"Sperber", 1, {DICTIONARY_SURNAME}, -1}, + {"Newcombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazari", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosquet", 1, {DICTIONARY_SURNAME}, -1}, + {"Grealish", 1, {DICTIONARY_SURNAME}, -1}, + {"Eugenia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tülay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keydel", 1, {DICTIONARY_SURNAME}, -1}, + {"Draven", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauterpacht", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosio", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunet", 1, {DICTIONARY_SURNAME}, -1}, + {"Sambi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tshepo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Breda", 1, {DICTIONARY_SURNAME}, -1}, + {"Oberst", 1, {DICTIONARY_SURNAME}, -1}, + {"Seroka", 1, {DICTIONARY_SURNAME}, -1}, + {"Beno", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Voyles", 1, {DICTIONARY_SURNAME}, -1}, + {"Callum", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Devon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hagar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Topalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Valentina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aïnouz", 1, {DICTIONARY_SURNAME}, -1}, + {"McRobert", 1, {DICTIONARY_SURNAME}, -1}, + {"Edward Robert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schwendinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Maifredi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gregerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Varvitsiotis", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Viciknez", 1, {DICTIONARY_SURNAME}, -1}, + {"Higuain", 1, {DICTIONARY_SURNAME}, -1}, + {"Iseghohi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kott", 1, {DICTIONARY_SURNAME}, -1}, + {"Borukowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Antoni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bockel", 1, {DICTIONARY_SURNAME}, -1}, + {"Scaccia", 1, {DICTIONARY_SURNAME}, -1}, + {"Poulson", 1, {DICTIONARY_SURNAME}, -1}, + {"Cienfuegos", 1, {DICTIONARY_SURNAME}, -1}, + {"Ila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyllt", 1, {DICTIONARY_SURNAME}, -1}, + {"Diepeveen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwanten", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernal", 1, {DICTIONARY_SURNAME}, -1}, + {"Hershberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Varsavsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Fierro", 1, {DICTIONARY_SURNAME}, -1}, + {"Sun-hwa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shōji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dwaram", 1, {DICTIONARY_SURNAME}, -1}, + {"Axel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lillie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tanny", 1, {DICTIONARY_SURNAME}, -1}, + {"Junki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Letlow", 1, {DICTIONARY_SURNAME}, -1}, + {"Ader", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolpakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Biddulph", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuel", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbarič", 1, {DICTIONARY_SURNAME}, -1}, + {"Cookman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Rossum", 1, {DICTIONARY_SURNAME}, -1}, + {"Mas", 1, {DICTIONARY_SURNAME}, -1}, + {"Bizzell", 1, {DICTIONARY_SURNAME}, -1}, + {"Eberhard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Heilbroner", 1, {DICTIONARY_SURNAME}, -1}, + {"Giordani", 1, {DICTIONARY_SURNAME}, -1}, + {"Zakharov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bucchianeri", 1, {DICTIONARY_SURNAME}, -1}, + {"Argall", 1, {DICTIONARY_SURNAME}, -1}, + {"Tieck", 1, {DICTIONARY_SURNAME}, -1}, + {"Campeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Abadilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Harrak", 1, {DICTIONARY_SURNAME}, -1}, + {"Brijesh", 1, {DICTIONARY_SURNAME}, -1}, + {"Pestano", 1, {DICTIONARY_SURNAME}, -1}, + {"Sweeten", 1, {DICTIONARY_SURNAME}, -1}, + {"Maksyuta", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kieser", 1, {DICTIONARY_SURNAME}, -1}, + {"Björk", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Phan", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosado", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirogod", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masatsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goyeneche", 1, {DICTIONARY_SURNAME}, -1}, + {"Hertzberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ueda", 1, {DICTIONARY_SURNAME}, -1}, + {"Megan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Borzysław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wulf", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hollen", 1, {DICTIONARY_SURNAME}, -1}, + {"Stith", 1, {DICTIONARY_SURNAME}, -1}, + {"Virgo", 1, {DICTIONARY_SURNAME}, -1}, + {"bank of americas", 1, {DICTIONARY_CHAIN}, 70}, + {"Bouwmeester", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsumura", 1, {DICTIONARY_SURNAME}, -1}, + {"Crealock", 1, {DICTIONARY_SURNAME}, -1}, + {"Aisiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Toyoji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wenders", 1, {DICTIONARY_SURNAME}, -1}, + {"Fincke", 1, {DICTIONARY_SURNAME}, -1}, + {"Fafinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinzie", 1, {DICTIONARY_SURNAME}, -1}, + {"Muff", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vereckei", 1, {DICTIONARY_SURNAME}, -1}, + {"Maldonado", 1, {DICTIONARY_SURNAME}, -1}, + {"Özer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Scherff", 1, {DICTIONARY_SURNAME}, -1}, + {"Urushadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Pystynen", 1, {DICTIONARY_SURNAME}, -1}, + {"Riley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Karstens", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakalalabure", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouwmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Rebhorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Shuli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farry", 1, {DICTIONARY_SURNAME}, -1}, + {"Guillaume", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fernbach", 1, {DICTIONARY_SURNAME}, -1}, + {"McLauchlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tammareddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaadayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Fischart", 1, {DICTIONARY_SURNAME}, -1}, + {"Eisenhower", 1, {DICTIONARY_SURNAME}, -1}, + {"Afat", 1, {DICTIONARY_SURNAME}, -1}, + {"Terfel", 1, {DICTIONARY_SURNAME}, -1}, + {"DeRozan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigurður", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rinaldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jung-eun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aukrust", 1, {DICTIONARY_SURNAME}, -1}, + {"Simon Heere Heeresma", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanev", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsusaburō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dille", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Webern", 1, {DICTIONARY_SURNAME}, -1}, + {"Norimasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Willemse", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagenauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedger", 1, {DICTIONARY_SURNAME}, -1}, + {"Agić", 1, {DICTIONARY_SURNAME}, -1}, + {"Veltmeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Estey", 1, {DICTIONARY_SURNAME}, -1}, + {"a.t & t stores", 1, {DICTIONARY_CHAIN}, 65}, + {"Lumsden", 1, {DICTIONARY_SURNAME}, -1}, + {"Charles-François", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grawitz", 1, {DICTIONARY_SURNAME}, -1}, + {"VandeLinde", 1, {DICTIONARY_SURNAME}, -1}, + {"Su", 1, {DICTIONARY_SURNAME}, -1}, + {"Ioan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caryll", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Godswill", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Patrice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaltenbrunner", 1, {DICTIONARY_SURNAME}, -1}, + {"Quezergue", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalamkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Silliman", 1, {DICTIONARY_SURNAME}, -1}, + {"Behçet", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lindstrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Herrero", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogbuke", 1, {DICTIONARY_SURNAME}, -1}, + {"Danchig-Waring", 1, {DICTIONARY_SURNAME}, -1}, + {"Pokou", 1, {DICTIONARY_SURNAME}, -1}, + {"Hansen", 1, {DICTIONARY_SURNAME}, -1}, + {"Reber", 1, {DICTIONARY_SURNAME}, -1}, + {"Gamage", 1, {DICTIONARY_SURNAME}, -1}, + {"Fredson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vadkerti", 1, {DICTIONARY_SURNAME}, -1}, + {"Stieglitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hebson", 1, {DICTIONARY_SURNAME}, -1}, + {"Aizer", 1, {DICTIONARY_SURNAME}, -1}, + {"Nestor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schießwald", 1, {DICTIONARY_SURNAME}, -1}, + {"McNichol", 1, {DICTIONARY_SURNAME}, -1}, + {"Jachowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Dušan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bobková", 1, {DICTIONARY_SURNAME}, -1}, + {"Kocharyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Horsbrugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Barkham", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nacchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac an Iomaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Naritami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gilla Mo Chaidbeo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bunea", 1, {DICTIONARY_SURNAME}, -1}, + {"Vervoort", 1, {DICTIONARY_SURNAME}, -1}, + {"Husseini", 1, {DICTIONARY_SURNAME}, -1}, + {"Elbie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Larionov", 1, {DICTIONARY_SURNAME}, -1}, + {"Blok", 1, {DICTIONARY_SURNAME}, -1}, + {"Miers", 1, {DICTIONARY_SURNAME}, -1}, + {"Breivang", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayashiba", 1, {DICTIONARY_SURNAME}, -1}, + {"Tikkanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dub dá Leithe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Criss", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abramovitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Aitkenhead", 1, {DICTIONARY_SURNAME}, -1}, + {"Probert", 1, {DICTIONARY_SURNAME}, -1}, + {"Abram", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vespestad", 1, {DICTIONARY_SURNAME}, -1}, + {"Dodds", 1, {DICTIONARY_SURNAME}, -1}, + {"Buruk", 1, {DICTIONARY_SURNAME}, -1}, + {"Gompertz", 1, {DICTIONARY_SURNAME}, -1}, + {"bubba gump's shrimp co.", 1, {DICTIONARY_CHAIN}, 87}, + {"Masahiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grothe", 1, {DICTIONARY_SURNAME}, -1}, + {"Adzhoyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernerová", 1, {DICTIONARY_SURNAME}, -1}, + {"Schembri", 1, {DICTIONARY_SURNAME}, -1}, + {"Suketada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hadebe", 1, {DICTIONARY_SURNAME}, -1}, + {"Aicardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Amoabeng", 1, {DICTIONARY_SURNAME}, -1}, + {"Osin", 1, {DICTIONARY_SURNAME}, -1}, + {"Betti", 1, {DICTIONARY_SURNAME}, -1}, + {"Paraskevi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Villalta", 1, {DICTIONARY_SURNAME}, -1}, + {"Cecilio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Conjestina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaadia", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Caneira", 1, {DICTIONARY_SURNAME}, -1}, + {"Masatomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dahlstrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Vona", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Monteil", 1, {DICTIONARY_SURNAME}, -1}, + {"Hurd", 1, {DICTIONARY_SURNAME}, -1}, + {"Nishikori", 1, {DICTIONARY_SURNAME}, -1}, + {"Machel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kenki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saulsberry", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnett", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Doreen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verbanic", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrbáček", 1, {DICTIONARY_SURNAME}, -1}, + {"Agardius", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobolewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Stapper", 1, {DICTIONARY_SURNAME}, -1}, + {"Ursell", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucile", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kraszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Szymański", 1, {DICTIONARY_SURNAME}, -1}, + {"Nogoyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Zivic", 1, {DICTIONARY_SURNAME}, -1}, + {"Herman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Colonna", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermeulen", 1, {DICTIONARY_SURNAME}, -1}, + {"McCollough", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuncer", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigurðsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Oralbay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hegarty", 1, {DICTIONARY_SURNAME}, -1}, + {"Skowron", 1, {DICTIONARY_SURNAME}, -1}, + {"Golovkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rödl", 1, {DICTIONARY_SURNAME}, -1}, + {"Malik Jat clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambton", 1, {DICTIONARY_SURNAME}, -1}, + {"Naganori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poggi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pflüger", 1, {DICTIONARY_SURNAME}, -1}, + {"Heidt", 1, {DICTIONARY_SURNAME}, -1}, + {"Metson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kukuzelis", 1, {DICTIONARY_SURNAME}, -1}, + {"Danylovskyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wylie", 1, {DICTIONARY_SURNAME}, -1}, + {"Aufderheide", 1, {DICTIONARY_SURNAME}, -1}, + {"Helfferich", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaton", 1, {DICTIONARY_SURNAME}, -1}, + {"Luman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Levinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolster", 1, {DICTIONARY_SURNAME}, -1}, + {"Branton", 1, {DICTIONARY_SURNAME}, -1}, + {"Donovan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Oostrum", 1, {DICTIONARY_SURNAME}, -1}, + {"Okoniewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Lundquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Jevon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"toys are us", 1, {DICTIONARY_CHAIN}, 258}, + {"Beiler", 1, {DICTIONARY_SURNAME}, -1}, + {"Blicavs", 1, {DICTIONARY_SURNAME}, -1}, + {"Farrar", 1, {DICTIONARY_SURNAME}, -1}, + {"Kase", 1, {DICTIONARY_SURNAME}, -1}, + {"Junkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Glushakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Rizzuto", 1, {DICTIONARY_SURNAME}, -1}, + {"Rozmiarek", 1, {DICTIONARY_SURNAME}, -1}, + {"Veart", 1, {DICTIONARY_SURNAME}, -1}, + {"Yadollah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Noël", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dropkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abshero", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Ajalin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vairo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dombraye", 1, {DICTIONARY_SURNAME}, -1}, + {"Sedov", 1, {DICTIONARY_SURNAME}, -1}, + {"Wessmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernal", 1, {DICTIONARY_SURNAME}, -1}, + {"Balck", 1, {DICTIONARY_SURNAME}, -1}, + {"Bridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Visse", 1, {DICTIONARY_SURNAME}, -1}, + {"Eser", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Takeo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rosso", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhat clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Říha", 1, {DICTIONARY_SURNAME}, -1}, + {"McCallan", 1, {DICTIONARY_SURNAME}, -1}, + {"Carmack", 1, {DICTIONARY_SURNAME}, -1}, + {"Yun-seo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keyur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Butcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Valtanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Weininger", 1, {DICTIONARY_SURNAME}, -1}, + {"Bullis", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedland", 1, {DICTIONARY_SURNAME}, -1}, + {"Rummenigge", 1, {DICTIONARY_SURNAME}, -1}, + {"Blix", 1, {DICTIONARY_SURNAME}, -1}, + {"Vågsås", 1, {DICTIONARY_SURNAME}, -1}, + {"Harjanne", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdel Baqi", 1, {DICTIONARY_SURNAME}, -1}, + {"Voot", 1, {DICTIONARY_SURNAME}, -1}, + {"Bödeker", 1, {DICTIONARY_SURNAME}, -1}, + {"Riedel", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Valkenburgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Asantewaa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Océane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Séamus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Debbarma", 1, {DICTIONARY_SURNAME}, -1}, + {"Badeaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadowaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghulam Faruq", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McIlheney", 1, {DICTIONARY_SURNAME}, -1}, + {"Fan", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobuyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pasternack", 1, {DICTIONARY_SURNAME}, -1}, + {"Khomeini", 1, {DICTIONARY_SURNAME}, -1}, + {"Musto", 1, {DICTIONARY_SURNAME}, -1}, + {"Capel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Byl", 1, {DICTIONARY_SURNAME}, -1}, + {"Domvile", 1, {DICTIONARY_SURNAME}, -1}, + {"Channar", 1, {DICTIONARY_SURNAME}, -1}, + {"Linville", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshihisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Laufer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hauptman", 1, {DICTIONARY_SURNAME}, -1}, + {"Di Pietro", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakunov", 1, {DICTIONARY_SURNAME}, -1}, + {"Elder", 1, {DICTIONARY_SURNAME}, -1}, + {"Longley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyarstak", 1, {DICTIONARY_SURNAME}, -1}, + {"Vutov", 1, {DICTIONARY_SURNAME}, -1}, + {"Grover", 1, {DICTIONARY_SURNAME}, -1}, + {"Esteban", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gabrielsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ginepri", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaydosh", 1, {DICTIONARY_SURNAME}, -1}, + {"homebase", 1, {DICTIONARY_CHAIN}, -1}, + {"Vestlund", 1, {DICTIONARY_SURNAME}, -1}, + {"Fennema", 1, {DICTIONARY_SURNAME}, -1}, + {"mercedes-benz", 1, {DICTIONARY_CHAIN}, -1}, + {"Sangwan", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Neer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mark", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Geurts", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Galder", 1, {DICTIONARY_SURNAME}, -1}, + {"Weideman", 1, {DICTIONARY_SURNAME}, -1}, + {"Weidenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Ickham", 1, {DICTIONARY_SURNAME}, -1}, + {"Shackel", 1, {DICTIONARY_SURNAME}, -1}, + {"Haver", 1, {DICTIONARY_SURNAME}, -1}, + {"Dwork", 1, {DICTIONARY_SURNAME}, -1}, + {"Binu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taylor-Johnson", 1, {DICTIONARY_SURNAME}, -1}, + {"Alessandra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Withoos", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaieda", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarami", 1, {DICTIONARY_SURNAME}, -1}, + {"Spellerberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Beglov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryūnosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Domori", 1, {DICTIONARY_SURNAME}, -1}, + {"Oscarre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pennetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Fowle", 1, {DICTIONARY_SURNAME}, -1}, + {"Phanduangchit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zhang", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsygankov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dawe", 1, {DICTIONARY_SURNAME}, -1}, + {"Włodzimierz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Albergati", 1, {DICTIONARY_SURNAME}, -1}, + {"Barter", 1, {DICTIONARY_SURNAME}, -1}, + {"Hertzberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Praveen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herford", 1, {DICTIONARY_SURNAME}, -1}, + {"Minghua", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fuschi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ah Fok", 1, {DICTIONARY_SURNAME}, -1}, + {"Frempong", 1, {DICTIONARY_SURNAME}, -1}, + {"Olander", 1, {DICTIONARY_SURNAME}, -1}, + {"Kestnbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjøqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Urbonavičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukuzawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Daniil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yeşim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bazaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Leeves", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayrikyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Arjun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Giusti", 1, {DICTIONARY_SURNAME}, -1}, + {"Heinke", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Koker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaulot", 1, {DICTIONARY_SURNAME}, -1}, + {"Yermakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Masahito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Dimashqi", 1, {DICTIONARY_SURNAME}, -1}, + {"Grotrian", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazarus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rahm", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jespersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kida", 1, {DICTIONARY_SURNAME}, -1}, + {"Varhol", 1, {DICTIONARY_SURNAME}, -1}, + {"Glazkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacurius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brograve", 1, {DICTIONARY_SURNAME}, -1}, + {"Alhavik", 1, {DICTIONARY_SURNAME}, -1}, + {"Ailean", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Levchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Saalfrank", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrohan", 1, {DICTIONARY_SURNAME}, -1}, + {"Patel", 1, {DICTIONARY_SURNAME}, -1}, + {"Facci", 1, {DICTIONARY_SURNAME}, -1}, + {"Linde", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourgholtzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Beloki", 1, {DICTIONARY_SURNAME}, -1}, + {"Azie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malkovitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zizi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Villalva", 1, {DICTIONARY_SURNAME}, -1}, + {"Nuin", 1, {DICTIONARY_SURNAME}, -1}, + {"Cottur", 1, {DICTIONARY_SURNAME}, -1}, + {"Queiros", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinser", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinicombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Latza", 1, {DICTIONARY_SURNAME}, -1}, + {"Voskuilen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fähnrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Choules", 1, {DICTIONARY_SURNAME}, -1}, + {"Winckler", 1, {DICTIONARY_SURNAME}, -1}, + {"Zedler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kojnok", 1, {DICTIONARY_SURNAME}, -1}, + {"Bresnahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Adulyadej", 1, {DICTIONARY_SURNAME}, -1}, + {"Amira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Astruc", 1, {DICTIONARY_SURNAME}, -1}, + {"Valaitė", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Prater", 1, {DICTIONARY_SURNAME}, -1}, + {"McVerry", 1, {DICTIONARY_SURNAME}, -1}, + {"Samuelshaug", 1, {DICTIONARY_SURNAME}, -1}, + {"Chirgwin", 1, {DICTIONARY_SURNAME}, -1}, + {"Caskey", 1, {DICTIONARY_SURNAME}, -1}, + {"Chardynin", 1, {DICTIONARY_SURNAME}, -1}, + {"Baekhyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kumiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coxen", 1, {DICTIONARY_SURNAME}, -1}, + {"Rouanet", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandenbossche", 1, {DICTIONARY_SURNAME}, -1}, + {"Fritzsche", 1, {DICTIONARY_SURNAME}, -1}, + {"Klapper", 1, {DICTIONARY_SURNAME}, -1}, + {"Biezeveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Tereshchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuerschner", 1, {DICTIONARY_SURNAME}, -1}, + {"Deloffre", 1, {DICTIONARY_SURNAME}, -1}, + {"Manea", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"einstein bros", 1, {DICTIONARY_CHAIN}, 132}, + {"Motte", 1, {DICTIONARY_SURNAME}, -1}, + {"Zivar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herschel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ramona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tebaldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lammert", 1, {DICTIONARY_SURNAME}, -1}, + {"Voelker", 1, {DICTIONARY_SURNAME}, -1}, + {"Lancaster", 1, {DICTIONARY_SURNAME}, -1}, + {"Luković", 1, {DICTIONARY_SURNAME}, -1}, + {"Salstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Roussanova", 1, {DICTIONARY_SURNAME}, -1}, + {"Rykov", 1, {DICTIONARY_SURNAME}, -1}, + {"Spautz", 1, {DICTIONARY_SURNAME}, -1}, + {"Branwhite", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Yıldız", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lescot", 1, {DICTIONARY_SURNAME}, -1}, + {"Weingaertner", 1, {DICTIONARY_SURNAME}, -1}, + {"Acamas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hiebert", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagaaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dohnányi family", 1, {DICTIONARY_SURNAME}, -1}, + {"Věnsek", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinsuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trev", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Biljon", 1, {DICTIONARY_SURNAME}, -1}, + {"Noorani", 1, {DICTIONARY_SURNAME}, -1}, + {"Petherbridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Senf", 1, {DICTIONARY_SURNAME}, -1}, + {"Rathenau", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimmock", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakabayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Veliyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Gibson", 1, {DICTIONARY_SURNAME}, -1}, + {"DeWitt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sozanska", 1, {DICTIONARY_SURNAME}, -1}, + {"Njoku", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Banholzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Käch", 1, {DICTIONARY_SURNAME}, -1}, + {"Pauker", 1, {DICTIONARY_SURNAME}, -1}, + {"Aa", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamoru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dundas", 1, {DICTIONARY_SURNAME}, -1}, + {"Dukurs", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarseth", 1, {DICTIONARY_SURNAME}, -1}, + {"Caterson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Pausewang", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristeller", 1, {DICTIONARY_SURNAME}, -1}, + {"Spanbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidyā", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kell", 1, {DICTIONARY_SURNAME}, -1}, + {"Aysun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó Cadhla", 1, {DICTIONARY_SURNAME}, -1}, + {"Adekale", 1, {DICTIONARY_SURNAME}, -1}, + {"Kajgo", 1, {DICTIONARY_SURNAME}, -1}, + {"Lalić", 1, {DICTIONARY_SURNAME}, -1}, + {"Garneau", 1, {DICTIONARY_SURNAME}, -1}, + {"McConnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Hilbert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boutet", 1, {DICTIONARY_SURNAME}, -1}, + {"Ossler", 1, {DICTIONARY_SURNAME}, -1}, + {"Baarsma", 1, {DICTIONARY_SURNAME}, -1}, + {"Shishkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ooteghem", 1, {DICTIONARY_SURNAME}, -1}, + {"Pruili", 1, {DICTIONARY_SURNAME}, -1}, + {"Higinbotham", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartono", 1, {DICTIONARY_SURNAME}, -1}, + {"Khanna", 1, {DICTIONARY_SURNAME}, -1}, + {"Phadke", 1, {DICTIONARY_SURNAME}, -1}, + {"Etcitty", 1, {DICTIONARY_SURNAME}, -1}, + {"Maryanne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verveen", 1, {DICTIONARY_SURNAME}, -1}, + {"Michels", 1, {DICTIONARY_SURNAME}, -1}, + {"Lepage", 1, {DICTIONARY_SURNAME}, -1}, + {"Riichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Plor na mBan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scholder", 1, {DICTIONARY_SURNAME}, -1}, + {"DeJarnette", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandekerckhove", 1, {DICTIONARY_SURNAME}, -1}, + {"Marck", 1, {DICTIONARY_SURNAME}, -1}, + {"Widrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Tavish", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kantner", 1, {DICTIONARY_SURNAME}, -1}, + {"Scholastic accolades", 1, {DICTIONARY_SURNAME}, -1}, + {"Carnevale", 1, {DICTIONARY_SURNAME}, -1}, + {"Sushma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Soloveitchik", 1, {DICTIONARY_SURNAME}, -1}, + {"Joslin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayram", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Reichwein", 1, {DICTIONARY_SURNAME}, -1}, + {"Iftikhar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chernomorets", 1, {DICTIONARY_SURNAME}, -1}, + {"Akari", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Seck", 1, {DICTIONARY_SURNAME}, -1}, + {"Redouane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mutton", 1, {DICTIONARY_SURNAME}, -1}, + {"Loewinsohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ridgeon", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaplin", 1, {DICTIONARY_SURNAME}, -1}, + {"Messier", 1, {DICTIONARY_SURNAME}, -1}, + {"Shibuya", 1, {DICTIONARY_SURNAME}, -1}, + {"Terlecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedprakash", 1, {DICTIONARY_SURNAME}, -1}, + {"Leonardas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stange", 1, {DICTIONARY_SURNAME}, -1}, + {"McDarrah", 1, {DICTIONARY_SURNAME}, -1}, + {"Kochakidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Albacete", 1, {DICTIONARY_SURNAME}, -1}, + {"Boitard", 1, {DICTIONARY_SURNAME}, -1}, + {"Laimonis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roemheld", 1, {DICTIONARY_SURNAME}, -1}, + {"Oxathres", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pîrvulescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallow", 1, {DICTIONARY_SURNAME}, -1}, + {"Akabueze", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucinda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stent", 1, {DICTIONARY_SURNAME}, -1}, + {"Cerić", 1, {DICTIONARY_SURNAME}, -1}, + {"Hughley", 1, {DICTIONARY_SURNAME}, -1}, + {"Naisbitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Qarni", 1, {DICTIONARY_SURNAME}, -1}, + {"Girardeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukojicic", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruikshank", 1, {DICTIONARY_SURNAME}, -1}, + {"Toyomori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mickel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tayeb", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Faehlmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Budhi Pallien", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sommerfelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Akenhead", 1, {DICTIONARY_SURNAME}, -1}, + {"Chowallur", 1, {DICTIONARY_SURNAME}, -1}, + {"Vainšteins", 1, {DICTIONARY_SURNAME}, -1}, + {"Benham", 1, {DICTIONARY_SURNAME}, -1}, + {"Tite", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marcum", 1, {DICTIONARY_SURNAME}, -1}, + {"Vojáček", 1, {DICTIONARY_SURNAME}, -1}, + {"Berezowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Emmie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ned", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ishtiaq", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ikonowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Bullokar", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Lichtman", 1, {DICTIONARY_SURNAME}, -1}, + {"Klaić", 1, {DICTIONARY_SURNAME}, -1}, + {"Oakeshott", 1, {DICTIONARY_SURNAME}, -1}, + {"Hohman", 1, {DICTIONARY_SURNAME}, -1}, + {"Egley", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Drift", 1, {DICTIONARY_SURNAME}, -1}, + {"Haworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Fotopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Cazzani", 1, {DICTIONARY_SURNAME}, -1}, + {"Kabulov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zorko", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bolado", 1, {DICTIONARY_SURNAME}, -1}, + {"Rozier", 1, {DICTIONARY_SURNAME}, -1}, + {"Kathee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aulaqi", 1, {DICTIONARY_SURNAME}, -1}, + {"Fatin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Khovansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Gemmell", 1, {DICTIONARY_SURNAME}, -1}, + {"Pau", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vieau", 1, {DICTIONARY_SURNAME}, -1}, + {"Parcell", 1, {DICTIONARY_SURNAME}, -1}, + {"McCraney", 1, {DICTIONARY_SURNAME}, -1}, + {"Ronaldo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sabartes", 1, {DICTIONARY_SURNAME}, -1}, + {"Adefemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sydow", 1, {DICTIONARY_SURNAME}, -1}, + {"Pudovkin", 1, {DICTIONARY_SURNAME}, -1}, + {"McShane", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Dauben", 1, {DICTIONARY_SURNAME}, -1}, + {"Randy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mehmandarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lilley", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindwurm", 1, {DICTIONARY_SURNAME}, -1}, + {"Sixten", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldscheider", 1, {DICTIONARY_SURNAME}, -1}, + {"Zolani", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Audenrieth", 1, {DICTIONARY_SURNAME}, -1}, + {"Špilár", 1, {DICTIONARY_SURNAME}, -1}, + {"Travin", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorenfeldt", 1, {DICTIONARY_SURNAME}, -1}, + {"Alkan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giovanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mayorov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hekman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilders", 1, {DICTIONARY_SURNAME}, -1}, + {"Schweigger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hornig", 1, {DICTIONARY_SURNAME}, -1}, + {"Rakotomalala", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallman", 1, {DICTIONARY_SURNAME}, -1}, + {"Szávay", 1, {DICTIONARY_SURNAME}, -1}, + {"Lexa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Frazzoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Soane", 1, {DICTIONARY_SURNAME}, -1}, + {"Radman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kateb", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeno", 1, {DICTIONARY_SURNAME}, -1}, + {"Manolito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sheila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acapandié", 1, {DICTIONARY_SURNAME}, -1}, + {"Ābols", 1, {DICTIONARY_SURNAME}, -1}, + {"Du Toit", 1, {DICTIONARY_SURNAME}, -1}, + {"Battye", 1, {DICTIONARY_SURNAME}, -1}, + {"Życiński", 1, {DICTIONARY_SURNAME}, -1}, + {"Patsy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hazlett", 1, {DICTIONARY_SURNAME}, -1}, + {"Mingori", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlašić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vāc", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tryon", 1, {DICTIONARY_SURNAME}, -1}, + {"Konstadinos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaghul", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikhaylov", 1, {DICTIONARY_SURNAME}, -1}, + {"Adomian", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsigas", 1, {DICTIONARY_SURNAME}, -1}, + {"Subari", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrio", 1, {DICTIONARY_SURNAME}, -1}, + {"Akçatepe", 1, {DICTIONARY_SURNAME}, -1}, + {"Gillman", 1, {DICTIONARY_SURNAME}, -1}, + {"Yakushimaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Minami", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Graat", 1, {DICTIONARY_SURNAME}, -1}, + {"Lya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abakanowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayura", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Milliken", 1, {DICTIONARY_SURNAME}, -1}, + {"Roksandić", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghuneim", 1, {DICTIONARY_SURNAME}, -1}, + {"Marglin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Straeten", 1, {DICTIONARY_SURNAME}, -1}, + {"bmw", 1, {DICTIONARY_CHAIN}, -1}, + {"Tatlin", 1, {DICTIONARY_SURNAME}, -1}, + {"p.n.c bank", 1, {DICTIONARY_CHAIN}, 210}, + {"Volešák", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinijioji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGlone", 1, {DICTIONARY_SURNAME}, -1}, + {"Nehls", 1, {DICTIONARY_SURNAME}, -1}, + {"Binay", 1, {DICTIONARY_SURNAME}, -1}, + {"Paymon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ferretti", 1, {DICTIONARY_SURNAME}, -1}, + {"Venugopalu", 1, {DICTIONARY_SURNAME}, -1}, + {"Þorsteinsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Abas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Masatoyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Durning", 1, {DICTIONARY_SURNAME}, -1}, + {"Skipper", 1, {DICTIONARY_SURNAME}, -1}, + {"Vânia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tausch", 1, {DICTIONARY_SURNAME}, -1}, + {"Boulenger", 1, {DICTIONARY_SURNAME}, -1}, + {"Varellas", 1, {DICTIONARY_SURNAME}, -1}, + {"Afellay", 1, {DICTIONARY_SURNAME}, -1}, + {"Kononenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobell", 1, {DICTIONARY_SURNAME}, -1}, + {"Sparkes", 1, {DICTIONARY_SURNAME}, -1}, + {"McGilberry", 1, {DICTIONARY_SURNAME}, -1}, + {"Bikila", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakasone", 1, {DICTIONARY_SURNAME}, -1}, + {"Croggon", 1, {DICTIONARY_SURNAME}, -1}, + {"Isabella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kamakichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schierokauer", 1, {DICTIONARY_SURNAME}, -1}, + {"McGuinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Nilesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shirakura", 1, {DICTIONARY_SURNAME}, -1}, + {"Keiler", 1, {DICTIONARY_SURNAME}, -1}, + {"Crihan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathur", 1, {DICTIONARY_SURNAME}, -1}, + {"Olivier", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"sevel", 1, {DICTIONARY_CHAIN}, 56}, + {"Vaness", 1, {DICTIONARY_SURNAME}, -1}, + {"Konieczny", 1, {DICTIONARY_SURNAME}, -1}, + {"Scaife", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinfenwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Lott", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Skolnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Fagge", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdirosi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhanushali", 1, {DICTIONARY_SURNAME}, -1}, + {"Jayant", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fitzgerald", 1, {DICTIONARY_SURNAME}, -1}, + {"Ælfweard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chase", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Scapin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bentivoglio", 1, {DICTIONARY_SURNAME}, -1}, + {"Rasputin", 1, {DICTIONARY_SURNAME}, -1}, + {"Puchades", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulnara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Windfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Alberti", 1, {DICTIONARY_SURNAME}, -1}, + {"Rietschel", 1, {DICTIONARY_SURNAME}, -1}, + {"Jansen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasicka", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Moerbeke", 1, {DICTIONARY_SURNAME}, -1}, + {"Krzywicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Juantorena", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Holleben", 1, {DICTIONARY_SURNAME}, -1}, + {"Buonarroti", 1, {DICTIONARY_SURNAME}, -1}, + {"Finegold", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandort", 1, {DICTIONARY_SURNAME}, -1}, + {"Banac", 1, {DICTIONARY_SURNAME}, -1}, + {"Narożniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Caintigern", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scherzinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kargman", 1, {DICTIONARY_SURNAME}, -1}, + {"Nee", 1, {DICTIONARY_SURNAME}, -1}, + {"Beerstraaten", 1, {DICTIONARY_SURNAME}, -1}, + {"Osazuwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Mochiki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mizubayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wait", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ogilby", 1, {DICTIONARY_SURNAME}, -1}, + {"Kukk", 1, {DICTIONARY_SURNAME}, -1}, + {"Sancious", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceyhun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Glemp", 1, {DICTIONARY_SURNAME}, -1}, + {"Gualbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Isidore", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tabarcea", 1, {DICTIONARY_SURNAME}, -1}, + {"Riconosciuto", 1, {DICTIONARY_SURNAME}, -1}, + {"Čierny", 1, {DICTIONARY_SURNAME}, -1}, + {"Docwra", 1, {DICTIONARY_SURNAME}, -1}, + {"Myroslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sulman", 1, {DICTIONARY_SURNAME}, -1}, + {"Naman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fiona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashtar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Candide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pacetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Lubberding", 1, {DICTIONARY_SURNAME}, -1}, + {"Renosto", 1, {DICTIONARY_SURNAME}, -1}, + {"Schanche", 1, {DICTIONARY_SURNAME}, -1}, + {"José María", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rivaldo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sverre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Culverhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderaerden", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavrina", 1, {DICTIONARY_SURNAME}, -1}, + {"Cremin", 1, {DICTIONARY_SURNAME}, -1}, + {"Oler", 1, {DICTIONARY_SURNAME}, -1}, + {"Pešut", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agnihotri", 1, {DICTIONARY_SURNAME}, -1}, + {"Viviano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"caisse depargne", 1, {DICTIONARY_CHAIN}, 90}, + {"Jacoba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aucoin", 1, {DICTIONARY_SURNAME}, -1}, + {"Aimers", 1, {DICTIONARY_SURNAME}, -1}, + {"Paletta", 1, {DICTIONARY_SURNAME}, -1}, + {"Yashwant", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hatano", 1, {DICTIONARY_SURNAME}, -1}, + {"Legouvé", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanbaale", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrbaty", 1, {DICTIONARY_SURNAME}, -1}, + {"Konnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartalini", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumgart", 1, {DICTIONARY_SURNAME}, -1}, + {"Jedlitzka", 1, {DICTIONARY_SURNAME}, -1}, + {"Campagnoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Sang-hoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adithan", 1, {DICTIONARY_SURNAME}, -1}, + {"Zukerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Balcer", 1, {DICTIONARY_SURNAME}, -1}, + {"Lotman", 1, {DICTIONARY_SURNAME}, -1}, + {"Dyatel", 1, {DICTIONARY_SURNAME}, -1}, + {"Menzies", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hanniffy", 1, {DICTIONARY_SURNAME}, -1}, + {"Deion", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jēkabs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oiticica", 1, {DICTIONARY_SURNAME}, -1}, + {"Vebobe", 1, {DICTIONARY_SURNAME}, -1}, + {"Sviták", 1, {DICTIONARY_SURNAME}, -1}, + {"Viciosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiffner", 1, {DICTIONARY_SURNAME}, -1}, + {"Shwetak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rząb", 1, {DICTIONARY_SURNAME}, -1}, + {"Pendergast", 1, {DICTIONARY_SURNAME}, -1}, + {"Calzolari", 1, {DICTIONARY_SURNAME}, -1}, + {"Lux", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadazane", 1, {DICTIONARY_SURNAME}, -1}, + {"Gürkan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Prandi", 1, {DICTIONARY_SURNAME}, -1}, + {"Arntgolts", 1, {DICTIONARY_SURNAME}, -1}, + {"Ancona", 1, {DICTIONARY_SURNAME}, -1}, + {"Nainggolan", 1, {DICTIONARY_SURNAME}, -1}, + {"Basili", 1, {DICTIONARY_SURNAME}, -1}, + {"Urry", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemongello", 1, {DICTIONARY_SURNAME}, -1}, + {"Totò", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Notsuda", 1, {DICTIONARY_SURNAME}, -1}, + {"kmart", 1, {DICTIONARY_CHAIN}, -1}, + {"Hugard", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukach", 1, {DICTIONARY_SURNAME}, -1}, + {"Donders", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Vlerken", 1, {DICTIONARY_SURNAME}, -1}, + {"Nichols", 1, {DICTIONARY_SURNAME}, -1}, + {"Slatkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaygina-Efremova", 1, {DICTIONARY_SURNAME}, -1}, + {"Parnaby", 1, {DICTIONARY_SURNAME}, -1}, + {"Pascual", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ryōma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vrancken", 1, {DICTIONARY_SURNAME}, -1}, + {"Sui", 1, {DICTIONARY_SURNAME}, -1}, + {"Capecchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bindia", 1, {DICTIONARY_SURNAME}, -1}, + {"Jackiw", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaught", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dort", 1, {DICTIONARY_SURNAME}, -1}, + {"Dougo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Etalemahu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Unger", 1, {DICTIONARY_SURNAME}, -1}, + {"Ichiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Naor", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Muse", 1, {DICTIONARY_SURNAME}, -1}, + {"Lolita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dmitriyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Sivertsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattox", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauder", 1, {DICTIONARY_SURNAME}, -1}, + {"Packwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Jancsi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoshikiyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nonus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ginés", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thynne", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidezumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tchaikowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adalja", 1, {DICTIONARY_SURNAME}, -1}, + {"Koren", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vockler", 1, {DICTIONARY_SURNAME}, -1}, + {"Janika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corpuz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Biwott", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdrashitov", 1, {DICTIONARY_SURNAME}, -1}, + {"Basilia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hjelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Velichko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tchaikovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Deman", 1, {DICTIONARY_SURNAME}, -1}, + {"Protas", 1, {DICTIONARY_SURNAME}, -1}, + {"VanGaalen", 1, {DICTIONARY_SURNAME}, -1}, + {"Stott", 1, {DICTIONARY_SURNAME}, -1}, + {"Greathead", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Eacháin", 1, {DICTIONARY_SURNAME}, -1}, + {"h.e.b. gas", 1, {DICTIONARY_CHAIN}, 150}, + {"Mugnaini", 1, {DICTIONARY_SURNAME}, -1}, + {"Agard", 1, {DICTIONARY_SURNAME}, -1}, + {"Cvijić", 1, {DICTIONARY_SURNAME}, -1}, + {"Roycroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Ah Kit", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenhough", 1, {DICTIONARY_SURNAME}, -1}, + {"Tosatto", 1, {DICTIONARY_SURNAME}, -1}, + {"Sen", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenzweig", 1, {DICTIONARY_SURNAME}, -1}, + {"Machi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cishek", 1, {DICTIONARY_SURNAME}, -1}, + {"Trezise", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilleasbaig", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Mansur", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Argyropoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Varacalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Pedlar", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkovits", 1, {DICTIONARY_SURNAME}, -1}, + {"Tae-sung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Almkvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Colborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Acciari", 1, {DICTIONARY_SURNAME}, -1}, + {"Raquel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bandura", 1, {DICTIONARY_SURNAME}, -1}, + {"Bovell", 1, {DICTIONARY_SURNAME}, -1}, + {"Podolski", 1, {DICTIONARY_SURNAME}, -1}, + {"Rémy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Funnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Jotham", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sokolow", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbet", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackerley", 1, {DICTIONARY_SURNAME}, -1}, + {"Bey", 1, {DICTIONARY_SURNAME}, -1}, + {"Niculina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Margus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"juan valdez cafe", 1, {DICTIONARY_CHAIN}, -1}, + {"cinnabons", 1, {DICTIONARY_CHAIN}, 100}, + {"Ceresoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Accam", 1, {DICTIONARY_SURNAME}, -1}, + {"Pająk", 1, {DICTIONARY_SURNAME}, -1}, + {"Milanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Cordas", 1, {DICTIONARY_SURNAME}, -1}, + {"Wadhwani", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic Amhalghadha", 1, {DICTIONARY_SURNAME}, -1}, + {"Mania", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bubby", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hayman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cleave", 1, {DICTIONARY_SURNAME}, -1}, + {"Traeger", 1, {DICTIONARY_SURNAME}, -1}, + {"Matty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hemmes", 1, {DICTIONARY_SURNAME}, -1}, + {"Varvaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Šešelj", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Haber", 1, {DICTIONARY_SURNAME}, -1}, + {"Vági", 1, {DICTIONARY_SURNAME}, -1}, + {"Figl", 1, {DICTIONARY_SURNAME}, -1}, + {"Muntasser", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyte", 1, {DICTIONARY_SURNAME}, -1}, + {"Madgett", 1, {DICTIONARY_SURNAME}, -1}, + {"Dolan", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragusha", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruhn", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasseur", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Manen", 1, {DICTIONARY_SURNAME}, -1}, + {"Reg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Košir", 1, {DICTIONARY_SURNAME}, -1}, + {"Dutty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Danilo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Domeij", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollond", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlade", 1, {DICTIONARY_SURNAME}, -1}, + {"Raghunatha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Churchman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bornstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Napley", 1, {DICTIONARY_SURNAME}, -1}, + {"Holgarth", 1, {DICTIONARY_SURNAME}, -1}, + {"Erin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haukland", 1, {DICTIONARY_SURNAME}, -1}, + {"Rother", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauth", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-gi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fainaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Blakey", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulmer", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlennon", 1, {DICTIONARY_SURNAME}, -1}, + {"Takahashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Maiorana", 1, {DICTIONARY_SURNAME}, -1}, + {"Twiss", 1, {DICTIONARY_SURNAME}, -1}, + {"McElnea", 1, {DICTIONARY_SURNAME}, -1}, + {"Savige", 1, {DICTIONARY_SURNAME}, -1}, + {"Valsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Carys", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Evanthia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hidenobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ivanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Barenboim", 1, {DICTIONARY_SURNAME}, -1}, + {"Orlik", 1, {DICTIONARY_SURNAME}, -1}, + {"Rietti", 1, {DICTIONARY_SURNAME}, -1}, + {"Ottavio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Norihiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Antti", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vishnepolsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Yechiel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agee", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Paine", 1, {DICTIONARY_SURNAME}, -1}, + {"Stroud", 1, {DICTIONARY_SURNAME}, -1}, + {"Taubert", 1, {DICTIONARY_SURNAME}, -1}, + {"Luna", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ludecke", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöner", 1, {DICTIONARY_SURNAME}, -1}, + {"Deranja", 1, {DICTIONARY_SURNAME}, -1}, + {"Fagius", 1, {DICTIONARY_SURNAME}, -1}, + {"Vildoso", 1, {DICTIONARY_SURNAME}, -1}, + {"Chrysanthos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lindner", 1, {DICTIONARY_SURNAME}, -1}, + {"Christoffersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Marija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hymen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Замятин", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Klinkowström", 1, {DICTIONARY_SURNAME}, -1}, + {"Addenbrooke", 1, {DICTIONARY_SURNAME}, -1}, + {"Vriezema", 1, {DICTIONARY_SURNAME}, -1}, + {"steak n shakes", 1, {DICTIONARY_CHAIN}, 241}, + {"Hermine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Widdrington", 1, {DICTIONARY_SURNAME}, -1}, + {"Reichart", 1, {DICTIONARY_SURNAME}, -1}, + {"Daems", 1, {DICTIONARY_SURNAME}, -1}, + {"Nafpliotis", 1, {DICTIONARY_SURNAME}, -1}, + {"Viudès", 1, {DICTIONARY_SURNAME}, -1}, + {"Rauluni", 1, {DICTIONARY_SURNAME}, -1}, + {"Herndon", 1, {DICTIONARY_SURNAME}, -1}, + {"Dawn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tishkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Panov", 1, {DICTIONARY_SURNAME}, -1}, + {"Haydarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Speransky", 1, {DICTIONARY_SURNAME}, -1}, + {"Cholmeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Yaeko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hetherington", 1, {DICTIONARY_SURNAME}, -1}, + {"Zavaleta", 1, {DICTIONARY_SURNAME}, -1}, + {"Burchuladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Voinea", 1, {DICTIONARY_SURNAME}, -1}, + {"Doughty", 1, {DICTIONARY_SURNAME}, -1}, + {"Bidgood", 1, {DICTIONARY_SURNAME}, -1}, + {"McKilligan", 1, {DICTIONARY_SURNAME}, -1}, + {"Österreicher", 1, {DICTIONARY_SURNAME}, -1}, + {"Stamos", 1, {DICTIONARY_SURNAME}, -1}, + {"Bedenk", 1, {DICTIONARY_SURNAME}, -1}, + {"Piotter", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Völgyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Detmold", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaiken", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoram", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Zaanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Roueché", 1, {DICTIONARY_SURNAME}, -1}, + {"Bissinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Elmhirst", 1, {DICTIONARY_SURNAME}, -1}, + {"Carmona", 1, {DICTIONARY_SURNAME}, -1}, + {"Mendes", 1, {DICTIONARY_SURNAME}, -1}, + {"Vactor", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sackler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyacinth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gatenby", 1, {DICTIONARY_SURNAME}, -1}, + {"Philp", 1, {DICTIONARY_SURNAME}, -1}, + {"Brinker", 1, {DICTIONARY_SURNAME}, -1}, + {"Fujitani", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Damme", 1, {DICTIONARY_SURNAME}, -1}, + {"Previn", 1, {DICTIONARY_SURNAME}, -1}, + {"Roar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beaton", 1, {DICTIONARY_SURNAME}, -1}, + {"Marchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Arkorful", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Bedrettin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buenechea", 1, {DICTIONARY_SURNAME}, -1}, + {"lbj", 1, {DICTIONARY_NAMED_PERSON}, 282}, + {"Takanashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Radoslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kashibadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Xiaoling", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Velder", 1, {DICTIONARY_SURNAME}, -1}, + {"Aron", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Beerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilshire", 1, {DICTIONARY_SURNAME}, -1}, + {"Narducci", 1, {DICTIONARY_SURNAME}, -1}, + {"Whelan", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Aerde", 1, {DICTIONARY_SURNAME}, -1}, + {"Manson", 1, {DICTIONARY_SURNAME}, -1}, + {"Schache", 1, {DICTIONARY_SURNAME}, -1}, + {"Vručina", 1, {DICTIONARY_SURNAME}, -1}, + {"Diasamidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobs", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiodaroli", 1, {DICTIONARY_SURNAME}, -1}, + {"Condy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cainnech", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agront", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheywa", 1, {DICTIONARY_SURNAME}, -1}, + {"Zinzendorf", 1, {DICTIONARY_SURNAME}, -1}, + {"Colosimo", 1, {DICTIONARY_SURNAME}, -1}, + {"Krøyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Allette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dunnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubitsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogoljubov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ní Thomhrair", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrabec", 1, {DICTIONARY_SURNAME}, -1}, + {"McCready", 1, {DICTIONARY_SURNAME}, -1}, + {"Swinnerton", 1, {DICTIONARY_SURNAME}, -1}, + {"Byerly", 1, {DICTIONARY_SURNAME}, -1}, + {"Vellinga", 1, {DICTIONARY_SURNAME}, -1}, + {"Moszkovicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Peprah", 1, {DICTIONARY_SURNAME}, -1}, + {"Malofeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Petkovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Monye", 1, {DICTIONARY_SURNAME}, -1}, + {"Adrienne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Magson", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitoussi", 1, {DICTIONARY_SURNAME}, -1}, + {"Naimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dabiživ", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sidibé", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kwaśny", 1, {DICTIONARY_SURNAME}, -1}, + {"Hernán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Detweiler", 1, {DICTIONARY_SURNAME}, -1}, + {"Jong-hoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Svätojánsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Miltner", 1, {DICTIONARY_SURNAME}, -1}, + {"Uranta", 1, {DICTIONARY_SURNAME}, -1}, + {"Edwina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kirsipuu", 1, {DICTIONARY_SURNAME}, -1}, + {"Halvey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerbel", 1, {DICTIONARY_SURNAME}, -1}, + {"Perehudoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Fassbaender", 1, {DICTIONARY_SURNAME}, -1}, + {"Akery", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidvei", 1, {DICTIONARY_SURNAME}, -1}, + {"Wurster", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudolph", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amritraj", 1, {DICTIONARY_SURNAME}, -1}, + {"Soerensen", 1, {DICTIONARY_SURNAME}, -1}, + {"Israel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ourdan", 1, {DICTIONARY_SURNAME}, -1}, + {"Evdokimova", 1, {DICTIONARY_SURNAME}, -1}, + {"Koizumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Valvassoura", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguerre", 1, {DICTIONARY_SURNAME}, -1}, + {"Akaddar", 1, {DICTIONARY_SURNAME}, -1}, + {"Shakira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bharadwaja", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimbleby", 1, {DICTIONARY_SURNAME}, -1}, + {"Greter", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanislaski", 1, {DICTIONARY_SURNAME}, -1}, + {"Zafar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ameresekere", 1, {DICTIONARY_SURNAME}, -1}, + {"Oyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Brempong", 1, {DICTIONARY_SURNAME}, -1}, + {"Blanton", 1, {DICTIONARY_SURNAME}, -1}, + {"Wenz", 1, {DICTIONARY_SURNAME}, -1}, + {"Sagør", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiyoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kohl-Larsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Semmelrogge", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuyushiba", 1, {DICTIONARY_SURNAME}, -1}, + {"Kober", 1, {DICTIONARY_SURNAME}, -1}, + {"Villania", 1, {DICTIONARY_SURNAME}, -1}, + {"Brodin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hindawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gjergj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heartfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Androić", 1, {DICTIONARY_SURNAME}, -1}, + {"Leiby", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ngobeni", 1, {DICTIONARY_SURNAME}, -1}, + {"Elmont", 1, {DICTIONARY_SURNAME}, -1}, + {"Hildyard", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukiyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Antsybor", 1, {DICTIONARY_SURNAME}, -1}, + {"Serafim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Canny", 1, {DICTIONARY_SURNAME}, -1}, + {"Božena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eşref", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Biondi", 1, {DICTIONARY_SURNAME}, -1}, + {"Plowman", 1, {DICTIONARY_SURNAME}, -1}, + {"Keeping", 1, {DICTIONARY_SURNAME}, -1}, + {"Cezar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eun-ji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mendoza", 1, {DICTIONARY_SURNAME}, -1}, + {"Domoraud", 1, {DICTIONARY_SURNAME}, -1}, + {"Gravel", 1, {DICTIONARY_SURNAME}, -1}, + {"Nykvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Phanita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beeson", 1, {DICTIONARY_SURNAME}, -1}, + {"Valarmathi", 1, {DICTIONARY_SURNAME}, -1}, + {"Schütter", 1, {DICTIONARY_SURNAME}, -1}, + {"Lechmere", 1, {DICTIONARY_SURNAME}, -1}, + {"Macliver", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoo-jung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Burkhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Jürgen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Inzaghi", 1, {DICTIONARY_SURNAME}, -1}, + {"Busemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Akosah", 1, {DICTIONARY_SURNAME}, -1}, + {"Sumner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hạ", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Rossem", 1, {DICTIONARY_SURNAME}, -1}, + {"Chabal", 1, {DICTIONARY_SURNAME}, -1}, + {"Money", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadász", 1, {DICTIONARY_SURNAME}, -1}, + {"Tishin", 1, {DICTIONARY_SURNAME}, -1}, + {"Aindili", 1, {DICTIONARY_SURNAME}, -1}, + {"Tusishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Grayston", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pezzey", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsujii", 1, {DICTIONARY_SURNAME}, -1}, + {"Aigars", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kenteris", 1, {DICTIONARY_SURNAME}, -1}, + {"Fisher", 1, {DICTIONARY_SURNAME}, -1}, + {"Blinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sansum", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Madariaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Feirberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Salusinszky", 1, {DICTIONARY_SURNAME}, -1}, + {"Bajramović", 1, {DICTIONARY_SURNAME}, -1}, + {"McAddley", 1, {DICTIONARY_SURNAME}, -1}, + {"Avellan", 1, {DICTIONARY_SURNAME}, -1}, + {"Forintos", 1, {DICTIONARY_SURNAME}, -1}, + {"Benke", 1, {DICTIONARY_SURNAME}, -1}, + {"Aytekin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dobrivoje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McPhee", 1, {DICTIONARY_SURNAME}, -1}, + {"Adegbeingbe", 1, {DICTIONARY_SURNAME}, -1}, + {"circle k", 1, {DICTIONARY_CHAIN}, -1}, + {"Melafe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGeechan", 1, {DICTIONARY_SURNAME}, -1}, + {"Atelkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Décarie", 1, {DICTIONARY_SURNAME}, -1}, + {"Wally", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Finnacán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdullin", 1, {DICTIONARY_SURNAME}, -1}, + {"Henkes", 1, {DICTIONARY_SURNAME}, -1}, + {"Valkanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Amber", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harbhajan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aeschlimann", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigalet", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkhissa", 1, {DICTIONARY_SURNAME}, -1}, + {"Stairs", 1, {DICTIONARY_SURNAME}, -1}, + {"Accati", 1, {DICTIONARY_SURNAME}, -1}, + {"Brewster", 1, {DICTIONARY_SURNAME}, -1}, + {"Gramlich", 1, {DICTIONARY_SURNAME}, -1}, + {"Lightfoot", 1, {DICTIONARY_SURNAME}, -1}, + {"Gustav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lary", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigesato", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rummo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranglin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fyall", 1, {DICTIONARY_SURNAME}, -1}, + {"Turley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rudberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Playford", 1, {DICTIONARY_SURNAME}, -1}, + {"Gjonaj", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Öcal", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeldham", 1, {DICTIONARY_SURNAME}, -1}, + {"Jezza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schachner", 1, {DICTIONARY_SURNAME}, -1}, + {"Shallenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Rubini", 1, {DICTIONARY_SURNAME}, -1}, + {"Varcarcel", 1, {DICTIONARY_SURNAME}, -1}, + {"Wisdom", 1, {DICTIONARY_SURNAME}, -1}, + {"Garfield", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vanags", 1, {DICTIONARY_SURNAME}, -1}, + {"Wingate", 1, {DICTIONARY_SURNAME}, -1}, + {"Jin-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ulman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Merson", 1, {DICTIONARY_SURNAME}, -1}, + {"Paquette", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobrev", 1, {DICTIONARY_SURNAME}, -1}, + {"Allbritton", 1, {DICTIONARY_SURNAME}, -1}, + {"Albertus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sleight", 1, {DICTIONARY_SURNAME}, -1}, + {"Milomir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vidgen", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ryn", 1, {DICTIONARY_SURNAME}, -1}, + {"Fyffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Fairbanks", 1, {DICTIONARY_SURNAME}, -1}, + {"Lilburne", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Květa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fazli", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nyarko", 1, {DICTIONARY_SURNAME}, -1}, + {"Thoreau", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abdy", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakagawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Enrique", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Suwara", 1, {DICTIONARY_SURNAME}, -1}, + {"Asaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Otaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogata", 1, {DICTIONARY_SURNAME}, -1}, + {"Akaike", 1, {DICTIONARY_SURNAME}, -1}, + {"Furneaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Strauch", 1, {DICTIONARY_SURNAME}, -1}, + {"Haverkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhmyarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gagné", 1, {DICTIONARY_SURNAME}, -1}, + {"Shridhar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yahlom", 1, {DICTIONARY_SURNAME}, -1}, + {"Agnolo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cullmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigenobu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Diamantopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Zawahiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Chubin", 1, {DICTIONARY_SURNAME}, -1}, + {"Feininger", 1, {DICTIONARY_SURNAME}, -1}, + {"Herbig", 1, {DICTIONARY_SURNAME}, -1}, + {"Dengler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hala", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adderley", 1, {DICTIONARY_SURNAME}, -1}, + {"Conkey", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodricke", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McLoone", 1, {DICTIONARY_SURNAME}, -1}, + {"b.b and t", 1, {DICTIONARY_CHAIN}, 75}, + {"Bomhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Freeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Darold", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Młynarski", 1, {DICTIONARY_SURNAME}, -1}, + {"Helmke", 1, {DICTIONARY_SURNAME}, -1}, + {"Albański", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrahamson", 1, {DICTIONARY_SURNAME}, -1}, + {"Roksandrić", 1, {DICTIONARY_SURNAME}, -1}, + {"Tallaal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Honchar", 1, {DICTIONARY_SURNAME}, -1}, + {"Kennosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Delaborde", 1, {DICTIONARY_SURNAME}, -1}, + {"Semenyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakita", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atsuzawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Sellar", 1, {DICTIONARY_SURNAME}, -1}, + {"Coventre", 1, {DICTIONARY_SURNAME}, -1}, + {"Karl-Heinz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ofori", 1, {DICTIONARY_SURNAME}, -1}, + {"Vehbi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kangro", 1, {DICTIONARY_SURNAME}, -1}, + {"Berle", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalashnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bottiglieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Curry", 1, {DICTIONARY_SURNAME}, -1}, + {"Casaubon", 1, {DICTIONARY_SURNAME}, -1}, + {"Mihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Pattinama", 1, {DICTIONARY_SURNAME}, -1}, + {"Baginski", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaeg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sciuto", 1, {DICTIONARY_SURNAME}, -1}, + {"Uku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jobe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aleksenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Niizuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Blight", 1, {DICTIONARY_SURNAME}, -1}, + {"Mosteller", 1, {DICTIONARY_SURNAME}, -1}, + {"Pileggi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dan I", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krishan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Michelangelo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jennison", 1, {DICTIONARY_SURNAME}, -1}, + {"Crous", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbini", 1, {DICTIONARY_SURNAME}, -1}, + {"Chamberlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Horomia", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuttle", 1, {DICTIONARY_SURNAME}, -1}, + {"Åkeby", 1, {DICTIONARY_SURNAME}, -1}, + {"Demond", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Smyth", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Fleet", 1, {DICTIONARY_SURNAME}, -1}, + {"Jolles", 1, {DICTIONARY_SURNAME}, -1}, + {"Fredriksson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gamull", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuramochi", 1, {DICTIONARY_SURNAME}, -1}, + {"Indira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Terunobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carline", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rankin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Andrzej", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lattek", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ginkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Velvel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Osmo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fantapié", 1, {DICTIONARY_SURNAME}, -1}, + {"Min-chul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Veer", 1, {DICTIONARY_SURNAME}, -1}, + {"MacKichan", 1, {DICTIONARY_SURNAME}, -1}, + {"Struger", 1, {DICTIONARY_SURNAME}, -1}, + {"Šančić", 1, {DICTIONARY_SURNAME}, -1}, + {"Bocanegra", 1, {DICTIONARY_SURNAME}, -1}, + {"Arceneaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrewes", 1, {DICTIONARY_SURNAME}, -1}, + {"Enríquez", 1, {DICTIONARY_SURNAME}, -1}, + {"Jouault", 1, {DICTIONARY_SURNAME}, -1}, + {"Griffith", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Okafor", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisayuki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Guyver", 1, {DICTIONARY_SURNAME}, -1}, + {"Halsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Mnislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamano", 1, {DICTIONARY_SURNAME}, -1}, + {"tcby", 1, {DICTIONARY_CHAIN}, -1}, + {"Gabashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"b of as", 1, {DICTIONARY_CHAIN}, 70}, + {"Gubelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Blassingame", 1, {DICTIONARY_SURNAME}, -1}, + {"Haripitak", 1, {DICTIONARY_SURNAME}, -1}, + {"Pohl", 1, {DICTIONARY_SURNAME}, -1}, + {"Fleischer", 1, {DICTIONARY_SURNAME}, -1}, + {"Steyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Zandi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zátopková", 1, {DICTIONARY_SURNAME}, -1}, + {"Merab", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fillieule", 1, {DICTIONARY_SURNAME}, -1}, + {"Satterfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinert", 1, {DICTIONARY_SURNAME}, -1}, + {"Humphrey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Krishnappa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Courbet", 1, {DICTIONARY_SURNAME}, -1}, + {"Villarin", 1, {DICTIONARY_SURNAME}, -1}, + {"Akeem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beilby", 1, {DICTIONARY_SURNAME}, -1}, + {"Palmieri", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Antoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivars", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boleslaw", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Crafts", 1, {DICTIONARY_SURNAME}, -1}, + {"Welsby", 1, {DICTIONARY_SURNAME}, -1}, + {"Pennie", 1, {DICTIONARY_SURNAME}, -1}, + {"Kingston", 1, {DICTIONARY_SURNAME}, -1}, + {"Florine", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van de Kamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Sirianni", 1, {DICTIONARY_SURNAME}, -1}, + {"Cionna", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Brien", 1, {DICTIONARY_SURNAME}, -1}, + {"Tommel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Breithaupt", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Mullem", 1, {DICTIONARY_SURNAME}, -1}, + {"Bukola", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Matsuyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilyeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Görbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Maddux", 1, {DICTIONARY_SURNAME}, -1}, + {"McFeely", 1, {DICTIONARY_SURNAME}, -1}, + {"Daniele", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kauz", 1, {DICTIONARY_SURNAME}, -1}, + {"Císař", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehrenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogi", 1, {DICTIONARY_SURNAME}, -1}, + {"Derham", 1, {DICTIONARY_SURNAME}, -1}, + {"Makarenko", 1, {DICTIONARY_SURNAME}, -1}, + {"McDell", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergman", 1, {DICTIONARY_SURNAME}, -1}, + {"Coury", 1, {DICTIONARY_SURNAME}, -1}, + {"Folville", 1, {DICTIONARY_SURNAME}, -1}, + {"Exequiel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hasnain", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eckersley", 1, {DICTIONARY_SURNAME}, -1}, + {"Curschmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Raghallaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Brian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Querejeta", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilms", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abington", 1, {DICTIONARY_SURNAME}, -1}, + {"Heather", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dickeson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bradshaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Potočnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Taslakian", 1, {DICTIONARY_SURNAME}, -1}, + {"Shirakawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Torrealba", 1, {DICTIONARY_SURNAME}, -1}, + {"Geerts", 1, {DICTIONARY_SURNAME}, -1}, + {"Romaniuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Hitler", 1, {DICTIONARY_SURNAME}, -1}, + {"Rijnders", 1, {DICTIONARY_SURNAME}, -1}, + {"Este", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogdanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Beek", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellers", 1, {DICTIONARY_SURNAME}, -1}, + {"Viik", 1, {DICTIONARY_SURNAME}, -1}, + {"sainsbury's", 1, {DICTIONARY_CHAIN}, -1}, + {"Nakamoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Tvrtko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lamond", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ji-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haerig", 1, {DICTIONARY_SURNAME}, -1}, + {"Branum", 1, {DICTIONARY_SURNAME}, -1}, + {"Virkler", 1, {DICTIONARY_SURNAME}, -1}, + {"Lofthouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilkyson", 1, {DICTIONARY_SURNAME}, -1}, + {"Özden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McCafferty", 1, {DICTIONARY_SURNAME}, -1}, + {"Axelsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Nebe", 1, {DICTIONARY_SURNAME}, -1}, + {"Maberly", 1, {DICTIONARY_SURNAME}, -1}, + {"McSmith", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghajanyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbod", 1, {DICTIONARY_SURNAME}, -1}, + {"Yñigo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-ju", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasileiadis", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldbloom", 1, {DICTIONARY_SURNAME}, -1}, + {"Blount", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahirua", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaikin", 1, {DICTIONARY_SURNAME}, -1}, + {"Trevorrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Franchot", 1, {DICTIONARY_SURNAME}, -1}, + {"Binnie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Edmund", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vodehnal", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassiliu", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlosser", 1, {DICTIONARY_SURNAME}, -1}, + {"Malika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beccadelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Uchiyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Hervé", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nur al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blomstedt", 1, {DICTIONARY_SURNAME}, -1}, + {"Liljedahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Azzam", 1, {DICTIONARY_SURNAME}, -1}, + {"Merrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Urbański", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Papayiannis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hazarika", 1, {DICTIONARY_SURNAME}, -1}, + {"Ersoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Lionidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Thulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Lerberghe", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilotić", 1, {DICTIONARY_SURNAME}, -1}, + {"Voravichitchaikul", 1, {DICTIONARY_SURNAME}, -1}, + {"Chikara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pirtskhalaishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Holcroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Dudziński", 1, {DICTIONARY_SURNAME}, -1}, + {"Stejskal", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanizsa", 1, {DICTIONARY_SURNAME}, -1}, + {"Hataman", 1, {DICTIONARY_SURNAME}, -1}, + {"Naokuni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abildgaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Solveig", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Dusen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinault", 1, {DICTIONARY_SURNAME}, -1}, + {"João Henrique", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Delashmit", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhola", 1, {DICTIONARY_SURNAME}, -1}, + {"Schjeldahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Jorjadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Godbolt", 1, {DICTIONARY_SURNAME}, -1}, + {"Mendes da Costa", 1, {DICTIONARY_SURNAME}, -1}, + {"Passy", 1, {DICTIONARY_SURNAME}, -1}, + {"Sichinava", 1, {DICTIONARY_SURNAME}, -1}, + {"Grade", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Reichbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"california pizza kitchens", 1, {DICTIONARY_CHAIN}, 92}, + {"Lowrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Palmlöf", 1, {DICTIONARY_SURNAME}, -1}, + {"Higman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekström", 1, {DICTIONARY_SURNAME}, -1}, + {"Setters", 1, {DICTIONARY_SURNAME}, -1}, + {"Werner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Perepeczko", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilbreth", 1, {DICTIONARY_SURNAME}, -1}, + {"Shamsher", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Imelda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abgrall", 1, {DICTIONARY_SURNAME}, -1}, + {"Himmelweit", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaei", 1, {DICTIONARY_SURNAME}, -1}, + {"Cazzola", 1, {DICTIONARY_SURNAME}, -1}, + {"Stephan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Strudwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarji", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulton", 1, {DICTIONARY_SURNAME}, -1}, + {"Jadranko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Surendranath", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verrusio", 1, {DICTIONARY_SURNAME}, -1}, + {"Rădulescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Abushgeer", 1, {DICTIONARY_SURNAME}, -1}, + {"Verameyenka", 1, {DICTIONARY_SURNAME}, -1}, + {"Coast", 1, {DICTIONARY_SURNAME}, -1}, + {"Păun", 1, {DICTIONARY_SURNAME}, -1}, + {"Ormerod", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagomarsino", 1, {DICTIONARY_SURNAME}, -1}, + {"Jasen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pippen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tinney", 1, {DICTIONARY_SURNAME}, -1}, + {"Spagnuolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Siirala", 1, {DICTIONARY_SURNAME}, -1}, + {"Raymond", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"lloyd's", 1, {DICTIONARY_CHAIN}, 174}, + {"Rosenhain", 1, {DICTIONARY_SURNAME}, -1}, + {"Amita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Dun", 1, {DICTIONARY_SURNAME}, -1}, + {"Catling", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramsbotham", 1, {DICTIONARY_SURNAME}, -1}, + {"Voyce", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitchem", 1, {DICTIONARY_SURNAME}, -1}, + {"Erkki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sakata", 1, {DICTIONARY_SURNAME}, -1}, + {"Dallavalle", 1, {DICTIONARY_SURNAME}, -1}, + {"Twinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Valke", 1, {DICTIONARY_SURNAME}, -1}, + {"Henmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bugakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Clément", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poku", 1, {DICTIONARY_SURNAME}, -1}, + {"Pellatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Gutmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiborg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernadotte", 1, {DICTIONARY_SURNAME}, -1}, + {"Vejinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Koroknay", 1, {DICTIONARY_SURNAME}, -1}, + {"McCudden", 1, {DICTIONARY_SURNAME}, -1}, + {"McTamney", 1, {DICTIONARY_SURNAME}, -1}, + {"Sly", 1, {DICTIONARY_SURNAME}, -1}, + {"Alexandrakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Asani", 1, {DICTIONARY_SURNAME}, -1}, + {"Degen", 1, {DICTIONARY_SURNAME}, -1}, + {"Armistead", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ó Tomhnair", 1, {DICTIONARY_SURNAME}, -1}, + {"Höffner", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuomi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hunkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandig", 1, {DICTIONARY_SURNAME}, -1}, + {"Egidio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vacchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Soboyejo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferruccio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fearnley-Whittingstall", 1, {DICTIONARY_SURNAME}, -1}, + {"Abish", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjmi", 1, {DICTIONARY_SURNAME}, -1}, + {"boots", 1, {DICTIONARY_CHAIN}, -1}, + {"Ekhosuehi", 1, {DICTIONARY_SURNAME}, -1}, + {"Benakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Santarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"ups stores", 1, {DICTIONARY_CHAIN}, 261}, + {"Koranteng", 1, {DICTIONARY_SURNAME}, -1}, + {"Heaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Falchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Patek", 1, {DICTIONARY_SURNAME}, -1}, + {"Streb", 1, {DICTIONARY_SURNAME}, -1}, + {"Babayaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Dilley", 1, {DICTIONARY_SURNAME}, -1}, + {"Glazachev", 1, {DICTIONARY_SURNAME}, -1}, + {"Westergaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Adánez", 1, {DICTIONARY_SURNAME}, -1}, + {"Latsis", 1, {DICTIONARY_SURNAME}, -1}, + {"Shchepkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Li", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmick", 1, {DICTIONARY_SURNAME}, -1}, + {"Jory", 1, {DICTIONARY_SURNAME}, -1}, + {"Volobuyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kingdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Nachtigal", 1, {DICTIONARY_SURNAME}, -1}, + {"Neitzsche", 1, {DICTIONARY_SURNAME}, -1}, + {"Sele", 1, {DICTIONARY_SURNAME}, -1}, + {"Chernova", 1, {DICTIONARY_SURNAME}, -1}, + {"Cosima", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Artūras", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Davison", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Brádaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Liao", 1, {DICTIONARY_SURNAME}, -1}, + {"william hill", 1, {DICTIONARY_CHAIN}, -1}, + {"Guðnason", 1, {DICTIONARY_SURNAME}, -1}, + {"Hesme", 1, {DICTIONARY_SURNAME}, -1}, + {"Scharlieb", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannes", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lambe", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Tichelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Rafał", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Preis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sada", 1, {DICTIONARY_SURNAME}, -1}, + {"Ben-Asher", 1, {DICTIONARY_SURNAME}, -1}, + {"Salem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McKecuen", 1, {DICTIONARY_SURNAME}, -1}, + {"Agahozo", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Weber", 1, {DICTIONARY_SURNAME}, -1}, + {"Pierce", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fabregas", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanai", 1, {DICTIONARY_SURNAME}, -1}, + {"McDoom", 1, {DICTIONARY_SURNAME}, -1}, + {"Fandorin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinet", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukoje", 1, {DICTIONARY_SURNAME}, -1}, + {"Kusachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Narula", 1, {DICTIONARY_SURNAME}, -1}, + {"Mace", 1, {DICTIONARY_SURNAME}, -1}, + {"Chitnis", 1, {DICTIONARY_SURNAME}, -1}, + {"Cobbold", 1, {DICTIONARY_SURNAME}, -1}, + {"Peadar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ayumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McNeil", 1, {DICTIONARY_SURNAME}, -1}, + {"Sıla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Le Sage", 1, {DICTIONARY_SURNAME}, -1}, + {"Kidder", 1, {DICTIONARY_SURNAME}, -1}, + {"Lammers", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghazamani", 1, {DICTIONARY_SURNAME}, -1}, + {"Reshetnyak", 1, {DICTIONARY_SURNAME}, -1}, + {"Atsuhiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kolm", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazimuddin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Firbank", 1, {DICTIONARY_SURNAME}, -1}, + {"Khudairi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dolmatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Brookins", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brizio", 1, {DICTIONARY_SURNAME}, -1}, + {"Wendy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poling", 1, {DICTIONARY_SURNAME}, -1}, + {"Love", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Koval", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabiano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Elk", 1, {DICTIONARY_SURNAME}, -1}, + {"Redlich", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuxen", 1, {DICTIONARY_SURNAME}, -1}, + {"coldstones", 1, {DICTIONARY_CHAIN}, 109}, + {"Upshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Murrison", 1, {DICTIONARY_SURNAME}, -1}, + {"Derenbourg", 1, {DICTIONARY_SURNAME}, -1}, + {"Nathanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Staker", 1, {DICTIONARY_SURNAME}, -1}, + {"Louella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacCloud", 1, {DICTIONARY_SURNAME}, -1}, + {"Aspord", 1, {DICTIONARY_SURNAME}, -1}, + {"Sardinha", 1, {DICTIONARY_SURNAME}, -1}, + {"Lynn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Horst", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cosgrove", 1, {DICTIONARY_SURNAME}, -1}, + {"Seyler", 1, {DICTIONARY_SURNAME}, -1}, + {"Chatwin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ademola", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cagney", 1, {DICTIONARY_SURNAME}, -1}, + {"Momo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beaubien", 1, {DICTIONARY_SURNAME}, -1}, + {"Yutakayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Cartier", 1, {DICTIONARY_SURNAME}, -1}, + {"Seymour", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giurescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Akçan", 1, {DICTIONARY_SURNAME}, -1}, + {"Stich", 1, {DICTIONARY_SURNAME}, -1}, + {"Tinatin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gosse", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vítková", 1, {DICTIONARY_SURNAME}, -1}, + {"Hersh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brodzińska", 1, {DICTIONARY_SURNAME}, -1}, + {"Takehiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ava", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trakhanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sławoj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tariq", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Laurynas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dong-chul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Branka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Serle", 1, {DICTIONARY_SURNAME}, -1}, + {"Bierwirth", 1, {DICTIONARY_SURNAME}, -1}, + {"Calderón", 1, {DICTIONARY_SURNAME}, -1}, + {"Geelmuyden", 1, {DICTIONARY_SURNAME}, -1}, + {"Salgado", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Babbitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Burbridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Suk-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rasuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Ormsbee", 1, {DICTIONARY_SURNAME}, -1}, + {"Turney", 1, {DICTIONARY_SURNAME}, -1}, + {"Fricke", 1, {DICTIONARY_SURNAME}, -1}, + {"Lachance", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicenzino", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubhóg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zukovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoenescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamany", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheston", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Olliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bobrik", 1, {DICTIONARY_SURNAME}, -1}, + {"McGillivray", 1, {DICTIONARY_SURNAME}, -1}, + {"Min-sun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vallotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Münzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Giddings", 1, {DICTIONARY_SURNAME}, -1}, + {"Smeaton", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurakin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernace", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawthorne", 1, {DICTIONARY_SURNAME}, -1}, + {"Vismara", 1, {DICTIONARY_SURNAME}, -1}, + {"Vickerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Benioff", 1, {DICTIONARY_SURNAME}, -1}, + {"Moynihan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ševela", 1, {DICTIONARY_SURNAME}, -1}, + {"Grimston", 1, {DICTIONARY_SURNAME}, -1}, + {"Habert", 1, {DICTIONARY_SURNAME}, -1}, + {"Huffman", 1, {DICTIONARY_SURNAME}, -1}, + {"Michaelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Poinar", 1, {DICTIONARY_SURNAME}, -1}, + {"Schüssler", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oldford", 1, {DICTIONARY_SURNAME}, -1}, + {"Bissill", 1, {DICTIONARY_SURNAME}, -1}, + {"Stirton", 1, {DICTIONARY_SURNAME}, -1}, + {"Volesky", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacquier", 1, {DICTIONARY_SURNAME}, -1}, + {"McEntyre", 1, {DICTIONARY_SURNAME}, -1}, + {"Feidlimid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aberle", 1, {DICTIONARY_SURNAME}, -1}, + {"Romolo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spadaccini", 1, {DICTIONARY_SURNAME}, -1}, + {"Hutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Galkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Aseem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Temmerman", 1, {DICTIONARY_SURNAME}, -1}, + {"panera breads", 1, {DICTIONARY_CHAIN}, 198}, + {"Gakuto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kipruto", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleksa", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallori", 1, {DICTIONARY_SURNAME}, -1}, + {"Launitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Agboh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ricardez", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirotoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Claver", 1, {DICTIONARY_SURNAME}, -1}, + {"Deaton", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragoş", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Newcomen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandor", 1, {DICTIONARY_SURNAME}, -1}, + {"Azusa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Isum", 1, {DICTIONARY_SURNAME}, -1}, + {"Januszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Malusare", 1, {DICTIONARY_SURNAME}, -1}, + {"Laugier", 1, {DICTIONARY_SURNAME}, -1}, + {"Carotta", 1, {DICTIONARY_SURNAME}, -1}, + {"Navickas", 1, {DICTIONARY_SURNAME}, -1}, + {"Ptaczek", 1, {DICTIONARY_SURNAME}, -1}, + {"Teruyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rémi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leyster", 1, {DICTIONARY_SURNAME}, -1}, + {"Pera", 1, {DICTIONARY_SURNAME}, -1}, + {"Veee", 1, {DICTIONARY_SURNAME}, -1}, + {"McElderry", 1, {DICTIONARY_SURNAME}, -1}, + {"Aníbal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nedkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Midhat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malladi", 1, {DICTIONARY_SURNAME}, -1}, + {"Najm al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fränkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedlaender", 1, {DICTIONARY_SURNAME}, -1}, + {"Haarala", 1, {DICTIONARY_SURNAME}, -1}, + {"Valeeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Ali Naqi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paulo Cesar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deutscher", 1, {DICTIONARY_SURNAME}, -1}, + {"Blodgett", 1, {DICTIONARY_SURNAME}, -1}, + {"Menashe", 1, {DICTIONARY_SURNAME}, -1}, + {"Eckerle", 1, {DICTIONARY_SURNAME}, -1}, + {"Tzur", 1, {DICTIONARY_SURNAME}, -1}, + {"Cvetković", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhausaheb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kindl", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilídio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ginji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Galignani", 1, {DICTIONARY_SURNAME}, -1}, + {"Franceschi", 1, {DICTIONARY_SURNAME}, -1}, + {"Klostermayr", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Vautrot", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertuğ", 1, {DICTIONARY_SURNAME}, -1}, + {"Hlebowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Picon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodovatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Piatti", 1, {DICTIONARY_SURNAME}, -1}, + {"McLogan", 1, {DICTIONARY_SURNAME}, -1}, + {"Duppa", 1, {DICTIONARY_SURNAME}, -1}, + {"Lothair", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Longworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Dees", 1, {DICTIONARY_SURNAME}, -1}, + {"Fährmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Rác", 1, {DICTIONARY_SURNAME}, -1}, + {"Bainbridge", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hozumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Veltchev", 1, {DICTIONARY_SURNAME}, -1}, + {"Penman", 1, {DICTIONARY_SURNAME}, -1}, + {"Chéron", 1, {DICTIONARY_SURNAME}, -1}, + {"Njinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Bandrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Woolcott", 1, {DICTIONARY_SURNAME}, -1}, + {"Rory", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vekvart", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlaisavljević", 1, {DICTIONARY_SURNAME}, -1}, + {"Gummer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gómez", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Borkenau", 1, {DICTIONARY_SURNAME}, -1}, + {"Emiliana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Willock", 1, {DICTIONARY_SURNAME}, -1}, + {"Churchward", 1, {DICTIONARY_SURNAME}, -1}, + {"Bandy", 1, {DICTIONARY_SURNAME}, -1}, + {"Skowronek", 1, {DICTIONARY_SURNAME}, -1}, + {"Adleiba", 1, {DICTIONARY_SURNAME}, -1}, + {"Giacomi", 1, {DICTIONARY_SURNAME}, -1}, + {"Đenić", 1, {DICTIONARY_SURNAME}, -1}, + {"Batu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ashhad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Morahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Velenšek", 1, {DICTIONARY_SURNAME}, -1}, + {"Bossuet", 1, {DICTIONARY_SURNAME}, -1}, + {"MacMichael", 1, {DICTIONARY_SURNAME}, -1}, + {"Orbay", 1, {DICTIONARY_SURNAME}, -1}, + {"Gautherie", 1, {DICTIONARY_SURNAME}, -1}, + {"Aswad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Virolaynen", 1, {DICTIONARY_SURNAME}, -1}, + {"De La Porte", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornelissen", 1, {DICTIONARY_SURNAME}, -1}, + {"Luarsab", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Truex", 1, {DICTIONARY_SURNAME}, -1}, + {"Sykes", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeler", 1, {DICTIONARY_SURNAME}, -1}, + {"Chargaff", 1, {DICTIONARY_SURNAME}, -1}, + {"Troutman", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Habsburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Cowie", 1, {DICTIONARY_SURNAME}, -1}, + {"Biddy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pepper", 1, {DICTIONARY_SURNAME}, -1}, + {"Visotzky", 1, {DICTIONARY_SURNAME}, -1}, + {"Paré", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassilyanska", 1, {DICTIONARY_SURNAME}, -1}, + {"Miklós", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Roosenbrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlindwein", 1, {DICTIONARY_SURNAME}, -1}, + {"Schillings", 1, {DICTIONARY_SURNAME}, -1}, + {"Steckler", 1, {DICTIONARY_SURNAME}, -1}, + {"Jessica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Strijbos", 1, {DICTIONARY_SURNAME}, -1}, + {"Luis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zengin", 1, {DICTIONARY_SURNAME}, -1}, + {"Erminia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ann-Louise", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peach", 1, {DICTIONARY_SURNAME}, -1}, + {"Shnaider", 1, {DICTIONARY_SURNAME}, -1}, + {"Dixon", 1, {DICTIONARY_SURNAME}, -1}, + {"Reşat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verbillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Leahey", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopper", 1, {DICTIONARY_SURNAME}, -1}, + {"Mejía", 1, {DICTIONARY_SURNAME}, -1}, + {"Yuryevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Raitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Nasser", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reder", 1, {DICTIONARY_SURNAME}, -1}, + {"Carella", 1, {DICTIONARY_SURNAME}, -1}, + {"Akgül", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wales", 1, {DICTIONARY_SURNAME}, -1}, + {"Schalin", 1, {DICTIONARY_SURNAME}, -1}, + {"Foust", 1, {DICTIONARY_SURNAME}, -1}, + {"Shuck", 1, {DICTIONARY_SURNAME}, -1}, + {"Veizaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenham", 1, {DICTIONARY_SURNAME}, -1}, + {"cbc banque", 1, {DICTIONARY_CHAIN}, -1}, + {"Felter", 1, {DICTIONARY_SURNAME}, -1}, + {"Esben", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Overmars", 1, {DICTIONARY_SURNAME}, -1}, + {"Debes", 1, {DICTIONARY_SURNAME}, -1}, + {"Giering", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcinkevičiūtė", 1, {DICTIONARY_SURNAME}, -1}, + {"Blyth", 1, {DICTIONARY_SURNAME}, -1}, + {"Tusa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapambwe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jean-Louis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adekounle", 1, {DICTIONARY_SURNAME}, -1}, + {"Santoro", 1, {DICTIONARY_SURNAME}, -1}, + {"Chkhaidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Takanobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vianès", 1, {DICTIONARY_SURNAME}, -1}, + {"Puglisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Naudin", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiseman", 1, {DICTIONARY_SURNAME}, -1}, + {"r.e.i", 1, {DICTIONARY_CHAIN}, 220}, + {"Mbatha", 1, {DICTIONARY_SURNAME}, -1}, + {"Chkhotua", 1, {DICTIONARY_SURNAME}, -1}, + {"Oliynyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Agnelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Belkis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daigo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Шуберт", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambertz", 1, {DICTIONARY_SURNAME}, -1}, + {"Şirin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fosdick", 1, {DICTIONARY_SURNAME}, -1}, + {"Delsarte", 1, {DICTIONARY_SURNAME}, -1}, + {"Rippner", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlaudraff", 1, {DICTIONARY_SURNAME}, -1}, + {"De Freitas", 1, {DICTIONARY_SURNAME}, -1}, + {"Kourosh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vidkun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rasband", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjöwall", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguinis", 1, {DICTIONARY_SURNAME}, -1}, + {"Schildorfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Savić", 1, {DICTIONARY_SURNAME}, -1}, + {"Guardado", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodor", 1, {DICTIONARY_SURNAME}, -1}, + {"Duif", 1, {DICTIONARY_SURNAME}, -1}, + {"Everson", 1, {DICTIONARY_SURNAME}, -1}, + {"Dickson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fichman", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunara", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ljuba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fall", 1, {DICTIONARY_SURNAME}, -1}, + {"Mažuranić", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshishige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abse", 1, {DICTIONARY_SURNAME}, -1}, + {"Perugia", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Uí Thomhnra", 1, {DICTIONARY_SURNAME}, -1}, + {"Meisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kachenovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Marinangeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tawny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Belhadj", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruppert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abruzzese", 1, {DICTIONARY_SURNAME}, -1}, + {"Mynors", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aarón", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hearon", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöneberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Klyuyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Abarghouei", 1, {DICTIONARY_SURNAME}, -1}, + {"Asinrthegn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rambausek", 1, {DICTIONARY_SURNAME}, -1}, + {"Verweij", 1, {DICTIONARY_SURNAME}, -1}, + {"Edita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tanzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ifrán", 1, {DICTIONARY_SURNAME}, -1}, + {"Vossoughi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuijpers", 1, {DICTIONARY_SURNAME}, -1}, + {"Heisig", 1, {DICTIONARY_SURNAME}, -1}, + {"Gmeiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Huub", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Galwey", 1, {DICTIONARY_SURNAME}, -1}, + {"Uttley", 1, {DICTIONARY_SURNAME}, -1}, + {"Babitzin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nariakira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Delille", 1, {DICTIONARY_SURNAME}, -1}, + {"Haddow", 1, {DICTIONARY_SURNAME}, -1}, + {"Siouxie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Shea", 1, {DICTIONARY_SURNAME}, -1}, + {"Beloff", 1, {DICTIONARY_SURNAME}, -1}, + {"Schurr", 1, {DICTIONARY_SURNAME}, -1}, + {"Cazal", 1, {DICTIONARY_SURNAME}, -1}, + {"Grillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vores", 1, {DICTIONARY_SURNAME}, -1}, + {"Iavaroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Buhler", 1, {DICTIONARY_SURNAME}, -1}, + {"Monkhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Blagoja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vișan", 1, {DICTIONARY_SURNAME}, -1}, + {"Neiers", 1, {DICTIONARY_SURNAME}, -1}, + {"Abitov", 1, {DICTIONARY_SURNAME}, -1}, + {"Masayoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lagendijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Monk", 1, {DICTIONARY_SURNAME}, -1}, + {"Poster", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajder", 1, {DICTIONARY_SURNAME}, -1}, + {"Procopé", 1, {DICTIONARY_SURNAME}, -1}, + {"Ananidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Hippler", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitropoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Adikari", 1, {DICTIONARY_SURNAME}, -1}, + {"Dević", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackeben", 1, {DICTIONARY_SURNAME}, -1}, + {"Decatur", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gilby", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnabe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McClover", 1, {DICTIONARY_SURNAME}, -1}, + {"Ter-Arutunian", 1, {DICTIONARY_SURNAME}, -1}, + {"Obukhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Scherman", 1, {DICTIONARY_SURNAME}, -1}, + {"Peller", 1, {DICTIONARY_SURNAME}, -1}, + {"Bardem", 1, {DICTIONARY_SURNAME}, -1}, + {"Keteleer", 1, {DICTIONARY_SURNAME}, -1}, + {"Asenov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sashihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Bräutigam", 1, {DICTIONARY_SURNAME}, -1}, + {"Serafini", 1, {DICTIONARY_SURNAME}, -1}, + {"Kosevich", 1, {DICTIONARY_SURNAME}, -1}, + {"McKercher", 1, {DICTIONARY_SURNAME}, -1}, + {"tgi friday's", 1, {DICTIONARY_CHAIN}, 252}, + {"Achatz", 1, {DICTIONARY_SURNAME}, -1}, + {"Antetokounmpo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludvík", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mac a' Chruiteir", 1, {DICTIONARY_SURNAME}, -1}, + {"Brosnan", 1, {DICTIONARY_SURNAME}, -1}, + {"Okolski", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuomioja", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Mieroop", 1, {DICTIONARY_SURNAME}, -1}, + {"Lois", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henriksen", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeybek", 1, {DICTIONARY_SURNAME}, -1}, + {"Folliott", 1, {DICTIONARY_SURNAME}, -1}, + {"Åhsberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonnot", 1, {DICTIONARY_SURNAME}, -1}, + {"Devos", 1, {DICTIONARY_SURNAME}, -1}, + {"Koneru", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Beek", 1, {DICTIONARY_SURNAME}, -1}, + {"Klaassen", 1, {DICTIONARY_SURNAME}, -1}, + {"Harmon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Krieger", 1, {DICTIONARY_SURNAME}, -1}, + {"Chatterley", 1, {DICTIONARY_SURNAME}, -1}, + {"Santaeulàlia", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceener", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaliens", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiden", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agajanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuserisdze", 1, {DICTIONARY_SURNAME}, -1}, + {"Ewell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pobjie", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyde-White", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladić", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Den Heede", 1, {DICTIONARY_SURNAME}, -1}, + {"Wentworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Yerlikaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Riccardi", 1, {DICTIONARY_SURNAME}, -1}, + {"McCullough", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanguinetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Borgne", 1, {DICTIONARY_SURNAME}, -1}, + {"Livermore", 1, {DICTIONARY_SURNAME}, -1}, + {"Chasen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sundin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vera", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sinfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinđelić", 1, {DICTIONARY_SURNAME}, -1}, + {"Scrimgeour", 1, {DICTIONARY_SURNAME}, -1}, + {"Adepoju", 1, {DICTIONARY_SURNAME}, -1}, + {"Mu'iz ad-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schott", 1, {DICTIONARY_SURNAME}, -1}, + {"Venneker", 1, {DICTIONARY_SURNAME}, -1}, + {"Kammeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Aonghus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Osterhout", 1, {DICTIONARY_SURNAME}, -1}, + {"Schimper", 1, {DICTIONARY_SURNAME}, -1}, + {"Rubashkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Zak", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Samwell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Krajčík", 1, {DICTIONARY_SURNAME}, -1}, + {"Fanger", 1, {DICTIONARY_SURNAME}, -1}, + {"Ohba", 1, {DICTIONARY_SURNAME}, -1}, + {"Schenkling", 1, {DICTIONARY_SURNAME}, -1}, + {"Tătărescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Guerini", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Flett", 1, {DICTIONARY_SURNAME}, -1}, + {"Mortimore", 1, {DICTIONARY_SURNAME}, -1}, + {"Mieczysław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Osbert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schneiderfranken", 1, {DICTIONARY_SURNAME}, -1}, + {"Manser", 1, {DICTIONARY_SURNAME}, -1}, + {"Beiting", 1, {DICTIONARY_SURNAME}, -1}, + {"Basson", 1, {DICTIONARY_SURNAME}, -1}, + {"Polnareff", 1, {DICTIONARY_SURNAME}, -1}, + {"Essi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thamsanqa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjerke", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoddard", 1, {DICTIONARY_SURNAME}, -1}, + {"Carroll", 1, {DICTIONARY_SURNAME}, -1}, + {"Heidrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Tjibbe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jurgenson", 1, {DICTIONARY_SURNAME}, -1}, + {"auchan", 1, {DICTIONARY_CHAIN}, -1}, + {"Dalman", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaffé", 1, {DICTIONARY_SURNAME}, -1}, + {"Minegishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Saindon", 1, {DICTIONARY_SURNAME}, -1}, + {"McCallum", 1, {DICTIONARY_SURNAME}, -1}, + {"Matraxia", 1, {DICTIONARY_SURNAME}, -1}, + {"Ning", 1, {DICTIONARY_SURNAME}, -1}, + {"Schadt", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Loo", 1, {DICTIONARY_SURNAME}, -1}, + {"Gentner", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaminski", 1, {DICTIONARY_SURNAME}, -1}, + {"Adalbero", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vitharana", 1, {DICTIONARY_SURNAME}, -1}, + {"Armstead", 1, {DICTIONARY_SURNAME}, -1}, + {"Dedman", 1, {DICTIONARY_SURNAME}, -1}, + {"Babiker", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Irgens", 1, {DICTIONARY_SURNAME}, -1}, + {"Nabhani", 1, {DICTIONARY_SURNAME}, -1}, + {"Keep", 1, {DICTIONARY_SURNAME}, -1}, + {"Stokowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Veldhuyzen van Zanten", 1, {DICTIONARY_SURNAME}, -1}, + {"Urquidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Schrojf", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawksford", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlamme", 1, {DICTIONARY_SURNAME}, -1}, + {"Crompton", 1, {DICTIONARY_SURNAME}, -1}, + {"Bseiso", 1, {DICTIONARY_SURNAME}, -1}, + {"Pysmenska", 1, {DICTIONARY_SURNAME}, -1}, + {"Gounelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayriss", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragović", 1, {DICTIONARY_SURNAME}, -1}, + {"Goethe", 1, {DICTIONARY_SURNAME}, -1}, + {"Nancarrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergsma", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimitri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jevons", 1, {DICTIONARY_SURNAME}, -1}, + {"Lalonde", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldrovandini", 1, {DICTIONARY_SURNAME}, -1}, + {"Parazaider", 1, {DICTIONARY_SURNAME}, -1}, + {"Maitra", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarna", 1, {DICTIONARY_SURNAME}, -1}, + {"McGonagle", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaughn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boeckx", 1, {DICTIONARY_SURNAME}, -1}, + {"Millender", 1, {DICTIONARY_SURNAME}, -1}, + {"Ugalde", 1, {DICTIONARY_SURNAME}, -1}, + {"Strobel", 1, {DICTIONARY_SURNAME}, -1}, + {"Jehona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alexanderson", 1, {DICTIONARY_SURNAME}, -1}, + {"Velikhov", 1, {DICTIONARY_SURNAME}, -1}, + {"h v b", 1, {DICTIONARY_CHAIN}, 155}, + {"Wanderson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schettel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ten Heuvel", 1, {DICTIONARY_SURNAME}, -1}, + {"Yakir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sharaf al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mytton", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhmadov", 1, {DICTIONARY_SURNAME}, -1}, + {"Surkis", 1, {DICTIONARY_SURNAME}, -1}, + {"Nidal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ducrocq", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulliam", 1, {DICTIONARY_SURNAME}, -1}, + {"Brahim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pisarev", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallas", 1, {DICTIONARY_SURNAME}, -1}, + {"Skeels", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartle", 1, {DICTIONARY_SURNAME}, -1}, + {"Storey", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadhg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ajlouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Viirlaid", 1, {DICTIONARY_SURNAME}, -1}, + {"Abercrombie", 1, {DICTIONARY_SURNAME}, -1}, + {"Heinig", 1, {DICTIONARY_SURNAME}, -1}, + {"Laine", 1, {DICTIONARY_SURNAME}, -1}, + {"Fresenius", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajirotutu", 1, {DICTIONARY_SURNAME}, -1}, + {"Panzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellman", 1, {DICTIONARY_SURNAME}, -1}, + {"Quezon", 1, {DICTIONARY_SURNAME}, -1}, + {"Shuvalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Booker", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Haddix", 1, {DICTIONARY_SURNAME}, -1}, + {"Estefan", 1, {DICTIONARY_SURNAME}, -1}, + {"Freytag", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceresko", 1, {DICTIONARY_SURNAME}, -1}, + {"Ognjanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Maybaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Fehrenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Simkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Khimshiashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Everett", 1, {DICTIONARY_SURNAME}, -1}, + {"Randolph", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vågberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Iványi", 1, {DICTIONARY_SURNAME}, -1}, + {"Feyerabend", 1, {DICTIONARY_SURNAME}, -1}, + {"Novgorodsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisayoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Battam", 1, {DICTIONARY_SURNAME}, -1}, + {"Zgusta", 1, {DICTIONARY_SURNAME}, -1}, + {"Hewish", 1, {DICTIONARY_SURNAME}, -1}, + {"Raison", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimoyanagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Amsberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerardo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paskevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Csernai", 1, {DICTIONARY_SURNAME}, -1}, + {"Eriksen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mawuru", 1, {DICTIONARY_SURNAME}, -1}, + {"Albrechtsberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Saurwein", 1, {DICTIONARY_SURNAME}, -1}, + {"McSorley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaiksoo", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maria Antonia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tamiroff", 1, {DICTIONARY_SURNAME}, -1}, + {"Gloag", 1, {DICTIONARY_SURNAME}, -1}, + {"Tunçboyacıyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ageh", 1, {DICTIONARY_SURNAME}, -1}, + {"Calvi", 1, {DICTIONARY_SURNAME}, -1}, + {"Boson", 1, {DICTIONARY_SURNAME}, -1}, + {"Sasha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vynnytsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Agron", 1, {DICTIONARY_SURNAME}, -1}, + {"Višević", 1, {DICTIONARY_SURNAME}, -1}, + {"Motoyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wieser", 1, {DICTIONARY_SURNAME}, -1}, + {"Brezing", 1, {DICTIONARY_SURNAME}, -1}, + {"Feltri", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajuwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Canaday", 1, {DICTIONARY_SURNAME}, -1}, + {"Pires", 1, {DICTIONARY_SURNAME}, -1}, + {"Klijn", 1, {DICTIONARY_SURNAME}, -1}, + {"Orabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Câmara", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clemmy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lavasani", 1, {DICTIONARY_SURNAME}, -1}, + {"Narciso", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Immerglück", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwynno", 1, {DICTIONARY_SURNAME}, -1}, + {"Smitherman", 1, {DICTIONARY_SURNAME}, -1}, + {"Basset", 1, {DICTIONARY_SURNAME}, -1}, + {"Borchard", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayhoe", 1, {DICTIONARY_SURNAME}, -1}, + {"costcutter", 1, {DICTIONARY_CHAIN}, -1}, + {"Magaddino", 1, {DICTIONARY_SURNAME}, -1}, + {"Hochberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Brookman", 1, {DICTIONARY_SURNAME}, -1}, + {"Faurisson", 1, {DICTIONARY_SURNAME}, -1}, + {"McConaghy", 1, {DICTIONARY_SURNAME}, -1}, + {"Meštrović", 1, {DICTIONARY_SURNAME}, -1}, + {"Haleva", 1, {DICTIONARY_SURNAME}, -1}, + {"Julen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Janzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudder", 1, {DICTIONARY_SURNAME}, -1}, + {"Haijby", 1, {DICTIONARY_SURNAME}, -1}, + {"Battier", 1, {DICTIONARY_SURNAME}, -1}, + {"Rouget", 1, {DICTIONARY_SURNAME}, -1}, + {"Göring", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shinzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abubo", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Galen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalkstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Namli", 1, {DICTIONARY_SURNAME}, -1}, + {"Januzaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Corri", 1, {DICTIONARY_SURNAME}, -1}, + {"Smedinghoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikander", 1, {DICTIONARY_SURNAME}, -1}, + {"Carney", 1, {DICTIONARY_SURNAME}, -1}, + {"Meling", 1, {DICTIONARY_SURNAME}, -1}, + {"Babs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petridis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandenbroucke", 1, {DICTIONARY_SURNAME}, -1}, + {"Jōkichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aksalu", 1, {DICTIONARY_SURNAME}, -1}, + {"Claud", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Micheline", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dajos", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jangeborg", 1, {DICTIONARY_SURNAME}, -1}, + {"Teixeira", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Rechteren", 1, {DICTIONARY_SURNAME}, -1}, + {"Sörenstam", 1, {DICTIONARY_SURNAME}, -1}, + {"Lafe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Palacio", 1, {DICTIONARY_SURNAME}, -1}, + {"Pevsner", 1, {DICTIONARY_SURNAME}, -1}, + {"Gojko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akiode", 1, {DICTIONARY_SURNAME}, -1}, + {"Fassel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ah Wong", 1, {DICTIONARY_SURNAME}, -1}, + {"Oswald", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vrhovnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabroe", 1, {DICTIONARY_SURNAME}, -1}, + {"Przybylinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vannini", 1, {DICTIONARY_SURNAME}, -1}, + {"Milkha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nobuhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brumanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Grégoire", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mahon", 1, {DICTIONARY_SURNAME}, -1}, + {"Quayle", 1, {DICTIONARY_SURNAME}, -1}, + {"McAnulty", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkersdijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Agashkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Saher", 1, {DICTIONARY_SURNAME}, -1}, + {"Natoo", 1, {DICTIONARY_SURNAME}, -1}, + {"Fønss", 1, {DICTIONARY_SURNAME}, -1}, + {"Zogbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Bigonzetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Visalakshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Fazio", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakasako", 1, {DICTIONARY_SURNAME}, -1}, + {"Rakovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sæterbakken", 1, {DICTIONARY_SURNAME}, -1}, + {"Valetov", 1, {DICTIONARY_SURNAME}, -1}, + {"Speth", 1, {DICTIONARY_SURNAME}, -1}, + {"Brasket", 1, {DICTIONARY_SURNAME}, -1}, + {"De Valois", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmied", 1, {DICTIONARY_SURNAME}, -1}, + {"Theisen", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahed", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sergeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"McRay", 1, {DICTIONARY_SURNAME}, -1}, + {"Alabora", 1, {DICTIONARY_SURNAME}, -1}, + {"Rault", 1, {DICTIONARY_SURNAME}, -1}, + {"Soysert", 1, {DICTIONARY_SURNAME}, -1}, + {"Taiji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zerzan", 1, {DICTIONARY_SURNAME}, -1}, + {"Margarida", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Matvei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vuillermin", 1, {DICTIONARY_SURNAME}, -1}, + {"Koelman", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Dwyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Baaijens", 1, {DICTIONARY_SURNAME}, -1}, + {"Haapalainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarsheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Aglugub", 1, {DICTIONARY_SURNAME}, -1}, + {"Blumhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"McFague", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Claude", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adejuyigbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Valdobrev", 1, {DICTIONARY_SURNAME}, -1}, + {"Jearl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bahnsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fritsche", 1, {DICTIONARY_SURNAME}, -1}, + {"Beiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Stumpfegger", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamaguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Muttalib", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Navaratnam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schaeffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Voegele", 1, {DICTIONARY_SURNAME}, -1}, + {"Goedert", 1, {DICTIONARY_SURNAME}, -1}, + {"Zavorotnyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanada", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyonori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ainaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Adalberth", 1, {DICTIONARY_SURNAME}, -1}, + {"Alder", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalston", 1, {DICTIONARY_SURNAME}, -1}, + {"Macfie", 1, {DICTIONARY_SURNAME}, -1}, + {"Oboler", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Lanschot", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbado", 1, {DICTIONARY_SURNAME}, -1}, + {"MacAlasdair", 1, {DICTIONARY_SURNAME}, -1}, + {"Cauchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbate", 1, {DICTIONARY_SURNAME}, -1}, + {"Letourneur", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimazaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Santoshi Mata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tarmo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seiji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garratt", 1, {DICTIONARY_SURNAME}, -1}, + {"Longino", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanie", 1, {DICTIONARY_SURNAME}, -1}, + {"Guðmundsdóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaidhyanathan", 1, {DICTIONARY_SURNAME}, -1}, + {"Spanghero", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahls", 1, {DICTIONARY_SURNAME}, -1}, + {"Verriest", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Tuyl", 1, {DICTIONARY_SURNAME}, -1}, + {"Modrić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurelac", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayek", 1, {DICTIONARY_SURNAME}, -1}, + {"Shaler", 1, {DICTIONARY_SURNAME}, -1}, + {"Tureck", 1, {DICTIONARY_SURNAME}, -1}, + {"Clíodhna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Swinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Seegrist", 1, {DICTIONARY_SURNAME}, -1}, + {"Persoons", 1, {DICTIONARY_SURNAME}, -1}, + {"Purdie", 1, {DICTIONARY_SURNAME}, -1}, + {"Delville", 1, {DICTIONARY_SURNAME}, -1}, + {"Clancy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valentyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Squire", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Juszkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Barsukov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rutkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Albarrán", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitcairn", 1, {DICTIONARY_SURNAME}, -1}, + {"Akira", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Knoppers", 1, {DICTIONARY_SURNAME}, -1}, + {"Petrakov", 1, {DICTIONARY_SURNAME}, -1}, + {"walmarts", 1, {DICTIONARY_CHAIN}, 266}, + {"Hylkema", 1, {DICTIONARY_SURNAME}, -1}, + {"Morávek", 1, {DICTIONARY_SURNAME}, -1}, + {"Stodoła", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayew", 1, {DICTIONARY_SURNAME}, -1}, + {"Berger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vander Kuyp", 1, {DICTIONARY_SURNAME}, -1}, + {"Guido", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"La Salle", 1, {DICTIONARY_SURNAME}, -1}, + {"Omero", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nic Rághnaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Wunderlich", 1, {DICTIONARY_SURNAME}, -1}, + {"McDonald", 1, {DICTIONARY_SURNAME}, -1}, + {"Shumack", 1, {DICTIONARY_SURNAME}, -1}, + {"Philpot", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunichiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elrington", 1, {DICTIONARY_SURNAME}, -1}, + {"Iraj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Slavena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ouimet", 1, {DICTIONARY_SURNAME}, -1}, + {"Yumnam", 1, {DICTIONARY_SURNAME}, -1}, + {"Lansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Clemence", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Reynolds", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagrit", 1, {DICTIONARY_SURNAME}, -1}, + {"Christou", 1, {DICTIONARY_SURNAME}, -1}, + {"McGruder", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuillermoz", 1, {DICTIONARY_SURNAME}, -1}, + {"Millie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wakayoshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wawra", 1, {DICTIONARY_SURNAME}, -1}, + {"Malthouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Herbold", 1, {DICTIONARY_SURNAME}, -1}, + {"Begun", 1, {DICTIONARY_SURNAME}, -1}, + {"Anatole", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ladner", 1, {DICTIONARY_SURNAME}, -1}, + {"Marie-Odile", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Birsen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vardinogiannis", 1, {DICTIONARY_SURNAME}, -1}, + {"Batiste", 1, {DICTIONARY_SURNAME}, -1}, + {"Mildiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Meakin", 1, {DICTIONARY_SURNAME}, -1}, + {"McMeekin", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöpp", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohler", 1, {DICTIONARY_SURNAME}, -1}, + {"Raabe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhandarkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Lilly", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"De Beijer", 1, {DICTIONARY_SURNAME}, -1}, + {"Munroe", 1, {DICTIONARY_SURNAME}, -1}, + {"Krzanowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Medabalimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeynep", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viklund", 1, {DICTIONARY_SURNAME}, -1}, + {"Garden", 1, {DICTIONARY_SURNAME}, -1}, + {"Crowther", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lawlor", 1, {DICTIONARY_SURNAME}, -1}, + {"Vittek", 1, {DICTIONARY_SURNAME}, -1}, + {"Kagemori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aiba", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marjie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wolryche", 1, {DICTIONARY_SURNAME}, -1}, + {"McMillion", 1, {DICTIONARY_SURNAME}, -1}, + {"Dietrich", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marty", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wolde", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Henn", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Watt", 1, {DICTIONARY_SURNAME}, -1}, + {"Doane", 1, {DICTIONARY_SURNAME}, -1}, + {"Valauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Onur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bolívar", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabinho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yugi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gerry", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bandler", 1, {DICTIONARY_SURNAME}, -1}, + {"Eanbald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veira", 1, {DICTIONARY_SURNAME}, -1}, + {"Carp", 1, {DICTIONARY_SURNAME}, -1}, + {"Schrank", 1, {DICTIONARY_SURNAME}, -1}, + {"McGuigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Perkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Fricker", 1, {DICTIONARY_SURNAME}, -1}, + {"Aladka", 1, {DICTIONARY_SURNAME}, -1}, + {"Reese", 1, {DICTIONARY_SURNAME}, -1}, + {"Beke", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bonga", 1, {DICTIONARY_SURNAME}, -1}, + {"Derr", 1, {DICTIONARY_SURNAME}, -1}, + {"Petipa", 1, {DICTIONARY_SURNAME}, -1}, + {"Snodgress", 1, {DICTIONARY_SURNAME}, -1}, + {"Seifer", 1, {DICTIONARY_SURNAME}, -1}, + {"Söderholm", 1, {DICTIONARY_SURNAME}, -1}, + {"Monroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Durst", 1, {DICTIONARY_SURNAME}, -1}, + {"john f kennedy", 1, {DICTIONARY_NAMED_PERSON}, -1}, + {"Letitia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amayake", 1, {DICTIONARY_SURNAME}, -1}, + {"McKinven", 1, {DICTIONARY_SURNAME}, -1}, + {"Aksyonov", 1, {DICTIONARY_SURNAME}, -1}, + {"b of a", 1, {DICTIONARY_CHAIN}, 70}, + {"Ahlander", 1, {DICTIONARY_SURNAME}, -1}, + {"Schelfhout", 1, {DICTIONARY_SURNAME}, -1}, + {"Thiele", 1, {DICTIONARY_SURNAME}, -1}, + {"Lerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Korin", 1, {DICTIONARY_SURNAME}, -1}, + {"Zamparini", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbott", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Batterson", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsubayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lowndes", 1, {DICTIONARY_SURNAME}, -1}, + {"Donker", 1, {DICTIONARY_SURNAME}, -1}, + {"Shingoro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salkowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Pargeter", 1, {DICTIONARY_SURNAME}, -1}, + {"Challinor", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeon", 1, {DICTIONARY_SURNAME}, -1}, + {"Contractor", 1, {DICTIONARY_SURNAME}, -1}, + {"Wragge", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokuyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Callens", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedtoft", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladimiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Engelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Harp", 1, {DICTIONARY_SURNAME}, -1}, + {"Movsesian", 1, {DICTIONARY_SURNAME}, -1}, + {"Yermolaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovick", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Febel", 1, {DICTIONARY_SURNAME}, -1}, + {"Spinks", 1, {DICTIONARY_SURNAME}, -1}, + {"Domangairt", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buckingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagman", 1, {DICTIONARY_SURNAME}, -1}, + {"Majoran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sanesue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bharat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Demoulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Togay", 1, {DICTIONARY_SURNAME}, -1}, + {"Joester", 1, {DICTIONARY_SURNAME}, -1}, + {"checkers", 1, {DICTIONARY_CHAIN}, -1}, + {"Prorochenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Holý", 1, {DICTIONARY_SURNAME}, -1}, + {"Adaktusson", 1, {DICTIONARY_SURNAME}, -1}, + {"McGuffie", 1, {DICTIONARY_SURNAME}, -1}, + {"Lassaad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taylor", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Irakli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stribling", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Changrui", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Driessen", 1, {DICTIONARY_SURNAME}, -1}, + {"Jovaiša", 1, {DICTIONARY_SURNAME}, -1}, + {"İpek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brooklyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pechersky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hausegger", 1, {DICTIONARY_SURNAME}, -1}, + {"Jusepe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eun-chae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uozumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nemmers", 1, {DICTIONARY_SURNAME}, -1}, + {"Vieira", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahboba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abugharqud", 1, {DICTIONARY_SURNAME}, -1}, + {"Coleridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Krister", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pickthall", 1, {DICTIONARY_SURNAME}, -1}, + {"Coughlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Briffa", 1, {DICTIONARY_SURNAME}, -1}, + {"McClure", 1, {DICTIONARY_SURNAME}, -1}, + {"Demitra", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarett", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Audrie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yıldızoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Sowiński", 1, {DICTIONARY_SURNAME}, -1}, + {"Vickerage", 1, {DICTIONARY_SURNAME}, -1}, + {"Heston", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Iyengar", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaļicka", 1, {DICTIONARY_SURNAME}, -1}, + {"Borcke", 1, {DICTIONARY_SURNAME}, -1}, + {"Negrisolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamish", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Somervuori", 1, {DICTIONARY_SURNAME}, -1}, + {"Phipson", 1, {DICTIONARY_SURNAME}, -1}, + {"Harbold", 1, {DICTIONARY_SURNAME}, -1}, + {"Žutautas", 1, {DICTIONARY_SURNAME}, -1}, + {"Odemar", 1, {DICTIONARY_SURNAME}, -1}, + {"Rybakov", 1, {DICTIONARY_SURNAME}, -1}, + {"McClusky", 1, {DICTIONARY_SURNAME}, -1}, + {"McBrown", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackall", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadžić", 1, {DICTIONARY_SURNAME}, -1}, + {"Oikonomopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Hubbard", 1, {DICTIONARY_SURNAME}, -1}, + {"Szemerenyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjali", 1, {DICTIONARY_SURNAME}, -1}, + {"Caughey", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mihajlovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Loo", 1, {DICTIONARY_SURNAME}, -1}, + {"Tore", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Macurdy", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlrath", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatch", 1, {DICTIONARY_SURNAME}, -1}, + {"Lodewyk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scruby", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Uí Thomhnair", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomoyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schlitte", 1, {DICTIONARY_SURNAME}, -1}, + {"Barghouti", 1, {DICTIONARY_SURNAME}, -1}, + {"Langalia", 1, {DICTIONARY_SURNAME}, -1}, + {"Piscopo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ören", 1, {DICTIONARY_SURNAME}, -1}, + {"Honyman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolfson", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mirri", 1, {DICTIONARY_SURNAME}, -1}, + {"De Clerc", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuillemin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bebel", 1, {DICTIONARY_SURNAME}, -1}, + {"Roloff", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Borghini", 1, {DICTIONARY_SURNAME}, -1}, + {"Jommelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilze", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lamplugh", 1, {DICTIONARY_SURNAME}, -1}, + {"De Koninck", 1, {DICTIONARY_SURNAME}, -1}, + {"Mimori", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chiyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mishima", 1, {DICTIONARY_SURNAME}, -1}, + {"Karanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Marino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aćimović", 1, {DICTIONARY_SURNAME}, -1}, + {"Slawick", 1, {DICTIONARY_SURNAME}, -1}, + {"Ernback", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Naipaul", 1, {DICTIONARY_SURNAME}, -1}, + {"Chilingaryan", 1, {DICTIONARY_SURNAME}, -1}, + {"Pettinari", 1, {DICTIONARY_SURNAME}, -1}, + {"Shakes", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pressler", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadataka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahouanwanou", 1, {DICTIONARY_SURNAME}, -1}, + {"François-Xavier", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bateson", 1, {DICTIONARY_SURNAME}, -1}, + {"Aibhilín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chukwuemeka", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Klevchenya", 1, {DICTIONARY_SURNAME}, -1}, + {"Yuen", 1, {DICTIONARY_SURNAME}, -1}, + {"Jefferts Schori", 1, {DICTIONARY_SURNAME}, -1}, + {"Arutunian", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadowski", 1, {DICTIONARY_SURNAME}, -1}, + {"McGilchrist", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukis", 1, {DICTIONARY_SURNAME}, -1}, + {"Chittick", 1, {DICTIONARY_SURNAME}, -1}, + {"Tollman", 1, {DICTIONARY_SURNAME}, -1}, + {"Tosetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Kondo", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Kiekebelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Maganti", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulick", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gest", 1, {DICTIONARY_SURNAME}, -1}, + {"Beames", 1, {DICTIONARY_SURNAME}, -1}, + {"Bishop", 1, {DICTIONARY_SURNAME}, -1}, + {"Windischmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Pyatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Dettmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Zalesky", 1, {DICTIONARY_SURNAME}, -1}, + {"Toomey", 1, {DICTIONARY_SURNAME}, -1}, + {"Alagich", 1, {DICTIONARY_SURNAME}, -1}, + {"Mekonnen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hertling", 1, {DICTIONARY_SURNAME}, -1}, + {"Cass", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Waddington", 1, {DICTIONARY_SURNAME}, -1}, + {"Lichtenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"hard rock cafe", 1, {DICTIONARY_CHAIN}, -1}, + {"Chise", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baum", 1, {DICTIONARY_SURNAME}, -1}, + {"Guibert", 1, {DICTIONARY_SURNAME}, -1}, + {"Loux", 1, {DICTIONARY_SURNAME}, -1}, + {"Carolina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flores", 1, {DICTIONARY_SURNAME}, -1}, + {"Badmus", 1, {DICTIONARY_SURNAME}, -1}, + {"Jilly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bocher", 1, {DICTIONARY_SURNAME}, -1}, + {"Meloy", 1, {DICTIONARY_SURNAME}, -1}, + {"Aritomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verrechia", 1, {DICTIONARY_SURNAME}, -1}, + {"Bovey", 1, {DICTIONARY_SURNAME}, -1}, + {"Bento", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"the ups store", 1, {DICTIONARY_CHAIN}, 261}, + {"Corrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Acosta", 1, {DICTIONARY_SURNAME}, -1}, + {"Acioli", 1, {DICTIONARY_SURNAME}, -1}, + {"Zitelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Weld", 1, {DICTIONARY_SURNAME}, -1}, + {"Achermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Waleys", 1, {DICTIONARY_SURNAME}, -1}, + {"Bluth", 1, {DICTIONARY_SURNAME}, -1}, + {"Juhasz", 1, {DICTIONARY_SURNAME}, -1}, + {"Höhnel", 1, {DICTIONARY_SURNAME}, -1}, + {"Whatmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanova", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazza", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitropanos", 1, {DICTIONARY_SURNAME}, -1}, + {"Albizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abou", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Karapandža", 1, {DICTIONARY_SURNAME}, -1}, + {"Nitsche", 1, {DICTIONARY_SURNAME}, -1}, + {"Modheshwari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sokoloff", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasperski", 1, {DICTIONARY_SURNAME}, -1}, + {"Gizem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Czaja", 1, {DICTIONARY_SURNAME}, -1}, + {"Bocharov", 1, {DICTIONARY_SURNAME}, -1}, + {"Meillet", 1, {DICTIONARY_SURNAME}, -1}, + {"Campana", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazarević", 1, {DICTIONARY_SURNAME}, -1}, + {"Romulo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kapłański", 1, {DICTIONARY_SURNAME}, -1}, + {"Lute", 1, {DICTIONARY_SURNAME}, -1}, + {"Kříž", 1, {DICTIONARY_SURNAME}, -1}, + {"Standring", 1, {DICTIONARY_SURNAME}, -1}, + {"Cahit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Backe", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vijh", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulbransson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bucard", 1, {DICTIONARY_SURNAME}, -1}, + {"Weiseborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolam", 1, {DICTIONARY_SURNAME}, -1}, + {"Hocking", 1, {DICTIONARY_SURNAME}, -1}, + {"Julie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tadahiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barth", 1, {DICTIONARY_SURNAME}, -1}, + {"Zsolt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ventola", 1, {DICTIONARY_SURNAME}, -1}, + {"Digweed", 1, {DICTIONARY_SURNAME}, -1}, + {"Václavíček", 1, {DICTIONARY_SURNAME}, -1}, + {"Buchta", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnepf", 1, {DICTIONARY_SURNAME}, -1}, + {"Baca", 1, {DICTIONARY_SURNAME}, -1}, + {"Alvord", 1, {DICTIONARY_SURNAME}, -1}, + {"banque populaire", 1, {DICTIONARY_CHAIN}, -1}, + {"Barndt", 1, {DICTIONARY_SURNAME}, -1}, + {"Steibelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Takae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nikolaj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aboya", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellett", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourke", 1, {DICTIONARY_SURNAME}, -1}, + {"Taddei", 1, {DICTIONARY_SURNAME}, -1}, + {"Dessoir", 1, {DICTIONARY_SURNAME}, -1}, + {"Maurizio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tetsuhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"engen", 1, {DICTIONARY_CHAIN}, -1}, + {"Gry", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Esipchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasandani", 1, {DICTIONARY_SURNAME}, -1}, + {"Earnshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sitnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Babbini", 1, {DICTIONARY_SURNAME}, -1}, + {"Brackman", 1, {DICTIONARY_SURNAME}, -1}, + {"Itay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lehmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Biram", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryujiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garmirian", 1, {DICTIONARY_SURNAME}, -1}, + {"Chenault", 1, {DICTIONARY_SURNAME}, -1}, + {"Forsyte", 1, {DICTIONARY_SURNAME}, -1}, + {"Boos", 1, {DICTIONARY_SURNAME}, -1}, + {"Hafner", 1, {DICTIONARY_SURNAME}, -1}, + {"Franzl", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Halley", 1, {DICTIONARY_SURNAME}, -1}, + {"Simionescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Moner", 1, {DICTIONARY_SURNAME}, -1}, + {"Musorgsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Voskaridis", 1, {DICTIONARY_SURNAME}, -1}, + {"Cynog", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lloyd Jones", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöpflin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nashimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Vařeková", 1, {DICTIONARY_SURNAME}, -1}, + {"Anokye", 1, {DICTIONARY_SURNAME}, -1}, + {"Limner", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragomirov", 1, {DICTIONARY_SURNAME}, -1}, + {"Barfoot", 1, {DICTIONARY_SURNAME}, -1}, + {"Freire", 1, {DICTIONARY_SURNAME}, -1}, + {"Nichol", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiras", 1, {DICTIONARY_SURNAME}, -1}, + {"Fortes", 1, {DICTIONARY_SURNAME}, -1}, + {"Oravec", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasso", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Twelvetrees", 1, {DICTIONARY_SURNAME}, -1}, + {"Aitchison", 1, {DICTIONARY_SURNAME}, -1}, + {"Gylling", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Leóid", 1, {DICTIONARY_SURNAME}, -1}, + {"Swados", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeniji", 1, {DICTIONARY_SURNAME}, -1}, + {"Plaisted", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiriagari", 1, {DICTIONARY_SURNAME}, -1}, + {"Folke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jürgens", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vunagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kocher", 1, {DICTIONARY_SURNAME}, -1}, + {"Gianni", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hulley", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadare", 1, {DICTIONARY_SURNAME}, -1}, + {"Loveless", 1, {DICTIONARY_SURNAME}, -1}, + {"Munehiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sælthun", 1, {DICTIONARY_SURNAME}, -1}, + {"Breviario", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigier", 1, {DICTIONARY_SURNAME}, -1}, + {"Kowarski", 1, {DICTIONARY_SURNAME}, -1}, + {"Nalluri", 1, {DICTIONARY_SURNAME}, -1}, + {"Brevoort", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherukuri", 1, {DICTIONARY_SURNAME}, -1}, + {"Vagnorius", 1, {DICTIONARY_SURNAME}, -1}, + {"Mallard", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic Alsandair", 1, {DICTIONARY_SURNAME}, -1}, + {"Larkham", 1, {DICTIONARY_SURNAME}, -1}, + {"McClements", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulbert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Catanese", 1, {DICTIONARY_SURNAME}, -1}, + {"Wes", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Osagie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Quintanilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Voormann", 1, {DICTIONARY_SURNAME}, -1}, + {"Maël", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Savonarola", 1, {DICTIONARY_SURNAME}, -1}, + {"Crockford", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenojuak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aschenbrener", 1, {DICTIONARY_SURNAME}, -1}, + {"Schluter", 1, {DICTIONARY_SURNAME}, -1}, + {"Grunberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaiji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aberra", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jaakkola", 1, {DICTIONARY_SURNAME}, -1}, + {"Gordo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vandercreek", 1, {DICTIONARY_SURNAME}, -1}, + {"Drozg", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaara", 1, {DICTIONARY_SURNAME}, -1}, + {"Parkkonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Montella", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaceli", 1, {DICTIONARY_SURNAME}, -1}, + {"Morling", 1, {DICTIONARY_SURNAME}, -1}, + {"Chinnery", 1, {DICTIONARY_SURNAME}, -1}, + {"Ritt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bartels", 1, {DICTIONARY_SURNAME}, -1}, + {"Farrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Montemayor", 1, {DICTIONARY_SURNAME}, -1}, + {"Okeafor", 1, {DICTIONARY_SURNAME}, -1}, + {"Ostrogorsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Bharat Mata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leckie", 1, {DICTIONARY_SURNAME}, -1}, + {"Veena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Polhemus", 1, {DICTIONARY_SURNAME}, -1}, + {"Dietrichson", 1, {DICTIONARY_SURNAME}, -1}, + {"Saffy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ogloblin", 1, {DICTIONARY_SURNAME}, -1}, + {"De Bruin", 1, {DICTIONARY_SURNAME}, -1}, + {"Javtokas", 1, {DICTIONARY_SURNAME}, -1}, + {"Oldenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Prior", 1, {DICTIONARY_SURNAME}, -1}, + {"Abo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Emosi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shen", 1, {DICTIONARY_SURNAME}, -1}, + {"Meegan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Michitaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Einhorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Jang", 1, {DICTIONARY_SURNAME}, -1}, + {"Ieva", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bely", 1, {DICTIONARY_SURNAME}, -1}, + {"Dong-chan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kerstens", 1, {DICTIONARY_SURNAME}, -1}, + {"Albu", 1, {DICTIONARY_SURNAME}, -1}, + {"Flores Magón", 1, {DICTIONARY_SURNAME}, -1}, + {"Gruenenfelder", 1, {DICTIONARY_SURNAME}, -1}, + {"Daluege", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedgeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Di", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiyotanda", 1, {DICTIONARY_SURNAME}, -1}, + {"Lessa", 1, {DICTIONARY_SURNAME}, -1}, + {"Glenda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"sams club", 1, {DICTIONARY_CHAIN}, 227}, + {"Lueg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheard", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinremi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaubert", 1, {DICTIONARY_SURNAME}, -1}, + {"Starnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Orozco", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeşilnil", 1, {DICTIONARY_SURNAME}, -1}, + {"Namazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Akemi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chakraborty", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hayzu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carrodus", 1, {DICTIONARY_SURNAME}, -1}, + {"Dekker", 1, {DICTIONARY_SURNAME}, -1}, + {"Polunin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sammallahti", 1, {DICTIONARY_SURNAME}, -1}, + {"Fieber", 1, {DICTIONARY_SURNAME}, -1}, + {"Burckhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"McLene", 1, {DICTIONARY_SURNAME}, -1}, + {"Koji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Natsuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Morelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Zabolotnov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kombarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyhovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajnal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bondarev", 1, {DICTIONARY_SURNAME}, -1}, + {"Fältskog", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Odabaşı", 1, {DICTIONARY_SURNAME}, -1}, + {"Reingardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Küster", 1, {DICTIONARY_SURNAME}, -1}, + {"Fredricks", 1, {DICTIONARY_SURNAME}, -1}, + {"Juška", 1, {DICTIONARY_SURNAME}, -1}, + {"Dostler", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrunhosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Brüggen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyoaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Admir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Machutadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Texeira", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemant", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berlusconi", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Hakim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"best buy", 1, {DICTIONARY_CHAIN}, -1}, + {"Corina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gayre", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitasović", 1, {DICTIONARY_SURNAME}, -1}, + {"Vines", 1, {DICTIONARY_SURNAME}, -1}, + {"Assael", 1, {DICTIONARY_SURNAME}, -1}, + {"Seler", 1, {DICTIONARY_SURNAME}, -1}, + {"Brecht", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ashyhmin", 1, {DICTIONARY_SURNAME}, -1}, + {"Wendl", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobuhiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goode", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsuhiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viracola", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellassen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehal", 1, {DICTIONARY_SURNAME}, -1}, + {"Rakhitha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rocky", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nnaemeka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cuyler", 1, {DICTIONARY_SURNAME}, -1}, + {"Machado", 1, {DICTIONARY_SURNAME}, -1}, + {"Ukpai", 1, {DICTIONARY_SURNAME}, -1}, + {"Zdeslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abromavičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Aribert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fawn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"D'Aeth", 1, {DICTIONARY_SURNAME}, -1}, + {"Sander", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Scozzafava", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleaver", 1, {DICTIONARY_SURNAME}, -1}, + {"Byington", 1, {DICTIONARY_SURNAME}, -1}, + {"Śliwiński", 1, {DICTIONARY_SURNAME}, -1}, + {"Piatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Manly", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grochowiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Di Centa", 1, {DICTIONARY_SURNAME}, -1}, + {"Marguier", 1, {DICTIONARY_SURNAME}, -1}, + {"Hake", 1, {DICTIONARY_SURNAME}, -1}, + {"Belorgey", 1, {DICTIONARY_SURNAME}, -1}, + {"Talia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiros", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shabat", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Breanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Machaín", 1, {DICTIONARY_SURNAME}, -1}, + {"Heesters", 1, {DICTIONARY_SURNAME}, -1}, + {"Xenakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebinuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeysekera", 1, {DICTIONARY_SURNAME}, -1}, + {"Barry", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Franciszek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Miše", 1, {DICTIONARY_SURNAME}, -1}, + {"Podmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonker", 1, {DICTIONARY_SURNAME}, -1}, + {"Secchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Okabayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Burgess", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Léopold", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moineau", 1, {DICTIONARY_SURNAME}, -1}, + {"Baragli", 1, {DICTIONARY_SURNAME}, -1}, + {"Graham", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adlgasser", 1, {DICTIONARY_SURNAME}, -1}, + {"Southall", 1, {DICTIONARY_SURNAME}, -1}, + {"Manceau", 1, {DICTIONARY_SURNAME}, -1}, + {"Drouet", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnott", 1, {DICTIONARY_SURNAME}, -1}, + {"Belmont", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorkapić", 1, {DICTIONARY_SURNAME}, -1}, + {"Marjorie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Huitfeldt", 1, {DICTIONARY_SURNAME}, -1}, + {"Lochte", 1, {DICTIONARY_SURNAME}, -1}, + {"Bajagić", 1, {DICTIONARY_SURNAME}, -1}, + {"Winterhalter", 1, {DICTIONARY_SURNAME}, -1}, + {"Bannon", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferris", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Szűcs", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosensaft", 1, {DICTIONARY_SURNAME}, -1}, + {"Nosaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Herron", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abramyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bloomingdale", 1, {DICTIONARY_SURNAME}, -1}, + {"Borysiuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Harward", 1, {DICTIONARY_SURNAME}, -1}, + {"Naonobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takahito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mikey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coffin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikolis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elam", 1, {DICTIONARY_SURNAME}, -1}, + {"Higginbottom", 1, {DICTIONARY_SURNAME}, -1}, + {"Vornişel", 1, {DICTIONARY_SURNAME}, -1}, + {"Voisine", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartwich", 1, {DICTIONARY_SURNAME}, -1}, + {"Leeke", 1, {DICTIONARY_SURNAME}, -1}, + {"Bastianelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Phạm", 1, {DICTIONARY_SURNAME}, -1}, + {"Heimann", 1, {DICTIONARY_SURNAME}, -1}, + {"Rivkah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marcone", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolli", 1, {DICTIONARY_SURNAME}, -1}, + {"McNaught", 1, {DICTIONARY_SURNAME}, -1}, + {"Borrel", 1, {DICTIONARY_SURNAME}, -1}, + {"Andvord", 1, {DICTIONARY_SURNAME}, -1}, + {"Katschorowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kireyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Rauf", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlvane", 1, {DICTIONARY_SURNAME}, -1}, + {"Adoro", 1, {DICTIONARY_SURNAME}, -1}, + {"Mosquera", 1, {DICTIONARY_SURNAME}, -1}, + {"Valneris", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzrichard", 1, {DICTIONARY_SURNAME}, -1}, + {"Odle", 1, {DICTIONARY_SURNAME}, -1}, + {"Serhan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hamze", 1, {DICTIONARY_SURNAME}, -1}, + {"Grotowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimsdale", 1, {DICTIONARY_SURNAME}, -1}, + {"Dharanipragada", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zogg", 1, {DICTIONARY_SURNAME}, -1}, + {"Nerijus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kochubey", 1, {DICTIONARY_SURNAME}, -1}, + {"Medrano", 1, {DICTIONARY_SURNAME}, -1}, + {"Áed Rúad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Økland", 1, {DICTIONARY_SURNAME}, -1}, + {"Āboliņš", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrait", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenler", 1, {DICTIONARY_SURNAME}, -1}, + {"McElraft", 1, {DICTIONARY_SURNAME}, -1}, + {"Urusevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Tayyar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mitu", 1, {DICTIONARY_SURNAME}, -1}, + {"Friend", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Schlebrügge", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermeij", 1, {DICTIONARY_SURNAME}, -1}, + {"Deffenbaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Dejanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Allom", 1, {DICTIONARY_SURNAME}, -1}, + {"Boyle", 1, {DICTIONARY_SURNAME}, -1}, + {"Vliegen", 1, {DICTIONARY_SURNAME}, -1}, + {"McEachern", 1, {DICTIONARY_SURNAME}, -1}, + {"Delattre", 1, {DICTIONARY_SURNAME}, -1}, + {"Gardet", 1, {DICTIONARY_SURNAME}, -1}, + {"Depp", 1, {DICTIONARY_SURNAME}, -1}, + {"Chenoweth", 1, {DICTIONARY_SURNAME}, -1}, + {"Bronowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Budden", 1, {DICTIONARY_SURNAME}, -1}, + {"Dano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Babinet", 1, {DICTIONARY_SURNAME}, -1}, + {"Aferworki", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Voorst tot Voorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Agueh", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Con Iomaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Opolski", 1, {DICTIONARY_SURNAME}, -1}, + {"Fotilas", 1, {DICTIONARY_SURNAME}, -1}, + {"longhorn steakhouse", 1, {DICTIONARY_CHAIN}, -1}, + {"Volha", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Buttrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Legg", 1, {DICTIONARY_SURNAME}, -1}, + {"Nolan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hudák", 1, {DICTIONARY_SURNAME}, -1}, + {"Dembo", 1, {DICTIONARY_SURNAME}, -1}, + {"Plunkett", 1, {DICTIONARY_SURNAME}, -1}, + {"Elkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinfeev", 1, {DICTIONARY_SURNAME}, -1}, + {"Butko", 1, {DICTIONARY_SURNAME}, -1}, + {"Ricky", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomé", 1, {DICTIONARY_SURNAME}, -1}, + {"Bendtner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacow", 1, {DICTIONARY_SURNAME}, -1}, + {"Beauregard", 1, {DICTIONARY_SURNAME}, -1}, + {"Damsleth", 1, {DICTIONARY_SURNAME}, -1}, + {"Ege", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baranauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Periyasamy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vounang", 1, {DICTIONARY_SURNAME}, -1}, + {"Faustus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Egeraat", 1, {DICTIONARY_SURNAME}, -1}, + {"Marden", 1, {DICTIONARY_SURNAME}, -1}, + {"Cyd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daifallah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asahi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahkameh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saltik", 1, {DICTIONARY_SURNAME}, -1}, + {"Dampier", 1, {DICTIONARY_SURNAME}, -1}, + {"Zimonjić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kataev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ottesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hassouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Solé", 1, {DICTIONARY_SURNAME}, -1}, + {"Cotterell", 1, {DICTIONARY_SURNAME}, -1}, + {"Abufarha", 1, {DICTIONARY_SURNAME}, -1}, + {"Boehm", 1, {DICTIONARY_SURNAME}, -1}, + {"Budgett", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinicu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hossack", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlmoyle", 1, {DICTIONARY_SURNAME}, -1}, + {"Kagan", 1, {DICTIONARY_SURNAME}, -1}, + {"Võigemast", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilán", 1, {DICTIONARY_SURNAME}, -1}, + {"Akyel", 1, {DICTIONARY_SURNAME}, -1}, + {"Phibes", 1, {DICTIONARY_SURNAME}, -1}, + {"Ara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gogarty", 1, {DICTIONARY_SURNAME}, -1}, + {"Helon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Holaň", 1, {DICTIONARY_SURNAME}, -1}, + {"Dolgov", 1, {DICTIONARY_SURNAME}, -1}, + {"McInelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Molesworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Eardley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mihkel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Boxmeer", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenninger", 1, {DICTIONARY_SURNAME}, -1}, + {"Winman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizing", 1, {DICTIONARY_SURNAME}, -1}, + {"martin luther king jr", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Burnouf", 1, {DICTIONARY_SURNAME}, -1}, + {"Morlot", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawamae", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiorina", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gevorgyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Feaver", 1, {DICTIONARY_SURNAME}, -1}, + {"Dickey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McKusick", 1, {DICTIONARY_SURNAME}, -1}, + {"Soulier", 1, {DICTIONARY_SURNAME}, -1}, + {"Kari", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Henrich", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vaudt", 1, {DICTIONARY_SURNAME}, -1}, + {"Terzian", 1, {DICTIONARY_SURNAME}, -1}, + {"Delphine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chag", 1, {DICTIONARY_SURNAME}, -1}, + {"Truitt", 1, {DICTIONARY_SURNAME}, -1}, + {"McKinnely", 1, {DICTIONARY_SURNAME}, -1}, + {"Dillman", 1, {DICTIONARY_SURNAME}, -1}, + {"Chauve", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Minazuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Alagiyawanna", 1, {DICTIONARY_SURNAME}, -1}, + {"Jayashankar", 1, {DICTIONARY_SURNAME}, -1}, + {"Pingping", 1, {DICTIONARY_SURNAME}, -1}, + {"Ligabue", 1, {DICTIONARY_SURNAME}, -1}, + {"Pygot", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mzhavanadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Habibullaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Panin", 1, {DICTIONARY_SURNAME}, -1}, + {"Khurmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Berggren", 1, {DICTIONARY_SURNAME}, -1}, + {"Grennell", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Drane", 1, {DICTIONARY_SURNAME}, -1}, + {"Stephanopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Airry", 1, {DICTIONARY_SURNAME}, -1}, + {"Danzig", 1, {DICTIONARY_SURNAME}, -1}, + {"Turowski", 1, {DICTIONARY_SURNAME}, -1}, + {"McGiven", 1, {DICTIONARY_SURNAME}, -1}, + {"Mooney", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacGaffin", 1, {DICTIONARY_SURNAME}, -1}, + {"Yanagita", 1, {DICTIONARY_SURNAME}, -1}, + {"Vannucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazzara", 1, {DICTIONARY_SURNAME}, -1}, + {"Vander Ark", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuzmin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nomura", 1, {DICTIONARY_SURNAME}, -1}, + {"Seyffarth", 1, {DICTIONARY_SURNAME}, -1}, + {"Romanski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranson", 1, {DICTIONARY_SURNAME}, -1}, + {"Wald", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayrettin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Seyon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vachnadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Pericoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Scarponi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobukazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sukhorukov", 1, {DICTIONARY_SURNAME}, -1}, + {"McEnroe", 1, {DICTIONARY_SURNAME}, -1}, + {"Klemm", 1, {DICTIONARY_SURNAME}, -1}, + {"Bluett", 1, {DICTIONARY_SURNAME}, -1}, + {"Damodaran", 1, {DICTIONARY_SURNAME}, -1}, + {"Begovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Ripanda", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-yong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Staeyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Spears", 1, {DICTIONARY_SURNAME}, -1}, + {"Florensky", 1, {DICTIONARY_SURNAME}, -1}, + {"Vulakoro", 1, {DICTIONARY_SURNAME}, -1}, + {"Naryshkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Babauta", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallerstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Glickman", 1, {DICTIONARY_SURNAME}, -1}, + {"Forner", 1, {DICTIONARY_SURNAME}, -1}, + {"Alex", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Massalongo", 1, {DICTIONARY_SURNAME}, -1}, + {"Henkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Regalado", 1, {DICTIONARY_SURNAME}, -1}, + {"Namestnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuteru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aitcheson", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaeff", 1, {DICTIONARY_SURNAME}, -1}, + {"Pozzo Ardizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcelino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McLocklan", 1, {DICTIONARY_SURNAME}, -1}, + {"Özgül", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goga", 1, {DICTIONARY_SURNAME}, -1}, + {"Gyöngyi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fialetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaneyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Netanyahu", 1, {DICTIONARY_SURNAME}, -1}, + {"Nowicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Macko", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkhout", 1, {DICTIONARY_SURNAME}, -1}, + {"Martha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"petsmart", 1, {DICTIONARY_CHAIN}, -1}, + {"Doan", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhaminova", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhuang", 1, {DICTIONARY_SURNAME}, -1}, + {"Agwunobi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pycroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Maffei", 1, {DICTIONARY_SURNAME}, -1}, + {"Byung-wook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thorold", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouman", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Alessio", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiesław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schmack", 1, {DICTIONARY_SURNAME}, -1}, + {"Ainley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hepp", 1, {DICTIONARY_SURNAME}, -1}, + {"Pawle", 1, {DICTIONARY_SURNAME}, -1}, + {"Harum", 1, {DICTIONARY_SURNAME}, -1}, + {"Volstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Kosugi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ismat", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mudie", 1, {DICTIONARY_SURNAME}, -1}, + {"Canders", 1, {DICTIONARY_SURNAME}, -1}, + {"Shipp", 1, {DICTIONARY_SURNAME}, -1}, + {"Chartrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiattarella", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Robson", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Uytvanck", 1, {DICTIONARY_SURNAME}, -1}, + {"Johan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCaughan", 1, {DICTIONARY_SURNAME}, -1}, + {"Derkach", 1, {DICTIONARY_SURNAME}, -1}, + {"Dozy", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirokuni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grünenfelder", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavlovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gianpaolo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aghaeipour", 1, {DICTIONARY_SURNAME}, -1}, + {"Panduro", 1, {DICTIONARY_SURNAME}, -1}, + {"Jukić", 1, {DICTIONARY_SURNAME}, -1}, + {"Clairville", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikamsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Chagrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Neubert", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vezhavendan", 1, {DICTIONARY_SURNAME}, -1}, + {"Akpan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Barclay", 1, {DICTIONARY_SURNAME}, -1}, + {"Eustice", 1, {DICTIONARY_SURNAME}, -1}, + {"Salter", 1, {DICTIONARY_SURNAME}, -1}, + {"Poletti", 1, {DICTIONARY_SURNAME}, -1}, + {"Quaintance", 1, {DICTIONARY_SURNAME}, -1}, + {"Valderrama", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jensen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mond", 1, {DICTIONARY_SURNAME}, -1}, + {"Naokazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malov", 1, {DICTIONARY_SURNAME}, -1}, + {"Parag", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Horney", 1, {DICTIONARY_SURNAME}, -1}, + {"Chajes", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemphill", 1, {DICTIONARY_SURNAME}, -1}, + {"Eskell", 1, {DICTIONARY_SURNAME}, -1}, + {"Prentiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajpayee", 1, {DICTIONARY_SURNAME}, -1}, + {"Leo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"in-and-out", 1, {DICTIONARY_CHAIN}, 158}, + {"Hošek", 1, {DICTIONARY_SURNAME}, -1}, + {"Ben-Aharon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerkeling", 1, {DICTIONARY_SURNAME}, -1}, + {"Shergin", 1, {DICTIONARY_SURNAME}, -1}, + {"Stortoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Marklund", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiavio", 1, {DICTIONARY_SURNAME}, -1}, + {"Lettow", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbadia", 1, {DICTIONARY_SURNAME}, -1}, + {"Firkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidayatullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Craney", 1, {DICTIONARY_SURNAME}, -1}, + {"Okitsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Crawley", 1, {DICTIONARY_SURNAME}, -1}, + {"Varivonchik", 1, {DICTIONARY_SURNAME}, -1}, + {"Daumery", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallecilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Viewegh", 1, {DICTIONARY_SURNAME}, -1}, + {"Gribkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bielski", 1, {DICTIONARY_SURNAME}, -1}, + {"Wirtgen", 1, {DICTIONARY_SURNAME}, -1}, + {"Veizer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivaylo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McManamon", 1, {DICTIONARY_SURNAME}, -1}, + {"Aharodnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Band", 1, {DICTIONARY_SURNAME}, -1}, + {"Glockenton", 1, {DICTIONARY_SURNAME}, -1}, + {"Brooksbank", 1, {DICTIONARY_SURNAME}, -1}, + {"Manos", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Juley", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harclay", 1, {DICTIONARY_SURNAME}, -1}, + {"Fumito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Macedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Harrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilczek", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghirotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Eilenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Dupuytren", 1, {DICTIONARY_SURNAME}, -1}, + {"Cabrini", 1, {DICTIONARY_SURNAME}, -1}, + {"f d roosevelt", 1, {DICTIONARY_NAMED_PERSON}, 280}, + {"Morandi", 1, {DICTIONARY_SURNAME}, -1}, + {"Teruo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atsuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Muneakira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Annenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulvermacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinckney", 1, {DICTIONARY_SURNAME}, -1}, + {"Forbflaith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Munson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pryor", 1, {DICTIONARY_SURNAME}, -1}, + {"Skjervheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulissi", 1, {DICTIONARY_SURNAME}, -1}, + {"Botta", 1, {DICTIONARY_SURNAME}, -1}, + {"Mustafayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kheti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toshio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gibert", 1, {DICTIONARY_SURNAME}, -1}, + {"Hibberd", 1, {DICTIONARY_SURNAME}, -1}, + {"Małachowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Putnam", 1, {DICTIONARY_SURNAME}, -1}, + {"Pisano", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablack", 1, {DICTIONARY_SURNAME}, -1}, + {"Godunov", 1, {DICTIONARY_SURNAME}, -1}, + {"Raghavan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fedoruk", 1, {DICTIONARY_SURNAME}, -1}, + {"Sveinsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Biadillah", 1, {DICTIONARY_SURNAME}, -1}, + {"Painlevé", 1, {DICTIONARY_SURNAME}, -1}, + {"Stu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barassi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vergassola", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Suprun", 1, {DICTIONARY_SURNAME}, -1}, + {"Yesayan", 1, {DICTIONARY_SURNAME}, -1}, + {"Osilesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuguo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krisztina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hemmings", 1, {DICTIONARY_SURNAME}, -1}, + {"Pelosi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasnawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gargano", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiachrae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Vedia", 1, {DICTIONARY_SURNAME}, -1}, + {"Pullela", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivaldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Klatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kindelán", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wilson Júnior", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Okimoto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ikuhiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdul Latif", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dittrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Agüera", 1, {DICTIONARY_SURNAME}, -1}, + {"Afaq", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maclagan", 1, {DICTIONARY_SURNAME}, -1}, + {"McKellen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hafftka", 1, {DICTIONARY_SURNAME}, -1}, + {"Versluis", 1, {DICTIONARY_SURNAME}, -1}, + {"Cadè", 1, {DICTIONARY_SURNAME}, -1}, + {"Graziano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Poonam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fell", 1, {DICTIONARY_SURNAME}, -1}, + {"Asllani", 1, {DICTIONARY_SURNAME}, -1}, + {"Hutchings", 1, {DICTIONARY_SURNAME}, -1}, + {"Kofi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yamanishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Heitzeg", 1, {DICTIONARY_SURNAME}, -1}, + {"Shuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"circlek", 1, {DICTIONARY_CHAIN}, 106}, + {"Sproat", 1, {DICTIONARY_SURNAME}, -1}, + {"Giunchigliani", 1, {DICTIONARY_SURNAME}, -1}, + {"Hacıoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Moiseyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Daněk", 1, {DICTIONARY_SURNAME}, -1}, + {"Żewłakow", 1, {DICTIONARY_SURNAME}, -1}, + {"bnp paribas", 1, {DICTIONARY_CHAIN}, -1}, + {"Gneomar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schaumann", 1, {DICTIONARY_SURNAME}, -1}, + {"Frederick Charles", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herrada", 1, {DICTIONARY_SURNAME}, -1}, + {"Nurme", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolthoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimball", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Von Swine", 1, {DICTIONARY_SURNAME}, -1}, + {"quick", 1, {DICTIONARY_CHAIN}, -1}, + {"Verzhbitsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Richter", 1, {DICTIONARY_SURNAME}, -1}, + {"Akcayli", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuilken", 1, {DICTIONARY_SURNAME}, -1}, + {"Yelena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Plackett", 1, {DICTIONARY_SURNAME}, -1}, + {"Krupesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keßler", 1, {DICTIONARY_SURNAME}, -1}, + {"Masamori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Morkevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Kavaliauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Kallon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumakiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Domin", 1, {DICTIONARY_SURNAME}, -1}, + {"Zanotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Valpey", 1, {DICTIONARY_SURNAME}, -1}, + {"Nasir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Thaçi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yune", 1, {DICTIONARY_SURNAME}, -1}, + {"Horigome", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyder", 1, {DICTIONARY_SURNAME}, -1}, + {"Kjetil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yadav", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Craine", 1, {DICTIONARY_SURNAME}, -1}, + {"Onay", 1, {DICTIONARY_SURNAME}, -1}, + {"Henzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bøe", 1, {DICTIONARY_SURNAME}, -1}, + {"Dent", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenneth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ōsawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahannach", 1, {DICTIONARY_SURNAME}, -1}, + {"Wat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bernino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nackoney", 1, {DICTIONARY_SURNAME}, -1}, + {"Isaac", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"In", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Azucena", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schedel", 1, {DICTIONARY_SURNAME}, -1}, + {"Myung", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vadalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Matisse", 1, {DICTIONARY_SURNAME}, -1}, + {"citibanks", 1, {DICTIONARY_CHAIN}, 107}, + {"Triolet", 1, {DICTIONARY_SURNAME}, -1}, + {"Geordie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marianne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bakan", 1, {DICTIONARY_SURNAME}, -1}, + {"Eiroa", 1, {DICTIONARY_SURNAME}, -1}, + {"Brannan", 1, {DICTIONARY_SURNAME}, -1}, + {"Mullaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Karve", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Sydow", 1, {DICTIONARY_SURNAME}, -1}, + {"Vecchiola", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurzban", 1, {DICTIONARY_SURNAME}, -1}, + {"Harawira", 1, {DICTIONARY_SURNAME}, -1}, + {"Newton", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacomini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ockenden", 1, {DICTIONARY_SURNAME}, -1}, + {"Theil", 1, {DICTIONARY_SURNAME}, -1}, + {"steak 'n shake", 1, {DICTIONARY_CHAIN}, -1}, + {"Hossain", 1, {DICTIONARY_SURNAME}, -1}, + {"Eadric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Engström", 1, {DICTIONARY_SURNAME}, -1}, + {"Furukawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Shabanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Spero", 1, {DICTIONARY_SURNAME}, -1}, + {"Khmelnytskyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Foucher", 1, {DICTIONARY_SURNAME}, -1}, + {"Birrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Rastoder", 1, {DICTIONARY_SURNAME}, -1}, + {"Heine", 1, {DICTIONARY_SURNAME}, -1}, + {"Gülek", 1, {DICTIONARY_SURNAME}, -1}, + {"Aubin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Terink", 1, {DICTIONARY_SURNAME}, -1}, + {"Challis", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinert", 1, {DICTIONARY_SURNAME}, -1}, + {"Veijalainen", 1, {DICTIONARY_SURNAME}, -1}, + {"McCosker", 1, {DICTIONARY_SURNAME}, -1}, + {"Susana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Denys", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"mango", 1, {DICTIONARY_CHAIN}, -1}, + {"Szakolczai", 1, {DICTIONARY_SURNAME}, -1}, + {"Garth", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vokolek", 1, {DICTIONARY_SURNAME}, -1}, + {"Priyabrata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stillings", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dash", 1, {DICTIONARY_SURNAME}, -1}, + {"Nkansah", 1, {DICTIONARY_SURNAME}, -1}, + {"Amdahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilse", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Applegate", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyonari", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ó Tomhnra", 1, {DICTIONARY_SURNAME}, -1}, + {"Addabbo", 1, {DICTIONARY_SURNAME}, -1}, + {"Utting", 1, {DICTIONARY_SURNAME}, -1}, + {"Aharish", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hoen", 1, {DICTIONARY_SURNAME}, -1}, + {"Volodymorovych", 1, {DICTIONARY_SURNAME}, -1}, + {"Aglaia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alexy", 1, {DICTIONARY_SURNAME}, -1}, + {"Gadagkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunter", 1, {DICTIONARY_SURNAME}, -1}, + {"Stonhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Tourneur", 1, {DICTIONARY_SURNAME}, -1}, + {"Petunin", 1, {DICTIONARY_SURNAME}, -1}, + {"Galeotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Montenegro", 1, {DICTIONARY_SURNAME}, -1}, + {"Aillet", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasuori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tansey", 1, {DICTIONARY_SURNAME}, -1}, + {"Gheisari", 1, {DICTIONARY_SURNAME}, -1}, + {"Misa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pilcz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boustani", 1, {DICTIONARY_SURNAME}, -1}, + {"Nyong'o", 1, {DICTIONARY_SURNAME}, -1}, + {"Katter", 1, {DICTIONARY_SURNAME}, -1}, + {"Dombeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohut", 1, {DICTIONARY_SURNAME}, -1}, + {"Marigene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frist", 1, {DICTIONARY_SURNAME}, -1}, + {"McBean", 1, {DICTIONARY_SURNAME}, -1}, + {"Yuguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"cici's", 1, {DICTIONARY_CHAIN}, 105}, + {"Lowenthal", 1, {DICTIONARY_SURNAME}, -1}, + {"Angersbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Hebbar", 1, {DICTIONARY_SURNAME}, -1}, + {"Perpignani", 1, {DICTIONARY_SURNAME}, -1}, + {"Idina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mureșan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sagstuen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lõoke", 1, {DICTIONARY_SURNAME}, -1}, + {"Fison", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakomizu", 1, {DICTIONARY_SURNAME}, -1}, + {"Camiroaga", 1, {DICTIONARY_SURNAME}, -1}, + {"McKiernan", 1, {DICTIONARY_SURNAME}, -1}, + {"Jupp", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Glúniairn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Suschitzky", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurr", 1, {DICTIONARY_SURNAME}, -1}, + {"Egger", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolpert", 1, {DICTIONARY_SURNAME}, -1}, + {"Ngresi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hodge", 1, {DICTIONARY_SURNAME}, -1}, + {"Antiseri", 1, {DICTIONARY_SURNAME}, -1}, + {"Mani", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cabico", 1, {DICTIONARY_SURNAME}, -1}, + {"McGeady", 1, {DICTIONARY_SURNAME}, -1}, + {"Yatarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Allnutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Lefébure", 1, {DICTIONARY_SURNAME}, -1}, + {"Gebhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gendt", 1, {DICTIONARY_SURNAME}, -1}, + {"Christine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pruitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Dagny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rummel", 1, {DICTIONARY_SURNAME}, -1}, + {"Uzoigwe", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Blink", 1, {DICTIONARY_SURNAME}, -1}, + {"Fielden", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasyltsiv", 1, {DICTIONARY_SURNAME}, -1}, + {"Özgü", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"beef o'bradys", 2, {DICTIONARY_CHAIN, DICTIONARY_CHAIN}, 76}, + {"Abadzhiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Haghani", 1, {DICTIONARY_SURNAME}, -1}, + {"Polyanski", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vakyas", 1, {DICTIONARY_SURNAME}, -1}, + {"Adéagbo", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Nieda", 1, {DICTIONARY_SURNAME}, -1}, + {"Millar", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirtenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Vignaduzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Petulengro", 1, {DICTIONARY_SURNAME}, -1}, + {"Schottelkotte", 1, {DICTIONARY_SURNAME}, -1}, + {"Sundermann", 1, {DICTIONARY_SURNAME}, -1}, + {"McIsaac", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohl", 1, {DICTIONARY_SURNAME}, -1}, + {"McAteer", 1, {DICTIONARY_SURNAME}, -1}, + {"Aniruddha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bassen", 1, {DICTIONARY_SURNAME}, -1}, + {"Beloufa", 1, {DICTIONARY_SURNAME}, -1}, + {"Issei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vapnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Beaglehole", 1, {DICTIONARY_SURNAME}, -1}, + {"Cannucciari", 1, {DICTIONARY_SURNAME}, -1}, + {"Macias", 1, {DICTIONARY_SURNAME}, -1}, + {"Palmes", 1, {DICTIONARY_SURNAME}, -1}, + {"Agorsor", 1, {DICTIONARY_SURNAME}, -1}, + {"Rūdolfs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bertani", 1, {DICTIONARY_SURNAME}, -1}, + {"Gratia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tauxe", 1, {DICTIONARY_SURNAME}, -1}, + {"Krach", 1, {DICTIONARY_SURNAME}, -1}, + {"Spence", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dudley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schlöndorff", 1, {DICTIONARY_SURNAME}, -1}, + {"Umesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trang", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarlath", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valido", 1, {DICTIONARY_SURNAME}, -1}, + {"Stipe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Solaita", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogah", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Alsandair", 1, {DICTIONARY_SURNAME}, -1}, + {"Balding", 1, {DICTIONARY_SURNAME}, -1}, + {"Berr", 1, {DICTIONARY_SURNAME}, -1}, + {"Podsiadło", 1, {DICTIONARY_SURNAME}, -1}, + {"Siikaniemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Muffat", 1, {DICTIONARY_SURNAME}, -1}, + {"Gascoyne-Cecil", 1, {DICTIONARY_SURNAME}, -1}, + {"Marie Sophie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dressel", 1, {DICTIONARY_SURNAME}, -1}, + {"Voveris", 1, {DICTIONARY_SURNAME}, -1}, + {"Newberry", 1, {DICTIONARY_SURNAME}, -1}, + {"Schabereiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Voillet", 1, {DICTIONARY_SURNAME}, -1}, + {"Adianto", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilsack", 1, {DICTIONARY_SURNAME}, -1}, + {"McLaughlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodio", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheruiyot", 1, {DICTIONARY_SURNAME}, -1}, + {"Henry Gordon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Borna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Aswegen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohiliver", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Shane", 1, {DICTIONARY_SURNAME}, -1}, + {"Shraga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mebarak", 1, {DICTIONARY_SURNAME}, -1}, + {"Bresler", 1, {DICTIONARY_SURNAME}, -1}, + {"Pheubobouda", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobunori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Holness", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakhvakhishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelovský", 1, {DICTIONARY_SURNAME}, -1}, + {"Samaleswari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Wal", 1, {DICTIONARY_SURNAME}, -1}, + {"Bennell", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenbluth", 1, {DICTIONARY_SURNAME}, -1}, + {"Forde", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayaz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Orczy", 1, {DICTIONARY_SURNAME}, -1}, + {"Rumkowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hailu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Darragh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ujisato", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vannucchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavelec", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyche", 1, {DICTIONARY_SURNAME}, -1}, + {"Beiersdorfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapsowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Leche", 1, {DICTIONARY_SURNAME}, -1}, + {"Chikatilo", 1, {DICTIONARY_SURNAME}, -1}, + {"Connaughton", 1, {DICTIONARY_SURNAME}, -1}, + {"Frič", 1, {DICTIONARY_SURNAME}, -1}, + {"Volden", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedquist", 1, {DICTIONARY_SURNAME}, -1}, + {"cici's pizza", 1, {DICTIONARY_CHAIN}, -1}, + {"Krueger", 1, {DICTIONARY_SURNAME}, -1}, + {"Atkinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lecerf", 1, {DICTIONARY_SURNAME}, -1}, + {"Dacier", 1, {DICTIONARY_SURNAME}, -1}, + {"Georgesco", 1, {DICTIONARY_SURNAME}, -1}, + {"Benvenuti", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Tscharner", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohun", 1, {DICTIONARY_SURNAME}, -1}, + {"Forcier", 1, {DICTIONARY_SURNAME}, -1}, + {"Metin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lecouls", 1, {DICTIONARY_SURNAME}, -1}, + {"Ljunggren", 1, {DICTIONARY_SURNAME}, -1}, + {"Sargsian", 1, {DICTIONARY_SURNAME}, -1}, + {"Sealock", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagerqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gestel", 1, {DICTIONARY_SURNAME}, -1}, + {"Haskett", 1, {DICTIONARY_SURNAME}, -1}, + {"Schamov", 1, {DICTIONARY_SURNAME}, -1}, + {"Verginella", 1, {DICTIONARY_SURNAME}, -1}, + {"Osbaldeston", 1, {DICTIONARY_SURNAME}, -1}, + {"Wadler", 1, {DICTIONARY_SURNAME}, -1}, + {"Yalman", 1, {DICTIONARY_SURNAME}, -1}, + {"Stranzl", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolchak", 1, {DICTIONARY_SURNAME}, -1}, + {"Nnaji", 1, {DICTIONARY_SURNAME}, -1}, + {"Beretta", 1, {DICTIONARY_SURNAME}, -1}, + {"Figliomeni", 1, {DICTIONARY_SURNAME}, -1}, + {"Gegić", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosack", 1, {DICTIONARY_SURNAME}, -1}, + {"Åsmund", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dobriansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Appledorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Bridel", 1, {DICTIONARY_SURNAME}, -1}, + {"Agler", 1, {DICTIONARY_SURNAME}, -1}, + {"Do-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pierre-Antoine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Monson", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Byrne", 1, {DICTIONARY_SURNAME}, -1}, + {"Scharping", 1, {DICTIONARY_SURNAME}, -1}, + {"Boitel", 1, {DICTIONARY_SURNAME}, -1}, + {"Brophy", 1, {DICTIONARY_SURNAME}, -1}, + {"Velotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Labyad", 1, {DICTIONARY_SURNAME}, -1}, + {"Malyshko", 1, {DICTIONARY_SURNAME}, -1}, + {"Newhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Minguzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Angelopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Hotsumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krick", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Varghese", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fallin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanvi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bricín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fortmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Gervasoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Meautys", 1, {DICTIONARY_SURNAME}, -1}, + {"Fossen", 1, {DICTIONARY_SURNAME}, -1}, + {"Amalia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ádika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rogov", 1, {DICTIONARY_SURNAME}, -1}, + {"Pierson", 1, {DICTIONARY_SURNAME}, -1}, + {"McBeth", 1, {DICTIONARY_SURNAME}, -1}, + {"Garaba", 1, {DICTIONARY_SURNAME}, -1}, + {"Vetwal", 1, {DICTIONARY_SURNAME}, -1}, + {"Anzai", 1, {DICTIONARY_SURNAME}, -1}, + {"Steponas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sevela", 1, {DICTIONARY_SURNAME}, -1}, + {"Vardzelashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"De Brouwer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rákosi", 1, {DICTIONARY_SURNAME}, -1}, + {"Creswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Prigogine", 1, {DICTIONARY_SURNAME}, -1}, + {"Schickendantz", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdecchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Surmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Metherell", 1, {DICTIONARY_SURNAME}, -1}, + {"Allam", 1, {DICTIONARY_SURNAME}, -1}, + {"Satō", 1, {DICTIONARY_SURNAME}, -1}, + {"Dogra", 1, {DICTIONARY_SURNAME}, -1}, + {"Netsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Goudeket", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilache", 1, {DICTIONARY_SURNAME}, -1}, + {"Edgars", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Géret", 1, {DICTIONARY_SURNAME}, -1}, + {"McParland", 1, {DICTIONARY_SURNAME}, -1}, + {"Ben Haim", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoneda", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuđman", 1, {DICTIONARY_SURNAME}, -1}, + {"a.t&t store", 1, {DICTIONARY_CHAIN}, 65}, + {"Yudin", 1, {DICTIONARY_SURNAME}, -1}, + {"McGrattan", 1, {DICTIONARY_SURNAME}, -1}, + {"Holder", 1, {DICTIONARY_SURNAME}, -1}, + {"Ad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Behr", 1, {DICTIONARY_SURNAME}, -1}, + {"Cocteau", 1, {DICTIONARY_SURNAME}, -1}, + {"Comăneci", 1, {DICTIONARY_SURNAME}, -1}, + {"Stahel", 1, {DICTIONARY_SURNAME}, -1}, + {"Þórður", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iglói", 1, {DICTIONARY_SURNAME}, -1}, + {"Negru", 1, {DICTIONARY_SURNAME}, -1}, + {"Syzmanowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Paul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duquette", 1, {DICTIONARY_SURNAME}, -1}, + {"Valentiny", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaneda", 1, {DICTIONARY_SURNAME}, -1}, + {"Stackhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Papadiamantopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Dian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dimitrov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hue", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Savelyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolender", 1, {DICTIONARY_SURNAME}, -1}, + {"Masahide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mamie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vangelov", 1, {DICTIONARY_SURNAME}, -1}, + {"Inácio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Whaley", 1, {DICTIONARY_SURNAME}, -1}, + {"Wynia", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernadine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moisiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Abundo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaniecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Marlowe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mitrinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Herpen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakhitov", 1, {DICTIONARY_SURNAME}, -1}, + {"Okey", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeoman Rand", 1, {DICTIONARY_SURNAME}, -1}, + {"Brister", 1, {DICTIONARY_SURNAME}, -1}, + {"Dumont", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Keirsbulck", 1, {DICTIONARY_SURNAME}, -1}, + {"Taketatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Topping", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Arkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vellaisamy", 1, {DICTIONARY_SURNAME}, -1}, + {"Zomer", 1, {DICTIONARY_SURNAME}, -1}, + {"Baynton", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotov", 1, {DICTIONARY_SURNAME}, -1}, + {"Holford", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoole", 1, {DICTIONARY_SURNAME}, -1}, + {"Nenna", 1, {DICTIONARY_SURNAME}, -1}, + {"Naevo", 1, {DICTIONARY_SURNAME}, -1}, + {"Robaina", 1, {DICTIONARY_SURNAME}, -1}, + {"Babka", 1, {DICTIONARY_SURNAME}, -1}, + {"Karthika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pisharody", 1, {DICTIONARY_SURNAME}, -1}, + {"Géraud", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yvette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sonam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Patten", 1, {DICTIONARY_SURNAME}, -1}, + {"Konoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Noam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Neiman", 1, {DICTIONARY_SURNAME}, -1}, + {"Flam", 1, {DICTIONARY_SURNAME}, -1}, + {"Lapierre", 1, {DICTIONARY_SURNAME}, -1}, + {"ruby tuesdays", 1, {DICTIONARY_CHAIN}, 222}, + {"Fygi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vagnerová", 1, {DICTIONARY_SURNAME}, -1}, + {"Arar clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlajković", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhoond", 1, {DICTIONARY_SURNAME}, -1}, + {"Barzani", 1, {DICTIONARY_SURNAME}, -1}, + {"Louwers", 1, {DICTIONARY_SURNAME}, -1}, + {"Heidebrecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Vishva Shakti Durga Mandir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Casement", 1, {DICTIONARY_SURNAME}, -1}, + {"Titcomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Sagnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Wente", 1, {DICTIONARY_SURNAME}, -1}, + {"Hastings", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Genovese", 1, {DICTIONARY_SURNAME}, -1}, + {"Grier", 1, {DICTIONARY_SURNAME}, -1}, + {"Korczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Frost", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaverdian", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornally", 1, {DICTIONARY_SURNAME}, -1}, + {"Vagner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lindegren", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmeichel", 1, {DICTIONARY_SURNAME}, -1}, + {"Dagmar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waage", 1, {DICTIONARY_SURNAME}, -1}, + {"ross", 1, {DICTIONARY_CHAIN}, -1}, + {"Barwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Dammert", 1, {DICTIONARY_SURNAME}, -1}, + {"Laforey", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuoksenmaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilon", 1, {DICTIONARY_SURNAME}, -1}, + {"Shizuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viñao", 1, {DICTIONARY_SURNAME}, -1}, + {"Nutt", 1, {DICTIONARY_SURNAME}, -1}, + {"McGrail", 1, {DICTIONARY_SURNAME}, -1}, + {"Lilpop", 1, {DICTIONARY_SURNAME}, -1}, + {"Lizabeth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haseman", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Krogh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bernhardt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kimihiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rychlik", 1, {DICTIONARY_SURNAME}, -1}, + {"Gangubai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Witten", 1, {DICTIONARY_SURNAME}, -1}, + {"Belcourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenwich", 1, {DICTIONARY_SURNAME}, -1}, + {"Laskey", 1, {DICTIONARY_SURNAME}, -1}, + {"a and w restaurants", 1, {DICTIONARY_CHAIN}, 57}, + {"Dennison", 1, {DICTIONARY_SURNAME}, -1}, + {"Ribisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawbridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Braunlich", 1, {DICTIONARY_SURNAME}, -1}, + {"Alf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stenbock", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramamurthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackinder", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Buckeridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazutaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Videnieks", 1, {DICTIONARY_SURNAME}, -1}, + {"Messerli", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilla Pátraic", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lendenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Tikka", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaenisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Opie", 1, {DICTIONARY_SURNAME}, -1}, + {"Candler", 1, {DICTIONARY_SURNAME}, -1}, + {"Firmin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bessette", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunifred", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Howarth", 1, {DICTIONARY_SURNAME}, -1}, + {"Agawu", 1, {DICTIONARY_SURNAME}, -1}, + {"Primaticcio", 1, {DICTIONARY_SURNAME}, -1}, + {"Greatorex", 1, {DICTIONARY_SURNAME}, -1}, + {"Caitrìona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shanker", 1, {DICTIONARY_SURNAME}, -1}, + {"Sturtz", 1, {DICTIONARY_SURNAME}, -1}, + {"intermarche super", 1, {DICTIONARY_CHAIN}, 160}, + {"Iaconelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcinkevičienė", 1, {DICTIONARY_SURNAME}, -1}, + {"Willem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Berenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Zasulich", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinnitskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"De Ribera", 1, {DICTIONARY_SURNAME}, -1}, + {"Genta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kristel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Loredano", 1, {DICTIONARY_SURNAME}, -1}, + {"Janů", 1, {DICTIONARY_SURNAME}, -1}, + {"Jules Bois", 1, {DICTIONARY_SURNAME}, -1}, + {"Unto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Linghu", 1, {DICTIONARY_SURNAME}, -1}, + {"Sá", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayda", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Trimble", 1, {DICTIONARY_SURNAME}, -1}, + {"Miljan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kluger", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackburne", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbaraly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Muzadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Konstantine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ljubibratić", 1, {DICTIONARY_SURNAME}, -1}, + {"Çınar", 1, {DICTIONARY_SURNAME}, -1}, + {"Garman", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulinka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ejercito", 1, {DICTIONARY_SURNAME}, -1}, + {"Toscanini", 1, {DICTIONARY_SURNAME}, -1}, + {"Lunati", 1, {DICTIONARY_SURNAME}, -1}, + {"Medawar", 1, {DICTIONARY_SURNAME}, -1}, + {"Najib", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Donald", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Daniel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bracegirdle", 1, {DICTIONARY_SURNAME}, -1}, + {"Adiong", 1, {DICTIONARY_SURNAME}, -1}, + {"Galambos", 1, {DICTIONARY_SURNAME}, -1}, + {"Aizbalts", 1, {DICTIONARY_SURNAME}, -1}, + {"Ainscow", 1, {DICTIONARY_SURNAME}, -1}, + {"Svilen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kanter", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaldırım", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshimi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maccari", 1, {DICTIONARY_SURNAME}, -1}, + {"Styler", 1, {DICTIONARY_SURNAME}, -1}, + {"Agnisetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Hulford", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Danielsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Putana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waldman", 1, {DICTIONARY_SURNAME}, -1}, + {"Noguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ravlić", 1, {DICTIONARY_SURNAME}, -1}, + {"Hruška", 1, {DICTIONARY_SURNAME}, -1}, + {"Hering", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagakoto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voiko", 1, {DICTIONARY_SURNAME}, -1}, + {"Macdowall", 1, {DICTIONARY_SURNAME}, -1}, + {"Niebergall", 1, {DICTIONARY_SURNAME}, -1}, + {"Weygand", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaauw", 1, {DICTIONARY_SURNAME}, -1}, + {"Riat", 1, {DICTIONARY_SURNAME}, -1}, + {"McKevitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Flo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kato", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bénédicte", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vezdenetskiy", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiesner", 1, {DICTIONARY_SURNAME}, -1}, + {"Gregg", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vosovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambdin", 1, {DICTIONARY_SURNAME}, -1}, + {"Finlay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Edge", 1, {DICTIONARY_SURNAME}, -1}, + {"Österreich", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikasinovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizard", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinman", 1, {DICTIONARY_SURNAME}, -1}, + {"Mankiewicz family", 1, {DICTIONARY_SURNAME}, -1}, + {"Redenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Aladashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadeghi", 1, {DICTIONARY_SURNAME}, -1}, + {"Shrapnel", 1, {DICTIONARY_SURNAME}, -1}, + {"Nabil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasyl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tritton", 1, {DICTIONARY_SURNAME}, -1}, + {"Wabara", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarvill", 1, {DICTIONARY_SURNAME}, -1}, + {"Bács", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saund", 1, {DICTIONARY_SURNAME}, -1}, + {"Schneller", 1, {DICTIONARY_SURNAME}, -1}, + {"Francine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nevius", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzhardinge", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjöholm", 1, {DICTIONARY_SURNAME}, -1}, + {"Spector", 1, {DICTIONARY_SURNAME}, -1}, + {"Berker", 1, {DICTIONARY_SURNAME}, -1}, + {"Cadwgan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sleiman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawasumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hensel", 1, {DICTIONARY_SURNAME}, -1}, + {"Teyber", 1, {DICTIONARY_SURNAME}, -1}, + {"Cairnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacqui", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Patursson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruddick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Nerissa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bollimunta", 1, {DICTIONARY_SURNAME}, -1}, + {"Glatzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Matthew", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aabech", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallin", 1, {DICTIONARY_SURNAME}, -1}, + {"Morse", 1, {DICTIONARY_SURNAME}, -1}, + {"Aadland", 1, {DICTIONARY_SURNAME}, -1}, + {"Bizjak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenner", 1, {DICTIONARY_SURNAME}, -1}, + {"Groff", 1, {DICTIONARY_SURNAME}, -1}, + {"Brajušković", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulaş", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gowell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Veige", 1, {DICTIONARY_SURNAME}, -1}, + {"Burago", 1, {DICTIONARY_SURNAME}, -1}, + {"Koeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Baelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bloch", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogan", 1, {DICTIONARY_SURNAME}, -1}, + {"Krautzun", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilliver", 1, {DICTIONARY_SURNAME}, -1}, + {"Wise", 1, {DICTIONARY_SURNAME}, -1}, + {"Peeples", 1, {DICTIONARY_SURNAME}, -1}, + {"Süreyya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stratz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kevin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zotov", 1, {DICTIONARY_SURNAME}, -1}, + {"Soleri", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Clarine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akinjide", 1, {DICTIONARY_SURNAME}, -1}, + {"Seyferth", 1, {DICTIONARY_SURNAME}, -1}, + {"Gavin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ó Maolmhuaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Falkenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavallini", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Iordache", 1, {DICTIONARY_SURNAME}, -1}, + {"Alméras", 1, {DICTIONARY_SURNAME}, -1}, + {"Claeys", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlasov", 1, {DICTIONARY_SURNAME}, -1}, + {"Benois", 1, {DICTIONARY_SURNAME}, -1}, + {"Szyller", 1, {DICTIONARY_SURNAME}, -1}, + {"Borphukan", 1, {DICTIONARY_SURNAME}, -1}, + {"Mertens", 1, {DICTIONARY_SURNAME}, -1}, + {"Yulia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bērziņš", 1, {DICTIONARY_SURNAME}, -1}, + {"Landi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"bbva", 1, {DICTIONARY_CHAIN}, -1}, + {"waitrose", 1, {DICTIONARY_CHAIN}, -1}, + {"Krzyżewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Stark", 1, {DICTIONARY_SURNAME}, -1}, + {"Alarr", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragutin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veretennikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Spain", 1, {DICTIONARY_SURNAME}, -1}, + {"Molotov", 1, {DICTIONARY_SURNAME}, -1}, + {"Nealy", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Hoene", 1, {DICTIONARY_SURNAME}, -1}, + {"McNichols", 1, {DICTIONARY_SURNAME}, -1}, + {"Horstmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Koehler", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kyung-wan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Silvestrini", 1, {DICTIONARY_SURNAME}, -1}, + {"Thielen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuribayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rawcliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Helebrandt", 1, {DICTIONARY_SURNAME}, -1}, + {"Elayne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Račkauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Croom", 1, {DICTIONARY_SURNAME}, -1}, + {"Salhuana", 1, {DICTIONARY_SURNAME}, -1}, + {"Maaten", 1, {DICTIONARY_SURNAME}, -1}, + {"Avrom", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shigeaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Freier", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbou", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjaastad", 1, {DICTIONARY_SURNAME}, -1}, + {"Shadrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Formozov", 1, {DICTIONARY_SURNAME}, -1}, + {"Różewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Veleba", 1, {DICTIONARY_SURNAME}, -1}, + {"Videtich", 1, {DICTIONARY_SURNAME}, -1}, + {"Melia", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Asensio", 1, {DICTIONARY_SURNAME}, -1}, + {"Adomah", 1, {DICTIONARY_SURNAME}, -1}, + {"Vittasmäki", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomosaburō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vourtzoumis", 1, {DICTIONARY_SURNAME}, -1}, + {"Pou", 1, {DICTIONARY_SURNAME}, -1}, + {"Phaphra Sheikh", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Sheehan", 1, {DICTIONARY_SURNAME}, -1}, + {"Efron", 1, {DICTIONARY_SURNAME}, -1}, + {"Camilo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alpár", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ata", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Crane", 1, {DICTIONARY_SURNAME}, -1}, + {"Mounsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Chimariya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kilner", 1, {DICTIONARY_SURNAME}, -1}, + {"Katie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vacek", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleppinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Pieterson", 1, {DICTIONARY_SURNAME}, -1}, + {"Chişinevschi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Niedringhaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Alandy", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoltenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshimi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bilyaletdinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Cuilinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Jepkoech", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunārs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vajs", 1, {DICTIONARY_SURNAME}, -1}, + {"Babel", 1, {DICTIONARY_SURNAME}, -1}, + {"Grgić", 1, {DICTIONARY_SURNAME}, -1}, + {"Benning", 1, {DICTIONARY_SURNAME}, -1}, + {"Rabiu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hetepheres", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanderpuije", 1, {DICTIONARY_SURNAME}, -1}, + {"Reddin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kronecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Perren", 1, {DICTIONARY_SURNAME}, -1}, + {"Degiorgio", 1, {DICTIONARY_SURNAME}, -1}, + {"Innauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Venkayya", 1, {DICTIONARY_SURNAME}, -1}, + {"Takuma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Skoropadskyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Maruxa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vander Wende", 1, {DICTIONARY_SURNAME}, -1}, + {"Wainwright", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalkbrenner", 1, {DICTIONARY_SURNAME}, -1}, + {"Burjan", 1, {DICTIONARY_SURNAME}, -1}, + {"Pratibha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Skjæggestad", 1, {DICTIONARY_SURNAME}, -1}, + {"Tricia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aono", 1, {DICTIONARY_SURNAME}, -1}, + {"Scrivener", 1, {DICTIONARY_SURNAME}, -1}, + {"Sporel", 1, {DICTIONARY_SURNAME}, -1}, + {"Echard", 1, {DICTIONARY_SURNAME}, -1}, + {"Heighway", 1, {DICTIONARY_SURNAME}, -1}, + {"Bláha", 1, {DICTIONARY_SURNAME}, -1}, + {"Obayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Taneda", 1, {DICTIONARY_SURNAME}, -1}, + {"Mieris", 1, {DICTIONARY_SURNAME}, -1}, + {"Chanturia", 1, {DICTIONARY_SURNAME}, -1}, + {"Zarakolu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiefer", 1, {DICTIONARY_SURNAME}, -1}, + {"Adlesh", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorothy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katwal", 1, {DICTIONARY_SURNAME}, -1}, + {"Langewiesche", 1, {DICTIONARY_SURNAME}, -1}, + {"Hennings", 1, {DICTIONARY_SURNAME}, -1}, + {"Zinni", 1, {DICTIONARY_SURNAME}, -1}, + {"Helton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Gijseghem", 1, {DICTIONARY_SURNAME}, -1}, + {"Donnell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nairne", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Ismet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ajemian", 1, {DICTIONARY_SURNAME}, -1}, + {"McCurley", 1, {DICTIONARY_SURNAME}, -1}, + {"Courtauld", 1, {DICTIONARY_SURNAME}, -1}, + {"carl's jr.s", 1, {DICTIONARY_CHAIN}, 93}, + {"Saule", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Morimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Cridland", 1, {DICTIONARY_SURNAME}, -1}, + {"Parlak", 1, {DICTIONARY_SURNAME}, -1}, + {"Coase", 1, {DICTIONARY_SURNAME}, -1}, + {"Gedmintas", 1, {DICTIONARY_SURNAME}, -1}, + {"Dhillon", 1, {DICTIONARY_SURNAME}, -1}, + {"Aykut", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lenthall", 1, {DICTIONARY_SURNAME}, -1}, + {"Panaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Хрущев", 1, {DICTIONARY_SURNAME}, -1}, + {"Nihar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fernandes", 1, {DICTIONARY_SURNAME}, -1}, + {"Carns", 1, {DICTIONARY_SURNAME}, -1}, + {"Heydt", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuomo", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahdi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Andonian", 1, {DICTIONARY_SURNAME}, -1}, + {"Abalof", 1, {DICTIONARY_SURNAME}, -1}, + {"Třešňák", 1, {DICTIONARY_SURNAME}, -1}, + {"Sierra", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rabih", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vacarezza", 1, {DICTIONARY_SURNAME}, -1}, + {"Alver", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dreven", 1, {DICTIONARY_SURNAME}, -1}, + {"Berlioz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-ha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katzman", 1, {DICTIONARY_SURNAME}, -1}, + {"Uri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dalcroze", 1, {DICTIONARY_SURNAME}, -1}, + {"Danckert", 1, {DICTIONARY_SURNAME}, -1}, + {"De Kuyper", 1, {DICTIONARY_SURNAME}, -1}, + {"Greggio", 1, {DICTIONARY_SURNAME}, -1}, + {"Bovill", 1, {DICTIONARY_SURNAME}, -1}, + {"Brandewyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Lederer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackinolty", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinhäußer", 1, {DICTIONARY_SURNAME}, -1}, + {"Isamu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ehmann", 1, {DICTIONARY_SURNAME}, -1}, + {"McElmurry", 1, {DICTIONARY_SURNAME}, -1}, + {"Fenstermaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Voltaggio", 1, {DICTIONARY_SURNAME}, -1}, + {"Donck", 1, {DICTIONARY_SURNAME}, -1}, + {"sam's club", 1, {DICTIONARY_CHAIN}, -1}, + {"Poiret", 1, {DICTIONARY_SURNAME}, -1}, + {"Fjolla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bickett", 1, {DICTIONARY_SURNAME}, -1}, + {"Manius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"yogen fruz", 1, {DICTIONARY_CHAIN}, 278}, + {"Reményi", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Fumitaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tanimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Samoylov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lincecum", 1, {DICTIONARY_SURNAME}, -1}, + {"Badb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Kandari", 1, {DICTIONARY_SURNAME}, -1}, + {"Meachem", 1, {DICTIONARY_SURNAME}, -1}, + {"Gertie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schneeberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Dolin", 1, {DICTIONARY_SURNAME}, -1}, + {"Grabo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishiwatari", 1, {DICTIONARY_SURNAME}, -1}, + {"VanderTuin", 1, {DICTIONARY_SURNAME}, -1}, + {"Billberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Madoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeitlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jocelyn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Diderot", 1, {DICTIONARY_SURNAME}, -1}, + {"Frison", 1, {DICTIONARY_SURNAME}, -1}, + {"Goro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kulischer", 1, {DICTIONARY_SURNAME}, -1}, + {"Yōichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludovico", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Antonín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schepps", 1, {DICTIONARY_SURNAME}, -1}, + {"Gnant", 1, {DICTIONARY_SURNAME}, -1}, + {"Laureen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ohana", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonge", 1, {DICTIONARY_SURNAME}, -1}, + {"Haywood", 1, {DICTIONARY_SURNAME}, -1}, + {"Kianna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Slutsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Velevska", 1, {DICTIONARY_SURNAME}, -1}, + {"Aliyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Helligan", 1, {DICTIONARY_SURNAME}, -1}, + {"Abate", 1, {DICTIONARY_SURNAME}, -1}, + {"Jafri", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Till", 1, {DICTIONARY_SURNAME}, -1}, + {"Krakouer", 1, {DICTIONARY_SURNAME}, -1}, + {"Piermaria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Slycke", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Spasojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguilleira", 1, {DICTIONARY_SURNAME}, -1}, + {"Leemans", 1, {DICTIONARY_SURNAME}, -1}, + {"Gause", 1, {DICTIONARY_SURNAME}, -1}, + {"Kikuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Leire", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abeysuriya", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Name", 1, {DICTIONARY_SURNAME}, -1}, + {"Fanny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoeben", 1, {DICTIONARY_SURNAME}, -1}, + {"Masaru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Feake", 1, {DICTIONARY_SURNAME}, -1}, + {"Croasdale", 1, {DICTIONARY_SURNAME}, -1}, + {"Gavazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Harriman", 1, {DICTIONARY_SURNAME}, -1}, + {"Olthuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebert", 1, {DICTIONARY_SURNAME}, -1}, + {"Bascom", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Watley", 1, {DICTIONARY_SURNAME}, -1}, + {"papa ginos", 1, {DICTIONARY_CHAIN}, 199}, + {"Bourque", 1, {DICTIONARY_SURNAME}, -1}, + {"NicAlasdair", 1, {DICTIONARY_SURNAME}, -1}, + {"Penhaligon", 1, {DICTIONARY_SURNAME}, -1}, + {"Courtnall", 1, {DICTIONARY_SURNAME}, -1}, + {"Babamusta", 1, {DICTIONARY_SURNAME}, -1}, + {"Sreten", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jinny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Browning", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ajibola", 1, {DICTIONARY_SURNAME}, -1}, + {"Preparata", 1, {DICTIONARY_SURNAME}, -1}, + {"Lund", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzwilliam", 1, {DICTIONARY_SURNAME}, -1}, + {"Isserles", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pettengill", 1, {DICTIONARY_SURNAME}, -1}, + {"Feller", 1, {DICTIONARY_SURNAME}, -1}, + {"Land", 1, {DICTIONARY_SURNAME}, -1}, + {"Braunmühl", 1, {DICTIONARY_SURNAME}, -1}, + {"Ker", 1, {DICTIONARY_SURNAME}, -1}, + {"Scriver", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrero", 1, {DICTIONARY_SURNAME}, -1}, + {"Asoshina", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdurahimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hurtault", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramsden", 1, {DICTIONARY_SURNAME}, -1}, + {"Mossman", 1, {DICTIONARY_SURNAME}, -1}, + {"Willie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veneruzzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirayanagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavani", 1, {DICTIONARY_SURNAME}, -1}, + {"Dramane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bosley", 1, {DICTIONARY_SURNAME}, -1}, + {"Pamuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Sweetman", 1, {DICTIONARY_SURNAME}, -1}, + {"Velosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Vleuten", 1, {DICTIONARY_SURNAME}, -1}, + {"Den Hartog", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalzeel", 1, {DICTIONARY_SURNAME}, -1}, + {"Erden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mikulski", 1, {DICTIONARY_SURNAME}, -1}, + {"Olaizola", 1, {DICTIONARY_SURNAME}, -1}, + {"Mengistu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yarovenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Anjali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keramuddin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elmsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Milen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Quintino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rønneberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Çambel", 1, {DICTIONARY_SURNAME}, -1}, + {"Pierre-Joseph", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vunibaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Saladino", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwyer", 1, {DICTIONARY_SURNAME}, -1}, + {"McLoughney", 1, {DICTIONARY_SURNAME}, -1}, + {"Paksas", 1, {DICTIONARY_SURNAME}, -1}, + {"De Martini", 1, {DICTIONARY_SURNAME}, -1}, + {"Roncalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Kouchner", 1, {DICTIONARY_SURNAME}, -1}, + {"Potter", 1, {DICTIONARY_SURNAME}, -1}, + {"Pesser", 1, {DICTIONARY_SURNAME}, -1}, + {"Heiden", 1, {DICTIONARY_SURNAME}, -1}, + {"Kautsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Corrao", 1, {DICTIONARY_SURNAME}, -1}, + {"Çolak", 1, {DICTIONARY_SURNAME}, -1}, + {"Lowrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Critchley", 1, {DICTIONARY_SURNAME}, -1}, + {"Plater", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vokoun", 1, {DICTIONARY_SURNAME}, -1}, + {"McConalogue", 1, {DICTIONARY_SURNAME}, -1}, + {"Arcand", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanada", 1, {DICTIONARY_SURNAME}, -1}, + {"ikea", 1, {DICTIONARY_CHAIN}, -1}, + {"Akatsa", 1, {DICTIONARY_SURNAME}, -1}, + {"punto enel", 1, {DICTIONARY_CHAIN}, -1}, + {"Varkulis", 1, {DICTIONARY_SURNAME}, -1}, + {"Margie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanzella", 1, {DICTIONARY_SURNAME}, -1}, + {"Jumapao", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Below", 1, {DICTIONARY_SURNAME}, -1}, + {"Airisto", 1, {DICTIONARY_SURNAME}, -1}, + {"Garin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tipsarević", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadasuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Serhat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kossakowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandys", 1, {DICTIONARY_SURNAME}, -1}, + {"Meli", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yong", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Baugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Akermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Jordi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Havill", 1, {DICTIONARY_SURNAME}, -1}, + {"Cozier", 1, {DICTIONARY_SURNAME}, -1}, + {"Verplank", 1, {DICTIONARY_SURNAME}, -1}, + {"Layan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tidjani", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"barnes n nobles", 1, {DICTIONARY_CHAIN}, 72}, + {"Bertram", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hymas", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenkyns", 1, {DICTIONARY_SURNAME}, -1}, + {"Haykin", 1, {DICTIONARY_SURNAME}, -1}, + {"Chelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryzhikh", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaldor", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallward", 1, {DICTIONARY_SURNAME}, -1}, + {"Starley", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae-hyuk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pospíšil", 1, {DICTIONARY_SURNAME}, -1}, + {"Corell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kukharchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Přemysl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ficenec", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghazaleh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agrebi", 1, {DICTIONARY_SURNAME}, -1}, + {"Coulibaly", 1, {DICTIONARY_SURNAME}, -1}, + {"Fishbein", 1, {DICTIONARY_SURNAME}, -1}, + {"Selçuk", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Colloredo", 1, {DICTIONARY_SURNAME}, -1}, + {"Moorcroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Macomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Falcinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ravi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Siltamäki", 1, {DICTIONARY_SURNAME}, -1}, + {"Maracle", 1, {DICTIONARY_SURNAME}, -1}, + {"Dopyera", 1, {DICTIONARY_SURNAME}, -1}, + {"Herb", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Addlery", 1, {DICTIONARY_SURNAME}, -1}, + {"Heppenstall", 1, {DICTIONARY_SURNAME}, -1}, + {"dollaramas", 1, {DICTIONARY_CHAIN}, 128}, + {"Decroly", 1, {DICTIONARY_SURNAME}, -1}, + {"Houtzager", 1, {DICTIONARY_SURNAME}, -1}, + {"Boelens", 1, {DICTIONARY_SURNAME}, -1}, + {"Learn", 1, {DICTIONARY_SURNAME}, -1}, + {"Carestini", 1, {DICTIONARY_SURNAME}, -1}, + {"Pekurár", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosser", 1, {DICTIONARY_SURNAME}, -1}, + {"Sekhemrekhutawy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lizárraga", 1, {DICTIONARY_SURNAME}, -1}, + {"Sohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukimasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yukinaga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verbrugge", 1, {DICTIONARY_SURNAME}, -1}, + {"Jansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Şaşmaz", 1, {DICTIONARY_SURNAME}, -1}, + {"McKeever", 1, {DICTIONARY_SURNAME}, -1}, + {"In-sik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Emkanian", 1, {DICTIONARY_SURNAME}, -1}, + {"Isomäki", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kapsner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruslana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Staniszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Deeb", 1, {DICTIONARY_SURNAME}, -1}, + {"Storozhev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryazanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-jae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shibahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac an Bhaird", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilfred", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alma-Tadema", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruno", 1, {DICTIONARY_SURNAME}, -1}, + {"Rakers", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunker", 1, {DICTIONARY_SURNAME}, -1}, + {"Ganjial", 1, {DICTIONARY_SURNAME}, -1}, + {"Boudet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hebden", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamas", 1, {DICTIONARY_SURNAME}, -1}, + {"Steelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Tcherina", 1, {DICTIONARY_SURNAME}, -1}, + {"Freyberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Browner", 1, {DICTIONARY_SURNAME}, -1}, + {"McKee", 1, {DICTIONARY_SURNAME}, -1}, + {"Cat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kolekar", 1, {DICTIONARY_SURNAME}, -1}, + {"Drolet", 1, {DICTIONARY_SURNAME}, -1}, + {"Peerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ristenpart", 1, {DICTIONARY_SURNAME}, -1}, + {"Weng", 1, {DICTIONARY_SURNAME}, -1}, + {"Buschbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Eastop", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamiti", 1, {DICTIONARY_SURNAME}, -1}, + {"Mudry", 1, {DICTIONARY_SURNAME}, -1}, + {"Téllez", 1, {DICTIONARY_SURNAME}, -1}, + {"Hławiczka", 1, {DICTIONARY_SURNAME}, -1}, + {"Madzia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hřebejk", 1, {DICTIONARY_SURNAME}, -1}, + {"Devaughn", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderlip", 1, {DICTIONARY_SURNAME}, -1}, + {"Flora clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gjasula", 1, {DICTIONARY_SURNAME}, -1}, + {"Selmanovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Engleheart", 1, {DICTIONARY_SURNAME}, -1}, + {"Gray", 1, {DICTIONARY_SURNAME}, -1}, + {"Afanou", 1, {DICTIONARY_SURNAME}, -1}, + {"McElroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Shue", 1, {DICTIONARY_SURNAME}, -1}, + {"Corley", 1, {DICTIONARY_SURNAME}, -1}, + {"Sonoda", 1, {DICTIONARY_SURNAME}, -1}, + {"Uluergüven", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajagun", 1, {DICTIONARY_SURNAME}, -1}, + {"Vindiš", 1, {DICTIONARY_SURNAME}, -1}, + {"Tómasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kogălniceanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Krzyżanowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Trentin", 1, {DICTIONARY_SURNAME}, -1}, + {"Umrigar", 1, {DICTIONARY_SURNAME}, -1}, + {"Smallen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aðalsteinsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Verrot", 1, {DICTIONARY_SURNAME}, -1}, + {"Krista", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kifle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Englefield", 1, {DICTIONARY_SURNAME}, -1}, + {"Bar-Zohar", 1, {DICTIONARY_SURNAME}, -1}, + {"McAullay", 1, {DICTIONARY_SURNAME}, -1}, + {"pizzapizza", 1, {DICTIONARY_CHAIN}, 208}, + {"Borghi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdelaal", 1, {DICTIONARY_SURNAME}, -1}, + {"Nawfal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Monge", 1, {DICTIONARY_SURNAME}, -1}, + {"Võsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Harrison", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yehudi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hershberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Oremus", 1, {DICTIONARY_SURNAME}, -1}, + {"Boholyubov", 1, {DICTIONARY_SURNAME}, -1}, + {"Alemu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gotabhaya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kvindesland", 1, {DICTIONARY_SURNAME}, -1}, + {"Yury", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Araiji", 1, {DICTIONARY_SURNAME}, -1}, + {"Monika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ocak", 1, {DICTIONARY_SURNAME}, -1}, + {"Mascioletti", 1, {DICTIONARY_SURNAME}, -1}, + {"Arlowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinbo", 1, {DICTIONARY_SURNAME}, -1}, + {"Jagielska.", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vojtova", 1, {DICTIONARY_SURNAME}, -1}, + {"Schafernaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Smet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiroyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Monday", 1, {DICTIONARY_SURNAME}, -1}, + {"Maritschnigg", 1, {DICTIONARY_SURNAME}, -1}, + {"Markolf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roozeboom", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Falkiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Türel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kakori Shaikh", 1, {DICTIONARY_SURNAME}, -1}, + {"Mishin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirschson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bledman", 1, {DICTIONARY_SURNAME}, -1}, + {"Christóforos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stidham", 1, {DICTIONARY_SURNAME}, -1}, + {"Kokotović", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Eline", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vlajić", 1, {DICTIONARY_SURNAME}, -1}, + {"Desmarais", 1, {DICTIONARY_SURNAME}, -1}, + {"Nibali", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurisu", 1, {DICTIONARY_SURNAME}, -1}, + {"Aizpuriete", 1, {DICTIONARY_SURNAME}, -1}, + {"Seagal", 1, {DICTIONARY_SURNAME}, -1}, + {"Harri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dupin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanita", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abarca", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolov", 1, {DICTIONARY_SURNAME}, -1}, + {"Malinga", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Svitlana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kotz", 1, {DICTIONARY_SURNAME}, -1}, + {"Reisner", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoxha", 1, {DICTIONARY_SURNAME}, -1}, + {"Toraman", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagakura", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Caramitru", 1, {DICTIONARY_SURNAME}, -1}, + {"Albano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Uchino", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadeboncoeur", 1, {DICTIONARY_SURNAME}, -1}, + {"Larter", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaccaria", 1, {DICTIONARY_SURNAME}, -1}, + {"Alewijn", 1, {DICTIONARY_SURNAME}, -1}, + {"McCurdy", 1, {DICTIONARY_SURNAME}, -1}, + {"Akipa", 1, {DICTIONARY_SURNAME}, -1}, + {"au bon pains", 1, {DICTIONARY_CHAIN}, 66}, + {"Highmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Breathnach", 1, {DICTIONARY_SURNAME}, -1}, + {"Salinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Aird", 1, {DICTIONARY_SURNAME}, -1}, + {"a.t and t stores", 1, {DICTIONARY_CHAIN}, 65}, + {"Beresch", 1, {DICTIONARY_SURNAME}, -1}, + {"Törőcsik", 1, {DICTIONARY_SURNAME}, -1}, + {"Murphy", 1, {DICTIONARY_SURNAME}, -1}, + {"Alexeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Popovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sproul", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasner", 1, {DICTIONARY_SURNAME}, -1}, + {"Brahmanaiah", 1, {DICTIONARY_SURNAME}, -1}, + {"Vieaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Turchaninov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mildmay", 1, {DICTIONARY_SURNAME}, -1}, + {"Gullick", 1, {DICTIONARY_SURNAME}, -1}, + {"Guadagnino", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Aitzema", 1, {DICTIONARY_SURNAME}, -1}, + {"Minori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Christophersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Weddle", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ruymbeke", 1, {DICTIONARY_SURNAME}, -1}, + {"Freind", 1, {DICTIONARY_SURNAME}, -1}, + {"Schierup", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassell", 1, {DICTIONARY_SURNAME}, -1}, + {"Bikert", 1, {DICTIONARY_SURNAME}, -1}, + {"Vileišis", 1, {DICTIONARY_SURNAME}, -1}, + {"Heydens", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Onselen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hofman", 1, {DICTIONARY_SURNAME}, -1}, + {"Djalma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Orchard", 1, {DICTIONARY_SURNAME}, -1}, + {"Duby", 1, {DICTIONARY_SURNAME}, -1}, + {"Mysliveček", 1, {DICTIONARY_SURNAME}, -1}, + {"Franchomme", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schildenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Bukharin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gentiloni", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaray", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwang", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mckinder", 1, {DICTIONARY_SURNAME}, -1}, + {"Balabanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Teoman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vozovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanspeybrouck", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilis", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobos", 1, {DICTIONARY_SURNAME}, -1}, + {"Cupples", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ovchinnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Street", 1, {DICTIONARY_SURNAME}, -1}, + {"Chmura", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandermade", 1, {DICTIONARY_SURNAME}, -1}, + {"Gonet", 1, {DICTIONARY_SURNAME}, -1}, + {"Delius", 1, {DICTIONARY_SURNAME}, -1}, + {"Xander", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yaguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cepeda", 1, {DICTIONARY_SURNAME}, -1}, + {"Webbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Fürst", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheema", 1, {DICTIONARY_SURNAME}, -1}, + {"Shōsuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maude", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Woetzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikaido", 1, {DICTIONARY_SURNAME}, -1}, + {"Morell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ganesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gauvreau", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Gustimeus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Macháček", 1, {DICTIONARY_SURNAME}, -1}, + {"Moulds", 1, {DICTIONARY_SURNAME}, -1}, + {"Cresswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Andronikashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Galiński", 1, {DICTIONARY_SURNAME}, -1}, + {"Latorno", 1, {DICTIONARY_SURNAME}, -1}, + {"Lomba", 1, {DICTIONARY_SURNAME}, -1}, + {"zara", 1, {DICTIONARY_CHAIN}, -1}, + {"Van Gulik", 1, {DICTIONARY_SURNAME}, -1}, + {"Combes", 1, {DICTIONARY_SURNAME}, -1}, + {"Lācis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bajkó", 1, {DICTIONARY_SURNAME}, -1}, + {"Berdmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Gadzuric", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollowell", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahb", 1, {DICTIONARY_SURNAME}, -1}, + {"Affrunti", 1, {DICTIONARY_SURNAME}, -1}, + {"Szmyd", 1, {DICTIONARY_SURNAME}, -1}, + {"Isacsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Emma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Idahor", 1, {DICTIONARY_SURNAME}, -1}, + {"Aurora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Girault", 1, {DICTIONARY_SURNAME}, -1}, + {"Whiteside", 1, {DICTIONARY_SURNAME}, -1}, + {"Sibour", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Doren", 1, {DICTIONARY_SURNAME}, -1}, + {"MacDonald", 1, {DICTIONARY_SURNAME}, -1}, + {"Dhorasoo", 1, {DICTIONARY_SURNAME}, -1}, + {"Qasim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maffucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Varmužová", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiranui", 1, {DICTIONARY_SURNAME}, -1}, + {"Lofton", 1, {DICTIONARY_SURNAME}, -1}, + {"Deniz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vyuzhanina", 1, {DICTIONARY_SURNAME}, -1}, + {"Šlesingr", 1, {DICTIONARY_SURNAME}, -1}, + {"Ameobi", 1, {DICTIONARY_SURNAME}, -1}, + {"Eidslott", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobotta", 1, {DICTIONARY_SURNAME}, -1}, + {"Brandner", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeanette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buchsenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuvelier", 1, {DICTIONARY_SURNAME}, -1}, + {"Garbuzov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aurick", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cheli", 1, {DICTIONARY_SURNAME}, -1}, + {"Elsbeth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ravil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schönbaumsfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunderson", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelaye", 1, {DICTIONARY_SURNAME}, -1}, + {"Fionnuala", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herne", 1, {DICTIONARY_SURNAME}, -1}, + {"Källström", 1, {DICTIONARY_SURNAME}, -1}, + {"Brazile", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Veter", 1, {DICTIONARY_SURNAME}, -1}, + {"Morrill", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaidere", 1, {DICTIONARY_SURNAME}, -1}, + {"Blinder", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-eun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hashim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sneh", 1, {DICTIONARY_SURNAME}, -1}, + {"Tewsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Forbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Stein", 1, {DICTIONARY_SURNAME}, -1}, + {"Pandya", 1, {DICTIONARY_SURNAME}, -1}, + {"Vendrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherry", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sjeng", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rudisha", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaspare", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scarpati", 1, {DICTIONARY_SURNAME}, -1}, + {"Grumbkow", 1, {DICTIONARY_SURNAME}, -1}, + {"Baynard", 1, {DICTIONARY_SURNAME}, -1}, + {"Turretin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vojtík", 1, {DICTIONARY_SURNAME}, -1}, + {"Schade", 1, {DICTIONARY_SURNAME}, -1}, + {"Affonço", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinrinade", 1, {DICTIONARY_SURNAME}, -1}, + {"Jäger", 1, {DICTIONARY_SURNAME}, -1}, + {"Jemal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Assemani", 1, {DICTIONARY_SURNAME}, -1}, + {"Trefzger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilsmaier", 1, {DICTIONARY_SURNAME}, -1}, + {"Konaté", 1, {DICTIONARY_SURNAME}, -1}, + {"McKart", 1, {DICTIONARY_SURNAME}, -1}, + {"Zečević", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosanes", 1, {DICTIONARY_SURNAME}, -1}, + {"dave and buster's", 1, {DICTIONARY_CHAIN}, 120}, + {"Chikuhei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cagni", 1, {DICTIONARY_SURNAME}, -1}, + {"Baasha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nadvi", 1, {DICTIONARY_SURNAME}, -1}, + {"McGreavy", 1, {DICTIONARY_SURNAME}, -1}, + {"Volckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Osip", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stellwagen", 1, {DICTIONARY_SURNAME}, -1}, + {"Cecilia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Llorente", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulkarni", 1, {DICTIONARY_SURNAME}, -1}, + {"Pegeen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bozdag", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Hai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Georgia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Honigman", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimitriou", 1, {DICTIONARY_SURNAME}, -1}, + {"Lattin", 1, {DICTIONARY_SURNAME}, -1}, + {"Milorad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blakeney", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Severin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cote", 1, {DICTIONARY_SURNAME}, -1}, + {"Þórðr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Josephson", 1, {DICTIONARY_SURNAME}, -1}, + {"Fowler", 1, {DICTIONARY_SURNAME}, -1}, + {"Riding", 1, {DICTIONARY_SURNAME}, -1}, + {"Nyja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Scyoc", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavliuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Batcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Baggett", 1, {DICTIONARY_SURNAME}, -1}, + {"Heeks", 1, {DICTIONARY_SURNAME}, -1}, + {"Luard", 1, {DICTIONARY_SURNAME}, -1}, + {"Hochmuth", 1, {DICTIONARY_SURNAME}, -1}, + {"Theismann", 1, {DICTIONARY_SURNAME}, -1}, + {"Grist", 1, {DICTIONARY_SURNAME}, -1}, + {"Vissoker", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vroemen", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Niederhausern", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Bokkelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulwar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heilbrun", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeytullayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashevak", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourgeois", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Debenjak", 1, {DICTIONARY_SURNAME}, -1}, + {"great clips", 1, {DICTIONARY_CHAIN}, -1}, + {"Alakmak", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac a' Ghobhainn", 1, {DICTIONARY_SURNAME}, -1}, + {"Griswold", 1, {DICTIONARY_SURNAME}, -1}, + {"Bo-kyung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mager", 1, {DICTIONARY_SURNAME}, -1}, + {"Accoceberry", 1, {DICTIONARY_SURNAME}, -1}, + {"Hillgruber", 1, {DICTIONARY_SURNAME}, -1}, + {"Vietoris", 1, {DICTIONARY_SURNAME}, -1}, + {"Glasser", 1, {DICTIONARY_SURNAME}, -1}, + {"Höschel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanaksenaho", 1, {DICTIONARY_SURNAME}, -1}, + {"Dagán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Șchiopu", 1, {DICTIONARY_SURNAME}, -1}, + {"Gayla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jowett", 1, {DICTIONARY_SURNAME}, -1}, + {"Andaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Stefani", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikolajczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Kameni", 1, {DICTIONARY_SURNAME}, -1}, + {"François-Joseph", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mankowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Derieva", 1, {DICTIONARY_SURNAME}, -1}, + {"Holton", 1, {DICTIONARY_SURNAME}, -1}, + {"Vartanyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuijken", 1, {DICTIONARY_SURNAME}, -1}, + {"Abukay", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alchian", 1, {DICTIONARY_SURNAME}, -1}, + {"Kachorovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorenzetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Loring", 1, {DICTIONARY_SURNAME}, -1}, + {"Donnie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bourchier", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidallé", 1, {DICTIONARY_SURNAME}, -1}, + {"Vainikolo", 1, {DICTIONARY_SURNAME}, -1}, + {"bubba gumps shrimp co", 1, {DICTIONARY_CHAIN}, 87}, + {"Wurtzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Veiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Aliya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nagaakira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaljo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Walters", 1, {DICTIONARY_SURNAME}, -1}, + {"Nehring", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanemerak", 1, {DICTIONARY_SURNAME}, -1}, + {"Branagan", 1, {DICTIONARY_SURNAME}, -1}, + {"Lilia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ishimaru", 1, {DICTIONARY_SURNAME}, -1}, + {"jack in the box", 1, {DICTIONARY_CHAIN}, -1}, + {"Bousfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Perreault", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasily", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Afework", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-hwan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petković", 1, {DICTIONARY_SURNAME}, -1}, + {"Adlerberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Beaugendre", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuprin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abendana", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckenbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Swerling", 1, {DICTIONARY_SURNAME}, -1}, + {"Burkard", 1, {DICTIONARY_SURNAME}, -1}, + {"Grisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaněček", 1, {DICTIONARY_SURNAME}, -1}, + {"Chlothar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schindel", 1, {DICTIONARY_SURNAME}, -1}, + {"Theodore", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Busta", 1, {DICTIONARY_SURNAME}, -1}, + {"Petacchi", 1, {DICTIONARY_SURNAME}, -1}, + {"De Hooch", 1, {DICTIONARY_SURNAME}, -1}, + {"Mwanza", 1, {DICTIONARY_SURNAME}, -1}, + {"Abruquah", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckh", 1, {DICTIONARY_SURNAME}, -1}, + {"Gimbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenihan", 1, {DICTIONARY_SURNAME}, -1}, + {"Uvarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Esposto", 1, {DICTIONARY_SURNAME}, -1}, + {"Schummelketel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hierholzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Němec", 1, {DICTIONARY_SURNAME}, -1}, + {"Valtonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Akarika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duff", 1, {DICTIONARY_SURNAME}, -1}, + {"Straussler", 1, {DICTIONARY_SURNAME}, -1}, + {"Balcha", 1, {DICTIONARY_SURNAME}, -1}, + {"Deckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Beit", 1, {DICTIONARY_SURNAME}, -1}, + {"repsol", 1, {DICTIONARY_CHAIN}, -1}, + {"Dijkstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Randuthara Achanmār", 1, {DICTIONARY_SURNAME}, -1}, + {"Exter", 1, {DICTIONARY_SURNAME}, -1}, + {"Onwenu", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsunori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lundholm", 1, {DICTIONARY_SURNAME}, -1}, + {"Batta", 1, {DICTIONARY_SURNAME}, -1}, + {"Virginijus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mannie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clunie", 1, {DICTIONARY_SURNAME}, -1}, + {"Gandy", 1, {DICTIONARY_SURNAME}, -1}, + {"Karhade Brahmin", 1, {DICTIONARY_SURNAME}, -1}, + {"Liss", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Celal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Martins", 1, {DICTIONARY_SURNAME}, -1}, + {"u.p.s store", 1, {DICTIONARY_CHAIN}, 261}, + {"Maresuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bortnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Qamar ud-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Szymanek", 1, {DICTIONARY_SURNAME}, -1}, + {"Björgólfur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lightstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Ploning", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schruff", 1, {DICTIONARY_SURNAME}, -1}, + {"Saunderson", 1, {DICTIONARY_SURNAME}, -1}, + {"Piasek", 1, {DICTIONARY_SURNAME}, -1}, + {"Belmadi", 1, {DICTIONARY_SURNAME}, -1}, + {"McCart", 1, {DICTIONARY_SURNAME}, -1}, + {"Chikanari", 1, {DICTIONARY_SURNAME}, -1}, + {"Pickworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Gebre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Snipes", 1, {DICTIONARY_SURNAME}, -1}, + {"Olivo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jakobson", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Sayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Levinge", 1, {DICTIONARY_SURNAME}, -1}, + {"Shivute", 1, {DICTIONARY_SURNAME}, -1}, + {"Kidane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Calindri", 1, {DICTIONARY_SURNAME}, -1}, + {"Adebowale", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schalanda", 1, {DICTIONARY_SURNAME}, -1}, + {"Funakoshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimitar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hooker", 1, {DICTIONARY_SURNAME}, -1}, + {"Slawson", 1, {DICTIONARY_SURNAME}, -1}, + {"Francklin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Bos", 1, {DICTIONARY_SURNAME}, -1}, + {"Dollin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chisato", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Comvalius", 1, {DICTIONARY_SURNAME}, -1}, + {"Gutman", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean Marie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jentzsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaken", 1, {DICTIONARY_SURNAME}, -1}, + {"Koufos", 1, {DICTIONARY_SURNAME}, -1}, + {"Nurmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderhaeghe", 1, {DICTIONARY_SURNAME}, -1}, + {"Constantine", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abril", 1, {DICTIONARY_SURNAME}, -1}, + {"Desjardins", 1, {DICTIONARY_SURNAME}, -1}, + {"Mi-yeon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Canter", 1, {DICTIONARY_SURNAME}, -1}, + {"Chudomel", 1, {DICTIONARY_SURNAME}, -1}, + {"Joo-hwan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sylla", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaganée", 1, {DICTIONARY_SURNAME}, -1}, + {"Bara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Babson", 1, {DICTIONARY_SURNAME}, -1}, + {"Affuso", 1, {DICTIONARY_SURNAME}, -1}, + {"Meissner", 1, {DICTIONARY_SURNAME}, -1}, + {"Heitzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Gobin", 1, {DICTIONARY_SURNAME}, -1}, + {"Dedić", 1, {DICTIONARY_SURNAME}, -1}, + {"Semiha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nemerov", 1, {DICTIONARY_SURNAME}, -1}, + {"Steere", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbington", 1, {DICTIONARY_SURNAME}, -1}, + {"Marylou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vukomanović", 1, {DICTIONARY_SURNAME}, -1}, + {"konzum", 1, {DICTIONARY_CHAIN}, -1}, + {"Moronori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Witting", 1, {DICTIONARY_SURNAME}, -1}, + {"Spinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Companc", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwang-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Summer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Magnitsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Valmon", 1, {DICTIONARY_SURNAME}, -1}, + {"Viniegra", 1, {DICTIONARY_SURNAME}, -1}, + {"Hauck", 1, {DICTIONARY_SURNAME}, -1}, + {"Jalabert", 1, {DICTIONARY_SURNAME}, -1}, + {"Rothbard", 1, {DICTIONARY_SURNAME}, -1}, + {"Beccia", 1, {DICTIONARY_SURNAME}, -1}, + {"Maloyan", 1, {DICTIONARY_SURNAME}, -1}, + {"McConnachie", 1, {DICTIONARY_SURNAME}, -1}, + {"Dischinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Audie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Unterweger", 1, {DICTIONARY_SURNAME}, -1}, + {"Pazol", 1, {DICTIONARY_SURNAME}, -1}, + {"Palfrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Klare", 1, {DICTIONARY_SURNAME}, -1}, + {"Anner", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanemura", 1, {DICTIONARY_SURNAME}, -1}, + {"Liang", 1, {DICTIONARY_SURNAME}, -1}, + {"a & w restaurants", 1, {DICTIONARY_CHAIN}, 57}, + {"Sigurdson", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-ha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Santi", 1, {DICTIONARY_SURNAME}, -1}, + {"Watzlawick", 1, {DICTIONARY_SURNAME}, -1}, + {"Richard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aghahowa", 1, {DICTIONARY_SURNAME}, -1}, + {"Polášek", 1, {DICTIONARY_SURNAME}, -1}, + {"Engelbert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Winternitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Macrada", 1, {DICTIONARY_SURNAME}, -1}, + {"Primislaus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corke", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboucherouane", 1, {DICTIONARY_SURNAME}, -1}, + {"Pawlas", 1, {DICTIONARY_SURNAME}, -1}, + {"Di Rienzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Himmelblau", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vissers", 1, {DICTIONARY_SURNAME}, -1}, + {"Waraich clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hentz", 1, {DICTIONARY_SURNAME}, -1}, + {"Monrad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Morita", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Duivenbode", 1, {DICTIONARY_SURNAME}, -1}, + {"Shai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Glafcos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazuhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Magni", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yibeltal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fiorino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zeki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kuhn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulfsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Goudstikker", 1, {DICTIONARY_SURNAME}, -1}, + {"Đukanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Achon", 1, {DICTIONARY_SURNAME}, -1}, + {"Berezhnoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vogt", 1, {DICTIONARY_SURNAME}, -1}, + {"Fischinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Karyo", 1, {DICTIONARY_SURNAME}, -1}, + {"Piia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Simonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Batishchev", 1, {DICTIONARY_SURNAME}, -1}, + {"Akdeniz", 1, {DICTIONARY_SURNAME}, -1}, + {"Visher", 1, {DICTIONARY_SURNAME}, -1}, + {"McEveley", 1, {DICTIONARY_SURNAME}, -1}, + {"Leupold", 1, {DICTIONARY_SURNAME}, -1}, + {"Eakins", 1, {DICTIONARY_SURNAME}, -1}, + {"Limbu clans and tribes", 1, {DICTIONARY_SURNAME}, -1}, + {"Veress", 1, {DICTIONARY_SURNAME}, -1}, + {"Viander", 1, {DICTIONARY_SURNAME}, -1}, + {"Chudleigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Balabuyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Sloman", 1, {DICTIONARY_SURNAME}, -1}, + {"Meyerbeer", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūki", 1, {DICTIONARY_SURNAME}, -1}, + {"Akutsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Mankiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Baseley", 1, {DICTIONARY_SURNAME}, -1}, + {"Curll", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Amhalghaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Purdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirdza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bartkevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Jalal ad-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shackleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Labat", 1, {DICTIONARY_SURNAME}, -1}, + {"Babangida", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akrapović", 1, {DICTIONARY_SURNAME}, -1}, + {"Vučinić", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamula", 1, {DICTIONARY_SURNAME}, -1}, + {"Valoyes", 1, {DICTIONARY_SURNAME}, -1}, + {"Jayewardene", 1, {DICTIONARY_SURNAME}, -1}, + {"Pflug", 1, {DICTIONARY_SURNAME}, -1}, + {"Okutani", 1, {DICTIONARY_SURNAME}, -1}, + {"Agosín", 1, {DICTIONARY_SURNAME}, -1}, + {"Woerfel", 1, {DICTIONARY_SURNAME}, -1}, + {"Arf", 1, {DICTIONARY_SURNAME}, -1}, + {"Eisuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kępiński", 1, {DICTIONARY_SURNAME}, -1}, + {"Appice", 1, {DICTIONARY_SURNAME}, -1}, + {"Stiepermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Coffman", 1, {DICTIONARY_SURNAME}, -1}, + {"Schejtli", 1, {DICTIONARY_SURNAME}, -1}, + {"Horden", 1, {DICTIONARY_SURNAME}, -1}, + {"Varis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vardell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ander", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Holtzhey", 1, {DICTIONARY_SURNAME}, -1}, + {"Laqueur", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballabon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodyakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Pescarolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Michalski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ondaatje", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahdanovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Dong-gun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dollison", 1, {DICTIONARY_SURNAME}, -1}, + {"McConnico", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Eemeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Garodia", 1, {DICTIONARY_SURNAME}, -1}, + {"Šenoa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kutepov", 1, {DICTIONARY_SURNAME}, -1}, + {"Neuhaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Oistrakh", 1, {DICTIONARY_SURNAME}, -1}, + {"Garred", 1, {DICTIONARY_SURNAME}, -1}, + {"Browder", 1, {DICTIONARY_SURNAME}, -1}, + {"Bett", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahumada", 1, {DICTIONARY_SURNAME}, -1}, + {"Giovanni Lorenzo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mortimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Susan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Molinar", 1, {DICTIONARY_SURNAME}, -1}, + {"Agustin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cedroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Effiong", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hirschman", 1, {DICTIONARY_SURNAME}, -1}, + {"Seweryn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Broecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadatoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pančić", 1, {DICTIONARY_SURNAME}, -1}, + {"Michelotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Medan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Taigman", 1, {DICTIONARY_SURNAME}, -1}, + {"François-Marie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lockley", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaanus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brinckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hol", 1, {DICTIONARY_SURNAME}, -1}, + {"Teizō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lario", 1, {DICTIONARY_SURNAME}, -1}, + {"Thirdkill", 1, {DICTIONARY_SURNAME}, -1}, + {"Nguvauva", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahmuna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saretta", 1, {DICTIONARY_SURNAME}, -1}, + {"Yakubovich", 1, {DICTIONARY_SURNAME}, -1}, + {"carl's juniors", 1, {DICTIONARY_CHAIN}, 93}, + {"Foskett", 1, {DICTIONARY_SURNAME}, -1}, + {"Suppelsa", 1, {DICTIONARY_SURNAME}, -1}, + {"DeBartolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoettler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamphaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Cadena", 1, {DICTIONARY_SURNAME}, -1}, + {"Ailarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Loewi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardozo", 1, {DICTIONARY_SURNAME}, -1}, + {"Gadhimai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grandis", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrew", 1, {DICTIONARY_SURNAME}, -1}, + {"Steggert", 1, {DICTIONARY_SURNAME}, -1}, + {"carls junior", 1, {DICTIONARY_CHAIN}, 93}, + {"Appleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Hočevar", 1, {DICTIONARY_SURNAME}, -1}, + {"Canale", 1, {DICTIONARY_SURNAME}, -1}, + {"Corrieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Oyekan", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleland", 1, {DICTIONARY_SURNAME}, -1}, + {"Kokot", 1, {DICTIONARY_SURNAME}, -1}, + {"Modeliste", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopříva", 1, {DICTIONARY_SURNAME}, -1}, + {"Alciati", 1, {DICTIONARY_SURNAME}, -1}, + {"Michel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Carrozzieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Abasov", 1, {DICTIONARY_SURNAME}, -1}, + {"Leontien", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yves", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nye", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokihiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mađarić", 1, {DICTIONARY_SURNAME}, -1}, + {"Akifumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schönheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Snodaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Abduvaliyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaugrenard", 1, {DICTIONARY_SURNAME}, -1}, + {"Meinrad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lindroos", 1, {DICTIONARY_SURNAME}, -1}, + {"Gandolfi", 1, {DICTIONARY_SURNAME}, -1}, + {"Grose", 1, {DICTIONARY_SURNAME}, -1}, + {"Vottari", 1, {DICTIONARY_SURNAME}, -1}, + {"toysrus", 1, {DICTIONARY_CHAIN}, 258}, + {"Elvir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agerbeek", 1, {DICTIONARY_SURNAME}, -1}, + {"Skipwith", 1, {DICTIONARY_SURNAME}, -1}, + {"Karikari", 1, {DICTIONARY_SURNAME}, -1}, + {"Flandin", 1, {DICTIONARY_SURNAME}, -1}, + {"Atakan", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasztor", 1, {DICTIONARY_SURNAME}, -1}, + {"Lieblein", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinhaeusser", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilot", 1, {DICTIONARY_SURNAME}, -1}, + {"Glaßer", 1, {DICTIONARY_SURNAME}, -1}, + {"Sweatman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekren", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacall", 1, {DICTIONARY_SURNAME}, -1}, + {"Rihoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Escobar", 1, {DICTIONARY_SURNAME}, -1}, + {"Kühnen", 1, {DICTIONARY_SURNAME}, -1}, + {"Priit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Parfitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Koning", 1, {DICTIONARY_SURNAME}, -1}, + {"Vetzal", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarbadhikari", 1, {DICTIONARY_SURNAME}, -1}, + {"Välbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kızılırmak", 1, {DICTIONARY_SURNAME}, -1}, + {"Lesnie", 1, {DICTIONARY_SURNAME}, -1}, + {"Caccianemici", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucenti", 1, {DICTIONARY_SURNAME}, -1}, + {"Wadih", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Versoza", 1, {DICTIONARY_SURNAME}, -1}, + {"Riqueti", 1, {DICTIONARY_SURNAME}, -1}, + {"McCredie", 1, {DICTIONARY_SURNAME}, -1}, + {"New", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Feit", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiptanui", 1, {DICTIONARY_SURNAME}, -1}, + {"Shunji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Radaković", 1, {DICTIONARY_SURNAME}, -1}, + {"McConaughey", 1, {DICTIONARY_SURNAME}, -1}, + {"Dawley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Armanious", 1, {DICTIONARY_SURNAME}, -1}, + {"Battisti", 1, {DICTIONARY_SURNAME}, -1}, + {"Brauen", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Agadakos", 1, {DICTIONARY_SURNAME}, -1}, + {"Murt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Thanasis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aab", 1, {DICTIONARY_SURNAME}, -1}, + {"Viggo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chateubriand", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiš", 1, {DICTIONARY_SURNAME}, -1}, + {"Brautigam", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabrizio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sclafani", 1, {DICTIONARY_SURNAME}, -1}, + {"Abida", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Backasch", 1, {DICTIONARY_SURNAME}, -1}, + {"Leonard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marcovici", 1, {DICTIONARY_SURNAME}, -1}, + {"Darmen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elvidge", 1, {DICTIONARY_SURNAME}, -1}, + {"Dagobert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bonnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Celia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masanao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dummett", 1, {DICTIONARY_SURNAME}, -1}, + {"Starkie", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinkett", 1, {DICTIONARY_SURNAME}, -1}, + {"Akel", 1, {DICTIONARY_SURNAME}, -1}, + {"Winser", 1, {DICTIONARY_SURNAME}, -1}, + {"Boroujerdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bon", 1, {DICTIONARY_SURNAME}, -1}, + {"Strazzabosco", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornthwaite", 1, {DICTIONARY_SURNAME}, -1}, + {"Vali-Cave", 1, {DICTIONARY_SURNAME}, -1}, + {"Chikayoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akita", 1, {DICTIONARY_SURNAME}, -1}, + {"Pellizzari", 1, {DICTIONARY_SURNAME}, -1}, + {"Çhalse", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Millardet", 1, {DICTIONARY_SURNAME}, -1}, + {"Vratil", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandström", 1, {DICTIONARY_SURNAME}, -1}, + {"Afrax", 1, {DICTIONARY_SURNAME}, -1}, + {"Desiderius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Widerøe", 1, {DICTIONARY_SURNAME}, -1}, + {"Muškatirović", 1, {DICTIONARY_SURNAME}, -1}, + {"Coston", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitić", 1, {DICTIONARY_SURNAME}, -1}, + {"Crispin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rogério", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kinch", 1, {DICTIONARY_SURNAME}, -1}, + {"Bremser", 1, {DICTIONARY_SURNAME}, -1}, + {"Jostein", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bastard", 1, {DICTIONARY_SURNAME}, -1}, + {"Loewe", 1, {DICTIONARY_SURNAME}, -1}, + {"Zwyssig", 1, {DICTIONARY_SURNAME}, -1}, + {"Teruto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"a t & t stores", 1, {DICTIONARY_CHAIN}, 65}, + {"Stapleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Muneo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hernández", 1, {DICTIONARY_SURNAME}, -1}, + {"Dziedzic", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashpitel", 1, {DICTIONARY_SURNAME}, -1}, + {"Haffner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bucksbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuneyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ashley-Cooper", 1, {DICTIONARY_SURNAME}, -1}, + {"Wadhams", 1, {DICTIONARY_SURNAME}, -1}, + {"Gayane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spaulding", 1, {DICTIONARY_SURNAME}, -1}, + {"Eland", 1, {DICTIONARY_SURNAME}, -1}, + {"Gascoyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Setty", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Finucane", 1, {DICTIONARY_SURNAME}, -1}, + {"Alberts", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Seferina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haleh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hanazono", 1, {DICTIONARY_SURNAME}, -1}, + {"Pronk", 1, {DICTIONARY_SURNAME}, -1}, + {"Angeleri", 1, {DICTIONARY_SURNAME}, -1}, + {"Anna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Xhaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Ja'far", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veloz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinnui", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tabakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Grosskopf", 1, {DICTIONARY_SURNAME}, -1}, + {"Antipin", 1, {DICTIONARY_SURNAME}, -1}, + {"Petty-Fitzmaurice", 1, {DICTIONARY_SURNAME}, -1}, + {"Kling", 1, {DICTIONARY_SURNAME}, -1}, + {"McKillop", 1, {DICTIONARY_SURNAME}, -1}, + {"Derk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aganbegyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ou", 1, {DICTIONARY_SURNAME}, -1}, + {"Floissac", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Petäjä", 1, {DICTIONARY_SURNAME}, -1}, + {"Waser", 1, {DICTIONARY_SURNAME}, -1}, + {"Wildenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitaić", 1, {DICTIONARY_SURNAME}, -1}, + {"Huzihiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahlquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiaasen", 1, {DICTIONARY_SURNAME}, -1}, + {"Stubblebine", 1, {DICTIONARY_SURNAME}, -1}, + {"Lustiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeanine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krzesimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Porco", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinmusire", 1, {DICTIONARY_SURNAME}, -1}, + {"Abiram", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shwartz", 1, {DICTIONARY_SURNAME}, -1}, + {"Candido", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ruggiano", 1, {DICTIONARY_SURNAME}, -1}, + {"Wotherspoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Tu", 1, {DICTIONARY_SURNAME}, -1}, + {"Marinković", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kar", 1, {DICTIONARY_SURNAME}, -1}, + {"Marie Luise", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lajtman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiermaier", 1, {DICTIONARY_SURNAME}, -1}, + {"Behnke", 1, {DICTIONARY_SURNAME}, -1}, + {"Abiker", 1, {DICTIONARY_SURNAME}, -1}, + {"Flindt", 1, {DICTIONARY_SURNAME}, -1}, + {"Borchers", 1, {DICTIONARY_SURNAME}, -1}, + {"Rickenbacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Rubalcaba", 1, {DICTIONARY_SURNAME}, -1}, + {"Lionetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Kermit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bunta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shrum", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulwood", 1, {DICTIONARY_SURNAME}, -1}, + {"McNanna", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuit", 1, {DICTIONARY_SURNAME}, -1}, + {"Johne", 1, {DICTIONARY_SURNAME}, -1}, + {"Varacka", 1, {DICTIONARY_SURNAME}, -1}, + {"Brynjolfsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinders", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanesaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Roberto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hellberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Umunna", 1, {DICTIONARY_SURNAME}, -1}, + {"Barcalow", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandersloot", 1, {DICTIONARY_SURNAME}, -1}, + {"Swaine", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Balšić", 1, {DICTIONARY_SURNAME}, -1}, + {"Bessell", 1, {DICTIONARY_SURNAME}, -1}, + {"Applewhite", 1, {DICTIONARY_SURNAME}, -1}, + {"Georgeanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Plath", 1, {DICTIONARY_SURNAME}, -1}, + {"McNeice", 1, {DICTIONARY_SURNAME}, -1}, + {"Aliu", 1, {DICTIONARY_SURNAME}, -1}, + {"Balbay", 1, {DICTIONARY_SURNAME}, -1}, + {"Tóth", 1, {DICTIONARY_SURNAME}, -1}, + {"Donisthorpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Stampfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballantyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Walby", 1, {DICTIONARY_SURNAME}, -1}, + {"Itai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Vleuten", 1, {DICTIONARY_SURNAME}, -1}, + {"Bassini", 1, {DICTIONARY_SURNAME}, -1}, + {"Greitter", 1, {DICTIONARY_SURNAME}, -1}, + {"Radu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yuval", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kvint", 1, {DICTIONARY_SURNAME}, -1}, + {"Irem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jeřábek", 1, {DICTIONARY_SURNAME}, -1}, + {"Kankuro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Szatkowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Iwański", 1, {DICTIONARY_SURNAME}, -1}, + {"Cortright", 1, {DICTIONARY_SURNAME}, -1}, + {"Siri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adelekan", 1, {DICTIONARY_SURNAME}, -1}, + {"Queudrue", 1, {DICTIONARY_SURNAME}, -1}, + {"Smale", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuusi", 1, {DICTIONARY_SURNAME}, -1}, + {"Whorwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Sachar", 1, {DICTIONARY_SURNAME}, -1}, + {"Lydon", 1, {DICTIONARY_SURNAME}, -1}, + {"Gur Aryeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavlik", 1, {DICTIONARY_SURNAME}, -1}, + {"Erki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"terpel", 1, {DICTIONARY_CHAIN}, -1}, + {"Aavik", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyohiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Espinas", 1, {DICTIONARY_SURNAME}, -1}, + {"Nowell", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherednik", 1, {DICTIONARY_SURNAME}, -1}, + {"Drevin", 1, {DICTIONARY_SURNAME}, -1}, + {"Girardet", 1, {DICTIONARY_SURNAME}, -1}, + {"h&m", 1, {DICTIONARY_CHAIN}, -1}, + {"Bilous", 1, {DICTIONARY_SURNAME}, -1}, + {"Mizumura", 1, {DICTIONARY_SURNAME}, -1}, + {"Verstrepen", 1, {DICTIONARY_SURNAME}, -1}, + {"Alakotila", 1, {DICTIONARY_SURNAME}, -1}, + {"Setareh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kostelić", 1, {DICTIONARY_SURNAME}, -1}, + {"Schimek", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartholdy", 1, {DICTIONARY_SURNAME}, -1}, + {"Østergaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Viatkina", 1, {DICTIONARY_SURNAME}, -1}, + {"Myron", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Höfte", 1, {DICTIONARY_SURNAME}, -1}, + {"Bossoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Lewandowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Menaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatomanga", 1, {DICTIONARY_SURNAME}, -1}, + {"Akalay", 1, {DICTIONARY_SURNAME}, -1}, + {"Pahlavi", 1, {DICTIONARY_SURNAME}, -1}, + {"Larson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bass", 1, {DICTIONARY_SURNAME}, -1}, + {"Grunebaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Heal", 1, {DICTIONARY_SURNAME}, -1}, + {"Muralles", 1, {DICTIONARY_SURNAME}, -1}, + {"Saltmarsh", 1, {DICTIONARY_SURNAME}, -1}, + {"Buontempo", 1, {DICTIONARY_SURNAME}, -1}, + {"Samo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mačys", 1, {DICTIONARY_SURNAME}, -1}, + {"Suna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Devaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajmal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Enriqueta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chłapowski", 1, {DICTIONARY_SURNAME}, -1}, + {"DeCanio", 1, {DICTIONARY_SURNAME}, -1}, + {"Mutai", 1, {DICTIONARY_SURNAME}, -1}, + {"Gscheidle", 1, {DICTIONARY_SURNAME}, -1}, + {"Copley", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabahattin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zucconelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Martine", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Beutum", 1, {DICTIONARY_SURNAME}, -1}, + {"Oxenford", 1, {DICTIONARY_SURNAME}, -1}, + {"Isaksson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vreeswyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Caffey", 1, {DICTIONARY_SURNAME}, -1}, + {"Lanny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voakes", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldauf", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Accorsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Burov", 1, {DICTIONARY_SURNAME}, -1}, + {"Stackelberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Espen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Howell", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaalatoa", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Brown", 1, {DICTIONARY_SURNAME}, -1}, + {"Acocella", 1, {DICTIONARY_SURNAME}, -1}, + {"Colbrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyndham-Quin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivković", 1, {DICTIONARY_SURNAME}, -1}, + {"Bainbrigge", 1, {DICTIONARY_SURNAME}, -1}, + {"Whately", 1, {DICTIONARY_SURNAME}, -1}, + {"Sibbern", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackebo", 1, {DICTIONARY_SURNAME}, -1}, + {"Jozić", 1, {DICTIONARY_SURNAME}, -1}, + {"Lisanne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiarostami", 1, {DICTIONARY_SURNAME}, -1}, + {"Windschitl", 1, {DICTIONARY_SURNAME}, -1}, + {"Walde", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulreda", 1, {DICTIONARY_SURNAME}, -1}, + {"Sardou", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshifumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tôn Thất", 1, {DICTIONARY_SURNAME}, -1}, + {"Lidzbarski", 1, {DICTIONARY_SURNAME}, -1}, + {"Gathers", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobuyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ferrick", 1, {DICTIONARY_SURNAME}, -1}, + {"True", 1, {DICTIONARY_SURNAME}, -1}, + {"Carin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petherick", 1, {DICTIONARY_SURNAME}, -1}, + {"Seip", 1, {DICTIONARY_SURNAME}, -1}, + {"macys", 1, {DICTIONARY_CHAIN}, 180}, + {"Aillagon", 1, {DICTIONARY_SURNAME}, -1}, + {"Isa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abdel-Shafi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheatley", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobutora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kösebalaban", 1, {DICTIONARY_SURNAME}, -1}, + {"MacLellan", 1, {DICTIONARY_SURNAME}, -1}, + {"McTaggart", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiroo", 1, {DICTIONARY_SURNAME}, -1}, + {"Etok", 1, {DICTIONARY_SURNAME}, -1}, + {"Haythornthwaite", 1, {DICTIONARY_SURNAME}, -1}, + {"Messingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Adhami", 1, {DICTIONARY_SURNAME}, -1}, + {"Serebryakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiebe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nation", 1, {DICTIONARY_SURNAME}, -1}, + {"Abiko", 1, {DICTIONARY_SURNAME}, -1}, + {"Geschickter", 1, {DICTIONARY_SURNAME}, -1}, + {"Esquirol", 1, {DICTIONARY_SURNAME}, -1}, + {"Daigneault", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiang", 1, {DICTIONARY_SURNAME}, -1}, + {"h e b", 1, {DICTIONARY_CHAIN}, 149}, + {"Slavčo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eliot", 1, {DICTIONARY_SURNAME}, -1}, + {"Shlomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rowlett", 1, {DICTIONARY_SURNAME}, -1}, + {"Norihito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gashimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Jennifer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bostic", 1, {DICTIONARY_SURNAME}, -1}, + {"Baffi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gord", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bamraulia", 1, {DICTIONARY_SURNAME}, -1}, + {"Korey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bearman", 1, {DICTIONARY_SURNAME}, -1}, + {"Winogradsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Trauth", 1, {DICTIONARY_SURNAME}, -1}, + {"Furnas", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuro", 1, {DICTIONARY_SURNAME}, -1}, + {"Boudiaf", 1, {DICTIONARY_SURNAME}, -1}, + {"Swinfen", 1, {DICTIONARY_SURNAME}, -1}, + {"Audrey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Imbriani", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegedűs", 1, {DICTIONARY_SURNAME}, -1}, + {"Wanka", 1, {DICTIONARY_SURNAME}, -1}, + {"Fidalgo", 1, {DICTIONARY_SURNAME}, -1}, + {"Cockbain", 1, {DICTIONARY_SURNAME}, -1}, + {"Geagea", 1, {DICTIONARY_SURNAME}, -1}, + {"Beardslee", 1, {DICTIONARY_SURNAME}, -1}, + {"Heberden", 1, {DICTIONARY_SURNAME}, -1}, + {"Mait", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Burdine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Esra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rootare", 1, {DICTIONARY_SURNAME}, -1}, + {"Vardalos", 1, {DICTIONARY_SURNAME}, -1}, + {"Agapov", 1, {DICTIONARY_SURNAME}, -1}, + {"Nataly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barański", 1, {DICTIONARY_SURNAME}, -1}, + {"Paldum", 1, {DICTIONARY_SURNAME}, -1}, + {"Vito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Swasey", 1, {DICTIONARY_SURNAME}, -1}, + {"Zane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ardern", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehmet Ali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schwendeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Joon-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Velliste", 1, {DICTIONARY_SURNAME}, -1}, + {"Krsmanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Seyfi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Keränen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gavreau", 1, {DICTIONARY_SURNAME}, -1}, + {"Prafulla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yates", 1, {DICTIONARY_SURNAME}, -1}, + {"Stănescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Grzyb", 1, {DICTIONARY_SURNAME}, -1}, + {"Cogan", 1, {DICTIONARY_SURNAME}, -1}, + {"Donatas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Izabella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Churakova", 1, {DICTIONARY_SURNAME}, -1}, + {"Norihira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ichinohe", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaščák", 1, {DICTIONARY_SURNAME}, -1}, + {"Morrissey", 1, {DICTIONARY_SURNAME}, -1}, + {"Bird", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chiesa", 1, {DICTIONARY_SURNAME}, -1}, + {"Salvi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Benesch", 1, {DICTIONARY_SURNAME}, -1}, + {"Bardin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasselhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Branker", 1, {DICTIONARY_SURNAME}, -1}, + {"Erneley", 1, {DICTIONARY_SURNAME}, -1}, + {"McSurdy", 1, {DICTIONARY_SURNAME}, -1}, + {"Camara", 1, {DICTIONARY_SURNAME}, -1}, + {"Frister", 1, {DICTIONARY_SURNAME}, -1}, + {"Anaïs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baykov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanczák", 1, {DICTIONARY_SURNAME}, -1}, + {"Tulk", 1, {DICTIONARY_SURNAME}, -1}, + {"McNitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Baelz", 1, {DICTIONARY_SURNAME}, -1}, + {"Armodios", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McHardy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermeend", 1, {DICTIONARY_SURNAME}, -1}, + {"Eldritch", 1, {DICTIONARY_SURNAME}, -1}, + {"Cease", 1, {DICTIONARY_SURNAME}, -1}, + {"Beulah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Komako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maugham", 1, {DICTIONARY_SURNAME}, -1}, + {"Contarini", 1, {DICTIONARY_SURNAME}, -1}, + {"Rybalka", 1, {DICTIONARY_SURNAME}, -1}, + {"Elgaaen", 1, {DICTIONARY_SURNAME}, -1}, + {"Amisano", 1, {DICTIONARY_SURNAME}, -1}, + {"Stephen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stabile", 1, {DICTIONARY_SURNAME}, -1}, + {"Linos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pocock", 1, {DICTIONARY_SURNAME}, -1}, + {"McCluster", 1, {DICTIONARY_SURNAME}, -1}, + {"Rabinovitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Deutsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellenden", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulatović", 1, {DICTIONARY_SURNAME}, -1}, + {"Sal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cowart", 1, {DICTIONARY_SURNAME}, -1}, + {"Tief", 1, {DICTIONARY_SURNAME}, -1}, + {"Shengelia", 1, {DICTIONARY_SURNAME}, -1}, + {"Joël", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wentzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Wörfel", 1, {DICTIONARY_SURNAME}, -1}, + {"Verhavert", 1, {DICTIONARY_SURNAME}, -1}, + {"Rumiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schwajda", 1, {DICTIONARY_SURNAME}, -1}, + {"Ytterhorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Feigenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohl", 1, {DICTIONARY_SURNAME}, -1}, + {"Titt", 1, {DICTIONARY_SURNAME}, -1}, + {"Reema", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gilman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marsus", 1, {DICTIONARY_SURNAME}, -1}, + {"Kigen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghelani", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayindri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aach", 1, {DICTIONARY_SURNAME}, -1}, + {"Benedikt", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ogbonna", 1, {DICTIONARY_SURNAME}, -1}, + {"Howerton", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivanković", 1, {DICTIONARY_SURNAME}, -1}, + {"Dvorkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohusz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vierikko", 1, {DICTIONARY_SURNAME}, -1}, + {"Doherty", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Publius Claudius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pede", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ní Thomhnair", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhvlediani", 1, {DICTIONARY_SURNAME}, -1}, + {"Happold", 1, {DICTIONARY_SURNAME}, -1}, + {"Abildaev", 1, {DICTIONARY_SURNAME}, -1}, + {"McGillvary", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöfisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaucher", 1, {DICTIONARY_SURNAME}, -1}, + {"Streatfeild", 1, {DICTIONARY_SURNAME}, -1}, + {"Zajonc", 1, {DICTIONARY_SURNAME}, -1}, + {"Dong-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hellbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Korngold", 1, {DICTIONARY_SURNAME}, -1}, + {"Clericus", 1, {DICTIONARY_SURNAME}, -1}, + {"Abu'l Qasim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boubacar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Caziot", 1, {DICTIONARY_SURNAME}, -1}, + {"Paasche", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghajani", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Misita", 1, {DICTIONARY_SURNAME}, -1}, + {"McAdorey", 1, {DICTIONARY_SURNAME}, -1}, + {"Fischlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tasselli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vignotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Chloé", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peeters", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Masing", 1, {DICTIONARY_SURNAME}, -1}, + {"Honda", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulhánková", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayramoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"McClen", 1, {DICTIONARY_SURNAME}, -1}, + {"Blumenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Burnley", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaffar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nobunao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ümit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acasuzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Lüttwitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Juliette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seckford", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaefer", 1, {DICTIONARY_SURNAME}, -1}, + {"Poplašen", 1, {DICTIONARY_SURNAME}, -1}, + {"Halpin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abels", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Azazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vervaeke", 1, {DICTIONARY_SURNAME}, -1}, + {"Palermo", 1, {DICTIONARY_SURNAME}, -1}, + {"Leko", 1, {DICTIONARY_SURNAME}, -1}, + {"Henders", 1, {DICTIONARY_SURNAME}, -1}, + {"Yalom", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimitrie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pasanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Magnuson", 1, {DICTIONARY_SURNAME}, -1}, + {"Shilts", 1, {DICTIONARY_SURNAME}, -1}, + {"Gronberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Heary", 1, {DICTIONARY_SURNAME}, -1}, + {"Chukunyere", 1, {DICTIONARY_SURNAME}, -1}, + {"Stewart", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schett", 1, {DICTIONARY_SURNAME}, -1}, + {"Perley", 1, {DICTIONARY_SURNAME}, -1}, + {"Bri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valvano", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsutsulupa", 1, {DICTIONARY_SURNAME}, -1}, + {"Nield", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLarty", 1, {DICTIONARY_SURNAME}, -1}, + {"Cerfbeer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dantas", 1, {DICTIONARY_SURNAME}, -1}, + {"Pamela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shapero", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Lý", 1, {DICTIONARY_SURNAME}, -1}, + {"Oya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ayame", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Meyer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aanes", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorsett", 1, {DICTIONARY_SURNAME}, -1}, + {"costcos", 1, {DICTIONARY_CHAIN}, 110}, + {"Kazuharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Treasure", 1, {DICTIONARY_SURNAME}, -1}, + {"Cibber", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirako", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorfinnsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Doll", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Slabber", 1, {DICTIONARY_SURNAME}, -1}, + {"Shūgo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wilf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dierking", 1, {DICTIONARY_SURNAME}, -1}, + {"Scarpa", 1, {DICTIONARY_SURNAME}, -1}, + {"Hye-mi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jale", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Encke", 1, {DICTIONARY_SURNAME}, -1}, + {"Narracott", 1, {DICTIONARY_SURNAME}, -1}, + {"Garraty", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasuyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flack", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitford", 1, {DICTIONARY_SURNAME}, -1}, + {"McVicar", 1, {DICTIONARY_SURNAME}, -1}, + {"Varayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Blish", 1, {DICTIONARY_SURNAME}, -1}, + {"Altamirano", 1, {DICTIONARY_SURNAME}, -1}, + {"Aute", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Banović", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryding", 1, {DICTIONARY_SURNAME}, -1}, + {"Gottheil", 1, {DICTIONARY_SURNAME}, -1}, + {"Savery", 1, {DICTIONARY_SURNAME}, -1}, + {"Beard", 1, {DICTIONARY_SURNAME}, -1}, + {"Coutu", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeytulayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Asaf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ælfric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Winberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeglis", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thériault", 1, {DICTIONARY_SURNAME}, -1}, + {"Manoogian", 1, {DICTIONARY_SURNAME}, -1}, + {"Amaechi", 1, {DICTIONARY_SURNAME}, -1}, + {"Carle", 1, {DICTIONARY_SURNAME}, -1}, + {"Akarobettoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Jänes", 1, {DICTIONARY_SURNAME}, -1}, + {"Akitoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ferlito", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Amhalghadha", 1, {DICTIONARY_SURNAME}, -1}, + {"St John", 1, {DICTIONARY_SURNAME}, -1}, + {"Abadaki", 1, {DICTIONARY_SURNAME}, -1}, + {"De Veenboer", 1, {DICTIONARY_SURNAME}, -1}, + {"Blardone", 1, {DICTIONARY_SURNAME}, -1}, + {"Kogen", 1, {DICTIONARY_SURNAME}, -1}, + {"Haushofer", 1, {DICTIONARY_SURNAME}, -1}, + {"Johannesson", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitton", 1, {DICTIONARY_SURNAME}, -1}, + {"Chesebro", 1, {DICTIONARY_SURNAME}, -1}, + {"Bijelić", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Giolla", 1, {DICTIONARY_SURNAME}, -1}, + {"Soukup", 1, {DICTIONARY_SURNAME}, -1}, + {"Shone", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Madejski", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinney", 1, {DICTIONARY_SURNAME}, -1}, + {"Aurvåg", 1, {DICTIONARY_SURNAME}, -1}, + {"Cranston", 1, {DICTIONARY_SURNAME}, -1}, + {"Warriner", 1, {DICTIONARY_SURNAME}, -1}, + {"Mihajlo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bijou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pejić", 1, {DICTIONARY_SURNAME}, -1}, + {"Corfe", 1, {DICTIONARY_SURNAME}, -1}, + {"Smit", 1, {DICTIONARY_SURNAME}, -1}, + {"Vainitoba", 1, {DICTIONARY_SURNAME}, -1}, + {"Aduobe", 1, {DICTIONARY_SURNAME}, -1}, + {"Aalbers", 1, {DICTIONARY_SURNAME}, -1}, + {"Tout", 1, {DICTIONARY_SURNAME}, -1}, + {"Çiğdem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koçyiğit", 1, {DICTIONARY_SURNAME}, -1}, + {"Filipacchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-tae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Colgate", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bolbrinker", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbetoglo", 1, {DICTIONARY_SURNAME}, -1}, + {"Lutyens", 1, {DICTIONARY_SURNAME}, -1}, + {"Zwikker", 1, {DICTIONARY_SURNAME}, -1}, + {"Casablancas", 1, {DICTIONARY_SURNAME}, -1}, + {"Abily", 1, {DICTIONARY_SURNAME}, -1}, + {"Arvizu", 1, {DICTIONARY_SURNAME}, -1}, + {"applebee's", 1, {DICTIONARY_CHAIN}, -1}, + {"Illich", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stive", 1, {DICTIONARY_SURNAME}, -1}, + {"Atsuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loomer", 1, {DICTIONARY_SURNAME}, -1}, + {"Maltais", 1, {DICTIONARY_SURNAME}, -1}, + {"Cihan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Werkner", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoerner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulkeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Pacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Stelian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chakarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vranjicán", 1, {DICTIONARY_SURNAME}, -1}, + {"Vetrini", 1, {DICTIONARY_SURNAME}, -1}, + {"Dijkhuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Mögling", 1, {DICTIONARY_SURNAME}, -1}, + {"Mars", 1, {DICTIONARY_SURNAME}, -1}, + {"Teodora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"mccafes", 1, {DICTIONARY_CHAIN}, 182}, + {"Rosas", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyslop", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheotahul", 1, {DICTIONARY_SURNAME}, -1}, + {"Backstrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Higley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vishnevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Livingston", 1, {DICTIONARY_SURNAME}, -1}, + {"Lai", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavasour", 1, {DICTIONARY_SURNAME}, -1}, + {"Krohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Somner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahnke", 1, {DICTIONARY_SURNAME}, -1}, + {"Bild", 1, {DICTIONARY_SURNAME}, -1}, + {"Alén", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gaudet", 1, {DICTIONARY_SURNAME}, -1}, + {"Crumpacker", 1, {DICTIONARY_SURNAME}, -1}, + {"Jin'ichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Conte", 1, {DICTIONARY_SURNAME}, -1}, + {"Genova", 1, {DICTIONARY_SURNAME}, -1}, + {"u p s stores", 1, {DICTIONARY_CHAIN}, 261}, + {"Grimmett", 1, {DICTIONARY_SURNAME}, -1}, + {"Podell", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammershøi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lecoq", 1, {DICTIONARY_SURNAME}, -1}, + {"Doheny", 1, {DICTIONARY_SURNAME}, -1}, + {"Somorjay", 1, {DICTIONARY_SURNAME}, -1}, + {"Geldart", 1, {DICTIONARY_SURNAME}, -1}, + {"Gárdonyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bain", 1, {DICTIONARY_SURNAME}, -1}, + {"Sachsenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Burla", 1, {DICTIONARY_SURNAME}, -1}, + {"Oberlander", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruns", 1, {DICTIONARY_SURNAME}, -1}, + {"Brandes", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaknin", 1, {DICTIONARY_SURNAME}, -1}, + {"Richthofen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ray", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dellavedova", 1, {DICTIONARY_SURNAME}, -1}, + {"Hays", 1, {DICTIONARY_SURNAME}, -1}, + {"Guttenfelder", 1, {DICTIONARY_SURNAME}, -1}, + {"Léhařová", 1, {DICTIONARY_SURNAME}, -1}, + {"Viezee", 1, {DICTIONARY_SURNAME}, -1}, + {"Dompig", 1, {DICTIONARY_SURNAME}, -1}, + {"Emre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kazurō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wagenaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorimier", 1, {DICTIONARY_SURNAME}, -1}, + {"Piermassimiliano", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garnet", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Scherwin", 1, {DICTIONARY_SURNAME}, -1}, + {"Apatow", 1, {DICTIONARY_SURNAME}, -1}, + {"Coce", 1, {DICTIONARY_SURNAME}, -1}, + {"Voléry", 1, {DICTIONARY_SURNAME}, -1}, + {"Crowby", 1, {DICTIONARY_SURNAME}, -1}, + {"Eifert", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukashevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Predić", 1, {DICTIONARY_SURNAME}, -1}, + {"Tammer", 1, {DICTIONARY_SURNAME}, -1}, + {"Christina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mochihito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abrahamz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehitable", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Driegen", 1, {DICTIONARY_SURNAME}, -1}, + {"m l k jr", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"De Wit", 1, {DICTIONARY_SURNAME}, -1}, + {"Crispe", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselý", 1, {DICTIONARY_SURNAME}, -1}, + {"Strawson", 1, {DICTIONARY_SURNAME}, -1}, + {"Zając", 1, {DICTIONARY_SURNAME}, -1}, + {"Meade", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekpo", 1, {DICTIONARY_SURNAME}, -1}, + {"Janáček", 1, {DICTIONARY_SURNAME}, -1}, + {"Stankowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Gomersall", 1, {DICTIONARY_SURNAME}, -1}, + {"Muraine", 1, {DICTIONARY_SURNAME}, -1}, + {"Suttor", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilém", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Davor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akinsola", 1, {DICTIONARY_SURNAME}, -1}, + {"Virrankoski", 1, {DICTIONARY_SURNAME}, -1}, + {"Matlack", 1, {DICTIONARY_SURNAME}, -1}, + {"Wasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinzaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeffries", 1, {DICTIONARY_SURNAME}, -1}, + {"Sussman", 1, {DICTIONARY_SURNAME}, -1}, + {"Dikeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Volkman", 1, {DICTIONARY_SURNAME}, -1}, + {"Osborne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McGarvie", 1, {DICTIONARY_SURNAME}, -1}, + {"Anna-Lena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"stewart's", 1, {DICTIONARY_CHAIN}, -1}, + {"Hindley", 1, {DICTIONARY_SURNAME}, -1}, + {"Giambrone", 1, {DICTIONARY_SURNAME}, -1}, + {"Kersten", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adablah", 1, {DICTIONARY_SURNAME}, -1}, + {"Slesinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimhi", 1, {DICTIONARY_SURNAME}, -1}, + {"esso", 1, {DICTIONARY_CHAIN}, -1}, + {"Kimiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vitenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownlie", 1, {DICTIONARY_SURNAME}, -1}, + {"Juvenal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abougrisha", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodmansee", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosholt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlerick", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenblatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Halvarsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Stebler", 1, {DICTIONARY_SURNAME}, -1}, + {"Souther", 1, {DICTIONARY_SURNAME}, -1}, + {"Vettel", 1, {DICTIONARY_SURNAME}, -1}, + {"Simmonds", 1, {DICTIONARY_SURNAME}, -1}, + {"Dudycz", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshiyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sandhya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eisman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinovskis", 1, {DICTIONARY_SURNAME}, -1}, + {"Latta", 1, {DICTIONARY_SURNAME}, -1}, + {"Elle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Melson", 1, {DICTIONARY_SURNAME}, -1}, + {"Yegor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Magrini", 1, {DICTIONARY_SURNAME}, -1}, + {"Shun'ya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Padel", 1, {DICTIONARY_SURNAME}, -1}, + {"Bloomfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Freundel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Thornburgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Schienoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambraseys", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bonnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Juchereau Duchesnay", 1, {DICTIONARY_SURNAME}, -1}, + {"Guglielmo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valenzona", 1, {DICTIONARY_SURNAME}, -1}, + {"mccafés", 1, {DICTIONARY_CHAIN}, 182}, + {"Kask", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaher", 1, {DICTIONARY_SURNAME}, -1}, + {"Setsuna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Syberberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Yorgos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anneke", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abelanski", 1, {DICTIONARY_SURNAME}, -1}, + {"Shrager", 1, {DICTIONARY_SURNAME}, -1}, + {"Piet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hengeveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakradze", 1, {DICTIONARY_SURNAME}, -1}, + {"Schällibaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Pritchett", 1, {DICTIONARY_SURNAME}, -1}, + {"Raivo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pushpa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asbjørn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Benians", 1, {DICTIONARY_SURNAME}, -1}, + {"Duffie", 1, {DICTIONARY_SURNAME}, -1}, + {"Volkinskiy", 1, {DICTIONARY_SURNAME}, -1}, + {"Petrović", 1, {DICTIONARY_SURNAME}, -1}, + {"Bethune", 1, {DICTIONARY_SURNAME}, -1}, + {"baskin robbins", 1, {DICTIONARY_CHAIN}, 74}, + {"Serra", 1, {DICTIONARY_SURNAME}, -1}, + {"Musyoki", 1, {DICTIONARY_SURNAME}, -1}, + {"Davidsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pfanzelter", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedarathinam", 1, {DICTIONARY_SURNAME}, -1}, + {"Wragg", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Bergen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tedrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Sahni", 1, {DICTIONARY_SURNAME}, -1}, + {"Acquafresca", 1, {DICTIONARY_SURNAME}, -1}, + {"Ernő", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Faqir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eans", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Yashaswi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tauno", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ascalesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Matos", 1, {DICTIONARY_SURNAME}, -1}, + {"Desfontaines", 1, {DICTIONARY_SURNAME}, -1}, + {"Svatoslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eichberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Lasher", 1, {DICTIONARY_SURNAME}, -1}, + {"Fridman", 1, {DICTIONARY_SURNAME}, -1}, + {"Fruhstorfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Illa", 1, {DICTIONARY_SURNAME}, -1}, + {"Balachandran", 1, {DICTIONARY_SURNAME}, -1}, + {"Marrs", 1, {DICTIONARY_SURNAME}, -1}, + {"Prida", 1, {DICTIONARY_SURNAME}, -1}, + {"Carothers", 1, {DICTIONARY_SURNAME}, -1}, + {"Baláž", 1, {DICTIONARY_SURNAME}, -1}, + {"Yaron", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Łukaszewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawkes", 1, {DICTIONARY_SURNAME}, -1}, + {"Frackowiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Aronsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Büskens", 1, {DICTIONARY_SURNAME}, -1}, + {"Soto", 1, {DICTIONARY_SURNAME}, -1}, + {"Pospíchal", 1, {DICTIONARY_SURNAME}, -1}, + {"Jocko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gruffydd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boris", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Garland", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gatacre", 1, {DICTIONARY_SURNAME}, -1}, + {"Pontecorvo", 1, {DICTIONARY_SURNAME}, -1}, + {"Alfonzo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zañartu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiebendaal", 1, {DICTIONARY_SURNAME}, -1}, + {"Christopher", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fedde", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Buturlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Votaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Drozdov", 1, {DICTIONARY_SURNAME}, -1}, + {"Larissa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Montes", 1, {DICTIONARY_SURNAME}, -1}, + {"Terzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Si", 1, {DICTIONARY_SURNAME}, -1}, + {"Travolta", 1, {DICTIONARY_SURNAME}, -1}, + {"Duarte", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Looy", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukic", 1, {DICTIONARY_SURNAME}, -1}, + {"Haft", 1, {DICTIONARY_SURNAME}, -1}, + {"Behnam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wynton", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Luti", 1, {DICTIONARY_SURNAME}, -1}, + {"Chatterji", 1, {DICTIONARY_SURNAME}, -1}, + {"Väätäinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Brewis", 1, {DICTIONARY_SURNAME}, -1}, + {"Konoike", 1, {DICTIONARY_SURNAME}, -1}, + {"Teófilo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Puech", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Altieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Beddor", 1, {DICTIONARY_SURNAME}, -1}, + {"Shitrit", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinhilper", 1, {DICTIONARY_SURNAME}, -1}, + {"Csulik", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Сидельников", 1, {DICTIONARY_SURNAME}, -1}, + {"Fujiki", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandrine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pujols", 1, {DICTIONARY_SURNAME}, -1}, + {"Toyokazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varichev", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheffield", 1, {DICTIONARY_SURNAME}, -1}, + {"Launders", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornsweet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hutter", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Keuken", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajayan", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Til", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenar", 1, {DICTIONARY_SURNAME}, -1}, + {"Driftmier", 1, {DICTIONARY_SURNAME}, -1}, + {"Przybilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Sproule", 1, {DICTIONARY_SURNAME}, -1}, + {"Kneen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabai", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferdi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nepobedimy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vulićević", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosloo", 1, {DICTIONARY_SURNAME}, -1}, + {"Corbucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Vischer", 1, {DICTIONARY_SURNAME}, -1}, + {"Smolin", 1, {DICTIONARY_SURNAME}, -1}, + {"Blush", 1, {DICTIONARY_SURNAME}, -1}, + {"McGroom", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarfraz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zero", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Den Elzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Deventer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalin", 1, {DICTIONARY_SURNAME}, -1}, + {"Benavente", 1, {DICTIONARY_SURNAME}, -1}, + {"Sutor", 1, {DICTIONARY_SURNAME}, -1}, + {"Sajida", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Eycken", 1, {DICTIONARY_SURNAME}, -1}, + {"Madge", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Helwer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kállay", 1, {DICTIONARY_SURNAME}, -1}, + {"Brosius", 1, {DICTIONARY_SURNAME}, -1}, + {"Sextus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clufetos", 1, {DICTIONARY_SURNAME}, -1}, + {"Ohanyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Clüver", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucero", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathúin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lundberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Cradock", 1, {DICTIONARY_SURNAME}, -1}, + {"Jackeline", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGillion", 1, {DICTIONARY_SURNAME}, -1}, + {"Macrozonaris", 1, {DICTIONARY_SURNAME}, -1}, + {"Alsogaray", 1, {DICTIONARY_SURNAME}, -1}, + {"outback steak house", 1, {DICTIONARY_CHAIN}, 197}, + {"Songaila", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiewe", 1, {DICTIONARY_SURNAME}, -1}, + {"Luzviminda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adant", 1, {DICTIONARY_SURNAME}, -1}, + {"Arıkan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"DeFeo", 1, {DICTIONARY_SURNAME}, -1}, + {"Cranz", 1, {DICTIONARY_SURNAME}, -1}, + {"Autier", 1, {DICTIONARY_SURNAME}, -1}, + {"Szymborska", 1, {DICTIONARY_SURNAME}, -1}, + {"Schakenda", 1, {DICTIONARY_SURNAME}, -1}, + {"Akpınar", 1, {DICTIONARY_SURNAME}, -1}, + {"Sopp", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyun-jun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jansons", 1, {DICTIONARY_SURNAME}, -1}, + {"Balan", 1, {DICTIONARY_SURNAME}, -1}, + {"Grzybowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Grenzfurthner", 1, {DICTIONARY_SURNAME}, -1}, + {"Valverde", 1, {DICTIONARY_SURNAME}, -1}, + {"Koprziwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Deriba", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Astrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikolopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilyin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladavić", 1, {DICTIONARY_SURNAME}, -1}, + {"Schneuwly", 1, {DICTIONARY_SURNAME}, -1}, + {"Harkless", 1, {DICTIONARY_SURNAME}, -1}, + {"Leśniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlastnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Sollers", 1, {DICTIONARY_SURNAME}, -1}, + {"Váncsa", 1, {DICTIONARY_SURNAME}, -1}, + {"Seiler", 1, {DICTIONARY_SURNAME}, -1}, + {"Utley", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Cauter", 1, {DICTIONARY_SURNAME}, -1}, + {"Talay", 1, {DICTIONARY_SURNAME}, -1}, + {"Kudryavtsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Agabey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahamada", 1, {DICTIONARY_SURNAME}, -1}, + {"Shvedova", 1, {DICTIONARY_SURNAME}, -1}, + {"Danailov", 1, {DICTIONARY_SURNAME}, -1}, + {"Oglethorpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleshchanka", 1, {DICTIONARY_SURNAME}, -1}, + {"Alsina", 1, {DICTIONARY_SURNAME}, -1}, + {"Ammonds", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagaoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Seznec", 1, {DICTIONARY_SURNAME}, -1}, + {"Yōzaburō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dunwoody", 1, {DICTIONARY_SURNAME}, -1}, + {"Nabulsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Macnaghten", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasutaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ražnatović", 1, {DICTIONARY_SURNAME}, -1}, + {"Stantor", 1, {DICTIONARY_SURNAME}, -1}, + {"Crews", 1, {DICTIONARY_SURNAME}, -1}, + {"Tochtermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Weekes", 1, {DICTIONARY_SURNAME}, -1}, + {"Vint", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cenk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lagerquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackerras", 1, {DICTIONARY_SURNAME}, -1}, + {"Toikka", 1, {DICTIONARY_SURNAME}, -1}, + {"Whelchel", 1, {DICTIONARY_SURNAME}, -1}, + {"Alszer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerlinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Anikienko", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuchař", 1, {DICTIONARY_SURNAME}, -1}, + {"Farmanfarmaian", 1, {DICTIONARY_SURNAME}, -1}, + {"Volodina", 1, {DICTIONARY_SURNAME}, -1}, + {"Stojnić", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheibler", 1, {DICTIONARY_SURNAME}, -1}, + {"Wenzel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jaccard", 1, {DICTIONARY_SURNAME}, -1}, + {"Foglesong", 1, {DICTIONARY_SURNAME}, -1}, + {"Conacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Diemer", 1, {DICTIONARY_SURNAME}, -1}, + {"Veronica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tyrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Do-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Macready", 1, {DICTIONARY_SURNAME}, -1}, + {"Imtiaz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernan", 1, {DICTIONARY_SURNAME}, -1}, + {"Fritzl", 1, {DICTIONARY_SURNAME}, -1}, + {"Carty", 1, {DICTIONARY_SURNAME}, -1}, + {"Dewaele", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitofrancesco", 1, {DICTIONARY_SURNAME}, -1}, + {"Amo", 1, {DICTIONARY_SURNAME}, -1}, + {"Roggy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristol", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalju", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Komarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Stavrou", 1, {DICTIONARY_SURNAME}, -1}, + {"Grieco", 1, {DICTIONARY_SURNAME}, -1}, + {"Zisser", 1, {DICTIONARY_SURNAME}, -1}, + {"Cubero", 1, {DICTIONARY_SURNAME}, -1}, + {"Zacconi", 1, {DICTIONARY_SURNAME}, -1}, + {"Barannikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Valêncio", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilarroig", 1, {DICTIONARY_SURNAME}, -1}, + {"Bronwen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Appell", 1, {DICTIONARY_SURNAME}, -1}, + {"Redington", 1, {DICTIONARY_SURNAME}, -1}, + {"Smekal", 1, {DICTIONARY_SURNAME}, -1}, + {"Surman", 1, {DICTIONARY_SURNAME}, -1}, + {"credit mutuel de bretagne", 1, {DICTIONARY_CHAIN}, 114}, + {"Marjanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Paskaljević", 1, {DICTIONARY_SURNAME}, -1}, + {"Morán", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruddas", 1, {DICTIONARY_SURNAME}, -1}, + {"Aggrawal", 1, {DICTIONARY_SURNAME}, -1}, + {"Akyüz", 1, {DICTIONARY_SURNAME}, -1}, + {"Abedinzadeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Schleh", 1, {DICTIONARY_SURNAME}, -1}, + {"Jitsuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maras", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinkevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheinhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Verrucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Alexandrescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Petitpierre", 1, {DICTIONARY_SURNAME}, -1}, + {"Akide", 1, {DICTIONARY_SURNAME}, -1}, + {"Storace", 1, {DICTIONARY_SURNAME}, -1}, + {"Seiichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goldschmidt", 1, {DICTIONARY_SURNAME}, -1}, + {"Melvyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ranade", 1, {DICTIONARY_SURNAME}, -1}, + {"Lawrence", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schmidlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiklund", 1, {DICTIONARY_SURNAME}, -1}, + {"Lizzie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tscherne", 1, {DICTIONARY_SURNAME}, -1}, + {"Whittle", 1, {DICTIONARY_SURNAME}, -1}, + {"Wesker", 1, {DICTIONARY_SURNAME}, -1}, + {"Oladipo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vanderveeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Weir", 1, {DICTIONARY_SURNAME}, -1}, + {"Gatis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vergini", 1, {DICTIONARY_SURNAME}, -1}, + {"Kármán", 1, {DICTIONARY_SURNAME}, -1}, + {"Segato", 1, {DICTIONARY_SURNAME}, -1}, + {"Thapa", 1, {DICTIONARY_SURNAME}, -1}, + {"Burgers", 1, {DICTIONARY_SURNAME}, -1}, + {"Nneka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scheinflug", 1, {DICTIONARY_SURNAME}, -1}, + {"Emanuil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dolenz", 1, {DICTIONARY_SURNAME}, -1}, + {"Melhem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vertonghen", 1, {DICTIONARY_SURNAME}, -1}, + {"Jun'ya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kalinin", 1, {DICTIONARY_SURNAME}, -1}, + {"Akogyiram", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzharris", 1, {DICTIONARY_SURNAME}, -1}, + {"Garthwaite", 1, {DICTIONARY_SURNAME}, -1}, + {"MacNicol", 1, {DICTIONARY_SURNAME}, -1}, + {"Vucetich", 1, {DICTIONARY_SURNAME}, -1}, + {"Neuwirth", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacigalupi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakata", 1, {DICTIONARY_SURNAME}, -1}, + {"Amr", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hadžiabdić", 1, {DICTIONARY_SURNAME}, -1}, + {"Hato", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbosov", 1, {DICTIONARY_SURNAME}, -1}, + {"popeye's", 1, {DICTIONARY_CHAIN}, 212}, + {"Erixson", 1, {DICTIONARY_SURNAME}, -1}, + {"Yefremov", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Hare", 1, {DICTIONARY_SURNAME}, -1}, + {"Bradley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ancher", 1, {DICTIONARY_SURNAME}, -1}, + {"Krestenitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vintilă", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Annelise", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seung-jae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stancliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahanvati", 1, {DICTIONARY_SURNAME}, -1}, + {"Cawthorne", 1, {DICTIONARY_SURNAME}, -1}, + {"Lave", 1, {DICTIONARY_SURNAME}, -1}, + {"Macijauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Renker", 1, {DICTIONARY_SURNAME}, -1}, + {"Zayd", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bethany", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alečković", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorobiov", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasuhide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Robbins", 1, {DICTIONARY_SURNAME}, -1}, + {"Zabala", 1, {DICTIONARY_SURNAME}, -1}, + {"Joaquina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spiridovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeffress", 1, {DICTIONARY_SURNAME}, -1}, + {"Laframboise", 1, {DICTIONARY_SURNAME}, -1}, + {"Attard", 1, {DICTIONARY_SURNAME}, -1}, + {"Siemonek", 1, {DICTIONARY_SURNAME}, -1}, + {"Williamson", 1, {DICTIONARY_SURNAME}, -1}, + {"Saracini", 1, {DICTIONARY_SURNAME}, -1}, + {"Macedonski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ganna", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bakhtiar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"caisse d'épargne", 1, {DICTIONARY_CHAIN}, -1}, + {"Abdoo", 1, {DICTIONARY_SURNAME}, -1}, + {"Viterelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Asena", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kadiyala", 1, {DICTIONARY_SURNAME}, -1}, + {"Shaburidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Mojica", 1, {DICTIONARY_SURNAME}, -1}, + {"Giorgetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Lopes", 1, {DICTIONARY_SURNAME}, -1}, + {"Masaryk", 1, {DICTIONARY_SURNAME}, -1}, + {"Viklický", 1, {DICTIONARY_SURNAME}, -1}, + {"Baxtresser", 1, {DICTIONARY_SURNAME}, -1}, + {"Fynn", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedantam", 1, {DICTIONARY_SURNAME}, -1}, + {"Raby", 1, {DICTIONARY_SURNAME}, -1}, + {"Af Klintberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Villafana", 1, {DICTIONARY_SURNAME}, -1}, + {"Chikhradze", 1, {DICTIONARY_SURNAME}, -1}, + {"Octavia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ketch", 1, {DICTIONARY_SURNAME}, -1}, + {"Chesnut", 1, {DICTIONARY_SURNAME}, -1}, + {"Bauyrzhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wigg", 1, {DICTIONARY_SURNAME}, -1}, + {"Keskküla", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Wielligh", 1, {DICTIONARY_SURNAME}, -1}, + {"Norberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaver", 1, {DICTIONARY_SURNAME}, -1}, + {"Velkaverh", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiener", 1, {DICTIONARY_SURNAME}, -1}, + {"Lafargue", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Mesurier", 1, {DICTIONARY_SURNAME}, -1}, + {"Aino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Araujo", 1, {DICTIONARY_SURNAME}, -1}, + {"María José", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Xiong", 1, {DICTIONARY_SURNAME}, -1}, + {"Orza", 1, {DICTIONARY_SURNAME}, -1}, + {"whole foods market", 1, {DICTIONARY_CHAIN}, 275}, + {"Iwama", 1, {DICTIONARY_SURNAME}, -1}, + {"Oliveira", 1, {DICTIONARY_SURNAME}, -1}, + {"Moultrie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ejenobor", 1, {DICTIONARY_SURNAME}, -1}, + {"Akanishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sotiria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"h s b c", 1, {DICTIONARY_CHAIN}, 154}, + {"Kukoč", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajković", 1, {DICTIONARY_SURNAME}, -1}, + {"Reske", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarpley", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyofumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Polivanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Veis", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsuro", 1, {DICTIONARY_SURNAME}, -1}, + {"Schenkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Brónach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yakar", 1, {DICTIONARY_SURNAME}, -1}, + {"Kook", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbey", 1, {DICTIONARY_SURNAME}, -1}, + {"Gadsby", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sherlock", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steponavičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Dicásolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Klengel", 1, {DICTIONARY_SURNAME}, -1}, + {"Zvonko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McVaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahlke", 1, {DICTIONARY_SURNAME}, -1}, + {"Hilary", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Goulooze", 1, {DICTIONARY_SURNAME}, -1}, + {"Langella", 1, {DICTIONARY_SURNAME}, -1}, + {"Popkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kochno", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardoso", 1, {DICTIONARY_SURNAME}, -1}, + {"Larock", 1, {DICTIONARY_SURNAME}, -1}, + {"Watkinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Athos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Skurla", 1, {DICTIONARY_SURNAME}, -1}, + {"Luttwak", 1, {DICTIONARY_SURNAME}, -1}, + {"Viehmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ubusuku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fleet", 1, {DICTIONARY_SURNAME}, -1}, + {"Conrado", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Metzelder", 1, {DICTIONARY_SURNAME}, -1}, + {"Belov", 1, {DICTIONARY_SURNAME}, -1}, + {"Janusz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lupeikis", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahrmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Alasdair", 1, {DICTIONARY_SURNAME}, -1}, + {"Castellazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Naimark", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelser", 1, {DICTIONARY_SURNAME}, -1}, + {"Virayie", 1, {DICTIONARY_SURNAME}, -1}, + {"Beahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Boneau", 1, {DICTIONARY_SURNAME}, -1}, + {"Adanır", 1, {DICTIONARY_SURNAME}, -1}, + {"Geijer", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantine", 1, {DICTIONARY_SURNAME}, -1}, + {"Löwisohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Eck", 1, {DICTIONARY_SURNAME}, -1}, + {"Maskelyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Scalia", 1, {DICTIONARY_SURNAME}, -1}, + {"Bobbitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ačko", 1, {DICTIONARY_SURNAME}, -1}, + {"Skvortsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aplin", 1, {DICTIONARY_SURNAME}, -1}, + {"Krul", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunejirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sharapov", 1, {DICTIONARY_SURNAME}, -1}, + {"Savčić", 1, {DICTIONARY_SURNAME}, -1}, + {"Volpecina", 1, {DICTIONARY_SURNAME}, -1}, + {"Estevez", 1, {DICTIONARY_SURNAME}, -1}, + {"conad", 1, {DICTIONARY_CHAIN}, -1}, + {"Vendula", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adjemyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Iribarren", 1, {DICTIONARY_SURNAME}, -1}, + {"Brettler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vujević", 1, {DICTIONARY_SURNAME}, -1}, + {"LeParmentier", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Tricht", 1, {DICTIONARY_SURNAME}, -1}, + {"Shvelidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghazaryan", 1, {DICTIONARY_SURNAME}, -1}, + {"Corner", 1, {DICTIONARY_SURNAME}, -1}, + {"Suchard", 1, {DICTIONARY_SURNAME}, -1}, + {"Dikinciler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ardašev", 1, {DICTIONARY_SURNAME}, -1}, + {"Orkan", 1, {DICTIONARY_SURNAME}, -1}, + {"Voutsas", 1, {DICTIONARY_SURNAME}, -1}, + {"Levitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Velischek", 1, {DICTIONARY_SURNAME}, -1}, + {"Babushkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohlhaas", 1, {DICTIONARY_SURNAME}, -1}, + {"Voge", 1, {DICTIONARY_SURNAME}, -1}, + {"Veideman", 1, {DICTIONARY_SURNAME}, -1}, + {"André Luís", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kidson", 1, {DICTIONARY_SURNAME}, -1}, + {"Fanshawe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bracknell", 1, {DICTIONARY_SURNAME}, -1}, + {"Linse", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Seichō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ghazvinian", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahwoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bager", 1, {DICTIONARY_SURNAME}, -1}, + {"De Buitléar", 1, {DICTIONARY_SURNAME}, -1}, + {"Pauwels", 1, {DICTIONARY_SURNAME}, -1}, + {"Krier", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamec", 1, {DICTIONARY_SURNAME}, -1}, + {"Jatta", 1, {DICTIONARY_SURNAME}, -1}, + {"Yanagimachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamishin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Neuberger", 1, {DICTIONARY_SURNAME}, -1}, + {"perkins restaurant", 1, {DICTIONARY_CHAIN}, 201}, + {"Tamulis", 1, {DICTIONARY_SURNAME}, -1}, + {"Barberi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vujanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Charles", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gazley", 1, {DICTIONARY_SURNAME}, -1}, + {"Whisenhunt", 1, {DICTIONARY_SURNAME}, -1}, + {"Sotirios", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Darst", 1, {DICTIONARY_SURNAME}, -1}, + {"Ell", 1, {DICTIONARY_SURNAME}, -1}, + {"Gísli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farre", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheating", 1, {DICTIONARY_SURNAME}, -1}, + {"Houghton", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuadrado", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedegaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Saftig", 1, {DICTIONARY_SURNAME}, -1}, + {"Hurvitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnorr", 1, {DICTIONARY_SURNAME}, -1}, + {"Enikő", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bouras", 1, {DICTIONARY_SURNAME}, -1}, + {"Gramont", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ficker", 1, {DICTIONARY_SURNAME}, -1}, + {"McGinniss", 1, {DICTIONARY_SURNAME}, -1}, + {"Usta", 1, {DICTIONARY_SURNAME}, -1}, + {"Akimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Soame", 1, {DICTIONARY_SURNAME}, -1}, + {"Szilvia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Onderdonk", 1, {DICTIONARY_SURNAME}, -1}, + {"Papadopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Olimpiu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uhlenbrock", 1, {DICTIONARY_SURNAME}, -1}, + {"Pracht", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonkurnatowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Stan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ayliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Žídek", 1, {DICTIONARY_SURNAME}, -1}, + {"volksbank", 1, {DICTIONARY_CHAIN}, -1}, + {"Filipe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Galtung", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigarello", 1, {DICTIONARY_SURNAME}, -1}, + {"Leslie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vahtramäe", 1, {DICTIONARY_SURNAME}, -1}, + {"Southwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Maxim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Goldfarb", 1, {DICTIONARY_SURNAME}, -1}, + {"Etsuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rayat", 1, {DICTIONARY_SURNAME}, -1}, + {"Vänttinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sassoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Acord", 1, {DICTIONARY_SURNAME}, -1}, + {"Yazıcı", 1, {DICTIONARY_SURNAME}, -1}, + {"Harte", 1, {DICTIONARY_SURNAME}, -1}, + {"Decock", 1, {DICTIONARY_SURNAME}, -1}, + {"Samokysh", 1, {DICTIONARY_SURNAME}, -1}, + {"Whish", 1, {DICTIONARY_SURNAME}, -1}, + {"Ethan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abiola", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaly", 1, {DICTIONARY_SURNAME}, -1}, + {"Videkull", 1, {DICTIONARY_SURNAME}, -1}, + {"Oezil", 1, {DICTIONARY_SURNAME}, -1}, + {"Discher", 1, {DICTIONARY_SURNAME}, -1}, + {"Falvey", 1, {DICTIONARY_SURNAME}, -1}, + {"Varecha", 1, {DICTIONARY_SURNAME}, -1}, + {"Ken'ichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hornblower", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingraham", 1, {DICTIONARY_SURNAME}, -1}, + {"Lischke", 1, {DICTIONARY_SURNAME}, -1}, + {"Edgell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ackford", 1, {DICTIONARY_SURNAME}, -1}, + {"Alssema", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Nus", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheetham", 1, {DICTIONARY_SURNAME}, -1}, + {"Eddison", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"wellsfargo bank", 1, {DICTIONARY_CHAIN}, 270}, + {"Pomerantz", 1, {DICTIONARY_SURNAME}, -1}, + {"Peat", 1, {DICTIONARY_SURNAME}, -1}, + {"Zwicker", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenhaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Chkalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aksinin", 1, {DICTIONARY_SURNAME}, -1}, + {"Viteli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidaic", 1, {DICTIONARY_SURNAME}, -1}, + {"Alistratov", 1, {DICTIONARY_SURNAME}, -1}, + {"Seijin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Klaveren", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiltz", 1, {DICTIONARY_SURNAME}, -1}, + {"Campanella", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Beirendonck", 1, {DICTIONARY_SURNAME}, -1}, + {"Soldatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Shalev", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ranulph", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vajrača", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferguson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wolfsohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Pierpont", 1, {DICTIONARY_SURNAME}, -1}, + {"gregg's", 1, {DICTIONARY_CHAIN}, 144}, + {"Kantaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brierley", 1, {DICTIONARY_SURNAME}, -1}, + {"Josefine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kharlamov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hehn", 1, {DICTIONARY_SURNAME}, -1}, + {"Badalyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Stasia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Galante", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeiher", 1, {DICTIONARY_SURNAME}, -1}, + {"Torquato", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Raaphorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikkansai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abramič", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshida", 1, {DICTIONARY_SURNAME}, -1}, + {"Ozor", 1, {DICTIONARY_SURNAME}, -1}, + {"Thimbleby", 1, {DICTIONARY_SURNAME}, -1}, + {"Cobhlaith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Crucce", 1, {DICTIONARY_SURNAME}, -1}, + {"Steelberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Villavarayan", 1, {DICTIONARY_SURNAME}, -1}, + {"Arpè", 1, {DICTIONARY_SURNAME}, -1}, + {"Mizuho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jong-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"William", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Čajkovskij", 1, {DICTIONARY_SURNAME}, -1}, + {"Marohnić", 1, {DICTIONARY_SURNAME}, -1}, + {"Cobbett", 1, {DICTIONARY_SURNAME}, -1}, + {"Bojanić", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöning", 1, {DICTIONARY_SURNAME}, -1}, + {"Premat", 1, {DICTIONARY_SURNAME}, -1}, + {"Uģis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teber", 1, {DICTIONARY_SURNAME}, -1}, + {"Kops", 1, {DICTIONARY_SURNAME}, -1}, + {"Linley", 1, {DICTIONARY_SURNAME}, -1}, + {"Subaru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henrietta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jovetić", 1, {DICTIONARY_SURNAME}, -1}, + {"Caelan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Do-yeon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rajavi", 1, {DICTIONARY_SURNAME}, -1}, + {"Stuppler", 1, {DICTIONARY_SURNAME}, -1}, + {"Michiya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Youmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Adu", 1, {DICTIONARY_SURNAME}, -1}, + {"Peake", 1, {DICTIONARY_SURNAME}, -1}, + {"Hesse", 1, {DICTIONARY_SURNAME}, -1}, + {"George Washington", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fultz", 1, {DICTIONARY_SURNAME}, -1}, + {"Summerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lysons", 1, {DICTIONARY_SURNAME}, -1}, + {"Ida", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Winblad", 1, {DICTIONARY_SURNAME}, -1}, + {"Botello", 1, {DICTIONARY_SURNAME}, -1}, + {"Quentin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lochner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ülkümen", 1, {DICTIONARY_SURNAME}, -1}, + {"McConnaughay", 1, {DICTIONARY_SURNAME}, -1}, + {"Baptista", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Okparaebo", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinrich", 1, {DICTIONARY_SURNAME}, -1}, + {"McVicker", 1, {DICTIONARY_SURNAME}, -1}, + {"Karkoc", 1, {DICTIONARY_SURNAME}, -1}, + {"Landauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogorodnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"denny's", 1, {DICTIONARY_CHAIN}, -1}, + {"Mattia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valtulina", 1, {DICTIONARY_SURNAME}, -1}, + {"Osio", 1, {DICTIONARY_SURNAME}, -1}, + {"Nesterov", 1, {DICTIONARY_SURNAME}, -1}, + {"Radošević", 1, {DICTIONARY_SURNAME}, -1}, + {"Takeuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nihal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Živković", 1, {DICTIONARY_SURNAME}, -1}, + {"Degner", 1, {DICTIONARY_SURNAME}, -1}, + {"Marples", 1, {DICTIONARY_SURNAME}, -1}, + {"Soderbergh", 1, {DICTIONARY_SURNAME}, -1}, + {"Hùisdean", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sten", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dunning", 1, {DICTIONARY_SURNAME}, -1}, + {"Meller", 1, {DICTIONARY_SURNAME}, -1}, + {"Aído", 1, {DICTIONARY_SURNAME}, -1}, + {"Meniri", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoch", 1, {DICTIONARY_SURNAME}, -1}, + {"Proclemer", 1, {DICTIONARY_SURNAME}, -1}, + {"Seixas", 1, {DICTIONARY_SURNAME}, -1}, + {"Bega", 1, {DICTIONARY_SURNAME}, -1}, + {"Pierre-Julien", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amadeo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loza", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Irfan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kroenke", 1, {DICTIONARY_SURNAME}, -1}, + {"Conrad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Clete", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shmelyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Girouard", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallbank", 1, {DICTIONARY_SURNAME}, -1}, + {"Schliebener", 1, {DICTIONARY_SURNAME}, -1}, + {"Volkan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rohach", 1, {DICTIONARY_SURNAME}, -1}, + {"Smets", 1, {DICTIONARY_SURNAME}, -1}, + {"Selvaggi", 1, {DICTIONARY_SURNAME}, -1}, + {"Deluna", 1, {DICTIONARY_SURNAME}, -1}, + {"Vancsik", 1, {DICTIONARY_SURNAME}, -1}, + {"Vane", 1, {DICTIONARY_SURNAME}, -1}, + {"Service", 1, {DICTIONARY_SURNAME}, -1}, + {"Chalupa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaifu", 1, {DICTIONARY_SURNAME}, -1}, + {"Petit", 1, {DICTIONARY_SURNAME}, -1}, + {"Erter", 1, {DICTIONARY_SURNAME}, -1}, + {"Adebimpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidenori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mitzou", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakary", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dushkov", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuaid", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaulbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Mantia", 1, {DICTIONARY_SURNAME}, -1}, + {"Styliani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schwab", 1, {DICTIONARY_SURNAME}, -1}, + {"Cecil", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Drinjaković", 1, {DICTIONARY_SURNAME}, -1}, + {"Mudholkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Auzeil", 1, {DICTIONARY_SURNAME}, -1}, + {"Falconer", 1, {DICTIONARY_SURNAME}, -1}, + {"Quinlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Archer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Luciana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lindgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Biehle", 1, {DICTIONARY_SURNAME}, -1}, + {"Marchena", 1, {DICTIONARY_SURNAME}, -1}, + {"Rommedahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Quinnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdasco", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenfelder", 1, {DICTIONARY_SURNAME}, -1}, + {"Juxon", 1, {DICTIONARY_SURNAME}, -1}, + {"Venus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schönfinkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Climbie", 1, {DICTIONARY_SURNAME}, -1}, + {"Gavril", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zagrebelny", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbasbandy", 1, {DICTIONARY_SURNAME}, -1}, + {"Schauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Busoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogston", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ljung", 1, {DICTIONARY_SURNAME}, -1}, + {"So-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steinhaeuser", 1, {DICTIONARY_SURNAME}, -1}, + {"Gomola", 1, {DICTIONARY_SURNAME}, -1}, + {"Renzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Natt", 1, {DICTIONARY_SURNAME}, -1}, + {"Dienes", 1, {DICTIONARY_SURNAME}, -1}, + {"Scola", 1, {DICTIONARY_SURNAME}, -1}, + {"Matthews", 1, {DICTIONARY_SURNAME}, -1}, + {"Medwin", 1, {DICTIONARY_SURNAME}, -1}, + {"Florstedt", 1, {DICTIONARY_SURNAME}, -1}, + {"Jibrilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Lourie", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikutavičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovelee", 1, {DICTIONARY_SURNAME}, -1}, + {"Monahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"motel sixes", 1, {DICTIONARY_CHAIN}, 186}, + {"Dewa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ologun", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlota", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vahekeni", 1, {DICTIONARY_SURNAME}, -1}, + {"Detlef", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seckbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Ifadidou", 1, {DICTIONARY_SURNAME}, -1}, + {"Reams", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarry", 1, {DICTIONARY_SURNAME}, -1}, + {"Balafas", 1, {DICTIONARY_SURNAME}, -1}, + {"Kocić", 1, {DICTIONARY_SURNAME}, -1}, + {"Čobotas", 1, {DICTIONARY_SURNAME}, -1}, + {"Pryce", 1, {DICTIONARY_SURNAME}, -1}, + {"Guimarães", 1, {DICTIONARY_SURNAME}, -1}, + {"Gholam Reza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weigel", 1, {DICTIONARY_SURNAME}, -1}, + {"Demissie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vendera", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Juhi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uemura", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hooten", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakurazawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Oommen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chevrier", 1, {DICTIONARY_SURNAME}, -1}, + {"Erkan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gasparov", 1, {DICTIONARY_SURNAME}, -1}, + {"Häusermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Paxman", 1, {DICTIONARY_SURNAME}, -1}, + {"Abonyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Huber", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinnear", 1, {DICTIONARY_SURNAME}, -1}, + {"Tremayne", 1, {DICTIONARY_SURNAME}, -1}, + {"Sekulić", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruggeri", 1, {DICTIONARY_SURNAME}, -1}, + {"Nitesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ikuhisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Senkálszky", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatroslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Manley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Skutnik", 1, {DICTIONARY_SURNAME}, -1}, + {"McMath", 1, {DICTIONARY_SURNAME}, -1}, + {"Votava", 1, {DICTIONARY_SURNAME}, -1}, + {"Va'a", 1, {DICTIONARY_SURNAME}, -1}, + {"Maria Anna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sawamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Syme", 1, {DICTIONARY_SURNAME}, -1}, + {"Papanikolaou", 1, {DICTIONARY_SURNAME}, -1}, + {"Servando", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Colbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanston", 1, {DICTIONARY_SURNAME}, -1}, + {"Marciano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Panyin", 1, {DICTIONARY_SURNAME}, -1}, + {"Edmondston", 1, {DICTIONARY_SURNAME}, -1}, + {"Murger", 1, {DICTIONARY_SURNAME}, -1}, + {"Trinder", 1, {DICTIONARY_SURNAME}, -1}, + {"Durnwalder", 1, {DICTIONARY_SURNAME}, -1}, + {"Šmahel", 1, {DICTIONARY_SURNAME}, -1}, + {"Cundall", 1, {DICTIONARY_SURNAME}, -1}, + {"Blanchett", 1, {DICTIONARY_SURNAME}, -1}, + {"Žanis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trutovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ridel", 1, {DICTIONARY_SURNAME}, -1}, + {"Leben", 1, {DICTIONARY_SURNAME}, -1}, + {"Maryam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Darcy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Estreicher", 1, {DICTIONARY_SURNAME}, -1}, + {"Herseth", 1, {DICTIONARY_SURNAME}, -1}, + {"Shubert", 1, {DICTIONARY_SURNAME}, -1}, + {"Beesley", 1, {DICTIONARY_SURNAME}, -1}, + {"Albericci", 1, {DICTIONARY_SURNAME}, -1}, + {"Fonjallaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lakshmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Orvar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vesey", 1, {DICTIONARY_SURNAME}, -1}, + {"Šafařík", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chouraqui", 1, {DICTIONARY_SURNAME}, -1}, + {"Fujimaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Munzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Voorsanger", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac ind Óclaich", 1, {DICTIONARY_SURNAME}, -1}, + {"Carnaby", 1, {DICTIONARY_SURNAME}, -1}, + {"Romer", 1, {DICTIONARY_SURNAME}, -1}, + {"McGrigor", 1, {DICTIONARY_SURNAME}, -1}, + {"Mumtaz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Seneviratne", 1, {DICTIONARY_SURNAME}, -1}, + {"Forbes-Robertson", 1, {DICTIONARY_SURNAME}, -1}, + {"Paderewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Viktoriya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Donenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Moy", 1, {DICTIONARY_SURNAME}, -1}, + {"Oncken", 1, {DICTIONARY_SURNAME}, -1}, + {"Kahana", 1, {DICTIONARY_SURNAME}, -1}, + {"Khawaja", 1, {DICTIONARY_SURNAME}, -1}, + {"Kevelos", 1, {DICTIONARY_SURNAME}, -1}, + {"Medlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tkach", 1, {DICTIONARY_SURNAME}, -1}, + {"Cronan", 1, {DICTIONARY_SURNAME}, -1}, + {"Estigarribia", 1, {DICTIONARY_SURNAME}, -1}, + {"Junrokurō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tanneberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó hAichir", 1, {DICTIONARY_SURNAME}, -1}, + {"Anielewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Radoje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chekalin", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincek", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Eidelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Devonish", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemme", 1, {DICTIONARY_SURNAME}, -1}, + {"Marson", 1, {DICTIONARY_SURNAME}, -1}, + {"Balach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Classon", 1, {DICTIONARY_SURNAME}, -1}, + {"Groult", 1, {DICTIONARY_SURNAME}, -1}, + {"Kittel", 1, {DICTIONARY_SURNAME}, -1}, + {"Juran", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wyon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vashum", 1, {DICTIONARY_SURNAME}, -1}, + {"Kensaku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sugii", 1, {DICTIONARY_SURNAME}, -1}, + {"Banri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Montaguti", 1, {DICTIONARY_SURNAME}, -1}, + {"Pocklington", 1, {DICTIONARY_SURNAME}, -1}, + {"Barksted", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackham", 1, {DICTIONARY_SURNAME}, -1}, + {"Pustinjaković", 1, {DICTIONARY_SURNAME}, -1}, + {"Vogelsong", 1, {DICTIONARY_SURNAME}, -1}, + {"Füssli", 1, {DICTIONARY_SURNAME}, -1}, + {"Arredondo", 1, {DICTIONARY_SURNAME}, -1}, + {"Rinako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mamardashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Turgay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tatsuma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Whited", 1, {DICTIONARY_SURNAME}, -1}, + {"Rizqallah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vondráček", 1, {DICTIONARY_SURNAME}, -1}, + {"Blonska", 1, {DICTIONARY_SURNAME}, -1}, + {"Bown", 1, {DICTIONARY_SURNAME}, -1}, + {"seveneleven", 1, {DICTIONARY_CHAIN}, 56}, + {"Džinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Honeyball", 1, {DICTIONARY_SURNAME}, -1}, + {"gnc", 1, {DICTIONARY_CHAIN}, -1}, + {"Weninger", 1, {DICTIONARY_SURNAME}, -1}, + {"Willems", 1, {DICTIONARY_SURNAME}, -1}, + {"Scales", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahmadinejad", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hertrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Müjde", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Birk", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Athanasios", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yukio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Armleder", 1, {DICTIONARY_SURNAME}, -1}, + {"Shūsuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Galletti", 1, {DICTIONARY_SURNAME}, -1}, + {"asda", 1, {DICTIONARY_CHAIN}, -1}, + {"Eggers", 1, {DICTIONARY_SURNAME}, -1}, + {"Pušić", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeldin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kaanjuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Kontsedalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Thakura", 1, {DICTIONARY_SURNAME}, -1}, + {"Achiou", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadrami", 1, {DICTIONARY_SURNAME}, -1}, + {"Derbforgaill", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aase", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uttam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Rahilly", 1, {DICTIONARY_SURNAME}, -1}, + {"Masashige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Statius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Majji", 1, {DICTIONARY_SURNAME}, -1}, + {"Huseynov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sambrooke", 1, {DICTIONARY_SURNAME}, -1}, + {"Samet", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Narcisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Le", 1, {DICTIONARY_SURNAME}, -1}, + {"Biniam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koilparampil", 1, {DICTIONARY_SURNAME}, -1}, + {"Xian", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Milligen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lokshin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mesoraco", 1, {DICTIONARY_SURNAME}, -1}, + {"Filimonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Engels", 1, {DICTIONARY_SURNAME}, -1}, + {"McWha", 1, {DICTIONARY_SURNAME}, -1}, + {"Minna", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Iersel", 1, {DICTIONARY_SURNAME}, -1}, + {"Veli", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abhayavardhana", 1, {DICTIONARY_SURNAME}, -1}, + {"Main", 1, {DICTIONARY_SURNAME}, -1}, + {"Yadavilli", 1, {DICTIONARY_SURNAME}, -1}, + {"Nanduri", 1, {DICTIONARY_SURNAME}, -1}, + {"Schalansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Provazník", 1, {DICTIONARY_SURNAME}, -1}, + {"Deguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Buttle", 1, {DICTIONARY_SURNAME}, -1}, + {"Abimbola", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cilley", 1, {DICTIONARY_SURNAME}, -1}, + {"Ozawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenessey", 1, {DICTIONARY_SURNAME}, -1}, + {"Dirie", 1, {DICTIONARY_SURNAME}, -1}, + {"Kügelgen", 1, {DICTIONARY_SURNAME}, -1}, + {"Cisneros", 1, {DICTIONARY_SURNAME}, -1}, + {"Finnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Trist", 1, {DICTIONARY_SURNAME}, -1}, + {"Vindheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Trite", 1, {DICTIONARY_SURNAME}, -1}, + {"Caty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agase", 1, {DICTIONARY_SURNAME}, -1}, + {"Sachs-Osher", 1, {DICTIONARY_SURNAME}, -1}, + {"Esma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Horst", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaurbek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nosarka", 1, {DICTIONARY_SURNAME}, -1}, + {"Barkhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Boylan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuhaulua", 1, {DICTIONARY_SURNAME}, -1}, + {"McInally", 1, {DICTIONARY_SURNAME}, -1}, + {"Bevis", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaniuk", 1, {DICTIONARY_SURNAME}, -1}, + {"McCourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumazawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludolf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bertāns", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiwanuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Destro", 1, {DICTIONARY_SURNAME}, -1}, + {"Takamatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kozue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Epstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Olmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Boifava", 1, {DICTIONARY_SURNAME}, -1}, + {"Tebbit", 1, {DICTIONARY_SURNAME}, -1}, + {"Rong", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaimoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kajkut", 1, {DICTIONARY_SURNAME}, -1}, + {"Bidder", 1, {DICTIONARY_SURNAME}, -1}, + {"Holt", 1, {DICTIONARY_SURNAME}, -1}, + {"Munt", 1, {DICTIONARY_SURNAME}, -1}, + {"Liley", 1, {DICTIONARY_SURNAME}, -1}, + {"Verschuuren", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodička", 1, {DICTIONARY_SURNAME}, -1}, + {"Nedelciu", 1, {DICTIONARY_SURNAME}, -1}, + {"Puget", 1, {DICTIONARY_SURNAME}, -1}, + {"Motley", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaffee", 1, {DICTIONARY_SURNAME}, -1}, + {"Popović", 1, {DICTIONARY_SURNAME}, -1}, + {"Carleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Verloop", 1, {DICTIONARY_SURNAME}, -1}, + {"Heijblok", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsuaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Antal", 1, {DICTIONARY_SURNAME}, -1}, + {"Akishbaia", 1, {DICTIONARY_SURNAME}, -1}, + {"Widnall", 1, {DICTIONARY_SURNAME}, -1}, + {"McNiff", 1, {DICTIONARY_SURNAME}, -1}, + {"Issel", 1, {DICTIONARY_SURNAME}, -1}, + {"Perlmutter", 1, {DICTIONARY_SURNAME}, -1}, + {"Brosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Morsberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Reublin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hilaire", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Angara", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Béla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ménétries", 1, {DICTIONARY_SURNAME}, -1}, + {"Malorie", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanemoto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lukyan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fujimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjemián", 1, {DICTIONARY_SURNAME}, -1}, + {"Peyntour", 1, {DICTIONARY_SURNAME}, -1}, + {"Rameshwor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petrovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Risztov", 1, {DICTIONARY_SURNAME}, -1}, + {"Turki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mirisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Huband", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheerbart", 1, {DICTIONARY_SURNAME}, -1}, + {"Letzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Mészöly", 1, {DICTIONARY_SURNAME}, -1}, + {"Stonehouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Delbert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deanne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lambie", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodruffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Takuzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Weide", 1, {DICTIONARY_SURNAME}, -1}, + {"Nothomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Puskás", 1, {DICTIONARY_SURNAME}, -1}, + {"Sotiris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tasuku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ajunwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Lomberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorringe", 1, {DICTIONARY_SURNAME}, -1}, + {"Tōsha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mycielski", 1, {DICTIONARY_SURNAME}, -1}, + {"Serdar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akhigbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Rauscher", 1, {DICTIONARY_SURNAME}, -1}, + {"Infante", 1, {DICTIONARY_SURNAME}, -1}, + {"Asvayujau", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sabath", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ayton", 1, {DICTIONARY_SURNAME}, -1}, + {"Takeki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takagawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Prokhor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mathewson", 1, {DICTIONARY_SURNAME}, -1}, + {"Watchorn", 1, {DICTIONARY_SURNAME}, -1}, + {"De Vincentis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderloo", 1, {DICTIONARY_SURNAME}, -1}, + {"Muniz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavasseur", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"bb and t", 1, {DICTIONARY_CHAIN}, 75}, + {"Jhingade", 1, {DICTIONARY_SURNAME}, -1}, + {"Heijmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Freihow", 1, {DICTIONARY_SURNAME}, -1}, + {"Wladimiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Darren", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cascone", 1, {DICTIONARY_SURNAME}, -1}, + {"Walmsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hüttner", 1, {DICTIONARY_SURNAME}, -1}, + {"Havern", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Juhl", 1, {DICTIONARY_SURNAME}, -1}, + {"Uuno", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abayián", 1, {DICTIONARY_SURNAME}, -1}, + {"Sibille", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Münsterberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Balthazar", 1, {DICTIONARY_SURNAME}, -1}, + {"Faraj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vulcan", 1, {DICTIONARY_SURNAME}, -1}, + {"Newlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönbächler", 1, {DICTIONARY_SURNAME}, -1}, + {"Conde", 1, {DICTIONARY_SURNAME}, -1}, + {"Claudemir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Giunta", 1, {DICTIONARY_SURNAME}, -1}, + {"Narmon", 1, {DICTIONARY_SURNAME}, -1}, + {"Babayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tadamune", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaughan", 1, {DICTIONARY_SURNAME}, -1}, + {"Tambe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimbell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ploscaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Yurkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Taneev", 1, {DICTIONARY_SURNAME}, -1}, + {"Lou", 1, {DICTIONARY_SURNAME}, -1}, + {"Liguori", 1, {DICTIONARY_SURNAME}, -1}, + {"Velard", 1, {DICTIONARY_SURNAME}, -1}, + {"Disztl", 1, {DICTIONARY_SURNAME}, -1}, + {"Mennea", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiavonetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Duckett", 1, {DICTIONARY_SURNAME}, -1}, + {"Sherwin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yoshizawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Akimenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Davydenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Narumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hallerstam", 1, {DICTIONARY_SURNAME}, -1}, + {"Heldmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reinier", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shedd", 1, {DICTIONARY_SURNAME}, -1}, + {"Kneser", 1, {DICTIONARY_SURNAME}, -1}, + {"Manisha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blomquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhiming", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gaddo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dow", 1, {DICTIONARY_SURNAME}, -1}, + {"Baradulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Caradec", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolloré", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Banion", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Doherty", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarral", 1, {DICTIONARY_SURNAME}, -1}, + {"Crookes", 1, {DICTIONARY_SURNAME}, -1}, + {"Schattkowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Beamon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinlopen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gidney", 1, {DICTIONARY_SURNAME}, -1}, + {"Likhterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vopiscus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tunaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Schulze", 1, {DICTIONARY_SURNAME}, -1}, + {"De Lima", 1, {DICTIONARY_SURNAME}, -1}, + {"Başer", 1, {DICTIONARY_SURNAME}, -1}, + {"Stiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Cranko", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Naeemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Purso", 1, {DICTIONARY_SURNAME}, -1}, + {"potbellys", 1, {DICTIONARY_CHAIN}, 213}, + {"Georgallis", 1, {DICTIONARY_SURNAME}, -1}, + {"pertamina", 1, {DICTIONARY_CHAIN}, -1}, + {"Romberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Jelínek", 1, {DICTIONARY_SURNAME}, -1}, + {"Chun-ja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lee Steere", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernekohl", 1, {DICTIONARY_SURNAME}, -1}, + {"Darling", 1, {DICTIONARY_SURNAME}, -1}, + {"Torben", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joon-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ewunia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schlaff", 1, {DICTIONARY_SURNAME}, -1}, + {"Karsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Verble", 1, {DICTIONARY_SURNAME}, -1}, + {"Inayat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tulla Jats", 1, {DICTIONARY_SURNAME}, -1}, + {"Dennett", 1, {DICTIONARY_SURNAME}, -1}, + {"Nedić", 1, {DICTIONARY_SURNAME}, -1}, + {"Mukhraneli", 1, {DICTIONARY_SURNAME}, -1}, + {"Sonnenschein", 1, {DICTIONARY_SURNAME}, -1}, + {"Araceli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rajbhandari", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Cämmerer", 1, {DICTIONARY_SURNAME}, -1}, + {"Geschwindner", 1, {DICTIONARY_SURNAME}, -1}, + {"Wendelin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wrabetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunt", 1, {DICTIONARY_SURNAME}, -1}, + {"whataburgers", 1, {DICTIONARY_CHAIN}, 273}, + {"Pujari", 1, {DICTIONARY_SURNAME}, -1}, + {"Abolafia", 1, {DICTIONARY_SURNAME}, -1}, + {"Garbett", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobumitsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rabia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schede", 1, {DICTIONARY_SURNAME}, -1}, + {"Conolly", 1, {DICTIONARY_SURNAME}, -1}, + {"Magalhães", 1, {DICTIONARY_SURNAME}, -1}, + {"Cartagena", 1, {DICTIONARY_SURNAME}, -1}, + {"Schupp", 1, {DICTIONARY_SURNAME}, -1}, + {"Wille", 1, {DICTIONARY_SURNAME}, -1}, + {"Yakup", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yalım", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Dương", 1, {DICTIONARY_SURNAME}, -1}, + {"Wegener", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegerty", 1, {DICTIONARY_SURNAME}, -1}, + {"Bittman", 1, {DICTIONARY_SURNAME}, -1}, + {"Prall", 1, {DICTIONARY_SURNAME}, -1}, + {"Sebastian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hecking", 1, {DICTIONARY_SURNAME}, -1}, + {"Clawson", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Stathis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alaura", 1, {DICTIONARY_SURNAME}, -1}, + {"Grosso", 1, {DICTIONARY_SURNAME}, -1}, + {"Seb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sisler", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanogo", 1, {DICTIONARY_SURNAME}, -1}, + {"Trenchard", 1, {DICTIONARY_SURNAME}, -1}, + {"Candy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Šišić", 1, {DICTIONARY_SURNAME}, -1}, + {"Poelman", 1, {DICTIONARY_SURNAME}, -1}, + {"McConaughy", 1, {DICTIONARY_SURNAME}, -1}, + {"Newcomer", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitecotton", 1, {DICTIONARY_SURNAME}, -1}, + {"Heydon", 1, {DICTIONARY_SURNAME}, -1}, + {"Cihat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fisk", 1, {DICTIONARY_SURNAME}, -1}, + {"Yushchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Till", 1, {DICTIONARY_SURNAME}, -1}, + {"Boyes", 1, {DICTIONARY_SURNAME}, -1}, + {"Grazzini", 1, {DICTIONARY_SURNAME}, -1}, + {"Valyayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Rubens", 1, {DICTIONARY_SURNAME}, -1}, + {"Andretti", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aganzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Zanger", 1, {DICTIONARY_SURNAME}, -1}, + {"Alakhverdov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vistbacka", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitousek", 1, {DICTIONARY_SURNAME}, -1}, + {"Bay", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadangi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vovchynskyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abalyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiraboschi", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Graaf", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Hazmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hargis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kakarlapudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Schölzel", 1, {DICTIONARY_SURNAME}, -1}, + {"De Veyra", 1, {DICTIONARY_SURNAME}, -1}, + {"Berardinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Heys", 1, {DICTIONARY_SURNAME}, -1}, + {"Haines", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishiyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsumasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grasshoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Otorogu", 1, {DICTIONARY_SURNAME}, -1}, + {"Selke", 1, {DICTIONARY_SURNAME}, -1}, + {"Carwile", 1, {DICTIONARY_SURNAME}, -1}, + {"Murata", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiek", 1, {DICTIONARY_SURNAME}, -1}, + {"Pogrebnyak", 1, {DICTIONARY_SURNAME}, -1}, + {"Billson", 1, {DICTIONARY_SURNAME}, -1}, + {"Sodré", 1, {DICTIONARY_SURNAME}, -1}, + {"Heraty", 1, {DICTIONARY_SURNAME}, -1}, + {"Kardar", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheth", 1, {DICTIONARY_SURNAME}, -1}, + {"Boffa", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonck", 1, {DICTIONARY_SURNAME}, -1}, + {"Brzobohatý", 1, {DICTIONARY_SURNAME}, -1}, + {"Larpent", 1, {DICTIONARY_SURNAME}, -1}, + {"Louise-Marie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Warren", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Achacoso", 1, {DICTIONARY_SURNAME}, -1}, + {"Stenborg", 1, {DICTIONARY_SURNAME}, -1}, + {"Cumbers", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Frunda", 1, {DICTIONARY_SURNAME}, -1}, + {"Kavanagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Kocsis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bugden", 1, {DICTIONARY_SURNAME}, -1}, + {"McPherson", 1, {DICTIONARY_SURNAME}, -1}, + {"Craft", 1, {DICTIONARY_SURNAME}, -1}, + {"McEachen", 1, {DICTIONARY_SURNAME}, -1}, + {"Clater", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiprono", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Whatley", 1, {DICTIONARY_SURNAME}, -1}, + {"Lončarić", 1, {DICTIONARY_SURNAME}, -1}, + {"Boccerini", 1, {DICTIONARY_SURNAME}, -1}, + {"Szántó", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdumuminov", 1, {DICTIONARY_SURNAME}, -1}, + {"Spirig", 1, {DICTIONARY_SURNAME}, -1}, + {"Batalla", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobuharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ron", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hiraki", 1, {DICTIONARY_SURNAME}, -1}, + {"Akeju", 1, {DICTIONARY_SURNAME}, -1}, + {"tmobile", 1, {DICTIONARY_CHAIN}, 256}, + {"Hadid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Subramaniam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Suray", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovece", 1, {DICTIONARY_SURNAME}, -1}, + {"Phinney", 1, {DICTIONARY_SURNAME}, -1}, + {"Spacek", 1, {DICTIONARY_SURNAME}, -1}, + {"Ageira", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toshinobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamels", 1, {DICTIONARY_SURNAME}, -1}, + {"Hibbett", 1, {DICTIONARY_SURNAME}, -1}, + {"Genann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agyriba", 1, {DICTIONARY_SURNAME}, -1}, + {"Malinovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcolini", 1, {DICTIONARY_SURNAME}, -1}, + {"De Grassi", 1, {DICTIONARY_SURNAME}, -1}, + {"Maria Pia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"WalkingStick", 1, {DICTIONARY_SURNAME}, -1}, + {"Shubha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Accordi", 1, {DICTIONARY_SURNAME}, -1}, + {"Min-hyuk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bares", 1, {DICTIONARY_SURNAME}, -1}, + {"Scudamore", 1, {DICTIONARY_SURNAME}, -1}, + {"Béatrice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scappaticci", 1, {DICTIONARY_SURNAME}, -1}, + {"Untermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Benguigui", 1, {DICTIONARY_SURNAME}, -1}, + {"Karpovich", 1, {DICTIONARY_SURNAME}, -1}, + {"McLlwain", 1, {DICTIONARY_SURNAME}, -1}, + {"Rayner", 1, {DICTIONARY_SURNAME}, -1}, + {"Texter", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryken", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Zuylen van Nievelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Togo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alavanja", 1, {DICTIONARY_SURNAME}, -1}, + {"Deschanel", 1, {DICTIONARY_SURNAME}, -1}, + {"Altsheler", 1, {DICTIONARY_SURNAME}, -1}, + {"Buttiglione", 1, {DICTIONARY_SURNAME}, -1}, + {"McGrotty", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwang-jo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amoruso", 1, {DICTIONARY_SURNAME}, -1}, + {"Maarit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andreou", 1, {DICTIONARY_SURNAME}, -1}, + {"Risdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Gérin-Lajoie", 1, {DICTIONARY_SURNAME}, -1}, + {"Afroz", 1, {DICTIONARY_SURNAME}, -1}, + {"Igbineghu", 1, {DICTIONARY_SURNAME}, -1}, + {"Gladfelter", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalenoord", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Niekerk", 1, {DICTIONARY_SURNAME}, -1}, + {"Abahassine", 1, {DICTIONARY_SURNAME}, -1}, + {"Poole", 1, {DICTIONARY_SURNAME}, -1}, + {"domino's", 1, {DICTIONARY_CHAIN}, -1}, + {"Roddick", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhmetov", 1, {DICTIONARY_SURNAME}, -1}, + {"Valder", 1, {DICTIONARY_SURNAME}, -1}, + {"Coenraad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ammar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kracher", 1, {DICTIONARY_SURNAME}, -1}, + {"Mihály", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"in 'n out burger", 1, {DICTIONARY_CHAIN}, 158}, + {"Kihachi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McConway", 1, {DICTIONARY_SURNAME}, -1}, + {"Munn", 1, {DICTIONARY_SURNAME}, -1}, + {"Hägg", 1, {DICTIONARY_SURNAME}, -1}, + {"Valgardson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nanao", 1, {DICTIONARY_SURNAME}, -1}, + {"Gun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Case", 1, {DICTIONARY_SURNAME}, -1}, + {"A'Court", 1, {DICTIONARY_SURNAME}, -1}, + {"Bee", 1, {DICTIONARY_SURNAME}, -1}, + {"Reichen", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Terekhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Goethem", 1, {DICTIONARY_SURNAME}, -1}, + {"Camilli", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmidhuber", 1, {DICTIONARY_SURNAME}, -1}, + {"Lopukhina", 1, {DICTIONARY_SURNAME}, -1}, + {"McAtee", 1, {DICTIONARY_SURNAME}, -1}, + {"Valjarević", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhchichine", 1, {DICTIONARY_SURNAME}, -1}, + {"Malavasi", 1, {DICTIONARY_SURNAME}, -1}, + {"Matusiwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Vittet", 1, {DICTIONARY_SURNAME}, -1}, + {"Motsepe", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Steeg", 1, {DICTIONARY_SURNAME}, -1}, + {"Tschögl", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavlyuchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Obaid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Luyendyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Lattner", 1, {DICTIONARY_SURNAME}, -1}, + {"Carruth", 1, {DICTIONARY_SURNAME}, -1}, + {"McTeigue", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollings", 1, {DICTIONARY_SURNAME}, -1}, + {"Geyson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hennigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Thibaut", 1, {DICTIONARY_SURNAME}, -1}, + {"Heffler", 1, {DICTIONARY_SURNAME}, -1}, + {"Felsinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Albaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Spezialetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Huckabee", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolrige-Gordon", 1, {DICTIONARY_SURNAME}, -1}, + {"Buch", 1, {DICTIONARY_SURNAME}, -1}, + {"Pejo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cansu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanthoor", 1, {DICTIONARY_SURNAME}, -1}, + {"Moscelyne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petrosyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ankenman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanta", 1, {DICTIONARY_SURNAME}, -1}, + {"Yaremchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinmeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokuyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Quéré", 1, {DICTIONARY_SURNAME}, -1}, + {"Saefkow", 1, {DICTIONARY_SURNAME}, -1}, + {"Sammi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bronner", 1, {DICTIONARY_SURNAME}, -1}, + {"Fric", 1, {DICTIONARY_SURNAME}, -1}, + {"Kreuger", 1, {DICTIONARY_SURNAME}, -1}, + {"Cerff", 1, {DICTIONARY_SURNAME}, -1}, + {"Ólafsson", 1, {DICTIONARY_SURNAME}, -1}, + {"McAleenan", 1, {DICTIONARY_SURNAME}, -1}, + {"Roelofs", 1, {DICTIONARY_SURNAME}, -1}, + {"Janice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Triandos", 1, {DICTIONARY_SURNAME}, -1}, + {"Crist", 1, {DICTIONARY_SURNAME}, -1}, + {"Stojmenović", 1, {DICTIONARY_SURNAME}, -1}, + {"Guglielminetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Neuman", 1, {DICTIONARY_SURNAME}, -1}, + {"Abernethy", 1, {DICTIONARY_SURNAME}, -1}, + {"Gongadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Makiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Madgearu", 1, {DICTIONARY_SURNAME}, -1}, + {"Tigerstedt", 1, {DICTIONARY_SURNAME}, -1}, + {"Matteau", 1, {DICTIONARY_SURNAME}, -1}, + {"Reboletti", 1, {DICTIONARY_SURNAME}, -1}, + {"Phelps", 1, {DICTIONARY_SURNAME}, -1}, + {"Inayatullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vlasenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Veissière", 1, {DICTIONARY_SURNAME}, -1}, + {"Özge", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agyare", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahlberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Niang", 1, {DICTIONARY_SURNAME}, -1}, + {"Разин", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Hulst", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaguvelu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hviezdoslav", 1, {DICTIONARY_SURNAME}, -1}, + {"Ainge", 1, {DICTIONARY_SURNAME}, -1}, + {"Aariak", 1, {DICTIONARY_SURNAME}, -1}, + {"Blais", 1, {DICTIONARY_SURNAME}, -1}, + {"Gimayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Jhering", 1, {DICTIONARY_SURNAME}, -1}, + {"Michaela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jimmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sabsowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Nevinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Brackett", 1, {DICTIONARY_SURNAME}, -1}, + {"Harguindeguy", 1, {DICTIONARY_SURNAME}, -1}, + {"Innar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Olibeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Kempes", 1, {DICTIONARY_SURNAME}, -1}, + {"Valpoort", 1, {DICTIONARY_SURNAME}, -1}, + {"Okihisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adrshin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Kuren", 1, {DICTIONARY_SURNAME}, -1}, + {"Alleg", 1, {DICTIONARY_SURNAME}, -1}, + {"Feliks", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Battishill", 1, {DICTIONARY_SURNAME}, -1}, + {"Dietsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzini", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Carole", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"ultramar", 1, {DICTIONARY_CHAIN}, -1}, + {"Ablanedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Boaden", 1, {DICTIONARY_SURNAME}, -1}, + {"Laracey", 1, {DICTIONARY_SURNAME}, -1}, + {"Nystrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Valcárcel", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimond", 1, {DICTIONARY_SURNAME}, -1}, + {"Magnaghi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zumwalt", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarnova", 1, {DICTIONARY_SURNAME}, -1}, + {"Riho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Väikmeri", 1, {DICTIONARY_SURNAME}, -1}, + {"Volynov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurtuluş", 1, {DICTIONARY_SURNAME}, -1}, + {"Abady", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuneshige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Newberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Latimore", 1, {DICTIONARY_SURNAME}, -1}, + {"Velimirović", 1, {DICTIONARY_SURNAME}, -1}, + {"Grönholm", 1, {DICTIONARY_SURNAME}, -1}, + {"Rüstem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dorf", 1, {DICTIONARY_SURNAME}, -1}, + {"Owusu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Griest", 1, {DICTIONARY_SURNAME}, -1}, + {"Vougioukas", 1, {DICTIONARY_SURNAME}, -1}, + {"Simmler", 1, {DICTIONARY_SURNAME}, -1}, + {"Maharammov", 1, {DICTIONARY_SURNAME}, -1}, + {"Heita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krajnc", 1, {DICTIONARY_SURNAME}, -1}, + {"Hochman", 1, {DICTIONARY_SURNAME}, -1}, + {"Heydinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Stéphane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dahlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aidoo", 1, {DICTIONARY_SURNAME}, -1}, + {"Wächtler", 1, {DICTIONARY_SURNAME}, -1}, + {"Lin", 1, {DICTIONARY_SURNAME}, -1}, + {"Thich", 1, {DICTIONARY_SURNAME}, -1}, + {"Ippolito", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorenzini", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanioka", 1, {DICTIONARY_SURNAME}, -1}, + {"Davis", 1, {DICTIONARY_SURNAME}, -1}, + {"McTeer", 1, {DICTIONARY_SURNAME}, -1}, + {"Varonian", 1, {DICTIONARY_SURNAME}, -1}, + {"Bucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Gattis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hermannsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hobgood", 1, {DICTIONARY_SURNAME}, -1}, + {"Schilchegger", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodspeed", 1, {DICTIONARY_SURNAME}, -1}, + {"Matson", 1, {DICTIONARY_SURNAME}, -1}, + {"Urich", 1, {DICTIONARY_SURNAME}, -1}, + {"Gjoni", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hubert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vargov", 1, {DICTIONARY_SURNAME}, -1}, + {"Wei", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Johannessen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dear", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Overmeire", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourne", 1, {DICTIONARY_SURNAME}, -1}, + {"Pirzad", 1, {DICTIONARY_SURNAME}, -1}, + {"Coble", 1, {DICTIONARY_SURNAME}, -1}, + {"Moigne", 1, {DICTIONARY_SURNAME}, -1}, + {"Arduino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agell", 1, {DICTIONARY_SURNAME}, -1}, + {"Stefanovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilisoni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdyl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Negussie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Taisuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jarolím", 1, {DICTIONARY_SURNAME}, -1}, + {"Geikie", 1, {DICTIONARY_SURNAME}, -1}, + {"Mevlüt", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tsvetkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mataré", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashbaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Saida", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marxuach", 1, {DICTIONARY_SURNAME}, -1}, + {"Spielmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Lennie", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiyori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Genet", 1, {DICTIONARY_SURNAME}, -1}, + {"Honigsman", 1, {DICTIONARY_SURNAME}, -1}, + {"Segni", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbondio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abelito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Calum", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ritz", 1, {DICTIONARY_SURNAME}, -1}, + {"Benady", 1, {DICTIONARY_SURNAME}, -1}, + {"Clitherow", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayhew", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhlaghpasand", 1, {DICTIONARY_SURNAME}, -1}, + {"Kesao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thrasher", 1, {DICTIONARY_SURNAME}, -1}, + {"Materazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorelov", 1, {DICTIONARY_SURNAME}, -1}, + {"Precious", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Colquhoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Akehurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Gretton", 1, {DICTIONARY_SURNAME}, -1}, + {"McCausland", 1, {DICTIONARY_SURNAME}, -1}, + {"Nafisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Netty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Parkhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Duser", 1, {DICTIONARY_SURNAME}, -1}, + {"Peretz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hacke", 1, {DICTIONARY_SURNAME}, -1}, + {"Mennenga", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Vlies", 1, {DICTIONARY_SURNAME}, -1}, + {"Sodhi", 1, {DICTIONARY_SURNAME}, -1}, + {"McVay", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasco", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vakhteyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Wrench", 1, {DICTIONARY_SURNAME}, -1}, + {"sprint wireless", 1, {DICTIONARY_CHAIN}, 239}, + {"Šimašius", 1, {DICTIONARY_SURNAME}, -1}, + {"Eremenko", 1, {DICTIONARY_SURNAME}, -1}, + {"whole foods", 1, {DICTIONARY_CHAIN}, -1}, + {"Acheson", 1, {DICTIONARY_SURNAME}, -1}, + {"Coria", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdelkerim", 1, {DICTIONARY_SURNAME}, -1}, + {"Bannigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bastoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Linnéa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Torquil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Natsui", 1, {DICTIONARY_SURNAME}, -1}, + {"Gyulay", 1, {DICTIONARY_SURNAME}, -1}, + {"Gariépy", 1, {DICTIONARY_SURNAME}, -1}, + {"Laas", 1, {DICTIONARY_SURNAME}, -1}, + {"Faulconer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hohenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorenzo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Curthoys", 1, {DICTIONARY_SURNAME}, -1}, + {"Derulo", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitts", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunemi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Onni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wilbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlasopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Keter", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chapuisat", 1, {DICTIONARY_SURNAME}, -1}, + {"Rothberg", 1, {DICTIONARY_SURNAME}, -1}, + {"carls jr.s", 1, {DICTIONARY_CHAIN}, 93}, + {"Zsigmondi", 1, {DICTIONARY_SURNAME}, -1}, + {"Metsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruskey", 1, {DICTIONARY_SURNAME}, -1}, + {"De Coninck", 1, {DICTIONARY_SURNAME}, -1}, + {"Coash", 1, {DICTIONARY_SURNAME}, -1}, + {"Domville", 1, {DICTIONARY_SURNAME}, -1}, + {"Saneyoshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Homma", 1, {DICTIONARY_SURNAME}, -1}, + {"Libman", 1, {DICTIONARY_SURNAME}, -1}, + {"Amy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sintim", 1, {DICTIONARY_SURNAME}, -1}, + {"Coats", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasuga", 1, {DICTIONARY_SURNAME}, -1}, + {"Zingerle", 1, {DICTIONARY_SURNAME}, -1}, + {"Meindl", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayato", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sakuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallentyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dague", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Dea", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Apkhazava", 1, {DICTIONARY_SURNAME}, -1}, + {"Blane", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruijn", 1, {DICTIONARY_SURNAME}, -1}, + {"Zilioli", 1, {DICTIONARY_SURNAME}, -1}, + {"Piquer", 1, {DICTIONARY_SURNAME}, -1}, + {"Edinson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vialet", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolander", 1, {DICTIONARY_SURNAME}, -1}, + {"Vulević", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbier", 1, {DICTIONARY_SURNAME}, -1}, + {"Elsner", 1, {DICTIONARY_SURNAME}, -1}, + {"Rundle", 1, {DICTIONARY_SURNAME}, -1}, + {"Marojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Maurer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gire", 1, {DICTIONARY_SURNAME}, -1}, + {"Sosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Lohan", 1, {DICTIONARY_SURNAME}, -1}, + {"Del Ferro", 1, {DICTIONARY_SURNAME}, -1}, + {"Juliusz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bäumler", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerhardt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Saddam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ireton", 1, {DICTIONARY_SURNAME}, -1}, + {"Priyanka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasilogiannis", 1, {DICTIONARY_SURNAME}, -1}, + {"Khanzada", 1, {DICTIONARY_SURNAME}, -1}, + {"Jakubowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Tovar", 1, {DICTIONARY_SURNAME}, -1}, + {"Aglieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Balčiūnas", 1, {DICTIONARY_SURNAME}, -1}, + {"Horoho", 1, {DICTIONARY_SURNAME}, -1}, + {"Fagundes", 1, {DICTIONARY_SURNAME}, -1}, + {"Savage", 1, {DICTIONARY_SURNAME}, -1}, + {"Harmel", 1, {DICTIONARY_SURNAME}, -1}, + {"Byrd", 1, {DICTIONARY_SURNAME}, -1}, + {"Oakeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimemia", 1, {DICTIONARY_SURNAME}, -1}, + {"Díchu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kengo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Corte", 1, {DICTIONARY_SURNAME}, -1}, + {"Retief", 1, {DICTIONARY_SURNAME}, -1}, + {"Esposito", 1, {DICTIONARY_SURNAME}, -1}, + {"Matheny", 1, {DICTIONARY_SURNAME}, -1}, + {"Juan Pablo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"auntie anne's", 1, {DICTIONARY_CHAIN}, -1}, + {"Perelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hlaváček", 1, {DICTIONARY_SURNAME}, -1}, + {"Yakunin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gentles", 1, {DICTIONARY_SURNAME}, -1}, + {"Halloran", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Thillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poullain", 1, {DICTIONARY_SURNAME}, -1}, + {"McNaron", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselkova", 1, {DICTIONARY_SURNAME}, -1}, + {"Udrih", 1, {DICTIONARY_SURNAME}, -1}, + {"Nordhaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Bren", 1, {DICTIONARY_SURNAME}, -1}, + {"Joseph", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akabusi", 1, {DICTIONARY_SURNAME}, -1}, + {"McMeniman", 1, {DICTIONARY_SURNAME}, -1}, + {"Opare", 1, {DICTIONARY_SURNAME}, -1}, + {"Balashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Delneri", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunitaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yonge", 1, {DICTIONARY_SURNAME}, -1}, + {"Kampmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Crăciun", 1, {DICTIONARY_SURNAME}, -1}, + {"Arvīds", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grković", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadócz", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayya", 1, {DICTIONARY_SURNAME}, -1}, + {"Pauls", 1, {DICTIONARY_SURNAME}, -1}, + {"Osler", 1, {DICTIONARY_SURNAME}, -1}, + {"Berglind", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chapelle", 1, {DICTIONARY_SURNAME}, -1}, + {"lyndon baines johnson", 1, {DICTIONARY_NAMED_PERSON}, 282}, + {"old navy", 1, {DICTIONARY_CHAIN}, -1}, + {"toys 'r' us", 1, {DICTIONARY_CHAIN}, 258}, + {"Corneliu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Robichaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Eisenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Spruance", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadra", 1, {DICTIONARY_SURNAME}, -1}, + {"Amhalgaidh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gstrein", 1, {DICTIONARY_SURNAME}, -1}, + {"Ślopek", 1, {DICTIONARY_SURNAME}, -1}, + {"Flaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Postl", 1, {DICTIONARY_SURNAME}, -1}, + {"Francona", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawes", 1, {DICTIONARY_SURNAME}, -1}, + {"Nyquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Wartburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanae", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Berislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steinn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vultaggio", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Eggebrecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Katrakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiboy", 1, {DICTIONARY_SURNAME}, -1}, + {"Juutilainen", 1, {DICTIONARY_SURNAME}, -1}, + {"McBrine", 1, {DICTIONARY_SURNAME}, -1}, + {"Knut", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yağcı", 1, {DICTIONARY_SURNAME}, -1}, + {"Samson", 1, {DICTIONARY_SURNAME}, -1}, + {"Spiegelberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Voitek", 1, {DICTIONARY_SURNAME}, -1}, + {"Aisslinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Şakir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Masson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlsand", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapianidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Theotokis", 1, {DICTIONARY_SURNAME}, -1}, + {"Pervaiz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keenan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Luzzatto", 1, {DICTIONARY_SURNAME}, -1}, + {"Sulev", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poulain", 1, {DICTIONARY_SURNAME}, -1}, + {"Leffler", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeniyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Thalberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsallagov", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdalqader", 1, {DICTIONARY_SURNAME}, -1}, + {"Longstreet", 1, {DICTIONARY_SURNAME}, -1}, + {"Vieweger", 1, {DICTIONARY_SURNAME}, -1}, + {"Stamsnijder", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayley", 1, {DICTIONARY_SURNAME}, -1}, + {"Klee", 1, {DICTIONARY_SURNAME}, -1}, + {"Lidiya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ademolu", 1, {DICTIONARY_SURNAME}, -1}, + {"Viggers", 1, {DICTIONARY_SURNAME}, -1}, + {"Stocco", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendel", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheryl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Marwijk", 1, {DICTIONARY_SURNAME}, -1}, + {"ben and jerry's", 1, {DICTIONARY_CHAIN}, 77}, + {"Kadono", 1, {DICTIONARY_SURNAME}, -1}, + {"Inoke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Capper", 1, {DICTIONARY_SURNAME}, -1}, + {"Evans", 1, {DICTIONARY_SURNAME}, -1}, + {"Abiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Pani", 1, {DICTIONARY_SURNAME}, -1}, + {"Petty", 1, {DICTIONARY_SURNAME}, -1}, + {"Zolotow", 1, {DICTIONARY_SURNAME}, -1}, + {"Kreisler", 1, {DICTIONARY_SURNAME}, -1}, + {"chuck e. cheese's", 1, {DICTIONARY_CHAIN}, -1}, + {"Stojsavljević", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellomo", 1, {DICTIONARY_SURNAME}, -1}, + {"Nanji", 1, {DICTIONARY_SURNAME}, -1}, + {"Sportelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Raphael", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kleinlein", 1, {DICTIONARY_SURNAME}, -1}, + {"Rabbie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kynaston", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mathias", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zouma", 1, {DICTIONARY_SURNAME}, -1}, + {"Meason", 1, {DICTIONARY_SURNAME}, -1}, + {"Campanelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Lippits", 1, {DICTIONARY_SURNAME}, -1}, + {"Noffke", 1, {DICTIONARY_SURNAME}, -1}, + {"Danu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nishida", 1, {DICTIONARY_SURNAME}, -1}, + {"Diedrich", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Upajjhaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Ohama", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlöglmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Nothnagel", 1, {DICTIONARY_SURNAME}, -1}, + {"Thau", 1, {DICTIONARY_SURNAME}, -1}, + {"Davidon", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Van dermeersch", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ermen", 1, {DICTIONARY_SURNAME}, -1}, + {"Samoilenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyū", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taekema", 1, {DICTIONARY_SURNAME}, -1}, + {"Rukn al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wiuff", 1, {DICTIONARY_SURNAME}, -1}, + {"Rutherford", 1, {DICTIONARY_SURNAME}, -1}, + {"Trevor", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bowersox", 1, {DICTIONARY_SURNAME}, -1}, + {"Oberman", 1, {DICTIONARY_SURNAME}, -1}, + {"Abessolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Maykov", 1, {DICTIONARY_SURNAME}, -1}, + {"Broadley", 1, {DICTIONARY_SURNAME}, -1}, + {"Szluka", 1, {DICTIONARY_SURNAME}, -1}, + {"Safi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acciai", 1, {DICTIONARY_SURNAME}, -1}, + {"Mouzinho", 1, {DICTIONARY_SURNAME}, -1}, + {"Seeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Torkildsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thévenet", 1, {DICTIONARY_SURNAME}, -1}, + {"Jennett", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Buzek", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaplan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gromov", 1, {DICTIONARY_SURNAME}, -1}, + {"Veikko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"crédit agricole", 1, {DICTIONARY_CHAIN}, -1}, + {"Türkyılmaz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Crease", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatoum", 1, {DICTIONARY_SURNAME}, -1}, + {"Jellinek", 1, {DICTIONARY_SURNAME}, -1}, + {"Jere", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Güven", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kabashima", 1, {DICTIONARY_SURNAME}, -1}, + {"Cueto", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeong-ja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gundy", 1, {DICTIONARY_SURNAME}, -1}, + {"Mukerrem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Menkheperre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heacock", 1, {DICTIONARY_SURNAME}, -1}, + {"Diffrient", 1, {DICTIONARY_SURNAME}, -1}, + {"Urmas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruslan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erautt", 1, {DICTIONARY_SURNAME}, -1}, + {"bubba gump's shrimp company", 1, {DICTIONARY_CHAIN}, 87}, + {"Shatner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilbre", 1, {DICTIONARY_SURNAME}, -1}, + {"Panjikidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernárdez", 1, {DICTIONARY_SURNAME}, -1}, + {"Pugliese", 1, {DICTIONARY_SURNAME}, -1}, + {"Igun", 1, {DICTIONARY_SURNAME}, -1}, + {"Voráček", 1, {DICTIONARY_SURNAME}, -1}, + {"Overstreet", 1, {DICTIONARY_SURNAME}, -1}, + {"Porras", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeisler", 1, {DICTIONARY_SURNAME}, -1}, + {"Szisz", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Toshimasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Felix", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abrol", 1, {DICTIONARY_SURNAME}, -1}, + {"Gibbard", 1, {DICTIONARY_SURNAME}, -1}, + {"Leaver", 1, {DICTIONARY_SURNAME}, -1}, + {"Albritton", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dragendorff", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Alastruim", 1, {DICTIONARY_SURNAME}, -1}, + {"Śliwińska", 1, {DICTIONARY_SURNAME}, -1}, + {"Agool", 1, {DICTIONARY_SURNAME}, -1}, + {"Dencke", 1, {DICTIONARY_SURNAME}, -1}, + {"Capadose", 1, {DICTIONARY_SURNAME}, -1}, + {"Fleming", 1, {DICTIONARY_SURNAME}, -1}, + {"Abra", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Colley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Le Guen", 1, {DICTIONARY_SURNAME}, -1}, + {"McIngvale", 1, {DICTIONARY_SURNAME}, -1}, + {"Codd", 1, {DICTIONARY_SURNAME}, -1}, + {"Edgaras", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hutcherson", 1, {DICTIONARY_SURNAME}, -1}, + {"Benzelius", 1, {DICTIONARY_SURNAME}, -1}, + {"Krämer", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguilarte", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayhar", 1, {DICTIONARY_SURNAME}, -1}, + {"Szemerényi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawn", 1, {DICTIONARY_SURNAME}, -1}, + {"Amemiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Dae-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mielcarz", 1, {DICTIONARY_SURNAME}, -1}, + {"Verhoeven", 1, {DICTIONARY_SURNAME}, -1}, + {"Aaraas", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilberd", 1, {DICTIONARY_SURNAME}, -1}, + {"Walenty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Washines", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuchsberger", 1, {DICTIONARY_SURNAME}, -1}, + {"k.f.c", 1, {DICTIONARY_CHAIN}, 169}, + {"Vähälä", 1, {DICTIONARY_SURNAME}, -1}, + {"Hillier", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizgird", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavone", 1, {DICTIONARY_SURNAME}, -1}, + {"Wasiluk", 1, {DICTIONARY_SURNAME}, -1}, + {"Dlouhý", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibrahima", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goldstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Gingrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Jessie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kirdar", 1, {DICTIONARY_SURNAME}, -1}, + {"Takyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamanian", 1, {DICTIONARY_SURNAME}, -1}, + {"Chłopicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakkevig", 1, {DICTIONARY_SURNAME}, -1}, + {"Means", 1, {DICTIONARY_SURNAME}, -1}, + {"Piaseczny", 1, {DICTIONARY_SURNAME}, -1}, + {"Serano", 1, {DICTIONARY_SURNAME}, -1}, + {"Çelkupa", 1, {DICTIONARY_SURNAME}, -1}, + {"Muratsuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindenstrauss", 1, {DICTIONARY_SURNAME}, -1}, + {"Antoniotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Klippel", 1, {DICTIONARY_SURNAME}, -1}, + {"Adepoyibi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolten", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Neste", 1, {DICTIONARY_SURNAME}, -1}, + {"Solberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Koukal", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayne", 1, {DICTIONARY_SURNAME}, -1}, + {"Hockensmith", 1, {DICTIONARY_SURNAME}, -1}, + {"Nonaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Hynds", 1, {DICTIONARY_SURNAME}, -1}, + {"Shockey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasprzak", 1, {DICTIONARY_SURNAME}, -1}, + {"Dren", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Worthington", 1, {DICTIONARY_SURNAME}, -1}, + {"Hunt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Olusola", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taeko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gallou", 1, {DICTIONARY_SURNAME}, -1}, + {"Pradier", 1, {DICTIONARY_SURNAME}, -1}, + {"Madoka", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Burchard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Veldmate", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrhám", 1, {DICTIONARY_SURNAME}, -1}, + {"Gijsman", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnson", 1, {DICTIONARY_SURNAME}, -1}, + {"Laht", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrudden", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheel", 1, {DICTIONARY_SURNAME}, -1}, + {"Masami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fairless", 1, {DICTIONARY_SURNAME}, -1}, + {"Tad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pinkney", 1, {DICTIONARY_SURNAME}, -1}, + {"Reichner", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacquard", 1, {DICTIONARY_SURNAME}, -1}, + {"Veres", 1, {DICTIONARY_SURNAME}, -1}, + {"Escherich", 1, {DICTIONARY_SURNAME}, -1}, + {"Radulović", 1, {DICTIONARY_SURNAME}, -1}, + {"Cunego", 1, {DICTIONARY_SURNAME}, -1}, + {"Sugiura", 1, {DICTIONARY_SURNAME}, -1}, + {"Loughman", 1, {DICTIONARY_SURNAME}, -1}, + {"Eleuter", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bochar", 1, {DICTIONARY_SURNAME}, -1}, + {"George Albert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdosh", 1, {DICTIONARY_SURNAME}, -1}, + {"Vesawkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Nishimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasquale Ricci", 1, {DICTIONARY_SURNAME}, -1}, + {"Marshal", 1, {DICTIONARY_SURNAME}, -1}, + {"Fortescue", 1, {DICTIONARY_SURNAME}, -1}, + {"Qian", 1, {DICTIONARY_SURNAME}, -1}, + {"Micah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ajit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lindbergh", 1, {DICTIONARY_SURNAME}, -1}, + {"Dipp", 1, {DICTIONARY_SURNAME}, -1}, + {"Vietta", 1, {DICTIONARY_SURNAME}, -1}, + {"Baksa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yagalom", 1, {DICTIONARY_SURNAME}, -1}, + {"Bozhkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Shelley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hartlieb", 1, {DICTIONARY_SURNAME}, -1}, + {"Vendrame", 1, {DICTIONARY_SURNAME}, -1}, + {"Munekazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Delamare", 1, {DICTIONARY_SURNAME}, -1}, + {"Rainsborough", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsamis", 1, {DICTIONARY_SURNAME}, -1}, + {"McGhie", 1, {DICTIONARY_SURNAME}, -1}, + {"Riopelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Ifil", 1, {DICTIONARY_SURNAME}, -1}, + {"Egil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Génin", 1, {DICTIONARY_SURNAME}, -1}, + {"Adhikari", 1, {DICTIONARY_SURNAME}, -1}, + {"Jörgensmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahla", 1, {DICTIONARY_SURNAME}, -1}, + {"Berglund", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaadt", 1, {DICTIONARY_SURNAME}, -1}, + {"Häkkinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Roskoványi", 1, {DICTIONARY_SURNAME}, -1}, + {"Polemon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kasekende", 1, {DICTIONARY_SURNAME}, -1}, + {"Moein", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jakova", 1, {DICTIONARY_SURNAME}, -1}, + {"Jepson", 1, {DICTIONARY_SURNAME}, -1}, + {"h.e.b.s", 1, {DICTIONARY_CHAIN}, 149}, + {"Mahtab", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vernarsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Abourezk", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhairavi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Komuro", 1, {DICTIONARY_SURNAME}, -1}, + {"Parisot", 1, {DICTIONARY_SURNAME}, -1}, + {"Sixto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fethi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steffan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sinković", 1, {DICTIONARY_SURNAME}, -1}, + {"Duy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Damer", 1, {DICTIONARY_SURNAME}, -1}, + {"Yannakakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Arlindo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Strübing", 1, {DICTIONARY_SURNAME}, -1}, + {"Johnnie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Podhajsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ba", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bernards", 1, {DICTIONARY_SURNAME}, -1}, + {"Hetty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guccione", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonk", 1, {DICTIONARY_SURNAME}, -1}, + {"Babnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Lancker", 1, {DICTIONARY_SURNAME}, -1}, + {"Inal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Masayuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mirai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hideki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schwantes", 1, {DICTIONARY_SURNAME}, -1}, + {"Adisa", 1, {DICTIONARY_SURNAME}, -1}, + {"Nageler", 1, {DICTIONARY_SURNAME}, -1}, + {"Poyraz", 1, {DICTIONARY_SURNAME}, -1}, + {"Radosavljević", 1, {DICTIONARY_SURNAME}, -1}, + {"Fernand", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Briand", 1, {DICTIONARY_SURNAME}, -1}, + {"Costello", 1, {DICTIONARY_SURNAME}, -1}, + {"Perret", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Moulden", 1, {DICTIONARY_SURNAME}, -1}, + {"Viudes", 1, {DICTIONARY_SURNAME}, -1}, + {"Stamenković", 1, {DICTIONARY_SURNAME}, -1}, + {"Fetzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Isaacson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kight", 1, {DICTIONARY_SURNAME}, -1}, + {"Afreen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sorotzkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-ja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoare", 1, {DICTIONARY_SURNAME}, -1}, + {"Gambone", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorderman", 1, {DICTIONARY_SURNAME}, -1}, + {"Blandford", 1, {DICTIONARY_SURNAME}, -1}, + {"Portwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamson", 1, {DICTIONARY_SURNAME}, -1}, + {"Wächter", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorodetsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Coslett", 1, {DICTIONARY_SURNAME}, -1}, + {"Adickes", 1, {DICTIONARY_SURNAME}, -1}, + {"Milgrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Conlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Spickernell", 1, {DICTIONARY_SURNAME}, -1}, + {"Verschuere", 1, {DICTIONARY_SURNAME}, -1}, + {"Peutan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjørgen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiedler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernes", 1, {DICTIONARY_SURNAME}, -1}, + {"Turowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Veyrat", 1, {DICTIONARY_SURNAME}, -1}, + {"Modest", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agostinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"einstein bros. bagels", 1, {DICTIONARY_CHAIN}, -1}, + {"yves rocher", 1, {DICTIONARY_CHAIN}, -1}, + {"Dudeney", 1, {DICTIONARY_SURNAME}, -1}, + {"Pentecost", 1, {DICTIONARY_SURNAME}, -1}, + {"Blagoj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loktionov", 1, {DICTIONARY_SURNAME}, -1}, + {"Itsuro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stumbles", 1, {DICTIONARY_SURNAME}, -1}, + {"robert francis kennedy", 1, {DICTIONARY_NAMED_PERSON}, 284}, + {"Valensi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cannon", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukishiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Monisia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dumbadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Wéry", 1, {DICTIONARY_SURNAME}, -1}, + {"Heikinheimo", 1, {DICTIONARY_SURNAME}, -1}, + {"Viluckis", 1, {DICTIONARY_SURNAME}, -1}, + {"Komornicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Chabot", 1, {DICTIONARY_SURNAME}, -1}, + {"Orgel", 1, {DICTIONARY_SURNAME}, -1}, + {"Postel", 1, {DICTIONARY_SURNAME}, -1}, + {"Asamoah", 1, {DICTIONARY_SURNAME}, -1}, + {"Varona", 1, {DICTIONARY_SURNAME}, -1}, + {"Calman", 1, {DICTIONARY_SURNAME}, -1}, + {"Qiao", 1, {DICTIONARY_SURNAME}, -1}, + {"Gielgud", 1, {DICTIONARY_SURNAME}, -1}, + {"Saroyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chollet", 1, {DICTIONARY_SURNAME}, -1}, + {"Soslan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hyndman", 1, {DICTIONARY_SURNAME}, -1}, + {"Congdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiplagat", 1, {DICTIONARY_SURNAME}, -1}, + {"Stankovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Buckmaster", 1, {DICTIONARY_SURNAME}, -1}, + {"Loya", 1, {DICTIONARY_SURNAME}, -1}, + {"Chinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Brescianello", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wetherall", 1, {DICTIONARY_SURNAME}, -1}, + {"Eßig", 1, {DICTIONARY_SURNAME}, -1}, + {"Valli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Simolke", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomlins", 1, {DICTIONARY_SURNAME}, -1}, + {"Schilder", 1, {DICTIONARY_SURNAME}, -1}, + {"Pan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hackenholt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallverdu", 1, {DICTIONARY_SURNAME}, -1}, + {"Sora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dobroniega", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bellon", 1, {DICTIONARY_SURNAME}, -1}, + {"Toyota", 1, {DICTIONARY_SURNAME}, -1}, + {"De Nooijer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rolin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rigal", 1, {DICTIONARY_SURNAME}, -1}, + {"Zabolotny", 1, {DICTIONARY_SURNAME}, -1}, + {"Yerofeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Karbunara", 1, {DICTIONARY_SURNAME}, -1}, + {"Lapsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Banti", 1, {DICTIONARY_SURNAME}, -1}, + {"Wert", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Hilliers", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsutoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jurica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pavla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Poppel", 1, {DICTIONARY_SURNAME}, -1}, + {"Pertakhia", 1, {DICTIONARY_SURNAME}, -1}, + {"Kisfaludi", 1, {DICTIONARY_SURNAME}, -1}, + {"Romig", 1, {DICTIONARY_SURNAME}, -1}, + {"Imaoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Jena", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Burnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Teese", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmertz", 1, {DICTIONARY_SURNAME}, -1}, + {"Suozzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaity", 1, {DICTIONARY_SURNAME}, -1}, + {"Norbu", 1, {DICTIONARY_SURNAME}, -1}, + {"Constantin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jacquinot", 1, {DICTIONARY_SURNAME}, -1}, + {"Brodnicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Shaarawy", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrássy", 1, {DICTIONARY_SURNAME}, -1}, + {"Heszlényi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rohrman", 1, {DICTIONARY_SURNAME}, -1}, + {"Anwaruddin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rajlich", 1, {DICTIONARY_SURNAME}, -1}, + {"Musburger", 1, {DICTIONARY_SURNAME}, -1}, + {"Gervays", 1, {DICTIONARY_SURNAME}, -1}, + {"Jumaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Masamichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sadri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marcelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Mezzalama", 1, {DICTIONARY_SURNAME}, -1}, + {"benihana's", 1, {DICTIONARY_CHAIN}, 78}, + {"Horváth", 1, {DICTIONARY_SURNAME}, -1}, + {"Herzfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Ntshebe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kereselidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamal ad-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jarek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salmons", 1, {DICTIONARY_SURNAME}, -1}, + {"Gärtner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ptaček", 1, {DICTIONARY_SURNAME}, -1}, + {"Micevski", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuyuhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schmuck", 1, {DICTIONARY_SURNAME}, -1}, + {"Akdilek", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagonzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krendl", 1, {DICTIONARY_SURNAME}, -1}, + {"Herrendorf", 1, {DICTIONARY_SURNAME}, -1}, + {"Arias", 1, {DICTIONARY_SURNAME}, -1}, + {"Bech", 1, {DICTIONARY_SURNAME}, -1}, + {"Zbavitel", 1, {DICTIONARY_SURNAME}, -1}, + {"Patterson", 1, {DICTIONARY_SURNAME}, -1}, + {"Finger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatula", 1, {DICTIONARY_SURNAME}, -1}, + {"Pennypacker", 1, {DICTIONARY_SURNAME}, -1}, + {"Ælfgifu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dyatlov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zabarella", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallarino", 1, {DICTIONARY_SURNAME}, -1}, + {"Adaweyah", 1, {DICTIONARY_SURNAME}, -1}, + {"Albini", 1, {DICTIONARY_SURNAME}, -1}, + {"Egnech", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alagui", 1, {DICTIONARY_SURNAME}, -1}, + {"Kayden", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nobukane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McFadgean", 1, {DICTIONARY_SURNAME}, -1}, + {"Jill", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maureen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valsamma", 1, {DICTIONARY_SURNAME}, -1}, + {"Crisanti", 1, {DICTIONARY_SURNAME}, -1}, + {"Theweleit", 1, {DICTIONARY_SURNAME}, -1}, + {"Álvarez", 1, {DICTIONARY_SURNAME}, -1}, + {"McBee", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajanovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehrmann", 1, {DICTIONARY_SURNAME}, -1}, + {"la caixa", 1, {DICTIONARY_CHAIN}, -1}, + {"Gehrke", 1, {DICTIONARY_SURNAME}, -1}, + {"Lefebvre", 1, {DICTIONARY_SURNAME}, -1}, + {"Keyhoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Axelrod", 1, {DICTIONARY_SURNAME}, -1}, + {"Perica", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Deekman", 1, {DICTIONARY_SURNAME}, -1}, + {"Summons", 1, {DICTIONARY_SURNAME}, -1}, + {"Greifelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Grandjean", 1, {DICTIONARY_SURNAME}, -1}, + {"Breitmeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"McLarney", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramović", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinaldo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ammermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vittoz", 1, {DICTIONARY_SURNAME}, -1}, + {"Heino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"LeClerq", 1, {DICTIONARY_SURNAME}, -1}, + {"Karleuša", 1, {DICTIONARY_SURNAME}, -1}, + {"Xanthis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bev", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shigeoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Terumasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rómmel", 1, {DICTIONARY_SURNAME}, -1}, + {"Galuppo", 1, {DICTIONARY_SURNAME}, -1}, + {"Schatkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Valvee", 1, {DICTIONARY_SURNAME}, -1}, + {"McAreavey", 1, {DICTIONARY_SURNAME}, -1}, + {"citroen", 1, {DICTIONARY_CHAIN}, 108}, + {"Valaika", 1, {DICTIONARY_SURNAME}, -1}, + {"Zahm", 1, {DICTIONARY_SURNAME}, -1}, + {"Żukowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilander", 1, {DICTIONARY_SURNAME}, -1}, + {"Liberto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Struble", 1, {DICTIONARY_SURNAME}, -1}, + {"Townend", 1, {DICTIONARY_SURNAME}, -1}, + {"Manin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrösch", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuchet", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalniņš", 1, {DICTIONARY_SURNAME}, -1}, + {"Tennent", 1, {DICTIONARY_SURNAME}, -1}, + {"Alakhverdiyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Akolor", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleberson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jung-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"qdoba mexican grill", 1, {DICTIONARY_CHAIN}, -1}, + {"Landsmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Erem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Voglis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kita", 1, {DICTIONARY_SURNAME}, -1}, + {"Pestalozzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Krpan", 1, {DICTIONARY_SURNAME}, -1}, + {"Natter", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Revazov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sperry", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Praag", 1, {DICTIONARY_SURNAME}, -1}, + {"Graydon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bruck", 1, {DICTIONARY_SURNAME}, -1}, + {"Layeni", 1, {DICTIONARY_SURNAME}, -1}, + {"Döhl", 1, {DICTIONARY_SURNAME}, -1}, + {"Possamai", 1, {DICTIONARY_SURNAME}, -1}, + {"Cariddi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gill", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bayındır", 1, {DICTIONARY_SURNAME}, -1}, + {"Kozlov", 1, {DICTIONARY_SURNAME}, -1}, + {"Edward", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ajide", 1, {DICTIONARY_SURNAME}, -1}, + {"Minetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludvigsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Perella", 1, {DICTIONARY_SURNAME}, -1}, + {"Vygotskii", 1, {DICTIONARY_SURNAME}, -1}, + {"Krikorian", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Colucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingulstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Peroff", 1, {DICTIONARY_SURNAME}, -1}, + {"Kecojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Schelling", 1, {DICTIONARY_SURNAME}, -1}, + {"Simonis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paquin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mascarenhas", 1, {DICTIONARY_SURNAME}, -1}, + {"Arborio", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucienne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Neuhaeuser", 1, {DICTIONARY_SURNAME}, -1}, + {"Virgili", 1, {DICTIONARY_SURNAME}, -1}, + {"Familtsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Solow", 1, {DICTIONARY_SURNAME}, -1}, + {"Catie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uhlenbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Saveljić", 1, {DICTIONARY_SURNAME}, -1}, + {"Samuelsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashbel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bulfinch", 1, {DICTIONARY_SURNAME}, -1}, + {"Herzinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Benford", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ueto", 1, {DICTIONARY_SURNAME}, -1}, + {"Achampong", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubiczky", 1, {DICTIONARY_SURNAME}, -1}, + {"Schäuble", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sławomir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aakula", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingegerd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henrikson", 1, {DICTIONARY_SURNAME}, -1}, + {"Triesman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gestri", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisham ud-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Courant", 1, {DICTIONARY_SURNAME}, -1}, + {"Applegren", 1, {DICTIONARY_SURNAME}, -1}, + {"Littauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuwabara", 1, {DICTIONARY_SURNAME}, -1}, + {"Rann", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sinibaldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeppsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Atherton", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-suh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sean", 1, {DICTIONARY_SURNAME}, -1}, + {"Agras", 1, {DICTIONARY_SURNAME}, -1}, + {"Desbarats", 1, {DICTIONARY_SURNAME}, -1}, + {"Myung-sook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stollenwerk", 1, {DICTIONARY_SURNAME}, -1}, + {"Millepied", 1, {DICTIONARY_SURNAME}, -1}, + {"Volz", 1, {DICTIONARY_SURNAME}, -1}, + {"Bugno", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorkild", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masai", 1, {DICTIONARY_SURNAME}, -1}, + {"Onarıcı", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Themsche", 1, {DICTIONARY_SURNAME}, -1}, + {"Yumashev", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidibe", 1, {DICTIONARY_SURNAME}, -1}, + {"Portway", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Combs", 1, {DICTIONARY_SURNAME}, -1}, + {"Bircher", 1, {DICTIONARY_SURNAME}, -1}, + {"Seigel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kārlis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Hooke", 1, {DICTIONARY_SURNAME}, -1}, + {"Conal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vahrenholt", 1, {DICTIONARY_SURNAME}, -1}, + {"Meeûs d'Argenteuil", 1, {DICTIONARY_SURNAME}, -1}, + {"Yve", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sakuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Virta", 1, {DICTIONARY_SURNAME}, -1}, + {"Litvinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadijević", 1, {DICTIONARY_SURNAME}, -1}, + {"Outlaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Suttie", 1, {DICTIONARY_SURNAME}, -1}, + {"Nasar", 1, {DICTIONARY_SURNAME}, -1}, + {"Venla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vikentije", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Threlfall", 1, {DICTIONARY_SURNAME}, -1}, + {"Feltz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohammad Taqi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karaferić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kutluğ", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eversfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Kellner", 1, {DICTIONARY_SURNAME}, -1}, + {"VonSeggen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Siadhail", 1, {DICTIONARY_SURNAME}, -1}, + {"Manzoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Popovici", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirabel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vitusagavulu", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulloch", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreikin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Holt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahwesh", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinikour", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdelnaby", 1, {DICTIONARY_SURNAME}, -1}, + {"Adgate", 1, {DICTIONARY_SURNAME}, -1}, + {"Harlan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Teschner", 1, {DICTIONARY_SURNAME}, -1}, + {"Obi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valtaoja", 1, {DICTIONARY_SURNAME}, -1}, + {"Hight", 1, {DICTIONARY_SURNAME}, -1}, + {"Aday", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulovits", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakeford", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilber", 1, {DICTIONARY_SURNAME}, -1}, + {"Kut", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Bramer", 1, {DICTIONARY_SURNAME}, -1}, + {"Geoghan", 1, {DICTIONARY_SURNAME}, -1}, + {"Elvira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kitchen", 1, {DICTIONARY_SURNAME}, -1}, + {"Balabanoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Gildon", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ayad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schramm", 1, {DICTIONARY_SURNAME}, -1}, + {"Werich", 1, {DICTIONARY_SURNAME}, -1}, + {"Slavko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rosola", 1, {DICTIONARY_SURNAME}, -1}, + {"Volosozhar", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagapsh", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohumil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scheinblum", 1, {DICTIONARY_SURNAME}, -1}, + {"Roveda", 1, {DICTIONARY_SURNAME}, -1}, + {"Clauson", 1, {DICTIONARY_SURNAME}, -1}, + {"McRae", 1, {DICTIONARY_SURNAME}, -1}, + {"Richenza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ouyang", 1, {DICTIONARY_SURNAME}, -1}, + {"Lobzhanidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuyler", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Pethick", 1, {DICTIONARY_SURNAME}, -1}, + {"Graffagnino", 1, {DICTIONARY_SURNAME}, -1}, + {"Greeves", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lanford", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Čápová", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Marie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rodda", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-heon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mengü", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vilhjálmsdóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Borgersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Graue", 1, {DICTIONARY_SURNAME}, -1}, + {"Nieuwland", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidetaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weinblatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vankoughnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Abugan", 1, {DICTIONARY_SURNAME}, -1}, + {"Shein", 1, {DICTIONARY_SURNAME}, -1}, + {"Feilden", 1, {DICTIONARY_SURNAME}, -1}, + {"Bard", 1, {DICTIONARY_SURNAME}, -1}, + {"Schierenbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Smithson", 1, {DICTIONARY_SURNAME}, -1}, + {"Englaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Wecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkemay", 1, {DICTIONARY_SURNAME}, -1}, + {"Gesell", 1, {DICTIONARY_SURNAME}, -1}, + {"Tern", 1, {DICTIONARY_SURNAME}, -1}, + {"Daukša", 1, {DICTIONARY_SURNAME}, -1}, + {"Tapley", 1, {DICTIONARY_SURNAME}, -1}, + {"Israelsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Shōma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hessel", 1, {DICTIONARY_SURNAME}, -1}, + {"Alden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brunson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gravely", 1, {DICTIONARY_SURNAME}, -1}, + {"Tower", 1, {DICTIONARY_SURNAME}, -1}, + {"Antczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemei", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wilcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Pickard-Cambridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Eitzinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hennadiy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tsybulenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsvetan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Muharrem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Хрущёв", 1, {DICTIONARY_SURNAME}, -1}, + {"seven-11s", 1, {DICTIONARY_CHAIN}, 56}, + {"Kraeft", 1, {DICTIONARY_SURNAME}, -1}, + {"Takemura", 1, {DICTIONARY_SURNAME}, -1}, + {"Jahsh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Macklovitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazusa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamawi", 1, {DICTIONARY_SURNAME}, -1}, + {"İzel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joachim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Waronker", 1, {DICTIONARY_SURNAME}, -1}, + {"Grevers", 1, {DICTIONARY_SURNAME}, -1}, + {"Landron", 1, {DICTIONARY_SURNAME}, -1}, + {"Tugay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vokshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vargas Llosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Holroyd", 1, {DICTIONARY_SURNAME}, -1}, + {"Da Ros", 1, {DICTIONARY_SURNAME}, -1}, + {"Musäus", 1, {DICTIONARY_SURNAME}, -1}, + {"Laird", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Steiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Aa", 1, {DICTIONARY_SURNAME}, -1}, + {"Austen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kabiraj", 1, {DICTIONARY_SURNAME}, -1}, + {"Cordner", 1, {DICTIONARY_SURNAME}, -1}, + {"Priscoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Trond", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Johanneson", 1, {DICTIONARY_SURNAME}, -1}, + {"Annam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Horiguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"b-and-q", 1, {DICTIONARY_CHAIN}, 73}, + {"Tritsis", 1, {DICTIONARY_SURNAME}, -1}, + {"Olgun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kovacsics", 1, {DICTIONARY_SURNAME}, -1}, + {"Waguespack", 1, {DICTIONARY_SURNAME}, -1}, + {"Fader", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwaiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlstedt", 1, {DICTIONARY_SURNAME}, -1}, + {"Chinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Varrichione", 1, {DICTIONARY_SURNAME}, -1}, + {"Fujiie", 1, {DICTIONARY_SURNAME}, -1}, + {"Ullmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Mocanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Loader", 1, {DICTIONARY_SURNAME}, -1}, + {"Wegelius", 1, {DICTIONARY_SURNAME}, -1}, + {"Konadu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hambidge", 1, {DICTIONARY_SURNAME}, -1}, + {"Loveman", 1, {DICTIONARY_SURNAME}, -1}, + {"Papathanasiou", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiki", 1, {DICTIONARY_SURNAME}, -1}, + {"Torres", 1, {DICTIONARY_SURNAME}, -1}, + {"Krause", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Hara", 1, {DICTIONARY_SURNAME}, -1}, + {"Duprey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaysen", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunelleschi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pyotr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Šedivý", 1, {DICTIONARY_SURNAME}, -1}, + {"Markman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghozali", 1, {DICTIONARY_SURNAME}, -1}, + {"Wenche", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arahata", 1, {DICTIONARY_SURNAME}, -1}, + {"Sorkočević", 1, {DICTIONARY_SURNAME}, -1}, + {"Folau", 1, {DICTIONARY_SURNAME}, -1}, + {"Devrient", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomita", 1, {DICTIONARY_SURNAME}, -1}, + {"Watkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Brugha", 1, {DICTIONARY_SURNAME}, -1}, + {"Sağlam", 1, {DICTIONARY_SURNAME}, -1}, + {"Schastlivtsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Meagher", 1, {DICTIONARY_SURNAME}, -1}, + {"Nosek", 1, {DICTIONARY_SURNAME}, -1}, + {"Taubenschlag", 1, {DICTIONARY_SURNAME}, -1}, + {"La Galissonnière", 1, {DICTIONARY_SURNAME}, -1}, + {"Cowman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiesewetter", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinkham", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Simmons", 1, {DICTIONARY_SURNAME}, -1}, + {"Rinke", 1, {DICTIONARY_SURNAME}, -1}, + {"Milani", 1, {DICTIONARY_SURNAME}, -1}, + {"Fama", 1, {DICTIONARY_SURNAME}, -1}, + {"Hara", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Baigent", 1, {DICTIONARY_SURNAME}, -1}, + {"Rostron", 1, {DICTIONARY_SURNAME}, -1}, + {"Pengelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Lick", 1, {DICTIONARY_SURNAME}, -1}, + {"Eifman", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Philippidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hecher", 1, {DICTIONARY_SURNAME}, -1}, + {"Mihaela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Costa", 1, {DICTIONARY_SURNAME}, -1}, + {"Sydney", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Faillace", 1, {DICTIONARY_SURNAME}, -1}, + {"Trofimenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Coale", 1, {DICTIONARY_SURNAME}, -1}, + {"Askew", 1, {DICTIONARY_SURNAME}, -1}, + {"De Toni", 1, {DICTIONARY_SURNAME}, -1}, + {"Polston", 1, {DICTIONARY_SURNAME}, -1}, + {"Qualtinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmalenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Card", 1, {DICTIONARY_SURNAME}, -1}, + {"Sukenik", 1, {DICTIONARY_SURNAME}, -1}, + {"Beaurepaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Heese", 1, {DICTIONARY_SURNAME}, -1}, + {"Schectman", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Burgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Beki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Vacendak", 1, {DICTIONARY_SURNAME}, -1}, + {"Awashima", 1, {DICTIONARY_SURNAME}, -1}, + {"Cini", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabag", 1, {DICTIONARY_SURNAME}, -1}, + {"Te Vrede", 1, {DICTIONARY_SURNAME}, -1}, + {"Haenen", 1, {DICTIONARY_SURNAME}, -1}, + {"Haksar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bazil", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sergo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Khorsandi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nam-sun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agtzidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Findlay", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Birtles", 1, {DICTIONARY_SURNAME}, -1}, + {"Eibert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gaius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sparrow", 1, {DICTIONARY_SURNAME}, -1}, + {"carls jrs", 1, {DICTIONARY_CHAIN}, 93}, + {"Dubhán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kollannur", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiennes", 1, {DICTIONARY_SURNAME}, -1}, + {"Skorobogatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Abayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kierkegaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Itō", 1, {DICTIONARY_SURNAME}, -1}, + {"Vastola", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbaan", 1, {DICTIONARY_SURNAME}, -1}, + {"MacKinlay", 1, {DICTIONARY_SURNAME}, -1}, + {"Astell", 1, {DICTIONARY_SURNAME}, -1}, + {"Arfie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wackernagel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaarel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dodd", 1, {DICTIONARY_SURNAME}, -1}, + {"Pomerance", 1, {DICTIONARY_SURNAME}, -1}, + {"Nerea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Matilde", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdevali", 1, {DICTIONARY_SURNAME}, -1}, + {"Kagetaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hermansen", 1, {DICTIONARY_SURNAME}, -1}, + {"Usaburo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leadon", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Pichardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sneha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goldsborough", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadik", 1, {DICTIONARY_SURNAME}, -1}, + {"Balitsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Reynell", 1, {DICTIONARY_SURNAME}, -1}, + {"Honywood", 1, {DICTIONARY_SURNAME}, -1}, + {"caltex", 1, {DICTIONARY_CHAIN}, -1}, + {"Fjelde", 1, {DICTIONARY_SURNAME}, -1}, + {"Atsushi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"D'Oyly", 1, {DICTIONARY_SURNAME}, -1}, + {"Willman", 1, {DICTIONARY_SURNAME}, -1}, + {"Constantinidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitier", 1, {DICTIONARY_SURNAME}, -1}, + {"Wear", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamasamudram", 1, {DICTIONARY_SURNAME}, -1}, + {"Skancke", 1, {DICTIONARY_SURNAME}, -1}, + {"Schokking", 1, {DICTIONARY_SURNAME}, -1}, + {"Sweezy", 1, {DICTIONARY_SURNAME}, -1}, + {"Umeko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Galanakis", 1, {DICTIONARY_SURNAME}, -1}, + {"McGeagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Lowenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Descartes", 1, {DICTIONARY_SURNAME}, -1}, + {"Eisenstaedter", 1, {DICTIONARY_SURNAME}, -1}, + {"Faresin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Moriz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anquetil", 1, {DICTIONARY_SURNAME}, -1}, + {"Parvīz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mycroft", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ulanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Akyıldız", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Leib", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arlauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuoco", 1, {DICTIONARY_SURNAME}, -1}, + {"Bier", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinsler", 1, {DICTIONARY_SURNAME}, -1}, + {"Baring", 1, {DICTIONARY_SURNAME}, -1}, + {"Tae-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zavarzina", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoo-gun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Auer von Welsbach", 1, {DICTIONARY_SURNAME}, -1}, + {"McClarty", 1, {DICTIONARY_SURNAME}, -1}, + {"Éder", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wonnacott", 1, {DICTIONARY_SURNAME}, -1}, + {"Reijo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peltonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Cranch", 1, {DICTIONARY_SURNAME}, -1}, + {"Verrault", 1, {DICTIONARY_SURNAME}, -1}, + {"Turnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizaniari", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumada", 1, {DICTIONARY_SURNAME}, -1}, + {"Moon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eziyodawe", 1, {DICTIONARY_SURNAME}, -1}, + {"McNees", 1, {DICTIONARY_SURNAME}, -1}, + {"Vixie", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirwitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolden", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsubouchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Steffenone", 1, {DICTIONARY_SURNAME}, -1}, + {"Meijsing", 1, {DICTIONARY_SURNAME}, -1}, + {"Dornbush", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Buizen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vardarlı", 1, {DICTIONARY_SURNAME}, -1}, + {"Yohannes", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ugumori", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Binst", 1, {DICTIONARY_SURNAME}, -1}, + {"Raimund", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"sonic drive-ins", 1, {DICTIONARY_CHAIN}, 236}, + {"Okaroh", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasqua", 1, {DICTIONARY_SURNAME}, -1}, + {"Schønwandt", 1, {DICTIONARY_SURNAME}, -1}, + {"Balotelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Haldun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Calloway", 1, {DICTIONARY_SURNAME}, -1}, + {"Caitlín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Littmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Staveren", 1, {DICTIONARY_SURNAME}, -1}, + {"Brenton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"NicLeóid", 1, {DICTIONARY_SURNAME}, -1}, + {"Jolanda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tae-il", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Faldo", 1, {DICTIONARY_SURNAME}, -1}, + {"Simarro", 1, {DICTIONARY_SURNAME}, -1}, + {"Mervyn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nafti", 1, {DICTIONARY_SURNAME}, -1}, + {"Anthamatten", 1, {DICTIONARY_SURNAME}, -1}, + {"Viehböck", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitoshynskyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wertheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Tews", 1, {DICTIONARY_SURNAME}, -1}, + {"Zablocki", 1, {DICTIONARY_SURNAME}, -1}, + {"Onwuzuruike", 1, {DICTIONARY_SURNAME}, -1}, + {"Aglietta", 1, {DICTIONARY_SURNAME}, -1}, + {"Veeraiyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Redd", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Goudge", 1, {DICTIONARY_SURNAME}, -1}, + {"Frances", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jewell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Svend", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jokela", 1, {DICTIONARY_SURNAME}, -1}, + {"Batur", 1, {DICTIONARY_SURNAME}, -1}, + {"Zilpha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guillory", 1, {DICTIONARY_SURNAME}, -1}, + {"Steel", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbashinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Katy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Montgomery", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikegami", 1, {DICTIONARY_SURNAME}, -1}, + {"Bignall", 1, {DICTIONARY_SURNAME}, -1}, + {"Abillammaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-ah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adhiyaman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Rangelov", 1, {DICTIONARY_SURNAME}, -1}, + {"Saltalamacchia", 1, {DICTIONARY_SURNAME}, -1}, + {"Suryadevara", 1, {DICTIONARY_SURNAME}, -1}, + {"Eeckhout", 1, {DICTIONARY_SURNAME}, -1}, + {"Karlović", 1, {DICTIONARY_SURNAME}, -1}, + {"Hooper", 1, {DICTIONARY_SURNAME}, -1}, + {"Rautenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"McAdam", 1, {DICTIONARY_SURNAME}, -1}, + {"Adel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pagel", 1, {DICTIONARY_SURNAME}, -1}, + {"Markovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Perez", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bos", 1, {DICTIONARY_SURNAME}, -1}, + {"Neelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Gelfand", 1, {DICTIONARY_SURNAME}, -1}, + {"Anika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stenbuck", 1, {DICTIONARY_SURNAME}, -1}, + {"Pacejka", 1, {DICTIONARY_SURNAME}, -1}, + {"Sádecký", 1, {DICTIONARY_SURNAME}, -1}, + {"Damji", 1, {DICTIONARY_SURNAME}, -1}, + {"Tauscher", 1, {DICTIONARY_SURNAME}, -1}, + {"Salz", 1, {DICTIONARY_SURNAME}, -1}, + {"Bengü", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"La Vallée-Poussin", 1, {DICTIONARY_SURNAME}, -1}, + {"Videnov", 1, {DICTIONARY_SURNAME}, -1}, + {"Veness", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Harriss", 1, {DICTIONARY_SURNAME}, -1}, + {"Zipfel", 1, {DICTIONARY_SURNAME}, -1}, + {"Weidenmann", 1, {DICTIONARY_SURNAME}, -1}, + {"gamestops", 1, {DICTIONARY_CHAIN}, 140}, + {"Refinetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Veldhoven", 1, {DICTIONARY_SURNAME}, -1}, + {"Ifejiagwa", 1, {DICTIONARY_SURNAME}, -1}, + {"MacCawley", 1, {DICTIONARY_SURNAME}, -1}, + {"leroy merlin", 1, {DICTIONARY_CHAIN}, -1}, + {"Dannreuther", 1, {DICTIONARY_SURNAME}, -1}, + {"McQualter", 1, {DICTIONARY_SURNAME}, -1}, + {"Rickman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Žalica", 1, {DICTIONARY_SURNAME}, -1}, + {"Berner", 1, {DICTIONARY_SURNAME}, -1}, + {"Rasmussen", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulloyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Sedney", 1, {DICTIONARY_SURNAME}, -1}, + {"bubba gump's shrimp co", 1, {DICTIONARY_CHAIN}, 87}, + {"Chūichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantor", 1, {DICTIONARY_SURNAME}, -1}, + {"Bondarchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Arsen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kalbfleisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Ștefania", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Botkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bour", 1, {DICTIONARY_SURNAME}, -1}, + {"Boxleitner", 1, {DICTIONARY_SURNAME}, -1}, + {"Shriver", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheryl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krsto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Allchurch", 1, {DICTIONARY_SURNAME}, -1}, + {"Brasfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dobbenburgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheate", 1, {DICTIONARY_SURNAME}, -1}, + {"Mee", 1, {DICTIONARY_SURNAME}, -1}, + {"Logan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gerome", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shoop", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakhovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Masetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Röhr", 1, {DICTIONARY_SURNAME}, -1}, + {"Achilli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizzoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitrot", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasle", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuilten", 1, {DICTIONARY_SURNAME}, -1}, + {"Brynmor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thorlakson", 1, {DICTIONARY_SURNAME}, -1}, + {"Naslund", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratajczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Takamitsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Siobhán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pakula", 1, {DICTIONARY_SURNAME}, -1}, + {"Losey", 1, {DICTIONARY_SURNAME}, -1}, + {"Deevy", 1, {DICTIONARY_SURNAME}, -1}, + {"at & t store", 1, {DICTIONARY_CHAIN}, 65}, + {"McFall", 1, {DICTIONARY_SURNAME}, -1}, + {"Ribeiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Wada", 1, {DICTIONARY_SURNAME}, -1}, + {"Morson", 1, {DICTIONARY_SURNAME}, -1}, + {"Weekley", 1, {DICTIONARY_SURNAME}, -1}, + {"h&r blocks", 1, {DICTIONARY_CHAIN}, 146}, + {"Vendryes", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamey", 1, {DICTIONARY_SURNAME}, -1}, + {"Temple", 1, {DICTIONARY_SURNAME}, -1}, + {"Schatzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Korwin-Szymanowscy", 1, {DICTIONARY_SURNAME}, -1}, + {"Brümmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Fionn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masamitsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"popeyes chicken & biscuits", 1, {DICTIONARY_CHAIN}, 212}, + {"Frankfurter", 1, {DICTIONARY_SURNAME}, -1}, + {"Bijl", 1, {DICTIONARY_SURNAME}, -1}, + {"De Saedeleer", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomčić", 1, {DICTIONARY_SURNAME}, -1}, + {"Dostoevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Berlinguer", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Vaerenbergh", 1, {DICTIONARY_SURNAME}, -1}, + {"McNeillie", 1, {DICTIONARY_SURNAME}, -1}, + {"Plante", 1, {DICTIONARY_SURNAME}, -1}, + {"Lefort", 1, {DICTIONARY_SURNAME}, -1}, + {"Davson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhargava", 1, {DICTIONARY_SURNAME}, -1}, + {"Palach", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasheminasab", 1, {DICTIONARY_SURNAME}, -1}, + {"Akdarı", 1, {DICTIONARY_SURNAME}, -1}, + {"Nischal", 1, {DICTIONARY_SURNAME}, -1}, + {"Ondrej", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kurstin", 1, {DICTIONARY_SURNAME}, -1}, + {"Blignaut", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gasparotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Cerminara", 1, {DICTIONARY_SURNAME}, -1}, + {"Henrikas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vatcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Veranes", 1, {DICTIONARY_SURNAME}, -1}, + {"Cosmo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ružica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tsunekichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vukanović", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrimmon", 1, {DICTIONARY_SURNAME}, -1}, + {"Blumenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Proude", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaninović", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdu'allah", 1, {DICTIONARY_SURNAME}, -1}, + {"Afinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Arrúa", 1, {DICTIONARY_SURNAME}, -1}, + {"Crank", 1, {DICTIONARY_SURNAME}, -1}, + {"intermarché super", 1, {DICTIONARY_CHAIN}, -1}, + {"Danko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clavering", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tepesch", 1, {DICTIONARY_SURNAME}, -1}, + {"Fownes", 1, {DICTIONARY_SURNAME}, -1}, + {"Gisele", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKaige", 1, {DICTIONARY_SURNAME}, -1}, + {"Agazarian", 1, {DICTIONARY_SURNAME}, -1}, + {"Guzzanti", 1, {DICTIONARY_SURNAME}, -1}, + {"Datsyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Kathryn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Normington", 1, {DICTIONARY_SURNAME}, -1}, + {"Hettiarachchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hideto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aksanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kocourek", 1, {DICTIONARY_SURNAME}, -1}, + {"Umanosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pelfrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Zvezdan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Theunissen", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolanowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Mutrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanhengel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vansteenkiste", 1, {DICTIONARY_SURNAME}, -1}, + {"Palm", 1, {DICTIONARY_SURNAME}, -1}, + {"Muirgheas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hada", 1, {DICTIONARY_SURNAME}, -1}, + {"Undrakonda", 1, {DICTIONARY_SURNAME}, -1}, + {"Pritt", 1, {DICTIONARY_SURNAME}, -1}, + {"Azizuddin", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jin-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carlesso", 1, {DICTIONARY_SURNAME}, -1}, + {"Cator", 1, {DICTIONARY_SURNAME}, -1}, + {"Rowbotham", 1, {DICTIONARY_SURNAME}, -1}, + {"Raizman", 1, {DICTIONARY_SURNAME}, -1}, + {"Michihisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Proculus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adomaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bojaxhiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamoulian", 1, {DICTIONARY_SURNAME}, -1}, + {"Babitsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Radenko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yevsyukov", 1, {DICTIONARY_SURNAME}, -1}, + {"Yīng", 1, {DICTIONARY_SURNAME}, -1}, + {"Teltschik", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarfas", 1, {DICTIONARY_SURNAME}, -1}, + {"Crvenkovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Körver", 1, {DICTIONARY_SURNAME}, -1}, + {"Weightman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bull", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Houten", 1, {DICTIONARY_SURNAME}, -1}, + {"Flügge", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrae", 1, {DICTIONARY_SURNAME}, -1}, + {"Straube", 1, {DICTIONARY_SURNAME}, -1}, + {"Records", 1, {DICTIONARY_SURNAME}, -1}, + {"Murong", 1, {DICTIONARY_SURNAME}, -1}, + {"Gellibrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Glendening", 1, {DICTIONARY_SURNAME}, -1}, + {"McAmmond", 1, {DICTIONARY_SURNAME}, -1}, + {"Boelcke", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Duim", 1, {DICTIONARY_SURNAME}, -1}, + {"Trench", 1, {DICTIONARY_SURNAME}, -1}, + {"Brummer", 1, {DICTIONARY_SURNAME}, -1}, + {"Grosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakovich", 1, {DICTIONARY_SURNAME}, -1}, + {"McFate", 1, {DICTIONARY_SURNAME}, -1}, + {"Apirana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brisco", 1, {DICTIONARY_SURNAME}, -1}, + {"Meiling", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaidman", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Alamia", 1, {DICTIONARY_SURNAME}, -1}, + {"Rauch", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirokatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McMeen", 1, {DICTIONARY_SURNAME}, -1}, + {"Baruwal", 1, {DICTIONARY_SURNAME}, -1}, + {"Gandon", 1, {DICTIONARY_SURNAME}, -1}, + {"Nabiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehmedović", 1, {DICTIONARY_SURNAME}, -1}, + {"Trounson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vartolomeu", 1, {DICTIONARY_SURNAME}, -1}, + {"Micula", 1, {DICTIONARY_SURNAME}, -1}, + {"Erlach", 1, {DICTIONARY_SURNAME}, -1}, + {"Tritan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gaffney", 1, {DICTIONARY_SURNAME}, -1}, + {"Palmcrantz", 1, {DICTIONARY_SURNAME}, -1}, + {"Saward", 1, {DICTIONARY_SURNAME}, -1}, + {"FitzThomas", 1, {DICTIONARY_SURNAME}, -1}, + {"Wexner", 1, {DICTIONARY_SURNAME}, -1}, + {"Chekhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Krenkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Capra", 1, {DICTIONARY_SURNAME}, -1}, + {"McFalls", 1, {DICTIONARY_SURNAME}, -1}, + {"Helsing", 1, {DICTIONARY_SURNAME}, -1}, + {"Hunley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendler", 1, {DICTIONARY_SURNAME}, -1}, + {"Schut", 1, {DICTIONARY_SURNAME}, -1}, + {"Rolfe", 1, {DICTIONARY_SURNAME}, -1}, + {"in and out burgers", 1, {DICTIONARY_CHAIN}, 158}, + {"Kerins", 1, {DICTIONARY_SURNAME}, -1}, + {"Kok", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanasek", 1, {DICTIONARY_SURNAME}, -1}, + {"Heavey", 1, {DICTIONARY_SURNAME}, -1}, + {"Brant", 1, {DICTIONARY_SURNAME}, -1}, + {"Gull", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jae-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shamanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Verushkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abs", 1, {DICTIONARY_SURNAME}, -1}, + {"Chkhetidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Radek", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Narcisse", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Scarisbrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Leontyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Haigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lama", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valpio", 1, {DICTIONARY_SURNAME}, -1}, + {"Olle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rossner", 1, {DICTIONARY_SURNAME}, -1}, + {"Borjan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ecevit", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buryak", 1, {DICTIONARY_SURNAME}, -1}, + {"Triegaardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Dağtekin", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Adegbuyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikkelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Svensson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gujadhur", 1, {DICTIONARY_SURNAME}, -1}, + {"Pettman", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheridan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Taylan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Doyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Merl", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chitwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Moroney", 1, {DICTIONARY_SURNAME}, -1}, + {"Campanus", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucić", 1, {DICTIONARY_SURNAME}, -1}, + {"Suat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Padwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Jovan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aghatise", 1, {DICTIONARY_SURNAME}, -1}, + {"Valoti", 1, {DICTIONARY_SURNAME}, -1}, + {"Beegle", 1, {DICTIONARY_SURNAME}, -1}, + {"Guard", 1, {DICTIONARY_SURNAME}, -1}, + {"Kreisel", 1, {DICTIONARY_SURNAME}, -1}, + {"Frédéric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jevanord", 1, {DICTIONARY_SURNAME}, -1}, + {"Suchet", 1, {DICTIONARY_SURNAME}, -1}, + {"Leleu", 1, {DICTIONARY_SURNAME}, -1}, + {"Twersky", 1, {DICTIONARY_SURNAME}, -1}, + {"Sterky", 1, {DICTIONARY_SURNAME}, -1}, + {"Abakoumov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hockenberry", 1, {DICTIONARY_SURNAME}, -1}, + {"Dickens", 1, {DICTIONARY_SURNAME}, -1}, + {"Allwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Pituk", 1, {DICTIONARY_SURNAME}, -1}, + {"Lærke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McAleney", 1, {DICTIONARY_SURNAME}, -1}, + {"Kafeel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bluming", 1, {DICTIONARY_SURNAME}, -1}, + {"Grethe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abashidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Tredway", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosschaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Bianchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Piermario", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ainsworth", 1, {DICTIONARY_SURNAME}, -1}, + {"h and r blocks", 1, {DICTIONARY_CHAIN}, 146}, + {"Adlerteg", 1, {DICTIONARY_SURNAME}, -1}, + {"Myer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sarıgül", 1, {DICTIONARY_SURNAME}, -1}, + {"Verplaetse", 1, {DICTIONARY_SURNAME}, -1}, + {"Salimjon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sørensen", 1, {DICTIONARY_SURNAME}, -1}, + {"Natasja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goethals", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamsetjee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ağca", 1, {DICTIONARY_SURNAME}, -1}, + {"lone star steakhouse and saloon", 1, {DICTIONARY_CHAIN}, 175}, + {"Bünyamin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Djamel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baldato", 1, {DICTIONARY_SURNAME}, -1}, + {"Bashour", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamakhya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Highmoor", 1, {DICTIONARY_SURNAME}, -1}, + {"long john silver's", 1, {DICTIONARY_CHAIN}, -1}, + {"Lifar", 1, {DICTIONARY_SURNAME}, -1}, + {"Quilico", 1, {DICTIONARY_SURNAME}, -1}, + {"Banka-Mundi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McAlary", 1, {DICTIONARY_SURNAME}, -1}, + {"Minotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Dwiggins", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassili", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Al-Balawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jöcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Remus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Goggin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobotka", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Capoue", 1, {DICTIONARY_SURNAME}, -1}, + {"Axelsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkineni", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinnagbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Devereux", 1, {DICTIONARY_SURNAME}, -1}, + {"Verani", 1, {DICTIONARY_SURNAME}, -1}, + {"Krstajić", 1, {DICTIONARY_SURNAME}, -1}, + {"Galenka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jiří", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greene", 1, {DICTIONARY_SURNAME}, -1}, + {"Fermor-Hesketh", 1, {DICTIONARY_SURNAME}, -1}, + {"Saadé", 1, {DICTIONARY_SURNAME}, -1}, + {"Fen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schönenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"dollar tree", 1, {DICTIONARY_CHAIN}, -1}, + {"Reardon", 1, {DICTIONARY_SURNAME}, -1}, + {"Lozupone", 1, {DICTIONARY_SURNAME}, -1}, + {"Maciej", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Desmarets", 1, {DICTIONARY_SURNAME}, -1}, + {"Vives", 1, {DICTIONARY_SURNAME}, -1}, + {"Eadred", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lyne", 1, {DICTIONARY_SURNAME}, -1}, + {"pizza huts", 1, {DICTIONARY_CHAIN}, 207}, + {"Liptak", 1, {DICTIONARY_SURNAME}, -1}, + {"Görres", 1, {DICTIONARY_SURNAME}, -1}, + {"Vachoušek", 1, {DICTIONARY_SURNAME}, -1}, + {"Izaiaš", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vologdin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tailboys", 1, {DICTIONARY_SURNAME}, -1}, + {"Katyayini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bret", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mimmi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shizue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mistry", 1, {DICTIONARY_SURNAME}, -1}, + {"Vygotsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Veloso", 1, {DICTIONARY_SURNAME}, -1}, + {"Steff", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rathi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeong-ok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adamowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Anning", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eyde", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauff", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaoru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eagleman", 1, {DICTIONARY_SURNAME}, -1}, + {"McGaha", 1, {DICTIONARY_SURNAME}, -1}, + {"Novello", 1, {DICTIONARY_SURNAME}, -1}, + {"Héral", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitler", 1, {DICTIONARY_SURNAME}, -1}, + {"Quade", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sherman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paynter", 1, {DICTIONARY_SURNAME}, -1}, + {"Kippie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vezzoso", 1, {DICTIONARY_SURNAME}, -1}, + {"Szell", 1, {DICTIONARY_SURNAME}, -1}, + {"Voris", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawano", 1, {DICTIONARY_SURNAME}, -1}, + {"Turner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Çiftçi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hopps", 1, {DICTIONARY_SURNAME}, -1}, + {"Feuermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Sierakowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Biddinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Behaim", 1, {DICTIONARY_SURNAME}, -1}, + {"Senn", 1, {DICTIONARY_SURNAME}, -1}, + {"Xin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vittoria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reggie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aamlid", 1, {DICTIONARY_SURNAME}, -1}, + {"Farrelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Favier", 1, {DICTIONARY_SURNAME}, -1}, + {"De Koning", 1, {DICTIONARY_SURNAME}, -1}, + {"Michiel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Smellie", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosselli", 1, {DICTIONARY_SURNAME}, -1}, + {"Idriss", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arihito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buczkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Zweifel", 1, {DICTIONARY_SURNAME}, -1}, + {"Martland", 1, {DICTIONARY_SURNAME}, -1}, + {"Cieśla", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenton", 1, {DICTIONARY_SURNAME}, -1}, + {"Hookey", 1, {DICTIONARY_SURNAME}, -1}, + {"Melady", 1, {DICTIONARY_SURNAME}, -1}, + {"Landström", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdoollayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishiaku", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellafonte", 1, {DICTIONARY_SURNAME}, -1}, + {"Valiquette", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolle", 1, {DICTIONARY_SURNAME}, -1}, + {"More", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Ceallacháin", 1, {DICTIONARY_SURNAME}, -1}, + {"Langton", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamemoto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flanders", 1, {DICTIONARY_SURNAME}, -1}, + {"Colville", 1, {DICTIONARY_SURNAME}, -1}, + {"Pelikán", 1, {DICTIONARY_SURNAME}, -1}, + {"Pheutan", 1, {DICTIONARY_SURNAME}, -1}, + {"Camp", 1, {DICTIONARY_SURNAME}, -1}, + {"Juana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cuccurullo", 1, {DICTIONARY_SURNAME}, -1}, + {"Wagenseil", 1, {DICTIONARY_SURNAME}, -1}, + {"Bullock", 1, {DICTIONARY_SURNAME}, -1}, + {"Witek", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiavone", 1, {DICTIONARY_SURNAME}, -1}, + {"Consorts of Ganesha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jauss", 1, {DICTIONARY_SURNAME}, -1}, + {"ihop", 1, {DICTIONARY_CHAIN}, -1}, + {"Schellenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomaschek", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunpei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Antonio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Burçak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Birger", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ingmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Shintani", 1, {DICTIONARY_SURNAME}, -1}, + {"Diels", 1, {DICTIONARY_SURNAME}, -1}, + {"Mita", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bahram", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Avermaet", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoetemelk", 1, {DICTIONARY_SURNAME}, -1}, + {"Barlie", 1, {DICTIONARY_SURNAME}, -1}, + {"Norreys", 1, {DICTIONARY_SURNAME}, -1}, + {"Ertegün", 1, {DICTIONARY_SURNAME}, -1}, + {"McAleer", 1, {DICTIONARY_SURNAME}, -1}, + {"Renault", 1, {DICTIONARY_SURNAME}, -1}, + {"Burg", 1, {DICTIONARY_SURNAME}, -1}, + {"Salvador", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tijani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rosenband", 1, {DICTIONARY_SURNAME}, -1}, + {"Heidenstam", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomoyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raitzin", 1, {DICTIONARY_SURNAME}, -1}, + {"Strazzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Urbanowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Crow", 1, {DICTIONARY_SURNAME}, -1}, + {"Halloway", 1, {DICTIONARY_SURNAME}, -1}, + {"Paidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ganguly", 1, {DICTIONARY_SURNAME}, -1}, + {"Rondinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajaye", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemp", 1, {DICTIONARY_SURNAME}, -1}, + {"Noory", 1, {DICTIONARY_SURNAME}, -1}, + {"Stary", 1, {DICTIONARY_SURNAME}, -1}, + {"Uroš", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anucha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kálmán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahlers", 1, {DICTIONARY_SURNAME}, -1}, + {"Akpoborie", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuchika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Knievel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tumwine", 1, {DICTIONARY_SURNAME}, -1}, + {"Bindra", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallicella", 1, {DICTIONARY_SURNAME}, -1}, + {"Piekarski", 1, {DICTIONARY_SURNAME}, -1}, + {"Adenhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Llewelyn Davies", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Ancken", 1, {DICTIONARY_SURNAME}, -1}, + {"Gelson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ransom", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oğuzhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKechnie", 1, {DICTIONARY_SURNAME}, -1}, + {"Abugo", 1, {DICTIONARY_SURNAME}, -1}, + {"Martinello", 1, {DICTIONARY_SURNAME}, -1}, + {"Haslam", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosyara", 1, {DICTIONARY_SURNAME}, -1}, + {"Seghizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Anirban", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bernanke", 1, {DICTIONARY_SURNAME}, -1}, + {"Beat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Miyashima", 1, {DICTIONARY_SURNAME}, -1}, + {"Henriquez", 1, {DICTIONARY_SURNAME}, -1}, + {"Isham", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleason", 1, {DICTIONARY_SURNAME}, -1}, + {"Catazaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerischer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ringel", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuneo", 1, {DICTIONARY_SURNAME}, -1}, + {"Parisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukinobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Villon", 1, {DICTIONARY_SURNAME}, -1}, + {"Malmuth", 1, {DICTIONARY_SURNAME}, -1}, + {"Dilke", 1, {DICTIONARY_SURNAME}, -1}, + {"Adkisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Muravyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Yusuf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jean-Christophe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boudesoque", 1, {DICTIONARY_SURNAME}, -1}, + {"Egressy", 1, {DICTIONARY_SURNAME}, -1}, + {"Distler", 1, {DICTIONARY_SURNAME}, -1}, + {"Idogho", 1, {DICTIONARY_SURNAME}, -1}, + {"Ecem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vermandel", 1, {DICTIONARY_SURNAME}, -1}, + {"j c penneys", 1, {DICTIONARY_CHAIN}, 165}, + {"Marta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acebillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolaevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayrünnisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hegna", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fidanzati", 1, {DICTIONARY_SURNAME}, -1}, + {"Sedaris", 1, {DICTIONARY_SURNAME}, -1}, + {"Pelley", 1, {DICTIONARY_SURNAME}, -1}, + {"Weale", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Sōroku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saint Adolph", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Kamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Yankowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Dedieu", 1, {DICTIONARY_SURNAME}, -1}, + {"sainsburys", 1, {DICTIONARY_CHAIN}, 224}, + {"Nérée", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCombs", 1, {DICTIONARY_SURNAME}, -1}, + {"Staniforth", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanne", 1, {DICTIONARY_SURNAME}, -1}, + {"Bankston", 1, {DICTIONARY_SURNAME}, -1}, + {"Maibaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Malmberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sindre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wilbur", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gozzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Torrence", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaume", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomoe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beck", 1, {DICTIONARY_SURNAME}, -1}, + {"Milka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fourdrinier", 1, {DICTIONARY_SURNAME}, -1}, + {"Boffrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Robitaille", 1, {DICTIONARY_SURNAME}, -1}, + {"dia", 1, {DICTIONARY_CHAIN}, -1}, + {"Fabricio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Funatani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vergano", 1, {DICTIONARY_SURNAME}, -1}, + {"Hervieu", 1, {DICTIONARY_SURNAME}, -1}, + {"Fatio", 1, {DICTIONARY_SURNAME}, -1}, + {"Vainisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Meimberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sosna", 1, {DICTIONARY_SURNAME}, -1}, + {"Palgrave", 1, {DICTIONARY_SURNAME}, -1}, + {"Slaten", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaarten", 1, {DICTIONARY_SURNAME}, -1}, + {"Itagaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Panagiotopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Angermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dooley", 1, {DICTIONARY_SURNAME}, -1}, + {"Alakija", 1, {DICTIONARY_SURNAME}, -1}, + {"Blatz", 1, {DICTIONARY_SURNAME}, -1}, + {"Elke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Euthemia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"bonchon chicken", 1, {DICTIONARY_CHAIN}, -1}, + {"Addinsell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kakarla", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Josey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"muller", 1, {DICTIONARY_CHAIN}, 187}, + {"Piranesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Edison", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguta", 1, {DICTIONARY_SURNAME}, -1}, + {"Schenke", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamashina", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanigli", 1, {DICTIONARY_SURNAME}, -1}, + {"Bullion", 1, {DICTIONARY_SURNAME}, -1}, + {"Višinka", 1, {DICTIONARY_SURNAME}, -1}, + {"Brodey", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Maudling", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonra", 1, {DICTIONARY_SURNAME}, -1}, + {"Khosla", 1, {DICTIONARY_SURNAME}, -1}, + {"Muszyński", 1, {DICTIONARY_SURNAME}, -1}, + {"Beeston", 1, {DICTIONARY_SURNAME}, -1}, + {"Pauley", 1, {DICTIONARY_SURNAME}, -1}, + {"Pauly", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Saddington", 1, {DICTIONARY_SURNAME}, -1}, + {"Urbicus", 1, {DICTIONARY_SURNAME}, -1}, + {"Okumura", 1, {DICTIONARY_SURNAME}, -1}, + {"Menčík", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellwood", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Durov", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Absher", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilenkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sokolsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Linnecor", 1, {DICTIONARY_SURNAME}, -1}, + {"Abengózar", 1, {DICTIONARY_SURNAME}, -1}, + {"McKibbin", 1, {DICTIONARY_SURNAME}, -1}, + {"MacNeille", 1, {DICTIONARY_SURNAME}, -1}, + {"Hillar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schuetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Shepperson", 1, {DICTIONARY_SURNAME}, -1}, + {"Marzorati", 1, {DICTIONARY_SURNAME}, -1}, + {"Savarese", 1, {DICTIONARY_SURNAME}, -1}, + {"Mallet", 1, {DICTIONARY_SURNAME}, -1}, + {"Verstand", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelleam", 1, {DICTIONARY_SURNAME}, -1}, + {"Salvucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellison", 1, {DICTIONARY_SURNAME}, -1}, + {"Saheba", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulmutallab", 1, {DICTIONARY_SURNAME}, -1}, + {"Chandraker", 1, {DICTIONARY_SURNAME}, -1}, + {"Münnich", 1, {DICTIONARY_SURNAME}, -1}, + {"Poienaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Kehinde", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wieringa", 1, {DICTIONARY_SURNAME}, -1}, + {"Moreaux", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuade", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhaskaran", 1, {DICTIONARY_SURNAME}, -1}, + {"Pantilimon", 1, {DICTIONARY_SURNAME}, -1}, + {"Barua", 1, {DICTIONARY_SURNAME}, -1}, + {"Usenov", 1, {DICTIONARY_SURNAME}, -1}, + {"Agu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aračić", 1, {DICTIONARY_SURNAME}, -1}, + {"Wu", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedreich", 1, {DICTIONARY_SURNAME}, -1}, + {"Eaddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Nila Devi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Summerskill", 1, {DICTIONARY_SURNAME}, -1}, + {"Tumasyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Krishna Das", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lippestad", 1, {DICTIONARY_SURNAME}, -1}, + {"René", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bembenek", 1, {DICTIONARY_SURNAME}, -1}, + {"Vensel", 1, {DICTIONARY_SURNAME}, -1}, + {"Lingo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dineen", 1, {DICTIONARY_SURNAME}, -1}, + {"Banu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Szmajdziński", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Haaren", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernet", 1, {DICTIONARY_SURNAME}, -1}, + {"Schimpff", 1, {DICTIONARY_SURNAME}, -1}, + {"Postgate", 1, {DICTIONARY_SURNAME}, -1}, + {"Volberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajluni", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramakrishnan", 1, {DICTIONARY_SURNAME}, -1}, + {"Keshishian", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukutomi", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownback", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilgaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Genson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-chul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aumonier", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipping", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Costen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abair", 1, {DICTIONARY_SURNAME}, -1}, + {"Goss", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Hagen", 1, {DICTIONARY_SURNAME}, -1}, + {"Crichton", 1, {DICTIONARY_SURNAME}, -1}, + {"Kobayakawa", 1, {DICTIONARY_SURNAME}, -1}, + {"De León", 1, {DICTIONARY_SURNAME}, -1}, + {"Leanne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sobczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkoyun", 1, {DICTIONARY_SURNAME}, -1}, + {"McLachlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Njinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Draskovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Yashida", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcelo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henuttawy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boytsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sergeant", 1, {DICTIONARY_SURNAME}, -1}, + {"Belmokhtar", 1, {DICTIONARY_SURNAME}, -1}, + {"Rotblatt", 1, {DICTIONARY_SURNAME}, -1}, + {"t mobile store", 1, {DICTIONARY_CHAIN}, 256}, + {"Planman", 1, {DICTIONARY_SURNAME}, -1}, + {"Les", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brockbank", 1, {DICTIONARY_SURNAME}, -1}, + {"Rangoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Djurhuus", 1, {DICTIONARY_SURNAME}, -1}, + {"Vianna", 1, {DICTIONARY_SURNAME}, -1}, + {"Hein", 1, {DICTIONARY_SURNAME}, -1}, + {"Sahlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Chisnall", 1, {DICTIONARY_SURNAME}, -1}, + {"Ozoliņš", 1, {DICTIONARY_SURNAME}, -1}, + {"Crevels", 1, {DICTIONARY_SURNAME}, -1}, + {"Elsener", 1, {DICTIONARY_SURNAME}, -1}, + {"Levene", 1, {DICTIONARY_SURNAME}, -1}, + {"Kashiwabara", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherrie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pervin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malhotra", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Ajlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Mickl", 1, {DICTIONARY_SURNAME}, -1}, + {"canadian tire", 1, {DICTIONARY_CHAIN}, -1}, + {"Mathson", 1, {DICTIONARY_SURNAME}, -1}, + {"Aartun", 1, {DICTIONARY_SURNAME}, -1}, + {"McEntee", 1, {DICTIONARY_SURNAME}, -1}, + {"Peggy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Holwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Grudin", 1, {DICTIONARY_SURNAME}, -1}, + {"Scarborough", 1, {DICTIONARY_SURNAME}, -1}, + {"Hattenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Vesik", 1, {DICTIONARY_SURNAME}, -1}, + {"Cowan", 1, {DICTIONARY_SURNAME}, -1}, + {"Longman", 1, {DICTIONARY_SURNAME}, -1}, + {"Windisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Gojković", 1, {DICTIONARY_SURNAME}, -1}, + {"Mickle", 1, {DICTIONARY_SURNAME}, -1}, + {"Allik", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallner", 1, {DICTIONARY_SURNAME}, -1}, + {"Mann", 1, {DICTIONARY_SURNAME}, -1}, + {"Iwadare", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinoshita", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinnerstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablakimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Nate", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cambiaso", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Eijmeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Blakiston", 1, {DICTIONARY_SURNAME}, -1}, + {"Chitralekha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vehanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadji", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"coles express", 1, {DICTIONARY_CHAIN}, -1}, + {"Jitoku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vejsil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scheyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathieson", 1, {DICTIONARY_SURNAME}, -1}, + {"Leveque", 1, {DICTIONARY_SURNAME}, -1}, + {"Baardsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazel", 1, {DICTIONARY_SURNAME}, -1}, + {"Gustavsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuncay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Spiteri", 1, {DICTIONARY_SURNAME}, -1}, + {"Lilibet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paert", 1, {DICTIONARY_SURNAME}, -1}, + {"Morawski", 1, {DICTIONARY_SURNAME}, -1}, + {"Potthast", 1, {DICTIONARY_SURNAME}, -1}, + {"Dowling", 1, {DICTIONARY_SURNAME}, -1}, + {"Akaishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Parkinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönzeler", 1, {DICTIONARY_SURNAME}, -1}, + {"Krijtenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitin", 1, {DICTIONARY_SURNAME}, -1}, + {"Huessy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Joof", 1, {DICTIONARY_SURNAME}, -1}, + {"Adebola", 1, {DICTIONARY_SURNAME}, -1}, + {"Tausche", 1, {DICTIONARY_SURNAME}, -1}, + {"Bennewitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Bossche", 1, {DICTIONARY_SURNAME}, -1}, + {"Verwaayen", 1, {DICTIONARY_SURNAME}, -1}, + {"Stetter", 1, {DICTIONARY_SURNAME}, -1}, + {"Voaden", 1, {DICTIONARY_SURNAME}, -1}, + {"Mäkilä", 1, {DICTIONARY_SURNAME}, -1}, + {"Elif", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brigges", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubthach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Muneta", 1, {DICTIONARY_SURNAME}, -1}, + {"Blow", 1, {DICTIONARY_SURNAME}, -1}, + {"Leila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mathew", 1, {DICTIONARY_SURNAME}, -1}, + {"Trausch", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandiford", 1, {DICTIONARY_SURNAME}, -1}, + {"Gagne", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanterpool", 1, {DICTIONARY_SURNAME}, -1}, + {"Arvesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlatter", 1, {DICTIONARY_SURNAME}, -1}, + {"Moritaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Debacq", 1, {DICTIONARY_SURNAME}, -1}, + {"Warnecombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Holmlöv", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlatmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Robby", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lukowich", 1, {DICTIONARY_SURNAME}, -1}, + {"Venkannaiah", 1, {DICTIONARY_SURNAME}, -1}, + {"Lompar", 1, {DICTIONARY_SURNAME}, -1}, + {"Jordison", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdur Rahman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mizusawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Mozgov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tormod", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Modris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Groß", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerhard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kibayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Watkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Volovodenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Iademarco", 1, {DICTIONARY_SURNAME}, -1}, + {"Cram", 1, {DICTIONARY_SURNAME}, -1}, + {"Standridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Mowers", 1, {DICTIONARY_SURNAME}, -1}, + {"Beeby", 1, {DICTIONARY_SURNAME}, -1}, + {"Polenghi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dandurand", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajda", 1, {DICTIONARY_SURNAME}, -1}, + {"Aijazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigfússon", 1, {DICTIONARY_SURNAME}, -1}, + {"Tafer", 1, {DICTIONARY_SURNAME}, -1}, + {"Varey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kompany", 1, {DICTIONARY_SURNAME}, -1}, + {"Coetzee", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahap", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zdzisław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Laast", 1, {DICTIONARY_SURNAME}, -1}, + {"Latonia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kerryn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guttormson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukačević", 1, {DICTIONARY_SURNAME}, -1}, + {"Gambarini", 1, {DICTIONARY_SURNAME}, -1}, + {"Lombardo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Deniau", 1, {DICTIONARY_SURNAME}, -1}, + {"Turnau", 1, {DICTIONARY_SURNAME}, -1}, + {"Silviatti", 1, {DICTIONARY_SURNAME}, -1}, + {"Schonland", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciarán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Canada", 1, {DICTIONARY_SURNAME}, -1}, + {"Metternich", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Tallec", 1, {DICTIONARY_SURNAME}, -1}, + {"Fenwick", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Loktaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Brennert", 1, {DICTIONARY_SURNAME}, -1}, + {"Enqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Šulc", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragoljub", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alexandros", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Galeta", 1, {DICTIONARY_SURNAME}, -1}, + {"Pauling", 1, {DICTIONARY_SURNAME}, -1}, + {"Mbrica", 1, {DICTIONARY_SURNAME}, -1}, + {"Kojiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cha", 1, {DICTIONARY_SURNAME}, -1}, + {"Staffan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"h & r blocks", 1, {DICTIONARY_CHAIN}, 146}, + {"Amelchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Daucourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Angermüller", 1, {DICTIONARY_SURNAME}, -1}, + {"Auch", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaczorowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Ravenscroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Nico", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vitringa", 1, {DICTIONARY_SURNAME}, -1}, + {"Fels", 1, {DICTIONARY_SURNAME}, -1}, + {"Manasseh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Hattum", 1, {DICTIONARY_SURNAME}, -1}, + {"att", 1, {DICTIONARY_CHAIN}, 65}, + {"McCard", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallerand", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Gianluigi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Von Grawbadger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamill", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuddon", 1, {DICTIONARY_SURNAME}, -1}, + {"hallmark", 1, {DICTIONARY_CHAIN}, -1}, + {"Jüri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drinkwater", 1, {DICTIONARY_SURNAME}, -1}, + {"Hetemaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Babicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Maffett", 1, {DICTIONARY_SURNAME}, -1}, + {"McAvin", 1, {DICTIONARY_SURNAME}, -1}, + {"Menem", 1, {DICTIONARY_SURNAME}, -1}, + {"Paoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Visini", 1, {DICTIONARY_SURNAME}, -1}, + {"Juhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hajra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grob", 1, {DICTIONARY_SURNAME}, -1}, + {"Vossen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollingshead", 1, {DICTIONARY_SURNAME}, -1}, + {"Ware", 1, {DICTIONARY_SURNAME}, -1}, + {"Bushnak", 1, {DICTIONARY_SURNAME}, -1}, + {"Romina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Váleková", 1, {DICTIONARY_SURNAME}, -1}, + {"Inada", 1, {DICTIONARY_SURNAME}, -1}, + {"Getchell", 1, {DICTIONARY_SURNAME}, -1}, + {"Dicuil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Casati", 1, {DICTIONARY_SURNAME}, -1}, + {"Berrick", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McDyess", 1, {DICTIONARY_SURNAME}, -1}, + {"Buehrle", 1, {DICTIONARY_SURNAME}, -1}, + {"Galle", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruyslinck", 1, {DICTIONARY_SURNAME}, -1}, + {"Legay", 1, {DICTIONARY_SURNAME}, -1}, + {"Rane", 1, {DICTIONARY_SURNAME}, -1}, + {"Talat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jeremy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Montoya", 1, {DICTIONARY_SURNAME}, -1}, + {"Deschalers", 1, {DICTIONARY_SURNAME}, -1}, + {"Nardulli", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiodo", 1, {DICTIONARY_SURNAME}, -1}, + {"Miletić", 1, {DICTIONARY_SURNAME}, -1}, + {"Herrem", 1, {DICTIONARY_SURNAME}, -1}, + {"Runa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Muneteru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mladenov", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenspan", 1, {DICTIONARY_SURNAME}, -1}, + {"shell", 1, {DICTIONARY_CHAIN}, -1}, + {"Keskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadakazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wakeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Ölmez", 1, {DICTIONARY_SURNAME}, -1}, + {"Felixdaal", 1, {DICTIONARY_SURNAME}, -1}, + {"Gosteli", 1, {DICTIONARY_SURNAME}, -1}, + {"Touchet", 1, {DICTIONARY_SURNAME}, -1}, + {"Iltis", 1, {DICTIONARY_SURNAME}, -1}, + {"Lahovary", 1, {DICTIONARY_SURNAME}, -1}, + {"Verouli", 1, {DICTIONARY_SURNAME}, -1}, + {"Kebede", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamidou", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"April", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dachauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Shaukat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ignatyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Galley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hurlbut", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Demirtaş", 1, {DICTIONARY_SURNAME}, -1}, + {"Antikajian", 1, {DICTIONARY_SURNAME}, -1}, + {"Bein", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wysocki", 1, {DICTIONARY_SURNAME}, -1}, + {"Kodro", 1, {DICTIONARY_SURNAME}, -1}, + {"Barraza", 1, {DICTIONARY_SURNAME}, -1}, + {"De Vit", 1, {DICTIONARY_SURNAME}, -1}, + {"Eisenmenger", 1, {DICTIONARY_SURNAME}, -1}, + {"Dizdari", 1, {DICTIONARY_SURNAME}, -1}, + {"Romanowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Yego", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Gröning", 1, {DICTIONARY_SURNAME}, -1}, + {"Allende", 1, {DICTIONARY_SURNAME}, -1}, + {"Provenza", 1, {DICTIONARY_SURNAME}, -1}, + {"Ćopić", 1, {DICTIONARY_SURNAME}, -1}, + {"Furniss", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanunu", 1, {DICTIONARY_SURNAME}, -1}, + {"Quistgaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Woldemichael", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McLachlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeney", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Cathmhaoil", 1, {DICTIONARY_SURNAME}, -1}, + {"Mezzastris", 1, {DICTIONARY_SURNAME}, -1}, + {"Brynn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keays", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinsella", 1, {DICTIONARY_SURNAME}, -1}, + {"Aberchán", 1, {DICTIONARY_SURNAME}, -1}, + {"Sang-mi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Séverine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jin-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brandis", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorigny", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleksandersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Villaroman", 1, {DICTIONARY_SURNAME}, -1}, + {"Rikiya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roditi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dammann", 1, {DICTIONARY_SURNAME}, -1}, + {"İlkay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pienaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Lockie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Herbermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawaguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanchez", 1, {DICTIONARY_SURNAME}, -1}, + {"Almog", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rorke", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Aerschot", 1, {DICTIONARY_SURNAME}, -1}, + {"Savichev", 1, {DICTIONARY_SURNAME}, -1}, + {"Aberson", 1, {DICTIONARY_SURNAME}, -1}, + {"Wedman", 1, {DICTIONARY_SURNAME}, -1}, + {"Elspeth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Farrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Зощенко", 1, {DICTIONARY_SURNAME}, -1}, + {"Novas", 1, {DICTIONARY_SURNAME}, -1}, + {"Hole", 1, {DICTIONARY_SURNAME}, -1}, + {"Meany", 1, {DICTIONARY_SURNAME}, -1}, + {"Choki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zhu", 2, {DICTIONARY_SURNAME, DICTIONARY_SURNAME}, -1}, + {"Gemma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Odette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hugley", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiersma", 1, {DICTIONARY_SURNAME}, -1}, + {"Nayanar", 1, {DICTIONARY_SURNAME}, -1}, + {"Guevara", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarnio", 1, {DICTIONARY_SURNAME}, -1}, + {"Tigranian", 1, {DICTIONARY_SURNAME}, -1}, + {"Dade", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghini", 1, {DICTIONARY_SURNAME}, -1}, + {"Stothard", 1, {DICTIONARY_SURNAME}, -1}, + {"Sahakian", 1, {DICTIONARY_SURNAME}, -1}, + {"Veinstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buultjens", 1, {DICTIONARY_SURNAME}, -1}, + {"Raskolnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Toombs", 1, {DICTIONARY_SURNAME}, -1}, + {"Morikiyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nilssen", 1, {DICTIONARY_SURNAME}, -1}, + {"Seward", 1, {DICTIONARY_SURNAME}, -1}, + {"Merkle", 1, {DICTIONARY_SURNAME}, -1}, + {"Alleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Grün", 1, {DICTIONARY_SURNAME}, -1}, + {"Slonimsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ascaric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atassi family", 1, {DICTIONARY_SURNAME}, -1}, + {"Chéreau", 1, {DICTIONARY_SURNAME}, -1}, + {"Baxendale", 1, {DICTIONARY_SURNAME}, -1}, + {"Botterill", 1, {DICTIONARY_SURNAME}, -1}, + {"Gertz", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuseridze", 1, {DICTIONARY_SURNAME}, -1}, + {"Oersted", 1, {DICTIONARY_SURNAME}, -1}, + {"Krajíčkova", 1, {DICTIONARY_SURNAME}, -1}, + {"Salomon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Xiomara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lindy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sigurd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nawaz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Teruhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abgarowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vojtech", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krochmal", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipngetich", 1, {DICTIONARY_SURNAME}, -1}, + {"Flugennock", 1, {DICTIONARY_SURNAME}, -1}, + {"Seelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Teri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bonham Carter", 1, {DICTIONARY_SURNAME}, -1}, + {"Gofraidh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dudayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuchika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aarrestad", 1, {DICTIONARY_SURNAME}, -1}, + {"Klijnveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Višņakovs", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuokkola", 1, {DICTIONARY_SURNAME}, -1}, + {"Bumpus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akharraz", 1, {DICTIONARY_SURNAME}, -1}, + {"Yurchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Clan Mackay", 1, {DICTIONARY_SURNAME}, -1}, + {"Champion", 1, {DICTIONARY_SURNAME}, -1}, + {"Mary Elizabeth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agnolutto", 1, {DICTIONARY_SURNAME}, -1}, + {"Schierholtz", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeaniene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Christison", 1, {DICTIONARY_SURNAME}, -1}, + {"Laury", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitto", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiona", 1, {DICTIONARY_SURNAME}, -1}, + {"Jemisin", 1, {DICTIONARY_SURNAME}, -1}, + {"Swatosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Akilbaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Colebrooke", 1, {DICTIONARY_SURNAME}, -1}, + {"e.leclerc", 1, {DICTIONARY_CHAIN}, -1}, + {"Yepremyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Dokiwari", 1, {DICTIONARY_SURNAME}, -1}, + {"Vieth", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazimiera", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caucchioli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vardar", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinther", 1, {DICTIONARY_SURNAME}, -1}, + {"Wetter", 1, {DICTIONARY_SURNAME}, -1}, + {"Wegner", 1, {DICTIONARY_SURNAME}, -1}, + {"McKuen", 1, {DICTIONARY_SURNAME}, -1}, + {"Michał", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"albertsons", 1, {DICTIONARY_CHAIN}, -1}, + {"Ayldon", 1, {DICTIONARY_SURNAME}, -1}, + {"Baycılı", 1, {DICTIONARY_SURNAME}, -1}, + {"Sautner", 1, {DICTIONARY_SURNAME}, -1}, + {"Chamot", 1, {DICTIONARY_SURNAME}, -1}, + {"Beñat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poppy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yılmaz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Franjo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raphaël", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abramowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Burdak", 1, {DICTIONARY_SURNAME}, -1}, + {"Self", 1, {DICTIONARY_SURNAME}, -1}, + {"Westerfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Lutsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vencienė", 1, {DICTIONARY_SURNAME}, -1}, + {"Archie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Atta", 1, {DICTIONARY_SURNAME}, -1}, + {"Shpis", 1, {DICTIONARY_SURNAME}, -1}, + {"San Martín", 1, {DICTIONARY_SURNAME}, -1}, + {"Fifita", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bergey", 1, {DICTIONARY_SURNAME}, -1}, + {"MacAmhalghaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Swan", 1, {DICTIONARY_SURNAME}, -1}, + {"Blathmac", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kyung-taek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takatomi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karaduman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bönsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Hornbuckle", 1, {DICTIONARY_SURNAME}, -1}, + {"Thaodem", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Montevecchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Boim", 1, {DICTIONARY_SURNAME}, -1}, + {"Benazir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hisanobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nowotny", 1, {DICTIONARY_SURNAME}, -1}, + {"Menchov", 1, {DICTIONARY_SURNAME}, -1}, + {"Chapuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunning", 1, {DICTIONARY_SURNAME}, -1}, + {"Prahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Schinkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Maehata", 1, {DICTIONARY_SURNAME}, -1}, + {"Deschenie", 1, {DICTIONARY_SURNAME}, -1}, + {"Gay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Doğukan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vugrinec", 1, {DICTIONARY_SURNAME}, -1}, + {"Danilović", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaster", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuş", 1, {DICTIONARY_SURNAME}, -1}, + {"Nahia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Graafland", 1, {DICTIONARY_SURNAME}, -1}, + {"Przemysł", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Phelim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pena", 1, {DICTIONARY_SURNAME}, -1}, + {"Mindaugas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schuurman", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Manjirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"D'Anna", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Epp", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdoulaye", 1, {DICTIONARY_SURNAME}, -1}, + {"Itsunori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thomason", 1, {DICTIONARY_SURNAME}, -1}, + {"Godber", 1, {DICTIONARY_SURNAME}, -1}, + {"Siddaramayya", 1, {DICTIONARY_SURNAME}, -1}, + {"Skyler", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vayer", 1, {DICTIONARY_SURNAME}, -1}, + {"McGuckian", 1, {DICTIONARY_SURNAME}, -1}, + {"Franciscus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chassang", 1, {DICTIONARY_SURNAME}, -1}, + {"Arismendi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaskell", 1, {DICTIONARY_SURNAME}, -1}, + {"Agyemang", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-wook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hottinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiton", 1, {DICTIONARY_SURNAME}, -1}, + {"Dortch", 1, {DICTIONARY_SURNAME}, -1}, + {"Rumsfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"bank spółdzielczy", 1, {DICTIONARY_CHAIN}, -1}, + {"Halefoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Akouassaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapler", 1, {DICTIONARY_SURNAME}, -1}, + {"Trubshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Bottyán", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Amavia", 1, {DICTIONARY_SURNAME}, -1}, + {"Blachford", 1, {DICTIONARY_SURNAME}, -1}, + {"eroski", 1, {DICTIONARY_CHAIN}, -1}, + {"Uladzimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raspe", 1, {DICTIONARY_SURNAME}, -1}, + {"Dehne", 1, {DICTIONARY_SURNAME}, -1}, + {"Gudger", 1, {DICTIONARY_SURNAME}, -1}, + {"Erler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruff", 1, {DICTIONARY_SURNAME}, -1}, + {"Bushe", 1, {DICTIONARY_SURNAME}, -1}, + {"Mota", 1, {DICTIONARY_SURNAME}, -1}, + {"Shove", 1, {DICTIONARY_SURNAME}, -1}, + {"Mnatsakanyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Uziel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaudan", 1, {DICTIONARY_SURNAME}, -1}, + {"b b & t", 1, {DICTIONARY_CHAIN}, 75}, + {"state bank of india", 1, {DICTIONARY_CHAIN}, -1}, + {"Béliveau", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Commenee", 1, {DICTIONARY_SURNAME}, -1}, + {"Galton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Africa", 1, {DICTIONARY_SURNAME}, -1}, + {"Cullimore", 1, {DICTIONARY_SURNAME}, -1}, + {"Montas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ritzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Massimo family", 1, {DICTIONARY_SURNAME}, -1}, + {"Newdigate", 1, {DICTIONARY_SURNAME}, -1}, + {"Kannari", 1, {DICTIONARY_SURNAME}, -1}, + {"Funcke", 1, {DICTIONARY_SURNAME}, -1}, + {"Garagiola", 1, {DICTIONARY_SURNAME}, -1}, + {"Rehbinder", 1, {DICTIONARY_SURNAME}, -1}, + {"Peĉjo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomarchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Kilmartin", 1, {DICTIONARY_SURNAME}, -1}, + {"Oughton", 1, {DICTIONARY_SURNAME}, -1}, + {"Brazdauskis", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambertini", 1, {DICTIONARY_SURNAME}, -1}, + {"Longfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roosevelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Nardello", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarrod", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaškys", 1, {DICTIONARY_SURNAME}, -1}, + {"Devasena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stine", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorelick", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalimulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Daudpota", 1, {DICTIONARY_SURNAME}, -1}, + {"Borysewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Markkanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ávila", 1, {DICTIONARY_SURNAME}, -1}, + {"Futterman", 1, {DICTIONARY_SURNAME}, -1}, + {"De Sordi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gauss", 1, {DICTIONARY_SURNAME}, -1}, + {"Guterres", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramstedt", 1, {DICTIONARY_SURNAME}, -1}, + {"Prendeville", 1, {DICTIONARY_SURNAME}, -1}, + {"Diaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Huq", 1, {DICTIONARY_SURNAME}, -1}, + {"Hillel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hogeback", 1, {DICTIONARY_SURNAME}, -1}, + {"Émilie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Finnerty", 1, {DICTIONARY_SURNAME}, -1}, + {"Norin", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldschmeding", 1, {DICTIONARY_SURNAME}, -1}, + {"Velický", 1, {DICTIONARY_SURNAME}, -1}, + {"Platonov", 1, {DICTIONARY_SURNAME}, -1}, + {"MacMhuirich", 1, {DICTIONARY_SURNAME}, -1}, + {"Saunier", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heeter", 1, {DICTIONARY_SURNAME}, -1}, + {"Abolhassani", 1, {DICTIONARY_SURNAME}, -1}, + {"Venzon", 1, {DICTIONARY_SURNAME}, -1}, + {"Waqar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bertrand", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gole", 1, {DICTIONARY_SURNAME}, -1}, + {"McMenamin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomomi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flannabhra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alison", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pidari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Philliskirk", 1, {DICTIONARY_SURNAME}, -1}, + {"Kostas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Madelung", 1, {DICTIONARY_SURNAME}, -1}, + {"Maslov", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Copson", 1, {DICTIONARY_SURNAME}, -1}, + {"Schjøtt", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Yanki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"De Mercado", 1, {DICTIONARY_SURNAME}, -1}, + {"Ng", 1, {DICTIONARY_SURNAME}, -1}, + {"Laitano", 1, {DICTIONARY_SURNAME}, -1}, + {"Bobby", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Charis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Florentin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chebet", 1, {DICTIONARY_SURNAME}, -1}, + {"Demers", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackamoor", 1, {DICTIONARY_SURNAME}, -1}, + {"Epton", 1, {DICTIONARY_SURNAME}, -1}, + {"Storch", 1, {DICTIONARY_SURNAME}, -1}, + {"Cucchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Marusek", 1, {DICTIONARY_SURNAME}, -1}, + {"Jovica", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bertoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukashenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Voutsias", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Mahony", 1, {DICTIONARY_SURNAME}, -1}, + {"Semler", 1, {DICTIONARY_SURNAME}, -1}, + {"Thurmann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ayaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dragt", 1, {DICTIONARY_SURNAME}, -1}, + {"Biggers", 1, {DICTIONARY_SURNAME}, -1}, + {"Knutzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Danand", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herath", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalrasten", 1, {DICTIONARY_SURNAME}, -1}, + {"Blood", 1, {DICTIONARY_SURNAME}, -1}, + {"Rohrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Weschler", 1, {DICTIONARY_SURNAME}, -1}, + {"Penniman", 1, {DICTIONARY_SURNAME}, -1}, + {"Snorri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gross", 1, {DICTIONARY_SURNAME}, -1}, + {"Östman", 1, {DICTIONARY_SURNAME}, -1}, + {"Blumer", 1, {DICTIONARY_SURNAME}, -1}, + {"Clowney", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirkbride", 1, {DICTIONARY_SURNAME}, -1}, + {"Beller", 1, {DICTIONARY_SURNAME}, -1}, + {"Schatzmayr", 1, {DICTIONARY_SURNAME}, -1}, + {"Oylum", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asfaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Akizuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Duke", 1, {DICTIONARY_SURNAME}, -1}, + {"Troxler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ho-sung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schediwy", 1, {DICTIONARY_SURNAME}, -1}, + {"Moninne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dae-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Apakidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Żaliński", 1, {DICTIONARY_SURNAME}, -1}, + {"Colson", 1, {DICTIONARY_SURNAME}, -1}, + {"chuck e. cheese", 1, {DICTIONARY_CHAIN}, 102}, + {"Tkachenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Frobisher", 1, {DICTIONARY_SURNAME}, -1}, + {"Comgall", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guyton", 1, {DICTIONARY_SURNAME}, -1}, + {"Dilger", 1, {DICTIONARY_SURNAME}, -1}, + {"McArtor", 1, {DICTIONARY_SURNAME}, -1}, + {"McDiarmid", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ziskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Geremek", 1, {DICTIONARY_SURNAME}, -1}, + {"Swarovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Appius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guttormsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Daigle", 1, {DICTIONARY_SURNAME}, -1}, + {"Acori", 1, {DICTIONARY_SURNAME}, -1}, + {"Menczel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vekris", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodgers", 1, {DICTIONARY_SURNAME}, -1}, + {"Fornaciari", 1, {DICTIONARY_SURNAME}, -1}, + {"Dysmas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Matossian", 1, {DICTIONARY_SURNAME}, -1}, + {"Vobořil", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertagna", 1, {DICTIONARY_SURNAME}, -1}, + {"Barris", 1, {DICTIONARY_SURNAME}, -1}, + {"Kogon", 1, {DICTIONARY_SURNAME}, -1}, + {"Dähnhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Rauchbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kushnir", 1, {DICTIONARY_SURNAME}, -1}, + {"Agawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Boekbinder", 1, {DICTIONARY_SURNAME}, -1}, + {"lotos", 1, {DICTIONARY_CHAIN}, -1}, + {"Venel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vymazalová", 1, {DICTIONARY_SURNAME}, -1}, + {"McIntosh", 1, {DICTIONARY_SURNAME}, -1}, + {"Harkes", 1, {DICTIONARY_SURNAME}, -1}, + {"McLerran", 1, {DICTIONARY_SURNAME}, -1}, + {"Marzara", 1, {DICTIONARY_SURNAME}, -1}, + {"Kankaraš", 1, {DICTIONARY_SURNAME}, -1}, + {"Bathori", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Zé Eduardo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hakhamaneshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ainslee", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagramian", 1, {DICTIONARY_SURNAME}, -1}, + {"Tallapaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Blumsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Amason", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Castillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Stachiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kermode", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Eijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Calvin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Box", 1, {DICTIONARY_SURNAME}, -1}, + {"Geertsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaihinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Weisberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Dušánek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nordquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Pourang", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Crnjanski", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Moer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vongsay", 1, {DICTIONARY_SURNAME}, -1}, + {"Albadran", 1, {DICTIONARY_SURNAME}, -1}, + {"Yossi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bonnel", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Den Wyngaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Wieczorek", 1, {DICTIONARY_SURNAME}, -1}, + {"Fehmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gerson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vankrunkelsven", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrhovac", 1, {DICTIONARY_SURNAME}, -1}, + {"Hickox", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayamine", 1, {DICTIONARY_SURNAME}, -1}, + {"Peete", 1, {DICTIONARY_SURNAME}, -1}, + {"Gosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hees", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hekken", 1, {DICTIONARY_SURNAME}, -1}, + {"Lo Bianco", 1, {DICTIONARY_SURNAME}, -1}, + {"Penfold", 1, {DICTIONARY_SURNAME}, -1}, + {"Viratprasert", 1, {DICTIONARY_SURNAME}, -1}, + {"Selten", 1, {DICTIONARY_SURNAME}, -1}, + {"Adailton", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McVoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Grasso", 1, {DICTIONARY_SURNAME}, -1}, + {"Violant", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Becerra", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshinori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pogodin", 1, {DICTIONARY_SURNAME}, -1}, + {"Blerta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liška", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavara", 1, {DICTIONARY_SURNAME}, -1}, + {"Viegas", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Bendegem", 1, {DICTIONARY_SURNAME}, -1}, + {"Taşçı", 1, {DICTIONARY_SURNAME}, -1}, + {"Schalken", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboodi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pullen", 1, {DICTIONARY_SURNAME}, -1}, + {"McGrew", 1, {DICTIONARY_SURNAME}, -1}, + {"Bastian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kahr", 1, {DICTIONARY_SURNAME}, -1}, + {"Bresslaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Walkden", 1, {DICTIONARY_SURNAME}, -1}, + {"Bandinel", 1, {DICTIONARY_SURNAME}, -1}, + {"Arvo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mullins", 1, {DICTIONARY_SURNAME}, -1}, + {"Marciniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Dujmov", 1, {DICTIONARY_SURNAME}, -1}, + {"Niedermayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheever", 1, {DICTIONARY_SURNAME}, -1}, + {"Janowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryōka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Niephaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Florin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Durnan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sistrunk", 1, {DICTIONARY_SURNAME}, -1}, + {"Majcen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bekir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Babbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Faulhaber", 1, {DICTIONARY_SURNAME}, -1}, + {"Angus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mafela", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Brush", 1, {DICTIONARY_SURNAME}, -1}, + {"Nizam al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasetsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Rimbaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Norvell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Piëch", 1, {DICTIONARY_SURNAME}, -1}, + {"Aich", 1, {DICTIONARY_SURNAME}, -1}, + {"Shaye", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Elkuch", 1, {DICTIONARY_SURNAME}, -1}, + {"Hashimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubuisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Harwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-ki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hisateru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fountaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Qaid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Judels", 1, {DICTIONARY_SURNAME}, -1}, + {"Zahl", 1, {DICTIONARY_SURNAME}, -1}, + {"McEnaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeroen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Laurendeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Lohmüller", 1, {DICTIONARY_SURNAME}, -1}, + {"Hideie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eedes", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomihiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rataj", 1, {DICTIONARY_SURNAME}, -1}, + {"Jónsdóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Khioniya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sivewright", 1, {DICTIONARY_SURNAME}, -1}, + {"Cayne", 1, {DICTIONARY_SURNAME}, -1}, + {"Diyadin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rothman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirițescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Shunk", 1, {DICTIONARY_SURNAME}, -1}, + {"Gothóni", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Wahid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kuether", 1, {DICTIONARY_SURNAME}, -1}, + {"Madlener", 1, {DICTIONARY_SURNAME}, -1}, + {"Wainaina", 1, {DICTIONARY_SURNAME}, -1}, + {"Dauber", 1, {DICTIONARY_SURNAME}, -1}, + {"Mykhailo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arad", 1, {DICTIONARY_SURNAME}, -1}, + {"Taioalo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salminen", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Handenhoven", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Puryear", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodey", 1, {DICTIONARY_SURNAME}, -1}, + {"Budimir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kürthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Lloyd", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Goodhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Tubbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Koffka", 1, {DICTIONARY_SURNAME}, -1}, + {"Perlman", 1, {DICTIONARY_SURNAME}, -1}, + {"Adenauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Tagliapietra", 1, {DICTIONARY_SURNAME}, -1}, + {"Aslanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Jesty", 1, {DICTIONARY_SURNAME}, -1}, + {"Brabazon", 1, {DICTIONARY_SURNAME}, -1}, + {"May", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"MacAuley", 1, {DICTIONARY_SURNAME}, -1}, + {"Sullenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosseler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartknoch", 1, {DICTIONARY_SURNAME}, -1}, + {"Kožená", 1, {DICTIONARY_SURNAME}, -1}, + {"Eaborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Embree", 1, {DICTIONARY_SURNAME}, -1}, + {"Faten", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ramallets", 1, {DICTIONARY_SURNAME}, -1}, + {"Philippson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pucker", 1, {DICTIONARY_SURNAME}, -1}, + {"Katarina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edsall", 1, {DICTIONARY_SURNAME}, -1}, + {"Wielhorski", 1, {DICTIONARY_SURNAME}, -1}, + {"Birkhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartoletti", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagunov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bachelet", 1, {DICTIONARY_SURNAME}, -1}, + {"Agustiawan", 1, {DICTIONARY_SURNAME}, -1}, + {"Emler", 1, {DICTIONARY_SURNAME}, -1}, + {"Buğra", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akup", 1, {DICTIONARY_SURNAME}, -1}, + {"Brothers", 1, {DICTIONARY_SURNAME}, -1}, + {"Kacin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gareev", 1, {DICTIONARY_SURNAME}, -1}, + {"Vujacic", 1, {DICTIONARY_SURNAME}, -1}, + {"Afum", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Wagenen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vergiat", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajetović", 1, {DICTIONARY_SURNAME}, -1}, + {"M'Bala", 1, {DICTIONARY_SURNAME}, -1}, + {"Saalwächter", 1, {DICTIONARY_SURNAME}, -1}, + {"Feuerstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Tseitlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gapper", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolev", 1, {DICTIONARY_SURNAME}, -1}, + {"Joost", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vigroux", 1, {DICTIONARY_SURNAME}, -1}, + {"Hausser", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitaioli", 1, {DICTIONARY_SURNAME}, -1}, + {"Chattopadhyay", 1, {DICTIONARY_SURNAME}, -1}, + {"Seo-yeon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moult", 1, {DICTIONARY_SURNAME}, -1}, + {"Bezruč", 1, {DICTIONARY_SURNAME}, -1}, + {"Adilman", 1, {DICTIONARY_SURNAME}, -1}, + {"Szép", 1, {DICTIONARY_SURNAME}, -1}, + {"Bojer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahunbay", 1, {DICTIONARY_SURNAME}, -1}, + {"Pausanias", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ebner", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodenow", 1, {DICTIONARY_SURNAME}, -1}, + {"Borhidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Panikkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Pakosie", 1, {DICTIONARY_SURNAME}, -1}, + {"Gomis", 1, {DICTIONARY_SURNAME}, -1}, + {"Gresson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pelikan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sumio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bengali Kayastha", 1, {DICTIONARY_SURNAME}, -1}, + {"Murakami", 1, {DICTIONARY_SURNAME}, -1}, + {"Farías", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamia", 1, {DICTIONARY_SURNAME}, -1}, + {"Beth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mac Giolla Seanáin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakalis", 1, {DICTIONARY_SURNAME}, -1}, + {"Akymenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Femerling", 1, {DICTIONARY_SURNAME}, -1}, + {"Piñeyro", 1, {DICTIONARY_SURNAME}, -1}, + {"Flanigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Lascubé", 1, {DICTIONARY_SURNAME}, -1}, + {"Heyde", 1, {DICTIONARY_SURNAME}, -1}, + {"Mariani", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogguss", 1, {DICTIONARY_SURNAME}, -1}, + {"Clovis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Draheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Glasman", 1, {DICTIONARY_SURNAME}, -1}, + {"Arason", 1, {DICTIONARY_SURNAME}, -1}, + {"Motoharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schmidt", 1, {DICTIONARY_SURNAME}, -1}, + {"Maudie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nalci", 1, {DICTIONARY_SURNAME}, -1}, + {"Kavur", 1, {DICTIONARY_SURNAME}, -1}, + {"Fruela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hwangbo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Varlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Fermat", 1, {DICTIONARY_SURNAME}, -1}, + {"So'oialo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanasco", 1, {DICTIONARY_SURNAME}, -1}, + {"Labropoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Waldo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Uzunlar", 1, {DICTIONARY_SURNAME}, -1}, + {"banamex", 1, {DICTIONARY_CHAIN}, -1}, + {"Degli Esposti", 1, {DICTIONARY_SURNAME}, -1}, + {"Marisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gantvarg", 1, {DICTIONARY_SURNAME}, -1}, + {"Jevđević", 1, {DICTIONARY_SURNAME}, -1}, + {"Domon", 1, {DICTIONARY_SURNAME}, -1}, + {"Terzić", 1, {DICTIONARY_SURNAME}, -1}, + {"Babak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Volpatto", 1, {DICTIONARY_SURNAME}, -1}, + {"Rieko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wadley", 1, {DICTIONARY_SURNAME}, -1}, + {"Dreesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaffey", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Flue", 1, {DICTIONARY_SURNAME}, -1}, + {"Rygiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Arneson", 1, {DICTIONARY_SURNAME}, -1}, + {"Dutilleux", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzocchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Fedoroff", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbring", 1, {DICTIONARY_SURNAME}, -1}, + {"Heathcote-Drummond-Willoughby", 1, {DICTIONARY_SURNAME}, -1}, + {"ross dress for less", 1, {DICTIONARY_CHAIN}, -1}, + {"Vyahirev", 1, {DICTIONARY_SURNAME}, -1}, + {"Neier", 1, {DICTIONARY_SURNAME}, -1}, + {"Jakubowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Oldsworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Delić", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheater", 1, {DICTIONARY_SURNAME}, -1}, + {"Sternberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Bustos", 1, {DICTIONARY_SURNAME}, -1}, + {"Tidy", 1, {DICTIONARY_SURNAME}, -1}, + {"Subercaseaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Tauentzien", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlinchy", 1, {DICTIONARY_SURNAME}, -1}, + {"Connolly", 1, {DICTIONARY_SURNAME}, -1}, + {"Manabu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Winslet", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alisha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Naohisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Graziato", 1, {DICTIONARY_SURNAME}, -1}, + {"Lincoln", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmalzried", 1, {DICTIONARY_SURNAME}, -1}, + {"Yaşar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eraldo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zohar", 1, {DICTIONARY_SURNAME}, -1}, + {"Shamasastry", 1, {DICTIONARY_SURNAME}, -1}, + {"Hurwitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosegger", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarecki", 1, {DICTIONARY_SURNAME}, -1}, + {"McEnery", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghent", 1, {DICTIONARY_SURNAME}, -1}, + {"DiCaprio", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahnawaz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gentsoglou", 1, {DICTIONARY_SURNAME}, -1}, + {"McPhate", 1, {DICTIONARY_SURNAME}, -1}, + {"Adenaike", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinale", 1, {DICTIONARY_SURNAME}, -1}, + {"Alankoja", 1, {DICTIONARY_SURNAME}, -1}, + {"Grossfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Pringle", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Schoor", 1, {DICTIONARY_SURNAME}, -1}, + {"Fouqué", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaydik", 1, {DICTIONARY_SURNAME}, -1}, + {"Magnat", 1, {DICTIONARY_SURNAME}, -1}, + {"Argento", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellisario", 1, {DICTIONARY_SURNAME}, -1}, + {"Varitsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Devillers", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenly", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshiyuki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hoffstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsubara", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnautović", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovecraft", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitterer", 1, {DICTIONARY_SURNAME}, -1}, + {"Boucher", 1, {DICTIONARY_SURNAME}, -1}, + {"Edney", 1, {DICTIONARY_SURNAME}, -1}, + {"Katarzyna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shigehiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Qaderi", 1, {DICTIONARY_SURNAME}, -1}, + {"Minchev", 1, {DICTIONARY_SURNAME}, -1}, + {"Attewell", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiromi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aernouts", 1, {DICTIONARY_SURNAME}, -1}, + {"Wick", 1, {DICTIONARY_SURNAME}, -1}, + {"Rascon", 1, {DICTIONARY_SURNAME}, -1}, + {"Wymark", 1, {DICTIONARY_SURNAME}, -1}, + {"Agozino", 1, {DICTIONARY_SURNAME}, -1}, + {"Dushku", 1, {DICTIONARY_SURNAME}, -1}, + {"Plaksin", 1, {DICTIONARY_SURNAME}, -1}, + {"Civish", 1, {DICTIONARY_SURNAME}, -1}, + {"Stenström", 1, {DICTIONARY_SURNAME}, -1}, + {"t.g.i friday's", 1, {DICTIONARY_CHAIN}, 252}, + {"Chery", 1, {DICTIONARY_SURNAME}, -1}, + {"Elsa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoey", 1, {DICTIONARY_SURNAME}, -1}, + {"Vésteinsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Wyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Krišjānis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Günseli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gerold", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sajid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chiaki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Argunov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mudaliar", 1, {DICTIONARY_SURNAME}, -1}, + {"Höß", 1, {DICTIONARY_SURNAME}, -1}, + {"Eliava", 1, {DICTIONARY_SURNAME}, -1}, + {"Aisin Gioro", 1, {DICTIONARY_SURNAME}, -1}, + {"Drapeau", 1, {DICTIONARY_SURNAME}, -1}, + {"jf kennedy", 1, {DICTIONARY_NAMED_PERSON}, 281}, + {"Brentson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomiji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valthaty", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hoevelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Philipp", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Macrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Famewo", 1, {DICTIONARY_SURNAME}, -1}, + {"Haimovitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Fredua", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Todeschini", 1, {DICTIONARY_SURNAME}, -1}, + {"Prokopchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Kikuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Proudfoot", 1, {DICTIONARY_SURNAME}, -1}, + {"Askegard", 1, {DICTIONARY_SURNAME}, -1}, + {"Berwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Condict", 1, {DICTIONARY_SURNAME}, -1}, + {"McNarland", 1, {DICTIONARY_SURNAME}, -1}, + {"Gover", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Doetsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Denzel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abati", 1, {DICTIONARY_SURNAME}, -1}, + {"Ireneusz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ammann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ensko", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlim", 1, {DICTIONARY_SURNAME}, -1}, + {"Schimunek", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Himst", 1, {DICTIONARY_SURNAME}, -1}, + {"Maliqi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gobert", 1, {DICTIONARY_SURNAME}, -1}, + {"Boggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Shablenko", 1, {DICTIONARY_SURNAME}, -1}, + {"kohls", 1, {DICTIONARY_CHAIN}, 170}, + {"Heger", 1, {DICTIONARY_SURNAME}, -1}, + {"Townsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Lustig", 1, {DICTIONARY_SURNAME}, -1}, + {"Drašković", 1, {DICTIONARY_SURNAME}, -1}, + {"Groot", 1, {DICTIONARY_SURNAME}, -1}, + {"Schellinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Murat", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jissoji", 1, {DICTIONARY_SURNAME}, -1}, + {"Claus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nig Shitric", 1, {DICTIONARY_SURNAME}, -1}, + {"Dzubenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Oxenbridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Patrick", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tolhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawers", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhmetgalimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Asserholt", 1, {DICTIONARY_SURNAME}, -1}, + {"Herek", 1, {DICTIONARY_SURNAME}, -1}, + {"Good", 1, {DICTIONARY_SURNAME}, -1}, + {"Halverson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivashko", 1, {DICTIONARY_SURNAME}, -1}, + {"Pooler", 1, {DICTIONARY_SURNAME}, -1}, + {"Benda", 1, {DICTIONARY_SURNAME}, -1}, + {"Haverty", 1, {DICTIONARY_SURNAME}, -1}, + {"Luby", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Stade", 1, {DICTIONARY_SURNAME}, -1}, + {"Halberstam", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollick", 1, {DICTIONARY_SURNAME}, -1}, + {"Cabral", 1, {DICTIONARY_SURNAME}, -1}, + {"Waddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokarski", 1, {DICTIONARY_SURNAME}, -1}, + {"Alpay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Huszar", 1, {DICTIONARY_SURNAME}, -1}, + {"Backman", 1, {DICTIONARY_SURNAME}, -1}, + {"Danilova", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirohide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andrei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trent", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sembratovych", 1, {DICTIONARY_SURNAME}, -1}, + {"Pupini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"De Bisschop", 1, {DICTIONARY_SURNAME}, -1}, + {"Conneely", 1, {DICTIONARY_SURNAME}, -1}, + {"Llywelyn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arespacochaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornish", 1, {DICTIONARY_SURNAME}, -1}, + {"Vellevoog", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenjirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veselinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Koussevitzky", 1, {DICTIONARY_SURNAME}, -1}, + {"Mimms", 1, {DICTIONARY_SURNAME}, -1}, + {"in and out", 1, {DICTIONARY_CHAIN}, 158}, + {"Tsintsadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Hjartarson", 1, {DICTIONARY_SURNAME}, -1}, + {"Twigg", 1, {DICTIONARY_SURNAME}, -1}, + {"Estanguet", 1, {DICTIONARY_SURNAME}, -1}, + {"Estwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Wanklyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Houdini", 1, {DICTIONARY_SURNAME}, -1}, + {"Moskowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Stangeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Cittadini", 1, {DICTIONARY_SURNAME}, -1}, + {"Presley", 1, {DICTIONARY_SURNAME}, -1}, + {"Henin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rüdiger", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Womble", 1, {DICTIONARY_SURNAME}, -1}, + {"Loughlin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Barbosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Colman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mendizabal", 1, {DICTIONARY_SURNAME}, -1}, + {"Wegscheider", 1, {DICTIONARY_SURNAME}, -1}, + {"Tustenuggee", 1, {DICTIONARY_SURNAME}, -1}, + {"Goer", 1, {DICTIONARY_SURNAME}, -1}, + {"Generali", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodanskie", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaitskell", 1, {DICTIONARY_SURNAME}, -1}, + {"De Roever", 1, {DICTIONARY_SURNAME}, -1}, + {"Vjekoslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McNish", 1, {DICTIONARY_SURNAME}, -1}, + {"Šilhavý", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinatieri", 1, {DICTIONARY_SURNAME}, -1}, + {"McCalla", 1, {DICTIONARY_SURNAME}, -1}, + {"Benaldjia", 1, {DICTIONARY_SURNAME}, -1}, + {"Raine", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwon", 1, {DICTIONARY_SURNAME}, -1}, + {"Burciaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisamasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCawley", 1, {DICTIONARY_SURNAME}, -1}, + {"Merjana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Donelaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Baha' al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Diggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitchelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Houttuyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Mendez", 1, {DICTIONARY_SURNAME}, -1}, + {"Broderick", 1, {DICTIONARY_SURNAME}, -1}, + {"Mutzenbacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahalia", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Giolla Mhochuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Cawley", 1, {DICTIONARY_SURNAME}, -1}, + {"Nanne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nesmith", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumol", 1, {DICTIONARY_SURNAME}, -1}, + {"Templer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitulini", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawilowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Vear", 1, {DICTIONARY_SURNAME}, -1}, + {"Knabl", 1, {DICTIONARY_SURNAME}, -1}, + {"Voavy", 1, {DICTIONARY_SURNAME}, -1}, + {"McBride", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazushige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hindmarsh", 1, {DICTIONARY_SURNAME}, -1}, + {"Donlevy", 1, {DICTIONARY_SURNAME}, -1}, + {"Cammingha", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Made", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelemen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mirza", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballinger", 1, {DICTIONARY_SURNAME}, -1}, + {"McSheffrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Alethea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sartorius", 1, {DICTIONARY_SURNAME}, -1}, + {"Da Costa", 1, {DICTIONARY_SURNAME}, -1}, + {"Dingell", 1, {DICTIONARY_SURNAME}, -1}, + {"Pars", 1, {DICTIONARY_SURNAME}, -1}, + {"Marett", 1, {DICTIONARY_SURNAME}, -1}, + {"Maki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Klass", 1, {DICTIONARY_SURNAME}, -1}, + {"Reyburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Tittle", 1, {DICTIONARY_SURNAME}, -1}, + {"Shchekochikhin", 1, {DICTIONARY_SURNAME}, -1}, + {"Belinfante", 1, {DICTIONARY_SURNAME}, -1}, + {"Wenceslaus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saqib", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Steppuhn", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanegas", 1, {DICTIONARY_SURNAME}, -1}, + {"Flete", 1, {DICTIONARY_SURNAME}, -1}, + {"Wommack", 1, {DICTIONARY_SURNAME}, -1}, + {"Jopling", 1, {DICTIONARY_SURNAME}, -1}, + {"McKane", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimelis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teather", 1, {DICTIONARY_SURNAME}, -1}, + {"Jippes", 1, {DICTIONARY_SURNAME}, -1}, + {"Adès", 1, {DICTIONARY_SURNAME}, -1}, + {"McCowan", 1, {DICTIONARY_SURNAME}, -1}, + {"Marika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pisal", 1, {DICTIONARY_SURNAME}, -1}, + {"Hænning", 1, {DICTIONARY_SURNAME}, -1}, + {"Sorenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vialatte", 1, {DICTIONARY_SURNAME}, -1}, + {"Zappa", 1, {DICTIONARY_SURNAME}, -1}, + {"Bisby", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonitsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Adi Parashakti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Venturi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosl", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dijck", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaber", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bromwell", 1, {DICTIONARY_SURNAME}, -1}, + {"motel 6", 1, {DICTIONARY_CHAIN}, -1}, + {"Akshalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Papadimitriou", 1, {DICTIONARY_SURNAME}, -1}, + {"Sonosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tolgahan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baldry", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindén", 1, {DICTIONARY_SURNAME}, -1}, + {"Harel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Helander", 1, {DICTIONARY_SURNAME}, -1}, + {"Holtedahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Maris", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mahut", 1, {DICTIONARY_SURNAME}, -1}, + {"Nuno", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Gompel", 1, {DICTIONARY_SURNAME}, -1}, + {"Setsuji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaillant", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasdeu", 1, {DICTIONARY_SURNAME}, -1}, + {"Yaroshenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Mimiko", 1, {DICTIONARY_SURNAME}, -1}, + {"Susie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van den Hoogenband", 1, {DICTIONARY_SURNAME}, -1}, + {"Newsham", 1, {DICTIONARY_SURNAME}, -1}, + {"Paltrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryther", 1, {DICTIONARY_SURNAME}, -1}, + {"Parisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erskine", 1, {DICTIONARY_SURNAME}, -1}, + {"Verberne", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapetanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Laighin", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Houérou", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonjo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Padmavati", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adesioye", 1, {DICTIONARY_SURNAME}, -1}, + {"Pastewka", 1, {DICTIONARY_SURNAME}, -1}, + {"Akilandeswari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Torossian", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamashita", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourcier", 1, {DICTIONARY_SURNAME}, -1}, + {"Ora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Audley", 1, {DICTIONARY_SURNAME}, -1}, + {"Duthie", 1, {DICTIONARY_SURNAME}, -1}, + {"Davidovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Maqsud", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gergel", 1, {DICTIONARY_SURNAME}, -1}, + {"Laxer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Geffner", 1, {DICTIONARY_SURNAME}, -1}, + {"Lifland", 1, {DICTIONARY_SURNAME}, -1}, + {"Vamshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Munemori", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Šadeiko", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartoš", 1, {DICTIONARY_SURNAME}, -1}, + {"Konopka", 1, {DICTIONARY_SURNAME}, -1}, + {"Maljković", 1, {DICTIONARY_SURNAME}, -1}, + {"Dojkić", 1, {DICTIONARY_SURNAME}, -1}, + {"Charalambides", 1, {DICTIONARY_SURNAME}, -1}, + {"Mollica", 1, {DICTIONARY_SURNAME}, -1}, + {"Labaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Borland", 1, {DICTIONARY_SURNAME}, -1}, + {"Demirören", 1, {DICTIONARY_SURNAME}, -1}, + {"Higgens", 1, {DICTIONARY_SURNAME}, -1}, + {"Jabr", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"VandeHei", 1, {DICTIONARY_SURNAME}, -1}, + {"Hikoma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hofstede", 1, {DICTIONARY_SURNAME}, -1}, + {"Junuzović", 1, {DICTIONARY_SURNAME}, -1}, + {"Favilli", 1, {DICTIONARY_SURNAME}, -1}, + {"Sareh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wanja", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sorimachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Acland", 1, {DICTIONARY_SURNAME}, -1}, + {"Kishio", 1, {DICTIONARY_SURNAME}, -1}, + {"De Jonge", 1, {DICTIONARY_SURNAME}, -1}, + {"Barwis", 1, {DICTIONARY_SURNAME}, -1}, + {"Rozhkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Veliaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamminen", 1, {DICTIONARY_SURNAME}, -1}, + {"Siever", 1, {DICTIONARY_SURNAME}, -1}, + {"Ndibe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trichet", 1, {DICTIONARY_SURNAME}, -1}, + {"Polishchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Rao", 1, {DICTIONARY_SURNAME}, -1}, + {"Agnoletto", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarrar", 1, {DICTIONARY_SURNAME}, -1}, + {"McSeveney", 1, {DICTIONARY_SURNAME}, -1}, + {"Faucette", 1, {DICTIONARY_SURNAME}, -1}, + {"Botstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Glassie", 1, {DICTIONARY_SURNAME}, -1}, + {"McMartin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurakuqi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rautavaara", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidošić", 1, {DICTIONARY_SURNAME}, -1}, + {"Lieb", 1, {DICTIONARY_SURNAME}, -1}, + {"Ripley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Goldston", 1, {DICTIONARY_SURNAME}, -1}, + {"Merriam", 1, {DICTIONARY_SURNAME}, -1}, + {"Vancier", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurijsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Adubato", 1, {DICTIONARY_SURNAME}, -1}, + {"Tasneem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Konicov", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Hafiz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Otojirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Froissart", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallus", 1, {DICTIONARY_SURNAME}, -1}, + {"Dryburgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeller", 1, {DICTIONARY_SURNAME}, -1}, + {"bubba gump shrimp co", 1, {DICTIONARY_CHAIN}, 87}, + {"Cumberbatch", 1, {DICTIONARY_SURNAME}, -1}, + {"Khara", 1, {DICTIONARY_SURNAME}, -1}, + {"Crofton", 1, {DICTIONARY_SURNAME}, -1}, + {"Vangelisti", 1, {DICTIONARY_SURNAME}, -1}, + {"Ōba", 1, {DICTIONARY_SURNAME}, -1}, + {"Adrian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schaff", 1, {DICTIONARY_SURNAME}, -1}, + {"Va'aulu", 1, {DICTIONARY_SURNAME}, -1}, + {"Stender", 1, {DICTIONARY_SURNAME}, -1}, + {"Berschet", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilhjálmur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Calveley", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiachra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McDade", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Itzler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawanabe", 1, {DICTIONARY_SURNAME}, -1}, + {"Irmatov", 1, {DICTIONARY_SURNAME}, -1}, + {"jackintheboxes", 1, {DICTIONARY_CHAIN}, 162}, + {"Van Houwelingen", 1, {DICTIONARY_SURNAME}, -1}, + {"Eckert", 1, {DICTIONARY_SURNAME}, -1}, + {"Aeby", 1, {DICTIONARY_SURNAME}, -1}, + {"Trainor", 1, {DICTIONARY_SURNAME}, -1}, + {"Inamdar", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacquin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sumeragi", 1, {DICTIONARY_SURNAME}, -1}, + {"Buddug", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Descheenie", 1, {DICTIONARY_SURNAME}, -1}, + {"tony romas", 1, {DICTIONARY_CHAIN}, 257}, + {"Naresh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Crépin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Zobel", 1, {DICTIONARY_SURNAME}, -1}, + {"Shishikura", 1, {DICTIONARY_SURNAME}, -1}, + {"Alcorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Logue", 1, {DICTIONARY_SURNAME}, -1}, + {"Householder", 1, {DICTIONARY_SURNAME}, -1}, + {"Demaret", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Rourke", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandever", 1, {DICTIONARY_SURNAME}, -1}, + {"Boden", 1, {DICTIONARY_SURNAME}, -1}, + {"Aenor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gendron", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimbrough", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mihran", 1, {DICTIONARY_SURNAME}, -1}, + {"De Haen", 1, {DICTIONARY_SURNAME}, -1}, + {"Zemel", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiyejina", 1, {DICTIONARY_SURNAME}, -1}, + {"Person", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Leer", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrahami", 1, {DICTIONARY_SURNAME}, -1}, + {"Newsome", 1, {DICTIONARY_SURNAME}, -1}, + {"Pokorný", 1, {DICTIONARY_SURNAME}, -1}, + {"Allmendinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Yelverton", 1, {DICTIONARY_SURNAME}, -1}, + {"Giordano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Qallu", 1, {DICTIONARY_SURNAME}, -1}, + {"Velidedeoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaičikonis", 1, {DICTIONARY_SURNAME}, -1}, + {"Pawlicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Yevdokimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Thijmen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Skrela", 1, {DICTIONARY_SURNAME}, -1}, + {"Linsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Naish", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuenca", 1, {DICTIONARY_SURNAME}, -1}, + {"Alzamendi", 1, {DICTIONARY_SURNAME}, -1}, + {"Harmetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcinho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kydd", 1, {DICTIONARY_SURNAME}, -1}, + {"Gruden", 1, {DICTIONARY_SURNAME}, -1}, + {"Nemain", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eisenstaedt", 1, {DICTIONARY_SURNAME}, -1}, + {"Del Medigo", 1, {DICTIONARY_SURNAME}, -1}, + {"Judson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Scheiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Steve", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thwaite", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petrone", 1, {DICTIONARY_SURNAME}, -1}, + {"Castaing", 1, {DICTIONARY_SURNAME}, -1}, + {"Joke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Žarko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Benstead", 1, {DICTIONARY_SURNAME}, -1}, + {"Feeney", 1, {DICTIONARY_SURNAME}, -1}, + {"Cooper", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Babits", 1, {DICTIONARY_SURNAME}, -1}, + {"Sprengel", 1, {DICTIONARY_SURNAME}, -1}, + {"Malcolm", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Witt", 1, {DICTIONARY_SURNAME}, -1}, + {"Piccioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Breytenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Sengupta", 1, {DICTIONARY_SURNAME}, -1}, + {"in-n-out", 1, {DICTIONARY_CHAIN}, 158}, + {"Rayson", 1, {DICTIONARY_SURNAME}, -1}, + {"Feuerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Girardengo", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarkki", 1, {DICTIONARY_SURNAME}, -1}, + {"Se-bin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Delafose", 1, {DICTIONARY_SURNAME}, -1}, + {"Baliani", 1, {DICTIONARY_SURNAME}, -1}, + {"AuCoin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sugeno", 1, {DICTIONARY_SURNAME}, -1}, + {"Asadauskaitė", 1, {DICTIONARY_SURNAME}, -1}, + {"Gellner", 1, {DICTIONARY_SURNAME}, -1}, + {"Antoine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abongo", 1, {DICTIONARY_SURNAME}, -1}, + {"McGauran", 1, {DICTIONARY_SURNAME}, -1}, + {"correios", 1, {DICTIONARY_CHAIN}, -1}, + {"Sherri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jaffee", 1, {DICTIONARY_SURNAME}, -1}, + {"Degermark", 1, {DICTIONARY_SURNAME}, -1}, + {"Barkatullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petrelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Dodge", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kazuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Merav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Sáblíková", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnavi", 1, {DICTIONARY_SURNAME}, -1}, + {"Preißner", 1, {DICTIONARY_SURNAME}, -1}, + {"Mallampalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiba", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergeson", 1, {DICTIONARY_SURNAME}, -1}, + {"Chandrasekaran", 1, {DICTIONARY_SURNAME}, -1}, + {"Moschopulus", 1, {DICTIONARY_SURNAME}, -1}, + {"Towerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Živko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Almodóvar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bressler", 1, {DICTIONARY_SURNAME}, -1}, + {"Nordmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerin", 1, {DICTIONARY_SURNAME}, -1}, + {"DeGeneres", 1, {DICTIONARY_SURNAME}, -1}, + {"McPartlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazarashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Knatchbull", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pickens", 1, {DICTIONARY_SURNAME}, -1}, + {"Mailloux", 1, {DICTIONARY_SURNAME}, -1}, + {"Bako", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vittatoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bareiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Bignami", 1, {DICTIONARY_SURNAME}, -1}, + {"Khairulnizam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hewson", 1, {DICTIONARY_SURNAME}, -1}, + {"Allward", 1, {DICTIONARY_SURNAME}, -1}, + {"Cobo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaufeldt", 1, {DICTIONARY_SURNAME}, -1}, + {"Lubega", 1, {DICTIONARY_SURNAME}, -1}, + {"Buchholz", 1, {DICTIONARY_SURNAME}, -1}, + {"Nizharadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Andraszak", 1, {DICTIONARY_SURNAME}, -1}, + {"Castiglioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Đakonović", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambrozic", 1, {DICTIONARY_SURNAME}, -1}, + {"Shitole", 1, {DICTIONARY_SURNAME}, -1}, + {"Philps", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasher", 1, {DICTIONARY_SURNAME}, -1}, + {"Maraire", 1, {DICTIONARY_SURNAME}, -1}, + {"chick fil a", 1, {DICTIONARY_CHAIN}, 97}, + {"Özkök", 1, {DICTIONARY_SURNAME}, -1}, + {"Silverberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Germain", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dobrzynski", 1, {DICTIONARY_SURNAME}, -1}, + {"Abada", 1, {DICTIONARY_SURNAME}, -1}, + {"Cele", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Federhofer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallcorba", 1, {DICTIONARY_SURNAME}, -1}, + {"Mengele", 1, {DICTIONARY_SURNAME}, -1}, + {"Turkovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Simister", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Zandt", 1, {DICTIONARY_SURNAME}, -1}, + {"Horowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaudio", 1, {DICTIONARY_SURNAME}, -1}, + {"Naotaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frangieh family", 1, {DICTIONARY_SURNAME}, -1}, + {"Anri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Šuštar", 1, {DICTIONARY_SURNAME}, -1}, + {"Ole", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steib", 1, {DICTIONARY_SURNAME}, -1}, + {"Papps", 1, {DICTIONARY_SURNAME}, -1}, + {"Bechert", 1, {DICTIONARY_SURNAME}, -1}, + {"Blom", 1, {DICTIONARY_SURNAME}, -1}, + {"Chekmaryov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vejvoda", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalip", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abbruscato", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajan", 1, {DICTIONARY_SURNAME}, -1}, + {"lloyds", 1, {DICTIONARY_CHAIN}, -1}, + {"Turco", 1, {DICTIONARY_SURNAME}, -1}, + {"Wodajo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aoi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ii", 1, {DICTIONARY_SURNAME}, -1}, + {"Focardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranstead", 1, {DICTIONARY_SURNAME}, -1}, + {"Rahman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sledge", 1, {DICTIONARY_SURNAME}, -1}, + {"Smurfit", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyung-joon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beatrix", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agrain", 1, {DICTIONARY_SURNAME}, -1}, + {"Jezeršek", 1, {DICTIONARY_SURNAME}, -1}, + {"Palillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Min-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Misyulya", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwaśniowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Spargo", 1, {DICTIONARY_SURNAME}, -1}, + {"Yerkes", 1, {DICTIONARY_SURNAME}, -1}, + {"Betto", 1, {DICTIONARY_SURNAME}, -1}, + {"Schafferer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayling", 1, {DICTIONARY_SURNAME}, -1}, + {"Sprouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Filipescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauren", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaudetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Arvis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Biobaku", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergamelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Hazboun", 1, {DICTIONARY_SURNAME}, -1}, + {"Aveskulov", 1, {DICTIONARY_SURNAME}, -1}, + {"Doumbia", 1, {DICTIONARY_SURNAME}, -1}, + {"Balat", 1, {DICTIONARY_SURNAME}, -1}, + {"Zainab", 1, {DICTIONARY_SURNAME}, -1}, + {"Machen", 1, {DICTIONARY_SURNAME}, -1}, + {"Garber", 1, {DICTIONARY_SURNAME}, -1}, + {"Cartridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Egawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Adriaansens", 1, {DICTIONARY_SURNAME}, -1}, + {"Brettingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Frigo", 1, {DICTIONARY_SURNAME}, -1}, + {"Bryce", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fourie", 1, {DICTIONARY_SURNAME}, -1}, + {"Meneghin", 1, {DICTIONARY_SURNAME}, -1}, + {"Garde", 1, {DICTIONARY_SURNAME}, -1}, + {"Pott", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsutsui", 1, {DICTIONARY_SURNAME}, -1}, + {"Besim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brunne", 1, {DICTIONARY_SURNAME}, -1}, + {"Jekyll", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Vegt", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanisha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hanel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuroiwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaloner", 1, {DICTIONARY_SURNAME}, -1}, + {"Arshavir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scheeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Boulanger", 1, {DICTIONARY_SURNAME}, -1}, + {"Courvoisier", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruithnechán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Mechelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Edwin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Weinberger", 1, {DICTIONARY_SURNAME}, -1}, + {"chilis", 1, {DICTIONARY_CHAIN}, 98}, + {"Kumara", 1, {DICTIONARY_SURNAME}, -1}, + {"Senkichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pusey", 1, {DICTIONARY_SURNAME}, -1}, + {"Arendrup", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivett", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kocsárdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Struve", 1, {DICTIONARY_SURNAME}, -1}, + {"McNicoll", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarnoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Maria Luisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wamelink", 1, {DICTIONARY_SURNAME}, -1}, + {"Crewe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerner", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chałupa", 1, {DICTIONARY_SURNAME}, -1}, + {"McGilligan", 1, {DICTIONARY_SURNAME}, -1}, + {"Purvis", 1, {DICTIONARY_SURNAME}, -1}, + {"Womersley", 1, {DICTIONARY_SURNAME}, -1}, + {"Buchsbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Tedesco", 1, {DICTIONARY_SURNAME}, -1}, + {"Mizuki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó Duibh dá Bhoireann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Akar", 1, {DICTIONARY_SURNAME}, -1}, + {"Varki", 1, {DICTIONARY_SURNAME}, -1}, + {"Glendinning", 1, {DICTIONARY_SURNAME}, -1}, + {"Avellino", 1, {DICTIONARY_SURNAME}, -1}, + {"Massie", 1, {DICTIONARY_SURNAME}, -1}, + {"Schifani", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahmeti", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisato", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bausch", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitali", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Al Zaabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Chike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Breum", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-André", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaich", 1, {DICTIONARY_SURNAME}, -1}, + {"Martinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Garr", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bendinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Gajewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheinberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Köksal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grondin", 1, {DICTIONARY_SURNAME}, -1}, + {"Aitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunlap", 1, {DICTIONARY_SURNAME}, -1}, + {"Langevin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarcevic", 1, {DICTIONARY_SURNAME}, -1}, + {"Shvartsman", 1, {DICTIONARY_SURNAME}, -1}, + {"Klinkosoom", 1, {DICTIONARY_SURNAME}, -1}, + {"Himanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Adoukonou", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayar", 1, {DICTIONARY_SURNAME}, -1}, + {"Herwig", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jaffray", 1, {DICTIONARY_SURNAME}, -1}, + {"Paździor", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaynerchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlier", 1, {DICTIONARY_SURNAME}, -1}, + {"Boudier", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogert", 1, {DICTIONARY_SURNAME}, -1}, + {"Hewett", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheu", 1, {DICTIONARY_SURNAME}, -1}, + {"Avetisyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Iven", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahluwalia", 1, {DICTIONARY_SURNAME}, -1}, + {"Surinder", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sankighatta", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Trécourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Joensuu", 1, {DICTIONARY_SURNAME}, -1}, + {"McAthey", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadafumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anstiss", 1, {DICTIONARY_SURNAME}, -1}, + {"ace hardwares", 1, {DICTIONARY_CHAIN}, 58}, + {"Vaxès", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Cobhthaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Fedorchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassvik", 1, {DICTIONARY_SURNAME}, -1}, + {"Ough", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopaszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Verekauta", 1, {DICTIONARY_SURNAME}, -1}, + {"Golubov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hercegović", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanheule", 1, {DICTIONARY_SURNAME}, -1}, + {"Liběna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sakino", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanford", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ahipeaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovreglio", 1, {DICTIONARY_SURNAME}, -1}, + {"Efird", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Schaik", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaffenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanover", 1, {DICTIONARY_SURNAME}, -1}, + {"Casandra", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Staniša", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dießner", 1, {DICTIONARY_SURNAME}, -1}, + {"Langlois", 1, {DICTIONARY_SURNAME}, -1}, + {"Akaminko", 1, {DICTIONARY_SURNAME}, -1}, + {"Cai", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayyoth", 1, {DICTIONARY_SURNAME}, -1}, + {"Angelelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Văsie", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomaszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyōji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bustamante", 1, {DICTIONARY_SURNAME}, -1}, + {"Sambell", 1, {DICTIONARY_SURNAME}, -1}, + {"Dusautoir", 1, {DICTIONARY_SURNAME}, -1}, + {"Havey", 1, {DICTIONARY_SURNAME}, -1}, + {"Mari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ajnenkiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Miloud", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lichtenauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rüştü", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agwuocha", 1, {DICTIONARY_SURNAME}, -1}, + {"Britt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Türker", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maibohm", 1, {DICTIONARY_SURNAME}, -1}, + {"Carver", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoblit", 1, {DICTIONARY_SURNAME}, -1}, + {"Ademowo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ness", 1, {DICTIONARY_SURNAME}, -1}, + {"Shines", 1, {DICTIONARY_SURNAME}, -1}, + {"Charlie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marzoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Garraway", 1, {DICTIONARY_SURNAME}, -1}, + {"Emmott", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Pelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vimont", 1, {DICTIONARY_SURNAME}, -1}, + {"Ridyard", 1, {DICTIONARY_SURNAME}, -1}, + {"Engin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Plášil", 1, {DICTIONARY_SURNAME}, -1}, + {"Hwang", 1, {DICTIONARY_SURNAME}, -1}, + {"Burnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Valin", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuffelato", 1, {DICTIONARY_SURNAME}, -1}, + {"Kesavan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gladyshev", 1, {DICTIONARY_SURNAME}, -1}, + {"Habib", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"VanVonderen", 1, {DICTIONARY_SURNAME}, -1}, + {"Biantoro", 1, {DICTIONARY_SURNAME}, -1}, + {"Venetia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Enguerrand", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chopra", 1, {DICTIONARY_SURNAME}, -1}, + {"Mag Máilin", 1, {DICTIONARY_SURNAME}, -1}, + {"Veysey", 1, {DICTIONARY_SURNAME}, -1}, + {"Przeczek", 1, {DICTIONARY_SURNAME}, -1}, + {"Oller", 1, {DICTIONARY_SURNAME}, -1}, + {"Chul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahmarani", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkley", 1, {DICTIONARY_SURNAME}, -1}, + {"Jagannath", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cavus", 1, {DICTIONARY_SURNAME}, -1}, + {"Wetterhahn", 1, {DICTIONARY_SURNAME}, -1}, + {"McCareins", 1, {DICTIONARY_SURNAME}, -1}, + {"Landertinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Macq", 1, {DICTIONARY_SURNAME}, -1}, + {"Witkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanzini", 1, {DICTIONARY_SURNAME}, -1}, + {"shakey's pizza", 1, {DICTIONARY_CHAIN}, -1}, + {"Defreine", 1, {DICTIONARY_SURNAME}, -1}, + {"Eilbracht", 1, {DICTIONARY_SURNAME}, -1}, + {"Nasrallah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gaughan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Quiwonkpa", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Holmstrup", 1, {DICTIONARY_SURNAME}, -1}, + {"Živorad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voronov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tranquilino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bin Laden", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlaicu", 1, {DICTIONARY_SURNAME}, -1}, + {"Pyl", 1, {DICTIONARY_SURNAME}, -1}, + {"Guershoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Murawski", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkhouwer", 1, {DICTIONARY_SURNAME}, -1}, + {"Güldenstädt", 1, {DICTIONARY_SURNAME}, -1}, + {"Gage", 1, {DICTIONARY_SURNAME}, -1}, + {"Lőrinc", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kido", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermeulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdur Raqib", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lassen", 1, {DICTIONARY_SURNAME}, -1}, + {"McKew", 1, {DICTIONARY_SURNAME}, -1}, + {"Constantini", 1, {DICTIONARY_SURNAME}, -1}, + {"Tipping", 1, {DICTIONARY_SURNAME}, -1}, + {"Bercovici", 1, {DICTIONARY_SURNAME}, -1}, + {"Prudhomme", 1, {DICTIONARY_SURNAME}, -1}, + {"Sisinis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ugron de Ábránfalva", 1, {DICTIONARY_SURNAME}, -1}, + {"Minz", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunner", 1, {DICTIONARY_SURNAME}, -1}, + {"Faine", 1, {DICTIONARY_SURNAME}, -1}, + {"Bochart", 1, {DICTIONARY_SURNAME}, -1}, + {"Diego", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grimstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Benthem", 1, {DICTIONARY_SURNAME}, -1}, + {"Duhalde", 1, {DICTIONARY_SURNAME}, -1}, + {"Mihalko", 1, {DICTIONARY_SURNAME}, -1}, + {"Hillebrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Mignot", 1, {DICTIONARY_SURNAME}, -1}, + {"Docking", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamataka", 1, {DICTIONARY_SURNAME}, -1}, + {"Luter", 1, {DICTIONARY_SURNAME}, -1}, + {"Iker", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valiante", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wandrei", 1, {DICTIONARY_SURNAME}, -1}, + {"Thondaimandala Mudaliar", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilhami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Darlene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hammerl", 1, {DICTIONARY_SURNAME}, -1}, + {"De Graaf", 1, {DICTIONARY_SURNAME}, -1}, + {"Napoletano", 1, {DICTIONARY_SURNAME}, -1}, + {"Welles", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarhouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Schörner", 1, {DICTIONARY_SURNAME}, -1}, + {"Valicenti", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruciger", 1, {DICTIONARY_SURNAME}, -1}, + {"Villardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryūki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arben", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jerrold", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cheesley", 1, {DICTIONARY_SURNAME}, -1}, + {"Sotnieks", 1, {DICTIONARY_SURNAME}, -1}, + {"Curling", 1, {DICTIONARY_SURNAME}, -1}, + {"Schadow", 1, {DICTIONARY_SURNAME}, -1}, + {"Keefe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Girardot", 1, {DICTIONARY_SURNAME}, -1}, + {"Köppen", 1, {DICTIONARY_SURNAME}, -1}, + {"Khatami", 1, {DICTIONARY_SURNAME}, -1}, + {"7-11", 1, {DICTIONARY_CHAIN}, 56}, + {"Laugwitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Algardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pfitzner", 1, {DICTIONARY_SURNAME}, -1}, + {"Duddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Ailerán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayça", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raimonds", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sargsyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kieschnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Jin-wook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazuhisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blois", 1, {DICTIONARY_SURNAME}, -1}, + {"Beeckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Falch", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazer", 1, {DICTIONARY_SURNAME}, -1}, + {"Alanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Farnfold", 1, {DICTIONARY_SURNAME}, -1}, + {"Leibold", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicchiarello", 1, {DICTIONARY_SURNAME}, -1}, + {"Hageman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"b.b&t", 1, {DICTIONARY_CHAIN}, 75}, + {"Kyu-chul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vučević", 1, {DICTIONARY_SURNAME}, -1}, + {"Wachowich", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigetaka", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Langelier", 1, {DICTIONARY_SURNAME}, -1}, + {"Keinonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaumont", 1, {DICTIONARY_SURNAME}, -1}, + {"Jun'ichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jeffrey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liebermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Duclos", 1, {DICTIONARY_SURNAME}, -1}, + {"Bengtsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Mia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tufan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akinluyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Movses", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Othmar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elkington", 1, {DICTIONARY_SURNAME}, -1}, + {"Renzo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Caters", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoppert", 1, {DICTIONARY_SURNAME}, -1}, + {"Abatzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallance", 1, {DICTIONARY_SURNAME}, -1}, + {"Gao", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshimichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Myung-hoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drimmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Artom", 1, {DICTIONARY_SURNAME}, -1}, + {"Holmlund", 1, {DICTIONARY_SURNAME}, -1}, + {"Dara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tsurutarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schayes", 1, {DICTIONARY_SURNAME}, -1}, + {"Aozora", 1, {DICTIONARY_SURNAME}, -1}, + {"Jauffret", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönmetzler", 1, {DICTIONARY_SURNAME}, -1}, + {"Saiful", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Collings", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratschiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Eysteinsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Aganina", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnason", 1, {DICTIONARY_SURNAME}, -1}, + {"Filipov", 1, {DICTIONARY_SURNAME}, -1}, + {"Czarniecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Caeso", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sidoti", 1, {DICTIONARY_SURNAME}, -1}, + {"Driedger", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodward", 1, {DICTIONARY_SURNAME}, -1}, + {"Yaegashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasini", 1, {DICTIONARY_SURNAME}, -1}, + {"Kouts", 1, {DICTIONARY_SURNAME}, -1}, + {"Langelaan", 1, {DICTIONARY_SURNAME}, -1}, + {"McKennie", 1, {DICTIONARY_SURNAME}, -1}, + {"Fichtner", 1, {DICTIONARY_SURNAME}, -1}, + {"Hauksson", 1, {DICTIONARY_SURNAME}, -1}, + {"Fastow", 1, {DICTIONARY_SURNAME}, -1}, + {"Sudermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamberi", 1, {DICTIONARY_SURNAME}, -1}, + {"Katona", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashner", 1, {DICTIONARY_SURNAME}, -1}, + {"Chkheidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowden", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruckheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Wagenfuhr", 1, {DICTIONARY_SURNAME}, -1}, + {"Damayanti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fachtna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Majchrzak", 1, {DICTIONARY_SURNAME}, -1}, + {"Vryzas", 1, {DICTIONARY_SURNAME}, -1}, + {"Eadbald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anofriyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Foucault", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-hwa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brandeis", 1, {DICTIONARY_SURNAME}, -1}, + {"Higginbotham", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbiest", 1, {DICTIONARY_SURNAME}, -1}, + {"Evonne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Woolf", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kameda", 1, {DICTIONARY_SURNAME}, -1}, + {"Halliday", 1, {DICTIONARY_SURNAME}, -1}, + {"Bivol", 1, {DICTIONARY_SURNAME}, -1}, + {"Marchisio", 1, {DICTIONARY_SURNAME}, -1}, + {"Bichir family", 1, {DICTIONARY_SURNAME}, -1}, + {"Ganio", 1, {DICTIONARY_SURNAME}, -1}, + {"Calandrelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Donahue", 1, {DICTIONARY_SURNAME}, -1}, + {"Gambold", 1, {DICTIONARY_SURNAME}, -1}, + {"McGrory", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackelaitė", 1, {DICTIONARY_SURNAME}, -1}, + {"Brandon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gwendolyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tinubu", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hove", 1, {DICTIONARY_SURNAME}, -1}, + {"Karachiwala", 1, {DICTIONARY_SURNAME}, -1}, + {"Himura", 1, {DICTIONARY_SURNAME}, -1}, + {"Holmström", 1, {DICTIONARY_SURNAME}, -1}, + {"Angelucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Oginskis", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdurahimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Scalise", 1, {DICTIONARY_SURNAME}, -1}, + {"Suzi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lóegaire", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zaanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zurqani", 1, {DICTIONARY_SURNAME}, -1}, + {"Olofsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Eli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kamenev", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Sé", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwarzkogler", 1, {DICTIONARY_SURNAME}, -1}, + {"Even", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sachio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Sande", 1, {DICTIONARY_SURNAME}, -1}, + {"Defoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Biržiška", 1, {DICTIONARY_SURNAME}, -1}, + {"Feulner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bata", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ayre", 1, {DICTIONARY_SURNAME}, -1}, + {"Oshita", 1, {DICTIONARY_SURNAME}, -1}, + {"Respress", 1, {DICTIONARY_SURNAME}, -1}, + {"Cartland", 1, {DICTIONARY_SURNAME}, -1}, + {"Liebe", 1, {DICTIONARY_SURNAME}, -1}, + {"p.f. changs", 1, {DICTIONARY_CHAIN}, 202}, + {"Pezzaiuoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Salvatore", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Von Heidecke", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinur", 1, {DICTIONARY_SURNAME}, -1}, + {"Filipo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sridhar", 1, {DICTIONARY_SURNAME}, -1}, + {"Broache", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Regan", 1, {DICTIONARY_SURNAME}, -1}, + {"Katlaps", 1, {DICTIONARY_SURNAME}, -1}, + {"Cusack", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurens", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Žydrūnas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valeika", 1, {DICTIONARY_SURNAME}, -1}, + {"Tendler", 1, {DICTIONARY_SURNAME}, -1}, + {"Chapdelaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Tugendhat", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaszari", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gerwen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ye", 1, {DICTIONARY_SURNAME}, -1}, + {"Neumann", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdecia", 1, {DICTIONARY_SURNAME}, -1}, + {"Devi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Di Bella", 1, {DICTIONARY_SURNAME}, -1}, + {"Corrado", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Monti", 1, {DICTIONARY_SURNAME}, -1}, + {"Lidman", 1, {DICTIONARY_SURNAME}, -1}, + {"Rehder", 1, {DICTIONARY_SURNAME}, -1}, + {"Theyard", 1, {DICTIONARY_SURNAME}, -1}, + {"Goolagong", 1, {DICTIONARY_SURNAME}, -1}, + {"Kollwitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Topbaş", 1, {DICTIONARY_SURNAME}, -1}, + {"Elmas", 1, {DICTIONARY_SURNAME}, -1}, + {"Michitsune", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goldfinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Pascoal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arakiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sujata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gamarra", 1, {DICTIONARY_SURNAME}, -1}, + {"Shafiq ur Rahman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schlierenzauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Brocchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Awada", 1, {DICTIONARY_SURNAME}, -1}, + {"Faulkner", 1, {DICTIONARY_SURNAME}, -1}, + {"Emine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caufapé", 1, {DICTIONARY_SURNAME}, -1}, + {"Akwuegbu", 1, {DICTIONARY_SURNAME}, -1}, + {"Daukantienė", 1, {DICTIONARY_SURNAME}, -1}, + {"Akpom", 1, {DICTIONARY_SURNAME}, -1}, + {"Amhladh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"How", 1, {DICTIONARY_SURNAME}, -1}, + {"Hume", 1, {DICTIONARY_SURNAME}, -1}, + {"Anderberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Jara Saguier", 1, {DICTIONARY_SURNAME}, -1}, + {"Badew", 1, {DICTIONARY_SURNAME}, -1}, + {"Bensedrine", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosselman", 1, {DICTIONARY_SURNAME}, -1}, + {"Korach", 1, {DICTIONARY_SURNAME}, -1}, + {"Esfahani", 1, {DICTIONARY_SURNAME}, -1}, + {"Garang", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuvier", 1, {DICTIONARY_SURNAME}, -1}, + {"Theroux", 1, {DICTIONARY_SURNAME}, -1}, + {"Vartsaba", 1, {DICTIONARY_SURNAME}, -1}, + {"Crain", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahorlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Burry", 1, {DICTIONARY_SURNAME}, -1}, + {"Vomáčka", 1, {DICTIONARY_SURNAME}, -1}, + {"Needler", 1, {DICTIONARY_SURNAME}, -1}, + {"Heber", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hawks", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuczenski", 1, {DICTIONARY_SURNAME}, -1}, + {"Volkovskiy", 1, {DICTIONARY_SURNAME}, -1}, + {"Goebel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinshelwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Villagrasa", 1, {DICTIONARY_SURNAME}, -1}, + {"Daisey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Thorgan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jha", 1, {DICTIONARY_SURNAME}, -1}, + {"Martinek", 1, {DICTIONARY_SURNAME}, -1}, + {"Stasik", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arimachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Soraya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Judith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Artiñano", 1, {DICTIONARY_SURNAME}, -1}, + {"Mesut", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McPhie", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Frighil", 1, {DICTIONARY_SURNAME}, -1}, + {"Pintilie", 1, {DICTIONARY_SURNAME}, -1}, + {"Rochford", 1, {DICTIONARY_SURNAME}, -1}, + {"Leibniz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kramer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kienhuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Adriano", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yadin", 1, {DICTIONARY_SURNAME}, -1}, + {"Medea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eccles", 1, {DICTIONARY_SURNAME}, -1}, + {"Tallchief", 1, {DICTIONARY_SURNAME}, -1}, + {"Vacheishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenaway", 1, {DICTIONARY_SURNAME}, -1}, + {"Lippershey", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryōhei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Woolcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Schalkwyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Acconci", 1, {DICTIONARY_SURNAME}, -1}, + {"Fazal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sviatoslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shikō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aames", 1, {DICTIONARY_SURNAME}, -1}, + {"Millinder", 1, {DICTIONARY_SURNAME}, -1}, + {"Haley", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludescher", 1, {DICTIONARY_SURNAME}, -1}, + {"Mór", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Izumitani", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonakos", 1, {DICTIONARY_SURNAME}, -1}, + {"Köprülü", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandusky", 1, {DICTIONARY_SURNAME}, -1}, + {"Bissett", 1, {DICTIONARY_SURNAME}, -1}, + {"Hantaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vinent", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagnado", 1, {DICTIONARY_SURNAME}, -1}, + {"Reiichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yasuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Onaral", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulhánek", 1, {DICTIONARY_SURNAME}, -1}, + {"Taieb", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shewell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schrörs", 1, {DICTIONARY_SURNAME}, -1}, + {"Yusov", 1, {DICTIONARY_SURNAME}, -1}, + {"Fouché", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenup", 1, {DICTIONARY_SURNAME}, -1}, + {"Zabolotskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaitla", 1, {DICTIONARY_SURNAME}, -1}, + {"Avramidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Karshakevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Gowdy", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Giedrius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Gulik", 1, {DICTIONARY_SURNAME}, -1}, + {"Lilou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Driver", 1, {DICTIONARY_SURNAME}, -1}, + {"Agnel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kailey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fortson", 1, {DICTIONARY_SURNAME}, -1}, + {"Namihei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Czermak", 1, {DICTIONARY_SURNAME}, -1}, + {"Masafumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berio", 1, {DICTIONARY_SURNAME}, -1}, + {"Holtzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vehkonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Kesteren", 1, {DICTIONARY_SURNAME}, -1}, + {"McOrist", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosendahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Klinkert", 1, {DICTIONARY_SURNAME}, -1}, + {"Amisulashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkey", 1, {DICTIONARY_SURNAME}, -1}, + {"Collier", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzmorris", 1, {DICTIONARY_SURNAME}, -1}, + {"Labrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Viola", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGavick", 1, {DICTIONARY_SURNAME}, -1}, + {"Lunardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Varlow", 1, {DICTIONARY_SURNAME}, -1}, + {"Selimović", 1, {DICTIONARY_SURNAME}, -1}, + {"Thomas Alan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arihiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Demi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kornfeder", 1, {DICTIONARY_SURNAME}, -1}, + {"Alrawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mead", 1, {DICTIONARY_SURNAME}, -1}, + {"Noth", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalnina", 1, {DICTIONARY_SURNAME}, -1}, + {"Hubmaier", 1, {DICTIONARY_SURNAME}, -1}, + {"Stauch", 1, {DICTIONARY_SURNAME}, -1}, + {"Chodorow", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguire", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Dravid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Piergiorgio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cioabă", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGinnis", 1, {DICTIONARY_SURNAME}, -1}, + {"Wells", 1, {DICTIONARY_SURNAME}, -1}, + {"Macan", 1, {DICTIONARY_SURNAME}, -1}, + {"Minor", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilsons", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahwani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlug", 1, {DICTIONARY_SURNAME}, -1}, + {"Ergin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Birdsall", 1, {DICTIONARY_SURNAME}, -1}, + {"Gooder", 1, {DICTIONARY_SURNAME}, -1}, + {"Samacchini", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigsworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Derocles", 1, {DICTIONARY_SURNAME}, -1}, + {"Bixby", 1, {DICTIONARY_SURNAME}, -1}, + {"Chatha", 1, {DICTIONARY_SURNAME}, -1}, + {"Vercruysse", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanca", 1, {DICTIONARY_SURNAME}, -1}, + {"Bretland", 1, {DICTIONARY_SURNAME}, -1}, + {"Ailinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Skutsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalström", 1, {DICTIONARY_SURNAME}, -1}, + {"Potier", 1, {DICTIONARY_SURNAME}, -1}, + {"Seyran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Merrill", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Alen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aall", 1, {DICTIONARY_SURNAME}, -1}, + {"Natta", 1, {DICTIONARY_SURNAME}, -1}, + {"Hata", 1, {DICTIONARY_SURNAME}, -1}, + {"k.f.cs", 1, {DICTIONARY_CHAIN}, 169}, + {"Carthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Leistner", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarrison", 1, {DICTIONARY_SURNAME}, -1}, + {"Fay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ramsauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Luitpold", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Giulini", 1, {DICTIONARY_SURNAME}, -1}, + {"Edith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Benjamin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pasqualetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Drakenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Breynton", 1, {DICTIONARY_SURNAME}, -1}, + {"Apicella", 1, {DICTIONARY_SURNAME}, -1}, + {"Shelia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Michaelsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnaud", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rudeanu", 1, {DICTIONARY_SURNAME}, -1}, + {"walmart supercenters", 1, {DICTIONARY_CHAIN}, 267}, + {"Schuhl", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassano", 1, {DICTIONARY_SURNAME}, -1}, + {"Marwazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Funk", 1, {DICTIONARY_SURNAME}, -1}, + {"Sorin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balakhnin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gonggrijp", 1, {DICTIONARY_SURNAME}, -1}, + {"Honkonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sándor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deengar", 1, {DICTIONARY_SURNAME}, -1}, + {"Critchfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Haillet", 1, {DICTIONARY_SURNAME}, -1}, + {"Merloni", 1, {DICTIONARY_SURNAME}, -1}, + {"Springer", 1, {DICTIONARY_SURNAME}, -1}, + {"Grabarkewitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Stasov", 1, {DICTIONARY_SURNAME}, -1}, + {"Alvear", 1, {DICTIONARY_SURNAME}, -1}, + {"Amenhotep", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pietsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Fornara", 1, {DICTIONARY_SURNAME}, -1}, + {"Novikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Æthelflæd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jacobo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Christmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Rowles", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"holiday inn", 1, {DICTIONARY_CHAIN}, -1}, + {"Shafto", 1, {DICTIONARY_SURNAME}, -1}, + {"Arrechea", 1, {DICTIONARY_SURNAME}, -1}, + {"Kahanek", 1, {DICTIONARY_SURNAME}, -1}, + {"Naoya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roberts", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bening", 1, {DICTIONARY_SURNAME}, -1}, + {"Alina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sevada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cable", 1, {DICTIONARY_SURNAME}, -1}, + {"Hafeez", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fabre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tomíček", 1, {DICTIONARY_SURNAME}, -1}, + {"Staudigl", 1, {DICTIONARY_SURNAME}, -1}, + {"Lunson", 1, {DICTIONARY_SURNAME}, -1}, + {"Isitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vayeshnoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Upham", 1, {DICTIONARY_SURNAME}, -1}, + {"Levitsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Eenhoorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ersöz", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaviano", 1, {DICTIONARY_SURNAME}, -1}, + {"Hahn", 1, {DICTIONARY_SURNAME}, -1}, + {"Kesselman", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmökel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsutsulayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Holger", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKenney", 1, {DICTIONARY_SURNAME}, -1}, + {"Bargrave", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramanujan", 1, {DICTIONARY_SURNAME}, -1}, + {"Arosemena", 1, {DICTIONARY_SURNAME}, -1}, + {"Koirala", 1, {DICTIONARY_SURNAME}, -1}, + {"Valebrokk", 1, {DICTIONARY_SURNAME}, -1}, + {"Fairbank", 1, {DICTIONARY_SURNAME}, -1}, + {"Majerus", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauers", 1, {DICTIONARY_SURNAME}, -1}, + {"Freinademetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadler", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasquinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Buchan", 1, {DICTIONARY_SURNAME}, -1}, + {"Pesoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Charlwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Linderman", 1, {DICTIONARY_SURNAME}, -1}, + {"Khamees", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teague", 1, {DICTIONARY_SURNAME}, -1}, + {"Lassila", 1, {DICTIONARY_SURNAME}, -1}, + {"Roynon", 1, {DICTIONARY_SURNAME}, -1}, + {"Burjanadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiso", 1, {DICTIONARY_SURNAME}, -1}, + {"Rossolimo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dicky", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hillcourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Suarez", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamardis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rajaei", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Despotović", 1, {DICTIONARY_SURNAME}, -1}, + {"Menshov", 1, {DICTIONARY_SURNAME}, -1}, + {"Raji", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aramaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Foroughi", 1, {DICTIONARY_SURNAME}, -1}, + {"Karlson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadarajah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oglesby", 1, {DICTIONARY_SURNAME}, -1}, + {"Bindig", 1, {DICTIONARY_SURNAME}, -1}, + {"Pickersgill", 1, {DICTIONARY_SURNAME}, -1}, + {"Rayfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Haliti", 1, {DICTIONARY_SURNAME}, -1}, + {"Sangha", 1, {DICTIONARY_SURNAME}, -1}, + {"Schopp", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabris", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbault", 1, {DICTIONARY_SURNAME}, -1}, + {"Winsor", 1, {DICTIONARY_SURNAME}, -1}, + {"Kren", 1, {DICTIONARY_SURNAME}, -1}, + {"Henock", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ungerer", 1, {DICTIONARY_SURNAME}, -1}, + {"Sasajima", 1, {DICTIONARY_SURNAME}, -1}, + {"Justinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Jääskeläinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lebègue", 1, {DICTIONARY_SURNAME}, -1}, + {"Sergeyeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Karawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ascani", 1, {DICTIONARY_SURNAME}, -1}, + {"Viens", 1, {DICTIONARY_SURNAME}, -1}, + {"Purviance", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerrigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Růžička", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollerith", 1, {DICTIONARY_SURNAME}, -1}, + {"Lechowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattera", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Leeuwen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vartiainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Venora", 1, {DICTIONARY_SURNAME}, -1}, + {"Asatiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Victorette", 1, {DICTIONARY_SURNAME}, -1}, + {"Yabuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Salix", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Royle", 1, {DICTIONARY_SURNAME}, -1}, + {"Kojic", 1, {DICTIONARY_SURNAME}, -1}, + {"Mangal", 1, {DICTIONARY_SURNAME}, -1}, + {"Munetoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iorio", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaghband", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Creachmhaoil", 1, {DICTIONARY_SURNAME}, -1}, + {"Kempson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kollontay", 1, {DICTIONARY_SURNAME}, -1}, + {"Falkingham", 1, {DICTIONARY_SURNAME}, -1}, + {"rite aid", 1, {DICTIONARY_CHAIN}, -1}, + {"at and t stores", 1, {DICTIONARY_CHAIN}, 65}, + {"Gwiazdoń", 1, {DICTIONARY_SURNAME}, -1}, + {"Sasagawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ujikage", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kharchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Breinholt", 1, {DICTIONARY_SURNAME}, -1}, + {"Brahimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Weiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Narihiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Čapek", 1, {DICTIONARY_SURNAME}, -1}, + {"Pardy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vura", 1, {DICTIONARY_SURNAME}, -1}, + {"Tropsha", 1, {DICTIONARY_SURNAME}, -1}, + {"John Taylor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akifiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Strasser", 1, {DICTIONARY_SURNAME}, -1}, + {"Amandine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Speelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Adras", 1, {DICTIONARY_SURNAME}, -1}, + {"kenny rogers roasters", 1, {DICTIONARY_CHAIN}, 168}, + {"Ó Tomhrair", 1, {DICTIONARY_SURNAME}, -1}, + {"Jannella", 1, {DICTIONARY_SURNAME}, -1}, + {"Hook", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibragimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Rafe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der lijn", 1, {DICTIONARY_SURNAME}, -1}, + {"Diefenbaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Olufemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobutsuna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Cauwenberghe", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemmens", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiryu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuorensola", 1, {DICTIONARY_SURNAME}, -1}, + {"Margó", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baumeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Akburç", 1, {DICTIONARY_SURNAME}, -1}, + {"Schragenheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Fichtenholz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lialina", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaseghi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gastone", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maton", 1, {DICTIONARY_SURNAME}, -1}, + {"Jovovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallaud-Belkacem", 1, {DICTIONARY_SURNAME}, -1}, + {"Cosentino", 1, {DICTIONARY_SURNAME}, -1}, + {"Karekar", 1, {DICTIONARY_SURNAME}, -1}, + {"Akimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbour", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Drehle", 1, {DICTIONARY_SURNAME}, -1}, + {"lowes", 1, {DICTIONARY_CHAIN}, 178}, + {"Vachadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalmazzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Siebenhaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Krajíček", 1, {DICTIONARY_SURNAME}, -1}, + {"Luzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinke", 1, {DICTIONARY_SURNAME}, -1}, + {"Akimi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Southey", 1, {DICTIONARY_SURNAME}, -1}, + {"Garett", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brownsdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Özyiğit", 1, {DICTIONARY_SURNAME}, -1}, + {"Strozzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Garmendia", 1, {DICTIONARY_SURNAME}, -1}, + {"Viray", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohr", 1, {DICTIONARY_SURNAME}, -1}, + {"Segerblom", 1, {DICTIONARY_SURNAME}, -1}, + {"Meriweather", 1, {DICTIONARY_SURNAME}, -1}, + {"James", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rea", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonatan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kłosowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Negretti", 1, {DICTIONARY_SURNAME}, -1}, + {"Bérubé", 1, {DICTIONARY_SURNAME}, -1}, + {"Laney", 1, {DICTIONARY_SURNAME}, -1}, + {"Anzengruber", 1, {DICTIONARY_SURNAME}, -1}, + {"beef o bradys", 1, {DICTIONARY_CHAIN}, 76}, + {"Ghassan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Haran", 1, {DICTIONARY_SURNAME}, -1}, + {"Sturzenegger", 1, {DICTIONARY_SURNAME}, -1}, + {"Myra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pons", 1, {DICTIONARY_SURNAME}, -1}, + {"Barabadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Virpiö", 1, {DICTIONARY_SURNAME}, -1}, + {"Zharov", 1, {DICTIONARY_SURNAME}, -1}, + {"Svane", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakayoko", 1, {DICTIONARY_SURNAME}, -1}, + {"spardabank", 1, {DICTIONARY_CHAIN}, 238}, + {"Von der Lippe", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdel Fattah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gussoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Říman", 1, {DICTIONARY_SURNAME}, -1}, + {"Haensel", 1, {DICTIONARY_SURNAME}, -1}, + {"m l king", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Rickhill", 1, {DICTIONARY_SURNAME}, -1}, + {"Dohm", 1, {DICTIONARY_SURNAME}, -1}, + {"Usak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanasawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Cats", 1, {DICTIONARY_SURNAME}, -1}, + {"Mangubat", 1, {DICTIONARY_SURNAME}, -1}, + {"Fikri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kaberry", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandamme", 1, {DICTIONARY_SURNAME}, -1}, + {"popeyes", 1, {DICTIONARY_CHAIN}, -1}, + {"Brlázs", 1, {DICTIONARY_SURNAME}, -1}, + {"Sammer", 1, {DICTIONARY_SURNAME}, -1}, + {"Iverson", 1, {DICTIONARY_SURNAME}, -1}, + {"Fidan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lydia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mackfall", 1, {DICTIONARY_SURNAME}, -1}, + {"Barabash", 1, {DICTIONARY_SURNAME}, -1}, + {"Seacole", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartsfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Guldeford", 1, {DICTIONARY_SURNAME}, -1}, + {"Arrieta", 1, {DICTIONARY_SURNAME}, -1}, + {"Heilman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kettlewell", 1, {DICTIONARY_SURNAME}, -1}, + {"Dzięcioł", 1, {DICTIONARY_SURNAME}, -1}, + {"Farrington", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hammarberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Amory", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jewitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Fomin", 1, {DICTIONARY_SURNAME}, -1}, + {"Arcidiacono", 1, {DICTIONARY_SURNAME}, -1}, + {"Silvestri", 1, {DICTIONARY_SURNAME}, -1}, + {"Akpata", 1, {DICTIONARY_SURNAME}, -1}, + {"Lank", 1, {DICTIONARY_SURNAME}, -1}, + {"marathon", 1, {DICTIONARY_CHAIN}, -1}, + {"Iturbide", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunert", 1, {DICTIONARY_SURNAME}, -1}, + {"Stamitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Handyside", 1, {DICTIONARY_SURNAME}, -1}, + {"Aggelakas", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Elst", 1, {DICTIONARY_SURNAME}, -1}, + {"Jernberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Platel", 1, {DICTIONARY_SURNAME}, -1}, + {"Adaileh", 1, {DICTIONARY_SURNAME}, -1}, + {"Cseszneky", 1, {DICTIONARY_SURNAME}, -1}, + {"Eyzaguirre", 1, {DICTIONARY_SURNAME}, -1}, + {"Mariah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Babatunde", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schmerling", 1, {DICTIONARY_SURNAME}, -1}, + {"Vdovin", 1, {DICTIONARY_SURNAME}, -1}, + {"Caillaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Farid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Endean", 1, {DICTIONARY_SURNAME}, -1}, + {"Albadé", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Timur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kuttner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bromery", 1, {DICTIONARY_SURNAME}, -1}, + {"Arazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Trimmer", 1, {DICTIONARY_SURNAME}, -1}, + {"McKissic", 1, {DICTIONARY_SURNAME}, -1}, + {"Paye", 1, {DICTIONARY_SURNAME}, -1}, + {"Duman", 1, {DICTIONARY_SURNAME}, -1}, + {"Colaianni", 1, {DICTIONARY_SURNAME}, -1}, + {"Prescott", 1, {DICTIONARY_SURNAME}, -1}, + {"Manuela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Väänänen", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Itallie", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarkhnishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Horn", 1, {DICTIONARY_SURNAME}, -1}, + {"Radecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Drago", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nic Amhalghaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ladislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brevda", 1, {DICTIONARY_SURNAME}, -1}, + {"Scholz", 1, {DICTIONARY_SURNAME}, -1}, + {"Aanonsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ginty", 1, {DICTIONARY_SURNAME}, -1}, + {"Pomar", 1, {DICTIONARY_SURNAME}, -1}, + {"Schneiderman", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsugio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Revold", 1, {DICTIONARY_SURNAME}, -1}, + {"Tõnu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Azhar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lampinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Melrose", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Link", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruano", 1, {DICTIONARY_SURNAME}, -1}, + {"Erida", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKay", 1, {DICTIONARY_SURNAME}, -1}, + {"Coryton", 1, {DICTIONARY_SURNAME}, -1}, + {"Caltabiano", 1, {DICTIONARY_SURNAME}, -1}, + {"Saussure", 1, {DICTIONARY_SURNAME}, -1}, + {"Ursini", 1, {DICTIONARY_SURNAME}, -1}, + {"Norman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"7-eleven", 1, {DICTIONARY_CHAIN}, -1}, + {"Chip", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vinters", 1, {DICTIONARY_SURNAME}, -1}, + {"Merabi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brain", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kulick", 1, {DICTIONARY_SURNAME}, -1}, + {"Özhan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lampadius", 1, {DICTIONARY_SURNAME}, -1}, + {"Capp", 1, {DICTIONARY_SURNAME}, -1}, + {"Angie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kirishima", 1, {DICTIONARY_SURNAME}, -1}, + {"Varrenti", 1, {DICTIONARY_SURNAME}, -1}, + {"dairy queens", 1, {DICTIONARY_CHAIN}, 118}, + {"Cajander", 1, {DICTIONARY_SURNAME}, -1}, + {"Badillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunstan", 1, {DICTIONARY_SURNAME}, -1}, + {"Day-Lewis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bennion", 1, {DICTIONARY_SURNAME}, -1}, + {"Kmoch", 1, {DICTIONARY_SURNAME}, -1}, + {"Domenik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cory", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brydges", 1, {DICTIONARY_SURNAME}, -1}, + {"De Martino", 1, {DICTIONARY_SURNAME}, -1}, + {"Doig", 1, {DICTIONARY_SURNAME}, -1}, + {"Verelst", 1, {DICTIONARY_SURNAME}, -1}, + {"Bregman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerxho", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Vlugt", 1, {DICTIONARY_SURNAME}, -1}, + {"Pankin", 1, {DICTIONARY_SURNAME}, -1}, + {"Peyser", 1, {DICTIONARY_SURNAME}, -1}, + {"Rüütel", 1, {DICTIONARY_SURNAME}, -1}, + {"Haysom", 1, {DICTIONARY_SURNAME}, -1}, + {"Bambrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Korhonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlechter", 1, {DICTIONARY_SURNAME}, -1}, + {"Wingard", 1, {DICTIONARY_SURNAME}, -1}, + {"Marowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Migliorini", 1, {DICTIONARY_SURNAME}, -1}, + {"Žemaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"lone star steak house", 1, {DICTIONARY_CHAIN}, 175}, + {"Vicinus", 1, {DICTIONARY_SURNAME}, -1}, + {"Szentessy", 1, {DICTIONARY_SURNAME}, -1}, + {"Fears", 1, {DICTIONARY_SURNAME}, -1}, + {"Janez", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clérismé", 1, {DICTIONARY_SURNAME}, -1}, + {"Krehl", 1, {DICTIONARY_SURNAME}, -1}, + {"Bivins", 1, {DICTIONARY_SURNAME}, -1}, + {"Pizziolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Shamsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kosgei", 1, {DICTIONARY_SURNAME}, -1}, + {"Edelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Maris", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeb", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Heinrici", 1, {DICTIONARY_SURNAME}, -1}, + {"Nishikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Legge", 1, {DICTIONARY_SURNAME}, -1}, + {"Graves", 1, {DICTIONARY_SURNAME}, -1}, + {"De Clercq", 1, {DICTIONARY_SURNAME}, -1}, + {"Baki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reda", 1, {DICTIONARY_SURNAME}, -1}, + {"Mendel", 1, {DICTIONARY_SURNAME}, -1}, + {"McCulloch", 1, {DICTIONARY_SURNAME}, -1}, + {"Yorston", 1, {DICTIONARY_SURNAME}, -1}, + {"Verraros", 1, {DICTIONARY_SURNAME}, -1}, + {"Villopoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Estrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vân", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aksas", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincello", 1, {DICTIONARY_SURNAME}, -1}, + {"Veltroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Wurz", 1, {DICTIONARY_SURNAME}, -1}, + {"Veaceslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"wal mart supercenters", 1, {DICTIONARY_CHAIN}, 267}, + {"Taskasaplidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ketsbaia", 1, {DICTIONARY_SURNAME}, -1}, + {"Pupovac", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Horiuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Linnosvuo", 1, {DICTIONARY_SURNAME}, -1}, + {"Miljko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kobulashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Hideyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Isler", 1, {DICTIONARY_SURNAME}, -1}, + {"Aibu", 1, {DICTIONARY_SURNAME}, -1}, + {"Seiden", 1, {DICTIONARY_SURNAME}, -1}, + {"Pompidou", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeronim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Hook", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikolov", 1, {DICTIONARY_SURNAME}, -1}, + {"Claudius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wesley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Azcona", 1, {DICTIONARY_SURNAME}, -1}, + {"Otterlei", 1, {DICTIONARY_SURNAME}, -1}, + {"Satoru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hasdai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanous", 1, {DICTIONARY_SURNAME}, -1}, + {"Raonall", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Díaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaywan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hodges", 1, {DICTIONARY_SURNAME}, -1}, + {"Muratović", 1, {DICTIONARY_SURNAME}, -1}, + {"Cataldo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Furler", 1, {DICTIONARY_SURNAME}, -1}, + {"Guadalupe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ishihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Marrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Miniussi", 1, {DICTIONARY_SURNAME}, -1}, + {"Carli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivancos", 1, {DICTIONARY_SURNAME}, -1}, + {"Olberding", 1, {DICTIONARY_SURNAME}, -1}, + {"Leesman", 1, {DICTIONARY_SURNAME}, -1}, + {"Aretino", 1, {DICTIONARY_SURNAME}, -1}, + {"Alvina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Castellanos", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghechi", 1, {DICTIONARY_SURNAME}, -1}, + {"Silantyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Pivnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Belzile", 1, {DICTIONARY_SURNAME}, -1}, + {"Bromilow", 1, {DICTIONARY_SURNAME}, -1}, + {"Takamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Amina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Searls", 1, {DICTIONARY_SURNAME}, -1}, + {"Fahmy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boadu", 1, {DICTIONARY_SURNAME}, -1}, + {"Eidus", 1, {DICTIONARY_SURNAME}, -1}, + {"Komiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Myszka", 1, {DICTIONARY_SURNAME}, -1}, + {"Beccalossi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarantino", 1, {DICTIONARY_SURNAME}, -1}, + {"Dundee", 1, {DICTIONARY_SURNAME}, -1}, + {"Algis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grapes", 1, {DICTIONARY_SURNAME}, -1}, + {"Hodgins", 1, {DICTIONARY_SURNAME}, -1}, + {"Sylvester", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vant Hull", 1, {DICTIONARY_SURNAME}, -1}, + {"Skibine", 1, {DICTIONARY_SURNAME}, -1}, + {"Fenchel", 1, {DICTIONARY_SURNAME}, -1}, + {"Garðarsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Beethovens", 1, {DICTIONARY_SURNAME}, -1}, + {"Eustachy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Martell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vårvik", 1, {DICTIONARY_SURNAME}, -1}, + {"Mares", 1, {DICTIONARY_SURNAME}, -1}, + {"Orion", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fancelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Erasmo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Willo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Madeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Custódio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Okwaraji", 1, {DICTIONARY_SURNAME}, -1}, + {"Venherov", 1, {DICTIONARY_SURNAME}, -1}, + {"Adzhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gawade", 1, {DICTIONARY_SURNAME}, -1}, + {"Akikazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vautrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kisinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Miller", 1, {DICTIONARY_SURNAME}, -1}, + {"Attig", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramjohn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zontov", 1, {DICTIONARY_SURNAME}, -1}, + {"Santisteban", 1, {DICTIONARY_SURNAME}, -1}, + {"Söderberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauerbreij", 1, {DICTIONARY_SURNAME}, -1}, + {"Gutfreund", 1, {DICTIONARY_SURNAME}, -1}, + {"Zamansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Abadžić", 1, {DICTIONARY_SURNAME}, -1}, + {"Baylis", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleksidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadanari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Välivaara", 1, {DICTIONARY_SURNAME}, -1}, + {"Keever", 1, {DICTIONARY_SURNAME}, -1}, + {"Rizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"De Cock", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaipal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mackrel", 1, {DICTIONARY_SURNAME}, -1}, + {"Bawazir", 1, {DICTIONARY_SURNAME}, -1}, + {"Shpresa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Addy", 1, {DICTIONARY_SURNAME}, -1}, + {"Titotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Akech", 1, {DICTIONARY_SURNAME}, -1}, + {"Beloch", 1, {DICTIONARY_SURNAME}, -1}, + {"Horgan", 1, {DICTIONARY_SURNAME}, -1}, + {"Wohlfahrt", 1, {DICTIONARY_SURNAME}, -1}, + {"Zachrisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pujol", 1, {DICTIONARY_SURNAME}, -1}, + {"Štefánek", 1, {DICTIONARY_SURNAME}, -1}, + {"Džiaukštas", 1, {DICTIONARY_SURNAME}, -1}, + {"Thyssen family", 1, {DICTIONARY_SURNAME}, -1}, + {"Veszeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Zahir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Noji", 1, {DICTIONARY_SURNAME}, -1}, + {"Antipov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aykroyd", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitlock", 1, {DICTIONARY_SURNAME}, -1}, + {"Hustler", 1, {DICTIONARY_SURNAME}, -1}, + {"Masuzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pecoraio", 1, {DICTIONARY_SURNAME}, -1}, + {"Vougiouklakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Teng", 1, {DICTIONARY_SURNAME}, -1}, + {"Filkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Pereda", 1, {DICTIONARY_SURNAME}, -1}, + {"Maqdisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Piwnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Berberet", 1, {DICTIONARY_SURNAME}, -1}, + {"Karan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Özalp", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Birck", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathisen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermuelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Venantini", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarrah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ladouceur", 1, {DICTIONARY_SURNAME}, -1}, + {"Dhromer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazumasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stroumboulopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Cambó", 1, {DICTIONARY_SURNAME}, -1}, + {"Fowlie", 1, {DICTIONARY_SURNAME}, -1}, + {"Takada", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerschbaumer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipkemei", 1, {DICTIONARY_SURNAME}, -1}, + {"Vézinhet", 1, {DICTIONARY_SURNAME}, -1}, + {"Feldmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Bremer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hikari", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Birdsong", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolovrat", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurenai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schweig", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopaczewska", 1, {DICTIONARY_SURNAME}, -1}, + {"Perikles", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rigoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Volsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ali", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Winogrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Varella", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergner", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Burnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Tetmajer", 1, {DICTIONARY_SURNAME}, -1}, + {"Nejla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vandeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Doone", 1, {DICTIONARY_SURNAME}, -1}, + {"Boccaccio", 1, {DICTIONARY_SURNAME}, -1}, + {"Manganelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Koson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cortese", 1, {DICTIONARY_SURNAME}, -1}, + {"McKendry", 1, {DICTIONARY_SURNAME}, -1}, + {"trader joe's", 1, {DICTIONARY_CHAIN}, -1}, + {"Brumfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Guldberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Tullus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Provost", 1, {DICTIONARY_SURNAME}, -1}, + {"Dethick", 1, {DICTIONARY_SURNAME}, -1}, + {"Franzoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghezzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshifuru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agnoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Boscana", 1, {DICTIONARY_SURNAME}, -1}, + {"Luckett", 1, {DICTIONARY_SURNAME}, -1}, + {"Okamoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhamra Clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Palacky", 1, {DICTIONARY_SURNAME}, -1}, + {"Sekine", 1, {DICTIONARY_SURNAME}, -1}, + {"Gábor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malarchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaars", 1, {DICTIONARY_SURNAME}, -1}, + {"Akuetteh", 1, {DICTIONARY_SURNAME}, -1}, + {"Erim", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukobratović", 1, {DICTIONARY_SURNAME}, -1}, + {"Brasack", 1, {DICTIONARY_SURNAME}, -1}, + {"Curwen", 1, {DICTIONARY_SURNAME}, -1}, + {"Skye", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Coeverden", 1, {DICTIONARY_SURNAME}, -1}, + {"Fairchild", 1, {DICTIONARY_SURNAME}, -1}, + {"Agagianian", 1, {DICTIONARY_SURNAME}, -1}, + {"Lever", 1, {DICTIONARY_SURNAME}, -1}, + {"phillips 66", 1, {DICTIONARY_CHAIN}, -1}, + {"Vatuone", 1, {DICTIONARY_SURNAME}, -1}, + {"Holke", 1, {DICTIONARY_SURNAME}, -1}, + {"Aglaé", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ehrenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Djalmir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edelfelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleinwort", 1, {DICTIONARY_SURNAME}, -1}, + {"Lowey", 1, {DICTIONARY_SURNAME}, -1}, + {"Flintoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenmaekers", 1, {DICTIONARY_SURNAME}, -1}, + {"Zapata", 1, {DICTIONARY_SURNAME}, -1}, + {"Reichenau", 1, {DICTIONARY_SURNAME}, -1}, + {"Nancy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Carel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hubik", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanthof", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadaharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lewes", 1, {DICTIONARY_SURNAME}, -1}, + {"Haris", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valétudie", 1, {DICTIONARY_SURNAME}, -1}, + {"Rugge", 1, {DICTIONARY_SURNAME}, -1}, + {"Urho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vafa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Claesson", 1, {DICTIONARY_SURNAME}, -1}, + {"Harunobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sarafian", 1, {DICTIONARY_SURNAME}, -1}, + {"Carman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Turnipseed", 1, {DICTIONARY_SURNAME}, -1}, + {"Aaron", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brassey", 1, {DICTIONARY_SURNAME}, -1}, + {"Valdivielso", 1, {DICTIONARY_SURNAME}, -1}, + {"Woolhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Michelet", 1, {DICTIONARY_SURNAME}, -1}, + {"Abowd", 1, {DICTIONARY_SURNAME}, -1}, + {"Gormflaith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rokeach", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdelal", 1, {DICTIONARY_SURNAME}, -1}, + {"Min-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Minà", 1, {DICTIONARY_SURNAME}, -1}, + {"Manon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ribera", 1, {DICTIONARY_SURNAME}, -1}, + {"Gastineau", 1, {DICTIONARY_SURNAME}, -1}, + {"Ledda", 1, {DICTIONARY_SURNAME}, -1}, + {"Rina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Usova", 1, {DICTIONARY_SURNAME}, -1}, + {"Agorogiannis", 1, {DICTIONARY_SURNAME}, -1}, + {"Voketaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Margareta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Imms", 1, {DICTIONARY_SURNAME}, -1}, + {"Sagar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Moges", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valdis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Osipov", 1, {DICTIONARY_SURNAME}, -1}, + {"Beadman", 1, {DICTIONARY_SURNAME}, -1}, + {"Karla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wendt", 1, {DICTIONARY_SURNAME}, -1}, + {"Acholonu", 1, {DICTIONARY_SURNAME}, -1}, + {"Worms family", 1, {DICTIONARY_SURNAME}, -1}, + {"Malépart", 1, {DICTIONARY_SURNAME}, -1}, + {"Bibin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uday", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brandt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lyttelton", 1, {DICTIONARY_SURNAME}, -1}, + {"Wong", 1, {DICTIONARY_SURNAME}, -1}, + {"napa auto parts", 1, {DICTIONARY_CHAIN}, -1}, + {"Bekim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Merga", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaaronda", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Maolconaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Mashima", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabby", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heydeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Renvall", 1, {DICTIONARY_SURNAME}, -1}, + {"Giombini", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Devlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bottone", 1, {DICTIONARY_SURNAME}, -1}, + {"Mangiante", 1, {DICTIONARY_SURNAME}, -1}, + {"Moravčík", 1, {DICTIONARY_SURNAME}, -1}, + {"Frankham", 1, {DICTIONARY_SURNAME}, -1}, + {"Konikow", 1, {DICTIONARY_SURNAME}, -1}, + {"Weigle", 1, {DICTIONARY_SURNAME}, -1}, + {"Sack", 1, {DICTIONARY_SURNAME}, -1}, + {"Kocyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ainslie", 1, {DICTIONARY_SURNAME}, -1}, + {"McElhone", 1, {DICTIONARY_SURNAME}, -1}, + {"Reich", 1, {DICTIONARY_SURNAME}, -1}, + {"Dag", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Smithers", 1, {DICTIONARY_SURNAME}, -1}, + {"Chukwumerije", 1, {DICTIONARY_SURNAME}, -1}, + {"Meral", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ágica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kitts", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicil", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovrić", 1, {DICTIONARY_SURNAME}, -1}, + {"Rinko-Gay", 1, {DICTIONARY_SURNAME}, -1}, + {"Čermák", 1, {DICTIONARY_SURNAME}, -1}, + {"Schisler", 1, {DICTIONARY_SURNAME}, -1}, + {"Doeblin", 1, {DICTIONARY_SURNAME}, -1}, + {"Badri", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoenigberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Wozniacki", 1, {DICTIONARY_SURNAME}, -1}, + {"Eguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Herdman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bazeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Shin-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vossler", 1, {DICTIONARY_SURNAME}, -1}, + {"Lidberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bradbery", 1, {DICTIONARY_SURNAME}, -1}, + {"Duggan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuroda", 1, {DICTIONARY_SURNAME}, -1}, + {"Hakaru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haugwitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranocchia", 1, {DICTIONARY_SURNAME}, -1}, + {"Timofeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"commerzbank", 1, {DICTIONARY_CHAIN}, -1}, + {"Flavio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"h & m", 1, {DICTIONARY_CHAIN}, 145}, + {"Peers", 1, {DICTIONARY_SURNAME}, -1}, + {"Swire", 1, {DICTIONARY_SURNAME}, -1}, + {"Teige", 1, {DICTIONARY_SURNAME}, -1}, + {"Brandler", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeddore", 1, {DICTIONARY_SURNAME}, -1}, + {"Geaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Hewison", 1, {DICTIONARY_SURNAME}, -1}, + {"Adyaatömör", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nault", 1, {DICTIONARY_SURNAME}, -1}, + {"Němeček", 1, {DICTIONARY_SURNAME}, -1}, + {"Mance", 1, {DICTIONARY_SURNAME}, -1}, + {"Ousman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Knabe", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Heumen", 1, {DICTIONARY_SURNAME}, -1}, + {"Barberis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sulzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Laustsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dae-sung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Almblad", 1, {DICTIONARY_SURNAME}, -1}, + {"Doroshevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Couillard", 1, {DICTIONARY_SURNAME}, -1}, + {"Vertue", 1, {DICTIONARY_SURNAME}, -1}, + {"Heatherton", 1, {DICTIONARY_SURNAME}, -1}, + {"Mushatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Artem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haggard", 1, {DICTIONARY_SURNAME}, -1}, + {"Eðvaldsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirn", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Alsandair", 1, {DICTIONARY_SURNAME}, -1}, + {"Guicciardini", 1, {DICTIONARY_SURNAME}, -1}, + {"Svaha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kondratiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryōta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Catchpole", 1, {DICTIONARY_SURNAME}, -1}, + {"McJennett", 1, {DICTIONARY_SURNAME}, -1}, + {"Koshiba", 1, {DICTIONARY_SURNAME}, -1}, + {"Vujić", 1, {DICTIONARY_SURNAME}, -1}, + {"Binkley", 1, {DICTIONARY_SURNAME}, -1}, + {"Życzkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Mende", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanlorenzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Drakulić", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackney", 1, {DICTIONARY_SURNAME}, -1}, + {"Lira", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanyhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Vine", 1, {DICTIONARY_SURNAME}, -1}, + {"Goto", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"González", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Meck", 1, {DICTIONARY_SURNAME}, -1}, + {"Belfrage", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaffman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Landingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Meissonier", 1, {DICTIONARY_SURNAME}, -1}, + {"Haškovec", 1, {DICTIONARY_SURNAME}, -1}, + {"Adli", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vehmasto", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomović", 1, {DICTIONARY_SURNAME}, -1}, + {"Weaving", 1, {DICTIONARY_SURNAME}, -1}, + {"Obama", 1, {DICTIONARY_SURNAME}, -1}, + {"Kampf", 1, {DICTIONARY_SURNAME}, -1}, + {"Novoselić", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahtola", 1, {DICTIONARY_SURNAME}, -1}, + {"Den", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erland", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCluskey", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuibau", 1, {DICTIONARY_SURNAME}, -1}, + {"Rebecca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leicht", 1, {DICTIONARY_SURNAME}, -1}, + {"Krugman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mehring", 1, {DICTIONARY_SURNAME}, -1}, + {"Rehm", 1, {DICTIONARY_SURNAME}, -1}, + {"Gökhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lawless", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Boom", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hardiman", 1, {DICTIONARY_SURNAME}, -1}, + {"Favorsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Özmert", 1, {DICTIONARY_SURNAME}, -1}, + {"Quaye", 1, {DICTIONARY_SURNAME}, -1}, + {"Latourette", 1, {DICTIONARY_SURNAME}, -1}, + {"Cobby", 1, {DICTIONARY_SURNAME}, -1}, + {"Zorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Breitkreuz", 1, {DICTIONARY_SURNAME}, -1}, + {"Léonie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Torvald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"bubba gumps shrimp co.", 1, {DICTIONARY_CHAIN}, 87}, + {"Ahmadzadeh", 1, {DICTIONARY_SURNAME}, -1}, + {"ben and jerrys", 1, {DICTIONARY_CHAIN}, 77}, + {"Raduljica", 1, {DICTIONARY_SURNAME}, -1}, + {"schlotzskys", 1, {DICTIONARY_CHAIN}, 229}, + {"Koharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gentili", 1, {DICTIONARY_SURNAME}, -1}, + {"Kloos", 1, {DICTIONARY_SURNAME}, -1}, + {"Hafsa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lazarevski", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulver", 1, {DICTIONARY_SURNAME}, -1}, + {"Colthurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghirondi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vickerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitsyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Masuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Roozendaal", 1, {DICTIONARY_SURNAME}, -1}, + {"Murofushi", 1, {DICTIONARY_SURNAME}, -1}, + {"Saadia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tinsley-Williams", 1, {DICTIONARY_SURNAME}, -1}, + {"Froger", 1, {DICTIONARY_SURNAME}, -1}, + {"Sverkerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Agrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Volochkova", 1, {DICTIONARY_SURNAME}, -1}, + {"Boutros-Ghali", 1, {DICTIONARY_SURNAME}, -1}, + {"Katzenellenbogen", 1, {DICTIONARY_SURNAME}, -1}, + {"Jephson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lochhead", 1, {DICTIONARY_SURNAME}, -1}, + {"Chander", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Andrew", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Špidlová", 1, {DICTIONARY_SURNAME}, -1}, + {"Villaume", 1, {DICTIONARY_SURNAME}, -1}, + {"Lumbera", 1, {DICTIONARY_SURNAME}, -1}, + {"Haghe", 1, {DICTIONARY_SURNAME}, -1}, + {"Fajardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Fi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flyorov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kastrati", 1, {DICTIONARY_SURNAME}, -1}, + {"Mansouri", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwladys", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erös", 1, {DICTIONARY_SURNAME}, -1}, + {"Villacampa", 1, {DICTIONARY_SURNAME}, -1}, + {"Künstler", 1, {DICTIONARY_SURNAME}, -1}, + {"Daubney", 1, {DICTIONARY_SURNAME}, -1}, + {"Catto", 1, {DICTIONARY_SURNAME}, -1}, + {"Bichman", 1, {DICTIONARY_SURNAME}, -1}, + {"Sasso", 1, {DICTIONARY_SURNAME}, -1}, + {"Seidman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Heever", 1, {DICTIONARY_SURNAME}, -1}, + {"Stüber", 1, {DICTIONARY_SURNAME}, -1}, + {"Marlière", 1, {DICTIONARY_SURNAME}, -1}, + {"k marts", 1, {DICTIONARY_CHAIN}, 171}, + {"Koopmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Panić", 1, {DICTIONARY_SURNAME}, -1}, + {"Curic", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Pen", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurance", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schönbein", 1, {DICTIONARY_SURNAME}, -1}, + {"De Brancas", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonato", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehmedbašić", 1, {DICTIONARY_SURNAME}, -1}, + {"Dvorak", 1, {DICTIONARY_SURNAME}, -1}, + {"culvers", 1, {DICTIONARY_CHAIN}, 116}, + {"Bonino", 1, {DICTIONARY_SURNAME}, -1}, + {"Markey", 1, {DICTIONARY_SURNAME}, -1}, + {"Homme", 1, {DICTIONARY_SURNAME}, -1}, + {"Kloefkorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Katchaturian", 1, {DICTIONARY_SURNAME}, -1}, + {"Takemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Leitner", 1, {DICTIONARY_SURNAME}, -1}, + {"Rostislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fuchizaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Ásgeirsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayata", 1, {DICTIONARY_SURNAME}, -1}, + {"Casadesus", 1, {DICTIONARY_SURNAME}, -1}, + {"Koerten", 1, {DICTIONARY_SURNAME}, -1}, + {"Richeldis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dragoje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McMillon", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaga", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ziarre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Körner", 1, {DICTIONARY_SURNAME}, -1}, + {"barnes & nobles", 1, {DICTIONARY_CHAIN}, 72}, + {"Velinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bessmertnykh", 1, {DICTIONARY_SURNAME}, -1}, + {"Chattopadhyaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Kon", 1, {DICTIONARY_SURNAME}, -1}, + {"Pereverzev", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolkwitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Avsenik", 1, {DICTIONARY_SURNAME}, -1}, + {"Sudek", 1, {DICTIONARY_SURNAME}, -1}, + {"Miloš", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Horta", 1, {DICTIONARY_SURNAME}, -1}, + {"Grigorescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Beadon", 1, {DICTIONARY_SURNAME}, -1}, + {"Haluk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Derbyshire", 1, {DICTIONARY_SURNAME}, -1}, + {"Schipper", 1, {DICTIONARY_SURNAME}, -1}, + {"Shew", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboutaleb", 1, {DICTIONARY_SURNAME}, -1}, + {"Parecchini", 1, {DICTIONARY_SURNAME}, -1}, + {"Laufenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Aventinus", 1, {DICTIONARY_SURNAME}, -1}, + {"Marzouki", 1, {DICTIONARY_SURNAME}, -1}, + {"Ribbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Duperron", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirotsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jiřík", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Springel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigarani", 1, {DICTIONARY_SURNAME}, -1}, + {"Ungaretti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijil", 1, {DICTIONARY_SURNAME}, -1}, + {"Kidd", 1, {DICTIONARY_SURNAME}, -1}, + {"Koivu", 1, {DICTIONARY_SURNAME}, -1}, + {"Zucchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Flory", 1, {DICTIONARY_SURNAME}, -1}, + {"McQueen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedepo", 1, {DICTIONARY_SURNAME}, -1}, + {"Imus", 1, {DICTIONARY_SURNAME}, -1}, + {"Bendell", 1, {DICTIONARY_SURNAME}, -1}, + {"Thrower", 1, {DICTIONARY_SURNAME}, -1}, + {"Mallalieu", 1, {DICTIONARY_SURNAME}, -1}, + {"Sneevliet", 1, {DICTIONARY_SURNAME}, -1}, + {"Kahneman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindh", 1, {DICTIONARY_SURNAME}, -1}, + {"Tereshinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Macree", 1, {DICTIONARY_SURNAME}, -1}, + {"Ullrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Sonzogno", 1, {DICTIONARY_SURNAME}, -1}, + {"Hantak", 1, {DICTIONARY_SURNAME}, -1}, + {"Augustsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bryant", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaskuti", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbaticchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivezaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Stockmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Llobet", 1, {DICTIONARY_SURNAME}, -1}, + {"Immelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Aggerholm", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornford", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavlova", 1, {DICTIONARY_SURNAME}, -1}, + {"Isakovič", 1, {DICTIONARY_SURNAME}, -1}, + {"Reineke", 1, {DICTIONARY_SURNAME}, -1}, + {"Eleni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Torje", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valova", 1, {DICTIONARY_SURNAME}, -1}, + {"McEneff", 1, {DICTIONARY_SURNAME}, -1}, + {"Sado", 1, {DICTIONARY_SURNAME}, -1}, + {"Fellers", 1, {DICTIONARY_SURNAME}, -1}, + {"Lewin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ptáčková", 1, {DICTIONARY_SURNAME}, -1}, + {"Batson", 1, {DICTIONARY_SURNAME}, -1}, + {"Brink", 1, {DICTIONARY_SURNAME}, -1}, + {"Lansbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Sturm", 1, {DICTIONARY_SURNAME}, -1}, + {"Takeomi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gall", 1, {DICTIONARY_SURNAME}, -1}, + {"Palatnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoneking", 1, {DICTIONARY_SURNAME}, -1}, + {"Dickon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kirsten", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sibley", 1, {DICTIONARY_SURNAME}, -1}, + {"Rakolta", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratkaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Airee", 1, {DICTIONARY_SURNAME}, -1}, + {"Wightman", 1, {DICTIONARY_SURNAME}, -1}, + {"Coyle", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Bronckhorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Falco", 1, {DICTIONARY_SURNAME}, -1}, + {"Ordway", 1, {DICTIONARY_SURNAME}, -1}, + {"Üzümcü", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunamura", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Edwardes", 1, {DICTIONARY_SURNAME}, -1}, + {"Trivulzio", 1, {DICTIONARY_SURNAME}, -1}, + {"De Groote", 1, {DICTIONARY_SURNAME}, -1}, + {"Lavanchy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vecchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilse", 1, {DICTIONARY_SURNAME}, -1}, + {"Chelyadzinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Lluís", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Simkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Amelung", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Emmerik", 1, {DICTIONARY_SURNAME}, -1}, + {"Corvington", 1, {DICTIONARY_SURNAME}, -1}, + {"Pietropolli", 1, {DICTIONARY_SURNAME}, -1}, + {"Aulus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klinghoffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hae-seong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vangsø", 1, {DICTIONARY_SURNAME}, -1}, + {"Speirs", 1, {DICTIONARY_SURNAME}, -1}, + {"Jablokov", 1, {DICTIONARY_SURNAME}, -1}, + {"netto marken-discount", 1, {DICTIONARY_CHAIN}, 192}, + {"Bradley John", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ehrenreich", 1, {DICTIONARY_SURNAME}, -1}, + {"Hender", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McLane", 1, {DICTIONARY_SURNAME}, -1}, + {"Framo", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhic Amhlaoibh", 1, {DICTIONARY_SURNAME}, -1}, + {"Di María", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Stedingk", 1, {DICTIONARY_SURNAME}, -1}, + {"DiMaggio", 1, {DICTIONARY_SURNAME}, -1}, + {"Balint", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Klimowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Oakman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hindustani people", 1, {DICTIONARY_SURNAME}, -1}, + {"Aubameyang", 1, {DICTIONARY_SURNAME}, -1}, + {"Totti", 1, {DICTIONARY_SURNAME}, -1}, + {"Ariel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hultgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Stöcker", 1, {DICTIONARY_SURNAME}, -1}, + {"Massart", 1, {DICTIONARY_SURNAME}, -1}, + {"Sveinn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andrejs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sakalauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Stegner", 1, {DICTIONARY_SURNAME}, -1}, + {"Tappert", 1, {DICTIONARY_SURNAME}, -1}, + {"Plaut", 1, {DICTIONARY_SURNAME}, -1}, + {"McEneny", 1, {DICTIONARY_SURNAME}, -1}, + {"Treich", 1, {DICTIONARY_SURNAME}, -1}, + {"Berenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Beall", 1, {DICTIONARY_SURNAME}, -1}, + {"Savini", 1, {DICTIONARY_SURNAME}, -1}, + {"Abassova", 1, {DICTIONARY_SURNAME}, -1}, + {"Swingland", 1, {DICTIONARY_SURNAME}, -1}, + {"Yuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Took", 1, {DICTIONARY_SURNAME}, -1}, + {"Mulroney", 1, {DICTIONARY_SURNAME}, -1}, + {"Apostu", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Winkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenwalt", 1, {DICTIONARY_SURNAME}, -1}, + {"Barasch", 1, {DICTIONARY_SURNAME}, -1}, + {"Lash", 1, {DICTIONARY_SURNAME}, -1}, + {"bdo", 1, {DICTIONARY_CHAIN}, -1}, + {"Kroetsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Parisyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Melikyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Enomoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Brauner", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipnis", 1, {DICTIONARY_SURNAME}, -1}, + {"Avakian", 1, {DICTIONARY_SURNAME}, -1}, + {"Frederico", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arteaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Scudder", 1, {DICTIONARY_SURNAME}, -1}, + {"Habib ur Rahman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heeger", 1, {DICTIONARY_SURNAME}, -1}, + {"Keresztes", 1, {DICTIONARY_SURNAME}, -1}, + {"Kayne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Cogez", 1, {DICTIONARY_SURNAME}, -1}, + {"Safin", 1, {DICTIONARY_SURNAME}, -1}, + {"Pizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vopěnka", 1, {DICTIONARY_SURNAME}, -1}, + {"Valitchka", 1, {DICTIONARY_SURNAME}, -1}, + {"Fraley", 1, {DICTIONARY_SURNAME}, -1}, + {"Zvonimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ajmani", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatanaka", 1, {DICTIONARY_SURNAME}, -1}, + {"toys \"r\" us", 1, {DICTIONARY_CHAIN}, 258}, + {"Ptáček", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegge", 1, {DICTIONARY_SURNAME}, -1}, + {"Lodge", 1, {DICTIONARY_SURNAME}, -1}, + {"Comenius", 1, {DICTIONARY_SURNAME}, -1}, + {"Valson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bedford", 1, {DICTIONARY_SURNAME}, -1}, + {"McSpadden", 1, {DICTIONARY_SURNAME}, -1}, + {"Elisha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McMichaels", 1, {DICTIONARY_SURNAME}, -1}, + {"Szczeklik", 1, {DICTIONARY_SURNAME}, -1}, + {"Caianiello", 1, {DICTIONARY_SURNAME}, -1}, + {"Königsmarck", 1, {DICTIONARY_SURNAME}, -1}, + {"Enid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abiyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Loman", 1, {DICTIONARY_SURNAME}, -1}, + {"McCraw", 1, {DICTIONARY_SURNAME}, -1}, + {"Yōta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tillemans", 1, {DICTIONARY_SURNAME}, -1}, + {"Surdu", 1, {DICTIONARY_SURNAME}, -1}, + {"Aussaresses", 1, {DICTIONARY_SURNAME}, -1}, + {"Piscator", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Irmak", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nikiš", 1, {DICTIONARY_SURNAME}, -1}, + {"Kienzle", 1, {DICTIONARY_SURNAME}, -1}, + {"Yunus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rovelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Valeria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vidnovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Villa", 1, {DICTIONARY_SURNAME}, -1}, + {"Takayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Endel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lindauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kreutzwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Vooris", 1, {DICTIONARY_SURNAME}, -1}, + {"Ignatius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Villasanti", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapanadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoneo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Allot", 1, {DICTIONARY_SURNAME}, -1}, + {"Bollano", 1, {DICTIONARY_SURNAME}, -1}, + {"Norton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Çimen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fioravanti", 1, {DICTIONARY_SURNAME}, -1}, + {"europcar", 1, {DICTIONARY_CHAIN}, -1}, + {"Van der Sterre", 1, {DICTIONARY_SURNAME}, -1}, + {"Mejstřík", 1, {DICTIONARY_SURNAME}, -1}, + {"Merillat", 1, {DICTIONARY_SURNAME}, -1}, + {"Logothetis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ten Berge", 1, {DICTIONARY_SURNAME}, -1}, + {"Zakharchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartt", 1, {DICTIONARY_SURNAME}, -1}, + {"Adoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Kushal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anitra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achtymichuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Grósz", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vibius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roper", 1, {DICTIONARY_SURNAME}, -1}, + {"Scully", 1, {DICTIONARY_SURNAME}, -1}, + {"a.t&t stores", 1, {DICTIONARY_CHAIN}, 65}, + {"Mošinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazurek", 1, {DICTIONARY_SURNAME}, -1}, + {"Thị", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sebeok", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilbey", 1, {DICTIONARY_SURNAME}, -1}, + {"McKidd", 1, {DICTIONARY_SURNAME}, -1}, + {"Lăzărescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Fusakichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rathod", 1, {DICTIONARY_SURNAME}, -1}, + {"Aricca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kikuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gaynor", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Palden", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aitikeev", 1, {DICTIONARY_SURNAME}, -1}, + {"bb & t", 1, {DICTIONARY_CHAIN}, 75}, + {"Nagatsuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Norouzi", 1, {DICTIONARY_SURNAME}, -1}, + {"nandos", 1, {DICTIONARY_CHAIN}, 188}, + {"Kusakabe", 1, {DICTIONARY_SURNAME}, -1}, + {"Leonora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ajtay", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotomi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Knyvett", 1, {DICTIONARY_SURNAME}, -1}, + {"Börngen", 1, {DICTIONARY_SURNAME}, -1}, + {"jack astor's bar & grill", 1, {DICTIONARY_CHAIN}, -1}, + {"Shoda", 1, {DICTIONARY_SURNAME}, -1}, + {"Greer", 1, {DICTIONARY_SURNAME}, -1}, + {"Veca", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunchala", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kellerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Brisset", 1, {DICTIONARY_SURNAME}, -1}, + {"Liesl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agrahari", 1, {DICTIONARY_SURNAME}, -1}, + {"Keeper", 1, {DICTIONARY_SURNAME}, -1}, + {"Adolfas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ekram", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ceccaroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Hankes", 1, {DICTIONARY_SURNAME}, -1}, + {"Besnard", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablan", 1, {DICTIONARY_SURNAME}, -1}, + {"Shawki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vitel", 1, {DICTIONARY_SURNAME}, -1}, + {"Aukes", 1, {DICTIONARY_SURNAME}, -1}, + {"Imbrie", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Abruzzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckers", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Cannell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunze", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaime", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bonar-Law", 1, {DICTIONARY_SURNAME}, -1}, + {"Horcasitas", 1, {DICTIONARY_SURNAME}, -1}, + {"sparda bank", 1, {DICTIONARY_CHAIN}, 238}, + {"Rastall", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallström", 1, {DICTIONARY_SURNAME}, -1}, + {"Bemberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Rothermel", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelasia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Margetson", 1, {DICTIONARY_SURNAME}, -1}, + {"Brazauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"old navys", 1, {DICTIONARY_CHAIN}, 195}, + {"Vanoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"pizza express", 1, {DICTIONARY_CHAIN}, 206}, + {"Tereshchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Brugmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartwig", 1, {DICTIONARY_SURNAME}, -1}, + {"Hershtik", 1, {DICTIONARY_SURNAME}, -1}, + {"Zackheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderwagen", 1, {DICTIONARY_SURNAME}, -1}, + {"McMains", 1, {DICTIONARY_SURNAME}, -1}, + {"Vovos", 1, {DICTIONARY_SURNAME}, -1}, + {"Vētra", 1, {DICTIONARY_SURNAME}, -1}, + {"Pender", 1, {DICTIONARY_SURNAME}, -1}, + {"Dilorenzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Malkovych", 1, {DICTIONARY_SURNAME}, -1}, + {"Ricketts", 1, {DICTIONARY_SURNAME}, -1}, + {"Turay", 1, {DICTIONARY_SURNAME}, -1}, + {"Bloxham", 1, {DICTIONARY_SURNAME}, -1}, + {"Reigle", 1, {DICTIONARY_SURNAME}, -1}, + {"Yvonne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Šuker", 1, {DICTIONARY_SURNAME}, -1}, + {"Pam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schartman", 1, {DICTIONARY_SURNAME}, -1}, + {"Louisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dunbar", 1, {DICTIONARY_SURNAME}, -1}, + {"Akgün", 1, {DICTIONARY_SURNAME}, -1}, + {"Balducci", 1, {DICTIONARY_SURNAME}, -1}, + {"Kearse", 1, {DICTIONARY_SURNAME}, -1}, + {"Koller", 1, {DICTIONARY_SURNAME}, -1}, + {"Kroon", 1, {DICTIONARY_SURNAME}, -1}, + {"Tueni", 1, {DICTIONARY_SURNAME}, -1}, + {"Angelo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Michiki", 1, {DICTIONARY_SURNAME}, -1}, + {"Gigurtu", 1, {DICTIONARY_SURNAME}, -1}, + {"Marek", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ben Gurion", 1, {DICTIONARY_SURNAME}, -1}, + {"Fujio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gollancz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mundy", 1, {DICTIONARY_SURNAME}, -1}, + {"Neel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoewedes", 1, {DICTIONARY_SURNAME}, -1}, + {"Michal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kercher", 1, {DICTIONARY_SURNAME}, -1}, + {"Prashant", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Higgons", 1, {DICTIONARY_SURNAME}, -1}, + {"Aioubov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aho", 1, {DICTIONARY_SURNAME}, -1}, + {"Kušnir", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Diest", 1, {DICTIONARY_SURNAME}, -1}, + {"Pellew", 1, {DICTIONARY_SURNAME}, -1}, + {"Nəbiyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Homeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Walakial", 1, {DICTIONARY_SURNAME}, -1}, + {"Harbert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kraicir", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobutoki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Šeparović", 1, {DICTIONARY_SURNAME}, -1}, + {"Cabanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahmed Tijani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ardit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGhehey", 1, {DICTIONARY_SURNAME}, -1}, + {"Gonxha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katsumoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Abineri", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawagishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vólent", 1, {DICTIONARY_SURNAME}, -1}, + {"Kratochvíl", 1, {DICTIONARY_SURNAME}, -1}, + {"Brodman", 1, {DICTIONARY_SURNAME}, -1}, + {"Varadkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabri", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGrain", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuerden", 1, {DICTIONARY_SURNAME}, -1}, + {"Boisselot", 1, {DICTIONARY_SURNAME}, -1}, + {"Winkelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Hudgens", 1, {DICTIONARY_SURNAME}, -1}, + {"Babcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhaduria", 1, {DICTIONARY_SURNAME}, -1}, + {"Grenander", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Blatak", 1, {DICTIONARY_SURNAME}, -1}, + {"Volman", 1, {DICTIONARY_SURNAME}, -1}, + {"Inday", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Falk", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodnyansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Mukarovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Velthuysen", 1, {DICTIONARY_SURNAME}, -1}, + {"Adámek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viligrón", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinokur", 1, {DICTIONARY_SURNAME}, -1}, + {"Mannion", 1, {DICTIONARY_SURNAME}, -1}, + {"Blocker", 1, {DICTIONARY_SURNAME}, -1}, + {"Meléndez", 1, {DICTIONARY_SURNAME}, -1}, + {"Fischler", 1, {DICTIONARY_SURNAME}, -1}, + {"Orpen", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakase", 1, {DICTIONARY_SURNAME}, -1}, + {"Veličková", 1, {DICTIONARY_SURNAME}, -1}, + {"Cordery", 1, {DICTIONARY_SURNAME}, -1}, + {"Ada", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gidaly", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigalondo", 1, {DICTIONARY_SURNAME}, -1}, + {"Towse", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaplansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Odenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Einem", 1, {DICTIONARY_SURNAME}, -1}, + {"Kininmonth", 1, {DICTIONARY_SURNAME}, -1}, + {"Huberman", 1, {DICTIONARY_SURNAME}, -1}, + {"DeMicco", 1, {DICTIONARY_SURNAME}, -1}, + {"Olcott", 1, {DICTIONARY_SURNAME}, -1}, + {"Joudrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Dustin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Susarla", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalpakian", 1, {DICTIONARY_SURNAME}, -1}, + {"Worrack", 1, {DICTIONARY_SURNAME}, -1}, + {"Çelik", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Leopold", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaynarca", 1, {DICTIONARY_SURNAME}, -1}, + {"Zharkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Akrawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Afanasieff", 1, {DICTIONARY_SURNAME}, -1}, + {"McCance", 1, {DICTIONARY_SURNAME}, -1}, + {"Valesente", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarczal", 1, {DICTIONARY_SURNAME}, -1}, + {"Brent", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Takehiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nelsinho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sarajlić", 1, {DICTIONARY_SURNAME}, -1}, + {"Petrovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Varvio", 1, {DICTIONARY_SURNAME}, -1}, + {"Antolković", 1, {DICTIONARY_SURNAME}, -1}, + {"Cyrus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gallio", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic Raghnaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Agnidé", 1, {DICTIONARY_SURNAME}, -1}, + {"Grilli", 1, {DICTIONARY_SURNAME}, -1}, + {"Kay", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanstveit", 1, {DICTIONARY_SURNAME}, -1}, + {"Maimonides", 1, {DICTIONARY_SURNAME}, -1}, + {"Linnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Denker", 1, {DICTIONARY_SURNAME}, -1}, + {"Etty", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawashima", 1, {DICTIONARY_SURNAME}, -1}, + {"Schultze", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlwrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Minnie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brockett", 1, {DICTIONARY_SURNAME}, -1}, + {"Uppal clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Begović", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlamelcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Sailer", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Leers", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Berkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Seubert", 1, {DICTIONARY_SURNAME}, -1}, + {"Kettmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Saldarini", 1, {DICTIONARY_SURNAME}, -1}, + {"Vande Gorne", 1, {DICTIONARY_SURNAME}, -1}, + {"Vertis", 1, {DICTIONARY_SURNAME}, -1}, + {"Lula", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moldenke", 1, {DICTIONARY_SURNAME}, -1}, + {"Aalto", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanader", 1, {DICTIONARY_SURNAME}, -1}, + {"Adomnán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Emanuele", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"papa gino's", 1, {DICTIONARY_CHAIN}, -1}, + {"Abdul Haq", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Finkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sohl", 1, {DICTIONARY_SURNAME}, -1}, + {"Fujikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiranuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Akwasi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Darby", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rejewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sayuri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ekbom", 1, {DICTIONARY_SURNAME}, -1}, + {"Fetherstonehaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaştag", 1, {DICTIONARY_SURNAME}, -1}, + {"Peploe", 1, {DICTIONARY_SURNAME}, -1}, + {"Vesga", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic a' Ghobhainn", 1, {DICTIONARY_SURNAME}, -1}, + {"Homan", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Berat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Albarracín", 1, {DICTIONARY_SURNAME}, -1}, + {"Bream", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaqeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Dufriche-Desgenettes", 1, {DICTIONARY_SURNAME}, -1}, + {"Zimetbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ewherido", 1, {DICTIONARY_SURNAME}, -1}, + {"Devlet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jabrailov", 1, {DICTIONARY_SURNAME}, -1}, + {"NicLeòid", 1, {DICTIONARY_SURNAME}, -1}, + {"Allin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hedwig", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brama", 1, {DICTIONARY_SURNAME}, -1}, + {"Parviainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Loverro", 1, {DICTIONARY_SURNAME}, -1}, + {"Siefert", 1, {DICTIONARY_SURNAME}, -1}, + {"Azumaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Versnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Dannecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Connor", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"popeye's chicken & biscuits", 1, {DICTIONARY_CHAIN}, 212}, + {"Van Zant", 1, {DICTIONARY_SURNAME}, -1}, + {"Trejo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguilar", 1, {DICTIONARY_SURNAME}, -1}, + {"Borchgrevink", 1, {DICTIONARY_SURNAME}, -1}, + {"y w c a", 1, {DICTIONARY_CHAIN}, 277}, + {"Abbán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tyrie", 1, {DICTIONARY_SURNAME}, -1}, + {"McCaulay", 1, {DICTIONARY_SURNAME}, -1}, + {"Akouloua", 1, {DICTIONARY_SURNAME}, -1}, + {"Rivera", 1, {DICTIONARY_SURNAME}, -1}, + {"Viñolas", 1, {DICTIONARY_SURNAME}, -1}, + {"Makkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Baranovskyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Taketsuru", 1, {DICTIONARY_SURNAME}, -1}, + {"Keishi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Köster", 1, {DICTIONARY_SURNAME}, -1}, + {"Motokiyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakaima", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisahide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Converse", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruchaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Raizo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ravirandal Mataji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Degan", 1, {DICTIONARY_SURNAME}, -1}, + {"Claude", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Litjens", 1, {DICTIONARY_SURNAME}, -1}, + {"Gayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackner", 1, {DICTIONARY_SURNAME}, -1}, + {"Pareto", 1, {DICTIONARY_SURNAME}, -1}, + {"McDowall", 1, {DICTIONARY_SURNAME}, -1}, + {"Henke", 1, {DICTIONARY_SURNAME}, -1}, + {"Coatsworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Fowke", 1, {DICTIONARY_SURNAME}, -1}, + {"Aafjes", 1, {DICTIONARY_SURNAME}, -1}, + {"Gosiewski family", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdykalykov", 1, {DICTIONARY_SURNAME}, -1}, + {"Medard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mahiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Czeslaw", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Talbott", 1, {DICTIONARY_SURNAME}, -1}, + {"Baroyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Halter", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Küntzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ertuğrul", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Benjy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Franklyn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Đorović", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Okon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akinwolere", 1, {DICTIONARY_SURNAME}, -1}, + {"Badstuber", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Branteghem", 1, {DICTIONARY_SURNAME}, -1}, + {"Abkhazi", 1, {DICTIONARY_SURNAME}, -1}, + {"De Filippi", 1, {DICTIONARY_SURNAME}, -1}, + {"Susanne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gheorghiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmiedeberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Szczęsny", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Saddler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bangemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Binner", 1, {DICTIONARY_SURNAME}, -1}, + {"Katznelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Machoud", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunetoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ragıp", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tadanobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"telepizza", 1, {DICTIONARY_CHAIN}, -1}, + {"Erman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hatice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scherchen", 1, {DICTIONARY_SURNAME}, -1}, + {"Desideri", 1, {DICTIONARY_SURNAME}, -1}, + {"Miguel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vrushali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"nemzeti dohanybolt", 1, {DICTIONARY_CHAIN}, 191}, + {"Vilpas", 1, {DICTIONARY_SURNAME}, -1}, + {"Schraner", 1, {DICTIONARY_SURNAME}, -1}, + {"Babskyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Stansell", 1, {DICTIONARY_SURNAME}, -1}, + {"Naramaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKinlay", 1, {DICTIONARY_SURNAME}, -1}, + {"Kliegl", 1, {DICTIONARY_SURNAME}, -1}, + {"Algy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rosalinda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peretti", 1, {DICTIONARY_SURNAME}, -1}, + {"Statra", 1, {DICTIONARY_SURNAME}, -1}, + {"Podestà", 1, {DICTIONARY_SURNAME}, -1}, + {"Passmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Macuto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Valkenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasanthan", 1, {DICTIONARY_SURNAME}, -1}, + {"MacFarquhar", 1, {DICTIONARY_SURNAME}, -1}, + {"Sulcas", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanft", 1, {DICTIONARY_SURNAME}, -1}, + {"Takegahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Alenka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zidane", 1, {DICTIONARY_SURNAME}, -1}, + {"Awasthi", 1, {DICTIONARY_SURNAME}, -1}, + {"Byam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Newman", 1, {DICTIONARY_SURNAME}, -1}, + {"Fenella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jacquemoud", 1, {DICTIONARY_SURNAME}, -1}, + {"Eisenhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayuzumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mayne", 1, {DICTIONARY_SURNAME}, -1}, + {"Lvov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dadic", 1, {DICTIONARY_SURNAME}, -1}, + {"Arquilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Lønning", 1, {DICTIONARY_SURNAME}, -1}, + {"Schork", 1, {DICTIONARY_SURNAME}, -1}, + {"Rochon", 1, {DICTIONARY_SURNAME}, -1}, + {"Henrickson", 1, {DICTIONARY_SURNAME}, -1}, + {"Brzyski", 1, {DICTIONARY_SURNAME}, -1}, + {"Dembélé", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamet", 1, {DICTIONARY_SURNAME}, -1}, + {"KIEGWIN", 1, {DICTIONARY_SURNAME}, -1}, + {"Sahulka", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabbatini", 1, {DICTIONARY_SURNAME}, -1}, + {"Negre", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitrenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Manoug", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Von Pfeil", 1, {DICTIONARY_SURNAME}, -1}, + {"Maya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baldoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ochtman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vries", 1, {DICTIONARY_SURNAME}, -1}, + {"Twose", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanišić", 1, {DICTIONARY_SURNAME}, -1}, + {"Hideshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brestrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Piasecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Tredwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Iacobescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Dowse", 1, {DICTIONARY_SURNAME}, -1}, + {"Khairunnisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Riccomi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cookes", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanagas", 1, {DICTIONARY_SURNAME}, -1}, + {"De Visscher", 1, {DICTIONARY_SURNAME}, -1}, + {"Shuster", 1, {DICTIONARY_SURNAME}, -1}, + {"Sōsuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vecvagars", 1, {DICTIONARY_SURNAME}, -1}, + {"Aria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shakir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Honor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coley", 1, {DICTIONARY_SURNAME}, -1}, + {"Aloysius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bronisław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Eggen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kosuth", 1, {DICTIONARY_SURNAME}, -1}, + {"Bemelmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Cath", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vrubel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tischner", 1, {DICTIONARY_SURNAME}, -1}, + {"Mágocsy", 1, {DICTIONARY_SURNAME}, -1}, + {"Astakhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeanmaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulgence", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carrie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zwicky", 1, {DICTIONARY_SURNAME}, -1}, + {"Huang", 1, {DICTIONARY_SURNAME}, -1}, + {"Swanepoel", 1, {DICTIONARY_SURNAME}, -1}, + {"Julien", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Güler", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bolza", 1, {DICTIONARY_SURNAME}, -1}, + {"Zvika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Piancastelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernaillen", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöllkopf", 1, {DICTIONARY_SURNAME}, -1}, + {"McColl", 1, {DICTIONARY_SURNAME}, -1}, + {"Renberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Mátyás", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voloshchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Marichal", 1, {DICTIONARY_SURNAME}, -1}, + {"Beattie", 1, {DICTIONARY_SURNAME}, -1}, + {"Bezzina", 1, {DICTIONARY_SURNAME}, -1}, + {"Compere", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjerre", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Veire", 1, {DICTIONARY_SURNAME}, -1}, + {"Tripuraneni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vučko", 1, {DICTIONARY_SURNAME}, -1}, + {"Leibowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Verachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Palme", 1, {DICTIONARY_SURNAME}, -1}, + {"Halper", 1, {DICTIONARY_SURNAME}, -1}, + {"Silke", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Teniers", 1, {DICTIONARY_SURNAME}, -1}, + {"Morfydd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hilfenhaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Conaty", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadzihalilovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Engelbrecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Kieffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Milović", 1, {DICTIONARY_SURNAME}, -1}, + {"Delaplace", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyvill", 1, {DICTIONARY_SURNAME}, -1}, + {"Folger", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eastwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Dutcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Máel Pátraic", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sławik", 1, {DICTIONARY_SURNAME}, -1}, + {"Keizaburō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacLeish", 1, {DICTIONARY_SURNAME}, -1}, + {"Preobrajenska", 1, {DICTIONARY_SURNAME}, -1}, + {"exxon", 1, {DICTIONARY_CHAIN}, -1}, + {"Van der Woude", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Susteren", 1, {DICTIONARY_SURNAME}, -1}, + {"Hovenkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"heb gas", 1, {DICTIONARY_CHAIN}, 150}, + {"Junger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vega", 1, {DICTIONARY_SURNAME}, -1}, + {"McDiven", 1, {DICTIONARY_SURNAME}, -1}, + {"Solovyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Church", 1, {DICTIONARY_SURNAME}, -1}, + {"Rezek", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrier", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorogood", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazami", 1, {DICTIONARY_SURNAME}, -1}, + {"Atkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Payn", 1, {DICTIONARY_SURNAME}, -1}, + {"Hjeltnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Newlands", 1, {DICTIONARY_SURNAME}, -1}, + {"Proulx", 1, {DICTIONARY_SURNAME}, -1}, + {"Del Cancia", 1, {DICTIONARY_SURNAME}, -1}, + {"Lampkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hore", 1, {DICTIONARY_SURNAME}, -1}, + {"Moss", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Carrel", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunn", 1, {DICTIONARY_SURNAME}, -1}, + {"Caccini", 1, {DICTIONARY_SURNAME}, -1}, + {"Garðar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ferdinando", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hurll", 1, {DICTIONARY_SURNAME}, -1}, + {"McDine", 1, {DICTIONARY_SURNAME}, -1}, + {"Georg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mateparae", 1, {DICTIONARY_SURNAME}, -1}, + {"Ovcharenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Lieber", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaśnikowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Gislimberti", 1, {DICTIONARY_SURNAME}, -1}, + {"Claytor", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaninger", 1, {DICTIONARY_SURNAME}, -1}, + {"Horsburgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Boivin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rothstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Crowley", 1, {DICTIONARY_SURNAME}, -1}, + {"Rognvald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Volokh", 1, {DICTIONARY_SURNAME}, -1}, + {"Leopoldine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vesna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bixio", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicari", 1, {DICTIONARY_SURNAME}, -1}, + {"Grumiaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Martić", 1, {DICTIONARY_SURNAME}, -1}, + {"Relph", 1, {DICTIONARY_SURNAME}, -1}, + {"Agosti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlaskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Levesque", 1, {DICTIONARY_SURNAME}, -1}, + {"Roald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGoldrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Mareš", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiegerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Weening", 1, {DICTIONARY_SURNAME}, -1}, + {"Mi-jung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bonsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Judah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Langstroth", 1, {DICTIONARY_SURNAME}, -1}, + {"Heddou", 1, {DICTIONARY_SURNAME}, -1}, + {"Vardeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Seksaria", 1, {DICTIONARY_SURNAME}, -1}, + {"Chhinnamasta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tugushi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nollen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Castells", 1, {DICTIONARY_SURNAME}, -1}, + {"Berrios", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Despenser", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McMorrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Julije", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ersin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Herlitzius", 1, {DICTIONARY_SURNAME}, -1}, + {"Kokorin", 1, {DICTIONARY_SURNAME}, -1}, + {"jcpenney", 1, {DICTIONARY_CHAIN}, -1}, + {"Willcox", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokushige", 1, {DICTIONARY_SURNAME}, -1}, + {"Kobayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinnaman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ridgway", 1, {DICTIONARY_SURNAME}, -1}, + {"Holtby", 1, {DICTIONARY_SURNAME}, -1}, + {"Karajan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gnaeus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saint-Saëns", 1, {DICTIONARY_SURNAME}, -1}, + {"Juliano", 1, {DICTIONARY_SURNAME}, -1}, + {"Fellerer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahound", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thirlwall", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Durga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klerk", 1, {DICTIONARY_SURNAME}, -1}, + {"McGugan", 1, {DICTIONARY_SURNAME}, -1}, + {"Fezzardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicephorus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Palmenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Rabinowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"pingo doce", 1, {DICTIONARY_CHAIN}, -1}, + {"Mubarak", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Krasovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Moralis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sullavan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bidault", 1, {DICTIONARY_SURNAME}, -1}, + {"Sō", 1, {DICTIONARY_SURNAME}, -1}, + {"Del'Haye", 1, {DICTIONARY_SURNAME}, -1}, + {"Sulkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanehisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vašek", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Karataş", 1, {DICTIONARY_SURNAME}, -1}, + {"Petzner", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Kaabi", 1, {DICTIONARY_SURNAME}, -1}, + {"santander bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Bairamov", 1, {DICTIONARY_SURNAME}, -1}, + {"McReynolds", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristaps", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Miladinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Speckmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Żupnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemmens", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuorinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrozza", 1, {DICTIONARY_SURNAME}, -1}, + {"Vovchanchyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Cattaneo", 1, {DICTIONARY_SURNAME}, -1}, + {"Newbolt", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Plank", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunigunde", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dominic", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valíček", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönfelder", 1, {DICTIONARY_SURNAME}, -1}, + {"Dearden", 1, {DICTIONARY_SURNAME}, -1}, + {"Zietz", 1, {DICTIONARY_SURNAME}, -1}, + {"Wærness", 1, {DICTIONARY_SURNAME}, -1}, + {"Battle", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathieu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dezenhall", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Mubarak", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatuel", 1, {DICTIONARY_SURNAME}, -1}, + {"Agostini", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayrhofer", 1, {DICTIONARY_SURNAME}, -1}, + {"Sugimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammesfahr", 1, {DICTIONARY_SURNAME}, -1}, + {"Kessel", 1, {DICTIONARY_SURNAME}, -1}, + {"Asam", 1, {DICTIONARY_SURNAME}, -1}, + {"Wertenbaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Pelin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"D'Aloia", 1, {DICTIONARY_SURNAME}, -1}, + {"Pejman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akhtaruddin", 1, {DICTIONARY_SURNAME}, -1}, + {"Breitner", 1, {DICTIONARY_SURNAME}, -1}, + {"kenny rogers", 1, {DICTIONARY_CHAIN}, -1}, + {"Mockler", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldegani", 1, {DICTIONARY_SURNAME}, -1}, + {"Krupa", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbingh", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandecaveye", 1, {DICTIONARY_SURNAME}, -1}, + {"Videanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Ronnie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Triplett", 1, {DICTIONARY_SURNAME}, -1}, + {"Italiano", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agersnap", 1, {DICTIONARY_SURNAME}, -1}, + {"Saxena", 1, {DICTIONARY_SURNAME}, -1}, + {"Jussi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McJannett", 1, {DICTIONARY_SURNAME}, -1}, + {"Delahaie", 1, {DICTIONARY_SURNAME}, -1}, + {"Osella", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghabegians", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandelbrot", 1, {DICTIONARY_SURNAME}, -1}, + {"Nostitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Zsuzsanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lurton", 1, {DICTIONARY_SURNAME}, -1}, + {"Shevchik", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahamed", 1, {DICTIONARY_SURNAME}, -1}, + {"McManus", 1, {DICTIONARY_SURNAME}, -1}, + {"Ponting", 1, {DICTIONARY_SURNAME}, -1}, + {"Teemu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baynes", 1, {DICTIONARY_SURNAME}, -1}, + {"Irad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sperger", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernadette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hilliard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Qutb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Norquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Caverly", 1, {DICTIONARY_SURNAME}, -1}, + {"Govorukhin", 1, {DICTIONARY_SURNAME}, -1}, + {"Featherstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Kihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Argyros", 1, {DICTIONARY_SURNAME}, -1}, + {"Spearing", 1, {DICTIONARY_SURNAME}, -1}, + {"Nahid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Banner", 1, {DICTIONARY_SURNAME}, -1}, + {"Windon", 1, {DICTIONARY_SURNAME}, -1}, + {"Giller", 1, {DICTIONARY_SURNAME}, -1}, + {"Kárník", 1, {DICTIONARY_SURNAME}, -1}, + {"Beránek", 1, {DICTIONARY_SURNAME}, -1}, + {"Elliotson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuff", 1, {DICTIONARY_SURNAME}, -1}, + {"Willkie", 1, {DICTIONARY_SURNAME}, -1}, + {"Shtylla", 1, {DICTIONARY_SURNAME}, -1}, + {"Waryn", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamazawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Teagan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aitmukhambetov", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Motoyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Morpurgo", 1, {DICTIONARY_SURNAME}, -1}, + {"Shoitsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zeng", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorpmüller", 1, {DICTIONARY_SURNAME}, -1}, + {"Vargec", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsiklauri", 1, {DICTIONARY_SURNAME}, -1}, + {"Leegte", 1, {DICTIONARY_SURNAME}, -1}, + {"Du Bois-Reymond", 1, {DICTIONARY_SURNAME}, -1}, + {"Pääkkönen", 1, {DICTIONARY_SURNAME}, -1}, + {"Nishihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Mossie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Hooydonk", 1, {DICTIONARY_SURNAME}, -1}, + {"Thornden", 1, {DICTIONARY_SURNAME}, -1}, + {"Kronaveter", 1, {DICTIONARY_SURNAME}, -1}, + {"Pathibhara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Feltman", 1, {DICTIONARY_SURNAME}, -1}, + {"Auguste", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Saragat", 1, {DICTIONARY_SURNAME}, -1}, + {"Marwa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoess", 1, {DICTIONARY_SURNAME}, -1}, + {"Piccolotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Trenikhin", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Jesser", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigetatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Swisher", 1, {DICTIONARY_SURNAME}, -1}, + {"Mintz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwang-hyok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schnellinger", 1, {DICTIONARY_SURNAME}, -1}, + {"André", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vidler", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae-yoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spurrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Aglukkaq", 1, {DICTIONARY_SURNAME}, -1}, + {"Carr", 1, {DICTIONARY_SURNAME}, -1}, + {"Akitake", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zipf", 1, {DICTIONARY_SURNAME}, -1}, + {"Heitor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rizzotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Síofra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lammerts", 1, {DICTIONARY_SURNAME}, -1}, + {"Sacratini", 1, {DICTIONARY_SURNAME}, -1}, + {"Schilz", 1, {DICTIONARY_SURNAME}, -1}, + {"McKillip", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidoje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lie", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingpen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verdial", 1, {DICTIONARY_SURNAME}, -1}, + {"Manby", 1, {DICTIONARY_SURNAME}, -1}, + {"Bradford", 1, {DICTIONARY_SURNAME}, -1}, + {"Faiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Balfour", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrà", 1, {DICTIONARY_SURNAME}, -1}, + {"Adžem", 1, {DICTIONARY_SURNAME}, -1}, + {"Conainne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fronius", 1, {DICTIONARY_SURNAME}, -1}, + {"Germer", 1, {DICTIONARY_SURNAME}, -1}, + {"Umfray", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ezekiel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stride", 1, {DICTIONARY_SURNAME}, -1}, + {"Mardanshin", 1, {DICTIONARY_SURNAME}, -1}, + {"p. f. chang's", 1, {DICTIONARY_CHAIN}, -1}, + {"Flintoft", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghazzawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Araújo", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonet", 1, {DICTIONARY_SURNAME}, -1}, + {"Öhrstig", 1, {DICTIONARY_SURNAME}, -1}, + {"Muhić", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicetas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Magris", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaivai", 1, {DICTIONARY_SURNAME}, -1}, + {"Yiadom", 1, {DICTIONARY_SURNAME}, -1}, + {"Curiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Dayle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ichiyanagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Almonte", 1, {DICTIONARY_SURNAME}, -1}, + {"Fivelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Munenobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ramiz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kapitsa", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshitsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amadu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Isotalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ymeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Diermissen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladimiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Harr", 1, {DICTIONARY_SURNAME}, -1}, + {"Baylie", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurzweil", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuuli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Negruţă", 1, {DICTIONARY_SURNAME}, -1}, + {"Anna Magdalena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Desderi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Holifield", 1, {DICTIONARY_SURNAME}, -1}, + {"Arup", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bridges", 1, {DICTIONARY_SURNAME}, -1}, + {"Bae", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbaria", 1, {DICTIONARY_SURNAME}, -1}, + {"Addo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajete", 1, {DICTIONARY_SURNAME}, -1}, + {"Corse", 1, {DICTIONARY_SURNAME}, -1}, + {"Babunski", 1, {DICTIONARY_SURNAME}, -1}, + {"Midgley family", 1, {DICTIONARY_SURNAME}, -1}, + {"Bisbal", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Note", 1, {DICTIONARY_SURNAME}, -1}, + {"Morè", 1, {DICTIONARY_SURNAME}, -1}, + {"Alatini", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zizek", 1, {DICTIONARY_SURNAME}, -1}, + {"Videto", 1, {DICTIONARY_SURNAME}, -1}, + {"Wasserstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Penny", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"o2", 1, {DICTIONARY_CHAIN}, -1}, + {"Deisler", 1, {DICTIONARY_SURNAME}, -1}, + {"Pickel", 1, {DICTIONARY_SURNAME}, -1}, + {"Dieckmann", 1, {DICTIONARY_SURNAME}, -1}, + {"tcbys", 1, {DICTIONARY_CHAIN}, 255}, + {"Obrecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Reyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Broad", 1, {DICTIONARY_SURNAME}, -1}, + {"Platter", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucini", 1, {DICTIONARY_SURNAME}, -1}, + {"Rottman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Broekhuizen", 1, {DICTIONARY_SURNAME}, -1}, + {"Yetman", 1, {DICTIONARY_SURNAME}, -1}, + {"Shett", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilareyo", 1, {DICTIONARY_SURNAME}, -1}, + {"Banks", 1, {DICTIONARY_SURNAME}, -1}, + {"McClurg", 1, {DICTIONARY_SURNAME}, -1}, + {"Mallon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vishniac", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashraqat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bellew", 1, {DICTIONARY_SURNAME}, -1}, + {"Moleyns", 1, {DICTIONARY_SURNAME}, -1}, + {"Vall", 1, {DICTIONARY_SURNAME}, -1}, + {"Davitnidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Bangarappa", 1, {DICTIONARY_SURNAME}, -1}, + {"Pascale", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Petőfi", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuyuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saatkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Gusztáv", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harriette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schillinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Izet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vicento", 1, {DICTIONARY_SURNAME}, -1}, + {"Toogood", 1, {DICTIONARY_SURNAME}, -1}, + {"Townley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Jachym", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tozzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Asherson", 1, {DICTIONARY_SURNAME}, -1}, + {"Targett", 1, {DICTIONARY_SURNAME}, -1}, + {"Lister", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Sukenobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lundqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-hoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jade", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vazsonyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahey", 1, {DICTIONARY_SURNAME}, -1}, + {"Peyerl", 1, {DICTIONARY_SURNAME}, -1}, + {"Fero", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Levanony", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnette", 1, {DICTIONARY_SURNAME}, -1}, + {"Armitstead", 1, {DICTIONARY_SURNAME}, -1}, + {"Kathlyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agnesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Olmert", 1, {DICTIONARY_SURNAME}, -1}, + {"Zannoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Jago", 1, {DICTIONARY_SURNAME}, -1}, + {"Viapiana", 1, {DICTIONARY_SURNAME}, -1}, + {"Beitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vauramo", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Lint", 1, {DICTIONARY_SURNAME}, -1}, + {"Xiaogang", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoskyns", 1, {DICTIONARY_SURNAME}, -1}, + {"Machovcak", 1, {DICTIONARY_SURNAME}, -1}, + {"Vreven", 1, {DICTIONARY_SURNAME}, -1}, + {"Athans", 1, {DICTIONARY_SURNAME}, -1}, + {"Werth", 1, {DICTIONARY_SURNAME}, -1}, + {"Shavdatuashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodovatova", 1, {DICTIONARY_SURNAME}, -1}, + {"Polívka", 1, {DICTIONARY_SURNAME}, -1}, + {"Bricker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vastine", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyštejnová", 1, {DICTIONARY_SURNAME}, -1}, + {"McAsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Galimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Allers", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziani", 1, {DICTIONARY_SURNAME}, -1}, + {"Darbishire", 1, {DICTIONARY_SURNAME}, -1}, + {"Agirre", 1, {DICTIONARY_SURNAME}, -1}, + {"McConkie", 1, {DICTIONARY_SURNAME}, -1}, + {"Janonis", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandelkern", 1, {DICTIONARY_SURNAME}, -1}, + {"Fratus", 1, {DICTIONARY_SURNAME}, -1}, + {"Habgood", 1, {DICTIONARY_SURNAME}, -1}, + {"Canseco", 1, {DICTIONARY_SURNAME}, -1}, + {"Drzymała", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishibashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Veldscholten", 1, {DICTIONARY_SURNAME}, -1}, + {"Berlinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"lowe's", 1, {DICTIONARY_CHAIN}, -1}, + {"Greenshields", 1, {DICTIONARY_SURNAME}, -1}, + {"Jongsma", 1, {DICTIONARY_SURNAME}, -1}, + {"Cotten", 1, {DICTIONARY_SURNAME}, -1}, + {"McCauley", 1, {DICTIONARY_SURNAME}, -1}, + {"Dharan", 1, {DICTIONARY_SURNAME}, -1}, + {"Fearghus", 1, {DICTIONARY_SURNAME}, -1}, + {"Scrymgeour", 1, {DICTIONARY_SURNAME}, -1}, + {"Corne", 1, {DICTIONARY_SURNAME}, -1}, + {"Aliju", 1, {DICTIONARY_SURNAME}, -1}, + {"Prudnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lockett", 1, {DICTIONARY_SURNAME}, -1}, + {"Charlene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veškovac", 1, {DICTIONARY_SURNAME}, -1}, + {"buca di beppos", 1, {DICTIONARY_CHAIN}, 86}, + {"Pura", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cockerill", 1, {DICTIONARY_SURNAME}, -1}, + {"Badawi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Foltynewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kayoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sondra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"tescos", 1, {DICTIONARY_CHAIN}, 250}, + {"Lazarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gemili", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwertfeger", 1, {DICTIONARY_SURNAME}, -1}, + {"Bialon", 1, {DICTIONARY_SURNAME}, -1}, + {"Shortt", 1, {DICTIONARY_SURNAME}, -1}, + {"Capaldi", 1, {DICTIONARY_SURNAME}, -1}, + {"nkd", 1, {DICTIONARY_CHAIN}, -1}, + {"Bisnauth", 1, {DICTIONARY_SURNAME}, -1}, + {"Phibunsongkhram", 1, {DICTIONARY_SURNAME}, -1}, + {"Daukantas", 1, {DICTIONARY_SURNAME}, -1}, + {"Munuera", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirzner", 1, {DICTIONARY_SURNAME}, -1}, + {"Herczl", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboulker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosburgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Leder", 1, {DICTIONARY_SURNAME}, -1}, + {"Aniakor", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanislavski", 1, {DICTIONARY_SURNAME}, -1}, + {"Badji", 1, {DICTIONARY_SURNAME}, -1}, + {"King Orry", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Fish", 1, {DICTIONARY_SURNAME}, -1}, + {"Steenkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Funes", 1, {DICTIONARY_SURNAME}, -1}, + {"Herczeg", 1, {DICTIONARY_SURNAME}, -1}, + {"Venville", 1, {DICTIONARY_SURNAME}, -1}, + {"Harkin", 1, {DICTIONARY_SURNAME}, -1}, + {"dave & buster's", 1, {DICTIONARY_CHAIN}, -1}, + {"Van Der Beeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Segliņš", 1, {DICTIONARY_SURNAME}, -1}, + {"Fahir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazlauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Copeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckett", 1, {DICTIONARY_SURNAME}, -1}, + {"Tregenna", 1, {DICTIONARY_SURNAME}, -1}, + {"Úna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vella", 1, {DICTIONARY_SURNAME}, -1}, + {"Amenemope", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chlapowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kellert", 1, {DICTIONARY_SURNAME}, -1}, + {"Pynsent", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Karlsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Drmić", 1, {DICTIONARY_SURNAME}, -1}, + {"lone star steak house & saloon", 1, {DICTIONARY_CHAIN}, 175}, + {"Balaji", 1, {DICTIONARY_SURNAME}, -1}, + {"Krstičić", 1, {DICTIONARY_SURNAME}, -1}, + {"Árdal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mariamne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Woolstencroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Phayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Blankley", 1, {DICTIONARY_SURNAME}, -1}, + {"Zwolle", 1, {DICTIONARY_SURNAME}, -1}, + {"Atwan", 1, {DICTIONARY_SURNAME}, -1}, + {"Freimuth", 1, {DICTIONARY_SURNAME}, -1}, + {"starbucks coffee", 1, {DICTIONARY_CHAIN}, 240}, + {"Soares", 1, {DICTIONARY_SURNAME}, -1}, + {"Slocombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Rekha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pogba", 1, {DICTIONARY_SURNAME}, -1}, + {"Salden", 1, {DICTIONARY_SURNAME}, -1}, + {"Raibolini", 1, {DICTIONARY_SURNAME}, -1}, + {"Sánchez", 1, {DICTIONARY_SURNAME}, -1}, + {"Leet", 1, {DICTIONARY_SURNAME}, -1}, + {"Gibbens", 1, {DICTIONARY_SURNAME}, -1}, + {"Valloor", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dobroslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mariot", 1, {DICTIONARY_SURNAME}, -1}, + {"Day", 1, {DICTIONARY_SURNAME}, -1}, + {"Gudaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaerthé", 1, {DICTIONARY_SURNAME}, -1}, + {"Peetre", 1, {DICTIONARY_SURNAME}, -1}, + {"Mainali", 1, {DICTIONARY_SURNAME}, -1}, + {"Grynberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Straw", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdillah", 1, {DICTIONARY_SURNAME}, -1}, + {"u.s bank", 1, {DICTIONARY_CHAIN}, 262}, + {"Preisich", 1, {DICTIONARY_SURNAME}, -1}, + {"Wondimu", 1, {DICTIONARY_SURNAME}, -1}, + {"Heisey", 1, {DICTIONARY_SURNAME}, -1}, + {"Chettle", 1, {DICTIONARY_SURNAME}, -1}, + {"Zadeh", 1, {DICTIONARY_SURNAME}, -1}, + {"O", 1, {DICTIONARY_SURNAME}, -1}, + {"Barkley", 1, {DICTIONARY_SURNAME}, -1}, + {"Sweeny", 1, {DICTIONARY_SURNAME}, -1}, + {"Fazlallah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ethem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tammie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grøndahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Wambaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Shunn", 1, {DICTIONARY_SURNAME}, -1}, + {"Dummer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rashleigh family", 1, {DICTIONARY_SURNAME}, -1}, + {"Béria", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadato", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lehmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Alptekin", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Atrash", 1, {DICTIONARY_SURNAME}, -1}, + {"Kujović", 1, {DICTIONARY_SURNAME}, -1}, + {"McGonigle", 1, {DICTIONARY_SURNAME}, -1}, + {"Pastur", 1, {DICTIONARY_SURNAME}, -1}, + {"Armytage", 1, {DICTIONARY_SURNAME}, -1}, + {"Breandán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gandini", 1, {DICTIONARY_SURNAME}, -1}, + {"Aithal", 1, {DICTIONARY_SURNAME}, -1}, + {"Samsonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuroki", 1, {DICTIONARY_SURNAME}, -1}, + {"Zylberstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Cocq", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohindroo", 1, {DICTIONARY_SURNAME}, -1}, + {"Coltman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Curnín", 1, {DICTIONARY_SURNAME}, -1}, + {"Generoso", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Northcutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Aveline", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajo", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldsworthy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Higgins", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakura", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Veremeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Bossert", 1, {DICTIONARY_SURNAME}, -1}, + {"Brezis", 1, {DICTIONARY_SURNAME}, -1}, + {"Accaoui", 1, {DICTIONARY_SURNAME}, -1}, + {"Morwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolawole", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mac Gafraidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Balashov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sibthorpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Jifar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodrugan", 1, {DICTIONARY_SURNAME}, -1}, + {"Argetoianu", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harshbarger", 1, {DICTIONARY_SURNAME}, -1}, + {"Deven", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nasri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Westmacott", 1, {DICTIONARY_SURNAME}, -1}, + {"Awdry", 1, {DICTIONARY_SURNAME}, -1}, + {"McMillin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryūya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greenall", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Carlo", 1, {DICTIONARY_SURNAME}, -1}, + {"Shotton", 1, {DICTIONARY_SURNAME}, -1}, + {"Bror", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kirsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Onoprienko", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Íomhair", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratchford", 1, {DICTIONARY_SURNAME}, -1}, + {"Pletch", 1, {DICTIONARY_SURNAME}, -1}, + {"Smoker", 1, {DICTIONARY_SURNAME}, -1}, + {"Tourian", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Matthiessen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemieux", 1, {DICTIONARY_SURNAME}, -1}, + {"Sangster", 1, {DICTIONARY_SURNAME}, -1}, + {"Legaspi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abouo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sefer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jeļizarova", 1, {DICTIONARY_SURNAME}, -1}, + {"Saxe", 1, {DICTIONARY_SURNAME}, -1}, + {"Horibe", 1, {DICTIONARY_SURNAME}, -1}, + {"Halsall", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapira", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Zande", 1, {DICTIONARY_SURNAME}, -1}, + {"Garbajosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Adalgisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nevell", 1, {DICTIONARY_SURNAME}, -1}, + {"Juraš", 1, {DICTIONARY_SURNAME}, -1}, + {"Grohl", 1, {DICTIONARY_SURNAME}, -1}, + {"Billany", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-hoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klymenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Desmoulins", 1, {DICTIONARY_SURNAME}, -1}, + {"Damas", 1, {DICTIONARY_SURNAME}, -1}, + {"Uffermann", 1, {DICTIONARY_SURNAME}, -1}, + {"De Roo van Alderwerelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Varricchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicoletta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pawłowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabrielle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Makins", 1, {DICTIONARY_SURNAME}, -1}, + {"De Laurentiis", 1, {DICTIONARY_SURNAME}, -1}, + {"Zagoritis", 1, {DICTIONARY_SURNAME}, -1}, + {"Okwelume", 1, {DICTIONARY_SURNAME}, -1}, + {"Constant", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alayban", 1, {DICTIONARY_SURNAME}, -1}, + {"Affleck", 1, {DICTIONARY_SURNAME}, -1}, + {"McGettigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantalupo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ad-Din", 1, {DICTIONARY_SURNAME}, -1}, + {"Roger", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kleybanova", 1, {DICTIONARY_SURNAME}, -1}, + {"Kessell", 1, {DICTIONARY_SURNAME}, -1}, + {"perkins restaurant and bakery", 1, {DICTIONARY_CHAIN}, 201}, + {"Leclère", 1, {DICTIONARY_SURNAME}, -1}, + {"De Ashton", 1, {DICTIONARY_SURNAME}, -1}, + {"Francesc", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guillermo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaughters", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagelmackers", 1, {DICTIONARY_SURNAME}, -1}, + {"Owe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maquemba", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanparys-Torres", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlhaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Korkmaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Skibbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Schreckengost", 1, {DICTIONARY_SURNAME}, -1}, + {"Patty", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Attali", 1, {DICTIONARY_SURNAME}, -1}, + {"Legendre", 1, {DICTIONARY_SURNAME}, -1}, + {"Albarello", 1, {DICTIONARY_SURNAME}, -1}, + {"Albahari", 1, {DICTIONARY_SURNAME}, -1}, + {"Puusepp", 1, {DICTIONARY_SURNAME}, -1}, + {"Emilia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"LeBron", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Manninger", 1, {DICTIONARY_SURNAME}, -1}, + {"Qureshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasutoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vance", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kasumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Handegard", 1, {DICTIONARY_SURNAME}, -1}, + {"Egit", 1, {DICTIONARY_SURNAME}, -1}, + {"Schroder", 1, {DICTIONARY_SURNAME}, -1}, + {"Chauhan", 1, {DICTIONARY_SURNAME}, -1}, + {"Дорофеев", 1, {DICTIONARY_SURNAME}, -1}, + {"Alavaara", 1, {DICTIONARY_SURNAME}, -1}, + {"Alapag", 1, {DICTIONARY_SURNAME}, -1}, + {"Zalewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Rustem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McOwan", 1, {DICTIONARY_SURNAME}, -1}, + {"Giraldoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Erlandsson", 1, {DICTIONARY_SURNAME}, -1}, + {"jack-in-the-box", 1, {DICTIONARY_CHAIN}, 162}, + {"Aleš", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bridgers", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Citters", 1, {DICTIONARY_SURNAME}, -1}, + {"relay", 1, {DICTIONARY_CHAIN}, -1}, + {"Cömert", 1, {DICTIONARY_SURNAME}, -1}, + {"Drăgan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kreps", 1, {DICTIONARY_SURNAME}, -1}, + {"Carne", 1, {DICTIONARY_SURNAME}, -1}, + {"Melato", 1, {DICTIONARY_SURNAME}, -1}, + {"Boursse", 1, {DICTIONARY_SURNAME}, -1}, + {"Madrazo", 1, {DICTIONARY_SURNAME}, -1}, + {"Gassman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayashibe", 1, {DICTIONARY_SURNAME}, -1}, + {"Catesby", 1, {DICTIONARY_SURNAME}, -1}, + {"Marx", 1, {DICTIONARY_SURNAME}, -1}, + {"Rynearson", 1, {DICTIONARY_SURNAME}, -1}, + {"Wittmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Poirier", 1, {DICTIONARY_SURNAME}, -1}, + {"Toni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsugi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ibrahimovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Klimovich", 1, {DICTIONARY_SURNAME}, -1}, + {"McCanlies", 1, {DICTIONARY_SURNAME}, -1}, + {"Jansing", 1, {DICTIONARY_SURNAME}, -1}, + {"Raghnall", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Terry", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Portinari", 1, {DICTIONARY_SURNAME}, -1}, + {"Fardd", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrubec", 1, {DICTIONARY_SURNAME}, -1}, + {"Bigard", 1, {DICTIONARY_SURNAME}, -1}, + {"Barkey", 1, {DICTIONARY_SURNAME}, -1}, + {"Musselwhite", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragnea", 1, {DICTIONARY_SURNAME}, -1}, + {"Hahne", 1, {DICTIONARY_SURNAME}, -1}, + {"Rorer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mitsutoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sprewell", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Hakluyt", 1, {DICTIONARY_SURNAME}, -1}, + {"Adami", 1, {DICTIONARY_SURNAME}, -1}, + {"Svetoslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hirate", 1, {DICTIONARY_SURNAME}, -1}, + {"Rikichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corn", 1, {DICTIONARY_SURNAME}, -1}, + {"Saleh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tarrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Tinley", 1, {DICTIONARY_SURNAME}, -1}, + {"Adham", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Titov", 1, {DICTIONARY_SURNAME}, -1}, + {"Carvalho", 1, {DICTIONARY_SURNAME}, -1}, + {"Scoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Aráoz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gülşah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yelda", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dalto", 1, {DICTIONARY_SURNAME}, -1}, + {"Panton", 1, {DICTIONARY_SURNAME}, -1}, + {"Hopson", 1, {DICTIONARY_SURNAME}, -1}, + {"Rattazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Shroff", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukanovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Abourrass", 1, {DICTIONARY_SURNAME}, -1}, + {"Robotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Allason", 1, {DICTIONARY_SURNAME}, -1}, + {"Sulzberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Foreest", 1, {DICTIONARY_SURNAME}, -1}, + {"Baccaille", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuneko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaks", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulkhader", 1, {DICTIONARY_SURNAME}, -1}, + {"Khokhar", 1, {DICTIONARY_SURNAME}, -1}, + {"Marie Anne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"santander", 1, {DICTIONARY_CHAIN}, -1}, + {"Billinton", 1, {DICTIONARY_SURNAME}, -1}, + {"Mosaku", 1, {DICTIONARY_SURNAME}, -1}, + {"Bullock family", 1, {DICTIONARY_SURNAME}, -1}, + {"Abudabus", 1, {DICTIONARY_SURNAME}, -1}, + {"Faulstich", 1, {DICTIONARY_SURNAME}, -1}, + {"Higham", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukajlo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anabuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Ki-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frazetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Zulu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vander Zalm", 1, {DICTIONARY_SURNAME}, -1}, + {"Borini", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdirame", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjetey", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajaguin", 1, {DICTIONARY_SURNAME}, -1}, + {"Taveras", 1, {DICTIONARY_SURNAME}, -1}, + {"b b&t", 1, {DICTIONARY_CHAIN}, 75}, + {"Papadakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Antoniadis", 1, {DICTIONARY_SURNAME}, -1}, + {"Castelletti", 1, {DICTIONARY_SURNAME}, -1}, + {"Marley", 1, {DICTIONARY_SURNAME}, -1}, + {"Latoya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rivoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Astley", 1, {DICTIONARY_SURNAME}, -1}, + {"Ejegayehu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Laurier", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Montford", 1, {DICTIONARY_SURNAME}, -1}, + {"Sowell", 1, {DICTIONARY_SURNAME}, -1}, + {"Alurralde", 1, {DICTIONARY_SURNAME}, -1}, + {"Azevedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Burmakin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dommele", 1, {DICTIONARY_SURNAME}, -1}, + {"Shizuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viakhirev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajorlou", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaveri", 1, {DICTIONARY_SURNAME}, -1}, + {"Bubb", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlak", 1, {DICTIONARY_SURNAME}, -1}, + {"Laböck", 1, {DICTIONARY_SURNAME}, -1}, + {"steak & shakes", 1, {DICTIONARY_CHAIN}, 241}, + {"Iriarte", 1, {DICTIONARY_SURNAME}, -1}, + {"Ababio", 1, {DICTIONARY_SURNAME}, -1}, + {"cicis", 1, {DICTIONARY_CHAIN}, 105}, + {"Mojabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vliegenthart", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatsue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chavant", 1, {DICTIONARY_SURNAME}, -1}, + {"Greentree", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghoghovbia", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornelia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dubois", 1, {DICTIONARY_SURNAME}, -1}, + {"Smolenskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Caoimh", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunsen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Statter", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Boisvert", 1, {DICTIONARY_SURNAME}, -1}, + {"Egloff", 1, {DICTIONARY_SURNAME}, -1}, + {"Dauberval", 1, {DICTIONARY_SURNAME}, -1}, + {"Lammie", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayley", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lacalle", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasselmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamileh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vittorio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mchunu", 1, {DICTIONARY_SURNAME}, -1}, + {"Lior", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sapunov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aeberli", 1, {DICTIONARY_SURNAME}, -1}, + {"Yefimov", 1, {DICTIONARY_SURNAME}, -1}, + {"burger kings", 1, {DICTIONARY_CHAIN}, 88}, + {"Özbey", 1, {DICTIONARY_SURNAME}, -1}, + {"Lubiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziglar", 1, {DICTIONARY_SURNAME}, -1}, + {"Jourdain", 1, {DICTIONARY_SURNAME}, -1}, + {"Amane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaltrina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deledda", 1, {DICTIONARY_SURNAME}, -1}, + {"Hengen", 1, {DICTIONARY_SURNAME}, -1}, + {"Rubinstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Giulietta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jessel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrdlička", 1, {DICTIONARY_SURNAME}, -1}, + {"Jagielski", 1, {DICTIONARY_SURNAME}, -1}, + {"Duddell", 1, {DICTIONARY_SURNAME}, -1}, + {"Datla", 1, {DICTIONARY_SURNAME}, -1}, + {"Afrăsiloaie", 1, {DICTIONARY_SURNAME}, -1}, + {"Naumann", 1, {DICTIONARY_SURNAME}, -1}, + {"Lepsius", 1, {DICTIONARY_SURNAME}, -1}, + {"Ovadia", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hellings", 1, {DICTIONARY_SURNAME}, -1}, + {"Lough", 1, {DICTIONARY_SURNAME}, -1}, + {"Robisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekezie", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Den Spiegel", 1, {DICTIONARY_SURNAME}, -1}, + {"Dewes", 1, {DICTIONARY_SURNAME}, -1}, + {"Pancera", 1, {DICTIONARY_SURNAME}, -1}, + {"Stieler", 1, {DICTIONARY_SURNAME}, -1}, + {"Cerqueira", 1, {DICTIONARY_SURNAME}, -1}, + {"Jukka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tae-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bisping", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaskey", 1, {DICTIONARY_SURNAME}, -1}, + {"Schjerfbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Krasilnikova", 1, {DICTIONARY_SURNAME}, -1}, + {"Etrog", 1, {DICTIONARY_SURNAME}, -1}, + {"Shanahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Helfrich", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Erlbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Jover", 1, {DICTIONARY_SURNAME}, -1}, + {"Kutlu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McMillen", 1, {DICTIONARY_SURNAME}, -1}, + {"Feys", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruchika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blondel", 1, {DICTIONARY_SURNAME}, -1}, + {"Rava Rajputs", 1, {DICTIONARY_SURNAME}, -1}, + {"Sherrie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katsukawa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Danticat", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheehy", 1, {DICTIONARY_SURNAME}, -1}, + {"Ridvan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cowell", 1, {DICTIONARY_SURNAME}, -1}, + {"Wagoner", 1, {DICTIONARY_SURNAME}, -1}, + {"McGarvey", 1, {DICTIONARY_SURNAME}, -1}, + {"Dabbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Ianchelevici", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamuszek", 1, {DICTIONARY_SURNAME}, -1}, + {"Jishkariani", 1, {DICTIONARY_SURNAME}, -1}, + {"Urbanc", 1, {DICTIONARY_SURNAME}, -1}, + {"Dana", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Koutsopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Acers", 1, {DICTIONARY_SURNAME}, -1}, + {"Manfredini", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhic Leóid", 1, {DICTIONARY_SURNAME}, -1}, + {"Weingarten", 1, {DICTIONARY_SURNAME}, -1}, + {"Faret", 1, {DICTIONARY_SURNAME}, -1}, + {"Milstead", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaurige", 1, {DICTIONARY_SURNAME}, -1}, + {"Stocker", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamakawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Deniran", 1, {DICTIONARY_SURNAME}, -1}, + {"Arenado", 1, {DICTIONARY_SURNAME}, -1}, + {"Cure", 1, {DICTIONARY_SURNAME}, -1}, + {"Dupuy", 1, {DICTIONARY_SURNAME}, -1}, + {"Šalna", 1, {DICTIONARY_SURNAME}, -1}, + {"McCline", 1, {DICTIONARY_SURNAME}, -1}, + {"Meldrum", 1, {DICTIONARY_SURNAME}, -1}, + {"Sertorelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ledesma", 1, {DICTIONARY_SURNAME}, -1}, + {"Blessing", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gutić", 1, {DICTIONARY_SURNAME}, -1}, + {"Duinmeijer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaišvila", 1, {DICTIONARY_SURNAME}, -1}, + {"Lupino", 1, {DICTIONARY_SURNAME}, -1}, + {"Rob", 1, {DICTIONARY_SURNAME}, -1}, + {"Talitha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loomis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ewald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pistoletto", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosic", 1, {DICTIONARY_SURNAME}, -1}, + {"Elmendorf", 1, {DICTIONARY_SURNAME}, -1}, + {"Perryman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kūris", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoudemire", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigorito", 1, {DICTIONARY_SURNAME}, -1}, + {"Lil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tutuola", 1, {DICTIONARY_SURNAME}, -1}, + {"Guthman", 1, {DICTIONARY_SURNAME}, -1}, + {"Baschet", 1, {DICTIONARY_SURNAME}, -1}, + {"Fagen", 1, {DICTIONARY_SURNAME}, -1}, + {"Habraken", 1, {DICTIONARY_SURNAME}, -1}, + {"Morrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Printz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ighalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Veronelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Allibond", 1, {DICTIONARY_SURNAME}, -1}, + {"Knipe", 1, {DICTIONARY_SURNAME}, -1}, + {"Dogărescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Dino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cullum", 1, {DICTIONARY_SURNAME}, -1}, + {"Glacken", 1, {DICTIONARY_SURNAME}, -1}, + {"Jock", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scheuch", 1, {DICTIONARY_SURNAME}, -1}, + {"Heatley", 1, {DICTIONARY_SURNAME}, -1}, + {"De la Cruz", 1, {DICTIONARY_SURNAME}, -1}, + {"Shatarupa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lebert", 1, {DICTIONARY_SURNAME}, -1}, + {"Branson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kauppila", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackler", 1, {DICTIONARY_SURNAME}, -1}, + {"Burt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Maddison", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pery", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunting", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuthill", 1, {DICTIONARY_SURNAME}, -1}, + {"Gołąb", 1, {DICTIONARY_SURNAME}, -1}, + {"Hye-sung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mhic Coitir", 1, {DICTIONARY_SURNAME}, -1}, + {"Killam", 1, {DICTIONARY_SURNAME}, -1}, + {"Prada", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahlbäck", 1, {DICTIONARY_SURNAME}, -1}, + {"Funicello", 1, {DICTIONARY_SURNAME}, -1}, + {"Viravongs", 1, {DICTIONARY_SURNAME}, -1}, + {"Heimburger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendershott", 1, {DICTIONARY_SURNAME}, -1}, + {"Caradog", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yatsenyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Bailetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Dominika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Piller", 1, {DICTIONARY_SURNAME}, -1}, + {"Nilüfer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saçan", 1, {DICTIONARY_SURNAME}, -1}, + {"Małysiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelvin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruairi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edmilson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Margolis", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonkers", 1, {DICTIONARY_SURNAME}, -1}, + {"Breukelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilinda", 1, {DICTIONARY_SURNAME}, -1}, + {"Stefański", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuschnigg", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavassori", 1, {DICTIONARY_SURNAME}, -1}, + {"Galilei", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadeem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scruton", 1, {DICTIONARY_SURNAME}, -1}, + {"Learoyd", 1, {DICTIONARY_SURNAME}, -1}, + {"Sommerfeldt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vickers", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbeeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Dupont", 1, {DICTIONARY_SURNAME}, -1}, + {"Tippenhauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bindy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kinyor", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharratt", 1, {DICTIONARY_SURNAME}, -1}, + {"Lawrie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abdulkhalek", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldmark", 1, {DICTIONARY_SURNAME}, -1}, + {"Becky", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Plake", 1, {DICTIONARY_SURNAME}, -1}, + {"Jagla", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanders", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Knotsenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Azcárraga", 1, {DICTIONARY_SURNAME}, -1}, + {"Castellani", 1, {DICTIONARY_SURNAME}, -1}, + {"Budalić", 1, {DICTIONARY_SURNAME}, -1}, + {"Rončević", 1, {DICTIONARY_SURNAME}, -1}, + {"Banda", 1, {DICTIONARY_SURNAME}, -1}, + {"Lythgoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Lolli", 1, {DICTIONARY_SURNAME}, -1}, + {"Hennigar", 1, {DICTIONARY_SURNAME}, -1}, + {"Ussher", 1, {DICTIONARY_SURNAME}, -1}, + {"Filer", 1, {DICTIONARY_SURNAME}, -1}, + {"Thurza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valvis", 1, {DICTIONARY_SURNAME}, -1}, + {"Al Hamiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Lupu", 1, {DICTIONARY_SURNAME}, -1}, + {"Apreece", 1, {DICTIONARY_SURNAME}, -1}, + {"Hince", 1, {DICTIONARY_SURNAME}, -1}, + {"new look", 1, {DICTIONARY_CHAIN}, -1}, + {"Mahboob", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kasapis", 1, {DICTIONARY_SURNAME}, -1}, + {"Alladi", 1, {DICTIONARY_SURNAME}, -1}, + {"Emi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McEacharn", 1, {DICTIONARY_SURNAME}, -1}, + {"Villányi", 1, {DICTIONARY_SURNAME}, -1}, + {"midas", 1, {DICTIONARY_CHAIN}, -1}, + {"Suzie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kagle", 1, {DICTIONARY_SURNAME}, -1}, + {"Aumentado", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavala", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertelius", 1, {DICTIONARY_SURNAME}, -1}, + {"Brazelton", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Cleave", 1, {DICTIONARY_SURNAME}, -1}, + {"Hebedeanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Feryal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ablin", 1, {DICTIONARY_SURNAME}, -1}, + {"h&r block", 1, {DICTIONARY_CHAIN}, -1}, + {"Pešek", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Burkleo", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Doorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Dehlinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahrman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vautin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vostrecovaitė", 1, {DICTIONARY_SURNAME}, -1}, + {"Hulshoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Milne-Edwards", 1, {DICTIONARY_SURNAME}, -1}, + {"Karpenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayatullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dull", 1, {DICTIONARY_SURNAME}, -1}, + {"Luscombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Manocchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Pichler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleiman", 1, {DICTIONARY_SURNAME}, -1}, + {"Guillet", 1, {DICTIONARY_SURNAME}, -1}, + {"Pepe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paige", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tadateru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petimezas", 1, {DICTIONARY_SURNAME}, -1}, + {"Steckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamanaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Miliordos", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Minoru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kamat", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjölander", 1, {DICTIONARY_SURNAME}, -1}, + {"Huhn", 1, {DICTIONARY_SURNAME}, -1}, + {"Moritomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brisker", 1, {DICTIONARY_SURNAME}, -1}, + {"Jolana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hashemzadeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Pöschl", 1, {DICTIONARY_SURNAME}, -1}, + {"McCoughtry", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Gazen", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaphorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Zdenko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ochiai", 1, {DICTIONARY_SURNAME}, -1}, + {"Tollemache", 1, {DICTIONARY_SURNAME}, -1}, + {"Jérémie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bodett", 1, {DICTIONARY_SURNAME}, -1}, + {"Rozenkwit", 1, {DICTIONARY_SURNAME}, -1}, + {"Pelz", 1, {DICTIONARY_SURNAME}, -1}, + {"Maze", 1, {DICTIONARY_SURNAME}, -1}, + {"Malte", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oxenham", 1, {DICTIONARY_SURNAME}, -1}, + {"Thompson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferkó", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamam", 1, {DICTIONARY_SURNAME}, -1}, + {"Nišić", 1, {DICTIONARY_SURNAME}, -1}, + {"Iesato", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leino", 1, {DICTIONARY_SURNAME}, -1}, + {"Minchin", 1, {DICTIONARY_SURNAME}, -1}, + {"McGoveran", 1, {DICTIONARY_SURNAME}, -1}, + {"Madlen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kitaōji", 1, {DICTIONARY_SURNAME}, -1}, + {"Owen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"O'Bannon", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikolovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwang-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ghadie", 1, {DICTIONARY_SURNAME}, -1}, + {"Qusay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wakui", 1, {DICTIONARY_SURNAME}, -1}, + {"Benfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rayward", 1, {DICTIONARY_SURNAME}, -1}, + {"Trachtenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardtner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vithoulkas", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Eeghen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohannan", 1, {DICTIONARY_SURNAME}, -1}, + {"Khera", 1, {DICTIONARY_SURNAME}, -1}, + {"Finklea", 1, {DICTIONARY_SURNAME}, -1}, + {"Paleta", 1, {DICTIONARY_SURNAME}, -1}, + {"Gajdoš", 1, {DICTIONARY_SURNAME}, -1}, + {"Denne", 1, {DICTIONARY_SURNAME}, -1}, + {"Draganović", 1, {DICTIONARY_SURNAME}, -1}, + {"Abouleish", 1, {DICTIONARY_SURNAME}, -1}, + {"Carew", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeray", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valega", 1, {DICTIONARY_SURNAME}, -1}, + {"Pander", 1, {DICTIONARY_SURNAME}, -1}, + {"Vurens", 1, {DICTIONARY_SURNAME}, -1}, + {"Zafon", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlhargey", 1, {DICTIONARY_SURNAME}, -1}, + {"Durham", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorjjavin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carmella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Motoichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hupfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Holubovych", 1, {DICTIONARY_SURNAME}, -1}, + {"Gauci", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Kellen", 1, {DICTIONARY_SURNAME}, -1}, + {"Straker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajgl", 1, {DICTIONARY_SURNAME}, -1}, + {"Scarfiotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Peralta", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemaigre", 1, {DICTIONARY_SURNAME}, -1}, + {"Schauerte", 1, {DICTIONARY_SURNAME}, -1}, + {"Aharoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Eddington", 1, {DICTIONARY_SURNAME}, -1}, + {"Nathalie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uwame", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolfensohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Flanagan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Postma", 1, {DICTIONARY_SURNAME}, -1}, + {"Vujicsics", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Hoop", 1, {DICTIONARY_SURNAME}, -1}, + {"Nats", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akšamija", 1, {DICTIONARY_SURNAME}, -1}, + {"kaufland", 1, {DICTIONARY_CHAIN}, -1}, + {"Cemre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kanematsu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Earhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Macri", 1, {DICTIONARY_SURNAME}, -1}, + {"Brezhnev", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartsuiker", 1, {DICTIONARY_SURNAME}, -1}, + {"Crébillon", 1, {DICTIONARY_SURNAME}, -1}, + {"Macdara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adigalar", 1, {DICTIONARY_SURNAME}, -1}, + {"Shamdasani", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawksley", 1, {DICTIONARY_SURNAME}, -1}, + {"Ganz", 1, {DICTIONARY_SURNAME}, -1}, + {"Sgrena", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeom", 1, {DICTIONARY_SURNAME}, -1}, + {"Benjaminas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cadorna", 1, {DICTIONARY_SURNAME}, -1}, + {"Caillat", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitley", 1, {DICTIONARY_SURNAME}, -1}, + {"Efe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kalev", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anastasius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bykova", 1, {DICTIONARY_SURNAME}, -1}, + {"Antanasijević", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuon", 1, {DICTIONARY_SURNAME}, -1}, + {"Stainer", 1, {DICTIONARY_SURNAME}, -1}, + {"avia", 1, {DICTIONARY_CHAIN}, -1}, + {"Amaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fonda", 1, {DICTIONARY_SURNAME}, -1}, + {"Nealon", 1, {DICTIONARY_SURNAME}, -1}, + {"Francisc", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Solano", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsereteli", 1, {DICTIONARY_SURNAME}, -1}, + {"Banman", 1, {DICTIONARY_SURNAME}, -1}, + {"Sid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tarasyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruhi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tulowitzki", 1, {DICTIONARY_SURNAME}, -1}, + {"Toulmin Smith", 1, {DICTIONARY_SURNAME}, -1}, + {"George", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McSharry", 1, {DICTIONARY_SURNAME}, -1}, + {"Akonniemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pearl", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cates", 1, {DICTIONARY_SURNAME}, -1}, + {"Nemetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodford", 1, {DICTIONARY_SURNAME}, -1}, + {"Koboshvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Bickler", 1, {DICTIONARY_SURNAME}, -1}, + {"Schittenhelm", 1, {DICTIONARY_SURNAME}, -1}, + {"Scindia", 1, {DICTIONARY_SURNAME}, -1}, + {"Warsh", 1, {DICTIONARY_SURNAME}, -1}, + {"Špiranović", 1, {DICTIONARY_SURNAME}, -1}, + {"Kucharcik", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrsaljko", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Afas", 1, {DICTIONARY_SURNAME}, -1}, + {"Acereda", 1, {DICTIONARY_SURNAME}, -1}, + {"Jovančić", 1, {DICTIONARY_SURNAME}, -1}, + {"Rutkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Manso", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincour", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaglom", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiscock", 1, {DICTIONARY_SURNAME}, -1}, + {"Heselton", 1, {DICTIONARY_SURNAME}, -1}, + {"Robbo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahangarani", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigemitsu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pesch", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiroki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Halilović", 1, {DICTIONARY_SURNAME}, -1}, + {"Letty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chausson", 1, {DICTIONARY_SURNAME}, -1}, + {"Capon", 1, {DICTIONARY_SURNAME}, -1}, + {"Spooner", 1, {DICTIONARY_SURNAME}, -1}, + {"Chilvers", 1, {DICTIONARY_SURNAME}, -1}, + {"Adrianne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kamalisarvestani", 1, {DICTIONARY_SURNAME}, -1}, + {"Tribbett", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuhiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Collison", 1, {DICTIONARY_SURNAME}, -1}, + {"Joseba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varol", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rainer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cathryn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nic Amhlaoibh", 1, {DICTIONARY_SURNAME}, -1}, + {"Topete", 1, {DICTIONARY_SURNAME}, -1}, + {"Begić", 1, {DICTIONARY_SURNAME}, -1}, + {"Newte", 1, {DICTIONARY_SURNAME}, -1}, + {"Odegaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanendert", 1, {DICTIONARY_SURNAME}, -1}, + {"Tandberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Fassino", 1, {DICTIONARY_SURNAME}, -1}, + {"Nottebohm", 1, {DICTIONARY_SURNAME}, -1}, + {"Marielle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Volpenhein", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daneliya", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulbrandsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Siana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dirk", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alaina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asmal", 1, {DICTIONARY_SURNAME}, -1}, + {"Billian", 1, {DICTIONARY_SURNAME}, -1}, + {"Amrita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asghar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zenger", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunnarsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivić", 1, {DICTIONARY_SURNAME}, -1}, + {"Daneman", 1, {DICTIONARY_SURNAME}, -1}, + {"Fforde", 1, {DICTIONARY_SURNAME}, -1}, + {"Nava", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Spener", 1, {DICTIONARY_SURNAME}, -1}, + {"Crnković", 1, {DICTIONARY_SURNAME}, -1}, + {"Powers", 1, {DICTIONARY_SURNAME}, -1}, + {"Neşe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Versolato", 1, {DICTIONARY_SURNAME}, -1}, + {"Benayoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Herriott", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallack", 1, {DICTIONARY_SURNAME}, -1}, + {"goodwill", 1, {DICTIONARY_CHAIN}, -1}, + {"Henzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Máire", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sodano", 1, {DICTIONARY_SURNAME}, -1}, + {"Brabender", 1, {DICTIONARY_SURNAME}, -1}, + {"Dweck", 1, {DICTIONARY_SURNAME}, -1}, + {"Lapin", 1, {DICTIONARY_SURNAME}, -1}, + {"Schloeder", 1, {DICTIONARY_SURNAME}, -1}, + {"Balboni", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mhic Somhairle", 1, {DICTIONARY_SURNAME}, -1}, + {"Il", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Freestone", 1, {DICTIONARY_SURNAME}, -1}, + {"Terenzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Xu", 1, {DICTIONARY_SURNAME}, -1}, + {"Shakhnazarov", 1, {DICTIONARY_SURNAME}, -1}, + {"McEachron", 1, {DICTIONARY_SURNAME}, -1}, + {"Dessaulles", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dodgson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Argyris", 1, {DICTIONARY_SURNAME}, -1}, + {"Episcopius", 1, {DICTIONARY_SURNAME}, -1}, + {"Loepfe", 1, {DICTIONARY_SURNAME}, -1}, + {"Biróg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agroecius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barman", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwanewilms", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehrenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Zadok", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brofeldt", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Post", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulzar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hirsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Landry", 1, {DICTIONARY_SURNAME}, -1}, + {"Slowik", 1, {DICTIONARY_SURNAME}, -1}, + {"Redmayne", 1, {DICTIONARY_SURNAME}, -1}, + {"Drummond", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Avitabile", 1, {DICTIONARY_SURNAME}, -1}, + {"McFadden", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonn", 1, {DICTIONARY_SURNAME}, -1}, + {"Saint George", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cangelosi", 1, {DICTIONARY_SURNAME}, -1}, + {"Serxhio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Serdal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mackling", 1, {DICTIONARY_SURNAME}, -1}, + {"Rohault de Fleury", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikauniece", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludlam", 1, {DICTIONARY_SURNAME}, -1}, + {"Frayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Garas", 1, {DICTIONARY_SURNAME}, -1}, + {"Feild", 1, {DICTIONARY_SURNAME}, -1}, + {"Roßkopf", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarıca", 1, {DICTIONARY_SURNAME}, -1}, + {"Erlendsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Rie", 1, {DICTIONARY_SURNAME}, -1}, + {"Libermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Firkovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Chapman", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Borsari", 1, {DICTIONARY_SURNAME}, -1}, + {"Devadiga", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasselgård", 1, {DICTIONARY_SURNAME}, -1}, + {"Viridiana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Volosyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheeran", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunekazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Birthistle", 1, {DICTIONARY_SURNAME}, -1}, + {"Rónán", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vishveshwara", 1, {DICTIONARY_SURNAME}, -1}, + {"Divya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Benkichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rothenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Geena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koster", 1, {DICTIONARY_SURNAME}, -1}, + {"Helmont", 1, {DICTIONARY_SURNAME}, -1}, + {"Morgenstern", 1, {DICTIONARY_SURNAME}, -1}, + {"Kvaratskhelia", 1, {DICTIONARY_SURNAME}, -1}, + {"Jedinak", 1, {DICTIONARY_SURNAME}, -1}, + {"Goffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Voizy", 1, {DICTIONARY_SURNAME}, -1}, + {"Habiba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viljoen", 1, {DICTIONARY_SURNAME}, -1}, + {"Schirrmacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Beorma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nagalingam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Perrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Adlersparre", 1, {DICTIONARY_SURNAME}, -1}, + {"Richaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Josh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"MacColl", 1, {DICTIONARY_SURNAME}, -1}, + {"Chersicla", 1, {DICTIONARY_SURNAME}, -1}, + {"Valente", 1, {DICTIONARY_SURNAME}, -1}, + {"Rojas", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonga", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vërria", 1, {DICTIONARY_SURNAME}, -1}, + {"Valiyeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Adarkwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiizaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Finder", 1, {DICTIONARY_SURNAME}, -1}, + {"Haroche", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghakishiyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Adib", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wroth", 1, {DICTIONARY_SURNAME}, -1}, + {"Tesfaye", 1, {DICTIONARY_SURNAME}, -1}, + {"Ventker", 1, {DICTIONARY_SURNAME}, -1}, + {"Désirée", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vízek", 1, {DICTIONARY_SURNAME}, -1}, + {"Culp", 1, {DICTIONARY_SURNAME}, -1}, + {"Kullberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Guay", 1, {DICTIONARY_SURNAME}, -1}, + {"Lymington", 1, {DICTIONARY_SURNAME}, -1}, + {"Aizpurúa", 1, {DICTIONARY_SURNAME}, -1}, + {"Scota", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deukmejian", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalani", 1, {DICTIONARY_SURNAME}, -1}, + {"Dooyeweerd", 1, {DICTIONARY_SURNAME}, -1}, + {"Desbois", 1, {DICTIONARY_SURNAME}, -1}, + {"Owens", 1, {DICTIONARY_SURNAME}, -1}, + {"Gundelach", 1, {DICTIONARY_SURNAME}, -1}, + {"Puig", 1, {DICTIONARY_SURNAME}, -1}, + {"Kärner", 1, {DICTIONARY_SURNAME}, -1}, + {"Lasse", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Strous", 1, {DICTIONARY_SURNAME}, -1}, + {"Merbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Islwyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Druyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Leritz", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Marc", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Midori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Condrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Groen", 1, {DICTIONARY_SURNAME}, -1}, + {"Furtado", 1, {DICTIONARY_SURNAME}, -1}, + {"Zlotowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Elen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clerk-Maxwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Engelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonds", 1, {DICTIONARY_SURNAME}, -1}, + {"Schildkraut", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallina", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincken", 1, {DICTIONARY_SURNAME}, -1}, + {"Jesminder", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adriaanse", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodzaevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Laycock", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakim", 1, {DICTIONARY_SURNAME}, -1}, + {"Borgognone", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Delbecq", 1, {DICTIONARY_SURNAME}, -1}, + {"Villarrial", 1, {DICTIONARY_SURNAME}, -1}, + {"Atlija", 1, {DICTIONARY_SURNAME}, -1}, + {"Urquía", 1, {DICTIONARY_SURNAME}, -1}, + {"Hautamäki", 1, {DICTIONARY_SURNAME}, -1}, + {"Berchtold", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McClair", 1, {DICTIONARY_SURNAME}, -1}, + {"Covino", 1, {DICTIONARY_SURNAME}, -1}, + {"Della Robbia", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahaffy", 1, {DICTIONARY_SURNAME}, -1}, + {"Wajid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adamski", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathesius", 1, {DICTIONARY_SURNAME}, -1}, + {"Grainger", 1, {DICTIONARY_SURNAME}, -1}, + {"p n c bank", 1, {DICTIONARY_CHAIN}, 210}, + {"Finetto", 1, {DICTIONARY_SURNAME}, -1}, + {"Hernandes", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitching", 1, {DICTIONARY_SURNAME}, -1}, + {"Niceron", 1, {DICTIONARY_SURNAME}, -1}, + {"Joseph Christian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Snell", 1, {DICTIONARY_SURNAME}, -1}, + {"Andriychuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Delroy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Appelmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Clarey", 1, {DICTIONARY_SURNAME}, -1}, + {"Rawlins", 1, {DICTIONARY_SURNAME}, -1}, + {"Tullett", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambrosius", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vanghelie", 1, {DICTIONARY_SURNAME}, -1}, + {"Mollenhauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernati", 1, {DICTIONARY_SURNAME}, -1}, + {"Fantin", 1, {DICTIONARY_SURNAME}, -1}, + {"Zepeda", 1, {DICTIONARY_SURNAME}, -1}, + {"McLeer", 1, {DICTIONARY_SURNAME}, -1}, + {"McMillian", 1, {DICTIONARY_SURNAME}, -1}, + {"Wykes", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Méalóid", 1, {DICTIONARY_SURNAME}, -1}, + {"Alverdes", 1, {DICTIONARY_SURNAME}, -1}, + {"Whibley", 1, {DICTIONARY_SURNAME}, -1}, + {"Đurovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kojadinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Filotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitta", 1, {DICTIONARY_SURNAME}, -1}, + {"Vejar", 1, {DICTIONARY_SURNAME}, -1}, + {"Troughton", 1, {DICTIONARY_SURNAME}, -1}, + {"Adam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dario", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCoskey", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipizer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ademeno", 1, {DICTIONARY_SURNAME}, -1}, + {"Hokuto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yodogawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjobi", 1, {DICTIONARY_SURNAME}, -1}, + {"Brossard", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellange", 1, {DICTIONARY_SURNAME}, -1}, + {"Emir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"petsmarts", 1, {DICTIONARY_CHAIN}, 205}, + {"Maeckelberghe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Farfán", 1, {DICTIONARY_SURNAME}, -1}, + {"Pankau", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Kleist", 1, {DICTIONARY_SURNAME}, -1}, + {"Knowlton", 1, {DICTIONARY_SURNAME}, -1}, + {"Downes", 1, {DICTIONARY_SURNAME}, -1}, + {"Castelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Giling", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahačič", 1, {DICTIONARY_SURNAME}, -1}, + {"Quezada", 1, {DICTIONARY_SURNAME}, -1}, + {"Fouda", 1, {DICTIONARY_SURNAME}, -1}, + {"Papantoniou", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dyck", 1, {DICTIONARY_SURNAME}, -1}, + {"e. leclerc", 1, {DICTIONARY_CHAIN}, 131}, + {"Hayakawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahsan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Large", 1, {DICTIONARY_SURNAME}, -1}, + {"Fedi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristijan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akkouche", 1, {DICTIONARY_SURNAME}, -1}, + {"ikdeas", 1, {DICTIONARY_CHAIN}, 157}, + {"Hill", 1, {DICTIONARY_SURNAME}, -1}, + {"Harsant", 1, {DICTIONARY_SURNAME}, -1}, + {"Niswander", 1, {DICTIONARY_SURNAME}, -1}, + {"Gawler", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalmau", 1, {DICTIONARY_SURNAME}, -1}, + {"Baye", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brozman", 1, {DICTIONARY_SURNAME}, -1}, + {"Raud", 1, {DICTIONARY_SURNAME}, -1}, + {"Jevans", 1, {DICTIONARY_SURNAME}, -1}, + {"Deák-Nagy", 1, {DICTIONARY_SURNAME}, -1}, + {"Head", 1, {DICTIONARY_SURNAME}, -1}, + {"Janek", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Royal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Krömer", 1, {DICTIONARY_SURNAME}, -1}, + {"Schäffle", 1, {DICTIONARY_SURNAME}, -1}, + {"Zorica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peucker", 1, {DICTIONARY_SURNAME}, -1}, + {"Siavash", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCaskey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-mo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Górski", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanvir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Bommel", 1, {DICTIONARY_SURNAME}, -1}, + {"Delfino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Improta", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsurō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viscardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ernest August", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schoeneweis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hierrezuelo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyun-joo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Neate", 1, {DICTIONARY_SURNAME}, -1}, + {"Variati", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilley", 1, {DICTIONARY_SURNAME}, -1}, + {"Aihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Holland", 1, {DICTIONARY_SURNAME}, -1}, + {"Schatzberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Torbjörn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zappata", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Dawidowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Akpoguma", 1, {DICTIONARY_SURNAME}, -1}, + {"Verreault", 1, {DICTIONARY_SURNAME}, -1}, + {"Steffen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovely", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerbi", 1, {DICTIONARY_SURNAME}, -1}, + {"Orrison", 1, {DICTIONARY_SURNAME}, -1}, + {"Reuther", 1, {DICTIONARY_SURNAME}, -1}, + {"McCutchen", 1, {DICTIONARY_SURNAME}, -1}, + {"Udechukwu", 1, {DICTIONARY_SURNAME}, -1}, + {"Scalice", 1, {DICTIONARY_SURNAME}, -1}, + {"Flowerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Heeswijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Finkelstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Abihail", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kotev", 1, {DICTIONARY_SURNAME}, -1}, + {"Chandratre", 1, {DICTIONARY_SURNAME}, -1}, + {"Villadsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Keeney", 1, {DICTIONARY_SURNAME}, -1}, + {"Osbaldiston", 1, {DICTIONARY_SURNAME}, -1}, + {"Lass", 1, {DICTIONARY_SURNAME}, -1}, + {"Schieber", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivanishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Vezér", 1, {DICTIONARY_SURNAME}, -1}, + {"McElligott", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantillon", 1, {DICTIONARY_SURNAME}, -1}, + {"Throne", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeresenay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sættem", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Strodtmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Lahlum", 1, {DICTIONARY_SURNAME}, -1}, + {"Davídek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aackerlund", 1, {DICTIONARY_SURNAME}, -1}, + {"McLendon", 1, {DICTIONARY_SURNAME}, -1}, + {"Adameșteanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Drobnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Muhibullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"LaGuardia", 1, {DICTIONARY_SURNAME}, -1}, + {"Maston", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van der Kolk", 1, {DICTIONARY_SURNAME}, -1}, + {"Massanet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyland", 1, {DICTIONARY_SURNAME}, -1}, + {"Axton", 1, {DICTIONARY_SURNAME}, -1}, + {"Junor", 1, {DICTIONARY_SURNAME}, -1}, + {"quiktrip", 1, {DICTIONARY_CHAIN}, -1}, + {"Buckland", 1, {DICTIONARY_SURNAME}, -1}, + {"Hicks-Beach", 1, {DICTIONARY_SURNAME}, -1}, + {"Mundell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinik", 1, {DICTIONARY_SURNAME}, -1}, + {"Flainn", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinhard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wheaton", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabra", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Berthiaume", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarter", 1, {DICTIONARY_SURNAME}, -1}, + {"Gluck", 1, {DICTIONARY_SURNAME}, -1}, + {"Gagiu", 1, {DICTIONARY_SURNAME}, -1}, + {"hertz", 1, {DICTIONARY_CHAIN}, -1}, + {"Dyke", 1, {DICTIONARY_SURNAME}, -1}, + {"Lallemant", 1, {DICTIONARY_SURNAME}, -1}, + {"Vugar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Naupoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Agualusa", 1, {DICTIONARY_SURNAME}, -1}, + {"Sirois", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackie", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaidher", 1, {DICTIONARY_SURNAME}, -1}, + {"Fortier", 1, {DICTIONARY_SURNAME}, -1}, + {"Murayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Enfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuksiks", 1, {DICTIONARY_SURNAME}, -1}, + {"Varsányi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aso", 1, {DICTIONARY_SURNAME}, -1}, + {"Diakhaté", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekanayake", 1, {DICTIONARY_SURNAME}, -1}, + {"Abicht", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwortz", 1, {DICTIONARY_SURNAME}, -1}, + {"Caymmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wijnkoop", 1, {DICTIONARY_SURNAME}, -1}, + {"Seys", 1, {DICTIONARY_SURNAME}, -1}, + {"Aratani", 1, {DICTIONARY_SURNAME}, -1}, + {"Fumizuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlachová", 1, {DICTIONARY_SURNAME}, -1}, + {"Baptie", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemierre", 1, {DICTIONARY_SURNAME}, -1}, + {"Neimanas", 1, {DICTIONARY_SURNAME}, -1}, + {"Cronenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"De Sio", 1, {DICTIONARY_SURNAME}, -1}, + {"La Paglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Oskarsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazaridis", 1, {DICTIONARY_SURNAME}, -1}, + {"Krzanowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Judt", 1, {DICTIONARY_SURNAME}, -1}, + {"Aro", 1, {DICTIONARY_SURNAME}, -1}, + {"Turover", 1, {DICTIONARY_SURNAME}, -1}, + {"Wanyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Boyet", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bansgrove", 1, {DICTIONARY_SURNAME}, -1}, + {"Moorhead", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Amhlaoibh and Mac Amhalghaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Neill", 1, {DICTIONARY_SURNAME}, -1}, + {"Evelyne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sirola", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdusalomov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bridget", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katiyar", 1, {DICTIONARY_SURNAME}, -1}, + {"Heuser", 1, {DICTIONARY_SURNAME}, -1}, + {"Janick", 1, {DICTIONARY_SURNAME}, -1}, + {"Demmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Heyting", 1, {DICTIONARY_SURNAME}, -1}, + {"Josefa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Heyden", 1, {DICTIONARY_SURNAME}, -1}, + {"Kedrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hebrang", 1, {DICTIONARY_SURNAME}, -1}, + {"Vardić", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadamori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasilije", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Florio", 1, {DICTIONARY_SURNAME}, -1}, + {"Ülle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cotts", 1, {DICTIONARY_SURNAME}, -1}, + {"McEachran", 1, {DICTIONARY_SURNAME}, -1}, + {"Banbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Mobasseri", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelow", 1, {DICTIONARY_SURNAME}, -1}, + {"Šmejkal", 1, {DICTIONARY_SURNAME}, -1}, + {"Burger", 1, {DICTIONARY_SURNAME}, -1}, + {"Nijland", 1, {DICTIONARY_SURNAME}, -1}, + {"Wier", 1, {DICTIONARY_SURNAME}, -1}, + {"Spicer", 1, {DICTIONARY_SURNAME}, -1}, + {"Aranyani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waldstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Landy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stakhovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Oktay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guitton", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrdoljak", 1, {DICTIONARY_SURNAME}, -1}, + {"Spohr", 1, {DICTIONARY_SURNAME}, -1}, + {"Varszegi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sahu", 1, {DICTIONARY_SURNAME}, -1}, + {"Fanning", 1, {DICTIONARY_SURNAME}, -1}, + {"Niedermeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Henao", 1, {DICTIONARY_SURNAME}, -1}, + {"Linek", 1, {DICTIONARY_SURNAME}, -1}, + {"Pjetër", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Levenfish", 1, {DICTIONARY_SURNAME}, -1}, + {"Frusciante", 1, {DICTIONARY_SURNAME}, -1}, + {"Grabolle", 1, {DICTIONARY_SURNAME}, -1}, + {"Henzell", 1, {DICTIONARY_SURNAME}, -1}, + {"Karadeniz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hou", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Frans", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Filippides", 1, {DICTIONARY_SURNAME}, -1}, + {"Wohlwill", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Boissier", 1, {DICTIONARY_SURNAME}, -1}, + {"Addey", 1, {DICTIONARY_SURNAME}, -1}, + {"Vachell", 1, {DICTIONARY_SURNAME}, -1}, + {"Onosiughe", 1, {DICTIONARY_SURNAME}, -1}, + {"Lesch", 1, {DICTIONARY_SURNAME}, -1}, + {"Barzini", 1, {DICTIONARY_SURNAME}, -1}, + {"McGrady", 1, {DICTIONARY_SURNAME}, -1}, + {"Namik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Volovyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Stears", 1, {DICTIONARY_SURNAME}, -1}, + {"Iacobucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Tenisons", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourseiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Stresio", 1, {DICTIONARY_SURNAME}, -1}, + {"Habtemariam", 1, {DICTIONARY_SURNAME}, -1}, + {"Victoria", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wellesz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gertler", 1, {DICTIONARY_SURNAME}, -1}, + {"Sulivan", 1, {DICTIONARY_SURNAME}, -1}, + {"Going", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohlrausch", 1, {DICTIONARY_SURNAME}, -1}, + {"Zur", 1, {DICTIONARY_SURNAME}, -1}, + {"Boocock", 1, {DICTIONARY_SURNAME}, -1}, + {"Katahide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chiasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bøhn", 1, {DICTIONARY_SURNAME}, -1}, + {"Meertens", 1, {DICTIONARY_SURNAME}, -1}, + {"McCourty", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Badelj", 1, {DICTIONARY_SURNAME}, -1}, + {"Bader", 1, {DICTIONARY_SURNAME}, -1}, + {"Richer", 1, {DICTIONARY_SURNAME}, -1}, + {"Danna", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Loredana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"in 'n outs", 1, {DICTIONARY_CHAIN}, 158}, + {"Outerbridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurinaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Craik", 1, {DICTIONARY_SURNAME}, -1}, + {"Jagaddhatri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Silyutin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hurley", 1, {DICTIONARY_SURNAME}, -1}, + {"Christmas", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolf-Ferrari", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziegler", 1, {DICTIONARY_SURNAME}, -1}, + {"Manitta", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallagher", 1, {DICTIONARY_SURNAME}, -1}, + {"De Alvear", 1, {DICTIONARY_SURNAME}, -1}, + {"Céspedes", 1, {DICTIONARY_SURNAME}, -1}, + {"Litchfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Valmy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Behrends", 1, {DICTIONARY_SURNAME}, -1}, + {"Galamb", 1, {DICTIONARY_SURNAME}, -1}, + {"Asbridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Thurgood", 1, {DICTIONARY_SURNAME}, -1}, + {"Brash", 1, {DICTIONARY_SURNAME}, -1}, + {"Boeke", 1, {DICTIONARY_SURNAME}, -1}, + {"Beketov", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dis", 1, {DICTIONARY_SURNAME}, -1}, + {"Stirner", 1, {DICTIONARY_SURNAME}, -1}, + {"Aydemir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gershman", 1, {DICTIONARY_SURNAME}, -1}, + {"Howe", 1, {DICTIONARY_SURNAME}, -1}, + {"Mags", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McClearn", 1, {DICTIONARY_SURNAME}, -1}, + {"Levina", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Leather", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Picerni", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasek", 1, {DICTIONARY_SURNAME}, -1}, + {"Fock", 1, {DICTIONARY_SURNAME}, -1}, + {"Klimczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Istrati", 1, {DICTIONARY_SURNAME}, -1}, + {"Soyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Becanus", 1, {DICTIONARY_SURNAME}, -1}, + {"Hurt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanemaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Igwebuike", 1, {DICTIONARY_SURNAME}, -1}, + {"Houle", 1, {DICTIONARY_SURNAME}, -1}, + {"Aschner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ki-nam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vittorini", 1, {DICTIONARY_SURNAME}, -1}, + {"Arsaces", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Renssalaer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mac Con Midhe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghorpade", 1, {DICTIONARY_SURNAME}, -1}, + {"papa john's pizza", 1, {DICTIONARY_CHAIN}, 200}, + {"Meisdalshagen", 1, {DICTIONARY_SURNAME}, -1}, + {"Uisdean", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akasofu", 1, {DICTIONARY_SURNAME}, -1}, + {"Otterness", 1, {DICTIONARY_SURNAME}, -1}, + {"Akulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Doohan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kennerley", 1, {DICTIONARY_SURNAME}, -1}, + {"Cribari", 1, {DICTIONARY_SURNAME}, -1}, + {"Vtič", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Saka", 1, {DICTIONARY_SURNAME}, -1}, + {"Adrien", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dusík", 1, {DICTIONARY_SURNAME}, -1}, + {"Henshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Lepa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schnitler", 1, {DICTIONARY_SURNAME}, -1}, + {"Heffley", 1, {DICTIONARY_SURNAME}, -1}, + {"Squier", 1, {DICTIONARY_SURNAME}, -1}, + {"Ostapenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Biavati", 1, {DICTIONARY_SURNAME}, -1}, + {"McDaniel", 1, {DICTIONARY_SURNAME}, -1}, + {"Chet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jūratė", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"March", 1, {DICTIONARY_SURNAME}, -1}, + {"Baggio", 1, {DICTIONARY_SURNAME}, -1}, + {"Veazey", 1, {DICTIONARY_SURNAME}, -1}, + {"Stepanovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Malveaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Atenulf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goolsby", 1, {DICTIONARY_SURNAME}, -1}, + {"Talty", 1, {DICTIONARY_SURNAME}, -1}, + {"Voronovskyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ableser", 1, {DICTIONARY_SURNAME}, -1}, + {"Alves dos Santos", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallentine", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Faassen", 1, {DICTIONARY_SURNAME}, -1}, + {"Jennerich", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayje", 1, {DICTIONARY_SURNAME}, -1}, + {"Malmgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Doi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abalde", 1, {DICTIONARY_SURNAME}, -1}, + {"Wix", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adudu", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahmaoja", 1, {DICTIONARY_SURNAME}, -1}, + {"Wanchope", 1, {DICTIONARY_SURNAME}, -1}, + {"Colgan", 1, {DICTIONARY_SURNAME}, -1}, + {"Verhaas", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilde", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurentius", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Osberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Volpati", 1, {DICTIONARY_SURNAME}, -1}, + {"Weiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Amirejibi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pletnyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapta Matruka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Tatenhove", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuleika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Callaway", 1, {DICTIONARY_SURNAME}, -1}, + {"lpg", 1, {DICTIONARY_CHAIN}, -1}, + {"Hironobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aberley", 1, {DICTIONARY_SURNAME}, -1}, + {"Şule", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Morier", 1, {DICTIONARY_SURNAME}, -1}, + {"Bevins", 1, {DICTIONARY_SURNAME}, -1}, + {"Hing", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaine", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Waldrop", 1, {DICTIONARY_SURNAME}, -1}, + {"Suciu", 1, {DICTIONARY_SURNAME}, -1}, + {"Schärer", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuch", 1, {DICTIONARY_SURNAME}, -1}, + {"Male", 1, {DICTIONARY_SURNAME}, -1}, + {"Gacemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Loverne", 1, {DICTIONARY_SURNAME}, -1}, + {"Baddeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Velleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Salud", 1, {DICTIONARY_SURNAME}, -1}, + {"Szohr", 1, {DICTIONARY_SURNAME}, -1}, + {"Apatič", 1, {DICTIONARY_SURNAME}, -1}, + {"Vătăşoiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzpatrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Heygate", 1, {DICTIONARY_SURNAME}, -1}, + {"Scordato", 1, {DICTIONARY_SURNAME}, -1}, + {"Endicott", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Wintsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Rada", 1, {DICTIONARY_SURNAME}, -1}, + {"Verges", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodlock", 1, {DICTIONARY_SURNAME}, -1}, + {"Olisadebe", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjani", 1, {DICTIONARY_SURNAME}, -1}, + {"Takahiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flamm", 1, {DICTIONARY_SURNAME}, -1}, + {"Marzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Chastain", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazlum", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Washbrook", 1, {DICTIONARY_SURNAME}, -1}, + {"Savickas", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodfellow", 1, {DICTIONARY_SURNAME}, -1}, + {"Florescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Baze", 1, {DICTIONARY_SURNAME}, -1}, + {"Stirnweiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Chauvel", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gogh", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotwal", 1, {DICTIONARY_SURNAME}, -1}, + {"Stojković", 1, {DICTIONARY_SURNAME}, -1}, + {"Gobel", 1, {DICTIONARY_SURNAME}, -1}, + {"Heijman", 1, {DICTIONARY_SURNAME}, -1}, + {"Warsame", 1, {DICTIONARY_SURNAME}, -1}, + {"Anderton", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Afrassiabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pointz", 1, {DICTIONARY_SURNAME}, -1}, + {"Duczyński", 1, {DICTIONARY_SURNAME}, -1}, + {"Brundtland", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaskilka", 1, {DICTIONARY_SURNAME}, -1}, + {"Amalie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tibor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Velikovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Corbey", 1, {DICTIONARY_SURNAME}, -1}, + {"Balašević", 1, {DICTIONARY_SURNAME}, -1}, + {"Gosselin", 1, {DICTIONARY_SURNAME}, -1}, + {"Otomuro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harford", 1, {DICTIONARY_SURNAME}, -1}, + {"Khar clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Legge-Bourke", 1, {DICTIONARY_SURNAME}, -1}, + {"DiBernardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Yakovlev", 1, {DICTIONARY_SURNAME}, -1}, + {"freebirds", 1, {DICTIONARY_CHAIN}, -1}, + {"Yasumasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weilacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Carteret", 1, {DICTIONARY_SURNAME}, -1}, + {"Catrìona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henniker", 1, {DICTIONARY_SURNAME}, -1}, + {"Ungaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Adani", 1, {DICTIONARY_SURNAME}, -1}, + {"Lock", 1, {DICTIONARY_SURNAME}, -1}, + {"Öztürk", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fitzstephen", 1, {DICTIONARY_SURNAME}, -1}, + {"Menefee", 1, {DICTIONARY_SURNAME}, -1}, + {"Izumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"walgreen", 1, {DICTIONARY_CHAIN}, 265}, + {"Hadad", 1, {DICTIONARY_SURNAME}, -1}, + {"Rusishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Taketora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beurlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Couturier", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamik", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohenque", 1, {DICTIONARY_SURNAME}, -1}, + {"Viazzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Laden", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thümmel", 1, {DICTIONARY_SURNAME}, -1}, + {"Venkiteswaran", 1, {DICTIONARY_SURNAME}, -1}, + {"Ignazio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fauset", 1, {DICTIONARY_SURNAME}, -1}, + {"Furushima", 1, {DICTIONARY_SURNAME}, -1}, + {"Gildea", 1, {DICTIONARY_SURNAME}, -1}, + {"Greco", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunborg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andriessen", 1, {DICTIONARY_SURNAME}, -1}, + {"Stepanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Walcott", 1, {DICTIONARY_SURNAME}, -1}, + {"Mannheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Alayes", 1, {DICTIONARY_SURNAME}, -1}, + {"Padgett", 1, {DICTIONARY_SURNAME}, -1}, + {"Manzullo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sorensen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinschius", 1, {DICTIONARY_SURNAME}, -1}, + {"Catrin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Louw", 1, {DICTIONARY_SURNAME}, -1}, + {"Underwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Pala", 1, {DICTIONARY_SURNAME}, -1}, + {"Beane", 1, {DICTIONARY_SURNAME}, -1}, + {"Greatrakes", 1, {DICTIONARY_SURNAME}, -1}, + {"Multon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mäkäräinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Šapranauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Arriaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Waibel", 1, {DICTIONARY_SURNAME}, -1}, + {"McEniff", 1, {DICTIONARY_SURNAME}, -1}, + {"Đurović", 1, {DICTIONARY_SURNAME}, -1}, + {"verizon wireless stores", 1, {DICTIONARY_CHAIN}, 263}, + {"Hlond", 1, {DICTIONARY_SURNAME}, -1}, + {"Harðardóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Kravtsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Brod", 1, {DICTIONARY_SURNAME}, -1}, + {"Maidanik", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Garde", 1, {DICTIONARY_SURNAME}, -1}, + {"Geir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ludwik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wierzbicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulo Sérgio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ryūichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Snellenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaudenay", 1, {DICTIONARY_SURNAME}, -1}, + {"Paraskevin", 1, {DICTIONARY_SURNAME}, -1}, + {"Avraam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wafi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Offord", 1, {DICTIONARY_SURNAME}, -1}, + {"Cook", 1, {DICTIONARY_SURNAME}, -1}, + {"Steitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Parrondo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hippe", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiram", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jaqua", 1, {DICTIONARY_SURNAME}, -1}, + {"Robustelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Clackson", 1, {DICTIONARY_SURNAME}, -1}, + {"verizon store", 1, {DICTIONARY_CHAIN}, 263}, + {"Kanehira", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ariyoshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarebrot", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodacre", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Alim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vulakovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhadrakali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vargas", 1, {DICTIONARY_SURNAME}, -1}, + {"Geldman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vacco", 1, {DICTIONARY_SURNAME}, -1}, + {"arbys", 1, {DICTIONARY_CHAIN}, 64}, + {"Viwatchaichok", 1, {DICTIONARY_SURNAME}, -1}, + {"Günzburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Nogueira Ferrão", 1, {DICTIONARY_SURNAME}, -1}, + {"Debbie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Slotkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Duplass", 1, {DICTIONARY_SURNAME}, -1}, + {"Villasana", 1, {DICTIONARY_SURNAME}, -1}, + {"Shearer", 1, {DICTIONARY_SURNAME}, -1}, + {"Najma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Walia", 1, {DICTIONARY_SURNAME}, -1}, + {"Cortlever", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobiech", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunakawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Torkild", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Safi al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blasko", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuruvilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Piotrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kienast", 1, {DICTIONARY_SURNAME}, -1}, + {"Baynham", 1, {DICTIONARY_SURNAME}, -1}, + {"Navneet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varuzhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alapnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Assie", 1, {DICTIONARY_SURNAME}, -1}, + {"Honeywood", 1, {DICTIONARY_SURNAME}, -1}, + {"Macurová", 1, {DICTIONARY_SURNAME}, -1}, + {"Jovanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Richman", 1, {DICTIONARY_SURNAME}, -1}, + {"Libuše", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aballí", 1, {DICTIONARY_SURNAME}, -1}, + {"Mientkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Flamoke", 1, {DICTIONARY_SURNAME}, -1}, + {"Fresnel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ormand", 1, {DICTIONARY_SURNAME}, -1}, + {"McHattie", 1, {DICTIONARY_SURNAME}, -1}, + {"Paria", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Oakley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinjamuri", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamakoshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigehira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aucamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Wacera", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolokolnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Konomi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sabbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Rowse", 1, {DICTIONARY_SURNAME}, -1}, + {"Gavrilović", 1, {DICTIONARY_SURNAME}, -1}, + {"Mantchev", 1, {DICTIONARY_SURNAME}, -1}, + {"McInnis", 1, {DICTIONARY_SURNAME}, -1}, + {"Köler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ugboaja", 1, {DICTIONARY_SURNAME}, -1}, + {"Kahoru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kohler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoes", 1, {DICTIONARY_SURNAME}, -1}, + {"Abratis", 1, {DICTIONARY_SURNAME}, -1}, + {"Cordier", 1, {DICTIONARY_SURNAME}, -1}, + {"Farzaneh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gicquel", 1, {DICTIONARY_SURNAME}, -1}, + {"De Pra", 1, {DICTIONARY_SURNAME}, -1}, + {"Baasch", 1, {DICTIONARY_SURNAME}, -1}, + {"Krese", 1, {DICTIONARY_SURNAME}, -1}, + {"Strøm", 1, {DICTIONARY_SURNAME}, -1}, + {"Metheny", 1, {DICTIONARY_SURNAME}, -1}, + {"Nerys", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Binoche", 1, {DICTIONARY_SURNAME}, -1}, + {"Czarnowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabat", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Drunen", 1, {DICTIONARY_SURNAME}, -1}, + {"Velusamy", 1, {DICTIONARY_SURNAME}, -1}, + {"Whittingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Bree", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Edvin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McNertney", 1, {DICTIONARY_SURNAME}, -1}, + {"Alimatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadaatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vdovenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Esquivel", 1, {DICTIONARY_SURNAME}, -1}, + {"Chhibber", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaikule", 1, {DICTIONARY_SURNAME}, -1}, + {"King", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasquet", 1, {DICTIONARY_SURNAME}, -1}, + {"Oudemans", 1, {DICTIONARY_SURNAME}, -1}, + {"Horve", 1, {DICTIONARY_SURNAME}, -1}, + {"Villamizar", 1, {DICTIONARY_SURNAME}, -1}, + {"Sternbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorgan", 1, {DICTIONARY_SURNAME}, -1}, + {"Mullion", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahtra", 1, {DICTIONARY_SURNAME}, -1}, + {"Vučkić", 1, {DICTIONARY_SURNAME}, -1}, + {"days inn", 1, {DICTIONARY_CHAIN}, -1}, + {"Guerreiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirtan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vincenzoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Bauman", 1, {DICTIONARY_SURNAME}, -1}, + {"McCollum", 1, {DICTIONARY_SURNAME}, -1}, + {"Geneviève", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haruaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agashe", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicaut", 1, {DICTIONARY_SURNAME}, -1}, + {"Montansier", 1, {DICTIONARY_SURNAME}, -1}, + {"Maharaja", 1, {DICTIONARY_SURNAME}, -1}, + {"Obiku", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiwot", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kalashnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Burgt", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasley", 1, {DICTIONARY_SURNAME}, -1}, + {"Rinfret", 1, {DICTIONARY_SURNAME}, -1}, + {"Maddy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chichagov", 1, {DICTIONARY_SURNAME}, -1}, + {"Novák", 1, {DICTIONARY_SURNAME}, -1}, + {"Koda", 1, {DICTIONARY_SURNAME}, -1}, + {"Fussli", 1, {DICTIONARY_SURNAME}, -1}, + {"Milica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veninger", 1, {DICTIONARY_SURNAME}, -1}, + {"Zenryō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lorents", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schleinstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Válková", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauricella", 1, {DICTIONARY_SURNAME}, -1}, + {"Grönblom", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandoval", 1, {DICTIONARY_SURNAME}, -1}, + {"Beanland", 1, {DICTIONARY_SURNAME}, -1}, + {"Lila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moorehead", 1, {DICTIONARY_SURNAME}, -1}, + {"Viavattine", 1, {DICTIONARY_SURNAME}, -1}, + {"Britton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ben-David", 1, {DICTIONARY_SURNAME}, -1}, + {"Wooden", 1, {DICTIONARY_SURNAME}, -1}, + {"Tallulah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maynard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lipp", 1, {DICTIONARY_SURNAME}, -1}, + {"Ankers", 1, {DICTIONARY_SURNAME}, -1}, + {"Akyigit", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Majid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cieplak", 1, {DICTIONARY_SURNAME}, -1}, + {"Sylwester", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herriot", 1, {DICTIONARY_SURNAME}, -1}, + {"Radoš", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tirmizi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalinić", 1, {DICTIONARY_SURNAME}, -1}, + {"Baron", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Azem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bodenheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Pancetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Hopfner", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatchell", 1, {DICTIONARY_SURNAME}, -1}, + {"Wohl", 1, {DICTIONARY_SURNAME}, -1}, + {"Gogol", 1, {DICTIONARY_SURNAME}, -1}, + {"Riccetto", 1, {DICTIONARY_SURNAME}, -1}, + {"Asaoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Lietti", 1, {DICTIONARY_SURNAME}, -1}, + {"Hichem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sitwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vacchiano", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabrizi", 1, {DICTIONARY_SURNAME}, -1}, + {"Whedon", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Engen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vântu", 1, {DICTIONARY_SURNAME}, -1}, + {"Aloneftis", 1, {DICTIONARY_SURNAME}, -1}, + {"Díthorba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Der Steen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemény", 1, {DICTIONARY_SURNAME}, -1}, + {"Colas", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigemaru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mhic Ospaic", 1, {DICTIONARY_SURNAME}, -1}, + {"Airoldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Duren", 1, {DICTIONARY_SURNAME}, -1}, + {"Mounteer", 1, {DICTIONARY_SURNAME}, -1}, + {"Nolasco", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobolewska", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Basir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Madhusudan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schurtenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Buhagiar", 1, {DICTIONARY_SURNAME}, -1}, + {"Pastorini", 1, {DICTIONARY_SURNAME}, -1}, + {"Norblin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajawat", 1, {DICTIONARY_SURNAME}, -1}, + {"Emyr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"ml king jr", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Lyford", 1, {DICTIONARY_SURNAME}, -1}, + {"Mykolas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lennon", 1, {DICTIONARY_SURNAME}, -1}, + {"Marge", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peri", 1, {DICTIONARY_SURNAME}, -1}, + {"Hope", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yamshchikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergander", 1, {DICTIONARY_SURNAME}, -1}, + {"Seidl", 1, {DICTIONARY_SURNAME}, -1}, + {"Yefim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Phillippe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van der Vyver", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramage", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Talfourd", 1, {DICTIONARY_SURNAME}, -1}, + {"Rains", 1, {DICTIONARY_SURNAME}, -1}, + {"Leibbrandt", 1, {DICTIONARY_SURNAME}, -1}, + {"Lahaye", 1, {DICTIONARY_SURNAME}, -1}, + {"Vashurkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Xuereb", 1, {DICTIONARY_SURNAME}, -1}, + {"MacBryde", 1, {DICTIONARY_SURNAME}, -1}, + {"Wachtler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingeldaz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Luigi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kasagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Crawford", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hubler", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Tessmar", 1, {DICTIONARY_SURNAME}, -1}, + {"Connard", 1, {DICTIONARY_SURNAME}, -1}, + {"Olin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lafaille", 1, {DICTIONARY_SURNAME}, -1}, + {"Feró", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Avdija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mate", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mhic Alsandair", 1, {DICTIONARY_SURNAME}, -1}, + {"Garrard", 1, {DICTIONARY_SURNAME}, -1}, + {"Iveta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gombrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Nathaniel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Arsenault", 1, {DICTIONARY_SURNAME}, -1}, + {"shop rites", 1, {DICTIONARY_CHAIN}, 233}, + {"Malkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhmatkhuzin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fray", 1, {DICTIONARY_SURNAME}, -1}, + {"Reiber", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobuhito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Skraastad", 1, {DICTIONARY_SURNAME}, -1}, + {"Clutton-Brock", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlaović", 1, {DICTIONARY_SURNAME}, -1}, + {"Janko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eunice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goumri", 1, {DICTIONARY_SURNAME}, -1}, + {"Stickland", 1, {DICTIONARY_SURNAME}, -1}, + {"Ejnar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brigman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermeersch", 1, {DICTIONARY_SURNAME}, -1}, + {"Varo", 1, {DICTIONARY_SURNAME}, -1}, + {"Zamanov", 1, {DICTIONARY_SURNAME}, -1}, + {"McCullagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderaart", 1, {DICTIONARY_SURNAME}, -1}, + {"Dodwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Lyubarskyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Basnage", 1, {DICTIONARY_SURNAME}, -1}, + {"Veling", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohlbrugge", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic Amhalaí", 1, {DICTIONARY_SURNAME}, -1}, + {"Toohey", 1, {DICTIONARY_SURNAME}, -1}, + {"Beauvais", 1, {DICTIONARY_SURNAME}, -1}, + {"Raglan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Dusen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaipulu", 1, {DICTIONARY_SURNAME}, -1}, + {"Karl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ilie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Burton", 1, {DICTIONARY_SURNAME}, -1}, + {"Vihrovs", 1, {DICTIONARY_SURNAME}, -1}, + {"Kosman", 1, {DICTIONARY_SURNAME}, -1}, + {"McIntee", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Morino", 1, {DICTIONARY_SURNAME}, -1}, + {"Auke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ajayi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fenollosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Artun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Focher", 1, {DICTIONARY_SURNAME}, -1}, + {"Baglioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Gill clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Velter", 1, {DICTIONARY_SURNAME}, -1}, + {"Ndlovu", 1, {DICTIONARY_SURNAME}, -1}, + {"Herlihy", 1, {DICTIONARY_SURNAME}, -1}, + {"Schawlow", 1, {DICTIONARY_SURNAME}, -1}, + {"Aapo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shigetoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bentinck family", 1, {DICTIONARY_SURNAME}, -1}, + {"Shkreli", 1, {DICTIONARY_SURNAME}, -1}, + {"pko bp", 1, {DICTIONARY_CHAIN}, -1}, + {"Fajfrić", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghvan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valjavec", 1, {DICTIONARY_SURNAME}, -1}, + {"Donati", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavlov", 1, {DICTIONARY_SURNAME}, -1}, + {"Giraldo", 1, {DICTIONARY_SURNAME}, -1}, + {"Driscoll", 1, {DICTIONARY_SURNAME}, -1}, + {"Pagano", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartnoll", 1, {DICTIONARY_SURNAME}, -1}, + {"Géza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tilgner", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Damiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Manne", 1, {DICTIONARY_SURNAME}, -1}, + {"Erkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Désiré", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poštulka", 1, {DICTIONARY_SURNAME}, -1}, + {"Anstead", 1, {DICTIONARY_SURNAME}, -1}, + {"Dzhugashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Lesli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trueba", 1, {DICTIONARY_SURNAME}, -1}, + {"apple store", 1, {DICTIONARY_CHAIN}, -1}, + {"Gregorič", 1, {DICTIONARY_SURNAME}, -1}, + {"Roque", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vyborny", 1, {DICTIONARY_SURNAME}, -1}, + {"Beaupre", 1, {DICTIONARY_SURNAME}, -1}, + {"Booysen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsubasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aaltola", 1, {DICTIONARY_SURNAME}, -1}, + {"Petraitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigenori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wenner", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayreder", 1, {DICTIONARY_SURNAME}, -1}, + {"Grayer", 1, {DICTIONARY_SURNAME}, -1}, + {"McGurn", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaideep", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Inzikuru", 1, {DICTIONARY_SURNAME}, -1}, + {"Visser", 1, {DICTIONARY_SURNAME}, -1}, + {"Elchin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sweet-Escott", 1, {DICTIONARY_SURNAME}, -1}, + {"Rouch", 1, {DICTIONARY_SURNAME}, -1}, + {"cibc", 1, {DICTIONARY_CHAIN}, -1}, + {"McFerran", 1, {DICTIONARY_SURNAME}, -1}, + {"Strassmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Lussier", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehus", 1, {DICTIONARY_SURNAME}, -1}, + {"Stéphanie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bisutti", 1, {DICTIONARY_SURNAME}, -1}, + {"Minge", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurieli", 1, {DICTIONARY_SURNAME}, -1}, + {"Shug", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hibbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwaten", 1, {DICTIONARY_SURNAME}, -1}, + {"Varganova", 1, {DICTIONARY_SURNAME}, -1}, + {"Rehal", 1, {DICTIONARY_SURNAME}, -1}, + {"Jermaine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keepnews", 1, {DICTIONARY_SURNAME}, -1}, + {"Bozkurt", 1, {DICTIONARY_SURNAME}, -1}, + {"Akpeyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Brakstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Rounds", 1, {DICTIONARY_SURNAME}, -1}, + {"Raimundas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deare", 1, {DICTIONARY_SURNAME}, -1}, + {"Rae", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Čtvrtlík", 1, {DICTIONARY_SURNAME}, -1}, + {"Denda", 1, {DICTIONARY_SURNAME}, -1}, + {"Polkinghorne", 1, {DICTIONARY_SURNAME}, -1}, + {"Cesati", 1, {DICTIONARY_SURNAME}, -1}, + {"Marja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ledingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Livestro", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Won-jae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Odland", 1, {DICTIONARY_SURNAME}, -1}, + {"Vucago", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheelwright", 1, {DICTIONARY_SURNAME}, -1}, + {"Khorkina", 1, {DICTIONARY_SURNAME}, -1}, + {"Ubbiali", 1, {DICTIONARY_SURNAME}, -1}, + {"Falls", 1, {DICTIONARY_SURNAME}, -1}, + {"Eoin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raj Mistry", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamara", 1, {DICTIONARY_SURNAME}, -1}, + {"Finnan", 1, {DICTIONARY_SURNAME}, -1}, + {"Alajajian", 1, {DICTIONARY_SURNAME}, -1}, + {"Cviertna", 1, {DICTIONARY_SURNAME}, -1}, + {"Sveshnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sherwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Guðrøðr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vom Rath", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdoulfattakh", 1, {DICTIONARY_SURNAME}, -1}, + {"volg", 1, {DICTIONARY_CHAIN}, -1}, + {"Tulip", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Soner", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hisae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Hauthem", 1, {DICTIONARY_SURNAME}, -1}, + {"Bloodsworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukanić", 1, {DICTIONARY_SURNAME}, -1}, + {"Sophia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Huhtanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sutton", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabaldon", 1, {DICTIONARY_SURNAME}, -1}, + {"Basire", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulão", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tešić", 1, {DICTIONARY_SURNAME}, -1}, + {"Bounnhang", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cristalyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Omar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Osborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Plamenac", 1, {DICTIONARY_SURNAME}, -1}, + {"Klopp", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikhor", 1, {DICTIONARY_SURNAME}, -1}, + {"Trilling", 1, {DICTIONARY_SURNAME}, -1}, + {"McCreesh", 1, {DICTIONARY_SURNAME}, -1}, + {"Albers", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanda", 1, {DICTIONARY_SURNAME}, -1}, + {"Neupane", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaekwad dynasty", 1, {DICTIONARY_SURNAME}, -1}, + {"McClare", 1, {DICTIONARY_SURNAME}, -1}, + {"Borowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Tighadouini", 1, {DICTIONARY_SURNAME}, -1}, + {"Utagawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Arkhangelsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilbertson", 1, {DICTIONARY_SURNAME}, -1}, + {"Keser", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic Alastair", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjagba", 1, {DICTIONARY_SURNAME}, -1}, + {"Umut", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katsuhito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lupul", 1, {DICTIONARY_SURNAME}, -1}, + {"safeway's", 1, {DICTIONARY_CHAIN}, 223}, + {"Malkowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Migliara", 1, {DICTIONARY_SURNAME}, -1}, + {"u p s store", 1, {DICTIONARY_CHAIN}, 261}, + {"Capobianco", 1, {DICTIONARY_SURNAME}, -1}, + {"Isinbayeva", 1, {DICTIONARY_SURNAME}, -1}, + {"kwik trip", 1, {DICTIONARY_CHAIN}, -1}, + {"Aggelonitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ihsan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leishman", 1, {DICTIONARY_SURNAME}, -1}, + {"Benashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Vescoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Lavan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Anderl", 1, {DICTIONARY_SURNAME}, -1}, + {"Limmiere", 1, {DICTIONARY_SURNAME}, -1}, + {"Kōichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasik", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Philippi", 1, {DICTIONARY_SURNAME}, -1}, + {"Walgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwartz", 1, {DICTIONARY_SURNAME}, -1}, + {"Munnerlyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Živan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carette", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaroslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lucjan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McPhearson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukić", 1, {DICTIONARY_SURNAME}, -1}, + {"Murdoch", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrahams", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabonis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjhalava", 1, {DICTIONARY_SURNAME}, -1}, + {"Fredrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukikoshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hebenton", 1, {DICTIONARY_SURNAME}, -1}, + {"oasis", 1, {DICTIONARY_CHAIN}, -1}, + {"Egusa", 1, {DICTIONARY_SURNAME}, -1}, + {"Meillassoux", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrass", 1, {DICTIONARY_SURNAME}, -1}, + {"Kothari", 1, {DICTIONARY_SURNAME}, -1}, + {"Tedder", 1, {DICTIONARY_SURNAME}, -1}, + {"c&a", 1, {DICTIONARY_CHAIN}, -1}, + {"Pell", 1, {DICTIONARY_SURNAME}, -1}, + {"Andy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schadeberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelby", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Varasdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cesàro", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Does", 1, {DICTIONARY_SURNAME}, -1}, + {"Celestino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Strugnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Baig", 1, {DICTIONARY_SURNAME}, -1}, + {"Yifter", 1, {DICTIONARY_SURNAME}, -1}, + {"McNally", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunde", 1, {DICTIONARY_SURNAME}, -1}, + {"Charles-Édouard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hafer", 1, {DICTIONARY_SURNAME}, -1}, + {"Morone", 1, {DICTIONARY_SURNAME}, -1}, + {"comfort inn", 1, {DICTIONARY_CHAIN}, -1}, + {"Warkentin", 1, {DICTIONARY_SURNAME}, -1}, + {"Allston", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwandt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vynokur", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasmani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tesauro", 1, {DICTIONARY_SURNAME}, -1}, + {"Sathyanand", 1, {DICTIONARY_SURNAME}, -1}, + {"Rumen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rizzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vannachomchanh", 1, {DICTIONARY_SURNAME}, -1}, + {"Herzberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyazato", 1, {DICTIONARY_SURNAME}, -1}, + {"Vij", 1, {DICTIONARY_SURNAME}, -1}, + {"Bappaditya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vandeurzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Balcar", 1, {DICTIONARY_SURNAME}, -1}, + {"Armitage", 1, {DICTIONARY_SURNAME}, -1}, + {"Fikret", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McMahen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ainārs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cardone", 1, {DICTIONARY_SURNAME}, -1}, + {"Grundy", 1, {DICTIONARY_SURNAME}, -1}, + {"Beygelzimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasiļonoks", 1, {DICTIONARY_SURNAME}, -1}, + {"Veldhuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Rockafellar", 1, {DICTIONARY_SURNAME}, -1}, + {"Álvaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jōichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLetchie", 1, {DICTIONARY_SURNAME}, -1}, + {"müller", 1, {DICTIONARY_CHAIN}, -1}, + {"Dostoyevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"McLish", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosse", 1, {DICTIONARY_SURNAME}, -1}, + {"Press", 1, {DICTIONARY_SURNAME}, -1}, + {"Nistor", 1, {DICTIONARY_SURNAME}, -1}, + {"Madeleine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bhaṭṭa", 1, {DICTIONARY_SURNAME}, -1}, + {"Emiliani", 1, {DICTIONARY_SURNAME}, -1}, + {"Quattrocchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Brooker", 1, {DICTIONARY_SURNAME}, -1}, + {"Busch", 1, {DICTIONARY_SURNAME}, -1}, + {"Markopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Benedictus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Di Basco", 1, {DICTIONARY_SURNAME}, -1}, + {"Arzu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heym", 1, {DICTIONARY_SURNAME}, -1}, + {"Enokida", 1, {DICTIONARY_SURNAME}, -1}, + {"Worcester", 1, {DICTIONARY_SURNAME}, -1}, + {"Man", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lederhendler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilzerian", 1, {DICTIONARY_SURNAME}, -1}, + {"Podhorodecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Meiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Utsiyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartwal", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Viollet", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlowan", 1, {DICTIONARY_SURNAME}, -1}, + {"Meena", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerlach", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Young-min", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sabatini", 1, {DICTIONARY_SURNAME}, -1}, + {"Waugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikari", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeytuntsyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahadır", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bamichas", 1, {DICTIONARY_SURNAME}, -1}, + {"Windt", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldemir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Amaziah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kirkaldy", 1, {DICTIONARY_SURNAME}, -1}, + {"Budnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Moises", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deal", 1, {DICTIONARY_SURNAME}, -1}, + {"Werkman", 1, {DICTIONARY_SURNAME}, -1}, + {"Boxall", 1, {DICTIONARY_SURNAME}, -1}, + {"Abnar", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaganov", 1, {DICTIONARY_SURNAME}, -1}, + {"Boann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lukin", 1, {DICTIONARY_SURNAME}, -1}, + {"Maines", 1, {DICTIONARY_SURNAME}, -1}, + {"Alize", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barnato", 1, {DICTIONARY_SURNAME}, -1}, + {"Raoul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCalliog", 1, {DICTIONARY_SURNAME}, -1}, + {"Pennison", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Ohira", 1, {DICTIONARY_SURNAME}, -1}, + {"McCalmon", 1, {DICTIONARY_SURNAME}, -1}, + {"Wooller", 1, {DICTIONARY_SURNAME}, -1}, + {"Shakambhari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gnathnad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cyndeyrn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Komlenović", 1, {DICTIONARY_SURNAME}, -1}, + {"Braga", 1, {DICTIONARY_SURNAME}, -1}, + {"Karlheinz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carmon", 1, {DICTIONARY_SURNAME}, -1}, + {"Marina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pullins", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleshire", 1, {DICTIONARY_SURNAME}, -1}, + {"Tchérina", 1, {DICTIONARY_SURNAME}, -1}, + {"Maivia", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikodim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zelikovitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Zosia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoon-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kartosuwiryo", 1, {DICTIONARY_SURNAME}, -1}, + {"Holliman", 1, {DICTIONARY_SURNAME}, -1}, + {"Izetbegović", 1, {DICTIONARY_SURNAME}, -1}, + {"Naceri", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Buys", 1, {DICTIONARY_SURNAME}, -1}, + {"Gould", 1, {DICTIONARY_SURNAME}, -1}, + {"Necla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sōgen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nigro", 1, {DICTIONARY_SURNAME}, -1}, + {"Eysenck", 1, {DICTIONARY_SURNAME}, -1}, + {"Paparesta", 1, {DICTIONARY_SURNAME}, -1}, + {"Aksenoks", 1, {DICTIONARY_SURNAME}, -1}, + {"Goleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikola", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chinami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sweeting", 1, {DICTIONARY_SURNAME}, -1}, + {"Bingman", 1, {DICTIONARY_SURNAME}, -1}, + {"Schavan", 1, {DICTIONARY_SURNAME}, -1}, + {"Montez", 1, {DICTIONARY_SURNAME}, -1}, + {"Pešaković", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Klebesadel", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agwoje", 1, {DICTIONARY_SURNAME}, -1}, + {"Zunser", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrdhubh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maunsell", 1, {DICTIONARY_SURNAME}, -1}, + {"Siddon", 1, {DICTIONARY_SURNAME}, -1}, + {"Czerwonka", 1, {DICTIONARY_SURNAME}, -1}, + {"Abigail", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruder", 1, {DICTIONARY_SURNAME}, -1}, + {"Durlacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulder", 1, {DICTIONARY_SURNAME}, -1}, + {"Crenshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Tumanyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hopper", 1, {DICTIONARY_SURNAME}, -1}, + {"Suzuoki", 1, {DICTIONARY_SURNAME}, -1}, + {"Joey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aronow", 1, {DICTIONARY_SURNAME}, -1}, + {"Postlethwaite", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Kauko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goyal", 1, {DICTIONARY_SURNAME}, -1}, + {"Vohra", 1, {DICTIONARY_SURNAME}, -1}, + {"Smithe", 1, {DICTIONARY_SURNAME}, -1}, + {"Littlewood", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdellen", 1, {DICTIONARY_SURNAME}, -1}, + {"Patiño", 1, {DICTIONARY_SURNAME}, -1}, + {"Alers", 1, {DICTIONARY_SURNAME}, -1}, + {"Jepkorir", 1, {DICTIONARY_SURNAME}, -1}, + {"albertson's", 1, {DICTIONARY_CHAIN}, 59}, + {"Corbeanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Neuner", 1, {DICTIONARY_SURNAME}, -1}, + {"Krohg", 1, {DICTIONARY_SURNAME}, -1}, + {"Abolfazl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seron", 1, {DICTIONARY_SURNAME}, -1}, + {"Aikhomu", 1, {DICTIONARY_SURNAME}, -1}, + {"Konietzka", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Bridgman", 1, {DICTIONARY_SURNAME}, -1}, + {"Acinapura", 1, {DICTIONARY_SURNAME}, -1}, + {"Kostović", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnost", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tsutsumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Chu", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeszenszky", 1, {DICTIONARY_SURNAME}, -1}, + {"Rapson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lobina", 1, {DICTIONARY_SURNAME}, -1}, + {"Apfel", 1, {DICTIONARY_SURNAME}, -1}, + {"Penix", 1, {DICTIONARY_SURNAME}, -1}, + {"Leamer", 1, {DICTIONARY_SURNAME}, -1}, + {"Chadi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teskey", 1, {DICTIONARY_SURNAME}, -1}, + {"Foner", 1, {DICTIONARY_SURNAME}, -1}, + {"McEntaggert", 1, {DICTIONARY_SURNAME}, -1}, + {"Hlinka", 1, {DICTIONARY_SURNAME}, -1}, + {"Radomir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grabuste", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivanschitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Niblock", 1, {DICTIONARY_SURNAME}, -1}, + {"Vysotskyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Helberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Locatelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Damaskinos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gökbakar", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabriëls", 1, {DICTIONARY_SURNAME}, -1}, + {"Komiyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Des", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"carrefour city", 1, {DICTIONARY_CHAIN}, -1}, + {"Karashima", 1, {DICTIONARY_SURNAME}, -1}, + {"Vering", 1, {DICTIONARY_SURNAME}, -1}, + {"Viriamu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vibha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tombs", 1, {DICTIONARY_SURNAME}, -1}, + {"Gertrude", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mattingly", 1, {DICTIONARY_SURNAME}, -1}, + {"Arvid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Philemon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vratuša", 1, {DICTIONARY_SURNAME}, -1}, + {"Kutty", 1, {DICTIONARY_SURNAME}, -1}, + {"Messer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Juan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dokić", 1, {DICTIONARY_SURNAME}, -1}, + {"Owsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkouwer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kornmann", 1, {DICTIONARY_SURNAME}, -1}, + {"auntie annes pretzels", 1, {DICTIONARY_CHAIN}, 67}, + {"Dragoslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Braafheid", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlhenny", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashraf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erol", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tomasović", 1, {DICTIONARY_SURNAME}, -1}, + {"Vainiola", 1, {DICTIONARY_SURNAME}, -1}, + {"Adsul", 1, {DICTIONARY_SURNAME}, -1}, + {"Vespasian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beaulieu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hefti", 1, {DICTIONARY_SURNAME}, -1}, + {"Giulia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaičulis", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmalstich", 1, {DICTIONARY_SURNAME}, -1}, + {"Korn", 1, {DICTIONARY_SURNAME}, -1}, + {"Veenstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobelsohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Labbay", 1, {DICTIONARY_SURNAME}, -1}, + {"Viali", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayon", 1, {DICTIONARY_SURNAME}, -1}, + {"Girardelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Citro", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cerami", 1, {DICTIONARY_SURNAME}, -1}, + {"Sudre", 1, {DICTIONARY_SURNAME}, -1}, + {"McCartan", 1, {DICTIONARY_SURNAME}, -1}, + {"Öncel", 1, {DICTIONARY_SURNAME}, -1}, + {"Agnomen", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmit", 1, {DICTIONARY_SURNAME}, -1}, + {"Foxxx", 1, {DICTIONARY_SURNAME}, -1}, + {"Krissy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cooke", 1, {DICTIONARY_SURNAME}, -1}, + {"Eliasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheider", 1, {DICTIONARY_SURNAME}, -1}, + {"potbelly sandwich works", 1, {DICTIONARY_CHAIN}, -1}, + {"Maytag", 1, {DICTIONARY_SURNAME}, -1}, + {"Verevka", 1, {DICTIONARY_SURNAME}, -1}, + {"Manik", 1, {DICTIONARY_SURNAME}, -1}, + {"Demetriou", 1, {DICTIONARY_SURNAME}, -1}, + {"Jahangir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gaidar", 1, {DICTIONARY_SURNAME}, -1}, + {"Vechiarella", 1, {DICTIONARY_SURNAME}, -1}, + {"De Backer", 1, {DICTIONARY_SURNAME}, -1}, + {"Stegmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Cann", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulkayumov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hetland", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Roderick", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanemune", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drayton", 1, {DICTIONARY_SURNAME}, -1}, + {"De Keyser", 1, {DICTIONARY_SURNAME}, -1}, + {"Özgen", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeannine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Faehrmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Shaw-Lefevre", 1, {DICTIONARY_SURNAME}, -1}, + {"Borthwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Chivers", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammes", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferro", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Paparrigopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Airton", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bezold", 1, {DICTIONARY_SURNAME}, -1}, + {"Marc", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Colomba", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalson", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gaever", 1, {DICTIONARY_SURNAME}, -1}, + {"Grottger", 1, {DICTIONARY_SURNAME}, -1}, + {"Schulte", 1, {DICTIONARY_SURNAME}, -1}, + {"Brissie", 1, {DICTIONARY_SURNAME}, -1}, + {"Lafortune", 1, {DICTIONARY_SURNAME}, -1}, + {"Pidgeon", 1, {DICTIONARY_SURNAME}, -1}, + {"Caragiale", 1, {DICTIONARY_SURNAME}, -1}, + {"Gundry", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharples", 1, {DICTIONARY_SURNAME}, -1}, + {"Havens", 1, {DICTIONARY_SURNAME}, -1}, + {"Alessandri", 1, {DICTIONARY_SURNAME}, -1}, + {"Hird", 1, {DICTIONARY_SURNAME}, -1}, + {"kfc", 1, {DICTIONARY_CHAIN}, -1}, + {"Sarama", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wiegold", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasuji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Labonte", 1, {DICTIONARY_SURNAME}, -1}, + {"Silvani", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavagna", 1, {DICTIONARY_SURNAME}, -1}, + {"Corcilius", 1, {DICTIONARY_SURNAME}, -1}, + {"Adar", 1, {DICTIONARY_SURNAME}, -1}, + {"Sundar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Treitschke", 1, {DICTIONARY_SURNAME}, -1}, + {"Kälin", 1, {DICTIONARY_SURNAME}, -1}, + {"Winterbottom", 1, {DICTIONARY_SURNAME}, -1}, + {"Aggeloudis", 1, {DICTIONARY_SURNAME}, -1}, + {"Babbar clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Eikichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teodosije", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vernola", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramesses", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Escaleras", 1, {DICTIONARY_SURNAME}, -1}, + {"Misato", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Damrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Nizhinskiy", 1, {DICTIONARY_SURNAME}, -1}, + {"Bongiovanni", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonde", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenő", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"e-leclerc", 1, {DICTIONARY_CHAIN}, 131}, + {"Krishnamurti", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brøgger", 1, {DICTIONARY_SURNAME}, -1}, + {"Backus", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilchrist", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellmuth", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vošahlík", 1, {DICTIONARY_SURNAME}, -1}, + {"Matteuzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Strousberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Begas", 1, {DICTIONARY_SURNAME}, -1}, + {"Augustina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sallman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwala", 1, {DICTIONARY_SURNAME}, -1}, + {"Hangl", 1, {DICTIONARY_SURNAME}, -1}, + {"Bačko", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramenkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Biliński", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaisdell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kićanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonneau", 1, {DICTIONARY_SURNAME}, -1}, + {"Delia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bechdolt", 1, {DICTIONARY_SURNAME}, -1}, + {"Aibara", 1, {DICTIONARY_SURNAME}, -1}, + {"Menello", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijaykar", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanfuentes", 1, {DICTIONARY_SURNAME}, -1}, + {"Chukwunyelu", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwarczenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Stillman", 1, {DICTIONARY_SURNAME}, -1}, + {"Veneracion", 1, {DICTIONARY_SURNAME}, -1}, + {"Abicair", 1, {DICTIONARY_SURNAME}, -1}, + {"Ten Doesschate", 1, {DICTIONARY_SURNAME}, -1}, + {"Carnesalini", 1, {DICTIONARY_SURNAME}, -1}, + {"Naziha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ekels", 1, {DICTIONARY_SURNAME}, -1}, + {"Absaidov", 1, {DICTIONARY_SURNAME}, -1}, + {"Treweek", 1, {DICTIONARY_SURNAME}, -1}, + {"Connick", 1, {DICTIONARY_SURNAME}, -1}, + {"Bereket", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"De Gas", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryumyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vidali", 1, {DICTIONARY_SURNAME}, -1}, + {"Desiree", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Snedden", 1, {DICTIONARY_SURNAME}, -1}, + {"Mansergh", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosselson", 1, {DICTIONARY_SURNAME}, -1}, + {"Abduldaim", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivers", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogunkoya", 1, {DICTIONARY_SURNAME}, -1}, + {"Otterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Holte", 1, {DICTIONARY_SURNAME}, -1}, + {"Trengove", 1, {DICTIONARY_SURNAME}, -1}, + {"Morimasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lucar", 1, {DICTIONARY_SURNAME}, -1}, + {"La Harpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjoerd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Langrishe", 1, {DICTIONARY_SURNAME}, -1}, + {"Luxenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Seger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanefi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fishman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lewis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brajić", 1, {DICTIONARY_SURNAME}, -1}, + {"Sullinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Dirgėla", 1, {DICTIONARY_SURNAME}, -1}, + {"Ima", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Votter", 1, {DICTIONARY_SURNAME}, -1}, + {"Richert", 1, {DICTIONARY_SURNAME}, -1}, + {"Fullilove", 1, {DICTIONARY_SURNAME}, -1}, + {"Gérald", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zubov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sannikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Heep", 1, {DICTIONARY_SURNAME}, -1}, + {"Beryl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hirano", 1, {DICTIONARY_SURNAME}, -1}, + {"Alena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunanaga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balsys", 1, {DICTIONARY_SURNAME}, -1}, + {"Alanne", 1, {DICTIONARY_SURNAME}, -1}, + {"Rotzsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mi-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vilane", 1, {DICTIONARY_SURNAME}, -1}, + {"Duckworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Sass", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajodhia", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobociński", 1, {DICTIONARY_SURNAME}, -1}, + {"Faheem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fumitoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shchedrin", 1, {DICTIONARY_SURNAME}, -1}, + {"McJunkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovellette", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaclík", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacquet", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cernat", 1, {DICTIONARY_SURNAME}, -1}, + {"Fellini", 1, {DICTIONARY_SURNAME}, -1}, + {"Notovitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Lummis", 1, {DICTIONARY_SURNAME}, -1}, + {"Giamatti", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamaguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Chalabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Marović", 1, {DICTIONARY_SURNAME}, -1}, + {"MacEwen", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagasone", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovalenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Corrente", 1, {DICTIONARY_SURNAME}, -1}, + {"Wangui", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Donn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vazhenina", 1, {DICTIONARY_SURNAME}, -1}, + {"chowking", 1, {DICTIONARY_CHAIN}, -1}, + {"Palmstruch", 1, {DICTIONARY_SURNAME}, -1}, + {"Gollan", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Berg", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carlos Alberto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kagame", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogilvie", 1, {DICTIONARY_SURNAME}, -1}, + {"Madani", 1, {DICTIONARY_SURNAME}, -1}, + {"Sartorio", 1, {DICTIONARY_SURNAME}, -1}, + {"Porntip", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shepherd", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nayef", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akano", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"banco itau", 1, {DICTIONARY_CHAIN}, 69}, + {"Lian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pavlovcak", 1, {DICTIONARY_SURNAME}, -1}, + {"Bideau", 1, {DICTIONARY_SURNAME}, -1}, + {"Attipoé", 1, {DICTIONARY_SURNAME}, -1}, + {"Hockings", 1, {DICTIONARY_SURNAME}, -1}, + {"Semmler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kondogbia", 1, {DICTIONARY_SURNAME}, -1}, + {"Wohlers", 1, {DICTIONARY_SURNAME}, -1}, + {"Villaveces", 1, {DICTIONARY_SURNAME}, -1}, + {"Valencic", 1, {DICTIONARY_SURNAME}, -1}, + {"Bekrić", 1, {DICTIONARY_SURNAME}, -1}, + {"Susumu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jeremiah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Claassen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaudry", 1, {DICTIONARY_SURNAME}, -1}, + {"Postan", 1, {DICTIONARY_SURNAME}, -1}, + {"Visalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Mejstříková", 1, {DICTIONARY_SURNAME}, -1}, + {"Ladipo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Takayasu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bishopp", 1, {DICTIONARY_SURNAME}, -1}, + {"Burchell", 1, {DICTIONARY_SURNAME}, -1}, + {"Addelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ransohoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Eenoo", 1, {DICTIONARY_SURNAME}, -1}, + {"Davalillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Adoum", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Coulson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McCrea", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjoukoua", 1, {DICTIONARY_SURNAME}, -1}, + {"Haviv", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bieniek", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodhmall", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keene", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonneval", 1, {DICTIONARY_SURNAME}, -1}, + {"Lethbridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Bijl", 1, {DICTIONARY_SURNAME}, -1}, + {"Pederson", 1, {DICTIONARY_SURNAME}, -1}, + {"Close", 1, {DICTIONARY_SURNAME}, -1}, + {"Afandiyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoffmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Akın", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Krajišnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Deguire", 1, {DICTIONARY_SURNAME}, -1}, + {"Alefantos", 1, {DICTIONARY_SURNAME}, -1}, + {"Crescas", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziegelbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Campobello", 1, {DICTIONARY_SURNAME}, -1}, + {"Knežević", 1, {DICTIONARY_SURNAME}, -1}, + {"Xenia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tiye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peyron", 1, {DICTIONARY_SURNAME}, -1}, + {"Köstler", 1, {DICTIONARY_SURNAME}, -1}, + {"Gritten", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilevski", 1, {DICTIONARY_SURNAME}, -1}, + {"jollibee", 1, {DICTIONARY_CHAIN}, -1}, + {"Rico", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eichelbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Mannah", 1, {DICTIONARY_SURNAME}, -1}, + {"Jūzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schmickler", 1, {DICTIONARY_SURNAME}, -1}, + {"Uğurlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwatkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Carden", 1, {DICTIONARY_SURNAME}, -1}, + {"Bardela", 1, {DICTIONARY_SURNAME}, -1}, + {"Messerschmidt", 1, {DICTIONARY_SURNAME}, -1}, + {"Lvovich", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hönigberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahill", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Verginis", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadi", 1, {DICTIONARY_SURNAME}, -1}, + {"dennys", 1, {DICTIONARY_CHAIN}, 124}, + {"Sheyko", 1, {DICTIONARY_SURNAME}, -1}, + {"Qvortrup", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurasik", 1, {DICTIONARY_SURNAME}, -1}, + {"Kilger", 1, {DICTIONARY_SURNAME}, -1}, + {"Veggio", 1, {DICTIONARY_SURNAME}, -1}, + {"Zamoyska", 1, {DICTIONARY_SURNAME}, -1}, + {"Šarcevic", 1, {DICTIONARY_SURNAME}, -1}, + {"Steyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Islas", 1, {DICTIONARY_SURNAME}, -1}, + {"Zvejnieks", 1, {DICTIONARY_SURNAME}, -1}, + {"Iio", 1, {DICTIONARY_SURNAME}, -1}, + {"Derfel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waliullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Szymanowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Traversoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiercioch", 1, {DICTIONARY_SURNAME}, -1}, + {"Staiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Speier", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukinari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akamatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Fortune", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Derviş", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Šalát", 1, {DICTIONARY_SURNAME}, -1}, + {"Neklan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goldwasser", 1, {DICTIONARY_SURNAME}, -1}, + {"Arbab", 1, {DICTIONARY_SURNAME}, -1}, + {"Kot", 1, {DICTIONARY_SURNAME}, -1}, + {"Togan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kendra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Olukoju", 1, {DICTIONARY_SURNAME}, -1}, + {"Codde", 1, {DICTIONARY_SURNAME}, -1}, + {"Bentzon", 1, {DICTIONARY_SURNAME}, -1}, + {"Pedduri", 1, {DICTIONARY_SURNAME}, -1}, + {"Bradfisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Conheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Aitmatova", 1, {DICTIONARY_SURNAME}, -1}, + {"Kriek", 1, {DICTIONARY_SURNAME}, -1}, + {"McCreet", 1, {DICTIONARY_SURNAME}, -1}, + {"Pakalniškis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirshberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Pepys", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikuru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vagnini", 1, {DICTIONARY_SURNAME}, -1}, + {"Hooft", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurray", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kolashnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Himsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Praagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Mers", 1, {DICTIONARY_SURNAME}, -1}, + {"Miličević", 1, {DICTIONARY_SURNAME}, -1}, + {"Gherardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Stacy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Camusso", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Den Eeckhout", 1, {DICTIONARY_SURNAME}, -1}, + {"Æthelstan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Devereaux", 1, {DICTIONARY_SURNAME}, -1}, + {"citi banks", 1, {DICTIONARY_CHAIN}, 107}, + {"Burress", 1, {DICTIONARY_SURNAME}, -1}, + {"Gildersleeve", 1, {DICTIONARY_SURNAME}, -1}, + {"Drache", 1, {DICTIONARY_SURNAME}, -1}, + {"Kouassi", 1, {DICTIONARY_SURNAME}, -1}, + {"Stathakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Weaver", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattioni", 1, {DICTIONARY_SURNAME}, -1}, + {"days inns", 1, {DICTIONARY_CHAIN}, 121}, + {"Borovský", 1, {DICTIONARY_SURNAME}, -1}, + {"Azócar", 1, {DICTIONARY_SURNAME}, -1}, + {"Masachika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hirtz", 1, {DICTIONARY_SURNAME}, -1}, + {"in 'n out burgers", 1, {DICTIONARY_CHAIN}, 158}, + {"Sutter", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassiliou", 1, {DICTIONARY_SURNAME}, -1}, + {"Jefferies", 1, {DICTIONARY_SURNAME}, -1}, + {"Aamodt", 1, {DICTIONARY_SURNAME}, -1}, + {"Agneya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Samaraweera", 1, {DICTIONARY_SURNAME}, -1}, + {"Spoonhour", 1, {DICTIONARY_SURNAME}, -1}, + {"Lightner", 1, {DICTIONARY_SURNAME}, -1}, + {"Walras", 1, {DICTIONARY_SURNAME}, -1}, + {"Madison", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Motonobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zaidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Altenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Adriana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Castagnetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Jezdić", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiburcio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Väth", 1, {DICTIONARY_SURNAME}, -1}, + {"Vokey", 1, {DICTIONARY_SURNAME}, -1}, + {"Krafft", 1, {DICTIONARY_SURNAME}, -1}, + {"Dachs", 1, {DICTIONARY_SURNAME}, -1}, + {"Schildt", 1, {DICTIONARY_SURNAME}, -1}, + {"Baugé", 1, {DICTIONARY_SURNAME}, -1}, + {"Dossi", 1, {DICTIONARY_SURNAME}, -1}, + {"Brugmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Santillán", 1, {DICTIONARY_SURNAME}, -1}, + {"Voynarovskyy", 1, {DICTIONARY_SURNAME}, -1}, + {"Duchesnay", 1, {DICTIONARY_SURNAME}, -1}, + {"Lígach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fries", 1, {DICTIONARY_SURNAME}, -1}, + {"Eugênio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alving", 1, {DICTIONARY_SURNAME}, -1}, + {"Faiers", 1, {DICTIONARY_SURNAME}, -1}, + {"Dirksen", 1, {DICTIONARY_SURNAME}, -1}, + {"Helvin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lusiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Miroslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hjortsberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallyon", 1, {DICTIONARY_SURNAME}, -1}, + {"Imoke", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Bas", 1, {DICTIONARY_SURNAME}, -1}, + {"Gottfried", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"oxfam", 1, {DICTIONARY_CHAIN}, -1}, + {"Chabod", 1, {DICTIONARY_SURNAME}, -1}, + {"Theorin", 1, {DICTIONARY_SURNAME}, -1}, + {"Routhier", 1, {DICTIONARY_SURNAME}, -1}, + {"Μαγουλάς", 1, {DICTIONARY_SURNAME}, -1}, + {"Bol", 1, {DICTIONARY_SURNAME}, -1}, + {"Datt", 1, {DICTIONARY_SURNAME}, -1}, + {"Conzelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaminda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"petrocanada", 1, {DICTIONARY_CHAIN}, 203}, + {"Akito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thambiah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ilg", 1, {DICTIONARY_SURNAME}, -1}, + {"Escoffier", 1, {DICTIONARY_SURNAME}, -1}, + {"Heffter", 1, {DICTIONARY_SURNAME}, -1}, + {"Shafer", 1, {DICTIONARY_SURNAME}, -1}, + {"Falabella", 1, {DICTIONARY_SURNAME}, -1}, + {"Jones Parry", 1, {DICTIONARY_SURNAME}, -1}, + {"McNeeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Shunpei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andriuškevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruelas", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyant", 1, {DICTIONARY_SURNAME}, -1}, + {"Shawndeen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nweke", 1, {DICTIONARY_SURNAME}, -1}, + {"Vervroegen", 1, {DICTIONARY_SURNAME}, -1}, + {"Šimunić", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Joseph", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vinnikova", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukašinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Burachek", 1, {DICTIONARY_SURNAME}, -1}, + {"Eva", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vornholt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kutsi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van den Boogaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Karwowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Scognamiglio", 1, {DICTIONARY_SURNAME}, -1}, + {"Medved", 1, {DICTIONARY_SURNAME}, -1}, + {"Baştürk", 1, {DICTIONARY_SURNAME}, -1}, + {"Pursell", 1, {DICTIONARY_SURNAME}, -1}, + {"Avramov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Kahn", 1, {DICTIONARY_SURNAME}, -1}, + {"Babač", 1, {DICTIONARY_SURNAME}, -1}, + {"الخوارزمي", 1, {DICTIONARY_SURNAME}, -1}, + {"Sang-jun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cethlenn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rial", 1, {DICTIONARY_SURNAME}, -1}, + {"Cerrato", 1, {DICTIONARY_SURNAME}, -1}, + {"Gramatges", 1, {DICTIONARY_SURNAME}, -1}, + {"Oliphant", 1, {DICTIONARY_SURNAME}, -1}, + {"McAvan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayrancı", 1, {DICTIONARY_SURNAME}, -1}, + {"Vebber", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiprop", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayzlett", 1, {DICTIONARY_SURNAME}, -1}, + {"Beatson", 1, {DICTIONARY_SURNAME}, -1}, + {"Schilling", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oroz", 1, {DICTIONARY_SURNAME}, -1}, + {"Rorty", 1, {DICTIONARY_SURNAME}, -1}, + {"Palasciano", 1, {DICTIONARY_SURNAME}, -1}, + {"Naoaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weseham", 1, {DICTIONARY_SURNAME}, -1}, + {"Akassou", 1, {DICTIONARY_SURNAME}, -1}, + {"Mabey", 1, {DICTIONARY_SURNAME}, -1}, + {"McGinlay", 1, {DICTIONARY_SURNAME}, -1}, + {"Jemison", 1, {DICTIONARY_SURNAME}, -1}, + {"Komazec", 1, {DICTIONARY_SURNAME}, -1}, + {"Vande Berg", 1, {DICTIONARY_SURNAME}, -1}, + {"Coren", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilkes", 1, {DICTIONARY_SURNAME}, -1}, + {"Timmonds", 1, {DICTIONARY_SURNAME}, -1}, + {"Issiaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stew", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tupou", 1, {DICTIONARY_SURNAME}, -1}, + {"Nasya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Neyman", 1, {DICTIONARY_SURNAME}, -1}, + {"Breen", 1, {DICTIONARY_SURNAME}, -1}, + {"Virezoub", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsumori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bailey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ellands", 1, {DICTIONARY_SURNAME}, -1}, + {"Matthewson", 1, {DICTIONARY_SURNAME}, -1}, + {"Schantz", 1, {DICTIONARY_SURNAME}, -1}, + {"Monteverdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenleaf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ackeström", 1, {DICTIONARY_SURNAME}, -1}, + {"Adanhoume", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacoby", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aburish", 1, {DICTIONARY_SURNAME}, -1}, + {"Fistarol", 1, {DICTIONARY_SURNAME}, -1}, + {"Garimella", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadatomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vinzon", 1, {DICTIONARY_SURNAME}, -1}, + {"Maciejewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Pop", 1, {DICTIONARY_SURNAME}, -1}, + {"Fairborne", 1, {DICTIONARY_SURNAME}, -1}, + {"Pumm", 1, {DICTIONARY_SURNAME}, -1}, + {"Frijda", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurung", 1, {DICTIONARY_SURNAME}, -1}, + {"Schädler", 1, {DICTIONARY_SURNAME}, -1}, + {"Humphreys", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Rompuy", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ružena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valéry", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gertner", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Aakvaag", 1, {DICTIONARY_SURNAME}, -1}, + {"Macqueen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerckring", 1, {DICTIONARY_SURNAME}, -1}, + {"Mowbray", 1, {DICTIONARY_SURNAME}, -1}, + {"Zandberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Morikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Seabrook", 1, {DICTIONARY_SURNAME}, -1}, + {"Blankemeijer", 1, {DICTIONARY_SURNAME}, -1}, + {"Champlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorkšs", 1, {DICTIONARY_SURNAME}, -1}, + {"Saito", 1, {DICTIONARY_SURNAME}, -1}, + {"Justin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Franken", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingeborg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Korol", 1, {DICTIONARY_SURNAME}, -1}, + {"Vemasani", 1, {DICTIONARY_SURNAME}, -1}, + {"Yuliy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Giral", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahner", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhkilgov", 1, {DICTIONARY_SURNAME}, -1}, + {"Franciszka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Meegeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Pierdavide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bradstreet", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakamisugi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lewysohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaplow", 1, {DICTIONARY_SURNAME}, -1}, + {"Beyens", 1, {DICTIONARY_SURNAME}, -1}, + {"Floud", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselovský", 1, {DICTIONARY_SURNAME}, -1}, + {"Brahmani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCashney", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaussegros de Léry", 1, {DICTIONARY_SURNAME}, -1}, + {"Finney", 1, {DICTIONARY_SURNAME}, -1}, + {"Väinö", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lancelyn Green", 1, {DICTIONARY_SURNAME}, -1}, + {"Hee-sun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ania", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liselotte", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Short Bull", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaarina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hanen", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrum", 1, {DICTIONARY_SURNAME}, -1}, + {"Synnot", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarzombek", 1, {DICTIONARY_SURNAME}, -1}, + {"Minko", 1, {DICTIONARY_SURNAME}, -1}, + {"Krog", 1, {DICTIONARY_SURNAME}, -1}, + {"Schonell", 1, {DICTIONARY_SURNAME}, -1}, + {"Barsacq", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhuvaneshvari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valantinas", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassil", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Debra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oleg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jean-Philippe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Namjoo", 1, {DICTIONARY_SURNAME}, -1}, + {"Voskes", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawk", 1, {DICTIONARY_SURNAME}, -1}, + {"McNee", 1, {DICTIONARY_SURNAME}, -1}, + {"Liszt", 1, {DICTIONARY_SURNAME}, -1}, + {"pnb", 1, {DICTIONARY_CHAIN}, -1}, + {"Eisenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Haug", 1, {DICTIONARY_SURNAME}, -1}, + {"Muneshige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sary", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kivimägi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vertinskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Cartwright", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Heuverswyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Barsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Misch", 1, {DICTIONARY_SURNAME}, -1}, + {"Wührer", 1, {DICTIONARY_SURNAME}, -1}, + {"Degas", 1, {DICTIONARY_SURNAME}, -1}, + {"Emeagwali", 1, {DICTIONARY_SURNAME}, -1}, + {"Chesbro", 1, {DICTIONARY_SURNAME}, -1}, + {"morrison's", 1, {DICTIONARY_CHAIN}, 185}, + {"Cieślik", 1, {DICTIONARY_SURNAME}, -1}, + {"Fricis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Soga", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoyan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nadar", 1, {DICTIONARY_SURNAME}, -1}, + {"Szabó", 1, {DICTIONARY_SURNAME}, -1}, + {"Richeson", 1, {DICTIONARY_SURNAME}, -1}, + {"Themen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fendall", 1, {DICTIONARY_SURNAME}, -1}, + {"Babiuch", 1, {DICTIONARY_SURNAME}, -1}, + {"Vevatne", 1, {DICTIONARY_SURNAME}, -1}, + {"Lanyon", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Nevel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steinhäusser", 1, {DICTIONARY_SURNAME}, -1}, + {"Macha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vestberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abugattás", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheung", 1, {DICTIONARY_SURNAME}, -1}, + {"Cooling", 1, {DICTIONARY_SURNAME}, -1}, + {"Outi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ibertsberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Riveros", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaverin", 1, {DICTIONARY_SURNAME}, -1}, + {"Twyman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wettlaufer", 1, {DICTIONARY_SURNAME}, -1}, + {"Do-hun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gonthier", 1, {DICTIONARY_SURNAME}, -1}, + {"Iurie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vekić", 1, {DICTIONARY_SURNAME}, -1}, + {"Nasr", 1, {DICTIONARY_SURNAME}, -1}, + {"Mạc", 1, {DICTIONARY_SURNAME}, -1}, + {"Mbala", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsvi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bea", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gundlach", 1, {DICTIONARY_SURNAME}, -1}, + {"Krutikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Darron", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tudur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ogletree", 1, {DICTIONARY_SURNAME}, -1}, + {"Trahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sasaenia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lear", 1, {DICTIONARY_SURNAME}, -1}, + {"Miah", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghiberti", 1, {DICTIONARY_SURNAME}, -1}, + {"Magdalena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dedekam", 1, {DICTIONARY_SURNAME}, -1}, + {"Palotás", 1, {DICTIONARY_SURNAME}, -1}, + {"Omar Khan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ignatz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dembitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Numminen", 1, {DICTIONARY_SURNAME}, -1}, + {"Luther", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Saffet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corgan", 1, {DICTIONARY_SURNAME}, -1}, + {"Myrna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McQuoid", 1, {DICTIONARY_SURNAME}, -1}, + {"Viacorka", 1, {DICTIONARY_SURNAME}, -1}, + {"Morikubo", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Velthooven", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilovaysky", 1, {DICTIONARY_SURNAME}, -1}, + {"Moffat", 1, {DICTIONARY_SURNAME}, -1}, + {"Yudenich", 1, {DICTIONARY_SURNAME}, -1}, + {"crédit mutuel de bretagne", 1, {DICTIONARY_CHAIN}, -1}, + {"Maggio", 1, {DICTIONARY_SURNAME}, -1}, + {"Sassetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Keselowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kidokoro", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ragnarsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Verduyn", 1, {DICTIONARY_SURNAME}, -1}, + {"László", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Klejnowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Lins", 1, {DICTIONARY_SURNAME}, -1}, + {"Toyomatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mularczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajumogobia", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Hakim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Raue", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Oystaeyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Flohe", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheufele", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyawaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasgur", 1, {DICTIONARY_SURNAME}, -1}, + {"Buijs", 1, {DICTIONARY_SURNAME}, -1}, + {"Papp", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitoux", 1, {DICTIONARY_SURNAME}, -1}, + {"Frutos", 1, {DICTIONARY_SURNAME}, -1}, + {"McRoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Bastianini", 1, {DICTIONARY_SURNAME}, -1}, + {"Heijenbrock", 1, {DICTIONARY_SURNAME}, -1}, + {"Heyns", 1, {DICTIONARY_SURNAME}, -1}, + {"Radmila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Equi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-hwan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fischhof", 1, {DICTIONARY_SURNAME}, -1}, + {"Valdiviezo", 1, {DICTIONARY_SURNAME}, -1}, + {"Pozzoni", 1, {DICTIONARY_SURNAME}, -1}, + {"gulf", 1, {DICTIONARY_CHAIN}, -1}, + {"Neha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waleed", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"otp bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Iñaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grabien", 1, {DICTIONARY_SURNAME}, -1}, + {"Pfisterer", 1, {DICTIONARY_SURNAME}, -1}, + {"Frankenheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Büchner", 1, {DICTIONARY_SURNAME}, -1}, + {"Trish", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdul Qayyum", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Birken", 1, {DICTIONARY_SURNAME}, -1}, + {"Breusch", 1, {DICTIONARY_SURNAME}, -1}, + {"Tigranyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Götz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Deichtine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schurz", 1, {DICTIONARY_SURNAME}, -1}, + {"Warner", 1, {DICTIONARY_SURNAME}, -1}, + {"Artsruni", 1, {DICTIONARY_SURNAME}, -1}, + {"Klaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Leckey", 1, {DICTIONARY_SURNAME}, -1}, + {"Belotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Flockhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Čeplak", 1, {DICTIONARY_SURNAME}, -1}, + {"Tauchen", 1, {DICTIONARY_SURNAME}, -1}, + {"Arno", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Awojobi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cairns", 1, {DICTIONARY_SURNAME}, -1}, + {"Kobal", 1, {DICTIONARY_SURNAME}, -1}, + {"Seon-ok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"van Leeuwenhoek", 1, {DICTIONARY_SURNAME}, -1}, + {"Studdard", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandem", 1, {DICTIONARY_SURNAME}, -1}, + {"Francillon", 1, {DICTIONARY_SURNAME}, -1}, + {"Freese", 1, {DICTIONARY_SURNAME}, -1}, + {"Zsupánek", 1, {DICTIONARY_SURNAME}, -1}, + {"Meinke", 1, {DICTIONARY_SURNAME}, -1}, + {"Schörghuber", 1, {DICTIONARY_SURNAME}, -1}, + {"Bučič", 1, {DICTIONARY_SURNAME}, -1}, + {"Tismăneanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kathie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nazif", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yazid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abstreiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Rafter", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Waked", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrajaprana", 1, {DICTIONARY_SURNAME}, -1}, + {"Lana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ichabod", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gerow", 1, {DICTIONARY_SURNAME}, -1}, + {"Dumitrescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Abecassis", 1, {DICTIONARY_SURNAME}, -1}, + {"Earl", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schiff", 1, {DICTIONARY_SURNAME}, -1}, + {"Gushiken", 1, {DICTIONARY_SURNAME}, -1}, + {"McAlarney", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipke", 1, {DICTIONARY_SURNAME}, -1}, + {"Oreck", 1, {DICTIONARY_SURNAME}, -1}, + {"Nurlan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Genevieve", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nallet", 1, {DICTIONARY_SURNAME}, -1}, + {"Aimi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lăcustă", 1, {DICTIONARY_SURNAME}, -1}, + {"bestbuys", 1, {DICTIONARY_CHAIN}, 79}, + {"Stefi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trubar", 1, {DICTIONARY_SURNAME}, -1}, + {"Roelandts", 1, {DICTIONARY_SURNAME}, -1}, + {"Brind", 1, {DICTIONARY_SURNAME}, -1}, + {"Varakas", 1, {DICTIONARY_SURNAME}, -1}, + {"Lejsek", 1, {DICTIONARY_SURNAME}, -1}, + {"Baryatinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Andris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adorni", 1, {DICTIONARY_SURNAME}, -1}, + {"Priddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Bethmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ewine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aladzhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Matusiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Takayuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sparry", 1, {DICTIONARY_SURNAME}, -1}, + {"Govaars", 1, {DICTIONARY_SURNAME}, -1}, + {"Omari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hagedorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Zwerling", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Yordanka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schlumpf", 1, {DICTIONARY_SURNAME}, -1}, + {"Osland", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Weenen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlassis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Al-Zaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Sun-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pottinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Holleran", 1, {DICTIONARY_SURNAME}, -1}, + {"Finazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Salvesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ah Mau", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinzents", 1, {DICTIONARY_SURNAME}, -1}, + {"Toole", 1, {DICTIONARY_SURNAME}, -1}, + {"Larousse", 1, {DICTIONARY_SURNAME}, -1}, + {"Ironside", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruane", 1, {DICTIONARY_SURNAME}, -1}, + {"Fairweather", 1, {DICTIONARY_SURNAME}, -1}, + {"Quartigiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Mojtaba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kotla", 1, {DICTIONARY_SURNAME}, -1}, + {"Chardin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilyinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaccarino", 1, {DICTIONARY_SURNAME}, -1}, + {"Munif", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barot", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adsetts", 1, {DICTIONARY_SURNAME}, -1}, + {"Jason", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Papanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohlmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermette", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanakubo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Camyré", 1, {DICTIONARY_SURNAME}, -1}, + {"Shripad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vedder", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurtar", 1, {DICTIONARY_SURNAME}, -1}, + {"Naudet", 1, {DICTIONARY_SURNAME}, -1}, + {"Puustinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlbäck", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheeldon", 1, {DICTIONARY_SURNAME}, -1}, + {"Daundy", 1, {DICTIONARY_SURNAME}, -1}, + {"McNorton", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikidál", 1, {DICTIONARY_SURNAME}, -1}, + {"Teschke", 1, {DICTIONARY_SURNAME}, -1}, + {"Solti", 1, {DICTIONARY_SURNAME}, -1}, + {"Sturges", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunner", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Jun-seo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Munenori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jonouchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Katori", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucien", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wasim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vinício", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemp", 1, {DICTIONARY_SURNAME}, -1}, + {"Svyatopolk-Mirsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Kikunosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGwire", 1, {DICTIONARY_SURNAME}, -1}, + {"Foumani", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Frutschi", 1, {DICTIONARY_SURNAME}, -1}, + {"Todorović", 1, {DICTIONARY_SURNAME}, -1}, + {"Aregawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Charbonneau", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumé", 1, {DICTIONARY_SURNAME}, -1}, + {"Otis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wodehouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Fidelma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zunic", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasavi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Churton", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavarretta", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Janet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poļina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brower", 1, {DICTIONARY_SURNAME}, -1}, + {"h-e-b gas", 1, {DICTIONARY_CHAIN}, -1}, + {"Merwin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valikayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Grandison", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Spellman", 1, {DICTIONARY_SURNAME}, -1}, + {"Essen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ten Boom", 1, {DICTIONARY_SURNAME}, -1}, + {"Hibbard", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhic Alastruim", 1, {DICTIONARY_SURNAME}, -1}, + {"Agget", 1, {DICTIONARY_SURNAME}, -1}, + {"Katchadourian", 1, {DICTIONARY_SURNAME}, -1}, + {"Ismat ad-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gurung people", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahid-Dastjerdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Saft", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirschbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Koehne", 1, {DICTIONARY_SURNAME}, -1}, + {"Betty Lou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aminev", 1, {DICTIONARY_SURNAME}, -1}, + {"Aulis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Renesmee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Biffi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurčo", 1, {DICTIONARY_SURNAME}, -1}, + {"Wild", 1, {DICTIONARY_SURNAME}, -1}, + {"Furlong", 1, {DICTIONARY_SURNAME}, -1}, + {"Kozintsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Emiri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rentmeester", 1, {DICTIONARY_SURNAME}, -1}, + {"Weatherspoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Suketoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pia", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ó Cianáin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rakuita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Şahin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ferraro", 1, {DICTIONARY_SURNAME}, -1}, + {"Feinberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Flacco", 1, {DICTIONARY_SURNAME}, -1}, + {"Villacañas", 1, {DICTIONARY_SURNAME}, -1}, + {"Akerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Huxley", 1, {DICTIONARY_SURNAME}, -1}, + {"Wanly", 1, {DICTIONARY_SURNAME}, -1}, + {"Pellizotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Matin", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-hwan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wakefield", 1, {DICTIONARY_SURNAME}, -1}, + {"Ùisdean", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGeeney", 1, {DICTIONARY_SURNAME}, -1}, + {"Borowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuramoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Valetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Gambirasio", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdallat", 1, {DICTIONARY_SURNAME}, -1}, + {"Bednařík", 1, {DICTIONARY_SURNAME}, -1}, + {"Akonay", 1, {DICTIONARY_SURNAME}, -1}, + {"Augsberger", 1, {DICTIONARY_SURNAME}, -1}, + {"McGeer", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Hoek", 1, {DICTIONARY_SURNAME}, -1}, + {"Berman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erbil", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McClellan", 1, {DICTIONARY_SURNAME}, -1}, + {"Diedtrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Alistair", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lola", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frøysnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlstrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Juraj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ainlay", 1, {DICTIONARY_SURNAME}, -1}, + {"Garvin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Awiżeń", 1, {DICTIONARY_SURNAME}, -1}, + {"Tolgay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bakkal", 1, {DICTIONARY_SURNAME}, -1}, + {"Scanzoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazzaroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Ampatuan", 1, {DICTIONARY_SURNAME}, -1}, + {"Merriman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemuel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mario", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"popeye's chicken and biscuits", 1, {DICTIONARY_CHAIN}, 212}, + {"Carswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kornblum", 1, {DICTIONARY_SURNAME}, -1}, + {"Parveen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weeks", 1, {DICTIONARY_SURNAME}, -1}, + {"Johner", 1, {DICTIONARY_SURNAME}, -1}, + {"Angwin", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantele", 1, {DICTIONARY_SURNAME}, -1}, + {"Rahmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Namazov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenormand", 1, {DICTIONARY_SURNAME}, -1}, + {"Visenzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Polák", 1, {DICTIONARY_SURNAME}, -1}, + {"Maynard Smith", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Günther", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fritiof", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Torelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Eichler", 1, {DICTIONARY_SURNAME}, -1}, + {"Clostermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ressler", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnettgoecke", 1, {DICTIONARY_SURNAME}, -1}, + {"Melucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Fusanosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alekos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aguayo", 1, {DICTIONARY_SURNAME}, -1}, + {"Voyemant", 1, {DICTIONARY_SURNAME}, -1}, + {"Wajdi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"jfk", 1, {DICTIONARY_NAMED_PERSON}, 281}, + {"Mathai", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Masaaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Martz", 1, {DICTIONARY_SURNAME}, -1}, + {"Nessler", 1, {DICTIONARY_SURNAME}, -1}, + {"Gotovac", 1, {DICTIONARY_SURNAME}, -1}, + {"Newmarch", 1, {DICTIONARY_SURNAME}, -1}, + {"Cowdery", 1, {DICTIONARY_SURNAME}, -1}, + {"Aknai", 1, {DICTIONARY_SURNAME}, -1}, + {"Višković", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahlroos", 1, {DICTIONARY_SURNAME}, -1}, + {"Achebe", 1, {DICTIONARY_SURNAME}, -1}, + {"McCool", 1, {DICTIONARY_SURNAME}, -1}, + {"Vittachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Modesitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Jessop", 1, {DICTIONARY_SURNAME}, -1}, + {"Lesley", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vlavianos", 1, {DICTIONARY_SURNAME}, -1}, + {"Touqan", 1, {DICTIONARY_SURNAME}, -1}, + {"Masakatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valov", 1, {DICTIONARY_SURNAME}, -1}, + {"Snyman", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rozman", 1, {DICTIONARY_SURNAME}, -1}, + {"Terada", 1, {DICTIONARY_SURNAME}, -1}, + {"Taubes", 1, {DICTIONARY_SURNAME}, -1}, + {"Brennan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kesey", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Den Dungen", 1, {DICTIONARY_SURNAME}, -1}, + {"Göllü", 1, {DICTIONARY_SURNAME}, -1}, + {"Bengt", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasas", 1, {DICTIONARY_SURNAME}, -1}, + {"Yablo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoag", 1, {DICTIONARY_SURNAME}, -1}, + {"Antenucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirsad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karren", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shirasaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Breuker", 1, {DICTIONARY_SURNAME}, -1}, + {"Nosenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinnersley", 1, {DICTIONARY_SURNAME}, -1}, + {"Aagard", 1, {DICTIONARY_SURNAME}, -1}, + {"Anastasijević", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallely", 1, {DICTIONARY_SURNAME}, -1}, + {"Tae-suk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schedl", 1, {DICTIONARY_SURNAME}, -1}, + {"Mukhtar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Manami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallburger", 1, {DICTIONARY_SURNAME}, -1}, + {"Parupalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Frassati", 1, {DICTIONARY_SURNAME}, -1}, + {"Vergelyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Sudhakar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bennington", 1, {DICTIONARY_SURNAME}, -1}, + {"Hillyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Markakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Shuang", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumai", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarojini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dokumamushi", 1, {DICTIONARY_SURNAME}, -1}, + {"Estelle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barroso", 1, {DICTIONARY_SURNAME}, -1}, + {"Vucanovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Nasuh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Holgersson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hideo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vashakidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Schneersohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Muzaffar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seligson", 1, {DICTIONARY_SURNAME}, -1}, + {"Açıkalın", 1, {DICTIONARY_SURNAME}, -1}, + {"Knudson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pompeo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dillon", 1, {DICTIONARY_SURNAME}, -1}, + {"Agravanis", 1, {DICTIONARY_SURNAME}, -1}, + {"McGuane", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Chechenets", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadishman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Asaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Biegenwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Stamatović", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipiński", 1, {DICTIONARY_SURNAME}, -1}, + {"Simões", 1, {DICTIONARY_SURNAME}, -1}, + {"Hänel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartig", 1, {DICTIONARY_SURNAME}, -1}, + {"De Villegas", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedenthal", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingle", 1, {DICTIONARY_SURNAME}, -1}, + {"Ewers", 1, {DICTIONARY_SURNAME}, -1}, + {"Inna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGifford", 1, {DICTIONARY_SURNAME}, -1}, + {"Pakhomov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleene", 1, {DICTIONARY_SURNAME}, -1}, + {"Taras", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blatný", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Minagawa", 1, {DICTIONARY_SURNAME}, -1}, + {"McDougald", 1, {DICTIONARY_SURNAME}, -1}, + {"Harasaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Brompton", 1, {DICTIONARY_SURNAME}, -1}, + {"Resetarics", 1, {DICTIONARY_SURNAME}, -1}, + {"Wachowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Qudsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Peltz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gasparrini", 1, {DICTIONARY_SURNAME}, -1}, + {"McGeough", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilpert", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuominen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pirjevec", 1, {DICTIONARY_SURNAME}, -1}, + {"Wagman", 1, {DICTIONARY_SURNAME}, -1}, + {"Frieda", 1, {DICTIONARY_SURNAME}, -1}, + {"Berland", 1, {DICTIONARY_SURNAME}, -1}, + {"Bevilacqua", 1, {DICTIONARY_SURNAME}, -1}, + {"Goria", 1, {DICTIONARY_SURNAME}, -1}, + {"Christianson", 1, {DICTIONARY_SURNAME}, -1}, + {"Afzali", 1, {DICTIONARY_SURNAME}, -1}, + {"Nita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marjatta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edmundas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bahlman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohannon", 1, {DICTIONARY_SURNAME}, -1}, + {"Cappetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Dardis", 1, {DICTIONARY_SURNAME}, -1}, + {"Pough", 1, {DICTIONARY_SURNAME}, -1}, + {"Neeson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nomaguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pacelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdier", 1, {DICTIONARY_SURNAME}, -1}, + {"Trueman", 1, {DICTIONARY_SURNAME}, -1}, + {"Šantić", 1, {DICTIONARY_SURNAME}, -1}, + {"olive gardens", 1, {DICTIONARY_CHAIN}, 196}, + {"Shonekan", 1, {DICTIONARY_SURNAME}, -1}, + {"Cluett", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajdari", 1, {DICTIONARY_SURNAME}, -1}, + {"Dannelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Daniélou", 1, {DICTIONARY_SURNAME}, -1}, + {"Adebari", 1, {DICTIONARY_SURNAME}, -1}, + {"Aakjaer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rog", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dries", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mae", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Naohito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Furuhata", 1, {DICTIONARY_SURNAME}, -1}, + {"Allegri", 1, {DICTIONARY_SURNAME}, -1}, + {"Starbuck", 1, {DICTIONARY_SURNAME}, -1}, + {"Olwen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Artschwager", 1, {DICTIONARY_SURNAME}, -1}, + {"Honeyford", 1, {DICTIONARY_SURNAME}, -1}, + {"Velta", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tchalykh", 1, {DICTIONARY_SURNAME}, -1}, + {"Lassana", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Resetarich", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiesel", 1, {DICTIONARY_SURNAME}, -1}, + {"DeHaven", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanessa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Michelsen", 1, {DICTIONARY_SURNAME}, -1}, + {"steak n' shakes", 1, {DICTIONARY_CHAIN}, 241}, + {"Ibeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Iacone", 1, {DICTIONARY_SURNAME}, -1}, + {"Furrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalibor", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McVie", 1, {DICTIONARY_SURNAME}, -1}, + {"Deirdre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coade", 1, {DICTIONARY_SURNAME}, -1}, + {"Picasso", 1, {DICTIONARY_SURNAME}, -1}, + {"Lato", 1, {DICTIONARY_SURNAME}, -1}, + {"Vey", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Osmani", 1, {DICTIONARY_SURNAME}, -1}, + {"Natanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Heusser", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Deargáin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapoor", 1, {DICTIONARY_SURNAME}, -1}, + {"Klemenčič", 1, {DICTIONARY_SURNAME}, -1}, + {"Mesfin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hellmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Andronic", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó hUiginn", 1, {DICTIONARY_SURNAME}, -1}, + {"Gütschow", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallen", 1, {DICTIONARY_SURNAME}, -1}, + {"Boteler", 1, {DICTIONARY_SURNAME}, -1}, + {"Nain", 1, {DICTIONARY_SURNAME}, -1}, + {"Seinfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcks", 1, {DICTIONARY_SURNAME}, -1}, + {"Van De Wouwer", 1, {DICTIONARY_SURNAME}, -1}, + {"Lajoie", 1, {DICTIONARY_SURNAME}, -1}, + {"Lathir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haimovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Martinaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Willson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wydra", 1, {DICTIONARY_SURNAME}, -1}, + {"Ian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ingemar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sparv", 1, {DICTIONARY_SURNAME}, -1}, + {"Sládkovič", 1, {DICTIONARY_SURNAME}, -1}, + {"Luana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nankichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viniczai", 1, {DICTIONARY_SURNAME}, -1}, + {"Karnišovas", 1, {DICTIONARY_SURNAME}, -1}, + {"Absalonsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Emmy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bowlby", 1, {DICTIONARY_SURNAME}, -1}, + {"Nastja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dykema", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivankov", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Draanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tobey", 1, {DICTIONARY_SURNAME}, -1}, + {"Florrie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Molitor", 1, {DICTIONARY_SURNAME}, -1}, + {"Cataford", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wiegand", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bošnjaković", 1, {DICTIONARY_SURNAME}, -1}, + {"Staveley", 1, {DICTIONARY_SURNAME}, -1}, + {"Galliano", 1, {DICTIONARY_SURNAME}, -1}, + {"McClellin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Jacques", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karatay", 1, {DICTIONARY_SURNAME}, -1}, + {"Mihael", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tendō", 1, {DICTIONARY_SURNAME}, -1}, + {"Janklow", 1, {DICTIONARY_SURNAME}, -1}, + {"Mrnavić", 1, {DICTIONARY_SURNAME}, -1}, + {"Jauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlüter", 1, {DICTIONARY_SURNAME}, -1}, + {"Schödl", 1, {DICTIONARY_SURNAME}, -1}, + {"Khaimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosak", 1, {DICTIONARY_SURNAME}, -1}, + {"Darchidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Zondag", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruperto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Soo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mayra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bibikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Skeggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Caine", 1, {DICTIONARY_SURNAME}, -1}, + {"Aichern", 1, {DICTIONARY_SURNAME}, -1}, + {"Venås", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinshin", 1, {DICTIONARY_SURNAME}, -1}, + {"Osanai", 1, {DICTIONARY_SURNAME}, -1}, + {"Bedle", 1, {DICTIONARY_SURNAME}, -1}, + {"Vave", 1, {DICTIONARY_SURNAME}, -1}, + {"Tavitian", 1, {DICTIONARY_SURNAME}, -1}, + {"Schjoldager", 1, {DICTIONARY_SURNAME}, -1}, + {"Boesch", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Herter", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorr", 1, {DICTIONARY_SURNAME}, -1}, + {"Herincx", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahipene", 1, {DICTIONARY_SURNAME}, -1}, + {"Zasukhin", 1, {DICTIONARY_SURNAME}, -1}, + {"Qaralov", 1, {DICTIONARY_SURNAME}, -1}, + {"Horenbout", 1, {DICTIONARY_SURNAME}, -1}, + {"Schollaardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Soudek", 1, {DICTIONARY_SURNAME}, -1}, + {"Fritsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobronski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hentze", 1, {DICTIONARY_SURNAME}, -1}, + {"Aybüke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pavlichenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Deng", 1, {DICTIONARY_SURNAME}, -1}, + {"Spivak", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobufusa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cerf-Beer", 1, {DICTIONARY_SURNAME}, -1}, + {"Haselberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Chad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ajab", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodnow", 1, {DICTIONARY_SURNAME}, -1}, + {"Egemen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Crosson", 1, {DICTIONARY_SURNAME}, -1}, + {"Weber", 1, {DICTIONARY_SURNAME}, -1}, + {"Boniol", 1, {DICTIONARY_SURNAME}, -1}, + {"Vailati", 1, {DICTIONARY_SURNAME}, -1}, + {"Muskhelishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Bankwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Petrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Bretschneider", 1, {DICTIONARY_SURNAME}, -1}, + {"Malgioglio", 1, {DICTIONARY_SURNAME}, -1}, + {"Joicey", 1, {DICTIONARY_SURNAME}, -1}, + {"Janež", 1, {DICTIONARY_SURNAME}, -1}, + {"Kresse", 1, {DICTIONARY_SURNAME}, -1}, + {"Macklin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Konaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tenison", 1, {DICTIONARY_SURNAME}, -1}, + {"Varnas", 1, {DICTIONARY_SURNAME}, -1}, + {"Greengrass", 1, {DICTIONARY_SURNAME}, -1}, + {"Polo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agramonte", 1, {DICTIONARY_SURNAME}, -1}, + {"McConica", 1, {DICTIONARY_SURNAME}, -1}, + {"Warre", 1, {DICTIONARY_SURNAME}, -1}, + {"Beechner", 1, {DICTIONARY_SURNAME}, -1}, + {"Juozas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chasseguet-Smirgel", 1, {DICTIONARY_SURNAME}, -1}, + {"Harrel", 1, {DICTIONARY_SURNAME}, -1}, + {"Stuhr", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamamoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuhler", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasukazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Allen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fredrik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Birajdar", 1, {DICTIONARY_SURNAME}, -1}, + {"Chote", 1, {DICTIONARY_SURNAME}, -1}, + {"Koroma", 1, {DICTIONARY_SURNAME}, -1}, + {"Eishun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Şevket", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carles", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marumitsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gyimah", 1, {DICTIONARY_SURNAME}, -1}, + {"Aukland", 1, {DICTIONARY_SURNAME}, -1}, + {"Njoya", 1, {DICTIONARY_SURNAME}, -1}, + {"Chokheli", 1, {DICTIONARY_SURNAME}, -1}, + {"Lisberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidemichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Giolitti", 1, {DICTIONARY_SURNAME}, -1}, + {"Abiut", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrubeš", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingvald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alexakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurtzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Wachter", 1, {DICTIONARY_SURNAME}, -1}, + {"Kupchak", 1, {DICTIONARY_SURNAME}, -1}, + {"Phùng", 1, {DICTIONARY_SURNAME}, -1}, + {"Guterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Thamm", 1, {DICTIONARY_SURNAME}, -1}, + {"Tae-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abrahamyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Yetunde", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clémentine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Breuning", 1, {DICTIONARY_SURNAME}, -1}, + {"Maikori", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruffínyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlachodimos", 1, {DICTIONARY_SURNAME}, -1}, + {"Vailas", 1, {DICTIONARY_SURNAME}, -1}, + {"Chay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goldsmid family", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourgault", 1, {DICTIONARY_SURNAME}, -1}, + {"Viitala", 1, {DICTIONARY_SURNAME}, -1}, + {"Edinho", 1, {DICTIONARY_SURNAME}, -1}, + {"DeCesare", 1, {DICTIONARY_SURNAME}, -1}, + {"Mueller", 1, {DICTIONARY_SURNAME}, -1}, + {"Hales", 1, {DICTIONARY_SURNAME}, -1}, + {"Rimša", 1, {DICTIONARY_SURNAME}, -1}, + {"Wanner", 1, {DICTIONARY_SURNAME}, -1}, + {"Hurwicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ward", 1, {DICTIONARY_SURNAME}, -1}, + {"Valery", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bądzsław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Porfiry", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bećirspahić", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Lieshout", 1, {DICTIONARY_SURNAME}, -1}, + {"intersport", 1, {DICTIONARY_CHAIN}, -1}, + {"Parmentier", 1, {DICTIONARY_SURNAME}, -1}, + {"Simonin", 1, {DICTIONARY_SURNAME}, -1}, + {"Prunk", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmid", 1, {DICTIONARY_SURNAME}, -1}, + {"Arleen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bennati", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyagishima", 1, {DICTIONARY_SURNAME}, -1}, + {"Berry", 1, {DICTIONARY_SURNAME}, -1}, + {"biedronka", 1, {DICTIONARY_CHAIN}, -1}, + {"Lovelace", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacqueline", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sedlak", 1, {DICTIONARY_SURNAME}, -1}, + {"nordsee", 1, {DICTIONARY_CHAIN}, -1}, + {"Russell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wackerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Swannell", 1, {DICTIONARY_SURNAME}, -1}, + {"Stavros", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGavigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ffrench", 1, {DICTIONARY_SURNAME}, -1}, + {"Dohna", 1, {DICTIONARY_SURNAME}, -1}, + {"Aitzhanova", 1, {DICTIONARY_SURNAME}, -1}, + {"Cafiero", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamandopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Maldacena", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlotterbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"August", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ševčík", 1, {DICTIONARY_SURNAME}, -1}, + {"Kozak", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabien", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Camden", 1, {DICTIONARY_SURNAME}, -1}, + {"Pendleton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agran", 1, {DICTIONARY_SURNAME}, -1}, + {"Sagen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aggoune", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinhaeußer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bösch", 1, {DICTIONARY_SURNAME}, -1}, + {"Baykara", 1, {DICTIONARY_SURNAME}, -1}, + {"franklin delano roosevelt", 1, {DICTIONARY_NAMED_PERSON}, 280}, + {"Mochizuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Fagioli", 1, {DICTIONARY_SURNAME}, -1}, + {"Corrigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Cináed", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Man-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tatsuaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kenig", 1, {DICTIONARY_SURNAME}, -1}, + {"Bladen", 1, {DICTIONARY_SURNAME}, -1}, + {"Klementjevs", 1, {DICTIONARY_SURNAME}, -1}, + {"Kibalnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivas", 1, {DICTIONARY_SURNAME}, -1}, + {"Mälk", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrudan", 1, {DICTIONARY_SURNAME}, -1}, + {"Aaronovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulrica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peltier", 1, {DICTIONARY_SURNAME}, -1}, + {"Trivedi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehr", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Parul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vavrus", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuica", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanko", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aribi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wauters", 1, {DICTIONARY_SURNAME}, -1}, + {"Itziar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Milburn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valdivieso", 1, {DICTIONARY_SURNAME}, -1}, + {"Besant", 1, {DICTIONARY_SURNAME}, -1}, + {"Shakur", 1, {DICTIONARY_SURNAME}, -1}, + {"Wehner", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavendish-Bentinck", 1, {DICTIONARY_SURNAME}, -1}, + {"Chishti", 1, {DICTIONARY_SURNAME}, -1}, + {"Anelka", 1, {DICTIONARY_SURNAME}, -1}, + {"Gumbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Gutteridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Batty", 1, {DICTIONARY_SURNAME}, -1}, + {"Santacaterina", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cureton", 1, {DICTIONARY_SURNAME}, -1}, + {"Si-yeon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Santer", 1, {DICTIONARY_SURNAME}, -1}, + {"Freebairn", 1, {DICTIONARY_SURNAME}, -1}, + {"Enrici", 1, {DICTIONARY_SURNAME}, -1}, + {"Daskalakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiso", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahmanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Carmichael", 1, {DICTIONARY_SURNAME}, -1}, + {"McCleister", 1, {DICTIONARY_SURNAME}, -1}, + {"Kizil", 1, {DICTIONARY_SURNAME}, -1}, + {"McMillan", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshinori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cordell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Spencer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Buunk", 1, {DICTIONARY_SURNAME}, -1}, + {"Adedayo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Quaid", 1, {DICTIONARY_SURNAME}, -1}, + {"Galgani", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristofics", 1, {DICTIONARY_SURNAME}, -1}, + {"wells fargo", 1, {DICTIONARY_CHAIN}, -1}, + {"Halima", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poplawski", 1, {DICTIONARY_SURNAME}, -1}, + {"Gòrdan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Murtuza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Howes", 1, {DICTIONARY_SURNAME}, -1}, + {"Siebeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Blondell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ohlhaussen", 1, {DICTIONARY_SURNAME}, -1}, + {"Winston", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Medeiros", 1, {DICTIONARY_SURNAME}, -1}, + {"Piloty", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Humphries", 1, {DICTIONARY_SURNAME}, -1}, + {"Megyer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sondes", 1, {DICTIONARY_SURNAME}, -1}, + {"Robason", 1, {DICTIONARY_SURNAME}, -1}, + {"Šárka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ferrario", 1, {DICTIONARY_SURNAME}, -1}, + {"Ardelius", 1, {DICTIONARY_SURNAME}, -1}, + {"Annabeth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Strachey", 1, {DICTIONARY_SURNAME}, -1}, + {"Newland", 1, {DICTIONARY_SURNAME}, -1}, + {"McRaven", 1, {DICTIONARY_SURNAME}, -1}, + {"Galef", 1, {DICTIONARY_SURNAME}, -1}, + {"Seppelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Izzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulczyński", 1, {DICTIONARY_SURNAME}, -1}, + {"Zviad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clattenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Stekelenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Borbarua", 1, {DICTIONARY_SURNAME}, -1}, + {"Pölzl", 1, {DICTIONARY_SURNAME}, -1}, + {"Prudent", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bertelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Tichenor", 1, {DICTIONARY_SURNAME}, -1}, + {"Seed", 1, {DICTIONARY_SURNAME}, -1}, + {"Czinege", 1, {DICTIONARY_SURNAME}, -1}, + {"Raco", 1, {DICTIONARY_SURNAME}, -1}, + {"Gotlieb", 1, {DICTIONARY_SURNAME}, -1}, + {"Velenosi", 1, {DICTIONARY_SURNAME}, -1}, + {"Harecourte", 1, {DICTIONARY_SURNAME}, -1}, + {"Birchenough", 1, {DICTIONARY_SURNAME}, -1}, + {"Clark", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hrnić", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghasyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Beunardeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rustamov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dowrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Robb", 1, {DICTIONARY_SURNAME}, -1}, + {"Hautzig", 1, {DICTIONARY_SURNAME}, -1}, + {"Rash", 1, {DICTIONARY_SURNAME}, -1}, + {"Eustathius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Hemert", 1, {DICTIONARY_SURNAME}, -1}, + {"Morisuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Norborne", 1, {DICTIONARY_SURNAME}, -1}, + {"Armit", 1, {DICTIONARY_SURNAME}, -1}, + {"Bock", 1, {DICTIONARY_SURNAME}, -1}, + {"Brænne", 1, {DICTIONARY_SURNAME}, -1}, + {"McCubbin", 1, {DICTIONARY_SURNAME}, -1}, + {"Yorke", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabricius", 1, {DICTIONARY_SURNAME}, -1}, + {"Borotra", 1, {DICTIONARY_SURNAME}, -1}, + {"Yuste", 1, {DICTIONARY_SURNAME}, -1}, + {"Thomasius", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhanzunova", 1, {DICTIONARY_SURNAME}, -1}, + {"Aardal", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidavskis", 1, {DICTIONARY_SURNAME}, -1}, + {"Landtman", 1, {DICTIONARY_SURNAME}, -1}, + {"Yngve", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leak", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdolreza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fukudome", 1, {DICTIONARY_SURNAME}, -1}, + {"Kozlina", 1, {DICTIONARY_SURNAME}, -1}, + {"Telfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gusman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Thaxter", 1, {DICTIONARY_SURNAME}, -1}, + {"Cunha", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurigami", 1, {DICTIONARY_SURNAME}, -1}, + {"Hošťálek", 1, {DICTIONARY_SURNAME}, -1}, + {"Kivinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Touré", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dreelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Brianna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Augustus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bachelot", 1, {DICTIONARY_SURNAME}, -1}, + {"Veroba", 1, {DICTIONARY_SURNAME}, -1}, + {"Schellen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mangjeol", 1, {DICTIONARY_SURNAME}, -1}, + {"Virbickas", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferhatović", 1, {DICTIONARY_SURNAME}, -1}, + {"Konstantin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aksyonenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Bobokhidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Giichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ebb", 1, {DICTIONARY_SURNAME}, -1}, + {"Spanner", 1, {DICTIONARY_SURNAME}, -1}, + {"Lennard", 1, {DICTIONARY_SURNAME}, -1}, + {"Venevtsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokunaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Steacy", 1, {DICTIONARY_SURNAME}, -1}, + {"Sun-ok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raimondo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sözgelmez", 1, {DICTIONARY_SURNAME}, -1}, + {"Fernald", 1, {DICTIONARY_SURNAME}, -1}, + {"McCorvey", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidošević", 1, {DICTIONARY_SURNAME}, -1}, + {"Satoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Belushi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mifsud", 1, {DICTIONARY_SURNAME}, -1}, + {"Pook", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaishnavi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lerche", 1, {DICTIONARY_SURNAME}, -1}, + {"Senanayake", 1, {DICTIONARY_SURNAME}, -1}, + {"Benedetto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bretz", 1, {DICTIONARY_SURNAME}, -1}, + {"Karasu", 1, {DICTIONARY_SURNAME}, -1}, + {"Lakhia", 1, {DICTIONARY_SURNAME}, -1}, + {"Persakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vegha", 1, {DICTIONARY_SURNAME}, -1}, + {"Adanichkina", 1, {DICTIONARY_SURNAME}, -1}, + {"Getachew", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kolaramma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdul Malik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adedibu", 1, {DICTIONARY_SURNAME}, -1}, + {"Schirrmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Jérôme", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Miu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mihalache", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasović", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Kooy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kooijman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendee", 1, {DICTIONARY_SURNAME}, -1}, + {"Simonon", 1, {DICTIONARY_SURNAME}, -1}, + {"Heydrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebbie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Piotrowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Rossini", 1, {DICTIONARY_SURNAME}, -1}, + {"Gainsbourg", 1, {DICTIONARY_SURNAME}, -1}, + {"Nozomi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nastia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacCrimmon", 1, {DICTIONARY_SURNAME}, -1}, + {"Silber", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleksi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Swinburne", 1, {DICTIONARY_SURNAME}, -1}, + {"גתה", 1, {DICTIONARY_SURNAME}, -1}, + {"Hacket", 1, {DICTIONARY_SURNAME}, -1}, + {"Del Potro", 1, {DICTIONARY_SURNAME}, -1}, + {"De Kock", 1, {DICTIONARY_SURNAME}, -1}, + {"Bridji", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallington", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigfússon", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnewall", 1, {DICTIONARY_SURNAME}, -1}, + {"Stonys", 1, {DICTIONARY_SURNAME}, -1}, + {"McNeish", 1, {DICTIONARY_SURNAME}, -1}, + {"Ravenshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Ojjeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Trampier", 1, {DICTIONARY_SURNAME}, -1}, + {"Allon", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirzabaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Abruscato", 1, {DICTIONARY_SURNAME}, -1}, + {"Silar", 1, {DICTIONARY_SURNAME}, -1}, + {"Melindo", 1, {DICTIONARY_SURNAME}, -1}, + {"Janowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Adaggio", 1, {DICTIONARY_SURNAME}, -1}, + {"Picker", 1, {DICTIONARY_SURNAME}, -1}, + {"Hancock", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjaye", 1, {DICTIONARY_SURNAME}, -1}, + {"Verlato", 1, {DICTIONARY_SURNAME}, -1}, + {"Herda", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schwyzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Severov", 1, {DICTIONARY_SURNAME}, -1}, + {"Schapiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilkkumaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Renatus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stegman", 1, {DICTIONARY_SURNAME}, -1}, + {"Fridtjof", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Şensoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Smith-Dorrien", 1, {DICTIONARY_SURNAME}, -1}, + {"McArtney", 1, {DICTIONARY_SURNAME}, -1}, + {"Ketevan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harnois", 1, {DICTIONARY_SURNAME}, -1}, + {"Vowell", 1, {DICTIONARY_SURNAME}, -1}, + {"McKamy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vessenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Lione", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Corinne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bendiksen", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantalamessa", 1, {DICTIONARY_SURNAME}, -1}, + {"Levandi", 1, {DICTIONARY_SURNAME}, -1}, + {"Greaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Malan", 1, {DICTIONARY_SURNAME}, -1}, + {"Belford", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ye-seo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"radio shack", 1, {DICTIONARY_CHAIN}, -1}, + {"Noether", 1, {DICTIONARY_SURNAME}, -1}, + {"Byung-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barlowe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kriel", 1, {DICTIONARY_SURNAME}, -1}, + {"Arens", 1, {DICTIONARY_SURNAME}, -1}, + {"Tisci", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcinkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Dickie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vaskow", 1, {DICTIONARY_SURNAME}, -1}, + {"Goran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Panteleimonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadija", 1, {DICTIONARY_SURNAME}, -1}, + {"Getaldic", 1, {DICTIONARY_SURNAME}, -1}, + {"Hennipman", 1, {DICTIONARY_SURNAME}, -1}, + {"Addiego", 1, {DICTIONARY_SURNAME}, -1}, + {"Suze", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kossel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziegelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Peyrot", 1, {DICTIONARY_SURNAME}, -1}, + {"Yanmin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Surameli", 1, {DICTIONARY_SURNAME}, -1}, + {"sunoco", 1, {DICTIONARY_CHAIN}, -1}, + {"Mirowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizuete", 1, {DICTIONARY_SURNAME}, -1}, + {"Acevedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Calì", 1, {DICTIONARY_SURNAME}, -1}, + {"Abumuslimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vollmar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bratkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Barvinok", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Albasini", 1, {DICTIONARY_SURNAME}, -1}, + {"Alper", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alasadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Liibaan", 1, {DICTIONARY_SURNAME}, -1}, + {"Liebehenschel", 1, {DICTIONARY_SURNAME}, -1}, + {"Utada", 1, {DICTIONARY_SURNAME}, -1}, + {"Mizusaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Heper", 1, {DICTIONARY_SURNAME}, -1}, + {"Henrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemass", 1, {DICTIONARY_SURNAME}, -1}, + {"Dody", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masakage", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bashir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hellman", 1, {DICTIONARY_SURNAME}, -1}, + {"Stenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Shulman", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stallmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Norrington", 1, {DICTIONARY_SURNAME}, -1}, + {"Albéniz", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Sluijs", 1, {DICTIONARY_SURNAME}, -1}, + {"MacCabe", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackenrott", 1, {DICTIONARY_SURNAME}, -1}, + {"Anand", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Douangdeuane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Standing", 1, {DICTIONARY_SURNAME}, -1}, + {"Dykstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandaele", 1, {DICTIONARY_SURNAME}, -1}, + {"Kustok", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Bergen", 1, {DICTIONARY_SURNAME}, -1}, + {"Güngör", 1, {DICTIONARY_SURNAME}, -1}, + {"Acurio", 1, {DICTIONARY_SURNAME}, -1}, + {"Nwagbara", 1, {DICTIONARY_SURNAME}, -1}, + {"Ríos", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhao", 2, {DICTIONARY_SURNAME, DICTIONARY_SURNAME}, -1}, + {"Vouilloz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ongarato", 1, {DICTIONARY_SURNAME}, -1}, + {"Flugelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Margolin", 1, {DICTIONARY_SURNAME}, -1}, + {"Siniša", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Williams-Wynn", 1, {DICTIONARY_SURNAME}, -1}, + {"Blokker", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toratane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zalatnay", 1, {DICTIONARY_SURNAME}, -1}, + {"Kundera", 1, {DICTIONARY_SURNAME}, -1}, + {"Finnegan", 1, {DICTIONARY_SURNAME}, -1}, + {"Telhami", 1, {DICTIONARY_SURNAME}, -1}, + {"Volokitin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vérany", 1, {DICTIONARY_SURNAME}, -1}, + {"Nuri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Flavell", 1, {DICTIONARY_SURNAME}, -1}, + {"Gundulf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Volzhentsev", 1, {DICTIONARY_SURNAME}, -1}, + {"h and r block", 1, {DICTIONARY_CHAIN}, 146}, + {"Van Koningsveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Agaeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Takeaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viscopoleanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Imlay", 1, {DICTIONARY_SURNAME}, -1}, + {"Benbow", 1, {DICTIONARY_SURNAME}, -1}, + {"Yermolayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhamba", 1, {DICTIONARY_SURNAME}, -1}, + {"Hahnel", 1, {DICTIONARY_SURNAME}, -1}, + {"Voilier", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarelaid", 1, {DICTIONARY_SURNAME}, -1}, + {"Ainscough", 1, {DICTIONARY_SURNAME}, -1}, + {"Gundars", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Osamu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sokolović", 1, {DICTIONARY_SURNAME}, -1}, + {"Vulović", 1, {DICTIONARY_SURNAME}, -1}, + {"Cesare", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lonergan", 1, {DICTIONARY_SURNAME}, -1}, + {"Oduvaldo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mrkos", 1, {DICTIONARY_SURNAME}, -1}, + {"Arata", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hinch", 1, {DICTIONARY_SURNAME}, -1}, + {"Aslan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Truksa", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanmoerkerke", 1, {DICTIONARY_SURNAME}, -1}, + {"Aygün", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lucic", 1, {DICTIONARY_SURNAME}, -1}, + {"Rechcigl", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ilyeș", 1, {DICTIONARY_SURNAME}, -1}, + {"Saylan", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Doff", 1, {DICTIONARY_SURNAME}, -1}, + {"Helder", 1, {DICTIONARY_SURNAME}, -1}, + {"Pirjo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"long john silvers", 1, {DICTIONARY_CHAIN}, 176}, + {"Wróbel", 1, {DICTIONARY_SURNAME}, -1}, + {"Liversidge", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilson", 1, {DICTIONARY_SURNAME}, -1}, + {"Adebisi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yūji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spielrein", 1, {DICTIONARY_SURNAME}, -1}, + {"Lelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Thomann", 1, {DICTIONARY_SURNAME}, -1}, + {"Anneliese", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoenigsberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Smolarek", 1, {DICTIONARY_SURNAME}, -1}, + {"McCue", 1, {DICTIONARY_SURNAME}, -1}, + {"Northcote", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovette", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasali", 1, {DICTIONARY_SURNAME}, -1}, + {"Børre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Trstenjak", 1, {DICTIONARY_SURNAME}, -1}, + {"Deterding", 1, {DICTIONARY_SURNAME}, -1}, + {"Karolak", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitzthum", 1, {DICTIONARY_SURNAME}, -1}, + {"Konings", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaugier", 1, {DICTIONARY_SURNAME}, -1}, + {"DeHart", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sözen", 1, {DICTIONARY_SURNAME}, -1}, + {"Broadman", 1, {DICTIONARY_SURNAME}, -1}, + {"Harty", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Hürlimann", 1, {DICTIONARY_SURNAME}, -1}, + {"Bottiroli", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamso", 1, {DICTIONARY_SURNAME}, -1}, + {"Norikage", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blenkinsop", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinogradov", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Jabiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Zinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzhenry", 1, {DICTIONARY_SURNAME}, -1}, + {"Crayton", 1, {DICTIONARY_SURNAME}, -1}, + {"Keō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Christensen", 1, {DICTIONARY_SURNAME}, -1}, + {"Trotta", 1, {DICTIONARY_SURNAME}, -1}, + {"Swaddon", 1, {DICTIONARY_SURNAME}, -1}, + {"Dyck", 1, {DICTIONARY_SURNAME}, -1}, + {"Pierre-Simon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nihan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ucicky", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Butkevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Albee", 1, {DICTIONARY_SURNAME}, -1}, + {"Turković", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrijana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGougan", 1, {DICTIONARY_SURNAME}, -1}, + {"Stonebarger", 1, {DICTIONARY_SURNAME}, -1}, + {"Miklošič", 1, {DICTIONARY_SURNAME}, -1}, + {"Costea", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alaaeldin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kerruish", 1, {DICTIONARY_SURNAME}, -1}, + {"Hönigmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Didion", 1, {DICTIONARY_SURNAME}, -1}, + {"Drachmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghulam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hitchen", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukimura", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Heppell", 1, {DICTIONARY_SURNAME}, -1}, + {"Malou", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Garcha", 1, {DICTIONARY_SURNAME}, -1}, + {"Iacono", 1, {DICTIONARY_SURNAME}, -1}, + {"Danah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dervla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vieha", 1, {DICTIONARY_SURNAME}, -1}, + {"Imogen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weinreb", 1, {DICTIONARY_SURNAME}, -1}, + {"Aeschmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Lulling", 1, {DICTIONARY_SURNAME}, -1}, + {"Conkling", 1, {DICTIONARY_SURNAME}, -1}, + {"Komba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ottenbrite", 1, {DICTIONARY_SURNAME}, -1}, + {"Satonari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bergstrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Chauvire", 1, {DICTIONARY_SURNAME}, -1}, + {"Cottle", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyazaki", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlhinney", 1, {DICTIONARY_SURNAME}, -1}, + {"Alix", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Manatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrieu", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahlman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wasiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Sihanouk", 1, {DICTIONARY_SURNAME}, -1}, + {"Terzis", 1, {DICTIONARY_SURNAME}, -1}, + {"Nizhinskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Honma", 1, {DICTIONARY_SURNAME}, -1}, + {"Henderson", 1, {DICTIONARY_SURNAME}, -1}, + {"Boudreaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Azcárate", 1, {DICTIONARY_SURNAME}, -1}, + {"Stancu", 1, {DICTIONARY_SURNAME}, -1}, + {"Guardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mensah", 1, {DICTIONARY_SURNAME}, -1}, + {"Nankivell", 1, {DICTIONARY_SURNAME}, -1}, + {"Utto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abromeit", 1, {DICTIONARY_SURNAME}, -1}, + {"Arendzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hepton", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinmetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Francie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Juanma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Woollam", 1, {DICTIONARY_SURNAME}, -1}, + {"Chalkley", 1, {DICTIONARY_SURNAME}, -1}, + {"Saupe", 1, {DICTIONARY_SURNAME}, -1}, + {"wells-fargo", 1, {DICTIONARY_CHAIN}, 269}, + {"Wornum", 1, {DICTIONARY_SURNAME}, -1}, + {"Golubkina", 1, {DICTIONARY_SURNAME}, -1}, + {"Caeionius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nuvoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Leinweber", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ramacciotti", 1, {DICTIONARY_SURNAME}, -1}, + {"McCunn", 1, {DICTIONARY_SURNAME}, -1}, + {"Cristofano", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hiromoto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bhupathi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maksymenko", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Saurabh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takashi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yasuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cristy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Firmani", 1, {DICTIONARY_SURNAME}, -1}, + {"DeMarco", 1, {DICTIONARY_SURNAME}, -1}, + {"Strnad", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruppelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Erneste", 1, {DICTIONARY_SURNAME}, -1}, + {"Lowys", 1, {DICTIONARY_SURNAME}, -1}, + {"Blockmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitlam", 1, {DICTIONARY_SURNAME}, -1}, + {"j.c penney", 1, {DICTIONARY_CHAIN}, 165}, + {"Hoepffner", 1, {DICTIONARY_SURNAME}, -1}, + {"Brausewetter", 1, {DICTIONARY_SURNAME}, -1}, + {"Çelebi", 1, {DICTIONARY_SURNAME}, -1}, + {"Delaunoij", 1, {DICTIONARY_SURNAME}, -1}, + {"Treloar", 1, {DICTIONARY_SURNAME}, -1}, + {"Honjo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dhumavati", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goodere", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahalt", 1, {DICTIONARY_SURNAME}, -1}, + {"Moten", 1, {DICTIONARY_SURNAME}, -1}, + {"Bickford", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruffini", 1, {DICTIONARY_SURNAME}, -1}, + {"Lattimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Manmohan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Monaghan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ouspenskii", 1, {DICTIONARY_SURNAME}, -1}, + {"Kross", 1, {DICTIONARY_SURNAME}, -1}, + {"Azough", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartholomew", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hakanpää", 1, {DICTIONARY_SURNAME}, -1}, + {"Janoušek", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Vat", 1, {DICTIONARY_SURNAME}, -1}, + {"Hevesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Galarraga", 1, {DICTIONARY_SURNAME}, -1}, + {"Graziani", 1, {DICTIONARY_SURNAME}, -1}, + {"Book", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaeluaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Herrscher", 1, {DICTIONARY_SURNAME}, -1}, + {"Ealdred", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomíčková", 1, {DICTIONARY_SURNAME}, -1}, + {"Saeb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valtersson", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallich", 1, {DICTIONARY_SURNAME}, -1}, + {"Koike", 1, {DICTIONARY_SURNAME}, -1}, + {"Grønhaug", 1, {DICTIONARY_SURNAME}, -1}, + {"Havelka", 1, {DICTIONARY_SURNAME}, -1}, + {"Arvanitaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristoffersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Niese", 1, {DICTIONARY_SURNAME}, -1}, + {"Guillard", 1, {DICTIONARY_SURNAME}, -1}, + {"Keaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Buggy", 1, {DICTIONARY_SURNAME}, -1}, + {"Specter", 1, {DICTIONARY_SURNAME}, -1}, + {"Lonborg", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonke", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Lambalgen", 1, {DICTIONARY_SURNAME}, -1}, + {"Shehhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaminuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Adílson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hölder", 1, {DICTIONARY_SURNAME}, -1}, + {"Eagleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Swafford", 1, {DICTIONARY_SURNAME}, -1}, + {"Aasmäe", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Krommenacker", 1, {DICTIONARY_SURNAME}, -1}, + {"Çağdaş", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dong-hyuk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oberhauser", 1, {DICTIONARY_SURNAME}, -1}, + {"Negrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidot", 1, {DICTIONARY_SURNAME}, -1}, + {"Suppe", 1, {DICTIONARY_SURNAME}, -1}, + {"Servillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Canoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Çalık", 1, {DICTIONARY_SURNAME}, -1}, + {"Choge", 1, {DICTIONARY_SURNAME}, -1}, + {"Gee", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohan", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmelzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Peeler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinnerborg", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamshidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Minkus", 1, {DICTIONARY_SURNAME}, -1}, + {"Tae-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McQuillan", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlwham", 1, {DICTIONARY_SURNAME}, -1}, + {"Poelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Mumcu", 1, {DICTIONARY_SURNAME}, -1}, + {"Oberhummer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gummadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rubenis", 1, {DICTIONARY_SURNAME}, -1}, + {"Serezli", 1, {DICTIONARY_SURNAME}, -1}, + {"Bafna", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Ausubel", 1, {DICTIONARY_SURNAME}, -1}, + {"Helfgot", 1, {DICTIONARY_SURNAME}, -1}, + {"Burdis", 1, {DICTIONARY_SURNAME}, -1}, + {"Beavan", 1, {DICTIONARY_SURNAME}, -1}, + {"Lowman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahou", 1, {DICTIONARY_SURNAME}, -1}, + {"Decker", 1, {DICTIONARY_SURNAME}, -1}, + {"Hampele", 1, {DICTIONARY_SURNAME}, -1}, + {"Fredericks", 1, {DICTIONARY_SURNAME}, -1}, + {"Meunier", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassione", 1, {DICTIONARY_SURNAME}, -1}, + {"Descheene", 1, {DICTIONARY_SURNAME}, -1}, + {"Lourdes", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fontenot", 1, {DICTIONARY_SURNAME}, -1}, + {"Afendy", 1, {DICTIONARY_SURNAME}, -1}, + {"Ichiei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Babichev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenjon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zambalis", 1, {DICTIONARY_SURNAME}, -1}, + {"M'Changama", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadros", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schweiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Timothy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Punt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vašáková", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Angelo", 1, {DICTIONARY_SURNAME}, -1}, + {"De Varona", 1, {DICTIONARY_SURNAME}, -1}, + {"Nangwale", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaincourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Faiza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hajikano", 1, {DICTIONARY_SURNAME}, -1}, + {"Folsom", 1, {DICTIONARY_SURNAME}, -1}, + {"Nishizawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamov", 1, {DICTIONARY_SURNAME}, -1}, + {"Prantl", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouchey", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodorezova", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdusalamov", 1, {DICTIONARY_SURNAME}, -1}, + {"Barlow", 1, {DICTIONARY_SURNAME}, -1}, + {"Guignard", 1, {DICTIONARY_SURNAME}, -1}, + {"Masuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Khosrau", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bogart", 1, {DICTIONARY_SURNAME}, -1}, + {"Schafersman", 1, {DICTIONARY_SURNAME}, -1}, + {"McGriff", 1, {DICTIONARY_SURNAME}, -1}, + {"Osim", 1, {DICTIONARY_SURNAME}, -1}, + {"Barthet", 1, {DICTIONARY_SURNAME}, -1}, + {"McWeeny", 1, {DICTIONARY_SURNAME}, -1}, + {"Red Cloud", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotzwinkle", 1, {DICTIONARY_SURNAME}, -1}, + {"Verboom", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamaoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerasimenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Tischer", 1, {DICTIONARY_SURNAME}, -1}, + {"Marashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaddafi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gastoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Garfinkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Narinobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Murro", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vértiz", 1, {DICTIONARY_SURNAME}, -1}, + {"McLurkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Perona", 1, {DICTIONARY_SURNAME}, -1}, + {"Throsby", 1, {DICTIONARY_SURNAME}, -1}, + {"Bratcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Miki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kostić", 1, {DICTIONARY_SURNAME}, -1}, + {"Weidenreich", 1, {DICTIONARY_SURNAME}, -1}, + {"Asplin", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarbakke", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Volf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vandeloo", 1, {DICTIONARY_SURNAME}, -1}, + {"t mobile stores", 1, {DICTIONARY_CHAIN}, 256}, + {"Kroeger", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrewartha", 1, {DICTIONARY_SURNAME}, -1}, + {"Crooke", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyarheychyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Siudek", 1, {DICTIONARY_SURNAME}, -1}, + {"Ha-neul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vancheva", 1, {DICTIONARY_SURNAME}, -1}, + {"Coxeter", 1, {DICTIONARY_SURNAME}, -1}, + {"Nijboer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahter", 1, {DICTIONARY_SURNAME}, -1}, + {"Bendlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jin-joo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baranov", 1, {DICTIONARY_SURNAME}, -1}, + {"Amal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Urbaniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Cumméne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garza", 1, {DICTIONARY_SURNAME}, -1}, + {"Velk", 1, {DICTIONARY_SURNAME}, -1}, + {"Suwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Morofuji", 1, {DICTIONARY_SURNAME}, -1}, + {"Ondřej", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Villar", 1, {DICTIONARY_SURNAME}, -1}, + {"Velaphi", 1, {DICTIONARY_SURNAME}, -1}, + {"Chhotalal", 1, {DICTIONARY_SURNAME}, -1}, + {"Preisner", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakisaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Klemetsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Saidov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mose", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Makowski", 1, {DICTIONARY_SURNAME}, -1}, + {"De Rover", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceppellini", 1, {DICTIONARY_SURNAME}, -1}, + {"Satenik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adig", 1, {DICTIONARY_SURNAME}, -1}, + {"Randle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aoyanagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Winfried", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frintová", 1, {DICTIONARY_SURNAME}, -1}, + {"Batushansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Pták", 1, {DICTIONARY_SURNAME}, -1}, + {"Honigsberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Viganò", 1, {DICTIONARY_SURNAME}, -1}, + {"Neff", 1, {DICTIONARY_SURNAME}, -1}, + {"Alfredas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mercury", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Raedler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Enescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Denner", 1, {DICTIONARY_SURNAME}, -1}, + {"Kukal", 1, {DICTIONARY_SURNAME}, -1}, + {"Karima", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tredgold", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassirer", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkary", 1, {DICTIONARY_SURNAME}, -1}, + {"Falzon", 1, {DICTIONARY_SURNAME}, -1}, + {"carls jr.", 1, {DICTIONARY_CHAIN}, 93}, + {"Spengler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukcevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Blay", 1, {DICTIONARY_SURNAME}, -1}, + {"Stronach", 1, {DICTIONARY_SURNAME}, -1}, + {"Giovannelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Silvestre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tubal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lowery", 1, {DICTIONARY_SURNAME}, -1}, + {"Ushijima", 1, {DICTIONARY_SURNAME}, -1}, + {"Fenimore", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"sonic drive in", 1, {DICTIONARY_CHAIN}, 236}, + {"Kansuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Accardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Towne", 1, {DICTIONARY_SURNAME}, -1}, + {"Hausel", 1, {DICTIONARY_SURNAME}, -1}, + {"Verhoeff", 1, {DICTIONARY_SURNAME}, -1}, + {"Conny", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sabouraud", 1, {DICTIONARY_SURNAME}, -1}, + {"Rejtő", 1, {DICTIONARY_SURNAME}, -1}, + {"Titus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Budde", 1, {DICTIONARY_SURNAME}, -1}, + {"Despaigne", 1, {DICTIONARY_SURNAME}, -1}, + {"Voorting", 1, {DICTIONARY_SURNAME}, -1}, + {"Mawdsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Seller", 1, {DICTIONARY_SURNAME}, -1}, + {"Sue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Houstoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Roseanne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mazloumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Athanase", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atali", 1, {DICTIONARY_SURNAME}, -1}, + {"Alois", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eudoxia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shrimpton", 1, {DICTIONARY_SURNAME}, -1}, + {"Mugabe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazmi", 1, {DICTIONARY_SURNAME}, -1}, + {"zaxbys", 1, {DICTIONARY_CHAIN}, 279}, + {"Van Cook", 1, {DICTIONARY_SURNAME}, -1}, + {"Abhisit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kottmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuji", 1, {DICTIONARY_SURNAME}, -1}, + {"Majid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dostal", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-joon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Whitting", 1, {DICTIONARY_SURNAME}, -1}, + {"Coblentz", 1, {DICTIONARY_SURNAME}, -1}, + {"Broadwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Schabschneider", 1, {DICTIONARY_SURNAME}, -1}, + {"Colombini", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeandel", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Den Hauwe", 1, {DICTIONARY_SURNAME}, -1}, + {"Aderinwale", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nicoll", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Oekel", 1, {DICTIONARY_SURNAME}, -1}, + {"Grotenfelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Aristakisyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Tortelier", 1, {DICTIONARY_SURNAME}, -1}, + {"Bronius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Suzana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viglielmo", 1, {DICTIONARY_SURNAME}, -1}, + {"Lavallee", 1, {DICTIONARY_SURNAME}, -1}, + {"Donatoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Andermatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kluk", 1, {DICTIONARY_SURNAME}, -1}, + {"Durkheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahy", 1, {DICTIONARY_SURNAME}, -1}, + {"Stadler", 1, {DICTIONARY_SURNAME}, -1}, + {"Høgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinckley", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikuni", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McCreadie", 1, {DICTIONARY_SURNAME}, -1}, + {"Beamer", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Deusen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadland", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartolo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Igors", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deák", 1, {DICTIONARY_SURNAME}, -1}, + {"Wittman", 1, {DICTIONARY_SURNAME}, -1}, + {"Örnek", 1, {DICTIONARY_SURNAME}, -1}, + {"Brotherus", 1, {DICTIONARY_SURNAME}, -1}, + {"Eimi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vinberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sang-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Matsuki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kapsa", 1, {DICTIONARY_SURNAME}, -1}, + {"Bekhterev", 1, {DICTIONARY_SURNAME}, -1}, + {"Thiago Xavier", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Columba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Strode", 1, {DICTIONARY_SURNAME}, -1}, + {"Pickering", 1, {DICTIONARY_SURNAME}, -1}, + {"Toniţa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kersey", 1, {DICTIONARY_SURNAME}, -1}, + {"Adedoyin", 1, {DICTIONARY_SURNAME}, -1}, + {"Carson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Harpending", 1, {DICTIONARY_SURNAME}, -1}, + {"Oppenheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiiragi", 1, {DICTIONARY_SURNAME}, -1}, + {"Min-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schaechter", 1, {DICTIONARY_SURNAME}, -1}, + {"Puckett", 1, {DICTIONARY_SURNAME}, -1}, + {"Jairo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamnuna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Okubo", 1, {DICTIONARY_SURNAME}, -1}, + {"Gertrudis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sadao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Attwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Armenulić", 1, {DICTIONARY_SURNAME}, -1}, + {"Raminta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Auberjonois", 1, {DICTIONARY_SURNAME}, -1}, + {"shakeys pizza", 1, {DICTIONARY_CHAIN}, 232}, + {"Cánepa", 1, {DICTIONARY_SURNAME}, -1}, + {"Luljeta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verdenius", 1, {DICTIONARY_SURNAME}, -1}, + {"McDonall", 1, {DICTIONARY_SURNAME}, -1}, + {"Doremus", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaurès", 1, {DICTIONARY_SURNAME}, -1}, + {"Aksentijević", 1, {DICTIONARY_SURNAME}, -1}, + {"Villaroel", 1, {DICTIONARY_SURNAME}, -1}, + {"Zev", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cygan", 1, {DICTIONARY_SURNAME}, -1}, + {"Glas", 1, {DICTIONARY_SURNAME}, -1}, + {"Duyff", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiemi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McPartland", 1, {DICTIONARY_SURNAME}, -1}, + {"Winzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinciarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Schenk", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobutomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farenthold", 1, {DICTIONARY_SURNAME}, -1}, + {"Baszanowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulman", 1, {DICTIONARY_SURNAME}, -1}, + {"Joynes", 1, {DICTIONARY_SURNAME}, -1}, + {"Brazda", 1, {DICTIONARY_SURNAME}, -1}, + {"Basanavičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Erhard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Čelanský", 1, {DICTIONARY_SURNAME}, -1}, + {"Min-jun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peverell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinaccia", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoemperlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Misbah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hakon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Do Rosário", 1, {DICTIONARY_SURNAME}, -1}, + {"Oehlenschläger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirsti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asante", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abhay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Riederer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinçer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohlmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Murr", 1, {DICTIONARY_SURNAME}, -1}, + {"Birrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Arthursson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gansz", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Byström", 1, {DICTIONARY_SURNAME}, -1}, + {"Crespi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ōshima", 1, {DICTIONARY_SURNAME}, -1}, + {"Kåring", 1, {DICTIONARY_SURNAME}, -1}, + {"Henkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Agajanian", 1, {DICTIONARY_SURNAME}, -1}, + {"Yaw", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Namgung", 1, {DICTIONARY_SURNAME}, -1}, + {"Otčenášek", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Bent", 1, {DICTIONARY_SURNAME}, -1}, + {"Schieffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mlakar", 1, {DICTIONARY_SURNAME}, -1}, + {"Mundus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jasna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kremer", 1, {DICTIONARY_SURNAME}, -1}, + {"Varhola", 1, {DICTIONARY_SURNAME}, -1}, + {"Paavolainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackleworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Scattergood", 1, {DICTIONARY_SURNAME}, -1}, + {"Lavinia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vgenopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Rapp", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Blomberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Shatsky", 1, {DICTIONARY_SURNAME}, -1}, + {"McConnohie", 1, {DICTIONARY_SURNAME}, -1}, + {"Harrower", 1, {DICTIONARY_SURNAME}, -1}, + {"Murton", 1, {DICTIONARY_SURNAME}, -1}, + {"Kintner", 1, {DICTIONARY_SURNAME}, -1}, + {"Maver", 1, {DICTIONARY_SURNAME}, -1}, + {"Vujasinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Michelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Veillon", 1, {DICTIONARY_SURNAME}, -1}, + {"Evenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodway", 1, {DICTIONARY_SURNAME}, -1}, + {"Koppelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Plumer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Amhalaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobuatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lygia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vitkovskis", 1, {DICTIONARY_SURNAME}, -1}, + {"Közen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsutaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Levitin", 1, {DICTIONARY_SURNAME}, -1}, + {"Heveningham", 1, {DICTIONARY_SURNAME}, -1}, + {"Kudva", 1, {DICTIONARY_SURNAME}, -1}, + {"Lynam", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulloev", 1, {DICTIONARY_SURNAME}, -1}, + {"Léon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yuriko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdessadki", 1, {DICTIONARY_SURNAME}, -1}, + {"Popwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Vraciu", 1, {DICTIONARY_SURNAME}, -1}, + {"Himeko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aynur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Talib", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Monegal", 1, {DICTIONARY_SURNAME}, -1}, + {"Smirke", 1, {DICTIONARY_SURNAME}, -1}, + {"Bangura", 1, {DICTIONARY_SURNAME}, -1}, + {"Arbizo", 1, {DICTIONARY_SURNAME}, -1}, + {"Treves", 1, {DICTIONARY_SURNAME}, -1}, + {"Sebestyén", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bäcker", 1, {DICTIONARY_SURNAME}, -1}, + {"Čulo", 1, {DICTIONARY_SURNAME}, -1}, + {"Harewood", 1, {DICTIONARY_SURNAME}, -1}, + {"Pathak", 1, {DICTIONARY_SURNAME}, -1}, + {"Diekwisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Harinordoquy", 1, {DICTIONARY_SURNAME}, -1}, + {"Panek", 1, {DICTIONARY_SURNAME}, -1}, + {"Cairenn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Doshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Valdma", 1, {DICTIONARY_SURNAME}, -1}, + {"Mevcha", 1, {DICTIONARY_SURNAME}, -1}, + {"Vecchiali", 1, {DICTIONARY_SURNAME}, -1}, + {"Amhlaidh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Belkom", 1, {DICTIONARY_SURNAME}, -1}, + {"Ladić", 1, {DICTIONARY_SURNAME}, -1}, + {"Beria", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalousek", 1, {DICTIONARY_SURNAME}, -1}, + {"Alasvand", 1, {DICTIONARY_SURNAME}, -1}, + {"Rathke", 1, {DICTIONARY_SURNAME}, -1}, + {"Tufts", 1, {DICTIONARY_SURNAME}, -1}, + {"Vashistha", 1, {DICTIONARY_SURNAME}, -1}, + {"Blažić", 1, {DICTIONARY_SURNAME}, -1}, + {"Shyamalan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kochalka", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehtinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Villapiano", 1, {DICTIONARY_SURNAME}, -1}, + {"Femia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Séraphin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hickerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Miettinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Miessner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vihavainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Passeri", 1, {DICTIONARY_SURNAME}, -1}, + {"Genovaitė", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chiyono", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Riess", 1, {DICTIONARY_SURNAME}, -1}, + {"Vriesendorp", 1, {DICTIONARY_SURNAME}, -1}, + {"Zwelinzima", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adde", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jouko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mariela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viļumanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Pandolfi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouazizi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammerstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenković", 1, {DICTIONARY_SURNAME}, -1}, + {"Maroon", 1, {DICTIONARY_SURNAME}, -1}, + {"Caffery", 1, {DICTIONARY_SURNAME}, -1}, + {"Maria Sole", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Resto", 1, {DICTIONARY_SURNAME}, -1}, + {"Eckler", 1, {DICTIONARY_SURNAME}, -1}, + {"Rundqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Myung-hwa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Markevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhukovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Vítor José", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kuriakose", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iwao", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ka'b", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McDougle", 1, {DICTIONARY_SURNAME}, -1}, + {"Sleigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Vairelles", 1, {DICTIONARY_SURNAME}, -1}, + {"Fennelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Generati", 1, {DICTIONARY_SURNAME}, -1}, + {"Stulić", 1, {DICTIONARY_SURNAME}, -1}, + {"Seawell", 1, {DICTIONARY_SURNAME}, -1}, + {"McBrearty", 1, {DICTIONARY_SURNAME}, -1}, + {"Christodoulou", 1, {DICTIONARY_SURNAME}, -1}, + {"Porzio", 1, {DICTIONARY_SURNAME}, -1}, + {"Akandu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammons", 1, {DICTIONARY_SURNAME}, -1}, + {"Oppeln-Bronikowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Catalano", 1, {DICTIONARY_SURNAME}, -1}, + {"chuck e. cheeses", 1, {DICTIONARY_CHAIN}, 102}, + {"Achbar", 1, {DICTIONARY_SURNAME}, -1}, + {"Abotomey", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilbanks", 1, {DICTIONARY_SURNAME}, -1}, + {"Bambar Baini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uiberreither", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadivar", 1, {DICTIONARY_SURNAME}, -1}, + {"Clamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Franck", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Herrity", 1, {DICTIONARY_SURNAME}, -1}, + {"Vialli", 1, {DICTIONARY_SURNAME}, -1}, + {"Kama", 1, {DICTIONARY_SURNAME}, -1}, + {"Kahya", 1, {DICTIONARY_SURNAME}, -1}, + {"Albarède", 1, {DICTIONARY_SURNAME}, -1}, + {"Vowles", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuzin", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavallin", 1, {DICTIONARY_SURNAME}, -1}, + {"Uegaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Siegfried", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahanfouf", 1, {DICTIONARY_SURNAME}, -1}, + {"Rickson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Canfora", 1, {DICTIONARY_SURNAME}, -1}, + {"Beaumanoir", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhushan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hwan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Littrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaimar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lazarsfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghaei", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorion", 1, {DICTIONARY_SURNAME}, -1}, + {"Volkaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Lubbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Groza", 1, {DICTIONARY_SURNAME}, -1}, + {"Kent", 1, {DICTIONARY_SURNAME}, -1}, + {"Mowat", 1, {DICTIONARY_SURNAME}, -1}, + {"Rojina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geldray", 1, {DICTIONARY_SURNAME}, -1}, + {"Finck", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Iuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukoslavić", 1, {DICTIONARY_SURNAME}, -1}, + {"Tappin", 1, {DICTIONARY_SURNAME}, -1}, + {"Iommi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gachechiladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacques", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McEntire", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunasekera", 1, {DICTIONARY_SURNAME}, -1}, + {"Merrit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brande", 1, {DICTIONARY_SURNAME}, -1}, + {"Marica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Vries", 1, {DICTIONARY_SURNAME}, -1}, + {"Jadaun", 1, {DICTIONARY_SURNAME}, -1}, + {"Belgrano", 1, {DICTIONARY_SURNAME}, -1}, + {"Astle", 1, {DICTIONARY_SURNAME}, -1}, + {"Haitink", 1, {DICTIONARY_SURNAME}, -1}, + {"Streicher", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuyper", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arziani", 1, {DICTIONARY_SURNAME}, -1}, + {"Fumiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wakamoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Gluecks", 1, {DICTIONARY_SURNAME}, -1}, + {"Mangano", 1, {DICTIONARY_SURNAME}, -1}, + {"applebees", 1, {DICTIONARY_CHAIN}, 62}, + {"Scanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruton", 1, {DICTIONARY_SURNAME}, -1}, + {"Özoğuz", 1, {DICTIONARY_SURNAME}, -1}, + {"Pleasant", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakarchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"in-n-outs", 1, {DICTIONARY_CHAIN}, 158}, + {"Karina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Junzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gribelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ioannou", 1, {DICTIONARY_SURNAME}, -1}, + {"Ariosto", 1, {DICTIONARY_SURNAME}, -1}, + {"gloria jeans", 1, {DICTIONARY_CHAIN}, 141}, + {"Hipwell", 1, {DICTIONARY_SURNAME}, -1}, + {"opel", 1, {DICTIONARY_CHAIN}, -1}, + {"Saguisag", 1, {DICTIONARY_SURNAME}, -1}, + {"Davoud", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jesus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weidmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikal", 1, {DICTIONARY_SURNAME}, -1}, + {"Shaps", 1, {DICTIONARY_SURNAME}, -1}, + {"Kramarenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbakoba", 1, {DICTIONARY_SURNAME}, -1}, + {"Giupponi", 1, {DICTIONARY_SURNAME}, -1}, + {"Arinze", 1, {DICTIONARY_SURNAME}, -1}, + {"Busick", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hewlett", 1, {DICTIONARY_SURNAME}, -1}, + {"Jedediah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jonnie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mariash", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamaras", 1, {DICTIONARY_SURNAME}, -1}, + {"Urooj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Panken", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedl", 1, {DICTIONARY_SURNAME}, -1}, + {"Marlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Horn", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldrovandi", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Haar", 1, {DICTIONARY_SURNAME}, -1}, + {"Mortier", 1, {DICTIONARY_SURNAME}, -1}, + {"Sales", 1, {DICTIONARY_SURNAME}, -1}, + {"Feingold", 1, {DICTIONARY_SURNAME}, -1}, + {"Crear", 1, {DICTIONARY_SURNAME}, -1}, + {"Sengl", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoggard", 1, {DICTIONARY_SURNAME}, -1}, + {"Schulhof", 1, {DICTIONARY_SURNAME}, -1}, + {"Nordenskiöld", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidojković", 1, {DICTIONARY_SURNAME}, -1}, + {"Bożena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alexey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adamović", 1, {DICTIONARY_SURNAME}, -1}, + {"Nesselrode", 1, {DICTIONARY_SURNAME}, -1}, + {"Saavedra", 1, {DICTIONARY_SURNAME}, -1}, + {"Jürß", 1, {DICTIONARY_SURNAME}, -1}, + {"Hitchon", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajčević", 1, {DICTIONARY_SURNAME}, -1}, + {"Becerril", 1, {DICTIONARY_SURNAME}, -1}, + {"Enwonwu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandenbergh", 1, {DICTIONARY_SURNAME}, -1}, + {"Takehisa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boulet", 1, {DICTIONARY_SURNAME}, -1}, + {"taco cabana", 1, {DICTIONARY_CHAIN}, -1}, + {"Jacques-Désiré", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bazarevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Márquez", 1, {DICTIONARY_SURNAME}, -1}, + {"Mouradian", 1, {DICTIONARY_SURNAME}, -1}, + {"Alafa", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mizushima", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboab", 1, {DICTIONARY_SURNAME}, -1}, + {"Horčička", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlee", 1, {DICTIONARY_SURNAME}, -1}, + {"Winkelmeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Osti", 1, {DICTIONARY_SURNAME}, -1}, + {"Avcı", 1, {DICTIONARY_SURNAME}, -1}, + {"Heerma", 1, {DICTIONARY_SURNAME}, -1}, + {"Klestil", 1, {DICTIONARY_SURNAME}, -1}, + {"Das", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguiluz", 1, {DICTIONARY_SURNAME}, -1}, + {"Wuerffel", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaumié", 1, {DICTIONARY_SURNAME}, -1}, + {"Margary", 1, {DICTIONARY_SURNAME}, -1}, + {"Mizuhara", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrika", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kyler", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Peffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Spanier", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernusky", 1, {DICTIONARY_SURNAME}, -1}, + {"Muramatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Prendergast", 1, {DICTIONARY_SURNAME}, -1}, + {"Tall", 1, {DICTIONARY_SURNAME}, -1}, + {"Taye", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fitzsimons", 1, {DICTIONARY_SURNAME}, -1}, + {"Reiffel", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Marsh", 1, {DICTIONARY_SURNAME}, -1}, + {"petrom", 1, {DICTIONARY_CHAIN}, -1}, + {"Braune", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciriaco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wafaa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bean Uí Thormadha", 1, {DICTIONARY_SURNAME}, -1}, + {"Ritzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlaughlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Purje", 1, {DICTIONARY_SURNAME}, -1}, + {"Blumberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Nevrakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hudson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stengl", 1, {DICTIONARY_SURNAME}, -1}, + {"Paci", 1, {DICTIONARY_SURNAME}, -1}, + {"Rauno", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klietmann", 1, {DICTIONARY_SURNAME}, -1}, + {"De Jongh", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Banna", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbouda", 1, {DICTIONARY_SURNAME}, -1}, + {"Haseltine", 1, {DICTIONARY_SURNAME}, -1}, + {"Cengiz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kiesling", 1, {DICTIONARY_SURNAME}, -1}, + {"Verlizzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Masatoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yongyudh", 1, {DICTIONARY_SURNAME}, -1}, + {"McNab", 1, {DICTIONARY_SURNAME}, -1}, + {"Serafinowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"De Waele", 1, {DICTIONARY_SURNAME}, -1}, + {"Martin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Furutani", 1, {DICTIONARY_SURNAME}, -1}, + {"Isla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Suominen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubthaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Bampfylde", 1, {DICTIONARY_SURNAME}, -1}, + {"Pouria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joye", 1, {DICTIONARY_SURNAME}, -1}, + {"Seeliger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikstøl", 1, {DICTIONARY_SURNAME}, -1}, + {"Mordvinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Thaulow", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Altin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lumsdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Radner", 1, {DICTIONARY_SURNAME}, -1}, + {"Baburin", 1, {DICTIONARY_SURNAME}, -1}, + {"Aila", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cammick", 1, {DICTIONARY_SURNAME}, -1}, + {"Havránek", 1, {DICTIONARY_SURNAME}, -1}, + {"Benrath", 1, {DICTIONARY_SURNAME}, -1}, + {"Coles", 1, {DICTIONARY_SURNAME}, -1}, + {"Handke", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogucki", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunsaku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Angerer", 1, {DICTIONARY_SURNAME}, -1}, + {"Shaaban", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akanbi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gratz", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiff", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoad", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaprindashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"McCamus", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashe", 1, {DICTIONARY_SURNAME}, -1}, + {"Drizić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vítkovský", 1, {DICTIONARY_SURNAME}, -1}, + {"Dingad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uematsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Dufault", 1, {DICTIONARY_SURNAME}, -1}, + {"Raychev", 1, {DICTIONARY_SURNAME}, -1}, + {"Gianna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bassi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abildstrøm", 1, {DICTIONARY_SURNAME}, -1}, + {"Angelov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolzoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Abplanalp", 1, {DICTIONARY_SURNAME}, -1}, + {"Pandharipande", 1, {DICTIONARY_SURNAME}, -1}, + {"Endsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Harkarvy", 1, {DICTIONARY_SURNAME}, -1}, + {"Votto", 1, {DICTIONARY_SURNAME}, -1}, + {"Blasius", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambelas", 1, {DICTIONARY_SURNAME}, -1}, + {"Mudd", 1, {DICTIONARY_SURNAME}, -1}, + {"Christophe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nirdesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ionuț", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voronkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Akoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Buffett", 1, {DICTIONARY_SURNAME}, -1}, + {"Seifzadeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Stel", 1, {DICTIONARY_SURNAME}, -1}, + {"Aurino", 1, {DICTIONARY_SURNAME}, -1}, + {"Abouzeid", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoshina", 1, {DICTIONARY_SURNAME}, -1}, + {"Deb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leclercq", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakashidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwendolen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pococke", 1, {DICTIONARY_SURNAME}, -1}, + {"Abazov", 1, {DICTIONARY_SURNAME}, -1}, + {"Karosas", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bernardazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Çökmüş", 1, {DICTIONARY_SURNAME}, -1}, + {"Yahiro", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Carosi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nourse", 1, {DICTIONARY_SURNAME}, -1}, + {"Luce", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rankine", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziółkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Velasques", 1, {DICTIONARY_SURNAME}, -1}, + {"Mieres", 1, {DICTIONARY_SURNAME}, -1}, + {"Chkhetiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Arzumanyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hlawka", 1, {DICTIONARY_SURNAME}, -1}, + {"Saryan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gombrowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurišić", 1, {DICTIONARY_SURNAME}, -1}, + {"Johannes", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoshihide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoshihito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Antek", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hinge", 1, {DICTIONARY_SURNAME}, -1}, + {"Airi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nagamatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kōzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reddan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adjey", 1, {DICTIONARY_SURNAME}, -1}, + {"Takushiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farman", 1, {DICTIONARY_SURNAME}, -1}, + {"Arepina", 1, {DICTIONARY_SURNAME}, -1}, + {"Sven", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erdl", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrales", 1, {DICTIONARY_SURNAME}, -1}, + {"Stahlecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Karels", 1, {DICTIONARY_SURNAME}, -1}, + {"Benguettaf", 1, {DICTIONARY_SURNAME}, -1}, + {"Tylney", 1, {DICTIONARY_SURNAME}, -1}, + {"Eliassen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hediger", 1, {DICTIONARY_SURNAME}, -1}, + {"Haghi", 1, {DICTIONARY_SURNAME}, -1}, + {"Foster", 1, {DICTIONARY_SURNAME}, -1}, + {"Anupama", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hougaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Joselito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Westermarck", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruriko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lorenzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowles", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghidini", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deosaran", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakai", 1, {DICTIONARY_SURNAME}, -1}, + {"Voelkert", 1, {DICTIONARY_SURNAME}, -1}, + {"Taggart", 1, {DICTIONARY_SURNAME}, -1}, + {"De Lillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Altfuldisch", 1, {DICTIONARY_SURNAME}, -1}, + {"McAloon", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbamonte", 1, {DICTIONARY_SURNAME}, -1}, + {"petro canada", 1, {DICTIONARY_CHAIN}, 203}, + {"Alfred", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lynch", 1, {DICTIONARY_SURNAME}, -1}, + {"Skoglund", 1, {DICTIONARY_SURNAME}, -1}, + {"Ertman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ohannes", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Superchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gangemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pijpers", 1, {DICTIONARY_SURNAME}, -1}, + {"Castrilli", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarrel", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheff", 1, {DICTIONARY_SURNAME}, -1}, + {"McNaughton", 1, {DICTIONARY_SURNAME}, -1}, + {"Stenbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalgarno", 1, {DICTIONARY_SURNAME}, -1}, + {"Webley", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerningham", 1, {DICTIONARY_SURNAME}, -1}, + {"Nemoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Metzger", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzola", 1, {DICTIONARY_SURNAME}, -1}, + {"Radchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Qurtubi", 1, {DICTIONARY_SURNAME}, -1}, + {"Shihab al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Faioli", 1, {DICTIONARY_SURNAME}, -1}, + {"Bairnsfather", 1, {DICTIONARY_SURNAME}, -1}, + {"Nosske", 1, {DICTIONARY_SURNAME}, -1}, + {"Bušić", 1, {DICTIONARY_SURNAME}, -1}, + {"Moyano", 1, {DICTIONARY_SURNAME}, -1}, + {"Korravai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caffie", 1, {DICTIONARY_SURNAME}, -1}, + {"Cesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayberk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pichkhadze", 1, {DICTIONARY_SURNAME}, -1}, + {"h.v.b", 1, {DICTIONARY_CHAIN}, 155}, + {"Stehlík", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-jun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hilde", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sundstedt", 1, {DICTIONARY_SURNAME}, -1}, + {"Passereau", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ass", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaviria", 1, {DICTIONARY_SURNAME}, -1}, + {"crédit mutuel", 1, {DICTIONARY_CHAIN}, -1}, + {"Rockne", 1, {DICTIONARY_SURNAME}, -1}, + {"Heilbronn", 1, {DICTIONARY_SURNAME}, -1}, + {"Alderton", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūhei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mierzejewski", 1, {DICTIONARY_SURNAME}, -1}, + {"aldi süd", 1, {DICTIONARY_CHAIN}, -1}, + {"Saimes", 1, {DICTIONARY_SURNAME}, -1}, + {"Bronzini", 1, {DICTIONARY_SURNAME}, -1}, + {"Marney", 1, {DICTIONARY_SURNAME}, -1}, + {"Görgl", 1, {DICTIONARY_SURNAME}, -1}, + {"Kontogouris", 1, {DICTIONARY_SURNAME}, -1}, + {"Valderhaug", 1, {DICTIONARY_SURNAME}, -1}, + {"Slonczewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eichenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Trout", 1, {DICTIONARY_SURNAME}, -1}, + {"Hašek", 1, {DICTIONARY_SURNAME}, -1}, + {"Dong", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizquel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Dufour", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabin", 1, {DICTIONARY_SURNAME}, -1}, + {"Anouilh", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagatsuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogić", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grushin", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gil", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Clissold", 1, {DICTIONARY_SURNAME}, -1}, + {"Edwardson", 1, {DICTIONARY_SURNAME}, -1}, + {"Eberhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Casteel", 1, {DICTIONARY_SURNAME}, -1}, + {"Blumlein", 1, {DICTIONARY_SURNAME}, -1}, + {"Amiralay", 1, {DICTIONARY_SURNAME}, -1}, + {"Fogle", 1, {DICTIONARY_SURNAME}, -1}, + {"Strakosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Roshchupkina", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirschfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolduc", 1, {DICTIONARY_SURNAME}, -1}, + {"Reekers", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlădărău", 1, {DICTIONARY_SURNAME}, -1}, + {"Twiggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Roussopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukui", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlebusch", 1, {DICTIONARY_SURNAME}, -1}, + {"Riordan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hironaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Deller", 1, {DICTIONARY_SURNAME}, -1}, + {"Millidge", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaičiulis", 1, {DICTIONARY_SURNAME}, -1}, + {"McGihon", 1, {DICTIONARY_SURNAME}, -1}, + {"Schieffelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Carascon", 1, {DICTIONARY_SURNAME}, -1}, + {"Mäenpää", 1, {DICTIONARY_SURNAME}, -1}, + {"Maneh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dautzenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakker", 1, {DICTIONARY_SURNAME}, -1}, + {"Stansfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Engelhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vesmadian", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheek", 1, {DICTIONARY_SURNAME}, -1}, + {"Coppi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanpoucke", 1, {DICTIONARY_SURNAME}, -1}, + {"Berend", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-sik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Musgrave", 1, {DICTIONARY_SURNAME}, -1}, + {"Fernan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Amano", 1, {DICTIONARY_SURNAME}, -1}, + {"Cione", 1, {DICTIONARY_SURNAME}, -1}, + {"Komorowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Pool", 1, {DICTIONARY_SURNAME}, -1}, + {"Baillie", 1, {DICTIONARY_SURNAME}, -1}, + {"Willox", 1, {DICTIONARY_SURNAME}, -1}, + {"Buratti", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeon-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jihad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maroto", 1, {DICTIONARY_SURNAME}, -1}, + {"Selma", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Saeko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Böcken", 1, {DICTIONARY_SURNAME}, -1}, + {"Gražina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Crem", 1, {DICTIONARY_SURNAME}, -1}, + {"Gollob", 1, {DICTIONARY_SURNAME}, -1}, + {"Coia", 1, {DICTIONARY_SURNAME}, -1}, + {"Șerbănescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Albadoro", 1, {DICTIONARY_SURNAME}, -1}, + {"Mi", 1, {DICTIONARY_SURNAME}, -1}, + {"Usui", 1, {DICTIONARY_SURNAME}, -1}, + {"Anastasije", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sionko", 1, {DICTIONARY_SURNAME}, -1}, + {"Derren", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacFarlane", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleveland", 1, {DICTIONARY_SURNAME}, -1}, + {"Lienhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellriegel", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsumori", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Zant", 1, {DICTIONARY_SURNAME}, -1}, + {"Tripković", 1, {DICTIONARY_SURNAME}, -1}, + {"Grnja", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyokazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ofosu", 1, {DICTIONARY_SURNAME}, -1}, + {"Stimson", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshihito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Borlase", 1, {DICTIONARY_SURNAME}, -1}, + {"Chrzanowski", 1, {DICTIONARY_SURNAME}, -1}, + {"McQueeney", 1, {DICTIONARY_SURNAME}, -1}, + {"Se-yoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Renard", 1, {DICTIONARY_SURNAME}, -1}, + {"Jubayr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hardaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Beqiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Hearns", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramachandran", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vemming", 1, {DICTIONARY_SURNAME}, -1}, + {"Veggetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Seán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seveali'i", 1, {DICTIONARY_SURNAME}, -1}, + {"Maslo", 1, {DICTIONARY_SURNAME}, -1}, + {"Branko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acerbi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gopnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Agoos", 1, {DICTIONARY_SURNAME}, -1}, + {"Hermon-Hodge", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Cillín", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Creager", 1, {DICTIONARY_SURNAME}, -1}, + {"Olmsted", 1, {DICTIONARY_SURNAME}, -1}, + {"McCormac", 1, {DICTIONARY_SURNAME}, -1}, + {"Lach", 1, {DICTIONARY_SURNAME}, -1}, + {"Leachman", 1, {DICTIONARY_SURNAME}, -1}, + {"Shcherbachov", 1, {DICTIONARY_SURNAME}, -1}, + {"Saionji", 1, {DICTIONARY_SURNAME}, -1}, + {"Adarnase", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steinheil", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonilowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Neftçi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahouéya", 1, {DICTIONARY_SURNAME}, -1}, + {"Avak'yan", 1, {DICTIONARY_SURNAME}, -1}, + {"Morisset", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinterberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Babasaheb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Skoumal", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosemary", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wickens", 1, {DICTIONARY_SURNAME}, -1}, + {"Brusoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Akikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Vinne", 1, {DICTIONARY_SURNAME}, -1}, + {"Stratigos", 1, {DICTIONARY_SURNAME}, -1}, + {"Aftergood", 1, {DICTIONARY_SURNAME}, -1}, + {"Sekimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Bramlet", 1, {DICTIONARY_SURNAME}, -1}, + {"Anić", 1, {DICTIONARY_SURNAME}, -1}, + {"Steindl", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coulton", 1, {DICTIONARY_SURNAME}, -1}, + {"Sludden", 1, {DICTIONARY_SURNAME}, -1}, + {"Seoane", 1, {DICTIONARY_SURNAME}, -1}, + {"Righetti", 1, {DICTIONARY_SURNAME}, -1}, + {"McCorquodale", 1, {DICTIONARY_SURNAME}, -1}, + {"Graebner", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinek", 1, {DICTIONARY_SURNAME}, -1}, + {"Queipo", 1, {DICTIONARY_SURNAME}, -1}, + {"Várhidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Elderfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Asmundson", 1, {DICTIONARY_SURNAME}, -1}, + {"Wertimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisham", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gierek", 1, {DICTIONARY_SURNAME}, -1}, + {"Garres", 1, {DICTIONARY_SURNAME}, -1}, + {"MacLeod", 1, {DICTIONARY_SURNAME}, -1}, + {"Cumberland", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Enck", 1, {DICTIONARY_SURNAME}, -1}, + {"Willmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Musiał", 1, {DICTIONARY_SURNAME}, -1}, + {"Belizaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Nashida", 1, {DICTIONARY_SURNAME}, -1}, + {"Savannah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amphlett", 1, {DICTIONARY_SURNAME}, -1}, + {"Rist", 1, {DICTIONARY_SURNAME}, -1}, + {"McColligan", 1, {DICTIONARY_SURNAME}, -1}, + {"Senad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trailokyanath", 1, {DICTIONARY_SURNAME}, -1}, + {"McMahon", 1, {DICTIONARY_SURNAME}, -1}, + {"Taichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Papoulas", 1, {DICTIONARY_SURNAME}, -1}, + {"Rubashov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ngô", 1, {DICTIONARY_SURNAME}, -1}, + {"Pernilla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Creirwy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verndal", 1, {DICTIONARY_SURNAME}, -1}, + {"Cybulska", 1, {DICTIONARY_SURNAME}, -1}, + {"Maceo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"D'Amato", 1, {DICTIONARY_SURNAME}, -1}, + {"Tolush", 1, {DICTIONARY_SURNAME}, -1}, + {"Coşkun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vardhineni", 1, {DICTIONARY_SURNAME}, -1}, + {"Orzechowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartolomeo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bredin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kara", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boyington", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlagintweit", 1, {DICTIONARY_SURNAME}, -1}, + {"Reger", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Heteren", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaramillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Cafferty", 1, {DICTIONARY_SURNAME}, -1}, + {"Cimini", 1, {DICTIONARY_SURNAME}, -1}, + {"McKenry", 1, {DICTIONARY_SURNAME}, -1}, + {"Tacio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abbad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paiement", 1, {DICTIONARY_SURNAME}, -1}, + {"Fišer", 1, {DICTIONARY_SURNAME}, -1}, + {"Fang", 1, {DICTIONARY_SURNAME}, -1}, + {"Alves da Silva", 1, {DICTIONARY_SURNAME}, -1}, + {"Jönsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Taccone", 1, {DICTIONARY_SURNAME}, -1}, + {"Fonblanque", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahde", 1, {DICTIONARY_SURNAME}, -1}, + {"DeBerry", 1, {DICTIONARY_SURNAME}, -1}, + {"Suganuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Caffarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Suravaram", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shandiin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"in n' outs", 1, {DICTIONARY_CHAIN}, 158}, + {"Altegoer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gyepes", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayahana", 1, {DICTIONARY_SURNAME}, -1}, + {"Schladweiler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Matre", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Spakovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Moorer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hassler", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazzari", 1, {DICTIONARY_SURNAME}, -1}, + {"Einar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"River", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bullinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayler", 1, {DICTIONARY_SURNAME}, -1}, + {"Atchabahian", 1, {DICTIONARY_SURNAME}, -1}, + {"Babeș", 1, {DICTIONARY_SURNAME}, -1}, + {"Armaş", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Lester", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vickery", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnarson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernhauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Van De Noort", 1, {DICTIONARY_SURNAME}, -1}, + {"Nineli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vostrikova", 1, {DICTIONARY_SURNAME}, -1}, + {"Malin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vatamanyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Văluţă", 1, {DICTIONARY_SURNAME}, -1}, + {"Haggerty", 1, {DICTIONARY_SURNAME}, -1}, + {"Rossetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Boreman", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinot", 1, {DICTIONARY_SURNAME}, -1}, + {"Brož", 1, {DICTIONARY_SURNAME}, -1}, + {"McGurk", 1, {DICTIONARY_SURNAME}, -1}, + {"Steubl", 1, {DICTIONARY_SURNAME}, -1}, + {"Covais", 1, {DICTIONARY_SURNAME}, -1}, + {"Pock", 1, {DICTIONARY_SURNAME}, -1}, + {"Diti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Honnorat", 1, {DICTIONARY_SURNAME}, -1}, + {"Amponsem", 1, {DICTIONARY_SURNAME}, -1}, + {"Hakubun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berkovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Elers", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hickins", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheen", 1, {DICTIONARY_SURNAME}, -1}, + {"Benard", 1, {DICTIONARY_SURNAME}, -1}, + {"Mabry", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamberti", 1, {DICTIONARY_SURNAME}, -1}, + {"Gelashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Kranz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazlas", 1, {DICTIONARY_SURNAME}, -1}, + {"Gogi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wolanski", 1, {DICTIONARY_SURNAME}, -1}, + {"Schillaci", 1, {DICTIONARY_SURNAME}, -1}, + {"Bennett", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fünten", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukasović", 1, {DICTIONARY_SURNAME}, -1}, + {"Ervi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aditi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidyaratna", 1, {DICTIONARY_SURNAME}, -1}, + {"Clopton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cant", 1, {DICTIONARY_SURNAME}, -1}, + {"Kjærgaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubinin", 1, {DICTIONARY_SURNAME}, -1}, + {"r e i", 1, {DICTIONARY_CHAIN}, 220}, + {"Youskevitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Senger", 1, {DICTIONARY_SURNAME}, -1}, + {"Krauser", 1, {DICTIONARY_SURNAME}, -1}, + {"Knobelsdorff", 1, {DICTIONARY_SURNAME}, -1}, + {"Waagen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanocur", 1, {DICTIONARY_SURNAME}, -1}, + {"Culpepper", 1, {DICTIONARY_SURNAME}, -1}, + {"Irma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rimsky-Korsakov", 1, {DICTIONARY_SURNAME}, -1}, + {"McCord", 1, {DICTIONARY_SURNAME}, -1}, + {"ben & jerry's", 1, {DICTIONARY_CHAIN}, -1}, + {"Vantyler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhandary", 1, {DICTIONARY_SURNAME}, -1}, + {"Riesch", 1, {DICTIONARY_SURNAME}, -1}, + {"Svetozar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dubasov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartram", 1, {DICTIONARY_SURNAME}, -1}, + {"Marquart", 1, {DICTIONARY_SURNAME}, -1}, + {"Kviat", 1, {DICTIONARY_SURNAME}, -1}, + {"Slaviša", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mousavi", 1, {DICTIONARY_SURNAME}, -1}, + {"Majumdar", 1, {DICTIONARY_SURNAME}, -1}, + {"Biesheuvel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinasewich", 1, {DICTIONARY_SURNAME}, -1}, + {"Damle", 1, {DICTIONARY_SURNAME}, -1}, + {"Zdenka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ramelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Frederic", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zedner", 1, {DICTIONARY_SURNAME}, -1}, + {"Limaye", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrank", 1, {DICTIONARY_SURNAME}, -1}, + {"Pappenheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Nodoka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Savenkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kertész", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lindenlaub", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulido", 1, {DICTIONARY_SURNAME}, -1}, + {"MacAlley", 1, {DICTIONARY_SURNAME}, -1}, + {"Heller", 1, {DICTIONARY_SURNAME}, -1}, + {"Baly", 1, {DICTIONARY_SURNAME}, -1}, + {"Macotelo", 1, {DICTIONARY_SURNAME}, -1}, + {"Aparecido", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Lottum", 1, {DICTIONARY_SURNAME}, -1}, + {"Alem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vloeimans", 1, {DICTIONARY_SURNAME}, -1}, + {"Campert", 1, {DICTIONARY_SURNAME}, -1}, + {"Fujitaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kindleberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Bone", 1, {DICTIONARY_SURNAME}, -1}, + {"Rinker", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunch", 1, {DICTIONARY_SURNAME}, -1}, + {"Tallman", 1, {DICTIONARY_SURNAME}, -1}, + {"Conleth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ivanovna", 1, {DICTIONARY_SURNAME}, -1}, + {"Verel", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuary", 1, {DICTIONARY_SURNAME}, -1}, + {"Eliseo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adekoya", 1, {DICTIONARY_SURNAME}, -1}, + {"Huzik", 1, {DICTIONARY_SURNAME}, -1}, + {"Howison", 1, {DICTIONARY_SURNAME}, -1}, + {"Chernoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Strzałkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Wandesleben", 1, {DICTIONARY_SURNAME}, -1}, + {"Habibullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lascelles", 1, {DICTIONARY_SURNAME}, -1}, + {"Silfverstrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Brook", 1, {DICTIONARY_SURNAME}, -1}, + {"Backler", 1, {DICTIONARY_SURNAME}, -1}, + {"Alis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mussorgsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonini", 1, {DICTIONARY_SURNAME}, -1}, + {"Rispoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Hessa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aslı", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Binny", 1, {DICTIONARY_SURNAME}, -1}, + {"Guntz", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdyldayev", 1, {DICTIONARY_SURNAME}, -1}, + {"De Meyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Maoilmhichil", 1, {DICTIONARY_SURNAME}, -1}, + {"Emese", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cathleen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Esajas", 1, {DICTIONARY_SURNAME}, -1}, + {"Fetfatzidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Rogers", 1, {DICTIONARY_SURNAME}, -1}, + {"Staibano", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinode", 1, {DICTIONARY_SURNAME}, -1}, + {"Prerna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clair", 1, {DICTIONARY_SURNAME}, -1}, + {"Moneim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kanakaris", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherono", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ivanovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Park", 1, {DICTIONARY_SURNAME}, -1}, + {"McRandle", 1, {DICTIONARY_SURNAME}, -1}, + {"Sambandam", 1, {DICTIONARY_SURNAME}, -1}, + {"Durante", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Edsel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Winckworth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hidetsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gallego", 1, {DICTIONARY_SURNAME}, -1}, + {"Myrdal", 1, {DICTIONARY_SURNAME}, -1}, + {"Ágh", 1, {DICTIONARY_SURNAME}, -1}, + {"Niemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Grünewald", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahzad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Melek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pachelbel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ansgar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Safiye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Calderone", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnulphy", 1, {DICTIONARY_SURNAME}, -1}, + {"Heidkrüger", 1, {DICTIONARY_SURNAME}, -1}, + {"Ragueneau", 1, {DICTIONARY_SURNAME}, -1}, + {"Castro", 1, {DICTIONARY_SURNAME}, -1}, + {"Englisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Symonds", 1, {DICTIONARY_SURNAME}, -1}, + {"Osman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adigun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Magdy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gunhild", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Artemyev", 1, {DICTIONARY_SURNAME}, -1}, + {"De Geer", 1, {DICTIONARY_SURNAME}, -1}, + {"Jedele", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomokatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wiertz", 1, {DICTIONARY_SURNAME}, -1}, + {"Foggo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ang", 1, {DICTIONARY_SURNAME}, -1}, + {"Perković", 1, {DICTIONARY_SURNAME}, -1}, + {"Amadeus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saharanpuri", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Spek", 1, {DICTIONARY_SURNAME}, -1}, + {"Copland", 1, {DICTIONARY_SURNAME}, -1}, + {"Campaña", 1, {DICTIONARY_SURNAME}, -1}, + {"Vojtko", 1, {DICTIONARY_SURNAME}, -1}, + {"Jose", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"swensen's", 1, {DICTIONARY_CHAIN}, -1}, + {"Urquhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrushenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Audette", 1, {DICTIONARY_SURNAME}, -1}, + {"Günthör", 1, {DICTIONARY_SURNAME}, -1}, + {"Herschlag", 1, {DICTIONARY_SURNAME}, -1}, + {"Verpakovskis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sydorenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Elec", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Velsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Blerk", 1, {DICTIONARY_SURNAME}, -1}, + {"Grangel", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinto", 1, {DICTIONARY_SURNAME}, -1}, + {"Burtnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Viorel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdul Masih", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pettenella", 1, {DICTIONARY_SURNAME}, -1}, + {"Chichinadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Frankenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajaratnam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tenkoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCahey", 1, {DICTIONARY_SURNAME}, -1}, + {"Scantlebury", 1, {DICTIONARY_SURNAME}, -1}, + {"Gudavičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Anstey", 1, {DICTIONARY_SURNAME}, -1}, + {"Macovei", 1, {DICTIONARY_SURNAME}, -1}, + {"Ames", 1, {DICTIONARY_SURNAME}, -1}, + {"Nitot", 1, {DICTIONARY_SURNAME}, -1}, + {"Ermels", 1, {DICTIONARY_SURNAME}, -1}, + {"Melnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Larosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McFerron", 1, {DICTIONARY_SURNAME}, -1}, + {"Asazu", 1, {DICTIONARY_SURNAME}, -1}, + {"Verčič", 1, {DICTIONARY_SURNAME}, -1}, + {"Ohlsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Parlon", 1, {DICTIONARY_SURNAME}, -1}, + {"Langley", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazo", 1, {DICTIONARY_SURNAME}, -1}, + {"Naruyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mitsuhira", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"tim hortons", 1, {DICTIONARY_CHAIN}, -1}, + {"Zängl", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerlache", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulke", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Leiris", 1, {DICTIONARY_SURNAME}, -1}, + {"bubba gump shrimp company", 1, {DICTIONARY_CHAIN}, -1}, + {"Eristavi", 1, {DICTIONARY_SURNAME}, -1}, + {"Varane", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjørnstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Kisfaludy", 1, {DICTIONARY_SURNAME}, -1}, + {"Nkomo", 1, {DICTIONARY_SURNAME}, -1}, + {"De Macedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcello", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Newsum", 1, {DICTIONARY_SURNAME}, -1}, + {"Glória", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bedri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bargeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mag Shitric", 1, {DICTIONARY_SURNAME}, -1}, + {"Sekihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Brayshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Loretta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voelcker", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiedenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Schick", 1, {DICTIONARY_SURNAME}, -1}, + {"Tousi", 1, {DICTIONARY_SURNAME}, -1}, + {"Giovinco", 1, {DICTIONARY_SURNAME}, -1}, + {"Shěn", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapierzyński", 1, {DICTIONARY_SURNAME}, -1}, + {"Grybas", 1, {DICTIONARY_SURNAME}, -1}, + {"Callow", 1, {DICTIONARY_SURNAME}, -1}, + {"Häberli", 1, {DICTIONARY_SURNAME}, -1}, + {"Susy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Namdar", 1, {DICTIONARY_SURNAME}, -1}, + {"Coppersmith", 1, {DICTIONARY_SURNAME}, -1}, + {"Regina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alikaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlenker", 1, {DICTIONARY_SURNAME}, -1}, + {"Jairus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Unigwe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kieber", 1, {DICTIONARY_SURNAME}, -1}, + {"Signoret", 1, {DICTIONARY_SURNAME}, -1}, + {"Valant", 1, {DICTIONARY_SURNAME}, -1}, + {"Katrin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Velkoborský", 1, {DICTIONARY_SURNAME}, -1}, + {"Minaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Demirdjian", 1, {DICTIONARY_SURNAME}, -1}, + {"Zakhar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steinauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanunnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ćetković", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulke", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeckeln", 1, {DICTIONARY_SURNAME}, -1}, + {"Courtnay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Michiyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yabūchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dolores", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Virzì", 1, {DICTIONARY_SURNAME}, -1}, + {"Errington", 1, {DICTIONARY_SURNAME}, -1}, + {"Louganis", 1, {DICTIONARY_SURNAME}, -1}, + {"Noble", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stansbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabb", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó hAodha", 1, {DICTIONARY_SURNAME}, -1}, + {"Jayaraj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"carl's jrs", 1, {DICTIONARY_CHAIN}, 93}, + {"Wittig", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasold", 1, {DICTIONARY_SURNAME}, -1}, + {"Raef", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Borge", 1, {DICTIONARY_SURNAME}, -1}, + {"Wederson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goodhew", 1, {DICTIONARY_SURNAME}, -1}, + {"Haswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Rezső", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Belew", 1, {DICTIONARY_SURNAME}, -1}, + {"Colbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Bannus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ashvetia", 1, {DICTIONARY_SURNAME}, -1}, + {"Spillman", 1, {DICTIONARY_SURNAME}, -1}, + {"Chabet", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Corcoran", 1, {DICTIONARY_SURNAME}, -1}, + {"Miltiades", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Panula", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukinori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agueli", 1, {DICTIONARY_SURNAME}, -1}, + {"Seyrès", 1, {DICTIONARY_SURNAME}, -1}, + {"Myung-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sgouros", 1, {DICTIONARY_SURNAME}, -1}, + {"Spriggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Brenner", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannula", 1, {DICTIONARY_SURNAME}, -1}, + {"Carbone", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallvey", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagaš", 1, {DICTIONARY_SURNAME}, -1}, + {"Soós", 1, {DICTIONARY_SURNAME}, -1}, + {"Okuma", 1, {DICTIONARY_SURNAME}, -1}, + {"bubba gump shrimp co.", 1, {DICTIONARY_CHAIN}, 87}, + {"Myrthenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Kashgari", 1, {DICTIONARY_SURNAME}, -1}, + {"Biernacki", 1, {DICTIONARY_SURNAME}, -1}, + {"Luizão", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aydın", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jenni", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ričardas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tsuneyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"cracker barrel old country store", 1, {DICTIONARY_CHAIN}, 111}, + {"Agakhanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Doody", 1, {DICTIONARY_SURNAME}, -1}, + {"Rossignoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Korjus", 1, {DICTIONARY_SURNAME}, -1}, + {"Seibold", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ville", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toriyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Awan", 1, {DICTIONARY_SURNAME}, -1}, + {"Haagensen", 1, {DICTIONARY_SURNAME}, -1}, + {"seattle's best", 1, {DICTIONARY_CHAIN}, 230}, + {"Bleddyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tetsurō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stengel", 1, {DICTIONARY_SURNAME}, -1}, + {"Cellini", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Venables", 1, {DICTIONARY_SURNAME}, -1}, + {"Rut", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drouin", 1, {DICTIONARY_SURNAME}, -1}, + {"MacEachin", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassells", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollander", 1, {DICTIONARY_SURNAME}, -1}, + {"Clodagh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grahame", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrisoverghi", 1, {DICTIONARY_SURNAME}, -1}, + {"COSER", 1, {DICTIONARY_SURNAME}, -1}, + {"Pfennig", 1, {DICTIONARY_SURNAME}, -1}, + {"Nardo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Glassell", 1, {DICTIONARY_SURNAME}, -1}, + {"To", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dalen", 1, {DICTIONARY_SURNAME}, -1}, + {"Albaret", 1, {DICTIONARY_SURNAME}, -1}, + {"Ankalaparamecuvari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ronstadt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ejiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Valoušek", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiele", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmalfuss", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-hye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nariyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vilotijević", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryūsei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cherenkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gravenor", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Es", 1, {DICTIONARY_SURNAME}, -1}, + {"Mucelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Chowta", 1, {DICTIONARY_SURNAME}, -1}, + {"Mavrodi", 1, {DICTIONARY_SURNAME}, -1}, + {"Voutilainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyšniauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Krumm", 1, {DICTIONARY_SURNAME}, -1}, + {"Etsuji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Přibyl", 1, {DICTIONARY_SURNAME}, -1}, + {"Bockman", 1, {DICTIONARY_SURNAME}, -1}, + {"Cristescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Feng", 1, {DICTIONARY_SURNAME}, -1}, + {"Mana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blore", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahronovitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Damjanić", 1, {DICTIONARY_SURNAME}, -1}, + {"Mishani", 1, {DICTIONARY_SURNAME}, -1}, + {"Tschaikowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Cusumano", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckford", 1, {DICTIONARY_SURNAME}, -1}, + {"Palin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kincaid", 1, {DICTIONARY_SURNAME}, -1}, + {"Đorđević", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhangeri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lustenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Fechter", 1, {DICTIONARY_SURNAME}, -1}, + {"Emmert", 1, {DICTIONARY_SURNAME}, -1}, + {"Jandieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Tilden", 1, {DICTIONARY_SURNAME}, -1}, + {"Agarici", 1, {DICTIONARY_SURNAME}, -1}, + {"Keightley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hilsum", 1, {DICTIONARY_SURNAME}, -1}, + {"Welzl", 1, {DICTIONARY_SURNAME}, -1}, + {"Oberdorfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Fremantle", 1, {DICTIONARY_SURNAME}, -1}, + {"Pagliarini", 1, {DICTIONARY_SURNAME}, -1}, + {"Patmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Bollobás", 1, {DICTIONARY_SURNAME}, -1}, + {"Sundqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Lumholtz", 1, {DICTIONARY_SURNAME}, -1}, + {"Falkanger", 1, {DICTIONARY_SURNAME}, -1}, + {"Cookson", 1, {DICTIONARY_SURNAME}, -1}, + {"Galluccio", 1, {DICTIONARY_SURNAME}, -1}, + {"Oropeza", 1, {DICTIONARY_SURNAME}, -1}, + {"Viljo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kalish", 1, {DICTIONARY_SURNAME}, -1}, + {"Selley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanzekin", 1, {DICTIONARY_SURNAME}, -1}, + {"Beyor", 1, {DICTIONARY_SURNAME}, -1}, + {"Carmiggelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Conan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akram", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Balodis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowne", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoker", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdurahmonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayameko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Darnton", 1, {DICTIONARY_SURNAME}, -1}, + {"Somhairle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daryll", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hollo", 1, {DICTIONARY_SURNAME}, -1}, + {"Harrington", 1, {DICTIONARY_SURNAME}, -1}, + {"Valiūnas", 1, {DICTIONARY_SURNAME}, -1}, + {"Hempenstall", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuistan", 1, {DICTIONARY_SURNAME}, -1}, + {"Méray", 1, {DICTIONARY_SURNAME}, -1}, + {"Ansberry", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemke", 1, {DICTIONARY_SURNAME}, -1}, + {"Clares", 1, {DICTIONARY_SURNAME}, -1}, + {"Alfieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Wickman", 1, {DICTIONARY_SURNAME}, -1}, + {"Cooperson", 1, {DICTIONARY_SURNAME}, -1}, + {"Milles", 1, {DICTIONARY_SURNAME}, -1}, + {"Hertner", 1, {DICTIONARY_SURNAME}, -1}, + {"Canini", 1, {DICTIONARY_SURNAME}, -1}, + {"Clayton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stoilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Masataka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chetwynd", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldblum", 1, {DICTIONARY_SURNAME}, -1}, + {"Thornton", 1, {DICTIONARY_SURNAME}, -1}, + {"Žilinskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Coaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Disraeli", 1, {DICTIONARY_SURNAME}, -1}, + {"McTell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumaran", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoël", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bestman", 1, {DICTIONARY_SURNAME}, -1}, + {"Budd", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boughey", 1, {DICTIONARY_SURNAME}, -1}, + {"Adzedu", 1, {DICTIONARY_SURNAME}, -1}, + {"Matković", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassey", 1, {DICTIONARY_SURNAME}, -1}, + {"Reginald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Townsend", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Randhawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolff", 1, {DICTIONARY_SURNAME}, -1}, + {"Vunibobo", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sevastyanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Coppyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Orsino", 1, {DICTIONARY_SURNAME}, -1}, + {"Bajčetić", 1, {DICTIONARY_SURNAME}, -1}, + {"Furse", 1, {DICTIONARY_SURNAME}, -1}, + {"Melikishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Despina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Velzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Wuornos", 1, {DICTIONARY_SURNAME}, -1}, + {"Munenari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eggleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Vestergaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Löffler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahearn", 1, {DICTIONARY_SURNAME}, -1}, + {"Voevodsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Vander Werf", 1, {DICTIONARY_SURNAME}, -1}, + {"Wintner", 1, {DICTIONARY_SURNAME}, -1}, + {"Putin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nowak", 1, {DICTIONARY_SURNAME}, -1}, + {"Sook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pélissier", 1, {DICTIONARY_SURNAME}, -1}, + {"Dayan", 1, {DICTIONARY_SURNAME}, -1}, + {"Farlow", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulácsy", 1, {DICTIONARY_SURNAME}, -1}, + {"Schauerhammer", 1, {DICTIONARY_SURNAME}, -1}, + {"Zewde", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Larkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rikard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiptum", 1, {DICTIONARY_SURNAME}, -1}, + {"NicAmhalghaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryabenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Poddar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouma", 1, {DICTIONARY_SURNAME}, -1}, + {"Reed", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Raimond", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Veilleux", 1, {DICTIONARY_SURNAME}, -1}, + {"MacKinnon", 1, {DICTIONARY_SURNAME}, -1}, + {"Bičakčić", 1, {DICTIONARY_SURNAME}, -1}, + {"Akaba", 1, {DICTIONARY_SURNAME}, -1}, + {"Barb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kerr", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jinyu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alaimo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjögren", 1, {DICTIONARY_SURNAME}, -1}, + {"Masazumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Glinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Poel", 1, {DICTIONARY_SURNAME}, -1}, + {"Beppe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vilaró", 1, {DICTIONARY_SURNAME}, -1}, + {"Labus", 1, {DICTIONARY_SURNAME}, -1}, + {"Ercilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Lotte", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Susskind", 1, {DICTIONARY_SURNAME}, -1}, + {"Erika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leszek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garrido", 1, {DICTIONARY_SURNAME}, -1}, + {"Teruhisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Domenech", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Inui", 1, {DICTIONARY_SURNAME}, -1}, + {"Couch", 1, {DICTIONARY_SURNAME}, -1}, + {"Donskoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Gebel", 1, {DICTIONARY_SURNAME}, -1}, + {"Valtinos", 1, {DICTIONARY_SURNAME}, -1}, + {"Vastaranta", 1, {DICTIONARY_SURNAME}, -1}, + {"Pip", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viktors", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mareks", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gurandukht", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schipplock", 1, {DICTIONARY_SURNAME}, -1}, + {"Shin-hye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Faithfull", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Fiaich", 1, {DICTIONARY_SURNAME}, -1}, + {"Baert", 1, {DICTIONARY_SURNAME}, -1}, + {"Nogueira", 1, {DICTIONARY_SURNAME}, -1}, + {"Bickersteth", 1, {DICTIONARY_SURNAME}, -1}, + {"Åkerfelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Bihl", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhymes", 1, {DICTIONARY_SURNAME}, -1}, + {"Eregbu", 1, {DICTIONARY_SURNAME}, -1}, + {"Trautmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Barakat", 1, {DICTIONARY_SURNAME}, -1}, + {"Abouta", 1, {DICTIONARY_SURNAME}, -1}, + {"Looney", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumes", 1, {DICTIONARY_SURNAME}, -1}, + {"Simonds", 1, {DICTIONARY_SURNAME}, -1}, + {"De Hond", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerster", 1, {DICTIONARY_SURNAME}, -1}, + {"Treffry", 1, {DICTIONARY_SURNAME}, -1}, + {"Gumm", 1, {DICTIONARY_SURNAME}, -1}, + {"Farber", 1, {DICTIONARY_SURNAME}, -1}, + {"Świętopełk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLuckie", 1, {DICTIONARY_SURNAME}, -1}, + {"Allerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Magoulas", 1, {DICTIONARY_SURNAME}, -1}, + {"Enstrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Topolski", 1, {DICTIONARY_SURNAME}, -1}, + {"Rumsfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshii", 1, {DICTIONARY_SURNAME}, -1}, + {"Borbély", 1, {DICTIONARY_SURNAME}, -1}, + {"Horacio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Turtenwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Bennent", 1, {DICTIONARY_SURNAME}, -1}, + {"Versfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Paddick", 1, {DICTIONARY_SURNAME}, -1}, + {"Arakelyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Huse", 1, {DICTIONARY_SURNAME}, -1}, + {"Castex", 1, {DICTIONARY_SURNAME}, -1}, + {"Manole", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hakkı", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Min", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cassia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"j. c. penneys", 1, {DICTIONARY_CHAIN}, 165}, + {"Adeyinka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farrah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"eurospar", 1, {DICTIONARY_CHAIN}, -1}, + {"Sward", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauerland", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ndaitwah", 1, {DICTIONARY_SURNAME}, -1}, + {"Farington", 1, {DICTIONARY_SURNAME}, -1}, + {"wal mart", 1, {DICTIONARY_CHAIN}, 266}, + {"Jaatinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Murtha", 1, {DICTIONARY_SURNAME}, -1}, + {"Annensky", 1, {DICTIONARY_SURNAME}, -1}, + {"Renou", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Annunzio", 1, {DICTIONARY_SURNAME}, -1}, + {"Markov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaziri", 1, {DICTIONARY_SURNAME}, -1}, + {"Tayfun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pöge", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Cronley", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilford", 1, {DICTIONARY_SURNAME}, -1}, + {"Milić", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hornaday", 1, {DICTIONARY_SURNAME}, -1}, + {"Contrini", 1, {DICTIONARY_SURNAME}, -1}, + {"Dearman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendry", 1, {DICTIONARY_SURNAME}, -1}, + {"McBrien", 1, {DICTIONARY_SURNAME}, -1}, + {"Kempster", 1, {DICTIONARY_SURNAME}, -1}, + {"Bracamontes", 1, {DICTIONARY_SURNAME}, -1}, + {"Grever", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Lalor", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellugi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jangy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acar", 1, {DICTIONARY_SURNAME}, -1}, + {"Morneau", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidalies", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatsu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tshabalala", 1, {DICTIONARY_SURNAME}, -1}, + {"Vovkun", 1, {DICTIONARY_SURNAME}, -1}, + {"lidl", 1, {DICTIONARY_CHAIN}, -1}, + {"Ikuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Crandall", 1, {DICTIONARY_SURNAME}, -1}, + {"Yi-kyung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Christy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Portela", 1, {DICTIONARY_SURNAME}, -1}, + {"Valinskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rottmanner", 1, {DICTIONARY_SURNAME}, -1}, + {"Uilleac", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lescano", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohring", 1, {DICTIONARY_SURNAME}, -1}, + {"Briscoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagramyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bala Tripurasundari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCambridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Jáuregui", 1, {DICTIONARY_SURNAME}, -1}, + {"Szarabajka", 1, {DICTIONARY_SURNAME}, -1}, + {"Akenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Karnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Piqué", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuhlmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hamme", 1, {DICTIONARY_SURNAME}, -1}, + {"McGahee", 1, {DICTIONARY_SURNAME}, -1}, + {"Pietruzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Furstenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Madayi Kavu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ponoš", 1, {DICTIONARY_SURNAME}, -1}, + {"Vecchioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Beseler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuffour", 1, {DICTIONARY_SURNAME}, -1}, + {"Kresge", 1, {DICTIONARY_SURNAME}, -1}, + {"Crates", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aitken", 1, {DICTIONARY_SURNAME}, -1}, + {"Gruenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Lei", 1, {DICTIONARY_SURNAME}, -1}, + {"Arbi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Muldaur", 1, {DICTIONARY_SURNAME}, -1}, + {"Widukind", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Den Ende", 1, {DICTIONARY_SURNAME}, -1}, + {"Starčević", 1, {DICTIONARY_SURNAME}, -1}, + {"Ćorović", 1, {DICTIONARY_SURNAME}, -1}, + {"Gjermundshaug", 1, {DICTIONARY_SURNAME}, -1}, + {"Monast", 1, {DICTIONARY_SURNAME}, -1}, + {"Lekkas", 1, {DICTIONARY_SURNAME}, -1}, + {"Boudin", 1, {DICTIONARY_SURNAME}, -1}, + {"Magnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Krüger", 1, {DICTIONARY_SURNAME}, -1}, + {"Moosa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Veith", 1, {DICTIONARY_SURNAME}, -1}, + {"Getoar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Biehn", 1, {DICTIONARY_SURNAME}, -1}, + {"McGurl", 1, {DICTIONARY_SURNAME}, -1}, + {"Radwański", 1, {DICTIONARY_SURNAME}, -1}, + {"Ronkainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hudleston", 1, {DICTIONARY_SURNAME}, -1}, + {"Messieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Canestri", 1, {DICTIONARY_SURNAME}, -1}, + {"Apostolidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Gledhill", 1, {DICTIONARY_SURNAME}, -1}, + {"Stransky", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjella", 1, {DICTIONARY_SURNAME}, -1}, + {"Pieper", 1, {DICTIONARY_SURNAME}, -1}, + {"Alton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Duret", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballhaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Salihović", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshikazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McAlhaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Rondani", 1, {DICTIONARY_SURNAME}, -1}, + {"Klepper", 1, {DICTIONARY_SURNAME}, -1}, + {"Jin-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vänskä", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuzayyad", 1, {DICTIONARY_SURNAME}, -1}, + {"Salatić", 1, {DICTIONARY_SURNAME}, -1}, + {"Braddock", 1, {DICTIONARY_SURNAME}, -1}, + {"Lobdell", 1, {DICTIONARY_SURNAME}, -1}, + {"Baines", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic Raonaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Attolico", 1, {DICTIONARY_SURNAME}, -1}, + {"Gökçen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lancey", 1, {DICTIONARY_SURNAME}, -1}, + {"Nemechek", 1, {DICTIONARY_SURNAME}, -1}, + {"Metehan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tsjajkovskij", 1, {DICTIONARY_SURNAME}, -1}, + {"Dayman", 1, {DICTIONARY_SURNAME}, -1}, + {"Erede", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizzutti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodopyanova", 1, {DICTIONARY_SURNAME}, -1}, + {"Tangemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Bloudek", 1, {DICTIONARY_SURNAME}, -1}, + {"Piltz", 1, {DICTIONARY_SURNAME}, -1}, + {"Biasion", 1, {DICTIONARY_SURNAME}, -1}, + {"West", 1, {DICTIONARY_SURNAME}, -1}, + {"Ottavino", 1, {DICTIONARY_SURNAME}, -1}, + {"Berntsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mumford", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleinová", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoffels", 1, {DICTIONARY_SURNAME}, -1}, + {"Fellgiebel", 1, {DICTIONARY_SURNAME}, -1}, + {"Leifsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuyoshi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kenny", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fischli", 1, {DICTIONARY_SURNAME}, -1}, + {"Budrys", 1, {DICTIONARY_SURNAME}, -1}, + {"Pammy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gerdes", 1, {DICTIONARY_SURNAME}, -1}, + {"Sisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Adiyiah", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuckerberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Zvi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Xenophon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Albenda", 1, {DICTIONARY_SURNAME}, -1}, + {"Atil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achurch", 1, {DICTIONARY_SURNAME}, -1}, + {"Corddry", 1, {DICTIONARY_SURNAME}, -1}, + {"Ainsley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dursun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Berezovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Laimdota", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veller", 1, {DICTIONARY_SURNAME}, -1}, + {"Publius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thimig", 1, {DICTIONARY_SURNAME}, -1}, + {"Evalyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keetelaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouldrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Piven", 1, {DICTIONARY_SURNAME}, -1}, + {"Dickison", 1, {DICTIONARY_SURNAME}, -1}, + {"Reiji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grieg", 1, {DICTIONARY_SURNAME}, -1}, + {"Fairbrother", 1, {DICTIONARY_SURNAME}, -1}, + {"Danno", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bessone", 1, {DICTIONARY_SURNAME}, -1}, + {"Takamoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Finnie", 1, {DICTIONARY_SURNAME}, -1}, + {"Jun-seok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"gloria jean's", 1, {DICTIONARY_CHAIN}, -1}, + {"Kowalewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Smorenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheare", 1, {DICTIONARY_SURNAME}, -1}, + {"Valentinetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Matilainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Begbie", 1, {DICTIONARY_SURNAME}, -1}, + {"Davidson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Etsitty", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghamyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Alok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varkevisser", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaizey", 1, {DICTIONARY_SURNAME}, -1}, + {"Satpal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roozbeh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Swindle", 1, {DICTIONARY_SURNAME}, -1}, + {"Adkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hapsiadis", 1, {DICTIONARY_SURNAME}, -1}, + {"Achieng", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alafrantti", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogusevic", 1, {DICTIONARY_SURNAME}, -1}, + {"Oram", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidorenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenamyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarabay", 1, {DICTIONARY_SURNAME}, -1}, + {"Camerata", 1, {DICTIONARY_SURNAME}, -1}, + {"Abutalipov", 1, {DICTIONARY_SURNAME}, -1}, + {"Varfolomeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheels", 1, {DICTIONARY_SURNAME}, -1}, + {"Naumova", 1, {DICTIONARY_SURNAME}, -1}, + {"Cincarević", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Kearney", 1, {DICTIONARY_SURNAME}, -1}, + {"Correia", 1, {DICTIONARY_SURNAME}, -1}, + {"Muroi", 1, {DICTIONARY_SURNAME}, -1}, + {"Shèn", 1, {DICTIONARY_SURNAME}, -1}, + {"Paparatto", 1, {DICTIONARY_SURNAME}, -1}, + {"McCanny", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryszard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gísladóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Lierde", 1, {DICTIONARY_SURNAME}, -1}, + {"Valeriote", 1, {DICTIONARY_SURNAME}, -1}, + {"Swee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"costco", 1, {DICTIONARY_CHAIN}, -1}, + {"Ziv", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Soo-kyung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mikeš", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakos", 1, {DICTIONARY_SURNAME}, -1}, + {"Akaza", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigfried", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"hardee's", 1, {DICTIONARY_CHAIN}, -1}, + {"Steeb", 1, {DICTIONARY_SURNAME}, -1}, + {"Wennerstrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Akubardiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimutai", 1, {DICTIONARY_SURNAME}, -1}, + {"Tobin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tapio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maturana", 1, {DICTIONARY_SURNAME}, -1}, + {"Moroșanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Nieuwenhuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bisagno", 1, {DICTIONARY_SURNAME}, -1}, + {"Fotini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Danica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iwamizu", 1, {DICTIONARY_SURNAME}, -1}, + {"Yabuta", 1, {DICTIONARY_SURNAME}, -1}, + {"Stratton", 1, {DICTIONARY_SURNAME}, -1}, + {"Arıca", 1, {DICTIONARY_SURNAME}, -1}, + {"Gyearbuor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fogarasi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aoba", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziegfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Jasmina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Almici", 1, {DICTIONARY_SURNAME}, -1}, + {"Stempel", 1, {DICTIONARY_SURNAME}, -1}, + {"Fergus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eileen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Davern", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Heidenfelder", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrossin", 1, {DICTIONARY_SURNAME}, -1}, + {"Karakoç", 1, {DICTIONARY_SURNAME}, -1}, + {"Cotter", 1, {DICTIONARY_SURNAME}, -1}, + {"Natalie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mole", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisayasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Myung-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Antwan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fatima", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bucchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Akaydın", 1, {DICTIONARY_SURNAME}, -1}, + {"Digges", 1, {DICTIONARY_SURNAME}, -1}, + {"Trousil", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinić", 1, {DICTIONARY_SURNAME}, -1}, + {"Auley", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eicke", 1, {DICTIONARY_SURNAME}, -1}, + {"Thaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernet", 1, {DICTIONARY_SURNAME}, -1}, + {"McTigue", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Burne", 1, {DICTIONARY_SURNAME}, -1}, + {"Yakub", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Beltré", 1, {DICTIONARY_SURNAME}, -1}, + {"Noriega", 1, {DICTIONARY_SURNAME}, -1}, + {"Koprivica", 1, {DICTIONARY_SURNAME}, -1}, + {"Altmaier", 1, {DICTIONARY_SURNAME}, -1}, + {"Đurišić", 1, {DICTIONARY_SURNAME}, -1}, + {"Etherington", 1, {DICTIONARY_SURNAME}, -1}, + {"Jyani", 1, {DICTIONARY_SURNAME}, -1}, + {"Heumann", 1, {DICTIONARY_SURNAME}, -1}, + {"Dugard", 1, {DICTIONARY_SURNAME}, -1}, + {"Doles", 1, {DICTIONARY_SURNAME}, -1}, + {"Bednar", 1, {DICTIONARY_SURNAME}, -1}, + {"Heidler", 1, {DICTIONARY_SURNAME}, -1}, + {"Faut", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Damm", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuker", 1, {DICTIONARY_SURNAME}, -1}, + {"Joelson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Knyphausen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogatyryov", 1, {DICTIONARY_SURNAME}, -1}, + {"Issawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kåberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Hye-in", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Michihiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shelby", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Venitucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Welhaven", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacinto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ghilardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Josefsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Blanc", 1, {DICTIONARY_SURNAME}, -1}, + {"Valvo", 1, {DICTIONARY_SURNAME}, -1}, + {"Edhem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Darnand", 1, {DICTIONARY_SURNAME}, -1}, + {"Feigenspan", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hartzell", 1, {DICTIONARY_SURNAME}, -1}, + {"Zajączkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Cronberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Landa", 1, {DICTIONARY_SURNAME}, -1}, + {"thomas cook", 1, {DICTIONARY_CHAIN}, -1}, + {"Malcolmson", 1, {DICTIONARY_SURNAME}, -1}, + {"targets", 1, {DICTIONARY_CHAIN}, 247}, + {"Wolfgram", 1, {DICTIONARY_SURNAME}, -1}, + {"Duijm", 1, {DICTIONARY_SURNAME}, -1}, + {"Orelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Cyrankiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajuru", 1, {DICTIONARY_SURNAME}, -1}, + {"Berentson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitrychenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Reeder", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzarini", 1, {DICTIONARY_SURNAME}, -1}, + {"Şafak", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jansson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Juniper", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peston", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikuyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seeney", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiryaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Tröger", 1, {DICTIONARY_SURNAME}, -1}, + {"Albuquerque", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilios", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sellæg", 1, {DICTIONARY_SURNAME}, -1}, + {"Zehrt", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsunori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vojislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruisdael", 1, {DICTIONARY_SURNAME}, -1}, + {"Krishnan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiyohiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vachet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigurs", 1, {DICTIONARY_SURNAME}, -1}, + {"Calabresi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaiho", 1, {DICTIONARY_SURNAME}, -1}, + {"Cotchin", 1, {DICTIONARY_SURNAME}, -1}, + {"Volok", 1, {DICTIONARY_SURNAME}, -1}, + {"Collinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartlett", 1, {DICTIONARY_SURNAME}, -1}, + {"Maule", 1, {DICTIONARY_SURNAME}, -1}, + {"Davo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lipič", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarrard", 1, {DICTIONARY_SURNAME}, -1}, + {"Vashchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Bordin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ganti", 1, {DICTIONARY_SURNAME}, -1}, + {"Henning", 1, {DICTIONARY_SURNAME}, -1}, + {"Avagyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Cunard", 1, {DICTIONARY_SURNAME}, -1}, + {"Vagg", 1, {DICTIONARY_SURNAME}, -1}, + {"Vastag", 1, {DICTIONARY_SURNAME}, -1}, + {"Nederhorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Seong", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Faye", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mion", 1, {DICTIONARY_SURNAME}, -1}, + {"Qiú", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallelonga", 1, {DICTIONARY_SURNAME}, -1}, + {"Krichevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Tishler", 1, {DICTIONARY_SURNAME}, -1}, + {"Karamata", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipshutz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hongmin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tijs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Fossen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bittencourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaiz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukmir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kindle", 1, {DICTIONARY_SURNAME}, -1}, + {"Weil", 1, {DICTIONARY_SURNAME}, -1}, + {"Zwarts", 1, {DICTIONARY_SURNAME}, -1}, + {"Luu", 1, {DICTIONARY_SURNAME}, -1}, + {"Zita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De La Fuente", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisakichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Parti", 1, {DICTIONARY_SURNAME}, -1}, + {"Pokela", 1, {DICTIONARY_SURNAME}, -1}, + {"McDyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagamu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Linas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yíng", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuckermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Collette", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Samara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dever", 1, {DICTIONARY_SURNAME}, -1}, + {"Egidijus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Colo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hustvedt", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Uí Thormaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Chumak", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilboe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ergen", 1, {DICTIONARY_SURNAME}, -1}, + {"Haakonsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vågeng", 1, {DICTIONARY_SURNAME}, -1}, + {"Bron", 1, {DICTIONARY_SURNAME}, -1}, + {"Doyon", 1, {DICTIONARY_SURNAME}, -1}, + {"Smolinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Völckers", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Enk", 1, {DICTIONARY_SURNAME}, -1}, + {"Lockman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Steeden", 1, {DICTIONARY_SURNAME}, -1}, + {"Khanderao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weingart", 1, {DICTIONARY_SURNAME}, -1}, + {"Verschl", 1, {DICTIONARY_SURNAME}, -1}, + {"lloyd's bank", 1, {DICTIONARY_CHAIN}, 174}, + {"Bakić", 1, {DICTIONARY_SURNAME}, -1}, + {"Minić", 1, {DICTIONARY_SURNAME}, -1}, + {"Piyush", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ezel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cason", 1, {DICTIONARY_SURNAME}, -1}, + {"José Enrique", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Falcao", 1, {DICTIONARY_SURNAME}, -1}, + {"McWatters", 1, {DICTIONARY_SURNAME}, -1}, + {"İlter", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Habersham", 1, {DICTIONARY_SURNAME}, -1}, + {"Voynet", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilardino", 1, {DICTIONARY_SURNAME}, -1}, + {"Akingbade", 1, {DICTIONARY_SURNAME}, -1}, + {"Kluijver", 1, {DICTIONARY_SURNAME}, -1}, + {"Westervelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ah Quin", 1, {DICTIONARY_SURNAME}, -1}, + {"Orazmuhamedow", 1, {DICTIONARY_SURNAME}, -1}, + {"Topalović", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Der Hoef", 1, {DICTIONARY_SURNAME}, -1}, + {"Collymore", 1, {DICTIONARY_SURNAME}, -1}, + {"Caygill", 1, {DICTIONARY_SURNAME}, -1}, + {"Verene", 1, {DICTIONARY_SURNAME}, -1}, + {"Otte", 1, {DICTIONARY_SURNAME}, -1}, + {"Breznay", 1, {DICTIONARY_SURNAME}, -1}, + {"Waterworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Hironori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gillick", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbry", 1, {DICTIONARY_SURNAME}, -1}, + {"McRuer", 1, {DICTIONARY_SURNAME}, -1}, + {"Alcón", 1, {DICTIONARY_SURNAME}, -1}, + {"Dong-ha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oreiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Bronfman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lilienthal", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunton", 1, {DICTIONARY_SURNAME}, -1}, + {"Šafáriková", 1, {DICTIONARY_SURNAME}, -1}, + {"Veljanovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Pozzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Schur", 1, {DICTIONARY_SURNAME}, -1}, + {"Fewell", 1, {DICTIONARY_SURNAME}, -1}, + {"Antolović", 1, {DICTIONARY_SURNAME}, -1}, + {"Leonidov", 1, {DICTIONARY_SURNAME}, -1}, + {"Varisco", 1, {DICTIONARY_SURNAME}, -1}, + {"Helin", 1, {DICTIONARY_SURNAME}, -1}, + {"Skjærpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Freeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaezi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuszner", 1, {DICTIONARY_SURNAME}, -1}, + {"Georgeson", 1, {DICTIONARY_SURNAME}, -1}, + {"Seaver", 1, {DICTIONARY_SURNAME}, -1}, + {"Oparaku", 1, {DICTIONARY_SURNAME}, -1}, + {"Ounkeo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tonegawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Sweetser", 1, {DICTIONARY_SURNAME}, -1}, + {"Allevi", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrier", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Cathain", 1, {DICTIONARY_SURNAME}, -1}, + {"Iché", 1, {DICTIONARY_SURNAME}, -1}, + {"Petrov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kucharski", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Ruden", 1, {DICTIONARY_SURNAME}, -1}, + {"Åhling", 1, {DICTIONARY_SURNAME}, -1}, + {"Nyman", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ullathorne", 1, {DICTIONARY_SURNAME}, -1}, + {"Machia", 1, {DICTIONARY_SURNAME}, -1}, + {"Verkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Klug", 1, {DICTIONARY_SURNAME}, -1}, + {"Saraiva", 1, {DICTIONARY_SURNAME}, -1}, + {"Brendanus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aladağ", 1, {DICTIONARY_SURNAME}, -1}, + {"Kokubo", 1, {DICTIONARY_SURNAME}, -1}, + {"Waley", 1, {DICTIONARY_SURNAME}, -1}, + {"Talbot", 1, {DICTIONARY_SURNAME}, -1}, + {"Machabeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsybin", 1, {DICTIONARY_SURNAME}, -1}, + {"Favreau", 1, {DICTIONARY_SURNAME}, -1}, + {"Akakçe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashkenazy", 1, {DICTIONARY_SURNAME}, -1}, + {"Knorr", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajković", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanfilippo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ketterer", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsarouhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Preminger", 1, {DICTIONARY_SURNAME}, -1}, + {"Lilius", 1, {DICTIONARY_SURNAME}, -1}, + {"Teitel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kabane", 1, {DICTIONARY_SURNAME}, -1}, + {"Fereydun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Biancini", 1, {DICTIONARY_SURNAME}, -1}, + {"Teshigahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajiniyazov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zelenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Valerian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yamada", 1, {DICTIONARY_SURNAME}, -1}, + {"Chae", 1, {DICTIONARY_SURNAME}, -1}, + {"Gatti", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorkel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ciaran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Pake", 1, {DICTIONARY_SURNAME}, -1}, + {"Jytte", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clérisseau", 1, {DICTIONARY_SURNAME}, -1}, + {"Langtry", 1, {DICTIONARY_SURNAME}, -1}, + {"Barone", 1, {DICTIONARY_SURNAME}, -1}, + {"Léotard", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulati", 1, {DICTIONARY_SURNAME}, -1}, + {"Estep", 1, {DICTIONARY_SURNAME}, -1}, + {"Van De Putte", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeeshan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Syrup", 1, {DICTIONARY_SURNAME}, -1}, + {"Brinsley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vondrášek", 1, {DICTIONARY_SURNAME}, -1}, + {"Arantxa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mellencamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Uche", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trentini", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenhill", 1, {DICTIONARY_SURNAME}, -1}, + {"Monke", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenin", 1, {DICTIONARY_SURNAME}, -1}, + {"Volcker", 1, {DICTIONARY_SURNAME}, -1}, + {"Rozić", 1, {DICTIONARY_SURNAME}, -1}, + {"Yōji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Angleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Roumieu", 1, {DICTIONARY_SURNAME}, -1}, + {"Suthar", 1, {DICTIONARY_SURNAME}, -1}, + {"Adin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kostoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Dhindsa", 1, {DICTIONARY_SURNAME}, -1}, + {"Neveux", 1, {DICTIONARY_SURNAME}, -1}, + {"Neller", 1, {DICTIONARY_SURNAME}, -1}, + {"Schomburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Appollonio", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderhoeght", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowers", 1, {DICTIONARY_SURNAME}, -1}, + {"Lougheed", 1, {DICTIONARY_SURNAME}, -1}, + {"De Fay", 1, {DICTIONARY_SURNAME}, -1}, + {"Avison", 1, {DICTIONARY_SURNAME}, -1}, + {"Conigliaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelairas", 1, {DICTIONARY_SURNAME}, -1}, + {"Maciel", 1, {DICTIONARY_SURNAME}, -1}, + {"Charteris", 1, {DICTIONARY_SURNAME}, -1}, + {"raiffeisenbank", 1, {DICTIONARY_CHAIN}, -1}, + {"Van der Bellen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajidarma", 1, {DICTIONARY_SURNAME}, -1}, + {"Akyürek", 1, {DICTIONARY_SURNAME}, -1}, + {"Presburger", 1, {DICTIONARY_SURNAME}, -1}, + {"Arakaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Volynets", 1, {DICTIONARY_SURNAME}, -1}, + {"Usupashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Tull", 1, {DICTIONARY_SURNAME}, -1}, + {"Krößner", 1, {DICTIONARY_SURNAME}, -1}, + {"Klaver", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadoul", 1, {DICTIONARY_SURNAME}, -1}, + {"Haakon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Prokhorenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Jóhannsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Toma", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adamonis", 1, {DICTIONARY_SURNAME}, -1}, + {"Thomassen", 1, {DICTIONARY_SURNAME}, -1}, + {"McElman", 1, {DICTIONARY_SURNAME}, -1}, + {"Arquette", 1, {DICTIONARY_SURNAME}, -1}, + {"Csonka", 1, {DICTIONARY_SURNAME}, -1}, + {"Treanor", 1, {DICTIONARY_SURNAME}, -1}, + {"Teijirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alderfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Seku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iehisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stjepan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Modzelewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Godowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Myllylä", 1, {DICTIONARY_SURNAME}, -1}, + {"Brina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rakestraw", 1, {DICTIONARY_SURNAME}, -1}, + {"Meyr", 1, {DICTIONARY_SURNAME}, -1}, + {"Boerwinkle", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaniš", 1, {DICTIONARY_SURNAME}, -1}, + {"Veryard", 1, {DICTIONARY_SURNAME}, -1}, + {"Marni", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zaltzman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidžus", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Momberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Man-seok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Friedhofer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hürriyet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vahid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rissling", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsyenchen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Manahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Blinkhorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Aksentiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ábal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vervenne", 1, {DICTIONARY_SURNAME}, -1}, + {"Caldeiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Lewisohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Nitzsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Toçi", 1, {DICTIONARY_SURNAME}, -1}, + {"Einloft", 1, {DICTIONARY_SURNAME}, -1}, + {"Lion", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oksana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kidman", 1, {DICTIONARY_SURNAME}, -1}, + {"Šťastný", 1, {DICTIONARY_SURNAME}, -1}, + {"Provonsha", 1, {DICTIONARY_SURNAME}, -1}, + {"Auden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rajapaksa", 1, {DICTIONARY_SURNAME}, -1}, + {"Rostopchin", 1, {DICTIONARY_SURNAME}, -1}, + {"Beregfy", 1, {DICTIONARY_SURNAME}, -1}, + {"Zieliński", 1, {DICTIONARY_SURNAME}, -1}, + {"Chasseguet-Smirguel", 1, {DICTIONARY_SURNAME}, -1}, + {"Bratić", 1, {DICTIONARY_SURNAME}, -1}, + {"Bundalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Amachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmetterling", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahbazian", 1, {DICTIONARY_SURNAME}, -1}, + {"Salmeron", 1, {DICTIONARY_SURNAME}, -1}, + {"Galiano", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattila", 1, {DICTIONARY_SURNAME}, -1}, + {"Polanski", 1, {DICTIONARY_SURNAME}, -1}, + {"Pelham-Clinton", 1, {DICTIONARY_SURNAME}, -1}, + {"Freundlich", 1, {DICTIONARY_SURNAME}, -1}, + {"Shane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ahvala", 1, {DICTIONARY_SURNAME}, -1}, + {"Gbenga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tamio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKerrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilep", 1, {DICTIONARY_SURNAME}, -1}, + {"taco bells", 1, {DICTIONARY_CHAIN}, 245}, + {"Rizi", 1, {DICTIONARY_SURNAME}, -1}, + {"Evrim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schinz", 1, {DICTIONARY_SURNAME}, -1}, + {"Juninho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Twysden", 1, {DICTIONARY_SURNAME}, -1}, + {"Blagg", 1, {DICTIONARY_SURNAME}, -1}, + {"Smulders", 1, {DICTIONARY_SURNAME}, -1}, + {"Hynes", 1, {DICTIONARY_SURNAME}, -1}, + {"Aytmatova", 1, {DICTIONARY_SURNAME}, -1}, + {"Elvan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van de Elzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kala", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gaston", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pizzolato", 1, {DICTIONARY_SURNAME}, -1}, + {"Howlett", 1, {DICTIONARY_SURNAME}, -1}, + {"Akazawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Mišović", 1, {DICTIONARY_SURNAME}, -1}, + {"Albot", 1, {DICTIONARY_SURNAME}, -1}, + {"Velayati", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderhoef", 1, {DICTIONARY_SURNAME}, -1}, + {"Biddle", 1, {DICTIONARY_SURNAME}, -1}, + {"Peaslee", 1, {DICTIONARY_SURNAME}, -1}, + {"Betke", 1, {DICTIONARY_SURNAME}, -1}, + {"Eijin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agayeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Marmot", 1, {DICTIONARY_SURNAME}, -1}, + {"Martens", 1, {DICTIONARY_SURNAME}, -1}, + {"MacEachen", 1, {DICTIONARY_SURNAME}, -1}, + {"Montes de Oca", 1, {DICTIONARY_SURNAME}, -1}, + {"Utterback", 1, {DICTIONARY_SURNAME}, -1}, + {"Birarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimble", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vattanky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ericsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinbacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Gauntier", 1, {DICTIONARY_SURNAME}, -1}, + {"Løseth", 1, {DICTIONARY_SURNAME}, -1}, + {"Fathy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vistalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Coffee", 1, {DICTIONARY_SURNAME}, -1}, + {"Lakin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gordon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vávra", 1, {DICTIONARY_SURNAME}, -1}, + {"Pagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Botvinnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Urban", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lucia", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ulánova", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Gehman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bähr", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaskarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mag Íomhair", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdollahnejad", 1, {DICTIONARY_SURNAME}, -1}, + {"Komnenović", 1, {DICTIONARY_SURNAME}, -1}, + {"Pantelis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamner", 1, {DICTIONARY_SURNAME}, -1}, + {"Asphaug", 1, {DICTIONARY_SURNAME}, -1}, + {"Sebdann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mamouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Valošek", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Mol", 1, {DICTIONARY_SURNAME}, -1}, + {"Garant", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwenzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Overbeek", 1, {DICTIONARY_SURNAME}, -1}, + {"Aichele", 1, {DICTIONARY_SURNAME}, -1}, + {"Aronin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fleischmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Tchekrekjian", 1, {DICTIONARY_SURNAME}, -1}, + {"Türkoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsurumi", 1, {DICTIONARY_SURNAME}, -1}, + {"safeways", 1, {DICTIONARY_CHAIN}, 223}, + {"Satsukawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Vericat", 1, {DICTIONARY_SURNAME}, -1}, + {"Takafumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Giunti", 1, {DICTIONARY_SURNAME}, -1}, + {"shop-rites", 1, {DICTIONARY_CHAIN}, 233}, + {"Beccaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Tao", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Se-yeon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Collum", 1, {DICTIONARY_SURNAME}, -1}, + {"Olejnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Tae-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mac Somhairle", 1, {DICTIONARY_SURNAME}, -1}, + {"Poénaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Groombridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Søren", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hennesy", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkarapong", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Amhlaoibh", 1, {DICTIONARY_SURNAME}, -1}, + {"Topçu", 1, {DICTIONARY_SURNAME}, -1}, + {"Bess", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"FitzClarence", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosaria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Layton", 1, {DICTIONARY_SURNAME}, -1}, + {"Breisky", 1, {DICTIONARY_SURNAME}, -1}, + {"Schneemelcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasunori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Regine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kooiman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrabel", 1, {DICTIONARY_SURNAME}, -1}, + {"Babjak", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadesse", 1, {DICTIONARY_SURNAME}, -1}, + {"Vande Hei", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Sissons", 1, {DICTIONARY_SURNAME}, -1}, + {"Klebold", 1, {DICTIONARY_SURNAME}, -1}, + {"Adhemar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bolstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Portier", 1, {DICTIONARY_SURNAME}, -1}, + {"Vecten", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanzlík", 1, {DICTIONARY_SURNAME}, -1}, + {"Svěrák", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbar", 1, {DICTIONARY_SURNAME}, -1}, + {"Rabe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ginestà", 1, {DICTIONARY_SURNAME}, -1}, + {"Seagren", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindblad", 1, {DICTIONARY_SURNAME}, -1}, + {"Colina", 1, {DICTIONARY_SURNAME}, -1}, + {"Leblond", 1, {DICTIONARY_SURNAME}, -1}, + {"Motoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Slabinac", 1, {DICTIONARY_SURNAME}, -1}, + {"Tunnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Sáenz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gawdy", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanfill", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Arx", 1, {DICTIONARY_SURNAME}, -1}, + {"Halle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Milada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ardagh", 1, {DICTIONARY_SURNAME}, -1}, + {"McGuff", 1, {DICTIONARY_SURNAME}, -1}, + {"Marjo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ratzinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Walch", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbulut", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herreshoff", 1, {DICTIONARY_SURNAME}, -1}, + {"McKearney", 1, {DICTIONARY_SURNAME}, -1}, + {"Alakulppi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wachowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Saxl", 1, {DICTIONARY_SURNAME}, -1}, + {"Voigt", 1, {DICTIONARY_SURNAME}, -1}, + {"Chikhalkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulsson", 1, {DICTIONARY_SURNAME}, -1}, + {"y.m.c.a", 1, {DICTIONARY_CHAIN}, 276}, + {"Krogman", 1, {DICTIONARY_SURNAME}, -1}, + {"Comollo", 1, {DICTIONARY_SURNAME}, -1}, + {"Courbis", 1, {DICTIONARY_SURNAME}, -1}, + {"Calabiciov", 1, {DICTIONARY_SURNAME}, -1}, + {"Canut", 1, {DICTIONARY_SURNAME}, -1}, + {"Guerra", 1, {DICTIONARY_SURNAME}, -1}, + {"Aravidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Nader", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yeatman", 1, {DICTIONARY_SURNAME}, -1}, + {"Haavik", 1, {DICTIONARY_SURNAME}, -1}, + {"Oresanya", 1, {DICTIONARY_SURNAME}, -1}, + {"Obuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Adili", 1, {DICTIONARY_SURNAME}, -1}, + {"Much", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Liiv", 1, {DICTIONARY_SURNAME}, -1}, + {"Voux", 1, {DICTIONARY_SURNAME}, -1}, + {"Marangon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vervisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassalo", 1, {DICTIONARY_SURNAME}, -1}, + {"shoprites", 1, {DICTIONARY_CHAIN}, 233}, + {"Al-Hawwash", 1, {DICTIONARY_SURNAME}, -1}, + {"cinnabon", 1, {DICTIONARY_CHAIN}, -1}, + {"Papachristos", 1, {DICTIONARY_SURNAME}, -1}, + {"Bordman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bingaman", 1, {DICTIONARY_SURNAME}, -1}, + {"Nur", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yogini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Demirci", 1, {DICTIONARY_SURNAME}, -1}, + {"Komárek", 1, {DICTIONARY_SURNAME}, -1}, + {"Güçer", 1, {DICTIONARY_SURNAME}, -1}, + {"McBriar", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamontovas", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolaus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daimbert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toles", 1, {DICTIONARY_SURNAME}, -1}, + {"Vieweg", 1, {DICTIONARY_SURNAME}, -1}, + {"Manning", 1, {DICTIONARY_SURNAME}, -1}, + {"Wright", 1, {DICTIONARY_SURNAME}, -1}, + {"De Wolf", 1, {DICTIONARY_SURNAME}, -1}, + {"Meryre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McOwen", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiegert", 1, {DICTIONARY_SURNAME}, -1}, + {"Heerwagen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhutamata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greensill", 1, {DICTIONARY_SURNAME}, -1}, + {"Güney", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazursky", 1, {DICTIONARY_SURNAME}, -1}, + {"Watters", 1, {DICTIONARY_SURNAME}, -1}, + {"Pisacane", 1, {DICTIONARY_SURNAME}, -1}, + {"Sohlman", 1, {DICTIONARY_SURNAME}, -1}, + {"Faisst", 1, {DICTIONARY_SURNAME}, -1}, + {"Rotter", 1, {DICTIONARY_SURNAME}, -1}, + {"Marzano", 1, {DICTIONARY_SURNAME}, -1}, + {"Numerius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Noack", 1, {DICTIONARY_SURNAME}, -1}, + {"Khachaturian", 1, {DICTIONARY_SURNAME}, -1}, + {"Dante", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Beynen", 1, {DICTIONARY_SURNAME}, -1}, + {"Zafeiris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carlberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Goehr", 1, {DICTIONARY_SURNAME}, -1}, + {"Glaucio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Simić", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiba", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Goudal", 1, {DICTIONARY_SURNAME}, -1}, + {"Desmond", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Flavel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedenin", 1, {DICTIONARY_SURNAME}, -1}, + {"Caputo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tandy", 1, {DICTIONARY_SURNAME}, -1}, + {"Macky", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schueremans", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukyanenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Diana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Absolom", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nordlie", 1, {DICTIONARY_SURNAME}, -1}, + {"Dische", 1, {DICTIONARY_SURNAME}, -1}, + {"Malakar", 1, {DICTIONARY_SURNAME}, -1}, + {"Butt", 1, {DICTIONARY_SURNAME}, -1}, + {"Dong-wook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pletsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Breukers", 1, {DICTIONARY_SURNAME}, -1}, + {"Alzinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kempton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kjærsgaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Orekhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Akopyants", 1, {DICTIONARY_SURNAME}, -1}, + {"Akie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vilnai", 1, {DICTIONARY_SURNAME}, -1}, + {"Camal", 1, {DICTIONARY_SURNAME}, -1}, + {"Viliamu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coser", 1, {DICTIONARY_SURNAME}, -1}, + {"Mengler", 1, {DICTIONARY_SURNAME}, -1}, + {"Palairet", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahm", 1, {DICTIONARY_SURNAME}, -1}, + {"Heckscher", 1, {DICTIONARY_SURNAME}, -1}, + {"Venhlynskyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nosbush", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazarides", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiranaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Meer", 1, {DICTIONARY_SURNAME}, -1}, + {"Brackenridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Clegg-Hill", 1, {DICTIONARY_SURNAME}, -1}, + {"Abratanski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladimiroff", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorotka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chambliss", 1, {DICTIONARY_SURNAME}, -1}, + {"Hazlitt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McGillvray", 1, {DICTIONARY_SURNAME}, -1}, + {"Spake", 1, {DICTIONARY_SURNAME}, -1}, + {"Metropolis", 1, {DICTIONARY_SURNAME}, -1}, + {"Zlatko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haddon", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsutomu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Szylling", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallenius", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellmenreich", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbanac", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwabena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hairer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadas", 1, {DICTIONARY_SURNAME}, -1}, + {"Alemanno", 1, {DICTIONARY_SURNAME}, -1}, + {"Schösser", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedrich Heinrich", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akinradewo", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuyukichi", 1, {DICTIONARY_SURNAME}, -1}, + {"Okrent", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartlaub", 1, {DICTIONARY_SURNAME}, -1}, + {"Shevtsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Booth", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hughson", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ottinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Atkisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Anthonie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boonjumnong", 1, {DICTIONARY_SURNAME}, -1}, + {"Bardet", 1, {DICTIONARY_SURNAME}, -1}, + {"Krauszer", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsantonis", 1, {DICTIONARY_SURNAME}, -1}, + {"Marsters", 1, {DICTIONARY_SURNAME}, -1}, + {"Jagland", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeta", 1, {DICTIONARY_SURNAME}, -1}, + {"Arablinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Misha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beaman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kavalsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalrymple", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanaudenaerde", 1, {DICTIONARY_SURNAME}, -1}, + {"De Vinyals", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nestroy", 1, {DICTIONARY_SURNAME}, -1}, + {"argos", 1, {DICTIONARY_CHAIN}, -1}, + {"Verbnjak", 1, {DICTIONARY_SURNAME}, -1}, + {"Sousa", 1, {DICTIONARY_SURNAME}, -1}, + {"Masaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haugerud", 1, {DICTIONARY_SURNAME}, -1}, + {"Silvia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hetsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Hogan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vitti", 1, {DICTIONARY_SURNAME}, -1}, + {"Magri", 1, {DICTIONARY_SURNAME}, -1}, + {"Karelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Liebert", 1, {DICTIONARY_SURNAME}, -1}, + {"Leveson", 1, {DICTIONARY_SURNAME}, -1}, + {"Abarhoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Zubeldia", 1, {DICTIONARY_SURNAME}, -1}, + {"Raichlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Allie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ajose", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dobrogost", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Samuels", 1, {DICTIONARY_SURNAME}, -1}, + {"Saravanan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Swartzwelder", 1, {DICTIONARY_SURNAME}, -1}, + {"Alessi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahramian", 1, {DICTIONARY_SURNAME}, -1}, + {"Valluy", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhonda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Ceglie", 1, {DICTIONARY_SURNAME}, -1}, + {"advance auto parts", 1, {DICTIONARY_CHAIN}, -1}, + {"Bonson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogün", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vigdozchik", 1, {DICTIONARY_SURNAME}, -1}, + {"Gouveia", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"f d r", 1, {DICTIONARY_NAMED_PERSON}, 280}, + {"Gauguin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinyals", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamison", 1, {DICTIONARY_SURNAME}, -1}, + {"Adve", 1, {DICTIONARY_SURNAME}, -1}, + {"Cordy", 1, {DICTIONARY_SURNAME}, -1}, + {"Irish", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Clanvowe", 1, {DICTIONARY_SURNAME}, -1}, + {"Varsho", 1, {DICTIONARY_SURNAME}, -1}, + {"Milnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Daina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agvaantseren", 1, {DICTIONARY_SURNAME}, -1}, + {"Everingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Limnaeus", 1, {DICTIONARY_SURNAME}, -1}, + {"Eilert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heasley", 1, {DICTIONARY_SURNAME}, -1}, + {"Darányi", 1, {DICTIONARY_SURNAME}, -1}, + {"Richards", 1, {DICTIONARY_SURNAME}, -1}, + {"Guto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"caisse dépargne", 1, {DICTIONARY_CHAIN}, 90}, + {"Schneppenhorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Volnerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Raouf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Harger", 1, {DICTIONARY_SURNAME}, -1}, + {"Avtandil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andrada", 1, {DICTIONARY_SURNAME}, -1}, + {"Höller", 1, {DICTIONARY_SURNAME}, -1}, + {"Armendáriz", 1, {DICTIONARY_SURNAME}, -1}, + {"Verba", 1, {DICTIONARY_SURNAME}, -1}, + {"Friz", 1, {DICTIONARY_SURNAME}, -1}, + {"Zug", 1, {DICTIONARY_SURNAME}, -1}, + {"Dall'Antonia", 1, {DICTIONARY_SURNAME}, -1}, + {"Washio", 1, {DICTIONARY_SURNAME}, -1}, + {"Bloy", 1, {DICTIONARY_SURNAME}, -1}, + {"Svavarsson", 1, {DICTIONARY_SURNAME}, -1}, + {"dominos pizza", 1, {DICTIONARY_CHAIN}, 129}, + {"Macquet", 1, {DICTIONARY_SURNAME}, -1}, + {"Barakzai", 1, {DICTIONARY_SURNAME}, -1}, + {"Alakannuark", 1, {DICTIONARY_SURNAME}, -1}, + {"Marvin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aber", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abras", 1, {DICTIONARY_SURNAME}, -1}, + {"Artyomov", 1, {DICTIONARY_SURNAME}, -1}, + {"Demirel", 1, {DICTIONARY_SURNAME}, -1}, + {"Romih", 1, {DICTIONARY_SURNAME}, -1}, + {"Zelensky", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-chul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andras", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vēja", 1, {DICTIONARY_SURNAME}, -1}, + {"Beltran", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarris", 1, {DICTIONARY_SURNAME}, -1}, + {"Kraaijkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Volodymyr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dilys", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cavers", 1, {DICTIONARY_SURNAME}, -1}, + {"Kittles", 1, {DICTIONARY_SURNAME}, -1}, + {"Ronchini", 1, {DICTIONARY_SURNAME}, -1}, + {"Lefranc", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulghum", 1, {DICTIONARY_SURNAME}, -1}, + {"McElhenny", 1, {DICTIONARY_SURNAME}, -1}, + {"Benbouali", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolae", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aigner", 1, {DICTIONARY_SURNAME}, -1}, + {"Krenchel", 1, {DICTIONARY_SURNAME}, -1}, + {"Aladdin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sacks", 1, {DICTIONARY_SURNAME}, -1}, + {"Ericka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anđelović", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernier", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurgensen", 1, {DICTIONARY_SURNAME}, -1}, + {"Varakin", 1, {DICTIONARY_SURNAME}, -1}, + {"Piłsudski", 1, {DICTIONARY_SURNAME}, -1}, + {"Imants", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bajčičák", 1, {DICTIONARY_SURNAME}, -1}, + {"Strangways", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hoeydonck", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Roose", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaaska", 1, {DICTIONARY_SURNAME}, -1}, + {"Prodi", 1, {DICTIONARY_SURNAME}, -1}, + {"Huisman", 1, {DICTIONARY_SURNAME}, -1}, + {"lone star steakhouse", 1, {DICTIONARY_CHAIN}, -1}, + {"sears", 1, {DICTIONARY_CHAIN}, -1}, + {"raiffeisen bank", 1, {DICTIONARY_CHAIN}, 217}, + {"Van Den Berghe", 1, {DICTIONARY_SURNAME}, -1}, + {"Gylys", 1, {DICTIONARY_SURNAME}, -1}, + {"Staniek", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadatsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vladar", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedvig", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Colomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Nizynski", 1, {DICTIONARY_SURNAME}, -1}, + {"Eick", 1, {DICTIONARY_SURNAME}, -1}, + {"Fleisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivalu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yamazaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Palomäki", 1, {DICTIONARY_SURNAME}, -1}, + {"Contini", 1, {DICTIONARY_SURNAME}, -1}, + {"Venkateshwarlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Saults", 1, {DICTIONARY_SURNAME}, -1}, + {"Randleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Strange", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsuya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hallatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Gofton", 1, {DICTIONARY_SURNAME}, -1}, + {"in n' out", 1, {DICTIONARY_CHAIN}, 158}, + {"Brasuter", 1, {DICTIONARY_SURNAME}, -1}, + {"Schintlmeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Alapuro", 1, {DICTIONARY_SURNAME}, -1}, + {"Saucedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbarzadeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Verhaeghen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lapus", 1, {DICTIONARY_SURNAME}, -1}, + {"Zwarthoed", 1, {DICTIONARY_SURNAME}, -1}, + {"McAnn", 1, {DICTIONARY_SURNAME}, -1}, + {"Afolayan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlaardingerbroek", 1, {DICTIONARY_SURNAME}, -1}, + {"Doppler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Nasrin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gérard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ayana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Selina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Josephsohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Eston", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dumaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Salemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Fesler", 1, {DICTIONARY_SURNAME}, -1}, + {"Christian Ludwig", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Стругацкий", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhic Rághnaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Gizatullin", 1, {DICTIONARY_SURNAME}, -1}, + {"Touradji", 1, {DICTIONARY_SURNAME}, -1}, + {"Aracil", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönbohm", 1, {DICTIONARY_SURNAME}, -1}, + {"Duvalier", 1, {DICTIONARY_SURNAME}, -1}, + {"olive garden", 1, {DICTIONARY_CHAIN}, -1}, + {"Becquer", 1, {DICTIONARY_SURNAME}, -1}, + {"Akan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghatak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalašnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Tara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marzena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paolo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uchechi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghebremeskel", 1, {DICTIONARY_SURNAME}, -1}, + {"Harouna", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sigei", 1, {DICTIONARY_SURNAME}, -1}, + {"Garn", 1, {DICTIONARY_SURNAME}, -1}, + {"Czakó", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbonsevbafe", 1, {DICTIONARY_SURNAME}, -1}, + {"Reyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelove", 1, {DICTIONARY_SURNAME}, -1}, + {"Chong", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiskal", 1, {DICTIONARY_SURNAME}, -1}, + {"Giannini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ledecká", 1, {DICTIONARY_SURNAME}, -1}, + {"Lepper", 1, {DICTIONARY_SURNAME}, -1}, + {"Herzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Noakes", 1, {DICTIONARY_SURNAME}, -1}, + {"Nehrebecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Pieter", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cajetan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Knapman", 1, {DICTIONARY_SURNAME}, -1}, + {"Clinton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giulio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Allais", 1, {DICTIONARY_SURNAME}, -1}, + {"Raynor", 1, {DICTIONARY_SURNAME}, -1}, + {"De Jong", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Rajhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Christenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Harriott", 1, {DICTIONARY_SURNAME}, -1}, + {"Drljača", 1, {DICTIONARY_SURNAME}, -1}, + {"Fyfe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaczorowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrio", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunesaburō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Åhlund", 1, {DICTIONARY_SURNAME}, -1}, + {"Weigand", 1, {DICTIONARY_SURNAME}, -1}, + {"Agabaýew", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsuhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stroock", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyu-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stenger", 1, {DICTIONARY_SURNAME}, -1}, + {"Mona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bextor", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziaur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Devreese", 1, {DICTIONARY_SURNAME}, -1}, + {"Caper", 1, {DICTIONARY_SURNAME}, -1}, + {"Schirlitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lobb", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopacz", 1, {DICTIONARY_SURNAME}, -1}, + {"Margalit", 1, {DICTIONARY_SURNAME}, -1}, + {"Gottardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Preez", 1, {DICTIONARY_SURNAME}, -1}, + {"Tazewell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Niță", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Der Borgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Zamara", 1, {DICTIONARY_SURNAME}, -1}, + {"Matiur Rahman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stošić", 1, {DICTIONARY_SURNAME}, -1}, + {"Alavi", 1, {DICTIONARY_SURNAME}, -1}, + {"Veidor", 1, {DICTIONARY_SURNAME}, -1}, + {"Aikhionbare", 1, {DICTIONARY_SURNAME}, -1}, + {"Northmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosetta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lytovchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Valionytė", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhig Amhalghadha", 1, {DICTIONARY_SURNAME}, -1}, + {"Davids", 1, {DICTIONARY_SURNAME}, -1}, + {"Vončina", 1, {DICTIONARY_SURNAME}, -1}, + {"Pogue", 1, {DICTIONARY_SURNAME}, -1}, + {"Colombo", 1, {DICTIONARY_SURNAME}, -1}, + {"Nsofwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Caneti", 1, {DICTIONARY_SURNAME}, -1}, + {"Kettler", 1, {DICTIONARY_SURNAME}, -1}, + {"Passgård", 1, {DICTIONARY_SURNAME}, -1}, + {"Bueno", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharpley", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohenek", 1, {DICTIONARY_SURNAME}, -1}, + {"Bing", 1, {DICTIONARY_SURNAME}, -1}, + {"Alting", 1, {DICTIONARY_SURNAME}, -1}, + {"Siasia", 1, {DICTIONARY_SURNAME}, -1}, + {"Vostrosablin", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarrass", 1, {DICTIONARY_SURNAME}, -1}, + {"jet", 1, {DICTIONARY_CHAIN}, -1}, + {"Banham", 1, {DICTIONARY_SURNAME}, -1}, + {"Koyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Stefaniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Nojiri", 1, {DICTIONARY_SURNAME}, -1}, + {"De Verley", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Koekkoek", 1, {DICTIONARY_SURNAME}, -1}, + {"Ageyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Estye", 1, {DICTIONARY_SURNAME}, -1}, + {"Gafa", 1, {DICTIONARY_SURNAME}, -1}, + {"Vunjak-Novakovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Paspalj", 1, {DICTIONARY_SURNAME}, -1}, + {"McBane", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakeham", 1, {DICTIONARY_SURNAME}, -1}, + {"Aborah", 1, {DICTIONARY_SURNAME}, -1}, + {"Kruckenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Alopaeus", 1, {DICTIONARY_SURNAME}, -1}, + {"Karolina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bukharov", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Borman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaccaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandić", 1, {DICTIONARY_SURNAME}, -1}, + {"Peñate", 1, {DICTIONARY_SURNAME}, -1}, + {"Angelini", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Noot", 1, {DICTIONARY_SURNAME}, -1}, + {"Cellarius", 1, {DICTIONARY_SURNAME}, -1}, + {"Botrel", 1, {DICTIONARY_SURNAME}, -1}, + {"Valayre", 1, {DICTIONARY_SURNAME}, -1}, + {"McGennis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kusaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Véronique", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shashthi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grigorovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhig Amhalghaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Damon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Musante", 1, {DICTIONARY_SURNAME}, -1}, + {"Danielis", 1, {DICTIONARY_SURNAME}, -1}, + {"Satouji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Strick", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavelić", 1, {DICTIONARY_SURNAME}, -1}, + {"Konik", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeo-jin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rossmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Yáñez", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilkens", 1, {DICTIONARY_SURNAME}, -1}, + {"Spearritt", 1, {DICTIONARY_SURNAME}, -1}, + {"intermarche", 1, {DICTIONARY_CHAIN}, 159}, + {"Rechsteiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ḥazzan", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamolekun", 1, {DICTIONARY_SURNAME}, -1}, + {"McDormand", 1, {DICTIONARY_SURNAME}, -1}, + {"Holly", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"carrefour market", 1, {DICTIONARY_CHAIN}, -1}, + {"Damjanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Vongdala", 1, {DICTIONARY_SURNAME}, -1}, + {"Zbislaw", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adedeji", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bilgin", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Riordan", 1, {DICTIONARY_SURNAME}, -1}, + {"Valiukaitė", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Newell", 1, {DICTIONARY_SURNAME}, -1}, + {"Stiefvater", 1, {DICTIONARY_SURNAME}, -1}, + {"Glick", 1, {DICTIONARY_SURNAME}, -1}, + {"Shagin", 1, {DICTIONARY_SURNAME}, -1}, + {"Schröckh", 1, {DICTIONARY_SURNAME}, -1}, + {"Thind", 1, {DICTIONARY_SURNAME}, -1}, + {"Ringhofer", 1, {DICTIONARY_SURNAME}, -1}, + {"Aisawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatakeyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Foyt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vesecká", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaub", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanci", 1, {DICTIONARY_SURNAME}, -1}, + {"McRobbie", 1, {DICTIONARY_SURNAME}, -1}, + {"Miladin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lemar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Okyar", 1, {DICTIONARY_SURNAME}, -1}, + {"MacLeòid", 1, {DICTIONARY_SURNAME}, -1}, + {"Abysova", 1, {DICTIONARY_SURNAME}, -1}, + {"Čáslavský", 1, {DICTIONARY_SURNAME}, -1}, + {"Verzeri", 1, {DICTIONARY_SURNAME}, -1}, + {"Kilpeläinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimatani", 1, {DICTIONARY_SURNAME}, -1}, + {"Đorđe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nydia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Timmerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gustavo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ye-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Misako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haščák", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagisaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Halpert", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanhoenacker", 1, {DICTIONARY_SURNAME}, -1}, + {"Pettway", 1, {DICTIONARY_SURNAME}, -1}, + {"Swindell", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunton", 1, {DICTIONARY_SURNAME}, -1}, + {"Shawish", 1, {DICTIONARY_SURNAME}, -1}, + {"Jughashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Bleuler", 1, {DICTIONARY_SURNAME}, -1}, + {"Nuala", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ostrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Dashkevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Cimarosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ene", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Villechaize", 1, {DICTIONARY_SURNAME}, -1}, + {"Comden", 1, {DICTIONARY_SURNAME}, -1}, + {"lb johnson", 1, {DICTIONARY_NAMED_PERSON}, 282}, + {"Tsegay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pawlak", 1, {DICTIONARY_SURNAME}, -1}, + {"Valakari", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermeule", 1, {DICTIONARY_SURNAME}, -1}, + {"Rushout", 1, {DICTIONARY_SURNAME}, -1}, + {"Stricker", 1, {DICTIONARY_SURNAME}, -1}, + {"Fishback", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pidal", 1, {DICTIONARY_SURNAME}, -1}, + {"Marie François", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vandebergh", 1, {DICTIONARY_SURNAME}, -1}, + {"Haughley", 1, {DICTIONARY_SURNAME}, -1}, + {"Whiteman", 1, {DICTIONARY_SURNAME}, -1}, + {"Dutertre", 1, {DICTIONARY_SURNAME}, -1}, + {"Steenbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Orenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Geschonneck", 1, {DICTIONARY_SURNAME}, -1}, + {"sbarro's", 1, {DICTIONARY_CHAIN}, 228}, + {"McEveety", 1, {DICTIONARY_SURNAME}, -1}, + {"Stylianos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vogl", 1, {DICTIONARY_SURNAME}, -1}, + {"Plomer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rzepczynski", 1, {DICTIONARY_SURNAME}, -1}, + {"Pany", 1, {DICTIONARY_SURNAME}, -1}, + {"Adcocks", 1, {DICTIONARY_SURNAME}, -1}, + {"Keitel", 1, {DICTIONARY_SURNAME}, -1}, + {"Gujral", 1, {DICTIONARY_SURNAME}, -1}, + {"Pambianco", 1, {DICTIONARY_SURNAME}, -1}, + {"Caraballo", 1, {DICTIONARY_SURNAME}, -1}, + {"Elledge", 1, {DICTIONARY_SURNAME}, -1}, + {"Ennis", 1, {DICTIONARY_SURNAME}, -1}, + {"Chae-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kinsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Baù", 1, {DICTIONARY_SURNAME}, -1}, + {"Popescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Ho", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"De Zwart", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelung", 1, {DICTIONARY_SURNAME}, -1}, + {"Wohlgemuth", 1, {DICTIONARY_SURNAME}, -1}, + {"Onyia", 1, {DICTIONARY_SURNAME}, -1}, + {"Vihovde", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbarouses", 1, {DICTIONARY_SURNAME}, -1}, + {"Virve", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chetkovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Brandwein", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Laethem", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellefson", 1, {DICTIONARY_SURNAME}, -1}, + {"Marko", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"a & ws", 1, {DICTIONARY_CHAIN}, 57}, + {"Venne", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlag", 1, {DICTIONARY_SURNAME}, -1}, + {"Onstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Isted", 1, {DICTIONARY_SURNAME}, -1}, + {"Buchner", 1, {DICTIONARY_SURNAME}, -1}, + {"Capstick", 1, {DICTIONARY_SURNAME}, -1}, + {"Verkade", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziehrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Harnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Aadli", 1, {DICTIONARY_SURNAME}, -1}, + {"Onyango", 1, {DICTIONARY_SURNAME}, -1}, + {"Feiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanzon", 1, {DICTIONARY_SURNAME}, -1}, + {"Nasser", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"in & out burgers", 1, {DICTIONARY_CHAIN}, 158}, + {"Michela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haven", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Teekell", 1, {DICTIONARY_SURNAME}, -1}, + {"Zelenović", 1, {DICTIONARY_SURNAME}, -1}, + {"Pillai", 1, {DICTIONARY_SURNAME}, -1}, + {"Pallav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valentijn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vuletić", 1, {DICTIONARY_SURNAME}, -1}, + {"Akaranga", 1, {DICTIONARY_SURNAME}, -1}, + {"Sepúlveda", 1, {DICTIONARY_SURNAME}, -1}, + {"Belyanin", 1, {DICTIONARY_SURNAME}, -1}, + {"Waxman", 1, {DICTIONARY_SURNAME}, -1}, + {"Yarborough", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaniz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipschutz", 1, {DICTIONARY_SURNAME}, -1}, + {"Nally", 1, {DICTIONARY_SURNAME}, -1}, + {"Haeusser", 1, {DICTIONARY_SURNAME}, -1}, + {"Garlick", 1, {DICTIONARY_SURNAME}, -1}, + {"Shires", 1, {DICTIONARY_SURNAME}, -1}, + {"Geier", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolò", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farhad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vlček", 1, {DICTIONARY_SURNAME}, -1}, + {"Landau", 1, {DICTIONARY_SURNAME}, -1}, + {"Liparitids", 1, {DICTIONARY_SURNAME}, -1}, + {"Helmig", 1, {DICTIONARY_SURNAME}, -1}, + {"krispy kremes", 1, {DICTIONARY_CHAIN}, 172}, + {"Peles", 1, {DICTIONARY_SURNAME}, -1}, + {"Borremans", 1, {DICTIONARY_SURNAME}, -1}, + {"Voorhees", 1, {DICTIONARY_SURNAME}, -1}, + {"Ventrella", 1, {DICTIONARY_SURNAME}, -1}, + {"Halliwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Mix", 1, {DICTIONARY_SURNAME}, -1}, + {"Acevski", 1, {DICTIONARY_SURNAME}, -1}, + {"Gubler", 1, {DICTIONARY_SURNAME}, -1}, + {"Trull", 1, {DICTIONARY_SURNAME}, -1}, + {"Remarque", 1, {DICTIONARY_SURNAME}, -1}, + {"Chrudoš", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Broda", 1, {DICTIONARY_SURNAME}, -1}, + {"Flesch", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaidhya", 1, {DICTIONARY_SURNAME}, -1}, + {"McKayle", 1, {DICTIONARY_SURNAME}, -1}, + {"Dijana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Regis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"French", 1, {DICTIONARY_SURNAME}, -1}, + {"Frederique", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edgardo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Meignan", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeline", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Talis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Casini", 1, {DICTIONARY_SURNAME}, -1}, + {"Jones", 1, {DICTIONARY_SURNAME}, -1}, + {"Emel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Huw", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Clint", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cameron", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mizukawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Marilyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Snick", 1, {DICTIONARY_SURNAME}, -1}, + {"Herlong", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Joule", 1, {DICTIONARY_SURNAME}, -1}, + {"Lutui", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Enting", 1, {DICTIONARY_SURNAME}, -1}, + {"Zelinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Küchl", 1, {DICTIONARY_SURNAME}, -1}, + {"Miranda", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tetsuji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Laud", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sgambato", 1, {DICTIONARY_SURNAME}, -1}, + {"De Moor", 1, {DICTIONARY_SURNAME}, -1}, + {"Golinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Dollinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Stefen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abhyankar", 1, {DICTIONARY_SURNAME}, -1}, + {"KAIA", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vatubua", 1, {DICTIONARY_SURNAME}, -1}, + {"Suzaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimitrovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sosenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Redfearn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gasman", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselji", 1, {DICTIONARY_SURNAME}, -1}, + {"Heider", 1, {DICTIONARY_SURNAME}, -1}, + {"Tunde", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Juttke", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaffer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Specker", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagata", 1, {DICTIONARY_SURNAME}, -1}, + {"Justas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Makhlai", 1, {DICTIONARY_SURNAME}, -1}, + {"Emenalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Pesenti", 1, {DICTIONARY_SURNAME}, -1}, + {"Petrovický", 1, {DICTIONARY_SURNAME}, -1}, + {"Pusch", 1, {DICTIONARY_SURNAME}, -1}, + {"Di Gennaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Capps", 1, {DICTIONARY_SURNAME}, -1}, + {"Vroon", 1, {DICTIONARY_SURNAME}, -1}, + {"Theodor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yeon-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McReady", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobieski", 1, {DICTIONARY_SURNAME}, -1}, + {"Verlinden", 1, {DICTIONARY_SURNAME}, -1}, + {"Shumov", 1, {DICTIONARY_SURNAME}, -1}, + {"Acason", 1, {DICTIONARY_SURNAME}, -1}, + {"lewiatan", 1, {DICTIONARY_CHAIN}, -1}, + {"Jo-Anne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veshkurova", 1, {DICTIONARY_SURNAME}, -1}, + {"Kushchevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Harney", 1, {DICTIONARY_SURNAME}, -1}, + {"Crusco", 1, {DICTIONARY_SURNAME}, -1}, + {"Rando", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cressy", 1, {DICTIONARY_SURNAME}, -1}, + {"Maurin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kooman", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitcombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramesh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jurkovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Birdal", 1, {DICTIONARY_SURNAME}, -1}, + {"Feehan", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Khaliq", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nieto", 1, {DICTIONARY_SURNAME}, -1}, + {"Fumio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valk", 1, {DICTIONARY_SURNAME}, -1}, + {"Deulofeu", 1, {DICTIONARY_SURNAME}, -1}, + {"Houbraken", 1, {DICTIONARY_SURNAME}, -1}, + {"Caldicott", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollini", 1, {DICTIONARY_SURNAME}, -1}, + {"Vošvrda", 1, {DICTIONARY_SURNAME}, -1}, + {"Helpmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Kashif", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bellinger", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bath", 1, {DICTIONARY_SURNAME}, -1}, + {"Hulusi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jobbins", 1, {DICTIONARY_SURNAME}, -1}, + {"Katja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Togni", 1, {DICTIONARY_SURNAME}, -1}, + {"Stam", 1, {DICTIONARY_SURNAME}, -1}, + {"Armster", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuzmanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakhamuri", 1, {DICTIONARY_SURNAME}, -1}, + {"Veliz", 1, {DICTIONARY_SURNAME}, -1}, + {"Yosua", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Min-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hagiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatuvei", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Heemstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Vynokurov", 1, {DICTIONARY_SURNAME}, -1}, + {"Путин", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomjanovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Alt", 1, {DICTIONARY_SURNAME}, -1}, + {"De Waal", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludovisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Baratz", 1, {DICTIONARY_SURNAME}, -1}, + {"Maculan", 1, {DICTIONARY_SURNAME}, -1}, + {"Wernz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanazawa", 1, {DICTIONARY_SURNAME}, -1}, + {"McGonigal", 1, {DICTIONARY_SURNAME}, -1}, + {"Vellidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Szondy", 1, {DICTIONARY_SURNAME}, -1}, + {"Meltem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Federici", 1, {DICTIONARY_SURNAME}, -1}, + {"Gottlieb", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Heike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Avtonomov", 1, {DICTIONARY_SURNAME}, -1}, + {"Holthusen", 1, {DICTIONARY_SURNAME}, -1}, + {"Phillis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bakir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Saatchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Abidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lack", 1, {DICTIONARY_SURNAME}, -1}, + {"McCartie", 1, {DICTIONARY_SURNAME}, -1}, + {"Vetle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jeavons", 1, {DICTIONARY_SURNAME}, -1}, + {"Schröpfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bassani", 1, {DICTIONARY_SURNAME}, -1}, + {"VanArtsdalen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aked", 1, {DICTIONARY_SURNAME}, -1}, + {"Enke", 1, {DICTIONARY_SURNAME}, -1}, + {"Darke", 1, {DICTIONARY_SURNAME}, -1}, + {"Clan MacBean", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanekom", 1, {DICTIONARY_SURNAME}, -1}, + {"Noske", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellebrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinsbergen", 1, {DICTIONARY_SURNAME}, -1}, + {"Imad al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Naoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ibišević", 1, {DICTIONARY_SURNAME}, -1}, + {"Ostermeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Savnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Leegstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mentzas", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorthoren", 1, {DICTIONARY_SURNAME}, -1}, + {"McShaffry", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinoda", 1, {DICTIONARY_SURNAME}, -1}, + {"Volding", 1, {DICTIONARY_SURNAME}, -1}, + {"Merla", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerbaud", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kurguskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gethin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Goines", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahmadov", 1, {DICTIONARY_SURNAME}, -1}, + {"Quilliam", 1, {DICTIONARY_SURNAME}, -1}, + {"Berg", 1, {DICTIONARY_SURNAME}, -1}, + {"Shubhendu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Piennaar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tegnér", 1, {DICTIONARY_SURNAME}, -1}, + {"Zack", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Littell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerkorian", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnett", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Foxman", 1, {DICTIONARY_SURNAME}, -1}, + {"Jawed", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ashby", 1, {DICTIONARY_SURNAME}, -1}, + {"Repka", 1, {DICTIONARY_SURNAME}, -1}, + {"Voscherau", 1, {DICTIONARY_SURNAME}, -1}, + {"Springsteen", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolls", 1, {DICTIONARY_SURNAME}, -1}, + {"Guy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kalocsai", 1, {DICTIONARY_SURNAME}, -1}, + {"Lokey", 1, {DICTIONARY_SURNAME}, -1}, + {"Mostovyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigliaturo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vécsei", 1, {DICTIONARY_SURNAME}, -1}, + {"Almeida", 1, {DICTIONARY_SURNAME}, -1}, + {"Asboth", 1, {DICTIONARY_SURNAME}, -1}, + {"Furlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Adnan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hendricks", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannus", 1, {DICTIONARY_SURNAME}, -1}, + {"Casarini", 1, {DICTIONARY_SURNAME}, -1}, + {"Nimitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Emin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Florez", 1, {DICTIONARY_SURNAME}, -1}, + {"Velthuizen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fried", 1, {DICTIONARY_SURNAME}, -1}, + {"Gounder", 1, {DICTIONARY_SURNAME}, -1}, + {"Benyamina", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasutomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Semak", 1, {DICTIONARY_SURNAME}, -1}, + {"office depot", 1, {DICTIONARY_CHAIN}, -1}, + {"Kata", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gazza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Singerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Guiney", 1, {DICTIONARY_SURNAME}, -1}, + {"Mouftaou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viani", 1, {DICTIONARY_SURNAME}, -1}, + {"Forman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hribar", 1, {DICTIONARY_SURNAME}, -1}, + {"Widdows", 1, {DICTIONARY_SURNAME}, -1}, + {"Fothad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ağıryürüyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Rühl", 1, {DICTIONARY_SURNAME}, -1}, + {"Kashiyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbio", 1, {DICTIONARY_SURNAME}, -1}, + {"Yessica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ballabh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ælfwine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Venčkauskaitė", 1, {DICTIONARY_SURNAME}, -1}, + {"Eszter", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Smillie", 1, {DICTIONARY_SURNAME}, -1}, + {"Drahomíra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tilson", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Bebber", 1, {DICTIONARY_SURNAME}, -1}, + {"Ugryumov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sontag", 1, {DICTIONARY_SURNAME}, -1}, + {"McGerr", 1, {DICTIONARY_SURNAME}, -1}, + {"Kustodiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Břicháč", 1, {DICTIONARY_SURNAME}, -1}, + {"Lippman", 1, {DICTIONARY_SURNAME}, -1}, + {"Alejandro", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Katelynas", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamoudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaj", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Viiol", 1, {DICTIONARY_SURNAME}, -1}, + {"Stock", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacquemin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tattersall", 1, {DICTIONARY_SURNAME}, -1}, + {"Tajmar", 1, {DICTIONARY_SURNAME}, -1}, + {"Zahn", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyun-a", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bach", 1, {DICTIONARY_SURNAME}, -1}, + {"Griga", 1, {DICTIONARY_SURNAME}, -1}, + {"Dhital", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacobs", 1, {DICTIONARY_SURNAME}, -1}, + {"Beddoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Althea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nawawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Francoeur", 1, {DICTIONARY_SURNAME}, -1}, + {"Gubijan", 1, {DICTIONARY_SURNAME}, -1}, + {"Damir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Neven", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bragg", 1, {DICTIONARY_SURNAME}, -1}, + {"Chisora", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryuma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bertie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Naumov", 1, {DICTIONARY_SURNAME}, -1}, + {"b p", 1, {DICTIONARY_CHAIN}, 83}, + {"Kramerius", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Seánie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Larcom", 1, {DICTIONARY_SURNAME}, -1}, + {"Drăgescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeffers", 1, {DICTIONARY_SURNAME}, -1}, + {"Theofanis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dobre", 1, {DICTIONARY_SURNAME}, -1}, + {"Richter", 1, {DICTIONARY_SURNAME}, -1}, + {"Tae-wook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jean-Denis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Szatkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Werf", 1, {DICTIONARY_SURNAME}, -1}, + {"Euser", 1, {DICTIONARY_SURNAME}, -1}, + {"Adaś", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"ʻŌpūnui", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Culbertson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuono", 1, {DICTIONARY_SURNAME}, -1}, + {"Seinsoth", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitic", 1, {DICTIONARY_SURNAME}, -1}, + {"Mačiulis", 1, {DICTIONARY_SURNAME}, -1}, + {"Quinlivan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirosue", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanackere", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazumichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fateh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bazy", 1, {DICTIONARY_SURNAME}, -1}, + {"Sédonoudé", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Filmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gusev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ki-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Boyle", 1, {DICTIONARY_SURNAME}, -1}, + {"Bryer", 1, {DICTIONARY_SURNAME}, -1}, + {"Glaser", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitko", 1, {DICTIONARY_SURNAME}, -1}, + {"Helfand", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubiš", 1, {DICTIONARY_SURNAME}, -1}, + {"Pini", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacquelyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fittler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kollmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Yara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Önal", 1, {DICTIONARY_SURNAME}, -1}, + {"Veretelnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipsang", 1, {DICTIONARY_SURNAME}, -1}, + {"Truss", 1, {DICTIONARY_SURNAME}, -1}, + {"Sessler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hau", 1, {DICTIONARY_SURNAME}, -1}, + {"Livsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Mudrinić", 1, {DICTIONARY_SURNAME}, -1}, + {"Ho-jin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garforth", 1, {DICTIONARY_SURNAME}, -1}, + {"Vildozo", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrejević", 1, {DICTIONARY_SURNAME}, -1}, + {"Şebnem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tatsuyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Melis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Céline", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Hooydonck", 1, {DICTIONARY_SURNAME}, -1}, + {"Cziffra", 1, {DICTIONARY_SURNAME}, -1}, + {"Verhoek", 1, {DICTIONARY_SURNAME}, -1}, + {"Kin'ichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gyuri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ducrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Massad", 1, {DICTIONARY_SURNAME}, -1}, + {"Black", 1, {DICTIONARY_SURNAME}, -1}, + {"Eppolito", 1, {DICTIONARY_SURNAME}, -1}, + {"Ansara", 1, {DICTIONARY_SURNAME}, -1}, + {"Roba", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bhatnagar", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajnshtok", 1, {DICTIONARY_SURNAME}, -1}, + {"Perfetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Nuckols", 1, {DICTIONARY_SURNAME}, -1}, + {"Nešić", 1, {DICTIONARY_SURNAME}, -1}, + {"Herder", 1, {DICTIONARY_SURNAME}, -1}, + {"Becaccece", 1, {DICTIONARY_SURNAME}, -1}, + {"Yujiulü", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greenslade", 1, {DICTIONARY_SURNAME}, -1}, + {"Harradine", 1, {DICTIONARY_SURNAME}, -1}, + {"Gasquet", 1, {DICTIONARY_SURNAME}, -1}, + {"Beatty", 1, {DICTIONARY_SURNAME}, -1}, + {"Seleznyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatzimichalis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Loginov", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrumb", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dietel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabauri", 1, {DICTIONARY_SURNAME}, -1}, + {"Ovidijus", 1, {DICTIONARY_SURNAME}, -1}, + {"Laredo", 1, {DICTIONARY_SURNAME}, -1}, + {"Moray", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vinnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Skertchly", 1, {DICTIONARY_SURNAME}, -1}, + {"Ronald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tialata", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosicky", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanden Stock", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Benger", 1, {DICTIONARY_SURNAME}, -1}, + {"Dente", 1, {DICTIONARY_SURNAME}, -1}, + {"Plendl", 1, {DICTIONARY_SURNAME}, -1}, + {"Hurtado de Mendoza", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sjöman", 1, {DICTIONARY_SURNAME}, -1}, + {"Grubišić", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Abrash", 1, {DICTIONARY_SURNAME}, -1}, + {"Horne", 1, {DICTIONARY_SURNAME}, -1}, + {"Virdis", 1, {DICTIONARY_SURNAME}, -1}, + {"Mosenthal", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyndham", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Karim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lesser", 1, {DICTIONARY_SURNAME}, -1}, + {"Ljubisav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gunther", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Babai", 1, {DICTIONARY_SURNAME}, -1}, + {"Cailleach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Palanivel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haught", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Connor", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenkichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Engblom", 1, {DICTIONARY_SURNAME}, -1}, + {"Akniouene", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenoir", 1, {DICTIONARY_SURNAME}, -1}, + {"Shatalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakada", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdur Rashid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Latifa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schroth", 1, {DICTIONARY_SURNAME}, -1}, + {"Jodice", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakamoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Skrzynecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Venetiaan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hohol", 1, {DICTIONARY_SURNAME}, -1}, + {"Adele", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGeachie", 1, {DICTIONARY_SURNAME}, -1}, + {"Bickmore", 1, {DICTIONARY_SURNAME}, -1}, + {"McOmie", 1, {DICTIONARY_SURNAME}, -1}, + {"McCorory", 1, {DICTIONARY_SURNAME}, -1}, + {"Maudsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Bleich", 1, {DICTIONARY_SURNAME}, -1}, + {"Poghossian", 1, {DICTIONARY_SURNAME}, -1}, + {"Aivazoff", 1, {DICTIONARY_SURNAME}, -1}, + {"De Sola Pool", 1, {DICTIONARY_SURNAME}, -1}, + {"Voiculescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Valadez", 1, {DICTIONARY_SURNAME}, -1}, + {"Groll", 1, {DICTIONARY_SURNAME}, -1}, + {"Aschenwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Gedge", 1, {DICTIONARY_SURNAME}, -1}, + {"Marshburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Volesus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Violeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Mutter", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seager", 1, {DICTIONARY_SURNAME}, -1}, + {"Viacheslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maria Louisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hazem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Al-Habsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Schul", 1, {DICTIONARY_SURNAME}, -1}, + {"Foppa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Allensworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Tagoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakač", 1, {DICTIONARY_SURNAME}, -1}, + {"Chrysogonus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Magnar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acatrinei", 1, {DICTIONARY_SURNAME}, -1}, + {"Recep", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wilkes", 1, {DICTIONARY_SURNAME}, -1}, + {"Akşener", 1, {DICTIONARY_SURNAME}, -1}, + {"Velastegui", 1, {DICTIONARY_SURNAME}, -1}, + {"Kos", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshiteru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toby", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Libby", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hagiuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Holcomb", 1, {DICTIONARY_SURNAME}, -1}, + {"jimmy johns", 1, {DICTIONARY_CHAIN}, 166}, + {"Hoysala Karnataka Brahmins", 1, {DICTIONARY_SURNAME}, -1}, + {"Seigen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cevdet", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"O'Connell", 1, {DICTIONARY_SURNAME}, -1}, + {"Houdin", 1, {DICTIONARY_SURNAME}, -1}, + {"Safiullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bokenham", 1, {DICTIONARY_SURNAME}, -1}, + {"Moren", 1, {DICTIONARY_SURNAME}, -1}, + {"Myddelton", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Berg", 1, {DICTIONARY_SURNAME}, -1}, + {"Savitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Fauzia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Patwari", 1, {DICTIONARY_SURNAME}, -1}, + {"Marinescu", 1, {DICTIONARY_SURNAME}, -1}, + {"McFaul", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenawalt", 1, {DICTIONARY_SURNAME}, -1}, + {"Drinan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sickel", 1, {DICTIONARY_SURNAME}, -1}, + {"Arne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hebbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Yurevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Aggudey", 1, {DICTIONARY_SURNAME}, -1}, + {"Viglietti", 1, {DICTIONARY_SURNAME}, -1}, + {"Gardezi", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Filipiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Koumba", 1, {DICTIONARY_SURNAME}, -1}, + {"Sevin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ilić", 1, {DICTIONARY_SURNAME}, -1}, + {"Becker", 1, {DICTIONARY_SURNAME}, -1}, + {"Pirazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Quill", 1, {DICTIONARY_SURNAME}, -1}, + {"Spindler", 1, {DICTIONARY_SURNAME}, -1}, + {"Taiki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baudrillard", 1, {DICTIONARY_SURNAME}, -1}, + {"Cederström", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebelthite", 1, {DICTIONARY_SURNAME}, -1}, + {"Abzal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ollivier", 1, {DICTIONARY_SURNAME}, -1}, + {"Weihenmayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Picchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Upadhyay", 1, {DICTIONARY_SURNAME}, -1}, + {"Sudworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Villehardouin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonk", 1, {DICTIONARY_SURNAME}, -1}, + {"Kratochwill", 1, {DICTIONARY_SURNAME}, -1}, + {"Zdravko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Wirdum", 1, {DICTIONARY_SURNAME}, -1}, + {"Noguera", 1, {DICTIONARY_SURNAME}, -1}, + {"Harnish", 1, {DICTIONARY_SURNAME}, -1}, + {"Craver", 1, {DICTIONARY_SURNAME}, -1}, + {"Duara", 1, {DICTIONARY_SURNAME}, -1}, + {"Woon-Kon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Julien-Joseph", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Noel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cattermole", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruhiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ludovica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brody", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Varjú", 1, {DICTIONARY_SURNAME}, -1}, + {"Bube", 1, {DICTIONARY_SURNAME}, -1}, + {"Uwilingiyimana", 1, {DICTIONARY_SURNAME}, -1}, + {"McDivitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Šime", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daushvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdullaev", 1, {DICTIONARY_SURNAME}, -1}, + {"De Villepin", 1, {DICTIONARY_SURNAME}, -1}, + {"Waqaseduadua", 1, {DICTIONARY_SURNAME}, -1}, + {"Kajiwara", 1, {DICTIONARY_SURNAME}, -1}, + {"Lind", 1, {DICTIONARY_SURNAME}, -1}, + {"Abularach", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hershkowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Karegeya", 1, {DICTIONARY_SURNAME}, -1}, + {"Radbourn", 1, {DICTIONARY_SURNAME}, -1}, + {"Andriy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karapet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oralbeg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hartung", 1, {DICTIONARY_SURNAME}, -1}, + {"Ovidiu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haggett", 1, {DICTIONARY_SURNAME}, -1}, + {"Letwin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marlon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abu Bakr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Linson", 1, {DICTIONARY_SURNAME}, -1}, + {"Delap", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijayasarathy", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferriz", 1, {DICTIONARY_SURNAME}, -1}, + {"Heffernan", 1, {DICTIONARY_SURNAME}, -1}, + {"Shuman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lejeune", 1, {DICTIONARY_SURNAME}, -1}, + {"Roybal", 1, {DICTIONARY_SURNAME}, -1}, + {"Сталин", 1, {DICTIONARY_SURNAME}, -1}, + {"McQueary", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlk", 1, {DICTIONARY_SURNAME}, -1}, + {"Heidemarie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mengenen", 1, {DICTIONARY_SURNAME}, -1}, + {"Huish", 1, {DICTIONARY_SURNAME}, -1}, + {"Selous", 1, {DICTIONARY_SURNAME}, -1}, + {"Schilders", 1, {DICTIONARY_SURNAME}, -1}, + {"Bühler", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdú", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruaidhri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Benitez", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrofino", 1, {DICTIONARY_SURNAME}, -1}, + {"Senna", 1, {DICTIONARY_SURNAME}, -1}, + {"McPipe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bichón", 1, {DICTIONARY_SURNAME}, -1}, + {"Dink", 1, {DICTIONARY_SURNAME}, -1}, + {"Skujytė", 1, {DICTIONARY_SURNAME}, -1}, + {"Livshits", 1, {DICTIONARY_SURNAME}, -1}, + {"Pescott", 1, {DICTIONARY_SURNAME}, -1}, + {"Scalfaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Matt", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaas", 1, {DICTIONARY_SURNAME}, -1}, + {"Trimen", 1, {DICTIONARY_SURNAME}, -1}, + {"Copelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Astarabadi", 1, {DICTIONARY_SURNAME}, -1}, + {"MacCauley", 1, {DICTIONARY_SURNAME}, -1}, + {"Heiferman", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaudhry", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Rooyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Houri", 1, {DICTIONARY_SURNAME}, -1}, + {"Lelong", 1, {DICTIONARY_SURNAME}, -1}, + {"Kogutowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Doeff", 1, {DICTIONARY_SURNAME}, -1}, + {"McNevan", 1, {DICTIONARY_SURNAME}, -1}, + {"MacNeal", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Charke", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamayo", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowley", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagrationi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aban", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vycpálek", 1, {DICTIONARY_SURNAME}, -1}, + {"Bottero", 1, {DICTIONARY_SURNAME}, -1}, + {"Principe", 1, {DICTIONARY_SURNAME}, -1}, + {"Lada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schaffernoth", 1, {DICTIONARY_SURNAME}, -1}, + {"De Medina", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahadevi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Hamel", 1, {DICTIONARY_SURNAME}, -1}, + {"Annabella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arancibia", 1, {DICTIONARY_SURNAME}, -1}, + {"Laureano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rosalia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yanowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Moll", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bodine", 1, {DICTIONARY_SURNAME}, -1}, + {"Alonso", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Félix", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asselin", 1, {DICTIONARY_SURNAME}, -1}, + {"Justus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tarleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Marc-Olivier", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verity", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gracie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mudge", 1, {DICTIONARY_SURNAME}, -1}, + {"Dengate", 1, {DICTIONARY_SURNAME}, -1}, + {"Hosier", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Ettingshausen", 1, {DICTIONARY_SURNAME}, -1}, + {"Cutmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Bettinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Hans-Peter", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roxane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jeppesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dáire", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Laetitia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vilkas", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinwiddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Ääritalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassuto", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-geun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Éloi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paleotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakoda", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoult", 1, {DICTIONARY_SURNAME}, -1}, + {"Scope", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Moorsel", 1, {DICTIONARY_SURNAME}, -1}, + {"Breslauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerbrand", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Laipply", 1, {DICTIONARY_SURNAME}, -1}, + {"Leonie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ladislao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Virchow", 1, {DICTIONARY_SURNAME}, -1}, + {"Herrod", 1, {DICTIONARY_SURNAME}, -1}, + {"Helgesson", 1, {DICTIONARY_SURNAME}, -1}, + {"Diop", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdelgadir", 1, {DICTIONARY_SURNAME}, -1}, + {"Flahiff", 1, {DICTIONARY_SURNAME}, -1}, + {"Ouspensky", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoeler", 1, {DICTIONARY_SURNAME}, -1}, + {"Lesh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kindermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Kielland", 1, {DICTIONARY_SURNAME}, -1}, + {"Ettlinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Searby", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akitomi", 1, {DICTIONARY_SURNAME}, -1}, + {"Benik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGee", 1, {DICTIONARY_SURNAME}, -1}, + {"Acker", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Petrucci family", 1, {DICTIONARY_SURNAME}, -1}, + {"Walkom", 1, {DICTIONARY_SURNAME}, -1}, + {"Courtemanche", 1, {DICTIONARY_SURNAME}, -1}, + {"j. c. penney", 1, {DICTIONARY_CHAIN}, 165}, + {"Vestermans", 1, {DICTIONARY_SURNAME}, -1}, + {"Ansola", 1, {DICTIONARY_SURNAME}, -1}, + {"Yodkaew", 1, {DICTIONARY_SURNAME}, -1}, + {"Zitouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Reading", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeliz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jae-shin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaquer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathiesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Braben", 1, {DICTIONARY_SURNAME}, -1}, + {"Passarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Freudberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Collignon", 1, {DICTIONARY_SURNAME}, -1}, + {"Partington", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrière", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakani", 1, {DICTIONARY_SURNAME}, -1}, + {"Gianmarco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lappoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeytulaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavlopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Moorman", 1, {DICTIONARY_SURNAME}, -1}, + {"Veljko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vierk", 1, {DICTIONARY_SURNAME}, -1}, + {"Lyall", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hye-jung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Best", 1, {DICTIONARY_SURNAME}, -1}, + {"McGaughey", 1, {DICTIONARY_SURNAME}, -1}, + {"Aas", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauvage", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciofani", 1, {DICTIONARY_SURNAME}, -1}, + {"Dupré", 1, {DICTIONARY_SURNAME}, -1}, + {"Koester", 1, {DICTIONARY_SURNAME}, -1}, + {"Henry", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Baker", 1, {DICTIONARY_SURNAME}, -1}, + {"Ademi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawalec", 1, {DICTIONARY_SURNAME}, -1}, + {"Venito", 1, {DICTIONARY_SURNAME}, -1}, + {"Rettig", 1, {DICTIONARY_SURNAME}, -1}, + {"Egan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hansford", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Naitō", 1, {DICTIONARY_SURNAME}, -1}, + {"Davey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Salmelainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ditko", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurich", 1, {DICTIONARY_SURNAME}, -1}, + {"Aminu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Panzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Salvin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Rassam", 1, {DICTIONARY_SURNAME}, -1}, + {"Brion", 1, {DICTIONARY_SURNAME}, -1}, + {"Foy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Lopatin", 1, {DICTIONARY_SURNAME}, -1}, + {"Guillaumin", 1, {DICTIONARY_SURNAME}, -1}, + {"McCreight", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Sundström", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrteski", 1, {DICTIONARY_SURNAME}, -1}, + {"Synek", 1, {DICTIONARY_SURNAME}, -1}, + {"Chondroyannos", 1, {DICTIONARY_SURNAME}, -1}, + {"Poul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vranjić", 1, {DICTIONARY_SURNAME}, -1}, + {"Naotarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iwaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Alvim", 1, {DICTIONARY_SURNAME}, -1}, + {"Palumbo", 1, {DICTIONARY_SURNAME}, -1}, + {"oreilly auto parts", 1, {DICTIONARY_CHAIN}, 193}, + {"Lakomaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruby", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Turgenev", 1, {DICTIONARY_SURNAME}, -1}, + {"Masanobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Collmenter", 1, {DICTIONARY_SURNAME}, -1}, + {"Duvall", 1, {DICTIONARY_SURNAME}, -1}, + {"Comper", 1, {DICTIONARY_SURNAME}, -1}, + {"Hargett", 1, {DICTIONARY_SURNAME}, -1}, + {"McGovern", 1, {DICTIONARY_SURNAME}, -1}, + {"Hormizd", 1, {DICTIONARY_SURNAME}, -1}, + {"Briesenick", 1, {DICTIONARY_SURNAME}, -1}, + {"Cancela", 1, {DICTIONARY_SURNAME}, -1}, + {"Strelow", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaviletko", 1, {DICTIONARY_SURNAME}, -1}, + {"Pericak", 1, {DICTIONARY_SURNAME}, -1}, + {"Misharin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ketty", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Teunissen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tibrewal", 1, {DICTIONARY_SURNAME}, -1}, + {"Seksan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flowerdew", 1, {DICTIONARY_SURNAME}, -1}, + {"Scholte", 1, {DICTIONARY_SURNAME}, -1}, + {"De Boor", 1, {DICTIONARY_SURNAME}, -1}, + {"Eskildsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodrov", 1, {DICTIONARY_SURNAME}, -1}, + {"Michálek", 1, {DICTIONARY_SURNAME}, -1}, + {"Brodie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Heckler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kingsepp", 1, {DICTIONARY_SURNAME}, -1}, + {"Amarijo", 1, {DICTIONARY_SURNAME}, -1}, + {"Geutjes", 1, {DICTIONARY_SURNAME}, -1}, + {"Belikova", 1, {DICTIONARY_SURNAME}, -1}, + {"Denman", 1, {DICTIONARY_SURNAME}, -1}, + {"Eisenblätter", 1, {DICTIONARY_SURNAME}, -1}, + {"Edusei", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiraz", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshiya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Knaller", 1, {DICTIONARY_SURNAME}, -1}, + {"Moseley", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelsohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Reade", 1, {DICTIONARY_SURNAME}, -1}, + {"Agim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fote", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurgis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greenacre", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamali", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pokrass", 1, {DICTIONARY_SURNAME}, -1}, + {"Nastasiuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Demirbaş", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gog", 1, {DICTIONARY_SURNAME}, -1}, + {"Gimondi", 1, {DICTIONARY_SURNAME}, -1}, + {"Prajesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vůch", 1, {DICTIONARY_SURNAME}, -1}, + {"Franczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Durand", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nieminen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tansi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadnov", 1, {DICTIONARY_SURNAME}, -1}, + {"Campbell", 1, {DICTIONARY_SURNAME}, -1}, + {"Peterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemmer", 1, {DICTIONARY_SURNAME}, -1}, + {"intermarché", 1, {DICTIONARY_CHAIN}, -1}, + {"Fredy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fettiplace", 1, {DICTIONARY_SURNAME}, -1}, + {"Schäfke", 1, {DICTIONARY_SURNAME}, -1}, + {"Trombetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Golomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Locherer", 1, {DICTIONARY_SURNAME}, -1}, + {"Šebesta", 1, {DICTIONARY_SURNAME}, -1}, + {"Vollquartz", 1, {DICTIONARY_SURNAME}, -1}, + {"Sachtleben", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-yong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Magić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vieceli", 1, {DICTIONARY_SURNAME}, -1}, + {"Jampana", 1, {DICTIONARY_SURNAME}, -1}, + {"Chistov", 1, {DICTIONARY_SURNAME}, -1}, + {"De La Hoz", 1, {DICTIONARY_SURNAME}, -1}, + {"Agerbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Aubry", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Floch", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kierra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hitoma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Linhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Emani", 1, {DICTIONARY_SURNAME}, -1}, + {"Penov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajime", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dorfmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Warhola", 1, {DICTIONARY_SURNAME}, -1}, + {"Stocks", 1, {DICTIONARY_SURNAME}, -1}, + {"Zellweger", 1, {DICTIONARY_SURNAME}, -1}, + {"Lars", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kyōhei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ugnė", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adetona", 1, {DICTIONARY_SURNAME}, -1}, + {"Asmussen", 1, {DICTIONARY_SURNAME}, -1}, + {"Luenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Yudell", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rawlinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Iredale", 1, {DICTIONARY_SURNAME}, -1}, + {"Oberth", 1, {DICTIONARY_SURNAME}, -1}, + {"Vogel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiptoft", 1, {DICTIONARY_SURNAME}, -1}, + {"Plumptre", 1, {DICTIONARY_SURNAME}, -1}, + {"McLoud", 1, {DICTIONARY_SURNAME}, -1}, + {"Aaboe", 1, {DICTIONARY_SURNAME}, -1}, + {"Paula", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Željka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Narcís", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kulik", 1, {DICTIONARY_SURNAME}, -1}, + {"Herxheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ragusa", 1, {DICTIONARY_SURNAME}, -1}, + {"Schemansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Drozdova", 1, {DICTIONARY_SURNAME}, -1}, + {"Hals", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakai", 1, {DICTIONARY_SURNAME}, -1}, + {"Ainsleigh", 1, {DICTIONARY_SURNAME}, -1}, + {"De Bono", 1, {DICTIONARY_SURNAME}, -1}, + {"Occhetto", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaouaoui", 1, {DICTIONARY_SURNAME}, -1}, + {"Siqueiros", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lalović", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolachnyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Racette", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabatelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Frazier", 1, {DICTIONARY_SURNAME}, -1}, + {"Yalçın", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brahe", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanton", 1, {DICTIONARY_SURNAME}, -1}, + {"Mongel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoeneß", 1, {DICTIONARY_SURNAME}, -1}, + {"Jayakumar", 1, {DICTIONARY_SURNAME}, -1}, + {"Covassi", 1, {DICTIONARY_SURNAME}, -1}, + {"Escalera", 1, {DICTIONARY_SURNAME}, -1}, + {"Albertson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlasta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harig", 1, {DICTIONARY_SURNAME}, -1}, + {"Piniella", 1, {DICTIONARY_SURNAME}, -1}, + {"Micki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Connelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Malatesta", 1, {DICTIONARY_SURNAME}, -1}, + {"toys r us", 1, {DICTIONARY_CHAIN}, -1}, + {"Străjescu", 1, {DICTIONARY_SURNAME}, -1}, + {"uno chicago grill", 1, {DICTIONARY_CHAIN}, -1}, + {"Tanenaga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cregg", 1, {DICTIONARY_SURNAME}, -1}, + {"Paludan", 1, {DICTIONARY_SURNAME}, -1}, + {"Suttle", 1, {DICTIONARY_SURNAME}, -1}, + {"Pepping", 1, {DICTIONARY_SURNAME}, -1}, + {"Hassane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ranulf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bhattacharya", 1, {DICTIONARY_SURNAME}, -1}, + {"Byatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Tonnelier", 1, {DICTIONARY_SURNAME}, -1}, + {"Eskola", 1, {DICTIONARY_SURNAME}, -1}, + {"Poroshenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Voight", 1, {DICTIONARY_SURNAME}, -1}, + {"Bareiß", 1, {DICTIONARY_SURNAME}, -1}, + {"Cortazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarkovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Levavasseur", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwarzenböck", 1, {DICTIONARY_SURNAME}, -1}, + {"Honigsmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Blagoy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Björg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ostler", 1, {DICTIONARY_SURNAME}, -1}, + {"Cappellini", 1, {DICTIONARY_SURNAME}, -1}, + {"Critchett", 1, {DICTIONARY_SURNAME}, -1}, + {"Geremia", 1, {DICTIONARY_SURNAME}, -1}, + {"Khujadze", 1, {DICTIONARY_SURNAME}, -1}, + {"VanAmerongen", 1, {DICTIONARY_SURNAME}, -1}, + {"Whittemore", 1, {DICTIONARY_SURNAME}, -1}, + {"Sizemore", 1, {DICTIONARY_SURNAME}, -1}, + {"Moroni", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tobler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bragason", 1, {DICTIONARY_SURNAME}, -1}, + {"Belfour", 1, {DICTIONARY_SURNAME}, -1}, + {"Dane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tadao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Porri", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheringham", 1, {DICTIONARY_SURNAME}, -1}, + {"Tschaikovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Reznicek", 1, {DICTIONARY_SURNAME}, -1}, + {"Birman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lytton", 1, {DICTIONARY_SURNAME}, -1}, + {"Waisler", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboki", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryback", 1, {DICTIONARY_SURNAME}, -1}, + {"Cathal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Davalos", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyaltsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Geschke", 1, {DICTIONARY_SURNAME}, -1}, + {"Jost", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ó Maoilriain", 1, {DICTIONARY_SURNAME}, -1}, + {"Zsófia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jahan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Suryanarayana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bullough", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shpilband", 1, {DICTIONARY_SURNAME}, -1}, + {"Meeuwsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sayegh", 1, {DICTIONARY_SURNAME}, -1}, + {"Strandberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Helminen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lawton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"coldstone creamery", 1, {DICTIONARY_CHAIN}, 109}, + {"Tadamasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oioli", 1, {DICTIONARY_SURNAME}, -1}, + {"Traheron", 1, {DICTIONARY_SURNAME}, -1}, + {"Vollmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Kukula", 1, {DICTIONARY_SURNAME}, -1}, + {"Vocaturo", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazenby", 1, {DICTIONARY_SURNAME}, -1}, + {"Jin-sun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heady", 1, {DICTIONARY_SURNAME}, -1}, + {"Neild", 1, {DICTIONARY_SURNAME}, -1}, + {"Winitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Floody", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasai", 1, {DICTIONARY_SURNAME}, -1}, + {"Viñals", 1, {DICTIONARY_SURNAME}, -1}, + {"Fumiya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"a&w", 1, {DICTIONARY_CHAIN}, -1}, + {"Barnardiston", 1, {DICTIONARY_SURNAME}, -1}, + {"Földi", 1, {DICTIONARY_SURNAME}, -1}, + {"Won-chul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brockman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulysses", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Normandeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Taskin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Robinette", 1, {DICTIONARY_SURNAME}, -1}, + {"pf chang's china bistro", 1, {DICTIONARY_CHAIN}, 202}, + {"Zafón", 1, {DICTIONARY_SURNAME}, -1}, + {"Ficken", 1, {DICTIONARY_SURNAME}, -1}, + {"Carpeaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Roland", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hagen", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Bissonnette", 1, {DICTIONARY_SURNAME}, -1}, + {"Trice", 1, {DICTIONARY_SURNAME}, -1}, + {"Givens", 1, {DICTIONARY_SURNAME}, -1}, + {"Bursey", 1, {DICTIONARY_SURNAME}, -1}, + {"Bronfenbrenner", 1, {DICTIONARY_SURNAME}, -1}, + {"t g i fridays", 1, {DICTIONARY_CHAIN}, 252}, + {"Tchingoma", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahrokh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Florence", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sumru", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Welsh", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurillard", 1, {DICTIONARY_SURNAME}, -1}, + {"Uggla", 1, {DICTIONARY_SURNAME}, -1}, + {"Neame", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurtzman", 1, {DICTIONARY_SURNAME}, -1}, + {"McDuff", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Geyt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijayalakshmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nicollier", 1, {DICTIONARY_SURNAME}, -1}, + {"Albayrak", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Beavers", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivanauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Slauerhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Anuj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stander", 1, {DICTIONARY_SURNAME}, -1}, + {"Heath", 1, {DICTIONARY_SURNAME}, -1}, + {"Maryamaweet", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinnie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alexandrov", 1, {DICTIONARY_SURNAME}, -1}, + {"Simhah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schätzing", 1, {DICTIONARY_SURNAME}, -1}, + {"Agócs", 1, {DICTIONARY_SURNAME}, -1}, + {"Pappu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vidovszky", 1, {DICTIONARY_SURNAME}, -1}, + {"Rietsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryūji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steffie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berthou", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonanno", 1, {DICTIONARY_SURNAME}, -1}, + {"Tünde", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yurio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Truus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aitamai", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrière", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendy", 1, {DICTIONARY_SURNAME}, -1}, + {"Heathfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Amsel", 1, {DICTIONARY_SURNAME}, -1}, + {"Luis Felipe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hencke", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Ambrosio", 1, {DICTIONARY_SURNAME}, -1}, + {"Varlam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kohring", 1, {DICTIONARY_SURNAME}, -1}, + {"Tírechán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lowachee", 1, {DICTIONARY_SURNAME}, -1}, + {"Bélingard", 1, {DICTIONARY_SURNAME}, -1}, + {"Moyes", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitabatake", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Blomgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferson", 1, {DICTIONARY_SURNAME}, -1}, + {"Paling", 1, {DICTIONARY_SURNAME}, -1}, + {"Cowden Clarke", 1, {DICTIONARY_SURNAME}, -1}, + {"Albin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pole", 1, {DICTIONARY_SURNAME}, -1}, + {"Harju", 1, {DICTIONARY_SURNAME}, -1}, + {"Voinovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Kosaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiyoshi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Radović", 1, {DICTIONARY_SURNAME}, -1}, + {"McGorry", 1, {DICTIONARY_SURNAME}, -1}, + {"Gruenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisashi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Getaneh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mahler", 1, {DICTIONARY_SURNAME}, -1}, + {"البرادعي", 1, {DICTIONARY_SURNAME}, -1}, + {"Tare", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollina", 1, {DICTIONARY_SURNAME}, -1}, + {"Zainal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gschwandtner", 1, {DICTIONARY_SURNAME}, -1}, + {"Edman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolasa", 1, {DICTIONARY_SURNAME}, -1}, + {"Takesaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Sławek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barthez", 1, {DICTIONARY_SURNAME}, -1}, + {"Välimaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ubaldini", 1, {DICTIONARY_SURNAME}, -1}, + {"Carley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bolt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vardanyan", 1, {DICTIONARY_SURNAME}, -1}, + {"h.s.b.cs", 1, {DICTIONARY_CHAIN}, 154}, + {"Jannot", 1, {DICTIONARY_SURNAME}, -1}, + {"Linnane", 1, {DICTIONARY_SURNAME}, -1}, + {"Doar Family", 1, {DICTIONARY_SURNAME}, -1}, + {"Yogesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aycock", 1, {DICTIONARY_SURNAME}, -1}, + {"Canady", 1, {DICTIONARY_SURNAME}, -1}, + {"Slosson", 1, {DICTIONARY_SURNAME}, -1}, + {"Krieghoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Athenais", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clerke", 1, {DICTIONARY_SURNAME}, -1}, + {"Aimee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gourdin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fechner", 1, {DICTIONARY_SURNAME}, -1}, + {"Armantas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sievers", 1, {DICTIONARY_SURNAME}, -1}, + {"Chenchik", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeltz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoai", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernays", 1, {DICTIONARY_SURNAME}, -1}, + {"Seguer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajrović", 1, {DICTIONARY_SURNAME}, -1}, + {"Valavik", 1, {DICTIONARY_SURNAME}, -1}, + {"Virsaladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Satsuki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Finke", 1, {DICTIONARY_SURNAME}, -1}, + {"Eógan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Serjão", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Šrámek", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaffartzik", 1, {DICTIONARY_SURNAME}, -1}, + {"Øivind", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ghribi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinclair", 1, {DICTIONARY_SURNAME}, -1}, + {"Crowell", 1, {DICTIONARY_SURNAME}, -1}, + {"Appius Claudius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCracken", 1, {DICTIONARY_SURNAME}, -1}, + {"Slaven", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Meinhof", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassady", 1, {DICTIONARY_SURNAME}, -1}, + {"Werthner", 1, {DICTIONARY_SURNAME}, -1}, + {"fielmann", 1, {DICTIONARY_CHAIN}, -1}, + {"De la Vega", 1, {DICTIONARY_SURNAME}, -1}, + {"Stamatopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Guiñazú", 1, {DICTIONARY_SURNAME}, -1}, + {"Cian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keetley", 1, {DICTIONARY_SURNAME}, -1}, + {"Majda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Linde", 1, {DICTIONARY_SURNAME}, -1}, + {"Tillie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atsuhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schönborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Eylem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Burnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Capelli", 1, {DICTIONARY_SURNAME}, -1}, + {"VanLiere", 1, {DICTIONARY_SURNAME}, -1}, + {"Beston", 1, {DICTIONARY_SURNAME}, -1}, + {"Viswan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ransome", 1, {DICTIONARY_SURNAME}, -1}, + {"Angyal", 1, {DICTIONARY_SURNAME}, -1}, + {"Auliffe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rosanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dorman", 1, {DICTIONARY_SURNAME}, -1}, + {"Houtkoop", 1, {DICTIONARY_SURNAME}, -1}, + {"Frida", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wapakhabulo", 1, {DICTIONARY_SURNAME}, -1}, + {"Byung-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wineman", 1, {DICTIONARY_SURNAME}, -1}, + {"Borja", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ingvild", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Njenga", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Laliberté", 1, {DICTIONARY_SURNAME}, -1}, + {"Moufang", 1, {DICTIONARY_SURNAME}, -1}, + {"Coulomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Büyükakçay", 1, {DICTIONARY_SURNAME}, -1}, + {"Khenemetneferhedjet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Handley", 1, {DICTIONARY_SURNAME}, -1}, + {"Aivars", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stewie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gil-Robles", 1, {DICTIONARY_SURNAME}, -1}, + {"Charlotte", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sefa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Downton", 1, {DICTIONARY_SURNAME}, -1}, + {"Gelovani", 1, {DICTIONARY_SURNAME}, -1}, + {"Talal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Luboš", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balogh", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirman", 1, {DICTIONARY_SURNAME}, -1}, + {"Keiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bazzani", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoss", 1, {DICTIONARY_SURNAME}, -1}, + {"Maddox", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Googe", 1, {DICTIONARY_SURNAME}, -1}, + {"Hause", 1, {DICTIONARY_SURNAME}, -1}, + {"Falle", 1, {DICTIONARY_SURNAME}, -1}, + {"Middendorf", 1, {DICTIONARY_SURNAME}, -1}, + {"Auinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Claribel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rader", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogado", 1, {DICTIONARY_SURNAME}, -1}, + {"Skrynnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Joan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Agarkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Every", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinner", 1, {DICTIONARY_SURNAME}, -1}, + {"Saksida", 1, {DICTIONARY_SURNAME}, -1}, + {"Omondi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aguado", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheselden", 1, {DICTIONARY_SURNAME}, -1}, + {"Umran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beaufort", 1, {DICTIONARY_SURNAME}, -1}, + {"Oastler", 1, {DICTIONARY_SURNAME}, -1}, + {"Joad", 1, {DICTIONARY_SURNAME}, -1}, + {"McKy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuronuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Buxtorf", 1, {DICTIONARY_SURNAME}, -1}, + {"François Marie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vakouftsis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hape", 1, {DICTIONARY_SURNAME}, -1}, + {"Nägelein", 1, {DICTIONARY_SURNAME}, -1}, + {"Maya Ali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"freebirds world burrito", 1, {DICTIONARY_CHAIN}, 138}, + {"Von Frese", 1, {DICTIONARY_SURNAME}, -1}, + {"Herskó", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyo-jin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lyles", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaklamanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ælfheah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Batts", 1, {DICTIONARY_SURNAME}, -1}, + {"Vande Lanotte", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambros", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Böhme", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandarić", 1, {DICTIONARY_SURNAME}, -1}, + {"Middlebrook", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomochika", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fondriest", 1, {DICTIONARY_SURNAME}, -1}, + {"Minae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grundman", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"carl's junior", 1, {DICTIONARY_CHAIN}, 93}, + {"Velychko", 1, {DICTIONARY_SURNAME}, -1}, + {"Afenir", 1, {DICTIONARY_SURNAME}, -1}, + {"Pazienza", 1, {DICTIONARY_SURNAME}, -1}, + {"Reichert", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarvik", 1, {DICTIONARY_SURNAME}, -1}, + {"Abero", 1, {DICTIONARY_SURNAME}, -1}, + {"Voser", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjelica", 1, {DICTIONARY_SURNAME}, -1}, + {"Elisabeth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mauduit", 1, {DICTIONARY_SURNAME}, -1}, + {"Desticius", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartlot", 1, {DICTIONARY_SURNAME}, -1}, + {"Kravchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Wampler", 1, {DICTIONARY_SURNAME}, -1}, + {"Adaf", 1, {DICTIONARY_SURNAME}, -1}, + {"Vereykin", 1, {DICTIONARY_SURNAME}, -1}, + {"Godredsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Veličković", 1, {DICTIONARY_SURNAME}, -1}, + {"Gustafson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nilo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nig Amhalghaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Zinner", 1, {DICTIONARY_SURNAME}, -1}, + {"Guzmán", 1, {DICTIONARY_SURNAME}, -1}, + {"Eovaldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Milesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Azenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Pond", 1, {DICTIONARY_SURNAME}, -1}, + {"Lebreton", 1, {DICTIONARY_SURNAME}, -1}, + {"Rothenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"in-n-out burger", 1, {DICTIONARY_CHAIN}, -1}, + {"Gropius", 1, {DICTIONARY_SURNAME}, -1}, + {"Fisken", 1, {DICTIONARY_SURNAME}, -1}, + {"Nugiseks", 1, {DICTIONARY_SURNAME}, -1}, + {"Myshkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Norell", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Khedira", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferdinand", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Findlater", 1, {DICTIONARY_SURNAME}, -1}, + {"Johanne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yanukovych", 1, {DICTIONARY_SURNAME}, -1}, + {"Haggans", 1, {DICTIONARY_SURNAME}, -1}, + {"Iwamoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinzendorf", 1, {DICTIONARY_SURNAME}, -1}, + {"Di Giuseppe", 1, {DICTIONARY_SURNAME}, -1}, + {"Rauschenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Taka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Logston", 1, {DICTIONARY_SURNAME}, -1}, + {"Drewe", 1, {DICTIONARY_SURNAME}, -1}, + {"Calcaterra", 1, {DICTIONARY_SURNAME}, -1}, + {"Engelberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Chandavarkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Braem", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gasteren", 1, {DICTIONARY_SURNAME}, -1}, + {"Attar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shun'ichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Albrechtsen", 1, {DICTIONARY_SURNAME}, -1}, + {"McCall", 1, {DICTIONARY_SURNAME}, -1}, + {"Sterr", 1, {DICTIONARY_SURNAME}, -1}, + {"Hugo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McWherter", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonhof", 1, {DICTIONARY_SURNAME}, -1}, + {"Gittins", 1, {DICTIONARY_SURNAME}, -1}, + {"Shaz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Luijt", 1, {DICTIONARY_SURNAME}, -1}, + {"McSweeney", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramaiah", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaitiekūnas", 1, {DICTIONARY_SURNAME}, -1}, + {"Herington", 1, {DICTIONARY_SURNAME}, -1}, + {"Zander", 1, {DICTIONARY_SURNAME}, -1}, + {"Cundy", 1, {DICTIONARY_SURNAME}, -1}, + {"Linda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lohmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Hueber", 1, {DICTIONARY_SURNAME}, -1}, + {"Felipe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schweinitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Salibi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kagechika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hyun-seok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mairead", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Massey", 1, {DICTIONARY_SURNAME}, -1}, + {"Rullo", 1, {DICTIONARY_SURNAME}, -1}, + {"Chrissy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erickson", 1, {DICTIONARY_SURNAME}, -1}, + {"Woloch", 1, {DICTIONARY_SURNAME}, -1}, + {"Blagovest", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Serbelloni", 1, {DICTIONARY_SURNAME}, -1}, + {"Pecorini", 1, {DICTIONARY_SURNAME}, -1}, + {"Franceschini", 1, {DICTIONARY_SURNAME}, -1}, + {"Federica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kansal", 1, {DICTIONARY_SURNAME}, -1}, + {"Reehal", 1, {DICTIONARY_SURNAME}, -1}, + {"Nisba", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"bubba gump", 1, {DICTIONARY_CHAIN}, 87}, + {"Castree", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dowlatshah", 1, {DICTIONARY_SURNAME}, -1}, + {"Suvari", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hasselt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kümmel", 1, {DICTIONARY_SURNAME}, -1}, + {"Maislinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarab", 1, {DICTIONARY_SURNAME}, -1}, + {"Sebhat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schuba", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonášek", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Caldecott", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarich", 1, {DICTIONARY_SURNAME}, -1}, + {"Cromwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Cussen", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Roost", 1, {DICTIONARY_SURNAME}, -1}, + {"Kail", 1, {DICTIONARY_SURNAME}, -1}, + {"Schermerhorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Aksel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koprowski", 1, {DICTIONARY_SURNAME}, -1}, + {"De Man", 1, {DICTIONARY_SURNAME}, -1}, + {"Alberghetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Gemmill", 1, {DICTIONARY_SURNAME}, -1}, + {"Agyenim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ademiluyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiromitsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herrington", 1, {DICTIONARY_SURNAME}, -1}, + {"Rohrmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamafio", 1, {DICTIONARY_SURNAME}, -1}, + {"Cyphers", 1, {DICTIONARY_SURNAME}, -1}, + {"Righi", 1, {DICTIONARY_SURNAME}, -1}, + {"Weisner", 1, {DICTIONARY_SURNAME}, -1}, + {"Orville", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gresh", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiyabei", 1, {DICTIONARY_SURNAME}, -1}, + {"Bánffy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-hwan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Donnelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Ben-Hur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Škarvada", 1, {DICTIONARY_SURNAME}, -1}, + {"Falkenhayn", 1, {DICTIONARY_SURNAME}, -1}, + {"Banba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grody", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hartleben", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehrensvärd", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatafu", 1, {DICTIONARY_SURNAME}, -1}, + {"Maiyo", 1, {DICTIONARY_SURNAME}, -1}, + {"Affeldt", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenan", 1, {DICTIONARY_SURNAME}, -1}, + {"Stamler", 1, {DICTIONARY_SURNAME}, -1}, + {"Aaser", 1, {DICTIONARY_SURNAME}, -1}, + {"McMenemy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalkhuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Spagnola", 1, {DICTIONARY_SURNAME}, -1}, + {"Ye-jun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gatto", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogunode", 1, {DICTIONARY_SURNAME}, -1}, + {"Teddie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Glascock", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogunović", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aghily", 1, {DICTIONARY_SURNAME}, -1}, + {"Şentürk", 1, {DICTIONARY_SURNAME}, -1}, + {"Caricola", 1, {DICTIONARY_SURNAME}, -1}, + {"Bredesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Strobl", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakhrukov", 1, {DICTIONARY_SURNAME}, -1}, + {"Esslemont", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanwat", 1, {DICTIONARY_SURNAME}, -1}, + {"Asahina", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonura", 1, {DICTIONARY_SURNAME}, -1}, + {"Redaelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Brickman", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlömer", 1, {DICTIONARY_SURNAME}, -1}, + {"Haasse", 1, {DICTIONARY_SURNAME}, -1}, + {"John Brooks", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harcharan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sisay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vasilakakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Polonsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Köhler", 1, {DICTIONARY_SURNAME}, -1}, + {"Otacílio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Torgny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elfsberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Strain", 1, {DICTIONARY_SURNAME}, -1}, + {"Starling", 1, {DICTIONARY_SURNAME}, -1}, + {"Buș", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeniran", 1, {DICTIONARY_SURNAME}, -1}, + {"McCuller", 1, {DICTIONARY_SURNAME}, -1}, + {"Fischbacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Anastasio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Speese", 1, {DICTIONARY_SURNAME}, -1}, + {"Jashari", 1, {DICTIONARY_SURNAME}, -1}, + {"Džombić", 1, {DICTIONARY_SURNAME}, -1}, + {"Gillibrand", 1, {DICTIONARY_SURNAME}, -1}, + {"La Pucelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Schapira", 1, {DICTIONARY_SURNAME}, -1}, + {"Steuermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Hämeen-Anttila", 1, {DICTIONARY_SURNAME}, -1}, + {"Candan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vendrik", 1, {DICTIONARY_SURNAME}, -1}, + {"Manteuffel", 1, {DICTIONARY_SURNAME}, -1}, + {"Balakrishna", 1, {DICTIONARY_SURNAME}, -1}, + {"Habermas", 1, {DICTIONARY_SURNAME}, -1}, + {"Plavšić", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadvakasov", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmeer", 1, {DICTIONARY_SURNAME}, -1}, + {"Boord", 1, {DICTIONARY_SURNAME}, -1}, + {"Fraizer", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharp", 1, {DICTIONARY_SURNAME}, -1}, + {"Ten Voorde", 1, {DICTIONARY_SURNAME}, -1}, + {"Mukhamedov", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Corlett", 1, {DICTIONARY_SURNAME}, -1}, + {"McCooey", 1, {DICTIONARY_SURNAME}, -1}, + {"Quinn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oslin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirzaei", 1, {DICTIONARY_SURNAME}, -1}, + {"Adoti", 1, {DICTIONARY_SURNAME}, -1}, + {"Giallelis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurbjuweit", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuksanović", 1, {DICTIONARY_SURNAME}, -1}, + {"McHargue", 1, {DICTIONARY_SURNAME}, -1}, + {"Alda", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rashidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Orizaola", 1, {DICTIONARY_SURNAME}, -1}, + {"Khatchaturian", 1, {DICTIONARY_SURNAME}, -1}, + {"Elk", 1, {DICTIONARY_SURNAME}, -1}, + {"Aidala", 1, {DICTIONARY_SURNAME}, -1}, + {"Cezary", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joyce", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chvátal", 1, {DICTIONARY_SURNAME}, -1}, + {"Swift", 1, {DICTIONARY_SURNAME}, -1}, + {"Shrivastava", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinunn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atsunori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zamperini", 1, {DICTIONARY_SURNAME}, -1}, + {"Chuck", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gunston", 1, {DICTIONARY_SURNAME}, -1}, + {"Nepomniachtchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bachman", 1, {DICTIONARY_SURNAME}, -1}, + {"Schweizer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Stepneth", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadonaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Sekiraqa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ginny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thomaz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Habibie", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahady", 1, {DICTIONARY_SURNAME}, -1}, + {"Ealhmund", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tarkington", 1, {DICTIONARY_SURNAME}, -1}, + {"Rice-Oxley", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdoullaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Marsh", 1, {DICTIONARY_SURNAME}, -1}, + {"Charlesworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Chovanec", 1, {DICTIONARY_SURNAME}, -1}, + {"Noriko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agrba", 1, {DICTIONARY_SURNAME}, -1}, + {"Shawna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Samejima", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Ali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achcar", 1, {DICTIONARY_SURNAME}, -1}, + {"heb", 1, {DICTIONARY_CHAIN}, 149}, + {"Grundström", 1, {DICTIONARY_SURNAME}, -1}, + {"Maxie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stephenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Larribau", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Inman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vézina", 1, {DICTIONARY_SURNAME}, -1}, + {"Zdeslava", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peterlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Dufrenoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Golumbic", 1, {DICTIONARY_SURNAME}, -1}, + {"Pierrick", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kirstin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tindall", 1, {DICTIONARY_SURNAME}, -1}, + {"Ataman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lantratova", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinpei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Olivia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Picou", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokiwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Aslaug", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vengsarkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Skúlason", 1, {DICTIONARY_SURNAME}, -1}, + {"Slanning", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuneyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Gerbig", 1, {DICTIONARY_SURNAME}, -1}, + {"Casali", 1, {DICTIONARY_SURNAME}, -1}, + {"Nordahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Teruya", 1, {DICTIONARY_SURNAME}, -1}, + {"Haarmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Gomułka", 1, {DICTIONARY_SURNAME}, -1}, + {"Pfeifer", 1, {DICTIONARY_SURNAME}, -1}, + {"Veerpalu", 1, {DICTIONARY_SURNAME}, -1}, + {"carphone warehouse", 1, {DICTIONARY_CHAIN}, -1}, + {"Adeoye", 1, {DICTIONARY_SURNAME}, -1}, + {"Stace", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alagiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Malik", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Došek", 1, {DICTIONARY_SURNAME}, -1}, + {"Fassler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogura", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Diamond", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kurz", 1, {DICTIONARY_SURNAME}, -1}, + {"Zé Manel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Esbroeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Chisaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Källarsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Thubten", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hasib", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anaclerio", 1, {DICTIONARY_SURNAME}, -1}, + {"Ha-eun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vidzis", 1, {DICTIONARY_SURNAME}, -1}, + {"Maldera", 1, {DICTIONARY_SURNAME}, -1}, + {"Reasoner", 1, {DICTIONARY_SURNAME}, -1}, + {"Charnley", 1, {DICTIONARY_SURNAME}, -1}, + {"Brandão", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stenersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sartori", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-gu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Calvet", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greisley", 1, {DICTIONARY_SURNAME}, -1}, + {"Solo", 1, {DICTIONARY_SURNAME}, -1}, + {"Katrina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jitsuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bublik", 1, {DICTIONARY_SURNAME}, -1}, + {"McElduff", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Veneziano", 1, {DICTIONARY_SURNAME}, -1}, + {"Draskovits", 1, {DICTIONARY_SURNAME}, -1}, + {"autozones", 1, {DICTIONARY_CHAIN}, 68}, + {"Ledoux", 1, {DICTIONARY_SURNAME}, -1}, + {"Verelis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonnin", 1, {DICTIONARY_SURNAME}, -1}, + {"Farnaby", 1, {DICTIONARY_SURNAME}, -1}, + {"Tetsuhisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adeliyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Velev", 1, {DICTIONARY_SURNAME}, -1}, + {"Elfman", 1, {DICTIONARY_SURNAME}, -1}, + {"Rojo", 1, {DICTIONARY_SURNAME}, -1}, + {"Holdheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Kudirka", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderbes", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahriyar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bergius", 1, {DICTIONARY_SURNAME}, -1}, + {"McKenna", 1, {DICTIONARY_SURNAME}, -1}, + {"Meulensteen", 1, {DICTIONARY_SURNAME}, -1}, + {"Perroux", 1, {DICTIONARY_SURNAME}, -1}, + {"Sørlie", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajayaghosh", 1, {DICTIONARY_SURNAME}, -1}, + {"Soloway", 1, {DICTIONARY_SURNAME}, -1}, + {"Varatharajah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tatlıtuğ", 1, {DICTIONARY_SURNAME}, -1}, + {"Daxini", 1, {DICTIONARY_SURNAME}, -1}, + {"Coeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Thondaman", 1, {DICTIONARY_SURNAME}, -1}, + {"Golovanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Stagliano", 1, {DICTIONARY_SURNAME}, -1}, + {"Mindi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wiedemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurilyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Eubanks", 1, {DICTIONARY_SURNAME}, -1}, + {"Simonson", 1, {DICTIONARY_SURNAME}, -1}, + {"MacGriogair", 1, {DICTIONARY_SURNAME}, -1}, + {"Cumrun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mihovil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tamaz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vachiraban", 1, {DICTIONARY_SURNAME}, -1}, + {"Narain", 1, {DICTIONARY_SURNAME}, -1}, + {"Willett", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Afromeev", 1, {DICTIONARY_SURNAME}, -1}, + {"Verwoerd", 1, {DICTIONARY_SURNAME}, -1}, + {"Cockrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Matskevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Nihad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yeats", 1, {DICTIONARY_SURNAME}, -1}, + {"Mauger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadžibulić", 1, {DICTIONARY_SURNAME}, -1}, + {"Stef", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fukio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vigiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Douay", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Derricks", 1, {DICTIONARY_SURNAME}, -1}, + {"Varelans", 1, {DICTIONARY_SURNAME}, -1}, + {"Neto", 1, {DICTIONARY_SURNAME}, -1}, + {"Vol'pert", 1, {DICTIONARY_SURNAME}, -1}, + {"Strehlow", 1, {DICTIONARY_SURNAME}, -1}, + {"Janić", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimoda", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrebosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazmi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Spranger", 1, {DICTIONARY_SURNAME}, -1}, + {"Curtin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tihipko", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Landeghem", 1, {DICTIONARY_SURNAME}, -1}, + {"DeFilippo", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mlapa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayumu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bartkowiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Igor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ehrlinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Galbraith", 1, {DICTIONARY_SURNAME}, -1}, + {"Rott", 1, {DICTIONARY_SURNAME}, -1}, + {"Dabholkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Chikhalia", 1, {DICTIONARY_SURNAME}, -1}, + {"Helm", 1, {DICTIONARY_SURNAME}, -1}, + {"McNelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruska", 1, {DICTIONARY_SURNAME}, -1}, + {"Roshchin", 1, {DICTIONARY_SURNAME}, -1}, + {"Pozdnyakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Courtright", 1, {DICTIONARY_SURNAME}, -1}, + {"Giacometti", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Dumesny", 1, {DICTIONARY_SURNAME}, -1}, + {"De Guignes", 1, {DICTIONARY_SURNAME}, -1}, + {"Falcon", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebershoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilcox", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyppönen", 1, {DICTIONARY_SURNAME}, -1}, + {"Đodan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hönigsberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Cilla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Linnar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Evandro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Minnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadettin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"FitzGerald", 1, {DICTIONARY_SURNAME}, -1}, + {"Shichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ballance", 1, {DICTIONARY_SURNAME}, -1}, + {"Myerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Petruška", 1, {DICTIONARY_SURNAME}, -1}, + {"Antisdel", 1, {DICTIONARY_SURNAME}, -1}, + {"Gomolvilas", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Martinheitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Isidora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomoka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alizadeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Arcari", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuusik", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellarmino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yasue", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Einbinder", 1, {DICTIONARY_SURNAME}, -1}, + {"Starobin", 1, {DICTIONARY_SURNAME}, -1}, + {"Candida", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shibasaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Snyder", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahuchara Mata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Solak", 1, {DICTIONARY_SURNAME}, -1}, + {"Koshino", 1, {DICTIONARY_SURNAME}, -1}, + {"Lyndsey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bechly", 1, {DICTIONARY_SURNAME}, -1}, + {"Masatsuna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"itaú", 1, {DICTIONARY_CHAIN}, -1}, + {"Sobchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Izumida", 1, {DICTIONARY_SURNAME}, -1}, + {"martin luther king", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Olev", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Knauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hernanz", 1, {DICTIONARY_SURNAME}, -1}, + {"Abadjiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Madin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Quiroga", 1, {DICTIONARY_SURNAME}, -1}, + {"Grierson", 1, {DICTIONARY_SURNAME}, -1}, + {"Botha", 1, {DICTIONARY_SURNAME}, -1}, + {"Velardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ichigo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vekenega", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hijmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheuchyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Melih", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toshikatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Size", 1, {DICTIONARY_SURNAME}, -1}, + {"Mototsuna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gyrowetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermisheva", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhaskar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Widiker", 1, {DICTIONARY_SURNAME}, -1}, + {"Towle", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiernaux", 1, {DICTIONARY_SURNAME}, -1}, + {"De Velde", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaibhav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sevgi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Knowings", 1, {DICTIONARY_SURNAME}, -1}, + {"Guderian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Landon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ervin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tatineni", 1, {DICTIONARY_SURNAME}, -1}, + {"Probst", 1, {DICTIONARY_SURNAME}, -1}, + {"Teppo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Loughlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Scandello", 1, {DICTIONARY_SURNAME}, -1}, + {"La Montagne", 1, {DICTIONARY_SURNAME}, -1}, + {"Zirin", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilbeam", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipchumba", 1, {DICTIONARY_SURNAME}, -1}, + {"Fordyce", 1, {DICTIONARY_SURNAME}, -1}, + {"Guesdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kellman", 1, {DICTIONARY_SURNAME}, -1}, + {"Fallon", 1, {DICTIONARY_SURNAME}, -1}, + {"Gonson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuomela", 1, {DICTIONARY_SURNAME}, -1}, + {"Fernando Jose", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bánáthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Nahla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Graells", 1, {DICTIONARY_SURNAME}, -1}, + {"Koudize", 1, {DICTIONARY_SURNAME}, -1}, + {"Vayda", 1, {DICTIONARY_SURNAME}, -1}, + {"Bednorz", 1, {DICTIONARY_SURNAME}, -1}, + {"McKinzie", 1, {DICTIONARY_SURNAME}, -1}, + {"Suresh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Robertus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Qidwai", 1, {DICTIONARY_SURNAME}, -1}, + {"Azarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Khúc", 1, {DICTIONARY_SURNAME}, -1}, + {"Kōno", 1, {DICTIONARY_SURNAME}, -1}, + {"Fedák", 1, {DICTIONARY_SURNAME}, -1}, + {"Offenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Alessia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shoshana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lyko", 1, {DICTIONARY_SURNAME}, -1}, + {"Colleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Rammel", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerber", 1, {DICTIONARY_SURNAME}, -1}, + {"Chetan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yamini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Niederman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kehrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Boyakonda Gangamma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McClairen", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dorp", 1, {DICTIONARY_SURNAME}, -1}, + {"Eidson", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavubati", 1, {DICTIONARY_SURNAME}, -1}, + {"Toynbee", 1, {DICTIONARY_SURNAME}, -1}, + {"Basa", 1, {DICTIONARY_SURNAME}, -1}, + {"Musa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brest", 1, {DICTIONARY_SURNAME}, -1}, + {"Bečanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Meluzín", 1, {DICTIONARY_SURNAME}, -1}, + {"Fahrenheit", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnaldo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCabe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bajraktarević", 1, {DICTIONARY_SURNAME}, -1}, + {"Youshimatz", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaret", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dharker", 1, {DICTIONARY_SURNAME}, -1}, + {"Togrul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalasnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Caffrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitter", 1, {DICTIONARY_SURNAME}, -1}, + {"Eyüp", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tsakonas", 1, {DICTIONARY_SURNAME}, -1}, + {"Višacki", 1, {DICTIONARY_SURNAME}, -1}, + {"Dumars", 1, {DICTIONARY_SURNAME}, -1}, + {"Anahit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nocentini", 1, {DICTIONARY_SURNAME}, -1}, + {"Heathcott", 1, {DICTIONARY_SURNAME}, -1}, + {"oxxo", 1, {DICTIONARY_CHAIN}, -1}, + {"Hinrichsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mangan", 1, {DICTIONARY_SURNAME}, -1}, + {"Rönning", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaschko", 1, {DICTIONARY_SURNAME}, -1}, + {"Handmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishiguro", 1, {DICTIONARY_SURNAME}, -1}, + {"Graczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Németh", 1, {DICTIONARY_SURNAME}, -1}, + {"Morrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Caddick", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattern", 1, {DICTIONARY_SURNAME}, -1}, + {"Doihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernabe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dupouy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrettos", 1, {DICTIONARY_SURNAME}, -1}, + {"Zschokke", 1, {DICTIONARY_SURNAME}, -1}, + {"Homolka", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasvio", 1, {DICTIONARY_SURNAME}, -1}, + {"Abiuta", 1, {DICTIONARY_SURNAME}, -1}, + {"Ritwik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henslow", 1, {DICTIONARY_SURNAME}, -1}, + {"Anastaplo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kathi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vankin", 1, {DICTIONARY_SURNAME}, -1}, + {"Surgenor", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayik", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Anchal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sandbhor", 1, {DICTIONARY_SURNAME}, -1}, + {"Rouphos", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Veenendaal", 1, {DICTIONARY_SURNAME}, -1}, + {"Teichmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziegenfuss", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogusławski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajiyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Massingberd", 1, {DICTIONARY_SURNAME}, -1}, + {"Poçan", 1, {DICTIONARY_SURNAME}, -1}, + {"Borroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Wenderson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joachimsthal", 1, {DICTIONARY_SURNAME}, -1}, + {"Sluka", 1, {DICTIONARY_SURNAME}, -1}, + {"Cerna", 1, {DICTIONARY_SURNAME}, -1}, + {"Scarzanella", 1, {DICTIONARY_SURNAME}, -1}, + {"Santuccione", 1, {DICTIONARY_SURNAME}, -1}, + {"Eldarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Szczepaniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kile", 1, {DICTIONARY_SURNAME}, -1}, + {"Amschel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCoy", 1, {DICTIONARY_SURNAME}, -1}, + {"MacCormick", 1, {DICTIONARY_SURNAME}, -1}, + {"Nunn", 1, {DICTIONARY_SURNAME}, -1}, + {"Tilman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hettich", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó hAnluain", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawant", 1, {DICTIONARY_SURNAME}, -1}, + {"Orlandi", 1, {DICTIONARY_SURNAME}, -1}, + {"Amelia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kipling", 1, {DICTIONARY_SURNAME}, -1}, + {"Daradjat", 1, {DICTIONARY_SURNAME}, -1}, + {"Yuyuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beeler", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nicol", 1, {DICTIONARY_SURNAME}, -1}, + {"Crooks", 1, {DICTIONARY_SURNAME}, -1}, + {"Momčilo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Naughton", 1, {DICTIONARY_SURNAME}, -1}, + {"Anderszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Cedrick", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dominique", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masaomi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elsby", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipsitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdus Shakur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Habbin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheyla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vergès", 1, {DICTIONARY_SURNAME}, -1}, + {"Chernov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayter", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinegrad", 1, {DICTIONARY_SURNAME}, -1}, + {"Vranken", 1, {DICTIONARY_SURNAME}, -1}, + {"Landeweerd", 1, {DICTIONARY_SURNAME}, -1}, + {"Melfi Family", 1, {DICTIONARY_SURNAME}, -1}, + {"Francisca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tuukka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCatty", 1, {DICTIONARY_SURNAME}, -1}, + {"Mukesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schulhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Burch", 1, {DICTIONARY_SURNAME}, -1}, + {"Bather", 1, {DICTIONARY_SURNAME}, -1}, + {"Krzysztof", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mauri", 1, {DICTIONARY_SURNAME}, -1}, + {"Engleitner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaggione", 1, {DICTIONARY_SURNAME}, -1}, + {"Valek", 1, {DICTIONARY_SURNAME}, -1}, + {"Shackley", 1, {DICTIONARY_SURNAME}, -1}, + {"Altiparmakovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Futaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Markovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Dağdelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Martinescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Bockrath", 1, {DICTIONARY_SURNAME}, -1}, + {"Herdling", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayami", 1, {DICTIONARY_SURNAME}, -1}, + {"Kittlová", 1, {DICTIONARY_SURNAME}, -1}, + {"Queener", 1, {DICTIONARY_SURNAME}, -1}, + {"Caulfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlingmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Buzančić", 1, {DICTIONARY_SURNAME}, -1}, + {"Pekkala", 1, {DICTIONARY_SURNAME}, -1}, + {"Odom", 1, {DICTIONARY_SURNAME}, -1}, + {"Voionmaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Mokuan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ballacci", 1, {DICTIONARY_SURNAME}, -1}, + {"Wasylycia-Leis", 1, {DICTIONARY_SURNAME}, -1}, + {"Dersch", 1, {DICTIONARY_SURNAME}, -1}, + {"Clauss", 1, {DICTIONARY_SURNAME}, -1}, + {"Losier", 1, {DICTIONARY_SURNAME}, -1}, + {"McClanaghan", 1, {DICTIONARY_SURNAME}, -1}, + {"Agresta", 1, {DICTIONARY_SURNAME}, -1}, + {"Phair", 1, {DICTIONARY_SURNAME}, -1}, + {"McCole", 1, {DICTIONARY_SURNAME}, -1}, + {"Gjertsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Cribiori", 1, {DICTIONARY_SURNAME}, -1}, + {"Rahimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nehra", 1, {DICTIONARY_SURNAME}, -1}, + {"Golub", 1, {DICTIONARY_SURNAME}, -1}, + {"Brouwers", 1, {DICTIONARY_SURNAME}, -1}, + {"Hewitt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Silvestro", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Renato", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Appel", 1, {DICTIONARY_SURNAME}, -1}, + {"Biller", 1, {DICTIONARY_SURNAME}, -1}, + {"Harlinghausen", 1, {DICTIONARY_SURNAME}, -1}, + {"Rebrača", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbeet", 1, {DICTIONARY_SURNAME}, -1}, + {"Asparukh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salmutter", 1, {DICTIONARY_SURNAME}, -1}, + {"Winona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agache", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagop", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rančić", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeita", 1, {DICTIONARY_SURNAME}, -1}, + {"Musser", 1, {DICTIONARY_SURNAME}, -1}, + {"Huyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bortkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gant", 1, {DICTIONARY_SURNAME}, -1}, + {"Birkan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dénes", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sundberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Reddick", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubus", 1, {DICTIONARY_SURNAME}, -1}, + {"Obafemi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Simoneau", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryōzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tilsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Håkon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blalock", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarello", 1, {DICTIONARY_SURNAME}, -1}, + {"Hotham", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuang", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrasso", 1, {DICTIONARY_SURNAME}, -1}, + {"Twemlow", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonas", 1, {DICTIONARY_SURNAME}, -1}, + {"Demuro", 1, {DICTIONARY_SURNAME}, -1}, + {"Camaldine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sparre", 1, {DICTIONARY_SURNAME}, -1}, + {"Chomakhidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Conroy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Volchkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Eldjárn", 1, {DICTIONARY_SURNAME}, -1}, + {"So-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atwi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjöberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Engdahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertillon", 1, {DICTIONARY_SURNAME}, -1}, + {"Honecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidney", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Waghorne", 1, {DICTIONARY_SURNAME}, -1}, + {"Timmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Abudo", 1, {DICTIONARY_SURNAME}, -1}, + {"Turnley", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Robert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spiess", 1, {DICTIONARY_SURNAME}, -1}, + {"Mentzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Beranek", 1, {DICTIONARY_SURNAME}, -1}, + {"Denisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sabitović", 1, {DICTIONARY_SURNAME}, -1}, + {"Moya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adorno", 1, {DICTIONARY_SURNAME}, -1}, + {"Schatkowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidolov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gauslaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizzuso", 1, {DICTIONARY_SURNAME}, -1}, + {"Shakhovskoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Abirached", 1, {DICTIONARY_SURNAME}, -1}, + {"Flint", 1, {DICTIONARY_SURNAME}, -1}, + {"Koga", 1, {DICTIONARY_SURNAME}, -1}, + {"Söllner", 1, {DICTIONARY_SURNAME}, -1}, + {"Munir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"De Roos", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Szymczak", 1, {DICTIONARY_SURNAME}, -1}, + {"McCamlie", 1, {DICTIONARY_SURNAME}, -1}, + {"Kestner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidarte", 1, {DICTIONARY_SURNAME}, -1}, + {"Abadiano", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achahbar", 1, {DICTIONARY_SURNAME}, -1}, + {"Engberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokiyori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duffin", 1, {DICTIONARY_SURNAME}, -1}, + {"Herger", 1, {DICTIONARY_SURNAME}, -1}, + {"Üçüncü", 1, {DICTIONARY_SURNAME}, -1}, + {"Taušanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Mozhgan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Janas", 1, {DICTIONARY_SURNAME}, -1}, + {"Bullingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Kittredge", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ohlson", 1, {DICTIONARY_SURNAME}, -1}, + {"Zambrano", 1, {DICTIONARY_SURNAME}, -1}, + {"Riffel", 1, {DICTIONARY_SURNAME}, -1}, + {"Xavier", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jedliński", 1, {DICTIONARY_SURNAME}, -1}, + {"Linnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Wray", 1, {DICTIONARY_SURNAME}, -1}, + {"Sizonenko", 1, {DICTIONARY_SURNAME}, -1}, + {"McCardell", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadler", 1, {DICTIONARY_SURNAME}, -1}, + {"Blanqui", 1, {DICTIONARY_SURNAME}, -1}, + {"Araki", 1, {DICTIONARY_SURNAME}, -1}, + {"Abela", 1, {DICTIONARY_SURNAME}, -1}, + {"Delibašić", 1, {DICTIONARY_SURNAME}, -1}, + {"Cliff", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Klingler", 1, {DICTIONARY_SURNAME}, -1}, + {"Cambias", 1, {DICTIONARY_SURNAME}, -1}, + {"Lawrenson", 1, {DICTIONARY_SURNAME}, -1}, + {"McAvoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Maggart", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimitris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jacky", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acolatse", 1, {DICTIONARY_SURNAME}, -1}, + {"Callanan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartsock", 1, {DICTIONARY_SURNAME}, -1}, + {"Magnusson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambschel", 1, {DICTIONARY_SURNAME}, -1}, + {"Moonie", 1, {DICTIONARY_SURNAME}, -1}, + {"Jannings", 1, {DICTIONARY_SURNAME}, -1}, + {"Ocker", 1, {DICTIONARY_SURNAME}, -1}, + {"Lütken", 1, {DICTIONARY_SURNAME}, -1}, + {"Drossel", 1, {DICTIONARY_SURNAME}, -1}, + {"McGartland", 1, {DICTIONARY_SURNAME}, -1}, + {"Adetokunbo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ricardo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ranko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gounod", 1, {DICTIONARY_SURNAME}, -1}, + {"Takaya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kneifel", 1, {DICTIONARY_SURNAME}, -1}, + {"Millis", 1, {DICTIONARY_SURNAME}, -1}, + {"Silcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Hechavarría", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaiotu", 1, {DICTIONARY_SURNAME}, -1}, + {"Onions", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebenezer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kohzad", 1, {DICTIONARY_SURNAME}, -1}, + {"Macdonald", 1, {DICTIONARY_SURNAME}, -1}, + {"Mansveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Ampofo", 1, {DICTIONARY_SURNAME}, -1}, + {"Verkashanskiy", 1, {DICTIONARY_SURNAME}, -1}, + {"Korff", 1, {DICTIONARY_SURNAME}, -1}, + {"Agüeros", 1, {DICTIONARY_SURNAME}, -1}, + {"Shkumbin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van den Elsen", 1, {DICTIONARY_SURNAME}, -1}, + {"McCartney", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baskerville", 1, {DICTIONARY_SURNAME}, -1}, + {"Fischnaller", 1, {DICTIONARY_SURNAME}, -1}, + {"Onishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bald", 1, {DICTIONARY_SURNAME}, -1}, + {"Nash-Williams", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathison", 1, {DICTIONARY_SURNAME}, -1}, + {"Allport", 1, {DICTIONARY_SURNAME}, -1}, + {"Agourram", 1, {DICTIONARY_SURNAME}, -1}, + {"Bermingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Farsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Saget", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamkar", 1, {DICTIONARY_SURNAME}, -1}, + {"McFarling", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambertus", 1, {DICTIONARY_SURNAME}, -1}, + {"Axberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Cam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Traube", 1, {DICTIONARY_SURNAME}, -1}, + {"Thalman", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdery", 1, {DICTIONARY_SURNAME}, -1}, + {"Balasooriya", 1, {DICTIONARY_SURNAME}, -1}, + {"Varantsou", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilgrain", 1, {DICTIONARY_SURNAME}, -1}, + {"Treude", 1, {DICTIONARY_SURNAME}, -1}, + {"Zain", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"domino's pizza", 1, {DICTIONARY_CHAIN}, 129}, + {"Danaher", 1, {DICTIONARY_SURNAME}, -1}, + {"trader joes", 1, {DICTIONARY_CHAIN}, 259}, + {"Knudsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Adejo", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Herzeele", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Deven", 1, {DICTIONARY_SURNAME}, -1}, + {"Handa", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacopetti", 1, {DICTIONARY_SURNAME}, -1}, + {"McClement", 1, {DICTIONARY_SURNAME}, -1}, + {"Varnals", 1, {DICTIONARY_SURNAME}, -1}, + {"Thelwell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dunderdale", 1, {DICTIONARY_SURNAME}, -1}, + {"Anjaparidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Blake", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Elaine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ocasek", 1, {DICTIONARY_SURNAME}, -1}, + {"Baránek", 1, {DICTIONARY_SURNAME}, -1}, + {"Greider", 1, {DICTIONARY_SURNAME}, -1}, + {"Förg", 1, {DICTIONARY_SURNAME}, -1}, + {"Chisenhall", 1, {DICTIONARY_SURNAME}, -1}, + {"Viltard", 1, {DICTIONARY_SURNAME}, -1}, + {"Hosley", 1, {DICTIONARY_SURNAME}, -1}, + {"Schemm", 1, {DICTIONARY_SURNAME}, -1}, + {"Fischer", 1, {DICTIONARY_SURNAME}, -1}, + {"Buenfil", 1, {DICTIONARY_SURNAME}, -1}, + {"Cunegundes", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coke", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlvanney", 1, {DICTIONARY_SURNAME}, -1}, + {"Vänerlöv", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobolevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-ju", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Apponyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Figiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Round", 1, {DICTIONARY_SURNAME}, -1}, + {"Biggart", 1, {DICTIONARY_SURNAME}, -1}, + {"Schreyl", 1, {DICTIONARY_SURNAME}, -1}, + {"Raj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahire", 1, {DICTIONARY_SURNAME}, -1}, + {"Aâboubou", 1, {DICTIONARY_SURNAME}, -1}, + {"Gayton", 1, {DICTIONARY_SURNAME}, -1}, + {"Ádok", 1, {DICTIONARY_SURNAME}, -1}, + {"McBroom", 1, {DICTIONARY_SURNAME}, -1}, + {"Madhunapantula", 1, {DICTIONARY_SURNAME}, -1}, + {"Boot", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilairot", 1, {DICTIONARY_SURNAME}, -1}, + {"Bidabé", 1, {DICTIONARY_SURNAME}, -1}, + {"Kannagi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oriol", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Véner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vachier-Lagrave", 1, {DICTIONARY_SURNAME}, -1}, + {"Noyes", 1, {DICTIONARY_SURNAME}, -1}, + {"Vennat", 1, {DICTIONARY_SURNAME}, -1}, + {"Edmonstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarpal", 1, {DICTIONARY_SURNAME}, -1}, + {"Monosson", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleven", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agrawal", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwerin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gershkovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Geminiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Moir", 1, {DICTIONARY_SURNAME}, -1}, + {"Canidate", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbay", 1, {DICTIONARY_SURNAME}, -1}, + {"Dozois", 1, {DICTIONARY_SURNAME}, -1}, + {"Karoliina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liprandi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Naryshkina", 1, {DICTIONARY_SURNAME}, -1}, + {"Jugnauth", 1, {DICTIONARY_SURNAME}, -1}, + {"Braque", 1, {DICTIONARY_SURNAME}, -1}, + {"Jelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackson", 1, {DICTIONARY_SURNAME}, -1}, + {"Goffin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucier", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Auwera", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbíř", 1, {DICTIONARY_SURNAME}, -1}, + {"Sahabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vetkova", 1, {DICTIONARY_SURNAME}, -1}, + {"Kymber", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Donels", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokujirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bennison", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukada", 1, {DICTIONARY_SURNAME}, -1}, + {"Þorvaldsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Alawami", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlazny", 1, {DICTIONARY_SURNAME}, -1}, + {"Babić", 1, {DICTIONARY_SURNAME}, -1}, + {"Scaccianoce", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrabcová", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Tellier", 1, {DICTIONARY_SURNAME}, -1}, + {"Matei", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Danish", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McSwegan", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiina", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boeken", 1, {DICTIONARY_SURNAME}, -1}, + {"Baishō", 1, {DICTIONARY_SURNAME}, -1}, + {"Felgenhauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dvalishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Carpender", 1, {DICTIONARY_SURNAME}, -1}, + {"Chhim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farmbrough", 1, {DICTIONARY_SURNAME}, -1}, + {"Cesario", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Calland", 1, {DICTIONARY_SURNAME}, -1}, + {"Asch", 1, {DICTIONARY_SURNAME}, -1}, + {"Petraeus", 1, {DICTIONARY_SURNAME}, -1}, + {"Ducharme", 1, {DICTIONARY_SURNAME}, -1}, + {"Krystkowiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Venantino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rampling", 1, {DICTIONARY_SURNAME}, -1}, + {"Thiaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlahek", 1, {DICTIONARY_SURNAME}, -1}, + {"Meftah", 1, {DICTIONARY_SURNAME}, -1}, + {"Acedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Honcharenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Sibel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vladinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Pearson", 1, {DICTIONARY_SURNAME}, -1}, + {"Oshiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigouroux", 1, {DICTIONARY_SURNAME}, -1}, + {"Apostool", 1, {DICTIONARY_SURNAME}, -1}, + {"Landowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Behan", 1, {DICTIONARY_SURNAME}, -1}, + {"De Rore", 1, {DICTIONARY_SURNAME}, -1}, + {"Řezník", 1, {DICTIONARY_SURNAME}, -1}, + {"McAusland", 1, {DICTIONARY_SURNAME}, -1}, + {"Hermon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bartoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ōhashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdalati", 1, {DICTIONARY_SURNAME}, -1}, + {"Schermers", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Venckaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Frimpong", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiraka", 1, {DICTIONARY_SURNAME}, -1}, + {"Gökçek", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tyndale", 1, {DICTIONARY_SURNAME}, -1}, + {"Husmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurdjieff", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderglas", 1, {DICTIONARY_SURNAME}, -1}, + {"Paradiso", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunehisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLawhorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Itani", 1, {DICTIONARY_SURNAME}, -1}, + {"Chariton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Halbrook", 1, {DICTIONARY_SURNAME}, -1}, + {"Aislabie", 1, {DICTIONARY_SURNAME}, -1}, + {"Heiner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Biles", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Iqbal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Amponsah", 1, {DICTIONARY_SURNAME}, -1}, + {"Cozzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cojuangco", 1, {DICTIONARY_SURNAME}, -1}, + {"Slavomir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiryukhin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuschel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tardu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Šafarić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vendasi", 1, {DICTIONARY_SURNAME}, -1}, + {"Geise", 1, {DICTIONARY_SURNAME}, -1}, + {"Benallie", 1, {DICTIONARY_SURNAME}, -1}, + {"Knight", 1, {DICTIONARY_SURNAME}, -1}, + {"Mowinckel", 1, {DICTIONARY_SURNAME}, -1}, + {"Valori", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanagala", 1, {DICTIONARY_SURNAME}, -1}, + {"Eelco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vuong", 1, {DICTIONARY_SURNAME}, -1}, + {"Jiménez", 1, {DICTIONARY_SURNAME}, -1}, + {"Meinel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sassone", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamilton-Baillie", 1, {DICTIONARY_SURNAME}, -1}, + {"Boutros", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vanderlyde", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunder", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Honoré", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Varvel", 1, {DICTIONARY_SURNAME}, -1}, + {"McElhaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Siong", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Benkert", 1, {DICTIONARY_SURNAME}, -1}, + {"Wurzbacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauerhering", 1, {DICTIONARY_SURNAME}, -1}, + {"Betsen", 1, {DICTIONARY_SURNAME}, -1}, + {"ymca", 1, {DICTIONARY_CHAIN}, -1}, + {"De la Roca", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuson", 1, {DICTIONARY_SURNAME}, -1}, + {"Čerkovskis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ertuğ", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boren", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashiyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kunst", 1, {DICTIONARY_SURNAME}, -1}, + {"Holec", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoppitsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Laisrén", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Zyl", 1, {DICTIONARY_SURNAME}, -1}, + {"Merkuryev", 1, {DICTIONARY_SURNAME}, -1}, + {"Shōya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaimal", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramose", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elliot", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rauli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nas", 1, {DICTIONARY_SURNAME}, -1}, + {"Mogaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Gryn", 1, {DICTIONARY_SURNAME}, -1}, + {"Rigler", 1, {DICTIONARY_SURNAME}, -1}, + {"Valdez", 1, {DICTIONARY_SURNAME}, -1}, + {"Sibthorp", 1, {DICTIONARY_SURNAME}, -1}, + {"Schäffler", 1, {DICTIONARY_SURNAME}, -1}, + {"Zwolsman", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seol-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nilsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoxie", 1, {DICTIONARY_SURNAME}, -1}, + {"h e bs", 1, {DICTIONARY_CHAIN}, 149}, + {"Gutheil", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajiv", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weinman", 1, {DICTIONARY_SURNAME}, -1}, + {"Mai", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McMann", 1, {DICTIONARY_SURNAME}, -1}, + {"Denisse", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Camilla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Considine", 1, {DICTIONARY_SURNAME}, -1}, + {"Yelizarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ring", 1, {DICTIONARY_SURNAME}, -1}, + {"Caolánn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahal", 1, {DICTIONARY_SURNAME}, -1}, + {"Whineray", 1, {DICTIONARY_SURNAME}, -1}, + {"Krammer", 1, {DICTIONARY_SURNAME}, -1}, + {"Nuhiji", 1, {DICTIONARY_SURNAME}, -1}, + {"Dari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tryphon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Whishaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Crafar", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshinaga", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Batalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlözer", 1, {DICTIONARY_SURNAME}, -1}, + {"Condon", 1, {DICTIONARY_SURNAME}, -1}, + {"t mobile", 1, {DICTIONARY_CHAIN}, 256}, + {"Furuya", 1, {DICTIONARY_SURNAME}, -1}, + {"Righter", 1, {DICTIONARY_SURNAME}, -1}, + {"Květoň", 1, {DICTIONARY_SURNAME}, -1}, + {"Málek", 1, {DICTIONARY_SURNAME}, -1}, + {"Eardwulf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Plohotniuc", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghukasyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Samper", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilijević", 1, {DICTIONARY_SURNAME}, -1}, + {"Prodanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Doruk", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Allison", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Veen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gammuto", 1, {DICTIONARY_SURNAME}, -1}, + {"Čajkanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Rabon", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourguignon", 1, {DICTIONARY_SURNAME}, -1}, + {"Izaguirre", 1, {DICTIONARY_SURNAME}, -1}, + {"sainsbury's local", 1, {DICTIONARY_CHAIN}, -1}, + {"Omotosho", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulikowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindley", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirschstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Alspaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboah", 1, {DICTIONARY_SURNAME}, -1}, + {"Salkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gerner", 1, {DICTIONARY_SURNAME}, -1}, + {"Hijikata", 1, {DICTIONARY_SURNAME}, -1}, + {"Đokanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Iwashita", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahshid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sybille", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Giorgadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Johnston", 1, {DICTIONARY_SURNAME}, -1}, + {"Švec", 1, {DICTIONARY_SURNAME}, -1}, + {"Milovan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kōshirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agacinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Okopenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Clappison", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasufumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGegan", 1, {DICTIONARY_SURNAME}, -1}, + {"Leight", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-lim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Horne", 1, {DICTIONARY_SURNAME}, -1}, + {"Gershten", 1, {DICTIONARY_SURNAME}, -1}, + {"Farooq", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bautin", 1, {DICTIONARY_SURNAME}, -1}, + {"Florina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sett", 1, {DICTIONARY_SURNAME}, -1}, + {"Watling", 1, {DICTIONARY_SURNAME}, -1}, + {"Yakushev", 1, {DICTIONARY_SURNAME}, -1}, + {"Yanukovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Jech", 1, {DICTIONARY_SURNAME}, -1}, + {"Chumley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eshun", 1, {DICTIONARY_SURNAME}, -1}, + {"Doleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Linnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Babayan", 1, {DICTIONARY_SURNAME}, -1}, + {"McKinley", 1, {DICTIONARY_SURNAME}, -1}, + {"Borgman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladimír", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dang", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadanobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duntze", 1, {DICTIONARY_SURNAME}, -1}, + {"Naosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Takáts", 1, {DICTIONARY_SURNAME}, -1}, + {"Ansanelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Sandt", 1, {DICTIONARY_SURNAME}, -1}, + {"Violaris", 1, {DICTIONARY_SURNAME}, -1}, + {"Han-jae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oglander", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilton", 1, {DICTIONARY_SURNAME}, -1}, + {"Bukov", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Deurzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Adayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Gjermund", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seba", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fisser", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadera", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarney", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuylsteke", 1, {DICTIONARY_SURNAME}, -1}, + {"Hye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pech", 1, {DICTIONARY_SURNAME}, -1}, + {"Battaglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Agsteribbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiquinho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Édouard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Diaghilev", 1, {DICTIONARY_SURNAME}, -1}, + {"Karol", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bernard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Svendsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Prüter", 1, {DICTIONARY_SURNAME}, -1}, + {"Kris", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boussoufa", 1, {DICTIONARY_SURNAME}, -1}, + {"Altaras", 1, {DICTIONARY_SURNAME}, -1}, + {"Stakhanov", 1, {DICTIONARY_SURNAME}, -1}, + {"auntie annes", 1, {DICTIONARY_CHAIN}, 67}, + {"Špidla", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinert", 1, {DICTIONARY_SURNAME}, -1}, + {"Dilthey", 1, {DICTIONARY_SURNAME}, -1}, + {"Svoboda", 1, {DICTIONARY_SURNAME}, -1}, + {"Knowles", 1, {DICTIONARY_SURNAME}, -1}, + {"Coutelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Schock", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Olivarius", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahab", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kehr", 1, {DICTIONARY_SURNAME}, -1}, + {"Orlović", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Beneden", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruning", 1, {DICTIONARY_SURNAME}, -1}, + {"Altunin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ga-in", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gyula", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tawfik", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Blacklock", 1, {DICTIONARY_SURNAME}, -1}, + {"Burliuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Del", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adduono", 1, {DICTIONARY_SURNAME}, -1}, + {"Phoenix", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiaureli", 1, {DICTIONARY_SURNAME}, -1}, + {"Saibini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vixaykone", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Giraud", 1, {DICTIONARY_SURNAME}, -1}, + {"Deloria", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolzani", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdur Rab", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schrader", 1, {DICTIONARY_SURNAME}, -1}, + {"Badenhop", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Zayani", 1, {DICTIONARY_SURNAME}, -1}, + {"Adibi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pratchett", 1, {DICTIONARY_SURNAME}, -1}, + {"Yorath", 1, {DICTIONARY_SURNAME}, -1}, + {"Darveniza", 1, {DICTIONARY_SURNAME}, -1}, + {"Hae-jin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Burduli", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Bekele", 1, {DICTIONARY_SURNAME}, -1}, + {"Matō", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamić", 1, {DICTIONARY_SURNAME}, -1}, + {"Brivio", 1, {DICTIONARY_SURNAME}, -1}, + {"Mårtenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Agrama", 1, {DICTIONARY_SURNAME}, -1}, + {"Min-jae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"walgreen's", 1, {DICTIONARY_CHAIN}, 265}, + {"Hadchiti", 1, {DICTIONARY_SURNAME}, -1}, + {"Bursík", 1, {DICTIONARY_SURNAME}, -1}, + {"Šitić", 1, {DICTIONARY_SURNAME}, -1}, + {"Watts", 1, {DICTIONARY_SURNAME}, -1}, + {"Papakonstantinou", 1, {DICTIONARY_SURNAME}, -1}, + {"ml king j", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Kurihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Micajah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vekselberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarrant", 1, {DICTIONARY_SURNAME}, -1}, + {"Chudakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Rickenbacker", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannig", 1, {DICTIONARY_SURNAME}, -1}, + {"Frid", 1, {DICTIONARY_SURNAME}, -1}, + {"Orcutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Enstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Tutu", 1, {DICTIONARY_SURNAME}, -1}, + {"Piper", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Darcis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vauchetskiy", 1, {DICTIONARY_SURNAME}, -1}, + {"Onopko", 1, {DICTIONARY_SURNAME}, -1}, + {"Malevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Irineu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lavater", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendrickx", 1, {DICTIONARY_SURNAME}, -1}, + {"Badenhorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Fryar", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Petry", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayanari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hyde", 1, {DICTIONARY_SURNAME}, -1}, + {"Henjak", 1, {DICTIONARY_SURNAME}, -1}, + {"Russwurm", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadzeya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hochstetler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vawdrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Lavoie", 1, {DICTIONARY_SURNAME}, -1}, + {"Maunder", 1, {DICTIONARY_SURNAME}, -1}, + {"Szasz", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Stachel", 1, {DICTIONARY_SURNAME}, -1}, + {"Aylmer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kunio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Slate", 1, {DICTIONARY_SURNAME}, -1}, + {"Rameyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Gminski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimaiyo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vapaavuori", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodiroga", 1, {DICTIONARY_SURNAME}, -1}, + {"Buzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Quattlebaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenstock", 1, {DICTIONARY_SURNAME}, -1}, + {"Almquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Jutson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawtin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jace", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Magnano", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó hEidirsceoil", 1, {DICTIONARY_SURNAME}, -1}, + {"Santagostino", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kellermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatankhah", 1, {DICTIONARY_SURNAME}, -1}, + {"crepes & waffles", 1, {DICTIONARY_CHAIN}, -1}, + {"Verpale", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhedzhakova", 1, {DICTIONARY_SURNAME}, -1}, + {"Dražeta", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mesibov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bononi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludden", 1, {DICTIONARY_SURNAME}, -1}, + {"Huntley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lurie", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramsay", 1, {DICTIONARY_SURNAME}, -1}, + {"Kosciuška", 1, {DICTIONARY_SURNAME}, -1}, + {"Guttenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Poulett", 1, {DICTIONARY_SURNAME}, -1}, + {"Gitelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamu", 1, {DICTIONARY_SURNAME}, -1}, + {"Joe Šimunić", 1, {DICTIONARY_SURNAME}, -1}, + {"Torrens", 1, {DICTIONARY_SURNAME}, -1}, + {"Predojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Vesić", 1, {DICTIONARY_SURNAME}, -1}, + {"Melania", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chilcott", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyeremateng", 1, {DICTIONARY_SURNAME}, -1}, + {"Sloan", 1, {DICTIONARY_SURNAME}, -1}, + {"Abejo", 1, {DICTIONARY_SURNAME}, -1}, + {"Shailaputri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Whitmore", 1, {DICTIONARY_SURNAME}, -1}, + {"del taco", 1, {DICTIONARY_CHAIN}, -1}, + {"Robak", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Werf", 1, {DICTIONARY_SURNAME}, -1}, + {"Bates", 1, {DICTIONARY_SURNAME}, -1}, + {"Višinskis", 1, {DICTIONARY_SURNAME}, -1}, + {"Alpman", 1, {DICTIONARY_SURNAME}, -1}, + {"Zimmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gautier", 1, {DICTIONARY_SURNAME}, -1}, + {"Patni", 1, {DICTIONARY_SURNAME}, -1}, + {"Dermer", 1, {DICTIONARY_SURNAME}, -1}, + {"Megumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mikołaj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Faccio", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipnitsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Abass", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ricchetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Belvaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Moskalik", 1, {DICTIONARY_SURNAME}, -1}, + {"Juva", 1, {DICTIONARY_SURNAME}, -1}, + {"Obiang", 1, {DICTIONARY_SURNAME}, -1}, + {"Clinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Piola", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Busack", 1, {DICTIONARY_SURNAME}, -1}, + {"Srinivas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kalkofe", 1, {DICTIONARY_SURNAME}, -1}, + {"Richardson", 1, {DICTIONARY_SURNAME}, -1}, + {"Riquelme", 1, {DICTIONARY_SURNAME}, -1}, + {"Takeshita", 1, {DICTIONARY_SURNAME}, -1}, + {"Nurhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farnworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Gargrave", 1, {DICTIONARY_SURNAME}, -1}, + {"Geare", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandlik", 1, {DICTIONARY_SURNAME}, -1}, + {"Michałowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Marlee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shaked", 1, {DICTIONARY_SURNAME}, -1}, + {"Kneebone", 1, {DICTIONARY_SURNAME}, -1}, + {"Lakhovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodger", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cogniaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuiasosopo", 1, {DICTIONARY_SURNAME}, -1}, + {"Volgin", 1, {DICTIONARY_SURNAME}, -1}, + {"McKechin", 1, {DICTIONARY_SURNAME}, -1}, + {"Massiah-Jackson", 1, {DICTIONARY_SURNAME}, -1}, + {"Harless", 1, {DICTIONARY_SURNAME}, -1}, + {"Keys", 1, {DICTIONARY_SURNAME}, -1}, + {"Gottwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosnich", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicci", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brubeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Alberdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lockheart", 1, {DICTIONARY_SURNAME}, -1}, + {"Justino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Buren", 1, {DICTIONARY_SURNAME}, -1}, + {"Corboz", 1, {DICTIONARY_SURNAME}, -1}, + {"Daiki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pfann", 1, {DICTIONARY_SURNAME}, -1}, + {"Akishige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ananko", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohra", 1, {DICTIONARY_SURNAME}, -1}, + {"Harnad", 1, {DICTIONARY_SURNAME}, -1}, + {"california pizza kitchen", 1, {DICTIONARY_CHAIN}, -1}, + {"Ekanamsha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gervais", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellawell", 1, {DICTIONARY_SURNAME}, -1}, + {"Tripp", 1, {DICTIONARY_SURNAME}, -1}, + {"Chrisley", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Rivard", 1, {DICTIONARY_SURNAME}, -1}, + {"Lahmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Martyniuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Comstock", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanlouwe", 1, {DICTIONARY_SURNAME}, -1}, + {"Absalom", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eliav", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"au bon pain", 1, {DICTIONARY_CHAIN}, -1}, + {"Pierluigi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mhig Íomhair", 1, {DICTIONARY_SURNAME}, -1}, + {"Lofland", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghavidel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ken", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aliker", 1, {DICTIONARY_SURNAME}, -1}, + {"Guermah", 1, {DICTIONARY_SURNAME}, -1}, + {"Baten", 1, {DICTIONARY_SURNAME}, -1}, + {"Seltzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiltunen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanuri", 1, {DICTIONARY_SURNAME}, -1}, + {"Akasegawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Corliss", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Levin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aškrabić", 1, {DICTIONARY_SURNAME}, -1}, + {"Contri", 1, {DICTIONARY_SURNAME}, -1}, + {"Dezső", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Izolda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Radford", 1, {DICTIONARY_SURNAME}, -1}, + {"Kagerbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Heyert", 1, {DICTIONARY_SURNAME}, -1}, + {"Hesekiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Yavaş", 1, {DICTIONARY_SURNAME}, -1}, + {"Campillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Varajić", 1, {DICTIONARY_SURNAME}, -1}, + {"Schutte", 1, {DICTIONARY_SURNAME}, -1}, + {"Abraao", 1, {DICTIONARY_SURNAME}, -1}, + {"Garaidh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trenewith", 1, {DICTIONARY_SURNAME}, -1}, + {"Wouters", 1, {DICTIONARY_SURNAME}, -1}, + {"Feistle", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Hitoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lõhmus", 1, {DICTIONARY_SURNAME}, -1}, + {"Langlais", 1, {DICTIONARY_SURNAME}, -1}, + {"Volhard", 1, {DICTIONARY_SURNAME}, -1}, + {"mac's", 1, {DICTIONARY_CHAIN}, -1}, + {"Sabry", 1, {DICTIONARY_SURNAME}, -1}, + {"Quilter", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazor", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasu", 1, {DICTIONARY_SURNAME}, -1}, + {"Benhamou", 1, {DICTIONARY_SURNAME}, -1}, + {"Hantzsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Uniyal", 1, {DICTIONARY_SURNAME}, -1}, + {"Hradecký", 1, {DICTIONARY_SURNAME}, -1}, + {"Meisel", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollak", 1, {DICTIONARY_SURNAME}, -1}, + {"Maksimović", 1, {DICTIONARY_SURNAME}, -1}, + {"Aratama", 1, {DICTIONARY_SURNAME}, -1}, + {"Embretsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Stenhammar", 1, {DICTIONARY_SURNAME}, -1}, + {"Flidais", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Esper", 1, {DICTIONARY_SURNAME}, -1}, + {"Visschers", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbebaku", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoyt", 1, {DICTIONARY_SURNAME}, -1}, + {"Zahra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mohammadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Creelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Achkar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Toom", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogza", 1, {DICTIONARY_SURNAME}, -1}, + {"De Vincentiis", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsura", 1, {DICTIONARY_SURNAME}, -1}, + {"Levine", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhondy", 1, {DICTIONARY_SURNAME}, -1}, + {"Lesgourgues", 1, {DICTIONARY_SURNAME}, -1}, + {"Eija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asagami", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajdič", 1, {DICTIONARY_SURNAME}, -1}, + {"Kehl", 1, {DICTIONARY_SURNAME}, -1}, + {"Chavva", 1, {DICTIONARY_SURNAME}, -1}, + {"Maula Kalika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Skovoroda", 1, {DICTIONARY_SURNAME}, -1}, + {"Sologashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Pozzovivo", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Krockow", 1, {DICTIONARY_SURNAME}, -1}, + {"Crauford", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Charlebois", 1, {DICTIONARY_SURNAME}, -1}, + {"Ní Tormadha", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Veen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukuo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahnsjö", 1, {DICTIONARY_SURNAME}, -1}, + {"Brockie", 1, {DICTIONARY_SURNAME}, -1}, + {"Īraj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Craighill", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenway", 1, {DICTIONARY_SURNAME}, -1}, + {"Saraswati Devi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Rankin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ágoston", 1, {DICTIONARY_SURNAME}, -1}, + {"Lobineau", 1, {DICTIONARY_SURNAME}, -1}, + {"Assing", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hodoshima", 1, {DICTIONARY_SURNAME}, -1}, + {"Grotius", 1, {DICTIONARY_SURNAME}, -1}, + {"Agdestein", 1, {DICTIONARY_SURNAME}, -1}, + {"taco bell", 1, {DICTIONARY_CHAIN}, -1}, + {"Dong-suk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kenshin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ushas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Whincup", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandell", 1, {DICTIONARY_SURNAME}, -1}, + {"Janota", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Uí Thomhrair", 1, {DICTIONARY_SURNAME}, -1}, + {"Swirsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Trow", 1, {DICTIONARY_SURNAME}, -1}, + {"Verni", 1, {DICTIONARY_SURNAME}, -1}, + {"Nylander", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaular", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramender", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gumut", 1, {DICTIONARY_SURNAME}, -1}, + {"Dal Bello", 1, {DICTIONARY_SURNAME}, -1}, + {"Choniates", 1, {DICTIONARY_SURNAME}, -1}, + {"Pettersson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nordraak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kossak", 1, {DICTIONARY_SURNAME}, -1}, + {"Erstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenley", 1, {DICTIONARY_SURNAME}, -1}, + {"Geisler", 1, {DICTIONARY_SURNAME}, -1}, + {"Valerio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nitzani", 1, {DICTIONARY_SURNAME}, -1}, + {"Donkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Cline", 1, {DICTIONARY_SURNAME}, -1}, + {"Guttuso", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikerević", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermander", 1, {DICTIONARY_SURNAME}, -1}, + {"Childers", 1, {DICTIONARY_SURNAME}, -1}, + {"Sardar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seidell", 1, {DICTIONARY_SURNAME}, -1}, + {"Azuse", 1, {DICTIONARY_SURNAME}, -1}, + {"Samudrala", 1, {DICTIONARY_SURNAME}, -1}, + {"Eiland", 1, {DICTIONARY_SURNAME}, -1}, + {"Dasayev", 1, {DICTIONARY_SURNAME}, -1}, + {"salvation army", 1, {DICTIONARY_CHAIN}, -1}, + {"Sugawara", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigemi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Strasburger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vittman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadanthodu", 1, {DICTIONARY_SURNAME}, -1}, + {"Panizza", 1, {DICTIONARY_SURNAME}, -1}, + {"lubys", 1, {DICTIONARY_CHAIN}, 179}, + {"İnan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Kempen", 1, {DICTIONARY_SURNAME}, -1}, + {"Seyha", 1, {DICTIONARY_SURNAME}, -1}, + {"Veljović", 1, {DICTIONARY_SURNAME}, -1}, + {"Uí Thomhnra", 1, {DICTIONARY_SURNAME}, -1}, + {"Večerskis", 1, {DICTIONARY_SURNAME}, -1}, + {"Toner", 1, {DICTIONARY_SURNAME}, -1}, + {"Arisawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Sansone", 1, {DICTIONARY_SURNAME}, -1}, + {"Haddadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Petrillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dapčević", 1, {DICTIONARY_SURNAME}, -1}, + {"Iwako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mursell", 1, {DICTIONARY_SURNAME}, -1}, + {"Mottershead", 1, {DICTIONARY_SURNAME}, -1}, + {"Órlaith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dulson", 1, {DICTIONARY_SURNAME}, -1}, + {"Jakšić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapia", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaushiki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Šakota", 1, {DICTIONARY_SURNAME}, -1}, + {"Mantarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lexer", 1, {DICTIONARY_SURNAME}, -1}, + {"Welcker", 1, {DICTIONARY_SURNAME}, -1}, + {"Brostek", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudziński", 1, {DICTIONARY_SURNAME}, -1}, + {"Rixey", 1, {DICTIONARY_SURNAME}, -1}, + {"Cogliati", 1, {DICTIONARY_SURNAME}, -1}, + {"Grünspan", 1, {DICTIONARY_SURNAME}, -1}, + {"Blundy", 1, {DICTIONARY_SURNAME}, -1}, + {"Pratul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brick", 1, {DICTIONARY_SURNAME}, -1}, + {"McClymont", 1, {DICTIONARY_SURNAME}, -1}, + {"Šimek", 1, {DICTIONARY_SURNAME}, -1}, + {"Foxley", 1, {DICTIONARY_SURNAME}, -1}, + {"Roubaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Sikka", 1, {DICTIONARY_SURNAME}, -1}, + {"Suell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Chodowiecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimamoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Bridgeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Camp", 1, {DICTIONARY_SURNAME}, -1}, + {"Bára", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Douma", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Malley", 1, {DICTIONARY_SURNAME}, -1}, + {"Masoud", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gavrilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Danojlić", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Adeeb", 1, {DICTIONARY_SURNAME}, -1}, + {"Handberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellavitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Prosser", 1, {DICTIONARY_SURNAME}, -1}, + {"Quiñónez", 1, {DICTIONARY_SURNAME}, -1}, + {"Swete", 1, {DICTIONARY_SURNAME}, -1}, + {"Anjaiah", 1, {DICTIONARY_SURNAME}, -1}, + {"Amyot", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahalasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Azéma", 1, {DICTIONARY_SURNAME}, -1}, + {"Clem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Conforte", 1, {DICTIONARY_SURNAME}, -1}, + {"Shirko", 1, {DICTIONARY_SURNAME}, -1}, + {"Visner", 1, {DICTIONARY_SURNAME}, -1}, + {"Parera", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rodríguez", 1, {DICTIONARY_SURNAME}, -1}, + {"Zarzycki", 1, {DICTIONARY_SURNAME}, -1}, + {"Baty", 1, {DICTIONARY_SURNAME}, -1}, + {"Mottley", 1, {DICTIONARY_SURNAME}, -1}, + {"Madelyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bonomi", 1, {DICTIONARY_SURNAME}, -1}, + {"Fleischhacker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernon-Harcourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Amézaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Jørgen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valionis", 1, {DICTIONARY_SURNAME}, -1}, + {"Waltraud", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Solh", 1, {DICTIONARY_SURNAME}, -1}, + {"Griego", 1, {DICTIONARY_SURNAME}, -1}, + {"Weygers", 1, {DICTIONARY_SURNAME}, -1}, + {"Forsberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshimichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Medel", 1, {DICTIONARY_SURNAME}, -1}, + {"Cody", 1, {DICTIONARY_SURNAME}, -1}, + {"Yazawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawgood", 1, {DICTIONARY_SURNAME}, -1}, + {"Underdown", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacobszoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Poliker", 1, {DICTIONARY_SURNAME}, -1}, + {"Strümpell", 1, {DICTIONARY_SURNAME}, -1}, + {"Jannone", 1, {DICTIONARY_SURNAME}, -1}, + {"Milman", 1, {DICTIONARY_SURNAME}, -1}, + {"Cralle", 1, {DICTIONARY_SURNAME}, -1}, + {"Samavedam", 1, {DICTIONARY_SURNAME}, -1}, + {"Kichin", 1, {DICTIONARY_SURNAME}, -1}, + {"Anami", 1, {DICTIONARY_SURNAME}, -1}, + {"Shōriki", 1, {DICTIONARY_SURNAME}, -1}, + {"Harsidhhi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Slight", 1, {DICTIONARY_SURNAME}, -1}, + {"Alakom", 1, {DICTIONARY_SURNAME}, -1}, + {"Schalk", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alaa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aeberhard", 1, {DICTIONARY_SURNAME}, -1}, + {"axa", 1, {DICTIONARY_CHAIN}, -1}, + {"Vosshall", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Brempt", 1, {DICTIONARY_SURNAME}, -1}, + {"Halim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rodić", 1, {DICTIONARY_SURNAME}, -1}, + {"Itsuki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dinsmoor", 1, {DICTIONARY_SURNAME}, -1}, + {"Çoban", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoogland", 1, {DICTIONARY_SURNAME}, -1}, + {"Værnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Slavenska", 1, {DICTIONARY_SURNAME}, -1}, + {"Ringrose", 1, {DICTIONARY_SURNAME}, -1}, + {"Benson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hae-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vitorović", 1, {DICTIONARY_SURNAME}, -1}, + {"Accoyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Felder", 1, {DICTIONARY_SURNAME}, -1}, + {"Angela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gewirtz", 1, {DICTIONARY_SURNAME}, -1}, + {"Naison", 1, {DICTIONARY_SURNAME}, -1}, + {"Uebelhoer", 1, {DICTIONARY_SURNAME}, -1}, + {"Fakeye", 1, {DICTIONARY_SURNAME}, -1}, + {"Aslanadze", 1, {DICTIONARY_SURNAME}, -1}, + {"MacPhail", 1, {DICTIONARY_SURNAME}, -1}, + {"Bit-na", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ximenes", 1, {DICTIONARY_SURNAME}, -1}, + {"Durova", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohatenko", 1, {DICTIONARY_SURNAME}, -1}, + {"pemex", 1, {DICTIONARY_CHAIN}, -1}, + {"Hryb", 1, {DICTIONARY_SURNAME}, -1}, + {"Sugibayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Osinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hilferding", 1, {DICTIONARY_SURNAME}, -1}, + {"Battěk", 1, {DICTIONARY_SURNAME}, -1}, + {"Empson", 1, {DICTIONARY_SURNAME}, -1}, + {"Theophilus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andronov", 1, {DICTIONARY_SURNAME}, -1}, + {"Božič", 1, {DICTIONARY_SURNAME}, -1}, + {"Chappuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Yannai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agrafioti", 1, {DICTIONARY_SURNAME}, -1}, + {"Natasha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bent", 1, {DICTIONARY_SURNAME}, -1}, + {"Laux", 1, {DICTIONARY_SURNAME}, -1}, + {"Dominy", 1, {DICTIONARY_SURNAME}, -1}, + {"Scarre", 1, {DICTIONARY_SURNAME}, -1}, + {"Fladset", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakurano", 1, {DICTIONARY_SURNAME}, -1}, + {"Amodio", 1, {DICTIONARY_SURNAME}, -1}, + {"Heppner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ernle", 1, {DICTIONARY_SURNAME}, -1}, + {"Eamonn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Torvi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dollar", 1, {DICTIONARY_SURNAME}, -1}, + {"De Leeuw", 1, {DICTIONARY_SURNAME}, -1}, + {"Alwin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moskovics", 1, {DICTIONARY_SURNAME}, -1}, + {"Matzourakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Horie", 1, {DICTIONARY_SURNAME}, -1}, + {"Kington", 1, {DICTIONARY_SURNAME}, -1}, + {"Valkeapää", 1, {DICTIONARY_SURNAME}, -1}, + {"Ķiģelis", 1, {DICTIONARY_SURNAME}, -1}, + {"McElwee", 1, {DICTIONARY_SURNAME}, -1}, + {"Ossendowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Urpo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Venzago", 1, {DICTIONARY_SURNAME}, -1}, + {"Litton", 1, {DICTIONARY_SURNAME}, -1}, + {"Šustauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Carobbio", 1, {DICTIONARY_SURNAME}, -1}, + {"Corwin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yaziji", 1, {DICTIONARY_SURNAME}, -1}, + {"Erhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Volcere", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruland", 1, {DICTIONARY_SURNAME}, -1}, + {"Mateja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Czerny", 1, {DICTIONARY_SURNAME}, -1}, + {"Abišala", 1, {DICTIONARY_SURNAME}, -1}, + {"Afedzie", 1, {DICTIONARY_SURNAME}, -1}, + {"Szanwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Margenthaler", 1, {DICTIONARY_SURNAME}, -1}, + {"Sartaqtai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hyun-seung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Silje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tugwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Michimasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Legrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Hersant", 1, {DICTIONARY_SURNAME}, -1}, + {"Burbage", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Heeckeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Hölbling", 1, {DICTIONARY_SURNAME}, -1}, + {"Skeie", 1, {DICTIONARY_SURNAME}, -1}, + {"Vegetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruf", 1, {DICTIONARY_SURNAME}, -1}, + {"Varankow", 1, {DICTIONARY_SURNAME}, -1}, + {"Ouvrard", 1, {DICTIONARY_SURNAME}, -1}, + {"Schirinzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Harish", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Compper", 1, {DICTIONARY_SURNAME}, -1}, + {"Picq", 1, {DICTIONARY_SURNAME}, -1}, + {"Prefontaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Secrest", 1, {DICTIONARY_SURNAME}, -1}, + {"planet hollywoods", 1, {DICTIONARY_CHAIN}, 209}, + {"Armaghan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ursúa", 1, {DICTIONARY_SURNAME}, -1}, + {"Bharihoke", 1, {DICTIONARY_SURNAME}, -1}, + {"Roettger", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimakawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Versavel", 1, {DICTIONARY_SURNAME}, -1}, + {"Maurycy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bernauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigvald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"DeMille", 1, {DICTIONARY_SURNAME}, -1}, + {"Fehring", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambulić", 1, {DICTIONARY_SURNAME}, -1}, + {"Maigonis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McClerkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Talman", 1, {DICTIONARY_SURNAME}, -1}, + {"Talmadge", 1, {DICTIONARY_SURNAME}, -1}, + {"Brookings", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Blagoje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stopford", 1, {DICTIONARY_SURNAME}, -1}, + {"Crackenthorpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Sergei Yudin", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenland", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidekane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abulu", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kupferblum", 1, {DICTIONARY_SURNAME}, -1}, + {"Jayden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kaleb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pal", 1, {DICTIONARY_SURNAME}, -1}, + {"Viteskić", 1, {DICTIONARY_SURNAME}, -1}, + {"Villacorta", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ankeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Duval", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnaba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dannah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomojirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Robards", 1, {DICTIONARY_SURNAME}, -1}, + {"Viérin", 1, {DICTIONARY_SURNAME}, -1}, + {"Harcourt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mitsuyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vitásek", 1, {DICTIONARY_SURNAME}, -1}, + {"Georgy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heim", 1, {DICTIONARY_SURNAME}, -1}, + {"McShay", 1, {DICTIONARY_SURNAME}, -1}, + {"Adyanthaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Đukić", 1, {DICTIONARY_SURNAME}, -1}, + {"nemzeti dohánybolt", 1, {DICTIONARY_CHAIN}, -1}, + {"Ichihashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Đuho", 1, {DICTIONARY_SURNAME}, -1}, + {"Veach", 1, {DICTIONARY_SURNAME}, -1}, + {"Munira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amendola", 1, {DICTIONARY_SURNAME}, -1}, + {"Gosewisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Hubbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Nam-gi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asanidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjeković", 1, {DICTIONARY_SURNAME}, -1}, + {"Dongvani", 1, {DICTIONARY_SURNAME}, -1}, + {"Griffiths", 1, {DICTIONARY_SURNAME}, -1}, + {"Luciano", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poitier", 1, {DICTIONARY_SURNAME}, -1}, + {"Pronin", 1, {DICTIONARY_SURNAME}, -1}, + {"Billeter", 1, {DICTIONARY_SURNAME}, -1}, + {"Rösch", 1, {DICTIONARY_SURNAME}, -1}, + {"Mullink", 1, {DICTIONARY_SURNAME}, -1}, + {"Fleger", 1, {DICTIONARY_SURNAME}, -1}, + {"Aliberti", 1, {DICTIONARY_SURNAME}, -1}, + {"Ignas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grimmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dellow", 1, {DICTIONARY_SURNAME}, -1}, + {"Arcangelo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Luvsansharav", 1, {DICTIONARY_SURNAME}, -1}, + {"Luís Fernando", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vvedensky", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcão", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alameddine", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Sar", 1, {DICTIONARY_SURNAME}, -1}, + {"Brill", 1, {DICTIONARY_SURNAME}, -1}, + {"Vdovichenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Quaas", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeney", 1, {DICTIONARY_SURNAME}, -1}, + {"Bramah", 1, {DICTIONARY_SURNAME}, -1}, + {"Shearsmith", 1, {DICTIONARY_SURNAME}, -1}, + {"Herlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Komoartok", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajvaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Montell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kun-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bănică", 1, {DICTIONARY_SURNAME}, -1}, + {"Belland", 1, {DICTIONARY_SURNAME}, -1}, + {"Gathier", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Noppen", 1, {DICTIONARY_SURNAME}, -1}, + {"Krol", 1, {DICTIONARY_SURNAME}, -1}, + {"Vickey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ardizzon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vergunst", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenlees", 1, {DICTIONARY_SURNAME}, -1}, + {"Velupillai", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marie-Claude", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"obi", 1, {DICTIONARY_CHAIN}, -1}, + {"Myddleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Staggers", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Simao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bilgili", 1, {DICTIONARY_SURNAME}, -1}, + {"Guttmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Lupan", 1, {DICTIONARY_SURNAME}, -1}, + {"Križaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellemans", 1, {DICTIONARY_SURNAME}, -1}, + {"Ossi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheng", 1, {DICTIONARY_SURNAME}, -1}, + {"Papagiannakopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruckelshaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Leftwich", 1, {DICTIONARY_SURNAME}, -1}, + {"Setsuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ji-min", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akkasit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barend", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vermezović", 1, {DICTIONARY_SURNAME}, -1}, + {"McDavis", 1, {DICTIONARY_SURNAME}, -1}, + {"Lavine", 1, {DICTIONARY_SURNAME}, -1}, + {"Alcasid", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajeti", 1, {DICTIONARY_SURNAME}, -1}, + {"Momoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Corsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Strole", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurić", 1, {DICTIONARY_SURNAME}, -1}, + {"Rashard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cotes", 1, {DICTIONARY_SURNAME}, -1}, + {"Moravčević", 1, {DICTIONARY_SURNAME}, -1}, + {"Pietro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beachey", 1, {DICTIONARY_SURNAME}, -1}, + {"Abedini", 1, {DICTIONARY_SURNAME}, -1}, + {"Charmaine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schön", 1, {DICTIONARY_SURNAME}, -1}, + {"Yannis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baillon", 1, {DICTIONARY_SURNAME}, -1}, + {"McBrain", 1, {DICTIONARY_SURNAME}, -1}, + {"Achiary", 1, {DICTIONARY_SURNAME}, -1}, + {"Albina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Umeda", 1, {DICTIONARY_SURNAME}, -1}, + {"Desprez", 1, {DICTIONARY_SURNAME}, -1}, + {"Quincy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Owings", 1, {DICTIONARY_SURNAME}, -1}, + {"Haghighi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiromori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Josip", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Xi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yallop", 1, {DICTIONARY_SURNAME}, -1}, + {"Rieser", 1, {DICTIONARY_SURNAME}, -1}, + {"Liedholm", 1, {DICTIONARY_SURNAME}, -1}, + {"Asanbayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Bromhead", 1, {DICTIONARY_SURNAME}, -1}, + {"Mchedlishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Cockrille", 1, {DICTIONARY_SURNAME}, -1}, + {"Venright", 1, {DICTIONARY_SURNAME}, -1}, + {"Gissing", 1, {DICTIONARY_SURNAME}, -1}, + {"Sugiyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivot", 1, {DICTIONARY_SURNAME}, -1}, + {"Ubaldo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Miyu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dukakis", 1, {DICTIONARY_SURNAME}, -1}, + {"McNanie", 1, {DICTIONARY_SURNAME}, -1}, + {"Jahedi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathews", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatsalya", 1, {DICTIONARY_SURNAME}, -1}, + {"Commelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Büyük", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Makgill", 1, {DICTIONARY_SURNAME}, -1}, + {"Kocaman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hohl", 1, {DICTIONARY_SURNAME}, -1}, + {"Drebin", 1, {DICTIONARY_SURNAME}, -1}, + {"Varez", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernardin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ieshige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sunderam", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnurrenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"hungry jack's", 1, {DICTIONARY_CHAIN}, -1}, + {"Vlahović", 1, {DICTIONARY_SURNAME}, -1}, + {"Vargha", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawyers", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Sullivan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gökçe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hippisley", 1, {DICTIONARY_SURNAME}, -1}, + {"Danneberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Seelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Takahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Nabiyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Dhomi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Croke", 1, {DICTIONARY_SURNAME}, -1}, + {"Il-sung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viatri", 1, {DICTIONARY_SURNAME}, -1}, + {"Sancho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Awad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brigance", 1, {DICTIONARY_SURNAME}, -1}, + {"Bethlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogilvy", 1, {DICTIONARY_SURNAME}, -1}, + {"Steph", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó Scealláin", 1, {DICTIONARY_SURNAME}, -1}, + {"Chung", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguon", 1, {DICTIONARY_SURNAME}, -1}, + {"Mór Muman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hasebe", 1, {DICTIONARY_SURNAME}, -1}, + {"Meseret", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Milton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Khullar", 1, {DICTIONARY_SURNAME}, -1}, + {"Riemenschneider", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanmani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hinrichs", 1, {DICTIONARY_SURNAME}, -1}, + {"Afalava", 1, {DICTIONARY_SURNAME}, -1}, + {"Hudler", 1, {DICTIONARY_SURNAME}, -1}, + {"Masvidal", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilch", 1, {DICTIONARY_SURNAME}, -1}, + {"Agullo", 1, {DICTIONARY_SURNAME}, -1}, + {"Beith", 1, {DICTIONARY_SURNAME}, -1}, + {"circle-k", 1, {DICTIONARY_CHAIN}, 106}, + {"Forsythe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ridgeway", 1, {DICTIONARY_SURNAME}, -1}, + {"Werfel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablaberdyeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Stipanovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshikane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoving", 1, {DICTIONARY_SURNAME}, -1}, + {"Justman", 1, {DICTIONARY_SURNAME}, -1}, + {"Mossberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bischof", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallerie", 1, {DICTIONARY_SURNAME}, -1}, + {"Blenkiron", 1, {DICTIONARY_SURNAME}, -1}, + {"Montemage", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciubotaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldous", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Huseman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ladislaus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Finden", 1, {DICTIONARY_SURNAME}, -1}, + {"Williamsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lisac", 1, {DICTIONARY_SURNAME}, -1}, + {"De Graeff", 1, {DICTIONARY_SURNAME}, -1}, + {"Adiv", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikman", 1, {DICTIONARY_SURNAME}, -1}, + {"Maksakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipstadt", 1, {DICTIONARY_SURNAME}, -1}, + {"Annapoorna devi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Velimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kreiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Göta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seely", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashfaq", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Modigs", 1, {DICTIONARY_SURNAME}, -1}, + {"Crino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tocker", 1, {DICTIONARY_SURNAME}, -1}, + {"Árpád", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Boesiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Adegboye", 1, {DICTIONARY_SURNAME}, -1}, + {"Camras", 1, {DICTIONARY_SURNAME}, -1}, + {"McDougall", 1, {DICTIONARY_SURNAME}, -1}, + {"Abán", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuchchal", 1, {DICTIONARY_SURNAME}, -1}, + {"Nijenhuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Berthod", 1, {DICTIONARY_SURNAME}, -1}, + {"Berlanga", 1, {DICTIONARY_SURNAME}, -1}, + {"Gangelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ptacek", 1, {DICTIONARY_SURNAME}, -1}, + {"Edgemon", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hollister", 1, {DICTIONARY_SURNAME}, -1}, + {"Halmosi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonarburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Mullighan", 1, {DICTIONARY_SURNAME}, -1}, + {"Lykke", 1, {DICTIONARY_SURNAME}, -1}, + {"Floy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heinsohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckham", 1, {DICTIONARY_SURNAME}, -1}, + {"Julio Cesar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Munetoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Appleyard", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuille", 1, {DICTIONARY_SURNAME}, -1}, + {"Miku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"dave and busters", 1, {DICTIONARY_CHAIN}, 120}, + {"DeVon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duhamel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kan'ichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Odo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Woodbridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakanumuné", 1, {DICTIONARY_SURNAME}, -1}, + {"Koops", 1, {DICTIONARY_SURNAME}, -1}, + {"Risto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wuorinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Emrecan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gillmor", 1, {DICTIONARY_SURNAME}, -1}, + {"Mech", 1, {DICTIONARY_SURNAME}, -1}, + {"Licht", 1, {DICTIONARY_SURNAME}, -1}, + {"Sefolosha", 1, {DICTIONARY_SURNAME}, -1}, + {"Adriaen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erdős", 1, {DICTIONARY_SURNAME}, -1}, + {"Souttar", 1, {DICTIONARY_SURNAME}, -1}, + {"Entriken", 1, {DICTIONARY_SURNAME}, -1}, + {"Akihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Evaristo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Katsumata", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagasawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Bazarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanhanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Verrinder", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Faria", 1, {DICTIONARY_SURNAME}, -1}, + {"Acanfora", 1, {DICTIONARY_SURNAME}, -1}, + {"Boudjedra", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Bariqi", 1, {DICTIONARY_SURNAME}, -1}, + {"Heuckelbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Porel", 1, {DICTIONARY_SURNAME}, -1}, + {"Mateusz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hiddleston", 1, {DICTIONARY_SURNAME}, -1}, + {"Jakopin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Akimasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greenlick", 1, {DICTIONARY_SURNAME}, -1}, + {"Henricks", 1, {DICTIONARY_SURNAME}, -1}, + {"Balázs", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Plaza", 1, {DICTIONARY_SURNAME}, -1}, + {"Schüßler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderhook", 1, {DICTIONARY_SURNAME}, -1}, + {"Agrast", 1, {DICTIONARY_SURNAME}, -1}, + {"Milivoj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adichie", 1, {DICTIONARY_SURNAME}, -1}, + {"Seybold", 1, {DICTIONARY_SURNAME}, -1}, + {"Swales", 1, {DICTIONARY_SURNAME}, -1}, + {"Adik", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbarieh", 1, {DICTIONARY_SURNAME}, -1}, + {"Papareschi", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Kelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Macfarren", 1, {DICTIONARY_SURNAME}, -1}, + {"Cot", 1, {DICTIONARY_SURNAME}, -1}, + {"Olver", 1, {DICTIONARY_SURNAME}, -1}, + {"Veenhof", 1, {DICTIONARY_SURNAME}, -1}, + {"Norimoto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Falconio", 1, {DICTIONARY_SURNAME}, -1}, + {"McLaren", 1, {DICTIONARY_SURNAME}, -1}, + {"Launder", 1, {DICTIONARY_SURNAME}, -1}, + {"Çiçek", 1, {DICTIONARY_SURNAME}, -1}, + {"Pytel", 1, {DICTIONARY_SURNAME}, -1}, + {"Risako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"sonics", 1, {DICTIONARY_CHAIN}, 236}, + {"Van Rijn", 1, {DICTIONARY_SURNAME}, -1}, + {"Akuraters", 1, {DICTIONARY_SURNAME}, -1}, + {"Kozłowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Peattie", 1, {DICTIONARY_SURNAME}, -1}, + {"Kissling", 1, {DICTIONARY_SURNAME}, -1}, + {"Bansal", 1, {DICTIONARY_SURNAME}, -1}, + {"Kingscote", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiechert", 1, {DICTIONARY_SURNAME}, -1}, + {"Simonet", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladeta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dye", 1, {DICTIONARY_SURNAME}, -1}, + {"Halfdan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kutsuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Korossy", 1, {DICTIONARY_SURNAME}, -1}, + {"Majali", 1, {DICTIONARY_SURNAME}, -1}, + {"Papageorgiou", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhirov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauritz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aldrete", 1, {DICTIONARY_SURNAME}, -1}, + {"Gasnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Szold", 1, {DICTIONARY_SURNAME}, -1}, + {"Bijleveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Pellegrino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sanematsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Cadamuro", 1, {DICTIONARY_SURNAME}, -1}, + {"Jedhe", 1, {DICTIONARY_SURNAME}, -1}, + {"Violetta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tordenskjold", 1, {DICTIONARY_SURNAME}, -1}, + {"Verlaan", 1, {DICTIONARY_SURNAME}, -1}, + {"Makara", 1, {DICTIONARY_SURNAME}, -1}, + {"Coben", 1, {DICTIONARY_SURNAME}, -1}, + {"Jankulovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Povondra", 1, {DICTIONARY_SURNAME}, -1}, + {"Naji", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vejić", 1, {DICTIONARY_SURNAME}, -1}, + {"McLurg", 1, {DICTIONARY_SURNAME}, -1}, + {"Renouf", 1, {DICTIONARY_SURNAME}, -1}, + {"Scharroo", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilhelmina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bukrán", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosser", 1, {DICTIONARY_SURNAME}, -1}, + {"Seals", 1, {DICTIONARY_SURNAME}, -1}, + {"İpekçi", 1, {DICTIONARY_SURNAME}, -1}, + {"Khachatur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oz", 1, {DICTIONARY_SURNAME}, -1}, + {"Sclanizza", 1, {DICTIONARY_SURNAME}, -1}, + {"Mokveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Moncreiffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bokun", 1, {DICTIONARY_SURNAME}, -1}, + {"Espinosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Coppens", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Arnim", 1, {DICTIONARY_SURNAME}, -1}, + {"Dignam", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebbinkhuijsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Weston", 1, {DICTIONARY_SURNAME}, -1}, + {"Balanchine", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamovská", 1, {DICTIONARY_SURNAME}, -1}, + {"john fitzgerald kennedy", 1, {DICTIONARY_NAMED_PERSON}, 281}, + {"Billingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Af Jochnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Burling", 1, {DICTIONARY_SURNAME}, -1}, + {"Wojnowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Holmes", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Karkare", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeyasekera", 1, {DICTIONARY_SURNAME}, -1}, + {"Ademar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobuyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoca", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Crapo", 1, {DICTIONARY_SURNAME}, -1}, + {"Franzos", 1, {DICTIONARY_SURNAME}, -1}, + {"Gandzieli-Gegelia", 1, {DICTIONARY_SURNAME}, -1}, + {"Czerniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Wode", 1, {DICTIONARY_SURNAME}, -1}, + {"Milovanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipchoge", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ginanni", 1, {DICTIONARY_SURNAME}, -1}, + {"Dailfind", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nam", 1, {DICTIONARY_SURNAME}, -1}, + {"Heick", 1, {DICTIONARY_SURNAME}, -1}, + {"McDole", 1, {DICTIONARY_SURNAME}, -1}, + {"Pieterse", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenert", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaplinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Annetta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aleinikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Pernoud", 1, {DICTIONARY_SURNAME}, -1}, + {"De Filippis", 1, {DICTIONARY_SURNAME}, -1}, + {"Seal", 1, {DICTIONARY_SURNAME}, -1}, + {"Caratti", 1, {DICTIONARY_SURNAME}, -1}, + {"Woong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mikhailenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlahos", 1, {DICTIONARY_SURNAME}, -1}, + {"Perutz", 1, {DICTIONARY_SURNAME}, -1}, + {"Rostow", 1, {DICTIONARY_SURNAME}, -1}, + {"Jiang", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazbegi family", 1, {DICTIONARY_SURNAME}, -1}, + {"McCaldon", 1, {DICTIONARY_SURNAME}, -1}, + {"Titterton", 1, {DICTIONARY_SURNAME}, -1}, + {"Brogan", 1, {DICTIONARY_SURNAME}, -1}, + {"Fludyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Naess", 1, {DICTIONARY_SURNAME}, -1}, + {"Anjem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zakaryan", 1, {DICTIONARY_SURNAME}, -1}, + {"Basford", 1, {DICTIONARY_SURNAME}, -1}, + {"Scáthach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aceval", 1, {DICTIONARY_SURNAME}, -1}, + {"Maurantonio", 1, {DICTIONARY_SURNAME}, -1}, + {"Aflalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Grigol", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caterino", 1, {DICTIONARY_SURNAME}, -1}, + {"media markt", 1, {DICTIONARY_CHAIN}, -1}, + {"Prakash", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steele", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lamberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Alakozai", 1, {DICTIONARY_SURNAME}, -1}, + {"Portnyagin", 1, {DICTIONARY_SURNAME}, -1}, + {"Blanca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bergmark", 1, {DICTIONARY_SURNAME}, -1}, + {"Geun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Asao", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sadrijaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Shabalin", 1, {DICTIONARY_SURNAME}, -1}, + {"Blumenau", 1, {DICTIONARY_SURNAME}, -1}, + {"Chesley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tácio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anderle", 1, {DICTIONARY_SURNAME}, -1}, + {"Spanić", 1, {DICTIONARY_SURNAME}, -1}, + {"Howlader", 1, {DICTIONARY_SURNAME}, -1}, + {"Morozov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablard", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabricant", 1, {DICTIONARY_SURNAME}, -1}, + {"Kellogg", 1, {DICTIONARY_SURNAME}, -1}, + {"Regelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Schultes", 1, {DICTIONARY_SURNAME}, -1}, + {"Eitingon", 1, {DICTIONARY_SURNAME}, -1}, + {"Haingura", 1, {DICTIONARY_SURNAME}, -1}, + {"Vančurová", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaikulis", 1, {DICTIONARY_SURNAME}, -1}, + {"Chul-soon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loveinian", 1, {DICTIONARY_SURNAME}, -1}, + {"Voggenhuber", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolloway", 1, {DICTIONARY_SURNAME}, -1}, + {"Agathokleous", 1, {DICTIONARY_SURNAME}, -1}, + {"McRobb", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleese", 1, {DICTIONARY_SURNAME}, -1}, + {"Beene", 1, {DICTIONARY_SURNAME}, -1}, + {"Sólyom", 1, {DICTIONARY_SURNAME}, -1}, + {"McMackin", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbash", 1, {DICTIONARY_SURNAME}, -1}, + {"Mauzy", 1, {DICTIONARY_SURNAME}, -1}, + {"Wang", 1, {DICTIONARY_SURNAME}, -1}, + {"Nezer", 1, {DICTIONARY_SURNAME}, -1}, + {"De Hooghe", 1, {DICTIONARY_SURNAME}, -1}, + {"Filipović", 1, {DICTIONARY_SURNAME}, -1}, + {"Prokeš", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahjat", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jandl", 1, {DICTIONARY_SURNAME}, -1}, + {"Lughmani", 1, {DICTIONARY_SURNAME}, -1}, + {"Reyhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Massa", 1, {DICTIONARY_SURNAME}, -1}, + {"Abogunloko", 1, {DICTIONARY_SURNAME}, -1}, + {"Pietersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Congreve", 1, {DICTIONARY_SURNAME}, -1}, + {"Maskaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Haas", 1, {DICTIONARY_SURNAME}, -1}, + {"Léonce", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anatoli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cichoń", 1, {DICTIONARY_SURNAME}, -1}, + {"Liudolf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toselli", 1, {DICTIONARY_SURNAME}, -1}, + {"Speed", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giselle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Simo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ilgın", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elissalde", 1, {DICTIONARY_SURNAME}, -1}, + {"Alarza", 1, {DICTIONARY_SURNAME}, -1}, + {"Pranab", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vishny", 1, {DICTIONARY_SURNAME}, -1}, + {"Chadwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahlstedt", 1, {DICTIONARY_SURNAME}, -1}, + {"Viðarsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinwurm", 1, {DICTIONARY_SURNAME}, -1}, + {"Aktuğ", 1, {DICTIONARY_SURNAME}, -1}, + {"De Ridder", 1, {DICTIONARY_SURNAME}, -1}, + {"Molinari", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavina", 1, {DICTIONARY_SURNAME}, -1}, + {"LeMahieu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincze", 1, {DICTIONARY_SURNAME}, -1}, + {"McVitie", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrard", 1, {DICTIONARY_SURNAME}, -1}, + {"Krentz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gubbins", 1, {DICTIONARY_SURNAME}, -1}, + {"Michell", 1, {DICTIONARY_SURNAME}, -1}, + {"Michaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Liliane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Euhel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jira", 1, {DICTIONARY_SURNAME}, -1}, + {"Nørgaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathies", 1, {DICTIONARY_SURNAME}, -1}, + {"Chapline", 1, {DICTIONARY_SURNAME}, -1}, + {"Lanig", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Noreiga", 1, {DICTIONARY_SURNAME}, -1}, + {"Girardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Atterton", 1, {DICTIONARY_SURNAME}, -1}, + {"Alemany", 1, {DICTIONARY_SURNAME}, -1}, + {"Mgeladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Palitzsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Fersen", 1, {DICTIONARY_SURNAME}, -1}, + {"hvb", 1, {DICTIONARY_CHAIN}, 155}, + {"Akpabio", 1, {DICTIONARY_SURNAME}, -1}, + {"Belousov", 1, {DICTIONARY_SURNAME}, -1}, + {"Deschamps", 1, {DICTIONARY_SURNAME}, -1}, + {"Borelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Broström", 1, {DICTIONARY_SURNAME}, -1}, + {"Carl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jaba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sōichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Miomir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Muir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Moratinos", 1, {DICTIONARY_SURNAME}, -1}, + {"Utzon", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowser", 1, {DICTIONARY_SURNAME}, -1}, + {"Angelika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Callin", 1, {DICTIONARY_SURNAME}, -1}, + {"Behrmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Stumpe", 1, {DICTIONARY_SURNAME}, -1}, + {"De Verwer", 1, {DICTIONARY_SURNAME}, -1}, + {"Comin", 1, {DICTIONARY_SURNAME}, -1}, + {"Pershin", 1, {DICTIONARY_SURNAME}, -1}, + {"Panicucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Hironoshin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"In-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weinreich", 1, {DICTIONARY_SURNAME}, -1}, + {"Glasse", 1, {DICTIONARY_SURNAME}, -1}, + {"Moritz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Afanasy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chelouche", 1, {DICTIONARY_SURNAME}, -1}, + {"Gudmundseth", 1, {DICTIONARY_SURNAME}, -1}, + {"Kōsaku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amerio", 1, {DICTIONARY_SURNAME}, -1}, + {"Boye", 1, {DICTIONARY_SURNAME}, -1}, + {"Da Vinci", 1, {DICTIONARY_SURNAME}, -1}, + {"Walser", 1, {DICTIONARY_SURNAME}, -1}, + {"Vujičević", 1, {DICTIONARY_SURNAME}, -1}, + {"Beridze", 1, {DICTIONARY_SURNAME}, -1}, + {"Baybaşin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gichin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pollari", 1, {DICTIONARY_SURNAME}, -1}, + {"Larnach", 1, {DICTIONARY_SURNAME}, -1}, + {"Nejad", 1, {DICTIONARY_SURNAME}, -1}, + {"Sladek", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackstock", 1, {DICTIONARY_SURNAME}, -1}, + {"Peiris", 1, {DICTIONARY_SURNAME}, -1}, + {"Kijima", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsutsunava", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuckovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Benett", 1, {DICTIONARY_SURNAME}, -1}, + {"Hye-jin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bälz", 1, {DICTIONARY_SURNAME}, -1}, + {"Caulker", 1, {DICTIONARY_SURNAME}, -1}, + {"Dowden", 1, {DICTIONARY_SURNAME}, -1}, + {"Shaktawat", 1, {DICTIONARY_SURNAME}, -1}, + {"Onyilo", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilcoxon", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krishnayya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flügel", 1, {DICTIONARY_SURNAME}, -1}, + {"Fossett", 1, {DICTIONARY_SURNAME}, -1}, + {"Brimson", 1, {DICTIONARY_SURNAME}, -1}, + {"Berckmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Hart", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cichy", 1, {DICTIONARY_SURNAME}, -1}, + {"Skylar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bourgain", 1, {DICTIONARY_SURNAME}, -1}, + {"fatburger", 1, {DICTIONARY_CHAIN}, -1}, + {"Lukash", 1, {DICTIONARY_SURNAME}, -1}, + {"Celestin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sakuraba", 1, {DICTIONARY_SURNAME}, -1}, + {"Havers", 1, {DICTIONARY_SURNAME}, -1}, + {"Hössler", 1, {DICTIONARY_SURNAME}, -1}, + {"Maru", 1, {DICTIONARY_SURNAME}, -1}, + {"perkins", 1, {DICTIONARY_CHAIN}, -1}, + {"Conn", 1, {DICTIONARY_SURNAME}, -1}, + {"Heiney", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöneborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Kilsdonk", 1, {DICTIONARY_SURNAME}, -1}, + {"Belgiojoso", 1, {DICTIONARY_SURNAME}, -1}, + {"Heintz", 1, {DICTIONARY_SURNAME}, -1}, + {"Wake-Walker", 1, {DICTIONARY_SURNAME}, -1}, + {"Hentschel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarvas", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigée", 1, {DICTIONARY_SURNAME}, -1}, + {"Atif", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oldfield", 1, {DICTIONARY_SURNAME}, -1}, + {"DeBrosse", 1, {DICTIONARY_SURNAME}, -1}, + {"Arishima", 1, {DICTIONARY_SURNAME}, -1}, + {"Akmammedov", 1, {DICTIONARY_SURNAME}, -1}, + {"Espinal", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazanderani", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenlein", 1, {DICTIONARY_SURNAME}, -1}, + {"Sturgeon", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Mil", 1, {DICTIONARY_SURNAME}, -1}, + {"Asper", 1, {DICTIONARY_SURNAME}, -1}, + {"Guilfoile", 1, {DICTIONARY_SURNAME}, -1}, + {"Juvayni", 1, {DICTIONARY_SURNAME}, -1}, + {"Foord", 1, {DICTIONARY_SURNAME}, -1}, + {"Varmah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chaucer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Carrión", 1, {DICTIONARY_SURNAME}, -1}, + {"Esselens", 1, {DICTIONARY_SURNAME}, -1}, + {"Czyżniewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurčík", 1, {DICTIONARY_SURNAME}, -1}, + {"Zindell", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlage", 1, {DICTIONARY_SURNAME}, -1}, + {"Dietz", 1, {DICTIONARY_SURNAME}, -1}, + {"Sterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lyakhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirase", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaschenko", 1, {DICTIONARY_SURNAME}, -1}, + {"McGarr", 1, {DICTIONARY_SURNAME}, -1}, + {"Buchheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Manucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Samantha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"o reilly auto parts", 1, {DICTIONARY_CHAIN}, 193}, + {"Bednář", 1, {DICTIONARY_SURNAME}, -1}, + {"Goluža", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidorczuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashot", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heth", 1, {DICTIONARY_SURNAME}, -1}, + {"Wodzyński", 1, {DICTIONARY_SURNAME}, -1}, + {"Acklin", 1, {DICTIONARY_SURNAME}, -1}, + {"Pawlikowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hye-bin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dufek", 1, {DICTIONARY_SURNAME}, -1}, + {"Varahi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sobieslaw", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Mollen", 1, {DICTIONARY_SURNAME}, -1}, + {"Herja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mahadevan", 1, {DICTIONARY_SURNAME}, -1}, + {"Shata", 1, {DICTIONARY_SURNAME}, -1}, + {"Baer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Malipiero", 1, {DICTIONARY_SURNAME}, -1}, + {"Mura", 1, {DICTIONARY_SURNAME}, -1}, + {"Tharpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Tyke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jalal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tokuzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Toole", 1, {DICTIONARY_SURNAME}, -1}, + {"Akcapar", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwenllian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steur", 1, {DICTIONARY_SURNAME}, -1}, + {"Vergeyenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Fransen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hovnanian", 1, {DICTIONARY_SURNAME}, -1}, + {"Bokade", 1, {DICTIONARY_SURNAME}, -1}, + {"Ho-jung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raczkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Werenfried", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hà", 1, {DICTIONARY_SURNAME}, -1}, + {"Colclough", 1, {DICTIONARY_SURNAME}, -1}, + {"Brandy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schulenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarvaiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Maxfield", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jerzy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fíne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoshikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Milosavljević", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantero", 1, {DICTIONARY_SURNAME}, -1}, + {"Étaín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yourdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Staley", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Slyke", 1, {DICTIONARY_SURNAME}, -1}, + {"Koyamada", 1, {DICTIONARY_SURNAME}, -1}, + {"Häusler", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhoda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tate", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanden Brook", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Fawaz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Hoog", 1, {DICTIONARY_SURNAME}, -1}, + {"Lannes", 1, {DICTIONARY_SURNAME}, -1}, + {"Sweynsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Schleiermacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Tolosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Höger", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruddiman", 1, {DICTIONARY_SURNAME}, -1}, + {"Brickell", 1, {DICTIONARY_SURNAME}, -1}, + {"Valbusa", 1, {DICTIONARY_SURNAME}, -1}, + {"Märt", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trump", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonlanthen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunaway", 1, {DICTIONARY_SURNAME}, -1}, + {"Pankevych", 1, {DICTIONARY_SURNAME}, -1}, + {"Chagall", 1, {DICTIONARY_SURNAME}, -1}, + {"Sihvola", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazeroski", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhun", 1, {DICTIONARY_SURNAME}, -1}, + {"Balmamion", 1, {DICTIONARY_SURNAME}, -1}, + {"Guthrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaison", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pawley", 1, {DICTIONARY_SURNAME}, -1}, + {"Forss", 1, {DICTIONARY_SURNAME}, -1}, + {"Trina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aquila", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Keita", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Plas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Whistler", 1, {DICTIONARY_SURNAME}, -1}, + {"Futahashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Caroline", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kinkaiyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Papworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Běhounek", 1, {DICTIONARY_SURNAME}, -1}, + {"Gordillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Schallberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Frye", 1, {DICTIONARY_SURNAME}, -1}, + {"Mijatović", 1, {DICTIONARY_SURNAME}, -1}, + {"Belshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Deverell", 1, {DICTIONARY_SURNAME}, -1}, + {"Čuturilo", 1, {DICTIONARY_SURNAME}, -1}, + {"Akachar", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacinta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harper", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grassett", 1, {DICTIONARY_SURNAME}, -1}, + {"Valagao", 1, {DICTIONARY_SURNAME}, -1}, + {"Glücks", 1, {DICTIONARY_SURNAME}, -1}, + {"Moscati", 1, {DICTIONARY_SURNAME}, -1}, + {"Teoh", 1, {DICTIONARY_SURNAME}, -1}, + {"Vello", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahrendsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Costanzo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Švehlík", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakhtadze", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrone", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdykarimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladyslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fromm", 1, {DICTIONARY_SURNAME}, -1}, + {"Samira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Neider", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambertson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gracián", 1, {DICTIONARY_SURNAME}, -1}, + {"Doru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coll", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drowne", 1, {DICTIONARY_SURNAME}, -1}, + {"Minter", 1, {DICTIONARY_SURNAME}, -1}, + {"Winkelhock", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Venne", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Watanabe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjørk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jacolino", 1, {DICTIONARY_SURNAME}, -1}, + {"Ndungane", 1, {DICTIONARY_SURNAME}, -1}, + {"Ten Velden", 1, {DICTIONARY_SURNAME}, -1}, + {"Bitok", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilhite", 1, {DICTIONARY_SURNAME}, -1}, + {"Sastry", 1, {DICTIONARY_SURNAME}, -1}, + {"Fowell", 1, {DICTIONARY_SURNAME}, -1}, + {"Beirão", 1, {DICTIONARY_SURNAME}, -1}, + {"Juhel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peano", 1, {DICTIONARY_SURNAME}, -1}, + {"İşcan", 1, {DICTIONARY_SURNAME}, -1}, + {"Louis-Dreyfus", 1, {DICTIONARY_SURNAME}, -1}, + {"Boudreau", 1, {DICTIONARY_SURNAME}, -1}, + {"About", 1, {DICTIONARY_SURNAME}, -1}, + {"Giancarlo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bhargavi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shūsaku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agrippa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mojsije", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Vos", 1, {DICTIONARY_SURNAME}, -1}, + {"De Fratus", 1, {DICTIONARY_SURNAME}, -1}, + {"Charpentier", 1, {DICTIONARY_SURNAME}, -1}, + {"Blakley", 1, {DICTIONARY_SURNAME}, -1}, + {"Giesler", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatley", 1, {DICTIONARY_SURNAME}, -1}, + {"السادات", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleinheisterkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Yū", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fujimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Seru", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sindhi Shaikh", 1, {DICTIONARY_SURNAME}, -1}, + {"Barenblat", 1, {DICTIONARY_SURNAME}, -1}, + {"Malet", 1, {DICTIONARY_SURNAME}, -1}, + {"Njeri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seppo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drope", 1, {DICTIONARY_SURNAME}, -1}, + {"Helguera", 1, {DICTIONARY_SURNAME}, -1}, + {"Nnamdi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blassie", 1, {DICTIONARY_SURNAME}, -1}, + {"Lavigne", 1, {DICTIONARY_SURNAME}, -1}, + {"Shumaila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gustloff", 1, {DICTIONARY_SURNAME}, -1}, + {"Crouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Agyepong", 1, {DICTIONARY_SURNAME}, -1}, + {"Schønning", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeffry", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Massing", 1, {DICTIONARY_SURNAME}, -1}, + {"Iwadate", 1, {DICTIONARY_SURNAME}, -1}, + {"Naiko", 1, {DICTIONARY_SURNAME}, -1}, + {"Vail", 1, {DICTIONARY_SURNAME}, -1}, + {"Breivik", 1, {DICTIONARY_SURNAME}, -1}, + {"McGarity", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Amours", 1, {DICTIONARY_SURNAME}, -1}, + {"Altmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoeller", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucky", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dubh Essa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trelawney", 1, {DICTIONARY_SURNAME}, -1}, + {"Vetrov", 1, {DICTIONARY_SURNAME}, -1}, + {"Steindachner", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukushi", 1, {DICTIONARY_SURNAME}, -1}, + {"panera bread", 1, {DICTIONARY_CHAIN}, -1}, + {"Lamarliere", 1, {DICTIONARY_SURNAME}, -1}, + {"Idjerouidène", 1, {DICTIONARY_SURNAME}, -1}, + {"Castrogiovanni", 1, {DICTIONARY_SURNAME}, -1}, + {"Ken'yū", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tillsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Heshmat", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McAlpin", 1, {DICTIONARY_SURNAME}, -1}, + {"Scoggins", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Asem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Luchaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Liourdis", 1, {DICTIONARY_SURNAME}, -1}, + {"Aumeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Verri", 1, {DICTIONARY_SURNAME}, -1}, + {"Waghmare", 1, {DICTIONARY_SURNAME}, -1}, + {"Latimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrebalov", 1, {DICTIONARY_SURNAME}, -1}, + {"joe's crab shacks", 1, {DICTIONARY_CHAIN}, 167}, + {"Cheeseborough", 1, {DICTIONARY_SURNAME}, -1}, + {"Cabell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Urraca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zea", 1, {DICTIONARY_SURNAME}, -1}, + {"Grosskreutz", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcolin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kneller", 1, {DICTIONARY_SURNAME}, -1}, + {"Shestakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aanderud", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarrus", 1, {DICTIONARY_SURNAME}, -1}, + {"Laner", 1, {DICTIONARY_SURNAME}, -1}, + {"De Bruijn", 1, {DICTIONARY_SURNAME}, -1}, + {"Keizō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daly", 1, {DICTIONARY_SURNAME}, -1}, + {"Avenarius", 1, {DICTIONARY_SURNAME}, -1}, + {"Kishida", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Livanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Umeji", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lakshanya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Janša", 1, {DICTIONARY_SURNAME}, -1}, + {"Nattie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masakiyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Normann", 1, {DICTIONARY_SURNAME}, -1}, + {"Staszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Oñate", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinig", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanfstaengl", 1, {DICTIONARY_SURNAME}, -1}, + {"Bennie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fujioka", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Parente", 1, {DICTIONARY_SURNAME}, -1}, + {"Sang", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Acker", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukeš", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderpoorten", 1, {DICTIONARY_SURNAME}, -1}, + {"Weichelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Rest", 1, {DICTIONARY_SURNAME}, -1}, + {"Loganathan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agoult", 1, {DICTIONARY_SURNAME}, -1}, + {"Darvell", 1, {DICTIONARY_SURNAME}, -1}, + {"Geladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Chudina", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikström", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsujimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Delves", 1, {DICTIONARY_SURNAME}, -1}, + {"Yu-jin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pugni", 1, {DICTIONARY_SURNAME}, -1}, + {"Otto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Branislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valadzenkava", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lebrun", 1, {DICTIONARY_SURNAME}, -1}, + {"Clohessy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenyon", 1, {DICTIONARY_SURNAME}, -1}, + {"Petterson", 1, {DICTIONARY_SURNAME}, -1}, + {"Eygló", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shastin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vollmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Shibazaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Lo Russo", 1, {DICTIONARY_SURNAME}, -1}, + {"Goudsmit", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerrie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schönenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Ritscher", 1, {DICTIONARY_SURNAME}, -1}, + {"Churchill", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Narasimha Rao", 1, {DICTIONARY_SURNAME}, -1}, + {"Done", 1, {DICTIONARY_SURNAME}, -1}, + {"Proffitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunaila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanasch", 1, {DICTIONARY_SURNAME}, -1}, + {"Mausami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Davrak", 1, {DICTIONARY_SURNAME}, -1}, + {"Anissa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thomsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Helfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Lizaran", 1, {DICTIONARY_SURNAME}, -1}, + {"Tops", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Gostwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnorr von Carolsfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"McCook", 1, {DICTIONARY_SURNAME}, -1}, + {"Downing", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilev", 1, {DICTIONARY_SURNAME}, -1}, + {"Urte", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Szymkowiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiedemann", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Goldish", 1, {DICTIONARY_SURNAME}, -1}, + {"Wittgenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Legros", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagher", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fanelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukijirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKinstry", 1, {DICTIONARY_SURNAME}, -1}, + {"Venegas", 1, {DICTIONARY_SURNAME}, -1}, + {"Ledić", 1, {DICTIONARY_SURNAME}, -1}, + {"Weerakkody", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaari", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekinci", 1, {DICTIONARY_SURNAME}, -1}, + {"hebs", 1, {DICTIONARY_CHAIN}, 149}, + {"Contador", 1, {DICTIONARY_SURNAME}, -1}, + {"Maron", 1, {DICTIONARY_SURNAME}, -1}, + {"Quinton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lobert", 1, {DICTIONARY_SURNAME}, -1}, + {"Maslennikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Cortelazzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Lobbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Manduzio", 1, {DICTIONARY_SURNAME}, -1}, + {"Scelfo", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheeler", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kaack", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryōsuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Samuelsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyacinthe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rajchman", 1, {DICTIONARY_SURNAME}, -1}, + {"Agatsuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Nike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mac Íomhair", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammerer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehta", 1, {DICTIONARY_SURNAME}, -1}, + {"Pingle", 1, {DICTIONARY_SURNAME}, -1}, + {"Corrales", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallissey", 1, {DICTIONARY_SURNAME}, -1}, + {"Lobeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Harnack", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kellaway", 1, {DICTIONARY_SURNAME}, -1}, + {"Alexandre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sadb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vack", 1, {DICTIONARY_SURNAME}, -1}, + {"Klaus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fauchald", 1, {DICTIONARY_SURNAME}, -1}, + {"Ernan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Česnauskis", 1, {DICTIONARY_SURNAME}, -1}, + {"Segers", 1, {DICTIONARY_SURNAME}, -1}, + {"Anne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Montanaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-bi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pankevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Heikkilä", 1, {DICTIONARY_SURNAME}, -1}, + {"Pahlman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ozil", 1, {DICTIONARY_SURNAME}, -1}, + {"Subotić", 1, {DICTIONARY_SURNAME}, -1}, + {"Auld", 1, {DICTIONARY_SURNAME}, -1}, + {"Guly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Froom", 1, {DICTIONARY_SURNAME}, -1}, + {"Dominiković", 1, {DICTIONARY_SURNAME}, -1}, + {"Facchetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Vohor", 1, {DICTIONARY_SURNAME}, -1}, + {"Virador", 1, {DICTIONARY_SURNAME}, -1}, + {"Kei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petrenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Darel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barash", 1, {DICTIONARY_SURNAME}, -1}, + {"Chetvertkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Freitag", 1, {DICTIONARY_SURNAME}, -1}, + {"Nahomi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Knoop", 1, {DICTIONARY_SURNAME}, -1}, + {"Cronkite", 1, {DICTIONARY_SURNAME}, -1}, + {"Joli", 1, {DICTIONARY_SURNAME}, -1}, + {"Harmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobusada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ablyazov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lomu", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrile", 1, {DICTIONARY_SURNAME}, -1}, + {"Evangelisti", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Adrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Sankaramanchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Orsolya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdolrashidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zagame", 1, {DICTIONARY_SURNAME}, -1}, + {"Bespalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenlay", 1, {DICTIONARY_SURNAME}, -1}, + {"Tubridy", 1, {DICTIONARY_SURNAME}, -1}, + {"Debenham", 1, {DICTIONARY_SURNAME}, -1}, + {"Tae-joon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anapoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Friedmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Athanasius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wiegmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Hovenden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bonikowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Odubiyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Spindel", 1, {DICTIONARY_SURNAME}, -1}, + {"Dawidowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Hironari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ziskind", 1, {DICTIONARY_SURNAME}, -1}, + {"Kashmiri Shaikh", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagman", 1, {DICTIONARY_SURNAME}, -1}, + {"Glatz", 1, {DICTIONARY_SURNAME}, -1}, + {"Asscherick", 1, {DICTIONARY_SURNAME}, -1}, + {"Zimmerli", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadjian", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulemam", 1, {DICTIONARY_SURNAME}, -1}, + {"Aberhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Mizumoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghanchi", 1, {DICTIONARY_SURNAME}, -1}, + {"hard rock cafes", 1, {DICTIONARY_CHAIN}, 147}, + {"Soros", 1, {DICTIONARY_SURNAME}, -1}, + {"Desthuilliers", 1, {DICTIONARY_SURNAME}, -1}, + {"Speas", 1, {DICTIONARY_SURNAME}, -1}, + {"Tichy", 1, {DICTIONARY_SURNAME}, -1}, + {"Barre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Louane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nash", 1, {DICTIONARY_SURNAME}, -1}, + {"Rottoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Daddo", 1, {DICTIONARY_SURNAME}, -1}, + {"Waldenström", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamprey", 1, {DICTIONARY_SURNAME}, -1}, + {"Loban", 1, {DICTIONARY_SURNAME}, -1}, + {"Llatser", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahtijarević", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilmar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valcke", 1, {DICTIONARY_SURNAME}, -1}, + {"Aptsiauri", 1, {DICTIONARY_SURNAME}, -1}, + {"Schickedanz", 1, {DICTIONARY_SURNAME}, -1}, + {"Toyonaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Emmanuelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Javorek", 1, {DICTIONARY_SURNAME}, -1}, + {"In-hye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Katehi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ableman", 1, {DICTIONARY_SURNAME}, -1}, + {"Novy", 1, {DICTIONARY_SURNAME}, -1}, + {"Sierakowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Mostaghim", 1, {DICTIONARY_SURNAME}, -1}, + {"Parseval", 1, {DICTIONARY_SURNAME}, -1}, + {"Huydecoper", 1, {DICTIONARY_SURNAME}, -1}, + {"Burrows", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeoman", 1, {DICTIONARY_SURNAME}, -1}, + {"Mototoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drexel", 1, {DICTIONARY_SURNAME}, -1}, + {"Cressey", 1, {DICTIONARY_SURNAME}, -1}, + {"Giard", 1, {DICTIONARY_SURNAME}, -1}, + {"Shoenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaylock", 1, {DICTIONARY_SURNAME}, -1}, + {"Catherine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pârvulescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Louie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dawodu", 1, {DICTIONARY_SURNAME}, -1}, + {"Avdić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamalov", 1, {DICTIONARY_SURNAME}, -1}, + {"McErlaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidales", 1, {DICTIONARY_SURNAME}, -1}, + {"Annadurai", 1, {DICTIONARY_SURNAME}, -1}, + {"Peterson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cichocki", 1, {DICTIONARY_SURNAME}, -1}, + {"Getzlaf", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheiber", 1, {DICTIONARY_SURNAME}, -1}, + {"Budinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Axtell", 1, {DICTIONARY_SURNAME}, -1}, + {"Fredrickson", 1, {DICTIONARY_SURNAME}, -1}, + {"Finn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arguedas", 1, {DICTIONARY_SURNAME}, -1}, + {"Balter", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Igelström", 1, {DICTIONARY_SURNAME}, -1}, + {"Masiulis", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Hakan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akieremy", 1, {DICTIONARY_SURNAME}, -1}, + {"Pkheidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Vannut", 1, {DICTIONARY_SURNAME}, -1}, + {"Eadberht", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Griffis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakhtang", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Terrie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKitrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Molenaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Gimson", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmetterer", 1, {DICTIONARY_SURNAME}, -1}, + {"Crowder", 1, {DICTIONARY_SURNAME}, -1}, + {"Hathorne", 1, {DICTIONARY_SURNAME}, -1}, + {"Ondarts", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaneko", 1, {DICTIONARY_SURNAME}, -1}, + {"Caples", 1, {DICTIONARY_SURNAME}, -1}, + {"Wanjiru", 1, {DICTIONARY_SURNAME}, -1}, + {"Atanas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Myfanwy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vercoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Hariri", 1, {DICTIONARY_SURNAME}, -1}, + {"Kocijan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gegenbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorobyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Jovel", 1, {DICTIONARY_SURNAME}, -1}, + {"Apukhtin", 1, {DICTIONARY_SURNAME}, -1}, + {"Valigi", 1, {DICTIONARY_SURNAME}, -1}, + {"Weißhaupt", 1, {DICTIONARY_SURNAME}, -1}, + {"Karp", 1, {DICTIONARY_SURNAME}, -1}, + {"Surratt", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahama", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rasskazov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hélder", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chemjong", 1, {DICTIONARY_SURNAME}, -1}, + {"Antić", 1, {DICTIONARY_SURNAME}, -1}, + {"Warring", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Alphen", 1, {DICTIONARY_SURNAME}, -1}, + {"Linke", 1, {DICTIONARY_SURNAME}, -1}, + {"Adoke", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilgar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vågslid", 1, {DICTIONARY_SURNAME}, -1}, + {"Votintsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Atle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ritschl", 1, {DICTIONARY_SURNAME}, -1}, + {"Naseer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tiit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jeria", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahki", 1, {DICTIONARY_SURNAME}, -1}, + {"Adambi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedsegaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Klossowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hansch", 1, {DICTIONARY_SURNAME}, -1}, + {"Bendlowes", 1, {DICTIONARY_SURNAME}, -1}, + {"Akansu", 1, {DICTIONARY_SURNAME}, -1}, + {"Teufel", 1, {DICTIONARY_SURNAME}, -1}, + {"Lippard", 1, {DICTIONARY_SURNAME}, -1}, + {"Alesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Valgaeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Sava", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steward", 1, {DICTIONARY_SURNAME}, -1}, + {"Élie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vorontsevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilk", 1, {DICTIONARY_SURNAME}, -1}, + {"Teodoroiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Adaikalanathan", 1, {DICTIONARY_SURNAME}, -1}, + {"Deep", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Hoorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daimon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ganson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Długosz", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuelazam", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghaznavi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosamund", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schjønberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuyori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verhaegh", 1, {DICTIONARY_SURNAME}, -1}, + {"Krige", 1, {DICTIONARY_SURNAME}, -1}, + {"Ankeny", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehr", 1, {DICTIONARY_SURNAME}, -1}, + {"Chalupová", 1, {DICTIONARY_SURNAME}, -1}, + {"Brudes", 1, {DICTIONARY_SURNAME}, -1}, + {"Keerti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schuldiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Lysenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Segel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hermsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Heinzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Rokurō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roane", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasqualini", 1, {DICTIONARY_SURNAME}, -1}, + {"Urve", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Getahun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Haanappel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunimitsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Zyl", 1, {DICTIONARY_SURNAME}, -1}, + {"Boster", 1, {DICTIONARY_SURNAME}, -1}, + {"Helmuth", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aukusitino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flávio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thiébaut", 1, {DICTIONARY_SURNAME}, -1}, + {"Bower", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldisseri", 1, {DICTIONARY_SURNAME}, -1}, + {"Hortense", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"bell", 1, {DICTIONARY_CHAIN}, -1}, + {"Itoh", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ostade", 1, {DICTIONARY_SURNAME}, -1}, + {"Headlam", 1, {DICTIONARY_SURNAME}, -1}, + {"Rifat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abro", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zoricic", 1, {DICTIONARY_SURNAME}, -1}, + {"Linsay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lamble", 1, {DICTIONARY_SURNAME}, -1}, + {"Tesshū", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vachetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Dubhagáinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikurō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pavlenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanian", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipton", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhys Davids", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiror", 1, {DICTIONARY_SURNAME}, -1}, + {"Flippin", 1, {DICTIONARY_SURNAME}, -1}, + {"Acea", 1, {DICTIONARY_SURNAME}, -1}, + {"Jónsson", 1, {DICTIONARY_SURNAME}, -1}, + {"sparkasse", 1, {DICTIONARY_CHAIN}, -1}, + {"Akhyadov", 1, {DICTIONARY_SURNAME}, -1}, + {"Umezu", 1, {DICTIONARY_SURNAME}, -1}, + {"Cawthra", 1, {DICTIONARY_SURNAME}, -1}, + {"Shintarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aaness", 1, {DICTIONARY_SURNAME}, -1}, + {"Brukman", 1, {DICTIONARY_SURNAME}, -1}, + {"campsa", 1, {DICTIONARY_CHAIN}, -1}, + {"Abulí", 1, {DICTIONARY_SURNAME}, -1}, + {"Heflin", 1, {DICTIONARY_SURNAME}, -1}, + {"Dejardin", 1, {DICTIONARY_SURNAME}, -1}, + {"Pomerants", 1, {DICTIONARY_SURNAME}, -1}, + {"Pratten", 1, {DICTIONARY_SURNAME}, -1}, + {"Erinle", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Garofalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Klimt", 1, {DICTIONARY_SURNAME}, -1}, + {"Macarena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lissauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Botero", 1, {DICTIONARY_SURNAME}, -1}, + {"Varesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Walach", 1, {DICTIONARY_SURNAME}, -1}, + {"Momoe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Derringer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rebok", 1, {DICTIONARY_SURNAME}, -1}, + {"Adshead", 1, {DICTIONARY_SURNAME}, -1}, + {"Maruyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Louis-Alphonse", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McFaddin", 1, {DICTIONARY_SURNAME}, -1}, + {"Akl", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ülo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"white castle", 1, {DICTIONARY_CHAIN}, -1}, + {"Tabitha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Satie", 1, {DICTIONARY_SURNAME}, -1}, + {"nissan", 1, {DICTIONARY_CHAIN}, -1}, + {"Diego Velázquez", 1, {DICTIONARY_SURNAME}, -1}, + {"Gargan", 1, {DICTIONARY_SURNAME}, -1}, + {"Aisher", 1, {DICTIONARY_SURNAME}, -1}, + {"Cashmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Zajc", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratmansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Jobson", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Valentenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadoorie family", 1, {DICTIONARY_SURNAME}, -1}, + {"Cortelyou", 1, {DICTIONARY_SURNAME}, -1}, + {"Mauroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Iroegbu", 1, {DICTIONARY_SURNAME}, -1}, + {"outback steakhouse", 1, {DICTIONARY_CHAIN}, -1}, + {"Akhmadieva", 1, {DICTIONARY_SURNAME}, -1}, + {"Danto", 1, {DICTIONARY_SURNAME}, -1}, + {"Sa‘id", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Heyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Padar", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuster", 1, {DICTIONARY_SURNAME}, -1}, + {"Herendeen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sikora", 1, {DICTIONARY_SURNAME}, -1}, + {"Dehlavi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lecuona", 1, {DICTIONARY_SURNAME}, -1}, + {"Trebilcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferebee", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukumura", 1, {DICTIONARY_SURNAME}, -1}, + {"Galbreath", 1, {DICTIONARY_SURNAME}, -1}, + {"Mišek", 1, {DICTIONARY_SURNAME}, -1}, + {"Deepti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alfano", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanganu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-jae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wagdy", 1, {DICTIONARY_SURNAME}, -1}, + {"Gersz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Renée", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Genzebe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coucke", 1, {DICTIONARY_SURNAME}, -1}, + {"Arlette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jabir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bruen", 1, {DICTIONARY_SURNAME}, -1}, + {"Semenzato", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiori", 1, {DICTIONARY_SURNAME}, -1}, + {"Byck", 1, {DICTIONARY_SURNAME}, -1}, + {"Semionova", 1, {DICTIONARY_SURNAME}, -1}, + {"Abedzadeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Hutson", 1, {DICTIONARY_SURNAME}, -1}, + {"Rüegg", 1, {DICTIONARY_SURNAME}, -1}, + {"Lourenço", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Charity", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alum", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshoku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"ponderosa steak house", 1, {DICTIONARY_CHAIN}, 211}, + {"Tsunei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vouk", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrientos", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorilhon", 1, {DICTIONARY_SURNAME}, -1}, + {"Markkula", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Tilburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Māhoe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lederberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Aladekoba", 1, {DICTIONARY_SURNAME}, -1}, + {"Eberle", 1, {DICTIONARY_SURNAME}, -1}, + {"Svatopluk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trussell", 1, {DICTIONARY_SURNAME}, -1}, + {"Dandoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodchild", 1, {DICTIONARY_SURNAME}, -1}, + {"Jasiński", 1, {DICTIONARY_SURNAME}, -1}, + {"McBerry", 1, {DICTIONARY_SURNAME}, -1}, + {"Dietzgen", 1, {DICTIONARY_SURNAME}, -1}, + {"McKagan", 1, {DICTIONARY_SURNAME}, -1}, + {"Yuiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ohlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ants", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lannon", 1, {DICTIONARY_SURNAME}, -1}, + {"De'Ath", 1, {DICTIONARY_SURNAME}, -1}, + {"Zverev", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Avril", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pylkkänen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lippo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCordic", 1, {DICTIONARY_SURNAME}, -1}, + {"Droste zu Vischering", 1, {DICTIONARY_SURNAME}, -1}, + {"Kripal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scottie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vriesekoop", 1, {DICTIONARY_SURNAME}, -1}, + {"Deleuze", 1, {DICTIONARY_SURNAME}, -1}, + {"Benn", 1, {DICTIONARY_SURNAME}, -1}, + {"Maggi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paull", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alderman", 1, {DICTIONARY_SURNAME}, -1}, + {"Govender", 1, {DICTIONARY_SURNAME}, -1}, + {"Woźniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Drake", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ewan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Neumark", 1, {DICTIONARY_SURNAME}, -1}, + {"Agalarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ecklund", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilke", 1, {DICTIONARY_SURNAME}, -1}, + {"Thandan", 1, {DICTIONARY_SURNAME}, -1}, + {"Popelin", 1, {DICTIONARY_SURNAME}, -1}, + {"proxi", 1, {DICTIONARY_CHAIN}, -1}, + {"Priya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Holtslag", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulwer-Lytton", 1, {DICTIONARY_SURNAME}, -1}, + {"Neutert", 1, {DICTIONARY_SURNAME}, -1}, + {"Declan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Isaman", 1, {DICTIONARY_SURNAME}, -1}, + {"Růžek", 1, {DICTIONARY_SURNAME}, -1}, + {"Balcan", 1, {DICTIONARY_SURNAME}, -1}, + {"Safonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovpak", 1, {DICTIONARY_SURNAME}, -1}, + {"Samardžić", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeon-seok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"L'Estrange", 1, {DICTIONARY_SURNAME}, -1}, + {"Fyodorov", 1, {DICTIONARY_SURNAME}, -1}, + {"Yaglom", 1, {DICTIONARY_SURNAME}, -1}, + {"Helmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Favero", 1, {DICTIONARY_SURNAME}, -1}, + {"Galvani", 1, {DICTIONARY_SURNAME}, -1}, + {"Forscutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaagman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasylieva", 1, {DICTIONARY_SURNAME}, -1}, + {"Thijssen", 1, {DICTIONARY_SURNAME}, -1}, + {"Raviola", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Maćkowiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Benyon", 1, {DICTIONARY_SURNAME}, -1}, + {"Budak", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerasim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schämer", 1, {DICTIONARY_SURNAME}, -1}, + {"Csurka", 1, {DICTIONARY_SURNAME}, -1}, + {"Claudie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Halvorsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselica", 1, {DICTIONARY_SURNAME}, -1}, + {"jack astor's bar and grill", 1, {DICTIONARY_CHAIN}, 163}, + {"Vasquez", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrakas", 1, {DICTIONARY_SURNAME}, -1}, + {"Russo", 1, {DICTIONARY_SURNAME}, -1}, + {"Fujisawa", 1, {DICTIONARY_SURNAME}, -1}, + {"A'Beckett", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermaak", 1, {DICTIONARY_SURNAME}, -1}, + {"McClean", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogedegbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Huizenga", 1, {DICTIONARY_SURNAME}, -1}, + {"Allis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sultan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mhic Amhalaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"planet hollywood", 1, {DICTIONARY_CHAIN}, -1}, + {"Menegazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nimani", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Samokish", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelso", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Padalino", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mhic Raonaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamersley", 1, {DICTIONARY_SURNAME}, -1}, + {"Sofuoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Mstislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gatfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Brueckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Mengsk", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasara", 1, {DICTIONARY_SURNAME}, -1}, + {"Rovina", 1, {DICTIONARY_SURNAME}, -1}, + {"Aartoma", 1, {DICTIONARY_SURNAME}, -1}, + {"Quackenbush", 1, {DICTIONARY_SURNAME}, -1}, + {"Igudesman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaisser", 1, {DICTIONARY_SURNAME}, -1}, + {"Kakichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dąmbski", 1, {DICTIONARY_SURNAME}, -1}, + {"Koezuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Howedes", 1, {DICTIONARY_SURNAME}, -1}, + {"Fick", 1, {DICTIONARY_SURNAME}, -1}, + {"Funck", 1, {DICTIONARY_SURNAME}, -1}, + {"Amadei", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeyratne", 1, {DICTIONARY_SURNAME}, -1}, + {"Grandidier", 1, {DICTIONARY_SURNAME}, -1}, + {"Sokk", 1, {DICTIONARY_SURNAME}, -1}, + {"Petronella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anfossi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Stones", 1, {DICTIONARY_SURNAME}, -1}, + {"Tétrault", 1, {DICTIONARY_SURNAME}, -1}, + {"Jolicoeur", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghella", 1, {DICTIONARY_SURNAME}, -1}, + {"Damasco", 1, {DICTIONARY_SURNAME}, -1}, + {"coldstone", 1, {DICTIONARY_CHAIN}, 109}, + {"Pugin", 1, {DICTIONARY_SURNAME}, -1}, + {"Alailefaleula", 1, {DICTIONARY_SURNAME}, -1}, + {"Oh-seong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vriesde", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelshauser", 1, {DICTIONARY_SURNAME}, -1}, + {"Vis", 1, {DICTIONARY_SURNAME}, -1}, + {"Schellinks", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukitoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pounder", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumholtz", 1, {DICTIONARY_SURNAME}, -1}, + {"Holman", 1, {DICTIONARY_SURNAME}, -1}, + {"Joseph-François", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Filiz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Von Braun", 1, {DICTIONARY_SURNAME}, -1}, + {"Loughner", 1, {DICTIONARY_SURNAME}, -1}, + {"Higdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hubbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Milivojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Lumley", 1, {DICTIONARY_SURNAME}, -1}, + {"Godden", 1, {DICTIONARY_SURNAME}, -1}, + {"Horman", 1, {DICTIONARY_SURNAME}, -1}, + {"Akimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Berény", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wassertrilling", 1, {DICTIONARY_SURNAME}, -1}, + {"Futrelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Benini", 1, {DICTIONARY_SURNAME}, -1}, + {"Richetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Caimbeul", 1, {DICTIONARY_SURNAME}, -1}, + {"Dessewffy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyntra", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardon", 1, {DICTIONARY_SURNAME}, -1}, + {"Adkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Khalid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Amico", 1, {DICTIONARY_SURNAME}, -1}, + {"Rashid al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vierklau", 1, {DICTIONARY_SURNAME}, -1}, + {"Valentényi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vladu", 1, {DICTIONARY_SURNAME}, -1}, + {"Duverger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vronskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Rost", 1, {DICTIONARY_SURNAME}, -1}, + {"Trudy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Somers", 1, {DICTIONARY_SURNAME}, -1}, + {"Morrice", 1, {DICTIONARY_SURNAME}, -1}, + {"Varon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilasuso", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshihisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCaffrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Promes", 1, {DICTIONARY_SURNAME}, -1}, + {"Saffar", 1, {DICTIONARY_SURNAME}, -1}, + {"Sazanovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Malamud", 1, {DICTIONARY_SURNAME}, -1}, + {"Joo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mirson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eckart", 1, {DICTIONARY_SURNAME}, -1}, + {"Rocchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Huuskonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Zimbalist", 1, {DICTIONARY_SURNAME}, -1}, + {"Strub", 1, {DICTIONARY_SURNAME}, -1}, + {"Joeckel", 1, {DICTIONARY_SURNAME}, -1}, + {"Horrocks", 1, {DICTIONARY_SURNAME}, -1}, + {"Helnwein", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorati", 1, {DICTIONARY_SURNAME}, -1}, + {"Colegate", 1, {DICTIONARY_SURNAME}, -1}, + {"Višnar", 1, {DICTIONARY_SURNAME}, -1}, + {"Asnyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Eglītis", 1, {DICTIONARY_SURNAME}, -1}, + {"Florentina", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Þórðarson", 1, {DICTIONARY_SURNAME}, -1}, + {"Blažević", 1, {DICTIONARY_SURNAME}, -1}, + {"Reece", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinder", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoogerwerf", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwegel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hincks", 1, {DICTIONARY_SURNAME}, -1}, + {"papa johns pizza", 1, {DICTIONARY_CHAIN}, 200}, + {"Tilbrook", 1, {DICTIONARY_SURNAME}, -1}, + {"Zincke", 1, {DICTIONARY_SURNAME}, -1}, + {"Kryukov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mertz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mansel", 1, {DICTIONARY_SURNAME}, -1}, + {"Rombley", 1, {DICTIONARY_SURNAME}, -1}, + {"Almqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuna", 1, {DICTIONARY_SURNAME}, -1}, + {"Warraq", 1, {DICTIONARY_SURNAME}, -1}, + {"Heathcote", 1, {DICTIONARY_SURNAME}, -1}, + {"Sturrock", 1, {DICTIONARY_SURNAME}, -1}, + {"Dressler", 1, {DICTIONARY_SURNAME}, -1}, + {"Villaraigosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Scannell", 1, {DICTIONARY_SURNAME}, -1}, + {"Bebout", 1, {DICTIONARY_SURNAME}, -1}, + {"Wisse", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tambroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Shibley", 1, {DICTIONARY_SURNAME}, -1}, + {"Smeet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haslett", 1, {DICTIONARY_SURNAME}, -1}, + {"Farah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heineken", 1, {DICTIONARY_SURNAME}, -1}, + {"Gegenfurtner", 1, {DICTIONARY_SURNAME}, -1}, + {"McRath", 1, {DICTIONARY_SURNAME}, -1}, + {"Lacordaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Josif", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Delaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Beechman", 1, {DICTIONARY_SURNAME}, -1}, + {"Cerone", 1, {DICTIONARY_SURNAME}, -1}, + {"Potapenko", 1, {DICTIONARY_SURNAME}, -1}, + {"McClary", 1, {DICTIONARY_SURNAME}, -1}, + {"Arumugam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Farnell", 1, {DICTIONARY_SURNAME}, -1}, + {"McEleny", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawkinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Dihanich", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshisada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Emerick", 1, {DICTIONARY_SURNAME}, -1}, + {"Fekete", 1, {DICTIONARY_SURNAME}, -1}, + {"Aydoğdu", 1, {DICTIONARY_SURNAME}, -1}, + {"Patarkatsishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Mommsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Cousteau", 1, {DICTIONARY_SURNAME}, -1}, + {"Halphen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sziklai", 1, {DICTIONARY_SURNAME}, -1}, + {"Sikdar", 1, {DICTIONARY_SURNAME}, -1}, + {"Hani", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dzafič", 1, {DICTIONARY_SURNAME}, -1}, + {"Pachman", 1, {DICTIONARY_SURNAME}, -1}, + {"Błaszczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Valatka", 1, {DICTIONARY_SURNAME}, -1}, + {"Brewer", 1, {DICTIONARY_SURNAME}, -1}, + {"Duncanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Afakirya", 1, {DICTIONARY_SURNAME}, -1}, + {"Maccanico", 1, {DICTIONARY_SURNAME}, -1}, + {"Pastan", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaloupka", 1, {DICTIONARY_SURNAME}, -1}, + {"MacNutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Chesney", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"LeClerc", 1, {DICTIONARY_SURNAME}, -1}, + {"Yemm", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaapanda", 1, {DICTIONARY_SURNAME}, -1}, + {"Duane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"sbarros", 1, {DICTIONARY_CHAIN}, 228}, + {"Sandidge", 1, {DICTIONARY_SURNAME}, -1}, + {"Cabel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasay", 1, {DICTIONARY_SURNAME}, -1}, + {"Ághová", 1, {DICTIONARY_SURNAME}, -1}, + {"Cibulková", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekavedi", 1, {DICTIONARY_SURNAME}, -1}, + {"Divila", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitakić", 1, {DICTIONARY_SURNAME}, -1}, + {"Seay", 1, {DICTIONARY_SURNAME}, -1}, + {"Oke", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kiep", 1, {DICTIONARY_SURNAME}, -1}, + {"McElhenney", 1, {DICTIONARY_SURNAME}, -1}, + {"Talankin", 1, {DICTIONARY_SURNAME}, -1}, + {"Chekunov", 1, {DICTIONARY_SURNAME}, -1}, + {"Asmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goicoechea", 1, {DICTIONARY_SURNAME}, -1}, + {"Choate", 1, {DICTIONARY_SURNAME}, -1}, + {"Frizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobosiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Billings", 1, {DICTIONARY_SURNAME}, -1}, + {"Ďurica", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilček", 1, {DICTIONARY_SURNAME}, -1}, + {"Strachan", 1, {DICTIONARY_SURNAME}, -1}, + {"Akesuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruce", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Serap", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alexius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andropov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambrechts", 1, {DICTIONARY_SURNAME}, -1}, + {"DeVito", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamadani", 1, {DICTIONARY_SURNAME}, -1}, + {"Kempner", 1, {DICTIONARY_SURNAME}, -1}, + {"Dacres", 1, {DICTIONARY_SURNAME}, -1}, + {"Grady", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McIlravy", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-ha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sung-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Begley", 1, {DICTIONARY_SURNAME}, -1}, + {"Gudelj", 1, {DICTIONARY_SURNAME}, -1}, + {"Romano", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hout", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendren", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Néill", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidaković", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukushima", 1, {DICTIONARY_SURNAME}, -1}, + {"De Villaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Piersanti", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tarr", 1, {DICTIONARY_SURNAME}, -1}, + {"Akintonde", 1, {DICTIONARY_SURNAME}, -1}, + {"Zilberman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bianca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Eede", 1, {DICTIONARY_SURNAME}, -1}, + {"Rochfort", 1, {DICTIONARY_SURNAME}, -1}, + {"Donaghy", 1, {DICTIONARY_SURNAME}, -1}, + {"Galina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hisayo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mutti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vugdalić", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurdeep", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Delgadillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Caryn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Areshchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Bini", 1, {DICTIONARY_SURNAME}, -1}, + {"Akpovi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadelburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandervis", 1, {DICTIONARY_SURNAME}, -1}, + {"Winiarski", 1, {DICTIONARY_SURNAME}, -1}, + {"del tacos", 1, {DICTIONARY_CHAIN}, 123}, + {"Jaroš", 1, {DICTIONARY_SURNAME}, -1}, + {"Shveitser", 1, {DICTIONARY_SURNAME}, -1}, + {"Huyghue", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavra", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vadher", 1, {DICTIONARY_SURNAME}, -1}, + {"Agritis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruža", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hudak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghiță", 1, {DICTIONARY_SURNAME}, -1}, + {"Valyukevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertholds", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Blankers", 1, {DICTIONARY_SURNAME}, -1}, + {"Eager", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulahi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsugiharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garibald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jemande", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sânmărtean", 1, {DICTIONARY_SURNAME}, -1}, + {"Csupó", 1, {DICTIONARY_SURNAME}, -1}, + {"Joshua", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Holm", 1, {DICTIONARY_SURNAME}, -1}, + {"Putt", 1, {DICTIONARY_SURNAME}, -1}, + {"Осинцева", 1, {DICTIONARY_SURNAME}, -1}, + {"Bankier", 1, {DICTIONARY_SURNAME}, -1}, + {"Raoult", 1, {DICTIONARY_SURNAME}, -1}, + {"Behncke", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nagelberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Navin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Parler family", 1, {DICTIONARY_SURNAME}, -1}, + {"Þorláksson", 1, {DICTIONARY_SURNAME}, -1}, + {"Feagin", 1, {DICTIONARY_SURNAME}, -1}, + {"Naquin", 1, {DICTIONARY_SURNAME}, -1}, + {"Emond", 1, {DICTIONARY_SURNAME}, -1}, + {"Lakić", 1, {DICTIONARY_SURNAME}, -1}, + {"Bostick", 1, {DICTIONARY_SURNAME}, -1}, + {"Varvarides", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasuei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hauman", 1, {DICTIONARY_SURNAME}, -1}, + {"Panafieu", 1, {DICTIONARY_SURNAME}, -1}, + {"Volmink", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayuru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sammut", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masoumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wataru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cassutto", 1, {DICTIONARY_SURNAME}, -1}, + {"Langerhans", 1, {DICTIONARY_SURNAME}, -1}, + {"McVety", 1, {DICTIONARY_SURNAME}, -1}, + {"Wexelsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pumphrey", 1, {DICTIONARY_SURNAME}, -1}, + {"mk restaurant", 1, {DICTIONARY_CHAIN}, -1}, + {"Clack", 1, {DICTIONARY_SURNAME}, -1}, + {"Sotomayor", 1, {DICTIONARY_SURNAME}, -1}, + {"Japaridze", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamman", 1, {DICTIONARY_SURNAME}, -1}, + {"Spruell", 1, {DICTIONARY_SURNAME}, -1}, + {"Arntzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Colette", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Katherine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Borgström", 1, {DICTIONARY_SURNAME}, -1}, + {"Summerhayes", 1, {DICTIONARY_SURNAME}, -1}, + {"Pusić", 1, {DICTIONARY_SURNAME}, -1}, + {"Stjernquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaha", 1, {DICTIONARY_SURNAME}, -1}, + {"Horáček", 1, {DICTIONARY_SURNAME}, -1}, + {"Volodin", 1, {DICTIONARY_SURNAME}, -1}, + {"Con", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schink", 1, {DICTIONARY_SURNAME}, -1}, + {"Steers", 1, {DICTIONARY_SURNAME}, -1}, + {"Vašut", 1, {DICTIONARY_SURNAME}, -1}, + {"Rossignol", 1, {DICTIONARY_SURNAME}, -1}, + {"Esguerra", 1, {DICTIONARY_SURNAME}, -1}, + {"Ristovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Arden", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyun-sik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cohan", 1, {DICTIONARY_SURNAME}, -1}, + {"Aspdin", 1, {DICTIONARY_SURNAME}, -1}, + {"Koll", 1, {DICTIONARY_SURNAME}, -1}, + {"Dieulafoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Potanin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gagnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Szczepański", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahıskalı", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauerwein", 1, {DICTIONARY_SURNAME}, -1}, + {"Buchberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Govere", 1, {DICTIONARY_SURNAME}, -1}, + {"Aksu", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehmeti", 1, {DICTIONARY_SURNAME}, -1}, + {"Parekura", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vourgoutzis", 1, {DICTIONARY_SURNAME}, -1}, + {"Michelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Korver", 1, {DICTIONARY_SURNAME}, -1}, + {"Evangelos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deedee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wellington", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Haokip", 1, {DICTIONARY_SURNAME}, -1}, + {"Cutter", 1, {DICTIONARY_SURNAME}, -1}, + {"Plečnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Carl Frederick", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vereshchak", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeşil", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Voort", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Karim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cockx", 1, {DICTIONARY_SURNAME}, -1}, + {"Brisbane", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisaaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bekenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Brochwitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaagup", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tanoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghandy", 1, {DICTIONARY_SURNAME}, -1}, + {"Tolan", 1, {DICTIONARY_SURNAME}, -1}, + {"Netter", 1, {DICTIONARY_SURNAME}, -1}, + {"Guderzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Gunten", 1, {DICTIONARY_SURNAME}, -1}, + {"Takeya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schmitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Rahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Acker", 1, {DICTIONARY_SURNAME}, -1}, + {"Guttenplan", 1, {DICTIONARY_SURNAME}, -1}, + {"Abasıyanık", 1, {DICTIONARY_SURNAME}, -1}, + {"Haislip", 1, {DICTIONARY_SURNAME}, -1}, + {"Horvat", 1, {DICTIONARY_SURNAME}, -1}, + {"Piorkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hospod", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghannouchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyglazov", 1, {DICTIONARY_SURNAME}, -1}, + {"Milano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Uçar", 1, {DICTIONARY_SURNAME}, -1}, + {"Boie", 1, {DICTIONARY_SURNAME}, -1}, + {"Vouthilath", 1, {DICTIONARY_SURNAME}, -1}, + {"Remigijus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bergh", 1, {DICTIONARY_SURNAME}, -1}, + {"Georget", 1, {DICTIONARY_SURNAME}, -1}, + {"Kindler", 1, {DICTIONARY_SURNAME}, -1}, + {"Nimbalkar", 1, {DICTIONARY_SURNAME}, -1}, + {"banco do brasil", 1, {DICTIONARY_CHAIN}, -1}, + {"Murnane", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegewald", 1, {DICTIONARY_SURNAME}, -1}, + {"Abedinejad", 1, {DICTIONARY_SURNAME}, -1}, + {"Hu", 1, {DICTIONARY_SURNAME}, -1}, + {"Afary", 1, {DICTIONARY_SURNAME}, -1}, + {"Nini", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandel", 1, {DICTIONARY_SURNAME}, -1}, + {"Mindell", 1, {DICTIONARY_SURNAME}, -1}, + {"Magnago", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablaß", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavlychko", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanım", 1, {DICTIONARY_SURNAME}, -1}, + {"Ovington", 1, {DICTIONARY_SURNAME}, -1}, + {"Fleiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Venno", 1, {DICTIONARY_SURNAME}, -1}, + {"Courthope", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorofeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ofere", 1, {DICTIONARY_SURNAME}, -1}, + {"Minali", 1, {DICTIONARY_SURNAME}, -1}, + {"Peters", 1, {DICTIONARY_SURNAME}, -1}, + {"Grabowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabella", 1, {DICTIONARY_SURNAME}, -1}, + {"Staunton", 1, {DICTIONARY_SURNAME}, -1}, + {"MacGregor", 1, {DICTIONARY_SURNAME}, -1}, + {"Apostle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ayano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bassler", 1, {DICTIONARY_SURNAME}, -1}, + {"Aoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Hecke", 1, {DICTIONARY_SURNAME}, -1}, + {"Qubain Family", 1, {DICTIONARY_SURNAME}, -1}, + {"Saverio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"DeWine", 1, {DICTIONARY_SURNAME}, -1}, + {"Min-kyung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"j f kennedy", 1, {DICTIONARY_NAMED_PERSON}, 281}, + {"Piersandro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Foakes", 1, {DICTIONARY_SURNAME}, -1}, + {"Vondung", 1, {DICTIONARY_SURNAME}, -1}, + {"McCullouch", 1, {DICTIONARY_SURNAME}, -1}, + {"Garson", 1, {DICTIONARY_SURNAME}, -1}, + {"Cowen", 1, {DICTIONARY_SURNAME}, -1}, + {"Jallow", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkraseranee", 1, {DICTIONARY_SURNAME}, -1}, + {"Aimbetov", 1, {DICTIONARY_SURNAME}, -1}, + {"McGroarty", 1, {DICTIONARY_SURNAME}, -1}, + {"Saorlaith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacArthur", 1, {DICTIONARY_SURNAME}, -1}, + {"Fouquet", 1, {DICTIONARY_SURNAME}, -1}, + {"Mishchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Iribarne", 1, {DICTIONARY_SURNAME}, -1}, + {"Fahri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Graf", 1, {DICTIONARY_SURNAME}, -1}, + {"Habecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonaparte", 1, {DICTIONARY_SURNAME}, -1}, + {"Tribuson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tozawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Anderiesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwang-hwan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Voltz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kroemer", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoneburgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Conlee", 1, {DICTIONARY_SURNAME}, -1}, + {"Waisome", 1, {DICTIONARY_SURNAME}, -1}, + {"Eisenmann", 1, {DICTIONARY_SURNAME}, -1}, + {"k mart", 1, {DICTIONARY_CHAIN}, 171}, + {"Scalapino", 1, {DICTIONARY_SURNAME}, -1}, + {"Štepanovský", 1, {DICTIONARY_SURNAME}, -1}, + {"Siegler", 1, {DICTIONARY_SURNAME}, -1}, + {"Stupak", 1, {DICTIONARY_SURNAME}, -1}, + {"Javadi", 1, {DICTIONARY_SURNAME}, -1}, + {"De Regt", 1, {DICTIONARY_SURNAME}, -1}, + {"Lynnette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Annys", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalliopi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veatch", 1, {DICTIONARY_SURNAME}, -1}, + {"Belinda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mieko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"D'Avena", 1, {DICTIONARY_SURNAME}, -1}, + {"Brewington", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellerstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Caprara", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adelino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zemach", 1, {DICTIONARY_SURNAME}, -1}, + {"Rashid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maglevannaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballerini", 1, {DICTIONARY_SURNAME}, -1}, + {"Takuto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Payton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Corbould", 1, {DICTIONARY_SURNAME}, -1}, + {"Dereli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ursinus", 1, {DICTIONARY_SURNAME}, -1}, + {"Begleiter", 1, {DICTIONARY_SURNAME}, -1}, + {"La Vecchia", 1, {DICTIONARY_SURNAME}, -1}, + {"Edrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Santorum", 1, {DICTIONARY_SURNAME}, -1}, + {"Hube", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Litvinchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrial", 1, {DICTIONARY_SURNAME}, -1}, + {"Cibulka", 1, {DICTIONARY_SURNAME}, -1}, + {"Jergenia", 1, {DICTIONARY_SURNAME}, -1}, + {"Mookerjee", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosbaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuntz", 1, {DICTIONARY_SURNAME}, -1}, + {"Braginsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollack", 1, {DICTIONARY_SURNAME}, -1}, + {"Victori", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattityahu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cheatle", 1, {DICTIONARY_SURNAME}, -1}, + {"Yazar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"h and ms", 1, {DICTIONARY_CHAIN}, 145}, + {"Bunkichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mordecai", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mitsukazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Errichetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nicolson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalhora", 1, {DICTIONARY_SURNAME}, -1}, + {"Burgoyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Quow", 1, {DICTIONARY_SURNAME}, -1}, + {"Duchesne", 1, {DICTIONARY_SURNAME}, -1}, + {"McMorran", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartoň", 1, {DICTIONARY_SURNAME}, -1}, + {"Chadov", 1, {DICTIONARY_SURNAME}, -1}, + {"Skilton", 1, {DICTIONARY_SURNAME}, -1}, + {"Assenmacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Willesee", 1, {DICTIONARY_SURNAME}, -1}, + {"Taneomi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGlashan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ågren", 1, {DICTIONARY_SURNAME}, -1}, + {"Fadeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaschka", 1, {DICTIONARY_SURNAME}, -1}, + {"Raftery", 1, {DICTIONARY_SURNAME}, -1}, + {"Lyfing", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fontibus", 1, {DICTIONARY_SURNAME}, -1}, + {"Vagana", 1, {DICTIONARY_SURNAME}, -1}, + {"Roatta", 1, {DICTIONARY_SURNAME}, -1}, + {"Savile", 1, {DICTIONARY_SURNAME}, -1}, + {"McPhun", 1, {DICTIONARY_SURNAME}, -1}, + {"Wendenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Haugaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Versteegh", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheheen", 1, {DICTIONARY_SURNAME}, -1}, + {"Cecco", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bengi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mounier", 1, {DICTIONARY_SURNAME}, -1}, + {"e leclerc", 1, {DICTIONARY_CHAIN}, 131}, + {"Ilaria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lovejoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Palavandishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Lâm", 1, {DICTIONARY_SURNAME}, -1}, + {"Burgwyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanić", 1, {DICTIONARY_SURNAME}, -1}, + {"Fumie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blegywryd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gubarev", 1, {DICTIONARY_SURNAME}, -1}, + {"Richie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jung-nam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Miluše", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cocozza", 1, {DICTIONARY_SURNAME}, -1}, + {"ponderosa steakhouse", 1, {DICTIONARY_CHAIN}, -1}, + {"Verhagen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayuka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boselli", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleinmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Voake", 1, {DICTIONARY_SURNAME}, -1}, + {"Holzapfel", 1, {DICTIONARY_SURNAME}, -1}, + {"Stammberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Abinanti", 1, {DICTIONARY_SURNAME}, -1}, + {"Goebels", 1, {DICTIONARY_SURNAME}, -1}, + {"Szuminski", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Isibor", 1, {DICTIONARY_SURNAME}, -1}, + {"Wangari", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oosting", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikhalkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Achten", 1, {DICTIONARY_SURNAME}, -1}, + {"Chanter", 1, {DICTIONARY_SURNAME}, -1}, + {"Sehgal", 1, {DICTIONARY_SURNAME}, -1}, + {"Man-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tanoue", 1, {DICTIONARY_SURNAME}, -1}, + {"Kandarr", 1, {DICTIONARY_SURNAME}, -1}, + {"Figgins", 1, {DICTIONARY_SURNAME}, -1}, + {"Sackville", 1, {DICTIONARY_SURNAME}, -1}, + {"Ieyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McFetridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Southard", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruhullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ginger", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Argent", 1, {DICTIONARY_SURNAME}, -1}, + {"Cathala", 1, {DICTIONARY_SURNAME}, -1}, + {"Dasmunsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Grupper", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldschmitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Redler", 1, {DICTIONARY_SURNAME}, -1}, + {"Venet", 1, {DICTIONARY_SURNAME}, -1}, + {"Maina", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Healey", 1, {DICTIONARY_SURNAME}, -1}, + {"Rousseau", 1, {DICTIONARY_SURNAME}, -1}, + {"m l k", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Wadding", 1, {DICTIONARY_SURNAME}, -1}, + {"Biel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Francies", 1, {DICTIONARY_SURNAME}, -1}, + {"Kakhovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Brichta", 1, {DICTIONARY_SURNAME}, -1}, + {"Somorjai", 1, {DICTIONARY_SURNAME}, -1}, + {"Peay", 1, {DICTIONARY_SURNAME}, -1}, + {"Mock", 1, {DICTIONARY_SURNAME}, -1}, + {"Viaene", 1, {DICTIONARY_SURNAME}, -1}, + {"Aker", 1, {DICTIONARY_SURNAME}, -1}, + {"Darko", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Whitman", 1, {DICTIONARY_SURNAME}, -1}, + {"Armaan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bagoly", 1, {DICTIONARY_SURNAME}, -1}, + {"Nesterenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Vtyurin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ailara", 1, {DICTIONARY_SURNAME}, -1}, + {"Uhlig", 1, {DICTIONARY_SURNAME}, -1}, + {"Hempstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Wyke", 1, {DICTIONARY_SURNAME}, -1}, + {"Burić", 1, {DICTIONARY_SURNAME}, -1}, + {"Birgisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Victorino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adelsbo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vůjtek", 1, {DICTIONARY_SURNAME}, -1}, + {"McInnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Schelhaas", 1, {DICTIONARY_SURNAME}, -1}, + {"Clerico", 1, {DICTIONARY_SURNAME}, -1}, + {"Rybár", 1, {DICTIONARY_SURNAME}, -1}, + {"Naldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Briggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Konstantina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"alfamart", 1, {DICTIONARY_CHAIN}, -1}, + {"Aizue", 1, {DICTIONARY_SURNAME}, -1}, + {"Ritschel", 1, {DICTIONARY_SURNAME}, -1}, + {"Jess", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tetsuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drayson", 1, {DICTIONARY_SURNAME}, -1}, + {"nationwide", 1, {DICTIONARY_CHAIN}, -1}, + {"Hashmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gamō", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekblad", 1, {DICTIONARY_SURNAME}, -1}, + {"Luster", 1, {DICTIONARY_SURNAME}, -1}, + {"Vansevenant", 1, {DICTIONARY_SURNAME}, -1}, + {"Valanzano", 1, {DICTIONARY_SURNAME}, -1}, + {"Erichsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Schimmel", 1, {DICTIONARY_SURNAME}, -1}, + {"Aernout", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agolli", 1, {DICTIONARY_SURNAME}, -1}, + {"Edmunds", 1, {DICTIONARY_SURNAME}, -1}, + {"Killeen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermeltfoort", 1, {DICTIONARY_SURNAME}, -1}, + {"Ging", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hrovat", 1, {DICTIONARY_SURNAME}, -1}, + {"Breckenridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheesebrough", 1, {DICTIONARY_SURNAME}, -1}, + {"Amelyanchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Eckstine", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodard", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Barack", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGean", 1, {DICTIONARY_SURNAME}, -1}, + {"Håkan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dagg", 1, {DICTIONARY_SURNAME}, -1}, + {"Keeran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Niżyński", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryon", 1, {DICTIONARY_SURNAME}, -1}, + {"Pynaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dunem", 1, {DICTIONARY_SURNAME}, -1}, + {"Capovilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Colcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishwari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zahid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dadswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaulen", 1, {DICTIONARY_SURNAME}, -1}, + {"Naomasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Owomoyela", 1, {DICTIONARY_SURNAME}, -1}, + {"Valaoritis", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarver", 1, {DICTIONARY_SURNAME}, -1}, + {"Schliemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vejvodová", 1, {DICTIONARY_SURNAME}, -1}, + {"Dery", 1, {DICTIONARY_SURNAME}, -1}, + {"Migliore", 1, {DICTIONARY_SURNAME}, -1}, + {"Mansourian", 1, {DICTIONARY_SURNAME}, -1}, + {"Balcı", 1, {DICTIONARY_SURNAME}, -1}, + {"Guðjónsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilovich", 1, {DICTIONARY_SURNAME}, -1}, + {"carl's jr", 1, {DICTIONARY_CHAIN}, 93}, + {"Belaćević", 1, {DICTIONARY_SURNAME}, -1}, + {"Voronshchikov", 1, {DICTIONARY_SURNAME}, -1}, + {"verizon wireless", 1, {DICTIONARY_CHAIN}, -1}, + {"Longmire", 1, {DICTIONARY_SURNAME}, -1}, + {"Caprino", 1, {DICTIONARY_SURNAME}, -1}, + {"Boe", 1, {DICTIONARY_SURNAME}, -1}, + {"Feroze", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"radio shacks", 1, {DICTIONARY_CHAIN}, 216}, + {"Kyrylenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Altig", 1, {DICTIONARY_SURNAME}, -1}, + {"Gopalakrishnan", 1, {DICTIONARY_SURNAME}, -1}, + {"Scherk", 1, {DICTIONARY_SURNAME}, -1}, + {"Bottrill", 1, {DICTIONARY_SURNAME}, -1}, + {"Kewley", 1, {DICTIONARY_SURNAME}, -1}, + {"Tezuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Myrtle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pasinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Howells", 1, {DICTIONARY_SURNAME}, -1}, + {"Ozols", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzhubert", 1, {DICTIONARY_SURNAME}, -1}, + {"Signorile", 1, {DICTIONARY_SURNAME}, -1}, + {"Brockhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Pagliassotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Midler", 1, {DICTIONARY_SURNAME}, -1}, + {"Volchok", 1, {DICTIONARY_SURNAME}, -1}, + {"Conly", 1, {DICTIONARY_SURNAME}, -1}, + {"Vynohradov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kreutzberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bethancourt", 1, {DICTIONARY_SURNAME}, -1}, + {"MacAuliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinnerk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aleksić", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Roekel", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruckner", 1, {DICTIONARY_SURNAME}, -1}, + {"Rappaport", 1, {DICTIONARY_SURNAME}, -1}, + {"Hitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Yenal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eto'o", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabel", 1, {DICTIONARY_SURNAME}, -1}, + {"Scalter", 1, {DICTIONARY_SURNAME}, -1}, + {"Statham", 1, {DICTIONARY_SURNAME}, -1}, + {"Shrimal Jain", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalipagić", 1, {DICTIONARY_SURNAME}, -1}, + {"McManaman", 1, {DICTIONARY_SURNAME}, -1}, + {"Longland", 1, {DICTIONARY_SURNAME}, -1}, + {"Ponsard", 1, {DICTIONARY_SURNAME}, -1}, + {"Neruda", 1, {DICTIONARY_SURNAME}, -1}, + {"Waldron", 1, {DICTIONARY_SURNAME}, -1}, + {"Pigozzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerković", 1, {DICTIONARY_SURNAME}, -1}, + {"Urian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"seattle's best coffee", 1, {DICTIONARY_CHAIN}, -1}, + {"Foldes", 1, {DICTIONARY_SURNAME}, -1}, + {"Motosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oleksiy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nail", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aanderaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedrich", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Young-ae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vittadini", 1, {DICTIONARY_SURNAME}, -1}, + {"Purcey", 1, {DICTIONARY_SURNAME}, -1}, + {"Fairburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Belser", 1, {DICTIONARY_SURNAME}, -1}, + {"Pelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Stiansen", 1, {DICTIONARY_SURNAME}, -1}, + {"Naruhito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arturo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mew", 1, {DICTIONARY_SURNAME}, -1}, + {"Scorsone", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Voskoboinikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Krauss", 1, {DICTIONARY_SURNAME}, -1}, + {"Aicher", 1, {DICTIONARY_SURNAME}, -1}, + {"Isachsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Poulsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sahashi", 1, {DICTIONARY_SURNAME}, -1}, + {"José Antonio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ravinale", 1, {DICTIONARY_SURNAME}, -1}, + {"Hackwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Raikonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Wynne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kanichiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hviid", 1, {DICTIONARY_SURNAME}, -1}, + {"Togama", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Casas", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbaş", 1, {DICTIONARY_SURNAME}, -1}, + {"Diesch", 1, {DICTIONARY_SURNAME}, -1}, + {"Stadlmüller", 1, {DICTIONARY_SURNAME}, -1}, + {"Gomelko", 1, {DICTIONARY_SURNAME}, -1}, + {"Karapici", 1, {DICTIONARY_SURNAME}, -1}, + {"Nichole", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bereznickas", 1, {DICTIONARY_SURNAME}, -1}, + {"Aytoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarper", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hek", 1, {DICTIONARY_SURNAME}, -1}, + {"Agoro", 1, {DICTIONARY_SURNAME}, -1}, + {"Karnad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adelaide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Makeham", 1, {DICTIONARY_SURNAME}, -1}, + {"Vučo", 1, {DICTIONARY_SURNAME}, -1}, + {"Nilay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bloemers", 1, {DICTIONARY_SURNAME}, -1}, + {"Baratelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Slesser", 1, {DICTIONARY_SURNAME}, -1}, + {"Supka", 1, {DICTIONARY_SURNAME}, -1}, + {"Davies-Jones", 1, {DICTIONARY_SURNAME}, -1}, + {"Braithwaite", 1, {DICTIONARY_SURNAME}, -1}, + {"Cesari", 1, {DICTIONARY_SURNAME}, -1}, + {"Belloni", 1, {DICTIONARY_SURNAME}, -1}, + {"Benza", 1, {DICTIONARY_SURNAME}, -1}, + {"Gluzman", 1, {DICTIONARY_SURNAME}, -1}, + {"Basch", 1, {DICTIONARY_SURNAME}, -1}, + {"ck", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"Yonemura", 1, {DICTIONARY_SURNAME}, -1}, + {"Motyka", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallini", 1, {DICTIONARY_SURNAME}, -1}, + {"Asimaki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Saligari", 1, {DICTIONARY_SURNAME}, -1}, + {"Babych", 1, {DICTIONARY_SURNAME}, -1}, + {"Cautley", 1, {DICTIONARY_SURNAME}, -1}, + {"Knoblauch", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerstacker", 1, {DICTIONARY_SURNAME}, -1}, + {"Theotimos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McEntegart", 1, {DICTIONARY_SURNAME}, -1}, + {"Mardin", 1, {DICTIONARY_SURNAME}, -1}, + {"Márkus", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonokura", 1, {DICTIONARY_SURNAME}, -1}, + {"Sammie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alburquerque", 1, {DICTIONARY_SURNAME}, -1}, + {"Makris", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudas", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattisson", 1, {DICTIONARY_SURNAME}, -1}, + {"DeSutter", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrall", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Brummelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Koskinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Venuti", 1, {DICTIONARY_SURNAME}, -1}, + {"Matarazzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Nena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdalazem", 1, {DICTIONARY_SURNAME}, -1}, + {"Chorley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandereycken", 1, {DICTIONARY_SURNAME}, -1}, + {"Congar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Berghammer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirtenboim", 1, {DICTIONARY_SURNAME}, -1}, + {"Cubelos", 1, {DICTIONARY_SURNAME}, -1}, + {"Kranefuss", 1, {DICTIONARY_SURNAME}, -1}, + {"Tillotson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"LeBoeuf", 1, {DICTIONARY_SURNAME}, -1}, + {"Mariana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Radin", 1, {DICTIONARY_SURNAME}, -1}, + {"swedbank", 1, {DICTIONARY_CHAIN}, -1}, + {"Botkoveli", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Mark", 1, {DICTIONARY_SURNAME}, -1}, + {"Roeland", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heikkinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Cotton", 1, {DICTIONARY_SURNAME}, -1}, + {"Ailill", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McRorie", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Eimeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinicius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Workman", 1, {DICTIONARY_SURNAME}, -1}, + {"Heymans", 1, {DICTIONARY_SURNAME}, -1}, + {"Yazov", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Sass", 1, {DICTIONARY_SURNAME}, -1}, + {"Sofer", 1, {DICTIONARY_SURNAME}, -1}, + {"Acrivos", 1, {DICTIONARY_SURNAME}, -1}, + {"Thole", 1, {DICTIONARY_SURNAME}, -1}, + {"Sorel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Duve", 1, {DICTIONARY_SURNAME}, -1}, + {"Faccini", 1, {DICTIONARY_SURNAME}, -1}, + {"Maturo", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhig Shitric", 1, {DICTIONARY_SURNAME}, -1}, + {"Mezenxhiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Jüngling", 1, {DICTIONARY_SURNAME}, -1}, + {"Blythe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arpentin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ventrice", 1, {DICTIONARY_SURNAME}, -1}, + {"ministop", 1, {DICTIONARY_CHAIN}, -1}, + {"Yukihiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bigazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jokanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Evatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ieda", 1, {DICTIONARY_SURNAME}, -1}, + {"Thuram", 1, {DICTIONARY_SURNAME}, -1}, + {"Milenković", 1, {DICTIONARY_SURNAME}, -1}, + {"Fontanelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Goring", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrikosov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lewinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Saadati", 1, {DICTIONARY_SURNAME}, -1}, + {"t-mobile store", 1, {DICTIONARY_CHAIN}, 256}, + {"Verdenik", 1, {DICTIONARY_SURNAME}, -1}, + {"Lozac'h", 1, {DICTIONARY_SURNAME}, -1}, + {"Gen'ichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nields", 1, {DICTIONARY_SURNAME}, -1}, + {"Lima", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitre", 1, {DICTIONARY_SURNAME}, -1}, + {"Selaković", 1, {DICTIONARY_SURNAME}, -1}, + {"Vogelman", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Shaughnessy", 1, {DICTIONARY_SURNAME}, -1}, + {"Ousterhout", 1, {DICTIONARY_SURNAME}, -1}, + {"Brasbridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Curran", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaitsis", 1, {DICTIONARY_SURNAME}, -1}, + {"Pastorek", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrossan", 1, {DICTIONARY_SURNAME}, -1}, + {"Chrissie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Varadarajan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Uvedale", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chomsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Baden Powell", 1, {DICTIONARY_SURNAME}, -1}, + {"Saukkonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadayoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rimkus", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulbenkian", 1, {DICTIONARY_SURNAME}, -1}, + {"Swope", 1, {DICTIONARY_SURNAME}, -1}, + {"Hutton", 1, {DICTIONARY_SURNAME}, -1}, + {"Bigari", 1, {DICTIONARY_SURNAME}, -1}, + {"Schering", 1, {DICTIONARY_SURNAME}, -1}, + {"Doyle", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheppig", 1, {DICTIONARY_SURNAME}, -1}, + {"Anurag", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Damien", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voskonyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Barseghyan", 1, {DICTIONARY_SURNAME}, -1}, + {"LaMura", 1, {DICTIONARY_SURNAME}, -1}, + {"Irénée", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sadatoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sypniewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Aartsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ristić", 1, {DICTIONARY_SURNAME}, -1}, + {"Germino", 1, {DICTIONARY_SURNAME}, -1}, + {"Maščinskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Jelliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Akitsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Răducanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Varoga", 1, {DICTIONARY_SURNAME}, -1}, + {"Pipaluk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vesterlund", 1, {DICTIONARY_SURNAME}, -1}, + {"Vokurková", 1, {DICTIONARY_SURNAME}, -1}, + {"Noah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vujkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Burke", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Étampes de Valençay", 1, {DICTIONARY_SURNAME}, -1}, + {"Onuora", 1, {DICTIONARY_SURNAME}, -1}, + {"Frobenius", 1, {DICTIONARY_SURNAME}, -1}, + {"Hooke", 1, {DICTIONARY_SURNAME}, -1}, + {"Dilmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Vacano", 1, {DICTIONARY_SURNAME}, -1}, + {"Wattis", 1, {DICTIONARY_SURNAME}, -1}, + {"Reitman", 1, {DICTIONARY_SURNAME}, -1}, + {"Beijerinck", 1, {DICTIONARY_SURNAME}, -1}, + {"Winterrowd", 1, {DICTIONARY_SURNAME}, -1}, + {"buca di beppo", 1, {DICTIONARY_CHAIN}, -1}, + {"Lazar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arns", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitanyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Saint-Marcoux", 1, {DICTIONARY_SURNAME}, -1}, + {"Braunstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Amashukeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Hobby", 1, {DICTIONARY_SURNAME}, -1}, + {"Chauviré", 1, {DICTIONARY_SURNAME}, -1}, + {"Stijn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Larmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Pedde", 1, {DICTIONARY_SURNAME}, -1}, + {"McSween", 1, {DICTIONARY_SURNAME}, -1}, + {"Sahnoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemley", 1, {DICTIONARY_SURNAME}, -1}, + {"Undiladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Cossaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Fheargail", 1, {DICTIONARY_SURNAME}, -1}, + {"Hálek", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherney", 1, {DICTIONARY_SURNAME}, -1}, + {"Sowunmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rebolledo", 1, {DICTIONARY_SURNAME}, -1}, + {"Lippmaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigrid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vrăjitoarea", 1, {DICTIONARY_SURNAME}, -1}, + {"Krippene", 1, {DICTIONARY_SURNAME}, -1}, + {"Parsley", 1, {DICTIONARY_SURNAME}, -1}, + {"petrobras", 1, {DICTIONARY_CHAIN}, -1}, + {"Hamer", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwarzenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Witchey", 1, {DICTIONARY_SURNAME}, -1}, + {"Cvijanović", 1, {DICTIONARY_SURNAME}, -1}, + {"itau", 1, {DICTIONARY_CHAIN}, 161}, + {"Boaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Hotchkiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Zygmund", 1, {DICTIONARY_SURNAME}, -1}, + {"Balanzino", 1, {DICTIONARY_SURNAME}, -1}, + {"Jefferis", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brömmel", 1, {DICTIONARY_SURNAME}, -1}, + {"Lahoti", 1, {DICTIONARY_SURNAME}, -1}, + {"Julianne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Castrillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobrovich", 1, {DICTIONARY_SURNAME}, -1}, + {"McCorkindale", 1, {DICTIONARY_SURNAME}, -1}, + {"Athan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Årst", 1, {DICTIONARY_SURNAME}, -1}, + {"McLam", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuppen", 1, {DICTIONARY_SURNAME}, -1}, + {"Agodon", 1, {DICTIONARY_SURNAME}, -1}, + {"Craxton", 1, {DICTIONARY_SURNAME}, -1}, + {"Johan Christian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Askonas", 1, {DICTIONARY_SURNAME}, -1}, + {"Chepchumba", 1, {DICTIONARY_SURNAME}, -1}, + {"Valen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pihlak", 1, {DICTIONARY_SURNAME}, -1}, + {"Culbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Claridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Shchetynsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Liebenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Schacker", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaebelein", 1, {DICTIONARY_SURNAME}, -1}, + {"Brayton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hannikainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Mertel", 1, {DICTIONARY_SURNAME}, -1}, + {"Holling", 1, {DICTIONARY_SURNAME}, -1}, + {"Yemelyan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fellowes", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlöske", 1, {DICTIONARY_SURNAME}, -1}, + {"Chesnutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Broughton", 1, {DICTIONARY_SURNAME}, -1}, + {"Kusamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Phill", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klapp", 1, {DICTIONARY_SURNAME}, -1}, + {"Maliina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beldinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Štechová", 1, {DICTIONARY_SURNAME}, -1}, + {"Oden", 1, {DICTIONARY_SURNAME}, -1}, + {"Bajram", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schwarzman", 1, {DICTIONARY_SURNAME}, -1}, + {"Cienciała", 1, {DICTIONARY_SURNAME}, -1}, + {"Ensign", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheran", 1, {DICTIONARY_SURNAME}, -1}, + {"Lebowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kakuji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vyhnal", 1, {DICTIONARY_SURNAME}, -1}, + {"Kağan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tellér", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollett", 1, {DICTIONARY_SURNAME}, -1}, + {"Áč", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedlander", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekblom", 1, {DICTIONARY_SURNAME}, -1}, + {"kmarts", 1, {DICTIONARY_CHAIN}, 171}, + {"Vlastimil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abad", 1, {DICTIONARY_SURNAME}, -1}, + {"Shindler", 1, {DICTIONARY_SURNAME}, -1}, + {"Rathvon", 1, {DICTIONARY_SURNAME}, -1}, + {"Klausner", 1, {DICTIONARY_SURNAME}, -1}, + {"Verners", 1, {DICTIONARY_SURNAME}, -1}, + {"Weltman", 1, {DICTIONARY_SURNAME}, -1}, + {"Eigenmann", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Herlihy", 1, {DICTIONARY_SURNAME}, -1}, + {"Cather", 1, {DICTIONARY_SURNAME}, -1}, + {"Bengescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kernot", 1, {DICTIONARY_SURNAME}, -1}, + {"Henneman", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Basit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Patinkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzhamon", 1, {DICTIONARY_SURNAME}, -1}, + {"Paukovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Dauenhauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Abshier", 1, {DICTIONARY_SURNAME}, -1}, + {"Luke", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lowell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tietze", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hamersveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Coates", 1, {DICTIONARY_SURNAME}, -1}, + {"Cadman", 1, {DICTIONARY_SURNAME}, -1}, + {"Yashima", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoiber", 1, {DICTIONARY_SURNAME}, -1}, + {"Vazirov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mallika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bora", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rosenior", 1, {DICTIONARY_SURNAME}, -1}, + {"Venskikh", 1, {DICTIONARY_SURNAME}, -1}, + {"Crofts", 1, {DICTIONARY_SURNAME}, -1}, + {"Ptak", 1, {DICTIONARY_SURNAME}, -1}, + {"Auger", 1, {DICTIONARY_SURNAME}, -1}, + {"Rastorgujevs", 1, {DICTIONARY_SURNAME}, -1}, + {"Oosterhuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Boissonade", 1, {DICTIONARY_SURNAME}, -1}, + {"Brickley", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleramo", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hjertsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hertzler", 1, {DICTIONARY_SURNAME}, -1}, + {"Luckyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandrillon", 1, {DICTIONARY_SURNAME}, -1}, + {"Marolt", 1, {DICTIONARY_SURNAME}, -1}, + {"Cécile", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Setola", 1, {DICTIONARY_SURNAME}, -1}, + {"McArdle", 1, {DICTIONARY_SURNAME}, -1}, + {"Drezner", 1, {DICTIONARY_SURNAME}, -1}, + {"Holeček", 1, {DICTIONARY_SURNAME}, -1}, + {"Mavor", 1, {DICTIONARY_SURNAME}, -1}, + {"Shepherdson", 1, {DICTIONARY_SURNAME}, -1}, + {"Massengill", 1, {DICTIONARY_SURNAME}, -1}, + {"Fioroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacot", 1, {DICTIONARY_SURNAME}, -1}, + {"Haselrieder", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Guilder", 1, {DICTIONARY_SURNAME}, -1}, + {"Pyatnytsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Honigberg", 1, {DICTIONARY_SURNAME}, -1}, + {"ben & jerrys", 1, {DICTIONARY_CHAIN}, 77}, + {"Purnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbo", 1, {DICTIONARY_SURNAME}, -1}, + {"Murashige", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Baird", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Asami", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vaweka", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönlebe", 1, {DICTIONARY_SURNAME}, -1}, + {"Poyntz", 1, {DICTIONARY_SURNAME}, -1}, + {"Piña", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oslac", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanyo", 1, {DICTIONARY_SURNAME}, -1}, + {"De Cuyper", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoeft", 1, {DICTIONARY_SURNAME}, -1}, + {"Lowenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Sohil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Atsutaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keino", 1, {DICTIONARY_SURNAME}, -1}, + {"Pafko", 1, {DICTIONARY_SURNAME}, -1}, + {"Agathocleous", 1, {DICTIONARY_SURNAME}, -1}, + {"De la Peña", 1, {DICTIONARY_SURNAME}, -1}, + {"Alasya", 1, {DICTIONARY_SURNAME}, -1}, + {"Koyuncu", 1, {DICTIONARY_SURNAME}, -1}, + {"Halfin", 1, {DICTIONARY_SURNAME}, -1}, + {"Holvey", 1, {DICTIONARY_SURNAME}, -1}, + {"Exner", 1, {DICTIONARY_SURNAME}, -1}, + {"toys r' us", 1, {DICTIONARY_CHAIN}, 258}, + {"Hample", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurindagunta", 1, {DICTIONARY_SURNAME}, -1}, + {"Bordson", 1, {DICTIONARY_SURNAME}, -1}, + {"subway", 1, {DICTIONARY_CHAIN}, -1}, + {"Veryzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Galois", 1, {DICTIONARY_SURNAME}, -1}, + {"Raitala", 1, {DICTIONARY_SURNAME}, -1}, + {"Lameth", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulkerson", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlvenny", 1, {DICTIONARY_SURNAME}, -1}, + {"Abell", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Dench", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Buadhaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Novarese", 1, {DICTIONARY_SURNAME}, -1}, + {"Chmielowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Shitric", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolić", 1, {DICTIONARY_SURNAME}, -1}, + {"Leroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Heseltine", 1, {DICTIONARY_SURNAME}, -1}, + {"Hofmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Fontane", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolshakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Jabez", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Miralem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Webster", 1, {DICTIONARY_SURNAME}, -1}, + {"Răutu", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguer", 1, {DICTIONARY_SURNAME}, -1}, + {"Adigozalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Teasdale", 1, {DICTIONARY_SURNAME}, -1}, + {"Elderton", 1, {DICTIONARY_SURNAME}, -1}, + {"Zable", 1, {DICTIONARY_SURNAME}, -1}, + {"Hafizullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flossy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gruszka", 1, {DICTIONARY_SURNAME}, -1}, + {"us bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Van Emburgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Artman", 1, {DICTIONARY_SURNAME}, -1}, + {"Navarro", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodyard", 1, {DICTIONARY_SURNAME}, -1}, + {"Stickles", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergamo", 1, {DICTIONARY_SURNAME}, -1}, + {"Harbison", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitchinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazower", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadesan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dyfodwg", 1, {DICTIONARY_SURNAME}, -1}, + {"Nettie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasylius", 1, {DICTIONARY_SURNAME}, -1}, + {"Saxlund", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarholz", 1, {DICTIONARY_SURNAME}, -1}, + {"Dolphin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeken", 1, {DICTIONARY_SURNAME}, -1}, + {"Vochin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzduncan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarı", 1, {DICTIONARY_SURNAME}, -1}, + {"Jayaratne", 1, {DICTIONARY_SURNAME}, -1}, + {"Booze", 1, {DICTIONARY_SURNAME}, -1}, + {"Azzarella", 1, {DICTIONARY_SURNAME}, -1}, + {"Gutierrez", 1, {DICTIONARY_SURNAME}, -1}, + {"Ori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincelj", 1, {DICTIONARY_SURNAME}, -1}, + {"Nincehelser", 1, {DICTIONARY_SURNAME}, -1}, + {"Higby", 1, {DICTIONARY_SURNAME}, -1}, + {"Preca", 1, {DICTIONARY_SURNAME}, -1}, + {"Kozjek", 1, {DICTIONARY_SURNAME}, -1}, + {"Venetidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamie Lynn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vacchelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Wadewitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Oxlade-Chamberlain", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoard", 1, {DICTIONARY_SURNAME}, -1}, + {"Buzacott", 1, {DICTIONARY_SURNAME}, -1}, + {"Olić", 1, {DICTIONARY_SURNAME}, -1}, + {"Maltese", 1, {DICTIONARY_SURNAME}, -1}, + {"Néstor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rimensberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Deer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Klimek", 1, {DICTIONARY_SURNAME}, -1}, + {"Setton", 1, {DICTIONARY_SURNAME}, -1}, + {"Gregoritsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Lebrón", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dam", 1, {DICTIONARY_SURNAME}, -1}, + {"Dedič", 1, {DICTIONARY_SURNAME}, -1}, + {"Deason", 1, {DICTIONARY_SURNAME}, -1}, + {"Mosley", 1, {DICTIONARY_SURNAME}, -1}, + {"Canelón", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollan", 1, {DICTIONARY_SURNAME}, -1}, + {"Livingstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Heale", 1, {DICTIONARY_SURNAME}, -1}, + {"Hafkenscheid", 1, {DICTIONARY_SURNAME}, -1}, + {"Bocock", 1, {DICTIONARY_SURNAME}, -1}, + {"Pezedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Stronge", 1, {DICTIONARY_SURNAME}, -1}, + {"Kani", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Koopman", 1, {DICTIONARY_SURNAME}, -1}, + {"Naudiyal", 1, {DICTIONARY_SURNAME}, -1}, + {"Mary Ann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cohrs", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadek", 1, {DICTIONARY_SURNAME}, -1}, + {"Krijgelmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattozzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerets", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobrosky", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanford", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Raaff", 1, {DICTIONARY_SURNAME}, -1}, + {"Culliford", 1, {DICTIONARY_SURNAME}, -1}, + {"Manninen", 1, {DICTIONARY_SURNAME}, -1}, + {"Beauvilliers", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehner", 1, {DICTIONARY_SURNAME}, -1}, + {"Hargrove", 1, {DICTIONARY_SURNAME}, -1}, + {"Grinda", 1, {DICTIONARY_SURNAME}, -1}, + {"Fettman", 1, {DICTIONARY_SURNAME}, -1}, + {"Aflenzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Peiffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Paloma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stanczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Künzler", 1, {DICTIONARY_SURNAME}, -1}, + {"McAlevey", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Thomas", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Darina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achtner", 1, {DICTIONARY_SURNAME}, -1}, + {"Adile", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bonger", 1, {DICTIONARY_SURNAME}, -1}, + {"De Alwis", 1, {DICTIONARY_SURNAME}, -1}, + {"Maret", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Berkay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Willoch", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehrs", 1, {DICTIONARY_SURNAME}, -1}, + {"Meads", 1, {DICTIONARY_SURNAME}, -1}, + {"Eaves", 1, {DICTIONARY_SURNAME}, -1}, + {"Sciortino", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Brabant", 1, {DICTIONARY_SURNAME}, -1}, + {"Alvarado", 1, {DICTIONARY_SURNAME}, -1}, + {"Babochkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Markowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyacheslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geisser", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Drew", 1, {DICTIONARY_SURNAME}, -1}, + {"Noboru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liles", 1, {DICTIONARY_SURNAME}, -1}, + {"Garegnani", 1, {DICTIONARY_SURNAME}, -1}, + {"Swenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Caitríona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Putten", 1, {DICTIONARY_SURNAME}, -1}, + {"Loveridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Wadlow", 1, {DICTIONARY_SURNAME}, -1}, + {"Terushichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hargin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bene", 1, {DICTIONARY_SURNAME}, -1}, + {"Tellegen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sook-ja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kitagawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Jiao", 1, {DICTIONARY_SURNAME}, -1}, + {"Maja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veturi", 1, {DICTIONARY_SURNAME}, -1}, + {"Urányi", 1, {DICTIONARY_SURNAME}, -1}, + {"Iuliu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kesküla", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavallari", 1, {DICTIONARY_SURNAME}, -1}, + {"Canjels", 1, {DICTIONARY_SURNAME}, -1}, + {"Countryman", 1, {DICTIONARY_SURNAME}, -1}, + {"Katagiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Aerents", 1, {DICTIONARY_SURNAME}, -1}, + {"Tollison", 1, {DICTIONARY_SURNAME}, -1}, + {"Molchanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Střelba", 1, {DICTIONARY_SURNAME}, -1}, + {"Guarino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ognjen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sawicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedison", 1, {DICTIONARY_SURNAME}, -1}, + {"Mondy", 1, {DICTIONARY_SURNAME}, -1}, + {"McGowen", 1, {DICTIONARY_SURNAME}, -1}, + {"Damnat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rajendran", 1, {DICTIONARY_SURNAME}, -1}, + {"Manuel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Birch", 1, {DICTIONARY_SURNAME}, -1}, + {"Skupień", 1, {DICTIONARY_SURNAME}, -1}, + {"Achike", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Basilissa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bietak", 1, {DICTIONARY_SURNAME}, -1}, + {"Wajda", 1, {DICTIONARY_SURNAME}, -1}, + {"Falson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadzhiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chynoweth", 1, {DICTIONARY_SURNAME}, -1}, + {"Balderson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pašalić", 1, {DICTIONARY_SURNAME}, -1}, + {"Polian", 1, {DICTIONARY_SURNAME}, -1}, + {"Fisichella", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidalgo", 1, {DICTIONARY_SURNAME}, -1}, + {"Rowland", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hagimori", 1, {DICTIONARY_SURNAME}, -1}, + {"Alazraqui", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandifer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hainisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Shunsuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Markku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Polidori", 1, {DICTIONARY_SURNAME}, -1}, + {"Bang", 1, {DICTIONARY_SURNAME}, -1}, + {"Muhiddin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Springborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Cadile", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Egobi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mariel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sternfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Jez", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Merwe", 1, {DICTIONARY_SURNAME}, -1}, + {"Liboiron", 1, {DICTIONARY_SURNAME}, -1}, + {"Decimus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chevé", 1, {DICTIONARY_SURNAME}, -1}, + {"Qanuni", 1, {DICTIONARY_SURNAME}, -1}, + {"Afrifa", 1, {DICTIONARY_SURNAME}, -1}, + {"Rieger", 1, {DICTIONARY_SURNAME}, -1}, + {"Ante", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mohrt", 1, {DICTIONARY_SURNAME}, -1}, + {"Mickevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"McFee", 1, {DICTIONARY_SURNAME}, -1}, + {"Bournonville", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Barmasai", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbossoumonde", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarło", 1, {DICTIONARY_SURNAME}, -1}, + {"Sökmen", 1, {DICTIONARY_SURNAME}, -1}, + {"Adarkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bassot", 1, {DICTIONARY_SURNAME}, -1}, + {"Gvozdenović", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauretta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fairley", 1, {DICTIONARY_SURNAME}, -1}, + {"Wadkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlossnagle", 1, {DICTIONARY_SURNAME}, -1}, + {"Gasparro", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicky", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kushner", 1, {DICTIONARY_SURNAME}, -1}, + {"Chowne", 1, {DICTIONARY_SURNAME}, -1}, + {"McManama", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vithana", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaʻanāʻanā", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Galvis", 1, {DICTIONARY_SURNAME}, -1}, + {"Scurlock", 1, {DICTIONARY_SURNAME}, -1}, + {"Eyerusalem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Dillen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fusari", 1, {DICTIONARY_SURNAME}, -1}, + {"Brinda", 1, {DICTIONARY_SURNAME}, -1}, + {"McLennan", 1, {DICTIONARY_SURNAME}, -1}, + {"banco popular", 1, {DICTIONARY_CHAIN}, -1}, + {"Vannelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Hénault", 1, {DICTIONARY_SURNAME}, -1}, + {"Ponomarenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Aslanyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Afflerbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Vershik", 1, {DICTIONARY_SURNAME}, -1}, + {"Tl'izilani", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackon", 1, {DICTIONARY_SURNAME}, -1}, + {"Petrella", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanković", 1, {DICTIONARY_SURNAME}, -1}, + {"Carnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Akyildiz", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Kooten", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasapi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jefferson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Loggains", 1, {DICTIONARY_SURNAME}, -1}, + {"Jocky", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"bauhof", 1, {DICTIONARY_CHAIN}, -1}, + {"Bagliani", 1, {DICTIONARY_SURNAME}, -1}, + {"Lappin", 1, {DICTIONARY_SURNAME}, -1}, + {"Adikyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Mal", 1, {DICTIONARY_SURNAME}, -1}, + {"Faver", 1, {DICTIONARY_SURNAME}, -1}, + {"Quintian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Filippini", 1, {DICTIONARY_SURNAME}, -1}, + {"Agogu", 1, {DICTIONARY_SURNAME}, -1}, + {"Liron", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abart", 1, {DICTIONARY_SURNAME}, -1}, + {"Lunde", 1, {DICTIONARY_SURNAME}, -1}, + {"Casiraghi", 1, {DICTIONARY_SURNAME}, -1}, + {"Biener", 1, {DICTIONARY_SURNAME}, -1}, + {"Häussler", 1, {DICTIONARY_SURNAME}, -1}, + {"Albats", 1, {DICTIONARY_SURNAME}, -1}, + {"Hideghéthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Velicu", 1, {DICTIONARY_SURNAME}, -1}, + {"Gately", 1, {DICTIONARY_SURNAME}, -1}, + {"Todorovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarkan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hastie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Leitzinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Wathen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-min", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erceg", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhasde", 1, {DICTIONARY_SURNAME}, -1}, + {"Itaru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sirmais", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalens", 1, {DICTIONARY_SURNAME}, -1}, + {"Szolkowy", 1, {DICTIONARY_SURNAME}, -1}, + {"Flekkøy", 1, {DICTIONARY_SURNAME}, -1}, + {"Shandro", 1, {DICTIONARY_SURNAME}, -1}, + {"Spinosi", 1, {DICTIONARY_SURNAME}, -1}, + {"Upreti", 1, {DICTIONARY_SURNAME}, -1}, + {"Roache", 1, {DICTIONARY_SURNAME}, -1}, + {"Viergever", 1, {DICTIONARY_SURNAME}, -1}, + {"Dainis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamdy", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulp", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghislieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Aaku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dione", 1, {DICTIONARY_SURNAME}, -1}, + {"Galvin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdusamatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Harkat", 1, {DICTIONARY_SURNAME}, -1}, + {"Bozonnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Kastein", 1, {DICTIONARY_SURNAME}, -1}, + {"Acel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruzek", 1, {DICTIONARY_SURNAME}, -1}, + {"Drach", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaspari", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamann", 1, {DICTIONARY_SURNAME}, -1}, + {"De Haas", 1, {DICTIONARY_SURNAME}, -1}, + {"Hina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gondrezick", 1, {DICTIONARY_SURNAME}, -1}, + {"Yurie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shervin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Janich", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellinghaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Gardemeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Ham", 1, {DICTIONARY_SURNAME}, -1}, + {"Mårtensson", 1, {DICTIONARY_SURNAME}, -1}, + {"Zheng", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaapana", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahbubur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gass", 1, {DICTIONARY_SURNAME}, -1}, + {"Faivre", 1, {DICTIONARY_SURNAME}, -1}, + {"Akeel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Armantrout", 1, {DICTIONARY_SURNAME}, -1}, + {"Genge", 1, {DICTIONARY_SURNAME}, -1}, + {"Machata", 1, {DICTIONARY_SURNAME}, -1}, + {"Jourdan", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruice", 1, {DICTIONARY_SURNAME}, -1}, + {"statoil", 1, {DICTIONARY_CHAIN}, -1}, + {"Ben Adam", 1, {DICTIONARY_SURNAME}, -1}, + {"Aizlewood", 1, {DICTIONARY_SURNAME}, -1}, + {"Mendham", 1, {DICTIONARY_SURNAME}, -1}, + {"Gadd", 1, {DICTIONARY_SURNAME}, -1}, + {"Della Pietà", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolai", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"DeFreitas", 1, {DICTIONARY_SURNAME}, -1}, + {"sheetz", 1, {DICTIONARY_CHAIN}, -1}, + {"Cecilie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shorakhmedov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lutfullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alghisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimony", 1, {DICTIONARY_SURNAME}, -1}, + {"Heilmeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Bormann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceallaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Horsford", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdoorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodiul", 1, {DICTIONARY_SURNAME}, -1}, + {"Edilma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anđelić", 1, {DICTIONARY_SURNAME}, -1}, + {"Pückler", 1, {DICTIONARY_SURNAME}, -1}, + {"Valone", 1, {DICTIONARY_SURNAME}, -1}, + {"Blouin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaroslava", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aigler", 1, {DICTIONARY_SURNAME}, -1}, + {"McKain", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranken", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinsdale", 1, {DICTIONARY_SURNAME}, -1}, + {"Paliwal", 1, {DICTIONARY_SURNAME}, -1}, + {"Krasner", 1, {DICTIONARY_SURNAME}, -1}, + {"Haddock", 1, {DICTIONARY_SURNAME}, -1}, + {"Oladapo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"MacManus", 1, {DICTIONARY_SURNAME}, -1}, + {"Olynyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Aden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cresques", 1, {DICTIONARY_SURNAME}, -1}, + {"Crnčić", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurențiu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hurault", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagio", 1, {DICTIONARY_SURNAME}, -1}, + {"DeVere", 1, {DICTIONARY_SURNAME}, -1}, + {"Achari", 1, {DICTIONARY_SURNAME}, -1}, + {"Sendler", 1, {DICTIONARY_SURNAME}, -1}, + {"Frieman", 1, {DICTIONARY_SURNAME}, -1}, + {"Yun", 1, {DICTIONARY_SURNAME}, -1}, + {"Rondon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kay-Skrzypeski", 1, {DICTIONARY_SURNAME}, -1}, + {"Dreijmanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinmukhamed", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haaland", 1, {DICTIONARY_SURNAME}, -1}, + {"Pickles", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLaurin", 1, {DICTIONARY_SURNAME}, -1}, + {"Burdin", 1, {DICTIONARY_SURNAME}, -1}, + {"Candemir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Derfflinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Nargess", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Twort", 1, {DICTIONARY_SURNAME}, -1}, + {"Fusako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aagaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Buček", 1, {DICTIONARY_SURNAME}, -1}, + {"Sivert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGeever", 1, {DICTIONARY_SURNAME}, -1}, + {"Mooneyham", 1, {DICTIONARY_SURNAME}, -1}, + {"Istomin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ganchev", 1, {DICTIONARY_SURNAME}, -1}, + {"loving hut", 1, {DICTIONARY_CHAIN}, -1}, + {"Van Miltenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Barwegan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gayle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boualem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karolis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Judy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duden", 1, {DICTIONARY_SURNAME}, -1}, + {"Melnyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Stöffler", 1, {DICTIONARY_SURNAME}, -1}, + {"Petaja", 1, {DICTIONARY_SURNAME}, -1}, + {"Moscovici", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeyeye", 1, {DICTIONARY_SURNAME}, -1}, + {"Lampi", 1, {DICTIONARY_SURNAME}, -1}, + {"Verch", 1, {DICTIONARY_SURNAME}, -1}, + {"Abascal", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanev", 1, {DICTIONARY_SURNAME}, -1}, + {"metrobank", 1, {DICTIONARY_CHAIN}, -1}, + {"Takehide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoshikuni", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Babich", 1, {DICTIONARY_SURNAME}, -1}, + {"Canty", 1, {DICTIONARY_SURNAME}, -1}, + {"Berlese", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammarström", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vecchiarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Hearnshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Pogonat", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhen", 1, {DICTIONARY_SURNAME}, -1}, + {"Traynor", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigne", 1, {DICTIONARY_SURNAME}, -1}, + {"Clemente", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gaitán", 1, {DICTIONARY_SURNAME}, -1}, + {"halfords", 1, {DICTIONARY_CHAIN}, -1}, + {"Diether", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takei", 1, {DICTIONARY_SURNAME}, -1}, + {"Jin-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tresham", 1, {DICTIONARY_SURNAME}, -1}, + {"Fredkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mailhot", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsuhisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Emam", 1, {DICTIONARY_SURNAME}, -1}, + {"Olavi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garnham", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Agostino", 1, {DICTIONARY_SURNAME}, -1}, + {"Heindl", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsuji", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bar-Lev", 1, {DICTIONARY_SURNAME}, -1}, + {"Woldemar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Birchall", 1, {DICTIONARY_SURNAME}, -1}, + {"Väljas", 1, {DICTIONARY_SURNAME}, -1}, + {"Wimmer", 1, {DICTIONARY_SURNAME}, -1}, + {"DeBusk", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallenbarter", 1, {DICTIONARY_SURNAME}, -1}, + {"Congiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Gundono", 1, {DICTIONARY_SURNAME}, -1}, + {"Kambayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zegers", 1, {DICTIONARY_SURNAME}, -1}, + {"Krekel", 1, {DICTIONARY_SURNAME}, -1}, + {"Devesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fordney", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghali", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalpiaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Rylands", 1, {DICTIONARY_SURNAME}, -1}, + {"Suehiro", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Burbidge", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Abo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ollerenshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Meridel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Janič", 1, {DICTIONARY_SURNAME}, -1}, + {"Stendardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hans-Jürgen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Callie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ayele", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Guevremont", 1, {DICTIONARY_SURNAME}, -1}, + {"Beede", 1, {DICTIONARY_SURNAME}, -1}, + {"Valliccioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Accolla", 1, {DICTIONARY_SURNAME}, -1}, + {"Dittert", 1, {DICTIONARY_SURNAME}, -1}, + {"Sologub", 1, {DICTIONARY_SURNAME}, -1}, + {"Iestyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aonuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Valentierra", 1, {DICTIONARY_SURNAME}, -1}, + {"Brixner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorname", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frenzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Jager", 1, {DICTIONARY_SURNAME}, -1}, + {"Mara", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Blücher", 1, {DICTIONARY_SURNAME}, -1}, + {"Bomberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kachel", 1, {DICTIONARY_SURNAME}, -1}, + {"Agoye", 1, {DICTIONARY_SURNAME}, -1}, + {"Oksanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Slotemaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Coe", 1, {DICTIONARY_SURNAME}, -1}, + {"Burkholder", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagrat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Booton", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbruzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Delikaris", 1, {DICTIONARY_SURNAME}, -1}, + {"Alessandro", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abera", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hardenbergh", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikics", 1, {DICTIONARY_SURNAME}, -1}, + {"Krebs", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Handl", 1, {DICTIONARY_SURNAME}, -1}, + {"Pricolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Saffin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Steenberghe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernadeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabor", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlesinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboué", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhba", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahýľ", 1, {DICTIONARY_SURNAME}, -1}, + {"Virjee", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajrathon", 1, {DICTIONARY_SURNAME}, -1}, + {"Copely", 1, {DICTIONARY_SURNAME}, -1}, + {"cvs caremark", 1, {DICTIONARY_CHAIN}, 117}, + {"Ferraris", 1, {DICTIONARY_SURNAME}, -1}, + {"Toprak", 1, {DICTIONARY_SURNAME}, -1}, + {"Weight", 1, {DICTIONARY_SURNAME}, -1}, + {"Aderholt", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagelstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Areum", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanzina", 1, {DICTIONARY_SURNAME}, -1}, + {"Przemysław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paquito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Michihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Hibbs", 1, {DICTIONARY_SURNAME}, -1}, + {"She", 1, {DICTIONARY_SURNAME}, -1}, + {"Yudkowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Skeat", 1, {DICTIONARY_SURNAME}, -1}, + {"Giuliano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sejna", 1, {DICTIONARY_SURNAME}, -1}, + {"Pierfranco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lisbeth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hanabusa", 1, {DICTIONARY_SURNAME}, -1}, + {"Maltby", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Woodin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kraabel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vozzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulrich", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Imboden", 1, {DICTIONARY_SURNAME}, -1}, + {"Osment", 1, {DICTIONARY_SURNAME}, -1}, + {"Charles", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abbrederis", 1, {DICTIONARY_SURNAME}, -1}, + {"Magut", 1, {DICTIONARY_SURNAME}, -1}, + {"Christiaan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahey", 1, {DICTIONARY_SURNAME}, -1}, + {"Abani", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Toyoaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agovaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehrman", 1, {DICTIONARY_SURNAME}, -1}, + {"Cloutier", 1, {DICTIONARY_SURNAME}, -1}, + {"Uittenbogaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboelazm", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheatle", 1, {DICTIONARY_SURNAME}, -1}, + {"Durão", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Veldhuizen", 1, {DICTIONARY_SURNAME}, -1}, + {"Alfy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leibovitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Korekiyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ján", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"sams clubs", 1, {DICTIONARY_CHAIN}, 227}, + {"cvs pharmacy", 1, {DICTIONARY_CHAIN}, 117}, + {"Maksimenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopp", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdoulwahab", 1, {DICTIONARY_SURNAME}, -1}, + {"jamba juice", 1, {DICTIONARY_CHAIN}, -1}, + {"Gartside", 1, {DICTIONARY_SURNAME}, -1}, + {"Burroughs", 1, {DICTIONARY_SURNAME}, -1}, + {"Ainy", 1, {DICTIONARY_SURNAME}, -1}, + {"K.R.H. Sonderborg", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Erton", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mitchell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kevyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toshiki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kilel", 1, {DICTIONARY_SURNAME}, -1}, + {"Engelbart", 1, {DICTIONARY_SURNAME}, -1}, + {"Panchito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thistlethwaite", 1, {DICTIONARY_SURNAME}, -1}, + {"Annácska", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sakie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Camusat", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bodin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Oldenbarnevelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Moschkowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Catríona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sybrand", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sandbichler", 1, {DICTIONARY_SURNAME}, -1}, + {"Núria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drusilla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGarry", 1, {DICTIONARY_SURNAME}, -1}, + {"Shafiqullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Birnbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinde", 1, {DICTIONARY_SURNAME}, -1}, + {"Fromkina", 1, {DICTIONARY_SURNAME}, -1}, + {"Jagger", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyabi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Macwan", 1, {DICTIONARY_SURNAME}, -1}, + {"Berens", 1, {DICTIONARY_SURNAME}, -1}, + {"Crescentius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achaari", 1, {DICTIONARY_SURNAME}, -1}, + {"Vershynina", 1, {DICTIONARY_SURNAME}, -1}, + {"Pedersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Thune", 1, {DICTIONARY_SURNAME}, -1}, + {"Domenic", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asser", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Quilty", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Read", 1, {DICTIONARY_SURNAME}, -1}, + {"Fixlmillner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Viitanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Huwyler", 1, {DICTIONARY_SURNAME}, -1}, + {"Broschinský", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashish", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"yoshinoya", 1, {DICTIONARY_CHAIN}, -1}, + {"Zeke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ghisalberti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Barkman", 1, {DICTIONARY_SURNAME}, -1}, + {"Moler", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyszyński", 1, {DICTIONARY_SURNAME}, -1}, + {"Knoch", 1, {DICTIONARY_SURNAME}, -1}, + {"Afrika", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanninen", 1, {DICTIONARY_SURNAME}, -1}, + {"Důras", 1, {DICTIONARY_SURNAME}, -1}, + {"Agaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Dervishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherian", 1, {DICTIONARY_SURNAME}, -1}, + {"Dowd", 1, {DICTIONARY_SURNAME}, -1}, + {"ing", 1, {DICTIONARY_CHAIN}, -1}, + {"Helgadóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Ringelblum", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorrit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shamblin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigurdsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Alatalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Porcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheehan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonderburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Der Veken", 1, {DICTIONARY_SURNAME}, -1}, + {"Isetnofret", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marcussen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dingsdag", 1, {DICTIONARY_SURNAME}, -1}, + {"Vylegzhanin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mollie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ender", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacSharry", 1, {DICTIONARY_SURNAME}, -1}, + {"Rameau", 1, {DICTIONARY_SURNAME}, -1}, + {"Velloso", 1, {DICTIONARY_SURNAME}, -1}, + {"Rafsanjani", 1, {DICTIONARY_SURNAME}, -1}, + {"Stößner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ní Thormaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Varraux", 1, {DICTIONARY_SURNAME}, -1}, + {"Stimpson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyo-joo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tingting", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Domanska", 1, {DICTIONARY_SURNAME}, -1}, + {"Anastasia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoogendijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Sillah", 1, {DICTIONARY_SURNAME}, -1}, + {"Leonor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Miiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Starrett", 1, {DICTIONARY_SURNAME}, -1}, + {"Makur", 1, {DICTIONARY_SURNAME}, -1}, + {"Torgersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Korsakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Agiashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"the co-operative food", 1, {DICTIONARY_CHAIN}, -1}, + {"Killion", 1, {DICTIONARY_SURNAME}, -1}, + {"Piip", 1, {DICTIONARY_SURNAME}, -1}, + {"Sielecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-hwan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Milinković", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Reet", 1, {DICTIONARY_SURNAME}, -1}, + {"Tselovalnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Domhnalláin", 1, {DICTIONARY_SURNAME}, -1}, + {"Taqi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Khabarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahrari", 1, {DICTIONARY_SURNAME}, -1}, + {"Narimi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rachals", 1, {DICTIONARY_SURNAME}, -1}, + {"Wijewardene", 1, {DICTIONARY_SURNAME}, -1}, + {"Lavrov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tufail", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanderveer", 1, {DICTIONARY_SURNAME}, -1}, + {"Repin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokarev", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarmila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McAda", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlersmeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Plavinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Maby", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Carroll", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Biddlecombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhind", 1, {DICTIONARY_SURNAME}, -1}, + {"Carmine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schottel", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Lamoen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kloppers", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinks", 1, {DICTIONARY_SURNAME}, -1}, + {"Short", 1, {DICTIONARY_SURNAME}, -1}, + {"Delon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rilke", 1, {DICTIONARY_SURNAME}, -1}, + {"Ricci", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dhimitër", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trewynnard", 1, {DICTIONARY_SURNAME}, -1}, + {"Kučinić", 1, {DICTIONARY_SURNAME}, -1}, + {"Alice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cahill", 1, {DICTIONARY_SURNAME}, -1}, + {"Jandó", 1, {DICTIONARY_SURNAME}, -1}, + {"Shukri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kornemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Asaiyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vartazarian", 1, {DICTIONARY_SURNAME}, -1}, + {"Thiedemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vosler", 1, {DICTIONARY_SURNAME}, -1}, + {"Theodoric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Colasse", 1, {DICTIONARY_SURNAME}, -1}, + {"Heinemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tomohito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peyton-Jones", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuijers", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigebert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Charles-Augustin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ohtake", 1, {DICTIONARY_SURNAME}, -1}, + {"Futrell", 1, {DICTIONARY_SURNAME}, -1}, + {"McRaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Kappel", 1, {DICTIONARY_SURNAME}, -1}, + {"Villemin", 1, {DICTIONARY_SURNAME}, -1}, + {"Pereyra", 1, {DICTIONARY_SURNAME}, -1}, + {"Hambly", 1, {DICTIONARY_SURNAME}, -1}, + {"Haydn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sievwright", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Webber", 1, {DICTIONARY_SURNAME}, -1}, + {"Attkisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Collet", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schlieper", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Patten", 1, {DICTIONARY_SURNAME}, -1}, + {"Aki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ungureanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Maolán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pergar", 1, {DICTIONARY_SURNAME}, -1}, + {"Rolvaag", 1, {DICTIONARY_SURNAME}, -1}, + {"Crier", 1, {DICTIONARY_SURNAME}, -1}, + {"Monta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bierofka", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassilakopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Hufnagel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vangipuram", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodell", 1, {DICTIONARY_SURNAME}, -1}, + {"Schliessler", 1, {DICTIONARY_SURNAME}, -1}, + {"Coghill", 1, {DICTIONARY_SURNAME}, -1}, + {"Wardak", 1, {DICTIONARY_SURNAME}, -1}, + {"Sipowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Laroo", 1, {DICTIONARY_SURNAME}, -1}, + {"Pascoe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hanselman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajgalle", 1, {DICTIONARY_SURNAME}, -1}, + {"Chikasue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harriet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fredholm", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabrielyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ongaro", 1, {DICTIONARY_SURNAME}, -1}, + {"McKeague", 1, {DICTIONARY_SURNAME}, -1}, + {"Procaccini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ornelas", 1, {DICTIONARY_SURNAME}, -1}, + {"Sillence", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Orsini", 1, {DICTIONARY_SURNAME}, -1}, + {"Koçoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Bukejlović", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Mannan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ahlm", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagahata", 1, {DICTIONARY_SURNAME}, -1}, + {"Maclin", 1, {DICTIONARY_SURNAME}, -1}, + {"Calthrop", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Zetten", 1, {DICTIONARY_SURNAME}, -1}, + {"Carpenter", 1, {DICTIONARY_SURNAME}, -1}, + {"Chakrabarty", 1, {DICTIONARY_SURNAME}, -1}, + {"Manga Bell", 1, {DICTIONARY_SURNAME}, -1}, + {"Mizrachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Elvin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Recker", 1, {DICTIONARY_SURNAME}, -1}, + {"Dvoretzky", 1, {DICTIONARY_SURNAME}, -1}, + {"Cowper", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidqi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Choquette", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanistendael", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirković", 1, {DICTIONARY_SURNAME}, -1}, + {"Spiro", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mosby", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Bashford", 1, {DICTIONARY_SURNAME}, -1}, + {"Runako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Helliwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonhagt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermaelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Batt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Czerski", 1, {DICTIONARY_SURNAME}, -1}, + {"McGuire", 1, {DICTIONARY_SURNAME}, -1}, + {"Denly", 1, {DICTIONARY_SURNAME}, -1}, + {"Zia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Young-sook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abegg", 1, {DICTIONARY_SURNAME}, -1}, + {"Najim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vigliotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Abene", 1, {DICTIONARY_SURNAME}, -1}, + {"Wachira", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cockcroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrvatinić", 1, {DICTIONARY_SURNAME}, -1}, + {"Pravdić", 1, {DICTIONARY_SURNAME}, -1}, + {"Fesca", 1, {DICTIONARY_SURNAME}, -1}, + {"Travaglio", 1, {DICTIONARY_SURNAME}, -1}, + {"St.-Jean", 1, {DICTIONARY_SURNAME}, -1}, + {"McCaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldblatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbaba", 1, {DICTIONARY_SURNAME}, -1}, + {"Behrens", 1, {DICTIONARY_SURNAME}, -1}, + {"Lanza", 1, {DICTIONARY_SURNAME}, -1}, + {"Jimeno", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bayard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Guinness", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidemitsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lydman", 1, {DICTIONARY_SURNAME}, -1}, + {"Grolnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Rithy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bettauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Halling", 1, {DICTIONARY_SURNAME}, -1}, + {"Agagu", 1, {DICTIONARY_SURNAME}, -1}, + {"Koskela", 1, {DICTIONARY_SURNAME}, -1}, + {"Carine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eyre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mansur", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kisugi", 1, {DICTIONARY_SURNAME}, -1}, + {"Praet", 1, {DICTIONARY_SURNAME}, -1}, + {"Margesson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tyler", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sibrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Mainchín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Öpik", 1, {DICTIONARY_SURNAME}, -1}, + {"Grassotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Karabo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ayotte", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalessondro", 1, {DICTIONARY_SURNAME}, -1}, + {"Boruch", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Plantier", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackevičs", 1, {DICTIONARY_SURNAME}, -1}, + {"Valsala", 1, {DICTIONARY_SURNAME}, -1}, + {"Skubiszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Sitric", 1, {DICTIONARY_SURNAME}, -1}, + {"Genzlinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kunitomo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamzaoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Bambridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Helsingius", 1, {DICTIONARY_SURNAME}, -1}, + {"Gopinathan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kolumbet", 1, {DICTIONARY_SURNAME}, -1}, + {"Boucetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaremba", 1, {DICTIONARY_SURNAME}, -1}, + {"Börje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nakibou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Doucet", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdullah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vassort", 1, {DICTIONARY_SURNAME}, -1}, + {"Ossip", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Summa", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Kemp", 1, {DICTIONARY_SURNAME}, -1}, + {"Goonesena", 1, {DICTIONARY_SURNAME}, -1}, + {"Garlington", 1, {DICTIONARY_SURNAME}, -1}, + {"Corby", 1, {DICTIONARY_SURNAME}, -1}, + {"Tardelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Abaurre", 1, {DICTIONARY_SURNAME}, -1}, + {"Coperthwaite", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Ianto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Satu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ionela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brater", 1, {DICTIONARY_SURNAME}, -1}, + {"Geneva", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sniderman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanhatalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Corker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vollenweider", 1, {DICTIONARY_SURNAME}, -1}, + {"Bontridder", 1, {DICTIONARY_SURNAME}, -1}, + {"Brouwer", 1, {DICTIONARY_SURNAME}, -1}, + {"Weizenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Alberto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Superville", 1, {DICTIONARY_SURNAME}, -1}, + {"schlotzsky's deli", 1, {DICTIONARY_CHAIN}, 229}, + {"Akinocho", 1, {DICTIONARY_SURNAME}, -1}, + {"Fallows", 1, {DICTIONARY_SURNAME}, -1}, + {"Murakawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Stom", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöpfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Prismall", 1, {DICTIONARY_SURNAME}, -1}, + {"chili's", 1, {DICTIONARY_CHAIN}, -1}, + {"Akanni", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaufourier", 1, {DICTIONARY_SURNAME}, -1}, + {"Brüll", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleary", 1, {DICTIONARY_SURNAME}, -1}, + {"Starkweather", 1, {DICTIONARY_SURNAME}, -1}, + {"Rozga", 1, {DICTIONARY_SURNAME}, -1}, + {"Stian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Botev", 1, {DICTIONARY_SURNAME}, -1}, + {"Björkman", 1, {DICTIONARY_SURNAME}, -1}, + {"Yayoi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jōji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Hulst", 1, {DICTIONARY_SURNAME}, -1}, + {"Radnitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Grétry", 1, {DICTIONARY_SURNAME}, -1}, + {"Kherkheulidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Dissen", 1, {DICTIONARY_SURNAME}, -1}, + {"Busing", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Luc", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shapps", 1, {DICTIONARY_SURNAME}, -1}, + {"Siwiec", 1, {DICTIONARY_SURNAME}, -1}, + {"Nemishray", 1, {DICTIONARY_SURNAME}, -1}, + {"Eiichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waitt", 1, {DICTIONARY_SURNAME}, -1}, + {"De Bernardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Grauer", 1, {DICTIONARY_SURNAME}, -1}, + {"List", 1, {DICTIONARY_SURNAME}, -1}, + {"Clore", 1, {DICTIONARY_SURNAME}, -1}, + {"Rathbone", 1, {DICTIONARY_SURNAME}, -1}, + {"Cotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Kusumoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Gossett", 1, {DICTIONARY_SURNAME}, -1}, + {"Mani Iyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrtělka", 1, {DICTIONARY_SURNAME}, -1}, + {"Caden", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waller", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwartzman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wooler", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbonavbare", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilfried", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lurz", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeal", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stöhr", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ness", 1, {DICTIONARY_SURNAME}, -1}, + {"Varaďa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwak", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerram", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallerstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Eino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiflett", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhonsle", 1, {DICTIONARY_SURNAME}, -1}, + {"Botho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Locard", 1, {DICTIONARY_SURNAME}, -1}, + {"Naumenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Țițeica", 1, {DICTIONARY_SURNAME}, -1}, + {"Taghvaei", 1, {DICTIONARY_SURNAME}, -1}, + {"Magee", 1, {DICTIONARY_SURNAME}, -1}, + {"Chadli", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schmeller", 1, {DICTIONARY_SURNAME}, -1}, + {"Symonenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonin", 1, {DICTIONARY_SURNAME}, -1}, + {"Heap", 1, {DICTIONARY_SURNAME}, -1}, + {"Dodrill", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacopo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wakao", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirjana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abello", 1, {DICTIONARY_SURNAME}, -1}, + {"Gasmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratković", 1, {DICTIONARY_SURNAME}, -1}, + {"Azkoul", 1, {DICTIONARY_SURNAME}, -1}, + {"Claessens", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalling", 1, {DICTIONARY_SURNAME}, -1}, + {"Annaliese", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iriondo", 1, {DICTIONARY_SURNAME}, -1}, + {"Totino", 1, {DICTIONARY_SURNAME}, -1}, + {"Krasilnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Yordan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Svante", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scharmin", 1, {DICTIONARY_SURNAME}, -1}, + {"Thelwall", 1, {DICTIONARY_SURNAME}, -1}, + {"Shin'ichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Frankel", 1, {DICTIONARY_SURNAME}, -1}, + {"Atsuto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Therapont", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hines", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"De Castro family", 1, {DICTIONARY_SURNAME}, -1}, + {"Speller", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilmor", 1, {DICTIONARY_SURNAME}, -1}, + {"Grimaldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Burgmeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Bryan-Brown", 1, {DICTIONARY_SURNAME}, -1}, + {"Heydarieh", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinyando", 1, {DICTIONARY_SURNAME}, -1}, + {"Bréhal", 1, {DICTIONARY_SURNAME}, -1}, + {"Guldbrandsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aatabou", 1, {DICTIONARY_SURNAME}, -1}, + {"Volina", 1, {DICTIONARY_SURNAME}, -1}, + {"in-and-out burger", 1, {DICTIONARY_CHAIN}, 158}, + {"Grammaticus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Calixto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sharma", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kállai", 1, {DICTIONARY_SURNAME}, -1}, + {"Tany", 1, {DICTIONARY_SURNAME}, -1}, + {"Augustyniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrić", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakke", 1, {DICTIONARY_SURNAME}, -1}, + {"Malgham", 1, {DICTIONARY_SURNAME}, -1}, + {"Echenique", 1, {DICTIONARY_SURNAME}, -1}, + {"Ichiki", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbari", 1, {DICTIONARY_SURNAME}, -1}, + {"Colbrelli", 1, {DICTIONARY_SURNAME}, -1}, + {"t-mobile", 1, {DICTIONARY_CHAIN}, -1}, + {"Zsa Zsa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Huger", 1, {DICTIONARY_SURNAME}, -1}, + {"Nyberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinnott", 1, {DICTIONARY_SURNAME}, -1}, + {"Hébert", 1, {DICTIONARY_SURNAME}, -1}, + {"Borst", 1, {DICTIONARY_SURNAME}, -1}, + {"Khatri Uppal clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Schröer", 1, {DICTIONARY_SURNAME}, -1}, + {"McClintock", 1, {DICTIONARY_SURNAME}, -1}, + {"Audisio", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlingensief", 1, {DICTIONARY_SURNAME}, -1}, + {"Vignoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Rogerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Martini", 1, {DICTIONARY_SURNAME}, -1}, + {"Guttormsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Heaston", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Ben-Sasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Gündüz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boscawen", 1, {DICTIONARY_SURNAME}, -1}, + {"Acuna", 1, {DICTIONARY_SURNAME}, -1}, + {"Rzewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sridhara", 1, {DICTIONARY_SURNAME}, -1}, + {"Pliskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Helfgott", 1, {DICTIONARY_SURNAME}, -1}, + {"Whidden", 1, {DICTIONARY_SURNAME}, -1}, + {"Lene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahmose", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vakawaletabua", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuzeid", 1, {DICTIONARY_SURNAME}, -1}, + {"Poore", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellamann", 1, {DICTIONARY_SURNAME}, -1}, + {"Candlish", 1, {DICTIONARY_SURNAME}, -1}, + {"Tolman", 1, {DICTIONARY_SURNAME}, -1}, + {"Beacock", 1, {DICTIONARY_SURNAME}, -1}, + {"Malghum", 1, {DICTIONARY_SURNAME}, -1}, + {"Halford", 1, {DICTIONARY_SURNAME}, -1}, + {"McGuinness", 1, {DICTIONARY_SURNAME}, -1}, + {"Anđelković", 1, {DICTIONARY_SURNAME}, -1}, + {"Riesenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Lessing", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarlać", 1, {DICTIONARY_SURNAME}, -1}, + {"Kósz", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Goichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dabrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"André-Marie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abaunza", 1, {DICTIONARY_SURNAME}, -1}, + {"José", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaspars", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rokuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Shishani", 1, {DICTIONARY_SURNAME}, -1}, + {"Lanzinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Polak", 1, {DICTIONARY_SURNAME}, -1}, + {"Grand", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleall", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobis", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamshid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van de Cappelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boatman", 1, {DICTIONARY_SURNAME}, -1}, + {"Semple", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Heinz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Andrews", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyun-jin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kanne", 1, {DICTIONARY_SURNAME}, -1}, + {"Crusenstolpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Veenemans", 1, {DICTIONARY_SURNAME}, -1}, + {"Pankow", 1, {DICTIONARY_SURNAME}, -1}, + {"Zwanziger", 1, {DICTIONARY_SURNAME}, -1}, + {"Muscroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Tailtiu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fleay", 1, {DICTIONARY_SURNAME}, -1}, + {"Yumoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Tosun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abisheganaden", 1, {DICTIONARY_SURNAME}, -1}, + {"Samiullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Girolamo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mor", 1, {DICTIONARY_SURNAME}, -1}, + {"Lartey", 1, {DICTIONARY_SURNAME}, -1}, + {"Şükrü", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takatsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Muroya", 1, {DICTIONARY_SURNAME}, -1}, + {"Murray", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lefler", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadarević", 1, {DICTIONARY_SURNAME}, -1}, + {"Shaihullin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nelsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Belingard", 1, {DICTIONARY_SURNAME}, -1}, + {"Olcán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kjell", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Young-ha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yow Yeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Hurairah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mutsuhiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Tomme", 1, {DICTIONARY_SURNAME}, -1}, + {"Rei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alanko", 1, {DICTIONARY_SURNAME}, -1}, + {"Kostiuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Bandaru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adelaja", 1, {DICTIONARY_SURNAME}, -1}, + {"McCray", 1, {DICTIONARY_SURNAME}, -1}, + {"Čolić", 1, {DICTIONARY_SURNAME}, -1}, + {"Gomery", 1, {DICTIONARY_SURNAME}, -1}, + {"Howse", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbashev", 1, {DICTIONARY_SURNAME}, -1}, + {"Chalfant", 1, {DICTIONARY_SURNAME}, -1}, + {"Henningsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tahirović", 1, {DICTIONARY_SURNAME}, -1}, + {"Aidukaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Egbers", 1, {DICTIONARY_SURNAME}, -1}, + {"Stöckl", 1, {DICTIONARY_SURNAME}, -1}, + {"Voulgaris", 1, {DICTIONARY_SURNAME}, -1}, + {"Lieben", 1, {DICTIONARY_SURNAME}, -1}, + {"Nettles", 1, {DICTIONARY_SURNAME}, -1}, + {"Matveyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Chrispijn", 1, {DICTIONARY_SURNAME}, -1}, + {"Witham", 1, {DICTIONARY_SURNAME}, -1}, + {"Armstrong", 1, {DICTIONARY_SURNAME}, -1}, + {"Monagas", 1, {DICTIONARY_SURNAME}, -1}, + {"Balasingam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Irismetov", 1, {DICTIONARY_SURNAME}, -1}, + {"Visintin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tesařík", 1, {DICTIONARY_SURNAME}, -1}, + {"Raihman v. Latvia", 1, {DICTIONARY_SURNAME}, -1}, + {"Ragovoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Nzeakor", 1, {DICTIONARY_SURNAME}, -1}, + {"Skey", 1, {DICTIONARY_SURNAME}, -1}, + {"Meskill", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarley", 1, {DICTIONARY_SURNAME}, -1}, + {"Segraves", 1, {DICTIONARY_SURNAME}, -1}, + {"Chinezu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiemstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Slavin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lidster", 1, {DICTIONARY_SURNAME}, -1}, + {"Mermelstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Bílek", 1, {DICTIONARY_SURNAME}, -1}, + {"Fresco", 1, {DICTIONARY_SURNAME}, -1}, + {"Noland", 1, {DICTIONARY_SURNAME}, -1}, + {"Barthélemy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Asayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Radić", 1, {DICTIONARY_SURNAME}, -1}, + {"Peled", 1, {DICTIONARY_SURNAME}, -1}, + {"Salve", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Woo-jin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gerould", 1, {DICTIONARY_SURNAME}, -1}, + {"Karjalainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gangohi", 1, {DICTIONARY_SURNAME}, -1}, + {"Michiaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Twashta Kasar", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rastegar", 1, {DICTIONARY_SURNAME}, -1}, + {"Zellman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gessler", 1, {DICTIONARY_SURNAME}, -1}, + {"Borromeo", 1, {DICTIONARY_SURNAME}, -1}, + {"Mecham", 1, {DICTIONARY_SURNAME}, -1}, + {"Moinuddin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moretto", 1, {DICTIONARY_SURNAME}, -1}, + {"Amastan", 1, {DICTIONARY_SURNAME}, -1}, + {"Achinstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Vietto", 1, {DICTIONARY_SURNAME}, -1}, + {"Adoboe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bigvava", 1, {DICTIONARY_SURNAME}, -1}, + {"McSherry", 1, {DICTIONARY_SURNAME}, -1}, + {"Anikó", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazimieras", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdenouz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kayhan", 1, {DICTIONARY_SURNAME}, -1}, + {"Danson", 1, {DICTIONARY_SURNAME}, -1}, + {"Igarashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Groves", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajagic", 1, {DICTIONARY_SURNAME}, -1}, + {"Folman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajonuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Rania", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nikolayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Starks", 1, {DICTIONARY_SURNAME}, -1}, + {"Arlen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ronnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Bülow", 1, {DICTIONARY_SURNAME}, -1}, + {"Sait clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Baçi", 1, {DICTIONARY_SURNAME}, -1}, + {"Proudlock", 1, {DICTIONARY_SURNAME}, -1}, + {"Markgraf", 1, {DICTIONARY_SURNAME}, -1}, + {"Heitmeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Cyril", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ewing", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tolani", 1, {DICTIONARY_SURNAME}, -1}, + {"Banach", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebagua", 1, {DICTIONARY_SURNAME}, -1}, + {"McCluggage", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassels", 1, {DICTIONARY_SURNAME}, -1}, + {"Iizawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Thisbe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cope", 1, {DICTIONARY_SURNAME}, -1}, + {"Oberoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyoyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"benihana", 1, {DICTIONARY_CHAIN}, -1}, + {"Rafer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Čolović", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollmächer", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdonck", 1, {DICTIONARY_SURNAME}, -1}, + {"Adley", 1, {DICTIONARY_SURNAME}, -1}, + {"Geraldo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elfforss", 1, {DICTIONARY_SURNAME}, -1}, + {"Lily", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vilensky", 1, {DICTIONARY_SURNAME}, -1}, + {"Dexter", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aubrey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jae-eun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Spedicato", 1, {DICTIONARY_SURNAME}, -1}, + {"Desani", 1, {DICTIONARY_SURNAME}, -1}, + {"Sardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Arbuckle", 1, {DICTIONARY_SURNAME}, -1}, + {"Hepnar", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanstrattan", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyagahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Shilpa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spoliansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Papastathopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Weigall", 1, {DICTIONARY_SURNAME}, -1}, + {"Cave", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bronk", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilhete", 1, {DICTIONARY_SURNAME}, -1}, + {"Anagnostakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Homeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonker", 1, {DICTIONARY_SURNAME}, -1}, + {"Scroggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Razmadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Amerongen", 1, {DICTIONARY_SURNAME}, -1}, + {"Herock", 1, {DICTIONARY_SURNAME}, -1}, + {"Rotich", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiedis", 1, {DICTIONARY_SURNAME}, -1}, + {"u s bank", 1, {DICTIONARY_CHAIN}, 262}, + {"Jaelyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gasparyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Troiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vertefeuille", 1, {DICTIONARY_SURNAME}, -1}, + {"Hastrup", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigenin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kjær", 1, {DICTIONARY_SURNAME}, -1}, + {"Raibeart", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lauener", 1, {DICTIONARY_SURNAME}, -1}, + {"Denham", 1, {DICTIONARY_SURNAME}, -1}, + {"Owada", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bäumer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dooly", 1, {DICTIONARY_SURNAME}, -1}, + {"Stefanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Larijani", 1, {DICTIONARY_SURNAME}, -1}, + {"Shunsaku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Downie", 1, {DICTIONARY_SURNAME}, -1}, + {"Pruszkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaltenegger", 1, {DICTIONARY_SURNAME}, -1}, + {"Áďa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katsuya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kaňa", 1, {DICTIONARY_SURNAME}, -1}, + {"Sood", 1, {DICTIONARY_SURNAME}, -1}, + {"Dallinger von Dalling", 1, {DICTIONARY_SURNAME}, -1}, + {"Hackl", 1, {DICTIONARY_SURNAME}, -1}, + {"Denyse", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Halse", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zammit", 1, {DICTIONARY_SURNAME}, -1}, + {"Dujardin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahahaoui", 1, {DICTIONARY_SURNAME}, -1}, + {"Spinrad", 1, {DICTIONARY_SURNAME}, -1}, + {"Akino", 1, {DICTIONARY_SURNAME}, -1}, + {"Testa", 1, {DICTIONARY_SURNAME}, -1}, + {"McConathy", 1, {DICTIONARY_SURNAME}, -1}, + {"Rees", 1, {DICTIONARY_SURNAME}, -1}, + {"Ostapchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Satsuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sabiha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaitkus", 1, {DICTIONARY_SURNAME}, -1}, + {"Faubert", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizitiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Naoshige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Folashade", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"verizon", 1, {DICTIONARY_CHAIN}, 263}, + {"Teuvo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tondre", 1, {DICTIONARY_SURNAME}, -1}, + {"Schalek", 1, {DICTIONARY_SURNAME}, -1}, + {"Olsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gumulya", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshisue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoar", 1, {DICTIONARY_SURNAME}, -1}, + {"Tychsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agger", 1, {DICTIONARY_SURNAME}, -1}, + {"Rinck", 1, {DICTIONARY_SURNAME}, -1}, + {"Johnstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Zemiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Hashem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McGeouch", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyss", 1, {DICTIONARY_SURNAME}, -1}, + {"Simović", 1, {DICTIONARY_SURNAME}, -1}, + {"Lesia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Auvray", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Rooy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorgrimler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kneib", 1, {DICTIONARY_SURNAME}, -1}, + {"Laxton", 1, {DICTIONARY_SURNAME}, -1}, + {"Nogaito", 1, {DICTIONARY_SURNAME}, -1}, + {"Juvelius", 1, {DICTIONARY_SURNAME}, -1}, + {"Courrent", 1, {DICTIONARY_SURNAME}, -1}, + {"Oyedeji", 1, {DICTIONARY_SURNAME}, -1}, + {"Abaijah", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Agliotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Crerar", 1, {DICTIONARY_SURNAME}, -1}, + {"Cape", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavilchenkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ricard", 1, {DICTIONARY_SURNAME}, -1}, + {"Husch", 1, {DICTIONARY_SURNAME}, -1}, + {"Indulis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grandon", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Lapidus", 1, {DICTIONARY_SURNAME}, -1}, + {"Malachy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dönhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Bookhammer", 1, {DICTIONARY_SURNAME}, -1}, + {"Orr", 1, {DICTIONARY_SURNAME}, -1}, + {"Giorgos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deepak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raker", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Randwyck", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunde", 1, {DICTIONARY_SURNAME}, -1}, + {"Abatte", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lahtinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Peck", 1, {DICTIONARY_SURNAME}, -1}, + {"Claypool", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunnegger", 1, {DICTIONARY_SURNAME}, -1}, + {"Biagioli", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakharov", 1, {DICTIONARY_SURNAME}, -1}, + {"Babette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Makhmutov", 1, {DICTIONARY_SURNAME}, -1}, + {"Çetinkaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Carla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dessau", 1, {DICTIONARY_SURNAME}, -1}, + {"Grignard", 1, {DICTIONARY_SURNAME}, -1}, + {"Elouen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Swedenborg", 1, {DICTIONARY_SURNAME}, -1}, + {"Mariko", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Čáp", 1, {DICTIONARY_SURNAME}, -1}, + {"Addles", 1, {DICTIONARY_SURNAME}, -1}, + {"Verőci", 1, {DICTIONARY_SURNAME}, -1}, + {"Pictet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hersony", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ackman", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbay", 1, {DICTIONARY_SURNAME}, -1}, + {"Vũ", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelardo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mupfupi", 1, {DICTIONARY_SURNAME}, -1}, + {"Canoville", 1, {DICTIONARY_SURNAME}, -1}, + {"Snowden", 1, {DICTIONARY_SURNAME}, -1}, + {"Holcombe", 1, {DICTIONARY_SURNAME}, -1}, + {"seven-eleven", 1, {DICTIONARY_CHAIN}, 56}, + {"Shona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jaakko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bašić", 1, {DICTIONARY_SURNAME}, -1}, + {"Coutts", 1, {DICTIONARY_SURNAME}, -1}, + {"Meuleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeigbo", 1, {DICTIONARY_SURNAME}, -1}, + {"Feuerwerker", 1, {DICTIONARY_SURNAME}, -1}, + {"Meggie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Velde", 1, {DICTIONARY_SURNAME}, -1}, + {"Balestrieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Maria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nwokolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Zundert", 1, {DICTIONARY_SURNAME}, -1}, + {"Deville", 1, {DICTIONARY_SURNAME}, -1}, + {"Bushra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rakes", 1, {DICTIONARY_SURNAME}, -1}, + {"Landis", 1, {DICTIONARY_SURNAME}, -1}, + {"Stevanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Sampson", 1, {DICTIONARY_SURNAME}, -1}, + {"Fessenden", 1, {DICTIONARY_SURNAME}, -1}, + {"Arihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Riemsdijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Angalaamman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Purkiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincendeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Venkatasubbaiah", 1, {DICTIONARY_SURNAME}, -1}, + {"Kashiwagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Birley", 1, {DICTIONARY_SURNAME}, -1}, + {"Oken", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Koren", 1, {DICTIONARY_SURNAME}, -1}, + {"Romberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Otoha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ellul", 1, {DICTIONARY_SURNAME}, -1}, + {"Hee-jung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ketling", 1, {DICTIONARY_SURNAME}, -1}, + {"Laughton", 1, {DICTIONARY_SURNAME}, -1}, + {"Krejčír", 1, {DICTIONARY_SURNAME}, -1}, + {"Yan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallet", 1, {DICTIONARY_SURNAME}, -1}, + {"Raimbaut", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Benko", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamilton", 1, {DICTIONARY_SURNAME}, -1}, + {"Handel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Haraszti", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wotzlawek", 1, {DICTIONARY_SURNAME}, -1}, + {"Wawrzyniec", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akrout", 1, {DICTIONARY_SURNAME}, -1}, + {"Savićević", 1, {DICTIONARY_SURNAME}, -1}, + {"Monica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uzoh", 1, {DICTIONARY_SURNAME}, -1}, + {"Hareide", 1, {DICTIONARY_SURNAME}, -1}, + {"Schenck", 1, {DICTIONARY_SURNAME}, -1}, + {"Gualazzini", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotze", 1, {DICTIONARY_SURNAME}, -1}, + {"Guyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleuas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Glinka", 1, {DICTIONARY_SURNAME}, -1}, + {"Mughira", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Conti", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Montagu", 1, {DICTIONARY_SURNAME}, -1}, + {"Valters", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Başaran", 1, {DICTIONARY_SURNAME}, -1}, + {"Verrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Abayawardana", 1, {DICTIONARY_SURNAME}, -1}, + {"Falgout", 1, {DICTIONARY_SURNAME}, -1}, + {"Syrén", 1, {DICTIONARY_SURNAME}, -1}, + {"Moletti", 1, {DICTIONARY_SURNAME}, -1}, + {"Follain", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicario", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendrikse", 1, {DICTIONARY_SURNAME}, -1}, + {"Shwekey", 1, {DICTIONARY_SURNAME}, -1}, + {"Wołodkowicz family", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruno", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Passerini", 1, {DICTIONARY_SURNAME}, -1}, + {"Arantes", 1, {DICTIONARY_SURNAME}, -1}, + {"Werneburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Hudeček", 1, {DICTIONARY_SURNAME}, -1}, + {"Tagge", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Oudshoorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Kobylkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Buhtz", 1, {DICTIONARY_SURNAME}, -1}, + {"din tai fung", 1, {DICTIONARY_CHAIN}, -1}, + {"Zeligowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kavkasidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Turowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollard", 1, {DICTIONARY_SURNAME}, -1}, + {"Sang-chul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Héroux", 1, {DICTIONARY_SURNAME}, -1}, + {"Westermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorvik", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasin", 1, {DICTIONARY_SURNAME}, -1}, + {"Capewell", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabet", 1, {DICTIONARY_SURNAME}, -1}, + {"Wichterle", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahlau", 1, {DICTIONARY_SURNAME}, -1}, + {"Aponte", 1, {DICTIONARY_SURNAME}, -1}, + {"Sampedro", 1, {DICTIONARY_SURNAME}, -1}, + {"Spahn", 1, {DICTIONARY_SURNAME}, -1}, + {"Abellana", 1, {DICTIONARY_SURNAME}, -1}, + {"Nekaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Baah", 1, {DICTIONARY_SURNAME}, -1}, + {"Viduşlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuschetto", 1, {DICTIONARY_SURNAME}, -1}, + {"Vignéras", 1, {DICTIONARY_SURNAME}, -1}, + {"Rivet", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Halloran", 1, {DICTIONARY_SURNAME}, -1}, + {"Spofford", 1, {DICTIONARY_SURNAME}, -1}, + {"Nanaho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaapama", 1, {DICTIONARY_SURNAME}, -1}, + {"Juanito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamerton", 1, {DICTIONARY_SURNAME}, -1}, + {"Kayserling", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryūzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krastev", 1, {DICTIONARY_SURNAME}, -1}, + {"Veltz", 1, {DICTIONARY_SURNAME}, -1}, + {"Abukusumo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicziany", 1, {DICTIONARY_SURNAME}, -1}, + {"Akuchie", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleksinas", 1, {DICTIONARY_SURNAME}, -1}, + {"Golberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Orrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kakhaber", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Donatella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hamdouchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Donaldson", 1, {DICTIONARY_SURNAME}, -1}, + {"Prithvi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jungmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulus", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mikoto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Licia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trollope", 1, {DICTIONARY_SURNAME}, -1}, + {"Bentham", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourjos", 1, {DICTIONARY_SURNAME}, -1}, + {"Conklin", 1, {DICTIONARY_SURNAME}, -1}, + {"Atomu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heintzelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulick", 1, {DICTIONARY_SURNAME}, -1}, + {"Shurtleff", 1, {DICTIONARY_SURNAME}, -1}, + {"Smoljak", 1, {DICTIONARY_SURNAME}, -1}, + {"Abouhalima", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Terumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bergles", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasilden", 1, {DICTIONARY_SURNAME}, -1}, + {"Éibhear", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aufray", 1, {DICTIONARY_SURNAME}, -1}, + {"Hakobyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Alagem", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakulich", 1, {DICTIONARY_SURNAME}, -1}, + {"Lojewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Bricmont", 1, {DICTIONARY_SURNAME}, -1}, + {"Chertow", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Aodhagáin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoblyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Curzon", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazic", 1, {DICTIONARY_SURNAME}, -1}, + {"Cronauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Debnath", 1, {DICTIONARY_SURNAME}, -1}, + {"Ella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"tesco express", 1, {DICTIONARY_CHAIN}, -1}, + {"Schjelderup", 1, {DICTIONARY_SURNAME}, -1}, + {"Vollebæk", 1, {DICTIONARY_SURNAME}, -1}, + {"Zumthor", 1, {DICTIONARY_SURNAME}, -1}, + {"Himmler", 1, {DICTIONARY_SURNAME}, -1}, + {"Abendschein", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawaragi", 1, {DICTIONARY_SURNAME}, -1}, + {"Moskalenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilató", 1, {DICTIONARY_SURNAME}, -1}, + {"Allard", 1, {DICTIONARY_SURNAME}, -1}, + {"Vafi", 1, {DICTIONARY_SURNAME}, -1}, + {"Boakye", 1, {DICTIONARY_SURNAME}, -1}, + {"Marçal", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogoraz", 1, {DICTIONARY_SURNAME}, -1}, + {"Virgil Earnest Irvan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ernst", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gmoch", 1, {DICTIONARY_SURNAME}, -1}, + {"Leno", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Jurjani", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovelock", 1, {DICTIONARY_SURNAME}, -1}, + {"Hankinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bello", 1, {DICTIONARY_SURNAME}, -1}, + {"Garot", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownsword", 1, {DICTIONARY_SURNAME}, -1}, + {"Goslin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bittner", 1, {DICTIONARY_SURNAME}, -1}, + {"Eberhart", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zanni", 1, {DICTIONARY_SURNAME}, -1}, + {"Tobik", 1, {DICTIONARY_SURNAME}, -1}, + {"Figgis", 1, {DICTIONARY_SURNAME}, -1}, + {"Abilaliaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Mačvan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sparwasser", 1, {DICTIONARY_SURNAME}, -1}, + {"Taileflaith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Felicity", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zaslow", 1, {DICTIONARY_SURNAME}, -1}, + {"Deladerrière", 1, {DICTIONARY_SURNAME}, -1}, + {"Malmstrom", 1, {DICTIONARY_SURNAME}, -1}, + {"ladbrokes", 1, {DICTIONARY_CHAIN}, -1}, + {"Vahanian", 1, {DICTIONARY_SURNAME}, -1}, + {"Stalin", 1, {DICTIONARY_SURNAME}, -1}, + {"Alagalak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimbro", 1, {DICTIONARY_SURNAME}, -1}, + {"key bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Zsó", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Post", 1, {DICTIONARY_SURNAME}, -1}, + {"Lilias", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Serre", 1, {DICTIONARY_SURNAME}, -1}, + {"Açıl", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowes-Lyon", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibenegbu", 1, {DICTIONARY_SURNAME}, -1}, + {"Suomalainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Eilers", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobiliary particle", 1, {DICTIONARY_SURNAME}, -1}, + {"Favre", 1, {DICTIONARY_SURNAME}, -1}, + {"Guth", 1, {DICTIONARY_SURNAME}, -1}, + {"Meinert", 1, {DICTIONARY_SURNAME}, -1}, + {"Dao", 1, {DICTIONARY_SURNAME}, -1}, + {"Joeli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adea", 1, {DICTIONARY_SURNAME}, -1}, + {"Durden", 1, {DICTIONARY_SURNAME}, -1}, + {"Pettifor", 1, {DICTIONARY_SURNAME}, -1}, + {"Flowers", 1, {DICTIONARY_SURNAME}, -1}, + {"Shawcross", 1, {DICTIONARY_SURNAME}, -1}, + {"Vízner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bechrakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hundley", 1, {DICTIONARY_SURNAME}, -1}, + {"Schley", 1, {DICTIONARY_SURNAME}, -1}, + {"Khariton", 1, {DICTIONARY_SURNAME}, -1}, + {"Poettering", 1, {DICTIONARY_SURNAME}, -1}, + {"Emelianenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Gebrhiwet", 1, {DICTIONARY_SURNAME}, -1}, + {"Pride", 1, {DICTIONARY_SURNAME}, -1}, + {"Borbón", 1, {DICTIONARY_SURNAME}, -1}, + {"Romaña", 1, {DICTIONARY_SURNAME}, -1}, + {"Jong-ok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mollison", 1, {DICTIONARY_SURNAME}, -1}, + {"Delcroix", 1, {DICTIONARY_SURNAME}, -1}, + {"dollarama", 1, {DICTIONARY_CHAIN}, -1}, + {"Anczok", 1, {DICTIONARY_SURNAME}, -1}, + {"Vischjager", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonomateiratu", 1, {DICTIONARY_SURNAME}, -1}, + {"Ettinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelheid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edwige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Casari", 1, {DICTIONARY_SURNAME}, -1}, + {"Hye-kyung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takeichi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abderrahmane", 1, {DICTIONARY_SURNAME}, -1}, + {"Mag Amhalghadha", 1, {DICTIONARY_SURNAME}, -1}, + {"Newmark", 1, {DICTIONARY_SURNAME}, -1}, + {"Dymond", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlimm", 1, {DICTIONARY_SURNAME}, -1}, + {"Štěpánek", 1, {DICTIONARY_SURNAME}, -1}, + {"Abd al-Uzza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Claproth", 1, {DICTIONARY_SURNAME}, -1}, + {"Cholmondeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Drabble", 1, {DICTIONARY_SURNAME}, -1}, + {"Breguet", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitzis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatchell", 1, {DICTIONARY_SURNAME}, -1}, + {"Libbis", 1, {DICTIONARY_SURNAME}, -1}, + {"Casserly", 1, {DICTIONARY_SURNAME}, -1}, + {"Gammell", 1, {DICTIONARY_SURNAME}, -1}, + {"Avigdorov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokugawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Velonirina", 1, {DICTIONARY_SURNAME}, -1}, + {"Kechris", 1, {DICTIONARY_SURNAME}, -1}, + {"Savitsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Iriguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Meaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Anica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"spaghetti warehouses", 1, {DICTIONARY_CHAIN}, 237}, + {"Tô", 1, {DICTIONARY_SURNAME}, -1}, + {"McGrann", 1, {DICTIONARY_SURNAME}, -1}, + {"Smiley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sandrini", 1, {DICTIONARY_SURNAME}, -1}, + {"Rui Pedro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abahnini", 1, {DICTIONARY_SURNAME}, -1}, + {"Pincherle", 1, {DICTIONARY_SURNAME}, -1}, + {"Hieronim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hegman", 1, {DICTIONARY_SURNAME}, -1}, + {"Minkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaiser", 1, {DICTIONARY_SURNAME}, -1}, + {"Worrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Tapp", 1, {DICTIONARY_SURNAME}, -1}, + {"Gotschalk", 1, {DICTIONARY_SURNAME}, -1}, + {"Hertel", 1, {DICTIONARY_SURNAME}, -1}, + {"Conover", 1, {DICTIONARY_SURNAME}, -1}, + {"Ezergailis", 1, {DICTIONARY_SURNAME}, -1}, + {"Inese", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brockenbrough", 1, {DICTIONARY_SURNAME}, -1}, + {"Duva", 1, {DICTIONARY_SURNAME}, -1}, + {"Per", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Habeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Reavey", 1, {DICTIONARY_SURNAME}, -1}, + {"Daisuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bremner", 1, {DICTIONARY_SURNAME}, -1}, + {"Romaschenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Vacquier", 1, {DICTIONARY_SURNAME}, -1}, + {"Biton", 1, {DICTIONARY_SURNAME}, -1}, + {"Dena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bagceci", 1, {DICTIONARY_SURNAME}, -1}, + {"Jordyn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Joosten", 1, {DICTIONARY_SURNAME}, -1}, + {"Sasaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Fares Noujaim", 1, {DICTIONARY_SURNAME}, -1}, + {"Keijū", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zvagelsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboubakar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bentaleb", 1, {DICTIONARY_SURNAME}, -1}, + {"Åhlberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayat", 1, {DICTIONARY_SURNAME}, -1}, + {"Vergara", 1, {DICTIONARY_SURNAME}, -1}, + {"Angas", 1, {DICTIONARY_SURNAME}, -1}, + {"Čižmár", 1, {DICTIONARY_SURNAME}, -1}, + {"Gennings", 1, {DICTIONARY_SURNAME}, -1}, + {"Calhamer", 1, {DICTIONARY_SURNAME}, -1}, + {"Limberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramazan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harnoncourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vávrová", 1, {DICTIONARY_SURNAME}, -1}, + {"Akae", 1, {DICTIONARY_SURNAME}, -1}, + {"Chivadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Houseman", 1, {DICTIONARY_SURNAME}, -1}, + {"Combe", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Aerle", 1, {DICTIONARY_SURNAME}, -1}, + {"Fini", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergamini", 1, {DICTIONARY_SURNAME}, -1}, + {"Zürn", 1, {DICTIONARY_SURNAME}, -1}, + {"Jin-sung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jimmer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Manalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Flaxman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Niemcewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Arscott", 1, {DICTIONARY_SURNAME}, -1}, + {"Vazda", 1, {DICTIONARY_SURNAME}, -1}, + {"Weich", 1, {DICTIONARY_SURNAME}, -1}, + {"Lunger", 1, {DICTIONARY_SURNAME}, -1}, + {"Masaie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bednarik", 1, {DICTIONARY_SURNAME}, -1}, + {"Veysset", 1, {DICTIONARY_SURNAME}, -1}, + {"Elwill", 1, {DICTIONARY_SURNAME}, -1}, + {"Iyayi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nielsen Hayden", 1, {DICTIONARY_SURNAME}, -1}, + {"Maclang", 1, {DICTIONARY_SURNAME}, -1}, + {"Yerli", 1, {DICTIONARY_SURNAME}, -1}, + {"Halsted", 1, {DICTIONARY_SURNAME}, -1}, + {"Pardew", 1, {DICTIONARY_SURNAME}, -1}, + {"Darevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Tasmin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanbelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Vangsness", 1, {DICTIONARY_SURNAME}, -1}, + {"Scatizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Clitheroe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ockels", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasdekis", 1, {DICTIONARY_SURNAME}, -1}, + {"Braas", 1, {DICTIONARY_SURNAME}, -1}, + {"Shioda", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovegrove", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreae", 1, {DICTIONARY_SURNAME}, -1}, + {"Nwaneri", 1, {DICTIONARY_SURNAME}, -1}, + {"Heylyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiles", 1, {DICTIONARY_SURNAME}, -1}, + {"Garibay", 1, {DICTIONARY_SURNAME}, -1}, + {"perkins restaurant & bakery", 1, {DICTIONARY_CHAIN}, 201}, + {"Goodis", 1, {DICTIONARY_SURNAME}, -1}, + {"Taglioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruzón", 1, {DICTIONARY_SURNAME}, -1}, + {"Wachtel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vsevolod", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harvir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fertig", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikeladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheere", 1, {DICTIONARY_SURNAME}, -1}, + {"Heitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Svetlana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hemsworth", 1, {DICTIONARY_SURNAME}, -1}, + {"macy's", 1, {DICTIONARY_CHAIN}, -1}, + {"Tysinger", 1, {DICTIONARY_SURNAME}, -1}, + {"at&t stores", 1, {DICTIONARY_CHAIN}, 65}, + {"Kerckhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamiński", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammerton", 1, {DICTIONARY_SURNAME}, -1}, + {"Lisaid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lifshitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elgin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jennings", 1, {DICTIONARY_SURNAME}, -1}, + {"Sehlman", 1, {DICTIONARY_SURNAME}, -1}, + {"Peeter", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bessler", 1, {DICTIONARY_SURNAME}, -1}, + {"Michirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wilpon", 1, {DICTIONARY_SURNAME}, -1}, + {"Gelb", 1, {DICTIONARY_SURNAME}, -1}, + {"McAvaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Dumitru", 1, {DICTIONARY_SURNAME}, -1}, + {"Khodiyar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bromfield", 1, {DICTIONARY_SURNAME}, -1}, + {"lcbo", 1, {DICTIONARY_CHAIN}, -1}, + {"Gürsel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wanda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bunge", 1, {DICTIONARY_SURNAME}, -1}, + {"Jack", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Obaldía", 1, {DICTIONARY_SURNAME}, -1}, + {"Mouton", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaruba", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Hügel", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaschka", 1, {DICTIONARY_SURNAME}, -1}, + {"l b j", 1, {DICTIONARY_NAMED_PERSON}, 282}, + {"Mac Oitir", 1, {DICTIONARY_SURNAME}, -1}, + {"Valton", 1, {DICTIONARY_SURNAME}, -1}, + {"Heidegger", 1, {DICTIONARY_SURNAME}, -1}, + {"Waitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Yōjirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tkachuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Piemontesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gülpınar", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahrndt", 1, {DICTIONARY_SURNAME}, -1}, + {"Gellman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Rághnaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Duteil", 1, {DICTIONARY_SURNAME}, -1}, + {"Tre Pol and Pen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dekkers", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdody", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlastimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pople", 1, {DICTIONARY_SURNAME}, -1}, + {"Yashin", 1, {DICTIONARY_SURNAME}, -1}, + {"Verderame", 1, {DICTIONARY_SURNAME}, -1}, + {"Biagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Szmuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Hetényi", 1, {DICTIONARY_SURNAME}, -1}, + {"Miete", 1, {DICTIONARY_SURNAME}, -1}, + {"Gozzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Boileau-Despréaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilyana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tutku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Radzikowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Terrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Baloncieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanches", 1, {DICTIONARY_SURNAME}, -1}, + {"Wegg-Prosser", 1, {DICTIONARY_SURNAME}, -1}, + {"Anita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barrera", 1, {DICTIONARY_SURNAME}, -1}, + {"Bright", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferber", 1, {DICTIONARY_SURNAME}, -1}, + {"Sprunger", 1, {DICTIONARY_SURNAME}, -1}, + {"Mella", 1, {DICTIONARY_SURNAME}, -1}, + {"Panagiotis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kopanja", 1, {DICTIONARY_SURNAME}, -1}, + {"Rendle", 1, {DICTIONARY_SURNAME}, -1}, + {"Acevit", 1, {DICTIONARY_SURNAME}, -1}, + {"Delafosse", 1, {DICTIONARY_SURNAME}, -1}, + {"De Wolfe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahjupera", 1, {DICTIONARY_SURNAME}, -1}, + {"Targioni Tozzetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Bač", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grzegorzewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Nao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yanayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawkesworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Hlava", 1, {DICTIONARY_SURNAME}, -1}, + {"Tchaikovasky", 1, {DICTIONARY_SURNAME}, -1}, + {"MacNeill", 1, {DICTIONARY_SURNAME}, -1}, + {"Takamine", 1, {DICTIONARY_SURNAME}, -1}, + {"Amanda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazuomi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schuback", 1, {DICTIONARY_SURNAME}, -1}, + {"Deuss", 1, {DICTIONARY_SURNAME}, -1}, + {"Agersted", 1, {DICTIONARY_SURNAME}, -1}, + {"Simpson", 1, {DICTIONARY_SURNAME}, -1}, + {"Selblaith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Siôn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brugna", 1, {DICTIONARY_SURNAME}, -1}, + {"Miśkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mochiaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aminata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joan Pau", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nudelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wawrzyniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Dizdarević", 1, {DICTIONARY_SURNAME}, -1}, + {"Eluned", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vambery – Vámbéry", 1, {DICTIONARY_SURNAME}, -1}, + {"Abaribe", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Aschwanden", 1, {DICTIONARY_SURNAME}, -1}, + {"Tattrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadseth", 1, {DICTIONARY_SURNAME}, -1}, + {"Farida", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tachibana", 1, {DICTIONARY_SURNAME}, -1}, + {"Vevera", 1, {DICTIONARY_SURNAME}, -1}, + {"Jorien", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Betenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Portalupi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bickell", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Milledge", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pétursson", 1, {DICTIONARY_SURNAME}, -1}, + {"Doss", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimomura", 1, {DICTIONARY_SURNAME}, -1}, + {"Grimberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehsanullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Almut", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mitsunobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Louden", 1, {DICTIONARY_SURNAME}, -1}, + {"Helmut", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wallace", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McLauchlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Fehrmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahinmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Shabbir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ramírez", 1, {DICTIONARY_SURNAME}, -1}, + {"Kallas", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguiar", 1, {DICTIONARY_SURNAME}, -1}, + {"Berto", 1, {DICTIONARY_SURNAME}, -1}, + {"Min-seo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vranesic", 1, {DICTIONARY_SURNAME}, -1}, + {"Văn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viner", 1, {DICTIONARY_SURNAME}, -1}, + {"Nigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ising", 1, {DICTIONARY_SURNAME}, -1}, + {"Grekov", 1, {DICTIONARY_SURNAME}, -1}, + {"Joval", 1, {DICTIONARY_SURNAME}, -1}, + {"Đaković", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulmanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Adlerstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Aellen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelway", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaş", 1, {DICTIONARY_SURNAME}, -1}, + {"Breitbart", 1, {DICTIONARY_SURNAME}, -1}, + {"Urquiza", 1, {DICTIONARY_SURNAME}, -1}, + {"Enn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kusanagi", 1, {DICTIONARY_SURNAME}, -1}, + {"giant", 1, {DICTIONARY_CHAIN}, -1}, + {"Muriel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McTiernan", 1, {DICTIONARY_SURNAME}, -1}, + {"Attaf", 1, {DICTIONARY_SURNAME}, -1}, + {"Vistic", 1, {DICTIONARY_SURNAME}, -1}, + {"Růžena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sbragia", 1, {DICTIONARY_SURNAME}, -1}, + {"Negron", 1, {DICTIONARY_SURNAME}, -1}, + {"Toyomoto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sarrai", 1, {DICTIONARY_SURNAME}, -1}, + {"Zondek", 1, {DICTIONARY_SURNAME}, -1}, + {"Aceves", 1, {DICTIONARY_SURNAME}, -1}, + {"Jermolajew", 1, {DICTIONARY_SURNAME}, -1}, + {"Ready", 1, {DICTIONARY_SURNAME}, -1}, + {"Shan", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigenosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hanisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Jundo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abargil", 1, {DICTIONARY_SURNAME}, -1}, + {"Atluri", 1, {DICTIONARY_SURNAME}, -1}, + {"Fahey", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanahashi", 1, {DICTIONARY_SURNAME}, -1}, + {"İnanç", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kerčs", 1, {DICTIONARY_SURNAME}, -1}, + {"Neesa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gesser", 1, {DICTIONARY_SURNAME}, -1}, + {"Harutaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mashallah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Horan", 1, {DICTIONARY_SURNAME}, -1}, + {"Reichlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Efendi", 1, {DICTIONARY_SURNAME}, -1}, + {"Afroyim", 1, {DICTIONARY_SURNAME}, -1}, + {"churchs chicken", 1, {DICTIONARY_CHAIN}, 103}, + {"Hendley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ålander", 1, {DICTIONARY_SURNAME}, -1}, + {"Pawlusiński", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Avo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gorman", 1, {DICTIONARY_SURNAME}, -1}, + {"Thievy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tuchman", 1, {DICTIONARY_SURNAME}, -1}, + {"Alhassan", 1, {DICTIONARY_SURNAME}, -1}, + {"Robineau", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinciguerra", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paradise", 1, {DICTIONARY_SURNAME}, -1}, + {"Rochin", 1, {DICTIONARY_SURNAME}, -1}, + {"Oppert", 1, {DICTIONARY_SURNAME}, -1}, + {"Sania", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vormer", 1, {DICTIONARY_SURNAME}, -1}, + {"Naudé", 1, {DICTIONARY_SURNAME}, -1}, + {"Cayzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Antliff", 1, {DICTIONARY_SURNAME}, -1}, + {"Aronstein", 1, {DICTIONARY_SURNAME}, -1}, + {"MacGahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Reiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Yuka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"tj maxx", 1, {DICTIONARY_CHAIN}, -1}, + {"Niazi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Slattery", 1, {DICTIONARY_SURNAME}, -1}, + {"Aurelijus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Linton", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovetskiy", 1, {DICTIONARY_SURNAME}, -1}, + {"Gleason", 1, {DICTIONARY_SURNAME}, -1}, + {"Asencio", 1, {DICTIONARY_SURNAME}, -1}, + {"Iwonka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amante", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyun-mi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sisulu", 1, {DICTIONARY_SURNAME}, -1}, + {"Akarte", 1, {DICTIONARY_SURNAME}, -1}, + {"Shibamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Delayre", 1, {DICTIONARY_SURNAME}, -1}, + {"Villere", 1, {DICTIONARY_SURNAME}, -1}, + {"Asako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maruya", 1, {DICTIONARY_SURNAME}, -1}, + {"Livni", 1, {DICTIONARY_SURNAME}, -1}, + {"Muti", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Canton", 1, {DICTIONARY_SURNAME}, -1}, + {"Klemenić", 1, {DICTIONARY_SURNAME}, -1}, + {"Throssell", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiraizumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Marten", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Thrum", 1, {DICTIONARY_SURNAME}, -1}, + {"Parseghian", 1, {DICTIONARY_SURNAME}, -1}, + {"Kronenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Tremellius", 1, {DICTIONARY_SURNAME}, -1}, + {"Benedetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Monique", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viitaluoma", 1, {DICTIONARY_SURNAME}, -1}, + {"Quintero", 1, {DICTIONARY_SURNAME}, -1}, + {"Passaglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Piolanti", 1, {DICTIONARY_SURNAME}, -1}, + {"Srećko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Odile", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Covelli", 1, {DICTIONARY_SURNAME}, -1}, + {"y.w.c.a", 1, {DICTIONARY_CHAIN}, 277}, + {"Antsiferov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegeler", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Bankole", 1, {DICTIONARY_SURNAME}, -1}, + {"Pauschenwein", 1, {DICTIONARY_SURNAME}, -1}, + {"Malkovitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitrofanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Rayne", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic Shitric", 1, {DICTIONARY_SURNAME}, -1}, + {"Peña", 1, {DICTIONARY_SURNAME}, -1}, + {"Venohr", 1, {DICTIONARY_SURNAME}, -1}, + {"Crittenden", 1, {DICTIONARY_SURNAME}, -1}, + {"Kisielewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Pohlmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Mizuhito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Saaduyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Weishaupt", 1, {DICTIONARY_SURNAME}, -1}, + {"Auvinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Minogue", 1, {DICTIONARY_SURNAME}, -1}, + {"Goudie", 1, {DICTIONARY_SURNAME}, -1}, + {"McNallen", 1, {DICTIONARY_SURNAME}, -1}, + {"Deronjić", 1, {DICTIONARY_SURNAME}, -1}, + {"Crawshay", 1, {DICTIONARY_SURNAME}, -1}, + {"Matangi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adelakun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Freddy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Bedawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjelke", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rossell", 1, {DICTIONARY_SURNAME}, -1}, + {"Heilbron", 1, {DICTIONARY_SURNAME}, -1}, + {"Bezrukov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kouta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Komnenić", 1, {DICTIONARY_SURNAME}, -1}, + {"Swanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Heaphy", 1, {DICTIONARY_SURNAME}, -1}, + {"Jelić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalinauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Goll", 1, {DICTIONARY_SURNAME}, -1}, + {"Dann", 1, {DICTIONARY_SURNAME}, -1}, + {"McComas", 1, {DICTIONARY_SURNAME}, -1}, + {"Shawe", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Donovan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaberle", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirkup", 1, {DICTIONARY_SURNAME}, -1}, + {"Noort", 1, {DICTIONARY_SURNAME}, -1}, + {"Armour", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarvold", 1, {DICTIONARY_SURNAME}, -1}, + {"Movsumov", 1, {DICTIONARY_SURNAME}, -1}, + {"Scharf", 1, {DICTIONARY_SURNAME}, -1}, + {"Mudke", 1, {DICTIONARY_SURNAME}, -1}, + {"Delany", 1, {DICTIONARY_SURNAME}, -1}, + {"Robinson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Diakidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sukhdev", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adolfi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zadro", 1, {DICTIONARY_SURNAME}, -1}, + {"Kilpatrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Gudny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Meusburger", 1, {DICTIONARY_SURNAME}, -1}, + {"Nidetch", 1, {DICTIONARY_SURNAME}, -1}, + {"Breheny", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwaku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mikimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Koenders", 1, {DICTIONARY_SURNAME}, -1}, + {"Aitolehti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vašenda", 1, {DICTIONARY_SURNAME}, -1}, + {"Eitel Friedrich", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seion", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abbley", 1, {DICTIONARY_SURNAME}, -1}, + {"Gavras", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaganovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Kauppinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vails", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemon", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimoline", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Raschhofer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bloom", 1, {DICTIONARY_SURNAME}, -1}, + {"Calderwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Seelye", 1, {DICTIONARY_SURNAME}, -1}, + {"Scroggins", 1, {DICTIONARY_SURNAME}, -1}, + {"Denness", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhreathnach", 1, {DICTIONARY_SURNAME}, -1}, + {"Mette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Czechowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mutombo", 1, {DICTIONARY_SURNAME}, -1}, + {"Västerteg", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovesey", 1, {DICTIONARY_SURNAME}, -1}, + {"Osama", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kyle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ghardhora", 1, {DICTIONARY_SURNAME}, -1}, + {"Sayce", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayme", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boomer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bechmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Kikuno", 1, {DICTIONARY_SURNAME}, -1}, + {"Lubomirska", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilfan", 1, {DICTIONARY_SURNAME}, -1}, + {"Floyer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Venskus", 1, {DICTIONARY_SURNAME}, -1}, + {"Motoki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Custer", 1, {DICTIONARY_SURNAME}, -1}, + {"Galazov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gamache", 1, {DICTIONARY_SURNAME}, -1}, + {"Lueger", 1, {DICTIONARY_SURNAME}, -1}, + {"Georgievski", 1, {DICTIONARY_SURNAME}, -1}, + {"Khomeriki", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanesuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henrici", 1, {DICTIONARY_SURNAME}, -1}, + {"Brittan", 1, {DICTIONARY_SURNAME}, -1}, + {"De Nijs", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincenzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zorzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Filipa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Vuuren", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermast", 1, {DICTIONARY_SURNAME}, -1}, + {"Suzuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Tillous-Borde", 1, {DICTIONARY_SURNAME}, -1}, + {"Rybalchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Berezowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Howson", 1, {DICTIONARY_SURNAME}, -1}, + {"Evie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seddio", 1, {DICTIONARY_SURNAME}, -1}, + {"beef obradys", 1, {DICTIONARY_CHAIN}, 76}, + {"Raymer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ah Kuoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zülfü", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Venneman", 1, {DICTIONARY_SURNAME}, -1}, + {"Akça", 1, {DICTIONARY_SURNAME}, -1}, + {"Voecks", 1, {DICTIONARY_SURNAME}, -1}, + {"Valoppi", 1, {DICTIONARY_SURNAME}, -1}, + {"mercadona", 1, {DICTIONARY_CHAIN}, -1}, + {"Shakpoke", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Fineman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Orlovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Büker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vibart", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marrack", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitely", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Burkitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Bleibtreu", 1, {DICTIONARY_SURNAME}, -1}, + {"Landman", 1, {DICTIONARY_SURNAME}, -1}, + {"Sasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Chernik", 1, {DICTIONARY_SURNAME}, -1}, + {"Pingale", 1, {DICTIONARY_SURNAME}, -1}, + {"Crucq", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarabjit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zalgaller", 1, {DICTIONARY_SURNAME}, -1}, + {"Doull", 1, {DICTIONARY_SURNAME}, -1}, + {"Mesny", 1, {DICTIONARY_SURNAME}, -1}, + {"Krippner", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Myerscough", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhavani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dong-geun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dattilo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dastgir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mirrlees", 1, {DICTIONARY_SURNAME}, -1}, + {"Sviridov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zentsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Makishima", 1, {DICTIONARY_SURNAME}, -1}, + {"Erlea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schoendienst", 1, {DICTIONARY_SURNAME}, -1}, + {"Pettus", 1, {DICTIONARY_SURNAME}, -1}, + {"Rendel", 1, {DICTIONARY_SURNAME}, -1}, + {"Zych", 1, {DICTIONARY_SURNAME}, -1}, + {"Miele", 1, {DICTIONARY_SURNAME}, -1}, + {"Mercadante", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöler", 1, {DICTIONARY_SURNAME}, -1}, + {"Lechowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Giannakopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"McFadyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Boening", 1, {DICTIONARY_SURNAME}, -1}, + {"Oliva", 1, {DICTIONARY_SURNAME}, -1}, + {"Farris", 1, {DICTIONARY_SURNAME}, -1}, + {"Dongfang", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulleyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Theobald", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ademir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hawke", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegemon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zambito", 1, {DICTIONARY_SURNAME}, -1}, + {"Sōkaku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cacht", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vilhelmson", 1, {DICTIONARY_SURNAME}, -1}, + {"Golubev", 1, {DICTIONARY_SURNAME}, -1}, + {"Al Abedy", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkaş", 1, {DICTIONARY_SURNAME}, -1}, + {"Josefina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kwang-seok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adugna", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"orange", 1, {DICTIONARY_CHAIN}, -1}, + {"Kater", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Findley", 1, {DICTIONARY_SURNAME}, -1}, + {"Potsie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Meas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dering", 1, {DICTIONARY_SURNAME}, -1}, + {"Yakubu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abajian", 1, {DICTIONARY_SURNAME}, -1}, + {"Andresen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ditchfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Artin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Snijders", 1, {DICTIONARY_SURNAME}, -1}, + {"Bitossi", 1, {DICTIONARY_SURNAME}, -1}, + {"Doré", 1, {DICTIONARY_SURNAME}, -1}, + {"Prigent", 1, {DICTIONARY_SURNAME}, -1}, + {"Lampson", 1, {DICTIONARY_SURNAME}, -1}, + {"De Wilde", 1, {DICTIONARY_SURNAME}, -1}, + {"Henig", 1, {DICTIONARY_SURNAME}, -1}, + {"Diann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tiffanie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nevison", 1, {DICTIONARY_SURNAME}, -1}, + {"Feick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakani", 1, {DICTIONARY_SURNAME}, -1}, + {"Crennan", 1, {DICTIONARY_SURNAME}, -1}, + {"Šeper", 1, {DICTIONARY_SURNAME}, -1}, + {"Waldow", 1, {DICTIONARY_SURNAME}, -1}, + {"Săftoiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Mainwaring", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyka", 1, {DICTIONARY_SURNAME}, -1}, + {"Figueredo", 1, {DICTIONARY_SURNAME}, -1}, + {"Raghnailt", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Đerić", 1, {DICTIONARY_SURNAME}, -1}, + {"Oursler", 1, {DICTIONARY_SURNAME}, -1}, + {"Mokri", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbarnejad", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahmoudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Eriş", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rayment", 1, {DICTIONARY_SURNAME}, -1}, + {"Jelfs", 1, {DICTIONARY_SURNAME}, -1}, + {"Vibenius", 1, {DICTIONARY_SURNAME}, -1}, + {"Humble", 1, {DICTIONARY_SURNAME}, -1}, + {"McKern", 1, {DICTIONARY_SURNAME}, -1}, + {"Nooteboom", 1, {DICTIONARY_SURNAME}, -1}, + {"Schricker", 1, {DICTIONARY_SURNAME}, -1}, + {"Godoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Baptiste", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Anwen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rosier", 1, {DICTIONARY_SURNAME}, -1}, + {"Aare", 1, {DICTIONARY_SURNAME}, -1}, + {"Veyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Valentienė", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Diabang", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishibumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodopivec", 1, {DICTIONARY_SURNAME}, -1}, + {"Conniff", 1, {DICTIONARY_SURNAME}, -1}, + {"Vušljanin", 1, {DICTIONARY_SURNAME}, -1}, + {"Văcariu", 1, {DICTIONARY_SURNAME}, -1}, + {"Auchinleck", 1, {DICTIONARY_SURNAME}, -1}, + {"Kambiz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Huwé", 1, {DICTIONARY_SURNAME}, -1}, + {"Hypocorism", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alarie", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodwyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Cüneyt", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Britten", 1, {DICTIONARY_SURNAME}, -1}, + {"Zúñiga", 1, {DICTIONARY_SURNAME}, -1}, + {"Benjelloun", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuntz", 1, {DICTIONARY_SURNAME}, -1}, + {"Teimuraz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sapateiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Etta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keely", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Katharina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Aanholt", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Şen", 1, {DICTIONARY_SURNAME}, -1}, + {"Durga Puja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Montefiore", 1, {DICTIONARY_SURNAME}, -1}, + {"Toutain", 1, {DICTIONARY_SURNAME}, -1}, + {"Hitchcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Meyrowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Blankenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bradel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tregarthen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hulme", 1, {DICTIONARY_SURNAME}, -1}, + {"Osaragi", 1, {DICTIONARY_SURNAME}, -1}, + {"Shabtai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Quittner", 1, {DICTIONARY_SURNAME}, -1}, + {"Reynst", 1, {DICTIONARY_SURNAME}, -1}, + {"Solazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jigar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berliner", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanly", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikrimah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ungerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Eliassou", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenkranz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vergnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Culmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Beerbohm", 1, {DICTIONARY_SURNAME}, -1}, + {"Téa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Luczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Rohr", 1, {DICTIONARY_SURNAME}, -1}, + {"Snyders", 1, {DICTIONARY_SURNAME}, -1}, + {"Severson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tassell", 1, {DICTIONARY_SURNAME}, -1}, + {"Linnan", 1, {DICTIONARY_SURNAME}, -1}, + {"Pleasance", 1, {DICTIONARY_SURNAME}, -1}, + {"Barreto", 1, {DICTIONARY_SURNAME}, -1}, + {"Keesing", 1, {DICTIONARY_SURNAME}, -1}, + {"Lancel", 1, {DICTIONARY_SURNAME}, -1}, + {"McGeehan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulusu", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasuhiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Christien", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valory", 1, {DICTIONARY_SURNAME}, -1}, + {"Nnamani", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blier", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomioka", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Donck", 1, {DICTIONARY_SURNAME}, -1}, + {"Couvreur", 1, {DICTIONARY_SURNAME}, -1}, + {"Anil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saberi", 1, {DICTIONARY_SURNAME}, -1}, + {"Riccardo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veldurai", 1, {DICTIONARY_SURNAME}, -1}, + {"Chalise", 1, {DICTIONARY_SURNAME}, -1}, + {"Krob", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenyns", 1, {DICTIONARY_SURNAME}, -1}, + {"Mary Louise", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Primus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hayden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fabinyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Farr", 1, {DICTIONARY_SURNAME}, -1}, + {"Holzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Heyck", 1, {DICTIONARY_SURNAME}, -1}, + {"McCallen", 1, {DICTIONARY_SURNAME}, -1}, + {"Herdenstam", 1, {DICTIONARY_SURNAME}, -1}, + {"Håvard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boyko", 1, {DICTIONARY_SURNAME}, -1}, + {"Wikström", 1, {DICTIONARY_SURNAME}, -1}, + {"Thrash", 1, {DICTIONARY_SURNAME}, -1}, + {"Cem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jerábek", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambrosio", 1, {DICTIONARY_SURNAME}, -1}, + {"friendlys", 1, {DICTIONARY_CHAIN}, 139}, + {"Pendyala", 1, {DICTIONARY_SURNAME}, -1}, + {"Lewington", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdcourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Umm Kulthum", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Inglot", 1, {DICTIONARY_SURNAME}, -1}, + {"McCunnie", 1, {DICTIONARY_SURNAME}, -1}, + {"Maclaurin", 1, {DICTIONARY_SURNAME}, -1}, + {"Arpita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hiromasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uwaifo", 1, {DICTIONARY_SURNAME}, -1}, + {"Verostko", 1, {DICTIONARY_SURNAME}, -1}, + {"Oberbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Norifumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gilberto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Neumayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Toffler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderploog", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilshere", 1, {DICTIONARY_SURNAME}, -1}, + {"Camus", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosický", 1, {DICTIONARY_SURNAME}, -1}, + {"Leharová", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnuphase", 1, {DICTIONARY_SURNAME}, -1}, + {"Arjen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Bishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cannella", 1, {DICTIONARY_SURNAME}, -1}, + {"Aloni", 1, {DICTIONARY_SURNAME}, -1}, + {"Kürschner", 1, {DICTIONARY_SURNAME}, -1}, + {"Man-sik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bhattacharyya", 1, {DICTIONARY_SURNAME}, -1}, + {"simply market", 1, {DICTIONARY_CHAIN}, -1}, + {"Lodden", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabray", 1, {DICTIONARY_SURNAME}, -1}, + {"Klostergaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollingsworth", 1, {DICTIONARY_SURNAME}, -1}, + {"in & outs", 1, {DICTIONARY_CHAIN}, 158}, + {"Kolettis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosisio", 1, {DICTIONARY_SURNAME}, -1}, + {"Barsotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Prabhakar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vinroot", 1, {DICTIONARY_SURNAME}, -1}, + {"Amirov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tapani", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Orologas", 1, {DICTIONARY_SURNAME}, -1}, + {"Claude-Henri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Renfroe", 1, {DICTIONARY_SURNAME}, -1}, + {"Dolniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajna", 1, {DICTIONARY_SURNAME}, -1}, + {"Muhtar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Altisferi", 1, {DICTIONARY_SURNAME}, -1}, + {"AbuKhalil", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidoz", 1, {DICTIONARY_SURNAME}, -1}, + {"Cappellotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicot", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhiannon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dydek", 1, {DICTIONARY_SURNAME}, -1}, + {"Arrowsmith", 1, {DICTIONARY_SURNAME}, -1}, + {"Herig", 1, {DICTIONARY_SURNAME}, -1}, + {"Devine", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarpong", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavlidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Dollo", 1, {DICTIONARY_SURNAME}, -1}, + {"Oikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nello", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Calcraft", 1, {DICTIONARY_SURNAME}, -1}, + {"Rothfuss", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Outryve d'Ydewalle", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Parsamian", 1, {DICTIONARY_SURNAME}, -1}, + {"Ningombam", 1, {DICTIONARY_SURNAME}, -1}, + {"Barboza", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellwig", 1, {DICTIONARY_SURNAME}, -1}, + {"Solbakken", 1, {DICTIONARY_SURNAME}, -1}, + {"Vezzali", 1, {DICTIONARY_SURNAME}, -1}, + {"Pelzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kampman", 1, {DICTIONARY_SURNAME}, -1}, + {"Korobkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Talati", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Finell", 1, {DICTIONARY_SURNAME}, -1}, + {"Robiskie", 1, {DICTIONARY_SURNAME}, -1}, + {"Profumo", 1, {DICTIONARY_SURNAME}, -1}, + {"Saad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sercan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aickin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gusarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Marchant", 1, {DICTIONARY_SURNAME}, -1}, + {"Polański", 1, {DICTIONARY_SURNAME}, -1}, + {"Tchaikowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Di Martino", 1, {DICTIONARY_SURNAME}, -1}, + {"Klopfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Delarue", 1, {DICTIONARY_SURNAME}, -1}, + {"Pincus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schone", 1, {DICTIONARY_SURNAME}, -1}, + {"Junnila", 1, {DICTIONARY_SURNAME}, -1}, + {"Shushan", 1, {DICTIONARY_SURNAME}, -1}, + {"Isayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Buell", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauder", 1, {DICTIONARY_SURNAME}, -1}, + {"Kowalik", 1, {DICTIONARY_SURNAME}, -1}, + {"Carneiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Straume", 1, {DICTIONARY_SURNAME}, -1}, + {"Ottley", 1, {DICTIONARY_SURNAME}, -1}, + {"Lens", 1, {DICTIONARY_SURNAME}, -1}, + {"Kandreva", 1, {DICTIONARY_SURNAME}, -1}, + {"Sezer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Parisse", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Durrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Needham", 1, {DICTIONARY_SURNAME}, -1}, + {"Natalya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Woody", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Avilés", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlip", 1, {DICTIONARY_SURNAME}, -1}, + {"Neblett", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Rijck", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaoui", 1, {DICTIONARY_SURNAME}, -1}, + {"Disch", 1, {DICTIONARY_SURNAME}, -1}, + {"Alleyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Troisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Morecraft", 1, {DICTIONARY_SURNAME}, -1}, + {"Hee-chul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bosman", 1, {DICTIONARY_SURNAME}, -1}, + {"Klar", 1, {DICTIONARY_SURNAME}, -1}, + {"coop jednota", 1, {DICTIONARY_CHAIN}, -1}, + {"Fontanive", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Karjakin", 1, {DICTIONARY_SURNAME}, -1}, + {"p.f. chang's china bistro", 1, {DICTIONARY_CHAIN}, 202}, + {"Aktuna", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilsmark", 1, {DICTIONARY_SURNAME}, -1}, + {"Odone", 1, {DICTIONARY_SURNAME}, -1}, + {"Quincey", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattei", 1, {DICTIONARY_SURNAME}, -1}, + {"Etter", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoyng", 1, {DICTIONARY_SURNAME}, -1}, + {"Ager", 1, {DICTIONARY_SURNAME}, -1}, + {"Tkachyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Deveaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Martyshchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Mateus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Zahabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Schouwenaars", 1, {DICTIONARY_SURNAME}, -1}, + {"Samedov", 1, {DICTIONARY_SURNAME}, -1}, + {"Esashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Haluska", 1, {DICTIONARY_SURNAME}, -1}, + {"Boccanegra", 1, {DICTIONARY_SURNAME}, -1}, + {"Sienkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaada", 1, {DICTIONARY_SURNAME}, -1}, + {"Nanami", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hedstrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidugiris", 1, {DICTIONARY_SURNAME}, -1}, + {"Filler", 1, {DICTIONARY_SURNAME}, -1}, + {"Nickle", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Matti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Luckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vold", 1, {DICTIONARY_SURNAME}, -1}, + {"Triệu", 1, {DICTIONARY_SURNAME}, -1}, + {"Wierzejski", 1, {DICTIONARY_SURNAME}, -1}, + {"Bieshaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Altermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Vaart", 1, {DICTIONARY_SURNAME}, -1}, + {"De Ruiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamidullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kleiza", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhodri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marinho", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Enezi", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarroll", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hoomissen", 1, {DICTIONARY_SURNAME}, -1}, + {"Montagnani", 1, {DICTIONARY_SURNAME}, -1}, + {"Fawcett", 1, {DICTIONARY_SURNAME}, -1}, + {"Lo Duca", 1, {DICTIONARY_SURNAME}, -1}, + {"Caragiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Flament", 1, {DICTIONARY_SURNAME}, -1}, + {"Forchhammer", 1, {DICTIONARY_SURNAME}, -1}, + {"Julius", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kazama", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilkow", 1, {DICTIONARY_SURNAME}, -1}, + {"Perczel", 1, {DICTIONARY_SURNAME}, -1}, + {"Scocco", 1, {DICTIONARY_SURNAME}, -1}, + {"Tetrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Santayana", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulgham", 1, {DICTIONARY_SURNAME}, -1}, + {"Leuckart", 1, {DICTIONARY_SURNAME}, -1}, + {"Von der Heide", 1, {DICTIONARY_SURNAME}, -1}, + {"Zenaida", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stefansson", 1, {DICTIONARY_SURNAME}, -1}, + {"Melina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kenyatta", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Merner", 1, {DICTIONARY_SURNAME}, -1}, + {"Fariduddin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blomhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Chhaya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thielemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Guðjohnsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Smeltz", 1, {DICTIONARY_SURNAME}, -1}, + {"Klipsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Alberani", 1, {DICTIONARY_SURNAME}, -1}, + {"Heydenfeldt", 1, {DICTIONARY_SURNAME}, -1}, + {"Imai", 1, {DICTIONARY_SURNAME}, -1}, + {"Dick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatsikopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Vranis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandwith", 1, {DICTIONARY_SURNAME}, -1}, + {"Ueberroth", 1, {DICTIONARY_SURNAME}, -1}, + {"Truffaut", 1, {DICTIONARY_SURNAME}, -1}, + {"Reynders", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirokazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Velikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbeko", 1, {DICTIONARY_SURNAME}, -1}, + {"Vershbow", 1, {DICTIONARY_SURNAME}, -1}, + {"Dia", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Khouildi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tómnat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flansburgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranta", 1, {DICTIONARY_SURNAME}, -1}, + {"Arimori", 1, {DICTIONARY_SURNAME}, -1}, + {"Strout", 1, {DICTIONARY_SURNAME}, -1}, + {"Min-kyu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Westenra", 1, {DICTIONARY_SURNAME}, -1}, + {"Ritzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Alabaster", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Kley", 1, {DICTIONARY_SURNAME}, -1}, + {"Ensing", 1, {DICTIONARY_SURNAME}, -1}, + {"Palma", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Festetics family", 1, {DICTIONARY_SURNAME}, -1}, + {"Vercammen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasylyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Obasi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Maradona", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleksandras", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nagihan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vincentio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Palmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ieuan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ashford", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Crookshank", 1, {DICTIONARY_SURNAME}, -1}, + {"Waits", 1, {DICTIONARY_SURNAME}, -1}, + {"Abzalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Wojciechowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Imalayen", 1, {DICTIONARY_SURNAME}, -1}, + {"Copernicus", 1, {DICTIONARY_SURNAME}, -1}, + {"Garside", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulson", 1, {DICTIONARY_SURNAME}, -1}, + {"Velculescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Veuthey", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobalvarro", 1, {DICTIONARY_SURNAME}, -1}, + {"Bode", 1, {DICTIONARY_SURNAME}, -1}, + {"Yash", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Feigin", 1, {DICTIONARY_SURNAME}, -1}, + {"Okker", 1, {DICTIONARY_SURNAME}, -1}, + {"Fayolle", 1, {DICTIONARY_SURNAME}, -1}, + {"Prosper", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Galetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiorillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Glenn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bednarek", 1, {DICTIONARY_SURNAME}, -1}, + {"Harada", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahammed", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiggin", 1, {DICTIONARY_SURNAME}, -1}, + {"Beauvau", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aminullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shirayanagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanievsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanstiphout", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeffreys", 1, {DICTIONARY_SURNAME}, -1}, + {"Yetkin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kızılkaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandeep", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Banester", 1, {DICTIONARY_SURNAME}, -1}, + {"Gingell", 1, {DICTIONARY_SURNAME}, -1}, + {"Mills", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schellekens", 1, {DICTIONARY_SURNAME}, -1}, + {"Koli", 1, {DICTIONARY_SURNAME}, -1}, + {"Raatikainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Don", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasilisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atticista", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Froug", 1, {DICTIONARY_SURNAME}, -1}, + {"Shantadurga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cozens", 1, {DICTIONARY_SURNAME}, -1}, + {"Akishin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bestwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Kal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Matsuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tafa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jardine", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaxel", 1, {DICTIONARY_SURNAME}, -1}, + {"Prokofiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Oshilaja", 1, {DICTIONARY_SURNAME}, -1}, + {"Mardam-Bey", 1, {DICTIONARY_SURNAME}, -1}, + {"Yvan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wolfowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Valentin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bodenschatz", 1, {DICTIONARY_SURNAME}, -1}, + {"McCuaig", 1, {DICTIONARY_SURNAME}, -1}, + {"Sayako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Glonti", 1, {DICTIONARY_SURNAME}, -1}, + {"Dicey", 1, {DICTIONARY_SURNAME}, -1}, + {"Visalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Mardon", 1, {DICTIONARY_SURNAME}, -1}, + {"Sumiyoshi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Attashin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keram", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fujita", 1, {DICTIONARY_SURNAME}, -1}, + {"Trasher", 1, {DICTIONARY_SURNAME}, -1}, + {"Agénor", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Last", 1, {DICTIONARY_SURNAME}, -1}, + {"Opitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vltchek", 1, {DICTIONARY_SURNAME}, -1}, + {"Agar-Ellis", 1, {DICTIONARY_SURNAME}, -1}, + {"Akello", 1, {DICTIONARY_SURNAME}, -1}, + {"Spallanzani", 1, {DICTIONARY_SURNAME}, -1}, + {"Becher", 1, {DICTIONARY_SURNAME}, -1}, + {"Castel", 1, {DICTIONARY_SURNAME}, -1}, + {"Parrott", 1, {DICTIONARY_SURNAME}, -1}, + {"Nieves", 1, {DICTIONARY_SURNAME}, -1}, + {"Ralle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Easter", 1, {DICTIONARY_SURNAME}, -1}, + {"Čapkovič", 1, {DICTIONARY_SURNAME}, -1}, + {"Reem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wences", 1, {DICTIONARY_SURNAME}, -1}, + {"Zamboni", 1, {DICTIONARY_SURNAME}, -1}, + {"Videira", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonetto", 1, {DICTIONARY_SURNAME}, -1}, + {"Asner", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeltsin", 1, {DICTIONARY_SURNAME}, -1}, + {"Borson", 1, {DICTIONARY_SURNAME}, -1}, + {"Malik clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Nalbandian", 1, {DICTIONARY_SURNAME}, -1}, + {"Herrndorf", 1, {DICTIONARY_SURNAME}, -1}, + {"auntie anne's pretzels", 1, {DICTIONARY_CHAIN}, 67}, + {"Yulsman", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaupp", 1, {DICTIONARY_SURNAME}, -1}, + {"Cotugno", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agbatchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Lochlainn", 1, {DICTIONARY_SURNAME}, -1}, + {"Edwardsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Villaruz", 1, {DICTIONARY_SURNAME}, -1}, + {"Beery", 1, {DICTIONARY_SURNAME}, -1}, + {"Heiberg", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Trail", 1, {DICTIONARY_SURNAME}, -1}, + {"Eiriksson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahrenholz", 1, {DICTIONARY_SURNAME}, -1}, + {"Karam Family", 1, {DICTIONARY_SURNAME}, -1}, + {"Fodor", 1, {DICTIONARY_SURNAME}, -1}, + {"freebird's world burrito", 1, {DICTIONARY_CHAIN}, 138}, + {"Atiqullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasapolli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikariya", 1, {DICTIONARY_SURNAME}, -1}, + {"monoprix", 1, {DICTIONARY_CHAIN}, -1}, + {"Adzhiderskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Neelie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ben-Zvi", 1, {DICTIONARY_SURNAME}, -1}, + {"Taavi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McDowell", 1, {DICTIONARY_SURNAME}, -1}, + {"Yachmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Meldrew", 1, {DICTIONARY_SURNAME}, -1}, + {"Milot", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ní Thomhnra", 1, {DICTIONARY_SURNAME}, -1}, + {"Bierbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Fumihiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Miyazawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Maysoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Capitani", 1, {DICTIONARY_SURNAME}, -1}, + {"Faure", 1, {DICTIONARY_SURNAME}, -1}, + {"Pártos", 1, {DICTIONARY_SURNAME}, -1}, + {"McBain", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeijón", 1, {DICTIONARY_SURNAME}, -1}, + {"Chandra", 1, {DICTIONARY_SURNAME}, -1}, + {"Adlon", 1, {DICTIONARY_SURNAME}, -1}, + {"Cullis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vantuch", 1, {DICTIONARY_SURNAME}, -1}, + {"Franchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Clutterbuck", 1, {DICTIONARY_SURNAME}, -1}, + {"Braham", 1, {DICTIONARY_SURNAME}, -1}, + {"Kandukuri", 1, {DICTIONARY_SURNAME}, -1}, + {"a t & t store", 1, {DICTIONARY_CHAIN}, 65}, + {"Parra", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrigo", 1, {DICTIONARY_SURNAME}, -1}, + {"Paskowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Krymarenko", 1, {DICTIONARY_SURNAME}, -1}, + {"McGrane", 1, {DICTIONARY_SURNAME}, -1}, + {"Bongo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brézé", 1, {DICTIONARY_SURNAME}, -1}, + {"Franklin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McNuff", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuetilovoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Æthelburg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jesson", 1, {DICTIONARY_SURNAME}, -1}, + {"Suttles", 1, {DICTIONARY_SURNAME}, -1}, + {"Accursi", 1, {DICTIONARY_SURNAME}, -1}, + {"Catterall", 1, {DICTIONARY_SURNAME}, -1}, + {"Vansteenwegen", 1, {DICTIONARY_SURNAME}, -1}, + {"Diandra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Runkle", 1, {DICTIONARY_SURNAME}, -1}, + {"Penner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrbičić", 1, {DICTIONARY_SURNAME}, -1}, + {"Atkyns", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Sneidern", 1, {DICTIONARY_SURNAME}, -1}, + {"Bravman", 1, {DICTIONARY_SURNAME}, -1}, + {"Dockrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Giffard", 1, {DICTIONARY_SURNAME}, -1}, + {"Valmorbida", 1, {DICTIONARY_SURNAME}, -1}, + {"Iain", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gugunava", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Zafour", 1, {DICTIONARY_SURNAME}, -1}, + {"Bechdel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadicska", 1, {DICTIONARY_SURNAME}, -1}, + {"Rzaguliyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ye-jin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kulp", 1, {DICTIONARY_SURNAME}, -1}, + {"Smithyman", 1, {DICTIONARY_SURNAME}, -1}, + {"Akada", 1, {DICTIONARY_SURNAME}, -1}, + {"Bötticher", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-hye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Patrizia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasulka", 1, {DICTIONARY_SURNAME}, -1}, + {"Tenglin", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūdai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marisol", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hadârcă", 1, {DICTIONARY_SURNAME}, -1}, + {"Stannard", 1, {DICTIONARY_SURNAME}, -1}, + {"Chavunduka", 1, {DICTIONARY_SURNAME}, -1}, + {"dhl", 1, {DICTIONARY_CHAIN}, -1}, + {"Harz", 1, {DICTIONARY_SURNAME}, -1}, + {"Badnarik", 1, {DICTIONARY_SURNAME}, -1}, + {"Basri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paddock", 1, {DICTIONARY_SURNAME}, -1}, + {"De Cesare", 1, {DICTIONARY_SURNAME}, -1}, + {"Miśtal", 1, {DICTIONARY_SURNAME}, -1}, + {"McComb", 1, {DICTIONARY_SURNAME}, -1}, + {"Votolato", 1, {DICTIONARY_SURNAME}, -1}, + {"Norma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sæterhaug", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikić", 1, {DICTIONARY_SURNAME}, -1}, + {"Maitland", 1, {DICTIONARY_SURNAME}, -1}, + {"Milardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Choisy", 1, {DICTIONARY_SURNAME}, -1}, + {"Donizetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Nandy", 1, {DICTIONARY_SURNAME}, -1}, + {"Alajos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stoychev", 1, {DICTIONARY_SURNAME}, -1}, + {"Law", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sayaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Borsjes", 1, {DICTIONARY_SURNAME}, -1}, + {"Veikune", 1, {DICTIONARY_SURNAME}, -1}, + {"Łukasiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Illimar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"at&t", 1, {DICTIONARY_CHAIN}, -1}, + {"Van Essen", 1, {DICTIONARY_SURNAME}, -1}, + {"Marchesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nijinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Lafitte", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulhayoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Clegg", 1, {DICTIONARY_SURNAME}, -1}, + {"Rothschild", 1, {DICTIONARY_SURNAME}, -1}, + {"Hettner", 1, {DICTIONARY_SURNAME}, -1}, + {"Gussie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kowalski", 1, {DICTIONARY_SURNAME}, -1}, + {"Bronwyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Khawaja Shaikh", 1, {DICTIONARY_SURNAME}, -1}, + {"Gries", 1, {DICTIONARY_SURNAME}, -1}, + {"Cressman", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuddyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiglao", 1, {DICTIONARY_SURNAME}, -1}, + {"Lumbye", 1, {DICTIONARY_SURNAME}, -1}, + {"Földes", 1, {DICTIONARY_SURNAME}, -1}, + {"Annelie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Perović", 1, {DICTIONARY_SURNAME}, -1}, + {"Priscilla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rushdi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chaiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikolaos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Camporese", 1, {DICTIONARY_SURNAME}, -1}, + {"Siegmeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Schumacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Kedzie", 1, {DICTIONARY_SURNAME}, -1}, + {"France", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Behar", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadiku", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyotsuna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ferencik", 1, {DICTIONARY_SURNAME}, -1}, + {"Brandys", 1, {DICTIONARY_SURNAME}, -1}, + {"Fordjour", 1, {DICTIONARY_SURNAME}, -1}, + {"kbc", 1, {DICTIONARY_CHAIN}, -1}, + {"Swash", 1, {DICTIONARY_SURNAME}, -1}, + {"Hessus", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohaut", 1, {DICTIONARY_SURNAME}, -1}, + {"Plessis", 1, {DICTIONARY_SURNAME}, -1}, + {"Felline", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguirresarobe", 1, {DICTIONARY_SURNAME}, -1}, + {"Grafton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zurita", 1, {DICTIONARY_SURNAME}, -1}, + {"Saiz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gumpertz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilkova", 1, {DICTIONARY_SURNAME}, -1}, + {"Rahab", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mattison", 1, {DICTIONARY_SURNAME}, -1}, + {"Kruithof", 1, {DICTIONARY_SURNAME}, -1}, + {"Liliana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCallany", 1, {DICTIONARY_SURNAME}, -1}, + {"Akume", 1, {DICTIONARY_SURNAME}, -1}, + {"Önder", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cokeworthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Pacovský", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiroto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schopf", 1, {DICTIONARY_SURNAME}, -1}, + {"Nell", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acerden", 1, {DICTIONARY_SURNAME}, -1}, + {"McCreedy", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlgrimm", 1, {DICTIONARY_SURNAME}, -1}, + {"Birkofer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dernley", 1, {DICTIONARY_SURNAME}, -1}, + {"Dov-Ber", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Plourde", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ermengem", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlothin", 1, {DICTIONARY_SURNAME}, -1}, + {"Weissmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Quax", 1, {DICTIONARY_SURNAME}, -1}, + {"Lohse", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyotomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viener", 1, {DICTIONARY_SURNAME}, -1}, + {"Schacht", 1, {DICTIONARY_SURNAME}, -1}, + {"Nyota", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fariba", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Doctorow", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoen", 1, {DICTIONARY_SURNAME}, -1}, + {"Carkeek", 1, {DICTIONARY_SURNAME}, -1}, + {"b.p.i", 1, {DICTIONARY_CHAIN}, 84}, + {"Kramnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Gantimurov family", 1, {DICTIONARY_SURNAME}, -1}, + {"Sekinat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dortort", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Feindouno", 1, {DICTIONARY_SURNAME}, -1}, + {"Goenka", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolaï", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulgader", 1, {DICTIONARY_SURNAME}, -1}, + {"Hambro", 1, {DICTIONARY_SURNAME}, -1}, + {"Ravitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Place", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaluwayt", 1, {DICTIONARY_SURNAME}, -1}, + {"Donizete", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bellis", 1, {DICTIONARY_SURNAME}, -1}, + {"Khalef", 1, {DICTIONARY_SURNAME}, -1}, + {"Grigorenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Tidey", 1, {DICTIONARY_SURNAME}, -1}, + {"Fumika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aurifaber", 1, {DICTIONARY_SURNAME}, -1}, + {"Mešić", 1, {DICTIONARY_SURNAME}, -1}, + {"Weidler", 1, {DICTIONARY_SURNAME}, -1}, + {"Sampurna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Catalani", 1, {DICTIONARY_SURNAME}, -1}, + {"Hunloke", 1, {DICTIONARY_SURNAME}, -1}, + {"Twilley", 1, {DICTIONARY_SURNAME}, -1}, + {"Astudillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Porcaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Hansraj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carolin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vanwalleghem", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikeguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Savani", 1, {DICTIONARY_SURNAME}, -1}, + {"Bert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giugno", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bashar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kisekka", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ariosti", 1, {DICTIONARY_SURNAME}, -1}, + {"Bucșă", 1, {DICTIONARY_SURNAME}, -1}, + {"Osgerby", 1, {DICTIONARY_SURNAME}, -1}, + {"Knirsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishiwata", 1, {DICTIONARY_SURNAME}, -1}, + {"Papineau", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouthillier", 1, {DICTIONARY_SURNAME}, -1}, + {"Riddell", 1, {DICTIONARY_SURNAME}, -1}, + {"Wengler", 1, {DICTIONARY_SURNAME}, -1}, + {"Grigas", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrysek", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomoharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Okur", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wafer", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaymes", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Vrekhem", 1, {DICTIONARY_SURNAME}, -1}, + {"Dark", 1, {DICTIONARY_SURNAME}, -1}, + {"Horsman", 1, {DICTIONARY_SURNAME}, -1}, + {"El-Shennawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Larondelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Persis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Glerum", 1, {DICTIONARY_SURNAME}, -1}, + {"Grimod", 1, {DICTIONARY_SURNAME}, -1}, + {"Malmkvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Haldeman", 1, {DICTIONARY_SURNAME}, -1}, + {"hampton inn", 1, {DICTIONARY_CHAIN}, -1}, + {"Duško", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Messi", 1, {DICTIONARY_SURNAME}, -1}, + {"h e b gas", 1, {DICTIONARY_CHAIN}, 150}, + {"Carretti", 1, {DICTIONARY_SURNAME}, -1}, + {"Canan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacNeil", 1, {DICTIONARY_SURNAME}, -1}, + {"Agodirin", 1, {DICTIONARY_SURNAME}, -1}, + {"Egerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenip", 1, {DICTIONARY_SURNAME}, -1}, + {"Vazaios", 1, {DICTIONARY_SURNAME}, -1}, + {"Villanueva", 1, {DICTIONARY_SURNAME}, -1}, + {"Nosson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kante", 1, {DICTIONARY_SURNAME}, -1}, + {"Erçetin", 1, {DICTIONARY_SURNAME}, -1}, + {"Dhankhar", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingalls", 1, {DICTIONARY_SURNAME}, -1}, + {"Naqibullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dehnert", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipsey", 1, {DICTIONARY_SURNAME}, -1}, + {"McRaith", 1, {DICTIONARY_SURNAME}, -1}, + {"Soni", 1, {DICTIONARY_SURNAME}, -1}, + {"Gruber", 1, {DICTIONARY_SURNAME}, -1}, + {"Dilawar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hunkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Garvie", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Bergen", 1, {DICTIONARY_SURNAME}, -1}, + {"Soybelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Julio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chigishev", 1, {DICTIONARY_SURNAME}, -1}, + {"Hognestad", 1, {DICTIONARY_SURNAME}, -1}, + {"Borowczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Škamperle", 1, {DICTIONARY_SURNAME}, -1}, + {"Pennel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebeling", 1, {DICTIONARY_SURNAME}, -1}, + {"Borys", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Faraca", 1, {DICTIONARY_SURNAME}, -1}, + {"Takao", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Miyamae", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogues", 1, {DICTIONARY_SURNAME}, -1}, + {"Morena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greyson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"food lion", 1, {DICTIONARY_CHAIN}, -1}, + {"Siddiqui", 1, {DICTIONARY_SURNAME}, -1}, + {"Kozlovskis", 1, {DICTIONARY_SURNAME}, -1}, + {"Serrano", 1, {DICTIONARY_SURNAME}, -1}, + {"Jinushizono", 1, {DICTIONARY_SURNAME}, -1}, + {"Boulware", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Antrobus", 1, {DICTIONARY_SURNAME}, -1}, + {"Makau", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Birago", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nechay", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselinova", 1, {DICTIONARY_SURNAME}, -1}, + {"Josten", 1, {DICTIONARY_SURNAME}, -1}, + {"Bebbington", 1, {DICTIONARY_SURNAME}, -1}, + {"Sella", 1, {DICTIONARY_SURNAME}, -1}, + {"Paco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lakoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Suruagy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinehout", 1, {DICTIONARY_SURNAME}, -1}, + {"Stroustrup", 1, {DICTIONARY_SURNAME}, -1}, + {"Zora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oborne", 1, {DICTIONARY_SURNAME}, -1}, + {"Tremaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Wellings", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunilla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Godin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadazane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edstrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Romelu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carola", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dražan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berbeka", 1, {DICTIONARY_SURNAME}, -1}, + {"Vignelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Eagle", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanarfogel", 1, {DICTIONARY_SURNAME}, -1}, + {"De Soto", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobbyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorup", 1, {DICTIONARY_SURNAME}, -1}, + {"Vongvanij", 1, {DICTIONARY_SURNAME}, -1}, + {"Pouliquen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovalainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasse", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vergnaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Holub", 1, {DICTIONARY_SURNAME}, -1}, + {"Abidal", 1, {DICTIONARY_SURNAME}, -1}, + {"Ōtsuka", 1, {DICTIONARY_SURNAME}, -1}, + {"rite-aid", 1, {DICTIONARY_CHAIN}, 221}, + {"Aubé", 1, {DICTIONARY_SURNAME}, -1}, + {"Sutkus", 1, {DICTIONARY_SURNAME}, -1}, + {"Dadonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Baqi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drewett", 1, {DICTIONARY_SURNAME}, -1}, + {"Torretta", 1, {DICTIONARY_SURNAME}, -1}, + {"Pröll", 1, {DICTIONARY_SURNAME}, -1}, + {"Wach", 1, {DICTIONARY_SURNAME}, -1}, + {"Hightower", 1, {DICTIONARY_SURNAME}, -1}, + {"Cussans", 1, {DICTIONARY_SURNAME}, -1}, + {"Veldkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Orbom", 1, {DICTIONARY_SURNAME}, -1}, + {"Dafaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Broz", 1, {DICTIONARY_SURNAME}, -1}, + {"Alatoa", 1, {DICTIONARY_SURNAME}, -1}, + {"Neuffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Foulis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacharach", 1, {DICTIONARY_SURNAME}, -1}, + {"Rony", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schaper", 1, {DICTIONARY_SURNAME}, -1}, + {"Ujiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Storrs", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackesy", 1, {DICTIONARY_SURNAME}, -1}, + {"Imada", 1, {DICTIONARY_SURNAME}, -1}, + {"Żeleński", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbot", 1, {DICTIONARY_SURNAME}, -1}, + {"McGhee", 1, {DICTIONARY_SURNAME}, -1}, + {"Pleydell", 1, {DICTIONARY_SURNAME}, -1}, + {"Habito", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kasdan", 1, {DICTIONARY_SURNAME}, -1}, + {"Danneels", 1, {DICTIONARY_SURNAME}, -1}, + {"Lièvremont", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Raonaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Gimbutis", 1, {DICTIONARY_SURNAME}, -1}, + {"Billot", 1, {DICTIONARY_SURNAME}, -1}, + {"Kılıç", 1, {DICTIONARY_SURNAME}, -1}, + {"Paice", 1, {DICTIONARY_SURNAME}, -1}, + {"Agusta", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikula", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicoletti", 1, {DICTIONARY_SURNAME}, -1}, + {"Luck", 1, {DICTIONARY_SURNAME}, -1}, + {"Élodie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Broderip", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenfeldt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ropner", 1, {DICTIONARY_SURNAME}, -1}, + {"Frullani", 1, {DICTIONARY_SURNAME}, -1}, + {"Evaldas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"rossmann", 1, {DICTIONARY_CHAIN}, -1}, + {"Dropsy", 1, {DICTIONARY_SURNAME}, -1}, + {"Neely", 1, {DICTIONARY_SURNAME}, -1}, + {"Kniewasser", 1, {DICTIONARY_SURNAME}, -1}, + {"Bitterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ule", 1, {DICTIONARY_SURNAME}, -1}, + {"Šimůnek", 1, {DICTIONARY_SURNAME}, -1}, + {"Clague", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Reusel", 1, {DICTIONARY_SURNAME}, -1}, + {"Koplowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Loveday", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alcindor", 1, {DICTIONARY_SURNAME}, -1}, + {"Basumatary", 1, {DICTIONARY_SURNAME}, -1}, + {"Kozler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellsworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Franke", 1, {DICTIONARY_SURNAME}, -1}, + {"Addotta", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomonobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raimbault", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Hampl", 1, {DICTIONARY_SURNAME}, -1}, + {"Gómez Ortega", 1, {DICTIONARY_SURNAME}, -1}, + {"Abe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cosgrave", 1, {DICTIONARY_SURNAME}, -1}, + {"La Vega", 1, {DICTIONARY_SURNAME}, -1}, + {"Chughtai", 1, {DICTIONARY_SURNAME}, -1}, + {"Gauntlett", 1, {DICTIONARY_SURNAME}, -1}, + {"Heycock", 1, {DICTIONARY_SURNAME}, -1}, + {"Linney", 1, {DICTIONARY_SURNAME}, -1}, + {"Godbold", 1, {DICTIONARY_SURNAME}, -1}, + {"Petru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viñoly", 1, {DICTIONARY_SURNAME}, -1}, + {"Blakeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Bobo", 1, {DICTIONARY_SURNAME}, -1}, + {"Su-ji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duah", 1, {DICTIONARY_SURNAME}, -1}, + {"Apuan", 1, {DICTIONARY_SURNAME}, -1}, + {"Venâncio", 1, {DICTIONARY_SURNAME}, -1}, + {"Gretzky", 1, {DICTIONARY_SURNAME}, -1}, + {"Sélincourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Haining", 1, {DICTIONARY_SURNAME}, -1}, + {"Leclair", 1, {DICTIONARY_SURNAME}, -1}, + {"Rurika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bård", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Daig", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baraghani", 1, {DICTIONARY_SURNAME}, -1}, + {"Astapovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"McElvanna", 1, {DICTIONARY_SURNAME}, -1}, + {"Akamine", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuğçe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stcherbina", 1, {DICTIONARY_SURNAME}, -1}, + {"Mieroslawski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehrenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Teruhiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pelletier", 1, {DICTIONARY_SURNAME}, -1}, + {"Buffington", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vormeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Natsuki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Smeyers", 1, {DICTIONARY_SURNAME}, -1}, + {"Priddis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawallisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Viks", 1, {DICTIONARY_SURNAME}, -1}, + {"Rood", 1, {DICTIONARY_SURNAME}, -1}, + {"Asderaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadjinikolaou", 1, {DICTIONARY_SURNAME}, -1}, + {"Omartian", 1, {DICTIONARY_SURNAME}, -1}, + {"Chamunda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ishimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Tjalling", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vansittart", 1, {DICTIONARY_SURNAME}, -1}, + {"Hepple", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarren", 1, {DICTIONARY_SURNAME}, -1}, + {"Halpenny", 1, {DICTIONARY_SURNAME}, -1}, + {"Entwistle", 1, {DICTIONARY_SURNAME}, -1}, + {"Boruta", 1, {DICTIONARY_SURNAME}, -1}, + {"Villén", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisahito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCave", 1, {DICTIONARY_SURNAME}, -1}, + {"Benner", 1, {DICTIONARY_SURNAME}, -1}, + {"Pouya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cosman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hargreave", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshimatsu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Do Amaral", 1, {DICTIONARY_SURNAME}, -1}, + {"Adama", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemprecos", 1, {DICTIONARY_SURNAME}, -1}, + {"Cripps", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Restrepo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanluchene", 1, {DICTIONARY_SURNAME}, -1}, + {"Arwyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grebis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedayati", 1, {DICTIONARY_SURNAME}, -1}, + {"Bathrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Härkönen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mullapudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunouchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Do-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viney", 1, {DICTIONARY_SURNAME}, -1}, + {"McGillicuddy", 1, {DICTIONARY_SURNAME}, -1}, + {"McCallin", 1, {DICTIONARY_SURNAME}, -1}, + {"Stojačić", 1, {DICTIONARY_SURNAME}, -1}, + {"Chopin", 1, {DICTIONARY_SURNAME}, -1}, + {"Calchetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Timlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hildenbrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Boscacci", 1, {DICTIONARY_SURNAME}, -1}, + {"Breslau", 1, {DICTIONARY_SURNAME}, -1}, + {"Dneprov", 1, {DICTIONARY_SURNAME}, -1}, + {"Francés", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Panzinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Liukin", 1, {DICTIONARY_SURNAME}, -1}, + {"Clariond", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Brande", 1, {DICTIONARY_SURNAME}, -1}, + {"Figuier", 1, {DICTIONARY_SURNAME}, -1}, + {"Buckle", 1, {DICTIONARY_SURNAME}, -1}, + {"Junpei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jawad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Macaulay", 1, {DICTIONARY_SURNAME}, -1}, + {"sam's clubs", 1, {DICTIONARY_CHAIN}, 227}, + {"Ruiz de Alarcón", 1, {DICTIONARY_SURNAME}, -1}, + {"Biasi", 1, {DICTIONARY_SURNAME}, -1}, + {"Janicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Shūzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trương", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshiaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zervos", 1, {DICTIONARY_SURNAME}, -1}, + {"Soper", 1, {DICTIONARY_SURNAME}, -1}, + {"Montalcini", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiffany", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Havrysh", 1, {DICTIONARY_SURNAME}, -1}, + {"Timea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heggie", 1, {DICTIONARY_SURNAME}, -1}, + {"Aliprandi", 1, {DICTIONARY_SURNAME}, -1}, + {"Raaijmakers", 1, {DICTIONARY_SURNAME}, -1}, + {"Jodi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaminaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Cellier", 1, {DICTIONARY_SURNAME}, -1}, + {"McGarrahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Borgmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Alshech", 1, {DICTIONARY_SURNAME}, -1}, + {"Kornilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiorentino", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Gin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Keinosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Laurence", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kunitake", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pittis", 1, {DICTIONARY_SURNAME}, -1}, + {"little caesars", 1, {DICTIONARY_CHAIN}, -1}, + {"Kamohara", 1, {DICTIONARY_SURNAME}, -1}, + {"Rakitić", 1, {DICTIONARY_SURNAME}, -1}, + {"Koeppel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahndoril", 1, {DICTIONARY_SURNAME}, -1}, + {"Nedumpally", 1, {DICTIONARY_SURNAME}, -1}, + {"Heimlich", 1, {DICTIONARY_SURNAME}, -1}, + {"Cabrol", 1, {DICTIONARY_SURNAME}, -1}, + {"Jóska", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Perlič", 1, {DICTIONARY_SURNAME}, -1}, + {"Hopfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Motozane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cassem", 1, {DICTIONARY_SURNAME}, -1}, + {"Onishchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Varma", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fuchs", 1, {DICTIONARY_SURNAME}, -1}, + {"Lingpa", 1, {DICTIONARY_SURNAME}, -1}, + {"Boothe", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoppe", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakaizumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Veit", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maksym", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chand", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Crocket", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Trishchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Meter", 1, {DICTIONARY_SURNAME}, -1}, + {"Vengerov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kez", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achimescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Louis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Concia", 1, {DICTIONARY_SURNAME}, -1}, + {"Feldstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Doisneau", 1, {DICTIONARY_SURNAME}, -1}, + {"Beata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tashiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikes", 1, {DICTIONARY_SURNAME}, -1}, + {"Abatantuono", 1, {DICTIONARY_SURNAME}, -1}, + {"Belmondo", 1, {DICTIONARY_SURNAME}, -1}, + {"García", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Betty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Unsoeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Venoit", 1, {DICTIONARY_SURNAME}, -1}, + {"Nickson", 1, {DICTIONARY_SURNAME}, -1}, + {"Parsamyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaquiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Surmacz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gago", 1, {DICTIONARY_SURNAME}, -1}, + {"McAvennie", 1, {DICTIONARY_SURNAME}, -1}, + {"Myung-ok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cerf", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodopyanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Burtnyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Scotty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spaemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernabò", 1, {DICTIONARY_SURNAME}, -1}, + {"Mo", 1, {DICTIONARY_SURNAME}, -1}, + {"Zappacosta", 1, {DICTIONARY_SURNAME}, -1}, + {"Strike", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziegenbein", 1, {DICTIONARY_SURNAME}, -1}, + {"Alankamony", 1, {DICTIONARY_SURNAME}, -1}, + {"Vingboons", 1, {DICTIONARY_SURNAME}, -1}, + {"Gomperz", 1, {DICTIONARY_SURNAME}, -1}, + {"Shifrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ginsberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Barradas", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruford", 1, {DICTIONARY_SURNAME}, -1}, + {"Holley", 1, {DICTIONARY_SURNAME}, -1}, + {"Byers", 1, {DICTIONARY_SURNAME}, -1}, + {"Huntelaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Oser", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukihiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maley", 1, {DICTIONARY_SURNAME}, -1}, + {"Phillpott", 1, {DICTIONARY_SURNAME}, -1}, + {"Fermor", 1, {DICTIONARY_SURNAME}, -1}, + {"Walicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Dhikrullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vujin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mollo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadakage", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dhanishka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marcellus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brunelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Surkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Pușcariu", 1, {DICTIONARY_SURNAME}, -1}, + {"Đuro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verich", 1, {DICTIONARY_SURNAME}, -1}, + {"Bukichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cartmill", 1, {DICTIONARY_SURNAME}, -1}, + {"Maytham", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sivaraman", 1, {DICTIONARY_SURNAME}, -1}, + {"Daston", 1, {DICTIONARY_SURNAME}, -1}, + {"McCulley", 1, {DICTIONARY_SURNAME}, -1}, + {"Morillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsutomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Codreanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Dani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rutman", 1, {DICTIONARY_SURNAME}, -1}, + {"Junkermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Torakichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Vollenhoven", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsunori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sitaleki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klešić", 1, {DICTIONARY_SURNAME}, -1}, + {"Homann", 1, {DICTIONARY_SURNAME}, -1}, + {"Frisell", 1, {DICTIONARY_SURNAME}, -1}, + {"Afzelius", 1, {DICTIONARY_SURNAME}, -1}, + {"Merry", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ricks", 1, {DICTIONARY_SURNAME}, -1}, + {"Aspertini", 1, {DICTIONARY_SURNAME}, -1}, + {"Boglárka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adornado", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuver", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dudok", 1, {DICTIONARY_SURNAME}, -1}, + {"MacAskill", 1, {DICTIONARY_SURNAME}, -1}, + {"Akoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Stubbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ketteler", 1, {DICTIONARY_SURNAME}, -1}, + {"Litvin", 1, {DICTIONARY_SURNAME}, -1}, + {"Enzensberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Benflis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bashkim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kwang-min", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petukhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kandelaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Minghetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Deming", 1, {DICTIONARY_SURNAME}, -1}, + {"Mastbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Wahhab", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takeyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shore", 1, {DICTIONARY_SURNAME}, -1}, + {"Vybornova", 1, {DICTIONARY_SURNAME}, -1}, + {"Haddaoui", 1, {DICTIONARY_SURNAME}, -1}, + {"Lodewijk", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Remezov", 1, {DICTIONARY_SURNAME}, -1}, + {"Valiyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassella", 1, {DICTIONARY_SURNAME}, -1}, + {"Ally", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Murrill", 1, {DICTIONARY_SURNAME}, -1}, + {"Insall", 1, {DICTIONARY_SURNAME}, -1}, + {"Huey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Athanasiadis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ding", 1, {DICTIONARY_SURNAME}, -1}, + {"Sturluson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaugeois", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasher", 1, {DICTIONARY_SURNAME}, -1}, + {"Carder", 1, {DICTIONARY_SURNAME}, -1}, + {"Shenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Walls", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogle", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasiljković", 1, {DICTIONARY_SURNAME}, -1}, + {"Meite", 1, {DICTIONARY_SURNAME}, -1}, + {"Alli", 1, {DICTIONARY_SURNAME}, -1}, + {"Scarlatti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vancottem", 1, {DICTIONARY_SURNAME}, -1}, + {"Chemello", 1, {DICTIONARY_SURNAME}, -1}, + {"Rothmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Kvetoslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Burl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdymomunov", 1, {DICTIONARY_SURNAME}, -1}, + {"Samuelson", 1, {DICTIONARY_SURNAME}, -1}, + {"alfamar", 1, {DICTIONARY_CHAIN}, 61}, + {"Boak", 1, {DICTIONARY_SURNAME}, -1}, + {"Tinkle", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Oeyen", 1, {DICTIONARY_SURNAME}, -1}, + {"western unions", 1, {DICTIONARY_CHAIN}, 272}, + {"Scory", 1, {DICTIONARY_SURNAME}, -1}, + {"Tilleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotorida", 1, {DICTIONARY_SURNAME}, -1}, + {"McKenty", 1, {DICTIONARY_SURNAME}, -1}, + {"Viscusi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoyte", 1, {DICTIONARY_SURNAME}, -1}, + {"González Velázquez", 1, {DICTIONARY_SURNAME}, -1}, + {"Yehoshua", 1, {DICTIONARY_SURNAME}, -1}, + {"Marwan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ortmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Braybrooke", 1, {DICTIONARY_SURNAME}, -1}, + {"Ómarsdóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Alánek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harling", 1, {DICTIONARY_SURNAME}, -1}, + {"Alleyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Krajicek", 1, {DICTIONARY_SURNAME}, -1}, + {"Damnjanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Viguier", 1, {DICTIONARY_SURNAME}, -1}, + {"Mankiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Bari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seigenthaler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogdan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cockril", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubat", 1, {DICTIONARY_SURNAME}, -1}, + {"Gippius", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludwika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sinkeldam", 1, {DICTIONARY_SURNAME}, -1}, + {"Haberkorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Blatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Backhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Goličič", 1, {DICTIONARY_SURNAME}, -1}, + {"Greening", 1, {DICTIONARY_SURNAME}, -1}, + {"Aogo", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Stoel", 1, {DICTIONARY_SURNAME}, -1}, + {"Eihi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bentley", 1, {DICTIONARY_SURNAME}, -1}, + {"Osachi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Qiān", 1, {DICTIONARY_SURNAME}, -1}, + {"Leavy", 1, {DICTIONARY_SURNAME}, -1}, + {"Satyajit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kyung-sook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flatau", 1, {DICTIONARY_SURNAME}, -1}, + {"Seihō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"raiffeisen", 1, {DICTIONARY_CHAIN}, 217}, + {"Guzy", 1, {DICTIONARY_SURNAME}, -1}, + {"Burak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Disdero", 1, {DICTIONARY_SURNAME}, -1}, + {"Cramer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ungrangsee", 1, {DICTIONARY_SURNAME}, -1}, + {"Balik", 1, {DICTIONARY_SURNAME}, -1}, + {"Eda", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pendry", 1, {DICTIONARY_SURNAME}, -1}, + {"Flöge", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallwork", 1, {DICTIONARY_SURNAME}, -1}, + {"Jullien", 1, {DICTIONARY_SURNAME}, -1}, + {"Del Vecchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Wynn", 1, {DICTIONARY_SURNAME}, -1}, + {"Thoburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukumoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoagland", 1, {DICTIONARY_SURNAME}, -1}, + {"Taborre", 1, {DICTIONARY_SURNAME}, -1}, + {"Meriwether", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valvik", 1, {DICTIONARY_SURNAME}, -1}, + {"Buenvenida", 1, {DICTIONARY_SURNAME}, -1}, + {"McCreevy", 1, {DICTIONARY_SURNAME}, -1}, + {"Delong", 1, {DICTIONARY_SURNAME}, -1}, + {"Henschel", 1, {DICTIONARY_SURNAME}, -1}, + {"Mäkinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwitney", 1, {DICTIONARY_SURNAME}, -1}, + {"Byung-chul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voytenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Mezvinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamberto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mitts", 1, {DICTIONARY_SURNAME}, -1}, + {"Perko", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Amundson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kripke", 1, {DICTIONARY_SURNAME}, -1}, + {"Artie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verrill", 1, {DICTIONARY_SURNAME}, -1}, + {"in 'n out", 1, {DICTIONARY_CHAIN}, 158}, + {"Santifaller", 1, {DICTIONARY_SURNAME}, -1}, + {"Grishchenkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Schindzielorz", 1, {DICTIONARY_SURNAME}, -1}, + {"Aidietytė", 1, {DICTIONARY_SURNAME}, -1}, + {"Iona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Curson", 1, {DICTIONARY_SURNAME}, -1}, + {"Whittaker", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bogomil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lotter", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleksandrov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zayn ad-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kesselring", 1, {DICTIONARY_SURNAME}, -1}, + {"Blanco", 1, {DICTIONARY_SURNAME}, -1}, + {"Lyn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wirman", 1, {DICTIONARY_SURNAME}, -1}, + {"a&ws", 1, {DICTIONARY_CHAIN}, 57}, + {"Braulio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dauda", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Khamphat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacKenna", 1, {DICTIONARY_SURNAME}, -1}, + {"Gore-Browne", 1, {DICTIONARY_SURNAME}, -1}, + {"Zawadzki", 1, {DICTIONARY_SURNAME}, -1}, + {"Birmingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Agostoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Mottola", 1, {DICTIONARY_SURNAME}, -1}, + {"Taraval", 1, {DICTIONARY_SURNAME}, -1}, + {"Świątek", 1, {DICTIONARY_SURNAME}, -1}, + {"Shioya", 1, {DICTIONARY_SURNAME}, -1}, + {"Valerón", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Den Eede", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonne", 1, {DICTIONARY_SURNAME}, -1}, + {"Brâncoveanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobrokhotov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vardhan", 1, {DICTIONARY_SURNAME}, -1}, + {"Cafer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bolaños", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacary", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vorachith", 1, {DICTIONARY_SURNAME}, -1}, + {"Chowning", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahouré", 1, {DICTIONARY_SURNAME}, -1}, + {"Gadhavi", 1, {DICTIONARY_SURNAME}, -1}, + {"Seumas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Skwierczyński", 1, {DICTIONARY_SURNAME}, -1}, + {"Bölükbaşı", 1, {DICTIONARY_SURNAME}, -1}, + {"Vobes", 1, {DICTIONARY_SURNAME}, -1}, + {"Cunningham", 1, {DICTIONARY_SURNAME}, -1}, + {"Duyster", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurdyumov", 1, {DICTIONARY_SURNAME}, -1}, + {"Clouston", 1, {DICTIONARY_SURNAME}, -1}, + {"Žižka", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidlička", 1, {DICTIONARY_SURNAME}, -1}, + {"Norifusa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pascal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Featherstone-Witty", 1, {DICTIONARY_SURNAME}, -1}, + {"Khushal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ratto", 1, {DICTIONARY_SURNAME}, -1}, + {"Carolyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bodding", 1, {DICTIONARY_SURNAME}, -1}, + {"Baccus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rustad", 1, {DICTIONARY_SURNAME}, -1}, + {"Ben-hadad", 1, {DICTIONARY_SURNAME}, -1}, + {"McSlarrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Rantala", 1, {DICTIONARY_SURNAME}, -1}, + {"Amenemhat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malori", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsugae", 1, {DICTIONARY_SURNAME}, -1}, + {"Orford", 1, {DICTIONARY_SURNAME}, -1}, + {"Pauler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuwata", 1, {DICTIONARY_SURNAME}, -1}, + {"Alec", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tietje", 1, {DICTIONARY_SURNAME}, -1}, + {"Demetrius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klausen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lettieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Biskupski", 1, {DICTIONARY_SURNAME}, -1}, + {"Macrossan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vićević", 1, {DICTIONARY_SURNAME}, -1}, + {"Толстой", 1, {DICTIONARY_SURNAME}, -1}, + {"Field", 1, {DICTIONARY_SURNAME}, -1}, + {"Stefania", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Obokata", 1, {DICTIONARY_SURNAME}, -1}, + {"Massignan", 1, {DICTIONARY_SURNAME}, -1}, + {"Parkhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Rupe", 1, {DICTIONARY_SURNAME}, -1}, + {"McKeith", 1, {DICTIONARY_SURNAME}, -1}, + {"Deblois", 1, {DICTIONARY_SURNAME}, -1}, + {"galp", 1, {DICTIONARY_CHAIN}, -1}, + {"Jędrzejewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lee", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Okumoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Granger", 1, {DICTIONARY_SURNAME}, -1}, + {"Dokite", 1, {DICTIONARY_SURNAME}, -1}, + {"Tredennick", 1, {DICTIONARY_SURNAME}, -1}, + {"Manoukian", 1, {DICTIONARY_SURNAME}, -1}, + {"DeLorenzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingebrigtsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Amalric", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Elles", 1, {DICTIONARY_SURNAME}, -1}, + {"Dačić", 1, {DICTIONARY_SURNAME}, -1}, + {"Berrier", 1, {DICTIONARY_SURNAME}, -1}, + {"Muggleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Eduardo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geiser", 1, {DICTIONARY_SURNAME}, -1}, + {"Hameiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonnefoux", 1, {DICTIONARY_SURNAME}, -1}, + {"Seppälä", 1, {DICTIONARY_SURNAME}, -1}, + {"Afagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Acuil", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruomi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasey", 1, {DICTIONARY_SURNAME}, -1}, + {"Niclas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boulding", 1, {DICTIONARY_SURNAME}, -1}, + {"Diène", 1, {DICTIONARY_SURNAME}, -1}, + {"Höfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Poromaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Hobcroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Моисеенко", 1, {DICTIONARY_SURNAME}, -1}, + {"Costantini", 1, {DICTIONARY_SURNAME}, -1}, + {"Grossi", 1, {DICTIONARY_SURNAME}, -1}, + {"Damião", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Habte", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hillberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Hohenlohe", 1, {DICTIONARY_SURNAME}, -1}, + {"Mulrooney", 1, {DICTIONARY_SURNAME}, -1}, + {"Siegel", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckwith", 1, {DICTIONARY_SURNAME}, -1}, + {"Tojo", 1, {DICTIONARY_SURNAME}, -1}, + {"Shingo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caínzos", 1, {DICTIONARY_SURNAME}, -1}, + {"Jules", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lynne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Demeter", 1, {DICTIONARY_SURNAME}, -1}, + {"Winnifred", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paratore", 1, {DICTIONARY_SURNAME}, -1}, + {"Severino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moon-sik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Jazairia", 1, {DICTIONARY_SURNAME}, -1}, + {"Boseman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ventham", 1, {DICTIONARY_SURNAME}, -1}, + {"Tchaikovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuranda", 1, {DICTIONARY_SURNAME}, -1}, + {"McCain", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlothlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Şener", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Koedijck", 1, {DICTIONARY_SURNAME}, -1}, + {"Moskvin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukaku", 1, {DICTIONARY_SURNAME}, -1}, + {"Barthelmes", 1, {DICTIONARY_SURNAME}, -1}, + {"De Hotham", 1, {DICTIONARY_SURNAME}, -1}, + {"Katzir", 1, {DICTIONARY_SURNAME}, -1}, + {"Jordahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Inaudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Veréb", 1, {DICTIONARY_SURNAME}, -1}, + {"Stebbins", 1, {DICTIONARY_SURNAME}, -1}, + {"wal-marts", 1, {DICTIONARY_CHAIN}, 266}, + {"Mancini", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maëlys", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stasinopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Hornbostel", 1, {DICTIONARY_SURNAME}, -1}, + {"Phelan", 1, {DICTIONARY_SURNAME}, -1}, + {"Franchetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Paritosh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vradenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Villas Boas", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Cabrel", 1, {DICTIONARY_SURNAME}, -1}, + {"Persiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Airosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Chatto", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerstenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoepen", 1, {DICTIONARY_SURNAME}, -1}, + {"Wærstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Hickenlooper", 1, {DICTIONARY_SURNAME}, -1}, + {"Peart", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasyutsin", 1, {DICTIONARY_SURNAME}, -1}, + {"Newhook", 1, {DICTIONARY_SURNAME}, -1}, + {"Angèle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corney", 1, {DICTIONARY_SURNAME}, -1}, + {"Boon", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitlow", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Csillag", 1, {DICTIONARY_SURNAME}, -1}, + {"Laukkanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bártová", 1, {DICTIONARY_SURNAME}, -1}, + {"Abushakhmetov", 1, {DICTIONARY_SURNAME}, -1}, + {"Casanova", 1, {DICTIONARY_SURNAME}, -1}, + {"Dormer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dandolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Tronchin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Aalst", 1, {DICTIONARY_SURNAME}, -1}, + {"Idibia", 1, {DICTIONARY_SURNAME}, -1}, + {"Reisz", 1, {DICTIONARY_SURNAME}, -1}, + {"Petráš", 1, {DICTIONARY_SURNAME}, -1}, + {"Brenden", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Whyte", 1, {DICTIONARY_SURNAME}, -1}, + {"Coulouris", 1, {DICTIONARY_SURNAME}, -1}, + {"Hassett", 1, {DICTIONARY_SURNAME}, -1}, + {"Bokkisam", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kercheval", 1, {DICTIONARY_SURNAME}, -1}, + {"Agnolin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mariangela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frenett", 1, {DICTIONARY_SURNAME}, -1}, + {"Mekas", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdezuly", 1, {DICTIONARY_SURNAME}, -1}, + {"Żbikowski", 1, {DICTIONARY_SURNAME}, -1}, + {"a & w", 1, {DICTIONARY_CHAIN}, 57}, + {"Goosen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tirnanić", 1, {DICTIONARY_SURNAME}, -1}, + {"Silvius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dong-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coen", 1, {DICTIONARY_SURNAME}, -1}, + {"Halldórsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ousmane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Asanuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Løvland", 1, {DICTIONARY_SURNAME}, -1}, + {"Joy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bratulić", 1, {DICTIONARY_SURNAME}, -1}, + {"Uda", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosellini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryabokobylenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaviraj", 1, {DICTIONARY_SURNAME}, -1}, + {"Fimmen", 1, {DICTIONARY_SURNAME}, -1}, + {"Leventhorpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Parent", 1, {DICTIONARY_SURNAME}, -1}, + {"Hakuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heidari", 1, {DICTIONARY_SURNAME}, -1}, + {"Imrekov", 1, {DICTIONARY_SURNAME}, -1}, + {"Azzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Feintuch", 1, {DICTIONARY_SURNAME}, -1}, + {"Geffroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vržogić", 1, {DICTIONARY_SURNAME}, -1}, + {"De Bonstetten", 1, {DICTIONARY_SURNAME}, -1}, + {"Holighaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Reeson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tessier", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlascenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Register", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hellemond", 1, {DICTIONARY_SURNAME}, -1}, + {"Strassman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cipra", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaupel", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Nešetřil", 1, {DICTIONARY_SURNAME}, -1}, + {"Bäwerl", 1, {DICTIONARY_SURNAME}, -1}, + {"Biryukov", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakeley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"office depots", 1, {DICTIONARY_CHAIN}, 194}, + {"Heraud", 1, {DICTIONARY_SURNAME}, -1}, + {"Pirro", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaspard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valbuena", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagerup", 1, {DICTIONARY_SURNAME}, -1}, + {"Hind", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Ceulen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vapnyar", 1, {DICTIONARY_SURNAME}, -1}, + {"Autumn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Qazwini", 1, {DICTIONARY_SURNAME}, -1}, + {"Joris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eun-jung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vinyes", 1, {DICTIONARY_SURNAME}, -1}, + {"Guðmundsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Chatton", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiroe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ahaziah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pizzey", 1, {DICTIONARY_SURNAME}, -1}, + {"Radwańska", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Szklenár", 1, {DICTIONARY_SURNAME}, -1}, + {"Jun-sang", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kumatarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Morin", 1, {DICTIONARY_SURNAME}, -1}, + {"red robins", 1, {DICTIONARY_CHAIN}, 219}, + {"Halestrap", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Werve", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodhand", 1, {DICTIONARY_SURNAME}, -1}, + {"Darleen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baldivieso", 1, {DICTIONARY_SURNAME}, -1}, + {"Drest", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Raed", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Streltsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Comrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Olov", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veivers", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Langbein", 1, {DICTIONARY_SURNAME}, -1}, + {"Bryson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Masaji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Afet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hirayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Kačić", 1, {DICTIONARY_SURNAME}, -1}, + {"Naomori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"walgreens", 1, {DICTIONARY_CHAIN}, -1}, + {"Penruddocke", 1, {DICTIONARY_SURNAME}, -1}, + {"Swinton", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabzi", 1, {DICTIONARY_SURNAME}, -1}, + {"La Rocco", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Perren", 1, {DICTIONARY_SURNAME}, -1}, + {"Roxburgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Handschmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Abesadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Nunez", 1, {DICTIONARY_SURNAME}, -1}, + {"Rannikko", 1, {DICTIONARY_SURNAME}, -1}, + {"Shapira", 1, {DICTIONARY_SURNAME}, -1}, + {"Nelly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blomfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Akuffo", 1, {DICTIONARY_SURNAME}, -1}, + {"Halkett", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeglertz", 1, {DICTIONARY_SURNAME}, -1}, + {"Moussaieff", 1, {DICTIONARY_SURNAME}, -1}, + {"Federspiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Johannis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hoehman", 1, {DICTIONARY_SURNAME}, -1}, + {"Odumosu", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackrides", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamrlík", 1, {DICTIONARY_SURNAME}, -1}, + {"Szpilman", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanderson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tolubeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Fakhoury", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-myung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Busse", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunchad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McAdoo", 1, {DICTIONARY_SURNAME}, -1}, + {"Reitmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Tilby", 1, {DICTIONARY_SURNAME}, -1}, + {"McEdwards", 1, {DICTIONARY_SURNAME}, -1}, + {"Motiejūnas", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajlouny", 1, {DICTIONARY_SURNAME}, -1}, + {"Carmen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vignali", 1, {DICTIONARY_SURNAME}, -1}, + {"Schröffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Abboushi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vintov", 1, {DICTIONARY_SURNAME}, -1}, + {"Boëllmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Mezair", 1, {DICTIONARY_SURNAME}, -1}, + {"Ostling", 1, {DICTIONARY_SURNAME}, -1}, + {"Meneeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Treder", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasford", 1, {DICTIONARY_SURNAME}, -1}, + {"Beswick", 1, {DICTIONARY_SURNAME}, -1}, + {"Strack", 1, {DICTIONARY_SURNAME}, -1}, + {"Szczepanik", 1, {DICTIONARY_SURNAME}, -1}, + {"Jūbei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Linwood", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Flickinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashenhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Thibeault", 1, {DICTIONARY_SURNAME}, -1}, + {"Kryštof", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dragan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Habibi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tauler", 1, {DICTIONARY_SURNAME}, -1}, + {"Soumaila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wittich", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shimeliovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Kempka", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldner", 1, {DICTIONARY_SURNAME}, -1}, + {"Misao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arnaert", 1, {DICTIONARY_SURNAME}, -1}, + {"McAleese", 1, {DICTIONARY_SURNAME}, -1}, + {"Parfrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosaleen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haitao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó Flaithbertaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Heilig", 1, {DICTIONARY_SURNAME}, -1}, + {"Garfors", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeluyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Addarii", 1, {DICTIONARY_SURNAME}, -1}, + {"Fareedi", 1, {DICTIONARY_SURNAME}, -1}, + {"Äijälä", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamsin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chicheley", 1, {DICTIONARY_SURNAME}, -1}, + {"Tateo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mena", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vadiveloo", 1, {DICTIONARY_SURNAME}, -1}, + {"Peery", 1, {DICTIONARY_SURNAME}, -1}, + {"Vugdalič", 1, {DICTIONARY_SURNAME}, -1}, + {"Akchoté", 1, {DICTIONARY_SURNAME}, -1}, + {"Iemon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malinowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Garg", 1, {DICTIONARY_SURNAME}, -1}, + {"Akasaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Da-bin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Winford", 1, {DICTIONARY_SURNAME}, -1}, + {"Taher", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kristjánsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Wogan", 1, {DICTIONARY_SURNAME}, -1}, + {"Keskisaari", 1, {DICTIONARY_SURNAME}, -1}, + {"Doubrovska", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonsall", 1, {DICTIONARY_SURNAME}, -1}, + {"Wimshurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Streeter", 1, {DICTIONARY_SURNAME}, -1}, + {"Trayle", 1, {DICTIONARY_SURNAME}, -1}, + {"Bockarie", 1, {DICTIONARY_SURNAME}, -1}, + {"LoVecchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Driel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ndungu", 1, {DICTIONARY_SURNAME}, -1}, + {"Laguta", 1, {DICTIONARY_SURNAME}, -1}, + {"Fenoglio", 1, {DICTIONARY_SURNAME}, -1}, + {"Sayumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pasquini", 1, {DICTIONARY_SURNAME}, -1}, + {"Sexton", 1, {DICTIONARY_SURNAME}, -1}, + {"Hofmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivanenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Arusei", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Rheenen", 1, {DICTIONARY_SURNAME}, -1}, + {"Luo", 1, {DICTIONARY_SURNAME}, -1}, + {"Oudin", 1, {DICTIONARY_SURNAME}, -1}, + {"Scelba", 1, {DICTIONARY_SURNAME}, -1}, + {"Harfouch", 1, {DICTIONARY_SURNAME}, -1}, + {"Rati", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vallini", 1, {DICTIONARY_SURNAME}, -1}, + {"Becki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schönfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Okuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Slavnov", 1, {DICTIONARY_SURNAME}, -1}, + {"Glück", 1, {DICTIONARY_SURNAME}, -1}, + {"Aadahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Darvish", 1, {DICTIONARY_SURNAME}, -1}, + {"Negroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Gascar", 1, {DICTIONARY_SURNAME}, -1}, + {"Hopkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyeramko", 1, {DICTIONARY_SURNAME}, -1}, + {"Backhaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Tooke", 1, {DICTIONARY_SURNAME}, -1}, + {"Cull", 1, {DICTIONARY_SURNAME}, -1}, + {"Celinda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iemochi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kanike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sweynheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Banky", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ducke", 1, {DICTIONARY_SURNAME}, -1}, + {"Nafiz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wolfe", 1, {DICTIONARY_SURNAME}, -1}, + {"Clines", 1, {DICTIONARY_SURNAME}, -1}, + {"Vichorek", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivanco", 1, {DICTIONARY_SURNAME}, -1}, + {"Baanders", 1, {DICTIONARY_SURNAME}, -1}, + {"Ylenia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Houk", 1, {DICTIONARY_SURNAME}, -1}, + {"Dyess", 1, {DICTIONARY_SURNAME}, -1}, + {"McAthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dongen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vogts", 1, {DICTIONARY_SURNAME}, -1}, + {"Esadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnurre", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernocchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Matiyasevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Akilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanford", 1, {DICTIONARY_SURNAME}, -1}, + {"Holík", 1, {DICTIONARY_SURNAME}, -1}, + {"Mochida", 1, {DICTIONARY_SURNAME}, -1}, + {"Burrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Tilke", 1, {DICTIONARY_SURNAME}, -1}, + {"Su-mi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Niro", 1, {DICTIONARY_SURNAME}, -1}, + {"Veratsila", 1, {DICTIONARY_SURNAME}, -1}, + {"Valeur", 1, {DICTIONARY_SURNAME}, -1}, + {"Schettino", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jeladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bautell", 1, {DICTIONARY_SURNAME}, -1}, + {"Alderweireld", 1, {DICTIONARY_SURNAME}, -1}, + {"Theron", 1, {DICTIONARY_SURNAME}, -1}, + {"Checchinato", 1, {DICTIONARY_SURNAME}, -1}, + {"Juneau", 1, {DICTIONARY_SURNAME}, -1}, + {"Balandin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hänsel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kappelhof", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinker", 1, {DICTIONARY_SURNAME}, -1}, + {"Frieden", 1, {DICTIONARY_SURNAME}, -1}, + {"Deedes", 1, {DICTIONARY_SURNAME}, -1}, + {"Rackstraw", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gluckstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerhartsreiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Walther", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Reginar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Auspitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnezeder", 1, {DICTIONARY_SURNAME}, -1}, + {"Funke", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandernotte", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleist", 1, {DICTIONARY_SURNAME}, -1}, + {"Lepeshinskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Maltsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Alksnis", 1, {DICTIONARY_SURNAME}, -1}, + {"Holtreman", 1, {DICTIONARY_SURNAME}, -1}, + {"Dujilo", 1, {DICTIONARY_SURNAME}, -1}, + {"Rabinovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Dayal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pendlebury", 1, {DICTIONARY_SURNAME}, -1}, + {"Argentin", 1, {DICTIONARY_SURNAME}, -1}, + {"Accola", 1, {DICTIONARY_SURNAME}, -1}, + {"Zahler", 1, {DICTIONARY_SURNAME}, -1}, + {"Waite", 1, {DICTIONARY_SURNAME}, -1}, + {"Vromen", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhavan", 1, {DICTIONARY_SURNAME}, -1}, + {"Rowohlt", 1, {DICTIONARY_SURNAME}, -1}, + {"Bednarski", 1, {DICTIONARY_SURNAME}, -1}, + {"Areg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Girjesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mantas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sunter", 1, {DICTIONARY_SURNAME}, -1}, + {"Cebertowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Frodsham", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikami", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludgate", 1, {DICTIONARY_SURNAME}, -1}, + {"Kibiwott", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hanka", 1, {DICTIONARY_SURNAME}, -1}, + {"Ennio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yaqoob", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"De Güemes", 1, {DICTIONARY_SURNAME}, -1}, + {"Blagojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Josepha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Annakin", 1, {DICTIONARY_SURNAME}, -1}, + {"mlk j", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Yanis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Merkulov", 1, {DICTIONARY_SURNAME}, -1}, + {"Clos", 1, {DICTIONARY_SURNAME}, -1}, + {"Blakesley", 1, {DICTIONARY_SURNAME}, -1}, + {"St George", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lusher", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeyie", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnulfo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sisk", 1, {DICTIONARY_SURNAME}, -1}, + {"Finkers", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorning", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boerebach", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-su", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yukina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Testerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Yohanan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asuka", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cobham", 1, {DICTIONARY_SURNAME}, -1}, + {"Oldham", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidon", 1, {DICTIONARY_SURNAME}, -1}, + {"Uthman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ercüment", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heltai", 1, {DICTIONARY_SURNAME}, -1}, + {"Quaile", 1, {DICTIONARY_SURNAME}, -1}, + {"Pradip", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ludolph", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ferrini", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamadou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eglash", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipyego", 1, {DICTIONARY_SURNAME}, -1}, + {"Kikis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Altan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adous", 1, {DICTIONARY_SURNAME}, -1}, + {"Cogswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Bechtold", 1, {DICTIONARY_SURNAME}, -1}, + {"Gussenhoven", 1, {DICTIONARY_SURNAME}, -1}, + {"Pretor-Pinney", 1, {DICTIONARY_SURNAME}, -1}, + {"Vantsis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sorrentino", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwind", 1, {DICTIONARY_SURNAME}, -1}, + {"Wren", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yoshio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marcin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ridley", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elharar", 1, {DICTIONARY_SURNAME}, -1}, + {"Deckert", 1, {DICTIONARY_SURNAME}, -1}, + {"Jillette", 1, {DICTIONARY_SURNAME}, -1}, + {"Kishor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valesky", 1, {DICTIONARY_SURNAME}, -1}, + {"Akahoshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Clyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Asche", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakall", 1, {DICTIONARY_SURNAME}, -1}, + {"Arizin", 1, {DICTIONARY_SURNAME}, -1}, + {"McAlinden", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaccaroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Oddie", 1, {DICTIONARY_SURNAME}, -1}, + {"Agboyibo", 1, {DICTIONARY_SURNAME}, -1}, + {"Akingbola", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalyanin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lundgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Adolfsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Horwitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Ḥarizi", 1, {DICTIONARY_SURNAME}, -1}, + {"Petrushevych", 1, {DICTIONARY_SURNAME}, -1}, + {"Narabayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zé Maria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Titterington", 1, {DICTIONARY_SURNAME}, -1}, + {"Mieke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steck", 1, {DICTIONARY_SURNAME}, -1}, + {"Acfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Maloney", 1, {DICTIONARY_SURNAME}, -1}, + {"Tineke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vrbenská", 1, {DICTIONARY_SURNAME}, -1}, + {"Swynnerton", 1, {DICTIONARY_SURNAME}, -1}, + {"Snelgrove", 1, {DICTIONARY_SURNAME}, -1}, + {"Segantini", 1, {DICTIONARY_SURNAME}, -1}, + {"Villwock", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrady", 1, {DICTIONARY_SURNAME}, -1}, + {"Lescott", 1, {DICTIONARY_SURNAME}, -1}, + {"Chapa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ōhata", 1, {DICTIONARY_SURNAME}, -1}, + {"Flamsteed", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikhaylovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Livvy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Todorov", 1, {DICTIONARY_SURNAME}, -1}, + {"Jindal", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Tusi", 1, {DICTIONARY_SURNAME}, -1}, + {"Villadelprat", 1, {DICTIONARY_SURNAME}, -1}, + {"Akakpo", 1, {DICTIONARY_SURNAME}, -1}, + {"citgo", 1, {DICTIONARY_CHAIN}, -1}, + {"McKague", 1, {DICTIONARY_SURNAME}, -1}, + {"Mears", 1, {DICTIONARY_SURNAME}, -1}, + {"Wetherell", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Borrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Gajalakshmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shūhei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alexander", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Phankham", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jun-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Derrick", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Horton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"td bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Haşim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hare", 1, {DICTIONARY_SURNAME}, -1}, + {"Akurang", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagamichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vlaszák", 1, {DICTIONARY_SURNAME}, -1}, + {"Vellekoop", 1, {DICTIONARY_SURNAME}, -1}, + {"Forster", 1, {DICTIONARY_SURNAME}, -1}, + {"Sbruzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rayhons", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragomir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mammadbeyov", 1, {DICTIONARY_SURNAME}, -1}, + {"McGauley", 1, {DICTIONARY_SURNAME}, -1}, + {"Guðmundur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aravindan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Starace", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinsker", 1, {DICTIONARY_SURNAME}, -1}, + {"Arguiñano", 1, {DICTIONARY_SURNAME}, -1}, + {"Beauvarlet", 1, {DICTIONARY_SURNAME}, -1}, + {"Alajbegović", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehrzad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Umberto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Killias", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamdiyah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bily", 1, {DICTIONARY_SURNAME}, -1}, + {"Daiches", 1, {DICTIONARY_SURNAME}, -1}, + {"Cloudsley-Thompson", 1, {DICTIONARY_SURNAME}, -1}, + {"Glennon", 1, {DICTIONARY_SURNAME}, -1}, + {"Dangić", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamiec", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludovic", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abrahamczik", 1, {DICTIONARY_SURNAME}, -1}, + {"Schill", 1, {DICTIONARY_SURNAME}, -1}, + {"Akunyili", 1, {DICTIONARY_SURNAME}, -1}, + {"Aïssata", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mulajanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Weller", 1, {DICTIONARY_SURNAME}, -1}, + {"Gregoor", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bitterlich", 1, {DICTIONARY_SURNAME}, -1}, + {"Sambor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adabana", 1, {DICTIONARY_SURNAME}, -1}, + {"Oligny", 1, {DICTIONARY_SURNAME}, -1}, + {"Assagioli", 1, {DICTIONARY_SURNAME}, -1}, + {"Áedammair", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahvenlahti", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbatini", 1, {DICTIONARY_SURNAME}, -1}, + {"Biehl", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Cammen", 1, {DICTIONARY_SURNAME}, -1}, + {"Janetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Shakhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamasaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Afzaal", 1, {DICTIONARY_SURNAME}, -1}, + {"Shishkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Testard de Montigny", 1, {DICTIONARY_SURNAME}, -1}, + {"Rochat", 1, {DICTIONARY_SURNAME}, -1}, + {"Rochester", 1, {DICTIONARY_SURNAME}, -1}, + {"Afarah", 1, {DICTIONARY_SURNAME}, -1}, + {"Forgues", 1, {DICTIONARY_SURNAME}, -1}, + {"Kilroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Roseingrave", 1, {DICTIONARY_SURNAME}, -1}, + {"Orav", 1, {DICTIONARY_SURNAME}, -1}, + {"Pérez", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gorder", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrugt", 1, {DICTIONARY_SURNAME}, -1}, + {"Beardsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Omnes", 1, {DICTIONARY_SURNAME}, -1}, + {"McCasland", 1, {DICTIONARY_SURNAME}, -1}, + {"Skele", 1, {DICTIONARY_SURNAME}, -1}, + {"Blatchford", 1, {DICTIONARY_SURNAME}, -1}, + {"Abwo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashurbeyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadzim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kuwahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadaoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zouabri", 1, {DICTIONARY_SURNAME}, -1}, + {"Holtzman", 1, {DICTIONARY_SURNAME}, -1}, + {"Palacios", 1, {DICTIONARY_SURNAME}, -1}, + {"Swanston", 1, {DICTIONARY_SURNAME}, -1}, + {"Noyce", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleksovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hitzig", 1, {DICTIONARY_SURNAME}, -1}, + {"Ovens", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsushita", 1, {DICTIONARY_SURNAME}, -1}, + {"Heinrichs", 1, {DICTIONARY_SURNAME}, -1}, + {"Zozulya", 1, {DICTIONARY_SURNAME}, -1}, + {"Scally", 1, {DICTIONARY_SURNAME}, -1}, + {"Zouareg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kokoszka", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Cabel", 1, {DICTIONARY_SURNAME}, -1}, + {"Nando", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Cauwenberge", 1, {DICTIONARY_SURNAME}, -1}, + {"Razack", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daugaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Bettina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eötvös", 1, {DICTIONARY_SURNAME}, -1}, + {"Yōhei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sirel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaila", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Irakly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vigil", 1, {DICTIONARY_SURNAME}, -1}, + {"Yepes", 1, {DICTIONARY_SURNAME}, -1}, + {"Lybeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Descheeny", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigman", 1, {DICTIONARY_SURNAME}, -1}, + {"Assunção", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jae-gyu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Menster", 1, {DICTIONARY_SURNAME}, -1}, + {"Bint Khayyat", 1, {DICTIONARY_SURNAME}, -1}, + {"Varfi", 1, {DICTIONARY_SURNAME}, -1}, + {"Agirretxe", 1, {DICTIONARY_SURNAME}, -1}, + {"Perec", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLindon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hintikka", 1, {DICTIONARY_SURNAME}, -1}, + {"Ortiz", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Hamdan", 1, {DICTIONARY_SURNAME}, -1}, + {"Viljamaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosalho", 1, {DICTIONARY_SURNAME}, -1}, + {"Ankrah", 1, {DICTIONARY_SURNAME}, -1}, + {"Shoemaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Guruli", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonynas", 1, {DICTIONARY_SURNAME}, -1}, + {"Alou", 1, {DICTIONARY_SURNAME}, -1}, + {"Afriyie", 1, {DICTIONARY_SURNAME}, -1}, + {"Holborne", 1, {DICTIONARY_SURNAME}, -1}, + {"Shell", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gustainis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ronen", 1, {DICTIONARY_SURNAME}, -1}, + {"McElhinney", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Brul", 1, {DICTIONARY_SURNAME}, -1}, + {"Arwel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cieślak", 1, {DICTIONARY_SURNAME}, -1}, + {"Luisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cronin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mannino", 1, {DICTIONARY_SURNAME}, -1}, + {"Suderman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukušič", 1, {DICTIONARY_SURNAME}, -1}, + {"Toru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vedeneyeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Beddoes", 1, {DICTIONARY_SURNAME}, -1}, + {"Feiler", 1, {DICTIONARY_SURNAME}, -1}, + {"Azrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Nayak", 1, {DICTIONARY_SURNAME}, -1}, + {"Khattab", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Farnum", 1, {DICTIONARY_SURNAME}, -1}, + {"Djaballah", 1, {DICTIONARY_SURNAME}, -1}, + {"Kayo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Safer", 1, {DICTIONARY_SURNAME}, -1}, + {"Janda", 1, {DICTIONARY_SURNAME}, -1}, + {"Peschke", 1, {DICTIONARY_SURNAME}, -1}, + {"Bynoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Jakubiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Votapek", 1, {DICTIONARY_SURNAME}, -1}, + {"Stearn", 1, {DICTIONARY_SURNAME}, -1}, + {"Voorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Rutilius", 1, {DICTIONARY_SURNAME}, -1}, + {"Light", 1, {DICTIONARY_SURNAME}, -1}, + {"Catterson", 1, {DICTIONARY_SURNAME}, -1}, + {"Schøning", 1, {DICTIONARY_SURNAME}, -1}, + {"Tišma", 1, {DICTIONARY_SURNAME}, -1}, + {"Saki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vranyczany-Dobrinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Macklowe", 1, {DICTIONARY_SURNAME}, -1}, + {"Grycz", 1, {DICTIONARY_SURNAME}, -1}, + {"Zykov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammink", 1, {DICTIONARY_SURNAME}, -1}, + {"Sulamith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koçer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vogels", 1, {DICTIONARY_SURNAME}, -1}, + {"Onor", 1, {DICTIONARY_SURNAME}, -1}, + {"McKissack", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbasli", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakurada", 1, {DICTIONARY_SURNAME}, -1}, + {"Anya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fujimaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Boyce", 1, {DICTIONARY_SURNAME}, -1}, + {"Stemper", 1, {DICTIONARY_SURNAME}, -1}, + {"Poland", 1, {DICTIONARY_SURNAME}, -1}, + {"Verwer", 1, {DICTIONARY_SURNAME}, -1}, + {"Velikonja", 1, {DICTIONARY_SURNAME}, -1}, + {"Keen", 1, {DICTIONARY_SURNAME}, -1}, + {"Seppä", 1, {DICTIONARY_SURNAME}, -1}, + {"McBryde", 1, {DICTIONARY_SURNAME}, -1}, + {"Costel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bruerović", 1, {DICTIONARY_SURNAME}, -1}, + {"Poundstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Biju", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nobutaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klimecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartoszek", 1, {DICTIONARY_SURNAME}, -1}, + {"Berling", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hölderlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Knipper", 1, {DICTIONARY_SURNAME}, -1}, + {"Monreal", 1, {DICTIONARY_SURNAME}, -1}, + {"Cissokho", 1, {DICTIONARY_SURNAME}, -1}, + {"Underhill", 1, {DICTIONARY_SURNAME}, -1}, + {"Mdivani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigoda", 1, {DICTIONARY_SURNAME}, -1}, + {"Kharitonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Locker", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaleski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hechtkopf", 1, {DICTIONARY_SURNAME}, -1}, + {"Aidaraliyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehrhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Elkin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marwitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lyon", 1, {DICTIONARY_SURNAME}, -1}, + {"De Bodard", 1, {DICTIONARY_SURNAME}, -1}, + {"McKeachnie", 1, {DICTIONARY_SURNAME}, -1}, + {"Agardh", 1, {DICTIONARY_SURNAME}, -1}, + {"Matabei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Billingsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibáñez", 1, {DICTIONARY_SURNAME}, -1}, + {"Malm", 1, {DICTIONARY_SURNAME}, -1}, + {"Fevzi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berthold", 1, {DICTIONARY_SURNAME}, -1}, + {"Swetha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chico", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Colyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dashiell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Amin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mavolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Blevins", 1, {DICTIONARY_SURNAME}, -1}, + {"Mei", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gerritzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashida", 1, {DICTIONARY_SURNAME}, -1}, + {"Schumaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Härma", 1, {DICTIONARY_SURNAME}, -1}, + {"Hewer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulliard", 1, {DICTIONARY_SURNAME}, -1}, + {"Runsewe", 1, {DICTIONARY_SURNAME}, -1}, + {"MacFadyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ost", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheney", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapllani", 1, {DICTIONARY_SURNAME}, -1}, + {"Lando", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Štafura", 1, {DICTIONARY_SURNAME}, -1}, + {"Sýkora", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobay", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Turk", 1, {DICTIONARY_SURNAME}, -1}, + {"Wade", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fanck", 1, {DICTIONARY_SURNAME}, -1}, + {"Buldan", 1, {DICTIONARY_SURNAME}, -1}, + {"Alter", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Seong-han", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haycox", 1, {DICTIONARY_SURNAME}, -1}, + {"Dora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Matthijs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boateng", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackroyd", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerulaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vongerichten", 1, {DICTIONARY_SURNAME}, -1}, + {"Neuheuser", 1, {DICTIONARY_SURNAME}, -1}, + {"Astapenka", 1, {DICTIONARY_SURNAME}, -1}, + {"Koki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"a t & t", 1, {DICTIONARY_CHAIN}, 65}, + {"Fillol", 1, {DICTIONARY_SURNAME}, -1}, + {"Domninus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eystein", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdul Samad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Błaszczykowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Chijavadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaníček", 1, {DICTIONARY_SURNAME}, -1}, + {"Delaunois", 1, {DICTIONARY_SURNAME}, -1}, + {"Salati", 1, {DICTIONARY_SURNAME}, -1}, + {"Rimas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Orešnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunies", 1, {DICTIONARY_SURNAME}, -1}, + {"Veges", 1, {DICTIONARY_SURNAME}, -1}, + {"Bạch", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferneyhough", 1, {DICTIONARY_SURNAME}, -1}, + {"Zangpo", 1, {DICTIONARY_SURNAME}, -1}, + {"Makeléer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuboya", 1, {DICTIONARY_SURNAME}, -1}, + {"Giselher", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taussig", 1, {DICTIONARY_SURNAME}, -1}, + {"Kremenliev", 1, {DICTIONARY_SURNAME}, -1}, + {"Védy", 1, {DICTIONARY_SURNAME}, -1}, + {"McNall", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuchimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"McLemore", 1, {DICTIONARY_SURNAME}, -1}, + {"Rozin", 1, {DICTIONARY_SURNAME}, -1}, + {"what a burger", 1, {DICTIONARY_CHAIN}, 273}, + {"Dalley", 1, {DICTIONARY_SURNAME}, -1}, + {"Valtýsdóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamour", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnellrieder", 1, {DICTIONARY_SURNAME}, -1}, + {"Brasch", 1, {DICTIONARY_SURNAME}, -1}, + {"Boothby", 1, {DICTIONARY_SURNAME}, -1}, + {"Gratiot", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuiten", 1, {DICTIONARY_SURNAME}, -1}, + {"Eisenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"what a burgers", 1, {DICTIONARY_CHAIN}, 273}, + {"Ventrone", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Signorelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Gisela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farnsworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Harnden", 1, {DICTIONARY_SURNAME}, -1}, + {"Čelko", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yutaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vrenna", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilves", 1, {DICTIONARY_SURNAME}, -1}, + {"Siemens", 1, {DICTIONARY_SURNAME}, -1}, + {"Karahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Thälmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Charneski", 1, {DICTIONARY_SURNAME}, -1}, + {"Herrion", 1, {DICTIONARY_SURNAME}, -1}, + {"Anković", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurumada", 1, {DICTIONARY_SURNAME}, -1}, + {"Zamfir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ichikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Coertzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinsehinde", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwalger", 1, {DICTIONARY_SURNAME}, -1}, + {"Samter", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolb", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-il", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ginnosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cariou", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasch", 1, {DICTIONARY_SURNAME}, -1}, + {"Milgram", 1, {DICTIONARY_SURNAME}, -1}, + {"Ching", 1, {DICTIONARY_SURNAME}, -1}, + {"Albeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Prickett", 1, {DICTIONARY_SURNAME}, -1}, + {"Corin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McFadzean", 1, {DICTIONARY_SURNAME}, -1}, + {"Simone", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fukuyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Iorwerth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mkrtich", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Northam", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramacandra", 1, {DICTIONARY_SURNAME}, -1}, + {"Krulak", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Jamil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kowarsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Dejanovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Loukas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ezeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Böckler", 1, {DICTIONARY_SURNAME}, -1}, + {"Onizuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Molter", 1, {DICTIONARY_SURNAME}, -1}, + {"McGonnigal", 1, {DICTIONARY_SURNAME}, -1}, + {"Kavka", 1, {DICTIONARY_SURNAME}, -1}, + {"Schleinkofer", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnitzler", 1, {DICTIONARY_SURNAME}, -1}, + {"Agurbash", 1, {DICTIONARY_SURNAME}, -1}, + {"Graciela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Töpfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Averil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Polizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Des Touches", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassilyeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Bleakley", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilla Asalta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bella", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Makina", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McCorkell", 1, {DICTIONARY_SURNAME}, -1}, + {"Callinan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Beasant", 1, {DICTIONARY_SURNAME}, -1}, + {"Worrall", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrejić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vazhackan", 1, {DICTIONARY_SURNAME}, -1}, + {"Altamira", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hrbek", 1, {DICTIONARY_SURNAME}, -1}, + {"Rantanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hännikäinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Acampora", 1, {DICTIONARY_SURNAME}, -1}, + {"Neill", 1, {DICTIONARY_SURNAME}, -1}, + {"Schembechler", 1, {DICTIONARY_SURNAME}, -1}, + {"Rabin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sukemasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Safaryan", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirabal", 1, {DICTIONARY_SURNAME}, -1}, + {"Alhanko", 1, {DICTIONARY_SURNAME}, -1}, + {"Furlanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sellers", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulyayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Polina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stefanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Braverman", 1, {DICTIONARY_SURNAME}, -1}, + {"Burks", 1, {DICTIONARY_SURNAME}, -1}, + {"Clench", 1, {DICTIONARY_SURNAME}, -1}, + {"Brudenell", 1, {DICTIONARY_SURNAME}, -1}, + {"Matthysse", 1, {DICTIONARY_SURNAME}, -1}, + {"Micheletti", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopf", 1, {DICTIONARY_SURNAME}, -1}, + {"Seyß-Inquart", 1, {DICTIONARY_SURNAME}, -1}, + {"Sieniawski", 1, {DICTIONARY_SURNAME}, -1}, + {"Narcissa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chizuru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Upthegrove", 1, {DICTIONARY_SURNAME}, -1}, + {"Barendregt", 1, {DICTIONARY_SURNAME}, -1}, + {"Lakhdar-Hamina", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamm", 1, {DICTIONARY_SURNAME}, -1}, + {"baja fresh", 1, {DICTIONARY_CHAIN}, -1}, + {"Schardin", 1, {DICTIONARY_SURNAME}, -1}, + {"h&ms", 1, {DICTIONARY_CHAIN}, 145}, + {"Vehlmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Florimond", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazmierczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Zompini", 1, {DICTIONARY_SURNAME}, -1}, + {"b&q", 1, {DICTIONARY_CHAIN}, -1}, + {"Mamasakhlisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hobbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Bales", 1, {DICTIONARY_SURNAME}, -1}, + {"Vishnyakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyprianou", 1, {DICTIONARY_SURNAME}, -1}, + {"Mengestu", 1, {DICTIONARY_SURNAME}, -1}, + {"apple stores", 1, {DICTIONARY_CHAIN}, 63}, + {"Vakatalesau", 1, {DICTIONARY_SURNAME}, -1}, + {"Steffensen", 1, {DICTIONARY_SURNAME}, -1}, + {"Belsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarhan", 1, {DICTIONARY_SURNAME}, -1}, + {"Adhamh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Whitehead", 1, {DICTIONARY_SURNAME}, -1}, + {"Halme", 1, {DICTIONARY_SURNAME}, -1}, + {"casey's general store", 1, {DICTIONARY_CHAIN}, -1}, + {"Poyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Doth", 1, {DICTIONARY_SURNAME}, -1}, + {"Liebmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Gysbers", 1, {DICTIONARY_SURNAME}, -1}, + {"Latas", 1, {DICTIONARY_SURNAME}, -1}, + {"Durkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mineichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agapito", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mukherjee", 1, {DICTIONARY_SURNAME}, -1}, + {"Timberlake", 1, {DICTIONARY_SURNAME}, -1}, + {"Radojko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adell", 1, {DICTIONARY_SURNAME}, -1}, + {"Berenstain", 1, {DICTIONARY_SURNAME}, -1}, + {"Beche", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasquier", 1, {DICTIONARY_SURNAME}, -1}, + {"Pimentel", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wool", 1, {DICTIONARY_SURNAME}, -1}, + {"Tridevi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zelenka", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiprotich", 1, {DICTIONARY_SURNAME}, -1}, + {"Kippenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"movistar", 1, {DICTIONARY_CHAIN}, -1}, + {"Klasnić", 1, {DICTIONARY_SURNAME}, -1}, + {"LaRoche", 1, {DICTIONARY_SURNAME}, -1}, + {"Niki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mac Fhirbhisigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayguesparse", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahuja", 1, {DICTIONARY_SURNAME}, -1}, + {"Trevithick", 1, {DICTIONARY_SURNAME}, -1}, + {"Baschenis", 1, {DICTIONARY_SURNAME}, -1}, + {"Camillo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sábat", 1, {DICTIONARY_SURNAME}, -1}, + {"Afkhami", 1, {DICTIONARY_SURNAME}, -1}, + {"Streeton", 1, {DICTIONARY_SURNAME}, -1}, + {"Văideanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Monniot", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiono", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gniewomir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alamou", 1, {DICTIONARY_SURNAME}, -1}, + {"Panáček", 1, {DICTIONARY_SURNAME}, -1}, + {"Bandić", 1, {DICTIONARY_SURNAME}, -1}, + {"Darrell", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bahuguna", 1, {DICTIONARY_SURNAME}, -1}, + {"Maurel", 1, {DICTIONARY_SURNAME}, -1}, + {"Battin", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbayani", 1, {DICTIONARY_SURNAME}, -1}, + {"Ken'ichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andreyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Allana", 1, {DICTIONARY_SURNAME}, -1}, + {"Komissarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vokos", 1, {DICTIONARY_SURNAME}, -1}, + {"Szczepanowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kruspe", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Andrea", 1, {DICTIONARY_SURNAME}, -1}, + {"Dettman", 1, {DICTIONARY_SURNAME}, -1}, + {"Pottier", 1, {DICTIONARY_SURNAME}, -1}, + {"Esiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Middelkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Slezak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kretschmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Eadie", 1, {DICTIONARY_SURNAME}, -1}, + {"Bradshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheatham", 1, {DICTIONARY_SURNAME}, -1}, + {"Mineichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wolffsohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorchakova", 1, {DICTIONARY_SURNAME}, -1}, + {"Feltsman", 1, {DICTIONARY_SURNAME}, -1}, + {"td canada trust", 1, {DICTIONARY_CHAIN}, -1}, + {"Kusturica", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Buhler", 1, {DICTIONARY_SURNAME}, -1}, + {"Wróblewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Fer", 1, {DICTIONARY_SURNAME}, -1}, + {"Apte", 1, {DICTIONARY_SURNAME}, -1}, + {"Heimbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Boring", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunakake", 1, {DICTIONARY_SURNAME}, -1}, + {"Brugière", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirkwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Morimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Villetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Annunziata", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Noriyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Rensselaer", 1, {DICTIONARY_SURNAME}, -1}, + {"Birech", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haku", 1, {DICTIONARY_SURNAME}, -1}, + {"Afanasenkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Havilio", 1, {DICTIONARY_SURNAME}, -1}, + {"Laswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghiz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lajos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"La Fosse", 1, {DICTIONARY_SURNAME}, -1}, + {"Condit", 1, {DICTIONARY_SURNAME}, -1}, + {"Weitenauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Csóka", 1, {DICTIONARY_SURNAME}, -1}, + {"Manojlović", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimiyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jelf", 1, {DICTIONARY_SURNAME}, -1}, + {"Dugmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Wratten", 1, {DICTIONARY_SURNAME}, -1}, + {"Salhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kajiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeppelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassiliadis", 1, {DICTIONARY_SURNAME}, -1}, + {"Alisic", 1, {DICTIONARY_SURNAME}, -1}, + {"Beale", 1, {DICTIONARY_SURNAME}, -1}, + {"Minnelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Moodie", 1, {DICTIONARY_SURNAME}, -1}, + {"Haun", 1, {DICTIONARY_SURNAME}, -1}, + {"Doralice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moffett", 1, {DICTIONARY_SURNAME}, -1}, + {"Nezbeda", 1, {DICTIONARY_SURNAME}, -1}, + {"Rolandas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Neufeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyo-rin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McClintic", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verpaele", 1, {DICTIONARY_SURNAME}, -1}, + {"Call", 1, {DICTIONARY_SURNAME}, -1}, + {"Ai'i", 1, {DICTIONARY_SURNAME}, -1}, + {"McGaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Enquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Waghorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Hippel", 1, {DICTIONARY_SURNAME}, -1}, + {"Virilio", 1, {DICTIONARY_SURNAME}, -1}, + {"Lommi", 1, {DICTIONARY_SURNAME}, -1}, + {"Naruse", 1, {DICTIONARY_SURNAME}, -1}, + {"Adajania", 1, {DICTIONARY_SURNAME}, -1}, + {"Binney", 1, {DICTIONARY_SURNAME}, -1}, + {"Del Core", 1, {DICTIONARY_SURNAME}, -1}, + {"Rozītis", 1, {DICTIONARY_SURNAME}, -1}, + {"Minowa", 1, {DICTIONARY_SURNAME}, -1}, + {"Jorunn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vidangossy", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaakonaho", 1, {DICTIONARY_SURNAME}, -1}, + {"Puleston", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawsawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mladen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malmsteen", 1, {DICTIONARY_SURNAME}, -1}, + {"Engen", 1, {DICTIONARY_SURNAME}, -1}, + {"McLees", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonti", 1, {DICTIONARY_SURNAME}, -1}, + {"Stempffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Semmel", 1, {DICTIONARY_SURNAME}, -1}, + {"Viler", 1, {DICTIONARY_SURNAME}, -1}, + {"Jelagat", 1, {DICTIONARY_SURNAME}, -1}, + {"Meide", 1, {DICTIONARY_SURNAME}, -1}, + {"Crutcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kornhäusel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinpei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Radnitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Santangelo", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodrigo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schnaufer", 1, {DICTIONARY_SURNAME}, -1}, + {"Frashëri", 1, {DICTIONARY_SURNAME}, -1}, + {"Blew", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoonmaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Stemp", 1, {DICTIONARY_SURNAME}, -1}, + {"Binchy", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruotsalainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahrendt", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbasfard", 1, {DICTIONARY_SURNAME}, -1}, + {"Gassama", 1, {DICTIONARY_SURNAME}, -1}, + {"Akeson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahonsou", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanke", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyman", 1, {DICTIONARY_SURNAME}, -1}, + {"Fumihiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sowerby", 1, {DICTIONARY_SURNAME}, -1}, + {"Boal", 1, {DICTIONARY_SURNAME}, -1}, + {"Hansson", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruden", 1, {DICTIONARY_SURNAME}, -1}, + {"Beville", 1, {DICTIONARY_SURNAME}, -1}, + {"Vellani", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosamond", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hanaoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Dearborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Fossombroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Herd", 1, {DICTIONARY_SURNAME}, -1}, + {"McChristian", 1, {DICTIONARY_SURNAME}, -1}, + {"Yanagishima", 1, {DICTIONARY_SURNAME}, -1}, + {"Onyekachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Joo-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rosand", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadayuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eagleson", 1, {DICTIONARY_SURNAME}, -1}, + {"Venäläinen", 1, {DICTIONARY_SURNAME}, -1}, + {"McAneny", 1, {DICTIONARY_SURNAME}, -1}, + {"Barvinenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Rood", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamiki", 1, {DICTIONARY_SURNAME}, -1}, + {"McSavage", 1, {DICTIONARY_SURNAME}, -1}, + {"Rube", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dirck", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heyward", 1, {DICTIONARY_SURNAME}, -1}, + {"Basevi", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlegel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaido", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caviezel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaez-Iravani", 1, {DICTIONARY_SURNAME}, -1}, + {"Rawle", 1, {DICTIONARY_SURNAME}, -1}, + {"Malherbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Levanon", 1, {DICTIONARY_SURNAME}, -1}, + {"Runcie", 1, {DICTIONARY_SURNAME}, -1}, + {"Aengus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Affholter", 1, {DICTIONARY_SURNAME}, -1}, + {"Mads", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haapala", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassani", 1, {DICTIONARY_SURNAME}, -1}, + {"Bierut", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"esprit", 1, {DICTIONARY_CHAIN}, -1}, + {"Glass", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Koenekamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Holopainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Klopfenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosario", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kōsuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Divac", 1, {DICTIONARY_SURNAME}, -1}, + {"Cóccaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Karkanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Strettle", 1, {DICTIONARY_SURNAME}, -1}, + {"Angerstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaudd", 1, {DICTIONARY_SURNAME}, -1}, + {"Weick", 1, {DICTIONARY_SURNAME}, -1}, + {"Whalen", 1, {DICTIONARY_SURNAME}, -1}, + {"Umunegbu", 1, {DICTIONARY_SURNAME}, -1}, + {"q8", 1, {DICTIONARY_CHAIN}, -1}, + {"Quinnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Anstadt", 1, {DICTIONARY_SURNAME}, -1}, + {"De Greef", 1, {DICTIONARY_SURNAME}, -1}, + {"Haseney", 1, {DICTIONARY_SURNAME}, -1}, + {"Kingsley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Perrone", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshihiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sharov", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaparthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Quantrill", 1, {DICTIONARY_SURNAME}, -1}, + {"Shirokov", 1, {DICTIONARY_SURNAME}, -1}, + {"Palmeiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Hee-kyung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ampadu", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratsiraka", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobunaga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahotaeiloa", 1, {DICTIONARY_SURNAME}, -1}, + {"Axelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tissandier", 1, {DICTIONARY_SURNAME}, -1}, + {"Connare", 1, {DICTIONARY_SURNAME}, -1}, + {"Milan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bellegarde", 1, {DICTIONARY_SURNAME}, -1}, + {"Frissen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabbaghian", 1, {DICTIONARY_SURNAME}, -1}, + {"Schreck", 1, {DICTIONARY_SURNAME}, -1}, + {"Milke", 1, {DICTIONARY_SURNAME}, -1}, + {"Kozhanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Girandola", 1, {DICTIONARY_SURNAME}, -1}, + {"Çağatay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Simberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahokainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kofman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Donna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ebanks", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogusław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van de Hare", 1, {DICTIONARY_SURNAME}, -1}, + {"Ylva", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCaughey", 1, {DICTIONARY_SURNAME}, -1}, + {"Harvey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kvíčala", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Cauwelaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawass", 1, {DICTIONARY_SURNAME}, -1}, + {"Aduwo", 1, {DICTIONARY_SURNAME}, -1}, + {"Adodo", 1, {DICTIONARY_SURNAME}, -1}, + {"Beom-seok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nolot", 1, {DICTIONARY_SURNAME}, -1}, + {"Devitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauterbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbati", 1, {DICTIONARY_SURNAME}, -1}, + {"Metcalfe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kekkonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Abián", 1, {DICTIONARY_SURNAME}, -1}, + {"Nordley", 1, {DICTIONARY_SURNAME}, -1}, + {"Rouhani", 1, {DICTIONARY_SURNAME}, -1}, + {"Edivaldo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Husik", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adamkus", 1, {DICTIONARY_SURNAME}, -1}, + {"Britney", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Theriot", 1, {DICTIONARY_SURNAME}, -1}, + {"Deaver", 1, {DICTIONARY_SURNAME}, -1}, + {"Glöckner", 1, {DICTIONARY_SURNAME}, -1}, + {"De Pauw", 1, {DICTIONARY_SURNAME}, -1}, + {"Schächter", 1, {DICTIONARY_SURNAME}, -1}, + {"Gadiel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yıldıray", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andrade", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"chevys fresh mex", 1, {DICTIONARY_CHAIN}, -1}, + {"Villanucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Neerden", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinhold", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellery", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McCuddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunce", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahalahti", 1, {DICTIONARY_SURNAME}, -1}, + {"Lepore", 1, {DICTIONARY_SURNAME}, -1}, + {"McKimmie", 1, {DICTIONARY_SURNAME}, -1}, + {"Perky", 1, {DICTIONARY_SURNAME}, -1}, + {"Pettersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fellner", 1, {DICTIONARY_SURNAME}, -1}, + {"Arkadiusz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Felman", 1, {DICTIONARY_SURNAME}, -1}, + {"Huysmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoareau", 1, {DICTIONARY_SURNAME}, -1}, + {"Ufuk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Armaly", 1, {DICTIONARY_SURNAME}, -1}, + {"Navrátilová", 1, {DICTIONARY_SURNAME}, -1}, + {"Nenadović", 1, {DICTIONARY_SURNAME}, -1}, + {"Grabarczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Adraktas", 1, {DICTIONARY_SURNAME}, -1}, + {"joes crab shack", 1, {DICTIONARY_CHAIN}, 167}, + {"Matfei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stretton", 1, {DICTIONARY_SURNAME}, -1}, + {"Gookin", 1, {DICTIONARY_SURNAME}, -1}, + {"Cooksey", 1, {DICTIONARY_SURNAME}, -1}, + {"Geldof", 1, {DICTIONARY_SURNAME}, -1}, + {"Flatow", 1, {DICTIONARY_SURNAME}, -1}, + {"Izzat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ohly", 1, {DICTIONARY_SURNAME}, -1}, + {"Macknowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Maffey", 1, {DICTIONARY_SURNAME}, -1}, + {"Olesk", 1, {DICTIONARY_SURNAME}, -1}, + {"Holbein", 1, {DICTIONARY_SURNAME}, -1}, + {"Neidhart", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vasev", 1, {DICTIONARY_SURNAME}, -1}, + {"Pickett", 1, {DICTIONARY_SURNAME}, -1}, + {"Philippa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fiore", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Risner", 1, {DICTIONARY_SURNAME}, -1}, + {"Babos", 1, {DICTIONARY_SURNAME}, -1}, + {"Bercow", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinds", 1, {DICTIONARY_SURNAME}, -1}, + {"Vleminckx", 1, {DICTIONARY_SURNAME}, -1}, + {"Haccou", 1, {DICTIONARY_SURNAME}, -1}, + {"Jadoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Recoba", 1, {DICTIONARY_SURNAME}, -1}, + {"gamestop", 1, {DICTIONARY_CHAIN}, -1}, + {"Madigage", 1, {DICTIONARY_SURNAME}, -1}, + {"Eiler", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hannachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Orwin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lagger", 1, {DICTIONARY_SURNAME}, -1}, + {"Heinonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerabek", 1, {DICTIONARY_SURNAME}, -1}, + {"Fokine", 1, {DICTIONARY_SURNAME}, -1}, + {"Hekster", 1, {DICTIONARY_SURNAME}, -1}, + {"chipotle", 1, {DICTIONARY_CHAIN}, -1}, + {"Anda", 1, {DICTIONARY_SURNAME}, -1}, + {"Kishino", 1, {DICTIONARY_SURNAME}, -1}, + {"Anto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zhdanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tavarez", 1, {DICTIONARY_SURNAME}, -1}, + {"Minlos", 1, {DICTIONARY_SURNAME}, -1}, + {"Priestman", 1, {DICTIONARY_SURNAME}, -1}, + {"Heinberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Labuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Coster", 1, {DICTIONARY_SURNAME}, -1}, + {"Bannatyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Ernie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jedlitschka", 1, {DICTIONARY_SURNAME}, -1}, + {"Leskali", 1, {DICTIONARY_SURNAME}, -1}, + {"Schichau", 1, {DICTIONARY_SURNAME}, -1}, + {"Mont", 1, {DICTIONARY_SURNAME}, -1}, + {"Heker", 1, {DICTIONARY_SURNAME}, -1}, + {"Danylo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cybulka", 1, {DICTIONARY_SURNAME}, -1}, + {"Lichtenstadt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadia", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jacquie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brodhun", 1, {DICTIONARY_SURNAME}, -1}, + {"Stojanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Walsh", 1, {DICTIONARY_SURNAME}, -1}, + {"Tešović", 1, {DICTIONARY_SURNAME}, -1}, + {"Lettie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Renda", 1, {DICTIONARY_SURNAME}, -1}, + {"Fritts", 1, {DICTIONARY_SURNAME}, -1}, + {"Mickey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hedman", 1, {DICTIONARY_SURNAME}, -1}, + {"Pears", 1, {DICTIONARY_SURNAME}, -1}, + {"McInerney", 1, {DICTIONARY_SURNAME}, -1}, + {"vr-bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Morland", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilhjálmsson", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Donohue", 1, {DICTIONARY_SURNAME}, -1}, + {"Khorramdin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuzamia", 1, {DICTIONARY_SURNAME}, -1}, + {"Kruge", 1, {DICTIONARY_SURNAME}, -1}, + {"Antero", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Honey", 1, {DICTIONARY_SURNAME}, -1}, + {"Jebb", 1, {DICTIONARY_SURNAME}, -1}, + {"McLeroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Amihălăchioaie", 1, {DICTIONARY_SURNAME}, -1}, + {"Kokkonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauerbrunn", 1, {DICTIONARY_SURNAME}, -1}, + {"five guys famous burgers and fries", 1, {DICTIONARY_CHAIN}, 137}, + {"Friberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Affif", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Colton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schneiter", 1, {DICTIONARY_SURNAME}, -1}, + {"St. Amour", 1, {DICTIONARY_SURNAME}, -1}, + {"Honderich", 1, {DICTIONARY_SURNAME}, -1}, + {"Abroskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mi-sook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tatsunao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jaynes", 1, {DICTIONARY_SURNAME}, -1}, + {"Astrithr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gatewood", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Clyve", 1, {DICTIONARY_SURNAME}, -1}, + {"Paro", 1, {DICTIONARY_SURNAME}, -1}, + {"Halfdansson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanyushin", 1, {DICTIONARY_SURNAME}, -1}, + {"Moroder", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Susanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vygovskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Ki-woong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reddington", 1, {DICTIONARY_SURNAME}, -1}, + {"Thomson", 1, {DICTIONARY_SURNAME}, -1}, + {"Grean", 1, {DICTIONARY_SURNAME}, -1}, + {"Burdock", 1, {DICTIONARY_SURNAME}, -1}, + {"Clan Brodie", 1, {DICTIONARY_SURNAME}, -1}, + {"Shilder", 1, {DICTIONARY_SURNAME}, -1}, + {"Abensour", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaveh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ellyson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tassel", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiteru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buechner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ragsdale", 1, {DICTIONARY_SURNAME}, -1}, + {"Aglassinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Nemanja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gerrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamarck", 1, {DICTIONARY_SURNAME}, -1}, + {"Valadzko", 1, {DICTIONARY_SURNAME}, -1}, + {"rema 1000", 1, {DICTIONARY_CHAIN}, -1}, + {"Latham", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavatsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabzvari", 1, {DICTIONARY_SURNAME}, -1}, + {"Piszczek", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballanchine", 1, {DICTIONARY_SURNAME}, -1}, + {"Fritzsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohorič", 1, {DICTIONARY_SURNAME}, -1}, + {"Völker", 1, {DICTIONARY_SURNAME}, -1}, + {"Fernando", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Trifković", 1, {DICTIONARY_SURNAME}, -1}, + {"Catanello", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlessinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Steenstrup", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Asiri", 1, {DICTIONARY_SURNAME}, -1}, + {"McLuckey", 1, {DICTIONARY_SURNAME}, -1}, + {"Jernej", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vallem", 1, {DICTIONARY_SURNAME}, -1}, + {"Umebayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aglio", 1, {DICTIONARY_SURNAME}, -1}, + {"Sumika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Estudillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vattis", 1, {DICTIONARY_SURNAME}, -1}, + {"Yorgason", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanello", 1, {DICTIONARY_SURNAME}, -1}, + {"Biddie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ochsenknecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Riesman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bratislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sietas", 1, {DICTIONARY_SURNAME}, -1}, + {"Verhaeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Auffarth", 1, {DICTIONARY_SURNAME}, -1}, + {"Zubairi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cecchetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Jayanti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Charbonnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Yuan", 1, {DICTIONARY_SURNAME}, -1}, + {"Godman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Baştovoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Grassley", 1, {DICTIONARY_SURNAME}, -1}, + {"Baća", 1, {DICTIONARY_SURNAME}, -1}, + {"Durmaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Scaduto", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Traxler", 1, {DICTIONARY_SURNAME}, -1}, + {"De Gasperis", 1, {DICTIONARY_SURNAME}, -1}, + {"Lefkowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"whole foods markets", 1, {DICTIONARY_CHAIN}, 275}, + {"Howard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nojima", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaskins", 1, {DICTIONARY_SURNAME}, -1}, + {"Bataillard", 1, {DICTIONARY_SURNAME}, -1}, + {"Okocha", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlos Rafael", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Swasthani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fittkau", 1, {DICTIONARY_SURNAME}, -1}, + {"Kráľ", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Diederich", 1, {DICTIONARY_SURNAME}, -1}, + {"Atsuyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kyser", 1, {DICTIONARY_SURNAME}, -1}, + {"Zykina", 1, {DICTIONARY_SURNAME}, -1}, + {"Gzowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Preus", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablow", 1, {DICTIONARY_SURNAME}, -1}, + {"Bidinotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Khudaydatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dwan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Morais", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlyter", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauerbruch", 1, {DICTIONARY_SURNAME}, -1}, + {"Prebble", 1, {DICTIONARY_SURNAME}, -1}, + {"Samaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Sihvonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Zavala", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodyear", 1, {DICTIONARY_SURNAME}, -1}, + {"Falkenhausen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobolewsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Orhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Somei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vilandt", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Bogaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Akudolu", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruce Lockhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Shanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"La Cour", 1, {DICTIONARY_SURNAME}, -1}, + {"Jégou", 1, {DICTIONARY_SURNAME}, -1}, + {"Darbiled", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coltrane", 1, {DICTIONARY_SURNAME}, -1}, + {"Marzieh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Izmaylov", 1, {DICTIONARY_SURNAME}, -1}, + {"Grimsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Muldowney", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Berg", 1, {DICTIONARY_SURNAME}, -1}, + {"Fleener", 1, {DICTIONARY_SURNAME}, -1}, + {"Affranchino", 1, {DICTIONARY_SURNAME}, -1}, + {"Mu-yeol", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eichinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Azpilicueta", 1, {DICTIONARY_SURNAME}, -1}, + {"Sisodia", 1, {DICTIONARY_SURNAME}, -1}, + {"Shirk", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigurðardóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Shihomi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kakuta", 1, {DICTIONARY_SURNAME}, -1}, + {"Reitter", 1, {DICTIONARY_SURNAME}, -1}, + {"Lichtstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanton", 1, {DICTIONARY_SURNAME}, -1}, + {"Alruna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corbet", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Hussein", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henrik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hassemer", 1, {DICTIONARY_SURNAME}, -1}, + {"David", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Remington", 1, {DICTIONARY_SURNAME}, -1}, + {"Kendrick", 1, {DICTIONARY_SURNAME}, -1}, + {"DeLoach", 1, {DICTIONARY_SURNAME}, -1}, + {"Vojtisek", 1, {DICTIONARY_SURNAME}, -1}, + {"Jasevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Adwan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sparber", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Galloni", 1, {DICTIONARY_SURNAME}, -1}, + {"Venning", 1, {DICTIONARY_SURNAME}, -1}, + {"Linval", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vos", 1, {DICTIONARY_SURNAME}, -1}, + {"Frew", 1, {DICTIONARY_SURNAME}, -1}, + {"Flusser", 1, {DICTIONARY_SURNAME}, -1}, + {"Xhepa", 1, {DICTIONARY_SURNAME}, -1}, + {"Verino", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-chul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ben-Ami", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Menn", 1, {DICTIONARY_SURNAME}, -1}, + {"Heney", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuprevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gigliotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Eero", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stenzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Athracht", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rascoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Probyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ladyman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hosogai", 1, {DICTIONARY_SURNAME}, -1}, + {"Dgebuadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Doad", 1, {DICTIONARY_SURNAME}, -1}, + {"Shania", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anon", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Brian", 1, {DICTIONARY_SURNAME}, -1}, + {"Raluca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Galla", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartson", 1, {DICTIONARY_SURNAME}, -1}, + {"Anter", 1, {DICTIONARY_SURNAME}, -1}, + {"Gesner", 1, {DICTIONARY_SURNAME}, -1}, + {"Pignatiello", 1, {DICTIONARY_SURNAME}, -1}, + {"Vouzas", 1, {DICTIONARY_SURNAME}, -1}, + {"Koz", 1, {DICTIONARY_SURNAME}, -1}, + {"Rani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spiegl", 1, {DICTIONARY_SURNAME}, -1}, + {"Landsberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Pfefferberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Singson", 1, {DICTIONARY_SURNAME}, -1}, + {"Postumus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Antwerp", 1, {DICTIONARY_SURNAME}, -1}, + {"Neale", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarif", 1, {DICTIONARY_SURNAME}, -1}, + {"Freimanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumgarten", 1, {DICTIONARY_SURNAME}, -1}, + {"Léharová", 1, {DICTIONARY_SURNAME}, -1}, + {"Wastell", 1, {DICTIONARY_SURNAME}, -1}, + {"Brookbank", 1, {DICTIONARY_SURNAME}, -1}, + {"Böhm", 1, {DICTIONARY_SURNAME}, -1}, + {"Khan", 1, {DICTIONARY_SURNAME}, -1}, + {"Threlkeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Clan Muircheartaigh Uí Conchobhair", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulesza", 1, {DICTIONARY_SURNAME}, -1}, + {"Trewavas", 1, {DICTIONARY_SURNAME}, -1}, + {"Janvier", 1, {DICTIONARY_SURNAME}, -1}, + {"Orfei", 1, {DICTIONARY_SURNAME}, -1}, + {"Hergesheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Alanson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pacey", 1, {DICTIONARY_SURNAME}, -1}, + {"Bendel", 1, {DICTIONARY_SURNAME}, -1}, + {"Karnaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Zupko", 1, {DICTIONARY_SURNAME}, -1}, + {"Helgemo", 1, {DICTIONARY_SURNAME}, -1}, + {"Nugent", 1, {DICTIONARY_SURNAME}, -1}, + {"Vulpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Waitkus", 1, {DICTIONARY_SURNAME}, -1}, + {"Leyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Quince", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rénald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carlile", 1, {DICTIONARY_SURNAME}, -1}, + {"Shibata", 1, {DICTIONARY_SURNAME}, -1}, + {"Vroman", 1, {DICTIONARY_SURNAME}, -1}, + {"Dwyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mervin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jánošík", 1, {DICTIONARY_SURNAME}, -1}, + {"unicredit bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Bellocchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Hazuki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schuhbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Allum", 1, {DICTIONARY_SURNAME}, -1}, + {"Metzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Golmohammadi", 1, {DICTIONARY_SURNAME}, -1}, + {"t.d canada trust", 1, {DICTIONARY_CHAIN}, 249}, + {"cold stone creamery", 1, {DICTIONARY_CHAIN}, 109}, + {"Nannie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nardelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Bravo", 1, {DICTIONARY_SURNAME}, -1}, + {"Andruszczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Niiyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Peraza", 1, {DICTIONARY_SURNAME}, -1}, + {"Wanker", 1, {DICTIONARY_SURNAME}, -1}, + {"Weidner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouhler", 1, {DICTIONARY_SURNAME}, -1}, + {"Alviž", 1, {DICTIONARY_SURNAME}, -1}, + {"Meugniot", 1, {DICTIONARY_SURNAME}, -1}, + {"Višeslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thubron", 1, {DICTIONARY_SURNAME}, -1}, + {"Guntrip", 1, {DICTIONARY_SURNAME}, -1}, + {"Scudéry", 1, {DICTIONARY_SURNAME}, -1}, + {"Gehrig", 1, {DICTIONARY_SURNAME}, -1}, + {"Crevier", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandelannoite", 1, {DICTIONARY_SURNAME}, -1}, + {"Vičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Simpkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Brittingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Kors", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanetake", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vinterberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Venter", 1, {DICTIONARY_SURNAME}, -1}, + {"Gundersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Takayanagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yellin", 1, {DICTIONARY_SURNAME}, -1}, + {"Siefke", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinjō", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Godse", 1, {DICTIONARY_SURNAME}, -1}, + {"Kehoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Beiser", 1, {DICTIONARY_SURNAME}, -1}, + {"Trouessart", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirotaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacWilliams", 1, {DICTIONARY_SURNAME}, -1}, + {"Ritter", 1, {DICTIONARY_SURNAME}, -1}, + {"Taku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kumabayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderslice", 1, {DICTIONARY_SURNAME}, -1}, + {"Chugo", 1, {DICTIONARY_SURNAME}, -1}, + {"Alger", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Madsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Brigham", 1, {DICTIONARY_SURNAME}, -1}, + {"Chunyu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iskandar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stoller", 1, {DICTIONARY_SURNAME}, -1}, + {"Sébastien", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dowdeswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Volgenau", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertolotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Stumpf", 1, {DICTIONARY_SURNAME}, -1}, + {"Readman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wrather", 1, {DICTIONARY_SURNAME}, -1}, + {"Ereka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kelleghan", 1, {DICTIONARY_SURNAME}, -1}, + {"František", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Motamed", 1, {DICTIONARY_SURNAME}, -1}, + {"Pakradouni", 1, {DICTIONARY_SURNAME}, -1}, + {"b and q", 1, {DICTIONARY_CHAIN}, 73}, + {"Veyseloğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Heije", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Amhalghaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Alvarez", 1, {DICTIONARY_SURNAME}, -1}, + {"Burman", 1, {DICTIONARY_SURNAME}, -1}, + {"Adalvard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hornemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Tworzyanski", 1, {DICTIONARY_SURNAME}, -1}, + {"Larman", 1, {DICTIONARY_SURNAME}, -1}, + {"Károly", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McLenaghen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanhuylenbroek", 1, {DICTIONARY_SURNAME}, -1}, + {"Nivison", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouwer", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Laure", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stahlman", 1, {DICTIONARY_SURNAME}, -1}, + {"Farinós", 1, {DICTIONARY_SURNAME}, -1}, + {"Kempf", 1, {DICTIONARY_SURNAME}, -1}, + {"Colomer", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyamoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Alakshmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Musona", 1, {DICTIONARY_SURNAME}, -1}, + {"Montealegre", 1, {DICTIONARY_SURNAME}, -1}, + {"Ignjatović", 1, {DICTIONARY_SURNAME}, -1}, + {"Moatassem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beazley", 1, {DICTIONARY_SURNAME}, -1}, + {"Lundie", 1, {DICTIONARY_SURNAME}, -1}, + {"Alexandrou", 1, {DICTIONARY_SURNAME}, -1}, + {"Becherer", 1, {DICTIONARY_SURNAME}, -1}, + {"Oduya", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamayotsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Niven", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Velutini", 1, {DICTIONARY_SURNAME}, -1}, + {"Schanberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Oddbjørn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Purchas", 1, {DICTIONARY_SURNAME}, -1}, + {"Haile", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherrad", 1, {DICTIONARY_SURNAME}, -1}, + {"Joelmir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vlassakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hyrtl", 1, {DICTIONARY_SURNAME}, -1}, + {"Aytes", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakajima", 1, {DICTIONARY_SURNAME}, -1}, + {"MacKillop", 1, {DICTIONARY_SURNAME}, -1}, + {"Croce", 1, {DICTIONARY_SURNAME}, -1}, + {"Canepa", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagerfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Konstantopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Yanagisawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Voeckler", 1, {DICTIONARY_SURNAME}, -1}, + {"Volobuiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ridler", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Naila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takanao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaaberma", 1, {DICTIONARY_SURNAME}, -1}, + {"Oreamuno", 1, {DICTIONARY_SURNAME}, -1}, + {"Vohidov", 1, {DICTIONARY_SURNAME}, -1}, + {"Husserl", 1, {DICTIONARY_SURNAME}, -1}, + {"Kürsat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Phegley", 1, {DICTIONARY_SURNAME}, -1}, + {"Christakis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cândido", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Batchelor", 1, {DICTIONARY_SURNAME}, -1}, + {"Dumville", 1, {DICTIONARY_SURNAME}, -1}, + {"Ardizzone", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hyfte", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vannuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hernes", 1, {DICTIONARY_SURNAME}, -1}, + {"Prothero", 1, {DICTIONARY_SURNAME}, -1}, + {"Morley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Curatola", 1, {DICTIONARY_SURNAME}, -1}, + {"Hilson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gastev", 1, {DICTIONARY_SURNAME}, -1}, + {"Steevens", 1, {DICTIONARY_SURNAME}, -1}, + {"Veljković", 1, {DICTIONARY_SURNAME}, -1}, + {"Deretić", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Cocceji", 1, {DICTIONARY_SURNAME}, -1}, + {"Niedenthal", 1, {DICTIONARY_SURNAME}, -1}, + {"Morle", 1, {DICTIONARY_SURNAME}, -1}, + {"Goubert", 1, {DICTIONARY_SURNAME}, -1}, + {"Ugo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Harve", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Meyrink", 1, {DICTIONARY_SURNAME}, -1}, + {"Csere", 1, {DICTIONARY_SURNAME}, -1}, + {"Stonebreaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenniskens", 1, {DICTIONARY_SURNAME}, -1}, + {"Lombroso", 1, {DICTIONARY_SURNAME}, -1}, + {"Verducci", 1, {DICTIONARY_SURNAME}, -1}, + {"Skalski", 1, {DICTIONARY_SURNAME}, -1}, + {"Øverland", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hoyweghen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pignatelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaguya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aladjem", 1, {DICTIONARY_SURNAME}, -1}, + {"Warhol", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobukimi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voßkuhle", 1, {DICTIONARY_SURNAME}, -1}, + {"Redpath", 1, {DICTIONARY_SURNAME}, -1}, + {"Yael", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCririck", 1, {DICTIONARY_SURNAME}, -1}, + {"k-mart", 1, {DICTIONARY_CHAIN}, 171}, + {"Saakadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Maroulis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuźmicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Bauernfeind", 1, {DICTIONARY_SURNAME}, -1}, + {"Karaklajić", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsushige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vizenor", 1, {DICTIONARY_SURNAME}, -1}, + {"Matyi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wadsworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McAneeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikram", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Romuald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tadashi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ceder", 1, {DICTIONARY_SURNAME}, -1}, + {"Georgiadis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kastriot", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Korte", 1, {DICTIONARY_SURNAME}, -1}, + {"Bedl", 1, {DICTIONARY_SURNAME}, -1}, + {"Vishnevskiy", 1, {DICTIONARY_SURNAME}, -1}, + {"Katzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerley", 1, {DICTIONARY_SURNAME}, -1}, + {"Newall", 1, {DICTIONARY_SURNAME}, -1}, + {"Whipp", 1, {DICTIONARY_SURNAME}, -1}, + {"Murshed", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kahler", 1, {DICTIONARY_SURNAME}, -1}, + {"Velluti", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuzmukhamedov", 1, {DICTIONARY_SURNAME}, -1}, + {"Strouhal", 1, {DICTIONARY_SURNAME}, -1}, + {"Bečejac", 1, {DICTIONARY_SURNAME}, -1}, + {"Twardowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Schläppi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jahanbani", 1, {DICTIONARY_SURNAME}, -1}, + {"Heusinger von Waldegg", 1, {DICTIONARY_SURNAME}, -1}, + {"Valvassori", 1, {DICTIONARY_SURNAME}, -1}, + {"Coddington", 1, {DICTIONARY_SURNAME}, -1}, + {"Urushibara", 1, {DICTIONARY_SURNAME}, -1}, + {"Frankl", 1, {DICTIONARY_SURNAME}, -1}, + {"Derevyanko", 1, {DICTIONARY_SURNAME}, -1}, + {"Dawit", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kapić", 1, {DICTIONARY_SURNAME}, -1}, + {"Gianpietro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tahira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Birbiglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Keira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lugo", 1, {DICTIONARY_SURNAME}, -1}, + {"Stone", 1, {DICTIONARY_SURNAME}, -1}, + {"Trieste", 1, {DICTIONARY_SURNAME}, -1}, + {"Carmontelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Guillemin", 1, {DICTIONARY_SURNAME}, -1}, + {"Günay", 1, {DICTIONARY_SURNAME}, -1}, + {"Stina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agakatzanian", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenop", 1, {DICTIONARY_SURNAME}, -1}, + {"Mihailo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pancoast", 1, {DICTIONARY_SURNAME}, -1}, + {"Rogan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vomlel", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlos Eduardo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mikko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Parady", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyugin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tombiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Medad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Obuh", 1, {DICTIONARY_SURNAME}, -1}, + {"Blasberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sommerfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Zamoyski", 1, {DICTIONARY_SURNAME}, -1}, + {"Mosse", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Brolaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"McPeek", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Milanese", 1, {DICTIONARY_SURNAME}, -1}, + {"Gnanligo", 1, {DICTIONARY_SURNAME}, -1}, + {"Tymoshenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamui", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Victore", 1, {DICTIONARY_SURNAME}, -1}, + {"Volodos", 1, {DICTIONARY_SURNAME}, -1}, + {"Bondfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Krausser", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Piñeiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Stonecipher", 1, {DICTIONARY_SURNAME}, -1}, + {"McGarty", 1, {DICTIONARY_SURNAME}, -1}, + {"Frey", 1, {DICTIONARY_SURNAME}, -1}, + {"Weintraub", 1, {DICTIONARY_SURNAME}, -1}, + {"Moletta", 1, {DICTIONARY_SURNAME}, -1}, + {"Brodrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Braver", 1, {DICTIONARY_SURNAME}, -1}, + {"Pacquiao", 1, {DICTIONARY_SURNAME}, -1}, + {"Bal", 1, {DICTIONARY_SURNAME}, -1}, + {"Costikyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hertz", 1, {DICTIONARY_SURNAME}, -1}, + {"Minett", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherrier", 1, {DICTIONARY_SURNAME}, -1}, + {"Nurmela", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerolim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Littel", 1, {DICTIONARY_SURNAME}, -1}, + {"Newuche", 1, {DICTIONARY_SURNAME}, -1}, + {"Nunes", 1, {DICTIONARY_SURNAME}, -1}, + {"Šimánek", 1, {DICTIONARY_SURNAME}, -1}, + {"Agaba", 1, {DICTIONARY_SURNAME}, -1}, + {"Schomberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Affo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gilstrap", 1, {DICTIONARY_SURNAME}, -1}, + {"Løveid", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnauber", 1, {DICTIONARY_SURNAME}, -1}, + {"Harner", 1, {DICTIONARY_SURNAME}, -1}, + {"Schattschneider", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagerkvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Akçakın", 1, {DICTIONARY_SURNAME}, -1}, + {"Alcalá", 1, {DICTIONARY_SURNAME}, -1}, + {"Windus", 1, {DICTIONARY_SURNAME}, -1}, + {"Nutter", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzaferro", 1, {DICTIONARY_SURNAME}, -1}, + {"Badiee", 1, {DICTIONARY_SURNAME}, -1}, + {"Stellato", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimamiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Panteley", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Armağan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Predrag", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berengar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Conghao", 1, {DICTIONARY_SURNAME}, -1}, + {"Menezes", 1, {DICTIONARY_SURNAME}, -1}, + {"Videgla", 1, {DICTIONARY_SURNAME}, -1}, + {"Verpecz", 1, {DICTIONARY_SURNAME}, -1}, + {"Bracciali", 1, {DICTIONARY_SURNAME}, -1}, + {"Escors", 1, {DICTIONARY_SURNAME}, -1}, + {"Baranyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vile", 1, {DICTIONARY_SURNAME}, -1}, + {"VonderLieth", 1, {DICTIONARY_SURNAME}, -1}, + {"Frasor", 1, {DICTIONARY_SURNAME}, -1}, + {"Alon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schorning", 1, {DICTIONARY_SURNAME}, -1}, + {"Yarritu", 1, {DICTIONARY_SURNAME}, -1}, + {"Drewes", 1, {DICTIONARY_SURNAME}, -1}, + {"Svenja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kubokura", 1, {DICTIONARY_SURNAME}, -1}, + {"Stenerud", 1, {DICTIONARY_SURNAME}, -1}, + {"Turrentine", 1, {DICTIONARY_SURNAME}, -1}, + {"Chastellain", 1, {DICTIONARY_SURNAME}, -1}, + {"Mushegh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blackmon", 1, {DICTIONARY_SURNAME}, -1}, + {"Esprit", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grosz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodsgaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Caitlin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Sá", 1, {DICTIONARY_SURNAME}, -1}, + {"Mannes", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Diepenbrock", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciechanowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vangioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenert", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsui", 1, {DICTIONARY_SURNAME}, -1}, + {"McCaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Schutz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuoti", 1, {DICTIONARY_SURNAME}, -1}, + {"McBreen", 1, {DICTIONARY_SURNAME}, -1}, + {"Werlhof", 1, {DICTIONARY_SURNAME}, -1}, + {"Dibi", 1, {DICTIONARY_SURNAME}, -1}, + {"Broadhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Barad", 1, {DICTIONARY_SURNAME}, -1}, + {"Jägerstätter", 1, {DICTIONARY_SURNAME}, -1}, + {"Aicart", 1, {DICTIONARY_SURNAME}, -1}, + {"Veyette", 1, {DICTIONARY_SURNAME}, -1}, + {"François Joseph", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guidoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Abernathy", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Noten", 1, {DICTIONARY_SURNAME}, -1}, + {"Shala", 1, {DICTIONARY_SURNAME}, -1}, + {"Bardakçı", 1, {DICTIONARY_SURNAME}, -1}, + {"Prout", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiaffini", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalakliev", 1, {DICTIONARY_SURNAME}, -1}, + {"Saburō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fells", 1, {DICTIONARY_SURNAME}, -1}, + {"Battiato", 1, {DICTIONARY_SURNAME}, -1}, + {"Speck", 1, {DICTIONARY_SURNAME}, -1}, + {"Podger", 1, {DICTIONARY_SURNAME}, -1}, + {"Rumore", 1, {DICTIONARY_SURNAME}, -1}, + {"Velcovici", 1, {DICTIONARY_SURNAME}, -1}, + {"Crusius", 1, {DICTIONARY_SURNAME}, -1}, + {"Katz", 1, {DICTIONARY_SURNAME}, -1}, + {"Damphousse", 1, {DICTIONARY_SURNAME}, -1}, + {"Karppinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Harryson", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobromil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kohon", 1, {DICTIONARY_SURNAME}, -1}, + {"Glen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chaturvedi", 1, {DICTIONARY_SURNAME}, -1}, + {"Schikaneder", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Straková", 1, {DICTIONARY_SURNAME}, -1}, + {"Varabiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Sahrawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Handal", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodland", 1, {DICTIONARY_SURNAME}, -1}, + {"Venkataraghavan", 1, {DICTIONARY_SURNAME}, -1}, + {"Murrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Laer", 1, {DICTIONARY_SURNAME}, -1}, + {"Abd Manaf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wallman", 1, {DICTIONARY_SURNAME}, -1}, + {"Aizenman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryabov", 1, {DICTIONARY_SURNAME}, -1}, + {"Traille", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Maoláin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarıkaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Spafford", 1, {DICTIONARY_SURNAME}, -1}, + {"Brecken", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Travis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Garcés", 1, {DICTIONARY_SURNAME}, -1}, + {"Chodzko", 1, {DICTIONARY_SURNAME}, -1}, + {"Svärd", 1, {DICTIONARY_SURNAME}, -1}, + {"Edelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Korolev", 1, {DICTIONARY_SURNAME}, -1}, + {"Eenpalu", 1, {DICTIONARY_SURNAME}, -1}, + {"Nosce", 1, {DICTIONARY_SURNAME}, -1}, + {"Aslam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vişniec", 1, {DICTIONARY_SURNAME}, -1}, + {"Branscum", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruto", 1, {DICTIONARY_SURNAME}, -1}, + {"Hodgkiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Bere", 1, {DICTIONARY_SURNAME}, -1}, + {"McFadyean", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guharam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Đilas", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Versen", 1, {DICTIONARY_SURNAME}, -1}, + {"Beamont", 1, {DICTIONARY_SURNAME}, -1}, + {"Toomer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhys", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schönmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagnicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Timmins", 1, {DICTIONARY_SURNAME}, -1}, + {"DeLuca", 1, {DICTIONARY_SURNAME}, -1}, + {"Lumb", 1, {DICTIONARY_SURNAME}, -1}, + {"Vranas", 1, {DICTIONARY_SURNAME}, -1}, + {"Boaron", 1, {DICTIONARY_SURNAME}, -1}, + {"Patharkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Baykal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sigríður", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hirosato", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vobora", 1, {DICTIONARY_SURNAME}, -1}, + {"Sorcha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Napolitano", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshikatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hovsepian", 1, {DICTIONARY_SURNAME}, -1}, + {"Niemczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Holweck", 1, {DICTIONARY_SURNAME}, -1}, + {"Alberty", 1, {DICTIONARY_SURNAME}, -1}, + {"Rumpler", 1, {DICTIONARY_SURNAME}, -1}, + {"Affolter", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iida", 1, {DICTIONARY_SURNAME}, -1}, + {"Emil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Erhenede", 1, {DICTIONARY_SURNAME}, -1}, + {"Paleologu", 1, {DICTIONARY_SURNAME}, -1}, + {"Abouet", 1, {DICTIONARY_SURNAME}, -1}, + {"ford", 1, {DICTIONARY_CHAIN}, -1}, + {"Butzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Fluker", 1, {DICTIONARY_SURNAME}, -1}, + {"Riad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Endrit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Revazishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Radonja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tolson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ko", 1, {DICTIONARY_SURNAME}, -1}, + {"Luburić", 1, {DICTIONARY_SURNAME}, -1}, + {"Saks", 1, {DICTIONARY_SURNAME}, -1}, + {"Villamonte", 1, {DICTIONARY_SURNAME}, -1}, + {"Sveta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schaerer", 1, {DICTIONARY_SURNAME}, -1}, + {"Trudeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Parvathy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jabbour", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jenrette", 1, {DICTIONARY_SURNAME}, -1}, + {"Posner", 1, {DICTIONARY_SURNAME}, -1}, + {"Weidenfeller", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajendar", 1, {DICTIONARY_SURNAME}, -1}, + {"Naoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dagys", 1, {DICTIONARY_SURNAME}, -1}, + {"Blatkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Carmody", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilfeather", 1, {DICTIONARY_SURNAME}, -1}, + {"Pepelyaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirchhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sonsale", 1, {DICTIONARY_SURNAME}, -1}, + {"Machura", 1, {DICTIONARY_SURNAME}, -1}, + {"Abourazzouk", 1, {DICTIONARY_SURNAME}, -1}, + {"Busbee", 1, {DICTIONARY_SURNAME}, -1}, + {"Ten Brink", 1, {DICTIONARY_SURNAME}, -1}, + {"Armando", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rawicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauerbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Stobbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Hye-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Jílek", 1, {DICTIONARY_SURNAME}, -1}, + {"Parmenter", 1, {DICTIONARY_SURNAME}, -1}, + {"Bé Chuille", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alejandra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Charan", 1, {DICTIONARY_SURNAME}, -1}, + {"Albaladejo", 1, {DICTIONARY_SURNAME}, -1}, + {"Carton de Wiart", 1, {DICTIONARY_SURNAME}, -1}, + {"Iva", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masateru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salovaara", 1, {DICTIONARY_SURNAME}, -1}, + {"Han", 1, {DICTIONARY_SURNAME}, -1}, + {"Farnham", 1, {DICTIONARY_SURNAME}, -1}, + {"j.c penneys", 1, {DICTIONARY_CHAIN}, 165}, + {"Magboo", 1, {DICTIONARY_SURNAME}, -1}, + {"Im", 1, {DICTIONARY_SURNAME}, -1}, + {"Rössner", 1, {DICTIONARY_SURNAME}, -1}, + {"Pygge", 1, {DICTIONARY_SURNAME}, -1}, + {"McKessock", 1, {DICTIONARY_SURNAME}, -1}, + {"Acaster", 1, {DICTIONARY_SURNAME}, -1}, + {"Withers", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilmeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Jelena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roberta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McConkey", 1, {DICTIONARY_SURNAME}, -1}, + {"Tryggvason", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarnelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaganay", 1, {DICTIONARY_SURNAME}, -1}, + {"Mellis", 1, {DICTIONARY_SURNAME}, -1}, + {"Holzhausen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadgama", 1, {DICTIONARY_SURNAME}, -1}, + {"Porter", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mraz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ketcham", 1, {DICTIONARY_SURNAME}, -1}, + {"Abella", 1, {DICTIONARY_SURNAME}, -1}, + {"Skoyles", 1, {DICTIONARY_SURNAME}, -1}, + {"Alya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lightman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ledet", 1, {DICTIONARY_SURNAME}, -1}, + {"Mapletoft", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajadhyaksha", 1, {DICTIONARY_SURNAME}, -1}, + {"Stamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Marsigli", 1, {DICTIONARY_SURNAME}, -1}, + {"Akasheh", 1, {DICTIONARY_SURNAME}, -1}, + {"Dannie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Orla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mutsuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Puchalapalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Schielke", 1, {DICTIONARY_SURNAME}, -1}, + {"Edyta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pilkington", 1, {DICTIONARY_SURNAME}, -1}, + {"Laguerre", 1, {DICTIONARY_SURNAME}, -1}, + {"Kožený", 1, {DICTIONARY_SURNAME}, -1}, + {"Akunis", 1, {DICTIONARY_SURNAME}, -1}, + {"Franzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Heideman", 1, {DICTIONARY_SURNAME}, -1}, + {"Walery", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vustin", 1, {DICTIONARY_SURNAME}, -1}, + {"Perales", 1, {DICTIONARY_SURNAME}, -1}, + {"Longfellow", 1, {DICTIONARY_SURNAME}, -1}, + {"Hetrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Fadeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Pruett", 1, {DICTIONARY_SURNAME}, -1}, + {"Nordlund", 1, {DICTIONARY_SURNAME}, -1}, + {"Peker", 1, {DICTIONARY_SURNAME}, -1}, + {"Merkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kreisky", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwendoline", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Michiels", 1, {DICTIONARY_SURNAME}, -1}, + {"Moeller", 1, {DICTIONARY_SURNAME}, -1}, + {"Claudine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Showalter", 1, {DICTIONARY_SURNAME}, -1}, + {"Akarsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Zylberman", 1, {DICTIONARY_SURNAME}, -1}, + {"Pink", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"the home depot", 1, {DICTIONARY_CHAIN}, -1}, + {"Nawrocki", 1, {DICTIONARY_SURNAME}, -1}, + {"McWilliam", 1, {DICTIONARY_SURNAME}, -1}, + {"Backster", 1, {DICTIONARY_SURNAME}, -1}, + {"Crompe", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigekazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garry", 1, {DICTIONARY_SURNAME}, -1}, + {"Harambašić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanetsuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Pol", 1, {DICTIONARY_SURNAME}, -1}, + {"Stojanović", 1, {DICTIONARY_SURNAME}, -1}, + {"VerDorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Lücke", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaye", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kroyanker", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadamczik", 1, {DICTIONARY_SURNAME}, -1}, + {"Rinus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gołębiewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Eloise", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"pf changs", 1, {DICTIONARY_CHAIN}, 202}, + {"Grinberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katamadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Astete", 1, {DICTIONARY_SURNAME}, -1}, + {"Sirtis", 1, {DICTIONARY_SURNAME}, -1}, + {"Poe", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Valstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidović", 1, {DICTIONARY_SURNAME}, -1}, + {"McManners", 1, {DICTIONARY_SURNAME}, -1}, + {"Mangels", 1, {DICTIONARY_SURNAME}, -1}, + {"Honan", 1, {DICTIONARY_SURNAME}, -1}, + {"bricomarché", 1, {DICTIONARY_CHAIN}, -1}, + {"Goddard", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaul", 1, {DICTIONARY_SURNAME}, -1}, + {"Sangiorgio", 1, {DICTIONARY_SURNAME}, -1}, + {"McKeel", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamache", 1, {DICTIONARY_SURNAME}, -1}, + {"Vellenga", 1, {DICTIONARY_SURNAME}, -1}, + {"Roeder", 1, {DICTIONARY_SURNAME}, -1}, + {"Hackney", 1, {DICTIONARY_SURNAME}, -1}, + {"Vulc", 1, {DICTIONARY_SURNAME}, -1}, + {"Iana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Danby", 1, {DICTIONARY_SURNAME}, -1}, + {"Biondo", 1, {DICTIONARY_SURNAME}, -1}, + {"Petsyna", 1, {DICTIONARY_SURNAME}, -1}, + {"Parkes", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Grunsven", 1, {DICTIONARY_SURNAME}, -1}, + {"Voltolina", 1, {DICTIONARY_SURNAME}, -1}, + {"riteaid", 1, {DICTIONARY_CHAIN}, 221}, + {"Hilmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Majidi", 1, {DICTIONARY_SURNAME}, -1}, + {"McShee", 1, {DICTIONARY_SURNAME}, -1}, + {"Billy Joe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paulse", 1, {DICTIONARY_SURNAME}, -1}, + {"Ofstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukacs", 1, {DICTIONARY_SURNAME}, -1}, + {"Cattage", 1, {DICTIONARY_SURNAME}, -1}, + {"Abt", 1, {DICTIONARY_SURNAME}, -1}, + {"sprint wireless stores", 1, {DICTIONARY_CHAIN}, 239}, + {"Sumako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yount", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuester", 1, {DICTIONARY_SURNAME}, -1}, + {"Schulman", 1, {DICTIONARY_SURNAME}, -1}, + {"Faircloth", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimizu", 1, {DICTIONARY_SURNAME}, -1}, + {"mcdonalds", 1, {DICTIONARY_CHAIN}, 181}, + {"Menninger", 1, {DICTIONARY_SURNAME}, -1}, + {"Fusco", 1, {DICTIONARY_SURNAME}, -1}, + {"Vītols", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemmler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferario", 1, {DICTIONARY_SURNAME}, -1}, + {"Conor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bârlădeanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Tharp", 1, {DICTIONARY_SURNAME}, -1}, + {"Teagues", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhalaia", 1, {DICTIONARY_SURNAME}, -1}, + {"Åhlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hosius", 1, {DICTIONARY_SURNAME}, -1}, + {"Johannsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Jüptner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajpeyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hesp", 1, {DICTIONARY_SURNAME}, -1}, + {"Alun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kineke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Price-Thompson", 1, {DICTIONARY_SURNAME}, -1}, + {"Malleson", 1, {DICTIONARY_SURNAME}, -1}, + {"Mileta", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abumohor", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagenal", 1, {DICTIONARY_SURNAME}, -1}, + {"McLinden", 1, {DICTIONARY_SURNAME}, -1}, + {"Skrzypczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Cummiskey", 1, {DICTIONARY_SURNAME}, -1}, + {"Jirásek", 1, {DICTIONARY_SURNAME}, -1}, + {"Alasuutari", 1, {DICTIONARY_SURNAME}, -1}, + {"Navoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Karami", 1, {DICTIONARY_SURNAME}, -1}, + {"Genzo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Colón", 1, {DICTIONARY_SURNAME}, -1}, + {"Kruglov", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelsköld", 1, {DICTIONARY_SURNAME}, -1}, + {"Ardian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Charles Phelps", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Wolfswinkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Irina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mehl", 1, {DICTIONARY_SURNAME}, -1}, + {"Dealey", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukić", 1, {DICTIONARY_SURNAME}, -1}, + {"Tasini", 1, {DICTIONARY_SURNAME}, -1}, + {"Allums", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Reichbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Covaliu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanzhula", 1, {DICTIONARY_SURNAME}, -1}, + {"Alson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tribble", 1, {DICTIONARY_SURNAME}, -1}, + {"Mair", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gasparetto", 1, {DICTIONARY_SURNAME}, -1}, + {"Poulton", 1, {DICTIONARY_SURNAME}, -1}, + {"Segert", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mucke", 1, {DICTIONARY_SURNAME}, -1}, + {"Montinari", 1, {DICTIONARY_SURNAME}, -1}, + {"Salzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Szeps", 1, {DICTIONARY_SURNAME}, -1}, + {"Stojić", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranjith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thapar", 1, {DICTIONARY_SURNAME}, -1}, + {"Versteeg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiriakou", 1, {DICTIONARY_SURNAME}, -1}, + {"Stattler", 1, {DICTIONARY_SURNAME}, -1}, + {"Scruggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Charlott", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ramasamy", 1, {DICTIONARY_SURNAME}, -1}, + {"Meidner", 1, {DICTIONARY_SURNAME}, -1}, + {"Mustonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Marr", 1, {DICTIONARY_SURNAME}, -1}, + {"Fallaci", 1, {DICTIONARY_SURNAME}, -1}, + {"Cate", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Morel", 1, {DICTIONARY_SURNAME}, -1}, + {"Nullo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kind", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Cárthaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Haneke", 1, {DICTIONARY_SURNAME}, -1}, + {"Mincher", 1, {DICTIONARY_SURNAME}, -1}, + {"Sa'd al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hollenbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"McFaun", 1, {DICTIONARY_SURNAME}, -1}, + {"Agassi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Lachtnáin", 1, {DICTIONARY_SURNAME}, -1}, + {"Afeyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Biwersi", 1, {DICTIONARY_SURNAME}, -1}, + {"Morishita", 1, {DICTIONARY_SURNAME}, -1}, + {"Sevil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Radič", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aleksiyevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Lichtsteiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Schrøen", 1, {DICTIONARY_SURNAME}, -1}, + {"Burgman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovato", 1, {DICTIONARY_SURNAME}, -1}, + {"Teegan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"mcdonald's", 1, {DICTIONARY_CHAIN}, -1}, + {"Cleminson", 1, {DICTIONARY_SURNAME}, -1}, + {"Sirokay", 1, {DICTIONARY_SURNAME}, -1}, + {"Bridgetta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Filatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Alabbasi", 1, {DICTIONARY_SURNAME}, -1}, + {"Männik", 1, {DICTIONARY_SURNAME}, -1}, + {"Forsman", 1, {DICTIONARY_SURNAME}, -1}, + {"Goby", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duraisamy", 1, {DICTIONARY_SURNAME}, -1}, + {"DuPlooy", 1, {DICTIONARY_SURNAME}, -1}, + {"Agathon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pigou", 1, {DICTIONARY_SURNAME}, -1}, + {"Howitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Xiao", 1, {DICTIONARY_SURNAME}, -1}, + {"Ridout", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobrovský", 1, {DICTIONARY_SURNAME}, -1}, + {"Castle", 1, {DICTIONARY_SURNAME}, -1}, + {"Proch", 1, {DICTIONARY_SURNAME}, -1}, + {"Valsami", 1, {DICTIONARY_SURNAME}, -1}, + {"Randall", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Claessen", 1, {DICTIONARY_SURNAME}, -1}, + {"Borojević", 1, {DICTIONARY_SURNAME}, -1}, + {"McGahn", 1, {DICTIONARY_SURNAME}, -1}, + {"Amanullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Knowler", 1, {DICTIONARY_SURNAME}, -1}, + {"Benatia", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammerschmidt", 1, {DICTIONARY_SURNAME}, -1}, + {"Draža", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLay", 1, {DICTIONARY_SURNAME}, -1}, + {"Lewy", 1, {DICTIONARY_SURNAME}, -1}, + {"Hıfzı", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kotlarczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Würfel", 1, {DICTIONARY_SURNAME}, -1}, + {"Grijzenhout", 1, {DICTIONARY_SURNAME}, -1}, + {"Yanagimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Blower", 1, {DICTIONARY_SURNAME}, -1}, + {"Jergović", 1, {DICTIONARY_SURNAME}, -1}, + {"Chang-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van den Eeckhout", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruguera", 1, {DICTIONARY_SURNAME}, -1}, + {"Elrick", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Verhulst", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuznetsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Albelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Đỗ", 1, {DICTIONARY_SURNAME}, -1}, + {"Möser", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitter", 1, {DICTIONARY_SURNAME}, -1}, + {"Valamanesh", 1, {DICTIONARY_SURNAME}, -1}, + {"Rossellini", 1, {DICTIONARY_SURNAME}, -1}, + {"Osvaldo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anghan", 1, {DICTIONARY_SURNAME}, -1}, + {"McKeller", 1, {DICTIONARY_SURNAME}, -1}, + {"Artymata", 1, {DICTIONARY_SURNAME}, -1}, + {"Abálsamo", 1, {DICTIONARY_SURNAME}, -1}, + {"Khullung", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Hellerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Adefarasin", 1, {DICTIONARY_SURNAME}, -1}, + {"Akmal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Caldato", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdus Salam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stahr", 1, {DICTIONARY_SURNAME}, -1}, + {"Bierkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Freeth", 1, {DICTIONARY_SURNAME}, -1}, + {"Coutinho", 1, {DICTIONARY_SURNAME}, -1}, + {"Furietti", 1, {DICTIONARY_SURNAME}, -1}, + {"Hashimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Mashburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Durnovo", 1, {DICTIONARY_SURNAME}, -1}, + {"Voznyak", 1, {DICTIONARY_SURNAME}, -1}, + {"Gosia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jolan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Dzhioyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Lisjak", 1, {DICTIONARY_SURNAME}, -1}, + {"Purtell", 1, {DICTIONARY_SURNAME}, -1}, + {"Abess", 1, {DICTIONARY_SURNAME}, -1}, + {"Skarbek", 1, {DICTIONARY_SURNAME}, -1}, + {"Kukharenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Irianto", 1, {DICTIONARY_SURNAME}, -1}, + {"Cork", 1, {DICTIONARY_SURNAME}, -1}, + {"Votron", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrianopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Naoyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pauline", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kilgore", 1, {DICTIONARY_SURNAME}, -1}, + {"Filippa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aksakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Loïc", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ádi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dugan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendryx", 1, {DICTIONARY_SURNAME}, -1}, + {"Kušić", 1, {DICTIONARY_SURNAME}, -1}, + {"Beurling", 1, {DICTIONARY_SURNAME}, -1}, + {"Farley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Batıkan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Natzler", 1, {DICTIONARY_SURNAME}, -1}, + {"Biscoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Aroseva", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayank", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"tchibo", 1, {DICTIONARY_CHAIN}, -1}, + {"Garvey", 1, {DICTIONARY_SURNAME}, -1}, + {"Ga-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ranu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasava", 1, {DICTIONARY_SURNAME}, -1}, + {"Spiegler", 1, {DICTIONARY_SURNAME}, -1}, + {"Popplewell", 1, {DICTIONARY_SURNAME}, -1}, + {"Yarayıcı", 1, {DICTIONARY_SURNAME}, -1}, + {"Barfe", 1, {DICTIONARY_SURNAME}, -1}, + {"Vendelbo", 1, {DICTIONARY_SURNAME}, -1}, + {"Perić", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vagin", 1, {DICTIONARY_SURNAME}, -1}, + {"Phillipps", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Melchior", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hanns", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Renschler", 1, {DICTIONARY_SURNAME}, -1}, + {"Prousalis", 1, {DICTIONARY_SURNAME}, -1}, + {"Homrighausen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pingree", 1, {DICTIONARY_SURNAME}, -1}, + {"etos", 1, {DICTIONARY_CHAIN}, -1}, + {"Audikesavulu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hero", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vezelis", 1, {DICTIONARY_SURNAME}, -1}, + {"Caniglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Lewinski", 1, {DICTIONARY_SURNAME}, -1}, + {"De Laet", 1, {DICTIONARY_SURNAME}, -1}, + {"Desailly", 1, {DICTIONARY_SURNAME}, -1}, + {"Paul", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sancak", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tamiyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mikuriya", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwaller", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaarakallio", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharfstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Gjebrea", 1, {DICTIONARY_SURNAME}, -1}, + {"Minichiello", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadaharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdul Zahra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Costinha", 1, {DICTIONARY_SURNAME}, -1}, + {"Bleiler", 1, {DICTIONARY_SURNAME}, -1}, + {"Will", 1, {DICTIONARY_SURNAME}, -1}, + {"Berényi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ritsuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Dorpel", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeyanju", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuchiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Puckler", 1, {DICTIONARY_SURNAME}, -1}, + {"Fry", 1, {DICTIONARY_SURNAME}, -1}, + {"Holdaway", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiederschein", 1, {DICTIONARY_SURNAME}, -1}, + {"Rossi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferhat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adametz", 1, {DICTIONARY_SURNAME}, -1}, + {"Capo", 1, {DICTIONARY_SURNAME}, -1}, + {"Duplantis", 1, {DICTIONARY_SURNAME}, -1}, + {"McMurchy", 1, {DICTIONARY_SURNAME}, -1}, + {"délifrance", 1, {DICTIONARY_CHAIN}, -1}, + {"Bethlehem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Orlov", 1, {DICTIONARY_SURNAME}, -1}, + {"Couto", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitchum", 1, {DICTIONARY_SURNAME}, -1}, + {"Virginia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roxanne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scalvini", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodale", 1, {DICTIONARY_SURNAME}, -1}, + {"Dugas", 1, {DICTIONARY_SURNAME}, -1}, + {"Blei", 1, {DICTIONARY_SURNAME}, -1}, + {"Leader", 1, {DICTIONARY_SURNAME}, -1}, + {"Cerci", 1, {DICTIONARY_SURNAME}, -1}, + {"Vezenkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Trauner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryoju", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voulzy", 1, {DICTIONARY_SURNAME}, -1}, + {"Morgenthaler", 1, {DICTIONARY_SURNAME}, -1}, + {"Codazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cevher", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Monnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Rouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Waldmüller", 1, {DICTIONARY_SURNAME}, -1}, + {"Trần", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kuleshov", 1, {DICTIONARY_SURNAME}, -1}, + {"Söderlund", 1, {DICTIONARY_SURNAME}, -1}, + {"Patrizi", 1, {DICTIONARY_SURNAME}, -1}, + {"Toini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anastas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Addley", 1, {DICTIONARY_SURNAME}, -1}, + {"chuck e cheeses", 1, {DICTIONARY_CHAIN}, 102}, + {"Cossman", 1, {DICTIONARY_SURNAME}, -1}, + {"Downs", 1, {DICTIONARY_SURNAME}, -1}, + {"Verrier", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Narimanbekov", 1, {DICTIONARY_SURNAME}, -1}, + {"Soyinka", 1, {DICTIONARY_SURNAME}, -1}, + {"Brnović", 1, {DICTIONARY_SURNAME}, -1}, + {"Blumentritt", 1, {DICTIONARY_SURNAME}, -1}, + {"McIntyre", 1, {DICTIONARY_SURNAME}, -1}, + {"Takafusa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kintzler", 1, {DICTIONARY_SURNAME}, -1}, + {"McTyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Algie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Le Ber", 1, {DICTIONARY_SURNAME}, -1}, + {"Lips", 1, {DICTIONARY_SURNAME}, -1}, + {"Herr", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassanji", 1, {DICTIONARY_SURNAME}, -1}, + {"Grigory", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clewes", 1, {DICTIONARY_SURNAME}, -1}, + {"Hunziker", 1, {DICTIONARY_SURNAME}, -1}, + {"Duygu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hinkson", 1, {DICTIONARY_SURNAME}, -1}, + {"Awaji", 1, {DICTIONARY_SURNAME}, -1}, + {"Queally", 1, {DICTIONARY_SURNAME}, -1}, + {"Cicognini", 1, {DICTIONARY_SURNAME}, -1}, + {"Utmanzai", 1, {DICTIONARY_SURNAME}, -1}, + {"Andriolas", 1, {DICTIONARY_SURNAME}, -1}, + {"Drown", 1, {DICTIONARY_SURNAME}, -1}, + {"Vignjević", 1, {DICTIONARY_SURNAME}, -1}, + {"Aoda", 1, {DICTIONARY_SURNAME}, -1}, + {"Derya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ehren", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marguč", 1, {DICTIONARY_SURNAME}, -1}, + {"Ostlund", 1, {DICTIONARY_SURNAME}, -1}, + {"McKinney", 1, {DICTIONARY_SURNAME}, -1}, + {"Voldemārs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Virahsawmy", 1, {DICTIONARY_SURNAME}, -1}, + {"Knez", 1, {DICTIONARY_SURNAME}, -1}, + {"Obluda", 1, {DICTIONARY_SURNAME}, -1}, + {"Danvers", 1, {DICTIONARY_SURNAME}, -1}, + {"Aitenova", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourbeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Kibalchich", 1, {DICTIONARY_SURNAME}, -1}, + {"Nemecia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mellberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Breitman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lynch-Staunton", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramzi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Beaver", 1, {DICTIONARY_SURNAME}, -1}, + {"Tulio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ağaoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Mosman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hitomi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mägi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wachtmeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Ōishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yap", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aune", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ildike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grimandi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lozhechko", 1, {DICTIONARY_SURNAME}, -1}, + {"Valavanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hechler", 1, {DICTIONARY_SURNAME}, -1}, + {"Daishin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Halfyard", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawachi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pressburger", 1, {DICTIONARY_SURNAME}, -1}, + {"Glebov", 1, {DICTIONARY_SURNAME}, -1}, + {"Valon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Laha", 1, {DICTIONARY_SURNAME}, -1}, + {"Puchalski", 1, {DICTIONARY_SURNAME}, -1}, + {"Eberlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Viņķele", 1, {DICTIONARY_SURNAME}, -1}, + {"Eadwulf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veland", 1, {DICTIONARY_SURNAME}, -1}, + {"Golden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schreurs", 1, {DICTIONARY_SURNAME}, -1}, + {"aldi", 1, {DICTIONARY_CHAIN}, -1}, + {"Aybar", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Kočí", 1, {DICTIONARY_SURNAME}, -1}, + {"Kane", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeannie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arkhipov", 1, {DICTIONARY_SURNAME}, -1}, + {"Deguelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Pigott", 1, {DICTIONARY_SURNAME}, -1}, + {"Shams al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Osmond", 1, {DICTIONARY_SURNAME}, -1}, + {"Grubb", 1, {DICTIONARY_SURNAME}, -1}, + {"Zigmas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paton", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobutoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teymourtash", 1, {DICTIONARY_SURNAME}, -1}, + {"Abukarat", 1, {DICTIONARY_SURNAME}, -1}, + {"Tredeneck", 1, {DICTIONARY_SURNAME}, -1}, + {"systembolaget", 1, {DICTIONARY_CHAIN}, -1}, + {"Legarreta", 1, {DICTIONARY_SURNAME}, -1}, + {"Rigg", 1, {DICTIONARY_SURNAME}, -1}, + {"Nuvolari", 1, {DICTIONARY_SURNAME}, -1}, + {"Pusser", 1, {DICTIONARY_SURNAME}, -1}, + {"Poenaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Coonan", 1, {DICTIONARY_SURNAME}, -1}, + {"Baar", 1, {DICTIONARY_SURNAME}, -1}, + {"Pfund", 1, {DICTIONARY_SURNAME}, -1}, + {"bricomarche", 1, {DICTIONARY_CHAIN}, 85}, + {"Van Annan", 1, {DICTIONARY_SURNAME}, -1}, + {"Yuri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vithanage", 1, {DICTIONARY_SURNAME}, -1}, + {"Hudspeth", 1, {DICTIONARY_SURNAME}, -1}, + {"t d banks", 1, {DICTIONARY_CHAIN}, 248}, + {"Danso", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dunod", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schwarzenegger", 1, {DICTIONARY_SURNAME}, -1}, + {"Zsigmondy", 1, {DICTIONARY_SURNAME}, -1}, + {"Shivers", 1, {DICTIONARY_SURNAME}, -1}, + {"Rešetar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogdanovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Adzemian", 1, {DICTIONARY_SURNAME}, -1}, + {"Heinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Valavanidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Niewiadomski", 1, {DICTIONARY_SURNAME}, -1}, + {"Akagündüz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hardeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Tumuluri", 1, {DICTIONARY_SURNAME}, -1}, + {"Achimelech", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hernándo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schnitger", 1, {DICTIONARY_SURNAME}, -1}, + {"Makepeace", 1, {DICTIONARY_SURNAME}, -1}, + {"Zakariya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marivana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"VandenHurk", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhic Amhalghadha", 1, {DICTIONARY_SURNAME}, -1}, + {"Gochashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Hainer", 1, {DICTIONARY_SURNAME}, -1}, + {"Setzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kokarev", 1, {DICTIONARY_SURNAME}, -1}, + {"Jong-hyuk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schaare", 1, {DICTIONARY_SURNAME}, -1}, + {"Bierhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"De Bellaigue", 1, {DICTIONARY_SURNAME}, -1}, + {"Romanchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Thirlaway", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Thienen", 1, {DICTIONARY_SURNAME}, -1}, + {"Horner", 1, {DICTIONARY_SURNAME}, -1}, + {"Curchod", 1, {DICTIONARY_SURNAME}, -1}, + {"Peyman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Althoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Joseph Ferdinand", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Simoncelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukumitsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Gevorkyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlitos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kucher", 1, {DICTIONARY_SURNAME}, -1}, + {"Preiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuusisto", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajiborisha", 1, {DICTIONARY_SURNAME}, -1}, + {"Zakarian", 1, {DICTIONARY_SURNAME}, -1}, + {"Akerboom", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajaradul", 1, {DICTIONARY_SURNAME}, -1}, + {"Aciman", 1, {DICTIONARY_SURNAME}, -1}, + {"Twardzik", 1, {DICTIONARY_SURNAME}, -1}, + {"Volpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bediako", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Urayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Abunnadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Moon-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mordaunt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Closs", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlasto", 1, {DICTIONARY_SURNAME}, -1}, + {"Childs", 1, {DICTIONARY_SURNAME}, -1}, + {"Bielczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Irwin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Azmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blokhin", 1, {DICTIONARY_SURNAME}, -1}, + {"Villani", 1, {DICTIONARY_SURNAME}, -1}, + {"Priest", 1, {DICTIONARY_SURNAME}, -1}, + {"Diarmaid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Junko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Couper", 1, {DICTIONARY_SURNAME}, -1}, + {"De Villagra", 1, {DICTIONARY_SURNAME}, -1}, + {"Nie", 1, {DICTIONARY_SURNAME}, -1}, + {"Lombard", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajpai", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilkka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tursunali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cardinale", 1, {DICTIONARY_SURNAME}, -1}, + {"Seminick", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaire", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leonetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Shujauddin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Allegra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ady", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahsa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baudelaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Jen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Erdődy", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Denzinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Syverson", 1, {DICTIONARY_SURNAME}, -1}, + {"Flürscheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Hurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Peep", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Santander", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheiblich", 1, {DICTIONARY_SURNAME}, -1}, + {"Seon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eddie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chikahiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Romanenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabrić", 1, {DICTIONARY_SURNAME}, -1}, + {"Voges", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Tonnelier de Breteuil", 1, {DICTIONARY_SURNAME}, -1}, + {"Khadija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Evinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Berzin", 1, {DICTIONARY_SURNAME}, -1}, + {"Treisman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hauschka", 1, {DICTIONARY_SURNAME}, -1}, + {"Fida", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Žiga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tylman", 1, {DICTIONARY_SURNAME}, -1}, + {"Akobia", 1, {DICTIONARY_SURNAME}, -1}, + {"Giroux", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbağ", 1, {DICTIONARY_SURNAME}, -1}, + {"Piccione", 1, {DICTIONARY_SURNAME}, -1}, + {"Shvets", 1, {DICTIONARY_SURNAME}, -1}, + {"Travers", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacobsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Eglin", 1, {DICTIONARY_SURNAME}, -1}, + {"Harbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Paonessa", 1, {DICTIONARY_SURNAME}, -1}, + {"Coote", 1, {DICTIONARY_SURNAME}, -1}, + {"Sim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Šafránek", 1, {DICTIONARY_SURNAME}, -1}, + {"Dryander", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Costas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gesenius", 1, {DICTIONARY_SURNAME}, -1}, + {"Bezukladnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukelja", 1, {DICTIONARY_SURNAME}, -1}, + {"Alvermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavletić", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldreich", 1, {DICTIONARY_SURNAME}, -1}, + {"Uí Arailt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vindhyavasini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schockemöhle", 1, {DICTIONARY_SURNAME}, -1}, + {"Onofrio", 1, {DICTIONARY_SURNAME}, -1}, + {"Dyakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Larry", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Braxton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gallois", 1, {DICTIONARY_SURNAME}, -1}, + {"Grim", 1, {DICTIONARY_SURNAME}, -1}, + {"Bardach", 1, {DICTIONARY_SURNAME}, -1}, + {"Veenhhof", 1, {DICTIONARY_SURNAME}, -1}, + {"puma", 1, {DICTIONARY_CHAIN}, -1}, + {"Nishino", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaultier", 1, {DICTIONARY_SURNAME}, -1}, + {"pizzahuts", 1, {DICTIONARY_CHAIN}, 207}, + {"jc penney", 1, {DICTIONARY_CHAIN}, 165}, + {"Somerville", 1, {DICTIONARY_SURNAME}, -1}, + {"Lodro", 1, {DICTIONARY_SURNAME}, -1}, + {"Hélène", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Darwish", 1, {DICTIONARY_SURNAME}, -1}, + {"Birks", 1, {DICTIONARY_SURNAME}, -1}, + {"Klasky", 1, {DICTIONARY_SURNAME}, -1}, + {"Queiroz", 1, {DICTIONARY_SURNAME}, -1}, + {"Libbie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koivunen", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrabbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ramli", 1, {DICTIONARY_SURNAME}, -1}, + {"Akimitsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Haegen", 1, {DICTIONARY_SURNAME}, -1}, + {"Eliomar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vacratsis", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenhalgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Radonjić", 1, {DICTIONARY_SURNAME}, -1}, + {"Rebel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fusatsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Luycx", 1, {DICTIONARY_SURNAME}, -1}, + {"Dieudonné", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adhia", 1, {DICTIONARY_SURNAME}, -1}, + {"Richardis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ascher", 1, {DICTIONARY_SURNAME}, -1}, + {"Luxton", 1, {DICTIONARY_SURNAME}, -1}, + {"Adrion", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Privett", 1, {DICTIONARY_SURNAME}, -1}, + {"Hazazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Higuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Prange", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagins", 1, {DICTIONARY_SURNAME}, -1}, + {"Jackett", 1, {DICTIONARY_SURNAME}, -1}, + {"Dearie", 1, {DICTIONARY_SURNAME}, -1}, + {"Seton", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollio", 1, {DICTIONARY_SURNAME}, -1}, + {"Simmerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Tucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackwall", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramos", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilander", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiello", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaqueriza", 1, {DICTIONARY_SURNAME}, -1}, + {"Biggar", 1, {DICTIONARY_SURNAME}, -1}, + {"Maverick", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Astor", 1, {DICTIONARY_SURNAME}, -1}, + {"Cong", 1, {DICTIONARY_SURNAME}, -1}, + {"Herner", 1, {DICTIONARY_SURNAME}, -1}, + {"Neylon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hey", 1, {DICTIONARY_SURNAME}, -1}, + {"Mokhtar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Burmeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Paleckis", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamont", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gunsel", 1, {DICTIONARY_SURNAME}, -1}, + {"Fürstenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Wehausen", 1, {DICTIONARY_SURNAME}, -1}, + {"Foltys", 1, {DICTIONARY_SURNAME}, -1}, + {"Capellanus", 1, {DICTIONARY_SURNAME}, -1}, + {"Lotan", 1, {DICTIONARY_SURNAME}, -1}, + {"Federer", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Beugel", 1, {DICTIONARY_SURNAME}, -1}, + {"Funda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"vodafone", 1, {DICTIONARY_CHAIN}, -1}, + {"Diesing", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoogveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Baljić", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartzenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Brinley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Crebillon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hersman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lidstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Blair", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kęstutis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pačariz", 1, {DICTIONARY_SURNAME}, -1}, + {"Volkow", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunetami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oppenheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Quach", 1, {DICTIONARY_SURNAME}, -1}, + {"Mielke", 1, {DICTIONARY_SURNAME}, -1}, + {"Assange", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Yang", 1, {DICTIONARY_SURNAME}, -1}, + {"Magner", 1, {DICTIONARY_SURNAME}, -1}, + {"Meister", 1, {DICTIONARY_SURNAME}, -1}, + {"Mustoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Renteria", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaic", 1, {DICTIONARY_SURNAME}, -1}, + {"a&w restaurants", 1, {DICTIONARY_CHAIN}, 57}, + {"Chancellor", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhadra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ritson", 1, {DICTIONARY_SURNAME}, -1}, + {"Martellus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fogarty", 1, {DICTIONARY_SURNAME}, -1}, + {"Clarisse", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Donkor", 1, {DICTIONARY_SURNAME}, -1}, + {"Fehrman", 1, {DICTIONARY_SURNAME}, -1}, + {"Feder", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Dulcie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Janson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nevzorov", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagatoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ablonczy", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemmingsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Weisse", 1, {DICTIONARY_SURNAME}, -1}, + {"Terrill", 1, {DICTIONARY_SURNAME}, -1}, + {"Munter", 1, {DICTIONARY_SURNAME}, -1}, + {"Aimla", 1, {DICTIONARY_SURNAME}, -1}, + {"Herren", 1, {DICTIONARY_SURNAME}, -1}, + {"Yatsko", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Angélique", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"İrşadi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arbus", 1, {DICTIONARY_SURNAME}, -1}, + {"Arienti", 1, {DICTIONARY_SURNAME}, -1}, + {"Viallat", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipscomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Asumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Manvelishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Otterson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ioana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caird", 1, {DICTIONARY_SURNAME}, -1}, + {"Padmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Agoues", 1, {DICTIONARY_SURNAME}, -1}, + {"Ye-eun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Armbrust", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Steen", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaab", 1, {DICTIONARY_SURNAME}, -1}, + {"Harroun", 1, {DICTIONARY_SURNAME}, -1}, + {"Granić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedenska", 1, {DICTIONARY_SURNAME}, -1}, + {"Tornike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hanako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yerunkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacot", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedeberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogolepov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zupančič", 1, {DICTIONARY_SURNAME}, -1}, + {"Suárez", 1, {DICTIONARY_SURNAME}, -1}, + {"Voynov", 1, {DICTIONARY_SURNAME}, -1}, + {"Didot", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bzigu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Giambruno", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacciarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Deemer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kremers", 1, {DICTIONARY_SURNAME}, -1}, + {"Higashimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Humbert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Edmond", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malkova", 1, {DICTIONARY_SURNAME}, -1}, + {"Abadía", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuwashima", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonassen", 1, {DICTIONARY_SURNAME}, -1}, + {"Egerton", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seacrest", 1, {DICTIONARY_SURNAME}, -1}, + {"Berra", 1, {DICTIONARY_SURNAME}, -1}, + {"Thyrsus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bergougnoux", 1, {DICTIONARY_SURNAME}, -1}, + {"Tekrawala", 1, {DICTIONARY_SURNAME}, -1}, + {"Collomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Adwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Salazar", 1, {DICTIONARY_SURNAME}, -1}, + {"Agar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Haizlip", 1, {DICTIONARY_SURNAME}, -1}, + {"Budberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Faerber", 1, {DICTIONARY_SURNAME}, -1}, + {"Rasim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stennett", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhou", 1, {DICTIONARY_SURNAME}, -1}, + {"Visockas", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceruti", 1, {DICTIONARY_SURNAME}, -1}, + {"Trudie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dallison", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirasawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pasupuleti", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiachna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seishi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kalocsay", 1, {DICTIONARY_SURNAME}, -1}, + {"MacEacharn", 1, {DICTIONARY_SURNAME}, -1}, + {"Nabokov", 1, {DICTIONARY_SURNAME}, -1}, + {"Maxwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Firer", 1, {DICTIONARY_SURNAME}, -1}, + {"Chernenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Quealy", 1, {DICTIONARY_SURNAME}, -1}, + {"Voon", 1, {DICTIONARY_SURNAME}, -1}, + {"Felsenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dover", 1, {DICTIONARY_SURNAME}, -1}, + {"Junji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uramoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Zielke", 1, {DICTIONARY_SURNAME}, -1}, + {"Adna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klitgaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Nae", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Joah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Illing", 1, {DICTIONARY_SURNAME}, -1}, + {"Burnaby", 1, {DICTIONARY_SURNAME}, -1}, + {"McCullers", 1, {DICTIONARY_SURNAME}, -1}, + {"Montaño", 1, {DICTIONARY_SURNAME}, -1}, + {"Ronny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McPake", 1, {DICTIONARY_SURNAME}, -1}, + {"Valachovič", 1, {DICTIONARY_SURNAME}, -1}, + {"Abjean", 1, {DICTIONARY_SURNAME}, -1}, + {"Złotowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Herfkens", 1, {DICTIONARY_SURNAME}, -1}, + {"Endrizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrat", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Duyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Alliot", 1, {DICTIONARY_SURNAME}, -1}, + {"Westerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nordling", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schnitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Opdyke", 1, {DICTIONARY_SURNAME}, -1}, + {"Thierse", 1, {DICTIONARY_SURNAME}, -1}, + {"Gioachino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verstappen", 1, {DICTIONARY_SURNAME}, -1}, + {"Skibell", 1, {DICTIONARY_SURNAME}, -1}, + {"Nyilasi", 1, {DICTIONARY_SURNAME}, -1}, + {"Freke", 1, {DICTIONARY_SURNAME}, -1}, + {"Eldin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Butchvarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Utter", 1, {DICTIONARY_SURNAME}, -1}, + {"Zubarev", 1, {DICTIONARY_SURNAME}, -1}, + {"Eliphas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Channing", 1, {DICTIONARY_SURNAME}, -1}, + {"Drucker", 1, {DICTIONARY_SURNAME}, -1}, + {"Buika", 1, {DICTIONARY_SURNAME}, -1}, + {"Valter", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Coleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Voas", 1, {DICTIONARY_SURNAME}, -1}, + {"McGaffigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Veronin", 1, {DICTIONARY_SURNAME}, -1}, + {"Halimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gershwin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabrice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Einarsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ninzaburō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdurakhmanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tahar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aidan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Müjdat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Skivington", 1, {DICTIONARY_SURNAME}, -1}, + {"Noone", 1, {DICTIONARY_SURNAME}, -1}, + {"Draaisma", 1, {DICTIONARY_SURNAME}, -1}, + {"Bombelles", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitchison", 1, {DICTIONARY_SURNAME}, -1}, + {"Desser", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorster", 1, {DICTIONARY_SURNAME}, -1}, + {"Smeltzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Pabst", 1, {DICTIONARY_SURNAME}, -1}, + {"Pescetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulcoald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cocks", 1, {DICTIONARY_SURNAME}, -1}, + {"Perälä", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-ok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oprandi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abukasis", 1, {DICTIONARY_SURNAME}, -1}, + {"Baier", 1, {DICTIONARY_SURNAME}, -1}, + {"Godward", 1, {DICTIONARY_SURNAME}, -1}, + {"Melnychenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Templeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Roth", 1, {DICTIONARY_SURNAME}, -1}, + {"Massiah", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Marleau", 1, {DICTIONARY_SURNAME}, -1}, + {"Aloisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Anderssen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hussey", 1, {DICTIONARY_SURNAME}, -1}, + {"Detmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Thede", 1, {DICTIONARY_SURNAME}, -1}, + {"Zvezdin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludlum", 1, {DICTIONARY_SURNAME}, -1}, + {"Voordeckers", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilhelm", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vizcaíno", 1, {DICTIONARY_SURNAME}, -1}, + {"Datsik", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidehiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sršeň", 1, {DICTIONARY_SURNAME}, -1}, + {"Placido", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ahlvik", 1, {DICTIONARY_SURNAME}, -1}, + {"Opalka", 1, {DICTIONARY_SURNAME}, -1}, + {"Fidel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taniela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jacuzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Neznansky", 1, {DICTIONARY_SURNAME}, -1}, + {"McConnon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawada", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciechanowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Diagne", 1, {DICTIONARY_SURNAME}, -1}, + {"Satam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schilgen", 1, {DICTIONARY_SURNAME}, -1}, + {"Butson", 1, {DICTIONARY_SURNAME}, -1}, + {"Fusai", 1, {DICTIONARY_SURNAME}, -1}, + {"Viart", 1, {DICTIONARY_SURNAME}, -1}, + {"Dichter", 1, {DICTIONARY_SURNAME}, -1}, + {"Eadweard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kralj", 1, {DICTIONARY_SURNAME}, -1}, + {"Faanhof", 1, {DICTIONARY_SURNAME}, -1}, + {"Varitek", 1, {DICTIONARY_SURNAME}, -1}, + {"Tkeshelashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nandayapa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryūhei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mendenhall", 1, {DICTIONARY_SURNAME}, -1}, + {"Spink", 1, {DICTIONARY_SURNAME}, -1}, + {"Arber", 1, {DICTIONARY_SURNAME}, -1}, + {"Florian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cervone", 1, {DICTIONARY_SURNAME}, -1}, + {"Gove", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valdor", 1, {DICTIONARY_SURNAME}, -1}, + {"Jovanovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vessy", 1, {DICTIONARY_SURNAME}, -1}, + {"Widder", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Lochlainn", 1, {DICTIONARY_SURNAME}, -1}, + {"Sitara", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Opal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scriven", 1, {DICTIONARY_SURNAME}, -1}, + {"Whatmough", 1, {DICTIONARY_SURNAME}, -1}, + {"Terranova", 1, {DICTIONARY_SURNAME}, -1}, + {"Wasilewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Halldorson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kain", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Deliktaş", 1, {DICTIONARY_SURNAME}, -1}, + {"Yumei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amosov", 1, {DICTIONARY_SURNAME}, -1}, + {"Wójcicki", 1, {DICTIONARY_SURNAME}, -1}, + {"McDuffee", 1, {DICTIONARY_SURNAME}, -1}, + {"Acquah", 1, {DICTIONARY_SURNAME}, -1}, + {"Mironov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kreiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Marinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Grochowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Lankhaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöpfel", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Raghnaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Easton", 1, {DICTIONARY_SURNAME}, -1}, + {"Paxton", 1, {DICTIONARY_SURNAME}, -1}, + {"Wittenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Trikoupis", 1, {DICTIONARY_SURNAME}, -1}, + {"Soo-ah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alamieyeseigha", 1, {DICTIONARY_SURNAME}, -1}, + {"Mantel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ullevålseter", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghalib", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bullen", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunsdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Aisling", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Propp", 1, {DICTIONARY_SURNAME}, -1}, + {"Sietske", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drăghici", 1, {DICTIONARY_SURNAME}, -1}, + {"Zorina", 1, {DICTIONARY_SURNAME}, -1}, + {"Asselineau", 1, {DICTIONARY_SURNAME}, -1}, + {"Kete", 1, {DICTIONARY_SURNAME}, -1}, + {"Schneier", 1, {DICTIONARY_SURNAME}, -1}, + {"Rinuccini", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Stryland", 1, {DICTIONARY_SURNAME}, -1}, + {"Babaria", 1, {DICTIONARY_SURNAME}, -1}, + {"Yagoda", 1, {DICTIONARY_SURNAME}, -1}, + {"Brodd", 1, {DICTIONARY_SURNAME}, -1}, + {"Knell", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Bihan", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcuse", 1, {DICTIONARY_SURNAME}, -1}, + {"Ak", 1, {DICTIONARY_SURNAME}, -1}, + {"Refshauge", 1, {DICTIONARY_SURNAME}, -1}, + {"Muraglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Nutter", 1, {DICTIONARY_SURNAME}, -1}, + {"Nair", 1, {DICTIONARY_SURNAME}, -1}, + {"Kephart", 1, {DICTIONARY_SURNAME}, -1}, + {"Berthelot", 1, {DICTIONARY_SURNAME}, -1}, + {"lloyds bank", 1, {DICTIONARY_CHAIN}, 174}, + {"Acworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Toninelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Bugaiov", 1, {DICTIONARY_SURNAME}, -1}, + {"González Márquez", 1, {DICTIONARY_SURNAME}, -1}, + {"Varaksin", 1, {DICTIONARY_SURNAME}, -1}, + {"Takaezu", 1, {DICTIONARY_SURNAME}, -1}, + {"Landolfi", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hoogstraten", 1, {DICTIONARY_SURNAME}, -1}, + {"Raftis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vituska", 1, {DICTIONARY_SURNAME}, -1}, + {"Heinze", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaneharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vukosavljević", 1, {DICTIONARY_SURNAME}, -1}, + {"Corte-Real", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavere", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlynn", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbès", 1, {DICTIONARY_SURNAME}, -1}, + {"Goffraid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vršajević", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuruna", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönlein", 1, {DICTIONARY_SURNAME}, -1}, + {"Štěpán", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vanhoye", 1, {DICTIONARY_SURNAME}, -1}, + {"Cromer", 1, {DICTIONARY_SURNAME}, -1}, + {"Tupac", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sarmad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"b & q", 1, {DICTIONARY_CHAIN}, 73}, + {"Sun", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caprio", 1, {DICTIONARY_SURNAME}, -1}, + {"Reith", 1, {DICTIONARY_SURNAME}, -1}, + {"Dovzhenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Moturi", 1, {DICTIONARY_SURNAME}, -1}, + {"Blodeuwedd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abanil", 1, {DICTIONARY_SURNAME}, -1}, + {"Raul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malpass", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajilore", 1, {DICTIONARY_SURNAME}, -1}, + {"Speace", 1, {DICTIONARY_SURNAME}, -1}, + {"Azumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vognild", 1, {DICTIONARY_SURNAME}, -1}, + {"Weisgerber", 1, {DICTIONARY_SURNAME}, -1}, + {"McMurray", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoltán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shi-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vējonis", 1, {DICTIONARY_SURNAME}, -1}, + {"Frowyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Klingemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Rangel", 1, {DICTIONARY_SURNAME}, -1}, + {"Leopardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Brontë Gatenby", 1, {DICTIONARY_SURNAME}, -1}, + {"Karadag", 1, {DICTIONARY_SURNAME}, -1}, + {"Sparks", 1, {DICTIONARY_SURNAME}, -1}, + {"Nemeș", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbero", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackeson", 1, {DICTIONARY_SURNAME}, -1}, + {"Sholes", 1, {DICTIONARY_SURNAME}, -1}, + {"Albertsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Abolghasempour", 1, {DICTIONARY_SURNAME}, -1}, + {"Papaioannou", 1, {DICTIONARY_SURNAME}, -1}, + {"Lia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hopkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Wever", 1, {DICTIONARY_SURNAME}, -1}, + {"Skowroński", 1, {DICTIONARY_SURNAME}, -1}, + {"Vainonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vayssière", 1, {DICTIONARY_SURNAME}, -1}, + {"Yelizaveta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schwazer", 1, {DICTIONARY_SURNAME}, -1}, + {"Payet", 1, {DICTIONARY_SURNAME}, -1}, + {"Wormald", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandušić", 1, {DICTIONARY_SURNAME}, -1}, + {"Katalin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trofimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhannat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Crean", 1, {DICTIONARY_SURNAME}, -1}, + {"Koubek", 1, {DICTIONARY_SURNAME}, -1}, + {"Smethurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Genç", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūsei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Skoog", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsuhito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bate", 1, {DICTIONARY_SURNAME}, -1}, + {"Ariella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chedid", 1, {DICTIONARY_SURNAME}, -1}, + {"Rogoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Chandler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bassford", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsaldaris", 1, {DICTIONARY_SURNAME}, -1}, + {"Albus", 1, {DICTIONARY_SURNAME}, -1}, + {"TenNapel", 1, {DICTIONARY_SURNAME}, -1}, + {"Franz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pert", 1, {DICTIONARY_SURNAME}, -1}, + {"Lasker", 1, {DICTIONARY_SURNAME}, -1}, + {"Quennell", 1, {DICTIONARY_SURNAME}, -1}, + {"Sejad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó Rothláin", 1, {DICTIONARY_SURNAME}, -1}, + {"İnci", 1, {DICTIONARY_SURNAME}, -1}, + {"MacGowan", 1, {DICTIONARY_SURNAME}, -1}, + {"Teichmüller", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Viehoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsuchi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Barak", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hemery", 1, {DICTIONARY_SURNAME}, -1}, + {"Zahnd", 1, {DICTIONARY_SURNAME}, -1}, + {"Shakeel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stross", 1, {DICTIONARY_SURNAME}, -1}, + {"Fieraru", 1, {DICTIONARY_SURNAME}, -1}, + {"Elham", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Borodkin", 1, {DICTIONARY_SURNAME}, -1}, + {"el pollo loco", 1, {DICTIONARY_CHAIN}, -1}, + {"Bassolino", 1, {DICTIONARY_SURNAME}, -1}, + {"Toivonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sainsbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckles", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallock", 1, {DICTIONARY_SURNAME}, -1}, + {"Cobb", 1, {DICTIONARY_SURNAME}, -1}, + {"Schulz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Pucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Hájek", 1, {DICTIONARY_SURNAME}, -1}, + {"Bucur", 1, {DICTIONARY_SURNAME}, -1}, + {"Kikut", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavřačová", 1, {DICTIONARY_SURNAME}, -1}, + {"Jens", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoover", 1, {DICTIONARY_SURNAME}, -1}, + {"Cohelan", 1, {DICTIONARY_SURNAME}, -1}, + {"Æthelwold", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Orechov", 1, {DICTIONARY_SURNAME}, -1}, + {"Catena", 1, {DICTIONARY_SURNAME}, -1}, + {"De Monroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Lothar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Helmers", 1, {DICTIONARY_SURNAME}, -1}, + {"Akey", 1, {DICTIONARY_SURNAME}, -1}, + {"Bachleda-Curuś", 1, {DICTIONARY_SURNAME}, -1}, + {"Rougier", 1, {DICTIONARY_SURNAME}, -1}, + {"Nabi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hervey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tellefsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshikazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chee", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lichtwark", 1, {DICTIONARY_SURNAME}, -1}, + {"Boatwright", 1, {DICTIONARY_SURNAME}, -1}, + {"safeway", 1, {DICTIONARY_CHAIN}, -1}, + {"international house of pancakes", 1, {DICTIONARY_CHAIN}, 156}, + {"Busquets", 1, {DICTIONARY_SURNAME}, -1}, + {"Lecoq de Boisbaudran", 1, {DICTIONARY_SURNAME}, -1}, + {"Testore", 1, {DICTIONARY_SURNAME}, -1}, + {"Špaček", 1, {DICTIONARY_SURNAME}, -1}, + {"Niebuhr", 1, {DICTIONARY_SURNAME}, -1}, + {"Messinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernthal", 1, {DICTIONARY_SURNAME}, -1}, + {"Ateş", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gundoald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Remond", 1, {DICTIONARY_SURNAME}, -1}, + {"Poliakoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernardo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abeni", 1, {DICTIONARY_SURNAME}, -1}, + {"Elwes", 1, {DICTIONARY_SURNAME}, -1}, + {"next", 1, {DICTIONARY_CHAIN}, -1}, + {"Niel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tae", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vogelweide", 1, {DICTIONARY_SURNAME}, -1}, + {"Darerca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gorsuch", 1, {DICTIONARY_SURNAME}, -1}, + {"Poncet", 1, {DICTIONARY_SURNAME}, -1}, + {"Vendramino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kronthaler", 1, {DICTIONARY_SURNAME}, -1}, + {"Isakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Verbong", 1, {DICTIONARY_SURNAME}, -1}, + {"Agutin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hæstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshizō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zbylut", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Badger", 1, {DICTIONARY_SURNAME}, -1}, + {"Asylmuratova", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasala", 1, {DICTIONARY_SURNAME}, -1}, + {"Michiyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kunihiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Awaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Kabayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Shor", 1, {DICTIONARY_SURNAME}, -1}, + {"Keuchel", 1, {DICTIONARY_SURNAME}, -1}, + {"Maisel", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghislain", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nagesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKeirnan", 1, {DICTIONARY_SURNAME}, -1}, + {"Broketa", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasselbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlemko", 1, {DICTIONARY_SURNAME}, -1}, + {"Širola", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Farrands", 1, {DICTIONARY_SURNAME}, -1}, + {"Khair ad-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hayashida", 1, {DICTIONARY_SURNAME}, -1}, + {"Caluag", 1, {DICTIONARY_SURNAME}, -1}, + {"Coluccio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gaudin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nordhus", 1, {DICTIONARY_SURNAME}, -1}, + {"MacMahon", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Zon", 1, {DICTIONARY_SURNAME}, -1}, + {"Wailes", 1, {DICTIONARY_SURNAME}, -1}, + {"Aysel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fabian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fesser", 1, {DICTIONARY_SURNAME}, -1}, + {"nando's", 1, {DICTIONARY_CHAIN}, -1}, + {"Roig", 1, {DICTIONARY_SURNAME}, -1}, + {"FitzMartin", 1, {DICTIONARY_SURNAME}, -1}, + {"Costner", 1, {DICTIONARY_SURNAME}, -1}, + {"Villone", 1, {DICTIONARY_SURNAME}, -1}, + {"Maite", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Byrnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Sajnovics", 1, {DICTIONARY_SURNAME}, -1}, + {"Fedorowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Byrne", 1, {DICTIONARY_SURNAME}, -1}, + {"Vipond", 1, {DICTIONARY_SURNAME}, -1}, + {"Klotz", 1, {DICTIONARY_SURNAME}, -1}, + {"Merle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Carolynn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Priore", 1, {DICTIONARY_SURNAME}, -1}, + {"Denkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacobson", 1, {DICTIONARY_SURNAME}, -1}, + {"Keels", 1, {DICTIONARY_SURNAME}, -1}, + {"Candace", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bracewell", 1, {DICTIONARY_SURNAME}, -1}, + {"Abueg", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Arsdale", 1, {DICTIONARY_SURNAME}, -1}, + {"secret recipe", 1, {DICTIONARY_CHAIN}, -1}, + {"Muller", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownson", 1, {DICTIONARY_SURNAME}, -1}, + {"Conran", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitmell", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rosengarten", 1, {DICTIONARY_SURNAME}, -1}, + {"Lesieur", 1, {DICTIONARY_SURNAME}, -1}, + {"Tornquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Gürgen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Modzolevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Winspear", 1, {DICTIONARY_SURNAME}, -1}, + {"Salmonson", 1, {DICTIONARY_SURNAME}, -1}, + {"Muramoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Quesada", 1, {DICTIONARY_SURNAME}, -1}, + {"Soo-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shigeri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aoyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Laudon", 1, {DICTIONARY_SURNAME}, -1}, + {"Savard", 1, {DICTIONARY_SURNAME}, -1}, + {"Yakubik", 1, {DICTIONARY_SURNAME}, -1}, + {"Ljubičić", 1, {DICTIONARY_SURNAME}, -1}, + {"Abler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bejo", 1, {DICTIONARY_SURNAME}, -1}, + {"Huppert", 1, {DICTIONARY_SURNAME}, -1}, + {"Kääriäinen", 1, {DICTIONARY_SURNAME}, -1}, + {"seven-elevens", 1, {DICTIONARY_CHAIN}, 56}, + {"Advincula", 1, {DICTIONARY_SURNAME}, -1}, + {"Loots", 1, {DICTIONARY_SURNAME}, -1}, + {"Reuben", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Allmond", 1, {DICTIONARY_SURNAME}, -1}, + {"Radana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Smitsman", 1, {DICTIONARY_SURNAME}, -1}, + {"Fassbender", 1, {DICTIONARY_SURNAME}, -1}, + {"Lajcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomonori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jolie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kasperczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodovnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Eizō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vezalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Echegaray", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gregersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ariga", 1, {DICTIONARY_SURNAME}, -1}, + {"Aengevelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ameisen", 1, {DICTIONARY_SURNAME}, -1}, + {"Merasty", 1, {DICTIONARY_SURNAME}, -1}, + {"Crum", 1, {DICTIONARY_SURNAME}, -1}, + {"Florit", 1, {DICTIONARY_SURNAME}, -1}, + {"Savchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Braaten", 1, {DICTIONARY_SURNAME}, -1}, + {"Kessler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bousman", 1, {DICTIONARY_SURNAME}, -1}, + {"Abusharif", 1, {DICTIONARY_SURNAME}, -1}, + {"Macdissi", 1, {DICTIONARY_SURNAME}, -1}, + {"Deerhe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulvi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sarpei", 1, {DICTIONARY_SURNAME}, -1}, + {"Schreiber", 1, {DICTIONARY_SURNAME}, -1}, + {"Santa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oisin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arcaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Vīķe-Freiberga", 1, {DICTIONARY_SURNAME}, -1}, + {"Valančiūnas", 1, {DICTIONARY_SURNAME}, -1}, + {"Vazirani", 1, {DICTIONARY_SURNAME}, -1}, + {"Channon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Haney", 1, {DICTIONARY_SURNAME}, -1}, + {"McSwain", 1, {DICTIONARY_SURNAME}, -1}, + {"Crista", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kingetsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Varderesyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Tikhonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Pythias", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lapčević", 1, {DICTIONARY_SURNAME}, -1}, + {"Brechtel", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tomohiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pálsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelly", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fortenberry", 1, {DICTIONARY_SURNAME}, -1}, + {"Gozzadini", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae-woong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Broinowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Edgar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Earheart", 1, {DICTIONARY_SURNAME}, -1}, + {"Agathocles", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Feuer", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavalleri", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Alvensleben", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahson", 1, {DICTIONARY_SURNAME}, -1}, + {"DeCicco", 1, {DICTIONARY_SURNAME}, -1}, + {"Proctor", 1, {DICTIONARY_SURNAME}, -1}, + {"Hickman", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshitsune", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pryse", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamantia", 1, {DICTIONARY_SURNAME}, -1}, + {"Newborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Wood", 1, {DICTIONARY_SURNAME}, -1}, + {"Elín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fabry", 1, {DICTIONARY_SURNAME}, -1}, + {"Möhring", 1, {DICTIONARY_SURNAME}, -1}, + {"Iwata", 1, {DICTIONARY_SURNAME}, -1}, + {"Santana", 1, {DICTIONARY_SURNAME}, -1}, + {"Vdovets", 1, {DICTIONARY_SURNAME}, -1}, + {"Redmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsuhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viskanta", 1, {DICTIONARY_SURNAME}, -1}, + {"Beto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Thomasina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Todorovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Taniguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaaboub", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenblum", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dyreborg", 1, {DICTIONARY_SURNAME}, -1}, + {"Gintarė", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bender", 1, {DICTIONARY_SURNAME}, -1}, + {"Akalın", 1, {DICTIONARY_SURNAME}, -1}, + {"Baber", 1, {DICTIONARY_SURNAME}, -1}, + {"Balaban", 1, {DICTIONARY_SURNAME}, -1}, + {"Astwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Sey", 1, {DICTIONARY_SURNAME}, -1}, + {"Blomefield", 1, {DICTIONARY_SURNAME}, -1}, + {"Nuada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pesce", 1, {DICTIONARY_SURNAME}, -1}, + {"Aikio", 1, {DICTIONARY_SURNAME}, -1}, + {"Fumimaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahinful", 1, {DICTIONARY_SURNAME}, -1}, + {"Sturgess", 1, {DICTIONARY_SURNAME}, -1}, + {"Asdahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Oonagh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdelnour", 1, {DICTIONARY_SURNAME}, -1}, + {"Gmehling", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulston", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderstock", 1, {DICTIONARY_SURNAME}, -1}, + {"Nurtai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kožešník", 1, {DICTIONARY_SURNAME}, -1}, + {"Hautman", 1, {DICTIONARY_SURNAME}, -1}, + {"Marzulli", 1, {DICTIONARY_SURNAME}, -1}, + {"Joseph François", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toral", 1, {DICTIONARY_SURNAME}, -1}, + {"yogurtland", 1, {DICTIONARY_CHAIN}, -1}, + {"Dzutsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Calathes", 1, {DICTIONARY_SURNAME}, -1}, + {"Stankevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Pownall", 1, {DICTIONARY_SURNAME}, -1}, + {"Liebeneiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Pizzarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Sirota", 1, {DICTIONARY_SURNAME}, -1}, + {"Coad", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamedov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dabija", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanier", 1, {DICTIONARY_SURNAME}, -1}, + {"Rückes", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Broek", 1, {DICTIONARY_SURNAME}, -1}, + {"McNew", 1, {DICTIONARY_SURNAME}, -1}, + {"Satyanand", 1, {DICTIONARY_SURNAME}, -1}, + {"Baha", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"pnc bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Kahveci", 1, {DICTIONARY_SURNAME}, -1}, + {"Daizō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Qutb ad-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karakaş", 1, {DICTIONARY_SURNAME}, -1}, + {"Aajonus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elbogen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehmet Akif", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Venker", 1, {DICTIONARY_SURNAME}, -1}, + {"Çatlı", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyoya", 1, {DICTIONARY_SURNAME}, -1}, + {"Warski", 1, {DICTIONARY_SURNAME}, -1}, + {"Merian", 1, {DICTIONARY_SURNAME}, -1}, + {"Petzold", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlönvoigt", 1, {DICTIONARY_SURNAME}, -1}, + {"Boase", 1, {DICTIONARY_SURNAME}, -1}, + {"Böcking", 1, {DICTIONARY_SURNAME}, -1}, + {"Tupalski", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulut", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rex", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"O'Rorke", 1, {DICTIONARY_SURNAME}, -1}, + {"Schütz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vartia", 1, {DICTIONARY_SURNAME}, -1}, + {"Quintana", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuparinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dondelinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gorp", 1, {DICTIONARY_SURNAME}, -1}, + {"Afable", 1, {DICTIONARY_SURNAME}, -1}, + {"Leigh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stonerook", 1, {DICTIONARY_SURNAME}, -1}, + {"Gedevanishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Bronitsyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Politylo", 1, {DICTIONARY_SURNAME}, -1}, + {"Horniman", 1, {DICTIONARY_SURNAME}, -1}, + {"Nosbusch", 1, {DICTIONARY_SURNAME}, -1}, + {"Stirling", 1, {DICTIONARY_SURNAME}, -1}, + {"Lachenmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinjirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shipway", 1, {DICTIONARY_SURNAME}, -1}, + {"Thomalla", 1, {DICTIONARY_SURNAME}, -1}, + {"Lortie", 1, {DICTIONARY_SURNAME}, -1}, + {"Guppy", 1, {DICTIONARY_SURNAME}, -1}, + {"Bragiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolfwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Dudgeon", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiig", 1, {DICTIONARY_SURNAME}, -1}, + {"Brusse", 1, {DICTIONARY_SURNAME}, -1}, + {"McGinley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vickrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Sikorsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Verduguez", 1, {DICTIONARY_SURNAME}, -1}, + {"Edmundo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Danielle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hayano", 1, {DICTIONARY_SURNAME}, -1}, + {"Agolley", 1, {DICTIONARY_SURNAME}, -1}, + {"Grigoryan", 1, {DICTIONARY_SURNAME}, -1}, + {"Brood", 1, {DICTIONARY_SURNAME}, -1}, + {"Colenbrander", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamez", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerzabek", 1, {DICTIONARY_SURNAME}, -1}, + {"Igoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Pozharsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Sherko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Džeko", 1, {DICTIONARY_SURNAME}, -1}, + {"Varcoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Athanasiou", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Andalusi", 1, {DICTIONARY_SURNAME}, -1}, + {"Afaganis", 1, {DICTIONARY_SURNAME}, -1}, + {"Lalande", 1, {DICTIONARY_SURNAME}, -1}, + {"Gummelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Minick", 1, {DICTIONARY_SURNAME}, -1}, + {"Chernev", 1, {DICTIONARY_SURNAME}, -1}, + {"Aida", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rybczynski", 1, {DICTIONARY_SURNAME}, -1}, + {"Commesso", 1, {DICTIONARY_SURNAME}, -1}, + {"Michalis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buzot", 1, {DICTIONARY_SURNAME}, -1}, + {"Mika", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gustinetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Rawnsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Ganser", 1, {DICTIONARY_SURNAME}, -1}, + {"Brueggergosman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hachlaf", 1, {DICTIONARY_SURNAME}, -1}, + {"Tevita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guttadauro", 1, {DICTIONARY_SURNAME}, -1}, + {"Bettison", 1, {DICTIONARY_SURNAME}, -1}, + {"Wajs", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Weijden", 1, {DICTIONARY_SURNAME}, -1}, + {"Scerbanenco", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawtrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Simon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aladjova", 1, {DICTIONARY_SURNAME}, -1}, + {"Umlauf", 1, {DICTIONARY_SURNAME}, -1}, + {"Bubalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Lina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"bnp paribas fortis", 1, {DICTIONARY_CHAIN}, -1}, + {"Harjo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sansom", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rascal", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipkirui", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"freebird's", 1, {DICTIONARY_CHAIN}, 138}, + {"Quemener", 1, {DICTIONARY_SURNAME}, -1}, + {"Ergün", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Calderoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Parekattil", 1, {DICTIONARY_SURNAME}, -1}, + {"Agoliati", 1, {DICTIONARY_SURNAME}, -1}, + {"Watabe", 1, {DICTIONARY_SURNAME}, -1}, + {"Zacherle", 1, {DICTIONARY_SURNAME}, -1}, + {"Kendall", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schoonheim", 1, {DICTIONARY_SURNAME}, -1}, + {"McClafferty", 1, {DICTIONARY_SURNAME}, -1}, + {"Barwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Huffington", 1, {DICTIONARY_SURNAME}, -1}, + {"Voňková", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobrin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sneyd", 1, {DICTIONARY_SURNAME}, -1}, + {"Doolan", 1, {DICTIONARY_SURNAME}, -1}, + {"McCaig", 1, {DICTIONARY_SURNAME}, -1}, + {"Kilkenny", 1, {DICTIONARY_SURNAME}, -1}, + {"Yazdani", 1, {DICTIONARY_SURNAME}, -1}, + {"Akashiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Heffron", 1, {DICTIONARY_SURNAME}, -1}, + {"Branwen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schairer", 1, {DICTIONARY_SURNAME}, -1}, + {"Göth", 1, {DICTIONARY_SURNAME}, -1}, + {"Kellison", 1, {DICTIONARY_SURNAME}, -1}, + {"Spearman", 1, {DICTIONARY_SURNAME}, -1}, + {"Aardewijn", 1, {DICTIONARY_SURNAME}, -1}, + {"Molly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berbotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Navas", 1, {DICTIONARY_SURNAME}, -1}, + {"7 11", 1, {DICTIONARY_CHAIN}, 56}, + {"Gual", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunnarson", 1, {DICTIONARY_SURNAME}, -1}, + {"Oswalt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agamennoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrante", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paar", 1, {DICTIONARY_SURNAME}, -1}, + {"Martinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Dannen", 1, {DICTIONARY_SURNAME}, -1}, + {"Isozaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Ernesto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Winegar", 1, {DICTIONARY_SURNAME}, -1}, + {"Voicu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kakutani", 1, {DICTIONARY_SURNAME}, -1}, + {"Renata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andren", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Fayed", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Chappelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Withe", 1, {DICTIONARY_SURNAME}, -1}, + {"Traoré", 1, {DICTIONARY_SURNAME}, -1}, + {"Carras", 1, {DICTIONARY_SURNAME}, -1}, + {"Spiridon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tursunov", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Adee", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cebotari", 1, {DICTIONARY_SURNAME}, -1}, + {"Bridson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaidyanathan", 1, {DICTIONARY_SURNAME}, -1}, + {"Leprince-Ringuet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinchcliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Fronberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Spisak", 1, {DICTIONARY_SURNAME}, -1}, + {"McClennan", 1, {DICTIONARY_SURNAME}, -1}, + {"Binger", 1, {DICTIONARY_SURNAME}, -1}, + {"Rippley", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Romilli", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbarpour", 1, {DICTIONARY_SURNAME}, -1}, + {"Noppi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdalahad", 1, {DICTIONARY_SURNAME}, -1}, + {"Turgot", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-il", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oscar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pettit", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandela", 1, {DICTIONARY_SURNAME}, -1}, + {"Scherzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Eivind", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bodo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Féraud", 1, {DICTIONARY_SURNAME}, -1}, + {"Manuele", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoshinari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pataki", 1, {DICTIONARY_SURNAME}, -1}, + {"Christof", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Meeuwen", 1, {DICTIONARY_SURNAME}, -1}, + {"in n' out burgers", 1, {DICTIONARY_CHAIN}, 158}, + {"Signor", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinikka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Halberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Nanase", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Claret", 1, {DICTIONARY_SURNAME}, -1}, + {"Simonsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hitzfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Janacek", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyshegorodtsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geoff", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verkaik", 1, {DICTIONARY_SURNAME}, -1}, + {"Halide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Antunes", 1, {DICTIONARY_SURNAME}, -1}, + {"Rantzau", 1, {DICTIONARY_SURNAME}, -1}, + {"Thode", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunawardena", 1, {DICTIONARY_SURNAME}, -1}, + {"Opoku", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gatlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouchard", 1, {DICTIONARY_SURNAME}, -1}, + {"Ohnesorge", 1, {DICTIONARY_SURNAME}, -1}, + {"Milly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vihlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruun", 1, {DICTIONARY_SURNAME}, -1}, + {"Lajeunesse", 1, {DICTIONARY_SURNAME}, -1}, + {"Blankenbaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Egerega", 1, {DICTIONARY_SURNAME}, -1}, + {"Du Pre", 1, {DICTIONARY_SURNAME}, -1}, + {"Schleck", 1, {DICTIONARY_SURNAME}, -1}, + {"Shi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeghiazaryan", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurits", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ayinla", 1, {DICTIONARY_SURNAME}, -1}, + {"Khayat", 1, {DICTIONARY_SURNAME}, -1}, + {"Temba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blöcker", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyrie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Manetas", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghasemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bondurant", 1, {DICTIONARY_SURNAME}, -1}, + {"Liggett", 1, {DICTIONARY_SURNAME}, -1}, + {"Upchurch", 1, {DICTIONARY_SURNAME}, -1}, + {"Nediyakala", 1, {DICTIONARY_SURNAME}, -1}, + {"Anahita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malford", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Meritites", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jae-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akhmetzyanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Daničić", 1, {DICTIONARY_SURNAME}, -1}, + {"Arwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Antun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van den Goorbergh", 1, {DICTIONARY_SURNAME}, -1}, + {"Virolainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Anokhin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayeshma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Matheron", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerimoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Biggi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Engle", 1, {DICTIONARY_SURNAME}, -1}, + {"Auster", 1, {DICTIONARY_SURNAME}, -1}, + {"Lumbly", 1, {DICTIONARY_SURNAME}, -1}, + {"Jang-mi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Visclosky", 1, {DICTIONARY_SURNAME}, -1}, + {"Byrdsong", 1, {DICTIONARY_SURNAME}, -1}, + {"Greever", 1, {DICTIONARY_SURNAME}, -1}, + {"Prunella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haruzumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mrkonjić", 1, {DICTIONARY_SURNAME}, -1}, + {"Minihan", 1, {DICTIONARY_SURNAME}, -1}, + {"Onuegbu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vanderby", 1, {DICTIONARY_SURNAME}, -1}, + {"McPherrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tüzün", 1, {DICTIONARY_SURNAME}, -1}, + {"McGrath", 1, {DICTIONARY_SURNAME}, -1}, + {"Melkadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Haymond", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaffner", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Agnolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Berrefjord", 1, {DICTIONARY_SURNAME}, -1}, + {"Dwayne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tomkinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Reuss", 1, {DICTIONARY_SURNAME}, -1}, + {"Cree", 1, {DICTIONARY_SURNAME}, -1}, + {"Margaret", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bouschet", 1, {DICTIONARY_SURNAME}, -1}, + {"Swarz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hitesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Schalkwyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramakant", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gilges", 1, {DICTIONARY_SURNAME}, -1}, + {"Lokman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gilks", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamdan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ekşi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tjessem", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaber", 1, {DICTIONARY_SURNAME}, -1}, + {"Imdad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veerabahu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hijgenaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Deken", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiamenti", 1, {DICTIONARY_SURNAME}, -1}, + {"Azmat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tuft", 1, {DICTIONARY_SURNAME}, -1}, + {"Boltyansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Sims", 1, {DICTIONARY_SURNAME}, -1}, + {"Sachimi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Foxall", 1, {DICTIONARY_SURNAME}, -1}, + {"Pelagio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lossky", 1, {DICTIONARY_SURNAME}, -1}, + {"Buchli", 1, {DICTIONARY_SURNAME}, -1}, + {"Liotta", 1, {DICTIONARY_SURNAME}, -1}, + {"Keiichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sainath", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bachelder", 1, {DICTIONARY_SURNAME}, -1}, + {"Henlein", 1, {DICTIONARY_SURNAME}, -1}, + {"Forslund", 1, {DICTIONARY_SURNAME}, -1}, + {"Moskalyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Khoshtaria", 1, {DICTIONARY_SURNAME}, -1}, + {"Absire", 1, {DICTIONARY_SURNAME}, -1}, + {"Hope-Johnstone", 1, {DICTIONARY_SURNAME}, -1}, + {"De Marchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Bølviken", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouabré", 1, {DICTIONARY_SURNAME}, -1}, + {"Boarman", 1, {DICTIONARY_SURNAME}, -1}, + {"Slim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McFerrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuusela", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinbiyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Beudeker", 1, {DICTIONARY_SURNAME}, -1}, + {"Cao", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hofmann von Hofmannsthal", 1, {DICTIONARY_SURNAME}, -1}, + {"Chebotar", 1, {DICTIONARY_SURNAME}, -1}, + {"Annenkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Cy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veronesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Berco", 1, {DICTIONARY_SURNAME}, -1}, + {"Grimwade", 1, {DICTIONARY_SURNAME}, -1}, + {"Beachum", 1, {DICTIONARY_SURNAME}, -1}, + {"Markovics", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagler", 1, {DICTIONARY_SURNAME}, -1}, + {"Crispian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nys", 1, {DICTIONARY_SURNAME}, -1}, + {"Khaira", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokuichiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fahlstrøm", 1, {DICTIONARY_SURNAME}, -1}, + {"Shun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beaudoin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gür", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ivanovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Wüst", 1, {DICTIONARY_SURNAME}, -1}, + {"Akulinichev", 1, {DICTIONARY_SURNAME}, -1}, + {"Duyvendak", 1, {DICTIONARY_SURNAME}, -1}, + {"Contiguglia", 1, {DICTIONARY_SURNAME}, -1}, + {"McElveen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharkey", 1, {DICTIONARY_SURNAME}, -1}, + {"Charles Alfred", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reavis", 1, {DICTIONARY_SURNAME}, -1}, + {"Fouts", 1, {DICTIONARY_SURNAME}, -1}, + {"Kann", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldwyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Magallanes", 1, {DICTIONARY_SURNAME}, -1}, + {"Lynsay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geffen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kantorowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Locock", 1, {DICTIONARY_SURNAME}, -1}, + {"Pei", 1, {DICTIONARY_SURNAME}, -1}, + {"Koppers", 1, {DICTIONARY_SURNAME}, -1}, + {"Golubić", 1, {DICTIONARY_SURNAME}, -1}, + {"Enderlein", 1, {DICTIONARY_SURNAME}, -1}, + {"Thoresen", 1, {DICTIONARY_SURNAME}, -1}, + {"Grube", 1, {DICTIONARY_SURNAME}, -1}, + {"Batzill", 1, {DICTIONARY_SURNAME}, -1}, + {"Cintrón", 1, {DICTIONARY_SURNAME}, -1}, + {"Amner", 1, {DICTIONARY_SURNAME}, -1}, + {"Buchwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Ragnar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kamensky", 1, {DICTIONARY_SURNAME}, -1}, + {"Conchita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thys", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwang-su", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tyagi", 1, {DICTIONARY_SURNAME}, -1}, + {"George Augustus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toshiji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Killen", 1, {DICTIONARY_SURNAME}, -1}, + {"Calbreath", 1, {DICTIONARY_SURNAME}, -1}, + {"Öçal", 1, {DICTIONARY_SURNAME}, -1}, + {"Millen", 1, {DICTIONARY_SURNAME}, -1}, + {"Adegbite", 1, {DICTIONARY_SURNAME}, -1}, + {"Kassirer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrethammar", 1, {DICTIONARY_SURNAME}, -1}, + {"Nannini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ariza", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdala", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schoenfelder", 1, {DICTIONARY_SURNAME}, -1}, + {"Burnette", 1, {DICTIONARY_SURNAME}, -1}, + {"Tweedy", 1, {DICTIONARY_SURNAME}, -1}, + {"blokker", 1, {DICTIONARY_CHAIN}, -1}, + {"Keiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Coudert", 1, {DICTIONARY_SURNAME}, -1}, + {"Janiel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brichto", 1, {DICTIONARY_SURNAME}, -1}, + {"billa", 1, {DICTIONARY_CHAIN}, -1}, + {"Flamson", 1, {DICTIONARY_SURNAME}, -1}, + {"Strickler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kõiv", 1, {DICTIONARY_SURNAME}, -1}, + {"Flamank", 1, {DICTIONARY_SURNAME}, -1}, + {"Bechard", 1, {DICTIONARY_SURNAME}, -1}, + {"Arjouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Bas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pádraigín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akinnifesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Srikanta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tokuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adaikalaraj", 1, {DICTIONARY_SURNAME}, -1}, + {"Horiike", 1, {DICTIONARY_SURNAME}, -1}, + {"Lay", 1, {DICTIONARY_SURNAME}, -1}, + {"Riabouchinska", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackton", 1, {DICTIONARY_SURNAME}, -1}, + {"Truax", 1, {DICTIONARY_SURNAME}, -1}, + {"Henius", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwang-hoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Besson", 1, {DICTIONARY_SURNAME}, -1}, + {"Truby", 1, {DICTIONARY_SURNAME}, -1}, + {"McCutcheon", 1, {DICTIONARY_SURNAME}, -1}, + {"Bielawski", 1, {DICTIONARY_SURNAME}, -1}, + {"Klugman", 1, {DICTIONARY_SURNAME}, -1}, + {"Chebotaryov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kılıçlı", 1, {DICTIONARY_SURNAME}, -1}, + {"Ovbiagele", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizaver", 1, {DICTIONARY_SURNAME}, -1}, + {"Akerstream", 1, {DICTIONARY_SURNAME}, -1}, + {"Kusuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hijazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Noir", 1, {DICTIONARY_SURNAME}, -1}, + {"Piermatteo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ishii", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiddes", 1, {DICTIONARY_SURNAME}, -1}, + {"Zelter", 1, {DICTIONARY_SURNAME}, -1}, + {"Plimsoll", 1, {DICTIONARY_SURNAME}, -1}, + {"Aneta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mi-kyung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Romney", 1, {DICTIONARY_SURNAME}, -1}, + {"Fillion", 1, {DICTIONARY_SURNAME}, -1}, + {"Hibat Allah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Amorim", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolder", 1, {DICTIONARY_SURNAME}, -1}, + {"Oxley", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuna", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aart", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McNeal", 1, {DICTIONARY_SURNAME}, -1}, + {"Dassin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gidding", 1, {DICTIONARY_SURNAME}, -1}, + {"VandeWalle", 1, {DICTIONARY_SURNAME}, -1}, + {"Edvard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lembo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Blennerhassett", 1, {DICTIONARY_SURNAME}, -1}, + {"Ververgaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Heinroth", 1, {DICTIONARY_SURNAME}, -1}, + {"Titty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uzhevych", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobukado", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vitouš", 1, {DICTIONARY_SURNAME}, -1}, + {"Radovan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tisha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uno", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Emerson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nagisa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nin", 1, {DICTIONARY_SURNAME}, -1}, + {"Merkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Yuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Moriconi", 1, {DICTIONARY_SURNAME}, -1}, + {"Menelaws", 1, {DICTIONARY_SURNAME}, -1}, + {"Ermler", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuthbertson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartling", 1, {DICTIONARY_SURNAME}, -1}, + {"Akesaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Forte", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehar", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Cléirigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Slipher", 1, {DICTIONARY_SURNAME}, -1}, + {"Duncan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Thome", 1, {DICTIONARY_SURNAME}, -1}, + {"Deere", 1, {DICTIONARY_SURNAME}, -1}, + {"Verchota", 1, {DICTIONARY_SURNAME}, -1}, + {"Peppers", 1, {DICTIONARY_SURNAME}, -1}, + {"Mete", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Khalfan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ziobro", 1, {DICTIONARY_SURNAME}, -1}, + {"Thakkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Hildesheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheen", 1, {DICTIONARY_SURNAME}, -1}, + {"De Haan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sylviane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beisheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandermarliere", 1, {DICTIONARY_SURNAME}, -1}, + {"Benediktsson", 1, {DICTIONARY_SURNAME}, -1}, + {"steak n' shake", 1, {DICTIONARY_CHAIN}, 241}, + {"Katayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Skarsgård", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsusuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rhymer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Avendaño", 1, {DICTIONARY_SURNAME}, -1}, + {"Cutler", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavendish", 1, {DICTIONARY_SURNAME}, -1}, + {"Adokwe", 1, {DICTIONARY_SURNAME}, -1}, + {"Lugansky", 1, {DICTIONARY_SURNAME}, -1}, + {"De Felice", 1, {DICTIONARY_SURNAME}, -1}, + {"Panchakanya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Matsukata", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinding", 1, {DICTIONARY_SURNAME}, -1}, + {"Leth", 1, {DICTIONARY_SURNAME}, -1}, + {"Maravarman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Engelhard", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobel", 1, {DICTIONARY_SURNAME}, -1}, + {"Lisowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Laeeq", 1, {DICTIONARY_SURNAME}, -1}, + {"Kołłątaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Koerbagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Soumitra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"bb&t", 1, {DICTIONARY_CHAIN}, -1}, + {"Mitsukuri", 1, {DICTIONARY_SURNAME}, -1}, + {"Brimelow", 1, {DICTIONARY_SURNAME}, -1}, + {"Gainsford", 1, {DICTIONARY_SURNAME}, -1}, + {"Walton", 1, {DICTIONARY_SURNAME}, -1}, + {"Doerksen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sørnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Turnbull", 1, {DICTIONARY_SURNAME}, -1}, + {"Vafaei", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsunaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirchwey", 1, {DICTIONARY_SURNAME}, -1}, + {"Rashad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sauvageau", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantamessa", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolton", 1, {DICTIONARY_SURNAME}, -1}, + {"Yıldızeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambrose", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Benedicto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Podestá", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoritsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kupka", 1, {DICTIONARY_SURNAME}, -1}, + {"Yücel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Asscher", 1, {DICTIONARY_SURNAME}, -1}, + {"Hodgson", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiggins", 1, {DICTIONARY_SURNAME}, -1}, + {"Hörbiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Wissmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemingway", 1, {DICTIONARY_SURNAME}, -1}, + {"Medlock", 1, {DICTIONARY_SURNAME}, -1}, + {"Çakır", 1, {DICTIONARY_SURNAME}, -1}, + {"Bar Zohar", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Torp", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedges", 1, {DICTIONARY_SURNAME}, -1}, + {"Esplen", 1, {DICTIONARY_SURNAME}, -1}, + {"Belzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Marangoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Lomax", 1, {DICTIONARY_SURNAME}, -1}, + {"Jõgi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekstrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Kostner", 1, {DICTIONARY_SURNAME}, -1}, + {"Mosca", 1, {DICTIONARY_SURNAME}, -1}, + {"Līga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hiltermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Aaltonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hirotami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Laurie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Blazier", 1, {DICTIONARY_SURNAME}, -1}, + {"Isfahani", 1, {DICTIONARY_SURNAME}, -1}, + {"Tucker", 1, {DICTIONARY_SURNAME}, -1}, + {"Wansbrough", 1, {DICTIONARY_SURNAME}, -1}, + {"Biedermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Khaziravi", 1, {DICTIONARY_SURNAME}, -1}, + {"Viudez", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Starrabba", 1, {DICTIONARY_SURNAME}, -1}, + {"Houthakker", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Pfeiffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilkevičiūtė", 1, {DICTIONARY_SURNAME}, -1}, + {"Burder", 1, {DICTIONARY_SURNAME}, -1}, + {"Burlton", 1, {DICTIONARY_SURNAME}, -1}, + {"Horthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Boxtel", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuentes", 1, {DICTIONARY_SURNAME}, -1}, + {"Acioly", 1, {DICTIONARY_SURNAME}, -1}, + {"Macypura", 1, {DICTIONARY_SURNAME}, -1}, + {"Serpil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hatzidakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Savino", 1, {DICTIONARY_SURNAME}, -1}, + {"Clérico", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhunova", 1, {DICTIONARY_SURNAME}, -1}, + {"Fujimori", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Adem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Guibourg", 1, {DICTIONARY_SURNAME}, -1}, + {"Wandesford", 1, {DICTIONARY_SURNAME}, -1}, + {"Hobart", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Herrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Uridil", 1, {DICTIONARY_SURNAME}, -1}, + {"Grogan", 1, {DICTIONARY_SURNAME}, -1}, + {"Tammy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasyutin", 1, {DICTIONARY_SURNAME}, -1}, + {"Phaophanit", 1, {DICTIONARY_SURNAME}, -1}, + {"Albarado", 1, {DICTIONARY_SURNAME}, -1}, + {"Borzage", 1, {DICTIONARY_SURNAME}, -1}, + {"Mbeki", 1, {DICTIONARY_SURNAME}, -1}, + {"Forsyth", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinbade", 1, {DICTIONARY_SURNAME}, -1}, + {"Loeb", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Muppavarapu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hondros", 1, {DICTIONARY_SURNAME}, -1}, + {"Kornzweig", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolisko", 1, {DICTIONARY_SURNAME}, -1}, + {"Borpatrogohain", 1, {DICTIONARY_SURNAME}, -1}, + {"Persse", 1, {DICTIONARY_SURNAME}, -1}, + {"Vostell", 1, {DICTIONARY_SURNAME}, -1}, + {"Lozada", 1, {DICTIONARY_SURNAME}, -1}, + {"Stegall", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurrein", 1, {DICTIONARY_SURNAME}, -1}, + {"Cukier", 1, {DICTIONARY_SURNAME}, -1}, + {"Arvind", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"greggs", 1, {DICTIONARY_CHAIN}, -1}, + {"Beekhuyzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Groddeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleverly", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Kampen", 1, {DICTIONARY_SURNAME}, -1}, + {"Radclyffe-Hall", 1, {DICTIONARY_SURNAME}, -1}, + {"Yokono", 1, {DICTIONARY_SURNAME}, -1}, + {"Moreno", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Garrick", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vallanzasca", 1, {DICTIONARY_SURNAME}, -1}, + {"Heister", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiroshichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eccleston", 1, {DICTIONARY_SURNAME}, -1}, + {"Novaković", 1, {DICTIONARY_SURNAME}, -1}, + {"Braco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dueñas", 1, {DICTIONARY_SURNAME}, -1}, + {"Neutra", 1, {DICTIONARY_SURNAME}, -1}, + {"Livia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoffmeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Vander Kelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fairhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Danks", 1, {DICTIONARY_SURNAME}, -1}, + {"Singh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ritenour", 1, {DICTIONARY_SURNAME}, -1}, + {"Forwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Huseklepp", 1, {DICTIONARY_SURNAME}, -1}, + {"Kändler", 1, {DICTIONARY_SURNAME}, -1}, + {"Gleeson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijitvongthong", 1, {DICTIONARY_SURNAME}, -1}, + {"Lubomir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viiask", 1, {DICTIONARY_SURNAME}, -1}, + {"Zinoviev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceccarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhic Alasdair", 1, {DICTIONARY_SURNAME}, -1}, + {"Begue", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallgrímsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Puckerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Dangerfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Æthelwine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chesterton", 1, {DICTIONARY_SURNAME}, -1}, + {"Oganesyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Maxse", 1, {DICTIONARY_SURNAME}, -1}, + {"Maskell", 1, {DICTIONARY_SURNAME}, -1}, + {"Preda", 1, {DICTIONARY_SURNAME}, -1}, + {"McClelland", 1, {DICTIONARY_SURNAME}, -1}, + {"Tommie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hatzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Moog", 1, {DICTIONARY_SURNAME}, -1}, + {"Bronstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Parashar", 1, {DICTIONARY_SURNAME}, -1}, + {"Zubkovskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Takurō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wilcoxson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatuvoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzanti", 1, {DICTIONARY_SURNAME}, -1}, + {"Yui", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Leach", 1, {DICTIONARY_SURNAME}, -1}, + {"Logofet", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellowitsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Thornett", 1, {DICTIONARY_SURNAME}, -1}, + {"Cole", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boettcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Nimri", 1, {DICTIONARY_SURNAME}, -1}, + {"Bigatto", 1, {DICTIONARY_SURNAME}, -1}, + {"Gösta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baumhauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Conlon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hornschuh", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiellström", 1, {DICTIONARY_SURNAME}, -1}, + {"Loveys", 1, {DICTIONARY_SURNAME}, -1}, + {"Velyky", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirdha", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Takayoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Murtagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Akyol", 1, {DICTIONARY_SURNAME}, -1}, + {"Dale", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Seo-yun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varughese", 1, {DICTIONARY_SURNAME}, -1}, + {"Leppänen", 1, {DICTIONARY_SURNAME}, -1}, + {"Oyebanjo", 1, {DICTIONARY_SURNAME}, -1}, + {"Haiyan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Samad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vérten", 1, {DICTIONARY_SURNAME}, -1}, + {"Kvapil", 1, {DICTIONARY_SURNAME}, -1}, + {"Sikma", 1, {DICTIONARY_SURNAME}, -1}, + {"Maazel", 1, {DICTIONARY_SURNAME}, -1}, + {"Valo", 1, {DICTIONARY_SURNAME}, -1}, + {"Tang", 1, {DICTIONARY_SURNAME}, -1}, + {"Munk", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrbatý", 1, {DICTIONARY_SURNAME}, -1}, + {"Suekichi", 1, {DICTIONARY_SURNAME}, -1}, + {"Clemons", 1, {DICTIONARY_SURNAME}, -1}, + {"Svetla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grendel", 1, {DICTIONARY_SURNAME}, -1}, + {"Potts", 1, {DICTIONARY_SURNAME}, -1}, + {"McCalman", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanzione", 1, {DICTIONARY_SURNAME}, -1}, + {"Goulden", 1, {DICTIONARY_SURNAME}, -1}, + {"Cossham", 1, {DICTIONARY_SURNAME}, -1}, + {"Konchalovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Bar-Ilan", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Riet", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasiliu", 1, {DICTIONARY_SURNAME}, -1}, + {"Villatoro", 1, {DICTIONARY_SURNAME}, -1}, + {"Allman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lahr", 1, {DICTIONARY_SURNAME}, -1}, + {"Matalon", 1, {DICTIONARY_SURNAME}, -1}, + {"Arendt", 1, {DICTIONARY_SURNAME}, -1}, + {"Cobbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiffler", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuyll", 1, {DICTIONARY_SURNAME}, -1}, + {"McCallie", 1, {DICTIONARY_SURNAME}, -1}, + {"Acronius", 1, {DICTIONARY_SURNAME}, -1}, + {"Banerjee", 1, {DICTIONARY_SURNAME}, -1}, + {"Ngom", 1, {DICTIONARY_SURNAME}, -1}, + {"Chidiock", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chumaceiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Gasser", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacchiocchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuchkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Nabatame", 1, {DICTIONARY_SURNAME}, -1}, + {"Gentile", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ileana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katsuragi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jona", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Côté", 1, {DICTIONARY_SURNAME}, -1}, + {"Bazen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sverresson", 1, {DICTIONARY_SURNAME}, -1}, + {"Spheeris", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrigato", 1, {DICTIONARY_SURNAME}, -1}, + {"Buncle", 1, {DICTIONARY_SURNAME}, -1}, + {"Muirenn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kurnatowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Roberson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pall", 1, {DICTIONARY_SURNAME}, -1}, + {"Bühl", 1, {DICTIONARY_SURNAME}, -1}, + {"Epke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cuprowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Boahen", 1, {DICTIONARY_SURNAME}, -1}, + {"Karplus", 1, {DICTIONARY_SURNAME}, -1}, + {"Barthelme", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic Oitir", 1, {DICTIONARY_SURNAME}, -1}, + {"Armfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Ordronaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Turenne", 1, {DICTIONARY_SURNAME}, -1}, + {"Scagliotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beutler", 1, {DICTIONARY_SURNAME}, -1}, + {"Chichele", 1, {DICTIONARY_SURNAME}, -1}, + {"Koski", 1, {DICTIONARY_SURNAME}, -1}, + {"bradesco", 1, {DICTIONARY_CHAIN}, -1}, + {"Calleja", 1, {DICTIONARY_SURNAME}, -1}, + {"Boissevain family", 1, {DICTIONARY_SURNAME}, -1}, + {"Hersch", 1, {DICTIONARY_SURNAME}, -1}, + {"Hölty", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eyton", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartholomeus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pedretti", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Champagne", 1, {DICTIONARY_SURNAME}, -1}, + {"Jayson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Dell", 1, {DICTIONARY_SURNAME}, -1}, + {"Westergren", 1, {DICTIONARY_SURNAME}, -1}, + {"Lionello", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Matías", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McClory", 1, {DICTIONARY_SURNAME}, -1}, + {"Granet", 1, {DICTIONARY_SURNAME}, -1}, + {"Staebler", 1, {DICTIONARY_SURNAME}, -1}, + {"Eizenstat", 1, {DICTIONARY_SURNAME}, -1}, + {"McNinch", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Masatane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Badham", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikolajczak", 1, {DICTIONARY_SURNAME}, -1}, + {"McCament", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Belbase", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Bree", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauerbrum", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirajima", 1, {DICTIONARY_SURNAME}, -1}, + {"Longchambon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernadat", 1, {DICTIONARY_SURNAME}, -1}, + {"Prus", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayate", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bloomquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Masamura", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Malacarne", 1, {DICTIONARY_SURNAME}, -1}, + {"Blanc", 1, {DICTIONARY_SURNAME}, -1}, + {"Anlezark", 1, {DICTIONARY_SURNAME}, -1}, + {"Shuttleworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Malmqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Olson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurgen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chesnokov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aimée", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agaptsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Naofumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vahur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nenartovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Witherow", 1, {DICTIONARY_SURNAME}, -1}, + {"Samia", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vorstermans", 1, {DICTIONARY_SURNAME}, -1}, + {"Aburto", 1, {DICTIONARY_SURNAME}, -1}, + {"Wasti", 1, {DICTIONARY_SURNAME}, -1}, + {"Myojin", 1, {DICTIONARY_SURNAME}, -1}, + {"Edgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Sugano", 1, {DICTIONARY_SURNAME}, -1}, + {"Blakeslee", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramdane", 1, {DICTIONARY_SURNAME}, -1}, + {"Qvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Velyaminov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mogens", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ballouhey", 1, {DICTIONARY_SURNAME}, -1}, + {"Veriato", 1, {DICTIONARY_SURNAME}, -1}, + {"Dempsey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Freitas", 1, {DICTIONARY_SURNAME}, -1}, + {"Hintermaier", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebsworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Copello", 1, {DICTIONARY_SURNAME}, -1}, + {"Zemmamouche", 1, {DICTIONARY_SURNAME}, -1}, + {"Cock", 1, {DICTIONARY_SURNAME}, -1}, + {"Nasir al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Napier", 1, {DICTIONARY_SURNAME}, -1}, + {"McColley", 1, {DICTIONARY_SURNAME}, -1}, + {"Kibet", 1, {DICTIONARY_SURNAME}, -1}, + {"Zelaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Vemola", 1, {DICTIONARY_SURNAME}, -1}, + {"Akpososo", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Eeden", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapp", 1, {DICTIONARY_SURNAME}, -1}, + {"Maurine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fallmerayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenentine", 1, {DICTIONARY_SURNAME}, -1}, + {"Halladay", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sawashiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Stella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boundy", 1, {DICTIONARY_SURNAME}, -1}, + {"Winnie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kanashiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Garrison", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Meric", 1, {DICTIONARY_SURNAME}, -1}, + {"Starkey", 1, {DICTIONARY_SURNAME}, -1}, + {"Razdan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Moulton", 1, {DICTIONARY_SURNAME}, -1}, + {"Friðrik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guivarc'h", 1, {DICTIONARY_SURNAME}, -1}, + {"Eulenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunny", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellamy", 1, {DICTIONARY_SURNAME}, -1}, + {"Justina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jines", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiptoo", 1, {DICTIONARY_SURNAME}, -1}, + {"Barker", 1, {DICTIONARY_SURNAME}, -1}, + {"Lajja Gauri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brozović", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziering", 1, {DICTIONARY_SURNAME}, -1}, + {"Rácz", 1, {DICTIONARY_SURNAME}, -1}, + {"Radivojević", 1, {DICTIONARY_SURNAME}, -1}, + {"McGarigle", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-hae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adhav", 1, {DICTIONARY_SURNAME}, -1}, + {"Bigod", 1, {DICTIONARY_SURNAME}, -1}, + {"Joensen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trew", 1, {DICTIONARY_SURNAME}, -1}, + {"Homayoun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Clarence", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mack", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alderdice", 1, {DICTIONARY_SURNAME}, -1}, + {"Esfandiar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lindholm", 1, {DICTIONARY_SURNAME}, -1}, + {"McNeir", 1, {DICTIONARY_SURNAME}, -1}, + {"McGoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Winsome", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Falck", 1, {DICTIONARY_SURNAME}, -1}, + {"Usoyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Farrokhnezhad", 1, {DICTIONARY_SURNAME}, -1}, + {"Elgie", 1, {DICTIONARY_SURNAME}, -1}, + {"Puttenham", 1, {DICTIONARY_SURNAME}, -1}, + {"McNabb", 1, {DICTIONARY_SURNAME}, -1}, + {"Lattke", 1, {DICTIONARY_SURNAME}, -1}, + {"Komorowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Wouk", 1, {DICTIONARY_SURNAME}, -1}, + {"Eligius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kingsolver", 1, {DICTIONARY_SURNAME}, -1}, + {"Korsmo", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabiani", 1, {DICTIONARY_SURNAME}, -1}, + {"VanOrnum", 1, {DICTIONARY_SURNAME}, -1}, + {"Ignacy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clare", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Luzzatti", 1, {DICTIONARY_SURNAME}, -1}, + {"Hansom", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalvi", 1, {DICTIONARY_SURNAME}, -1}, + {"Moylan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hae-joo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balten", 1, {DICTIONARY_SURNAME}, -1}, + {"Basser", 1, {DICTIONARY_SURNAME}, -1}, + {"Ma", 1, {DICTIONARY_SURNAME}, -1}, + {"Velisek", 1, {DICTIONARY_SURNAME}, -1}, + {"Ljubiša", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Walczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Helprin", 1, {DICTIONARY_SURNAME}, -1}, + {"Stonebraker", 1, {DICTIONARY_SURNAME}, -1}, + {"Waldie", 1, {DICTIONARY_SURNAME}, -1}, + {"Göran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koslov", 1, {DICTIONARY_SURNAME}, -1}, + {"Auerbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Wynn-Williams", 1, {DICTIONARY_SURNAME}, -1}, + {"Bedel", 1, {DICTIONARY_SURNAME}, -1}, + {"Leyendecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Nasiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Warfel", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonevret", 1, {DICTIONARY_SURNAME}, -1}, + {"Paskaš", 1, {DICTIONARY_SURNAME}, -1}, + {"Setiadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aquaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Adrović", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahamdi", 1, {DICTIONARY_SURNAME}, -1}, + {"York", 1, {DICTIONARY_SURNAME}, -1}, + {"Lillard", 1, {DICTIONARY_SURNAME}, -1}, + {"Chernyshevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurechi", 1, {DICTIONARY_SURNAME}, -1}, + {"Agesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Muranaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Jolyon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keuris", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizcarrondo", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunson", 1, {DICTIONARY_SURNAME}, -1}, + {"Leray", 1, {DICTIONARY_SURNAME}, -1}, + {"Missaglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Deacon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gueguen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunniva", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Ostrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Kets", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoneham", 1, {DICTIONARY_SURNAME}, -1}, + {"Keyserling", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaldívar", 1, {DICTIONARY_SURNAME}, -1}, + {"Itkonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Haight", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūtarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rudaba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wardall", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahdavi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wieters", 1, {DICTIONARY_SURNAME}, -1}, + {"Fahlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abid Ali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liddell", 1, {DICTIONARY_SURNAME}, -1}, + {"Valadié", 1, {DICTIONARY_SURNAME}, -1}, + {"Ytalo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pates", 1, {DICTIONARY_SURNAME}, -1}, + {"Kraidman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannifin", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilken", 1, {DICTIONARY_SURNAME}, -1}, + {"Venkata Ratnam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rustici", 1, {DICTIONARY_SURNAME}, -1}, + {"Mets", 1, {DICTIONARY_SURNAME}, -1}, + {"Syarhey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Velumani", 1, {DICTIONARY_SURNAME}, -1}, + {"Maillart", 1, {DICTIONARY_SURNAME}, -1}, + {"Izzet", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dichand", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinking", 1, {DICTIONARY_SURNAME}, -1}, + {"Morselli", 1, {DICTIONARY_SURNAME}, -1}, + {"McDavid", 1, {DICTIONARY_SURNAME}, -1}, + {"Caufield", 1, {DICTIONARY_SURNAME}, -1}, + {"Kageyori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bruinsma", 1, {DICTIONARY_SURNAME}, -1}, + {"Hotson", 1, {DICTIONARY_SURNAME}, -1}, + {"Clubb", 1, {DICTIONARY_SURNAME}, -1}, + {"Doumit", 1, {DICTIONARY_SURNAME}, -1}, + {"Lussick", 1, {DICTIONARY_SURNAME}, -1}, + {"Servius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Christiansen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tillard", 1, {DICTIONARY_SURNAME}, -1}, + {"Zamana", 1, {DICTIONARY_SURNAME}, -1}, + {"Mächtig", 1, {DICTIONARY_SURNAME}, -1}, + {"Hesselbarth", 1, {DICTIONARY_SURNAME}, -1}, + {"Jelavić", 1, {DICTIONARY_SURNAME}, -1}, + {"Orange", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Moresby", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikumo", 1, {DICTIONARY_SURNAME}, -1}, + {"Voyevodin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tyrrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardew", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vlatković", 1, {DICTIONARY_SURNAME}, -1}, + {"Pastorelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Wieseltier", 1, {DICTIONARY_SURNAME}, -1}, + {"Iolo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Emes", 1, {DICTIONARY_SURNAME}, -1}, + {"Pacini", 1, {DICTIONARY_SURNAME}, -1}, + {"Duivenbode", 1, {DICTIONARY_SURNAME}, -1}, + {"Ville", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Korobov", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-ja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wagner-Jauregg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kary", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Britne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Villasante", 1, {DICTIONARY_SURNAME}, -1}, + {"Kōtetsuyama", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jean-Antoine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abba", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Katerine", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Leaman", 1, {DICTIONARY_SURNAME}, -1}, + {"Herridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Melinda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLeish", 1, {DICTIONARY_SURNAME}, -1}, + {"Thicke", 1, {DICTIONARY_SURNAME}, -1}, + {"Colles", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurent", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rubin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kalbhor", 1, {DICTIONARY_SURNAME}, -1}, + {"Okiishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Anastos", 1, {DICTIONARY_SURNAME}, -1}, + {"Primo de Rivera", 1, {DICTIONARY_SURNAME}, -1}, + {"Fearghas", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranganayaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Skornyakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadayo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yenew", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nakagaichi", 1, {DICTIONARY_SURNAME}, -1}, + {"McCusker", 1, {DICTIONARY_SURNAME}, -1}, + {"tedi", 1, {DICTIONARY_CHAIN}, -1}, + {"McCreary", 1, {DICTIONARY_SURNAME}, -1}, + {"Richa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Del Negro", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic Íomhair", 1, {DICTIONARY_SURNAME}, -1}, + {"Popp", 1, {DICTIONARY_SURNAME}, -1}, + {"Amri", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulteney", 1, {DICTIONARY_SURNAME}, -1}, + {"Lægreid", 1, {DICTIONARY_SURNAME}, -1}, + {"Adnane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wulsin", 1, {DICTIONARY_SURNAME}, -1}, + {"p.f. chang's", 1, {DICTIONARY_CHAIN}, 202}, + {"Buffet", 1, {DICTIONARY_SURNAME}, -1}, + {"Afif", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abazasdze", 1, {DICTIONARY_SURNAME}, -1}, + {"Lions", 1, {DICTIONARY_SURNAME}, -1}, + {"Volodenkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiplimo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Frum", 1, {DICTIONARY_SURNAME}, -1}, + {"Baxter", 1, {DICTIONARY_SURNAME}, -1}, + {"Aniston", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazarenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Nott", 1, {DICTIONARY_SURNAME}, -1}, + {"Pat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Addobbati", 1, {DICTIONARY_SURNAME}, -1}, + {"Glenys", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dannenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Zilber", 1, {DICTIONARY_SURNAME}, -1}, + {"Wayde", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aoife", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jūshirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goosens", 1, {DICTIONARY_SURNAME}, -1}, + {"Beau", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hullermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Klugmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Peres", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeyta", 1, {DICTIONARY_SURNAME}, -1}, + {"Sartre", 1, {DICTIONARY_SURNAME}, -1}, + {"Ginóbili", 1, {DICTIONARY_SURNAME}, -1}, + {"Schildberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauter", 1, {DICTIONARY_SURNAME}, -1}, + {"Anatolio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Colle", 1, {DICTIONARY_SURNAME}, -1}, + {"Green", 1, {DICTIONARY_SURNAME}, -1}, + {"Colvile", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaneigem", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rațiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Heilprin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilarrubla", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Charrier", 1, {DICTIONARY_SURNAME}, -1}, + {"Goudeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Adie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tateno", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardiker", 1, {DICTIONARY_SURNAME}, -1}, + {"Taş", 1, {DICTIONARY_SURNAME}, -1}, + {"Nariman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bawlf", 1, {DICTIONARY_SURNAME}, -1}, + {"Valle-Inclán", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Reenen", 1, {DICTIONARY_SURNAME}, -1}, + {"Murry", 1, {DICTIONARY_SURNAME}, -1}, + {"Arndt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kirtley", 1, {DICTIONARY_SURNAME}, -1}, + {"Amadio", 1, {DICTIONARY_SURNAME}, -1}, + {"Mekshilo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dace", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ramadani", 1, {DICTIONARY_SURNAME}, -1}, + {"Macharia", 1, {DICTIONARY_SURNAME}, -1}, + {"Kihei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frankiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Nirenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Üner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Madan", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lacson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hübner", 1, {DICTIONARY_SURNAME}, -1}, + {"Stear", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguirregaray", 1, {DICTIONARY_SURNAME}, -1}, + {"Král", 1, {DICTIONARY_SURNAME}, -1}, + {"Bridwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Louw", 1, {DICTIONARY_SURNAME}, -1}, + {"Braunbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Barishnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Chester", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Greswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Habich", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Garsse", 1, {DICTIONARY_SURNAME}, -1}, + {"Furlanetto", 1, {DICTIONARY_SURNAME}, -1}, + {"Semra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Subrata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goodling", 1, {DICTIONARY_SURNAME}, -1}, + {"Teiji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Itsuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schröder", 1, {DICTIONARY_SURNAME}, -1}, + {"Glockendon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalin", 1, {DICTIONARY_SURNAME}, -1}, + {"Løkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Cleemput", 1, {DICTIONARY_SURNAME}, -1}, + {"Pai", 1, {DICTIONARY_SURNAME}, -1}, + {"Schleibaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Tyminski", 1, {DICTIONARY_SURNAME}, -1}, + {"Arbuthnot", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshinosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mickelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Aginian", 1, {DICTIONARY_SURNAME}, -1}, + {"Accetturo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vos Savant", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomohisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hirakawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Gleick", 1, {DICTIONARY_SURNAME}, -1}, + {"Whiting", 1, {DICTIONARY_SURNAME}, -1}, + {"Agustini", 1, {DICTIONARY_SURNAME}, -1}, + {"Fenn", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazur", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenormant", 1, {DICTIONARY_SURNAME}, -1}, + {"Legh", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwame", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oosthuizen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanife", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Santori", 1, {DICTIONARY_SURNAME}, -1}, + {"Kishō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Freund", 1, {DICTIONARY_SURNAME}, -1}, + {"Ichijō", 1, {DICTIONARY_SURNAME}, -1}, + {"Fu", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Evera", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunikida", 1, {DICTIONARY_SURNAME}, -1}, + {"McGranger", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Thijs", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tomar", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunca", 1, {DICTIONARY_SURNAME}, -1}, + {"Stamatia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agnello", 1, {DICTIONARY_SURNAME}, -1}, + {"Värnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Emiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Mearsheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Blondin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Parys", 1, {DICTIONARY_SURNAME}, -1}, + {"Georgiana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanderpuye", 1, {DICTIONARY_SURNAME}, -1}, + {"Asher", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Westheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vered", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ajkler", 1, {DICTIONARY_SURNAME}, -1}, + {"Monteforte", 1, {DICTIONARY_SURNAME}, -1}, + {"Vánky", 1, {DICTIONARY_SURNAME}, -1}, + {"Templeton", 1, {DICTIONARY_SURNAME}, -1}, + {"Brancato", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Trišović", 1, {DICTIONARY_SURNAME}, -1}, + {"Chicherin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisasuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abley", 1, {DICTIONARY_SURNAME}, -1}, + {"Schäuffelen", 1, {DICTIONARY_SURNAME}, -1}, + {"McKennedy", 1, {DICTIONARY_SURNAME}, -1}, + {"Baccolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Geno", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaccarezza", 1, {DICTIONARY_SURNAME}, -1}, + {"Septimus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ulfeldt", 1, {DICTIONARY_SURNAME}, -1}, + {"Joon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hovland", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Cuindlis", 1, {DICTIONARY_SURNAME}, -1}, + {"Crichlow", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitten", 1, {DICTIONARY_SURNAME}, -1}, + {"Chinthana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mary Lou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Phukan", 1, {DICTIONARY_SURNAME}, -1}, + {"Takahiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"a.t and t", 1, {DICTIONARY_CHAIN}, 65}, + {"Ford", 1, {DICTIONARY_SURNAME}, -1}, + {"dunkin' donuts", 1, {DICTIONARY_CHAIN}, -1}, + {"Forrester", 1, {DICTIONARY_SURNAME}, -1}, + {"McClune", 1, {DICTIONARY_SURNAME}, -1}, + {"Akib", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuiston", 1, {DICTIONARY_SURNAME}, -1}, + {"Eachmarcach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vauzelle", 1, {DICTIONARY_SURNAME}, -1}, + {"McKerr", 1, {DICTIONARY_SURNAME}, -1}, + {"Shunzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Niiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaithianathan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrus", 1, {DICTIONARY_SURNAME}, -1}, + {"İlyasova", 1, {DICTIONARY_SURNAME}, -1}, + {"Swaim", 1, {DICTIONARY_SURNAME}, -1}, + {"cracker barrel", 1, {DICTIONARY_CHAIN}, -1}, + {"Chakravartin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krisztián", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hallnäs", 1, {DICTIONARY_SURNAME}, -1}, + {"Connery", 1, {DICTIONARY_SURNAME}, -1}, + {"Yekini", 1, {DICTIONARY_SURNAME}, -1}, + {"Košťál", 1, {DICTIONARY_SURNAME}, -1}, + {"Honegger", 1, {DICTIONARY_SURNAME}, -1}, + {"Torikai", 1, {DICTIONARY_SURNAME}, -1}, + {"Hochheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Wetering", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwiecień", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiiskinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aichinger", 1, {DICTIONARY_SURNAME}, -1}, + {"MacPhie", 1, {DICTIONARY_SURNAME}, -1}, + {"Helsloot", 1, {DICTIONARY_SURNAME}, -1}, + {"Natsumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Von Heijden", 1, {DICTIONARY_SURNAME}, -1}, + {"Richey", 1, {DICTIONARY_SURNAME}, -1}, + {"Dugal", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumrind", 1, {DICTIONARY_SURNAME}, -1}, + {"Sonozaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Ben Muman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Riendeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Reimann", 1, {DICTIONARY_SURNAME}, -1}, + {"Riabovil", 1, {DICTIONARY_SURNAME}, -1}, + {"Vogelaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Foote", 1, {DICTIONARY_SURNAME}, -1}, + {"McKone", 1, {DICTIONARY_SURNAME}, -1}, + {"Shorey", 1, {DICTIONARY_SURNAME}, -1}, + {"Giampaolo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vellacott", 1, {DICTIONARY_SURNAME}, -1}, + {"Panagakos", 1, {DICTIONARY_SURNAME}, -1}, + {"McDuffe", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambrosini", 1, {DICTIONARY_SURNAME}, -1}, + {"Mannhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Halkidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Pacheco Pereira", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaturi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pleitgen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fölkersam", 1, {DICTIONARY_SURNAME}, -1}, + {"Kastelic", 1, {DICTIONARY_SURNAME}, -1}, + {"Talhah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schepers", 1, {DICTIONARY_SURNAME}, -1}, + {"Nethercott", 1, {DICTIONARY_SURNAME}, -1}, + {"Serafino", 1, {DICTIONARY_SURNAME}, -1}, + {"Rackard", 1, {DICTIONARY_SURNAME}, -1}, + {"Mihajlović", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sherrill", 1, {DICTIONARY_SURNAME}, -1}, + {"Weddell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruddell", 1, {DICTIONARY_SURNAME}, -1}, + {"Alamaze", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirabayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cascella", 1, {DICTIONARY_SURNAME}, -1}, + {"Accolti", 1, {DICTIONARY_SURNAME}, -1}, + {"Belesis", 1, {DICTIONARY_SURNAME}, -1}, + {"Yakimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gramm", 1, {DICTIONARY_SURNAME}, -1}, + {"Binswanger", 1, {DICTIONARY_SURNAME}, -1}, + {"Glavina", 1, {DICTIONARY_SURNAME}, -1}, + {"Sziller", 1, {DICTIONARY_SURNAME}, -1}, + {"Neeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Onyilogwu", 1, {DICTIONARY_SURNAME}, -1}, + {"Sibul", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigmar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Khouri", 1, {DICTIONARY_SURNAME}, -1}, + {"Skousen", 1, {DICTIONARY_SURNAME}, -1}, + {"Huovinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Garreau", 1, {DICTIONARY_SURNAME}, -1}, + {"Provoste", 1, {DICTIONARY_SURNAME}, -1}, + {"Langehanenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"tony roma's", 1, {DICTIONARY_CHAIN}, -1}, + {"Poffenbarger", 1, {DICTIONARY_SURNAME}, -1}, + {"Usher", 1, {DICTIONARY_SURNAME}, -1}, + {"Amnon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Witherspoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hawkesby", 1, {DICTIONARY_SURNAME}, -1}, + {"Emmett", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grażyna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Antonietta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Czarny", 1, {DICTIONARY_SURNAME}, -1}, + {"Favalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Seneca", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bourgin", 1, {DICTIONARY_SURNAME}, -1}, + {"Broadhead", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhmedkhanov", 1, {DICTIONARY_SURNAME}, -1}, + {"MacEachern", 1, {DICTIONARY_SURNAME}, -1}, + {"Verhofstadt", 1, {DICTIONARY_SURNAME}, -1}, + {"Csák", 1, {DICTIONARY_SURNAME}, -1}, + {"Vellanickal", 1, {DICTIONARY_SURNAME}, -1}, + {"Jos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schyman", 1, {DICTIONARY_SURNAME}, -1}, + {"Grisanti", 1, {DICTIONARY_SURNAME}, -1}, + {"Hildreth", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zhong", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanghrajka", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassandra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Obeyesekere", 1, {DICTIONARY_SURNAME}, -1}, + {"Jalili dynasty", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovett", 1, {DICTIONARY_SURNAME}, -1}, + {"Özbilen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukota", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abbatucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Rutger", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Panenka", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sille", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sarp", 1, {DICTIONARY_SURNAME}, -1}, + {"Arūnas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ouattara", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bjelanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Bachev", 1, {DICTIONARY_SURNAME}, -1}, + {"Fehlau", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuchida", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinstock", 1, {DICTIONARY_SURNAME}, -1}, + {"Vezirishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsushi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ariana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Välilä", 1, {DICTIONARY_SURNAME}, -1}, + {"Versaldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Margaryan", 1, {DICTIONARY_SURNAME}, -1}, + {"Medvedev", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-hoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Homare", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Streit", 1, {DICTIONARY_SURNAME}, -1}, + {"Frady", 1, {DICTIONARY_SURNAME}, -1}, + {"Vehse", 1, {DICTIONARY_SURNAME}, -1}, + {"Schexnayder", 1, {DICTIONARY_SURNAME}, -1}, + {"Beevor", 1, {DICTIONARY_SURNAME}, -1}, + {"Ákos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Højgaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Sachiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klimavičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Borovčanin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vegar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Al-Juzjani", 1, {DICTIONARY_SURNAME}, -1}, + {"Nina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Albino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Edílson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Freis", 1, {DICTIONARY_SURNAME}, -1}, + {"Plisetskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Lusin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bissell", 1, {DICTIONARY_SURNAME}, -1}, + {"Wambach", 1, {DICTIONARY_SURNAME}, -1}, + {"Acton", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeang", 1, {DICTIONARY_SURNAME}, -1}, + {"Seo", 1, {DICTIONARY_SURNAME}, -1}, + {"wal marts", 1, {DICTIONARY_CHAIN}, 266}, + {"Alieu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brard", 1, {DICTIONARY_SURNAME}, -1}, + {"Lynden", 1, {DICTIONARY_SURNAME}, -1}, + {"Alavidze", 1, {DICTIONARY_SURNAME}, -1}, + {"chipotle mexican grill", 1, {DICTIONARY_CHAIN}, 99}, + {"Van Etten", 1, {DICTIONARY_SURNAME}, -1}, + {"Reckord", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolbocian", 1, {DICTIONARY_SURNAME}, -1}, + {"Wirahadikusumah", 1, {DICTIONARY_SURNAME}, -1}, + {"Palladino", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyotake", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dervite", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanghvi", 1, {DICTIONARY_SURNAME}, -1}, + {"Trachsel", 1, {DICTIONARY_SURNAME}, -1}, + {"Small", 1, {DICTIONARY_SURNAME}, -1}, + {"Sokolov", 1, {DICTIONARY_SURNAME}, -1}, + {"Rocco", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Vliet", 1, {DICTIONARY_SURNAME}, -1}, + {"Villiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Yusuf Ali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uysal", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheurer", 1, {DICTIONARY_SURNAME}, -1}, + {"Karakuş", 1, {DICTIONARY_SURNAME}, -1}, + {"Staffel", 1, {DICTIONARY_SURNAME}, -1}, + {"Bullard", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitazawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Boryan", 1, {DICTIONARY_SURNAME}, -1}, + {"Abutalybov", 1, {DICTIONARY_SURNAME}, -1}, + {"Updike", 1, {DICTIONARY_SURNAME}, -1}, + {"Bardiya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fujima", 1, {DICTIONARY_SURNAME}, -1}, + {"Sturdee", 1, {DICTIONARY_SURNAME}, -1}, + {"Tigert", 1, {DICTIONARY_SURNAME}, -1}, + {"Griebel", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyatham", 1, {DICTIONARY_SURNAME}, -1}, + {"Moi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kozhukhar", 1, {DICTIONARY_SURNAME}, -1}, + {"Steep", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimes", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamagata", 1, {DICTIONARY_SURNAME}, -1}, + {"Beaulne", 1, {DICTIONARY_SURNAME}, -1}, + {"Keck", 1, {DICTIONARY_SURNAME}, -1}, + {"Aasen", 1, {DICTIONARY_SURNAME}, -1}, + {"Almon", 1, {DICTIONARY_SURNAME}, -1}, + {"McMenamy", 1, {DICTIONARY_SURNAME}, -1}, + {"Alexi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Necdet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mohannad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ingus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toledano", 1, {DICTIONARY_SURNAME}, -1}, + {"Stelios", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tschudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akomfrah", 1, {DICTIONARY_SURNAME}, -1}, + {"Vopat", 1, {DICTIONARY_SURNAME}, -1}, + {"Foxx", 1, {DICTIONARY_SURNAME}, -1}, + {"Sukhoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Granahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Guarnieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinod", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rucker", 1, {DICTIONARY_SURNAME}, -1}, + {"Facciani", 1, {DICTIONARY_SURNAME}, -1}, + {"Maye", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayhan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Siebert", 1, {DICTIONARY_SURNAME}, -1}, + {"Adetuyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kestenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Gubby", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vitkieviez", 1, {DICTIONARY_SURNAME}, -1}, + {"Aranda", 1, {DICTIONARY_SURNAME}, -1}, + {"Barna", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Roscioli", 1, {DICTIONARY_SURNAME}, -1}, + {"Arroyo", 1, {DICTIONARY_SURNAME}, -1}, + {"Agapkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Maconie", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadhbh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kemboi", 1, {DICTIONARY_SURNAME}, -1}, + {"Winifred", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Auman", 1, {DICTIONARY_SURNAME}, -1}, + {"Volek", 1, {DICTIONARY_SURNAME}, -1}, + {"Yalden", 1, {DICTIONARY_SURNAME}, -1}, + {"Aharon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hathway", 1, {DICTIONARY_SURNAME}, -1}, + {"Triska", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulgakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dafoe", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuay", 1, {DICTIONARY_SURNAME}, -1}, + {"Catsburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Long", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahdyar", 1, {DICTIONARY_SURNAME}, -1}, + {"Angulo", 1, {DICTIONARY_SURNAME}, -1}, + {"Spies", 1, {DICTIONARY_SURNAME}, -1}, + {"Fothergill", 1, {DICTIONARY_SURNAME}, -1}, + {"Cássio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Joling", 1, {DICTIONARY_SURNAME}, -1}, + {"schlotzsky's", 1, {DICTIONARY_CHAIN}, -1}, + {"Hallyday", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwender", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanguturi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rand", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Halpen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vellios", 1, {DICTIONARY_SURNAME}, -1}, + {"Voutiritsas", 1, {DICTIONARY_SURNAME}, -1}, + {"Greengard", 1, {DICTIONARY_SURNAME}, -1}, + {"Silka", 1, {DICTIONARY_SURNAME}, -1}, + {"Bockris", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiedermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Giolla Chuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mahieu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sidebottom", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishida", 1, {DICTIONARY_SURNAME}, -1}, + {"Milagros", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Muraška", 1, {DICTIONARY_SURNAME}, -1}, + {"Pippig", 1, {DICTIONARY_SURNAME}, -1}, + {"Lu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kavita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McDonnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogarde", 1, {DICTIONARY_SURNAME}, -1}, + {"Negin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sunidhi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ježić", 1, {DICTIONARY_SURNAME}, -1}, + {"Edström", 1, {DICTIONARY_SURNAME}, -1}, + {"Georgina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Volandri", 1, {DICTIONARY_SURNAME}, -1}, + {"Słonimski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ameur", 1, {DICTIONARY_SURNAME}, -1}, + {"Wegmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoemaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Caimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Stutschewsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Flaithbertach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brawn", 1, {DICTIONARY_SURNAME}, -1}, + {"Varchausky", 1, {DICTIONARY_SURNAME}, -1}, + {"Beachy", 1, {DICTIONARY_SURNAME}, -1}, + {"Edmonston", 1, {DICTIONARY_SURNAME}, -1}, + {"Chekoloka", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeusi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermansyah", 1, {DICTIONARY_SURNAME}, -1}, + {"Hora", 1, {DICTIONARY_SURNAME}, -1}, + {"Echeverri", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuchler", 1, {DICTIONARY_SURNAME}, -1}, + {"Báthory", 1, {DICTIONARY_SURNAME}, -1}, + {"Esch", 1, {DICTIONARY_SURNAME}, -1}, + {"Jansz", 1, {DICTIONARY_SURNAME}, -1}, + {"Witchell", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardiff", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarkhan-Mouravi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeff", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vardoulis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bednarz", 1, {DICTIONARY_SURNAME}, -1}, + {"jiffy lube", 1, {DICTIONARY_CHAIN}, -1}, + {"Rammell", 1, {DICTIONARY_SURNAME}, -1}, + {"Wöller", 1, {DICTIONARY_SURNAME}, -1}, + {"Barceló", 1, {DICTIONARY_SURNAME}, -1}, + {"Ledgerwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardale", 1, {DICTIONARY_SURNAME}, -1}, + {"Stolle", 1, {DICTIONARY_SURNAME}, -1}, + {"Ortolani", 1, {DICTIONARY_SURNAME}, -1}, + {"Tae-woong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mounce", 1, {DICTIONARY_SURNAME}, -1}, + {"Buchtel", 1, {DICTIONARY_SURNAME}, -1}, + {"Böhler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinkes", 1, {DICTIONARY_SURNAME}, -1}, + {"Babajee", 1, {DICTIONARY_SURNAME}, -1}, + {"Abykayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kliment", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Konečný", 1, {DICTIONARY_SURNAME}, -1}, + {"Carreira", 1, {DICTIONARY_SURNAME}, -1}, + {"Tancred", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Venier", 1, {DICTIONARY_SURNAME}, -1}, + {"Holbrook", 1, {DICTIONARY_SURNAME}, -1}, + {"Gottesman", 1, {DICTIONARY_SURNAME}, -1}, + {"DiMarco", 1, {DICTIONARY_SURNAME}, -1}, + {"Shoaff", 1, {DICTIONARY_SURNAME}, -1}, + {"Hodgetts", 1, {DICTIONARY_SURNAME}, -1}, + {"Manfrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abudho", 1, {DICTIONARY_SURNAME}, -1}, + {"Hymer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rumkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Agut", 1, {DICTIONARY_SURNAME}, -1}, + {"Stauffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Citko", 1, {DICTIONARY_SURNAME}, -1}, + {"Poppe", 1, {DICTIONARY_SURNAME}, -1}, + {"Mastronardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Moolakkattu", 1, {DICTIONARY_SURNAME}, -1}, + {"Przybysław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amundsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Jameson", 1, {DICTIONARY_SURNAME}, -1}, + {"Forgan", 1, {DICTIONARY_SURNAME}, -1}, + {"Di Grassi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sorokin", 1, {DICTIONARY_SURNAME}, -1}, + {"Shafarevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Udayar", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdoulahi", 1, {DICTIONARY_SURNAME}, -1}, + {"Margarita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bonnesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Frommer", 1, {DICTIONARY_SURNAME}, -1}, + {"Saberhagen", 1, {DICTIONARY_SURNAME}, -1}, + {"Senusret", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Osvald", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerrison", 1, {DICTIONARY_SURNAME}, -1}, + {"Eri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Canè", 1, {DICTIONARY_SURNAME}, -1}, + {"Botti", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Sébastien", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Olshansky", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheboi", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanger", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Litzenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Yevhen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ogden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jung-min", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blonsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferligoj", 1, {DICTIONARY_SURNAME}, -1}, + {"Luchino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tuomas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"premier inn", 1, {DICTIONARY_CHAIN}, -1}, + {"Eeden", 1, {DICTIONARY_SURNAME}, -1}, + {"Ana Sophia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasiliauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Stea", 1, {DICTIONARY_SURNAME}, -1}, + {"Wertheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamitsubo", 1, {DICTIONARY_SURNAME}, -1}, + {"Mira", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kricorian", 1, {DICTIONARY_SURNAME}, -1}, + {"Stives", 1, {DICTIONARY_SURNAME}, -1}, + {"Afonin", 1, {DICTIONARY_SURNAME}, -1}, + {"Noreika", 1, {DICTIONARY_SURNAME}, -1}, + {"Visman", 1, {DICTIONARY_SURNAME}, -1}, + {"Fichera", 1, {DICTIONARY_SURNAME}, -1}, + {"Agustien", 1, {DICTIONARY_SURNAME}, -1}, + {"Mydorge", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendrix", 1, {DICTIONARY_SURNAME}, -1}, + {"Thamer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McMahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Guenée", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aandewiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vojin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aitor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nandni Mata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Izz al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Podhoretz", 1, {DICTIONARY_SURNAME}, -1}, + {"Solomatin", 1, {DICTIONARY_SURNAME}, -1}, + {"Erkin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kiknadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshitaka", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Khachatryan", 1, {DICTIONARY_SURNAME}, -1}, + {"Flecha", 1, {DICTIONARY_SURNAME}, -1}, + {"Deschine", 1, {DICTIONARY_SURNAME}, -1}, + {"Kan", 1, {DICTIONARY_SURNAME}, -1}, + {"Briel", 1, {DICTIONARY_SURNAME}, -1}, + {"Arsenius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alverà", 1, {DICTIONARY_SURNAME}, -1}, + {"Wingert", 1, {DICTIONARY_SURNAME}, -1}, + {"Vejsupaporn", 1, {DICTIONARY_SURNAME}, -1}, + {"Lachs", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobuaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grigor", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ormiston", 1, {DICTIONARY_SURNAME}, -1}, + {"Elfving", 1, {DICTIONARY_SURNAME}, -1}, + {"Drummond-Wolff", 1, {DICTIONARY_SURNAME}, -1}, + {"Brodeur", 1, {DICTIONARY_SURNAME}, -1}, + {"Pritchard", 1, {DICTIONARY_SURNAME}, -1}, + {"Landsburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Hands", 1, {DICTIONARY_SURNAME}, -1}, + {"Begin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bizet", 1, {DICTIONARY_SURNAME}, -1}, + {"Salim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greenspun", 1, {DICTIONARY_SURNAME}, -1}, + {"Voleti", 1, {DICTIONARY_SURNAME}, -1}, + {"Martusia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vakapuna", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalkan", 1, {DICTIONARY_SURNAME}, -1}, + {"Christer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Preuss", 1, {DICTIONARY_SURNAME}, -1}, + {"Quellinus family", 1, {DICTIONARY_SURNAME}, -1}, + {"Simson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paskevych", 1, {DICTIONARY_SURNAME}, -1}, + {"Viñoles", 1, {DICTIONARY_SURNAME}, -1}, + {"Shawkat", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Babikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gawley", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yoon-jung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ričl", 1, {DICTIONARY_SURNAME}, -1}, + {"Silver", 1, {DICTIONARY_SURNAME}, -1}, + {"Willoughby", 1, {DICTIONARY_SURNAME}, -1}, + {"Bugeja", 1, {DICTIONARY_SURNAME}, -1}, + {"Guidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Koch", 1, {DICTIONARY_SURNAME}, -1}, + {"Conlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Pichon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vestweber", 1, {DICTIONARY_SURNAME}, -1}, + {"Pankratov", 1, {DICTIONARY_SURNAME}, -1}, + {"Satomura", 1, {DICTIONARY_SURNAME}, -1}, + {"Delmer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vanderbank", 1, {DICTIONARY_SURNAME}, -1}, + {"Baston", 1, {DICTIONARY_SURNAME}, -1}, + {"Harder", 1, {DICTIONARY_SURNAME}, -1}, + {"Vagyóczki", 1, {DICTIONARY_SURNAME}, -1}, + {"Mănescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavazzoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Pridemore", 1, {DICTIONARY_SURNAME}, -1}, + {"Itsumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rolleston", 1, {DICTIONARY_SURNAME}, -1}, + {"McCoubrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Vankayala", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grene", 1, {DICTIONARY_SURNAME}, -1}, + {"Perenni", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilievich", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Owana", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vasdeki", 1, {DICTIONARY_SURNAME}, -1}, + {"McLoughlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Yaginuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Rasch", 1, {DICTIONARY_SURNAME}, -1}, + {"Deforrest", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fasano", 1, {DICTIONARY_SURNAME}, -1}, + {"Abulhawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Boult", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshifumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dupuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackowycz", 1, {DICTIONARY_SURNAME}, -1}, + {"Harrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Lavin", 1, {DICTIONARY_SURNAME}, -1}, + {"Uyanık", 1, {DICTIONARY_SURNAME}, -1}, + {"Mach", 1, {DICTIONARY_SURNAME}, -1}, + {"Hettie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Molinaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Bierman", 1, {DICTIONARY_SURNAME}, -1}, + {"Christa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Anumati", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schöneboom", 1, {DICTIONARY_SURNAME}, -1}, + {"Idehen", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hemmi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gudjonsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilat", 1, {DICTIONARY_SURNAME}, -1}, + {"Ord", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Abduljader", 1, {DICTIONARY_SURNAME}, -1}, + {"Roma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pavlenishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Hotze", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurepa", 1, {DICTIONARY_SURNAME}, -1}, + {"Yannick", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tronvoll", 1, {DICTIONARY_SURNAME}, -1}, + {"Waiser", 1, {DICTIONARY_SURNAME}, -1}, + {"Dyson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kummer", 1, {DICTIONARY_SURNAME}, -1}, + {"Uhlíř", 1, {DICTIONARY_SURNAME}, -1}, + {"Pastor", 1, {DICTIONARY_SURNAME}, -1}, + {"Blewett", 1, {DICTIONARY_SURNAME}, -1}, + {"Sondheim", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlveen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vögele", 1, {DICTIONARY_SURNAME}, -1}, + {"Aksoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Ueli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hande", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Borello", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandeveer", 1, {DICTIONARY_SURNAME}, -1}, + {"Varjabedian", 1, {DICTIONARY_SURNAME}, -1}, + {"Vollertsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Marconi", 1, {DICTIONARY_SURNAME}, -1}, + {"Golding", 1, {DICTIONARY_SURNAME}, -1}, + {"Pēteris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Twining", 1, {DICTIONARY_SURNAME}, -1}, + {"Soysal", 1, {DICTIONARY_SURNAME}, -1}, + {"McKerlich", 1, {DICTIONARY_SURNAME}, -1}, + {"Malloth", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahrne", 1, {DICTIONARY_SURNAME}, -1}, + {"Fesmire", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic Coitir", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryūsuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yaights", 1, {DICTIONARY_SURNAME}, -1}, + {"Maine", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Trojan", 1, {DICTIONARY_SURNAME}, -1}, + {"friendly's", 1, {DICTIONARY_CHAIN}, -1}, + {"Abdul-Mahdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Eide", 1, {DICTIONARY_SURNAME}, -1}, + {"Knutzon", 1, {DICTIONARY_SURNAME}, -1}, + {"Fenby", 1, {DICTIONARY_SURNAME}, -1}, + {"Valsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kant", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulszky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hunjan", 1, {DICTIONARY_SURNAME}, -1}, + {"Jański", 1, {DICTIONARY_SURNAME}, -1}, + {"Radončić", 1, {DICTIONARY_SURNAME}, -1}, + {"Yahia", 1, {DICTIONARY_SURNAME}, -1}, + {"Krysia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pütsep", 1, {DICTIONARY_SURNAME}, -1}, + {"Zimmermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Khriplovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Villarete", 1, {DICTIONARY_SURNAME}, -1}, + {"Levshin", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Ziegesar", 1, {DICTIONARY_SURNAME}, -1}, + {"Mearns", 1, {DICTIONARY_SURNAME}, -1}, + {"Conway", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"O'Gorman", 1, {DICTIONARY_SURNAME}, -1}, + {"Alcantara", 1, {DICTIONARY_SURNAME}, -1}, + {"Araminta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gravett", 1, {DICTIONARY_SURNAME}, -1}, + {"Konstantinou", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokugorō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Croucher", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoeppner", 1, {DICTIONARY_SURNAME}, -1}, + {"Berdych", 1, {DICTIONARY_SURNAME}, -1}, + {"Beaumont", 1, {DICTIONARY_SURNAME}, -1}, + {"Virlogeux", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergonzoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Noritsune", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trzebiatowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Andriola", 1, {DICTIONARY_SURNAME}, -1}, + {"Fishkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Giger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hynd", 1, {DICTIONARY_SURNAME}, -1}, + {"Medford", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohja", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaines", 1, {DICTIONARY_SURNAME}, -1}, + {"Teale", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gool", 1, {DICTIONARY_SURNAME}, -1}, + {"Beaverson", 1, {DICTIONARY_SURNAME}, -1}, + {"Zehender", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahunanya", 1, {DICTIONARY_SURNAME}, -1}, + {"copec", 1, {DICTIONARY_CHAIN}, -1}, + {"Ikpeba", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeeuwts", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyett", 1, {DICTIONARY_SURNAME}, -1}, + {"Paladino", 1, {DICTIONARY_SURNAME}, -1}, + {"Runyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Biassoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Wassermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Tweedie", 1, {DICTIONARY_SURNAME}, -1}, + {"Chess", 1, {DICTIONARY_SURNAME}, -1}, + {"Bai", 1, {DICTIONARY_SURNAME}, -1}, + {"Lowenstam", 1, {DICTIONARY_SURNAME}, -1}, + {"Whittome", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalachnyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Apeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilner", 1, {DICTIONARY_SURNAME}, -1}, + {"Almaguer", 1, {DICTIONARY_SURNAME}, -1}, + {"Faverey", 1, {DICTIONARY_SURNAME}, -1}, + {"Burtnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohner", 1, {DICTIONARY_SURNAME}, -1}, + {"McClarkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiesiek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barsosio", 1, {DICTIONARY_SURNAME}, -1}, + {"Sedláček", 1, {DICTIONARY_SURNAME}, -1}, + {"Benton", 1, {DICTIONARY_SURNAME}, -1}, + {"Encarnación", 1, {DICTIONARY_SURNAME}, -1}, + {"Aceron", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-gi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sakaibara", 1, {DICTIONARY_SURNAME}, -1}, + {"Ngata", 1, {DICTIONARY_SURNAME}, -1}, + {"Cronje", 1, {DICTIONARY_SURNAME}, -1}, + {"Chudasama", 1, {DICTIONARY_SURNAME}, -1}, + {"Maciejowski", 1, {DICTIONARY_SURNAME}, -1}, + {"McCurry", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Cathasaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Leto", 1, {DICTIONARY_SURNAME}, -1}, + {"Afsheh", 1, {DICTIONARY_SURNAME}, -1}, + {"Michaelis", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaborska", 1, {DICTIONARY_SURNAME}, -1}, + {"Gelfi", 1, {DICTIONARY_SURNAME}, -1}, + {"Guokas", 1, {DICTIONARY_SURNAME}, -1}, + {"Grey", 1, {DICTIONARY_SURNAME}, -1}, + {"Parslow", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyomiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Winter", 1, {DICTIONARY_SURNAME}, -1}, + {"Ooka", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerretsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sungkyu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reischle", 1, {DICTIONARY_SURNAME}, -1}, + {"Heemskerk", 1, {DICTIONARY_SURNAME}, -1}, + {"Feynman", 1, {DICTIONARY_SURNAME}, -1}, + {"Maarja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lindo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlrichs", 1, {DICTIONARY_SURNAME}, -1}, + {"Skolem", 1, {DICTIONARY_SURNAME}, -1}, + {"Çağlar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Allred", 1, {DICTIONARY_SURNAME}, -1}, + {"Adewale", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rabban", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"citroën", 1, {DICTIONARY_CHAIN}, -1}, + {"Luff", 1, {DICTIONARY_SURNAME}, -1}, + {"Levett", 1, {DICTIONARY_SURNAME}, -1}, + {"Heifetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Won-il", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahnelöv", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasunoshin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bandopadhyay", 1, {DICTIONARY_SURNAME}, -1}, + {"martin luther king junior", 1, {DICTIONARY_NAMED_PERSON}, -1}, + {"Tietjen", 1, {DICTIONARY_SURNAME}, -1}, + {"Konrad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rominger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Covell", 1, {DICTIONARY_SURNAME}, -1}, + {"Larini", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinhausl", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukušić", 1, {DICTIONARY_SURNAME}, -1}, + {"Toro", 1, {DICTIONARY_SURNAME}, -1}, + {"Vansina", 1, {DICTIONARY_SURNAME}, -1}, + {"Mezey", 1, {DICTIONARY_SURNAME}, -1}, + {"Deren", 1, {DICTIONARY_SURNAME}, -1}, + {"Grahm", 1, {DICTIONARY_SURNAME}, -1}, + {"Koppen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ertel", 1, {DICTIONARY_SURNAME}, -1}, + {"Chubb", 1, {DICTIONARY_SURNAME}, -1}, + {"Vemba-Duarte", 1, {DICTIONARY_SURNAME}, -1}, + {"Holz", 1, {DICTIONARY_SURNAME}, -1}, + {"Agnese", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vabha", 1, {DICTIONARY_SURNAME}, -1}, + {"Isley", 1, {DICTIONARY_SURNAME}, -1}, + {"Masser", 1, {DICTIONARY_SURNAME}, -1}, + {"Caldwell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lecuyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwyneth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teel", 1, {DICTIONARY_SURNAME}, -1}, + {"Doroshenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Doud", 1, {DICTIONARY_SURNAME}, -1}, + {"Cashwan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hauffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Skender", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mathen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berador", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó Caiside", 1, {DICTIONARY_SURNAME}, -1}, + {"Riva", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdemir", 1, {DICTIONARY_SURNAME}, -1}, + {"Weis", 1, {DICTIONARY_SURNAME}, -1}, + {"Açık", 1, {DICTIONARY_SURNAME}, -1}, + {"Hebb", 1, {DICTIONARY_SURNAME}, -1}, + {"Counsell", 1, {DICTIONARY_SURNAME}, -1}, + {"Hochmeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Marini", 1, {DICTIONARY_SURNAME}, -1}, + {"Fairbairn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikuhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Negri", 1, {DICTIONARY_SURNAME}, -1}, + {"Homburg", 1, {DICTIONARY_SURNAME}, -1}, + {"krispy kreme", 1, {DICTIONARY_CHAIN}, -1}, + {"Shinosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cubitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagtvedt", 1, {DICTIONARY_SURNAME}, -1}, + {"Zinkevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrablic", 1, {DICTIONARY_SURNAME}, -1}, + {"Borrowes", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Medina", 1, {DICTIONARY_SURNAME}, -1}, + {"Liviero", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomiie", 1, {DICTIONARY_SURNAME}, -1}, + {"Porcellato", 1, {DICTIONARY_SURNAME}, -1}, + {"Alarcão", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldsmith", 1, {DICTIONARY_SURNAME}, -1}, + {"Worthen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomaš", 1, {DICTIONARY_SURNAME}, -1}, + {"Viteri", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Riemsdyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Channer", 1, {DICTIONARY_SURNAME}, -1}, + {"Murfree", 1, {DICTIONARY_SURNAME}, -1}, + {"Darr", 1, {DICTIONARY_SURNAME}, -1}, + {"shoprite", 1, {DICTIONARY_CHAIN}, -1}, + {"Janelle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brieger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaneto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dong-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thabit", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaible", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Heer", 1, {DICTIONARY_SURNAME}, -1}, + {"cold stone", 1, {DICTIONARY_CHAIN}, -1}, + {"Tsunetomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Magd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ochoa", 1, {DICTIONARY_SURNAME}, -1}, + {"Impey", 1, {DICTIONARY_SURNAME}, -1}, + {"Balshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"MacDonell", 1, {DICTIONARY_SURNAME}, -1}, + {"Asaria", 1, {DICTIONARY_SURNAME}, -1}, + {"Tish", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cattrall", 1, {DICTIONARY_SURNAME}, -1}, + {"Traudl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stengelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Voulgarakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Alatorre", 1, {DICTIONARY_SURNAME}, -1}, + {"Fowles", 1, {DICTIONARY_SURNAME}, -1}, + {"Culkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladimirov", 1, {DICTIONARY_SURNAME}, -1}, + {"Brainin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mosunmola", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Delle Piane", 1, {DICTIONARY_SURNAME}, -1}, + {"Cortot", 1, {DICTIONARY_SURNAME}, -1}, + {"Räikkönen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dare", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pocius", 1, {DICTIONARY_SURNAME}, -1}, + {"Zanin", 1, {DICTIONARY_SURNAME}, -1}, + {"Roenick", 1, {DICTIONARY_SURNAME}, -1}, + {"Parton", 1, {DICTIONARY_SURNAME}, -1}, + {"Herries", 1, {DICTIONARY_SURNAME}, -1}, + {"Glidden", 1, {DICTIONARY_SURNAME}, -1}, + {"Stöger", 1, {DICTIONARY_SURNAME}, -1}, + {"Brimhall", 1, {DICTIONARY_SURNAME}, -1}, + {"Saint", 1, {DICTIONARY_SURNAME}, -1}, + {"Breyfogle", 1, {DICTIONARY_SURNAME}, -1}, + {"Kowal", 1, {DICTIONARY_SURNAME}, -1}, + {"Haarms", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodlad", 1, {DICTIONARY_SURNAME}, -1}, + {"Rovere", 1, {DICTIONARY_SURNAME}, -1}, + {"Brotman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablitarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigemasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dusty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vandivier", 1, {DICTIONARY_SURNAME}, -1}, + {"luby's", 1, {DICTIONARY_CHAIN}, -1}, + {"Wecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Chitty", 1, {DICTIONARY_SURNAME}, -1}, + {"Haraldur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boulez", 1, {DICTIONARY_SURNAME}, -1}, + {"Massaro", 1, {DICTIONARY_SURNAME}, -1}, + {"dollar general", 1, {DICTIONARY_CHAIN}, -1}, + {"Anesaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaszi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vercoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Scherr", 1, {DICTIONARY_SURNAME}, -1}, + {"Duch", 1, {DICTIONARY_SURNAME}, -1}, + {"Acaba", 1, {DICTIONARY_SURNAME}, -1}, + {"Uehashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmookler", 1, {DICTIONARY_SURNAME}, -1}, + {"Goya", 1, {DICTIONARY_SURNAME}, -1}, + {"Rathje", 1, {DICTIONARY_SURNAME}, -1}, + {"waffle house", 1, {DICTIONARY_CHAIN}, -1}, + {"Sohlberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Heck", 1, {DICTIONARY_SURNAME}, -1}, + {"Schneewind", 1, {DICTIONARY_SURNAME}, -1}, + {"Agiomamitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sombogaart", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hijuelos", 1, {DICTIONARY_SURNAME}, -1}, + {"Chitose", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tetsumasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vihko", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollingworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarduy", 1, {DICTIONARY_SURNAME}, -1}, + {"Norman Canadian", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagnacani", 1, {DICTIONARY_SURNAME}, -1}, + {"Judkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Calegari", 1, {DICTIONARY_SURNAME}, -1}, + {"Piaget", 1, {DICTIONARY_SURNAME}, -1}, + {"Fotheringham", 1, {DICTIONARY_SURNAME}, -1}, + {"Takac", 1, {DICTIONARY_SURNAME}, -1}, + {"Priebke", 1, {DICTIONARY_SURNAME}, -1}, + {"Parnham", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajagopal", 1, {DICTIONARY_SURNAME}, -1}, + {"Mensing", 1, {DICTIONARY_SURNAME}, -1}, + {"Bombelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Askin", 1, {DICTIONARY_SURNAME}, -1}, + {"Omodei", 1, {DICTIONARY_SURNAME}, -1}, + {"Beshara", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aggelakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Olteanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Schindelholz", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlwaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Trapanese", 1, {DICTIONARY_SURNAME}, -1}, + {"Lembit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bredero", 1, {DICTIONARY_SURNAME}, -1}, + {"Maler", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paradis", 1, {DICTIONARY_SURNAME}, -1}, + {"Verlayne", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipkosgei", 1, {DICTIONARY_SURNAME}, -1}, + {"Burim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Covington", 1, {DICTIONARY_SURNAME}, -1}, + {"Viáfara", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlson", 1, {DICTIONARY_SURNAME}, -1}, + {"Chisholm", 1, {DICTIONARY_SURNAME}, -1}, + {"Strete", 1, {DICTIONARY_SURNAME}, -1}, + {"Moise", 1, {DICTIONARY_SURNAME}, -1}, + {"Gomi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Calza", 1, {DICTIONARY_SURNAME}, -1}, + {"Tessmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kobuszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Shō", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ionel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cadence", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Driss", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ockley", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsulukidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Anni-Frid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shave", 1, {DICTIONARY_SURNAME}, -1}, + {"Harnisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Guillén", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceridwen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Neuhäusser", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardle", 1, {DICTIONARY_SURNAME}, -1}, + {"Laslett", 1, {DICTIONARY_SURNAME}, -1}, + {"VelJohnson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartók", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatsutarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Robertas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jūmonji", 1, {DICTIONARY_SURNAME}, -1}, + {"Tippett", 1, {DICTIONARY_SURNAME}, -1}, + {"Waterfall", 1, {DICTIONARY_SURNAME}, -1}, + {"Vušurović", 1, {DICTIONARY_SURNAME}, -1}, + {"Holmquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Goossen", 1, {DICTIONARY_SURNAME}, -1}, + {"Foer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dutta", 1, {DICTIONARY_SURNAME}, -1}, + {"Veerapatren", 1, {DICTIONARY_SURNAME}, -1}, + {"Bathe", 1, {DICTIONARY_SURNAME}, -1}, + {"Chorney", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrios", 1, {DICTIONARY_SURNAME}, -1}, + {"Rensenbrink", 1, {DICTIONARY_SURNAME}, -1}, + {"Krist", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Szep", 1, {DICTIONARY_SURNAME}, -1}, + {"Ursula", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaulitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Veerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Holczer", 1, {DICTIONARY_SURNAME}, -1}, + {"Geraghty", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhagwat", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Carter", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nochooruvalappil", 1, {DICTIONARY_SURNAME}, -1}, + {"Omi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gelbart", 1, {DICTIONARY_SURNAME}, -1}, + {"Väisänen", 1, {DICTIONARY_SURNAME}, -1}, + {"Taşkıran", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlasák", 1, {DICTIONARY_SURNAME}, -1}, + {"Dashew", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernadeta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maffeis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kontinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vennesland", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadauji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Théry", 1, {DICTIONARY_SURNAME}, -1}, + {"Loose", 1, {DICTIONARY_SURNAME}, -1}, + {"Goresky", 1, {DICTIONARY_SURNAME}, -1}, + {"Snip", 1, {DICTIONARY_SURNAME}, -1}, + {"Haylock", 1, {DICTIONARY_SURNAME}, -1}, + {"Grazer", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakurai", 1, {DICTIONARY_SURNAME}, -1}, + {"Korkut", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wrenn", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabriella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Engelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Furio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiely", 1, {DICTIONARY_SURNAME}, -1}, + {"Pyle", 1, {DICTIONARY_SURNAME}, -1}, + {"Dierckx", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scharfman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilden", 1, {DICTIONARY_SURNAME}, -1}, + {"Adzhindzhal", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic Amhalaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitomir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ugarte", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramanauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Veljanovska", 1, {DICTIONARY_SURNAME}, -1}, + {"Krarup", 1, {DICTIONARY_SURNAME}, -1}, + {"Oldmeadow", 1, {DICTIONARY_SURNAME}, -1}, + {"Delbridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Paddy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Signe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Otohiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boeckmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Pistorius", 1, {DICTIONARY_SURNAME}, -1}, + {"Chock", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuklinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Takeru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McErlean", 1, {DICTIONARY_SURNAME}, -1}, + {"Judit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Voorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Voit", 1, {DICTIONARY_SURNAME}, -1}, + {"Abi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lemberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Lane Fox", 1, {DICTIONARY_SURNAME}, -1}, + {"Paterno", 1, {DICTIONARY_SURNAME}, -1}, + {"Stokoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Nat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mennim", 1, {DICTIONARY_SURNAME}, -1}, + {"Balazs", 1, {DICTIONARY_SURNAME}, -1}, + {"Cerbone", 1, {DICTIONARY_SURNAME}, -1}, + {"Balloni", 1, {DICTIONARY_SURNAME}, -1}, + {"Petra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seung-min", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chatham", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raekallio", 1, {DICTIONARY_SURNAME}, -1}, + {"Newcomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilbert Scott", 1, {DICTIONARY_SURNAME}, -1}, + {"Gyulai", 1, {DICTIONARY_SURNAME}, -1}, + {"Menocal", 1, {DICTIONARY_SURNAME}, -1}, + {"Valdegamberi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aoshima", 1, {DICTIONARY_SURNAME}, -1}, + {"Saaristo", 1, {DICTIONARY_SURNAME}, -1}, + {"Panfilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranchal", 1, {DICTIONARY_SURNAME}, -1}, + {"Ababu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yunfei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karrasch", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheller", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Shehhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobuteru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bertolini", 1, {DICTIONARY_SURNAME}, -1}, + {"Venaani", 1, {DICTIONARY_SURNAME}, -1}, + {"Marsden", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunyakovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Eudora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Axelrad", 1, {DICTIONARY_SURNAME}, -1}, + {"Longoria", 1, {DICTIONARY_SURNAME}, -1}, + {"Morello", 1, {DICTIONARY_SURNAME}, -1}, + {"Barhorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Robnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicentini", 1, {DICTIONARY_SURNAME}, -1}, + {"Wippler", 1, {DICTIONARY_SURNAME}, -1}, + {"Tremblay", 1, {DICTIONARY_SURNAME}, -1}, + {"Pazcoguin", 1, {DICTIONARY_SURNAME}, -1}, + {"Javier", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maartmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vikulov", 1, {DICTIONARY_SURNAME}, -1}, + {"Koenigswarter", 1, {DICTIONARY_SURNAME}, -1}, + {"Markie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Degutis", 1, {DICTIONARY_SURNAME}, -1}, + {"Treschow", 1, {DICTIONARY_SURNAME}, -1}, + {"Harika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lechter", 1, {DICTIONARY_SURNAME}, -1}, + {"Arina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Prue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Odejayi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zerhouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Benedita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Tervomaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Grönemeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Koeverden", 1, {DICTIONARY_SURNAME}, -1}, + {"McNair", 1, {DICTIONARY_SURNAME}, -1}, + {"Iris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rancati", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleksandrs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yezhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumanudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Montanari", 1, {DICTIONARY_SURNAME}, -1}, + {"Bussler", 1, {DICTIONARY_SURNAME}, -1}, + {"Szlezák", 1, {DICTIONARY_SURNAME}, -1}, + {"Marazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Datunashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Maksimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Joëlle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gerd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gonzague", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kozlovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleinsma", 1, {DICTIONARY_SURNAME}, -1}, + {"Lyttle", 1, {DICTIONARY_SURNAME}, -1}, + {"Onazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Smith", 1, {DICTIONARY_SURNAME}, -1}, + {"Mimi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Böhmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dünhaupt", 1, {DICTIONARY_SURNAME}, -1}, + {"Buford", 1, {DICTIONARY_SURNAME}, -1}, + {"Keighron", 1, {DICTIONARY_SURNAME}, -1}, + {"McAtamney", 1, {DICTIONARY_SURNAME}, -1}, + {"Slodowy", 1, {DICTIONARY_SURNAME}, -1}, + {"Borlée", 1, {DICTIONARY_SURNAME}, -1}, + {"Scherpenhuijzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Horder", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaealiki", 1, {DICTIONARY_SURNAME}, -1}, + {"Verano", 1, {DICTIONARY_SURNAME}, -1}, + {"Howcroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Gowing", 1, {DICTIONARY_SURNAME}, -1}, + {"Haavikko", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandenbussche", 1, {DICTIONARY_SURNAME}, -1}, + {"Asmodelle", 1, {DICTIONARY_SURNAME}, -1}, + {"McInch", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalda", 1, {DICTIONARY_SURNAME}, -1}, + {"Maruri", 1, {DICTIONARY_SURNAME}, -1}, + {"Fröhlich", 1, {DICTIONARY_SURNAME}, -1}, + {"Carré", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallatin", 1, {DICTIONARY_SURNAME}, -1}, + {"Velke", 1, {DICTIONARY_SURNAME}, -1}, + {"Caesarius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agusia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cornelisse", 1, {DICTIONARY_SURNAME}, -1}, + {"Bijvoet", 1, {DICTIONARY_SURNAME}, -1}, + {"Radha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Torre", 1, {DICTIONARY_SURNAME}, -1}, + {"Khofri", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaez-Tabasi", 1, {DICTIONARY_SURNAME}, -1}, + {"McMorris", 1, {DICTIONARY_SURNAME}, -1}, + {"Kravets", 1, {DICTIONARY_SURNAME}, -1}, + {"Cecchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Herzsprung", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreacchi", 1, {DICTIONARY_SURNAME}, -1}, + {"McNicholas", 1, {DICTIONARY_SURNAME}, -1}, + {"Khizanishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeroual", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunyaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Järnefelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vriends", 1, {DICTIONARY_SURNAME}, -1}, + {"Azimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Monachesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuckermandel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hersi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yiğit", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Strömberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Cushing", 1, {DICTIONARY_SURNAME}, -1}, + {"Furumaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Descheny", 1, {DICTIONARY_SURNAME}, -1}, + {"Matteis", 1, {DICTIONARY_SURNAME}, -1}, + {"Annina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takatoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazumori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hauge", 1, {DICTIONARY_SURNAME}, -1}, + {"Noiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Pierre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teleki", 1, {DICTIONARY_SURNAME}, -1}, + {"Vierra", 1, {DICTIONARY_SURNAME}, -1}, + {"Rehfuss", 1, {DICTIONARY_SURNAME}, -1}, + {"Barragan", 1, {DICTIONARY_SURNAME}, -1}, + {"Lycurgus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Finsterer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitryanyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Tabone", 1, {DICTIONARY_SURNAME}, -1}, + {"Vollach", 1, {DICTIONARY_SURNAME}, -1}, + {"Ledyard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kaegi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kownacki", 1, {DICTIONARY_SURNAME}, -1}, + {"Bricka", 1, {DICTIONARY_SURNAME}, -1}, + {"Afanasenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Perry", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gamble", 1, {DICTIONARY_SURNAME}, -1}, + {"Magath", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohinder", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Willemsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kev", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Birkhead", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuhlman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashbolt", 1, {DICTIONARY_SURNAME}, -1}, + {"Žitnjak", 1, {DICTIONARY_SURNAME}, -1}, + {"Nomar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Steidtmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Jahnsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsutsuna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Redding", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaha", 1, {DICTIONARY_SURNAME}, -1}, + {"Provoost", 1, {DICTIONARY_SURNAME}, -1}, + {"Broughan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ienaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Mats", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zekiye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Silbaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Zlatan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loverdos", 1, {DICTIONARY_SURNAME}, -1}, + {"Varvello", 1, {DICTIONARY_SURNAME}, -1}, + {"euronics", 1, {DICTIONARY_CHAIN}, -1}, + {"Van Gheluwe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinariwala", 1, {DICTIONARY_SURNAME}, -1}, + {"Begnet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marleen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vuletich", 1, {DICTIONARY_SURNAME}, -1}, + {"Ülar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vatchkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Viénet", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrikidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kett", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Ghafiqi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tukhachevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Gheeraerts", 1, {DICTIONARY_SURNAME}, -1}, + {"Suker", 1, {DICTIONARY_SURNAME}, -1}, + {"Hönigsmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorkildsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Corkidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Frumkes", 1, {DICTIONARY_SURNAME}, -1}, + {"Behrouz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKernan", 1, {DICTIONARY_SURNAME}, -1}, + {"Lí Ban", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sartain", 1, {DICTIONARY_SURNAME}, -1}, + {"Christian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giampiero", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coxon", 1, {DICTIONARY_SURNAME}, -1}, + {"Selmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Omid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Plyushch", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosniadis", 1, {DICTIONARY_SURNAME}, -1}, + {"Awuah", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidamoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Jolyot", 1, {DICTIONARY_SURNAME}, -1}, + {"Volchek", 1, {DICTIONARY_SURNAME}, -1}, + {"Miles", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Krein", 1, {DICTIONARY_SURNAME}, -1}, + {"Luxford", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonks", 1, {DICTIONARY_SURNAME}, -1}, + {"Mussa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hoorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Priesner", 1, {DICTIONARY_SURNAME}, -1}, + {"Suppé", 1, {DICTIONARY_SURNAME}, -1}, + {"Shevardnadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Valihora", 1, {DICTIONARY_SURNAME}, -1}, + {"Mersenne", 1, {DICTIONARY_SURNAME}, -1}, + {"Żebrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vercauteren", 1, {DICTIONARY_SURNAME}, -1}, + {"Valkama", 1, {DICTIONARY_SURNAME}, -1}, + {"Baerwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Meltzer", 1, {DICTIONARY_SURNAME}, -1}, + {"McCuskey", 1, {DICTIONARY_SURNAME}, -1}, + {"Fann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ochirbat", 1, {DICTIONARY_SURNAME}, -1}, + {"Sieff", 1, {DICTIONARY_SURNAME}, -1}, + {"Waddock", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassart", 1, {DICTIONARY_SURNAME}, -1}, + {"Melman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilenas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roizman", 1, {DICTIONARY_SURNAME}, -1}, + {"Verlinde", 1, {DICTIONARY_SURNAME}, -1}, + {"Loeser", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruhl", 1, {DICTIONARY_SURNAME}, -1}, + {"Baillairgé", 1, {DICTIONARY_SURNAME}, -1}, + {"Pastorius", 1, {DICTIONARY_SURNAME}, -1}, + {"Vucinovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Escuti", 1, {DICTIONARY_SURNAME}, -1}, + {"Umaru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGleish", 1, {DICTIONARY_SURNAME}, -1}, + {"Veshnyakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kehar", 1, {DICTIONARY_SURNAME}, -1}, + {"Aelian", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukadinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirani", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartosiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lutz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bear", 1, {DICTIONARY_SURNAME}, -1}, + {"Fusazane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vavilin", 1, {DICTIONARY_SURNAME}, -1}, + {"Burkhanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawamori", 1, {DICTIONARY_SURNAME}, -1}, + {"Dancelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Parr", 1, {DICTIONARY_SURNAME}, -1}, + {"smashburger", 1, {DICTIONARY_CHAIN}, -1}, + {"Ademoyega", 1, {DICTIONARY_SURNAME}, -1}, + {"Edwyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maaseide", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogusz", 1, {DICTIONARY_SURNAME}, -1}, + {"Saakvitne", 1, {DICTIONARY_SURNAME}, -1}, + {"Veldman", 1, {DICTIONARY_SURNAME}, -1}, + {"Raffaella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Girardin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahé", 1, {DICTIONARY_SURNAME}, -1}, + {"Alamirew", 1, {DICTIONARY_SURNAME}, -1}, + {"Manako", 1, {DICTIONARY_SURNAME}, -1}, + {"Naozumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaddouri", 1, {DICTIONARY_SURNAME}, -1}, + {"Cenarrusa", 1, {DICTIONARY_SURNAME}, -1}, + {"Habineza", 1, {DICTIONARY_SURNAME}, -1}, + {"Chepkwony", 1, {DICTIONARY_SURNAME}, -1}, + {"Drummond Wolff", 1, {DICTIONARY_SURNAME}, -1}, + {"Adèr", 1, {DICTIONARY_SURNAME}, -1}, + {"Aritkulov", 1, {DICTIONARY_SURNAME}, -1}, + {"Heilmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Verasamy", 1, {DICTIONARY_SURNAME}, -1}, + {"Urzidil", 1, {DICTIONARY_SURNAME}, -1}, + {"Pintea", 1, {DICTIONARY_SURNAME}, -1}, + {"Asire", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Day", 1, {DICTIONARY_SURNAME}, -1}, + {"Vichot", 1, {DICTIONARY_SURNAME}, -1}, + {"Meier", 1, {DICTIONARY_SURNAME}, -1}, + {"MacGibbon", 1, {DICTIONARY_SURNAME}, -1}, + {"Abtahi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaabour", 1, {DICTIONARY_SURNAME}, -1}, + {"Joanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abeles", 1, {DICTIONARY_SURNAME}, -1}, + {"Genrikh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gillis", 1, {DICTIONARY_SURNAME}, -1}, + {"Denson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lička", 1, {DICTIONARY_SURNAME}, -1}, + {"Stemmler", 1, {DICTIONARY_SURNAME}, -1}, + {"Coghetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Forbes", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dimitriadis", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanno", 1, {DICTIONARY_SURNAME}, -1}, + {"Verebics", 1, {DICTIONARY_SURNAME}, -1}, + {"Weatherhead", 1, {DICTIONARY_SURNAME}, -1}, + {"Botelho", 1, {DICTIONARY_SURNAME}, -1}, + {"Chinaglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Vial", 1, {DICTIONARY_SURNAME}, -1}, + {"millennium bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Gilbert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tezcan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kesić", 1, {DICTIONARY_SURNAME}, -1}, + {"Azahari", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Berenado", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poborsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Yáconis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakst", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeyagoonasekera", 1, {DICTIONARY_SURNAME}, -1}, + {"Tinning", 1, {DICTIONARY_SURNAME}, -1}, + {"Blochmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Marano", 1, {DICTIONARY_SURNAME}, -1}, + {"Butusov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sammaat", 1, {DICTIONARY_SURNAME}, -1}, + {"Alvin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdulhamidov", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Brom", 1, {DICTIONARY_SURNAME}, -1}, + {"Korovin", 1, {DICTIONARY_SURNAME}, -1}, + {"Batiuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulders", 1, {DICTIONARY_SURNAME}, -1}, + {"Koselka", 1, {DICTIONARY_SURNAME}, -1}, + {"Guerri", 1, {DICTIONARY_SURNAME}, -1}, + {"Đonović", 1, {DICTIONARY_SURNAME}, -1}, + {"Bestuzhev", 1, {DICTIONARY_SURNAME}, -1}, + {"Basil", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ottosson", 1, {DICTIONARY_SURNAME}, -1}, + {"Seyfried", 1, {DICTIONARY_SURNAME}, -1}, + {"Schillebeeckx", 1, {DICTIONARY_SURNAME}, -1}, + {"Räty", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedrich Gottfried", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buttrose", 1, {DICTIONARY_SURNAME}, -1}, + {"McAll", 1, {DICTIONARY_SURNAME}, -1}, + {"Greig", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hergenröther", 1, {DICTIONARY_SURNAME}, -1}, + {"chase", 1, {DICTIONARY_CHAIN}, -1}, + {"Huijser", 1, {DICTIONARY_SURNAME}, -1}, + {"Yurika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bovon", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Tunzelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Carbonneau", 1, {DICTIONARY_SURNAME}, -1}, + {"VanTassell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Verschuur", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaugg", 1, {DICTIONARY_SURNAME}, -1}, + {"Giedraitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-sun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Outram", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abrahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kloss", 1, {DICTIONARY_SURNAME}, -1}, + {"Findabair", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poppen", 1, {DICTIONARY_SURNAME}, -1}, + {"Shapiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Maengel", 1, {DICTIONARY_SURNAME}, -1}, + {"McGrellis", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurvich", 1, {DICTIONARY_SURNAME}, -1}, + {"Stratemeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Marceline", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takahide", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bürger", 1, {DICTIONARY_SURNAME}, -1}, + {"Pain", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarma", 1, {DICTIONARY_SURNAME}, -1}, + {"Duszyński", 1, {DICTIONARY_SURNAME}, -1}, + {"Azadeh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Preller", 1, {DICTIONARY_SURNAME}, -1}, + {"aldi nord", 1, {DICTIONARY_CHAIN}, -1}, + {"Vardon Family", 1, {DICTIONARY_SURNAME}, -1}, + {"Weissenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Piovani", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsushi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Afolabi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stolovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Alojz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caunter", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunihide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fussell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasnetsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiffmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Momoka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aardema", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamkienė", 1, {DICTIONARY_SURNAME}, -1}, + {"Balkany", 1, {DICTIONARY_SURNAME}, -1}, + {"Eves", 1, {DICTIONARY_SURNAME}, -1}, + {"Wordsworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaoruko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wagemans", 1, {DICTIONARY_SURNAME}, -1}, + {"Misaubin", 1, {DICTIONARY_SURNAME}, -1}, + {"Alston", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bubley", 1, {DICTIONARY_SURNAME}, -1}, + {"Oelfke", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aguad", 1, {DICTIONARY_SURNAME}, -1}, + {"Fēng", 1, {DICTIONARY_SURNAME}, -1}, + {"Ohlendorf", 1, {DICTIONARY_SURNAME}, -1}, + {"McErlane", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartshorne", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunning", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendrikx", 1, {DICTIONARY_SURNAME}, -1}, + {"Josephine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ružička", 1, {DICTIONARY_SURNAME}, -1}, + {"Culver", 1, {DICTIONARY_SURNAME}, -1}, + {"Welbore", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Luiz Carlos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schopler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ieharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kolling", 1, {DICTIONARY_SURNAME}, -1}, + {"Visscher", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Thielen", 1, {DICTIONARY_SURNAME}, -1}, + {"Onken", 1, {DICTIONARY_SURNAME}, -1}, + {"Skúli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eugène", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shōzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akikatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gamkrelidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Winterton", 1, {DICTIONARY_SURNAME}, -1}, + {"Lippi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakhsoliani", 1, {DICTIONARY_SURNAME}, -1}, + {"Virchis", 1, {DICTIONARY_SURNAME}, -1}, + {"Marković", 1, {DICTIONARY_SURNAME}, -1}, + {"Punsly", 1, {DICTIONARY_SURNAME}, -1}, + {"Poxleitner", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic Alasdair", 1, {DICTIONARY_SURNAME}, -1}, + {"Radosław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Genzaburō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zelman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Teruko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hawtry", 1, {DICTIONARY_SURNAME}, -1}, + {"Veasley", 1, {DICTIONARY_SURNAME}, -1}, + {"papa john's", 1, {DICTIONARY_CHAIN}, -1}, + {"Nalepa", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulde", 1, {DICTIONARY_SURNAME}, -1}, + {"Coxe", 1, {DICTIONARY_SURNAME}, -1}, + {"Frothingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Vetterlein", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulongoski", 1, {DICTIONARY_SURNAME}, -1}, + {"Haga", 1, {DICTIONARY_SURNAME}, -1}, + {"Aikenhead", 1, {DICTIONARY_SURNAME}, -1}, + {"Özbilgin", 1, {DICTIONARY_SURNAME}, -1}, + {"Berović", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ligonier", 1, {DICTIONARY_SURNAME}, -1}, + {"Robitashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubner", 1, {DICTIONARY_SURNAME}, -1}, + {"Addinall", 1, {DICTIONARY_SURNAME}, -1}, + {"Đurašević", 1, {DICTIONARY_SURNAME}, -1}, + {"Dyrdahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Menderes", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Seung-ah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schmidinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Knaap", 1, {DICTIONARY_SURNAME}, -1}, + {"Hankins", 1, {DICTIONARY_SURNAME}, -1}, + {"Enright", 1, {DICTIONARY_SURNAME}, -1}, + {"Otterbein", 1, {DICTIONARY_SURNAME}, -1}, + {"Huaman", 1, {DICTIONARY_SURNAME}, -1}, + {"Shetty", 1, {DICTIONARY_SURNAME}, -1}, + {"Archuleta", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayrapetyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gnudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Illsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Haugan", 1, {DICTIONARY_SURNAME}, -1}, + {"Shutaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fíneamhain", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cortes", 1, {DICTIONARY_SURNAME}, -1}, + {"Advani", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehsan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gorsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zatlers", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragonetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Harts", 1, {DICTIONARY_SURNAME}, -1}, + {"Bangi", 1, {DICTIONARY_SURNAME}, -1}, + {"Camero", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Ghani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dalle Donne", 1, {DICTIONARY_SURNAME}, -1}, + {"Nekrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Choji", 1, {DICTIONARY_SURNAME}, -1}, + {"Finley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ulmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Uwe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ballard", 1, {DICTIONARY_SURNAME}, -1}, + {"Heriberto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Milenko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nagy", 1, {DICTIONARY_SURNAME}, -1}, + {"Beeching", 1, {DICTIONARY_SURNAME}, -1}, + {"Valentinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Geitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinivali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Solari", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lawn", 1, {DICTIONARY_SURNAME}, -1}, + {"Atkey", 1, {DICTIONARY_SURNAME}, -1}, + {"Urrutia", 1, {DICTIONARY_SURNAME}, -1}, + {"Zahawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopřívová", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaurav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Giurgiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Mentz", 1, {DICTIONARY_SURNAME}, -1}, + {"Planyavsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohamedally", 1, {DICTIONARY_SURNAME}, -1}, + {"Nygaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Fujino", 1, {DICTIONARY_SURNAME}, -1}, + {"Alagab", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakely", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackswith", 1, {DICTIONARY_SURNAME}, -1}, + {"Gowers", 1, {DICTIONARY_SURNAME}, -1}, + {"Králík", 1, {DICTIONARY_SURNAME}, -1}, + {"De Vere", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorobey", 1, {DICTIONARY_SURNAME}, -1}, + {"Takano", 1, {DICTIONARY_SURNAME}, -1}, + {"Xóchitl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kalbasi", 1, {DICTIONARY_SURNAME}, -1}, + {"Weigl", 1, {DICTIONARY_SURNAME}, -1}, + {"Grzeszczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Majstorović", 1, {DICTIONARY_SURNAME}, -1}, + {"Freda", 1, {DICTIONARY_SURNAME}, -1}, + {"Hohlbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Bajević", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahijah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cropper", 1, {DICTIONARY_SURNAME}, -1}, + {"Malvina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pisani", 1, {DICTIONARY_SURNAME}, -1}, + {"Wignacourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Sang-eun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Breakwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Qizilbash", 1, {DICTIONARY_SURNAME}, -1}, + {"Nishiyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Claussen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lüst", 1, {DICTIONARY_SURNAME}, -1}, + {"Limmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Regazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Machiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kakuei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Virgil", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Huxtable", 1, {DICTIONARY_SURNAME}, -1}, + {"Haddrill", 1, {DICTIONARY_SURNAME}, -1}, + {"Akaruye", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Qahtani", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Oevelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrťo", 1, {DICTIONARY_SURNAME}, -1}, + {"Valetova", 1, {DICTIONARY_SURNAME}, -1}, + {"Alfredsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinl", 1, {DICTIONARY_SURNAME}, -1}, + {"Zbigniew", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gagnon", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Breaslain", 1, {DICTIONARY_SURNAME}, -1}, + {"Rabus", 1, {DICTIONARY_SURNAME}, -1}, + {"Merritt", 1, {DICTIONARY_SURNAME}, -1}, + {"Courtin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobumori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kynman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ronja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Forrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mantzaris", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Dela", 1, {DICTIONARY_SURNAME}, -1}, + {"Aurivillius", 1, {DICTIONARY_SURNAME}, -1}, + {"Uhler", 1, {DICTIONARY_SURNAME}, -1}, + {"Mellor", 1, {DICTIONARY_SURNAME}, -1}, + {"McShera", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurcharan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Odran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Padden", 1, {DICTIONARY_SURNAME}, -1}, + {"Braff", 1, {DICTIONARY_SURNAME}, -1}, + {"Meilutytė", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapkota", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurer", 1, {DICTIONARY_SURNAME}, -1}, + {"Puricelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Koskenniemi", 1, {DICTIONARY_SURNAME}, -1}, + {"La Tour", 1, {DICTIONARY_SURNAME}, -1}, + {"Studer", 1, {DICTIONARY_SURNAME}, -1}, + {"Acda", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Loon", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratcliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Eimhin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Artajo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vähämaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Barsamian", 1, {DICTIONARY_SURNAME}, -1}, + {"Liljeblad", 1, {DICTIONARY_SURNAME}, -1}, + {"Werdin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdel Baki", 1, {DICTIONARY_SURNAME}, -1}, + {"Zihni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reston", 1, {DICTIONARY_SURNAME}, -1}, + {"Brescia", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuoso", 1, {DICTIONARY_SURNAME}, -1}, + {"Pember", 1, {DICTIONARY_SURNAME}, -1}, + {"Jidayi", 1, {DICTIONARY_SURNAME}, -1}, + {"Eckhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Makeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kittridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahosilta", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Lombardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacobsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Śniadecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Hülsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aage", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Altman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Iguider", 1, {DICTIONARY_SURNAME}, -1}, + {"Pithou", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Noël", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Engelstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Storbæk", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Walleghen", 1, {DICTIONARY_SURNAME}, -1}, + {"Silveira", 1, {DICTIONARY_SURNAME}, -1}, + {"Sternhell", 1, {DICTIONARY_SURNAME}, -1}, + {"North", 1, {DICTIONARY_SURNAME}, -1}, + {"Frederickson", 1, {DICTIONARY_SURNAME}, -1}, + {"Falko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sztraka", 1, {DICTIONARY_SURNAME}, -1}, + {"takko", 1, {DICTIONARY_CHAIN}, -1}, + {"Mader", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammouda", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Birkenhead", 1, {DICTIONARY_SURNAME}, -1}, + {"Streib", 1, {DICTIONARY_SURNAME}, -1}, + {"Esmé", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCargo", 1, {DICTIONARY_SURNAME}, -1}, + {"Prieur", 1, {DICTIONARY_SURNAME}, -1}, + {"Aeffke", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalmar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Dommelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aikyoh", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorostiaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Johannson", 1, {DICTIONARY_SURNAME}, -1}, + {"Barvitius", 1, {DICTIONARY_SURNAME}, -1}, + {"Gace", 1, {DICTIONARY_SURNAME}, -1}, + {"Henrie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bernini", 1, {DICTIONARY_SURNAME}, -1}, + {"Anasuya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McMurtry", 1, {DICTIONARY_SURNAME}, -1}, + {"Uzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Adderson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaufmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjoudji", 1, {DICTIONARY_SURNAME}, -1}, + {"Milojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiroi", 1, {DICTIONARY_SURNAME}, -1}, + {"McLynn", 1, {DICTIONARY_SURNAME}, -1}, + {"Akroun", 1, {DICTIONARY_SURNAME}, -1}, + {"Adão", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mallett", 1, {DICTIONARY_SURNAME}, -1}, + {"Winfrey", 1, {DICTIONARY_SURNAME}, -1}, + {"quiznos", 1, {DICTIONARY_CHAIN}, -1}, + {"Vanacore", 1, {DICTIONARY_SURNAME}, -1}, + {"Pastrana", 1, {DICTIONARY_SURNAME}, -1}, + {"Colhoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Veić", 1, {DICTIONARY_SURNAME}, -1}, + {"Viitikko", 1, {DICTIONARY_SURNAME}, -1}, + {"Frug", 1, {DICTIONARY_SURNAME}, -1}, + {"Kilgariff", 1, {DICTIONARY_SURNAME}, -1}, + {"Rasmus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tari", 1, {DICTIONARY_SURNAME}, -1}, + {"Baffoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Rapace", 1, {DICTIONARY_SURNAME}, -1}, + {"Gamil", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arif", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gambrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Hank", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Colangelo", 1, {DICTIONARY_SURNAME}, -1}, + {"José Carlos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ryūsaku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Picken", 1, {DICTIONARY_SURNAME}, -1}, + {"McDonagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Zielbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Belladonna", 1, {DICTIONARY_SURNAME}, -1}, + {"Väre", 1, {DICTIONARY_SURNAME}, -1}, + {"Urbina", 1, {DICTIONARY_SURNAME}, -1}, + {"Moroz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolář", 1, {DICTIONARY_SURNAME}, -1}, + {"Čubrilović", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeywardena", 1, {DICTIONARY_SURNAME}, -1}, + {"Voelckers", 1, {DICTIONARY_SURNAME}, -1}, + {"Pletcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Antropov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinkovits", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerby", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alsop", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kishimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Vats", 1, {DICTIONARY_SURNAME}, -1}, + {"Vernier", 1, {DICTIONARY_SURNAME}, -1}, + {"Göckel", 1, {DICTIONARY_SURNAME}, -1}, + {"Miruts", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Biagioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuljić", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeevan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brotan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kowalczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Paler", 1, {DICTIONARY_SURNAME}, -1}, + {"Maxson", 1, {DICTIONARY_SURNAME}, -1}, + {"Iwai", 1, {DICTIONARY_SURNAME}, -1}, + {"McPheters", 1, {DICTIONARY_SURNAME}, -1}, + {"Gibbons", 1, {DICTIONARY_SURNAME}, -1}, + {"Blankenship", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahawar Rajput", 1, {DICTIONARY_SURNAME}, -1}, + {"Meelis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tracy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vetulani", 1, {DICTIONARY_SURNAME}, -1}, + {"Manasses", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wimpffen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bettenham", 1, {DICTIONARY_SURNAME}, -1}, + {"Inuzuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Lytvynenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Guterson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lalji", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Montagu", 1, {DICTIONARY_SURNAME}, -1}, + {"Valenta", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Beting", 1, {DICTIONARY_SURNAME}, -1}, + {"Stambouli", 1, {DICTIONARY_SURNAME}, -1}, + {"Boutaty", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Hellermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Izak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agerschou", 1, {DICTIONARY_SURNAME}, -1}, + {"Noblet", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrabosco", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiçyakmazer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ragin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaupšienė", 1, {DICTIONARY_SURNAME}, -1}, + {"Zinoviy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caryl", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pazik", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazas", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanaria", 1, {DICTIONARY_SURNAME}, -1}, + {"Pardeshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Olivieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Ohara", 1, {DICTIONARY_SURNAME}, -1}, + {"Aristov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hengel", 1, {DICTIONARY_SURNAME}, -1}, + {"Wankel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vendler", 1, {DICTIONARY_SURNAME}, -1}, + {"Fischl", 1, {DICTIONARY_SURNAME}, -1}, + {"Shūichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKeon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hickok", 1, {DICTIONARY_SURNAME}, -1}, + {"MacDougall", 1, {DICTIONARY_SURNAME}, -1}, + {"De Negri", 1, {DICTIONARY_SURNAME}, -1}, + {"Kit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Glazier", 1, {DICTIONARY_SURNAME}, -1}, + {"Darabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Trevisani", 1, {DICTIONARY_SURNAME}, -1}, + {"Jorge", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Suzanne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thonet", 1, {DICTIONARY_SURNAME}, -1}, + {"Gutmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Aano", 1, {DICTIONARY_SURNAME}, -1}, + {"Obradović", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidalis", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeitler", 1, {DICTIONARY_SURNAME}, -1}, + {"Rockefeller", 1, {DICTIONARY_SURNAME}, -1}, + {"pf chang's", 1, {DICTIONARY_CHAIN}, 202}, + {"Dašek", 1, {DICTIONARY_SURNAME}, -1}, + {"Gormley", 1, {DICTIONARY_SURNAME}, -1}, + {"Öznur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akstinas", 1, {DICTIONARY_SURNAME}, -1}, + {"Angelina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Michiharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cousins", 1, {DICTIONARY_SURNAME}, -1}, + {"Aagesen", 1, {DICTIONARY_SURNAME}, -1}, + {"potbelly", 1, {DICTIONARY_CHAIN}, 213}, + {"Heisenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Pike", 1, {DICTIONARY_SURNAME}, -1}, + {"Lytvyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Hengstler", 1, {DICTIONARY_SURNAME}, -1}, + {"Zareh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marquez", 1, {DICTIONARY_SURNAME}, -1}, + {"Nolte", 1, {DICTIONARY_SURNAME}, -1}, + {"Ćesarević", 1, {DICTIONARY_SURNAME}, -1}, + {"Akatsuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Şehzade", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nisbet", 1, {DICTIONARY_SURNAME}, -1}, + {"Anastasijevic", 1, {DICTIONARY_SURNAME}, -1}, + {"hardees", 1, {DICTIONARY_CHAIN}, 148}, + {"Surtees", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasunobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agensø", 1, {DICTIONARY_SURNAME}, -1}, + {"Awadalla", 1, {DICTIONARY_SURNAME}, -1}, + {"Volovik", 1, {DICTIONARY_SURNAME}, -1}, + {"Nig Íomhair", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinali", 1, {DICTIONARY_SURNAME}, -1}, + {"Kullmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Hosokawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Lasser", 1, {DICTIONARY_SURNAME}, -1}, + {"Babbage", 1, {DICTIONARY_SURNAME}, -1}, + {"De Angelis", 1, {DICTIONARY_SURNAME}, -1}, + {"Venizelos", 1, {DICTIONARY_SURNAME}, -1}, + {"Kušnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Hashiratani", 1, {DICTIONARY_SURNAME}, -1}, + {"Janssen", 1, {DICTIONARY_SURNAME}, -1}, + {"Wronski", 1, {DICTIONARY_SURNAME}, -1}, + {"Knoll", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciccone", 1, {DICTIONARY_SURNAME}, -1}, + {"Villumsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Varadín", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeilberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Drita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Minson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tedd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bonnaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Tyldesley", 1, {DICTIONARY_SURNAME}, -1}, + {"Jesaulenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Fedder", 1, {DICTIONARY_SURNAME}, -1}, + {"Akerlof", 1, {DICTIONARY_SURNAME}, -1}, + {"Prevost", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallner", 1, {DICTIONARY_SURNAME}, -1}, + {"Nareh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sturridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Baltacha", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackillop", 1, {DICTIONARY_SURNAME}, -1}, + {"Padoa-schioppa", 1, {DICTIONARY_SURNAME}, -1}, + {"Vierin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Rossignon", 1, {DICTIONARY_SURNAME}, -1}, + {"Mieses", 1, {DICTIONARY_SURNAME}, -1}, + {"Frandsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Amezcua", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukčević", 1, {DICTIONARY_SURNAME}, -1}, + {"Kocian", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartolozzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Delfgaauw", 1, {DICTIONARY_SURNAME}, -1}, + {"Cracknell", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhavesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zwart", 1, {DICTIONARY_SURNAME}, -1}, + {"Isshiki", 1, {DICTIONARY_SURNAME}, -1}, + {"Aliabadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Heldt", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Cockrill", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajduković", 1, {DICTIONARY_SURNAME}, -1}, + {"Daris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pagliero", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlahov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zinovy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kotschy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaczynski", 1, {DICTIONARY_SURNAME}, -1}, + {"McGerrigle", 1, {DICTIONARY_SURNAME}, -1}, + {"Ouellette", 1, {DICTIONARY_SURNAME}, -1}, + {"Kożuchowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Anchanbutr", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Schempp", 1, {DICTIONARY_SURNAME}, -1}, + {"Oliver", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Woodroffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Hails", 1, {DICTIONARY_SURNAME}, -1}, + {"Cappelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadsaria", 1, {DICTIONARY_SURNAME}, -1}, + {"Selyf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chown", 1, {DICTIONARY_SURNAME}, -1}, + {"Crouch", 1, {DICTIONARY_SURNAME}, -1}, + {"Lewicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Negedu", 1, {DICTIONARY_SURNAME}, -1}, + {"Fergin", 1, {DICTIONARY_SURNAME}, -1}, + {"slovnaft", 1, {DICTIONARY_CHAIN}, -1}, + {"Moodysson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kardos", 1, {DICTIONARY_SURNAME}, -1}, + {"Rossen", 1, {DICTIONARY_SURNAME}, -1}, + {"Appleby", 1, {DICTIONARY_SURNAME}, -1}, + {"Heuberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Tetsushi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aguabella", 1, {DICTIONARY_SURNAME}, -1}, + {"Varkey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zenzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Havenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"St. Lewis", 1, {DICTIONARY_SURNAME}, -1}, + {"Georgescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Akonobi", 1, {DICTIONARY_SURNAME}, -1}, + {"Biffen", 1, {DICTIONARY_SURNAME}, -1}, + {"Darche", 1, {DICTIONARY_SURNAME}, -1}, + {"Benvenuto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fahr", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahiyyih", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koželuh", 1, {DICTIONARY_SURNAME}, -1}, + {"McDevitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ki-tae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bo-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yahya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Venczel", 1, {DICTIONARY_SURNAME}, -1}, + {"Semmelweis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ginczek", 1, {DICTIONARY_SURNAME}, -1}, + {"Harmes", 1, {DICTIONARY_SURNAME}, -1}, + {"Acheampong", 1, {DICTIONARY_SURNAME}, -1}, + {"Viazanko", 1, {DICTIONARY_SURNAME}, -1}, + {"Tochterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wittke", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolman", 1, {DICTIONARY_SURNAME}, -1}, + {"Petkevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahlström", 1, {DICTIONARY_SURNAME}, -1}, + {"Mallwitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahle", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjerkholt", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshiya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brearley", 1, {DICTIONARY_SURNAME}, -1}, + {"Beowulf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ronaldson", 1, {DICTIONARY_SURNAME}, -1}, + {"Myhre", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegan", 1, {DICTIONARY_SURNAME}, -1}, + {"Eriko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Terauchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kudryashov", 1, {DICTIONARY_SURNAME}, -1}, + {"Partow", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarnot", 1, {DICTIONARY_SURNAME}, -1}, + {"Abushwesha", 1, {DICTIONARY_SURNAME}, -1}, + {"Kishinouyei", 1, {DICTIONARY_SURNAME}, -1}, + {"Verheyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Avramenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Ihemelu", 1, {DICTIONARY_SURNAME}, -1}, + {"Aronson", 1, {DICTIONARY_SURNAME}, -1}, + {"Geller", 1, {DICTIONARY_SURNAME}, -1}, + {"Havlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Cowens", 1, {DICTIONARY_SURNAME}, -1}, + {"Rainald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marlatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaydamak", 1, {DICTIONARY_SURNAME}, -1}, + {"Theodoridis", 1, {DICTIONARY_SURNAME}, -1}, + {"Micheli", 1, {DICTIONARY_SURNAME}, -1}, + {"Antokolsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Aikman", 1, {DICTIONARY_SURNAME}, -1}, + {"Jina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rivarola", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayr-Harting", 1, {DICTIONARY_SURNAME}, -1}, + {"Tunç", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Verbeuren", 1, {DICTIONARY_SURNAME}, -1}, + {"Tytler", 1, {DICTIONARY_SURNAME}, -1}, + {"Saldívar", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Overall", 1, {DICTIONARY_SURNAME}, -1}, + {"Lepik", 1, {DICTIONARY_SURNAME}, -1}, + {"Manion", 1, {DICTIONARY_SURNAME}, -1}, + {"Klügmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Kutalmış", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vescovo", 1, {DICTIONARY_SURNAME}, -1}, + {"Aabrek", 1, {DICTIONARY_SURNAME}, -1}, + {"Boies", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paxson", 1, {DICTIONARY_SURNAME}, -1}, + {"Marovitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Horovitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Trossi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanetsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zafer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reichenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Husain", 1, {DICTIONARY_SURNAME}, -1}, + {"Kientz", 1, {DICTIONARY_SURNAME}, -1}, + {"Boardman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hogge", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbondanza", 1, {DICTIONARY_SURNAME}, -1}, + {"Anamol", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanflower", 1, {DICTIONARY_SURNAME}, -1}, + {"Burbank", 1, {DICTIONARY_SURNAME}, -1}, + {"steak and shake", 1, {DICTIONARY_CHAIN}, 241}, + {"An", 1, {DICTIONARY_SURNAME}, -1}, + {"Elizondo", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukes", 1, {DICTIONARY_SURNAME}, -1}, + {"Macnaughtan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gettman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartert", 1, {DICTIONARY_SURNAME}, -1}, + {"Jelinek", 1, {DICTIONARY_SURNAME}, -1}, + {"De Winter", 1, {DICTIONARY_SURNAME}, -1}, + {"Siebold", 1, {DICTIONARY_SURNAME}, -1}, + {"Shani-Jé", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Di Giorgio", 1, {DICTIONARY_SURNAME}, -1}, + {"Chrobak", 1, {DICTIONARY_SURNAME}, -1}, + {"McCants", 1, {DICTIONARY_SURNAME}, -1}, + {"Huo", 1, {DICTIONARY_SURNAME}, -1}, + {"Zachos", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rado", 1, {DICTIONARY_SURNAME}, -1}, + {"Ecclestone", 1, {DICTIONARY_SURNAME}, -1}, + {"Korati", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eldar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanbiesbrouck", 1, {DICTIONARY_SURNAME}, -1}, + {"Kannisto", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouck", 1, {DICTIONARY_SURNAME}, -1}, + {"Naritaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krug", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnoux", 1, {DICTIONARY_SURNAME}, -1}, + {"Dendahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Mora", 1, {DICTIONARY_SURNAME}, -1}, + {"Vishgahi", 1, {DICTIONARY_SURNAME}, -1}, + {"Manević", 1, {DICTIONARY_SURNAME}, -1}, + {"Thiemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Clausewitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Gambetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Fijałkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilfort", 1, {DICTIONARY_SURNAME}, -1}, + {"Akwashiki", 1, {DICTIONARY_SURNAME}, -1}, + {"McMurtrie", 1, {DICTIONARY_SURNAME}, -1}, + {"McVey", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakino", 1, {DICTIONARY_SURNAME}, -1}, + {"Kayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinterseer", 1, {DICTIONARY_SURNAME}, -1}, + {"Cárdenas", 1, {DICTIONARY_SURNAME}, -1}, + {"Marquet", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigehiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akalski", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Rinder", 1, {DICTIONARY_SURNAME}, -1}, + {"Riesz", 1, {DICTIONARY_SURNAME}, -1}, + {"Padovan", 1, {DICTIONARY_SURNAME}, -1}, + {"McTier", 1, {DICTIONARY_SURNAME}, -1}, + {"Waddingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Philip", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gonzales", 1, {DICTIONARY_SURNAME}, -1}, + {"Donell", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahmedovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Patočka", 1, {DICTIONARY_SURNAME}, -1}, + {"Finnbogadóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwolek", 1, {DICTIONARY_SURNAME}, -1}, + {"Sylbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Aufschnaiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavarin", 1, {DICTIONARY_SURNAME}, -1}, + {"Chait", 1, {DICTIONARY_SURNAME}, -1}, + {"Zippe", 1, {DICTIONARY_SURNAME}, -1}, + {"Thrane", 1, {DICTIONARY_SURNAME}, -1}, + {"Tilley", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellefsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Shirota", 1, {DICTIONARY_SURNAME}, -1}, + {"Doolittle", 1, {DICTIONARY_SURNAME}, -1}, + {"Yanofsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovász", 1, {DICTIONARY_SURNAME}, -1}, + {"Nayoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Den Haute", 1, {DICTIONARY_SURNAME}, -1}, + {"Cecily", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garrett", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abdi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tsiolkovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Szilárd", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Burrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Brkić", 1, {DICTIONARY_SURNAME}, -1}, + {"Cummings", 1, {DICTIONARY_SURNAME}, -1}, + {"Hosking", 1, {DICTIONARY_SURNAME}, -1}, + {"Desgrange", 1, {DICTIONARY_SURNAME}, -1}, + {"Servet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garrity", 1, {DICTIONARY_SURNAME}, -1}, + {"Aulenti", 1, {DICTIONARY_SURNAME}, -1}, + {"Yajima", 1, {DICTIONARY_SURNAME}, -1}, + {"Asheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Halvorson", 1, {DICTIONARY_SURNAME}, -1}, + {"Akerhaugen", 1, {DICTIONARY_SURNAME}, -1}, + {"Voskovec", 1, {DICTIONARY_SURNAME}, -1}, + {"Väisälä", 1, {DICTIONARY_SURNAME}, -1}, + {"Salar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tyszkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kashin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdullahi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mildner", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicole", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Lessig", 1, {DICTIONARY_SURNAME}, -1}, + {"Prunier", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasenin", 1, {DICTIONARY_SURNAME}, -1}, + {"Munchetty", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanzetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Gentileschi", 1, {DICTIONARY_SURNAME}, -1}, + {"Limbert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Benassi", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenstreet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrant", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koumjian", 1, {DICTIONARY_SURNAME}, -1}, + {"Gissurarson", 1, {DICTIONARY_SURNAME}, -1}, + {"Riise", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Squires", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanté", 1, {DICTIONARY_SURNAME}, -1}, + {"Kollar", 1, {DICTIONARY_SURNAME}, -1}, + {"Baran", 1, {DICTIONARY_SURNAME}, -1}, + {"Alexis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verchère", 1, {DICTIONARY_SURNAME}, -1}, + {"Jastrzębski", 1, {DICTIONARY_SURNAME}, -1}, + {"Miaoulis", 1, {DICTIONARY_SURNAME}, -1}, + {"McKeough", 1, {DICTIONARY_SURNAME}, -1}, + {"Mausser", 1, {DICTIONARY_SURNAME}, -1}, + {"Viktorov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogoljub", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Genua", 1, {DICTIONARY_SURNAME}, -1}, + {"Eskridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Anabhitra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dionís", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spiegel", 1, {DICTIONARY_SURNAME}, -1}, + {"Badr al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vicelich", 1, {DICTIONARY_SURNAME}, -1}, + {"McMaster", 1, {DICTIONARY_SURNAME}, -1}, + {"Halit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hermans", 1, {DICTIONARY_SURNAME}, -1}, + {"wal mart super center", 1, {DICTIONARY_CHAIN}, 267}, + {"Baars", 1, {DICTIONARY_SURNAME}, -1}, + {"Tortolini", 1, {DICTIONARY_SURNAME}, -1}, + {"Tae-yeon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valiulis", 1, {DICTIONARY_SURNAME}, -1}, + {"Harkey", 1, {DICTIONARY_SURNAME}, -1}, + {"Grizzard", 1, {DICTIONARY_SURNAME}, -1}, + {"Nezha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hingley", 1, {DICTIONARY_SURNAME}, -1}, + {"Raudenbusch", 1, {DICTIONARY_SURNAME}, -1}, + {"Caruana", 1, {DICTIONARY_SURNAME}, -1}, + {"Vission", 1, {DICTIONARY_SURNAME}, -1}, + {"Valaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Gennadiya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wincenty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weatherall", 1, {DICTIONARY_SURNAME}, -1}, + {"Hussman", 1, {DICTIONARY_SURNAME}, -1}, + {"Casley", 1, {DICTIONARY_SURNAME}, -1}, + {"Carradine", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Aluri", 1, {DICTIONARY_SURNAME}, -1}, + {"Uygun", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodseďálek", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūsaku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Engel", 1, {DICTIONARY_SURNAME}, -1}, + {"Biaudet", 1, {DICTIONARY_SURNAME}, -1}, + {"Bort", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viermetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hilal", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vranješ", 1, {DICTIONARY_SURNAME}, -1}, + {"Afrah", 1, {DICTIONARY_SURNAME}, -1}, + {"Guardia", 1, {DICTIONARY_SURNAME}, -1}, + {"Vartak", 1, {DICTIONARY_SURNAME}, -1}, + {"Tahmina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Auclair", 1, {DICTIONARY_SURNAME}, -1}, + {"Farzan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salerne", 1, {DICTIONARY_SURNAME}, -1}, + {"Mühlenpfordt", 1, {DICTIONARY_SURNAME}, -1}, + {"Tschaikowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Likhachyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsushima", 1, {DICTIONARY_SURNAME}, -1}, + {"Grünfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Zetterling", 1, {DICTIONARY_SURNAME}, -1}, + {"Szepan", 1, {DICTIONARY_SURNAME}, -1}, + {"Griffey", 1, {DICTIONARY_SURNAME}, -1}, + {"Dargan", 1, {DICTIONARY_SURNAME}, -1}, + {"Powles", 1, {DICTIONARY_SURNAME}, -1}, + {"Giffen", 1, {DICTIONARY_SURNAME}, -1}, + {"Leonardo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chara", 1, {DICTIONARY_SURNAME}, -1}, + {"Emsley", 1, {DICTIONARY_SURNAME}, -1}, + {"Blacher", 1, {DICTIONARY_SURNAME}, -1}, + {"jack astors bar and grill", 1, {DICTIONARY_CHAIN}, 163}, + {"Mwangi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hanski", 1, {DICTIONARY_SURNAME}, -1}, + {"Shapur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Aken", 1, {DICTIONARY_SURNAME}, -1}, + {"Friel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallone", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Cawkwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Fülöp", 1, {DICTIONARY_SURNAME}, -1}, + {"Sberna", 1, {DICTIONARY_SURNAME}, -1}, + {"Morison", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatsuhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erum", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hye-ja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ke", 1, {DICTIONARY_SURNAME}, -1}, + {"Millett", 1, {DICTIONARY_SURNAME}, -1}, + {"Synge", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimitrijević", 1, {DICTIONARY_SURNAME}, -1}, + {"Alain", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paulauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Bromley", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Berson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ghurki", 1, {DICTIONARY_SURNAME}, -1}, + {"Adebayor", 1, {DICTIONARY_SURNAME}, -1}, + {"Jin-hwan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fredro", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ayers", 1, {DICTIONARY_SURNAME}, -1}, + {"Uylenburgh", 1, {DICTIONARY_SURNAME}, -1}, + {"De Morgan", 1, {DICTIONARY_SURNAME}, -1}, + {"Lynde", 1, {DICTIONARY_SURNAME}, -1}, + {"Pammie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Benenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dhawan", 1, {DICTIONARY_SURNAME}, -1}, + {"Akaagerger", 1, {DICTIONARY_SURNAME}, -1}, + {"Klemens", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kirkpatrick", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herdrich", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bergeron", 1, {DICTIONARY_SURNAME}, -1}, + {"Sonohara", 1, {DICTIONARY_SURNAME}, -1}, + {"Yurina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Orbeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Wijck", 1, {DICTIONARY_SURNAME}, -1}, + {"Seebohm", 1, {DICTIONARY_SURNAME}, -1}, + {"Greeno", 1, {DICTIONARY_SURNAME}, -1}, + {"Elser", 1, {DICTIONARY_SURNAME}, -1}, + {"Didem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grigoryev", 1, {DICTIONARY_SURNAME}, -1}, + {"Vazha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nuzzolese", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokimune", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deyneka", 1, {DICTIONARY_SURNAME}, -1}, + {"Gollwitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Waaler", 1, {DICTIONARY_SURNAME}, -1}, + {"Cansever", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rayamajhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Chilcot", 1, {DICTIONARY_SURNAME}, -1}, + {"Alahuhta", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibargüen", 1, {DICTIONARY_SURNAME}, -1}, + {"Marie Louise", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Neumeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakarua", 1, {DICTIONARY_SURNAME}, -1}, + {"Kharms", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulvskog", 1, {DICTIONARY_SURNAME}, -1}, + {"Myung-yong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Naokatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Helyar", 1, {DICTIONARY_SURNAME}, -1}, + {"Tromp", 1, {DICTIONARY_SURNAME}, -1}, + {"Viehl", 1, {DICTIONARY_SURNAME}, -1}, + {"Handford", 1, {DICTIONARY_SURNAME}, -1}, + {"Varney", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Groat", 1, {DICTIONARY_SURNAME}, -1}, + {"Volčanšek", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Eijden", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbeshie", 1, {DICTIONARY_SURNAME}, -1}, + {"Rivlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Remmick", 1, {DICTIONARY_SURNAME}, -1}, + {"Arellano Félix", 1, {DICTIONARY_SURNAME}, -1}, + {"Didelot", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheung", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hartke", 1, {DICTIONARY_SURNAME}, -1}, + {"Peszek", 1, {DICTIONARY_SURNAME}, -1}, + {"Behrman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Straten", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehrndorfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandl", 1, {DICTIONARY_SURNAME}, -1}, + {"Guðrún", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruxandra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rickey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erbakan", 1, {DICTIONARY_SURNAME}, -1}, + {"McCandless", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jeacocke", 1, {DICTIONARY_SURNAME}, -1}, + {"Karki", 1, {DICTIONARY_SURNAME}, -1}, + {"pollo campero", 1, {DICTIONARY_CHAIN}, -1}, + {"MacSwiney", 1, {DICTIONARY_SURNAME}, -1}, + {"Graybill", 1, {DICTIONARY_SURNAME}, -1}, + {"Coombes", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodger", 1, {DICTIONARY_SURNAME}, -1}, + {"Paykull", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludvig", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hudde", 1, {DICTIONARY_SURNAME}, -1}, + {"Tekeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Schreiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Iset", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sutphin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vartziotis", 1, {DICTIONARY_SURNAME}, -1}, + {"Saastamoinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gräfenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Demir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kalomoira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tanaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Petr", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Auf der Maur", 1, {DICTIONARY_SURNAME}, -1}, + {"Bettany", 1, {DICTIONARY_SURNAME}, -1}, + {"Yada", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallodier", 1, {DICTIONARY_SURNAME}, -1}, + {"Myyrä", 1, {DICTIONARY_SURNAME}, -1}, + {"Mutō", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartholdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gen'ichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tassos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chiaromonte", 1, {DICTIONARY_SURNAME}, -1}, + {"Haskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Česlovas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berti", 1, {DICTIONARY_SURNAME}, -1}, + {"Tobianski", 1, {DICTIONARY_SURNAME}, -1}, + {"Jackiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Carruthers", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammond", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanzler", 1, {DICTIONARY_SURNAME}, -1}, + {"Crook", 1, {DICTIONARY_SURNAME}, -1}, + {"Shuaib", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Feydeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Nowosadzki", 1, {DICTIONARY_SURNAME}, -1}, + {"Plimpton", 1, {DICTIONARY_SURNAME}, -1}, + {"Turkhel", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruys", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassavetes", 1, {DICTIONARY_SURNAME}, -1}, + {"Mishkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramsey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Munz", 1, {DICTIONARY_SURNAME}, -1}, + {"Villalona", 1, {DICTIONARY_SURNAME}, -1}, + {"Hvalimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Firby", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Hea", 1, {DICTIONARY_SURNAME}, -1}, + {"Stahnke", 1, {DICTIONARY_SURNAME}, -1}, + {"Kramář", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuzuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Deme", 1, {DICTIONARY_SURNAME}, -1}, + {"Tergaonkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Stigler", 1, {DICTIONARY_SURNAME}, -1}, + {"Willink", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovemore", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Haramis", 1, {DICTIONARY_SURNAME}, -1}, + {"Qi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vallalperuman", 1, {DICTIONARY_SURNAME}, -1}, + {"Khaparde", 1, {DICTIONARY_SURNAME}, -1}, + {"Świętosław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scheibmeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Marjory", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Feurzeig", 1, {DICTIONARY_SURNAME}, -1}, + {"Smithies", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinzawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kądziołka", 1, {DICTIONARY_SURNAME}, -1}, + {"Ousley", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiappetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Dulfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Yehia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tatsiana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bloemendal", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamdouh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van de Walle", 1, {DICTIONARY_SURNAME}, -1}, + {"Futara", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Donoghue", 1, {DICTIONARY_SURNAME}, -1}, + {"Merlis", 1, {DICTIONARY_SURNAME}, -1}, + {"Tudoran", 1, {DICTIONARY_SURNAME}, -1}, + {"jimmy john's", 1, {DICTIONARY_CHAIN}, -1}, + {"McGloin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rendon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kartosuwirjo", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Bernewitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Urfé", 1, {DICTIONARY_SURNAME}, -1}, + {"Bengez", 1, {DICTIONARY_SURNAME}, -1}, + {"Glover", 1, {DICTIONARY_SURNAME}, -1}, + {"Meijling", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubos", 1, {DICTIONARY_SURNAME}, -1}, + {"Pimenta", 1, {DICTIONARY_SURNAME}, -1}, + {"Schriver", 1, {DICTIONARY_SURNAME}, -1}, + {"Lotz", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeltsev", 1, {DICTIONARY_SURNAME}, -1}, + {"McKinna", 1, {DICTIONARY_SURNAME}, -1}, + {"Siegbert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Markussen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumagai", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoenigman", 1, {DICTIONARY_SURNAME}, -1}, + {"Atkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Di Dio", 1, {DICTIONARY_SURNAME}, -1}, + {"Lennartsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nieketien", 1, {DICTIONARY_SURNAME}, -1}, + {"Matas", 1, {DICTIONARY_SURNAME}, -1}, + {"Akingbala", 1, {DICTIONARY_SURNAME}, -1}, + {"Visković", 1, {DICTIONARY_SURNAME}, -1}, + {"VanRassel", 1, {DICTIONARY_SURNAME}, -1}, + {"Volpatti", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludwig", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Katsuhiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veyksha", 1, {DICTIONARY_SURNAME}, -1}, + {"Gülcan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heise", 1, {DICTIONARY_SURNAME}, -1}, + {"Lunghi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yağız", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Parry Jones", 1, {DICTIONARY_SURNAME}, -1}, + {"Kåre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoshimasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ehrhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Mannheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Scot", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Starner", 1, {DICTIONARY_SURNAME}, -1}, + {"Doty", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekaterini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brockhaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagler", 1, {DICTIONARY_SURNAME}, -1}, + {"Thomlinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Niklas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kariattil", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolingba", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mauss", 1, {DICTIONARY_SURNAME}, -1}, + {"Onslow", 1, {DICTIONARY_SURNAME}, -1}, + {"Gareth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Billah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tsatsa", 1, {DICTIONARY_SURNAME}, -1}, + {"Roderick", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Funderburk", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakkila", 1, {DICTIONARY_SURNAME}, -1}, + {"Reika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stupka", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Shahrani", 1, {DICTIONARY_SURNAME}, -1}, + {"Reichle", 1, {DICTIONARY_SURNAME}, -1}, + {"Quansah", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramo", 1, {DICTIONARY_SURNAME}, -1}, + {"Morgan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bochner", 1, {DICTIONARY_SURNAME}, -1}, + {"Tirunesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Merivale", 1, {DICTIONARY_SURNAME}, -1}, + {"Terata", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranbir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kusunoki", 1, {DICTIONARY_SURNAME}, -1}, + {"Lunn", 1, {DICTIONARY_SURNAME}, -1}, + {"Hustad", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilge", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Balkman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hankiss", 1, {DICTIONARY_SURNAME}, -1}, + {"Peacock", 1, {DICTIONARY_SURNAME}, -1}, + {"Okunowo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hosack", 1, {DICTIONARY_SURNAME}, -1}, + {"Saronni", 1, {DICTIONARY_SURNAME}, -1}, + {"Urs", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vasiljević", 1, {DICTIONARY_SURNAME}, -1}, + {"Azzara", 1, {DICTIONARY_SURNAME}, -1}, + {"Blanchflower", 1, {DICTIONARY_SURNAME}, -1}, + {"Bešić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kudo", 1, {DICTIONARY_SURNAME}, -1}, + {"Latané", 1, {DICTIONARY_SURNAME}, -1}, + {"Menendez", 1, {DICTIONARY_SURNAME}, -1}, + {"Márcio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Altunyan", 1, {DICTIONARY_SURNAME}, -1}, + {"citi bank", 1, {DICTIONARY_CHAIN}, 107}, + {"Bernfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Egeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Buxton", 1, {DICTIONARY_SURNAME}, -1}, + {"Marlene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Acebal", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadatoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baragwanath", 1, {DICTIONARY_SURNAME}, -1}, + {"Witer", 1, {DICTIONARY_SURNAME}, -1}, + {"Borrero", 1, {DICTIONARY_SURNAME}, -1}, + {"Palanisamy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurjak", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiberius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herea", 1, {DICTIONARY_SURNAME}, -1}, + {"Auenbrugger", 1, {DICTIONARY_SURNAME}, -1}, + {"Du", 1, {DICTIONARY_SURNAME}, -1}, + {"Birt", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikulić", 1, {DICTIONARY_SURNAME}, -1}, + {"Erhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Applebaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Takashima", 1, {DICTIONARY_SURNAME}, -1}, + {"Bettelheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleaves", 1, {DICTIONARY_SURNAME}, -1}, + {"Henderickx", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Áine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moshkovitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandas", 1, {DICTIONARY_SURNAME}, -1}, + {"Nizhinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"in-n-out burgers", 1, {DICTIONARY_CHAIN}, 158}, + {"De Lange", 1, {DICTIONARY_SURNAME}, -1}, + {"Pergolesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rigotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownley", 1, {DICTIONARY_SURNAME}, -1}, + {"Prosinečki", 1, {DICTIONARY_SURNAME}, -1}, + {"Abu-Lughod", 1, {DICTIONARY_SURNAME}, -1}, + {"Prejean", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"walmart", 1, {DICTIONARY_CHAIN}, -1}, + {"Bril", 1, {DICTIONARY_SURNAME}, -1}, + {"Ten Cate", 1, {DICTIONARY_SURNAME}, -1}, + {"Gori", 1, {DICTIONARY_SURNAME}, -1}, + {"Aberlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabine", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vazagashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Semaan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shah", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallion", 1, {DICTIONARY_SURNAME}, -1}, + {"Chōei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gamberini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashapura Mata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McClanahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Delaroche", 1, {DICTIONARY_SURNAME}, -1}, + {"Coward", 1, {DICTIONARY_SURNAME}, -1}, + {"Welch", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Eoin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gamlath", 1, {DICTIONARY_SURNAME}, -1}, + {"Okechukwu", 1, {DICTIONARY_SURNAME}, -1}, + {"Nitschmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Timiryazev", 1, {DICTIONARY_SURNAME}, -1}, + {"Nesselmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Tove", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Knefler", 1, {DICTIONARY_SURNAME}, -1}, + {"Giguère", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurij", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kawana", 1, {DICTIONARY_SURNAME}, -1}, + {"Shehu", 1, {DICTIONARY_SURNAME}, -1}, + {"Sterba", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziolkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Aust", 1, {DICTIONARY_SURNAME}, -1}, + {"Özsoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Eichmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlünz", 1, {DICTIONARY_SURNAME}, -1}, + {"Strong", 1, {DICTIONARY_SURNAME}, -1}, + {"Verster", 1, {DICTIONARY_SURNAME}, -1}, + {"Marimuthu", 1, {DICTIONARY_SURNAME}, -1}, + {"Arizmendi", 1, {DICTIONARY_SURNAME}, -1}, + {"Daret", 1, {DICTIONARY_SURNAME}, -1}, + {"Kōichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mendieta", 1, {DICTIONARY_SURNAME}, -1}, + {"Djibo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mabel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Briski", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukiharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Prine", 1, {DICTIONARY_SURNAME}, -1}, + {"steak & shake", 1, {DICTIONARY_CHAIN}, 241}, + {"Pertwee", 1, {DICTIONARY_SURNAME}, -1}, + {"Knepper", 1, {DICTIONARY_SURNAME}, -1}, + {"Chelebadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehning", 1, {DICTIONARY_SURNAME}, -1}, + {"Qaisar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ekici", 1, {DICTIONARY_SURNAME}, -1}, + {"Hettinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saif al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vainoras", 1, {DICTIONARY_SURNAME}, -1}, + {"Heusler", 1, {DICTIONARY_SURNAME}, -1}, + {"Inejiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Annie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iusco", 1, {DICTIONARY_SURNAME}, -1}, + {"Dozier", 1, {DICTIONARY_SURNAME}, -1}, + {"Danforth", 1, {DICTIONARY_SURNAME}, -1}, + {"Brenan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kennan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Çağlayan", 1, {DICTIONARY_SURNAME}, -1}, + {"Krymov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonisteel", 1, {DICTIONARY_SURNAME}, -1}, + {"Andres", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Braakensiek", 1, {DICTIONARY_SURNAME}, -1}, + {"Böttger", 1, {DICTIONARY_SURNAME}, -1}, + {"Lübke", 1, {DICTIONARY_SURNAME}, -1}, + {"Surcouf", 1, {DICTIONARY_SURNAME}, -1}, + {"Pelizzoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Lundmark", 1, {DICTIONARY_SURNAME}, -1}, + {"Speal", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagos", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tarafdar", 1, {DICTIONARY_SURNAME}, -1}, + {"Skerrett", 1, {DICTIONARY_SURNAME}, -1}, + {"Üzeyir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nahdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Šaloun", 1, {DICTIONARY_SURNAME}, -1}, + {"Aamund", 1, {DICTIONARY_SURNAME}, -1}, + {"Kutschera", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Xaviel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Opdahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Marotta", 1, {DICTIONARY_SURNAME}, -1}, + {"Roldán", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nobumasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gorson", 1, {DICTIONARY_SURNAME}, -1}, + {"Adiamoh", 1, {DICTIONARY_SURNAME}, -1}, + {"Eugenija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trávníček", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yagmich", 1, {DICTIONARY_SURNAME}, -1}, + {"Tochilin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigar", 1, {DICTIONARY_SURNAME}, -1}, + {"Pierrat", 1, {DICTIONARY_SURNAME}, -1}, + {"Nevaeh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schönhaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayntun", 1, {DICTIONARY_SURNAME}, -1}, + {"Cady", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cihlář", 1, {DICTIONARY_SURNAME}, -1}, + {"McGregory", 1, {DICTIONARY_SURNAME}, -1}, + {"Tashjian", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalberg-Acton", 1, {DICTIONARY_SURNAME}, -1}, + {"Farmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Khristo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"total", 1, {DICTIONARY_CHAIN}, -1}, + {"Vekovishchev", 1, {DICTIONARY_SURNAME}, -1}, + {"Alahapperuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Staudinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Héguy", 1, {DICTIONARY_SURNAME}, -1}, + {"sizzler", 1, {DICTIONARY_CHAIN}, -1}, + {"Essex", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyosue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Afamasaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Welie", 1, {DICTIONARY_SURNAME}, -1}, + {"Sternberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Melkemichel", 1, {DICTIONARY_SURNAME}, -1}, + {"Terboven", 1, {DICTIONARY_SURNAME}, -1}, + {"Stravinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Lí", 1, {DICTIONARY_SURNAME}, -1}, + {"Amjad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jayne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kaagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Bucheler", 1, {DICTIONARY_SURNAME}, -1}, + {"Brustolon", 1, {DICTIONARY_SURNAME}, -1}, + {"Dougie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ablyazin", 1, {DICTIONARY_SURNAME}, -1}, + {"Corbin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kondylis", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Meir", 1, {DICTIONARY_SURNAME}, -1}, + {"Dilaver", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vutsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tacchini", 1, {DICTIONARY_SURNAME}, -1}, + {"Feinstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Broeckhoven", 1, {DICTIONARY_SURNAME}, -1}, + {"Fujihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidemi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Soo-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Åkerfeldt", 1, {DICTIONARY_SURNAME}, -1}, + {"Priari Syyads", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeti", 1, {DICTIONARY_SURNAME}, -1}, + {"Havili", 1, {DICTIONARY_SURNAME}, -1}, + {"Pees", 1, {DICTIONARY_SURNAME}, -1}, + {"Häiväoja", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeronimas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rebelo", 1, {DICTIONARY_SURNAME}, -1}, + {"Röthke", 1, {DICTIONARY_SURNAME}, -1}, + {"Agasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Antwerpen", 1, {DICTIONARY_SURNAME}, -1}, + {"Nitin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flower", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lalanne", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Viers", 1, {DICTIONARY_SURNAME}, -1}, + {"Quigley", 1, {DICTIONARY_SURNAME}, -1}, + {"De Bruyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Kesinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Canby", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Parijs", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerald", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abeln", 1, {DICTIONARY_SURNAME}, -1}, + {"Marveggio", 1, {DICTIONARY_SURNAME}, -1}, + {"Aybike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nisbeth", 1, {DICTIONARY_SURNAME}, -1}, + {"Ampem", 1, {DICTIONARY_SURNAME}, -1}, + {"Kromer", 1, {DICTIONARY_SURNAME}, -1}, + {"Garisto", 1, {DICTIONARY_SURNAME}, -1}, + {"Nonomura", 1, {DICTIONARY_SURNAME}, -1}, + {"Chong Kin Wo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Huntington-Whiteley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanchate", 1, {DICTIONARY_SURNAME}, -1}, + {"Angathil", 1, {DICTIONARY_SURNAME}, -1}, + {"Heard", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogle", 1, {DICTIONARY_SURNAME}, -1}, + {"Radiša", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Triantafyllou", 1, {DICTIONARY_SURNAME}, -1}, + {"Firebrace", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballman", 1, {DICTIONARY_SURNAME}, -1}, + {"Zec", 1, {DICTIONARY_SURNAME}, -1}, + {"Beccantini", 1, {DICTIONARY_SURNAME}, -1}, + {"Graver", 1, {DICTIONARY_SURNAME}, -1}, + {"Rankl", 1, {DICTIONARY_SURNAME}, -1}, + {"Sachdev", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonatsos", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlichter", 1, {DICTIONARY_SURNAME}, -1}, + {"Jolene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yawovi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoadley", 1, {DICTIONARY_SURNAME}, -1}, + {"Lefter", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leitgeb", 1, {DICTIONARY_SURNAME}, -1}, + {"Khagba", 1, {DICTIONARY_SURNAME}, -1}, + {"Feyaerts", 1, {DICTIONARY_SURNAME}, -1}, + {"Oliveira Silva", 1, {DICTIONARY_SURNAME}, -1}, + {"Kean", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bussey", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Morihiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Averkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Chanhsy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reylander", 1, {DICTIONARY_SURNAME}, -1}, + {"Mäki", 1, {DICTIONARY_SURNAME}, -1}, + {"Panofsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Grosjean", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacobi", 1, {DICTIONARY_SURNAME}, -1}, + {"Breslow", 1, {DICTIONARY_SURNAME}, -1}, + {"Stehmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ardoin", 1, {DICTIONARY_SURNAME}, -1}, + {"Geary", 1, {DICTIONARY_SURNAME}, -1}, + {"Lawson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tweraser", 1, {DICTIONARY_SURNAME}, -1}, + {"chick fil as", 1, {DICTIONARY_CHAIN}, 97}, + {"Adelabu", 1, {DICTIONARY_SURNAME}, -1}, + {"Routray", 1, {DICTIONARY_SURNAME}, -1}, + {"Gutzeit", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Breda Kolff", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouder", 1, {DICTIONARY_SURNAME}, -1}, + {"chuck e cheese", 1, {DICTIONARY_CHAIN}, 102}, + {"Yeager", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trammell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Clowes", 1, {DICTIONARY_SURNAME}, -1}, + {"Scotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Car", 1, {DICTIONARY_SURNAME}, -1}, + {"Höllenreiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Pepusch", 1, {DICTIONARY_SURNAME}, -1}, + {"Levent", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ziffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruger", 1, {DICTIONARY_SURNAME}, -1}, + {"Agoglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Gish", 1, {DICTIONARY_SURNAME}, -1}, + {"Porritt", 1, {DICTIONARY_SURNAME}, -1}, + {"Jannacci", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakamaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Salvioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Grisbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhūmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mussill", 1, {DICTIONARY_SURNAME}, -1}, + {"Palfreyman", 1, {DICTIONARY_SURNAME}, -1}, + {"Marrone", 1, {DICTIONARY_SURNAME}, -1}, + {"Della Rocca", 1, {DICTIONARY_SURNAME}, -1}, + {"Pogrebinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Odia", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giertych", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorka", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cormann", 1, {DICTIONARY_SURNAME}, -1}, + {"Helgenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Mulherin", 1, {DICTIONARY_SURNAME}, -1}, + {"HolmPatrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Scholes", 1, {DICTIONARY_SURNAME}, -1}, + {"Serafin", 1, {DICTIONARY_SURNAME}, -1}, + {"Coypel", 1, {DICTIONARY_SURNAME}, -1}, + {"Salatzki", 1, {DICTIONARY_SURNAME}, -1}, + {"Vejzović", 1, {DICTIONARY_SURNAME}, -1}, + {"McCone", 1, {DICTIONARY_SURNAME}, -1}, + {"Leinhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheinwold", 1, {DICTIONARY_SURNAME}, -1}, + {"Marczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomoyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ellet", 1, {DICTIONARY_SURNAME}, -1}, + {"Münch", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikmanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhairi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rai", 1, {DICTIONARY_SURNAME}, -1}, + {"Steegmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Schildknecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Herk", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Timms", 1, {DICTIONARY_SURNAME}, -1}, + {"Klebs", 1, {DICTIONARY_SURNAME}, -1}, + {"Chagas", 1, {DICTIONARY_SURNAME}, -1}, + {"Golea", 1, {DICTIONARY_SURNAME}, -1}, + {"Sōji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pasquale", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Heisuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Learned", 1, {DICTIONARY_SURNAME}, -1}, + {"Sethna", 1, {DICTIONARY_SURNAME}, -1}, + {"Silverman", 1, {DICTIONARY_SURNAME}, -1}, + {"Thruston", 1, {DICTIONARY_SURNAME}, -1}, + {"Jiichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Olsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Caolán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wissem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hackman", 1, {DICTIONARY_SURNAME}, -1}, + {"Haraldsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ripperda", 1, {DICTIONARY_SURNAME}, -1}, + {"Corelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McNeece", 1, {DICTIONARY_SURNAME}, -1}, + {"Carazo", 1, {DICTIONARY_SURNAME}, -1}, + {"Egon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Otaran", 1, {DICTIONARY_SURNAME}, -1}, + {"Starikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lowness", 1, {DICTIONARY_SURNAME}, -1}, + {"Yumeko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sophie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vernydub", 1, {DICTIONARY_SURNAME}, -1}, + {"Jitka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hietbrink", 1, {DICTIONARY_SURNAME}, -1}, + {"Flecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Ienari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trintignant", 1, {DICTIONARY_SURNAME}, -1}, + {"Rausch", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldisserri", 1, {DICTIONARY_SURNAME}, -1}, + {"Karaman", 1, {DICTIONARY_SURNAME}, -1}, + {"Rahmani", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashlag", 1, {DICTIONARY_SURNAME}, -1}, + {"Pashley", 1, {DICTIONARY_SURNAME}, -1}, + {"Brandejs", 1, {DICTIONARY_SURNAME}, -1}, + {"Solana", 1, {DICTIONARY_SURNAME}, -1}, + {"Leahy", 1, {DICTIONARY_SURNAME}, -1}, + {"Pauli", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aled", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Narongchai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ankhesenpepi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tellier", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiroyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eckardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Valentine", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boyde", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshiyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cruse", 1, {DICTIONARY_SURNAME}, -1}, + {"Selberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Mihalis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Komljenović", 1, {DICTIONARY_SURNAME}, -1}, + {"Howland", 1, {DICTIONARY_SURNAME}, -1}, + {"Margot", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Len", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"paris baguette", 1, {DICTIONARY_CHAIN}, -1}, + {"Braley", 1, {DICTIONARY_SURNAME}, -1}, + {"Brahm", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bagnold", 1, {DICTIONARY_SURNAME}, -1}, + {"Lippmann", 1, {DICTIONARY_SURNAME}, -1}, + {"the u.p.s store", 1, {DICTIONARY_CHAIN}, 261}, + {"Van der Vorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Boulle", 1, {DICTIONARY_SURNAME}, -1}, + {"Vujošević", 1, {DICTIONARY_SURNAME}, -1}, + {"McChrystal", 1, {DICTIONARY_SURNAME}, -1}, + {"Marlane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mattias", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Diawara", 1, {DICTIONARY_SURNAME}, -1}, + {"Nankervis", 1, {DICTIONARY_SURNAME}, -1}, + {"Butz", 1, {DICTIONARY_SURNAME}, -1}, + {"Süyümbike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"speedway", 1, {DICTIONARY_CHAIN}, -1}, + {"Domínguez", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Acin", 1, {DICTIONARY_SURNAME}, -1}, + {"Micka", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanzaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Halabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Wijers", 1, {DICTIONARY_SURNAME}, -1}, + {"Nwofor", 1, {DICTIONARY_SURNAME}, -1}, + {"Schönhuber", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilger", 1, {DICTIONARY_SURNAME}, -1}, + {"Langdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Gamson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pääsuke", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bapat", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallowell", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Chim", 1, {DICTIONARY_SURNAME}, -1}, + {"Picallo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatton", 1, {DICTIONARY_SURNAME}, -1}, + {"Haymer", 1, {DICTIONARY_SURNAME}, -1}, + {"Clemens", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hidefumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ventimilia", 1, {DICTIONARY_SURNAME}, -1}, + {"Kraus", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jed", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shust", 1, {DICTIONARY_SURNAME}, -1}, + {"Parisella", 1, {DICTIONARY_SURNAME}, -1}, + {"Giacobbe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Airich", 1, {DICTIONARY_SURNAME}, -1}, + {"Senkevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Santall", 1, {DICTIONARY_SURNAME}, -1}, + {"Regan", 1, {DICTIONARY_SURNAME}, -1}, + {"Cony", 1, {DICTIONARY_SURNAME}, -1}, + {"Moldovan", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrahamsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Léandre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dragičević", 1, {DICTIONARY_SURNAME}, -1}, + {"Holtermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Pusapati", 1, {DICTIONARY_SURNAME}, -1}, + {"Parrish", 1, {DICTIONARY_SURNAME}, -1}, + {"Vélez", 1, {DICTIONARY_SURNAME}, -1}, + {"Des Vœux", 1, {DICTIONARY_SURNAME}, -1}, + {"Stitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammerschlag", 1, {DICTIONARY_SURNAME}, -1}, + {"Achterberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ascott", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolstencroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Charters", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbeze", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnald", 1, {DICTIONARY_SURNAME}, -1}, + {"Veljača", 1, {DICTIONARY_SURNAME}, -1}, + {"Delporte", 1, {DICTIONARY_SURNAME}, -1}, + {"Wodde", 1, {DICTIONARY_SURNAME}, -1}, + {"Bankhead", 1, {DICTIONARY_SURNAME}, -1}, + {"Hotaru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dawkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Petrarca", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelleher", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Melling", 1, {DICTIONARY_SURNAME}, -1}, + {"Acoose", 1, {DICTIONARY_SURNAME}, -1}, + {"Utkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Viv", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nuttgens", 1, {DICTIONARY_SURNAME}, -1}, + {"Sprot", 1, {DICTIONARY_SURNAME}, -1}, + {"Eugene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bekker", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardona", 1, {DICTIONARY_SURNAME}, -1}, + {"Schratt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ardley", 1, {DICTIONARY_SURNAME}, -1}, + {"McLaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Midhir", 1, {DICTIONARY_SURNAME}, -1}, + {"Leok", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhowmick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilarasau", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó hAnnáin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berthier", 1, {DICTIONARY_SURNAME}, -1}, + {"Majerle", 1, {DICTIONARY_SURNAME}, -1}, + {"Bossi", 1, {DICTIONARY_SURNAME}, -1}, + {"Reznik", 1, {DICTIONARY_SURNAME}, -1}, + {"Bedser", 1, {DICTIONARY_SURNAME}, -1}, + {"McAveety", 1, {DICTIONARY_SURNAME}, -1}, + {"Badgley", 1, {DICTIONARY_SURNAME}, -1}, + {"Buycks", 1, {DICTIONARY_SURNAME}, -1}, + {"a.t & t store", 1, {DICTIONARY_CHAIN}, 65}, + {"Taner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Meurman", 1, {DICTIONARY_SURNAME}, -1}, + {"Obrad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peukert", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermaas", 1, {DICTIONARY_SURNAME}, -1}, + {"McClarnon", 1, {DICTIONARY_SURNAME}, -1}, + {"Nílton", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dorota", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Medlicott", 1, {DICTIONARY_SURNAME}, -1}, + {"Bramati", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambrogio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cotera", 1, {DICTIONARY_SURNAME}, -1}, + {"Aragaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorley", 1, {DICTIONARY_SURNAME}, -1}, + {"Loftis", 1, {DICTIONARY_SURNAME}, -1}, + {"Brasher", 1, {DICTIONARY_SURNAME}, -1}, + {"chick fillet", 1, {DICTIONARY_CHAIN}, 97}, + {"Etchemendy", 1, {DICTIONARY_SURNAME}, -1}, + {"Garavito", 1, {DICTIONARY_SURNAME}, -1}, + {"Aylin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Accavallo", 1, {DICTIONARY_SURNAME}, -1}, + {"Norgrove", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguinagalde", 1, {DICTIONARY_SURNAME}, -1}, + {"Tichý", 1, {DICTIONARY_SURNAME}, -1}, + {"Job", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dybwad", 1, {DICTIONARY_SURNAME}, -1}, + {"Vildósola", 1, {DICTIONARY_SURNAME}, -1}, + {"DeSantis", 1, {DICTIONARY_SURNAME}, -1}, + {"Brace", 1, {DICTIONARY_SURNAME}, -1}, + {"Obey", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Eerie", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassilios", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Methuen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tischendorf", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Amhalghadha", 1, {DICTIONARY_SURNAME}, -1}, + {"Varnakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Capell", 1, {DICTIONARY_SURNAME}, -1}, + {"Rohr", 1, {DICTIONARY_SURNAME}, -1}, + {"Akdağ", 1, {DICTIONARY_SURNAME}, -1}, + {"Hauff", 1, {DICTIONARY_SURNAME}, -1}, + {"Massé", 1, {DICTIONARY_SURNAME}, -1}, + {"Bobridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Volders", 1, {DICTIONARY_SURNAME}, -1}, + {"Mila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raley", 1, {DICTIONARY_SURNAME}, -1}, + {"McClenahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Fonnereau", 1, {DICTIONARY_SURNAME}, -1}, + {"Samuelstuen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabay", 1, {DICTIONARY_SURNAME}, -1}, + {"Conradi", 1, {DICTIONARY_SURNAME}, -1}, + {"Achúgar", 1, {DICTIONARY_SURNAME}, -1}, + {"Dogar", 1, {DICTIONARY_SURNAME}, -1}, + {"Järvinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Shujiao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Besher", 1, {DICTIONARY_SURNAME}, -1}, + {"Günaydın", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Meijden", 1, {DICTIONARY_SURNAME}, -1}, + {"Sojka", 1, {DICTIONARY_SURNAME}, -1}, + {"Wau", 1, {DICTIONARY_SURNAME}, -1}, + {"Karpovtsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Grangier", 1, {DICTIONARY_SURNAME}, -1}, + {"Arditi", 1, {DICTIONARY_SURNAME}, -1}, + {"Heuckeroth", 1, {DICTIONARY_SURNAME}, -1}, + {"Taiga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ranalli", 1, {DICTIONARY_SURNAME}, -1}, + {"Schüpbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashdown", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibtisam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reşid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tekulve", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jānis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pasculli", 1, {DICTIONARY_SURNAME}, -1}, + {"Małgosia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hägglund", 1, {DICTIONARY_SURNAME}, -1}, + {"Guida", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmieden", 1, {DICTIONARY_SURNAME}, -1}, + {"Neigel", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gurp", 1, {DICTIONARY_SURNAME}, -1}, + {"Saxby", 1, {DICTIONARY_SURNAME}, -1}, + {"Léhař", 1, {DICTIONARY_SURNAME}, -1}, + {"Adingono", 1, {DICTIONARY_SURNAME}, -1}, + {"Ja-kyung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kenneally", 1, {DICTIONARY_SURNAME}, -1}, + {"Visheau", 1, {DICTIONARY_SURNAME}, -1}, + {"Fleetwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Bingen", 1, {DICTIONARY_SURNAME}, -1}, + {"Teder", 1, {DICTIONARY_SURNAME}, -1}, + {"Ben-Zeev", 1, {DICTIONARY_SURNAME}, -1}, + {"Cizelj", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulano", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhukov", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Wittel", 1, {DICTIONARY_SURNAME}, -1}, + {"Arneth", 1, {DICTIONARY_SURNAME}, -1}, + {"Butler family", 1, {DICTIONARY_SURNAME}, -1}, + {"Boll", 1, {DICTIONARY_SURNAME}, -1}, + {"Del Granado", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucious", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McDermid", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdinur", 1, {DICTIONARY_SURNAME}, -1}, + {"Hania", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ginder", 1, {DICTIONARY_SURNAME}, -1}, + {"Dilber", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"rainforest cafe", 1, {DICTIONARY_CHAIN}, -1}, + {"Audo", 1, {DICTIONARY_SURNAME}, -1}, + {"Suljaković", 1, {DICTIONARY_SURNAME}, -1}, + {"Krejčí", 1, {DICTIONARY_SURNAME}, -1}, + {"Slowey", 1, {DICTIONARY_SURNAME}, -1}, + {"Rout", 1, {DICTIONARY_SURNAME}, -1}, + {"Pixner", 1, {DICTIONARY_SURNAME}, -1}, + {"Churbanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Byford", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshitaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kristófi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrozný", 1, {DICTIONARY_SURNAME}, -1}, + {"Cloughgrenan", 1, {DICTIONARY_SURNAME}, -1}, + {"Santaromita", 1, {DICTIONARY_SURNAME}, -1}, + {"Abardonado", 1, {DICTIONARY_SURNAME}, -1}, + {"Luzzati", 1, {DICTIONARY_SURNAME}, -1}, + {"Carnesecca", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyatake", 1, {DICTIONARY_SURNAME}, -1}, + {"Paley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vongtama", 1, {DICTIONARY_SURNAME}, -1}, + {"Pólya", 1, {DICTIONARY_SURNAME}, -1}, + {"Chantemesse", 1, {DICTIONARY_SURNAME}, -1}, + {"Shambhav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kennett", 1, {DICTIONARY_SURNAME}, -1}, + {"Hersey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abbett", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanushree", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Allyn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vartmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Damijanić", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Velden", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratliff", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaminer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleerekoper", 1, {DICTIONARY_SURNAME}, -1}, + {"Eden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Calster", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallar", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrzáňová", 1, {DICTIONARY_SURNAME}, -1}, + {"Malfatti", 1, {DICTIONARY_SURNAME}, -1}, + {"Altarev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitur", 1, {DICTIONARY_SURNAME}, -1}, + {"outback steak houses", 1, {DICTIONARY_CHAIN}, 197}, + {"Cheula", 1, {DICTIONARY_SURNAME}, -1}, + {"Deshpande", 1, {DICTIONARY_SURNAME}, -1}, + {"Gioacchino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geraldine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nic Somhairle", 1, {DICTIONARY_SURNAME}, -1}, + {"Eekhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakiho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buytendijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Cervelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Leskinen", 1, {DICTIONARY_SURNAME}, -1}, + {"McNicol", 1, {DICTIONARY_SURNAME}, -1}, + {"Matuszny", 1, {DICTIONARY_SURNAME}, -1}, + {"Speight", 1, {DICTIONARY_SURNAME}, -1}, + {"Hefferton", 1, {DICTIONARY_SURNAME}, -1}, + {"Aminoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwarzwasser", 1, {DICTIONARY_SURNAME}, -1}, + {"Karpyshyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Krupinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Bishnois", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambart", 1, {DICTIONARY_SURNAME}, -1}, + {"Diaconu", 1, {DICTIONARY_SURNAME}, -1}, + {"Najafi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguemon", 1, {DICTIONARY_SURNAME}, -1}, + {"Olavo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sperafico", 1, {DICTIONARY_SURNAME}, -1}, + {"familymart", 1, {DICTIONARY_CHAIN}, -1}, + {"Kirui", 1, {DICTIONARY_SURNAME}, -1}, + {"Petronijević", 1, {DICTIONARY_SURNAME}, -1}, + {"Aniebo", 1, {DICTIONARY_SURNAME}, -1}, + {"Billotte", 1, {DICTIONARY_SURNAME}, -1}, + {"Vráblík", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tayler", 1, {DICTIONARY_SURNAME}, -1}, + {"Speroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Höfler", 1, {DICTIONARY_SURNAME}, -1}, + {"Slovák", 1, {DICTIONARY_SURNAME}, -1}, + {"McNevin", 1, {DICTIONARY_SURNAME}, -1}, + {"Luthra", 1, {DICTIONARY_SURNAME}, -1}, + {"Groban", 1, {DICTIONARY_SURNAME}, -1}, + {"Thottempudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Matjaž", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Antkowiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Olabimtan", 1, {DICTIONARY_SURNAME}, -1}, + {"Fancourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Theard", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwarzkopf", 1, {DICTIONARY_SURNAME}, -1}, + {"rfk", 1, {DICTIONARY_NAMED_PERSON}, 284}, + {"Facey", 1, {DICTIONARY_SURNAME}, -1}, + {"Bohm", 1, {DICTIONARY_SURNAME}, -1}, + {"Zucker", 1, {DICTIONARY_SURNAME}, -1}, + {"MacLaren", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Way", 1, {DICTIONARY_SURNAME}, -1}, + {"Rousselot", 1, {DICTIONARY_SURNAME}, -1}, + {"McWhirter", 1, {DICTIONARY_SURNAME}, -1}, + {"Dwomoh", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaytor", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwimmer", 1, {DICTIONARY_SURNAME}, -1}, + {"chipotles", 1, {DICTIONARY_CHAIN}, 99}, + {"Taube", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasujirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sommer", 1, {DICTIONARY_SURNAME}, -1}, + {"Abenzoar", 1, {DICTIONARY_SURNAME}, -1}, + {"Cadwaladr", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Winder", 1, {DICTIONARY_SURNAME}, -1}, + {"Gasparri", 1, {DICTIONARY_SURNAME}, -1}, + {"Edes", 1, {DICTIONARY_SURNAME}, -1}, + {"Védrine", 1, {DICTIONARY_SURNAME}, -1}, + {"Agozzino", 1, {DICTIONARY_SURNAME}, -1}, + {"Hobson", 1, {DICTIONARY_SURNAME}, -1}, + {"Brickowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Varoufakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilcotes", 1, {DICTIONARY_SURNAME}, -1}, + {"Fontes", 1, {DICTIONARY_SURNAME}, -1}, + {"McDaris", 1, {DICTIONARY_SURNAME}, -1}, + {"Vohrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Salman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Granderson", 1, {DICTIONARY_SURNAME}, -1}, + {"Collazo", 1, {DICTIONARY_SURNAME}, -1}, + {"Mifune", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosztóczy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilmunen", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaskel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sandhila", 1, {DICTIONARY_SURNAME}, -1}, + {"Brković", 1, {DICTIONARY_SURNAME}, -1}, + {"Jasem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jerold", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verdugo", 1, {DICTIONARY_SURNAME}, -1}, + {"Faßbänder", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegh", 1, {DICTIONARY_SURNAME}, -1}, + {"Aberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sundman", 1, {DICTIONARY_SURNAME}, -1}, + {"Scougal", 1, {DICTIONARY_SURNAME}, -1}, + {"Marsili", 1, {DICTIONARY_SURNAME}, -1}, + {"Willhite", 1, {DICTIONARY_SURNAME}, -1}, + {"Simonas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wallis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Salveyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Acebes", 1, {DICTIONARY_SURNAME}, -1}, + {"Adan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fedorovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Griner", 1, {DICTIONARY_SURNAME}, -1}, + {"De Thou", 1, {DICTIONARY_SURNAME}, -1}, + {"Abarrientos", 1, {DICTIONARY_SURNAME}, -1}, + {"Grisham", 1, {DICTIONARY_SURNAME}, -1}, + {"Večeřa", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoggart", 1, {DICTIONARY_SURNAME}, -1}, + {"Mengi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bé Fáil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Manningham", 1, {DICTIONARY_SURNAME}, -1}, + {"McLardy", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeilinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Petricka", 1, {DICTIONARY_SURNAME}, -1}, + {"Karimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Stecher", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenmaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Bondi", 1, {DICTIONARY_SURNAME}, -1}, + {"McAnally", 1, {DICTIONARY_SURNAME}, -1}, + {"Massine", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaylord", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cocke", 1, {DICTIONARY_SURNAME}, -1}, + {"Guste", 1, {DICTIONARY_SURNAME}, -1}, + {"Giuliani", 1, {DICTIONARY_SURNAME}, -1}, + {"Abarough", 1, {DICTIONARY_SURNAME}, -1}, + {"Þorsteinn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jhaveri", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakarić", 1, {DICTIONARY_SURNAME}, -1}, + {"Aramburu", 1, {DICTIONARY_SURNAME}, -1}, + {"Bryan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abidallah", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryzkhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Wenczel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Scobie", 1, {DICTIONARY_SURNAME}, -1}, + {"Beradze", 1, {DICTIONARY_SURNAME}, -1}, + {"Montrose", 1, {DICTIONARY_SURNAME}, -1}, + {"Liu", 1, {DICTIONARY_SURNAME}, -1}, + {"Chandola", 1, {DICTIONARY_SURNAME}, -1}, + {"Vestreng", 1, {DICTIONARY_SURNAME}, -1}, + {"Shabana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cadogan", 1, {DICTIONARY_SURNAME}, -1}, + {"Constantino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Slonimski", 1, {DICTIONARY_SURNAME}, -1}, + {"Von NotHaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Nováček", 1, {DICTIONARY_SURNAME}, -1}, + {"Diodati", 1, {DICTIONARY_SURNAME}, -1}, + {"Barsouk", 1, {DICTIONARY_SURNAME}, -1}, + {"Medampudi", 1, {DICTIONARY_SURNAME}, -1}, + {"peugeot", 1, {DICTIONARY_CHAIN}, -1}, + {"Belinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Akagawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Lerch", 1, {DICTIONARY_SURNAME}, -1}, + {"Nwe", 1, {DICTIONARY_SURNAME}, -1}, + {"Berge", 1, {DICTIONARY_SURNAME}, -1}, + {"DePree", 1, {DICTIONARY_SURNAME}, -1}, + {"Uí Thomhnair", 1, {DICTIONARY_SURNAME}, -1}, + {"Keogh", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Oelhoffen", 1, {DICTIONARY_SURNAME}, -1}, + {"Feltrinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannelius", 1, {DICTIONARY_SURNAME}, -1}, + {"Gülbahar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edgarian", 1, {DICTIONARY_SURNAME}, -1}, + {"Vieluf", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownell", 1, {DICTIONARY_SURNAME}, -1}, + {"Adolphson", 1, {DICTIONARY_SURNAME}, -1}, + {"Süß", 1, {DICTIONARY_SURNAME}, -1}, + {"Kahle", 1, {DICTIONARY_SURNAME}, -1}, + {"Pendharkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Manookian", 1, {DICTIONARY_SURNAME}, -1}, + {"Varlamau", 1, {DICTIONARY_SURNAME}, -1}, + {"Melamed", 1, {DICTIONARY_SURNAME}, -1}, + {"Veroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Simons", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hellickson", 1, {DICTIONARY_SURNAME}, -1}, + {"Winothai", 1, {DICTIONARY_SURNAME}, -1}, + {"Hogeboom", 1, {DICTIONARY_SURNAME}, -1}, + {"Laflèche", 1, {DICTIONARY_SURNAME}, -1}, + {"Valmassoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Os", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shakashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitt-Rivers", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkaoui", 1, {DICTIONARY_SURNAME}, -1}, + {"Aifric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dingley", 1, {DICTIONARY_SURNAME}, -1}, + {"Aasrud", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinsaltz", 1, {DICTIONARY_SURNAME}, -1}, + {"Buresch", 1, {DICTIONARY_SURNAME}, -1}, + {"Abakelia", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Ryn", 1, {DICTIONARY_SURNAME}, -1}, + {"Sichi", 1, {DICTIONARY_SURNAME}, -1}, + {"Misaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Shayne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bessie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Qvarforth", 1, {DICTIONARY_SURNAME}, -1}, + {"Liana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gietzelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedley", 1, {DICTIONARY_SURNAME}, -1}, + {"Motta", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatori", 1, {DICTIONARY_SURNAME}, -1}, + {"Bentall", 1, {DICTIONARY_SURNAME}, -1}, + {"Rowett", 1, {DICTIONARY_SURNAME}, -1}, + {"ml king", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Bevan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vincenti", 1, {DICTIONARY_SURNAME}, -1}, + {"Silberbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Takeyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goodger", 1, {DICTIONARY_SURNAME}, -1}, + {"Alachachian", 1, {DICTIONARY_SURNAME}, -1}, + {"Yankey", 1, {DICTIONARY_SURNAME}, -1}, + {"Hubbell", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhilgov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomoaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grodner", 1, {DICTIONARY_SURNAME}, -1}, + {"Veering", 1, {DICTIONARY_SURNAME}, -1}, + {"Poutiainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijayadurga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Otter", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rowlands", 1, {DICTIONARY_SURNAME}, -1}, + {"Soberón", 1, {DICTIONARY_SURNAME}, -1}, + {"Westmoreland", 1, {DICTIONARY_SURNAME}, -1}, + {"Steven", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ajila", 1, {DICTIONARY_SURNAME}, -1}, + {"Agwi", 1, {DICTIONARY_SURNAME}, -1}, + {"Scurfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Azim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vauchok", 1, {DICTIONARY_SURNAME}, -1}, + {"Bly", 1, {DICTIONARY_SURNAME}, -1}, + {"Jervoise", 1, {DICTIONARY_SURNAME}, -1}, + {"Vikestad", 1, {DICTIONARY_SURNAME}, -1}, + {"Nosworthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Matranga", 1, {DICTIONARY_SURNAME}, -1}, + {"Rombouts", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahendra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Donnersmarck", 1, {DICTIONARY_SURNAME}, -1}, + {"McGeown", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Narutowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurokawa", 1, {DICTIONARY_SURNAME}, -1}, + {"bubba gump's", 1, {DICTIONARY_CHAIN}, 87}, + {"Terentyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Annika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cassinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrijašević", 1, {DICTIONARY_SURNAME}, -1}, + {"Neander", 1, {DICTIONARY_SURNAME}, -1}, + {"Redtenbacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Aljean", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dharni", 1, {DICTIONARY_SURNAME}, -1}, + {"Droubay", 1, {DICTIONARY_SURNAME}, -1}, + {"Eidelberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Virmani", 1, {DICTIONARY_SURNAME}, -1}, + {"Valicevic", 1, {DICTIONARY_SURNAME}, -1}, + {"Brasillach", 1, {DICTIONARY_SURNAME}, -1}, + {"Alphonse", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drost", 1, {DICTIONARY_SURNAME}, -1}, + {"Malbon", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsujimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlesser", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallun", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannibalsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Assaf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schommer", 1, {DICTIONARY_SURNAME}, -1}, + {"Šušak", 1, {DICTIONARY_SURNAME}, -1}, + {"Thomasson", 1, {DICTIONARY_SURNAME}, -1}, + {"Dele", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brucato", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdrazakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Chevotet", 1, {DICTIONARY_SURNAME}, -1}, + {"Lalique", 1, {DICTIONARY_SURNAME}, -1}, + {"Besozzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Romualdez", 1, {DICTIONARY_SURNAME}, -1}, + {"Herbert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Negro", 1, {DICTIONARY_SURNAME}, -1}, + {"Fishbine", 1, {DICTIONARY_SURNAME}, -1}, + {"Huiberdina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chiappa", 1, {DICTIONARY_SURNAME}, -1}, + {"Maaya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tsukuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Merrett", 1, {DICTIONARY_SURNAME}, -1}, + {"Bramley", 1, {DICTIONARY_SURNAME}, -1}, + {"Pieters", 1, {DICTIONARY_SURNAME}, -1}, + {"McGinty", 1, {DICTIONARY_SURNAME}, -1}, + {"McCree", 1, {DICTIONARY_SURNAME}, -1}, + {"Dollard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Longnecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Korel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zaland", 1, {DICTIONARY_SURNAME}, -1}, + {"MacCaibe", 1, {DICTIONARY_SURNAME}, -1}, + {"Lynton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boulting", 1, {DICTIONARY_SURNAME}, -1}, + {"Aburruzaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Czibulka", 1, {DICTIONARY_SURNAME}, -1}, + {"Broggi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubbels", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Abosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Vercoutre", 1, {DICTIONARY_SURNAME}, -1}, + {"Ridenhour", 1, {DICTIONARY_SURNAME}, -1}, + {"Steensen", 1, {DICTIONARY_SURNAME}, -1}, + {"Eicher", 1, {DICTIONARY_SURNAME}, -1}, + {"Ah Koy", 1, {DICTIONARY_SURNAME}, -1}, + {"Varley", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitzi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Delaunay", 1, {DICTIONARY_SURNAME}, -1}, + {"Acquarone", 1, {DICTIONARY_SURNAME}, -1}, + {"Sherine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Avilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tetsuto", 1, {DICTIONARY_SURNAME}, -1}, + {"Homola", 1, {DICTIONARY_SURNAME}, -1}, + {"McGivney", 1, {DICTIONARY_SURNAME}, -1}, + {"Ax", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaras", 1, {DICTIONARY_SURNAME}, -1}, + {"Bojan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bassermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Fux", 1, {DICTIONARY_SURNAME}, -1}, + {"Bystrov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sachie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vallos", 1, {DICTIONARY_SURNAME}, -1}, + {"Özal", 1, {DICTIONARY_SURNAME}, -1}, + {"Elford", 1, {DICTIONARY_SURNAME}, -1}, + {"Michelotto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"caixa economica federal", 1, {DICTIONARY_CHAIN}, 91}, + {"Ayral", 1, {DICTIONARY_SURNAME}, -1}, + {"Wurtz", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagahide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Osgood", 1, {DICTIONARY_SURNAME}, -1}, + {"Dittman", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Casey", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulford", 1, {DICTIONARY_SURNAME}, -1}, + {"Diakité", 1, {DICTIONARY_SURNAME}, -1}, + {"Chwast", 1, {DICTIONARY_SURNAME}, -1}, + {"Voordewind", 1, {DICTIONARY_SURNAME}, -1}, + {"Johnny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nadeem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chinthabathini", 1, {DICTIONARY_SURNAME}, -1}, + {"Weatherly", 1, {DICTIONARY_SURNAME}, -1}, + {"Afacan", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagateru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veliu", 1, {DICTIONARY_SURNAME}, -1}, + {"Can", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mireille", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haringer", 1, {DICTIONARY_SURNAME}, -1}, + {"Suketsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fabia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cubbage", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoepe", 1, {DICTIONARY_SURNAME}, -1}, + {"De Ayala", 1, {DICTIONARY_SURNAME}, -1}, + {"McCosh", 1, {DICTIONARY_SURNAME}, -1}, + {"fdr", 1, {DICTIONARY_NAMED_PERSON}, 280}, + {"Klemme", 1, {DICTIONARY_SURNAME}, -1}, + {"Rønning", 1, {DICTIONARY_SURNAME}, -1}, + {"albert heijn", 1, {DICTIONARY_CHAIN}, -1}, + {"Rodionov", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardoza", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelham", 1, {DICTIONARY_SURNAME}, -1}, + {"Schürpf", 1, {DICTIONARY_SURNAME}, -1}, + {"Dvořák", 1, {DICTIONARY_SURNAME}, -1}, + {"Purse", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bobbi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bridgen", 1, {DICTIONARY_SURNAME}, -1}, + {"Walberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Valentinčič", 1, {DICTIONARY_SURNAME}, -1}, + {"Sellik", 1, {DICTIONARY_SURNAME}, -1}, + {"Veyt", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Katainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Burkley", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruce", 1, {DICTIONARY_SURNAME}, -1}, + {"Veney", 1, {DICTIONARY_SURNAME}, -1}, + {"Imhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Fournier", 1, {DICTIONARY_SURNAME}, -1}, + {"Levenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitchin", 1, {DICTIONARY_SURNAME}, -1}, + {"Burndred", 1, {DICTIONARY_SURNAME}, -1}, + {"Strickland", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kurao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krieg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kong", 1, {DICTIONARY_SURNAME}, -1}, + {"De Kok", 1, {DICTIONARY_SURNAME}, -1}, + {"Chataway", 1, {DICTIONARY_SURNAME}, -1}, + {"Papagou", 1, {DICTIONARY_SURNAME}, -1}, + {"McLarin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Korput", 1, {DICTIONARY_SURNAME}, -1}, + {"Rugg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuhiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vidrai", 1, {DICTIONARY_SURNAME}, -1}, + {"Lence", 1, {DICTIONARY_SURNAME}, -1}, + {"Stearns", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuminetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Giebel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sudha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hagemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Otakar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ørsted", 1, {DICTIONARY_SURNAME}, -1}, + {"Busk", 1, {DICTIONARY_SURNAME}, -1}, + {"Rátz", 1, {DICTIONARY_SURNAME}, -1}, + {"Schürer", 1, {DICTIONARY_SURNAME}, -1}, + {"Shoobridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Rixens", 1, {DICTIONARY_SURNAME}, -1}, + {"Behrendt", 1, {DICTIONARY_SURNAME}, -1}, + {"Sammons", 1, {DICTIONARY_SURNAME}, -1}, + {"Netzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Purslow", 1, {DICTIONARY_SURNAME}, -1}, + {"Newe", 1, {DICTIONARY_SURNAME}, -1}, + {"Brask", 1, {DICTIONARY_SURNAME}, -1}, + {"Aktaş", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamprecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Abega", 1, {DICTIONARY_SURNAME}, -1}, + {"Tibaldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Plée", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboagye", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovenheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Rossel", 1, {DICTIONARY_SURNAME}, -1}, + {"Mellish", 1, {DICTIONARY_SURNAME}, -1}, + {"Helle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Negar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chiswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Raskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenton", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varešanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavafy", 1, {DICTIONARY_SURNAME}, -1}, + {"Nashwan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salomonowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Alliss", 1, {DICTIONARY_SURNAME}, -1}, + {"McDuffie", 1, {DICTIONARY_SURNAME}, -1}, + {"Lybbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Motomu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Millan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sutherland", 1, {DICTIONARY_SURNAME}, -1}, + {"Hutchinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Loudon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nikitich", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonon", 1, {DICTIONARY_SURNAME}, -1}, + {"Masri", 1, {DICTIONARY_SURNAME}, -1}, + {"Veskimägi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pyneeandee", 1, {DICTIONARY_SURNAME}, -1}, + {"Allasio", 1, {DICTIONARY_SURNAME}, -1}, + {"Giteau", 1, {DICTIONARY_SURNAME}, -1}, + {"Benfenati", 1, {DICTIONARY_SURNAME}, -1}, + {"Mchedlidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gaubert", 1, {DICTIONARY_SURNAME}, -1}, + {"Kisser", 1, {DICTIONARY_SURNAME}, -1}, + {"Pușcaș", 1, {DICTIONARY_SURNAME}, -1}, + {"Draycott", 1, {DICTIONARY_SURNAME}, -1}, + {"Crimthann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Višňovský", 1, {DICTIONARY_SURNAME}, -1}, + {"Broome", 1, {DICTIONARY_SURNAME}, -1}, + {"Foldès", 1, {DICTIONARY_SURNAME}, -1}, + {"Aston", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Teodorescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatsadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Grundmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Loupe", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmideg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bramble", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldassare", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sueko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLelland", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouverie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waadeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Çavdarlı", 1, {DICTIONARY_SURNAME}, -1}, + {"Wehrli", 1, {DICTIONARY_SURNAME}, -1}, + {"Dabadie", 1, {DICTIONARY_SURNAME}, -1}, + {"Emmerich", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Haenel", 1, {DICTIONARY_SURNAME}, -1}, + {"Filippenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Mroczek", 1, {DICTIONARY_SURNAME}, -1}, + {"Isabelle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goodall", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Liza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Åsvestad", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayvaz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Wyk de Vries", 1, {DICTIONARY_SURNAME}, -1}, + {"Henter", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Vartolemei", 1, {DICTIONARY_SURNAME}, -1}, + {"Norkus", 1, {DICTIONARY_SURNAME}, -1}, + {"Evan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Handman", 1, {DICTIONARY_SURNAME}, -1}, + {"Cathi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomoda", 1, {DICTIONARY_SURNAME}, -1}, + {"Hettwer", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Waldock", 1, {DICTIONARY_SURNAME}, -1}, + {"Carosone", 1, {DICTIONARY_SURNAME}, -1}, + {"Brookhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Dotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Schauble", 1, {DICTIONARY_SURNAME}, -1}, + {"Cléber", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Battistini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó hEodhasa", 1, {DICTIONARY_SURNAME}, -1}, + {"Stefanelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Washburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Celsus", 1, {DICTIONARY_SURNAME}, -1}, + {"Nováková", 1, {DICTIONARY_SURNAME}, -1}, + {"Krassner", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwaśniewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Yves", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tonegaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Baranowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vindenes", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dooren", 1, {DICTIONARY_SURNAME}, -1}, + {"Emoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaisemberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomaž", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schenkeveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Boiry", 1, {DICTIONARY_SURNAME}, -1}, + {"Glik", 1, {DICTIONARY_SURNAME}, -1}, + {"Hups", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zelinka", 1, {DICTIONARY_SURNAME}, -1}, + {"Braude", 1, {DICTIONARY_SURNAME}, -1}, + {"Chen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadlowe", 1, {DICTIONARY_SURNAME}, -1}, + {"Losev", 1, {DICTIONARY_SURNAME}, -1}, + {"Mulvihill", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abalkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Alasgarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Binyon", 1, {DICTIONARY_SURNAME}, -1}, + {"Zanetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Arifaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Nima", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Able", 1, {DICTIONARY_SURNAME}, -1}, + {"Agnew", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjöström", 1, {DICTIONARY_SURNAME}, -1}, + {"De Bie", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilbour", 1, {DICTIONARY_SURNAME}, -1}, + {"Vibeke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elderkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Simonyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dias", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanger", 1, {DICTIONARY_SURNAME}, -1}, + {"Anichini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ģirts", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eder", 1, {DICTIONARY_SURNAME}, -1}, + {"Artemio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rothery", 1, {DICTIONARY_SURNAME}, -1}, + {"Brynhildr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"robert f kennedy", 1, {DICTIONARY_NAMED_PERSON}, -1}, + {"Dwivedi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cronstedt", 1, {DICTIONARY_SURNAME}, -1}, + {"Zelazny", 1, {DICTIONARY_SURNAME}, -1}, + {"Photopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Detlev", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bochkarev", 1, {DICTIONARY_SURNAME}, -1}, + {"texaco", 1, {DICTIONARY_CHAIN}, -1}, + {"Tatís", 1, {DICTIONARY_SURNAME}, -1}, + {"Moat", 1, {DICTIONARY_SURNAME}, -1}, + {"Stringer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kazakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrous", 1, {DICTIONARY_SURNAME}, -1}, + {"Shanley", 1, {DICTIONARY_SURNAME}, -1}, + {"Freeburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Langen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazarev", 1, {DICTIONARY_SURNAME}, -1}, + {"Olczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Lahiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Povey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiernan", 1, {DICTIONARY_SURNAME}, -1}, + {"Rahim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Afougou", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCurn", 1, {DICTIONARY_SURNAME}, -1}, + {"Llorca", 1, {DICTIONARY_SURNAME}, -1}, + {"Blum", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Slee", 1, {DICTIONARY_SURNAME}, -1}, + {"Gigon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hobday", 1, {DICTIONARY_SURNAME}, -1}, + {"Dykes", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbyasov", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Sickle", 1, {DICTIONARY_SURNAME}, -1}, + {"Sherf", 1, {DICTIONARY_SURNAME}, -1}, + {"Reiley", 1, {DICTIONARY_SURNAME}, -1}, + {"Kempis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sohm", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovegren", 1, {DICTIONARY_SURNAME}, -1}, + {"Wachsman", 1, {DICTIONARY_SURNAME}, -1}, + {"Reiziger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hueffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Blacking", 1, {DICTIONARY_SURNAME}, -1}, + {"Staël", 1, {DICTIONARY_SURNAME}, -1}, + {"Grech", 1, {DICTIONARY_SURNAME}, -1}, + {"Fletcher", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mulugeta", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paliashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebrahimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Levitan", 1, {DICTIONARY_SURNAME}, -1}, + {"Breal", 1, {DICTIONARY_SURNAME}, -1}, + {"Stenkilsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nalan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Attrill", 1, {DICTIONARY_SURNAME}, -1}, + {"Kylie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Renoir", 1, {DICTIONARY_SURNAME}, -1}, + {"Terzioğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kostov", 1, {DICTIONARY_SURNAME}, -1}, + {"Eshelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Avdiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuß", 1, {DICTIONARY_SURNAME}, -1}, + {"Haueisen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pärn", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaillancourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Gergely", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Robbie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tjajkovskij", 1, {DICTIONARY_SURNAME}, -1}, + {"Zinman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hecke", 1, {DICTIONARY_SURNAME}, -1}, + {"Karabulut", 1, {DICTIONARY_SURNAME}, -1}, + {"Bradbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboussie", 1, {DICTIONARY_SURNAME}, -1}, + {"Janowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrington", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Afful", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-min", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kennard", 1, {DICTIONARY_SURNAME}, -1}, + {"Brog", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartok", 1, {DICTIONARY_SURNAME}, -1}, + {"Bossong", 1, {DICTIONARY_SURNAME}, -1}, + {"Lombardozzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Šarūnas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gunder", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Plunkett-Ernle-Erle-Drax", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogomazov", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Pols", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerrard", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarset", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Zumpt", 1, {DICTIONARY_SURNAME}, -1}, + {"Eysler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hijman", 1, {DICTIONARY_SURNAME}, -1}, + {"Macpherson", 1, {DICTIONARY_SURNAME}, -1}, + {"Jorgensen", 1, {DICTIONARY_SURNAME}, -1}, + {"Brouncker", 1, {DICTIONARY_SURNAME}, -1}, + {"Vollant", 1, {DICTIONARY_SURNAME}, -1}, + {"Semenenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Videnović", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandersmissen", 1, {DICTIONARY_SURNAME}, -1}, + {"Shearman", 1, {DICTIONARY_SURNAME}, -1}, + {"Leite", 1, {DICTIONARY_SURNAME}, -1}, + {"Jolliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ćuruvija", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendriks", 1, {DICTIONARY_SURNAME}, -1}, + {"Inbal", 1, {DICTIONARY_SURNAME}, -1}, + {"Martino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McGoogan", 1, {DICTIONARY_SURNAME}, -1}, + {"Studley", 1, {DICTIONARY_SURNAME}, -1}, + {"Aferalign", 1, {DICTIONARY_SURNAME}, -1}, + {"five guys", 1, {DICTIONARY_CHAIN}, -1}, + {"Newbould", 1, {DICTIONARY_SURNAME}, -1}, + {"Dowsett", 1, {DICTIONARY_SURNAME}, -1}, + {"Drumm", 1, {DICTIONARY_SURNAME}, -1}, + {"Fullwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Palamo", 1, {DICTIONARY_SURNAME}, -1}, + {"Paultz", 1, {DICTIONARY_SURNAME}, -1}, + {"Spiers", 1, {DICTIONARY_SURNAME}, -1}, + {"Maidana", 1, {DICTIONARY_SURNAME}, -1}, + {"Vamvakinou", 1, {DICTIONARY_SURNAME}, -1}, + {"González Gómez", 1, {DICTIONARY_SURNAME}, -1}, + {"Suhr", 1, {DICTIONARY_SURNAME}, -1}, + {"Piazza", 1, {DICTIONARY_SURNAME}, -1}, + {"Brotherton", 1, {DICTIONARY_SURNAME}, -1}, + {"Alves", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhig Amhalghaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"De Maizière", 1, {DICTIONARY_SURNAME}, -1}, + {"Bortolotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokimasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCombie", 1, {DICTIONARY_SURNAME}, -1}, + {"Fee", 1, {DICTIONARY_SURNAME}, -1}, + {"Judie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arlow", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gingold", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidetoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"7-11s", 1, {DICTIONARY_CHAIN}, 56}, + {"Jean-Pascal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marais", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"João Pedro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tegg", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackshear", 1, {DICTIONARY_SURNAME}, -1}, + {"rabobank", 1, {DICTIONARY_CHAIN}, -1}, + {"Benjie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adelusimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Krūmiņš", 1, {DICTIONARY_SURNAME}, -1}, + {"Brad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herin", 1, {DICTIONARY_SURNAME}, -1}, + {"Robillard", 1, {DICTIONARY_SURNAME}, -1}, + {"Jolley", 1, {DICTIONARY_SURNAME}, -1}, + {"Corvus", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiedt", 1, {DICTIONARY_SURNAME}, -1}, + {"McKubre", 1, {DICTIONARY_SURNAME}, -1}, + {"Motoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Magdalene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kurnakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Klinggräff", 1, {DICTIONARY_SURNAME}, -1}, + {"Talbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Leyshon", 1, {DICTIONARY_SURNAME}, -1}, + {"Burris", 1, {DICTIONARY_SURNAME}, -1}, + {"Pertsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Mol", 1, {DICTIONARY_SURNAME}, -1}, + {"Saudek", 1, {DICTIONARY_SURNAME}, -1}, + {"Marha", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoycho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Manabe", 1, {DICTIONARY_SURNAME}, -1}, + {"Liebing", 1, {DICTIONARY_SURNAME}, -1}, + {"Nishaburi", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrary", 1, {DICTIONARY_SURNAME}, -1}, + {"Curbeam", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyderi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lémery", 1, {DICTIONARY_SURNAME}, -1}, + {"Falkenhorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Hauswald", 1, {DICTIONARY_SURNAME}, -1}, + {"Bandō", 1, {DICTIONARY_SURNAME}, -1}, + {"Isoyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Hubáček", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaboré", 1, {DICTIONARY_SURNAME}, -1}, + {"Batycka", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitney", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Csókás", 1, {DICTIONARY_SURNAME}, -1}, + {"Derrell", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Forsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Cianetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Tansel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stachowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Folkenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Sams", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mkrtchyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Thibodeaux", 1, {DICTIONARY_SURNAME}, -1}, + {"MacVeagh", 1, {DICTIONARY_SURNAME}, -1}, + {"Devall", 1, {DICTIONARY_SURNAME}, -1}, + {"Suri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Macrez", 1, {DICTIONARY_SURNAME}, -1}, + {"Maura", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vales", 1, {DICTIONARY_SURNAME}, -1}, + {"Żygulski", 1, {DICTIONARY_SURNAME}, -1}, + {"Cairine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veselka", 1, {DICTIONARY_SURNAME}, -1}, + {"Penson", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiara", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kenule", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schelkunoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Katte", 1, {DICTIONARY_SURNAME}, -1}, + {"Sazonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Chisini", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Pennec", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Molnár", 1, {DICTIONARY_SURNAME}, -1}, + {"Dancx", 1, {DICTIONARY_SURNAME}, -1}, + {"Moriggl", 1, {DICTIONARY_SURNAME}, -1}, + {"Keppler", 1, {DICTIONARY_SURNAME}, -1}, + {"Okello", 1, {DICTIONARY_SURNAME}, -1}, + {"Drewry", 1, {DICTIONARY_SURNAME}, -1}, + {"Visuetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalogeropoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Masanori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yeaman", 1, {DICTIONARY_SURNAME}, -1}, + {"Landesmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Fearing", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Daschner", 1, {DICTIONARY_SURNAME}, -1}, + {"Gasprinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Teraoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Skall", 1, {DICTIONARY_SURNAME}, -1}, + {"Agresti", 1, {DICTIONARY_SURNAME}, -1}, + {"Akihide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McColm", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hamid al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sakita", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadukul", 1, {DICTIONARY_SURNAME}, -1}, + {"Grothmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Skoblyakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Amilakhvari", 1, {DICTIONARY_SURNAME}, -1}, + {"Renouvin", 1, {DICTIONARY_SURNAME}, -1}, + {"Denby", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciarrocchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aurèle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lane", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaytsekhovskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Butkus", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerok", 1, {DICTIONARY_SURNAME}, -1}, + {"De Santis", 1, {DICTIONARY_SURNAME}, -1}, + {"Panchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Vietti", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoilos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zhabotinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Misselbrook", 1, {DICTIONARY_SURNAME}, -1}, + {"Kallen", 1, {DICTIONARY_SURNAME}, -1}, + {"Schon", 1, {DICTIONARY_SURNAME}, -1}, + {"Spruill", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakellarios", 1, {DICTIONARY_SURNAME}, -1}, + {"Kléber", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Skjellerup", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsubayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"McKissock", 1, {DICTIONARY_SURNAME}, -1}, + {"Tener", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyoshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapper", 1, {DICTIONARY_SURNAME}, -1}, + {"Bultmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Siren", 1, {DICTIONARY_SURNAME}, -1}, + {"Lita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vuiyasawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Mugo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adjaho", 1, {DICTIONARY_SURNAME}, -1}, + {"Schafstall", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorsten", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rense", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayliss", 1, {DICTIONARY_SURNAME}, -1}, + {"Gräbner", 1, {DICTIONARY_SURNAME}, -1}, + {"Melquíades", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vyent", 1, {DICTIONARY_SURNAME}, -1}, + {"Kartosoewirjo", 1, {DICTIONARY_SURNAME}, -1}, + {"Buttmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Goitia", 1, {DICTIONARY_SURNAME}, -1}, + {"Gindl", 1, {DICTIONARY_SURNAME}, -1}, + {"Nürnberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Feridun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaniyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Faggin", 1, {DICTIONARY_SURNAME}, -1}, + {"Papin", 1, {DICTIONARY_SURNAME}, -1}, + {"Niels", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Ende", 1, {DICTIONARY_SURNAME}, -1}, + {"Kagiyama", 1, {DICTIONARY_SURNAME}, -1}, + {"supercuts", 1, {DICTIONARY_CHAIN}, -1}, + {"Abiha", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lonsdale", 1, {DICTIONARY_SURNAME}, -1}, + {"Perot", 1, {DICTIONARY_SURNAME}, -1}, + {"Vittor", 1, {DICTIONARY_SURNAME}, -1}, + {"Clere", 1, {DICTIONARY_SURNAME}, -1}, + {"Southworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Maho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Apian", 1, {DICTIONARY_SURNAME}, -1}, + {"Califano", 1, {DICTIONARY_SURNAME}, -1}, + {"Szczygło", 1, {DICTIONARY_SURNAME}, -1}, + {"Denney", 1, {DICTIONARY_SURNAME}, -1}, + {"Löfwenius", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharipov", 1, {DICTIONARY_SURNAME}, -1}, + {"Cumby", 1, {DICTIONARY_SURNAME}, -1}, + {"Hennessey", 1, {DICTIONARY_SURNAME}, -1}, + {"Adiele", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Parsani", 1, {DICTIONARY_SURNAME}, -1}, + {"Fort", 1, {DICTIONARY_SURNAME}, -1}, + {"Vannier", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuevas", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Bras", 1, {DICTIONARY_SURNAME}, -1}, + {"Cabrera", 1, {DICTIONARY_SURNAME}, -1}, + {"Agrest", 1, {DICTIONARY_SURNAME}, -1}, + {"Rowell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanakamedala", 1, {DICTIONARY_SURNAME}, -1}, + {"Feldman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gordeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Sissoko", 1, {DICTIONARY_SURNAME}, -1}, + {"Pennefather", 1, {DICTIONARY_SURNAME}, -1}, + {"Laprade", 1, {DICTIONARY_SURNAME}, -1}, + {"Schettler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalyagin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hishida", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Giovagnini", 1, {DICTIONARY_SURNAME}, -1}, + {"Nayla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drzyzga", 1, {DICTIONARY_SURNAME}, -1}, + {"Fazil", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Biškupić", 1, {DICTIONARY_SURNAME}, -1}, + {"Jyestha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Manaudou", 1, {DICTIONARY_SURNAME}, -1}, + {"Keiichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bevacqua", 1, {DICTIONARY_SURNAME}, -1}, + {"Sang-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Palliser", 1, {DICTIONARY_SURNAME}, -1}, + {"red lobsters", 1, {DICTIONARY_CHAIN}, 218}, + {"Husbands", 1, {DICTIONARY_SURNAME}, -1}, + {"Siarhei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"bp", 1, {DICTIONARY_CHAIN}, -1}, + {"Duriez", 1, {DICTIONARY_SURNAME}, -1}, + {"Erbelding", 1, {DICTIONARY_SURNAME}, -1}, + {"Eerik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chevalier", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abellan", 1, {DICTIONARY_SURNAME}, -1}, + {"Douglass", 1, {DICTIONARY_SURNAME}, -1}, + {"Okawara", 1, {DICTIONARY_SURNAME}, -1}, + {"Qiū", 1, {DICTIONARY_SURNAME}, -1}, + {"Faith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"culver's", 1, {DICTIONARY_CHAIN}, -1}, + {"Scheltema", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimmo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vespoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Megerle von Mühlfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Hitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Praet", 1, {DICTIONARY_SURNAME}, -1}, + {"Virágh", 1, {DICTIONARY_SURNAME}, -1}, + {"Fordham", 1, {DICTIONARY_SURNAME}, -1}, + {"Yellen", 1, {DICTIONARY_SURNAME}, -1}, + {"Raus", 1, {DICTIONARY_SURNAME}, -1}, + {"Bore", 1, {DICTIONARY_SURNAME}, -1}, + {"Alberstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Adonyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandison", 1, {DICTIONARY_SURNAME}, -1}, + {"Aspland", 1, {DICTIONARY_SURNAME}, -1}, + {"Gsell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vazgeč", 1, {DICTIONARY_SURNAME}, -1}, + {"Perea", 1, {DICTIONARY_SURNAME}, -1}, + {"Adducul", 1, {DICTIONARY_SURNAME}, -1}, + {"Adson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tolomei", 1, {DICTIONARY_SURNAME}, -1}, + {"Moens", 1, {DICTIONARY_SURNAME}, -1}, + {"red robin", 1, {DICTIONARY_CHAIN}, -1}, + {"Vallersnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Peltzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Del Prete", 1, {DICTIONARY_SURNAME}, -1}, + {"Prates", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorelei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Clerck", 1, {DICTIONARY_SURNAME}, -1}, + {"Stahlschmidt", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamlily", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Langenus", 1, {DICTIONARY_SURNAME}, -1}, + {"Caffi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagarty", 1, {DICTIONARY_SURNAME}, -1}, + {"Arinaga", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kulchytsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolzan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bibbia", 1, {DICTIONARY_SURNAME}, -1}, + {"Fetherstonhaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Brigitte", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdelfatah", 1, {DICTIONARY_SURNAME}, -1}, + {"Angelus Family", 1, {DICTIONARY_SURNAME}, -1}, + {"Han-bin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maruo", 1, {DICTIONARY_SURNAME}, -1}, + {"Oxtoby", 1, {DICTIONARY_SURNAME}, -1}, + {"Markström", 1, {DICTIONARY_SURNAME}, -1}, + {"Birtwistle", 1, {DICTIONARY_SURNAME}, -1}, + {"Seong-ja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lee Hang", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Loan", 1, {DICTIONARY_SURNAME}, -1}, + {"Viotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Dennehy", 1, {DICTIONARY_SURNAME}, -1}, + {"Molander", 1, {DICTIONARY_SURNAME}, -1}, + {"Berauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramson", 1, {DICTIONARY_SURNAME}, -1}, + {"Millicent", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Merryman", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeptoo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ball", 1, {DICTIONARY_SURNAME}, -1}, + {"Simonetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Giarratano", 1, {DICTIONARY_SURNAME}, -1}, + {"Langeron", 1, {DICTIONARY_SURNAME}, -1}, + {"Fedotov", 1, {DICTIONARY_SURNAME}, -1}, + {"Uranga", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilati", 1, {DICTIONARY_SURNAME}, -1}, + {"Voegelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Trumbo", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-jin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ryves", 1, {DICTIONARY_SURNAME}, -1}, + {"Herring", 1, {DICTIONARY_SURNAME}, -1}, + {"Bienvenu", 1, {DICTIONARY_SURNAME}, -1}, + {"Bengoetxea", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazlı", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jessen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lasić", 1, {DICTIONARY_SURNAME}, -1}, + {"Wile", 1, {DICTIONARY_SURNAME}, -1}, + {"Sorkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Petts", 1, {DICTIONARY_SURNAME}, -1}, + {"Bloomer", 1, {DICTIONARY_SURNAME}, -1}, + {"Quick", 1, {DICTIONARY_SURNAME}, -1}, + {"Tom", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Brussel", 1, {DICTIONARY_SURNAME}, -1}, + {"Seliger", 1, {DICTIONARY_SURNAME}, -1}, + {"Mkhitar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hayasaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Dietl", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Rix", 1, {DICTIONARY_SURNAME}, -1}, + {"Khachaturov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuburaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Rena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coimbra", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikhnevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Zanini", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidemasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McConn", 1, {DICTIONARY_SURNAME}, -1}, + {"Obregon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaikvee", 1, {DICTIONARY_SURNAME}, -1}, + {"Saffiyah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aambø", 1, {DICTIONARY_SURNAME}, -1}, + {"Justinas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adewoye", 1, {DICTIONARY_SURNAME}, -1}, + {"Walrond", 1, {DICTIONARY_SURNAME}, -1}, + {"Tabrizi", 1, {DICTIONARY_SURNAME}, -1}, + {"Agathangelou", 1, {DICTIONARY_SURNAME}, -1}, + {"cicis pizza", 1, {DICTIONARY_CHAIN}, 105}, + {"Grigore", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frenk", 1, {DICTIONARY_SURNAME}, -1}, + {"Rab", 1, {DICTIONARY_SURNAME}, -1}, + {"Venkitaramanan", 1, {DICTIONARY_SURNAME}, -1}, + {"spaghetti warehouse", 1, {DICTIONARY_CHAIN}, -1}, + {"Vannavongxay", 1, {DICTIONARY_SURNAME}, -1}, + {"Hembrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrak", 1, {DICTIONARY_SURNAME}, -1}, + {"Volquez", 1, {DICTIONARY_SURNAME}, -1}, + {"Oniani", 1, {DICTIONARY_SURNAME}, -1}, + {"Cayley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinayakram", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuneoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veeder", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagerlöf", 1, {DICTIONARY_SURNAME}, -1}, + {"Wassmuth", 1, {DICTIONARY_SURNAME}, -1}, + {"Aizkorreta", 1, {DICTIONARY_SURNAME}, -1}, + {"Karak", 1, {DICTIONARY_SURNAME}, -1}, + {"Gernez", 1, {DICTIONARY_SURNAME}, -1}, + {"Shelagh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vidić", 1, {DICTIONARY_SURNAME}, -1}, + {"Millet", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattarnovy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vochoska", 1, {DICTIONARY_SURNAME}, -1}, + {"Wesemael", 1, {DICTIONARY_SURNAME}, -1}, + {"Äkkijyrkkä", 1, {DICTIONARY_SURNAME}, -1}, + {"Kucharczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeans", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbemenu", 1, {DICTIONARY_SURNAME}, -1}, + {"Uwaezuoke", 1, {DICTIONARY_SURNAME}, -1}, + {"Chicchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pieneman", 1, {DICTIONARY_SURNAME}, -1}, + {"Santoponte", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunnhuber", 1, {DICTIONARY_SURNAME}, -1}, + {"Courtney", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Virág", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mihails", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sijerčić", 1, {DICTIONARY_SURNAME}, -1}, + {"Roerich", 1, {DICTIONARY_SURNAME}, -1}, + {"Lerner", 1, {DICTIONARY_SURNAME}, -1}, + {"Graeme", 1, {DICTIONARY_SURNAME}, -1}, + {"Uitslag", 1, {DICTIONARY_SURNAME}, -1}, + {"Rensburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Vascellari", 1, {DICTIONARY_SURNAME}, -1}, + {"Virtue", 1, {DICTIONARY_SURNAME}, -1}, + {"Oladele", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukiru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Purss", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjørndalen", 1, {DICTIONARY_SURNAME}, -1}, + {"Konovalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Broden", 1, {DICTIONARY_SURNAME}, -1}, + {"Virdon", 1, {DICTIONARY_SURNAME}, -1}, + {"steak and shakes", 1, {DICTIONARY_CHAIN}, 241}, + {"Phillimore", 1, {DICTIONARY_SURNAME}, -1}, + {"Albreht", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlschwede", 1, {DICTIONARY_SURNAME}, -1}, + {"Scholten", 1, {DICTIONARY_SURNAME}, -1}, + {"Lineker", 1, {DICTIONARY_SURNAME}, -1}, + {"Heihachirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veliotes", 1, {DICTIONARY_SURNAME}, -1}, + {"Mawer", 1, {DICTIONARY_SURNAME}, -1}, + {"Albert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Afkos", 1, {DICTIONARY_SURNAME}, -1}, + {"Caomhánach", 1, {DICTIONARY_SURNAME}, -1}, + {"rei", 1, {DICTIONARY_CHAIN}, -1}, + {"Villemiane", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboona", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiyegbusi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adoyo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidamonidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Volotyok", 1, {DICTIONARY_SURNAME}, -1}, + {"Platten", 1, {DICTIONARY_SURNAME}, -1}, + {"Stromberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bachler", 1, {DICTIONARY_SURNAME}, -1}, + {"Liljeström", 1, {DICTIONARY_SURNAME}, -1}, + {"Paciullo", 1, {DICTIONARY_SURNAME}, -1}, + {"Podgursky", 1, {DICTIONARY_SURNAME}, -1}, + {"Jodie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bruni", 1, {DICTIONARY_SURNAME}, -1}, + {"Papoušek", 1, {DICTIONARY_SURNAME}, -1}, + {"Okpara", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaugel", 1, {DICTIONARY_SURNAME}, -1}, + {"Teicher", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeamans", 1, {DICTIONARY_SURNAME}, -1}, + {"Butrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Alsbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ryōsei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bracher", 1, {DICTIONARY_SURNAME}, -1}, + {"Landowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaoui", 1, {DICTIONARY_SURNAME}, -1}, + {"Andis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voydel", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjarte", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sōkichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viigipuu", 1, {DICTIONARY_SURNAME}, -1}, + {"Chayes", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashall", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuteru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Moyland", 1, {DICTIONARY_SURNAME}, -1}, + {"Aagot", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Otávio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdul Sattar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ketola", 1, {DICTIONARY_SURNAME}, -1}, + {"Murdock", 1, {DICTIONARY_SURNAME}, -1}, + {"Saif", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stern", 1, {DICTIONARY_SURNAME}, -1}, + {"Motochika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aizpors", 1, {DICTIONARY_SURNAME}, -1}, + {"Pétur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iwasaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Lissitzky", 1, {DICTIONARY_SURNAME}, -1}, + {"Asare", 1, {DICTIONARY_SURNAME}, -1}, + {"Menachem Mendel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Woodling", 1, {DICTIONARY_SURNAME}, -1}, + {"Kostenko", 1, {DICTIONARY_SURNAME}, -1}, + {"indomaret", 1, {DICTIONARY_CHAIN}, -1}, + {"Burgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Lara", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Campen", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigetoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mohri", 1, {DICTIONARY_SURNAME}, -1}, + {"Perrodin", 1, {DICTIONARY_SURNAME}, -1}, + {"Frolov", 1, {DICTIONARY_SURNAME}, -1}, + {"Karatani", 1, {DICTIONARY_SURNAME}, -1}, + {"Valjee", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenstock", 1, {DICTIONARY_SURNAME}, -1}, + {"Cozza", 1, {DICTIONARY_SURNAME}, -1}, + {"Berlinghieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Holsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Egilsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigejiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Giannone", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayning", 1, {DICTIONARY_SURNAME}, -1}, + {"Rostropovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eftychia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aebi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vesilind", 1, {DICTIONARY_SURNAME}, -1}, + {"Saprykin", 1, {DICTIONARY_SURNAME}, -1}, + {"Briant", 1, {DICTIONARY_SURNAME}, -1}, + {"Hale", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maud", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Watmough", 1, {DICTIONARY_SURNAME}, -1}, + {"Syutkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjödin", 1, {DICTIONARY_SURNAME}, -1}, + {"Berlepsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Audouin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lex", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ekkehard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cammaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Feigel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sayori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fellahi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jungers", 1, {DICTIONARY_SURNAME}, -1}, + {"Graaf", 1, {DICTIONARY_SURNAME}, -1}, + {"Bărbulescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitot", 1, {DICTIONARY_SURNAME}, -1}, + {"Diarra", 1, {DICTIONARY_SURNAME}, -1}, + {"Heliodorus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vehovar", 1, {DICTIONARY_SURNAME}, -1}, + {"Huygens", 1, {DICTIONARY_SURNAME}, -1}, + {"Hack", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vladana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thiam", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Herck", 1, {DICTIONARY_SURNAME}, -1}, + {"Burnyeat", 1, {DICTIONARY_SURNAME}, -1}, + {"Chatinyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vulchanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Stellan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Volod'kov", 1, {DICTIONARY_SURNAME}, -1}, + {"Korzeniowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartulis", 1, {DICTIONARY_SURNAME}, -1}, + {"McPharland", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuniaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dorrestein", 1, {DICTIONARY_SURNAME}, -1}, + {"Delony", 1, {DICTIONARY_SURNAME}, -1}, + {"Abiamiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Auermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Zieschang", 1, {DICTIONARY_SURNAME}, -1}, + {"Tresca", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigehisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teagarden", 1, {DICTIONARY_SURNAME}, -1}, + {"Verrall", 1, {DICTIONARY_SURNAME}, -1}, + {"Ossian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adílio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Freyre", 1, {DICTIONARY_SURNAME}, -1}, + {"Viilo", 1, {DICTIONARY_SURNAME}, -1}, + {"Thea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Savaş", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chodakowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Arbëri", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsutarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dunlop", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambrosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Speek", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamle", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikramullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nordqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Strasburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Leggett", 1, {DICTIONARY_SURNAME}, -1}, + {"Schörg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ongley", 1, {DICTIONARY_SURNAME}, -1}, + {"Fódla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Matsushige", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Richler", 1, {DICTIONARY_SURNAME}, -1}, + {"Dom Pedro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mahra clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobrescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Loisel", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Mises", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubost", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Loan", 1, {DICTIONARY_SURNAME}, -1}, + {"Boutell", 1, {DICTIONARY_SURNAME}, -1}, + {"Moussa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Miéville", 1, {DICTIONARY_SURNAME}, -1}, + {"Dede", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hiroyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masciarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucey", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanaz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Crap", 1, {DICTIONARY_SURNAME}, -1}, + {"Fris", 1, {DICTIONARY_SURNAME}, -1}, + {"Reneau", 1, {DICTIONARY_SURNAME}, -1}, + {"Sale", 1, {DICTIONARY_SURNAME}, -1}, + {"Edoardo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schjerve", 1, {DICTIONARY_SURNAME}, -1}, + {"Leveille", 1, {DICTIONARY_SURNAME}, -1}, + {"Mestel", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Camunguelo", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Oitir", 1, {DICTIONARY_SURNAME}, -1}, + {"Ejide", 1, {DICTIONARY_SURNAME}, -1}, + {"Quarshie", 1, {DICTIONARY_SURNAME}, -1}, + {"Tyson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Krahe", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöffler", 1, {DICTIONARY_SURNAME}, -1}, + {"Gofraid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cheol-min", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Agt", 1, {DICTIONARY_SURNAME}, -1}, + {"Berney", 1, {DICTIONARY_SURNAME}, -1}, + {"Argov", 1, {DICTIONARY_SURNAME}, -1}, + {"Augenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Giesy", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsunari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paquet", 1, {DICTIONARY_SURNAME}, -1}, + {"Battely", 1, {DICTIONARY_SURNAME}, -1}, + {"Agamaliev", 1, {DICTIONARY_SURNAME}, -1}, + {"Brückner", 1, {DICTIONARY_SURNAME}, -1}, + {"Adebibe", 1, {DICTIONARY_SURNAME}, -1}, + {"Adkinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Livio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Flavia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Huddleston", 1, {DICTIONARY_SURNAME}, -1}, + {"Veenhoven", 1, {DICTIONARY_SURNAME}, -1}, + {"ben & jerry", 1, {DICTIONARY_CHAIN}, 77}, + {"Dunkley", 1, {DICTIONARY_SURNAME}, -1}, + {"Czyrek", 1, {DICTIONARY_SURNAME}, -1}, + {"Musker", 1, {DICTIONARY_SURNAME}, -1}, + {"Finster", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonibler", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Watenpaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Virgilijus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Villemaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Beasley", 1, {DICTIONARY_SURNAME}, -1}, + {"Flohr", 1, {DICTIONARY_SURNAME}, -1}, + {"Saini", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasiľ", 1, {DICTIONARY_SURNAME}, -1}, + {"Meldgaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Henninger", 1, {DICTIONARY_SURNAME}, -1}, + {"Bickerstaff", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizvary", 1, {DICTIONARY_SURNAME}, -1}, + {"Hattori", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasylyeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Deegener", 1, {DICTIONARY_SURNAME}, -1}, + {"Izbașa", 1, {DICTIONARY_SURNAME}, -1}, + {"Trulock", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCarville", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimont", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Poliaček", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurunath", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lorusso", 1, {DICTIONARY_SURNAME}, -1}, + {"Abadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Haultain", 1, {DICTIONARY_SURNAME}, -1}, + {"Krecheuski", 1, {DICTIONARY_SURNAME}, -1}, + {"Spinoza", 1, {DICTIONARY_SURNAME}, -1}, + {"Muslim Shaikh", 1, {DICTIONARY_SURNAME}, -1}, + {"Olu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dungey", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Souchon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanneke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hémery", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjørnebye", 1, {DICTIONARY_SURNAME}, -1}, + {"Easmon", 1, {DICTIONARY_SURNAME}, -1}, + {"Eibenschütz", 1, {DICTIONARY_SURNAME}, -1}, + {"Orosz", 1, {DICTIONARY_SURNAME}, -1}, + {"Crick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vink", 1, {DICTIONARY_SURNAME}, -1}, + {"Ostap", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brenchley", 1, {DICTIONARY_SURNAME}, -1}, + {"Davydov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dudek", 1, {DICTIONARY_SURNAME}, -1}, + {"Leiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehár", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikihito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corsini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ethel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arima", 1, {DICTIONARY_SURNAME}, -1}, + {"Thota", 1, {DICTIONARY_SURNAME}, -1}, + {"Braine", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajram", 1, {DICTIONARY_SURNAME}, -1}, + {"Parmelee", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilyumzhinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogner", 1, {DICTIONARY_SURNAME}, -1}, + {"Methven", 1, {DICTIONARY_SURNAME}, -1}, + {"Fareed", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Echohawk", 1, {DICTIONARY_SURNAME}, -1}, + {"Baffes", 1, {DICTIONARY_SURNAME}, -1}, + {"Marot", 1, {DICTIONARY_SURNAME}, -1}, + {"Mariles", 1, {DICTIONARY_SURNAME}, -1}, + {"Belden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pipo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Foss", 1, {DICTIONARY_SURNAME}, -1}, + {"Cobbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Benavidez", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermeer", 1, {DICTIONARY_SURNAME}, -1}, + {"Botbol", 1, {DICTIONARY_SURNAME}, -1}, + {"Anschütz", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonci", 1, {DICTIONARY_SURNAME}, -1}, + {"Cumali", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abugov", 1, {DICTIONARY_SURNAME}, -1}, + {"Alač", 1, {DICTIONARY_SURNAME}, -1}, + {"Lebenthal", 1, {DICTIONARY_SURNAME}, -1}, + {"MacDermot Roe", 1, {DICTIONARY_SURNAME}, -1}, + {"Heldman", 1, {DICTIONARY_SURNAME}, -1}, + {"Myers", 1, {DICTIONARY_SURNAME}, -1}, + {"Varoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Zegarra", 1, {DICTIONARY_SURNAME}, -1}, + {"Faur", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaede", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Commynes", 1, {DICTIONARY_SURNAME}, -1}, + {"Yaichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cerling", 1, {DICTIONARY_SURNAME}, -1}, + {"Meredith", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McKinty", 1, {DICTIONARY_SURNAME}, -1}, + {"Ōtsubo", 1, {DICTIONARY_SURNAME}, -1}, + {"Okay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Denisov", 1, {DICTIONARY_SURNAME}, -1}, + {"Holofernes", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadoveanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Totleben", 1, {DICTIONARY_SURNAME}, -1}, + {"Aliot", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilderdijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Berthelsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Herle", 1, {DICTIONARY_SURNAME}, -1}, + {"Asiedu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"O'Kane", 1, {DICTIONARY_SURNAME}, -1}, + {"Kordić", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonson", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ronkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Malek-Jones", 1, {DICTIONARY_SURNAME}, -1}, + {"Dziuba", 1, {DICTIONARY_SURNAME}, -1}, + {"Rochefort", 1, {DICTIONARY_SURNAME}, -1}, + {"Langlet", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinketham Eaton", 1, {DICTIONARY_SURNAME}, -1}, + {"Khraisheh", 1, {DICTIONARY_SURNAME}, -1}, + {"Verninac", 1, {DICTIONARY_SURNAME}, -1}, + {"Albertini", 1, {DICTIONARY_SURNAME}, -1}, + {"Bobek", 1, {DICTIONARY_SURNAME}, -1}, + {"Hindmarch", 1, {DICTIONARY_SURNAME}, -1}, + {"Magarašević", 1, {DICTIONARY_SURNAME}, -1}, + {"Byerley", 1, {DICTIONARY_SURNAME}, -1}, + {"Ienishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallard", 1, {DICTIONARY_SURNAME}, -1}, + {"Shōichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cruttwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiihonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaller", 1, {DICTIONARY_SURNAME}, -1}, + {"Cobain", 1, {DICTIONARY_SURNAME}, -1}, + {"Ardzinba", 1, {DICTIONARY_SURNAME}, -1}, + {"Olinescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Gamze", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ceaușescu", 1, {DICTIONARY_SURNAME}, -1}, + {"chevron", 1, {DICTIONARY_CHAIN}, -1}, + {"Tollefsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lozoraitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vovkovinskiy", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamthwaite", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuhito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Burgher", 1, {DICTIONARY_SURNAME}, -1}, + {"Ritzer", 1, {DICTIONARY_SURNAME}, -1}, + {"sprint wireless store", 1, {DICTIONARY_CHAIN}, 239}, + {"Abrassart", 1, {DICTIONARY_SURNAME}, -1}, + {"Phelips", 1, {DICTIONARY_SURNAME}, -1}, + {"Cecchini", 1, {DICTIONARY_SURNAME}, -1}, + {"Begg", 1, {DICTIONARY_SURNAME}, -1}, + {"Valábik", 1, {DICTIONARY_SURNAME}, -1}, + {"Tielemans", 1, {DICTIONARY_SURNAME}, -1}, + {"Steakley", 1, {DICTIONARY_SURNAME}, -1}, + {"Salcido", 1, {DICTIONARY_SURNAME}, -1}, + {"Veysel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chrisman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wirth", 1, {DICTIONARY_SURNAME}, -1}, + {"Baklanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Worsdell", 1, {DICTIONARY_SURNAME}, -1}, + {"Torgeir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flello", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gelder", 1, {DICTIONARY_SURNAME}, -1}, + {"Moolman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kočiš", 1, {DICTIONARY_SURNAME}, -1}, + {"Mealand", 1, {DICTIONARY_SURNAME}, -1}, + {"McKim", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bogolyubov", 1, {DICTIONARY_SURNAME}, -1}, + {"Stabenow", 1, {DICTIONARY_SURNAME}, -1}, + {"Takenori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mørk", 1, {DICTIONARY_SURNAME}, -1}, + {"Orme", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Meijs", 1, {DICTIONARY_SURNAME}, -1}, + {"Kathleen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coldwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Adorjany", 1, {DICTIONARY_SURNAME}, -1}, + {"Walshe", 1, {DICTIONARY_SURNAME}, -1}, + {"Saskia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hollar", 1, {DICTIONARY_SURNAME}, -1}, + {"Spyridon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gasteyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Varadhan", 1, {DICTIONARY_SURNAME}, -1}, + {"Mullany", 1, {DICTIONARY_SURNAME}, -1}, + {"Hopp", 1, {DICTIONARY_SURNAME}, -1}, + {"Imre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ilan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Höglund", 1, {DICTIONARY_SURNAME}, -1}, + {"Rallis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vranković", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabajno", 1, {DICTIONARY_SURNAME}, -1}, + {"Luperini", 1, {DICTIONARY_SURNAME}, -1}, + {"Mormino", 1, {DICTIONARY_SURNAME}, -1}, + {"Karahashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gradl", 1, {DICTIONARY_SURNAME}, -1}, + {"hypovereinsbank", 1, {DICTIONARY_CHAIN}, -1}, + {"Thacker", 1, {DICTIONARY_SURNAME}, -1}, + {"Rumpf", 1, {DICTIONARY_SURNAME}, -1}, + {"Turunen", 1, {DICTIONARY_SURNAME}, -1}, + {"Borchmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinder", 1, {DICTIONARY_SURNAME}, -1}, + {"Mary", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Staudenmaier", 1, {DICTIONARY_SURNAME}, -1}, + {"Ono", 1, {DICTIONARY_SURNAME}, -1}, + {"Šebrle", 1, {DICTIONARY_SURNAME}, -1}, + {"Gülşen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacKendrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjiwanou", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hogendorp", 1, {DICTIONARY_SURNAME}, -1}, + {"McHale", 1, {DICTIONARY_SURNAME}, -1}, + {"Løvenkrands", 1, {DICTIONARY_SURNAME}, -1}, + {"Abery", 1, {DICTIONARY_SURNAME}, -1}, + {"Olena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Padraig", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schefer", 1, {DICTIONARY_SURNAME}, -1}, + {"Caselli", 1, {DICTIONARY_SURNAME}, -1}, + {"Alagiah", 1, {DICTIONARY_SURNAME}, -1}, + {"Margvelashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasser", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Veitayaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Dukinfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomoji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salei", 1, {DICTIONARY_SURNAME}, -1}, + {"Pathani", 1, {DICTIONARY_SURNAME}, -1}, + {"Versallion", 1, {DICTIONARY_SURNAME}, -1}, + {"Toman", 1, {DICTIONARY_SURNAME}, -1}, + {"Merighi", 1, {DICTIONARY_SURNAME}, -1}, + {"buca di beppo's", 1, {DICTIONARY_CHAIN}, 86}, + {"Brockdorff", 1, {DICTIONARY_SURNAME}, -1}, + {"Lassiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Aklei", 1, {DICTIONARY_SURNAME}, -1}, + {"Falwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuechler", 1, {DICTIONARY_SURNAME}, -1}, + {"Nivea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Visser", 1, {DICTIONARY_SURNAME}, -1}, + {"Lobato", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanclay", 1, {DICTIONARY_SURNAME}, -1}, + {"Hausner", 1, {DICTIONARY_SURNAME}, -1}, + {"Binetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Ripoll", 1, {DICTIONARY_SURNAME}, -1}, + {"Hintz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mullin", 1, {DICTIONARY_SURNAME}, -1}, + {"Linna", 1, {DICTIONARY_SURNAME}, -1}, + {"Glaisher", 1, {DICTIONARY_SURNAME}, -1}, + {"Harston", 1, {DICTIONARY_SURNAME}, -1}, + {"Silva", 1, {DICTIONARY_SURNAME}, -1}, + {"Slessor", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornforth", 1, {DICTIONARY_SURNAME}, -1}, + {"Flexner", 1, {DICTIONARY_SURNAME}, -1}, + {"Joksimović", 1, {DICTIONARY_SURNAME}, -1}, + {"Clementine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pangborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Mizukoshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomlinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Detten", 1, {DICTIONARY_SURNAME}, -1}, + {"Indelicato", 1, {DICTIONARY_SURNAME}, -1}, + {"Skrastiņš", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gaal", 1, {DICTIONARY_SURNAME}, -1}, + {"Moons", 1, {DICTIONARY_SURNAME}, -1}, + {"Ademeit", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarnovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Claro", 1, {DICTIONARY_SURNAME}, -1}, + {"Varanauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayalew", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Moxon", 1, {DICTIONARY_SURNAME}, -1}, + {"Stankovych", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlismas", 1, {DICTIONARY_SURNAME}, -1}, + {"Carminow", 1, {DICTIONARY_SURNAME}, -1}, + {"Savalas", 1, {DICTIONARY_SURNAME}, -1}, + {"Flavelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Nwachukwu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwadwo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Octavio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fuenmayor", 1, {DICTIONARY_SURNAME}, -1}, + {"Krantz", 1, {DICTIONARY_SURNAME}, -1}, + {"Cotterill", 1, {DICTIONARY_SURNAME}, -1}, + {"Shneider", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayes", 1, {DICTIONARY_SURNAME}, -1}, + {"Borgetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonacina", 1, {DICTIONARY_SURNAME}, -1}, + {"Aydoğan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tempesta", 1, {DICTIONARY_SURNAME}, -1}, + {"Krahl", 1, {DICTIONARY_SURNAME}, -1}, + {"brd", 1, {DICTIONARY_CHAIN}, -1}, + {"Knutsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hazell", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodsell", 1, {DICTIONARY_SURNAME}, -1}, + {"Lewchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarůšek", 1, {DICTIONARY_SURNAME}, -1}, + {"Philbin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincelot", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjamossi", 1, {DICTIONARY_SURNAME}, -1}, + {"Berhanu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van 't Hof", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mantle", 1, {DICTIONARY_SURNAME}, -1}, + {"Sklenář", 1, {DICTIONARY_SURNAME}, -1}, + {"Olivera", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Casertano", 1, {DICTIONARY_SURNAME}, -1}, + {"Benatar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bersani", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodker", 1, {DICTIONARY_SURNAME}, -1}, + {"Niloufar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Canham", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhiezer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kittle", 1, {DICTIONARY_SURNAME}, -1}, + {"Stevenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vittinghus", 1, {DICTIONARY_SURNAME}, -1}, + {"Koya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alfino", 1, {DICTIONARY_SURNAME}, -1}, + {"zeeman", 1, {DICTIONARY_CHAIN}, -1}, + {"Lebas", 1, {DICTIONARY_SURNAME}, -1}, + {"Klavan", 1, {DICTIONARY_SURNAME}, -1}, + {"Denton", 1, {DICTIONARY_SURNAME}, -1}, + {"Gakhars", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehdi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stær", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Belyayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Nerz", 1, {DICTIONARY_SURNAME}, -1}, + {"Achkarian", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnyder", 1, {DICTIONARY_SURNAME}, -1}, + {"Planinc", 1, {DICTIONARY_SURNAME}, -1}, + {"Stockdale", 1, {DICTIONARY_SURNAME}, -1}, + {"Angel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ширяев", 1, {DICTIONARY_SURNAME}, -1}, + {"Eiji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Min-ki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spedding", 1, {DICTIONARY_SURNAME}, -1}, + {"Veje", 1, {DICTIONARY_SURNAME}, -1}, + {"Yosbany", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ganjapour", 1, {DICTIONARY_SURNAME}, -1}, + {"Koetsier", 1, {DICTIONARY_SURNAME}, -1}, + {"Aduda", 1, {DICTIONARY_SURNAME}, -1}, + {"Caver", 1, {DICTIONARY_SURNAME}, -1}, + {"Beath", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandersea", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Domoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Stojaspal", 1, {DICTIONARY_SURNAME}, -1}, + {"De Venecia", 1, {DICTIONARY_SURNAME}, -1}, + {"Martel", 1, {DICTIONARY_SURNAME}, -1}, + {"Melani", 1, {DICTIONARY_SURNAME}, -1}, + {"Obaidullah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adivrekar", 1, {DICTIONARY_SURNAME}, -1}, + {"Agamal", 1, {DICTIONARY_SURNAME}, -1}, + {"Villonco", 1, {DICTIONARY_SURNAME}, -1}, + {"Crell", 1, {DICTIONARY_SURNAME}, -1}, + {"Akelkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Protopopov", 1, {DICTIONARY_SURNAME}, -1}, + {"McNeair", 1, {DICTIONARY_SURNAME}, -1}, + {"Lizaola", 1, {DICTIONARY_SURNAME}, -1}, + {"Capucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Molinier", 1, {DICTIONARY_SURNAME}, -1}, + {"Faletti", 1, {DICTIONARY_SURNAME}, -1}, + {"Fangwu", 1, {DICTIONARY_SURNAME}, -1}, + {"Dethloff", 1, {DICTIONARY_SURNAME}, -1}, + {"Södergren", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolašinac", 1, {DICTIONARY_SURNAME}, -1}, + {"Paet", 1, {DICTIONARY_SURNAME}, -1}, + {"Salviati", 1, {DICTIONARY_SURNAME}, -1}, + {"Běhounková", 1, {DICTIONARY_SURNAME}, -1}, + {"Laidlaw", 1, {DICTIONARY_SURNAME}, -1}, + {"London", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rodolphus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaklua", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekins", 1, {DICTIONARY_SURNAME}, -1}, + {"Delos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andranik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waldir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tae-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thorsteinsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bardhyl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yampolsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Sureza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vejnović", 1, {DICTIONARY_SURNAME}, -1}, + {"Slager", 1, {DICTIONARY_SURNAME}, -1}, + {"Izawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Cousineau", 1, {DICTIONARY_SURNAME}, -1}, + {"Dārziņš", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallée", 1, {DICTIONARY_SURNAME}, -1}, + {"Kingerlee", 1, {DICTIONARY_SURNAME}, -1}, + {"Hutcheson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lapper", 1, {DICTIONARY_SURNAME}, -1}, + {"Teever", 1, {DICTIONARY_SURNAME}, -1}, + {"Handelsman", 1, {DICTIONARY_SURNAME}, -1}, + {"Quintilianus", 1, {DICTIONARY_SURNAME}, -1}, + {"Cervantes", 1, {DICTIONARY_SURNAME}, -1}, + {"Twitchell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidino", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartgill", 1, {DICTIONARY_SURNAME}, -1}, + {"Iosava", 1, {DICTIONARY_SURNAME}, -1}, + {"Navon", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshiie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Drdla", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassallo", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabrielson", 1, {DICTIONARY_SURNAME}, -1}, + {"Shenoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Panizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Işıl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Woodville", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaczor", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Persie", 1, {DICTIONARY_SURNAME}, -1}, + {"Starr", 1, {DICTIONARY_SURNAME}, -1}, + {"Dafydd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weingartner", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartz", 1, {DICTIONARY_SURNAME}, -1}, + {"Avery", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hammett", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzolari", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Rijsselberge", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Olausson", 1, {DICTIONARY_SURNAME}, -1}, + {"McDorman", 1, {DICTIONARY_SURNAME}, -1}, + {"Aptowitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Stříbrný", 1, {DICTIONARY_SURNAME}, -1}, + {"Galang", 1, {DICTIONARY_SURNAME}, -1}, + {"Molyneux", 1, {DICTIONARY_SURNAME}, -1}, + {"Patchen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ninković", 1, {DICTIONARY_SURNAME}, -1}, + {"Nebahat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vidrașcu", 1, {DICTIONARY_SURNAME}, -1}, + {"Tillett", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazanin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bethea", 1, {DICTIONARY_SURNAME}, -1}, + {"Veneberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Périer", 1, {DICTIONARY_SURNAME}, -1}, + {"lone star steakhouse & saloon", 1, {DICTIONARY_CHAIN}, 175}, + {"Von Geldern", 1, {DICTIONARY_SURNAME}, -1}, + {"Brittany", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shinjirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abu Hamza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adamee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kikue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ibn Mubarak", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashcraft", 1, {DICTIONARY_SURNAME}, -1}, + {"Cymbrowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Schottius", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanneman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanahara", 1, {DICTIONARY_SURNAME}, -1}, + {"McTavish", 1, {DICTIONARY_SURNAME}, -1}, + {"Simen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vardinoyannis", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwanitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantrill", 1, {DICTIONARY_SURNAME}, -1}, + {"McGinly", 1, {DICTIONARY_SURNAME}, -1}, + {"Cullinane", 1, {DICTIONARY_SURNAME}, -1}, + {"Demachi", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Lawlor", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovács", 1, {DICTIONARY_SURNAME}, -1}, + {"Ely", 1, {DICTIONARY_SURNAME}, -1}, + {"Attridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Elvis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greet", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cleyde", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Easley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Doğan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tiernan", 1, {DICTIONARY_SURNAME}, -1}, + {"Adair", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sylvia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nairn", 1, {DICTIONARY_SURNAME}, -1}, + {"Mäkelä", 1, {DICTIONARY_SURNAME}, -1}, + {"Escher", 1, {DICTIONARY_SURNAME}, -1}, + {"Sammartini", 1, {DICTIONARY_SURNAME}, -1}, + {"Cathcart", 1, {DICTIONARY_SURNAME}, -1}, + {"Flamville", 1, {DICTIONARY_SURNAME}, -1}, + {"Chelaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Krasikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Johnno", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Isserlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadlee", 1, {DICTIONARY_SURNAME}, -1}, + {"Alvinczi", 1, {DICTIONARY_SURNAME}, -1}, + {"Grieve", 1, {DICTIONARY_SURNAME}, -1}, + {"Suzuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yawkey", 1, {DICTIONARY_SURNAME}, -1}, + {"seven elevens", 1, {DICTIONARY_CHAIN}, 56}, + {"Reimerink", 1, {DICTIONARY_SURNAME}, -1}, + {"Özgür", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vanlore", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirotomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdurehim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paintal", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuyter", 1, {DICTIONARY_SURNAME}, -1}, + {"McNealy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaname", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikkanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Spackman", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeřábková", 1, {DICTIONARY_SURNAME}, -1}, + {"Santos", 1, {DICTIONARY_SURNAME}, -1}, + {"Monty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bendjedid", 1, {DICTIONARY_SURNAME}, -1}, + {"Veley", 1, {DICTIONARY_SURNAME}, -1}, + {"Widgery", 1, {DICTIONARY_SURNAME}, -1}, + {"Adewusi", 1, {DICTIONARY_SURNAME}, -1}, + {"Štěrba", 1, {DICTIONARY_SURNAME}, -1}, + {"Bébinn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Güçlü", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellys", 1, {DICTIONARY_SURNAME}, -1}, + {"Achramowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Rooke", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdoedy", 1, {DICTIONARY_SURNAME}, -1}, + {"Masatsura", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aurea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Obinna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiselyov", 1, {DICTIONARY_SURNAME}, -1}, + {"E", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Baptiste", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kimpton", 1, {DICTIONARY_SURNAME}, -1}, + {"Benso", 1, {DICTIONARY_SURNAME}, -1}, + {"Brinkmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Keiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Messina", 1, {DICTIONARY_SURNAME}, -1}, + {"Burkman", 1, {DICTIONARY_SURNAME}, -1}, + {"Snejbjerg", 1, {DICTIONARY_SURNAME}, -1}, + {"Angeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ederson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Prigioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Slade", 1, {DICTIONARY_SURNAME}, -1}, + {"t.g.i fridays", 1, {DICTIONARY_CHAIN}, 252}, + {"Ankita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Levieux", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Helsing", 1, {DICTIONARY_SURNAME}, -1}, + {"Karakaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Pınar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toledo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Soentgerath", 1, {DICTIONARY_SURNAME}, -1}, + {"Mladenović", 1, {DICTIONARY_SURNAME}, -1}, + {"Lanotte", 1, {DICTIONARY_SURNAME}, -1}, + {"Iveković", 1, {DICTIONARY_SURNAME}, -1}, + {"Boleyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Africk", 1, {DICTIONARY_SURNAME}, -1}, + {"Burri", 1, {DICTIONARY_SURNAME}, -1}, + {"Aissati", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Harbi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lord Feldman", 1, {DICTIONARY_SURNAME}, -1}, + {"Sköld", 1, {DICTIONARY_SURNAME}, -1}, + {"Lunceford", 1, {DICTIONARY_SURNAME}, -1}, + {"Harumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boulaich", 1, {DICTIONARY_SURNAME}, -1}, + {"Borbás", 1, {DICTIONARY_SURNAME}, -1}, + {"Seligsohn", 1, {DICTIONARY_SURNAME}, -1}, + {"McKitterick", 1, {DICTIONARY_SURNAME}, -1}, + {"Diogenis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fontana", 1, {DICTIONARY_SURNAME}, -1}, + {"Malcomson", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kawamata", 1, {DICTIONARY_SURNAME}, -1}, + {"Inta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Simrock", 1, {DICTIONARY_SURNAME}, -1}, + {"Haffenden", 1, {DICTIONARY_SURNAME}, -1}, + {"Walbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamadeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Frenkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Saramago", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaisse", 1, {DICTIONARY_SURNAME}, -1}, + {"Acres", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garrod", 1, {DICTIONARY_SURNAME}, -1}, + {"Marsha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beyazid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gardiner", 1, {DICTIONARY_SURNAME}, -1}, + {"MacAulay", 1, {DICTIONARY_SURNAME}, -1}, + {"Quant", 1, {DICTIONARY_SURNAME}, -1}, + {"Piotr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goldschmied", 1, {DICTIONARY_SURNAME}, -1}, + {"Özlem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hesser", 1, {DICTIONARY_SURNAME}, -1}, + {"Tannock", 1, {DICTIONARY_SURNAME}, -1}, + {"Dohnal", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrashev", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuirter", 1, {DICTIONARY_SURNAME}, -1}, + {"Maymin", 1, {DICTIONARY_SURNAME}, -1}, + {"Malgaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Abashev", 1, {DICTIONARY_SURNAME}, -1}, + {"tamoil", 1, {DICTIONARY_CHAIN}, -1}, + {"Nielson", 1, {DICTIONARY_SURNAME}, -1}, + {"Farb", 1, {DICTIONARY_SURNAME}, -1}, + {"Wojtek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ligotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Palmer-Tomkinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Polyakin", 1, {DICTIONARY_SURNAME}, -1}, + {"Corvin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaganian", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarto", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hembrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Ade", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Solvita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Frisak", 1, {DICTIONARY_SURNAME}, -1}, + {"Michon", 1, {DICTIONARY_SURNAME}, -1}, + {"Heldring", 1, {DICTIONARY_SURNAME}, -1}, + {"Walmisley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamori", 1, {DICTIONARY_SURNAME}, -1}, + {"Burrough", 1, {DICTIONARY_SURNAME}, -1}, + {"Altrock", 1, {DICTIONARY_SURNAME}, -1}, + {"Byung-hoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tsuyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ioniță", 1, {DICTIONARY_SURNAME}, -1}, + {"Ezri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andhak", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Michas", 1, {DICTIONARY_SURNAME}, -1}, + {"Colvin", 1, {DICTIONARY_SURNAME}, -1}, + {"Verfaillie", 1, {DICTIONARY_SURNAME}, -1}, + {"Adanza", 1, {DICTIONARY_SURNAME}, -1}, + {"Kashtan", 1, {DICTIONARY_SURNAME}, -1}, + {"Massumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Volkert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Öz", 1, {DICTIONARY_SURNAME}, -1}, + {"MacDiarmid", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruzicka", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Darc", 1, {DICTIONARY_SURNAME}, -1}, + {"Stinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinojinidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Villaseñor", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckner", 1, {DICTIONARY_SURNAME}, -1}, + {"Caner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"panda express", 1, {DICTIONARY_CHAIN}, -1}, + {"Sampasree", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weisz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Coitir", 1, {DICTIONARY_SURNAME}, -1}, + {"Jioji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kimmelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Musumeci", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Manchukonda", 1, {DICTIONARY_SURNAME}, -1}, + {"Alcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Paszek", 1, {DICTIONARY_SURNAME}, -1}, + {"Villency", 1, {DICTIONARY_SURNAME}, -1}, + {"Merline", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erokhin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fariborz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haeberle", 1, {DICTIONARY_SURNAME}, -1}, + {"Niiniluoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Atsunobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Matsuzaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Braden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hulda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Virupaxappa", 1, {DICTIONARY_SURNAME}, -1}, + {"Shantia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bożenka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barnaby", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Šatan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlahakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergengruen", 1, {DICTIONARY_SURNAME}, -1}, + {"Worley", 1, {DICTIONARY_SURNAME}, -1}, + {"Bratz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerstin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bertil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dodie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McMordie", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeta-Jones", 1, {DICTIONARY_SURNAME}, -1}, + {"Dolman", 1, {DICTIONARY_SURNAME}, -1}, + {"Doderer", 1, {DICTIONARY_SURNAME}, -1}, + {"Krenn", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobson", 1, {DICTIONARY_SURNAME}, -1}, + {"kreissparkasse", 1, {DICTIONARY_CHAIN}, -1}, + {"Bigby", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Eem", 1, {DICTIONARY_SURNAME}, -1}, + {"td banks", 1, {DICTIONARY_CHAIN}, 248}, + {"Vanderkaay", 1, {DICTIONARY_SURNAME}, -1}, + {"Bühlmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Samisoni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vahidnia", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henzler", 1, {DICTIONARY_SURNAME}, -1}, + {"Miklóska", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karcsi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Odhner", 1, {DICTIONARY_SURNAME}, -1}, + {"Rideout", 1, {DICTIONARY_SURNAME}, -1}, + {"Frøydis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pirić", 1, {DICTIONARY_SURNAME}, -1}, + {"Olayvar", 1, {DICTIONARY_SURNAME}, -1}, + {"Malarek", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsitsishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Huygen", 1, {DICTIONARY_SURNAME}, -1}, + {"Descombey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamrouz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohlman", 1, {DICTIONARY_SURNAME}, -1}, + {"Masaharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tamabayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Alassane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Monis", 1, {DICTIONARY_SURNAME}, -1}, + {"Inchausti", 1, {DICTIONARY_SURNAME}, -1}, + {"Jochen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lauter", 1, {DICTIONARY_SURNAME}, -1}, + {"Abouba", 1, {DICTIONARY_SURNAME}, -1}, + {"Folkes", 1, {DICTIONARY_SURNAME}, -1}, + {"Hattersley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanhootegem", 1, {DICTIONARY_SURNAME}, -1}, + {"Franssen", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhmetshin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gudymo", 1, {DICTIONARY_SURNAME}, -1}, + {"Radojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Essbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Chidgey", 1, {DICTIONARY_SURNAME}, -1}, + {"Treadway", 1, {DICTIONARY_SURNAME}, -1}, + {"Çorlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Arborius", 1, {DICTIONARY_SURNAME}, -1}, + {"Jayasinghe", 1, {DICTIONARY_SURNAME}, -1}, + {"Lichaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartol", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikkola", 1, {DICTIONARY_SURNAME}, -1}, + {"Iovine", 1, {DICTIONARY_SURNAME}, -1}, + {"Edelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"McTear", 1, {DICTIONARY_SURNAME}, -1}, + {"Kingsmill", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaithyalingam", 1, {DICTIONARY_SURNAME}, -1}, + {"Proth", 1, {DICTIONARY_SURNAME}, -1}, + {"Tommi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Laboriel", 1, {DICTIONARY_SURNAME}, -1}, + {"Rivero", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguessy", 1, {DICTIONARY_SURNAME}, -1}, + {"Adhopia", 1, {DICTIONARY_SURNAME}, -1}, + {"Fortunato", 1, {DICTIONARY_SURNAME}, -1}, + {"Alasdair", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cherith", 1, {DICTIONARY_SURNAME}, -1}, + {"Mineko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shinseki", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nsiah", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyung-won", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dionne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Székely", 1, {DICTIONARY_SURNAME}, -1}, + {"Lori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schrock", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilliam", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehman", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackell", 1, {DICTIONARY_SURNAME}, -1}, + {"Lilla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kusayanagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tentamun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tiziano", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Breban", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwager", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamio", 1, {DICTIONARY_SURNAME}, -1}, + {"Bethan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ćatić", 1, {DICTIONARY_SURNAME}, -1}, + {"Ocloo", 1, {DICTIONARY_SURNAME}, -1}, + {"Juho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Becx", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldhaber", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyasmaan", 1, {DICTIONARY_SURNAME}, -1}, + {"Weltner", 1, {DICTIONARY_SURNAME}, -1}, + {"Mutke", 1, {DICTIONARY_SURNAME}, -1}, + {"Druitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vychodil", 1, {DICTIONARY_SURNAME}, -1}, + {"Abkarovics", 1, {DICTIONARY_SURNAME}, -1}, + {"Seiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bolitho", 1, {DICTIONARY_SURNAME}, -1}, + {"Stenman", 1, {DICTIONARY_SURNAME}, -1}, + {"Clevenger", 1, {DICTIONARY_SURNAME}, -1}, + {"Warsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajdú", 1, {DICTIONARY_SURNAME}, -1}, + {"Firman", 1, {DICTIONARY_SURNAME}, -1}, + {"Amezcua Contreras", 1, {DICTIONARY_SURNAME}, -1}, + {"Chojnacki", 1, {DICTIONARY_SURNAME}, -1}, + {"Amami", 1, {DICTIONARY_SURNAME}, -1}, + {"Birgit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liadain", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Æthelfrith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lejarreta", 1, {DICTIONARY_SURNAME}, -1}, + {"Viaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidique", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rayman", 1, {DICTIONARY_SURNAME}, -1}, + {"Staub", 1, {DICTIONARY_SURNAME}, -1}, + {"Pesci", 1, {DICTIONARY_SURNAME}, -1}, + {"Herrema", 1, {DICTIONARY_SURNAME}, -1}, + {"Housman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hausleitner", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Gable", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kalita", 1, {DICTIONARY_SURNAME}, -1}, + {"Degener", 1, {DICTIONARY_SURNAME}, -1}, + {"Kossuth", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsuki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Viqueira", 1, {DICTIONARY_SURNAME}, -1}, + {"Piette", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Nwaogu", 1, {DICTIONARY_SURNAME}, -1}, + {"McCormick", 1, {DICTIONARY_SURNAME}, -1}, + {"Prettyman", 1, {DICTIONARY_SURNAME}, -1}, + {"Porson", 1, {DICTIONARY_SURNAME}, -1}, + {"Menne", 1, {DICTIONARY_SURNAME}, -1}, + {"Filomena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kossoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Bratko", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bayraktar", 1, {DICTIONARY_SURNAME}, -1}, + {"Běla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Smokler", 1, {DICTIONARY_SURNAME}, -1}, + {"Rocca", 1, {DICTIONARY_SURNAME}, -1}, + {"Skrimshire", 1, {DICTIONARY_SURNAME}, -1}, + {"Panneerselvam", 1, {DICTIONARY_SURNAME}, -1}, + {"Orlando", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ioannidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Heaps", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrara", 1, {DICTIONARY_SURNAME}, -1}, + {"McColgan", 1, {DICTIONARY_SURNAME}, -1}, + {"Shachi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seren", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beduzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Naruhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goncharov", 1, {DICTIONARY_SURNAME}, -1}, + {"Yakin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mow", 1, {DICTIONARY_SURNAME}, -1}, + {"Kevork", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Libertad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ankier", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazier", 1, {DICTIONARY_SURNAME}, -1}, + {"Sager", 1, {DICTIONARY_SURNAME}, -1}, + {"Adigo", 1, {DICTIONARY_SURNAME}, -1}, + {"Frosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Almer", 1, {DICTIONARY_SURNAME}, -1}, + {"Araszkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Sōichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jellett", 1, {DICTIONARY_SURNAME}, -1}, + {"McLee", 1, {DICTIONARY_SURNAME}, -1}, + {"Schepke", 1, {DICTIONARY_SURNAME}, -1}, + {"Melnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Godlee", 1, {DICTIONARY_SURNAME}, -1}, + {"Peletier", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuerten", 1, {DICTIONARY_SURNAME}, -1}, + {"Vagapov", 1, {DICTIONARY_SURNAME}, -1}, + {"Deyneko", 1, {DICTIONARY_SURNAME}, -1}, + {"Perski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vangarde", 1, {DICTIONARY_SURNAME}, -1}, + {"McRee", 1, {DICTIONARY_SURNAME}, -1}, + {"Alamelu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"in & out burger", 1, {DICTIONARY_CHAIN}, 158}, + {"Avie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dorff", 1, {DICTIONARY_SURNAME}, -1}, + {"Semon", 1, {DICTIONARY_SURNAME}, -1}, + {"Josie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Slimani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilkoits", 1, {DICTIONARY_SURNAME}, -1}, + {"Käbin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrenica", 1, {DICTIONARY_SURNAME}, -1}, + {"Řezáč", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Patarava", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Helst", 1, {DICTIONARY_SURNAME}, -1}, + {"Wadud", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ormonde", 1, {DICTIONARY_SURNAME}, -1}, + {"Waad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shefki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Winnington", 1, {DICTIONARY_SURNAME}, -1}, + {"Specht", 1, {DICTIONARY_SURNAME}, -1}, + {"Carmelita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yukifumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aram", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fuss", 1, {DICTIONARY_SURNAME}, -1}, + {"Alakbarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gast", 1, {DICTIONARY_SURNAME}, -1}, + {"Wortman", 1, {DICTIONARY_SURNAME}, -1}, + {"Aylesworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Robin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hepburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Sperl", 1, {DICTIONARY_SURNAME}, -1}, + {"Soundararajan", 1, {DICTIONARY_SURNAME}, -1}, + {"MacQueen", 1, {DICTIONARY_SURNAME}, -1}, + {"picard", 1, {DICTIONARY_CHAIN}, -1}, + {"Mrkšić", 1, {DICTIONARY_SURNAME}, -1}, + {"Cloud", 1, {DICTIONARY_SURNAME}, -1}, + {"Barthwal", 1, {DICTIONARY_SURNAME}, -1}, + {"Sergison", 1, {DICTIONARY_SURNAME}, -1}, + {"Rouault", 1, {DICTIONARY_SURNAME}, -1}, + {"Okoro", 1, {DICTIONARY_SURNAME}, -1}, + {"Ettel", 1, {DICTIONARY_SURNAME}, -1}, + {"Dabhade", 1, {DICTIONARY_SURNAME}, -1}, + {"Inwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Aslanian", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stoneman", 1, {DICTIONARY_SURNAME}, -1}, + {"Passarotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Brasseur", 1, {DICTIONARY_SURNAME}, -1}, + {"Tangwena", 1, {DICTIONARY_SURNAME}, -1}, + {"Bholowalia", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Backlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gladwyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bernbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Euba", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanaullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Levinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Waerden", 1, {DICTIONARY_SURNAME}, -1}, + {"Potgieter", 1, {DICTIONARY_SURNAME}, -1}, + {"Embury", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyatchanin", 1, {DICTIONARY_SURNAME}, -1}, + {"Classen", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spevak", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Runciman", 1, {DICTIONARY_SURNAME}, -1}, + {"Friese-Greene", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-mo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Quinziato", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibn Hubayra", 1, {DICTIONARY_SURNAME}, -1}, + {"Samer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caleb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vesović", 1, {DICTIONARY_SURNAME}, -1}, + {"Protić", 1, {DICTIONARY_SURNAME}, -1}, + {"Falkenrath", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajbek", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Divier", 1, {DICTIONARY_SURNAME}, -1}, + {"Everton", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ingebrigt", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leroux", 1, {DICTIONARY_SURNAME}, -1}, + {"Górecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Gredler", 1, {DICTIONARY_SURNAME}, -1}, + {"Güneş", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Helgesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tayyip", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Huth", 1, {DICTIONARY_SURNAME}, -1}, + {"Galler", 1, {DICTIONARY_SURNAME}, -1}, + {"Millwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Yokouchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Groeneveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Dworkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Binder", 1, {DICTIONARY_SURNAME}, -1}, + {"McClain", 1, {DICTIONARY_SURNAME}, -1}, + {"Stamm", 1, {DICTIONARY_SURNAME}, -1}, + {"Batra", 1, {DICTIONARY_SURNAME}, -1}, + {"Morgenthau", 1, {DICTIONARY_SURNAME}, -1}, + {"Easson", 1, {DICTIONARY_SURNAME}, -1}, + {"Resvoll", 1, {DICTIONARY_SURNAME}, -1}, + {"Kufuor", 1, {DICTIONARY_SURNAME}, -1}, + {"Cussler", 1, {DICTIONARY_SURNAME}, -1}, + {"Klassen", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownschidle", 1, {DICTIONARY_SURNAME}, -1}, + {"De Kempenaer", 1, {DICTIONARY_SURNAME}, -1}, + {"Octavius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ornella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vogelzang", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorganov", 1, {DICTIONARY_SURNAME}, -1}, + {"Virkkunen", 1, {DICTIONARY_SURNAME}, -1}, + {"McDonough", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovačević", 1, {DICTIONARY_SURNAME}, -1}, + {"Porębski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hosmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Samaddar", 1, {DICTIONARY_SURNAME}, -1}, + {"Hacı", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viking", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kozłowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Dümmler", 1, {DICTIONARY_SURNAME}, -1}, + {"Tremain", 1, {DICTIONARY_SURNAME}, -1}, + {"Koçak", 1, {DICTIONARY_SURNAME}, -1}, + {"Bronn", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasselbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Boulard", 1, {DICTIONARY_SURNAME}, -1}, + {"Nasedkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Shimmin", 1, {DICTIONARY_SURNAME}, -1}, + {"Laisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blau", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinwari", 1, {DICTIONARY_SURNAME}, -1}, + {"McAughtry", 1, {DICTIONARY_SURNAME}, -1}, + {"Barış", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vallie-Flagg", 1, {DICTIONARY_SURNAME}, -1}, + {"Gillow", 1, {DICTIONARY_SURNAME}, -1}, + {"Kühn", 1, {DICTIONARY_SURNAME}, -1}, + {"Isaacs", 1, {DICTIONARY_SURNAME}, -1}, + {"Bawden", 1, {DICTIONARY_SURNAME}, -1}, + {"Jahnke", 1, {DICTIONARY_SURNAME}, -1}, + {"Umarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrioux", 1, {DICTIONARY_SURNAME}, -1}, + {"Hackel", 1, {DICTIONARY_SURNAME}, -1}, + {"rf kennedy", 1, {DICTIONARY_NAMED_PERSON}, 284}, + {"Trebek", 1, {DICTIONARY_SURNAME}, -1}, + {"Parenteau", 1, {DICTIONARY_SURNAME}, -1}, + {"carls jr", 1, {DICTIONARY_CHAIN}, 93}, + {"Nollet", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae-wook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ovenden", 1, {DICTIONARY_SURNAME}, -1}, + {"Pérez-Roldán", 1, {DICTIONARY_SURNAME}, -1}, + {"Rowlandson", 1, {DICTIONARY_SURNAME}, -1}, + {"Brzić", 1, {DICTIONARY_SURNAME}, -1}, + {"Tizard", 1, {DICTIONARY_SURNAME}, -1}, + {"Pronger", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinaloa", 1, {DICTIONARY_SURNAME}, -1}, + {"Teräväinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Abadzis", 1, {DICTIONARY_SURNAME}, -1}, + {"Sancaklı", 1, {DICTIONARY_SURNAME}, -1}, + {"Vašková", 1, {DICTIONARY_SURNAME}, -1}, + {"Ermintrude", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Riggin", 1, {DICTIONARY_SURNAME}, -1}, + {"Frommel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tannen", 1, {DICTIONARY_SURNAME}, -1}, + {"Valandrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Blechacz", 1, {DICTIONARY_SURNAME}, -1}, + {"Adolf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bendish", 1, {DICTIONARY_SURNAME}, -1}, + {"Addonizio", 1, {DICTIONARY_SURNAME}, -1}, + {"Helvi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"rewe", 1, {DICTIONARY_CHAIN}, -1}, + {"Erneido", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hong", 1, {DICTIONARY_SURNAME}, -1}, + {"Lanzoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Dattani", 1, {DICTIONARY_SURNAME}, -1}, + {"Trémaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Hauet", 1, {DICTIONARY_SURNAME}, -1}, + {"Chamandy", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsjaikovskij", 1, {DICTIONARY_SURNAME}, -1}, + {"Böcker", 1, {DICTIONARY_SURNAME}, -1}, + {"Masaoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Vamvakoulas", 1, {DICTIONARY_SURNAME}, -1}, + {"Furkan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Onuoha", 1, {DICTIONARY_SURNAME}, -1}, + {"Isambard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bixton", 1, {DICTIONARY_SURNAME}, -1}, + {"Mozart", 1, {DICTIONARY_SURNAME}, -1}, + {"Afflalo", 1, {DICTIONARY_SURNAME}, -1}, + {"Viktor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoshikage", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verrasztó", 1, {DICTIONARY_SURNAME}, -1}, + {"Ish-Shalom", 1, {DICTIONARY_SURNAME}, -1}, + {"Mudumbai", 1, {DICTIONARY_SURNAME}, -1}, + {"Takeko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gomme", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavia", 1, {DICTIONARY_SURNAME}, -1}, + {"Rolf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"McKai", 1, {DICTIONARY_SURNAME}, -1}, + {"Jhingan", 1, {DICTIONARY_SURNAME}, -1}, + {"Longo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoddle", 1, {DICTIONARY_SURNAME}, -1}, + {"Estleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Rusevski", 1, {DICTIONARY_SURNAME}, -1}, + {"Darin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nagel", 1, {DICTIONARY_SURNAME}, -1}, + {"Parminder", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Hachette", 1, {DICTIONARY_SURNAME}, -1}, + {"Tangye", 1, {DICTIONARY_SURNAME}, -1}, + {"Göksun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Snurnitsyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Kodaira", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuzmich", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyun-sook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dobronravov", 1, {DICTIONARY_SURNAME}, -1}, + {"McCuen", 1, {DICTIONARY_SURNAME}, -1}, + {"Arghutashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Westrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowman", 1, {DICTIONARY_SURNAME}, -1}, + {"Nessel", 1, {DICTIONARY_SURNAME}, -1}, + {"Downer", 1, {DICTIONARY_SURNAME}, -1}, + {"Dantzig", 1, {DICTIONARY_SURNAME}, -1}, + {"Agostino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Blankfein", 1, {DICTIONARY_SURNAME}, -1}, + {"Timchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Åke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lord", 1, {DICTIONARY_SURNAME}, -1}, + {"Nursultan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barbullushi", 1, {DICTIONARY_SURNAME}, -1}, + {"Raynault", 1, {DICTIONARY_SURNAME}, -1}, + {"Törő", 1, {DICTIONARY_SURNAME}, -1}, + {"MacEachainn", 1, {DICTIONARY_SURNAME}, -1}, + {"Pesky", 1, {DICTIONARY_SURNAME}, -1}, + {"Mannering", 1, {DICTIONARY_SURNAME}, -1}, + {"Ćorluka", 1, {DICTIONARY_SURNAME}, -1}, + {"Maitre", 1, {DICTIONARY_SURNAME}, -1}, + {"Laurenti", 1, {DICTIONARY_SURNAME}, -1}, + {"De Jager", 1, {DICTIONARY_SURNAME}, -1}, + {"Esparza", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoshino", 1, {DICTIONARY_SURNAME}, -1}, + {"Corso", 1, {DICTIONARY_SURNAME}, -1}, + {"Letizia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sadak", 1, {DICTIONARY_SURNAME}, -1}, + {"Ismatullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Khoren", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mitsuhisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Skov", 1, {DICTIONARY_SURNAME}, -1}, + {"Harre", 1, {DICTIONARY_SURNAME}, -1}, + {"Shovelton", 1, {DICTIONARY_SURNAME}, -1}, + {"Pichot", 1, {DICTIONARY_SURNAME}, -1}, + {"Björnstjerna", 1, {DICTIONARY_SURNAME}, -1}, + {"Rickards", 1, {DICTIONARY_SURNAME}, -1}, + {"Soleil", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Phoebe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wilkerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Elliott", 1, {DICTIONARY_SURNAME}, -1}, + {"Poffenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Inger", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"blimpie's", 1, {DICTIONARY_CHAIN}, 81}, + {"Mitrović", 1, {DICTIONARY_SURNAME}, -1}, + {"Dissanayake", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunston", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunamune", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fujiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Georges", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jaggard", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovelamudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dockstader", 1, {DICTIONARY_SURNAME}, -1}, + {"Neall", 1, {DICTIONARY_SURNAME}, -1}, + {"Gotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Uma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van de Geijn", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghion", 1, {DICTIONARY_SURNAME}, -1}, + {"Smør", 1, {DICTIONARY_SURNAME}, -1}, + {"Şaş", 1, {DICTIONARY_SURNAME}, -1}, + {"Boyse", 1, {DICTIONARY_SURNAME}, -1}, + {"Skirrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Velma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scherber", 1, {DICTIONARY_SURNAME}, -1}, + {"Ioseliani", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakamatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Helebrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Volpert", 1, {DICTIONARY_SURNAME}, -1}, + {"Nudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Brazell", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaddi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Witte", 1, {DICTIONARY_SURNAME}, -1}, + {"Beukers", 1, {DICTIONARY_SURNAME}, -1}, + {"Scholefield", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bristow", 1, {DICTIONARY_SURNAME}, -1}, + {"FitzSymond", 1, {DICTIONARY_SURNAME}, -1}, + {"DiPietro", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldring", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratzlaff", 1, {DICTIONARY_SURNAME}, -1}, + {"Krogh", 1, {DICTIONARY_SURNAME}, -1}, + {"McKeand", 1, {DICTIONARY_SURNAME}, -1}, + {"Sonia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paulson", 1, {DICTIONARY_SURNAME}, -1}, + {"Minear", 1, {DICTIONARY_SURNAME}, -1}, + {"Eich", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackah", 1, {DICTIONARY_SURNAME}, -1}, + {"Ketchum", 1, {DICTIONARY_SURNAME}, -1}, + {"Merbah", 1, {DICTIONARY_SURNAME}, -1}, + {"Augusto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Táethen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazunari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Touhey", 1, {DICTIONARY_SURNAME}, -1}, + {"Manshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Wath", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceyda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kobs", 1, {DICTIONARY_SURNAME}, -1}, + {"Charisse", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bárány", 1, {DICTIONARY_SURNAME}, -1}, + {"Serizawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Raynes", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuhashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gökay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Estrada", 1, {DICTIONARY_SURNAME}, -1}, + {"Catálogo alfabético de apellidos", 1, {DICTIONARY_SURNAME}, -1}, + {"Joon-hyuk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sistla", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonicelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Wüthrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Foot", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamanaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Rin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agboola", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kavalchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Giuffrè", 1, {DICTIONARY_SURNAME}, -1}, + {"Otaño", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae-in", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Traub", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilakazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmige", 1, {DICTIONARY_SURNAME}, -1}, + {"Fahmi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nathusius", 1, {DICTIONARY_SURNAME}, -1}, + {"Sablich", 1, {DICTIONARY_SURNAME}, -1}, + {"Francesco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sadanaga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Accurso", 1, {DICTIONARY_SURNAME}, -1}, + {"Leavitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Zorner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vygotskij", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Adornetto", 1, {DICTIONARY_SURNAME}, -1}, + {"Papanastasiou", 1, {DICTIONARY_SURNAME}, -1}, + {"Härig", 1, {DICTIONARY_SURNAME}, -1}, + {"Bille", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Navrozov", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedrich Christian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harsh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pavin", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldomero", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Youd", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiśniewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Aibekob", 1, {DICTIONARY_SURNAME}, -1}, + {"Fehl", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelski", 1, {DICTIONARY_SURNAME}, -1}, + {"Čejvan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirchweger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vauquelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanaoui", 1, {DICTIONARY_SURNAME}, -1}, + {"Snoek", 1, {DICTIONARY_SURNAME}, -1}, + {"Raynsford", 1, {DICTIONARY_SURNAME}, -1}, + {"Egler", 1, {DICTIONARY_SURNAME}, -1}, + {"Okazaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemeny", 1, {DICTIONARY_SURNAME}, -1}, + {"Zorkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicoveanca", 1, {DICTIONARY_SURNAME}, -1}, + {"Winkler", 1, {DICTIONARY_SURNAME}, -1}, + {"Welsman", 1, {DICTIONARY_SURNAME}, -1}, + {"white castles", 1, {DICTIONARY_CHAIN}, 274}, + {"Clausen", 1, {DICTIONARY_SURNAME}, -1}, + {"McAslan", 1, {DICTIONARY_SURNAME}, -1}, + {"Baader", 1, {DICTIONARY_SURNAME}, -1}, + {"Tottempudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Körbes", 1, {DICTIONARY_SURNAME}, -1}, + {"Tahsin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hofmeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Nezamysl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"ihops", 1, {DICTIONARY_CHAIN}, 156}, + {"Savchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"wendys", 1, {DICTIONARY_CHAIN}, 271}, + {"Wuttke", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunkley", 1, {DICTIONARY_SURNAME}, -1}, + {"Wooten", 1, {DICTIONARY_SURNAME}, -1}, + {"Herschmann", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hülya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Crossan", 1, {DICTIONARY_SURNAME}, -1}, + {"Blumenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Bidognetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Blobel", 1, {DICTIONARY_SURNAME}, -1}, + {"Soltis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bronsart von Schellendorff", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanai", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulikeel", 1, {DICTIONARY_SURNAME}, -1}, + {"Voloshin", 1, {DICTIONARY_SURNAME}, -1}, + {"Galvan", 1, {DICTIONARY_SURNAME}, -1}, + {"Levonevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Xtravaganza", 1, {DICTIONARY_SURNAME}, -1}, + {"Wathelet", 1, {DICTIONARY_SURNAME}, -1}, + {"Lau", 1, {DICTIONARY_SURNAME}, -1}, + {"Taaffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Mykola", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Laning", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Cormacáin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsujio", 1, {DICTIONARY_SURNAME}, -1}, + {"Astorino", 1, {DICTIONARY_SURNAME}, -1}, + {"Koishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Calkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Väggö", 1, {DICTIONARY_SURNAME}, -1}, + {"DeSimone", 1, {DICTIONARY_SURNAME}, -1}, + {"Sotnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ólchobar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verbist", 1, {DICTIONARY_SURNAME}, -1}, + {"Regnault", 1, {DICTIONARY_SURNAME}, -1}, + {"Mammoliti", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovařík", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshiharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Demetria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malkals", 1, {DICTIONARY_SURNAME}, -1}, + {"Maroš", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pimental", 1, {DICTIONARY_SURNAME}, -1}, + {"Couture", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Velze", 1, {DICTIONARY_SURNAME}, -1}, + {"Stensen", 1, {DICTIONARY_SURNAME}, -1}, + {"القذافي", 1, {DICTIONARY_SURNAME}, -1}, + {"Lozé", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Suckow", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasconcelos", 1, {DICTIONARY_SURNAME}, -1}, + {"McKernon", 1, {DICTIONARY_SURNAME}, -1}, + {"Vishnitsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hosey", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuyuki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vsych", 1, {DICTIONARY_SURNAME}, -1}, + {"Anne-Marie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"John Paul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Romualdas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tadatoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mizuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adeleke", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"deutschebank", 1, {DICTIONARY_CHAIN}, 125}, + {"Villafania", 1, {DICTIONARY_SURNAME}, -1}, + {"Dasaolu", 1, {DICTIONARY_SURNAME}, -1}, + {"Thackrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlman", 1, {DICTIONARY_SURNAME}, -1}, + {"Layden", 1, {DICTIONARY_SURNAME}, -1}, + {"Roh", 1, {DICTIONARY_SURNAME}, -1}, + {"Holloway", 1, {DICTIONARY_SURNAME}, -1}, + {"Tora", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-hwa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Negi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steinhauser", 1, {DICTIONARY_SURNAME}, -1}, + {"Nurmukhambetova", 1, {DICTIONARY_SURNAME}, -1}, + {"Droz", 1, {DICTIONARY_SURNAME}, -1}, + {"Helena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hilton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sung-sook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kunt", 1, {DICTIONARY_SURNAME}, -1}, + {"Veeraraghavan", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldredge", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Scannail", 1, {DICTIONARY_SURNAME}, -1}, + {"Jandhyala", 1, {DICTIONARY_SURNAME}, -1}, + {"Rafferty", 1, {DICTIONARY_SURNAME}, -1}, + {"Mustafa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wael", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ganglbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Tooby", 1, {DICTIONARY_SURNAME}, -1}, + {"Emīlija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stallard", 1, {DICTIONARY_SURNAME}, -1}, + {"Hudec", 1, {DICTIONARY_SURNAME}, -1}, + {"Chernomyrdin", 1, {DICTIONARY_SURNAME}, -1}, + {"Saulius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Glemham", 1, {DICTIONARY_SURNAME}, -1}, + {"Škorpil", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuck", 1, {DICTIONARY_SURNAME}, -1}, + {"Agnoly", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Eula", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deyo", 1, {DICTIONARY_SURNAME}, -1}, + {"Worswick", 1, {DICTIONARY_SURNAME}, -1}, + {"Viuhkola", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaynab", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shveytser", 1, {DICTIONARY_SURNAME}, -1}, + {"Ben-Ari", 1, {DICTIONARY_SURNAME}, -1}, + {"Motwani", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakhushev", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Estienne d'Orves", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarethun", 1, {DICTIONARY_SURNAME}, -1}, + {"Iachini", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenhut", 1, {DICTIONARY_SURNAME}, -1}, + {"McAlpine", 1, {DICTIONARY_SURNAME}, -1}, + {"Barzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Weider", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Smárason", 1, {DICTIONARY_SURNAME}, -1}, + {"Alempijević", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryōichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hastert", 1, {DICTIONARY_SURNAME}, -1}, + {"Phipps", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunkle", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwegelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwarzschild", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilczyński", 1, {DICTIONARY_SURNAME}, -1}, + {"Allardice", 1, {DICTIONARY_SURNAME}, -1}, + {"Doppo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Volzke", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhaleh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Szokol", 1, {DICTIONARY_SURNAME}, -1}, + {"Thesmar", 1, {DICTIONARY_SURNAME}, -1}, + {"nordea", 1, {DICTIONARY_CHAIN}, -1}, + {"Nielsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Burg", 1, {DICTIONARY_SURNAME}, -1}, + {"Holleeder", 1, {DICTIONARY_SURNAME}, -1}, + {"Elezović", 1, {DICTIONARY_SURNAME}, -1}, + {"McCardie", 1, {DICTIONARY_SURNAME}, -1}, + {"Min-ji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anastasiou", 1, {DICTIONARY_SURNAME}, -1}, + {"Brusilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Knott", 1, {DICTIONARY_SURNAME}, -1}, + {"Karine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gut", 1, {DICTIONARY_SURNAME}, -1}, + {"Boersma", 1, {DICTIONARY_SURNAME}, -1}, + {"McGaffin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lakafia", 1, {DICTIONARY_SURNAME}, -1}, + {"Abd Rabbo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Von Doviak", 1, {DICTIONARY_SURNAME}, -1}, + {"Baazov", 1, {DICTIONARY_SURNAME}, -1}, + {"Fartusi", 1, {DICTIONARY_SURNAME}, -1}, + {"Fleck", 1, {DICTIONARY_SURNAME}, -1}, + {"Mujica", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaseršteĭn", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonfanti", 1, {DICTIONARY_SURNAME}, -1}, + {"Lederman", 1, {DICTIONARY_SURNAME}, -1}, + {"Adlešič", 1, {DICTIONARY_SURNAME}, -1}, + {"Szidon", 1, {DICTIONARY_SURNAME}, -1}, + {"Viswalingam", 1, {DICTIONARY_SURNAME}, -1}, + {"Piccirilli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellicombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Votsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bwanamdogo", 1, {DICTIONARY_SURNAME}, -1}, + {"Matusz", 1, {DICTIONARY_SURNAME}, -1}, + {"Liotard", 1, {DICTIONARY_SURNAME}, -1}, + {"Borovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Karsgaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Crijević", 1, {DICTIONARY_SURNAME}, -1}, + {"Ffion", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corrina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trześniewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruvarac", 1, {DICTIONARY_SURNAME}, -1}, + {"Hazley", 1, {DICTIONARY_SURNAME}, -1}, + {"Michalka", 1, {DICTIONARY_SURNAME}, -1}, + {"Harber", 1, {DICTIONARY_SURNAME}, -1}, + {"Jokinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Waldau", 1, {DICTIONARY_SURNAME}, -1}, + {"Espin", 1, {DICTIONARY_SURNAME}, -1}, + {"Steedman", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantù", 1, {DICTIONARY_SURNAME}, -1}, + {"Damjan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guardini", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhzam", 1, {DICTIONARY_SURNAME}, -1}, + {"Massara", 1, {DICTIONARY_SURNAME}, -1}, + {"Colt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gachet", 1, {DICTIONARY_SURNAME}, -1}, + {"Nalbantoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Teppei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daiju", 1, {DICTIONARY_SURNAME}, -1}, + {"Scardina", 1, {DICTIONARY_SURNAME}, -1}, + {"Boudon", 1, {DICTIONARY_SURNAME}, -1}, + {"Raupp", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Wijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Geschwind", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerusalem", 1, {DICTIONARY_SURNAME}, -1}, + {"deutschebanks", 1, {DICTIONARY_CHAIN}, 125}, + {"Praetorius", 1, {DICTIONARY_SURNAME}, -1}, + {"Daw", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Morimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cheffins", 1, {DICTIONARY_SURNAME}, -1}, + {"Julia", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vînătoru", 1, {DICTIONARY_SURNAME}, -1}, + {"Sherwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Barraquer", 1, {DICTIONARY_SURNAME}, -1}, + {"Feijóo", 1, {DICTIONARY_SURNAME}, -1}, + {"Portnoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Léveillé", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisanori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ponomaryov", 1, {DICTIONARY_SURNAME}, -1}, + {"McLarnon", 1, {DICTIONARY_SURNAME}, -1}, + {"Bontempi", 1, {DICTIONARY_SURNAME}, -1}, + {"Boultbee", 1, {DICTIONARY_SURNAME}, -1}, + {"Herranz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hecham", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pithie", 1, {DICTIONARY_SURNAME}, -1}, + {"Bloodworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Nevin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Duxbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Børge", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iwamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Houldsworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Chamberlayne", 1, {DICTIONARY_SURNAME}, -1}, + {"Liviu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Magdolna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verellen", 1, {DICTIONARY_SURNAME}, -1}, + {"Versyp", 1, {DICTIONARY_SURNAME}, -1}, + {"Ćurčić", 1, {DICTIONARY_SURNAME}, -1}, + {"Routley", 1, {DICTIONARY_SURNAME}, -1}, + {"Luis Filipe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Пу́тин", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolesnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Lutzau", 1, {DICTIONARY_SURNAME}, -1}, + {"Zorc", 1, {DICTIONARY_SURNAME}, -1}, + {"Halfpenny", 1, {DICTIONARY_SURNAME}, -1}, + {"Garbey", 1, {DICTIONARY_SURNAME}, -1}, + {"wellsfargo", 1, {DICTIONARY_CHAIN}, 269}, + {"Allem", 1, {DICTIONARY_SURNAME}, -1}, + {"Hakewill", 1, {DICTIONARY_SURNAME}, -1}, + {"Verger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaid", 1, {DICTIONARY_SURNAME}, -1}, + {"Valladares", 1, {DICTIONARY_SURNAME}, -1}, + {"Outman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonnycastle", 1, {DICTIONARY_SURNAME}, -1}, + {"Edmonds", 1, {DICTIONARY_SURNAME}, -1}, + {"Reinhold", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McGruther", 1, {DICTIONARY_SURNAME}, -1}, + {"Schegk", 1, {DICTIONARY_SURNAME}, -1}, + {"Feuerbach", 1, {DICTIONARY_SURNAME}, -1}, + {"N'Dour", 1, {DICTIONARY_SURNAME}, -1}, + {"Miquel", 1, {DICTIONARY_SURNAME}, -1}, + {"Dempwolff", 1, {DICTIONARY_SURNAME}, -1}, + {"Novitsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Kilvert", 1, {DICTIONARY_SURNAME}, -1}, + {"Krestić", 1, {DICTIONARY_SURNAME}, -1}, + {"Anneli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tanemoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivanić", 1, {DICTIONARY_SURNAME}, -1}, + {"mercedes benz", 1, {DICTIONARY_CHAIN}, 183}, + {"Kyung-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"shop rite", 1, {DICTIONARY_CHAIN}, 233}, + {"Lucrezia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fokin", 1, {DICTIONARY_SURNAME}, -1}, + {"Balanchivadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Hexter", 1, {DICTIONARY_SURNAME}, -1}, + {"Cifuentes", 1, {DICTIONARY_SURNAME}, -1}, + {"Novellino", 1, {DICTIONARY_SURNAME}, -1}, + {"Voth", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilikas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gehring", 1, {DICTIONARY_SURNAME}, -1}, + {"Lyngstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Bajaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Passendorfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Rolland", 1, {DICTIONARY_SURNAME}, -1}, + {"Brox", 1, {DICTIONARY_SURNAME}, -1}, + {"Roiz", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadić", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorne", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolat", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Froese", 1, {DICTIONARY_SURNAME}, -1}, + {"Aïssou", 1, {DICTIONARY_SURNAME}, -1}, + {"Stocksdale", 1, {DICTIONARY_SURNAME}, -1}, + {"Siikavirta", 1, {DICTIONARY_SURNAME}, -1}, + {"Eversteijn", 1, {DICTIONARY_SURNAME}, -1}, + {"Kobulov", 1, {DICTIONARY_SURNAME}, -1}, + {"Achillini", 1, {DICTIONARY_SURNAME}, -1}, + {"Galusha", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Morawitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahlberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohns", 1, {DICTIONARY_SURNAME}, -1}, + {"Voridis", 1, {DICTIONARY_SURNAME}, -1}, + {"Guénon", 1, {DICTIONARY_SURNAME}, -1}, + {"Huskard", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinas", 1, {DICTIONARY_SURNAME}, -1}, + {"Hossam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bruhns", 1, {DICTIONARY_SURNAME}, -1}, + {"Freud", 1, {DICTIONARY_SURNAME}, -1}, + {"Ortigas", 1, {DICTIONARY_SURNAME}, -1}, + {"Langat", 1, {DICTIONARY_SURNAME}, -1}, + {"Skillings", 1, {DICTIONARY_SURNAME}, -1}, + {"kohl's", 1, {DICTIONARY_CHAIN}, -1}, + {"Verenikina", 1, {DICTIONARY_SURNAME}, -1}, + {"Dhumal", 1, {DICTIONARY_SURNAME}, -1}, + {"Sattler", 1, {DICTIONARY_SURNAME}, -1}, + {"Rahmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Pyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Sixsmith", 1, {DICTIONARY_SURNAME}, -1}, + {"Lübbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabbri", 1, {DICTIONARY_SURNAME}, -1}, + {"Luci", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Feinman", 1, {DICTIONARY_SURNAME}, -1}, + {"Aïchour", 1, {DICTIONARY_SURNAME}, -1}, + {"Molik", 1, {DICTIONARY_SURNAME}, -1}, + {"Lobban", 1, {DICTIONARY_SURNAME}, -1}, + {"Barbro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"João", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grudziński", 1, {DICTIONARY_SURNAME}, -1}, + {"Harwood", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nakić", 1, {DICTIONARY_SURNAME}, -1}, + {"Winters", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhter", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agbaje", 1, {DICTIONARY_SURNAME}, -1}, + {"Tagle", 1, {DICTIONARY_SURNAME}, -1}, + {"Westermark", 1, {DICTIONARY_SURNAME}, -1}, + {"Chapin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Furtick", 1, {DICTIONARY_SURNAME}, -1}, + {"Petito", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Takero", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gumperz", 1, {DICTIONARY_SURNAME}, -1}, + {"Armbrister", 1, {DICTIONARY_SURNAME}, -1}, + {"Fetherston", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubov", 1, {DICTIONARY_SURNAME}, -1}, + {"Grumbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Stevie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peirce", 1, {DICTIONARY_SURNAME}, -1}, + {"Dondero", 1, {DICTIONARY_SURNAME}, -1}, + {"Blanchard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pickard", 1, {DICTIONARY_SURNAME}, -1}, + {"Alama", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Flannán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Theodorescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Pertile", 1, {DICTIONARY_SURNAME}, -1}, + {"Mainzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Stolyarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Marwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Amhlaoibh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jammeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Prochnow", 1, {DICTIONARY_SURNAME}, -1}, + {"Chang-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teshome", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tolj", 1, {DICTIONARY_SURNAME}, -1}, + {"Jesień", 1, {DICTIONARY_SURNAME}, -1}, + {"Beneš", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Lisse", 1, {DICTIONARY_SURNAME}, -1}, + {"Helegbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Willetts", 1, {DICTIONARY_SURNAME}, -1}, + {"Cifra", 1, {DICTIONARY_SURNAME}, -1}, + {"Melanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Zhorzholiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Douglas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schwarzenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Soldati", 1, {DICTIONARY_SURNAME}, -1}, + {"Zijm", 1, {DICTIONARY_SURNAME}, -1}, + {"Starodubtsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Nijinska", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdurahmani", 1, {DICTIONARY_SURNAME}, -1}, + {"Marv", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akihiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bethwell", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourjaily", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Crippin", 1, {DICTIONARY_SURNAME}, -1}, + {"Cynthia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kuwayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomášek", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuellar", 1, {DICTIONARY_SURNAME}, -1}, + {"Wetl", 1, {DICTIONARY_SURNAME}, -1}, + {"Asquerino", 1, {DICTIONARY_SURNAME}, -1}, + {"Sasanuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Metcalf", 1, {DICTIONARY_SURNAME}, -1}, + {"Yearwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Prasuti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bielschowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ki-ha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sadr al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gleđević", 1, {DICTIONARY_SURNAME}, -1}, + {"Prudius", 1, {DICTIONARY_SURNAME}, -1}, + {"Schindler", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandadapu", 1, {DICTIONARY_SURNAME}, -1}, + {"Veale", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamlet", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nobis", 1, {DICTIONARY_SURNAME}, -1}, + {"Cochran", 1, {DICTIONARY_SURNAME}, -1}, + {"Mizumori", 1, {DICTIONARY_SURNAME}, -1}, + {"Genese", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreassen", 1, {DICTIONARY_SURNAME}, -1}, + {"Endeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Eguren", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaminskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbenda", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Burgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Barcott", 1, {DICTIONARY_SURNAME}, -1}, + {"Mawson", 1, {DICTIONARY_SURNAME}, -1}, + {"Horsten", 1, {DICTIONARY_SURNAME}, -1}, + {"Begaye", 1, {DICTIONARY_SURNAME}, -1}, + {"Fueki", 1, {DICTIONARY_SURNAME}, -1}, + {"Ditchburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Goody", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akaho", 1, {DICTIONARY_SURNAME}, -1}, + {"Forstner", 1, {DICTIONARY_SURNAME}, -1}, + {"Lowing", 1, {DICTIONARY_SURNAME}, -1}, + {"Leushner", 1, {DICTIONARY_SURNAME}, -1}, + {"Plawecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Addae", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kyriakos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alington", 1, {DICTIONARY_SURNAME}, -1}, + {"Izumikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Subbayya", 1, {DICTIONARY_SURNAME}, -1}, + {"Haygarth", 1, {DICTIONARY_SURNAME}, -1}, + {"jysk", 1, {DICTIONARY_CHAIN}, -1}, + {"Muratori", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonijevic", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiøler", 1, {DICTIONARY_SURNAME}, -1}, + {"Jezierski", 1, {DICTIONARY_SURNAME}, -1}, + {"Whichcote", 1, {DICTIONARY_SURNAME}, -1}, + {"Kravits", 1, {DICTIONARY_SURNAME}, -1}, + {"Manmeet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Evangelista", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Baucus", 1, {DICTIONARY_SURNAME}, -1}, + {"Theophil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loginovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Lüthi", 1, {DICTIONARY_SURNAME}, -1}, + {"Knetemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Zabludowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalina", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ayo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Srdić", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrabal", 1, {DICTIONARY_SURNAME}, -1}, + {"Dovey", 1, {DICTIONARY_SURNAME}, -1}, + {"Yousefi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourdon", 1, {DICTIONARY_SURNAME}, -1}, + {"Qin", 1, {DICTIONARY_SURNAME}, -1}, + {"McIver", 1, {DICTIONARY_SURNAME}, -1}, + {"Nacho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oduro", 1, {DICTIONARY_SURNAME}, -1}, + {"Ueyama", 1, {DICTIONARY_SURNAME}, -1}, + {"McEachin", 1, {DICTIONARY_SURNAME}, -1}, + {"Toms", 1, {DICTIONARY_SURNAME}, -1}, + {"credit agricole", 1, {DICTIONARY_CHAIN}, 112}, + {"Verdonk", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitson", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Amboise", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahmoudieh", 1, {DICTIONARY_SURNAME}, -1}, + {"Buzzati", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilleasbuig", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bukowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Brzeziński", 1, {DICTIONARY_SURNAME}, -1}, + {"Viars", 1, {DICTIONARY_SURNAME}, -1}, + {"Bannerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorenz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fusselle", 1, {DICTIONARY_SURNAME}, -1}, + {"Sun-mi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Habberton", 1, {DICTIONARY_SURNAME}, -1}, + {"Chikashi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keijirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koeppen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gürsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Konishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Imajuku", 1, {DICTIONARY_SURNAME}, -1}, + {"Wooding", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagaharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hatsuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bedini", 1, {DICTIONARY_SURNAME}, -1}, + {"Doğançay", 1, {DICTIONARY_SURNAME}, -1}, + {"Orbeliani", 1, {DICTIONARY_SURNAME}, -1}, + {"McGauchie", 1, {DICTIONARY_SURNAME}, -1}, + {"Esnault", 1, {DICTIONARY_SURNAME}, -1}, + {"Minik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blanter", 1, {DICTIONARY_SURNAME}, -1}, + {"Handelman", 1, {DICTIONARY_SURNAME}, -1}, + {"Emmeline", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"ruby tuesday", 1, {DICTIONARY_CHAIN}, -1}, + {"القاز", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaccoud", 1, {DICTIONARY_SURNAME}, -1}, + {"Heffern", 1, {DICTIONARY_SURNAME}, -1}, + {"Jesnie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Silva Pereira", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayles", 1, {DICTIONARY_SURNAME}, -1}, + {"Trybulec", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shapp", 1, {DICTIONARY_SURNAME}, -1}, + {"Crocker", 1, {DICTIONARY_SURNAME}, -1}, + {"Stasys", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vatkina", 1, {DICTIONARY_SURNAME}, -1}, + {"Burwell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bjarnason", 1, {DICTIONARY_SURNAME}, -1}, + {"Subhra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Savatije", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edythe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Knappett", 1, {DICTIONARY_SURNAME}, -1}, + {"Ljubica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beato", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalačnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Lueders", 1, {DICTIONARY_SURNAME}, -1}, + {"Valeriani", 1, {DICTIONARY_SURNAME}, -1}, + {"Durnford", 1, {DICTIONARY_SURNAME}, -1}, + {"Garcete", 1, {DICTIONARY_SURNAME}, -1}, + {"Asadullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jandroković", 1, {DICTIONARY_SURNAME}, -1}, + {"Lesjak", 1, {DICTIONARY_SURNAME}, -1}, + {"Zamfirescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hornby", 1, {DICTIONARY_SURNAME}, -1}, + {"Norihiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGray", 1, {DICTIONARY_SURNAME}, -1}, + {"Paavo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taschner", 1, {DICTIONARY_SURNAME}, -1}, + {"Boyarin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jungman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kastner", 1, {DICTIONARY_SURNAME}, -1}, + {"Thigpen", 1, {DICTIONARY_SURNAME}, -1}, + {"McStay", 1, {DICTIONARY_SURNAME}, -1}, + {"Poteat", 1, {DICTIONARY_SURNAME}, -1}, + {"Heitman", 1, {DICTIONARY_SURNAME}, -1}, + {"Anastasija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kommineni", 1, {DICTIONARY_SURNAME}, -1}, + {"Hunnicutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Trevisan", 1, {DICTIONARY_SURNAME}, -1}, + {"carrefour express", 1, {DICTIONARY_CHAIN}, -1}, + {"Keillor", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoops", 1, {DICTIONARY_SURNAME}, -1}, + {"Sevruguin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamza", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Langen", 1, {DICTIONARY_SURNAME}, -1}, + {"Feser", 1, {DICTIONARY_SURNAME}, -1}, + {"Horvitz", 1, {DICTIONARY_SURNAME}, -1}, + {"wawa", 1, {DICTIONARY_CHAIN}, -1}, + {"Vergoossen", 1, {DICTIONARY_SURNAME}, -1}, + {"Flora", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Quintans", 1, {DICTIONARY_SURNAME}, -1}, + {"Hildegard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Em", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Catá", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandner", 1, {DICTIONARY_SURNAME}, -1}, + {"Abibi", 1, {DICTIONARY_SURNAME}, -1}, + {"Parkyn", 1, {DICTIONARY_SURNAME}, -1}, + {"McGilloway", 1, {DICTIONARY_SURNAME}, -1}, + {"Predieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Corder", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalinowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Smrek", 1, {DICTIONARY_SURNAME}, -1}, + {"Brookshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Farentino", 1, {DICTIONARY_SURNAME}, -1}, + {"Langer", 1, {DICTIONARY_SURNAME}, -1}, + {"mos burger", 1, {DICTIONARY_CHAIN}, -1}, + {"Mbarga", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidil", 1, {DICTIONARY_SURNAME}, -1}, + {"Schloffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Magan", 1, {DICTIONARY_SURNAME}, -1}, + {"Velando", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeytullaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaughton", 1, {DICTIONARY_SURNAME}, -1}, + {"McKittrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bilsbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Staněk", 1, {DICTIONARY_SURNAME}, -1}, + {"Brightwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Bywater", 1, {DICTIONARY_SURNAME}, -1}, + {"Archdale", 1, {DICTIONARY_SURNAME}, -1}, + {"Reddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Benfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Schrijber", 1, {DICTIONARY_SURNAME}, -1}, + {"Cale", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Popa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Maol Fábhail", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyskočil", 1, {DICTIONARY_SURNAME}, -1}, + {"Beharall", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashta Lakshmi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poy", 1, {DICTIONARY_SURNAME}, -1}, + {"Denyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Robiquet", 1, {DICTIONARY_SURNAME}, -1}, + {"Chowaniec", 1, {DICTIONARY_SURNAME}, -1}, + {"Barthle", 1, {DICTIONARY_SURNAME}, -1}, + {"Burford", 1, {DICTIONARY_SURNAME}, -1}, + {"Fender", 1, {DICTIONARY_SURNAME}, -1}, + {"Coralie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zelazo", 1, {DICTIONARY_SURNAME}, -1}, + {"Rommel", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Knorring", 1, {DICTIONARY_SURNAME}, -1}, + {"Magomedov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bechtle", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahafolau", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Königson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagratuni", 1, {DICTIONARY_SURNAME}, -1}, + {"Paruchuri", 1, {DICTIONARY_SURNAME}, -1}, + {"Tahir Khel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vildić", 1, {DICTIONARY_SURNAME}, -1}, + {"Bindlosse", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramczik", 1, {DICTIONARY_SURNAME}, -1}, + {"Takač", 1, {DICTIONARY_SURNAME}, -1}, + {"Arsenis", 1, {DICTIONARY_SURNAME}, -1}, + {"Castleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Widmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Haydar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sommers", 1, {DICTIONARY_SURNAME}, -1}, + {"Lütold", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lumia", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazard", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiegl", 1, {DICTIONARY_SURNAME}, -1}, + {"Imparato", 1, {DICTIONARY_SURNAME}, -1}, + {"Kensit", 1, {DICTIONARY_SURNAME}, -1}, + {"Prager", 1, {DICTIONARY_SURNAME}, -1}, + {"Zehetner", 1, {DICTIONARY_SURNAME}, -1}, + {"Armero", 1, {DICTIONARY_SURNAME}, -1}, + {"Saiichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raffaello", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mutsuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pernille", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dini", 1, {DICTIONARY_SURNAME}, -1}, + {"Udo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vraalsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Keulemans", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Lundell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahlensieck", 1, {DICTIONARY_SURNAME}, -1}, + {"Felger", 1, {DICTIONARY_SURNAME}, -1}, + {"Moldovanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Frith", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lorentz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Girdler", 1, {DICTIONARY_SURNAME}, -1}, + {"Burr", 1, {DICTIONARY_SURNAME}, -1}, + {"Orinska", 1, {DICTIONARY_SURNAME}, -1}, + {"buffalo wild wings", 1, {DICTIONARY_CHAIN}, -1}, + {"Shōta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gylfason", 1, {DICTIONARY_SURNAME}, -1}, + {"Gasparini", 1, {DICTIONARY_SURNAME}, -1}, + {"Colletta", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonathas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Virshilas", 1, {DICTIONARY_SURNAME}, -1}, + {"Shastri", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadyrov", 1, {DICTIONARY_SURNAME}, -1}, + {"Schein", 1, {DICTIONARY_SURNAME}, -1}, + {"Eckhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Nairi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ravn", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidamonishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Penelope", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Willey", 1, {DICTIONARY_SURNAME}, -1}, + {"Michinori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petagine", 1, {DICTIONARY_SURNAME}, -1}, + {"Iemitsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reinhardt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Levni", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Collingwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Litwin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ploquin", 1, {DICTIONARY_SURNAME}, -1}, + {"Maddock", 1, {DICTIONARY_SURNAME}, -1}, + {"Szilágyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Danylak", 1, {DICTIONARY_SURNAME}, -1}, + {"Saikia", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramofsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Abadić", 1, {DICTIONARY_SURNAME}, -1}, + {"McKean", 1, {DICTIONARY_SURNAME}, -1}, + {"Zakzaky", 1, {DICTIONARY_SURNAME}, -1}, + {"Sherley", 1, {DICTIONARY_SURNAME}, -1}, + {"Lubich", 1, {DICTIONARY_SURNAME}, -1}, + {"Wellstone", 1, {DICTIONARY_SURNAME}, -1}, + {"ПУШКИН", 1, {DICTIONARY_SURNAME}, -1}, + {"Halderman", 1, {DICTIONARY_SURNAME}, -1}, + {"Zimber", 1, {DICTIONARY_SURNAME}, -1}, + {"Ojārs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Symanowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Searles", 1, {DICTIONARY_SURNAME}, -1}, + {"Nahyan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Šafárik", 1, {DICTIONARY_SURNAME}, -1}, + {"Molloy", 1, {DICTIONARY_SURNAME}, -1}, + {"Marié", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Allcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Öztoprak", 1, {DICTIONARY_SURNAME}, -1}, + {"Makinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Eachann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cathy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Lingard", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijandre", 1, {DICTIONARY_SURNAME}, -1}, + {"Arun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amariah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Della Penna", 1, {DICTIONARY_SURNAME}, -1}, + {"Eiichiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Canavan", 1, {DICTIONARY_SURNAME}, -1}, + {"Velichkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brimley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hönigswald", 1, {DICTIONARY_SURNAME}, -1}, + {"Rogelio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ejler", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Gaag", 1, {DICTIONARY_SURNAME}, -1}, + {"Berdella", 1, {DICTIONARY_SURNAME}, -1}, + {"Vocino", 1, {DICTIONARY_SURNAME}, -1}, + {"Valaguez", 1, {DICTIONARY_SURNAME}, -1}, + {"Cudahy", 1, {DICTIONARY_SURNAME}, -1}, + {"McCormack", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Horlick", 1, {DICTIONARY_SURNAME}, -1}, + {"Allado", 1, {DICTIONARY_SURNAME}, -1}, + {"Tan", 1, {DICTIONARY_SURNAME}, -1}, + {"Motojirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dilton", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kamimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilsley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Evald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yvon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kneale", 1, {DICTIONARY_SURNAME}, -1}, + {"Örjan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Borsato", 1, {DICTIONARY_SURNAME}, -1}, + {"Lobosco", 1, {DICTIONARY_SURNAME}, -1}, + {"Zahle", 1, {DICTIONARY_SURNAME}, -1}, + {"Prudence", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Ghamdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hansjörg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kalisz", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó Tormadha", 1, {DICTIONARY_SURNAME}, -1}, + {"Alas", 1, {DICTIONARY_SURNAME}, -1}, + {"Freisler", 1, {DICTIONARY_SURNAME}, -1}, + {"Markowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Bandeira", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulyanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Saitoti", 1, {DICTIONARY_SURNAME}, -1}, + {"Robertshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Story", 1, {DICTIONARY_SURNAME}, -1}, + {"Jelle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Letestu", 1, {DICTIONARY_SURNAME}, -1}, + {"Yetiş", 1, {DICTIONARY_SURNAME}, -1}, + {"Khabibullo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brock", 1, {DICTIONARY_SURNAME}, -1}, + {"Sukhbir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mary Jane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanzolini", 1, {DICTIONARY_SURNAME}, -1}, + {"Soumya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stapp", 1, {DICTIONARY_SURNAME}, -1}, + {"Afraimovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Apke", 1, {DICTIONARY_SURNAME}, -1}, + {"Carper", 1, {DICTIONARY_SURNAME}, -1}, + {"Croll", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Godot", 1, {DICTIONARY_SURNAME}, -1}, + {"golden corral", 1, {DICTIONARY_CHAIN}, -1}, + {"Agrums", 1, {DICTIONARY_SURNAME}, -1}, + {"Pernet", 1, {DICTIONARY_SURNAME}, -1}, + {"Aatre", 1, {DICTIONARY_SURNAME}, -1}, + {"Šoškić", 1, {DICTIONARY_SURNAME}, -1}, + {"Uexküll", 1, {DICTIONARY_SURNAME}, -1}, + {"Damla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ali Reza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krauze", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Nieuwenhuyze", 1, {DICTIONARY_SURNAME}, -1}, + {"Krampitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lyubov", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abbuehl", 1, {DICTIONARY_SURNAME}, -1}, + {"Melnychuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Öser", 1, {DICTIONARY_SURNAME}, -1}, + {"Akoung", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavuluri", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermeerbergen", 1, {DICTIONARY_SURNAME}, -1}, + {"Basov", 1, {DICTIONARY_SURNAME}, -1}, + {"McKelvey", 1, {DICTIONARY_SURNAME}, -1}, + {"Güner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schnürer", 1, {DICTIONARY_SURNAME}, -1}, + {"Özek", 1, {DICTIONARY_SURNAME}, -1}, + {"Virostko", 1, {DICTIONARY_SURNAME}, -1}, + {"Raney", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandepoel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishizuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Silesius", 1, {DICTIONARY_SURNAME}, -1}, + {"Adayantharath", 1, {DICTIONARY_SURNAME}, -1}, + {"Goossens", 1, {DICTIONARY_SURNAME}, -1}, + {"Bona", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grete", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lepmets", 1, {DICTIONARY_SURNAME}, -1}, + {"Seijirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Floyd", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dobai", 1, {DICTIONARY_SURNAME}, -1}, + {"Aburrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Harnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Crystal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lipman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Diebold", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderbeek", 1, {DICTIONARY_SURNAME}, -1}, + {"Hideko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Orman", 1, {DICTIONARY_SURNAME}, -1}, + {"Jūkichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGowne", 1, {DICTIONARY_SURNAME}, -1}, + {"Kusuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Alomerović", 1, {DICTIONARY_SURNAME}, -1}, + {"banco itaú", 1, {DICTIONARY_CHAIN}, -1}, + {"Vasiljonok", 1, {DICTIONARY_SURNAME}, -1}, + {"Matić", 1, {DICTIONARY_SURNAME}, -1}, + {"Škerjanc", 1, {DICTIONARY_SURNAME}, -1}, + {"bank spoldzielczy", 1, {DICTIONARY_CHAIN}, 71}, + {"Machajewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Pirkis", 1, {DICTIONARY_SURNAME}, -1}, + {"target", 1, {DICTIONARY_CHAIN}, -1}, + {"Abbadie", 1, {DICTIONARY_SURNAME}, -1}, + {"Momir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kardashian", 1, {DICTIONARY_SURNAME}, -1}, + {"Singhai", 1, {DICTIONARY_SURNAME}, -1}, + {"Vingada", 1, {DICTIONARY_SURNAME}, -1}, + {"Dombrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Foraker", 1, {DICTIONARY_SURNAME}, -1}, + {"Lejla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grosvenor", 1, {DICTIONARY_SURNAME}, -1}, + {"Akin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gagliani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderbiest", 1, {DICTIONARY_SURNAME}, -1}, + {"Eklund", 1, {DICTIONARY_SURNAME}, -1}, + {"Vervloesem", 1, {DICTIONARY_SURNAME}, -1}, + {"Aysu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Samore", 1, {DICTIONARY_SURNAME}, -1}, + {"Goorjian", 1, {DICTIONARY_SURNAME}, -1}, + {"Periyachi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hirschowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuryluk", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernucci", 1, {DICTIONARY_SURNAME}, -1}, + {"András", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amund", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"penny markt", 1, {DICTIONARY_CHAIN}, -1}, + {"Laiho", 1, {DICTIONARY_SURNAME}, -1}, + {"Agosto", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbasgholizadeh", 1, {DICTIONARY_SURNAME}, -1}, + {"Janszoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Spalter", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceren", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Butterfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Tavares", 1, {DICTIONARY_SURNAME}, -1}, + {"Vetemaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackay", 1, {DICTIONARY_SURNAME}, -1}, + {"Żurawski", 1, {DICTIONARY_SURNAME}, -1}, + {"Natsume", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adeem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoo-kyung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Larken", 1, {DICTIONARY_SURNAME}, -1}, + {"Kandhlawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoica", 1, {DICTIONARY_SURNAME}, -1}, + {"Raviv", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ing", 1, {DICTIONARY_SURNAME}, -1}, + {"Fillali", 1, {DICTIONARY_SURNAME}, -1}, + {"Roselli", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Gharabekian", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurgens", 1, {DICTIONARY_SURNAME}, -1}, + {"Alreja", 1, {DICTIONARY_SURNAME}, -1}, + {"Bownes", 1, {DICTIONARY_SURNAME}, -1}, + {"Zizhou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stix", 1, {DICTIONARY_SURNAME}, -1}, + {"Richarda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koosje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ghaisas", 1, {DICTIONARY_SURNAME}, -1}, + {"Bazalgette", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallico", 1, {DICTIONARY_SURNAME}, -1}, + {"Eames", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiyegbeni", 1, {DICTIONARY_SURNAME}, -1}, + {"Akintimehin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Braeckel", 1, {DICTIONARY_SURNAME}, -1}, + {"Saoirse", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chernikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Baelde", 1, {DICTIONARY_SURNAME}, -1}, + {"Welty", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuhal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zetzsche", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigemura", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Monfils", 1, {DICTIONARY_SURNAME}, -1}, + {"Yapp", 1, {DICTIONARY_SURNAME}, -1}, + {"Mariño", 1, {DICTIONARY_SURNAME}, -1}, + {"Hampel", 1, {DICTIONARY_SURNAME}, -1}, + {"Darbi", 1, {DICTIONARY_SURNAME}, -1}, + {"Derber", 1, {DICTIONARY_SURNAME}, -1}, + {"Uranishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitiello", 1, {DICTIONARY_SURNAME}, -1}, + {"Jokić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandervelde", 1, {DICTIONARY_SURNAME}, -1}, + {"Khemukhi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goldberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Elsken", 1, {DICTIONARY_SURNAME}, -1}, + {"Anstee", 1, {DICTIONARY_SURNAME}, -1}, + {"Cianci", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwillim", 1, {DICTIONARY_SURNAME}, -1}, + {"Vande Walle", 1, {DICTIONARY_SURNAME}, -1}, + {"Khalil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaulback", 1, {DICTIONARY_SURNAME}, -1}, + {"Wahlquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Odiaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergkvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulthum", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fulvio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"deutsche bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Edik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gerhart", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valaoras", 1, {DICTIONARY_SURNAME}, -1}, + {"Hermanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kučan", 1, {DICTIONARY_SURNAME}, -1}, + {"Turnquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Avdeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Firestone", 1, {DICTIONARY_SURNAME}, -1}, + {"Spilman", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomomichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Violetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Colpitts", 1, {DICTIONARY_SURNAME}, -1}, + {"Hubard", 1, {DICTIONARY_SURNAME}, -1}, + {"Lubbock", 1, {DICTIONARY_SURNAME}, -1}, + {"Gernreich", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ciechanover", 1, {DICTIONARY_SURNAME}, -1}, + {"Cansız", 1, {DICTIONARY_SURNAME}, -1}, + {"Naved", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lemmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Velador", 1, {DICTIONARY_SURNAME}, -1}, + {"Blumenkrantz", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenlaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Yūsuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aglialoro", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasukatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mercurio", 1, {DICTIONARY_SURNAME}, -1}, + {"Wake", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Nistelrooy", 1, {DICTIONARY_SURNAME}, -1}, + {"unicredit", 1, {DICTIONARY_CHAIN}, 260}, + {"Herenčić", 1, {DICTIONARY_SURNAME}, -1}, + {"Goering", 1, {DICTIONARY_SURNAME}, -1}, + {"Vršovský", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Natta", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaarlonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tedisco", 1, {DICTIONARY_SURNAME}, -1}, + {"Foreman", 1, {DICTIONARY_SURNAME}, -1}, + {"pizza hut", 1, {DICTIONARY_CHAIN}, -1}, + {"Vaņins", 1, {DICTIONARY_SURNAME}, -1}, + {"Preece", 1, {DICTIONARY_SURNAME}, -1}, + {"Flamini", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikkel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valainis", 1, {DICTIONARY_SURNAME}, -1}, + {"Pradeep", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruhisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bertel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maciejewska", 1, {DICTIONARY_SURNAME}, -1}, + {"Haddad", 1, {DICTIONARY_SURNAME}, -1}, + {"Parkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Dokle", 1, {DICTIONARY_SURNAME}, -1}, + {"Florjančič", 1, {DICTIONARY_SURNAME}, -1}, + {"Matchett", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adekunle", 1, {DICTIONARY_SURNAME}, -1}, + {"Hassel", 1, {DICTIONARY_SURNAME}, -1}, + {"McAnuff", 1, {DICTIONARY_SURNAME}, -1}, + {"Jorge Luís", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"chick-fil-a", 1, {DICTIONARY_CHAIN}, -1}, + {"Tsuneharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ihab", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dillinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Bromberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Lovell", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumann", 1, {DICTIONARY_SURNAME}, -1}, + {"Maupin", 1, {DICTIONARY_SURNAME}, -1}, + {"Algimantas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jodorowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Saltza", 1, {DICTIONARY_SURNAME}, -1}, + {"Worm", 1, {DICTIONARY_SURNAME}, -1}, + {"Karzai", 1, {DICTIONARY_SURNAME}, -1}, + {"Cesti", 1, {DICTIONARY_SURNAME}, -1}, + {"Fleischman", 1, {DICTIONARY_SURNAME}, -1}, + {"Catargiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Menosky", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerwin", 1, {DICTIONARY_SURNAME}, -1}, + {"Morgentaler", 1, {DICTIONARY_SURNAME}, -1}, + {"Gongsun", 1, {DICTIONARY_SURNAME}, -1}, + {"Brumbaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Bělohlávek", 1, {DICTIONARY_SURNAME}, -1}, + {"Sykora", 1, {DICTIONARY_SURNAME}, -1}, + {"Zugsmith", 1, {DICTIONARY_SURNAME}, -1}, + {"Imison", 1, {DICTIONARY_SURNAME}, -1}, + {"Barron", 1, {DICTIONARY_SURNAME}, -1}, + {"Dessislava", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahlenius", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Shaposhnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Proverb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eray", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Albrighton", 1, {DICTIONARY_SURNAME}, -1}, + {"Seldte", 1, {DICTIONARY_SURNAME}, -1}, + {"Staib", 1, {DICTIONARY_SURNAME}, -1}, + {"Child", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chinshanlo", 1, {DICTIONARY_SURNAME}, -1}, + {"Harter", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jousseaume", 1, {DICTIONARY_SURNAME}, -1}, + {"Lachlan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Solomin", 1, {DICTIONARY_SURNAME}, -1}, + {"Chucho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reichel", 1, {DICTIONARY_SURNAME}, -1}, + {"toyota", 1, {DICTIONARY_CHAIN}, -1}, + {"Thern", 1, {DICTIONARY_SURNAME}, -1}, + {"Copes", 1, {DICTIONARY_SURNAME}, -1}, + {"Brigid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bellah", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrault", 1, {DICTIONARY_SURNAME}, -1}, + {"Lupoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruffo", 1, {DICTIONARY_SURNAME}, -1}, + {"Aziz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Heini", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nobusuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atadan", 1, {DICTIONARY_SURNAME}, -1}, + {"Cocea", 1, {DICTIONARY_SURNAME}, -1}, + {"Ponnambalam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Seganfredo", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeardley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Petitot", 1, {DICTIONARY_SURNAME}, -1}, + {"Aronov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vetlova", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdelali", 1, {DICTIONARY_SURNAME}, -1}, + {"Samuel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Masashi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lefèvre d'Etaples", 1, {DICTIONARY_SURNAME}, -1}, + {"Vegter", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogbulafor", 1, {DICTIONARY_SURNAME}, -1}, + {"Seul-ki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maculewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Avati", 1, {DICTIONARY_SURNAME}, -1}, + {"Blakely", 1, {DICTIONARY_SURNAME}, -1}, + {"Gennady", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marriott", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandebosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Obdržálek", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryumin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Plaats", 1, {DICTIONARY_SURNAME}, -1}, + {"Brittain", 1, {DICTIONARY_SURNAME}, -1}, + {"Asma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pelling", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunskill", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hoften", 1, {DICTIONARY_SURNAME}, -1}, + {"Duerden", 1, {DICTIONARY_SURNAME}, -1}, + {"Raper", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramasar", 1, {DICTIONARY_SURNAME}, -1}, + {"Aydınlar", 1, {DICTIONARY_SURNAME}, -1}, + {"Awasom", 1, {DICTIONARY_SURNAME}, -1}, + {"Niyazov", 1, {DICTIONARY_SURNAME}, -1}, + {"in & out", 1, {DICTIONARY_CHAIN}, 158}, + {"Tooley", 1, {DICTIONARY_SURNAME}, -1}, + {"Fredheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Șerban", 1, {DICTIONARY_SURNAME}, -1}, + {"Heynes", 1, {DICTIONARY_SURNAME}, -1}, + {"Vesaas", 1, {DICTIONARY_SURNAME}, -1}, + {"Uhlmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Swanstrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Reeve", 1, {DICTIONARY_SURNAME}, -1}, + {"a and ws", 1, {DICTIONARY_CHAIN}, 57}, + {"Meers", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaenicke", 1, {DICTIONARY_SURNAME}, -1}, + {"Foly", 1, {DICTIONARY_SURNAME}, -1}, + {"Barros", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurado", 1, {DICTIONARY_SURNAME}, -1}, + {"McClard", 1, {DICTIONARY_SURNAME}, -1}, + {"Vecellio", 1, {DICTIONARY_SURNAME}, -1}, + {"Schrempf", 1, {DICTIONARY_SURNAME}, -1}, + {"Emiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Holyoake", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambartsumian", 1, {DICTIONARY_SURNAME}, -1}, + {"Pretre", 1, {DICTIONARY_SURNAME}, -1}, + {"Domergue", 1, {DICTIONARY_SURNAME}, -1}, + {"Nariyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vashchyla", 1, {DICTIONARY_SURNAME}, -1}, + {"Burney", 1, {DICTIONARY_SURNAME}, -1}, + {"Konno", 1, {DICTIONARY_SURNAME}, -1}, + {"Meng", 1, {DICTIONARY_SURNAME}, -1}, + {"Euler", 1, {DICTIONARY_SURNAME}, -1}, + {"Viletta", 1, {DICTIONARY_SURNAME}, -1}, + {"Veverková", 1, {DICTIONARY_SURNAME}, -1}, + {"Konstantinidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Alavitabar", 1, {DICTIONARY_SURNAME}, -1}, + {"Emrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vebell", 1, {DICTIONARY_SURNAME}, -1}, + {"McGillis", 1, {DICTIONARY_SURNAME}, -1}, + {"Augustyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Bushinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Axford", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeffy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gröben", 1, {DICTIONARY_SURNAME}, -1}, + {"Ùna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Virsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Smiljanić", 1, {DICTIONARY_SURNAME}, -1}, + {"Doughten", 1, {DICTIONARY_SURNAME}, -1}, + {"Starcker", 1, {DICTIONARY_SURNAME}, -1}, + {"Kokubun", 1, {DICTIONARY_SURNAME}, -1}, + {"Civita", 1, {DICTIONARY_SURNAME}, -1}, + {"Chappaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Prinsep", 1, {DICTIONARY_SURNAME}, -1}, + {"McKelvin", 1, {DICTIONARY_SURNAME}, -1}, + {"Calverley", 1, {DICTIONARY_SURNAME}, -1}, + {"Miloslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kieft", 1, {DICTIONARY_SURNAME}, -1}, + {"Calment", 1, {DICTIONARY_SURNAME}, -1}, + {"McNairy", 1, {DICTIONARY_SURNAME}, -1}, + {"Mawby", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaap", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Dien", 1, {DICTIONARY_SURNAME}, -1}, + {"Dando", 1, {DICTIONARY_SURNAME}, -1}, + {"Oda", 1, {DICTIONARY_SURNAME}, -1}, + {"Logunov", 1, {DICTIONARY_SURNAME}, -1}, + {"Rufino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takita", 1, {DICTIONARY_SURNAME}, -1}, + {"Wölfli", 1, {DICTIONARY_SURNAME}, -1}, + {"Brisley", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapru", 1, {DICTIONARY_SURNAME}, -1}, + {"Jojo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haysman", 1, {DICTIONARY_SURNAME}, -1}, + {"Caan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hackett", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Jazari", 1, {DICTIONARY_SURNAME}, -1}, + {"Ленин", 1, {DICTIONARY_SURNAME}, -1}, + {"Mildred", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aiga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yusha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Callander", 1, {DICTIONARY_SURNAME}, -1}, + {"Roehr", 1, {DICTIONARY_SURNAME}, -1}, + {"Damm", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollai", 1, {DICTIONARY_SURNAME}, -1}, + {"Dranga", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaffle", 1, {DICTIONARY_SURNAME}, -1}, + {"Mockford", 1, {DICTIONARY_SURNAME}, -1}, + {"Panabaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Kriedt", 1, {DICTIONARY_SURNAME}, -1}, + {"Silvio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deripaska", 1, {DICTIONARY_SURNAME}, -1}, + {"Herrlein", 1, {DICTIONARY_SURNAME}, -1}, + {"Stojaković", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Sågbom", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallengren", 1, {DICTIONARY_SURNAME}, -1}, + {"Poulter", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayfer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uentillie", 1, {DICTIONARY_SURNAME}, -1}, + {"Vargiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Huard", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibn Yahya", 1, {DICTIONARY_SURNAME}, -1}, + {"Casilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarquin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Keaton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brito", 1, {DICTIONARY_SURNAME}, -1}, + {"Abueva", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaizuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Bibel", 1, {DICTIONARY_SURNAME}, -1}, + {"Teofil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McComiskey", 1, {DICTIONARY_SURNAME}, -1}, + {"Ağçay", 1, {DICTIONARY_SURNAME}, -1}, + {"Stiegler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bessemer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishwar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mandelstam", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamagishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ushioda", 1, {DICTIONARY_SURNAME}, -1}, + {"Xiahou", 1, {DICTIONARY_SURNAME}, -1}, + {"Bedoya", 1, {DICTIONARY_SURNAME}, -1}, + {"Grischa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Khanolkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bramlett", 1, {DICTIONARY_SURNAME}, -1}, + {"Moitessier", 1, {DICTIONARY_SURNAME}, -1}, + {"Oudsema", 1, {DICTIONARY_SURNAME}, -1}, + {"lloyds tsb", 1, {DICTIONARY_CHAIN}, 174}, + {"Continiello", 1, {DICTIONARY_SURNAME}, -1}, + {"Anish", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nimatullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veasey", 1, {DICTIONARY_SURNAME}, -1}, + {"Naohiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trevor-Roper", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahimeir", 1, {DICTIONARY_SURNAME}, -1}, + {"Raworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Édson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kepler", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hazurov", 1, {DICTIONARY_SURNAME}, -1}, + {"Uribe", 1, {DICTIONARY_SURNAME}, -1}, + {"Esin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Onuaku", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Downey", 1, {DICTIONARY_SURNAME}, -1}, + {"Scanlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Lambert", 1, {DICTIONARY_SURNAME}, -1}, + {"Emory", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nicholson", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaffey", 1, {DICTIONARY_SURNAME}, -1}, + {"Yegorov", 1, {DICTIONARY_SURNAME}, -1}, + {"Caflisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Mainer", 1, {DICTIONARY_SURNAME}, -1}, + {"holiday inns", 1, {DICTIONARY_CHAIN}, 151}, + {"Cavalcanti", 1, {DICTIONARY_SURNAME}, -1}, + {"Burchfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Doljingiin", 1, {DICTIONARY_SURNAME}, -1}, + {"Santiago", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hardy", 1, {DICTIONARY_SURNAME}, -1}, + {"McCalebb", 1, {DICTIONARY_SURNAME}, -1}, + {"Khadem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kirshner", 1, {DICTIONARY_SURNAME}, -1}, + {"Lootens", 1, {DICTIONARY_SURNAME}, -1}, + {"Petrini", 1, {DICTIONARY_SURNAME}, -1}, + {"Grönman", 1, {DICTIONARY_SURNAME}, -1}, + {"Halperin", 1, {DICTIONARY_SURNAME}, -1}, + {"lone star steak house and saloon", 1, {DICTIONARY_CHAIN}, 175}, + {"Izaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Kandinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Sellier", 1, {DICTIONARY_SURNAME}, -1}, + {"McLarry", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilgats", 1, {DICTIONARY_SURNAME}, -1}, + {"Baltz", 1, {DICTIONARY_SURNAME}, -1}, + {"Pagotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Berlo", 1, {DICTIONARY_SURNAME}, -1}, + {"Bisschop", 1, {DICTIONARY_SURNAME}, -1}, + {"Coquelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenner", 1, {DICTIONARY_SURNAME}, -1}, + {"Gillespie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Di Stefano", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mulder", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagerty", 1, {DICTIONARY_SURNAME}, -1}, + {"Voronkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Maxy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fowkes", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Cleef", 1, {DICTIONARY_SURNAME}, -1}, + {"Somchai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Skutch", 1, {DICTIONARY_SURNAME}, -1}, + {"Çetin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bartkus", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucas", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunash", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wheatcroft", 1, {DICTIONARY_SURNAME}, -1}, + {"Barratt", 1, {DICTIONARY_SURNAME}, -1}, + {"Randles", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Pawlowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Gambino", 1, {DICTIONARY_SURNAME}, -1}, + {"Bedingfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodenmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcato", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Veluw", 1, {DICTIONARY_SURNAME}, -1}, + {"Valentić", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrickard", 1, {DICTIONARY_SURNAME}, -1}, + {"Mercader", 1, {DICTIONARY_SURNAME}, -1}, + {"Colom", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuroyanagi", 1, {DICTIONARY_SURNAME}, -1}, + {"McEleney", 1, {DICTIONARY_SURNAME}, -1}, + {"Strauss", 1, {DICTIONARY_SURNAME}, -1}, + {"Minulescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Elstob", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekaette", 1, {DICTIONARY_SURNAME}, -1}, + {"Overman", 1, {DICTIONARY_SURNAME}, -1}, + {"Caterina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kimyacıoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Slocumb", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Bruggen", 1, {DICTIONARY_SURNAME}, -1}, + {"Luckhurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Oladotun", 1, {DICTIONARY_SURNAME}, -1}, + {"Kataoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Horkheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-shin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Butters", 1, {DICTIONARY_SURNAME}, -1}, + {"Benli", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogoliubov", 1, {DICTIONARY_SURNAME}, -1}, + {"Quintus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bergel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tosh", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunzaburō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baronio", 1, {DICTIONARY_SURNAME}, -1}, + {"Reil", 1, {DICTIONARY_SURNAME}, -1}, + {"Cándido", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waniczek", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulley", 1, {DICTIONARY_SURNAME}, -1}, + {"Kester", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Moyse", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Edmundson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitanza", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Weyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ungern-Sternberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ermolayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Haitham", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lattimore", 1, {DICTIONARY_SURNAME}, -1}, + {"Aakre", 1, {DICTIONARY_SURNAME}, -1}, + {"McKoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Quirico", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cavalier-Smith", 1, {DICTIONARY_SURNAME}, -1}, + {"Gayson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Taubenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Borghild", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De la Croix", 1, {DICTIONARY_SURNAME}, -1}, + {"Schannong", 1, {DICTIONARY_SURNAME}, -1}, + {"Sachsse", 1, {DICTIONARY_SURNAME}, -1}, + {"Pierrette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chakroun", 1, {DICTIONARY_SURNAME}, -1}, + {"Natsukawa", 1, {DICTIONARY_SURNAME}, -1}, + {"McWatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Asa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Šverko", 1, {DICTIONARY_SURNAME}, -1}, + {"Hua", 1, {DICTIONARY_SURNAME}, -1}, + {"Duprat", 1, {DICTIONARY_SURNAME}, -1}, + {"Vokhshouri", 1, {DICTIONARY_SURNAME}, -1}, + {"Papikyan", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Aoust", 1, {DICTIONARY_SURNAME}, -1}, + {"Beecher", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagryanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Václav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mmadu", 1, {DICTIONARY_SURNAME}, -1}, + {"Víšek", 1, {DICTIONARY_SURNAME}, -1}, + {"Gakayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunegunda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valansi", 1, {DICTIONARY_SURNAME}, -1}, + {"Archange", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eleutherios", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Silberer", 1, {DICTIONARY_SURNAME}, -1}, + {"Outen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosganian", 1, {DICTIONARY_SURNAME}, -1}, + {"Arajuuri", 1, {DICTIONARY_SURNAME}, -1}, + {"Alahakoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Cooperman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van 't Hek", 1, {DICTIONARY_SURNAME}, -1}, + {"Romm", 1, {DICTIONARY_SURNAME}, -1}, + {"Boyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollioake", 1, {DICTIONARY_SURNAME}, -1}, + {"MacLachlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Helen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moncef", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bulat", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kalafatović", 1, {DICTIONARY_SURNAME}, -1}, + {"Kruseman", 1, {DICTIONARY_SURNAME}, -1}, + {"Addington", 1, {DICTIONARY_SURNAME}, -1}, + {"western union", 1, {DICTIONARY_CHAIN}, -1}, + {"Reddish", 1, {DICTIONARY_SURNAME}, -1}, + {"Hillenbrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohite", 1, {DICTIONARY_SURNAME}, -1}, + {"Vecchione", 1, {DICTIONARY_SURNAME}, -1}, + {"Capperonnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Wizen", 1, {DICTIONARY_SURNAME}, -1}, + {"Taibi", 1, {DICTIONARY_SURNAME}, -1}, + {"Loria", 1, {DICTIONARY_SURNAME}, -1}, + {"Fouzan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ramgoolam", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuta", 1, {DICTIONARY_SURNAME}, -1}, + {"Robbi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adléta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sylvestre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Euan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dakore", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hammersley", 1, {DICTIONARY_SURNAME}, -1}, + {"Toumanova", 1, {DICTIONARY_SURNAME}, -1}, + {"Benga", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Stangl", 1, {DICTIONARY_SURNAME}, -1}, + {"Kissoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Alemayehu", 1, {DICTIONARY_SURNAME}, -1}, + {"Loftus", 1, {DICTIONARY_SURNAME}, -1}, + {"Vainshtein", 1, {DICTIONARY_SURNAME}, -1}, + {"Safet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Monkou", 1, {DICTIONARY_SURNAME}, -1}, + {"Moose", 1, {DICTIONARY_SURNAME}, -1}, + {"Costiniu", 1, {DICTIONARY_SURNAME}, -1}, + {"Benedict", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Holdman", 1, {DICTIONARY_SURNAME}, -1}, + {"Uallach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ochiltree", 1, {DICTIONARY_SURNAME}, -1}, + {"Engler", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsutoyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vainio", 1, {DICTIONARY_SURNAME}, -1}, + {"Éwanjé-Épée", 1, {DICTIONARY_SURNAME}, -1}, + {"Loch", 1, {DICTIONARY_SURNAME}, -1}, + {"Loi", 1, {DICTIONARY_SURNAME}, -1}, + {"Osbourne", 1, {DICTIONARY_SURNAME}, -1}, + {"Salah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Diaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Hilley", 1, {DICTIONARY_SURNAME}, -1}, + {"Montague", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hathorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Franch", 1, {DICTIONARY_SURNAME}, -1}, + {"Spilsbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodhams", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicols", 1, {DICTIONARY_SURNAME}, -1}, + {"Chatelain", 1, {DICTIONARY_SURNAME}, -1}, + {"Tranter", 1, {DICTIONARY_SURNAME}, -1}, + {"Mullock", 1, {DICTIONARY_SURNAME}, -1}, + {"Gifune", 1, {DICTIONARY_SURNAME}, -1}, + {"Moore", 1, {DICTIONARY_SURNAME}, -1}, + {"Seawright", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobles", 1, {DICTIONARY_SURNAME}, -1}, + {"Mascolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuchihashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Aberdein", 1, {DICTIONARY_SURNAME}, -1}, + {"Terence", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mothersbaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Diarmata", 1, {DICTIONARY_SURNAME}, -1}, + {"Vićentijević", 1, {DICTIONARY_SURNAME}, -1}, + {"Biswas", 1, {DICTIONARY_SURNAME}, -1}, + {"Monro", 1, {DICTIONARY_SURNAME}, -1}, + {"h & ms", 1, {DICTIONARY_CHAIN}, 145}, + {"Abergel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ottmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Clune", 1, {DICTIONARY_SURNAME}, -1}, + {"Gosling", 1, {DICTIONARY_SURNAME}, -1}, + {"Altshuller", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemond", 1, {DICTIONARY_SURNAME}, -1}, + {"Mencik", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrtacek", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Govedarica", 1, {DICTIONARY_SURNAME}, -1}, + {"Grigson", 1, {DICTIONARY_SURNAME}, -1}, + {"Campagnaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Veltri", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibbetson", 1, {DICTIONARY_SURNAME}, -1}, + {"Musharraf", 1, {DICTIONARY_SURNAME}, -1}, + {"Ní Arailt", 1, {DICTIONARY_SURNAME}, -1}, + {"Brailsford", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadhan", 1, {DICTIONARY_SURNAME}, -1}, + {"De", 1, {DICTIONARY_SURNAME}, -1}, + {"Khurtsilava", 1, {DICTIONARY_SURNAME}, -1}, + {"Devkota", 1, {DICTIONARY_SURNAME}, -1}, + {"Nanda", 1, {DICTIONARY_SURNAME}, -1}, + {"Mordt", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agnalt", 1, {DICTIONARY_SURNAME}, -1}, + {"Atalay", 1, {DICTIONARY_SURNAME}, -1}, + {"Snigdha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Macalister", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilani", 1, {DICTIONARY_SURNAME}, -1}, + {"Pearcey", 1, {DICTIONARY_SURNAME}, -1}, + {"Aomoto", 1, {DICTIONARY_SURNAME}, -1}, + {"at and t store", 1, {DICTIONARY_CHAIN}, 65}, + {"Biet", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonifaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Venapally", 1, {DICTIONARY_SURNAME}, -1}, + {"Zubizarreta", 1, {DICTIONARY_SURNAME}, -1}, + {"Matterson", 1, {DICTIONARY_SURNAME}, -1}, + {"Rankilor", 1, {DICTIONARY_SURNAME}, -1}, + {"Ledford", 1, {DICTIONARY_SURNAME}, -1}, + {"Silberstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Monaco", 1, {DICTIONARY_SURNAME}, -1}, + {"Shekhar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gide", 1, {DICTIONARY_SURNAME}, -1}, + {"whataburger", 1, {DICTIONARY_CHAIN}, -1}, + {"Ibn al-Muqaffaʿ", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Larrabee", 1, {DICTIONARY_SURNAME}, -1}, + {"Enger", 1, {DICTIONARY_SURNAME}, -1}, + {"Zooey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambellan", 1, {DICTIONARY_SURNAME}, -1}, + {"Clasen", 1, {DICTIONARY_SURNAME}, -1}, + {"Courtial", 1, {DICTIONARY_SURNAME}, -1}, + {"Begay", 1, {DICTIONARY_SURNAME}, -1}, + {"Valbon", 1, {DICTIONARY_SURNAME}, -1}, + {"Bandaranaike", 1, {DICTIONARY_SURNAME}, -1}, + {"Valkanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Paret", 1, {DICTIONARY_SURNAME}, -1}, + {"Taichi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ekrem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Feige", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobekhotep", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"norauto", 1, {DICTIONARY_CHAIN}, -1}, + {"Tatsuguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Staller", 1, {DICTIONARY_SURNAME}, -1}, + {"Farzad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jagić", 1, {DICTIONARY_SURNAME}, -1}, + {"Schulberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Diston", 1, {DICTIONARY_SURNAME}, -1}, + {"Sagmeister", 1, {DICTIONARY_SURNAME}, -1}, + {"bubba gumps", 1, {DICTIONARY_CHAIN}, 87}, + {"Afsaruddin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakusha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heighington", 1, {DICTIONARY_SURNAME}, -1}, + {"Daiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vautier", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlhattan", 1, {DICTIONARY_SURNAME}, -1}, + {"Keizer", 1, {DICTIONARY_SURNAME}, -1}, + {"Guo", 1, {DICTIONARY_SURNAME}, -1}, + {"Loy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Amirjanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobler", 1, {DICTIONARY_SURNAME}, -1}, + {"Gino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dahlquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Siday", 1, {DICTIONARY_SURNAME}, -1}, + {"Zenchū", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eirini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marchetto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Iremonger", 1, {DICTIONARY_SURNAME}, -1}, + {"De Freitas do Amaral", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouhier", 1, {DICTIONARY_SURNAME}, -1}, + {"Waldon", 1, {DICTIONARY_SURNAME}, -1}, + {"Sasamoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurov", 1, {DICTIONARY_SURNAME}, -1}, + {"Shante", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiriakidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Venetsanopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Kats", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerasimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamo", 1, {DICTIONARY_SURNAME}, -1}, + {"Tümer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Karolus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shishira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uytdehaage", 1, {DICTIONARY_SURNAME}, -1}, + {"Maisuradze", 1, {DICTIONARY_SURNAME}, -1}, + {"Klaproth", 1, {DICTIONARY_SURNAME}, -1}, + {"Ettinghausen", 1, {DICTIONARY_SURNAME}, -1}, + {"Yabushita", 1, {DICTIONARY_SURNAME}, -1}, + {"Ok", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hillerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Caballero", 1, {DICTIONARY_SURNAME}, -1}, + {"Quarles", 1, {DICTIONARY_SURNAME}, -1}, + {"Takahira", 1, {DICTIONARY_SURNAME}, -1}, + {"Inessa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gözübüyük", 1, {DICTIONARY_SURNAME}, -1}, + {"Delahanty", 1, {DICTIONARY_SURNAME}, -1}, + {"Belmar", 1, {DICTIONARY_SURNAME}, -1}, + {"Soley", 1, {DICTIONARY_SURNAME}, -1}, + {"Becchio", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaidanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Masahisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Storme", 1, {DICTIONARY_SURNAME}, -1}, + {"Shishir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Philipsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nabih", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schlink", 1, {DICTIONARY_SURNAME}, -1}, + {"Cass Midhe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berlinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ganci", 1, {DICTIONARY_SURNAME}, -1}, + {"Blomqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Doten", 1, {DICTIONARY_SURNAME}, -1}, + {"Åkesson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonney", 1, {DICTIONARY_SURNAME}, -1}, + {"Schegloff", 1, {DICTIONARY_SURNAME}, -1}, + {"Francini", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadahiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dal", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorel", 1, {DICTIONARY_SURNAME}, -1}, + {"Rivett", 1, {DICTIONARY_SURNAME}, -1}, + {"Asakura", 1, {DICTIONARY_SURNAME}, -1}, + {"Vafamehr", 1, {DICTIONARY_SURNAME}, -1}, + {"Brzozowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Plibersek", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaffetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Solarz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrančić", 1, {DICTIONARY_SURNAME}, -1}, + {"Richardsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Respighi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vozniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kroes", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitabeppu", 1, {DICTIONARY_SURNAME}, -1}, + {"Volpato", 1, {DICTIONARY_SURNAME}, -1}, + {"Solem", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Poele", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasiukov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Troighthigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Klüver", 1, {DICTIONARY_SURNAME}, -1}, + {"Matthes", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandlíková", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahnert", 1, {DICTIONARY_SURNAME}, -1}, + {"Yalaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Helmick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuorilehto", 1, {DICTIONARY_SURNAME}, -1}, + {"Zulueta", 1, {DICTIONARY_SURNAME}, -1}, + {"Basche", 1, {DICTIONARY_SURNAME}, -1}, + {"Ottorino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rakovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"petron", 1, {DICTIONARY_CHAIN}, -1}, + {"Onuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Vache", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lazović", 1, {DICTIONARY_SURNAME}, -1}, + {"Arat", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Pallandt", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertholf", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernt", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nieuwentijdt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohoutek", 1, {DICTIONARY_SURNAME}, -1}, + {"Awori", 1, {DICTIONARY_SURNAME}, -1}, + {"att store", 1, {DICTIONARY_CHAIN}, 65}, + {"Amil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hansbrough", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Simenon", 1, {DICTIONARY_SURNAME}, -1}, + {"Razaaq", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jabal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cercignani", 1, {DICTIONARY_SURNAME}, -1}, + {"Kagita", 1, {DICTIONARY_SURNAME}, -1}, + {"cheeburger cheeburger", 1, {DICTIONARY_CHAIN}, -1}, + {"Meucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Haberfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsuoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Acél", 1, {DICTIONARY_SURNAME}, -1}, + {"Şükran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Camilleri", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinocour", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanafani", 1, {DICTIONARY_SURNAME}, -1}, + {"Gavalas", 1, {DICTIONARY_SURNAME}, -1}, + {"Mi-ja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lysholm", 1, {DICTIONARY_SURNAME}, -1}, + {"Eòin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toyoshige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chmielewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vetchý", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjöqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Colet", 1, {DICTIONARY_SURNAME}, -1}, + {"Nkrumah", 1, {DICTIONARY_SURNAME}, -1}, + {"Wojtas", 1, {DICTIONARY_SURNAME}, -1}, + {"Stobaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Várhelyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Layard", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Devanter", 1, {DICTIONARY_SURNAME}, -1}, + {"little caesar's", 1, {DICTIONARY_CHAIN}, 173}, + {"Maikro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bochenek", 1, {DICTIONARY_SURNAME}, -1}, + {"Bizzoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Bisset", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodd", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackner", 1, {DICTIONARY_SURNAME}, -1}, + {"Kosonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hayward", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Belodedić", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolăescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Garfunkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vondruška", 1, {DICTIONARY_SURNAME}, -1}, + {"Ottokar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bartz", 1, {DICTIONARY_SURNAME}, -1}, + {"Padamadan", 1, {DICTIONARY_SURNAME}, -1}, + {"McCune", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboub", 1, {DICTIONARY_SURNAME}, -1}, + {"Ockers", 1, {DICTIONARY_SURNAME}, -1}, + {"McCagg", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzuchelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghazarian", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudorff", 1, {DICTIONARY_SURNAME}, -1}, + {"Suslin", 1, {DICTIONARY_SURNAME}, -1}, + {"Dewilde", 1, {DICTIONARY_SURNAME}, -1}, + {"Bousquet", 1, {DICTIONARY_SURNAME}, -1}, + {"Jagoda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vilayphone", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paterson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McCaffer", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuarters", 1, {DICTIONARY_SURNAME}, -1}, + {"Siewert", 1, {DICTIONARY_SURNAME}, -1}, + {"Polumenta", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopecký", 1, {DICTIONARY_SURNAME}, -1}, + {"Takeda", 1, {DICTIONARY_SURNAME}, -1}, + {"Tabatabaei", 1, {DICTIONARY_SURNAME}, -1}, + {"Errani", 1, {DICTIONARY_SURNAME}, -1}, + {"Imoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Ágika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schönau", 1, {DICTIONARY_SURNAME}, -1}, + {"Maselli", 1, {DICTIONARY_SURNAME}, -1}, + {"Arai", 1, {DICTIONARY_SURNAME}, -1}, + {"Morehouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Finnemore", 1, {DICTIONARY_SURNAME}, -1}, + {"Veber", 1, {DICTIONARY_SURNAME}, -1}, + {"Sweets", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Geel", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwenda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKaigue", 1, {DICTIONARY_SURNAME}, -1}, + {"Arwa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Röckel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hofhuizen", 1, {DICTIONARY_SURNAME}, -1}, + {"Woldemariam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gavriil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Twum", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mészáros", 1, {DICTIONARY_SURNAME}, -1}, + {"Leutze", 1, {DICTIONARY_SURNAME}, -1}, + {"Buono", 1, {DICTIONARY_SURNAME}, -1}, + {"Coldham", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dinteren", 1, {DICTIONARY_SURNAME}, -1}, + {"Abboud", 1, {DICTIONARY_SURNAME}, -1}, + {"Beasy", 1, {DICTIONARY_SURNAME}, -1}, + {"Pimlott", 1, {DICTIONARY_SURNAME}, -1}, + {"Vujčić", 1, {DICTIONARY_SURNAME}, -1}, + {"kentucky fried chickens", 1, {DICTIONARY_CHAIN}, 169}, + {"Haythe", 1, {DICTIONARY_SURNAME}, -1}, + {"Majorana", 1, {DICTIONARY_SURNAME}, -1}, + {"Vujadin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baldrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Persaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilimek", 1, {DICTIONARY_SURNAME}, -1}, + {"Macheda", 1, {DICTIONARY_SURNAME}, -1}, + {"Makarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Rademacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Vespignani", 1, {DICTIONARY_SURNAME}, -1}, + {"Croitoru", 1, {DICTIONARY_SURNAME}, -1}, + {"Goeldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vokhmyanin", 1, {DICTIONARY_SURNAME}, -1}, + {"Garibaldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadarangani", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Den Driessche", 1, {DICTIONARY_SURNAME}, -1}, + {"Dadeshkeliani", 2, {DICTIONARY_SURNAME, DICTIONARY_SURNAME}, -1}, + {"Antyukh", 1, {DICTIONARY_SURNAME}, -1}, + {"Bianchini", 1, {DICTIONARY_SURNAME}, -1}, + {"Perdomo", 1, {DICTIONARY_SURNAME}, -1}, + {"Loving", 1, {DICTIONARY_SURNAME}, -1}, + {"Laar", 1, {DICTIONARY_SURNAME}, -1}, + {"Arlie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cacciandra", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Kiste", 1, {DICTIONARY_SURNAME}, -1}, + {"Leuthard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mhic Raghnaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Kayla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Somov", 1, {DICTIONARY_SURNAME}, -1}, + {"Janney", 1, {DICTIONARY_SURNAME}, -1}, + {"Trevelyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Oatley", 1, {DICTIONARY_SURNAME}, -1}, + {"McCullen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Apaza", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahr", 1, {DICTIONARY_SURNAME}, -1}, + {"Grylls", 1, {DICTIONARY_SURNAME}, -1}, + {"Özker", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ctvrtlik", 1, {DICTIONARY_SURNAME}, -1}, + {"McFedries", 1, {DICTIONARY_SURNAME}, -1}, + {"Bennis", 1, {DICTIONARY_SURNAME}, -1}, + {"Walt", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mattoo", 1, {DICTIONARY_SURNAME}, -1}, + {"McComsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Theeuwes", 1, {DICTIONARY_SURNAME}, -1}, + {"Nola", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"t.d bank", 1, {DICTIONARY_CHAIN}, 248}, + {"Vacca", 1, {DICTIONARY_SURNAME}, -1}, + {"Demby", 1, {DICTIONARY_SURNAME}, -1}, + {"Creed", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuorela", 1, {DICTIONARY_SURNAME}, -1}, + {"Verestóy", 1, {DICTIONARY_SURNAME}, -1}, + {"Negishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kronfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijayabasker", 1, {DICTIONARY_SURNAME}, -1}, + {"Virgona", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalač", 1, {DICTIONARY_SURNAME}, -1}, + {"Carberry", 1, {DICTIONARY_SURNAME}, -1}, + {"h-e-b", 1, {DICTIONARY_CHAIN}, -1}, + {"Toshinaga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McEldowney", 1, {DICTIONARY_SURNAME}, -1}, + {"Molyns", 1, {DICTIONARY_SURNAME}, -1}, + {"Tettey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valenches", 1, {DICTIONARY_SURNAME}, -1}, + {"Kavin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Curtolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Apel", 1, {DICTIONARY_SURNAME}, -1}, + {"Stagg", 1, {DICTIONARY_SURNAME}, -1}, + {"Macapagal", 1, {DICTIONARY_SURNAME}, -1}, + {"Helenius", 1, {DICTIONARY_SURNAME}, -1}, + {"t g i friday's", 1, {DICTIONARY_CHAIN}, 252}, + {"Mcqueen", 1, {DICTIONARY_SURNAME}, -1}, + {"Woll", 1, {DICTIONARY_SURNAME}, -1}, + {"Byrum", 1, {DICTIONARY_SURNAME}, -1}, + {"Heymann", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-byul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harms", 1, {DICTIONARY_SURNAME}, -1}, + {"Danie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Azzaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Burcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Sultan", 1, {DICTIONARY_SURNAME}, -1}, + {"Micheletto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vodennikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó an Cháintighe", 1, {DICTIONARY_SURNAME}, -1}, + {"decathlon", 1, {DICTIONARY_CHAIN}, -1}, + {"Christabel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dufresny", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Houthi", 1, {DICTIONARY_SURNAME}, -1}, + {"Chul-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brockhill", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhídhe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"home depots", 1, {DICTIONARY_CHAIN}, 152}, + {"Jaffe", 1, {DICTIONARY_SURNAME}, -1}, + {"MacGavin", 1, {DICTIONARY_SURNAME}, -1}, + {"Chihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Wagenschön", 1, {DICTIONARY_SURNAME}, -1}, + {"Cimolai", 1, {DICTIONARY_SURNAME}, -1}, + {"Colombani", 1, {DICTIONARY_SURNAME}, -1}, + {"Hébras", 1, {DICTIONARY_SURNAME}, -1}, + {"Planck", 1, {DICTIONARY_SURNAME}, -1}, + {"Ginter", 1, {DICTIONARY_SURNAME}, -1}, + {"Sommerer", 1, {DICTIONARY_SURNAME}, -1}, + {"Donogh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krawczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamarkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasui", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maa Tarini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zanonato", 1, {DICTIONARY_SURNAME}, -1}, + {"Flynt", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Poyet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinmont", 1, {DICTIONARY_SURNAME}, -1}, + {"McJames", 1, {DICTIONARY_SURNAME}, -1}, + {"Pietrzak", 1, {DICTIONARY_SURNAME}, -1}, + {"Acoglanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vehviläinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Spurlock", 1, {DICTIONARY_SURNAME}, -1}, + {"Kusznierewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Sores", 1, {DICTIONARY_SURNAME}, -1}, + {"Trott", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeannin", 1, {DICTIONARY_SURNAME}, -1}, + {"McManigal", 1, {DICTIONARY_SURNAME}, -1}, + {"Schamoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Wengert", 1, {DICTIONARY_SURNAME}, -1}, + {"Chillemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Merideth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bean Mhig Íomhair", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Natten", 1, {DICTIONARY_SURNAME}, -1}, + {"Trentham", 1, {DICTIONARY_SURNAME}, -1}, + {"Thirlby", 1, {DICTIONARY_SURNAME}, -1}, + {"MacDermott", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabretti", 1, {DICTIONARY_SURNAME}, -1}, + {"Väkiparta", 1, {DICTIONARY_SURNAME}, -1}, + {"Vickie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Charland", 1, {DICTIONARY_SURNAME}, -1}, + {"Volke", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathers", 1, {DICTIONARY_SURNAME}, -1}, + {"Cumhur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Phayre", 1, {DICTIONARY_SURNAME}, -1}, + {"Beauchard", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferricks", 1, {DICTIONARY_SURNAME}, -1}, + {"Damian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marcucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Pattinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollick", 1, {DICTIONARY_SURNAME}, -1}, + {"Aabrekk", 1, {DICTIONARY_SURNAME}, -1}, + {"Amin ud-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gephardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Happe", 1, {DICTIONARY_SURNAME}, -1}, + {"steak n shake", 1, {DICTIONARY_CHAIN}, 241}, + {"O'Hagan", 1, {DICTIONARY_SURNAME}, -1}, + {"Moscovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Magnay", 1, {DICTIONARY_SURNAME}, -1}, + {"Lefèvre", 1, {DICTIONARY_SURNAME}, -1}, + {"Valev", 1, {DICTIONARY_SURNAME}, -1}, + {"Hosono", 1, {DICTIONARY_SURNAME}, -1}, + {"Moszkowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ismail", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Piangerelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Cappelletti", 1, {DICTIONARY_SURNAME}, -1}, + {"Dassanayake", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazurkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Guttmacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Dong-il", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Murad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valentová", 1, {DICTIONARY_SURNAME}, -1}, + {"Apak", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ambako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zorić", 1, {DICTIONARY_SURNAME}, -1}, + {"Zopf", 1, {DICTIONARY_SURNAME}, -1}, + {"Belletti", 1, {DICTIONARY_SURNAME}, -1}, + {"Marić", 1, {DICTIONARY_SURNAME}, -1}, + {"Endstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Smyslov", 1, {DICTIONARY_SURNAME}, -1}, + {"shake shacks", 1, {DICTIONARY_CHAIN}, 231}, + {"Léger", 1, {DICTIONARY_SURNAME}, -1}, + {"Danhof", 1, {DICTIONARY_SURNAME}, -1}, + {"Twomey", 1, {DICTIONARY_SURNAME}, -1}, + {"Knol", 1, {DICTIONARY_SURNAME}, -1}, + {"Biden", 1, {DICTIONARY_SURNAME}, -1}, + {"Gasparella", 1, {DICTIONARY_SURNAME}, -1}, + {"Mylne", 1, {DICTIONARY_SURNAME}, -1}, + {"Navrátil", 1, {DICTIONARY_SURNAME}, -1}, + {"Michelangeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhic Amhalghaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Concepción", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trussardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Matteson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nishime", 1, {DICTIONARY_SURNAME}, -1}, + {"Merve", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achilleos", 1, {DICTIONARY_SURNAME}, -1}, + {"Shealy", 1, {DICTIONARY_SURNAME}, -1}, + {"Debay", 1, {DICTIONARY_SURNAME}, -1}, + {"McKendrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrbata", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mull", 1, {DICTIONARY_SURNAME}, -1}, + {"Martynov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gahagan", 1, {DICTIONARY_SURNAME}, -1}, + {"Diniz", 1, {DICTIONARY_SURNAME}, -1}, + {"Clerides", 1, {DICTIONARY_SURNAME}, -1}, + {"Friedan", 1, {DICTIONARY_SURNAME}, -1}, + {"Belling", 1, {DICTIONARY_SURNAME}, -1}, + {"Mladić", 1, {DICTIONARY_SURNAME}, -1}, + {"Abegglen", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanhope", 1, {DICTIONARY_SURNAME}, -1}, + {"Toker", 1, {DICTIONARY_SURNAME}, -1}, + {"Seibert", 1, {DICTIONARY_SURNAME}, -1}, + {"Chronister", 1, {DICTIONARY_SURNAME}, -1}, + {"Piron", 1, {DICTIONARY_SURNAME}, -1}, + {"Stier", 1, {DICTIONARY_SURNAME}, -1}, + {"Konca", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Xawery", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Suhrbier", 1, {DICTIONARY_SURNAME}, -1}, + {"Ctibor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guinizelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Brine", 1, {DICTIONARY_SURNAME}, -1}, + {"Głowacki", 1, {DICTIONARY_SURNAME}, -1}, + {"Callias", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voss", 1, {DICTIONARY_SURNAME}, -1}, + {"Azrudin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bannard", 1, {DICTIONARY_SURNAME}, -1}, + {"martin luther king , jr", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Agazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Robichaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Mulhern", 1, {DICTIONARY_SURNAME}, -1}, + {"Eisenstat", 1, {DICTIONARY_SURNAME}, -1}, + {"Paciorek", 1, {DICTIONARY_SURNAME}, -1}, + {"Breaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Andersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Doğu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Katchaznouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamarre", 1, {DICTIONARY_SURNAME}, -1}, + {"Abhishek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veil", 1, {DICTIONARY_SURNAME}, -1}, + {"McJunkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaldhol", 1, {DICTIONARY_SURNAME}, -1}, + {"Astamur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pezzati", 1, {DICTIONARY_SURNAME}, -1}, + {"Esser", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulshara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaminsky", 1, {DICTIONARY_SURNAME}, -1}, + {"McCloy", 1, {DICTIONARY_SURNAME}, -1}, + {"Idrisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Panettiere", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Beaty", 1, {DICTIONARY_SURNAME}, -1}, + {"Hazard", 1, {DICTIONARY_SURNAME}, -1}, + {"Willmott", 1, {DICTIONARY_SURNAME}, -1}, + {"Conley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hostus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jigen", 1, {DICTIONARY_SURNAME}, -1}, + {"Batuhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clan Little", 1, {DICTIONARY_SURNAME}, -1}, + {"Dailey", 1, {DICTIONARY_SURNAME}, -1}, + {"Żuławski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabsay", 1, {DICTIONARY_SURNAME}, -1}, + {"Dhaliwal", 1, {DICTIONARY_SURNAME}, -1}, + {"Progni", 1, {DICTIONARY_SURNAME}, -1}, + {"Vongsouthi", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Troxel", 1, {DICTIONARY_SURNAME}, -1}, + {"Bychkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Loudin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fedeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolasnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Demetrius I", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Halbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Luděk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van den Hende", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulle", 1, {DICTIONARY_SURNAME}, -1}, + {"Crossley", 1, {DICTIONARY_SURNAME}, -1}, + {"Nunzio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bartas", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulman", 1, {DICTIONARY_SURNAME}, -1}, + {"McCombes", 1, {DICTIONARY_SURNAME}, -1}, + {"Janka", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pausin", 1, {DICTIONARY_SURNAME}, -1}, + {"Płotka", 1, {DICTIONARY_SURNAME}, -1}, + {"Getz", 1, {DICTIONARY_SURNAME}, -1}, + {"Helou", 1, {DICTIONARY_SURNAME}, -1}, + {"Anisimova", 1, {DICTIONARY_SURNAME}, -1}, + {"Guoqiang", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vare", 1, {DICTIONARY_SURNAME}, -1}, + {"Colby", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nikoleta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maricel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reichleitner", 1, {DICTIONARY_SURNAME}, -1}, + {"Alagaş", 1, {DICTIONARY_SURNAME}, -1}, + {"Deikman", 1, {DICTIONARY_SURNAME}, -1}, + {"Auber", 1, {DICTIONARY_SURNAME}, -1}, + {"Ha-sun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Galland", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaouié", 1, {DICTIONARY_SURNAME}, -1}, + {"Solovey", 1, {DICTIONARY_SURNAME}, -1}, + {"Lawley", 1, {DICTIONARY_SURNAME}, -1}, + {"Keighran", 1, {DICTIONARY_SURNAME}, -1}, + {"Culliton", 1, {DICTIONARY_SURNAME}, -1}, + {"Djamshidov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarøy", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzella", 1, {DICTIONARY_SURNAME}, -1}, + {"Adwoa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nzekwu", 1, {DICTIONARY_SURNAME}, -1}, + {"Revercomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyomesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heyl", 1, {DICTIONARY_SURNAME}, -1}, + {"Morini", 1, {DICTIONARY_SURNAME}, -1}, + {"Abulafia", 1, {DICTIONARY_SURNAME}, -1}, + {"Herdt", 1, {DICTIONARY_SURNAME}, -1}, + {"Rayan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Turnour", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiba", 1, {DICTIONARY_SURNAME}, -1}, + {"Just", 1, {DICTIONARY_SURNAME}, -1}, + {"Kermadec", 1, {DICTIONARY_SURNAME}, -1}, + {"Zapruder", 1, {DICTIONARY_SURNAME}, -1}, + {"Wainman", 1, {DICTIONARY_SURNAME}, -1}, + {"Thelma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grulkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Selanne", 1, {DICTIONARY_SURNAME}, -1}, + {"Chakyar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bozak", 1, {DICTIONARY_SURNAME}, -1}, + {"Isobel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Şeref", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clijsters", 1, {DICTIONARY_SURNAME}, -1}, + {"Giraldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Stollery", 1, {DICTIONARY_SURNAME}, -1}, + {"Turcotte", 1, {DICTIONARY_SURNAME}, -1}, + {"zaxby's", 1, {DICTIONARY_CHAIN}, -1}, + {"Iseman", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbatiello", 1, {DICTIONARY_SURNAME}, -1}, + {"Spaeth", 1, {DICTIONARY_SURNAME}, -1}, + {"Aganović", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoeffling", 1, {DICTIONARY_SURNAME}, -1}, + {"Moser", 1, {DICTIONARY_SURNAME}, -1}, + {"Damiano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Castellitto", 1, {DICTIONARY_SURNAME}, -1}, + {"Martinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Souptik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Procope", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrero", 1, {DICTIONARY_SURNAME}, -1}, + {"Heussler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogdani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vekiloğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bjorkman", 1, {DICTIONARY_SURNAME}, -1}, + {"Akraka", 1, {DICTIONARY_SURNAME}, -1}, + {"Guggenheim", 1, {DICTIONARY_SURNAME}, -1}, + {"McCumber", 1, {DICTIONARY_SURNAME}, -1}, + {"Pyrkosz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lojze", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rüpke", 1, {DICTIONARY_SURNAME}, -1}, + {"Stäbler", 1, {DICTIONARY_SURNAME}, -1}, + {"Maple", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryder", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Minaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Magnussen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakour", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Hair", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulić", 1, {DICTIONARY_SURNAME}, -1}, + {"Balcom", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Goethem", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadir", 1, {DICTIONARY_SURNAME}, -1}, + {"Antoon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Karl August", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agatha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bubnov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ybarra", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaderton", 1, {DICTIONARY_SURNAME}, -1}, + {"Papiss", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdulnabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Schimmelbusch", 1, {DICTIONARY_SURNAME}, -1}, + {"Haynes", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fedorov", 1, {DICTIONARY_SURNAME}, -1}, + {"Janne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hyung-min", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kuniko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Votinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Shuberts", 1, {DICTIONARY_SURNAME}, -1}, + {"Samha", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yastrzemski", 1, {DICTIONARY_SURNAME}, -1}, + {"Gamblin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarocka", 1, {DICTIONARY_SURNAME}, -1}, + {"Maeda", 1, {DICTIONARY_SURNAME}, -1}, + {"Adriaan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jeník", 1, {DICTIONARY_SURNAME}, -1}, + {"Prieto", 1, {DICTIONARY_SURNAME}, -1}, + {"Kryuchkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirschner", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Assche", 1, {DICTIONARY_SURNAME}, -1}, + {"Arend", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Goodmanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hally", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agroppi", 1, {DICTIONARY_SURNAME}, -1}, + {"Marsham", 1, {DICTIONARY_SURNAME}, -1}, + {"Passos", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsotakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Picchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Akouzar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogachyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Trapnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicholas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tessy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elphinstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Gruen", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicholls", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajović", 1, {DICTIONARY_SURNAME}, -1}, + {"Schurman", 1, {DICTIONARY_SURNAME}, -1}, + {"Weitzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaina", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuke", 1, {DICTIONARY_SURNAME}, -1}, + {"Bülent", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Feggelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhupinder", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pauric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tomokazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mudin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ber", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vranos", 1, {DICTIONARY_SURNAME}, -1}, + {"Vollborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Gillmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Salinas de Gortari", 1, {DICTIONARY_SURNAME}, -1}, + {"Perlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Francke", 1, {DICTIONARY_SURNAME}, -1}, + {"Janssens", 1, {DICTIONARY_SURNAME}, -1}, + {"Klein", 1, {DICTIONARY_SURNAME}, -1}, + {"Dreyfus", 1, {DICTIONARY_SURNAME}, -1}, + {"Haseloff", 1, {DICTIONARY_SURNAME}, -1}, + {"Dohrmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Tallarico", 1, {DICTIONARY_SURNAME}, -1}, + {"Devins", 1, {DICTIONARY_SURNAME}, -1}, + {"Verrett", 1, {DICTIONARY_SURNAME}, -1}, + {"Abts", 1, {DICTIONARY_SURNAME}, -1}, + {"Ganander", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahoney", 1, {DICTIONARY_SURNAME}, -1}, + {"Bensimon", 1, {DICTIONARY_SURNAME}, -1}, + {"Currie", 1, {DICTIONARY_SURNAME}, -1}, + {"Asano", 1, {DICTIONARY_SURNAME}, -1}, + {"Draghi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gandhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Alagia", 1, {DICTIONARY_SURNAME}, -1}, + {"Aufles", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceccherini", 1, {DICTIONARY_SURNAME}, -1}, + {"Somogyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cussons", 1, {DICTIONARY_SURNAME}, -1}, + {"Alen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viceconte", 1, {DICTIONARY_SURNAME}, -1}, + {"Powel", 1, {DICTIONARY_SURNAME}, -1}, + {"Aksun", 1, {DICTIONARY_SURNAME}, -1}, + {"Henshall", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Baalbergen", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdini", 1, {DICTIONARY_SURNAME}, -1}, + {"Juster", 1, {DICTIONARY_SURNAME}, -1}, + {"Tauber", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsulukiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelein", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehane", 1, {DICTIONARY_SURNAME}, -1}, + {"Akanji", 1, {DICTIONARY_SURNAME}, -1}, + {"Stires", 1, {DICTIONARY_SURNAME}, -1}, + {"Layne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Petrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Vojislava", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wirths", 1, {DICTIONARY_SURNAME}, -1}, + {"Demidov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gregan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhaduri", 1, {DICTIONARY_SURNAME}, -1}, + {"McCully", 1, {DICTIONARY_SURNAME}, -1}, + {"VanHoose", 1, {DICTIONARY_SURNAME}, -1}, + {"Guarinus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Conwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Hamdani", 1, {DICTIONARY_SURNAME}, -1}, + {"McAlley", 1, {DICTIONARY_SURNAME}, -1}, + {"Oppel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ostrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagerfelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Khandelwal", 1, {DICTIONARY_SURNAME}, -1}, + {"Najdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Evon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ériu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"baskinrobbins", 1, {DICTIONARY_CHAIN}, 74}, + {"Andrewe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumah", 1, {DICTIONARY_SURNAME}, -1}, + {"Zick", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adireksarn", 1, {DICTIONARY_SURNAME}, -1}, + {"Tudor", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Diouf", 1, {DICTIONARY_SURNAME}, -1}, + {"Slijngard", 1, {DICTIONARY_SURNAME}, -1}, + {"Landolt", 1, {DICTIONARY_SURNAME}, -1}, + {"Laia", 1, {DICTIONARY_SURNAME}, -1}, + {"Chkuaseli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ifill", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyomatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fukiishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Prissy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viduka", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaszjunyin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marquinhos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wright-Phillips", 1, {DICTIONARY_SURNAME}, -1}, + {"Keysor", 1, {DICTIONARY_SURNAME}, -1}, + {"Holmqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Cordonnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Boutheina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reck", 1, {DICTIONARY_SURNAME}, -1}, + {"Nijhof", 1, {DICTIONARY_SURNAME}, -1}, + {"lloyd's tsb", 1, {DICTIONARY_CHAIN}, 174}, + {"Bendall", 1, {DICTIONARY_SURNAME}, -1}, + {"Ćirković", 1, {DICTIONARY_SURNAME}, -1}, + {"Lard", 1, {DICTIONARY_SURNAME}, -1}, + {"Nordal", 1, {DICTIONARY_SURNAME}, -1}, + {"Engelberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Alschitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Bobson", 1, {DICTIONARY_SURNAME}, -1}, + {"McAfee", 1, {DICTIONARY_SURNAME}, -1}, + {"Cockerell", 1, {DICTIONARY_SURNAME}, -1}, + {"Tacker", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhaltsikheli", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeanie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wolski", 1, {DICTIONARY_SURNAME}, -1}, + {"Uschi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dearborne", 1, {DICTIONARY_SURNAME}, -1}, + {"Dejean", 1, {DICTIONARY_SURNAME}, -1}, + {"Takaki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stauber", 1, {DICTIONARY_SURNAME}, -1}, + {"Artur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mbaye", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Videll", 1, {DICTIONARY_SURNAME}, -1}, + {"Kachloul", 1, {DICTIONARY_SURNAME}, -1}, + {"Tae-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pleimelding", 1, {DICTIONARY_SURNAME}, -1}, + {"Gashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Harland", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hilverding", 1, {DICTIONARY_SURNAME}, -1}, + {"Connellan", 1, {DICTIONARY_SURNAME}, -1}, + {"Palazzese", 1, {DICTIONARY_SURNAME}, -1}, + {"Indrek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loyola", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Cíonga", 1, {DICTIONARY_SURNAME}, -1}, + {"Ah Van", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Sonnleithner", 1, {DICTIONARY_SURNAME}, -1}, + {"Hye-su", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dromgoole", 1, {DICTIONARY_SURNAME}, -1}, + {"Helwig", 1, {DICTIONARY_SURNAME}, -1}, + {"Özel", 1, {DICTIONARY_SURNAME}, -1}, + {"Aertsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Salah ad-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lidetu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takemoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Spijkers", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadaketh", 1, {DICTIONARY_SURNAME}, -1}, + {"Verykios", 1, {DICTIONARY_SURNAME}, -1}, + {"t-mobile stores", 1, {DICTIONARY_CHAIN}, 256}, + {"Corre", 1, {DICTIONARY_SURNAME}, -1}, + {"Avshalomov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldcorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Novković", 1, {DICTIONARY_SURNAME}, -1}, + {"Prokopov", 1, {DICTIONARY_SURNAME}, -1}, + {"Javakhishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Zamir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cloete", 1, {DICTIONARY_SURNAME}, -1}, + {"Buday", 1, {DICTIONARY_SURNAME}, -1}, + {"Kutner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolander", 1, {DICTIONARY_SURNAME}, -1}, + {"Gjyste", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viravaidya", 1, {DICTIONARY_SURNAME}, -1}, + {"Tocci", 1, {DICTIONARY_SURNAME}, -1}, + {"Aurore", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Babinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyozō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pick", 1, {DICTIONARY_SURNAME}, -1}, + {"Aparicio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bergne", 1, {DICTIONARY_SURNAME}, -1}, + {"Abanikanda", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumakichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edip", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Youds", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorenzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Shestov", 1, {DICTIONARY_SURNAME}, -1}, + {"Fonck", 1, {DICTIONARY_SURNAME}, -1}, + {"Ostojić", 1, {DICTIONARY_SURNAME}, -1}, + {"Liénard", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaverina", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabatino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aiyana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vučićević", 1, {DICTIONARY_SURNAME}, -1}, + {"Giardina", 1, {DICTIONARY_SURNAME}, -1}, + {"Straton", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonsor", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavazzola", 1, {DICTIONARY_SURNAME}, -1}, + {"Shulgin", 1, {DICTIONARY_SURNAME}, -1}, + {"Stojan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sankaran", 1, {DICTIONARY_SURNAME}, -1}, + {"Durk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Strum", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shūji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iturbi", 1, {DICTIONARY_SURNAME}, -1}, + {"Koivumäki", 1, {DICTIONARY_SURNAME}, -1}, + {"Botts", 1, {DICTIONARY_SURNAME}, -1}, + {"Moisey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Doblin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vampola", 1, {DICTIONARY_SURNAME}, -1}, + {"Roseman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Duinnshléibhe", 1, {DICTIONARY_SURNAME}, -1}, + {"Gude", 1, {DICTIONARY_SURNAME}, -1}, + {"Szymon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Der Meid", 1, {DICTIONARY_SURNAME}, -1}, + {"Velkoski", 1, {DICTIONARY_SURNAME}, -1}, + {"Dake", 1, {DICTIONARY_SURNAME}, -1}, + {"Tariku", 1, {DICTIONARY_SURNAME}, -1}, + {"Radler", 1, {DICTIONARY_SURNAME}, -1}, + {"McNarry", 1, {DICTIONARY_SURNAME}, -1}, + {"McWethy", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoop", 1, {DICTIONARY_SURNAME}, -1}, + {"Androsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadiya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"best western", 1, {DICTIONARY_CHAIN}, -1}, + {"Ouadah", 1, {DICTIONARY_SURNAME}, -1}, + {"Etien", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Romualdo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Parish", 1, {DICTIONARY_SURNAME}, -1}, + {"Lengyel", 1, {DICTIONARY_SURNAME}, -1}, + {"Atsuya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sagara", 1, {DICTIONARY_SURNAME}, -1}, + {"Albakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duffield", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jung", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Achrekar", 1, {DICTIONARY_SURNAME}, -1}, + {"Khonglah", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohlhase", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-eun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pakenham", 1, {DICTIONARY_SURNAME}, -1}, + {"Lachmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaiman", 1, {DICTIONARY_SURNAME}, -1}, + {"Şanlı", 1, {DICTIONARY_SURNAME}, -1}, + {"Aitel", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlathery", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatum", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adhuham", 1, {DICTIONARY_SURNAME}, -1}, + {"Florencio", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Meresankh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pranvera", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Redford", 1, {DICTIONARY_SURNAME}, -1}, + {"Esdaile", 1, {DICTIONARY_SURNAME}, -1}, + {"Stellatus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Madox", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arculeo", 1, {DICTIONARY_SURNAME}, -1}, + {"Ensslin", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaxter", 1, {DICTIONARY_SURNAME}, -1}, + {"Morrison", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitaliev", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrando", 1, {DICTIONARY_SURNAME}, -1}, + {"Juanfran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scholliner", 1, {DICTIONARY_SURNAME}, -1}, + {"Gbaja-Biamila", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinéad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vennettilli", 1, {DICTIONARY_SURNAME}, -1}, + {"Belloli", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Hardenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ernmas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKhool", 1, {DICTIONARY_SURNAME}, -1}, + {"Philidor", 1, {DICTIONARY_SURNAME}, -1}, + {"Mezzofanti", 1, {DICTIONARY_SURNAME}, -1}, + {"Delissen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aller", 1, {DICTIONARY_SURNAME}, -1}, + {"Vostřák", 1, {DICTIONARY_SURNAME}, -1}, + {"Muntz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vymetálková", 1, {DICTIONARY_SURNAME}, -1}, + {"Son", 1, {DICTIONARY_SURNAME}, -1}, + {"Merima", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ayşenur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hermione", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vonza", 1, {DICTIONARY_SURNAME}, -1}, + {"Drechsel", 1, {DICTIONARY_SURNAME}, -1}, + {"Schefter", 1, {DICTIONARY_SURNAME}, -1}, + {"Passer", 1, {DICTIONARY_SURNAME}, -1}, + {"Marvel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Filkus", 1, {DICTIONARY_SURNAME}, -1}, + {"Vámosi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nedvěd", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandall", 1, {DICTIONARY_SURNAME}, -1}, + {"Garibović", 1, {DICTIONARY_SURNAME}, -1}, + {"Tappan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ankrum", 1, {DICTIONARY_SURNAME}, -1}, + {"Davidoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Salome", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lawford", 1, {DICTIONARY_SURNAME}, -1}, + {"Frisius", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bukhari", 1, {DICTIONARY_SURNAME}, -1}, + {"Vääräniemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Unai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McNicholl", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hoey", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Čabarkapa", 1, {DICTIONARY_SURNAME}, -1}, + {"Calvo Sotelo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vetlesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasutane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mackevič", 1, {DICTIONARY_SURNAME}, -1}, + {"Fatos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loubier", 1, {DICTIONARY_SURNAME}, -1}, + {"Månsson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bejzade", 1, {DICTIONARY_SURNAME}, -1}, + {"Karadžić", 1, {DICTIONARY_SURNAME}, -1}, + {"McAffrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Olesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ogunleye", 1, {DICTIONARY_SURNAME}, -1}, + {"Zárate", 1, {DICTIONARY_SURNAME}, -1}, + {"Covert", 1, {DICTIONARY_SURNAME}, -1}, + {"Nice", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandumpala", 1, {DICTIONARY_SURNAME}, -1}, + {"Diel", 1, {DICTIONARY_SURNAME}, -1}, + {"Pearse", 1, {DICTIONARY_SURNAME}, -1}, + {"Culpin", 1, {DICTIONARY_SURNAME}, -1}, + {"Radača", 1, {DICTIONARY_SURNAME}, -1}, + {"Prechtel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Harkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Reddiar", 1, {DICTIONARY_SURNAME}, -1}, + {"Togawa", 1, {DICTIONARY_SURNAME}, -1}, + {"att stores", 1, {DICTIONARY_CHAIN}, 65}, + {"Kilbey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kobel", 1, {DICTIONARY_SURNAME}, -1}, + {"Bushuyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Walsingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Matouš", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aaberge", 1, {DICTIONARY_SURNAME}, -1}, + {"Acketoft", 1, {DICTIONARY_SURNAME}, -1}, + {"Berlijn", 1, {DICTIONARY_SURNAME}, -1}, + {"Kleinstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Troost", 1, {DICTIONARY_SURNAME}, -1}, + {"Rollin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"DeLange", 1, {DICTIONARY_SURNAME}, -1}, + {"Kluzák", 1, {DICTIONARY_SURNAME}, -1}, + {"Alwan", 1, {DICTIONARY_SURNAME}, -1}, + {"Rocío", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Browell", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdinç", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Angelica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aliye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hooser", 1, {DICTIONARY_SURNAME}, -1}, + {"Heystek", 1, {DICTIONARY_SURNAME}, -1}, + {"Haimirich", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atiyah", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Alastruim", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzantini", 1, {DICTIONARY_SURNAME}, -1}, + {"longhorn steak house", 1, {DICTIONARY_CHAIN}, 177}, + {"Smetona", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarons", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasile", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chernyshyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Albareda", 1, {DICTIONARY_SURNAME}, -1}, + {"Momoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallo", 1, {DICTIONARY_SURNAME}, -1}, + {"Xiaoliang", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKelvie", 1, {DICTIONARY_SURNAME}, -1}, + {"Akselsen", 1, {DICTIONARY_SURNAME}, -1}, + {"McGarrigle", 1, {DICTIONARY_SURNAME}, -1}, + {"Şişli", 1, {DICTIONARY_SURNAME}, -1}, + {"Nurmagambetov", 1, {DICTIONARY_SURNAME}, -1}, + {"Turnock", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarwate", 1, {DICTIONARY_SURNAME}, -1}, + {"Wernink", 1, {DICTIONARY_SURNAME}, -1}, + {"Zawinul", 1, {DICTIONARY_SURNAME}, -1}, + {"Yutkevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Steirn", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernat-Salles", 1, {DICTIONARY_SURNAME}, -1}, + {"Saurén", 1, {DICTIONARY_SURNAME}, -1}, + {"Serpellini", 1, {DICTIONARY_SURNAME}, -1}, + {"Theodora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Strydom", 1, {DICTIONARY_SURNAME}, -1}, + {"Abduraimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahnoosh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Middendorp", 1, {DICTIONARY_SURNAME}, -1}, + {"Binod", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boussard", 1, {DICTIONARY_SURNAME}, -1}, + {"Akroyd", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheidel", 1, {DICTIONARY_SURNAME}, -1}, + {"Shishido", 1, {DICTIONARY_SURNAME}, -1}, + {"Aatakni", 1, {DICTIONARY_SURNAME}, -1}, + {"Meryem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akerjordet", 1, {DICTIONARY_SURNAME}, -1}, + {"Babadishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Kin'ichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Durrant", 1, {DICTIONARY_SURNAME}, -1}, + {"Duchemin", 1, {DICTIONARY_SURNAME}, -1}, + {"Cevahir", 1, {DICTIONARY_SURNAME}, -1}, + {"Hideharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vogiatzis", 1, {DICTIONARY_SURNAME}, -1}, + {"Coremans", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatshaug", 1, {DICTIONARY_SURNAME}, -1}, + {"Di Paco", 1, {DICTIONARY_SURNAME}, -1}, + {"Strempler", 1, {DICTIONARY_SURNAME}, -1}, + {"Mengelberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Jahan Ara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGreal", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikoku", 1, {DICTIONARY_SURNAME}, -1}, + {"Pollert", 1, {DICTIONARY_SURNAME}, -1}, + {"Addala", 1, {DICTIONARY_SURNAME}, -1}, + {"Kodra", 1, {DICTIONARY_SURNAME}, -1}, + {"vr bank", 1, {DICTIONARY_CHAIN}, 264}, + {"Shūta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dreier", 1, {DICTIONARY_SURNAME}, -1}, + {"Gönül", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McPheeters", 1, {DICTIONARY_SURNAME}, -1}, + {"Canice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Romaine", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zoet", 1, {DICTIONARY_SURNAME}, -1}, + {"Penalosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruckmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Viiding", 1, {DICTIONARY_SURNAME}, -1}, + {"Estermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Piccinini", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasolini", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinlade", 1, {DICTIONARY_SURNAME}, -1}, + {"Velopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Angelita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guilbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisaya", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Manasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Parekh", 1, {DICTIONARY_SURNAME}, -1}, + {"Castrillón", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidmar", 1, {DICTIONARY_SURNAME}, -1}, + {"Fujishima", 1, {DICTIONARY_SURNAME}, -1}, + {"Flemer", 1, {DICTIONARY_SURNAME}, -1}, + {"Caetani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vimond", 1, {DICTIONARY_SURNAME}, -1}, + {"Drobnjaković", 1, {DICTIONARY_SURNAME}, -1}, + {"Hausler", 1, {DICTIONARY_SURNAME}, -1}, + {"Catz", 1, {DICTIONARY_SURNAME}, -1}, + {"Bambar", 1, {DICTIONARY_SURNAME}, -1}, + {"Tumulty", 1, {DICTIONARY_SURNAME}, -1}, + {"Feiglin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidosa", 1, {DICTIONARY_SURNAME}, -1}, + {"Şaziye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kochetkova", 1, {DICTIONARY_SURNAME}, -1}, + {"Diabaté", 1, {DICTIONARY_SURNAME}, -1}, + {"Eichelberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidulich", 1, {DICTIONARY_SURNAME}, -1}, + {"McLatchie", 1, {DICTIONARY_SURNAME}, -1}, + {"Vassilenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauerbrun", 1, {DICTIONARY_SURNAME}, -1}, + {"Olajuwon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hankerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ives", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Clan Drummond", 1, {DICTIONARY_SURNAME}, -1}, + {"Karoline", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lafond", 1, {DICTIONARY_SURNAME}, -1}, + {"Germán", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rowsell", 1, {DICTIONARY_SURNAME}, -1}, + {"Voog", 1, {DICTIONARY_SURNAME}, -1}, + {"Shizuya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bubenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadnai", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerslake", 1, {DICTIONARY_SURNAME}, -1}, + {"Arcoleo", 1, {DICTIONARY_SURNAME}, -1}, + {"Fischetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasvi", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshinari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCaffrie", 1, {DICTIONARY_SURNAME}, -1}, + {"McNelis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bauby", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaskio", 1, {DICTIONARY_SURNAME}, -1}, + {"Maalikapurathamma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Godart", 1, {DICTIONARY_SURNAME}, -1}, + {"Vongsa", 1, {DICTIONARY_SURNAME}, -1}, + {"Cullerton", 1, {DICTIONARY_SURNAME}, -1}, + {"Scandolara", 1, {DICTIONARY_SURNAME}, -1}, + {"Mishra", 1, {DICTIONARY_SURNAME}, -1}, + {"Date", 1, {DICTIONARY_SURNAME}, -1}, + {"Kento", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Somesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klimaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Halldórsdóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Adrisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Faulks", 1, {DICTIONARY_SURNAME}, -1}, + {"Silviu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adamsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Maynes", 1, {DICTIONARY_SURNAME}, -1}, + {"Bendixson", 1, {DICTIONARY_SURNAME}, -1}, + {"Yagami", 1, {DICTIONARY_SURNAME}, -1}, + {"Parwani", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikeda", 1, {DICTIONARY_SURNAME}, -1}, + {"Corchiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Dollfus", 1, {DICTIONARY_SURNAME}, -1}, + {"Bare", 1, {DICTIONARY_SURNAME}, -1}, + {"dominos", 1, {DICTIONARY_CHAIN}, 129}, + {"Viitamäki", 1, {DICTIONARY_SURNAME}, -1}, + {"Bessonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Fannie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoch", 1, {DICTIONARY_SURNAME}, -1}, + {"Compagnoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Dresser", 1, {DICTIONARY_SURNAME}, -1}, + {"Etxeberria", 1, {DICTIONARY_SURNAME}, -1}, + {"Hefter", 1, {DICTIONARY_SURNAME}, -1}, + {"Canins", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingrid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McConvill", 1, {DICTIONARY_SURNAME}, -1}, + {"Chard", 1, {DICTIONARY_SURNAME}, -1}, + {"Dowding", 1, {DICTIONARY_SURNAME}, -1}, + {"Biber", 1, {DICTIONARY_SURNAME}, -1}, + {"Myatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Abert", 1, {DICTIONARY_SURNAME}, -1}, + {"Loverde", 1, {DICTIONARY_SURNAME}, -1}, + {"Krasimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keil", 1, {DICTIONARY_SURNAME}, -1}, + {"Schimscheiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Rukavina", 1, {DICTIONARY_SURNAME}, -1}, + {"Gonsalves", 1, {DICTIONARY_SURNAME}, -1}, + {"Notaras", 1, {DICTIONARY_SURNAME}, -1}, + {"Wainhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Hildr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maleev", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartkopf", 1, {DICTIONARY_SURNAME}, -1}, + {"Tripe", 1, {DICTIONARY_SURNAME}, -1}, + {"Akloul", 1, {DICTIONARY_SURNAME}, -1}, + {"Marceau", 1, {DICTIONARY_SURNAME}, -1}, + {"Ichimatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Davidovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Linnaeus", 1, {DICTIONARY_SURNAME}, -1}, + {"Pierre Antoine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kužel", 1, {DICTIONARY_SURNAME}, -1}, + {"Slepian", 1, {DICTIONARY_SURNAME}, -1}, + {"Manes", 1, {DICTIONARY_SURNAME}, -1}, + {"Kochanski", 1, {DICTIONARY_SURNAME}, -1}, + {"Berardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Aduramo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilkovský", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirk", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bozinovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaandrager", 1, {DICTIONARY_SURNAME}, -1}, + {"Holdermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandeput", 1, {DICTIONARY_SURNAME}, -1}, + {"McGimpsey", 1, {DICTIONARY_SURNAME}, -1}, + {"bofas", 1, {DICTIONARY_CHAIN}, 70}, + {"Bauhin", 1, {DICTIONARY_SURNAME}, -1}, + {"Feldkamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Sæther", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubic", 1, {DICTIONARY_SURNAME}, -1}, + {"Aspe", 1, {DICTIONARY_SURNAME}, -1}, + {"Coenen", 1, {DICTIONARY_SURNAME}, -1}, + {"Reitsma", 1, {DICTIONARY_SURNAME}, -1}, + {"Landru", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Varshalomidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Kylián", 1, {DICTIONARY_SURNAME}, -1}, + {"Köse", 1, {DICTIONARY_SURNAME}, -1}, + {"Haycock", 1, {DICTIONARY_SURNAME}, -1}, + {"Skillern", 1, {DICTIONARY_SURNAME}, -1}, + {"Berezutskiy", 1, {DICTIONARY_SURNAME}, -1}, + {"Zrinko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alamouti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlaskovac", 1, {DICTIONARY_SURNAME}, -1}, + {"Payne", 1, {DICTIONARY_SURNAME}, -1}, + {"Winograd", 1, {DICTIONARY_SURNAME}, -1}, + {"Dronova", 1, {DICTIONARY_SURNAME}, -1}, + {"Del Toro", 1, {DICTIONARY_SURNAME}, -1}, + {"Flom", 1, {DICTIONARY_SURNAME}, -1}, + {"Bondar", 1, {DICTIONARY_SURNAME}, -1}, + {"Magne", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Peleg", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lanier", 1, {DICTIONARY_SURNAME}, -1}, + {"Dakota", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Havighurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Saborowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikhail", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gyatso", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Admoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovacevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeltserman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Pittman", 1, {DICTIONARY_SURNAME}, -1}, + {"Oxenbould", 1, {DICTIONARY_SURNAME}, -1}, + {"Rahmatullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nozomu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hovhannisyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ylönen", 1, {DICTIONARY_SURNAME}, -1}, + {"Koranda", 1, {DICTIONARY_SURNAME}, -1}, + {"Gregson", 1, {DICTIONARY_SURNAME}, -1}, + {"credit mutuel", 1, {DICTIONARY_CHAIN}, 113}, + {"Peng", 1, {DICTIONARY_SURNAME}, -1}, + {"Suddeth", 1, {DICTIONARY_SURNAME}, -1}, + {"cng", 1, {DICTIONARY_CHAIN}, -1}, + {"Hinoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gamgee", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamikonian", 1, {DICTIONARY_SURNAME}, -1}, + {"Wirthlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Eberhard I", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ayesa", 1, {DICTIONARY_SURNAME}, -1}, + {"Satapathy", 1, {DICTIONARY_SURNAME}, -1}, + {"Marks", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardee", 1, {DICTIONARY_SURNAME}, -1}, + {"Garai", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabel", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Gouw", 1, {DICTIONARY_SURNAME}, -1}, + {"Stresemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Weyl", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowes", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Khidirbegishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Ménager", 1, {DICTIONARY_SURNAME}, -1}, + {"Metzinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Asada", 1, {DICTIONARY_SURNAME}, -1}, + {"Ain", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thady", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brisson", 1, {DICTIONARY_SURNAME}, -1}, + {"Macedoni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seikichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lafrenz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamm", 1, {DICTIONARY_SURNAME}, -1}, + {"Yōzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lomas", 1, {DICTIONARY_SURNAME}, -1}, + {"Crafton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sanel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balestrero", 1, {DICTIONARY_SURNAME}, -1}, + {"Shannon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Haslinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Deck", 1, {DICTIONARY_SURNAME}, -1}, + {"Bryden", 1, {DICTIONARY_SURNAME}, -1}, + {"Schroeter", 1, {DICTIONARY_SURNAME}, -1}, + {"Rühle", 1, {DICTIONARY_SURNAME}, -1}, + {"Raybourn", 1, {DICTIONARY_SURNAME}, -1}, + {"Zimbardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Loingsech", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dougal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Korte", 1, {DICTIONARY_SURNAME}, -1}, + {"Honychurch", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnault", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsuru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bechstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabiola", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"João Paulo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sabsovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Armbruster", 1, {DICTIONARY_SURNAME}, -1}, + {"Selwyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Başar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Reinhart", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gilger", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenvinge", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Huffel", 1, {DICTIONARY_SURNAME}, -1}, + {"Görtz", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovhanko", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajagopalachari", 1, {DICTIONARY_SURNAME}, -1}, + {"Brabants", 1, {DICTIONARY_SURNAME}, -1}, + {"Brettell", 1, {DICTIONARY_SURNAME}, -1}, + {"Suzy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Enis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akhsharumova", 1, {DICTIONARY_SURNAME}, -1}, + {"Henrika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hignutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulbekov", 1, {DICTIONARY_SURNAME}, -1}, + {"Akinwande", 1, {DICTIONARY_SURNAME}, -1}, + {"Koven", 1, {DICTIONARY_SURNAME}, -1}, + {"Anlaith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eigner", 1, {DICTIONARY_SURNAME}, -1}, + {"Jörg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Priska", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"m l king jr", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Beloglazov", 1, {DICTIONARY_SURNAME}, -1}, + {"Inzunza", 1, {DICTIONARY_SURNAME}, -1}, + {"Marissa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schlitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vâtcă", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ho-jun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schwartzberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Mankad", 1, {DICTIONARY_SURNAME}, -1}, + {"Akşit", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirschl", 1, {DICTIONARY_SURNAME}, -1}, + {"Tunks", 1, {DICTIONARY_SURNAME}, -1}, + {"Kruk", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Alstyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolland", 1, {DICTIONARY_SURNAME}, -1}, + {"Filonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Łatacz", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasumichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sprout", 1, {DICTIONARY_SURNAME}, -1}, + {"Tess", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wycherley", 1, {DICTIONARY_SURNAME}, -1}, + {"Senigaglia family", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanoune", 1, {DICTIONARY_SURNAME}, -1}, + {"Broberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Tidiane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Spaendonck", 1, {DICTIONARY_SURNAME}, -1}, + {"Barthe", 1, {DICTIONARY_SURNAME}, -1}, + {"Civis", 1, {DICTIONARY_SURNAME}, -1}, + {"Haws", 1, {DICTIONARY_SURNAME}, -1}, + {"Dąbrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Minasyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Abacı", 1, {DICTIONARY_SURNAME}, -1}, + {"De Falla", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Pohl", 1, {DICTIONARY_SURNAME}, -1}, + {"Mansell", 1, {DICTIONARY_SURNAME}, -1}, + {"Adžemović", 1, {DICTIONARY_SURNAME}, -1}, + {"Trunkfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Ban", 1, {DICTIONARY_SURNAME}, -1}, + {"Diakos", 1, {DICTIONARY_SURNAME}, -1}, + {"Montserrat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Corona", 1, {DICTIONARY_SURNAME}, -1}, + {"Grubelić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vučković", 1, {DICTIONARY_SURNAME}, -1}, + {"Masumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veniamin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rešetarić", 1, {DICTIONARY_SURNAME}, -1}, + {"Haukur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Syd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clelia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bagal", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahakali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Crabben", 1, {DICTIONARY_SURNAME}, -1}, + {"Hickson", 1, {DICTIONARY_SURNAME}, -1}, + {"Maisnam", 1, {DICTIONARY_SURNAME}, -1}, + {"Piwarski", 1, {DICTIONARY_SURNAME}, -1}, + {"Schøne", 1, {DICTIONARY_SURNAME}, -1}, + {"McMichael", 1, {DICTIONARY_SURNAME}, -1}, + {"Adegbalola", 1, {DICTIONARY_SURNAME}, -1}, + {"Iongi", 1, {DICTIONARY_SURNAME}, -1}, + {"k f cs", 1, {DICTIONARY_CHAIN}, 169}, + {"Quine", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahern", 1, {DICTIONARY_SURNAME}, -1}, + {"Tôn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahle", 1, {DICTIONARY_SURNAME}, -1}, + {"Rebane", 1, {DICTIONARY_SURNAME}, -1}, + {"Dublin", 1, {DICTIONARY_SURNAME}, -1}, + {"Reller", 1, {DICTIONARY_SURNAME}, -1}, + {"Wurzelbacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Velandia", 1, {DICTIONARY_SURNAME}, -1}, + {"Pazmiño", 1, {DICTIONARY_SURNAME}, -1}, + {"Beluzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagalamukhi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kangur", 1, {DICTIONARY_SURNAME}, -1}, + {"Stakhovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambrus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ince", 1, {DICTIONARY_SURNAME}, -1}, + {"Ermolaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Bastable", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazo", 1, {DICTIONARY_SURNAME}, -1}, + {"Drechsler", 1, {DICTIONARY_SURNAME}, -1}, + {"Leticia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rowe", 1, {DICTIONARY_SURNAME}, -1}, + {"Houteff", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Lowtzow", 1, {DICTIONARY_SURNAME}, -1}, + {"Kihachirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eglseer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gusenbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"tmobile stores", 1, {DICTIONARY_CHAIN}, 256}, + {"Kaurismäki", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuozzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Howie", 1, {DICTIONARY_SURNAME}, -1}, + {"Bambrough", 1, {DICTIONARY_SURNAME}, -1}, + {"Michiru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Malone", 1, {DICTIONARY_SURNAME}, -1}, + {"Masterson", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehmet Emin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agobet", 1, {DICTIONARY_SURNAME}, -1}, + {"Sajjad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Joanie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guilherme", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boztepe", 1, {DICTIONARY_SURNAME}, -1}, + {"Smallens", 1, {DICTIONARY_SURNAME}, -1}, + {"Viktorsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Veloza", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamagawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsuo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schank", 1, {DICTIONARY_SURNAME}, -1}, + {"Eun-sung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"pizza pizza", 1, {DICTIONARY_CHAIN}, -1}, + {"Oikonomou", 1, {DICTIONARY_SURNAME}, -1}, + {"Özil", 1, {DICTIONARY_SURNAME}, -1}, + {"Verástegui", 1, {DICTIONARY_SURNAME}, -1}, + {"Norberto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vermant", 1, {DICTIONARY_SURNAME}, -1}, + {"Ohka", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyomoto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mamizu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hanshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Gianluca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oğuz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akalaitis", 1, {DICTIONARY_SURNAME}, -1}, + {"Zajíc", 1, {DICTIONARY_SURNAME}, -1}, + {"A’Campo", 1, {DICTIONARY_SURNAME}, -1}, + {"Barondess", 1, {DICTIONARY_SURNAME}, -1}, + {"Gutenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Ephron", 1, {DICTIONARY_SURNAME}, -1}, + {"Karcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsumori", 1, {DICTIONARY_SURNAME}, -1}, + {"McGirr", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Odita", 1, {DICTIONARY_SURNAME}, -1}, + {"Boiardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Heiki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zhan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dobromir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Medero", 1, {DICTIONARY_SURNAME}, -1}, + {"Yumika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Broun", 1, {DICTIONARY_SURNAME}, -1}, + {"Rebellin", 1, {DICTIONARY_SURNAME}, -1}, + {"Sessions", 1, {DICTIONARY_SURNAME}, -1}, + {"Waterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Didava", 1, {DICTIONARY_SURNAME}, -1}, + {"Handan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jamal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sterre", 1, {DICTIONARY_SURNAME}, -1}, + {"Oriana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frederiksen", 1, {DICTIONARY_SURNAME}, -1}, + {"Willes", 1, {DICTIONARY_SURNAME}, -1}, + {"Brede", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mujuru", 1, {DICTIONARY_SURNAME}, -1}, + {"Blagrave", 1, {DICTIONARY_SURNAME}, -1}, + {"Meyrick", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Crozier", 1, {DICTIONARY_SURNAME}, -1}, + {"Birkey", 1, {DICTIONARY_SURNAME}, -1}, + {"Minkoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Kennaway", 1, {DICTIONARY_SURNAME}, -1}, + {"Mason", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mellaart", 1, {DICTIONARY_SURNAME}, -1}, + {"Gagneux", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaito", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Johnsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrōþ", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Svantovít", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Khamerernebty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tadami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Okuro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harakami", 1, {DICTIONARY_SURNAME}, -1}, + {"Sepp", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Garnaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Mundella", 1, {DICTIONARY_SURNAME}, -1}, + {"Granot", 1, {DICTIONARY_SURNAME}, -1}, + {"Tommasi", 1, {DICTIONARY_SURNAME}, -1}, + {"Colfox", 1, {DICTIONARY_SURNAME}, -1}, + {"Mankoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Hackaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Dežulović", 1, {DICTIONARY_SURNAME}, -1}, + {"Cabaye", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kōsei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ozerov", 1, {DICTIONARY_SURNAME}, -1}, + {"Berk", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gunn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Human", 1, {DICTIONARY_SURNAME}, -1}, + {"Mullen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gutfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuenzalida", 1, {DICTIONARY_SURNAME}, -1}, + {"Habiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Agagiotou", 1, {DICTIONARY_SURNAME}, -1}, + {"tesco", 1, {DICTIONARY_CHAIN}, -1}, + {"Breckterfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayloffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Neisser", 1, {DICTIONARY_SURNAME}, -1}, + {"Jančić", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasanagić", 1, {DICTIONARY_SURNAME}, -1}, + {"Sholokhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zerotin", 1, {DICTIONARY_SURNAME}, -1}, + {"Calvert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Steinkogler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonnie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zanobi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abreu", 1, {DICTIONARY_SURNAME}, -1}, + {"Frenz", 1, {DICTIONARY_SURNAME}, -1}, + {"Belyakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Arvidsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Petyt", 1, {DICTIONARY_SURNAME}, -1}, + {"Keith", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pring", 1, {DICTIONARY_SURNAME}, -1}, + {"Alyson", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varlamos", 1, {DICTIONARY_SURNAME}, -1}, + {"DeBruin", 1, {DICTIONARY_SURNAME}, -1}, + {"Künneth", 1, {DICTIONARY_SURNAME}, -1}, + {"Rothemund", 1, {DICTIONARY_SURNAME}, -1}, + {"Çakmak", 1, {DICTIONARY_SURNAME}, -1}, + {"Allemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Pippa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Whithed", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Leck", 1, {DICTIONARY_SURNAME}, -1}, + {"McPeak", 1, {DICTIONARY_SURNAME}, -1}, + {"Honigmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonier", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Małgorzata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wojtyła", 1, {DICTIONARY_SURNAME}, -1}, + {"Distel", 1, {DICTIONARY_SURNAME}, -1}, + {"Parlett", 1, {DICTIONARY_SURNAME}, -1}, + {"Ki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dukes", 1, {DICTIONARY_SURNAME}, -1}, + {"Walcker", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolosov", 1, {DICTIONARY_SURNAME}, -1}, + {"MacPhee", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunn", 1, {DICTIONARY_SURNAME}, -1}, + {"Acquistapace", 1, {DICTIONARY_SURNAME}, -1}, + {"Farrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kassar", 1, {DICTIONARY_SURNAME}, -1}, + {"Oppong", 1, {DICTIONARY_SURNAME}, -1}, + {"sonic drive-in", 1, {DICTIONARY_CHAIN}, 236}, + {"Tokiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mutlu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"b p i", 1, {DICTIONARY_CHAIN}, 84}, + {"Schiappacasse", 1, {DICTIONARY_SURNAME}, -1}, + {"Covaci", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheldon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ovitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Cox", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikolić", 1, {DICTIONARY_SURNAME}, -1}, + {"Dijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Appert", 1, {DICTIONARY_SURNAME}, -1}, + {"Éadbhard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó Ciardha", 1, {DICTIONARY_SURNAME}, -1}, + {"Banu Hashim", 1, {DICTIONARY_SURNAME}, -1}, + {"Horák", 1, {DICTIONARY_SURNAME}, -1}, + {"Janke", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajjar", 1, {DICTIONARY_SURNAME}, -1}, + {"Tournier", 1, {DICTIONARY_SURNAME}, -1}, + {"Udoh", 1, {DICTIONARY_SURNAME}, -1}, + {"Dayna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gözde", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petelski", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Breedam", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolter", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rolanda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weary", 1, {DICTIONARY_SURNAME}, -1}, + {"Okosun", 1, {DICTIONARY_SURNAME}, -1}, + {"Zarqawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Plecnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamala", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Macrides", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegg", 1, {DICTIONARY_SURNAME}, -1}, + {"family dollars", 1, {DICTIONARY_CHAIN}, 134}, + {"Costly", 1, {DICTIONARY_SURNAME}, -1}, + {"Eaude", 1, {DICTIONARY_SURNAME}, -1}, + {"Kōhei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adepitan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruud", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Castigliano", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlatko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Covey", 1, {DICTIONARY_SURNAME}, -1}, + {"Chihab", 1, {DICTIONARY_SURNAME}, -1}, + {"Boutroux", 1, {DICTIONARY_SURNAME}, -1}, + {"Oppelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Piglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Verhoyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Okada", 1, {DICTIONARY_SURNAME}, -1}, + {"Clinkard", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicioso", 1, {DICTIONARY_SURNAME}, -1}, + {"Wadke", 1, {DICTIONARY_SURNAME}, -1}, + {"Apáthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Inez", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rushby", 1, {DICTIONARY_SURNAME}, -1}, + {"La Barré", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunenori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Uasal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stittle", 1, {DICTIONARY_SURNAME}, -1}, + {"Broadnax", 1, {DICTIONARY_SURNAME}, -1}, + {"Pepperell", 1, {DICTIONARY_SURNAME}, -1}, + {"Václavík", 1, {DICTIONARY_SURNAME}, -1}, + {"Von der Lippen", 1, {DICTIONARY_SURNAME}, -1}, + {"Reynald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duer", 1, {DICTIONARY_SURNAME}, -1}, + {"Axon", 1, {DICTIONARY_SURNAME}, -1}, + {"Labine", 1, {DICTIONARY_SURNAME}, -1}, + {"Grabert", 1, {DICTIONARY_SURNAME}, -1}, + {"Assheton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Blondeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Apostolović", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipketer", 1, {DICTIONARY_SURNAME}, -1}, + {"Grímsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Santaniello", 1, {DICTIONARY_SURNAME}, -1}, + {"Myrtenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Villate", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyalichka", 1, {DICTIONARY_SURNAME}, -1}, + {"Akre", 1, {DICTIONARY_SURNAME}, -1}, + {"Bucknill", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanonaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Clemmons", 1, {DICTIONARY_SURNAME}, -1}, + {"Hessler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ketil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Göransson", 1, {DICTIONARY_SURNAME}, -1}, + {"Wittkower", 1, {DICTIONARY_SURNAME}, -1}, + {"Švedas", 1, {DICTIONARY_SURNAME}, -1}, + {"Naohiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Livock", 1, {DICTIONARY_SURNAME}, -1}, + {"wa-wa", 1, {DICTIONARY_CHAIN}, 268}, + {"Jackie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bodner", 1, {DICTIONARY_SURNAME}, -1}, + {"bankia", 1, {DICTIONARY_CHAIN}, -1}, + {"Yasuaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rajinder", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Braheny", 1, {DICTIONARY_SURNAME}, -1}, + {"McCahill", 1, {DICTIONARY_SURNAME}, -1}, + {"Waszkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Quli", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Farahani", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitabayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cristiano", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Olcayto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Matheus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Carol", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Habtamu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sune", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Furrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kakehashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Soejima", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhmerov", 1, {DICTIONARY_SURNAME}, -1}, + {"Keisler", 1, {DICTIONARY_SURNAME}, -1}, + {"Saldaña", 1, {DICTIONARY_SURNAME}, -1}, + {"Frowde", 1, {DICTIONARY_SURNAME}, -1}, + {"Chintulov", 1, {DICTIONARY_SURNAME}, -1}, + {"Martina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCorduck", 1, {DICTIONARY_SURNAME}, -1}, + {"Amusan", 1, {DICTIONARY_SURNAME}, -1}, + {"Perschy", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidekazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bottaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Quandt", 1, {DICTIONARY_SURNAME}, -1}, + {"Azzini", 1, {DICTIONARY_SURNAME}, -1}, + {"Mercator", 1, {DICTIONARY_SURNAME}, -1}, + {"Onwatuegwu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotobuki", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bieber", 1, {DICTIONARY_SURNAME}, -1}, + {"Mariano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Danner", 1, {DICTIONARY_SURNAME}, -1}, + {"Liudvikas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruffalo", 1, {DICTIONARY_SURNAME}, -1}, + {"agip", 1, {DICTIONARY_CHAIN}, -1}, + {"Rita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pierre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hisaakira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"j c penney", 1, {DICTIONARY_CHAIN}, 165}, + {"Jawahir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Klobuchar", 1, {DICTIONARY_SURNAME}, -1}, + {"Hewitson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamptey", 1, {DICTIONARY_SURNAME}, -1}, + {"Threadgill", 1, {DICTIONARY_SURNAME}, -1}, + {"Zanardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomeju", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kwambai", 1, {DICTIONARY_SURNAME}, -1}, + {"joe's crab shack", 1, {DICTIONARY_CHAIN}, -1}, + {"Yoshika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mostyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ransdell", 1, {DICTIONARY_SURNAME}, -1}, + {"Radjabov", 1, {DICTIONARY_SURNAME}, -1}, + {"Levenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Alonzo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Varsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Naruto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Lusardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Apter", 1, {DICTIONARY_SURNAME}, -1}, + {"Clibburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Bondevik", 1, {DICTIONARY_SURNAME}, -1}, + {"motel six", 1, {DICTIONARY_CHAIN}, 186}, + {"Einzbern", 1, {DICTIONARY_SURNAME}, -1}, + {"Rahmberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Machin", 1, {DICTIONARY_SURNAME}, -1}, + {"Najibullah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hawker", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Haaften", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivier", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhett", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Werdyger", 1, {DICTIONARY_SURNAME}, -1}, + {"Anghel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Drebbel", 1, {DICTIONARY_SURNAME}, -1}, + {"Muster", 1, {DICTIONARY_SURNAME}, -1}, + {"McGourty", 1, {DICTIONARY_SURNAME}, -1}, + {"Latife", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCoo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vítor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kuteli", 1, {DICTIONARY_SURNAME}, -1}, + {"Arvydas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Vleet", 1, {DICTIONARY_SURNAME}, -1}, + {"Manis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Beaudry", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackney", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorm", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellemare", 1, {DICTIONARY_SURNAME}, -1}, + {"Demura", 1, {DICTIONARY_SURNAME}, -1}, + {"Waldschmidt", 1, {DICTIONARY_SURNAME}, -1}, + {"Adela", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nagabuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Antoniychuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Gullett", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Struijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Juan Diego", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blatter", 1, {DICTIONARY_SURNAME}, -1}, + {"Maggie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rovensky", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Mulligen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kjeld", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Horlick", 1, {DICTIONARY_SURNAME}, -1}, + {"Carbutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Abazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Linklater", 1, {DICTIONARY_SURNAME}, -1}, + {"MacKinley", 1, {DICTIONARY_SURNAME}, -1}, + {"Nutahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Lecocq", 1, {DICTIONARY_SURNAME}, -1}, + {"Perugini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ratzenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Asakawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Maddipoti", 1, {DICTIONARY_SURNAME}, -1}, + {"Dotrice", 1, {DICTIONARY_SURNAME}, -1}, + {"Standish", 1, {DICTIONARY_SURNAME}, -1}, + {"Drees", 1, {DICTIONARY_SURNAME}, -1}, + {"Matejko", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitrohin", 1, {DICTIONARY_SURNAME}, -1}, + {"Matheson", 1, {DICTIONARY_SURNAME}, -1}, + {"Funayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Maria Louise", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Purdy", 1, {DICTIONARY_SURNAME}, -1}, + {"Genest", 1, {DICTIONARY_SURNAME}, -1}, + {"Artyom", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saylor", 1, {DICTIONARY_SURNAME}, -1}, + {"Szabolcs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aguzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nishani", 1, {DICTIONARY_SURNAME}, -1}, + {"Marquito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lavaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Husband", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallikainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Holden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Speicher", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Mourik", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanoje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heli", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trye", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsuya", 1, {DICTIONARY_SURNAME}, -1}, + {"Ocwirk", 1, {DICTIONARY_SURNAME}, -1}, + {"Luay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ye-ji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Väli-Klemelä", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoo", 1, {DICTIONARY_SURNAME}, -1}, + {"Phiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Balzac", 1, {DICTIONARY_SURNAME}, -1}, + {"Salara tribe", 1, {DICTIONARY_SURNAME}, -1}, + {"Beresford", 1, {DICTIONARY_SURNAME}, -1}, + {"Guégan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bibb", 1, {DICTIONARY_SURNAME}, -1}, + {"Baxandall", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajavon", 1, {DICTIONARY_SURNAME}, -1}, + {"Visweswaran", 1, {DICTIONARY_SURNAME}, -1}, + {"Ursi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jewesbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Faizan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maciek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flynn", 1, {DICTIONARY_SURNAME}, -1}, + {"Anatolius", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alecsandri", 1, {DICTIONARY_SURNAME}, -1}, + {"Frumkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Larco", 1, {DICTIONARY_SURNAME}, -1}, + {"Negus", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gysel", 1, {DICTIONARY_SURNAME}, -1}, + {"McCowen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gučetić", 1, {DICTIONARY_SURNAME}, -1}, + {"Golds", 1, {DICTIONARY_SURNAME}, -1}, + {"Sveum", 1, {DICTIONARY_SURNAME}, -1}, + {"boston markets", 1, {DICTIONARY_CHAIN}, 82}, + {"costa coffee", 1, {DICTIONARY_CHAIN}, -1}, + {"Verizhnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Apuzzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Tabata", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahadur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdenour", 1, {DICTIONARY_SURNAME}, -1}, + {"Lupescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vento", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunin", 1, {DICTIONARY_SURNAME}, -1}, + {"Haddrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Fionnghuala", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vereker", 1, {DICTIONARY_SURNAME}, -1}, + {"Valadzyankow", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackereth", 1, {DICTIONARY_SURNAME}, -1}, + {"Brzechwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Helmanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Helyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hurtado", 1, {DICTIONARY_SURNAME}, -1}, + {"Wettenhall", 1, {DICTIONARY_SURNAME}, -1}, + {"England", 1, {DICTIONARY_SURNAME}, -1}, + {"Cowley", 1, {DICTIONARY_SURNAME}, -1}, + {"Robredo", 1, {DICTIONARY_SURNAME}, -1}, + {"Conybeare", 1, {DICTIONARY_SURNAME}, -1}, + {"Gastélum", 1, {DICTIONARY_SURNAME}, -1}, + {"Gadarn", 1, {DICTIONARY_SURNAME}, -1}, + {"Raizada", 1, {DICTIONARY_SURNAME}, -1}, + {"Viswambharan", 1, {DICTIONARY_SURNAME}, -1}, + {"Wybieralski", 1, {DICTIONARY_SURNAME}, -1}, + {"Valovič", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirsh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Poke", 1, {DICTIONARY_SURNAME}, -1}, + {"Vehmanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Dumas", 1, {DICTIONARY_SURNAME}, -1}, + {"Viveiros", 1, {DICTIONARY_SURNAME}, -1}, + {"Predoiu", 1, {DICTIONARY_SURNAME}, -1}, + {"Reagan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Barbarin", 1, {DICTIONARY_SURNAME}, -1}, + {"McClurkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Darrick", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bough", 1, {DICTIONARY_SURNAME}, -1}, + {"Pereira", 1, {DICTIONARY_SURNAME}, -1}, + {"Odebrecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Qayyum", 1, {DICTIONARY_SURNAME}, -1}, + {"Geoffrey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gijsbert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Munteanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Voudouris", 1, {DICTIONARY_SURNAME}, -1}, + {"Otha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dinç", 1, {DICTIONARY_SURNAME}, -1}, + {"Wight", 1, {DICTIONARY_SURNAME}, -1}, + {"Revivo", 1, {DICTIONARY_SURNAME}, -1}, + {"Maresa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Summerfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Venturini", 1, {DICTIONARY_SURNAME}, -1}, + {"Muslim Khatris", 1, {DICTIONARY_SURNAME}, -1}, + {"Artamonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aytaç", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Drescher", 1, {DICTIONARY_SURNAME}, -1}, + {"Akman", 1, {DICTIONARY_SURNAME}, -1}, + {"Rafiq", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nyako", 1, {DICTIONARY_SURNAME}, -1}, + {"Rissone", 1, {DICTIONARY_SURNAME}, -1}, + {"De Santana", 1, {DICTIONARY_SURNAME}, -1}, + {"Warde", 1, {DICTIONARY_SURNAME}, -1}, + {"Akramov", 1, {DICTIONARY_SURNAME}, -1}, + {"DeySarkar", 1, {DICTIONARY_SURNAME}, -1}, + {"Király", 1, {DICTIONARY_SURNAME}, -1}, + {"Dipiazza", 1, {DICTIONARY_SURNAME}, -1}, + {"Sommaruga", 1, {DICTIONARY_SURNAME}, -1}, + {"Lučić", 1, {DICTIONARY_SURNAME}, -1}, + {"in-and-outs", 1, {DICTIONARY_CHAIN}, 158}, + {"Lecavalier", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoberman", 1, {DICTIONARY_SURNAME}, -1}, + {"Sevinç", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koech", 1, {DICTIONARY_SURNAME}, -1}, + {"Bewley", 1, {DICTIONARY_SURNAME}, -1}, + {"Laka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Normcharoen", 1, {DICTIONARY_SURNAME}, -1}, + {"Soo-yeon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akister", 1, {DICTIONARY_SURNAME}, -1}, + {"Cori", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Orazio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Lepistö", 1, {DICTIONARY_SURNAME}, -1}, + {"Breeden", 1, {DICTIONARY_SURNAME}, -1}, + {"Multhaup", 1, {DICTIONARY_SURNAME}, -1}, + {"Dell'Acqua", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharrock", 1, {DICTIONARY_SURNAME}, -1}, + {"Morinaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Pares", 1, {DICTIONARY_SURNAME}, -1}, + {"Julietta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Weissenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Auchincloss", 1, {DICTIONARY_SURNAME}, -1}, + {"Aglukark", 1, {DICTIONARY_SURNAME}, -1}, + {"Gomolko", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadnot", 1, {DICTIONARY_SURNAME}, -1}, + {"Morven", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Laere", 1, {DICTIONARY_SURNAME}, -1}, + {"Murtaza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Holmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Markiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Výtisk", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirzoyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Žižek", 1, {DICTIONARY_SURNAME}, -1}, + {"Vekstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Narkis", 1, {DICTIONARY_SURNAME}, -1}, + {"Buzaglo", 1, {DICTIONARY_SURNAME}, -1}, + {"hsbcs", 1, {DICTIONARY_CHAIN}, 154}, + {"Hannu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brodhead", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Hamid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Coiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Heri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hahnemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Njie", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasmin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leary", 1, {DICTIONARY_SURNAME}, -1}, + {"holiday inn express", 1, {DICTIONARY_CHAIN}, -1}, + {"Pritikin", 1, {DICTIONARY_SURNAME}, -1}, + {"Weylandt", 1, {DICTIONARY_SURNAME}, -1}, + {"Doniach", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrol", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akoitai", 1, {DICTIONARY_SURNAME}, -1}, + {"Petermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlos Henrique", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Resendes", 1, {DICTIONARY_SURNAME}, -1}, + {"Iggulden", 1, {DICTIONARY_SURNAME}, -1}, + {"Woo-sung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McAllester", 1, {DICTIONARY_SURNAME}, -1}, + {"Palmgreen", 1, {DICTIONARY_SURNAME}, -1}, + {"Burgstaller", 1, {DICTIONARY_SURNAME}, -1}, + {"Davidge", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rockmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Shanzay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Carlos", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hannay", 1, {DICTIONARY_SURNAME}, -1}, + {"Chie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Le Compte", 1, {DICTIONARY_SURNAME}, -1}, + {"Dietzel", 1, {DICTIONARY_SURNAME}, -1}, + {"Lutring", 1, {DICTIONARY_SURNAME}, -1}, + {"Āboltiņa", 1, {DICTIONARY_SURNAME}, -1}, + {"Orkut", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brabham", 1, {DICTIONARY_SURNAME}, -1}, + {"Consalvi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mathauda", 1, {DICTIONARY_SURNAME}, -1}, + {"Mako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lindsay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eisner", 1, {DICTIONARY_SURNAME}, -1}, + {"Selig", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abakumov", 1, {DICTIONARY_SURNAME}, -1}, + {"Daitokuji", 1, {DICTIONARY_SURNAME}, -1}, + {"Arora", 1, {DICTIONARY_SURNAME}, -1}, + {"Barla", 1, {DICTIONARY_SURNAME}, -1}, + {"Hideyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pyrah", 1, {DICTIONARY_SURNAME}, -1}, + {"Arveladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Fain", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Fudd", 1, {DICTIONARY_SURNAME}, -1}, + {"Picot", 1, {DICTIONARY_SURNAME}, -1}, + {"Timofey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hyun-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Prommegger", 1, {DICTIONARY_SURNAME}, -1}, + {"Coppini", 1, {DICTIONARY_SURNAME}, -1}, + {"Dankner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilkman", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiralongo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hjorth", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyshinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Vellido", 1, {DICTIONARY_SURNAME}, -1}, + {"Akubuike", 1, {DICTIONARY_SURNAME}, -1}, + {"Kostra", 1, {DICTIONARY_SURNAME}, -1}, + {"Schürmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Wharton", 1, {DICTIONARY_SURNAME}, -1}, + {"Barkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Rakesh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Piccolomini", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Smalley", 1, {DICTIONARY_SURNAME}, -1}, + {"Buglass", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guiot", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Legat", 1, {DICTIONARY_SURNAME}, -1}, + {"Shirakata", 1, {DICTIONARY_SURNAME}, -1}, + {"Finer", 1, {DICTIONARY_SURNAME}, -1}, + {"Chimet", 1, {DICTIONARY_SURNAME}, -1}, + {"Cristea", 1, {DICTIONARY_SURNAME}, -1}, + {"Bylandt", 1, {DICTIONARY_SURNAME}, -1}, + {"McCaleb", 1, {DICTIONARY_SURNAME}, -1}, + {"Brazill", 1, {DICTIONARY_SURNAME}, -1}, + {"Buber", 1, {DICTIONARY_SURNAME}, -1}, + {"Phillippo", 1, {DICTIONARY_SURNAME}, -1}, + {"Yukari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Paul-Antoine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McAnena", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaplický", 1, {DICTIONARY_SURNAME}, -1}, + {"Borovoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Voelz", 1, {DICTIONARY_SURNAME}, -1}, + {"Clarke", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Seo-hyeon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kensuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ozuna", 1, {DICTIONARY_SURNAME}, -1}, + {"Xiaomin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vicent", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tkalec", 1, {DICTIONARY_SURNAME}, -1}, + {"Gengler", 1, {DICTIONARY_SURNAME}, -1}, + {"Eppenhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Brochard", 1, {DICTIONARY_SURNAME}, -1}, + {"Mártan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bellison", 1, {DICTIONARY_SURNAME}, -1}, + {"Rawsthorne", 1, {DICTIONARY_SURNAME}, -1}, + {"Clavell", 1, {DICTIONARY_SURNAME}, -1}, + {"Bongers", 1, {DICTIONARY_SURNAME}, -1}, + {"Krips", 1, {DICTIONARY_SURNAME}, -1}, + {"Takuo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seyhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sekula", 1, {DICTIONARY_SURNAME}, -1}, + {"Freudenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Dreyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerstäcker", 1, {DICTIONARY_SURNAME}, -1}, + {"Raven", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vicat Cole", 1, {DICTIONARY_SURNAME}, -1}, + {"Jalali", 1, {DICTIONARY_SURNAME}, -1}, + {"Roxy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koridze", 1, {DICTIONARY_SURNAME}, -1}, + {"Dayes", 1, {DICTIONARY_SURNAME}, -1}, + {"Yu", 1, {DICTIONARY_SURNAME}, -1}, + {"Stroop", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomić", 1, {DICTIONARY_SURNAME}, -1}, + {"Aspelund", 1, {DICTIONARY_SURNAME}, -1}, + {"Cary", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shalit", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Belle", 1, {DICTIONARY_SURNAME}, -1}, + {"Lubratich", 1, {DICTIONARY_SURNAME}, -1}, + {"Carbo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellner", 1, {DICTIONARY_SURNAME}, -1}, + {"Drybrough", 1, {DICTIONARY_SURNAME}, -1}, + {"Muratov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zacharias", 1, {DICTIONARY_SURNAME}, -1}, + {"Irene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carleen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Eyck", 1, {DICTIONARY_SURNAME}, -1}, + {"Fragonard", 1, {DICTIONARY_SURNAME}, -1}, + {"Ojdanić", 1, {DICTIONARY_SURNAME}, -1}, + {"Dreifuss", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallorani", 1, {DICTIONARY_SURNAME}, -1}, + {"Kang", 1, {DICTIONARY_SURNAME}, -1}, + {"Yohan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loitzl", 1, {DICTIONARY_SURNAME}, -1}, + {"Persson", 1, {DICTIONARY_SURNAME}, -1}, + {"Rau", 1, {DICTIONARY_SURNAME}, -1}, + {"Leonowens", 1, {DICTIONARY_SURNAME}, -1}, + {"Fagg", 1, {DICTIONARY_SURNAME}, -1}, + {"Daudet", 1, {DICTIONARY_SURNAME}, -1}, + {"Villafuerte", 1, {DICTIONARY_SURNAME}, -1}, + {"Trewartha", 1, {DICTIONARY_SURNAME}, -1}, + {"Malla", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalischer", 1, {DICTIONARY_SURNAME}, -1}, + {"Satoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mingxia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jobim", 1, {DICTIONARY_SURNAME}, -1}, + {"Feilman", 1, {DICTIONARY_SURNAME}, -1}, + {"Palomo", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuckwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Alabakoski", 1, {DICTIONARY_SURNAME}, -1}, + {"Slater", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharlene", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Burruni", 1, {DICTIONARY_SURNAME}, -1}, + {"Keown", 1, {DICTIONARY_SURNAME}, -1}, + {"Ágústsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vagen", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiske", 1, {DICTIONARY_SURNAME}, -1}, + {"Morton", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajiyiming", 1, {DICTIONARY_SURNAME}, -1}, + {"McWaters", 1, {DICTIONARY_SURNAME}, -1}, + {"Dugès", 1, {DICTIONARY_SURNAME}, -1}, + {"Adikalar", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekwunife", 1, {DICTIONARY_SURNAME}, -1}, + {"Manjula", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sigmund", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lagacé", 1, {DICTIONARY_SURNAME}, -1}, + {"Okoye", 1, {DICTIONARY_SURNAME}, -1}, + {"Desautels", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaja", 1, {DICTIONARY_SURNAME}, -1}, + {"Kagesada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lunge", 1, {DICTIONARY_SURNAME}, -1}, + {"Hotaling", 1, {DICTIONARY_SURNAME}, -1}, + {"Aasland", 1, {DICTIONARY_SURNAME}, -1}, + {"Welser", 1, {DICTIONARY_SURNAME}, -1}, + {"Del Borgo", 1, {DICTIONARY_SURNAME}, -1}, + {"Zubkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Stinchcomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherkezishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Scaglione", 1, {DICTIONARY_SURNAME}, -1}, + {"Tapscott", 1, {DICTIONARY_SURNAME}, -1}, + {"Saunders", 1, {DICTIONARY_SURNAME}, -1}, + {"Gubenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Tariyal", 1, {DICTIONARY_SURNAME}, -1}, + {"Verstegen", 1, {DICTIONARY_SURNAME}, -1}, + {"Meliton", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Morio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bair", 1, {DICTIONARY_SURNAME}, -1}, + {"Wintour", 1, {DICTIONARY_SURNAME}, -1}, + {"Dashwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Portnov", 1, {DICTIONARY_SURNAME}, -1}, + {"Paule", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Towell", 1, {DICTIONARY_SURNAME}, -1}, + {"Hodgkinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Mucenieks", 1, {DICTIONARY_SURNAME}, -1}, + {"Eppridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Bothe", 1, {DICTIONARY_SURNAME}, -1}, + {"Agboluaje", 1, {DICTIONARY_SURNAME}, -1}, + {"Iwan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grosskost", 1, {DICTIONARY_SURNAME}, -1}, + {"Parise", 1, {DICTIONARY_SURNAME}, -1}, + {"Schachtsiek", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacchetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Estrich", 1, {DICTIONARY_SURNAME}, -1}, + {"Eckel", 1, {DICTIONARY_SURNAME}, -1}, + {"Djiyamurodov", 1, {DICTIONARY_SURNAME}, -1}, + {"Villaamil", 1, {DICTIONARY_SURNAME}, -1}, + {"Grzelak", 1, {DICTIONARY_SURNAME}, -1}, + {"Michihiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Khorokhordin", 1, {DICTIONARY_SURNAME}, -1}, + {"Machingal", 1, {DICTIONARY_SURNAME}, -1}, + {"Booher", 1, {DICTIONARY_SURNAME}, -1}, + {"Karas", 1, {DICTIONARY_SURNAME}, -1}, + {"Osvold", 1, {DICTIONARY_SURNAME}, -1}, + {"Veerendranath", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerdt", 1, {DICTIONARY_SURNAME}, -1}, + {"Mortensen", 1, {DICTIONARY_SURNAME}, -1}, + {"Eyston", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-ae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chiziwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Rohrbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasper", 1, {DICTIONARY_SURNAME}, -1}, + {"Buemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbondanzieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Nanci", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hirohisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achik", 1, {DICTIONARY_SURNAME}, -1}, + {"Agamben", 1, {DICTIONARY_SURNAME}, -1}, + {"Barrowman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandekeybus", 1, {DICTIONARY_SURNAME}, -1}, + {"Stuart-Wortley", 1, {DICTIONARY_SURNAME}, -1}, + {"Sukehiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ćelović", 1, {DICTIONARY_SURNAME}, -1}, + {"Wangel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawney", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roessler", 1, {DICTIONARY_SURNAME}, -1}, + {"Éric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Abharī", 1, {DICTIONARY_SURNAME}, -1}, + {"Janner", 1, {DICTIONARY_SURNAME}, -1}, + {"Aničić", 1, {DICTIONARY_SURNAME}, -1}, + {"deichmann", 1, {DICTIONARY_CHAIN}, -1}, + {"Olesya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atusa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruderstaller", 1, {DICTIONARY_SURNAME}, -1}, + {"Wangchuk", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gaze", 1, {DICTIONARY_SURNAME}, -1}, + {"Suhail", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Urbanek", 1, {DICTIONARY_SURNAME}, -1}, + {"Hollingbery", 1, {DICTIONARY_SURNAME}, -1}, + {"Toyoda", 1, {DICTIONARY_SURNAME}, -1}, + {"Mucheleng'anga", 1, {DICTIONARY_SURNAME}, -1}, + {"Licheli", 1, {DICTIONARY_SURNAME}, -1}, + {"Bauberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Alperstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Aitson", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavaco", 1, {DICTIONARY_SURNAME}, -1}, + {"Andriamanjato", 1, {DICTIONARY_SURNAME}, -1}, + {"Ion", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akherbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigoreaux", 1, {DICTIONARY_SURNAME}, -1}, + {"De Bray", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Heybroek", 1, {DICTIONARY_SURNAME}, -1}, + {"Akisada", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ossowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Anas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mittermaier", 1, {DICTIONARY_SURNAME}, -1}, + {"Giménez", 1, {DICTIONARY_SURNAME}, -1}, + {"Seol", 1, {DICTIONARY_SURNAME}, -1}, + {"Trettner", 1, {DICTIONARY_SURNAME}, -1}, + {"Cazacu", 1, {DICTIONARY_SURNAME}, -1}, + {"Verpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-yoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thibodeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Léandri", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajmeri", 1, {DICTIONARY_SURNAME}, -1}, + {"Keleti", 1, {DICTIONARY_SURNAME}, -1}, + {"Burrard", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Maoláin", 1, {DICTIONARY_SURNAME}, -1}, + {"Klauber", 1, {DICTIONARY_SURNAME}, -1}, + {"Varela", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehndorff", 1, {DICTIONARY_SURNAME}, -1}, + {"Valiparambil", 1, {DICTIONARY_SURNAME}, -1}, + {"Kichise", 1, {DICTIONARY_SURNAME}, -1}, + {"Mushtaq", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vlassov", 1, {DICTIONARY_SURNAME}, -1}, + {"Slavoljub", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wakai", 1, {DICTIONARY_SURNAME}, -1}, + {"Adey", 1, {DICTIONARY_SURNAME}, -1}, + {"Klock", 1, {DICTIONARY_SURNAME}, -1}, + {"Uberto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stapley", 1, {DICTIONARY_SURNAME}, -1}, + {"Winchcombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Schønemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Xiaowu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bostock", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinnichenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawley", 1, {DICTIONARY_SURNAME}, -1}, + {"Davide", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Whetstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajala", 1, {DICTIONARY_SURNAME}, -1}, + {"Akagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Alfonseca", 1, {DICTIONARY_SURNAME}, -1}, + {"Salmon", 1, {DICTIONARY_SURNAME}, -1}, + {"Fantoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Abiteboul", 1, {DICTIONARY_SURNAME}, -1}, + {"Shymko", 1, {DICTIONARY_SURNAME}, -1}, + {"Adrovicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Stelter", 1, {DICTIONARY_SURNAME}, -1}, + {"De Jesus", 1, {DICTIONARY_SURNAME}, -1}, + {"Afiouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Milne", 1, {DICTIONARY_SURNAME}, -1}, + {"Siegbahn", 1, {DICTIONARY_SURNAME}, -1}, + {"Macara", 1, {DICTIONARY_SURNAME}, -1}, + {"McJulien", 1, {DICTIONARY_SURNAME}, -1}, + {"Davoodi", 1, {DICTIONARY_SURNAME}, -1}, + {"Chinua", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruggiero", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mohy al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Meskhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Takaishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Padilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Rainville", 1, {DICTIONARY_SURNAME}, -1}, + {"Viglianti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vemić", 1, {DICTIONARY_SURNAME}, -1}, + {"Karimäki", 1, {DICTIONARY_SURNAME}, -1}, + {"Scherner", 1, {DICTIONARY_SURNAME}, -1}, + {"Caplan", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldthorpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Noriyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vahl", 1, {DICTIONARY_SURNAME}, -1}, + {"McKillen", 1, {DICTIONARY_SURNAME}, -1}, + {"Terzaghi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitezović", 1, {DICTIONARY_SURNAME}, -1}, + {"Branco", 1, {DICTIONARY_SURNAME}, -1}, + {"steak 'n shakes", 1, {DICTIONARY_CHAIN}, 241}, + {"Aftel", 1, {DICTIONARY_SURNAME}, -1}, + {"Snodgrass", 1, {DICTIONARY_SURNAME}, -1}, + {"Vagelis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hatcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Voreadis", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Michel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elkanah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Runitsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristjan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nabavi", 1, {DICTIONARY_SURNAME}, -1}, + {"Arlo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Knudtzon", 1, {DICTIONARY_SURNAME}, -1}, + {"Littleton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tennant", 1, {DICTIONARY_SURNAME}, -1}, + {"Daniels", 1, {DICTIONARY_SURNAME}, -1}, + {"dollar trees", 1, {DICTIONARY_CHAIN}, 127}, + {"Bo-yeon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"van Rossum", 1, {DICTIONARY_SURNAME}, -1}, + {"Somby", 1, {DICTIONARY_SURNAME}, -1}, + {"Hager", 1, {DICTIONARY_SURNAME}, -1}, + {"Milena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kunihisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cafesjian", 1, {DICTIONARY_SURNAME}, -1}, + {"Monroe", 1, {DICTIONARY_SURNAME}, -1}, + {"Tüfekçi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mariska", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moshkovich", 1, {DICTIONARY_SURNAME}, -1}, + {"McMoneagle", 1, {DICTIONARY_SURNAME}, -1}, + {"Bothmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Joel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gaarder", 1, {DICTIONARY_SURNAME}, -1}, + {"Naumoski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hermida", 1, {DICTIONARY_SURNAME}, -1}, + {"De Lint", 1, {DICTIONARY_SURNAME}, -1}, + {"Larner", 1, {DICTIONARY_SURNAME}, -1}, + {"Okakura", 1, {DICTIONARY_SURNAME}, -1}, + {"Magruder", 1, {DICTIONARY_SURNAME}, -1}, + {"Brisiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Jachowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsuura", 1, {DICTIONARY_SURNAME}, -1}, + {"Soon-ja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haggart", 1, {DICTIONARY_SURNAME}, -1}, + {"Hermas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anzor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Antwi", 1, {DICTIONARY_SURNAME}, -1}, + {"Buck", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jérémy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lahman", 1, {DICTIONARY_SURNAME}, -1}, + {"Adippe", 1, {DICTIONARY_SURNAME}, -1}, + {"Garnier", 1, {DICTIONARY_SURNAME}, -1}, + {"Pamulaparthi", 1, {DICTIONARY_SURNAME}, -1}, + {"Moldenhauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomašević", 1, {DICTIONARY_SURNAME}, -1}, + {"Fulci", 1, {DICTIONARY_SURNAME}, -1}, + {"Heyman", 1, {DICTIONARY_SURNAME}, -1}, + {"Despard", 1, {DICTIONARY_SURNAME}, -1}, + {"Adwent", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Ramm", 1, {DICTIONARY_SURNAME}, -1}, + {"Ludmila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vetter", 1, {DICTIONARY_SURNAME}, -1}, + {"Malki", 1, {DICTIONARY_SURNAME}, -1}, + {"Kivuvu", 1, {DICTIONARY_SURNAME}, -1}, + {"Akifusa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zerk", 1, {DICTIONARY_SURNAME}, -1}, + {"Sesay", 1, {DICTIONARY_SURNAME}, -1}, + {"Keilberth", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaruzelski", 1, {DICTIONARY_SURNAME}, -1}, + {"MacShane", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlassenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Naomichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Albrecht", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Veisor", 1, {DICTIONARY_SURNAME}, -1}, + {"Cromartie", 1, {DICTIONARY_SURNAME}, -1}, + {"Barsamyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinneen", 1, {DICTIONARY_SURNAME}, -1}, + {"Moyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Boikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Holzman", 1, {DICTIONARY_SURNAME}, -1}, + {"Weed", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashman", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboul Gheit", 1, {DICTIONARY_SURNAME}, -1}, + {"Kugimiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Rein", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abujamra", 1, {DICTIONARY_SURNAME}, -1}, + {"Poli", 1, {DICTIONARY_SURNAME}, -1}, + {"Greatrex", 1, {DICTIONARY_SURNAME}, -1}, + {"Garibashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Admassu", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwann", 1, {DICTIONARY_SURNAME}, -1}, + {"Barleycorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamoriello", 1, {DICTIONARY_SURNAME}, -1}, + {"Clan MacDougall", 1, {DICTIONARY_SURNAME}, -1}, + {"Darius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Huster", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshinobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ballenger", 1, {DICTIONARY_SURNAME}, -1}, + {"Penick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vacarciuc", 1, {DICTIONARY_SURNAME}, -1}, + {"Loosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaia", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cantarini", 1, {DICTIONARY_SURNAME}, -1}, + {"honda", 1, {DICTIONARY_CHAIN}, -1}, + {"Van Fraassen", 1, {DICTIONARY_SURNAME}, -1}, + {"Rappani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krawiec", 1, {DICTIONARY_SURNAME}, -1}, + {"Vébr", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalachnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Olunike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Janikowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Faul", 1, {DICTIONARY_SURNAME}, -1}, + {"Boghossian", 1, {DICTIONARY_SURNAME}, -1}, + {"McMasters", 1, {DICTIONARY_SURNAME}, -1}, + {"Cachalia", 1, {DICTIONARY_SURNAME}, -1}, + {"Vivarini", 1, {DICTIONARY_SURNAME}, -1}, + {"Stamper", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerges", 1, {DICTIONARY_SURNAME}, -1}, + {"Shōgo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gilliland", 1, {DICTIONARY_SURNAME}, -1}, + {"Cootes", 1, {DICTIONARY_SURNAME}, -1}, + {"Mlynář", 1, {DICTIONARY_SURNAME}, -1}, + {"Afeaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagl", 1, {DICTIONARY_SURNAME}, -1}, + {"Peg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ankalamma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greenough", 1, {DICTIONARY_SURNAME}, -1}, + {"Balta", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeniken", 1, {DICTIONARY_SURNAME}, -1}, + {"Aardsma", 1, {DICTIONARY_SURNAME}, -1}, + {"Vergeer", 1, {DICTIONARY_SURNAME}, -1}, + {"Duffy", 1, {DICTIONARY_SURNAME}, -1}, + {"Rottmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Woronin", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaad", 1, {DICTIONARY_SURNAME}, -1}, + {"Negoiţescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hersee", 1, {DICTIONARY_SURNAME}, -1}, + {"Chas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aptekar", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanberry", 1, {DICTIONARY_SURNAME}, -1}, + {"Uwatse", 1, {DICTIONARY_SURNAME}, -1}, + {"Nida-Rümelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tinkham", 1, {DICTIONARY_SURNAME}, -1}, + {"Castell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderpool", 1, {DICTIONARY_SURNAME}, -1}, + {"Škoch", 1, {DICTIONARY_SURNAME}, -1}, + {"Roepke", 1, {DICTIONARY_SURNAME}, -1}, + {"Weiz", 1, {DICTIONARY_SURNAME}, -1}, + {"Godfried", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krugel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedden", 1, {DICTIONARY_SURNAME}, -1}, + {"Otome", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cederblom", 1, {DICTIONARY_SURNAME}, -1}, + {"Euwe", 1, {DICTIONARY_SURNAME}, -1}, + {"Willard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kajosmaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Gottlob", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lelièvre", 1, {DICTIONARY_SURNAME}, -1}, + {"Kádár", 1, {DICTIONARY_SURNAME}, -1}, + {"Handanovič", 1, {DICTIONARY_SURNAME}, -1}, + {"motel 6s", 1, {DICTIONARY_CHAIN}, 186}, + {"Anerio", 1, {DICTIONARY_SURNAME}, -1}, + {"Bestor", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapsowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodovozov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kusakawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Hubbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Sertor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hassoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Clements", 1, {DICTIONARY_SURNAME}, -1}, + {"Scaravonati", 1, {DICTIONARY_SURNAME}, -1}, + {"McConneloug", 1, {DICTIONARY_SURNAME}, -1}, + {"Arze", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakazawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Collinge", 1, {DICTIONARY_SURNAME}, -1}, + {"Joplin", 1, {DICTIONARY_SURNAME}, -1}, + {"Shkodran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rich", 1, {DICTIONARY_SURNAME}, -1}, + {"Petcu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimmel", 1, {DICTIONARY_SURNAME}, -1}, + {"Olaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Brinkley", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranatunga", 1, {DICTIONARY_SURNAME}, -1}, + {"Geijssen", 1, {DICTIONARY_SURNAME}, -1}, + {"Glancy", 1, {DICTIONARY_SURNAME}, -1}, + {"Kis", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Conner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolkvadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuksich", 1, {DICTIONARY_SURNAME}, -1}, + {"Alekseyenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaïsse", 1, {DICTIONARY_SURNAME}, -1}, + {"Okruashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Rotelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Vimukthi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Buchanan", 1, {DICTIONARY_SURNAME}, -1}, + {"Oddibe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Capuano", 1, {DICTIONARY_SURNAME}, -1}, + {"Totuccio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Markéta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Savicheva", 1, {DICTIONARY_SURNAME}, -1}, + {"Beeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaaffhausen", 1, {DICTIONARY_SURNAME}, -1}, + {"Nezihe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bykov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizcarra", 1, {DICTIONARY_SURNAME}, -1}, + {"Blattner", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahfouz", 1, {DICTIONARY_SURNAME}, -1}, + {"Esdras", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chummy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Burgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Okan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Horatia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baffour", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Šimun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mondale", 1, {DICTIONARY_SURNAME}, -1}, + {"Purser", 1, {DICTIONARY_SURNAME}, -1}, + {"Puschmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Síle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Symons", 1, {DICTIONARY_SURNAME}, -1}, + {"Arindam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harmsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Roumat", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alberoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Ki-moon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zamenhof", 1, {DICTIONARY_SURNAME}, -1}, + {"Matějovský", 1, {DICTIONARY_SURNAME}, -1}, + {"Aftalion", 1, {DICTIONARY_SURNAME}, -1}, + {"Cunnington", 1, {DICTIONARY_SURNAME}, -1}, + {"sprint store", 1, {DICTIONARY_CHAIN}, 239}, + {"Schaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Zenjiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Patey", 1, {DICTIONARY_SURNAME}, -1}, + {"Duryea", 1, {DICTIONARY_SURNAME}, -1}, + {"Willcocks", 1, {DICTIONARY_SURNAME}, -1}, + {"Bissong", 1, {DICTIONARY_SURNAME}, -1}, + {"Redman", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergsträsser", 1, {DICTIONARY_SURNAME}, -1}, + {"Lisa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Enrico", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vullo", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuzurahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Rädler", 1, {DICTIONARY_SURNAME}, -1}, + {"Czarnecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Layada", 1, {DICTIONARY_SURNAME}, -1}, + {"Varbedian", 1, {DICTIONARY_SURNAME}, -1}, + {"Meynert", 1, {DICTIONARY_SURNAME}, -1}, + {"Gayatri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abers", 1, {DICTIONARY_SURNAME}, -1}, + {"Dureau", 1, {DICTIONARY_SURNAME}, -1}, + {"Godbout", 1, {DICTIONARY_SURNAME}, -1}, + {"Finocchiaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Vecsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"sainsburys local", 1, {DICTIONARY_CHAIN}, 225}, + {"Socarides", 1, {DICTIONARY_SURNAME}, -1}, + {"Szajnocha", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatinyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Gururani", 1, {DICTIONARY_SURNAME}, -1}, + {"Besser", 1, {DICTIONARY_SURNAME}, -1}, + {"Minovici", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurley", 1, {DICTIONARY_SURNAME}, -1}, + {"Fryer", 1, {DICTIONARY_SURNAME}, -1}, + {"Eliad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gümüşay", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Reybrouck", 1, {DICTIONARY_SURNAME}, -1}, + {"Johanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hattestad", 1, {DICTIONARY_SURNAME}, -1}, + {"Georgiou", 1, {DICTIONARY_SURNAME}, -1}, + {"Gelgéis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saraswati", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bjarni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aganga", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Stok", 1, {DICTIONARY_SURNAME}, -1}, + {"Marchinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayten", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aldama", 1, {DICTIONARY_SURNAME}, -1}, + {"Johannesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kennelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidamon-Eristavi", 1, {DICTIONARY_SURNAME}, -1}, + {"Anglada", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Rascher", 1, {DICTIONARY_SURNAME}, -1}, + {"Quain", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyriacos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raci", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fathallah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blechman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wepper", 1, {DICTIONARY_SURNAME}, -1}, + {"tj maxxs", 1, {DICTIONARY_CHAIN}, 254}, + {"Patchett", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinbrenner", 1, {DICTIONARY_SURNAME}, -1}, + {"Colfe", 1, {DICTIONARY_SURNAME}, -1}, + {"Brenda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanthourenhout", 1, {DICTIONARY_SURNAME}, -1}, + {"Kecskés", 1, {DICTIONARY_SURNAME}, -1}, + {"Itsuno", 1, {DICTIONARY_SURNAME}, -1}, + {"Güvenç", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Voverienė", 1, {DICTIONARY_SURNAME}, -1}, + {"Verschoor", 1, {DICTIONARY_SURNAME}, -1}, + {"Gianelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabancı", 1, {DICTIONARY_SURNAME}, -1}, + {"Marler", 1, {DICTIONARY_SURNAME}, -1}, + {"Schanz", 1, {DICTIONARY_SURNAME}, -1}, + {"Aimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Campini", 1, {DICTIONARY_SURNAME}, -1}, + {"Azim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nureyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Martynas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grădinaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Kindi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Devold", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Den Daele", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikolaidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Razi", 1, {DICTIONARY_SURNAME}, -1}, + {"McCann", 1, {DICTIONARY_SURNAME}, -1}, + {"Kemys", 1, {DICTIONARY_SURNAME}, -1}, + {"Tetsuya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"ernsting's family", 1, {DICTIONARY_CHAIN}, -1}, + {"Amiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Raybould", 1, {DICTIONARY_SURNAME}, -1}, + {"Brashear", 1, {DICTIONARY_SURNAME}, -1}, + {"Acidwalla", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuoppala", 1, {DICTIONARY_SURNAME}, -1}, + {"Lanman", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavsikakiy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goseling", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abeywickreme", 1, {DICTIONARY_SURNAME}, -1}, + {"Çevik", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Esumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoevers", 1, {DICTIONARY_SURNAME}, -1}, + {"Kilty", 1, {DICTIONARY_SURNAME}, -1}, + {"Radonić", 1, {DICTIONARY_SURNAME}, -1}, + {"Ormrod", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Veldheer", 1, {DICTIONARY_SURNAME}, -1}, + {"Álvares", 1, {DICTIONARY_SURNAME}, -1}, + {"Visagie", 1, {DICTIONARY_SURNAME}, -1}, + {"Šakić", 1, {DICTIONARY_SURNAME}, -1}, + {"Rybarikova", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammarskjold", 1, {DICTIONARY_SURNAME}, -1}, + {"Cauley", 1, {DICTIONARY_SURNAME}, -1}, + {"c and a", 1, {DICTIONARY_CHAIN}, 89}, + {"Gama", 1, {DICTIONARY_SURNAME}, -1}, + {"Yüce", 1, {DICTIONARY_SURNAME}, -1}, + {"Heckert", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dok-van Weele", 1, {DICTIONARY_SURNAME}, -1}, + {"Raimondi", 1, {DICTIONARY_SURNAME}, -1}, + {"McCaul", 1, {DICTIONARY_SURNAME}, -1}, + {"Jūtarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Venditte", 1, {DICTIONARY_SURNAME}, -1}, + {"Beda", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Muta", 1, {DICTIONARY_SURNAME}, -1}, + {"Lanfranchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Joemankhan", 1, {DICTIONARY_SURNAME}, -1}, + {"Maroney", 1, {DICTIONARY_SURNAME}, -1}, + {"Hennessy", 1, {DICTIONARY_SURNAME}, -1}, + {"Jewel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Soo-geun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Halligan", 1, {DICTIONARY_SURNAME}, -1}, + {"Blethyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Franksson", 1, {DICTIONARY_SURNAME}, -1}, + {"Agúndez", 1, {DICTIONARY_SURNAME}, -1}, + {"Hielscher", 1, {DICTIONARY_SURNAME}, -1}, + {"Benedetta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leber", 1, {DICTIONARY_SURNAME}, -1}, + {"Docherty", 1, {DICTIONARY_SURNAME}, -1}, + {"Valavičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Wontner", 1, {DICTIONARY_SURNAME}, -1}, + {"Michiyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frier", 1, {DICTIONARY_SURNAME}, -1}, + {"Teruyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raonic", 1, {DICTIONARY_SURNAME}, -1}, + {"Lautman", 1, {DICTIONARY_SURNAME}, -1}, + {"subways", 1, {DICTIONARY_CHAIN}, 243}, + {"Laube", 1, {DICTIONARY_SURNAME}, -1}, + {"Roelvink", 1, {DICTIONARY_SURNAME}, -1}, + {"Szylarz", 1, {DICTIONARY_SURNAME}, -1}, + {"Poincaré", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemings", 1, {DICTIONARY_SURNAME}, -1}, + {"b.p", 1, {DICTIONARY_CHAIN}, 83}, + {"Pfefferkorn", 1, {DICTIONARY_SURNAME}, -1}, + {"MacFarland", 1, {DICTIONARY_SURNAME}, -1}, + {"Hefford", 1, {DICTIONARY_SURNAME}, -1}, + {"Adorf", 1, {DICTIONARY_SURNAME}, -1}, + {"Kagami", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shigenaga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leventis", 1, {DICTIONARY_SURNAME}, -1}, + {"Davin", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Stappen", 1, {DICTIONARY_SURNAME}, -1}, + {"Halasz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kershner", 1, {DICTIONARY_SURNAME}, -1}, + {"Schimpf", 1, {DICTIONARY_SURNAME}, -1}, + {"Selahattin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Young-nam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Bloss", 1, {DICTIONARY_SURNAME}, -1}, + {"Pardal", 1, {DICTIONARY_SURNAME}, -1}, + {"Stentz", 1, {DICTIONARY_SURNAME}, -1}, + {"Price", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Belson", 1, {DICTIONARY_SURNAME}, -1}, + {"Turnill", 1, {DICTIONARY_SURNAME}, -1}, + {"Lazzarini", 1, {DICTIONARY_SURNAME}, -1}, + {"Trebitsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Grove", 1, {DICTIONARY_SURNAME}, -1}, + {"Yablonski", 1, {DICTIONARY_SURNAME}, -1}, + {"Knox", 1, {DICTIONARY_SURNAME}, -1}, + {"Gavrilin", 1, {DICTIONARY_SURNAME}, -1}, + {"Castberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Rabson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Heimans", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Yahiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Levy", 1, {DICTIONARY_SURNAME}, -1}, + {"Reynor", 1, {DICTIONARY_SURNAME}, -1}, + {"Iwasa", 1, {DICTIONARY_SURNAME}, -1}, + {"Beilinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayhaqi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gold", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Henare", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Festinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Velud", 1, {DICTIONARY_SURNAME}, -1}, + {"Poller", 1, {DICTIONARY_SURNAME}, -1}, + {"Tyrer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bylsma", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Thümmel", 1, {DICTIONARY_SURNAME}, -1}, + {"Marcellin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moroane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Linder", 1, {DICTIONARY_SURNAME}, -1}, + {"Sedat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nikolev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kornheiser", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakpil", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorrien", 1, {DICTIONARY_SURNAME}, -1}, + {"Pajtić", 1, {DICTIONARY_SURNAME}, -1}, + {"Locke", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vee", 1, {DICTIONARY_SURNAME}, -1}, + {"Gemayel family", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagaraj", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kehrmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Cerruti", 1, {DICTIONARY_SURNAME}, -1}, + {"McKeogh", 1, {DICTIONARY_SURNAME}, -1}, + {"Fjærtoft", 1, {DICTIONARY_SURNAME}, -1}, + {"De Villota", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosher", 1, {DICTIONARY_SURNAME}, -1}, + {"Vahsholtz", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobukatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Taipale", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhanot", 1, {DICTIONARY_SURNAME}, -1}, + {"Moreau", 1, {DICTIONARY_SURNAME}, -1}, + {"Jolanta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Bashkin", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlinchey", 1, {DICTIONARY_SURNAME}, -1}, + {"Bordewijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Segar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Yagi", 1, {DICTIONARY_SURNAME}, -1}, + {"Rozgonyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Byung-joon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roncancio", 1, {DICTIONARY_SURNAME}, -1}, + {"at & t", 1, {DICTIONARY_CHAIN}, 65}, + {"Kiki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ajtai", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdalas", 1, {DICTIONARY_SURNAME}, -1}, + {"Scolari", 1, {DICTIONARY_SURNAME}, -1}, + {"Trombley", 1, {DICTIONARY_SURNAME}, -1}, + {"Tolstikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolner", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöll", 1, {DICTIONARY_SURNAME}, -1}, + {"Naina Devi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasylytchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Drăghicescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Lubomirski", 2, {DICTIONARY_SURNAME, DICTIONARY_SURNAME}, -1}, + {"Sylvio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keiji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mohapatra", 1, {DICTIONARY_SURNAME}, -1}, + {"Takuya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eschel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erlick", 1, {DICTIONARY_SURNAME}, -1}, + {"Nady", 1, {DICTIONARY_SURNAME}, -1}, + {"Semen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Billups", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaiv", 1, {DICTIONARY_SURNAME}, -1}, + {"Mastromarino", 1, {DICTIONARY_SURNAME}, -1}, + {"Danker", 1, {DICTIONARY_SURNAME}, -1}, + {"Niemiec", 1, {DICTIONARY_SURNAME}, -1}, + {"Tabacco", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilmshurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Shashi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sabanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruutu", 1, {DICTIONARY_SURNAME}, -1}, + {"Georgiev", 1, {DICTIONARY_SURNAME}, -1}, + {"Trowbridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Melendez", 1, {DICTIONARY_SURNAME}, -1}, + {"Vonhögen", 1, {DICTIONARY_SURNAME}, -1}, + {"Raita", 1, {DICTIONARY_SURNAME}, -1}, + {"Brentano", 1, {DICTIONARY_SURNAME}, -1}, + {"Hazewood", 1, {DICTIONARY_SURNAME}, -1}, + {"Baratashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Milaras", 1, {DICTIONARY_SURNAME}, -1}, + {"Jasper", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zhidkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Takabayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bushell", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukuoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Conaing", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garrone", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawking", 1, {DICTIONARY_SURNAME}, -1}, + {"Achadjian", 1, {DICTIONARY_SURNAME}, -1}, + {"Meacham", 1, {DICTIONARY_SURNAME}, -1}, + {"Aletrino", 1, {DICTIONARY_SURNAME}, -1}, + {"Sáblík", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulqadirakhun", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruttan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharifov", 1, {DICTIONARY_SURNAME}, -1}, + {"Herrgott", 1, {DICTIONARY_SURNAME}, -1}, + {"Christin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moores", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamanami", 1, {DICTIONARY_SURNAME}, -1}, + {"Dikmen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerbiriou", 1, {DICTIONARY_SURNAME}, -1}, + {"Runnels", 1, {DICTIONARY_SURNAME}, -1}, + {"Frankson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiroshige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dunleavy", 1, {DICTIONARY_SURNAME}, -1}, + {"Hewetson", 1, {DICTIONARY_SURNAME}, -1}, + {"Rabottini", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhuiyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Burdenski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herløv", 1, {DICTIONARY_SURNAME}, -1}, + {"Facchinetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Caullery", 1, {DICTIONARY_SURNAME}, -1}, + {"Heineman", 1, {DICTIONARY_SURNAME}, -1}, + {"Salzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Masoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Depero", 1, {DICTIONARY_SURNAME}, -1}, + {"Violet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ackley", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindskog", 1, {DICTIONARY_SURNAME}, -1}, + {"Froman", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuev", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatter", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Day", 1, {DICTIONARY_SURNAME}, -1}, + {"Joshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ronconi", 1, {DICTIONARY_SURNAME}, -1}, + {"Urbonas", 1, {DICTIONARY_SURNAME}, -1}, + {"Spira", 1, {DICTIONARY_SURNAME}, -1}, + {"Doriot", 1, {DICTIONARY_SURNAME}, -1}, + {"Giovanni", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Verwilghen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gagahan", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Collins", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunvand", 1, {DICTIONARY_SURNAME}, -1}, + {"Lexi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bertoncini", 1, {DICTIONARY_SURNAME}, -1}, + {"McKeegan", 1, {DICTIONARY_SURNAME}, -1}, + {"Auken", 1, {DICTIONARY_SURNAME}, -1}, + {"Kravchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Berthet", 1, {DICTIONARY_SURNAME}, -1}, + {"Zach", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Egbuna", 1, {DICTIONARY_SURNAME}, -1}, + {"Suchanan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Knopper", 1, {DICTIONARY_SURNAME}, -1}, + {"Kljaković", 1, {DICTIONARY_SURNAME}, -1}, + {"Rickie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lechner", 1, {DICTIONARY_SURNAME}, -1}, + {"Gomes", 1, {DICTIONARY_SURNAME}, -1}, + {"McGough", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilhelm", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ryōtarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCay", 1, {DICTIONARY_SURNAME}, -1}, + {"Venner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bytnar", 1, {DICTIONARY_SURNAME}, -1}, + {"Asín", 1, {DICTIONARY_SURNAME}, -1}, + {"Heneghan", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoppo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaarlo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Milhaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Venden", 1, {DICTIONARY_SURNAME}, -1}, + {"Donohoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruitenbeek", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartsell", 1, {DICTIONARY_SURNAME}, -1}, + {"Jankowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Meibom", 1, {DICTIONARY_SURNAME}, -1}, + {"Grott", 1, {DICTIONARY_SURNAME}, -1}, + {"Holliday", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hennequin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ljubo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Clarice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Woosnam", 1, {DICTIONARY_SURNAME}, -1}, + {"Burgon", 1, {DICTIONARY_SURNAME}, -1}, + {"Johann Georg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Motofumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ghesquière", 1, {DICTIONARY_SURNAME}, -1}, + {"DeGravelles", 1, {DICTIONARY_SURNAME}, -1}, + {"Alabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hofstadter", 1, {DICTIONARY_SURNAME}, -1}, + {"Helga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"cold stones", 1, {DICTIONARY_CHAIN}, 109}, + {"Gauthier", 1, {DICTIONARY_SURNAME}, -1}, + {"Strittmatter", 1, {DICTIONARY_SURNAME}, -1}, + {"yogen früz", 1, {DICTIONARY_CHAIN}, -1}, + {"Rokocoko", 1, {DICTIONARY_SURNAME}, -1}, + {"pizzahut", 1, {DICTIONARY_CHAIN}, 207}, + {"Afikuyomi", 1, {DICTIONARY_SURNAME}, -1}, + {"Baroudi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagström", 1, {DICTIONARY_SURNAME}, -1}, + {"Daumantas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Xanthopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayly", 1, {DICTIONARY_SURNAME}, -1}, + {"Campos", 1, {DICTIONARY_SURNAME}, -1}, + {"Garris", 1, {DICTIONARY_SURNAME}, -1}, + {"Soo-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pollaiolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Brend", 1, {DICTIONARY_SURNAME}, -1}, + {"ci ci's pizza", 1, {DICTIONARY_CHAIN}, 105}, + {"Hagihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Françoise", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pipa", 1, {DICTIONARY_SURNAME}, -1}, + {"Parnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Atar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Végh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruotolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaplow", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuniyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alimehmeti", 1, {DICTIONARY_SURNAME}, -1}, + {"Aryeh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shanshan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kalckstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Kai", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Porsche", 1, {DICTIONARY_SURNAME}, -1}, + {"Etti", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sertan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Espina", 1, {DICTIONARY_SURNAME}, -1}, + {"Cockayne", 1, {DICTIONARY_SURNAME}, -1}, + {"Nover", 1, {DICTIONARY_SURNAME}, -1}, + {"Sayyid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vakavliev", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunch", 1, {DICTIONARY_SURNAME}, -1}, + {"Wagner", 1, {DICTIONARY_SURNAME}, -1}, + {"Humberstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakano", 1, {DICTIONARY_SURNAME}, -1}, + {"Bond", 1, {DICTIONARY_SURNAME}, -1}, + {"Peyer", 1, {DICTIONARY_SURNAME}, -1}, + {"McCague", 1, {DICTIONARY_SURNAME}, -1}, + {"Jiřina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaelma", 1, {DICTIONARY_SURNAME}, -1}, + {"Orechova", 1, {DICTIONARY_SURNAME}, -1}, + {"Lupo", 1, {DICTIONARY_SURNAME}, -1}, + {"Rakić", 1, {DICTIONARY_SURNAME}, -1}, + {"Belanov", 1, {DICTIONARY_SURNAME}, -1}, + {"sonic drive ins", 1, {DICTIONARY_CHAIN}, 236}, + {"Weide", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Awley", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó Ceallaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Versmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Mendonça", 1, {DICTIONARY_SURNAME}, -1}, + {"McGinnity", 1, {DICTIONARY_SURNAME}, -1}, + {"Uldis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mugica", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulinho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chance", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paranasabari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abouelhassan", 1, {DICTIONARY_SURNAME}, -1}, + {"Biddlecomb", 1, {DICTIONARY_SURNAME}, -1}, + {"Moumouni", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maraini", 1, {DICTIONARY_SURNAME}, -1}, + {"Wynand", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wozniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Dyott", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Memiş", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Achaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyun-woo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Dantzig", 1, {DICTIONARY_SURNAME}, -1}, + {"Alysa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Crosse", 1, {DICTIONARY_SURNAME}, -1}, + {"Rauball", 1, {DICTIONARY_SURNAME}, -1}, + {"Cutrona", 1, {DICTIONARY_SURNAME}, -1}, + {"Singhal", 1, {DICTIONARY_SURNAME}, -1}, + {"Kisaku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Efraín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eriksson", 1, {DICTIONARY_SURNAME}, -1}, + {"Valödja", 1, {DICTIONARY_SURNAME}, -1}, + {"Pancake", 1, {DICTIONARY_SURNAME}, -1}, + {"Laidler", 1, {DICTIONARY_SURNAME}, -1}, + {"Sherwani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vendt", 1, {DICTIONARY_SURNAME}, -1}, + {"Gautama", 1, {DICTIONARY_SURNAME}, -1}, + {"Raupach", 1, {DICTIONARY_SURNAME}, -1}, + {"Slijepčević", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigman", 1, {DICTIONARY_SURNAME}, -1}, + {"Larimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Boncompagni", 1, {DICTIONARY_SURNAME}, -1}, + {"Brand", 1, {DICTIONARY_SURNAME}, -1}, + {"Csaba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vladlen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vielma", 1, {DICTIONARY_SURNAME}, -1}, + {"barclays", 1, {DICTIONARY_CHAIN}, -1}, + {"Lundstrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Timofti", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicholl", 1, {DICTIONARY_SURNAME}, -1}, + {"Puzigaća", 1, {DICTIONARY_SURNAME}, -1}, + {"Sturge", 1, {DICTIONARY_SURNAME}, -1}, + {"Darmesteter", 1, {DICTIONARY_SURNAME}, -1}, + {"Aoike", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolson", 1, {DICTIONARY_SURNAME}, -1}, + {"Snow", 1, {DICTIONARY_SURNAME}, -1}, + {"Antelminelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Tejal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGurrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Robert", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kurotori", 1, {DICTIONARY_SURNAME}, -1}, + {"Sušil", 1, {DICTIONARY_SURNAME}, -1}, + {"Matijević", 1, {DICTIONARY_SURNAME}, -1}, + {"Welbourn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gilyard", 1, {DICTIONARY_SURNAME}, -1}, + {"Jemima", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bucher", 1, {DICTIONARY_SURNAME}, -1}, + {"Brandebusemeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Yitzhak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chalupka", 1, {DICTIONARY_SURNAME}, -1}, + {"Shirazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Arasanayagam", 1, {DICTIONARY_SURNAME}, -1}, + {"Zumpe", 1, {DICTIONARY_SURNAME}, -1}, + {"kentucky fried chicken", 1, {DICTIONARY_CHAIN}, 169}, + {"McCulloh", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bouwman", 1, {DICTIONARY_SURNAME}, -1}, + {"Sastrowardoyo", 1, {DICTIONARY_SURNAME}, -1}, + {"Emrys", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koç", 1, {DICTIONARY_SURNAME}, -1}, + {"Carryl", 1, {DICTIONARY_SURNAME}, -1}, + {"Odenkirk", 1, {DICTIONARY_SURNAME}, -1}, + {"Scarafoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Crake", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitreski", 1, {DICTIONARY_SURNAME}, -1}, + {"Preissner", 1, {DICTIONARY_SURNAME}, -1}, + {"Fredriksen", 1, {DICTIONARY_SURNAME}, -1}, + {"Zederbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Greasley", 1, {DICTIONARY_SURNAME}, -1}, + {"Wloka", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Bris", 1, {DICTIONARY_SURNAME}, -1}, + {"Bardellino", 1, {DICTIONARY_SURNAME}, -1}, + {"Holbrooke", 1, {DICTIONARY_SURNAME}, -1}, + {"Secker", 1, {DICTIONARY_SURNAME}, -1}, + {"Masamaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sheahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Janmaat", 1, {DICTIONARY_SURNAME}, -1}, + {"Maibam", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Roy", 1, {DICTIONARY_SURNAME}, -1}, + {"Young", 1, {DICTIONARY_SURNAME}, -1}, + {"Morshead", 1, {DICTIONARY_SURNAME}, -1}, + {"Giedroyć", 1, {DICTIONARY_SURNAME}, -1}, + {"McIndoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Eleftheropoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Soomekh", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubilay", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Serkan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Von der Heyden", 1, {DICTIONARY_SURNAME}, -1}, + {"Raddock", 1, {DICTIONARY_SURNAME}, -1}, + {"Dellums", 1, {DICTIONARY_SURNAME}, -1}, + {"Albæk", 1, {DICTIONARY_SURNAME}, -1}, + {"Slobodan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Anisimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Moses", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Amer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bialas", 1, {DICTIONARY_SURNAME}, -1}, + {"Koum", 1, {DICTIONARY_SURNAME}, -1}, + {"Friesinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Soleja", 1, {DICTIONARY_SURNAME}, -1}, + {"Myung-soon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chandos", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Champneys", 1, {DICTIONARY_SURNAME}, -1}, + {"Smither", 1, {DICTIONARY_SURNAME}, -1}, + {"Simin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Havenaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Pomponio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dicks", 1, {DICTIONARY_SURNAME}, -1}, + {"McAlle", 1, {DICTIONARY_SURNAME}, -1}, + {"Masabumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oja", 1, {DICTIONARY_SURNAME}, -1}, + {"Kempthorne", 1, {DICTIONARY_SURNAME}, -1}, + {"j f k", 1, {DICTIONARY_NAMED_PERSON}, 281}, + {"McGinest", 1, {DICTIONARY_SURNAME}, -1}, + {"Deidre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Zeyl", 1, {DICTIONARY_SURNAME}, -1}, + {"Spikes", 1, {DICTIONARY_SURNAME}, -1}, + {"Bel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dieterich", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Matthias", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zehnder", 1, {DICTIONARY_SURNAME}, -1}, + {"Virmanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lottie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazuyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Frank", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pusztai", 1, {DICTIONARY_SURNAME}, -1}, + {"Moskovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodeen", 1, {DICTIONARY_SURNAME}, -1}, + {"Taguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigderhaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Fortuny", 1, {DICTIONARY_SURNAME}, -1}, + {"Torday", 1, {DICTIONARY_SURNAME}, -1}, + {"Doutzen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kahane", 1, {DICTIONARY_SURNAME}, -1}, + {"Klopstock", 1, {DICTIONARY_SURNAME}, -1}, + {"Damián", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gëzim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lü", 1, {DICTIONARY_SURNAME}, -1}, + {"Vislova", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahlvarsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Souvik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kielty", 1, {DICTIONARY_SURNAME}, -1}, + {"popeyes chicken and biscuits", 1, {DICTIONARY_CHAIN}, 212}, + {"Brosseau", 1, {DICTIONARY_SURNAME}, -1}, + {"Entin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nassif", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cazalet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hobman", 1, {DICTIONARY_SURNAME}, -1}, + {"Dicus", 1, {DICTIONARY_SURNAME}, -1}, + {"Grimminger", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleksander", 1, {DICTIONARY_SURNAME}, -1}, + {"Unnur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tetteh", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nurullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Charkviani", 1, {DICTIONARY_SURNAME}, -1}, + {"Dreiding", 1, {DICTIONARY_SURNAME}, -1}, + {"Corson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vagenas", 1, {DICTIONARY_SURNAME}, -1}, + {"Kowner", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristalova", 1, {DICTIONARY_SURNAME}, -1}, + {"Barson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gevaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Buchardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboulela", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruise", 1, {DICTIONARY_SURNAME}, -1}, + {"wal mart supercenter", 1, {DICTIONARY_CHAIN}, 267}, + {"Been", 1, {DICTIONARY_SURNAME}, -1}, + {"Kreviazuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Brake", 1, {DICTIONARY_SURNAME}, -1}, + {"Grbić", 1, {DICTIONARY_SURNAME}, -1}, + {"Diffring", 1, {DICTIONARY_SURNAME}, -1}, + {"Nissen", 1, {DICTIONARY_SURNAME}, -1}, + {"Thibon", 1, {DICTIONARY_SURNAME}, -1}, + {"Damrosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Berislavić", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Jongbloed", 1, {DICTIONARY_SURNAME}, -1}, + {"Juhlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Karsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Giannopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Hutopilă", 1, {DICTIONARY_SURNAME}, -1}, + {"Wisher", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrabě", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyei", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pirillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Karadere", 1, {DICTIONARY_SURNAME}, -1}, + {"Aichhorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Veneman", 1, {DICTIONARY_SURNAME}, -1}, + {"Becca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Biro", 1, {DICTIONARY_SURNAME}, -1}, + {"Barakzai dynasty", 1, {DICTIONARY_SURNAME}, -1}, + {"Adomniței", 1, {DICTIONARY_SURNAME}, -1}, + {"Sziler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Christiaanse", 1, {DICTIONARY_SURNAME}, -1}, + {"Pirson", 1, {DICTIONARY_SURNAME}, -1}, + {"Eroğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauryn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agabekov", 1, {DICTIONARY_SURNAME}, -1}, + {"Garbieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Abutbul", 1, {DICTIONARY_SURNAME}, -1}, + {"Whale", 1, {DICTIONARY_SURNAME}, -1}, + {"Gillingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunke", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Chorążycki", 1, {DICTIONARY_SURNAME}, -1}, + {"Roggeveen", 1, {DICTIONARY_SURNAME}, -1}, + {"Matta", 1, {DICTIONARY_SURNAME}, -1}, + {"Topper", 1, {DICTIONARY_SURNAME}, -1}, + {"Nuray", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zadornov", 1, {DICTIONARY_SURNAME}, -1}, + {"Akatyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Aivazian", 1, {DICTIONARY_SURNAME}, -1}, + {"Ignatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Brik", 1, {DICTIONARY_SURNAME}, -1}, + {"Juhani", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mineo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Resetarits", 1, {DICTIONARY_SURNAME}, -1}, + {"Landgrebe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bumb", 1, {DICTIONARY_SURNAME}, -1}, + {"Poelmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Liscombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Glehn", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakopanos", 1, {DICTIONARY_SURNAME}, -1}, + {"verizon stores", 1, {DICTIONARY_CHAIN}, 263}, + {"Faris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Bets", 1, {DICTIONARY_SURNAME}, -1}, + {"Fazekas", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenblad", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Mourinho", 1, {DICTIONARY_SURNAME}, -1}, + {"Adzhem", 1, {DICTIONARY_SURNAME}, -1}, + {"Ataullah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hisao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maij", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorlíček", 1, {DICTIONARY_SURNAME}, -1}, + {"Amaro", 1, {DICTIONARY_SURNAME}, -1}, + {"Murnaghan", 1, {DICTIONARY_SURNAME}, -1}, + {"Yalçınkaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Albright", 1, {DICTIONARY_SURNAME}, -1}, + {"Elza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sameshima", 1, {DICTIONARY_SURNAME}, -1}, + {"Cruguet", 1, {DICTIONARY_SURNAME}, -1}, + {"Paa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geoffroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakurako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beacham", 1, {DICTIONARY_SURNAME}, -1}, + {"Vansummeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Topal", 1, {DICTIONARY_SURNAME}, -1}, + {"Käutner", 1, {DICTIONARY_SURNAME}, -1}, + {"Irani", 1, {DICTIONARY_SURNAME}, -1}, + {"Muazzez", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Baba", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grunwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Basnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Wayne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vince", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Babish", 1, {DICTIONARY_SURNAME}, -1}, + {"Aharonyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Siúrtáin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoekstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Miodrag", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adelson", 1, {DICTIONARY_SURNAME}, -1}, + {"You", 1, {DICTIONARY_SURNAME}, -1}, + {"Guan", 1, {DICTIONARY_SURNAME}, -1}, + {"Matoušek", 1, {DICTIONARY_SURNAME}, -1}, + {"Scrope", 1, {DICTIONARY_SURNAME}, -1}, + {"Androulakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Riemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vicary", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Blewitt", 1, {DICTIONARY_SURNAME}, -1}, + {"McGonagall", 1, {DICTIONARY_SURNAME}, -1}, + {"Vankov", 1, {DICTIONARY_SURNAME}, -1}, + {"Atienza", 1, {DICTIONARY_SURNAME}, -1}, + {"Badley", 1, {DICTIONARY_SURNAME}, -1}, + {"Voisset", 1, {DICTIONARY_SURNAME}, -1}, + {"Rajanala", 1, {DICTIONARY_SURNAME}, -1}, + {"Hambrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizzini", 1, {DICTIONARY_SURNAME}, -1}, + {"Henthorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Oldenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Raşit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goad", 1, {DICTIONARY_SURNAME}, -1}, + {"Gottschall", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardman", 1, {DICTIONARY_SURNAME}, -1}, + {"Mechac", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingolf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bedwyr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spanarkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Vučić", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarfatti", 1, {DICTIONARY_SURNAME}, -1}, + {"Martineau", 1, {DICTIONARY_SURNAME}, -1}, + {"Markowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Lautner", 1, {DICTIONARY_SURNAME}, -1}, + {"Glassman", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiegs", 1, {DICTIONARY_SURNAME}, -1}, + {"Tchaicovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"De Steiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilanch", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamaal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schnider", 1, {DICTIONARY_SURNAME}, -1}, + {"Boelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Scarampi", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hooft", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Abeele", 1, {DICTIONARY_SURNAME}, -1}, + {"Somervell", 1, {DICTIONARY_SURNAME}, -1}, + {"Dixson", 1, {DICTIONARY_SURNAME}, -1}, + {"Moskovits", 1, {DICTIONARY_SURNAME}, -1}, + {"Owain", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aboudou", 1, {DICTIONARY_SURNAME}, -1}, + {"Pešić", 1, {DICTIONARY_SURNAME}, -1}, + {"Zalmay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kozhevnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Stokes", 1, {DICTIONARY_SURNAME}, -1}, + {"Denikin", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolff", 1, {DICTIONARY_SURNAME}, -1}, + {"Keaggy", 1, {DICTIONARY_SURNAME}, -1}, + {"Chun-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katsuzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hannelore", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kucharsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Battell", 1, {DICTIONARY_SURNAME}, -1}, + {"Obraztsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lichtenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Elsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Astrid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rovira", 1, {DICTIONARY_SURNAME}, -1}, + {"Helmerich", 1, {DICTIONARY_SURNAME}, -1}, + {"Liuva", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kaylee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Woodman", 1, {DICTIONARY_SURNAME}, -1}, + {"Nightingale", 1, {DICTIONARY_SURNAME}, -1}, + {"Radosh", 1, {DICTIONARY_SURNAME}, -1}, + {"Redwine", 1, {DICTIONARY_SURNAME}, -1}, + {"Denise", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moye", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fornoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Fronea", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abbhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Facchini", 1, {DICTIONARY_SURNAME}, -1}, + {"De Grassis", 1, {DICTIONARY_SURNAME}, -1}, + {"Wreford", 1, {DICTIONARY_SURNAME}, -1}, + {"Vulaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Santelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Søndergaard", 1, {DICTIONARY_SURNAME}, -1}, + {"Voshchakina", 1, {DICTIONARY_SURNAME}, -1}, + {"Marco Aurélio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drzewiecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Corbie", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarosław", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chumachenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurosawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Dansey", 1, {DICTIONARY_SURNAME}, -1}, + {"Albegov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vogein", 1, {DICTIONARY_SURNAME}, -1}, + {"Vetrock", 1, {DICTIONARY_SURNAME}, -1}, + {"Braid", 1, {DICTIONARY_SURNAME}, -1}, + {"Lavoisier", 1, {DICTIONARY_SURNAME}, -1}, + {"Guðjón", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Newbold", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Conterno", 1, {DICTIONARY_SURNAME}, -1}, + {"Carpentier", 1, {DICTIONARY_SURNAME}, -1}, + {"Dominis", 1, {DICTIONARY_SURNAME}, -1}, + {"Pappas", 1, {DICTIONARY_SURNAME}, -1}, + {"Kepke", 1, {DICTIONARY_SURNAME}, -1}, + {"Haguna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahldén", 1, {DICTIONARY_SURNAME}, -1}, + {"Kennedy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sciaky", 1, {DICTIONARY_SURNAME}, -1}, + {"Groome", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanguy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Corlaita", 1, {DICTIONARY_SURNAME}, -1}, + {"Lasantha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Borla", 1, {DICTIONARY_SURNAME}, -1}, + {"Acasuso", 1, {DICTIONARY_SURNAME}, -1}, + {"Lafont", 1, {DICTIONARY_SURNAME}, -1}, + {"Pyke", 1, {DICTIONARY_SURNAME}, -1}, + {"Futehally", 1, {DICTIONARY_SURNAME}, -1}, + {"Holmgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Abundis", 1, {DICTIONARY_SURNAME}, -1}, + {"Christen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Averescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Smallcombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramcharan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abele", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkad", 1, {DICTIONARY_SURNAME}, -1}, + {"Hummel", 1, {DICTIONARY_SURNAME}, -1}, + {"Magin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McGill", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonnell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Khaleesi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiyoji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vankeev", 1, {DICTIONARY_SURNAME}, -1}, + {"Gardner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gegenbaur", 1, {DICTIONARY_SURNAME}, -1}, + {"Croly", 1, {DICTIONARY_SURNAME}, -1}, + {"Hildebrandt", 1, {DICTIONARY_SURNAME}, -1}, + {"Habyarimana", 1, {DICTIONARY_SURNAME}, -1}, + {"Rier", 1, {DICTIONARY_SURNAME}, -1}, + {"Noelle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rinat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sugimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Cejas", 1, {DICTIONARY_SURNAME}, -1}, + {"Mecklin", 1, {DICTIONARY_SURNAME}, -1}, + {"Beshimov", 1, {DICTIONARY_SURNAME}, -1}, + {"kiwibank", 1, {DICTIONARY_CHAIN}, -1}, + {"Vllasi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinichenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Abukhater", 1, {DICTIONARY_SURNAME}, -1}, + {"Tayfur", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gairola", 1, {DICTIONARY_SURNAME}, -1}, + {"Goold", 1, {DICTIONARY_SURNAME}, -1}, + {"Naima", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Starink", 1, {DICTIONARY_SURNAME}, -1}, + {"Hishikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Barmes", 1, {DICTIONARY_SURNAME}, -1}, + {"Özcan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hazony", 1, {DICTIONARY_SURNAME}, -1}, + {"Thain", 1, {DICTIONARY_SURNAME}, -1}, + {"Einstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Purley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Draper", 1, {DICTIONARY_SURNAME}, -1}, + {"Anulka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wearing", 1, {DICTIONARY_SURNAME}, -1}, + {"'t Hoen", 1, {DICTIONARY_SURNAME}, -1}, + {"Thornhill", 1, {DICTIONARY_SURNAME}, -1}, + {"Vouyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Irion", 1, {DICTIONARY_SURNAME}, -1}, + {"Aytmatov", 1, {DICTIONARY_SURNAME}, -1}, + {"Rude", 1, {DICTIONARY_SURNAME}, -1}, + {"Kostadinova", 1, {DICTIONARY_SURNAME}, -1}, + {"Nathan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eichwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Pountney", 1, {DICTIONARY_SURNAME}, -1}, + {"Hananiah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Umberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Costine", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Votel", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolles", 1, {DICTIONARY_SURNAME}, -1}, + {"Lúcia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Semir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mzali", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Abadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Polchinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Abyzov", 1, {DICTIONARY_SURNAME}, -1}, + {"Won-yong", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valayil", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannum", 1, {DICTIONARY_SURNAME}, -1}, + {"Strugstad", 1, {DICTIONARY_SURNAME}, -1}, + {"McCollister", 1, {DICTIONARY_SURNAME}, -1}, + {"Kin'ya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sharpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiraide", 1, {DICTIONARY_SURNAME}, -1}, + {"Mamman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Velappan", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Ahdal", 1, {DICTIONARY_SURNAME}, -1}, + {"Boldyrev", 1, {DICTIONARY_SURNAME}, -1}, + {"Garlato", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlichting", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlahušić", 1, {DICTIONARY_SURNAME}, -1}, + {"Gusakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Volosova", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarc", 1, {DICTIONARY_SURNAME}, -1}, + {"McElheny", 1, {DICTIONARY_SURNAME}, -1}, + {"Takeoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Krosnicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Gronovius", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolk", 1, {DICTIONARY_SURNAME}, -1}, + {"Kukhar", 1, {DICTIONARY_SURNAME}, -1}, + {"Veirs", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Engelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Annan", 1, {DICTIONARY_SURNAME}, -1}, + {"Walder", 1, {DICTIONARY_SURNAME}, -1}, + {"Odin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valok", 1, {DICTIONARY_SURNAME}, -1}, + {"Parry", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Casale", 1, {DICTIONARY_SURNAME}, -1}, + {"Lopatkina", 1, {DICTIONARY_SURNAME}, -1}, + {"Dóra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"citibank", 1, {DICTIONARY_CHAIN}, -1}, + {"Zajac", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirillov", 1, {DICTIONARY_SURNAME}, -1}, + {"Batmanghelidj", 1, {DICTIONARY_SURNAME}, -1}, + {"Mototada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ludwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Klinefelter", 1, {DICTIONARY_SURNAME}, -1}, + {"Vangapandu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hershon", 1, {DICTIONARY_SURNAME}, -1}, + {"Łuczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Palagummi", 1, {DICTIONARY_SURNAME}, -1}, + {"Douwes", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiltman", 1, {DICTIONARY_SURNAME}, -1}, + {"Viljanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beckjord", 1, {DICTIONARY_SURNAME}, -1}, + {"Neubauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Moradi", 1, {DICTIONARY_SURNAME}, -1}, + {"Malmsten", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavličić", 1, {DICTIONARY_SURNAME}, -1}, + {"Alfredo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sadlier", 1, {DICTIONARY_SURNAME}, -1}, + {"Shabalala", 1, {DICTIONARY_SURNAME}, -1}, + {"DeRose", 1, {DICTIONARY_SURNAME}, -1}, + {"Prawer", 1, {DICTIONARY_SURNAME}, -1}, + {"Willi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yakut", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dalaras", 1, {DICTIONARY_SURNAME}, -1}, + {"Harrold", 1, {DICTIONARY_SURNAME}, -1}, + {"Serry", 1, {DICTIONARY_SURNAME}, -1}, + {"Berisha", 1, {DICTIONARY_SURNAME}, -1}, + {"Eimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Greiner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibbotson", 1, {DICTIONARY_SURNAME}, -1}, + {"Pearlman", 1, {DICTIONARY_SURNAME}, -1}, + {"Rimantė", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Manzetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Davy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Amade", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Simonluca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Houben", 1, {DICTIONARY_SURNAME}, -1}, + {"Arjan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"best westerns", 1, {DICTIONARY_CHAIN}, 80}, + {"Japie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varbanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Spaanderman", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavilionis", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuormaa", 1, {DICTIONARY_SURNAME}, -1}, + {"Lubin", 1, {DICTIONARY_SURNAME}, -1}, + {"Thakur", 1, {DICTIONARY_SURNAME}, -1}, + {"Korda", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselago", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjaak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fairman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammu", 1, {DICTIONARY_SURNAME}, -1}, + {"Neben", 1, {DICTIONARY_SURNAME}, -1}, + {"Tietz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryūta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Prottas", 1, {DICTIONARY_SURNAME}, -1}, + {"Clouet", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranković", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sonnenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Dowson", 1, {DICTIONARY_SURNAME}, -1}, + {"Yochi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Winn", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagerstrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Woolnough", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeseun", 1, {DICTIONARY_SURNAME}, -1}, + {"Jong-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Claes", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tocqueville", 1, {DICTIONARY_SURNAME}, -1}, + {"Zarif", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulusoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Lafferty", 1, {DICTIONARY_SURNAME}, -1}, + {"Saifullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Freilich", 1, {DICTIONARY_SURNAME}, -1}, + {"Dallin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Siddqiue", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassidy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Choffard", 1, {DICTIONARY_SURNAME}, -1}, + {"Cadigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Morandini", 1, {DICTIONARY_SURNAME}, -1}, + {"Korholz", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haym", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Boero", 1, {DICTIONARY_SURNAME}, -1}, + {"Viinanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Rushda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rabemananjara", 1, {DICTIONARY_SURNAME}, -1}, + {"Garci", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"La Brosse", 1, {DICTIONARY_SURNAME}, -1}, + {"Latzke", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagell", 1, {DICTIONARY_SURNAME}, -1}, + {"Luckes", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Acie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Michael", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Merchant", 1, {DICTIONARY_SURNAME}, -1}, + {"Radulov", 1, {DICTIONARY_SURNAME}, -1}, + {"Svanidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Vredeling", 1, {DICTIONARY_SURNAME}, -1}, + {"De Veyrac", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlebach", 1, {DICTIONARY_SURNAME}, -1}, + {"Szőcs", 1, {DICTIONARY_SURNAME}, -1}, + {"Remsburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonella", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Norimura", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Deutekom", 1, {DICTIONARY_SURNAME}, -1}, + {"Beckermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Murielle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacLaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Getaldić", 1, {DICTIONARY_SURNAME}, -1}, + {"Maurice", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sasimohan", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hillegaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Lealamanua", 1, {DICTIONARY_SURNAME}, -1}, + {"Craigmyle", 1, {DICTIONARY_SURNAME}, -1}, + {"Levanoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Aanenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Cambell", 1, {DICTIONARY_SURNAME}, -1}, + {"Menger", 1, {DICTIONARY_SURNAME}, -1}, + {"Rogala", 1, {DICTIONARY_SURNAME}, -1}, + {"Thibault", 1, {DICTIONARY_SURNAME}, -1}, + {"Nanava", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoiles", 1, {DICTIONARY_SURNAME}, -1}, + {"Vemoa", 1, {DICTIONARY_SURNAME}, -1}, + {"Altıparmak", 1, {DICTIONARY_SURNAME}, -1}, + {"Flatley", 1, {DICTIONARY_SURNAME}, -1}, + {"Seok", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vernaudon", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokui", 1, {DICTIONARY_SURNAME}, -1}, + {"Nimtz", 1, {DICTIONARY_SURNAME}, -1}, + {"Irmin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drude", 1, {DICTIONARY_SURNAME}, -1}, + {"Eyring", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornejo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kōnosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poniatowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Saket", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bunjevčević", 1, {DICTIONARY_SURNAME}, -1}, + {"Espejo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyshedkevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Eichenwald", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomline", 1, {DICTIONARY_SURNAME}, -1}, + {"Hitoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gamon", 1, {DICTIONARY_SURNAME}, -1}, + {"Brando", 1, {DICTIONARY_SURNAME}, -1}, + {"Villaronga", 1, {DICTIONARY_SURNAME}, -1}, + {"Hideaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pandolfini", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Terpening", 1, {DICTIONARY_SURNAME}, -1}, + {"Oelrichs", 1, {DICTIONARY_SURNAME}, -1}, + {"Pajič", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellis", 1, {DICTIONARY_SURNAME}, -1}, + {"Micić", 1, {DICTIONARY_SURNAME}, -1}, + {"Gacy", 1, {DICTIONARY_SURNAME}, -1}, + {"Keisuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aleck", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Неизвестный", 1, {DICTIONARY_SURNAME}, -1}, + {"Tikolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vujanić", 1, {DICTIONARY_SURNAME}, -1}, + {"Pratt", 1, {DICTIONARY_SURNAME}, -1}, + {"Remak", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Gisbergen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pushkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chegwin", 1, {DICTIONARY_SURNAME}, -1}, + {"McGary", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilievski", 1, {DICTIONARY_SURNAME}, -1}, + {"Bukin", 1, {DICTIONARY_SURNAME}, -1}, + {"Azaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadanori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kageyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verret", 1, {DICTIONARY_SURNAME}, -1}, + {"Weyman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ranganathan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nabieva", 1, {DICTIONARY_SURNAME}, -1}, + {"Arter", 1, {DICTIONARY_SURNAME}, -1}, + {"Inge", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Топалов", 1, {DICTIONARY_SURNAME}, -1}, + {"Branch", 1, {DICTIONARY_SURNAME}, -1}, + {"Povazhny", 1, {DICTIONARY_SURNAME}, -1}, + {"Gairdner", 1, {DICTIONARY_SURNAME}, -1}, + {"McCroskey", 1, {DICTIONARY_SURNAME}, -1}, + {"Schiebler", 1, {DICTIONARY_SURNAME}, -1}, + {"Grissom", 1, {DICTIONARY_SURNAME}, -1}, + {"Camille", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schimpelsberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Badawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jabłonowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Agoncillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyōsuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Volkova", 1, {DICTIONARY_SURNAME}, -1}, + {"Mariñelarena", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamen", 1, {DICTIONARY_SURNAME}, -1}, + {"Anai", 1, {DICTIONARY_SURNAME}, -1}, + {"Florea", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tordoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Jacob", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dolidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Soo-min", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sabharwal", 1, {DICTIONARY_SURNAME}, -1}, + {"Puhvel", 1, {DICTIONARY_SURNAME}, -1}, + {"Coker", 1, {DICTIONARY_SURNAME}, -1}, + {"Bontje", 1, {DICTIONARY_SURNAME}, -1}, + {"Akenz", 1, {DICTIONARY_SURNAME}, -1}, + {"Marmion", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamei", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Masri", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorbachev", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrarinia", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Coileáin", 1, {DICTIONARY_SURNAME}, -1}, + {"François", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abdelaati", 1, {DICTIONARY_SURNAME}, -1}, + {"Moustakas", 1, {DICTIONARY_SURNAME}, -1}, + {"Modin", 1, {DICTIONARY_SURNAME}, -1}, + {"Arkell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ponce", 1, {DICTIONARY_SURNAME}, -1}, + {"Natacha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Tikriti", 1, {DICTIONARY_SURNAME}, -1}, + {"McAllister", 1, {DICTIONARY_SURNAME}, -1}, + {"Algernon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"wells-fargo bank", 1, {DICTIONARY_CHAIN}, 270}, + {"Whiteley", 1, {DICTIONARY_SURNAME}, -1}, + {"Alcalá-Zamora", 1, {DICTIONARY_SURNAME}, -1}, + {"Nawijn", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Brink", 1, {DICTIONARY_SURNAME}, -1}, + {"Kormiltsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Scherf", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorrian", 1, {DICTIONARY_SURNAME}, -1}, + {"Ubach", 1, {DICTIONARY_SURNAME}, -1}, + {"Montano", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhmarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Masur", 1, {DICTIONARY_SURNAME}, -1}, + {"Vestager", 1, {DICTIONARY_SURNAME}, -1}, + {"M'hidi", 1, {DICTIONARY_SURNAME}, -1}, + {"Janica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dai", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Berlind", 1, {DICTIONARY_SURNAME}, -1}, + {"Crisp", 1, {DICTIONARY_SURNAME}, -1}, + {"Valdifiori", 1, {DICTIONARY_SURNAME}, -1}, + {"Hajjam", 1, {DICTIONARY_SURNAME}, -1}, + {"Cantoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Huntsman", 1, {DICTIONARY_SURNAME}, -1}, + {"Mihai", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Neitzchse", 1, {DICTIONARY_SURNAME}, -1}, + {"Tell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Plechanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Pfaff", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatamiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Burkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Trygve", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boogerd", 1, {DICTIONARY_SURNAME}, -1}, + {"Thierry", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Taweel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jeb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brytwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Bento Gonçalves", 1, {DICTIONARY_SURNAME}, -1}, + {"Coady", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Benkovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Hénaff", 1, {DICTIONARY_SURNAME}, -1}, + {"Belknap", 1, {DICTIONARY_SURNAME}, -1}, + {"Bošnjak", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolognini", 1, {DICTIONARY_SURNAME}, -1}, + {"Raspopović", 1, {DICTIONARY_SURNAME}, -1}, + {"Rinderknecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamadayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Gheorghe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Michaele", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Labbadia", 1, {DICTIONARY_SURNAME}, -1}, + {"Besseling", 1, {DICTIONARY_SURNAME}, -1}, + {"Aduriz", 1, {DICTIONARY_SURNAME}, -1}, + {"Herkenhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Heugten", 1, {DICTIONARY_SURNAME}, -1}, + {"Boreel", 1, {DICTIONARY_SURNAME}, -1}, + {"Wertz", 1, {DICTIONARY_SURNAME}, -1}, + {"Nompar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pasteur", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schünemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Rather", 1, {DICTIONARY_SURNAME}, -1}, + {"Martyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krynicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Amstätter", 1, {DICTIONARY_SURNAME}, -1}, + {"Churm", 1, {DICTIONARY_SURNAME}, -1}, + {"Kenning", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandal", 1, {DICTIONARY_SURNAME}, -1}, + {"Herngren", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodpasture", 1, {DICTIONARY_SURNAME}, -1}, + {"Gething", 1, {DICTIONARY_SURNAME}, -1}, + {"Seton-Watson", 1, {DICTIONARY_SURNAME}, -1}, + {"Troili", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsuei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sigurjón", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kodirova", 1, {DICTIONARY_SURNAME}, -1}, + {"Sahil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Busher", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adeishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakhabtsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Alavez", 1, {DICTIONARY_SURNAME}, -1}, + {"h s b cs", 1, {DICTIONARY_CHAIN}, 154}, + {"Sarton", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldini", 1, {DICTIONARY_SURNAME}, -1}, + {"Grandy", 1, {DICTIONARY_SURNAME}, -1}, + {"Chettri", 1, {DICTIONARY_SURNAME}, -1}, + {"Molteno", 1, {DICTIONARY_SURNAME}, -1}, + {"Vašíček", 1, {DICTIONARY_SURNAME}, -1}, + {"Izzeldin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stelzner", 1, {DICTIONARY_SURNAME}, -1}, + {"Dretske", 1, {DICTIONARY_SURNAME}, -1}, + {"Gables", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Mörner", 1, {DICTIONARY_SURNAME}, -1}, + {"Verkerk", 1, {DICTIONARY_SURNAME}, -1}, + {"Tigin", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Shahaf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Baronian", 1, {DICTIONARY_SURNAME}, -1}, + {"Amuro", 1, {DICTIONARY_SURNAME}, -1}, + {"Leah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tauk", 1, {DICTIONARY_SURNAME}, -1}, + {"Tigar", 1, {DICTIONARY_SURNAME}, -1}, + {"Turhan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marzullo", 1, {DICTIONARY_SURNAME}, -1}, + {"Giovannetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilain", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brome", 1, {DICTIONARY_SURNAME}, -1}, + {"Deters", 1, {DICTIONARY_SURNAME}, -1}, + {"Ange", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Langan", 1, {DICTIONARY_SURNAME}, -1}, + {"Karofsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Harrelson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tozer", 1, {DICTIONARY_SURNAME}, -1}, + {"Tankian", 1, {DICTIONARY_SURNAME}, -1}, + {"Frydenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Caddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Coogan", 1, {DICTIONARY_SURNAME}, -1}, + {"Manukyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Todor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasilis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viloca", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellanger", 1, {DICTIONARY_SURNAME}, -1}, + {"Čiukšytė", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhagavathi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Burkhard", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmidtke", 1, {DICTIONARY_SURNAME}, -1}, + {"Šotra", 1, {DICTIONARY_SURNAME}, -1}, + {"Ávalos", 1, {DICTIONARY_SURNAME}, -1}, + {"Vădrariu", 1, {DICTIONARY_SURNAME}, -1}, + {"Baierl", 1, {DICTIONARY_SURNAME}, -1}, + {"Aya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Galip", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hexum", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Riley", 1, {DICTIONARY_SURNAME}, -1}, + {"Nadwi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pardee", 1, {DICTIONARY_SURNAME}, -1}, + {"Spurius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Khodov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasić", 1, {DICTIONARY_SURNAME}, -1}, + {"Cutts", 1, {DICTIONARY_SURNAME}, -1}, + {"Ćirić", 1, {DICTIONARY_SURNAME}, -1}, + {"Hingis", 1, {DICTIONARY_SURNAME}, -1}, + {"Aikoh", 1, {DICTIONARY_SURNAME}, -1}, + {"Agyei", 1, {DICTIONARY_SURNAME}, -1}, + {"Schet", 1, {DICTIONARY_SURNAME}, -1}, + {"Bacsik", 1, {DICTIONARY_SURNAME}, -1}, + {"MacBrien", 1, {DICTIONARY_SURNAME}, -1}, + {"Veens", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Sprang", 1, {DICTIONARY_SURNAME}, -1}, + {"Neurath", 1, {DICTIONARY_SURNAME}, -1}, + {"Kosten", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuncel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oljira", 1, {DICTIONARY_SURNAME}, -1}, + {"Czene", 1, {DICTIONARY_SURNAME}, -1}, + {"Nachtigall", 1, {DICTIONARY_SURNAME}, -1}, + {"Patti", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ahenakew", 1, {DICTIONARY_SURNAME}, -1}, + {"Parikh", 1, {DICTIONARY_SURNAME}, -1}, + {"Koprziva", 1, {DICTIONARY_SURNAME}, -1}, + {"Dement", 1, {DICTIONARY_SURNAME}, -1}, + {"Schabowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Fertonani", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Losonczy", 1, {DICTIONARY_SURNAME}, -1}, + {"Pattison", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilėniškis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bulthuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitemore", 1, {DICTIONARY_SURNAME}, -1}, + {"Schottenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Mughal tribe", 1, {DICTIONARY_SURNAME}, -1}, + {"Verratti", 1, {DICTIONARY_SURNAME}, -1}, + {"Hobley", 1, {DICTIONARY_SURNAME}, -1}, + {"Balkhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Chistyakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasten", 1, {DICTIONARY_SURNAME}, -1}, + {"Henrique", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Natsue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hanani", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mitsumune", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirschenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Pacôme", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jonsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Crowchild", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiurato", 1, {DICTIONARY_SURNAME}, -1}, + {"Papenfuss", 1, {DICTIONARY_SURNAME}, -1}, + {"Knoerr", 1, {DICTIONARY_SURNAME}, -1}, + {"shop-rite", 1, {DICTIONARY_CHAIN}, 233}, + {"Ventoura", 1, {DICTIONARY_SURNAME}, -1}, + {"Ninchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pól", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fumihisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mohácsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Philalethes", 1, {DICTIONARY_SURNAME}, -1}, + {"Ljotić", 1, {DICTIONARY_SURNAME}, -1}, + {"Abalmasau", 1, {DICTIONARY_SURNAME}, -1}, + {"Eyles", 1, {DICTIONARY_SURNAME}, -1}, + {"Antill", 1, {DICTIONARY_SURNAME}, -1}, + {"Franzoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Noll", 1, {DICTIONARY_SURNAME}, -1}, + {"Boumsong", 1, {DICTIONARY_SURNAME}, -1}, + {"Se-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Piergiuseppe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erőss", 1, {DICTIONARY_SURNAME}, -1}, + {"McPhillips", 1, {DICTIONARY_SURNAME}, -1}, + {"Wealhþeow", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heinecke", 1, {DICTIONARY_SURNAME}, -1}, + {"Bleskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Jama", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Terri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Thorvald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kvíčalová", 1, {DICTIONARY_SURNAME}, -1}, + {"Townson", 1, {DICTIONARY_SURNAME}, -1}, + {"Abarbanell", 1, {DICTIONARY_SURNAME}, -1}, + {"Frankowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Airaksinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Galenorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Joguet", 1, {DICTIONARY_SURNAME}, -1}, + {"Gebauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Edvinas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Večenaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Holiday", 1, {DICTIONARY_SURNAME}, -1}, + {"Viestad", 1, {DICTIONARY_SURNAME}, -1}, + {"Tavola", 1, {DICTIONARY_SURNAME}, -1}, + {"Melanie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Elshtain", 1, {DICTIONARY_SURNAME}, -1}, + {"Brugman", 1, {DICTIONARY_SURNAME}, -1}, + {"Amaefule", 1, {DICTIONARY_SURNAME}, -1}, + {"Hakonarson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitkauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Rizzoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Kylian", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobbie", 1, {DICTIONARY_SURNAME}, -1}, + {"Crumb", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Lennep", 1, {DICTIONARY_SURNAME}, -1}, + {"Loosli", 1, {DICTIONARY_SURNAME}, -1}, + {"Hunayn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Michalík", 1, {DICTIONARY_SURNAME}, -1}, + {"Turk", 1, {DICTIONARY_SURNAME}, -1}, + {"McSally", 1, {DICTIONARY_SURNAME}, -1}, + {"Bensaïd", 1, {DICTIONARY_SURNAME}, -1}, + {"Kozma", 1, {DICTIONARY_SURNAME}, -1}, + {"Mudartha", 1, {DICTIONARY_SURNAME}, -1}, + {"Buenaño", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryzhkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Imamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Hopkinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Hugh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barkaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Adrario", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoogendorp", 1, {DICTIONARY_SURNAME}, -1}, + {"Mullane", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitiugov", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheldon", 1, {DICTIONARY_SURNAME}, -1}, + {"Habington", 1, {DICTIONARY_SURNAME}, -1}, + {"Zouch", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinouchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Baptiste-Alphonse", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hakanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Spicciati", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Goot", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-soo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Táng", 1, {DICTIONARY_SURNAME}, -1}, + {"Obata", 1, {DICTIONARY_SURNAME}, -1}, + {"Cabello", 1, {DICTIONARY_SURNAME}, -1}, + {"Maurseth", 1, {DICTIONARY_SURNAME}, -1}, + {"Dwinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Coşeriu", 1, {DICTIONARY_SURNAME}, -1}, + {"Tawiah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahrlé", 1, {DICTIONARY_SURNAME}, -1}, + {"Klinkhamer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gobbo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vevers", 1, {DICTIONARY_SURNAME}, -1}, + {"Castanho", 1, {DICTIONARY_SURNAME}, -1}, + {"Muslim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varrault", 1, {DICTIONARY_SURNAME}, -1}, + {"Agutter", 1, {DICTIONARY_SURNAME}, -1}, + {"Garmash", 1, {DICTIONARY_SURNAME}, -1}, + {"Arbuzov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lutes", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinault", 1, {DICTIONARY_SURNAME}, -1}, + {"Boeheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Paternoster", 1, {DICTIONARY_SURNAME}, -1}, + {"bubba gump shrimp company", 1, {DICTIONARY_CHAIN}, 87}, + {"Drnovšek", 1, {DICTIONARY_SURNAME}, -1}, + {"Holtz", 1, {DICTIONARY_SURNAME}, -1}, + {"Voskanyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Haussegger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuschner", 1, {DICTIONARY_SURNAME}, -1}, + {"Priestly", 1, {DICTIONARY_SURNAME}, -1}, + {"Katrín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ventris", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nevena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ancsin", 1, {DICTIONARY_SURNAME}, -1}, + {"Semedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Procter", 1, {DICTIONARY_SURNAME}, -1}, + {"Hidipo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salzgeber", 1, {DICTIONARY_SURNAME}, -1}, + {"Shayma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Creangă", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadaaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harmar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ooms", 1, {DICTIONARY_SURNAME}, -1}, + {"Boško", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shmidt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayoka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dobrowolski", 1, {DICTIONARY_SURNAME}, -1}, + {"Skořepa", 1, {DICTIONARY_SURNAME}, -1}, + {"Endo", 1, {DICTIONARY_SURNAME}, -1}, + {"McKie", 1, {DICTIONARY_SURNAME}, -1}, + {"Bezerra", 1, {DICTIONARY_SURNAME}, -1}, + {"Jugler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwakye", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Raonaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Peletier de Saint Fargeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Sho", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceballos", 1, {DICTIONARY_SURNAME}, -1}, + {"Sacharias", 1, {DICTIONARY_SURNAME}, -1}, + {"Apisai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wałęsa", 1, {DICTIONARY_SURNAME}, -1}, + {"Pouyan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rouzet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hogg", 1, {DICTIONARY_SURNAME}, -1}, + {"Heppler", 1, {DICTIONARY_SURNAME}, -1}, + {"Maksimova", 1, {DICTIONARY_SURNAME}, -1}, + {"Katō", 1, {DICTIONARY_SURNAME}, -1}, + {"Riou", 1, {DICTIONARY_SURNAME}, -1}, + {"Brajković", 1, {DICTIONARY_SURNAME}, -1}, + {"Yokota", 1, {DICTIONARY_SURNAME}, -1}, + {"Ambepitiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdullajanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Philby", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheibel", 1, {DICTIONARY_SURNAME}, -1}, + {"Abanda", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Muraro", 1, {DICTIONARY_SURNAME}, -1}, + {"Eatinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Lounsbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Chalmers", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Jackman", 1, {DICTIONARY_SURNAME}, -1}, + {"Soulsby", 1, {DICTIONARY_SURNAME}, -1}, + {"Holburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Hernton", 1, {DICTIONARY_SURNAME}, -1}, + {"Craufurd", 1, {DICTIONARY_SURNAME}, -1}, + {"Attanasio", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermulst", 1, {DICTIONARY_SURNAME}, -1}, + {"Veldwijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Hebner", 1, {DICTIONARY_SURNAME}, -1}, + {"Nissenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Halilhodžić", 1, {DICTIONARY_SURNAME}, -1}, + {"mini stop", 1, {DICTIONARY_CHAIN}, 184}, + {"Loboda", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramūnas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haboush", 1, {DICTIONARY_SURNAME}, -1}, + {"Frame", 1, {DICTIONARY_SURNAME}, -1}, + {"Zinyat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gyldenløve", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidmantas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achs", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarkanian", 1, {DICTIONARY_SURNAME}, -1}, + {"Nirav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Payer", 1, {DICTIONARY_SURNAME}, -1}, + {"Mylius", 1, {DICTIONARY_SURNAME}, -1}, + {"Earle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Haavisto", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Cagle", 1, {DICTIONARY_SURNAME}, -1}, + {"Surena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Potvin", 1, {DICTIONARY_SURNAME}, -1}, + {"Barttelot", 1, {DICTIONARY_SURNAME}, -1}, + {"Wardlaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawkey", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Boom", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapitonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderbundt", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Dowd", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciprian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Camryn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yong-joon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoritsune", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haselböck", 1, {DICTIONARY_SURNAME}, -1}, + {"Orestes", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nadja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Looby", 1, {DICTIONARY_SURNAME}, -1}, + {"Heitmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Belisle", 1, {DICTIONARY_SURNAME}, -1}, + {"Saranyu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van de Haar", 1, {DICTIONARY_SURNAME}, -1}, + {"Primož", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Herbers", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rayburn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rahmane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Elektra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hagimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Saxer", 1, {DICTIONARY_SURNAME}, -1}, + {"Addams", 1, {DICTIONARY_SURNAME}, -1}, + {"McWhinney", 1, {DICTIONARY_SURNAME}, -1}, + {"Stockhausen", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeleye", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Gastini", 1, {DICTIONARY_SURNAME}, -1}, + {"Argumedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Bahyl", 1, {DICTIONARY_SURNAME}, -1}, + {"Dufresne", 1, {DICTIONARY_SURNAME}, -1}, + {"McGoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Philbrook", 1, {DICTIONARY_SURNAME}, -1}, + {"Prokosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuzana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abberton", 1, {DICTIONARY_SURNAME}, -1}, + {"Haberl", 1, {DICTIONARY_SURNAME}, -1}, + {"Achucarro", 1, {DICTIONARY_SURNAME}, -1}, + {"Xing", 1, {DICTIONARY_SURNAME}, -1}, + {"Frizzell", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalby", 1, {DICTIONARY_SURNAME}, -1}, + {"pf changs china bistro", 1, {DICTIONARY_CHAIN}, 202}, + {"Jmmanuel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tombelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigetarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Graetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyzhenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atlee", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fran", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kuzmenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Houlton", 1, {DICTIONARY_SURNAME}, -1}, + {"Afatia", 1, {DICTIONARY_SURNAME}, -1}, + {"Abetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Aylott", 1, {DICTIONARY_SURNAME}, -1}, + {"Virlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Varmus", 1, {DICTIONARY_SURNAME}, -1}, + {"Frère", 1, {DICTIONARY_SURNAME}, -1}, + {"Rachmaninoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Warzycha", 1, {DICTIONARY_SURNAME}, -1}, + {"Buddle", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandborg", 1, {DICTIONARY_SURNAME}, -1}, + {"Meeks", 1, {DICTIONARY_SURNAME}, -1}, + {"Jomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blatch", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanlon", 1, {DICTIONARY_SURNAME}, -1}, + {"Mignolet", 1, {DICTIONARY_SURNAME}, -1}, + {"Sachin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ryōji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahrling", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilderson", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahlgren", 1, {DICTIONARY_SURNAME}, -1}, + {"McMonagle", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hollander", 1, {DICTIONARY_SURNAME}, -1}, + {"Maclurcan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ivone", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bartolomeu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peláez", 1, {DICTIONARY_SURNAME}, -1}, + {"Southorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbruggen", 1, {DICTIONARY_SURNAME}, -1}, + {"Domagoj", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Burd", 1, {DICTIONARY_SURNAME}, -1}, + {"Harron", 1, {DICTIONARY_SURNAME}, -1}, + {"Valdesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nambiar", 1, {DICTIONARY_SURNAME}, -1}, + {"McLanahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Eijun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ghiyath", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasković", 1, {DICTIONARY_SURNAME}, -1}, + {"Lanette", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaske", 1, {DICTIONARY_SURNAME}, -1}, + {"Luciani", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Chloe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tait", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Litsenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Battaglin", 1, {DICTIONARY_SURNAME}, -1}, + {"Tetzlaff", 1, {DICTIONARY_SURNAME}, -1}, + {"Valpy", 1, {DICTIONARY_SURNAME}, -1}, + {"Corvinus", 1, {DICTIONARY_SURNAME}, -1}, + {"Farshtey", 1, {DICTIONARY_SURNAME}, -1}, + {"Hecke", 1, {DICTIONARY_SURNAME}, -1}, + {"Enys", 1, {DICTIONARY_SURNAME}, -1}, + {"Olatunji", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fujibayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pucić", 1, {DICTIONARY_SURNAME}, -1}, + {"Craddock", 1, {DICTIONARY_SURNAME}, -1}, + {"Boorstin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilukhina", 1, {DICTIONARY_SURNAME}, -1}, + {"Dines", 1, {DICTIONARY_SURNAME}, -1}, + {"Ermeti", 1, {DICTIONARY_SURNAME}, -1}, + {"Roquefeuil Versols", 1, {DICTIONARY_SURNAME}, -1}, + {"y m c a", 1, {DICTIONARY_CHAIN}, 276}, + {"Nabarro", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbetu", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciesielski", 1, {DICTIONARY_SURNAME}, -1}, + {"Yulgyal", 1, {DICTIONARY_SURNAME}, -1}, + {"Delahunty", 1, {DICTIONARY_SURNAME}, -1}, + {"indian oil", 1, {DICTIONARY_CHAIN}, -1}, + {"Haigneré", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosko", 1, {DICTIONARY_SURNAME}, -1}, + {"Míchel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trumpeldor", 1, {DICTIONARY_SURNAME}, -1}, + {"Acharatoumane", 1, {DICTIONARY_SURNAME}, -1}, + {"Coignet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoelder", 1, {DICTIONARY_SURNAME}, -1}, + {"Mendelski", 1, {DICTIONARY_SURNAME}, -1}, + {"Abelenda", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobrushin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kandiah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Postlewait", 1, {DICTIONARY_SURNAME}, -1}, + {"Faber", 1, {DICTIONARY_SURNAME}, -1}, + {"Bindi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Slávek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koglmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatekawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Danzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Schottenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Aaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Barajuen", 1, {DICTIONARY_SURNAME}, -1}, + {"Smyly", 1, {DICTIONARY_SURNAME}, -1}, + {"Allmuça", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowell", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tormoid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vranch", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanju", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sicignano", 1, {DICTIONARY_SURNAME}, -1}, + {"Radermacher", 1, {DICTIONARY_SURNAME}, -1}, + {"McRory", 1, {DICTIONARY_SURNAME}, -1}, + {"Larcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Speare", 1, {DICTIONARY_SURNAME}, -1}, + {"Conforti", 1, {DICTIONARY_SURNAME}, -1}, + {"Consuelo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Phoebus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McTernan", 1, {DICTIONARY_SURNAME}, -1}, + {"Jae-suk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Umaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Lermontov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingersoll", 1, {DICTIONARY_SURNAME}, -1}, + {"Lupe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aaland", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Vate", 1, {DICTIONARY_SURNAME}, -1}, + {"Bunster", 1, {DICTIONARY_SURNAME}, -1}, + {"Meehl", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Vacano", 1, {DICTIONARY_SURNAME}, -1}, + {"Sokratis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aqhili", 1, {DICTIONARY_SURNAME}, -1}, + {"Minnion", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirchner", 1, {DICTIONARY_SURNAME}, -1}, + {"Schapendonk", 1, {DICTIONARY_SURNAME}, -1}, + {"Sahar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Panner", 1, {DICTIONARY_SURNAME}, -1}, + {"Porteus", 1, {DICTIONARY_SURNAME}, -1}, + {"Varuni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Raeburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Einosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ligeti", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Ven", 1, {DICTIONARY_SURNAME}, -1}, + {"Metaxas", 1, {DICTIONARY_SURNAME}, -1}, + {"Volkerding", 1, {DICTIONARY_SURNAME}, -1}, + {"Cremer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ridell", 1, {DICTIONARY_SURNAME}, -1}, + {"Altner", 1, {DICTIONARY_SURNAME}, -1}, + {"Morant", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabrina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tiepolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Forste", 1, {DICTIONARY_SURNAME}, -1}, + {"Hostetler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ružić", 1, {DICTIONARY_SURNAME}, -1}, + {"Zahir al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mousseau", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagel", 1, {DICTIONARY_SURNAME}, -1}, + {"Oltion", 1, {DICTIONARY_SURNAME}, -1}, + {"Alam", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arianrhod", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lygon", 1, {DICTIONARY_SURNAME}, -1}, + {"McNerney", 1, {DICTIONARY_SURNAME}, -1}, + {"Prideaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Mozley", 1, {DICTIONARY_SURNAME}, -1}, + {"cheesecake factory", 1, {DICTIONARY_CHAIN}, -1}, + {"Akhil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liedloff", 1, {DICTIONARY_SURNAME}, -1}, + {"Kajsa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kobzon", 1, {DICTIONARY_SURNAME}, -1}, + {"Mantega", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertoglio", 1, {DICTIONARY_SURNAME}, -1}, + {"Carelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwidrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Lander", 1, {DICTIONARY_SURNAME}, -1}, + {"Jankauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Michiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maldini", 1, {DICTIONARY_SURNAME}, -1}, + {"Shailendra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fujii", 1, {DICTIONARY_SURNAME}, -1}, + {"Goleuddydd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lorber", 1, {DICTIONARY_SURNAME}, -1}, + {"Karczewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sallai", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mooring", 1, {DICTIONARY_SURNAME}, -1}, + {"LaMotta", 1, {DICTIONARY_SURNAME}, -1}, + {"Moganti", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Harthi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Pelley", 1, {DICTIONARY_SURNAME}, -1}, + {"Marisnick", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Arras", 1, {DICTIONARY_SURNAME}, -1}, + {"Bosanquet", 1, {DICTIONARY_SURNAME}, -1}, + {"Aelter", 1, {DICTIONARY_SURNAME}, -1}, + {"Nabiyeva", 1, {DICTIONARY_SURNAME}, -1}, + {"a.t & t", 1, {DICTIONARY_CHAIN}, 65}, + {"Berenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Craxi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirotoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fynch", 1, {DICTIONARY_SURNAME}, -1}, + {"Caws", 1, {DICTIONARY_SURNAME}, -1}, + {"Sagredo", 1, {DICTIONARY_SURNAME}, -1}, + {"Akoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Spinola", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodolfo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schnabel", 1, {DICTIONARY_SURNAME}, -1}, + {"Conteh", 1, {DICTIONARY_SURNAME}, -1}, + {"Worsley", 1, {DICTIONARY_SURNAME}, -1}, + {"DeHaan", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakanishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Josipović", 1, {DICTIONARY_SURNAME}, -1}, + {"Villazán", 1, {DICTIONARY_SURNAME}, -1}, + {"Teacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Delabere", 1, {DICTIONARY_SURNAME}, -1}, + {"Melzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Pedro Chamorro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vondrka", 1, {DICTIONARY_SURNAME}, -1}, + {"Dujmovits", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Cahan", 1, {DICTIONARY_SURNAME}, -1}, + {"McCracklin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Wiffen", 1, {DICTIONARY_SURNAME}, -1}, + {"Laursen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"VanDeSteeg", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitols", 1, {DICTIONARY_SURNAME}, -1}, + {"Englert", 1, {DICTIONARY_SURNAME}, -1}, + {"Quintel", 1, {DICTIONARY_SURNAME}, -1}, + {"Boussatta", 1, {DICTIONARY_SURNAME}, -1}, + {"Chelimo", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdur Rauf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roos", 1, {DICTIONARY_SURNAME}, -1}, + {"Mullally", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunnar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cartmell", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardamone", 1, {DICTIONARY_SURNAME}, -1}, + {"Albeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Murchadh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanderbei", 1, {DICTIONARY_SURNAME}, -1}, + {"Joonas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Litwinowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-mo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pratensis", 1, {DICTIONARY_SURNAME}, -1}, + {"Dessauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Steffy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kosar", 1, {DICTIONARY_SURNAME}, -1}, + {"Habermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Girdlestone", 1, {DICTIONARY_SURNAME}, -1}, + {"McClung", 1, {DICTIONARY_SURNAME}, -1}, + {"Blunden", 1, {DICTIONARY_SURNAME}, -1}, + {"Killian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shetekauri", 1, {DICTIONARY_SURNAME}, -1}, + {"Benigni", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Coitir", 1, {DICTIONARY_SURNAME}, -1}, + {"Acratus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agrofenin", 1, {DICTIONARY_SURNAME}, -1}, + {"Cramton", 1, {DICTIONARY_SURNAME}, -1}, + {"Fishkind", 1, {DICTIONARY_SURNAME}, -1}, + {"Jivdani Mata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jedlicka", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Langenhove", 1, {DICTIONARY_SURNAME}, -1}, + {"Harkavy", 1, {DICTIONARY_SURNAME}, -1}, + {"Leibovitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Putten", 1, {DICTIONARY_SURNAME}, -1}, + {"Chouan", 1, {DICTIONARY_SURNAME}, -1}, + {"Abunimah", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballesteros", 1, {DICTIONARY_SURNAME}, -1}, + {"Floyd-Jones", 1, {DICTIONARY_SURNAME}, -1}, + {"Tajaddini", 1, {DICTIONARY_SURNAME}, -1}, + {"Dank", 1, {DICTIONARY_SURNAME}, -1}, + {"Jakobsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoé", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gancarczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Whittington", 1, {DICTIONARY_SURNAME}, -1}, + {"Damek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McDaniels", 1, {DICTIONARY_SURNAME}, -1}, + {"Dougherty", 1, {DICTIONARY_SURNAME}, -1}, + {"VanSanten", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikolina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aabel", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Lebrecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahmadpouri", 1, {DICTIONARY_SURNAME}, -1}, + {"Mort", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Videla", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazutami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pedro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haeberli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayala", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oppolzer", 1, {DICTIONARY_SURNAME}, -1}, + {"McClaskey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyokawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Nechita", 1, {DICTIONARY_SURNAME}, -1}, + {"Varone", 1, {DICTIONARY_SURNAME}, -1}, + {"Ausserleitner", 1, {DICTIONARY_SURNAME}, -1}, + {"Figueras", 1, {DICTIONARY_SURNAME}, -1}, + {"Zylstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Amedeo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pawlik", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilić", 1, {DICTIONARY_SURNAME}, -1}, + {"Brooks", 1, {DICTIONARY_SURNAME}, -1}, + {"Mayor", 1, {DICTIONARY_SURNAME}, -1}, + {"Norcross", 1, {DICTIONARY_SURNAME}, -1}, + {"Apgar", 1, {DICTIONARY_SURNAME}, -1}, + {"Vishria", 1, {DICTIONARY_SURNAME}, -1}, + {"Slatter", 1, {DICTIONARY_SURNAME}, -1}, + {"Serafina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bryzgalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Stang", 1, {DICTIONARY_SURNAME}, -1}, + {"Gooden", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornea", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Azef", 1, {DICTIONARY_SURNAME}, -1}, + {"Abu Abdullah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"p.f. changs china bistro", 1, {DICTIONARY_CHAIN}, 202}, + {"Kaneyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abouheif", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeno", 1, {DICTIONARY_SURNAME}, -1}, + {"Aktürk", 1, {DICTIONARY_SURNAME}, -1}, + {"Mag Amhalghaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Svárovský", 1, {DICTIONARY_SURNAME}, -1}, + {"Sergeevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"The Morrígan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vishnevetsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Giovanni Battista", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cornelius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ajdarević", 1, {DICTIONARY_SURNAME}, -1}, + {"Balasubramaniam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Guillem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vennochi", 1, {DICTIONARY_SURNAME}, -1}, + {"Veadov", 1, {DICTIONARY_SURNAME}, -1}, + {"Avagian", 1, {DICTIONARY_SURNAME}, -1}, + {"Veugelers", 1, {DICTIONARY_SURNAME}, -1}, + {"Dyachenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Regenmortel", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasunaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladov", 1, {DICTIONARY_SURNAME}, -1}, + {"Miervaldis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rickett", 1, {DICTIONARY_SURNAME}, -1}, + {"Pritzker family", 1, {DICTIONARY_SURNAME}, -1}, + {"Schulweis", 1, {DICTIONARY_SURNAME}, -1}, + {"Mansker", 1, {DICTIONARY_SURNAME}, -1}, + {"Calori", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavol", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ćosić", 1, {DICTIONARY_SURNAME}, -1}, + {"Seminario", 1, {DICTIONARY_SURNAME}, -1}, + {"Aandalen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajoy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Borel", 1, {DICTIONARY_SURNAME}, -1}, + {"Schafhausen", 1, {DICTIONARY_SURNAME}, -1}, + {"Modjeska", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Misimović", 1, {DICTIONARY_SURNAME}, -1}, + {"Virtala", 1, {DICTIONARY_SURNAME}, -1}, + {"Hofbauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Craw", 1, {DICTIONARY_SURNAME}, -1}, + {"Lyons", 1, {DICTIONARY_SURNAME}, -1}, + {"Magoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Gow", 1, {DICTIONARY_SURNAME}, -1}, + {"Kayser", 1, {DICTIONARY_SURNAME}, -1}, + {"Leavis", 1, {DICTIONARY_SURNAME}, -1}, + {"Soomro", 1, {DICTIONARY_SURNAME}, -1}, + {"Jun'ichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ceylan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rodenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Bochow", 1, {DICTIONARY_SURNAME}, -1}, + {"Kabangu", 1, {DICTIONARY_SURNAME}, -1}, + {"Woodrow", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kulesha", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunc", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Milner", 1, {DICTIONARY_SURNAME}, -1}, + {"Honig", 1, {DICTIONARY_SURNAME}, -1}, + {"Rintoul", 1, {DICTIONARY_SURNAME}, -1}, + {"Vokněr", 1, {DICTIONARY_SURNAME}, -1}, + {"Zac", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brier", 1, {DICTIONARY_SURNAME}, -1}, + {"Seisyll", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balser", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarr", 1, {DICTIONARY_SURNAME}, -1}, + {"Banahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Holgado", 1, {DICTIONARY_SURNAME}, -1}, + {"Kosunen", 1, {DICTIONARY_SURNAME}, -1}, + {"Cutcheon", 1, {DICTIONARY_SURNAME}, -1}, + {"Şenay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mackail", 1, {DICTIONARY_SURNAME}, -1}, + {"Giacinto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seok-ju", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gültang", 1, {DICTIONARY_SURNAME}, -1}, + {"McEvilley", 1, {DICTIONARY_SURNAME}, -1}, + {"Maarika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kyrylo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bronislovas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vachev", 1, {DICTIONARY_SURNAME}, -1}, + {"Waske", 1, {DICTIONARY_SURNAME}, -1}, + {"Dein", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilson", 1, {DICTIONARY_SURNAME}, -1}, + {"Chiappucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Nino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marchal", 1, {DICTIONARY_SURNAME}, -1}, + {"Spitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hillsbery", 1, {DICTIONARY_SURNAME}, -1}, + {"Eugenides", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehlers", 1, {DICTIONARY_SURNAME}, -1}, + {"Tisher", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-René", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moock", 1, {DICTIONARY_SURNAME}, -1}, + {"Heng", 1, {DICTIONARY_SURNAME}, -1}, + {"Agamuradov", 1, {DICTIONARY_SURNAME}, -1}, + {"Drobný", 1, {DICTIONARY_SURNAME}, -1}, + {"Kürşad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adeane", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghislandi", 1, {DICTIONARY_SURNAME}, -1}, + {"Doke", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aliew", 1, {DICTIONARY_SURNAME}, -1}, + {"Stokowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Neugebauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Lawyer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nodar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mailer", 1, {DICTIONARY_SURNAME}, -1}, + {"Aizemberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedel", 1, {DICTIONARY_SURNAME}, -1}, + {"Caviglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Savi", 1, {DICTIONARY_SURNAME}, -1}, + {"Narleski", 1, {DICTIONARY_SURNAME}, -1}, + {"Girish", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chwolson", 1, {DICTIONARY_SURNAME}, -1}, + {"Jenssen", 1, {DICTIONARY_SURNAME}, -1}, + {"Salewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Dimitra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Carmelo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hoogsaat", 1, {DICTIONARY_SURNAME}, -1}, + {"Abankwah", 1, {DICTIONARY_SURNAME}, -1}, + {"Clews", 1, {DICTIONARY_SURNAME}, -1}, + {"b.b & t", 1, {DICTIONARY_CHAIN}, 75}, + {"Heins", 1, {DICTIONARY_SURNAME}, -1}, + {"Nunnelee", 1, {DICTIONARY_SURNAME}, -1}, + {"Kraouche", 1, {DICTIONARY_SURNAME}, -1}, + {"Skrzypek", 1, {DICTIONARY_SURNAME}, -1}, + {"Wedgwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Dolly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vladas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Biggins", 1, {DICTIONARY_SURNAME}, -1}, + {"Marathe", 1, {DICTIONARY_SURNAME}, -1}, + {"Gipson", 1, {DICTIONARY_SURNAME}, -1}, + {"Elkis", 1, {DICTIONARY_SURNAME}, -1}, + {"Currier", 1, {DICTIONARY_SURNAME}, -1}, + {"Seidel", 1, {DICTIONARY_SURNAME}, -1}, + {"Careless", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshihiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peixoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Keenleyside", 1, {DICTIONARY_SURNAME}, -1}, + {"Junie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Miriam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dubravka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fergal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van den Berghen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kite", 1, {DICTIONARY_SURNAME}, -1}, + {"Batstone", 1, {DICTIONARY_SURNAME}, -1}, + {"Laffitte", 1, {DICTIONARY_SURNAME}, -1}, + {"Offredi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalkılıç", 1, {DICTIONARY_SURNAME}, -1}, + {"Maillefert", 1, {DICTIONARY_SURNAME}, -1}, + {"Ditmar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Symon", 1, {DICTIONARY_SURNAME}, -1}, + {"Shirl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Lierop", 1, {DICTIONARY_SURNAME}, -1}, + {"Palen", 1, {DICTIONARY_SURNAME}, -1}, + {"Possoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Glowna", 1, {DICTIONARY_SURNAME}, -1}, + {"Wigand", 1, {DICTIONARY_SURNAME}, -1}, + {"Rózsavölgyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cahoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Paiva", 1, {DICTIONARY_SURNAME}, -1}, + {"Fairfax", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zinnemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Akubeze", 1, {DICTIONARY_SURNAME}, -1}, + {"Krajewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirkland", 1, {DICTIONARY_SURNAME}, -1}, + {"Zetlitz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maia", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chiarini", 1, {DICTIONARY_SURNAME}, -1}, + {"Erendiz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zariņš", 1, {DICTIONARY_SURNAME}, -1}, + {"Duterte", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrčević", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguilera", 1, {DICTIONARY_SURNAME}, -1}, + {"Hitchens", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Laar", 1, {DICTIONARY_SURNAME}, -1}, + {"Klemperer", 1, {DICTIONARY_SURNAME}, -1}, + {"Armellini", 1, {DICTIONARY_SURNAME}, -1}, + {"Rowson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurakawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Dilara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vermiglio", 1, {DICTIONARY_SURNAME}, -1}, + {"Aaronson", 1, {DICTIONARY_SURNAME}, -1}, + {"Cavanna", 1, {DICTIONARY_SURNAME}, -1}, + {"Adir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Longden", 1, {DICTIONARY_SURNAME}, -1}, + {"Roncero", 1, {DICTIONARY_SURNAME}, -1}, + {"Sümer", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Garo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balić", 1, {DICTIONARY_SURNAME}, -1}, + {"Akasaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorton", 1, {DICTIONARY_SURNAME}, -1}, + {"Lecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Reyes", 1, {DICTIONARY_SURNAME}, -1}, + {"Sammes", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Aarde", 1, {DICTIONARY_SURNAME}, -1}, + {"Westen", 1, {DICTIONARY_SURNAME}, -1}, + {"Pettitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Wead", 1, {DICTIONARY_SURNAME}, -1}, + {"Lascăr", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Avramescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Crofoot", 1, {DICTIONARY_SURNAME}, -1}, + {"Lone", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruwart", 1, {DICTIONARY_SURNAME}, -1}, + {"Omodiagbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Leodolter", 1, {DICTIONARY_SURNAME}, -1}, + {"Aditjondro", 1, {DICTIONARY_SURNAME}, -1}, + {"Virgüez", 1, {DICTIONARY_SURNAME}, -1}, + {"Vangjeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Polychronis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Strader", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuluaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Marangou", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatz", 1, {DICTIONARY_SURNAME}, -1}, + {"Jong-seok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shimabukuro", 1, {DICTIONARY_SURNAME}, -1}, + {"Alliluyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Aebersold", 1, {DICTIONARY_SURNAME}, -1}, + {"Dandy", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Goes", 1, {DICTIONARY_SURNAME}, -1}, + {"Oļegs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Verdecchia", 1, {DICTIONARY_SURNAME}, -1}, + {"Gnatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Bisky", 1, {DICTIONARY_SURNAME}, -1}, + {"Trapè", 1, {DICTIONARY_SURNAME}, -1}, + {"Susilo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ndumbe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Pruefer", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawamatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Donnchadh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Enami", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hombeeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Maximus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mildren", 1, {DICTIONARY_SURNAME}, -1}, + {"McConnery", 1, {DICTIONARY_SURNAME}, -1}, + {"Wigura", 1, {DICTIONARY_SURNAME}, -1}, + {"Pablo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McClellion", 1, {DICTIONARY_SURNAME}, -1}, + {"Halevi", 1, {DICTIONARY_SURNAME}, -1}, + {"Varaiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Nawi", 1, {DICTIONARY_SURNAME}, -1}, + {"Peeris", 1, {DICTIONARY_SURNAME}, -1}, + {"Milutinović", 1, {DICTIONARY_SURNAME}, -1}, + {"Astill", 1, {DICTIONARY_SURNAME}, -1}, + {"Anabel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gelardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Khalilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Rutte", 1, {DICTIONARY_SURNAME}, -1}, + {"Arefyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandell", 1, {DICTIONARY_SURNAME}, -1}, + {"Klostermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Currimbhoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Lansing", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sakurauchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidyarthi", 1, {DICTIONARY_SURNAME}, -1}, + {"Punčec", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownjohn", 1, {DICTIONARY_SURNAME}, -1}, + {"arco", 1, {DICTIONARY_CHAIN}, -1}, + {"Lockhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Kobrin", 1, {DICTIONARY_SURNAME}, -1}, + {"Totter", 1, {DICTIONARY_SURNAME}, -1}, + {"Rainey", 1, {DICTIONARY_SURNAME}, -1}, + {"Gura", 1, {DICTIONARY_SURNAME}, -1}, + {"Beerli", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikoladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Villapol", 1, {DICTIONARY_SURNAME}, -1}, + {"Sadayoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Betsy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arce", 1, {DICTIONARY_SURNAME}, -1}, + {"Recht", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Rudd", 1, {DICTIONARY_SURNAME}, -1}, + {"Merthan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wilsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibarra", 1, {DICTIONARY_SURNAME}, -1}, + {"Haldane", 1, {DICTIONARY_SURNAME}, -1}, + {"Donceanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Minsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Wein", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikävalko", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilmārs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Meira", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergsland", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshiki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lariño", 1, {DICTIONARY_SURNAME}, -1}, + {"Campora", 1, {DICTIONARY_SURNAME}, -1}, + {"Harshita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rymer", 1, {DICTIONARY_SURNAME}, -1}, + {"Herapath", 1, {DICTIONARY_SURNAME}, -1}, + {"Kantor", 1, {DICTIONARY_SURNAME}, -1}, + {"Besserer", 1, {DICTIONARY_SURNAME}, -1}, + {"Schadler", 1, {DICTIONARY_SURNAME}, -1}, + {"Najm", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kozyrev", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavrík", 1, {DICTIONARY_SURNAME}, -1}, + {"Ogiwara", 1, {DICTIONARY_SURNAME}, -1}, + {"Ejogo", 1, {DICTIONARY_SURNAME}, -1}, + {"Crețu", 1, {DICTIONARY_SURNAME}, -1}, + {"Cust", 1, {DICTIONARY_SURNAME}, -1}, + {"Poston", 1, {DICTIONARY_SURNAME}, -1}, + {"Heylin", 1, {DICTIONARY_SURNAME}, -1}, + {"Almond", 1, {DICTIONARY_SURNAME}, -1}, + {"Arcaño", 1, {DICTIONARY_SURNAME}, -1}, + {"k f c", 1, {DICTIONARY_CHAIN}, 169}, + {"Heissler", 1, {DICTIONARY_SURNAME}, -1}, + {"Geiger", 1, {DICTIONARY_SURNAME}, -1}, + {"Puchkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zunz", 1, {DICTIONARY_SURNAME}, -1}, + {"Draganić", 1, {DICTIONARY_SURNAME}, -1}, + {"Haugen", 1, {DICTIONARY_SURNAME}, -1}, + {"Facio", 1, {DICTIONARY_SURNAME}, -1}, + {"Valiente", 1, {DICTIONARY_SURNAME}, -1}, + {"Dews", 1, {DICTIONARY_SURNAME}, -1}, + {"Medhankara", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsumasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kolberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Scabbia", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerzhakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Hewstone", 1, {DICTIONARY_SURNAME}, -1}, + {"fakta", 1, {DICTIONARY_CHAIN}, -1}, + {"Van Exel", 1, {DICTIONARY_SURNAME}, -1}, + {"Amparo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dièye", 1, {DICTIONARY_SURNAME}, -1}, + {"Théodule", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fantuzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeppson", 1, {DICTIONARY_SURNAME}, -1}, + {"Isayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Vugt", 1, {DICTIONARY_SURNAME}, -1}, + {"Moeko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Puppo", 1, {DICTIONARY_SURNAME}, -1}, + {"Adlerová", 1, {DICTIONARY_SURNAME}, -1}, + {"natwest", 1, {DICTIONARY_CHAIN}, -1}, + {"Aghdashloo", 1, {DICTIONARY_SURNAME}, -1}, + {"Freudenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Jágr", 1, {DICTIONARY_SURNAME}, -1}, + {"charley's grilled subs", 1, {DICTIONARY_CHAIN}, -1}, + {"Mukaiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Zeldenrust", 1, {DICTIONARY_SURNAME}, -1}, + {"Zabolotnaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Collis", 1, {DICTIONARY_SURNAME}, -1}, + {"Desrochers", 1, {DICTIONARY_SURNAME}, -1}, + {"Kostyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazzoleni", 1, {DICTIONARY_SURNAME}, -1}, + {"Heibert", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadej", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Romagnoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Quddus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schindewolf", 1, {DICTIONARY_SURNAME}, -1}, + {"Belinelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnelldorfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hinkel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tagawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Beyrle", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakimoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Boughen", 1, {DICTIONARY_SURNAME}, -1}, + {"Stiefel", 1, {DICTIONARY_SURNAME}, -1}, + {"Woese", 1, {DICTIONARY_SURNAME}, -1}, + {"McNiven", 1, {DICTIONARY_SURNAME}, -1}, + {"Dassler", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Latini", 1, {DICTIONARY_SURNAME}, -1}, + {"Shartouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Dikranian", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Broeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Yun-seok", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scherer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimmitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ravenel", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fryderyk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tofte", 1, {DICTIONARY_SURNAME}, -1}, + {"Matison", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehrler", 1, {DICTIONARY_SURNAME}, -1}, + {"Sighvatsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Cazenave", 1, {DICTIONARY_SURNAME}, -1}, + {"Fedorenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahuatzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mortara", 1, {DICTIONARY_SURNAME}, -1}, + {"De Coster", 1, {DICTIONARY_SURNAME}, -1}, + {"Veloce", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Ajlani", 1, {DICTIONARY_SURNAME}, -1}, + {"Romero", 1, {DICTIONARY_SURNAME}, -1}, + {"Kickx", 1, {DICTIONARY_SURNAME}, -1}, + {"Artūrs", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mario Sepúlveda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reif", 1, {DICTIONARY_SURNAME}, -1}, + {"Viiperi", 1, {DICTIONARY_SURNAME}, -1}, + {"Fripp", 1, {DICTIONARY_SURNAME}, -1}, + {"Jastrow", 1, {DICTIONARY_SURNAME}, -1}, + {"Kelner", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitman", 1, {DICTIONARY_SURNAME}, -1}, + {"Todger", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ampomah", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergamaschi", 1, {DICTIONARY_SURNAME}, -1}, + {"Naoto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Elswyk", 1, {DICTIONARY_SURNAME}, -1}, + {"cracker barrels", 1, {DICTIONARY_CHAIN}, 111}, + {"Abrahamian", 1, {DICTIONARY_SURNAME}, -1}, + {"Fauconer", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinter", 1, {DICTIONARY_SURNAME}, -1}, + {"Arlauskienė", 1, {DICTIONARY_SURNAME}, -1}, + {"Bray", 1, {DICTIONARY_SURNAME}, -1}, + {"Follows", 1, {DICTIONARY_SURNAME}, -1}, + {"Karagöz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciattarelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Derzhavin", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunckel", 1, {DICTIONARY_SURNAME}, -1}, + {"Köstner", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scheuermann", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Carlesi", 1, {DICTIONARY_SURNAME}, -1}, + {"Dart", 1, {DICTIONARY_SURNAME}, -1}, + {"McGeoch", 1, {DICTIONARY_SURNAME}, -1}, + {"Birkmyre", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuperus", 1, {DICTIONARY_SURNAME}, -1}, + {"Timmons", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Tillinghast", 1, {DICTIONARY_SURNAME}, -1}, + {"Islamović", 1, {DICTIONARY_SURNAME}, -1}, + {"Yermolay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gowin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Barnacle", 1, {DICTIONARY_SURNAME}, -1}, + {"Aerden", 1, {DICTIONARY_SURNAME}, -1}, + {"Sostre", 1, {DICTIONARY_SURNAME}, -1}, + {"Enoch", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bediashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Zena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abunda", 1, {DICTIONARY_SURNAME}, -1}, + {"Alpaslan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Janjgava", 1, {DICTIONARY_SURNAME}, -1}, + {"Walker", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayatinia", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Thurlow", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Krejčík", 1, {DICTIONARY_SURNAME}, -1}, + {"Evgenia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jakupović", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubé", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrubļevskis", 1, {DICTIONARY_SURNAME}, -1}, + {"Olmedo", 1, {DICTIONARY_SURNAME}, -1}, + {"Nordheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Jahani", 1, {DICTIONARY_SURNAME}, -1}, + {"Coste", 1, {DICTIONARY_SURNAME}, -1}, + {"Jireček", 1, {DICTIONARY_SURNAME}, -1}, + {"Chang-hoon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lundius", 1, {DICTIONARY_SURNAME}, -1}, + {"Coundoul", 1, {DICTIONARY_SURNAME}, -1}, + {"Afacanoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaptan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hughes", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Witold", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baillieu", 1, {DICTIONARY_SURNAME}, -1}, + {"Wagle", 1, {DICTIONARY_SURNAME}, -1}, + {"Sannosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Barneveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Coralli", 1, {DICTIONARY_SURNAME}, -1}, + {"Gefter", 1, {DICTIONARY_SURNAME}, -1}, + {"Schrans", 1, {DICTIONARY_SURNAME}, -1}, + {"Summanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bornemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Karpienia", 1, {DICTIONARY_SURNAME}, -1}, + {"Mignard", 1, {DICTIONARY_SURNAME}, -1}, + {"Matej", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"nation wide", 1, {DICTIONARY_CHAIN}, 189}, + {"Abrahão", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schild", 1, {DICTIONARY_SURNAME}, -1}, + {"Fischel", 1, {DICTIONARY_SURNAME}, -1}, + {"McFarlan", 1, {DICTIONARY_SURNAME}, -1}, + {"Corduner", 1, {DICTIONARY_SURNAME}, -1}, + {"Queralt", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kimiya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hensley", 1, {DICTIONARY_SURNAME}, -1}, + {"Eljanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Rendell", 1, {DICTIONARY_SURNAME}, -1}, + {"Akbulat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gumbel", 1, {DICTIONARY_SURNAME}, -1}, + {"Volavola", 1, {DICTIONARY_SURNAME}, -1}, + {"Defilippi", 1, {DICTIONARY_SURNAME}, -1}, + {"Burhan al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sibelius", 1, {DICTIONARY_SURNAME}, -1}, + {"Gotter", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Kaay", 1, {DICTIONARY_SURNAME}, -1}, + {"Shizuka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nordhagen", 1, {DICTIONARY_SURNAME}, -1}, + {"Draško", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jeffords", 1, {DICTIONARY_SURNAME}, -1}, + {"Vom Steeg", 1, {DICTIONARY_SURNAME}, -1}, + {"Konstantinos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mackley", 1, {DICTIONARY_SURNAME}, -1}, + {"Aku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rego", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Benderson", 1, {DICTIONARY_SURNAME}, -1}, + {"Stensrud", 1, {DICTIONARY_SURNAME}, -1}, + {"Vengloš", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinaver", 1, {DICTIONARY_SURNAME}, -1}, + {"Vishal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mammadov", 1, {DICTIONARY_SURNAME}, -1}, + {"Matilda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dickins", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramprakash", 1, {DICTIONARY_SURNAME}, -1}, + {"Chris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shēn", 1, {DICTIONARY_SURNAME}, -1}, + {"Swartz", 1, {DICTIONARY_SURNAME}, -1}, + {"Chestnut", 1, {DICTIONARY_SURNAME}, -1}, + {"Laue", 1, {DICTIONARY_SURNAME}, -1}, + {"Sculli", 1, {DICTIONARY_SURNAME}, -1}, + {"Paulin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rampone", 1, {DICTIONARY_SURNAME}, -1}, + {"ruby tuesday's", 1, {DICTIONARY_CHAIN}, 222}, + {"Christiane", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Norris", 1, {DICTIONARY_SURNAME}, -1}, + {"Narahari", 1, {DICTIONARY_SURNAME}, -1}, + {"Aanensen", 1, {DICTIONARY_SURNAME}, -1}, + {"autozone", 1, {DICTIONARY_CHAIN}, -1}, + {"Von Zerneck", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanclief", 1, {DICTIONARY_SURNAME}, -1}, + {"Adénon", 1, {DICTIONARY_SURNAME}, -1}, + {"Szollosi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hesterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vossoughian", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaffiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Serson", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Craith", 1, {DICTIONARY_SURNAME}, -1}, + {"Niamh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Montessori", 1, {DICTIONARY_SURNAME}, -1}, + {"Bettini", 1, {DICTIONARY_SURNAME}, -1}, + {"Servadei", 1, {DICTIONARY_SURNAME}, -1}, + {"mlk", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Leif", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schäfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hans-Georg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Biff", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Six family", 1, {DICTIONARY_SURNAME}, -1}, + {"Vokouma", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonsack", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasselbaink", 1, {DICTIONARY_SURNAME}, -1}, + {"Coggan", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbitsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Crandell", 1, {DICTIONARY_SURNAME}, -1}, + {"Yokoyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Limonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattock", 1, {DICTIONARY_SURNAME}, -1}, + {"Francaviglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Alexa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iwanicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Kostiw", 1, {DICTIONARY_SURNAME}, -1}, + {"Slawik", 1, {DICTIONARY_SURNAME}, -1}, + {"Deslys", 1, {DICTIONARY_SURNAME}, -1}, + {"Groulx", 1, {DICTIONARY_SURNAME}, -1}, + {"Villapadierna", 1, {DICTIONARY_SURNAME}, -1}, + {"Gokhale", 1, {DICTIONARY_SURNAME}, -1}, + {"Guitouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagisquet", 1, {DICTIONARY_SURNAME}, -1}, + {"Buys", 1, {DICTIONARY_SURNAME}, -1}, + {"Bianciotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Köchel", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhrimenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Rush", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fitkau", 1, {DICTIONARY_SURNAME}, -1}, + {"Einan", 1, {DICTIONARY_SURNAME}, -1}, + {"Wernher", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nami", 1, {DICTIONARY_SURNAME}, -1}, + {"Sturgis", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Oene", 1, {DICTIONARY_SURNAME}, -1}, + {"Huckaby", 1, {DICTIONARY_SURNAME}, -1}, + {"Habicht", 1, {DICTIONARY_SURNAME}, -1}, + {"Zagorac", 1, {DICTIONARY_SURNAME}, -1}, + {"Dadishkeliani", 1, {DICTIONARY_SURNAME}, -1}, + {"Lasswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Chalers", 1, {DICTIONARY_SURNAME}, -1}, + {"Bhat", 1, {DICTIONARY_SURNAME}, -1}, + {"Zagoruychenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Meynell", 1, {DICTIONARY_SURNAME}, -1}, + {"Váňa", 1, {DICTIONARY_SURNAME}, -1}, + {"Low", 1, {DICTIONARY_SURNAME}, -1}, + {"Tabary", 1, {DICTIONARY_SURNAME}, -1}, + {"Maunoury", 1, {DICTIONARY_SURNAME}, -1}, + {"Cummins", 1, {DICTIONARY_SURNAME}, -1}, + {"Zybina", 1, {DICTIONARY_SURNAME}, -1}, + {"Nesler", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiyohide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wazir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Biesinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Kıraç", 1, {DICTIONARY_SURNAME}, -1}, + {"Blakemore", 1, {DICTIONARY_SURNAME}, -1}, + {"Michener", 1, {DICTIONARY_SURNAME}, -1}, + {"Guha", 1, {DICTIONARY_SURNAME}, -1}, + {"Lieve", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dell'Angelo", 1, {DICTIONARY_SURNAME}, -1}, + {"Nalini", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Swayze", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Valdir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kosor", 1, {DICTIONARY_SURNAME}, -1}, + {"Prelovec", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehlman", 1, {DICTIONARY_SURNAME}, -1}, + {"Foley", 1, {DICTIONARY_SURNAME}, -1}, + {"Knopf", 1, {DICTIONARY_SURNAME}, -1}, + {"Zahir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bujones", 1, {DICTIONARY_SURNAME}, -1}, + {"Chambers", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Berke", 1, {DICTIONARY_SURNAME}, -1}, + {"Barea", 1, {DICTIONARY_SURNAME}, -1}, + {"Wanton", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamburger", 1, {DICTIONARY_SURNAME}, -1}, + {"Likolani", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lecky", 1, {DICTIONARY_SURNAME}, -1}, + {"Knotts", 1, {DICTIONARY_SURNAME}, -1}, + {"Haastrup", 1, {DICTIONARY_SURNAME}, -1}, + {"Venclova", 1, {DICTIONARY_SURNAME}, -1}, + {"Rheingold", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziemba", 1, {DICTIONARY_SURNAME}, -1}, + {"Tingelstad", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopilas", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidro", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonello", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhode", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasylenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Cowlishaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Virastyuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Lotaryov", 1, {DICTIONARY_SURNAME}, -1}, + {"Golubović", 1, {DICTIONARY_SURNAME}, -1}, + {"Vargić", 1, {DICTIONARY_SURNAME}, -1}, + {"Nersessian", 1, {DICTIONARY_SURNAME}, -1}, + {"Hassard", 1, {DICTIONARY_SURNAME}, -1}, + {"Meades", 1, {DICTIONARY_SURNAME}, -1}, + {"Satchwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Leighton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Şerif", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mesquita", 1, {DICTIONARY_SURNAME}, -1}, + {"Highsmith", 1, {DICTIONARY_SURNAME}, -1}, + {"Thackery", 1, {DICTIONARY_SURNAME}, -1}, + {"Pullin", 1, {DICTIONARY_SURNAME}, -1}, + {"Þórarinsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Setsurei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Neil", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fahd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oehlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Steinheimer", 1, {DICTIONARY_SURNAME}, -1}, + {"Currigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruguière", 1, {DICTIONARY_SURNAME}, -1}, + {"Demetradze", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaunce", 1, {DICTIONARY_SURNAME}, -1}, + {"Tala", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daramy", 1, {DICTIONARY_SURNAME}, -1}, + {"Northup", 1, {DICTIONARY_SURNAME}, -1}, + {"Masaichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reichmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferjančić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinkead", 1, {DICTIONARY_SURNAME}, -1}, + {"Uxue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Munks", 1, {DICTIONARY_SURNAME}, -1}, + {"Holborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Rachůnek", 1, {DICTIONARY_SURNAME}, -1}, + {"Iles", 1, {DICTIONARY_SURNAME}, -1}, + {"Littlefield", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdur Rahim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chism", 1, {DICTIONARY_SURNAME}, -1}, + {"Hübener", 1, {DICTIONARY_SURNAME}, -1}, + {"Di Vignano", 1, {DICTIONARY_SURNAME}, -1}, + {"Dawnay", 1, {DICTIONARY_SURNAME}, -1}, + {"Beevers", 1, {DICTIONARY_SURNAME}, -1}, + {"Hepner", 1, {DICTIONARY_SURNAME}, -1}, + {"Tikal", 1, {DICTIONARY_SURNAME}, -1}, + {"Vechersky", 1, {DICTIONARY_SURNAME}, -1}, + {"Wurmser", 1, {DICTIONARY_SURNAME}, -1}, + {"Obed", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"benihanas", 1, {DICTIONARY_CHAIN}, 78}, + {"Angear", 1, {DICTIONARY_SURNAME}, -1}, + {"Laimbeer", 1, {DICTIONARY_SURNAME}, -1}, + {"Tekin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Achille", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berglar", 1, {DICTIONARY_SURNAME}, -1}, + {"Rickert", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanderzwaan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sablewska", 1, {DICTIONARY_SURNAME}, -1}, + {"Schultz", 1, {DICTIONARY_SURNAME}, -1}, + {"Morganti", 1, {DICTIONARY_SURNAME}, -1}, + {"Borden", 1, {DICTIONARY_SURNAME}, -1}, + {"Mottram", 1, {DICTIONARY_SURNAME}, -1}, + {"Harben", 1, {DICTIONARY_SURNAME}, -1}, + {"Aralica", 1, {DICTIONARY_SURNAME}, -1}, + {"Stordalen", 1, {DICTIONARY_SURNAME}, -1}, + {"Questi", 1, {DICTIONARY_SURNAME}, -1}, + {"Chea", 1, {DICTIONARY_SURNAME}, -1}, + {"Samokhvalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Condal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Levandoski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ondra", 1, {DICTIONARY_SURNAME}, -1}, + {"Hacohen", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguirrezabalaga", 1, {DICTIONARY_SURNAME}, -1}, + {"Alard", 1, {DICTIONARY_SURNAME}, -1}, + {"Marie-Claire", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Giuseppe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hunte", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilbao", 1, {DICTIONARY_SURNAME}, -1}, + {"Abbagnale", 1, {DICTIONARY_SURNAME}, -1}, + {"Gwilym", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kamalatmika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bathurst", 1, {DICTIONARY_SURNAME}, -1}, + {"Brohm", 1, {DICTIONARY_SURNAME}, -1}, + {"Adabor", 1, {DICTIONARY_SURNAME}, -1}, + {"Turnbow", 1, {DICTIONARY_SURNAME}, -1}, + {"Fayez", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sastre", 1, {DICTIONARY_SURNAME}, -1}, + {"Haqi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasiliou", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Philipson", 1, {DICTIONARY_SURNAME}, -1}, + {"Maliagros", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorney", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Goolen", 1, {DICTIONARY_SURNAME}, -1}, + {"Horský", 1, {DICTIONARY_SURNAME}, -1}, + {"Hassall", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoch", 1, {DICTIONARY_SURNAME}, -1}, + {"Partch", 1, {DICTIONARY_SURNAME}, -1}, + {"Caro", 1, {DICTIONARY_SURNAME}, -1}, + {"Traylor", 1, {DICTIONARY_SURNAME}, -1}, + {"Haanpää", 1, {DICTIONARY_SURNAME}, -1}, + {"Demirović", 1, {DICTIONARY_SURNAME}, -1}, + {"londis", 1, {DICTIONARY_CHAIN}, -1}, + {"Zalinski", 1, {DICTIONARY_SURNAME}, -1}, + {"McPhail", 1, {DICTIONARY_SURNAME}, -1}, + {"Adke", 1, {DICTIONARY_SURNAME}, -1}, + {"Strand", 1, {DICTIONARY_SURNAME}, -1}, + {"Winger", 1, {DICTIONARY_SURNAME}, -1}, + {"Calmette", 1, {DICTIONARY_SURNAME}, -1}, + {"Lillico", 1, {DICTIONARY_SURNAME}, -1}, + {"Văduva", 1, {DICTIONARY_SURNAME}, -1}, + {"Anthea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alferov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsutomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Widforss", 1, {DICTIONARY_SURNAME}, -1}, + {"Raes", 1, {DICTIONARY_SURNAME}, -1}, + {"Yumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Turatello", 1, {DICTIONARY_SURNAME}, -1}, + {"Gearhard", 1, {DICTIONARY_SURNAME}, -1}, + {"Dyshekov", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Houdt", 1, {DICTIONARY_SURNAME}, -1}, + {"Satotaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tafel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramzan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Godmanis", 1, {DICTIONARY_SURNAME}, -1}, + {"Varry", 1, {DICTIONARY_SURNAME}, -1}, + {"Hänninen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ernests", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bardeche", 1, {DICTIONARY_SURNAME}, -1}, + {"Agneta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vuk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Menzinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vercamer", 1, {DICTIONARY_SURNAME}, -1}, + {"Arie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lleyton", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Noborizato", 1, {DICTIONARY_SURNAME}, -1}, + {"Conmy", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Étienne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiener", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McCleery", 1, {DICTIONARY_SURNAME}, -1}, + {"Kentaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Macellariu", 1, {DICTIONARY_SURNAME}, -1}, + {"Yong-gi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viswanathan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kynoch", 1, {DICTIONARY_SURNAME}, -1}, + {"Alasania", 1, {DICTIONARY_SURNAME}, -1}, + {"Seruvakula", 1, {DICTIONARY_SURNAME}, -1}, + {"Yeomans", 1, {DICTIONARY_SURNAME}, -1}, + {"İskender", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sorrillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Della Casa", 1, {DICTIONARY_SURNAME}, -1}, + {"Eyüboğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Vacenovská", 1, {DICTIONARY_SURNAME}, -1}, + {"Klose", 1, {DICTIONARY_SURNAME}, -1}, + {"Fearnley", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogdanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Baiba", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Boston", 1, {DICTIONARY_SURNAME}, -1}, + {"Aholelei", 1, {DICTIONARY_SURNAME}, -1}, + {"Folwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Asif", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kwang-seon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Frawley", 1, {DICTIONARY_SURNAME}, -1}, + {"Musulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Destot", 1, {DICTIONARY_SURNAME}, -1}, + {"Caulfeild", 1, {DICTIONARY_SURNAME}, -1}, + {"Vignaket", 1, {DICTIONARY_SURNAME}, -1}, + {"McGahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vincelette", 1, {DICTIONARY_SURNAME}, -1}, + {"Kowarska", 1, {DICTIONARY_SURNAME}, -1}, + {"Jooss", 1, {DICTIONARY_SURNAME}, -1}, + {"Grendene", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobumoto", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adornato", 1, {DICTIONARY_SURNAME}, -1}, + {"t.g.i. fridays", 1, {DICTIONARY_CHAIN}, 252}, + {"Eichens", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Brimble", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshitomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Natalee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lichter", 1, {DICTIONARY_SURNAME}, -1}, + {"Bendemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Koranyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Parenti", 1, {DICTIONARY_SURNAME}, -1}, + {"Comley", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammick", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Addararachchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lankhorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopřiva", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazaryan", 1, {DICTIONARY_SURNAME}, -1}, + {"Martínez", 1, {DICTIONARY_SURNAME}, -1}, + {"Belli", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasuhisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLagan", 1, {DICTIONARY_SURNAME}, -1}, + {"Strutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Schürger", 1, {DICTIONARY_SURNAME}, -1}, + {"Szczerbiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Jake", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Serena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Purcell", 1, {DICTIONARY_SURNAME}, -1}, + {"Suha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lucija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gita", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marosi", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigezō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kallaste", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Bellingen", 1, {DICTIONARY_SURNAME}, -1}, + {"Larrison", 1, {DICTIONARY_SURNAME}, -1}, + {"Guiry", 1, {DICTIONARY_SURNAME}, -1}, + {"Silva Oliveira", 1, {DICTIONARY_SURNAME}, -1}, + {"Verreos", 1, {DICTIONARY_SURNAME}, -1}, + {"Rasul", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vissio", 1, {DICTIONARY_SURNAME}, -1}, + {"Bauwens", 1, {DICTIONARY_SURNAME}, -1}, + {"Farrant", 1, {DICTIONARY_SURNAME}, -1}, + {"Monds", 1, {DICTIONARY_SURNAME}, -1}, + {"Macksey", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijelie", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonathan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bajdziak", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Steen", 1, {DICTIONARY_SURNAME}, -1}, + {"Voráčová", 1, {DICTIONARY_SURNAME}, -1}, + {"Aitkulov", 1, {DICTIONARY_SURNAME}, -1}, + {"Berns", 1, {DICTIONARY_SURNAME}, -1}, + {"Lassalle", 1, {DICTIONARY_SURNAME}, -1}, + {"Del Rio", 1, {DICTIONARY_SURNAME}, -1}, + {"Drinčić", 1, {DICTIONARY_SURNAME}, -1}, + {"Capuana", 1, {DICTIONARY_SURNAME}, -1}, + {"Orsenigo", 1, {DICTIONARY_SURNAME}, -1}, + {"Wörndle", 1, {DICTIONARY_SURNAME}, -1}, + {"Becken", 1, {DICTIONARY_SURNAME}, -1}, + {"Doyer", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Aubigne", 1, {DICTIONARY_SURNAME}, -1}, + {"Doman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hess", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallampati", 1, {DICTIONARY_SURNAME}, -1}, + {"Lees", 1, {DICTIONARY_SURNAME}, -1}, + {"Marie-Agnès", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dembitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Hurley", 1, {DICTIONARY_SURNAME}, -1}, + {"Toyozō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alshaykh", 1, {DICTIONARY_SURNAME}, -1}, + {"Strømgren", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownlee", 1, {DICTIONARY_SURNAME}, -1}, + {"Omeruah", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Vouzelaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Mesnil", 1, {DICTIONARY_SURNAME}, -1}, + {"Carizza", 1, {DICTIONARY_SURNAME}, -1}, + {"Gia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Loney", 1, {DICTIONARY_SURNAME}, -1}, + {"Basak", 1, {DICTIONARY_SURNAME}, -1}, + {"McCaskill", 1, {DICTIONARY_SURNAME}, -1}, + {"Schueller", 1, {DICTIONARY_SURNAME}, -1}, + {"Kalyal", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Diez Canseco", 1, {DICTIONARY_SURNAME}, -1}, + {"Nika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jae-sung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyun-jung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schaber", 1, {DICTIONARY_SURNAME}, -1}, + {"Rutten", 1, {DICTIONARY_SURNAME}, -1}, + {"Dilberović", 1, {DICTIONARY_SURNAME}, -1}, + {"Sheetal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eliana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Golemović", 1, {DICTIONARY_SURNAME}, -1}, + {"Abnett", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhmednabiyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Adiko", 1, {DICTIONARY_SURNAME}, -1}, + {"Marinus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alexandra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hazel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"So-yi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henley", 1, {DICTIONARY_SURNAME}, -1}, + {"edeka", 1, {DICTIONARY_CHAIN}, -1}, + {"Röber", 1, {DICTIONARY_SURNAME}, -1}, + {"Adesoji", 1, {DICTIONARY_SURNAME}, -1}, + {"Rehnquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Pogorelov", 1, {DICTIONARY_SURNAME}, -1}, + {"Shoemark", 1, {DICTIONARY_SURNAME}, -1}, + {"Ödön", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jae-beom", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Godfrey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lampard", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyun-kyung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Karinthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Schöllhammer", 1, {DICTIONARY_SURNAME}, -1}, + {"Adnot", 1, {DICTIONARY_SURNAME}, -1}, + {"Đoković", 1, {DICTIONARY_SURNAME}, -1}, + {"Charles Philippe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Khojaminasishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Szczepanowska", 1, {DICTIONARY_SURNAME}, -1}, + {"Atangana", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Beest", 1, {DICTIONARY_SURNAME}, -1}, + {"Verschoore", 1, {DICTIONARY_SURNAME}, -1}, + {"Riche", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaky", 1, {DICTIONARY_SURNAME}, -1}, + {"Brzostowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Giorgio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tremaglia", 1, {DICTIONARY_SURNAME}, -1}, + {"McLaggon", 1, {DICTIONARY_SURNAME}, -1}, + {"Bruxner", 1, {DICTIONARY_SURNAME}, -1}, + {"Dartnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Wason", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkman", 1, {DICTIONARY_SURNAME}, -1}, + {"Riseborough", 1, {DICTIONARY_SURNAME}, -1}, + {"Damjanac", 1, {DICTIONARY_SURNAME}, -1}, + {"Jalkanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Stahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Idris", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jeter", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilgotsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Quincannon", 1, {DICTIONARY_SURNAME}, -1}, + {"Shamma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kurata", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajmeria", 1, {DICTIONARY_SURNAME}, -1}, + {"Babanasis", 1, {DICTIONARY_SURNAME}, -1}, + {"Cordeiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Talcott", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brodtkorb", 1, {DICTIONARY_SURNAME}, -1}, + {"Hersleb", 1, {DICTIONARY_SURNAME}, -1}, + {"Petard", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbeek", 1, {DICTIONARY_SURNAME}, -1}, + {"Dannett", 1, {DICTIONARY_SURNAME}, -1}, + {"Ernman", 1, {DICTIONARY_SURNAME}, -1}, + {"Leventhal", 1, {DICTIONARY_SURNAME}, -1}, + {"Pratyangira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nayar", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrapi", 1, {DICTIONARY_SURNAME}, -1}, + {"stewarts", 1, {DICTIONARY_CHAIN}, 242}, + {"Willis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akçam", 1, {DICTIONARY_SURNAME}, -1}, + {"Lapham", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubica", 1, {DICTIONARY_SURNAME}, -1}, + {"Matteo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Robinett", 1, {DICTIONARY_SURNAME}, -1}, + {"Keast", 1, {DICTIONARY_SURNAME}, -1}, + {"Stephani", 1, {DICTIONARY_SURNAME}, -1}, + {"Ott", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Krikor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruge", 1, {DICTIONARY_SURNAME}, -1}, + {"Nettlefold", 1, {DICTIONARY_SURNAME}, -1}, + {"Emmanuelle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCorry", 1, {DICTIONARY_SURNAME}, -1}, + {"Nowitzki", 1, {DICTIONARY_SURNAME}, -1}, + {"Ditlev", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"pizzaexpress", 1, {DICTIONARY_CHAIN}, -1}, + {"Yağmur", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sung-mi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Smeds", 1, {DICTIONARY_SURNAME}, -1}, + {"Manzur", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Finan", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubelík", 1, {DICTIONARY_SURNAME}, -1}, + {"Trịnh", 1, {DICTIONARY_SURNAME}, -1}, + {"Chankotadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Jovičić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vogtmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurand", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aymar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bjelogrlić", 1, {DICTIONARY_SURNAME}, -1}, + {"Zemzemi", 1, {DICTIONARY_SURNAME}, -1}, + {"Marolf", 1, {DICTIONARY_SURNAME}, -1}, + {"Knauss", 1, {DICTIONARY_SURNAME}, -1}, + {"Catherina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanhorse", 1, {DICTIONARY_SURNAME}, -1}, + {"Lill", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohlberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Golovachev", 1, {DICTIONARY_SURNAME}, -1}, + {"Hasenclever", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunswik", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Tormaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Lautensack", 1, {DICTIONARY_SURNAME}, -1}, + {"Pannell", 1, {DICTIONARY_SURNAME}, -1}, + {"Agulay", 1, {DICTIONARY_SURNAME}, -1}, + {"Aronowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"König", 1, {DICTIONARY_SURNAME}, -1}, + {"Rogowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hackbusch", 1, {DICTIONARY_SURNAME}, -1}, + {"Wölfflin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bolla", 1, {DICTIONARY_SURNAME}, -1}, + {"Abeer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Porges", 1, {DICTIONARY_SURNAME}, -1}, + {"Hogben", 1, {DICTIONARY_SURNAME}, -1}, + {"spar", 1, {DICTIONARY_CHAIN}, -1}, + {"Andone", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadahito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fyodor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Himes", 1, {DICTIONARY_SURNAME}, -1}, + {"Rahner", 1, {DICTIONARY_SURNAME}, -1}, + {"Schrefl", 1, {DICTIONARY_SURNAME}, -1}, + {"Aaen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernson", 1, {DICTIONARY_SURNAME}, -1}, + {"Raičević", 1, {DICTIONARY_SURNAME}, -1}, + {"Kishikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"De Lesseps", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurganus", 1, {DICTIONARY_SURNAME}, -1}, + {"Zenkichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hisatoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dewey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bassett", 1, {DICTIONARY_SURNAME}, -1}, + {"Cusson", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbrugghe", 1, {DICTIONARY_SURNAME}, -1}, + {"Abold", 1, {DICTIONARY_SURNAME}, -1}, + {"Balog", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akumu", 1, {DICTIONARY_SURNAME}, -1}, + {"Haan", 1, {DICTIONARY_SURNAME}, -1}, + {"church's chicken", 1, {DICTIONARY_CHAIN}, -1}, + {"Draxler", 1, {DICTIONARY_SURNAME}, -1}, + {"Shion", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cruthers", 1, {DICTIONARY_SURNAME}, -1}, + {"Nilsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Haydée", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geston", 1, {DICTIONARY_SURNAME}, -1}, + {"Aelvoet", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaustein", 1, {DICTIONARY_SURNAME}, -1}, + {"Matisons", 1, {DICTIONARY_SURNAME}, -1}, + {"Corden", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyake", 1, {DICTIONARY_SURNAME}, -1}, + {"Bourdin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirofumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tian", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gentry", 1, {DICTIONARY_SURNAME}, -1}, + {"Golshiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Adere", 1, {DICTIONARY_SURNAME}, -1}, + {"Roshal", 1, {DICTIONARY_SURNAME}, -1}, + {"McKinnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Hatchett", 1, {DICTIONARY_SURNAME}, -1}, + {"Musso", 1, {DICTIONARY_SURNAME}, -1}, + {"Haman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Grygera", 1, {DICTIONARY_SURNAME}, -1}, + {"Artyukhin", 1, {DICTIONARY_SURNAME}, -1}, + {"Işık", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vardan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moynahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Laitinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Chadar", 1, {DICTIONARY_SURNAME}, -1}, + {"Černý", 1, {DICTIONARY_SURNAME}, -1}, + {"Austėja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Min-jung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leonid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mac Ospaic", 1, {DICTIONARY_SURNAME}, -1}, + {"Yener", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wurman", 1, {DICTIONARY_SURNAME}, -1}, + {"Holderbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Middleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Massinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Druce", 1, {DICTIONARY_SURNAME}, -1}, + {"Plucknett", 1, {DICTIONARY_SURNAME}, -1}, + {"Haberman", 1, {DICTIONARY_SURNAME}, -1}, + {"McKeay", 1, {DICTIONARY_SURNAME}, -1}, + {"Kreek", 1, {DICTIONARY_SURNAME}, -1}, + {"Klima", 1, {DICTIONARY_SURNAME}, -1}, + {"Clemmensen", 1, {DICTIONARY_SURNAME}, -1}, + {"Karaca", 1, {DICTIONARY_SURNAME}, -1}, + {"Buren", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van der Hove", 1, {DICTIONARY_SURNAME}, -1}, + {"Vathanak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kausar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veh", 1, {DICTIONARY_SURNAME}, -1}, + {"Venu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rumi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLuhan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sones", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheible", 1, {DICTIONARY_SURNAME}, -1}, + {"Samkange", 1, {DICTIONARY_SURNAME}, -1}, + {"Englund", 1, {DICTIONARY_SURNAME}, -1}, + {"Agmon", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboimov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirilenko", 1, {DICTIONARY_SURNAME}, -1}, + {"De Mestre", 1, {DICTIONARY_SURNAME}, -1}, + {"Carrera", 1, {DICTIONARY_SURNAME}, -1}, + {"Lesly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heusch", 1, {DICTIONARY_SURNAME}, -1}, + {"Visone", 1, {DICTIONARY_SURNAME}, -1}, + {"Beccari", 1, {DICTIONARY_SURNAME}, -1}, + {"Ughi", 1, {DICTIONARY_SURNAME}, -1}, + {"Liv", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Part", 1, {DICTIONARY_SURNAME}, -1}, + {"Baryshev", 1, {DICTIONARY_SURNAME}, -1}, + {"Borree", 1, {DICTIONARY_SURNAME}, -1}, + {"Engmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Thring", 1, {DICTIONARY_SURNAME}, -1}, + {"Rentarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Branicki", 1, {DICTIONARY_SURNAME}, -1}, + {"Atuma", 1, {DICTIONARY_SURNAME}, -1}, + {"Allanson", 1, {DICTIONARY_SURNAME}, -1}, + {"Faik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dinu", 1, {DICTIONARY_SURNAME}, -1}, + {"Gardener", 1, {DICTIONARY_SURNAME}, -1}, + {"Tishner", 1, {DICTIONARY_SURNAME}, -1}, + {"Tilahun", 1, {DICTIONARY_SURNAME}, -1}, + {"Ammon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schuller", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiorini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablao", 1, {DICTIONARY_SURNAME}, -1}, + {"the cooperative food", 1, {DICTIONARY_CHAIN}, 253}, + {"McElwain", 1, {DICTIONARY_SURNAME}, -1}, + {"Baliga", 1, {DICTIONARY_SURNAME}, -1}, + {"Csatáry", 1, {DICTIONARY_SURNAME}, -1}, + {"Deneen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"jack astors bar & grill", 1, {DICTIONARY_CHAIN}, 163}, + {"Verkhovtsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldney", 1, {DICTIONARY_SURNAME}, -1}, + {"De Villemure", 1, {DICTIONARY_SURNAME}, -1}, + {"Shukvani", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Alastair", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodnar", 1, {DICTIONARY_SURNAME}, -1}, + {"Drolling", 1, {DICTIONARY_SURNAME}, -1}, + {"Haider", 1, {DICTIONARY_SURNAME}, -1}, + {"Kassis", 1, {DICTIONARY_SURNAME}, -1}, + {"Paul-Louis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó Dálaigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Pooley", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyrle", 1, {DICTIONARY_SURNAME}, -1}, + {"Avalishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Struszyński", 1, {DICTIONARY_SURNAME}, -1}, + {"Youde", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruddock", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallo", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-soon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Azúa", 1, {DICTIONARY_SURNAME}, -1}, + {"Hechtman", 1, {DICTIONARY_SURNAME}, -1}, + {"Borislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Crowe", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosengart", 1, {DICTIONARY_SURNAME}, -1}, + {"Donny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Guatta", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaspar", 1, {DICTIONARY_SURNAME}, -1}, + {"Ritsuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tegetmeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Raimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bognár", 1, {DICTIONARY_SURNAME}, -1}, + {"Karakachanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Ghaffar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jodrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Giannozzo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Osten", 1, {DICTIONARY_SURNAME}, -1}, + {"Kušnír", 1, {DICTIONARY_SURNAME}, -1}, + {"Procházka", 1, {DICTIONARY_SURNAME}, -1}, + {"Tjaart", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Perlich", 1, {DICTIONARY_SURNAME}, -1}, + {"Attila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McClatchey", 1, {DICTIONARY_SURNAME}, -1}, + {"vrbank", 1, {DICTIONARY_CHAIN}, 264}, + {"Vidanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Küçük", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hilario", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Manfredi", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuzmanovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Bracht", 1, {DICTIONARY_SURNAME}, -1}, + {"Crites", 1, {DICTIONARY_SURNAME}, -1}, + {"Arabacıoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Folco", 1, {DICTIONARY_SURNAME}, -1}, + {"Kramp", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahn", 1, {DICTIONARY_SURNAME}, -1}, + {"Poraz", 1, {DICTIONARY_SURNAME}, -1}, + {"Valladont", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunel", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmitter", 1, {DICTIONARY_SURNAME}, -1}, + {"Teschl", 1, {DICTIONARY_SURNAME}, -1}, + {"Eggeling", 1, {DICTIONARY_SURNAME}, -1}, + {"Hardie", 1, {DICTIONARY_SURNAME}, -1}, + {"Irie", 1, {DICTIONARY_SURNAME}, -1}, + {"Irek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Babu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rambhatla", 1, {DICTIONARY_SURNAME}, -1}, + {"Thyne", 1, {DICTIONARY_SURNAME}, -1}, + {"Saša", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Máirín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ebersole", 1, {DICTIONARY_SURNAME}, -1}, + {"Abradelo", 1, {DICTIONARY_SURNAME}, -1}, + {"Oss", 1, {DICTIONARY_SURNAME}, -1}, + {"Zakrzewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Glazer", 1, {DICTIONARY_SURNAME}, -1}, + {"Goedde", 1, {DICTIONARY_SURNAME}, -1}, + {"Abasthi", 1, {DICTIONARY_SURNAME}, -1}, + {"Lulwa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dasgupta", 1, {DICTIONARY_SURNAME}, -1}, + {"Cairistìona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Craig", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Mhic Shitric", 1, {DICTIONARY_SURNAME}, -1}, + {"Liverani", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehret", 1, {DICTIONARY_SURNAME}, -1}, + {"Tihomir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hinrich", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lefrançois", 1, {DICTIONARY_SURNAME}, -1}, + {"McElmury", 1, {DICTIONARY_SURNAME}, -1}, + {"Lauaki", 1, {DICTIONARY_SURNAME}, -1}, + {"seven-11", 1, {DICTIONARY_CHAIN}, 56}, + {"Rudel", 1, {DICTIONARY_SURNAME}, -1}, + {"franprix", 1, {DICTIONARY_CHAIN}, -1}, + {"Gadin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghasem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yrjö-Koskinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Suiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiichiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McElhatton", 1, {DICTIONARY_SURNAME}, -1}, + {"Storm", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Samir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Magnotta", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolle", 1, {DICTIONARY_SURNAME}, -1}, + {"Sikes", 1, {DICTIONARY_SURNAME}, -1}, + {"NicEachainn", 1, {DICTIONARY_SURNAME}, -1}, + {"Myton", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marsalis", 1, {DICTIONARY_SURNAME}, -1}, + {"M'baye", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Harue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schoeben", 1, {DICTIONARY_SURNAME}, -1}, + {"Ubay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"A'isha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKinnie", 1, {DICTIONARY_SURNAME}, -1}, + {"Frasconi", 1, {DICTIONARY_SURNAME}, -1}, + {"McSweegan", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheinbein", 1, {DICTIONARY_SURNAME}, -1}, + {"Bornedal", 1, {DICTIONARY_SURNAME}, -1}, + {"Abregu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyenkyehene", 1, {DICTIONARY_SURNAME}, -1}, + {"Port", 1, {DICTIONARY_SURNAME}, -1}, + {"McCubbins", 1, {DICTIONARY_SURNAME}, -1}, + {"Lunsford", 1, {DICTIONARY_SURNAME}, -1}, + {"Norocel", 1, {DICTIONARY_SURNAME}, -1}, + {"Beekman", 1, {DICTIONARY_SURNAME}, -1}, + {"Goemon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hulke", 1, {DICTIONARY_SURNAME}, -1}, + {"Bondarenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferić", 1, {DICTIONARY_SURNAME}, -1}, + {"Camille Alphonse", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLerie", 1, {DICTIONARY_SURNAME}, -1}, + {"Leuenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Bennions", 1, {DICTIONARY_SURNAME}, -1}, + {"Posse", 1, {DICTIONARY_SURNAME}, -1}, + {"Martelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Granqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Mänd", 1, {DICTIONARY_SURNAME}, -1}, + {"Uchida", 1, {DICTIONARY_SURNAME}, -1}, + {"Chieko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wolfgang", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Denizli", 1, {DICTIONARY_SURNAME}, -1}, + {"Balbus", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackers", 1, {DICTIONARY_SURNAME}, -1}, + {"Drobnjak", 1, {DICTIONARY_SURNAME}, -1}, + {"Sauerbrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Latner", 1, {DICTIONARY_SURNAME}, -1}, + {"Holmsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikelaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Fingleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatskalis", 1, {DICTIONARY_SURNAME}, -1}, + {"Evadne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gallardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vagnozzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Eboue", 1, {DICTIONARY_SURNAME}, -1}, + {"Baize", 1, {DICTIONARY_SURNAME}, -1}, + {"LeClercq", 1, {DICTIONARY_SURNAME}, -1}, + {"Volmar", 1, {DICTIONARY_SURNAME}, -1}, + {"Gromyko", 1, {DICTIONARY_SURNAME}, -1}, + {"Pearsall", 1, {DICTIONARY_SURNAME}, -1}, + {"Meijers", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Amhalaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Degenaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bamberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Anioła", 1, {DICTIONARY_SURNAME}, -1}, + {"Rota", 1, {DICTIONARY_SURNAME}, -1}, + {"Lew", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ferdynand", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rawlings", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackerly", 1, {DICTIONARY_SURNAME}, -1}, + {"Plombon", 1, {DICTIONARY_SURNAME}, -1}, + {"Rodier", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cunanan", 1, {DICTIONARY_SURNAME}, -1}, + {"Warbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Verville", 1, {DICTIONARY_SURNAME}, -1}, + {"Doležal", 1, {DICTIONARY_SURNAME}, -1}, + {"Abhisheki", 1, {DICTIONARY_SURNAME}, -1}, + {"Mechem", 1, {DICTIONARY_SURNAME}, -1}, + {"Lasri", 1, {DICTIONARY_SURNAME}, -1}, + {"Carey", 1, {DICTIONARY_SURNAME}, -1}, + {"Scithers", 1, {DICTIONARY_SURNAME}, -1}, + {"Terdoslavich", 1, {DICTIONARY_SURNAME}, -1}, + {"Emeghara", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Amhlaoibh", 1, {DICTIONARY_SURNAME}, -1}, + {"Masako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Middelaar", 1, {DICTIONARY_SURNAME}, -1}, + {"Rowan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chiossone", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagat", 1, {DICTIONARY_SURNAME}, -1}, + {"Claudia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Falkman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vickaryous", 1, {DICTIONARY_SURNAME}, -1}, + {"Welchel", 1, {DICTIONARY_SURNAME}, -1}, + {"Komatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kang-min", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Neuharth", 1, {DICTIONARY_SURNAME}, -1}, + {"Stobart", 1, {DICTIONARY_SURNAME}, -1}, + {"Averyanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bozeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Almadawy", 1, {DICTIONARY_SURNAME}, -1}, + {"Sihler", 1, {DICTIONARY_SURNAME}, -1}, + {"Abubakar", 1, {DICTIONARY_SURNAME}, -1}, + {"Allio", 1, {DICTIONARY_SURNAME}, -1}, + {"Liparulo", 1, {DICTIONARY_SURNAME}, -1}, + {"Caoimhín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vekemans", 1, {DICTIONARY_SURNAME}, -1}, + {"Timglas", 1, {DICTIONARY_SURNAME}, -1}, + {"Jem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arthurson", 1, {DICTIONARY_SURNAME}, -1}, + {"Piccoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Nordstrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Alford", 1, {DICTIONARY_SURNAME}, -1}, + {"Božidar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonhomme", 1, {DICTIONARY_SURNAME}, -1}, + {"Bebchuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Donev", 1, {DICTIONARY_SURNAME}, -1}, + {"Pringsheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Yatchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Brough", 1, {DICTIONARY_SURNAME}, -1}, + {"Bucak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasoski", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigneault", 1, {DICTIONARY_SURNAME}, -1}, + {"Aharonson", 1, {DICTIONARY_SURNAME}, -1}, + {"Celibidache", 1, {DICTIONARY_SURNAME}, -1}, + {"Michio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Oona", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dollitz", 1, {DICTIONARY_SURNAME}, -1}, + {"McFoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Abulkhir", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Egmond", 1, {DICTIONARY_SURNAME}, -1}, + {"Mansor", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiroshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henze", 1, {DICTIONARY_SURNAME}, -1}, + {"Rathbun", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Nostrand", 1, {DICTIONARY_SURNAME}, -1}, + {"Holwyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Tchicovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Menon of Pharsalus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Năstase", 1, {DICTIONARY_SURNAME}, -1}, + {"Brooke", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vodianova", 1, {DICTIONARY_SURNAME}, -1}, + {"Thiry", 1, {DICTIONARY_SURNAME}, -1}, + {"Su-bin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dirks", 1, {DICTIONARY_SURNAME}, -1}, + {"Povilas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tamm", 1, {DICTIONARY_SURNAME}, -1}, + {"Ojigwe", 1, {DICTIONARY_SURNAME}, -1}, + {"Shull", 1, {DICTIONARY_SURNAME}, -1}, + {"Shōhei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farina", 1, {DICTIONARY_SURNAME}, -1}, + {"Sice", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McLucas", 1, {DICTIONARY_SURNAME}, -1}, + {"Quimby", 1, {DICTIONARY_SURNAME}, -1}, + {"De Roo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolashnyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Arty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eth", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Emden", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruberti", 1, {DICTIONARY_SURNAME}, -1}, + {"Grohman", 1, {DICTIONARY_SURNAME}, -1}, + {"Bradfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Senghor", 1, {DICTIONARY_SURNAME}, -1}, + {"Robbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Amick", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kerim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bonatti", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmieder", 1, {DICTIONARY_SURNAME}, -1}, + {"Rampton", 1, {DICTIONARY_SURNAME}, -1}, + {"György", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Asipovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Dobrovolsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Vybornov", 1, {DICTIONARY_SURNAME}, -1}, + {"Niederbacher", 1, {DICTIONARY_SURNAME}, -1}, + {"McFarlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Suleiman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brambilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Merz", 1, {DICTIONARY_SURNAME}, -1}, + {"Condarco", 1, {DICTIONARY_SURNAME}, -1}, + {"Kumaraswamy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shulamith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klika", 1, {DICTIONARY_SURNAME}, -1}, + {"Arzoumanian", 1, {DICTIONARY_SURNAME}, -1}, + {"Wernicke", 1, {DICTIONARY_SURNAME}, -1}, + {"McCoppin", 1, {DICTIONARY_SURNAME}, -1}, + {"Helma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tuathflaith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daub", 1, {DICTIONARY_SURNAME}, -1}, + {"Suutari", 1, {DICTIONARY_SURNAME}, -1}, + {"Waki", 1, {DICTIONARY_SURNAME}, -1}, + {"Kornfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Margulis", 1, {DICTIONARY_SURNAME}, -1}, + {"Irati", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fendler", 1, {DICTIONARY_SURNAME}, -1}, + {"Greengold", 1, {DICTIONARY_SURNAME}, -1}, + {"Tayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Tadatsune", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"IJsbrand", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scheffczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Saville", 1, {DICTIONARY_SURNAME}, -1}, + {"Yakubov", 1, {DICTIONARY_SURNAME}, -1}, + {"boston pizza", 1, {DICTIONARY_CHAIN}, -1}, + {"Sandrelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Fétique", 1, {DICTIONARY_SURNAME}, -1}, + {"Felicia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Archibald", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Parratt", 1, {DICTIONARY_SURNAME}, -1}, + {"Langone", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilks", 1, {DICTIONARY_SURNAME}, -1}, + {"Worku", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Veremeenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Haraldsdóttir", 1, {DICTIONARY_SURNAME}, -1}, + {"Nirṛti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bibescu", 1, {DICTIONARY_SURNAME}, -1}, + {"MacTavish", 1, {DICTIONARY_SURNAME}, -1}, + {"Altizer", 1, {DICTIONARY_SURNAME}, -1}, + {"Erez", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"O'Donnell", 1, {DICTIONARY_SURNAME}, -1}, + {"Bayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrahamowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Doğuş", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lemprière", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Iwaarden", 1, {DICTIONARY_SURNAME}, -1}, + {"İzgü", 1, {DICTIONARY_SURNAME}, -1}, + {"Raho", 1, {DICTIONARY_SURNAME}, -1}, + {"Kinlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Cresconius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lajtha", 1, {DICTIONARY_SURNAME}, -1}, + {"Danquah", 1, {DICTIONARY_SURNAME}, -1}, + {"Smrz", 1, {DICTIONARY_SURNAME}, -1}, + {"Henric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Speake", 1, {DICTIONARY_SURNAME}, -1}, + {"Norbert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Garsevanishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdumuqit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Muspratt", 1, {DICTIONARY_SURNAME}, -1}, + {"Schandorff", 1, {DICTIONARY_SURNAME}, -1}, + {"Diez", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidyaraj", 1, {DICTIONARY_SURNAME}, -1}, + {"Zsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Perri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gallen-Kallela", 1, {DICTIONARY_SURNAME}, -1}, + {"Opara", 1, {DICTIONARY_SURNAME}, -1}, + {"Perišić", 1, {DICTIONARY_SURNAME}, -1}, + {"Carus", 1, {DICTIONARY_SURNAME}, -1}, + {"Bubka", 1, {DICTIONARY_SURNAME}, -1}, + {"Bidlisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Straelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ravinder", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valadè", 1, {DICTIONARY_SURNAME}, -1}, + {"Boszhard", 1, {DICTIONARY_SURNAME}, -1}, + {"Bobadilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Sevareid", 1, {DICTIONARY_SURNAME}, -1}, + {"Ciobanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Boulton", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosátka", 1, {DICTIONARY_SURNAME}, -1}, + {"Ndaw", 1, {DICTIONARY_SURNAME}, -1}, + {"McKennis", 1, {DICTIONARY_SURNAME}, -1}, + {"Mandy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ljiljana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McLinn", 1, {DICTIONARY_SURNAME}, -1}, + {"Edelstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Aridjis", 1, {DICTIONARY_SURNAME}, -1}, + {"Zubel", 1, {DICTIONARY_SURNAME}, -1}, + {"Knigge", 1, {DICTIONARY_SURNAME}, -1}, + {"Fenech", 1, {DICTIONARY_SURNAME}, -1}, + {"Scharff", 1, {DICTIONARY_SURNAME}, -1}, + {"Boorman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukmon", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-keun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Steingrímur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harutyunyan", 1, {DICTIONARY_SURNAME}, -1}, + {"McFarnon", 1, {DICTIONARY_SURNAME}, -1}, + {"Müller", 1, {DICTIONARY_SURNAME}, -1}, + {"Jackson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cindy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tronchet", 1, {DICTIONARY_SURNAME}, -1}, + {"Incropera", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyukichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Värk", 1, {DICTIONARY_SURNAME}, -1}, + {"McElgunn", 1, {DICTIONARY_SURNAME}, -1}, + {"Courneya", 1, {DICTIONARY_SURNAME}, -1}, + {"Fichte", 1, {DICTIONARY_SURNAME}, -1}, + {"Gimpel", 1, {DICTIONARY_SURNAME}, -1}, + {"Rana", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aubert", 1, {DICTIONARY_SURNAME}, -1}, + {"L'Héritier", 1, {DICTIONARY_SURNAME}, -1}, + {"Arisaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Oka", 1, {DICTIONARY_SURNAME}, -1}, + {"Aiyeku", 1, {DICTIONARY_SURNAME}, -1}, + {"Armentrout", 1, {DICTIONARY_SURNAME}, -1}, + {"Rune", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Warrender", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabrosky", 1, {DICTIONARY_SURNAME}, -1}, + {"Volm", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowring", 1, {DICTIONARY_SURNAME}, -1}, + {"Hodžić", 1, {DICTIONARY_SURNAME}, -1}, + {"Junge", 1, {DICTIONARY_SURNAME}, -1}, + {"Randerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldwin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wagg", 1, {DICTIONARY_SURNAME}, -1}, + {"Klocek", 1, {DICTIONARY_SURNAME}, -1}, + {"Jebali", 1, {DICTIONARY_SURNAME}, -1}, + {"Warcop", 1, {DICTIONARY_SURNAME}, -1}, + {"Clingerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Buzzard", 1, {DICTIONARY_SURNAME}, -1}, + {"Ziauddin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Toews", 1, {DICTIONARY_SURNAME}, -1}, + {"Karinska", 1, {DICTIONARY_SURNAME}, -1}, + {"Renshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Obiefule", 1, {DICTIONARY_SURNAME}, -1}, + {"Faragher", 1, {DICTIONARY_SURNAME}, -1}, + {"Likhachev", 1, {DICTIONARY_SURNAME}, -1}, + {"Geraint", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lyonel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zhestkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Donutil", 1, {DICTIONARY_SURNAME}, -1}, + {"Beethoven", 1, {DICTIONARY_SURNAME}, -1}, + {"Dub Lémna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aabye", 1, {DICTIONARY_SURNAME}, -1}, + {"Lidia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mavis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bolen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodinus", 1, {DICTIONARY_SURNAME}, -1}, + {"Iglesias", 1, {DICTIONARY_SURNAME}, -1}, + {"Varnelis", 1, {DICTIONARY_SURNAME}, -1}, + {"Simonyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Politzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Severini", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuler", 1, {DICTIONARY_SURNAME}, -1}, + {"Wyner", 1, {DICTIONARY_SURNAME}, -1}, + {"Azaïs", 1, {DICTIONARY_SURNAME}, -1}, + {"Varejão", 1, {DICTIONARY_SURNAME}, -1}, + {"Villalvazo", 1, {DICTIONARY_SURNAME}, -1}, + {"Čačić", 1, {DICTIONARY_SURNAME}, -1}, + {"Azizah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bachmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Maicon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Walentynowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Esther", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nadal", 1, {DICTIONARY_SURNAME}, -1}, + {"Berkson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasset", 1, {DICTIONARY_SURNAME}, -1}, + {"Akihisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Platts", 1, {DICTIONARY_SURNAME}, -1}, + {"dunkin donuts", 1, {DICTIONARY_CHAIN}, 130}, + {"Anatol", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vinatier", 1, {DICTIONARY_SURNAME}, -1}, + {"Lequaglie", 1, {DICTIONARY_SURNAME}, -1}, + {"Mansfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaba", 1, {DICTIONARY_SURNAME}, -1}, + {"Leora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tzavaras", 1, {DICTIONARY_SURNAME}, -1}, + {"Benerito", 1, {DICTIONARY_SURNAME}, -1}, + {"Verstuyft", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaccari", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardini", 1, {DICTIONARY_SURNAME}, -1}, + {"Varupa", 1, {DICTIONARY_SURNAME}, -1}, + {"Cudicini", 1, {DICTIONARY_SURNAME}, -1}, + {"Dommersnes", 1, {DICTIONARY_SURNAME}, -1}, + {"Zweig", 1, {DICTIONARY_SURNAME}, -1}, + {"Motohashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pavić", 1, {DICTIONARY_SURNAME}, -1}, + {"Taqi al-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Janosik", 1, {DICTIONARY_SURNAME}, -1}, + {"Stables", 1, {DICTIONARY_SURNAME}, -1}, + {"Giddens", 1, {DICTIONARY_SURNAME}, -1}, + {"Koshkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Durocher", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorotović", 1, {DICTIONARY_SURNAME}, -1}, + {"Peter Ernest", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Velazco", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorden", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beuerlin", 1, {DICTIONARY_SURNAME}, -1}, + {"De Quesada", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartoszewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Aragonés", 1, {DICTIONARY_SURNAME}, -1}, + {"Oey", 1, {DICTIONARY_SURNAME}, -1}, + {"Rizk", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Albelo", 1, {DICTIONARY_SURNAME}, -1}, + {"Heggen", 1, {DICTIONARY_SURNAME}, -1}, + {"Asuna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balassa", 1, {DICTIONARY_SURNAME}, -1}, + {"Setepenre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goebbels", 1, {DICTIONARY_SURNAME}, -1}, + {"Fosburgh", 1, {DICTIONARY_SURNAME}, -1}, + {"Carreras", 1, {DICTIONARY_SURNAME}, -1}, + {"Chauveau", 1, {DICTIONARY_SURNAME}, -1}, + {"Gantt", 1, {DICTIONARY_SURNAME}, -1}, + {"Nawaf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blunt", 1, {DICTIONARY_SURNAME}, -1}, + {"Yong-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hector", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gounter", 1, {DICTIONARY_SURNAME}, -1}, + {"Alva", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alamsyah", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Haruta", 1, {DICTIONARY_SURNAME}, -1}, + {"Uğur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barr", 1, {DICTIONARY_SURNAME}, -1}, + {"Cukierman", 1, {DICTIONARY_SURNAME}, -1}, + {"Adnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Haberlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Huson", 1, {DICTIONARY_SURNAME}, -1}, + {"chuck e cheese's", 1, {DICTIONARY_CHAIN}, 102}, + {"Arder", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasari", 1, {DICTIONARY_SURNAME}, -1}, + {"Knecht", 1, {DICTIONARY_SURNAME}, -1}, + {"Borowiec", 1, {DICTIONARY_SURNAME}, -1}, + {"Blecher", 1, {DICTIONARY_SURNAME}, -1}, + {"Vejjajiva", 1, {DICTIONARY_SURNAME}, -1}, + {"Kvirikashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleverley", 1, {DICTIONARY_SURNAME}, -1}, + {"Leander", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sweetzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Ikko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dawes", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanhala", 1, {DICTIONARY_SURNAME}, -1}, + {"Koca", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pahor", 1, {DICTIONARY_SURNAME}, -1}, + {"Paffett", 1, {DICTIONARY_SURNAME}, -1}, + {"Ost", 1, {DICTIONARY_SURNAME}, -1}, + {"Lorig", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwietz", 1, {DICTIONARY_SURNAME}, -1}, + {"Mburu", 1, {DICTIONARY_SURNAME}, -1}, + {"Wainer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gebhard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geulincx", 1, {DICTIONARY_SURNAME}, -1}, + {"Shin'ichirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gernandt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasiliadis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowie", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawai", 1, {DICTIONARY_SURNAME}, -1}, + {"Halpern", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sverkersson", 1, {DICTIONARY_SURNAME}, -1}, + {"McCouch", 1, {DICTIONARY_SURNAME}, -1}, + {"Boisselier", 1, {DICTIONARY_SURNAME}, -1}, + {"Adaskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Trefusis", 1, {DICTIONARY_SURNAME}, -1}, + {"Castello", 1, {DICTIONARY_SURNAME}, -1}, + {"Ippei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dong-joo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aytek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Munzinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Montalbán", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahsah", 1, {DICTIONARY_SURNAME}, -1}, + {"Orsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hüber", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimeli", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lamport", 1, {DICTIONARY_SURNAME}, -1}, + {"Apraksin", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitelock", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdödy", 1, {DICTIONARY_SURNAME}, -1}, + {"Heun", 1, {DICTIONARY_SURNAME}, -1}, + {"Rydz", 1, {DICTIONARY_SURNAME}, -1}, + {"Baardson", 1, {DICTIONARY_SURNAME}, -1}, + {"Rattenbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Camil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Feinmesser", 1, {DICTIONARY_SURNAME}, -1}, + {"Otten", 1, {DICTIONARY_SURNAME}, -1}, + {"Magomedgasan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"LeBourgeois", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabbiadini", 1, {DICTIONARY_SURNAME}, -1}, + {"Veisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bassam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hayri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ștefan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kingma", 1, {DICTIONARY_SURNAME}, -1}, + {"Maurilio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sammon", 1, {DICTIONARY_SURNAME}, -1}, + {"Lemoine", 1, {DICTIONARY_SURNAME}, -1}, + {"Élise", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacTaggart", 1, {DICTIONARY_SURNAME}, -1}, + {"Gerstner", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagase", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanks", 1, {DICTIONARY_SURNAME}, -1}, + {"Paolini", 1, {DICTIONARY_SURNAME}, -1}, + {"Roméo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roiha", 1, {DICTIONARY_SURNAME}, -1}, + {"Serge", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Keble", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kuś", 1, {DICTIONARY_SURNAME}, -1}, + {"Schrijver", 1, {DICTIONARY_SURNAME}, -1}, + {"Mizuno", 1, {DICTIONARY_SURNAME}, -1}, + {"Paolucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Bland", 1, {DICTIONARY_SURNAME}, -1}, + {"Mederos", 1, {DICTIONARY_SURNAME}, -1}, + {"Turgis", 1, {DICTIONARY_SURNAME}, -1}, + {"Acre", 1, {DICTIONARY_SURNAME}, -1}, + {"Serginho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krasniqi", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Poels", 1, {DICTIONARY_SURNAME}, -1}, + {"Akpala", 1, {DICTIONARY_SURNAME}, -1}, + {"Omolade", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tosca", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agius", 1, {DICTIONARY_SURNAME}, -1}, + {"Schubert", 1, {DICTIONARY_SURNAME}, -1}, + {"Seonaidh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vilosius", 1, {DICTIONARY_SURNAME}, -1}, + {"chase bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Ben-Zion", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Breedlove", 1, {DICTIONARY_SURNAME}, -1}, + {"Christl", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Silayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Anastasis", 1, {DICTIONARY_SURNAME}, -1}, + {"Voskoboeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Yepifanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Schübeler", 1, {DICTIONARY_SURNAME}, -1}, + {"Warenski", 1, {DICTIONARY_SURNAME}, -1}, + {"Patneedi", 1, {DICTIONARY_SURNAME}, -1}, + {"McEliece", 1, {DICTIONARY_SURNAME}, -1}, + {"Art", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bluhm", 1, {DICTIONARY_SURNAME}, -1}, + {"Tolga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"VuliVuli", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilesanmi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bian", 1, {DICTIONARY_SURNAME}, -1}, + {"Rehberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Varujan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schachten", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Caeckenbergh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ramond", 1, {DICTIONARY_SURNAME}, -1}, + {"Veshko", 1, {DICTIONARY_SURNAME}, -1}, + {"Ribeyro", 1, {DICTIONARY_SURNAME}, -1}, + {"Sumiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eronen", 1, {DICTIONARY_SURNAME}, -1}, + {"Voican", 1, {DICTIONARY_SURNAME}, -1}, + {"Colesberry", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergstrom", 1, {DICTIONARY_SURNAME}, -1}, + {"Vatnikaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Seizō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fereshteh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Saint-Pierre", 1, {DICTIONARY_SURNAME}, -1}, + {"Etxaniz", 1, {DICTIONARY_SURNAME}, -1}, + {"McWalter", 1, {DICTIONARY_SURNAME}, -1}, + {"Hackworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Wehnert", 1, {DICTIONARY_SURNAME}, -1}, + {"Ordzhonikidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Poynter", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakwa", 1, {DICTIONARY_SURNAME}, -1}, + {"Fadel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dodik", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Norwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Kunihiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Austin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ladino", 1, {DICTIONARY_SURNAME}, -1}, + {"Berardino", 1, {DICTIONARY_SURNAME}, -1}, + {"Michuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Meiklejohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Wettstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Durmuş", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"John", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rebreanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Al", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Prittwitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Xisco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amamiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Savoldelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendershot", 1, {DICTIONARY_SURNAME}, -1}, + {"Garrocho", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilba", 1, {DICTIONARY_SURNAME}, -1}, + {"Lessard", 1, {DICTIONARY_SURNAME}, -1}, + {"Attardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Reimold", 1, {DICTIONARY_SURNAME}, -1}, + {"Heiser", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornelisz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ablitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Selander", 1, {DICTIONARY_SURNAME}, -1}, + {"Conner", 1, {DICTIONARY_SURNAME}, -1}, + {"Lainson", 1, {DICTIONARY_SURNAME}, -1}, + {"Smathers", 1, {DICTIONARY_SURNAME}, -1}, + {"Flemyng", 1, {DICTIONARY_SURNAME}, -1}, + {"Davydova", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Shehri", 1, {DICTIONARY_SURNAME}, -1}, + {"Durey", 1, {DICTIONARY_SURNAME}, -1}, + {"Braggins", 1, {DICTIONARY_SURNAME}, -1}, + {"Mithat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kuipers", 1, {DICTIONARY_SURNAME}, -1}, + {"Godínez", 1, {DICTIONARY_SURNAME}, -1}, + {"Adukor", 1, {DICTIONARY_SURNAME}, -1}, + {"Sigtrygg", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McNeely", 1, {DICTIONARY_SURNAME}, -1}, + {"Inukai", 1, {DICTIONARY_SURNAME}, -1}, + {"Vovkodav", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaljević", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackett", 1, {DICTIONARY_SURNAME}, -1}, + {"Dell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Uzzi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Forestier", 1, {DICTIONARY_SURNAME}, -1}, + {"Biseswar", 1, {DICTIONARY_SURNAME}, -1}, + {"Sgambati", 1, {DICTIONARY_SURNAME}, -1}, + {"Halterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Trajkovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kloosterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Justellus", 1, {DICTIONARY_SURNAME}, -1}, + {"Coppola", 1, {DICTIONARY_SURNAME}, -1}, + {"Adachihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Nelson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Thaler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vorozheykin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bridger", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agbaso", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuenen", 1, {DICTIONARY_SURNAME}, -1}, + {"Torstensson", 1, {DICTIONARY_SURNAME}, -1}, + {"Betanzos", 1, {DICTIONARY_SURNAME}, -1}, + {"Barlas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Arabiyat", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulrixit", 1, {DICTIONARY_SURNAME}, -1}, + {"Smits", 1, {DICTIONARY_SURNAME}, -1}, + {"Vreijsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hong-joo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hanning", 1, {DICTIONARY_SURNAME}, -1}, + {"Loveland", 1, {DICTIONARY_SURNAME}, -1}, + {"Prija", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agabi", 1, {DICTIONARY_SURNAME}, -1}, + {"Chōhei", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moreland", 1, {DICTIONARY_SURNAME}, -1}, + {"Totanes", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaschke", 1, {DICTIONARY_SURNAME}, -1}, + {"Albertet", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mathijsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Touchard", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballantine", 1, {DICTIONARY_SURNAME}, -1}, + {"Komoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Alpert", 1, {DICTIONARY_SURNAME}, -1}, + {"Cordelia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Burhagohain", 1, {DICTIONARY_SURNAME}, -1}, + {"Francesconi", 1, {DICTIONARY_SURNAME}, -1}, + {"Frevert", 1, {DICTIONARY_SURNAME}, -1}, + {"Wacker", 1, {DICTIONARY_SURNAME}, -1}, + {"Stosur", 1, {DICTIONARY_SURNAME}, -1}, + {"Norichika", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valdimar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gibbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Tokiuji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tischbein", 1, {DICTIONARY_SURNAME}, -1}, + {"Griselda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aspinwall", 1, {DICTIONARY_SURNAME}, -1}, + {"Vainola", 1, {DICTIONARY_SURNAME}, -1}, + {"Roney", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Duijn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilnytskyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vukoičić", 1, {DICTIONARY_SURNAME}, -1}, + {"Dúnlaith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Komorovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Ney", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Laus", 1, {DICTIONARY_SURNAME}, -1}, + {"Soroku", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Norrie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Derek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baral", 1, {DICTIONARY_SURNAME}, -1}, + {"Emrah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bergort", 1, {DICTIONARY_SURNAME}, -1}, + {"Mototsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arnould", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tinbergen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellsberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Keeble", 1, {DICTIONARY_SURNAME}, -1}, + {"Pentland", 1, {DICTIONARY_SURNAME}, -1}, + {"Corbeil", 1, {DICTIONARY_SURNAME}, -1}, + {"Federico", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bebek", 1, {DICTIONARY_SURNAME}, -1}, + {"Dallman", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Fischly", 1, {DICTIONARY_SURNAME}, -1}, + {"Wellmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Snider", 1, {DICTIONARY_SURNAME}, -1}, + {"De Blowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoshigahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Buffon", 1, {DICTIONARY_SURNAME}, -1}, + {"Shagwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Yumiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dhar", 1, {DICTIONARY_SURNAME}, -1}, + {"Zemiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Vojtek", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaworski", 1, {DICTIONARY_SURNAME}, -1}, + {"Ecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Katashi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schersing", 1, {DICTIONARY_SURNAME}, -1}, + {"Ujmajuridze", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapa", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurrat", 1, {DICTIONARY_SURNAME}, -1}, + {"Connell", 1, {DICTIONARY_SURNAME}, -1}, + {"Davenport", 1, {DICTIONARY_SURNAME}, -1}, + {"N'Guessan", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownlow", 1, {DICTIONARY_SURNAME}, -1}, + {"Batchelder", 1, {DICTIONARY_SURNAME}, -1}, + {"Vencevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Dokmanović", 1, {DICTIONARY_SURNAME}, -1}, + {"Dryden", 1, {DICTIONARY_SURNAME}, -1}, + {"jack-in-the-boxes", 1, {DICTIONARY_CHAIN}, 162}, + {"Naoki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hardcastle", 1, {DICTIONARY_SURNAME}, -1}, + {"Cerfberr", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolkka", 1, {DICTIONARY_SURNAME}, -1}, + {"Keating", 1, {DICTIONARY_SURNAME}, -1}, + {"Lisa Marie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aonghas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bohanon", 1, {DICTIONARY_SURNAME}, -1}, + {"einstein bros bagels", 1, {DICTIONARY_CHAIN}, 132}, + {"Vaenga", 1, {DICTIONARY_SURNAME}, -1}, + {"Vizinczey", 1, {DICTIONARY_SURNAME}, -1}, + {"Songok", 1, {DICTIONARY_SURNAME}, -1}, + {"Dewdney", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulich", 1, {DICTIONARY_SURNAME}, -1}, + {"Ognjenović", 1, {DICTIONARY_SURNAME}, -1}, + {"Seric", 1, {DICTIONARY_SURNAME}, -1}, + {"Levingston", 1, {DICTIONARY_SURNAME}, -1}, + {"Hegerberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Myskina", 1, {DICTIONARY_SURNAME}, -1}, + {"t d bank", 1, {DICTIONARY_CHAIN}, 248}, + {"Zbyněk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grego", 1, {DICTIONARY_SURNAME}, -1}, + {"Veinberga", 1, {DICTIONARY_SURNAME}, -1}, + {"Roitman", 1, {DICTIONARY_SURNAME}, -1}, + {"Niekisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Stylez", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Wadecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Deane", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Derbur", 1, {DICTIONARY_SURNAME}, -1}, + {"Kielholz", 1, {DICTIONARY_SURNAME}, -1}, + {"Palahniuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsurumaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Gower", 1, {DICTIONARY_SURNAME}, -1}, + {"Reventlow", 1, {DICTIONARY_SURNAME}, -1}, + {"Allemand", 1, {DICTIONARY_SURNAME}, -1}, + {"Proksch", 1, {DICTIONARY_SURNAME}, -1}, + {"Laclé", 1, {DICTIONARY_SURNAME}, -1}, + {"Yonakor", 1, {DICTIONARY_SURNAME}, -1}, + {"Schanke", 1, {DICTIONARY_SURNAME}, -1}, + {"Polevoy", 1, {DICTIONARY_SURNAME}, -1}, + {"quizno's", 1, {DICTIONARY_CHAIN}, 215}, + {"Steer", 1, {DICTIONARY_SURNAME}, -1}, + {"Quinteros", 1, {DICTIONARY_SURNAME}, -1}, + {"Minshull", 1, {DICTIONARY_SURNAME}, -1}, + {"McKeehan", 1, {DICTIONARY_SURNAME}, -1}, + {"Lahm", 1, {DICTIONARY_SURNAME}, -1}, + {"Mantovano", 1, {DICTIONARY_SURNAME}, -1}, + {"Costigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Velliquette", 1, {DICTIONARY_SURNAME}, -1}, + {"Aljančić", 1, {DICTIONARY_SURNAME}, -1}, + {"Meryl", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Diderik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vikebø", 1, {DICTIONARY_SURNAME}, -1}, + {"Veuchelen", 1, {DICTIONARY_SURNAME}, -1}, + {"Štědroň", 1, {DICTIONARY_SURNAME}, -1}, + {"Harris", 1, {DICTIONARY_SURNAME}, -1}, + {"Yanes", 1, {DICTIONARY_SURNAME}, -1}, + {"Genn", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanui", 1, {DICTIONARY_SURNAME}, -1}, + {"Crotty", 1, {DICTIONARY_SURNAME}, -1}, + {"Boa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bergsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Alavanos", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunegan", 1, {DICTIONARY_SURNAME}, -1}, + {"Traversa", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Beijnum", 1, {DICTIONARY_SURNAME}, -1}, + {"Lingenfelter", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Catháin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ananya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alben", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Crump", 1, {DICTIONARY_SURNAME}, -1}, + {"Nease", 1, {DICTIONARY_SURNAME}, -1}, + {"Prowse", 1, {DICTIONARY_SURNAME}, -1}, + {"Terawaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Domenicali", 1, {DICTIONARY_SURNAME}, -1}, + {"Irvine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bogović", 1, {DICTIONARY_SURNAME}, -1}, + {"Rapava", 1, {DICTIONARY_SURNAME}, -1}, + {"Anzu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Minges", 1, {DICTIONARY_SURNAME}, -1}, + {"Annabel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Woodruff", 1, {DICTIONARY_SURNAME}, -1}, + {"Gatting", 1, {DICTIONARY_SURNAME}, -1}, + {"Breton", 1, {DICTIONARY_SURNAME}, -1}, + {"Benveniste", 1, {DICTIONARY_SURNAME}, -1}, + {"Roeseler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hobhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hall", 1, {DICTIONARY_SURNAME}, -1}, + {"Yi", 1, {DICTIONARY_SURNAME}, -1}, + {"Johns", 1, {DICTIONARY_SURNAME}, -1}, + {"Gavazzeni", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitkänen", 1, {DICTIONARY_SURNAME}, -1}, + {"barnes n noble", 1, {DICTIONARY_CHAIN}, 72}, + {"Delahoussaye", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasyukova", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedam", 1, {DICTIONARY_SURNAME}, -1}, + {"Hutto", 1, {DICTIONARY_SURNAME}, -1}, + {"Higuita", 1, {DICTIONARY_SURNAME}, -1}, + {"Fuyue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Parkerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Lesnar", 1, {DICTIONARY_SURNAME}, -1}, + {"Jepp", 1, {DICTIONARY_SURNAME}, -1}, + {"Hattab", 1, {DICTIONARY_SURNAME}, -1}, + {"Hell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaczmarek", 1, {DICTIONARY_SURNAME}, -1}, + {"Seydel", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruderman", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapir", 1, {DICTIONARY_SURNAME}, -1}, + {"Simeon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Adlard", 1, {DICTIONARY_SURNAME}, -1}, + {"Virviescas", 1, {DICTIONARY_SURNAME}, -1}, + {"Schroer", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenmakers", 1, {DICTIONARY_SURNAME}, -1}, + {"Luchsinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Funatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Ankitham", 1, {DICTIONARY_SURNAME}, -1}, + {"Ewa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Polyakov", 1, {DICTIONARY_SURNAME}, -1}, + {"Spiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Käthe", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bettman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Brugghen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vendy", 1, {DICTIONARY_SURNAME}, -1}, + {"Beavon", 1, {DICTIONARY_SURNAME}, -1}, + {"Morvan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fusashige", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Miley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Braceful", 1, {DICTIONARY_SURNAME}, -1}, + {"Tozzoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Geeta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Refn", 1, {DICTIONARY_SURNAME}, -1}, + {"Swart", 1, {DICTIONARY_SURNAME}, -1}, + {"Coelho", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryle", 1, {DICTIONARY_SURNAME}, -1}, + {"Torcull", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanney", 1, {DICTIONARY_SURNAME}, -1}, + {"papa johns", 1, {DICTIONARY_CHAIN}, 200}, + {"Lorgen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kondratenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Pfister", 1, {DICTIONARY_SURNAME}, -1}, + {"Ezinne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pudil", 1, {DICTIONARY_SURNAME}, -1}, + {"fressnapf", 1, {DICTIONARY_CHAIN}, -1}, + {"Eleanor", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Walshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Afolahan", 1, {DICTIONARY_SURNAME}, -1}, + {"McAuley", 1, {DICTIONARY_SURNAME}, -1}, + {"Unruh", 1, {DICTIONARY_SURNAME}, -1}, + {"Michito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nagatomo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Notman", 1, {DICTIONARY_SURNAME}, -1}, + {"Astrauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Leonhardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ustinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Rimmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Moldován", 1, {DICTIONARY_SURNAME}, -1}, + {"Schnapper", 1, {DICTIONARY_SURNAME}, -1}, + {"Sand", 1, {DICTIONARY_SURNAME}, -1}, + {"Bozer", 1, {DICTIONARY_SURNAME}, -1}, + {"Jorden", 1, {DICTIONARY_SURNAME}, -1}, + {"Delanoë", 1, {DICTIONARY_SURNAME}, -1}, + {"Kramarsic", 1, {DICTIONARY_SURNAME}, -1}, + {"Caute", 1, {DICTIONARY_SURNAME}, -1}, + {"Diodotus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mazmanyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Thalmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Bedekar", 1, {DICTIONARY_SURNAME}, -1}, + {"Choi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gandolfini", 1, {DICTIONARY_SURNAME}, -1}, + {"Keigo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balassini", 1, {DICTIONARY_SURNAME}, -1}, + {"Quan", 1, {DICTIONARY_SURNAME}, -1}, + {"Marciniszyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Reuter", 1, {DICTIONARY_SURNAME}, -1}, + {"Veylanswami", 1, {DICTIONARY_SURNAME}, -1}, + {"Abalos", 1, {DICTIONARY_SURNAME}, -1}, + {"Bochatay", 1, {DICTIONARY_SURNAME}, -1}, + {"Zelig", 1, {DICTIONARY_SURNAME}, -1}, + {"Kjartan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hasund", 1, {DICTIONARY_SURNAME}, -1}, + {"Aggelou", 1, {DICTIONARY_SURNAME}, -1}, + {"Ledward", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehtonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Latz", 1, {DICTIONARY_SURNAME}, -1}, + {"McCotter", 1, {DICTIONARY_SURNAME}, -1}, + {"Ablett", 1, {DICTIONARY_SURNAME}, -1}, + {"Dishman", 1, {DICTIONARY_SURNAME}, -1}, + {"Laddé", 1, {DICTIONARY_SURNAME}, -1}, + {"Ragulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hertl", 1, {DICTIONARY_SURNAME}, -1}, + {"Sekifu", 1, {DICTIONARY_SURNAME}, -1}, + {"Bash", 1, {DICTIONARY_SURNAME}, -1}, + {"Won-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hagemeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Golikov", 1, {DICTIONARY_SURNAME}, -1}, + {"nat west", 1, {DICTIONARY_CHAIN}, 190}, + {"Ralph", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koegel", 1, {DICTIONARY_SURNAME}, -1}, + {"Travkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Skrine", 1, {DICTIONARY_SURNAME}, -1}, + {"Hadden", 1, {DICTIONARY_SURNAME}, -1}, + {"McKeown", 1, {DICTIONARY_SURNAME}, -1}, + {"Marita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Axwijk", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikkelsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaiardoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Southwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Pomeroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Pilcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Tola", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tyrwhitt", 1, {DICTIONARY_SURNAME}, -1}, + {"McGarrell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ştefănescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Yaeger", 1, {DICTIONARY_SURNAME}, -1}, + {"Keats", 1, {DICTIONARY_SURNAME}, -1}, + {"Brazzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Machavariani", 1, {DICTIONARY_SURNAME}, -1}, + {"Skanes", 1, {DICTIONARY_SURNAME}, -1}, + {"Vainikka", 1, {DICTIONARY_SURNAME}, -1}, + {"Wachuku", 1, {DICTIONARY_SURNAME}, -1}, + {"Alavainu", 1, {DICTIONARY_SURNAME}, -1}, + {"Firsov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tunnicliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheffler", 1, {DICTIONARY_SURNAME}, -1}, + {"Oechsle", 1, {DICTIONARY_SURNAME}, -1}, + {"Deborah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moosman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lahoud", 1, {DICTIONARY_SURNAME}, -1}, + {"Essig", 1, {DICTIONARY_SURNAME}, -1}, + {"Spiegelmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Keegan", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartney", 1, {DICTIONARY_SURNAME}, -1}, + {"Macarencu", 1, {DICTIONARY_SURNAME}, -1}, + {"Pfeffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallabhaneni", 1, {DICTIONARY_SURNAME}, -1}, + {"Vreugdenhil", 1, {DICTIONARY_SURNAME}, -1}, + {"Resnick", 1, {DICTIONARY_SURNAME}, -1}, + {"Zamyatin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mattheussens", 1, {DICTIONARY_SURNAME}, -1}, + {"Riesner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bienne", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Peebles", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallimann", 1, {DICTIONARY_SURNAME}, -1}, + {"Playfair", 1, {DICTIONARY_SURNAME}, -1}, + {"Eugenijus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mandorlini", 1, {DICTIONARY_SURNAME}, -1}, + {"Logoreci", 1, {DICTIONARY_SURNAME}, -1}, + {"Scharwenka", 1, {DICTIONARY_SURNAME}, -1}, + {"Ximen", 1, {DICTIONARY_SURNAME}, -1}, + {"Defendi", 1, {DICTIONARY_SURNAME}, -1}, + {"Brodmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Edmondson", 1, {DICTIONARY_SURNAME}, -1}, + {"Germann", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Voorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Artikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuckett", 1, {DICTIONARY_SURNAME}, -1}, + {"Gardelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoder", 1, {DICTIONARY_SURNAME}, -1}, + {"Schub", 1, {DICTIONARY_SURNAME}, -1}, + {"Doubravka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wakatsuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Sehryne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Colfer", 1, {DICTIONARY_SURNAME}, -1}, + {"Blache", 1, {DICTIONARY_SURNAME}, -1}, + {"Burka", 1, {DICTIONARY_SURNAME}, -1}, + {"Bequette", 1, {DICTIONARY_SURNAME}, -1}, + {"Vesterby", 1, {DICTIONARY_SURNAME}, -1}, + {"Warr", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasuhiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bergon", 1, {DICTIONARY_SURNAME}, -1}, + {"Jorgenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunnel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Andrzejuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiromu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"dairy queen", 1, {DICTIONARY_CHAIN}, -1}, + {"Dutschke", 1, {DICTIONARY_SURNAME}, -1}, + {"Somayajulu", 1, {DICTIONARY_SURNAME}, -1}, + {"Haimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Willsher", 1, {DICTIONARY_SURNAME}, -1}, + {"quality inn", 1, {DICTIONARY_CHAIN}, -1}, + {"Valax", 1, {DICTIONARY_SURNAME}, -1}, + {"Işıktan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schäffer", 1, {DICTIONARY_SURNAME}, -1}, + {"Zubrzycki", 1, {DICTIONARY_SURNAME}, -1}, + {"Ammavaru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Else", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Geneugden", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahmadzai", 1, {DICTIONARY_SURNAME}, -1}, + {"Vladimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ashkenazi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vishnunath", 1, {DICTIONARY_SURNAME}, -1}, + {"Radjef", 1, {DICTIONARY_SURNAME}, -1}, + {"Sutro", 1, {DICTIONARY_SURNAME}, -1}, + {"Harrigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Saariaho", 1, {DICTIONARY_SURNAME}, -1}, + {"Hodgman", 1, {DICTIONARY_SURNAME}, -1}, + {"Varalahti", 1, {DICTIONARY_SURNAME}, -1}, + {"Echiéjilé", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzhugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Akolzin", 1, {DICTIONARY_SURNAME}, -1}, + {"Galor", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiedeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Taiichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Şenol", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yarbrough", 1, {DICTIONARY_SURNAME}, -1}, + {"Lunn-Rockliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Banastre", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tyrteu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Cortlandt", 1, {DICTIONARY_SURNAME}, -1}, + {"penny market", 1, {DICTIONARY_CHAIN}, -1}, + {"Brin", 1, {DICTIONARY_SURNAME}, -1}, + {"Aibesa", 1, {DICTIONARY_SURNAME}, -1}, + {"Arbib", 1, {DICTIONARY_SURNAME}, -1}, + {"Pospěch", 1, {DICTIONARY_SURNAME}, -1}, + {"Fernández", 1, {DICTIONARY_SURNAME}, -1}, + {"Schor", 1, {DICTIONARY_SURNAME}, -1}, + {"Faisal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wilczewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Gatty", 1, {DICTIONARY_SURNAME}, -1}, + {"Millspaugh", 1, {DICTIONARY_SURNAME}, -1}, + {"Pulaski", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosich", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwarz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghanem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sung-nam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kasatonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gumbs", 1, {DICTIONARY_SURNAME}, -1}, + {"Konyayeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Nock", 1, {DICTIONARY_SURNAME}, -1}, + {"Ačkun", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdin", 1, {DICTIONARY_SURNAME}, -1}, + {"Pasqual", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Young-joo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cheavens", 1, {DICTIONARY_SURNAME}, -1}, + {"Eboigbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Vollam", 1, {DICTIONARY_SURNAME}, -1}, + {"Eric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Minato", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawano", 1, {DICTIONARY_SURNAME}, -1}, + {"Sjugirov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lexie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spurway", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadlec", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbemadon", 1, {DICTIONARY_SURNAME}, -1}, + {"arby's", 1, {DICTIONARY_CHAIN}, -1}, + {"Labib", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jun-ha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grenier", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiocca", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilici", 1, {DICTIONARY_SURNAME}, -1}, + {"Chahine", 1, {DICTIONARY_SURNAME}, -1}, + {"Weizmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsvangirai", 1, {DICTIONARY_SURNAME}, -1}, + {"Langford", 1, {DICTIONARY_SURNAME}, -1}, + {"Dameron", 1, {DICTIONARY_SURNAME}, -1}, + {"Crabtree", 1, {DICTIONARY_SURNAME}, -1}, + {"Eberl", 1, {DICTIONARY_SURNAME}, -1}, + {"Heighton", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Eekhout", 1, {DICTIONARY_SURNAME}, -1}, + {"aldi sued", 1, {DICTIONARY_CHAIN}, 60}, + {"Consolini", 1, {DICTIONARY_SURNAME}, -1}, + {"Morales", 1, {DICTIONARY_SURNAME}, -1}, + {"Augusta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Macklyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yeon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kostka", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleksanian", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Den Akker", 1, {DICTIONARY_SURNAME}, -1}, + {"Alphons", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rafik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abebe", 1, {DICTIONARY_SURNAME}, -1}, + {"Wink", 1, {DICTIONARY_SURNAME}, -1}, + {"Sosnowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Norihide", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Filipaina", 1, {DICTIONARY_SURNAME}, -1}, + {"Schuppanzigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Nardiello", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamíra", 1, {DICTIONARY_SURNAME}, -1}, + {"Willke", 1, {DICTIONARY_SURNAME}, -1}, + {"Demarteau", 1, {DICTIONARY_SURNAME}, -1}, + {"Radka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Takamasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Varveri", 1, {DICTIONARY_SURNAME}, -1}, + {"Götzen", 1, {DICTIONARY_SURNAME}, -1}, + {"Boutin", 1, {DICTIONARY_SURNAME}, -1}, + {"Headley", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinjar", 1, {DICTIONARY_SURNAME}, -1}, + {"Ottilie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Stankiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Suguru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Filippi", 1, {DICTIONARY_SURNAME}, -1}, + {"Saint-Yves", 1, {DICTIONARY_SURNAME}, -1}, + {"Gürses", 1, {DICTIONARY_SURNAME}, -1}, + {"Shafran", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Oruma", 1, {DICTIONARY_SURNAME}, -1}, + {"Jinhua", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pokrajac", 1, {DICTIONARY_SURNAME}, -1}, + {"Luxa", 1, {DICTIONARY_SURNAME}, -1}, + {"Müfit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zungre", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheuer", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Beuningen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sforno", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalison", 1, {DICTIONARY_SURNAME}, -1}, + {"Onut", 1, {DICTIONARY_SURNAME}, -1}, + {"at&t store", 1, {DICTIONARY_CHAIN}, 65}, + {"Bosmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Chadalavada", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragojlović", 1, {DICTIONARY_SURNAME}, -1}, + {"Pullar", 1, {DICTIONARY_SURNAME}, -1}, + {"Gordeev", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawahara", 1, {DICTIONARY_SURNAME}, -1}, + {"Stepinac", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouché", 1, {DICTIONARY_SURNAME}, -1}, + {"Brown Family", 1, {DICTIONARY_SURNAME}, -1}, + {"Veselinovski", 1, {DICTIONARY_SURNAME}, -1}, + {"LaFave", 1, {DICTIONARY_SURNAME}, -1}, + {"Tahesia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adler", 1, {DICTIONARY_SURNAME}, -1}, + {"Hicham", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"in and out burger", 1, {DICTIONARY_CHAIN}, 158}, + {"Ingram", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McNutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Sparling", 1, {DICTIONARY_SURNAME}, -1}, + {"Ragheb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seung-yeon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cunhal", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrgoč", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Villierme", 1, {DICTIONARY_SURNAME}, -1}, + {"Mettius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ruhi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Husam ad-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ranald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moravec", 1, {DICTIONARY_SURNAME}, -1}, + {"Mendelssohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Brunell", 1, {DICTIONARY_SURNAME}, -1}, + {"Armand", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agricola", 1, {DICTIONARY_SURNAME}, -1}, + {"Cormac", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Walson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shustikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukazawa", 1, {DICTIONARY_SURNAME}, -1}, + {"McLeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Guillerm", 1, {DICTIONARY_SURNAME}, -1}, + {"B'Elanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Scheirlinckx", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasprzyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanjib", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hayday", 1, {DICTIONARY_SURNAME}, -1}, + {"Laplanche", 1, {DICTIONARY_SURNAME}, -1}, + {"Belozersky", 1, {DICTIONARY_SURNAME}, -1}, + {"cvs", 1, {DICTIONARY_CHAIN}, -1}, + {"Alavantas", 1, {DICTIONARY_SURNAME}, -1}, + {"Keldon", 1, {DICTIONARY_SURNAME}, -1}, + {"Glosserman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ypersele de Strihou", 1, {DICTIONARY_SURNAME}, -1}, + {"Loos", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorbunov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aicega", 1, {DICTIONARY_SURNAME}, -1}, + {"Cemal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gallaher", 1, {DICTIONARY_SURNAME}, -1}, + {"Ross", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Santavuori", 1, {DICTIONARY_SURNAME}, -1}, + {"Gentarō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bibran-Modlau", 1, {DICTIONARY_SURNAME}, -1}, + {"Ninomiya", 1, {DICTIONARY_SURNAME}, -1}, + {"Zotz", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakasawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Jasikevičius", 1, {DICTIONARY_SURNAME}, -1}, + {"Okamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaive", 1, {DICTIONARY_SURNAME}, -1}, + {"Portillo", 1, {DICTIONARY_SURNAME}, -1}, + {"Stanbrook", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaidišová", 1, {DICTIONARY_SURNAME}, -1}, + {"a and w", 1, {DICTIONARY_CHAIN}, 57}, + {"Aghababaei", 1, {DICTIONARY_SURNAME}, -1}, + {"Kulendra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Illidge", 1, {DICTIONARY_SURNAME}, -1}, + {"Heyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiryaki", 1, {DICTIONARY_SURNAME}, -1}, + {"McConville", 1, {DICTIONARY_SURNAME}, -1}, + {"Gardom", 1, {DICTIONARY_SURNAME}, -1}, + {"Chikovani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedernikov", 1, {DICTIONARY_SURNAME}, -1}, + {"McGovney", 1, {DICTIONARY_SURNAME}, -1}, + {"Herz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sarao", 1, {DICTIONARY_SURNAME}, -1}, + {"Diaby", 1, {DICTIONARY_SURNAME}, -1}, + {"Voranaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Khrushchev", 1, {DICTIONARY_SURNAME}, -1}, + {"Constantinescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Landmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Alencar", 1, {DICTIONARY_SURNAME}, -1}, + {"Hádek", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruprecht", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Terasaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Benati", 1, {DICTIONARY_SURNAME}, -1}, + {"Haapakoski", 1, {DICTIONARY_SURNAME}, -1}, + {"Bilgi", 1, {DICTIONARY_SURNAME}, -1}, + {"Addie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yould", 1, {DICTIONARY_SURNAME}, -1}, + {"Withycombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Macken", 1, {DICTIONARY_SURNAME}, -1}, + {"Donato", 1, {DICTIONARY_SURNAME}, -1}, + {"Turovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Tajik", 1, {DICTIONARY_SURNAME}, -1}, + {"Minatsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kosecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Lavazza", 1, {DICTIONARY_SURNAME}, -1}, + {"Mawhinney", 1, {DICTIONARY_SURNAME}, -1}, + {"Brockovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Adlam", 1, {DICTIONARY_SURNAME}, -1}, + {"Imamichi", 1, {DICTIONARY_SURNAME}, -1}, + {"Velička", 1, {DICTIONARY_SURNAME}, -1}, + {"Larkman", 1, {DICTIONARY_SURNAME}, -1}, + {"Karapetyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Aladefa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ominami", 1, {DICTIONARY_SURNAME}, -1}, + {"Skidmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Gogoladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoev", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakulenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Milliner", 1, {DICTIONARY_SURNAME}, -1}, + {"Přikryl", 1, {DICTIONARY_SURNAME}, -1}, + {"Boulter", 1, {DICTIONARY_SURNAME}, -1}, + {"Varaljay", 1, {DICTIONARY_SURNAME}, -1}, + {"Seung-hyun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rochelle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"jc penneys", 1, {DICTIONARY_CHAIN}, 165}, + {"Santeri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Broder", 1, {DICTIONARY_SURNAME}, -1}, + {"Buckler", 1, {DICTIONARY_SURNAME}, -1}, + {"Forward", 1, {DICTIONARY_SURNAME}, -1}, + {"Nixon", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuilta", 1, {DICTIONARY_SURNAME}, -1}, + {"Echols", 1, {DICTIONARY_SURNAME}, -1}, + {"Colpaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Munro", 1, {DICTIONARY_SURNAME}, -1}, + {"Östberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Aadu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sowmya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brynjulf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiyoshiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"gall & gall", 1, {DICTIONARY_CHAIN}, -1}, + {"Halvari", 1, {DICTIONARY_SURNAME}, -1}, + {"dänisches bettenlager", 1, {DICTIONARY_CHAIN}, -1}, + {"Ilham", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Blitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Velterop", 1, {DICTIONARY_SURNAME}, -1}, + {"LuaLua", 1, {DICTIONARY_SURNAME}, -1}, + {"Porchetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Nomoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Railsback", 1, {DICTIONARY_SURNAME}, -1}, + {"Healy", 1, {DICTIONARY_SURNAME}, -1}, + {"Torvalds", 1, {DICTIONARY_SURNAME}, -1}, + {"Eliza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKop", 1, {DICTIONARY_SURNAME}, -1}, + {"Silaghi", 1, {DICTIONARY_SURNAME}, -1}, + {"Musiol", 1, {DICTIONARY_SURNAME}, -1}, + {"Lupus", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McCallister", 1, {DICTIONARY_SURNAME}, -1}, + {"Reboul", 1, {DICTIONARY_SURNAME}, -1}, + {"Fourneau", 1, {DICTIONARY_SURNAME}, -1}, + {"Sucaet", 1, {DICTIONARY_SURNAME}, -1}, + {"McPharlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Acomba", 1, {DICTIONARY_SURNAME}, -1}, + {"Haugeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Janiszewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Eckstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Medema", 1, {DICTIONARY_SURNAME}, -1}, + {"Ouseley", 1, {DICTIONARY_SURNAME}, -1}, + {"firestone", 1, {DICTIONARY_CHAIN}, -1}, + {"Vigner", 1, {DICTIONARY_SURNAME}, -1}, + {"Gildemeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Aronian", 1, {DICTIONARY_SURNAME}, -1}, + {"Kabalevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanrahan", 1, {DICTIONARY_SURNAME}, -1}, + {"Sevag", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Plowright", 1, {DICTIONARY_SURNAME}, -1}, + {"Friman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lief", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Szekeres", 1, {DICTIONARY_SURNAME}, -1}, + {"Cernota", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosgerau", 1, {DICTIONARY_SURNAME}, -1}, + {"Haglund", 1, {DICTIONARY_SURNAME}, -1}, + {"Wölk", 1, {DICTIONARY_SURNAME}, -1}, + {"Kamau", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pomfret", 1, {DICTIONARY_SURNAME}, -1}, + {"Leavey", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodier", 1, {DICTIONARY_SURNAME}, -1}, + {"Muthyalamma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abshak", 1, {DICTIONARY_SURNAME}, -1}, + {"Bancic", 1, {DICTIONARY_SURNAME}, -1}, + {"Schierbeek", 1, {DICTIONARY_SURNAME}, -1}, + {"Iannuzzo", 1, {DICTIONARY_SURNAME}, -1}, + {"Parini", 1, {DICTIONARY_SURNAME}, -1}, + {"Chedia", 1, {DICTIONARY_SURNAME}, -1}, + {"Vettivel", 1, {DICTIONARY_SURNAME}, -1}, + {"Osteen", 1, {DICTIONARY_SURNAME}, -1}, + {"Ejigu", 1, {DICTIONARY_SURNAME}, -1}, + {"Norderval", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandrau", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Gadhra", 1, {DICTIONARY_SURNAME}, -1}, + {"Citterio", 1, {DICTIONARY_SURNAME}, -1}, + {"Guus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moisuc", 1, {DICTIONARY_SURNAME}, -1}, + {"Sambo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Poel", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenherr", 1, {DICTIONARY_SURNAME}, -1}, + {"Schmidding", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanamori", 1, {DICTIONARY_SURNAME}, -1}, + {"Astier", 1, {DICTIONARY_SURNAME}, -1}, + {"Mansaray", 1, {DICTIONARY_SURNAME}, -1}, + {"Vershinin", 1, {DICTIONARY_SURNAME}, -1}, + {"Atsumoto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ribar", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Popper", 1, {DICTIONARY_SURNAME}, -1}, + {"kfcs", 1, {DICTIONARY_CHAIN}, 169}, + {"Shino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kalsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Prado", 1, {DICTIONARY_SURNAME}, -1}, + {"Bettendorf", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassar", 1, {DICTIONARY_SURNAME}, -1}, + {"Lynge", 1, {DICTIONARY_SURNAME}, -1}, + {"Mohan clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Holzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallotton", 1, {DICTIONARY_SURNAME}, -1}, + {"Joyal", 1, {DICTIONARY_SURNAME}, -1}, + {"Ascherson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kristinsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Marušič", 1, {DICTIONARY_SURNAME}, -1}, + {"Peter", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rodrigues", 1, {DICTIONARY_SURNAME}, -1}, + {"Jameel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kamisaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Çağrı", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Monger", 1, {DICTIONARY_SURNAME}, -1}, + {"Bezrodny", 1, {DICTIONARY_SURNAME}, -1}, + {"Rafibeyli", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunphy", 1, {DICTIONARY_SURNAME}, -1}, + {"Matsumae", 1, {DICTIONARY_SURNAME}, -1}, + {"Leininger", 1, {DICTIONARY_SURNAME}, -1}, + {"Vranić", 1, {DICTIONARY_SURNAME}, -1}, + {"Dubh Themrach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alemdar", 1, {DICTIONARY_SURNAME}, -1}, + {"Almedilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Philipps", 1, {DICTIONARY_SURNAME}, -1}, + {"Antonioli", 1, {DICTIONARY_SURNAME}, -1}, + {"Shome", 1, {DICTIONARY_SURNAME}, -1}, + {"Fırat", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Von der Heydt", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoogervorst", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Weyden", 1, {DICTIONARY_SURNAME}, -1}, + {"Panorea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McIlorum", 1, {DICTIONARY_SURNAME}, -1}, + {"Şimşek", 1, {DICTIONARY_SURNAME}, -1}, + {"Currin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bank", 1, {DICTIONARY_SURNAME}, -1}, + {"Zolotukhin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bessey", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hasumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abidinov", 1, {DICTIONARY_SURNAME}, -1}, + {"McKimson", 1, {DICTIONARY_SURNAME}, -1}, + {"Cedric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cristaldi", 1, {DICTIONARY_SURNAME}, -1}, + {"Philippovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Wilks", 1, {DICTIONARY_SURNAME}, -1}, + {"Angers", 1, {DICTIONARY_SURNAME}, -1}, + {"Háy", 1, {DICTIONARY_SURNAME}, -1}, + {"Höhmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Visentin", 1, {DICTIONARY_SURNAME}, -1}, + {"Matkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Tornhout", 1, {DICTIONARY_SURNAME}, -1}, + {"Midwinter", 1, {DICTIONARY_SURNAME}, -1}, + {"McGivern", 1, {DICTIONARY_SURNAME}, -1}, + {"Cauchon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hovhannes", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barák", 1, {DICTIONARY_SURNAME}, -1}, + {"Cétadach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Benwell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Biler", 1, {DICTIONARY_SURNAME}, -1}, + {"Żak", 1, {DICTIONARY_SURNAME}, -1}, + {"Seeley", 1, {DICTIONARY_SURNAME}, -1}, + {"Marji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geissman", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaudreault", 1, {DICTIONARY_SURNAME}, -1}, + {"Messiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Savolainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Coda", 1, {DICTIONARY_SURNAME}, -1}, + {"Przybylski", 1, {DICTIONARY_SURNAME}, -1}, + {"Glaspie", 1, {DICTIONARY_SURNAME}, -1}, + {"Rieneke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hussein", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Szewczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Calthorpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Kartik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kruisbrink", 1, {DICTIONARY_SURNAME}, -1}, + {"Jin-hyuk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Remengesau", 1, {DICTIONARY_SURNAME}, -1}, + {"Badu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hall", 1, {DICTIONARY_SURNAME}, -1}, + {"Briedis", 1, {DICTIONARY_SURNAME}, -1}, + {"Harshman", 1, {DICTIONARY_SURNAME}, -1}, + {"Parata", 1, {DICTIONARY_SURNAME}, -1}, + {"Lipschitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ades", 1, {DICTIONARY_SURNAME}, -1}, + {"Adsit", 1, {DICTIONARY_SURNAME}, -1}, + {"Voule-Frititi", 1, {DICTIONARY_SURNAME}, -1}, + {"Binford", 1, {DICTIONARY_SURNAME}, -1}, + {"Takekichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Körte", 1, {DICTIONARY_SURNAME}, -1}, + {"Vykopalová", 1, {DICTIONARY_SURNAME}, -1}, + {"Chalkias", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartley", 1, {DICTIONARY_SURNAME}, -1}, + {"Šobić", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonnard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cater", 1, {DICTIONARY_SURNAME}, -1}, + {"adidas", 1, {DICTIONARY_CHAIN}, -1}, + {"Souček", 1, {DICTIONARY_SURNAME}, -1}, + {"Gresham", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreoli", 1, {DICTIONARY_SURNAME}, -1}, + {"McGaharn", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Keeffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Weingand", 1, {DICTIONARY_SURNAME}, -1}, + {"Schramme", 1, {DICTIONARY_SURNAME}, -1}, + {"Petula", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"the u p s store", 1, {DICTIONARY_CHAIN}, 261}, + {"Von Flatern", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenstock-Huessy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitty", 1, {DICTIONARY_SURNAME}, -1}, + {"Demetre", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gotts", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitziu", 1, {DICTIONARY_SURNAME}, -1}, + {"Peniston", 1, {DICTIONARY_SURNAME}, -1}, + {"Zuber", 1, {DICTIONARY_SURNAME}, -1}, + {"Filipowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ong", 1, {DICTIONARY_SURNAME}, -1}, + {"Velkovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Nebojša", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Morinis", 1, {DICTIONARY_SURNAME}, -1}, + {"Čorbadžić", 1, {DICTIONARY_SURNAME}, -1}, + {"Shegufa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ryoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Giese", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlukbier", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboubakari", 1, {DICTIONARY_SURNAME}, -1}, + {"Lichtenfels", 1, {DICTIONARY_SURNAME}, -1}, + {"Deniker", 1, {DICTIONARY_SURNAME}, -1}, + {"Akpakoun", 1, {DICTIONARY_SURNAME}, -1}, + {"Edil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Stefano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McGann", 1, {DICTIONARY_SURNAME}, -1}, + {"Sepideh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Parrot", 1, {DICTIONARY_SURNAME}, -1}, + {"Katětov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kienholz", 1, {DICTIONARY_SURNAME}, -1}, + {"Cragg", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinayaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó hArailt", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheck", 1, {DICTIONARY_SURNAME}, -1}, + {"Kasprowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Raines", 1, {DICTIONARY_SURNAME}, -1}, + {"Furman", 1, {DICTIONARY_SURNAME}, -1}, + {"Euphemia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Spinell", 1, {DICTIONARY_SURNAME}, -1}, + {"Edburga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bellany", 1, {DICTIONARY_SURNAME}, -1}, + {"Belić", 1, {DICTIONARY_SURNAME}, -1}, + {"Triviño", 1, {DICTIONARY_SURNAME}, -1}, + {"Niijima", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiloh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Epureanu", 1, {DICTIONARY_SURNAME}, -1}, + {"Blissett", 1, {DICTIONARY_SURNAME}, -1}, + {"Tazio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Iashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Parande", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahrt", 1, {DICTIONARY_SURNAME}, -1}, + {"Donauri", 1, {DICTIONARY_SURNAME}, -1}, + {"Tavdgiridze", 1, {DICTIONARY_SURNAME}, -1}, + {"Berretti", 1, {DICTIONARY_SURNAME}, -1}, + {"Castiglione", 1, {DICTIONARY_SURNAME}, -1}, + {"Naotake", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jean-Julien", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tiwari", 1, {DICTIONARY_SURNAME}, -1}, + {"Viennot", 1, {DICTIONARY_SURNAME}, -1}, + {"Unax", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Crnić", 1, {DICTIONARY_SURNAME}, -1}, + {"Akarapu", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Valles", 1, {DICTIONARY_SURNAME}, -1}, + {"Sattar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Novosel", 1, {DICTIONARY_SURNAME}, -1}, + {"Manuchehr", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Humby", 1, {DICTIONARY_SURNAME}, -1}, + {"Petrescu", 1, {DICTIONARY_SURNAME}, -1}, + {"McCammon", 1, {DICTIONARY_SURNAME}, -1}, + {"Nic Ospaic", 1, {DICTIONARY_SURNAME}, -1}, + {"Gell", 1, {DICTIONARY_SURNAME}, -1}, + {"Terpstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosato", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Eron", 1, {DICTIONARY_SURNAME}, -1}, + {"Adenowo", 1, {DICTIONARY_SURNAME}, -1}, + {"Dange", 1, {DICTIONARY_SURNAME}, -1}, + {"Dylan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Afobe", 1, {DICTIONARY_SURNAME}, -1}, + {"McCurrach", 1, {DICTIONARY_SURNAME}, -1}, + {"giant food", 1, {DICTIONARY_CHAIN}, -1}, + {"Penney", 1, {DICTIONARY_SURNAME}, -1}, + {"Reza", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kruger", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaddis", 1, {DICTIONARY_SURNAME}, -1}, + {"Stenschke", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamby", 1, {DICTIONARY_SURNAME}, -1}, + {"Tchaikofsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Bekmambetov", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Holstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Alexopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Gervin", 1, {DICTIONARY_SURNAME}, -1}, + {"Brocklebank-Fowler", 1, {DICTIONARY_SURNAME}, -1}, + {"Троцкий", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahye", 1, {DICTIONARY_SURNAME}, -1}, + {"Sung-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"aral", 1, {DICTIONARY_CHAIN}, -1}, + {"Wissman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinitsky", 1, {DICTIONARY_SURNAME}, -1}, + {"McCaughrean", 1, {DICTIONARY_SURNAME}, -1}, + {"Ballal", 1, {DICTIONARY_SURNAME}, -1}, + {"Shepherd-Barron", 1, {DICTIONARY_SURNAME}, -1}, + {"Perron", 1, {DICTIONARY_SURNAME}, -1}, + {"Hassanali", 1, {DICTIONARY_SURNAME}, -1}, + {"Burge", 1, {DICTIONARY_SURNAME}, -1}, + {"Taketoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kafka", 1, {DICTIONARY_SURNAME}, -1}, + {"Akitaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Macher", 1, {DICTIONARY_SURNAME}, -1}, + {"Hankin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nathawat", 1, {DICTIONARY_SURNAME}, -1}, + {"Praenomen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Furuhashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tibideaux", 1, {DICTIONARY_SURNAME}, -1}, + {"Stefan Uroš", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Walle", 1, {DICTIONARY_SURNAME}, -1}, + {"Bukton", 1, {DICTIONARY_SURNAME}, -1}, + {"Samthann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Speir", 1, {DICTIONARY_SURNAME}, -1}, + {"Enatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Susann", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Le Fort", 1, {DICTIONARY_SURNAME}, -1}, + {"López", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlocklin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukao", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsunao", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rahul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Sanctis", 1, {DICTIONARY_SURNAME}, -1}, + {"Domitila", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chibanga", 1, {DICTIONARY_SURNAME}, -1}, + {"Furey", 1, {DICTIONARY_SURNAME}, -1}, + {"Valkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Erraez", 1, {DICTIONARY_SURNAME}, -1}, + {"Clyburn", 1, {DICTIONARY_SURNAME}, -1}, + {"Nyhan", 1, {DICTIONARY_SURNAME}, -1}, + {"Heidemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Sirkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kitt", 1, {DICTIONARY_SURNAME}, -1}, + {"Malý", 1, {DICTIONARY_SURNAME}, -1}, + {"Harrill", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdélyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Grauert", 1, {DICTIONARY_SURNAME}, -1}, + {"Jitendra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vunipola", 1, {DICTIONARY_SURNAME}, -1}, + {"Gahlot", 1, {DICTIONARY_SURNAME}, -1}, + {"Astbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Leeson", 1, {DICTIONARY_SURNAME}, -1}, + {"Ayres", 1, {DICTIONARY_SURNAME}, -1}, + {"Munby", 1, {DICTIONARY_SURNAME}, -1}, + {"Fèng", 1, {DICTIONARY_SURNAME}, -1}, + {"Chai", 1, {DICTIONARY_SURNAME}, -1}, + {"Jelaca", 1, {DICTIONARY_SURNAME}, -1}, + {"Viefers", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosengren", 1, {DICTIONARY_SURNAME}, -1}, + {"Marieke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fryatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Lech", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Merton", 1, {DICTIONARY_SURNAME}, -1}, + {"Atteberry", 1, {DICTIONARY_SURNAME}, -1}, + {"Ningetsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Edel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Babović", 1, {DICTIONARY_SURNAME}, -1}, + {"Frisk", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagamasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Olmstead", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingebretsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Reisman", 1, {DICTIONARY_SURNAME}, -1}, + {"Zabłocki", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hernreich", 1, {DICTIONARY_SURNAME}, -1}, + {"Gompers", 1, {DICTIONARY_SURNAME}, -1}, + {"Aqeel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Groce", 1, {DICTIONARY_SURNAME}, -1}, + {"Auberlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Remzi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nepean", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomiichi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Capello", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitale", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrams", 1, {DICTIONARY_SURNAME}, -1}, + {"Keshavadasa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hiromichi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hans", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dickinson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"schlotzskys deli", 1, {DICTIONARY_CHAIN}, 229}, + {"Božilović", 1, {DICTIONARY_SURNAME}, -1}, + {"Vigna", 1, {DICTIONARY_SURNAME}, -1}, + {"Melville", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bazhenov", 1, {DICTIONARY_SURNAME}, -1}, + {"Arends", 1, {DICTIONARY_SURNAME}, -1}, + {"Hachborn", 1, {DICTIONARY_SURNAME}, -1}, + {"Borza", 1, {DICTIONARY_SURNAME}, -1}, + {"Robidoux", 1, {DICTIONARY_SURNAME}, -1}, + {"Valčić", 1, {DICTIONARY_SURNAME}, -1}, + {"Oehler", 1, {DICTIONARY_SURNAME}, -1}, + {"Scarlett", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kimmer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hansdotter", 1, {DICTIONARY_SURNAME}, -1}, + {"Bodenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Devčić", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowdler", 1, {DICTIONARY_SURNAME}, -1}, + {"Palmerston", 1, {DICTIONARY_SURNAME}, -1}, + {"Vintcent", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kostrzewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Georgius", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Czartoryska", 1, {DICTIONARY_SURNAME}, -1}, + {"Voronin", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackaller", 1, {DICTIONARY_SURNAME}, -1}, + {"Hakkarainen", 1, {DICTIONARY_SURNAME}, -1}, + {"Jakes", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Steimle", 1, {DICTIONARY_SURNAME}, -1}, + {"Matijasevic", 1, {DICTIONARY_SURNAME}, -1}, + {"Dray", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van der Hoeven", 1, {DICTIONARY_SURNAME}, -1}, + {"Bélanger", 1, {DICTIONARY_SURNAME}, -1}, + {"Matykiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedlund", 1, {DICTIONARY_SURNAME}, -1}, + {"Boldin", 1, {DICTIONARY_SURNAME}, -1}, + {"Fakir", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Al Naqbi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hauser", 1, {DICTIONARY_SURNAME}, -1}, + {"Votsis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vásáry", 1, {DICTIONARY_SURNAME}, -1}, + {"Cézanne", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedishcheva", 1, {DICTIONARY_SURNAME}, -1}, + {"Noriaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nagelberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Markham", 1, {DICTIONARY_SURNAME}, -1}, + {"Villante", 1, {DICTIONARY_SURNAME}, -1}, + {"Nazarenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Thackray", 1, {DICTIONARY_SURNAME}, -1}, + {"Mucha", 1, {DICTIONARY_SURNAME}, -1}, + {"Lycett", 1, {DICTIONARY_SURNAME}, -1}, + {"Popkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Erwan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Phul Mata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ahari", 1, {DICTIONARY_SURNAME}, -1}, + {"Anubi", 1, {DICTIONARY_SURNAME}, -1}, + {"Elliot-Murray-Kynynmound", 1, {DICTIONARY_SURNAME}, -1}, + {"Scaggs", 1, {DICTIONARY_SURNAME}, -1}, + {"Tạ", 1, {DICTIONARY_SURNAME}, -1}, + {"Akerø", 1, {DICTIONARY_SURNAME}, -1}, + {"Bitat", 1, {DICTIONARY_SURNAME}, -1}, + {"Haden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tatem", 1, {DICTIONARY_SURNAME}, -1}, + {"Aggie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Berezovsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Blanche", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shorris", 1, {DICTIONARY_SURNAME}, -1}, + {"Bechtel", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsuyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eakin", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Flanagan", 1, {DICTIONARY_SURNAME}, -1}, + {"Zubin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"İstemi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vranesh", 1, {DICTIONARY_SURNAME}, -1}, + {"Aptowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Vadym", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kevorkian", 1, {DICTIONARY_SURNAME}, -1}, + {"Kershaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharpton", 1, {DICTIONARY_SURNAME}, -1}, + {"Dulko", 1, {DICTIONARY_SURNAME}, -1}, + {"Peebo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sroka", 1, {DICTIONARY_SURNAME}, -1}, + {"Rouillard", 1, {DICTIONARY_SURNAME}, -1}, + {"Lilius family", 1, {DICTIONARY_SURNAME}, -1}, + {"Abushev", 1, {DICTIONARY_SURNAME}, -1}, + {"Perrier", 1, {DICTIONARY_SURNAME}, -1}, + {"Nora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eisenstadt", 1, {DICTIONARY_SURNAME}, -1}, + {"Öhlund", 1, {DICTIONARY_SURNAME}, -1}, + {"Larocque", 1, {DICTIONARY_SURNAME}, -1}, + {"Libbey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kubra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Katsunosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gary", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Chananya Yom Tov Lipa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Speakman", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamoureux", 1, {DICTIONARY_SURNAME}, -1}, + {"Aidaeva", 1, {DICTIONARY_SURNAME}, -1}, + {"Bojović", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosina", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Carnell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Inglis", 1, {DICTIONARY_SURNAME}, -1}, + {"Scarce", 1, {DICTIONARY_SURNAME}, -1}, + {"Niemeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Kämmerling", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanoira", 1, {DICTIONARY_SURNAME}, -1}, + {"Alondra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pappalardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Jester", 1, {DICTIONARY_SURNAME}, -1}, + {"Zahradnik", 1, {DICTIONARY_SURNAME}, -1}, + {"Chintalapati", 1, {DICTIONARY_SURNAME}, -1}, + {"Longhi", 1, {DICTIONARY_SURNAME}, -1}, + {"Fabienne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Skoubo", 1, {DICTIONARY_SURNAME}, -1}, + {"Costin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hübbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Rolph", 1, {DICTIONARY_SURNAME}, -1}, + {"Alessandrini", 1, {DICTIONARY_SURNAME}, -1}, + {"Haarhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Imerio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sušić", 1, {DICTIONARY_SURNAME}, -1}, + {"Amaral", 1, {DICTIONARY_SURNAME}, -1}, + {"Versleijen", 1, {DICTIONARY_SURNAME}, -1}, + {"Biljana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Breuer", 1, {DICTIONARY_SURNAME}, -1}, + {"Nachiketa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Al-Omari", 1, {DICTIONARY_SURNAME}, -1}, + {"Rossbach", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhramenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Tassel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisamitsu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"matratzen concord", 1, {DICTIONARY_CHAIN}, -1}, + {"Čotra", 1, {DICTIONARY_SURNAME}, -1}, + {"Piskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumhorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Litaize", 1, {DICTIONARY_SURNAME}, -1}, + {"McGahon", 1, {DICTIONARY_SURNAME}, -1}, + {"Braestrup", 1, {DICTIONARY_SURNAME}, -1}, + {"Hubay", 1, {DICTIONARY_SURNAME}, -1}, + {"Valeyev", 1, {DICTIONARY_SURNAME}, -1}, + {"MacMenamin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bari", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Partain", 1, {DICTIONARY_SURNAME}, -1}, + {"Kühne", 1, {DICTIONARY_SURNAME}, -1}, + {"Strang", 1, {DICTIONARY_SURNAME}, -1}, + {"Cherenchikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Auer", 1, {DICTIONARY_SURNAME}, -1}, + {"Heschel", 1, {DICTIONARY_SURNAME}, -1}, + {"Pettigrew", 1, {DICTIONARY_SURNAME}, -1}, + {"Cannan", 1, {DICTIONARY_SURNAME}, -1}, + {"Evilásio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fullerton", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Aniweta", 1, {DICTIONARY_SURNAME}, -1}, + {"Paranjpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinzweig", 1, {DICTIONARY_SURNAME}, -1}, + {"Stockton", 1, {DICTIONARY_SURNAME}, -1}, + {"Astrua", 1, {DICTIONARY_SURNAME}, -1}, + {"Tabb", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Petržela", 1, {DICTIONARY_SURNAME}, -1}, + {"Hendrik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akhalkatsi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsiang", 1, {DICTIONARY_SURNAME}, -1}, + {"Mahdaviani", 1, {DICTIONARY_SURNAME}, -1}, + {"Helminger", 1, {DICTIONARY_SURNAME}, -1}, + {"Balzary", 1, {DICTIONARY_SURNAME}, -1}, + {"Bethke", 1, {DICTIONARY_SURNAME}, -1}, + {"Clerc", 1, {DICTIONARY_SURNAME}, -1}, + {"Gu", 1, {DICTIONARY_SURNAME}, -1}, + {"Lamy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vițelaru", 1, {DICTIONARY_SURNAME}, -1}, + {"McCloud", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirill", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aktop", 1, {DICTIONARY_SURNAME}, -1}, + {"Santosh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schiltz", 1, {DICTIONARY_SURNAME}, -1}, + {"Chus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gaukroger", 1, {DICTIONARY_SURNAME}, -1}, + {"Lennart", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Kerckhoven", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnulf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rollinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Nizami", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schindhelm", 1, {DICTIONARY_SURNAME}, -1}, + {"Mancuso", 1, {DICTIONARY_SURNAME}, -1}, + {"Mallinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vykoukal", 1, {DICTIONARY_SURNAME}, -1}, + {"Felton", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Guillemard", 1, {DICTIONARY_SURNAME}, -1}, + {"Stępniak", 1, {DICTIONARY_SURNAME}, -1}, + {"Pueyrredón", 1, {DICTIONARY_SURNAME}, -1}, + {"Aydan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"In-sook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vnukova", 1, {DICTIONARY_SURNAME}, -1}, + {"Joachim-Friedrich", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Accetta", 1, {DICTIONARY_SURNAME}, -1}, + {"Kerpen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kempff", 1, {DICTIONARY_SURNAME}, -1}, + {"Bellefleur", 1, {DICTIONARY_SURNAME}, -1}, + {"Dima", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Milewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Montiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Sévigny", 1, {DICTIONARY_SURNAME}, -1}, + {"Mie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vandis", 1, {DICTIONARY_SURNAME}, -1}, + {"Jervolino", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Middelkoop", 1, {DICTIONARY_SURNAME}, -1}, + {"Todoroki", 1, {DICTIONARY_SURNAME}, -1}, + {"Caccia", 1, {DICTIONARY_SURNAME}, -1}, + {"Spagnolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Curto", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawada", 1, {DICTIONARY_SURNAME}, -1}, + {"Antje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trebunskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Mocatta", 1, {DICTIONARY_SURNAME}, -1}, + {"Giedrė", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasiļjevs", 1, {DICTIONARY_SURNAME}, -1}, + {"Terayama", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwang-ho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vidacovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Waldinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Barning", 1, {DICTIONARY_SURNAME}, -1}, + {"Aleksy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lintl", 1, {DICTIONARY_SURNAME}, -1}, + {"Zagórski", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenlee", 1, {DICTIONARY_SURNAME}, -1}, + {"Borivoje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Caux", 1, {DICTIONARY_SURNAME}, -1}, + {"Võrno", 1, {DICTIONARY_SURNAME}, -1}, + {"Laymon", 1, {DICTIONARY_SURNAME}, -1}, + {"Steffi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cardot", 1, {DICTIONARY_SURNAME}, -1}, + {"Akane", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Koiter", 1, {DICTIONARY_SURNAME}, -1}, + {"Whitfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Sawalha", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulatipov", 1, {DICTIONARY_SURNAME}, -1}, + {"Basinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Osta", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Bonin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Echdach", 1, {DICTIONARY_SURNAME}, -1}, + {"Islambouli", 1, {DICTIONARY_SURNAME}, -1}, + {"Votruba", 1, {DICTIONARY_SURNAME}, -1}, + {"Adeshina", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Steinbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Baruch", 1, {DICTIONARY_SURNAME}, -1}, + {"Leonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Usna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Perotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Jillana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Labed", 1, {DICTIONARY_SURNAME}, -1}, + {"Goller", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorfmeister", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallinari", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsubota", 1, {DICTIONARY_SURNAME}, -1}, + {"Uden", 1, {DICTIONARY_SURNAME}, -1}, + {"Connan", 1, {DICTIONARY_SURNAME}, -1}, + {"Yavuz", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maeve", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sasai", 1, {DICTIONARY_SURNAME}, -1}, + {"Tonia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kindt", 1, {DICTIONARY_SURNAME}, -1}, + {"Kusuhara", 1, {DICTIONARY_SURNAME}, -1}, + {"petco", 1, {DICTIONARY_CHAIN}, -1}, + {"Bingley", 1, {DICTIONARY_SURNAME}, -1}, + {"Fransson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vermeiren", 1, {DICTIONARY_SURNAME}, -1}, + {"Azuma", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bayrak", 1, {DICTIONARY_SURNAME}, -1}, + {"Kakuzō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Farhat", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fehrenbacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Weisskopf", 1, {DICTIONARY_SURNAME}, -1}, + {"Mlinarić", 1, {DICTIONARY_SURNAME}, -1}, + {"Toksvig", 1, {DICTIONARY_SURNAME}, -1}, + {"Carlstedt", 1, {DICTIONARY_SURNAME}, -1}, + {"Papaccio", 1, {DICTIONARY_SURNAME}, -1}, + {"Pribislav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Quint", 1, {DICTIONARY_SURNAME}, -1}, + {"Bijania", 1, {DICTIONARY_SURNAME}, -1}, + {"Gallant", 1, {DICTIONARY_SURNAME}, -1}, + {"Astafyev", 1, {DICTIONARY_SURNAME}, -1}, + {"Samardzija", 1, {DICTIONARY_SURNAME}, -1}, + {"Meritamen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaile", 1, {DICTIONARY_SURNAME}, -1}, + {"Eichel", 1, {DICTIONARY_SURNAME}, -1}, + {"Guimond", 1, {DICTIONARY_SURNAME}, -1}, + {"Stonehewer", 1, {DICTIONARY_SURNAME}, -1}, + {"Morné", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ulrici", 1, {DICTIONARY_SURNAME}, -1}, + {"Kutateladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Vácha", 1, {DICTIONARY_SURNAME}, -1}, + {"Enric", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pendergrass", 1, {DICTIONARY_SURNAME}, -1}, + {"Morito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bougie", 1, {DICTIONARY_SURNAME}, -1}, + {"Rice", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandermolen", 1, {DICTIONARY_SURNAME}, -1}, + {"Manners", 1, {DICTIONARY_SURNAME}, -1}, + {"Saotome", 1, {DICTIONARY_SURNAME}, -1}, + {"conoco", 1, {DICTIONARY_CHAIN}, -1}, + {"Mária", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kimsey", 1, {DICTIONARY_SURNAME}, -1}, + {"Bracquemond", 1, {DICTIONARY_SURNAME}, -1}, + {"Haring", 1, {DICTIONARY_SURNAME}, -1}, + {"Schreber", 1, {DICTIONARY_SURNAME}, -1}, + {"Allenson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bocuse", 1, {DICTIONARY_SURNAME}, -1}, + {"Veledar", 1, {DICTIONARY_SURNAME}, -1}, + {"Coiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Skeel", 1, {DICTIONARY_SURNAME}, -1}, + {"Villafáñez", 1, {DICTIONARY_SURNAME}, -1}, + {"Yekaterina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ghiyassian", 1, {DICTIONARY_SURNAME}, -1}, + {"Cano", 1, {DICTIONARY_SURNAME}, -1}, + {"Canas", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenthal", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomáš", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Joelle", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aarnæs", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwenk", 1, {DICTIONARY_SURNAME}, -1}, + {"Agodi", 1, {DICTIONARY_SURNAME}, -1}, + {"Levick", 1, {DICTIONARY_SURNAME}, -1}, + {"Perl", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovalevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Bajza", 1, {DICTIONARY_SURNAME}, -1}, + {"Mistrorigo", 1, {DICTIONARY_SURNAME}, -1}, + {"Capers", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gammans", 1, {DICTIONARY_SURNAME}, -1}, + {"Glynn", 1, {DICTIONARY_SURNAME}, -1}, + {"Angelle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abdieski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartjenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Baumgartner", 1, {DICTIONARY_SURNAME}, -1}, + {"Abiel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abramov", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashoka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Feig", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Mierlo", 1, {DICTIONARY_SURNAME}, -1}, + {"Gulland", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurzhals", 1, {DICTIONARY_SURNAME}, -1}, + {"Newbery", 1, {DICTIONARY_SURNAME}, -1}, + {"Gonçalves", 1, {DICTIONARY_SURNAME}, -1}, + {"Luik", 1, {DICTIONARY_SURNAME}, -1}, + {"Nickel", 1, {DICTIONARY_SURNAME}, -1}, + {"Rondelet", 1, {DICTIONARY_SURNAME}, -1}, + {"Masahiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gharibashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"sevenelevens", 1, {DICTIONARY_CHAIN}, 56}, + {"Tkáč", 1, {DICTIONARY_SURNAME}, -1}, + {"Rafaeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Perrilloux", 1, {DICTIONARY_SURNAME}, -1}, + {"Powys", 1, {DICTIONARY_SURNAME}, -1}, + {"Tasha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ogrodziński", 1, {DICTIONARY_SURNAME}, -1}, + {"Ageyo", 1, {DICTIONARY_SURNAME}, -1}, + {"Hönig", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Somhairle", 1, {DICTIONARY_SURNAME}, -1}, + {"Hordern", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Rassel", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Caenegem", 1, {DICTIONARY_SURNAME}, -1}, + {"swensens", 1, {DICTIONARY_CHAIN}, 244}, + {"postbank", 1, {DICTIONARY_CHAIN}, -1}, + {"Catlyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Checicheș", 1, {DICTIONARY_SURNAME}, -1}, + {"Anania", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Freeborn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Markson", 1, {DICTIONARY_SURNAME}, -1}, + {"Kichitaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gendün", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yukitaka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kath", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Quddus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buse", 1, {DICTIONARY_SURNAME}, -1}, + {"Katsunaga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Perham", 1, {DICTIONARY_SURNAME}, -1}, + {"Ackles", 1, {DICTIONARY_SURNAME}, -1}, + {"Ósk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Azeem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Malloy", 1, {DICTIONARY_SURNAME}, -1}, + {"Lowther family", 1, {DICTIONARY_SURNAME}, -1}, + {"McLean", 1, {DICTIONARY_SURNAME}, -1}, + {"Gudowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Unseld", 1, {DICTIONARY_SURNAME}, -1}, + {"Hopwood", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuriyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Verlant", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilk", 1, {DICTIONARY_SURNAME}, -1}, + {"Kodjo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Loder", 1, {DICTIONARY_SURNAME}, -1}, + {"Coeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Shinohara", 1, {DICTIONARY_SURNAME}, -1}, + {"Ringland", 1, {DICTIONARY_SURNAME}, -1}, + {"Bertha", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Besien", 1, {DICTIONARY_SURNAME}, -1}, + {"Hester", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aghmani", 1, {DICTIONARY_SURNAME}, -1}, + {"Abena", 1, {DICTIONARY_SURNAME}, -1}, + {"Arimura", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Helvete", 1, {DICTIONARY_SURNAME}, -1}, + {"Winterson", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Buyten", 1, {DICTIONARY_SURNAME}, -1}, + {"Sachs", 1, {DICTIONARY_SURNAME}, -1}, + {"Slavíček", 1, {DICTIONARY_SURNAME}, -1}, + {"Veliaroutis", 1, {DICTIONARY_SURNAME}, -1}, + {"Milstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Gültekin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Blacknall", 1, {DICTIONARY_SURNAME}, -1}, + {"Adogon", 1, {DICTIONARY_SURNAME}, -1}, + {"Hartford", 1, {DICTIONARY_SURNAME}, -1}, + {"Özbir", 1, {DICTIONARY_SURNAME}, -1}, + {"Igwe", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Battista", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stenmark", 1, {DICTIONARY_SURNAME}, -1}, + {"Verrilli", 1, {DICTIONARY_SURNAME}, -1}, + {"Szondi", 1, {DICTIONARY_SURNAME}, -1}, + {"Cryn", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kanayo", 1, {DICTIONARY_SURNAME}, -1}, + {"Borstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Renfro", 1, {DICTIONARY_SURNAME}, -1}, + {"Gracida", 1, {DICTIONARY_SURNAME}, -1}, + {"m l king j", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Tchiachovski", 1, {DICTIONARY_SURNAME}, -1}, + {"Kahraman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Anchart", 1, {DICTIONARY_SURNAME}, -1}, + {"Muirchertach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Segre", 1, {DICTIONARY_SURNAME}, -1}, + {"Botella", 1, {DICTIONARY_SURNAME}, -1}, + {"Havulinna", 1, {DICTIONARY_SURNAME}, -1}, + {"Landes", 1, {DICTIONARY_SURNAME}, -1}, + {"Tamblyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Brereton", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Meadhra", 1, {DICTIONARY_SURNAME}, -1}, + {"Brisebois", 1, {DICTIONARY_SURNAME}, -1}, + {"Hansmeyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuypers", 1, {DICTIONARY_SURNAME}, -1}, + {"Filippov", 1, {DICTIONARY_SURNAME}, -1}, + {"Kandhari", 1, {DICTIONARY_SURNAME}, -1}, + {"petcos", 1, {DICTIONARY_CHAIN}, 204}, + {"Soler", 1, {DICTIONARY_SURNAME}, -1}, + {"Maginn", 1, {DICTIONARY_SURNAME}, -1}, + {"Jagtap", 1, {DICTIONARY_SURNAME}, -1}, + {"Garrie", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hykisch", 1, {DICTIONARY_SURNAME}, -1}, + {"Young-sik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adesanya", 1, {DICTIONARY_SURNAME}, -1}, + {"Berenice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tennyson", 1, {DICTIONARY_SURNAME}, -1}, + {"Sudhapalli", 1, {DICTIONARY_SURNAME}, -1}, + {"McNiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Herskowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Espriella", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Heerden", 1, {DICTIONARY_SURNAME}, -1}, + {"Tien", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoelscher", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Hart", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaller", 1, {DICTIONARY_SURNAME}, -1}, + {"Síthmaith", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zborowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawkyard", 1, {DICTIONARY_SURNAME}, -1}, + {"Alterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Butterworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Levitzky", 1, {DICTIONARY_SURNAME}, -1}, + {"Rogalski", 1, {DICTIONARY_SURNAME}, -1}, + {"Luzin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellat", 1, {DICTIONARY_SURNAME}, -1}, + {"Haralds", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grünberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Girard", 1, {DICTIONARY_SURNAME}, -1}, + {"Zabello", 1, {DICTIONARY_SURNAME}, -1}, + {"Tyzik", 1, {DICTIONARY_SURNAME}, -1}, + {"Gräser", 1, {DICTIONARY_SURNAME}, -1}, + {"Brader", 1, {DICTIONARY_SURNAME}, -1}, + {"Chijimatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Babkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Doby", 1, {DICTIONARY_SURNAME}, -1}, + {"Vertzos", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdelghni", 1, {DICTIONARY_SURNAME}, -1}, + {"Hemming", 1, {DICTIONARY_SURNAME}, -1}, + {"Jachmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Felsenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Longenecker", 1, {DICTIONARY_SURNAME}, -1}, + {"Puppini", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarti", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cooley", 1, {DICTIONARY_SURNAME}, -1}, + {"Şahan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Southern", 1, {DICTIONARY_SURNAME}, -1}, + {"Kutluay", 1, {DICTIONARY_SURNAME}, -1}, + {"Prins", 1, {DICTIONARY_SURNAME}, -1}, + {"Schatzschneider", 1, {DICTIONARY_SURNAME}, -1}, + {"Řezníček", 1, {DICTIONARY_SURNAME}, -1}, + {"Longmuir", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuyo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aleksey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ehrenhaft", 1, {DICTIONARY_SURNAME}, -1}, + {"Makhmalbaf", 1, {DICTIONARY_SURNAME}, -1}, + {"Pempengco", 1, {DICTIONARY_SURNAME}, -1}, + {"Holladay", 1, {DICTIONARY_SURNAME}, -1}, + {"Scawen", 1, {DICTIONARY_SURNAME}, -1}, + {"Savva", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Regassa", 1, {DICTIONARY_SURNAME}, -1}, + {"Viphavan", 1, {DICTIONARY_SURNAME}, -1}, + {"Papazyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Volaš", 1, {DICTIONARY_SURNAME}, -1}, + {"Gurgenidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"McGinness", 1, {DICTIONARY_SURNAME}, -1}, + {"Reggiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuranosuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veranyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Waiz", 1, {DICTIONARY_SURNAME}, -1}, + {"Fairlie", 1, {DICTIONARY_SURNAME}, -1}, + {"Mélanie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adomėnas", 1, {DICTIONARY_SURNAME}, -1}, + {"Velďáková", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuindles", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Swain", 1, {DICTIONARY_SURNAME}, -1}, + {"Destiny", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Peto", 1, {DICTIONARY_SURNAME}, -1}, + {"Elofsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Von dem Knesebeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Fossum", 1, {DICTIONARY_SURNAME}, -1}, + {"Ottolengui", 1, {DICTIONARY_SURNAME}, -1}, + {"Fethiye", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maybin", 1, {DICTIONARY_SURNAME}, -1}, + {"Zolak", 1, {DICTIONARY_SURNAME}, -1}, + {"Bowater", 1, {DICTIONARY_SURNAME}, -1}, + {"goodwills", 1, {DICTIONARY_CHAIN}, 143}, + {"Terzi di Sant'Agata", 1, {DICTIONARY_SURNAME}, -1}, + {"Cristi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"sparda-bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Munehiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kamada", 1, {DICTIONARY_SURNAME}, -1}, + {"Mu-young", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Breed", 1, {DICTIONARY_SURNAME}, -1}, + {"Palazuelos", 1, {DICTIONARY_SURNAME}, -1}, + {"Akashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Verezubova", 1, {DICTIONARY_SURNAME}, -1}, + {"Adigue", 1, {DICTIONARY_SURNAME}, -1}, + {"Munch", 1, {DICTIONARY_SURNAME}, -1}, + {"Viviani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vetsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Özçelik", 1, {DICTIONARY_SURNAME}, -1}, + {"Revie", 1, {DICTIONARY_SURNAME}, -1}, + {"Stoltzfus", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikolas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Egner", 1, {DICTIONARY_SURNAME}, -1}, + {"Nibley", 1, {DICTIONARY_SURNAME}, -1}, + {"Viczián", 1, {DICTIONARY_SURNAME}, -1}, + {"Melin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiroaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Colling", 1, {DICTIONARY_SURNAME}, -1}, + {"Iliohan", 1, {DICTIONARY_SURNAME}, -1}, + {"East", 1, {DICTIONARY_SURNAME}, -1}, + {"Panayot", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wakasugi", 1, {DICTIONARY_SURNAME}, -1}, + {"Streich", 1, {DICTIONARY_SURNAME}, -1}, + {"Pitiscus", 1, {DICTIONARY_SURNAME}, -1}, + {"Kačinskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Phaedon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Miró Quesada", 1, {DICTIONARY_SURNAME}, -1}, + {"Daukantaitė", 1, {DICTIONARY_SURNAME}, -1}, + {"Guilloux", 1, {DICTIONARY_SURNAME}, -1}, + {"Rifkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Heathcoat-Amory", 1, {DICTIONARY_SURNAME}, -1}, + {"Shiota", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Bernard", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mahiru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Balke", 1, {DICTIONARY_SURNAME}, -1}, + {"Palala", 1, {DICTIONARY_SURNAME}, -1}, + {"Hirashima", 1, {DICTIONARY_SURNAME}, -1}, + {"Radim", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abagnale", 1, {DICTIONARY_SURNAME}, -1}, + {"Luz", 1, {DICTIONARY_SURNAME}, -1}, + {"Siân", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lundin", 1, {DICTIONARY_SURNAME}, -1}, + {"Homa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chimenti", 1, {DICTIONARY_SURNAME}, -1}, + {"ואנונו", 1, {DICTIONARY_SURNAME}, -1}, + {"Voskopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Jagt", 1, {DICTIONARY_SURNAME}, -1}, + {"Comencini", 1, {DICTIONARY_SURNAME}, -1}, + {"Taliaferro", 1, {DICTIONARY_SURNAME}, -1}, + {"Leybold", 1, {DICTIONARY_SURNAME}, -1}, + {"enterprise", 1, {DICTIONARY_CHAIN}, -1}, + {"Alicia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alamanni", 1, {DICTIONARY_SURNAME}, -1}, + {"Ellerman", 1, {DICTIONARY_SURNAME}, -1}, + {"Rife", 1, {DICTIONARY_SURNAME}, -1}, + {"Yonebayashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Nogaideli", 1, {DICTIONARY_SURNAME}, -1}, + {"Rohit", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sayoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zonderland", 1, {DICTIONARY_SURNAME}, -1}, + {"McClenaghan", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Tighem", 1, {DICTIONARY_SURNAME}, -1}, + {"Breder", 1, {DICTIONARY_SURNAME}, -1}, + {"Volnukhina", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahtila", 1, {DICTIONARY_SURNAME}, -1}, + {"Scherler", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulal", 1, {DICTIONARY_SURNAME}, -1}, + {"Broe", 1, {DICTIONARY_SURNAME}, -1}, + {"Strugar", 1, {DICTIONARY_SURNAME}, -1}, + {"Morressy", 1, {DICTIONARY_SURNAME}, -1}, + {"Giacomin", 1, {DICTIONARY_SURNAME}, -1}, + {"Addazio", 1, {DICTIONARY_SURNAME}, -1}, + {"Séraphine", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schell", 1, {DICTIONARY_SURNAME}, -1}, + {"Dragiša", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ovesey", 1, {DICTIONARY_SURNAME}, -1}, + {"Llopart", 1, {DICTIONARY_SURNAME}, -1}, + {"Glushko", 1, {DICTIONARY_SURNAME}, -1}, + {"Blohm", 1, {DICTIONARY_SURNAME}, -1}, + {"Pacheco", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Adriaensens", 1, {DICTIONARY_SURNAME}, -1}, + {"Cleve", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kawamoto", 1, {DICTIONARY_SURNAME}, -1}, + {"Maes", 1, {DICTIONARY_SURNAME}, -1}, + {"Littler", 1, {DICTIONARY_SURNAME}, -1}, + {"Bobrov", 1, {DICTIONARY_SURNAME}, -1}, + {"Dikshit", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorse", 1, {DICTIONARY_SURNAME}, -1}, + {"orlen", 1, {DICTIONARY_CHAIN}, -1}, + {"Saar", 1, {DICTIONARY_SURNAME}, -1}, + {"Zapatero", 1, {DICTIONARY_SURNAME}, -1}, + {"Saxton", 1, {DICTIONARY_SURNAME}, -1}, + {"Polaco", 1, {DICTIONARY_SURNAME}, -1}, + {"Fricsay", 1, {DICTIONARY_SURNAME}, -1}, + {"Dighmelashvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Adiahénot", 1, {DICTIONARY_SURNAME}, -1}, + {"Ménard", 1, {DICTIONARY_SURNAME}, -1}, + {"Barraclough", 1, {DICTIONARY_SURNAME}, -1}, + {"Gigot", 1, {DICTIONARY_SURNAME}, -1}, + {"Phemie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hefer", 1, {DICTIONARY_SURNAME}, -1}, + {"Sowa", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiamma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Avercamp", 1, {DICTIONARY_SURNAME}, -1}, + {"McKell", 1, {DICTIONARY_SURNAME}, -1}, + {"Beaufils", 1, {DICTIONARY_SURNAME}, -1}, + {"Jordon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Averbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Vousden", 1, {DICTIONARY_SURNAME}, -1}, + {"Drilon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Talhouni", 1, {DICTIONARY_SURNAME}, -1}, + {"Lena", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saiguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Draskovics", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingham", 1, {DICTIONARY_SURNAME}, -1}, + {"Igasan", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuçaj", 1, {DICTIONARY_SURNAME}, -1}, + {"Edmé", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bakay", 1, {DICTIONARY_SURNAME}, -1}, + {"Colberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Spasoje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klemesrud", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Heusden", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilpin", 1, {DICTIONARY_SURNAME}, -1}, + {"Searl", 1, {DICTIONARY_SURNAME}, -1}, + {"Stepanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Feytmans", 1, {DICTIONARY_SURNAME}, -1}, + {"Buksh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"blimpie", 1, {DICTIONARY_CHAIN}, -1}, + {"Perich", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhic Amhalaí", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoehmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Waltz", 1, {DICTIONARY_SURNAME}, -1}, + {"Lalbhai", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilgauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Vital", 1, {DICTIONARY_SURNAME}, -1}, + {"Urtzi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hyams", 1, {DICTIONARY_SURNAME}, -1}, + {"Chupungco", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuolo", 1, {DICTIONARY_SURNAME}, -1}, + {"Talich", 1, {DICTIONARY_SURNAME}, -1}, + {"McClowry", 1, {DICTIONARY_SURNAME}, -1}, + {"Barber", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuelaish", 1, {DICTIONARY_SURNAME}, -1}, + {"Robledo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Darbaki", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McKyer", 1, {DICTIONARY_SURNAME}, -1}, + {"Julian", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rabinow", 1, {DICTIONARY_SURNAME}, -1}, + {"Di Leo", 1, {DICTIONARY_SURNAME}, -1}, + {"Plieseis", 1, {DICTIONARY_SURNAME}, -1}, + {"Amiel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ašner", 1, {DICTIONARY_SURNAME}, -1}, + {"Bade", 1, {DICTIONARY_SURNAME}, -1}, + {"Gimond", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaudt", 1, {DICTIONARY_SURNAME}, -1}, + {"Viktorenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Afazeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Coppinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Al Abaidy", 1, {DICTIONARY_SURNAME}, -1}, + {"Lukács", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Akeredolu", 1, {DICTIONARY_SURNAME}, -1}, + {"Leone", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vastić", 1, {DICTIONARY_SURNAME}, -1}, + {"Ezequiel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gering", 1, {DICTIONARY_SURNAME}, -1}, + {"Fonteyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Inverarity", 1, {DICTIONARY_SURNAME}, -1}, + {"Şevki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Villiers", 1, {DICTIONARY_SURNAME}, -1}, + {"Fassett", 1, {DICTIONARY_SURNAME}, -1}, + {"Reubens", 1, {DICTIONARY_SURNAME}, -1}, + {"Muawiya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Waterhouse", 1, {DICTIONARY_SURNAME}, -1}, + {"salvation armies", 1, {DICTIONARY_CHAIN}, 226}, + {"Laver", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaobutr", 1, {DICTIONARY_SURNAME}, -1}, + {"Toch", 1, {DICTIONARY_SURNAME}, -1}, + {"Aguéli", 1, {DICTIONARY_SURNAME}, -1}, + {"Golovin", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Abbadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Leinonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Valchanova", 1, {DICTIONARY_SURNAME}, -1}, + {"Di Bello", 1, {DICTIONARY_SURNAME}, -1}, + {"Andrycz", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Immerseel", 1, {DICTIONARY_SURNAME}, -1}, + {"De Bruyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Maspes", 1, {DICTIONARY_SURNAME}, -1}, + {"Galifianakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ersan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dündar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Călinescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Goggins", 1, {DICTIONARY_SURNAME}, -1}, + {"Afroudakis", 1, {DICTIONARY_SURNAME}, -1}, + {"Fraser", 1, {DICTIONARY_SURNAME}, -1}, + {"Oxendine", 1, {DICTIONARY_SURNAME}, -1}, + {"Blodwen", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yutani", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Boylan", 1, {DICTIONARY_SURNAME}, -1}, + {"Terrance", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Francisco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Blommaert", 1, {DICTIONARY_SURNAME}, -1}, + {"Palyani", 1, {DICTIONARY_SURNAME}, -1}, + {"Channell", 1, {DICTIONARY_SURNAME}, -1}, + {"Bachand", 1, {DICTIONARY_SURNAME}, -1}, + {"Cojocaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Delannoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Mauro", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hidehito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bruseghin", 1, {DICTIONARY_SURNAME}, -1}, + {"Bédard", 1, {DICTIONARY_SURNAME}, -1}, + {"Rhead", 1, {DICTIONARY_SURNAME}, -1}, + {"Trbojević", 1, {DICTIONARY_SURNAME}, -1}, + {"Grebenshchikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Niilo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valcarce", 1, {DICTIONARY_SURNAME}, -1}, + {"Heartman", 1, {DICTIONARY_SURNAME}, -1}, + {"Anstis", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsakalidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Hornacek", 1, {DICTIONARY_SURNAME}, -1}, + {"Akpomedah", 1, {DICTIONARY_SURNAME}, -1}, + {"Barinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vinck", 1, {DICTIONARY_SURNAME}, -1}, + {"Eales", 1, {DICTIONARY_SURNAME}, -1}, + {"Milligan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ebers", 1, {DICTIONARY_SURNAME}, -1}, + {"Mascia", 1, {DICTIONARY_SURNAME}, -1}, + {"Seyss-Inquart", 1, {DICTIONARY_SURNAME}, -1}, + {"Tellem", 1, {DICTIONARY_SURNAME}, -1}, + {"Poynton", 1, {DICTIONARY_SURNAME}, -1}, + {"Cauvin", 1, {DICTIONARY_SURNAME}, -1}, + {"Roginsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Degano", 1, {DICTIONARY_SURNAME}, -1}, + {"Quagliarella", 1, {DICTIONARY_SURNAME}, -1}, + {"Clarges", 1, {DICTIONARY_SURNAME}, -1}, + {"m l k j", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"charleys grilled subs", 1, {DICTIONARY_CHAIN}, 95}, + {"Shepheard", 1, {DICTIONARY_SURNAME}, -1}, + {"Agresto", 1, {DICTIONARY_SURNAME}, -1}, + {"Akkari", 1, {DICTIONARY_SURNAME}, -1}, + {"Schneerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakers", 1, {DICTIONARY_SURNAME}, -1}, + {"Bezawada", 1, {DICTIONARY_SURNAME}, -1}, + {"Møller", 1, {DICTIONARY_SURNAME}, -1}, + {"Perowne", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedrick", 1, {DICTIONARY_SURNAME}, -1}, + {"Thy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Heidenreich", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoffa", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó hAonghusa", 1, {DICTIONARY_SURNAME}, -1}, + {"Dalisay", 1, {DICTIONARY_SURNAME}, -1}, + {"Lang", 1, {DICTIONARY_SURNAME}, -1}, + {"Pugach", 1, {DICTIONARY_SURNAME}, -1}, + {"Miljković", 1, {DICTIONARY_SURNAME}, -1}, + {"Fei", 1, {DICTIONARY_SURNAME}, -1}, + {"Mechai", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bozhko", 1, {DICTIONARY_SURNAME}, -1}, + {"Tregenza", 1, {DICTIONARY_SURNAME}, -1}, + {"Verstraete", 1, {DICTIONARY_SURNAME}, -1}, + {"Mulcahy", 1, {DICTIONARY_SURNAME}, -1}, + {"Aruego", 1, {DICTIONARY_SURNAME}, -1}, + {"Manish", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hofstetter", 1, {DICTIONARY_SURNAME}, -1}, + {"Bangs", 1, {DICTIONARY_SURNAME}, -1}, + {"Codling", 1, {DICTIONARY_SURNAME}, -1}, + {"Lake", 1, {DICTIONARY_SURNAME}, -1}, + {"Hicks", 1, {DICTIONARY_SURNAME}, -1}, + {"Jahid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schiffman", 1, {DICTIONARY_SURNAME}, -1}, + {"Felsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Rambeau", 1, {DICTIONARY_SURNAME}, -1}, + {"Zawoluk", 1, {DICTIONARY_SURNAME}, -1}, + {"Bakshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Stenders", 1, {DICTIONARY_SURNAME}, -1}, + {"Lagarde", 1, {DICTIONARY_SURNAME}, -1}, + {"Verheugen", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Houthuesen", 1, {DICTIONARY_SURNAME}, -1}, + {"Jesoni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Devarajah", 1, {DICTIONARY_SURNAME}, -1}, + {"Volquartz", 1, {DICTIONARY_SURNAME}, -1}, + {"Grande", 1, {DICTIONARY_SURNAME}, -1}, + {"Veainu", 1, {DICTIONARY_SURNAME}, -1}, + {"Densmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Gibbes", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Inverno", 1, {DICTIONARY_SURNAME}, -1}, + {"Hari clan", 1, {DICTIONARY_SURNAME}, -1}, + {"Fagerström", 1, {DICTIONARY_SURNAME}, -1}, + {"Everhart", 1, {DICTIONARY_SURNAME}, -1}, + {"Romanek", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulkhalikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Jóźwiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Skiba", 1, {DICTIONARY_SURNAME}, -1}, + {"Özbek", 1, {DICTIONARY_SURNAME}, -1}, + {"Younger", 1, {DICTIONARY_SURNAME}, -1}, + {"Söderqvist", 1, {DICTIONARY_SURNAME}, -1}, + {"Henryk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bickerton", 1, {DICTIONARY_SURNAME}, -1}, + {"Brugsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Creighton", 1, {DICTIONARY_SURNAME}, -1}, + {"Devadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Shirley", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hjalmar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vantornout", 1, {DICTIONARY_SURNAME}, -1}, + {"Sahourieh", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaffaroni", 1, {DICTIONARY_SURNAME}, -1}, + {"Žukauskas", 1, {DICTIONARY_SURNAME}, -1}, + {"Vodenitcharov", 1, {DICTIONARY_SURNAME}, -1}, + {"Vauchez", 1, {DICTIONARY_SURNAME}, -1}, + {"Ossoliński", 1, {DICTIONARY_SURNAME}, -1}, + {"Westbrook", 1, {DICTIONARY_SURNAME}, -1}, + {"Şinasi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Myasnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"Latshaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Verlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Soshenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Iizuka", 1, {DICTIONARY_SURNAME}, -1}, + {"Silkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Baćović", 1, {DICTIONARY_SURNAME}, -1}, + {"Miana", 1, {DICTIONARY_SURNAME}, -1}, + {"Elis", 1, {DICTIONARY_SURNAME}, -1}, + {"Mulligan", 1, {DICTIONARY_SURNAME}, -1}, + {"Cipollina", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdolkarimi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsuji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dauch", 1, {DICTIONARY_SURNAME}, -1}, + {"Okenla", 1, {DICTIONARY_SURNAME}, -1}, + {"Quaschny", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamida", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dawidowsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Nettlau", 1, {DICTIONARY_SURNAME}, -1}, + {"Danutė", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marenco", 1, {DICTIONARY_SURNAME}, -1}, + {"Venediktov", 1, {DICTIONARY_SURNAME}, -1}, + {"Arieti", 1, {DICTIONARY_SURNAME}, -1}, + {"Quijano", 1, {DICTIONARY_SURNAME}, -1}, + {"Cafercan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rimantas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bannout", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehrdad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Massenet", 1, {DICTIONARY_SURNAME}, -1}, + {"Yokotake", 1, {DICTIONARY_SURNAME}, -1}, + {"Michalopoulou", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarantini", 1, {DICTIONARY_SURNAME}, -1}, + {"Lensing", 1, {DICTIONARY_SURNAME}, -1}, + {"Brocklebank", 1, {DICTIONARY_SURNAME}, -1}, + {"Heydeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Veelers", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarker", 1, {DICTIONARY_SURNAME}, -1}, + {"Evelin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Airikkala", 1, {DICTIONARY_SURNAME}, -1}, + {"Spalding", 1, {DICTIONARY_SURNAME}, -1}, + {"Heyerdahl", 1, {DICTIONARY_SURNAME}, -1}, + {"Poggiali", 1, {DICTIONARY_SURNAME}, -1}, + {"Klinck", 1, {DICTIONARY_SURNAME}, -1}, + {"Sunaho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thackeray", 1, {DICTIONARY_SURNAME}, -1}, + {"Ridwan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vashadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Fawzi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bott", 1, {DICTIONARY_SURNAME}, -1}, + {"Iversen", 1, {DICTIONARY_SURNAME}, -1}, + {"Cassi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lozano", 1, {DICTIONARY_SURNAME}, -1}, + {"Scott-Elliot", 1, {DICTIONARY_SURNAME}, -1}, + {"Lesiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Shohreh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daladier", 1, {DICTIONARY_SURNAME}, -1}, + {"Isetemkheb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Arellano", 1, {DICTIONARY_SURNAME}, -1}, + {"Rolt", 1, {DICTIONARY_SURNAME}, -1}, + {"Fairclough", 1, {DICTIONARY_SURNAME}, -1}, + {"Scorupco", 1, {DICTIONARY_SURNAME}, -1}, + {"Kimmy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pineda", 1, {DICTIONARY_SURNAME}, -1}, + {"Chaffyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Vetrano", 1, {DICTIONARY_SURNAME}, -1}, + {"Erhart", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Batista", 1, {DICTIONARY_SURNAME}, -1}, + {"Donath", 1, {DICTIONARY_SURNAME}, -1}, + {"Hallie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daniel-Lesur", 1, {DICTIONARY_SURNAME}, -1}, + {"Moculescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Compton", 1, {DICTIONARY_SURNAME}, -1}, + {"Sentimenti", 1, {DICTIONARY_SURNAME}, -1}, + {"Gault", 1, {DICTIONARY_SURNAME}, -1}, + {"Viotto", 1, {DICTIONARY_SURNAME}, -1}, + {"Kirsty", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Szpakowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Durack", 1, {DICTIONARY_SURNAME}, -1}, + {"Yasuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sīmanis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Martucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Bignell", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzgilbert", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukuzo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McSkimming", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaplowitz", 1, {DICTIONARY_SURNAME}, -1}, + {"Semih", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Delden", 1, {DICTIONARY_SURNAME}, -1}, + {"Brokaw", 1, {DICTIONARY_SURNAME}, -1}, + {"Hubálek", 1, {DICTIONARY_SURNAME}, -1}, + {"hess", 1, {DICTIONARY_CHAIN}, -1}, + {"Ilyés", 1, {DICTIONARY_SURNAME}, -1}, + {"Miho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bachchan", 1, {DICTIONARY_SURNAME}, -1}, + {"Jamal ad-Din", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kellett", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolters", 1, {DICTIONARY_SURNAME}, -1}, + {"Davorin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Coulter", 1, {DICTIONARY_SURNAME}, -1}, + {"Sacher", 1, {DICTIONARY_SURNAME}, -1}, + {"Bedjaoui", 1, {DICTIONARY_SURNAME}, -1}, + {"McMullen", 1, {DICTIONARY_SURNAME}, -1}, + {"Perkhun", 1, {DICTIONARY_SURNAME}, -1}, + {"Blakeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Schoenaker", 1, {DICTIONARY_SURNAME}, -1}, + {"Rimes", 1, {DICTIONARY_SURNAME}, -1}, + {"Blowers", 1, {DICTIONARY_SURNAME}, -1}, + {"Clyde", 1, {DICTIONARY_SURNAME}, -1}, + {"Abduraim", 1, {DICTIONARY_SURNAME}, -1}, + {"Monckton-Arundell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaljurand", 1, {DICTIONARY_SURNAME}, -1}, + {"Weetman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Greenhous", 1, {DICTIONARY_SURNAME}, -1}, + {"Linstead", 1, {DICTIONARY_SURNAME}, -1}, + {"Felker", 1, {DICTIONARY_SURNAME}, -1}, + {"Víctores", 1, {DICTIONARY_SURNAME}, -1}, + {"Strayer", 1, {DICTIONARY_SURNAME}, -1}, + {"Santulli", 1, {DICTIONARY_SURNAME}, -1}, + {"Chavasse", 1, {DICTIONARY_SURNAME}, -1}, + {"Hovorka", 1, {DICTIONARY_SURNAME}, -1}, + {"Wakamatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Versick", 1, {DICTIONARY_SURNAME}, -1}, + {"Trafford", 1, {DICTIONARY_SURNAME}, -1}, + {"Lolo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hengelbrock", 1, {DICTIONARY_SURNAME}, -1}, + {"Louise Marie-Therese", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kijūrō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gavigan", 1, {DICTIONARY_SURNAME}, -1}, + {"Scherpel", 1, {DICTIONARY_SURNAME}, -1}, + {"Mesika", 1, {DICTIONARY_SURNAME}, -1}, + {"Bartmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Zohra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vampa", 1, {DICTIONARY_SURNAME}, -1}, + {"Jung-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vaidik", 1, {DICTIONARY_SURNAME}, -1}, + {"Guerrero", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vavoúris", 1, {DICTIONARY_SURNAME}, -1}, + {"Stipčević", 1, {DICTIONARY_SURNAME}, -1}, + {"Marie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Achalov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mulkey", 1, {DICTIONARY_SURNAME}, -1}, + {"Addis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marshman", 1, {DICTIONARY_SURNAME}, -1}, + {"Wills", 1, {DICTIONARY_SURNAME}, -1}, + {"Agbonlahor", 1, {DICTIONARY_SURNAME}, -1}, + {"Furfjord", 1, {DICTIONARY_SURNAME}, -1}, + {"Centolella", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdulaziz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fişek", 1, {DICTIONARY_SURNAME}, -1}, + {"Ngetich", 1, {DICTIONARY_SURNAME}, -1}, + {"Peddle", 1, {DICTIONARY_SURNAME}, -1}, + {"Sidorov", 1, {DICTIONARY_SURNAME}, -1}, + {"Bluestein", 1, {DICTIONARY_SURNAME}, -1}, + {"Jarvis", 1, {DICTIONARY_SURNAME}, -1}, + {"Orbán", 1, {DICTIONARY_SURNAME}, -1}, + {"Ferragamo", 1, {DICTIONARY_SURNAME}, -1}, + {"Brakočević", 1, {DICTIONARY_SURNAME}, -1}, + {"Schauta", 1, {DICTIONARY_SURNAME}, -1}, + {"Malhiot", 1, {DICTIONARY_SURNAME}, -1}, + {"Fargo", 1, {DICTIONARY_SURNAME}, -1}, + {"Jepsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Sherif", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Baillie-Hamilton", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrzáň", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhtarzand", 1, {DICTIONARY_SURNAME}, -1}, + {"Shubin", 1, {DICTIONARY_SURNAME}, -1}, + {"De Zeeuw", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Sandwyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Elhorga", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipchirchir", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolley", 1, {DICTIONARY_SURNAME}, -1}, + {"Stechkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Dight", 1, {DICTIONARY_SURNAME}, -1}, + {"Dean", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pavel Petřikov", 1, {DICTIONARY_SURNAME}, -1}, + {"chickfila", 1, {DICTIONARY_CHAIN}, 97}, + {"Eun-ah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schlumberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Lewthwaite", 1, {DICTIONARY_SURNAME}, -1}, + {"Chelsea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aylward", 1, {DICTIONARY_SURNAME}, -1}, + {"Arkady", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gerov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aldrighetti", 1, {DICTIONARY_SURNAME}, -1}, + {"Frizzelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Barnes", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ackerie", 1, {DICTIONARY_SURNAME}, -1}, + {"Copeland", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruuth", 1, {DICTIONARY_SURNAME}, -1}, + {"Vestermo", 1, {DICTIONARY_SURNAME}, -1}, + {"Herm", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grimes", 1, {DICTIONARY_SURNAME}, -1}, + {"Atlagić", 1, {DICTIONARY_SURNAME}, -1}, + {"Haraldsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Abumrad", 1, {DICTIONARY_SURNAME}, -1}, + {"Bill", 1, {DICTIONARY_SURNAME}, -1}, + {"Creekmore", 1, {DICTIONARY_SURNAME}, -1}, + {"Mateo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rittich", 1, {DICTIONARY_SURNAME}, -1}, + {"Turnage", 1, {DICTIONARY_SURNAME}, -1}, + {"Schimmelpenninck", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Allmen", 1, {DICTIONARY_SURNAME}, -1}, + {"Lehninger", 1, {DICTIONARY_SURNAME}, -1}, + {"Veytia", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruqayya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Millner", 1, {DICTIONARY_SURNAME}, -1}, + {"Zelda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Liew", 1, {DICTIONARY_SURNAME}, -1}, + {"Dotson", 1, {DICTIONARY_SURNAME}, -1}, + {"Jiránek", 1, {DICTIONARY_SURNAME}, -1}, + {"Symington", 1, {DICTIONARY_SURNAME}, -1}, + {"Malley", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Akkeren", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorotheus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Terlingen", 1, {DICTIONARY_SURNAME}, -1}, + {"McDermott", 1, {DICTIONARY_SURNAME}, -1}, + {"Echlin", 1, {DICTIONARY_SURNAME}, -1}, + {"Akande", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zeineb", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCarron", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisahiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Casares", 1, {DICTIONARY_SURNAME}, -1}, + {"Gianfranco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Merike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gerolamo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pettibone", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownhill", 1, {DICTIONARY_SURNAME}, -1}, + {"Saorbhreathach", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nagamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Chamberlaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Devere", 1, {DICTIONARY_SURNAME}, -1}, + {"Landsberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Hikaru", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Valadao", 1, {DICTIONARY_SURNAME}, -1}, + {"Višnjić", 1, {DICTIONARY_SURNAME}, -1}, + {"Archinto", 1, {DICTIONARY_SURNAME}, -1}, + {"Hederman", 1, {DICTIONARY_SURNAME}, -1}, + {"iga", 1, {DICTIONARY_CHAIN}, -1}, + {"Gyasi", 1, {DICTIONARY_SURNAME}, -1}, + {"Herlovsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Ma'ali", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dhand", 1, {DICTIONARY_SURNAME}, -1}, + {"Albácar", 1, {DICTIONARY_SURNAME}, -1}, + {"Yankovic", 1, {DICTIONARY_SURNAME}, -1}, + {"Obeng", 1, {DICTIONARY_SURNAME}, -1}, + {"Woleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Blatherwick", 1, {DICTIONARY_SURNAME}, -1}, + {"Bledsoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Deas", 1, {DICTIONARY_SURNAME}, -1}, + {"Włodarczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Asplund", 1, {DICTIONARY_SURNAME}, -1}, + {"Lesar", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeanneney", 1, {DICTIONARY_SURNAME}, -1}, + {"Zabret", 1, {DICTIONARY_SURNAME}, -1}, + {"Papa", 1, {DICTIONARY_SURNAME}, -1}, + {"Žnidarić", 1, {DICTIONARY_SURNAME}, -1}, + {"Fychan", 1, {DICTIONARY_SURNAME}, -1}, + {"Danilov", 1, {DICTIONARY_SURNAME}, -1}, + {"Overbye", 1, {DICTIONARY_SURNAME}, -1}, + {"Al-Qadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Akintade", 1, {DICTIONARY_SURNAME}, -1}, + {"boston market", 1, {DICTIONARY_CHAIN}, -1}, + {"Żeligowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Inoue", 1, {DICTIONARY_SURNAME}, -1}, + {"Ji-yeon", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eun-jin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Noseworthy", 1, {DICTIONARY_SURNAME}, -1}, + {"Rohde", 1, {DICTIONARY_SURNAME}, -1}, + {"Krell", 1, {DICTIONARY_SURNAME}, -1}, + {"Riis", 1, {DICTIONARY_SURNAME}, -1}, + {"Bamber", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Saubade", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdoğan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Offutt", 1, {DICTIONARY_SURNAME}, -1}, + {"Morawetz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamid", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Agazzone", 1, {DICTIONARY_SURNAME}, -1}, + {"Hellebuyck", 1, {DICTIONARY_SURNAME}, -1}, + {"De Lucas", 1, {DICTIONARY_SURNAME}, -1}, + {"Kissell", 1, {DICTIONARY_SURNAME}, -1}, + {"Abebrese", 1, {DICTIONARY_SURNAME}, -1}, + {"Chertok", 1, {DICTIONARY_SURNAME}, -1}, + {"Guest", 1, {DICTIONARY_SURNAME}, -1}, + {"Moraczewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Münchhausen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hieronymus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nance", 1, {DICTIONARY_SURNAME}, -1}, + {"Nito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daughtridge", 1, {DICTIONARY_SURNAME}, -1}, + {"Leon", 1, {DICTIONARY_SURNAME}, -1}, + {"Burruss", 1, {DICTIONARY_SURNAME}, -1}, + {"Vulić", 1, {DICTIONARY_SURNAME}, -1}, + {"Brethauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Childe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bencivenga", 1, {DICTIONARY_SURNAME}, -1}, + {"Bathie", 1, {DICTIONARY_SURNAME}, -1}, + {"Belluschi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hawken", 1, {DICTIONARY_SURNAME}, -1}, + {"Erdman", 1, {DICTIONARY_SURNAME}, -1}, + {"Crínóc", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Erikson", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanami", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Veikkanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Deren", 1, {DICTIONARY_SURNAME}, -1}, + {"Brookes", 1, {DICTIONARY_SURNAME}, -1}, + {"Casals", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gauld", 1, {DICTIONARY_SURNAME}, -1}, + {"Adoboli", 1, {DICTIONARY_SURNAME}, -1}, + {"Cuesta", 1, {DICTIONARY_SURNAME}, -1}, + {"Mao", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Heemskerk", 1, {DICTIONARY_SURNAME}, -1}, + {"Gadson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shinde", 1, {DICTIONARY_SURNAME}, -1}, + {"Bramwell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kwasi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wilke", 1, {DICTIONARY_SURNAME}, -1}, + {"Myslbek", 1, {DICTIONARY_SURNAME}, -1}, + {"Aimard", 1, {DICTIONARY_SURNAME}, -1}, + {"Toppazzini", 1, {DICTIONARY_SURNAME}, -1}, + {"Czerniawski", 1, {DICTIONARY_SURNAME}, -1}, + {"Miyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bijan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rosales", 1, {DICTIONARY_SURNAME}, -1}, + {"Wotruba", 1, {DICTIONARY_SURNAME}, -1}, + {"Clapperton", 1, {DICTIONARY_SURNAME}, -1}, + {"Linca", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Roosbroeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Perkyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenquist", 1, {DICTIONARY_SURNAME}, -1}, + {"Harring", 1, {DICTIONARY_SURNAME}, -1}, + {"Doug", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Allenby", 1, {DICTIONARY_SURNAME}, -1}, + {"Novick", 1, {DICTIONARY_SURNAME}, -1}, + {"Alyssa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sharonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Maas", 1, {DICTIONARY_SURNAME}, -1}, + {"Linderoth", 1, {DICTIONARY_SURNAME}, -1}, + {"Pisar", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajouadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jawdat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seydou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"7 eleven", 1, {DICTIONARY_CHAIN}, 56}, + {"Agboton", 1, {DICTIONARY_SURNAME}, -1}, + {"Isabey", 1, {DICTIONARY_SURNAME}, -1}, + {"Lundborg", 1, {DICTIONARY_SURNAME}, -1}, + {"Yokoi", 1, {DICTIONARY_SURNAME}, -1}, + {"Vignaroli", 1, {DICTIONARY_SURNAME}, -1}, + {"Melandri", 1, {DICTIONARY_SURNAME}, -1}, + {"Esiason", 1, {DICTIONARY_SURNAME}, -1}, + {"Bluyssen", 1, {DICTIONARY_SURNAME}, -1}, + {"Şeker", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Acox", 1, {DICTIONARY_SURNAME}, -1}, + {"Merode", 1, {DICTIONARY_SURNAME}, -1}, + {"Aboro", 1, {DICTIONARY_SURNAME}, -1}, + {"Murgatroyd", 1, {DICTIONARY_SURNAME}, -1}, + {"Sushil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marijan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Salsano", 1, {DICTIONARY_SURNAME}, -1}, + {"Ertama", 1, {DICTIONARY_SURNAME}, -1}, + {"Afroogh", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Petegem", 1, {DICTIONARY_SURNAME}, -1}, + {"Richmond", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanbali", 1, {DICTIONARY_SURNAME}, -1}, + {"Alperin", 1, {DICTIONARY_SURNAME}, -1}, + {"Brinkman", 1, {DICTIONARY_SURNAME}, -1}, + {"Andreychuk", 1, {DICTIONARY_SURNAME}, -1}, + {"Banionis", 1, {DICTIONARY_SURNAME}, -1}, + {"Soriano", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaisford", 1, {DICTIONARY_SURNAME}, -1}, + {"Feistel", 1, {DICTIONARY_SURNAME}, -1}, + {"Miuchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pfitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Roberday", 1, {DICTIONARY_SURNAME}, -1}, + {"Steubel", 1, {DICTIONARY_SURNAME}, -1}, + {"Karel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lyndsay", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Till", 1, {DICTIONARY_SURNAME}, -1}, + {"Dallerup", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshitsugu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Gyseghem", 1, {DICTIONARY_SURNAME}, -1}, + {"Vendell", 1, {DICTIONARY_SURNAME}, -1}, + {"Vucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Takauji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buxbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulvaeus", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Reincke", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaseykin", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosol", 1, {DICTIONARY_SURNAME}, -1}, + {"Kivi", 1, {DICTIONARY_SURNAME}, -1}, + {"Havlíček", 1, {DICTIONARY_SURNAME}, -1}, + {"McCloughan", 1, {DICTIONARY_SURNAME}, -1}, + {"Žigeranović", 1, {DICTIONARY_SURNAME}, -1}, + {"Chamaco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Browne", 1, {DICTIONARY_SURNAME}, -1}, + {"Markarian", 1, {DICTIONARY_SURNAME}, -1}, + {"Véret", 1, {DICTIONARY_SURNAME}, -1}, + {"Alley", 1, {DICTIONARY_SURNAME}, -1}, + {"Teitur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Soglo", 1, {DICTIONARY_SURNAME}, -1}, + {"chickfilas", 1, {DICTIONARY_CHAIN}, 97}, + {"Begum", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Soi", 1, {DICTIONARY_SURNAME}, -1}, + {"McCrystal", 1, {DICTIONARY_SURNAME}, -1}, + {"Compston", 1, {DICTIONARY_SURNAME}, -1}, + {"Anice", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ramanathan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McGregor Mathers", 1, {DICTIONARY_SURNAME}, -1}, + {"Lacy", 1, {DICTIONARY_SURNAME}, -1}, + {"Valagussa", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorenstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Ehrenfest", 1, {DICTIONARY_SURNAME}, -1}, + {"Lenorman", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Hove", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaromar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Duijf", 1, {DICTIONARY_SURNAME}, -1}, + {"Klosterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilsvik", 1, {DICTIONARY_SURNAME}, -1}, + {"Sahir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kraft", 1, {DICTIONARY_SURNAME}, -1}, + {"Awa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vauhkonen", 1, {DICTIONARY_SURNAME}, -1}, + {"Zoidze", 1, {DICTIONARY_SURNAME}, -1}, + {"Addison", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Colm", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vasallo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kästner", 1, {DICTIONARY_SURNAME}, -1}, + {"Guramishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pawar", 1, {DICTIONARY_SURNAME}, -1}, + {"Burian", 1, {DICTIONARY_SURNAME}, -1}, + {"Mendy", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Eshleman", 1, {DICTIONARY_SURNAME}, -1}, + {"Memić", 1, {DICTIONARY_SURNAME}, -1}, + {"Boldemann", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuero", 1, {DICTIONARY_SURNAME}, -1}, + {"Makoto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Thutmose", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Viciu", 1, {DICTIONARY_SURNAME}, -1}, + {"Nakagami", 1, {DICTIONARY_SURNAME}, -1}, + {"Šašić", 1, {DICTIONARY_SURNAME}, -1}, + {"Strohl", 1, {DICTIONARY_SURNAME}, -1}, + {"Fiocco", 1, {DICTIONARY_SURNAME}, -1}, + {"Loesch", 1, {DICTIONARY_SURNAME}, -1}, + {"Villeglé", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"ups store", 1, {DICTIONARY_CHAIN}, -1}, + {"Ohman", 1, {DICTIONARY_SURNAME}, -1}, + {"bubba gumps shrimp company", 1, {DICTIONARY_CHAIN}, 87}, + {"Hämmerli", 1, {DICTIONARY_SURNAME}, -1}, + {"Alazraki", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henok", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gandwani", 1, {DICTIONARY_SURNAME}, -1}, + {"Damlaimcourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Invernizzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Yassine", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Latombe", 1, {DICTIONARY_SURNAME}, -1}, + {"Anass", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"bpi", 1, {DICTIONARY_CHAIN}, -1}, + {"Ballenden", 1, {DICTIONARY_SURNAME}, -1}, + {"Morikazu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Feyrouz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Greenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Home", 1, {DICTIONARY_SURNAME}, -1}, + {"Tierney", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Pinkas", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Seghers", 1, {DICTIONARY_SURNAME}, -1}, + {"Finbil", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Enes", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tonguç", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brum", 1, {DICTIONARY_SURNAME}, -1}, + {"Rall", 1, {DICTIONARY_SURNAME}, -1}, + {"Viverito", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnold", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Curri", 1, {DICTIONARY_SURNAME}, -1}, + {"Knap", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaytsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Hrvoje", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Benbitour", 1, {DICTIONARY_SURNAME}, -1}, + {"Moodley", 1, {DICTIONARY_SURNAME}, -1}, + {"Veljanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mihailović", 1, {DICTIONARY_SURNAME}, -1}, + {"Laxalt", 1, {DICTIONARY_SURNAME}, -1}, + {"Åshild", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kleinschmidt", 1, {DICTIONARY_SURNAME}, -1}, + {"Aarsman", 1, {DICTIONARY_SURNAME}, -1}, + {"Fullarton", 1, {DICTIONARY_SURNAME}, -1}, + {"Shigeyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Srichaphan", 1, {DICTIONARY_SURNAME}, -1}, + {"Berberian", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenfeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Placid", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sadahiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"January", 1, {DICTIONARY_SURNAME}, -1}, + {"Pyper", 1, {DICTIONARY_SURNAME}, -1}, + {"Schopenhauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjei", 1, {DICTIONARY_SURNAME}, -1}, + {"Wirz", 1, {DICTIONARY_SURNAME}, -1}, + {"Heussner", 1, {DICTIONARY_SURNAME}, -1}, + {"Pannartz", 1, {DICTIONARY_SURNAME}, -1}, + {"Hekimoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Sobolewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Falsini", 1, {DICTIONARY_SURNAME}, -1}, + {"Boykov", 1, {DICTIONARY_SURNAME}, -1}, + {"Liepiņš", 1, {DICTIONARY_SURNAME}, -1}, + {"Melton", 1, {DICTIONARY_SURNAME}, -1}, + {"Schaap", 1, {DICTIONARY_SURNAME}, -1}, + {"Greenspoon", 1, {DICTIONARY_SURNAME}, -1}, + {"Diergaardt", 1, {DICTIONARY_SURNAME}, -1}, + {"Ulrik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zorilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Paasilinna", 1, {DICTIONARY_SURNAME}, -1}, + {"Sturmy", 1, {DICTIONARY_SURNAME}, -1}, + {"Bleekemolen", 1, {DICTIONARY_SURNAME}, -1}, + {"Huangfu", 1, {DICTIONARY_SURNAME}, -1}, + {"Wortham", 1, {DICTIONARY_SURNAME}, -1}, + {"Joubert", 1, {DICTIONARY_SURNAME}, -1}, + {"Grzywacz", 1, {DICTIONARY_SURNAME}, -1}, + {"Leitão", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McMullan", 1, {DICTIONARY_SURNAME}, -1}, + {"Ancel", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rieber-Mohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Reznikoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilpatric", 1, {DICTIONARY_SURNAME}, -1}, + {"Adenuga", 1, {DICTIONARY_SURNAME}, -1}, + {"Mass", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammer", 1, {DICTIONARY_SURNAME}, -1}, + {"Gedman", 1, {DICTIONARY_SURNAME}, -1}, + {"Göksu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jaco", 1, {DICTIONARY_SURNAME}, -1}, + {"Reis", 1, {DICTIONARY_SURNAME}, -1}, + {"Adelstam", 1, {DICTIONARY_SURNAME}, -1}, + {"Magnani", 1, {DICTIONARY_SURNAME}, -1}, + {"Peresson", 1, {DICTIONARY_SURNAME}, -1}, + {"Marie-Françoise", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tsiskaridze", 1, {DICTIONARY_SURNAME}, -1}, + {"Abrami", 1, {DICTIONARY_SURNAME}, -1}, + {"Saul", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Haldar", 1, {DICTIONARY_SURNAME}, -1}, + {"Metze", 1, {DICTIONARY_SURNAME}, -1}, + {"Pournelle", 1, {DICTIONARY_SURNAME}, -1}, + {"Quraishi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hansis", 1, {DICTIONARY_SURNAME}, -1}, + {"Görgülü", 1, {DICTIONARY_SURNAME}, -1}, + {"Sakyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Fane", 1, {DICTIONARY_SURNAME}, -1}, + {"Honeybone", 1, {DICTIONARY_SURNAME}, -1}, + {"carls juniors", 1, {DICTIONARY_CHAIN}, 93}, + {"Kharal", 1, {DICTIONARY_SURNAME}, -1}, + {"Acuff", 1, {DICTIONARY_SURNAME}, -1}, + {"Provan", 1, {DICTIONARY_SURNAME}, -1}, + {"Özkul", 1, {DICTIONARY_SURNAME}, -1}, + {"Čech", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonasone", 1, {DICTIONARY_SURNAME}, -1}, + {"Schine", 1, {DICTIONARY_SURNAME}, -1}, + {"Kohlhaase", 1, {DICTIONARY_SURNAME}, -1}, + {"Sabitzer", 1, {DICTIONARY_SURNAME}, -1}, + {"Jimmie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Douli", 1, {DICTIONARY_SURNAME}, -1}, + {"Anzà", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedgecock", 1, {DICTIONARY_SURNAME}, -1}, + {"Blank", 1, {DICTIONARY_SURNAME}, -1}, + {"Hutchence", 1, {DICTIONARY_SURNAME}, -1}, + {"Malkovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Tetyana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Appelt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Drakšič", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranganath", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aghayev", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerome", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Juntunen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vlok", 1, {DICTIONARY_SURNAME}, -1}, + {"Boyarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Toshack", 1, {DICTIONARY_SURNAME}, -1}, + {"Dior", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurtiz", 1, {DICTIONARY_SURNAME}, -1}, + {"Balbi", 1, {DICTIONARY_SURNAME}, -1}, + {"Adjet", 1, {DICTIONARY_SURNAME}, -1}, + {"Klinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Oblak", 1, {DICTIONARY_SURNAME}, -1}, + {"Eithne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gaetano", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Aalien", 1, {DICTIONARY_SURNAME}, -1}, + {"Qistina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vermeyen", 1, {DICTIONARY_SURNAME}, -1}, + {"Bechtholdt", 1, {DICTIONARY_SURNAME}, -1}, + {"Tesch", 1, {DICTIONARY_SURNAME}, -1}, + {"McKellar", 1, {DICTIONARY_SURNAME}, -1}, + {"Kakabadze", 1, {DICTIONARY_SURNAME}, -1}, + {"Pafford", 1, {DICTIONARY_SURNAME}, -1}, + {"Mighels", 1, {DICTIONARY_SURNAME}, -1}, + {"Dunkerley", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Stefenelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Favell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kotlyarov", 1, {DICTIONARY_SURNAME}, -1}, + {"Edwidge", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ragnall", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ivica", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Piccardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaprekar", 1, {DICTIONARY_SURNAME}, -1}, + {"Calver", 1, {DICTIONARY_SURNAME}, -1}, + {"Luzzi", 1, {DICTIONARY_SURNAME}, -1}, + {"Oddone", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sbaraglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuguharu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ganley", 1, {DICTIONARY_SURNAME}, -1}, + {"Volokhov", 1, {DICTIONARY_SURNAME}, -1}, + {"Sekar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beecham", 1, {DICTIONARY_SURNAME}, -1}, + {"Maccioni", 1, {DICTIONARY_SURNAME}, -1}, + {"Unterberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Stelly", 1, {DICTIONARY_SURNAME}, -1}, + {"Tönnies", 1, {DICTIONARY_SURNAME}, -1}, + {"Olkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Lakeman", 1, {DICTIONARY_SURNAME}, -1}, + {"Meerson", 1, {DICTIONARY_SURNAME}, -1}, + {"Krstić", 1, {DICTIONARY_SURNAME}, -1}, + {"Brazier", 1, {DICTIONARY_SURNAME}, -1}, + {"Vithayathil", 1, {DICTIONARY_SURNAME}, -1}, + {"Dooke", 1, {DICTIONARY_SURNAME}, -1}, + {"Jean-Henri", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cosimo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Freudenthal", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaertner", 1, {DICTIONARY_SURNAME}, -1}, + {"Akselman", 1, {DICTIONARY_SURNAME}, -1}, + {"LaRue", 1, {DICTIONARY_SURNAME}, -1}, + {"Asawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Fawkes", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shiroyama", 1, {DICTIONARY_SURNAME}, -1}, + {"Ctirad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agapova", 1, {DICTIONARY_SURNAME}, -1}, + {"Balmford", 1, {DICTIONARY_SURNAME}, -1}, + {"Leiber", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawazoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Leinfellner", 1, {DICTIONARY_SURNAME}, -1}, + {"Veall", 1, {DICTIONARY_SURNAME}, -1}, + {"Okyay", 1, {DICTIONARY_SURNAME}, -1}, + {"Maldiyal Mughal", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Velthoven", 1, {DICTIONARY_SURNAME}, -1}, + {"De Palma", 1, {DICTIONARY_SURNAME}, -1}, + {"Gasol", 1, {DICTIONARY_SURNAME}, -1}, + {"Hody", 1, {DICTIONARY_SURNAME}, -1}, + {"Muñoz", 1, {DICTIONARY_SURNAME}, -1}, + {"Velvit", 1, {DICTIONARY_SURNAME}, -1}, + {"Yamaji", 1, {DICTIONARY_SURNAME}, -1}, + {"Kavitha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Saruhashi", 1, {DICTIONARY_SURNAME}, -1}, + {"Tietgen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandeweghe", 1, {DICTIONARY_SURNAME}, -1}, + {"Crewdson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyalitsyna", 1, {DICTIONARY_SURNAME}, -1}, + {"Sutzkever", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomčíková", 1, {DICTIONARY_SURNAME}, -1}, + {"Massiliensis", 1, {DICTIONARY_SURNAME}, -1}, + {"Calabro", 1, {DICTIONARY_SURNAME}, -1}, + {"Pinkethman", 1, {DICTIONARY_SURNAME}, -1}, + {"Weinbacher", 1, {DICTIONARY_SURNAME}, -1}, + {"mlk jr", 1, {DICTIONARY_NAMED_PERSON}, 283}, + {"Zuculini", 1, {DICTIONARY_SURNAME}, -1}, + {"Bjarne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leeuw", 1, {DICTIONARY_SURNAME}, -1}, + {"Veltman", 1, {DICTIONARY_SURNAME}, -1}, + {"Leemhuis", 1, {DICTIONARY_SURNAME}, -1}, + {"Wallenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Closterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Clover", 1, {DICTIONARY_SURNAME}, -1}, + {"Tasaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Secco", 1, {DICTIONARY_SURNAME}, -1}, + {"Iannucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoppes", 1, {DICTIONARY_SURNAME}, -1}, + {"Manderson", 1, {DICTIONARY_SURNAME}, -1}, + {"Bureau", 1, {DICTIONARY_SURNAME}, -1}, + {"Butchart", 1, {DICTIONARY_SURNAME}, -1}, + {"Goff", 1, {DICTIONARY_SURNAME}, -1}, + {"Krankl", 1, {DICTIONARY_SURNAME}, -1}, + {"Fidler", 1, {DICTIONARY_SURNAME}, -1}, + {"Keill", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jetzinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Fogel", 1, {DICTIONARY_SURNAME}, -1}, + {"Gressmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Kapur", 1, {DICTIONARY_SURNAME}, -1}, + {"Van den Abeele", 1, {DICTIONARY_SURNAME}, -1}, + {"Larraín", 1, {DICTIONARY_SURNAME}, -1}, + {"Insúa", 1, {DICTIONARY_SURNAME}, -1}, + {"Joaquín", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Amoreirinha", 1, {DICTIONARY_SURNAME}, -1}, + {"Armin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Albair", 1, {DICTIONARY_SURNAME}, -1}, + {"Sylve", 1, {DICTIONARY_SURNAME}, -1}, + {"Gessner", 1, {DICTIONARY_SURNAME}, -1}, + {"Ashokasundari", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gündoğdu", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ewbank", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marcos Antônio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kolessa", 1, {DICTIONARY_SURNAME}, -1}, + {"Jakubėnas", 1, {DICTIONARY_SURNAME}, -1}, + {"Várkonyi", 1, {DICTIONARY_SURNAME}, -1}, + {"Azimullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Godlewski", 1, {DICTIONARY_SURNAME}, -1}, + {"Engebretsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaughan-Lee", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoke", 1, {DICTIONARY_SURNAME}, -1}, + {"Dolben", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Clief", 1, {DICTIONARY_SURNAME}, -1}, + {"Bobak", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bollinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Njinksy", 1, {DICTIONARY_SURNAME}, -1}, + {"Öberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Hausmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Gobbi", 1, {DICTIONARY_SURNAME}, -1}, + {"Desai", 1, {DICTIONARY_SURNAME}, -1}, + {"Vagadal", 1, {DICTIONARY_SURNAME}, -1}, + {"Brownmiller", 1, {DICTIONARY_SURNAME}, -1}, + {"Valeriev", 1, {DICTIONARY_SURNAME}, -1}, + {"Modi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cheeseman", 1, {DICTIONARY_SURNAME}, -1}, + {"Sturt", 1, {DICTIONARY_SURNAME}, -1}, + {"Smeets", 1, {DICTIONARY_SURNAME}, -1}, + {"Hisako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hanscom", 1, {DICTIONARY_SURNAME}, -1}, + {"Maximov", 1, {DICTIONARY_SURNAME}, -1}, + {"Stengers", 1, {DICTIONARY_SURNAME}, -1}, + {"Helmer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mickelbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Frederick", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krajci", 1, {DICTIONARY_SURNAME}, -1}, + {"Bennetts", 1, {DICTIONARY_SURNAME}, -1}, + {"Wrightson", 1, {DICTIONARY_SURNAME}, -1}, + {"Tetrode", 1, {DICTIONARY_SURNAME}, -1}, + {"Kramarevsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobukata", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yūjirō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Zierer", 1, {DICTIONARY_SURNAME}, -1}, + {"Cennamo", 1, {DICTIONARY_SURNAME}, -1}, + {"Vloet", 1, {DICTIONARY_SURNAME}, -1}, + {"Moszkowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Agatston", 1, {DICTIONARY_SURNAME}, -1}, + {"Niskin", 1, {DICTIONARY_SURNAME}, -1}, + {"Brett", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Geddes", 1, {DICTIONARY_SURNAME}, -1}, + {"McCalister", 1, {DICTIONARY_SURNAME}, -1}, + {"Champollion", 1, {DICTIONARY_SURNAME}, -1}, + {"Sengoku", 1, {DICTIONARY_SURNAME}, -1}, + {"Edvardas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adebayo", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brodbin", 1, {DICTIONARY_SURNAME}, -1}, + {"Gfrörer", 1, {DICTIONARY_SURNAME}, -1}, + {"Kaku", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bastico", 1, {DICTIONARY_SURNAME}, -1}, + {"Avedisian", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhic Íomhair", 1, {DICTIONARY_SURNAME}, -1}, + {"Enobakhare", 1, {DICTIONARY_SURNAME}, -1}, + {"Troy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"La Russa", 1, {DICTIONARY_SURNAME}, -1}, + {"Aomatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Are", 1, {DICTIONARY_SURNAME}, -1}, + {"Fennell", 1, {DICTIONARY_SURNAME}, -1}, + {"Kadthan", 1, {DICTIONARY_SURNAME}, -1}, + {"Neenan", 1, {DICTIONARY_SURNAME}, -1}, + {"Dettori", 1, {DICTIONARY_SURNAME}, -1}, + {"Bobrowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Sukhishvili", 1, {DICTIONARY_SURNAME}, -1}, + {"Ed", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Düzağaç", 1, {DICTIONARY_SURNAME}, -1}, + {"McQuigg", 1, {DICTIONARY_SURNAME}, -1}, + {"netto marken discount", 1, {DICTIONARY_CHAIN}, 192}, + {"Rachal", 1, {DICTIONARY_SURNAME}, -1}, + {"Starck", 1, {DICTIONARY_SURNAME}, -1}, + {"Velikorodny", 1, {DICTIONARY_SURNAME}, -1}, + {"Valerie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kabamba", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Oshio", 1, {DICTIONARY_SURNAME}, -1}, + {"Cojocar", 1, {DICTIONARY_SURNAME}, -1}, + {"Cunliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"Sergey", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abashova", 1, {DICTIONARY_SURNAME}, -1}, + {"Noskov", 1, {DICTIONARY_SURNAME}, -1}, + {"Gebeshuber", 1, {DICTIONARY_SURNAME}, -1}, + {"Grayle", 1, {DICTIONARY_SURNAME}, -1}, + {"Alloh", 1, {DICTIONARY_SURNAME}, -1}, + {"Chōji", 1, {DICTIONARY_SURNAME}, -1}, + {"Housley", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Hippel", 1, {DICTIONARY_SURNAME}, -1}, + {"Hambling", 1, {DICTIONARY_SURNAME}, -1}, + {"Heslop-Harrison", 1, {DICTIONARY_SURNAME}, -1}, + {"Saldanha", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlieps", 1, {DICTIONARY_SURNAME}, -1}, + {"Reynold", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Işın", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bërdufi", 1, {DICTIONARY_SURNAME}, -1}, + {"Mowatt", 1, {DICTIONARY_SURNAME}, -1}, + {"Schrijnen", 1, {DICTIONARY_SURNAME}, -1}, + {"Desrosières", 1, {DICTIONARY_SURNAME}, -1}, + {"Wolzogen", 1, {DICTIONARY_SURNAME}, -1}, + {"Esperanza", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mauritz", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vilma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dragoumis", 1, {DICTIONARY_SURNAME}, -1}, + {"Mistal", 1, {DICTIONARY_SURNAME}, -1}, + {"Archdall", 1, {DICTIONARY_SURNAME}, -1}, + {"Moscovitch", 1, {DICTIONARY_SURNAME}, -1}, + {"Herber", 1, {DICTIONARY_SURNAME}, -1}, + {"Maekawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Tiiu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vdovichenkov", 1, {DICTIONARY_SURNAME}, -1}, + {"Aghta", 1, {DICTIONARY_SURNAME}, -1}, + {"Derby", 1, {DICTIONARY_SURNAME}, -1}, + {"Uraih", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gilfillan", 1, {DICTIONARY_SURNAME}, -1}, + {"McLearnon", 1, {DICTIONARY_SURNAME}, -1}, + {"Doidge", 1, {DICTIONARY_SURNAME}, -1}, + {"Belic", 1, {DICTIONARY_SURNAME}, -1}, + {"Cornewall", 1, {DICTIONARY_SURNAME}, -1}, + {"in-and-out burgers", 1, {DICTIONARY_CHAIN}, 158}, + {"Vitori", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Teitelbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Toyoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pichard", 1, {DICTIONARY_SURNAME}, -1}, + {"Clifford", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kokos", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Von Schwedler", 1, {DICTIONARY_SURNAME}, -1}, + {"Jurčević", 1, {DICTIONARY_SURNAME}, -1}, + {"staples", 1, {DICTIONARY_CHAIN}, -1}, + {"Anmchad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pennings", 1, {DICTIONARY_SURNAME}, -1}, + {"Wokalek", 1, {DICTIONARY_SURNAME}, -1}, + {"Antunović", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaimis", 1, {DICTIONARY_SURNAME}, -1}, + {"Legard", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamek", 1, {DICTIONARY_SURNAME}, -1}, + {"Olejniczak", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranger", 1, {DICTIONARY_SURNAME}, -1}, + {"Chitra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Liardet", 1, {DICTIONARY_SURNAME}, -1}, + {"Fumiaki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kleiber", 1, {DICTIONARY_SURNAME}, -1}, + {"Allaire", 1, {DICTIONARY_SURNAME}, -1}, + {"Dilweg", 1, {DICTIONARY_SURNAME}, -1}, + {"Khalaji", 1, {DICTIONARY_SURNAME}, -1}, + {"Suitbert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Henriques", 1, {DICTIONARY_SURNAME}, -1}, + {"Kike", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCumbee", 1, {DICTIONARY_SURNAME}, -1}, + {"Homura", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdul Halim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Turgut", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Helfert", 1, {DICTIONARY_SURNAME}, -1}, + {"Won-sik", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kluivert", 1, {DICTIONARY_SURNAME}, -1}, + {"Ungers", 1, {DICTIONARY_SURNAME}, -1}, + {"Réka", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCullum", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyla", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Altice", 1, {DICTIONARY_SURNAME}, -1}, + {"Kovachev", 1, {DICTIONARY_SURNAME}, -1}, + {"Verdi", 1, {DICTIONARY_SURNAME}, -1}, + {"Abacha", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazuma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fiderd", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fajo", 1, {DICTIONARY_SURNAME}, -1}, + {"Giacomo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hughey", 1, {DICTIONARY_SURNAME}, -1}, + {"Mühsam", 1, {DICTIONARY_SURNAME}, -1}, + {"Voyle", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Margaritis", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Wisse", 1, {DICTIONARY_SURNAME}, -1}, + {"Golov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lezcano", 1, {DICTIONARY_SURNAME}, -1}, + {"Hurenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Blackie", 1, {DICTIONARY_SURNAME}, -1}, + {"Vercollone", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilruth", 1, {DICTIONARY_SURNAME}, -1}, + {"Achleitner", 1, {DICTIONARY_SURNAME}, -1}, + {"Vidaña", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagner", 1, {DICTIONARY_SURNAME}, -1}, + {"Simopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Collen", 1, {DICTIONARY_SURNAME}, -1}, + {"Onóra", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Freindlich", 1, {DICTIONARY_SURNAME}, -1}, + {"Velten", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobuhisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Látal", 1, {DICTIONARY_SURNAME}, -1}, + {"Kubota", 1, {DICTIONARY_SURNAME}, -1}, + {"Picchiotti", 1, {DICTIONARY_SURNAME}, -1}, + {"Affutu", 1, {DICTIONARY_SURNAME}, -1}, + {"Prugger", 1, {DICTIONARY_SURNAME}, -1}, + {"Cryer", 1, {DICTIONARY_SURNAME}, -1}, + {"Sithole", 1, {DICTIONARY_SURNAME}, -1}, + {"Anann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ferreira", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghazanfar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Starski", 1, {DICTIONARY_SURNAME}, -1}, + {"Charles Louis", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Suardo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sekiguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jubal", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Fogerty", 1, {DICTIONARY_SURNAME}, -1}, + {"Tanyu", 1, {DICTIONARY_SURNAME}, -1}, + {"Aamer", 1, {DICTIONARY_SURNAME}, -1}, + {"Fyodorovich", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tulloch", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Morbiato", 1, {DICTIONARY_SURNAME}, -1}, + {"Tetsuko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schult", 1, {DICTIONARY_SURNAME}, -1}, + {"Divjak", 1, {DICTIONARY_SURNAME}, -1}, + {"Watt", 1, {DICTIONARY_SURNAME}, -1}, + {"Vojta", 1, {DICTIONARY_SURNAME}, -1}, + {"Morihiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abshire", 1, {DICTIONARY_SURNAME}, -1}, + {"Douvalidis", 1, {DICTIONARY_SURNAME}, -1}, + {"Vrzal", 1, {DICTIONARY_SURNAME}, -1}, + {"Thabo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Louise", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hardstaff", 1, {DICTIONARY_SURNAME}, -1}, + {"Messing", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhade", 1, {DICTIONARY_SURNAME}, -1}, + {"Jeanne", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alameel", 1, {DICTIONARY_SURNAME}, -1}, + {"Mareo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Maillard", 1, {DICTIONARY_SURNAME}, -1}, + {"Mircea", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Agustina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marston", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Schenkl", 1, {DICTIONARY_SURNAME}, -1}, + {"Mac Fhlannchaidh", 1, {DICTIONARY_SURNAME}, -1}, + {"Zimmerman", 1, {DICTIONARY_SURNAME}, -1}, + {"ck", 1, {DICTIONARY_CHAIN}, 106}, + {"Bargnani", 1, {DICTIONARY_SURNAME}, -1}, + {"Cisternas", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Massenhoven", 1, {DICTIONARY_SURNAME}, -1}, + {"Mompesson", 1, {DICTIONARY_SURNAME}, -1}, + {"Draves", 1, {DICTIONARY_SURNAME}, -1}, + {"Borg", 1, {DICTIONARY_SURNAME}, -1}, + {"Božić", 1, {DICTIONARY_SURNAME}, -1}, + {"Kametaro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kazushito", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pruis", 1, {DICTIONARY_SURNAME}, -1}, + {"Keshavan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abraham", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tonantzin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van Holsbeeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Bush", 1, {DICTIONARY_SURNAME}, -1}, + {"Atukorale", 1, {DICTIONARY_SURNAME}, -1}, + {"Arja", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bromley-Davenport", 1, {DICTIONARY_SURNAME}, -1}, + {"McCleary", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaidyar", 1, {DICTIONARY_SURNAME}, -1}, + {"Harphale", 1, {DICTIONARY_SURNAME}, -1}, + {"Riverditi", 1, {DICTIONARY_SURNAME}, -1}, + {"Hornigold", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilozny", 1, {DICTIONARY_SURNAME}, -1}, + {"Marber", 1, {DICTIONARY_SURNAME}, -1}, + {"Evangelina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Visentini", 1, {DICTIONARY_SURNAME}, -1}, + {"Buley", 1, {DICTIONARY_SURNAME}, -1}, + {"Iehiro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacQuarrie", 1, {DICTIONARY_SURNAME}, -1}, + {"Baron-Cohen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vennerød", 1, {DICTIONARY_SURNAME}, -1}, + {"Mhig Amhalghadha", 1, {DICTIONARY_SURNAME}, -1}, + {"Oren", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ressel", 1, {DICTIONARY_SURNAME}, -1}, + {"Gilels", 1, {DICTIONARY_SURNAME}, -1}, + {"Sapieha", 1, {DICTIONARY_SURNAME}, -1}, + {"Bethell", 1, {DICTIONARY_SURNAME}, -1}, + {"Wheelock", 1, {DICTIONARY_SURNAME}, -1}, + {"Wickler", 1, {DICTIONARY_SURNAME}, -1}, + {"Allamand", 1, {DICTIONARY_SURNAME}, -1}, + {"McLeary", 1, {DICTIONARY_SURNAME}, -1}, + {"Katcho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wahab", 1, {DICTIONARY_SURNAME}, -1}, + {"Dove", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Berkoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarti", 1, {DICTIONARY_SURNAME}, -1}, + {"Dahmen", 1, {DICTIONARY_SURNAME}, -1}, + {"Kottulinsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Previtali", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheflo", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Bibber", 1, {DICTIONARY_SURNAME}, -1}, + {"Kurowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Helminiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanevold", 1, {DICTIONARY_SURNAME}, -1}, + {"Bivin", 1, {DICTIONARY_SURNAME}, -1}, + {"Pankratz", 1, {DICTIONARY_SURNAME}, -1}, + {"McGuckin", 1, {DICTIONARY_SURNAME}, -1}, + {"Eastman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedral", 1, {DICTIONARY_SURNAME}, -1}, + {"Ephrem", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van der Wiel", 1, {DICTIONARY_SURNAME}, -1}, + {"Lidholm", 1, {DICTIONARY_SURNAME}, -1}, + {"Agulhon", 1, {DICTIONARY_SURNAME}, -1}, + {"Fukumori", 1, {DICTIONARY_SURNAME}, -1}, + {"Nihat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McNary", 1, {DICTIONARY_SURNAME}, -1}, + {"Vallenilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Haddou", 1, {DICTIONARY_SURNAME}, -1}, + {"Machida", 1, {DICTIONARY_SURNAME}, -1}, + {"Perényi", 1, {DICTIONARY_SURNAME}, -1}, + {"Åkerberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Smout", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Kiril", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"u.p.s stores", 1, {DICTIONARY_CHAIN}, 261}, + {"Rössler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vijayan", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaha", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Abaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuban", 1, {DICTIONARY_SURNAME}, -1}, + {"Kluckhohn", 1, {DICTIONARY_SURNAME}, -1}, + {"Sandahl", 1, {DICTIONARY_SURNAME}, -1}, + {"McIlvaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Saarinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Corbett", 1, {DICTIONARY_SURNAME}, -1}, + {"Kipsiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Agalliu", 1, {DICTIONARY_SURNAME}, -1}, + {"Calaway", 1, {DICTIONARY_SURNAME}, -1}, + {"Leszczyński", 1, {DICTIONARY_SURNAME}, -1}, + {"Abercromby", 1, {DICTIONARY_SURNAME}, -1}, + {"Rotaru", 1, {DICTIONARY_SURNAME}, -1}, + {"Herold", 1, {DICTIONARY_SURNAME}, -1}, + {"7 elevens", 1, {DICTIONARY_CHAIN}, 56}, + {"N'Diaye", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"McQuail", 1, {DICTIONARY_SURNAME}, -1}, + {"Krouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Retinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Gąsiorowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Henno", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Konerko", 1, {DICTIONARY_SURNAME}, -1}, + {"Cossiga", 1, {DICTIONARY_SURNAME}, -1}, + {"Floriano", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolar", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahabwe", 1, {DICTIONARY_SURNAME}, -1}, + {"Hiramatsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Thorleif", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gedney", 1, {DICTIONARY_SURNAME}, -1}, + {"Santino", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCoist", 1, {DICTIONARY_SURNAME}, -1}, + {"Lindfors", 1, {DICTIONARY_SURNAME}, -1}, + {"Berneri", 1, {DICTIONARY_SURNAME}, -1}, + {"Mugur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hee-sung", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Flegel", 1, {DICTIONARY_SURNAME}, -1}, + {"Karađorđević", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajiboye", 1, {DICTIONARY_SURNAME}, -1}, + {"Omri", 1, {DICTIONARY_SURNAME}, -1}, + {"Kashani", 1, {DICTIONARY_SURNAME}, -1}, + {"kruidvat", 1, {DICTIONARY_CHAIN}, -1}, + {"Kime", 1, {DICTIONARY_SURNAME}, -1}, + {"Agafonov", 1, {DICTIONARY_SURNAME}, -1}, + {"Cohnheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Sarrara", 1, {DICTIONARY_SURNAME}, -1}, + {"Hickmott", 1, {DICTIONARY_SURNAME}, -1}, + {"Daud", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Petersson", 1, {DICTIONARY_SURNAME}, -1}, + {"Cormier", 1, {DICTIONARY_SURNAME}, -1}, + {"VanHo", 1, {DICTIONARY_SURNAME}, -1}, + {"Perminov", 1, {DICTIONARY_SURNAME}, -1}, + {"Émile", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Oláh", 1, {DICTIONARY_SURNAME}, -1}, + {"Noonan", 1, {DICTIONARY_SURNAME}, -1}, + {"Barton", 1, {DICTIONARY_SURNAME}, -1}, + {"Vangheluwe", 1, {DICTIONARY_SURNAME}, -1}, + {"Ārgalis", 1, {DICTIONARY_SURNAME}, -1}, + {"Buisset", 1, {DICTIONARY_SURNAME}, -1}, + {"Deems", 1, {DICTIONARY_SURNAME}, -1}, + {"Bielecki", 1, {DICTIONARY_SURNAME}, -1}, + {"Driggers", 1, {DICTIONARY_SURNAME}, -1}, + {"Merli", 1, {DICTIONARY_SURNAME}, -1}, + {"Qinggang", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"MacCàba", 1, {DICTIONARY_SURNAME}, -1}, + {"Sæbøe", 1, {DICTIONARY_SURNAME}, -1}, + {"Bast", 1, {DICTIONARY_SURNAME}, -1}, + {"Rychlak", 1, {DICTIONARY_SURNAME}, -1}, + {"Valtchev", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsuneo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Medland", 1, {DICTIONARY_SURNAME}, -1}, + {"Brannon", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hunter", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Lettmann", 1, {DICTIONARY_SURNAME}, -1}, + {"ywca", 1, {DICTIONARY_CHAIN}, -1}, + {"r f k", 1, {DICTIONARY_NAMED_PERSON}, 284}, + {"Varnum", 1, {DICTIONARY_SURNAME}, -1}, + {"McCarra", 1, {DICTIONARY_SURNAME}, -1}, + {"Abramsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Edgeworth", 1, {DICTIONARY_SURNAME}, -1}, + {"Schierbeck", 1, {DICTIONARY_SURNAME}, -1}, + {"Jowell", 1, {DICTIONARY_SURNAME}, -1}, + {"Puccini", 1, {DICTIONARY_SURNAME}, -1}, + {"Verd'hurt", 1, {DICTIONARY_SURNAME}, -1}, + {"Saygı", 1, {DICTIONARY_SURNAME}, -1}, + {"Sultanov", 1, {DICTIONARY_SURNAME}, -1}, + {"Lapiere", 1, {DICTIONARY_SURNAME}, -1}, + {"Eubulus", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Trotsky", 1, {DICTIONARY_SURNAME}, -1}, + {"Illarramendi", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Linden", 1, {DICTIONARY_SURNAME}, -1}, + {"Quested", 1, {DICTIONARY_SURNAME}, -1}, + {"Pietri", 1, {DICTIONARY_SURNAME}, -1}, + {"Deschinny", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilkova", 1, {DICTIONARY_SURNAME}, -1}, + {"Strindberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Dávila", 1, {DICTIONARY_SURNAME}, -1}, + {"Choman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nettleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Nashiro", 1, {DICTIONARY_SURNAME}, -1}, + {"Młynarczyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Schouten", 1, {DICTIONARY_SURNAME}, -1}, + {"Zaffis", 1, {DICTIONARY_SURNAME}, -1}, + {"Moran", 1, {DICTIONARY_SURNAME}, -1}, + {"Weisband", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajulo", 1, {DICTIONARY_SURNAME}, -1}, + {"Petersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunaakira", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abuhatzira", 1, {DICTIONARY_SURNAME}, -1}, + {"Enzenauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Ostern", 1, {DICTIONARY_SURNAME}, -1}, + {"Arman", 1, {DICTIONARY_SURNAME}, -1}, + {"Cortellini", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Bargen", 1, {DICTIONARY_SURNAME}, -1}, + {"Peiper", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Valckenborch", 1, {DICTIONARY_SURNAME}, -1}, + {"Paape", 1, {DICTIONARY_SURNAME}, -1}, + {"Darnell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hursthouse", 1, {DICTIONARY_SURNAME}, -1}, + {"Spratly", 1, {DICTIONARY_SURNAME}, -1}, + {"Zou", 1, {DICTIONARY_SURNAME}, -1}, + {"Shepitko", 1, {DICTIONARY_SURNAME}, -1}, + {"Maass", 1, {DICTIONARY_SURNAME}, -1}, + {"Culler", 1, {DICTIONARY_SURNAME}, -1}, + {"Catalanotto", 1, {DICTIONARY_SURNAME}, -1}, + {"in and outs", 1, {DICTIONARY_CHAIN}, 158}, + {"Mallette", 1, {DICTIONARY_SURNAME}, -1}, + {"Rooper", 1, {DICTIONARY_SURNAME}, -1}, + {"Kudinov", 1, {DICTIONARY_SURNAME}, -1}, + {"Zawisza", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Dellapè", 1, {DICTIONARY_SURNAME}, -1}, + {"Motlop", 1, {DICTIONARY_SURNAME}, -1}, + {"Enache", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Spenn", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranjit", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Gauquelin", 1, {DICTIONARY_SURNAME}, -1}, + {"Deichgräber", 1, {DICTIONARY_SURNAME}, -1}, + {"McCleon", 1, {DICTIONARY_SURNAME}, -1}, + {"De Maria", 1, {DICTIONARY_SURNAME}, -1}, + {"Erassa", 1, {DICTIONARY_SURNAME}, -1}, + {"Waters", 1, {DICTIONARY_SURNAME}, -1}, + {"gloria jean's coffees", 1, {DICTIONARY_CHAIN}, 141}, + {"Noa", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Polgár", 1, {DICTIONARY_SURNAME}, -1}, + {"Elmore", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Jenny", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ealdwulf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Jared", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Juhász", 1, {DICTIONARY_SURNAME}, -1}, + {"Junio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Effie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Alphonse Joseph", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Māris", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bogomolets", 1, {DICTIONARY_SURNAME}, -1}, + {"Riin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Praharshitha", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Eldad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Krešimir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schouw", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Plaetsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Mi-sun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Restivo", 1, {DICTIONARY_SURNAME}, -1}, + {"Asimos", 1, {DICTIONARY_SURNAME}, -1}, + {"Phillips", 1, {DICTIONARY_SURNAME}, -1}, + {"Ren", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schwefel", 1, {DICTIONARY_SURNAME}, -1}, + {"sbarro", 1, {DICTIONARY_CHAIN}, -1}, + {"Myung-hwan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dantley", 1, {DICTIONARY_SURNAME}, -1}, + {"Mechnikov", 1, {DICTIONARY_SURNAME}, -1}, + {"İncesu", 1, {DICTIONARY_SURNAME}, -1}, + {"travelodge", 1, {DICTIONARY_CHAIN}, -1}, + {"Edamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Coode", 1, {DICTIONARY_SURNAME}, -1}, + {"Adalbert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Кошкин", 1, {DICTIONARY_SURNAME}, -1}, + {"eurospin", 1, {DICTIONARY_CHAIN}, -1}, + {"McKegney", 1, {DICTIONARY_SURNAME}, -1}, + {"Sanesuke", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"halifax", 1, {DICTIONARY_CHAIN}, -1}, + {"Al-Fazari", 1, {DICTIONARY_SURNAME}, -1}, + {"Kosinski", 1, {DICTIONARY_SURNAME}, -1}, + {"Beer", 1, {DICTIONARY_SURNAME}, -1}, + {"Frechette", 1, {DICTIONARY_SURNAME}, -1}, + {"Corkill", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Schamann", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhidzhak", 1, {DICTIONARY_SURNAME}, -1}, + {"Gautam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nordman", 1, {DICTIONARY_SURNAME}, -1}, + {"Silbergeld", 1, {DICTIONARY_SURNAME}, -1}, + {"Henel", 1, {DICTIONARY_SURNAME}, -1}, + {"Nwanu", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Amico", 1, {DICTIONARY_SURNAME}, -1}, + {"Dance", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsumi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Godwin", 1, {DICTIONARY_SURNAME}, -1}, + {"Abolaji", 1, {DICTIONARY_SURNAME}, -1}, + {"Kgosiemang", 1, {DICTIONARY_SURNAME}, -1}, + {"Calder", 1, {DICTIONARY_SURNAME}, -1}, + {"Olaf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Reeves", 1, {DICTIONARY_SURNAME}, -1}, + {"Romasko", 1, {DICTIONARY_SURNAME}, -1}, + {"Deshayes", 1, {DICTIONARY_SURNAME}, -1}, + {"Volykhine", 1, {DICTIONARY_SURNAME}, -1}, + {"Sissel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roser", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoritaka", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cariani", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasilj", 1, {DICTIONARY_SURNAME}, -1}, + {"Krsticic", 1, {DICTIONARY_SURNAME}, -1}, + {"McAnany", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Aalten", 1, {DICTIONARY_SURNAME}, -1}, + {"Izquierdo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sasho", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Brady", 1, {DICTIONARY_SURNAME}, -1}, + {"Hammill", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerrie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hejda", 1, {DICTIONARY_SURNAME}, -1}, + {"Meiri", 1, {DICTIONARY_SURNAME}, -1}, + {"Chamoun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Barrymore", 1, {DICTIONARY_SURNAME}, -1}, + {"Miko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mac Torcaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Oates", 1, {DICTIONARY_SURNAME}, -1}, + {"Litvinenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Yuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Eustace", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maughan", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Buitenen", 1, {DICTIONARY_SURNAME}, -1}, + {"McLeón", 1, {DICTIONARY_SURNAME}, -1}, + {"Rifkind", 1, {DICTIONARY_SURNAME}, -1}, + {"Benkow", 1, {DICTIONARY_SURNAME}, -1}, + {"Disa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Lavrynovych", 1, {DICTIONARY_SURNAME}, -1}, + {"Pegues", 1, {DICTIONARY_SURNAME}, -1}, + {"Mukuro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Faggins", 1, {DICTIONARY_SURNAME}, -1}, + {"Proca", 1, {DICTIONARY_SURNAME}, -1}, + {"McCown", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Hell", 1, {DICTIONARY_SURNAME}, -1}, + {"Cumani", 1, {DICTIONARY_SURNAME}, -1}, + {"Abuladze", 1, {DICTIONARY_SURNAME}, -1}, + {"Karpeles", 1, {DICTIONARY_SURNAME}, -1}, + {"Hindler", 1, {DICTIONARY_SURNAME}, -1}, + {"Sağlık", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahtisaari", 1, {DICTIONARY_SURNAME}, -1}, + {"Hickersberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Singer", 1, {DICTIONARY_SURNAME}, -1}, + {"Keyes", 1, {DICTIONARY_SURNAME}, -1}, + {"Schildhauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Bagci", 1, {DICTIONARY_SURNAME}, -1}, + {"Affentranger", 1, {DICTIONARY_SURNAME}, -1}, + {"Afash", 1, {DICTIONARY_SURNAME}, -1}, + {"Brasnic", 1, {DICTIONARY_SURNAME}, -1}, + {"Hannon", 1, {DICTIONARY_SURNAME}, -1}, + {"Ajzenstat", 1, {DICTIONARY_SURNAME}, -1}, + {"Rebaine", 1, {DICTIONARY_SURNAME}, -1}, + {"Chmielowiec", 1, {DICTIONARY_SURNAME}, -1}, + {"O'Ferrall", 1, {DICTIONARY_SURNAME}, -1}, + {"Hagens", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosenberger", 1, {DICTIONARY_SURNAME}, -1}, + {"Aaviksoo", 1, {DICTIONARY_SURNAME}, -1}, + {"Sinden", 1, {DICTIONARY_SURNAME}, -1}, + {"Timmermans", 1, {DICTIONARY_SURNAME}, -1}, + {"dave & busters", 1, {DICTIONARY_CHAIN}, 120}, + {"Cossmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Gorana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akıncı", 1, {DICTIONARY_SURNAME}, -1}, + {"Moscheles", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwerdtfeger", 1, {DICTIONARY_SURNAME}, -1}, + {"Beonna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mart", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Van de Wiele", 1, {DICTIONARY_SURNAME}, -1}, + {"Morris", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"chevrons", 1, {DICTIONARY_CHAIN}, 101}, + {"Leyna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Klempner", 1, {DICTIONARY_SURNAME}, -1}, + {"Wadleigh", 1, {DICTIONARY_SURNAME}, -1}, + {"Jonalyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Von White", 1, {DICTIONARY_SURNAME}, -1}, + {"Blaize", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bocchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Pakalns", 1, {DICTIONARY_SURNAME}, -1}, + {"Doret", 1, {DICTIONARY_SURNAME}, -1}, + {"Bendl", 1, {DICTIONARY_SURNAME}, -1}, + {"Caddell", 1, {DICTIONARY_SURNAME}, -1}, + {"Baldinucci", 1, {DICTIONARY_SURNAME}, -1}, + {"Cave-Browne-Cave", 1, {DICTIONARY_SURNAME}, -1}, + {"Streiff", 1, {DICTIONARY_SURNAME}, -1}, + {"Blas", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwegler", 1, {DICTIONARY_SURNAME}, -1}, + {"Rexhepi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zerrin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hope Simpson", 1, {DICTIONARY_SURNAME}, -1}, + {"Fullbrook", 1, {DICTIONARY_SURNAME}, -1}, + {"Alkalai", 1, {DICTIONARY_SURNAME}, -1}, + {"Păcuraru", 1, {DICTIONARY_SURNAME}, -1}, + {"Kühl", 1, {DICTIONARY_SURNAME}, -1}, + {"Türkay", 1, {DICTIONARY_SURNAME}, -1}, + {"Avdeev", 1, {DICTIONARY_SURNAME}, -1}, + {"Akendengué", 1, {DICTIONARY_SURNAME}, -1}, + {"Accardi", 1, {DICTIONARY_SURNAME}, -1}, + {"Åkerlund", 1, {DICTIONARY_SURNAME}, -1}, + {"Rumkowska", 1, {DICTIONARY_SURNAME}, -1}, + {"McGlown", 1, {DICTIONARY_SURNAME}, -1}, + {"Holl", 1, {DICTIONARY_SURNAME}, -1}, + {"Corr", 1, {DICTIONARY_SURNAME}, -1}, + {"Camerini", 1, {DICTIONARY_SURNAME}, -1}, + {"Pueckler", 1, {DICTIONARY_SURNAME}, -1}, + {"Naguib", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tewksbury", 1, {DICTIONARY_SURNAME}, -1}, + {"Ravelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Deutschmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Sacchini", 1, {DICTIONARY_SURNAME}, -1}, + {"Abou Greisha", 1, {DICTIONARY_SURNAME}, -1}, + {"Zainal Abidin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Van Buskirk", 1, {DICTIONARY_SURNAME}, -1}, + {"Satchell", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyneman", 1, {DICTIONARY_SURNAME}, -1}, + {"Boyan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wieferich", 1, {DICTIONARY_SURNAME}, -1}, + {"Von Vicari", 1, {DICTIONARY_SURNAME}, -1}, + {"Ahdoot", 1, {DICTIONARY_SURNAME}, -1}, + {"Kopperholdt", 1, {DICTIONARY_SURNAME}, -1}, + {"Fedderly", 1, {DICTIONARY_SURNAME}, -1}, + {"Böszörmény", 1, {DICTIONARY_SURNAME}, -1}, + {"Sealy", 1, {DICTIONARY_SURNAME}, -1}, + {"Clapton", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabrieli", 1, {DICTIONARY_SURNAME}, -1}, + {"Verhelst", 1, {DICTIONARY_SURNAME}, -1}, + {"Jermy", 1, {DICTIONARY_SURNAME}, -1}, + {"Plunder", 1, {DICTIONARY_SURNAME}, -1}, + {"Harries", 1, {DICTIONARY_SURNAME}, -1}, + {"Hargitay", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilker", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"India", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Megu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hızır", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schlappner", 1, {DICTIONARY_SURNAME}, -1}, + {"Mazumdar", 1, {DICTIONARY_SURNAME}, -1}, + {"Hauer", 1, {DICTIONARY_SURNAME}, -1}, + {"Lowson", 1, {DICTIONARY_SURNAME}, -1}, + {"Stefán", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Süleymanoğlu", 1, {DICTIONARY_SURNAME}, -1}, + {"Verzbicas", 1, {DICTIONARY_SURNAME}, -1}, + {"Varfis", 1, {DICTIONARY_SURNAME}, -1}, + {"Alff", 1, {DICTIONARY_SURNAME}, -1}, + {"Tarbox", 1, {DICTIONARY_SURNAME}, -1}, + {"McCadam", 1, {DICTIONARY_SURNAME}, -1}, + {"Scholl", 1, {DICTIONARY_SURNAME}, -1}, + {"D'Agincourt", 1, {DICTIONARY_SURNAME}, -1}, + {"Flewelling", 1, {DICTIONARY_SURNAME}, -1}, + {"Beppu", 1, {DICTIONARY_SURNAME}, -1}, + {"Kouzmanoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Morohoshi", 1, {DICTIONARY_SURNAME}, -1}, + {"Josephs", 1, {DICTIONARY_SURNAME}, -1}, + {"Ojeda", 1, {DICTIONARY_SURNAME}, -1}, + {"Bigland", 1, {DICTIONARY_SURNAME}, -1}, + {"Kyung-tae", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"the pizza company", 1, {DICTIONARY_CHAIN}, -1}, + {"Vlautin", 1, {DICTIONARY_SURNAME}, -1}, + {"Vitalini", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdur Razzaq", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kidron", 1, {DICTIONARY_SURNAME}, -1}, + {"Fitzmaurice", 1, {DICTIONARY_SURNAME}, -1}, + {"Vosanibola", 1, {DICTIONARY_SURNAME}, -1}, + {"Yaroslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chib", 1, {DICTIONARY_SURNAME}, -1}, + {"English", 1, {DICTIONARY_SURNAME}, -1}, + {"Porcello", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandevelde", 1, {DICTIONARY_SURNAME}, -1}, + {"Mittal", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Verseveld", 1, {DICTIONARY_SURNAME}, -1}, + {"Bonnar", 1, {DICTIONARY_SURNAME}, -1}, + {"Bali", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sumiyaabazar", 1, {DICTIONARY_SURNAME}, -1}, + {"Kottulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Noya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yorinobu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Papandreou", 1, {DICTIONARY_SURNAME}, -1}, + {"Brinson", 1, {DICTIONARY_SURNAME}, -1}, + {"Goodrich", 1, {DICTIONARY_SURNAME}, -1}, + {"rbc", 1, {DICTIONARY_CHAIN}, -1}, + {"Zachary", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"De Rossi", 1, {DICTIONARY_SURNAME}, -1}, + {"Muradyan", 1, {DICTIONARY_SURNAME}, -1}, + {"Selvam", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Brigstocke", 1, {DICTIONARY_SURNAME}, -1}, + {"Asai", 1, {DICTIONARY_SURNAME}, -1}, + {"Namiko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Beckerhoff", 1, {DICTIONARY_SURNAME}, -1}, + {"Eaton", 1, {DICTIONARY_SURNAME}, -1}, + {"Faizullah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Seldes", 1, {DICTIONARY_SURNAME}, -1}, + {"Cranach", 1, {DICTIONARY_SURNAME}, -1}, + {"Eizaguirre", 1, {DICTIONARY_SURNAME}, -1}, + {"Leddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Prokopenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Vossart", 1, {DICTIONARY_SURNAME}, -1}, + {"Catalina", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Figatelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Areces", 1, {DICTIONARY_SURNAME}, -1}, + {"Heckman", 1, {DICTIONARY_SURNAME}, -1}, + {"Knapp", 1, {DICTIONARY_SURNAME}, -1}, + {"Behzadi", 1, {DICTIONARY_SURNAME}, -1}, + {"Barsanti", 1, {DICTIONARY_SURNAME}, -1}, + {"Ignacio", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vinella", 1, {DICTIONARY_SURNAME}, -1}, + {"Palackal", 1, {DICTIONARY_SURNAME}, -1}, + {"Applegarth", 1, {DICTIONARY_SURNAME}, -1}, + {"Belyea", 1, {DICTIONARY_SURNAME}, -1}, + {"Zildjian", 1, {DICTIONARY_SURNAME}, -1}, + {"Tatsuyoshi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Ugrenović", 1, {DICTIONARY_SURNAME}, -1}, + {"Vyazmikin", 1, {DICTIONARY_SURNAME}, -1}, + {"Mühren", 1, {DICTIONARY_SURNAME}, -1}, + {"Abdus Sabur", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Magnin", 1, {DICTIONARY_SURNAME}, -1}, + {"Magdusia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sitton", 1, {DICTIONARY_SURNAME}, -1}, + {"Frahm", 1, {DICTIONARY_SURNAME}, -1}, + {"Muammer", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hallett", 1, {DICTIONARY_SURNAME}, -1}, + {"Pozsonec", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Heide", 1, {DICTIONARY_SURNAME}, -1}, + {"Anyukevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Carless", 1, {DICTIONARY_SURNAME}, -1}, + {"Meurig", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sloudnov", 1, {DICTIONARY_SURNAME}, -1}, + {"Randell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Marin", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Correira", 1, {DICTIONARY_SURNAME}, -1}, + {"Schlick", 1, {DICTIONARY_SURNAME}, -1}, + {"Soběslav", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kotzian", 1, {DICTIONARY_SURNAME}, -1}, + {"Keay", 1, {DICTIONARY_SURNAME}, -1}, + {"Futoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Aodh", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sima", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Zdeněk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Tănase", 1, {DICTIONARY_SURNAME}, -1}, + {"Minott", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Maarel", 1, {DICTIONARY_SURNAME}, -1}, + {"Samkalden", 1, {DICTIONARY_SURNAME}, -1}, + {"Ceccoli", 1, {DICTIONARY_SURNAME}, -1}, + {"Yrjö", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Antonutti", 1, {DICTIONARY_SURNAME}, -1}, + {"Osterman", 1, {DICTIONARY_SURNAME}, -1}, + {"Nikkinen", 1, {DICTIONARY_SURNAME}, -1}, + {"Christi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kodaka", 1, {DICTIONARY_SURNAME}, -1}, + {"Mungan", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamský", 1, {DICTIONARY_SURNAME}, -1}, + {"Jerry", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vicens", 1, {DICTIONARY_SURNAME}, -1}, + {"Santamaria", 1, {DICTIONARY_SURNAME}, -1}, + {"Rasche", 1, {DICTIONARY_SURNAME}, -1}, + {"Benaud", 1, {DICTIONARY_SURNAME}, -1}, + {"Theile", 1, {DICTIONARY_SURNAME}, -1}, + {"Nobuto", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Živojin", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voskamp", 1, {DICTIONARY_SURNAME}, -1}, + {"Kolaković", 1, {DICTIONARY_SURNAME}, -1}, + {"Sharifi", 1, {DICTIONARY_SURNAME}, -1}, + {"Ouedraogo", 1, {DICTIONARY_SURNAME}, -1}, + {"Franchet", 1, {DICTIONARY_SURNAME}, -1}, + {"Sicard", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Weirathmüller", 1, {DICTIONARY_SURNAME}, -1}, + {"Scholtz", 1, {DICTIONARY_SURNAME}, -1}, + {"Segal", 1, {DICTIONARY_SURNAME}, -1}, + {"Negrescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Clokey", 1, {DICTIONARY_SURNAME}, -1}, + {"Verduzco", 1, {DICTIONARY_SURNAME}, -1}, + {"Yugo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Barnet", 1, {DICTIONARY_SURNAME}, -1}, + {"Kanso", 1, {DICTIONARY_SURNAME}, -1}, + {"Lan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Fassbinder", 1, {DICTIONARY_SURNAME}, -1}, + {"Nordell", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruçi", 1, {DICTIONARY_SURNAME}, -1}, + {"Jakobsson", 1, {DICTIONARY_SURNAME}, -1}, + {"Walkowiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Sun-hee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Szenes", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Dyken", 1, {DICTIONARY_SURNAME}, -1}, + {"Britta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Samuda", 1, {DICTIONARY_SURNAME}, -1}, + {"Troelstra", 1, {DICTIONARY_SURNAME}, -1}, + {"Moberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Leblanc", 1, {DICTIONARY_SURNAME}, -1}, + {"Casey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Freudenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Trégl", 1, {DICTIONARY_SURNAME}, -1}, + {"Zabelinskaya", 1, {DICTIONARY_SURNAME}, -1}, + {"Maleki", 1, {DICTIONARY_SURNAME}, -1}, + {"Gunvald", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bozgüney", 1, {DICTIONARY_SURNAME}, -1}, + {"Aman Ali", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vanden Bosch", 1, {DICTIONARY_SURNAME}, -1}, + {"Dreyfuss", 1, {DICTIONARY_SURNAME}, -1}, + {"Cullinan", 1, {DICTIONARY_SURNAME}, -1}, + {"Le Meur", 1, {DICTIONARY_SURNAME}, -1}, + {"Bernot", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaishampayan", 1, {DICTIONARY_SURNAME}, -1}, + {"Amos", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Madritsch", 1, {DICTIONARY_SURNAME}, -1}, + {"Akeli", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schremp", 1, {DICTIONARY_SURNAME}, -1}, + {"Venetis", 1, {DICTIONARY_SURNAME}, -1}, + {"Utsumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Akarandut", 1, {DICTIONARY_SURNAME}, -1}, + {"Riehl", 1, {DICTIONARY_SURNAME}, -1}, + {"Ash", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Sakamura", 1, {DICTIONARY_SURNAME}, -1}, + {"Palner", 1, {DICTIONARY_SURNAME}, -1}, + {"Schwarzmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Meridor", 1, {DICTIONARY_SURNAME}, -1}, + {"Vandelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Heinrich", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Shimotsuki", 1, {DICTIONARY_SURNAME}, -1}, + {"Lluch", 1, {DICTIONARY_SURNAME}, -1}, + {"Van der Heijden", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishana", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Davíð", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nugroho", 1, {DICTIONARY_SURNAME}, -1}, + {"Ranzani", 1, {DICTIONARY_SURNAME}, -1}, + {"Benchley", 1, {DICTIONARY_SURNAME}, -1}, + {"Reaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Elkan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Holst", 1, {DICTIONARY_SURNAME}, -1}, + {"Dave", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vavrek", 1, {DICTIONARY_SURNAME}, -1}, + {"McGeoghegan", 1, {DICTIONARY_SURNAME}, -1}, + {"Apfelbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Ontong", 1, {DICTIONARY_SURNAME}, -1}, + {"Croxall", 1, {DICTIONARY_SURNAME}, -1}, + {"Vakalopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Abishov", 1, {DICTIONARY_SURNAME}, -1}, + {"Delgado", 1, {DICTIONARY_SURNAME}, -1}, + {"Torcadall", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Atcitty", 1, {DICTIONARY_SURNAME}, -1}, + {"Borgohain", 1, {DICTIONARY_SURNAME}, -1}, + {"Moonves", 1, {DICTIONARY_SURNAME}, -1}, + {"Kressyn", 1, {DICTIONARY_SURNAME}, -1}, + {"Sudhir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Freake", 1, {DICTIONARY_SURNAME}, -1}, + {"Bossé", 1, {DICTIONARY_SURNAME}, -1}, + {"Sterling", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Maciocia", 1, {DICTIONARY_SURNAME}, -1}, + {"Polly", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Drury", 1, {DICTIONARY_SURNAME}, -1}, + {"Jyrki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marentette", 1, {DICTIONARY_SURNAME}, -1}, + {"Kawakami", 1, {DICTIONARY_SURNAME}, -1}, + {"Jethro", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Roinestad", 1, {DICTIONARY_SURNAME}, -1}, + {"Chelamma", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Hermansson", 1, {DICTIONARY_SURNAME}, -1}, + {"Vuković", 1, {DICTIONARY_SURNAME}, -1}, + {"McTee", 1, {DICTIONARY_SURNAME}, -1}, + {"Mina", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Levey", 1, {DICTIONARY_SURNAME}, -1}, + {"Kloppenburg", 1, {DICTIONARY_SURNAME}, -1}, + {"Grimoard", 1, {DICTIONARY_SURNAME}, -1}, + {"Varman", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajushi", 1, {DICTIONARY_SURNAME}, -1}, + {"alpha bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Lower", 1, {DICTIONARY_SURNAME}, -1}, + {"Stachowiak", 1, {DICTIONARY_SURNAME}, -1}, + {"Rocha", 1, {DICTIONARY_SURNAME}, -1}, + {"Mackmin", 1, {DICTIONARY_SURNAME}, -1}, + {"Aungier", 1, {DICTIONARY_SURNAME}, -1}, + {"Tomasini", 1, {DICTIONARY_SURNAME}, -1}, + {"Ruocco", 1, {DICTIONARY_SURNAME}, -1}, + {"Vášáryová", 1, {DICTIONARY_SURNAME}, -1}, + {"Pascali", 1, {DICTIONARY_SURNAME}, -1}, + {"Amalberga", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"fuddruckers", 1, {DICTIONARY_CHAIN}, -1}, + {"Abramowicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Bridgewater", 1, {DICTIONARY_SURNAME}, -1}, + {"Clivillés", 1, {DICTIONARY_SURNAME}, -1}, + {"Marinko", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Strozzi family", 1, {DICTIONARY_SURNAME}, -1}, + {"Bean Mhic Raghnaill", 1, {DICTIONARY_SURNAME}, -1}, + {"Verheijen", 1, {DICTIONARY_SURNAME}, -1}, + {"Miguel Ángel", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Imad", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tsongas", 1, {DICTIONARY_SURNAME}, -1}, + {"Mulvaney", 1, {DICTIONARY_SURNAME}, -1}, + {"Schicklgruber", 1, {DICTIONARY_SURNAME}, -1}, + {"Massi", 1, {DICTIONARY_SURNAME}, -1}, + {"Boissieu", 1, {DICTIONARY_SURNAME}, -1}, + {"Jada", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Shittu", 1, {DICTIONARY_SURNAME}, -1}, + {"McIntire", 1, {DICTIONARY_SURNAME}, -1}, + {"Ryō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Innes", 1, {DICTIONARY_SURNAME}, -1}, + {"Nándor", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Behrend", 1, {DICTIONARY_SURNAME}, -1}, + {"Takahisa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Endler", 1, {DICTIONARY_SURNAME}, -1}, + {"Ingesson", 1, {DICTIONARY_SURNAME}, -1}, + {"Belcher", 1, {DICTIONARY_SURNAME}, -1}, + {"Rippert", 1, {DICTIONARY_SURNAME}, -1}, + {"Ihara", 1, {DICTIONARY_SURNAME}, -1}, + {"Vasarely", 1, {DICTIONARY_SURNAME}, -1}, + {"Jordan", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Valdix", 1, {DICTIONARY_SURNAME}, -1}, + {"wingstop", 1, {DICTIONARY_CHAIN}, -1}, + {"Knechtel", 1, {DICTIONARY_SURNAME}, -1}, + {"Tuckey", 1, {DICTIONARY_SURNAME}, -1}, + {"Painter", 1, {DICTIONARY_SURNAME}, -1}, + {"Eugénie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bhamra", 1, {DICTIONARY_SURNAME}, -1}, + {"De Bourdeille", 1, {DICTIONARY_SURNAME}, -1}, + {"Musil", 1, {DICTIONARY_SURNAME}, -1}, + {"Stefan", 1, {DICTIONARY_SURNAME}, -1}, + {"Akhyani", 1, {DICTIONARY_SURNAME}, -1}, + {"Blakney", 1, {DICTIONARY_SURNAME}, -1}, + {"Atiq", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Stanislava", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"McCartin", 1, {DICTIONARY_SURNAME}, -1}, + {"Lynda", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rinaldini", 1, {DICTIONARY_SURNAME}, -1}, + {"Bajić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaytekhovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Sothern", 1, {DICTIONARY_SURNAME}, -1}, + {"Rowberry", 1, {DICTIONARY_SURNAME}, -1}, + {"Scheuerpflug", 1, {DICTIONARY_SURNAME}, -1}, + {"Chagaev", 1, {DICTIONARY_SURNAME}, -1}, + {"Hoebee", 1, {DICTIONARY_SURNAME}, -1}, + {"Cubilla", 1, {DICTIONARY_SURNAME}, -1}, + {"Tepper", 1, {DICTIONARY_SURNAME}, -1}, + {"Kornerup", 1, {DICTIONARY_SURNAME}, -1}, + {"Agurjanovs", 1, {DICTIONARY_SURNAME}, -1}, + {"Dutoit", 1, {DICTIONARY_SURNAME}, -1}, + {"Rustichelli", 1, {DICTIONARY_SURNAME}, -1}, + {"Gleave", 1, {DICTIONARY_SURNAME}, -1}, + {"Mutahi", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Helms", 1, {DICTIONARY_SURNAME}, -1}, + {"Harmison", 1, {DICTIONARY_SURNAME}, -1}, + {"Freddie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baylor", 1, {DICTIONARY_SURNAME}, -1}, + {"Silverstein", 1, {DICTIONARY_SURNAME}, -1}, + {"Benedicta", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bebb", 1, {DICTIONARY_SURNAME}, -1}, + {"Dumbleton", 1, {DICTIONARY_SURNAME}, -1}, + {"Carabba", 1, {DICTIONARY_SURNAME}, -1}, + {"Killebrew", 1, {DICTIONARY_SURNAME}, -1}, + {"Berx", 1, {DICTIONARY_SURNAME}, -1}, + {"Kwoka", 1, {DICTIONARY_SURNAME}, -1}, + {"Lonie", 1, {DICTIONARY_SURNAME}, -1}, + {"Cowden", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vonnegut", 1, {DICTIONARY_SURNAME}, -1}, + {"t.g.i. friday's", 1, {DICTIONARY_CHAIN}, -1}, + {"Yelling", 1, {DICTIONARY_SURNAME}, -1}, + {"Persons", 1, {DICTIONARY_SURNAME}, -1}, + {"Cardinali", 1, {DICTIONARY_SURNAME}, -1}, + {"Dožić", 1, {DICTIONARY_SURNAME}, -1}, + {"Akiji", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Masaya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mirjam", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Storr", 1, {DICTIONARY_SURNAME}, -1}, + {"Incaviglia", 1, {DICTIONARY_SURNAME}, -1}, + {"Mihoko", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Bonanomi", 1, {DICTIONARY_SURNAME}, -1}, + {"McAuliffe", 1, {DICTIONARY_SURNAME}, -1}, + {"McLear", 1, {DICTIONARY_SURNAME}, -1}, + {"Rowand", 1, {DICTIONARY_SURNAME}, -1}, + {"Daniell", 1, {DICTIONARY_SURNAME}, -1}, + {"Conyd", 1, {DICTIONARY_SURNAME}, -1}, + {"McClatchy", 1, {DICTIONARY_SURNAME}, -1}, + {"Castile", 1, {DICTIONARY_SURNAME}, -1}, + {"Damiens", 1, {DICTIONARY_SURNAME}, -1}, + {"Versen", 1, {DICTIONARY_SURNAME}, -1}, + {"Hüsnü", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Goldiș", 1, {DICTIONARY_SURNAME}, -1}, + {"ניטשה", 1, {DICTIONARY_SURNAME}, -1}, + {"Bentsen", 1, {DICTIONARY_SURNAME}, -1}, + {"Boutabout", 1, {DICTIONARY_SURNAME}, -1}, + {"VonAllen", 1, {DICTIONARY_SURNAME}, -1}, + {"Voyatzis", 1, {DICTIONARY_SURNAME}, -1}, + {"Ullman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyltin", 1, {DICTIONARY_SURNAME}, -1}, + {"Hosoya", 1, {DICTIONARY_SURNAME}, -1}, + {"Alaim", 1, {DICTIONARY_SURNAME}, -1}, + {"Kass", 1, {DICTIONARY_SURNAME}, -1}, + {"Welf", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Buikema", 1, {DICTIONARY_SURNAME}, -1}, + {"Levison", 1, {DICTIONARY_SURNAME}, -1}, + {"Mehtap", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Kiyozawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Chew", 1, {DICTIONARY_SURNAME}, -1}, + {"Mary Sue", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Baxley", 1, {DICTIONARY_SURNAME}, -1}, + {"Kuosmanen", 1, {DICTIONARY_SURNAME}, -1}, + {"Gambling", 1, {DICTIONARY_SURNAME}, -1}, + {"Masefield", 1, {DICTIONARY_SURNAME}, -1}, + {"Gagarin", 1, {DICTIONARY_SURNAME}, -1}, + {"Zassenhaus", 1, {DICTIONARY_SURNAME}, -1}, + {"Finnbogason", 1, {DICTIONARY_SURNAME}, -1}, + {"Pázmándy", 1, {DICTIONARY_SURNAME}, -1}, + {"Lafayette", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hambley", 1, {DICTIONARY_SURNAME}, -1}, + {"Wouter", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Koninck", 1, {DICTIONARY_SURNAME}, -1}, + {"Vaudequin", 1, {DICTIONARY_SURNAME}, -1}, + {"Kazunori", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Mapplethorpe", 1, {DICTIONARY_SURNAME}, -1}, + {"Acey", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bicskei", 1, {DICTIONARY_SURNAME}, -1}, + {"Boydell", 1, {DICTIONARY_SURNAME}, -1}, + {"Punjabi Shaikh", 1, {DICTIONARY_SURNAME}, -1}, + {"Nishant", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vamplew", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoakam", 1, {DICTIONARY_SURNAME}, -1}, + {"Noni", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Paraskevopoulos", 1, {DICTIONARY_SURNAME}, -1}, + {"Ordaz", 1, {DICTIONARY_SURNAME}, -1}, + {"Dau", 1, {DICTIONARY_SURNAME}, -1}, + {"Huťka", 1, {DICTIONARY_SURNAME}, -1}, + {"Dayneko", 1, {DICTIONARY_SURNAME}, -1}, + {"Buswell", 1, {DICTIONARY_SURNAME}, -1}, + {"Achim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Kazem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vanoy", 1, {DICTIONARY_SURNAME}, -1}, + {"Vulliamy", 1, {DICTIONARY_SURNAME}, -1}, + {"Blanchet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamon", 1, {DICTIONARY_SURNAME}, -1}, + {"Schrötter", 1, {DICTIONARY_SURNAME}, -1}, + {"Öktem", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Bompiani", 1, {DICTIONARY_SURNAME}, -1}, + {"Bergersen", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanhaezebrouck", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilerte", 1, {DICTIONARY_SURNAME}, -1}, + {"Marchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Zenas", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Broomfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Lucretia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Grouard", 1, {DICTIONARY_SURNAME}, -1}, + {"Falconieri", 1, {DICTIONARY_SURNAME}, -1}, + {"Sehlmann", 1, {DICTIONARY_SURNAME}, -1}, + {"Muther", 1, {DICTIONARY_SURNAME}, -1}, + {"Ishizumi", 1, {DICTIONARY_SURNAME}, -1}, + {"Bita", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Moeen", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Necati", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Couvret", 1, {DICTIONARY_SURNAME}, -1}, + {"Naim", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Costain", 1, {DICTIONARY_SURNAME}, -1}, + {"Melissa", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yann", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vlădicescu", 1, {DICTIONARY_SURNAME}, -1}, + {"Hames", 1, {DICTIONARY_SURNAME}, -1}, + {"Schleef", 1, {DICTIONARY_SURNAME}, -1}, + {"Adamian", 1, {DICTIONARY_SURNAME}, -1}, + {"Ó Gnímh", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekmečić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanderbeke", 1, {DICTIONARY_SURNAME}, -1}, + {"Allardyce", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Varsallona", 1, {DICTIONARY_SURNAME}, -1}, + {"Vajk", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Cross", 1, {DICTIONARY_SURNAME}, -1}, + {"Tixier", 1, {DICTIONARY_SURNAME}, -1}, + {"Goeglein", 1, {DICTIONARY_SURNAME}, -1}, + {"Merriweather", 1, {DICTIONARY_SURNAME}, -1}, + {"Kusakari", 1, {DICTIONARY_SURNAME}, -1}, + {"Hae-il", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Chiyako", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Victor", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Tejada", 1, {DICTIONARY_SURNAME}, -1}, + {"Crummey", 1, {DICTIONARY_SURNAME}, -1}, + {"Peev", 1, {DICTIONARY_SURNAME}, -1}, + {"Giray", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Flörke", 1, {DICTIONARY_SURNAME}, -1}, + {"Porterfield", 1, {DICTIONARY_SURNAME}, -1}, + {"Niccolò", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nam-il", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marriner", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hassi", 1, {DICTIONARY_SURNAME}, -1}, + {"Sugrue", 1, {DICTIONARY_SURNAME}, -1}, + {"Stangland", 1, {DICTIONARY_SURNAME}, -1}, + {"Sélys Longchamps", 1, {DICTIONARY_SURNAME}, -1}, + {"Tsunematsu", 1, {DICTIONARY_SURNAME}, -1}, + {"Rytky", 1, {DICTIONARY_SURNAME}, -1}, + {"Saloni", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Straub", 1, {DICTIONARY_SURNAME}, -1}, + {"Dorn", 1, {DICTIONARY_SURNAME}, -1}, + {"Budko", 1, {DICTIONARY_SURNAME}, -1}, + {"Gaudreau", 1, {DICTIONARY_SURNAME}, -1}, + {"Ethniu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Olizarenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Pantaleoni", 1, {DICTIONARY_SURNAME}, -1}, + {"Natzmer", 1, {DICTIONARY_SURNAME}, -1}, + {"Hanuszkiewicz", 1, {DICTIONARY_SURNAME}, -1}, + {"Schattinger", 1, {DICTIONARY_SURNAME}, -1}, + {"Mikawa", 1, {DICTIONARY_SURNAME}, -1}, + {"Basso", 1, {DICTIONARY_SURNAME}, -1}, + {"wal mart super centers", 1, {DICTIONARY_CHAIN}, 267}, + {"Court", 1, {DICTIONARY_SURNAME}, -1}, + {"Ibn Shaddad", 1, {DICTIONARY_SURNAME}, -1}, + {"Rosner", 1, {DICTIONARY_SURNAME}, -1}, + {"Aerts", 1, {DICTIONARY_SURNAME}, -1}, + {"Caperton", 1, {DICTIONARY_SURNAME}, -1}, + {"Hamlett", 1, {DICTIONARY_SURNAME}, -1}, + {"Samar", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Endemann", 1, {DICTIONARY_SURNAME}, -1}, + {"t d canada trust", 1, {DICTIONARY_CHAIN}, 249}, + {"Otway", 1, {DICTIONARY_SURNAME}, -1}, + {"Turrini", 1, {DICTIONARY_SURNAME}, -1}, + {"Fagerudd", 1, {DICTIONARY_SURNAME}, -1}, + {"Puntambekar", 1, {DICTIONARY_SURNAME}, -1}, + {"Verjans", 1, {DICTIONARY_SURNAME}, -1}, + {"Vanek", 1, {DICTIONARY_SURNAME}, -1}, + {"Torma", 1, {DICTIONARY_SURNAME}, -1}, + {"Ekholm", 1, {DICTIONARY_SURNAME}, -1}, + {"Mitsui", 1, {DICTIONARY_SURNAME}, -1}, + {"Grayson", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Waddel", 1, {DICTIONARY_SURNAME}, -1}, + {"Unser", 1, {DICTIONARY_SURNAME}, -1}, + {"Portman", 1, {DICTIONARY_SURNAME}, -1}, + {"Dámaso", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Adomeit", 1, {DICTIONARY_SURNAME}, -1}, + {"Róka", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicolette", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Poulin", 1, {DICTIONARY_SURNAME}, -1}, + {"Uesugi", 1, {DICTIONARY_SURNAME}, -1}, + {"Gabrielli", 1, {DICTIONARY_SURNAME}, -1}, + {"Van de Sompel", 1, {DICTIONARY_SURNAME}, -1}, + {"Nitya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vittorio Emanuele", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vahlen", 1, {DICTIONARY_SURNAME}, -1}, + {"Herrick", 1, {DICTIONARY_SURNAME}, -1}, + {"De Best", 1, {DICTIONARY_SURNAME}, -1}, + {"Treadaway", 1, {DICTIONARY_SURNAME}, -1}, + {"Fadi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Nevan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Voyevodina", 1, {DICTIONARY_SURNAME}, -1}, + {"Venneri", 1, {DICTIONARY_SURNAME}, -1}, + {"Chydenius", 1, {DICTIONARY_SURNAME}, -1}, + {"Leke", 1, {DICTIONARY_SURNAME}, -1}, + {"Boddy", 1, {DICTIONARY_SURNAME}, -1}, + {"Cribb", 1, {DICTIONARY_SURNAME}, -1}, + {"Věnceslava", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Krenz", 1, {DICTIONARY_SURNAME}, -1}, + {"Ordóñez", 1, {DICTIONARY_SURNAME}, -1}, + {"Bragin", 1, {DICTIONARY_SURNAME}, -1}, + {"Susloparov", 1, {DICTIONARY_SURNAME}, -1}, + {"Mirkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Nafisi", 1, {DICTIONARY_SURNAME}, -1}, + {"Brendan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"wells fargo bank", 1, {DICTIONARY_CHAIN}, -1}, + {"Matović", 1, {DICTIONARY_SURNAME}, -1}, + {"Bogdanovich", 1, {DICTIONARY_SURNAME}, -1}, + {"Marat", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Ó Breisleáin", 1, {DICTIONARY_SURNAME}, -1}, + {"Shawnee", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marroquín", 1, {DICTIONARY_SURNAME}, -1}, + {"Haighton", 1, {DICTIONARY_SURNAME}, -1}, + {"Bechler", 1, {DICTIONARY_SURNAME}, -1}, + {"Sychyov", 1, {DICTIONARY_SURNAME}, -1}, + {"Edvīns", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sheree", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Akahori", 1, {DICTIONARY_SURNAME}, -1}, + {"Emilie", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Harden", 1, {DICTIONARY_SURNAME}, -1}, + {"Eriguchi", 1, {DICTIONARY_SURNAME}, -1}, + {"Petri", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Berechiah", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Marlan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Leney", 1, {DICTIONARY_SURNAME}, -1}, + {"Bascome", 1, {DICTIONARY_SURNAME}, -1}, + {"Rumyantsev", 1, {DICTIONARY_SURNAME}, -1}, + {"Mkhitaryan", 1, {DICTIONARY_SURNAME}, -1}, + {"Shazia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Azzouz", 1, {DICTIONARY_SURNAME}, -1}, + {"Heidman", 1, {DICTIONARY_SURNAME}, -1}, + {"Nicheli", 1, {DICTIONARY_SURNAME}, -1}, + {"Tolkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Eleanora", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Pozzato", 1, {DICTIONARY_SURNAME}, -1}, + {"Van Aelst", 1, {DICTIONARY_SURNAME}, -1}, + {"Neagoe", 1, {DICTIONARY_SURNAME}, -1}, + {"Yushkevich", 1, {DICTIONARY_SURNAME}, -1}, + {"Dinkins", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghotra", 1, {DICTIONARY_SURNAME}, -1}, + {"Abizaid", 1, {DICTIONARY_SURNAME}, -1}, + {"Đokić", 1, {DICTIONARY_SURNAME}, -1}, + {"Noboa", 1, {DICTIONARY_SURNAME}, -1}, + {"Luksic", 1, {DICTIONARY_SURNAME}, -1}, + {"Ghimire", 1, {DICTIONARY_SURNAME}, -1}, + {"Iyer", 1, {DICTIONARY_SURNAME}, -1}, + {"McDaid", 1, {DICTIONARY_SURNAME}, -1}, + {"McGain", 1, {DICTIONARY_SURNAME}, -1}, + {"Pētersons", 1, {DICTIONARY_SURNAME}, -1}, + {"Struyk", 1, {DICTIONARY_SURNAME}, -1}, + {"Niemirowski", 1, {DICTIONARY_SURNAME}, -1}, + {"Wittliff", 1, {DICTIONARY_SURNAME}, -1}, + {"Benamozegh", 1, {DICTIONARY_SURNAME}, -1}, + {"Dellet", 1, {DICTIONARY_SURNAME}, -1}, + {"Vilbaste", 1, {DICTIONARY_SURNAME}, -1}, + {"Elejiko", 1, {DICTIONARY_SURNAME}, -1}, + {"Poch", 1, {DICTIONARY_SURNAME}, -1}, + {"Timander", 1, {DICTIONARY_SURNAME}, -1}, + {"Alshich", 1, {DICTIONARY_SURNAME}, -1}, + {"Sylwia", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Wechsler", 1, {DICTIONARY_SURNAME}, -1}, + {"Vainberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Tickner", 1, {DICTIONARY_SURNAME}, -1}, + {"Fowlkes", 1, {DICTIONARY_SURNAME}, -1}, + {"Venasky", 1, {DICTIONARY_SURNAME}, -1}, + {"Koçi", 1, {DICTIONARY_SURNAME}, -1}, + {"Villemure", 1, {DICTIONARY_SURNAME}, -1}, + {"Bouligand", 1, {DICTIONARY_SURNAME}, -1}, + {"Riudavets", 1, {DICTIONARY_SURNAME}, -1}, + {"Goldhagen", 1, {DICTIONARY_SURNAME}, -1}, + {"Montes-Bradley", 1, {DICTIONARY_SURNAME}, -1}, + {"Maheshwari", 1, {DICTIONARY_SURNAME}, -1}, + {"Sterne", 1, {DICTIONARY_SURNAME}, -1}, + {"Batten", 1, {DICTIONARY_SURNAME}, -1}, + {"Mochitsura", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Schößwendter", 1, {DICTIONARY_SURNAME}, -1}, + {"Achtemeier", 1, {DICTIONARY_SURNAME}, -1}, + {"Coyot", 1, {DICTIONARY_SURNAME}, -1}, + {"Polack", 1, {DICTIONARY_SURNAME}, -1}, + {"Tessio", 1, {DICTIONARY_SURNAME}, -1}, + {"Shevchenko", 1, {DICTIONARY_SURNAME}, -1}, + {"Adame", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Hynman", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Rudnev", 1, {DICTIONARY_SURNAME}, -1}, + {"Jaclyn", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Titor", 1, {DICTIONARY_SURNAME}, -1}, + {"Ece", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Seung-jun", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Muneyoshi", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Abbiati", 1, {DICTIONARY_SURNAME}, -1}, + {"Jara", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dennis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Gapp", 1, {DICTIONARY_SURNAME}, -1}, + {"Crabbe", 1, {DICTIONARY_SURNAME}, -1}, + {"Dill", 1, {DICTIONARY_SURNAME}, -1}, + {"Adasiek", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Vollrath", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Nordin", 1, {DICTIONARY_SURNAME}, -1}, + {"Capossela", 1, {DICTIONARY_SURNAME}, -1}, + {"Tõnis", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Cahen", 1, {DICTIONARY_SURNAME}, -1}, + {"in n' out burger", 1, {DICTIONARY_CHAIN}, 158}, + {"Lucroy", 1, {DICTIONARY_SURNAME}, -1}, + {"Domański", 1, {DICTIONARY_SURNAME}, -1}, + {"Skrovan", 1, {DICTIONARY_SURNAME}, -1}, + {"Flurscheim", 1, {DICTIONARY_SURNAME}, -1}, + {"Nagamine", 1, {DICTIONARY_SURNAME}, -1}, + {"Galopin", 1, {DICTIONARY_SURNAME}, -1}, + {"Ouellet", 1, {DICTIONARY_SURNAME}, -1}, + {"Hindman", 1, {DICTIONARY_SURNAME}, -1}, + {"Hofer", 1, {DICTIONARY_SURNAME}, -1}, + {"Casorati", 1, {DICTIONARY_SURNAME}, -1}, + {"Darton", 1, {DICTIONARY_SURNAME}, -1}, + {"Parmley", 1, {DICTIONARY_SURNAME}, -1}, + {"Manlove", 1, {DICTIONARY_SURNAME}, -1}, + {"Schellscheidt", 1, {DICTIONARY_SURNAME}, -1}, + {"Arnaz", 1, {DICTIONARY_SURNAME}, -1}, + {"a.t and t store", 1, {DICTIONARY_CHAIN}, 65}, + {"Makiyama", 1, {DICTIONARY_SURNAME}, -1}, + {"De Vreeze", 1, {DICTIONARY_SURNAME}, -1}, + {"Spear", 1, {DICTIONARY_SURNAME}, -1}, + {"Aaberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Rinshō", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yoshino", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Harary", 1, {DICTIONARY_SURNAME}, -1}, + {"Zandegù", 1, {DICTIONARY_SURNAME}, -1}, + {"Rusudan", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Korun", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Alojzy", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Dissels", 1, {DICTIONARY_SURNAME}, -1}, + {"Willcock", 1, {DICTIONARY_SURNAME}, -1}, + {"Ouertani", 1, {DICTIONARY_SURNAME}, -1}, + {"Yoriyuki", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Yanghat", 1, {DICTIONARY_SURNAME}, -1}, + {"Ilya", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Witherell", 1, {DICTIONARY_SURNAME}, -1}, + {"Hyun-wook", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Daws", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Vodenicharov", 1, {DICTIONARY_SURNAME}, -1}, + {"Jursitzky", 1, {DICTIONARY_SURNAME}, -1}, + {"Waldenberg", 1, {DICTIONARY_SURNAME}, -1}, + {"Briskman", 1, {DICTIONARY_SURNAME}, -1}, + {"Kováč", 1, {DICTIONARY_SURNAME}, -1}, + {"Collins", 1, {DICTIONARY_SURNAME}, -1}, + {"Haruyasu", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Teli", 1, {DICTIONARY_SURNAME}, -1}, + {"Nti", 1, {DICTIONARY_SURNAME}, -1}, + {"Harman", 1, {DICTIONARY_SURNAME}, -1}, + {"Šoškoćanin", 1, {DICTIONARY_SURNAME}, -1}, + {"Plotkin", 1, {DICTIONARY_SURNAME}, -1}, + {"Grewe", 1, {DICTIONARY_SURNAME}, -1}, + {"Edna", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Sarkissian", 1, {DICTIONARY_SURNAME}, -1}, + {"Valkeniers", 1, {DICTIONARY_SURNAME}, -1}, + {"Nig Amhalghadha", 1, {DICTIONARY_SURNAME}, -1}, + {"Asmir", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Đelić", 1, {DICTIONARY_SURNAME}, -1}, + {"Vedovato", 1, {DICTIONARY_SURNAME}, -1}, + {"Averell", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SURNAME}, -1}, + {"Rosenbaum", 1, {DICTIONARY_SURNAME}, -1}, + {"Hedayat family", 1, {DICTIONARY_SURNAME}, -1}, + {"Reginaldo", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"Groom", 1, {DICTIONARY_SURNAME}, -1}, + {"Varadappan", 1, {DICTIONARY_SURNAME}, -1}, + {"Osmokruhović", 1, {DICTIONARY_SURNAME}, -1}, + {"Osterloh", 1, {DICTIONARY_SURNAME}, -1}, + {"Crosland", 1, {DICTIONARY_SURNAME}, -1}, + {"Allfrey", 1, {DICTIONARY_SURNAME}, -1}, + {"Firth", 1, {DICTIONARY_SURNAME}, -1}, + {"Verbraeken", 1, {DICTIONARY_SURNAME}, -1}, + {"Wrigglesworth", 1, {DICTIONARY_SURNAME}, -1}, + {"الشارع", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"الدكتور", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"السيار", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ساحة", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"شارع", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"نهج", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"الملك", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"جادة", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"الأمير", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"حارة", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"الطريق الدائري", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"المطار", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ميدان", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"طريق", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"الطريق", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"الشيخ", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"san", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cai", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"paséu", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"camín", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s", 1, {DICTIONARY_PERSONAL_TITLE}, 285}, + {"camin", 1, {DICTIONARY_STREET_TYPE}, 286}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"paseu", 1, {DICTIONARY_STREET_TYPE}, 287}, + {"xətt", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cənub", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kecid", 1, {DICTIONARY_STREET_TYPE}, 301}, + {"dalan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cenub serq", 1, {DICTIONARY_DIRECTIONAL}, 290}, + {"yolu", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"meydanı", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"xett", 1, {DICTIONARY_STREET_TYPE}, 310}, + {"simalqerb", 1, {DICTIONARY_DIRECTIONAL}, 296}, + {"sosesi", 1, {DICTIONARY_STREET_TYPE}, 308}, + {"üzük", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bazi", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"şimal", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"küçəsi", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kucesi", 1, {DICTIONARY_STREET_TYPE}, 303}, + {"cenubserq", 1, {DICTIONARY_DIRECTIONAL}, 290}, + {"sahe", 1, {DICTIONARY_STREET_TYPE}, 306}, + {"pr", 1, {DICTIONARY_STREET_TYPE}, 304}, + {"cənub qərb", 1, {DICTIONARY_DIRECTIONAL}, 291}, + {"keçid", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cənubqərb", 1, {DICTIONARY_DIRECTIONAL}, 291}, + {"prosp", 1, {DICTIONARY_STREET_TYPE}, 305}, + {"sahə", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"akademik", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cenub", 1, {DICTIONARY_DIRECTIONAL}, 289}, + {"cenub-serq", 1, {DICTIONARY_DIRECTIONAL}, 290}, + {"qerb", 1, {DICTIONARY_DIRECTIONAL}, 292}, + {"cənub-qərb", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"mənzil", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"bul", 1, {DICTIONARY_STREET_TYPE}, 299}, + {"prospekti", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"şimal-şərq", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"cənubşərq", 1, {DICTIONARY_DIRECTIONAL}, 290}, + {"general", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"şose", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kuce", 1, {DICTIONARY_STREET_TYPE}, 302}, + {"simal-qerb", 1, {DICTIONARY_DIRECTIONAL}, 296}, + {"uzuk", 1, {DICTIONARY_STREET_TYPE}, 309}, + {"menzil", 1, {DICTIONARY_BUILDING_TYPE}, 288}, + {"cixilmaz", 1, {DICTIONARY_STREET_TYPE}, 300}, + {"cenubqerb", 1, {DICTIONARY_DIRECTIONAL}, 291}, + {"muqeddes", 1, {DICTIONARY_PERSONAL_TITLE}, 298}, + {"şərq", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"simal serq", 1, {DICTIONARY_DIRECTIONAL}, 295}, + {"prosp", 1, {DICTIONARY_STREET_TYPE}, 304}, + {"şimal şərq", 1, {DICTIONARY_DIRECTIONAL}, 295}, + {"serq", 1, {DICTIONARY_DIRECTIONAL}, 293}, + {"yol", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"şimal qərb", 1, {DICTIONARY_DIRECTIONAL}, 296}, + {"şosesi", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"küçə", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"şimalşərq", 1, {DICTIONARY_DIRECTIONAL}, 295}, + {"aeroport", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cənub-şərq", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"simalserq", 1, {DICTIONARY_DIRECTIONAL}, 295}, + {"şimalqərb", 1, {DICTIONARY_DIRECTIONAL}, 296}, + {"cenub qerb", 1, {DICTIONARY_DIRECTIONAL}, 291}, + {"şimal-qərb", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"prospekt", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"müqəddəs", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"qərb", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pr", 1, {DICTIONARY_STREET_TYPE}, 305}, + {"çıxılmaz", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"xiyabanı", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bulvar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sose", 1, {DICTIONARY_STREET_TYPE}, 307}, + {"cənub şərq", 1, {DICTIONARY_DIRECTIONAL}, 290}, + {"cenub-qerb", 1, {DICTIONARY_DIRECTIONAL}, 291}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 297}, + {"simal-serq", 1, {DICTIONARY_DIRECTIONAL}, 295}, + {"simal", 1, {DICTIONARY_DIRECTIONAL}, 294}, + {"simal qerb", 1, {DICTIONARY_DIRECTIONAL}, 296}, + {"evroopt", 1, {DICTIONARY_CHAIN}, -1}, + {"lin", 1, {DICTIONARY_STREET_TYPE}, 350}, + {"дом", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"беларусбанк", 1, {DICTIONARY_CHAIN}, -1}, + {"h", 1, {DICTIONARY_QUALIFIER}, 333}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 329}, + {"alieja", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"корпус", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"vioska", 1, {DICTIONARY_QUALIFIER}, -1}, + {"поўнач", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"лінія", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"uskhodnyaya", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"праспект", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"пл", 1, {DICTIONARY_STREET_TYPE}, 353}, + {"набярэжная", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vostraŭ", 1, {DICTIONARY_QUALIFIER}, -1}, + {"zakhodnyaya", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bulv", 1, {DICTIONARY_STREET_TYPE}, 345}, + {"vo", 1, {DICTIONARY_QUALIFIER}, 341}, + {"лін", 1, {DICTIONARY_STREET_TYPE}, 349}, + {"вёска", 1, {DICTIONARY_QUALIFIER}, -1}, + {"beriozka", 1, {DICTIONARY_CHAIN}, -1}, + {"pr", 1, {DICTIONARY_STREET_TYPE}, 356}, + {"туп", 1, {DICTIONARY_STREET_TYPE}, 362}, + {"ш", 1, {DICTIONARY_STREET_TYPE}, 359}, + {"linija", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tupik", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"paunochnaya", 1, {DICTIONARY_DIRECTIONAL}, 320}, + {"paudniovaja", 1, {DICTIONARY_DIRECTIONAL}, 322}, + {"усходняя", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"акадэміка", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"uschodniaj", 1, {DICTIONARY_DIRECTIONAL}, 317}, + {"s", 1, {DICTIONARY_STREET_TYPE}, 360}, + {"šašejnaja", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"paŭdnyëvaya", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ўсход", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"belfius", 1, {DICTIONARY_CHAIN}, -1}, + {"sviatoj", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 354}, + {"ал", 1, {DICTIONARY_STREET_TYPE}, 342}, + {"zav", 1, {DICTIONARY_STREET_TYPE}, 367}, + {"paunochny", 1, {DICTIONARY_DIRECTIONAL}, 325}, + {"кватэра", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"bulvar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"h", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"плошча", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"паўночны", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"akademika", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"к", 1, {DICTIONARY_BUILDING_TYPE}, 311}, + {"d", 1, {DICTIONARY_HOUSE_NUMBER}, 327}, + {"берёзка", 1, {DICTIONARY_CHAIN}, -1}, + {"k", 1, {DICTIONARY_BUILDING_TYPE}, 312}, + {"kalcavaja", 1, {DICTIONARY_STREET_TYPE}, 348}, + {"ŭskhod", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"horad", 1, {DICTIONARY_QUALIFIER}, -1}, + {"beryozka", 1, {DICTIONARY_CHAIN}, 313}, + {"paŭdniovaja", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"paŭnochnaya", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"вул", 1, {DICTIONARY_STREET_TYPE}, 364}, + {"вобласць", 1, {DICTIONARY_QUALIFIER}, 339}, + {"dom", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"мікрараён", 1, {DICTIONARY_QUALIFIER}, -1}, + {"паўночная", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"vul", 1, {DICTIONARY_STREET_TYPE}, 365}, + {"шашэйная", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pasiolak", 1, {DICTIONARY_QUALIFIER}, -1}, + {"pas", 1, {DICTIONARY_QUALIFIER}, 336}, + {"ŭschodniaj", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ген", 1, {DICTIONARY_PERSONAL_TITLE}, 328}, + {"посблок", 1, {DICTIONARY_QUALIFIER}, -1}, + {"zachodniaja", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"praspiekt", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"uskhod", 1, {DICTIONARY_DIRECTIONAL}, 316}, + {"vulica", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"padniovy", 1, {DICTIONARY_DIRECTIONAL}, 323}, + {"бул", 1, {DICTIONARY_STREET_TYPE}, 344}, + {"paudnyevy", 1, {DICTIONARY_DIRECTIONAL}, 324}, + {"kaĺcavaja", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"пас", 1, {DICTIONARY_QUALIFIER}, 335}, + {"pounac", 1, {DICTIONARY_DIRECTIONAL}, 318}, + {"к", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sasa", 1, {DICTIONARY_STREET_TYPE}, 360}, + {"kv", 1, {DICTIONARY_UNIT_NUMBERED}, 369}, + {"ŭschod", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"paŭnochny", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"заходняя", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"бульвар", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"дарога", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plošča", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"zavulak", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"paŭdniovy", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"пр", 1, {DICTIONARY_STREET_TYPE}, 355}, + {"д", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"uschod", 1, {DICTIONARY_DIRECTIONAL}, 315}, + {"пос", 1, {DICTIONARY_QUALIFIER}, 334}, + {"voblast", 1, {DICTIONARY_QUALIFIER}, -1}, + {"paudnyevaya", 1, {DICTIONARY_DIRECTIONAL}, 321}, + {"mikrarajon", 1, {DICTIONARY_QUALIFIER}, -1}, + {"al", 1, {DICTIONARY_STREET_TYPE}, 343}, + {"горад", 1, {DICTIONARY_QUALIFIER}, -1}, + {"евроопт", 1, {DICTIONARY_CHAIN}, -1}, + {"pounach", 1, {DICTIONARY_DIRECTIONAL}, 319}, + {"наб", 1, {DICTIONARY_STREET_TYPE}, 351}, + {"усход", 1, {DICTIONARY_DIRECTIONAL}, 314}, + {"бульв", 1, {DICTIONARY_STREET_TYPE}, 344}, + {"прасп", 1, {DICTIONARY_STREET_TYPE}, 357}, + {"zachad", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"raion", 1, {DICTIONARY_QUALIFIER}, -1}, + {"vostrau", 1, {DICTIONARY_QUALIFIER}, 341}, + {"пасёлак", 1, {DICTIONARY_QUALIFIER}, -1}, + {"prasp", 1, {DICTIONARY_STREET_TYPE}, 358}, + {"posblok", 1, {DICTIONARY_QUALIFIER}, -1}, + {"зав", 1, {DICTIONARY_STREET_TYPE}, 366}, + {"паўднёвы", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"паўднёвая", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 331}, + {"d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"nabiarežnaja", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"кв", 1, {DICTIONARY_UNIT_NUMBERED}, 368}, + {"раион", 1, {DICTIONARY_QUALIFIER}, -1}, + {"дар", 1, {DICTIONARY_STREET_TYPE}, 346}, + {"Захад", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"tup", 1, {DICTIONARY_STREET_TYPE}, 363}, + {"генерала", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"д", 1, {DICTIONARY_HOUSE_NUMBER}, 326}, + {"кальцавая", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"завулак", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"r-n", 1, {DICTIONARY_QUALIFIER}, 338}, + {"алея", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kvatera", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"г", 1, {DICTIONARY_QUALIFIER}, 332}, + {"korpus", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"во́бласць", 1, {DICTIONARY_QUALIFIER}, -1}, + {"oblast", 1, {DICTIONARY_QUALIFIER}, -1}, + {"nab", 1, {DICTIONARY_STREET_TYPE}, 352}, + {"ш", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"belarusbank", 1, {DICTIONARY_CHAIN}, -1}, + {"св", 1, {DICTIONARY_PERSONAL_TITLE}, 330}, + {"г", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"р-н", 1, {DICTIONARY_QUALIFIER}, 337}, + {"праезд", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"blok", 1, {DICTIONARY_QUALIFIER}, -1}, + {"dar", 1, {DICTIONARY_STREET_TYPE}, 347}, + {"daroha", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"generala", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"belfius bank", 1, {DICTIONARY_CHAIN}, -1}, + {"востраў", 1, {DICTIONARY_QUALIFIER}, -1}, + {"блок", 1, {DICTIONARY_QUALIFIER}, -1}, + {"шаша", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sasejnaja", 1, {DICTIONARY_STREET_TYPE}, 361}, + {"вуліца", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"zakhad", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"prajezd", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"во", 1, {DICTIONARY_QUALIFIER}, 340}, + {"poŭnačh", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"paŭdnyëvy", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"тупік", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bul", 1, {DICTIONARY_STREET_TYPE}, 345}, + {"святой", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"šaša", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plosca", 1, {DICTIONARY_STREET_TYPE}, 354}, + {"poŭnač", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"область", 1, {DICTIONARY_QUALIFIER}, -1}, + {"фабрика", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kvartal", 1, {DICTIONARY_QUALIFIER}, -1}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 382}, + {"poshtenska kutiya", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"kapitan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"доцент", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"в близост до", 1, {DICTIONARY_NEAR}, -1}, + {"na ŭgŭla na", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"okolo", 1, {DICTIONARY_NEAR}, -1}, + {"sever", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ул", 1, {DICTIONARY_STREET_TYPE}, 412}, + {"изток", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"и", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"проф", 1, {DICTIONARY_PERSONAL_TITLE}, 391}, + {"ploshtad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"prizemen etazh", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"ляво", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"vkhod", 1, {DICTIONARY_ENTRANCE}, -1}, + {"vkh", 1, {DICTIONARY_ENTRANCE}, 374}, + {"п.к", 1, {DICTIONARY_POST_OFFICE}, 395}, + {"в района на", 1, {DICTIONARY_NEAR}, -1}, + {"кв", 1, {DICTIONARY_QUALIFIER}, 403}, + {"с", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"et", 1, {DICTIONARY_LEVEL_NUMBERED}, 376}, + {"в", 1, {DICTIONARY_NEAR}, -1}, + {"п к", 1, {DICTIONARY_POST_OFFICE}, 395}, + {"№", 1, {DICTIONARY_NUMBER}, 380}, + {"no", 1, {DICTIONARY_NUMBER}, 379}, + {"д-р", 1, {DICTIONARY_PERSONAL_TITLE}, 381}, + {"ъгъл на", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"ap", 1, {DICTIONARY_UNIT_NUMBERED}, 415}, + {"zhilishten kompleks", 1, {DICTIONARY_QUALIFIER}, -1}, + {"вх", 1, {DICTIONARY_ENTRANCE}, 373}, + {"св", 1, {DICTIONARY_PERSONAL_TITLE}, 393}, + {"кварт", 1, {DICTIONARY_QUALIFIER}, 403}, + {"кв-л", 1, {DICTIONARY_QUALIFIER}, 403}, + {"nomer", 1, {DICTIONARY_NUMBER}, -1}, + {"zk", 1, {DICTIONARY_QUALIFIER}, 406}, + {"etazh", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"dyasno", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"училище", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ul", 1, {DICTIONARY_STREET_TYPE}, 413}, + {"офис", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"капитан", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"apartament", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"z k", 1, {DICTIONARY_QUALIFIER}, 406}, + {"апт", 1, {DICTIONARY_UNIT_NUMBERED}, 414}, + {"эт", 1, {DICTIONARY_LEVEL_NUMBERED}, 375}, + {"dotsent", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"стълбище", 1, {DICTIONARY_STAIRCASE}, -1}, + {"sveti", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"пк", 1, {DICTIONARY_POST_OFFICE}, 395}, + {"пощенска кутия", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"ofis", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"parter", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"апартамент", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"ulitsa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 386}, + {"кат", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"p k", 1, {DICTIONARY_POST_OFFICE}, 396}, + {"пл", 1, {DICTIONARY_STREET_TYPE}, 410}, + {"d-r", 1, {DICTIONARY_PERSONAL_TITLE}, 382}, + {"tuk", 1, {DICTIONARY_NEAR}, -1}, + {"ъгъл", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"бул", 1, {DICTIONARY_STREET_TYPE}, 408}, + {"gr", 1, {DICTIONARY_QUALIFIER}, 402}, + {"жилищен комплекс", 1, {DICTIONARY_QUALIFIER}, -1}, + {"доц", 1, {DICTIONARY_PERSONAL_TITLE}, 383}, + {"квартал", 1, {DICTIONARY_QUALIFIER}, -1}, + {"kvart", 1, {DICTIONARY_QUALIFIER}, 404}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 392}, + {"приземен ет", 1, {DICTIONARY_LEVEL_STANDALONE}, 377}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 394}, + {"Булевард", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"около", 1, {DICTIONARY_NEAR}, -1}, + {"bulevard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"улица", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"general", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ugul na", 1, {DICTIONARY_CROSS_STREET}, 372}, + {"blizo do", 1, {DICTIONARY_NEAR}, -1}, + {"v blizost do tuk", 1, {DICTIONARY_NEAR}, -1}, + {"v raĭona na", 1, {DICTIONARY_NEAR}, -1}, + {"doktor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"доктор", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bl", 1, {DICTIONARY_QUALIFIER}, 398}, + {"ж к", 1, {DICTIONARY_QUALIFIER}, 405}, + {"этаж", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"близо до", 1, {DICTIONARY_NEAR}, -1}, + {"ниво", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"ŭgŭl na", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"mit", 1, {DICTIONARY_PERSONAL_TITLE}, 390}, + {"север", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ŭgŭl", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"z.k.", 1, {DICTIONARY_QUALIFIER}, 406}, + {"кап", 1, {DICTIONARY_PERSONAL_TITLE}, 387}, + {"s", 1, {DICTIONARY_QUALIFIER}, 400}, + {"гр", 1, {DICTIONARY_QUALIFIER}, 401}, + {"mitropolit", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mezhdu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"жк", 1, {DICTIONARY_QUALIFIER}, 405}, + {"мост", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bul", 1, {DICTIONARY_STREET_TYPE}, 409}, + {"p.k", 1, {DICTIONARY_POST_OFFICE}, 396}, + {"бл", 1, {DICTIONARY_QUALIFIER}, 397}, + {"др", 1, {DICTIONARY_PERSONAL_TITLE}, 381}, + {"profesor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"no", 1, {DICTIONARY_NUMBER}, 380}, + {"stŭlbishte", 1, {DICTIONARY_STAIRCASE}, -1}, + {"po tseliya tuk", 1, {DICTIONARY_NEAR}, -1}, + {"kat", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"of", 1, {DICTIONARY_UNIT_NUMBERED}, 417}, + {"ugul", 1, {DICTIONARY_CROSS_STREET}, 371}, + {"kap", 1, {DICTIONARY_PERSONAL_TITLE}, 388}, + {"prizemen et", 1, {DICTIONARY_LEVEL_STANDALONE}, 378}, + {"selo", 1, {DICTIONARY_QUALIFIER}, -1}, + {"ап", 1, {DICTIONARY_UNIT_NUMBERED}, 414}, + {"№", 1, {DICTIONARY_NUMBER}, 379}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"вход", 1, {DICTIONARY_ENTRANCE}, -1}, + {"grad", 1, {DICTIONARY_QUALIFIER}, -1}, + {"с", 1, {DICTIONARY_QUALIFIER}, 399}, + {"митрополит", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"село", 1, {DICTIONARY_QUALIFIER}, -1}, + {"fabrika", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"близо до мен", 1, {DICTIONARY_NEAR}, -1}, + {"оф", 1, {DICTIONARY_UNIT_NUMBERED}, 416}, + {"партер", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"тук", 1, {DICTIONARY_NEAR}, -1}, + {"номер", 1, {DICTIONARY_NUMBER}, -1}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 411}, + {"kv", 1, {DICTIONARY_QUALIFIER}, 404}, + {"dots", 1, {DICTIONARY_PERSONAL_TITLE}, 384}, + {"мит", 1, {DICTIONARY_PERSONAL_TITLE}, 389}, + {"в близост до тук", 1, {DICTIONARY_NEAR}, -1}, + {"blizo do men", 1, {DICTIONARY_NEAR}, -1}, + {"между", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"на ъгъла на", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"zapad", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"свети", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"staya", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"uchilishte", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"дясно", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"v", 1, {DICTIONARY_NEAR}, -1}, + {"наблизо", 1, {DICTIONARY_NEAR}, -1}, + {"blok", 1, {DICTIONARY_QUALIFIER}, -1}, + {"istok", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"v blizost do", 1, {DICTIONARY_NEAR}, -1}, + {"pk", 1, {DICTIONARY_POST_OFFICE}, 396}, + {"генерал", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"na ugula na", 1, {DICTIONARY_CROSS_STREET}, 370}, + {"блок", 1, {DICTIONARY_QUALIFIER}, -1}, + {"yug", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kv-l", 1, {DICTIONARY_QUALIFIER}, 404}, + {"стая", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"nivo", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"ген", 1, {DICTIONARY_PERSONAL_TITLE}, 385}, + {"nablizo", 1, {DICTIONARY_NEAR}, -1}, + {"most", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"площад", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"stulbishte", 1, {DICTIONARY_STAIRCASE}, 407}, + {"i", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"но", 1, {DICTIONARY_NUMBER}, 379}, + {"юг", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 415}, + {"град", 1, {DICTIONARY_QUALIFIER}, -1}, + {"професор", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"приземен етаж", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"запад", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"по целия тук", 1, {DICTIONARY_NEAR}, -1}, + {"ж.к.", 1, {DICTIONARY_QUALIFIER}, 405}, + {"lyavo", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"straedoù", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"alezioù", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kroasnent tro", 1, {DICTIONARY_STREET_TYPE}, 427}, + {"plasenn", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hent don", 1, {DICTIONARY_STREET_TYPE}, 421}, + {"kêr", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hentdall", 1, {DICTIONARY_STREET_TYPE}, 420}, + {"kroashent tro", 1, {DICTIONARY_STREET_TYPE}, 428}, + {"alez", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hent moned", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gwenodenn", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gwenod", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hent", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"a", 1, {DICTIONARY_STOPWORD}, -1}, + {"pont", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gardenn", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"burev", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jeneral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"amezeg", 1, {DICTIONARY_QUALIFIER}, -1}, + {"hent-don", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"boulouard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hent bras", 1, {DICTIONARY_STREET_TYPE}, 419}, + {"kêrig", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ker", 1, {DICTIONARY_STREET_TYPE}, 424}, + {"gwaremm", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"henttro", 1, {DICTIONARY_STREET_TYPE}, 423}, + {"hent-dall", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bali", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kastell", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aotrou", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kroasnenttro", 1, {DICTIONARY_STREET_TYPE}, 427}, + {"banell", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hentoù", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lodennaoueg", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hent dall", 1, {DICTIONARY_STREET_TYPE}, 420}, + {"ruiou", 1, {DICTIONARY_STREET_TYPE}, 430}, + {"hentbras", 1, {DICTIONARY_STREET_TYPE}, 419}, + {"streat", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"impase", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"strad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kloz", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hent-tro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hentou", 1, {DICTIONARY_STREET_TYPE}, 422}, + {"an", 1, {DICTIONARY_STOPWORD}, -1}, + {"kroashent-tro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"etrezek", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ruioù", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hent tro", 1, {DICTIONARY_STREET_TYPE}, 423}, + {"kroasnent-tro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"straed", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kerig", 1, {DICTIONARY_STREET_TYPE}, 425}, + {"ar", 1, {DICTIONARY_STOPWORD}, -1}, + {"straedou", 1, {DICTIONARY_STREET_TYPE}, 431}, + {"gwenojenn", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kroas hent", 1, {DICTIONARY_STREET_TYPE}, 426}, + {"hentdon", 1, {DICTIONARY_STREET_TYPE}, 421}, + {"kroazhenttro", 1, {DICTIONARY_STREET_TYPE}, 429}, + {"takad kenwerzh", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aleziou", 1, {DICTIONARY_STREET_TYPE}, 418}, + {"reper", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kroashenttro", 1, {DICTIONARY_STREET_TYPE}, 428}, + {"skwar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gourhent", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mailh", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kae", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kroashent", 1, {DICTIONARY_STREET_TYPE}, 426}, + {"al", 1, {DICTIONARY_STOPWORD}, -1}, + {"hent-bras", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kroas-hent", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kroazhent tro", 1, {DICTIONARY_STREET_TYPE}, 429}, + {"ru", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kroazhent-tro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dzamija", 1, {DICTIONARY_PLACE_NAME}, 442}, + {"zgrada", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"naselje", 1, {DICTIONARY_QUALIFIER}, -1}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 435}, + {"u", 1, {DICTIONARY_NEAR}, -1}, + {"bb", 1, {DICTIONARY_NO_NUMBER}, 437}, + {"ured", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"setaliste", 1, {DICTIONARY_STREET_TYPE}, 451}, + {"av", 1, {DICTIONARY_STREET_TYPE}, 448}, + {"prizemlje", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"u blizini ovdje", 1, {DICTIONARY_NEAR}, -1}, + {"marsala", 1, {DICTIONARY_PERSONAL_TITLE}, 440}, + {"b.b", 1, {DICTIONARY_NO_NUMBER}, 437}, + {"soba", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"stan", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"bez broja", 1, {DICTIONARY_NO_NUMBER}, -1}, + {"školska", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tvornička", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gradina", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ul", 1, {DICTIONARY_STREET_TYPE}, 452}, + {"b b", 1, {DICTIONARY_NO_NUMBER}, 437}, + {"lijevo", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"uglu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"parter", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"avenija", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"i", 1, {DICTIONARY_DIRECTIONAL}, 433}, + {"aleja", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"trg", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"u blizini mene", 1, {DICTIONARY_NEAR}, -1}, + {"p.p", 1, {DICTIONARY_POST_OFFICE}, 445}, + {"dom", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"crkva", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"z", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"stubiste", 1, {DICTIONARY_STAIRCASE}, 446}, + {"kula", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"desno", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"ovde", 1, {DICTIONARY_NEAR}, -1}, + {"doktor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"vojvode", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cesta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 453}, + {"tvornicka", 1, {DICTIONARY_PLACE_NAME}, 444}, + {"zapad", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sprat", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"ap", 1, {DICTIONARY_UNIT_NUMBERED}, 453}, + {"postanski pretinac", 1, {DICTIONARY_POST_OFFICE}, 445}, + {"al", 1, {DICTIONARY_STREET_TYPE}, 447}, + {"u blizini", 1, {DICTIONARY_NEAR}, -1}, + {"maršala", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bez br", 1, {DICTIONARY_NO_NUMBER}, 437}, + {"skolska", 1, {DICTIONARY_PLACE_NAME}, 443}, + {"šetalište", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"p p", 1, {DICTIONARY_POST_OFFICE}, 445}, + {"luka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"na", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"pp", 1, {DICTIONARY_POST_OFFICE}, 445}, + {"kraljice", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"j", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ugao", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 439}, + {"apartman", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"cara", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"džamija", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"put", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"grad", 1, {DICTIONARY_QUALIFIER}, -1}, + {"sjever", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"prilaz", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"svetog", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bul", 1, {DICTIONARY_STREET_TYPE}, 449}, + {"ulica", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"jug", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"broj", 1, {DICTIONARY_NUMBER}, -1}, + {"bulevar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kat", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"mezanin", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"klanac", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"z", 1, {DICTIONARY_DIRECTIONAL}, 436}, + {"istok", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"podrum", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"knez", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"na uglu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"drvored", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"postanški pretinac", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"br", 1, {DICTIONARY_NUMBER}, 438}, + {"most", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"i", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"stubište", 1, {DICTIONARY_STAIRCASE}, -1}, + {"c", 1, {DICTIONARY_STREET_TYPE}, 450}, + {"izmedu", 1, {DICTIONARY_CROSS_STREET}, 432}, + {"j", 1, {DICTIONARY_DIRECTIONAL}, 434}, + {"ulaz", 1, {DICTIONARY_ENTRANCE}, -1}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 441}, + {"c", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"kralja", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"između", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"za", 1, {DICTIONARY_STOPWORD}, -1}, + {"farmàcia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pintor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"g v", 1, {DICTIONARY_STREET_TYPE}, 538}, + {"sub soterrani", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, -1}, + {"entd", 1, {DICTIONARY_ENTRANCE}, 463}, + {"cafeteria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"polígon industrial", 1, {DICTIONARY_QUALIFIER}, -1}, + {"barranc", 1, {DICTIONARY_SYNONYM}, -1}, + {"ambaixada", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"els", 1, {DICTIONARY_STOPWORD}, -1}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 478}, + {"placa", 1, {DICTIONARY_STREET_TYPE}, 542}, + {"li", 1, {DICTIONARY_STOPWORD}, -1}, + {"església", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, -1}, + {"lo", 1, {DICTIONARY_STOPWORD}, -1}, + {"casa", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"temple", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s n", 1, {DICTIONARY_NO_NUMBER}, 476}, + {"baixos", 2, {DICTIONARY_LEVEL_STANDALONE, DICTIONARY_SYNONYM}, -1}, + {"supermercat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aeroport", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ss", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 473}, + {"entresol", 1, {DICTIONARY_LEVEL_MEZZANINE}, 466}, + {"hotel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"e u", 1, {DICTIONARY_PLACE_NAME}, 495}, + {"num", 1, {DICTIONARY_NUMBER}, 477}, + {"los", 1, {DICTIONARY_STOPWORD}, -1}, + {"hostal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"magatzem", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"d.a", 1, {DICTIONARY_PERSONAL_TITLE}, 481}, + {"institut", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s.n.", 1, {DICTIONARY_NO_NUMBER}, 476}, + {"carrera", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"castell", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"centre juvenil", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"eix diagonal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"a prop meu", 1, {DICTIONARY_NEAR}, -1}, + {"prop", 1, {DICTIONARY_NEAR}, -1}, + {"balneari", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"codi postal", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"so", 1, {DICTIONARY_LEVEL_BASEMENT}, 465}, + {"tallers", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rtda", 1, {DICTIONARY_STREET_TYPE}, 546}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 460}, + {"casino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vila", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"entr", 2, {DICTIONARY_ENTRANCE, DICTIONARY_STREET_TYPE}, 463}, + {"escoles", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"drec", 1, {DICTIONARY_STREET_TYPE}, 537}, + {"cafè", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"devesa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"metges", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sgda", 1, {DICTIONARY_SYNONYM}, 562}, + {"bloc", 1, {DICTIONARY_QUALIFIER}, -1}, + {"núm", 1, {DICTIONARY_NUMBER}, 477}, + {"pça", 1, {DICTIONARY_STREET_TYPE}, 542}, + {"rierol", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"finca", 1, {DICTIONARY_SYNONYM}, -1}, + {"raval", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"punt quilometric", 1, {DICTIONARY_QUALIFIER}, 523}, + {"planta baixa", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"poligon industrial", 1, {DICTIONARY_QUALIFIER}, 522}, + {"trav", 1, {DICTIONARY_STREET_TYPE}, 550}, + {"parc de bombers", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sa", 1, {DICTIONARY_STOPWORD}, -1}, + {"font", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"es", 1, {DICTIONARY_STOPWORD}, -1}, + {"cafe", 1, {DICTIONARY_PLACE_NAME}, 488}, + {"jardi dinfancia", 1, {DICTIONARY_PLACE_NAME}, 505}, + {"occident", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"comissaria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sense número", 1, {DICTIONARY_NO_NUMBER}, -1}, + {"par", 1, {DICTIONARY_SYNONYM}, 559}, + {"rambla", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"jardi d'infancia", 1, {DICTIONARY_PLACE_NAME}, 505}, + {"s.n", 1, {DICTIONARY_NO_NUMBER}, 476}, + {"col·legi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pdis", 1, {DICTIONARY_STREET_TYPE}, 539}, + {"cem", 1, {DICTIONARY_PLACE_NAME}, 489}, + {"cró", 1, {DICTIONARY_STREET_TYPE}, 533}, + {"borda", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"platja", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"peixateria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pda", 1, {DICTIONARY_SYNONYM}, 561}, + {"comissari de policia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"p k", 1, {DICTIONARY_QUALIFIER}, 523}, + {"doctora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"escola universitaria", 1, {DICTIONARY_PLACE_NAME}, 495}, + {"p.k.", 1, {DICTIONARY_QUALIFIER}, 523}, + {"cantina", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pg", 1, {DICTIONARY_STREET_TYPE}, 541}, + {"pre escola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"damunt", 1, {DICTIONARY_STOPWORD}, -1}, + {"palaus", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"apmt", 1, {DICTIONARY_UNIT_NUMBERED}, 565}, + {"v", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"biblioteca", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"punt de reciclatge", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cases", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fleca", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"banc", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aparc", 1, {DICTIONARY_PLACE_NAME}, 485}, + {"ronda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fca", 1, {DICTIONARY_SYNONYM}, 555}, + {"mossen", 1, {DICTIONARY_PERSONAL_TITLE}, 482}, + {"i", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"mpal", 1, {DICTIONARY_SYNONYM}, 556}, + {"autopista", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"diag", 1, {DICTIONARY_STREET_TYPE}, 536}, + {"bnc", 1, {DICTIONARY_SYNONYM}, 553}, + {"carrer", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nordoest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"cinturo", 1, {DICTIONARY_STREET_TYPE}, 535}, + {"escola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"escola propera", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"d", 1, {DICTIONARY_PERSONAL_TITLE}, 480}, + {"cp", 1, {DICTIONARY_POSTAL_CODE}, 516}, + {"maria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"ruines", 1, {DICTIONARY_PLACE_NAME}, 512}, + {"jardí d'infància", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"parcella", 1, {DICTIONARY_UNIT_NUMBERED}, 569}, + {"cementiri", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"crematori", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sanatori", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"granja", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"santa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cint", 1, {DICTIONARY_STREET_TYPE}, 535}, + {"corretatge", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"botiga", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"univ", 1, {DICTIONARY_PLACE_NAME}, 514}, + {"mestre", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sud oest", 1, {DICTIONARY_DIRECTIONAL}, 462}, + {"urbanització", 1, {DICTIONARY_QUALIFIER}, -1}, + {"cooperativa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"esgl", 1, {DICTIONARY_PLACE_NAME}, 498}, + {"lot", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"un", 1, {DICTIONARY_UNIT_NUMBERED}, 571}, + {"#", 1, {DICTIONARY_NUMBER}, 477}, + {"sud", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"dins", 1, {DICTIONARY_NEAR}, -1}, + {"pobl", 1, {DICTIONARY_SYNONYM}, 560}, + {"nre", 1, {DICTIONARY_SYNONYM}, 558}, + {"a prop de", 1, {DICTIONARY_NEAR}, -1}, + {"distr", 1, {DICTIONARY_QUALIFIER}, 520}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"collegi públic", 1, {DICTIONARY_PLACE_NAME}, 490}, + {"polígon", 1, {DICTIONARY_QUALIFIER}, -1}, + {"passeig", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"poblacio", 1, {DICTIONARY_SYNONYM}, 560}, + {"avd", 1, {DICTIONARY_STREET_TYPE}, 529}, + {"st", 1, {DICTIONARY_PERSONAL_TITLE}, 483}, + {"b", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"oficina", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"pca", 1, {DICTIONARY_STREET_TYPE}, 542}, + {"ptge", 1, {DICTIONARY_STREET_TYPE}, 540}, + {"àt", 1, {DICTIONARY_LEVEL_STANDALONE}, 468}, + {"club social", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cantonada de", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"atletic", 1, {DICTIONARY_PLACE_NAME}, 486}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 456}, + {"esglésies", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"apartat", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"e", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"se", 1, {DICTIONARY_DIRECTIONAL}, 461}, + {"a prop d'aquí", 1, {DICTIONARY_NEAR}, -1}, + {"habitació", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"autop", 1, {DICTIONARY_STREET_TYPE}, 527}, + {"taller", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"carr", 1, {DICTIONARY_STREET_TYPE}, 531}, + {"aparcament", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nort", 1, {DICTIONARY_DIRECTIONAL}, 456}, + {"farmacia", 1, {DICTIONARY_PLACE_NAME}, 502}, + {"nord", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"mobles", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"drecera", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"esquerra", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"collegi public", 1, {DICTIONARY_PLACE_NAME}, 490}, + {"doctor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"avda", 1, {DICTIONARY_STREET_TYPE}, 529}, + {"s / àt", 1, {DICTIONARY_LEVEL_STANDALONE}, 472}, + {"ctra", 1, {DICTIONARY_STREET_TYPE}, 534}, + {"s o", 1, {DICTIONARY_DIRECTIONAL}, 462}, + {"mus", 1, {DICTIONARY_PLACE_NAME}, 508}, + {"centre commercial", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nordest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"proper a", 1, {DICTIONARY_NEAR}, -1}, + {"habitacio", 1, {DICTIONARY_UNIT_NUMBERED}, 566}, + {"ses", 1, {DICTIONARY_STOPWORD}, -1}, + {"afers exteriors", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"àtic", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"barri", 1, {DICTIONARY_QUALIFIER}, -1}, + {"a prop d'aqui", 1, {DICTIONARY_NEAR}, 474}, + {"a la cantonada de", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"cro", 1, {DICTIONARY_STREET_TYPE}, 533}, + {"trav", 1, {DICTIONARY_STREET_TYPE}, 549}, + {"super mercat", 1, {DICTIONARY_PLACE_NAME}, 513}, + {"metge", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pol", 1, {DICTIONARY_QUALIFIER}, 521}, + {"sort", 1, {DICTIONARY_STREET_TYPE}, 547}, + {"hab", 1, {DICTIONARY_UNIT_NUMBERED}, 566}, + {"dna", 1, {DICTIONARY_PERSONAL_TITLE}, 481}, + {"rbla", 1, {DICTIONARY_STREET_TYPE}, 544}, + {"portal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pi", 1, {DICTIONARY_QUALIFIER}, 522}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"a prop daquí", 1, {DICTIONARY_NEAR}, 474}, + {"amb", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"port", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cra", 1, {DICTIONARY_STREET_TYPE}, 532}, + {"esc propera", 1, {DICTIONARY_PLACE_NAME}, 497}, + {"parc", 1, {DICTIONARY_UNIT_NUMBERED}, 569}, + {"poble", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c /", 1, {DICTIONARY_STREET_TYPE}, 531}, + {"plç", 1, {DICTIONARY_STREET_TYPE}, 542}, + {"moll", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aquí", 1, {DICTIONARY_NEAR}, -1}, + {"punt quilomètric", 1, {DICTIONARY_QUALIFIER}, -1}, + {"el", 1, {DICTIONARY_STOPWORD}, -1}, + {"casas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"monument", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"parcel·la", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"nombre", 1, {DICTIONARY_SYNONYM}, -1}, + {"esc", 1, {DICTIONARY_STAIRCASE}, 525}, + {"capella", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ruïnes", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"st.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 484}, + {"taverna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dentista", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"esc", 1, {DICTIONARY_PLACE_NAME}, 496}, + {"s / at", 1, {DICTIONARY_LEVEL_STANDALONE}, 472}, + {"pilar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"escala", 1, {DICTIONARY_STAIRCASE}, -1}, + {"dª", 1, {DICTIONARY_PERSONAL_TITLE}, 481}, + {"prop de", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"d", 1, {DICTIONARY_UNIT_DIRECTION}, 554}, + {"atlètic", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"via", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cant", 1, {DICTIONARY_QUALIFIER}, 519}, + {"trval", 1, {DICTIONARY_STREET_TYPE}, 548}, + {"s àt", 1, {DICTIONARY_LEVEL_STANDALONE}, 472}, + {"pavelló", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"plaça", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"apt", 1, {DICTIONARY_POST_OFFICE}, 515}, + {"collegi", 1, {DICTIONARY_PLACE_NAME}, 491}, + {"convt", 1, {DICTIONARY_PLACE_NAME}, 493}, + {"m.a", 1, {DICTIONARY_GIVEN_NAME}, 464}, + {"stª", 1, {DICTIONARY_PERSONAL_TITLE}, 484}, + {"carr", 1, {DICTIONARY_STREET_TYPE}, 533}, + {"nord est", 1, {DICTIONARY_DIRECTIONAL}, 457}, + {"darrera", 1, {DICTIONARY_STOPWORD}, -1}, + {"s.s", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 473}, + {"e", 1, {DICTIONARY_UNIT_DIRECTION}, 564}, + {"carrero", 1, {DICTIONARY_STREET_TYPE}, 533}, + {"nacional", 1, {DICTIONARY_SYNONYM}, -1}, + {"sudest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"baixada", 1, {DICTIONARY_SYNONYM}, -1}, + {"na", 1, {DICTIONARY_STOPWORD}, -1}, + {"xarcuteria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"o", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"travessera", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"est", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"centre de salut", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"disseminat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"com", 1, {DICTIONARY_PLACE_NAME}, 492}, + {"d.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 481}, + {"número", 1, {DICTIONARY_NUMBER}, -1}, + {"at", 1, {DICTIONARY_LEVEL_STANDALONE}, 468}, + {"s at", 1, {DICTIONARY_LEVEL_STANDALONE}, 472}, + {"eu", 1, {DICTIONARY_PLACE_NAME}, 495}, + {"carreró", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sobreatic", 1, {DICTIONARY_LEVEL_STANDALONE}, 472}, + {"municipal", 1, {DICTIONARY_SYNONYM}, -1}, + {"sta", 1, {DICTIONARY_PERSONAL_TITLE}, 484}, + {"sgt", 1, {DICTIONARY_SYNONYM}, 563}, + {"banys", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ptal", 1, {DICTIONARY_STREET_TYPE}, 543}, + {"teatre", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pis", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 542}, + {"cantonada", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_QUALIFIER}, -1}, + {"pastisseria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pav", 1, {DICTIONARY_PLACE_NAME}, 509}, + {"m.ª", 1, {DICTIONARY_GIVEN_NAME}, 464}, + {"poeta", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ajuntament", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bxs", 2, {DICTIONARY_LEVEL_STANDALONE, DICTIONARY_SYNONYM}, 469}, + {"se", 1, {DICTIONARY_STOPWORD}, -1}, + {"principal", 2, {DICTIONARY_LEVEL_STANDALONE, DICTIONARY_SYNONYM}, -1}, + {"col·legi public", 1, {DICTIONARY_PLACE_NAME}, 490}, + {"gran via", 1, {DICTIONARY_STREET_TYPE}, 538}, + {"s / n", 1, {DICTIONARY_NO_NUMBER}, 476}, + {"sortida", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mtir", 1, {DICTIONARY_PLACE_NAME}, 506}, + {"v", 1, {DICTIONARY_STREET_TYPE}, 551}, + {"llibreria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"autovia", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"mirador", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"al", 1, {DICTIONARY_STOPWORD}, -1}, + {"preso", 1, {DICTIONARY_PLACE_NAME}, 511}, + {"universitat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"carra", 1, {DICTIONARY_STREET_TYPE}, 532}, + {"nac", 1, {DICTIONARY_SYNONYM}, 557}, + {"sud est", 1, {DICTIONARY_DIRECTIONAL}, 461}, + {"travessia", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"a", 3, {DICTIONARY_CROSS_STREET, DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"sudoest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"correus", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"memorial", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gelateria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aqui", 1, {DICTIONARY_NEAR}, 475}, + {"esq", 1, {DICTIONARY_UNIT_DIRECTION}, 564}, + {"estadi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dra", 1, {DICTIONARY_PERSONAL_TITLE}, 479}, + {"sobreàtic", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"ferrocarrils", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"des", 1, {DICTIONARY_STOPWORD}, -1}, + {"bda", 1, {DICTIONARY_SYNONYM}, 552}, + {"bibl", 1, {DICTIONARY_PLACE_NAME}, 487}, + {"oest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"auditori", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cami", 1, {DICTIONARY_STREET_TYPE}, 530}, + {"presó", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hospital", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"avinguda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"de", 1, {DICTIONARY_STOPWORD}, -1}, + {"pub", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"apartament", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"en", 1, {DICTIONARY_NEAR}, -1}, + {"mercat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"col·legi públic", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"n", 1, {DICTIONARY_NUMBER}, 477}, + {"pre-escola", 1, {DICTIONARY_PLACE_NAME}, 510}, + {"alberg", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"camí", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"forn", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"atic", 1, {DICTIONARY_LEVEL_STANDALONE}, 468}, + {"poligon", 1, {DICTIONARY_QUALIFIER}, 521}, + {"pdís", 1, {DICTIONARY_STREET_TYPE}, 539}, + {"entre /", 1, {DICTIONARY_CROSS_STREET}, 454}, + {"mossèn", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sagrada", 1, {DICTIONARY_SYNONYM}, -1}, + {"n e", 1, {DICTIONARY_DIRECTIONAL}, 457}, + {"hosp", 1, {DICTIONARY_PLACE_NAME}, 503}, + {"av", 1, {DICTIONARY_STREET_TYPE}, 529}, + {"del", 1, {DICTIONARY_STOPWORD}, -1}, + {"diagonal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"autoescola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pavello", 1, {DICTIONARY_PLACE_NAME}, 509}, + {"mon", 1, {DICTIONARY_PLACE_NAME}, 507}, + {"passatge", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"jutjat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"corr", 1, {DICTIONARY_PLACE_NAME}, 494}, + {"numero", 1, {DICTIONARY_NUMBER}, 477}, + {"porta", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"sala", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"policia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"st.a", 1, {DICTIONARY_PERSONAL_TITLE}, 484}, + {"so", 1, {DICTIONARY_DIRECTIONAL}, 462}, + {"pol ind", 1, {DICTIONARY_QUALIFIER}, 522}, + {"població", 1, {DICTIONARY_SYNONYM}, -1}, + {"museu", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"una", 1, {DICTIONARY_STOPWORD}, -1}, + {"trv", 1, {DICTIONARY_STREET_TYPE}, 550}, + {"districte", 1, {DICTIONARY_QUALIFIER}, -1}, + {"cinema", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pl", 2, {DICTIONARY_LEVEL_NUMBERED, DICTIONARY_PLACE_NAME}, 467}, + {"unitat", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"estacionament", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fàbrica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"estació", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"transversal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"auto", 1, {DICTIONARY_STREET_TYPE}, 527}, + {"clínica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"santuari", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gelat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"convent", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"uni", 1, {DICTIONARY_PLACE_NAME}, 514}, + {"ne", 1, {DICTIONARY_DIRECTIONAL}, 457}, + {"mª", 1, {DICTIONARY_GIVEN_NAME}, 464}, + {"lt", 1, {DICTIONARY_UNIT_NUMBERED}, 567}, + {"sense numero", 1, {DICTIONARY_NO_NUMBER}, 476}, + {"sagrat", 1, {DICTIONARY_SYNONYM}, -1}, + {"club", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"estac", 1, {DICTIONARY_PLACE_NAME}, 500}, + {"a prop", 1, {DICTIONARY_NEAR}, -1}, + {"h", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bl", 1, {DICTIONARY_QUALIFIER}, 518}, + {"of", 1, {DICTIONARY_UNIT_NUMBERED}, 568}, + {"refugi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"passadis", 1, {DICTIONARY_STREET_TYPE}, 539}, + {"sauna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rda", 1, {DICTIONARY_STREET_TYPE}, 545}, + {"avgda", 1, {DICTIONARY_STREET_TYPE}, 529}, + {"les", 1, {DICTIONARY_STOPWORD}, -1}, + {"societat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"e", 1, {DICTIONARY_DIRECTIONAL}, 455}, + {"ferrocarril", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"escola universitària", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"esglesies", 1, {DICTIONARY_PLACE_NAME}, 499}, + {"pral", 2, {DICTIONARY_LEVEL_STANDALONE, DICTIONARY_SYNONYM}, 471}, + {"cinturó", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"oficina de canvi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"don", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pr", 1, {DICTIONARY_LEVEL_STANDALONE}, 471}, + {"autov", 1, {DICTIONARY_STREET_TYPE}, 528}, + {"col·l", 1, {DICTIONARY_PLACE_NAME}, 491}, + {"esglesia", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, 498}, + {"caseriu", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gran vía", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hisenda", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"entre", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"preescola", 1, {DICTIONARY_PLACE_NAME}, 510}, + {"passadís", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"estacio", 1, {DICTIONARY_PLACE_NAME}, 501}, + {"o", 1, {DICTIONARY_DIRECTIONAL}, 459}, + {"dta", 2, {DICTIONARY_SYNONYM, DICTIONARY_UNIT_DIRECTION}, 554}, + {"monestir", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"apartaments", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"trvsal", 1, {DICTIONARY_STREET_TYPE}, 548}, + {"entresòl", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"pujada", 1, {DICTIONARY_SYNONYM}, -1}, + {"coll", 1, {DICTIONARY_PLACE_NAME}, 491}, + {"pobla", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"torre", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sn", 1, {DICTIONARY_NO_NUMBER}, 476}, + {"gv", 1, {DICTIONARY_STREET_TYPE}, 538}, + {"h", 1, {DICTIONARY_PLACE_NAME}, 504}, + {"ranxo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"b", 1, {DICTIONARY_QUALIFIER}, 517}, + {"nord oest", 1, {DICTIONARY_DIRECTIONAL}, 458}, + {"s e", 1, {DICTIONARY_DIRECTIONAL}, 461}, + {"hipòdrom", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rotonda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pont", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"parc", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"trànsit", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"soterrani", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 526}, + {"urbanitzacio", 1, {DICTIONARY_QUALIFIER}, 524}, + {"dona", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s s", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 473}, + {"a prop daqui", 1, {DICTIONARY_NEAR}, 474}, + {"la", 1, {DICTIONARY_STOPWORD}, -1}, + {"pta", 1, {DICTIONARY_UNIT_NUMBERED}, 570}, + {"eix", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"carro", 1, {DICTIONARY_STREET_TYPE}, 533}, + {"entrada", 2, {DICTIONARY_ENTRANCE, DICTIONARY_STREET_TYPE}, -1}, + {"sobre", 1, {DICTIONARY_STOPWORD}, -1}, + {"lletra", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"mn", 1, {DICTIONARY_PERSONAL_TITLE}, 482}, + {"club nocturn", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"est", 1, {DICTIONARY_PLACE_NAME}, 501}, + {"pb", 1, {DICTIONARY_LEVEL_STANDALONE}, 470}, + {"no", 1, {DICTIONARY_DIRECTIONAL}, 458}, + {"parada", 1, {DICTIONARY_SYNONYM}, -1}, + {"pedrera", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"proper", 1, {DICTIONARY_NEAR}, -1}, + {"sota", 1, {DICTIONARY_STOPWORD}, -1}, + {"restaurant", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"entl", 1, {DICTIONARY_LEVEL_MEZZANINE}, 466}, + {"urb", 1, {DICTIONARY_QUALIFIER}, 524}, + {"l'", 2, {DICTIONARY_ELISION, DICTIONARY_STOPWORD}, -1}, + {"camp", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"carretera", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cp", 1, {DICTIONARY_PLACE_NAME}, 490}, + {"davant", 1, {DICTIONARY_STOPWORD}, -1}, + {"e /", 1, {DICTIONARY_CROSS_STREET}, 454}, + {"dreta", 2, {DICTIONARY_SYNONYM, DICTIONARY_UNIT_DIRECTION}, -1}, + {"planta", 2, {DICTIONARY_LEVEL_NUMBERED, DICTIONARY_PLACE_NAME}, -1}, + {"n o", 1, {DICTIONARY_DIRECTIONAL}, 458}, + {"pk", 1, {DICTIONARY_QUALIFIER}, 523}, + {"plc", 1, {DICTIONARY_STREET_TYPE}, 542}, + {"arbreda", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"al constat", 1, {DICTIONARY_STOPWORD}, -1}, + {"jardí dinfància", 1, {DICTIONARY_PLACE_NAME}, 505}, + {"dels", 1, {DICTIONARY_STOPWORD}, -1}, + {"palau", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"un", 1, {DICTIONARY_STOPWORD}, -1}, + {"kancelář", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"hl nád", 1, {DICTIONARY_PLACE_NAME}, 597}, + {"jih", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"v blizkosti mne", 1, {DICTIONARY_NEAR}, 586}, + {"stadionu", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"v blízkosti mně", 1, {DICTIONARY_NEAR}, -1}, + {"tř", 1, {DICTIONARY_STREET_TYPE}, 624}, + {"kulturni dum", 1, {DICTIONARY_PLACE_NAME}, 604}, + {"albert", 1, {DICTIONARY_CHAIN}, -1}, + {"okolo", 1, {DICTIONARY_NEAR}, -1}, + {"sever", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"hostinec", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ulicka", 1, {DICTIONARY_STREET_TYPE}, 626}, + {"nábř", 1, {DICTIONARY_STREET_TYPE}, 621}, + {"nádražní", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"č. p.", 1, {DICTIONARY_HOUSE_NUMBER}, 576}, + {"u", 1, {DICTIONARY_NEAR}, -1}, + {"na", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"c", 1, {DICTIONARY_NUMBER}, 588}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 589}, + {"skolni", 1, {DICTIONARY_PLACE_NAME}, 612}, + {"etaz", 1, {DICTIONARY_LEVEL_NUMBERED}, 578}, + {"ve", 1, {DICTIONARY_NEAR}, -1}, + {"číslo", 1, {DICTIONARY_NUMBER}, -1}, + {"hlavni nadrazni", 1, {DICTIONARY_PLACE_NAME}, 597}, + {"cajovna", 1, {DICTIONARY_PLACE_NAME}, 591}, + {"nád", 1, {DICTIONARY_PLACE_NAME}, 608}, + {"knihkupectvi", 1, {DICTIONARY_PLACE_NAME}, 601}, + {"lekarna", 1, {DICTIONARY_PLACE_NAME}, 605}, + {"podzemni podlazi", 1, {DICTIONARY_LEVEL_BASEMENT}, 577}, + {"škola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mezi", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"nam", 1, {DICTIONARY_STREET_TYPE}, 622}, + {"v", 1, {DICTIONARY_DIRECTIONAL}, 574}, + {"etáž", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"u", 1, {DICTIONARY_STREET_TYPE}, 625}, + {"c. p.", 1, {DICTIONARY_HOUSE_NUMBER}, 576}, + {"knihkupectví", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"trida", 1, {DICTIONARY_STREET_TYPE}, 624}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"kancelar", 1, {DICTIONARY_UNIT_NUMBERED}, 630}, + {"prava", 1, {DICTIONARY_UNIT_DIRECTION}, 627}, + {"pravá", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"galérie", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"čajovná", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rohu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"podzemní podlaží", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"čp", 1, {DICTIONARY_HOUSE_NUMBER}, 576}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 590}, + {"základní škola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"č p", 1, {DICTIONARY_HOUSE_NUMBER}, 576}, + {"poblíž", 1, {DICTIONARY_NEAR}, -1}, + {"skola", 1, {DICTIONARY_PLACE_NAME}, 611}, + {"prizemi", 1, {DICTIONARY_LEVEL_STANDALONE}, 580}, + {"číslo popisné", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"nadzemni podlazi", 1, {DICTIONARY_LEVEL_NUMBERED}, 579}, + {"zámek", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ulička", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cp", 1, {DICTIONARY_HOUSE_NUMBER}, 576}, + {"pekarna", 1, {DICTIONARY_PLACE_NAME}, 610}, + {"v blízkosti", 1, {DICTIONARY_NEAR}, -1}, + {"pivovar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c. p", 1, {DICTIONARY_HOUSE_NUMBER}, 576}, + {"východ", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"schodiste", 1, {DICTIONARY_STAIRCASE}, 619}, + {"z", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"apartmán", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"nadrazni", 1, {DICTIONARY_PLACE_NAME}, 608}, + {"pekárna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vinárna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tady pobliz", 1, {DICTIONARY_NEAR}, 583}, + {"kavarna", 1, {DICTIONARY_PLACE_NAME}, 600}, + {"j", 1, {DICTIONARY_DIRECTIONAL}, 572}, + {"nad", 1, {DICTIONARY_PLACE_NAME}, 608}, + {"svatý", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cislo popisne", 1, {DICTIONARY_HOUSE_NUMBER}, 576}, + {"kavárna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hrbitovni", 1, {DICTIONARY_PLACE_NAME}, 598}, + {"z", 1, {DICTIONARY_DIRECTIONAL}, 575}, + {"doktor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"namesti", 1, {DICTIONARY_STREET_TYPE}, 622}, + {"hrad", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vinarna", 1, {DICTIONARY_PLACE_NAME}, 615}, + {"gymnázium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vychod", 1, {DICTIONARY_DIRECTIONAL}, 574}, + {"c.p", 1, {DICTIONARY_HOUSE_NUMBER}, 576}, + {"roh", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"pok", 1, {DICTIONARY_UNIT_NUMBERED}, 631}, + {"hl nad", 1, {DICTIONARY_PLACE_NAME}, 597}, + {"leva", 1, {DICTIONARY_UNIT_DIRECTION}, 628}, + {"urad", 1, {DICTIONARY_PLACE_NAME}, 613}, + {"zamek", 1, {DICTIONARY_PLACE_NAME}, 617}, + {"dum", 1, {DICTIONARY_PLACE_NAME}, 594}, + {"školní", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"schodiště", 1, {DICTIONARY_STAIRCASE}, -1}, + {"v blízkém okolí", 1, {DICTIONARY_NEAR}, -1}, + {"pobliz", 1, {DICTIONARY_NEAR}, 582}, + {"nábřeží", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gymnazium", 1, {DICTIONARY_PLACE_NAME}, 596}, + {"a", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"komerční banka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cislo", 1, {DICTIONARY_NUMBER}, 588}, + {"katedrala", 1, {DICTIONARY_PLACE_NAME}, 599}, + {"restaurace", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ulice", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"blízko", 1, {DICTIONARY_NEAR}, -1}, + {"č.p", 1, {DICTIONARY_HOUSE_NUMBER}, 576}, + {"mateřská škola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"na rohu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"č.p.", 1, {DICTIONARY_HOUSE_NUMBER}, 576}, + {"&", 1, {DICTIONARY_STOPWORD}, 620}, + {"chrám", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lékárna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"muzeum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"postovni prihradka", 1, {DICTIONARY_POST_OFFICE}, 618}, + {"j", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"kostel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pivnice", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"materska skola", 1, {DICTIONARY_PLACE_NAME}, 606}, + {"pricna", 1, {DICTIONARY_STREET_TYPE}, 623}, + {"v blizkosti", 1, {DICTIONARY_NEAR}, 585}, + {"patro", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"vêž", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"městský úřad", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"potraviny", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"v okolí", 1, {DICTIONARY_NEAR}, -1}, + {"blizko", 1, {DICTIONARY_NEAR}, 581}, + {"penzion", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"galerie", 1, {DICTIONARY_PLACE_NAME}, 595}, + {"západ", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"v okoli", 1, {DICTIONARY_NEAR}, 587}, + {"cukrarna", 1, {DICTIONARY_PLACE_NAME}, 593}, + {"hřbitovní", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nabr", 1, {DICTIONARY_STREET_TYPE}, 621}, + {"kino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"chram", 1, {DICTIONARY_PLACE_NAME}, 592}, + {"třída", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 629}, + {"divadlo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"v blizkem okoli", 1, {DICTIONARY_NEAR}, 584}, + {"poštovní přihrádka", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"zahrada", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kaple", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zapad", 1, {DICTIONARY_DIRECTIONAL}, 575}, + {"mestsky urad", 1, {DICTIONARY_PLACE_NAME}, 607}, + {"nabrezi", 1, {DICTIONARY_STREET_TYPE}, 621}, + {"tady", 1, {DICTIONARY_NEAR}, -1}, + {"v", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET, DICTIONARY_NEAR}, -1}, + {"banka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hospoda", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"apartman", 1, {DICTIONARY_UNIT_NUMBERED}, 629}, + {"náměstí", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tady poblíž", 1, {DICTIONARY_NEAR}, -1}, + {"c p", 1, {DICTIONARY_HOUSE_NUMBER}, 576}, + {"kulturní dům", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dům", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"levá", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"obecni urad", 1, {DICTIONARY_PLACE_NAME}, 609}, + {"c.p.", 1, {DICTIONARY_HOUSE_NUMBER}, 576}, + {"trh", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ul", 1, {DICTIONARY_STREET_TYPE}, 625}, + {"nadzemní podlaží", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"úřad", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"koupaliště", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"č", 1, {DICTIONARY_NUMBER}, 588}, + {"vchod", 1, {DICTIONARY_ENTRANCE}, -1}, + {"knihovna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"most", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"přízemí", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"i", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"np", 1, {DICTIONARY_LEVEL_NUMBERED}, 579}, + {"poliklinika", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tr", 1, {DICTIONARY_STREET_TYPE}, 624}, + {"cukrárna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nám", 1, {DICTIONARY_STREET_TYPE}, 622}, + {"koupaliste", 1, {DICTIONARY_PLACE_NAME}, 603}, + {"svaty", 1, {DICTIONARY_PERSONAL_TITLE}, 590}, + {"příčná", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"c", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pp", 1, {DICTIONARY_LEVEL_BASEMENT}, 577}, + {"vez", 1, {DICTIONARY_PLACE_NAME}, 614}, + {"pokoj", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 573}, + {"č. p", 1, {DICTIONARY_HOUSE_NUMBER}, 576}, + {"hlavní nádražní", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"katedralá", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"komercni banka", 1, {DICTIONARY_PLACE_NAME}, 602}, + {"obecní úřad", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zakladni skola", 1, {DICTIONARY_PLACE_NAME}, 616}, + {"sgwâr", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"clos", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tyddyn", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"strydoedd", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lôn", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ysgol", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fflat", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"porth", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ffordd", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"brenin", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"stryt", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sgwar", 1, {DICTIONARY_STREET_TYPE}, 640}, + {"castell", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"maes", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"stryd", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"banc", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dde", 1, {DICTIONARY_DIRECTIONAL}, 635}, + {"ynys", 1, {DICTIONARY_QUALIFIER}, -1}, + {"sinema", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ddwyrain", 1, {DICTIONARY_DIRECTIONAL}, 634}, + {"eglwys", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ty", 1, {DICTIONARY_BUILDING_TYPE}, 632}, + {"fferm", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"maes awyr", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dwyrain", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"cwrt", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tŷ", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"swyddfa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"treath", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"heol", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bythynnod", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"y", 1, {DICTIONARY_STOPWORD}, -1}, + {"llwyn", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dan", 1, {DICTIONARY_STOPWORD}, -1}, + {"sŵ", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cilgant", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fflatiau", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gwesty", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"orllewin", 1, {DICTIONARY_DIRECTIONAL}, 636}, + {"rhodfa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cae'r", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pont", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"yr", 1, {DICTIONARY_STOPWORD}, -1}, + {"coedlan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gorllewin", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"coleg", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ogledd", 1, {DICTIONARY_DIRECTIONAL}, 633}, + {"rhes", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rhodfar", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 638}, + {"efail", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"de", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"felin", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gogledd", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ffynnon", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"llys", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plas", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bont", 1, {DICTIONARY_PLACE_NAME}, 637}, + {"gerddi", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rhodfa'r", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"capel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cae", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"stad", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lon", 1, {DICTIONARY_STREET_TYPE}, 639}, + {"sarn", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pentre", 1, {DICTIONARY_QUALIFIER}, -1}, + {"adv", 1, {DICTIONARY_ACADEMIC_DEGREE}, 641}, + {"hjørne af", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"dammen", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"taet pa mig", 1, {DICTIONARY_NEAR}, 677}, + {"hojen", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 644}, + {"sal", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"park", 3, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"kær", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"v", 1, {DICTIONARY_DIRECTIONAL}, 665}, + {"i naerheden af mig", 1, {DICTIONARY_NEAR}, 669}, + {"o", 1, {DICTIONARY_DIRECTIONAL}, 659}, + {"akad", 1, {DICTIONARY_PLACE_NAME}, 681}, + {"boulevarden", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sankt", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"buen", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"alle", 1, {DICTIONARY_STREET_TYPE}, 687}, + {"siden", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"omkring her", 1, {DICTIONARY_NEAR}, -1}, + {"nv", 1, {DICTIONARY_DIRECTIONAL}, 658}, + {"№", 1, {DICTIONARY_NUMBER}, 679}, + {"etage", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"gammel", 1, {DICTIONARY_SYNONYM}, -1}, + {"bro", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"anlaeg", 1, {DICTIONARY_STREET_TYPE}, 688}, + {"o", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"i nærheden af", 1, {DICTIONARY_NEAR}, -1}, + {"vest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"tæt på her", 1, {DICTIONARY_NEAR}, -1}, + {"v", 1, {DICTIONARY_STREET_TYPE}, 649}, + {"st", 1, {DICTIONARY_LEVEL_STANDALONE}, 668}, + {"get", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 662}, + {"mf", 1, {DICTIONARY_UNIT_DIRECTION}, 691}, + {"ost", 1, {DICTIONARY_DIRECTIONAL}, 659}, + {"stueetage", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"mellem", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"postboks", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"kraenten", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 646}, + {"på", 1, {DICTIONARY_NEAR}, -1}, + {"bakken", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"ø", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"nordvest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ndr", 1, {DICTIONARY_DIRECTIONAL}, 655}, + {"i nærheden af ​​mig", 1, {DICTIONARY_NEAR}, -1}, + {"nordøst", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"indgang", 1, {DICTIONARY_ENTRANCE}, -1}, + {"havn", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"gade", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"tæt ved", 1, {DICTIONARY_NEAR}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 686}, + {"centrum", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"allé", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gård", 1, {DICTIONARY_PLACE_NAME}, 683}, + {"dep", 1, {DICTIONARY_PLACE_NAME}, 682}, + {"et", 1, {DICTIONARY_LEVEL_NUMBERED}, 667}, + {"st", 1, {DICTIONARY_PERSONAL_TITLE}, 680}, + {"passagen", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"taet ved", 1, {DICTIONARY_NEAR}, 678}, + {"nummer", 1, {DICTIONARY_NUMBER}, -1}, + {"til venstre", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"østre", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"taet pa her", 1, {DICTIONARY_NEAR}, 676}, + {"til højre", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"centralpark", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pa hjornet af", 1, {DICTIONARY_CROSS_STREET}, 651}, + {"parken", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"c", 1, {DICTIONARY_DIRECTIONAL}, 654}, + {"naer her", 1, {DICTIONARY_NEAR}, 673}, + {"nø", 1, {DICTIONARY_DIRECTIONAL}, 657}, + {"hus", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"kld", 1, {DICTIONARY_LEVEL_BASEMENT}, 666}, + {"th", 1, {DICTIONARY_UNIT_DIRECTION}, 692}, + {"anlæg", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"store", 1, {DICTIONARY_SYNONYM}, -1}, + {"i naerheden af", 1, {DICTIONARY_NEAR}, 671}, + {"gård", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, -1}, + {"og", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"boulevard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lejl", 1, {DICTIONARY_UNIT_NUMBERED}, 694}, + {"varden", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"v.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 649}, + {"laengen", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 647}, + {"nord", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"mell", 1, {DICTIONARY_CROSS_STREET}, 653}, + {"stræde", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"stiege", 1, {DICTIONARY_STAIRCASE}, -1}, + {"kaer", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 645}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"taet paa mig", 1, {DICTIONARY_NEAR}, 677}, + {"naer", 1, {DICTIONARY_NEAR}, 672}, + {"toften", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"t.h", 1, {DICTIONARY_UNIT_DIRECTION}, 692}, + {"hjorne af", 1, {DICTIONARY_CROSS_STREET}, 652}, + {"kælderen", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"grænsen", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"midtfor", 1, {DICTIONARY_UNIT_DIRECTION}, 691}, + {"etg", 1, {DICTIONARY_LEVEL_NUMBERED}, 667}, + {"stg", 1, {DICTIONARY_STAIRCASE}, 685}, + {"ø", 1, {DICTIONARY_DIRECTIONAL}, 659}, + {"vangen", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"vænge", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"ostre", 1, {DICTIONARY_DIRECTIONAL}, 660}, + {"højen", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"advokat", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"broen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"have", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pb", 1, {DICTIONARY_POST_OFFICE}, 684}, + {"nær mig", 1, {DICTIONARY_NEAR}, -1}, + {"sv", 1, {DICTIONARY_DIRECTIONAL}, 664}, + {"sø", 1, {DICTIONARY_DIRECTIONAL}, 663}, + {"taet paa her", 1, {DICTIONARY_NEAR}, 676}, + {"skt", 1, {DICTIONARY_PERSONAL_TITLE}, 680}, + {"st", 1, {DICTIONARY_SYNONYM}, 689}, + {"torv", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"sydvest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"straede", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 648}, + {"i nærheden", 1, {DICTIONARY_NEAR}, -1}, + {"no", 1, {DICTIONARY_NUMBER}, 679}, + {"sdr", 1, {DICTIONARY_DIRECTIONAL}, 661}, + {"nær", 1, {DICTIONARY_NEAR}, -1}, + {"paa hjornet af", 1, {DICTIONARY_CROSS_STREET}, 651}, + {"m.f", 1, {DICTIONARY_UNIT_DIRECTION}, 691}, + {"sydøst", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 656}, + {"tæt på mig", 1, {DICTIONARY_NEAR}, -1}, + {"hoj", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 643}, + {"sondre", 1, {DICTIONARY_DIRECTIONAL}, 661}, + {"gaard", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"huse", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"kaelderen", 1, {DICTIONARY_LEVEL_BASEMENT}, 666}, + {"plads", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"post boks", 1, {DICTIONARY_POST_OFFICE}, 684}, + {"midt for", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"nr", 1, {DICTIONARY_NUMBER}, 679}, + {"bygning", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"i naerheden", 1, {DICTIONARY_NEAR}, 670}, + {"t.v", 1, {DICTIONARY_UNIT_DIRECTION}, 693}, + {"banen", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"om", 1, {DICTIONARY_NEAR}, -1}, + {"lejlighed", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"øst", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"huset", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rundt her", 1, {DICTIONARY_NEAR}, -1}, + {"længen", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"gaard", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 642}, + {"marken", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"#", 1, {DICTIONARY_NUMBER}, 679}, + {"v", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"stuen", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"vej", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"haven", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"krænten", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"nordre", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"trappe", 1, {DICTIONARY_STAIRCASE}, -1}, + {"vestre", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"høj", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"dossering", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"søndre", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nær her", 1, {DICTIONARY_NEAR}, -1}, + {"naer mig", 1, {DICTIONARY_NEAR}, 674}, + {"tv", 1, {DICTIONARY_UNIT_DIRECTION}, 693}, + {"gl", 1, {DICTIONARY_SYNONYM}, 690}, + {"p.b", 1, {DICTIONARY_POST_OFFICE}, 684}, + {"vaenge", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 650}, + {"stien", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"i", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_NEAR}, -1}, + {"syd", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"gangen", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"holmen", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"på hjørnet af", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"c", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"akademi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"boks", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"paa", 1, {DICTIONARY_NEAR}, 675}, + {"departement", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"svinget", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"kl", 1, {DICTIONARY_LEVEL_BASEMENT}, 666}, + {"deutscher alpenverein", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gefaengnis", 1, {DICTIONARY_PLACE_NAME}, 807}, + {"kap", 1, {DICTIONARY_PLACE_NAME}, 818}, + {"osterreichischer gebirgsverein", 1, {DICTIONARY_TOPONYM}, 914}, + {"hinterer", 1, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE}, -1}, + {"v", 1, {DICTIONARY_STOPWORD}, 855}, + {"ostlich", 1, {DICTIONARY_DIRECTIONAL}, 736}, + {"burgermeister", 1, {DICTIONARY_PERSONAL_TITLE}, 773}, + {"park", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hoehere technische lehranstalt", 1, {DICTIONARY_PLACE_NAME}, 813}, + {"haltestelle", 1, {DICTIONARY_SYNONYM}, -1}, + {"sudostlich", 1, {DICTIONARY_DIRECTIONAL}, 748}, + {"kreuz", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, -1}, + {"bezirk", 1, {DICTIONARY_QUALIFIER}, -1}, + {"heilige", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"q.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 719}, + {"sdlg", 1, {DICTIONARY_STREET_TYPE}, 721}, + {"nahe an", 1, {DICTIONARY_NEAR}, -1}, + {"nordöstlich", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"diplom kaufmann", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"um", 1, {DICTIONARY_NEAR}, -1}, + {"wiener", 1, {DICTIONARY_TOPONYM}, -1}, + {"bürgermeister", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"etage", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"magister", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"fussball club", 1, {DICTIONARY_COMPANY_TYPE}, 704}, + {"hbf", 1, {DICTIONARY_PLACE_NAME}, 811}, + {"suedwestliche", 1, {DICTIONARY_DIRECTIONAL}, 755}, + {"südlicher", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"abteilung", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dav", 1, {DICTIONARY_PLACE_NAME}, 799}, + {"platz", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"fh", 1, {DICTIONARY_PLACE_NAME}, 801}, + {"ruinen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"wr", 1, {DICTIONARY_TOPONYM}, 916}, + {"&", 1, {DICTIONARY_STOPWORD}, 853}, + {"bunker", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"de", 1, {DICTIONARY_STOPWORD}, -1}, + {"hotel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jugendzentrum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"busbahnhof", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"botschaft", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ehemalige", 1, {DICTIONARY_SYNONYM}, -1}, + {"oberoesterreich", 1, {DICTIONARY_TOPONYM}, 903}, + {"bipa", 1, {DICTIONARY_CHAIN}, -1}, + {"nw", 1, {DICTIONARY_DIRECTIONAL}, 734}, + {"buergermeister", 1, {DICTIONARY_PERSONAL_TITLE}, 773}, + {"nach", 1, {DICTIONARY_STOPWORD}, -1}, + {"osterreichischer", 1, {DICTIONARY_TOPONYM}, 911}, + {"denkmal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dt", 1, {DICTIONARY_TOPONYM}, 896}, + {"deutscher", 1, {DICTIONARY_TOPONYM}, -1}, + {"a a", 1, {DICTIONARY_PLACE_NAME}, 790}, + {"pater", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bayer", 1, {DICTIONARY_TOPONYM}, 892}, + {"int", 1, {DICTIONARY_SYNONYM}, 880}, + {"sw", 1, {DICTIONARY_DIRECTIONAL}, 752}, + {"grosses", 1, {DICTIONARY_STREET_TYPE}, 869}, + {"gesellschaft", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"faehranlegestelle", 1, {DICTIONARY_PLACE_NAME}, 802}, + {"magistratsabteilung", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hutte", 1, {DICTIONARY_PLACE_NAME}, 815}, + {"niederoesterreichischer", 1, {DICTIONARY_TOPONYM}, 901}, + {"trafik", 1, {DICTIONARY_CHAIN}, -1}, + {"reno", 1, {DICTIONARY_CHAIN}, -1}, + {"horsale", 1, {DICTIONARY_PLACE_NAME}, 814}, + {"zi", 1, {DICTIONARY_UNIT_NUMBERED}, 921}, + {"z", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"geschaeft", 1, {DICTIONARY_PLACE_NAME}, 808}, + {"unteren", 1, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE}, -1}, + {"in der naehe zu mir", 1, {DICTIONARY_NEAR}, 769}, + {"aa", 1, {DICTIONARY_PLACE_NAME}, 790}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 772}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 727}, + {"casino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nahe", 2, {DICTIONARY_NEAR, DICTIONARY_NEAR}, 770}, + {"arzt", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"stg", 2, {DICTIONARY_STAIRCASE, DICTIONARY_STREET_TYPE}, 722}, + {"niederosterreichischer", 1, {DICTIONARY_TOPONYM}, 901}, + {"in der nähe", 1, {DICTIONARY_NEAR}, -1}, + {"h", 1, {DICTIONARY_STREET_TYPE}, 870}, + {"bayer", 1, {DICTIONARY_TOPONYM}, 891}, + {"w", 1, {DICTIONARY_UNIT_NUMBERED}, 920}, + {"brücke", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"tu", 1, {DICTIONARY_PLACE_NAME}, 834}, + {"suedlich", 1, {DICTIONARY_DIRECTIONAL}, 742}, + {"#", 1, {DICTIONARY_NUMBER}, 771}, + {"warenhauser", 1, {DICTIONARY_PLACE_NAME}, 838}, + {"national park", 1, {DICTIONARY_PLACE_NAME}, 823}, + {"treppe", 1, {DICTIONARY_STAIRCASE}, -1}, + {"oestliches", 1, {DICTIONARY_DIRECTIONAL}, 739}, + {"w", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"steg", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kpl", 1, {DICTIONARY_PLACE_NAME}, 818}, + {"bg.", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 709}, + {"südosten", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ch", 1, {DICTIONARY_STREET_TYPE}, 862}, + {"hütte", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"straße", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"kl", 1, {DICTIONARY_SYNONYM}, 883}, + {"in meiner naehe", 1, {DICTIONARY_NEAR}, 768}, + {"öav", 1, {DICTIONARY_TOPONYM}, 913}, + {"stock", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"in der naehe hier", 1, {DICTIONARY_NEAR}, 766}, + {"a", 1, {DICTIONARY_STREET_TYPE}, 858}, + {"nordwestliche", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"hem", 1, {DICTIONARY_CHAIN}, -1}, + {"klaeranlage", 1, {DICTIONARY_PLACE_NAME}, 819}, + {"technische universitat", 1, {DICTIONARY_PLACE_NAME}, 834}, + {"gemeinschaftszentrum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kirche", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"eingang", 1, {DICTIONARY_ENTRANCE}, -1}, + {"hrn", 1, {DICTIONARY_PERSONAL_TITLE}, 779}, + {"kamps", 1, {DICTIONARY_CHAIN}, -1}, + {"spitze", 1, {DICTIONARY_SYNONYM}, -1}, + {"kampfsport", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bez", 1, {DICTIONARY_QUALIFIER}, 842}, + {"bh", 1, {DICTIONARY_PLACE_NAME}, 795}, + {"altersheim", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kindergarten", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"a.t.u", 1, {DICTIONARY_CHAIN}, 700}, + {"al", 1, {DICTIONARY_STREET_TYPE}, 858}, + {"quelle", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"grundschule", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nd", 1, {DICTIONARY_SYNONYM}, 884}, + {"nordostlich", 1, {DICTIONARY_DIRECTIONAL}, 733}, + {"sued", 1, {DICTIONARY_DIRECTIONAL}, 740}, + {"truppenubuengsplatz", 1, {DICTIONARY_PLACE_NAME}, 835}, + {"niederösterreichisch", 1, {DICTIONARY_TOPONYM}, -1}, + {"fahrschule", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nordosten", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"osterreichischer touristenklub", 1, {DICTIONARY_TOPONYM}, 915}, + {"kg.", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 712}, + {"österr", 1, {DICTIONARY_TOPONYM}, 908}, + {"noerdlich", 1, {DICTIONARY_DIRECTIONAL}, 728}, + {"ober", 1, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE}, -1}, + {"kapelle", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"oberösterreich", 1, {DICTIONARY_TOPONYM}, -1}, + {"truppenubungsplatz", 1, {DICTIONARY_PLACE_NAME}, 835}, + {"fur", 1, {DICTIONARY_STOPWORD}, -1}, + {"auf", 1, {DICTIONARY_STOPWORD}, -1}, + {"auf der", 1, {DICTIONARY_STOPWORD}, -1}, + {"kino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hier in der nahe", 1, {DICTIONARY_NEAR}, 764}, + {"imbiss", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jh", 1, {DICTIONARY_PLACE_NAME}, 817}, + {"dkm", 1, {DICTIONARY_PLACE_NAME}, 797}, + {"in", 3, {DICTIONARY_CROSS_STREET, DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 785}, + {"halle", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bayer", 1, {DICTIONARY_TOPONYM}, 890}, + {"suedwestlich", 1, {DICTIONARY_DIRECTIONAL}, 754}, + {"skt", 1, {DICTIONARY_PERSONAL_TITLE}, 786}, + {"zimmer", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"hörsäle", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gefängnis", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nördl", 1, {DICTIONARY_DIRECTIONAL}, 728}, + {"nordwest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ufer", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ff", 1, {DICTIONARY_PLACE_NAME}, 803}, + {"b", 1, {DICTIONARY_STOPWORD}, 847}, + {"v", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"d", 1, {DICTIONARY_STREET_TYPE}, 863}, + {"pflegeheim", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"südlich", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bauernhof", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"west", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"niederosterreichisches", 1, {DICTIONARY_TOPONYM}, 902}, + {"kl", 1, {DICTIONARY_SYNONYM}, 881}, + {"nsg", 1, {DICTIONARY_PLACE_NAME}, 824}, + {"see", 1, {DICTIONARY_SYNONYM}, -1}, + {"universitaet", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_PLACE_NAME}, 713}, + {"warenhäuser", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kleines", 1, {DICTIONARY_SYNONYM}, -1}, + {"burgenland", 1, {DICTIONARY_TOPONYM}, 893}, + {"supermkt", 1, {DICTIONARY_PLACE_NAME}, 833}, + {"a s z", 1, {DICTIONARY_PLACE_NAME}, 788}, + {"i", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"burgermeister", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, -1}, + {"kleine", 2, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE, DICTIONARY_SYNONYM}, -1}, + {"burgenländ", 1, {DICTIONARY_TOPONYM}, -1}, + {"ostliche", 1, {DICTIONARY_DIRECTIONAL}, 737}, + {"app", 1, {DICTIONARY_UNIT_NUMBERED}, 919}, + {"noerdliches", 1, {DICTIONARY_DIRECTIONAL}, 731}, + {"an der", 1, {DICTIONARY_STOPWORD}, -1}, + {"schule", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hier in der nähe", 1, {DICTIONARY_NEAR}, -1}, + {"nummer", 1, {DICTIONARY_NUMBER}, -1}, + {"ing", 1, {DICTIONARY_PERSONAL_TITLE}, 780}, + {"links", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"gaststaette", 1, {DICTIONARY_PLACE_NAME}, 805}, + {"südwestliche", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"mitglied des landtages", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"polizei", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"östliche", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"niederoesterreichische", 1, {DICTIONARY_TOPONYM}, 900}, + {"oberosterreich", 1, {DICTIONARY_TOPONYM}, 903}, + {"i.d.", 1, {DICTIONARY_STOPWORD}, 850}, + {"sudwesten", 1, {DICTIONARY_DIRECTIONAL}, 753}, + {"bruecke", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 714}, + {"appartement", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"nördlich", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"heiliger", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"klaranlage", 1, {DICTIONARY_PLACE_NAME}, 819}, + {"uni", 1, {DICTIONARY_PLACE_NAME}, 713}, + {"str.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 723}, + {"mdb", 1, {DICTIONARY_PERSONAL_TITLE}, 782}, + {"wohnung", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"unterste etage", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"i.d", 1, {DICTIONARY_STOPWORD}, 850}, + {"hohere technische lehranstalt", 1, {DICTIONARY_PLACE_NAME}, 813}, + {"oesterreichischer alpenverein", 1, {DICTIONARY_TOPONYM}, 913}, + {"dr phil", 1, {DICTIONARY_ACADEMIC_DEGREE}, 698}, + {"sueden", 1, {DICTIONARY_DIRECTIONAL}, 741}, + {"doktor der philosophie", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"eingetragener verein", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"oö", 1, {DICTIONARY_TOPONYM}, 903}, + {"neue mittelschule", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"in der nahe", 1, {DICTIONARY_NEAR}, 765}, + {"suedoestliche", 1, {DICTIONARY_DIRECTIONAL}, 749}, + {"suedoestlicher", 1, {DICTIONARY_DIRECTIONAL}, 750}, + {"bf", 1, {DICTIONARY_STREET_TYPE}, 859}, + {"schutzhuette", 1, {DICTIONARY_PLACE_NAME}, 830}, + {"nordliche", 1, {DICTIONARY_DIRECTIONAL}, 729}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 740}, + {"super mkt", 1, {DICTIONARY_PLACE_NAME}, 833}, + {"westliche", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bank", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grosse", 1, {DICTIONARY_STREET_TYPE}, 868}, + {"ostliches", 1, {DICTIONARY_DIRECTIONAL}, 739}, + {"vor", 1, {DICTIONARY_STOPWORD}, -1}, + {"firma", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"suedosten", 1, {DICTIONARY_DIRECTIONAL}, 747}, + {"stg.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 722}, + {"technische universitaet", 1, {DICTIONARY_PLACE_NAME}, 834}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"die", 1, {DICTIONARY_STOPWORD}, -1}, + {"östlich", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"spital", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hauptbahnhof", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 718}, + {"douglas", 1, {DICTIONARY_CHAIN}, -1}, + {"dipl ing", 1, {DICTIONARY_ACADEMIC_DEGREE}, 695}, + {"doktor der medizin", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"bei", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"stb", 1, {DICTIONARY_PLACE_NAME}, 832}, + {"pl.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 718}, + {"st", 1, {DICTIONARY_PERSONAL_TITLE}, 786}, + {"sudliche", 1, {DICTIONARY_DIRECTIONAL}, 743}, + {"fc", 1, {DICTIONARY_COMPANY_TYPE}, 704}, + {"untere", 2, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"oberosterreichisches", 1, {DICTIONARY_TOPONYM}, 907}, + {"kinderkrippe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hint", 1, {DICTIONARY_SYNONYM}, 879}, + {"nordliches", 1, {DICTIONARY_DIRECTIONAL}, 731}, + {"jungenherberge", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aktiengesellschaft", 1, {DICTIONARY_COMPANY_TYPE}, 701}, + {"a d", 1, {DICTIONARY_STOPWORD}, 845}, + {"deutsches", 1, {DICTIONARY_TOPONYM}, -1}, + {"süd", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"gesundheitszentrum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"padagogische hochschule", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"autobahn", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"strasse", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 723}, + {"bahnhof", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ögb", 1, {DICTIONARY_TOPONYM}, 914}, + {"altstoffsammelzentrum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"geselligkeitsverein", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ws.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 725}, + {"offene handelsgesellschaft", 1, {DICTIONARY_COMPANY_TYPE}, 708}, + {"hst", 1, {DICTIONARY_SYNONYM}, 878}, + {"oestlich", 1, {DICTIONARY_DIRECTIONAL}, 736}, + {"am", 1, {DICTIONARY_STOPWORD}, -1}, + {"niederosterreichisch", 1, {DICTIONARY_TOPONYM}, 899}, + {"burgenlaendische", 1, {DICTIONARY_TOPONYM}, 894}, + {"markt pl", 1, {DICTIONARY_PLACE_NAME}, 822}, + {"kz.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 716}, + {"nationalpark", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"d b", 1, {DICTIONARY_PLACE_NAME}, 798}, + {"nord", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"fußball club", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"vordere", 2, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE, DICTIONARY_SYNONYM}, -1}, + {"bayerisch", 1, {DICTIONARY_TOPONYM}, -1}, + {"konskr.nr", 1, {DICTIONARY_HOUSE_NUMBER}, 760}, + {"postfach", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"fa", 1, {DICTIONARY_COMPANY_TYPE}, 703}, + {"huette", 1, {DICTIONARY_PLACE_NAME}, 815}, + {"hoersaele", 1, {DICTIONARY_PLACE_NAME}, 814}, + {"berg", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, -1}, + {"café", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"von", 1, {DICTIONARY_STOPWORD}, -1}, + {"jagdhutte", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mag", 1, {DICTIONARY_ACADEMIC_DEGREE}, 699}, + {"ob", 1, {DICTIONARY_STREET_TYPE}, 873}, + {"qu", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 719}, + {"gesellschaft mit beschrankter haftung", 1, {DICTIONARY_COMPANY_TYPE}, 705}, + {"gebr", 1, {DICTIONARY_SYNONYM}, 877}, + {"deutsch", 1, {DICTIONARY_SYNONYM}, -1}, + {"hak", 1, {DICTIONARY_PLACE_NAME}, 809}, + {"wh", 1, {DICTIONARY_PLACE_NAME}, 840}, + {"gde", 1, {DICTIONARY_QUALIFIER}, 843}, + {"österreich", 1, {DICTIONARY_TOPONYM}, -1}, + {"sudl", 1, {DICTIONARY_DIRECTIONAL}, 742}, + {"bg.", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 710}, + {"oberes", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bayerische", 1, {DICTIONARY_TOPONYM}, -1}, + {"bd", 1, {DICTIONARY_STREET_TYPE}, 860}, + {"e v", 1, {DICTIONARY_COMPANY_TYPE}, 702}, + {"v d", 1, {DICTIONARY_STOPWORD}, 856}, + {"der", 1, {DICTIONARY_STOPWORD}, -1}, + {"herrn", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ohg", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"westen", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"schloss", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sportpl", 1, {DICTIONARY_PLACE_NAME}, 831}, + {"gebruder", 1, {DICTIONARY_SYNONYM}, -1}, + {"wsf", 1, {DICTIONARY_PLACE_NAME}, 839}, + {"osten", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"oberösterreichisches", 1, {DICTIONARY_TOPONYM}, -1}, + {"kl", 1, {DICTIONARY_PLACE_NAME}, 820}, + {"super markt", 1, {DICTIONARY_PLACE_NAME}, 833}, + {"oder", 1, {DICTIONARY_STOPWORD}, -1}, + {"a.d", 1, {DICTIONARY_STOPWORD}, 846}, + {"südwestlich", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"br", 1, {DICTIONARY_STREET_TYPE}, 714}, + {"bayerisches", 1, {DICTIONARY_TOPONYM}, -1}, + {"rechts", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"oesterreichische", 1, {DICTIONARY_TOPONYM}, 910}, + {"oesterreichischer", 1, {DICTIONARY_TOPONYM}, 911}, + {"markt", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_PLACE_NAME}, -1}, + {"buero", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 794}, + {"ehem", 1, {DICTIONARY_SYNONYM}, 876}, + {"marktplatz", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"direktor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"fabrik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mitglied des bundestages", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"o g", 1, {DICTIONARY_LEVEL_NUMBERED}, 762}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"new yorker", 1, {DICTIONARY_CHAIN}, -1}, + {"niederoesterreichisches", 1, {DICTIONARY_TOPONYM}, 902}, + {"top", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"ogb", 1, {DICTIONARY_TOPONYM}, 914}, + {"ws", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 725}, + {"o", 1, {DICTIONARY_STOPWORD}, 851}, + {"südl", 1, {DICTIONARY_DIRECTIONAL}, 742}, + {"oeffentlicher mkt", 1, {DICTIONARY_PLACE_NAME}, 826}, + {"u g", 1, {DICTIONARY_LEVEL_BASEMENT}, 761}, + {"österreichisch", 1, {DICTIONARY_TOPONYM}, -1}, + {"niederoesterreichisch", 1, {DICTIONARY_TOPONYM}, 899}, + {"universität", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_PLACE_NAME}, -1}, + {"dr med", 1, {DICTIONARY_ACADEMIC_DEGREE}, 697}, + {"kl", 1, {DICTIONARY_SYNONYM}, 882}, + {"universitätsbibliothek", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"oberösterreichisch", 1, {DICTIONARY_TOPONYM}, -1}, + {"hier in der naehe", 1, {DICTIONARY_NEAR}, 764}, + {"a.d.", 1, {DICTIONARY_STOPWORD}, 846}, + {"otk", 1, {DICTIONARY_TOPONYM}, 915}, + {"naehe", 2, {DICTIONARY_NEAR, DICTIONARY_NEAR}, 770}, + {"konskr nr", 1, {DICTIONARY_HOUSE_NUMBER}, 760}, + {"südwesten", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ob", 1, {DICTIONARY_STREET_TYPE}, 872}, + {"feuerwehr", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"№", 1, {DICTIONARY_NUMBER}, 771}, + {"hohle", 1, {DICTIONARY_PLACE_NAME}, 812}, + {"osterreichische", 1, {DICTIONARY_TOPONYM}, 910}, + {"sudwestlich", 1, {DICTIONARY_DIRECTIONAL}, 754}, + {"deutsche", 1, {DICTIONARY_TOPONYM}, -1}, + {"oberoesterreichischer", 1, {DICTIONARY_TOPONYM}, 906}, + {"osterreichischer alpenverein", 1, {DICTIONARY_TOPONYM}, 913}, + {"internationale", 1, {DICTIONARY_SYNONYM}, -1}, + {"uni.", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 713}, + {"wssf", 1, {DICTIONARY_PLACE_NAME}, 839}, + {"südliche", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"res", 1, {DICTIONARY_PLACE_NAME}, 828}, + {"zwischen", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"suedlicher", 1, {DICTIONARY_DIRECTIONAL}, 744}, + {"bgld", 1, {DICTIONARY_TOPONYM}, 893}, + {"cafe", 1, {DICTIONARY_PLACE_NAME}, 796}, + {"j h", 1, {DICTIONARY_PLACE_NAME}, 817}, + {"dir", 1, {DICTIONARY_PERSONAL_TITLE}, 774}, + {"markt platz", 1, {DICTIONARY_PLACE_NAME}, 822}, + {"w", 1, {DICTIONARY_STREET_TYPE}, 724}, + {"das", 1, {DICTIONARY_STOPWORD}, -1}, + {"z", 1, {DICTIONARY_STOPWORD}, 857}, + {"oberen", 1, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE}, -1}, + {"r", 1, {DICTIONARY_UNIT_DIRECTION}, 918}, + {"nr", 1, {DICTIONARY_NUMBER}, 771}, + {"obergeschoss", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"so", 1, {DICTIONARY_DIRECTIONAL}, 746}, + {"hptst", 1, {DICTIONARY_QUALIFIER}, 844}, + {"b r g", 1, {DICTIONARY_PLACE_NAME}, 793}, + {"höhle", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"in meiner nahe", 1, {DICTIONARY_NEAR}, 768}, + {"niederoesterreich", 1, {DICTIONARY_TOPONYM}, 898}, + {"oesterreichisch", 1, {DICTIONARY_TOPONYM}, 909}, + {"universitat", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_PLACE_NAME}, 713}, + {"nah", 1, {DICTIONARY_NEAR}, -1}, + {"oberste etage", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"ag", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"in der nähe hier", 1, {DICTIONARY_NEAR}, -1}, + {"kaffee", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gaststätte", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"obere", 2, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"i", 1, {DICTIONARY_STOPWORD}, 849}, + {"wald", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nordl", 1, {DICTIONARY_DIRECTIONAL}, 728}, + {"südwest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ges", 1, {DICTIONARY_COMPANY_TYPE}, 706}, + {"r", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sudliches", 1, {DICTIONARY_DIRECTIONAL}, 745}, + {"noerdliche", 1, {DICTIONARY_DIRECTIONAL}, 729}, + {"obgm", 1, {DICTIONARY_PERSONAL_TITLE}, 784}, + {"w.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 724}, + {"nördliche", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"rathaus", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sudwest", 1, {DICTIONARY_DIRECTIONAL}, 752}, + {"hauptstadt", 1, {DICTIONARY_QUALIFIER}, -1}, + {"eg", 1, {DICTIONARY_LEVEL_STANDALONE}, 763}, + {"l", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"niederösterreich", 1, {DICTIONARY_TOPONYM}, -1}, + {"wasserfall", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gasthaus", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"u", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"parkplatz", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"d a v", 1, {DICTIONARY_PLACE_NAME}, 799}, + {"buhl", 1, {DICTIONARY_STREET_TYPE}, 861}, + {"konskriptionsnummer", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"westlicher", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nachtklub", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"der altere", 1, {DICTIONARY_PERSONAL_SUFFIX}, -1}, + {"von der", 1, {DICTIONARY_STOPWORD}, -1}, + {"erdgeschoss", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"o", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"suden", 1, {DICTIONARY_DIRECTIONAL}, 741}, + {"heiligen", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"niedere", 1, {DICTIONARY_SYNONYM}, -1}, + {"deutsche bahn", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"oesterreichisches", 1, {DICTIONARY_TOPONYM}, 912}, + {"flughafen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"recyclingeinrichtung", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"v.d", 1, {DICTIONARY_STOPWORD}, 856}, + {"/ / w", 1, {DICTIONARY_UNIT_NUMBERED}, 920}, + {"südöstliches", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sudost", 1, {DICTIONARY_DIRECTIONAL}, 746}, + {"in der naehe von", 1, {DICTIONARY_NEAR}, 767}, + {"dt", 1, {DICTIONARY_SYNONYM}, 875}, + {"t u", 1, {DICTIONARY_PLACE_NAME}, 834}, + {"hafen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fh", 1, {DICTIONARY_STREET_TYPE}, 864}, + {"l", 1, {DICTIONARY_UNIT_DIRECTION}, 917}, + {"ob", 1, {DICTIONARY_PERSONAL_TITLE}, 784}, + {"atu", 1, {DICTIONARY_CHAIN}, 700}, + {"offentlicher markt", 1, {DICTIONARY_PLACE_NAME}, 826}, + {"wiese", 3, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"oberosterreichisch", 1, {DICTIONARY_TOPONYM}, 904}, + {"gasse", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"kommanditgesellschaft", 1, {DICTIONARY_COMPANY_TYPE}, 707}, + {"ob", 1, {DICTIONARY_STOPWORD}, -1}, + {"mkt pl", 1, {DICTIONARY_PLACE_NAME}, 822}, + {"höhere technische lehranstalt", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fb", 1, {DICTIONARY_PLACE_NAME}, 800}, + {"östliches", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ecke von", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"v", 1, {DICTIONARY_STOPWORD}, 854}, + {"westlich", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"niederösterreichischer", 1, {DICTIONARY_TOPONYM}, -1}, + {"österreichischer gebirgsverein", 1, {DICTIONARY_TOPONYM}, -1}, + {"süden", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"öffentlicher mkt", 1, {DICTIONARY_PLACE_NAME}, 826}, + {"db", 1, {DICTIONARY_PLACE_NAME}, 798}, + {"sudlich", 1, {DICTIONARY_DIRECTIONAL}, 742}, + {"nordost", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"mkt.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 717}, + {"h t l", 1, {DICTIONARY_PLACE_NAME}, 813}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 919}, + {"theater", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"apotheke", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nms", 1, {DICTIONARY_PLACE_NAME}, 825}, + {"nähe", 2, {DICTIONARY_NEAR, DICTIONARY_NEAR}, -1}, + {"ruine", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"südöstliche", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"a d", 1, {DICTIONARY_STOPWORD}, 846}, + {"doktor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"neben", 1, {DICTIONARY_STOPWORD}, -1}, + {"niederosterreichische", 1, {DICTIONARY_TOPONYM}, 900}, + {"stiege", 3, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STAIRCASE, DICTIONARY_STREET_TYPE}, -1}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"oberosterreichischer", 1, {DICTIONARY_TOPONYM}, 906}, + {"brg", 1, {DICTIONARY_PLACE_NAME}, 793}, + {"turnhalle", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tüpl", 1, {DICTIONARY_PLACE_NAME}, 835}, + {"südwestlicher", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pfad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"große", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"g", 1, {DICTIONARY_STREET_TYPE}, 868}, + {"hochschule", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"der jungere", 1, {DICTIONARY_PERSONAL_SUFFIX}, -1}, + {"bundesgymnasium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"burg", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, -1}, + {"sport platz", 1, {DICTIONARY_PLACE_NAME}, 831}, + {"ötk", 1, {DICTIONARY_TOPONYM}, 915}, + {"großser", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nördliches", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"no", 1, {DICTIONARY_DIRECTIONAL}, 732}, + {"a", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"österreichisches", 1, {DICTIONARY_TOPONYM}, -1}, + {"oav", 1, {DICTIONARY_TOPONYM}, 913}, + {"kapitanleutnant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"nordlicher", 1, {DICTIONARY_DIRECTIONAL}, 730}, + {"rhein", 1, {DICTIONARY_SYNONYM}, -1}, + {"b g", 1, {DICTIONARY_PLACE_NAME}, 792}, + {"dt", 1, {DICTIONARY_TOPONYM}, 897}, + {"bucherei", 1, {DICTIONARY_PLACE_NAME}, 791}, + {"und", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"v.d.", 1, {DICTIONARY_STOPWORD}, 856}, + {"postamt", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"niederosterreich", 1, {DICTIONARY_TOPONYM}, 898}, + {"mkt", 1, {DICTIONARY_PLACE_NAME}, 717}, + {"haus", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"ka leut", 1, {DICTIONARY_PERSONAL_TITLE}, 781}, + {"büro", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"österreichischer alpenverein", 1, {DICTIONARY_TOPONYM}, -1}, + {"burgenlaend", 1, {DICTIONARY_TOPONYM}, 893}, + {"oberer", 2, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"bg", 1, {DICTIONARY_PLACE_NAME}, 792}, + {"steinbruch", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rww", 1, {DICTIONARY_STREET_TYPE}, 720}, + {"des", 1, {DICTIONARY_STOPWORD}, -1}, + {"br.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 714}, + {"df.", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 711}, + {"bgm", 1, {DICTIONARY_PERSONAL_TITLE}, 773}, + {"stadion", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ghf", 1, {DICTIONARY_PLACE_NAME}, 806}, + {"forsthaus", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gefangnis", 1, {DICTIONARY_PLACE_NAME}, 807}, + {"og", 1, {DICTIONARY_LEVEL_NUMBERED}, 762}, + {"sudostlicher", 1, {DICTIONARY_DIRECTIONAL}, 750}, + {"geschaft", 1, {DICTIONARY_PLACE_NAME}, 808}, + {"auswartiges amt", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tierarzt", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"adac", 1, {DICTIONARY_PLACE_NAME}, 789}, + {"sudwestliches", 1, {DICTIONARY_DIRECTIONAL}, 757}, + {"bücherei", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kz", 1, {DICTIONARY_PLACE_NAME}, 820}, + {"ost", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"frau", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"oestlicher", 1, {DICTIONARY_DIRECTIONAL}, 738}, + {"universitaetsbibliothek", 1, {DICTIONARY_PLACE_NAME}, 836}, + {"e g", 1, {DICTIONARY_LEVEL_STANDALONE}, 763}, + {"herr", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"suedoestliches", 1, {DICTIONARY_DIRECTIONAL}, 751}, + {"vs", 1, {DICTIONARY_PLACE_NAME}, 837}, + {"im", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"verein", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"deutsche post", 1, {DICTIONARY_CHAIN}, -1}, + {"beim", 1, {DICTIONARY_STOPWORD}, -1}, + {"osterr", 1, {DICTIONARY_TOPONYM}, 908}, + {"in der nahe zu mir", 1, {DICTIONARY_NEAR}, 769}, + {"professor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ka", 1, {DICTIONARY_PLACE_NAME}, 819}, + {"a.d.", 1, {DICTIONARY_STOPWORD}, 845}, + {"k", 1, {DICTIONARY_STREET_TYPE}, 871}, + {"suedliches", 1, {DICTIONARY_DIRECTIONAL}, 745}, + {"wirtshaus", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"htt", 1, {DICTIONARY_PLACE_NAME}, 815}, + {"suedwesten", 1, {DICTIONARY_DIRECTIONAL}, 753}, + {"allee", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"mdl", 1, {DICTIONARY_PERSONAL_TITLE}, 783}, + {"gegenuber", 1, {DICTIONARY_STOPWORD}, -1}, + {"s", 1, {DICTIONARY_SYNONYM}, 886}, + {"kulturzentrum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"westl", 1, {DICTIONARY_DIRECTIONAL}, 759}, + {"wohnungsnummer", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"in der nähe von", 1, {DICTIONARY_NEAR}, -1}, + {"a t u", 1, {DICTIONARY_CHAIN}, 700}, + {"oesterreichischer touristenklub", 1, {DICTIONARY_TOPONYM}, 915}, + {"ostl", 1, {DICTIONARY_DIRECTIONAL}, 736}, + {"osterreichisch", 1, {DICTIONARY_TOPONYM}, 909}, + {"sport pl", 1, {DICTIONARY_PLACE_NAME}, 831}, + {"truppenubüngsplatz", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rundwanderweg", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"bach", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"i d", 1, {DICTIONARY_STOPWORD}, 850}, + {"a d a c", 1, {DICTIONARY_PLACE_NAME}, 789}, + {"abt", 1, {DICTIONARY_PLACE_NAME}, 787}, + {"bayerischer", 1, {DICTIONARY_TOPONYM}, -1}, + {"vorderes", 1, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE}, -1}, + {"whg", 1, {DICTIONARY_UNIT_NUMBERED}, 920}, + {"großes", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fraulein", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"volksschule", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"resevoir", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"östl", 1, {DICTIONARY_DIRECTIONAL}, 736}, + {"öst.", 1, {DICTIONARY_TOPONYM}, 908}, + {"gesellschaft mit beschraenkter haftung", 1, {DICTIONARY_COMPANY_TYPE}, 705}, + {"universitatsbibliothek", 1, {DICTIONARY_PLACE_NAME}, 836}, + {"pf", 1, {DICTIONARY_POST_OFFICE}, 841}, + {"nahe gelegen", 1, {DICTIONARY_NEAR}, -1}, + {"zur", 1, {DICTIONARY_STOPWORD}, -1}, + {"dipl kfm", 1, {DICTIONARY_ACADEMIC_DEGREE}, 696}, + {"burgenländische", 1, {DICTIONARY_TOPONYM}, -1}, + {"niederösterreichische", 1, {DICTIONARY_TOPONYM}, -1}, + {"offentlicher mkt", 1, {DICTIONARY_PLACE_NAME}, 826}, + {"kneipe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"südliches", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"gh", 1, {DICTIONARY_PLACE_NAME}, 804}, + {"oesterreichischer gebirgsverein", 1, {DICTIONARY_TOPONYM}, 914}, + {"rww.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 720}, + {"klein", 1, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE}, -1}, + {"sankt", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ht", 1, {DICTIONARY_SYNONYM}, 879}, + {"fähranlegestelle", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sudostliches", 1, {DICTIONARY_DIRECTIONAL}, 751}, + {"springbrunnen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"schnellimbiss", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"osterreichisches", 1, {DICTIONARY_TOPONYM}, 912}, + {"suedwestlicher", 1, {DICTIONARY_DIRECTIONAL}, 756}, + {"o", 1, {DICTIONARY_DIRECTIONAL}, 735}, + {"zu dem", 1, {DICTIONARY_STOPWORD}, -1}, + {"an der ecke von", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"suedwestliches", 1, {DICTIONARY_DIRECTIONAL}, 757}, + {"gesellschaft mit beschränkter haftung", 1, {DICTIONARY_COMPANY_TYPE}, 705}, + {"studio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"graben", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"unter", 2, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE, DICTIONARY_STOPWORD}, -1}, + {"gemeinde", 1, {DICTIONARY_QUALIFIER}, -1}, + {"in der", 1, {DICTIONARY_STOPWORD}, -1}, + {"fahranlegestelle", 1, {DICTIONARY_PLACE_NAME}, 802}, + {"westliches", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"siedlung", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"südöstlich", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"oesterr", 1, {DICTIONARY_TOPONYM}, 908}, + {"zahnarzt", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"a.d", 1, {DICTIONARY_STOPWORD}, 845}, + {"gr", 1, {DICTIONARY_STREET_TYPE}, 868}, + {"gericht", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"h", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"oberoesterreichische", 1, {DICTIONARY_TOPONYM}, 905}, + {"grosser", 1, {DICTIONARY_STREET_TYPE}, 867}, + {"uber", 1, {DICTIONARY_STOPWORD}, -1}, + {"unterer", 2, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"südöstlicher", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sauna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nö", 1, {DICTIONARY_TOPONYM}, 898}, + {"suedliche", 1, {DICTIONARY_DIRECTIONAL}, 743}, + {"kantine", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bundesrealgymnasium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"in der nähe zu mir", 1, {DICTIONARY_NEAR}, -1}, + {"schutzhutte", 1, {DICTIONARY_PLACE_NAME}, 830}, + {"gr", 1, {DICTIONARY_STREET_TYPE}, 866}, + {"oeffentlicher markt", 1, {DICTIONARY_PLACE_NAME}, 826}, + {"dorf", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, -1}, + {"jhtt", 1, {DICTIONARY_PLACE_NAME}, 816}, + {"no", 1, {DICTIONARY_NUMBER}, 771}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ph", 1, {DICTIONARY_PLACE_NAME}, 827}, + {"technische universität", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"boulevard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"zu der", 1, {DICTIONARY_STOPWORD}, -1}, + {"gmbh", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"kg", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"oestliche", 1, {DICTIONARY_DIRECTIONAL}, 737}, + {"nordlich", 1, {DICTIONARY_DIRECTIONAL}, 728}, + {"bhf", 1, {DICTIONARY_STREET_TYPE}, 859}, + {"u b", 1, {DICTIONARY_PLACE_NAME}, 836}, + {"untergeschoss", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"östlicher", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"eisdiele", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"an", 1, {DICTIONARY_STOPWORD}, -1}, + {"sportplatz", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"niederösterreichisches", 1, {DICTIONARY_TOPONYM}, -1}, + {"suedwest", 1, {DICTIONARY_DIRECTIONAL}, 752}, + {"zn", 1, {DICTIONARY_CROSS_STREET}, 726}, + {"in der naehe", 1, {DICTIONARY_NEAR}, 765}, + {"du", 1, {DICTIONARY_STOPWORD}, -1}, + {"hintere", 1, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE}, -1}, + {"bad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"in der nahe hier", 1, {DICTIONARY_NEAR}, 766}, + {"dt", 1, {DICTIONARY_TOPONYM}, 895}, + {"in meiner nähe", 1, {DICTIONARY_NEAR}, -1}, + {"w", 1, {DICTIONARY_DIRECTIONAL}, 758}, + {"ub", 1, {DICTIONARY_PLACE_NAME}, 836}, + {"hinter", 2, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE, DICTIONARY_SYNONYM}, -1}, + {"vord", 1, {DICTIONARY_SYNONYM}, 888}, + {"öffentlicher markt", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"marktpl", 1, {DICTIONARY_PLACE_NAME}, 822}, + {"wechselstube", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sud", 1, {DICTIONARY_DIRECTIONAL}, 740}, + {"schl", 1, {DICTIONARY_PLACE_NAME}, 829}, + {"warenhaeuser", 1, {DICTIONARY_PLACE_NAME}, 838}, + {"kläranlage", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"suedost", 1, {DICTIONARY_DIRECTIONAL}, 746}, + {"norden", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"brucke", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 714}, + {"suedoestlich", 1, {DICTIONARY_DIRECTIONAL}, 748}, + {"vd", 1, {DICTIONARY_SYNONYM}, 888}, + {"vorder", 1, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE}, -1}, + {"südwestliches", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"gemeindezentrum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"supermarkt", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sudosten", 1, {DICTIONARY_DIRECTIONAL}, 747}, + {"südost", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kg", 1, {DICTIONARY_SYNONYM}, 712}, + {"g", 1, {DICTIONARY_STREET_TYPE}, 865}, + {"burgenlandische", 1, {DICTIONARY_TOPONYM}, 894}, + {"f c", 1, {DICTIONARY_COMPANY_TYPE}, 704}, + {"str", 1, {DICTIONARY_STREET_TYPE}, 723}, + {"ug", 1, {DICTIONARY_LEVEL_BASEMENT}, 761}, + {"nördlicher", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"unteres", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"oberburgermeister", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"österreichischer", 1, {DICTIONARY_TOPONYM}, -1}, + {"noerdlicher", 1, {DICTIONARY_DIRECTIONAL}, 730}, + {"fri", 1, {DICTIONARY_PERSONAL_TITLE}, 776}, + {"nachst", 1, {DICTIONARY_STOPWORD}, -1}, + {"fachhochschule", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kogel", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_SYNONYM}, -1}, + {"tupl", 1, {DICTIONARY_PLACE_NAME}, 835}, + {"handelsschule", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"u", 1, {DICTIONARY_STREET_TYPE}, 874}, + {"bgm.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 715}, + {"b", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"allgemeiner deutscher automobil club", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hof", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"sudlicher", 1, {DICTIONARY_DIRECTIONAL}, 744}, + {"ingnieur", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"htl", 1, {DICTIONARY_PLACE_NAME}, 813}, + {"d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sudwestlicher", 1, {DICTIONARY_DIRECTIONAL}, 756}, + {"vorschule", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gaststatte", 1, {DICTIONARY_PLACE_NAME}, 805}, + {"bustenhalter", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"i", 1, {DICTIONARY_STOPWORD}, 848}, + {"hr", 1, {DICTIONARY_PERSONAL_TITLE}, 778}, + {"ma", 1, {DICTIONARY_PLACE_NAME}, 821}, + {"diplom ingenieur", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"weg", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"handelsakademie", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"den", 1, {DICTIONARY_STOPWORD}, -1}, + {"oberoesterreichisches", 1, {DICTIONARY_TOPONYM}, 907}, + {"asz", 1, {DICTIONARY_PLACE_NAME}, 788}, + {"kleiner", 2, {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE, DICTIONARY_SYNONYM}, -1}, + {"freiwillige feuerwehr", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"oberösterreichische", 1, {DICTIONARY_TOPONYM}, -1}, + {"g", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sp", 1, {DICTIONARY_SYNONYM}, 887}, + {"konskr. nr", 1, {DICTIONARY_HOUSE_NUMBER}, 760}, + {"od", 1, {DICTIONARY_STOPWORD}, 852}, + {"hasch", 1, {DICTIONARY_PLACE_NAME}, 810}, + {"nordoestlich", 1, {DICTIONARY_DIRECTIONAL}, 733}, + {"bühl", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"studentenwohnheim", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sudostliche", 1, {DICTIONARY_DIRECTIONAL}, 749}, + {"bayer", 1, {DICTIONARY_TOPONYM}, 889}, + {"buehl", 1, {DICTIONARY_STREET_TYPE}, 861}, + {"kik", 1, {DICTIONARY_CHAIN}, -1}, + {"oberoesterreichisch", 1, {DICTIONARY_TOPONYM}, 904}, + {"konzentrationslager", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mit", 1, {DICTIONARY_STOPWORD}, -1}, + {"restaurant", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"oberösterreichischer", 1, {DICTIONARY_TOPONYM}, -1}, + {"kamp", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gasthof", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"einkaufszentrum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fr", 1, {DICTIONARY_PERSONAL_TITLE}, 775}, + {"oberosterreichische", 1, {DICTIONARY_TOPONYM}, 905}, + {"zu", 1, {DICTIONARY_STOPWORD}, -1}, + {"jagdhaus", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"österreichische", 1, {DICTIONARY_TOPONYM}, -1}, + {"dem", 1, {DICTIONARY_STOPWORD}, -1}, + {"buecherei", 1, {DICTIONARY_PLACE_NAME}, 791}, + {"in der nahe von", 1, {DICTIONARY_NEAR}, 767}, + {"ev", 1, {DICTIONARY_COMPANY_TYPE}, 702}, + {"buro", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 794}, + {"naturschutzgebiet", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zum", 1, {DICTIONARY_STOPWORD}, -1}, + {"star", 1, {DICTIONARY_CHAIN}, -1}, + {"parkdeck", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"damm", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"österreichischer touristenklub", 1, {DICTIONARY_TOPONYM}, -1}, + {"sudwestliche", 1, {DICTIONARY_DIRECTIONAL}, 755}, + {"chaussee", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"krankenhaus", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"schutzhütte", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ch", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"rh", 1, {DICTIONARY_SYNONYM}, 885}, + {"bis", 1, {DICTIONARY_STOPWORD}, -1}, + {"auto teile unger", 1, {DICTIONARY_CHAIN}, -1}, + {"ostlicher", 1, {DICTIONARY_DIRECTIONAL}, 738}, + {"sdlg.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 721}, + {"np", 1, {DICTIONARY_PLACE_NAME}, 823}, + {"heiliges", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"hl", 1, {DICTIONARY_PERSONAL_TITLE}, 777}, + {"geschäft", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hier in der gegend", 1, {DICTIONARY_NEAR}, -1}, + {"/ w", 1, {DICTIONARY_UNIT_NUMBERED}, 920}, + {"plateía", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"παλαιό", 1, {DICTIONARY_SYNONYM}, -1}, + {"θεσσαλονίκης", 1, {DICTIONARY_TOPONYM}, -1}, + {"imiórofos", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"πολυτεχνείου", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"πλατεια", 1, {DICTIONARY_STREET_TYPE}, 985}, + {"ισογειο", 1, {DICTIONARY_LEVEL_STANDALONE}, 938}, + {"agíon", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"adelfon", 1, {DICTIONARY_SYNONYM}, 990}, + {"εθν", 1, {DICTIONARY_SYNONYM}, 995}, + {"ι.ν", 1, {DICTIONARY_PLACE_NAME}, 962}, + {"límni", 1, {DICTIONARY_SYNONYM}, -1}, + {"potamos", 1, {DICTIONARY_SYNONYM}, 1024}, + {"p", 1, {DICTIONARY_SYNONYM}, 1014}, + {"leofóros", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pan", 1, {DICTIONARY_PLACE_NAME}, 965}, + {"αφών", 1, {DICTIONARY_SYNONYM}, 989}, + {"υπογειο", 1, {DICTIONARY_LEVEL_BASEMENT}, 932}, + {"βασ", 1, {DICTIONARY_PERSONAL_TITLE}, 946}, + {"ds", 1, {DICTIONARY_PLACE_NAME}, 957}, + {"domátio", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"δσ", 1, {DICTIONARY_PLACE_NAME}, 956}, + {"λεωφ", 1, {DICTIONARY_STREET_TYPE}, 983}, + {"domatio", 1, {DICTIONARY_UNIT_NUMBERED}, 1031}, + {"ν", 2, {DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 976}, + {"γρ", 1, {DICTIONARY_GIVEN_NAME}, 928}, + {"neo", 1, {DICTIONARY_SYNONYM}, 1008}, + {"είσοδος", 1, {DICTIONARY_ENTRANCE}, -1}, + {"i n", 1, {DICTIONARY_PLACE_NAME}, 963}, + {"technologikó ekpaideftikó ídryma", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"νομός", 1, {DICTIONARY_QUALIFIER}, -1}, + {"βασιλέως", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"αστυνομικό τμήμα", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ι ν", 1, {DICTIONARY_PLACE_NAME}, 962}, + {"atei", 1, {DICTIONARY_PLACE_NAME}, 953}, + {"ελτα", 1, {DICTIONARY_PLACE_NAME}, 958}, + {"ανωτατο τεχνολογικο εκπαιδευτικο ιδρυμα", 1, {DICTIONARY_PLACE_NAME}, 952}, + {"λίμνη", 1, {DICTIONARY_SYNONYM}, -1}, + {"σκαλα", 1, {DICTIONARY_STAIRCASE}, 980}, + {"αφοι", 1, {DICTIONARY_SYNONYM}, 987}, + {"αγ", 1, {DICTIONARY_PERSONAL_TITLE}, 944}, + {"τει", 1, {DICTIONARY_PLACE_NAME}, 968}, + {"ατει", 1, {DICTIONARY_PLACE_NAME}, 952}, + {"at", 1, {DICTIONARY_PLACE_NAME}, 955}, + {"óros", 1, {DICTIONARY_SYNONYM}, -1}, + {"palaió", 1, {DICTIONARY_SYNONYM}, -1}, + {"thessalonikis", 1, {DICTIONARY_TOPONYM}, 1026}, + {"λεωφορος", 1, {DICTIONARY_STREET_TYPE}, 983}, + {"palaia", 1, {DICTIONARY_SYNONYM}, 1014}, + {"aléxandrou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"γρηγορίου", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"vasileos", 1, {DICTIONARY_PERSONAL_TITLE}, 947}, + {"palaies", 1, {DICTIONARY_SYNONYM}, 1016}, + {"ierós naós", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ελ", 1, {DICTIONARY_SYNONYM}, 999}, + {"θεσ / νικης", 1, {DICTIONARY_TOPONYM}, 1025}, + {"αδελφοί", 1, {DICTIONARY_SYNONYM}, -1}, + {"β", 1, {DICTIONARY_PERSONAL_TITLE}, 948}, + {"ελευθεριος", 1, {DICTIONARY_SYNONYM}, 999}, + {"thessaloníkis", 1, {DICTIONARY_TOPONYM}, -1}, + {"πολυτεχνειου", 1, {DICTIONARY_PLACE_NAME}, 966}, + {"δ", 1, {DICTIONARY_QUALIFIER}, 974}, + {"eisodos", 1, {DICTIONARY_ENTRANCE}, 925}, + {"τεχνολογικό εκπαιδευτικό ίδρυμα", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 986}, + {"ατ", 1, {DICTIONARY_PLACE_NAME}, 954}, + {"ι μ", 1, {DICTIONARY_PLACE_NAME}, 960}, + {"p", 1, {DICTIONARY_SYNONYM}, 1020}, + {"konstantinou", 1, {DICTIONARY_GIVEN_NAME}, 931}, + {"λιμνη", 1, {DICTIONARY_SYNONYM}, 1001}, + {"παλαιά", 1, {DICTIONARY_SYNONYM}, -1}, + {"παν", 1, {DICTIONARY_PLACE_NAME}, 964}, + {"κτιριο", 1, {DICTIONARY_BUILDING_TYPE}, 922}, + {"θεσ / νίκης", 1, {DICTIONARY_TOPONYM}, 1025}, + {"νεα", 2, {DICTIONARY_SYNONYM, DICTIONARY_SYNONYM}, 1003}, + {"ieros naos", 1, {DICTIONARY_PLACE_NAME}, 963}, + {"p", 1, {DICTIONARY_SYNONYM}, 1016}, + {"thes / níkis", 1, {DICTIONARY_TOPONYM}, 1026}, + {"εθνικη", 1, {DICTIONARY_SYNONYM}, 991}, + {"νεες", 1, {DICTIONARY_SYNONYM}, 1005}, + {"oros", 1, {DICTIONARY_SYNONYM}, 1012}, + {"αδελφών", 1, {DICTIONARY_SYNONYM}, -1}, + {"όρ", 1, {DICTIONARY_SYNONYM}, 1011}, + {"π", 1, {DICTIONARY_SYNONYM}, 1023}, + {"adelfoí", 1, {DICTIONARY_SYNONYM}, -1}, + {"polytechneíou", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"eleftheríou", 1, {DICTIONARY_SYNONYM}, -1}, + {"ethn", 1, {DICTIONARY_SYNONYM}, 994}, + {"skála", 1, {DICTIONARY_STAIRCASE}, -1}, + {"dimos", 1, {DICTIONARY_QUALIFIER}, 975}, + {"αγιας", 1, {DICTIONARY_PERSONAL_TITLE}, 942}, + {"ethnarchou", 1, {DICTIONARY_SYNONYM}, 996}, + {"imiorofos", 1, {DICTIONARY_LEVEL_MEZZANINE}, 935}, + {"néo", 1, {DICTIONARY_SYNONYM}, -1}, + {"nees", 1, {DICTIONARY_SYNONYM}, 1006}, + {"agiou", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"grafeiou", 1, {DICTIONARY_UNIT_NUMBERED}, 1033}, + {"εθνική", 1, {DICTIONARY_SYNONYM}, -1}, + {"στρατηγού", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ι.ν.", 1, {DICTIONARY_PLACE_NAME}, 962}, + {"el", 1, {DICTIONARY_SYNONYM}, 1000}, + {"ποταμος", 1, {DICTIONARY_SYNONYM}, 1023}, + {"ypogeio", 1, {DICTIONARY_LEVEL_BASEMENT}, 933}, + {"αλέξανδρου", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"t.th", 1, {DICTIONARY_POST_OFFICE}, 971}, + {"n", 1, {DICTIONARY_SYNONYM}, 1008}, + {"anótato technologikó ekpaideftikó ídryma", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ellinika tachydromeia", 1, {DICTIONARY_PLACE_NAME}, 959}, + {"νησι", 2, {DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 976}, + {"εθναρχου", 1, {DICTIONARY_SYNONYM}, 995}, + {"ποταμός", 1, {DICTIONARY_SYNONYM}, -1}, + {"palaios", 1, {DICTIONARY_SYNONYM}, 1022}, + {"ισόγειο", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"παλαιοι", 1, {DICTIONARY_SYNONYM}, 1019}, + {"ελευθερίου", 1, {DICTIONARY_SYNONYM}, -1}, + {"νεοι", 1, {DICTIONARY_SYNONYM}, 1009}, + {"δωματιο", 1, {DICTIONARY_UNIT_NUMBERED}, 1030}, + {"παλαιες", 1, {DICTIONARY_SYNONYM}, 1015}, + {"ν", 1, {DICTIONARY_SYNONYM}, 1007}, + {"ελληνικα ταχυδρομεια", 1, {DICTIONARY_PLACE_NAME}, 958}, + {"ημιώροφος", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"astynomiko tmima", 1, {DICTIONARY_PLACE_NAME}, 955}, + {"ι.μ", 1, {DICTIONARY_PLACE_NAME}, 960}, + {"nomós", 1, {DICTIONARY_QUALIFIER}, -1}, + {"tachydromikí thyrída", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"p", 1, {DICTIONARY_SYNONYM}, 1018}, + {"ethnikis", 1, {DICTIONARY_SYNONYM}, 994}, + {"nisi", 1, {DICTIONARY_QUALIFIER}, 977}, + {"παλαιές", 1, {DICTIONARY_SYNONYM}, -1}, + {"αγίου", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"grafeíou", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"palaiés", 1, {DICTIONARY_SYNONYM}, -1}, + {"τκ", 1, {DICTIONARY_POSTAL_CODE}, 972}, + {"n", 1, {DICTIONARY_SYNONYM}, 1010}, + {"ór", 1, {DICTIONARY_SYNONYM}, 1012}, + {"νέοι", 1, {DICTIONARY_SYNONYM}, -1}, + {"leoforos", 1, {DICTIONARY_STREET_TYPE}, 984}, + {"p", 1, {DICTIONARY_SYNONYM}, 1024}, + {"aei", 1, {DICTIONARY_PLACE_NAME}, 965}, + {"εθνικης", 1, {DICTIONARY_SYNONYM}, 993}, + {"ethnárchou", 1, {DICTIONARY_SYNONYM}, -1}, + {"ταχυδρομικος κωδικας", 1, {DICTIONARY_POSTAL_CODE}, 972}, + {"ιερός ναός", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"astynomikó tmíma", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"εθν", 1, {DICTIONARY_SYNONYM}, 993}, + {"αγιων", 1, {DICTIONARY_PERSONAL_TITLE}, 944}, + {"ag", 1, {DICTIONARY_PERSONAL_TITLE}, 941}, + {"thessaloniki", 1, {DICTIONARY_TOPONYM}, -1}, + {"kt", 1, {DICTIONARY_BUILDING_TYPE}, 923}, + {"vasilíssis", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dimotikó scholeío", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"νεο", 1, {DICTIONARY_SYNONYM}, 1007}, + {"βασ", 1, {DICTIONARY_PERSONAL_TITLE}, 948}, + {"εθνικής", 1, {DICTIONARY_SYNONYM}, -1}, + {"ν", 2, {DICTIONARY_SYNONYM, DICTIONARY_SYNONYM}, 1003}, + {"ταχυδρομική θυρίδα", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"λ", 1, {DICTIONARY_STREET_TYPE}, 983}, + {"τ.τ", 1, {DICTIONARY_POSTAL_CODE}, 973}, + {"νησί", 2, {DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, -1}, + {"anotato technologiko ekpaideftiko idryma", 1, {DICTIONARY_PLACE_NAME}, 953}, + {"πλ", 1, {DICTIONARY_STREET_TYPE}, 985}, + {"οδός", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"τ.κ", 1, {DICTIONARY_POSTAL_CODE}, 972}, + {"d", 1, {DICTIONARY_QUALIFIER}, 975}, + {"εθν", 1, {DICTIONARY_SYNONYM}, 991}, + {"πανεπιστημιο", 1, {DICTIONARY_PLACE_NAME}, 964}, + {"polytechneiou", 1, {DICTIONARY_PLACE_NAME}, 967}, + {"κωνσταντινου", 1, {DICTIONARY_GIVEN_NAME}, 930}, + {"ethn", 1, {DICTIONARY_SYNONYM}, 996}, + {"ανώτατο τεχνολογικό εκπαιδευτικό ίδρυμα", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ιερά μονή", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"παλαιος", 1, {DICTIONARY_SYNONYM}, 1021}, + {"ταχυδρομικός κώδικας", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"ελληνικά ταχυδρομεία", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"alexandrou", 1, {DICTIONARY_GIVEN_NAME}, 927}, + {"stratigoú", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"diamerisma", 1, {DICTIONARY_UNIT_NUMBERED}, 1029}, + {"p", 1, {DICTIONARY_SYNONYM}, 1022}, + {"ττ", 1, {DICTIONARY_POSTAL_CODE}, 973}, + {"eleftherior", 1, {DICTIONARY_SYNONYM}, 1000}, + {"πανεπιστήμιο", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"elliniká tachydromeía", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"κωνσταντίνου", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"λ", 1, {DICTIONARY_SYNONYM}, 1001}, + {"diamérisma", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"παλαιο", 1, {DICTIONARY_SYNONYM}, 1017}, + {"αγ", 1, {DICTIONARY_PERSONAL_TITLE}, 940}, + {"ταχυδρομικός τομέας", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"elta", 1, {DICTIONARY_PLACE_NAME}, 959}, + {"isogelo", 1, {DICTIONARY_LEVEL_STANDALONE}, 939}, + {"n", 1, {DICTIONARY_SYNONYM}, 1006}, + {"νέο", 1, {DICTIONARY_SYNONYM}, -1}, + {"αγίας", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ορ", 1, {DICTIONARY_SYNONYM}, 1011}, + {"ποτ", 1, {DICTIONARY_SYNONYM}, 1023}, + {"β", 1, {DICTIONARY_PERSONAL_TITLE}, 946}, + {"dimotiko scholeio", 1, {DICTIONARY_PLACE_NAME}, 957}, + {"odhos", 1, {DICTIONARY_STREET_TYPE}, 982}, + {"θεσσαλονικης", 1, {DICTIONARY_TOPONYM}, 1025}, + {"nées", 1, {DICTIONARY_SYNONYM}, -1}, + {"palaioí", 1, {DICTIONARY_SYNONYM}, -1}, + {"τ.θ", 1, {DICTIONARY_POST_OFFICE}, 970}, + {"κτίριο", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"odos", 1, {DICTIONARY_STREET_TYPE}, 982}, + {"δήμος", 1, {DICTIONARY_QUALIFIER}, -1}, + {"ktirio", 1, {DICTIONARY_BUILDING_TYPE}, 923}, + {"αλεξανδρου", 1, {DICTIONARY_GIVEN_NAME}, 926}, + {"εθνάρχου", 1, {DICTIONARY_SYNONYM}, -1}, + {"el", 1, {DICTIONARY_SYNONYM}, 998}, + {"l", 1, {DICTIONARY_STREET_TYPE}, 984}, + {"or", 1, {DICTIONARY_SYNONYM}, 1012}, + {"palaioi", 1, {DICTIONARY_SYNONYM}, 1020}, + {"ι.μ.", 1, {DICTIONARY_PLACE_NAME}, 960}, + {"t thtachydromiki thyrida", 1, {DICTIONARY_POST_OFFICE}, 971}, + {"adelfoi", 1, {DICTIONARY_SYNONYM}, 988}, + {"αγιου", 1, {DICTIONARY_PERSONAL_TITLE}, 940}, + {"limni", 1, {DICTIONARY_SYNONYM}, 1002}, + {"κτ", 1, {DICTIONARY_BUILDING_TYPE}, 922}, + {"ταχυδρομικη θυριδα", 1, {DICTIONARY_POST_OFFICE}, 970}, + {"palaiós", 1, {DICTIONARY_SYNONYM}, -1}, + {"σκάλα", 1, {DICTIONARY_STAIRCASE}, -1}, + {"thes / niki", 1, {DICTIONARY_TOPONYM}, 1027}, + {"i.m", 1, {DICTIONARY_PLACE_NAME}, 961}, + {"ιερος ναος", 1, {DICTIONARY_PLACE_NAME}, 962}, + {"ktírio", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"ν", 1, {DICTIONARY_SYNONYM}, 1005}, + {"αφοί", 1, {DICTIONARY_SYNONYM}, 987}, + {"n", 1, {DICTIONARY_QUALIFIER}, 979}, + {"i.n", 1, {DICTIONARY_PLACE_NAME}, 963}, + {"τθ", 1, {DICTIONARY_POST_OFFICE}, 970}, + {"παλαιός", 1, {DICTIONARY_SYNONYM}, -1}, + {"potamós", 1, {DICTIONARY_SYNONYM}, -1}, + {"ethnikí", 1, {DICTIONARY_SYNONYM}, -1}, + {"ν", 1, {DICTIONARY_QUALIFIER}, 978}, + {"νέες", 1, {DICTIONARY_SYNONYM}, -1}, + {"skala", 1, {DICTIONARY_STAIRCASE}, 981}, + {"δημοτικό σχολείο", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vasilissis", 1, {DICTIONARY_PERSONAL_TITLE}, 949}, + {"pot", 1, {DICTIONARY_SYNONYM}, 1024}, + {"δημος", 1, {DICTIONARY_QUALIFIER}, 974}, + {"αστυνομικο τμημα", 1, {DICTIONARY_PLACE_NAME}, 954}, + {"βασιλίσσης", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"αδελφοι", 1, {DICTIONARY_SYNONYM}, 987}, + {"palaio", 1, {DICTIONARY_SYNONYM}, 1018}, + {"ελευθέριος", 1, {DICTIONARY_SYNONYM}, -1}, + {"l", 1, {DICTIONARY_SYNONYM}, 1002}, + {"ν", 1, {DICTIONARY_SYNONYM}, 1009}, + {"neoi", 1, {DICTIONARY_SYNONYM}, 1010}, + {"όρος", 1, {DICTIONARY_SYNONYM}, -1}, + {"ierá moní", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"isógeio", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"palaiá", 1, {DICTIONARY_SYNONYM}, -1}, + {"τεχνολογικο εκπαιδευτικο ιδρυμα", 1, {DICTIONARY_PLACE_NAME}, 968}, + {"gr", 1, {DICTIONARY_GIVEN_NAME}, 929}, + {"ag", 1, {DICTIONARY_PERSONAL_TITLE}, 945}, + {"al", 1, {DICTIONARY_GIVEN_NAME}, 927}, + {"τ θ", 1, {DICTIONARY_POST_OFFICE}, 970}, + {"i m", 1, {DICTIONARY_PLACE_NAME}, 961}, + {"plateia", 1, {DICTIONARY_STREET_TYPE}, 986}, + {"iera moni", 1, {DICTIONARY_PLACE_NAME}, 961}, + {"αλ", 1, {DICTIONARY_GIVEN_NAME}, 926}, + {"διαμέρισμα", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"elefthérios", 1, {DICTIONARY_SYNONYM}, -1}, + {"agías", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ελευθεριου", 1, {DICTIONARY_SYNONYM}, 997}, + {"panepistímio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"παλαιοί", 1, {DICTIONARY_SYNONYM}, -1}, + {"adelfón", 1, {DICTIONARY_SYNONYM}, -1}, + {"orofos", 1, {DICTIONARY_LEVEL_NUMBERED}, 937}, + {"αδελφοί", 1, {DICTIONARY_SYNONYM}, 987}, + {"agias", 1, {DICTIONARY_PERSONAL_TITLE}, 943}, + {"i.m.", 1, {DICTIONARY_PLACE_NAME}, 961}, + {"tei", 1, {DICTIONARY_PLACE_NAME}, 969}, + {"εισοδος", 1, {DICTIONARY_ENTRANCE}, 924}, + {"eísodos", 1, {DICTIONARY_ENTRANCE}, -1}, + {"vas", 1, {DICTIONARY_PERSONAL_TITLE}, 949}, + {"eleftheriou", 1, {DICTIONARY_SYNONYM}, 998}, + {"i.n.", 1, {DICTIONARY_PLACE_NAME}, 963}, + {"ag", 1, {DICTIONARY_PERSONAL_TITLE}, 943}, + {"néoi", 1, {DICTIONARY_SYNONYM}, -1}, + {"ελ", 1, {DICTIONARY_SYNONYM}, 997}, + {"στρατηγου", 1, {DICTIONARY_PERSONAL_TITLE}, 950}, + {"nea", 2, {DICTIONARY_SYNONYM, DICTIONARY_SYNONYM}, 1004}, + {"v", 1, {DICTIONARY_PERSONAL_TITLE}, 947}, + {"agion", 1, {DICTIONARY_PERSONAL_TITLE}, 945}, + {"νέα", 2, {DICTIONARY_SYNONYM, DICTIONARY_SYNONYM}, -1}, + {"el", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"βασιλισσης", 1, {DICTIONARY_PERSONAL_TITLE}, 948}, + {"órofos", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"technologiko ekpaideftiko idryma", 1, {DICTIONARY_PLACE_NAME}, 969}, + {"δημοτικο σχολειο", 1, {DICTIONARY_PLACE_NAME}, 956}, + {"ορος", 1, {DICTIONARY_SYNONYM}, 1011}, + {"nisí", 1, {DICTIONARY_QUALIFIER}, -1}, + {"υπόγειο", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"λεωφόρος", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ethniki", 1, {DICTIONARY_SYNONYM}, 992}, + {"βασιλεως", 1, {DICTIONARY_PERSONAL_TITLE}, 946}, + {"στρ", 1, {DICTIONARY_PERSONAL_TITLE}, 950}, + {"vasiléos", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ethn", 1, {DICTIONARY_SYNONYM}, 992}, + {"thes / nikis", 1, {DICTIONARY_TOPONYM}, 1026}, + {"κων / νου", 1, {DICTIONARY_GIVEN_NAME}, 930}, + {"αει", 1, {DICTIONARY_PLACE_NAME}, 964}, + {"str", 1, {DICTIONARY_PERSONAL_TITLE}, 951}, + {"γραφείου", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"konstantínou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"αγίων", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"οροφος", 1, {DICTIONARY_LEVEL_NUMBERED}, 936}, + {"πλατεία", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"leof", 1, {DICTIONARY_STREET_TYPE}, 984}, + {"nomos", 1, {DICTIONARY_QUALIFIER}, 979}, + {"ημιωροφος", 1, {DICTIONARY_LEVEL_MEZZANINE}, 934}, + {"stratigou", 1, {DICTIONARY_PERSONAL_TITLE}, 951}, + {"ιερα μονη", 1, {DICTIONARY_PLACE_NAME}, 960}, + {"αγ", 1, {DICTIONARY_PERSONAL_TITLE}, 942}, + {"kon / nou", 1, {DICTIONARY_GIVEN_NAME}, 931}, + {"tth", 1, {DICTIONARY_POST_OFFICE}, 971}, + {"όροφος", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"αφων", 1, {DICTIONARY_SYNONYM}, 989}, + {"n", 2, {DICTIONARY_SYNONYM, DICTIONARY_SYNONYM}, 1004}, + {"ταχυδρομικος τομεας", 1, {DICTIONARY_POSTAL_CODE}, 973}, + {"νομος", 1, {DICTIONARY_QUALIFIER}, 978}, + {"ypógeio", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"néa", 2, {DICTIONARY_SYNONYM, DICTIONARY_SYNONYM}, -1}, + {"παλαια", 1, {DICTIONARY_SYNONYM}, 1013}, + {"panepistimio", 1, {DICTIONARY_PLACE_NAME}, 965}, + {"odós", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vas", 1, {DICTIONARY_PERSONAL_TITLE}, 947}, + {"διαμερισμα", 1, {DICTIONARY_UNIT_NUMBERED}, 1028}, + {"grigoríou", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"αδελφων", 1, {DICTIONARY_SYNONYM}, 989}, + {"grigoriou", 1, {DICTIONARY_GIVEN_NAME}, 929}, + {"dímos", 1, {DICTIONARY_QUALIFIER}, -1}, + {"v", 1, {DICTIONARY_PERSONAL_TITLE}, 949}, + {"δωμάτιο", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"γραφειου", 1, {DICTIONARY_UNIT_NUMBERED}, 1032}, + {"ethnikís", 1, {DICTIONARY_SYNONYM}, -1}, + {"n", 1, {DICTIONARY_QUALIFIER}, 977}, + {"γρηγοριου", 1, {DICTIONARY_GIVEN_NAME}, 928}, + {"tr", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"r of w", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1619}, + {"little", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"pne", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1585}, + {"eeig", 1, {DICTIONARY_COMPANY_TYPE}, 1094}, + {"post office", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"us post offices", 1, {DICTIONARY_CHAIN}, 1079}, + {"ste", 1, {DICTIONARY_UNIT_NUMBERED}, 1873}, + {"nort estrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"hon", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"loc", 1, {DICTIONARY_UNIT_NUMBERED}, 1863}, + {"subbasement", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 1179}, + {"crn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1134}, + {"tunl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1669}, + {"rserv", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1072}, + {"south estn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"proprietary", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"cutting", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"rocks", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1585}, + {"ri", 1, {DICTIONARY_TOPONYM}, 1832}, + {"streets", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nrth wstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"vla", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 1077}, + {"roadside", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"s.r", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"ll d", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1054}, + {"over look", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1569}, + {"we", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1078}, + {"cemetery", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c.rd", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"trafficway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pike", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"norhwst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"branch", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"north dakota", 1, {DICTIONARY_TOPONYM}, -1}, + {"company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"townhouse", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"nortwstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"harbor", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"showroom", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"nrth e", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"e l p", 1, {DICTIONARY_COMPANY_TYPE}, 1095}, + {"crf", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1457}, + {"primary school", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cty r", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"public sector unit", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"swest", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"gtes", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1508}, + {"co rt", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"lt commander", 1, {DICTIONARY_PERSONAL_TITLE}, 1211}, + {"strands", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"wa", 1, {DICTIONARY_TOPONYM}, 1844}, + {"knls", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1538}, + {"cvan park", 1, {DICTIONARY_PLACE_NAME}, 1262}, + {"parking lot", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"knl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1537}, + {"cxn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1443}, + {"pde", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1573}, + {"nurs", 1, {DICTIONARY_PLACE_NAME}, 1323}, + {"mun", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"store", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"icvc", 1, {DICTIONARY_COMPANY_TYPE}, 1102}, + {"his royal highness", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"twp hway", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"norheastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"p s e", 1, {DICTIONARY_COMPANY_TYPE}, 1123}, + {"c.r", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"r", 1, {DICTIONARY_UNIT_DIRECTION}, 1852}, + {"cage", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"trailer park", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mpal", 1, {DICTIONARY_SYNONYM}, 1760}, + {"plc", 1, {DICTIONARY_COMPANY_TYPE}, 1122}, + {"plat", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"georgia", 1, {DICTIONARY_TOPONYM}, -1}, + {"brg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1412}, + {"s rte", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"fd", 1, {DICTIONARY_PLACE_NAME}, 1290}, + {"univ", 1, {DICTIONARY_PLACE_NAME}, 1364}, + {"wl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1686}, + {"ranae", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"s eastern", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"thruway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1659}, + {"nunavut", 1, {DICTIONARY_TOPONYM}, -1}, + {"s.highway", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"state rt", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"twnhs", 1, {DICTIONARY_UNIT_NUMBERED}, 1075}, + {"nw", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"cseo", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1447}, + {"pre school", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"br", 1, {DICTIONARY_PERSONAL_TITLE}, 1199}, + {"drv", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1473}, + {"ex", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"st h", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"rev", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"hgts", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1707}, + {"natl assoc", 1, {DICTIONARY_COMPANY_TYPE}, 1112}, + {"se", 1, {DICTIONARY_COMPANY_TYPE}, 1127}, + {"nth eastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"mb", 1, {DICTIONARY_UNIT_NUMBERED}, 1864}, + {"norhestn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"chas", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1427}, + {"quadrangle", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pr c", 1, {DICTIONARY_COMPANY_TYPE}, 1122}, + {"commander", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"convalescent centre", 1, {DICTIONARY_PLACE_NAME}, 1274}, + {"communitycentre", 1, {DICTIONARY_PLACE_NAME}, 1272}, + {"sth", 1, {DICTIONARY_DIRECTIONAL}, 1149}, + {"twp.hway", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"nb", 1, {DICTIONARY_TOPONYM}, 1810}, + {"n westrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"t h", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"judge", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sth w", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"whs", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1078}, + {"basin", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nat assoc", 1, {DICTIONARY_COMPANY_TYPE}, 1112}, + {"nv", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"day care", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pkld", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1574}, + {"cio", 1, {DICTIONARY_COMPANY_TYPE}, 1084}, + {"avns", 1, {DICTIONARY_STREET_TYPE}, 1694}, + {"ma", 1, {DICTIONARY_TOPONYM}, 1801}, + {"com", 1, {DICTIONARY_STREET_TYPE}, 1438}, + {"artl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1395}, + {"nortwest", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"srd", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"sole proprietorship", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"highlands", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"grd boul", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"factory", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"sa", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"rvra", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1622}, + {"ice cream", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"n wstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"limited", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"part", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"aged care center", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"centre for aged care", 1, {DICTIONARY_PLACE_NAME}, 1246}, + {"t hw", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"shoppingcenter", 1, {DICTIONARY_PLACE_NAME}, 1355}, + {"lgfl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1172}, + {"bl", 1, {DICTIONARY_STREET_TYPE}, 1697}, + {"psla", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1582}, + {"r r", 1, {DICTIONARY_STREET_TYPE}, 1718}, + {"statert", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"mtns", 1, {DICTIONARY_SYNONYM}, 1759}, + {"vllg", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 1366}, + {"/ f", 1, {DICTIONARY_LEVEL_NUMBERED}, 1166}, + {"nrt e", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"cineplex", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"villa", 4, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"town house", 1, {DICTIONARY_PLACE_NAME}, 1075}, + {"over pass", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1570}, + {"kindergarten", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s p", 1, {DICTIONARY_COMPANY_TYPE}, 1125}, + {"st.hway", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"ltd co", 1, {DICTIONARY_COMPANY_TYPE}, 1105}, + {"st hgwy", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"tshp.r", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"under pass", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1673}, + {"ronde", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"marina", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"t rte", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"rise", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cty rd", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"county", 1, {DICTIONARY_SYNONYM}, -1}, + {"limited duration company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"pkway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1575}, + {"comm", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1438}, + {"right", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"convalescent hospital", 1, {DICTIONARY_PLACE_NAME}, 1274}, + {"pnte", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1594}, + {"trce", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1662}, + {"service rd", 1, {DICTIONARY_STREET_TYPE}, 1719}, + {"undertakings for collective onvestment in transferable securities", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"diversion", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cusac", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1465}, + {"vill", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 1366}, + {"vermont", 1, {DICTIONARY_TOPONYM}, -1}, + {"basn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1399}, + {"c.hi", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"head", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"co.hwy", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"metro", 1, {DICTIONARY_CHAIN}, -1}, + {"concs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1442}, + {"uni", 1, {DICTIONARY_PLACE_NAME}, 1364}, + {"vice chairman", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"norh westrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"lounge", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nrt wstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"stl", 1, {DICTIONARY_UNIT_NUMBERED}, 1869}, + {"st hi", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"illinois", 1, {DICTIONARY_TOPONYM}, -1}, + {"np", 1, {DICTIONARY_PLACE_NAME}, 1328}, + {"shoppingcentre", 1, {DICTIONARY_PLACE_NAME}, 1355}, + {"boatshed", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"nth w", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"ward", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"river", 1, {DICTIONARY_SYNONYM}, -1}, + {"jr hs", 1, {DICTIONARY_PLACE_NAME}, 1325}, + {"northwestern", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nu", 1, {DICTIONARY_TOPONYM}, 1823}, + {"home", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ofc tower", 1, {DICTIONARY_PLACE_NAME}, 1334}, + {"lp", 1, {DICTIONARY_COMPANY_TYPE}, 1110}, + {"t f r", 1, {DICTIONARY_UNIT_STANDALONE}, 1885}, + {"northeast", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"centre for the arts", 1, {DICTIONARY_PLACE_NAME}, 1266}, + {"st.wy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1646}, + {"hils", 1, {DICTIONARY_STREET_TYPE}, 1525}, + {"t.f", 1, {DICTIONARY_LEVEL_STANDALONE}, 1177}, + {"major gen", 1, {DICTIONARY_PERSONAL_TITLE}, 1215}, + {"slope", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"grounds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"siding", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nwestrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"quadrant", 3, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"alee", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"stps", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1647}, + {"cir", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1428}, + {"court", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"corner of", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"ohio", 1, {DICTIONARY_TOPONYM}, -1}, + {"hsptl", 1, {DICTIONARY_PLACE_NAME}, 1299}, + {"limited liability limited partnership", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"r / t", 1, {DICTIONARY_LEVEL_STANDALONE}, 1176}, + {"co r", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"southestn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"hglds", 1, {DICTIONARY_STREET_TYPE}, 1708}, + {"mkt", 1, {DICTIONARY_PLACE_NAME}, 1326}, + {"sthwst", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"drwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1474}, + {"m p a", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1050}, + {"co rd", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"plza", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1590}, + {"n / a", 1, {DICTIONARY_NULL}, 1181}, + {"ce", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ptway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1581}, + {"sprngs", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1722}, + {"pk", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1336}, + {"aat", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"green", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"concert hall", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lllp", 1, {DICTIONARY_COMPANY_TYPE}, 1108}, + {"drs", 1, {DICTIONARY_PERSONAL_TITLE}, 1198}, + {"firetrack", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"fare", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"theaters", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sc", 1, {DICTIONARY_TOPONYM}, 1834}, + {"kg", 1, {DICTIONARY_PERSONAL_TITLE}, 1213}, + {"espl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1479}, + {"nrt estrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"bdwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1413}, + {"vilge", 1, {DICTIONARY_SYNONYM}, 1366}, + {"maj general", 1, {DICTIONARY_PERSONAL_TITLE}, 1215}, + {"litl", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1547}, + {"cm", 1, {DICTIONARY_STREET_TYPE}, 1438}, + {"views", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"prde", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1573}, + {"sc d", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1047}, + {"ind.est", 1, {DICTIONARY_PLACE_NAME}, 1304}, + {"ctr", 3, {DICTIONARY_DIRECTIONAL, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1137}, + {"portion", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 1225}, + {"office tower", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bwlk", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 1258}, + {"btw", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, 1136}, + {"appartments", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 1252}, + {"congressman", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"australian capital territory", 1, {DICTIONARY_TOPONYM}, -1}, + {"cars", 1, {DICTIONARY_UNIT_NUMBERED}, 1858}, + {"shrm", 1, {DICTIONARY_UNIT_NUMBERED}, 1868}, + {"svwy", 1, {DICTIONARY_STREET_TYPE}, 1720}, + {"knol", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1537}, + {"m s", 1, {DICTIONARY_PLACE_NAME}, 1327}, + {"nbr", 2, {DICTIONARY_NUMBER, DICTIONARY_STREET_TYPE}, 1182}, + {"pwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1575}, + {"monastery", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jbt", 1, {DICTIONARY_TOPONYM}, 1793}, + {"thorough fare", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1657}, + {"parkland", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1574}, + {"sh", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"garden", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"mfa", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1045}, + {"cpl", 1, {DICTIONARY_PERSONAL_TITLE}, 1191}, + {"master of laws", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"nursing ho", 1, {DICTIONARY_PLACE_NAME}, 1323}, + {"x road", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1461}, + {"slp", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1721}, + {"orchard", 1, {DICTIONARY_SYNONYM}, -1}, + {"sd", 1, {DICTIONARY_UNIT_STANDALONE}, 1883}, + {"lieut", 1, {DICTIONARY_PERSONAL_TITLE}, 1208}, + {"foot way", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1497}, + {"rvr", 1, {DICTIONARY_SYNONYM}, 1766}, + {"rvwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1621}, + {"nmbr", 2, {DICTIONARY_NUMBER, DICTIONARY_STREET_TYPE}, 1182}, + {"grd bld", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 1144}, + {"int'l", 1, {DICTIONARY_SYNONYM}, 1752}, + {"lc", 1, {DICTIONARY_COMPANY_TYPE}, 1105}, + {"north westrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"wa", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"frm", 5, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, 1068}, + {"rightofway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1619}, + {"dene", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nth wst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"tshp", 1, {DICTIONARY_QUALIFIER}, 1385}, + {"grill", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"subdivision", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"elbow", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"sherffis office", 1, {DICTIONARY_PLACE_NAME}, 1354}, + {"landng", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1541}, + {"thwy", 1, {DICTIONARY_STREET_TYPE}, 1659}, + {"vice chairperson", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pass", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1579}, + {"medical", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"pmb", 1, {DICTIONARY_POST_OFFICE}, 1381}, + {"rn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1631}, + {"ovlk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1569}, + {"caravan resort", 1, {DICTIONARY_PLACE_NAME}, 1262}, + {"cttg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1467}, + {"apartment", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"stheast", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"blk", 4, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, 1382}, + {"wisconsin", 1, {DICTIONARY_TOPONYM}, -1}, + {"vl", 1, {DICTIONARY_SYNONYM}, 1768}, + {"north eastern", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"twp rd", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"c h", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"blfs", 1, {DICTIONARY_STREET_TYPE}, 1403}, + {"dormitories", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nrt w", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"gtwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1509}, + {"so e", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"dns", 1, {DICTIONARY_STREET_TYPE}, 1704}, + {"isl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1531}, + {"qd", 3, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1383}, + {"interchange", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"grnd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1169}, + {"pediatric", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bd", 1, {DICTIONARY_STREET_TYPE}, 1697}, + {"greater", 1, {DICTIONARY_SYNONYM}, -1}, + {"brow", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"tshp.rt", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"l l p", 1, {DICTIONARY_COMPANY_TYPE}, 1109}, + {"p s c", 1, {DICTIONARY_COMPANY_TYPE}, 1119}, + {"glns", 1, {DICTIONARY_SYNONYM}, 1747}, + {"north east", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"hk", 1, {DICTIONARY_TOPONYM}, 1786}, + {"spns", 1, {DICTIONARY_STREET_TYPE}, 1722}, + {"unlimited", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"trktrl", 1, {DICTIONARY_STREET_TYPE}, 1733}, + {"u.s postal service", 1, {DICTIONARY_CHAIN}, 1080}, + {"mun bldg", 1, {DICTIONARY_PLACE_NAME}, 1319}, + {"fls", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1487}, + {"mail centre", 1, {DICTIONARY_POST_OFFICE}, 1376}, + {"u c i t s", 1, {DICTIONARY_COMPANY_TYPE}, 1131}, + {"by", 1, {DICTIONARY_STOPWORD}, -1}, + {"l", 1, {DICTIONARY_LEVEL_NUMBERED}, 1167}, + {"p", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"british columbia", 1, {DICTIONARY_TOPONYM}, -1}, + {"u s p s", 1, {DICTIONARY_CHAIN}, 1080}, + {"ci", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1431}, + {"dsc", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1047}, + {"dell", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"stairway", 3, {DICTIONARY_STAIRCASE, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"tr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1655}, + {"pty", 1, {DICTIONARY_COMPANY_TYPE}, 1120}, + {"byp", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1420}, + {"creek", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"y", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"barbecue", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"mrkt", 1, {DICTIONARY_PLACE_NAME}, 1326}, + {"tun", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1669}, + {"flne", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1492}, + {"studios", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pd lev", 1, {DICTIONARY_LEVEL_STANDALONE}, 1175}, + {"tshp hwy", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"otlk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1567}, + {"public limited company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"s.hi", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"twp rt", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"delicatessen", 1, {DICTIONARY_PLACE_NAME}, 1281}, + {"qld", 1, {DICTIONARY_TOPONYM}, 1831}, + {"c.rte", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"connection", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nrte", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"frms", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1488}, + {"lowr", 1, {DICTIONARY_DIRECTIONAL}, 1142}, + {"supermarket", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ptwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1581}, + {"nrth estrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"imp", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"c rd", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"culdesac", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1465}, + {"new brunswick", 1, {DICTIONARY_TOPONYM}, -1}, + {"book store", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"upper mezz", 1, {DICTIONARY_LEVEL_MEZZANINE}, 1165}, + {"rooftop", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"tshp h", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"strnds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1649}, + {"pre-kindergarten", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"qy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1603}, + {"g bd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"s.hgwy", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"hme", 1, {DICTIONARY_PLACE_NAME}, 1298}, + {"bypa", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1420}, + {"pa", 1, {DICTIONARY_TOPONYM}, 1828}, + {"cmns", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1439}, + {"btwn", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, 1136}, + {"fy", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 1067}, + {"ntheast", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"cway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1424}, + {"nt", 1, {DICTIONARY_COMPANY_TYPE}, 1101}, + {"follow", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"mktplc", 1, {DICTIONARY_PLACE_NAME}, 1313}, + {"s rt", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"loops", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"bdy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1406}, + {"viaduct", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"hotl", 1, {DICTIONARY_PLACE_NAME}, 1301}, + {"haven", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"motorway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cty.r", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"cty hw", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"cr", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1454}, + {"sthwstrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"private bag", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"bowling alley", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"llm", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1048}, + {"outlook", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"opas", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1570}, + {"rmb", 1, {DICTIONARY_POST_OFFICE}, 1380}, + {"avnue", 1, {DICTIONARY_STREET_TYPE}, 1693}, + {"vice chair person", 1, {DICTIONARY_PERSONAL_TITLE}, 1241}, + {"arterial", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"mid", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sec", 2, {DICTIONARY_QUALIFIER, DICTIONARY_UNIT_NUMBERED}, 1384}, + {"twpr", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"federal credit union", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"ar", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ho", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1070}, + {"knoll", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"public school", 1, {DICTIONARY_PLACE_NAME}, 1288}, + {"amphitheater", 1, {DICTIONARY_PLACE_NAME}, 1247}, + {"cst", 1, {DICTIONARY_PLACE_NAME}, 1265}, + {"shopping center", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"at the cnr of", 1, {DICTIONARY_CROSS_STREET}, 1133}, + {"bay", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"lwr level", 1, {DICTIONARY_LEVEL_STANDALONE}, 1173}, + {"md", 1, {DICTIONARY_TOPONYM}, 1800}, + {"stwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1646}, + {"l / g", 1, {DICTIONARY_LEVEL_STANDALONE}, 1172}, + {"tshp.h", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"s e", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"btte", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1419}, + {"newfoundland", 1, {DICTIONARY_TOPONYM}, -1}, + {"stall", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"sens", 1, {DICTIONARY_PERSONAL_TITLE}, 1239}, + {"alberta", 1, {DICTIONARY_TOPONYM}, -1}, + {"animal hosp", 1, {DICTIONARY_PLACE_NAME}, 1248}, + {"villag", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 1366}, + {"her honour", 1, {DICTIONARY_PERSONAL_TITLE}, 1206}, + {"sbwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1652}, + {"nat'l pk", 1, {DICTIONARY_PLACE_NAME}, 1328}, + {"vl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1676}, + {"aged care facilities", 1, {DICTIONARY_PLACE_NAME}, 1246}, + {"vue", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"norteastern", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"nwt", 1, {DICTIONARY_TOPONYM}, 1822}, + {"clubhouse", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pf", 1, {DICTIONARY_LEVEL_NUMBERED}, 1168}, + {"croft", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"north eastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"side", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"ns", 1, {DICTIONARY_TOPONYM}, 1821}, + {"nthwestrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"mailbag", 1, {DICTIONARY_POST_OFFICE}, 1370}, + {"mt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"north", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"na", 1, {DICTIONARY_NULL}, 1181}, + {"precinct", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nth west", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"m s", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1041}, + {"dale", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"crts", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1451}, + {"ms", 1, {DICTIONARY_POST_OFFICE}, 1375}, + {"workshop", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"nrth eastern", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"grdns", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1506}, + {"cst", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1456}, + {"center for the arts", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mndr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1557}, + {"glade", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"brewery", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rdgs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1617}, + {"registered nurse", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"pkwys", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1576}, + {"vets", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"top", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nrth wst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"glde", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1510}, + {"rsrve", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1072}, + {"sthwstn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"fitness centre", 1, {DICTIONARY_PLACE_NAME}, 1291}, + {"sth west", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"c", 1, {DICTIONARY_DIRECTIONAL}, 1139}, + {"nestrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"m c", 1, {DICTIONARY_POST_OFFICE}, 1376}, + {"nursing hom", 1, {DICTIONARY_PLACE_NAME}, 1323}, + {"cardinal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"csac", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1465}, + {"c r", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"sta", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_STREET_NAME}, 1233}, + {"vlas", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 1365}, + {"number", 2, {DICTIONARY_NUMBER, DICTIONARY_STREET_TYPE}, -1}, + {"po box", 1, {DICTIONARY_POST_OFFICE}, 1373}, + {"byu", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"s corporation", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"fcty", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 1067}, + {"ll b", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1042}, + {"south e", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"upper r", 1, {DICTIONARY_UNIT_STANDALONE}, 1889}, + {"c.rt", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"wv", 1, {DICTIONARY_TOPONYM}, 1845}, + {"esmt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1476}, + {"grdn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1505}, + {"cafe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tlpk", 1, {DICTIONARY_PLACE_NAME}, 1363}, + {"or", 1, {DICTIONARY_TOPONYM}, 1827}, + {"twp hwy", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"s.road", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"nrtwestrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"casino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"new jersey", 1, {DICTIONARY_TOPONYM}, -1}, + {"cty hwy", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"st rd", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"gly", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1516}, + {"se", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"geriatric unit", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gd blvd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"r m b", 1, {DICTIONARY_POST_OFFICE}, 1377}, + {"youth center", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"doctors", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PLACE_NAME}, -1}, + {"ladder", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"sw", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"cty hgwy", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"link", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"boulevard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"institute", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"n w", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"south dakota", 1, {DICTIONARY_TOPONYM}, -1}, + {"t / f / l", 1, {DICTIONARY_UNIT_STANDALONE}, 1884}, + {"suite", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"reserve", 5, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"south eastrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"shoal", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"prison", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ferry", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"western australia", 1, {DICTIONARY_TOPONYM}, -1}, + {"cabn", 1, {DICTIONARY_BUILDING_TYPE}, 1064}, + {"private", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cross road", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1461}, + {"societa europaea", 1, {DICTIONARY_COMPANY_TYPE}, 1127}, + {"gr blvd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"nort wst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"grdbd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"tnhs", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1075}, + {"national recreation area", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tsar", 1, {DICTIONARY_PERSONAL_TITLE}, 1195}, + {"num", 2, {DICTIONARY_NUMBER, DICTIONARY_STREET_TYPE}, 1182}, + {"louisiana", 1, {DICTIONARY_TOPONYM}, -1}, + {"norhwestern", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"s west", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"health center", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cultural centre", 1, {DICTIONARY_PLACE_NAME}, 1279}, + {"intermediary", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"gd bde", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"stop", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"hi", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"biz pk", 1, {DICTIONARY_PLACE_NAME}, 1260}, + {"ga", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1507}, + {"swy", 1, {DICTIONARY_STREET_TYPE}, 1720}, + {"hs", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1070}, + {"riv", 1, {DICTIONARY_SYNONYM}, 1766}, + {"norh wstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"showground", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"memorial", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"form", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"soestn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"state route", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nrth wstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"road side", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1623}, + {"parish", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"coolroom", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"nursing h", 1, {DICTIONARY_PLACE_NAME}, 1323}, + {"vice chairwoman", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"u.s post offices", 1, {DICTIONARY_CHAIN}, 1079}, + {"aves", 1, {DICTIONARY_STREET_TYPE}, 1694}, + {"grnds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1513}, + {"norteastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"clf", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1433}, + {"night club", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"co.rt", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"sherrifs department", 1, {DICTIONARY_PLACE_NAME}, 1353}, + {"cor", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1134}, + {"home for the aged", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"alleyway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"twrs", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1361}, + {"wyn", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"dip", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"s.hway", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"northeastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"european company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"to", 1, {DICTIONARY_STOPWORD}, -1}, + {"exit", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"hanger", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pavilion", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"range road", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"deli", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ut", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"new york", 1, {DICTIONARY_TOPONYM}, -1}, + {"res", 1, {DICTIONARY_PLACE_NAME}, 1348}, + {"alee", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1390}, + {"s road", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"national trust and savings association", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"mezzanine level", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"units", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"major general", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"path", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"f d", 1, {DICTIONARY_PLACE_NAME}, 1290}, + {"nrthwstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"tnhse", 1, {DICTIONARY_UNIT_NUMBERED}, 1075}, + {"tf", 1, {DICTIONARY_LEVEL_STANDALONE}, 1177}, + {"parcel", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"s wstn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"dam", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"d lit", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1049}, + {"wade", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ofc", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 1332}, + {"cty r", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"strata unit", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"gd boul", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"n west", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"air national guard base", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tshp.r", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"turn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"floor", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"southwstn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"theatre", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"at", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"crc", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1269}, + {"nrtheast", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"l c", 1, {DICTIONARY_COMPANY_TYPE}, 1105}, + {"t.f.r", 1, {DICTIONARY_UNIT_STANDALONE}, 1885}, + {"social club", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rtn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1615}, + {"belt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"stadium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"x ing", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1460}, + {"dental", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"arc", 1, {DICTIONARY_STREET_TYPE}, 1692}, + {"mddl", 1, {DICTIONARY_DIRECTIONAL}, 1143}, + {"ranch", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"norhw", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"n a", 1, {DICTIONARY_NULL}, 1181}, + {"cso", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1448}, + {"nt", 1, {DICTIONARY_TOPONYM}, 1815}, + {"monument", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"prom", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1599}, + {"cc", 1, {DICTIONARY_COMPANY_TYPE}, 1085}, + {"n.", 1, {DICTIONARY_DIRECTIONAL}, 1144}, + {"doctor of science", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"th", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"str", 1, {DICTIONARY_STREET_TYPE}, 1727}, + {"blt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1401}, + {"post office box", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"shrs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1635}, + {"cause", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1424}, + {"mr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1557}, + {"gr blvrd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"crossway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"serviceway", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cvp", 1, {DICTIONARY_PLACE_NAME}, 1262}, + {"swstrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"ground level", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"southe", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"bungalow", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"right and honorable", 1, {DICTIONARY_PERSONAL_TITLE}, 1228}, + {"nc", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"abbey", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"south w", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"pfc", 1, {DICTIONARY_PERSONAL_TITLE}, 1224}, + {"cnc", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1442}, + {"nonprofit", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"commons", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"aut", 1, {DICTIONARY_STREET_TYPE}, 1695}, + {"clb", 1, {DICTIONARY_PLACE_NAME}, 1270}, + {"cs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1459}, + {"lieut gov", 1, {DICTIONARY_PERSONAL_TITLE}, 1209}, + {"apt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"lobby", 3, {DICTIONARY_LEVEL_STANDALONE, DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, -1}, + {"lower ground floor", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"strwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1646}, + {"secondary school", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"appr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1394}, + {"hangar", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"norte", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"r h", 1, {DICTIONARY_PERSONAL_TITLE}, 1228}, + {"pmb", 1, {DICTIONARY_POST_OFFICE}, 1374}, + {"fst", 1, {DICTIONARY_SYNONYM}, 1741}, + {"carpark", 1, {DICTIONARY_PLACE_NAME}, 1263}, + {"md", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1046}, + {"twp.hgwy", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"lt colonel", 1, {DICTIONARY_PERSONAL_TITLE}, 1210}, + {"township road", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mtn", 1, {DICTIONARY_SYNONYM}, 1758}, + {"service", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"twp hgwy", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"retreat", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"greens", 1, {DICTIONARY_SYNONYM}, -1}, + {"br", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1409}, + {"st rt", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"detn", 1, {DICTIONARY_PLACE_NAME}, 1283}, + {"crss", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1459}, + {"assoc", 1, {DICTIONARY_COMPANY_TYPE}, 1081}, + {"ofcs", 1, {DICTIONARY_PLACE_NAME}, 1333}, + {"pth", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1580}, + {"padk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1571}, + {"carvn", 1, {DICTIONARY_PLACE_NAME}, 1262}, + {"g blvrd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"f c", 1, {DICTIONARY_COMPANY_TYPE}, 1096}, + {"montana", 1, {DICTIONARY_TOPONYM}, -1}, + {"bungalo", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1063}, + {"bachelor of science", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1036}, + {"phd", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1039}, + {"edge", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"mt", 1, {DICTIONARY_TOPONYM}, 1807}, + {"otlt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1566}, + {"private first class", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"thicket", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"srte", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"lgn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1540}, + {"center for the aged", 1, {DICTIONARY_PLACE_NAME}, 1246}, + {"nrtestrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"co hwy", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"rtt", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1345}, + {"ridgeway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"hngr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1517}, + {"t.r.", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"strav", 1, {DICTIONARY_STREET_TYPE}, 1726}, + {"t f", 1, {DICTIONARY_LEVEL_STANDALONE}, 1177}, + {"nrtwstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"chambers", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mun building", 1, {DICTIONARY_PLACE_NAME}, 1319}, + {"claim", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"offc", 1, {DICTIONARY_UNIT_NUMBERED}, 1332}, + {"reef", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"prarie", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"towers", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"courtyard", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"township", 1, {DICTIONARY_QUALIFIER}, -1}, + {"cl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1435}, + {"homes", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sign", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"lg", 1, {DICTIONARY_LEVEL_STANDALONE}, 1172}, + {"lt cmdr", 1, {DICTIONARY_PERSONAL_TITLE}, 1211}, + {"south carolina", 1, {DICTIONARY_TOPONYM}, -1}, + {"mansion", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aprt", 1, {DICTIONARY_UNIT_NUMBERED}, 1854}, + {"rt", 1, {DICTIONARY_LEVEL_STANDALONE}, 1176}, + {"over bridge", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1568}, + {"subway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"gpo box", 1, {DICTIONARY_POST_OFFICE}, 1372}, + {"m p adm", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1050}, + {"lt governor", 1, {DICTIONARY_PERSONAL_TITLE}, 1209}, + {"s.h.", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"@", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"svc road", 1, {DICTIONARY_STREET_TYPE}, 1719}, + {"piazza", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"roa", 1, {DICTIONARY_STREET_TYPE}, 1716}, + {"motel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"private mail box", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"centers", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"blck", 4, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, 1382}, + {"crossroads", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"hd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1521}, + {"sowstrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"community mail bag", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"sb", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 1179}, + {"riviera", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"sth eastern", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"wky", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1684}, + {"nwt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"kitchen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dentist", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"midle", 1, {DICTIONARY_DIRECTIONAL}, 1143}, + {"pky", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1575}, + {"s westrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"bps", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1420}, + {"european private company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"btsd", 1, {DICTIONARY_UNIT_NUMBERED}, 1856}, + {"single member company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"wds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_SYNONYM}, 1689}, + {"nth wstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"lt gen", 1, {DICTIONARY_PERSONAL_TITLE}, 1212}, + {"c hi", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"lld", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1054}, + {"arts center", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"br", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1408}, + {"north west", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"pei", 1, {DICTIONARY_TOPONYM}, 1829}, + {"act", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"st", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_STREET_NAME}, 1229}, + {"storey", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"via", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1679}, + {"fl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1495}, + {"nthwstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"grt", 1, {DICTIONARY_SYNONYM}, 1748}, + {"mphil", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1055}, + {"fireline", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"svc", 1, {DICTIONARY_PLACE_NAME}, 1352}, + {"q", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"gtr", 1, {DICTIONARY_SYNONYM}, 1749}, + {"tpk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1672}, + {"mailcenter", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"national park", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"snd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1639}, + {"diner", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tfl", 1, {DICTIONARY_UNIT_STANDALONE}, 1884}, + {"h k island", 1, {DICTIONARY_TOPONYM}, 1787}, + {"grbd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"jewish community center", 1, {DICTIONARY_PLACE_NAME}, 1307}, + {"mail bag", 1, {DICTIONARY_POST_OFFICE}, 1370}, + {"attorney", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"lgf", 1, {DICTIONARY_LEVEL_STANDALONE}, 1172}, + {"rnd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1628}, + {"jetty", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ro", 1, {DICTIONARY_STREET_TYPE}, 1716}, + {"airport", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"t / f / r", 1, {DICTIONARY_UNIT_STANDALONE}, 1885}, + {"extn", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, 1483}, + {"top / f", 1, {DICTIONARY_LEVEL_STANDALONE}, 1177}, + {"wm", 1, {DICTIONARY_GIVEN_NAME}, 1159}, + {"vly", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1677}, + {"frontage", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"vge", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 1366}, + {"lndg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1541}, + {"vy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1677}, + {"st road", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"connector", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ltd liability co", 1, {DICTIONARY_COMPANY_TYPE}, 1107}, + {"uppr r", 1, {DICTIONARY_UNIT_STANDALONE}, 1889}, + {"meadow", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"general patnership", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"road mail box", 1, {DICTIONARY_POST_OFFICE}, 1377}, + {"podium lvel", 1, {DICTIONARY_LEVEL_STANDALONE}, 1175}, + {"nwstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"& company", 1, {DICTIONARY_COMPANY_TYPE}, 1087}, + {"ldc", 1, {DICTIONARY_COMPANY_TYPE}, 1106}, + {"pei", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"union", 3, {DICTIONARY_COMPANY_TYPE, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"market", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tri", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"co", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ancg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1393}, + {"hawaii", 1, {DICTIONARY_TOPONYM}, -1}, + {"nrthwstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"crest", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"shoppingtown", 1, {DICTIONARY_PLACE_NAME}, 1355}, + {"vdct", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1679}, + {"nestn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"overpass", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ctg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1467}, + {"yd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1691}, + {"caravan par", 1, {DICTIONARY_PLACE_NAME}, 1262}, + {"oeic", 1, {DICTIONARY_COMPANY_TYPE}, 1116}, + {"bowl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cowy", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"rdgwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1618}, + {"saint", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_STREET_NAME}, -1}, + {"colorado", 1, {DICTIONARY_TOPONYM}, -1}, + {"arch bishop", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"nrt wstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"access", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ab", 1, {DICTIONARY_TOPONYM}, 1771}, + {"rapid", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"vice chair woman", 1, {DICTIONARY_PERSONAL_TITLE}, 1242}, + {"mp", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"back", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ne", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"near", 1, {DICTIONARY_NEAR}, -1}, + {"nat'l wildlife refuge area", 1, {DICTIONARY_PLACE_NAME}, 1330}, + {"swst", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"n t", 1, {DICTIONARY_COMPANY_TYPE}, 1101}, + {"cnrs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1446}, + {"trd", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"edg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1477}, + {"un", 1, {DICTIONARY_UNIT_NUMBERED}, 1876}, + {"& co", 1, {DICTIONARY_COMPANY_TYPE}, 1087}, + {"sister", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"reverend", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"res", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1072}, + {"intsctn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1530}, + {"bottom", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"sth estn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"super market", 1, {DICTIONARY_PLACE_NAME}, 1359}, + {"rsbl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1627}, + {"aly", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"mississippi", 1, {DICTIONARY_TOPONYM}, -1}, + {"fl", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"col", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sestn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"spur", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ut", 1, {DICTIONARY_TOPONYM}, 1840}, + {"cty.rt", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"nh", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"st rte", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"police station", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tenancy", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"s.r.", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"avenus", 1, {DICTIONARY_STREET_TYPE}, 1694}, + {"approach", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"mezz floor", 1, {DICTIONARY_LEVEL_MEZZANINE}, 1162}, + {"cmdr", 1, {DICTIONARY_PERSONAL_TITLE}, 1188}, + {"acres", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"acc", 1, {DICTIONARY_STREET_TYPE}, 1389}, + {"lagn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1540}, + {"melb", 1, {DICTIONARY_TOPONYM}, 1802}, + {"state road", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bwk", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 1258}, + {"vlla", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1077}, + {"cul-de-sac", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1465}, + {"msnt", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, 1071}, + {"bachelor of education", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"po", 1, {DICTIONARY_PLACE_NAME}, 1340}, + {"m d", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1046}, + {"pennsylvania", 1, {DICTIONARY_TOPONYM}, -1}, + {"master of education", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"c hgwy", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"lynne", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"marketplace", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grve", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1514}, + {"spring", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"bl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1407}, + {"strds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1649}, + {"h.k", 1, {DICTIONARY_TOPONYM}, 1786}, + {"bayoo", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1400}, + {"thor", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1657}, + {"hos", 1, {DICTIONARY_PLACE_NAME}, 1299}, + {"p s u", 1, {DICTIONARY_COMPANY_TYPE}, 1123}, + {"s h", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"military", 1, {DICTIONARY_SYNONYM}, -1}, + {"hotel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lab", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"id", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cnwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1426}, + {"norheastern", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"p l c", 1, {DICTIONARY_COMPANY_TYPE}, 1122}, + {"nrthwest", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"bot", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cabin", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"lgt col", 1, {DICTIONARY_PERSONAL_TITLE}, 1210}, + {"b / t", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, 1136}, + {"reservation", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"drove", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"sk", 1, {DICTIONARY_TOPONYM}, 1833}, + {"fire department", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"junctions", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"course", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"trn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1671}, + {"hk s.a.r", 1, {DICTIONARY_TOPONYM}, 1788}, + {"convalescent home", 1, {DICTIONARY_PLACE_NAME}, 1274}, + {"valleys", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"null", 1, {DICTIONARY_NULL}, -1}, + {"cnyn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1422}, + {"dame", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1413}, + {"b ed", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1052}, + {"elementary school", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rch", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1613}, + {"doc", 1, {DICTIONARY_PERSONAL_TITLE}, 1197}, + {"coral", 1, {DICTIONARY_CHAIN}, -1}, + {"honorable", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mus", 1, {DICTIONARY_PLACE_NAME}, 1320}, + {"bluffs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1403}, + {"al", 1, {DICTIONARY_TOPONYM}, 1770}, + {"nook", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"carwash", 1, {DICTIONARY_PLACE_NAME}, 1264}, + {"county road", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"master of philosophy", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"svcwy", 1, {DICTIONARY_STREET_TYPE}, 1720}, + {"blvrd", 1, {DICTIONARY_STREET_TYPE}, 1697}, + {"throughfare", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1657}, + {"south wstrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"c r", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"hth", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1523}, + {"harbour", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1518}, + {"wv", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"gl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1171}, + {"ontario", 1, {DICTIONARY_TOPONYM}, -1}, + {"cmmns", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1439}, + {"officer", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ladr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1539}, + {"crse", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1449}, + {"twp.rt", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"rn", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1058}, + {"natl wildlife refuge area", 1, {DICTIONARY_PLACE_NAME}, 1330}, + {"street", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"section", 2, {DICTIONARY_QUALIFIER, DICTIONARY_UNIT_NUMBERED}, -1}, + {"amphitheatre", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"alwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1391}, + {"prince", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"lane", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"c van park", 1, {DICTIONARY_PLACE_NAME}, 1262}, + {"strnd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1648}, + {"masonic homes", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"performing arts center", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"of", 1, {DICTIONARY_STOPWORD}, -1}, + {"ntheastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"stra", 1, {DICTIONARY_STREET_TYPE}, 1726}, + {"ent", 3, {DICTIONARY_ENTRANCE, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1157}, + {"yt", 1, {DICTIONARY_TOPONYM}, 1849}, + {"townline", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"twp.r", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"incorporated", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"cmb", 1, {DICTIONARY_POST_OFFICE}, 1371}, + {"dup", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"flt", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, 1495}, + {"artery", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"twp rte", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"right and honourable", 1, {DICTIONARY_PERSONAL_TITLE}, 1228}, + {"hstl", 1, {DICTIONARY_PLACE_NAME}, 1300}, + {"concord", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"esq", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1037}, + {"public school", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"up", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"masonic home", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mtel", 1, {DICTIONARY_PLACE_NAME}, 1318}, + {"stairs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nrt westrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"ctg", 1, {DICTIONARY_BUILDING_TYPE}, 1065}, + {"wynd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"shd", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1073}, + {"ran", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1608}, + {"colonel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"x way", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1463}, + {"brdg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1412}, + {"twy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1660}, + {"bdge", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1412}, + {"podium lev", 1, {DICTIONARY_LEVEL_STANDALONE}, 1175}, + {"mem", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 1315}, + {"lgt commander", 1, {DICTIONARY_PERSONAL_TITLE}, 1211}, + {"nrtwst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"correctional facility", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ia", 1, {DICTIONARY_TOPONYM}, 1792}, + {"master of engineering", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"tunnel", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"gr bld", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"pd level", 1, {DICTIONARY_LEVEL_STANDALONE}, 1175}, + {"sowestrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"arms", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"boulavard", 1, {DICTIONARY_STREET_TYPE}, 1697}, + {"foundation", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"door", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"tennessee", 1, {DICTIONARY_TOPONYM}, -1}, + {"h k", 1, {DICTIONARY_TOPONYM}, 1786}, + {"va", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1676}, + {"autoroute", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"coop", 1, {DICTIONARY_COMPANY_TYPE}, 1089}, + {"nv", 1, {DICTIONARY_TOPONYM}, 1809}, + {"heth", 1, {DICTIONARY_STREET_TYPE}, 1523}, + {"vllys", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1678}, + {"boarding house", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"h.k island", 1, {DICTIONARY_TOPONYM}, 1787}, + {"levl", 1, {DICTIONARY_LEVEL_NUMBERED}, 1167}, + {"de", 1, {DICTIONARY_TOPONYM}, 1781}, + {"fort", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"md", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1556}, + {"ug / fl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1178}, + {"cve", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1466}, + {"kennel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"prts", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1595}, + {"soeastern", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"glch", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1515}, + {"crsg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1460}, + {"international", 1, {DICTIONARY_SYNONYM}, -1}, + {"grd blvd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"roadside mail box", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"velodrome", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mbth", 1, {DICTIONARY_UNIT_NUMBERED}, 1864}, + {"mr", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_PERSONAL_TITLE}, -1}, + {"doctor of laws", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"united states postal service", 1, {DICTIONARY_CHAIN}, -1}, + {"crv", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1466}, + {"primary school", 1, {DICTIONARY_PLACE_NAME}, 1288}, + {"ky", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1535}, + {"ldg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1541}, + {"west", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"fire station", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"raceway", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"post box", 2, {DICTIONARY_POST_OFFICE, DICTIONARY_POST_OFFICE}, 1373}, + {"lwr mezz", 1, {DICTIONARY_LEVEL_MEZZANINE}, 1164}, + {"basement", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"dn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1472}, + {"nortestn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"cirs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1429}, + {"u s post offices", 1, {DICTIONARY_CHAIN}, 1079}, + {"cpe", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1700}, + {"idaho", 1, {DICTIONARY_TOPONYM}, -1}, + {"nrth eastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"norheast", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"trt", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"right of way", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"con", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"circt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1431}, + {"uppr", 3, {DICTIONARY_DIRECTIONAL, DICTIONARY_LEVEL_STANDALONE, DICTIONARY_SYNONYM}, 1154}, + {"brks", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1415}, + {"st route", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"cultural center", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"norhwest", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"gd blvrd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"look through co", 1, {DICTIONARY_COMPANY_TYPE}, 1111}, + {"estate", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"thick", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cul", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"soestrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"t.r.", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"aven", 1, {DICTIONARY_STREET_TYPE}, 1693}, + {"national", 1, {DICTIONARY_SYNONYM}, -1}, + {"viad", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1679}, + {"st.hi", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"pnt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1593}, + {"u s rte", 1, {DICTIONARY_STREET_TYPE}, 1735}, + {"kiosk", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"sec", 1, {DICTIONARY_PERSONAL_TITLE}, 1235}, + {"bl", 2, {DICTIONARY_QUALIFIER, DICTIONARY_UNIT_NUMBERED}, 1382}, + {"upper mezzanine", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"e", 1, {DICTIONARY_DIRECTIONAL}, 1140}, + {"county highway", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"societa privata europaea", 1, {DICTIONARY_COMPANY_TYPE}, 1128}, + {"blg", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1062}, + {"up", 2, {DICTIONARY_DIRECTIONAL, DICTIONARY_SYNONYM}, 1154}, + {"passage", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"jail", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"triangle", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"no liability", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"sheriff's dept", 1, {DICTIONARY_PLACE_NAME}, 1353}, + {"saints", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"norh eastern", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"staterd", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"masonic retirement village", 1, {DICTIONARY_PLACE_NAME}, 1349}, + {"ln", 1, {DICTIONARY_STREET_TYPE}, 1712}, + {"league", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nursing", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"scorp", 1, {DICTIONARY_COMPANY_TYPE}, 1124}, + {"sherrif's office", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rw", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1630}, + {"fld", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1490}, + {"non profit", 1, {DICTIONARY_COMPANY_TYPE}, 1115}, + {"hw", 1, {DICTIONARY_STREET_TYPE}, 1710}, + {"g boul", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"cty.hgwy", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"lakes", 1, {DICTIONARY_SYNONYM}, -1}, + {"pe", 1, {DICTIONARY_TOPONYM}, 1829}, + {"trwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1659}, + {"us highway", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bank", 4, {DICTIONARY_COMPANY_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"bs", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1036}, + {"rural route", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"jewish community centre", 1, {DICTIONARY_PLACE_NAME}, 1307}, + {"wi", 1, {DICTIONARY_TOPONYM}, 1847}, + {"brnch", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1409}, + {"bbq", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 1254}, + {"ldg", 1, {DICTIONARY_PLACE_NAME}, 1309}, + {"clm", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1432}, + {"swimming pool", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"g / l", 1, {DICTIONARY_LEVEL_STANDALONE}, 1171}, + {"c hwy", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"reservoir", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"saloon", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bhouse", 1, {DICTIONARY_PLACE_NAME}, 1257}, + {"con", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1442}, + {"b corporation", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"twp r", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"st.h", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"pard", 1, {DICTIONARY_STREET_TYPE}, 1573}, + {"llc", 1, {DICTIONARY_COMPANY_TYPE}, 1107}, + {"rserve", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1072}, + {"frst", 1, {DICTIONARY_SYNONYM}, 1741}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 1204}, + {"h u f", 1, {DICTIONARY_COMPANY_TYPE}, 1098}, + {"north wstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"northwest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"n estrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"st.hw", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"pd levl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1175}, + {"j d", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1038}, + {"paddock", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"shp", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 1356}, + {"det", 1, {DICTIONARY_PLACE_NAME}, 1283}, + {"us rte", 1, {DICTIONARY_STREET_TYPE}, 1735}, + {"ia", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"swestern", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"s hw", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"villg", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 1366}, + {"t hway", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"hall", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"xrd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1461}, + {"nrthestn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"lcks", 1, {DICTIONARY_SYNONYM}, 1756}, + {"betw", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, 1136}, + {"lkt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1549}, + {"childcare", 1, {DICTIONARY_PLACE_NAME}, 1267}, + {"lookout", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ps", 1, {DICTIONARY_PLACE_NAME}, 1344}, + {"fawy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1485}, + {"e", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ltd / gte", 1, {DICTIONARY_COMPANY_TYPE}, 1104}, + {"med", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 1314}, + {"thoroughway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"sthwestern", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"congress woman", 1, {DICTIONARY_PERSONAL_TITLE}, 1190}, + {"n wstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"car wash", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"common", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"mount", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"tshp.hgwy", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"nrt eastern", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"carspace", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"usps", 1, {DICTIONARY_CHAIN}, 1080}, + {"mdw", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1554}, + {"roadside mailbox", 1, {DICTIONARY_POST_OFFICE}, 1377}, + {"pr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1596}, + {"gulch", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cic", 1, {DICTIONARY_COMPANY_TYPE}, 1088}, + {"ofcr", 1, {DICTIONARY_PERSONAL_TITLE}, 1221}, + {"upr l", 1, {DICTIONARY_UNIT_STANDALONE}, 1888}, + {"wkshp", 1, {DICTIONARY_UNIT_NUMBERED}, 1879}, + {"rest", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"upper l", 1, {DICTIONARY_UNIT_STANDALONE}, 1888}, + {"mister", 1, {DICTIONARY_PERSONAL_TITLE}, 1218}, + {"doctor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"circle", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"norhestrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"valley", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"c van", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1423}, + {"shop", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"intl", 1, {DICTIONARY_SYNONYM}, 1752}, + {"end", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"resv", 1, {DICTIONARY_PLACE_NAME}, 1347}, + {"lieut col", 1, {DICTIONARY_PERSONAL_TITLE}, 1210}, + {"assoc", 1, {DICTIONARY_COMPANY_TYPE}, 1082}, + {"sthw", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"c rt", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"sh", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"t.f.l", 1, {DICTIONARY_UNIT_STANDALONE}, 1884}, + {"frks", 1, {DICTIONARY_SYNONYM}, 1744}, + {"tn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1654}, + {"iceland", 1, {DICTIONARY_CHAIN}, -1}, + {"utah", 1, {DICTIONARY_TOPONYM}, -1}, + {"art", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"court house", 1, {DICTIONARY_PLACE_NAME}, 1277}, + {"roadside delivery", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"mil", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ride", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"chair woman", 1, {DICTIONARY_PERSONAL_TITLE}, 1194}, + {"arizona", 1, {DICTIONARY_TOPONYM}, -1}, + {"northwstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"ran", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"southeastrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"out", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sthestn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"lgt gen", 1, {DICTIONARY_PERSONAL_TITLE}, 1212}, + {"hous", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1070}, + {"top floor right", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"x rd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1461}, + {"animal hospital", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tn", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"se", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"ne", 1, {DICTIONARY_TOPONYM}, 1808}, + {"d litt", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1049}, + {"nrth westrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"cutt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1467}, + {"strt", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"univers", 1, {DICTIONARY_PLACE_NAME}, 1364}, + {"o", 1, {DICTIONARY_UNIT_NUMBERED}, 1332}, + {"auditorium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"close", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"co.hway", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"park lands", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1574}, + {"gro", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1514}, + {"pthway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1581}, + {"rmbl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1606}, + {"pthwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1581}, + {"s.hwy", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_STREET_TYPE}, 1723}, + {"port", 5, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"down", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"wlkwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1684}, + {"burw", 1, {DICTIONARY_STREET_TYPE}, 1698}, + {"platform", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"massachusetts", 1, {DICTIONARY_TOPONYM}, -1}, + {"wrhs", 1, {DICTIONARY_UNIT_NUMBERED}, 1078}, + {"lk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1546}, + {"hgwy", 1, {DICTIONARY_STREET_TYPE}, 1710}, + {"department", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"crns", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1446}, + {"s western", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"around here", 1, {DICTIONARY_NEAR}, -1}, + {"no fixed address", 1, {DICTIONARY_NO_NUMBER}, -1}, + {"turnpike", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"vis", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"extension", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"hill", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"resrv", 1, {DICTIONARY_PLACE_NAME}, 1347}, + {"sound", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"plc", 1, {DICTIONARY_STREET_TYPE}, 1714}, + {"joint venture", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"b a", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1035}, + {"gate", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"esplanade", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ovrb", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1568}, + {"sta", 1, {DICTIONARY_PLACE_NAME}, 1357}, + {"crief", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"bend", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pathway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"tasmania", 1, {DICTIONARY_TOPONYM}, -1}, + {"rm", 1, {DICTIONARY_UNIT_NUMBERED}, 1867}, + {"cliffs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"rd", 1, {DICTIONARY_STREET_TYPE}, 1716}, + {"carav park", 1, {DICTIONARY_PLACE_NAME}, 1262}, + {"bot", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1404}, + {"roadhouse", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"maj gen", 1, {DICTIONARY_PERSONAL_TITLE}, 1215}, + {"nort eastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"bsm", 1, {DICTIONARY_LEVEL_BASEMENT}, 1160}, + {"sen", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"public pool", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"drov", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1475}, + {"locked bag", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"jnc", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1533}, + {"mll", 1, {DICTIONARY_PLACE_NAME}, 1310}, + {"shnt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1636}, + {"quys", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1604}, + {"winebar", 1, {DICTIONARY_PLACE_NAME}, 1368}, + {"attorney at law", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1034}, + {"rep", 1, {DICTIONARY_PERSONAL_TITLE}, 1236}, + {"thwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1658}, + {"business park", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"groves", 1, {DICTIONARY_SYNONYM}, -1}, + {"associates", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"c i c", 1, {DICTIONARY_COMPANY_TYPE}, 1088}, + {"vl", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1077}, + {"nb", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"trak", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1663}, + {"ant", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"rks", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1625}, + {"n f a", 1, {DICTIONARY_NO_NUMBER}, 1180}, + {"mps", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"road mailbox", 1, {DICTIONARY_POST_OFFICE}, 1377}, + {"nr", 2, {DICTIONARY_NUMBER, DICTIONARY_STREET_TYPE}, 1182}, + {"t hi", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"highway", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nth western", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"ntsa", 1, {DICTIONARY_COMPANY_TYPE}, 1113}, + {"p f c", 1, {DICTIONARY_PERSONAL_TITLE}, 1224}, + {"southwst", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"unltd", 1, {DICTIONARY_COMPANY_TYPE}, 1132}, + {"crd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1461}, + {"lagoon", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cowy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1463}, + {"ps", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1578}, + {"ba", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1035}, + {"avnues", 1, {DICTIONARY_STREET_TYPE}, 1694}, + {"look out", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1549}, + {"st.rd", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"steps", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"st.road", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"pvt ltd", 1, {DICTIONARY_COMPANY_TYPE}, 1117}, + {"maj", 1, {DICTIONARY_PERSONAL_TITLE}, 1214}, + {"neastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"box", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"na", 1, {DICTIONARY_COMPANY_TYPE}, 1112}, + {"kys", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1536}, + {"key", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"rgwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1618}, + {"enterprise", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"exp", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1482}, + {"mpa", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1050}, + {"break", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pharmacy", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vlt", 1, {DICTIONARY_UNIT_NUMBERED}, 1877}, + {"impasse", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nrt estn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"terrace", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"fds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1491}, + {"brook", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"emperor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"shl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1632}, + {"ville", 1, {DICTIONARY_SYNONYM}, -1}, + {"mezz lvl", 1, {DICTIONARY_LEVEL_MEZZANINE}, 1163}, + {"u s postal service", 1, {DICTIONARY_CHAIN}, 1080}, + {"miss", 1, {DICTIONARY_PERSONAL_TITLE}, 1220}, + {"pokt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1592}, + {"o", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"dm", 1, {DICTIONARY_PLACE_NAME}, 1280}, + {"vineyard", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"m p p", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1051}, + {"proprietary limited", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"california", 1, {DICTIONARY_TOPONYM}, -1}, + {"sect", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"house", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"rang", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1612}, + {"northern territory", 1, {DICTIONARY_TOPONYM}, -1}, + {"strand", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ind park", 1, {DICTIONARY_PLACE_NAME}, 1305}, + {"l / g / f", 1, {DICTIONARY_LEVEL_STANDALONE}, 1172}, + {"hrh", 1, {DICTIONARY_PERSONAL_TITLE}, 1202}, + {"aat", 1, {DICTIONARY_TOPONYM}, 1775}, + {"nrt western", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"senator", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"amble", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"in", 1, {DICTIONARY_TOPONYM}, 1791}, + {"southestrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"lower r", 1, {DICTIONARY_UNIT_STANDALONE}, 1881}, + {"aquarium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"estn", 1, {DICTIONARY_DIRECTIONAL}, 1141}, + {"brw", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1416}, + {"terrasse", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1655}, + {"strte", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"cres", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1455}, + {"burrow", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"concse", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1442}, + {"master in arts", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1045}, + {"divers", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1471}, + {"lady", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"freeway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"stair way", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1646}, + {"mezzanine floor", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"st", 1, {DICTIONARY_STREET_TYPE}, 1727}, + {"bnd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1402}, + {"elb", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"plns", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1588}, + {"tfr", 1, {DICTIONARY_UNIT_STANDALONE}, 1885}, + {"tr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1663}, + {"north wst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"hrbr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1518}, + {"bridge", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"stores", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rr", 1, {DICTIONARY_STREET_TYPE}, 1715}, + {"spc", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, 1640}, + {"hngr", 1, {DICTIONARY_UNIT_NUMBERED}, 1859}, + {"vice pm", 1, {DICTIONARY_PERSONAL_TITLE}, 1244}, + {"wtrs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1685}, + {"gd bld", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"right honorable", 1, {DICTIONARY_PERSONAL_TITLE}, 1228}, + {"upass", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1673}, + {"soeastrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"m", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ultd", 1, {DICTIONARY_COMPANY_TYPE}, 1132}, + {"cn", 1, {DICTIONARY_DIRECTIONAL}, 1138}, + {"r", 1, {DICTIONARY_UNIT_DIRECTION}, 1851}, + {"near here", 1, {DICTIONARY_NEAR}, -1}, + {"mead", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"alaska", 1, {DICTIONARY_TOPONYM}, -1}, + {"vilg", 1, {DICTIONARY_SYNONYM}, 1366}, + {"wy", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"boul", 1, {DICTIONARY_STREET_TYPE}, 1697}, + {"ramble", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"twp.hw", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"lower l", 1, {DICTIONARY_UNIT_STANDALONE}, 1880}, + {"convalescent center", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"corp", 1, {DICTIONARY_COMPANY_TYPE}, 1090}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"tncy", 1, {DICTIONARY_UNIT_NUMBERED}, 1874}, + {"s r", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"vice pres", 1, {DICTIONARY_PERSONAL_TITLE}, 1243}, + {"lmts", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1544}, + {"frnt", 4, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_DIRECTION, DICTIONARY_UNIT_STANDALONE}, 1502}, + {"str.way", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1646}, + {"al", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"lieut cmdr", 1, {DICTIONARY_PERSONAL_TITLE}, 1211}, + {"byps", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1420}, + {"stll", 1, {DICTIONARY_UNIT_NUMBERED}, 1869}, + {"church", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"southw", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"veterinary", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bld", 1, {DICTIONARY_BUILDING_TYPE}, 1062}, + {"psc", 1, {DICTIONARY_COMPANY_TYPE}, 1119}, + {"society", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"south eastern", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"apartments", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"reps", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"captain", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mtwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1563}, + {"ofc towers", 1, {DICTIONARY_PLACE_NAME}, 1335}, + {"sxn", 1, {DICTIONARY_QUALIFIER}, 1384}, + {"/ l", 1, {DICTIONARY_LEVEL_NUMBERED}, 1167}, + {"gp", 1, {DICTIONARY_COMPANY_TYPE}, 1097}, + {"frwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1501}, + {"piaz", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1583}, + {"trk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1663}, + {"svrd", 1, {DICTIONARY_STREET_TYPE}, 1719}, + {"sgt", 1, {DICTIONARY_PERSONAL_TITLE}, 1234}, + {"nth e", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"holw", 1, {DICTIONARY_STREET_TYPE}, 1526}, + {"piont", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1593}, + {"legum doctor", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1054}, + {"stu", 1, {DICTIONARY_UNIT_NUMBERED}, 1871}, + {"shunt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"hospice", 1, {DICTIONARY_PLACE_NAME}, 1299}, + {"subdiv", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1651}, + {"nortw", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"mn", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"p o b", 1, {DICTIONARY_POST_OFFICE}, 1373}, + {"rhode island", 1, {DICTIONARY_TOPONYM}, -1}, + {"gd", 1, {DICTIONARY_LEVEL_STANDALONE}, 1169}, + {"fund", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"n / f / a", 1, {DICTIONARY_NO_NUMBER}, 1180}, + {"allotment", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"s", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_STREET_NAME}, 1232}, + {"rosebowl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"hostl", 1, {DICTIONARY_PLACE_NAME}, 1300}, + {"oh", 1, {DICTIONARY_TOPONYM}, 1824}, + {"view", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"u s hwy", 1, {DICTIONARY_STREET_TYPE}, 1734}, + {"vil", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 1366}, + {"nwest", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"c.hgwy", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"hospital", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"township highway", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"so w", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"tshp.hi", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"c.hw", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"ups", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1673}, + {"clse", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1435}, + {"ex", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1483}, + {"florida", 1, {DICTIONARY_TOPONYM}, -1}, + {"maisonette", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, -1}, + {"municipal building", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"app", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sr", 1, {DICTIONARY_PERSONAL_TITLE}, 1201}, + {"southern australia", 1, {DICTIONARY_TOPONYM}, -1}, + {"bvd", 1, {DICTIONARY_STREET_TYPE}, 1697}, + {"hot", 1, {DICTIONARY_PLACE_NAME}, 1301}, + {"stn", 1, {DICTIONARY_PLACE_NAME}, 1357}, + {"hstel", 1, {DICTIONARY_PLACE_NAME}, 1300}, + {"tshp.rte", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"pine", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"slpe", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1721}, + {"vt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cncd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1440}, + {"us postal service", 1, {DICTIONARY_CHAIN}, 1080}, + {"tower", 5, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"nthw", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"dance studio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"twp.r", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"fw", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1501}, + {"ext", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, 1483}, + {"c", 3, {DICTIONARY_DIRECTIONAL, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1137}, + {"w", 1, {DICTIONARY_DIRECTIONAL}, 1155}, + {"xway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1463}, + {"wls", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1687}, + {"ter", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1655}, + {"bcorp", 1, {DICTIONARY_COMPANY_TYPE}, 1083}, + {"gd bd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"aly", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1390}, + {"nd", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"tshp rd", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"n h", 1, {DICTIONARY_PLACE_NAME}, 1323}, + {"rnge", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1612}, + {"ct", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ri", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1620}, + {"divide", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"dwns", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1704}, + {"polytechnic", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"laboratory", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hts", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1707}, + {"shopping town", 1, {DICTIONARY_PLACE_NAME}, 1355}, + {"norh", 1, {DICTIONARY_DIRECTIONAL}, 1144}, + {"sth wst", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"general post office box", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"basement", 1, {DICTIONARY_LEVEL_BASEMENT}, 1160}, + {"australian antarctic territory", 1, {DICTIONARY_TOPONYM}, -1}, + {"for", 1, {DICTIONARY_STOPWORD}, -1}, + {"maryland", 1, {DICTIONARY_TOPONYM}, -1}, + {"brigadier general", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"shor", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1634}, + {"nat'l rec area", 1, {DICTIONARY_PLACE_NAME}, 1329}, + {"srt", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"cooperative", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"golf club", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"co hway", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"berth", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"twp.h", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"x-way", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1463}, + {"jd", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1038}, + {"pla", 1, {DICTIONARY_STREET_TYPE}, 1714}, + {"doc", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"nrt wst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"bros", 1, {DICTIONARY_SYNONYM}, 1738}, + {"i", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1531}, + {"out", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1567}, + {"crcs", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1269}, + {"south wst", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"byp", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"qys", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1604}, + {"brgs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1418}, + {"village", 4, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"cross roads", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1462}, + {"lake", 1, {DICTIONARY_SYNONYM}, -1}, + {"castle", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"intg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1529}, + {"brother", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"nwra", 1, {DICTIONARY_PLACE_NAME}, 1330}, + {"middle school", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"municipal bldg", 1, {DICTIONARY_PLACE_NAME}, 1319}, + {"lord", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"prkwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1575}, + {"expway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1482}, + {"intn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1530}, + {"h.k s.a.r", 1, {DICTIONARY_TOPONYM}, 1788}, + {"cp", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1700}, + {"father", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"isld", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1531}, + {"so estrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"r h", 1, {DICTIONARY_PLACE_NAME}, 1349}, + {"nort eastern", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"bh", 1, {DICTIONARY_PLACE_NAME}, 1257}, + {"quays", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"clubrooms", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nth estn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"burg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"inst", 1, {DICTIONARY_PLACE_NAME}, 1306}, + {"nrthwestern", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"jcc", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"district", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"st highway", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"tram", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"jty", 1, {DICTIONARY_PLACE_NAME}, 1308}, + {"qc", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cen", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1137}, + {"new south wales", 1, {DICTIONARY_TOPONYM}, -1}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 1197}, + {"rear lwr", 1, {DICTIONARY_UNIT_STANDALONE}, 1882}, + {"hom", 1, {DICTIONARY_PLACE_NAME}, 1298}, + {"sdg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1637}, + {"st.route", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"return", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"parklands", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"bsmt", 1, {DICTIONARY_LEVEL_BASEMENT}, 1160}, + {"wd", 1, {DICTIONARY_UNIT_NUMBERED}, 1878}, + {"campus", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"professors", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ps", 1, {DICTIONARY_PLACE_NAME}, 1288}, + {"t / l", 1, {DICTIONARY_UNIT_STANDALONE}, 1886}, + {"t rt", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"so wstn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"hrh", 1, {DICTIONARY_PERSONAL_TITLE}, 1203}, + {"wstn", 1, {DICTIONARY_DIRECTIONAL}, 1156}, + {"communitycenter", 1, {DICTIONARY_PLACE_NAME}, 1272}, + {"cov", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1453}, + {"president", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"u s post office", 1, {DICTIONARY_CHAIN}, 1079}, + {"svcs", 1, {DICTIONARY_PLACE_NAME}, 1352}, + {"air force base", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vst", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1682}, + {"viadct", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1679}, + {"edc", 1, {DICTIONARY_COMPANY_TYPE}, 1092}, + {"forest", 1, {DICTIONARY_SYNONYM}, -1}, + {"academy", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"penitentiary", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"courts", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"master of public policy", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"new mexico", 1, {DICTIONARY_TOPONYM}, -1}, + {"r o", 1, {DICTIONARY_SYNONYM}, 1765}, + {"tshp hway", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"offices", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"open ended investment company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"bachelor of art", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1035}, + {"pines", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"strm", 1, {DICTIONARY_SYNONYM}, 1767}, + {"nort western", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"brth", 1, {DICTIONARY_UNIT_NUMBERED}, 1855}, + {"dle", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1468}, + {"clt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1430}, + {"lse", 1, {DICTIONARY_UNIT_NUMBERED}, 1861}, + {"jct", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1533}, + {"stm", 1, {DICTIONARY_SYNONYM}, 1767}, + {"dupl", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1066}, + {"manitoba", 1, {DICTIONARY_TOPONYM}, -1}, + {"aged care centre", 1, {DICTIONARY_PLACE_NAME}, 1246}, + {"co", 1, {DICTIONARY_TOPONYM}, 1779}, + {"cottg", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 1065}, + {"row", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1619}, + {"fty", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 1067}, + {"m f a", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1045}, + {"lieutenant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"farmers market", 1, {DICTIONARY_PLACE_NAME}, 1289}, + {"pre k", 1, {DICTIONARY_PLACE_NAME}, 1343}, + {"cmn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1438}, + {"shoals", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pur", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"soeast", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"swestrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"co.hw", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"i h", 1, {DICTIONARY_STREET_TYPE}, 1711}, + {"rh", 1, {DICTIONARY_PERSONAL_TITLE}, 1228}, + {"flats", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"t rd", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"sv rd", 1, {DICTIONARY_STREET_TYPE}, 1719}, + {"circlet", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"s.rd", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"keys", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"bus pk", 1, {DICTIONARY_PLACE_NAME}, 1260}, + {"tpke", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1672}, + {"tlwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1660}, + {"cyd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1452}, + {"shwy", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"host", 1, {DICTIONARY_PLACE_NAME}, 1300}, + {"mi", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1560}, + {"l l l p", 1, {DICTIONARY_COMPANY_TYPE}, 1108}, + {"north wstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"locn", 1, {DICTIONARY_UNIT_NUMBERED}, 1863}, + {"lev", 1, {DICTIONARY_LEVEL_NUMBERED}, 1167}, + {"t.rt", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"so", 1, {DICTIONARY_DIRECTIONAL}, 1149}, + {"mot", 1, {DICTIONARY_PLACE_NAME}, 1318}, + {"senior", 1, {DICTIONARY_PERSONAL_SUFFIX}, -1}, + {"prime minister", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"nort estn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"twp r", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"whf", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1688}, + {"rivr", 1, {DICTIONARY_SYNONYM}, 1766}, + {"senators", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"aptmnt", 1, {DICTIONARY_UNIT_NUMBERED}, 1854}, + {"t.hw", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"nm", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"thick", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1656}, + {"tshp hi", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"nat'l park", 1, {DICTIONARY_PLACE_NAME}, 1328}, + {"premier", 1, {DICTIONARY_CHAIN}, -1}, + {"lnwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1542}, + {"princess", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"southwestrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"mpal building", 1, {DICTIONARY_PLACE_NAME}, 1319}, + {"doctor of philosophy", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"boulevarde", 1, {DICTIONARY_STREET_TYPE}, 1697}, + {"national trust & savings association", 1, {DICTIONARY_COMPANY_TYPE}, 1113}, + {"community center", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"t l", 1, {DICTIONARY_UNIT_STANDALONE}, 1886}, + {"right hon", 1, {DICTIONARY_PERSONAL_TITLE}, 1228}, + {"sestrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"st.rt", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"dlitt", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1049}, + {"bar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ct", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1450}, + {"corner", 3, {DICTIONARY_CROSS_STREET, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"c.h", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"j", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"rdw", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1624}, + {"terminal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"convalescent", 1, {DICTIONARY_PLACE_NAME}, 1274}, + {"trailer", 4, {DICTIONARY_BUILDING_TYPE, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"cnr", 3, {DICTIONARY_CROSS_STREET, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1134}, + {"tor", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"shopping centre", 1, {DICTIONARY_PLACE_NAME}, 1355}, + {"nthwestern", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"baech", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1256}, + {"gd fl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1170}, + {"clde", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1437}, + {"quay", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1465}, + {"hospital for women", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"museum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jr", 1, {DICTIONARY_PERSONAL_SUFFIX}, 1183}, + {"vale", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"gr bde", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"j", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1533}, + {"s eastrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"la", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"csg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1460}, + {"texas", 1, {DICTIONARY_TOPONYM}, -1}, + {"podium", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"prekindergarten", 1, {DICTIONARY_PLACE_NAME}, 1343}, + {"ms", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_PERSONAL_TITLE}, -1}, + {"c.r.", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"tl", 1, {DICTIONARY_UNIT_STANDALONE}, 1886}, + {"movie theatre", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"crst", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1456}, + {"office towers", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bongalow", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1063}, + {"melbourne", 1, {DICTIONARY_TOPONYM}, -1}, + {"arty", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"iss", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1532}, + {"south westrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"m a", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1043}, + {"terace", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1655}, + {"mezzanine", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"hllw", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1526}, + {"gbd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"g p", 1, {DICTIONARY_COMPANY_TYPE}, 1097}, + {"pa", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"roadside mail service", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"wk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1683}, + {"il", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"restaurant", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hvn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1520}, + {"twp", 1, {DICTIONARY_QUALIFIER}, 1385}, + {"doctor of letters", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"pres", 1, {DICTIONARY_PERSONAL_TITLE}, 1222}, + {"retirement", 1, {DICTIONARY_PLACE_NAME}, 1349}, + {"unvrsty", 1, {DICTIONARY_PLACE_NAME}, 1364}, + {"bk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1397}, + {"camp", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"club house", 1, {DICTIONARY_PLACE_NAME}, 1271}, + {"major", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ap", 1, {DICTIONARY_UNIT_NUMBERED}, 1854}, + {"thoroughfare", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"hk island", 1, {DICTIONARY_TOPONYM}, 1787}, + {"centre", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"dvwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1474}, + {"township rd", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"glen", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"master of public administration", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"nova scotia", 1, {DICTIONARY_TOPONYM}, -1}, + {"post mail box", 1, {DICTIONARY_POST_OFFICE}, 1374}, + {"pe", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cty.hway", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"gateway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"avn", 1, {DICTIONARY_STREET_TYPE}, 1693}, + {"grd bvd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"lynn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1553}, + {"cmmn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1438}, + {"shls", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1633}, + {"grd bde", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"trlr park lot", 1, {DICTIONARY_UNIT_NUMBERED}, 1875}, + {"natl pk", 1, {DICTIONARY_PLACE_NAME}, 1328}, + {"mdr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1557}, + {"recycling", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lodge", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"quad", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"apch", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1394}, + {"mc", 1, {DICTIONARY_POST_OFFICE}, 1376}, + {"cpt", 1, {DICTIONARY_PERSONAL_TITLE}, 1192}, + {"is", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1531}, + {"park", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"t / f", 1, {DICTIONARY_LEVEL_STANDALONE}, 1177}, + {"substation", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"svc", 1, {DICTIONARY_PLACE_NAME}, 1351}, + {"id", 1, {DICTIONARY_TOPONYM}, 1789}, + {"hls", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1525}, + {"missouri", 1, {DICTIONARY_TOPONYM}, -1}, + {"university", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1413}, + {"lwr", 2, {DICTIONARY_DIRECTIONAL, DICTIONARY_SYNONYM}, 1142}, + {"u", 1, {DICTIONARY_UNIT_NUMBERED}, 1876}, + {"cswy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1424}, + {"mailservice", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"southeastern", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"f", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sh ctr", 1, {DICTIONARY_PLACE_NAME}, 1355}, + {"shors", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1635}, + {"stor", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 1358}, + {"on", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_STOPWORD}, -1}, + {"ss", 1, {DICTIONARY_PERSONAL_TITLE}, 1230}, + {"sherrifs dept", 1, {DICTIONARY_PLACE_NAME}, 1353}, + {"springs", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"pm", 1, {DICTIONARY_PERSONAL_TITLE}, 1223}, + {"doctor of medicine", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1046}, + {"raod", 1, {DICTIONARY_STREET_TYPE}, 1716}, + {"podium lvl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1175}, + {"#", 2, {DICTIONARY_NUMBER, DICTIONARY_STREET_TYPE}, 1182}, + {"paradise", 1, {DICTIONARY_SYNONYM}, -1}, + {"cmnty", 1, {DICTIONARY_PLACE_NAME}, 1273}, + {"huf", 1, {DICTIONARY_COMPANY_TYPE}, 1098}, + {"dv", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1473}, + {"sqr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1643}, + {"s.b", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 1179}, + {"cty.rte", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"abby", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"shore", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"roller rink", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"chartered", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"fr", 1, {DICTIONARY_PERSONAL_TITLE}, 1200}, + {"t r", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"hywy", 1, {DICTIONARY_STREET_TYPE}, 1710}, + {"bluf", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1403}, + {"pursuit", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"gr bd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"centre for the aged", 1, {DICTIONARY_PLACE_NAME}, 1246}, + {"rnch", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1609}, + {"nrthwst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"rh", 1, {DICTIONARY_PLACE_NAME}, 1349}, + {"parking", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ambl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1392}, + {"sowst", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"pd", 1, {DICTIONARY_LEVEL_STANDALONE}, 1174}, + {"uppr right", 1, {DICTIONARY_UNIT_STANDALONE}, 1889}, + {"victoria", 1, {DICTIONARY_TOPONYM}, -1}, + {"rds", 1, {DICTIONARY_STREET_TYPE}, 1717}, + {"app", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1394}, + {"lt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1543}, + {"fairway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"square", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"service road", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cors", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1446}, + {"cty.hwy", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"upr r", 1, {DICTIONARY_UNIT_STANDALONE}, 1889}, + {"twnhse", 1, {DICTIONARY_UNIT_NUMBERED}, 1075}, + {"s route", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"northeastern", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"labs", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lieutenant general", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"coop", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"aprt", 1, {DICTIONARY_PLACE_NAME}, 1251}, + {"rpds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1611}, + {"congresswoman", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"king", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"complex", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"e d c", 1, {DICTIONARY_COMPANY_TYPE}, 1092}, + {"co op", 1, {DICTIONARY_COMPANY_TYPE}, 1089}, + {"spa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gd/fl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1170}, + {"ltd liability company", 1, {DICTIONARY_COMPANY_TYPE}, 1107}, + {"abby", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 1245}, + {"trees", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"t", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"me", 1, {DICTIONARY_TOPONYM}, 1798}, + {"rapids", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"co", 1, {DICTIONARY_SYNONYM}, 1740}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 1854}, + {"ltd", 1, {DICTIONARY_COMPANY_TYPE}, 1103}, + {"tri", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1732}, + {"corporal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"shr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1634}, + {"prairie", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"l l c", 1, {DICTIONARY_COMPANY_TYPE}, 1107}, + {"dstrb", 1, {DICTIONARY_PLACE_NAME}, 1284}, + {"deputy prime minister", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"apts", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 1252}, + {"canyon", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"mb", 1, {DICTIONARY_TOPONYM}, 1799}, + {"l", 1, {DICTIONARY_STREET_TYPE}, 1712}, + {"crecent", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1455}, + {"representative", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"no", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"expressway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"sumt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1653}, + {"nurse home", 1, {DICTIONARY_PLACE_NAME}, 1331}, + {"rnde", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1626}, + {"havn", 1, {DICTIONARY_STREET_TYPE}, 1520}, + {"littl", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1547}, + {"ftwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1497}, + {"trunkway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ak", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"clstr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1436}, + {"co hi", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"range rd", 1, {DICTIONARY_STREET_TYPE}, 1715}, + {"se", 1, {DICTIONARY_UNIT_NUMBERED}, 1873}, + {"hk s a r", 1, {DICTIONARY_TOPONYM}, 1788}, + {"s east", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"vlg", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 1366}, + {"industrial park", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"northwst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"strp", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1650}, + {"left", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"peninsula", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nrs home", 1, {DICTIONARY_PLACE_NAME}, 1323}, + {"s.rt", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"hub", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"lbby", 2, {DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, 1862}, + {"exts", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1484}, + {"nrt", 1, {DICTIONARY_DIRECTIONAL}, 1144}, + {"vlls", 1, {DICTIONARY_PLACE_NAME}, 1365}, + {"oklahoma", 1, {DICTIONARY_TOPONYM}, -1}, + {"resv", 4, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, 1072}, + {"barn", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"t.r", 1, {DICTIONARY_UNIT_STANDALONE}, 1887}, + {"ave", 1, {DICTIONARY_STREET_TYPE}, 1693}, + {"u.s.p.s", 1, {DICTIONARY_CHAIN}, 1080}, + {"cty.rd", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"downes", 1, {DICTIONARY_SYNONYM}, 1704}, + {"trailer park lot", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"eastern", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"circles", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"co.hgwy", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"master of fine arts", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"gd / fl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1170}, + {"range", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"racecourse", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hs", 1, {DICTIONARY_PLACE_NAME}, 1324}, + {"shun", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pke", 1, {DICTIONARY_STREET_TYPE}, 1584}, + {"mpp", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1051}, + {"x-wy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1463}, + {"nth eastern", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"fountain", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sth western", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"mountains", 1, {DICTIONARY_SYNONYM}, -1}, + {"rty", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1346}, + {"bg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1417}, + {"crct", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1431}, + {"sw", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"so eastrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"ksk", 1, {DICTIONARY_UNIT_NUMBERED}, 1860}, + {"id", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1531}, + {"kowloon", 1, {DICTIONARY_TOPONYM}, -1}, + {"c.hway", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"in", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"s r", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"llp", 1, {DICTIONARY_COMPANY_TYPE}, 1109}, + {"st.highway", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"wyn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1690}, + {"lodg", 1, {DICTIONARY_PLACE_NAME}, 1309}, + {"jtty", 1, {DICTIONARY_PLACE_NAME}, 1308}, + {"vice chair man", 1, {DICTIONARY_PERSONAL_TITLE}, 1240}, + {"rotary", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"yard", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pty ltd", 1, {DICTIONARY_COMPANY_TYPE}, 1121}, + {"top floor left", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"public sector enterprise", 1, {DICTIONARY_COMPANY_TYPE}, 1123}, + {"hills", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"chairwoman", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"rt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1629}, + {"hbr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1518}, + {"cty.hw", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"ms ed", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1053}, + {"pr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1591}, + {"imp", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1527}, + {"crk", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1454}, + {"s w", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"prince edward island", 1, {DICTIONARY_TOPONYM}, -1}, + {"dorms", 1, {DICTIONARY_PLACE_NAME}, 1287}, + {"norhwstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"carp", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"vw", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1680}, + {"bywy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1421}, + {"meadows", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"n east", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"bngw", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1063}, + {"hosptl", 1, {DICTIONARY_PLACE_NAME}, 1299}, + {"lb", 1, {DICTIONARY_POST_OFFICE}, 1370}, + {"lby", 2, {DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, 1862}, + {"cross", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nearby", 1, {DICTIONARY_NEAR}, -1}, + {"sd", 1, {DICTIONARY_TOPONYM}, 1835}, + {"cottage", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"pharm d", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1060}, + {"n estn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"center for aged care", 1, {DICTIONARY_PLACE_NAME}, 1246}, + {"mnrs", 1, {DICTIONARY_PLACE_NAME}, 1312}, + {"city", 1, {DICTIONARY_SYNONYM}, -1}, + {"crematorium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"stream", 1, {DICTIONARY_SYNONYM}, -1}, + {"music hall", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"headquarters", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ring", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"crossroad", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"caravan park", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mnt", 1, {DICTIONARY_SYNONYM}, 1713}, + {"brothers", 1, {DICTIONARY_SYNONYM}, -1}, + {"barbeque", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 1254}, + {"p office box", 1, {DICTIONARY_POST_OFFICE}, 1373}, + {"radl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1605}, + {"b corp", 1, {DICTIONARY_COMPANY_TYPE}, 1083}, + {"crs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1455}, + {"concession", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ph d", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1039}, + {"trust", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"flds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1491}, + {"ste", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_STREET_NAME}, 1231}, + {"santa", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_STREET_NAME}, -1}, + {"oval", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"lower mezzanine", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"café", 1, {DICTIONARY_PLACE_NAME}, 1261}, + {"cause", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"indiana", 1, {DICTIONARY_TOPONYM}, -1}, + {"i", 1, {DICTIONARY_STREET_TYPE}, 1711}, + {"prkway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1575}, + {"united states post office", 1, {DICTIONARY_CHAIN}, -1}, + {"nort", 1, {DICTIONARY_DIRECTIONAL}, 1144}, + {"prkw", 1, {DICTIONARY_STREET_TYPE}, 1575}, + {"farms", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"yukon", 1, {DICTIONARY_TOPONYM}, -1}, + {"grave yard", 1, {DICTIONARY_PLACE_NAME}, 1294}, + {"ids", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1532}, + {"t r", 1, {DICTIONARY_UNIT_STANDALONE}, 1887}, + {"car park", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1503}, + {"fern", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"block", 4, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"lwr r", 1, {DICTIONARY_UNIT_STANDALONE}, 1881}, + {"arcade", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"mway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1563}, + {"oaks", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ch", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1427}, + {"mail service", 1, {DICTIONARY_POST_OFFICE}, 1375}, + {"d", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1473}, + {"cetr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1137}, + {"embassy", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gte", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1507}, + {"services", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gra", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"co.r", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"islands", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"villages", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"professional limited liability company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"exempted limited partnership", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"l d c", 1, {DICTIONARY_COMPANY_TYPE}, 1106}, + {"ab", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"prd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1573}, + {"pre-k", 1, {DICTIONARY_PLACE_NAME}, 1343}, + {"ro", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"por", 1, {DICTIONARY_UNIT_NUMBERED}, 1866}, + {"brig gen", 1, {DICTIONARY_PERSONAL_TITLE}, 1186}, + {"kln", 1, {DICTIONARY_TOPONYM}, 1796}, + {"upr left", 1, {DICTIONARY_UNIT_STANDALONE}, 1888}, + {"fall", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"b", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cls", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1435}, + {"annx", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, 1061}, + {"town hall", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cnr of", 1, {DICTIONARY_CROSS_STREET}, 1135}, + {"r m b", 1, {DICTIONARY_POST_OFFICE}, 1380}, + {"s hwy", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_STREET_TYPE}, 1723}, + {"wys", 1, {DICTIONARY_STREET_TYPE}, 1737}, + {"pope", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"va", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"vl", 1, {DICTIONARY_QUALIFIER}, 1366}, + {"gd / lvl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1171}, + {"lieut general", 1, {DICTIONARY_PERSONAL_TITLE}, 1212}, + {"tshp r", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"yt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cty hi", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"crescent", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"hrd", 1, {DICTIONARY_STREET_TYPE}, 1709}, + {"va", 1, {DICTIONARY_TOPONYM}, 1843}, + {"m phil", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1055}, + {"cove", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"jr h s", 1, {DICTIONARY_PLACE_NAME}, 1325}, + {"prt", 5, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1339}, + {"md", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"master of business administration", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"maison", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sthe", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"rmd", 1, {DICTIONARY_POST_OFFICE}, 1379}, + {"loaf", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"misses", 1, {DICTIONARY_PERSONAL_TITLE}, 1219}, + {"avenue", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plaza", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"kentucky", 1, {DICTIONARY_TOPONYM}, -1}, + {"upper ground floor", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"vennel", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"gaol", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sth westrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"hosp", 1, {DICTIONARY_PLACE_NAME}, 1299}, + {"pharm", 1, {DICTIONARY_PLACE_NAME}, 1337}, + {"caravan", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"truck trail", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tn", 1, {DICTIONARY_TOPONYM}, 1838}, + {"nurses home", 1, {DICTIONARY_PLACE_NAME}, 1331}, + {"nwestern", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"avnus", 1, {DICTIONARY_STREET_TYPE}, 1694}, + {"neck", 1, {DICTIONARY_SYNONYM}, -1}, + {"ucits", 1, {DICTIONARY_COMPANY_TYPE}, 1131}, + {"unt", 1, {DICTIONARY_UNIT_NUMBERED}, 1876}, + {"blf", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1403}, + {"st hwy", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"maine", 1, {DICTIONARY_TOPONYM}, -1}, + {"bsment", 1, {DICTIONARY_LEVEL_BASEMENT}, 1160}, + {"underpass", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"western", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"brk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1414}, + {"nh", 1, {DICTIONARY_PLACE_NAME}, 1323}, + {"rural mail box", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"pharmd", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1060}, + {"n l", 1, {DICTIONARY_COMPANY_TYPE}, 1114}, + {"gren", 1, {DICTIONARY_STREET_TYPE}, 1295}, + {"bsn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1399}, + {"strip", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"vista", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"so wstrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"top fl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1177}, + {"tr", 1, {DICTIONARY_UNIT_STANDALONE}, 1887}, + {"nt", 1, {DICTIONARY_TOPONYM}, 1820}, + {"nort west", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"plateau", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"lwr l", 1, {DICTIONARY_UNIT_STANDALONE}, 1880}, + {"r hon", 1, {DICTIONARY_PERSONAL_TITLE}, 1228}, + {"elb", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1478}, + {"gates", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"annexe", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"mo", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"brace", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"members of parliament", 1, {DICTIONARY_PERSONAL_TITLE}, 1217}, + {"junct", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1533}, + {"nj", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"m ed", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1053}, + {"extensions", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"t.h.", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"sportsground", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ent", 1, {DICTIONARY_COMPANY_TYPE}, 1093}, + {"rsv", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1072}, + {"hostel", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, -1}, + {"fitr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1494}, + {"hindu undivided family", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"hm", 1, {DICTIONARY_PLACE_NAME}, 1298}, + {"t / r", 1, {DICTIONARY_UNIT_STANDALONE}, 1887}, + {"parade", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cmty", 1, {DICTIONARY_PLACE_NAME}, 1273}, + {"staircase", 1, {DICTIONARY_STAIRCASE}, -1}, + {"beauty salon", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"llb", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1042}, + {"pkw", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1575}, + {"his honor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"stair", 1, {DICTIONARY_STAIRCASE}, -1}, + {"nl", 1, {DICTIONARY_COMPANY_TYPE}, 1114}, + {"t.hi", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"rt honorable", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PERSONAL_TITLE}, 1228}, + {"slip", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"between", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"beech", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1256}, + {"uppr l", 1, {DICTIONARY_UNIT_STANDALONE}, 1888}, + {"manors", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"landing", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"resort", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"g bde", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"sth e", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"nt sa", 1, {DICTIONARY_COMPANY_TYPE}, 1113}, + {"stheastern", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"national association", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"nl", 1, {DICTIONARY_TOPONYM}, 1817}, + {"bachelor of laws", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"overlook", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"sheriff's ofc", 1, {DICTIONARY_PLACE_NAME}, 1354}, + {"norh estrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"acrs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1388}, + {"rng", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1612}, + {"sirs", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cnctr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1444}, + {"footway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"no", 2, {DICTIONARY_NUMBER, DICTIONARY_STREET_TYPE}, 1182}, + {"cvn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1423}, + {"un", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1674}, + {"lks", 1, {DICTIONARY_SYNONYM}, 1754}, + {"frtg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1503}, + {"crwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1463}, + {"hbrs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1519}, + {"circel", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1428}, + {"sisters", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"limited partnership", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"vet", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mba", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1040}, + {"d / b / a", 1, {DICTIONARY_COMPANY_TYPE}, 1091}, + {"sub-basement", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 1179}, + {"glens", 1, {DICTIONARY_SYNONYM}, -1}, + {"x-road", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1461}, + {"nsw", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"us route", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"way", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bttms", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1405}, + {"brdway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1413}, + {"dormitory", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"harbors", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"gra", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1512}, + {"grove", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"retirement village", 1, {DICTIONARY_PLACE_NAME}, 1349}, + {"cty rt", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"fl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1486}, + {"bnglw", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1063}, + {"resrv", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1072}, + {"cct", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1431}, + {"c.h.", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"n eastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"ground floor", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"caravn park", 1, {DICTIONARY_PLACE_NAME}, 1262}, + {"barracks", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"subs", 1, {DICTIONARY_UNIT_NUMBERED}, 1872}, + {"nra", 1, {DICTIONARY_PLACE_NAME}, 1329}, + {"barrack", 1, {DICTIONARY_PLACE_NAME}, 1255}, + {"country club", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hi.rd", 1, {DICTIONARY_STREET_TYPE}, 1709}, + {"anex", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, 1061}, + {"cottgs", 1, {DICTIONARY_PLACE_NAME}, 1275}, + {"czar", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tp rd", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"township route", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1501}, + {"stree", 1, {DICTIONARY_STREET_TYPE}, 1727}, + {"pde", 1, {DICTIONARY_SYNONYM}, 1764}, + {"form", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1500}, + {"nh", 1, {DICTIONARY_TOPONYM}, 1811}, + {"nrthestrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"south west", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"low", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"l", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"northwstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"duke", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"h k s a r", 1, {DICTIONARY_TOPONYM}, 1788}, + {"c.r.", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 1714}, + {"bus prk", 1, {DICTIONARY_PLACE_NAME}, 1260}, + {"postbox", 1, {DICTIONARY_POST_OFFICE}, 1373}, + {"avenu", 1, {DICTIONARY_STREET_TYPE}, 1693}, + {"u", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"detention", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bttm", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1404}, + {"rserv", 1, {DICTIONARY_PLACE_NAME}, 1347}, + {"priors", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"fore shore", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1499}, + {"rev", 1, {DICTIONARY_PERSONAL_TITLE}, 1227}, + {"vlge", 4, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1366}, + {"vt", 1, {DICTIONARY_TOPONYM}, 1841}, + {"federal savings bank", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"cty", 1, {DICTIONARY_SYNONYM}, 1740}, + {"societa cooperativa europaea", 1, {DICTIONARY_COMPANY_TYPE}, 1126}, + {"ri", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ky", 1, {DICTIONARY_TOPONYM}, 1795}, + {"nrth estn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"s corp", 1, {DICTIONARY_COMPANY_TYPE}, 1124}, + {"pobox", 1, {DICTIONARY_POST_OFFICE}, 1373}, + {"villas", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"rdge", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1616}, + {"trfy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1664}, + {"terr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1655}, + {"lock", 1, {DICTIONARY_SYNONYM}, -1}, + {"nrteast", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"wy", 1, {DICTIONARY_TOPONYM}, 1848}, + {"nursery", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"thru", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1659}, + {"plz", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1590}, + {"rs", 1, {DICTIONARY_PLACE_NAME}, 1347}, + {"esquire", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"nsw", 1, {DICTIONARY_TOPONYM}, 1814}, + {"vault", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"easement", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"plains", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ks", 1, {DICTIONARY_TOPONYM}, 1794}, + {"n home", 1, {DICTIONARY_PLACE_NAME}, 1323}, + {"s e", 1, {DICTIONARY_COMPANY_TYPE}, 1127}, + {"ramp", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"mew", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"heads", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"summit", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"municipal", 1, {DICTIONARY_SYNONYM}, -1}, + {"road", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gp", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1504}, + {"cft", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1458}, + {"corseo", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nrtw", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"college", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"riverway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"chairman", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"nortestrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"sr", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"fry", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1489}, + {"ct", 1, {DICTIONARY_TOPONYM}, 1780}, + {"sowestern", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"uppr left", 1, {DICTIONARY_UNIT_STANDALONE}, 1888}, + {"nthe", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"pur", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1600}, + {"xrds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1462}, + {"steakhouse", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"il", 1, {DICTIONARY_TOPONYM}, 1790}, + {"chiropractic", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1489}, + {"us post office", 1, {DICTIONARY_CHAIN}, 1079}, + {"colonnade", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ground", 4, {DICTIONARY_LEVEL_STANDALONE, DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"qdgl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1602}, + {"lynn", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"theater", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ch", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"bottoms", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pln", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1587}, + {"bch", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1256}, + {"sprng", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1641}, + {"southeast", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"lower right", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"limited liability company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"qc", 1, {DICTIONARY_TOPONYM}, 1830}, + {"lieutenant commander", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"intersection", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"gd bvd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"arc", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ground lvl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1171}, + {"mun", 1, {DICTIONARY_SYNONYM}, 1760}, + {"term", 1, {DICTIONARY_PLACE_NAME}, 1360}, + {"t hwy", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"yrd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1691}, + {"btms", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1405}, + {"t.h", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"fitness center", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rsve", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1072}, + {"nrsng hm", 1, {DICTIONARY_PLACE_NAME}, 1323}, + {"shelter", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pct", 1, {DICTIONARY_PLACE_NAME}, 1341}, + {"mi", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"van", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"mdws", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1555}, + {"m eng", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1057}, + {"thro", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"nl", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"space", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"h.k.s.a.r", 1, {DICTIONARY_TOPONYM}, 1788}, + {"delaware", 1, {DICTIONARY_TOPONYM}, -1}, + {"ctrs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1425}, + {"lt", 1, {DICTIONARY_PERSONAL_TITLE}, 1208}, + {"wrd", 1, {DICTIONARY_UNIT_NUMBERED}, 1878}, + {"nrtheastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"jbt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"culture center", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"the", 1, {DICTIONARY_STOPWORD}, -1}, + {"dr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1473}, + {"sce", 1, {DICTIONARY_COMPANY_TYPE}, 1126}, + {"rear lower", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"corso", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"and co", 1, {DICTIONARY_COMPANY_TYPE}, 1087}, + {"westrn", 1, {DICTIONARY_DIRECTIONAL}, 1156}, + {"d phil", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1039}, + {"beach", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ug", 1, {DICTIONARY_LEVEL_STANDALONE}, 1178}, + {"drvwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1474}, + {"estates", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"plt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1589}, + {"afb", 1, {DICTIONARY_PLACE_NAME}, 1249}, + {"blv", 1, {DICTIONARY_STREET_TYPE}, 1697}, + {"state highway", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"virginia", 1, {DICTIONARY_TOPONYM}, -1}, + {"cty", 1, {DICTIONARY_SYNONYM}, 1739}, + {"fire line", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1492}, + {"bookstore", 1, {DICTIONARY_PLACE_NAME}, 1259}, + {"child care", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pointe", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"downs", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"curv", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1466}, + {"g bvd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"gtway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1509}, + {"divers", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"qd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1601}, + {"grd blvrd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"neastern", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"tr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1665}, + {"gr bvd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"secretary", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"us hwy", 1, {DICTIONARY_STREET_TYPE}, 1734}, + {"vsta", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1682}, + {"t.rd", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"hses", 1, {DICTIONARY_PLACE_NAME}, 1302}, + {"country clb", 1, {DICTIONARY_PLACE_NAME}, 1276}, + {"nrsg", 1, {DICTIONARY_PLACE_NAME}, 1323}, + {"centreway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"national wildlife refuge area", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"div", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"devn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1469}, + {"houses", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pd l", 1, {DICTIONARY_LEVEL_STANDALONE}, 1175}, + {"nt & sa", 1, {DICTIONARY_COMPANY_TYPE}, 1113}, + {"ofc twr", 1, {DICTIONARY_PLACE_NAME}, 1334}, + {"ports", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"rms box", 1, {DICTIONARY_POST_OFFICE}, 1377}, + {"bachelor of arts", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"creamery", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nort wstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"retirement home", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"conc", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1441}, + {"farmhouse", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"boulv", 1, {DICTIONARY_STREET_TYPE}, 1697}, + {"grd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1505}, + {"ltl", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1547}, + {"professor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"opp", 1, {DICTIONARY_STOPWORD}, 1387}, + {"william", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"zoo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nrt east", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"chalet", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"manor", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"carpark", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"oh", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"p o box", 1, {DICTIONARY_POST_OFFICE}, 1373}, + {"trace", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"island", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"inter section", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1530}, + {"cncrd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1440}, + {"lps", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1551}, + {"norhwstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"opera house", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pd lvl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1175}, + {"sheriff's department", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mid", 1, {DICTIONARY_SYNONYM}, 1143}, + {"and company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"upper right", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"d.o", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1059}, + {"ga", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"fy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1485}, + {"connecticut", 1, {DICTIONARY_TOPONYM}, -1}, + {"midl", 1, {DICTIONARY_SYNONYM}, 1143}, + {"pzza", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1583}, + {"g bld", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"dwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1474}, + {"community interest company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"g blvd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"div", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1470}, + {"family practice", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mail center", 1, {DICTIONARY_POST_OFFICE}, 1376}, + {"cliff", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"northestn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"nebraska", 1, {DICTIONARY_TOPONYM}, -1}, + {"washington", 1, {DICTIONARY_TOPONYM}, -1}, + {"crwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1464}, + {"hon", 1, {DICTIONARY_PERSONAL_TITLE}, 1207}, + {"rear", 3, {DICTIONARY_UNIT_DIRECTION, DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, -1}, + {"ugf", 1, {DICTIONARY_LEVEL_STANDALONE}, 1178}, + {"wy", 1, {DICTIONARY_STREET_TYPE}, 1736}, + {"isle", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cinema", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"wksp", 1, {DICTIONARY_UNIT_NUMBERED}, 1879}, + {"sme ltd", 1, {DICTIONARY_COMPANY_TYPE}, 1129}, + {"rofw", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1619}, + {"preschool", 1, {DICTIONARY_PLACE_NAME}, 1342}, + {"boathouse", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gd lvl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1171}, + {"r / o", 1, {DICTIONARY_SYNONYM}, 1765}, + {"town houses", 1, {DICTIONARY_PLACE_NAME}, 1362}, + {"ldge", 1, {DICTIONARY_PLACE_NAME}, 1309}, + {"rst", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1614}, + {"nwstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"hong kong island", 1, {DICTIONARY_TOPONYM}, -1}, + {"development", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nthwstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"terrac", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1655}, + {"cott", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 1065}, + {"hird", 1, {DICTIONARY_STREET_TYPE}, 1709}, + {"al", 1, {DICTIONARY_STREET_TYPE}, 1390}, + {"natl prk", 1, {DICTIONARY_PLACE_NAME}, 1328}, + {"studio", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"nrth w", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"d sc", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1047}, + {"medical doctor", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"nrtwestern", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"police department", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jctn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1533}, + {"stra", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1648}, + {"junction", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"rdsd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1623}, + {"room", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"rmb", 1, {DICTIONARY_POST_OFFICE}, 1377}, + {"nrth west", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"hong kong", 1, {DICTIONARY_TOPONYM}, -1}, + {"ms", 1, {DICTIONARY_TOPONYM}, 1805}, + {"wells", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"t f l", 1, {DICTIONARY_UNIT_STANDALONE}, 1884}, + {"pasg", 1, {DICTIONARY_STREET_TYPE}, 1579}, + {"club", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"fline", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1492}, + {"h", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"chapel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"litt d", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1049}, + {"gdfl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1170}, + {"avs", 1, {DICTIONARY_STREET_TYPE}, 1694}, + {"nevada", 1, {DICTIONARY_TOPONYM}, -1}, + {"public market", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sauna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ant", 1, {DICTIONARY_UNIT_NUMBERED}, 1853}, + {"so western", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"th d", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1056}, + {"islds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1532}, + {"t hgwy", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"townhouses", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vice prime minister", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"p d", 1, {DICTIONARY_PLACE_NAME}, 1338}, + {"folw", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1496}, + {"e e i g", 1, {DICTIONARY_COMPANY_TYPE}, 1094}, + {"spgs", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1722}, + {"deputy pm", 1, {DICTIONARY_PERSONAL_TITLE}, 1196}, + {"rear of", 1, {DICTIONARY_SYNONYM}, -1}, + {"st.hwy", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"firetrail", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"inter state", 1, {DICTIONARY_STREET_TYPE}, 1711}, + {"neaves", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"st hw", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"fields", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"tramway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"dc", 1, {DICTIONARY_TOPONYM}, 1782}, + {"t.rte", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"av", 1, {DICTIONARY_STREET_TYPE}, 1693}, + {"north e", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"vlly", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1677}, + {"lit", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"salon", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s rd", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"lgt gov", 1, {DICTIONARY_PERSONAL_TITLE}, 1209}, + {"board house", 1, {DICTIONARY_PLACE_NAME}, 1257}, + {"h r h", 1, {DICTIONARY_PERSONAL_TITLE}, 1203}, + {"prm", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1599}, + {"d th", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1056}, + {"s / centre", 1, {DICTIONARY_PLACE_NAME}, 1355}, + {"lgt cmdr", 1, {DICTIONARY_PERSONAL_TITLE}, 1211}, + {"gf", 1, {DICTIONARY_LEVEL_STANDALONE}, 1170}, + {"robert", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"twp.rd", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"nd", 1, {DICTIONARY_TOPONYM}, 1819}, + {"lieut colonel", 1, {DICTIONARY_PERSONAL_TITLE}, 1210}, + {"nfa", 1, {DICTIONARY_NO_NUMBER}, 1180}, + {"s hway", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"tshp.hwy", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"nrteastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"vll", 1, {DICTIONARY_PLACE_NAME}, 1077}, + {"stravenue", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ibc", 1, {DICTIONARY_COMPANY_TYPE}, 1100}, + {"brae", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"co.r", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"the yukon", 1, {DICTIONARY_TOPONYM}, 1849}, + {"north carolina", 1, {DICTIONARY_TOPONYM}, -1}, + {"gardens", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"lagon", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1540}, + {"jcts", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1534}, + {"ca", 1, {DICTIONARY_TOPONYM}, 1778}, + {"ky", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"nrt eastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"grv", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1514}, + {"t.l", 1, {DICTIONARY_UNIT_STANDALONE}, 1886}, + {"r.r", 1, {DICTIONARY_STREET_TYPE}, 1718}, + {"mil", 1, {DICTIONARY_SYNONYM}, 1757}, + {"not applicable", 1, {DICTIONARY_NULL}, -1}, + {"cara park", 1, {DICTIONARY_PLACE_NAME}, 1262}, + {"rowy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1619}, + {"nrtestn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"gas station", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"so eastern", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"sp", 1, {DICTIONARY_COMPANY_TYPE}, 1125}, + {"northwestrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"lt gov", 1, {DICTIONARY_PERSONAL_TITLE}, 1209}, + {"bag", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"ph", 2, {DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, 1865}, + {"cr", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"level", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 1386}, + {"norhwestrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"racing track", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lgt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1543}, + {"investment company with variable capital", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"pc ltd", 1, {DICTIONARY_COMPANY_TYPE}, 1122}, + {"vis", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1682}, + {"tshp r", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"ntheastern", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"nurses home", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dstr", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1284}, + {"tas", 1, {DICTIONARY_TOPONYM}, 1837}, + {"l", 1, {DICTIONARY_UNIT_DIRECTION}, 1850}, + {"close corporation", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"capt", 1, {DICTIONARY_PERSONAL_TITLE}, 1192}, + {"district judge", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"industrial estate", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rsd", 1, {DICTIONARY_POST_OFFICE}, 1378}, + {"co.rte", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"tshp hgwy", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"nrt west", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"state rte", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"tshp rte", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"exten", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1483}, + {"so estn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"ns", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ally", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"nrthwestrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"quebec", 1, {DICTIONARY_TOPONYM}, -1}, + {"rt hon", 1, {DICTIONARY_PERSONAL_TITLE}, 1228}, + {"mt", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1713}, + {"so wst", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"s.route", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"frgs", 1, {DICTIONARY_SYNONYM}, 1746}, + {"mills", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"mezz fl", 1, {DICTIONARY_LEVEL_MEZZANINE}, 1162}, + {"gr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1514}, + {"culture centre", 1, {DICTIONARY_PLACE_NAME}, 1278}, + {"knolls", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"blvd", 1, {DICTIONARY_STREET_TYPE}, 1697}, + {"x-rd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1461}, + {"natl", 1, {DICTIONARY_SYNONYM}, 1761}, + {"broadway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"interstate", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"arts centre", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lttl", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1547}, + {"dba", 1, {DICTIONARY_COMPANY_TYPE}, 1091}, + {"atty", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1034}, + {"ga", 1, {DICTIONARY_TOPONYM}, 1784}, + {"queen", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"junior", 1, {DICTIONARY_PERSONAL_SUFFIX}, -1}, + {"sargeant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"strd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1648}, + {"veterinarian", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"by", 1, {DICTIONARY_STREET_TYPE}, 1696}, + {"ballroom", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dist", 1, {DICTIONARY_PLACE_NAME}, 1285}, + {"nthestn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"european economic interest grouping", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"p.o. box", 1, {DICTIONARY_POST_OFFICE}, 1373}, + {"j h s", 1, {DICTIONARY_PLACE_NAME}, 1325}, + {"jhs", 1, {DICTIONARY_PLACE_NAME}, 1325}, + {"str way", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1646}, + {"vlys", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1678}, + {"gr boul", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"radial", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nursing center", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"wst", 1, {DICTIONARY_DIRECTIONAL}, 1155}, + {"gully", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ra", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1606}, + {"bottms", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1405}, + {"mls", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1562}, + {"grds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1506}, + {"t.hway", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"vws", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1681}, + {"alabama", 1, {DICTIONARY_TOPONYM}, -1}, + {"lgt colonel", 1, {DICTIONARY_PERSONAL_TITLE}, 1210}, + {"mpal bldg", 1, {DICTIONARY_PLACE_NAME}, 1319}, + {"soc", 1, {DICTIONARY_COMPANY_TYPE}, 1130}, + {"roundabout", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"stables", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"light", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nth east", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"locked mail bag", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"nort wstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"south wstn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"lvel", 1, {DICTIONARY_LEVEL_NUMBERED}, 1167}, + {"m b a", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1040}, + {"inc", 1, {DICTIONARY_COMPANY_TYPE}, 1099}, + {"n wst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"northestrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"dorm", 1, {DICTIONARY_PLACE_NAME}, 1286}, + {"ford", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"bc", 1, {DICTIONARY_TOPONYM}, 1777}, + {"locks", 1, {DICTIONARY_SYNONYM}, -1}, + {"brch", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1409}, + {"byu", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1400}, + {"nth", 1, {DICTIONARY_DIRECTIONAL}, 1144}, + {"fl", 1, {DICTIONARY_LEVEL_NUMBERED}, 1166}, + {"so east", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"wshp", 1, {DICTIONARY_UNIT_NUMBERED}, 1879}, + {"№", 1, {DICTIONARY_NUMBER}, 1182}, + {"gallery", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sqs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1644}, + {"phm", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1055}, + {"bldg", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1062}, + {"mb", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"inlet", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"clr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1436}, + {"cyn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1422}, + {"nth wstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"hway", 1, {DICTIONARY_STREET_TYPE}, 1710}, + {"nthestrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"san", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_STREET_NAME}, -1}, + {"crve", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1466}, + {"middle", 2, {DICTIONARY_DIRECTIONAL, DICTIONARY_SYNONYM}, -1}, + {"pllc", 1, {DICTIONARY_COMPANY_TYPE}, 1118}, + {"lf", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1548}, + {"vice president", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"shctr", 1, {DICTIONARY_PLACE_NAME}, 1355}, + {"knob", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"bakery", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"wlk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1683}, + {"messrs", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"locked bag", 1, {DICTIONARY_POST_OFFICE}, 1370}, + {"nth estrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"s.rte", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"wharf", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"lieut governor", 1, {DICTIONARY_PERSONAL_TITLE}, 1209}, + {"co hgwy", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"corners", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"sthwest", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"nortwestern", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"rge rd", 1, {DICTIONARY_STREET_TYPE}, 1715}, + {"throughway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"rte", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1629}, + {"ridge", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nrtheastern", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"forge", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"g level", 1, {DICTIONARY_LEVEL_STANDALONE}, 1171}, + {"causeway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"falls", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pb", 1, {DICTIONARY_POST_OFFICE}, 1373}, + {"distrib", 1, {DICTIONARY_PLACE_NAME}, 1284}, + {"duplex", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"north estn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"professional service corporation", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"me", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"robt", 1, {DICTIONARY_GIVEN_NAME}, 1158}, + {"c hw", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"fmtn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1500}, + {"alley", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"gen", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pse", 1, {DICTIONARY_COMPANY_TYPE}, 1123}, + {"cntn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1443}, + {"orch", 1, {DICTIONARY_SYNONYM}, 1763}, + {"estrn", 1, {DICTIONARY_DIRECTIONAL}, 1141}, + {"prc", 1, {DICTIONARY_COMPANY_TYPE}, 1122}, + {"sth estrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"z", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"fire track", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1493}, + {"row", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"general", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"theatres", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cntrl", 1, {DICTIONARY_DIRECTIONAL}, 1138}, + {"reps", 1, {DICTIONARY_PERSONAL_TITLE}, 1237}, + {"walkway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pond", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"allyway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1391}, + {"retirement v", 1, {DICTIONARY_PLACE_NAME}, 1349}, + {"all", 1, {DICTIONARY_STOPWORD}, -1}, + {"hi rd", 1, {DICTIONARY_STREET_TYPE}, 1709}, + {"vlgs", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 1367}, + {"est", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1480}, + {"rdg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1616}, + {"representatives", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"swstn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"antenna", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"lieutenant colonel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bar be que", 1, {DICTIONARY_PLACE_NAME}, 1254}, + {"golf course", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lockedbag", 1, {DICTIONARY_POST_OFFICE}, 1370}, + {"doctor of pharmacy", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"kansas", 1, {DICTIONARY_TOPONYM}, -1}, + {"sr", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"board walk", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 1258}, + {"right honourable", 1, {DICTIONARY_PERSONAL_TITLE}, 1228}, + {"ctrl", 1, {DICTIONARY_DIRECTIONAL}, 1138}, + {"track", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pdse", 1, {DICTIONARY_SYNONYM}, 1764}, + {"anchorage", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nm", 1, {DICTIONARY_TOPONYM}, 1813}, + {"flr", 1, {DICTIONARY_LEVEL_NUMBERED}, 1166}, + {"norh east", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"norh w", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"ex services complex", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"twp.hi", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"w", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ba", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"nvs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1564}, + {"ftrk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1493}, + {"t.hwy", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"pns", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1586}, + {"pre-school", 1, {DICTIONARY_PLACE_NAME}, 1342}, + {"bunglow", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1063}, + {"pnes", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1586}, + {"bluff", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ctr", 1, {DICTIONARY_DIRECTIONAL}, 1139}, + {"maze", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"rsrv", 5, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, 1072}, + {"bachelor of sciences", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"psge", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1579}, + {"heights", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"podium level", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"juris doctor", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"gymnasium", 1, {DICTIONARY_PLACE_NAME}, 1296}, + {"quad", 1, {DICTIONARY_QUALIFIER}, 1383}, + {"private limited company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"xwy", 4, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_STREET_TYPE}, 1463}, + {"sthestrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"rt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1345}, + {"d b a", 1, {DICTIONARY_COMPANY_TYPE}, 1091}, + {"whrf", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1688}, + {"co.rd", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"nu", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"loop", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"trail", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"fwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1501}, + {"vice chair", 1, {DICTIONARY_PERSONAL_TITLE}, 1241}, + {"master of science", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"hollow", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"gd level", 1, {DICTIONARY_LEVEL_STANDALONE}, 1171}, + {"bazaar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tshp.rd", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"nck", 1, {DICTIONARY_SYNONYM}, 1762}, + {"gln", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1511}, + {"bistro", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nt and sa", 1, {DICTIONARY_COMPANY_TYPE}, 1113}, + {"hse", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1070}, + {"mw", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1558}, + {"ruins", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"br", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1412}, + {"co hw", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"northw", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"arkansas", 1, {DICTIONARY_TOPONYM}, -1}, + {"grn", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1295}, + {"nc", 1, {DICTIONARY_TOPONYM}, 1818}, + {"tline", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1661}, + {"m s e", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1053}, + {"trlr pk lot", 1, {DICTIONARY_UNIT_NUMBERED}, 1875}, + {"pl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1587}, + {"lieut commander", 1, {DICTIONARY_PERSONAL_TITLE}, 1211}, + {"sir", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"t.r", 1, {DICTIONARY_STREET_TYPE}, 1730}, + {"winery", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"doctor of divinity", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"butte", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"twp h", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"fords", 1, {DICTIONARY_SYNONYM}, -1}, + {"uns", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1675}, + {"p.o box", 1, {DICTIONARY_POST_OFFICE}, 1373}, + {"nrth", 1, {DICTIONARY_DIRECTIONAL}, 1144}, + {"sanctuary", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"credit union", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"drive", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cntr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1137}, + {"v", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"monastry", 1, {DICTIONARY_PLACE_NAME}, 1317}, + {"promenade", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"palms", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"parkwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1575}, + {"pob", 1, {DICTIONARY_POST_OFFICE}, 1373}, + {"south", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bsmnt", 1, {DICTIONARY_LEVEL_BASEMENT}, 1160}, + {"boardwalk", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ok", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ug / f", 1, {DICTIONARY_LEVEL_STANDALONE}, 1178}, + {"xroad", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1461}, + {"spe", 1, {DICTIONARY_COMPANY_TYPE}, 1128}, + {"turnabout", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"s hi", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"formation", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"i", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sainte", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_STREET_NAME}, -1}, + {"carp", 1, {DICTIONARY_UNIT_NUMBERED}, 1857}, + {"brce", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1408}, + {"lp", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1550}, + {"jnr", 1, {DICTIONARY_PERSONAL_SUFFIX}, 1183}, + {"norh eastrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"ml", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1561}, + {"mem", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bottm", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1404}, + {"district of columbia", 1, {DICTIONARY_TOPONYM}, -1}, + {"east", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"caratel", 1, {DICTIONARY_PLACE_NAME}, 1262}, + {"nrth east", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"seastern", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"economic development corporation", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"south east", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"gap", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pd", 1, {DICTIONARY_PLACE_NAME}, 1338}, + {"grwy", 1, {DICTIONARY_STREET_TYPE}, 1706}, + {"lgt general", 1, {DICTIONARY_PERSONAL_TITLE}, 1212}, + {"upr right", 1, {DICTIONARY_UNIT_STANDALONE}, 1889}, + {"cts", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1451}, + {"vic", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"on", 1, {DICTIONARY_TOPONYM}, 1826}, + {"co rte", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"cruiseway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"lower left", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"south estrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"community", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pocket", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"top floor", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"animal shelter", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bar be cue", 1, {DICTIONARY_PLACE_NAME}, 1254}, + {"woods", 2, {DICTIONARY_STREET_NAME, DICTIONARY_SYNONYM}, -1}, + {"primary care", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"chase", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"lnk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1546}, + {"ok", 1, {DICTIONARY_TOPONYM}, 1825}, + {"m s ed", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1053}, + {"mnr", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1311}, + {"pk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1584}, + {"loctn", 1, {DICTIONARY_UNIT_NUMBERED}, 1863}, + {"norh e", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"northwest territories", 1, {DICTIONARY_TOPONYM}, -1}, + {"norh western", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"nort east", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"podium levl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1175}, + {"ak", 1, {DICTIONARY_TOPONYM}, 1772}, + {"cty clb", 1, {DICTIONARY_PLACE_NAME}, 1276}, + {"lookthrough co", 1, {DICTIONARY_COMPANY_TYPE}, 1111}, + {"association", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"off", 1, {DICTIONARY_UNIT_NUMBERED}, 1332}, + {"s estrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"inn", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cvan", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, 1423}, + {"cty.r", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"thro", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1659}, + {"c rte", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"central", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"st.hgwy", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"accs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1389}, + {"squares", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"rr", 1, {DICTIONARY_STREET_TYPE}, 1718}, + {"and", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"nat'l prk", 1, {DICTIONARY_PLACE_NAME}, 1328}, + {"top left", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"dutchess", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"st wy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1646}, + {"st hway", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"hieghts", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1707}, + {"cr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1455}, + {"esp", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1479}, + {"nrtwstrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"lease", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"twp.hwy", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"s wstrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"right honorable", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"no", 1, {DICTIONARY_DIRECTIONAL}, 1144}, + {"ctyd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1452}, + {"circuit", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"south western", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"bnk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1398}, + {"look through company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"postoffice", 1, {DICTIONARY_PLACE_NAME}, 1340}, + {"pent house", 2, {DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, 1865}, + {"lees", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"lieutenant governor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cuwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1464}, + {"u.s post office", 1, {DICTIONARY_CHAIN}, 1079}, + {"cottages", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ridge way", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1618}, + {"bc", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"fry", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"jervis bay territory", 1, {DICTIONARY_TOPONYM}, -1}, + {"limited liability partnership", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"gdn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1505}, + {"caus", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1424}, + {"c.hwy", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"hgths", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1707}, + {"sq", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1643}, + {"lower", 2, {DICTIONARY_DIRECTIONAL, DICTIONARY_SYNONYM}, -1}, + {"d d", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1044}, + {"farm", 5, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"health centre", 1, {DICTIONARY_PLACE_NAME}, 1297}, + {"mill", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nort w", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"b s", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1036}, + {"ml", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1310}, + {"nrs", 1, {DICTIONARY_PLACE_NAME}, 1323}, + {"burgs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"anx", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 1061}, + {"is", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cape", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"northe", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"co.hi", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"place", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ways", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sub basement", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, -1}, + {"lit d", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1049}, + {"strs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1645}, + {"nw", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ambassador", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"rmp", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1607}, + {"sthwestrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"ma", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1043}, + {"circus", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"spg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1641}, + {"arts gallery", 1, {DICTIONARY_PLACE_NAME}, 1253}, + {"foreshore", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"her honor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"btween", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, 1136}, + {"strt", 1, {DICTIONARY_STREET_TYPE}, 1727}, + {"charitable incorporated organization", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"n eastern", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"west virginia", 1, {DICTIONARY_TOPONYM}, -1}, + {"svc rd", 1, {DICTIONARY_STREET_TYPE}, 1719}, + {"str", 1, {DICTIONARY_UNIT_NUMBERED}, 1870}, + {"fd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1490}, + {"veterinarians", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nth westrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"wood", 1, {DICTIONARY_SYNONYM}, -1}, + {"trnabt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1670}, + {"bte", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1419}, + {"michigan", 1, {DICTIONARY_TOPONYM}, -1}, + {"urgent care", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lower level", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"sk", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"gn", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1295}, + {"seastrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"s highway", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"sheriffs ofc", 1, {DICTIONARY_PLACE_NAME}, 1354}, + {"ret vill", 1, {DICTIONARY_PLACE_NAME}, 1349}, + {"circ", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1431}, + {"hwye", 1, {DICTIONARY_STREET_TYPE}, 1710}, + {"dway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1474}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"state rd", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"co", 1, {DICTIONARY_COMPANY_TYPE}, 1086}, + {"t.hgwy", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"art gallery", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nrthe", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"wi", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"mn", 1, {DICTIONARY_TOPONYM}, 1804}, + {"mrs", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sme pvt", 1, {DICTIONARY_COMPANY_TYPE}, 1129}, + {"h r h", 1, {DICTIONARY_PERSONAL_TITLE}, 1202}, + {"expy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1482}, + {"hlds", 1, {DICTIONARY_STREET_TYPE}, 1708}, + {"lieut gen", 1, {DICTIONARY_PERSONAL_TITLE}, 1212}, + {"cty hway", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"curve", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"aerodome", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mission", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"trl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1665}, + {"twr", 5, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, 1074}, + {"high school", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"reach", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"warehouse", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"exwy", 1, {DICTIONARY_STREET_TYPE}, 1482}, + {"norh estn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"cotts", 1, {DICTIONARY_PLACE_NAME}, 1275}, + {"ra", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"point", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"s.r", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"wstrn", 1, {DICTIONARY_DIRECTIONAL}, 1156}, + {"norh wst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"southwest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sl", 1, {DICTIONARY_UNIT_NUMBERED}, 1869}, + {"n western", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"greenway", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"distributor", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"trc", 1, {DICTIONARY_STREET_TYPE}, 1662}, + {"docs", 1, {DICTIONARY_PERSONAL_TITLE}, 1198}, + {"library", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"low", 1, {DICTIONARY_SYNONYM}, 1142}, + {"shores", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ms", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1041}, + {"sth wstn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"dve", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1473}, + {"l p", 1, {DICTIONARY_COMPANY_TYPE}, 1110}, + {"line", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"rpd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1610}, + {"tr", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"mi", 1, {DICTIONARY_TOPONYM}, 1803}, + {"cps", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1445}, + {"pt", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_SYNONYM}, 1339}, + {"carvn park", 1, {DICTIONARY_PLACE_NAME}, 1262}, + {"fire trail", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1494}, + {"lookthrough company", 1, {DICTIONARY_COMPANY_TYPE}, 1111}, + {"vill", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"chair man", 1, {DICTIONARY_PERSONAL_TITLE}, 1193}, + {"lot", 4, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"sa", 1, {DICTIONARY_TOPONYM}, 1836}, + {"miss", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"hds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1522}, + {"madames", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cr", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"stateroad", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"vic", 1, {DICTIONARY_TOPONYM}, 1842}, + {"annex", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"route", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"wkwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1684}, + {"tollway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"mall", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"committee", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"x-ing", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1460}, + {"sr", 1, {DICTIONARY_PERSONAL_SUFFIX}, 1184}, + {"sanct", 1, {DICTIONARY_PLACE_NAME}, 1350}, + {"c.r", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"frds", 1, {DICTIONARY_SYNONYM}, 1742}, + {"oregon", 1, {DICTIONARY_TOPONYM}, -1}, + {"nursing centre", 1, {DICTIONARY_PLACE_NAME}, 1322}, + {"movie theater", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"via", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_STOPWORD}, -1}, + {"natl park", 1, {DICTIONARY_PLACE_NAME}, 1328}, + {"hong kong special administrative region", 1, {DICTIONARY_TOPONYM}, -1}, + {"pt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1593}, + {"cv", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1453}, + {"nwst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"international business company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"retirement home", 1, {DICTIONARY_PLACE_NAME}, 1349}, + {"doctor of osteopathic medicine", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"lt col", 1, {DICTIONARY_PERSONAL_TITLE}, 1210}, + {"r", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"lt general", 1, {DICTIONARY_PERSONAL_TITLE}, 1212}, + {"fc", 1, {DICTIONARY_COMPANY_TYPE}, 1096}, + {"southwestern", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"grtr", 1, {DICTIONARY_SYNONYM}, 1749}, + {"lk", 1, {DICTIONARY_SYNONYM}, 1753}, + {"su", 1, {DICTIONARY_UNIT_NUMBERED}, 1870}, + {"trs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1667}, + {"cor", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"tas", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"raods", 1, {DICTIONARY_STREET_TYPE}, 1717}, + {"elm", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"tun", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"roads", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ctge", 1, {DICTIONARY_BUILDING_TYPE}, 1065}, + {"grand boulevard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"wyoming", 1, {DICTIONARY_TOPONYM}, -1}, + {"corporation", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"inter change", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1529}, + {"sowstn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"deviation", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"clinic", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ma", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"penthouse", 2, {DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, -1}, + {"twp.rte", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"city hall", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nt", 1, {DICTIONARY_TOPONYM}, 1822}, + {"natl rec area", 1, {DICTIONARY_PLACE_NAME}, 1329}, + {"walk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"farmer's market", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grvs", 1, {DICTIONARY_SYNONYM}, 1751}, + {"n e", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"forks", 1, {DICTIONARY_SYNONYM}, -1}, + {"baracks", 1, {DICTIONARY_PLACE_NAME}, 1255}, + {"pkwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1575}, + {"minnesota", 1, {DICTIONARY_TOPONYM}, -1}, + {"member of parliament", 1, {DICTIONARY_PERSONAL_TITLE}, 1216}, + {"doing business as", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"lgt", 1, {DICTIONARY_PERSONAL_TITLE}, 1208}, + {"mile", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"centre", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1137}, + {"avens", 1, {DICTIONARY_STREET_TYPE}, 1694}, + {"laneway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"entr", 3, {DICTIONARY_ENTRANCE, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1157}, + {"gpo", 1, {DICTIONARY_POST_OFFICE}, 1372}, + {"community centre", 1, {DICTIONARY_PLACE_NAME}, 1272}, + {"tce", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1655}, + {"doctor of theology", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"location", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"around", 1, {DICTIONARY_NEAR}, -1}, + {"rose bowl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1627}, + {"pass", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"bdg", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1062}, + {"pier", 4, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"ks", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"coffee", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sec", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"hwy", 1, {DICTIONARY_STREET_TYPE}, 1710}, + {"thfr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1657}, + {"parkway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"az", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"fit", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1494}, + {"fshr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1499}, + {"xing", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1460}, + {"cty.hi", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"new territories", 1, {DICTIONARY_TOPONYM}, -1}, + {"nort e", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"phwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1581}, + {"r", 1, {DICTIONARY_STREET_TYPE}, 1716}, + {"ally", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1390}, + {"podium l", 1, {DICTIONARY_LEVEL_STANDALONE}, 1175}, + {"ests", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1481}, + {"so westrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"roadway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ft", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 1293}, + {"s p e", 1, {DICTIONARY_COMPANY_TYPE}, 1128}, + {"land", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"waters", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"prt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1577}, + {"lmb", 1, {DICTIONARY_POST_OFFICE}, 1370}, + {"gt", 1, {DICTIONARY_SYNONYM}, 1748}, + {"frg", 1, {DICTIONARY_SYNONYM}, 1745}, + {"bri", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1412}, + {"mwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1563}, + {"nortwst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"mews", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"norteast", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"front", 4, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_DIRECTION, DICTIONARY_UNIT_STANDALONE}, -1}, + {"lit", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1547}, + {"pths", 2, {DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, 1865}, + {"g lvl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1171}, + {"btm", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1404}, + {"o e i c", 1, {DICTIONARY_COMPANY_TYPE}, 1116}, + {"mountain", 1, {DICTIONARY_SYNONYM}, -1}, + {"harbour", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ny", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cp", 1, {DICTIONARY_STREET_TYPE}, 1699}, + {"shun", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1636}, + {"seast", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"jnct", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1533}, + {"hsp", 1, {DICTIONARY_PLACE_NAME}, 1299}, + {"p s", 1, {DICTIONARY_PLACE_NAME}, 1288}, + {"tx", 1, {DICTIONARY_TOPONYM}, 1839}, + {"yoga", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lgt governor", 1, {DICTIONARY_PERSONAL_TITLE}, 1209}, + {"avnu", 1, {DICTIONARY_STREET_TYPE}, 1693}, + {"so west", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"prek", 1, {DICTIONARY_PLACE_NAME}, 1343}, + {"nhome", 1, {DICTIONARY_PLACE_NAME}, 1323}, + {"prk", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1336}, + {"marine berth", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"upper left", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"nrteastern", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"wine bar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nrthw", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"a", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_STOPWORD}, -1}, + {"mezz", 1, {DICTIONARY_LEVEL_MEZZANINE}, 1161}, + {"csway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1424}, + {"neast", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"overbridge", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"upr mezz", 1, {DICTIONARY_LEVEL_MEZZANINE}, 1165}, + {"sth wstrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"garage", 4, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, -1}, + {"gld", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1510}, + {"tmwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1666}, + {"rt honourable", 1, {DICTIONARY_PERSONAL_TITLE}, 1228}, + {"dd", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1044}, + {"meander", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"col", 1, {DICTIONARY_PERSONAL_TITLE}, 1187}, + {"byway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"chr", 1, {DICTIONARY_PLACE_NAME}, 1268}, + {"tn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1671}, + {"rsrv", 1, {DICTIONARY_PLACE_NAME}, 1347}, + {"grd bd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"plac", 1, {DICTIONARY_STREET_TYPE}, 1714}, + {"t.r", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"stateroute", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"ret village", 1, {DICTIONARY_PLACE_NAME}, 1349}, + {"fit", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"r o w", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1619}, + {"tshp.hway", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"g", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"g / f", 1, {DICTIONARY_LEVEL_STANDALONE}, 1170}, + {"de", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pub", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pz", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1590}, + {"p l l c", 1, {DICTIONARY_COMPANY_TYPE}, 1118}, + {"tshp rt", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"co r", 1, {DICTIONARY_STREET_TYPE}, 1702}, + {"top right", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"well", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"grns", 1, {DICTIONARY_SYNONYM}, 1750}, + {"art", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1396}, + {"dup", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 1066}, + {"ih", 1, {DICTIONARY_STREET_TYPE}, 1711}, + {"lr", 1, {DICTIONARY_SYNONYM}, 1142}, + {"expwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1482}, + {"field", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1565}, + {"hi", 1, {DICTIONARY_STREET_TYPE}, 1710}, + {"limits", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"parkways", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"s estn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"united states post offices", 1, {DICTIONARY_CHAIN}, 1079}, + {"act", 1, {DICTIONARY_TOPONYM}, 1776}, + {"unions", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"upper", 3, {DICTIONARY_DIRECTIONAL, DICTIONARY_LEVEL_STANDALONE, DICTIONARY_SYNONYM}, -1}, + {"l / g / fl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1172}, + {"courthouse", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hk sar", 1, {DICTIONARY_TOPONYM}, 1788}, + {"ltd gte", 1, {DICTIONARY_COMPANY_TYPE}, 1104}, + {"pway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1581}, + {"statehighway", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"crt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1450}, + {"new hampshire", 1, {DICTIONARY_TOPONYM}, -1}, + {"lower mezz", 1, {DICTIONARY_LEVEL_MEZZANINE}, 1164}, + {"cntr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1444}, + {"wd", 1, {DICTIONARY_SYNONYM}, 1769}, + {"sowest", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"psu", 1, {DICTIONARY_COMPANY_TYPE}, 1123}, + {"qdrt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1383}, + {"conservatory", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gdns", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1506}, + {"moor", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"norh wstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"brooks", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"tsse", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1655}, + {"htel", 1, {DICTIONARY_PLACE_NAME}, 1301}, + {"clnde", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1437}, + {"mezz level", 1, {DICTIONARY_LEVEL_MEZZANINE}, 1163}, + {"lt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1552}, + {"cty rte", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"stheastrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"blvde", 1, {DICTIONARY_STREET_TYPE}, 1697}, + {"s.hw", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"n a", 1, {DICTIONARY_COMPANY_TYPE}, 1112}, + {"br", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1410}, + {"office twrs", 1, {DICTIONARY_PLACE_NAME}, 1335}, + {"nthwst", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"great", 1, {DICTIONARY_SYNONYM}, -1}, + {"van park", 1, {DICTIONARY_PLACE_NAME}, 1262}, + {"arty", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1396}, + {"pklds", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1574}, + {"avenues", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"trlr", 4, {DICTIONARY_BUILDING_TYPE, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, 1076}, + {"rdwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1624}, + {"ridges", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"gdbd", 1, {DICTIONARY_STREET_TYPE}, 1705}, + {"tkwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1668}, + {"or", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"tshp.hw", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"lower lvl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1173}, + {"master of arts", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"m s", 1, {DICTIONARY_POST_OFFICE}, 1375}, + {"hghlds", 1, {DICTIONARY_STREET_TYPE}, 1708}, + {"lt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1547}, + {"t r", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"bde", 1, {DICTIONARY_STREET_TYPE}, 1697}, + {"ll m", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1048}, + {"distillery", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"shp / centre", 1, {DICTIONARY_PLACE_NAME}, 1355}, + {"gl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1510}, + {"ph m", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1055}, + {"i c v c", 1, {DICTIONARY_COMPANY_TYPE}, 1102}, + {"grge", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, 1069}, + {"queensland", 1, {DICTIONARY_TOPONYM}, -1}, + {"station", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"gwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1509}, + {"gym", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"h s", 1, {DICTIONARY_PLACE_NAME}, 1324}, + {"skwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1638}, + {"c hway", 1, {DICTIONARY_STREET_TYPE}, 1701}, + {"at the corner of", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"flts", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1292}, + {"boundary", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"tea", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ar", 1, {DICTIONARY_TOPONYM}, 1774}, + {"sdng", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1637}, + {"iowa", 1, {DICTIONARY_TOPONYM}, -1}, + {"shopping", 1, {DICTIONARY_PLACE_NAME}, 1355}, + {"mead", 1, {DICTIONARY_STREET_TYPE}, 1555}, + {"high road", 1, {DICTIONARY_STREET_TYPE}, 1709}, + {"allwy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1391}, + {"bishop", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ne", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"madame", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bayou", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"nursing home", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, -1}, + {"north w", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"cirt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1431}, + {"eastrn", 1, {DICTIONARY_DIRECTIONAL}, 1141}, + {"nightclub", 1, {DICTIONARY_PLACE_NAME}, 1321}, + {"stre", 1, {DICTIONARY_STREET_TYPE}, 1727}, + {"g", 1, {DICTIONARY_LEVEL_STANDALONE}, 1169}, + {"north estrn", 1, {DICTIONARY_DIRECTIONAL}, 1146}, + {"s.r.", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"post mail box", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"ca", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"archbishop", 1, {DICTIONARY_PERSONAL_TITLE}, 1185}, + {"tshp hw", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"plat", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1589}, + {"congress man", 1, {DICTIONARY_PERSONAL_TITLE}, 1189}, + {"nsg", 1, {DICTIONARY_PLACE_NAME}, 1323}, + {"f", 1, {DICTIONARY_UNIT_DIRECTION}, 1502}, + {"s.h", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"smt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1653}, + {"elp", 1, {DICTIONARY_COMPANY_TYPE}, 1095}, + {"office", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"frk", 1, {DICTIONARY_SYNONYM}, 1743}, + {"youth centre", 1, {DICTIONARY_PLACE_NAME}, 1369}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"biz prk", 1, {DICTIONARY_PLACE_NAME}, 1260}, + {"spr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1642}, + {"driveway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"la", 1, {DICTIONARY_TOPONYM}, 1797}, + {"twp hi", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"pte", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1594}, + {"playhouse", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lck", 1, {DICTIONARY_SYNONYM}, 1755}, + {"bypass", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"hl", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1524}, + {"dentistry", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"county route", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mse", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1053}, + {"dojo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aged care", 1, {DICTIONARY_PLACE_NAME}, 1246}, + {"rdy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1624}, + {"profs", 1, {DICTIONARY_PERSONAL_TITLE}, 1226}, + {"angb", 1, {DICTIONARY_PLACE_NAME}, 1250}, + {"grange", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"norhe", 1, {DICTIONARY_DIRECTIONAL}, 1145}, + {"sd", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"office twr", 1, {DICTIONARY_PLACE_NAME}, 1334}, + {"run", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"sect", 1, {DICTIONARY_QUALIFIER}, 1384}, + {"center", 3, {DICTIONARY_DIRECTIONAL, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"rep", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pd lvel", 1, {DICTIONARY_LEVEL_STANDALONE}, 1175}, + {"mktpl", 1, {DICTIONARY_PLACE_NAME}, 1313}, + {"honourable", 1, {DICTIONARY_PERSONAL_TITLE}, 1207}, + {"nortwstn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"european cooperative society", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"ltc", 1, {DICTIONARY_COMPANY_TYPE}, 1111}, + {"scd", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1047}, + {"nthwest", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"mo", 1, {DICTIONARY_TOPONYM}, 1806}, + {"mdl", 1, {DICTIONARY_DIRECTIONAL}, 1143}, + {"clfs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1434}, + {"jr high school", 1, {DICTIONARY_PLACE_NAME}, 1325}, + {"football club", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"mws", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1559}, + {"pvt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1598}, + {"res", 1, {DICTIONARY_PLACE_NAME}, 1347}, + {"brk", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1411}, + {"causewy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1424}, + {"nortwestrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"cul de sac", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cluster", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"mansions", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"upr", 3, {DICTIONARY_DIRECTIONAL, DICTIONARY_LEVEL_STANDALONE, DICTIONARY_SYNONYM}, 1154}, + {"upas", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1673}, + {"his honour", 1, {DICTIONARY_PERSONAL_TITLE}, 1205}, + {"lvl", 1, {DICTIONARY_LEVEL_NUMBERED}, 1167}, + {"building", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"concourse", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"tarn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"county touring route", 1, {DICTIONARY_STREET_TYPE}, 1703}, + {"lwr lvl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1173}, + {"nt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"l / gf", 1, {DICTIONARY_LEVEL_STANDALONE}, 1172}, + {"twp hw", 1, {DICTIONARY_STREET_TYPE}, 1729}, + {"graveyard", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"junior high school", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"site", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"c i o", 1, {DICTIONARY_COMPANY_TYPE}, 1084}, + {"dc", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"s wst", 1, {DICTIONARY_DIRECTIONAL}, 1152}, + {"southwstrn", 1, {DICTIONARY_DIRECTIONAL}, 1153}, + {"twpr", 1, {DICTIONARY_STREET_TYPE}, 1731}, + {"sc", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"frd", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1498}, + {"uppr mezz", 1, {DICTIONARY_LEVEL_MEZZANINE}, 1165}, + {"shed", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"motl", 1, {DICTIONARY_PLACE_NAME}, 1318}, + {"near me", 1, {DICTIONARY_NEAR}, -1}, + {"tx", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"tavern", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ny", 1, {DICTIONARY_TOPONYM}, 1816}, + {"atty at law", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1034}, + {"s hgwy", 1, {DICTIONARY_STREET_TYPE}, 1723}, + {"highroad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"north western", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"cinemas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sprn", 1, {DICTIONARY_STREET_TYPE}, 1641}, + {"nrtwest", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"heath", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ce", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1453}, + {"hksar", 1, {DICTIONARY_TOPONYM}, 1788}, + {"yukon territory", 1, {DICTIONARY_TOPONYM}, 1849}, + {"plain", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"sts", 1, {DICTIONARY_STREET_TYPE}, 1728}, + {"copse", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"skyway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"sen", 1, {DICTIONARY_PERSONAL_TITLE}, 1238}, + {"wa", 1, {DICTIONARY_TOPONYM}, 1846}, + {"norh west", 1, {DICTIONARY_DIRECTIONAL}, 1147}, + {"round", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"entrance", 3, {DICTIONARY_ENTRANCE, DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ms", 1, {DICTIONARY_PLACE_NAME}, 1327}, + {"snr", 1, {DICTIONARY_PERSONAL_SUFFIX}, 1184}, + {"dept", 1, {DICTIONARY_PLACE_NAME}, 1282}, + {"saskatchewan", 1, {DICTIONARY_TOPONYM}, -1}, + {"pckt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1592}, + {"forges", 1, {DICTIONARY_SYNONYM}, -1}, + {"unit", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"inlt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1528}, + {"performing arts centre", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"i b c", 1, {DICTIONARY_COMPANY_TYPE}, 1100}, + {"ofc twrs", 1, {DICTIONARY_PLACE_NAME}, 1335}, + {"sth east", 1, {DICTIONARY_DIRECTIONAL}, 1150}, + {"hghts", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1707}, + {"ln", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1545}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 1149}, + {"qld", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"rowy", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"msn", 1, {DICTIONARY_PLACE_NAME}, 1316}, + {"prrs", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1597}, + {"park land", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1574}, + {"fork", 1, {DICTIONARY_SYNONYM}, -1}, + {"limited by guarantee", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"nat'l", 1, {DICTIONARY_SYNONYM}, 1761}, + {"nort westrn", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"crossing", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"her royal highness", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"plms", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1572}, + {"c", 1, {DICTIONARY_DIRECTIONAL}, 1138}, + {"st.rte", 1, {DICTIONARY_STREET_TYPE}, 1725}, + {"nrth western", 1, {DICTIONARY_DIRECTIONAL}, 1148}, + {"opposite", 1, {DICTIONARY_STOPWORD}, -1}, + {"hi", 1, {DICTIONARY_TOPONYM}, 1785}, + {"la", 1, {DICTIONARY_STREET_TYPE}, 1712}, + {"icecream", 1, {DICTIONARY_PLACE_NAME}, 1303}, + {"limited company", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"flat", 3, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"conr", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1444}, + {"ht", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 1707}, + {"ugfl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1178}, + {"strd", 1, {DICTIONARY_STREET_TYPE}, 1724}, + {"quy", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1603}, + {"x", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"fl", 1, {DICTIONARY_TOPONYM}, 1783}, + {"jtn", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1533}, + {"rf", 1, {DICTIONARY_LEVEL_STANDALONE}, 1176}, + {"ind est", 1, {DICTIONARY_PLACE_NAME}, 1304}, + {"comms", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1439}, + {"nj", 1, {DICTIONARY_TOPONYM}, 1812}, + {"az", 1, {DICTIONARY_TOPONYM}, 1773}, + {"outlet", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pkt", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1592}, + {"intchg", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1529}, + {"sth eastrn", 1, {DICTIONARY_DIRECTIONAL}, 1151}, + {"pls", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1588}, + {"gway", 2, {DICTIONARY_STREET_NAME, DICTIONARY_STREET_TYPE}, 1509}, + {"un", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"campg", 1, {DICTIONARY_STREET_TYPE}, 2316}, + {"zona comercial", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"excelentisima", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"almirante", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"brig gral", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"jalisco", 1, {DICTIONARY_TOPONYM}, -1}, + {"s.n°", 1, {DICTIONARY_NO_NUMBER}, 1993}, + {"izqda", 1, {DICTIONARY_UNIT_DIRECTION}, 2470}, + {"distrito federal", 1, {DICTIONARY_TOPONYM}, -1}, + {"hipod", 1, {DICTIONARY_PLACE_NAME}, 2189}, + {"nº in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"fdez", 1, {DICTIONARY_SURNAME}, 2375}, + {"s.a.s", 1, {DICTIONARY_COMPANY_TYPE}, 1930}, + {"s / nº", 1, {DICTIONARY_NO_NUMBER}, 1993}, + {"bjada", 1, {DICTIONARY_STREET_TYPE}, 2297}, + {"muebles", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ofc", 1, {DICTIONARY_UNIT_NUMBERED}, 2478}, + {"zoologico", 1, {DICTIONARY_PLACE_NAME}, 2246}, + {"cc", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"complejo", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"parque municipal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"enf", 1, {DICTIONARY_PERSONAL_TITLE}, 2041}, + {"alférez", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"estancias", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"casa", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"pbdo", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2271}, + {"lote", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"c mex", 1, {DICTIONARY_TOPONYM}, 2433}, + {"paseo maritimo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rey", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mts", 1, {DICTIONARY_SYNONYM}, 2410}, + {"madrid", 1, {DICTIONARY_TOPONYM}, -1}, + {"calleja", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bg", 1, {DICTIONARY_PERSONAL_TITLE}, 2010}, + {"plza", 1, {DICTIONARY_STREET_TYPE}, 2352}, + {"brg gn", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"sociedad anónima laboral", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"autovía", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"colonia", 1, {DICTIONARY_QUALIFIER}, -1}, + {"c.v.", 1, {DICTIONARY_STREET_TYPE}, 2314}, + {"departamento", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"casita", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"e", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sociedad civil", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"sin número", 1, {DICTIONARY_NO_NUMBER}, -1}, + {"c /", 1, {DICTIONARY_STREET_TYPE}, 2304}, + {"c por a", 1, {DICTIONARY_COMPANY_TYPE}, 1912}, + {"sp", 1, {DICTIONARY_PERSONAL_TITLE}, 2096}, + {"saica", 1, {DICTIONARY_COMPANY_TYPE}, 1927}, + {"mx", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"p i", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2274}, + {"ctra", 1, {DICTIONARY_STREET_TYPE}, 2319}, + {"estanc", 1, {DICTIONARY_BUILDING_TYPE}, 1900}, + {"s.r.l.", 1, {DICTIONARY_COMPANY_TYPE}, 1938}, + {"cstan", 1, {DICTIONARY_STREET_TYPE}, 2330}, + {"sto", 1, {DICTIONARY_PERSONAL_TITLE}, 2092}, + {"n.°", 1, {DICTIONARY_NUMBER}, 1994}, + {"laderas", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sapi", 1, {DICTIONARY_COMPANY_TYPE}, 1929}, + {"almacen general", 1, {DICTIONARY_PLACE_NAME}, 2118}, + {"malecon", 1, {DICTIONARY_STREET_TYPE}, 2341}, + {"nvre", 1, {DICTIONARY_SYNONYM}, 2412}, + {"si", 1, {DICTIONARY_TOPONYM}, 2460}, + {"administrador", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s n c", 1, {DICTIONARY_COMPANY_TYPE}, 1932}, + {"s a l", 1, {DICTIONARY_COMPANY_TYPE}, 1928}, + {"cacique", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"acces", 1, {DICTIONARY_STREET_TYPE}, 2286}, + {"entd", 1, {DICTIONARY_ENTRANCE}, 1968}, + {"almacén general", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s c l", 1, {DICTIONARY_COMPANY_TYPE}, 1935}, + {"km", 1, {DICTIONARY_QUALIFIER}, 2267}, + {"compañía por acciónes", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"pdte", 1, {DICTIONARY_PERSONAL_TITLE}, 2080}, + {"ferretería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"noroeste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"may brig", 1, {DICTIONARY_PERSONAL_TITLE}, 2069}, + {"puerta", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"paso", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"asuntos exteriores", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"campeche", 1, {DICTIONARY_TOPONYM}, -1}, + {"políg ind", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2274}, + {"s g r", 1, {DICTIONARY_COMPANY_TYPE}, 1937}, + {"talleres", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"numro ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"arquitectors", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mnte", 1, {DICTIONARY_SYNONYM}, 2409}, + {"escritora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"infte", 1, {DICTIONARY_PERSONAL_TITLE}, 2055}, + {"rcon", 1, {DICTIONARY_STREET_TYPE}, 2359}, + {"e.u", 1, {DICTIONARY_COMPANY_TYPE}, 1916}, + {"p.°", 1, {DICTIONARY_STREET_TYPE}, 2347}, + {"numro ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"jardín de infancia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sin numero", 1, {DICTIONARY_NO_NUMBER}, 1993}, + {"baronesa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tcnl", 1, {DICTIONARY_PERSONAL_TITLE}, 2111}, + {"mexico", 1, {DICTIONARY_TOPONYM}, 2451}, + {"s m", 1, {DICTIONARY_PERSONAL_TITLE}, 2095}, + {"númr", 1, {DICTIONARY_NUMBER}, 1994}, + {"saa", 1, {DICTIONARY_COMPANY_TYPE}, 1920}, + {"stn", 1, {DICTIONARY_PERSONAL_TITLE}, 2109}, + {"pres.a", 1, {DICTIONARY_PERSONAL_TITLE}, 2079}, + {"villa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cto com", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"madre", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 2471}, + {"ctrin", 1, {DICTIONARY_STREET_TYPE}, 2320}, + {"sociedad anónima deportiva", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"sociedad anónima cooperativa catalana limitada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"alf", 1, {DICTIONARY_PERSONAL_TITLE}, 2003}, + {"indep", 1, {DICTIONARY_SYNONYM}, 2398}, + {"puerto deportivo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"estcn", 1, {DICTIONARY_PLACE_NAME}, 2172}, + {"perif", 1, {DICTIONARY_STREET_TYPE}, 2351}, + {"campamento", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"& cia s en c", 1, {DICTIONARY_COMPANY_TYPE}, 1940}, + {"sant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cc", 1, {DICTIONARY_POST_OFFICE}, 2250}, + {"p r", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2273}, + {"rincon", 1, {DICTIONARY_STREET_TYPE}, 2359}, + {"torre", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"sal", 1, {DICTIONARY_COMPANY_TYPE}, 1928}, + {"estrada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sab", 1, {DICTIONARY_COMPANY_TYPE}, 1921}, + {"p°", 1, {DICTIONARY_STREET_TYPE}, 2347}, + {"d", 1, {DICTIONARY_UNIT_DIRECTION}, 2468}, + {"cto de salud", 1, {DICTIONARY_PLACE_NAME}, 2146}, + {"jugueteria", 1, {DICTIONARY_PLACE_NAME}, 2198}, + {"blo", 1, {DICTIONARY_QUALIFIER}, 2256}, + {"sociedad limitada nueva empresa", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"brio", 1, {DICTIONARY_QUALIFIER}, 2254}, + {"izda", 1, {DICTIONARY_UNIT_DIRECTION}, 2470}, + {"horno", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zoológico", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"secto", 1, {DICTIONARY_PERSONAL_TITLE}, 2099}, + {"na", 1, {DICTIONARY_TOPONYM}, 2454}, + {"s a p i", 1, {DICTIONARY_COMPANY_TYPE}, 1929}, + {"d c", 1, {DICTIONARY_TOPONYM}, 2435}, + {"mtro", 1, {DICTIONARY_PERSONAL_TITLE}, 2064}, + {"infanteria", 1, {DICTIONARY_SYNONYM}, 2399}, + {"mc", 1, {DICTIONARY_TOPONYM}, 2452}, + {"c v", 1, {DICTIONARY_STREET_TYPE}, 2314}, + {"entlo", 1, {DICTIONARY_LEVEL_MEZZANINE}, 1977}, + {"copistería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"excelentisimo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"atlo", 1, {DICTIONARY_PLACE_NAME}, 2129}, + {"fr", 1, {DICTIONARY_PERSONAL_TITLE}, 2045}, + {"amplicacion", 1, {DICTIONARY_QUALIFIER}, 2252}, + {"nuevo león", 1, {DICTIONARY_TOPONYM}, -1}, + {"jardines", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 2196}, + {"s c e l", 1, {DICTIONARY_COMPANY_TYPE}, 1936}, + {"maria", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"ptilo", 1, {DICTIONARY_SYNONYM}, 2414}, + {"joyería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rmo", 1, {DICTIONARY_PERSONAL_TITLE}, 2088}, + {"septiembre", 1, {DICTIONARY_SYNONYM}, -1}, + {"pl pral", 1, {DICTIONARY_LEVEL_STANDALONE}, 1985}, + {"arz", 1, {DICTIONARY_PERSONAL_TITLE}, 2008}, + {"ctro médico", 1, {DICTIONARY_PLACE_NAME}, 2149}, + {"s.a.i.c.a.", 1, {DICTIONARY_COMPANY_TYPE}, 1927}, + {"granja", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"y compañía", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"dna", 1, {DICTIONARY_PERSONAL_TITLE}, 2036}, + {"s.a.i.c.a", 1, {DICTIONARY_COMPANY_TYPE}, 1927}, + {"s / no", 1, {DICTIONARY_NO_NUMBER}, 1993}, + {"isls", 1, {DICTIONARY_QUALIFIER}, 2266}, + {"rl", 1, {DICTIONARY_SYNONYM}, 2420}, + {"escalin", 1, {DICTIONARY_STAIRCASE}, 2283}, + {"federico", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"cto", 1, {DICTIONARY_STREET_TYPE}, 2326}, + {"callejon", 1, {DICTIONARY_STREET_TYPE}, 2306}, + {"s.c.e.l.", 1, {DICTIONARY_COMPANY_TYPE}, 1936}, + {"sr.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 2103}, + {"oct.bre", 1, {DICTIONARY_SYNONYM}, 2413}, + {"aut", 1, {DICTIONARY_STREET_TYPE}, 2292}, + {"salon de belleza", 1, {DICTIONARY_PLACE_NAME}, 2233}, + {"sdad", 1, {DICTIONARY_COMPANY_TYPE}, 1918}, + {"# ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"s.l.n.e.", 1, {DICTIONARY_COMPANY_TYPE}, 1947}, + {"& cia sc", 1, {DICTIONARY_COMPANY_TYPE}, 1932}, + {"№ int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"centro.cial", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"rt", 1, {DICTIONARY_STREET_TYPE}, 2358}, + {"s.v.", 1, {DICTIONARY_PERSONAL_TITLE}, 2098}, + {"aa ee", 1, {DICTIONARY_PLACE_NAME}, 2128}, + {"los", 1, {DICTIONARY_STOPWORD}, -1}, + {"& cia", 1, {DICTIONARY_COMPANY_TYPE}, 1952}, + {"dice", 1, {DICTIONARY_SYNONYM}, 2393}, + {"estacion de tren", 1, {DICTIONARY_PLACE_NAME}, 2174}, + {"sociedad anónima inscrita de capital abierto", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"palacio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tras", 3, {DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_DIRECTION, DICTIONARY_UNIT_STANDALONE}, 2369}, + {"bajo", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"cto de arte", 1, {DICTIONARY_PLACE_NAME}, 2145}, + {"bodega", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c f", 1, {DICTIONARY_COMPANY_TYPE}, 1909}, + {"s en n c", 1, {DICTIONARY_COMPANY_TYPE}, 1942}, + {"carretil", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"merc", 1, {DICTIONARY_PLACE_NAME}, 2204}, + {"estación de autobuses", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"av", 1, {DICTIONARY_STREET_TYPE}, 2295}, + {"s en c por a", 1, {DICTIONARY_COMPANY_TYPE}, 1941}, + {"arquitecta", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"b.co", 1, {DICTIONARY_COMPANY_TYPE}, 1907}, + {"auto", 1, {DICTIONARY_STREET_TYPE}, 2292}, + {"vicealmirante", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"trvsal", 1, {DICTIONARY_STREET_TYPE}, 2368}, + {"trasera", 3, {DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_DIRECTION, DICTIONARY_UNIT_STANDALONE}, -1}, + {"s.e.", 1, {DICTIONARY_DIRECTIONAL}, 1966}, + {"c.v", 1, {DICTIONARY_STREET_TYPE}, 2314}, + {"s a s", 1, {DICTIONARY_COMPANY_TYPE}, 1930}, + {"madd", 1, {DICTIONARY_TOPONYM}, 2437}, + {"e p", 1, {DICTIONARY_COMPANY_TYPE}, 1915}, + {"empresa individual de responsabilidad limitada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"charcuteria", 1, {DICTIONARY_PLACE_NAME}, 2150}, + {"edifc", 1, {DICTIONARY_BUILDING_TYPE}, 1899}, + {"s.nº", 1, {DICTIONARY_NO_NUMBER}, 1993}, + {"camino viejo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ss", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 1987}, + {"cto comercial", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"ca", 1, {DICTIONARY_TOPONYM}, 2444}, + {"sociedad anónima finciera de inversión", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"s.a.l.", 1, {DICTIONARY_COMPANY_TYPE}, 1928}, + {"corretaje", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"alteza", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sociedad anónima bursatil", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"ladera", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"igl", 1, {DICTIONARY_PLACE_NAME}, 2191}, + {"rvdmo", 1, {DICTIONARY_PERSONAL_TITLE}, 2088}, + {"p", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"gran vía", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plta", 1, {DICTIONARY_STREET_TYPE}, 2353}, + {"no ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"y", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"duquesa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dg", 1, {DICTIONARY_PERSONAL_TITLE}, 2037}, + {"casa de cambio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s.n", 1, {DICTIONARY_NO_NUMBER}, 1993}, + {"abril", 1, {DICTIONARY_SYNONYM}, -1}, + {"pescaderia", 1, {DICTIONARY_PLACE_NAME}, 2219}, + {"apostadero de caza", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pq", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2215}, + {"baños", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"clínica veterinaria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sociedad limitada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"área de juegos", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"acá", 1, {DICTIONARY_NEAR}, -1}, + {"nº int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"capitan", 1, {DICTIONARY_PERSONAL_TITLE}, 2017}, + {"señorita", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.w", 1, {DICTIONARY_DIRECTIONAL}, 1967}, + {"presa", 1, {DICTIONARY_PERSONAL_TITLE}, 2079}, + {"secretaria", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"num.ro", 1, {DICTIONARY_NUMBER}, 1994}, + {"distrito nacional", 1, {DICTIONARY_TOPONYM}, -1}, + {"slu", 1, {DICTIONARY_COMPANY_TYPE}, 1948}, + {"mansiónes", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cl", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"gob.no", 1, {DICTIONARY_SYNONYM}, 2395}, + {"dip", 1, {DICTIONARY_PERSONAL_TITLE}, 2030}, + {"gob", 1, {DICTIONARY_SYNONYM}, 2395}, + {"c c", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"gv", 1, {DICTIONARY_STREET_TYPE}, 2337}, + {"casas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"10 bre", 1, {DICTIONARY_SYNONYM}, 2393}, + {"tienda", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"coop", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, 1897}, + {"de capital variable", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mans", 1, {DICTIONARY_PLACE_NAME}, 2202}, + {"cm", 1, {DICTIONARY_STREET_TYPE}, 2311}, + {"pilar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"colegio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"empresa", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"cerca de aqui", 1, {DICTIONARY_NEAR}, 1989}, + {"burdel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ppl", 1, {DICTIONARY_LEVEL_STANDALONE}, 1985}, + {"c", 1, {DICTIONARY_STREET_TYPE}, 2304}, + {"nl", 1, {DICTIONARY_TOPONYM}, 2455}, + {"cll priv", 1, {DICTIONARY_STREET_TYPE}, 2307}, + {"convento", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"señores", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cll", 1, {DICTIONARY_STREET_TYPE}, 2304}, + {"sociedad limitada laboral", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"c s", 1, {DICTIONARY_PERSONAL_TITLE}, 2014}, + {"c.h", 1, {DICTIONARY_STREET_TYPE}, 2312}, + {"camino hondo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"my gral", 1, {DICTIONARY_PERSONAL_TITLE}, 2070}, + {"aptdo", 1, {DICTIONARY_POST_OFFICE}, 2247}, + {"barriada", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1974}, + {"atletico", 1, {DICTIONARY_PLACE_NAME}, 2129}, + {"droguería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"canti", 1, {DICTIONARY_PLACE_NAME}, 2139}, + {"lderas", 1, {DICTIONARY_STREET_TYPE}, 2339}, + {"fcº", 1, {DICTIONARY_GIVEN_NAME}, 1972}, + {"to", 1, {DICTIONARY_BUILDING_TYPE}, 1903}, + {"parque tematico", 1, {DICTIONARY_PLACE_NAME}, 2217}, + {"nacional", 1, {DICTIONARY_SYNONYM}, -1}, + {"ob", 1, {DICTIONARY_PERSONAL_TITLE}, 2076}, + {"ctr comercial", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"na", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"manses", 1, {DICTIONARY_PLACE_NAME}, 2203}, + {"dir.a", 1, {DICTIONARY_PERSONAL_TITLE}, 2032}, + {"meull", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2208}, + {"c / priv", 1, {DICTIONARY_STREET_TYPE}, 2307}, + {"cardenal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"rda", 1, {DICTIONARY_STREET_TYPE}, 2361}, + {"sa de cv", 1, {DICTIONARY_COMPANY_TYPE}, 1923}, + {"univ", 1, {DICTIONARY_PLACE_NAME}, 2240}, + {"copisteria", 1, {DICTIONARY_PLACE_NAME}, 2159}, + {"sonora", 1, {DICTIONARY_TOPONYM}, -1}, + {"salon de acto", 1, {DICTIONARY_PLACE_NAME}, 2232}, + {"gran via", 1, {DICTIONARY_STREET_TYPE}, 2337}, + {"tn cnel", 1, {DICTIONARY_PERSONAL_TITLE}, 2111}, + {"salón de acto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pto deportivo", 1, {DICTIONARY_PLACE_NAME}, 2229}, + {"bl", 1, {DICTIONARY_QUALIFIER}, 2256}, + {"parvulario", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"int", 1, {DICTIONARY_UNIT_NUMBERED}, 2475}, + {"rta", 1, {DICTIONARY_STREET_TYPE}, 2363}, + {"comandante", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"inspector", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"c.ia", 1, {DICTIONARY_COMPANY_TYPE}, 1910}, + {"mtrio", 1, {DICTIONARY_PLACE_NAME}, 2207}, + {"cto comun", 1, {DICTIONARY_PLACE_NAME}, 2144}, + {"ático", 2, {DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, -1}, + {"sociedad anónima", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"centro com", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"stª", 1, {DICTIONARY_PERSONAL_TITLE}, 2090}, + {"hab", 1, {DICTIONARY_PLACE_NAME}, 2186}, + {"area de juegos", 1, {DICTIONARY_PLACE_NAME}, 2121}, + {"nmr°", 1, {DICTIONARY_NUMBER}, 1994}, + {"en o", 1, {DICTIONARY_SYNONYM}, 2392}, + {"dentista", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"crrdo", 1, {DICTIONARY_STREET_TYPE}, 2329}, + {"tl", 1, {DICTIONARY_TOPONYM}, 2464}, + {"arquitecto", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"soldado", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"principal", 2, {DICTIONARY_LEVEL_STANDALONE, DICTIONARY_PERSONAL_TITLE}, -1}, + {"libreria", 1, {DICTIONARY_PLACE_NAME}, 2200}, + {"mons", 1, {DICTIONARY_PERSONAL_TITLE}, 2073}, + {"condesa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"feb.o", 1, {DICTIONARY_SYNONYM}, 2394}, + {"boulevard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.l.u", 1, {DICTIONARY_COMPANY_TYPE}, 1948}, + {"teatro", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lcdo", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1891}, + {"suite", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"núm.ro", 1, {DICTIONARY_NUMBER}, 1994}, + {"n°", 1, {DICTIONARY_NUMBER}, 1994}, + {"c de mex", 1, {DICTIONARY_TOPONYM}, 2433}, + {"avenida carrera", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"disco", 1, {DICTIONARY_PLACE_NAME}, 2167}, + {"czada", 1, {DICTIONARY_STREET_TYPE}, 2310}, + {"c p", 1, {DICTIONARY_POSTAL_CODE}, 2251}, + {"crro", 1, {DICTIONARY_SYNONYM}, 2391}, + {"cia", 1, {DICTIONARY_COMPANY_TYPE}, 1942}, + {"pgind", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2274}, + {"dª", 1, {DICTIONARY_PERSONAL_TITLE}, 2036}, + {"nacl", 1, {DICTIONARY_SYNONYM}, 2411}, + {"tm", 1, {DICTIONARY_TOPONYM}, 2463}, + {"№", 1, {DICTIONARY_NUMBER}, 1994}, + {"nro in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"esc", 1, {DICTIONARY_STAIRCASE}, 2282}, + {"sl", 1, {DICTIONARY_TOPONYM}, 2459}, + {"hi", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sargto ay", 1, {DICTIONARY_PERSONAL_TITLE}, 2094}, + {"profesor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cntro", 1, {DICTIONARY_SYNONYM}, 2390}, + {"c.p.", 1, {DICTIONARY_PERSONAL_TITLE}, 2013}, + {"unid", 1, {DICTIONARY_UNIT_NUMBERED}, 2480}, + {"estacion", 1, {DICTIONARY_PLACE_NAME}, 2172}, + {"ctro comercial", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"scel", 1, {DICTIONARY_COMPANY_TYPE}, 1936}, + {"ver", 1, {DICTIONARY_STREET_TYPE}, 2371}, + {"brg gral", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"altura", 1, {DICTIONARY_SYNONYM}, -1}, + {"s.ra", 1, {DICTIONARY_PERSONAL_TITLE}, 2103}, + {"santo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"calz", 1, {DICTIONARY_STREET_TYPE}, 2310}, + {"izq", 1, {DICTIONARY_UNIT_DIRECTION}, 2470}, + {"circunvalacion", 1, {DICTIONARY_STREET_TYPE}, 2328}, + {"pdta", 1, {DICTIONARY_PERSONAL_TITLE}, 2079}, + {"residencial", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"unión deportiva", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"blq", 1, {DICTIONARY_QUALIFIER}, 2256}, + {"c x a", 1, {DICTIONARY_COMPANY_TYPE}, 1912}, + {"cafetería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lavanderia", 1, {DICTIONARY_PLACE_NAME}, 2199}, + {"sinaloa", 1, {DICTIONARY_TOPONYM}, -1}, + {"enfermería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dq", 1, {DICTIONARY_PERSONAL_TITLE}, 2038}, + {"dg", 1, {DICTIONARY_STREET_TYPE}, 2332}, + {"pequeno supermercado", 1, {DICTIONARY_PLACE_NAME}, 2221}, + {"b°", 1, {DICTIONARY_QUALIFIER}, 2254}, + {"dehesa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pza", 1, {DICTIONARY_STREET_TYPE}, 2352}, + {"ministro", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"corralillo", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"brazal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"apartamiento", 1, {DICTIONARY_UNIT_NUMBERED}, 2471}, + {"consejero", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"corredor", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cllja", 1, {DICTIONARY_STREET_TYPE}, 2305}, + {"fútbol club", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"prdo", 1, {DICTIONARY_SYNONYM}, 2415}, + {"sr", 1, {DICTIONARY_PERSONAL_TITLE}, 2102}, + {"guerrero", 1, {DICTIONARY_TOPONYM}, -1}, + {"debajo", 1, {DICTIONARY_STOPWORD}, -1}, + {"sociedad de garantia reciproca", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"at", 2, {DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, 2472}, + {"campo de golf", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vsta", 1, {DICTIONARY_STREET_TYPE}, 2374}, + {"sgto", 1, {DICTIONARY_PERSONAL_TITLE}, 2093}, + {"nove", 1, {DICTIONARY_SYNONYM}, 2412}, + {"explanada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"calle privada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nr°", 1, {DICTIONARY_NUMBER}, 1994}, + {"estado", 1, {DICTIONARY_QUALIFIER}, -1}, + {"s.rta", 1, {DICTIONARY_PERSONAL_TITLE}, 2105}, + {"d n", 1, {DICTIONARY_TOPONYM}, 2436}, + {"no in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"jardin de infancia", 1, {DICTIONARY_PLACE_NAME}, 2195}, + {"vd", 1, {DICTIONARY_STREET_TYPE}, 2372}, + {"aparcamiento de bicicletas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sociedad comanditaria", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"n.ro in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"sl", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"polígono residencial", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"cnvto", 1, {DICTIONARY_PLACE_NAME}, 2162}, + {"febrero", 1, {DICTIONARY_SYNONYM}, -1}, + {"marzo", 1, {DICTIONARY_SYNONYM}, -1}, + {"tn pro", 1, {DICTIONARY_PERSONAL_TITLE}, 2113}, + {"gobernador", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"yu", 1, {DICTIONARY_TOPONYM}, 2466}, + {"escaleras", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"carr", 1, {DICTIONARY_STREET_TYPE}, 2318}, + {"numr ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"núm.ro int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"sociedad port acciónes", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"piso", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"pabellon", 1, {DICTIONARY_PLACE_NAME}, 2210}, + {"teniente", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"gdora", 1, {DICTIONARY_PERSONAL_TITLE}, 2048}, + {"cmro", 1, {DICTIONARY_PERSONAL_TITLE}, 2021}, + {"licenciado", 2, {DICTIONARY_ACADEMIC_DEGREE, DICTIONARY_PERSONAL_TITLE}, -1}, + {"cia ltda", 1, {DICTIONARY_COMPANY_TYPE}, 1943}, + {"u.d.", 1, {DICTIONARY_COMPANY_TYPE}, 1950}, + {"nov.re", 1, {DICTIONARY_SYNONYM}, 2412}, + {"may", 1, {DICTIONARY_PERSONAL_TITLE}, 2068}, + {"c de méx", 1, {DICTIONARY_TOPONYM}, 2433}, + {"extrarradio", 1, {DICTIONARY_QUALIFIER}, -1}, + {"carra", 1, {DICTIONARY_STREET_TYPE}, 2318}, + {"extensión", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cra", 1, {DICTIONARY_STREET_TYPE}, 2318}, + {"presida", 1, {DICTIONARY_PERSONAL_TITLE}, 2079}, + {"alte", 1, {DICTIONARY_PERSONAL_TITLE}, 2004}, + {"sect.o", 1, {DICTIONARY_PERSONAL_TITLE}, 2099}, + {"arral", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 2126}, + {"ruta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"subteniente", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ferrocarril", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gn", 1, {DICTIONARY_PERSONAL_TITLE}, 2047}, + {"númr ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"peatonal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"profa", 1, {DICTIONARY_PERSONAL_TITLE}, 2084}, + {"ruinas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"circunvalar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ayuntamiento", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mtro", 1, {DICTIONARY_PERSONAL_TITLE}, 2072}, + {"majestad", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"centro", 1, {DICTIONARY_SYNONYM}, -1}, + {"circunvalación", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pl pr", 1, {DICTIONARY_LEVEL_STANDALONE}, 1985}, + {"queretaro", 1, {DICTIONARY_TOPONYM}, 2457}, + {"mnez", 1, {DICTIONARY_SURNAME}, 2379}, + {"núm.ro ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"núm int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"zn", 1, {DICTIONARY_QUALIFIER}, 2281}, + {"crrlo", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 2161}, + {"ac", 1, {DICTIONARY_STREET_TYPE}, 2295}, + {"c c", 1, {DICTIONARY_POST_OFFICE}, 2250}, + {"monumento", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lda", 2, {DICTIONARY_ACADEMIC_DEGREE, DICTIONARY_PERSONAL_TITLE}, 1890}, + {"secc", 1, {DICTIONARY_QUALIFIER}, 2277}, + {"ps", 1, {DICTIONARY_STREET_TYPE}, 2347}, + {"motel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ja", 1, {DICTIONARY_TOPONYM}, 2450}, + {"ser.ma", 1, {DICTIONARY_PERSONAL_TITLE}, 2106}, + {"abd", 1, {DICTIONARY_PERSONAL_TITLE}, 1996}, + {"pl ppal", 1, {DICTIONARY_LEVEL_STANDALONE}, 1985}, + {"sarg ay", 1, {DICTIONARY_PERSONAL_TITLE}, 2094}, + {"apdo", 1, {DICTIONARY_POST_OFFICE}, 2247}, + {"vizcondesa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"oaxaca", 1, {DICTIONARY_TOPONYM}, -1}, + {"cer", 1, {DICTIONARY_STREET_TYPE}, 2323}, + {"salon municipal", 1, {DICTIONARY_PLACE_NAME}, 2234}, + {"tte gen", 1, {DICTIONARY_PERSONAL_TITLE}, 2112}, + {"st.º", 1, {DICTIONARY_PERSONAL_TITLE}, 2092}, + {"ctro comun", 1, {DICTIONARY_PLACE_NAME}, 2144}, + {"p pral", 1, {DICTIONARY_LEVEL_STANDALONE}, 1984}, + {"carreterín", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vlas", 1, {DICTIONARY_PLACE_NAME}, 2242}, + {"pso pral", 1, {DICTIONARY_LEVEL_STANDALONE}, 1984}, + {"jun", 1, {DICTIONARY_SYNONYM}, 2400}, + {"c.a", 1, {DICTIONARY_COMPANY_TYPE}, 1910}, + {"tm", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"s g", 1, {DICTIONARY_PERSONAL_TITLE}, 2097}, + {"caballero", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"terminal de ferry", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"polideportivo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sin", 1, {DICTIONARY_STOPWORD}, -1}, + {"loc", 1, {DICTIONARY_PERSONAL_TITLE}, 2062}, + {"8bre", 1, {DICTIONARY_SYNONYM}, 2413}, + {"junio", 1, {DICTIONARY_SYNONYM}, -1}, + {"diacono", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"comuna", 1, {DICTIONARY_QUALIFIER}, -1}, + {"d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"unión", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"embajada", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sargento mayor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"estacionamiento", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"av", 1, {DICTIONARY_STREET_TYPE}, 2294}, + {"lópez", 1, {DICTIONARY_SURNAME}, -1}, + {"proximo", 1, {DICTIONARY_NEAR}, 1992}, + {"zapatería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"interior", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"tv", 1, {DICTIONARY_STREET_TYPE}, 2368}, + {"res", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, 1902}, + {"ag", 1, {DICTIONARY_TOPONYM}, 2438}, + {"p.e", 1, {DICTIONARY_PERSONAL_TITLE}, 2077}, + {"admor", 1, {DICTIONARY_PERSONAL_TITLE}, 1999}, + {"ctro de salud", 1, {DICTIONARY_PLACE_NAME}, 2146}, + {"agrimensor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"via", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sbida", 1, {DICTIONARY_STREET_TYPE}, 2366}, + {"preescolar comunitario", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"compañía", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"bqllo", 1, {DICTIONARY_STREET_TYPE}, 2300}, + {"esquina", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"hipodromo", 1, {DICTIONARY_PLACE_NAME}, 2189}, + {"circuito", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.g.", 1, {DICTIONARY_PERSONAL_TITLE}, 2097}, + {"psj", 1, {DICTIONARY_STREET_TYPE}, 2346}, + {"vivero", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"almacén", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pabellón", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"doña", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sobreático", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"s.a.f.i", 1, {DICTIONARY_COMPANY_TYPE}, 1926}, + {"& sucesores", 1, {DICTIONARY_COMPANY_TYPE}, 1953}, + {"camping", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"conj", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 1896}, + {"s.e", 1, {DICTIONARY_COMPANY_TYPE}, 1939}, + {"ctro.cial", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"club de futbol", 1, {DICTIONARY_COMPANY_TYPE}, 1909}, + {"& compania", 1, {DICTIONARY_COMPANY_TYPE}, 1952}, + {"s.a.e", 1, {DICTIONARY_COMPANY_TYPE}, 1925}, + {"pr", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2273}, + {"dp", 1, {DICTIONARY_QUALIFIER}, 2261}, + {"mqa", 1, {DICTIONARY_PERSONAL_TITLE}, 2067}, + {"cirv", 1, {DICTIONARY_STREET_TYPE}, 2327}, + {"serenisimo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"brigada", 1, {DICTIONARY_SYNONYM}, -1}, + {"coronel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"futbol club", 1, {DICTIONARY_COMPANY_TYPE}, 1917}, + {"sgiic", 1, {DICTIONARY_COMPANY_TYPE}, 1944}, + {"merc publico", 1, {DICTIONARY_PLACE_NAME}, 2205}, + {"cjon", 1, {DICTIONARY_STREET_TYPE}, 2306}, + {"ingeniero", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"prision", 1, {DICTIONARY_PLACE_NAME}, 2223}, + {"octe", 1, {DICTIONARY_SYNONYM}, 2413}, + {"srta", 1, {DICTIONARY_PERSONAL_TITLE}, 2105}, + {"cmdt", 1, {DICTIONARY_PERSONAL_TITLE}, 2020}, + {"sociedad anonima inscrita de capital abierto", 1, {DICTIONARY_COMPANY_TYPE}, 1927}, + {"francisco", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"depto", 1, {DICTIONARY_UNIT_NUMBERED}, 2474}, + {"nro ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"qr", 1, {DICTIONARY_TOPONYM}, 2458}, + {"bazar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"spa", 1, {DICTIONARY_COMPANY_TYPE}, 1949}, + {"floristeria", 1, {DICTIONARY_PLACE_NAME}, 2182}, + {"cr", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"morelos", 1, {DICTIONARY_TOPONYM}, -1}, + {"cn", 1, {DICTIONARY_UNIT_NUMBERED}, 2473}, + {"pescadería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"escritor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s l", 1, {DICTIONARY_COMPANY_TYPE}, 1945}, + {"cuesta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"si", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"d.c", 1, {DICTIONARY_TOPONYM}, 2435}, + {"hotel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"alam", 1, {DICTIONARY_STREET_TYPE}, 2287}, + {"n.º int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"núm", 1, {DICTIONARY_NUMBER}, 1994}, + {"clinica veterinaria", 1, {DICTIONARY_PLACE_NAME}, 2152}, + {"notario", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"y cia sc", 1, {DICTIONARY_COMPANY_TYPE}, 1932}, + {"srl", 1, {DICTIONARY_COMPANY_TYPE}, 1938}, + {"bq", 1, {DICTIONARY_QUALIFIER}, 2256}, + {"estación", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"oct.e", 1, {DICTIONARY_SYNONYM}, 2413}, + {"m.e", 1, {DICTIONARY_PERSONAL_TITLE}, 2063}, + {"barrios", 1, {DICTIONARY_QUALIFIER}, -1}, + {"dicbre", 1, {DICTIONARY_SYNONYM}, 2393}, + {"polig", 1, {DICTIONARY_QUALIFIER}, 2272}, + {"ático lujo", 1, {DICTIONARY_UNIT_STANDALONE}, 2481}, + {"estda", 1, {DICTIONARY_STREET_TYPE}, 2334}, + {"campo", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"n w", 1, {DICTIONARY_DIRECTIONAL}, 1961}, + {"s a", 1, {DICTIONARY_COMPANY_TYPE}, 1919}, + {"m.ª", 1, {DICTIONARY_GIVEN_NAME}, 1973}, + {"detras", 1, {DICTIONARY_STOPWORD}, -1}, + {"mtes", 1, {DICTIONARY_SYNONYM}, 2410}, + {"át de lujo", 1, {DICTIONARY_UNIT_STANDALONE}, 2481}, + {"poniente", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"numr int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"dept", 1, {DICTIONARY_UNIT_NUMBERED}, 2474}, + {"tte pro", 1, {DICTIONARY_PERSONAL_TITLE}, 2113}, + {"feb", 1, {DICTIONARY_SYNONYM}, 2394}, + {"agosto", 1, {DICTIONARY_SYNONYM}, -1}, + {"crral", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 2160}, + {"apartamentos", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mx", 1, {DICTIONARY_TOPONYM}, 2451}, + {"ldera", 1, {DICTIONARY_STREET_TYPE}, 2338}, + {"# ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"hernandez", 1, {DICTIONARY_SURNAME}, 2377}, + {"encima", 1, {DICTIONARY_STOPWORD}, -1}, + {"adm.or", 1, {DICTIONARY_PERSONAL_TITLE}, 1999}, + {"entr", 1, {DICTIONARY_ENTRANCE}, 1968}, + {"s.a.e.", 1, {DICTIONARY_COMPANY_TYPE}, 1925}, + {"circular", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"no ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"pastelería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ac", 1, {DICTIONARY_COMPANY_TYPE}, 1906}, + {"diseminado", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"diacona", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bvd", 1, {DICTIONARY_STREET_TYPE}, 2301}, + {"#", 1, {DICTIONARY_NUMBER}, 1994}, + {"distrito capital", 1, {DICTIONARY_TOPONYM}, -1}, + {"avenida calle", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"caserío", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"goba", 1, {DICTIONARY_PERSONAL_TITLE}, 2048}, + {"rambla", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rescate de montana", 1, {DICTIONARY_PLACE_NAME}, 2231}, + {"abogado", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"za", 1, {DICTIONARY_TOPONYM}, 2467}, + {"lica", 1, {DICTIONARY_PERSONAL_TITLE}, 1890}, + {"cerca de mì", 1, {DICTIONARY_NEAR}, -1}, + {"intendente", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"montes", 1, {DICTIONARY_SYNONYM}, -1}, + {"dulcería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rguez", 1, {DICTIONARY_SURNAME}, 2380}, + {"col", 1, {DICTIONARY_QUALIFIER}, 2257}, + {"templo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vecindario", 1, {DICTIONARY_QUALIFIER}, -1}, + {"borda", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ppal", 1, {DICTIONARY_LEVEL_STANDALONE}, 1986}, + {"concesionario de automóviles", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cm", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"comida rapida", 1, {DICTIONARY_PLACE_NAME}, 2155}, + {"gdme", 1, {DICTIONARY_PERSONAL_TITLE}, 2046}, + {"oeste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"cantina", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hdez", 1, {DICTIONARY_SURNAME}, 2377}, + {"csrio", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, 1892}, + {"crematorio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"apartado", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"mr", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"distrito postal", 1, {DICTIONARY_QUALIFIER}, -1}, + {"junta", 1, {DICTIONARY_STOPWORD}, -1}, + {"n.º ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"marqsa", 1, {DICTIONARY_PERSONAL_TITLE}, 2067}, + {"alquileres de vehículos", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"num.ro in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"s s", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 1987}, + {"c.s.", 1, {DICTIONARY_PERSONAL_TITLE}, 2014}, + {"hnos", 1, {DICTIONARY_PERSONAL_TITLE}, 2053}, + {"ctro com", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"compras", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mariscal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"fuente", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"centro cial", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"con", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"ret", 1, {DICTIONARY_STREET_TYPE}, 2358}, + {"en", 1, {DICTIONARY_SYNONYM}, 2392}, + {"mercado", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ctn", 1, {DICTIONARY_PERSONAL_TITLE}, 2017}, + {"gr", 1, {DICTIONARY_TOPONYM}, 2448}, + {"hidalgo", 1, {DICTIONARY_TOPONYM}, -1}, + {"costera", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s g i i c", 1, {DICTIONARY_COMPANY_TYPE}, 1944}, + {"alcde", 1, {DICTIONARY_PERSONAL_TITLE}, 2002}, + {"ch", 1, {DICTIONARY_STREET_TYPE}, 2312}, + {"ctr comm", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"sociedad gestora de instituciones de inversión colectiva", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"kilometro", 1, {DICTIONARY_QUALIFIER}, 2267}, + {"cantón", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sª", 1, {DICTIONARY_PERSONAL_TITLE}, 2103}, + {"za", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"unidad", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"profra", 1, {DICTIONARY_PERSONAL_TITLE}, 2084}, + {"jf", 1, {DICTIONARY_PERSONAL_TITLE}, 2060}, + {"n.e", 1, {DICTIONARY_DIRECTIONAL}, 1960}, + {"prol", 1, {DICTIONARY_STREET_TYPE}, 2355}, + {"10bre", 1, {DICTIONARY_SYNONYM}, 2393}, + {"sep.bre", 1, {DICTIONARY_SYNONYM}, 2425}, + {"v", 1, {DICTIONARY_STREET_TYPE}, 2373}, + {"comte", 1, {DICTIONARY_PERSONAL_TITLE}, 2020}, + {"cp", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"s cra", 1, {DICTIONARY_COMPANY_TYPE}, 1933}, + {"abr", 1, {DICTIONARY_SYNONYM}, 2381}, + {"vst", 1, {DICTIONARY_STREET_TYPE}, 2374}, + {"so", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"prolongacion", 1, {DICTIONARY_STREET_TYPE}, 2355}, + {"lic.a", 1, {DICTIONARY_PERSONAL_TITLE}, 1890}, + {"pral", 2, {DICTIONARY_LEVEL_STANDALONE, DICTIONARY_PERSONAL_TITLE}, 1986}, + {"cooperativa", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, -1}, + {"lago", 1, {DICTIONARY_SYNONYM}, -1}, + {"s coop", 1, {DICTIONARY_COMPANY_TYPE}, 1934}, + {"s.c.l.", 1, {DICTIONARY_COMPANY_TYPE}, 1935}, + {"nw", 1, {DICTIONARY_DIRECTIONAL}, 1961}, + {"reverendisimo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"autovia", 1, {DICTIONARY_STREET_TYPE}, 2293}, + {"dhsa", 1, {DICTIONARY_PLACE_NAME}, 2163}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 1959}, + {"s e", 1, {DICTIONARY_COMPANY_TYPE}, 1939}, + {"crtjo", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, 1898}, + {"f.c", 1, {DICTIONARY_PLACE_NAME}, 2180}, + {"nordeste", 1, {DICTIONARY_DIRECTIONAL}, 1960}, + {"san luis potosí", 1, {DICTIONARY_TOPONYM}, -1}, + {"n.ro ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"sanatorio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nº ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"brrio", 1, {DICTIONARY_QUALIFIER}, 2254}, + {"sociedad del estado", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"cf", 1, {DICTIONARY_COMPANY_TYPE}, 1909}, + {"sociedad cooperativa limitada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"lgna", 1, {DICTIONARY_SYNONYM}, 2404}, + {"númr in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"viviendas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"castillo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bsq", 1, {DICTIONARY_SYNONYM}, 2385}, + {"norte", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"cllon", 1, {DICTIONARY_STREET_TYPE}, 2306}, + {"# in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"entre /", 1, {DICTIONARY_CROSS_STREET}, 1957}, + {"ff cc", 1, {DICTIONARY_PLACE_NAME}, 2181}, + {"punto kilométrico", 1, {DICTIONARY_QUALIFIER}, -1}, + {"consejo", 1, {DICTIONARY_PERSONAL_TITLE}, 2025}, + {"sedra", 1, {DICTIONARY_STREET_TYPE}, 2364}, + {"pk", 1, {DICTIONARY_QUALIFIER}, 2276}, + {"yucatan", 1, {DICTIONARY_TOPONYM}, 2466}, + {"urbanización", 1, {DICTIONARY_QUALIFIER}, -1}, + {"cp", 1, {DICTIONARY_TOPONYM}, 2442}, + {"diaca", 1, {DICTIONARY_PERSONAL_TITLE}, 2029}, + {"ribera", 1, {DICTIONARY_SYNONYM}, -1}, + {"ptllo", 1, {DICTIONARY_SYNONYM}, 2414}, + {"inmobiliaria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cto comunitario", 1, {DICTIONARY_PLACE_NAME}, 2144}, + {"concesionario", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"callejuela", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ciudad de mexico", 1, {DICTIONARY_TOPONYM}, 2433}, + {"taller", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"chlet", 1, {DICTIONARY_BUILDING_TYPE}, 1893}, + {"hermanos", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"padre", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bajada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sad", 1, {DICTIONARY_COMPANY_TYPE}, 1922}, + {"teniente coronel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"n.° ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"cv", 1, {DICTIONARY_STREET_TYPE}, 2314}, + {"doctor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"peat", 1, {DICTIONARY_STREET_TYPE}, 2350}, + {"ferrocarriles", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"iss", 1, {DICTIONARY_QUALIFIER}, 2266}, + {"st.o", 1, {DICTIONARY_PERSONAL_TITLE}, 2092}, + {"compania por acciones", 1, {DICTIONARY_COMPANY_TYPE}, 1912}, + {"puente", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"dira", 1, {DICTIONARY_PERSONAL_TITLE}, 2032}, + {"s.dad", 1, {DICTIONARY_COMPANY_TYPE}, 1918}, + {"jard", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 2194}, + {"sociedad anónima de capital variable", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"gonzález", 1, {DICTIONARY_SURNAME}, -1}, + {"clinica", 1, {DICTIONARY_PLACE_NAME}, 2151}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 2083}, + {"letra", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"yucatán", 1, {DICTIONARY_TOPONYM}, -1}, + {"cpos", 1, {DICTIONARY_SYNONYM}, 2388}, + {"brg gnal", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"p.i", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2274}, + {"n.º", 1, {DICTIONARY_NUMBER}, 1994}, + {"rincón", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"barda", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2253}, + {"eslda", 1, {DICTIONARY_STREET_TYPE}, 2333}, + {"ltda", 1, {DICTIONARY_COMPANY_TYPE}, 1943}, + {"cabo", 1, {DICTIONARY_SYNONYM}, -1}, + {"autov", 1, {DICTIONARY_STREET_TYPE}, 2293}, + {"taberna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"izquierda", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"p", 1, {DICTIONARY_LEVEL_NUMBERED}, 1979}, + {"emp", 1, {DICTIONARY_COMPANY_TYPE}, 1913}, + {"s a a", 1, {DICTIONARY_COMPANY_TYPE}, 1920}, + {"volcan", 1, {DICTIONARY_SYNONYM}, -1}, + {"n.° ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"piscina", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sociedad anonima cooperativa catalana limitada", 1, {DICTIONARY_COMPANY_TYPE}, 1924}, + {"me", 1, {DICTIONARY_PERSONAL_TITLE}, 2063}, + {"hnas", 1, {DICTIONARY_PERSONAL_TITLE}, 2051}, + {"cto médico", 1, {DICTIONARY_PLACE_NAME}, 2149}, + {"juguetería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pol.ind", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2274}, + {"el", 1, {DICTIONARY_STOPWORD}, -1}, + {"cerca de acá", 1, {DICTIONARY_NEAR}, -1}, + {"contralmirante", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"local", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"s.c.e.l", 1, {DICTIONARY_COMPANY_TYPE}, 1936}, + {"kr", 1, {DICTIONARY_STREET_TYPE}, 2318}, + {"una", 1, {DICTIONARY_STOPWORD}, -1}, + {"cjto", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 1896}, + {"s a b", 1, {DICTIONARY_COMPANY_TYPE}, 1921}, + {"cap", 1, {DICTIONARY_PERSONAL_TITLE}, 2017}, + {"ra", 1, {DICTIONARY_PERSONAL_TITLE}, 2085}, + {"pol res", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2273}, + {"videotienda", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cinturón", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cmpos", 1, {DICTIONARY_SYNONYM}, 2388}, + {"albergue", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cint", 1, {DICTIONARY_STREET_TYPE}, 2324}, + {"licorería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s.p", 1, {DICTIONARY_PERSONAL_TITLE}, 2096}, + {"de cv", 1, {DICTIONARY_PLACE_NAME}, 2164}, + {"caminito", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.c.c.l", 1, {DICTIONARY_COMPANY_TYPE}, 1924}, + {"barranquillo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pso", 1, {DICTIONARY_STREET_TYPE}, 2347}, + {"avda cr", 1, {DICTIONARY_STREET_TYPE}, 2296}, + {"casa señorial", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"scra", 1, {DICTIONARY_COMPANY_TYPE}, 1933}, + {"gimnasio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s c a", 1, {DICTIONARY_COMPANY_TYPE}, 1941}, + {"p", 1, {DICTIONARY_STREET_TYPE}, 2347}, + {"santu", 1, {DICTIONARY_PLACE_NAME}, 2236}, + {"monseñor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"d.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 2036}, + {"seccion", 1, {DICTIONARY_QUALIFIER}, 2277}, + {"s / n°", 1, {DICTIONARY_NO_NUMBER}, 1993}, + {"reverendisima", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"granj", 1, {DICTIONARY_PLACE_NAME}, 2185}, + {"campos", 1, {DICTIONARY_SYNONYM}, -1}, + {"& cía", 1, {DICTIONARY_COMPANY_TYPE}, 1952}, + {"rncon", 1, {DICTIONARY_STREET_TYPE}, 2359}, + {"sepe", 1, {DICTIONARY_SYNONYM}, 2425}, + {"mª", 1, {DICTIONARY_GIVEN_NAME}, 1973}, + {"clg", 1, {DICTIONARY_PERSONAL_TITLE}, 2019}, + {"sociedad en nombre colectivo de responsabilidad limitada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"polígono industrial", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"e.p", 1, {DICTIONARY_COMPANY_TYPE}, 1915}, + {"f.c.", 1, {DICTIONARY_COMPANY_TYPE}, 1917}, + {"sociedad gestora de instituciones de inversion colectiva", 1, {DICTIONARY_COMPANY_TYPE}, 1944}, + {"dic.bre", 1, {DICTIONARY_SYNONYM}, 2393}, + {"cque", 1, {DICTIONARY_PERSONAL_TITLE}, 2016}, + {"nal", 1, {DICTIONARY_SYNONYM}, 2411}, + {"bs", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"fc°", 1, {DICTIONARY_GIVEN_NAME}, 1971}, + {"iunior", 1, {DICTIONARY_PERSONAL_SUFFIX}, 1995}, + {"grande", 1, {DICTIONARY_SYNONYM}, -1}, + {"centro medico", 1, {DICTIONARY_PLACE_NAME}, 2149}, + {"número", 1, {DICTIONARY_NUMBER}, -1}, + {"taller mecanico", 1, {DICTIONARY_PLACE_NAME}, 2237}, + {"zna", 1, {DICTIONARY_QUALIFIER}, 2281}, + {"pseo", 1, {DICTIONARY_STREET_TYPE}, 2347}, + {"s l l", 1, {DICTIONARY_COMPANY_TYPE}, 1946}, + {"emb", 1, {DICTIONARY_PERSONAL_TITLE}, 2040}, + {"oficina", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"prof.a", 1, {DICTIONARY_PERSONAL_TITLE}, 2084}, + {"arrabal", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"tránsito", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"llanura", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"st.°", 1, {DICTIONARY_PERSONAL_TITLE}, 2092}, + {"club atletico", 1, {DICTIONARY_COMPANY_TYPE}, 1908}, + {"ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1974}, + {"iglas", 1, {DICTIONARY_PLACE_NAME}, 2192}, + {"presid.a", 1, {DICTIONARY_PERSONAL_TITLE}, 2079}, + {"psaje", 1, {DICTIONARY_STREET_TYPE}, 2346}, + {"este", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"funeraria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"clérigo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"club de fútbol", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"calzada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"optica", 1, {DICTIONARY_PLACE_NAME}, 2209}, + {"asociación civil", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"bosque", 1, {DICTIONARY_SYNONYM}, -1}, + {"nr ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"numr in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"dela", 1, {DICTIONARY_STOPWORD}, -1}, + {"lgs", 1, {DICTIONARY_SYNONYM}, 2403}, + {"s en c", 1, {DICTIONARY_COMPANY_TYPE}, 1940}, + {"estación de tren", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nr int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"ffcc", 1, {DICTIONARY_PLACE_NAME}, 2181}, + {"c.t.", 1, {DICTIONARY_PERSONAL_TITLE}, 2015}, + {"carnicería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"canal", 1, {DICTIONARY_SYNONYM}, -1}, + {"s.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 2103}, + {"teniente general", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"parque", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"av cr", 1, {DICTIONARY_STREET_TYPE}, 2296}, + {"alts", 1, {DICTIONARY_SYNONYM}, 2384}, + {"ptda", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2270}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sociedad en comandita port acciónes", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"cerca de mi", 1, {DICTIONARY_NEAR}, 1990}, + {"al", 1, {DICTIONARY_STOPWORD}, -1}, + {"bajos", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"num", 1, {DICTIONARY_NUMBER}, 1994}, + {"estacion de autobuses", 1, {DICTIONARY_PLACE_NAME}, 2173}, + {"cortijo", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"febo", 1, {DICTIONARY_SYNONYM}, 2394}, + {"cp", 1, {DICTIONARY_POSTAL_CODE}, 2251}, + {"tte", 1, {DICTIONARY_PERSONAL_TITLE}, 2110}, + {"cast", 1, {DICTIONARY_PLACE_NAME}, 2142}, + {"pzta", 1, {DICTIONARY_STREET_TYPE}, 2353}, + {"cmpo", 1, {DICTIONARY_SYNONYM}, 2136}, + {"pol.res", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2273}, + {"tl", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"rev", 1, {DICTIONARY_SYNONYM}, 2422}, + {"brig gn", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"s c c l", 1, {DICTIONARY_COMPANY_TYPE}, 1924}, + {"dragoneante", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"st°", 1, {DICTIONARY_PERSONAL_TITLE}, 2092}, + {"milr", 1, {DICTIONARY_SYNONYM}, 2408}, + {"ja", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sociedad limitada unipersonal", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"drogueria", 1, {DICTIONARY_PLACE_NAME}, 2168}, + {"p.º", 1, {DICTIONARY_STREET_TYPE}, 2347}, + {"febro", 1, {DICTIONARY_SYNONYM}, 2394}, + {"comisario de policía", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"num.ro ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"hda", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2187}, + {"pa", 1, {DICTIONARY_STOPWORD}, 2284}, + {"ag", 1, {DICTIONARY_SYNONYM}, 2382}, + {"playa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"my brig", 1, {DICTIONARY_PERSONAL_TITLE}, 2069}, + {"n.e.", 1, {DICTIONARY_DIRECTIONAL}, 1960}, + {"rch", 1, {DICTIONARY_PLACE_NAME}, 2230}, + {"sep", 1, {DICTIONARY_SYNONYM}, 2425}, + {"u.d", 1, {DICTIONARY_COMPANY_TYPE}, 1950}, + {"vreda", 1, {DICTIONARY_STREET_TYPE}, 2371}, + {"s.p.a.", 1, {DICTIONARY_COMPANY_TYPE}, 1949}, + {"vereda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"habitación", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"min", 1, {DICTIONARY_PERSONAL_TITLE}, 2071}, + {"lagos", 1, {DICTIONARY_SYNONYM}, -1}, + {"extramuros", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"hospital", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vlcn", 1, {DICTIONARY_SYNONYM}, 2428}, + {"s.a.a.", 1, {DICTIONARY_COMPANY_TYPE}, 1920}, + {"nmr.o", 1, {DICTIONARY_NUMBER}, 1994}, + {"durango", 1, {DICTIONARY_TOPONYM}, -1}, + {"w", 1, {DICTIONARY_DIRECTIONAL}, 1962}, + {"ext", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2177}, + {"mar", 1, {DICTIONARY_SYNONYM}, 2406}, + {"manzana", 1, {DICTIONARY_QUALIFIER}, -1}, + {"cbo", 1, {DICTIONARY_SYNONYM}, 2387}, + {"slne", 1, {DICTIONARY_COMPANY_TYPE}, 1947}, + {"dtto postal", 1, {DICTIONARY_QUALIFIER}, 2261}, + {"mayor de brigada", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sl", 1, {DICTIONARY_COMPANY_TYPE}, 1945}, + {"residencia de estudiantes", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"minigolf", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ak", 1, {DICTIONARY_STREET_TYPE}, 2296}, + {"ep", 1, {DICTIONARY_COMPANY_TYPE}, 1915}, + {"nmr.°", 1, {DICTIONARY_NUMBER}, 1994}, + {"plto flvial", 1, {DICTIONARY_PERSONAL_TITLE}, 2078}, + {"marqs", 1, {DICTIONARY_PERSONAL_TITLE}, 2066}, + {"call", 1, {DICTIONARY_STREET_TYPE}, 2304}, + {"frutería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"parque de bomberos", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"trans", 1, {DICTIONARY_STREET_TYPE}, 2367}, + {"n.w.", 1, {DICTIONARY_DIRECTIONAL}, 1961}, + {"contralmte", 1, {DICTIONARY_PERSONAL_TITLE}, 2026}, + {"club atlético", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"tb", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"río", 1, {DICTIONARY_SYNONYM}, -1}, + {"hno", 1, {DICTIONARY_PERSONAL_TITLE}, 2052}, + {"instituto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cons", 1, {DICTIONARY_PERSONAL_TITLE}, 2025}, + {"aptdo postal", 1, {DICTIONARY_POST_OFFICE}, 2249}, + {"c.n", 1, {DICTIONARY_STREET_TYPE}, 2313}, + {"cia sca", 1, {DICTIONARY_COMPANY_TYPE}, 1941}, + {"balneario", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"asociación en participación", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"cjla", 1, {DICTIONARY_STREET_TYPE}, 2308}, + {"ctro.com", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"tn", 1, {DICTIONARY_PERSONAL_TITLE}, 2110}, + {"igla", 1, {DICTIONARY_PLACE_NAME}, 2191}, + {"pob", 1, {DICTIONARY_QUALIFIER}, 2271}, + {"heladeria", 1, {DICTIONARY_PLACE_NAME}, 2188}, + {"crv", 1, {DICTIONARY_STREET_TYPE}, 2327}, + {"presidenta", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"lg", 1, {DICTIONARY_SYNONYM}, 2402}, + {"hermano", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"feb.ro", 1, {DICTIONARY_SYNONYM}, 2394}, + {"pblo", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2225}, + {"cerca de", 1, {DICTIONARY_NEAR}, -1}, + {"s.a.p.i.", 1, {DICTIONARY_COMPANY_TYPE}, 1929}, + {"númro ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"sc", 1, {DICTIONARY_COMPANY_TYPE}, 1940}, + {"tr", 1, {DICTIONARY_STREET_TYPE}, 2368}, + {"vcto", 1, {DICTIONARY_STREET_TYPE}, 2372}, + {"rescate de montaña", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ch", 1, {DICTIONARY_TOPONYM}, 2443}, + {"brg genl", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"cto.cial", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"sgr", 1, {DICTIONARY_COMPANY_TYPE}, 1937}, + {"enfrente", 1, {DICTIONARY_STOPWORD}, -1}, + {"agencia de viajes", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"abad", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.a.a", 1, {DICTIONARY_COMPANY_TYPE}, 1920}, + {"privada", 1, {DICTIONARY_SYNONYM}, -1}, + {"restaurante", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"infantería", 1, {DICTIONARY_SYNONYM}, -1}, + {"ser.mo", 1, {DICTIONARY_PERSONAL_TITLE}, 2107}, + {"gt", 1, {DICTIONARY_TOPONYM}, 2447}, + {"embajador", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s de rl", 1, {DICTIONARY_COMPANY_TYPE}, 1938}, + {"atlético", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gta", 1, {DICTIONARY_STREET_TYPE}, 2336}, + {"políg", 1, {DICTIONARY_QUALIFIER}, 2272}, + {"rcnda", 1, {DICTIONARY_STREET_TYPE}, 2360}, + {"pg ind", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2274}, + {"crn", 1, {DICTIONARY_PERSONAL_TITLE}, 2027}, + {"plazuela", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"msnr", 1, {DICTIONARY_PERSONAL_TITLE}, 2073}, + {"v alte", 1, {DICTIONARY_PERSONAL_TITLE}, 2114}, + {"centro comercial", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c priv", 1, {DICTIONARY_STREET_TYPE}, 2307}, + {"abogada", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"lico", 1, {DICTIONARY_PERSONAL_TITLE}, 1891}, + {"general", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"rancho", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"empresa publica", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"sargto", 1, {DICTIONARY_PERSONAL_TITLE}, 2093}, + {"canton", 1, {DICTIONARY_STREET_TYPE}, 2317}, + {"senador", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"exc.a", 1, {DICTIONARY_PERSONAL_TITLE}, 2042}, + {"du", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sargento primero", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"escalinata", 1, {DICTIONARY_STAIRCASE}, -1}, + {"empr", 1, {DICTIONARY_COMPANY_TYPE}, 1913}, + {"capital federal", 1, {DICTIONARY_TOPONYM}, -1}, + {"n.bre", 1, {DICTIONARY_SYNONYM}, 2412}, + {"calle priv", 1, {DICTIONARY_STREET_TYPE}, 2307}, + {"p.i.", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2274}, + {"méxico", 1, {DICTIONARY_TOPONYM}, -1}, + {"scn", 1, {DICTIONARY_QUALIFIER}, 2277}, + {"bg gn", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"númro", 1, {DICTIONARY_NUMBER}, 1994}, + {"df", 1, {DICTIONARY_TOPONYM}, 2434}, + {"bº", 1, {DICTIONARY_QUALIFIER}, 2254}, + {"nrº", 1, {DICTIONARY_NUMBER}, 1994}, + {"expla", 1, {DICTIONARY_STREET_TYPE}, 2335}, + {"amp", 1, {DICTIONARY_QUALIFIER}, 2252}, + {"rampa", 1, {DICTIONARY_STREET_TYPE}, 2357}, + {"s.a.l", 1, {DICTIONARY_COMPANY_TYPE}, 1928}, + {"se", 1, {DICTIONARY_COMPANY_TYPE}, 1939}, + {"abg.do", 1, {DICTIONARY_PERSONAL_TITLE}, 1998}, + {"autop", 1, {DICTIONARY_STREET_TYPE}, 2292}, + {"abga", 1, {DICTIONARY_PERSONAL_TITLE}, 1997}, + {"vde", 1, {DICTIONARY_PERSONAL_TITLE}, 2115}, + {"excmo", 1, {DICTIONARY_PERSONAL_TITLE}, 2044}, + {"auzoa", 1, {DICTIONARY_QUALIFIER}, -1}, + {"ap", 1, {DICTIONARY_STREET_TYPE}, 2292}, + {"profª", 1, {DICTIONARY_PERSONAL_TITLE}, 2084}, + {"polígono", 1, {DICTIONARY_QUALIFIER}, -1}, + {"mercado publico", 1, {DICTIONARY_PLACE_NAME}, 2205}, + {"panaderia", 1, {DICTIONARY_PLACE_NAME}, 2213}, + {"parque acuatico", 1, {DICTIONARY_PLACE_NAME}, 2216}, + {"cp", 1, {DICTIONARY_PERSONAL_TITLE}, 2013}, + {"hi", 1, {DICTIONARY_TOPONYM}, 2449}, + {"bar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fruteria", 1, {DICTIONARY_PLACE_NAME}, 2183}, + {"condominio", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"apartado postal", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"núm ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"atico de lujo", 1, {DICTIONARY_UNIT_STANDALONE}, 2481}, + {"c.f", 1, {DICTIONARY_COMPANY_TYPE}, 1909}, + {"hernández", 1, {DICTIONARY_SURNAME}, -1}, + {"compj", 1, {DICTIONARY_BUILDING_TYPE}, 1894}, + {"sotano", 1, {DICTIONARY_LEVEL_BASEMENT}, 1976}, + {"vdesa", 1, {DICTIONARY_PERSONAL_TITLE}, 2116}, + {"tn col", 1, {DICTIONARY_PERSONAL_TITLE}, 2111}, + {"parcela", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"monsenor", 1, {DICTIONARY_PERSONAL_TITLE}, 2073}, + {"la", 1, {DICTIONARY_STOPWORD}, -1}, + {"cv", 1, {DICTIONARY_STREET_TYPE}, 2327}, + {"entrada", 1, {DICTIONARY_ENTRANCE}, -1}, + {"apto", 1, {DICTIONARY_UNIT_NUMBERED}, 2471}, + {"esquina de", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"n° ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"brig", 1, {DICTIONARY_SYNONYM}, 2386}, + {"pb", 1, {DICTIONARY_LEVEL_STANDALONE}, 1982}, + {"fábrica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"g", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"e /", 1, {DICTIONARY_CROSS_STREET}, 1957}, + {"cto.com", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"s.m", 1, {DICTIONARY_PERSONAL_TITLE}, 2095}, + {"isla", 1, {DICTIONARY_QUALIFIER}, -1}, + {"barcelona", 1, {DICTIONARY_TOPONYM}, -1}, + {"v almte", 1, {DICTIONARY_PERSONAL_TITLE}, 2114}, + {"viaducto", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"martínez", 1, {DICTIONARY_SURNAME}, -1}, + {"sociedad anonima laboral", 1, {DICTIONARY_COMPANY_TYPE}, 1928}, + {"d.bre", 1, {DICTIONARY_SYNONYM}, 2393}, + {"g", 1, {DICTIONARY_STREET_TYPE}, 2336}, + {"cxa", 1, {DICTIONARY_COMPANY_TYPE}, 1912}, + {"cía", 1, {DICTIONARY_COMPANY_TYPE}, 1910}, + {"pl", 1, {DICTIONARY_LEVEL_NUMBERED}, 1979}, + {"pe", 1, {DICTIONARY_PERSONAL_TITLE}, 2077}, + {"mzo", 1, {DICTIONARY_SYNONYM}, 2406}, + {"p", 1, {DICTIONARY_LEVEL_NUMBERED}, 1978}, + {"julio", 1, {DICTIONARY_SYNONYM}, -1}, + {"8 bre", 1, {DICTIONARY_SYNONYM}, 2413}, + {"pnta", 1, {DICTIONARY_SYNONYM}, 2418}, + {"cine", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s.p.a", 1, {DICTIONARY_COMPANY_TYPE}, 1949}, + {"capilla", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"area de picnic", 1, {DICTIONARY_PLACE_NAME}, 2122}, + {"repuestos automotrices", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"oct", 1, {DICTIONARY_SYNONYM}, 2413}, + {"arboleda", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"ca", 1, {DICTIONARY_COMPANY_TYPE}, 1910}, + {"paseo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"praje", 1, {DICTIONARY_STREET_TYPE}, 2343}, + {"pta", 1, {DICTIONARY_PERSONAL_TITLE}, 2079}, + {"s.res", 1, {DICTIONARY_PERSONAL_TITLE}, 2104}, + {"parafarmacia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"por aquí", 1, {DICTIONARY_NEAR}, -1}, + {"salón de belleza", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"teniente primero", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"guerra", 1, {DICTIONARY_SYNONYM}, -1}, + {"c t", 1, {DICTIONARY_PERSONAL_TITLE}, 2015}, + {"cde", 1, {DICTIONARY_PERSONAL_TITLE}, 2022}, + {"arzobispo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"jz", 1, {DICTIONARY_PERSONAL_TITLE}, 2061}, + {"cr", 1, {DICTIONARY_STREET_TYPE}, 2319}, + {"mayor general", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"lo", 1, {DICTIONARY_STOPWORD}, -1}, + {"gendarme", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"subida", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"secretario", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"rinconada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"avda", 1, {DICTIONARY_STREET_TYPE}, 2294}, + {"fc", 1, {DICTIONARY_COMPANY_TYPE}, 1917}, + {"conjunto", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, -1}, + {"extension", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2177}, + {"coahuila", 1, {DICTIONARY_TOPONYM}, -1}, + {"por", 1, {DICTIONARY_STOPWORD}, -1}, + {"setbre", 1, {DICTIONARY_SYNONYM}, 2425}, + {"s a d", 1, {DICTIONARY_COMPANY_TYPE}, 1922}, + {"administradora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dic", 1, {DICTIONARY_SYNONYM}, 2393}, + {"sociedad anonima bursatil", 1, {DICTIONARY_COMPANY_TYPE}, 1921}, + {"alm", 1, {DICTIONARY_PERSONAL_TITLE}, 2004}, + {"cto juvenil", 1, {DICTIONARY_PLACE_NAME}, 2148}, + {"cto cial", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"gale", 1, {DICTIONARY_STREET_TYPE}, 2184}, + {"cj", 1, {DICTIONARY_STREET_TYPE}, 2306}, + {"vist", 1, {DICTIONARY_STREET_TYPE}, 2374}, + {"calle", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"carrera", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"númro in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"en", 3, {DICTIONARY_CROSS_STREET, DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"sect", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2278}, + {"colegio mayor", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"por aqui", 1, {DICTIONARY_NEAR}, 1991}, + {"sw", 1, {DICTIONARY_DIRECTIONAL}, 1967}, + {"gdor", 1, {DICTIONARY_PERSONAL_TITLE}, 2049}, + {"salón municipal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"paraje", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s a f i", 1, {DICTIONARY_COMPANY_TYPE}, 1926}, + {"sll", 1, {DICTIONARY_COMPANY_TYPE}, 1946}, + {"s", 1, {DICTIONARY_PERSONAL_TITLE}, 2089}, + {"e.u.", 1, {DICTIONARY_COMPANY_TYPE}, 1916}, + {"avd", 1, {DICTIONARY_STREET_TYPE}, 2294}, + {"tintorería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"agrim", 1, {DICTIONARY_PERSONAL_TITLE}, 2001}, + {"casino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sra", 1, {DICTIONARY_PERSONAL_TITLE}, 2103}, + {"s p", 1, {DICTIONARY_PERSONAL_TITLE}, 2096}, + {"át", 2, {DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, 2472}, + {"alquileres de bicicletas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nov.bre", 1, {DICTIONARY_SYNONYM}, 2412}, + {"n° in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"9 bre", 1, {DICTIONARY_SYNONYM}, 2412}, + {"arroyo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"brig", 1, {DICTIONARY_PERSONAL_TITLE}, 2010}, + {"football club", 1, {DICTIONARY_COMPANY_TYPE}, 1917}, + {"fc°", 1, {DICTIONARY_GIVEN_NAME}, 1972}, + {"duque", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cerrada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rncn", 1, {DICTIONARY_STREET_TYPE}, 2359}, + {"c n", 1, {DICTIONARY_STREET_TYPE}, 2313}, + {"c.c", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"vinedo", 1, {DICTIONARY_PLACE_NAME}, 2243}, + {"m.a", 1, {DICTIONARY_GIVEN_NAME}, 1973}, + {"en la esq de", 1, {DICTIONARY_CROSS_STREET}, 1955}, + {"asociacion en participacion", 1, {DICTIONARY_COMPANY_TYPE}, 1905}, + {"s.a.s.", 1, {DICTIONARY_COMPANY_TYPE}, 1930}, + {"cjal", 1, {DICTIONARY_PERSONAL_TITLE}, 2024}, + {"serenisima", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"p k", 1, {DICTIONARY_QUALIFIER}, 2276}, + {"prtl", 1, {DICTIONARY_ENTRANCE}, 1969}, + {"cllzo", 1, {DICTIONARY_STREET_TYPE}, 2309}, + {"e u", 1, {DICTIONARY_COMPANY_TYPE}, 1916}, + {"ctro comunitaro", 1, {DICTIONARY_PLACE_NAME}, 2144}, + {"angta", 1, {DICTIONARY_STREET_TYPE}, 2290}, + {"infa", 1, {DICTIONARY_PERSONAL_TITLE}, 2054}, + {"monasterio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vizconde", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"exca", 1, {DICTIONARY_PERSONAL_TITLE}, 2042}, + {"mayo", 1, {DICTIONARY_SYNONYM}, -1}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 2033}, + {"tb", 1, {DICTIONARY_TOPONYM}, 2462}, + {"nuevo leon", 1, {DICTIONARY_TOPONYM}, 2455}, + {"card", 1, {DICTIONARY_PERSONAL_TITLE}, 2018}, + {"av cra", 1, {DICTIONARY_STREET_TYPE}, 2296}, + {"colima", 1, {DICTIONARY_TOPONYM}, -1}, + {"sermo", 1, {DICTIONARY_PERSONAL_TITLE}, 2107}, + {"nº ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"bg general", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"avda cra", 1, {DICTIONARY_STREET_TYPE}, 2296}, + {"cnal", 1, {DICTIONARY_PERSONAL_TITLE}, 2018}, + {"s.l.l", 1, {DICTIONARY_COMPANY_TYPE}, 1946}, + {"bar", 1, {DICTIONARY_PERSONAL_TITLE}, 2009}, + {"set.bre", 1, {DICTIONARY_SYNONYM}, 2425}, + {"doctora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"retorno", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"senores", 1, {DICTIONARY_PERSONAL_TITLE}, 2104}, + {"brig general", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"admra", 1, {DICTIONARY_PERSONAL_TITLE}, 2000}, + {"sobreatico", 1, {DICTIONARY_UNIT_STANDALONE}, 2483}, + {"allende", 1, {DICTIONARY_STOPWORD}, -1}, + {"c.c", 1, {DICTIONARY_POST_OFFICE}, 2250}, + {"no", 1, {DICTIONARY_NUMBER}, 1994}, + {"d.a", 1, {DICTIONARY_PERSONAL_TITLE}, 2036}, + {"querétaro", 1, {DICTIONARY_TOPONYM}, -1}, + {"librería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"brrios", 1, {DICTIONARY_QUALIFIER}, 2255}, + {"bjs", 1, {DICTIONARY_LEVEL_STANDALONE}, 1981}, + {"st", 1, {DICTIONARY_PERSONAL_TITLE}, 2091}, + {"almte", 1, {DICTIONARY_PERSONAL_TITLE}, 2004}, + {"en la esquina de", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"presidente", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"prtco", 1, {DICTIONARY_ENTRANCE}, 1970}, + {"cia", 1, {DICTIONARY_COMPANY_TYPE}, 1910}, + {"n.w", 1, {DICTIONARY_DIRECTIONAL}, 1961}, + {"cq", 1, {DICTIONARY_STREET_TYPE}, 2325}, + {"farmacia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"apdo de correos", 1, {DICTIONARY_POST_OFFICE}, 2248}, + {"alfz", 1, {DICTIONARY_PERSONAL_TITLE}, 2003}, + {"heladería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fray", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sociedad colectiva", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"d", 1, {DICTIONARY_PERSONAL_TITLE}, 2035}, + {"sociedad anónima abierta", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"jardínes", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"pres", 1, {DICTIONARY_PERSONAL_TITLE}, 2080}, + {"c.t", 1, {DICTIONARY_PERSONAL_TITLE}, 2015}, + {"s en nc", 1, {DICTIONARY_COMPANY_TYPE}, 1942}, + {"fcº", 1, {DICTIONARY_GIVEN_NAME}, 1971}, + {"trva", 1, {DICTIONARY_STREET_TYPE}, 2370}, + {"cond", 1, {DICTIONARY_BUILDING_TYPE}, 1895}, + {"escuelas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cerca de aca", 1, {DICTIONARY_NEAR}, 1988}, + {"sm", 1, {DICTIONARY_PERSONAL_TITLE}, 2095}, + {"entresuelo", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"nr.º", 1, {DICTIONARY_NUMBER}, 1994}, + {"gr", 1, {DICTIONARY_SYNONYM}, 2396}, + {"santa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"numro int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"glez", 1, {DICTIONARY_SURNAME}, 2378}, + {"s w", 1, {DICTIONARY_DIRECTIONAL}, 1967}, + {"apdro", 1, {DICTIONARY_STREET_TYPE}, 2291}, + {"sarg my", 1, {DICTIONARY_PERSONAL_TITLE}, 2095}, + {"a en p", 1, {DICTIONARY_COMPANY_TYPE}, 1905}, + {"polig ind", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2274}, + {"novre", 1, {DICTIONARY_SYNONYM}, 2412}, + {"at de lujo", 1, {DICTIONARY_UNIT_STANDALONE}, 2481}, + {"núm in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"panadería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"soc", 2, {DICTIONARY_COMPANY_TYPE, DICTIONARY_PLACE_NAME}, 1918}, + {"consejal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pros", 1, {DICTIONARY_SYNONYM}, 2416}, + {"ciudad de méxico", 1, {DICTIONARY_TOPONYM}, -1}, + {"s.a.b.", 1, {DICTIONARY_COMPANY_TYPE}, 1921}, + {"sociedad anonima abierta", 1, {DICTIONARY_COMPANY_TYPE}, 1920}, + {"jn", 1, {DICTIONARY_SYNONYM}, 2400}, + {"trvsía", 1, {DICTIONARY_STREET_TYPE}, 2370}, + {"estcn de autobuses", 1, {DICTIONARY_PLACE_NAME}, 2173}, + {"s.c.c.l.", 1, {DICTIONARY_COMPANY_TYPE}, 1924}, + {"nbre", 1, {DICTIONARY_SYNONYM}, 2412}, + {"7.bre", 1, {DICTIONARY_SYNONYM}, 2425}, + {"jards", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 2196}, + {"cab", 1, {DICTIONARY_PERSONAL_TITLE}, 2012}, + {"mz", 1, {DICTIONARY_QUALIFIER}, 2268}, + {"arb", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 2125}, + {"ud", 1, {DICTIONARY_COMPANY_TYPE}, 1950}, + {"dcha", 1, {DICTIONARY_UNIT_DIRECTION}, 2468}, + {"obispo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cdad", 1, {DICTIONARY_QUALIFIER}, 2258}, + {"poligono industrial", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2274}, + {"ur", 1, {DICTIONARY_QUALIFIER}, 2279}, + {"sociedad anónima promotora de inversión", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"av cl", 1, {DICTIONARY_STREET_TYPE}, 2295}, + {"pi", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2274}, + {"aptos", 1, {DICTIONARY_PLACE_NAME}, 2120}, + {"escas", 1, {DICTIONARY_PLACE_NAME}, 2171}, + {"alameda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"club social", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"№ in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"custa", 1, {DICTIONARY_STREET_TYPE}, 2331}, + {"numr", 1, {DICTIONARY_NUMBER}, 1994}, + {"guanajuato", 1, {DICTIONARY_TOPONYM}, -1}, + {"lpez", 1, {DICTIONARY_SURNAME}, 2376}, + {"acceso", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plaza", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"camino nuevo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"qbda", 1, {DICTIONARY_SYNONYM}, 2419}, + {"ctro cial", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"serma", 1, {DICTIONARY_PERSONAL_TITLE}, 2106}, + {"trvsia", 1, {DICTIONARY_STREET_TYPE}, 2370}, + {"esq", 1, {DICTIONARY_CROSS_STREET}, 1954}, + {"cinturon", 1, {DICTIONARY_STREET_TYPE}, 2324}, + {"kiosko", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hna", 1, {DICTIONARY_PERSONAL_TITLE}, 2050}, + {"admr", 1, {DICTIONARY_PERSONAL_TITLE}, 1999}, + {"charcutería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"diputado", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sector", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"militar", 1, {DICTIONARY_SYNONYM}, -1}, + {"parque acuático", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"brigadier general", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"centro juvenil", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pº", 1, {DICTIONARY_STREET_TYPE}, 2347}, + {"e i r l", 1, {DICTIONARY_COMPANY_TYPE}, 1914}, + {"compania", 1, {DICTIONARY_COMPANY_TYPE}, 1910}, + {"bo", 1, {DICTIONARY_QUALIFIER}, 2254}, + {"dona", 1, {DICTIONARY_PERSONAL_TITLE}, 2036}, + {"s.l.l.", 1, {DICTIONARY_COMPANY_TYPE}, 1946}, + {"s.c.l", 1, {DICTIONARY_COMPANY_TYPE}, 1935}, + {"yu", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"policía", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"universidad", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"quintana roo", 1, {DICTIONARY_TOPONYM}, -1}, + {"n° int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"vista", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"presid", 1, {DICTIONARY_PERSONAL_TITLE}, 2080}, + {"blque", 1, {DICTIONARY_QUALIFIER}, 2256}, + {"vecin", 1, {DICTIONARY_QUALIFIER}, 2280}, + {"pi", 1, {DICTIONARY_LEVEL_NUMBERED}, 1978}, + {"loc", 1, {DICTIONARY_BUILDING_TYPE}, 1901}, + {"n.º in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"brg", 1, {DICTIONARY_PERSONAL_TITLE}, 2010}, + {"aca", 1, {DICTIONARY_NEAR}, -1}, + {"udad", 1, {DICTIONARY_UNIT_NUMBERED}, 2480}, + {"c p", 1, {DICTIONARY_PERSONAL_TITLE}, 2013}, + {"sociedad", 2, {DICTIONARY_COMPANY_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"d f", 1, {DICTIONARY_TOPONYM}, 2434}, + {"núm.ro ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"sótano", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"dep", 1, {DICTIONARY_UNIT_NUMBERED}, 2474}, + {"bibl", 1, {DICTIONARY_PLACE_NAME}, 2132}, + {"valle", 1, {DICTIONARY_SYNONYM}, -1}, + {"ctro juvenil", 1, {DICTIONARY_PLACE_NAME}, 2148}, + {"dn", 1, {DICTIONARY_TOPONYM}, 2436}, + {"cn", 1, {DICTIONARY_STREET_TYPE}, 2313}, + {"cm", 1, {DICTIONARY_TOPONYM}, 2441}, + {"cl", 1, {DICTIONARY_TOPONYM}, 2445}, + {"pant", 1, {DICTIONARY_STREET_TYPE}, 2342}, + {"excelencia", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"merc público", 1, {DICTIONARY_PLACE_NAME}, 2205}, + {"compañía anónima", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"xbre", 1, {DICTIONARY_SYNONYM}, 2393}, + {"numro", 1, {DICTIONARY_NUMBER}, 1994}, + {"principe", 1, {DICTIONARY_PERSONAL_TITLE}, 2081}, + {"v alm", 1, {DICTIONARY_PERSONAL_TITLE}, 2114}, + {"rdo", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PERSONAL_TITLE}, 2086}, + {"cabo primero", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mt", 1, {DICTIONARY_SYNONYM}, 2409}, + {"bg gnal", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"nucleo", 1, {DICTIONARY_QUALIFIER}, 2269}, + {"fco", 1, {DICTIONARY_GIVEN_NAME}, 1971}, + {"zona", 1, {DICTIONARY_QUALIFIER}, -1}, + {"mansiones", 1, {DICTIONARY_PLACE_NAME}, 2203}, + {"príncipe", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"complejo en la playa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mercado público", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ctro medico", 1, {DICTIONARY_PLACE_NAME}, 2149}, + {"sureste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"not", 1, {DICTIONARY_PERSONAL_TITLE}, 2074}, + {"chihuahua", 1, {DICTIONARY_TOPONYM}, -1}, + {"peluqueria", 1, {DICTIONARY_PLACE_NAME}, 2220}, + {"area recreativa", 1, {DICTIONARY_PLACE_NAME}, 2124}, + {"so", 1, {DICTIONARY_TOPONYM}, 2461}, + {"vla", 1, {DICTIONARY_PLACE_NAME}, 2241}, + {"pórtico", 1, {DICTIONARY_ENTRANCE}, -1}, + {"las", 1, {DICTIONARY_STOPWORD}, -1}, + {"consultorio medico", 1, {DICTIONARY_PLACE_NAME}, 2158}, + {"mas", 1, {DICTIONARY_STOPWORD}, -1}, + {"col", 1, {DICTIONARY_PERSONAL_TITLE}, 2027}, + {"y cia s en c", 1, {DICTIONARY_COMPANY_TYPE}, 1940}, + {"avenida", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"num.ro ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"sepbre", 1, {DICTIONARY_SYNONYM}, 2425}, + {"puerto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"marquesa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"brigadier", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"rcda", 1, {DICTIONARY_STREET_TYPE}, 2360}, + {"enfermeria", 1, {DICTIONARY_PLACE_NAME}, 2170}, + {"michoacán", 1, {DICTIONARY_TOPONYM}, -1}, + {"suroeste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"dulceria", 1, {DICTIONARY_PLACE_NAME}, 2169}, + {"núm ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"pg res", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2273}, + {"oa", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"novbre", 1, {DICTIONARY_SYNONYM}, 2412}, + {"villas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rep", 1, {DICTIONARY_SYNONYM}, 2421}, + {"cerro", 1, {DICTIONARY_SYNONYM}, -1}, + {"aldea", 1, {DICTIONARY_QUALIFIER}, -1}, + {"mstro", 1, {DICTIONARY_PERSONAL_TITLE}, 2064}, + {"jul", 1, {DICTIONARY_SYNONYM}, 2401}, + {"hosp", 1, {DICTIONARY_PLACE_NAME}, 2190}, + {"complj", 1, {DICTIONARY_BUILDING_TYPE}, 1894}, + {"bjos", 1, {DICTIONARY_LEVEL_STANDALONE}, 1981}, + {"blv", 1, {DICTIONARY_STREET_TYPE}, 2303}, + {"parque temático", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pl primera", 1, {DICTIONARY_LEVEL_STANDALONE}, 1983}, + {"7 re", 1, {DICTIONARY_SYNONYM}, 2425}, + {"tabasco", 1, {DICTIONARY_TOPONYM}, -1}, + {"ne", 1, {DICTIONARY_DIRECTIONAL}, 1960}, + {"número exterior", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"occidental", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sub sótano", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, -1}, + {"b.º", 1, {DICTIONARY_QUALIFIER}, 2254}, + {"excma", 1, {DICTIONARY_PERSONAL_TITLE}, 2043}, + {"ga", 1, {DICTIONARY_SYNONYM}, 2397}, + {"pque", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2215}, + {"gnal", 1, {DICTIONARY_PERSONAL_TITLE}, 2047}, + {"clerigo", 1, {DICTIONARY_PERSONAL_TITLE}, 2019}, + {"óptica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sociedad anónima española", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"oa", 1, {DICTIONARY_TOPONYM}, 2456}, + {"vvda", 1, {DICTIONARY_BUILDING_TYPE}, 1904}, + {"s.a.f.i.", 1, {DICTIONARY_COMPANY_TYPE}, 1926}, + {"g v", 1, {DICTIONARY_STREET_TYPE}, 2337}, + {"ca", 1, {DICTIONARY_COMPANY_TYPE}, 1911}, + {"de c v", 1, {DICTIONARY_PLACE_NAME}, 2164}, + {"nov.e", 1, {DICTIONARY_SYNONYM}, 2412}, + {"santuario", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pas", 1, {DICTIONARY_STREET_TYPE}, 2347}, + {"próximo", 1, {DICTIONARY_NEAR}, -1}, + {"sargento viceprimero", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sn°", 1, {DICTIONARY_NO_NUMBER}, 1993}, + {"cr", 1, {DICTIONARY_STREET_TYPE}, 2318}, + {"7bre", 1, {DICTIONARY_SYNONYM}, 2425}, + {"c.ía", 1, {DICTIONARY_COMPANY_TYPE}, 1910}, + {"qe", 1, {DICTIONARY_TOPONYM}, 2457}, + {"cl priv", 1, {DICTIONARY_STREET_TYPE}, 2307}, + {"numro in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"museo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mirador", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"tintoreria", 1, {DICTIONARY_PLACE_NAME}, 2238}, + {"admora", 1, {DICTIONARY_PERSONAL_TITLE}, 2000}, + {"s.a", 1, {DICTIONARY_COMPANY_TYPE}, 1919}, + {"ve", 1, {DICTIONARY_TOPONYM}, 2465}, + {"rcho", 1, {DICTIONARY_PLACE_NAME}, 2230}, + {"nl", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cementerio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sarg", 1, {DICTIONARY_PERSONAL_TITLE}, 2093}, + {"s e", 1, {DICTIONARY_DIRECTIONAL}, 1966}, + {"joyeria", 1, {DICTIONARY_PLACE_NAME}, 2197}, + {"branc", 1, {DICTIONARY_STREET_TYPE}, 2299}, + {"cia s c a", 1, {DICTIONARY_COMPANY_TYPE}, 1941}, + {"apdo postal", 1, {DICTIONARY_POST_OFFICE}, 2249}, + {"jardin", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 2194}, + {"planta primera", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"pl baja", 1, {DICTIONARY_LEVEL_STANDALONE}, 1982}, + {"infanta", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"piso ppal", 1, {DICTIONARY_LEVEL_STANDALONE}, 1984}, + {"palacs", 1, {DICTIONARY_PLACE_NAME}, 2212}, + {"revolucion", 1, {DICTIONARY_SYNONYM}, -1}, + {"marques", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ps mar", 1, {DICTIONARY_STREET_TYPE}, 2348}, + {"s a i c a", 1, {DICTIONARY_COMPANY_TYPE}, 1927}, + {"punto de reciclaje", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"srs", 1, {DICTIONARY_PERSONAL_TITLE}, 2104}, + {"esca", 1, {DICTIONARY_STAIRCASE}, 2282}, + {"s.l.u.", 1, {DICTIONARY_COMPANY_TYPE}, 1948}, + {"golfito", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sdad ltda", 1, {DICTIONARY_COMPANY_TYPE}, 1945}, + {"capt", 1, {DICTIONARY_PERSONAL_TITLE}, 2017}, + {"gral", 1, {DICTIONARY_PERSONAL_TITLE}, 2047}, + {"bs", 1, {DICTIONARY_TOPONYM}, 2440}, + {"csrío", 1, {DICTIONARY_PLACE_NAME}, 1892}, + {"edif", 1, {DICTIONARY_BUILDING_TYPE}, 1899}, + {"at lujo", 1, {DICTIONARY_UNIT_STANDALONE}, 2481}, + {"tte gral", 1, {DICTIONARY_PERSONAL_TITLE}, 2112}, + {"brig genl", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"gobernadora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"centro médico", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ap", 1, {DICTIONARY_UNIT_NUMBERED}, 2471}, + {"snº", 1, {DICTIONARY_NO_NUMBER}, 1993}, + {"veracruz", 1, {DICTIONARY_TOPONYM}, -1}, + {"reverendo", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PERSONAL_TITLE}, -1}, + {"i", 1, {DICTIONARY_UNIT_DIRECTION}, 2470}, + {"disem", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 2166}, + {"s.r.l", 1, {DICTIONARY_COMPANY_TYPE}, 1938}, + {"prisión", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sociedad anonima promotora de inversion", 1, {DICTIONARY_COMPANY_TYPE}, 1929}, + {"& compañía", 1, {DICTIONARY_COMPANY_TYPE}, 1952}, + {"escal", 1, {DICTIONARY_STAIRCASE}, 2283}, + {"abg.da", 1, {DICTIONARY_PERSONAL_TITLE}, 1997}, + {"lc", 1, {DICTIONARY_BUILDING_TYPE}, 1901}, + {"bco", 1, {DICTIONARY_COMPANY_TYPE}, 1907}, + {"my", 1, {DICTIONARY_SYNONYM}, 2407}, + {"biblioteca", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"andador", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"my gen", 1, {DICTIONARY_PERSONAL_TITLE}, 2070}, + {"rvdo", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PERSONAL_TITLE}, 2086}, + {"chalet", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"bn", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"portico", 1, {DICTIONARY_ENTRANCE}, 1970}, + {"blev", 1, {DICTIONARY_STREET_TYPE}, 2303}, + {"callizo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"brg general", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"c.n.", 1, {DICTIONARY_STREET_TYPE}, 2313}, + {"llanuras", 1, {DICTIONARY_SYNONYM}, -1}, + {"sociedad anonima espanola", 1, {DICTIONARY_COMPANY_TYPE}, 1925}, + {"snc", 1, {DICTIONARY_COMPANY_TYPE}, 1932}, + {"periferico", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bo", 1, {DICTIONARY_LEVEL_STANDALONE}, 1980}, + {"s.g", 1, {DICTIONARY_PERSONAL_TITLE}, 2097}, + {"sala", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"ag.to", 1, {DICTIONARY_SYNONYM}, 2382}, + {"nayarit", 1, {DICTIONARY_TOPONYM}, -1}, + {"psmar", 1, {DICTIONARY_STREET_TYPE}, 2348}, + {"tlaxcala", 1, {DICTIONARY_TOPONYM}, -1}, + {"no int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"apartado de correos", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"st.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 2090}, + {"pzo", 1, {DICTIONARY_STREET_TYPE}, 2345}, + {"br", 1, {DICTIONARY_QUALIFIER}, 2254}, + {"scoop", 1, {DICTIONARY_COMPANY_TYPE}, 1934}, + {"dormitorios", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pbla", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2224}, + {"cnl", 1, {DICTIONARY_SYNONYM}, 2389}, + {"p.k.", 1, {DICTIONARY_QUALIFIER}, 2276}, + {"atico lujo", 1, {DICTIONARY_UNIT_STANDALONE}, 2481}, + {"ampliación", 1, {DICTIONARY_QUALIFIER}, -1}, + {"s.s", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 1987}, + {"cto", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 1896}, + {"parque infantil", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"n.ro ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"clínica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ve", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"empresa unipersonal", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"rpla", 1, {DICTIONARY_STREET_TYPE}, 2357}, + {"d.f", 1, {DICTIONARY_TOPONYM}, 2434}, + {"transito", 1, {DICTIONARY_STREET_TYPE}, 2367}, + {"dic.e", 1, {DICTIONARY_SYNONYM}, 2393}, + {"bloq", 1, {DICTIONARY_QUALIFIER}, 2256}, + {"isl", 1, {DICTIONARY_QUALIFIER}, 2265}, + {"residencia de jubilados", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"est", 1, {DICTIONARY_BUILDING_TYPE}, 1900}, + {"f c", 1, {DICTIONARY_PLACE_NAME}, 2180}, + {"s.g.r.", 1, {DICTIONARY_COMPANY_TYPE}, 1937}, + {"cmo", 1, {DICTIONARY_STREET_TYPE}, 2311}, + {"club", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nº", 1, {DICTIONARY_NUMBER}, 1994}, + {"zona militar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sauna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"abgdo", 1, {DICTIONARY_PERSONAL_TITLE}, 1998}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 1965}, + {"planta baja", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"cda", 1, {DICTIONARY_STREET_TYPE}, 2323}, + {"vivienda", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"fernandez", 1, {DICTIONARY_SURNAME}, 2375}, + {" cll", 1, {DICTIONARY_STREET_TYPE}, 2295}, + {"pol", 1, {DICTIONARY_QUALIFIER}, 2272}, + {"pta", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 2227}, + {"pz", 1, {DICTIONARY_STREET_TYPE}, 2352}, + {"arq", 1, {DICTIONARY_PERSONAL_TITLE}, 2005}, + {"particular", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lcda", 1, {DICTIONARY_ACADEMIC_DEGREE}, 1890}, + {"atico", 2, {DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, 2472}, + {"ferreteria", 1, {DICTIONARY_PLACE_NAME}, 2179}, + {"kilómetro", 1, {DICTIONARY_QUALIFIER}, -1}, + {"nuestra senora", 1, {DICTIONARY_PERSONAL_TITLE}, 2075}, + {"pte", 1, {DICTIONARY_DIRECTIONAL}, 1964}, + {"rtda", 1, {DICTIONARY_STREET_TYPE}, 2362}, + {"entre", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"d.n", 1, {DICTIONARY_TOPONYM}, 2436}, + {"n.ro int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"diciembre", 1, {DICTIONARY_SYNONYM}, -1}, + {"centro de arte", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cno", 1, {DICTIONARY_STREET_TYPE}, 2311}, + {"s.p.", 1, {DICTIONARY_PERSONAL_TITLE}, 2096}, + {"cptn", 1, {DICTIONARY_PERSONAL_TITLE}, 2017}, + {"transito", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bjo", 1, {DICTIONARY_LEVEL_STANDALONE}, 1980}, + {"área recreacional", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dpto", 1, {DICTIONARY_UNIT_NUMBERED}, 2474}, + {"srª", 1, {DICTIONARY_PERSONAL_TITLE}, 2103}, + {"cuadra", 1, {DICTIONARY_QUALIFIER}, -1}, + {"abl", 1, {DICTIONARY_SYNONYM}, 2381}, + {"scl", 1, {DICTIONARY_COMPANY_TYPE}, 1935}, + {"cerca", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 2352}, + {"clb", 1, {DICTIONARY_PLACE_NAME}, 2153}, + {"ote", 1, {DICTIONARY_DIRECTIONAL}, 1963}, + {"comisario", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"hasta", 1, {DICTIONARY_STOPWORD}, -1}, + {"ca", 1, {DICTIONARY_STREET_TYPE}, 2304}, + {"ncleo", 1, {DICTIONARY_QUALIFIER}, 2269}, + {"sociedad de responsabilidad limitada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"galería", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"agt", 1, {DICTIONARY_SYNONYM}, 2382}, + {"casilla de correos", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"dqsa", 1, {DICTIONARY_PERSONAL_TITLE}, 2039}, + {"nr ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"cabana", 1, {DICTIONARY_PLACE_NAME}, 2133}, + {"exterior", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"jr", 1, {DICTIONARY_PERSONAL_SUFFIX}, 1995}, + {"malecón", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ribr", 1, {DICTIONARY_SYNONYM}, 2423}, + {"autolavado", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"# int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"pequeño supermercado", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cantera", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"mntes", 1, {DICTIONARY_SYNONYM}, 2410}, + {"s l n e", 1, {DICTIONARY_COMPANY_TYPE}, 1947}, + {"brzal", 1, {DICTIONARY_STREET_TYPE}, 2302}, + {"enfa", 1, {DICTIONARY_PERSONAL_TITLE}, 2041}, + {"a c", 1, {DICTIONARY_COMPANY_TYPE}, 1906}, + {"sociedad en comandita", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"secreto", 1, {DICTIONARY_PERSONAL_TITLE}, 2099}, + {"cte", 1, {DICTIONARY_PERSONAL_TITLE}, 2020}, + {"cuadr", 1, {DICTIONARY_QUALIFIER}, 2259}, + {"cantr", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2138}, + {"secreta", 1, {DICTIONARY_PERSONAL_TITLE}, 2100}, + {"junior", 1, {DICTIONARY_PERSONAL_SUFFIX}, -1}, + {"fernández", 1, {DICTIONARY_SURNAME}, -1}, + {"sargento", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dirección", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"señora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"priv", 1, {DICTIONARY_SYNONYM}, 2417}, + {"kiosko de prensa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"uni", 1, {DICTIONARY_PLACE_NAME}, 2240}, + {"muelle", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"srra", 1, {DICTIONARY_SYNONYM}, 2426}, + {"planta", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"primeros", 1, {DICTIONARY_SYNONYM}, -1}, + {"c a", 1, {DICTIONARY_COMPANY_TYPE}, 1911}, + {"zapateria", 1, {DICTIONARY_PLACE_NAME}, 2245}, + {"sg", 1, {DICTIONARY_PERSONAL_TITLE}, 2097}, + {"michoacan", 1, {DICTIONARY_TOPONYM}, 2452}, + {"union deportiva", 1, {DICTIONARY_COMPANY_TYPE}, 1950}, + {"puebla", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE, DICTIONARY_TOPONYM}, -1}, + {"hipódromo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"senorita", 1, {DICTIONARY_PERSONAL_TITLE}, 2105}, + {"peluquería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"f c", 1, {DICTIONARY_COMPANY_TYPE}, 1917}, + {"alturas", 1, {DICTIONARY_SYNONYM}, -1}, + {"sierra", 1, {DICTIONARY_SYNONYM}, -1}, + {"lt", 1, {DICTIONARY_UNIT_NUMBERED}, 2477}, + {"of", 1, {DICTIONARY_UNIT_NUMBERED}, 2478}, + {"parti", 1, {DICTIONARY_STREET_TYPE}, 2344}, + {"num.ro int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"10.bre", 1, {DICTIONARY_SYNONYM}, 2393}, + {"asociacion civil", 1, {DICTIONARY_COMPANY_TYPE}, 1906}, + {"rampla", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bv", 1, {DICTIONARY_STREET_TYPE}, 2303}, + {"estancs", 1, {DICTIONARY_PLACE_NAME}, 2176}, + {"s.a.d", 1, {DICTIONARY_COMPANY_TYPE}, 1922}, + {"ns", 1, {DICTIONARY_PERSONAL_TITLE}, 2075}, + {"piloto fluvial", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"extrr", 1, {DICTIONARY_QUALIFIER}, 2263}, + {"habitacion", 1, {DICTIONARY_PLACE_NAME}, 2186}, + {"c.h.", 1, {DICTIONARY_STREET_TYPE}, 2312}, + {"m.g.", 1, {DICTIONARY_PERSONAL_TITLE}, 2070}, + {"sanat", 1, {DICTIONARY_PLACE_NAME}, 2235}, + {"galeria", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2184}, + {"san", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"consultorio médico", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"in", 1, {DICTIONARY_UNIT_NUMBERED}, 2475}, + {"sendera", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"estancia", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"barón", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"n.º ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"y sucesores", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"hostal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"brig gnal", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"piso principal", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"san luis potosi", 1, {DICTIONARY_TOPONYM}, 2459}, + {"franc", 1, {DICTIONARY_GIVEN_NAME}, 1972}, + {"s.a.d.", 1, {DICTIONARY_COMPANY_TYPE}, 1922}, + {"c.f.", 1, {DICTIONARY_COMPANY_TYPE}, 1909}, + {"jdins", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 2196}, + {"s c", 1, {DICTIONARY_COMPANY_TYPE}, 1931}, + {"resid", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, 1902}, + {"pdre", 1, {DICTIONARY_PERSONAL_TITLE}, 2077}, + {"númr ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"sociedad anonima financiera de inversion", 1, {DICTIONARY_COMPANY_TYPE}, 1926}, + {"senor", 1, {DICTIONARY_PERSONAL_TITLE}, 2102}, + {"fabrica", 1, {DICTIONARY_PLACE_NAME}, 2178}, + {"cabo tercero", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"número interior", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"qe", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"gob", 1, {DICTIONARY_PERSONAL_TITLE}, 2049}, + {"plzta", 1, {DICTIONARY_STREET_TYPE}, 2353}, + {"sccl", 1, {DICTIONARY_COMPANY_TYPE}, 1924}, + {"centro deportivo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"balnr", 1, {DICTIONARY_PLACE_NAME}, 2130}, + {"infante", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"poligono", 1, {DICTIONARY_QUALIFIER}, 2272}, + {"monte", 1, {DICTIONARY_SYNONYM}, -1}, + {"ntra sra", 1, {DICTIONARY_PERSONAL_TITLE}, 2075}, + {"abgda", 1, {DICTIONARY_PERSONAL_TITLE}, 1997}, + {"camino", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vice almirante", 1, {DICTIONARY_PERSONAL_TITLE}, 2114}, + {"s a de c v", 1, {DICTIONARY_COMPANY_TYPE}, 1923}, + {"urb", 1, {DICTIONARY_QUALIFIER}, 2279}, + {"punto kilometrico", 1, {DICTIONARY_QUALIFIER}, 2276}, + {"pto", 1, {DICTIONARY_PLACE_NAME}, 2228}, + {"n.ro", 1, {DICTIONARY_NUMBER}, 1994}, + {"señor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"so", 1, {DICTIONARY_LEVEL_BASEMENT}, 1976}, + {"sociedad por acciones", 1, {DICTIONARY_COMPANY_TYPE}, 1949}, + {"m.g", 1, {DICTIONARY_PERSONAL_TITLE}, 2070}, + {"cmt", 1, {DICTIONARY_STREET_TYPE}, 2315}, + {"finca", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"casa senorial", 1, {DICTIONARY_PLACE_NAME}, 2141}, + {"pu", 1, {DICTIONARY_TOPONYM}, 2224}, + {"área recreativa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"w", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sgto ay", 1, {DICTIONARY_PERSONAL_TITLE}, 2094}, + {"arqa", 1, {DICTIONARY_PERSONAL_TITLE}, 2006}, + {"sociedad en nombre colectivo", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"autoescuela", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"alferez", 1, {DICTIONARY_PERSONAL_TITLE}, 2003}, + {"ste", 1, {DICTIONARY_UNIT_NUMBERED}, 2479}, + {"secta", 1, {DICTIONARY_PERSONAL_TITLE}, 2100}, + {"auditorio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"profesora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"almacen", 1, {DICTIONARY_PLACE_NAME}, 2117}, + {"arqos", 1, {DICTIONARY_PERSONAL_TITLE}, 2007}, + {"kra", 1, {DICTIONARY_STREET_TYPE}, 2318}, + {"alquería", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"para", 1, {DICTIONARY_STOPWORD}, -1}, + {"papeleria", 1, {DICTIONARY_PLACE_NAME}, 2214}, + {"apartamento", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"gobno", 1, {DICTIONARY_SYNONYM}, 2395}, + {"c.s", 1, {DICTIONARY_PERSONAL_TITLE}, 2014}, + {"senora", 1, {DICTIONARY_PERSONAL_TITLE}, 2103}, + {"lado", 1, {DICTIONARY_STOPWORD}, -1}, + {"travesía", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"planta principal", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"discoteca", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"centro comunitario", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"e", 1, {DICTIONARY_DIRECTIONAL}, 1958}, + {"p.dre", 1, {DICTIONARY_PERSONAL_TITLE}, 2077}, + {"insp", 1, {DICTIONARY_PERSONAL_TITLE}, 2058}, + {"papelería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 2285}, + {"oriental", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pcia", 1, {DICTIONARY_QUALIFIER}, 2275}, + {"ministerio", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"eirl", 1, {DICTIONARY_COMPANY_TYPE}, 1914}, + {"maestro", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dqa", 1, {DICTIONARY_PERSONAL_TITLE}, 2039}, + {"bl", 1, {DICTIONARY_STREET_TYPE}, 2303}, + {"n.° int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"mr", 1, {DICTIONARY_TOPONYM}, 2453}, + {"travesia", 1, {DICTIONARY_STREET_TYPE}, 2370}, + {"sociedad cooperativa", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"v", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"palac", 1, {DICTIONARY_PLACE_NAME}, 2211}, + {"dir", 1, {DICTIONARY_PLACE_NAME}, 2165}, + {"consultorio", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"piso pral", 1, {DICTIONARY_LEVEL_STANDALONE}, 1984}, + {"floristería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"my", 1, {DICTIONARY_PERSONAL_TITLE}, 2068}, + {"tamaulipas", 1, {DICTIONARY_TOPONYM}, -1}, + {"pueblo", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"cs", 1, {DICTIONARY_PERSONAL_TITLE}, 2014}, + {"alcalde", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"procurador", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"grandes almacenes", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"i", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"estcn de tren", 1, {DICTIONARY_PLACE_NAME}, 2174}, + {"autopista", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sedro", 1, {DICTIONARY_STREET_TYPE}, 2365}, + {"licenciada", 2, {DICTIONARY_ACADEMIC_DEGREE, DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.a.p.i", 1, {DICTIONARY_COMPANY_TYPE}, 1929}, + {"pasaje", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"estadio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c.p", 1, {DICTIONARY_POSTAL_CODE}, 2251}, + {"sep.e", 1, {DICTIONARY_SYNONYM}, 2425}, + {"s.l", 1, {DICTIONARY_COMPANY_TYPE}, 1945}, + {"bg gral", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"cmno", 1, {DICTIONARY_STREET_TYPE}, 2311}, + {"apeadero", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sociedad anonima simplificada", 1, {DICTIONARY_COMPANY_TYPE}, 1930}, + {"profrª", 1, {DICTIONARY_PERSONAL_TITLE}, 2084}, + {"derecha", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"sociedad anonima deportiva", 1, {DICTIONARY_COMPANY_TYPE}, 1922}, + {"nmrº", 1, {DICTIONARY_NUMBER}, 1994}, + {"sargento segundo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"área de picnic", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"m g", 1, {DICTIONARY_PERSONAL_TITLE}, 2070}, + {"rodríguez", 1, {DICTIONARY_SURNAME}, -1}, + {"sendero", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lopez", 1, {DICTIONARY_SURNAME}, 2376}, + {"s.l.n.e", 1, {DICTIONARY_COMPANY_TYPE}, 1947}, + {"cdesa", 1, {DICTIONARY_PERSONAL_TITLE}, 2023}, + {"plzla", 1, {DICTIONARY_STREET_TYPE}, 2354}, + {"y cía", 1, {DICTIONARY_COMPANY_TYPE}, 1952}, + {"sen", 1, {DICTIONARY_PERSONAL_TITLE}, 2101}, + {"s n", 1, {DICTIONARY_NO_NUMBER}, 1993}, + {"infa", 1, {DICTIONARY_SYNONYM}, 2399}, + {"pantano", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"union", 1, {DICTIONARY_COMPANY_TYPE}, 1951}, + {"escalera", 1, {DICTIONARY_STAIRCASE}, -1}, + {"cllón", 1, {DICTIONARY_STREET_TYPE}, 2306}, + {"agto", 1, {DICTIONARY_SYNONYM}, 2382}, + {"cobertizo", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"cto medico", 1, {DICTIONARY_PLACE_NAME}, 2149}, + {"bs as", 1, {DICTIONARY_TOPONYM}, 2431}, + {"juzgado", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bulev", 1, {DICTIONARY_STREET_TYPE}, 2303}, + {"adm.ora", 1, {DICTIONARY_PERSONAL_TITLE}, 2000}, + {"s.l.", 1, {DICTIONARY_COMPANY_TYPE}, 1945}, + {"estudio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sociedad anonima", 1, {DICTIONARY_COMPANY_TYPE}, 1919}, + {"martinez", 1, {DICTIONARY_SURNAME}, 2379}, + {"andad", 1, {DICTIONARY_STREET_TYPE}, 2289}, + {"poligono residencial", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2273}, + {"bº", 1, {DICTIONARY_LEVEL_STANDALONE}, 1980}, + {"p.r", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2273}, + {"hacienda", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"bos", 1, {DICTIONARY_QUALIFIER}, 2255}, + {"occidente", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"n e", 1, {DICTIONARY_DIRECTIONAL}, 1960}, + {"sae", 1, {DICTIONARY_COMPANY_TYPE}, 1925}, + {"islas", 1, {DICTIONARY_QUALIFIER}, -1}, + {"callejón", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vlle", 1, {DICTIONARY_SYNONYM}, 2427}, + {"codigo postal", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"frente", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"numr ext", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"x.bre", 1, {DICTIONARY_SYNONYM}, 2393}, + {"sargento ayudante", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"noviembre", 1, {DICTIONARY_SYNONYM}, -1}, + {"taller mecánico", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"esq de", 1, {DICTIONARY_CROSS_STREET}, 1956}, + {"p.o", 1, {DICTIONARY_STREET_TYPE}, 2347}, + {"sociedad anonima de capital variable", 1, {DICTIONARY_COMPANY_TYPE}, 1923}, + {"dc", 1, {DICTIONARY_TOPONYM}, 2435}, + {"s / n", 1, {DICTIONARY_NO_NUMBER}, 1993}, + {"pte", 1, {DICTIONARY_PERSONAL_TITLE}, 2080}, + {"compania anonima", 1, {DICTIONARY_COMPANY_TYPE}, 1911}, + {"hermana", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cerca de aquí", 1, {DICTIONARY_NEAR}, -1}, + {"gt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"st.a", 1, {DICTIONARY_PERSONAL_TITLE}, 2090}, + {"cmte", 1, {DICTIONARY_PERSONAL_TITLE}, 2020}, + {"area recreacional", 1, {DICTIONARY_PLACE_NAME}, 2123}, + {"s.c.", 1, {DICTIONARY_COMPANY_TYPE}, 1931}, + {"noreste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"lic", 2, {DICTIONARY_ACADEMIC_DEGREE, DICTIONARY_PERSONAL_TITLE}, 1891}, + {"café", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mansión", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"át lujo", 1, {DICTIONARY_UNIT_STANDALONE}, 2481}, + {"baron", 1, {DICTIONARY_PERSONAL_TITLE}, 2009}, + {"reina", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"n.° in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"pgres", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2273}, + {"partida", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"distrito", 1, {DICTIONARY_QUALIFIER}, -1}, + {"barrio", 1, {DICTIONARY_QUALIFIER}, -1}, + {"rev", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PERSONAL_TITLE}, 2086}, + {"univers", 1, {DICTIONARY_PLACE_NAME}, 2240}, + {"s a e", 1, {DICTIONARY_COMPANY_TYPE}, 1925}, + {"d p", 1, {DICTIONARY_QUALIFIER}, 2261}, + {"buenos aires", 1, {DICTIONARY_TOPONYM}, -1}, + {"nro int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"8.bre", 1, {DICTIONARY_SYNONYM}, 2413}, + {"estto", 1, {DICTIONARY_PLACE_NAME}, 2175}, + {"tn gral", 1, {DICTIONARY_PERSONAL_TITLE}, 2112}, + {"arry", 1, {DICTIONARY_PLACE_NAME}, 2127}, + {"cabo segundo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"poblado", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"portal", 1, {DICTIONARY_ENTRANCE}, -1}, + {"diag", 1, {DICTIONARY_STREET_TYPE}, 2332}, + {"cama y desayuno", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ingeniera", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pasadizo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cl", 1, {DICTIONARY_STREET_TYPE}, 2304}, + {"du", 1, {DICTIONARY_TOPONYM}, 2446}, + {"enfermera", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"aseos", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fca", 1, {DICTIONARY_PLACE_NAME}, 2178}, + {"y cia s c", 1, {DICTIONARY_COMPANY_TYPE}, 1932}, + {"glorieta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"& cia s c", 1, {DICTIONARY_COMPANY_TYPE}, 1932}, + {"cafeteria", 1, {DICTIONARY_PLACE_NAME}, 2135}, + {"n.vre", 1, {DICTIONARY_SYNONYM}, 2412}, + {"mnts", 1, {DICTIONARY_SYNONYM}, 2410}, + {"baja california sur", 1, {DICTIONARY_TOPONYM}, -1}, + {"aguascalientes", 1, {DICTIONARY_TOPONYM}, -1}, + {"sociedad en comandita por acciones", 1, {DICTIONARY_COMPANY_TYPE}, 1941}, + {"crtil", 1, {DICTIONARY_STREET_TYPE}, 2321}, + {"juez", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"trval", 1, {DICTIONARY_STREET_TYPE}, 2368}, + {"cafe", 1, {DICTIONARY_PLACE_NAME}, 2134}, + {"set", 1, {DICTIONARY_SYNONYM}, 2425}, + {"reyes", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"jdin", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 2194}, + {"b /", 1, {DICTIONARY_QUALIFIER}, 2254}, + {"mte", 1, {DICTIONARY_SYNONYM}, 2409}, + {"costanilla", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"espalda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dto", 1, {DICTIONARY_UNIT_NUMBERED}, 2474}, + {"iglesia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fren", 1, {DICTIONARY_UNIT_DIRECTION}, 2469}, + {"c h", 1, {DICTIONARY_STREET_TYPE}, 2312}, + {"cpo", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 2136}, + {"pobl", 1, {DICTIONARY_QUALIFIER}, 2271}, + {"bs.as", 1, {DICTIONARY_TOPONYM}, 2431}, + {"sect.a", 1, {DICTIONARY_PERSONAL_TITLE}, 2100}, + {"ing", 1, {DICTIONARY_PERSONAL_TITLE}, 2057}, + {"pr", 1, {DICTIONARY_LEVEL_STANDALONE}, 1986}, + {"llnra", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 2340}, + {"octbre", 1, {DICTIONARY_SYNONYM}, 2413}, + {"safi", 1, {DICTIONARY_COMPANY_TYPE}, 1926}, + {"s p a", 1, {DICTIONARY_COMPANY_TYPE}, 1949}, + {"nro ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"ag", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ingo", 1, {DICTIONARY_PERSONAL_TITLE}, 2057}, + {"s.e", 1, {DICTIONARY_DIRECTIONAL}, 1966}, + {"may", 1, {DICTIONARY_SYNONYM}, 2407}, + {"nr in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"genl", 1, {DICTIONARY_PERSONAL_TITLE}, 2047}, + {"edfc", 1, {DICTIONARY_BUILDING_TYPE}, 1899}, + {"izqa", 1, {DICTIONARY_UNIT_DIRECTION}, 2470}, + {"viñedo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"portillo", 1, {DICTIONARY_SYNONYM}, -1}, + {"capitán", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dtto", 1, {DICTIONARY_QUALIFIER}, 2260}, + {"núcleo", 1, {DICTIONARY_QUALIFIER}, -1}, + {"b°", 1, {DICTIONARY_LEVEL_STANDALONE}, 1980}, + {"is", 1, {DICTIONARY_QUALIFIER}, 2265}, + {"octubre", 1, {DICTIONARY_SYNONYM}, -1}, + {"caserio", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, 1892}, + {"abg", 1, {DICTIONARY_PERSONAL_TITLE}, 1998}, + {"enero", 1, {DICTIONARY_SYNONYM}, -1}, + {"urbanizacion", 1, {DICTIONARY_QUALIFIER}, 2279}, + {"inga", 1, {DICTIONARY_PERSONAL_TITLE}, 2056}, + {"sec", 1, {DICTIONARY_QUALIFIER}, 2277}, + {"s.g.r", 1, {DICTIONARY_COMPANY_TYPE}, 1937}, + {"carniceria", 1, {DICTIONARY_PLACE_NAME}, 2140}, + {"licoreria", 1, {DICTIONARY_PLACE_NAME}, 2201}, + {"mscal", 1, {DICTIONARY_PERSONAL_TITLE}, 2065}, + {"int", 1, {DICTIONARY_PERSONAL_TITLE}, 2059}, + {"extrm", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2264}, + {"trans", 1, {DICTIONARY_PLACE_NAME}, 2239}, + {"febr", 1, {DICTIONARY_SYNONYM}, 2394}, + {"sc", 1, {DICTIONARY_COMPANY_TYPE}, 1931}, + {"y cia", 1, {DICTIONARY_COMPANY_TYPE}, 1952}, + {"rvdma", 1, {DICTIONARY_PERSONAL_TITLE}, 2087}, + {"ct", 1, {DICTIONARY_PERSONAL_TITLE}, 2015}, + {"mg", 1, {DICTIONARY_PERSONAL_TITLE}, 2070}, + {"provincia", 1, {DICTIONARY_QUALIFIER}, -1}, + {"plazoleta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"escuela", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"barranco", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"republica", 1, {DICTIONARY_SYNONYM}, -1}, + {"pqe", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2215}, + {"supermercado", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"angosta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fco", 1, {DICTIONARY_GIVEN_NAME}, 1972}, + {"kilom", 1, {DICTIONARY_QUALIFIER}, 2267}, + {"cnel", 1, {DICTIONARY_PERSONAL_TITLE}, 2027}, + {"ldo", 2, {DICTIONARY_ACADEMIC_DEGREE, DICTIONARY_PERSONAL_TITLE}, 1891}, + {"ccvcn", 1, {DICTIONARY_STREET_TYPE}, 2328}, + {"bda", 1, {DICTIONARY_STREET_TYPE}, 2298}, + {"un", 1, {DICTIONARY_UNIT_NUMBERED}, 2480}, + {"comp", 1, {DICTIONARY_COMPANY_TYPE}, 1910}, + {"rin", 1, {DICTIONARY_STREET_TYPE}, 2359}, + {"sas", 1, {DICTIONARY_COMPANY_TYPE}, 1930}, + {"gr", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"eno", 1, {DICTIONARY_SYNONYM}, 2392}, + {"hermanas", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sccn", 1, {DICTIONARY_QUALIFIER}, 2277}, + {"carril", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ctr.com", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"banda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"aeropuerto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sta", 1, {DICTIONARY_PERSONAL_TITLE}, 2090}, + {"mayor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"c.c.", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"ynfanta", 1, {DICTIONARY_SYNONYM}, 2399}, + {"gonzalez", 1, {DICTIONARY_SURNAME}, 2378}, + {"crril", 1, {DICTIONARY_STREET_TYPE}, 2322}, + {"iglesias", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lic.o", 1, {DICTIONARY_PERSONAL_TITLE}, 1891}, + {"ctr cial", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"blvd", 1, {DICTIONARY_STREET_TYPE}, 2301}, + {"refugio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"y compania", 1, {DICTIONARY_COMPANY_TYPE}, 1952}, + {"a", 1, {DICTIONARY_STOPWORD}, -1}, + {"aparcamiento", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"9bre", 1, {DICTIONARY_SYNONYM}, 2412}, + {"políg res", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2273}, + {"e.p.", 1, {DICTIONARY_COMPANY_TYPE}, 1915}, + {"sn", 1, {DICTIONARY_NO_NUMBER}, 1993}, + {"voluntarios", 1, {DICTIONARY_SYNONYM}, -1}, + {"sold", 1, {DICTIONARY_PERSONAL_TITLE}, 2108}, + {"nro", 1, {DICTIONARY_NUMBER}, 1994}, + {"alquileres de vehiculos", 1, {DICTIONARY_PLACE_NAME}, 2119}, + {"des", 1, {DICTIONARY_STOPWORD}, -1}, + {"s.c", 1, {DICTIONARY_COMPANY_TYPE}, 1931}, + {"s.n.", 1, {DICTIONARY_NO_NUMBER}, 1993}, + {"gobierno", 1, {DICTIONARY_SYNONYM}, -1}, + {"nuestra señora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ático de lujo", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"tte col", 1, {DICTIONARY_PERSONAL_TITLE}, 2111}, + {"ciudad", 1, {DICTIONARY_QUALIFIER}, -1}, + {"de", 1, {DICTIONARY_STOPWORD}, -1}, + {"pub", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"corral", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"9.bre", 1, {DICTIONARY_SYNONYM}, 2412}, + {"ctro deportivo", 1, {DICTIONARY_PLACE_NAME}, 2147}, + {"f.c.", 1, {DICTIONARY_PLACE_NAME}, 2180}, + {"edificio", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"oriente", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"s de r l", 1, {DICTIONARY_COMPANY_TYPE}, 1938}, + {"banos", 1, {DICTIONARY_PLACE_NAME}, 2131}, + {"sur", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"s r l", 1, {DICTIONARY_COMPANY_TYPE}, 1938}, + {"bg genl", 1, {DICTIONARY_PERSONAL_TITLE}, 2011}, + {"p.r.", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2273}, + {"ronda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rbla", 1, {DICTIONARY_STREET_TYPE}, 2356}, + {"dir", 1, {DICTIONARY_PERSONAL_TITLE}, 2031}, + {"tte cnel", 1, {DICTIONARY_PERSONAL_TITLE}, 2111}, + {"psllo", 1, {DICTIONARY_STREET_TYPE}, 2349}, + {"del", 1, {DICTIONARY_STOPWORD}, -1}, + {"ene", 1, {DICTIONARY_SYNONYM}, 2392}, + {"jefe", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bloque", 1, {DICTIONARY_QUALIFIER}, -1}, + {"diagonal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"chiapas", 1, {DICTIONARY_TOPONYM}, -1}, + {"ctro de arte", 1, {DICTIONARY_PLACE_NAME}, 2145}, + {"numero", 1, {DICTIONARY_NUMBER}, 1994}, + {"clb social", 1, {DICTIONARY_PLACE_NAME}, 2154}, + {"sección", 1, {DICTIONARY_QUALIFIER}, -1}, + {"barna", 1, {DICTIONARY_TOPONYM}, 2430}, + {"arqs", 1, {DICTIONARY_PERSONAL_TITLE}, 2007}, + {"alt", 1, {DICTIONARY_SYNONYM}, 2383}, + {"sdad anon", 1, {DICTIONARY_COMPANY_TYPE}, 1919}, + {"n s", 1, {DICTIONARY_PERSONAL_TITLE}, 2075}, + {"zacatecas", 1, {DICTIONARY_TOPONYM}, -1}, + {"b.°", 1, {DICTIONARY_QUALIFIER}, 2254}, + {"mrdor", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2206}, + {"cto deportivo", 1, {DICTIONARY_PLACE_NAME}, 2147}, + {"ctr.cial", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"carreterin", 1, {DICTIONARY_STREET_TYPE}, 2320}, + {"trs", 2, {DICTIONARY_UNIT_DIRECTION, DICTIONARY_UNIT_STANDALONE}, 2369}, + {"nr", 1, {DICTIONARY_NUMBER}, 1994}, + {"mansion", 1, {DICTIONARY_PLACE_NAME}, 2202}, + {"mc", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"parq", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2215}, + {"locutor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mq", 1, {DICTIONARY_PERSONAL_TITLE}, 2066}, + {"voluntos", 1, {DICTIONARY_SYNONYM}, 2429}, + {"pasteleria", 1, {DICTIONARY_PLACE_NAME}, 2218}, + {"infta", 1, {DICTIONARY_PERSONAL_TITLE}, 2054}, + {"compl", 1, {DICTIONARY_BUILDING_TYPE}, 1894}, + {"callej", 1, {DICTIONARY_STREET_TYPE}, 2306}, + {"comida rápida", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"númr int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"correos", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"7re", 1, {DICTIONARY_SYNONYM}, 2425}, + {"fc", 1, {DICTIONARY_PLACE_NAME}, 2180}, + {"ct", 1, {DICTIONARY_STREET_TYPE}, 2319}, + {"s.w.", 1, {DICTIONARY_DIRECTIONAL}, 1967}, + {"u d", 1, {DICTIONARY_COMPANY_TYPE}, 1950}, + {"ynfa", 1, {DICTIONARY_SYNONYM}, 2399}, + {"malec", 1, {DICTIONARY_STREET_TYPE}, 2341}, + {"inst", 1, {DICTIONARY_PLACE_NAME}, 2193}, + {"sargento vice primero", 1, {DICTIONARY_PERSONAL_TITLE}, 2098}, + {"só", 1, {DICTIONARY_LEVEL_BASEMENT}, 1976}, + {"s.a.b", 1, {DICTIONARY_COMPANY_TYPE}, 1921}, + {"bn", 1, {DICTIONARY_TOPONYM}, 2439}, + {"pu", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bar.na", 1, {DICTIONARY_TOPONYM}, 2430}, + {"númro ex", 1, {DICTIONARY_HOUSE_NUMBER}, 1975}, + {"cd", 1, {DICTIONARY_QUALIFIER}, 2258}, + {"sociedad de capital e industria", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"s v", 1, {DICTIONARY_PERSONAL_TITLE}, 2098}, + {"ca", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"laguna", 1, {DICTIONARY_SYNONYM}, -1}, + {"centro de salud", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fbrca", 1, {DICTIONARY_PLACE_NAME}, 2178}, + {"núm.ro in", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"preescolar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vvdas", 1, {DICTIONARY_PLACE_NAME}, 2244}, + {"alque", 1, {DICTIONARY_STREET_TYPE}, 2288}, + {"cjón", 1, {DICTIONARY_STREET_TYPE}, 2306}, + {"prado", 1, {DICTIONARY_SYNONYM}, -1}, + {"rodriguez", 1, {DICTIONARY_SURNAME}, 2380}, + {"conde", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"subte", 1, {DICTIONARY_PERSONAL_TITLE}, 2109}, + {"pasillo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"palacios", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sociedad anónima simplificada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"real", 1, {DICTIONARY_SYNONYM}, -1}, + {"atco", 1, {DICTIONARY_UNIT_STANDALONE}, 2472}, + {"don", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cabaña", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cap fed", 1, {DICTIONARY_TOPONYM}, 2432}, + {"stº", 1, {DICTIONARY_PERSONAL_TITLE}, 2092}, + {"c.p", 1, {DICTIONARY_PERSONAL_TITLE}, 2013}, + {"sargto my", 1, {DICTIONARY_PERSONAL_TITLE}, 2095}, + {"jl", 1, {DICTIONARY_SYNONYM}, 2401}, + {"baja california", 1, {DICTIONARY_TOPONYM}, -1}, + {"lavandería", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pnte", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2226}, + {"7.re", 1, {DICTIONARY_SYNONYM}, 2425}, + {"dra", 1, {DICTIONARY_PERSONAL_TITLE}, 2034}, + {"p.za", 1, {DICTIONARY_STREET_TYPE}, 2352}, + {"sres", 1, {DICTIONARY_PERSONAL_TITLE}, 2104}, + {"s.e.", 1, {DICTIONARY_COMPANY_TYPE}, 1939}, + {"nmro", 1, {DICTIONARY_NUMBER}, 1994}, + {"ampl", 1, {DICTIONARY_QUALIFIER}, 2252}, + {"profr", 1, {DICTIONARY_PERSONAL_TITLE}, 2083}, + {"rvd", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PERSONAL_TITLE}, 2086}, + {"nr.°", 1, {DICTIONARY_NUMBER}, 1994}, + {"centro.com", 1, {DICTIONARY_PLACE_NAME}, 2143}, + {"po", 1, {DICTIONARY_STREET_TYPE}, 2347}, + {"cpo de folf", 1, {DICTIONARY_PLACE_NAME}, 2137}, + {"directora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"e /", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"send", 1, {DICTIONARY_STREET_TYPE}, 2365}, + {"independencia", 1, {DICTIONARY_SYNONYM}, -1}, + {"polig res", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2273}, + {"x bre", 1, {DICTIONARY_SYNONYM}, 2393}, + {"soc cal", 1, {DICTIONARY_COMPANY_TYPE}, 1932}, + {"concesionario de automoviles", 1, {DICTIONARY_PLACE_NAME}, 2157}, + {"sa", 1, {DICTIONARY_COMPANY_TYPE}, 1919}, + {"alqueria", 1, {DICTIONARY_STREET_TYPE}, 2288}, + {"inf", 1, {DICTIONARY_PERSONAL_TITLE}, 2055}, + {"brios", 1, {DICTIONARY_QUALIFIER}, 2255}, + {"transversal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sca", 1, {DICTIONARY_COMPANY_TYPE}, 1941}, + {"cant", 1, {DICTIONARY_STREET_TYPE}, 2317}, + {"se", 1, {DICTIONARY_DIRECTIONAL}, 1966}, + {"rotonda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"f.c", 1, {DICTIONARY_COMPANY_TYPE}, 1917}, + {"rio", 1, {DICTIONARY_SYNONYM}, 2424}, + {"ctro", 1, {DICTIONARY_SYNONYM}, 2390}, + {"punta", 1, {DICTIONARY_SYNONYM}, -1}, + {"gasolinera", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"av /", 1, {DICTIONARY_STREET_TYPE}, 2294}, + {"prof.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 2084}, + {"proc", 1, {DICTIONARY_PERSONAL_TITLE}, 2082}, + {"pol ind", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 2274}, + {"c méx", 1, {DICTIONARY_TOPONYM}, 2433}, + {"atco lujo", 1, {DICTIONARY_UNIT_STANDALONE}, 2481}, + {"residencia de la tercera edad", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"policia", 1, {DICTIONARY_PLACE_NAME}, 2222}, + {"bulevar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"zona industrial", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"qr", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cbtizfrente", 1, {DICTIONARY_UNIT_STANDALONE}, 2482}, + {"númro int", 1, {DICTIONARY_UNIT_NUMBERED}, 2476}, + {"prolongación", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.v", 1, {DICTIONARY_PERSONAL_TITLE}, 2098}, + {"llnras", 1, {DICTIONARY_SYNONYM}, 2405}, + {"director", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"p ppal", 1, {DICTIONARY_LEVEL_STANDALONE}, 1984}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 2098}, + {"edo", 1, {DICTIONARY_QUALIFIER}, 2262}, + {"nmr.º", 1, {DICTIONARY_NUMBER}, 1994}, + {"sgto my", 1, {DICTIONARY_PERSONAL_TITLE}, 2095}, + {"banco", 2, {DICTIONARY_COMPANY_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"s.m.", 1, {DICTIONARY_PERSONAL_TITLE}, 2095}, + {"rma", 1, {DICTIONARY_PERSONAL_TITLE}, 2087}, + {"7 bre", 1, {DICTIONARY_SYNONYM}, 2425}, + {"fren", 1, {DICTIONARY_UNIT_STANDALONE}, 2482}, + {"s l u", 1, {DICTIONARY_COMPANY_TYPE}, 1948}, + {"jardín", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"quebrada", 1, {DICTIONARY_SYNONYM}, -1}, + {"tn gen", 1, {DICTIONARY_PERSONAL_TITLE}, 2112}, + {"diac", 1, {DICTIONARY_PERSONAL_TITLE}, 2028}, + {"x", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"av calle", 1, {DICTIONARY_STREET_TYPE}, 2295}, + {"s.a.", 1, {DICTIONARY_COMPANY_TYPE}, 1919}, + {"ch", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ests", 1, {DICTIONARY_PLACE_NAME}, 2176}, + {"carretera", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dbre", 1, {DICTIONARY_SYNONYM}, 2393}, + {"un", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_STOPWORD}, -1}, + {"comisario de policia", 1, {DICTIONARY_PLACE_NAME}, 2156}, + {"osaühing", 1, {DICTIONARY_COMPANY_TYPE}, 2490}, + {"t", 1, {DICTIONARY_STREET_TYPE}, 2543}, + {"kiriku", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"k", 1, {DICTIONARY_UNIT_NUMBERED}, 2545}, + {"sissepaas", 1, {DICTIONARY_ENTRANCE}, 2500}, + {"usaldusühing", 1, {DICTIONARY_COMPANY_TYPE}, 2495}, + {"kol", 1, {DICTIONARY_PERSONAL_TITLE}, 2508}, + {"tu", 1, {DICTIONARY_COMPANY_TYPE}, 2492}, + {"mk", 1, {DICTIONARY_QUALIFIER}, 2534}, + {"esplanaadi", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"üh", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"l", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"raamatukogu", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jaoskond", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kirik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pühak", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tü", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 2505}, + {"hr", 1, {DICTIONARY_PERSONAL_TITLE}, 2506}, + {"farmaatsia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"korter", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"ühing", 1, {DICTIONARY_COMPANY_TYPE}, 2494}, + {"gumnaasium", 1, {DICTIONARY_PLACE_NAME}, 2519}, + {"teatriala", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kagu", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"põhi", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"majaka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"postkontor", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ulikool", 1, {DICTIONARY_PLACE_NAME}, 2531}, + {"mtu", 1, {DICTIONARY_COMPANY_TYPE}, 2489}, + {"n-ltn", 1, {DICTIONARY_PERSONAL_TITLE}, 2511}, + {"ministeerium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"teater", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ruumi", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"instituut", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vasakule", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"maantee", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pargi", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"no", 1, {DICTIONARY_NUMBER}, 2504}, + {"allee", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"raamatukauplus", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"siin lähedal", 1, {DICTIONARY_NEAR}, -1}, + {"baar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sissepääs", 1, {DICTIONARY_ENTRANCE}, -1}, + {"kirde", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"#", 1, {DICTIONARY_NUMBER}, 2504}, + {"täisühing", 1, {DICTIONARY_COMPANY_TYPE}, 2492}, + {"n ltn", 1, {DICTIONARY_PERSONAL_TITLE}, 2511}, + {"loe", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pr", 1, {DICTIONARY_PERSONAL_TITLE}, 2512}, + {"vahel", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"noorem leitnant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"number", 1, {DICTIONARY_NUMBER}, -1}, + {"ehitusala", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"kpt", 1, {DICTIONARY_PERSONAL_TITLE}, 2507}, + {"korp", 1, {DICTIONARY_COMPANY_TYPE}, 2488}, + {"raudteejaam", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sm", 1, {DICTIONARY_PERSONAL_TITLE}, 2516}, + {"kol.-ltn", 1, {DICTIONARY_PERSONAL_TITLE}, 2509}, + {"mtü", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"vanem leitnant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tn", 1, {DICTIONARY_STREET_TYPE}, 2542}, + {"oblast", 1, {DICTIONARY_QUALIFIER}, -1}, + {"mittetulundusühing", 1, {DICTIONARY_COMPANY_TYPE}, 2489}, + {"kub", 1, {DICTIONARY_QUALIFIER}, 2532}, + {"kolonel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tln", 1, {DICTIONARY_TOPONYM}, 2544}, + {"abonementpostkast", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"a / s", 1, {DICTIONARY_COMPANY_TYPE}, 2486}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"akadeemia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"uu", 1, {DICTIONARY_COMPANY_TYPE}, 2495}, + {"kula", 1, {DICTIONARY_QUALIFIER}, 2533}, + {"lasteaia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"usaldusuhing", 1, {DICTIONARY_COMPANY_TYPE}, 2495}, + {"v-ltn", 1, {DICTIONARY_PERSONAL_TITLE}, 2517}, + {"jsk", 1, {DICTIONARY_PLACE_NAME}, 2521}, + {"lõuna", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"põhikool", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"t", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"kool", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vasakul", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"keldris", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"doktor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kohvik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rajoon", 1, {DICTIONARY_QUALIFIER}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 2537}, + {"ülikool", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"haigla", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"inst", 1, {DICTIONARY_PLACE_NAME}, 2520}, + {"lahedal mulle", 1, {DICTIONARY_NEAR}, 2502}, + {"kol ltn", 1, {DICTIONARY_PERSONAL_TITLE}, 2509}, + {"küla", 1, {DICTIONARY_QUALIFIER}, -1}, + {"harra", 1, {DICTIONARY_PERSONAL_TITLE}, 2506}, + {"nr", 1, {DICTIONARY_NUMBER}, 2504}, + {"nurgas", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"kooli", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"prl", 1, {DICTIONARY_PERSONAL_TITLE}, 2513}, + {"gümnaasium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lasteaed", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kk", 1, {DICTIONARY_PLACE_NAME}, 2522}, + {"oü", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"paremale", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"tehase", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pohi", 1, {DICTIONARY_DIRECTIONAL}, 2498}, + {"korporatsioon", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"p", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"siin lahedal", 1, {DICTIONARY_NEAR}, 2503}, + {"lähedal", 1, {DICTIONARY_NEAR}, -1}, + {"farm", 1, {DICTIONARY_PLACE_NAME}, 2518}, + {"talu", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"tl", 1, {DICTIONARY_BUILDING_TYPE}, 2485}, + {"lähedal mulle", 1, {DICTIONARY_NEAR}, -1}, + {"staadioni", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ja", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"uhing", 1, {DICTIONARY_COMPANY_TYPE}, 2494}, + {"mittetulundusuhing", 1, {DICTIONARY_COMPANY_TYPE}, 2489}, + {"osauhing", 1, {DICTIONARY_COMPANY_TYPE}, 2490}, + {"kelder", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"v.-ltn", 1, {DICTIONARY_PERSONAL_TITLE}, 2517}, + {"ühisfirma", 1, {DICTIONARY_COMPANY_TYPE}, 2493}, + {"vabriku", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tanav", 1, {DICTIONARY_STREET_TYPE}, 2542}, + {"kubermang", 1, {DICTIONARY_QUALIFIER}, -1}, + {"uks", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"korrusel", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"uü", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"riiklik aktsiaselts", 1, {DICTIONARY_COMPANY_TYPE}, 2491}, + {"puiestee", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nurgal", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"aktsiaselts", 1, {DICTIONARY_COMPANY_TYPE}, 2486}, + {"ou", 1, {DICTIONARY_COMPANY_TYPE}, 2490}, + {"nbr", 1, {DICTIONARY_NUMBER}, 2504}, + {"min", 1, {DICTIONARY_PLACE_NAME}, 2523}, + {"obl", 1, {DICTIONARY_QUALIFIER}, 2535}, + {"kol-ltn", 1, {DICTIONARY_PERSONAL_TITLE}, 2509}, + {"org", 1, {DICTIONARY_PLACE_NAME}, 2525}, + {"edelasse", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"trepikoda", 1, {DICTIONARY_STAIRCASE}, -1}, + {"proua", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tänav", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"preili", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"komp", 1, {DICTIONARY_COMPANY_TYPE}, 2487}, + {"seltsimees", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kontserdipaik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"raudtee", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"puhak", 1, {DICTIONARY_PERSONAL_TITLE}, 2515}, + {"ehit", 1, {DICTIONARY_BUILDING_TYPE}, 2484}, + {"osakond", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"louna", 1, {DICTIONARY_DIRECTIONAL}, 2497}, + {"siinkandis", 1, {DICTIONARY_NEAR}, -1}, + {"l", 1, {DICTIONARY_DIRECTIONAL}, 2497}, + {"põhja", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kompanii", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"teatr", 1, {DICTIONARY_PLACE_NAME}, 2530}, + {"vald", 1, {DICTIONARY_QUALIFIER}, -1}, + {"rmtkpl", 1, {DICTIONARY_PLACE_NAME}, 2529}, + {"tallinn", 1, {DICTIONARY_TOPONYM}, -1}, + {"taisuhing", 1, {DICTIONARY_COMPANY_TYPE}, 2492}, + {"organisatsioon", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kast", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"lossi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"maja", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"mnt", 1, {DICTIONARY_STREET_TYPE}, 2538}, + {"paremal", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"apteek", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lahedal", 1, {DICTIONARY_NEAR}, 2501}, + {"uhisfirma", 1, {DICTIONARY_COMPANY_TYPE}, 2493}, + {"obs", 1, {DICTIONARY_PLACE_NAME}, 2524}, + {"professor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"rdtj", 1, {DICTIONARY_STREET_TYPE}, 2541}, + {"v ltn", 1, {DICTIONARY_PERSONAL_TITLE}, 2517}, + {"rdt", 1, {DICTIONARY_STREET_TYPE}, 2540}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 2514}, + {"kolonelleitnant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ras", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"observatoorium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lääs", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ko", 1, {DICTIONARY_COMPANY_TYPE}, 2487}, + {"as", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"pohja", 1, {DICTIONARY_DIRECTIONAL}, 2499}, + {"kapteen", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"n.-ltn", 1, {DICTIONARY_PERSONAL_TITLE}, 2511}, + {"plats", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rmtk", 1, {DICTIONARY_PLACE_NAME}, 2528}, + {"keskkool", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, -1}, + {"major", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sild", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"laas", 1, {DICTIONARY_DIRECTIONAL}, 2496}, + {"mjr", 1, {DICTIONARY_PERSONAL_TITLE}, 2510}, + {"p", 1, {DICTIONARY_DIRECTIONAL}, 2498}, + {"turu", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"maakond", 1, {DICTIONARY_QUALIFIER}, -1}, + {"ida", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"osk", 1, {DICTIONARY_PLACE_NAME}, 2526}, + {"raj", 1, {DICTIONARY_QUALIFIER}, 2536}, + {"pst", 1, {DICTIONARY_STREET_TYPE}, 2539}, + {"üf", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"pohikool", 1, {DICTIONARY_PLACE_NAME}, 2527}, + {"kalmistu", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tee", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"torni", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"härra", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"beheko sol", 1, {DICTIONARY_LEVEL_STANDALONE}, 2547}, + {"ezk.-ko", 1, {DICTIONARY_UNIT_DIRECTION}, 2570}, + {"ibilbidea", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"izozkiak", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"antzokia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hemen gertu", 1, {DICTIONARY_NEAR}, -1}, + {"ezk-ko", 1, {DICTIONARY_UNIT_DIRECTION}, 2570}, + {"auto garbiketa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bidea", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"postetxe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pasealekua", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"diskoteka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"autobus geltoki", 1, {DICTIONARY_PLACE_NAME}, 2550}, + {"errauste labe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"blokea", 1, {DICTIONARY_QUALIFIER}, -1}, + {"behe solairua", 1, {DICTIONARY_LEVEL_STANDALONE}, 2548}, + {"kasino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"udaletxe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gaztelekua", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"birziklatze gune", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ezkerkada", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 2565}, + {"txoko", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"eskolaurre", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"polizia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hotel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"eskailera", 1, {DICTIONARY_STAIRCASE}, -1}, + {"merkatu", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"denda", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"etxea", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"estudio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"p ku", 1, {DICTIONARY_POST_OFFICE}, 2556}, + {"zk / g", 1, {DICTIONARY_NO_NUMBER}, 2549}, + {"zehb", 1, {DICTIONARY_STREET_TYPE}, 2566}, + {"erosketak", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"p.ku", 1, {DICTIONARY_POST_OFFICE}, 2556}, + {"behe-solairua", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"sauna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"arte zentroa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aparkaleku", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"etorbidea", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bide", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"komunitate zentroa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"behe sol", 1, {DICTIONARY_LEVEL_STANDALONE}, 2548}, + {"gimnasioa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dentista", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"diru truke bulegoa", 1, {DICTIONARY_PLACE_NAME}, 2551}, + {"janari azkarra", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zeharbidea", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gau-klub", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"iturri", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"banku", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bulego", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"enbaxada", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hemen", 1, {DICTIONARY_NEAR}, -1}, + {"plaza", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gertuko", 1, {DICTIONARY_NEAR}, -1}, + {"espetxe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ap", 1, {DICTIONARY_UNIT_NUMBERED}, 2571}, + {"ibilgailu-alokairu", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"p.-ku", 1, {DICTIONARY_POST_OFFICE}, 2556}, + {"herri azoka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tren geltokia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zumardia", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"merkatua", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"haurtzaindegi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"posta kutxa", 1, {DICTIONARY_POST_OFFICE}, 2556}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 2571}, + {"eliza", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hiribidea", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"farmazia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aireportu", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"supermerkatu", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gauklub", 1, {DICTIONARY_PLACE_NAME}, 2553}, + {"ezk.ko", 1, {DICTIONARY_UNIT_DIRECTION}, 2570}, + {"behe-sol", 1, {DICTIONARY_LEVEL_STANDALONE}, 2548}, + {"unibertsitate", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ezkerreko", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"klinika", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"etorb", 1, {DICTIONARY_STREET_TYPE}, 2562}, + {"errepidea", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"posta-kutxa", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"gertu", 1, {DICTIONARY_NEAR}, -1}, + {"zenbakirik gabe", 1, {DICTIONARY_NO_NUMBER}, -1}, + {"pas", 1, {DICTIONARY_STREET_TYPE}, 2564}, + {"txirrindu alokairua", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"super merkatu", 1, {DICTIONARY_PLACE_NAME}, 2555}, + {"auzoa", 1, {DICTIONARY_QUALIFIER}, -1}, + {"jatetxe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"solairua", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"posta kodea", 1, {DICTIONARY_POSTAL_CODE}, 2557}, + {"zk g", 2, {DICTIONARY_NO_NUMBER, DICTIONARY_NO_NUMBER}, 2549}, + {"eskra", 1, {DICTIONARY_STAIRCASE}, 2559}, + {"p.-k", 1, {DICTIONARY_POSTAL_CODE}, 2557}, + {"bidexka", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"entzunareto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"err", 1, {DICTIONARY_STREET_TYPE}, 2561}, + {"autobus-geltoki", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"diru-truke bulegoa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"taberna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"suhiltzaileak", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pku", 1, {DICTIONARY_POST_OFFICE}, 2556}, + {"medikuak", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"posta-kodea", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"arteko", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"p k", 1, {DICTIONARY_POSTAL_CODE}, 2557}, + {"beheko solairua", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"kafetegi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"autobidea", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"epaitegia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kalea", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hilerri", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dorre", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"liburutegia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"k", 1, {DICTIONARY_STREET_TYPE}, 2563}, + {"ibilgailu alokairu", 1, {DICTIONARY_PLACE_NAME}, 2554}, + {"eta", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"parke", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"apartamentu", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 2560}, + {"p.k", 1, {DICTIONARY_POSTAL_CODE}, 2557}, + {"gau klub", 1, {DICTIONARY_PLACE_NAME}, 2553}, + {"zum", 1, {DICTIONARY_STREET_TYPE}, 2567}, + {"putetxe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ikastetxe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"esk", 1, {DICTIONARY_UNIT_DIRECTION}, 2568}, + {"ospitalea", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pk", 1, {DICTIONARY_POSTAL_CODE}, 2557}, + {"zk.g", 1, {DICTIONARY_NO_NUMBER}, 2549}, + {"korridorea", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"eskuina", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"zinema", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aptu", 1, {DICTIONARY_UNIT_NUMBERED}, 2571}, + {"karrika", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sol", 1, {DICTIONARY_LEVEL_NUMBERED}, 2546}, + {"autopista", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"osasun zentroa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"disko", 1, {DICTIONARY_PLACE_NAME}, 2552}, + {"sarrera", 1, {DICTIONARY_ENTRANCE}, -1}, + {"estadio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dirutruke bulegoa", 1, {DICTIONARY_PLACE_NAME}, 2551}, + {"me gertu", 1, {DICTIONARY_NEAR}, -1}, + {"ezkko", 1, {DICTIONARY_UNIT_DIRECTION}, 2570}, + {"ezk", 1, {DICTIONARY_UNIT_DIRECTION}, 2569}, + {"bl", 1, {DICTIONARY_QUALIFIER}, 2558}, + {"enparantza", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kapera", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"بزرگراه", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"آزادراه", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"شیخ", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"دانشگاه", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"جاده", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"استاد", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"مسجد", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"مدرس", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"آموز", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"دکتر", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"شهریار", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"بلوار", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"کوچه", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"خیابان", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"امام", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"کوی", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"palveluta", 1, {DICTIONARY_QUALIFIER}, -1}, + {"taalla", 1, {DICTIONARY_NEAR}, 2597}, + {"pohja", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pgr", 1, {DICTIONARY_STREET_TYPE}, 2577}, + {"valilla", 1, {DICTIONARY_CROSS_STREET}, 2588}, + {"sisaankaynti", 1, {DICTIONARY_ENTRANCE}, 2592}, + {"kj", 1, {DICTIONARY_STREET_TYPE}, 2576}, + {"tori", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"kj.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2576}, + {"lähistöllä", 1, {DICTIONARY_NEAR}, -1}, + {"pko.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2579}, + {"lahella minua", 1, {DICTIONARY_NEAR}, 2595}, + {"kl", 1, {DICTIONARY_SYNONYM}, 2602}, + {"itaan", 1, {DICTIONARY_DIRECTIONAL}, 2590}, + {"rinne", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"numero", 1, {DICTIONARY_NUMBER}, -1}, + {"rt.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2582}, + {"länsi", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"asunto", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"kulmassa", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"penger", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"oikea", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"koti", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"väylä", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"n:o", 1, {DICTIONARY_NUMBER}, 2599}, + {"r.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2581}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"postilokero", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"siwa", 1, {DICTIONARY_CHAIN}, -1}, + {"etelä", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"vasemmalla", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"oikealla", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"alue", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"portaikko", 1, {DICTIONARY_STAIRCASE}, -1}, + {"bulevard", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"vasen", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"krs", 1, {DICTIONARY_LEVEL_NUMBERED}, 2593}, + {"kerros", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"pl", 1, {DICTIONARY_POST_OFFICE}, 2600}, + {"no", 1, {DICTIONARY_NUMBER}, 2599}, + {"t", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"huvila", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"itään", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"k.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2575}, + {"lähellä minua", 1, {DICTIONARY_NEAR}, -1}, + {"rn", 1, {DICTIONARY_STREET_TYPE}, 2583}, + {"kylä", 1, {DICTIONARY_SYNONYM}, -1}, + {"täällä", 1, {DICTIONARY_NEAR}, -1}, + {"polku", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"tr.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2586}, + {"pko", 1, {DICTIONARY_STREET_TYPE}, 2579}, + {"tassa lahella", 1, {DICTIONARY_NEAR}, 2598}, + {"huone", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"kri", 1, {DICTIONARY_STREET_TYPE}, 2574}, + {"talo", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"puistotie", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"ranta", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"rn.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2583}, + {"#", 1, {DICTIONARY_NUMBER}, 2599}, + {"nro", 1, {DICTIONARY_NUMBER}, 2599}, + {"lahella", 1, {DICTIONARY_NEAR}, 2594}, + {"ja", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"p", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"tvl", 1, {DICTIONARY_STREET_TYPE}, 2584}, + {"tvl.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2584}, + {"ps", 1, {DICTIONARY_STREET_TYPE}, 2580}, + {"taival", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"t", 1, {DICTIONARY_STREET_TYPE}, 2585}, + {"vlä.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2587}, + {"aukio", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"bulevardi", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"esplanadi", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"puistikko", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"lähellä", 1, {DICTIONARY_NEAR}, -1}, + {"kri.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2574}, + {"kaari", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"p.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2578}, + {"tässä lähellä", 1, {DICTIONARY_NEAR}, -1}, + {"auk", 1, {DICTIONARY_STREET_TYPE}, 2573}, + {"välillä", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"katu", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"lahistolla", 1, {DICTIONARY_NEAR}, 2596}, + {"tr", 1, {DICTIONARY_STREET_TYPE}, 2586}, + {"vaeylae", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 2587}, + {"vlae", 1, {DICTIONARY_STREET_TYPE}, 2587}, + {"raitti", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"al.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2572}, + {"t.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2585}, + {"&", 1, {DICTIONARY_STOPWORD}, 2601}, + {"k", 1, {DICTIONARY_STREET_TYPE}, 2575}, + {"al", 1, {DICTIONARY_STREET_TYPE}, 2572}, + {"tie", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"vlä", 1, {DICTIONARY_STREET_TYPE}, 2587}, + {"puisto", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"r", 1, {DICTIONARY_STREET_TYPE}, 2581}, + {"№", 1, {DICTIONARY_NUMBER}, 2599}, + {"p", 1, {DICTIONARY_STREET_TYPE}, 2578}, + {"sisäänkäynti", 1, {DICTIONARY_ENTRANCE}, -1}, + {"kuja", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"auk.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2573}, + {"ps.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2580}, + {"as", 1, {DICTIONARY_UNIT_NUMBERED}, 2603}, + {"rt", 1, {DICTIONARY_STREET_TYPE}, 2582}, + {"lansi", 1, {DICTIONARY_DIRECTIONAL}, 2591}, + {"kerrostalo", 1, {DICTIONARY_QUALIFIER}, -1}, + {"etela", 1, {DICTIONARY_DIRECTIONAL}, 2589}, + {"vlae.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2587}, + {"r", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pgr.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 2577}, + {"daan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kalye", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lansangan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sq", 1, {DICTIONARY_STREET_TYPE}, 2974}, + {"sociéte a responsabilité limitée", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"ponts", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"pt ave", 1, {DICTIONARY_STREET_TYPE}, 2932}, + {"r.n.", 1, {DICTIONARY_STREET_TYPE}, 2963}, + {"s.c.s.", 1, {DICTIONARY_COMPANY_TYPE}, 2636}, + {"couloir", 1, {DICTIONARY_ENTRANCE}, -1}, + {"unite", 1, {DICTIONARY_UNIT_NUMBERED}, 3022}, + {"capte", 1, {DICTIONARY_PERSONAL_TITLE}, 2677}, + {"groups", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"cercle", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bch", 1, {DICTIONARY_STREET_TYPE}, 2852}, + {"comte", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"grand rue", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pt rte", 1, {DICTIONARY_STREET_TYPE}, 2934}, + {"terrasses", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"z a", 1, {DICTIONARY_PLACE_NAME}, 2811}, + {"carref", 1, {DICTIONARY_STREET_TYPE}, 2862}, + {"societe en commandite simple", 1, {DICTIONARY_COMPANY_TYPE}, 2636}, + {"cte", 1, {DICTIONARY_PERSONAL_TITLE}, 2684}, + {"nro", 1, {DICTIONARY_NUMBER}, 2674}, + {"son excellence", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"petite", 1, {DICTIONARY_SYNONYM}, -1}, + {"grandrue", 1, {DICTIONARY_STREET_TYPE}, 2904}, + {"lt col", 1, {DICTIONARY_PERSONAL_TITLE}, 2692}, + {"gd ens", 1, {DICTIONARY_STREET_TYPE}, 2903}, + {"s.c.r.i", 1, {DICTIONARY_COMPANY_TYPE}, 2624}, + {"terr", 1, {DICTIONARY_STREET_TYPE}, 2975}, + {"ent", 1, {DICTIONARY_ENTRANCE}, 2654}, + {"ltcmdr", 1, {DICTIONARY_PERSONAL_TITLE}, 2691}, + {"l dit", 1, {DICTIONARY_QUALIFIER}, 2831}, + {"gal", 1, {DICTIONARY_PERSONAL_TITLE}, 2690}, + {"mars", 1, {DICTIONARY_PLACE_NAME}, 2785}, + {"grch", 1, {DICTIONARY_STREET_TYPE}, 2902}, + {"lgen", 1, {DICTIONARY_PERSONAL_TITLE}, 2693}, + {"super marche", 1, {DICTIONARY_PLACE_NAME}, 2806}, + {"so", 1, {DICTIONARY_DIRECTIONAL}, 2653}, + {"mgen", 1, {DICTIONARY_PERSONAL_TITLE}, 2703}, + {"hlm", 1, {DICTIONARY_PLACE_NAME}, 2770}, + {"g bde", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"marché", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"commander", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"enclos", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rmp", 1, {DICTIONARY_STREET_TYPE}, 2954}, + {"chaussees", 1, {DICTIONARY_STREET_TYPE}, 2870}, + {"leve", 1, {DICTIONARY_STREET_TYPE}, 2916}, + {"ecl", 1, {DICTIONARY_STREET_TYPE}, 2888}, + {"g", 1, {DICTIONARY_SYNONYM}, 2996}, + {"grd rues", 1, {DICTIONARY_STREET_TYPE}, 2905}, + {"dentiste", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"z a c", 1, {DICTIONARY_PLACE_NAME}, 2813}, + {"gd chemin", 1, {DICTIONARY_STREET_TYPE}, 2902}, + {"capitaine", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"che v", 1, {DICTIONARY_STREET_TYPE}, 2872}, + {"côte", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"villa", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"grd bde", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"s.s.", 1, {DICTIONARY_PERSONAL_TITLE}, 2719}, + {"zone artisanale et commerciale", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s.e", 1, {DICTIONARY_DIRECTIONAL}, 2652}, + {"écl", 1, {DICTIONARY_STREET_TYPE}, 2888}, + {"établissement denseignement supérieur", 1, {DICTIONARY_PLACE_NAME}, 2762}, + {"chee", 1, {DICTIONARY_STREET_TYPE}, 2869}, + {"carru", 1, {DICTIONARY_STREET_TYPE}, 2861}, + {"r.p.", 1, {DICTIONARY_PERSONAL_TITLE}, 2717}, + {"voie", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"orient", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"c am", 1, {DICTIONARY_PERSONAL_TITLE}, 2686}, + {"begis", 1, {DICTIONARY_PLACE_NAME}, 2737}, + {"s.e", 1, {DICTIONARY_PERSONAL_TITLE}, 2727}, + {"n d", 1, {DICTIONARY_PERSONAL_TITLE}, 2710}, + {"avnue", 1, {DICTIONARY_STREET_TYPE}, 2848}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 3018}, + {"gd blvd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"s e p", 1, {DICTIONARY_COMPANY_TYPE}, 2632}, + {"c", 1, {DICTIONARY_DIRECTIONAL}, 2645}, + {"auto école", 1, {DICTIONARY_PLACE_NAME}, 2733}, + {"s e m", 1, {DICTIONARY_COMPANY_TYPE}, 2626}, + {"bat", 1, {DICTIONARY_BUILDING_TYPE}, 2604}, + {"bureau de change", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"commodore", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"scop", 1, {DICTIONARY_COMPANY_TYPE}, 2625}, + {"bureau parc", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pte", 1, {DICTIONARY_STREET_TYPE}, 2944}, + {"dsg", 1, {DICTIONARY_STREET_TYPE}, 2883}, + {"crème glacée", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"barrieres", 1, {DICTIONARY_STREET_TYPE}, 2851}, + {"rem", 1, {DICTIONARY_STREET_TYPE}, 2955}, + {"palais", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rdc", 1, {DICTIONARY_LEVEL_STANDALONE}, 2660}, + {"№", 1, {DICTIONARY_NUMBER}, 2674}, + {"dars", 1, {DICTIONARY_PLACE_NAME}, 2755}, + {"petite rue", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"terre neuve et labrador", 1, {DICTIONARY_TOPONYM}, 3006}, + {"cmdr", 1, {DICTIONARY_PERSONAL_TITLE}, 2682}, + {"etang", 1, {DICTIONARY_PLACE_NAME}, 2764}, + {"escalier", 1, {DICTIONARY_STAIRCASE}, -1}, + {"u", 1, {DICTIONARY_UNIT_NUMBERED}, 3022}, + {"vice amiral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"zac", 1, {DICTIONARY_PLACE_NAME}, 2813}, + {"pt chemin", 1, {DICTIONARY_STREET_TYPE}, 2930}, + {"prcs", 1, {DICTIONARY_STREET_TYPE}, 2921}, + {"s.a.r", 1, {DICTIONARY_PERSONAL_TITLE}, 2725}, + {"parvis", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lieudit", 1, {DICTIONARY_QUALIFIER}, 2831}, + {"p impasse", 1, {DICTIONARY_STREET_TYPE}, 2933}, + {"s a i", 1, {DICTIONARY_PERSONAL_TITLE}, 2724}, + {"s.s", 1, {DICTIONARY_PERSONAL_TITLE}, 2719}, + {"presquile", 1, {DICTIONARY_STREET_TYPE}, 2948}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 2647}, + {"porte", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"p a", 1, {DICTIONARY_STREET_TYPE}, 2936}, + {"agglom", 1, {DICTIONARY_QUALIFIER}, 2820}, + {"v route", 1, {DICTIONARY_STREET_TYPE}, 2986}, + {"proche de", 1, {DICTIONARY_NEAR}, -1}, + {"profs", 1, {DICTIONARY_PERSONAL_TITLE}, 2715}, + {"societe en commandite", 1, {DICTIONARY_COMPANY_TYPE}, 2635}, + {"fon", 1, {DICTIONARY_PLACE_NAME}, 2767}, + {"hchs", 1, {DICTIONARY_STREET_TYPE}, 2911}, + {"béguinages", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mr", 1, {DICTIONARY_PERSONAL_TITLE}, 2709}, + {"p a", 1, {DICTIONARY_STREET_TYPE}, 2931}, + {"grd rs", 1, {DICTIONARY_STREET_TYPE}, 2905}, + {"rles", 1, {DICTIONARY_STREET_TYPE}, 2966}, + {"résidence", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"terrasse", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"chaussée", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sociéte anonyme omanaise generale", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"lcl", 1, {DICTIONARY_CHAIN}, -1}, + {"cités", 1, {DICTIONARY_QUALIFIER}, -1}, + {"pt rue", 1, {DICTIONARY_STREET_TYPE}, 2935}, + {"ple", 1, {DICTIONARY_STREET_TYPE}, 2926}, + {"societe anonyme omanaise generale", 1, {DICTIONARY_COMPANY_TYPE}, 2620}, + {"mgr", 1, {DICTIONARY_PERSONAL_TITLE}, 2708}, + {"etablissement denseignement superieur", 1, {DICTIONARY_PLACE_NAME}, 2762}, + {"ctr cial", 1, {DICTIONARY_PLACE_NAME}, 2745}, + {"r.i.", 1, {DICTIONARY_COMPANY_TYPE}, 2617}, + {"petite avenue", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pres de", 1, {DICTIONARY_NEAR}, 2669}, + {"bas chemin", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"levée", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bre", 1, {DICTIONARY_STREET_TYPE}, 2850}, + {"gr boul", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"gr blvrd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"maison de sante", 1, {DICTIONARY_PLACE_NAME}, 2780}, + {"b p", 1, {DICTIONARY_POST_OFFICE}, 2818}, + {"préscolaire", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sa", 1, {DICTIONARY_PERSONAL_TITLE}, 2723}, + {"écluse", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"p", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"psty", 1, {DICTIONARY_PLACE_NAME}, 2798}, + {"sep", 1, {DICTIONARY_COMPANY_TYPE}, 2632}, + {"pch", 1, {DICTIONARY_SYNONYM}, 2998}, + {"gd bld", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"dortoir", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"parcelle", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"pt avn", 1, {DICTIONARY_STREET_TYPE}, 2932}, + {"île", 1, {DICTIONARY_QUALIFIER}, -1}, + {"rt", 1, {DICTIONARY_STREET_TYPE}, 2961}, + {"rév père", 1, {DICTIONARY_PERSONAL_TITLE}, 2717}, + {"location de voitures", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"prql", 1, {DICTIONARY_STREET_TYPE}, 2948}, + {"pavs", 1, {DICTIONARY_PLACE_NAME}, 2797}, + {"police", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"a", 1, {DICTIONARY_STOPWORD}, 2837}, + {"gie", 1, {DICTIONARY_COMPANY_TYPE}, 2616}, + {"g rues", 1, {DICTIONARY_STREET_TYPE}, 2905}, + {"jetees", 1, {DICTIONARY_STREET_TYPE}, 2915}, + {"petite impasse", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nord est", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"s.c.r.l.", 1, {DICTIONARY_COMPANY_TYPE}, 2623}, + {"soubassement", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, -1}, + {"ber", 1, {DICTIONARY_STREET_TYPE}, 2853}, + {"sociéte privée a responsabilité limitée unipersonnelle", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"avec", 1, {DICTIONARY_STOPWORD}, -1}, + {"trn", 1, {DICTIONARY_STREET_TYPE}, 2975}, + {"auto-école", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mb", 1, {DICTIONARY_TOPONYM}, 3004}, + {"p avn", 1, {DICTIONARY_STREET_TYPE}, 2932}, + {"n.°", 1, {DICTIONARY_NUMBER}, 2674}, + {"contre-amiral", 1, {DICTIONARY_PERSONAL_TITLE}, 2686}, + {"barriere", 1, {DICTIONARY_STREET_TYPE}, 2850}, + {"rs", 1, {DICTIONARY_STREET_TYPE}, 2967}, + {"chambre", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"t'", 1, {DICTIONARY_ELISION}, -1}, + {"g bvd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"mm", 1, {DICTIONARY_PERSONAL_TITLE}, 2707}, + {"rpj", 1, {DICTIONARY_PERSONAL_TITLE}, 2718}, + {"hôtel de ville", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sociéte dinvestissement a capital variable", 1, {DICTIONARY_COMPANY_TYPE}, 2628}, + {"alberta", 1, {DICTIONARY_TOPONYM}, -1}, + {"école de conduite", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nord ouest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ach", 1, {DICTIONARY_STREET_TYPE}, 2843}, + {"grs ens", 1, {DICTIONARY_STREET_TYPE}, 2906}, + {"pn", 1, {DICTIONARY_STREET_TYPE}, 2924}, + {"zad", 1, {DICTIONARY_PLACE_NAME}, 2815}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"anse", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cst", 1, {DICTIONARY_PLACE_NAME}, 2744}, + {"gare ferroviaire", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"carrières", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"routes", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"territoires du nord-ouest", 1, {DICTIONARY_TOPONYM}, -1}, + {"pt impasse", 1, {DICTIONARY_STREET_TYPE}, 2933}, + {"rez-de-jardin", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"b ch", 1, {DICTIONARY_STREET_TYPE}, 2852}, + {"pot", 1, {DICTIONARY_PLACE_NAME}, 2800}, + {"chaussee", 1, {DICTIONARY_STREET_TYPE}, 2869}, + {"école élémentaire", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s coop", 1, {DICTIONARY_COMPANY_TYPE}, 2622}, + {"boulevarde", 1, {DICTIONARY_STREET_TYPE}, 2856}, + {"societe a responsabilite limitee", 1, {DICTIONARY_COMPANY_TYPE}, 2631}, + {"met", 1, {DICTIONARY_STREET_TYPE}, 2919}, + {"père", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sociéte anonyme omanaise close", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"departement", 1, {DICTIONARY_PLACE_NAME}, 2756}, + {"imps", 1, {DICTIONARY_STREET_TYPE}, 2913}, + {"arc", 1, {DICTIONARY_STREET_TYPE}, 2846}, + {"gauche", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"gds ens", 1, {DICTIONARY_STREET_TYPE}, 2906}, + {"sous-lieutenant", 1, {DICTIONARY_PERSONAL_TITLE}, 2728}, + {"vieux chemin", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"docteurs", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PLACE_NAME}, -1}, + {"pres", 1, {DICTIONARY_PERSONAL_TITLE}, 2714}, + {"enterprise individuelle", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"ch", 1, {DICTIONARY_STREET_TYPE}, 2871}, + {"z", 1, {DICTIONARY_QUALIFIER}, 2835}, + {"église", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"impasses", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pres d'ici", 1, {DICTIONARY_NEAR}, 2671}, + {"quai", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pav", 1, {DICTIONARY_PLACE_NAME}, 2796}, + {"prison", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"batiment", 1, {DICTIONARY_BUILDING_TYPE}, 2604}, + {"esps", 1, {DICTIONARY_STREET_TYPE}, 2894}, + {"prescolaire", 1, {DICTIONARY_PLACE_NAME}, 2801}, + {"château", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"jards", 1, {DICTIONARY_PLACE_NAME}, 2779}, + {"z a", 1, {DICTIONARY_PLACE_NAME}, 2812}, + {"nb", 1, {DICTIONARY_TOPONYM}, 3005}, + {"enterprise unipersonnelle a responsabilité limitée", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"pt rt", 1, {DICTIONARY_STREET_TYPE}, 2934}, + {"boîte de nuit", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fondation d'utilite publique", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"rdpt", 1, {DICTIONARY_STREET_TYPE}, 2958}, + {"m", 1, {DICTIONARY_PERSONAL_TITLE}, 2709}, + {"étang", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"societe anonyme omanaise close", 1, {DICTIONARY_COMPANY_TYPE}, 2621}, + {"cntre", 1, {DICTIONARY_DIRECTIONAL}, 2645}, + {"sociéte en commandite par actions", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"entresol", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"monseigneur", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"jtes", 1, {DICTIONARY_STREET_TYPE}, 2915}, + {"begi", 1, {DICTIONARY_PLACE_NAME}, 2736}, + {"sprlu", 1, {DICTIONARY_COMPANY_TYPE}, 2640}, + {"jardin denfants", 1, {DICTIONARY_PLACE_NAME}, 2778}, + {"yt", 1, {DICTIONARY_TOPONYM}, 3014}, + {"scoop", 1, {DICTIONARY_COMPANY_TYPE}, 2622}, + {"maison de retraite", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"domaines", 1, {DICTIONARY_QUALIFIER}, -1}, + {"dept", 1, {DICTIONARY_PLACE_NAME}, 2756}, + {"eurl", 1, {DICTIONARY_COMPANY_TYPE}, 2609}, + {"carreau", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"e.u.r.l.", 1, {DICTIONARY_COMPANY_TYPE}, 2609}, + {"j'", 1, {DICTIONARY_ELISION}, -1}, + {"avns", 1, {DICTIONARY_STREET_TYPE}, 2849}, + {"a l'angle de", 1, {DICTIONARY_CROSS_STREET}, 2643}, + {"cpg", 1, {DICTIONARY_PLACE_NAME}, 2743}, + {"presqu’île", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vlas", 1, {DICTIONARY_PLACE_NAME}, 2810}, + {"yukon", 1, {DICTIONARY_TOPONYM}, -1}, + {"peristyle", 1, {DICTIONARY_PLACE_NAME}, 2798}, + {"val", 1, {DICTIONARY_STREET_TYPE}, 2982}, + {"pt route", 1, {DICTIONARY_STREET_TYPE}, 2934}, + {"plage", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"zone damenagement concerte", 1, {DICTIONARY_PLACE_NAME}, 2814}, + {"sicav", 1, {DICTIONARY_COMPANY_TYPE}, 2628}, + {"sociéte déconomie mixte", 1, {DICTIONARY_COMPANY_TYPE}, 2626}, + {"rocd", 1, {DICTIONARY_STREET_TYPE}, 2956}, + {"v am", 1, {DICTIONARY_PERSONAL_TITLE}, 2730}, + {"societe par actions simplifiee", 1, {DICTIONARY_COMPANY_TYPE}, 2638}, + {"grand rues", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"c'", 1, {DICTIONARY_ELISION}, -1}, + {"mal", 1, {DICTIONARY_PERSONAL_TITLE}, 2704}, + {"suite", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"à coté", 1, {DICTIONARY_NEAR}, -1}, + {"m gén", 1, {DICTIONARY_PERSONAL_TITLE}, 2703}, + {"societe en commandite par actions", 1, {DICTIONARY_COMPANY_TYPE}, 2637}, + {"centre artistique", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"auto-ecole", 1, {DICTIONARY_PLACE_NAME}, 2733}, + {"parcs", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"peri", 1, {DICTIONARY_STREET_TYPE}, 2929}, + {"n.o", 1, {DICTIONARY_DIRECTIONAL}, 2649}, + {"petite allee", 1, {DICTIONARY_STREET_TYPE}, 2931}, + {"sociéte d' économie mixte", 1, {DICTIONARY_COMPANY_TYPE}, 2626}, + {"jetées", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"l-dit", 1, {DICTIONARY_QUALIFIER}, 2831}, + {"à côté", 1, {DICTIONARY_STOPWORD}, -1}, + {"hles", 1, {DICTIONARY_PLACE_NAME}, 2772}, + {"all", 1, {DICTIONARY_STREET_TYPE}, 2841}, + {"crs", 1, {DICTIONARY_STREET_TYPE}, 2880}, + {"s.n.", 1, {DICTIONARY_NO_NUMBER}, 2673}, + {"sk", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pt im", 1, {DICTIONARY_STREET_TYPE}, 2933}, + {"révérend", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"maitre", 1, {DICTIONARY_PERSONAL_TITLE}, 2699}, + {"cote", 1, {DICTIONARY_STREET_TYPE}, 2858}, + {"les", 1, {DICTIONARY_STOPWORD}, -1}, + {"gr bld", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"a s b l", 1, {DICTIONARY_COMPANY_TYPE}, 2607}, + {"bâtiment de ferme", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pt allee", 1, {DICTIONARY_STREET_TYPE}, 2931}, + {"gr bde", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"s.i.c.a.v", 1, {DICTIONARY_COMPANY_TYPE}, 2628}, + {"baston", 1, {DICTIONARY_SYNONYM}, -1}, + {"boul", 1, {DICTIONARY_STREET_TYPE}, 2856}, + {"groupes", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"grdch", 1, {DICTIONARY_STREET_TYPE}, 2902}, + {"res", 1, {DICTIONARY_PLACE_NAME}, 2802}, + {"caserne de pompiers", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"presqu'ile", 1, {DICTIONARY_STREET_TYPE}, 2948}, + {"sociéte simple", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"v rt", 1, {DICTIONARY_STREET_TYPE}, 2986}, + {"fos", 1, {DICTIONARY_STREET_TYPE}, 2895}, + {"lve", 1, {DICTIONARY_STREET_TYPE}, 2916}, + {"r.p.j", 1, {DICTIONARY_PERSONAL_TITLE}, 2718}, + {"gd rues", 1, {DICTIONARY_STREET_TYPE}, 2905}, + {"champ", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"école maternelle", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"p ch", 1, {DICTIONARY_STREET_TYPE}, 2930}, + {"ress", 1, {DICTIONARY_STREET_TYPE}, 2969}, + {"s.n.c", 1, {DICTIONARY_COMPANY_TYPE}, 2634}, + {"sociéte dinvestissement a capital fixé", 1, {DICTIONARY_COMPANY_TYPE}, 2627}, + {"grd bvd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"espa", 1, {DICTIONARY_STREET_TYPE}, 2892}, + {"cloitre", 1, {DICTIONARY_STREET_TYPE}, 2876}, + {"dernier etage", 1, {DICTIONARY_LEVEL_STANDALONE}, 2658}, + {"terminal de ferry", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pr", 1, {DICTIONARY_PERSONAL_TITLE}, 2712}, + {"cor", 1, {DICTIONARY_STREET_TYPE}, 2878}, + {"s i c a f", 1, {DICTIONARY_COMPANY_TYPE}, 2627}, + {"pont", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"immeuble", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"z.a", 1, {DICTIONARY_PLACE_NAME}, 2812}, + {"ile-du-prince-edouard", 1, {DICTIONARY_TOPONYM}, 3011}, + {"s.a", 1, {DICTIONARY_PERSONAL_TITLE}, 2723}, + {"maj", 1, {DICTIONARY_PERSONAL_TITLE}, 2702}, + {"chemin", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"béguinage", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"son altesse impériale", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"lt cmdr", 1, {DICTIONARY_PERSONAL_TITLE}, 2691}, + {"lots", 1, {DICTIONARY_QUALIFIER}, 2833}, + {"pal de justice", 1, {DICTIONARY_PLACE_NAME}, 2793}, + {"societe cooperative a responsabilite limitee", 1, {DICTIONARY_COMPANY_TYPE}, 2623}, + {"mgén", 1, {DICTIONARY_PERSONAL_TITLE}, 2703}, + {"on", 1, {DICTIONARY_TOPONYM}, 3010}, + {"salle polyvalente", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"residences", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rle", 1, {DICTIONARY_STREET_TYPE}, 2965}, + {"pas", 1, {DICTIONARY_STREET_TYPE}, 2923}, + {"racc", 1, {DICTIONARY_STREET_TYPE}, 2952}, + {"g blvd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"cavée", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.c.s", 1, {DICTIONARY_COMPANY_TYPE}, 2636}, + {"abbaye", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"centre comm", 1, {DICTIONARY_PLACE_NAME}, 2745}, + {"porche", 1, {DICTIONARY_SYNONYM}, -1}, + {"groupement dintérêt économique", 1, {DICTIONARY_COMPANY_TYPE}, 2616}, + {"sociéte d'investissement a capital variable", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"saog", 1, {DICTIONARY_COMPANY_TYPE}, 2620}, + {"saint", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s n c", 1, {DICTIONARY_COMPANY_TYPE}, 2634}, + {"bourg", 2, {DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, -1}, + {"camping", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"niveau", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"boulv", 1, {DICTIONARY_STREET_TYPE}, 2856}, + {"rés", 1, {DICTIONARY_PLACE_NAME}, 2802}, + {"s p r l u", 1, {DICTIONARY_COMPANY_TYPE}, 2640}, + {"banque", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"allee", 1, {DICTIONARY_STREET_TYPE}, 2841}, + {"sentiers", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"z.i.", 1, {DICTIONARY_PLACE_NAME}, 2816}, + {"grd blvd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"pere", 1, {DICTIONARY_PERSONAL_TITLE}, 2711}, + {"bcle", 1, {DICTIONARY_STREET_TYPE}, 2855}, + {"r.p.j.", 1, {DICTIONARY_PERSONAL_TITLE}, 2718}, + {"révérend père", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"univ", 1, {DICTIONARY_PLACE_NAME}, 2808}, + {"carriere", 1, {DICTIONARY_STREET_TYPE}, 2863}, + {"nouveau-brunswick", 1, {DICTIONARY_TOPONYM}, -1}, + {"col", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"boulavard", 1, {DICTIONARY_STREET_TYPE}, 2856}, + {"colombie-britannique", 1, {DICTIONARY_TOPONYM}, -1}, + {"grbd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"jrds", 1, {DICTIONARY_PLACE_NAME}, 2779}, + {"env", 1, {DICTIONARY_STREET_TYPE}, 2890}, + {"n.ro", 1, {DICTIONARY_NUMBER}, 2674}, + {"imm", 1, {DICTIONARY_BUILDING_TYPE}, 2605}, + {"chp", 1, {DICTIONARY_PLACE_NAME}, 2747}, + {"sociéte interne", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"grdbd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"gpt", 1, {DICTIONARY_COMPANY_TYPE}, 2613}, + {"s c r i", 1, {DICTIONARY_COMPANY_TYPE}, 2624}, + {"jrd", 1, {DICTIONARY_PLACE_NAME}, 2777}, + {"s.a.i.", 1, {DICTIONARY_PERSONAL_TITLE}, 2724}, + {"n.o.", 1, {DICTIONARY_DIRECTIONAL}, 2649}, + {"bunker", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"plaine", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"boîte postale", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"mesdames", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"z.a.", 1, {DICTIONARY_PLACE_NAME}, 2812}, + {"major general", 1, {DICTIONARY_PERSONAL_TITLE}, 2703}, + {"e.u.r.l", 1, {DICTIONARY_COMPANY_TYPE}, 2609}, + {"veterinaire", 1, {DICTIONARY_PLACE_NAME}, 2809}, + {"s c a", 1, {DICTIONARY_COMPANY_TYPE}, 2637}, + {"unité", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"mise", 1, {DICTIONARY_PERSONAL_TITLE}, 2706}, + {"covoiturage", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"son altesse royale", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"général", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"nouvelle ecosse", 1, {DICTIONARY_TOPONYM}, 3007}, + {"b.p.", 1, {DICTIONARY_POST_OFFICE}, 2818}, + {"s.c.r.i.", 1, {DICTIONARY_COMPANY_TYPE}, 2624}, + {"ontario", 1, {DICTIONARY_TOPONYM}, -1}, + {"pnte", 1, {DICTIONARY_STREET_TYPE}, 2944}, + {"vroute", 1, {DICTIONARY_STREET_TYPE}, 2986}, + {"bld", 1, {DICTIONARY_STREET_TYPE}, 2856}, + {"rez de jardin", 1, {DICTIONARY_LEVEL_STANDALONE}, 2661}, + {"docteur", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"professeure", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pt as", 1, {DICTIONARY_STREET_TYPE}, 2936}, + {"berge", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cité", 1, {DICTIONARY_QUALIFIER}, -1}, + {"l cmdr", 1, {DICTIONARY_PERSONAL_TITLE}, 2691}, + {"zone a urbaniser en priorite", 1, {DICTIONARY_PLACE_NAME}, 2817}, + {"bulle à verre", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"crematorium", 1, {DICTIONARY_PLACE_NAME}, 2754}, + {"levant", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ap", 1, {DICTIONARY_UNIT_NUMBERED}, 3018}, + {"r p", 1, {DICTIONARY_PERSONAL_TITLE}, 2717}, + {"dernier étage", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"sans numéro", 1, {DICTIONARY_NO_NUMBER}, -1}, + {"auto ecole", 1, {DICTIONARY_PLACE_NAME}, 2733}, + {"maître", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"zone daménagement concerté", 1, {DICTIONARY_PLACE_NAME}, 2814}, + {"colonel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"groupe", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"n.º", 1, {DICTIONARY_NUMBER}, 2674}, + {"z i", 1, {DICTIONARY_PLACE_NAME}, 2816}, + {"numéro", 1, {DICTIONARY_NUMBER}, -1}, + {"sociéte coopérative", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"n e", 1, {DICTIONARY_DIRECTIONAL}, 2648}, + {"doms", 1, {DICTIONARY_QUALIFIER}, 2827}, + {"mis", 1, {DICTIONARY_PERSONAL_TITLE}, 2705}, + {"pae", 1, {DICTIONARY_STREET_TYPE}, 2932}, + {"cors", 1, {DICTIONARY_STREET_TYPE}, 2879}, + {"autoroute", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"galerie", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sc", 1, {DICTIONARY_COMPANY_TYPE}, 2635}, + {"p im", 1, {DICTIONARY_STREET_TYPE}, 2933}, + {"sociéte en commandite", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"gr chemin", 1, {DICTIONARY_STREET_TYPE}, 2902}, + {"pln", 1, {DICTIONARY_STREET_TYPE}, 2941}, + {"bât", 1, {DICTIONARY_BUILDING_TYPE}, 2604}, + {"r.p", 1, {DICTIONARY_PERSONAL_TITLE}, 2717}, + {"z.a", 1, {DICTIONARY_PLACE_NAME}, 2811}, + {"chs v", 1, {DICTIONARY_STREET_TYPE}, 2875}, + {"rtnd", 1, {DICTIONARY_STREET_TYPE}, 2960}, + {"societe d'investissement a capital variable", 1, {DICTIONARY_COMPANY_TYPE}, 2628}, + {"est", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pour", 1, {DICTIONARY_STREET_TYPE}, 2947}, + {"raid", 1, {DICTIONARY_STREET_TYPE}, 2953}, + {"sente", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"numero", 1, {DICTIONARY_NUMBER}, 2674}, + {"sociéte en commandite simple", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"près de", 1, {DICTIONARY_NEAR}, -1}, + {"lgén", 1, {DICTIONARY_PERSONAL_TITLE}, 2693}, + {"roqt", 1, {DICTIONARY_STREET_TYPE}, 2959}, + {"révérend père jésuit", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"raison individuelle", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"s a r l", 1, {DICTIONARY_COMPANY_TYPE}, 2631}, + {"beguinages", 1, {DICTIONARY_PLACE_NAME}, 2737}, + {"appartements", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"passage", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"p allees", 1, {DICTIONARY_STREET_TYPE}, 2936}, + {"chz", 1, {DICTIONARY_PERSONAL_TITLE}, 2679}, + {"gd rs", 1, {DICTIONARY_STREET_TYPE}, 2905}, + {"s c", 1, {DICTIONARY_COMPANY_TYPE}, 2635}, + {"societe deconomie mixte", 1, {DICTIONARY_COMPANY_TYPE}, 2626}, + {"domaine", 1, {DICTIONARY_QUALIFIER}, -1}, + {"sud", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sent", 1, {DICTIONARY_STREET_TYPE}, 2972}, + {"s em", 1, {DICTIONARY_PERSONAL_TITLE}, 2726}, + {"proche de chez moi", 1, {DICTIONARY_NEAR}, -1}, + {"metro", 1, {DICTIONARY_STREET_TYPE}, 2919}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sociéte de fait", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"pres", 1, {DICTIONARY_STOPWORD}, -1}, + {"s a", 1, {DICTIONARY_PERSONAL_TITLE}, 2723}, + {"foyr", 1, {DICTIONARY_STREET_TYPE}, 2897}, + {"m gen", 1, {DICTIONARY_PERSONAL_TITLE}, 2703}, + {"supermarche", 1, {DICTIONARY_PLACE_NAME}, 2806}, + {"f.c.p", 1, {DICTIONARY_COMPANY_TYPE}, 2610}, + {"ruelle", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s a", 1, {DICTIONARY_COMPANY_TYPE}, 2618}, + {"arrondissement", 1, {DICTIONARY_QUALIFIER}, -1}, + {"e", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pltx", 1, {DICTIONARY_STREET_TYPE}, 2943}, + {"en", 1, {DICTIONARY_SYNONYM}, 2994}, + {"nord", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ctr comm", 1, {DICTIONARY_PLACE_NAME}, 2745}, + {"s.o", 1, {DICTIONARY_DIRECTIONAL}, 2653}, + {"éch", 1, {DICTIONARY_STREET_TYPE}, 2887}, + {"h chs", 1, {DICTIONARY_STREET_TYPE}, 2911}, + {"passes", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"chemin vicinal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"z a d", 1, {DICTIONARY_PLACE_NAME}, 2815}, + {"centre commercial", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jetée", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plages", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"jardins", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"maréchal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cav", 1, {DICTIONARY_STREET_TYPE}, 2866}, + {"gr rue", 1, {DICTIONARY_STREET_TYPE}, 2904}, + {"poterne", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ecluse", 1, {DICTIONARY_STREET_TYPE}, 2888}, + {"anciennes routes", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"et", 1, {DICTIONARY_LEVEL_NUMBERED}, 2656}, + {"etage", 1, {DICTIONARY_LEVEL_NUMBERED}, 2656}, + {"auditorium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rev", 1, {DICTIONARY_PERSONAL_TITLE}, 2716}, + {"rampe", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"port", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vche", 1, {DICTIONARY_STREET_TYPE}, 2987}, + {"cdg", 1, {DICTIONARY_NAMED_PERSON}, 2675}, + {"au", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"p", 1, {DICTIONARY_UNIT_NUMBERED}, 3021}, + {"rev pere jesuit", 1, {DICTIONARY_PERSONAL_TITLE}, 2718}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 2690}, + {"avant", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"ri", 1, {DICTIONARY_COMPANY_TYPE}, 2617}, + {"s.p.r.l.", 1, {DICTIONARY_COMPANY_TYPE}, 2639}, + {"monument", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"esplanade", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rez", 1, {DICTIONARY_LEVEL_STANDALONE}, 2660}, + {"gd blvrd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"societe interne", 1, {DICTIONARY_COMPANY_TYPE}, 2629}, + {"s.a", 1, {DICTIONARY_COMPANY_TYPE}, 2618}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 2651}, + {"le", 1, {DICTIONARY_STOPWORD}, -1}, + {"sa saintete", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"route nationale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pharmacie", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"terrain", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"berges", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ile du prince edouard", 1, {DICTIONARY_TOPONYM}, 3011}, + {"s lt", 1, {DICTIONARY_PERSONAL_TITLE}, 2728}, + {"nb", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"g i e", 1, {DICTIONARY_COMPANY_TYPE}, 2616}, + {"bast", 1, {DICTIONARY_SYNONYM}, 2990}, + {"s exc", 1, {DICTIONARY_PERSONAL_TITLE}, 2727}, + {"abe", 1, {DICTIONARY_PLACE_NAME}, 2731}, + {"jard", 1, {DICTIONARY_PLACE_NAME}, 2777}, + {"ctr", 1, {DICTIONARY_STREET_TYPE}, 2877}, + {"s.a.l.", 1, {DICTIONARY_COMPANY_TYPE}, 2619}, + {"corniche", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"impasse", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"grds ens", 1, {DICTIONARY_STREET_TYPE}, 2906}, + {"cloître", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vois", 1, {DICTIONARY_STREET_TYPE}, 2989}, + {"etablissement d'enseignement superieur", 1, {DICTIONARY_PLACE_NAME}, 2762}, + {"hle", 1, {DICTIONARY_PLACE_NAME}, 2771}, + {"rd pt", 1, {DICTIONARY_STREET_TYPE}, 2958}, + {"o", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bordel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sentes", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"écls", 1, {DICTIONARY_STREET_TYPE}, 2889}, + {"s.e.m", 1, {DICTIONARY_COMPANY_TYPE}, 2626}, + {"passage a niveau", 1, {DICTIONARY_STREET_TYPE}, 2924}, + {"vrte", 1, {DICTIONARY_STREET_TYPE}, 2986}, + {"s.a.l", 1, {DICTIONARY_COMPANY_TYPE}, 2619}, + {"blvd", 1, {DICTIONARY_STREET_TYPE}, 2856}, + {"lieutenant général", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"espace", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"no", 1, {DICTIONARY_DIRECTIONAL}, 2649}, + {"s.i.c.a.v.", 1, {DICTIONARY_COMPANY_TYPE}, 2628}, + {"place de marché", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nd", 1, {DICTIONARY_PERSONAL_TITLE}, 2710}, + {"ferme", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"maison de santé", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aires", 1, {DICTIONARY_QUALIFIER}, -1}, + {"montees", 1, {DICTIONARY_STREET_TYPE}, 2918}, + {"ne", 1, {DICTIONARY_DIRECTIONAL}, 2648}, + {"allees", 1, {DICTIONARY_STREET_TYPE}, 2842}, + {"patio", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"galeries", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"r", 1, {DICTIONARY_STREET_TYPE}, 2964}, + {"bur", 1, {DICTIONARY_UNIT_NUMBERED}, 3019}, + {"montées", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"appart", 1, {DICTIONARY_UNIT_NUMBERED}, 3018}, + {"près de moi", 1, {DICTIONARY_NEAR}, -1}, + {"p rt", 1, {DICTIONARY_STREET_TYPE}, 2934}, + {"ctesse", 1, {DICTIONARY_PERSONAL_TITLE}, 2685}, + {"nunavut", 1, {DICTIONARY_TOPONYM}, -1}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cdr", 1, {DICTIONARY_PERSONAL_TITLE}, 2682}, + {"cam", 1, {DICTIONARY_PERSONAL_TITLE}, 2686}, + {"tsse", 1, {DICTIONARY_STREET_TYPE}, 2976}, + {"village", 1, {DICTIONARY_SYNONYM}, -1}, + {"degres", 1, {DICTIONARY_STREET_TYPE}, 2882}, + {"zone d'aménagement concerté", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grd rue", 1, {DICTIONARY_STREET_TYPE}, 2904}, + {"e.i.", 1, {DICTIONARY_COMPANY_TYPE}, 2608}, + {"r.n", 1, {DICTIONARY_STREET_TYPE}, 2963}, + {"societe anonyme", 1, {DICTIONARY_COMPANY_TYPE}, 2618}, + {"escs", 1, {DICTIONARY_PLACE_NAME}, 2763}, + {"c p", 1, {DICTIONARY_POST_OFFICE}, 2819}, + {"brg", 2, {DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 2822}, + {"la poste", 1, {DICTIONARY_CHAIN}, -1}, + {"hopital", 1, {DICTIONARY_PLACE_NAME}, 2774}, + {"étage noble", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"l col", 1, {DICTIONARY_PERSONAL_TITLE}, 2692}, + {"arrière", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"langle de", 1, {DICTIONARY_CROSS_STREET}, 2642}, + {"tr pl", 1, {DICTIONARY_STREET_TYPE}, 2978}, + {"roquet", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"département", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"en", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"rond point", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"grand chemin", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lavage de voitures", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"me", 1, {DICTIONARY_PERSONAL_TITLE}, 2699}, + {"a proximite de moi", 1, {DICTIONARY_NEAR}, 2668}, + {"île-du-prince-édouard", 1, {DICTIONARY_TOPONYM}, -1}, + {"hôtel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c.c", 1, {DICTIONARY_PLACE_NAME}, 2745}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 2687}, + {"maitresse", 1, {DICTIONARY_PERSONAL_TITLE}, 2701}, + {"qrt", 1, {DICTIONARY_QUALIFIER}, 2834}, + {"a.s.b.l.", 1, {DICTIONARY_COMPANY_TYPE}, 2607}, + {"maîtresse", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s p r l", 1, {DICTIONARY_COMPANY_TYPE}, 2639}, + {"s / n", 1, {DICTIONARY_NO_NUMBER}, 2673}, + {"gd r", 1, {DICTIONARY_STREET_TYPE}, 2904}, + {"mte", 1, {DICTIONARY_STREET_TYPE}, 2917}, + {"se", 1, {DICTIONARY_PERSONAL_TITLE}, 2727}, + {"grim", 1, {DICTIONARY_STREET_TYPE}, 2908}, + {"c c", 1, {DICTIONARY_PLACE_NAME}, 2745}, + {"reverend pere", 1, {DICTIONARY_PERSONAL_TITLE}, 2717}, + {"#", 1, {DICTIONARY_NUMBER}, 2674}, + {"batiment de ferme", 1, {DICTIONARY_PLACE_NAME}, 2735}, + {"g bd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"riviere", 1, {DICTIONARY_SYNONYM}, 2999}, + {"aux", 1, {DICTIONARY_STOPWORD}, -1}, + {"zone artisanale", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fontaine", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"à", 3, {DICTIONARY_CROSS_STREET, DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"sociéte coopérative a responsabilité illimitée", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"portiques", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"chemins vicinaux", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"aut", 1, {DICTIONARY_STREET_TYPE}, 2847}, + {"péri", 1, {DICTIONARY_STREET_TYPE}, 2929}, + {"agl", 1, {DICTIONARY_QUALIFIER}, 2820}, + {"s.c.r.l", 1, {DICTIONARY_COMPANY_TYPE}, 2623}, + {"bastide", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"collines", 1, {DICTIONARY_SYNONYM}, -1}, + {"digs", 1, {DICTIONARY_STREET_TYPE}, 2886}, + {"raccourci", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"c.p", 1, {DICTIONARY_POST_OFFICE}, 2819}, + {"gd rue", 1, {DICTIONARY_STREET_TYPE}, 2904}, + {"dom", 1, {DICTIONARY_QUALIFIER}, 2826}, + {"blvde", 1, {DICTIONARY_STREET_TYPE}, 2856}, + {"r n", 1, {DICTIONARY_STREET_TYPE}, 2963}, + {"moulins", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fitness", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"v chemin", 1, {DICTIONARY_STREET_TYPE}, 2987}, + {"bp", 1, {DICTIONARY_POST_OFFICE}, 2818}, + {"colline", 1, {DICTIONARY_SYNONYM}, -1}, + {"grands ensembles", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.p.r.l.u", 1, {DICTIONARY_COMPANY_TYPE}, 2640}, + {"societe en nom collectif", 1, {DICTIONARY_COMPANY_TYPE}, 2634}, + {"commerce", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"boite postale", 1, {DICTIONARY_POST_OFFICE}, 2818}, + {"trvs", 1, {DICTIONARY_STREET_TYPE}, 2981}, + {"voi", 1, {DICTIONARY_STREET_TYPE}, 2988}, + {"manitoba", 1, {DICTIONARY_TOPONYM}, -1}, + {"societe momentanee", 1, {DICTIONARY_COMPANY_TYPE}, 2630}, + {"pour", 1, {DICTIONARY_STOPWORD}, -1}, + {"lieutenant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"du", 1, {DICTIONARY_STOPWORD}, -1}, + {"porqs", 1, {DICTIONARY_STREET_TYPE}, 2946}, + {"chss", 1, {DICTIONARY_STREET_TYPE}, 2870}, + {"s.n.c.", 1, {DICTIONARY_COMPANY_TYPE}, 2634}, + {"sai", 1, {DICTIONARY_PERSONAL_TITLE}, 2724}, + {"s'", 1, {DICTIONARY_ELISION}, -1}, + {"gden", 1, {DICTIONARY_STREET_TYPE}, 2903}, + {"cinema", 1, {DICTIONARY_PLACE_NAME}, 2750}, + {"nte", 1, {DICTIONARY_STREET_TYPE}, 2920}, + {"amiral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"a proximite de", 1, {DICTIONARY_NEAR}, 2666}, + {"n.-d", 1, {DICTIONARY_PERSONAL_TITLE}, 2710}, + {"gbd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"rév", 1, {DICTIONARY_PERSONAL_TITLE}, 2716}, + {"valée", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"app", 1, {DICTIONARY_UNIT_NUMBERED}, 3018}, + {"place", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"messieurs", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"leiutenant general", 1, {DICTIONARY_PERSONAL_TITLE}, 2693}, + {"prq", 1, {DICTIONARY_STREET_TYPE}, 2948}, + {"bar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fl", 1, {DICTIONARY_SYNONYM}, 2995}, + {"son altesse imperiale", 1, {DICTIONARY_PERSONAL_TITLE}, 2724}, + {"art", 1, {DICTIONARY_STREET_TYPE}, 2844}, + {"carre", 1, {DICTIONARY_STREET_TYPE}, 2865}, + {"une", 1, {DICTIONARY_STOPWORD}, -1}, + {"digue", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rez-de-chaussée haut", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"rues", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"marechal", 1, {DICTIONARY_PERSONAL_TITLE}, 2704}, + {"general", 1, {DICTIONARY_PERSONAL_TITLE}, 2690}, + {"contour", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"n'", 1, {DICTIONARY_ELISION}, -1}, + {"sergente", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bâtiment", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"la", 1, {DICTIONARY_STOPWORD}, -1}, + {"h ch", 1, {DICTIONARY_STREET_TYPE}, 2910}, + {"eglise", 1, {DICTIONARY_PLACE_NAME}, 2761}, + {"g ens", 1, {DICTIONARY_STREET_TYPE}, 2903}, + {"l gén", 1, {DICTIONARY_PERSONAL_TITLE}, 2693}, + {"près dici", 1, {DICTIONARY_NEAR}, 2671}, + {"ns", 1, {DICTIONARY_TOPONYM}, 3007}, + {"nouvelle route", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ile", 1, {DICTIONARY_QUALIFIER}, 2829}, + {"restaurant", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"l'", 2, {DICTIONARY_ELISION, DICTIONARY_STOPWORD}, -1}, + {"c d g", 1, {DICTIONARY_NAMED_PERSON}, 2675}, + {"garenne", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"son eminence", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"camp", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"grd boul", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"major", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"centre", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"case postale", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"lcmdr", 1, {DICTIONARY_PERSONAL_TITLE}, 2691}, + {"notre-dame", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"écluses", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pe", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"potrn", 1, {DICTIONARY_PLACE_NAME}, 2800}, + {"chemins", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"foss", 1, {DICTIONARY_STREET_TYPE}, 2896}, + {"fos", 1, {DICTIONARY_STREET_TYPE}, 2896}, + {"a cote", 1, {DICTIONARY_NEAR}, 2664}, + {"carrieres", 1, {DICTIONARY_STREET_TYPE}, 2864}, + {"pres dici", 1, {DICTIONARY_NEAR}, 2671}, + {"boite de nuit", 1, {DICTIONARY_PLACE_NAME}, 2739}, + {"ham", 1, {DICTIONARY_STREET_TYPE}, 2909}, + {"lcdr", 1, {DICTIONARY_PERSONAL_TITLE}, 2691}, + {"bel étage", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"sents", 1, {DICTIONARY_STREET_TYPE}, 2973}, + {"prs", 1, {DICTIONARY_PERSONAL_TITLE}, 2715}, + {"sal", 1, {DICTIONARY_COMPANY_TYPE}, 2619}, + {"ei", 1, {DICTIONARY_COMPANY_TYPE}, 2608}, + {"sen", 1, {DICTIONARY_STREET_TYPE}, 2970}, + {"e i", 1, {DICTIONARY_COMPANY_TYPE}, 2608}, + {"lieu dit", 1, {DICTIONARY_QUALIFIER}, 2831}, + {"salle", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"on", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"colis", 1, {DICTIONARY_SYNONYM}, 2993}, + {"groupement dinteret economique", 1, {DICTIONARY_COMPANY_TYPE}, 2616}, + {"québec", 1, {DICTIONARY_TOPONYM}, -1}, + {"degrés", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"snc", 1, {DICTIONARY_COMPANY_TYPE}, 2634}, + {"centre de santé", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"r c b", 1, {DICTIONARY_LEVEL_STANDALONE}, 2662}, + {"entrée", 1, {DICTIONARY_ENTRANCE}, -1}, + {"étage", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"maison", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"mrs", 1, {DICTIONARY_PERSONAL_TITLE}, 2707}, + {"portq", 1, {DICTIONARY_STREET_TYPE}, 2945}, + {"parking", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ecluses", 1, {DICTIONARY_STREET_TYPE}, 2889}, + {"iles", 1, {DICTIONARY_QUALIFIER}, 2830}, + {"square", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"allée", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"métro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"platx", 1, {DICTIONARY_STREET_TYPE}, 2943}, + {"sociéte par actions simplifiée", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"o", 1, {DICTIONARY_DIRECTIONAL}, 2650}, + {"chs", 1, {DICTIONARY_STREET_TYPE}, 2869}, + {"casino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"petite allées", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"g bld", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"droit", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"aven", 1, {DICTIONARY_STREET_TYPE}, 2848}, + {"se", 1, {DICTIONARY_DIRECTIONAL}, 2652}, + {"cott", 1, {DICTIONARY_PLACE_NAME}, 2751}, + {"gr ens", 1, {DICTIONARY_STREET_TYPE}, 2903}, + {"bloc", 1, {DICTIONARY_QUALIFIER}, -1}, + {"vve", 1, {DICTIONARY_PERSONAL_TITLE}, 2729}, + {"bureaux", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"creme glacee", 1, {DICTIONARY_PLACE_NAME}, 2753}, + {"vam", 1, {DICTIONARY_PERSONAL_TITLE}, 2730}, + {"zone daménagement différé", 1, {DICTIONARY_PLACE_NAME}, 2815}, + {"frms", 1, {DICTIONARY_PLACE_NAME}, 2766}, + {"s c s", 1, {DICTIONARY_COMPANY_TYPE}, 2636}, + {"chateau", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2748}, + {"au", 1, {DICTIONARY_STREET_TYPE}, 2951}, + {"s.p.r.l.u.", 1, {DICTIONARY_COMPANY_TYPE}, 2640}, + {"bte", 1, {DICTIONARY_UNIT_NUMBERED}, 3020}, + {"sociéte coopérative de production", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"r c h", 1, {DICTIONARY_LEVEL_STANDALONE}, 2663}, + {"professeur", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"v rte", 1, {DICTIONARY_STREET_TYPE}, 2986}, + {"col", 1, {DICTIONARY_PERSONAL_TITLE}, 2680}, + {"degré", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"médecin", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vieille route", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"a proximite de la", 1, {DICTIONARY_NEAR}, 2667}, + {"a cote", 1, {DICTIONARY_STOPWORD}, 2838}, + {"rév père jésuit", 1, {DICTIONARY_PERSONAL_TITLE}, 2718}, + {"n.e", 1, {DICTIONARY_DIRECTIONAL}, 2648}, + {"r.i", 1, {DICTIONARY_COMPANY_TYPE}, 2617}, + {"lt cdr", 1, {DICTIONARY_PERSONAL_TITLE}, 2691}, + {"societe dinvestissement a capital variable", 1, {DICTIONARY_COMPANY_TYPE}, 2628}, + {"mlles", 1, {DICTIONARY_PERSONAL_TITLE}, 2698}, + {"care", 1, {DICTIONARY_STREET_TYPE}, 2863}, + {"rp", 1, {DICTIONARY_PERSONAL_TITLE}, 2717}, + {"halle", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pte", 1, {DICTIONARY_UNIT_NUMBERED}, 3021}, + {"chev", 1, {DICTIONARY_STREET_TYPE}, 2872}, + {"z.a.", 1, {DICTIONARY_PLACE_NAME}, 2811}, + {"ecole elementaire", 1, {DICTIONARY_PLACE_NAME}, 2759}, + {"rotonde", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gal", 1, {DICTIONARY_STREET_TYPE}, 2898}, + {"terte", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ancien chemin", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"societe d'economie mixte", 1, {DICTIONARY_COMPANY_TYPE}, 2626}, + {"s i c a v", 1, {DICTIONARY_COMPANY_TYPE}, 2628}, + {"s.s", 1, {DICTIONARY_COMPANY_TYPE}, 2641}, + {"nl", 1, {DICTIONARY_TOPONYM}, 3006}, + {"derriere", 1, {DICTIONARY_STOPWORD}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 2840}, + {"vallee", 1, {DICTIONARY_STREET_TYPE}, 2983}, + {"ss", 1, {DICTIONARY_COMPANY_TYPE}, 2641}, + {"viceamiral", 1, {DICTIONARY_PERSONAL_TITLE}, 2730}, + {"groupement d'interet economique", 1, {DICTIONARY_COMPANY_TYPE}, 2616}, + {"ecls", 1, {DICTIONARY_STREET_TYPE}, 2889}, + {"mlns", 1, {DICTIONARY_PLACE_NAME}, 2790}, + {"cottage", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"chaussées", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"grd chemin", 1, {DICTIONARY_STREET_TYPE}, 2902}, + {"c", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"avs", 1, {DICTIONARY_STREET_TYPE}, 2849}, + {"dans les alentours", 1, {DICTIONARY_NEAR}, -1}, + {"cinéma", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mln", 1, {DICTIONARY_PLACE_NAME}, 2789}, + {"nouvelle-ecosse", 1, {DICTIONARY_TOPONYM}, 3007}, + {"salle de gymnastique", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mf", 1, {DICTIONARY_PLACE_NAME}, 2781}, + {"vétérinaire", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"théâtre", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"z.a.d.", 1, {DICTIONARY_PLACE_NAME}, 2815}, + {"societe privee a responsabilite limitee unipersonnelle", 1, {DICTIONARY_COMPANY_TYPE}, 2640}, + {"dr", 1, {DICTIONARY_UNIT_DIRECTION}, 3017}, + {"grdr", 1, {DICTIONARY_STREET_TYPE}, 2904}, + {"s c o p", 1, {DICTIONARY_COMPANY_TYPE}, 2625}, + {"tsses", 1, {DICTIONARY_STREET_TYPE}, 2977}, + {"g rs", 1, {DICTIONARY_STREET_TYPE}, 2905}, + {"societe d' economie mixte", 1, {DICTIONARY_COMPANY_TYPE}, 2626}, + {"degre", 1, {DICTIONARY_STREET_TYPE}, 2881}, + {"marquis", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s a s", 1, {DICTIONARY_COMPANY_TYPE}, 2638}, + {"p.n.", 1, {DICTIONARY_STREET_TYPE}, 2924}, + {"arcade", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"près de là", 1, {DICTIONARY_NEAR}, -1}, + {"nr", 1, {DICTIONARY_NUMBER}, 2674}, + {"z.a.c.", 1, {DICTIONARY_PLACE_NAME}, 2813}, + {"grd r", 1, {DICTIONARY_STREET_TYPE}, 2904}, + {"ab", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"îpé", 1, {DICTIONARY_TOPONYM}, 3011}, + {"enterprise unipersonnelle a responsabilite limitee", 1, {DICTIONARY_COMPANY_TYPE}, 2609}, + {"g rue", 1, {DICTIONARY_STREET_TYPE}, 2904}, + {"societe cooperative de production", 1, {DICTIONARY_COMPANY_TYPE}, 2625}, + {"residences", 1, {DICTIONARY_PLACE_NAME}, 2803}, + {"gdch", 1, {DICTIONARY_STREET_TYPE}, 2902}, + {"z u p", 1, {DICTIONARY_PLACE_NAME}, 2817}, + {"venelles", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"drs", 1, {DICTIONARY_PERSONAL_TITLE}, 2688}, + {"societe d' investissement a capital fixe", 1, {DICTIONARY_COMPANY_TYPE}, 2627}, + {"yt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"fondation privee", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"v ch", 1, {DICTIONARY_STREET_TYPE}, 2987}, + {"p n", 1, {DICTIONARY_STREET_TYPE}, 2924}, + {"r p j", 1, {DICTIONARY_PERSONAL_TITLE}, 2718}, + {"g blvrd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"s.a.r.l", 1, {DICTIONARY_COMPANY_TYPE}, 2631}, + {"asbl", 1, {DICTIONARY_COMPANY_TYPE}, 2607}, + {"avenue", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"quartier", 1, {DICTIONARY_QUALIFIER}, -1}, + {"g r", 1, {DICTIONARY_STREET_TYPE}, 2904}, + {"no", 1, {DICTIONARY_NUMBER}, 2674}, + {"avnu", 1, {DICTIONARY_STREET_TYPE}, 2848}, + {"sociéte anonyme", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"refuge", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pt allees", 1, {DICTIONARY_STREET_TYPE}, 2936}, + {"manoir", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mles", 1, {DICTIONARY_PERSONAL_TITLE}, 2698}, + {"rtde", 1, {DICTIONARY_STREET_TYPE}, 2960}, + {"dans", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"p.n", 1, {DICTIONARY_STREET_TYPE}, 2924}, + {"lieu-dit", 1, {DICTIONARY_QUALIFIER}, -1}, + {"cedex", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"bois", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"carrefour", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fosse", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plat", 1, {DICTIONARY_STREET_TYPE}, 2942}, + {"à l'angle de", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"plateau", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sta", 1, {DICTIONARY_PLACE_NAME}, 2805}, + {"hôpital", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"carré", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"zone d'aménagement différé", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sociéte coopérative a responsabilité limitée", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"pourtour", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"f c p", 1, {DICTIONARY_COMPANY_TYPE}, 2610}, + {"s.c.", 1, {DICTIONARY_COMPANY_TYPE}, 2635}, + {"p rue", 1, {DICTIONARY_STREET_TYPE}, 2935}, + {"con", 1, {DICTIONARY_QUALIFIER}, 2823}, + {"dig", 1, {DICTIONARY_STREET_TYPE}, 2885}, + {"zone d'amenagement differe", 1, {DICTIONARY_PLACE_NAME}, 2815}, + {"cours", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"groupement", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"zone artisanale commerciale", 1, {DICTIONARY_PLACE_NAME}, 2813}, + {"proches des", 1, {DICTIONARY_NEAR}, -1}, + {"n o", 1, {DICTIONARY_DIRECTIONAL}, 2649}, + {"p ave", 1, {DICTIONARY_STREET_TYPE}, 2932}, + {"p allee", 1, {DICTIONARY_STREET_TYPE}, 2931}, + {"gch", 1, {DICTIONARY_STREET_TYPE}, 2902}, + {"sprl", 1, {DICTIONARY_COMPANY_TYPE}, 2639}, + {"cavee", 1, {DICTIONARY_STREET_TYPE}, 2866}, + {"sociéte privée a responsabilité limitée", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"autoécole", 1, {DICTIONARY_PLACE_NAME}, 2733}, + {"cp", 1, {DICTIONARY_POST_OFFICE}, 2819}, + {"gdbd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"rue", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gd boul", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"h l m", 1, {DICTIONARY_PLACE_NAME}, 2770}, + {"bureau de poste", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vice-amiral", 1, {DICTIONARY_PERSONAL_TITLE}, 2730}, + {"hip", 1, {DICTIONARY_PLACE_NAME}, 2773}, + {"zi", 1, {DICTIONARY_PLACE_NAME}, 2816}, + {"p route", 1, {DICTIONARY_STREET_TYPE}, 2934}, + {"avnus", 1, {DICTIONARY_STREET_TYPE}, 2849}, + {"campagne", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.c.o.p.", 1, {DICTIONARY_COMPANY_TYPE}, 2625}, + {"pt", 1, {DICTIONARY_SYNONYM}, 2997}, + {"nu", 1, {DICTIONARY_TOPONYM}, 3009}, + {"passerelle", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nt", 1, {DICTIONARY_TOPONYM}, 3008}, + {"sous", 1, {DICTIONARY_STOPWORD}, -1}, + {"rcb", 1, {DICTIONARY_LEVEL_STANDALONE}, 2662}, + {"cc", 1, {DICTIONARY_PLACE_NAME}, 2745}, + {"s.a.i", 1, {DICTIONARY_PERSONAL_TITLE}, 2724}, + {"fondation", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"rocade", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bc", 1, {DICTIONARY_TOPONYM}, 3003}, + {"rpt", 1, {DICTIONARY_STREET_TYPE}, 2958}, + {"à proximité de là", 1, {DICTIONARY_NEAR}, -1}, + {"rts", 1, {DICTIONARY_STREET_TYPE}, 2962}, + {"maitres", 1, {DICTIONARY_PERSONAL_TITLE}, 2700}, + {"hameau", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"z.u.p.", 1, {DICTIONARY_PLACE_NAME}, 2817}, + {"faubourg", 1, {DICTIONARY_QUALIFIER}, -1}, + {"scrl", 1, {DICTIONARY_COMPANY_TYPE}, 2623}, + {"m.f.", 1, {DICTIONARY_PLACE_NAME}, 2781}, + {"p rte", 1, {DICTIONARY_STREET_TYPE}, 2934}, + {"mas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s.i.c.a.f.", 1, {DICTIONARY_COMPANY_TYPE}, 2627}, + {"hotel", 1, {DICTIONARY_PLACE_NAME}, 2775}, + {"g chemin", 1, {DICTIONARY_STREET_TYPE}, 2902}, + {"charles de gaulle", 1, {DICTIONARY_NAMED_PERSON}, -1}, + {"bde", 1, {DICTIONARY_STREET_TYPE}, 2856}, + {"darse", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"maison forestiere", 1, {DICTIONARY_PLACE_NAME}, 2781}, + {"riv", 1, {DICTIONARY_SYNONYM}, 2999}, + {"uni", 1, {DICTIONARY_PLACE_NAME}, 2808}, + {"comtesse", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"gdsen", 1, {DICTIONARY_STREET_TYPE}, 2906}, + {"rtes", 1, {DICTIONARY_STREET_TYPE}, 2962}, + {"gr blvd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"grd bd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"nouveau brunswick", 1, {DICTIONARY_TOPONYM}, 3005}, + {"voies", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"z", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"proche", 1, {DICTIONARY_NEAR}, -1}, + {"villas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sociéte d' investissement a capital fixé", 1, {DICTIONARY_COMPANY_TYPE}, 2627}, + {"fosses", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"zup", 1, {DICTIONARY_PLACE_NAME}, 2817}, + {"échangeur", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"parc industriel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gd bd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"descentes", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gr ch", 1, {DICTIONARY_STREET_TYPE}, 2902}, + {"gd ch", 1, {DICTIONARY_STREET_TYPE}, 2902}, + {"aéroport", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"placis", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gp", 1, {DICTIONARY_COMPANY_TYPE}, 2611}, + {"n.e.", 1, {DICTIONARY_DIRECTIONAL}, 2648}, + {"gdr", 1, {DICTIONARY_STREET_TYPE}, 2904}, + {"chl", 1, {DICTIONARY_STREET_TYPE}, 2868}, + {"m'", 1, {DICTIONARY_ELISION}, -1}, + {"a cote de", 1, {DICTIONARY_STOPWORD}, 2839}, + {"gd bvd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"nº", 1, {DICTIONARY_NUMBER}, 2674}, + {"ab", 1, {DICTIONARY_TOPONYM}, 3002}, + {"palais de justice", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pt r", 1, {DICTIONARY_STREET_TYPE}, 2935}, + {"s.p.r.l", 1, {DICTIONARY_COMPANY_TYPE}, 2639}, + {"petites allees", 1, {DICTIONARY_STREET_TYPE}, 2936}, + {"peripherique", 1, {DICTIONARY_STREET_TYPE}, 2929}, + {"lieutenant commander", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"professeurs", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pta", 1, {DICTIONARY_STREET_TYPE}, 2931}, + {"sar", 1, {DICTIONARY_PERSONAL_TITLE}, 2725}, + {"a langle de", 1, {DICTIONARY_CROSS_STREET}, 2643}, + {"group", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"baronne", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"carf", 1, {DICTIONARY_STREET_TYPE}, 2862}, + {"societe simple", 1, {DICTIONARY_COMPANY_TYPE}, 2641}, + {"nl", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"cotts", 1, {DICTIONARY_PLACE_NAME}, 2752}, + {"num", 1, {DICTIONARY_NUMBER}, 2674}, + {"grand ensemble", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.c", 1, {DICTIONARY_COMPANY_TYPE}, 2635}, + {"rnde", 1, {DICTIONARY_STREET_TYPE}, 2957}, + {"grs", 1, {DICTIONARY_STREET_TYPE}, 2905}, + {"s.a.o.c.", 1, {DICTIONARY_COMPANY_TYPE}, 2621}, + {"centre de sante", 1, {DICTIONARY_PLACE_NAME}, 2746}, + {"fonds de placement", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"bulle", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"e u r l", 1, {DICTIONARY_COMPANY_TYPE}, 2609}, + {"mt", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 2788}, + {"c.d.g", 1, {DICTIONARY_NAMED_PERSON}, 2675}, + {"m f", 1, {DICTIONARY_PLACE_NAME}, 2781}, + {"slt", 1, {DICTIONARY_PERSONAL_TITLE}, 2728}, + {"esplanades", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"péristyle", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"faugrb", 1, {DICTIONARY_QUALIFIER}, 2828}, + {"venelle", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mademoiselles", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"chv", 1, {DICTIONARY_STREET_TYPE}, 2872}, + {"cite", 1, {DICTIONARY_QUALIFIER}, 2824}, + {"z.u.p", 1, {DICTIONARY_PLACE_NAME}, 2817}, + {"petite allée", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rch", 1, {DICTIONARY_LEVEL_STANDALONE}, 2663}, + {"maison forestière", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gr r", 1, {DICTIONARY_STREET_TYPE}, 2904}, + {"sca", 1, {DICTIONARY_COMPANY_TYPE}, 2637}, + {"car", 1, {DICTIONARY_STREET_TYPE}, 2865}, + {"frere", 1, {DICTIONARY_PERSONAL_TITLE}, 2689}, + {"vla", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, 2606}, + {"n-d", 1, {DICTIONARY_PERSONAL_TITLE}, 2710}, + {"école", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cercl", 1, {DICTIONARY_STREET_TYPE}, 2867}, + {"e.i", 1, {DICTIONARY_COMPANY_TYPE}, 2608}, + {"enclave", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gén", 1, {DICTIONARY_PERSONAL_TITLE}, 2690}, + {"jardin d'enfants", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"île du prince édouard", 1, {DICTIONARY_TOPONYM}, 3011}, + {"canton", 1, {DICTIONARY_QUALIFIER}, -1}, + {"chalet", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ctre", 1, {DICTIONARY_DIRECTIONAL}, 2645}, + {"h.l.m", 1, {DICTIONARY_PLACE_NAME}, 2770}, + {"ouest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"but", 1, {DICTIONARY_STREET_TYPE}, 2857}, + {"s.c.a.", 1, {DICTIONARY_COMPANY_TYPE}, 2637}, + {"profe", 1, {DICTIONARY_PERSONAL_TITLE}, 2713}, + {"peripherique", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"et", 1, {DICTIONARY_STOPWORD}, -1}, + {"cimetière", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"a cote de", 1, {DICTIONARY_NEAR}, 2665}, + {"esp", 1, {DICTIONARY_STREET_TYPE}, 2893}, + {"d'", 1, {DICTIONARY_ELISION}, -1}, + {"societe cooperative", 1, {DICTIONARY_COMPANY_TYPE}, 2622}, + {"ecole de conduite", 1, {DICTIONARY_PLACE_NAME}, 2758}, + {"societe anonyme libanaise", 1, {DICTIONARY_COMPANY_TYPE}, 2619}, + {"sas", 1, {DICTIONARY_COMPANY_TYPE}, 2638}, + {"memorial", 1, {DICTIONARY_PLACE_NAME}, 2787}, + {"notre-dame", 1, {DICTIONARY_PERSONAL_TITLE}, 2710}, + {"î p é", 1, {DICTIONARY_TOPONYM}, 3011}, + {"zone damenagement differe", 1, {DICTIONARY_PLACE_NAME}, 2815}, + {"pres de la", 1, {DICTIONARY_NEAR}, 2672}, + {"chem", 1, {DICTIONARY_STREET_TYPE}, 2873}, + {"devant", 1, {DICTIONARY_STOPWORD}, -1}, + {"scri", 1, {DICTIONARY_COMPANY_TYPE}, 2624}, + {"université", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"prv", 1, {DICTIONARY_STREET_TYPE}, 2922}, + {"sud ouest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"club social", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"contreamiral", 1, {DICTIONARY_PERSONAL_TITLE}, 2686}, + {"mar", 1, {DICTIONARY_PLACE_NAME}, 2783}, + {"vallon", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"theatre", 1, {DICTIONARY_PLACE_NAME}, 2807}, + {"cel", 1, {DICTIONARY_PERSONAL_TITLE}, 2680}, + {"ruelles", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.e.", 1, {DICTIONARY_DIRECTIONAL}, 2652}, + {"trt", 1, {DICTIONARY_STREET_TYPE}, 2979}, + {"studio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bres", 1, {DICTIONARY_STREET_TYPE}, 2851}, + {"s e", 1, {DICTIONARY_PERSONAL_TITLE}, 2727}, + {"chees", 1, {DICTIONARY_STREET_TYPE}, 2870}, + {"fg", 1, {DICTIONARY_QUALIFIER}, 2828}, + {"halles", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"soussol", 1, {DICTIONARY_LEVEL_BASEMENT}, 2655}, + {"boucle", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sociéte en participation", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"imp", 1, {DICTIONARY_STREET_TYPE}, 2912}, + {"frm", 1, {DICTIONARY_PLACE_NAME}, 2765}, + {"club", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grd bld", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"sauna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"z.a.d", 1, {DICTIONARY_PLACE_NAME}, 2815}, + {"marche", 1, {DICTIONARY_PLACE_NAME}, 2783}, + {"à côté de", 1, {DICTIONARY_STOPWORD}, -1}, + {"man", 1, {DICTIONARY_PLACE_NAME}, 2782}, + {"cgne", 1, {DICTIONARY_STREET_TYPE}, 2860}, + {"gare", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"caporal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"g ch", 1, {DICTIONARY_STREET_TYPE}, 2902}, + {"sa", 1, {DICTIONARY_COMPANY_TYPE}, 2618}, + {"qc", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"entre", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"jetee", 1, {DICTIONARY_STREET_TYPE}, 2914}, + {"s.c.a", 1, {DICTIONARY_COMPANY_TYPE}, 2637}, + {"z.a.c.", 1, {DICTIONARY_PLACE_NAME}, 2814}, + {"rev pere", 1, {DICTIONARY_PERSONAL_TITLE}, 2717}, + {"peri", 1, {DICTIONARY_STREET_TYPE}, 2950}, + {"av", 1, {DICTIONARY_STREET_TYPE}, 2848}, + {"avens", 1, {DICTIONARY_STREET_TYPE}, 2849}, + {"dsgs", 1, {DICTIONARY_STREET_TYPE}, 2884}, + {"rondpoint", 1, {DICTIONARY_STREET_TYPE}, 2958}, + {"hippodrome", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hch", 1, {DICTIONARY_STREET_TYPE}, 2910}, + {"marchés", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bstd", 1, {DICTIONARY_PLACE_NAME}, 2734}, + {"zone", 1, {DICTIONARY_QUALIFIER}, -1}, + {"s.e.m.", 1, {DICTIONARY_COMPANY_TYPE}, 2626}, + {"pass", 1, {DICTIONARY_STREET_TYPE}, 2925}, + {"parc", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"gdsens", 1, {DICTIONARY_STREET_TYPE}, 2906}, + {"bureau", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"plan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"trpl", 1, {DICTIONARY_STREET_TYPE}, 2978}, + {"m", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ns", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"en face de", 1, {DICTIONARY_STOPWORD}, -1}, + {"r d c", 1, {DICTIONARY_LEVEL_STANDALONE}, 2660}, + {"v che", 1, {DICTIONARY_STREET_TYPE}, 2987}, + {"s e", 1, {DICTIONARY_DIRECTIONAL}, 2652}, + {"bibliothèque", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"plag", 1, {DICTIONARY_STREET_TYPE}, 2939}, + {"rivière", 1, {DICTIONARY_SYNONYM}, -1}, + {"coteau", 1, {DICTIONARY_STREET_TYPE}, 2859}, + {"gpe", 1, {DICTIONARY_COMPANY_TYPE}, 2612}, + {"esc", 1, {DICTIONARY_STAIRCASE}, 2836}, + {"gr rs", 1, {DICTIONARY_STREET_TYPE}, 2905}, + {"bibliotheque", 1, {DICTIONARY_PLACE_NAME}, 2738}, + {"marche public", 1, {DICTIONARY_PLACE_NAME}, 2784}, + {"ste", 1, {DICTIONARY_PERSONAL_TITLE}, 2721}, + {"cafe", 1, {DICTIONARY_PLACE_NAME}, 2742}, + {"cimetiere", 1, {DICTIONARY_PLACE_NAME}, 2749}, + {"prom", 1, {DICTIONARY_STREET_TYPE}, 2949}, + {"mnt", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, 2788}, + {"chez", 3, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PLACE_NAME, DICTIONARY_STOPWORD}, -1}, + {"cdt", 1, {DICTIONARY_PERSONAL_TITLE}, 2681}, + {"territoires du nord ouest", 1, {DICTIONARY_TOPONYM}, 3008}, + {"fond commun de placement", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"grd blvrd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"enc", 1, {DICTIONARY_STREET_TYPE}, 2891}, + {"societe privee a responsabilite limitee", 1, {DICTIONARY_COMPANY_TYPE}, 2639}, + {"p", 1, {DICTIONARY_SYNONYM}, 2997}, + {"fleuve", 1, {DICTIONARY_SYNONYM}, -1}, + {"crématorium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"musee", 1, {DICTIONARY_PLACE_NAME}, 2791}, + {"haut chemin", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"etage noble", 1, {DICTIONARY_LEVEL_STANDALONE}, 2659}, + {"s a o g", 1, {DICTIONARY_COMPANY_TYPE}, 2620}, + {"supermarché", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sociéte momentanée", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"mademoiselle", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"c.p.", 1, {DICTIONARY_POST_OFFICE}, 2819}, + {"lotissement", 2, {DICTIONARY_QUALIFIER, DICTIONARY_UNIT_NUMBERED}, -1}, + {"groupement d'intérêt économique", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"r.c.b", 1, {DICTIONARY_LEVEL_STANDALONE}, 2662}, + {"reverend pere jesuit", 1, {DICTIONARY_PERSONAL_TITLE}, 2718}, + {"mb", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sens", 1, {DICTIONARY_STREET_TYPE}, 2971}, + {"porq", 1, {DICTIONARY_STREET_TYPE}, 2945}, + {"égl", 1, {DICTIONARY_PLACE_NAME}, 2761}, + {"trvrs", 1, {DICTIONARY_STREET_TYPE}, 2981}, + {"cheminement", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"f.c.p.", 1, {DICTIONARY_COMPANY_TYPE}, 2610}, + {"prc", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 2794}, + {"s a l", 1, {DICTIONARY_COMPANY_TYPE}, 2619}, + {"r.d.c", 1, {DICTIONARY_LEVEL_STANDALONE}, 2660}, + {"gs ens", 1, {DICTIONARY_STREET_TYPE}, 2906}, + {"qu'", 1, {DICTIONARY_ELISION}, -1}, + {"r i", 1, {DICTIONARY_COMPANY_TYPE}, 2617}, + {"societe en participation", 1, {DICTIONARY_COMPANY_TYPE}, 2632}, + {"villages", 1, {DICTIONARY_SYNONYM}, -1}, + {"grand'rue", 1, {DICTIONARY_STREET_TYPE}, 2904}, + {"sociéte d' investissement a capital variable", 1, {DICTIONARY_COMPANY_TYPE}, 2628}, + {"qua", 1, {DICTIONARY_QUALIFIER}, 2834}, + {"appt", 1, {DICTIONARY_UNIT_NUMBERED}, 3018}, + {"g", 1, {DICTIONARY_UNIT_DIRECTION}, 3016}, + {"sociéte d'économie mixte", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"ld", 1, {DICTIONARY_QUALIFIER}, 2831}, + {"s.a.", 1, {DICTIONARY_COMPANY_TYPE}, 2618}, + {"z.a.c", 1, {DICTIONARY_PLACE_NAME}, 2814}, + {"castel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c comm", 1, {DICTIONARY_PLACE_NAME}, 2745}, + {"descente", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ch v", 1, {DICTIONARY_STREET_TYPE}, 2872}, + {"sociéte anonyme libanaise", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"societe dinvestissement a capital fixe", 1, {DICTIONARY_COMPANY_TYPE}, 2627}, + {"centre cial", 1, {DICTIONARY_PLACE_NAME}, 2745}, + {"mle", 1, {DICTIONARY_PERSONAL_TITLE}, 2697}, + {"cmdre", 1, {DICTIONARY_PERSONAL_TITLE}, 2683}, + {"colombie britannique", 1, {DICTIONARY_TOPONYM}, 3003}, + {"enceinte", 1, {DICTIONARY_SYNONYM}, -1}, + {"jte", 1, {DICTIONARY_STREET_TYPE}, 2914}, + {"gr en", 1, {DICTIONARY_STREET_TYPE}, 2903}, + {"fort", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pointe", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.a.o.g.", 1, {DICTIONARY_COMPANY_TYPE}, 2620}, + {"coli", 1, {DICTIONARY_SYNONYM}, 2992}, + {"c cial", 1, {DICTIONARY_PLACE_NAME}, 2745}, + {"societe d'investissement a capital fixe", 1, {DICTIONARY_COMPANY_TYPE}, 2627}, + {"près d'ici", 1, {DICTIONARY_NEAR}, -1}, + {"sk", 1, {DICTIONARY_TOPONYM}, 3013}, + {"arrdt", 1, {DICTIONARY_QUALIFIER}, 2821}, + {"établissement d'enseignement supérieur", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gpes", 1, {DICTIONARY_COMPANY_TYPE}, 2615}, + {"c.c.", 1, {DICTIONARY_PLACE_NAME}, 2745}, + {"lcol", 1, {DICTIONARY_PERSONAL_TITLE}, 2692}, + {"rtd", 1, {DICTIONARY_STREET_TYPE}, 2960}, + {"veuve", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"à proximité de moi", 1, {DICTIONARY_NEAR}, -1}, + {"frère", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"nouvelle écosse", 1, {DICTIONARY_TOPONYM}, 3007}, + {"s n", 1, {DICTIONARY_NO_NUMBER}, 2673}, + {"super marché", 1, {DICTIONARY_PLACE_NAME}, 2806}, + {"centre pour la jeunesse", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nu", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"traverse", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rpe", 1, {DICTIONARY_STREET_TYPE}, 2954}, + {"forum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ét", 1, {DICTIONARY_LEVEL_NUMBERED}, 2656}, + {"sgt", 1, {DICTIONARY_PERSONAL_TITLE}, 2722}, + {"pim", 1, {DICTIONARY_STREET_TYPE}, 2933}, + {"s.s.", 1, {DICTIONARY_COMPANY_TYPE}, 2641}, + {"rez-de-chaussee", 1, {DICTIONARY_LEVEL_STANDALONE}, 2660}, + {"lieutenant colonel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"zone a urbaniser en priorité", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"butte", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tertes", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ecole maternelle", 1, {DICTIONARY_PLACE_NAME}, 2760}, + {"profes", 1, {DICTIONARY_PERSONAL_TITLE}, 2714}, + {"arriere", 1, {DICTIONARY_UNIT_DIRECTION}, 3015}, + {"promenade", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"remp", 1, {DICTIONARY_STREET_TYPE}, 2955}, + {"g boul", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"plt", 1, {DICTIONARY_STREET_TYPE}, 2942}, + {"l gen", 1, {DICTIONARY_PERSONAL_TITLE}, 2693}, + {"e", 1, {DICTIONARY_DIRECTIONAL}, 2646}, + {"nouvelle-écosse", 1, {DICTIONARY_TOPONYM}, -1}, + {"pavillon", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"central", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ven", 1, {DICTIONARY_STREET_TYPE}, 2984}, + {"à proximité de", 1, {DICTIONARY_NEAR}, -1}, + {"s.a.s.", 1, {DICTIONARY_COMPANY_TYPE}, 2638}, + {"sainte", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"barriêres", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s o", 1, {DICTIONARY_DIRECTIONAL}, 2653}, + {"vens", 1, {DICTIONARY_STREET_TYPE}, 2985}, + {"s.e.p.", 1, {DICTIONARY_COMPANY_TYPE}, 2632}, + {"p chemin", 1, {DICTIONARY_STREET_TYPE}, 2930}, + {"ches", 1, {DICTIONARY_STREET_TYPE}, 2874}, + {"point de recyclage", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"souslieutenant", 1, {DICTIONARY_PERSONAL_TITLE}, 2728}, + {"grille", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rez de chaussée", 1, {DICTIONARY_LEVEL_STANDALONE}, 2660}, + {"form", 1, {DICTIONARY_PLACE_NAME}, 2769}, + {"rn", 1, {DICTIONARY_STREET_TYPE}, 2963}, + {"mus", 1, {DICTIONARY_PLACE_NAME}, 2791}, + {"petite route", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"za", 1, {DICTIONARY_PLACE_NAME}, 2812}, + {"professeures", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"carr", 1, {DICTIONARY_STREET_TYPE}, 2865}, + {"place de marche", 1, {DICTIONARY_PLACE_NAME}, 2799}, + {"zone industrielle", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"g.i.e", 1, {DICTIONARY_COMPANY_TYPE}, 2616}, + {"grand", 1, {DICTIONARY_SYNONYM}, -1}, + {"avenues", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"association", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"b.p", 1, {DICTIONARY_POST_OFFICE}, 2818}, + {"stade", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vges", 1, {DICTIONARY_SYNONYM}, 3001}, + {"barriêre", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"grd ch", 1, {DICTIONARY_STREET_TYPE}, 2902}, + {"avnues", 1, {DICTIONARY_STREET_TYPE}, 2849}, + {"r c", 1, {DICTIONARY_LEVEL_STANDALONE}, 2660}, + {"gr bvd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"sociéte d'investissement a capital fixé", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"trts", 1, {DICTIONARY_STREET_TYPE}, 2980}, + {"contre amiral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"montagne", 1, {DICTIONARY_PLACE_NAME}, 2788}, + {"saoc", 1, {DICTIONARY_COMPANY_TYPE}, 2621}, + {"avenu", 1, {DICTIONARY_STREET_TYPE}, 2848}, + {"nurserie", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"deg", 1, {DICTIONARY_STREET_TYPE}, 2881}, + {"scs", 1, {DICTIONARY_COMPANY_TYPE}, 2636}, + {"mét", 1, {DICTIONARY_STREET_TYPE}, 2919}, + {"cale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"levee", 1, {DICTIONARY_STREET_TYPE}, 2916}, + {"cottages", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gri", 1, {DICTIONARY_STREET_TYPE}, 2907}, + {"bc", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ecole", 1, {DICTIONARY_PLACE_NAME}, 2757}, + {"s.i.c.a.f", 1, {DICTIONARY_COMPANY_TYPE}, 2627}, + {"g.i.e.", 1, {DICTIONARY_COMPANY_TYPE}, 2616}, + {"sous sol", 1, {DICTIONARY_LEVEL_BASEMENT}, 2655}, + {"sicaf", 1, {DICTIONARY_COMPANY_TYPE}, 2627}, + {"gals", 1, {DICTIONARY_STREET_TYPE}, 2899}, + {"residence", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"commandant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"gd", 1, {DICTIONARY_SYNONYM}, 2996}, + {"medecin", 1, {DICTIONARY_PLACE_NAME}, 2786}, + {"café", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"appartement", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"mmes", 1, {DICTIONARY_PERSONAL_TITLE}, 2696}, + {"pt ae", 1, {DICTIONARY_STREET_TYPE}, 2932}, + {"corniches", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hs chs", 1, {DICTIONARY_STREET_TYPE}, 2911}, + {"mme", 1, {DICTIONARY_PERSONAL_TITLE}, 2695}, + {"salle communale", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pres de moi", 1, {DICTIONARY_NEAR}, 2670}, + {"son altesse", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.c.o.p", 1, {DICTIONARY_COMPANY_TYPE}, 2625}, + {"z.i", 1, {DICTIONARY_PLACE_NAME}, 2816}, + {"tour", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s c r l", 1, {DICTIONARY_COMPANY_TYPE}, 2623}, + {"capt", 1, {DICTIONARY_PERSONAL_TITLE}, 2677}, + {"r.c.h", 1, {DICTIONARY_LEVEL_STANDALONE}, 2663}, + {"societe cooperative a responsabilite illimitee", 1, {DICTIONARY_COMPANY_TYPE}, 2624}, + {"plags", 1, {DICTIONARY_STREET_TYPE}, 2940}, + {"rez de chaussee", 1, {DICTIONARY_LEVEL_STANDALONE}, 2660}, + {"parterre", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"restauration rapide", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sarl", 1, {DICTIONARY_COMPANY_TYPE}, 2631}, + {"gr rues", 1, {DICTIONARY_STREET_TYPE}, 2905}, + {"hotel de ville", 1, {DICTIONARY_PLACE_NAME}, 2776}, + {"egl", 1, {DICTIONARY_PLACE_NAME}, 2761}, + {"residence", 1, {DICTIONARY_PLACE_NAME}, 2802}, + {"ldit", 1, {DICTIONARY_QUALIFIER}, 2831}, + {"s.e.", 1, {DICTIONARY_PERSONAL_TITLE}, 2727}, + {"montee", 1, {DICTIONARY_STREET_TYPE}, 2917}, + {"vge", 1, {DICTIONARY_SYNONYM}, 3000}, + {"terre plein", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.e.p", 1, {DICTIONARY_COMPANY_TYPE}, 2632}, + {"beguinage", 1, {DICTIONARY_PLACE_NAME}, 2736}, + {"bel etage", 1, {DICTIONARY_LEVEL_STANDALONE}, 2657}, + {"s.a.r.", 1, {DICTIONARY_PERSONAL_TITLE}, 2725}, + {"route", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"che", 1, {DICTIONARY_STREET_TYPE}, 2871}, + {"périphérique", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"côteau", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"marquise", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ronde", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"via", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cloi", 1, {DICTIONARY_STREET_TYPE}, 2876}, + {"magasin", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bd", 1, {DICTIONARY_STREET_TYPE}, 2856}, + {"r", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bt", 1, {DICTIONARY_BUILDING_TYPE}, 2604}, + {"agglomeration", 1, {DICTIONARY_QUALIFIER}, 2820}, + {"l'angle de", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"am", 1, {DICTIONARY_PERSONAL_TITLE}, 2676}, + {"clos", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plateaux", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"faub", 1, {DICTIONARY_QUALIFIER}, 2828}, + {"petit chemin", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.a.o.c", 1, {DICTIONARY_COMPANY_TYPE}, 2621}, + {"clinique", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grand boulevard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ptr", 1, {DICTIONARY_STREET_TYPE}, 2935}, + {"r.c", 1, {DICTIONARY_LEVEL_STANDALONE}, 2660}, + {"faubg", 1, {DICTIONARY_QUALIFIER}, 2828}, + {"universite", 1, {DICTIONARY_PLACE_NAME}, 2808}, + {"vch", 1, {DICTIONARY_STREET_TYPE}, 2987}, + {"m.f", 1, {DICTIONARY_PLACE_NAME}, 2781}, + {"vrt", 1, {DICTIONARY_STREET_TYPE}, 2986}, + {"s.a.s", 1, {DICTIONARY_COMPANY_TYPE}, 2638}, + {"ltcdr", 1, {DICTIONARY_PERSONAL_TITLE}, 2691}, + {"îles", 1, {DICTIONARY_QUALIFIER}, -1}, + {"z a c", 1, {DICTIONARY_PLACE_NAME}, 2814}, + {"avn", 1, {DICTIONARY_STREET_TYPE}, 2848}, + {"escaliers", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"entr", 1, {DICTIONARY_ENTRANCE}, 2654}, + {"dortoirs", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vte", 1, {DICTIONARY_STREET_TYPE}, 2986}, + {"rez-de-chaussée bas", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"cau", 1, {DICTIONARY_STREET_TYPE}, 2861}, + {"ancienne route", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"charmille", 1, {DICTIONARY_SYNONYM}, -1}, + {"portqs", 1, {DICTIONARY_STREET_TYPE}, 2946}, + {"par ici", 1, {DICTIONARY_NEAR}, -1}, + {"chsv", 1, {DICTIONARY_STREET_TYPE}, 2875}, + {"gr bd", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"alls", 1, {DICTIONARY_STREET_TYPE}, 2842}, + {"autoecole", 1, {DICTIONARY_PLACE_NAME}, 2733}, + {"marches", 1, {DICTIONARY_PLACE_NAME}, 2785}, + {"ft", 1, {DICTIONARY_PLACE_NAME}, 2768}, + {"boulevard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"aux environs de", 1, {DICTIONARY_NEAR}, -1}, + {"cour", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rmpe", 1, {DICTIONARY_STREET_TYPE}, 2954}, + {"cht", 1, {DICTIONARY_STREET_TYPE}, 2748}, + {"maîtres", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"a.s.b.l", 1, {DICTIONARY_COMPANY_TYPE}, 2607}, + {"portique", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mar public", 1, {DICTIONARY_PLACE_NAME}, 2784}, + {"stde", 1, {DICTIONARY_PLACE_NAME}, 2804}, + {"foyer", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"à coté de", 1, {DICTIONARY_NEAR}, -1}, + {"a", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_NEAR}, -1}, + {"passage à niveau", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"blvrd", 1, {DICTIONARY_STREET_TYPE}, 2856}, + {"pt ch", 1, {DICTIONARY_STREET_TYPE}, 2930}, + {"sans numero", 1, {DICTIONARY_NO_NUMBER}, 2673}, + {"pkg", 1, {DICTIONARY_PLACE_NAME}, 2795}, + {"z.a.c", 1, {DICTIONARY_PLACE_NAME}, 2813}, + {"digues", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"des", 1, {DICTIONARY_STOPWORD}, -1}, + {"mairie", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sem", 1, {DICTIONARY_COMPANY_TYPE}, 2626}, + {"g en", 1, {DICTIONARY_STREET_TYPE}, 2903}, + {"g", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"tra", 1, {DICTIONARY_STREET_TYPE}, 2981}, + {"de", 1, {DICTIONARY_STOPWORD}, -1}, + {"blv", 1, {DICTIONARY_STREET_TYPE}, 2856}, + {"s.o.", 1, {DICTIONARY_DIRECTIONAL}, 2653}, + {"prt", 1, {DICTIONARY_STREET_TYPE}, 2934}, + {"zac", 1, {DICTIONARY_PLACE_NAME}, 2814}, + {"num.ro", 1, {DICTIONARY_NUMBER}, 2674}, + {"degs", 1, {DICTIONARY_STREET_TYPE}, 2882}, + {"a ch", 1, {DICTIONARY_STREET_TYPE}, 2843}, + {"mont", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"habitation à loyer modéré", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sur", 1, {DICTIONARY_STOPWORD}, -1}, + {"capl", 1, {DICTIONARY_PERSONAL_TITLE}, 2678}, + {"quebec", 1, {DICTIONARY_TOPONYM}, 3012}, + {"mémorial", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"l cdr", 1, {DICTIONARY_PERSONAL_TITLE}, 2691}, + {"bers", 1, {DICTIONARY_STREET_TYPE}, 2854}, + {"bvd", 1, {DICTIONARY_STREET_TYPE}, 2856}, + {"s.n", 1, {DICTIONARY_NO_NUMBER}, 2673}, + {"s a o c", 1, {DICTIONARY_COMPANY_TYPE}, 2621}, + {"societe de fait", 1, {DICTIONARY_COMPANY_TYPE}, 2633}, + {"lotissements", 1, {DICTIONARY_QUALIFIER}, -1}, + {"ss", 1, {DICTIONARY_PERSONAL_TITLE}, 2719}, + {"pat", 1, {DICTIONARY_STREET_TYPE}, 2928}, + {"gr", 1, {DICTIONARY_SYNONYM}, 2996}, + {"terre-neuve-et-labrador", 1, {DICTIONARY_TOPONYM}, -1}, + {"hauts chemins", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"chapelle", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"qu", 1, {DICTIONARY_QUALIFIER}, 2834}, + {"fcp", 1, {DICTIONARY_COMPANY_TYPE}, 2610}, + {"rempart", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cott", 1, {DICTIONARY_PLACE_NAME}, 2752}, + {"gps", 1, {DICTIONARY_COMPANY_TYPE}, 2614}, + {"sn", 1, {DICTIONARY_NO_NUMBER}, 2673}, + {"rtnde", 1, {DICTIONARY_STREET_TYPE}, 2960}, + {"résidences", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bte postale", 1, {DICTIONARY_POST_OFFICE}, 2818}, + {"mtes", 1, {DICTIONARY_STREET_TYPE}, 2918}, + {"carrière", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fermes", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bulle a verre", 1, {DICTIONARY_PLACE_NAME}, 2740}, + {"zone dactivites", 1, {DICTIONARY_PLACE_NAME}, 2812}, + {"pavillons", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rac", 1, {DICTIONARY_STREET_TYPE}, 2952}, + {"arts", 1, {DICTIONARY_STREET_TYPE}, 2845}, + {"gd en", 1, {DICTIONARY_STREET_TYPE}, 2903}, + {"allées", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"station", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"moulin", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grimpette", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cares", 1, {DICTIONARY_STREET_TYPE}, 2864}, + {"bureau prc", 1, {DICTIONARY_PLACE_NAME}, 2741}, + {"val", 1, {DICTIONARY_STREET_TYPE}, 2983}, + {"res", 1, {DICTIONARY_STREET_TYPE}, 2968}, + {"s.a.o.g", 1, {DICTIONARY_COMPANY_TYPE}, 2620}, + {"hschs", 1, {DICTIONARY_STREET_TYPE}, 2911}, + {"madame", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"lt", 1, {DICTIONARY_PERSONAL_TITLE}, 2694}, + {"avenus", 1, {DICTIONARY_STREET_TYPE}, 2849}, + {"gr", 1, {DICTIONARY_STREET_TYPE}, 2904}, + {"ave", 1, {DICTIONARY_STREET_TYPE}, 2848}, + {"rez-de-chaussée", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"aire", 1, {DICTIONARY_QUALIFIER}, -1}, + {"s.a.", 1, {DICTIONARY_PERSONAL_TITLE}, 2723}, + {"sud est", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sous-sol", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"sentier", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sociéte en nom collectif", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"garn", 1, {DICTIONARY_STREET_TYPE}, 2900}, + {"zone d'amenagement concerte", 1, {DICTIONARY_PLACE_NAME}, 2814}, + {"ples", 1, {DICTIONARY_STREET_TYPE}, 2927}, + {"montée", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"za", 1, {DICTIONARY_PLACE_NAME}, 2811}, + {"aves", 1, {DICTIONARY_STREET_TYPE}, 2849}, + {"t pl", 1, {DICTIONARY_STREET_TYPE}, 2978}, + {"marché public", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ctrl", 1, {DICTIONARY_DIRECTIONAL}, 2644}, + {"hls", 1, {DICTIONARY_PLACE_NAME}, 2772}, + {"au niveau du", 1, {DICTIONARY_STOPWORD}, -1}, + {"ambassade", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s s", 1, {DICTIONARY_COMPANY_TYPE}, 2641}, + {"cites", 1, {DICTIONARY_QUALIFIER}, 2825}, + {"ruines", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"raidillon", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"jardin", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"qc", 1, {DICTIONARY_TOPONYM}, 3012}, + {"monsieur", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.a.r.l.", 1, {DICTIONARY_COMPANY_TYPE}, 2631}, + {"ptas", 1, {DICTIONARY_STREET_TYPE}, 2936}, + {"passe", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pre", 1, {DICTIONARY_PERSONAL_TITLE}, 2713}, + {"tpl", 1, {DICTIONARY_STREET_TYPE}, 2978}, + {"s a r", 1, {DICTIONARY_PERSONAL_TITLE}, 2725}, + {"gd bde", 1, {DICTIONARY_STREET_TYPE}, 2901}, + {"association sans but lucratif", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"major général", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s s", 1, {DICTIONARY_PERSONAL_TITLE}, 2719}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 2937}, + {"psg", 1, {DICTIONARY_STREET_TYPE}, 2923}, + {"passerelles", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"boîte", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"mlle", 1, {DICTIONARY_PERSONAL_TITLE}, 2697}, + {"gdens", 1, {DICTIONARY_STREET_TYPE}, 2903}, + {"sous lieutenant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"aeroport", 1, {DICTIONARY_PLACE_NAME}, 2732}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 2712}, + {"societe d' investissement a capital variable", 1, {DICTIONARY_COMPANY_TYPE}, 2628}, + {"pal", 1, {DICTIONARY_PLACE_NAME}, 2792}, + {"saskatchewan", 1, {DICTIONARY_TOPONYM}, -1}, + {"musée", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"baron", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"numr", 1, {DICTIONARY_NUMBER}, 2674}, + {"reverend", 1, {DICTIONARY_PERSONAL_TITLE}, 2716}, + {"chi", 1, {DICTIONARY_SYNONYM}, 2991}, + {"ont", 1, {DICTIONARY_TOPONYM}, 3010}, + {"st", 1, {DICTIONARY_PERSONAL_TITLE}, 2720}, + {"plci", 1, {DICTIONARY_STREET_TYPE}, 2938}, + {"rte", 1, {DICTIONARY_STREET_TYPE}, 2961}, + {"rc", 1, {DICTIONARY_LEVEL_STANDALONE}, 2660}, + {"presquîle", 1, {DICTIONARY_STREET_TYPE}, 2948}, + {"rang", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lot", 2, {DICTIONARY_QUALIFIER, DICTIONARY_UNIT_NUMBERED}, 2832}, + {"n°", 1, {DICTIONARY_NUMBER}, 2674}, + {"agglomeratión", 1, {DICTIONARY_QUALIFIER}, -1}, + {"zone d'activites", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pt a", 1, {DICTIONARY_STREET_TYPE}, 2931}, + {"lieutenant cmdr", 1, {DICTIONARY_PERSONAL_TITLE}, 2691}, + {"un", 1, {DICTIONARY_STOPWORD}, -1}, + {"gleanntán", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"earann", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pairc", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 3033}, + {"ullord", 1, {DICTIONARY_STREET_TYPE}, 3080}, + {"geata", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pasáiste", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"iothlainn", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bialann", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cnoc", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"goirtín", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"corrán", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gaelscoil", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"eastat", 1, {DICTIONARY_STREET_TYPE}, 3054}, + {"dumhcha", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"scaireanna", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pona", 1, {DICTIONARY_STREET_TYPE}, 3074}, + {"bóithrín", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rosán", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"graig", 1, {DICTIONARY_STREET_TYPE}, 3060}, + {"dimein", 1, {DICTIONARY_STREET_TYPE}, 3052}, + {"óstaí", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ceathru", 1, {DICTIONARY_STREET_TYPE}, 3041}, + {"póna", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"árasáin", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"duga", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plásóg", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"foirgnimh", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"mulláin", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bailtíní", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"roschoill", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"arasan", 1, {DICTIONARY_UNIT_NUMBERED}, 3081}, + {"ardan", 1, {DICTIONARY_STREET_TYPE}, 3035}, + {"cé", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"paraid", 1, {DICTIONARY_STREET_TYPE}, 3069}, + {"bulbhard", 1, {DICTIONARY_STREET_TYPE}, 3039}, + {"gairdini", 1, {DICTIONARY_STREET_TYPE}, 3055}, + {"mointean", 1, {DICTIONARY_STREET_TYPE}, 3065}, + {"taobh", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plás", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fothair", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lana", 1, {DICTIONARY_STREET_TYPE}, 3062}, + {"colúnra", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"búlbhard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"faiche", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dugai", 1, {DICTIONARY_STREET_TYPE}, 3053}, + {"barra", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rae", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dionteach", 1, {DICTIONARY_LEVEL_STANDALONE}, 3031}, + {"ceimeanna", 1, {DICTIONARY_STREET_TYPE}, 3049}, + {"bri", 1, {DICTIONARY_STREET_TYPE}, 3036}, + {"scoil", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"teaghaiseáin", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"ceide", 1, {DICTIONARY_STREET_TYPE}, 3048}, + {"gleib", 1, {DICTIONARY_STREET_TYPE}, 3058}, + {"ard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"caolbhealach", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cosán", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"céimeanna", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gleann", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"crosaire", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"leabharlann", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mairdíog", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"diméin", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"árasán", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"paráid", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cnocan", 1, {DICTIONARY_STREET_TYPE}, 3043}, + {"gleannan", 1, {DICTIONARY_STREET_TYPE}, 3057}, + {"arasain", 1, {DICTIONARY_BUILDING_TYPE}, 3025}, + {"moinear", 1, {DICTIONARY_STREET_TYPE}, 3066}, + {"tra", 1, {DICTIONARY_STREET_TYPE}, 3079}, + {"lóiste", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"grainseach", 1, {DICTIONARY_STREET_TYPE}, 3061}, + {"mionarasain", 1, {DICTIONARY_BUILDING_TYPE}, 3024}, + {"ambasaid", 1, {DICTIONARY_PLACE_NAME}, 3032}, + {"oileán", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bogha", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"leithlanna", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"sráidbhaile", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cosan", 1, {DICTIONARY_STREET_TYPE}, 3046}, + {"trá", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sraid", 1, {DICTIONARY_STREET_TYPE}, 3077}, + {"cnocán", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"coillte", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"páirc", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ceathrú", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cúirt", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"scabhat", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"úllord", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"corran", 1, {DICTIONARY_STREET_TYPE}, 3045}, + {"ascaill", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cuirt", 1, {DICTIONARY_STREET_TYPE}, 3051}, + {"margadh", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bóthar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bailtini", 1, {DICTIONARY_BUILDING_TYPE}, 3030}, + {"boithrin", 1, {DICTIONARY_STREET_TYPE}, 3037}, + {"sineadh", 1, {DICTIONARY_STREET_TYPE}, 3078}, + {"droichead", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"arais", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"teaghaiseain", 1, {DICTIONARY_BUILDING_TYPE}, 3027}, + {"céide", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lána", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tur", 1, {DICTIONARY_BUILDING_TYPE}, 3029}, + {"arda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"diamont", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"marglann", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cumairin", 1, {DICTIONARY_STREET_TYPE}, 3047}, + {"naomh", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ostai", 1, {DICTIONARY_STREET_TYPE}, 3068}, + {"calafort", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"halla", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"mainéar", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"meal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"teach", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"scair", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bealach", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"áirse", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"loiste", 1, {DICTIONARY_BUILDING_TYPE}, 3026}, + {"ceapach", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gleanntan", 1, {DICTIONARY_STREET_TYPE}, 3056}, + {"gabhal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gairdíní", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pasaiste", 1, {DICTIONARY_STREET_TYPE}, 3070}, + {"ardán", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plas", 1, {DICTIONARY_STREET_TYPE}, 3071}, + {"promanáid", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mainear", 1, {DICTIONARY_BUILDING_TYPE}, 3028}, + {"oilean", 1, {DICTIONARY_STREET_TYPE}, 3067}, + {"gort", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mairdiog", 1, {DICTIONARY_STREET_TYPE}, 3063}, + {"móinéar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"seamlas", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"síneadh", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"garda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"teaghais", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"sráid", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fraoch", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gleannán", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plasog", 1, {DICTIONARY_STREET_TYPE}, 3072}, + {"cluain", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"trian", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"iostain", 1, {DICTIONARY_BUILDING_TYPE}, 3023}, + {"feirm", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_STREET_TYPE}, -1}, + {"gráinseach", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gráig", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"eaglais", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"clos", 1, {DICTIONARY_STREET_TYPE}, 3042}, + {"dugaí", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gléib", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bruach", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cumairín", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"banc", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"díonteach", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"ubhchruth", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"raon", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"clós", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"móinteán", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"croit", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"eachlann", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mullain", 1, {DICTIONARY_STREET_TYPE}, 3064}, + {"brí", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cearnog", 1, {DICTIONARY_STREET_TYPE}, 3040}, + {"sraidbhaile", 1, {DICTIONARY_STREET_TYPE}, 3076}, + {"mionárasáin", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"bothar", 1, {DICTIONARY_STREET_TYPE}, 3038}, + {"eastát", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"airse", 1, {DICTIONARY_STREET_TYPE}, 3034}, + {"tithe", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"promanaid", 1, {DICTIONARY_STREET_TYPE}, 3073}, + {"colunra", 1, {DICTIONARY_STREET_TYPE}, 3044}, + {"goirtin", 1, {DICTIONARY_STREET_TYPE}, 3059}, + {"ce", 1, {DICTIONARY_STREET_TYPE}, 3050}, + {"radharc", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rosan", 1, {DICTIONARY_STREET_TYPE}, 3075}, + {"stuara", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"túr", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"scoile", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cearnóg", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ambasáid", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"iostáin", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"coill", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"marclann", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sgoil", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"snaidhmrathaid", 1, {DICTIONARY_STREET_TYPE}, 3103}, + {"tùr", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cuairt-rathad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cnoc", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bulabhard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pàirc gnìomhachais", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"bràigh", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ceannrathaid", 1, {DICTIONARY_STREET_TYPE}, 3091}, + {"pàirc gnothachais", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"flataichean", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"cuairtrathad", 1, {DICTIONARY_STREET_TYPE}, 3094}, + {"aitreabhan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cuairt rathad", 1, {DICTIONARY_STREET_TYPE}, 3094}, + {"sealladh", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"caigeann", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sraid", 1, {DICTIONARY_STREET_TYPE}, 3104}, + {"snaidhm rathaid", 1, {DICTIONARY_STREET_TYPE}, 3103}, + {"ceann-rathaid", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bothar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"aircèad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"drochaid", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"measlann", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"raon gniomhachais", 1, {DICTIONARY_BUILDING_TYPE}, 3086}, + {"caolraid", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"garradh", 1, {DICTIONARY_STREET_TYPE}, 3097}, + {"meadhain", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"iar", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sgaoil-rathad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"aircead", 1, {DICTIONARY_STREET_TYPE}, 3089}, + {"leabharlann", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pàirc reic", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"caisteal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cidhe", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pairc malairt", 1, {DICTIONARY_BUILDING_TYPE}, 3084}, + {"grainnseach", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sreath", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bruthach", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bogha", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"an", 1, {DICTIONARY_STOPWORD}, -1}, + {"meadhanach", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pàirc", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"sràid", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"seachrathad", 1, {DICTIONARY_STREET_TYPE}, 3101}, + {"frith rathad", 1, {DICTIONARY_STREET_TYPE}, 3096}, + {"uchd", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"togalaichean", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"gàrradh", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cùirt", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sgaoil rathad", 1, {DICTIONARY_STREET_TYPE}, 3102}, + {"sgaoilrathad", 1, {DICTIONARY_STREET_TYPE}, 3102}, + {"cearn", 1, {DICTIONARY_STREET_TYPE}, 3092}, + {"pairc gniomhachais", 1, {DICTIONARY_BUILDING_TYPE}, 3082}, + {"a", 1, {DICTIONARY_STOPWORD}, -1}, + {"seach rathad", 1, {DICTIONARY_STREET_TYPE}, 3101}, + {"cabhsair", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"braigh", 1, {DICTIONARY_STREET_TYPE}, 3090}, + {"tur", 1, {DICTIONARY_PLACE_NAME}, 3088}, + {"ceann rathaid", 1, {DICTIONARY_STREET_TYPE}, 3091}, + {"loinn", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cotaichean", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"stairean", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bealach", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pairead", 1, {DICTIONARY_STREET_TYPE}, 3099}, + {"taighean", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cadha", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"crois", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ceàrn", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"stuagh", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"meadhraid", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"promanàd", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"doire", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"barraid", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cearnag", 1, {DICTIONARY_STREET_TYPE}, 3093}, + {"pairc", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 3087}, + {"iadhrathad", 1, {DICTIONARY_STREET_TYPE}, 3098}, + {"tuath", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"cearcall", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"slighe", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pàirc malairt", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"pairc gnothachais", 1, {DICTIONARY_BUILDING_TYPE}, 3083}, + {"iadh rathad", 1, {DICTIONARY_STREET_TYPE}, 3098}, + {"raon gnìomhachais", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"corran", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"craobhraid", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rathad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"iadh-rathad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ceàrnag", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"croit", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ceum", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"snaidhm-rathaid", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"deas", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pairèad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cuirt", 1, {DICTIONARY_STREET_TYPE}, 3095}, + {"promanad", 1, {DICTIONARY_STREET_TYPE}, 3100}, + {"ear", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"seach-rathad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"àrainn", 1, {DICTIONARY_QUALIFIER}, -1}, + {"pairc reic", 1, {DICTIONARY_BUILDING_TYPE}, 3085}, + {"àilean", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"frith-rathad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"malla", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"clobhsa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"st.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 3114}, + {"avenida", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pr", 1, {DICTIONARY_STREET_TYPE}, 3120}, + {"santa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"paseo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ru", 1, {DICTIONARY_STREET_TYPE}, 3126}, + {"nordeste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nel", 1, {DICTIONARY_STOPWORD}, -1}, + {"nela", 1, {DICTIONARY_STOPWORD}, -1}, + {"no", 1, {DICTIONARY_DIRECTIONAL}, 3108}, + {"baixada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"suroeste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"praza", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"e", 1, {DICTIONARY_DIRECTIONAL}, 3105}, + {"san", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"subida", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"o", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_STOPWORD}, -1}, + {"nelas", 1, {DICTIONARY_STOPWORD}, -1}, + {"autop", 1, {DICTIONARY_STREET_TYPE}, 3117}, + {"esquerda", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"via", 1, {DICTIONARY_STREET_TYPE}, 3130}, + {"ruela", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"xunto", 1, {DICTIONARY_STOPWORD}, -1}, + {"autovía", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sueste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"los", 1, {DICTIONARY_STOPWORD}, -1}, + {"enriba", 1, {DICTIONARY_STOPWORD}, -1}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"stª", 1, {DICTIONARY_PERSONAL_TITLE}, 3114}, + {"rúa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"norte", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"á", 1, {DICTIONARY_STOPWORD}, -1}, + {"avda", 1, {DICTIONARY_STREET_TYPE}, 3118}, + {"alameda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ne", 1, {DICTIONARY_DIRECTIONAL}, 3107}, + {"lo", 1, {DICTIONARY_STOPWORD}, -1}, + {"s", 1, {DICTIONARY_PERSONAL_TITLE}, 3113}, + {"dela", 1, {DICTIONARY_STOPWORD}, -1}, + {"enfronte", 1, {DICTIONARY_STOPWORD}, -1}, + {"detras", 1, {DICTIONARY_STOPWORD}, -1}, + {"e", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_STOPWORD}, -1}, + {"auto", 1, {DICTIONARY_STREET_TYPE}, 3117}, + {"pracina", 1, {DICTIONARY_STREET_TYPE}, 3121}, + {"travesia", 1, {DICTIONARY_STREET_TYPE}, 3129}, + {"noroeste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 3115}, + {"ó", 1, {DICTIONARY_STOPWORD}, -1}, + {"do", 1, {DICTIONARY_STOPWORD}, -1}, + {"entre", 1, {DICTIONARY_STOPWORD}, -1}, + {"defronte", 1, {DICTIONARY_STOPWORD}, -1}, + {"sta", 1, {DICTIONARY_PERSONAL_TITLE}, 3114}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"st.a", 1, {DICTIONARY_PERSONAL_TITLE}, 3114}, + {"leste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"al", 1, {DICTIONARY_STOPWORD}, -1}, + {"encima", 1, {DICTIONARY_STOPWORD}, -1}, + {"suba", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"r", 1, {DICTIONARY_STREET_TYPE}, 3126}, + {"avd", 1, {DICTIONARY_STREET_TYPE}, 3118}, + {"cerca", 1, {DICTIONARY_STOPWORD}, -1}, + {"a", 1, {DICTIONARY_STOPWORD}, -1}, + {"este", 1, {DICTIONARY_DIRECTIONAL}, 3105}, + {"o", 1, {DICTIONARY_DIRECTIONAL}, 3109}, + {"camino", 1, {DICTIONARY_STREET_TYPE}, 3119}, + {"para", 1, {DICTIONARY_STOPWORD}, -1}, + {"costa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"deles", 1, {DICTIONARY_STOPWORD}, -1}, + {"y", 1, {DICTIONARY_STOPWORD}, -1}, + {"rda", 1, {DICTIONARY_STREET_TYPE}, 3124}, + {"unha", 1, {DICTIONARY_STOPWORD}, -1}, + {"travesía", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"delas", 1, {DICTIONARY_STOPWORD}, -1}, + {"rambla", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"debaixo", 1, {DICTIONARY_STOPWORD}, -1}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"viela", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"praciña", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ruas", 1, {DICTIONARY_STREET_TYPE}, 3127}, + {"de", 1, {DICTIONARY_STOPWORD}, -1}, + {"camiño", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"en", 1, {DICTIONARY_STOPWORD}, -1}, + {"prazuela", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"la", 1, {DICTIONARY_STOPWORD}, -1}, + {"trav", 1, {DICTIONARY_STREET_TYPE}, 3129}, + {"glorieta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"encosta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"oeste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"rbla", 1, {DICTIONARY_STREET_TYPE}, 3123}, + {"se", 1, {DICTIONARY_DIRECTIONAL}, 3111}, + {"neles", 1, {DICTIONARY_STOPWORD}, -1}, + {"estrada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sbida", 1, {DICTIONARY_STREET_TYPE}, 3128}, + {"rua", 1, {DICTIONARY_STREET_TYPE}, 3126}, + {"rtda", 1, {DICTIONARY_STREET_TYPE}, 3125}, + {"sur", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ronda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rúas", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sendeiro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"autovia", 1, {DICTIONARY_STREET_TYPE}, 3116}, + {"del", 1, {DICTIONARY_STOPWORD}, -1}, + {"al lado", 1, {DICTIONARY_STOPWORD}, -1}, + {"przla", 1, {DICTIONARY_STREET_TYPE}, 3122}, + {"ata", 1, {DICTIONARY_STOPWORD}, -1}, + {"as", 1, {DICTIONARY_STOPWORD}, -1}, + {"rotonda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vía", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"autopista", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"so", 1, {DICTIONARY_DIRECTIONAL}, 3112}, + {"con", 1, {DICTIONARY_STOPWORD}, -1}, + {"os", 1, {DICTIONARY_STOPWORD}, -1}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 3106}, + {"pza", 1, {DICTIONARY_STREET_TYPE}, 3120}, + {"av", 1, {DICTIONARY_STREET_TYPE}, 3118}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 3110}, + {"r", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"las", 1, {DICTIONARY_STOPWORD}, -1}, + {"dereita", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"rs", 1, {DICTIONARY_STREET_TYPE}, 3127}, + {"un", 1, {DICTIONARY_STOPWORD}, -1}, + {"waj", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 3131}, + {"wäj", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"stross", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"waeg", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 3132}, + {"wag", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 3132}, + {"w.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 3132}, + {"w", 1, {DICTIONARY_STREET_TYPE}, 3132}, + {"waej", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 3134}, + {"gass", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"wäg", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"pl.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 3131}, + {"w.", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 3134}, + {"w", 1, {DICTIONARY_STREET_TYPE}, 3133}, + {"platz", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"hof", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"w.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 3133}, + {"gàss", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"w", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"קוֹמַת קַרְקַע", 1, {DICTIONARY_LEVEL_STANDALONE}, 3136}, + {"komát karká", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"מרתף", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"קומה", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"knisa", 1, {DICTIONARY_ENTRANCE}, -1}, + {"רחוב", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"koma", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"צומת", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"דירה", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"כביש ראשי", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"תיבת דואר", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"komat karka", 1, {DICTIONARY_LEVEL_STANDALONE}, 3137}, + {"כניסה", 1, {DICTIONARY_ENTRANCE}, -1}, + {"ת.ד.", 1, {DICTIONARY_POST_OFFICE}, 3138}, + {"הרב", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"סמטת", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"כביש", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ta doar", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"כיכר", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"martef", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"קומת קרקע", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"כביש מהיר", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"קוֹמָה", 1, {DICTIONARY_LEVEL_NUMBERED}, 3135}, + {"שדרות", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dira", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"רבי", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"marg", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bazar", 1, {DICTIONARY_STREET_TYPE}, 3139}, + {"bazaar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nagar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 3156}, + {"zgrada", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"kolodvor", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"naselje", 1, {DICTIONARY_QUALIFIER}, -1}, + {"restoran", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kavana", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kapelica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"u", 1, {DICTIONARY_NEAR}, -1}, + {"bez br", 1, {DICTIONARY_NO_NUMBER}, 3146}, + {"ljekarna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"na", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"prizemlje", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"u blizini ovdje", 1, {DICTIONARY_NEAR}, -1}, + {"crkva", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"etaža", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"av", 1, {DICTIONARY_STREET_TYPE}, 3158}, + {"p p", 1, {DICTIONARY_POST_OFFICE}, 3154}, + {"polukat", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"osnovna škola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"soba", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"stan", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"bez broja", 1, {DICTIONARY_NO_NUMBER}, -1}, + {"stube", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"postanski pretinac", 1, {DICTIONARY_POST_OFFICE}, 3154}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"c", 1, {DICTIONARY_STREET_TYPE}, 3160}, + {"lijevo", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"gimnazija", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"uglu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"parter", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"avenija", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ul", 1, {DICTIONARY_STREET_TYPE}, 3162}, + {"aleja", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"oko ovdje", 1, {DICTIONARY_NEAR}, -1}, + {"ap", 1, {DICTIONARY_UNIT_NUMBERED}, 3163}, + {"u blizini mene", 1, {DICTIONARY_NEAR}, -1}, + {"dom", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"u blizini", 1, {DICTIONARY_NEAR}, -1}, + {"z", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"dječji vrtić", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"izmedu", 1, {DICTIONARY_CROSS_STREET}, 3140}, + {"ulica", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"desno", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"p.p", 1, {DICTIONARY_POST_OFFICE}, 3154}, + {"doktor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cesta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tržnica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zapad", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"skola", 1, {DICTIONARY_PLACE_NAME}, 3152}, + {"b.b", 1, {DICTIONARY_NO_NUMBER}, 3146}, + {"bb", 1, {DICTIONARY_NO_NUMBER}, 3146}, + {"bul", 1, {DICTIONARY_STREET_TYPE}, 3159}, + {"b b", 1, {DICTIONARY_NO_NUMBER}, 3146}, + {"z", 1, {DICTIONARY_DIRECTIONAL}, 3144}, + {"ured", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"škola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"j", 1, {DICTIONARY_DIRECTIONAL}, 3142}, + {"djecji vrtic", 1, {DICTIONARY_PLACE_NAME}, 3150}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 3149}, + {"stubiste", 1, {DICTIONARY_STAIRCASE}, 3155}, + {"kneza", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kraljice", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"apartman", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"luka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"i", 1, {DICTIONARY_DIRECTIONAL}, 3141}, + {"et", 1, {DICTIONARY_LEVEL_NUMBERED}, 3145}, + {"kat", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"šetalište", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"j", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ugao", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"al", 1, {DICTIONARY_STREET_TYPE}, 3157}, + {"setaliste", 1, {DICTIONARY_STREET_TYPE}, 3161}, + {"put", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sjever", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 3163}, + {"prilaz", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"trznica", 1, {DICTIONARY_PLACE_NAME}, 3153}, + {"svetog", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"jug", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bulevar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"osnovna skola", 1, {DICTIONARY_PLACE_NAME}, 3151}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 3143}, + {"klanac", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fakultet", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"banka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kard", 1, {DICTIONARY_PERSONAL_TITLE}, 3148}, + {"istok", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"podrum", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"na uglu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"postanški pretinac", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"trg", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"most", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"konoba", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"i", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"stubište", 1, {DICTIONARY_STAIRCASE}, -1}, + {"ambulanta", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ulaz", 1, {DICTIONARY_ENTRANCE}, -1}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 3147}, + {"pp", 1, {DICTIONARY_POST_OFFICE}, 3154}, + {"c", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"kralja", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"između", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"kardinala", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"félszuterén", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"magasfoldszint", 1, {DICTIONARY_LEVEL_MEZZANINE}, 3179}, + {"k", 1, {DICTIONARY_DIRECTIONAL}, 3174}, + {"u", 1, {DICTIONARY_STREET_TYPE}, 3200}, + {"koz", 1, {DICTIONARY_STREET_TYPE}, 3192}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 3175}, + {"es a", 1, {DICTIONARY_CROSS_STREET}, 3165}, + {"kert", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"szuterén", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"szent", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tér", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"u", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"e", 1, {DICTIONARY_DIRECTIONAL}, 3171}, + {"utja", 1, {DICTIONARY_STREET_TYPE}, 3202}, + {"korond", 1, {DICTIONARY_STREET_TYPE}, 3190}, + {"északnyugat", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"útja", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"emelet", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"tere", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ut", 1, {DICTIONARY_STREET_TYPE}, 3201}, + {"rakpart", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"szuteren", 1, {DICTIONARY_LEVEL_BASEMENT}, 3177}, + {"lakás", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"lépcső", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"e", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"jobb", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"es", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, 3164}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"kozott", 1, {DICTIONARY_CROSS_STREET}, 3167}, + {"rpt", 1, {DICTIONARY_STREET_TYPE}, 3196}, + {"krt", 1, {DICTIONARY_STREET_TYPE}, 3191}, + {"dűlő", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"park", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"délnyugat", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"lejtő", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"köz", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"szoba", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"ter", 1, {DICTIONARY_STREET_TYPE}, 3199}, + {"es az", 1, {DICTIONARY_CROSS_STREET}, 3166}, + {"az", 1, {DICTIONARY_STOPWORD}, -1}, + {"dél", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"krnd", 1, {DICTIONARY_STREET_TYPE}, 3190}, + {"felszuteren", 1, {DICTIONARY_LEVEL_BASEMENT}, 3176}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"arok", 1, {DICTIONARY_STREET_TYPE}, 3188}, + {"közelemben", 1, {DICTIONARY_NEAR}, -1}, + {"szám", 1, {DICTIONARY_NUMBER}, -1}, + {"del", 1, {DICTIONARY_DIRECTIONAL}, 3168}, + {"lakas", 1, {DICTIONARY_UNIT_NUMBERED}, 3203}, + {"észak", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"szt", 1, {DICTIONARY_PERSONAL_TITLE}, 3186}, + {"szam", 1, {DICTIONARY_NUMBER}, 3185}, + {"földszint", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"közelben", 1, {DICTIONARY_NEAR}, -1}, + {"delnyugat", 1, {DICTIONARY_DIRECTIONAL}, 3169}, + {"kozelben", 1, {DICTIONARY_NEAR}, 3182}, + {"között", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"magasföldszint", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"egy", 1, {DICTIONARY_STOPWORD}, -1}, + {"árok", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fasor", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"delkeleti", 1, {DICTIONARY_DIRECTIONAL}, 3170}, + {"eszak", 1, {DICTIONARY_DIRECTIONAL}, 3171}, + {"északkeleti", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"postafiok", 1, {DICTIONARY_POST_OFFICE}, 3187}, + {"&", 1, {DICTIONARY_STOPWORD}, 3164}, + {"a", 1, {DICTIONARY_STOPWORD}, -1}, + {"út", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"eszaknyugat", 1, {DICTIONARY_DIRECTIONAL}, 3172}, + {"utca", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mezo", 1, {DICTIONARY_STREET_TYPE}, 3195}, + {"délkeleti", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pince", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"körút", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mező", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sor", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"lepcso", 1, {DICTIONARY_STREET_TYPE}, 3194}, + {"felemelet", 1, {DICTIONARY_LEVEL_MEZZANINE}, 3178}, + {"d", 1, {DICTIONARY_DIRECTIONAL}, 3168}, + {"kozeleben", 1, {DICTIONARY_NEAR}, 3183}, + {"közelében", 1, {DICTIONARY_NEAR}, -1}, + {"és", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"setany", 1, {DICTIONARY_STREET_TYPE}, 3197}, + {"körönd", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bal", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"pf", 1, {DICTIONARY_POST_OFFICE}, 3187}, + {"fsz", 1, {DICTIONARY_LEVEL_STANDALONE}, 3181}, + {"félemelet", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"fszt", 1, {DICTIONARY_LEVEL_STANDALONE}, 3181}, + {"és a", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"sugarut", 1, {DICTIONARY_STREET_TYPE}, 3198}, + {"és az", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"alagsor", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"dulo", 1, {DICTIONARY_STREET_TYPE}, 3189}, + {"lejto", 1, {DICTIONARY_STREET_TYPE}, 3193}, + {"postafiók", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"nyugat", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"korut", 1, {DICTIONARY_STREET_TYPE}, 3191}, + {"kozelemben", 1, {DICTIONARY_NEAR}, 3184}, + {"iroda", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"kelet", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sugárút", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"em", 1, {DICTIONARY_LEVEL_NUMBERED}, 3180}, + {"foldszint", 1, {DICTIONARY_LEVEL_STANDALONE}, 3181}, + {"liget", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sétány", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"eszakkeleti", 1, {DICTIONARY_DIRECTIONAL}, 3173}, + {"balai kota", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sirkuit", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kdl", 1, {DICTIONARY_DIRECTIONAL}, 3309}, + {"flt", 1, {DICTIONARY_SYNONYM}, 3419}, + {"kbp", 1, {DICTIONARY_QUALIFIER}, 3368}, + {"dep", 1, {DICTIONARY_PLACE_NAME}, 3362}, + {"di yogyakarta", 1, {DICTIONARY_TOPONYM}, 3431}, + {"gdg", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_QUALIFIER, DICTIONARY_UNIT_NUMBERED}, 3283}, + {"magister marine", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"kri", 1, {DICTIONARY_UNIT_DIRECTION}, 3457}, + {"m t", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3228}, + {"rumah sakit", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"smpn", 1, {DICTIONARY_PLACE_NAME}, 3396}, + {"polda", 1, {DICTIONARY_PLACE_NAME}, 3374}, + {"semoa", 1, {DICTIONARY_STOPWORD}, 3412}, + {"mb", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sarjana kedokteran hewan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"r s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"istana", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"med", 1, {DICTIONARY_PLACE_NAME}, 3380}, + {"sltn", 1, {DICTIONARY_DIRECTIONAL}, 3309}, + {"sap", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3232}, + {"sulawesi tenggara", 1, {DICTIONARY_TOPONYM}, -1}, + {"s e", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3239}, + {"mas", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_SYNONYM}, -1}, + {"unit gawat darurat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sarjana ekonomi islam", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"s si", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3271}, + {"rw", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"kepolisian sektor", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s agr", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3234}, + {"di", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"sarjana teologi kristen", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"magister teknologi informasi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"kmd", 1, {DICTIONARY_PERSONAL_TITLE}, 3334}, + {"s trk", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3280}, + {"gorontalo", 1, {DICTIONARY_TOPONYM}, -1}, + {"mbiomedik", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3213}, + {"sersn", 1, {DICTIONARY_PERSONAL_TITLE}, 3354}, + {"tengah", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kmplk", 1, {DICTIONARY_QUALIFIER}, 3404}, + {"dr", 1, {DICTIONARY_STOPWORD}, 3409}, + {"perusahaan jawatan", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"wtan", 1, {DICTIONARY_DIRECTIONAL}, 3312}, + {"situ", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gg", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"brigadir jendral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sarjana teknologi informasi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"gg", 1, {DICTIONARY_STREET_TYPE}, 3414}, + {"aprtmn", 1, {DICTIONARY_BUILDING_TYPE}, 3281}, + {"sers", 1, {DICTIONARY_PERSONAL_TITLE}, 3354}, + {"sumsel", 1, {DICTIONARY_TOPONYM}, 3452}, + {"institut", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sarjana kedokteran gigi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"m a r s", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3206}, + {"lt kol", 1, {DICTIONARY_PERSONAL_TITLE}, 3338}, + {"pbrk", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 3382}, + {"ibu", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dsun", 2, {DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 3365}, + {"bengkulu", 1, {DICTIONARY_TOPONYM}, -1}, + {"ke", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_STOPWORD}, -1}, + {"kiri bawah", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"timur", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nmr", 1, {DICTIONARY_NUMBER}, 3324}, + {"rm", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pulau", 1, {DICTIONARY_QUALIFIER}, -1}, + {"ds", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"tngh", 1, {DICTIONARY_DIRECTIONAL}, 3310}, + {"bioskop", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mal ut", 1, {DICTIONARY_TOPONYM}, 3442}, + {"doktorandus", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"letnan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"m stat", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3227}, + {"dlam", 1, {DICTIONARY_NEAR}, 3322}, + {"dn", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"penampungan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kuburan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pabrik", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"myr", 1, {DICTIONARY_PERSONAL_TITLE}, 3341}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 3349}, + {"may", 1, {DICTIONARY_PERSONAL_TITLE}, 3341}, + {"brat dya", 1, {DICTIONARY_DIRECTIONAL}, 3307}, + {"ja bar", 1, {DICTIONARY_TOPONYM}, 3433}, + {"smua", 1, {DICTIONARY_STOPWORD}, 3412}, + {"sulawesi selatan", 1, {DICTIONARY_TOPONYM}, -1}, + {"vila", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"teng", 1, {DICTIONARY_DIRECTIONAL}, 3311}, + {"mmar", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3222}, + {"bang", 1, {DICTIONARY_PERSONAL_TITLE}, 3325}, + {"perserikatan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pusat kesehatan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sktr", 1, {DICTIONARY_NEAR}, 3321}, + {"grbg msk", 1, {DICTIONARY_ENTRANCE}, 3316}, + {"sumatera selatan", 1, {DICTIONARY_TOPONYM}, -1}, + {"lottemart", 1, {DICTIONARY_CHAIN}, -1}, + {"kiri bwh", 1, {DICTIONARY_UNIT_STANDALONE}, 3467}, + {"letnan kolonel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"lewat", 1, {DICTIONARY_STOPWORD}, -1}, + {"kel", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 3373}, + {"penginapan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pl", 1, {DICTIONARY_QUALIFIER}, 3406}, + {"univ", 1, {DICTIONARY_PLACE_NAME}, 3401}, + {"pangeran", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"jen", 1, {DICTIONARY_PERSONAL_TITLE}, 3331}, + {"sarjana agroteknologi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"lawanan", 1, {DICTIONARY_STOPWORD}, 3407}, + {"no", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"galeri seni", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"en", 1, {DICTIONARY_STOPWORD}, 3408}, + {"sthk", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3278}, + {"dokter hewan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s kh", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3253}, + {"pj", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"akdm", 1, {DICTIONARY_PLACE_NAME}, 3356}, + {"kalbar", 1, {DICTIONARY_TOPONYM}, 3436}, + {"rukun warga", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"n t b", 1, {DICTIONARY_TOPONYM}, 3444}, + {"ds", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 3363}, + {"m m", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3219}, + {"lapangan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kanan", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"sarjana pendidikan sekolah dasar", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"m kep", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3217}, + {"m biomedik", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3213}, + {"kalimantan tengah", 1, {DICTIONARY_TOPONYM}, -1}, + {"sarjana kehutanan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"s sn", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3270}, + {"jambi", 1, {DICTIONARY_TOPONYM}, -1}, + {"sarjana ilmu politik", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"koperasi", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"kr", 1, {DICTIONARY_UNIT_DIRECTION}, 3457}, + {"smp n", 1, {DICTIONARY_PLACE_NAME}, 3396}, + {"knn", 1, {DICTIONARY_UNIT_DIRECTION}, 3456}, + {"rr", 1, {DICTIONARY_PERSONAL_TITLE}, 3352}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 3328}, + {"skom", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3256}, + {"utara", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"tanjung", 1, {DICTIONARY_SYNONYM}, -1}, + {"stp", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3276}, + {"dstrb", 1, {DICTIONARY_PLACE_NAME}, 3364}, + {"sumatera barat", 1, {DICTIONARY_TOPONYM}, -1}, + {"magister manajemen sistem informasi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"jabar", 1, {DICTIONARY_TOPONYM}, 3433}, + {"sungai", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"nr", 1, {DICTIONARY_NUMBER}, 3324}, + {"mm", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"r m", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"mepid", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3209}, + {"penampungan hewan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sumatra utara", 1, {DICTIONARY_TOPONYM}, 3453}, + {"marina", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pd", 1, {DICTIONARY_COMPANY_TYPE}, 3298}, + {"grsi", 2, {DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, 3282}, + {"sarjana intelijen", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"menteri", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"karang taruna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"laboratorium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"inst", 1, {DICTIONARY_PLACE_NAME}, 3367}, + {"magister kesehatan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"dano", 1, {DICTIONARY_SYNONYM}, 3418}, + {"magister ilmu komputer", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"utr", 1, {DICTIONARY_DIRECTIONAL}, 3314}, + {"s kel", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3246}, + {"m ak", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3208}, + {"sa g", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3233}, + {"polres", 1, {DICTIONARY_PLACE_NAME}, 3375}, + {"apt", 1, {DICTIONARY_PLACE_NAME}, 3358}, + {"lrong", 1, {DICTIONARY_STREET_TYPE}, 3416}, + {"nusa tenggara barat", 1, {DICTIONARY_TOPONYM}, -1}, + {"sarjana manajemen bisnis", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"papua barat", 1, {DICTIONARY_TOPONYM}, -1}, + {"sltn", 1, {DICTIONARY_PERSONAL_TITLE}, 3355}, + {"blkg", 2, {DICTIONARY_UNIT_DIRECTION, DICTIONARY_UNIT_STANDALONE}, 3454}, + {"magister manajemen", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"kawasan industri", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fa", 1, {DICTIONARY_COMPANY_TYPE}, 3292}, + {"stasiun", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"babel", 1, {DICTIONARY_TOPONYM}, 3430}, + {"tmur laut", 1, {DICTIONARY_DIRECTIONAL}, 3313}, + {"spsi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3266}, + {"s teol", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3279}, + {"sum ut", 1, {DICTIONARY_TOPONYM}, 3453}, + {"kampung", 2, {DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, -1}, + {"sultra", 1, {DICTIONARY_TOPONYM}, 3449}, + {"p jaw", 1, {DICTIONARY_COMPANY_TYPE}, 3299}, + {"sulbar", 1, {DICTIONARY_TOPONYM}, 3446}, + {"sei", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3238}, + {"jalur", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"jl.", 1, {DICTIONARY_STREET_TYPE}, 3415}, + {"c v", 1, {DICTIONARY_COMPANY_TYPE}, 3295}, + {"s t", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sp", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"№", 1, {DICTIONARY_NUMBER}, 3324}, + {"s ars", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3236}, + {"lantai", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"rr", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"magister psikologi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"sarjana ilmu psikologi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"sarjana hukum", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"jl", 1, {DICTIONARY_STREET_TYPE}, 3415}, + {"m m", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pak", 1, {DICTIONARY_PERSONAL_TITLE}, 3327}, + {"pt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"s thk", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3278}, + {"kapel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"perusahaan umum", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"comanditaire venotschap", 1, {DICTIONARY_COMPANY_TYPE}, 3295}, + {"s i kom", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3250}, + {"sarjana humaniora", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"sarjana kedokteran", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"pjk", 1, {DICTIONARY_CROSS_STREET}, 3304}, + {"terowongan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mak", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3208}, + {"biara", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"u d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sarjana ilmu kepolisian", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"kdul", 1, {DICTIONARY_DIRECTIONAL}, 3309}, + {"ruangan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"r m", 1, {DICTIONARY_PERSONAL_TITLE}, 3351}, + {"dari", 1, {DICTIONARY_STOPWORD}, -1}, + {"skel", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3246}, + {"suaka margasatwa nasional", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s ab", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3231}, + {"kbptn", 2, {DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 3368}, + {"s han", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3263}, + {"penjara", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"garasi", 4, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED, DICTIONARY_UNIT_STANDALONE}, -1}, + {"ibuk", 1, {DICTIONARY_PERSONAL_TITLE}, 3330}, + {"cuci mobil", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"spdi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3260}, + {"sarjana desain", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"lt", 1, {DICTIONARY_LEVEL_NUMBERED}, 3318}, + {"brt dy", 1, {DICTIONARY_DIRECTIONAL}, 3307}, + {"s s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"rt", 1, {DICTIONARY_UNIT_NUMBERED}, 3462}, + {"kios", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"presiden", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"gunung", 1, {DICTIONARY_SYNONYM}, -1}, + {"kecamatan", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, -1}, + {"p j", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"d antr", 1, {DICTIONARY_CROSS_STREET}, 3305}, + {"lantai atas", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"sarjana ilmu gizi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"dekat", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"s kg", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3252}, + {"kv", 1, {DICTIONARY_UNIT_NUMBERED}, 3460}, + {"bandar udara", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lobi", 2, {DICTIONARY_LEVEL_STANDALONE, DICTIONARY_UNIT_STANDALONE}, -1}, + {"n a d", 1, {DICTIONARY_TOPONYM}, 3443}, + {"smoa", 1, {DICTIONARY_STOPWORD}, 3412}, + {"may jen", 1, {DICTIONARY_PERSONAL_TITLE}, 3342}, + {"gmpg", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 3366}, + {"kapt", 1, {DICTIONARY_PERSONAL_TITLE}, 3332}, + {"kli", 1, {DICTIONARY_SYNONYM}, 3422}, + {"brig jen", 1, {DICTIONARY_PERSONAL_TITLE}, 3326}, + {"superindo", 1, {DICTIONARY_CHAIN}, -1}, + {"d.i. yogyakarta", 1, {DICTIONARY_TOPONYM}, 3431}, + {"jakarta", 1, {DICTIONARY_TOPONYM}, 3432}, + {"m ti", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3229}, + {"kepolisian resor", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lorong", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mkom", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3214}, + {"mstat", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3227}, + {"sersan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"nanggroe aceh darusalam", 1, {DICTIONARY_TOPONYM}, 3443}, + {"mab", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3204}, + {"tko", 1, {DICTIONARY_UNIT_NUMBERED}, 3464}, + {"s stp", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3268}, + {"taman", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kv", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"s ds", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3237}, + {"sekolah menengah atas negeri", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kri bwh", 1, {DICTIONARY_UNIT_STANDALONE}, 3467}, + {"kalimantan selatan", 1, {DICTIONARY_TOPONYM}, -1}, + {"r r", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bonbin", 1, {DICTIONARY_PLACE_NAME}, 3370}, + {"nanggroe aceh darussalam", 1, {DICTIONARY_TOPONYM}, -1}, + {"seberang", 1, {DICTIONARY_STOPWORD}, -1}, + {"magister teknik", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"kln", 1, {DICTIONARY_DIRECTIONAL}, 3306}, + {"pusat seni", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sulut", 1, {DICTIONARY_TOPONYM}, 3450}, + {"kedai", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kmr", 1, {DICTIONARY_UNIT_NUMBERED}, 3459}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"sds", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3237}, + {"r", 1, {DICTIONARY_PERSONAL_TITLE}, 3350}, + {"gedung", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_QUALIFIER, DICTIONARY_UNIT_NUMBERED}, -1}, + {"s e", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"nasional", 1, {DICTIONARY_SYNONYM}, -1}, + {"barak", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"smb", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3258}, + {"tahanan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sh", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ssi", 1, {DICTIONARY_UNIT_STANDALONE}, 3469}, + {"taman kanak", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"perkebunan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mntr", 1, {DICTIONARY_PERSONAL_TITLE}, 3343}, + {"danau", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"sthi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3277}, + {"sik", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3247}, + {"unit geriatrik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sarjana pendidikan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"sarjana hukum islam", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"panti jompo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nomor", 1, {DICTIONARY_NUMBER}, -1}, + {"pav", 1, {DICTIONARY_PLACE_NAME}, 3386}, + {"kantor bupati", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"alun alun", 1, {DICTIONARY_STREET_TYPE}, 3413}, + {"perseroan terbatas", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"mh", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3211}, + {"buk", 1, {DICTIONARY_PERSONAL_TITLE}, 3330}, + {"rja", 1, {DICTIONARY_PERSONAL_TITLE}, 3353}, + {"rukun tetangga", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"ssy", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3273}, + {"dkat", 1, {DICTIONARY_NEAR}, 3323}, + {"pojok", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"bendungan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kec", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 3371}, + {"rumah sakit wanita", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"medikal", 1, {DICTIONARY_SYNONYM}, -1}, + {"kp", 1, {DICTIONARY_QUALIFIER}, 3403}, + {"s si", 2, {DICTIONARY_ACADEMIC_DEGREE, DICTIONARY_ACADEMIC_DEGREE}, 3267}, + {"utra", 1, {DICTIONARY_DIRECTIONAL}, 3314}, + {"spt", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3265}, + {"ssn", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3270}, + {"kop", 1, {DICTIONARY_COMPANY_TYPE}, 3293}, + {"kpg", 2, {DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 3403}, + {"magister administrasi bisnis", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"taman nasional", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sma n", 1, {DICTIONARY_PLACE_NAME}, 3395}, + {"prajurit", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"provinsi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kmpg", 2, {DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 3403}, + {"sarjana teologi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"mhum", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3212}, + {"pjaw", 1, {DICTIONARY_COMPANY_TYPE}, 3299}, + {"bar laut", 1, {DICTIONARY_DIRECTIONAL}, 3308}, + {"dstr", 1, {DICTIONARY_PLACE_NAME}, 3364}, + {"sip", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3248}, + {"tmur", 1, {DICTIONARY_DIRECTIONAL}, 3312}, + {"bu", 1, {DICTIONARY_PERSONAL_TITLE}, 3330}, + {"mkn", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3216}, + {"f a", 1, {DICTIONARY_COMPANY_TYPE}, 3292}, + {"mag", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3207}, + {"kp", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sarjana hubungan internasional", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"magister administrasi publi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"pnt jmp", 1, {DICTIONARY_PLACE_NAME}, 3385}, + {"s gz", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3245}, + {"timur laut", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"lt kl", 1, {DICTIONARY_PERSONAL_TITLE}, 3338}, + {"kandang", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mbak", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_SYNONYM}, -1}, + {"daerah", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"kalimantan barat", 1, {DICTIONARY_TOPONYM}, -1}, + {"kantor", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"ssos", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3272}, + {"magister seni", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"ssi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3271}, + {"dlm", 1, {DICTIONARY_NEAR}, 3322}, + {"s in", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3251}, + {"msk", 1, {DICTIONARY_ENTRANCE}, 3315}, + {"belakang bawah", 2, {DICTIONARY_UNIT_STANDALONE, DICTIONARY_UNIT_STANDALONE}, -1}, + {"lt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"s kpm", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3257}, + {"lt. atas", 1, {DICTIONARY_LEVEL_STANDALONE}, 3319}, + {"sd n", 1, {DICTIONARY_PLACE_NAME}, 3394}, + {"ud", 1, {DICTIONARY_COMPANY_TYPE}, 3302}, + {"pngrn", 1, {DICTIONARY_PERSONAL_TITLE}, 3344}, + {"m h", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3211}, + {"masjid", 1, {DICTIONARY_PLACE_NAME}, 3381}, + {"ugd", 1, {DICTIONARY_PLACE_NAME}, 3400}, + {"di pojok", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"m hut", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3215}, + {"ratu", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sarjana ilmu kelautan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"klon", 1, {DICTIONARY_DIRECTIONAL}, 3306}, + {"di antara", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"m si han", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3225}, + {"sumatra selatan", 1, {DICTIONARY_TOPONYM}, 3452}, + {"gn", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"kol", 1, {DICTIONARY_PERSONAL_TITLE}, 3333}, + {"m mpd", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3220}, + {"s farm", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3240}, + {"parkiran", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"p u", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"m kn", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3216}, + {"s t i", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3275}, + {"m h", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"s th k", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3278}, + {"auditorium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"indomart", 1, {DICTIONARY_CHAIN}, -1}, + {"maluku", 1, {DICTIONARY_TOPONYM}, -1}, + {"berlawanan", 1, {DICTIONARY_STOPWORD}, -1}, + {"sngai", 1, {DICTIONARY_SYNONYM}, 3427}, + {"s h i", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3242}, + {"bjr", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 3360}, + {"s pd", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3262}, + {"bar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sp", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3264}, + {"gudang", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"sarjana ilmu pemerintahan", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3249}, + {"rumah makan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s thi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3277}, + {"selatan", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kota", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, -1}, + {"magister hukum", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"apartmen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"skg", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3252}, + {"lt. dasar", 1, {DICTIONARY_LEVEL_STANDALONE}, 3320}, + {"m pd", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3223}, + {"tempat pembuangan umum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"m msi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3221}, + {"sdn", 1, {DICTIONARY_PLACE_NAME}, 3394}, + {"sumbar", 1, {DICTIONARY_TOPONYM}, 3451}, + {"tim", 1, {DICTIONARY_DIRECTIONAL}, 3312}, + {"mvet", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3230}, + {"kolam renang", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bar day", 1, {DICTIONARY_DIRECTIONAL}, 3307}, + {"distributor", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kal bar", 1, {DICTIONARY_TOPONYM}, 3436}, + {"p o", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sarjana teologi islam", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"sul bar", 1, {DICTIONARY_TOPONYM}, 3446}, + {"krematorium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dpn", 2, {DICTIONARY_UNIT_DIRECTION, DICTIONARY_UNIT_STANDALONE}, 3455}, + {"bali", 1, {DICTIONARY_TOPONYM}, -1}, + {"raja", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pos polisi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"terminal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kbn", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 3285}, + {"cagar alam", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vl", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 3287}, + {"bpr", 1, {DICTIONARY_PLACE_NAME}, 3361}, + {"lor", 1, {DICTIONARY_DIRECTIONAL}, 3314}, + {"kampong", 1, {DICTIONARY_QUALIFIER}, 3403}, + {"mpsi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3224}, + {"militer", 1, {DICTIONARY_SYNONYM}, -1}, + {"lt jn", 1, {DICTIONARY_PERSONAL_TITLE}, 3339}, + {"paroki", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dan rekan", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"jawa barat", 1, {DICTIONARY_TOPONYM}, -1}, + {"sant", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3235}, + {"kmd lt", 1, {DICTIONARY_PERSONAL_TITLE}, 3336}, + {"s i p", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3249}, + {"pandai besi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sisi", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"sarjana komunikasi dan pengembangan masyarakat", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"sebrang", 1, {DICTIONARY_STOPWORD}, 3411}, + {"& rekan", 1, {DICTIONARY_COMPANY_TYPE}, 3291}, + {"rw", 1, {DICTIONARY_UNIT_NUMBERED}, 3463}, + {"jawa timur", 1, {DICTIONARY_TOPONYM}, -1}, + {"blkang", 1, {DICTIONARY_UNIT_DIRECTION}, 3454}, + {"akademi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mayjen", 1, {DICTIONARY_PERSONAL_TITLE}, 3342}, + {"m hum", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3212}, + {"rs", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"puri", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kampus", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s s", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3269}, + {"s h", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sagr", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3234}, + {"d i y", 1, {DICTIONARY_TOPONYM}, 3431}, + {"r", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"m ab", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3204}, + {"term", 1, {DICTIONARY_PLACE_NAME}, 3399}, + {"nasl", 1, {DICTIONARY_SYNONYM}, 3426}, + {"ustadz", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"spd", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3262}, + {"mt", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3228}, + {"mti", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3229}, + {"jalan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nanggro aceh darussalam", 1, {DICTIONARY_TOPONYM}, 3443}, + {"rumah sakit hewan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kpt", 1, {DICTIONARY_PERSONAL_TITLE}, 3332}, + {"shum", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3244}, + {"nomr", 1, {DICTIONARY_NUMBER}, 3324}, + {"magister sains bidang ilmu pertahanan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"kopi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rdn rara", 1, {DICTIONARY_PERSONAL_TITLE}, 3352}, + {"l", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sumatera utara", 1, {DICTIONARY_TOPONYM}, -1}, + {"kulon", 1, {DICTIONARY_DIRECTIONAL}, 3306}, + {"pndok", 1, {DICTIONARY_PLACE_NAME}, 3388}, + {"sulawesi tengah", 1, {DICTIONARY_TOPONYM}, -1}, + {"alun-alun", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sum sel", 1, {DICTIONARY_TOPONYM}, 3452}, + {"magister epidemiolog", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"lt.", 1, {DICTIONARY_LEVEL_NUMBERED}, 3318}, + {"kedutaan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"m farmasi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3210}, + {"u d", 1, {DICTIONARY_COMPANY_TYPE}, 3302}, + {"magister statistik", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"pom bensin", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"letnan jenderal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"konservatori", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"magister farmasi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"plau", 1, {DICTIONARY_QUALIFIER}, 3406}, + {"rs hewan", 1, {DICTIONARY_PLACE_NAME}, 3391}, + {"magister kenotariatan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"shut", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3255}, + {"pemakaman", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kanan bwh", 1, {DICTIONARY_UNIT_STANDALONE}, 3466}, + {"masuk", 1, {DICTIONARY_ENTRANCE}, -1}, + {"lt", 1, {DICTIONARY_PERSONAL_TITLE}, 3337}, + {"rt", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sarjana sains", 2, {DICTIONARY_ACADEMIC_DEGREE, DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"s p", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3264}, + {"lembaga pemasyarakatan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s pt", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3265}, + {"gd", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"prjrt", 1, {DICTIONARY_PERSONAL_TITLE}, 3347}, + {"sarjana ekonomi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"belakang", 2, {DICTIONARY_UNIT_DIRECTION, DICTIONARY_UNIT_STANDALONE}, -1}, + {"mba", 1, {DICTIONARY_SYNONYM}, 3423}, + {"#", 1, {DICTIONARY_NUMBER}, 3324}, + {"lt. dsr", 1, {DICTIONARY_LEVEL_STANDALONE}, 3320}, + {"mkep", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3217}, + {"spdsd", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3261}, + {"sarjana komputer", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"dn", 1, {DICTIONARY_STOPWORD}, 3408}, + {"sul ut", 1, {DICTIONARY_TOPONYM}, 3450}, + {"pengadilan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lapangan golf", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rm", 1, {DICTIONARY_PERSONAL_TITLE}, 3351}, + {"sarjana pendidikan islam", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"lt ats", 1, {DICTIONARY_LEVEL_STANDALONE}, 3319}, + {"tk", 1, {DICTIONARY_PLACE_NAME}, 3397}, + {"slatan", 1, {DICTIONARY_DIRECTIONAL}, 3309}, + {"sarjana ilmu perpustakaan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"p o", 1, {DICTIONARY_COMPANY_TYPE}, 3300}, + {"s pdi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3260}, + {"sarjana farmasi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"sbrg", 1, {DICTIONARY_STOPWORD}, 3411}, + {"skpm", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3257}, + {"komandan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"jatim", 1, {DICTIONARY_TOPONYM}, 3435}, + {"s h", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3243}, + {"sarjana terapan kepolisian", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"restoran", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"koperasi usaha dagang", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"blok", 1, {DICTIONARY_QUALIFIER}, -1}, + {"kidul", 1, {DICTIONARY_DIRECTIONAL}, 3309}, + {"dalem", 1, {DICTIONARY_NEAR}, 3322}, + {"magister kehutanan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"se", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pelabuhan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"med", 1, {DICTIONARY_SYNONYM}, 3424}, + {"mb", 1, {DICTIONARY_SYNONYM}, 3423}, + {"kebun binatang", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"paviliun", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"komunitas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"polsek", 1, {DICTIONARY_PLACE_NAME}, 3376}, + {"kep ri", 1, {DICTIONARY_TOPONYM}, 3441}, + {"akuarium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tnggra", 1, {DICTIONARY_DIRECTIONAL}, 3311}, + {"pt", 1, {DICTIONARY_COMPANY_TYPE}, 3296}, + {"apart", 1, {DICTIONARY_BUILDING_TYPE}, 3281}, + {"sfarm", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3240}, + {"kos", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s kom", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3256}, + {"kebon", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 3285}, + {"brigjen", 1, {DICTIONARY_PERSONAL_TITLE}, 3326}, + {"doktor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"p u", 1, {DICTIONARY_COMPANY_TYPE}, 3301}, + {"dusun", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, -1}, + {"rumah", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"departmen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mayor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"rs wanita", 1, {DICTIONARY_PLACE_NAME}, 3393}, + {"benteng", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, -1}, + {"sel", 1, {DICTIONARY_DIRECTIONAL}, 3309}, + {"mfarm", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3210}, + {"lbbi", 1, {DICTIONARY_UNIT_STANDALONE}, 3468}, + {"tpu", 1, {DICTIONARY_PLACE_NAME}, 3398}, + {"perum", 1, {DICTIONARY_COMPANY_TYPE}, 3301}, + {"arkade", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mkes", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3218}, + {"s ked", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3254}, + {"lampung", 1, {DICTIONARY_TOPONYM}, -1}, + {"yoga", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vl", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"s pd i", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3260}, + {"s th i", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3277}, + {"sul tra", 1, {DICTIONARY_TOPONYM}, 3449}, + {"toko buku", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pntu msk", 1, {DICTIONARY_ENTRANCE}, 3317}, + {"s t", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3274}, + {"kalimantan timur", 1, {DICTIONARY_TOPONYM}, -1}, + {"jendral", 1, {DICTIONARY_PERSONAL_TITLE}, 3331}, + {"prov", 1, {DICTIONARY_PLACE_NAME}, 3389}, + {"nas'l", 1, {DICTIONARY_SYNONYM}, 3426}, + {"sarjana seni", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"semua", 1, {DICTIONARY_STOPWORD}, -1}, + {"asosiasi", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"mabes", 1, {DICTIONARY_PLACE_NAME}, 3379}, + {"n", 1, {DICTIONARY_STOPWORD}, 3408}, + {"s tp", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3276}, + {"teng", 1, {DICTIONARY_DIRECTIONAL}, 3310}, + {"gang", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sulawesi barat", 1, {DICTIONARY_TOPONYM}, -1}, + {"strk", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3280}, + {"sarjana sastra", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"indomaret", 1, {DICTIONARY_CHAIN}, 3288}, + {"belakang bwh", 2, {DICTIONARY_UNIT_STANDALONE, DICTIONARY_UNIT_STANDALONE}, 3465}, + {"sirkus", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"galeri", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"profesor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"magister agama", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"lotte mart", 1, {DICTIONARY_CHAIN}, 3290}, + {"yayasan", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"internasional", 1, {DICTIONARY_SYNONYM}, -1}, + {"sarjana syari ah", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"kb", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"d pjk", 1, {DICTIONARY_CROSS_STREET}, 3303}, + {"dan", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"depan", 2, {DICTIONARY_UNIT_DIRECTION, DICTIONARY_UNIT_STANDALONE}, -1}, + {"mentri", 1, {DICTIONARY_PERSONAL_TITLE}, 3343}, + {"knan bwh", 1, {DICTIONARY_UNIT_STANDALONE}, 3466}, + {"kebon", 1, {DICTIONARY_PLACE_NAME}, 3387}, + {"amfiteater", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"park", 1, {DICTIONARY_UNIT_NUMBERED}, 3461}, + {"nr", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sekolah dasar neger", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s sy", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3273}, + {"apartemen", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"sti", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3275}, + {"nad", 1, {DICTIONARY_TOPONYM}, 3443}, + {"s mb", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3258}, + {"s ti", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3275}, + {"magister manajemen pendidikan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"kavling", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"kb", 1, {DICTIONARY_PLACE_NAME}, 3372}, + {"jnd", 1, {DICTIONARY_PERSONAL_TITLE}, 3331}, + {"universitas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"st", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"p d", 1, {DICTIONARY_COMPANY_TYPE}, 3298}, + {"s ag", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3233}, + {"p t", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 3408}, + {"hngr", 1, {DICTIONARY_UNIT_NUMBERED}, 3458}, + {"sum bar", 1, {DICTIONARY_TOPONYM}, 3451}, + {"bnjr", 1, {DICTIONARY_SYNONYM}, 3360}, + {"gpg", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 3366}, + {"warung", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pemadam kebakaran", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ntb", 1, {DICTIONARY_TOPONYM}, 3444}, + {"lantai dasar", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"ssi", 2, {DICTIONARY_ACADEMIC_DEGREE, DICTIONARY_ACADEMIC_DEGREE}, 3267}, + {"toko", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"sarjana agama", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"gp", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 3366}, + {"m t", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"kmndn let", 1, {DICTIONARY_PERSONAL_TITLE}, 3336}, + {"dalam", 1, {DICTIONARY_NEAR}, -1}, + {"sul teng", 1, {DICTIONARY_TOPONYM}, 3448}, + {"gedung rekreasi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gdang", 1, {DICTIONARY_BUILDING_TYPE}, 3284}, + {"mil", 1, {DICTIONARY_SYNONYM}, 3425}, + {"raden", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"distrib", 1, {DICTIONARY_PLACE_NAME}, 3364}, + {"alunalun", 1, {DICTIONARY_STREET_TYPE}, 3413}, + {"uni", 1, {DICTIONARY_PLACE_NAME}, 3401}, + {"kalimantan utara", 1, {DICTIONARY_TOPONYM}, -1}, + {"ja tim", 1, {DICTIONARY_TOPONYM}, 3435}, + {"sarjana psikologi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"sumut", 1, {DICTIONARY_TOPONYM}, 3453}, + {"perseroan komanditer", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"gampong", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, -1}, + {"sul sel", 1, {DICTIONARY_TOPONYM}, 3447}, + {"bonjour", 1, {DICTIONARY_CHAIN}, -1}, + {"sekolah menengah pertama negeri", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lt. ats", 1, {DICTIONARY_LEVEL_STANDALONE}, 3319}, + {"barat", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"s hum", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3244}, + {"pd", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pondok", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"teater", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ust", 1, {DICTIONARY_PERSONAL_TITLE}, 3346}, + {"lab", 1, {DICTIONARY_PLACE_NAME}, 3378}, + {"kantor pos", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gd", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_QUALIFIER, DICTIONARY_UNIT_NUMBERED}, 3283}, + {"perusahaan dagang", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"fa", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"daerah istimewa yogyakarta", 1, {DICTIONARY_TOPONYM}, -1}, + {"ss", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"mmsi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3221}, + {"m psi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3224}, + {"bandara", 1, {DICTIONARY_PLACE_NAME}, 3359}, + {"dermaga", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s h int", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3241}, + {"utama", 1, {DICTIONARY_SYNONYM}, -1}, + {"kalut", 1, {DICTIONARY_TOPONYM}, 3440}, + {"politeknik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rm", 1, {DICTIONARY_PLACE_NAME}, 3390}, + {"st p", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3276}, + {"sp d", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3262}, + {"pres", 1, {DICTIONARY_PERSONAL_TITLE}, 3348}, + {"bapak", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cv", 1, {DICTIONARY_COMPANY_TYPE}, 3295}, + {"jateng", 1, {DICTIONARY_TOPONYM}, 3434}, + {"kepri", 1, {DICTIONARY_TOPONYM}, 3441}, + {"kabupaten", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, -1}, + {"map", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3205}, + {"mm", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3219}, + {"mmpd", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3220}, + {"pusat perawatan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"perusahaan daerah", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"m kes", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3218}, + {"kebun", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"dkt", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, 3323}, + {"m epid", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3209}, + {"int'l", 1, {DICTIONARY_SYNONYM}, 3421}, + {"shan", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3263}, + {"kta", 1, {DICTIONARY_QUALIFIER}, 3405}, + {"s hi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3242}, + {"grs", 1, {DICTIONARY_BUILDING_TYPE}, 3282}, + {"si k", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3247}, + {"sulawesi utara", 1, {DICTIONARY_TOPONYM}, -1}, + {"kab", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, 3368}, + {"magister veteriner", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"monumen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"msn", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3226}, + {"magister administrasi rumah sakit", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"po", 1, {DICTIONARY_COMPANY_TYPE}, 3300}, + {"nusa tenggara timur", 1, {DICTIONARY_TOPONYM}, -1}, + {"sarjana peternakan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"s p", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"s psi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3266}, + {"sstp", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3268}, + {"perpustakaan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"blkg bwh", 2, {DICTIONARY_UNIT_STANDALONE, DICTIONARY_UNIT_STANDALONE}, 3465}, + {"sultan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kal teng", 1, {DICTIONARY_TOPONYM}, 3438}, + {"sarjana sosial", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"kepolisian daerah", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kantor pusat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sekitar", 1, {DICTIONARY_NEAR}, -1}, + {"pastor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"klinik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hangar", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"bright", 1, {DICTIONARY_CHAIN}, -1}, + {"banjar", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, -1}, + {"rdn", 1, {DICTIONARY_PERSONAL_TITLE}, 3350}, + {"knan", 1, {DICTIONARY_UNIT_DIRECTION}, 3456}, + {"malut", 1, {DICTIONARY_TOPONYM}, 3442}, + {"letjen", 1, {DICTIONARY_PERSONAL_TITLE}, 3339}, + {"drs", 1, {DICTIONARY_PERSONAL_TITLE}, 3329}, + {"k ud", 1, {DICTIONARY_COMPANY_TYPE}, 3294}, + {"kcmntn", 1, {DICTIONARY_QUALIFIER}, 3371}, + {"mhut", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3215}, + {"ltai", 1, {DICTIONARY_LEVEL_NUMBERED}, 3318}, + {"pntu msuk", 1, {DICTIONARY_ENTRANCE}, 3317}, + {"magister akuntansi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"barat daya", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bg", 1, {DICTIONARY_PERSONAL_TITLE}, 3325}, + {"mars", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3206}, + {"sip", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3249}, + {"dok", 1, {DICTIONARY_PERSONAL_TITLE}, 3328}, + {"pabrk", 1, {DICTIONARY_UNIT_NUMBERED}, 3382}, + {"p t", 1, {DICTIONARY_COMPANY_TYPE}, 3296}, + {"klrhn", 2, {DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 3373}, + {"klh", 1, {DICTIONARY_QUALIFIER}, 3373}, + {"n t t", 1, {DICTIONARY_TOPONYM}, 3445}, + {"kbn", 1, {DICTIONARY_PLACE_NAME}, 3387}, + {"s sos", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3272}, + {"s pd sd", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3261}, + {"pu", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"raden mas", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pl", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"int", 1, {DICTIONARY_SYNONYM}, 3421}, + {"sulsel", 1, {DICTIONARY_TOPONYM}, 3447}, + {"kal sel", 1, {DICTIONARY_TOPONYM}, 3437}, + {"bar", 1, {DICTIONARY_DIRECTIONAL}, 3306}, + {"dr", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"magister ilmu biomedik", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"s par", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3259}, + {"msjd", 1, {DICTIONARY_PLACE_NAME}, 3381}, + {"lwt", 1, {DICTIONARY_STOPWORD}, 3410}, + {"pasar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ut", 1, {DICTIONARY_DIRECTIONAL}, 3314}, + {"gp", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pdt", 1, {DICTIONARY_PERSONAL_TITLE}, 3345}, + {"dsa", 2, {DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 3363}, + {"rs", 1, {DICTIONARY_PLACE_NAME}, 3392}, + {"tepi pantai", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kolonel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kalsel", 1, {DICTIONARY_TOPONYM}, 3437}, + {"kepulauan riau", 1, {DICTIONARY_TOPONYM}, -1}, + {"dsn", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, 3365}, + {"wetan", 1, {DICTIONARY_DIRECTIONAL}, 3312}, + {"desa", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, -1}, + {"jl", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bangka belitung", 1, {DICTIONARY_TOPONYM}, -1}, + {"kalteng", 1, {DICTIONARY_TOPONYM}, 3438}, + {"lt dsar", 1, {DICTIONARY_LEVEL_STANDALONE}, 3320}, + {"komite", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jembatan", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"s ip", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3248}, + {"sarjana administrasi publik", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"drh", 1, {DICTIONARY_SYNONYM}, 3417}, + {"sikom", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3250}, + {"no", 1, {DICTIONARY_NUMBER}, 3324}, + {"kosan", 1, {DICTIONARY_PLACE_NAME}, 3377}, + {"banten", 1, {DICTIONARY_TOPONYM}, -1}, + {"ss", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3269}, + {"ntt", 1, {DICTIONARY_TOPONYM}, 3445}, + {"kiri", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"r s", 1, {DICTIONARY_PLACE_NAME}, 3392}, + {"rumh", 1, {DICTIONARY_PLACE_NAME}, 3286}, + {"po", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sarjana pariwisata", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"tempat pertunjukan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bu", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"f a", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"lantai ats", 1, {DICTIONARY_LEVEL_STANDALONE}, 3319}, + {"pnti jmpo", 1, {DICTIONARY_PLACE_NAME}, 3385}, + {"sh i", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3242}, + {"koprl", 1, {DICTIONARY_PERSONAL_TITLE}, 3335}, + {"dki jakarta", 1, {DICTIONARY_TOPONYM}, -1}, + {"kcmtn", 1, {DICTIONARY_SYNONYM}, 3371}, + {"sab", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3231}, + {"jenderal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"raden rara", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bank perkreditan rakyat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sumatra barat", 1, {DICTIONARY_TOPONYM}, 3451}, + {"p d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ud", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"jawa tengah", 1, {DICTIONARY_TOPONYM}, -1}, + {"kal tim", 1, {DICTIONARY_TOPONYM}, 3439}, + {"kmndn", 1, {DICTIONARY_PERSONAL_TITLE}, 3334}, + {"ja teng", 1, {DICTIONARY_TOPONYM}, 3434}, + {"brat", 1, {DICTIONARY_DIRECTIONAL}, 3306}, + {"kntr", 1, {DICTIONARY_PLACE_NAME}, 3369}, + {"kali", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"diy", 1, {DICTIONARY_TOPONYM}, 3431}, + {"lwnn", 1, {DICTIONARY_STOPWORD}, 3407}, + {"utm", 1, {DICTIONARY_SYNONYM}, 3429}, + {"akrium", 1, {DICTIONARY_PLACE_NAME}, 3357}, + {"jln", 1, {DICTIONARY_STREET_TYPE}, 3415}, + {"brt", 1, {DICTIONARY_DIRECTIONAL}, 3306}, + {"rmh", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, 3286}, + {"pusat pemulihan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"skh", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3253}, + {"penitipan anak", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"firma", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"letn", 1, {DICTIONARY_PERSONAL_TITLE}, 3337}, + {"mh", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"blk", 1, {DICTIONARY_QUALIFIER}, 3402}, + {"m ap", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3205}, + {"riau", 1, {DICTIONARY_TOPONYM}, -1}, + {"sarjana antropologi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"magister keperawatan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"vla", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, 3287}, + {"kaltim", 1, {DICTIONARY_TOPONYM}, 3439}, + {"steol", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3279}, + {"let jen", 1, {DICTIONARY_PERSONAL_TITLE}, 3339}, + {"r s wanita", 1, {DICTIONARY_PLACE_NAME}, 3393}, + {"sarjana sains terapan pemerintahan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"m sn", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3226}, + {"bg", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"m mar", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3222}, + {"farmasi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"msihan", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3225}, + {"gdng", 1, {DICTIONARY_UNIT_NUMBERED}, 3284}, + {"usaha dagang", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"pd", 1, {DICTIONARY_COMPANY_TYPE}, 3297}, + {"s hut", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3255}, + {"sarjana pertahanan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"super indo", 1, {DICTIONARY_CHAIN}, 3289}, + {"shi", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3242}, + {"kamar", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"gereja", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"perusahaan otobus", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"markas besar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jend", 1, {DICTIONARY_PERSONAL_TITLE}, 3331}, + {"medik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kopral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sarjana arsitektur", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"s t p", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3276}, + {"letkol", 1, {DICTIONARY_PERSONAL_TITLE}, 3338}, + {"p j", 1, {DICTIONARY_COMPANY_TYPE}, 3299}, + {"pante", 1, {DICTIONARY_PLACE_NAME}, 3384}, + {"kapten", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"m ag", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3207}, + {"sars", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3236}, + {"s ik", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3247}, + {"kebun", 1, {DICTIONARY_PLACE_NAME}, 3387}, + {"spar", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3259}, + {"st", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3274}, + {"mpd", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3223}, + {"sma", 1, {DICTIONARY_PLACE_NAME}, 3395}, + {"pj", 1, {DICTIONARY_COMPANY_TYPE}, 3299}, + {"kanan bawah", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"kelompok bermain", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ms", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"brt lt", 1, {DICTIONARY_DIRECTIONAL}, 3308}, + {"pantai", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pusat kebudayaan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sarjana pertanian", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"papua", 1, {DICTIONARY_TOPONYM}, -1}, + {"magister pendidikan", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"rmah", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, 3286}, + {"pintu masuk", 1, {DICTIONARY_ENTRANCE}, -1}, + {"tim laut", 1, {DICTIONARY_DIRECTIONAL}, 3313}, + {"barat laut", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kav", 1, {DICTIONARY_UNIT_NUMBERED}, 3460}, + {"abang", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mesjid", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gerbang masuk", 1, {DICTIONARY_ENTRANCE}, -1}, + {"gn", 1, {DICTIONARY_SYNONYM}, 3420}, + {"kompleks", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER}, -1}, + {"si kom", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3250}, + {"tjg", 1, {DICTIONARY_SYNONYM}, 3428}, + {"kal ut", 1, {DICTIONARY_TOPONYM}, 3440}, + {"sag", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3233}, + {"sgz", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3245}, + {"sarjana sistem informasi", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"sarjana teknik", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"air mancur", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pendeta", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ba bel", 1, {DICTIONARY_TOPONYM}, 3430}, + {"sh int", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3241}, + {"m kom", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3214}, + {"sarjana administrasi bisnis", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"komp", 1, {DICTIONARY_QUALIFIER}, 3404}, + {"tenggara", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"maluku utara", 1, {DICTIONARY_TOPONYM}, -1}, + {"kpl", 1, {DICTIONARY_PERSONAL_TITLE}, 3335}, + {"mayor jenderal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kelurahan", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_SYNONYM}, -1}, + {"s ant", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3235}, + {"sarjana teknologi pertanian", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"sin", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3251}, + {"ms", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_SYNONYM}, 3340}, + {"lbi", 1, {DICTIONARY_UNIT_STANDALONE}, 3468}, + {"sulteng", 1, {DICTIONARY_TOPONYM}, 3448}, + {"kprs", 1, {DICTIONARY_COMPANY_TYPE}, 3293}, + {"kud", 1, {DICTIONARY_COMPANY_TYPE}, 3294}, + {"s ap", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3232}, + {"s a g", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3233}, + {"magister humaniora", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"s p d", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3262}, + {"flat", 1, {DICTIONARY_SYNONYM}, -1}, + {"sh", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3243}, + {"komandan letnan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"shint", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3241}, + {"pangkalan udara", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"se", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3239}, + {"lt dsr", 1, {DICTIONARY_LEVEL_STANDALONE}, 3320}, + {"m vet", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3230}, + {"gerbang", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s e i", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3238}, + {"lanud", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, 3383}, + {"persekutuan", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"sked", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3254}, + {"kcm", 1, {DICTIONARY_QUALIFIER}, 3371}, + {"hér", 1, {DICTIONARY_NEAR}, -1}, + {"muli", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 3475}, + {"hals", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 3473}, + {"múli", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"nalaegt her", 1, {DICTIONARY_NEAR}, 3489}, + {"kjallara", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"jarðhæð", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"vangur", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"a", 1, {DICTIONARY_DIRECTIONAL}, 3479}, + {"milli", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"byggð", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"nes", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"t v", 1, {DICTIONARY_UNIT_DIRECTION}, 3495}, + {"a horninu a", 1, {DICTIONARY_CROSS_STREET}, 3478}, + {"holt", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"á horninu á", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"inngangur", 1, {DICTIONARY_ENTRANCE}, -1}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"postholf", 1, {DICTIONARY_POST_OFFICE}, 3492}, + {"stigi", 1, {DICTIONARY_STAIRCASE}, -1}, + {"th", 1, {DICTIONARY_UNIT_DIRECTION}, 3494}, + {"hérna", 1, {DICTIONARY_NEAR}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 3493}, + {"til vinstri", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"ph", 1, {DICTIONARY_POST_OFFICE}, 3492}, + {"til hægri", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"númer", 1, {DICTIONARY_NUMBER}, -1}, + {"jarohaeo", 1, {DICTIONARY_LEVEL_STANDALONE}, 3484}, + {"vegi", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"sendi", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"no", 1, {DICTIONARY_NUMBER}, 3491}, + {"braut", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 3481}, + {"i", 1, {DICTIONARY_NEAR}, 3487}, + {"og", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"horn af", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"suður", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"t.v", 1, {DICTIONARY_UNIT_DIRECTION}, 3495}, + {"t h", 1, {DICTIONARY_UNIT_DIRECTION}, 3494}, + {"íbúð", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"nr", 1, {DICTIONARY_NUMBER}, 3491}, + {"herna", 1, {DICTIONARY_NEAR}, 3486}, + {"til haegri", 1, {DICTIONARY_UNIT_DIRECTION}, 3494}, + {"í", 1, {DICTIONARY_NEAR}, -1}, + {"v", 1, {DICTIONARY_DIRECTIONAL}, 3482}, + {"grund", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"geroi", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 3472}, + {"háls", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"land", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"hlíð", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"#", 1, {DICTIONARY_NUMBER}, 3491}, + {"vegur", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"a", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"stræti", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"barð", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"t.h", 1, {DICTIONARY_UNIT_DIRECTION}, 3494}, + {"hjalli", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"nalaegt", 1, {DICTIONARY_NEAR}, 3488}, + {"vellir", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"melur", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"nalaegt mer", 1, {DICTIONARY_NEAR}, 3490}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 3480}, + {"her", 1, {DICTIONARY_NEAR}, 3485}, + {"baro", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 3470}, + {"gata", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"tv", 1, {DICTIONARY_UNIT_DIRECTION}, 3495}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"gerði", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"nálægt", 1, {DICTIONARY_NEAR}, -1}, + {"teigur", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"norour", 1, {DICTIONARY_DIRECTIONAL}, 3480}, + {"norður", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"borgir", 3, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"sel", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"vestur", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"fell", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"borg", 3, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"v", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"lundur", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"torg", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"№", 1, {DICTIONARY_NUMBER}, 3491}, + {"hlio", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 3474}, + {"tún", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"numer", 1, {DICTIONARY_NUMBER}, 3491}, + {"haeo", 1, {DICTIONARY_LEVEL_NUMBERED}, 3483}, + {"straeti", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 3476}, + {"suour", 1, {DICTIONARY_DIRECTIONAL}, 3481}, + {"nálægt hér", 1, {DICTIONARY_NEAR}, -1}, + {"ibuo", 1, {DICTIONARY_UNIT_NUMBERED}, 3496}, + {"austur", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pósthólf", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"nálægt mér", 1, {DICTIONARY_NEAR}, -1}, + {"hæð", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"hagi", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"tun", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 3477}, + {"byggo", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 3471}, + {"tribunale", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"autda", 1, {DICTIONARY_STREET_TYPE}, 3704}, + {"accso", 1, {DICTIONARY_STREET_TYPE}, 3698}, + {"vlp", 1, {DICTIONARY_STREET_TYPE}, 3827}, + {"agenzia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"colonia", 1, {DICTIONARY_QUALIFIER}, -1}, + {"s.r.l", 1, {DICTIONARY_COMPANY_TYPE}, 3516}, + {"giulio", 1, {DICTIONARY_SYNONYM}, -1}, + {"cas pos", 1, {DICTIONARY_POST_OFFICE}, 3682}, + {"nel", 1, {DICTIONARY_STOPWORD}, -1}, + {"dello", 1, {DICTIONARY_STOPWORD}, -1}, + {"spa", 1, {DICTIONARY_COMPANY_TYPE}, 3513}, + {"fev", 1, {DICTIONARY_SYNONYM}, 3879}, + {"casa", 3, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME, DICTIONARY_UNIT_NUMBERED}, -1}, + {"ferrra", 1, {DICTIONARY_PLACE_NAME}, 3642}, + {"siena", 1, {DICTIONARY_TOPONYM}, -1}, + {"cavaliere ufficiale", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tra", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"catacomba", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"str.vic", 1, {DICTIONARY_STREET_TYPE}, 3802}, + {"naviglio", 1, {DICTIONARY_SYNONYM}, -1}, + {"fond.a", 1, {DICTIONARY_PLACE_NAME}, 3646}, + {"s.s", 1, {DICTIONARY_COMPANY_TYPE}, 3510}, + {"forcla", 1, {DICTIONARY_STREET_TYPE}, 3737}, + {"nostra", 1, {DICTIONARY_SYNONYM}, -1}, + {"allo", 1, {DICTIONARY_STOPWORD}, -1}, + {"cartiera", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pss", 1, {DICTIONARY_STREET_TYPE}, 3760}, + {"ctrle", 1, {DICTIONARY_SYNONYM}, 3862}, + {"cat.be", 1, {DICTIONARY_PLACE_NAME}, 3625}, + {"vp", 1, {DICTIONARY_STREET_TYPE}, 3822}, + {"s.s.", 1, {DICTIONARY_PERSONAL_TITLE}, 3568}, + {"com.ta", 1, {DICTIONARY_SYNONYM}, 3873}, + {"s p", 1, {DICTIONARY_PERSONAL_TITLE}, 3570}, + {"messina", 1, {DICTIONARY_TOPONYM}, -1}, + {"s.c", 1, {DICTIONARY_STREET_TYPE}, 3795}, + {"cupa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cappella", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pisa", 1, {DICTIONARY_TOPONYM}, -1}, + {"l", 1, {DICTIONARY_SYNONYM}, 3915}, + {"arcipgho", 1, {DICTIONARY_SYNONYM}, 3850}, + {"ufficio postale", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"r.p.", 1, {DICTIONARY_PERSONAL_TITLE}, 3565}, + {"pordenone", 1, {DICTIONARY_TOPONYM}, -1}, + {"occidentale", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"discesa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"med.a", 1, {DICTIONARY_SYNONYM}, 3929}, + {"strada statale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"varco", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cta", 1, {DICTIONARY_PLACE_NAME}, 3616}, + {"p.cola", 1, {DICTIONARY_SYNONYM}, 3948}, + {"da", 1, {DICTIONARY_STOPWORD}, -1}, + {"bga", 1, {DICTIONARY_STREET_TYPE}, 3684}, + {"carce", 1, {DICTIONARY_PLACE_NAME}, 3611}, + {"crotone", 1, {DICTIONARY_TOPONYM}, -1}, + {"n.vi", 1, {DICTIONARY_SYNONYM}, 3944}, + {"c.p.", 1, {DICTIONARY_POST_OFFICE}, 3682}, + {"9 mbre", 1, {DICTIONARY_SYNONYM}, 3941}, + {"anfiteatro", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"madd.na", 1, {DICTIONARY_SYNONYM}, 3919}, + {"villa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"infi", 1, {DICTIONARY_SYNONYM}, 3908}, + {"int", 1, {DICTIONARY_STREET_TYPE}, 3745}, + {"c.usa", 1, {DICTIONARY_STREET_TYPE}, 3721}, + {"comunale", 1, {DICTIONARY_SYNONYM}, -1}, + {"tp", 1, {DICTIONARY_TOPONYM}, 4049}, + {"albi", 1, {DICTIONARY_PLACE_NAME}, 3589}, + {"set", 1, {DICTIONARY_SYNONYM}, 3952}, + {"sn", 1, {DICTIONARY_NO_NUMBER}, 3532}, + {"mo", 1, {DICTIONARY_TOPONYM}, 4008}, + {"grandi", 1, {DICTIONARY_SYNONYM}, -1}, + {"dott", 1, {DICTIONARY_PERSONAL_TITLE}, 3546}, + {"viscontessa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"localita", 1, {DICTIONARY_STREET_TYPE}, 3756}, + {"cone", 1, {DICTIONARY_PLACE_NAME}, 3620}, + {"molino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sp", 1, {DICTIONARY_STREET_TYPE}, 3797}, + {"spr", 1, {DICTIONARY_STREET_TYPE}, 3798}, + {"cdella", 1, {DICTIONARY_PLACE_NAME}, 3631}, + {"anta", 1, {DICTIONARY_SYNONYM}, 3844}, + {"s.p.", 1, {DICTIONARY_STREET_TYPE}, 3797}, + {"tabacchi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fort.no", 1, {DICTIONARY_QUALIFIER}, 3691}, + {"c.le", 1, {DICTIONARY_SYNONYM}, 3864}, + {"osteria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bn.ssa", 1, {DICTIONARY_PERSONAL_TITLE}, 3537}, + {"metro", 1, {DICTIONARY_SYNONYM}, 3931}, + {"fg", 1, {DICTIONARY_TOPONYM}, 3987}, + {"s.r", 1, {DICTIONARY_STREET_TYPE}, 3799}, + {"lungotevere", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ott", 1, {DICTIONARY_SYNONYM}, 3946}, + {"enna", 1, {DICTIONARY_TOPONYM}, -1}, + {"avellino", 1, {DICTIONARY_TOPONYM}, -1}, + {"perugia", 1, {DICTIONARY_TOPONYM}, -1}, + {"intni", 1, {DICTIONARY_SYNONYM}, 3912}, + {"lungo", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"f.ta", 1, {DICTIONARY_STREET_TYPE}, 3734}, + {"c.llo", 1, {DICTIONARY_SYNONYM}, 3868}, + {"n.vo", 1, {DICTIONARY_SYNONYM}, 3945}, + {"s v", 1, {DICTIONARY_STREET_TYPE}, 3802}, + {"b.menti", 1, {DICTIONARY_PLACE_NAME}, 3596}, + {"8.bre", 1, {DICTIONARY_SYNONYM}, 3946}, + {"monum.o", 1, {DICTIONARY_PLACE_NAME}, 3669}, + {"marchesa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cas.ma", 1, {DICTIONARY_PLACE_NAME}, 3615}, + {"s a s", 1, {DICTIONARY_COMPANY_TYPE}, 3511}, + {"militare", 1, {DICTIONARY_SYNONYM}, -1}, + {"internazionali", 1, {DICTIONARY_SYNONYM}, -1}, + {"pizzeria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pv", 1, {DICTIONARY_TOPONYM}, 4028}, + {"albo", 1, {DICTIONARY_PLACE_NAME}, 3590}, + {"strto", 1, {DICTIONARY_STREET_TYPE}, 3810}, + {"sapa", 1, {DICTIONARY_COMPANY_TYPE}, 3514}, + {"b.mento", 1, {DICTIONARY_PLACE_NAME}, 3595}, + {"v.p.", 1, {DICTIONARY_STREET_TYPE}, 3822}, + {"co", 1, {DICTIONARY_POST_OFFICE}, 3683}, + {"con", 1, {DICTIONARY_STREET_TYPE}, 3723}, + {"dottore", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pº", 1, {DICTIONARY_LEVEL_NUMBERED}, 3529}, + {"bre", 1, {DICTIONARY_SYNONYM}, 3857}, + {"nva", 1, {DICTIONARY_SYNONYM}, 3942}, + {"is", 1, {DICTIONARY_TOPONYM}, 3995}, + {"bergamo", 1, {DICTIONARY_TOPONYM}, -1}, + {"sv", 1, {DICTIONARY_TOPONYM}, 4044}, + {"latteria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 3550}, + {"galleria", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"stc", 1, {DICTIONARY_STREET_TYPE}, 3795}, + {"bde", 1, {DICTIONARY_SYNONYM}, 3851}, + {"n.°", 1, {DICTIONARY_NUMBER}, 3533}, + {"acqto", 1, {DICTIONARY_PLACE_NAME}, 3587}, + {"via vecchia", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rifugio per animali", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gruppo d' interesse economico", 1, {DICTIONARY_COMPANY_TYPE}, 3506}, + {"ostello", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"incoronata", 1, {DICTIONARY_SYNONYM}, -1}, + {"polizia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"accade", 1, {DICTIONARY_PLACE_NAME}, 3583}, + {"ag", 1, {DICTIONARY_SYNONYM}, 3841}, + {"alz", 1, {DICTIONARY_STREET_TYPE}, 3700}, + {"professore", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"conservatorio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nav.i", 1, {DICTIONARY_SYNONYM}, 3935}, + {"mad.ta", 1, {DICTIONARY_PLACE_NAME}, 3663}, + {"str.reg", 1, {DICTIONARY_STREET_TYPE}, 3799}, + {"fuori", 1, {DICTIONARY_STOPWORD}, -1}, + {"int.ni", 1, {DICTIONARY_SYNONYM}, 3912}, + {"ca'", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 3498}, + {"vla", 1, {DICTIONARY_STREET_TYPE}, 3835}, + {"imperatore", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mandamento", 1, {DICTIONARY_SYNONYM}, -1}, + {"s provinciale", 1, {DICTIONARY_STREET_TYPE}, 3797}, + {"agli", 1, {DICTIONARY_STOPWORD}, -1}, + {"labo", 1, {DICTIONARY_PLACE_NAME}, 3658}, + {"№", 1, {DICTIONARY_NUMBER}, 3533}, + {"n e", 1, {DICTIONARY_DIRECTIONAL}, 3519}, + {"acq.rio", 1, {DICTIONARY_PLACE_NAME}, 3584}, + {"egr", 1, {DICTIONARY_PERSONAL_TITLE}, 3548}, + {"cremona", 1, {DICTIONARY_TOPONYM}, -1}, + {"clt", 1, {DICTIONARY_STREET_TYPE}, 3713}, + {"va", 1, {DICTIONARY_TOPONYM}, 4054}, + {"at", 1, {DICTIONARY_TOPONYM}, 3960}, + {"dr.ssa", 1, {DICTIONARY_PERSONAL_TITLE}, 3547}, + {"grosseto", 1, {DICTIONARY_TOPONYM}, -1}, + {"gendarmeria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grosse", 1, {DICTIONARY_SYNONYM}, -1}, + {"arcip.gho", 1, {DICTIONARY_SYNONYM}, 3850}, + {"autolavaggio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vicino", 1, {DICTIONARY_NEAR}, -1}, + {"inf.i", 1, {DICTIONARY_SYNONYM}, 3908}, + {"cale", 1, {DICTIONARY_PLACE_NAME}, 3613}, + {"sul", 1, {DICTIONARY_STOPWORD}, -1}, + {"bl.i", 1, {DICTIONARY_QUALIFIER}, 3689}, + {"lodi", 1, {DICTIONARY_TOPONYM}, -1}, + {"passaggio", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"coopvo", 1, {DICTIONARY_COMPANY_TYPE}, 3505}, + {"fontana", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bar.che", 1, {DICTIONARY_PLACE_NAME}, 3597}, + {"catt.le", 1, {DICTIONARY_PLACE_NAME}, 3626}, + {"stradetta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fermo", 1, {DICTIONARY_TOPONYM}, -1}, + {"cda", 1, {DICTIONARY_STREET_TYPE}, 3724}, + {"osp.le", 1, {DICTIONARY_PLACE_NAME}, 3671}, + {"mons", 1, {DICTIONARY_PERSONAL_TITLE}, 3557}, + {"pre", 1, {DICTIONARY_STREET_TYPE}, 3683}, + {"marinella", 1, {DICTIONARY_SYNONYM}, -1}, + {"spa", 1, {DICTIONARY_STREET_TYPE}, 3792}, + {"inferiori", 1, {DICTIONARY_SYNONYM}, -1}, + {"pcolo", 1, {DICTIONARY_SYNONYM}, 3951}, + {"no", 1, {DICTIONARY_NUMBER}, 3533}, + {"col", 1, {DICTIONARY_PERSONAL_TITLE}, 3542}, + {"uni", 1, {DICTIONARY_PLACE_NAME}, 3681}, + {"foro", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"ferr.ria", 1, {DICTIONARY_PLACE_NAME}, 3644}, + {"mass.a", 1, {DICTIONARY_PLACE_NAME}, 3666}, + {"b.ghi", 1, {DICTIONARY_QUALIFIER}, 3686}, + {"mar", 1, {DICTIONARY_SYNONYM}, 3928}, + {"s p", 1, {DICTIONARY_STREET_TYPE}, 3797}, + {"gal", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 3653}, + {"gr.te", 1, {DICTIONARY_SYNONYM}, 3900}, + {"gr.ta", 1, {DICTIONARY_SYNONYM}, 3899}, + {"s.s", 1, {DICTIONARY_PERSONAL_TITLE}, 3568}, + {"tenente colonnello", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.n.c", 1, {DICTIONARY_COMPANY_TYPE}, 3512}, + {"s.p.a.", 1, {DICTIONARY_COMPANY_TYPE}, 3513}, + {"ang.", 1, {DICTIONARY_STREET_TYPE}, 3702}, + {"app", 1, {DICTIONARY_UNIT_NUMBERED}, 4063}, + {"genna", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"clare", 1, {DICTIONARY_PLACE_NAME}, 3619}, + {"s.r.", 1, {DICTIONARY_STREET_TYPE}, 3799}, + {"kr", 1, {DICTIONARY_TOPONYM}, 3996}, + {"pu", 1, {DICTIONARY_TOPONYM}, 4027}, + {"s prov", 1, {DICTIONARY_STREET_TYPE}, 3797}, + {"ingresso", 1, {DICTIONARY_ENTRANCE}, -1}, + {"ind.ali", 1, {DICTIONARY_SYNONYM}, 3906}, + {"vcv", 1, {DICTIONARY_STREET_TYPE}, 3833}, + {"novembre", 1, {DICTIONARY_SYNONYM}, -1}, + {"potenza", 1, {DICTIONARY_TOPONYM}, -1}, + {"str.s", 1, {DICTIONARY_STREET_TYPE}, 3800}, + {"allangolo tra", 1, {DICTIONARY_CROSS_STREET}, 3517}, + {"v p", 1, {DICTIONARY_STREET_TYPE}, 3822}, + {"comm.le", 1, {DICTIONARY_SYNONYM}, 3871}, + {"ospedale", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"albergo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"borg.e", 1, {DICTIONARY_QUALIFIER}, 3685}, + {"avv", 1, {DICTIONARY_PERSONAL_TITLE}, 3535}, + {"fabbr.a", 1, {DICTIONARY_PLACE_NAME}, 3639}, + {"convento", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"catania", 1, {DICTIONARY_TOPONYM}, -1}, + {"apr", 1, {DICTIONARY_SYNONYM}, 3848}, + {"cav.ne", 1, {DICTIONARY_SYNONYM}, 3861}, + {"gruppo d'interesse economico", 1, {DICTIONARY_COMPANY_TYPE}, 3506}, + {"g.ni", 1, {DICTIONARY_SYNONYM}, 3889}, + {"p.rco acquatico", 1, {DICTIONARY_PLACE_NAME}, 3677}, + {"angolo", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STREET_TYPE}, -1}, + {"frosinone", 1, {DICTIONARY_TOPONYM}, -1}, + {"svc", 1, {DICTIONARY_STREET_TYPE}, 3802}, + {"gr uff", 1, {DICTIONARY_PERSONAL_TITLE}, 3552}, + {"c.ale", 1, {DICTIONARY_PLACE_NAME}, 3613}, + {"c.d.a.", 1, {DICTIONARY_PERSONAL_TITLE}, 3545}, + {"pd", 1, {DICTIONARY_TOPONYM}, 4019}, + {"rpe", 1, {DICTIONARY_STREET_TYPE}, 3772}, + {"baracche", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"arcipelaghi", 1, {DICTIONARY_SYNONYM}, -1}, + {"gortte", 1, {DICTIONARY_SYNONYM}, -1}, + {"g i e", 1, {DICTIONARY_COMPANY_TYPE}, 3506}, + {"grossa", 1, {DICTIONARY_SYNONYM}, -1}, + {"fabbrica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fc", 1, {DICTIONARY_TOPONYM}, 3985}, + {"prco acquatico", 1, {DICTIONARY_PLACE_NAME}, 3677}, + {"ra", 1, {DICTIONARY_TOPONYM}, 4030}, + {"b.go", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 3687}, + {"senza numero", 1, {DICTIONARY_NO_NUMBER}, -1}, + {"società a responsabilità limitata", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"cc", 1, {DICTIONARY_PLACE_NAME}, 3627}, + {"fortezza", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ri", 1, {DICTIONARY_STREET_TYPE}, 3776}, + {"gr.di", 1, {DICTIONARY_SYNONYM}, 3894}, + {"gr.de", 1, {DICTIONARY_SYNONYM}, 3893}, + {"cola", 1, {DICTIONARY_QUALIFIER}, 3690}, + {"c.lare", 1, {DICTIONARY_PLACE_NAME}, 3619}, + {"brlla", 1, {DICTIONARY_STREET_TYPE}, 3710}, + {"acquari", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dentista", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"basiliche", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tra s.s.", 1, {DICTIONARY_STREET_TYPE}, 3815}, + {"dal", 1, {DICTIONARY_STOPWORD}, -1}, + {"basche", 1, {DICTIONARY_PLACE_NAME}, 3599}, + {"aut.da", 1, {DICTIONARY_STREET_TYPE}, 3704}, + {"gr.po", 1, {DICTIONARY_SYNONYM}, 3902}, + {"acq.to", 1, {DICTIONARY_PLACE_NAME}, 3587}, + {"pza", 1, {DICTIONARY_STREET_TYPE}, 3761}, + {"cooperativo", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"cusa", 1, {DICTIONARY_STREET_TYPE}, 3721}, + {"regione", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lu", 1, {DICTIONARY_TOPONYM}, 4002}, + {"ogliastra", 1, {DICTIONARY_TOPONYM}, -1}, + {"antica", 1, {DICTIONARY_SYNONYM}, -1}, + {"s.ten", 1, {DICTIONARY_PERSONAL_TITLE}, 3577}, + {"madonnetta", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"biella", 1, {DICTIONARY_TOPONYM}, -1}, + {"parma", 1, {DICTIONARY_TOPONYM}, -1}, + {"corpo darmata", 1, {DICTIONARY_PERSONAL_TITLE}, 3545}, + {"trieste", 1, {DICTIONARY_TOPONYM}, -1}, + {"vicenza", 1, {DICTIONARY_TOPONYM}, -1}, + {"contra'", 1, {DICTIONARY_STREET_TYPE}, 3723}, + {"sr", 1, {DICTIONARY_STREET_TYPE}, 3799}, + {"piano terra", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"alt.za", 1, {DICTIONARY_SYNONYM}, 3842}, + {"lungarno", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vnu", 1, {DICTIONARY_STREET_TYPE}, 3820}, + {"ditta individuale", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"gelateria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lunghi", 1, {DICTIONARY_SYNONYM}, -1}, + {"univ", 1, {DICTIONARY_PLACE_NAME}, 3681}, + {"banca", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dall'", 2, {DICTIONARY_ELISION, DICTIONARY_STOPWORD}, -1}, + {"vt", 1, {DICTIONARY_TOPONYM}, 4061}, + {"indale", 1, {DICTIONARY_SYNONYM}, 3905}, + {"cap", 1, {DICTIONARY_PERSONAL_TITLE}, 3538}, + {"cattedrale", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"santo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"anto", 1, {DICTIONARY_SYNONYM}, 3847}, + {"vle", 1, {DICTIONARY_STREET_TYPE}, 3826}, + {"s.c.r.l.", 1, {DICTIONARY_COMPANY_TYPE}, 3509}, + {"fonte", 1, {DICTIONARY_SYNONYM}, -1}, + {"str.st", 1, {DICTIONARY_STREET_TYPE}, 3800}, + {"strada comunale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"incor.ta", 1, {DICTIONARY_SYNONYM}, 3903}, + {"mro", 1, {DICTIONARY_SYNONYM}, 3934}, + {"intno", 1, {DICTIONARY_SYNONYM}, 3913}, + {"pc", 1, {DICTIONARY_TOPONYM}, 4018}, + {"maggre", 1, {DICTIONARY_SYNONYM}, 3554}, + {"lecco", 1, {DICTIONARY_TOPONYM}, -1}, + {"società", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"visconte", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"gge", 1, {DICTIONARY_UNIT_NUMBERED}, 4064}, + {"b.ia", 1, {DICTIONARY_PLACE_NAME}, 3580}, + {"galla", 1, {DICTIONARY_STREET_TYPE}, 3653}, + {"fortino", 1, {DICTIONARY_QUALIFIER}, -1}, + {"al", 1, {DICTIONARY_TOPONYM}, 3954}, + {"sud est", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"vibo valentia", 1, {DICTIONARY_TOPONYM}, -1}, + {"v.s", 1, {DICTIONARY_STREET_TYPE}, 3823}, + {"gno", 1, {DICTIONARY_SYNONYM}, 3888}, + {"salerno", 1, {DICTIONARY_TOPONYM}, -1}, + {"sta", 1, {DICTIONARY_STREET_TYPE}, 3793}, + {"porta", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_NUMBERED}, -1}, + {"9.bre", 1, {DICTIONARY_SYNONYM}, 3941}, + {"via vicinale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fermata", 1, {DICTIONARY_QUALIFIER}, -1}, + {"acqti", 1, {DICTIONARY_PLACE_NAME}, 3586}, + {"provinciale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"erg", 1, {DICTIONARY_CHAIN}, -1}, + {"s c r l", 1, {DICTIONARY_COMPANY_TYPE}, 3509}, + {"senatore", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"maggio", 1, {DICTIONARY_SYNONYM}, -1}, + {"mar", 1, {DICTIONARY_PERSONAL_TITLE}, 3555}, + {"lgt", 1, {DICTIONARY_STREET_TYPE}, 3746}, + {"rm", 1, {DICTIONARY_PERSONAL_TITLE}, 3564}, + {"piano nobile", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"s r l", 1, {DICTIONARY_COMPANY_TYPE}, 3516}, + {"dle", 1, {DICTIONARY_STOPWORD}, 3694}, + {"napoli", 1, {DICTIONARY_TOPONYM}, -1}, + {"f.te", 1, {DICTIONARY_SYNONYM}, 3881}, + {"vicoletto", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"p.ta", 1, {DICTIONARY_STREET_TYPE}, 3763}, + {"chiesetta", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"maestra", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.a.g.l", 1, {DICTIONARY_COMPANY_TYPE}, 3515}, + {"viale privato", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"me", 1, {DICTIONARY_TOPONYM}, 4005}, + {"obelisco", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"marzo", 1, {DICTIONARY_SYNONYM}, -1}, + {"c.ile", 1, {DICTIONARY_STREET_TYPE}, 3727}, + {"sulla", 1, {DICTIONARY_STOPWORD}, -1}, + {"abbe", 1, {DICTIONARY_PLACE_NAME}, 3581}, + {"vr", 1, {DICTIONARY_TOPONYM}, 4059}, + {"f c", 1, {DICTIONARY_COMPANY_TYPE}, 3507}, + {"campgi", 1, {DICTIONARY_PLACE_NAME}, 3607}, + {"mnu", 1, {DICTIONARY_SYNONYM}, 3924}, + {"udine", 1, {DICTIONARY_TOPONYM}, -1}, + {"n.va", 1, {DICTIONARY_SYNONYM}, 3942}, + {"grsa", 1, {DICTIONARY_SYNONYM}, 3895}, + {"reggio emilia", 1, {DICTIONARY_TOPONYM}, -1}, + {"magg", 1, {DICTIONARY_PERSONAL_TITLE}, 3554}, + {"#", 1, {DICTIONARY_NUMBER}, 3533}, + {"str", 1, {DICTIONARY_STREET_TYPE}, 3794}, + {"forc.la", 1, {DICTIONARY_STREET_TYPE}, 3737}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 3546}, + {"distretto", 1, {DICTIONARY_SYNONYM}, -1}, + {"ancona", 1, {DICTIONARY_TOPONYM}, -1}, + {"club", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"antico", 1, {DICTIONARY_SYNONYM}, -1}, + {"marin.la", 1, {DICTIONARY_SYNONYM}, 3925}, + {"vicolo privato", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"stl", 1, {DICTIONARY_STREET_TYPE}, 3804}, + {"v.s.", 1, {DICTIONARY_STREET_TYPE}, 3823}, + {"pas", 1, {DICTIONARY_STREET_TYPE}, 3759}, + {"industria", 1, {DICTIONARY_SYNONYM}, -1}, + {"vocabolo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"carggio", 1, {DICTIONARY_PLACE_NAME}, 3612}, + {"monumento", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"arc", 1, {DICTIONARY_STREET_TYPE}, 3703}, + {"or", 1, {DICTIONARY_TOPONYM}, 4015}, + {"piazza", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bia", 1, {DICTIONARY_PLACE_NAME}, 3580}, + {"cimitero", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"panificio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"firenze", 1, {DICTIONARY_TOPONYM}, -1}, + {"alimentari", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grse", 1, {DICTIONARY_SYNONYM}, 3896}, + {"m.ino", 1, {DICTIONARY_SYNONYM}, 3926}, + {"riviera", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"casto", 1, {DICTIONARY_PLACE_NAME}, 3621}, + {"reggio calabria", 1, {DICTIONARY_TOPONYM}, -1}, + {"fiera", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"campeggi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"interni", 1, {DICTIONARY_SYNONYM}, -1}, + {"casma", 1, {DICTIONARY_PLACE_NAME}, 3615}, + {"pal.zi", 1, {DICTIONARY_QUALIFIER}, 3692}, + {"salizada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"canli", 1, {DICTIONARY_SYNONYM}, 3859}, + {"lo", 1, {DICTIONARY_TOPONYM}, 4000}, + {"torre", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"genne", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tr", 1, {DICTIONARY_TOPONYM}, 4050}, + {"li", 1, {DICTIONARY_TOPONYM}, 3999}, + {"febbraio", 1, {DICTIONARY_SYNONYM}, -1}, + {"camp.gi", 1, {DICTIONARY_PLACE_NAME}, 3607}, + {"rm", 1, {DICTIONARY_TOPONYM}, 4035}, + {"lgo", 1, {DICTIONARY_SYNONYM}, 3752}, + {"rii", 1, {DICTIONARY_STREET_TYPE}, 3774}, + {"cass.a", 1, {DICTIONARY_PLACE_NAME}, 3622}, + {"casolare", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"area cani", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aut.ale", 1, {DICTIONARY_STREET_TYPE}, 3705}, + {"societa", 1, {DICTIONARY_COMPANY_TYPE}, 3508}, + {"professoressa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"appartamento", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"vb", 1, {DICTIONARY_TOPONYM}, 4055}, + {"sta", 1, {DICTIONARY_COMPANY_TYPE}, 3508}, + {"intorno a qui", 1, {DICTIONARY_NEAR}, -1}, + {"pzza", 1, {DICTIONARY_STREET_TYPE}, 3761}, + {"off", 1, {DICTIONARY_UNIT_NUMBERED}, 4065}, + {"carbonia-iglesias", 1, {DICTIONARY_TOPONYM}, -1}, + {"v.c.", 1, {DICTIONARY_STREET_TYPE}, 3819}, + {"a c", 1, {DICTIONARY_COMPANY_TYPE}, 3502}, + {"bna", 1, {DICTIONARY_STREET_TYPE}, 3708}, + {"cosenza", 1, {DICTIONARY_TOPONYM}, -1}, + {"contra", 1, {DICTIONARY_STREET_TYPE}, 3724}, + {"l.go", 1, {DICTIONARY_SYNONYM}, 3752}, + {"czi", 1, {DICTIONARY_SYNONYM}, 3869}, + {"f.ca", 1, {DICTIONARY_STREET_TYPE}, 3736}, + {"c.zo", 1, {DICTIONARY_SYNONYM}, 3870}, + {"gruppo", 1, {DICTIONARY_SYNONYM}, -1}, + {"carabinieri", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pontile", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gruppo di interesse economico", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"abb.e", 1, {DICTIONARY_PLACE_NAME}, 3581}, + {"porto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"camp.gio", 1, {DICTIONARY_PLACE_NAME}, 3606}, + {"int.ne", 1, {DICTIONARY_SYNONYM}, 3911}, + {"d.le", 1, {DICTIONARY_STOPWORD}, 3694}, + {"n.ro", 1, {DICTIONARY_SYNONYM}, 3940}, + {"ottobre", 1, {DICTIONARY_SYNONYM}, -1}, + {"p°", 1, {DICTIONARY_LEVEL_NUMBERED}, 3529}, + {"comunita", 1, {DICTIONARY_SYNONYM}, 3873}, + {"marinla", 1, {DICTIONARY_SYNONYM}, 3925}, + {"p.nº", 1, {DICTIONARY_LEVEL_NUMBERED}, 3529}, + {"mad.la", 1, {DICTIONARY_PLACE_NAME}, 3662}, + {"ghiacciai", 1, {DICTIONARY_SYNONYM}, -1}, + {"fm", 1, {DICTIONARY_TOPONYM}, 3989}, + {"tv", 1, {DICTIONARY_TOPONYM}, 4052}, + {"tabaccheria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cavalcavia", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"b.gno", 1, {DICTIONARY_PLACE_NAME}, 3593}, + {"lab.o", 1, {DICTIONARY_PLACE_NAME}, 3658}, + {"calata", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cavalc.a", 1, {DICTIONARY_STREET_TYPE}, 3720}, + {"carc.e", 1, {DICTIONARY_PLACE_NAME}, 3611}, + {"drogheria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"metr.na", 1, {DICTIONARY_SYNONYM}, 3931}, + {"casella postale", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"og", 1, {DICTIONARY_TOPONYM}, 4014}, + {"ts", 1, {DICTIONARY_TOPONYM}, 4051}, + {"di", 1, {DICTIONARY_STOPWORD}, -1}, + {"aosta", 1, {DICTIONARY_TOPONYM}, -1}, + {"rotabile", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"generali", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"hotel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"madonne", 1, {DICTIONARY_SYNONYM}, -1}, + {"n.o", 1, {DICTIONARY_NUMBER}, 3533}, + {"signa", 1, {DICTIONARY_PERSONAL_TITLE}, 3576}, + {"seminterrato", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"sigg", 1, {DICTIONARY_PERSONAL_TITLE}, 3575}, + {"borg.a", 1, {DICTIONARY_QUALIFIER}, 3684}, + {"crocevia", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tnu", 1, {DICTIONARY_STREET_TYPE}, 3813}, + {"bmento", 1, {DICTIONARY_PLACE_NAME}, 3595}, + {"prete", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"fortzio", 1, {DICTIONARY_PLACE_NAME}, 3652}, + {"blocco", 1, {DICTIONARY_QUALIFIER}, -1}, + {"altza", 1, {DICTIONARY_SYNONYM}, 3842}, + {"font.na", 1, {DICTIONARY_PLACE_NAME}, 3647}, + {"marittimo", 1, {DICTIONARY_SYNONYM}, -1}, + {"circonvallazione", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"casetto", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"società a garanzia limitata", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"d.la", 1, {DICTIONARY_STOPWORD}, 3693}, + {"campo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ufficio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"birra", 1, {DICTIONARY_PLACE_NAME}, 3602}, + {"como", 1, {DICTIONARY_TOPONYM}, -1}, + {"stp", 1, {DICTIONARY_STREET_TYPE}, 3797}, + {"acc.so", 1, {DICTIONARY_STREET_TYPE}, 3698}, + {"birr.e", 1, {DICTIONARY_PLACE_NAME}, 3603}, + {"fosso", 1, {DICTIONARY_SYNONYM}, -1}, + {"agosto", 1, {DICTIONARY_SYNONYM}, -1}, + {"acqrio", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, 3584}, + {"sdr", 1, {DICTIONARY_STREET_TYPE}, 3788}, + {"nordest", 1, {DICTIONARY_DIRECTIONAL}, 3519}, + {"snc", 1, {DICTIONARY_COMPANY_TYPE}, 3512}, + {"stradone", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ghio", 1, {DICTIONARY_SYNONYM}, 3887}, + {"contessa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mri", 1, {DICTIONARY_SYNONYM}, 3933}, + {"bolzano", 1, {DICTIONARY_TOPONYM}, -1}, + {"prevosto", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"fant.a", 1, {DICTIONARY_SYNONYM}, 3878}, + {"audostradale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dalla", 1, {DICTIONARY_STOPWORD}, -1}, + {"v.le", 1, {DICTIONARY_STREET_TYPE}, 3826}, + {"dai", 1, {DICTIONARY_STOPWORD}, -1}, + {"ob.sco", 1, {DICTIONARY_PLACE_NAME}, 3670}, + {"monast.o", 1, {DICTIONARY_PLACE_NAME}, 3668}, + {"bagno", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ferrria", 1, {DICTIONARY_PLACE_NAME}, 3644}, + {"maritt.o", 1, {DICTIONARY_SYNONYM}, 3927}, + {"cle", 1, {DICTIONARY_STREET_TYPE}, 3727}, + {"dic", 1, {DICTIONARY_SYNONYM}, 3875}, + {"s s", 1, {DICTIONARY_PERSONAL_TITLE}, 3568}, + {"lt", 1, {DICTIONARY_TOPONYM}, 4001}, + {"osple", 1, {DICTIONARY_PLACE_NAME}, 3671}, + {"p.rco giochi", 1, {DICTIONARY_PLACE_NAME}, 3676}, + {"bdo", 1, {DICTIONARY_STREET_TYPE}, 3707}, + {"sant'", 2, {DICTIONARY_ELISION, DICTIONARY_PERSONAL_TITLE}, -1}, + {"altze", 1, {DICTIONARY_SYNONYM}, 3843}, + {"cantina", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"l.ghi", 1, {DICTIONARY_SYNONYM}, 3917}, + {"basca", 1, {DICTIONARY_PLACE_NAME}, 3598}, + {"centrale", 1, {DICTIONARY_SYNONYM}, -1}, + {"crematorio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ovest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"caffe", 1, {DICTIONARY_PLACE_NAME}, 3604}, + {"compagnia", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"so", 1, {DICTIONARY_DIRECTIONAL}, 3527}, + {"alessandria", 1, {DICTIONARY_TOPONYM}, -1}, + {"giardini", 1, {DICTIONARY_SYNONYM}, -1}, + {"bo", 1, {DICTIONARY_TOPONYM}, 3967}, + {"impto", 1, {DICTIONARY_PLACE_NAME}, 3655}, + {"madonnella", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ms", 1, {DICTIONARY_TOPONYM}, 4009}, + {"piano", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"sottopassaggio", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"f.c", 1, {DICTIONARY_COMPANY_TYPE}, 3507}, + {"con", 1, {DICTIONARY_STOPWORD}, -1}, + {"gna", 1, {DICTIONARY_STREET_TYPE}, 3742}, + {"rit", 1, {DICTIONARY_STREET_TYPE}, 3775}, + {"parco", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c.tina", 1, {DICTIONARY_LEVEL_BASEMENT}, 3528}, + {"dissalazione", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"naz.le", 1, {DICTIONARY_SYNONYM}, 3937}, + {"7.bre", 1, {DICTIONARY_SYNONYM}, 3952}, + {"sulle", 1, {DICTIONARY_STOPWORD}, -1}, + {"ap", 1, {DICTIONARY_TOPONYM}, 3957}, + {"pte", 1, {DICTIONARY_STREET_TYPE}, 3764}, + {"caverne", 1, {DICTIONARY_SYNONYM}, -1}, + {"distr.o", 1, {DICTIONARY_SYNONYM}, 3876}, + {"ctile", 1, {DICTIONARY_STREET_TYPE}, 3727}, + {"navigli", 1, {DICTIONARY_SYNONYM}, -1}, + {"mag", 1, {DICTIONARY_SYNONYM}, 3918}, + {"distro", 1, {DICTIONARY_SYNONYM}, 3876}, + {"ferriera", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pz", 1, {DICTIONARY_TOPONYM}, 4029}, + {"lug", 1, {DICTIONARY_STREET_TYPE}, 3750}, + {"cooperativa", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"lago", 1, {DICTIONARY_SYNONYM}, -1}, + {"vc", 1, {DICTIONARY_TOPONYM}, 4056}, + {"magg.ri", 1, {DICTIONARY_SYNONYM}, 3922}, + {"s.a.s.", 1, {DICTIONARY_COMPANY_TYPE}, 3511}, + {"sud", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nelle", 1, {DICTIONARY_STOPWORD}, -1}, + {"sps", 1, {DICTIONARY_STREET_TYPE}, 3790}, + {"dormitorio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"frazi", 1, {DICTIONARY_STREET_TYPE}, 3740}, + {"c.te", 1, {DICTIONARY_STREET_TYPE}, 3726}, + {"cons", 1, {DICTIONARY_PERSONAL_TITLE}, 3544}, + {"emiss.o", 1, {DICTIONARY_PERSONAL_TITLE}, 3549}, + {"sondrio", 1, {DICTIONARY_TOPONYM}, -1}, + {"alberghi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"forno", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pta", 1, {DICTIONARY_STREET_TYPE}, 3766}, + {"nelle vicinanze", 1, {DICTIONARY_NEAR}, -1}, + {"s", 1, {DICTIONARY_PERSONAL_TITLE}, 3569}, + {"pno", 1, {DICTIONARY_LEVEL_NUMBERED}, 3529}, + {"fontile", 1, {DICTIONARY_SYNONYM}, 3880}, + {"indali", 1, {DICTIONARY_SYNONYM}, 3906}, + {"fsa", 1, {DICTIONARY_SYNONYM}, 3883}, + {"brindisi", 1, {DICTIONARY_TOPONYM}, -1}, + {"av", 1, {DICTIONARY_TOPONYM}, 3961}, + {"societa a responsabilita limitata", 1, {DICTIONARY_COMPANY_TYPE}, 3516}, + {"società in accomandità semplice", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"rc", 1, {DICTIONARY_TOPONYM}, 4031}, + {"erglo", 1, {DICTIONARY_PLACE_NAME}, 3638}, + {"vicino a me", 1, {DICTIONARY_NEAR}, -1}, + {"pelletteria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gen", 1, {DICTIONARY_SYNONYM}, 3885}, + {"ragioniere", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"giolleria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"e", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"p.º", 1, {DICTIONARY_LEVEL_NUMBERED}, 3529}, + {"gr.se", 1, {DICTIONARY_SYNONYM}, 3896}, + {"santi", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"vicino a", 1, {DICTIONARY_NEAR}, -1}, + {"snu", 1, {DICTIONARY_STREET_TYPE}, 3796}, + {"ind.ia", 1, {DICTIONARY_SYNONYM}, 3904}, + {"nord", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"c / o", 1, {DICTIONARY_POST_OFFICE}, 3683}, + {"abbazia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pro", 1, {DICTIONARY_STREET_TYPE}, 3768}, + {"b.ne", 1, {DICTIONARY_PERSONAL_TITLE}, 3536}, + {"sda", 1, {DICTIONARY_STREET_TYPE}, 3783}, + {"salita", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ergastolo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grte", 1, {DICTIONARY_SYNONYM}, 3900}, + {"collina", 1, {DICTIONARY_SYNONYM}, -1}, + {"stazione", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"n.ve", 1, {DICTIONARY_SYNONYM}, 3943}, + {"calzolaio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"a.c.", 1, {DICTIONARY_COMPANY_TYPE}, 3502}, + {"var", 1, {DICTIONARY_STREET_TYPE}, 3817}, + {"industriali", 1, {DICTIONARY_SYNONYM}, -1}, + {"f.v", 1, {DICTIONARY_PLACE_NAME}, 3643}, + {"rp", 1, {DICTIONARY_PERSONAL_TITLE}, 3565}, + {"nord ovest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"po", 1, {DICTIONARY_TOPONYM}, 4024}, + {"gall.a", 1, {DICTIONARY_STREET_TYPE}, 3653}, + {"costa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cambiavalute", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grande ufficiale", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cte", 1, {DICTIONARY_PLACE_NAME}, 3617}, + {"aq", 1, {DICTIONARY_TOPONYM}, 3958}, + {"magg", 1, {DICTIONARY_SYNONYM}, 3918}, + {"str vic", 1, {DICTIONARY_STREET_TYPE}, 3802}, + {"cta", 1, {DICTIONARY_STREET_TYPE}, 3729}, + {"aut.de", 1, {DICTIONARY_STREET_TYPE}, 3706}, + {"n.º", 1, {DICTIONARY_NUMBER}, 3533}, + {"rampe", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ss", 1, {DICTIONARY_PERSONAL_TITLE}, 3568}, + {"cattle", 1, {DICTIONARY_PLACE_NAME}, 3626}, + {"grossi", 1, {DICTIONARY_SYNONYM}, -1}, + {"s.r.l.", 1, {DICTIONARY_COMPANY_TYPE}, 3516}, + {"cap.ta", 1, {DICTIONARY_PLACE_NAME}, 3609}, + {"teatro", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"egregio", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"piscina", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fraz.e", 1, {DICTIONARY_STREET_TYPE}, 3739}, + {"s e", 1, {DICTIONARY_DIRECTIONAL}, 3526}, + {"largo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rev", 1, {DICTIONARY_PERSONAL_TITLE}, 3563}, + {"ch", 1, {DICTIONARY_TOPONYM}, 3975}, + {"giardino", 1, {DICTIONARY_SYNONYM}, -1}, + {"riva", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"im", 1, {DICTIONARY_TOPONYM}, 3994}, + {"diga", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ss", 1, {DICTIONARY_COMPANY_TYPE}, 3510}, + {"pn°", 1, {DICTIONARY_LEVEL_NUMBERED}, 3529}, + {"c \\ o", 1, {DICTIONARY_POST_OFFICE}, 3683}, + {"fortilizio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bologna", 1, {DICTIONARY_TOPONYM}, -1}, + {"bne", 1, {DICTIONARY_PERSONAL_TITLE}, 3536}, + {"ac", 1, {DICTIONARY_COMPANY_TYPE}, 3502}, + {"fort.one", 1, {DICTIONARY_PLACE_NAME}, 3651}, + {"tangenziale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"genova", 1, {DICTIONARY_TOPONYM}, -1}, + {"sig.ra", 1, {DICTIONARY_PERSONAL_TITLE}, 3573}, + {"ctta", 1, {DICTIONARY_SYNONYM}, 3865}, + {"c", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 3498}, + {"lno", 1, {DICTIONARY_STREET_TYPE}, 3751}, + {"arch", 1, {DICTIONARY_PERSONAL_TITLE}, 3534}, + {"str s", 1, {DICTIONARY_STREET_TYPE}, 3800}, + {"carabri", 1, {DICTIONARY_PLACE_NAME}, 3610}, + {"car.ggio", 1, {DICTIONARY_PLACE_NAME}, 3612}, + {"sc", 1, {DICTIONARY_STREET_TYPE}, 3795}, + {"lagto", 1, {DICTIONARY_SYNONYM}, 3914}, + {"gr.so", 1, {DICTIONARY_SYNONYM}, 3898}, + {"r m", 1, {DICTIONARY_PERSONAL_TITLE}, 3564}, + {"accademia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ptl", 1, {DICTIONARY_STREET_TYPE}, 3765}, + {"bli", 2, {DICTIONARY_QUALIFIER, DICTIONARY_QUALIFIER}, 3689}, + {"borgo", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"s.p.", 1, {DICTIONARY_PERSONAL_TITLE}, 3570}, + {"se", 1, {DICTIONARY_DIRECTIONAL}, 3526}, + {"castello", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ca", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_UNIT_NUMBERED}, 3498}, + {"ch.etta", 1, {DICTIONARY_PLACE_NAME}, 3630}, + {"ri", 1, {DICTIONARY_TOPONYM}, 4034}, + {"bealere", 1, {DICTIONARY_SYNONYM}, -1}, + {"fv", 1, {DICTIONARY_PLACE_NAME}, 3643}, + {"alto", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"quartiere", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"carab.ri", 1, {DICTIONARY_PLACE_NAME}, 3610}, + {"società in nome collettivo", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"caserma", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gen.li", 1, {DICTIONARY_PERSONAL_TITLE}, 3551}, + {"s s", 1, {DICTIONARY_COMPANY_TYPE}, 3510}, + {"milre", 1, {DICTIONARY_SYNONYM}, 3932}, + {"o", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"vcn", 1, {DICTIONARY_STREET_TYPE}, 3832}, + {"str provinciale", 1, {DICTIONARY_STREET_TYPE}, 3797}, + {"grande", 1, {DICTIONARY_SYNONYM}, -1}, + {"nov", 1, {DICTIONARY_SYNONYM}, 3941}, + {"fno", 1, {DICTIONARY_PLACE_NAME}, 3649}, + {"alle", 1, {DICTIONARY_STOPWORD}, -1}, + {"padne", 1, {DICTIONARY_PLACE_NAME}, 3673}, + {"mi", 1, {DICTIONARY_TOPONYM}, 4006}, + {"località", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"strada privata", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nordovest", 1, {DICTIONARY_DIRECTIONAL}, 3520}, + {"sui", 1, {DICTIONARY_STOPWORD}, -1}, + {"supportico", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"llg", 1, {DICTIONARY_STREET_TYPE}, 3753}, + {"chieti", 1, {DICTIONARY_TOPONYM}, -1}, + {"associazione calcio", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"n.ra", 1, {DICTIONARY_SYNONYM}, 3939}, + {"caltanissetta", 1, {DICTIONARY_TOPONYM}, -1}, + {"fratelli", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_SYNONYM}, -1}, + {"sdl", 1, {DICTIONARY_STREET_TYPE}, 3803}, + {"s.a.s", 1, {DICTIONARY_COMPANY_TYPE}, 3511}, + {"gallerie", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"distilleria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lgd", 1, {DICTIONARY_STREET_TYPE}, 3749}, + {"bz", 1, {DICTIONARY_TOPONYM}, 3971}, + {"signorina", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"psi", 1, {DICTIONARY_PLACE_NAME}, 3678}, + {"internazionale", 1, {DICTIONARY_SYNONYM}, -1}, + {"dalle", 1, {DICTIONARY_STOPWORD}, -1}, + {"capla", 1, {DICTIONARY_PLACE_NAME}, 3608}, + {"via provincale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mec", 1, {DICTIONARY_PLACE_NAME}, 3667}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"p.°", 1, {DICTIONARY_LEVEL_NUMBERED}, 3529}, + {"basso", 1, {DICTIONARY_SYNONYM}, -1}, + {"campeggio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"palazzi", 1, {DICTIONARY_QUALIFIER}, -1}, + {"al", 1, {DICTIONARY_STOPWORD}, -1}, + {"oristano", 1, {DICTIONARY_TOPONYM}, -1}, + {"palazzo", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"s.v.", 1, {DICTIONARY_STREET_TYPE}, 3802}, + {"cat be", 1, {DICTIONARY_PLACE_NAME}, 3625}, + {"cal", 1, {DICTIONARY_STREET_TYPE}, 3714}, + {"bgt", 1, {DICTIONARY_STREET_TYPE}, 3712}, + {"ist", 1, {DICTIONARY_PLACE_NAME}, 3657}, + {"cll.a", 1, {DICTIONARY_SYNONYM}, 3866}, + {"bottega", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ambasciata", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dissalne", 1, {DICTIONARY_PLACE_NAME}, 3636}, + {"mil.re", 1, {DICTIONARY_SYNONYM}, 3932}, + {"antichi", 1, {DICTIONARY_SYNONYM}, -1}, + {"gruppi", 1, {DICTIONARY_SYNONYM}, -1}, + {"autale", 1, {DICTIONARY_STREET_TYPE}, 3705}, + {"so", 1, {DICTIONARY_TOPONYM}, 4040}, + {"sr", 1, {DICTIONARY_TOPONYM}, 4042}, + {"cs", 1, {DICTIONARY_TOPONYM}, 3981}, + {"grosso", 1, {DICTIONARY_SYNONYM}, -1}, + {"mc", 1, {DICTIONARY_TOPONYM}, 4004}, + {"centro comm", 1, {DICTIONARY_PLACE_NAME}, 3627}, + {"societa semplice", 1, {DICTIONARY_COMPANY_TYPE}, 3510}, + {"ferr.ra", 1, {DICTIONARY_PLACE_NAME}, 3642}, + {"alla", 1, {DICTIONARY_STOPWORD}, -1}, + {"avvocato", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"c.p", 1, {DICTIONARY_POST_OFFICE}, 3682}, + {"grotta", 1, {DICTIONARY_SYNONYM}, -1}, + {"b.de", 1, {DICTIONARY_SYNONYM}, 3851}, + {"società cooperativa a responsabilità limitata", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"strti", 1, {DICTIONARY_STREET_TYPE}, 3809}, + {"pach.o", 1, {DICTIONARY_PLACE_NAME}, 3674}, + {"contrada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"f.v.", 1, {DICTIONARY_PLACE_NAME}, 3643}, + {"reverendo madre", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pn", 1, {DICTIONARY_TOPONYM}, 4023}, + {"fanteria", 1, {DICTIONARY_SYNONYM}, -1}, + {"c.te", 1, {DICTIONARY_PLACE_NAME}, 3617}, + {"beta", 1, {DICTIONARY_PLACE_NAME}, 3600}, + {"bsa", 1, {DICTIONARY_SYNONYM}, 3852}, + {"loc.a", 1, {DICTIONARY_PLACE_NAME}, 3660}, + {"baronessa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"chsa", 1, {DICTIONARY_PLACE_NAME}, 3629}, + {"mannu", 1, {DICTIONARY_SYNONYM}, -1}, + {"str.r", 1, {DICTIONARY_STREET_TYPE}, 3799}, + {"grde", 1, {DICTIONARY_SYNONYM}, 3893}, + {"grpo", 1, {DICTIONARY_SYNONYM}, 3902}, + {"verbano-cusio-ossola", 1, {DICTIONARY_TOPONYM}, -1}, + {"penisola", 1, {DICTIONARY_SYNONYM}, -1}, + {"f.rata", 1, {DICTIONARY_STREET_TYPE}, 3733}, + {"reverendo padre", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"7 bre", 1, {DICTIONARY_SYNONYM}, 3952}, + {"aut.sle", 1, {DICTIONARY_STREET_TYPE}, 3705}, + {"calzat.cio", 1, {DICTIONARY_PLACE_NAME}, 3605}, + {"pto", 1, {DICTIONARY_PLACE_NAME}, 3679}, + {"ba", 1, {DICTIONARY_TOPONYM}, 3962}, + {"caverna", 1, {DICTIONARY_SYNONYM}, -1}, + {"pasticceria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"corte", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vicolo nuovo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lungadige", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gr.pi", 1, {DICTIONARY_SYNONYM}, 3901}, + {"vcp", 1, {DICTIONARY_STREET_TYPE}, 3831}, + {"cuneo", 1, {DICTIONARY_TOPONYM}, -1}, + {"bso", 1, {DICTIONARY_SYNONYM}, 3854}, + {"c.d.a", 1, {DICTIONARY_PERSONAL_TITLE}, 3545}, + {"mad.na", 1, {DICTIONARY_SYNONYM}, 3920}, + {"masseria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bretelle", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nella", 1, {DICTIONARY_STOPWORD}, -1}, + {"dissal.ne", 1, {DICTIONARY_PLACE_NAME}, 3636}, + {"isolette", 1, {DICTIONARY_QUALIFIER}, -1}, + {"commle", 1, {DICTIONARY_SYNONYM}, 3871}, + {"trento", 1, {DICTIONARY_TOPONYM}, -1}, + {"rag", 1, {DICTIONARY_ACADEMIC_DEGREE}, 3497}, + {"bet.e", 1, {DICTIONARY_PLACE_NAME}, 3601}, + {"benevento", 1, {DICTIONARY_TOPONYM}, -1}, + {"maresciallo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 3525}, + {"rovigo", 1, {DICTIONARY_TOPONYM}, -1}, + {"mantova", 1, {DICTIONARY_TOPONYM}, -1}, + {"mn", 1, {DICTIONARY_TOPONYM}, 4007}, + {"caffeteria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"obsco", 1, {DICTIONARY_PLACE_NAME}, 3670}, + {"cl", 1, {DICTIONARY_TOPONYM}, 3977}, + {"muro", 1, {DICTIONARY_SYNONYM}, -1}, + {"p.no", 1, {DICTIONARY_LEVEL_NUMBERED}, 3529}, + {"s.n.c.", 1, {DICTIONARY_COMPANY_TYPE}, 3512}, + {"ct", 1, {DICTIONARY_TOPONYM}, 3982}, + {"vpv", 1, {DICTIONARY_STREET_TYPE}, 3822}, + {"pompieri", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"comp", 1, {DICTIONARY_COMPANY_TYPE}, 3503}, + {"b.si", 1, {DICTIONARY_SYNONYM}, 3853}, + {"dentro", 1, {DICTIONARY_STOPWORD}, -1}, + {"pesaro e urbino", 1, {DICTIONARY_TOPONYM}, -1}, + {"abbazie", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"str r", 1, {DICTIONARY_STREET_TYPE}, 3799}, + {"blo", 2, {DICTIONARY_QUALIFIER, DICTIONARY_QUALIFIER}, 3688}, + {"area di svago", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"strte", 1, {DICTIONARY_STREET_TYPE}, 3808}, + {"cavalca", 1, {DICTIONARY_STREET_TYPE}, 3720}, + {"c.c.", 1, {DICTIONARY_PLACE_NAME}, 3627}, + {"strada vicinale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bretella", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sa", 1, {DICTIONARY_TOPONYM}, 4038}, + {"prof.ssa", 1, {DICTIONARY_PERSONAL_TITLE}, 3562}, + {"cav.na", 1, {DICTIONARY_SYNONYM}, 3860}, + {"srl", 1, {DICTIONARY_COMPANY_TYPE}, 3516}, + {"frata", 1, {DICTIONARY_STREET_TYPE}, 3733}, + {"casone", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lavanda", 1, {DICTIONARY_PLACE_NAME}, 3659}, + {"cav", 1, {DICTIONARY_PERSONAL_TITLE}, 3540}, + {"gne", 1, {DICTIONARY_STREET_TYPE}, 3743}, + {"ferramenta", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"anfiti", 1, {DICTIONARY_PLACE_NAME}, 3591}, + {"nav.o", 1, {DICTIONARY_SYNONYM}, 3936}, + {"societa per azioni", 1, {DICTIONARY_COMPANY_TYPE}, 3513}, + {"pescheria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"f.so", 1, {DICTIONARY_SYNONYM}, 3882}, + {"la spezia", 1, {DICTIONARY_TOPONYM}, -1}, + {"tra", 1, {DICTIONARY_STREET_TYPE}, 3812}, + {"venezia", 1, {DICTIONARY_TOPONYM}, -1}, + {"c.tta", 1, {DICTIONARY_SYNONYM}, 3865}, + {"b.se", 1, {DICTIONARY_SYNONYM}, 3855}, + {"collegio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grsi", 1, {DICTIONARY_SYNONYM}, 3897}, + {"livorno", 1, {DICTIONARY_TOPONYM}, -1}, + {"asilo infantile", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s", 1, {DICTIONARY_PERSONAL_TITLE}, 3566}, + {"ai", 1, {DICTIONARY_STOPWORD}, -1}, + {"rn", 1, {DICTIONARY_TOPONYM}, 4036}, + {"stradello", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ci", 1, {DICTIONARY_TOPONYM}, 3976}, + {"bar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"isernia", 1, {DICTIONARY_TOPONYM}, -1}, + {"forcella", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"società in accomandità per azioni", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"fso", 1, {DICTIONARY_SYNONYM}, 3882}, + {"mandto", 1, {DICTIONARY_SYNONYM}, 3923}, + {"min.ro", 1, {DICTIONARY_PLACE_NAME}, 3556}, + {"p.te", 1, {DICTIONARY_STREET_TYPE}, 3764}, + {"cle", 1, {DICTIONARY_SYNONYM}, 3864}, + {"fossa", 1, {DICTIONARY_SYNONYM}, -1}, + {"sten", 1, {DICTIONARY_PERSONAL_TITLE}, 3577}, + {"le", 1, {DICTIONARY_TOPONYM}, 3998}, + {"la", 1, {DICTIONARY_STOPWORD}, -1}, + {"anti", 1, {DICTIONARY_SYNONYM}, 3846}, + {"&", 1, {DICTIONARY_STOPWORD}, 3697}, + {"console", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.da", 1, {DICTIONARY_STREET_TYPE}, 3783}, + {"re", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"accademie", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bs", 1, {DICTIONARY_TOPONYM}, 3969}, + {"divvo", 1, {DICTIONARY_SYNONYM}, 3877}, + {"il", 1, {DICTIONARY_STOPWORD}, -1}, + {"bealera", 1, {DICTIONARY_SYNONYM}, -1}, + {"rimini", 1, {DICTIONARY_TOPONYM}, -1}, + {"rtb", 1, {DICTIONARY_STREET_TYPE}, 3779}, + {"ferrata", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pa", 1, {DICTIONARY_TOPONYM}, 4017}, + {"monumo", 1, {DICTIONARY_PLACE_NAME}, 3669}, + {"str reg", 1, {DICTIONARY_STREET_TYPE}, 3799}, + {"autsle", 1, {DICTIONARY_STREET_TYPE}, 3705}, + {"nº", 1, {DICTIONARY_NUMBER}, 3533}, + {"duca", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"forni", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"caporale maggiore", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"vlo", 1, {DICTIONARY_STREET_TYPE}, 3829}, + {"stretta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"parco giochi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"str.prov", 1, {DICTIONARY_STREET_TYPE}, 3797}, + {"std", 1, {DICTIONARY_STREET_TYPE}, 3806}, + {"campiello", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"v s", 1, {DICTIONARY_STREET_TYPE}, 3823}, + {"padiglinoe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"libreria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ple", 1, {DICTIONARY_STREET_TYPE}, 3762}, + {"f.no", 1, {DICTIONARY_PLACE_NAME}, 3649}, + {"mand.to", 1, {DICTIONARY_SYNONYM}, 3923}, + {"imperatrice", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"birr.a", 1, {DICTIONARY_PLACE_NAME}, 3602}, + {"scrl", 1, {DICTIONARY_COMPANY_TYPE}, 3509}, + {"gr", 1, {DICTIONARY_TOPONYM}, 3993}, + {"brescia", 1, {DICTIONARY_TOPONYM}, -1}, + {"clle", 1, {DICTIONARY_SYNONYM}, 3867}, + {"ca", 1, {DICTIONARY_TOPONYM}, 3972}, + {"str.ti", 1, {DICTIONARY_STREET_TYPE}, 3809}, + {"fioraio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"strada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"basilica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"caporale", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"fraze", 1, {DICTIONARY_STREET_TYPE}, 3739}, + {"arco", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"comm", 1, {DICTIONARY_PERSONAL_TITLE}, 3543}, + {"brigata", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mte", 1, {DICTIONARY_STREET_TYPE}, 3758}, + {"pub", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"terminal traghetto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c.la", 1, {DICTIONARY_SYNONYM}, 3863}, + {"degli", 1, {DICTIONARY_STOPWORD}, -1}, + {"pr", 1, {DICTIONARY_TOPONYM}, 4025}, + {"calle", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"belluno", 1, {DICTIONARY_TOPONYM}, -1}, + {"gennaio", 1, {DICTIONARY_SYNONYM}, -1}, + {"alt", 1, {DICTIONARY_STREET_TYPE}, 3699}, + {"nazionale", 1, {DICTIONARY_SYNONYM}, -1}, + {"strta", 1, {DICTIONARY_STREET_TYPE}, 3807}, + {"cap.la", 1, {DICTIONARY_PLACE_NAME}, 3608}, + {"scali", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"presso a", 1, {DICTIONARY_NEAR}, -1}, + {"tvc", 1, {DICTIONARY_STREET_TYPE}, 3816}, + {"erg.lo", 1, {DICTIONARY_PLACE_NAME}, 3638}, + {"inf.e", 1, {DICTIONARY_SYNONYM}, 3907}, + {"mrno", 1, {DICTIONARY_SYNONYM}, 3926}, + {"biv", 1, {DICTIONARY_STREET_TYPE}, 3709}, + {"x bre", 1, {DICTIONARY_SYNONYM}, 3875}, + {"antiche", 1, {DICTIONARY_SYNONYM}, -1}, + {"bl", 1, {DICTIONARY_TOPONYM}, 3965}, + {"interne", 1, {DICTIONARY_SYNONYM}, -1}, + {"ss", 1, {DICTIONARY_TOPONYM}, 4043}, + {"officina", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"ferrara", 1, {DICTIONARY_TOPONYM}, -1}, + {"sudovest", 1, {DICTIONARY_DIRECTIONAL}, 3527}, + {"r.m.", 1, {DICTIONARY_PERSONAL_TITLE}, 3564}, + {"catanzaro", 1, {DICTIONARY_TOPONYM}, -1}, + {"terni", 1, {DICTIONARY_TOPONYM}, -1}, + {"ses", 1, {DICTIONARY_STREET_TYPE}, 3789}, + {"ve", 1, {DICTIONARY_TOPONYM}, 4057}, + {"societa cooperativa a responsabilita limitata", 1, {DICTIONARY_COMPANY_TYPE}, 3509}, + {"aerop.to", 1, {DICTIONARY_PLACE_NAME}, 3588}, + {"cagliari", 1, {DICTIONARY_TOPONYM}, -1}, + {"mb", 1, {DICTIONARY_TOPONYM}, 4003}, + {"s n c", 1, {DICTIONARY_COMPANY_TYPE}, 3512}, + {"accad.e", 1, {DICTIONARY_PLACE_NAME}, 3583}, + {"cassa", 1, {DICTIONARY_PLACE_NAME}, 3622}, + {"agenzia immobiliare", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"calzaturificio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lucca", 1, {DICTIONARY_TOPONYM}, -1}, + {"tintoria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fanta", 1, {DICTIONARY_SYNONYM}, 3878}, + {"s reginale", 1, {DICTIONARY_STREET_TYPE}, 3799}, + {"ost.a", 1, {DICTIONARY_PLACE_NAME}, 3672}, + {"locanda", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"snc", 1, {DICTIONARY_NO_NUMBER}, 3531}, + {"calv.o", 1, {DICTIONARY_SYNONYM}, 3858}, + {"cda", 1, {DICTIONARY_PERSONAL_TITLE}, 3545}, + {"vta", 1, {DICTIONARY_STREET_TYPE}, 3839}, + {"bl.o", 1, {DICTIONARY_QUALIFIER}, 3688}, + {"in", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"blocchi", 1, {DICTIONARY_QUALIFIER}, -1}, + {"c c", 1, {DICTIONARY_PLACE_NAME}, 3627}, + {"cortile", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ip.dromo", 1, {DICTIONARY_PLACE_NAME}, 3656}, + {"agrigento", 1, {DICTIONARY_TOPONYM}, -1}, + {"via nuova", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bari", 1, {DICTIONARY_TOPONYM}, -1}, + {"signore", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"card", 1, {DICTIONARY_PERSONAL_TITLE}, 3539}, + {"presidente", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.c.r.l", 1, {DICTIONARY_COMPANY_TYPE}, 3509}, + {"casotto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"farmacia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"macelleria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vv", 1, {DICTIONARY_TOPONYM}, 4062}, + {"anfit.o", 1, {DICTIONARY_PLACE_NAME}, 3592}, + {"c", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"magg.re", 1, {DICTIONARY_SYNONYM}, 3554}, + {"autostrada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"monastero", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ne", 1, {DICTIONARY_DIRECTIONAL}, 3519}, + {"supermercato", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fortificazione", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"spadaria", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"n o", 1, {DICTIONARY_DIRECTIONAL}, 3520}, + {"macerata", 1, {DICTIONARY_TOPONYM}, -1}, + {"rtd", 1, {DICTIONARY_STREET_TYPE}, 3780}, + {"autde", 1, {DICTIONARY_STREET_TYPE}, 3706}, + {"collo", 1, {DICTIONARY_SYNONYM}, -1}, + {"s", 1, {DICTIONARY_STREET_TYPE}, 3794}, + {"cte", 1, {DICTIONARY_STREET_TYPE}, 3726}, + {"santa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"v provinciale", 1, {DICTIONARY_STREET_TYPE}, 3822}, + {"regina", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"novara", 1, {DICTIONARY_TOPONYM}, -1}, + {"c.so", 1, {DICTIONARY_STREET_TYPE}, 3725}, + {"sp", 1, {DICTIONARY_PERSONAL_TITLE}, 3570}, + {"edifo", 1, {DICTIONARY_BUILDING_TYPE}, 3500}, + {"feb", 1, {DICTIONARY_SYNONYM}, 3879}, + {"monza e brianza", 1, {DICTIONARY_TOPONYM}, -1}, + {"serg", 1, {DICTIONARY_PERSONAL_TITLE}, 3572}, + {"grdi", 1, {DICTIONARY_SYNONYM}, 3894}, + {"alzaia", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"c.na", 1, {DICTIONARY_STREET_TYPE}, 3719}, + {"laboratorio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"decembre", 1, {DICTIONARY_SYNONYM}, -1}, + {"intern.le", 1, {DICTIONARY_SYNONYM}, 3909}, + {"f.sa", 1, {DICTIONARY_SYNONYM}, 3883}, + {"pcola", 1, {DICTIONARY_SYNONYM}, 3948}, + {"bassi", 1, {DICTIONARY_SYNONYM}, -1}, + {"intern.li", 1, {DICTIONARY_SYNONYM}, 3910}, + {"vicolo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fatta", 1, {DICTIONARY_PLACE_NAME}, 3641}, + {"sas", 1, {DICTIONARY_COMPANY_TYPE}, 3511}, + {"te", 1, {DICTIONARY_TOPONYM}, 4046}, + {"f.ni", 1, {DICTIONARY_PLACE_NAME}, 3648}, + {"cr", 1, {DICTIONARY_TOPONYM}, 3980}, + {"madla", 1, {DICTIONARY_PLACE_NAME}, 3662}, + {"vcl", 1, {DICTIONARY_STREET_TYPE}, 3830}, + {"pi", 1, {DICTIONARY_TOPONYM}, 4022}, + {"lghi", 1, {DICTIONARY_SYNONYM}, 3917}, + {"cartoleria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gendria", 1, {DICTIONARY_PLACE_NAME}, 3654}, + {"vicolo vecchio", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pensilina", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"accesso", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mt", 1, {DICTIONARY_TOPONYM}, 4010}, + {"brlle", 1, {DICTIONARY_STREET_TYPE}, 3711}, + {"nuoro", 1, {DICTIONARY_TOPONYM}, -1}, + {"s.p", 1, {DICTIONARY_PERSONAL_TITLE}, 3570}, + {"dell'", 2, {DICTIONARY_ELISION, DICTIONARY_STOPWORD}, -1}, + {"cardinale", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"convto", 1, {DICTIONARY_PLACE_NAME}, 3634}, + {"pad.ne", 1, {DICTIONARY_PLACE_NAME}, 3673}, + {"aut sle", 1, {DICTIONARY_STREET_TYPE}, 3705}, + {"barone", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ferrrio", 1, {DICTIONARY_PLACE_NAME}, 3645}, + {"ud", 1, {DICTIONARY_TOPONYM}, 4053}, + {"lavand.a", 1, {DICTIONARY_PLACE_NAME}, 3659}, + {"ang", 1, {DICTIONARY_STREET_TYPE}, 3702}, + {"volta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sullo", 1, {DICTIONARY_STOPWORD}, -1}, + {"caffè", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"distilla", 1, {DICTIONARY_PLACE_NAME}, 3637}, + {"grd", 1, {DICTIONARY_STREET_TYPE}, 3744}, + {"c p", 1, {DICTIONARY_POST_OFFICE}, 3682}, + {"su", 1, {DICTIONARY_STOPWORD}, -1}, + {"co", 1, {DICTIONARY_COMPANY_TYPE}, 3503}, + {"x.bre", 1, {DICTIONARY_SYNONYM}, 3875}, + {"dagli", 1, {DICTIONARY_STOPWORD}, -1}, + {"rpa", 1, {DICTIONARY_STREET_TYPE}, 3771}, + {"ip", 1, {DICTIONARY_CHAIN}, -1}, + {"barbiere", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"co", 1, {DICTIONARY_TOPONYM}, 3979}, + {"abbadie", 1, {DICTIONARY_PLACE_NAME}, 3581}, + {"g.i.e", 1, {DICTIONARY_COMPANY_TYPE}, 3506}, + {"spalto", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"for", 1, {DICTIONARY_STREET_TYPE}, 3738}, + {"ragusa", 1, {DICTIONARY_TOPONYM}, -1}, + {"maggiori", 1, {DICTIONARY_SYNONYM}, -1}, + {"circonve", 1, {DICTIONARY_STREET_TYPE}, 3722}, + {"vigili del fuoco", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ant.a", 1, {DICTIONARY_SYNONYM}, 3844}, + {"sca", 1, {DICTIONARY_STREET_TYPE}, 3787}, + {"can.le", 1, {DICTIONARY_SYNONYM}, 3717}, + {"ministro", 1, {DICTIONARY_PERSONAL_TITLE}, 3556}, + {"super mercato", 1, {DICTIONARY_PLACE_NAME}, 3680}, + {"fonderia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"palermo", 1, {DICTIONARY_TOPONYM}, -1}, + {"vvc", 1, {DICTIONARY_STREET_TYPE}, 3825}, + {"trattoria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s", 1, {DICTIONARY_PERSONAL_TITLE}, 3567}, + {"bt", 1, {DICTIONARY_TOPONYM}, 3970}, + {"bmenti", 1, {DICTIONARY_PLACE_NAME}, 3596}, + {"nve", 1, {DICTIONARY_SYNONYM}, 3943}, + {"lavanderia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"e", 1, {DICTIONARY_DIRECTIONAL}, 3521}, + {"col.a", 1, {DICTIONARY_QUALIFIER}, 3690}, + {"generale", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"rio terà", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"anfito", 1, {DICTIONARY_PLACE_NAME}, 3592}, + {"prco", 1, {DICTIONARY_PLACE_NAME}, 3675}, + {"l'aquila", 1, {DICTIONARY_TOPONYM}, -1}, + {"intne", 1, {DICTIONARY_SYNONYM}, 3911}, + {"parrucchiere", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ghiacciaio", 1, {DICTIONARY_SYNONYM}, -1}, + {"torino", 1, {DICTIONARY_TOPONYM}, -1}, + {"arcipghi", 1, {DICTIONARY_SYNONYM}, 3849}, + {"c.letto", 1, {DICTIONARY_PLACE_NAME}, 3614}, + {"scuola guida", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"b.re", 1, {DICTIONARY_SYNONYM}, 3857}, + {"str.to", 1, {DICTIONARY_STREET_TYPE}, 3810}, + {"ponte", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"strada provinciale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"l", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"conte", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.p.a", 1, {DICTIONARY_COMPANY_TYPE}, 3513}, + {"clla", 1, {DICTIONARY_SYNONYM}, 3866}, + {"dei", 1, {DICTIONARY_STOPWORD}, -1}, + {"bagni", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"medit.eo", 1, {DICTIONARY_SYNONYM}, 3930}, + {"frz", 1, {DICTIONARY_STREET_TYPE}, 3739}, + {"cat ba", 1, {DICTIONARY_PLACE_NAME}, 3624}, + {"cp", 1, {DICTIONARY_POST_OFFICE}, 3682}, + {"ad", 1, {DICTIONARY_NEAR}, -1}, + {"bn", 1, {DICTIONARY_TOPONYM}, 3966}, + {"forti", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"scale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"via comunale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pe", 1, {DICTIONARY_TOPONYM}, 4020}, + {"b.so", 1, {DICTIONARY_SYNONYM}, 3854}, + {"municipio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vil", 1, {DICTIONARY_STREET_TYPE}, 3836}, + {"coop.va", 1, {DICTIONARY_COMPANY_TYPE}, 3504}, + {"società per azioni", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"abbadia", 1, {DICTIONARY_PLACE_NAME}, 3580}, + {"bnssa", 1, {DICTIONARY_PERSONAL_TITLE}, 3537}, + {"piazzetta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fontna", 1, {DICTIONARY_PLACE_NAME}, 3647}, + {"font.ile", 1, {DICTIONARY_SYNONYM}, 3880}, + {"ten", 1, {DICTIONARY_PERSONAL_TITLE}, 3578}, + {"madta", 1, {DICTIONARY_PLACE_NAME}, 3663}, + {"giul", 1, {DICTIONARY_SYNONYM}, 3891}, + {"lgo", 1, {DICTIONARY_STREET_TYPE}, 3747}, + {"architetto", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sto", 1, {DICTIONARY_STREET_TYPE}, 3810}, + {"br.lla", 1, {DICTIONARY_STREET_TYPE}, 3710}, + {"piccola", 1, {DICTIONARY_SYNONYM}, -1}, + {"superstrada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"n°", 1, {DICTIONARY_NUMBER}, 3533}, + {"corpo d'armata", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pcoli", 1, {DICTIONARY_SYNONYM}, 3950}, + {"ferroviario", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"g.no", 1, {DICTIONARY_SYNONYM}, 3888}, + {"accad.a", 1, {DICTIONARY_PLACE_NAME}, 3582}, + {"c d a", 1, {DICTIONARY_PERSONAL_TITLE}, 3545}, + {"arciprete", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dpmto", 1, {DICTIONARY_PLACE_NAME}, 3635}, + {"metrna", 1, {DICTIONARY_SYNONYM}, 3931}, + {"museo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gr.si", 1, {DICTIONARY_SYNONYM}, 3897}, + {"monasto", 1, {DICTIONARY_PLACE_NAME}, 3668}, + {"m.ri", 1, {DICTIONARY_SYNONYM}, 3933}, + {"r p", 1, {DICTIONARY_PERSONAL_TITLE}, 3565}, + {"dottssa", 1, {DICTIONARY_PERSONAL_TITLE}, 3547}, + {"piccolo", 1, {DICTIONARY_SYNONYM}, -1}, + {"riv", 1, {DICTIONARY_STREET_TYPE}, 3778}, + {"s s", 1, {DICTIONARY_STREET_TYPE}, 3800}, + {"aeropto", 1, {DICTIONARY_PLACE_NAME}, 3588}, + {"gentile", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"corso", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"str statale", 1, {DICTIONARY_STREET_TYPE}, 3800}, + {"gh.io", 1, {DICTIONARY_SYNONYM}, 3887}, + {"curato", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.s.", 1, {DICTIONARY_COMPANY_TYPE}, 3510}, + {"c.ta", 1, {DICTIONARY_PLACE_NAME}, 3616}, + {"negli", 1, {DICTIONARY_STOPWORD}, -1}, + {"media", 1, {DICTIONARY_SYNONYM}, -1}, + {"vi", 1, {DICTIONARY_TOPONYM}, 4058}, + {"laghetto", 1, {DICTIONARY_SYNONYM}, -1}, + {"v", 1, {DICTIONARY_STREET_TYPE}, 3818}, + {"signora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cso", 1, {DICTIONARY_STREET_TYPE}, 3725}, + {"on", 1, {DICTIONARY_PERSONAL_TITLE}, 3558}, + {"edif.o", 1, {DICTIONARY_BUILDING_TYPE}, 3500}, + {"api", 1, {DICTIONARY_CHAIN}, -1}, + {"istituto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"campo da golf", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"autonoleggio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"foggia", 1, {DICTIONARY_TOPONYM}, -1}, + {"palazzina", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"reverendo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cb", 1, {DICTIONARY_TOPONYM}, 3973}, + {"strette", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"grso", 1, {DICTIONARY_SYNONYM}, 3898}, + {"canale", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"biblioteca", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"autostrade", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cht", 1, {DICTIONARY_PLACE_NAME}, 3628}, + {"capitano", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"chalet", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"impianto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"no", 1, {DICTIONARY_TOPONYM}, 4012}, + {"nord est", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"d'", 2, {DICTIONARY_ELISION, DICTIONARY_STOPWORD}, -1}, + {"onorevole", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"metropolitana", 1, {DICTIONARY_SYNONYM}, -1}, + {"parcheggio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lc", 1, {DICTIONARY_TOPONYM}, 3997}, + {"rieti", 1, {DICTIONARY_TOPONYM}, -1}, + {"p.colo", 1, {DICTIONARY_SYNONYM}, 3951}, + {"off.a", 1, {DICTIONARY_UNIT_NUMBERED}, 4065}, + {"ingegnere", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cpt", 1, {DICTIONARY_POST_OFFICE}, 3682}, + {"sala", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"frazioni", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vve", 1, {DICTIONARY_STREET_TYPE}, 3824}, + {"ristorante", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fon", 1, {DICTIONARY_STREET_TYPE}, 3734}, + {"basse", 1, {DICTIONARY_SYNONYM}, -1}, + {"industriale", 1, {DICTIONARY_SYNONYM}, -1}, + {"gend.ria", 1, {DICTIONARY_PLACE_NAME}, 3654}, + {"cinema", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"livello", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"tn", 1, {DICTIONARY_TOPONYM}, 4047}, + {"dottoressa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"comta", 1, {DICTIONARY_SYNONYM}, 3873}, + {"rg", 1, {DICTIONARY_TOPONYM}, 4033}, + {"p.zza", 1, {DICTIONARY_STREET_TYPE}, 3761}, + {"s vicinale", 1, {DICTIONARY_STREET_TYPE}, 3802}, + {"giudice", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"negozio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"an", 1, {DICTIONARY_TOPONYM}, 3955}, + {"coll.io", 1, {DICTIONARY_PLACE_NAME}, 3632}, + {"cappelleria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s statale", 1, {DICTIONARY_STREET_TYPE}, 3800}, + {"and", 1, {DICTIONARY_STREET_TYPE}, 3701}, + {"fni", 1, {DICTIONARY_PLACE_NAME}, 3648}, + {"s r", 1, {DICTIONARY_STREET_TYPE}, 3799}, + {"interno", 2, {DICTIONARY_SYNONYM, DICTIONARY_UNIT_NUMBERED}, -1}, + {"ferrovia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sarto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cletto", 1, {DICTIONARY_PLACE_NAME}, 3614}, + {"imp.to", 1, {DICTIONARY_PLACE_NAME}, 3655}, + {"p.rco", 1, {DICTIONARY_PLACE_NAME}, 3675}, + {"sottotenente", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ministero", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PLACE_NAME}, -1}, + {"birrerie", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"centro comm le", 1, {DICTIONARY_PLACE_NAME}, 3627}, + {"pg", 1, {DICTIONARY_TOPONYM}, 4021}, + {"per", 1, {DICTIONARY_STOPWORD}, -1}, + {"sauna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"distill.a", 1, {DICTIONARY_PLACE_NAME}, 3637}, + {"panetteria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mlo", 1, {DICTIONARY_STREET_TYPE}, 3757}, + {"reg", 1, {DICTIONARY_STREET_TYPE}, 3773}, + {"br", 1, {DICTIONARY_TOPONYM}, 3968}, + {"maggri", 1, {DICTIONARY_SYNONYM}, 3922}, + {"dla", 1, {DICTIONARY_STOPWORD}, 3693}, + {"cat.ba", 1, {DICTIONARY_PLACE_NAME}, 3624}, + {"can.li", 1, {DICTIONARY_SYNONYM}, 3859}, + {"campo sportivo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"scuola superiore", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ant.e", 1, {DICTIONARY_SYNONYM}, 3845}, + {"contrà", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lun", 1, {DICTIONARY_STREET_TYPE}, 3752}, + {"ravenna", 1, {DICTIONARY_TOPONYM}, -1}, + {"9bre", 1, {DICTIONARY_SYNONYM}, 3941}, + {"piccoli", 1, {DICTIONARY_SYNONYM}, -1}, + {"traversa privata", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ch.t", 1, {DICTIONARY_PLACE_NAME}, 3628}, + {"nuovo", 1, {DICTIONARY_SYNONYM}, -1}, + {"pistoia", 1, {DICTIONARY_TOPONYM}, -1}, + {"ipdromo", 1, {DICTIONARY_PLACE_NAME}, 3656}, + {"sp", 1, {DICTIONARY_TOPONYM}, 4041}, + {"maddalena", 1, {DICTIONARY_SYNONYM}, -1}, + {"ctn", 1, {DICTIONARY_STREET_TYPE}, 3728}, + {"g.na", 1, {DICTIONARY_STREET_TYPE}, 3742}, + {"scalinata", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"varese", 1, {DICTIONARY_TOPONYM}, -1}, + {"dis", 1, {DICTIONARY_STREET_TYPE}, 3732}, + {"sassari", 1, {DICTIONARY_TOPONYM}, -1}, + {"passeggiata", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"all'angolo tra", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"aprile", 1, {DICTIONARY_SYNONYM}, -1}, + {"fdo", 1, {DICTIONARY_STREET_TYPE}, 3735}, + {"dicembre", 1, {DICTIONARY_SYNONYM}, -1}, + {"s.a.p.a.", 1, {DICTIONARY_COMPANY_TYPE}, 3514}, + {"9 bre", 1, {DICTIONARY_SYNONYM}, 3941}, + {"cavna", 1, {DICTIONARY_SYNONYM}, 3860}, + {"v.p", 1, {DICTIONARY_STREET_TYPE}, 3822}, + {"stretti", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"collio", 1, {DICTIONARY_PLACE_NAME}, 3632}, + {"emissario", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s o", 1, {DICTIONARY_DIRECTIONAL}, 3527}, + {"magaz.i", 1, {DICTIONARY_PLACE_NAME}, 3664}, + {"en", 1, {DICTIONARY_TOPONYM}, 3984}, + {"lungargine", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"canali", 1, {DICTIONARY_SYNONYM}, -1}, + {"bsi", 1, {DICTIONARY_SYNONYM}, 3853}, + {"accada", 1, {DICTIONARY_PLACE_NAME}, 3582}, + {"fraz", 1, {DICTIONARY_STREET_TYPE}, 3739}, + {"10 bre", 1, {DICTIONARY_SYNONYM}, 3875}, + {"m.ro", 1, {DICTIONARY_SYNONYM}, 3934}, + {"ant.o", 1, {DICTIONARY_SYNONYM}, 3847}, + {"sts", 1, {DICTIONARY_STREET_TYPE}, 3800}, + {"università", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s a g l", 1, {DICTIONARY_COMPANY_TYPE}, 3515}, + {"cavne", 1, {DICTIONARY_SYNONYM}, 3861}, + {"dormitori", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"centro sportivo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grta", 1, {DICTIONARY_SYNONYM}, 3899}, + {"muri", 1, {DICTIONARY_SYNONYM}, -1}, + {"n", 1, {DICTIONARY_NUMBER}, 3533}, + {"pcole", 1, {DICTIONARY_SYNONYM}, 3949}, + {"febbr", 1, {DICTIONARY_SYNONYM}, 3879}, + {"magazo", 1, {DICTIONARY_PLACE_NAME}, 3665}, + {"c.da", 1, {DICTIONARY_STREET_TYPE}, 3724}, + {"10bre", 1, {DICTIONARY_SYNONYM}, 3875}, + {"circonv.e", 1, {DICTIONARY_STREET_TYPE}, 3722}, + {"bettole", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"parco acquatico", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"borga", 1, {DICTIONARY_QUALIFIER}, 3684}, + {"capta", 1, {DICTIONARY_PLACE_NAME}, 3609}, + {"p.za", 1, {DICTIONARY_STREET_TYPE}, 3761}, + {"f.ro", 1, {DICTIONARY_PLACE_NAME}, 3640}, + {"catacombe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"borgate", 1, {DICTIONARY_QUALIFIER}, -1}, + {"pescara", 1, {DICTIONARY_TOPONYM}, -1}, + {"m.nu", 1, {DICTIONARY_SYNONYM}, 3924}, + {"societa in accomandita per azioni", 1, {DICTIONARY_COMPANY_TYPE}, 3514}, + {"forte", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zona industriale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"scala", 2, {DICTIONARY_STAIRCASE, DICTIONARY_STREET_TYPE}, -1}, + {"levante", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"r.m", 1, {DICTIONARY_PERSONAL_TITLE}, 3564}, + {"colline", 1, {DICTIONARY_SYNONYM}, -1}, + {"lag.to", 1, {DICTIONARY_SYNONYM}, 3914}, + {"d.lo", 1, {DICTIONARY_STOPWORD}, 3695}, + {"diversivo", 1, {DICTIONARY_SYNONYM}, -1}, + {"si", 1, {DICTIONARY_TOPONYM}, 4039}, + {"fondo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"alb.o", 1, {DICTIONARY_PLACE_NAME}, 3590}, + {"cons.rio", 1, {DICTIONARY_PLACE_NAME}, 3633}, + {"ge", 1, {DICTIONARY_TOPONYM}, 3991}, + {"cambia valute", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"scl", 1, {DICTIONARY_STREET_TYPE}, 3784}, + {"acquedotto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"magaz.o", 1, {DICTIONARY_PLACE_NAME}, 3665}, + {"isole", 1, {DICTIONARY_QUALIFIER}, -1}, + {"s.a.g.l.", 1, {DICTIONARY_COMPANY_TYPE}, 3515}, + {"portici", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"san", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cll.e", 1, {DICTIONARY_SYNONYM}, 3867}, + {"vct", 1, {DICTIONARY_STREET_TYPE}, 3828}, + {"cavaliere", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"lungolago", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gr", 1, {DICTIONARY_SYNONYM}, 3892}, + {"bas.che", 1, {DICTIONARY_PLACE_NAME}, 3599}, + {"acqri", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, 3585}, + {"p.ta", 1, {DICTIONARY_STREET_TYPE}, 3766}, + {"9.mbre", 1, {DICTIONARY_SYNONYM}, 3941}, + {"b.sa", 1, {DICTIONARY_SYNONYM}, 3852}, + {"interrato", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"prato", 1, {DICTIONARY_TOPONYM}, -1}, + {"sal", 1, {DICTIONARY_STREET_TYPE}, 3782}, + {"dtro", 1, {DICTIONARY_STOPWORD}, 3696}, + {"lag.a", 1, {DICTIONARY_SYNONYM}, 3916}, + {"tpr", 1, {DICTIONARY_STREET_TYPE}, 3814}, + {"orrient.le", 1, {DICTIONARY_DIRECTIONAL}, 3523}, + {"commendatore", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"loc", 1, {DICTIONARY_STREET_TYPE}, 3756}, + {"c.po", 1, {DICTIONARY_STREET_TYPE}, 3716}, + {"ante", 1, {DICTIONARY_SYNONYM}, 3845}, + {"casaletto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dott.ssa", 1, {DICTIONARY_PERSONAL_TITLE}, 3547}, + {"nuovi", 1, {DICTIONARY_SYNONYM}, -1}, + {"isoletti", 1, {DICTIONARY_QUALIFIER}, -1}, + {"gie", 1, {DICTIONARY_COMPANY_TYPE}, 3506}, + {"gentili", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s p a", 1, {DICTIONARY_COMPANY_TYPE}, 3513}, + {"ss", 1, {DICTIONARY_STREET_TYPE}, 3800}, + {"p.cole", 1, {DICTIONARY_SYNONYM}, 3949}, + {"casino", 1, {DICTIONARY_PLACE_NAME}, 3618}, + {"monte", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"donna", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"banchina", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cittadella", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ar", 1, {DICTIONARY_TOPONYM}, 3959}, + {"nazli", 1, {DICTIONARY_SYNONYM}, 3938}, + {"penis.a", 1, {DICTIONARY_SYNONYM}, 3947}, + {"veterinario", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"strada nuova", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"giug", 1, {DICTIONARY_SYNONYM}, 3890}, + {"fortza", 1, {DICTIONARY_PLACE_NAME}, 3650}, + {"ghi", 1, {DICTIONARY_SYNONYM}, 3886}, + {"cas.to", 1, {DICTIONARY_PLACE_NAME}, 3621}, + {"gh.i", 1, {DICTIONARY_SYNONYM}, 3886}, + {"vs", 1, {DICTIONARY_TOPONYM}, 4060}, + {"palzi", 1, {DICTIONARY_QUALIFIER}, 3692}, + {"8 bre", 1, {DICTIONARY_SYNONYM}, 3946}, + {"s.v", 1, {DICTIONARY_STREET_TYPE}, 3802}, + {"ippodromo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cappelletta", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"caserta", 1, {DICTIONARY_TOPONYM}, -1}, + {"calvo", 1, {DICTIONARY_SYNONYM}, 3858}, + {"aut", 1, {DICTIONARY_STREET_TYPE}, 3704}, + {"g.ne", 1, {DICTIONARY_STREET_TYPE}, 3743}, + {"baraccamento", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"coopva", 1, {DICTIONARY_COMPANY_TYPE}, 3504}, + {"marchese", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"fort.zio", 1, {DICTIONARY_PLACE_NAME}, 3652}, + {"fta", 1, {DICTIONARY_STREET_TYPE}, 3734}, + {"palzo", 1, {DICTIONARY_BUILDING_TYPE}, 3501}, + {"arezzo", 1, {DICTIONARY_TOPONYM}, -1}, + {"universita", 1, {DICTIONARY_PLACE_NAME}, 3681}, + {"s.a.p.a", 1, {DICTIONARY_COMPANY_TYPE}, 3514}, + {"chetta", 1, {DICTIONARY_PLACE_NAME}, 3630}, + {"calvario", 1, {DICTIONARY_SYNONYM}, -1}, + {"abba", 1, {DICTIONARY_PLACE_NAME}, 3580}, + {"poste italiane", 1, {DICTIONARY_CHAIN}, -1}, + {"traversa strada statale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"olbia-tempio", 1, {DICTIONARY_TOPONYM}, -1}, + {"padova", 1, {DICTIONARY_TOPONYM}, -1}, + {"nvo", 1, {DICTIONARY_SYNONYM}, 3945}, + {"maestro", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sig", 1, {DICTIONARY_PERSONAL_TITLE}, 3574}, + {"pal.zo", 1, {DICTIONARY_BUILDING_TYPE}, 3501}, + {"barche", 1, {DICTIONARY_PLACE_NAME}, 3597}, + {"frazione", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"v", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"br.lle", 1, {DICTIONARY_STREET_TYPE}, 3711}, + {"fontanile", 1, {DICTIONARY_SYNONYM}, -1}, + {"bassa", 1, {DICTIONARY_SYNONYM}, -1}, + {"ottica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"b.gni", 1, {DICTIONARY_PLACE_NAME}, 3594}, + {"f.c.", 1, {DICTIONARY_COMPANY_TYPE}, 3507}, + {"cassina", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nra", 1, {DICTIONARY_SYNONYM}, 3939}, + {"v c", 1, {DICTIONARY_STREET_TYPE}, 3819}, + {"lungomare", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sen", 1, {DICTIONARY_PERSONAL_TITLE}, 3571}, + {"via privata", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"i", 1, {DICTIONARY_STOPWORD}, -1}, + {"fortno", 1, {DICTIONARY_QUALIFIER}, 3691}, + {"plg", 1, {DICTIONARY_STREET_TYPE}, 3769}, + {"str.a", 1, {DICTIONARY_STREET_TYPE}, 3794}, + {"orientale", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"centr.e", 1, {DICTIONARY_SYNONYM}, 3862}, + {"r.p", 1, {DICTIONARY_PERSONAL_TITLE}, 3565}, + {"b.ra", 1, {DICTIONARY_SYNONYM}, 3856}, + {"madna", 1, {DICTIONARY_SYNONYM}, 3920}, + {"badde", 1, {DICTIONARY_SYNONYM}, -1}, + {"ctina", 1, {DICTIONARY_LEVEL_BASEMENT}, 3528}, + {"societa in nome collettivo", 1, {DICTIONARY_COMPANY_TYPE}, 3512}, + {"vercelli", 1, {DICTIONARY_TOPONYM}, -1}, + {"casale", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"birreria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rampa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"roma", 1, {DICTIONARY_TOPONYM}, -1}, + {"calzatcio", 1, {DICTIONARY_PLACE_NAME}, 3605}, + {"magazzini", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vc", 1, {DICTIONARY_STREET_TYPE}, 3819}, + {"cortina", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"eni", 1, {DICTIONARY_CHAIN}, -1}, + {"gall.e", 1, {DICTIONARY_STREET_TYPE}, 3741}, + {"lecce", 1, {DICTIONARY_TOPONYM}, -1}, + {"sett", 1, {DICTIONARY_SYNONYM}, 3952}, + {"bgni", 1, {DICTIONARY_PLACE_NAME}, 3594}, + {"ripa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"rva", 1, {DICTIONARY_STREET_TYPE}, 3777}, + {"traversa vicinale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"czo", 1, {DICTIONARY_SYNONYM}, 3870}, + {"ind.ale", 1, {DICTIONARY_SYNONYM}, 3905}, + {"imperia", 1, {DICTIONARY_TOPONYM}, -1}, + {"porto turistico", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"l.go", 1, {DICTIONARY_STREET_TYPE}, 3747}, + {"f v", 1, {DICTIONARY_PLACE_NAME}, 3643}, + {"occid.le", 1, {DICTIONARY_DIRECTIONAL}, 3522}, + {"lre", 1, {DICTIONARY_STREET_TYPE}, 3754}, + {"cn", 1, {DICTIONARY_TOPONYM}, 3978}, + {"pres emerito", 1, {DICTIONARY_PERSONAL_TITLE}, 3560}, + {"contr.a", 1, {DICTIONARY_STREET_TYPE}, 3724}, + {"qua", 1, {DICTIONARY_STREET_TYPE}, 3770}, + {"piccole", 1, {DICTIONARY_SYNONYM}, -1}, + {"div.vo", 1, {DICTIONARY_SYNONYM}, 3877}, + {"sestiere", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"v.c", 1, {DICTIONARY_STREET_TYPE}, 3819}, + {"gran", 1, {DICTIONARY_SYNONYM}, -1}, + {"re", 1, {DICTIONARY_TOPONYM}, 4032}, + {"settembre", 1, {DICTIONARY_SYNONYM}, -1}, + {"mas", 1, {DICTIONARY_PLACE_NAME}, 3666}, + {"isoletto", 1, {DICTIONARY_QUALIFIER}, -1}, + {"str vicinale", 1, {DICTIONARY_STREET_TYPE}, 3802}, + {"centro commerciale", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"stradale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"prt", 1, {DICTIONARY_STREET_TYPE}, 3767}, + {"pt", 1, {DICTIONARY_TOPONYM}, 4026}, + {"c.zi", 1, {DICTIONARY_SYNONYM}, 3869}, + {"xbre", 1, {DICTIONARY_SYNONYM}, 3875}, + {"cllo", 1, {DICTIONARY_SYNONYM}, 3868}, + {"vic", 1, {DICTIONARY_STREET_TYPE}, 3834}, + {"piazzale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"trapani", 1, {DICTIONARY_TOPONYM}, -1}, + {"staz", 1, {DICTIONARY_STREET_TYPE}, 3793}, + {"delle", 1, {DICTIONARY_STOPWORD}, -1}, + {"badia", 1, {DICTIONARY_PLACE_NAME}, 3580}, + {"giornalaio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fortone", 1, {DICTIONARY_PLACE_NAME}, 3651}, + {"cast.o", 1, {DICTIONARY_PLACE_NAME}, 3623}, + {"nello", 1, {DICTIONARY_STOPWORD}, -1}, + {"nazle", 1, {DICTIONARY_SYNONYM}, 3937}, + {"mulino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lotto", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"cozzi", 1, {DICTIONARY_SYNONYM}, -1}, + {"osta", 1, {DICTIONARY_PLACE_NAME}, 3672}, + {"scc", 1, {DICTIONARY_STREET_TYPE}, 3781}, + {"bgno", 1, {DICTIONARY_PLACE_NAME}, 3593}, + {"sacca", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.n.c.", 1, {DICTIONARY_NO_NUMBER}, 3531}, + {"go", 1, {DICTIONARY_TOPONYM}, 3992}, + {"prolungamento", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 3561}, + {"pista di ghiaccio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"carenaggio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"societa a garanzia limitata", 1, {DICTIONARY_COMPANY_TYPE}, 3515}, + {"baraccamenti", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pzt", 1, {DICTIONARY_STREET_TYPE}, 3763}, + {"piacenza", 1, {DICTIONARY_TOPONYM}, -1}, + {"str reginale", 1, {DICTIONARY_STREET_TYPE}, 3799}, + {"8bre", 1, {DICTIONARY_SYNONYM}, 3946}, + {"colle", 1, {DICTIONARY_SYNONYM}, -1}, + {"gradini", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"orologiaio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"infe", 1, {DICTIONARY_SYNONYM}, 3907}, + {"asilo nido", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"altezza", 1, {DICTIONARY_SYNONYM}, -1}, + {"fattoria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"via statale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"forlì-cesena", 1, {DICTIONARY_TOPONYM}, -1}, + {"sup", 1, {DICTIONARY_STREET_TYPE}, 3811}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"qui vicino", 1, {DICTIONARY_NEAR}, -1}, + {"dipartimento", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bettola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cna", 1, {DICTIONARY_STREET_TYPE}, 3719}, + {"borgata", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"gorizia", 1, {DICTIONARY_TOPONYM}, -1}, + {"forca", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"str.te", 1, {DICTIONARY_STREET_TYPE}, 3808}, + {"area comune", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"alb.i", 1, {DICTIONARY_PLACE_NAME}, 3589}, + {"unità", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"bivio", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nazionali", 1, {DICTIONARY_SYNONYM}, -1}, + {"profssa", 1, {DICTIONARY_PERSONAL_TITLE}, 3562}, + {"androna", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fabbra", 1, {DICTIONARY_PLACE_NAME}, 3639}, + {"scuola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gr.sa", 1, {DICTIONARY_SYNONYM}, 3895}, + {"dlo", 1, {DICTIONARY_STOPWORD}, 3695}, + {"viterbo", 1, {DICTIONARY_TOPONYM}, -1}, + {"sud ovest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 3518}, + {"ascoli piceno", 1, {DICTIONARY_TOPONYM}, -1}, + {"spd", 1, {DICTIONARY_STREET_TYPE}, 3791}, + {"cnt", 1, {DICTIONARY_STREET_TYPE}, 3724}, + {"mad.ne", 1, {DICTIONARY_SYNONYM}, 3921}, + {"anfiteatri", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cav uff", 1, {DICTIONARY_PERSONAL_TITLE}, 3541}, + {"sce", 1, {DICTIONARY_STREET_TYPE}, 3785}, + {"campobasso", 1, {DICTIONARY_TOPONYM}, -1}, + {"ch.sa", 1, {DICTIONARY_PLACE_NAME}, 3629}, + {"isola", 1, {DICTIONARY_QUALIFIER}, -1}, + {"a.c", 1, {DICTIONARY_COMPANY_TYPE}, 3502}, + {"z.i.", 1, {DICTIONARY_STREET_TYPE}, 3840}, + {"società semplice", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"via", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"10.bre", 1, {DICTIONARY_SYNONYM}, 3875}, + {"fca", 1, {DICTIONARY_STREET_TYPE}, 3736}, + {"ta", 1, {DICTIONARY_TOPONYM}, 4045}, + {"bse", 1, {DICTIONARY_SYNONYM}, 3855}, + {"cantone", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"massa e carrara", 1, {DICTIONARY_TOPONYM}, -1}, + {"ferr.rio", 1, {DICTIONARY_PLACE_NAME}, 3645}, + {"rio", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"alt.ze", 1, {DICTIONARY_SYNONYM}, 3843}, + {"g.i.e.", 1, {DICTIONARY_COMPANY_TYPE}, 3506}, + {"p t", 1, {DICTIONARY_LEVEL_STANDALONE}, 3530}, + {"ro", 1, {DICTIONARY_TOPONYM}, 4037}, + {"rio tera'", 1, {DICTIONARY_STREET_TYPE}, 3775}, + {"sve", 1, {DICTIONARY_STREET_TYPE}, 3801}, + {"p.coli", 1, {DICTIONARY_SYNONYM}, 3950}, + {"fraz.i", 1, {DICTIONARY_STREET_TYPE}, 3740}, + {"crv", 1, {DICTIONARY_STREET_TYPE}, 3722}, + {"canle", 1, {DICTIONARY_SYNONYM}, 3717}, + {"naz.li", 1, {DICTIONARY_SYNONYM}, 3938}, + {"acq.ti", 1, {DICTIONARY_PLACE_NAME}, 3586}, + {"casetta", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vicolo largo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.s.", 1, {DICTIONARY_STREET_TYPE}, 3800}, + {"locta", 1, {DICTIONARY_STREET_TYPE}, 3756}, + {"strada vecchia", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"est", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"cpo", 1, {DICTIONARY_STREET_TYPE}, 3716}, + {"cat", 1, {DICTIONARY_STREET_TYPE}, 3718}, + {"bra", 1, {DICTIONARY_SYNONYM}, 3856}, + {"drssa", 1, {DICTIONARY_PERSONAL_TITLE}, 3547}, + {"nuove", 1, {DICTIONARY_SYNONYM}, -1}, + {"vzo", 1, {DICTIONARY_STREET_TYPE}, 3837}, + {"loc.ta", 1, {DICTIONARY_STREET_TYPE}, 3756}, + {"g.ge", 1, {DICTIONARY_UNIT_NUMBERED}, 4064}, + {"cnl", 1, {DICTIONARY_STREET_TYPE}, 3717}, + {"min", 1, {DICTIONARY_PERSONAL_TITLE}, 3556}, + {"sig.na", 1, {DICTIONARY_PERSONAL_TITLE}, 3576}, + {"bi", 1, {DICTIONARY_TOPONYM}, 3964}, + {"birre", 1, {DICTIONARY_PLACE_NAME}, 3603}, + {"s.p", 1, {DICTIONARY_STREET_TYPE}, 3797}, + {"cla", 1, {DICTIONARY_SYNONYM}, 3863}, + {"sudest", 1, {DICTIONARY_DIRECTIONAL}, 3526}, + {"sergente", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"signori", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"latina", 1, {DICTIONARY_TOPONYM}, -1}, + {"monsignore", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"borge", 1, {DICTIONARY_QUALIFIER}, 3685}, + {"madonna", 1, {DICTIONARY_SYNONYM}, -1}, + {"acquario", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grpi", 1, {DICTIONARY_SYNONYM}, 3901}, + {"pta", 1, {DICTIONARY_STREET_TYPE}, 3763}, + {"lavanderia a gettone", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"stretto", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ot", 1, {DICTIONARY_TOPONYM}, 4016}, + {"mediterraneo", 1, {DICTIONARY_SYNONYM}, -1}, + {"abb.a", 1, {DICTIONARY_PLACE_NAME}, 3580}, + {"cozzo", 1, {DICTIONARY_SYNONYM}, -1}, + {"zin", 1, {DICTIONARY_STREET_TYPE}, 3840}, + {"milano", 1, {DICTIONARY_TOPONYM}, -1}, + {"faro", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"minro", 1, {DICTIONARY_PLACE_NAME}, 3556}, + {"stt", 1, {DICTIONARY_STREET_TYPE}, 3805}, + {"int", 1, {DICTIONARY_UNIT_NUMBERED}, 3913}, + {"cup", 1, {DICTIONARY_STREET_TYPE}, 3731}, + {"nu", 1, {DICTIONARY_TOPONYM}, 4013}, + {"c.etto", 1, {DICTIONARY_BUILDING_TYPE}, 3499}, + {"chiesa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fc", 1, {DICTIONARY_COMPANY_TYPE}, 3507}, + {"inferiore", 1, {DICTIONARY_SYNONYM}, -1}, + {"traversa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fort.za", 1, {DICTIONARY_PLACE_NAME}, 3650}, + {"villaggio", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"teramo", 1, {DICTIONARY_TOPONYM}, -1}, + {"asti", 1, {DICTIONARY_TOPONYM}, -1}, + {"flli", 1, {DICTIONARY_SYNONYM}, 3884}, + {"pco", 1, {DICTIONARY_PLACE_NAME}, 3675}, + {"molo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sugli", 1, {DICTIONARY_STOPWORD}, -1}, + {"voc", 1, {DICTIONARY_STREET_TYPE}, 3838}, + {"c.c", 1, {DICTIONARY_PLACE_NAME}, 3627}, + {"a", 3, {DICTIONARY_CROSS_STREET, DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"dec", 1, {DICTIONARY_SYNONYM}, 3874}, + {"o", 1, {DICTIONARY_DIRECTIONAL}, 3524}, + {"garage", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"fro", 1, {DICTIONARY_PLACE_NAME}, 3640}, + {"unita", 1, {DICTIONARY_UNIT_NUMBERED}, 4066}, + {"ago", 1, {DICTIONARY_SYNONYM}, 3841}, + {"madne", 1, {DICTIONARY_SYNONYM}, 3921}, + {"stadio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fr", 1, {DICTIONARY_TOPONYM}, 3990}, + {"sagl", 1, {DICTIONARY_COMPANY_TYPE}, 3515}, + {"anfit.i", 1, {DICTIONARY_PLACE_NAME}, 3591}, + {"ing", 1, {DICTIONARY_PERSONAL_TITLE}, 3553}, + {"de", 1, {DICTIONARY_STOPWORD}, -1}, + {"carcere", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nvi", 1, {DICTIONARY_SYNONYM}, 3944}, + {"kebab", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"presso", 2, {DICTIONARY_POST_OFFICE, DICTIONARY_STREET_TYPE}, -1}, + {"to", 1, {DICTIONARY_TOPONYM}, 4048}, + {"edificio", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"sci", 1, {DICTIONARY_STREET_TYPE}, 3786}, + {"altezze", 1, {DICTIONARY_SYNONYM}, -1}, + {"tenente", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"prigione", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pnº", 1, {DICTIONARY_LEVEL_NUMBERED}, 3529}, + {"colletta", 1, {DICTIONARY_SYNONYM}, -1}, + {"vico", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"baluardo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"campgio", 1, {DICTIONARY_PLACE_NAME}, 3606}, + {"s.c.", 1, {DICTIONARY_STREET_TYPE}, 3795}, + {"s n c", 1, {DICTIONARY_NO_NUMBER}, 3531}, + {"p.t", 1, {DICTIONARY_LEVEL_STANDALONE}, 3530}, + {"acquedotti", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"del", 1, {DICTIONARY_STOPWORD}, -1}, + {"galle", 1, {DICTIONARY_STREET_TYPE}, 3741}, + {"portico", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ag", 1, {DICTIONARY_TOPONYM}, 3953}, + {"casto", 1, {DICTIONARY_PLACE_NAME}, 3623}, + {"s.s", 1, {DICTIONARY_STREET_TYPE}, 3800}, + {"senza numero civico", 1, {DICTIONARY_NO_NUMBER}, -1}, + {"borghi", 1, {DICTIONARY_QUALIFIER}, -1}, + {"bas.ca", 1, {DICTIONARY_PLACE_NAME}, 3598}, + {"ferroviaria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"savona", 1, {DICTIONARY_TOPONYM}, -1}, + {"societa in accomandita semplice", 1, {DICTIONARY_COMPANY_TYPE}, 3511}, + {"nei", 1, {DICTIONARY_STOPWORD}, -1}, + {"fatt.a", 1, {DICTIONARY_PLACE_NAME}, 3641}, + {"comle", 1, {DICTIONARY_SYNONYM}, 3872}, + {"pres", 1, {DICTIONARY_PERSONAL_TITLE}, 3559}, + {"bete", 1, {DICTIONARY_PLACE_NAME}, 3601}, + {"pt", 1, {DICTIONARY_LEVEL_STANDALONE}, 3530}, + {"marino", 1, {DICTIONARY_SYNONYM}, -1}, + {"presidente emerito", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"salone di bellezza", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dipart.o", 1, {DICTIONARY_PLACE_NAME}, 3635}, + {"prco giochi", 1, {DICTIONARY_PLACE_NAME}, 3676}, + {"maddna", 1, {DICTIONARY_SYNONYM}, 3919}, + {"fte", 1, {DICTIONARY_SYNONYM}, 3881}, + {"str.ta", 1, {DICTIONARY_STREET_TYPE}, 3807}, + {"gli", 1, {DICTIONARY_STOPWORD}, -1}, + {"vpr", 1, {DICTIONARY_STREET_TYPE}, 3821}, + {"ce", 1, {DICTIONARY_TOPONYM}, 3974}, + {"ferr.a", 1, {DICTIONARY_PLACE_NAME}, 3643}, + {"arcip.ghi", 1, {DICTIONARY_SYNONYM}, 3849}, + {"com.le", 1, {DICTIONARY_SYNONYM}, 3872}, + {"lge", 1, {DICTIONARY_STREET_TYPE}, 3748}, + {"della", 1, {DICTIONARY_STOPWORD}, -1}, + {"siracusa", 1, {DICTIONARY_TOPONYM}, -1}, + {"numero", 1, {DICTIONARY_NUMBER}, -1}, + {"gni", 1, {DICTIONARY_SYNONYM}, 3889}, + {"magazi", 1, {DICTIONARY_PLACE_NAME}, 3664}, + {"casinò", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"laguna", 1, {DICTIONARY_SYNONYM}, -1}, + {"lunetta", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"viuzzo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"f.lli", 1, {DICTIONARY_SYNONYM}, 3884}, + {"bgo", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 3687}, + {"int.no", 1, {DICTIONARY_SYNONYM}, 3913}, + {"bg", 1, {DICTIONARY_TOPONYM}, 3963}, + {"7bre", 1, {DICTIONARY_SYNONYM}, 3952}, + {"centro comm.le", 1, {DICTIONARY_PLACE_NAME}, 3627}, + {"arcipelagho", 1, {DICTIONARY_SYNONYM}, -1}, + {"vs", 1, {DICTIONARY_STREET_TYPE}, 3823}, + {"traversa nuova", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sv", 1, {DICTIONARY_STREET_TYPE}, 3802}, + {"conv.to", 1, {DICTIONARY_PLACE_NAME}, 3634}, + {"p.le", 1, {DICTIONARY_STREET_TYPE}, 3762}, + {"nostro", 1, {DICTIONARY_SYNONYM}, -1}, + {"don", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pavia", 1, {DICTIONARY_TOPONYM}, -1}, + {"sigra", 1, {DICTIONARY_PERSONAL_TITLE}, 3573}, + {"colonnello", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"colla", 1, {DICTIONARY_SYNONYM}, -1}, + {"str st", 1, {DICTIONARY_STREET_TYPE}, 3800}, + {"medio campidano", 1, {DICTIONARY_TOPONYM}, -1}, + {"ao", 1, {DICTIONARY_TOPONYM}, 3956}, + {"bet.a", 1, {DICTIONARY_PLACE_NAME}, 3600}, + {"p.n°", 1, {DICTIONARY_LEVEL_NUMBERED}, 3529}, + {"boutique", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"l.etta", 1, {DICTIONARY_PLACE_NAME}, 3661}, + {"s.prov", 1, {DICTIONARY_STREET_TYPE}, 3797}, + {"verona", 1, {DICTIONARY_TOPONYM}, -1}, + {"ten col", 1, {DICTIONARY_PERSONAL_TITLE}, 3579}, + {"viale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"modena", 1, {DICTIONARY_TOPONYM}, -1}, + {"enoteca", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"football club", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"acq.ri", 1, {DICTIONARY_PLACE_NAME}, 3585}, + {"barletta-andria-trani", 1, {DICTIONARY_TOPONYM}, -1}, + {"treviso", 1, {DICTIONARY_TOPONYM}, -1}, + {"lgv", 1, {DICTIONARY_STREET_TYPE}, 3755}, + {"taranto", 1, {DICTIONARY_TOPONYM}, -1}, + {"commerciale", 1, {DICTIONARY_SYNONYM}, -1}, + {"vl", 1, {DICTIONARY_STREET_TYPE}, 3826}, + {"fi", 1, {DICTIONARY_TOPONYM}, 3988}, + {"c.one", 1, {DICTIONARY_PLACE_NAME}, 3620}, + {"logge", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"v.lo", 1, {DICTIONARY_STREET_TYPE}, 3829}, + {"no", 1, {DICTIONARY_DIRECTIONAL}, 3520}, + {"rotonda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mercato", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cpl", 1, {DICTIONARY_STREET_TYPE}, 3715}, + {"strada regionale", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"angolo di", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"consrio", 1, {DICTIONARY_PLACE_NAME}, 3633}, + {"cascina", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"univers", 1, {DICTIONARY_PLACE_NAME}, 3681}, + {"duchessa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"c.della", 1, {DICTIONARY_PLACE_NAME}, 3631}, + {"sdrucciolo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"maggiore", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_SYNONYM}, -1}, + {"9mbre", 1, {DICTIONARY_SYNONYM}, 3941}, + {"vcm", 1, {DICTIONARY_STREET_TYPE}, 3819}, + {"coop.vo", 1, {DICTIONARY_COMPANY_TYPE}, 3505}, + {"cra", 1, {DICTIONARY_STREET_TYPE}, 3730}, + {"nro", 1, {DICTIONARY_SYNONYM}, 3940}, + {"cas", 1, {DICTIONARY_STREET_TYPE}, 3613}, + {"larghetto", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"d.tro", 1, {DICTIONARY_STOPWORD}, 3696}, + {"cz", 1, {DICTIONARY_TOPONYM}, 3983}, + {"magazzino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"fe", 1, {DICTIONARY_TOPONYM}, 3986}, + {"bghi", 1, {DICTIONARY_QUALIFIER}, 3686}, + {"aeroporto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"na", 1, {DICTIONARY_TOPONYM}, 4011}, + {"fondamenta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"comunità", 1, {DICTIONARY_SYNONYM}, -1}, + {"giugno", 1, {DICTIONARY_SYNONYM}, -1}, + {"chiusa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"c.le", 1, {DICTIONARY_STREET_TYPE}, 3727}, + {"bordello", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"profumeria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s c", 1, {DICTIONARY_STREET_TYPE}, 3795}, + {"casette", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"matera", 1, {DICTIONARY_TOPONYM}, -1}, + {"p.o", 1, {DICTIONARY_LEVEL_NUMBERED}, 3529}, + {"str prov", 1, {DICTIONARY_STREET_TYPE}, 3797}, + {"s a p a", 1, {DICTIONARY_COMPANY_TYPE}, 3514}, + {"santo padre", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ant.i", 1, {DICTIONARY_SYNONYM}, 3846}, + {"nuova", 1, {DICTIONARY_SYNONYM}, -1}, + {"isoletta", 1, {DICTIONARY_QUALIFIER}, -1}, + {"stra", 1, {DICTIONARY_STREET_TYPE}, 3794}, + {"fu", 1, {DICTIONARY_QUALIFIER}, -1}, + {"南西", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kanjōdōro", 1, {DICTIONARY_STREET_TYPE}, 4104}, + {"小字", 1, {DICTIONARY_QUALIFIER}, -1}, + {"(主)", 1, {DICTIONARY_STREET_TYPE}, 4116}, + {"街道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"コスモ石油", 1, {DICTIONARY_CHAIN}, -1}, + {"shūkankōsokudōro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"街路", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"バイパス", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gun", 1, {DICTIONARY_QUALIFIER}, -1}, + {"shido", 1, {DICTIONARY_STREET_TYPE}, 4114}, + {"kosoku doro", 1, {DICTIONARY_STREET_TYPE}, 4108}, + {"nansei", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"(一社)", 1, {DICTIONARY_STREET_TYPE}, 4099}, + {"kokudō", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ケンタッキーフライドチキン", 1, {DICTIONARY_CHAIN}, -1}, + {"ガスト", 1, {DICTIONARY_CHAIN}, -1}, + {"ken", 1, {DICTIONARY_QUALIFIER}, -1}, + {"丁目", 1, {DICTIONARY_QUALIFIER}, -1}, + {"kōzoku dōro", 1, {DICTIONARY_STREET_TYPE}, 4108}, + {"minami", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"大通り", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"公立大学法人", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"(一)", 1, {DICTIONARY_STREET_TYPE}, 4096}, + {"rōmakaidō", 1, {DICTIONARY_STREET_TYPE}, 4113}, + {"nanto", 1, {DICTIONARY_DIRECTIONAL}, 4070}, + {"〒", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"yubin-bango", 1, {DICTIONARY_POSTAL_CODE}, 4087}, + {"gairo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"roma kaido", 1, {DICTIONARY_STREET_TYPE}, 4113}, + {"kodo", 1, {DICTIONARY_STREET_TYPE}, 4105}, + {"kozoku doro", 1, {DICTIONARY_STREET_TYPE}, 4108}, + {"番", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_QUALIFIER}, -1}, + {"roji", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"aza", 1, {DICTIONARY_QUALIFIER}, -1}, + {"son", 1, {DICTIONARY_QUALIFIER}, -1}, + {"ōdōri", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kōendōro", 1, {DICTIONARY_STREET_TYPE}, 4106}, + {"道路", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"通路", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"burubaru", 1, {DICTIONARY_STREET_TYPE}, 4093}, + {"shukankosokudoro", 1, {DICTIONARY_STREET_TYPE}, 4115}, + {"mura", 1, {DICTIONARY_QUALIFIER}, -1}, + {"kōzokudōro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"(有)", 1, {DICTIONARY_PLACE_NAME}, 4085}, + {"独立行政法人", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"(名)", 1, {DICTIONARY_PLACE_NAME}, 4077}, + {"baipasudōro", 1, {DICTIONARY_STREET_TYPE}, 4092}, + {"koendoro", 1, {DICTIONARY_STREET_TYPE}, 4106}, + {"みずほ銀行", 1, {DICTIONARY_CHAIN}, -1}, + {"banchi no", 1, {DICTIONARY_QUALIFIER}, 4091}, + {"cho", 1, {DICTIONARY_QUALIFIER}, 4088}, + {"都", 1, {DICTIONARY_QUALIFIER}, -1}, + {"銀行", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ōaza", 1, {DICTIONARY_QUALIFIER}, -1}, + {"baipasu dōro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"州間高速道路", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"(一)", 1, {DICTIONARY_STREET_TYPE}, 4100}, + {"michi", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"banchino", 1, {DICTIONARY_BUILDING_TYPE}, 4067}, + {"toshi kozokudoro", 1, {DICTIONARY_STREET_TYPE}, 4120}, + {"県", 1, {DICTIONARY_QUALIFIER}, -1}, + {"yoshinoya", 1, {DICTIONARY_CHAIN}, -1}, + {"道", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"国立大学法人", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"駅", 1, {DICTIONARY_QUALIFIER}, -1}, + {"tōri", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"daily yamazaki", 1, {DICTIONARY_CHAIN}, -1}, + {"toshikozokudoro", 1, {DICTIONARY_STREET_TYPE}, 4120}, + {"tsūro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"スターバックス", 1, {DICTIONARY_CHAIN}, -1}, + {"baipasu", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"街区", 1, {DICTIONARY_QUALIFIER}, -1}, + {"to", 1, {DICTIONARY_QUALIFIER}, -1}, + {"一般県道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"国道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"odori", 1, {DICTIONARY_STREET_TYPE}, 4110}, + {"haisutorito", 1, {DICTIONARY_STREET_TYPE}, 4095}, + {"ソフトバンクショップ", 1, {DICTIONARY_CHAIN}, -1}, + {"toshikōzokudōro", 1, {DICTIONARY_STREET_TYPE}, 4120}, + {"kōen dōro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"(有)", 1, {DICTIONARY_PLACE_NAME}, 4085}, + {"路地", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ローソンストア100", 1, {DICTIONARY_CHAIN}, -1}, + {"(名)", 1, {DICTIONARY_PLACE_NAME}, 4077}, + {"tōrimichi", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gai", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"メーンストリート", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sukiya", 1, {DICTIONARY_CHAIN}, -1}, + {"(財)", 1, {DICTIONARY_PLACE_NAME}, 4086}, + {"hokutou", 1, {DICTIONARY_DIRECTIONAL}, 4069}, + {"村", 1, {DICTIONARY_QUALIFIER}, -1}, + {"合資会社", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"merodirodo", 1, {DICTIONARY_STREET_TYPE}, 4112}, + {"(独)", 1, {DICTIONARY_PLACE_NAME}, 4073}, + {"kanjo doro", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_STREET_TYPE}, 4104}, + {"西", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"私 書 箱", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"ミニストップ", 1, {DICTIONARY_CHAIN}, -1}, + {"銀", 1, {DICTIONARY_PLACE_NAME}, 4075}, + {"株式会社", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"yubinbango", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"南東", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"吉野家", 1, {DICTIONARY_CHAIN}, -1}, + {"jidoshado", 1, {DICTIONARY_STREET_TYPE}, 4102}, + {"高等学校", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dōro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"町", 1, {DICTIONARY_QUALIFIER}, -1}, + {"階", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"shishobako", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"nantō", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"大", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"būrubāru", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"経路", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"(一)", 1, {DICTIONARY_STREET_TYPE}, 4097}, + {"haisutorīto", 1, {DICTIONARY_STREET_TYPE}, 4095}, + {"nishi", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"一般都道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"do", 1, {DICTIONARY_QUALIFIER}, -1}, + {"kaido", 1, {DICTIONARY_STREET_TYPE}, 4103}, + {"ドコモショップ", 1, {DICTIONARY_CHAIN}, -1}, + {"ローマ街道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"yūryō dōro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"(学)", 1, {DICTIONARY_PLACE_NAME}, 4074}, + {"merodīrōdo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kanjō dōro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mēnsutorīto", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"一般財団法人", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"choume", 1, {DICTIONARY_QUALIFIER}, 4089}, + {"hokusei", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"tori", 1, {DICTIONARY_STREET_TYPE}, 4118}, + {"合名会社", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"通り", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"すき家", 1, {DICTIONARY_CHAIN}, -1}, + {"高速道路", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"torimichi", 1, {DICTIONARY_STREET_TYPE}, 4119}, + {"ku", 1, {DICTIONARY_QUALIFIER}, -1}, + {"idemitsu kosan", 1, {DICTIONARY_CHAIN}, -1}, + {"baipasu doro", 1, {DICTIONARY_STREET_TYPE}, 4092}, + {"セブン-イレブン", 1, {DICTIONARY_CHAIN}, -1}, + {"(大)", 1, {DICTIONARY_PLACE_NAME}, 4082}, + {"gaiku", 1, {DICTIONARY_QUALIFIER}, -1}, + {"(医)", 1, {DICTIONARY_PLACE_NAME}, 4079}, + {"sutorito", 1, {DICTIONARY_STREET_TYPE}, 4117}, + {"yūryōdōro", 1, {DICTIONARY_STREET_TYPE}, 4122}, + {"都市高速道路", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"koen doro", 1, {DICTIONARY_STREET_TYPE}, 4106}, + {"中", 1, {DICTIONARY_PLACE_NAME}, 4071}, + {"セブンイレブン", 1, {DICTIONARY_CHAIN}, 4068}, + {"hai·sutorito", 1, {DICTIONARY_STREET_TYPE}, 4095}, + {"メロディーロード", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ブールバール", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"大字", 1, {DICTIONARY_QUALIFIER}, -1}, + {"omotedori", 1, {DICTIONARY_STREET_TYPE}, 4109}, + {"kita", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ローソン", 1, {DICTIONARY_CHAIN}, -1}, + {"南", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"go", 1, {DICTIONARY_NUMBER}, -1}, + {"(財)", 1, {DICTIONARY_PLACE_NAME}, 4086}, + {"(大)", 1, {DICTIONARY_PLACE_NAME}, 4081}, + {"有限会社", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"higashi", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"小学校", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kosukudoro", 1, {DICTIONARY_STREET_TYPE}, 4108}, + {"koaza", 1, {DICTIONARY_QUALIFIER}, -1}, + {"(一)", 1, {DICTIONARY_STREET_TYPE}, 4096}, + {"doro", 1, {DICTIONARY_STREET_TYPE}, 4094}, + {"banchi-no", 1, {DICTIONARY_QUALIFIER}, -1}, + {"tsuro", 1, {DICTIONARY_STREET_TYPE}, 4121}, + {"rōma kaidō", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"一般道道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"(合)", 1, {DICTIONARY_PLACE_NAME}, 4076}, + {"公道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"(一財)", 1, {DICTIONARY_STREET_TYPE}, 4101}, + {"北西", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nantou", 1, {DICTIONARY_DIRECTIONAL}, 4070}, + {"通り道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"自動車道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kozokudoro", 1, {DICTIONARY_STREET_TYPE}, 4108}, + {"chome", 1, {DICTIONARY_QUALIFIER}, 4089}, + {"(主)", 1, {DICTIONARY_STREET_TYPE}, 4116}, + {"有料道路", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kaidō", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"番地の", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_QUALIFIER}, -1}, + {"学校法人", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kokudo", 1, {DICTIONARY_STREET_TYPE}, 4107}, + {"yuryo doro", 1, {DICTIONARY_STREET_TYPE}, 4122}, + {"財団法人", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"クルドサック", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ドトールコーヒーショップ", 1, {DICTIONARY_CHAIN}, -1}, + {"北", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"yuryodoro", 1, {DICTIONARY_STREET_TYPE}, 4122}, + {"大", 1, {DICTIONARY_PLACE_NAME}, 4072}, + {"私道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"府", 1, {DICTIONARY_QUALIFIER}, -1}, + {"jidōshadō", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"セブン イレブン", 1, {DICTIONARY_CHAIN}, 4068}, + {"oaza", 1, {DICTIONARY_QUALIFIER}, 4090}, + {"字", 1, {DICTIONARY_QUALIFIER}, -1}, + {"環状道路", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"(資)", 1, {DICTIONARY_PLACE_NAME}, 4078}, + {"医療法人", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"banchi no", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"(一社)", 1, {DICTIONARY_STREET_TYPE}, 4099}, + {"chō", 1, {DICTIONARY_QUALIFIER}, -1}, + {"mensutorito", 1, {DICTIONARY_STREET_TYPE}, 4111}, + {"ストリート", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"表通り", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"(大)", 1, {DICTIONARY_PLACE_NAME}, 4082}, + {"号", 1, {DICTIONARY_NUMBER}, -1}, + {"サークルk", 1, {DICTIONARY_CHAIN}, -1}, + {"(医)", 1, {DICTIONARY_PLACE_NAME}, 4079}, + {"高", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"(大)", 1, {DICTIONARY_PLACE_NAME}, 4081}, + {"東", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"高", 1, {DICTIONARY_PLACE_NAME}, 4083}, + {"matsuya", 1, {DICTIONARY_CHAIN}, -1}, + {"(一財)", 1, {DICTIONARY_STREET_TYPE}, 4101}, + {"eki", 1, {DICTIONARY_QUALIFIER}, -1}, + {"banchi", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_QUALIFIER}, -1}, + {"kōdō", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ファミリーマート", 1, {DICTIONARY_CHAIN}, -1}, + {"郡", 1, {DICTIONARY_QUALIFIER}, -1}, + {"sutorīto", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hai sutorīto", 1, {DICTIONARY_STREET_TYPE}, 4095}, + {"銀", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"toshi kōzokudōro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"shidō", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"出光", 1, {DICTIONARY_CHAIN}, -1}, + {"omotedōri", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"一般社団法人", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"小", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"keiro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"中学校", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"(資)", 1, {DICTIONARY_PLACE_NAME}, 4078}, + {"yubin bango", 1, {DICTIONARY_POSTAL_CODE}, 4087}, + {"kurudosakku", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"中", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"baipasudoro", 1, {DICTIONARY_STREET_TYPE}, 4092}, + {"モスバーガー", 1, {DICTIONARY_CHAIN}, -1}, + {"一般府道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"(一)", 1, {DICTIONARY_STREET_TYPE}, 4100}, + {"松屋", 1, {DICTIONARY_CHAIN}, -1}, + {"hai sutorito", 1, {DICTIONARY_STREET_TYPE}, 4095}, + {"ban", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_QUALIFIER}, -1}, + {"区", 1, {DICTIONARY_QUALIFIER}, -1}, + {"machi", 1, {DICTIONARY_QUALIFIER}, -1}, + {"(一)", 1, {DICTIONARY_STREET_TYPE}, 4098}, + {"大学", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hai·sutorīto", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"(一)", 1, {DICTIONARY_STREET_TYPE}, 4097}, + {"デイリーヤマザキ", 1, {DICTIONARY_CHAIN}, -1}, + {"chōme", 1, {DICTIONARY_QUALIFIER}, -1}, + {"主要地方道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"番地", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_QUALIFIER}, -1}, + {"romakaido", 1, {DICTIONARY_STREET_TYPE}, 4113}, + {"ハイ・ストリート", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"公園道路", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"バイパス道路", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"shi", 1, {DICTIONARY_QUALIFIER}, -1}, + {"(学)", 1, {DICTIONARY_PLACE_NAME}, 4074}, + {"(株)", 1, {DICTIONARY_PLACE_NAME}, 4080}, + {"auショップ", 1, {DICTIONARY_CHAIN}, -1}, + {"hokuto", 1, {DICTIONARY_DIRECTIONAL}, 4069}, + {"(株)", 1, {DICTIONARY_PLACE_NAME}, 4080}, + {"市", 1, {DICTIONARY_QUALIFIER}, -1}, + {"(一)", 1, {DICTIONARY_STREET_TYPE}, 4098}, + {"合同会社", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"(独)", 1, {DICTIONARY_PLACE_NAME}, 4073}, + {"kai", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"hokutō", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"小", 1, {DICTIONARY_PLACE_NAME}, 4084}, + {"サンクス", 1, {DICTIONARY_CHAIN}, -1}, + {"(合)", 1, {DICTIONARY_PLACE_NAME}, 4076}, + {"北東", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ქუჩის", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"დედა", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ბარი", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ჩიხი", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"შეს", 1, {DICTIONARY_STREET_TYPE}, 4125}, + {"ქ", 1, {DICTIONARY_STREET_TYPE}, 4124}, + {"სადგურის", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"თეატრი", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"რესტორანი", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ქ", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ხიდი", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"და", 1, {DICTIONARY_STOPWORD}, -1}, + {"ქუცა", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ბულვარი", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"წმინდა", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ხეივანი", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"გამზ", 1, {DICTIONARY_STREET_TYPE}, 4126}, + {"universiteti", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"მიხეილ", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ქუჩაზე", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"გამზირი", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 4123}, + {"მეფის", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"მოედანი", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"გზატკეცილი", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"შესახვევი", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"უნივერსიტეტის", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ქუჩა", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nahmseo", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"로", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"號", 1, {DICTIONARY_NUMBER}, -1}, + {"book seo", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"남서", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"구", 1, {DICTIONARY_QUALIFIER}, -1}, + {"가", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"seo", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"호", 1, {DICTIONARY_NUMBER}, -1}, + {"bug", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nam", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"beonji", 1, {DICTIONARY_QUALIFIER}, -1}, + {"번지", 1, {DICTIONARY_QUALIFIER}, -1}, + {"남", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bug seo", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nahm seo", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ga", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bugseo", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"우편번호", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"dohng", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"gil", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"북동", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"gu", 1, {DICTIONARY_QUALIFIER}, -1}, + {"upyeon beonho", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"남동", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nahndohng", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"book dohng", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nahm dohng", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bookseo", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"사서함", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"nam seo", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"길", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bug dong", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bugdong", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"dong", 2, {DICTIONARY_DIRECTIONAL, DICTIONARY_QUALIFIER}, -1}, + {"동", 2, {DICTIONARY_DIRECTIONAL, DICTIONARY_QUALIFIER}, -1}, + {"nam dong", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"서", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bookdohng", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"층", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"namseo", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ho", 1, {DICTIONARY_NUMBER}, -1}, + {"북서", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"no", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"namdong", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"book", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ro", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cheung", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"북", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nahm", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"saseoham", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"wee", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"gaass", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"strooss", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"pietūs", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"numeris", 1, {DICTIONARY_NUMBER}, -1}, + {"kampelis", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"laiptai", 1, {DICTIONARY_STAIRCASE}, -1}, + {"akligatvis", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"auk", 1, {DICTIONARY_LEVEL_NUMBERED}, 4134}, + {"nuo", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"aleja", 1, {DICTIONARY_STREET_TYPE}, 4145}, + {"g", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pd", 1, {DICTIONARY_POST_OFFICE}, 4137}, + {"pirmas auk", 1, {DICTIONARY_LEVEL_STANDALONE}, 4135}, + {"rusys", 1, {DICTIONARY_LEVEL_BASEMENT}, 4131}, + {"aukstas", 1, {DICTIONARY_LEVEL_NUMBERED}, 4133}, + {"a", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"rajonas", 1, {DICTIONARY_QUALIFIER}, -1}, + {"pietus", 1, {DICTIONARY_DIRECTIONAL}, 4128}, + {"gatve", 1, {DICTIONARY_STREET_TYPE}, 4146}, + {"miestelis", 1, {DICTIONARY_QUALIFIER}, -1}, + {"gyvenvietė", 1, {DICTIONARY_QUALIFIER}, -1}, + {"kaireje", 1, {DICTIONARY_UNIT_DIRECTION}, 4151}, + {"pašto dėžutė", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"kaimas", 1, {DICTIONARY_QUALIFIER}, -1}, + {"ir", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"kambarys", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"aikste", 1, {DICTIONARY_STREET_TYPE}, 4144}, + {"rusyje", 1, {DICTIONARY_LEVEL_BASEMENT}, 4132}, + {"aukste", 1, {DICTIONARY_LEVEL_NUMBERED}, 4134}, + {"pr", 1, {DICTIONARY_STREET_TYPE}, 4148}, + {"№", 1, {DICTIONARY_NUMBER}, 4136}, + {"vienk", 1, {DICTIONARY_BUILDING_TYPE}, 4127}, + {"biuro", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"miestas", 1, {DICTIONARY_QUALIFIER}, -1}, + {"al", 1, {DICTIONARY_STREET_TYPE}, 4145}, + {"gyvenv", 1, {DICTIONARY_QUALIFIER}, 4138}, + {"plentas", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vakarai", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"įėjimas", 1, {DICTIONARY_ENTRANCE}, -1}, + {"skersgatvis", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"skg", 1, {DICTIONARY_STREET_TYPE}, 4149}, + {"k", 1, {DICTIONARY_QUALIFIER}, 4139}, + {"pirmas aukstas", 1, {DICTIONARY_LEVEL_STANDALONE}, 4135}, + {"m", 1, {DICTIONARY_QUALIFIER}, 4140}, + {"iejimas", 1, {DICTIONARY_ENTRANCE}, 4130}, + {"prospektas", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gatvė", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"#", 1, {DICTIONARY_NUMBER}, 4136}, + {"vienkiemis", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"gyvenviete", 1, {DICTIONARY_QUALIFIER}, 4138}, + {"alėja", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"aukštas", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"g", 1, {DICTIONARY_STREET_TYPE}, 4146}, + {"pasto dezute", 1, {DICTIONARY_POST_OFFICE}, 4137}, + {"rytai", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"mstl", 1, {DICTIONARY_QUALIFIER}, 4141}, + {"&", 1, {DICTIONARY_STOPWORD}, 4143}, + {"dešinėje", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"auk", 1, {DICTIONARY_LEVEL_NUMBERED}, 4133}, + {"rūsyje", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"kairėje", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"no", 1, {DICTIONARY_NUMBER}, 4136}, + {"šiaurė", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"siaure", 1, {DICTIONARY_DIRECTIONAL}, 4129}, + {"r", 1, {DICTIONARY_QUALIFIER}, 4142}, + {"p d", 1, {DICTIONARY_POST_OFFICE}, 4137}, + {"desineje", 1, {DICTIONARY_UNIT_DIRECTION}, 4150}, + {"nr", 1, {DICTIONARY_NUMBER}, 4136}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"a", 1, {DICTIONARY_STREET_TYPE}, 4144}, + {"rūsys", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"m", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"aikštė", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"p.d", 1, {DICTIONARY_POST_OFFICE}, 4137}, + {"aukšte", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 4147}, + {"butas", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"r", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pirmas aukštas", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"rietumu", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"z", 1, {DICTIONARY_DIRECTIONAL}, 4154}, + {"stāvs", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"pagraba", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"dienvidu", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"g", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"starp", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"dz", 1, {DICTIONARY_UNIT_NUMBERED}, 4167}, + {"stavs", 1, {DICTIONARY_LEVEL_NUMBERED}, 4158}, + {"a", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"kāpņu", 1, {DICTIONARY_STAIRCASE}, -1}, + {"birojs", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"a", 1, {DICTIONARY_DIRECTIONAL}, 4156}, + {"gatve", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"g", 1, {DICTIONARY_STREET_TYPE}, 4166}, + {"sturi", 1, {DICTIONARY_CROSS_STREET}, 4153}, + {"nr", 1, {DICTIONARY_NUMBER}, 4160}, + {"pils", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"austrumu", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"№", 1, {DICTIONARY_NUMBER}, 4160}, + {"ziemeļu", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"z", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"kapnu telpa", 1, {DICTIONARY_STAIRCASE}, 4162}, + {"pirmais stavs", 1, {DICTIONARY_LEVEL_STANDALONE}, 4159}, + {"ieeja", 1, {DICTIONARY_ENTRANCE}, -1}, + {"bulvāris", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sturis", 1, {DICTIONARY_CROSS_STREET}, 4152}, + {"numurs", 1, {DICTIONARY_NUMBER}, -1}, + {"no", 1, {DICTIONARY_NUMBER}, 4160}, + {"kapnu", 1, {DICTIONARY_STAIRCASE}, 4161}, + {"dzīvoklis", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"dzivoklis", 1, {DICTIONARY_UNIT_NUMBERED}, 4167}, + {"pa kreisi", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"stūris", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"pa labi", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"#", 1, {DICTIONARY_NUMBER}, 4160}, + {"iela", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"stūrī", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"istaba", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"ceļš", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ziemelu", 1, {DICTIONARY_DIRECTIONAL}, 4154}, + {"d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 4163}, + {"kāpņu telpa", 1, {DICTIONARY_STAIRCASE}, -1}, + {"r", 1, {DICTIONARY_DIRECTIONAL}, 4157}, + {"bulvaris", 1, {DICTIONARY_STREET_TYPE}, 4164}, + {"pirmais stāvs", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"pagrabs", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"skolas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"r", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"d", 1, {DICTIONARY_DIRECTIONAL}, 4155}, + {"cels", 1, {DICTIONARY_STREET_TYPE}, 4165}, + {"prospekts", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"un", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"manjalara", 1, {DICTIONARY_SYNONYM}, -1}, + {"lpg terbang", 1, {DICTIONARY_PLACE_NAME}, 4197}, + {"presint", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"putri", 3, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PERSONAL_TITLE, DICTIONARY_SYNONYM}, 4186}, + {"sisiran", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"datin paduka", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"seksyen", 1, {DICTIONARY_QUALIFIER}, -1}, + {"brigedier jeneral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"l/raya", 1, {DICTIONARY_STREET_TYPE}, 4223}, + {"phasa", 1, {DICTIONARY_SYNONYM}, 4245}, + {"auditorum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"apt", 1, {DICTIONARY_BUILDING_TYPE}, 4168}, + {"simpang", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tpn", 1, {DICTIONARY_STREET_TYPE}, 4237}, + {"lbh", 1, {DICTIONARY_STREET_TYPE}, 4222}, + {"sg", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 4235}, + {"jelutong", 1, {DICTIONARY_SYNONYM}, 4248}, + {"ckt", 1, {DICTIONARY_STREET_TYPE}, 4212}, + {"bgn", 1, {DICTIONARY_BUILDING_TYPE}, 4169}, + {"tengah", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"aiskrim", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"syed", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"lrg", 1, {DICTIONARY_STREET_TYPE}, 4227}, + {"institut", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pengiran", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gelugor", 1, {DICTIONARY_SYNONYM}, 4246}, + {"bintara kanan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bulatan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"timur", 2, {DICTIONARY_DIRECTIONAL, DICTIONARY_SYNONYM}, -1}, + {"datuk seri", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"timur laut", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"selasih", 1, {DICTIONARY_SYNONYM}, -1}, + {"jeneral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tanjong", 1, {DICTIONARY_SYNONYM}, 4255}, + {"jawatan kuasa", 1, {DICTIONARY_PLACE_NAME}, 4192}, + {"pusat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mejar jeneral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"hospital haiwan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"masjid", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"leftenan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"datin paduka patinggi", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"toh puan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"gim", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lkk", 1, {DICTIONARY_STREET_TYPE}, 4224}, + {"pasar raya", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"naib pengerusi", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"aras", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"kelab", 2, {DICTIONARY_COMPANY_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"denai", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dato", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kuarter", 1, {DICTIONARY_PLACE_NAME}, 4195}, + {"sek", 1, {DICTIONARY_PLACE_NAME}, 4206}, + {"leftenan madya", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"jabatan polis", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sdn bhd", 1, {DICTIONARY_COMPANY_TYPE}, 4175}, + {"dato paduka", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"en", 1, {DICTIONARY_PERSONAL_TITLE}, 4183}, + {"residensi", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"lapangan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"wakil-wakil", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"taman negara", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kondominium", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"leftenan jeneral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"utara", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"tanjung", 1, {DICTIONARY_SYNONYM}, -1}, + {"buluh", 1, {DICTIONARY_SYNONYM}, -1}, + {"politeknik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"berhad", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"hilir", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"jabatan bomba", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sungai", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"lbr", 1, {DICTIONARY_STREET_TYPE}, 4223}, + {"pegawai", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"leftenan kolonel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pangsapuri", 1, {DICTIONARY_PLACE_NAME}, 4203}, + {"menteri", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"istana", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"datuk", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tempat letak kereta", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tadika", 1, {DICTIONARY_PLACE_NAME}, 4207}, + {"staff sarjan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"universiti", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pengedar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tasik", 1, {DICTIONARY_SYNONYM}, -1}, + {"puteri", 3, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PERSONAL_TITLE, DICTIONARY_SYNONYM}, -1}, + {"tmn", 1, {DICTIONARY_STREET_TYPE}, 4236}, + {"kolej", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rekrut", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"blok", 1, {DICTIONARY_QUALIFIER}, -1}, + {"gimnasium", 1, {DICTIONARY_PLACE_NAME}, 4190}, + {"penjara", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, -1}, + {"datin paduka seri", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"changkat", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"spn", 1, {DICTIONARY_STREET_TYPE}, 4231}, + {"perubatan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pn", 1, {DICTIONARY_PERSONAL_TITLE}, 4184}, + {"tanduk", 1, {DICTIONARY_SYNONYM}, -1}, + {"lapangan terbang", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"suleiman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SYNONYM}, -1}, + {"balai bomba", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"buloh", 1, {DICTIONARY_SYNONYM}, 4242}, + {"laskar muda", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"crn", 1, {DICTIONARY_STREET_TYPE}, 4211}, + {"pangkalan tentera udara", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"surau", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tmn perindustrian", 1, {DICTIONARY_PLACE_NAME}, 4208}, + {"sungei", 1, {DICTIONARY_SYNONYM}, 4235}, + {"doktor-doktor", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pejabat pos", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pusat komuniti", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"laksamana", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"hitam", 1, {DICTIONARY_SYNONYM}, 4247}, + {"dewan muzik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nusa", 1, {DICTIONARY_QUALIFIER}, -1}, + {"residen", 1, {DICTIONARY_BUILDING_TYPE}, 4172}, + {"dalaman", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kelab sosial", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"presiden", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"slk", 1, {DICTIONARY_STREET_TYPE}, 4234}, + {"to puan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"putra", 3, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PERSONAL_TITLE, DICTIONARY_SYNONYM}, 4185}, + {"flait sarjan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kasino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lorong", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pasaraya", 1, {DICTIONARY_PLACE_NAME}, 4199}, + {"glugor", 1, {DICTIONARY_SYNONYM}, -1}, + {"laksamana madya", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"leftenan komander", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"taman", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"bkt", 1, {DICTIONARY_SYNONYM}, 4241}, + {"bank", 2, {DICTIONARY_COMPANY_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"putera", 3, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PERSONAL_TITLE, DICTIONARY_SYNONYM}, -1}, + {"agong", 1, {DICTIONARY_PERSONAL_TITLE}, 4187}, + {"parajurit muda", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"studio tarian", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"timbalan perdana menteri", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PERSONAL_TITLE}, -1}, + {"pusat seni", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pasar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"komander", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cempaka", 1, {DICTIONARY_SYNONYM}, 4243}, + {"pembangunan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"persiaran", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tengku", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"wakil", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sekolah rendah", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kuarters", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ssr", 1, {DICTIONARY_STREET_TYPE}, 4233}, + {"kedai buku", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dayang", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"taman perindustrian", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sarjan udara", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"panggung", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pejabat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pra sekolah", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tepian", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sri", 1, {DICTIONARY_SYNONYM}, -1}, + {"kampong", 4, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 4193}, + {"veterinar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nurseri", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kampung", 4, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, -1}, + {"fasa", 1, {DICTIONARY_SYNONYM}, -1}, + {"kg", 4, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE, DICTIONARY_SYNONYM}, 4193}, + {"luh", 1, {DICTIONARY_STREET_TYPE}, 4222}, + {"lengkok", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kedai", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"laskar kelas pertama", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"taman didikan kanak-kanak", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pusat kecergasan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"simpangan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"p/puri", 1, {DICTIONARY_BUILDING_TYPE}, 4171}, + {"dapur", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ibu pejabat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hostel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kilang", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"laskar kelas kedua", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cik", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tkt", 2, {DICTIONARY_LEVEL_NUMBERED, DICTIONARY_STREET_TYPE}, 4179}, + {"empangan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bangunan perbandaran", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"yang di-pertuan besar", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"korporal udara", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pusat membeli-belah", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"haji", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"misi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"yang di-pertuan agong", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pasar petani", 1, {DICTIONARY_PLACE_NAME}, 4200}, + {"pelabuhan", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, -1}, + {"selatan", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"teh", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kitar semula", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tandok", 1, {DICTIONARY_SYNONYM}, 4254}, + {"tan sri", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 4182}, + {"mohammad", 1, {DICTIONARY_GIVEN_NAME}, -1}, + {"pintu gerbang", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rmh", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, 4173}, + {"jawatankuasa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"menara pejabat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dato seri", 1, {DICTIONARY_PERSONAL_TITLE}, 4181}, + {"ladang pertanian", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"selaseh", 1, {DICTIONARY_SYNONYM}, 4252}, + {"raja", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"langgak", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pediatrik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kafe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"penampang", 1, {DICTIONARY_QUALIFIER}, -1}, + {"bt", 1, {DICTIONARY_SYNONYM}, 4240}, + {"kolam renang awam", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"muzium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"aparment", 1, {DICTIONARY_BUILDING_TYPE}, 4168}, + {"awang", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lgk", 1, {DICTIONARY_STREET_TYPE}, 4221}, + {"panggung wayang gambar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kampus", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hj", 1, {DICTIONARY_STREET_TYPE}, 4216}, + {"akademi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dato sri", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bukit", 1, {DICTIONARY_SYNONYM}, -1}, + {"dlm", 1, {DICTIONARY_STREET_TYPE}, 4213}, + {"sulaiman", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SYNONYM}, 4177}, + {"pg", 1, {DICTIONARY_STREET_TYPE}, 4229}, + {"kelab golf", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dato wira", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mejar", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"jalan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mel", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"tun", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"stesen minyak", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"teluk", 1, {DICTIONARY_SYNONYM}, -1}, + {"yang di-pertua negeri", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cerunan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"balai polis", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tuan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bandar", 1, {DICTIONARY_SYNONYM}, -1}, + {"ltg", 1, {DICTIONARY_STREET_TYPE}, 4226}, + {"sarjan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dewan konsert", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tasek", 1, {DICTIONARY_SYNONYM}, 4256}, + {"jelapang", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"halaman", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"telok", 1, {DICTIONARY_SYNONYM}, 4257}, + {"yusuf", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SYNONYM}, -1}, + {"tapak letak kereta", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pusat kejururawatan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tingkat", 2, {DICTIONARY_LEVEL_NUMBERED, DICTIONARY_STREET_TYPE}, -1}, + {"tanah perkuburan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pangsapuri", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"bilik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"perdana menteri", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"psrn", 1, {DICTIONARY_STREET_TYPE}, 4230}, + {"kawasan industri", 1, {DICTIONARY_PLACE_NAME}, 4194}, + {"rumah orang tua", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"berek", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pusat beli-belah", 1, {DICTIONARY_PLACE_NAME}, 4202}, + {"bilik kebal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sendirian berhad", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"akuarium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kechil", 1, {DICTIONARY_SYNONYM}, 4250}, + {"laman", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lmn", 1, {DICTIONARY_STREET_TYPE}, 4220}, + {"doktor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dewan", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"makmal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rumah", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"air", 1, {DICTIONARY_SYNONYM}, -1}, + {"sek men", 1, {DICTIONARY_PLACE_NAME}, 4204}, + {"hlr", 1, {DICTIONARY_STREET_TYPE}, 4218}, + {"pusat penjagaan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"muhammad", 1, {DICTIONARY_GIVEN_NAME}, 4176}, + {"komuniti", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jln", 1, {DICTIONARY_STREET_TYPE}, 4219}, + {"leftenan muda", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"beg", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"pegawai waran kelas pertama", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kecil", 1, {DICTIONARY_SYNONYM}, -1}, + {"sekolah menegah", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"klinik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"galeri", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"farmasi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"yayasan", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"pagar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"batu", 1, {DICTIONARY_SYNONYM}, -1}, + {"hakim", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ahli dewan undangan negeri", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dan", 1, {DICTIONARY_STOPWORD}, -1}, + {"kaw", 1, {DICTIONARY_SYNONYM}, 4249}, + {"biara", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lingkaran", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pasaran", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sek ren", 1, {DICTIONARY_PLACE_NAME}, 4205}, + {"hospital", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lbh raya", 1, {DICTIONARY_STREET_TYPE}, 4223}, + {"datin paduka seri panglima", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pulau", 1, {DICTIONARY_QUALIFIER}, -1}, + {"kaw perindustri", 1, {DICTIONARY_PLACE_NAME}, 4194}, + {"&", 1, {DICTIONARY_STOPWORD}, 4209}, + {"kiropraktik", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pusat belia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hlm", 1, {DICTIONARY_STREET_TYPE}, 4217}, + {"apartmen", 1, {DICTIONARY_BUILDING_TYPE}, 4168}, + {"prebet", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"laskar udara kanan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"blk", 1, {DICTIONARY_PLACE_NAME}, 4188}, + {"sek rendah", 1, {DICTIONARY_PLACE_NAME}, 4205}, + {"dr haiwan", 1, {DICTIONARY_PLACE_NAME}, 4189}, + {"mdn", 1, {DICTIONARY_STREET_TYPE}, 4228}, + {"kolam renang", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"adun", 1, {DICTIONARY_PERSONAL_TITLE}, 4180}, + {"barat", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pintu pagar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ladang", 1, {DICTIONARY_PLACE_NAME}, 4196}, + {"dyg", 1, {DICTIONARY_STREET_TYPE}, 4215}, + {"apartment", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"dermaga", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pusat bandar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pusat kesihatan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pegawai kadet", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"timor", 1, {DICTIONARY_SYNONYM}, 4258}, + {"kelab malam", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"menara", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"pawagam", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"syarikat", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"sngai", 1, {DICTIONARY_STREET_TYPE}, 4235}, + {"sekolah", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"datin", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_PERSONAL_TITLE}, -1}, + {"monumen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"restoran", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dataran", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"laksamana pertama", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kelab bola sepak", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"marsyal tentera udara", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"teres", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"perpustakaan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"residen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pusat seni persembahan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tenggara", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sharifah", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bintara muda", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pegawai waran kelas kedua", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"jl", 1, {DICTIONARY_STREET_TYPE}, 4219}, + {"barat daya", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bdr", 1, {DICTIONARY_SYNONYM}, 4239}, + {"fil marsyal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ayer", 1, {DICTIONARY_SYNONYM}, 4238}, + {"pusat bandaraya", 1, {DICTIONARY_PLACE_NAME}, 4201}, + {"puan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dtr", 1, {DICTIONARY_STREET_TYPE}, 4214}, + {"dwitasik", 1, {DICTIONARY_SYNONYM}, -1}, + {"doktor haiwan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"awg", 1, {DICTIONARY_STREET_TYPE}, 4210}, + {"rapat", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lebuh raya", 1, {DICTIONARY_STREET_TYPE}, 4223}, + {"encik", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sek menengah", 1, {DICTIONARY_PLACE_NAME}, 4204}, + {"jelutung", 1, {DICTIONARY_SYNONYM}, -1}, + {"dewan bandar", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, -1}, + {"kolonel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"lebuhraya", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"psn", 1, {DICTIONARY_STREET_TYPE}, 4230}, + {"garaj", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"rumah sakit", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"datin paduka seri utama", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mata air", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"korporal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"p/puri", 1, {DICTIONARY_PLACE_NAME}, 4203}, + {"bangunan", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"yang berhormat", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"galeri seni", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"stor", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kawasan", 1, {DICTIONARY_SYNONYM}, -1}, + {"kejururawatan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lans korporal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"puan sri", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kondo", 1, {DICTIONARY_BUILDING_TYPE}, 4170}, + {"laskar udara kelas pertama", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"laluan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"chempaka", 1, {DICTIONARY_SYNONYM}, -1}, + {"ibu pej", 1, {DICTIONARY_PLACE_NAME}, 4191}, + {"rumah pangsa", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"jeti", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kadet kanan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"seri", 1, {DICTIONARY_SYNONYM}, 4253}, + {"spg", 1, {DICTIONARY_STREET_TYPE}, 4232}, + {"kawasan perindustrian", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lkr", 1, {DICTIONARY_STREET_TYPE}, 4225}, + {"solok", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"liga", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mohd", 1, {DICTIONARY_GIVEN_NAME}, 4176}, + {"gereja", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lebuh", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"arked", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"laskar udara kelas kedua", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"laskar kanan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"padang golf", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kapten", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"asrama", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sekolah men", 1, {DICTIONARY_PLACE_NAME}, 4204}, + {"tmn ind", 1, {DICTIONARY_PLACE_NAME}, 4208}, + {"itam", 1, {DICTIONARY_SYNONYM}, -1}, + {"laksamana armada", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pantai", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pusat kebudayaan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kedutaan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"salon kecantikan", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"barat laut", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"laksamana muda", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kompleks", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_PLACE_NAME}, -1}, + {"rumah kediaman", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_PLACE_NAME}, -1}, + {"persatuan", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"pasar tani", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"yusof", 2, {DICTIONARY_GIVEN_NAME, DICTIONARY_SYNONYM}, 4178}, + {"bhd", 1, {DICTIONARY_COMPANY_TYPE}, 4174}, + {"sultan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pengerusi", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"lintang", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pawagam", 1, {DICTIONARY_PLACE_NAME}, 4198}, + {"surat", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"sekolah ren", 1, {DICTIONARY_PLACE_NAME}, 4205}, + {"dwitasek", 1, {DICTIONARY_SYNONYM}, 4244}, + {"menjalara", 1, {DICTIONARY_SYNONYM}, 4251}, + {"medan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mahkamah", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"taman industri", 1, {DICTIONARY_PLACE_NAME}, 4208}, + {"parkir", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rumah kelab", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"timbalan presiden", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"is", 1, {DICTIONARY_STOPWORD}, -1}, + {"sur", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"#", 1, {DICTIONARY_NUMBER}, 4259}, + {"dawret", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ta", 1, {DICTIONARY_STOPWORD}, -1}, + {"santa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 4260}, + {"u", 1, {DICTIONARY_STOPWORD}, -1}, + {"vjal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"il", 1, {DICTIONARY_STOPWORD}, -1}, + {"trejqet", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"numru", 1, {DICTIONARY_NUMBER}, -1}, + {"san", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"triq", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"knisja", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dun", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"num", 1, {DICTIONARY_NUMBER}, 4259}, + {"patri", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tar", 1, {DICTIONARY_STOPWORD}, -1}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pjazza", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sqaq", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"isqof", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"stg", 1, {DICTIONARY_STAIRCASE}, 4299}, + {"sondre", 1, {DICTIONARY_DIRECTIONAL}, 4282}, + {"#", 1, {DICTIONARY_NUMBER}, 4297}, + {"stredet", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"alle", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 4266}, + {"v", 1, {DICTIONARY_STREET_TYPE}, 4270}, + {"park", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"i naerheten av meg", 1, {DICTIONARY_NEAR}, 4292}, + {"l", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"foran", 1, {DICTIONARY_STOPWORD}, -1}, + {"intil", 1, {DICTIONARY_STOPWORD}, -1}, + {"stortorget", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hoyre", 1, {DICTIONARY_UNIT_DIRECTION}, 4301}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"h", 1, {DICTIONARY_LEVEL_NUMBERED}, 4289}, + {"venstre", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 4283}, + {"u", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"v.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4269}, + {"№", 1, {DICTIONARY_NUMBER}, 4297}, + {"sankt", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"v", 1, {DICTIONARY_STREET_TYPE}, 4269}, + {"o", 1, {DICTIONARY_DIRECTIONAL}, 4279}, + {"gaard", 1, {DICTIONARY_BUILDING_TYPE}, 4261}, + {"vn.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4271}, + {"vest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ndr", 1, {DICTIONARY_DIRECTIONAL}, 4275}, + {"nv", 1, {DICTIONARY_DIRECTIONAL}, 4278}, + {"nær meg", 1, {DICTIONARY_NEAR}, -1}, + {"v.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4270}, + {"ein", 1, {DICTIONARY_STOPWORD}, -1}, + {"nærmest", 1, {DICTIONARY_STOPWORD}, -1}, + {"postboks", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"pl.", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 4265}, + {"g", 1, {DICTIONARY_STREET_TYPE}, 4264}, + {"eit", 1, {DICTIONARY_STOPWORD}, -1}, + {"veien", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"på", 1, {DICTIONARY_STOPWORD}, -1}, + {"bakken", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"ø", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"de", 1, {DICTIONARY_STOPWORD}, -1}, + {"nordvest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"o", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bukt", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 4300}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"naer", 1, {DICTIONARY_STOPWORD}, -1}, + {"h", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sv", 1, {DICTIONARY_DIRECTIONAL}, 4285}, + {"på hjørnet av", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"sdr", 1, {DICTIONARY_DIRECTIONAL}, 4282}, + {"i naerheten her", 1, {DICTIONARY_NEAR}, 4295}, + {"alleen", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 4267}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 4276}, + {"overfor", 1, {DICTIONARY_STOPWORD}, -1}, + {"trapp", 1, {DICTIONARY_STAIRCASE}, -1}, + {"plassen", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"nordøst", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"i nærheten av meg", 1, {DICTIONARY_NEAR}, -1}, + {"i naerheten", 1, {DICTIONARY_NEAR}, 4293}, + {"østre", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"inngang", 1, {DICTIONARY_ENTRANCE}, -1}, + {"leil", 1, {DICTIONARY_UNIT_NUMBERED}, 4302}, + {"allè", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"fra", 1, {DICTIONARY_STOPWORD}, -1}, + {"et", 1, {DICTIONARY_LEVEL_NUMBERED}, 4288}, + {"ei", 1, {DICTIONARY_STOPWORD}, -1}, + {"kontoret", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"dei", 1, {DICTIONARY_STOPWORD}, -1}, + {"e", 1, {DICTIONARY_STOPWORD}, -1}, + {"no", 1, {DICTIONARY_NUMBER}, 4297}, + {"nest", 1, {DICTIONARY_STOPWORD}, -1}, + {"gaten", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"til", 1, {DICTIONARY_STOPWORD}, -1}, + {"gård", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"gt", 1, {DICTIONARY_STREET_TYPE}, 4264}, + {"og", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"nø", 1, {DICTIONARY_DIRECTIONAL}, 4277}, + {"ved siden av", 1, {DICTIONARY_STOPWORD}, -1}, + {"for", 1, {DICTIONARY_STOPWORD}, -1}, + {"i nærheten", 1, {DICTIONARY_NEAR}, -1}, + {"nord", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"etg", 1, {DICTIONARY_LEVEL_NUMBERED}, 4288}, + {"i nærheten av", 1, {DICTIONARY_NEAR}, -1}, + {"i nærheten her", 1, {DICTIONARY_NEAR}, -1}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"paa", 1, {DICTIONARY_STOPWORD}, -1}, + {"vn", 1, {DICTIONARY_STREET_TYPE}, 4269}, + {"v.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4271}, + {"det", 1, {DICTIONARY_STOPWORD}, -1}, + {"bakerst", 1, {DICTIONARY_STOPWORD}, -1}, + {"gt.", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 4264}, + {"leilighet", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"paa hjornet av", 1, {DICTIONARY_CROSS_STREET}, 4272}, + {"byen", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"av", 1, {DICTIONARY_STOPWORD}, -1}, + {"v", 1, {DICTIONARY_STREET_TYPE}, 4268}, + {"over", 1, {DICTIONARY_STOPWORD}, -1}, + {"sø", 1, {DICTIONARY_DIRECTIONAL}, 4284}, + {"skt", 1, {DICTIONARY_PERSONAL_TITLE}, 4298}, + {"ved", 1, {DICTIONARY_STOPWORD}, -1}, + {"allèen", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"ø", 1, {DICTIONARY_DIRECTIONAL}, 4279}, + {"lia", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"etasje", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"g", 1, {DICTIONARY_STREET_TYPE}, 4263}, + {"u", 1, {DICTIONARY_LEVEL_NUMBERED}, 4291}, + {"nr", 1, {DICTIONARY_NUMBER}, 4297}, + {"underetasje", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"bak", 1, {DICTIONARY_STOPWORD}, -1}, + {"i naerheten av", 1, {DICTIONARY_NEAR}, 4294}, + {"sydvest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"inng", 1, {DICTIONARY_ENTRANCE}, 4287}, + {"gata", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"hjorne av", 1, {DICTIONARY_CROSS_STREET}, 4273}, + {"nær", 1, {DICTIONARY_STOPWORD}, -1}, + {"sydøst", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"g", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"med", 1, {DICTIONARY_STOPWORD}, -1}, + {"naermest", 1, {DICTIONARY_STOPWORD}, -1}, + {"pa hjornet av", 1, {DICTIONARY_CROSS_STREET}, 4272}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 4281}, + {"veg", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"st", 1, {DICTIONARY_PERSONAL_TITLE}, 4298}, + {"g.", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 4263}, + {"hjørne av", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"stiege", 1, {DICTIONARY_STAIRCASE}, -1}, + {"dalen", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"v", 1, {DICTIONARY_STREET_TYPE}, 4271}, + {"gården", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"flate", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"den", 1, {DICTIONARY_STOPWORD}, -1}, + {"loft", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"vn.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4269}, + {"loftsetasje", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"ost", 1, {DICTIONARY_DIRECTIONAL}, 4279}, + {"naer meg", 1, {DICTIONARY_NEAR}, 4296}, + {"øst", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"v.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4268}, + {"rundt her", 1, {DICTIONARY_NEAR}, -1}, + {"vei", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"v", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"gate", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"høyre", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"nordre", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"vestre", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"gaarden", 1, {DICTIONARY_BUILDING_TYPE}, 4262}, + {"vn", 1, {DICTIONARY_STREET_TYPE}, 4271}, + {"mellom", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"g.", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 4264}, + {"søndre", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"imellom", 1, {DICTIONARY_STOPWORD}, -1}, + {"et", 1, {DICTIONARY_STOPWORD}, -1}, + {"hovedetasje", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"en", 1, {DICTIONARY_STOPWORD}, -1}, + {"i", 3, {DICTIONARY_CROSS_STREET, DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"syd", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sentrum", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"gt", 1, {DICTIONARY_STREET_TYPE}, 4263}, + {"vegen", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"v", 1, {DICTIONARY_DIRECTIONAL}, 4286}, + {"ostre", 1, {DICTIONARY_DIRECTIONAL}, 4280}, + {"l", 1, {DICTIONARY_LEVEL_NUMBERED}, 4290}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 4265}, + {"nummer", 1, {DICTIONARY_NUMBER}, -1}, + {"gt.", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 4263}, + {"mell", 1, {DICTIONARY_CROSS_STREET}, 4274}, + {"svingen", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"w z", 1, {DICTIONARY_QUALIFIER}, 4377}, + {"ln.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4307}, + {"koning", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"z", 1, {DICTIONARY_DIRECTIONAL}, 4333}, + {"van den", 1, {DICTIONARY_STOPWORD}, -1}, + {"park", 3, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"wz", 1, {DICTIONARY_QUALIFIER}, 4377}, + {"vd", 1, {DICTIONARY_STOPWORD}, 4383}, + {"jonkheer", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pastoor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"hogeschool", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"plnts", 1, {DICTIONARY_STREET_TYPE}, 4390}, + {"burg", 1, {DICTIONARY_PERSONAL_TITLE}, 4340}, + {"'t", 1, {DICTIONARY_STOPWORD}, -1}, + {"br", 1, {DICTIONARY_PERSONAL_TITLE}, 4339}, + {"super mkt", 1, {DICTIONARY_PLACE_NAME}, 4373}, + {"noordoost", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"autoverhuur", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"etage", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 4318}, + {"o.z.", 1, {DICTIONARY_QUALIFIER}, 4376}, + {"zw", 1, {DICTIONARY_DIRECTIONAL}, 4330}, + {"mkt pln", 1, {DICTIONARY_PLACE_NAME}, 4371}, + {"fietsenstalling", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"oz", 1, {DICTIONARY_QUALIFIER}, 4376}, + {"bunker", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hotel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"noord westen", 1, {DICTIONARY_DIRECTIONAL}, 4323}, + {"van", 1, {DICTIONARY_STOPWORD}, -1}, + {"vlt", 1, {DICTIONARY_STREET_TYPE}, 4316}, + {"rijschool", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"past", 1, {DICTIONARY_PERSONAL_TITLE}, 4361}, + {"kasteel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"z.w", 1, {DICTIONARY_DIRECTIONAL}, 4330}, + {"pater", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dwarsstraat", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"me", 1, {DICTIONARY_STOPWORD}, -1}, + {"zij", 1, {DICTIONARY_STOPWORD}, -1}, + {"vrouwe", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"jeugdcentrum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zuid oost", 1, {DICTIONARY_DIRECTIONAL}, 4328}, + {"z.w.", 1, {DICTIONARY_DIRECTIONAL}, 4330}, + {"z", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"recyclingpunt", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"casino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"l.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4308}, + {"zr", 1, {DICTIONARY_PERSONAL_TITLE}, 4368}, + {"l", 1, {DICTIONARY_STREET_TYPE}, 4308}, + {"verpleeghuis", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"singel", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"minister", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"of", 1, {DICTIONARY_STOPWORD}, -1}, + {"n.o", 1, {DICTIONARY_DIRECTIONAL}, 4321}, + {"n z", 1, {DICTIONARY_QUALIFIER}, 4375}, + {"w", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"n.o.", 1, {DICTIONARY_DIRECTIONAL}, 4320}, + {"noord", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"hem", 1, {DICTIONARY_STOPWORD}, -1}, + {"begraafplaats", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kardinaal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"gevangenis", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nu", 1, {DICTIONARY_STOPWORD}, -1}, + {"mij", 1, {DICTIONARY_STOPWORD}, -1}, + {"zuidzijde", 1, {DICTIONARY_QUALIFIER}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 4380}, + {"stwg", 1, {DICTIONARY_STREET_TYPE}, 4314}, + {"school", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ijs", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zuidoosten", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nw", 1, {DICTIONARY_DIRECTIONAL}, 4322}, + {"studentenhuis", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"in", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"wg.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4317}, + {"toren", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"benedenverdieping", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"v", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"n.o", 1, {DICTIONARY_DIRECTIONAL}, 4320}, + {"pln", 1, {DICTIONARY_STREET_TYPE}, 4389}, + {"rusthuis", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"luit", 1, {DICTIONARY_PERSONAL_TITLE}, 4354}, + {"mevrouw", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"west", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"dit", 1, {DICTIONARY_STOPWORD}, -1}, + {"benedenverdiep", 1, {DICTIONARY_LEVEL_STANDALONE}, 4337}, + {"onzelievevrouwe", 1, {DICTIONARY_PERSONAL_TITLE}, 4360}, + {"verdiep", 1, {DICTIONARY_LEVEL_NUMBERED}, 4335}, + {"n.w", 1, {DICTIONARY_DIRECTIONAL}, 4323}, + {"hoofdstraat", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kapel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zuid oosten", 1, {DICTIONARY_DIRECTIONAL}, 4329}, + {"crematorium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nummer", 1, {DICTIONARY_NUMBER}, -1}, + {"bejaardentehuis", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"links", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"mr", 1, {DICTIONARY_PERSONAL_TITLE}, 4355}, + {"zuidlijke", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"n o", 1, {DICTIONARY_DIRECTIONAL}, 4321}, + {"postbus", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"n.w.", 1, {DICTIONARY_DIRECTIONAL}, 4322}, + {"verl.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4315}, + {"lang", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"zuid", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 4395}, + {"ons", 1, {DICTIONARY_STOPWORD}, -1}, + {"burgermeester", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"autowasstraat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bank", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"begane grond", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"groot", 1, {DICTIONARY_SYNONYM}, -1}, + {"bij", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"z w", 1, {DICTIONARY_DIRECTIONAL}, 4330}, + {"die", 1, {DICTIONARY_STOPWORD}, -1}, + {"kleuterschool", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"van de", 1, {DICTIONARY_STOPWORD}, -1}, + {"b", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bus", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"luchthaven", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"in de buurt van", 1, {DICTIONARY_NEAR}, -1}, + {"z.o.", 1, {DICTIONARY_DIRECTIONAL}, 4329}, + {"leane", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"was", 1, {DICTIONARY_STOPWORD}, -1}, + {"gebouw", 2, {DICTIONARY_BUILDING_TYPE, DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, -1}, + {"markt", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_PLACE_NAME}, -1}, + {"westelijke", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bg.", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 4303}, + {"o", 1, {DICTIONARY_DIRECTIONAL}, 4324}, + {"huizen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"op de hoek van", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"winkelen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"begane gro", 1, {DICTIONARY_LEVEL_STANDALONE}, 4336}, + {"bordeel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"het gelijkvloers", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"z.o", 1, {DICTIONARY_DIRECTIONAL}, 4329}, + {"dwwg", 1, {DICTIONARY_STREET_TYPE}, 4387}, + {"commandant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dijk", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"berg", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, -1}, + {"café", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"appartement", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"markt plein", 1, {DICTIONARY_PLACE_NAME}, 4371}, + {"w", 1, {DICTIONARY_DIRECTIONAL}, 4326}, + {"v d", 1, {DICTIONARY_STOPWORD}, 4384}, + {"der", 1, {DICTIONARY_STOPWORD}, -1}, + {"westen", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nabij", 1, {DICTIONARY_NEAR}, -1}, + {"v", 1, {DICTIONARY_STOPWORD}, 4381}, + {"korte", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"nr", 1, {DICTIONARY_NUMBER}, 4338}, + {"aan", 1, {DICTIONARY_STOPWORD}, -1}, + {"pk.", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 4304}, + {"westzijde", 1, {DICTIONARY_QUALIFIER}, -1}, + {"hoe", 1, {DICTIONARY_STOPWORD}, -1}, + {"auditorium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zou", 1, {DICTIONARY_STOPWORD}, -1}, + {"noord oosten", 1, {DICTIONARY_DIRECTIONAL}, 4321}, + {"onze lieve vrouwe", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"z.o.", 1, {DICTIONARY_DIRECTIONAL}, 4328}, + {"universiteit", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rechts", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"noordzijde", 1, {DICTIONARY_QUALIFIER}, -1}, + {"r", 1, {DICTIONARY_UNIT_DIRECTION}, 4394}, + {"parterre", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"vd", 1, {DICTIONARY_STOPWORD}, 4382}, + {"straat", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"vliet", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"supermkt", 1, {DICTIONARY_PLACE_NAME}, 4373}, + {"het", 1, {DICTIONARY_STOPWORD}, -1}, + {"uni", 1, {DICTIONARY_PLACE_NAME}, 4374}, + {"beschutting", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dierenarts", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"politie", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"k", 1, {DICTIONARY_PERSONAL_TITLE}, 4350}, + {"mgr", 1, {DICTIONARY_PERSONAL_TITLE}, 4359}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 4319}, + {"ir", 1, {DICTIONARY_PERSONAL_TITLE}, 4346}, + {"van der", 1, {DICTIONARY_STOPWORD}, -1}, + {"zw", 1, {DICTIONARY_DIRECTIONAL}, 4331}, + {"noorden", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"l", 1, {DICTIONARY_UNIT_DIRECTION}, 4393}, + {"n.w.", 1, {DICTIONARY_DIRECTIONAL}, 4323}, + {"brandweer", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sint", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"hoek van", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"in de buurt van me", 1, {DICTIONARY_NEAR}, -1}, + {"kleine", 1, {DICTIONARY_SYNONYM}, -1}, + {"no", 1, {DICTIONARY_DIRECTIONAL}, 4320}, + {"veerterminal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kamer", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"w.z", 1, {DICTIONARY_QUALIFIER}, 4377}, + {"zuster", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"h.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4306}, + {"noord oost", 1, {DICTIONARY_DIRECTIONAL}, 4320}, + {"generaal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"oost", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bioscoop", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"z.w.", 1, {DICTIONARY_DIRECTIONAL}, 4331}, + {"kl", 1, {DICTIONARY_SYNONYM}, 4392}, + {"l", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"stg", 1, {DICTIONARY_STAIRCASE}, 4379}, + {"wel", 1, {DICTIONARY_STOPWORD}, -1}, + {"gracht", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"n w", 1, {DICTIONARY_DIRECTIONAL}, 4323}, + {"l", 1, {DICTIONARY_STREET_TYPE}, 4309}, + {"o", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"in de buurt", 1, {DICTIONARY_NEAR}, -1}, + {"w.z.", 1, {DICTIONARY_QUALIFIER}, 4377}, + {"noordwest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kade", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"o.z", 1, {DICTIONARY_QUALIFIER}, 4376}, + {"o z", 1, {DICTIONARY_QUALIFIER}, 4376}, + {"plein", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fitnesscentrum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nog", 1, {DICTIONARY_STOPWORD}, -1}, + {"n.o.", 1, {DICTIONARY_DIRECTIONAL}, 4321}, + {"af", 1, {DICTIONARY_STOPWORD}, -1}, + {"z.z.", 1, {DICTIONARY_QUALIFIER}, 4378}, + {"olv", 1, {DICTIONARY_PERSONAL_TITLE}, 4360}, + {"gelijkvloers", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"kon", 1, {DICTIONARY_PERSONAL_TITLE}, 4352}, + {"recyclage", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ap", 1, {DICTIONARY_UNIT_NUMBERED}, 4395}, + {"zo", 1, {DICTIONARY_DIRECTIONAL}, 4328}, + {"van 't", 1, {DICTIONARY_STOPWORD}, -1}, + {"z", 1, {DICTIONARY_DIRECTIONAL}, 4332}, + {"theater", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jumbo", 1, {DICTIONARY_CHAIN}, -1}, + {"met", 1, {DICTIONARY_STOPWORD}, -1}, + {"z o", 1, {DICTIONARY_DIRECTIONAL}, 4329}, + {"kerk", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nw", 1, {DICTIONARY_DIRECTIONAL}, 4323}, + {"zuidwesten", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"trap", 1, {DICTIONARY_STAIRCASE}, -1}, + {"stiege", 1, {DICTIONARY_STAIRCASE}, -1}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"weg", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"prinses", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pres", 1, {DICTIONARY_PERSONAL_TITLE}, 4362}, + {"al", 1, {DICTIONARY_STOPWORD}, -1}, + {"wisselkantoor", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dominee", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"z z", 1, {DICTIONARY_QUALIFIER}, 4378}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 4365}, + {"koningin", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"super markt", 1, {DICTIONARY_PLACE_NAME}, 4373}, + {"winkel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"openbare markt", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"verl", 1, {DICTIONARY_STREET_TYPE}, 4315}, + {"z.w", 1, {DICTIONARY_DIRECTIONAL}, 4331}, + {"marktplein", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"n.w", 1, {DICTIONARY_DIRECTIONAL}, 4322}, + {"st", 1, {DICTIONARY_PERSONAL_TITLE}, 4366}, + {"kliniek", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"wg", 1, {DICTIONARY_STREET_TYPE}, 4317}, + {"monseigneur", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kte", 1, {DICTIONARY_PERSONAL_TITLE}, 4351}, + {"gebr", 1, {DICTIONARY_PERSONAL_TITLE}, 4344}, + {"stadion", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zuidwest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"n o", 1, {DICTIONARY_DIRECTIONAL}, 4320}, + {"fontein", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"de", 1, {DICTIONARY_STOPWORD}, -1}, + {"boerderij", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"o l v", 1, {DICTIONARY_PERSONAL_TITLE}, 4360}, + {"l.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4309}, + {"en", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"kd", 1, {DICTIONARY_STREET_TYPE}, 4388}, + {"busstation", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ver", 1, {DICTIONARY_STOPWORD}, -1}, + {"nz", 1, {DICTIONARY_QUALIFIER}, 4375}, + {"str", 1, {DICTIONARY_STREET_TYPE}, 4313}, + {"z o", 1, {DICTIONARY_DIRECTIONAL}, 4328}, + {"gebroeders", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"postkantoor", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lange", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"v d", 1, {DICTIONARY_STOPWORD}, 4382}, + {"professor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"n.z.", 1, {DICTIONARY_QUALIFIER}, 4375}, + {"mkt plein", 1, {DICTIONARY_PLACE_NAME}, 4371}, + {"uit", 1, {DICTIONARY_STOPWORD}, -1}, + {"et", 1, {DICTIONARY_LEVEL_NUMBERED}, 4334}, + {"dwstr", 1, {DICTIONARY_STREET_TYPE}, 4386}, + {"loane", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"noord west", 1, {DICTIONARY_DIRECTIONAL}, 4322}, + {"mkt.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4310}, + {"mej", 1, {DICTIONARY_PERSONAL_TITLE}, 4356}, + {"kunstcollectief", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"noordelijke", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"cmdt", 1, {DICTIONARY_PERSONAL_TITLE}, 4341}, + {"meester", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mkt", 1, {DICTIONARY_PLACE_NAME}, 4310}, + {"v d", 1, {DICTIONARY_STOPWORD}, 4383}, + {"vd", 1, {DICTIONARY_STOPWORD}, 4384}, + {"vr", 1, {DICTIONARY_PERSONAL_TITLE}, 4367}, + {"n.z", 1, {DICTIONARY_QUALIFIER}, 4375}, + {"sngl", 1, {DICTIONARY_STREET_TYPE}, 4312}, + {"rechtbank", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cinema", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"disco", 1, {DICTIONARY_PLACE_NAME}, 4370}, + {"prins", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"zuidoost", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kard", 1, {DICTIONARY_PERSONAL_TITLE}, 4349}, + {"dk", 1, {DICTIONARY_STREET_TYPE}, 4385}, + {"z.o", 1, {DICTIONARY_DIRECTIONAL}, 4328}, + {"noordwesten", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"str.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4313}, + {"studio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"z.z", 1, {DICTIONARY_QUALIFIER}, 4378}, + {"ingang", 1, {DICTIONARY_ENTRANCE}, -1}, + {"noordoosten", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"mevr", 1, {DICTIONARY_PERSONAL_TITLE}, 4357}, + {"kort", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pk", 1, {DICTIONARY_STREET_TYPE}, 4304}, + {"tandarts", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"o", 1, {DICTIONARY_DIRECTIONAL}, 4325}, + {"discotheek", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 4342}, + {"club", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ln", 1, {DICTIONARY_STREET_TYPE}, 4307}, + {"h", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ingenieur", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"oosten", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"oostzijde", 1, {DICTIONARY_QUALIFIER}, -1}, + {"president", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"#", 1, {DICTIONARY_NUMBER}, 4338}, + {"sauna", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"univ", 1, {DICTIONARY_PLACE_NAME}, 4374}, + {"verdieping", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"kolonel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tussen", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"gr.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4305}, + {"openbare mkt", 1, {DICTIONARY_PLACE_NAME}, 4372}, + {"gemeentehuis", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kan", 1, {DICTIONARY_STOPWORD}, -1}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 4345}, + {"baan", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bibliotheek", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zuiden", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"min", 1, {DICTIONARY_PERSONAL_TITLE}, 4358}, + {"marktpln", 1, {DICTIONARY_PLACE_NAME}, 4371}, + {"kol", 1, {DICTIONARY_PERSONAL_TITLE}, 4348}, + {"als", 1, {DICTIONARY_STOPWORD}, -1}, + {"ambassade", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jhr", 1, {DICTIONARY_PERSONAL_TITLE}, 4347}, + {"steenweg", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"dokter", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"een", 1, {DICTIONARY_STOPWORD}, -1}, + {"tot", 1, {DICTIONARY_STOPWORD}, -1}, + {"autodelen", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zz", 1, {DICTIONARY_QUALIFIER}, 4378}, + {"verlengde", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"z w", 1, {DICTIONARY_DIRECTIONAL}, 4331}, + {"stwg.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4314}, + {"supermarkt", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"grt", 1, {DICTIONARY_SYNONYM}, 4391}, + {"app", 1, {DICTIONARY_UNIT_NUMBERED}, 4395}, + {"dokters", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"spoorwegstation", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"no", 1, {DICTIONARY_DIRECTIONAL}, 4321}, + {"oostelijke", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"hof", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"fietsverhuur", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kantoor", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"b", 1, {DICTIONARY_UNIT_NUMBERED}, 4396}, + {"nachtclub", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"luitenant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"plain", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, -1}, + {"laan", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"hal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"den", 1, {DICTIONARY_STOPWORD}, -1}, + {"rvt", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gr", 1, {DICTIONARY_STREET_TYPE}, 4305}, + {"pln.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4311}, + {"cafe", 1, {DICTIONARY_PLACE_NAME}, 4369}, + {"bg", 1, {DICTIONARY_LEVEL_STANDALONE}, 4336}, + {"n w", 1, {DICTIONARY_DIRECTIONAL}, 4322}, + {"baron", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dwarsweg", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"broeder", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"plantsoen", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gemeenschapscentrum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"restaurant", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zo", 1, {DICTIONARY_DIRECTIONAL}, 4329}, + {"w", 1, {DICTIONARY_DIRECTIONAL}, 4327}, + {"h", 1, {DICTIONARY_STREET_TYPE}, 4306}, + {"bgm", 1, {DICTIONARY_PERSONAL_TITLE}, 4340}, + {"gezondheidscentrum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"te", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"pr", 1, {DICTIONARY_PERSONAL_TITLE}, 4363}, + {"mejuffrouw", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kon", 1, {DICTIONARY_PERSONAL_TITLE}, 4353}, + {"huis", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"prs", 1, {DICTIONARY_PERSONAL_TITLE}, 4364}, + {"vlt.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4316}, + {"ziekenhuis", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ds", 1, {DICTIONARY_PERSONAL_TITLE}, 4343}, + {"peuterspeelzaal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"apotheek", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sngl.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 4312}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 4398}, + {"placa", 1, {DICTIONARY_STREET_TYPE}, 4398}, + {"carrièra", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dera", 1, {DICTIONARY_STOPWORD}, -1}, + {"deu", 1, {DICTIONARY_STOPWORD}, -1}, + {"a", 1, {DICTIONARY_STOPWORD}, -1}, + {"carriera", 1, {DICTIONARY_STREET_TYPE}, 4397}, + {"pça", 1, {DICTIONARY_STREET_TYPE}, 4398}, + {"dei", 1, {DICTIONARY_STOPWORD}, -1}, + {"del", 1, {DICTIONARY_STOPWORD}, -1}, + {"lo", 1, {DICTIONARY_STOPWORD}, -1}, + {"plç", 1, {DICTIONARY_STREET_TYPE}, 4398}, + {"l'", 1, {DICTIONARY_ELISION}, -1}, + {"e", 1, {DICTIONARY_STOPWORD}, -1}, + {"et", 1, {DICTIONARY_STOPWORD}, -1}, + {"deus", 1, {DICTIONARY_STOPWORD}, -1}, + {"pas", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"camin", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"avenguda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pca", 1, {DICTIONARY_STREET_TYPE}, 4398}, + {"de", 1, {DICTIONARY_STOPWORD}, -1}, + {"plc", 1, {DICTIONARY_STREET_TYPE}, 4398}, + {"dal", 1, {DICTIONARY_STOPWORD}, -1}, + {"la", 1, {DICTIONARY_STOPWORD}, -1}, + {"plaça", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"al", 1, {DICTIONARY_STOPWORD}, -1}, + {"las", 1, {DICTIONARY_STOPWORD}, -1}, + {"san", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sta", 1, {DICTIONARY_PERSONAL_TITLE}, 4399}, + {"kaya", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kaminda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"santa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"m", 1, {DICTIONARY_UNIT_NUMBERED}, 4537}, + {"№", 1, {DICTIONARY_NUMBER}, 4425}, + {"b-cia", 1, {DICTIONARY_SYNONYM}, 4521}, + {"muzeum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"d", 1, {DICTIONARY_HOUSE_NUMBER}, 4417}, + {"pułkownik", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"magister", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"południowy wschód", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"w poblizu", 1, {DICTIONARY_NEAR}, 4421}, + {"kpt mar", 1, {DICTIONARY_PERSONAL_TITLE}, 4450}, + {"b-czka", 1, {DICTIONARY_PLACE_NAME}, 4485}, + {"droga", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cieśn", 1, {DICTIONARY_SYNONYM}, 4524}, + {"departament", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"płn.-wsch.", 1, {DICTIONARY_DIRECTIONAL}, 4409}, + {"dyrektor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"lic", 1, {DICTIONARY_PLACE_NAME}, 4494}, + {"ks", 1, {DICTIONARY_PERSONAL_TITLE}, 4458}, + {"hotel", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s", 1, {DICTIONARY_LEVEL_BASEMENT}, 4418}, + {"płd-zach", 1, {DICTIONARY_DIRECTIONAL}, 4414}, + {"święty", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"wyspa", 1, {DICTIONARY_QUALIFIER}, -1}, + {"kwartał", 1, {DICTIONARY_QUALIFIER}, -1}, + {"zach", 1, {DICTIONARY_DIRECTIONAL}, 4415}, + {"parter", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"obok", 1, {DICTIONARY_NEAR}, -1}, + {"w pobliżu mnie", 1, {DICTIONARY_NEAR}, -1}, + {"kadm", 1, {DICTIONARY_PERSONAL_TITLE}, 4453}, + {"republika", 1, {DICTIONARY_SYNONYM}, -1}, + {"nr", 1, {DICTIONARY_NUMBER}, 4425}, + {"starszy", 1, {DICTIONARY_PERSONAL_SUFFIX}, -1}, + {"wieś", 1, {DICTIONARY_QUALIFIER}, -1}, + {"brygada", 1, {DICTIONARY_SYNONYM}, -1}, + {"ulica", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"technikum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dziek", 1, {DICTIONARY_PERSONAL_TITLE}, 4440}, + {"wschod", 1, {DICTIONARY_DIRECTIONAL}, 4411}, + {"zakl", 1, {DICTIONARY_PLACE_NAME}, 4504}, + {"w-wa", 1, {DICTIONARY_TOPONYM}, 4536}, + {"al", 1, {DICTIONARY_STREET_TYPE}, 4514}, + {"administracja", 1, {DICTIONARY_SYNONYM}, -1}, + {"minister", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"skrytka pocztowa", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"płk", 1, {DICTIONARY_PERSONAL_TITLE}, 4466}, + {"pld.-wsch.", 1, {DICTIONARY_DIRECTIONAL}, 4413}, + {"w", 4, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET, DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"biblioteczka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"w pobliżu tutaj", 1, {DICTIONARY_NEAR}, -1}, + {"obwodnica", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pn.-wsch.", 1, {DICTIONARY_DIRECTIONAL}, 4409}, + {"amb", 1, {DICTIONARY_PERSONAL_TITLE}, 4430}, + {"płd.-zach.", 1, {DICTIONARY_DIRECTIONAL}, 4414}, + {"w", 1, {DICTIONARY_PERSONAL_TITLE}, 4479}, + {"batalion", 1, {DICTIONARY_SYNONYM}, -1}, + {"organ", 1, {DICTIONARY_PLACE_NAME}, 4498}, + {"komandor porucznik", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bpa", 1, {DICTIONARY_PERSONAL_TITLE}, 4436}, + {"narodowy", 1, {DICTIONARY_SYNONYM}, -1}, + {"pomiędzy", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"okręg", 1, {DICTIONARY_QUALIFIER}, -1}, + {"wejscie", 1, {DICTIONARY_ENTRANCE}, 4416}, + {"bczka", 1, {DICTIONARY_PLACE_NAME}, 4485}, + {"hr", 1, {DICTIONARY_PERSONAL_TITLE}, 4446}, + {"biblioteka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cieśnina", 1, {DICTIONARY_SYNONYM}, -1}, + {"wiceadmiral", 1, {DICTIONARY_PERSONAL_TITLE}, 4480}, + {"pd.-zach.", 1, {DICTIONARY_DIRECTIONAL}, 4414}, + {"federacja", 1, {DICTIONARY_SYNONYM}, -1}, + {"oddz", 1, {DICTIONARY_PLACE_NAME}, 4496}, + {"rz", 1, {DICTIONARY_SYNONYM}, 4532}, + {"blok", 1, {DICTIONARY_QUALIFIER}, -1}, + {"zakł", 1, {DICTIONARY_PLACE_NAME}, 4504}, + {"siostry", 1, {DICTIONARY_SYNONYM}, -1}, + {"pd", 1, {DICTIONARY_DIRECTIONAL}, 4412}, + {"st sierz", 1, {DICTIONARY_PERSONAL_TITLE}, 4475}, + {"płd wsch", 1, {DICTIONARY_DIRECTIONAL}, 4413}, + {"płd.-wsch.", 1, {DICTIONARY_DIRECTIONAL}, 4413}, + {"i", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"niedaleko", 1, {DICTIONARY_NEAR}, -1}, + {"b-ka", 1, {DICTIONARY_PLACE_NAME}, 4483}, + {"admirał", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"polnoc", 1, {DICTIONARY_DIRECTIONAL}, 4408}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 4437}, + {"admiral", 1, {DICTIONARY_PERSONAL_TITLE}, 4429}, + {"autostrada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"f-ka", 1, {DICTIONARY_PLACE_NAME}, 4488}, + {"wokół tutaj", 1, {DICTIONARY_NEAR}, -1}, + {"bracia", 1, {DICTIONARY_SYNONYM}, -1}, + {"pln-zach", 1, {DICTIONARY_DIRECTIONAL}, 4410}, + {"swiety", 1, {DICTIONARY_PERSONAL_TITLE}, 4478}, + {"kard", 1, {DICTIONARY_PERSONAL_TITLE}, 4451}, + {"st strz", 1, {DICTIONARY_PERSONAL_TITLE}, 4477}, + {"parkowa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"spółdzielnia", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"wojewodztwo", 1, {DICTIONARY_QUALIFIER}, 4512}, + {"spółka", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"przy", 1, {DICTIONARY_NEAR}, -1}, + {"generał dywizji", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"o", 1, {DICTIONARY_PERSONAL_TITLE}, 4465}, + {"podsekretarz", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"wsch", 1, {DICTIONARY_DIRECTIONAL}, 4411}, + {"ss", 1, {DICTIONARY_SYNONYM}, 4533}, + {"abc", 1, {DICTIONARY_CHAIN}, -1}, + {"st", 1, {DICTIONARY_PERSONAL_SUFFIX}, 4427}, + {"północny zachód", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bank", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pok", 1, {DICTIONARY_UNIT_NUMBERED}, 4538}, + {"kapral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bosm", 1, {DICTIONARY_PERSONAL_TITLE}, 4434}, + {"plac", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kolo", 1, {DICTIONARY_NEAR}, 4420}, + {"st", 1, {DICTIONARY_PLACE_NAME}, 4500}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"wiceminister", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"szer", 1, {DICTIONARY_SYNONYM}, 4535}, + {"inżynier", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pln", 1, {DICTIONARY_DIRECTIONAL}, 4408}, + {"kosciol", 1, {DICTIONARY_PLACE_NAME}, 4493}, + {"min", 1, {DICTIONARY_PERSONAL_TITLE}, 4464}, + {"bosm sztab", 1, {DICTIONARY_PERSONAL_TITLE}, 4435}, + {"płn wsch", 1, {DICTIONARY_DIRECTIONAL}, 4409}, + {"bibl", 1, {DICTIONARY_PLACE_NAME}, 4483}, + {"fabryka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"stary", 1, {DICTIONARY_SYNONYM}, -1}, + {"pn wsch", 1, {DICTIONARY_DIRECTIONAL}, 4409}, + {"schody", 1, {DICTIONARY_STAIRCASE}, -1}, + {"kpr", 1, {DICTIONARY_PERSONAL_TITLE}, 4448}, + {"dom", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"generala", 1, {DICTIONARY_PERSONAL_TITLE}, 4441}, + {"muzeum narodowe", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zaulek", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dca", 1, {DICTIONARY_PERSONAL_TITLE}, 4438}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 4515}, + {"wokol tutaj", 1, {DICTIONARY_NEAR}, 4424}, + {"bcia", 1, {DICTIONARY_SYNONYM}, 4521}, + {"generał broni", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"akademia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rogu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"arch", 1, {DICTIONARY_PERSONAL_TITLE}, 4431}, + {"ptr", 1, {DICTIONARY_LEVEL_NUMBERED}, 4419}, + {"sekt", 1, {DICTIONARY_PERSONAL_TITLE}, 4470}, + {"lewo", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 4513}, + {"wielebny", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dziekan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ambasador", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"arcybiskup", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pld", 1, {DICTIONARY_DIRECTIONAL}, 4412}, + {"młodszy", 1, {DICTIONARY_PERSONAL_SUFFIX}, -1}, + {"kmdt", 1, {DICTIONARY_PERSONAL_TITLE}, 4457}, + {"p", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"adm", 1, {DICTIONARY_PERSONAL_TITLE}, 4429}, + {"zaklad", 1, {DICTIONARY_PLACE_NAME}, 4504}, + {"polnocny zachod", 1, {DICTIONARY_DIRECTIONAL}, 4410}, + {"zabka", 1, {DICTIONARY_CHAIN}, 4402}, + {"bazylika", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"no", 1, {DICTIONARY_NUMBER}, 4425}, + {"pomiedzy", 1, {DICTIONARY_CROSS_STREET}, 4407}, + {"spnia", 1, {DICTIONARY_COMPANY_TYPE}, 4405}, + {"starszy bosman", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ojciec", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"katedra", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mn", 1, {DICTIONARY_PLACE_NAME}, 4495}, + {"opat", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ul", 1, {DICTIONARY_STREET_TYPE}, 4516}, + {"gospodarka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"uniwersytet", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dowodca", 1, {DICTIONARY_PERSONAL_TITLE}, 4438}, + {"piętro", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"marynarz", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"komendant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"adj", 1, {DICTIONARY_PERSONAL_TITLE}, 4428}, + {"kpt", 1, {DICTIONARY_PERSONAL_TITLE}, 4449}, + {"techn", 1, {DICTIONARY_PLACE_NAME}, 4502}, + {"dzielnica", 1, {DICTIONARY_QUALIFIER}, -1}, + {"rynek", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"spółdz", 1, {DICTIONARY_COMPANY_TYPE}, 4405}, + {"kolejowy", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kierownik", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"os", 1, {DICTIONARY_QUALIFIER}, 4511}, + {"aleja", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kom", 1, {DICTIONARY_PERSONAL_TITLE}, 4457}, + {"dowódca", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pln wsch", 1, {DICTIONARY_DIRECTIONAL}, 4409}, + {"wielmozny", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"płn-zach", 1, {DICTIONARY_DIRECTIONAL}, 4410}, + {"stacja", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dziel", 1, {DICTIONARY_QUALIFIER}, 4507}, + {"marszałka", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pd wsch", 1, {DICTIONARY_DIRECTIONAL}, 4413}, + {"mgr", 1, {DICTIONARY_PERSONAL_TITLE}, 4460}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 4441}, + {"politechnika", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"górny", 1, {DICTIONARY_SYNONYM}, -1}, + {"k", 1, {DICTIONARY_NEAR}, 4420}, + {"marszalka", 1, {DICTIONARY_PERSONAL_TITLE}, 4463}, + {"wiceadm", 1, {DICTIONARY_PERSONAL_TITLE}, 4480}, + {"podofic", 1, {DICTIONARY_PERSONAL_TITLE}, 4467}, + {"kwartal", 1, {DICTIONARY_QUALIFIER}, 4509}, + {"szereg", 1, {DICTIONARY_SYNONYM}, 4535}, + {"s-ka", 1, {DICTIONARY_COMPANY_TYPE}, 4403}, + {"gen broni", 1, {DICTIONARY_PERSONAL_TITLE}, 4442}, + {"sierżant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"gimnazjum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"adjunkt", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"północ", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kościół", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"adwokat", 1, {DICTIONARY_ACADEMIC_DEGREE}, -1}, + {"centralny", 1, {DICTIONARY_SYNONYM}, -1}, + {"u", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"gmina", 1, {DICTIONARY_QUALIFIER}, -1}, + {"bn", 1, {DICTIONARY_SYNONYM}, 4519}, + {"na", 1, {DICTIONARY_STOPWORD}, -1}, + {"jezioro", 1, {DICTIONARY_SYNONYM}, -1}, + {"marsz", 1, {DICTIONARY_PERSONAL_TITLE}, 4463}, + {"wejście", 1, {DICTIONARY_ENTRANCE}, -1}, + {"s-ka akc", 1, {DICTIONARY_COMPANY_TYPE}, 4404}, + {"o", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"strz", 1, {DICTIONARY_PERSONAL_TITLE}, 4474}, + {"gen dyw", 1, {DICTIONARY_PERSONAL_TITLE}, 4444}, + {"kontradmiral", 1, {DICTIONARY_PERSONAL_TITLE}, 4453}, + {"bosman sztabowy", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"senator", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"adw", 1, {DICTIONARY_ACADEMIC_DEGREE}, 4400}, + {"poludniowy wschod", 1, {DICTIONARY_DIRECTIONAL}, 4413}, + {"kontradmirał", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"stowarzyszenie", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"spółka akcyjna", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"asystent", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"blisko", 1, {DICTIONARY_NEAR}, -1}, + {"mar", 1, {DICTIONARY_PERSONAL_TITLE}, 4462}, + {"rondo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"st sierz sztab", 1, {DICTIONARY_PERSONAL_TITLE}, 4476}, + {"dep", 1, {DICTIONARY_PLACE_NAME}, 4486}, + {"strzelec", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"płd-wsch", 1, {DICTIONARY_DIRECTIONAL}, 4413}, + {"bl", 1, {DICTIONARY_QUALIFIER}, 4506}, + {"komandor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"południowy zachód", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"centr", 1, {DICTIONARY_SYNONYM}, 4523}, + {"pln.-zach.", 1, {DICTIONARY_DIRECTIONAL}, 4410}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 4469}, + {"baon", 1, {DICTIONARY_SYNONYM}, 4519}, + {"abp", 1, {DICTIONARY_PERSONAL_TITLE}, 4432}, + {"płn", 1, {DICTIONARY_DIRECTIONAL}, 4408}, + {"boczna", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gim", 1, {DICTIONARY_PLACE_NAME}, 4489}, + {"kontradm", 1, {DICTIONARY_PERSONAL_TITLE}, 4453}, + {"pn-zach", 1, {DICTIONARY_DIRECTIONAL}, 4410}, + {"koło", 1, {DICTIONARY_NEAR}, -1}, + {"na rogu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"wwa", 1, {DICTIONARY_TOPONYM}, 4536}, + {"polnocny wschod", 1, {DICTIONARY_DIRECTIONAL}, 4409}, + {"stow", 1, {DICTIONARY_COMPANY_TYPE}, 4406}, + {"uniw", 1, {DICTIONARY_PLACE_NAME}, 4503}, + {"dolny", 1, {DICTIONARY_SYNONYM}, -1}, + {"państw", 1, {DICTIONARY_SYNONYM}, 4530}, + {"lek", 1, {DICTIONARY_PERSONAL_TITLE}, 4459}, + {"op", 1, {DICTIONARY_PLACE_NAME}, 4497}, + {"płd zach", 1, {DICTIONARY_DIRECTIONAL}, 4414}, + {"profesor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"liceum", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"płn.-zach.", 1, {DICTIONARY_DIRECTIONAL}, 4410}, + {"wschód", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"botanika", 1, {DICTIONARY_SYNONYM}, -1}, + {"sierz", 1, {DICTIONARY_PERSONAL_TITLE}, 4472}, + {"biskupa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"płn zach", 1, {DICTIONARY_DIRECTIONAL}, 4410}, + {"kardynala", 1, {DICTIONARY_PERSONAL_TITLE}, 4451}, + {"podsekr", 1, {DICTIONARY_PERSONAL_TITLE}, 4468}, + {"oddział", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zakład", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bud", 1, {DICTIONARY_BUILDING_TYPE}, 4401}, + {"północny wschód", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"fed", 1, {DICTIONARY_SYNONYM}, 4526}, + {"pd.-wsch.", 1, {DICTIONARY_DIRECTIONAL}, 4413}, + {"kapitan marynarki", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"zachod", 1, {DICTIONARY_DIRECTIONAL}, 4415}, + {"gosp", 1, {DICTIONARY_PLACE_NAME}, 4490}, + {"bryg", 1, {DICTIONARY_SYNONYM}, 4522}, + {"bulwar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dyr", 1, {DICTIONARY_PERSONAL_TITLE}, 4439}, + {"akad", 1, {DICTIONARY_PLACE_NAME}, 4482}, + {"państwowy", 1, {DICTIONARY_SYNONYM}, -1}, + {"st bosm", 1, {DICTIONARY_PERSONAL_TITLE}, 4473}, + {"generał brygady", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"prawo", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"warszawa", 1, {DICTIONARY_TOPONYM}, -1}, + {"osiedle", 1, {DICTIONARY_QUALIFIER}, -1}, + {"nar", 1, {DICTIONARY_SYNONYM}, 4529}, + {"ksiądz", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"organizacja", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kmdr por", 1, {DICTIONARY_PERSONAL_TITLE}, 4455}, + {"kw", 1, {DICTIONARY_QUALIFIER}, 4509}, + {"numer", 1, {DICTIONARY_NUMBER}, -1}, + {"sw", 1, {DICTIONARY_PERSONAL_TITLE}, 4478}, + {"hrabia", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"adm", 1, {DICTIONARY_SYNONYM}, 4517}, + {"d-ca", 1, {DICTIONARY_PERSONAL_TITLE}, 4438}, + {"w poblizu mnie", 1, {DICTIONARY_NEAR}, 4422}, + {"komandor podporucznik", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"płn-wsch", 1, {DICTIONARY_DIRECTIONAL}, 4409}, + {"dln", 1, {DICTIONARY_SYNONYM}, 4525}, + {"kapitan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"as", 1, {DICTIONARY_PERSONAL_TITLE}, 4433}, + {"szosa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"generała", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"w poblizu tutaj", 1, {DICTIONARY_NEAR}, 4423}, + {"pokój", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"pln.-wsch.", 1, {DICTIONARY_DIRECTIONAL}, 4409}, + {"pd zach", 1, {DICTIONARY_DIRECTIONAL}, 4414}, + {"inż", 1, {DICTIONARY_PERSONAL_TITLE}, 4447}, + {"pn.-zach.", 1, {DICTIONARY_DIRECTIONAL}, 4410}, + {"jez", 1, {DICTIONARY_SYNONYM}, 4528}, + {"bot", 1, {DICTIONARY_SYNONYM}, 4520}, + {"gen bryg", 1, {DICTIONARY_PERSONAL_TITLE}, 4443}, + {"u", 1, {DICTIONARY_PLACE_NAME}, 4503}, + {"płd", 1, {DICTIONARY_DIRECTIONAL}, 4412}, + {"wiceadmirał", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"rep", 1, {DICTIONARY_SYNONYM}, 4531}, + {"szkoła", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"południe", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"st kol", 1, {DICTIONARY_PLACE_NAME}, 4501}, + {"suterena", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"stacja kolejowa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"woj", 1, {DICTIONARY_QUALIFIER}, 4512}, + {"#", 1, {DICTIONARY_NUMBER}, 4425}, + {"gm", 1, {DICTIONARY_QUALIFIER}, 4508}, + {"hon", 1, {DICTIONARY_PERSONAL_TITLE}, 4445}, + {"pld-zach", 1, {DICTIONARY_DIRECTIONAL}, 4414}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"p", 1, {DICTIONARY_LEVEL_NUMBERED}, 4419}, + {"sen", 1, {DICTIONARY_PERSONAL_TITLE}, 4471}, + {"w pobliżu", 1, {DICTIONARY_NEAR}, -1}, + {"budowa", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"pln zach", 1, {DICTIONARY_DIRECTIONAL}, 4410}, + {"wicemin", 1, {DICTIONARY_PERSONAL_TITLE}, 4481}, + {"ośr", 1, {DICTIONARY_PLACE_NAME}, 4499}, + {"żabka", 1, {DICTIONARY_CHAIN}, -1}, + {"adres", 1, {DICTIONARY_SYNONYM}, -1}, + {"starszy sierżant sztabowy", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"św", 1, {DICTIONARY_PERSONAL_TITLE}, 4478}, + {"poczta polska", 1, {DICTIONARY_CHAIN}, -1}, + {"pd-wsch", 1, {DICTIONARY_DIRECTIONAL}, 4413}, + {"bn", 1, {DICTIONARY_PLACE_NAME}, 4484}, + {"starszy sierżant", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"we", 1, {DICTIONARY_NEAR}, -1}, + {"szeregowy", 1, {DICTIONARY_SYNONYM}, -1}, + {"mieszkanie", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"pd-zach", 1, {DICTIONARY_DIRECTIONAL}, 4414}, + {"z", 1, {DICTIONARY_DIRECTIONAL}, 4415}, + {"pn-wsch", 1, {DICTIONARY_DIRECTIONAL}, 4409}, + {"sekretarz", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pld-wsch", 1, {DICTIONARY_DIRECTIONAL}, 4413}, + {"adr", 1, {DICTIONARY_SYNONYM}, 4518}, + {"pn zach", 1, {DICTIONARY_DIRECTIONAL}, 4410}, + {"starszy strzelec", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"doktora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"g", 1, {DICTIONARY_SYNONYM}, 4527}, + {"st", 1, {DICTIONARY_SYNONYM}, 4534}, + {"skr poczt", 1, {DICTIONARY_POST_OFFICE}, 4505}, + {"pld wsch", 1, {DICTIONARY_DIRECTIONAL}, 4413}, + {"zachód", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kol", 1, {DICTIONARY_PLACE_NAME}, 4492}, + {"kier", 1, {DICTIONARY_PERSONAL_TITLE}, 4452}, + {"ośrodek", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"podoficer", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"un", 1, {DICTIONARY_PLACE_NAME}, 4503}, + {"ok", 1, {DICTIONARY_QUALIFIER}, 4510}, + {"d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"rzeka", 1, {DICTIONARY_SYNONYM}, -1}, + {"w", 1, {DICTIONARY_DIRECTIONAL}, 4411}, + {"m", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"honorowy", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"architekt", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mjr", 1, {DICTIONARY_PERSONAL_TITLE}, 4461}, + {"pld.-zach.", 1, {DICTIONARY_DIRECTIONAL}, 4414}, + {"g", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"farm", 1, {DICTIONARY_PLACE_NAME}, 4487}, + {"bka", 1, {DICTIONARY_PLACE_NAME}, 4483}, + {"biblioteka narodowa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"inst", 1, {DICTIONARY_PLACE_NAME}, 4491}, + {"poludniowy zachod", 1, {DICTIONARY_DIRECTIONAL}, 4414}, + {"mł", 1, {DICTIONARY_PERSONAL_SUFFIX}, 4426}, + {"poludnie", 1, {DICTIONARY_DIRECTIONAL}, 4412}, + {"kmdr ppor", 1, {DICTIONARY_PERSONAL_TITLE}, 4456}, + {"pln-wsch", 1, {DICTIONARY_DIRECTIONAL}, 4409}, + {"województwo", 1, {DICTIONARY_QUALIFIER}, -1}, + {"major", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"lekarz", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"farmacja", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"instytut", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bosman", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"admin", 1, {DICTIONARY_SYNONYM}, 4517}, + {"kardynała", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pld zach", 1, {DICTIONARY_DIRECTIONAL}, 4414}, + {"kmdr", 1, {DICTIONARY_PERSONAL_TITLE}, 4454}, + {"r-d-c", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"srtas", 1, {DICTIONARY_PERSONAL_TITLE}, 4693}, + {"estr marg", 1, {DICTIONARY_STREET_TYPE}, 4780}, + {"setembro", 1, {DICTIONARY_SYNONYM}, -1}, + {"almirante", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"policia de seguranca publica", 1, {DICTIONARY_PLACE_NAME}, 4738}, + {"pça", 1, {DICTIONARY_STREET_TYPE}, 4792}, + {"medico", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ex.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 4641}, + {"azinhaga", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tr", 1, {DICTIONARY_BUILDING_TYPE}, 4543}, + {"lg", 1, {DICTIONARY_STREET_TYPE}, 4787}, + {"diac", 1, {DICTIONARY_PERSONAL_TITLE}, 4626}, + {"c de e p", 1, {DICTIONARY_POSTAL_CODE}, 4749}, + {"fev", 1, {DICTIONARY_SYNONYM}, 4815}, + {"fevro", 1, {DICTIONARY_SYNONYM}, 4815}, + {"slj", 1, {DICTIONARY_UNIT_STANDALONE}, 4865}, + {"e.p.", 1, {DICTIONARY_COMPANY_TYPE}, 4554}, + {"loteam", 1, {DICTIONARY_PLACE_NAME}, 4734}, + {"ret", 1, {DICTIONARY_STREET_TYPE}, 4797}, + {"excelentissima", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ba", 1, {DICTIONARY_TOPONYM}, 4836}, + {"futebol clube", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"transversal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"númr", 1, {DICTIONARY_NUMBER}, 4599}, + {"sub cv", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 4596}, + {"esquerdo", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_DIRECTION}, -1}, + {"terréo", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"o", 1, {DICTIONARY_DIRECTIONAL}, 4583}, + {"eng.º", 1, {DICTIONARY_PERSONAL_TITLE}, 4640}, + {"viela", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vdessa", 1, {DICTIONARY_PERSONAL_TITLE}, 4701}, + {"pca", 1, {DICTIONARY_STREET_TYPE}, 4792}, + {"com.or", 1, {DICTIONARY_PERSONAL_TITLE}, 4617}, + {"n o", 1, {DICTIONARY_DIRECTIONAL}, 4582}, + {"so", 1, {DICTIONARY_DIRECTIONAL}, 4585}, + {"eng.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 4639}, + {"r.c", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"lugar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mnt", 1, {DICTIONARY_SYNONYM}, 4823}, + {"stº", 1, {DICTIONARY_PERSONAL_TITLE}, 4681}, + {"ministério", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ten c.el", 1, {DICTIONARY_PERSONAL_TITLE}, 4695}, + {"secretario", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"na esquina da", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"presid", 1, {DICTIONARY_PERSONAL_TITLE}, 4671}, + {"ei", 1, {DICTIONARY_COMPANY_TYPE}, 4552}, + {"santo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"comend", 1, {DICTIONARY_PERSONAL_TITLE}, 4617}, + {"conjunto", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"porto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"baixos", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"out", 1, {DICTIONARY_SYNONYM}, 4826}, + {"psp", 1, {DICTIONARY_PLACE_NAME}, 4738}, + {"por aqui", 1, {DICTIONARY_NEAR}, -1}, + {"zn", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 4757}, + {"d", 1, {DICTIONARY_PERSONAL_TITLE}, 4628}, + {"sgto", 1, {DICTIONARY_PERSONAL_TITLE}, 4683}, + {"il.ma", 1, {DICTIONARY_PERSONAL_TITLE}, 4647}, + {"apartado", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"s n", 1, {DICTIONARY_NO_NUMBER}, 4598}, + {"e n", 1, {DICTIONARY_STREET_TYPE}, 4782}, + {"cap frag", 1, {DICTIONARY_PERSONAL_TITLE}, 4612}, + {"lug", 1, {DICTIONARY_STREET_TYPE}, 4788}, + {"codigo postal", 1, {DICTIONARY_POSTAL_CODE}, 4750}, + {"espírito santo", 1, {DICTIONARY_TOPONYM}, -1}, + {"g.n.r.", 1, {DICTIONARY_PLACE_NAME}, 4730}, + {"nmr.o", 1, {DICTIONARY_NUMBER}, 4599}, + {"m.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 4662}, + {"r d c ", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"rev.do", 1, {DICTIONARY_PERSONAL_TITLE}, 4677}, + {"s.rs", 1, {DICTIONARY_PERSONAL_TITLE}, 4689}, + {"beco", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"esc", 1, {DICTIONARY_STAIRCASE}, 4758}, + {"alferes", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cp", 1, {DICTIONARY_POST_OFFICE}, 4748}, + {"jan.ro", 1, {DICTIONARY_SYNONYM}, 4817}, + {"ilustrissima", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"c.m", 1, {DICTIONARY_PLACE_NAME}, 4708}, + {"minas gerais", 1, {DICTIONARY_TOPONYM}, -1}, + {"rs", 1, {DICTIONARY_STREET_TYPE}, 4802}, + {"rodovia", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"q", 1, {DICTIONARY_QUALIFIER}, 4753}, + {"n.e", 1, {DICTIONARY_DIRECTIONAL}, 4581}, + {"distrito federal", 1, {DICTIONARY_TOPONYM}, -1}, + {"s.a.r.l", 1, {DICTIONARY_COMPANY_TYPE}, 4563}, + {"sociedade em nome coletivo", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"capitão de corveta", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"amapá", 1, {DICTIONARY_TOPONYM}, -1}, + {"uma", 1, {DICTIONARY_STOPWORD}, -1}, + {"empresa pública", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"pi", 1, {DICTIONARY_TOPONYM}, 4849}, + {"dq", 1, {DICTIONARY_PERSONAL_TITLE}, 4632}, + {"á", 1, {DICTIONARY_STOPWORD}, -1}, + {"t.te", 1, {DICTIONARY_PERSONAL_TITLE}, 4694}, + {"associação desportiva", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"nsa", 1, {DICTIONARY_PERSONAL_TITLE}, 4666}, + {"s a d", 1, {DICTIONARY_COMPANY_TYPE}, 4564}, + {"sociedade fechada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"educ", 1, {DICTIONARY_SYNONYM}, 4814}, + {"vigario", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"srta", 1, {DICTIONARY_PERSONAL_TITLE}, 4692}, + {"i p", 1, {DICTIONARY_STREET_TYPE}, 4786}, + {"arc.o", 1, {DICTIONARY_PERSONAL_TITLE}, 4605}, + {"snº", 1, {DICTIONARY_NO_NUMBER}, 4598}, + {"secao", 1, {DICTIONARY_QUALIFIER}, -1}, + {"s c p", 1, {DICTIONARY_COMPANY_TYPE}, 4566}, + {"n srª", 1, {DICTIONARY_PERSONAL_TITLE}, 4666}, + {"nªsª", 1, {DICTIONARY_PERSONAL_TITLE}, 4666}, + {"govdor", 1, {DICTIONARY_PERSONAL_TITLE}, 4646}, + {"estacao", 1, {DICTIONARY_PLACE_NAME}, 4719}, + {"atrás", 1, {DICTIONARY_STOPWORD}, -1}, + {"arq.o", 1, {DICTIONARY_PLACE_NAME}, 4705}, + {"d.ra", 1, {DICTIONARY_PERSONAL_TITLE}, 4631}, + {"cacique", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pt", 1, {DICTIONARY_LEVEL_STANDALONE}, 4594}, + {"pta", 1, {DICTIONARY_UNIT_NUMBERED}, 4863}, + {"infante", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"8.bro", 1, {DICTIONARY_SYNONYM}, 4826}, + {"jr", 1, {DICTIONARY_PERSONAL_SUFFIX}, 4601}, + {"vila", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bispo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"gov", 1, {DICTIONARY_PERSONAL_TITLE}, 4646}, + {"tte", 1, {DICTIONARY_PERSONAL_TITLE}, 4694}, + {"s q", 1, {DICTIONARY_QUALIFIER}, 4755}, + {"s", 1, {DICTIONARY_PERSONAL_TITLE}, 4688}, + {"agosto", 1, {DICTIONARY_SYNONYM}, -1}, + {"urbanizacao", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pres", 1, {DICTIONARY_PERSONAL_TITLE}, 4671}, + {"secr", 1, {DICTIONARY_PERSONAL_TITLE}, 4686}, + {"v.de", 1, {DICTIONARY_PERSONAL_TITLE}, 4700}, + {"e.i.", 1, {DICTIONARY_COMPANY_TYPE}, 4552}, + {"qd", 1, {DICTIONARY_QUALIFIER}, 4753}, + {"trv", 1, {DICTIONARY_STREET_TYPE}, 4804}, + {"cap ten", 1, {DICTIONARY_PERSONAL_TITLE}, 4614}, + {"eb", 1, {DICTIONARY_PLACE_NAME}, 4718}, + {"p.s.p", 1, {DICTIONARY_PLACE_NAME}, 4738}, + {"des", 1, {DICTIONARY_PERSONAL_TITLE}, 4624}, + {"cm", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 4708}, + {"casa", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"rc", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"rn", 1, {DICTIONARY_TOPONYM}, 4851}, + {"ljs", 1, {DICTIONARY_PLACE_NAME}, 4733}, + {"nmro", 1, {DICTIONARY_NUMBER}, 4599}, + {"parana", 1, {DICTIONARY_TOPONYM}, 4847}, + {"st.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 4680}, + {"inf", 1, {DICTIONARY_SYNONYM}, 4816}, + {"alameda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"no", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"s / nº", 1, {DICTIONARY_NO_NUMBER}, 4598}, + {"sa", 1, {DICTIONARY_PERSONAL_TITLE}, 4690}, + {"autoestrada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"en", 1, {DICTIONARY_STREET_TYPE}, 4782}, + {"sa", 1, {DICTIONARY_COMPANY_TYPE}, 4562}, + {"engo", 1, {DICTIONARY_PERSONAL_TITLE}, 4640}, + {"estrada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"autoestr", 1, {DICTIONARY_STREET_TYPE}, 4769}, + {"c p", 1, {DICTIONARY_POSTAL_CODE}, 4750}, + {"mato grosso do sul", 1, {DICTIONARY_TOPONYM}, -1}, + {"sociedade anónima", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"contra almirante", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"seminario", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"profas", 1, {DICTIONARY_PERSONAL_TITLE}, 4674}, + {"ceara", 1, {DICTIONARY_TOPONYM}, 4837}, + {"exmº", 1, {DICTIONARY_PERSONAL_TITLE}, 4643}, + {"pj", 1, {DICTIONARY_PLACE_NAME}, 4739}, + {"btl", 1, {DICTIONARY_SYNONYM}, 4811}, + {"bairro", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"rdv", 1, {DICTIONARY_PLACE_NAME}, 4742}, + {"r part", 1, {DICTIONARY_STREET_TYPE}, 4801}, + {"enfª", 1, {DICTIONARY_PERSONAL_TITLE}, 4637}, + {"apto", 1, {DICTIONARY_UNIT_NUMBERED}, 4860}, + {"al", 1, {DICTIONARY_STREET_TYPE}, 4768}, + {"avenida marginal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"r.o", 1, {DICTIONARY_SYNONYM}, 4829}, + {"filho", 1, {DICTIONARY_PERSONAL_SUFFIX}, -1}, + {"polícia judiciária", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"baronesa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"diacona", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pct", 1, {DICTIONARY_STREET_TYPE}, 4793}, + {"fundação pública", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"sobre loja", 1, {DICTIONARY_UNIT_STANDALONE}, -1}, + {"s c", 1, {DICTIONARY_COMPANY_TYPE}, 4573}, + {"dez.bro", 1, {DICTIONARY_SYNONYM}, 4813}, + {"gov.dor", 1, {DICTIONARY_PERSONAL_TITLE}, 4646}, + {"perto daqui", 1, {DICTIONARY_NEAR}, -1}, + {"inst", 1, {DICTIONARY_PLACE_NAME}, 4731}, + {"santa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"na", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"paraná", 1, {DICTIONARY_TOPONYM}, -1}, + {"profa", 1, {DICTIONARY_PERSONAL_TITLE}, 4673}, + {"informacao", 1, {DICTIONARY_SYNONYM}, -1}, + {"bar", 1, {DICTIONARY_PERSONAL_TITLE}, 4606}, + {"perto", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"abr", 1, {DICTIONARY_SYNONYM}, 4810}, + {"ciclo do ensino basico", 1, {DICTIONARY_PLACE_NAME}, 4713}, + {"sq", 1, {DICTIONARY_QUALIFIER}, 4755}, + {"liberdade", 1, {DICTIONARY_SYNONYM}, -1}, + {"outubro", 1, {DICTIONARY_SYNONYM}, -1}, + {"estação de camionagem", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bro", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 4706}, + {"revda", 1, {DICTIONARY_PERSONAL_TITLE}, 4676}, + {"s.n", 1, {DICTIONARY_NO_NUMBER}, 4598}, + {"rdc", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"sargento ajudante", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"em", 1, {DICTIONARY_STREET_TYPE}, 4781}, + {"companhia anonima", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"c.e.b.", 1, {DICTIONARY_PLACE_NAME}, 4713}, + {"pto", 1, {DICTIONARY_PLACE_NAME}, 4741}, + {"deps", 1, {DICTIONARY_PLACE_NAME}, 4715}, + {"e i r e l i", 1, {DICTIONARY_COMPANY_TYPE}, 4553}, + {"noredeste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"arq", 1, {DICTIONARY_PLACE_NAME}, 4705}, + {"nº", 1, {DICTIONARY_NUMBER}, 4599}, + {"il.mª", 1, {DICTIONARY_PERSONAL_TITLE}, 4647}, + {"capitao de corveta", 1, {DICTIONARY_PERSONAL_TITLE}, 4611}, + {"ás", 1, {DICTIONARY_STOPWORD}, -1}, + {"doutor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"b.o", 1, {DICTIONARY_PLACE_NAME}, 4706}, + {"ra", 1, {DICTIONARY_SYNONYM}, 4828}, + {"s.f", 1, {DICTIONARY_COMPANY_TYPE}, 4568}, + {"sec.a", 1, {DICTIONARY_PERSONAL_TITLE}, 4685}, + {"tesoureiro", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"e m", 1, {DICTIONARY_STREET_TYPE}, 4781}, + {"c / v", 1, {DICTIONARY_LEVEL_BASEMENT}, 4588}, + {"monsenhor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"jd", 1, {DICTIONARY_SYNONYM}, 4818}, + {"em", 3, {DICTIONARY_CROSS_STREET, DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"oeste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"s.ras", 1, {DICTIONARY_PERSONAL_TITLE}, 4691}, + {"dist", 1, {DICTIONARY_QUALIFIER}, 4751}, + {"ribr.a", 1, {DICTIONARY_SYNONYM}, 4828}, + {"cel", 1, {DICTIONARY_PERSONAL_TITLE}, 4621}, + {"d'", 1, {DICTIONARY_STOPWORD}, 4762}, + {"maestro", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"f.c.", 1, {DICTIONARY_COMPANY_TYPE}, 4557}, + {"p.te", 1, {DICTIONARY_PLACE_NAME}, 4740}, + {"n.s.a.", 1, {DICTIONARY_PERSONAL_TITLE}, 4666}, + {"andar terréo", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"moradia", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"visconde", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"senhor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mg", 1, {DICTIONARY_TOPONYM}, 4844}, + {"enf.o", 1, {DICTIONARY_PERSONAL_TITLE}, 4638}, + {"rod", 1, {DICTIONARY_STREET_TYPE}, 4798}, + {"pont", 1, {DICTIONARY_PLACE_NAME}, 4740}, + {"drª", 1, {DICTIONARY_PERSONAL_TITLE}, 4631}, + {"largo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vvda", 1, {DICTIONARY_BUILDING_TYPE}, 4544}, + {"e.t.a.r.", 1, {DICTIONARY_PLACE_NAME}, 4720}, + {"f.c", 1, {DICTIONARY_COMPANY_TYPE}, 4557}, + {"lisboa", 1, {DICTIONARY_TOPONYM}, -1}, + {"associação em sentido estrito", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"e.i.r.e.l.i", 1, {DICTIONARY_COMPANY_TYPE}, 4553}, + {"a t", 1, {DICTIONARY_LEVEL_STANDALONE}, 4591}, + {"ns", 1, {DICTIONARY_PERSONAL_TITLE}, 4667}, + {"estacao de tratamento de aguas residuais", 1, {DICTIONARY_PLACE_NAME}, 4720}, + {"c.e.b", 1, {DICTIONARY_PLACE_NAME}, 4713}, + {"bo", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 4706}, + {"da", 1, {DICTIONARY_PERSONAL_TITLE}, 4629}, + {"cdessa", 1, {DICTIONARY_PERSONAL_TITLE}, 4619}, + {"organizacao nao governamental", 1, {DICTIONARY_COMPANY_TYPE}, 4559}, + {"retorno", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"senhorita", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"nov", 1, {DICTIONARY_SYNONYM}, 4825}, + {"n.o.", 1, {DICTIONARY_DIRECTIONAL}, 4582}, + {"c c", 1, {DICTIONARY_PLACE_NAME}, 4712}, + {"drt", 1, {DICTIONARY_UNIT_DIRECTION}, 4777}, + {"nr.º", 1, {DICTIONARY_NUMBER}, 4599}, + {"e /", 1, {DICTIONARY_CROSS_STREET}, 4578}, + {"código de endereçamento postal", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"tenente coronel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"na esq de", 1, {DICTIONARY_CROSS_STREET}, 4576}, + {"a c e", 1, {DICTIONARY_COMPANY_TYPE}, 4545}, + {"7bro", 1, {DICTIONARY_SYNONYM}, 4830}, + {"senhoras", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sociedade por acoes", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"mato grosso", 1, {DICTIONARY_TOPONYM}, -1}, + {"s.o", 1, {DICTIONARY_DIRECTIONAL}, 4585}, + {"srs", 1, {DICTIONARY_PERSONAL_TITLE}, 4689}, + {"un", 1, {DICTIONARY_UNIT_NUMBERED}, 4864}, + {"ex.m°", 1, {DICTIONARY_PERSONAL_TITLE}, 4643}, + {"vice almirante", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"para", 1, {DICTIONARY_TOPONYM}, 4845}, + {"rj", 1, {DICTIONARY_TOPONYM}, 4850}, + {"p.l.l.c.", 1, {DICTIONARY_COMPANY_TYPE}, 4572}, + {"perto do", 1, {DICTIONARY_NEAR}, -1}, + {"df", 1, {DICTIONARY_TOPONYM}, 4838}, + {"ver", 1, {DICTIONARY_PERSONAL_TITLE}, 4697}, + {"n s", 1, {DICTIONARY_PERSONAL_TITLE}, 4667}, + {"câmara municipal", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"s.c.p", 1, {DICTIONARY_COMPANY_TYPE}, 4566}, + {"rés-do-chão", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"rio grande do norte", 1, {DICTIONARY_TOPONYM}, -1}, + {"escola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"janro", 1, {DICTIONARY_SYNONYM}, 4817}, + {"super quadra", 1, {DICTIONARY_QUALIFIER}, 4755}, + {"rondonia", 1, {DICTIONARY_TOPONYM}, 4853}, + {"prof°", 1, {DICTIONARY_PERSONAL_TITLE}, 4672}, + {"ruinas", 1, {DICTIONARY_PLACE_NAME}, 4743}, + {"res", 1, {DICTIONARY_BUILDING_TYPE}, 4542}, + {"s e", 1, {DICTIONARY_DIRECTIONAL}, 4584}, + {"ten", 1, {DICTIONARY_PERSONAL_TITLE}, 4694}, + {"ex.mo", 1, {DICTIONARY_PERSONAL_TITLE}, 4643}, + {"companhia", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"p s p", 1, {DICTIONARY_PLACE_NAME}, 4738}, + {"ex.a", 1, {DICTIONARY_PERSONAL_TITLE}, 4641}, + {"entr", 1, {DICTIONARY_ENTRANCE}, 4587}, + {"r c", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"ave marg", 1, {DICTIONARY_STREET_TYPE}, 4771}, + {"escadaria", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STAIRCASE}, -1}, + {"cave", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"10br.o", 1, {DICTIONARY_SYNONYM}, 4813}, + {"s / n°", 1, {DICTIONARY_NO_NUMBER}, 4598}, + {"v", 1, {DICTIONARY_STREET_TYPE}, 4806}, + {"projectada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"piaui", 1, {DICTIONARY_TOPONYM}, 4849}, + {"bloco", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"rampa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"novembro", 1, {DICTIONARY_SYNONYM}, -1}, + {"st", 1, {DICTIONARY_PERSONAL_TITLE}, 4681}, + {"mai", 1, {DICTIONARY_SYNONYM}, 4822}, + {"m.al", 1, {DICTIONARY_PERSONAL_TITLE}, 4657}, + {"nmr.º", 1, {DICTIONARY_NUMBER}, 4599}, + {"ceará", 1, {DICTIONARY_TOPONYM}, -1}, + {"em.a", 1, {DICTIONARY_PERSONAL_TITLE}, 4635}, + {"terminal rodoviario", 1, {DICTIONARY_PLACE_NAME}, 4744}, + {"sul", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"cp", 1, {DICTIONARY_POSTAL_CODE}, 4750}, + {"pnto", 1, {DICTIONARY_STREET_TYPE}, 4791}, + {"ap", 1, {DICTIONARY_UNIT_NUMBERED}, 4860}, + {"maj", 1, {DICTIONARY_PERSONAL_TITLE}, 4655}, + {"lex.a", 1, {DICTIONARY_TOPONYM}, 4831}, + {"inf", 1, {DICTIONARY_PERSONAL_TITLE}, 4649}, + {"s.c.s", 1, {DICTIONARY_COMPANY_TYPE}, 4567}, + {"bombeiros voluntários", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mestre", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"r / d / c", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"lg", 1, {DICTIONARY_STREET_TYPE}, 4788}, + {"pátio", 1, {DICTIONARY_SYNONYM}, -1}, + {"c.p", 1, {DICTIONARY_POST_OFFICE}, 4748}, + {"estrada municipal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sociedade limitada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"junta", 1, {DICTIONARY_STOPWORD}, -1}, + {"s.f.", 1, {DICTIONARY_COMPANY_TYPE}, 4568}, + {"estrada nacional", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"univers", 1, {DICTIONARY_PLACE_NAME}, 4746}, + {"exmª", 1, {DICTIONARY_PERSONAL_TITLE}, 4642}, + {"c e p", 1, {DICTIONARY_POSTAL_CODE}, 4749}, + {"ce", 1, {DICTIONARY_TOPONYM}, 4837}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 4860}, + {"sad", 1, {DICTIONARY_COMPANY_TYPE}, 4564}, + {"b°", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 4706}, + {"ilustrissimo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"№", 1, {DICTIONARY_NUMBER}, 4599}, + {"s.n.", 1, {DICTIONARY_NO_NUMBER}, 4598}, + {"gal", 1, {DICTIONARY_PERSONAL_TITLE}, 4645}, + {"n.o", 1, {DICTIONARY_DIRECTIONAL}, 4582}, + {"janeiro", 1, {DICTIONARY_SYNONYM}, -1}, + {"p.t", 1, {DICTIONARY_LEVEL_STANDALONE}, 4594}, + {"fc", 1, {DICTIONARY_COMPANY_TYPE}, 4557}, + {"ribeira", 1, {DICTIONARY_SYNONYM}, -1}, + {"ruínas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sociedade em conta de participacao", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"policia judiciaria", 1, {DICTIONARY_PLACE_NAME}, 4739}, + {"presidente", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"e b", 1, {DICTIONARY_PLACE_NAME}, 4718}, + {"marqa", 1, {DICTIONARY_PERSONAL_TITLE}, 4659}, + {"prolng", 1, {DICTIONARY_STREET_TYPE}, 4795}, + {"pda", 1, {DICTIONARY_STREET_TYPE}, 4789}, + {"lt.da", 1, {DICTIONARY_COMPANY_TYPE}, 4558}, + {"revmo", 1, {DICTIONARY_PERSONAL_TITLE}, 4679}, + {"ceb", 1, {DICTIONARY_PLACE_NAME}, 4713}, + {"rs", 1, {DICTIONARY_TOPONYM}, 4852}, + {"capitão tenente", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"habitacao", 1, {DICTIONARY_BUILDING_TYPE}, 4541}, + {"irmão", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s a", 1, {DICTIONARY_COMPANY_TYPE}, 4561}, + {"n°", 1, {DICTIONARY_NUMBER}, 4599}, + {"fte", 1, {DICTIONARY_UNIT_DIRECTION}, 4784}, + {"estacao de autocarros", 1, {DICTIONARY_PLACE_NAME}, 4721}, + {"lj", 1, {DICTIONARY_PLACE_NAME}, 4732}, + {"s.n.c.", 1, {DICTIONARY_COMPANY_TYPE}, 4565}, + {"ma", 1, {DICTIONARY_PERSONAL_TITLE}, 4662}, + {"sarl", 1, {DICTIONARY_COMPANY_TYPE}, 4563}, + {"s.c.s.", 1, {DICTIONARY_COMPANY_TYPE}, 4567}, + {"sa", 1, {DICTIONARY_COMPANY_TYPE}, 4571}, + {"sf", 1, {DICTIONARY_COMPANY_TYPE}, 4568}, + {"ro", 1, {DICTIONARY_TOPONYM}, 4853}, + {"advogado", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.a", 1, {DICTIONARY_COMPANY_TYPE}, 4571}, + {"castelo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s f", 1, {DICTIONARY_COMPANY_TYPE}, 4568}, + {"b", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"rio de janeiro", 1, {DICTIONARY_TOPONYM}, -1}, + {"calçadinha", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"norte", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"vivenda", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"dra", 1, {DICTIONARY_PERSONAL_TITLE}, 4631}, + {"pb", 1, {DICTIONARY_TOPONYM}, 4846}, + {"companhia de responsabilidao limitada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"lda", 1, {DICTIONARY_COMPANY_TYPE}, 4558}, + {"a.c.e.", 1, {DICTIONARY_COMPANY_TYPE}, 4545}, + {"n.a", 1, {DICTIONARY_STOPWORD}, 4765}, + {"ilmº", 1, {DICTIONARY_PERSONAL_TITLE}, 4648}, + {"s.g.p.s.", 1, {DICTIONARY_COMPANY_TYPE}, 4569}, + {"e r", 1, {DICTIONARY_STREET_TYPE}, 4783}, + {"bar", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cor", 1, {DICTIONARY_PERSONAL_TITLE}, 4621}, + {"pc", 1, {DICTIONARY_STREET_TYPE}, 4792}, + {"e /", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"associacao em sentido estrito", 1, {DICTIONARY_COMPANY_TYPE}, 4547}, + {"estrada regional", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"frente", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_DIRECTION}, -1}, + {"o.n.g.", 1, {DICTIONARY_COMPANY_TYPE}, 4559}, + {"bahia", 1, {DICTIONARY_TOPONYM}, -1}, + {"dom", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ten cel", 1, {DICTIONARY_PERSONAL_TITLE}, 4695}, + {"des.a", 1, {DICTIONARY_PERSONAL_TITLE}, 4625}, + {"enf.a", 1, {DICTIONARY_PERSONAL_TITLE}, 4637}, + {"tte cel", 1, {DICTIONARY_PERSONAL_TITLE}, 4695}, + {"e", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"8bro", 1, {DICTIONARY_SYNONYM}, 4826}, + {"estação", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"eireli", 1, {DICTIONARY_COMPANY_TYPE}, 4553}, + {"scv", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 4596}, + {"mons", 1, {DICTIONARY_PERSONAL_TITLE}, 4665}, + {"9b.ro", 1, {DICTIONARY_SYNONYM}, 4825}, + {"dtto", 1, {DICTIONARY_QUALIFIER}, 4751}, + {"v", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"c.e.p", 1, {DICTIONARY_POSTAL_CODE}, 4749}, + {"ass", 1, {DICTIONARY_PLACE_NAME}, 4704}, + {"nr.°", 1, {DICTIONARY_NUMBER}, 4599}, + {"sr.a", 1, {DICTIONARY_PERSONAL_TITLE}, 4690}, + {"n.s", 1, {DICTIONARY_PERSONAL_TITLE}, 4667}, + {"num.ro", 1, {DICTIONARY_NUMBER}, 4599}, + {"sociedade gestora de participacoes socials", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"númro", 1, {DICTIONARY_NUMBER}, 4599}, + {"do", 1, {DICTIONARY_STOPWORD}, -1}, + {"nos", 1, {DICTIONARY_STOPWORD}, -1}, + {"distrito", 1, {DICTIONARY_QUALIFIER}, -1}, + {"padre", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ilma", 1, {DICTIONARY_PERSONAL_TITLE}, 4647}, + {"ma", 1, {DICTIONARY_TOPONYM}, 4841}, + {"prof.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 4673}, + {"oscip", 1, {DICTIONARY_COMPANY_TYPE}, 4560}, + {"clube desportivo", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"fundacao publica", 1, {DICTIONARY_COMPANY_TYPE}, 4556}, + {"pr", 1, {DICTIONARY_STREET_TYPE}, 4792}, + {"estacao de onibus", 1, {DICTIONARY_PLACE_NAME}, 4725}, + {"reverenda", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"estacao de comboios", 1, {DICTIONARY_PLACE_NAME}, 4723}, + {"im", 1, {DICTIONARY_PERSONAL_TITLE}, 4650}, + {"sr", 1, {DICTIONARY_PERSONAL_TITLE}, 4688}, + {"urb", 1, {DICTIONARY_STREET_TYPE}, 4805}, + {"estação ferroviária", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bombeiros voluntarios", 1, {DICTIONARY_PLACE_NAME}, 4707}, + {"ponto", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"março", 1, {DICTIONARY_SYNONYM}, -1}, + {"associacao desportiva", 1, {DICTIONARY_COMPANY_TYPE}, 4546}, + {"p", 1, {DICTIONARY_LEVEL_NUMBERED}, 4590}, + {"secra", 1, {DICTIONARY_PERSONAL_TITLE}, 4685}, + {"mnte", 1, {DICTIONARY_SYNONYM}, 4823}, + {"b.po", 1, {DICTIONARY_PERSONAL_TITLE}, 4607}, + {"estação rodoviária", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"habitação", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"prolongamento", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"f c", 1, {DICTIONARY_COMPANY_TYPE}, 4557}, + {"rodoanel", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pnte", 1, {DICTIONARY_PLACE_NAME}, 4740}, + {"conselheiro", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"n", 1, {DICTIONARY_STOPWORD}, 4766}, + {"s", 1, {DICTIONARY_PERSONAL_TITLE}, 4682}, + {"astrada marginal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"escadinhas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dezbr.o", 1, {DICTIONARY_SYNONYM}, 4813}, + {"volta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ac", 1, {DICTIONARY_TOPONYM}, 4832}, + {"perto de mim", 1, {DICTIONARY_NEAR}, -1}, + {"desembargador", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"rev.ma", 1, {DICTIONARY_PERSONAL_TITLE}, 4678}, + {"sarg", 1, {DICTIONARY_PERSONAL_TITLE}, 4683}, + {"sitio", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mqsa", 1, {DICTIONARY_PERSONAL_TITLE}, 4659}, + {"esquina da", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"revma", 1, {DICTIONARY_PERSONAL_TITLE}, 4678}, + {"visc", 1, {DICTIONARY_PERSONAL_TITLE}, 4700}, + {"auto estrada", 1, {DICTIONARY_STREET_TYPE}, 4769}, + {"8b.ro", 1, {DICTIONARY_SYNONYM}, 4826}, + {"dep", 1, {DICTIONARY_PLACE_NAME}, 4714}, + {"mtra", 1, {DICTIONARY_PERSONAL_TITLE}, 4653}, + {"tunel", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"mtro", 1, {DICTIONARY_PERSONAL_TITLE}, 4654}, + {"rev.mo", 1, {DICTIONARY_PERSONAL_TITLE}, 4679}, + {"st.°", 1, {DICTIONARY_PERSONAL_TITLE}, 4681}, + {"il.mº", 1, {DICTIONARY_PERSONAL_TITLE}, 4648}, + {"s.a.d.", 1, {DICTIONARY_COMPANY_TYPE}, 4564}, + {"estação de ônibus", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"eng°", 1, {DICTIONARY_PERSONAL_TITLE}, 4640}, + {"conj", 1, {DICTIONARY_UNIT_NUMBERED}, 4861}, + {"ava", 1, {DICTIONARY_STREET_TYPE}, 4770}, + {"senhores", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"excelencia", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"d.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 4629}, + {"auto estr", 1, {DICTIONARY_STREET_TYPE}, 4769}, + {"set", 1, {DICTIONARY_SYNONYM}, 4830}, + {"duquesa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"govd.or", 1, {DICTIONARY_PERSONAL_TITLE}, 4646}, + {"sociedade em comandita simples", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"c de ep", 1, {DICTIONARY_POSTAL_CODE}, 4749}, + {"imª", 1, {DICTIONARY_PERSONAL_TITLE}, 4650}, + {"urb", 1, {DICTIONARY_QUALIFIER}, 4756}, + {"se", 1, {DICTIONARY_TOPONYM}, 4857}, + {"abril", 1, {DICTIONARY_SYNONYM}, -1}, + {"cc", 1, {DICTIONARY_PLACE_NAME}, 4712}, + {"paraiba", 1, {DICTIONARY_TOPONYM}, 4846}, + {"senhoritas", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"limitada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"traseiro", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"nosso", 1, {DICTIONARY_STOPWORD}, -1}, + {"s.q", 1, {DICTIONARY_QUALIFIER}, 4755}, + {"eminentissimo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"résdochão", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"atras", 1, {DICTIONARY_STOPWORD}, 4761}, + {"jun", 1, {DICTIONARY_SYNONYM}, 4819}, + {"emmo", 1, {DICTIONARY_PERSONAL_TITLE}, 4636}, + {"janero", 1, {DICTIONARY_SYNONYM}, 4817}, + {"terreo", 1, {DICTIONARY_LEVEL_STANDALONE}, 4595}, + {"riba", 1, {DICTIONARY_SYNONYM}, 4828}, + {"guarda nacional republicana", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pr", 1, {DICTIONARY_PERSONAL_TITLE}, 4669}, + {"até", 1, {DICTIONARY_STOPWORD}, -1}, + {"sao", 1, {DICTIONARY_PERSONAL_TITLE}, 4682}, + {"secretaria", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"professores", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"esca", 1, {DICTIONARY_STAIRCASE}, 4758}, + {"st.o", 1, {DICTIONARY_PERSONAL_TITLE}, 4681}, + {"lx.a", 1, {DICTIONARY_TOPONYM}, 4831}, + {"sub c / v", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 4596}, + {"r / c", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"irmao", 1, {DICTIONARY_PERSONAL_TITLE}, 4651}, + {"sociedade anónima de responsabilidade limitada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"cac", 1, {DICTIONARY_PERSONAL_TITLE}, 4609}, + {"nmr.°", 1, {DICTIONARY_NUMBER}, 4599}, + {"profs", 1, {DICTIONARY_PERSONAL_TITLE}, 4675}, + {"pa", 1, {DICTIONARY_TOPONYM}, 4845}, + {"comendador", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ft", 1, {DICTIONARY_STREET_TYPE}, 4784}, + {"vv", 1, {DICTIONARY_BUILDING_TYPE}, 4544}, + {"r.a", 1, {DICTIONARY_SYNONYM}, 4828}, + {"urbanização", 1, {DICTIONARY_QUALIFIER}, -1}, + {"n sra", 1, {DICTIONARY_PERSONAL_TITLE}, 4666}, + {"deputado", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"emb", 1, {DICTIONARY_PERSONAL_TITLE}, 4634}, + {"t.te c.el", 1, {DICTIONARY_PERSONAL_TITLE}, 4695}, + {"itinerário complementar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"zona", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, -1}, + {"ip", 1, {DICTIONARY_STREET_TYPE}, 4786}, + {"aptdo", 1, {DICTIONARY_POST_OFFICE}, 4747}, + {"vdto", 1, {DICTIONARY_STREET_TYPE}, 4807}, + {"fr", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_STREET_TYPE}, 4644}, + {"#", 1, {DICTIONARY_NUMBER}, 4599}, + {"pr", 1, {DICTIONARY_TOPONYM}, 4847}, + {"calçada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"alm", 1, {DICTIONARY_PERSONAL_TITLE}, 4604}, + {"s.c.p.", 1, {DICTIONARY_COMPANY_TYPE}, 4566}, + {"c.a.", 1, {DICTIONARY_COMPANY_TYPE}, 4550}, + {"enf.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 4637}, + {"sala", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"cia", 1, {DICTIONARY_COMPANY_TYPE}, 4549}, + {"aqui", 1, {DICTIONARY_NEAR}, -1}, + {"governador", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"parq", 1, {DICTIONARY_PLACE_NAME}, 4736}, + {"vig.o", 1, {DICTIONARY_PERSONAL_TITLE}, 4699}, + {"das", 1, {DICTIONARY_STOPWORD}, -1}, + {"jardim", 1, {DICTIONARY_SYNONYM}, -1}, + {"proj", 1, {DICTIONARY_STREET_TYPE}, 4794}, + {"7.bro", 1, {DICTIONARY_SYNONYM}, 4830}, + {"br°", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 4706}, + {"med", 1, {DICTIONARY_PERSONAL_TITLE}, 4661}, + {"univ", 1, {DICTIONARY_PLACE_NAME}, 4746}, + {"rev.da", 1, {DICTIONARY_PERSONAL_TITLE}, 4676}, + {"aos", 1, {DICTIONARY_STOPWORD}, -1}, + {"major brigadeiro", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"estr", 1, {DICTIONARY_STREET_TYPE}, 4779}, + {"qu", 1, {DICTIONARY_STREET_TYPE}, 4796}, + {"maio", 1, {DICTIONARY_SYNONYM}, -1}, + {"rua particular", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"jz", 1, {DICTIONARY_PERSONAL_TITLE}, 4652}, + {"ave", 1, {DICTIONARY_STREET_TYPE}, 4770}, + {"eng", 1, {DICTIONARY_PERSONAL_TITLE}, 4640}, + {"c.m.", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 4708}, + {"me", 1, {DICTIONARY_PERSONAL_TITLE}, 4663}, + {"lojas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s.a.d", 1, {DICTIONARY_COMPANY_TYPE}, 4564}, + {"pllc", 1, {DICTIONARY_COMPANY_TYPE}, 4572}, + {"os", 1, {DICTIONARY_STOPWORD}, -1}, + {"pto", 1, {DICTIONARY_SYNONYM}, 4827}, + {"rio grande do sul", 1, {DICTIONARY_TOPONYM}, -1}, + {"sociedade simples", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"ao", 1, {DICTIONARY_STOPWORD}, -1}, + {"scs", 1, {DICTIONARY_COMPANY_TYPE}, 4567}, + {"via", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ex.ma", 1, {DICTIONARY_PERSONAL_TITLE}, 4642}, + {"gal", 1, {DICTIONARY_PLACE_NAME}, 4729}, + {"condessa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"brig", 1, {DICTIONARY_PERSONAL_TITLE}, 4608}, + {"dª", 1, {DICTIONARY_PERSONAL_TITLE}, 4629}, + {"comp", 1, {DICTIONARY_COMPANY_TYPE}, 4549}, + {"exa", 1, {DICTIONARY_PERSONAL_TITLE}, 4641}, + {"ro", 1, {DICTIONARY_SYNONYM}, 4829}, + {"ciclo do ensino básico", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"r", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"advo", 1, {DICTIONARY_PERSONAL_TITLE}, 4602}, + {"d.rª", 1, {DICTIONARY_PERSONAL_TITLE}, 4631}, + {"goias", 1, {DICTIONARY_TOPONYM}, 4840}, + {"goiás", 1, {DICTIONARY_TOPONYM}, -1}, + {"fren", 1, {DICTIONARY_UNIT_DIRECTION}, 4784}, + {"maranhao", 1, {DICTIONARY_TOPONYM}, 4841}, + {"tes", 1, {DICTIONARY_PERSONAL_TITLE}, 4696}, + {"um", 1, {DICTIONARY_STOPWORD}, -1}, + {"ace", 1, {DICTIONARY_COMPANY_TYPE}, 4545}, + {"ong", 1, {DICTIONARY_COMPANY_TYPE}, 4559}, + {"rio", 1, {DICTIONARY_STOPWORD}, -1}, + {"s.a", 1, {DICTIONARY_COMPANY_TYPE}, 4562}, + {"núm.ro", 1, {DICTIONARY_NUMBER}, 4599}, + {"ponte", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c.c.", 1, {DICTIONARY_PLACE_NAME}, 4712}, + {"csl", 1, {DICTIONARY_PLACE_NAME}, 4710}, + {"mar", 1, {DICTIONARY_SYNONYM}, 4821}, + {"avenida", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"c alm", 1, {DICTIONARY_PERSONAL_TITLE}, 4622}, + {"l", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"urbanizacao", 1, {DICTIONARY_QUALIFIER}, 4756}, + {"lt", 1, {DICTIONARY_UNIT_NUMBERED}, 4862}, + {"numero", 1, {DICTIONARY_NUMBER}, 4599}, + {"debaixo", 1, {DICTIONARY_STOPWORD}, -1}, + {"ribra", 1, {DICTIONARY_SYNONYM}, 4828}, + {"organização nao governamental", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"marquesa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"batalhao", 1, {DICTIONARY_SYNONYM}, -1}, + {"ruas", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"museu", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ccnh", 1, {DICTIONARY_STREET_TYPE}, 4775}, + {"s / a", 1, {DICTIONARY_COMPANY_TYPE}, 4562}, + {"vereador", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mezanino", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"ltda", 1, {DICTIONARY_COMPANY_TYPE}, 4558}, + {"cam", 1, {DICTIONARY_STREET_TYPE}, 4776}, + {"secr.a", 1, {DICTIONARY_PERSONAL_TITLE}, 4685}, + {"rvia", 1, {DICTIONARY_STREET_TYPE}, 4798}, + {"da", 1, {DICTIONARY_STOPWORD}, -1}, + {"agencia bancaria", 1, {DICTIONARY_PLACE_NAME}, 4703}, + {"para", 1, {DICTIONARY_STOPWORD}, -1}, + {"enfo", 1, {DICTIONARY_PERSONAL_TITLE}, 4638}, + {"n sa", 1, {DICTIONARY_PERSONAL_TITLE}, 4666}, + {"cap corv", 1, {DICTIONARY_PERSONAL_TITLE}, 4611}, + {"marques", 1, {DICTIONARY_PERSONAL_TITLE}, 4658}, + {"vd", 1, {DICTIONARY_STREET_TYPE}, 4807}, + {"pte", 1, {DICTIONARY_PLACE_NAME}, 4740}, + {"marechal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"o", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_STOPWORD}, -1}, + {"andar", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"vl", 1, {DICTIONARY_STREET_TYPE}, 4809}, + {"res do chao", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"inform", 1, {DICTIONARY_SYNONYM}, 4816}, + {"ribeiro", 1, {DICTIONARY_SYNONYM}, -1}, + {"dezembro", 1, {DICTIONARY_SYNONYM}, -1}, + {"jard", 1, {DICTIONARY_SYNONYM}, 4818}, + {"enga", 1, {DICTIONARY_PERSONAL_TITLE}, 4639}, + {"ribro", 1, {DICTIONARY_SYNONYM}, 4829}, + {"mstra", 1, {DICTIONARY_PERSONAL_TITLE}, 4653}, + {"i c", 1, {DICTIONARY_STREET_TYPE}, 4785}, + {"v alm", 1, {DICTIONARY_PERSONAL_TITLE}, 4698}, + {"número", 1, {DICTIONARY_NUMBER}, -1}, + {"arqo", 1, {DICTIONARY_PLACE_NAME}, 4705}, + {"nosso senhor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"cap tte", 1, {DICTIONARY_PERSONAL_TITLE}, 4614}, + {"e.b.", 1, {DICTIONARY_PLACE_NAME}, 4718}, + {"cardeal", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"perto de", 1, {DICTIONARY_NEAR}, -1}, + {"estr m", 1, {DICTIONARY_STREET_TYPE}, 4781}, + {"a.c.e", 1, {DICTIONARY_COMPANY_TYPE}, 4545}, + {"sr.ª", 1, {DICTIONARY_PERSONAL_TITLE}, 4690}, + {"ema", 1, {DICTIONARY_PERSONAL_TITLE}, 4635}, + {"enf", 1, {DICTIONARY_PERSONAL_TITLE}, 4638}, + {"comandante", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pto", 1, {DICTIONARY_STREET_TYPE}, 4791}, + {"estr n", 1, {DICTIONARY_STREET_TYPE}, 4782}, + {"mq", 1, {DICTIONARY_PERSONAL_TITLE}, 4658}, + {"s.a.", 1, {DICTIONARY_COMPANY_TYPE}, 4561}, + {"s.r", 1, {DICTIONARY_PERSONAL_TITLE}, 4688}, + {"7b.ro", 1, {DICTIONARY_SYNONYM}, 4830}, + {"empresa individual de responsabilidade limitada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"dela", 1, {DICTIONARY_STOPWORD}, -1}, + {"departamentos", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mª", 1, {DICTIONARY_PERSONAL_TITLE}, 4662}, + {"sem numero", 1, {DICTIONARY_NO_NUMBER}, 4598}, + {"capt", 1, {DICTIONARY_PERSONAL_TITLE}, 4610}, + {"lexa", 1, {DICTIONARY_TOPONYM}, 4831}, + {"mt", 1, {DICTIONARY_TOPONYM}, 4842}, + {"capitao", 1, {DICTIONARY_PERSONAL_TITLE}, 4610}, + {"ex.mª", 1, {DICTIONARY_PERSONAL_TITLE}, 4642}, + {"empresa publica", 1, {DICTIONARY_COMPANY_TYPE}, 4554}, + {"janr.o", 1, {DICTIONARY_SYNONYM}, 4817}, + {"fev.ro", 1, {DICTIONARY_SYNONYM}, 4815}, + {"acad", 1, {DICTIONARY_PLACE_NAME}, 4702}, + {"roraima", 1, {DICTIONARY_TOPONYM}, -1}, + {"sra", 1, {DICTIONARY_PERSONAL_TITLE}, 4690}, + {"exmo", 1, {DICTIONARY_PERSONAL_TITLE}, 4643}, + {"s.l.", 1, {DICTIONARY_COMPANY_TYPE}, 4570}, + {"bv", 1, {DICTIONARY_PLACE_NAME}, 4707}, + {"brg", 1, {DICTIONARY_PERSONAL_TITLE}, 4608}, + {"este", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"mstro", 1, {DICTIONARY_PERSONAL_TITLE}, 4654}, + {"imo", 1, {DICTIONARY_PERSONAL_TITLE}, 4651}, + {"u.l.d.a.", 1, {DICTIONARY_COMPANY_TYPE}, 4574}, + {"go", 1, {DICTIONARY_TOPONYM}, 4840}, + {"gnr", 1, {DICTIONARY_PLACE_NAME}, 4730}, + {"loja", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"estação de comboios", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cast", 1, {DICTIONARY_PLACE_NAME}, 4711}, + {"arquitecto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c.d", 1, {DICTIONARY_COMPANY_TYPE}, 4548}, + {"prq", 1, {DICTIONARY_PLACE_NAME}, 4736}, + {"g n r", 1, {DICTIONARY_PLACE_NAME}, 4730}, + {"az", 1, {DICTIONARY_STREET_TYPE}, 4772}, + {"e", 1, {DICTIONARY_DIRECTIONAL}, 4579}, + {"polícia de segurança pública", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cde", 1, {DICTIONARY_PERSONAL_TITLE}, 4618}, + {"junior", 1, {DICTIONARY_PERSONAL_SUFFIX}, 4601}, + {"enfa", 1, {DICTIONARY_PERSONAL_TITLE}, 4637}, + {"ilm°", 1, {DICTIONARY_PERSONAL_TITLE}, 4648}, + {"n.ª", 1, {DICTIONARY_STOPWORD}, 4765}, + {"uni", 1, {DICTIONARY_PLACE_NAME}, 4746}, + {"aeroporto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s / n", 1, {DICTIONARY_NO_NUMBER}, 4598}, + {"monte", 1, {DICTIONARY_SYNONYM}, -1}, + {"s.c.", 1, {DICTIONARY_COMPANY_TYPE}, 4573}, + {"ribo", 1, {DICTIONARY_SYNONYM}, 4829}, + {"c r l", 1, {DICTIONARY_COMPANY_TYPE}, 4551}, + {"câmbio", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"entrada", 1, {DICTIONARY_ENTRANCE}, -1}, + {"esq", 1, {DICTIONARY_CROSS_STREET}, 4575}, + {"professor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"próximo", 1, {DICTIONARY_NEAR}, -1}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 4630}, + {"estacao de camionagem", 1, {DICTIONARY_PLACE_NAME}, 4722}, + {"9br.o", 1, {DICTIONARY_SYNONYM}, 4825}, + {"irma", 1, {DICTIONARY_PERSONAL_TITLE}, 4650}, + {"unidade", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"bl", 1, {DICTIONARY_BUILDING_TYPE}, 4539}, + {"júnior", 1, {DICTIONARY_PERSONAL_SUFFIX}, -1}, + {"cxp", 1, {DICTIONARY_POST_OFFICE}, 4748}, + {"excelentissimo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"nr°", 1, {DICTIONARY_NUMBER}, 4599}, + {"f.te", 1, {DICTIONARY_PLACE_NAME}, 4728}, + {"esc", 1, {DICTIONARY_PLACE_NAME}, 4716}, + {"pailhao", 1, {DICTIONARY_PLACE_NAME}, 4737}, + {"viscondesa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 4763}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"v.dessa", 1, {DICTIONARY_PERSONAL_TITLE}, 4701}, + {"mus", 1, {DICTIONARY_PLACE_NAME}, 4735}, + {"s.c", 1, {DICTIONARY_COMPANY_TYPE}, 4573}, + {"s.o.", 1, {DICTIONARY_DIRECTIONAL}, 4585}, + {"s lda", 1, {DICTIONARY_COMPANY_TYPE}, 4570}, + {"maranhão", 1, {DICTIONARY_TOPONYM}, -1}, + {"neto", 1, {DICTIONARY_PERSONAL_SUFFIX}, -1}, + {"a d", 1, {DICTIONARY_COMPANY_TYPE}, 4546}, + {"ima", 1, {DICTIONARY_PERSONAL_TITLE}, 4650}, + {"caminho", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"travessa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"capitão", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sc", 1, {DICTIONARY_COMPANY_TYPE}, 4573}, + {"c.d.", 1, {DICTIONARY_COMPANY_TYPE}, 4548}, + {"9.bro", 1, {DICTIONARY_SYNONYM}, 4825}, + {"engª", 1, {DICTIONARY_PERSONAL_TITLE}, 4639}, + {"em.mo", 1, {DICTIONARY_PERSONAL_TITLE}, 4636}, + {"nossa", 1, {DICTIONARY_STOPWORD}, -1}, + {"r/r / chão", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"sergipe", 1, {DICTIONARY_TOPONYM}, -1}, + {"itinerario principal", 1, {DICTIONARY_STREET_TYPE}, 4786}, + {"galeria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"a", 1, {DICTIONARY_STOPWORD}, -1}, + {"escadas", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lxa", 1, {DICTIONARY_TOPONYM}, 4831}, + {"c.a", 1, {DICTIONARY_COMPANY_TYPE}, 4550}, + {"ruela", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"10b.ro", 1, {DICTIONARY_SYNONYM}, 4813}, + {"viaduto", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"qta", 1, {DICTIONARY_STREET_TYPE}, 4796}, + {"aqui perto", 1, {DICTIONARY_NEAR}, -1}, + {"pi", 1, {DICTIONARY_LEVEL_NUMBERED}, 4590}, + {"fte", 1, {DICTIONARY_PLACE_NAME}, 4728}, + {"agrupamento complementar de empresas", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"p.l.l.c", 1, {DICTIONARY_COMPANY_TYPE}, 4572}, + {"sen", 1, {DICTIONARY_PERSONAL_TITLE}, 4687}, + {"ne", 1, {DICTIONARY_DIRECTIONAL}, 4581}, + {"10.bro", 1, {DICTIONARY_SYNONYM}, 4813}, + {"nossa senhora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"n.°", 1, {DICTIONARY_NUMBER}, 4599}, + {"n.s.", 1, {DICTIONARY_PERSONAL_TITLE}, 4667}, + {"tv", 1, {DICTIONARY_STREET_TYPE}, 4804}, + {"ad", 1, {DICTIONARY_COMPANY_TYPE}, 4546}, + {"m.e", 1, {DICTIONARY_PERSONAL_TITLE}, 4660}, + {"organização da sociedade civil de interesse público", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"itinerario complementar", 1, {DICTIONARY_STREET_TYPE}, 4785}, + {"n.e.", 1, {DICTIONARY_DIRECTIONAL}, 4581}, + {"at", 1, {DICTIONARY_LEVEL_STANDALONE}, 4591}, + {"e.p", 1, {DICTIONARY_COMPANY_TYPE}, 4554}, + {"sras", 1, {DICTIONARY_PERSONAL_TITLE}, 4691}, + {"c a", 1, {DICTIONARY_COMPANY_TYPE}, 4550}, + {"p.e", 1, {DICTIONARY_PERSONAL_TITLE}, 4668}, + {"defronte", 1, {DICTIONARY_STOPWORD}, -1}, + {"capitao de mar e guerra", 1, {DICTIONARY_PERSONAL_TITLE}, 4613}, + {"transv", 1, {DICTIONARY_STREET_TYPE}, 4803}, + {"o.n.g", 1, {DICTIONARY_COMPANY_TYPE}, 4559}, + {"cv", 1, {DICTIONARY_LEVEL_BASEMENT}, 4588}, + {"parque", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bº", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 4706}, + {"snc", 1, {DICTIONARY_COMPANY_TYPE}, 4565}, + {"ic", 1, {DICTIONARY_STREET_TYPE}, 4785}, + {"num", 1, {DICTIONARY_NUMBER}, 4599}, + {"sudoeste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"dezb.ro", 1, {DICTIONARY_SYNONYM}, 4813}, + {"s limitada", 1, {DICTIONARY_COMPANY_TYPE}, 4570}, + {"julho", 1, {DICTIONARY_SYNONYM}, -1}, + {"s.e.", 1, {DICTIONARY_DIRECTIONAL}, 4584}, + {"s.g.p.s", 1, {DICTIONARY_COMPANY_TYPE}, 4569}, + {"enfermeira", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"c.r.l.", 1, {DICTIONARY_COMPANY_TYPE}, 4551}, + {"de", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"departamento", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sn", 1, {DICTIONARY_NO_NUMBER}, 4598}, + {"sociedade em comum", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"s.ra", 1, {DICTIONARY_PERSONAL_TITLE}, 4690}, + {"fevereiro", 1, {DICTIONARY_SYNONYM}, -1}, + {"scp", 1, {DICTIONARY_COMPANY_TYPE}, 4566}, + {"diacono", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"vde", 1, {DICTIONARY_PERSONAL_TITLE}, 4700}, + {"sub cave", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, -1}, + {"engenheiro", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"reverendo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"hab", 1, {DICTIONARY_BUILDING_TYPE}, 4541}, + {"estação de trem", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"organizacao da sociedade civil de interesse publico", 1, {DICTIONARY_COMPANY_TYPE}, 4560}, + {"brigadeiro", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"irmã", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"patio", 1, {DICTIONARY_SYNONYM}, 4827}, + {"b", 3, {DICTIONARY_PLACE_NAME, DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 4706}, + {"esq", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_DIRECTION}, 4778}, + {"av marg", 1, {DICTIONARY_STREET_TYPE}, 4771}, + {"tenente", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"fonte", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"duque", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"paraíba", 1, {DICTIONARY_TOPONYM}, -1}, + {"edif", 1, {DICTIONARY_BUILDING_TYPE}, 4540}, + {"cap", 1, {DICTIONARY_PERSONAL_TITLE}, 4610}, + {"br", 1, {DICTIONARY_PLACE_NAME}, 4706}, + {"es", 1, {DICTIONARY_TOPONYM}, 4839}, + {"firma individual", 1, {DICTIONARY_COMPANY_TYPE}, 4552}, + {"eminencia", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dqsa", 1, {DICTIONARY_PERSONAL_TITLE}, 4633}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 4586}, + {"rdvia", 1, {DICTIONARY_STREET_TYPE}, 4798}, + {"c d", 1, {DICTIONARY_COMPANY_TYPE}, 4548}, + {"letra", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"s / c / v", 1, {DICTIONARY_LEVEL_SUB_BASEMENT}, 4596}, + {"vigo", 1, {DICTIONARY_PERSONAL_TITLE}, 4699}, + {"no", 1, {DICTIONARY_DIRECTIONAL}, 4582}, + {"trav", 1, {DICTIONARY_STREET_TYPE}, 4804}, + {"camara municipal", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 4708}, + {"pará", 1, {DICTIONARY_TOPONYM}, -1}, + {"empresa individual", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"m.e", 1, {DICTIONARY_PERSONAL_TITLE}, 4663}, + {"estação de autocarros", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rr", 1, {DICTIONARY_TOPONYM}, 4854}, + {"exma", 1, {DICTIONARY_PERSONAL_TITLE}, 4642}, + {"reverendissimo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"codigo de enderecamento postal", 1, {DICTIONARY_POSTAL_CODE}, 4749}, + {"card", 1, {DICTIONARY_PERSONAL_TITLE}, 4615}, + {"ex.mº", 1, {DICTIONARY_PERSONAL_TITLE}, 4643}, + {"porta", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"sª", 1, {DICTIONARY_PERSONAL_TITLE}, 4690}, + {"st.º", 1, {DICTIONARY_PERSONAL_TITLE}, 4681}, + {"il.m°", 1, {DICTIONARY_PERSONAL_TITLE}, 4648}, + {"embaixador", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pref", 1, {DICTIONARY_PERSONAL_TITLE}, 4670}, + {"sn°", 1, {DICTIONARY_NO_NUMBER}, 4598}, + {"r.d.c", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"ca", 1, {DICTIONARY_COMPANY_TYPE}, 4550}, + {"esquina", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"u l d a", 1, {DICTIONARY_COMPANY_TYPE}, 4574}, + {"e.t.a.r", 1, {DICTIONARY_PLACE_NAME}, 4720}, + {"rondônia", 1, {DICTIONARY_TOPONYM}, -1}, + {"f.o", 1, {DICTIONARY_PERSONAL_SUFFIX}, 4600}, + {"d'", 1, {DICTIONARY_ELISION}, -1}, + {"av", 1, {DICTIONARY_STREET_TYPE}, 4770}, + {"mestra", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s a", 1, {DICTIONARY_COMPANY_TYPE}, 4562}, + {"ilmo", 1, {DICTIONARY_PERSONAL_TITLE}, 4648}, + {"sociedade anonima", 1, {DICTIONARY_COMPANY_TYPE}, 4562}, + {"santa catarina", 1, {DICTIONARY_TOPONYM}, -1}, + {"prof.a", 1, {DICTIONARY_PERSONAL_TITLE}, 4673}, + {"com", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"s / no", 1, {DICTIONARY_NO_NUMBER}, 4598}, + {"instituto", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c e b", 1, {DICTIONARY_PLACE_NAME}, 4713}, + {"quadra", 1, {DICTIONARY_QUALIFIER}, -1}, + {"g.n.r", 1, {DICTIONARY_PLACE_NAME}, 4730}, + {"ministerio", 1, {DICTIONARY_PERSONAL_TITLE}, 4664}, + {"amazonas", 1, {DICTIONARY_TOPONYM}, -1}, + {"sc", 1, {DICTIONARY_TOPONYM}, 4855}, + {"s n c", 1, {DICTIONARY_COMPANY_TYPE}, 4565}, + {"cd", 1, {DICTIONARY_COMPANY_TYPE}, 4548}, + {"ilmª", 1, {DICTIONARY_PERSONAL_TITLE}, 4647}, + {"c.p", 1, {DICTIONARY_POSTAL_CODE}, 4750}, + {"etar", 1, {DICTIONARY_PLACE_NAME}, 4720}, + {"pç", 1, {DICTIONARY_STREET_TYPE}, 4792}, + {"jan", 1, {DICTIONARY_SYNONYM}, 4817}, + {"res-do-chao", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"o.s.c.i.p", 1, {DICTIONARY_COMPANY_TYPE}, 4560}, + {"me", 1, {DICTIONARY_PERSONAL_TITLE}, 4660}, + {"escnh", 1, {DICTIONARY_PLACE_NAME}, 4717}, + {"liberde", 1, {DICTIONARY_SYNONYM}, 4824}, + {"nrº", 1, {DICTIONARY_NUMBER}, 4599}, + {"lote", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"sao paulo", 1, {DICTIONARY_TOPONYM}, 4856}, + {"s.q.", 1, {DICTIONARY_QUALIFIER}, 4755}, + {"eng.°", 1, {DICTIONARY_PERSONAL_TITLE}, 4640}, + {"s.nº", 1, {DICTIONARY_NO_NUMBER}, 4598}, + {"esq da", 1, {DICTIONARY_CROSS_STREET}, 4577}, + {"nas", 1, {DICTIONARY_STOPWORD}, -1}, + {"e t a r", 1, {DICTIONARY_PLACE_NAME}, 4720}, + {"u.l.d.a", 1, {DICTIONARY_COMPANY_TYPE}, 4574}, + {"pavimento terréo", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"cmdr", 1, {DICTIONARY_PERSONAL_TITLE}, 4617}, + {"fundacao privada", 1, {DICTIONARY_COMPANY_TYPE}, 4555}, + {"barao", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"engº", 1, {DICTIONARY_PERSONAL_TITLE}, 4640}, + {"s a", 1, {DICTIONARY_COMPANY_TYPE}, 4571}, + {"s l", 1, {DICTIONARY_COMPANY_TYPE}, 4570}, + {"são paulo", 1, {DICTIONARY_TOPONYM}, -1}, + {"dir", 1, {DICTIONARY_UNIT_DIRECTION}, 4777}, + {"sudeste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sport clube", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"estacao de trem", 1, {DICTIONARY_PLACE_NAME}, 4726}, + {"s ltda", 1, {DICTIONARY_COMPANY_TYPE}, 4570}, + {"na", 1, {DICTIONARY_STOPWORD}, 4765}, + {"p.j", 1, {DICTIONARY_PLACE_NAME}, 4739}, + {"sl", 1, {DICTIONARY_COMPANY_TYPE}, 4570}, + {"s.a", 1, {DICTIONARY_COMPANY_TYPE}, 4561}, + {"nª srª", 1, {DICTIONARY_PERSONAL_TITLE}, 4666}, + {"semin", 1, {DICTIONARY_PLACE_NAME}, 4745}, + {"cep :", 1, {DICTIONARY_POSTAL_CODE}, 4749}, + {"pav", 1, {DICTIONARY_PLACE_NAME}, 4737}, + {"maestra", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"frei", 2, {DICTIONARY_PERSONAL_TITLE, DICTIONARY_STREET_TYPE}, -1}, + {"sr.ta", 1, {DICTIONARY_PERSONAL_TITLE}, 4692}, + {"diaca", 1, {DICTIONARY_PERSONAL_TITLE}, 4627}, + {"estr r", 1, {DICTIONARY_STREET_TYPE}, 4783}, + {"praia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"piso", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"tocantins", 1, {DICTIONARY_TOPONYM}, -1}, + {"profª", 1, {DICTIONARY_PERSONAL_TITLE}, 4673}, + {"srª", 1, {DICTIONARY_PERSONAL_TITLE}, 4690}, + {"doutora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s.a.", 1, {DICTIONARY_COMPANY_TYPE}, 4571}, + {"deptos", 1, {DICTIONARY_PLACE_NAME}, 4715}, + {"dezbro", 1, {DICTIONARY_SYNONYM}, 4813}, + {"bpo", 1, {DICTIONARY_PERSONAL_TITLE}, 4607}, + {"apt.o", 1, {DICTIONARY_UNIT_NUMBERED}, 4860}, + {"desembargadora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"liberd.e", 1, {DICTIONARY_SYNONYM}, 4824}, + {"universidade", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"andar terreo", 1, {DICTIONARY_LEVEL_STANDALONE}, 4591}, + {"apartamento", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"núm", 1, {DICTIONARY_NUMBER}, 4599}, + {"cambio", 1, {DICTIONARY_PLACE_NAME}, 4709}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 4645}, + {"p.to", 1, {DICTIONARY_PLACE_NAME}, 4741}, + {"depto", 1, {DICTIONARY_PLACE_NAME}, 4714}, + {"sta", 1, {DICTIONARY_PERSONAL_TITLE}, 4680}, + {"educacao", 1, {DICTIONARY_SYNONYM}, -1}, + {"rés do chão", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"div", 1, {DICTIONARY_QUALIFIER}, 4752}, + {"cj", 1, {DICTIONARY_UNIT_NUMBERED}, 4861}, + {"enfermeiro", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s lt.da", 1, {DICTIONARY_COMPANY_TYPE}, 4570}, + {"ate", 1, {DICTIONARY_STOPWORD}, 4760}, + {"desa", 1, {DICTIONARY_PERSONAL_TITLE}, 4625}, + {"código postal", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"exª", 1, {DICTIONARY_PERSONAL_TITLE}, 4641}, + {"al", 1, {DICTIONARY_TOPONYM}, 4833}, + {"q", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"s l.da", 1, {DICTIONARY_COMPANY_TYPE}, 4570}, + {"adv.o", 1, {DICTIONARY_PERSONAL_TITLE}, 4602}, + {"8br.o", 1, {DICTIONARY_SYNONYM}, 4826}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 4672}, + {"ava marg", 1, {DICTIONARY_STREET_TYPE}, 4771}, + {"capitão de mar e guerra", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"10bro", 1, {DICTIONARY_SYNONYM}, 4813}, + {"capitao tenente", 1, {DICTIONARY_PERSONAL_TITLE}, 4614}, + {"rodoviaria", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"o s c i p", 1, {DICTIONARY_COMPANY_TYPE}, 4560}, + {"sec", 1, {DICTIONARY_PERSONAL_TITLE}, 4686}, + {"dep", 1, {DICTIONARY_PERSONAL_TITLE}, 4623}, + {"fundação privada", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"as", 1, {DICTIONARY_STOPWORD}, 4759}, + {"edf", 1, {DICTIONARY_BUILDING_TYPE}, 4540}, + {"quinta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"escola basica", 1, {DICTIONARY_PLACE_NAME}, 4718}, + {"pq", 1, {DICTIONARY_PLACE_NAME}, 4736}, + {"conde", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"coronel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"n.º", 1, {DICTIONARY_NUMBER}, 4599}, + {"g.al", 1, {DICTIONARY_PERSONAL_TITLE}, 4645}, + {"er", 1, {DICTIONARY_STREET_TYPE}, 4783}, + {"centro comercial", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dez", 1, {DICTIONARY_SYNONYM}, 4813}, + {"arcebispo", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"p l l c", 1, {DICTIONARY_COMPANY_TYPE}, 4572}, + {"sarg ajte", 1, {DICTIONARY_PERSONAL_TITLE}, 4684}, + {"vig", 1, {DICTIONARY_PERSONAL_TITLE}, 4699}, + {"alagoas", 1, {DICTIONARY_TOPONYM}, -1}, + {"sec", 1, {DICTIONARY_QUALIFIER}, 4754}, + {"cep", 1, {DICTIONARY_POSTAL_CODE}, 4749}, + {"sp", 1, {DICTIONARY_TOPONYM}, 4856}, + {"terminal rodoviário", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"praca", 1, {DICTIONARY_STREET_TYPE}, 4792}, + {"particular", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"m.a", 1, {DICTIONARY_PERSONAL_TITLE}, 4662}, + {"part", 1, {DICTIONARY_STREET_TYPE}, 4790}, + {"c.r.l", 1, {DICTIONARY_COMPANY_TYPE}, 4551}, + {"nmr°", 1, {DICTIONARY_NUMBER}, 4599}, + {"general", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"professora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"rot", 1, {DICTIONARY_STREET_TYPE}, 4799}, + {"p t", 1, {DICTIONARY_LEVEL_STANDALONE}, 4594}, + {"juiz", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"noroeste", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"senador", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"comor", 1, {DICTIONARY_PERSONAL_TITLE}, 4617}, + {"sa", 1, {DICTIONARY_COMPANY_TYPE}, 4561}, + {"s.l", 1, {DICTIONARY_COMPANY_TYPE}, 4570}, + {"ms", 1, {DICTIONARY_TOPONYM}, 4843}, + {"jul", 1, {DICTIONARY_SYNONYM}, 4820}, + {"c p", 1, {DICTIONARY_POST_OFFICE}, 4748}, + {"marq", 1, {DICTIONARY_PERSONAL_TITLE}, 4658}, + {"e.i.r.e.l.i.", 1, {DICTIONARY_COMPANY_TYPE}, 4553}, + {"marquês", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"entre", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"sociedade aberta", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"nª", 1, {DICTIONARY_STOPWORD}, 4765}, + {"p j", 1, {DICTIONARY_PLACE_NAME}, 4739}, + {"cons", 1, {DICTIONARY_PERSONAL_TITLE}, 4620}, + {"estacao ferroviaria", 1, {DICTIONARY_PLACE_NAME}, 4724}, + {"entd", 1, {DICTIONARY_ENTRANCE}, 4587}, + {"pe", 1, {DICTIONARY_PERSONAL_TITLE}, 4668}, + {"bxs", 1, {DICTIONARY_LEVEL_STANDALONE}, 4592}, + {"sociedade por quotas limitada", 1, {DICTIONARY_COMPANY_TYPE}, 4570}, + {"proximo", 1, {DICTIONARY_NEAR}, 4597}, + {"em ft de", 1, {DICTIONARY_STOPWORD}, 4764}, + {"il.mo", 1, {DICTIONARY_PERSONAL_TITLE}, 4648}, + {"agência bancária", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pastor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"academia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"enf°", 1, {DICTIONARY_PERSONAL_TITLE}, 4638}, + {"sr.tas", 1, {DICTIONARY_PERSONAL_TITLE}, 4693}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 4580}, + {"senhora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"e i", 1, {DICTIONARY_COMPANY_TYPE}, 4552}, + {"associacao", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dto", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_DIRECTION}, 4777}, + {"dqa", 1, {DICTIONARY_PERSONAL_TITLE}, 4633}, + {"estação de tratamento de águas residuais", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pe", 1, {DICTIONARY_TOPONYM}, 4848}, + {"acesso", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pernambuco", 1, {DICTIONARY_TOPONYM}, -1}, + {"nr", 1, {DICTIONARY_NUMBER}, 4599}, + {"profº", 1, {DICTIONARY_PERSONAL_TITLE}, 4672}, + {"resdochao", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"nro", 1, {DICTIONARY_NUMBER}, 4599}, + {"imº", 1, {DICTIONARY_PERSONAL_TITLE}, 4651}, + {"a.t", 1, {DICTIONARY_LEVEL_STANDALONE}, 4591}, + {"l", 1, {DICTIONARY_STREET_TYPE}, 4787}, + {"espirito santo", 1, {DICTIONARY_TOPONYM}, 4839}, + {"superquadra", 1, {DICTIONARY_QUALIFIER}, -1}, + {"s.rª", 1, {DICTIONARY_PERSONAL_TITLE}, 4690}, + {"ulda", 1, {DICTIONARY_COMPANY_TYPE}, 4574}, + {"crl", 1, {DICTIONARY_COMPANY_TYPE}, 4551}, + {"enf.º", 1, {DICTIONARY_PERSONAL_TITLE}, 4638}, + {"sem número", 1, {DICTIONARY_NO_NUMBER}, -1}, + {"torre", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"nivel", 1, {DICTIONARY_LEVEL_NUMBERED}, 4589}, + {"e.i", 1, {DICTIONARY_COMPANY_TYPE}, 4552}, + {"im°", 1, {DICTIONARY_PERSONAL_TITLE}, 4651}, + {"s c s", 1, {DICTIONARY_COMPANY_TYPE}, 4567}, + {"jrd", 1, {DICTIONARY_SYNONYM}, 4818}, + {"pctª", 1, {DICTIONARY_STREET_TYPE}, 4793}, + {"cmdt", 1, {DICTIONARY_PERSONAL_TITLE}, 4616}, + {"numr", 1, {DICTIONARY_NUMBER}, 4599}, + {"direito", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_UNIT_DIRECTION}, -1}, + {"pcta", 1, {DICTIONARY_STREET_TYPE}, 4793}, + {"ribr.o", 1, {DICTIONARY_SYNONYM}, 4829}, + {"9bro", 1, {DICTIONARY_SYNONYM}, 4825}, + {"numro", 1, {DICTIONARY_NUMBER}, 4599}, + {"bco", 1, {DICTIONARY_STREET_TYPE}, 4773}, + {"no", 1, {DICTIONARY_NUMBER}, 4599}, + {"b v", 1, {DICTIONARY_PLACE_NAME}, 4707}, + {"condominio", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"apdo", 1, {DICTIONARY_POST_OFFICE}, 4747}, + {"engenheira", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"são", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"se", 1, {DICTIONARY_DIRECTIONAL}, 4584}, + {"sem", 1, {DICTIONARY_PLACE_NAME}, 4745}, + {"st.a", 1, {DICTIONARY_PERSONAL_TITLE}, 4680}, + {"ap", 1, {DICTIONARY_TOPONYM}, 4834}, + {"e p", 1, {DICTIONARY_COMPANY_TYPE}, 4554}, + {"s.n.c", 1, {DICTIONARY_COMPANY_TYPE}, 4565}, + {"d.a", 1, {DICTIONARY_PERSONAL_TITLE}, 4629}, + {"sociedade anonima de responsabilidade limitada", 1, {DICTIONARY_COMPANY_TYPE}, 4563}, + {"caclcadinha", 1, {DICTIONARY_STREET_TYPE}, 4775}, + {"praça", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sociedade anonima desportiva", 1, {DICTIONARY_COMPANY_TYPE}, 4564}, + {"stª", 1, {DICTIONARY_PERSONAL_TITLE}, 4680}, + {"sargto", 1, {DICTIONARY_PERSONAL_TITLE}, 4683}, + {"p.j.", 1, {DICTIONARY_PLACE_NAME}, 4739}, + {"d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"mal", 1, {DICTIONARY_PERSONAL_TITLE}, 4657}, + {"sociedade anónima desportiva", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"capitao de fragata", 1, {DICTIONARY_PERSONAL_TITLE}, 4612}, + {"dos", 1, {DICTIONARY_STOPWORD}, -1}, + {"rua", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cap mg", 1, {DICTIONARY_PERSONAL_TITLE}, 4613}, + {"eng.o", 1, {DICTIONARY_PERSONAL_TITLE}, 4640}, + {"eng.a", 1, {DICTIONARY_PERSONAL_TITLE}, 4639}, + {"dona", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"parcela", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"enfº", 1, {DICTIONARY_PERSONAL_TITLE}, 4638}, + {"cap m g", 1, {DICTIONARY_PERSONAL_TITLE}, 4613}, + {"7br.o", 1, {DICTIONARY_SYNONYM}, 4830}, + {"ago", 1, {DICTIONARY_SYNONYM}, 4812}, + {"s.a.r.l.", 1, {DICTIONARY_COMPANY_TYPE}, 4563}, + {"o.s.c.i.p.", 1, {DICTIONARY_COMPANY_TYPE}, 4560}, + {"escola básica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"n.ro", 1, {DICTIONARY_NUMBER}, 4599}, + {"st°", 1, {DICTIONARY_PERSONAL_TITLE}, 4681}, + {"camno", 1, {DICTIONARY_STREET_TYPE}, 4776}, + {"sobre", 1, {DICTIONARY_STOPWORD}, -1}, + {"a.d", 1, {DICTIONARY_COMPANY_TYPE}, 4546}, + {"s g p s", 1, {DICTIONARY_COMPANY_TYPE}, 4569}, + {"praceta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"entre /", 1, {DICTIONARY_CROSS_STREET}, 4578}, + {"r", 1, {DICTIONARY_STREET_TYPE}, 4800}, + {"s.n°", 1, {DICTIONARY_NO_NUMBER}, 4598}, + {"nª sª", 1, {DICTIONARY_PERSONAL_TITLE}, 4666}, + {"n e", 1, {DICTIONARY_DIRECTIONAL}, 4581}, + {"unipessoal lda", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"im", 1, {DICTIONARY_PERSONAL_TITLE}, 4651}, + {"s.e", 1, {DICTIONARY_DIRECTIONAL}, 4584}, + {"rotunda", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pavimento terreo", 1, {DICTIONARY_LEVEL_STANDALONE}, 4594}, + {"casal", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s a r l", 1, {DICTIONARY_COMPANY_TYPE}, 4563}, + {"em frente de", 1, {DICTIONARY_STOPWORD}, -1}, + {"professoras", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"c. m.", 1, {DICTIONARY_STREET_TYPE}, 4708}, + {"prefeito", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"parada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"am", 1, {DICTIONARY_TOPONYM}, 4835}, + {"a.d.", 1, {DICTIONARY_COMPANY_TYPE}, 4546}, + {"e.b", 1, {DICTIONARY_PLACE_NAME}, 4718}, + {"estacao rodoviaria", 1, {DICTIONARY_PLACE_NAME}, 4727}, + {"tras", 1, {DICTIONARY_UNIT_DIRECTION}, 4859}, + {"p.s.p.", 1, {DICTIONARY_PLACE_NAME}, 4738}, + {"residencia", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"maj brig", 1, {DICTIONARY_PERSONAL_TITLE}, 4656}, + {"ep", 1, {DICTIONARY_COMPANY_TYPE}, 4554}, + {"c.c", 1, {DICTIONARY_PLACE_NAME}, 4712}, + {"cambista", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rpart", 1, {DICTIONARY_STREET_TYPE}, 4801}, + {"o n g", 1, {DICTIONARY_COMPANY_TYPE}, 4559}, + {"bc", 1, {DICTIONARY_STREET_TYPE}, 4773}, + {"l.da", 1, {DICTIONARY_COMPANY_TYPE}, 4558}, + {"madre", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"loteamento", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sargento", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"mar", 1, {DICTIONARY_PERSONAL_TITLE}, 4657}, + {"n.s.a", 1, {DICTIONARY_PERSONAL_TITLE}, 4666}, + {"sgps", 1, {DICTIONARY_COMPANY_TYPE}, 4569}, + {"edifício", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"mto", 1, {DICTIONARY_PERSONAL_TITLE}, 4654}, + {"revdo", 1, {DICTIONARY_PERSONAL_TITLE}, 4677}, + {"frt", 1, {DICTIONARY_UNIT_DIRECTION}, 4784}, + {"banco", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pavilhão", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"major", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"caixa postal", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"amapa", 1, {DICTIONARY_TOPONYM}, 4834}, + {"mta", 1, {DICTIONARY_PERSONAL_TITLE}, 4653}, + {"to", 1, {DICTIONARY_TOPONYM}, 4858}, + {"c m", 1, {DICTIONARY_PLACE_NAME}, 4708}, + {"s.a.", 1, {DICTIONARY_COMPANY_TYPE}, 4562}, + {"sarg aj.te", 1, {DICTIONARY_PERSONAL_TITLE}, 4684}, + {"r / chao", 1, {DICTIONARY_LEVEL_STANDALONE}, 4593}, + {"nível", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"cc", 1, {DICTIONARY_STREET_TYPE}, 4774}, + {"alf", 1, {DICTIONARY_PERSONAL_TITLE}, 4603}, + {"brº", 2, {DICTIONARY_QUALIFIER, DICTIONARY_STREET_TYPE}, 4706}, + {"exm°", 1, {DICTIONARY_PERSONAL_TITLE}, 4643}, + {"enf.°", 1, {DICTIONARY_PERSONAL_TITLE}, 4638}, + {"junho", 1, {DICTIONARY_SYNONYM}, -1}, + {"acre", 1, {DICTIONARY_TOPONYM}, -1}, + {"divisao", 1, {DICTIONARY_QUALIFIER}, -1}, + {"arco", 1, {DICTIONARY_PERSONAL_TITLE}, 4605}, + {"calcada", 1, {DICTIONARY_STREET_TYPE}, 4774}, + {"nmrº", 1, {DICTIONARY_NUMBER}, 4599}, + {"reverendissima", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sto", 1, {DICTIONARY_PERSONAL_TITLE}, 4681}, + {"min", 1, {DICTIONARY_PERSONAL_TITLE}, 4664}, + {"mte", 1, {DICTIONARY_SYNONYM}, 4823}, + {"ve", 1, {DICTIONARY_STREET_TYPE}, 4808}, + {"itinerário principal", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"piauí", 1, {DICTIONARY_TOPONYM}, -1}, + {"edificio", 1, {DICTIONARY_BUILDING_TYPE}, 4540}, + {"capitão de fragata", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"s o", 1, {DICTIONARY_DIRECTIONAL}, 4585}, + {"r", 1, {DICTIONARY_STOPWORD}, 4767}, + {"lotul", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"căsuță poștală", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"fn", 1, {DICTIONARY_NO_NUMBER}, 4878}, + {"casuta postala", 1, {DICTIONARY_POST_OFFICE}, 4886}, + {"varful", 1, {DICTIONARY_STREET_TYPE}, 4900}, + {"piață", 1, {DICTIONARY_STREET_TYPE}, 4895}, + {"col", 1, {DICTIONARY_PERSONAL_TITLE}, 4881}, + {"str-la", 1, {DICTIONARY_STREET_TYPE}, 4897}, + {"sală", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"profesor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"numar", 1, {DICTIONARY_NUMBER}, 4879}, + {"p-ţa", 1, {DICTIONARY_STREET_TYPE}, 4895}, + {"sp", 1, {DICTIONARY_STREET_TYPE}, 4899}, + {"n°", 1, {DICTIONARY_NUMBER}, 4879}, + {"piata", 1, {DICTIONARY_STREET_TYPE}, 4895}, + {"aici", 1, {DICTIONARY_NEAR}, -1}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 4871}, + {"nr", 1, {DICTIONARY_NUMBER}, 4879}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 4882}, + {"bl", 1, {DICTIONARY_QUALIFIER}, 4887}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 4883}, + {"strada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vest", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"est", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"bulevard", 1, {DICTIONARY_STREET_TYPE}, 4890}, + {"fundatura", 1, {DICTIONARY_STREET_TYPE}, 4892}, + {"intre", 1, {DICTIONARY_CROSS_STREET}, 4867}, + {"cp", 1, {DICTIONARY_POST_OFFICE}, 4886}, + {"fdc", 1, {DICTIONARY_STREET_TYPE}, 4893}, + {"scara", 1, {DICTIONARY_STAIRCASE}, -1}, + {"fundacul", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"intr", 1, {DICTIONARY_STREET_TYPE}, 4894}, + {"intrarea", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"locotenent colonel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"capt", 1, {DICTIONARY_PERSONAL_TITLE}, 4880}, + {"căpitan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"număr", 1, {DICTIONARY_NUMBER}, -1}, + {"parter", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"și", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"bulev", 1, {DICTIONARY_STREET_TYPE}, 4890}, + {"str", 1, {DICTIONARY_STREET_TYPE}, 4896}, + {"aleea", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vf", 1, {DICTIONARY_STREET_TYPE}, 4900}, + {"fnd", 1, {DICTIONARY_STREET_TYPE}, 4892}, + {"bd", 1, {DICTIONARY_STREET_TYPE}, 4890}, + {"al", 1, {DICTIONARY_STREET_TYPE}, 4889}, + {"locotenent", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"varf", 1, {DICTIONARY_STREET_TYPE}, 4900}, + {"blv", 1, {DICTIONARY_STREET_TYPE}, 4890}, + {"calea", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"șoseaua", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"f.n", 1, {DICTIONARY_NO_NUMBER}, 4878}, + {"e", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"vârful", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"apart", 1, {DICTIONARY_UNIT_NUMBERED}, 4901}, + {"general", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bul", 1, {DICTIONARY_STREET_TYPE}, 4890}, + {"p-ta", 1, {DICTIONARY_STREET_TYPE}, 4895}, + {"stradela", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cal", 1, {DICTIONARY_STREET_TYPE}, 4891}, + {"lângă mine", 1, {DICTIONARY_NEAR}, -1}, + {"et", 1, {DICTIONARY_LEVEL_NUMBERED}, 4874}, + {"nord", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"maj", 1, {DICTIONARY_PERSONAL_TITLE}, 4884}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bloc", 1, {DICTIONARY_QUALIFIER}, -1}, + {"doctor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"amiral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"sergent", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"colt", 1, {DICTIONARY_CROSS_STREET}, 4866}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 4901}, + {"la coltul de pe", 1, {DICTIONARY_CROSS_STREET}, 4868}, + {"la colțul de pe", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"blvd", 1, {DICTIONARY_STREET_TYPE}, 4890}, + {"f / n", 1, {DICTIONARY_NO_NUMBER}, 4878}, + {"bulevardul", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bdul", 1, {DICTIONARY_STREET_TYPE}, 4890}, + {"ap", 1, {DICTIONARY_UNIT_NUMBERED}, 4901}, + {"sublocotenent", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pta", 1, {DICTIONARY_STREET_TYPE}, 4895}, + {"b-dul", 1, {DICTIONARY_STREET_TYPE}, 4890}, + {"bulevardu", 1, {DICTIONARY_STREET_TYPE}, 4890}, + {"in apropiere", 1, {DICTIONARY_NEAR}, 4875}, + {"fundătura", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"virful", 1, {DICTIONARY_STREET_TYPE}, 4900}, + {"sc", 1, {DICTIONARY_STAIRCASE}, 4888}, + {"colonel", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"capitan", 1, {DICTIONARY_PERSONAL_TITLE}, 4880}, + {"fără număr", 1, {DICTIONARY_NO_NUMBER}, -1}, + {"№", 1, {DICTIONARY_NUMBER}, 4879}, + {"no", 1, {DICTIONARY_NUMBER}, 4879}, + {"sdla", 1, {DICTIONARY_STREET_TYPE}, 4897}, + {"int", 1, {DICTIONARY_STREET_TYPE}, 4894}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"în apropiere", 1, {DICTIONARY_NEAR}, -1}, + {"colț", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"contra amiral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"în jurul aici", 1, {DICTIONARY_NEAR}, -1}, + {"langa mine", 1, {DICTIONARY_NEAR}, 4877}, + {"cel", 1, {DICTIONARY_STOPWORD}, -1}, + {"apartament", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"din", 1, {DICTIONARY_NEAR}, -1}, + {"drumul", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 4869}, + {"comandor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"in jurul aici", 1, {DICTIONARY_NEAR}, 4876}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 4872}, + {"si", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, 4869}, + {"vîrful", 1, {DICTIONARY_STREET_TYPE}, 4900}, + {"birou", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"intrare", 1, {DICTIONARY_ENTRANCE}, -1}, + {"#", 1, {DICTIONARY_NUMBER}, 4879}, + {"etj", 1, {DICTIONARY_LEVEL_NUMBERED}, 4874}, + {"v", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"spl", 1, {DICTIONARY_STREET_TYPE}, 4899}, + {"sos", 1, {DICTIONARY_STREET_TYPE}, 4898}, + {"sala", 1, {DICTIONARY_UNIT_NUMBERED}, 4902}, + {"vice amiral", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"piaţa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"fara numar", 1, {DICTIONARY_NO_NUMBER}, 4878}, + {"b.dul", 1, {DICTIONARY_STREET_TYPE}, 4890}, + {"alea", 1, {DICTIONARY_STREET_TYPE}, 4889}, + {"splaiul", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"e", 1, {DICTIONARY_DIRECTIONAL}, 4870}, + {"soseaua", 1, {DICTIONARY_STREET_TYPE}, 4898}, + {"major", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"in apropiere de", 1, {DICTIONARY_NEAR}, -1}, + {"v", 1, {DICTIONARY_DIRECTIONAL}, 4873}, + {"șos", 1, {DICTIONARY_STREET_TYPE}, 4898}, + {"sud", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pţa", 1, {DICTIONARY_STREET_TYPE}, 4895}, + {"aproape de aici", 1, {DICTIONARY_NEAR}, -1}, + {"f n", 1, {DICTIONARY_NO_NUMBER}, 4878}, + {"între", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"nº", 1, {DICTIONARY_NUMBER}, 4879}, + {"etaj", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 4885}, + {"ale", 1, {DICTIONARY_STREET_TYPE}, 4889}, + {"цветочныи магазин", 1, {DICTIONARY_PLACE_NAME}, 4977}, + {"ш", 1, {DICTIONARY_STREET_TYPE}, 5041}, + {"lukoil", 1, {DICTIONARY_CHAIN}, -1}, + {"pereulok", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"автомоика", 1, {DICTIONARY_PLACE_NAME}, 4955}, + {"подвал", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"торговый центр", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"помещение", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"tupik", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ooo", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"ковры", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"магазин по продаже мотоциклов", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"yugo zapadu", 1, {DICTIONARY_DIRECTIONAL}, 4930}, + {"музей", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"памятник", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"россельхозбанк", 1, {DICTIONARY_CHAIN}, -1}, + {"деревня", 1, {DICTIONARY_QUALIFIER}, -1}, + {"магазин оптики", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"б / н", 1, {DICTIONARY_NO_NUMBER}, 4946}, + {"shosseynaya", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"maria-ra", 1, {DICTIONARY_CHAIN}, -1}, + {"tsokol'nyy etazh", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"шоссейная", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"место захоронения", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ofis", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"sever", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"лин", 1, {DICTIONARY_STREET_TYPE}, 5039}, + {"палатка с едои", 1, {DICTIONARY_PLACE_NAME}, 4958}, + {"винный магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"monetka", 1, {DICTIONARY_CHAIN}, -1}, + {"киоск", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kv", 1, {DICTIONARY_QUALIFIER}, 5004}, + {"пом", 1, {DICTIONARY_UNIT_NUMBERED}, 5055}, + {"дор", 1, {DICTIONARY_STREET_TYPE}, 5027}, + {"сделаи сам", 1, {DICTIONARY_PLACE_NAME}, 4973}, + {"право", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"юго западу", 1, {DICTIONARY_DIRECTIONAL}, 4929}, + {"к", 1, {DICTIONARY_BUILDING_TYPE}, 4903}, + {"эльдорадо", 1, {DICTIONARY_CHAIN}, -1}, + {"sberbank", 1, {DICTIONARY_CHAIN}, -1}, + {"azs", 1, {DICTIONARY_CHAIN}, -1}, + {"поселок городского типа", 1, {DICTIONARY_QUALIFIER}, 5020}, + {"около", 1, {DICTIONARY_NEAR}, -1}, + {"северо Запад", 1, {DICTIONARY_DIRECTIONAL}, 4921}, + {"пляж с насаждениями", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"хозяйственный магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"под", 1, {DICTIONARY_NEAR}, -1}, + {"lit", 1, {DICTIONARY_UNIT_NUMBERED}, 5052}, + {"автомагазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ночнои клуб", 1, {DICTIONARY_PLACE_NAME}, 4961}, + {"фермерский магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"severo vostoku", 1, {DICTIONARY_DIRECTIONAL}, 4920}, + {"dns shop", 1, {DICTIONARY_CHAIN}, -1}, + {"газетныи киоск", 1, {DICTIONARY_PLACE_NAME}, 4985}, + {"ростелеком", 1, {DICTIONARY_CHAIN}, -1}, + {"овощной магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"монетка", 1, {DICTIONARY_CHAIN}, -1}, + {"эт", 1, {DICTIONARY_LEVEL_NUMBERED}, 4937}, + {"углу", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"север", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ниж эт", 1, {DICTIONARY_LEVEL_STANDALONE}, 4942}, + {"салон", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"хозяиственныи магазин", 1, {DICTIONARY_PLACE_NAME}, 4982}, + {"gmina", 1, {DICTIONARY_QUALIFIER}, -1}, + {"бордель", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"городской посёлок ", 1, {DICTIONARY_QUALIFIER}, -1}, + {"магазин модной одежды", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ag", 1, {DICTIONARY_QUALIFIER}, 4998}, + {"посёлок", 1, {DICTIONARY_QUALIFIER}, -1}, + {"гп", 1, {DICTIONARY_QUALIFIER}, 5012}, + {"kv", 1, {DICTIONARY_UNIT_NUMBERED}, 5048}, + {"посёлок городско́го ти́па", 1, {DICTIONARY_QUALIFIER}, -1}, + {"оао", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"posblok", 1, {DICTIONARY_QUALIFIER}, -1}, + {"lestnitsa", 1, {DICTIONARY_STAIRCASE}, -1}, + {"музыкальныи магазин", 1, {DICTIONARY_PLACE_NAME}, 4984}, + {"вход", 1, {DICTIONARY_ENTRANCE}, -1}, + {"раион", 1, {DICTIONARY_QUALIFIER}, -1}, + {"парк", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"гостиница", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"роснефть", 1, {DICTIONARY_CHAIN}, -1}, + {"pos", 1, {DICTIONARY_QUALIFIER}, 5019}, + {"z", 1, {DICTIONARY_DIRECTIONAL}, 4932}, + {"колледж", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"магазин бытовой химии", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"проспект", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"uroven", 1, {DICTIONARY_LEVEL_NUMBERED}, 4939}, + {"с / с", 1, {DICTIONARY_QUALIFIER}, 5016}, + {"банк", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"обувной магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"горныи приют", 1, {DICTIONARY_PLACE_NAME}, 4992}, + {"тренажерныи зал", 1, {DICTIONARY_PLACE_NAME}, 4959}, + {"сделай-сам", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"svyaznoy", 1, {DICTIONARY_CHAIN}, -1}, + {"секонд-хэнд", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"г", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"первый этаж", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"kvartira", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"v", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_NEAR}, -1}, + {"blok", 1, {DICTIONARY_QUALIFIER}, -1}, + {"прокат автомобилеи", 1, {DICTIONARY_PLACE_NAME}, 4954}, + {"o", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"сельскии совет", 1, {DICTIONARY_QUALIFIER}, 5016}, + {"yug", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"спортивный газон", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"стадион", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dns", 1, {DICTIONARY_CHAIN}, -1}, + {"магазин экологических продуктов", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"бул", 1, {DICTIONARY_STREET_TYPE}, 5025}, + {"художественный салон", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"общежитие", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"мебельныи магазин", 1, {DICTIONARY_PLACE_NAME}, 4979}, + {"ювелирныи магазин", 1, {DICTIONARY_PLACE_NAME}, 4983}, + {"рядом", 1, {DICTIONARY_NEAR}, -1}, + {"i", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"пр", 1, {DICTIONARY_STREET_TYPE}, 5037}, + {"тренажерный зал", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lin", 1, {DICTIONARY_STREET_TYPE}, 5040}, + {"кольцевая", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"лестница", 1, {DICTIONARY_STAIRCASE}, -1}, + {"uroven'", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"agrogorodok", 1, {DICTIONARY_QUALIFIER}, -1}, + {"alfa bank", 1, {DICTIONARY_CHAIN}, 4906}, + {"билайн", 1, {DICTIONARY_CHAIN}, -1}, + {"восток", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"проезд", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kvartal", 1, {DICTIONARY_QUALIFIER}, -1}, + {"крематорий", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"о", 1, {DICTIONARY_QUALIFIER}, 5008}, + {"кондитерская", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dor", 1, {DICTIONARY_STREET_TYPE}, 5028}, + {"без номера", 1, {DICTIONARY_NO_NUMBER}, -1}, + {"oao", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 5022}, + {"pravo", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"okolo", 1, {DICTIONARY_NEAR}, -1}, + {"лево", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"pervyy etazh", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"автомойка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"v", 1, {DICTIONARY_DIRECTIONAL}, 4924}, + {"пгт", 1, {DICTIONARY_QUALIFIER}, 5020}, + {"веломагазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"шоссе", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"gorodskoy posolok", 1, {DICTIONARY_QUALIFIER}, -1}, + {"posolok gorodskogo tipa", 1, {DICTIONARY_QUALIFIER}, 5021}, + {"магазин электротоваров", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ryadom zdes'", 1, {DICTIONARY_NEAR}, -1}, + {"в", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_NEAR}, -1}, + {"сделаи-сам", 1, {DICTIONARY_PLACE_NAME}, 4973}, + {"спортивныи центр", 1, {DICTIONARY_PLACE_NAME}, 4964}, + {"здание больницы", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"сельсовет", 1, {DICTIONARY_QUALIFIER}, -1}, + {"prospekt", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"домик для гостей", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"р-н", 1, {DICTIONARY_QUALIFIER}, 5014}, + {"агрогородок", 1, {DICTIONARY_QUALIFIER}, -1}, + {"к-т", 1, {DICTIONARY_UNIT_NUMBERED}, 5049}, + {"k", 1, {DICTIONARY_BUILDING_TYPE}, 4904}, + {"o", 1, {DICTIONARY_QUALIFIER}, 5009}, + {"derevnya", 1, {DICTIONARY_QUALIFIER}, -1}, + {"библиотека", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"рядом с", 1, {DICTIONARY_NEAR}, -1}, + {"магазин видеозаписеи", 1, {DICTIONARY_PLACE_NAME}, 4991}, + {"магазин видеозаписей", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"детскии сад", 1, {DICTIONARY_PLACE_NAME}, 4960}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"bulvar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"дорога", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"здесь", 1, {DICTIONARY_NEAR}, -1}, + {"shosse", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"oblast", 1, {DICTIONARY_QUALIFIER}, -1}, + {"автомастерская", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"з", 1, {DICTIONARY_DIRECTIONAL}, 4931}, + {"компьютерныи магазин", 1, {DICTIONARY_PLACE_NAME}, 4971}, + {"selskiy sovet", 1, {DICTIONARY_QUALIFIER}, 5017}, + {"гмина", 1, {DICTIONARY_QUALIFIER}, -1}, + {"цокольный этаж", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"yugo-zapadu", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"академика", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dom", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"цок эт", 1, {DICTIONARY_LEVEL_BASEMENT}, 4935}, + {"магазин подарков", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pomeshhenie", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"ploshchad", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pyatorochka", 1, {DICTIONARY_CHAIN}, -1}, + {"kol'tsevaya", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"салон красоты", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"посблок", 1, {DICTIONARY_QUALIFIER}, -1}, + {"sel'sovet", 1, {DICTIONARY_QUALIFIER}, 5017}, + {"ювелирный магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"общественныи центр", 1, {DICTIONARY_PLACE_NAME}, 4956}, + {"фермерскии магазин", 1, {DICTIONARY_PLACE_NAME}, 4974}, + {"podval", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"музыкальный магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"этаж", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"кв", 1, {DICTIONARY_QUALIFIER}, 5003}, + {"kab", 1, {DICTIONARY_UNIT_NUMBERED}, 5050}, + {"rospechat", 1, {DICTIONARY_CHAIN}, -1}, + {"аквапарк", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"номер", 1, {DICTIONARY_NUMBER}, -1}, + {"у", 1, {DICTIONARY_NEAR}, -1}, + {"кв", 1, {DICTIONARY_UNIT_NUMBERED}, 5047}, + {"кварт", 1, {DICTIONARY_QUALIFIER}, 5003}, + {"монумент", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"litera", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"пер", 1, {DICTIONARY_STREET_TYPE}, 5032}, + {"почтовое отделение", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"альфа-банк", 1, {DICTIONARY_CHAIN}, -1}, + {"мост", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"нижний этаж", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"d", 1, {DICTIONARY_HOUSE_NUMBER}, 4934}, + {"фонтан", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"Ю", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"риелтор", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"вблизи", 1, {DICTIONARY_NEAR}, -1}, + {"сауна", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"велопарковка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"близ", 1, {DICTIONARY_NEAR}, -1}, + {"гм", 1, {DICTIONARY_QUALIFIER}, 5001}, + {"y", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"мотель", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vtb24", 1, {DICTIONARY_CHAIN}, -1}, + {"svyatoy", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"кабинет", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"оф", 1, {DICTIONARY_UNIT_NUMBERED}, 5053}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"автономная некоммерческая организация", 1, {DICTIONARY_COMPANY_TYPE}, 4910}, + {"фотомагазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"втб24", 1, {DICTIONARY_CHAIN}, -1}, + {"teremok", 1, {DICTIONARY_CHAIN}, -1}, + {"кв-л", 1, {DICTIONARY_QUALIFIER}, 5003}, + {"alleya", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"бн", 1, {DICTIONARY_NO_NUMBER}, 4946}, + {"rostelecom", 1, {DICTIONARY_CHAIN}, -1}, + {"kv-l", 1, {DICTIONARY_QUALIFIER}, 5004}, + {"лит", 1, {DICTIONARY_UNIT_NUMBERED}, 5051}, + {"bliz", 1, {DICTIONARY_NEAR}, -1}, + {"г", 1, {DICTIONARY_QUALIFIER}, 5010}, + {"pom", 1, {DICTIONARY_UNIT_NUMBERED}, 5056}, + {"холл", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"заповедник", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"магазин игрушек", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"б.н.", 1, {DICTIONARY_NO_NUMBER}, 4946}, + {"спортивный центр", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"продуктовый магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ryadom", 1, {DICTIONARY_NEAR}, -1}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 4950}, + {"rosneft", 1, {DICTIONARY_CHAIN}, -1}, + {"блок", 1, {DICTIONARY_QUALIFIER}, -1}, + {"selsovet", 1, {DICTIONARY_QUALIFIER}, 5017}, + {"дер", 1, {DICTIONARY_QUALIFIER}, 4999}, + {"vblizi", 1, {DICTIONARY_NEAR}, -1}, + {"паромная станция", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"поликлиника", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"euroset", 1, {DICTIONARY_CHAIN}, -1}, + {"ул", 1, {DICTIONARY_STREET_TYPE}, 5045}, + {"супермаркет", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"мясная лавка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"аптека", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"юго-западу", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"поселок", 1, {DICTIONARY_QUALIFIER}, 5018}, + {"переулок", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ген", 1, {DICTIONARY_PERSONAL_TITLE}, 4949}, + {"святой", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"башня", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"юго востоку", 1, {DICTIONARY_DIRECTIONAL}, 4927}, + {"детская игровая площадка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"кинотеатр", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gm", 1, {DICTIONARY_QUALIFIER}, 5002}, + {"книжный магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ryadom s mnoy", 1, {DICTIONARY_NEAR}, -1}, + {"bul", 1, {DICTIONARY_STREET_TYPE}, 5026}, + {"дом", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"полиция", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"развалины", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"линия", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"otkrytoye aktsionernoye obshchestvo", 1, {DICTIONARY_COMPANY_TYPE}, 4914}, + {"д", 1, {DICTIONARY_QUALIFIER}, 4999}, + {"al", 1, {DICTIONARY_STREET_TYPE}, 5024}, + {"магазин бытовои химии", 1, {DICTIONARY_PLACE_NAME}, 4970}, + {"литера", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"ресторан", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"зоомагазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"церковь", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"u", 1, {DICTIONARY_NEAR}, -1}, + {"vkhod", 1, {DICTIONARY_ENTRANCE}, -1}, + {"продуктовыи магазин", 1, {DICTIONARY_PLACE_NAME}, 4978}, + {"ryadom zdes", 1, {DICTIONARY_NEAR}, 4944}, + {"of", 1, {DICTIONARY_UNIT_NUMBERED}, 5054}, + {"караван сараи", 1, {DICTIONARY_PLACE_NAME}, 4993}, + {"ano", 1, {DICTIONARY_COMPANY_TYPE}, 4910}, + {"горный приют", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"просп", 1, {DICTIONARY_STREET_TYPE}, 5037}, + {"z", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"alfa-bank", 1, {DICTIONARY_CHAIN}, -1}, + {"открытое акционерное общество", 1, {DICTIONARY_COMPANY_TYPE}, 4913}, + {"vozle", 1, {DICTIONARY_NEAR}, -1}, + {"proyezd", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nomer", 1, {DICTIONARY_NUMBER}, -1}, + {"gazprom neft", 1, {DICTIONARY_CHAIN}, -1}, + {"городская администрация", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ветеринарная клиника", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"r-n", 1, {DICTIONARY_QUALIFIER}, 5015}, + {"severo-vostoku", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"офис", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"дом искусств", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"виноградник", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"мэрия", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"мария-ра", 1, {DICTIONARY_CHAIN}, -1}, + {"к", 1, {DICTIONARY_UNIT_NUMBERED}, 5049}, + {"прокат велосипедов", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"koltsevaya", 1, {DICTIONARY_STREET_TYPE}, 5029}, + {"uglu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"tup", 1, {DICTIONARY_STREET_TYPE}, 5044}, + {"ulitsa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"палатка с едой", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"магазин одежды", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"о", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"сельский совет", 1, {DICTIONARY_QUALIFIER}, -1}, + {"№", 1, {DICTIONARY_NUMBER}, 4947}, + {"yugo-vostoku", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"каток", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"паб", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"vostok", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"место поклонения", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"аэропорт", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"аренда автомобилеи", 1, {DICTIONARY_PLACE_NAME}, 4953}, + {"госпиталь", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"связной", 1, {DICTIONARY_CHAIN}, -1}, + {"с", 1, {DICTIONARY_DIRECTIONAL}, 4917}, + {"квартира", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"аттракционы", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"караван-сарай", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"област", 1, {DICTIONARY_QUALIFIER}, -1}, + {"поле для гольфа", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"туристической агентство", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"per", 1, {DICTIONARY_STREET_TYPE}, 5033}, + {"бар", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"молл", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"нко", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"деревенское поле", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"перв эт", 1, {DICTIONARY_LEVEL_STANDALONE}, 4940}, + {"макдоналдс", 1, {DICTIONARY_CHAIN}, -1}, + {"kabinet", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"бульвар", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"пристань для яхт", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ночной клуб", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rosselkhozbank", 1, {DICTIONARY_CHAIN}, -1}, + {"спортивныи газон", 1, {DICTIONARY_PLACE_NAME}, 4963}, + {"роспечать", 1, {DICTIONARY_CHAIN}, -1}, + {"место уличнои торговли", 1, {DICTIONARY_PLACE_NAME}, 4986}, + {"но", 1, {DICTIONARY_NUMBER}, 4947}, + {"кооператив", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"спортивный магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"мебельный магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"северо-востоку", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"укрытие", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"крематории", 1, {DICTIONARY_PLACE_NAME}, 4957}, + {"mikrorayon", 1, {DICTIONARY_QUALIFIER}, -1}, + {"школа", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"казино", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"магазин канцелярских товаров", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"винныи магазин", 1, {DICTIONARY_PLACE_NAME}, 4966}, + {"туп", 1, {DICTIONARY_STREET_TYPE}, 5043}, + {"ugol", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"угол", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"yugo vostoku", 1, {DICTIONARY_DIRECTIONAL}, 4928}, + {"спортивныи магазин", 1, {DICTIONARY_PLACE_NAME}, 4989}, + {"художественныи салон", 1, {DICTIONARY_PLACE_NAME}, 4967}, + {"общественный центр", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"посольство", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 4952}, + {"абонементна скринька", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"tatneft", 1, {DICTIONARY_CHAIN}, -1}, + {"между", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"обувнои магазин", 1, {DICTIONARY_PLACE_NAME}, 4987}, + {"универсам", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"каб", 1, {DICTIONARY_UNIT_NUMBERED}, 5049}, + {"магазин напитков", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"аллея", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"поместье", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"korpus", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"обмен валют", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"тюрьма", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"№", 1, {DICTIONARY_NUMBER}, 4948}, + {"no", 1, {DICTIONARY_NUMBER}, 4947}, + {"тупик", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"zapad", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"zdes", 1, {DICTIONARY_NEAR}, 4945}, + {"kvart", 1, {DICTIONARY_QUALIFIER}, 5004}, + {"альфабанк", 1, {DICTIONARY_CHAIN}, 4905}, + {"офисное здание", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"кафе", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"naberezhnaya", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tsokolnyy etazh", 1, {DICTIONARY_LEVEL_BASEMENT}, 4936}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 5035}, + {"обл", 1, {DICTIONARY_QUALIFIER}, 5005}, + {"ю", 1, {DICTIONARY_DIRECTIONAL}, 4925}, + {"na uglu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"похоронное бюро", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"obl", 1, {DICTIONARY_QUALIFIER}, 5006}, + {"ostrov", 1, {DICTIONARY_QUALIFIER}, -1}, + {"помещение суда", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gorod", 1, {DICTIONARY_QUALIFIER}, -1}, + {"ал", 1, {DICTIONARY_STREET_TYPE}, 5023}, + {"nab", 1, {DICTIONARY_STREET_TYPE}, 5031}, + {"такси", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tsok et", 1, {DICTIONARY_LEVEL_BASEMENT}, 4936}, + {"юг", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"k", 1, {DICTIONARY_UNIT_NUMBERED}, 5050}, + {"площадь", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"рыбныи магазин", 1, {DICTIONARY_PLACE_NAME}, 4976}, + {"уровень", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"пятерочка", 1, {DICTIONARY_CHAIN}, 4907}, + {"posolok gorodskógo típa", 1, {DICTIONARY_QUALIFIER}, -1}, + {"d", 1, {DICTIONARY_QUALIFIER}, 5000}, + {"лукойл", 1, {DICTIONARY_CHAIN}, -1}, + {"сбербанк", 1, {DICTIONARY_CHAIN}, -1}, + {"gp", 1, {DICTIONARY_QUALIFIER}, 5013}, + {"прачечная", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nizh et", 1, {DICTIONARY_LEVEL_STANDALONE}, 4943}, + {"зоопарк", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"der", 1, {DICTIONARY_QUALIFIER}, 5000}, + {"nko", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"ферма", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nizhniy etazh", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"д", 1, {DICTIONARY_HOUSE_NUMBER}, 4933}, + {"хостел", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"пятёрочка", 1, {DICTIONARY_CHAIN}, -1}, + {"почта россии", 1, {DICTIONARY_CHAIN}, -1}, + {"азс", 1, {DICTIONARY_CHAIN}, -1}, + {"магазин аудио/видео аппаратуры", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"и", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"набережная", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"торговыи центр", 1, {DICTIONARY_PLACE_NAME}, 4988}, + {"крепость", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"perv et", 1, {DICTIONARY_LEVEL_STANDALONE}, 4941}, + {"mezhdu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"стоматология", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"с", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"сельсовет", 1, {DICTIONARY_QUALIFIER}, 5016}, + {"парикмахерская", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zdes'", 1, {DICTIONARY_NEAR}, -1}, + {"g", 1, {DICTIONARY_QUALIFIER}, 5011}, + {"общество с ограниченной ответственностью", 1, {DICTIONARY_COMPANY_TYPE}, 4915}, + {"raion", 1, {DICTIONARY_QUALIFIER}, -1}, + {"страховая компания", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"овощнои магазин", 1, {DICTIONARY_PLACE_NAME}, 4981}, + {"секонд хэнд", 1, {DICTIONARY_PLACE_NAME}, 4969}, + {"ul", 1, {DICTIONARY_STREET_TYPE}, 5046}, + {"корпус", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"св", 1, {DICTIONARY_PERSONAL_TITLE}, 4951}, + {"трамваиная остановка", 1, {DICTIONARY_PLACE_NAME}, 4962}, + {"etazh", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"студия", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sh", 1, {DICTIONARY_STREET_TYPE}, 5042}, + {"услуги копирования", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"общественное здание", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"пожарная охрана", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"в", 1, {DICTIONARY_DIRECTIONAL}, 4923}, + {"врач", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"akademika", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"alfabank", 1, {DICTIONARY_CHAIN}, 4906}, + {"no", 1, {DICTIONARY_NUMBER}, 4948}, + {"y", 1, {DICTIONARY_DIRECTIONAL}, 4926}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 4918}, + {"рядом с мной", 1, {DICTIONARY_NEAR}, -1}, + {"s / s", 1, {DICTIONARY_QUALIFIER}, 5017}, + {"шале", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"пос", 1, {DICTIONARY_QUALIFIER}, 5018}, + {"ано", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"химчистка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"газетный киоск", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"linya", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"место утилизации", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"пр", 1, {DICTIONARY_STREET_TYPE}, 5036}, + {"makdonalds", 1, {DICTIONARY_CHAIN}, -1}, + {"doroga", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"квартал", 1, {DICTIONARY_QUALIFIER}, -1}, + {"posolok", 1, {DICTIONARY_QUALIFIER}, -1}, + {"k-t", 1, {DICTIONARY_UNIT_NUMBERED}, 5050}, + {"abonementnykh skrynka", 1, {DICTIONARY_POST_OFFICE}, 4996}, + {"abonementnykh skrynʹka", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"юго-востоку", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"театр", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"цветочный магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ryadom s", 1, {DICTIONARY_NEAR}, -1}, + {"северо востоку", 1, {DICTIONARY_DIRECTIONAL}, 4919}, + {"пл", 1, {DICTIONARY_STREET_TYPE}, 5034}, + {"ларёк", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"университет", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"музеи", 1, {DICTIONARY_PLACE_NAME}, 4995}, + {"аг", 1, {DICTIONARY_QUALIFIER}, 4997}, + {"магазин мобильных телефонов", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"спортивная дорожка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"рыбный магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gazpromneft", 1, {DICTIONARY_CHAIN}, 4909}, + {"газпром нефть", 1, {DICTIONARY_CHAIN}, -1}, + {"к", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pr", 1, {DICTIONARY_STREET_TYPE}, 5038}, + {"запад", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"сбербанк россии", 1, {DICTIONARY_CHAIN}, -1}, + {"место уличной торговли", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"поблизости", 1, {DICTIONARY_NEAR}, -1}, + {"gazprom-neft", 1, {DICTIONARY_CHAIN}, 4909}, + {"остров", 1, {DICTIONARY_QUALIFIER}, -1}, + {"д", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"садоводческий магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"мороженное", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"бункер", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"газпромнефть", 1, {DICTIONARY_CHAIN}, 4908}, + {"евросеть", 1, {DICTIONARY_CHAIN}, -1}, + {"альфа банк", 1, {DICTIONARY_CHAIN}, 4905}, + {"зона отдыха", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"дом престарелых", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"автобусная станция", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"obshchestvo s ogranichennoy otvetstvennostyu", 1, {DICTIONARY_COMPANY_TYPE}, 4916}, + {"магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"караван-сараи", 1, {DICTIONARY_PLACE_NAME}, 4993}, + {"туристическои агентство", 1, {DICTIONARY_PLACE_NAME}, 4990}, + {"ulica", 1, {DICTIONARY_STREET_TYPE}, 5046}, + {"ларек", 1, {DICTIONARY_PLACE_NAME}, 4972}, + {"з", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"sel'skiy sovet", 1, {DICTIONARY_QUALIFIER}, -1}, + {"сад", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"levo", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"аренда автомобилей", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kooperativ", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"караван сарай", 1, {DICTIONARY_PLACE_NAME}, 4993}, + {"сделай сам", 1, {DICTIONARY_PLACE_NAME}, 4973}, + {"d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"severo zapad", 1, {DICTIONARY_DIRECTIONAL}, 4922}, + {"теремок", 1, {DICTIONARY_CHAIN}, -1}, + {"булочная", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"компьютерный магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ооо", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"pgt", 1, {DICTIONARY_QUALIFIER}, 5021}, + {"некоммерческая организация", 1, {DICTIONARY_COMPANY_TYPE}, 4912}, + {"генерала", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"прокат автомобилей", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"город", 1, {DICTIONARY_QUALIFIER}, -1}, + {"северо-Запад", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"домик для гостеи", 1, {DICTIONARY_PLACE_NAME}, 4994}, + {"бассеин", 1, {DICTIONARY_PLACE_NAME}, 4965}, + {"nekommercheskaya organizatsiya", 1, {DICTIONARY_COMPANY_TYPE}, 4911}, + {"на углу", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"банкомат", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"g", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"автошкола", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ш", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"et", 1, {DICTIONARY_LEVEL_NUMBERED}, 4938}, + {"садоводческии магазин", 1, {DICTIONARY_PLACE_NAME}, 4980}, + {"магазин моднои одежды", 1, {DICTIONARY_PLACE_NAME}, 4975}, + {"минигольф", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"generala", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"микрорайон", 1, {DICTIONARY_QUALIFIER}, -1}, + {"рядом здесь", 1, {DICTIONARY_NEAR}, -1}, + {"трамвайная остановка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"severo-zapad", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"улица", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"татнефть", 1, {DICTIONARY_CHAIN}, -1}, + {"посёлок городского типа", 1, {DICTIONARY_QUALIFIER}, 5020}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"детский сад", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"б.н", 1, {DICTIONARY_NO_NUMBER}, 4946}, + {"возле", 1, {DICTIONARY_NEAR}, -1}, + {"бассейн", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"пос", 1, {DICTIONARY_QUALIFIER}, 5007}, + {"poblizosti", 1, {DICTIONARY_NEAR}, -1}, + {"наб", 1, {DICTIONARY_STREET_TYPE}, 5030}, + {"книжныи магазин", 1, {DICTIONARY_PLACE_NAME}, 4968}, + {"автозапчасти", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pod", 1, {DICTIONARY_NEAR}, -1}, + {"tara", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bank eka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"apana sala", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mawatha", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tota", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"duwa", 1, {DICTIONARY_QUALIFIER}, -1}, + {"kopi", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"para", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nuwara", 1, {DICTIONARY_QUALIFIER}, -1}, + {"mw", 1, {DICTIONARY_STREET_TYPE}, 5057}, + {"bet sappuwa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hotela", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pura", 1, {DICTIONARY_QUALIFIER}, -1}, + {"vihara", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gama", 1, {DICTIONARY_QUALIFIER}, -1}, + {"haj", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"východný", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"park", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"np", 1, {DICTIONARY_LEVEL_NUMBERED}, 5083}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 5107}, + {"sväty", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"podplukovníka", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"v blízkosti", 1, {DICTIONARY_NEAR}, -1}, + {"s. č", 1, {DICTIONARY_HOUSE_NUMBER}, 5079}, + {"stredna odborna skola", 1, {DICTIONARY_PLACE_NAME}, 5121}, + {"okolo", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"sever", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"úrad", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"brana", 1, {DICTIONARY_STREET_TYPE}, 5132}, + {"s.c", 1, {DICTIONARY_HOUSE_NUMBER}, 5079}, + {"por", 1, {DICTIONARY_PERSONAL_TITLE}, 5102}, + {"nadzemne podlazie", 1, {DICTIONARY_LEVEL_NUMBERED}, 5083}, + {"poschodie", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"obecný úrad", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"hradska", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"generála", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"u", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 5104}, + {"blizko", 1, {DICTIONARY_NEAR}, 5085}, + {"súpisné číslo", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"na", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"východná", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"podzemne podlazie", 1, {DICTIONARY_LEVEL_BASEMENT}, 5080}, + {"s č", 1, {DICTIONARY_HOUSE_NUMBER}, 5079}, + {"podporucika", 1, {DICTIONARY_PERSONAL_TITLE}, 5103}, + {"prava", 1, {DICTIONARY_UNIT_DIRECTION}, 5142}, + {"v blizkosti", 1, {DICTIONARY_NEAR}, 5089}, + {"vedla", 1, {DICTIONARY_STOPWORD}, 5131}, + {"s. č.", 1, {DICTIONARY_HOUSE_NUMBER}, 5079}, + {"sč", 1, {DICTIONARY_HOUSE_NUMBER}, 5079}, + {"korzo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"číslo", 1, {DICTIONARY_NUMBER}, -1}, + {"kpt", 1, {DICTIONARY_PERSONAL_TITLE}, 5096}, + {"terasa", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hradna", 1, {DICTIONARY_PLACE_NAME}, 5110}, + {"etaz", 1, {DICTIONARY_LEVEL_NUMBERED}, 5081}, + {"molo", 1, {DICTIONARY_STREET_TYPE}, 5134}, + {"kulturny dom", 1, {DICTIONARY_PLACE_NAME}, 5114}, + {"gymnazium", 1, {DICTIONARY_PLACE_NAME}, 5109}, + {"severovychod", 1, {DICTIONARY_DIRECTIONAL}, 5069}, + {"generala", 1, {DICTIONARY_PERSONAL_TITLE}, 5094}, + {"plukovníka", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"za", 1, {DICTIONARY_STOPWORD}, -1}, + {"svätého", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"trat", 1, {DICTIONARY_STREET_TYPE}, 5137}, + {"vychodne", 1, {DICTIONARY_DIRECTIONAL}, 5073}, + {"severovýchod", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"etáž", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"severny", 1, {DICTIONARY_DIRECTIONAL}, 5068}, + {"v blizkosti tu", 1, {DICTIONARY_NEAR}, 5088}, + {"poručíka", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"trh", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nabrezie", 1, {DICTIONARY_STREET_TYPE}, 5135}, + {"blízkosti", 1, {DICTIONARY_NEAR}, -1}, + {"juhozapad", 1, {DICTIONARY_DIRECTIONAL}, 5064}, + {"severozápad", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"západné", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"továrenská", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kopec", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"v okoli", 1, {DICTIONARY_NEAR}, 5090}, + {"zapadna", 1, {DICTIONARY_DIRECTIONAL}, 5076}, + {"alej", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lekáreň", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"inziniera", 1, {DICTIONARY_PERSONAL_TITLE}, 5095}, + {"základná škola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"centrum", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"podporučíka", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"tu", 1, {DICTIONARY_NEAR}, -1}, + {"brána", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"profesora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"j", 1, {DICTIONARY_DIRECTIONAL}, 5059}, + {"nadvorie", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"obecny urad", 1, {DICTIONARY_PLACE_NAME}, 5117}, + {"domov", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zapad", 1, {DICTIONARY_DIRECTIONAL}, 5075}, + {"lavá", 1, {DICTIONARY_UNIT_DIRECTION}, 5141}, + {"dom kultúry", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"trať", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sakladna skola", 1, {DICTIONARY_PLACE_NAME}, 5125}, + {"kapitana", 1, {DICTIONARY_PERSONAL_TITLE}, 5096}, + {"c", 1, {DICTIONARY_NUMBER}, 5091}, + {"chodnik", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"blizko", 1, {DICTIONARY_STOPWORD}, 5130}, + {"k", 1, {DICTIONARY_STOPWORD}, -1}, + {"kaviareň", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kostol", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"západný", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"stadion", 1, {DICTIONARY_PLACE_NAME}, 5120}, + {"nam", 1, {DICTIONARY_STREET_TYPE}, 5136}, + {"arm gen", 1, {DICTIONARY_PERSONAL_TITLE}, 5092}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"hradná", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dom", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"stanica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"juhovýchod", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kaviaren", 1, {DICTIONARY_PLACE_NAME}, 5111}, + {"z", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_STOPWORD}, -1}, + {"apartmán", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"pravá", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"pp", 1, {DICTIONARY_LEVEL_BASEMENT}, 5080}, + {"csl", 1, {DICTIONARY_TOPONYM}, 5140}, + {"ul", 1, {DICTIONARY_STREET_TYPE}, 5138}, + {"ulica", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vo", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"mjr", 1, {DICTIONARY_PERSONAL_TITLE}, 5098}, + {"sídl", 1, {DICTIONARY_QUALIFIER}, 5127}, + {"v blízkosti mne", 1, {DICTIONARY_NEAR}, -1}, + {"svätá", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"v", 1, {DICTIONARY_DIRECTIONAL}, 5071}, + {"mimo", 1, {DICTIONARY_STOPWORD}, -1}, + {"do", 1, {DICTIONARY_STOPWORD}, -1}, + {"oproti", 1, {DICTIONARY_STOPWORD}, -1}, + {"s.č.", 1, {DICTIONARY_HOUSE_NUMBER}, 5079}, + {"blizkosti", 1, {DICTIONARY_NEAR}, 5086}, + {"cesta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"skolska", 1, {DICTIONARY_PLACE_NAME}, 5119}, + {"juzna", 1, {DICTIONARY_DIRECTIONAL}, 5060}, + {"gymnázium", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"krcma", 1, {DICTIONARY_PLACE_NAME}, 5113}, + {"z", 1, {DICTIONARY_DIRECTIONAL}, 5075}, + {"tady blizkosti", 1, {DICTIONARY_NEAR}, 5087}, + {"centr", 1, {DICTIONARY_DIRECTIONAL}, 5058}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 5106}, + {"promenada", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ku", 1, {DICTIONARY_STOPWORD}, -1}, + {"roh", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"školská", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"materska skola", 1, {DICTIONARY_PLACE_NAME}, 5116}, + {"dom kultury", 1, {DICTIONARY_PLACE_NAME}, 5108}, + {"svata", 1, {DICTIONARY_PERSONAL_TITLE}, 5104}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 5093}, + {"namestie", 1, {DICTIONARY_STREET_TYPE}, 5136}, + {"kral'a", 1, {DICTIONARY_PERSONAL_TITLE}, 5097}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 5065}, + {"tovarenska", 1, {DICTIONARY_PLACE_NAME}, 5122}, + {"sidlisko", 1, {DICTIONARY_QUALIFIER}, 5127}, + {"námestie", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"podplukovnika", 1, {DICTIONARY_PERSONAL_TITLE}, 5101}, + {"nabr", 1, {DICTIONARY_STREET_TYPE}, 5135}, + {"ulička", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"so", 1, {DICTIONARY_STOPWORD}, -1}, + {"južné", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ing", 1, {DICTIONARY_PERSONAL_TITLE}, 5095}, + {"kapitána", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"armadneho generala", 1, {DICTIONARY_PERSONAL_TITLE}, 5092}, + {"svateho", 1, {DICTIONARY_PERSONAL_TITLE}, 5106}, + {"s.c.", 1, {DICTIONARY_HOUSE_NUMBER}, 5079}, + {"podlazie", 1, {DICTIONARY_LEVEL_NUMBERED}, 5082}, + {"reštaurácia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"a", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"izba", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"kancelaria", 1, {DICTIONARY_UNIT_NUMBERED}, 5144}, + {"severné", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"severozapad", 1, {DICTIONARY_DIRECTIONAL}, 5070}, + {"juhovychod", 1, {DICTIONARY_DIRECTIONAL}, 5063}, + {"s. c", 1, {DICTIONARY_HOUSE_NUMBER}, 5079}, + {"postova priehradka", 1, {DICTIONARY_POST_OFFICE}, 5126}, + {"ppor", 1, {DICTIONARY_PERSONAL_TITLE}, 5103}, + {"blízko", 1, {DICTIONARY_NEAR}, -1}, + {"divadlo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"umelecká škola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"svätej", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"juhozápad", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"na rohu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"ľavá", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"sídlisko", 1, {DICTIONARY_QUALIFIER}, -1}, + {"knižnica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"osada", 1, {DICTIONARY_QUALIFIER}, -1}, + {"doktora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ponad", 1, {DICTIONARY_STOPWORD}, -1}, + {"v blízkosti tu", 1, {DICTIONARY_NEAR}, -1}, + {"lekaren", 1, {DICTIONARY_PLACE_NAME}, 5115}, + {"vychodna", 1, {DICTIONARY_DIRECTIONAL}, 5072}, + {"kancelária", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"nadzemné podlažie", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"krčma", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"s. c.", 1, {DICTIONARY_HOUSE_NUMBER}, 5079}, + {"j", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"urad", 1, {DICTIONARY_PLACE_NAME}, 5124}, + {"s c", 1, {DICTIONARY_HOUSE_NUMBER}, 5079}, + {"severný", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"svaty", 1, {DICTIONARY_PERSONAL_TITLE}, 5105}, + {"juzny", 1, {DICTIONARY_DIRECTIONAL}, 5062}, + {"nemocnica", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sc", 1, {DICTIONARY_HOUSE_NUMBER}, 5079}, + {"porucika", 1, {DICTIONARY_PERSONAL_TITLE}, 5102}, + {"pre", 1, {DICTIONARY_STOPWORD}, -1}, + {"s", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_STOPWORD}, -1}, + {"vedĺa", 1, {DICTIONARY_STOPWORD}, -1}, + {"popri", 1, {DICTIONARY_STOPWORD}, -1}, + {"pplk", 1, {DICTIONARY_PERSONAL_TITLE}, 5101}, + {"materská škola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"v okolí", 1, {DICTIONARY_NEAR}, -1}, + {"tady blízkosti", 1, {DICTIONARY_NEAR}, -1}, + {"poštová priehradka", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 5105}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 5143}, + {"západ", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"cislo", 1, {DICTIONARY_NUMBER}, 5091}, + {"kaplnka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lava", 1, {DICTIONARY_UNIT_DIRECTION}, 5141}, + {"zapadny", 1, {DICTIONARY_DIRECTIONAL}, 5078}, + {"zapadne", 1, {DICTIONARY_DIRECTIONAL}, 5077}, + {"chodnick", 1, {DICTIONARY_STREET_TYPE}, 5133}, + {"svatej", 1, {DICTIONARY_PERSONAL_TITLE}, 5107}, + {"severne", 1, {DICTIONARY_DIRECTIONAL}, 5067}, + {"apartman", 1, {DICTIONARY_UNIT_NUMBERED}, 5143}, + {"nábr", 1, {DICTIONARY_STREET_TYPE}, 5135}, + {"kráľa", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"krala", 1, {DICTIONARY_PERSONAL_TITLE}, 5097}, + {"vychodny", 1, {DICTIONARY_DIRECTIONAL}, 5074}, + {"bližko", 1, {DICTIONARY_STOPWORD}, -1}, + {"juh", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"stred", 1, {DICTIONARY_QUALIFIER}, 5128}, + {"armádneho generála", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"pole", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"majora", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"nám", 1, {DICTIONARY_STREET_TYPE}, 5136}, + {"tady", 1, {DICTIONARY_NEAR}, -1}, + {"č", 1, {DICTIONARY_NUMBER}, 5091}, + {"v", 4, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET, DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"banka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"východné", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"čsl", 1, {DICTIONARY_TOPONYM}, 5140}, + {"o", 1, {DICTIONARY_STOPWORD}, -1}, + {"prízemie", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"pri", 1, {DICTIONARY_STOPWORD}, -1}, + {"dvor", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"s.č", 1, {DICTIONARY_HOUSE_NUMBER}, 5079}, + {"severna", 1, {DICTIONARY_DIRECTIONAL}, 5066}, + {"pod", 1, {DICTIONARY_STOPWORD}, -1}, + {"pred", 1, {DICTIONARY_STOPWORD}, -1}, + {"stredná odborná škola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"mólo", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"plukovnika", 1, {DICTIONARY_PERSONAL_TITLE}, 5100}, + {"naproti", 1, {DICTIONARY_STOPWORD}, -1}, + {"západná", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"supisne cislo", 1, {DICTIONARY_HOUSE_NUMBER}, 5079}, + {"juzne", 1, {DICTIONARY_DIRECTIONAL}, 5061}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 5094}, + {"umelecka skola", 1, {DICTIONARY_PLACE_NAME}, 5123}, + {"kultúrny dom", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"prof", 1, {DICTIONARY_PERSONAL_TITLE}, 5099}, + {"československej", 1, {DICTIONARY_TOPONYM}, -1}, + {"vchod", 1, {DICTIONARY_ENTRANCE}, -1}, + {"južná", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ceskoslovenskej", 1, {DICTIONARY_TOPONYM}, 5140}, + {"nábrežie", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"i", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"smerom", 1, {DICTIONARY_STOPWORD}, -1}, + {"štadión", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"severná", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"schodisko", 1, {DICTIONARY_STAIRCASE}, -1}, + {"podlažie", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"vychod", 1, {DICTIONARY_DIRECTIONAL}, 5071}, + {"restauracia", 1, {DICTIONARY_PLACE_NAME}, 5118}, + {"medzi", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"podzemné podlažie", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"ulicka", 1, {DICTIONARY_STREET_TYPE}, 5139}, + {"stredisko", 1, {DICTIONARY_QUALIFIER}, -1}, + {"kino", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"kniznica", 1, {DICTIONARY_PLACE_NAME}, 5112}, + {"zod", 1, {DICTIONARY_STOPWORD}, -1}, + {"cez", 1, {DICTIONARY_STOPWORD}, -1}, + {"východ", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"prizemie", 1, {DICTIONARY_LEVEL_STANDALONE}, 5084}, + {"inžiniera", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"plk", 1, {DICTIONARY_PERSONAL_TITLE}, 5100}, + {"južný", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 5129}, + {"brez st", 1, {DICTIONARY_NO_NUMBER}, 5153}, + {"pp", 1, {DICTIONARY_POST_OFFICE}, 5158}, + {"zgornje", 1, {DICTIONARY_SYNONYM}, -1}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 5147}, + {"zgornja", 1, {DICTIONARY_SYNONYM}, -1}, + {"v", 1, {DICTIONARY_SYNONYM}, 5172}, + {"brez številke", 1, {DICTIONARY_NO_NUMBER}, -1}, + {"sever", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"velika", 1, {DICTIONARY_SYNONYM}, -1}, + {"sp", 1, {DICTIONARY_SYNONYM}, 5164}, + {"spodnje", 1, {DICTIONARY_SYNONYM}, -1}, + {"c", 1, {DICTIONARY_STREET_TYPE}, 5161}, + {"zg", 1, {DICTIONARY_SYNONYM}, 5175}, + {"na", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 5160}, + {"srednji", 1, {DICTIONARY_SYNONYM}, -1}, + {"sp", 1, {DICTIONARY_SYNONYM}, 5163}, + {"veliko", 1, {DICTIONARY_SYNONYM}, -1}, + {"stopnisce", 1, {DICTIONARY_STAIRCASE}, 5159}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 5156}, + {"zgornji", 1, {DICTIONARY_SYNONYM}, -1}, + {"soba", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"brez št", 1, {DICTIONARY_NO_NUMBER}, 5153}, + {"na vogalu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"pritlicje", 1, {DICTIONARY_LEVEL_STANDALONE}, 5150}, + {"postni predal", 1, {DICTIONARY_POST_OFFICE}, 5158}, + {"pot", 2, {DICTIONARY_STOPWORD, DICTIONARY_STREET_TYPE}, -1}, + {"sr", 1, {DICTIONARY_SYNONYM}, 5166}, + {"grajska", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pritličje", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"parter", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"sr", 1, {DICTIONARY_SYNONYM}, 5168}, + {"ob", 1, {DICTIONARY_STOPWORD}, -1}, + {"trg", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dm", 1, {DICTIONARY_CHAIN}, -1}, + {"v", 1, {DICTIONARY_DIRECTIONAL}, 5148}, + {"z", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"v blizini tukaj", 1, {DICTIONARY_NEAR}, 5152}, + {"tukaj", 1, {DICTIONARY_NEAR}, -1}, + {"ulica", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"zg", 1, {DICTIONARY_SYNONYM}, 5173}, + {"veliki", 1, {DICTIONARY_SYNONYM}, -1}, + {"pri", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"v bližini tukaj", 1, {DICTIONARY_NEAR}, -1}, + {"blizu mene", 1, {DICTIONARY_NEAR}, -1}, + {"cesta", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"stopnišče", 1, {DICTIONARY_STAIRCASE}, -1}, + {"srednja", 1, {DICTIONARY_SYNONYM}, -1}, + {"sveta", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"urad", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"spodnji", 1, {DICTIONARY_SYNONYM}, -1}, + {"stanovanje", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"poštni predal", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"zahod", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"v", 1, {DICTIONARY_SYNONYM}, 5171}, + {"vas", 1, {DICTIONARY_STOPWORD}, -1}, + {"v blizini", 1, {DICTIONARY_NEAR}, 5151}, + {"stevilke", 1, {DICTIONARY_NUMBER}, 5154}, + {"j", 1, {DICTIONARY_DIRECTIONAL}, 5146}, + {"številke", 1, {DICTIONARY_NUMBER}, -1}, + {"j", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ul", 1, {DICTIONARY_STREET_TYPE}, 5162}, + {"dm drogeriemarkt", 1, {DICTIONARY_CHAIN}, 5145}, + {"levo", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"zg", 1, {DICTIONARY_SYNONYM}, 5174}, + {"srednje", 1, {DICTIONARY_SYNONYM}, -1}, + {"vzhod", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"med", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"brez stevilke", 1, {DICTIONARY_NO_NUMBER}, 5153}, + {"st", 1, {DICTIONARY_NUMBER}, 5154}, + {"sr", 1, {DICTIONARY_SYNONYM}, 5167}, + {"prav", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"kleti", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"p p", 1, {DICTIONARY_POST_OFFICE}, 5158}, + {"nadstropje", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"p.p", 1, {DICTIONARY_POST_OFFICE}, 5158}, + {"vhod", 1, {DICTIONARY_ENTRANCE}, -1}, + {"sp", 1, {DICTIONARY_SYNONYM}, 5165}, + {"jug", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"in", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"c", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"vogalu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"br", 1, {DICTIONARY_PERSONAL_TITLE}, 5155}, + {"v", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"št", 1, {DICTIONARY_NUMBER}, 5154}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 5157}, + {"sveti", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"okoli tukaj", 1, {DICTIONARY_NEAR}, -1}, + {"velike", 1, {DICTIONARY_SYNONYM}, -1}, + {"v", 1, {DICTIONARY_SYNONYM}, 5170}, + {"spodnja", 1, {DICTIONARY_SYNONYM}, -1}, + {"v", 1, {DICTIONARY_SYNONYM}, 5169}, + {"bratov", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"v bližini", 1, {DICTIONARY_NEAR}, -1}, + {"z", 1, {DICTIONARY_DIRECTIONAL}, 5149}, + {"z", 1, {DICTIONARY_DIRECTIONAL}, 5184}, + {"дом", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"podrum", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"skola", 1, {DICTIONARY_PLACE_NAME}, 5195}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 5208}, + {"sever", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"restoran", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"п.ф", 1, {DICTIONARY_POST_OFFICE}, 5196}, + {"ресторан", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"и", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"трг", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"банка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ј", 1, {DICTIONARY_DIRECTIONAL}, 5179}, + {"na", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"пут", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"prizemlje", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"с", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"апт", 1, {DICTIONARY_UNIT_NUMBERED}, 5207}, + {"pošt pregradak", 1, {DICTIONARY_POST_OFFICE}, 5199}, + {"izmedu", 1, {DICTIONARY_CROSS_STREET}, 5176}, + {"z", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"etaža", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"између", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"br", 1, {DICTIONARY_NUMBER}, 5188}, + {"p.f", 1, {DICTIONARY_POST_OFFICE}, 5197}, + {"светог", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"улаз", 1, {DICTIONARY_ENTRANCE}, -1}, + {"поштански претинац", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"soba", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"stan", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"подрум", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ул", 1, {DICTIONARY_STREET_TYPE}, 5205}, + {"булевар", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"на", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"obilaznica", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"parter", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"број", 1, {DICTIONARY_NUMBER}, -1}, + {"кат", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"стан", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 5182}, + {"з", 1, {DICTIONARY_DIRECTIONAL}, 5183}, + {"п ф", 1, {DICTIONARY_POST_OFFICE}, 5196}, + {"pf", 1, {DICTIONARY_POST_OFFICE}, 5197}, + {"црква", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"stepenište", 1, {DICTIONARY_STAIRCASE}, -1}, + {"trg", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"поштански фах", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"svetor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"dom", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"crkva", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"др", 1, {DICTIONARY_PERSONAL_TITLE}, 5189}, + {"postanski pregradak", 1, {DICTIONARY_POST_OFFICE}, 5199}, + {"св", 1, {DICTIONARY_PERSONAL_TITLE}, 5193}, + {"ulica", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"j", 1, {DICTIONARY_DIRECTIONAL}, 5180}, + {"магистрала", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_STREET_TYPE}, -1}, + {"desno", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"бул", 1, {DICTIONARY_STREET_TYPE}, 5203}, + {"stepeniste", 1, {DICTIONARY_STAIRCASE}, 5200}, + {"bulevar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"škola", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"доктор", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"с", 1, {DICTIONARY_DIRECTIONAL}, 5181}, + {"postanski pretinac", 1, {DICTIONARY_POST_OFFICE}, 5198}, + {"спрат", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"post pregradak", 1, {DICTIONARY_POST_OFFICE}, 5199}, + {"kancelarija", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"исток", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sprat", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"sv", 1, {DICTIONARY_PERSONAL_TITLE}, 5194}, + {"војводе", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"север", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ј", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"степениште", 1, {DICTIONARY_STAIRCASE}, -1}, + {"југ", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"соба", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"pošt pretinac", 1, {DICTIONARY_POST_OFFICE}, 5198}, + {"угао", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"poštanski pretinac", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"doktor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"vojvode", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"краља", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"kneza", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"апартман", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"канцеларија", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"vinograd", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"школа", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"apartman", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"з", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"poštanski fah", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"kat", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"j", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bulevardi", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ugao", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"пф", 1, {DICTIONARY_POST_OFFICE}, 5196}, + {"levo", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"бр", 1, {DICTIONARY_NUMBER}, 5187}, + {"лево", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"ет", 1, {DICTIONARY_LEVEL_NUMBERED}, 5185}, + {"обилазница", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"етажа", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"prilaz", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"генерала", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"партер", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"jug", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"broj", 1, {DICTIONARY_NUMBER}, -1}, + {" post pretinac", 1, {DICTIONARY_POST_OFFICE}, 5198}, + {"на углу", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"и", 1, {DICTIONARY_DIRECTIONAL}, 5177}, + {"приземље", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"ап", 1, {DICTIONARY_UNIT_NUMBERED}, 5207}, + {"zapad", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"i", 1, {DICTIONARY_DIRECTIONAL}, 5178}, + {"bul", 1, {DICTIONARY_STREET_TYPE}, 5204}, + {"banka", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"gen", 1, {DICTIONARY_PERSONAL_TITLE}, 5192}, + {"поштански преградак", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"istok", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"generala", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"ap", 1, {DICTIONARY_UNIT_NUMBERED}, 5208}, + {"&", 1, {DICTIONARY_STOPWORD}, 5202}, + {"put", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pošt fah", 1, {DICTIONARY_POST_OFFICE}, 5197}, + {"прилаз", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vladike", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"na uglu", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"poštanski pregradak", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"et", 1, {DICTIONARY_LEVEL_NUMBERED}, 5186}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 5190}, + {"пошт фах", 1, {DICTIONARY_POST_OFFICE}, 5196}, + {"десно", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"улица", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"владике", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"i", 3, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"виноград", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"кнеза", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 5201}, + {"ген", 1, {DICTIONARY_PERSONAL_TITLE}, 5191}, + {"ulaz", 1, {DICTIONARY_ENTRANCE}, -1}, + {"запад", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"kralja", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"između", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"ul", 1, {DICTIONARY_STREET_TYPE}, 5206}, + {"magistrala", 2, {DICTIONARY_STREET_TYPE, DICTIONARY_STREET_TYPE}, -1}, + {"postanski fah", 1, {DICTIONARY_POST_OFFICE}, 5197}, + {"p f", 1, {DICTIONARY_POST_OFFICE}, 5197}, + {"till hoger", 1, {DICTIONARY_UNIT_DIRECTION}, 5276}, + {"lgnr", 1, {DICTIONARY_UNIT_NUMBERED}, 5280}, + {"i hornet av", 1, {DICTIONARY_CROSS_STREET}, 5221}, + {"våning", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"motliggande", 1, {DICTIONARY_STOPWORD}, -1}, + {"nara till har", 1, {DICTIONARY_NEAR}, 5248}, + {"g:la", 1, {DICTIONARY_SYNONYM}, 5270}, + {"våningen", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"n", 1, {DICTIONARY_DIRECTIONAL}, 5223}, + {"uppgaang", 1, {DICTIONARY_STAIRCASE}, 5258}, + {"nara har", 1, {DICTIONARY_NEAR}, 5247}, + {"l", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"vån", 1, {DICTIONARY_LEVEL_NUMBERED}, 5238}, + {"ö", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"söd", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"st", 1, {DICTIONARY_SYNONYM}, 5273}, + {"bostad", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"hb", 1, {DICTIONARY_COMPANY_TYPE}, 5211}, + {"aat", 1, {DICTIONARY_STOPWORD}, -1}, + {"vaestra", 1, {DICTIONARY_DIRECTIONAL}, 5230}, + {"sankt", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"stig", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"vaeg", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 5218}, + {"ab publ", 1, {DICTIONARY_COMPANY_TYPE}, 5210}, + {"vägen", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"vindsvåningen", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"västra", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"åt", 1, {DICTIONARY_STOPWORD}, -1}, + {"th", 1, {DICTIONARY_UNIT_DIRECTION}, 5276}, + {"o", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"gränden", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, -1}, + {"laegenhet", 1, {DICTIONARY_UNIT_NUMBERED}, 5279}, + {"pl", 1, {DICTIONARY_POST_OFFICE}, 5257}, + {"№", 1, {DICTIONARY_NUMBER}, 5253}, + {"foer", 1, {DICTIONARY_STOPWORD}, 5261}, + {"bottenvåning", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"entreplan", 1, {DICTIONARY_LEVEL_STANDALONE}, 5240}, + {"graend", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, 5213}, + {"före", 1, {DICTIONARY_STOPWORD}, -1}, + {"uppgång höger", 1, {DICTIONARY_STAIRCASE}, -1}, + {"o", 1, {DICTIONARY_DIRECTIONAL}, 5225}, + {"lång", 1, {DICTIONARY_SYNONYM}, -1}, + {"vaegen", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 5219}, + {"vaest", 1, {DICTIONARY_DIRECTIONAL}, 5229}, + {"i hörnet av", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"på", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"källare", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"intill", 1, {DICTIONARY_STOPWORD}, -1}, + {"bst", 1, {DICTIONARY_UNIT_NUMBERED}, 5278}, + {"uppgang hoger", 1, {DICTIONARY_STAIRCASE}, 5259}, + {"tr upp", 1, {DICTIONARY_LEVEL_NUMBERED}, 5233}, + {"emellan", 1, {DICTIONARY_STOPWORD}, -1}, + {"&", 1, {DICTIONARY_STOPWORD}, 5266}, + {"&", 2, {DICTIONARY_AMBIGUOUS_EXPANSION, DICTIONARY_CROSS_STREET}, -1}, + {"no", 1, {DICTIONARY_NUMBER}, 5253}, + {"u v", 1, {DICTIONARY_STAIRCASE}, 5260}, + {"rum", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"u.h", 1, {DICTIONARY_STAIRCASE}, 5259}, + {"uppgaang vanster", 1, {DICTIONARY_STAIRCASE}, 5260}, + {"oever", 1, {DICTIONARY_STOPWORD}, 5267}, + {"i narheten", 1, {DICTIONARY_NEAR}, 5244}, + {"bv", 1, {DICTIONARY_LEVEL_STANDALONE}, 5239}, + {"bakom", 1, {DICTIONARY_STOPWORD}, -1}, + {"till vanster", 1, {DICTIONARY_UNIT_DIRECTION}, 5277}, + {"allé", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"laegenhetsnummer", 1, {DICTIONARY_UNIT_NUMBERED}, 5280}, + {"omkring har", 1, {DICTIONARY_NEAR}, 5250}, + {"vaning", 1, {DICTIONARY_LEVEL_NUMBERED}, 5237}, + {"och", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"vastra", 1, {DICTIONARY_DIRECTIONAL}, 5230}, + {"nära till här", 1, {DICTIONARY_NEAR}, -1}, + {"vindsvaningen", 1, {DICTIONARY_LEVEL_STANDALONE}, 5242}, + {"entre", 1, {DICTIONARY_ENTRANCE}, 5231}, + {"box", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"södra", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"hornet av", 1, {DICTIONARY_CROSS_STREET}, 5220}, + {"laang", 1, {DICTIONARY_SYNONYM}, 5271}, + {"i närheten av mig", 1, {DICTIONARY_NEAR}, -1}, + {"vagen", 1, {DICTIONARY_STREET_TYPE}, 5219}, + {"t.h", 1, {DICTIONARY_UNIT_DIRECTION}, 5276}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"gamla", 1, {DICTIONARY_SYNONYM}, -1}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 5216}, + {"uppgang", 1, {DICTIONARY_STAIRCASE}, 5258}, + {"v", 1, {DICTIONARY_STREET_TYPE}, 5218}, + {"trappor", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"paa", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, 5251}, + {"kommanditbolag", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"v.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 5218}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 5227}, + {"hörnet av", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"oest", 1, {DICTIONARY_DIRECTIONAL}, 5225}, + {"över", 1, {DICTIONARY_STOPWORD}, -1}, + {"st", 1, {DICTIONARY_STREET_TYPE}, 5217}, + {"vanster", 1, {DICTIONARY_UNIT_DIRECTION}, 5275}, + {"sankta", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"foere", 1, {DICTIONARY_STOPWORD}, 5264}, + {"doktor", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"vaaning", 1, {DICTIONARY_LEVEL_NUMBERED}, 5237}, + {"väst", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ingaang", 1, {DICTIONARY_ENTRANCE}, 5232}, + {"under", 1, {DICTIONARY_STOPWORD}, -1}, + {"norra", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sod", 1, {DICTIONARY_DIRECTIONAL}, 5227}, + {"n", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"runt har", 1, {DICTIONARY_NEAR}, 5252}, + {"till", 1, {DICTIONARY_STOPWORD}, -1}, + {"entréplan", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"vindsvaaningen", 1, {DICTIONARY_LEVEL_STANDALONE}, 5242}, + {"vänster", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"postlåda", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"oestra", 1, {DICTIONARY_DIRECTIONAL}, 5226}, + {"tv", 1, {DICTIONARY_UNIT_DIRECTION}, 5277}, + {"s:a", 1, {DICTIONARY_DIRECTIONAL}, 5228}, + {"väg", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"från", 1, {DICTIONARY_STOPWORD}, -1}, + {"vag", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, 5218}, + {"fraan", 1, {DICTIONARY_STOPWORD}, 5262}, + {"lägenhetsnummer", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"g", 1, {DICTIONARY_STREET_TYPE}, 5215}, + {"in", 1, {DICTIONARY_STOPWORD}, -1}, + {"skt", 1, {DICTIONARY_PERSONAL_TITLE}, 5255}, + {"tr", 1, {DICTIONARY_LEVEL_NUMBERED}, 5234}, + {"nr", 1, {DICTIONARY_NUMBER}, 5253}, + {"st.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 5217}, + {"soed", 1, {DICTIONARY_DIRECTIONAL}, 5227}, + {"ab ( publ )", 1, {DICTIONARY_COMPANY_TYPE}, 5210}, + {"lgh nr", 1, {DICTIONARY_UNIT_NUMBERED}, 5280}, + {"i närheten av", 1, {DICTIONARY_NEAR}, -1}, + {"soedra", 1, {DICTIONARY_DIRECTIONAL}, 5228}, + {"u.v", 1, {DICTIONARY_STAIRCASE}, 5260}, + {"till höger", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"trappa", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"hoger", 1, {DICTIONARY_UNIT_DIRECTION}, 5274}, + {"på andra sidan", 1, {DICTIONARY_STOPWORD}, -1}, + {"höger", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"sodra", 1, {DICTIONARY_DIRECTIONAL}, 5228}, + {"lgh", 1, {DICTIONARY_UNIT_NUMBERED}, 5279}, + {"aktiebolag", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"lagenhet", 1, {DICTIONARY_UNIT_NUMBERED}, 5279}, + {"ostra", 1, {DICTIONARY_DIRECTIONAL}, 5226}, + {"#", 1, {DICTIONARY_NUMBER}, 5253}, + {"s:t", 1, {DICTIONARY_PERSONAL_TITLE}, 5255}, + {"alle", 1, {DICTIONARY_STREET_TYPE}, 5269}, + {"st", 1, {DICTIONARY_PERSONAL_TITLE}, 5255}, + {"tr upp", 1, {DICTIONARY_LEVEL_NUMBERED}, 5235}, + {"ab", 1, {DICTIONARY_COMPANY_TYPE}, 5209}, + {"gata", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"liden", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"postlaada", 1, {DICTIONARY_POST_OFFICE}, 5257}, + {"närmast", 1, {DICTIONARY_STOPWORD}, -1}, + {"pl.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 5216}, + {"paa andra sidan", 1, {DICTIONARY_STOPWORD}, 5268}, + {"lg nr", 1, {DICTIONARY_UNIT_NUMBERED}, 5280}, + {"kb", 1, {DICTIONARY_COMPANY_TYPE}, 5212}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"postlada", 1, {DICTIONARY_POST_OFFICE}, 5257}, + {"nära mig", 1, {DICTIONARY_NEAR}, -1}, + {"nära här", 1, {DICTIONARY_NEAR}, -1}, + {"tr", 1, {DICTIONARY_LEVEL_NUMBERED}, 5236}, + {"t.v", 1, {DICTIONARY_UNIT_DIRECTION}, 5277}, + {"vaaningen", 1, {DICTIONARY_LEVEL_NUMBERED}, 5238}, + {"vaningen", 1, {DICTIONARY_LEVEL_NUMBERED}, 5238}, + {"ö", 1, {DICTIONARY_DIRECTIONAL}, 5225}, + {"plan", 3, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_LEVEL_NUMBERED, DICTIONARY_STREET_TYPE}, -1}, + {"entré", 1, {DICTIONARY_ENTRANCE}, -1}, + {"uppgang vanster", 1, {DICTIONARY_STAIRCASE}, 5260}, + {"nära", 1, {DICTIONARY_NEAR}, -1}, + {"vaan", 1, {DICTIONARY_LEVEL_NUMBERED}, 5237}, + {"v", 1, {DICTIONARY_DIRECTIONAL}, 5229}, + {"vån", 1, {DICTIONARY_LEVEL_NUMBERED}, 5237}, + {"dr", 1, {DICTIONARY_PERSONAL_TITLE}, 5254}, + {"vast", 1, {DICTIONARY_DIRECTIONAL}, 5229}, + {"trappor upp", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"lägenhet", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"publiktaktiebolag", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"av", 1, {DICTIONARY_STOPWORD}, -1}, + {"g.", 1, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE}, 5215}, + {"bak", 1, {DICTIONARY_STOPWORD}, -1}, + {"lghnr", 1, {DICTIONARY_UNIT_NUMBERED}, 5280}, + {"trappa upp", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"handelsbolag", 1, {DICTIONARY_COMPANY_TYPE}, -1}, + {"g", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"via", 1, {DICTIONARY_STOPWORD}, -1}, + {"n:a", 1, {DICTIONARY_DIRECTIONAL}, 5224}, + {"öst", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"i narheten av mig", 1, {DICTIONARY_NEAR}, 5243}, + {"skta", 1, {DICTIONARY_PERSONAL_TITLE}, 5256}, + {"v", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"graenden", 1, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE}, 5214}, + {"i narheten av", 1, {DICTIONARY_NEAR}, 5245}, + {"nara", 1, {DICTIONARY_NEAR}, 5246}, + {"l", 1, {DICTIONARY_SYNONYM}, 5272}, + {"stigen", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"hus", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"omkring här", 1, {DICTIONARY_NEAR}, -1}, + {"runt här", 1, {DICTIONARY_NEAR}, -1}, + {"torg", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"för", 1, {DICTIONARY_STOPWORD}, -1}, + {"ingång", 1, {DICTIONARY_ENTRANCE}, -1}, + {"ingang", 1, {DICTIONARY_ENTRANCE}, 5232}, + {"i närheten", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"uh", 1, {DICTIONARY_STAIRCASE}, 5259}, + {"mellan", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"s:ta", 1, {DICTIONARY_PERSONAL_TITLE}, 5256}, + {"uv", 1, {DICTIONARY_STAIRCASE}, 5260}, + {"stora", 1, {DICTIONARY_SYNONYM}, -1}, + {"framme", 1, {DICTIONARY_STOPWORD}, -1}, + {"plats", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"i naerheten", 1, {DICTIONARY_STOPWORD}, 5244}, + {"lagenhetsnummer", 1, {DICTIONARY_UNIT_NUMBERED}, 5280}, + {"östra", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"naermast", 1, {DICTIONARY_STOPWORD}, 5265}, + {"lilla", 1, {DICTIONARY_SYNONYM}, -1}, + {"i", 2, {DICTIONARY_NEAR, DICTIONARY_STOPWORD}, -1}, + {"vaan", 1, {DICTIONARY_LEVEL_NUMBERED}, 5238}, + {"u h", 1, {DICTIONARY_STAIRCASE}, 5259}, + {"o:a", 1, {DICTIONARY_DIRECTIONAL}, 5226}, + {"mell", 1, {DICTIONARY_CROSS_STREET}, 5222}, + {"vinds", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"ost", 1, {DICTIONARY_DIRECTIONAL}, 5225}, + {"till vänster", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"kallare", 1, {DICTIONARY_LEVEL_STANDALONE}, 5241}, + {"uppgång", 1, {DICTIONARY_STAIRCASE}, -1}, + {"gränd", 2, {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"uppgaang hoger", 1, {DICTIONARY_STAIRCASE}, 5259}, + {"ö:a", 1, {DICTIONARY_DIRECTIONAL}, 5226}, + {"platsen", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"nummer", 1, {DICTIONARY_NUMBER}, -1}, + {"framfoer", 1, {DICTIONARY_STOPWORD}, 5263}, + {"framför", 1, {DICTIONARY_STOPWORD}, -1}, + {"bottenvaaning", 1, {DICTIONARY_LEVEL_STANDALONE}, 5239}, + {"v:a", 1, {DICTIONARY_DIRECTIONAL}, 5230}, + {"bottenvån", 1, {DICTIONARY_LEVEL_STANDALONE}, 5239}, + {"uppgång vänster", 1, {DICTIONARY_STAIRCASE}, -1}, + {"nara mig", 1, {DICTIONARY_NEAR}, 5249}, + {"gatan", 2, {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, DICTIONARY_STREET_TYPE}, -1}, + {"norr", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sta", 1, {DICTIONARY_PERSONAL_TITLE}, 5256}, + {"lg", 1, {DICTIONARY_UNIT_NUMBERED}, 5279}, + {"ซอย", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ป.ต.ท.", 1, {DICTIONARY_CHAIN}, -1}, + {"sxy theṣ̄bāl", 1, {DICTIONARY_STREET_TYPE}, 5284}, + {"trxk", 1, {DICTIONARY_STREET_TYPE}, 5286}, + {"sxy tesbal", 1, {DICTIONARY_STREET_TYPE}, 5284}, + {"ป.ต.ท", 1, {DICTIONARY_CHAIN}, 5281}, + {"t̄hnn", 1, {DICTIONARY_STREET_TYPE}, 5285}, + {"ptt", 1, {DICTIONARY_CHAIN}, -1}, + {"ปตท", 1, {DICTIONARY_CHAIN}, 5281}, + {"thanon", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"soi", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"p t t", 1, {DICTIONARY_CHAIN}, 5282}, + {"soi thetsaban", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sxy", 1, {DICTIONARY_STREET_TYPE}, 5283}, + {"thnn", 1, {DICTIONARY_STREET_TYPE}, 5285}, + {"ตรอก", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"p.t.t", 1, {DICTIONARY_CHAIN}, 5282}, + {"ป ต ท", 1, {DICTIONARY_CHAIN}, 5281}, + {"ซอยเทศบาล", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ถนน", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ไฮเวย์", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ทางด่วน", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"trok", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"caddesi", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"k", 1, {DICTIONARY_DIRECTIONAL}, 5293}, + {"arasinda", 1, {DICTIONARY_CROSS_STREET}, 5287}, + {"hanım", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bati", 1, {DICTIONARY_DIRECTIONAL}, 5290}, + {"cd", 1, {DICTIONARY_STREET_TYPE}, 5309}, + {"apt", 1, {DICTIONARY_UNIT_NUMBERED}, 5315}, + {"p.k", 1, {DICTIONARY_POST_OFFICE}, 5301}, + {"z.k", 1, {DICTIONARY_LEVEL_STANDALONE}, 5296}, + {"doğu", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"ve", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"sok", 1, {DICTIONARY_STREET_TYPE}, 5311}, + {"ap", 1, {DICTIONARY_UNIT_NUMBERED}, 5315}, + {"cami", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"çevreyolu", 1, {DICTIONARY_STREET_TYPE}, 5310}, + {"p k", 1, {DICTIONARY_POST_OFFICE}, 5301}, + {"no:", 1, {DICTIONARY_NUMBER}, 5297}, + {"mah", 1, {DICTIONARY_QUALIFIER}, 5305}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bulvar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"köyü", 1, {DICTIONARY_QUALIFIER}, -1}, + {"sol", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"sok", 1, {DICTIONARY_STREET_TYPE}, 5312}, + {"d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"koyu", 1, {DICTIONARY_QUALIFIER}, 5303}, + {"ofis", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"b", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"daire", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"pk", 1, {DICTIONARY_POST_OFFICE}, 5301}, + {"k", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bulvari", 1, {DICTIONARY_STREET_TYPE}, 5307}, + {"mimar", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"no :", 1, {DICTIONARY_NUMBER}, 5297}, + {"bim", 1, {DICTIONARY_CHAIN}, -1}, + {"no", 1, {DICTIONARY_NUMBER}, 5297}, + {"sokak", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hanim", 1, {DICTIONARY_PERSONAL_TITLE}, 5299}, + {"numara", 1, {DICTIONARY_NUMBER}, -1}, + {"kose", 1, {DICTIONARY_CROSS_STREET}, 5288}, + {"cad", 1, {DICTIONARY_STREET_TYPE}, 5309}, + {"d", 1, {DICTIONARY_DIRECTIONAL}, 5291}, + {"mahalle", 1, {DICTIONARY_QUALIFIER}, -1}, + {"sokagi", 1, {DICTIONARY_STREET_TYPE}, 5312}, + {"k", 1, {DICTIONARY_LEVEL_NUMBERED}, 5295}, + {"çevre yolu", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cd", 1, {DICTIONARY_STREET_TYPE}, 5308}, + {"d", 1, {DICTIONARY_UNIT_NUMBERED}, 5316}, + {"kuzey", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"sk", 1, {DICTIONARY_STREET_TYPE}, 5311}, + {"asma kat", 1, {DICTIONARY_LEVEL_MEZZANINE}, -1}, + {"otoyolu", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sk", 1, {DICTIONARY_STREET_TYPE}, 5312}, + {"zk", 1, {DICTIONARY_LEVEL_STANDALONE}, 5296}, + {"güney", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"mah", 1, {DICTIONARY_QUALIFIER}, 5304}, + {"yolu", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"g", 1, {DICTIONARY_DIRECTIONAL}, 5292}, + {"z k", 1, {DICTIONARY_LEVEL_STANDALONE}, 5296}, + {"&", 1, {DICTIONARY_STOPWORD}, 5306}, + {"cadde", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"sağ", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"apartman", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"mahallesi", 1, {DICTIONARY_QUALIFIER}, -1}, + {"kat", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"yol", 1, {DICTIONARY_STREET_TYPE}, 5313}, + {"merdiven", 1, {DICTIONARY_STAIRCASE}, -1}, + {"bodrum", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"cevre yolu", 1, {DICTIONARY_STREET_TYPE}, 5310}, + {"cad", 1, {DICTIONARY_STREET_TYPE}, 5308}, + {"sag", 1, {DICTIONARY_UNIT_DIRECTION}, 5314}, + {"giriş", 1, {DICTIONARY_ENTRANCE}, -1}, + {"koprusu", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, 5300}, + {"ilce", 1, {DICTIONARY_QUALIFIER}, 5302}, + {"arasında", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"kosesinde", 1, {DICTIONARY_CROSS_STREET}, 5289}, + {"giris", 1, {DICTIONARY_ENTRANCE}, 5294}, + {"g", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"köşesinde", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"batı", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nolu", 1, {DICTIONARY_NUMBER}, 5298}, + {"b", 1, {DICTIONARY_DIRECTIONAL}, 5290}, + {"il", 1, {DICTIONARY_QUALIFIER}, -1}, + {"sultan", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"blv", 1, {DICTIONARY_STREET_TYPE}, 5307}, + {"guney", 1, {DICTIONARY_DIRECTIONAL}, 5292}, + {"sokağı", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"oda", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"zemin kat", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"köşe", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"ilçe", 1, {DICTIONARY_QUALIFIER}, -1}, + {"dogu", 1, {DICTIONARY_DIRECTIONAL}, 5291}, + {"cevreyolu", 1, {DICTIONARY_STREET_TYPE}, 5310}, + {"bl", 1, {DICTIONARY_STREET_TYPE}, 5307}, + {"numarala", 1, {DICTIONARY_NUMBER}, -1}, + {"köprüsü", 2, {DICTIONARY_PLACE_NAME, DICTIONARY_STREET_TYPE}, -1}, + {"bulvarı", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"posta kutusu", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"bey", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"кв", 1, {DICTIONARY_QUALIFIER}, 5384}, + {"пожежна станція", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pr", 1, {DICTIONARY_STREET_TYPE}, 5407}, + {"лікарня", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"офіснии будинок", 1, {DICTIONARY_PLACE_NAME}, 5350}, + {"na rozi", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"ковзанка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"naberezhna", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dom", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"спритні напої", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"моднии одяг", 1, {DICTIONARY_PLACE_NAME}, 5368}, + {"літ", 1, {DICTIONARY_UNIT_NUMBERED}, 5423}, + {"басеин", 1, {DICTIONARY_PLACE_NAME}, 5359}, + {"поруч тут", 1, {DICTIONARY_NEAR}, -1}, + {"obl", 1, {DICTIONARY_QUALIFIER}, 5387}, + {"прокат велосипедів", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"музей", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"a / s", 1, {DICTIONARY_POST_OFFICE}, 5381}, + {"крематоріи", 1, {DICTIONARY_PLACE_NAME}, 5344}, + {"прокат автомобілів", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"skhid", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"район", 1, {DICTIONARY_QUALIFIER}, -1}, + {"аудіо техніка", 1, {DICTIONARY_PLACE_NAME}, 5369}, + {"mizh", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"vul", 1, {DICTIONARY_STREET_TYPE}, 5416}, + {"маиданчик для треилерів", 1, {DICTIONARY_PLACE_NAME}, 5376}, + {"руїни", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"бул", 1, {DICTIONARY_STREET_TYPE}, 5394}, + {"вино", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"тематичнии парк", 1, {DICTIONARY_PLACE_NAME}, 5379}, + {"в'язниця", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"prkt", 1, {DICTIONARY_STREET_TYPE}, 5407}, + {"kab", 1, {DICTIONARY_UNIT_NUMBERED}, 5420}, + {"ofis", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"d", 1, {DICTIONARY_HOUSE_NUMBER}, 5326}, + {"pivnikh", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"мост", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"rozi", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"навколо", 1, {DICTIONARY_NEAR}, -1}, + {"нижній поверх", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"проїзд", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"право", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"sberbank", 1, {DICTIONARY_CHAIN}, -1}, + {"z", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"подарунки", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"пам’ятник", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"південь", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"pivn", 1, {DICTIONARY_DIRECTIONAL}, 5320}, + {"продовольчий магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"автомагазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"lin", 1, {DICTIONARY_STREET_TYPE}, 5409}, + {"замок", 1, {DICTIONARY_PLACE_NAME}, 5351}, + {"будинки для людеи похилого віку", 1, {DICTIONARY_PLACE_NAME}, 5349}, + {"туристична агенція", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"тренажерний зал", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"doroha", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"клініка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"культова споруда", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"r-n", 1, {DICTIONARY_QUALIFIER}, 5389}, + {"місце для пікніків", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"салон", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"кв", 1, {DICTIONARY_UNIT_NUMBERED}, 5417}, + {"tupyk", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"модний одяг", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"бордель", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"бібліотека", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ш", 1, {DICTIONARY_STREET_TYPE}, 5411}, + {"квіти", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"комп'ютерна крамниця", 1, {DICTIONARY_PLACE_NAME}, 5366}, + {"авто маистерня", 1, {DICTIONARY_PLACE_NAME}, 5364}, + {"поруч", 1, {DICTIONARY_NEAR}, -1}, + {"гавань для екскурсійних суден", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ниж пов", 1, {DICTIONARY_LEVEL_STANDALONE}, 5336}, + {"стоматологія", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"abonementnykh skrynka", 1, {DICTIONARY_POST_OFFICE}, 5381}, + {"of", 1, {DICTIONARY_UNIT_NUMBERED}, 5426}, + {"крематорій", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"proyizd", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"професора", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"буд", 1, {DICTIONARY_HOUSE_NUMBER}, 5327}, + {"парк", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"проспект", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ветлікарня", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"банк", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"склад", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tut", 1, {DICTIONARY_NEAR}, -1}, + {"амбасада", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"v", 1, {DICTIONARY_NEAR}, -1}, + {"blok", 1, {DICTIONARY_QUALIFIER}, -1}, + {"храм", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"пр", 1, {DICTIONARY_STREET_TYPE}, 5406}, + {"мерія", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"півд", 1, {DICTIONARY_DIRECTIONAL}, 5321}, + {"i", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"pidval", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"kv-l", 1, {DICTIONARY_QUALIFIER}, 5385}, + {"к-т", 1, {DICTIONARY_UNIT_NUMBERED}, 5419}, + {"k", 1, {DICTIONARY_UNIT_NUMBERED}, 5420}, + {"мобільні телефони", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dor", 1, {DICTIONARY_STREET_TYPE}, 5398}, + {"область", 1, {DICTIONARY_QUALIFIER}, -1}, + {"торгівельно розважальний центр", 1, {DICTIONARY_PLACE_NAME}, 5371}, + {"kvartal", 1, {DICTIONARY_QUALIFIER}, -1}, + {"ploshcha", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kvart", 1, {DICTIONARY_QUALIFIER}, 5385}, + {"гостьовий будинок", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pravo", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"цвинтар", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"обл", 1, {DICTIONARY_QUALIFIER}, 5386}, + {"база відпочинку", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"no", 1, {DICTIONARY_NUMBER}, 5339}, + {"продовольчі товари", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"р-н", 1, {DICTIONARY_QUALIFIER}, 5388}, + {"веломагазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"сержанта", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"km", 1, {DICTIONARY_UNIT_NUMBERED}, 5422}, + {"місце стоянки для велосипедів", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"торговий центр", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"в", 1, {DICTIONARY_NEAR}, -1}, + {"залізнична станція", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"одяг", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"а / с", 1, {DICTIONARY_POST_OFFICE}, 5380}, + {"&", 1, {DICTIONARY_STOPWORD}, 5390}, + {"prospekt", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"міні маркет", 1, {DICTIONARY_PLACE_NAME}, 5367}, + {"між", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"книгарня", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"&", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"bulvar", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"міні-маркет", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"д", 1, {DICTIONARY_HOUSE_NUMBER}, 5325}, + {"дорога", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pershyy poverkh", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"тематичний парк", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"академіка", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"privatbank", 1, {DICTIONARY_CHAIN}, -1}, + {"перш пов", 1, {DICTIONARY_LEVEL_STANDALONE}, 5334}, + {"мотоцикли", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"oblast", 1, {DICTIONARY_QUALIFIER}, -1}, + {"башта", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"пов", 1, {DICTIONARY_LEVEL_NUMBERED}, 5331}, + {"художній салон", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"архітектора", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"громадський заклад", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"і", 2, {DICTIONARY_CROSS_STREET, DICTIONARY_STOPWORD}, -1}, + {"lit", 1, {DICTIONARY_UNIT_NUMBERED}, 5424}, + {"vulytsya", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"музеи", 1, {DICTIONARY_PLACE_NAME}, 5378}, + {"tup", 1, {DICTIONARY_STREET_TYPE}, 5414}, + {"pid", 1, {DICTIONARY_NEAR}, -1}, + {"бігова доріжка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"офіс", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"поромна станція", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"будинок", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"руіни", 1, {DICTIONARY_PLACE_NAME}, 5353}, + {"бл", 1, {DICTIONARY_QUALIFIER}, 5382}, + {"килими", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"вул", 1, {DICTIONARY_STREET_TYPE}, 5415}, + {"поруч зі мною", 1, {DICTIONARY_NEAR}, -1}, + {"lin", 1, {DICTIONARY_STREET_TYPE}, 5410}, + {"пральня", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"приватбанк", 1, {DICTIONARY_CHAIN}, -1}, + {"kut", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"у", 1, {DICTIONARY_NEAR}, -1}, + {"турбаза", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"litera", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"майданчик для трейлерів", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"торгівельно-розважальнии центр", 1, {DICTIONARY_PLACE_NAME}, 5371}, + {"no", 1, {DICTIONARY_NUMBER}, 5340}, + {"хімтовари", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ощадбанк", 1, {DICTIONARY_CHAIN}, -1}, + {"фонтан", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"сауна", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"міні гольф", 1, {DICTIONARY_PLACE_NAME}, 5356}, + {"гірський притулок", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"мотель", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"меблі", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"міліція (поліція)", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"с", 1, {DICTIONARY_DIRECTIONAL}, 5317}, + {"цокольний поверх", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"s", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"спритні напоі", 1, {DICTIONARY_PLACE_NAME}, 5360}, + {"торгівельно-розважальний центр", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"фотомагазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"zakhid", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"шосе", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"художніи салон", 1, {DICTIONARY_PLACE_NAME}, 5361}, + {"півн", 1, {DICTIONARY_DIRECTIONAL}, 5319}, + {"alleya", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"лін", 1, {DICTIONARY_STREET_TYPE}, 5408}, + {"s", 1, {DICTIONARY_DIRECTIONAL}, 5318}, + {"poruch zi mnoyu", 1, {DICTIONARY_NEAR}, -1}, + {"площа", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"pov", 1, {DICTIONARY_LEVEL_NUMBERED}, 5332}, + {"канцтовари", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"liniia", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"аллея", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"kimnata", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"navkolo", 1, {DICTIONARY_NEAR}, -1}, + {"каплиця", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"лікарі", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"нічнии клуб", 1, {DICTIONARY_PLACE_NAME}, 5347}, + {"стадіон", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"тренажернии зал", 1, {DICTIONARY_PLACE_NAME}, 5345}, + {"цок пов", 1, {DICTIONARY_LEVEL_BASEMENT}, 5329}, + {"хостел", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"kvartyra", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"поверх", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"блок", 1, {DICTIONARY_QUALIFIER}, -1}, + {"гірськии притулок", 1, {DICTIONARY_PLACE_NAME}, 5375}, + {"nab", 1, {DICTIONARY_STREET_TYPE}, 5400}, + {"persh pov", 1, {DICTIONARY_LEVEL_STANDALONE}, 5335}, + {"&", 1, {DICTIONARY_STOPWORD}, 5391}, + {"poruch tut", 1, {DICTIONARY_NEAR}, -1}, + {"нічний клуб", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"коледж", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"гетьмана", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"супермаркет", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"аптека", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"риба", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"міні-гольф", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"салон краси", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"пр", 1, {DICTIONARY_STREET_TYPE}, 5405}, + {"pivd", 1, {DICTIONARY_DIRECTIONAL}, 5322}, + {"вулиця", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"таксі", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ал", 1, {DICTIONARY_STREET_TYPE}, 5392}, + {"кинотеатр", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"poblyzu", 1, {DICTIONARY_NEAR}, -1}, + {"під", 1, {DICTIONARY_NEAR}, -1}, + {"bilya", 1, {DICTIONARY_NEAR}, -1}, + {"дом", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"nyzhniy poverkh", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"біля", 1, {DICTIONARY_NEAR}, -1}, + {"riven'", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"пам'ятник", 1, {DICTIONARY_PLACE_NAME}, 5352}, + {"ресторан", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"зоомагазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"укриття", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"u", 1, {DICTIONARY_NEAR}, -1}, + {"літера", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"м’ясо", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"міськвиконком", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"вхід", 1, {DICTIONARY_ENTRANCE}, -1}, + {"поруч з", 1, {DICTIONARY_NEAR}, -1}, + {"pivden'", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"nomer", 1, {DICTIONARY_NUMBER}, -1}, + {"tsokolnyy poverkh", 1, {DICTIONARY_LEVEL_BASEMENT}, 5330}, + {"за́мок", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"напоі", 1, {DICTIONARY_PLACE_NAME}, 5362}, + {"пляжнии курорт", 1, {DICTIONARY_PLACE_NAME}, 5354}, + {"громадськии центр", 1, {DICTIONARY_PLACE_NAME}, 5343}, + {"shose", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"oschadbank", 1, {DICTIONARY_CHAIN}, -1}, + {"кут", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"паб", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"провулок", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"пошта", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"квартира", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"маршала", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"boulevard", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"автомийка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"пл", 1, {DICTIONARY_STREET_TYPE}, 5403}, + {"виносна торгівля", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"продовольчии магазин", 1, {DICTIONARY_PLACE_NAME}, 5373}, + {"бар", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"аудіо-техніка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"набережна", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"livo", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"kabinet", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"бульвар", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"z", 1, {DICTIONARY_DIRECTIONAL}, 5324}, + {"комп’ютерна крамниця", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"газетнии кіоск", 1, {DICTIONARY_PLACE_NAME}, 5372}, + {"на розі", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"skhody", 1, {DICTIONARY_STAIRCASE}, -1}, + {"vkhid", 1, {DICTIONARY_ENTRANCE}, -1}, + {"громадськии заклад", 1, {DICTIONARY_PLACE_NAME}, 5348}, + {"школа", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"№", 1, {DICTIONARY_NUMBER}, 5339}, + {"tsok pov", 1, {DICTIONARY_LEVEL_BASEMENT}, 5330}, + {"казино", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"raion", 1, {DICTIONARY_QUALIFIER}, -1}, + {"готель", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"послуги копіювання", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"sh", 1, {DICTIONARY_STREET_TYPE}, 5412}, + {"автомиика", 1, {DICTIONARY_PLACE_NAME}, 5342}, + {"відео", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"страхування", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"наб", 1, {DICTIONARY_STREET_TYPE}, 5399}, + {"blvd", 1, {DICTIONARY_STREET_TYPE}, 5396}, + {"офісний будинок", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"абонементна скринька", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"ювелірнии магазин", 1, {DICTIONARY_PLACE_NAME}, 5370}, + {"соціальнии магазин", 1, {DICTIONARY_PLACE_NAME}, 5365}, + {"м'ясо", 1, {DICTIONARY_PLACE_NAME}, 5363}, + {"дор", 1, {DICTIONARY_STREET_TYPE}, 5397}, + {"хозтовари", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ювелірний магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"poruch z", 1, {DICTIONARY_NEAR}, -1}, + {"аеропорт", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"al", 1, {DICTIONARY_STREET_TYPE}, 5393}, + {"тупик", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"пекарня", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"оптика", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"но", 1, {DICTIONARY_NUMBER}, 5339}, + {"аквапарку", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"пров", 1, {DICTIONARY_STREET_TYPE}, 5401}, + {"км", 1, {DICTIONARY_UNIT_NUMBERED}, 5421}, + {"сільпо", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"просп", 1, {DICTIONARY_STREET_TYPE}, 5406}, + {"братів", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"bud", 1, {DICTIONARY_HOUSE_NUMBER}, 5328}, + {"дитячий садок", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ліво", 1, {DICTIONARY_UNIT_DIRECTION}, -1}, + {"кварт", 1, {DICTIONARY_QUALIFIER}, 5384}, + {"швидке харчування", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"громадський центр", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"сбербанк", 1, {DICTIONARY_CHAIN}, -1}, + {"автовокзал", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"зоопарк", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pivden", 1, {DICTIONARY_DIRECTIONAL}, 5322}, + {"ферма", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"універмаг", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"liniya", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"bl", 1, {DICTIONARY_QUALIFIER}, 5383}, + {"кв-л", 1, {DICTIONARY_QUALIFIER}, 5384}, + {"спортивнии центр", 1, {DICTIONARY_PLACE_NAME}, 5358}, + {"схід", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"тут", 1, {DICTIONARY_NEAR}, -1}, + {"№", 1, {DICTIONARY_NUMBER}, 5340}, + {"з", 1, {DICTIONARY_DIRECTIONAL}, 5323}, + {"с", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"каб", 1, {DICTIONARY_UNIT_NUMBERED}, 5419}, + {"маєток", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"кафе", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"авто майстерня", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"bul", 1, {DICTIONARY_STREET_TYPE}, 5395}, + {"wog", 1, {DICTIONARY_CHAIN}, -1}, + {"морозиво", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"provulok", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"взуття", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"північ", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"poruch", 1, {DICTIONARY_NEAR}, -1}, + {"агентство нерухомості", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"хімчистка", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"мистецький центр", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"перукарня", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"поле для гольфу", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pro", 1, {DICTIONARY_STREET_TYPE}, 5402}, + {"університет", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"рівень", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"nyzh pov", 1, {DICTIONARY_LEVEL_STANDALONE}, 5337}, + {"зроби сам", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"обмін валют", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"квартал", 1, {DICTIONARY_QUALIFIER}, -1}, + {"kv", 1, {DICTIONARY_UNIT_NUMBERED}, 5418}, + {"автозапчастини", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"напої", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"басейн", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"будинки для людей похилого віку", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"кіоск", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"станція метро", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"abonementnykh skrynʹka", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"захід", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"театр", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"розі", 1, {DICTIONARY_CROSS_STREET}, -1}, + {"pl", 1, {DICTIONARY_STREET_TYPE}, 5404}, + {"кімната", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"соціальний магазин", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"мистецькии центр", 1, {DICTIONARY_PLACE_NAME}, 5341}, + {"kv", 1, {DICTIONARY_QUALIFIER}, 5385}, + {"дитячии маиданчик", 1, {DICTIONARY_PLACE_NAME}, 5357}, + {"іграшки", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ритуальні послуги", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"кондитерська", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"овочі, фрукти", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"д", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"близько", 1, {DICTIONARY_NEAR}, -1}, + {"туп", 1, {DICTIONARY_STREET_TYPE}, 5413}, + {"гостьовии будинок", 1, {DICTIONARY_PLACE_NAME}, 5377}, + {"магазин електроніки", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"гуртожиток", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tsokolʹnyy poverkh", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"образотворче мистецтво", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"кабінет", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"з", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"студія", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"сад", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"blyzko", 1, {DICTIONARY_NEAR}, 5338}, + {"перший поверх", 1, {DICTIONARY_LEVEL_STANDALONE}, -1}, + {"к", 1, {DICTIONARY_UNIT_NUMBERED}, 5419}, + {"blyzʹko", 1, {DICTIONARY_NEAR}, -1}, + {"лінія", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"будинок престарілих", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"поблизу", 1, {DICTIONARY_NEAR}, -1}, + {"оф", 1, {DICTIONARY_UNIT_NUMBERED}, 5425}, + {"генерала", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"торгівельно розважальнии центр", 1, {DICTIONARY_PLACE_NAME}, 5371}, + {"номер", 1, {DICTIONARY_NUMBER}, -1}, + {"мисливська вежа", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"банкомат", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"автошкола", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ш", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"спортивний центр", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"сходи", 1, {DICTIONARY_STAIRCASE}, -1}, + {"музика", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"підвал", 1, {DICTIONARY_LEVEL_BASEMENT}, -1}, + {"суд", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"riven", 1, {DICTIONARY_LEVEL_NUMBERED}, 5333}, + {"торговии центр", 1, {DICTIONARY_PLACE_NAME}, 5374}, + {"гавань для екскурсіиних суден", 1, {DICTIONARY_PLACE_NAME}, 5355}, + {"пляжний курорт", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"універсам", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"k-t", 1, {DICTIONARY_UNIT_NUMBERED}, 5420}, + {"прокат авто", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"дитячии садок", 1, {DICTIONARY_PLACE_NAME}, 5346}, + {"газетний кіоск", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"шале", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"poverkh", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"спортивні товари", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"лейтенанта", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"budynok", 1, {DICTIONARY_HOUSE_NUMBER}, -1}, + {"сад та город", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"дитячий майданчик", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"لین", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ہائی وے", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"شاہراہ", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"گلی", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"روڈ", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"ایکسپریس وے", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"سڑک", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"t h p t", 1, {DICTIONARY_PLACE_NAME}, 5451}, + {"ql", 1, {DICTIONARY_STREET_TYPE}, 5469}, + {"t t", 1, {DICTIONARY_PLACE_NAME}, 5453}, + {"khach san", 1, {DICTIONARY_PLACE_NAME}, 5440}, + {"ph", 1, {DICTIONARY_QUALIFIER}, 5457}, + {"sân bay quốc tế", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"p", 1, {DICTIONARY_QUALIFIER}, 5457}, + {"trung tâm thương mại", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tttm", 1, {DICTIONARY_PLACE_NAME}, 5452}, + {"cty c p", 1, {DICTIONARY_PLACE_NAME}, 5430}, + {"đường hẻm", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tp", 1, {DICTIONARY_QUALIFIER}, 5459}, + {"quoc lo", 1, {DICTIONARY_STREET_TYPE}, 5469}, + {"khu cong nghiep", 1, {DICTIONARY_PLACE_NAME}, 5437}, + {"công viên", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"clb", 1, {DICTIONARY_PLACE_NAME}, 5429}, + {"r h", 1, {DICTIONARY_PLACE_NAME}, 5445}, + {"trung học cơ sở", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"thành phố", 1, {DICTIONARY_QUALIFIER}, -1}, + {"nh", 1, {DICTIONARY_PLACE_NAME}, 5441}, + {"svd", 1, {DICTIONARY_PLACE_NAME}, 5448}, + {"q l", 1, {DICTIONARY_STREET_TYPE}, 5469}, + {"t x", 1, {DICTIONARY_QUALIFIER}, 5460}, + {"nhà thờ", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cong vien van hoa", 1, {DICTIONARY_PLACE_NAME}, 5432}, + {"phi trong", 1, {DICTIONARY_PLACE_NAME}, 5444}, + {"v q g", 1, {DICTIONARY_PLACE_NAME}, 5456}, + {"kcn", 1, {DICTIONARY_PLACE_NAME}, 5437}, + {"tx", 1, {DICTIONARY_QUALIFIER}, 5460}, + {"trung hoc co so", 1, {DICTIONARY_PLACE_NAME}, 5450}, + {"cau lac bo", 1, {DICTIONARY_PLACE_NAME}, 5429}, + {"n t d", 1, {DICTIONARY_PLACE_NAME}, 5442}, + {"c c k q", 1, {DICTIONARY_PLACE_NAME}, 5434}, + {"san van dong", 1, {DICTIONARY_PLACE_NAME}, 5448}, + {"t t t m", 1, {DICTIONARY_PLACE_NAME}, 5452}, + {"cd", 1, {DICTIONARY_PLACE_NAME}, 5428}, + {"k / s", 1, {DICTIONARY_PLACE_NAME}, 5440}, + {"duong sat", 1, {DICTIONARY_PLACE_NAME}, 5436}, + {"cao đẳng", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tt", 1, {DICTIONARY_QUALIFIER}, 5461}, + {"ks", 1, {DICTIONARY_PLACE_NAME}, 5440}, + {"rap hat", 1, {DICTIONARY_PLACE_NAME}, 5445}, + {"tiểu học", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cong vien", 1, {DICTIONARY_PLACE_NAME}, 5433}, + {"san bay", 1, {DICTIONARY_PLACE_NAME}, 5447}, + {"rh", 1, {DICTIONARY_PLACE_NAME}, 5445}, + {"duong hem", 1, {DICTIONARY_STREET_TYPE}, 5465}, + {"duong pho", 1, {DICTIONARY_STREET_TYPE}, 5467}, + {"q", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"đại học", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"thi xa", 1, {DICTIONARY_QUALIFIER}, 5460}, + {"cong truong", 1, {DICTIONARY_STREET_TYPE}, 5462}, + {"d l", 1, {DICTIONARY_STREET_TYPE}, 5463}, + {"trung học phổ thông", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"dh", 1, {DICTIONARY_PLACE_NAME}, 5435}, + {"thị xã", 1, {DICTIONARY_QUALIFIER}, -1}, + {"san bay quoc te", 1, {DICTIONARY_PLACE_NAME}, 5446}, + {"công ty", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"d h", 1, {DICTIONARY_PLACE_NAME}, 5435}, + {"quận", 1, {DICTIONARY_QUALIFIER}, -1}, + {"cty", 1, {DICTIONARY_PLACE_NAME}, 5431}, + {"khu nghi mat", 1, {DICTIONARY_PLACE_NAME}, 5439}, + {"t p", 1, {DICTIONARY_QUALIFIER}, 5459}, + {"vươn quốc gia", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tinh lo", 1, {DICTIONARY_STREET_TYPE}, 5470}, + {"vien bao tang", 1, {DICTIONARY_PLACE_NAME}, 5455}, + {"dai lo", 1, {DICTIONARY_STREET_TYPE}, 5463}, + {"c t c p", 1, {DICTIONARY_PLACE_NAME}, 5430}, + {"sân bay", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"q t", 1, {DICTIONARY_STREET_TYPE}, 5468}, + {"thị trấn", 1, {DICTIONARY_QUALIFIER}, -1}, + {"c l b", 1, {DICTIONARY_PLACE_NAME}, 5429}, + {"thánh", 1, {DICTIONARY_PERSONAL_TITLE}, -1}, + {"d s", 1, {DICTIONARY_PLACE_NAME}, 5436}, + {"cckq", 1, {DICTIONARY_PLACE_NAME}, 5434}, + {"cong ty co phan", 1, {DICTIONARY_PLACE_NAME}, 5430}, + {"k c n", 1, {DICTIONARY_PLACE_NAME}, 5437}, + {"sbqt", 1, {DICTIONARY_PLACE_NAME}, 5446}, + {"tong cong ty", 1, {DICTIONARY_PLACE_NAME}, 5454}, + {"s b", 1, {DICTIONARY_PLACE_NAME}, 5447}, + {"c v", 1, {DICTIONARY_PLACE_NAME}, 5433}, + {"k n m", 1, {DICTIONARY_PLACE_NAME}, 5439}, + {"sb", 1, {DICTIONARY_PLACE_NAME}, 5447}, + {"ct", 1, {DICTIONARY_STREET_TYPE}, 5462}, + {"đl", 1, {DICTIONARY_STREET_TYPE}, 5463}, + {"k d l", 1, {DICTIONARY_PLACE_NAME}, 5438}, + {"tieu hoc", 1, {DICTIONARY_PLACE_NAME}, 5449}, + {"đường sắt", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"t h c s", 1, {DICTIONARY_PLACE_NAME}, 5450}, + {"khu công nghiệp", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"cao dang", 1, {DICTIONARY_PLACE_NAME}, 5428}, + {"đường phố", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"tổng công ty", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"pt", 1, {DICTIONARY_PLACE_NAME}, 5444}, + {"ds", 1, {DICTIONARY_PLACE_NAME}, 5436}, + {"cty cp", 1, {DICTIONARY_PLACE_NAME}, 5430}, + {"can cu khong quan", 1, {DICTIONARY_PLACE_NAME}, 5434}, + {"n h", 1, {DICTIONARY_PLACE_NAME}, 5441}, + {"tt", 1, {DICTIONARY_PLACE_NAME}, 5453}, + {"p", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"nt", 1, {DICTIONARY_PLACE_NAME}, 5443}, + {"tct", 1, {DICTIONARY_PLACE_NAME}, 5454}, + {"t l", 1, {DICTIONARY_STREET_TYPE}, 5470}, + {"khu du lich", 1, {DICTIONARY_PLACE_NAME}, 5438}, + {"kdl", 1, {DICTIONARY_PLACE_NAME}, 5438}, + {"s v d", 1, {DICTIONARY_PLACE_NAME}, 5448}, + {"căn cứ không quân", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"tỉnh lộ", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"t t", 1, {DICTIONARY_QUALIFIER}, 5461}, + {"c d", 1, {DICTIONARY_PLACE_NAME}, 5428}, + {"rạp hát", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"đường nhỏ", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dai hoc", 1, {DICTIONARY_PLACE_NAME}, 5435}, + {"d", 1, {DICTIONARY_AMBIGUOUS_EXPANSION}, -1}, + {"câu lạc bộ ", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nhà hát", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"quan", 1, {DICTIONARY_QUALIFIER}, 5458}, + {"th", 1, {DICTIONARY_PLACE_NAME}, 5449}, + {"nha tho", 1, {DICTIONARY_PLACE_NAME}, 5443}, + {"vuon quoc gia", 1, {DICTIONARY_PLACE_NAME}, 5456}, + {"qt", 1, {DICTIONARY_STREET_TYPE}, 5468}, + {"nhà thi đấu", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"nha hat", 1, {DICTIONARY_PLACE_NAME}, 5441}, + {"trung tam", 1, {DICTIONARY_PLACE_NAME}, 5453}, + {"quốc lộ", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cvvh", 1, {DICTIONARY_PLACE_NAME}, 5432}, + {"công trường", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"viện bảo tàng", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"duong nho", 1, {DICTIONARY_STREET_TYPE}, 5466}, + {"khu du lịch", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"ngõ", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"vqg", 1, {DICTIONARY_PLACE_NAME}, 5456}, + {"thanh", 1, {DICTIONARY_PERSONAL_TITLE}, 5427}, + {"công viên văn hóa", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"quang truong", 1, {DICTIONARY_STREET_TYPE}, 5468}, + {"cong ty", 1, {DICTIONARY_PLACE_NAME}, 5431}, + {"t h", 1, {DICTIONARY_PLACE_NAME}, 5449}, + {"knm", 1, {DICTIONARY_PLACE_NAME}, 5439}, + {"phi trường", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"trung hoc pho thong", 1, {DICTIONARY_PLACE_NAME}, 5451}, + {"cv", 1, {DICTIONARY_PLACE_NAME}, 5433}, + {"sân vận động", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"phường", 1, {DICTIONARY_QUALIFIER}, -1}, + {"thanh pho", 1, {DICTIONARY_QUALIFIER}, 5459}, + {"n t", 1, {DICTIONARY_PLACE_NAME}, 5443}, + {"s b q t", 1, {DICTIONARY_PLACE_NAME}, 5446}, + {"c v v h", 1, {DICTIONARY_PLACE_NAME}, 5432}, + {"khu nghỉ mát", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"quảng trường", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"trung tam thuong mai", 1, {DICTIONARY_PLACE_NAME}, 5452}, + {"thpt", 1, {DICTIONARY_PLACE_NAME}, 5451}, + {"p t", 1, {DICTIONARY_PLACE_NAME}, 5444}, + {"v b t", 1, {DICTIONARY_PLACE_NAME}, 5455}, + {"ntd", 1, {DICTIONARY_PLACE_NAME}, 5442}, + {"vbt", 1, {DICTIONARY_PLACE_NAME}, 5455}, + {"duong", 1, {DICTIONARY_STREET_TYPE}, 5464}, + {"trung tâm", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"đường", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"q", 1, {DICTIONARY_QUALIFIER}, 5458}, + {"nha thi dau", 1, {DICTIONARY_PLACE_NAME}, 5442}, + {"tl", 1, {DICTIONARY_STREET_TYPE}, 5470}, + {"thcs", 1, {DICTIONARY_PLACE_NAME}, 5450}, + {"ctcp", 1, {DICTIONARY_PLACE_NAME}, 5430}, + {"thi tran", 1, {DICTIONARY_QUALIFIER}, 5461}, + {"d", 1, {DICTIONARY_STREET_TYPE}, 5464}, + {"đại lộ", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"khách sạn", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"công ty cổ phần", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"c t", 1, {DICTIONARY_STREET_TYPE}, 5462}, + {"tcty", 1, {DICTIONARY_PLACE_NAME}, 5454}, + {"栋", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"duàn", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"xiàn dào", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"nong", 1, {DICTIONARY_STREET_TYPE}, 5513}, + {"邮编", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"胡同", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"大街", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lù", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"街", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"xiàndào", 1, {DICTIONARY_STREET_TYPE}, 5509}, + {"縣", 1, {DICTIONARY_QUALIFIER}, -1}, + {"xiàn", 1, {DICTIONARY_QUALIFIER}, -1}, + {"鄉", 1, {DICTIONARY_QUALIFIER}, -1}, + {"nán", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"xī běi", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"北", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"cun dao", 1, {DICTIONARY_STREET_TYPE}, 5499}, + {"邮政信箱", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"youzheng xinxiang", 1, {DICTIONARY_POST_OFFICE}, 5488}, + {"nòng", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dong", 1, {DICTIONARY_BUILDING_TYPE}, 5471}, + {"nan", 1, {DICTIONARY_DIRECTIONAL}, 5474}, + {"樓", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"鄰", 1, {DICTIONARY_QUALIFIER}, -1}, + {"桥", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"大院", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"shěng", 1, {DICTIONARY_QUALIFIER}, -1}, + {"道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"楼", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"国道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dōngnán", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"dong nan", 1, {DICTIONARY_DIRECTIONAL}, 5483}, + {"县道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"duan", 1, {DICTIONARY_STREET_TYPE}, 5512}, + {"xibei", 1, {DICTIONARY_DIRECTIONAL}, 5476}, + {"乡道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"zhèn", 1, {DICTIONARY_QUALIFIER}, -1}, + {"cundao", 1, {DICTIONARY_STREET_TYPE}, 5499}, + {"shěng dào", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"村", 1, {DICTIONARY_QUALIFIER}, -1}, + {"鎮", 1, {DICTIONARY_QUALIFIER}, -1}, + {"xīběi", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"dào", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"céng", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"西", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"里", 1, {DICTIONARY_QUALIFIER}, -1}, + {"dàjiē", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"南", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"hào", 2, {DICTIONARY_NUMBER, DICTIONARY_STOPWORD}, -1}, + {"dàdào", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"cūn", 1, {DICTIONARY_QUALIFIER}, -1}, + {"路", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"xiangdao", 1, {DICTIONARY_STREET_TYPE}, 5511}, + {"郵編", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"西南", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"號", 1, {DICTIONARY_NUMBER}, -1}, + {"yóubiān", 1, {DICTIONARY_POSTAL_CODE}, -1}, + {"东北", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"dongbei", 1, {DICTIONARY_DIRECTIONAL}, 5480}, + {"xiang", 1, {DICTIONARY_STREET_TYPE}, 5510}, + {"dao", 1, {DICTIONARY_STREET_TYPE}, 5502}, + {"东", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"dayuan", 1, {DICTIONARY_STREET_TYPE}, 5503}, + {"qiáo", 1, {DICTIONARY_PLACE_NAME}, -1}, + {"jiē", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dongnan", 1, {DICTIONARY_DIRECTIONAL}, 5482}, + {"lin", 1, {DICTIONARY_QUALIFIER}, 5498}, + {"xinan", 1, {DICTIONARY_DIRECTIONAL}, 5478}, + {"西北", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"shengdao", 1, {DICTIONARY_STREET_TYPE}, 5508}, + {"ceng", 1, {DICTIONARY_LEVEL_NUMBERED}, 5485}, + {"巷", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dong bei", 1, {DICTIONARY_DIRECTIONAL}, 5481}, + {"东南", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"dajie", 1, {DICTIONARY_STREET_TYPE}, 5501}, + {"xi bei", 1, {DICTIONARY_DIRECTIONAL}, 5477}, + {"室", 1, {DICTIONARY_UNIT_NUMBERED}, -1}, + {"xiāng dào", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"xī", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"萊爾富", 1, {DICTIONARY_CHAIN}, -1}, + {"guódào", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"qu", 1, {DICTIONARY_QUALIFIER}, 5493}, + {"hutong", 1, {DICTIONARY_STREET_TYPE}, 5505}, + {"xian dao", 1, {DICTIONARY_STREET_TYPE}, 5509}, + {"dadao", 1, {DICTIONARY_STREET_TYPE}, 5500}, + {"xīnán", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"dōngběi", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"xi", 1, {DICTIONARY_DIRECTIONAL}, 5475}, + {"xiang", 1, {DICTIONARY_QUALIFIER}, 5495}, + {"sheng dao", 1, {DICTIONARY_STREET_TYPE}, 5508}, + {"xian", 1, {DICTIONARY_QUALIFIER}, 5491}, + {"youbian", 1, {DICTIONARY_POSTAL_CODE}, 5489}, + {"xiàng", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lou", 1, {DICTIONARY_LEVEL_NUMBERED}, 5484}, + {"qiao", 1, {DICTIONARY_PLACE_NAME}, 5487}, + {"lǐ", 1, {DICTIONARY_QUALIFIER}, -1}, + {"xiāngdào", 1, {DICTIONARY_STREET_TYPE}, 5511}, + {"cūndào", 1, {DICTIONARY_STREET_TYPE}, 5499}, + {"běi", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"hútòng", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"qū", 1, {DICTIONARY_QUALIFIER}, -1}, + {"省", 1, {DICTIONARY_QUALIFIER}, -1}, + {"号", 2, {DICTIONARY_NUMBER, DICTIONARY_STOPWORD}, -1}, + {"shěngdào", 1, {DICTIONARY_STREET_TYPE}, 5508}, + {"guodao", 1, {DICTIONARY_STREET_TYPE}, 5504}, + {"yóuzhèng xìnxiāng", 1, {DICTIONARY_POST_OFFICE}, -1}, + {"段", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"xi nan", 1, {DICTIONARY_DIRECTIONAL}, 5479}, + {"dòng", 1, {DICTIONARY_BUILDING_TYPE}, -1}, + {"dōng", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"lín", 1, {DICTIONARY_QUALIFIER}, -1}, + {"zhen", 1, {DICTIONARY_QUALIFIER}, 5494}, + {"sheng", 1, {DICTIONARY_QUALIFIER}, 5490}, + {"全家便利商店", 1, {DICTIONARY_CHAIN}, -1}, + {"层", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"bei", 1, {DICTIONARY_DIRECTIONAL}, 5472}, + {"shi", 2, {DICTIONARY_QUALIFIER, DICTIONARY_UNIT_NUMBERED}, 5492}, + {"省道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"大道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"dà yuàn", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"弄", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"hao", 1, {DICTIONARY_NUMBER}, 5486}, + {"cun", 1, {DICTIONARY_QUALIFIER}, 5497}, + {"dōng nán", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"lu", 1, {DICTIONARY_STREET_TYPE}, 5507}, + {"dong", 1, {DICTIONARY_DIRECTIONAL}, 5473}, + {"xī nán", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"區", 1, {DICTIONARY_QUALIFIER}, -1}, + {"cūn dào", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"lóu", 1, {DICTIONARY_LEVEL_NUMBERED}, -1}, + {"jie", 1, {DICTIONARY_STREET_TYPE}, 5506}, + {"xiandao", 1, {DICTIONARY_STREET_TYPE}, 5509}, + {"li", 1, {DICTIONARY_QUALIFIER}, 5496}, + {"shì", 2, {DICTIONARY_QUALIFIER, DICTIONARY_UNIT_NUMBERED}, -1}, + {"村道", 1, {DICTIONARY_STREET_TYPE}, -1}, + {"xiang dao", 1, {DICTIONARY_STREET_TYPE}, 5511}, + {"市", 1, {DICTIONARY_QUALIFIER}, -1}, + {"xiāng", 1, {DICTIONARY_QUALIFIER}, -1}, + {"dōng běi", 1, {DICTIONARY_DIRECTIONAL}, -1}, + {"区", 1, {DICTIONARY_QUALIFIER}, -1}, + {"郵政信箱", 1, {DICTIONARY_POST_OFFICE}, -1} +}; + +address_language_index_t expansion_languages[] = { + {"af", 0, 210}, + {"all", 210, 59911}, + {"ar", 60121, 16}, + {"ast", 60137, 8}, + {"az", 60145, 72}, + {"be", 60217, 165}, + {"bg", 60382, 171}, + {"br", 60553, 73}, + {"bs", 60626, 97}, + {"ca", 60723, 482}, + {"cs", 61205, 190}, + {"cy", 61395, 66}, + {"da", 61461, 179}, + {"de", 61640, 797}, + {"el", 62437, 339}, + {"en", 62776, 3592}, + {"es", 66368, 2222}, + {"et", 68590, 204}, + {"eu", 68794, 150}, + {"fa", 68944, 16}, + {"fi", 68960, 110}, + {"fil", 69070, 3}, + {"fr", 69073, 1579}, + {"ga", 70652, 180}, + {"gd", 70832, 104}, + {"gl", 70936, 119}, + {"gsw", 71055, 19}, + {"he", 71074, 26}, + {"hi", 71100, 4}, + {"hr", 71104, 104}, + {"hu", 71208, 109}, + {"id", 71317, 960}, + {"is", 72277, 97}, + {"it", 72374, 1827}, + {"ja", 74201, 276}, + {"ka", 74477, 29}, + {"ko", 74506, 52}, + {"lb", 74558, 3}, + {"lt", 74561, 78}, + {"lv", 74639, 55}, + {"ms", 74694, 427}, + {"mt", 75121, 23}, + {"nb", 75144, 169}, + {"nl", 75313, 401}, + {"oc", 75714, 27}, + {"pap", 75741, 5}, + {"pl", 75746, 398}, + {"pt", 76144, 1232}, + {"ro", 77376, 139}, + {"ru", 77515, 573}, + {"si", 78088, 15}, + {"sk", 78103, 276}, + {"sl", 78379, 97}, + {"sr", 78476, 148}, + {"sv", 78624, 240}, + {"th", 78864, 23}, + {"tr", 78887, 98}, + {"uk", 78985, 427}, + {"ur", 79412, 7}, + {"vi", 79419, 170}, + {"zh", 79589, 141} +}; diff --git a/src/address_expansion_rule.h b/src/address_expansion_rule.h new file mode 100644 index 0000000..cb91594 --- /dev/null +++ b/src/address_expansion_rule.h @@ -0,0 +1,27 @@ + +#ifndef ADDRESS_EXPANSION_RULE_H +#define ADDRESS_EXPANSION_RULE_H + +#include +#include + +#include "constants.h" +#include "gazetteers.h" + +#define MAX_DICTIONARY_TYPES 5 + +typedef struct address_expansion_rule { + char *phrase; + uint32_t num_dictionaries; + dictionary_type_t dictionaries[MAX_DICTIONARY_TYPES]; + int32_t canonical_index; +} address_expansion_rule_t; + +typedef struct address_language_index { + char language[MAX_LANGUAGE_LEN]; + uint32_t index; + size_t len; +} address_language_index_t; + + +#endif diff --git a/src/address_parser.c b/src/address_parser.c new file mode 100644 index 0000000..2b7c881 --- /dev/null +++ b/src/address_parser.c @@ -0,0 +1,1855 @@ +#include "address_parser.h" +#include "address_dictionary.h" +#include "features.h" +#include "ngrams.h" +#include "scanner.h" + +#include "graph_builder.h" + +#include "klib/ksort.h" +#include "log/log.h" + +#define ADDRESS_PARSER_MODEL_FILENAME "address_parser.dat" +#define ADDRESS_PARSER_MODEL_FILENAME_CRF "address_parser_crf.dat" +#define ADDRESS_PARSER_VOCAB_FILENAME "address_parser_vocab.trie" +#define ADDRESS_PARSER_PHRASE_FILENAME "address_parser_phrases.dat" +#define ADDRESS_PARSER_POSTAL_CODES_FILENAME "address_parser_postal_codes.dat" + +#define UNKNOWN_WORD "UNKNOWN" +#define UNKNOWN_NUMERIC "UNKNOWN_NUMERIC" + +#define DEFAULT_RARE_WORD_THRESHOLD 50 + +static address_parser_t *parser = NULL; + +typedef enum { + ADDRESS_PARSER_NULL_PHRASE, + ADDRESS_PARSER_DICTIONARY_PHRASE, + ADDRESS_PARSER_COMPONENT_PHRASE, + ADDRESS_PARSER_PREFIX_PHRASE, + ADDRESS_PARSER_SUFFIX_PHRASE +} address_parser_phrase_type_t; + +static parser_options_t PARSER_DEFAULT_OPTIONS = { + .rare_word_threshold = DEFAULT_RARE_WORD_THRESHOLD, + .print_features = false +}; + +address_parser_t *address_parser_new_options(parser_options_t options) { + address_parser_t *parser = calloc(1, sizeof(address_parser_t)); + parser->options = options; + return parser; +} + +address_parser_t *address_parser_new(void) { + return address_parser_new_options(PARSER_DEFAULT_OPTIONS); +} + +address_parser_t *get_address_parser(void) { + return parser; +} + +bool address_parser_print_features(bool print_features) { + if (parser == NULL) return false; + + parser->options.print_features = print_features; + return true; +} + +bool address_parser_save(address_parser_t *self, char *output_dir) { + if (self == NULL || output_dir == NULL) return false; + + char *model_filename = NULL; + if (self->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + model_filename = ADDRESS_PARSER_MODEL_FILENAME; + } else if (self->model_type == ADDRESS_PARSER_TYPE_CRF) { + model_filename = ADDRESS_PARSER_MODEL_FILENAME_CRF; + } else { + return false; + } + + char_array *path = char_array_new_size(strlen(output_dir)); + + char_array_add_joined(path, PATH_SEPARATOR, true, 2, output_dir, model_filename); + char *model_path = char_array_get_string(path); + + if (self->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + if (!averaged_perceptron_save(self->model.ap, model_path)) { + log_info("Error in averaged_perceptron_save\n"); + char_array_destroy(path); + return false; + } + } else if (self->model_type == ADDRESS_PARSER_TYPE_CRF) { + if (!crf_save(self->model.crf, model_path)) { + log_info("Error in crf_save\n"); + char_array_destroy(path); + return false; + } + } + + char_array_clear(path); + + char_array_add_joined(path, PATH_SEPARATOR, true, 2, output_dir, ADDRESS_PARSER_VOCAB_FILENAME); + char *vocab_path = char_array_get_string(path); + + if (!trie_save(self->vocab, vocab_path)) { + return false; + } + + char_array_clear(path); + + char_array_add_joined(path, PATH_SEPARATOR, true, 2, output_dir, ADDRESS_PARSER_PHRASE_FILENAME); + char *phrases_path = char_array_get_string(path); + + FILE *phrases_file = fopen(phrases_path, "w+"); + if (phrases_file == NULL || self->phrases == NULL) { + return false; + } + + if (!trie_write(self->phrases, phrases_file)) { + return false; + } + + if (self->phrase_types == NULL) { + return false; + } + + size_t num_phrase_types = self->phrase_types->n; + if (!file_write_uint64(phrases_file, num_phrase_types)) { + return false; + } + + for (size_t i = 0; i < self->phrase_types->n; i++) { + address_parser_types_t phrase_type_value = self->phrase_types->a[i]; + if (!file_write_uint32(phrases_file, phrase_type_value.value)) { + return false; + } + } + + fclose(phrases_file); + + char_array_clear(path); + + char_array_add_joined(path, PATH_SEPARATOR, true, 2, output_dir, ADDRESS_PARSER_POSTAL_CODES_FILENAME); + char *postal_codes_path = char_array_get_string(path); + + FILE *postal_codes_file = fopen(postal_codes_path, "w+"); + if (postal_codes_file == NULL || self->postal_codes == NULL) { + return false; + } + + if (!trie_write(self->postal_codes, postal_codes_file)) { + return false; + } + + if (self->postal_code_contexts == NULL) { + return false; + } + + if (!graph_write(self->postal_code_contexts, postal_codes_file)) { + return false; + } + + fclose(postal_codes_file); + + char_array_destroy(path); + + return true; +} + +static bool postal_code_context_exists(address_parser_t *self, uint32_t postal_code_id, uint32_t admin_id) { + graph_t *g = self->postal_code_contexts; + + return graph_has_edge(g, postal_code_id, admin_id); +} + +bool address_parser_load(char *dir) { + if (parser != NULL) return false; + if (dir == NULL) { + dir = LIBPOSTAL_ADDRESS_PARSER_DIR; + } + + char_array *path = char_array_new_size(strlen(dir)); + + char_array_add_joined(path, PATH_SEPARATOR, true, 2, dir, ADDRESS_PARSER_MODEL_FILENAME); + char *model_path = char_array_get_string(path); + + if (file_exists(model_path)) { + averaged_perceptron_t *ap_model = averaged_perceptron_load(model_path); + if (ap_model != NULL) { + parser = address_parser_new(); + parser->model_type = ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON; + parser->model.ap = ap_model; + } else { + char_array_destroy(path); + log_error("Averaged perceptron model could not be loaded\n"); + return false; + } + } else { + model_path = NULL; + } + + if (model_path == NULL) { + char_array_clear(path); + char_array_add_joined(path, PATH_SEPARATOR, true, 2, dir, ADDRESS_PARSER_MODEL_FILENAME_CRF); + model_path = char_array_get_string(path); + + if (file_exists(model_path)) { + crf_t *crf_model = crf_load(model_path); + if (crf_model != NULL) { + parser = address_parser_new(); + parser->model_type = ADDRESS_PARSER_TYPE_CRF; + parser->model.crf = crf_model; + } else { + char_array_destroy(path); + log_error("Averaged perceptron model could not be loaded\n"); + return false; + } + } else { + model_path = NULL; + } + } + + if (parser == NULL) { + char_array_destroy(path); + log_error("Could not find parser model file of known type\n"); + return false; + } + + char_array_clear(path); + + char_array_add_joined(path, PATH_SEPARATOR, true, 2, dir, ADDRESS_PARSER_VOCAB_FILENAME); + + char *vocab_path = char_array_get_string(path); + + trie_t *vocab = trie_load(vocab_path); + + if (vocab == NULL) { + goto exit_address_parser_created; + } + + parser->vocab = vocab; + + char_array_clear(path); + + char_array_add_joined(path, PATH_SEPARATOR, true, 2, dir, ADDRESS_PARSER_PHRASE_FILENAME); + char *phrases_path = char_array_get_string(path); + + FILE *phrases_file = fopen(phrases_path, "rb"); + if (phrases_file == NULL) { + goto exit_address_parser_created; + } + + parser->phrases = trie_read(phrases_file); + if (parser->phrases == NULL) { + goto exit_address_parser_created; + } + + uint64_t num_phrase_types; + + if (!file_read_uint64(phrases_file, &num_phrase_types)) { + goto exit_address_parser_created; + } + + parser->phrase_types = address_parser_types_array_new_size(num_phrase_types); + + uint32_array *phrase_type_values = uint32_array_new_size(num_phrase_types); + if (!file_read_uint32_array(phrases_file, phrase_type_values->a, num_phrase_types)) { + uint32_array_destroy(phrase_type_values); + goto exit_address_parser_created; + } + phrase_type_values->n = num_phrase_types; + + for (size_t i = 0; i < phrase_type_values->n; i++) { + uint32_t phrase_type_value = phrase_type_values->a[i]; + address_parser_types_t phrase_type = {.value = phrase_type_value}; + address_parser_types_array_push(parser->phrase_types, phrase_type); + } + + uint32_array_destroy(phrase_type_values); + + fclose(phrases_file); + + char_array_clear(path); + + char_array_add_joined(path, PATH_SEPARATOR, true, 2, dir, ADDRESS_PARSER_POSTAL_CODES_FILENAME); + + char *postal_codes_path = char_array_get_string(path); + + FILE *postal_codes_file = fopen(postal_codes_path, "rb"); + if (postal_codes_file == NULL) { + goto exit_address_parser_created; + } + + parser->postal_codes = trie_read(postal_codes_file); + if (parser->postal_codes == NULL) { + goto exit_address_parser_created; + } + + parser->postal_code_contexts = graph_read(postal_codes_file); + + if (parser->postal_code_contexts == NULL) { + goto exit_address_parser_created; + } + + fclose(postal_codes_file); + + parser->context = address_parser_context_new(); + if (parser->context == NULL) { + goto exit_address_parser_created; + } + + char_array_destroy(path); + return true; + +exit_address_parser_created: + address_parser_destroy(parser); + char_array_destroy(path); + return false; +} + +void address_parser_destroy(address_parser_t *self) { + if (self == NULL) return; + + if (self->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON && self->model.ap != NULL) { + averaged_perceptron_destroy(self->model.ap); + } else if (self->model_type == ADDRESS_PARSER_TYPE_CRF && self->model.crf != NULL) { + crf_destroy(self->model.crf); + } + + if (self->context != NULL) { + address_parser_context_destroy(self->context); + } + + if (self->vocab != NULL) { + trie_destroy(self->vocab); + } + + if (self->phrases != NULL) { + trie_destroy(self->phrases); + } + + if (self->phrase_types != NULL) { + address_parser_types_array_destroy(self->phrase_types); + } + + if (self->postal_codes != NULL) { + trie_destroy(self->postal_codes); + } + + if (self->postal_code_contexts != NULL) { + graph_destroy(self->postal_code_contexts); + } + + free(self); +} + +static inline uint32_t word_vocab_frequency(address_parser_t *parser, char *word) { + uint32_t count = 0; + bool has_key = trie_get_data(parser->vocab, word, &count); + return count; +} + +inline void address_parser_normalize_token(cstring_array *array, char *str, token_t token) { + normalize_token(array, str, token, ADDRESS_PARSER_NORMALIZE_TOKEN_OPTIONS); +} + +static inline void address_parser_normalize_phrase_token(cstring_array *array, char *str, token_t token) { + normalize_token(array, str, token, ADDRESS_PARSER_NORMALIZE_ADMIN_TOKEN_OPTIONS); +} + +inline char *address_parser_normalize_string(char *str) { + return normalize_string_latin(str, strlen(str), ADDRESS_PARSER_NORMALIZE_STRING_OPTIONS); +} + + +void address_parser_context_destroy(address_parser_context_t *self) { + if (self == NULL) return; + + if (self->phrase != NULL) { + char_array_destroy(self->phrase); + } + + if (self->context_phrase != NULL) { + char_array_destroy(self->context_phrase); + } + + if (self->long_context_phrase != NULL) { + char_array_destroy(self->long_context_phrase); + } + + if (self->component_phrase != NULL) { + char_array_destroy(self->component_phrase); + } + + if (self->context_component_phrase != NULL) { + char_array_destroy(self->context_component_phrase); + } + + if (self->long_context_component_phrase != NULL) { + char_array_destroy(self->long_context_component_phrase); + } + + if (self->prefix_phrase != NULL) { + char_array_destroy(self->prefix_phrase); + } + + if (self->context_prefix_phrase != NULL) { + char_array_destroy(self->context_prefix_phrase); + } + + if (self->long_context_prefix_phrase != NULL) { + char_array_destroy(self->long_context_prefix_phrase); + } + + if (self->suffix_phrase != NULL) { + char_array_destroy(self->suffix_phrase); + } + + if (self->context_suffix_phrase != NULL) { + char_array_destroy(self->context_suffix_phrase); + } + + if (self->long_context_suffix_phrase != NULL) { + char_array_destroy(self->long_context_suffix_phrase); + } + + if (self->ngrams != NULL) { + cstring_array_destroy(self->ngrams); + } + + if (self->sub_token != NULL) { + char_array_destroy(self->sub_token); + } + + if (self->sub_tokens != NULL) { + token_array_destroy(self->sub_tokens); + } + + if (self->separators != NULL) { + uint32_array_destroy(self->separators); + } + + if (self->normalized != NULL) { + cstring_array_destroy(self->normalized); + } + + if (self->normalized_tokens != NULL) { + token_array_destroy(self->normalized_tokens); + } + + if (self->normalized_admin != NULL) { + cstring_array_destroy(self->normalized_admin); + } + + if (self->normalized_admin_tokens != NULL) { + token_array_destroy(self->normalized_admin_tokens); + } + + if (self->features != NULL) { + cstring_array_destroy(self->features); + } + + if (self->prev_tag_features != NULL) { + cstring_array_destroy(self->prev_tag_features); + } + + if (self->prev2_tag_features != NULL) { + cstring_array_destroy(self->prev2_tag_features); + } + + if (self->tokenized_str != NULL) { + tokenized_string_destroy(self->tokenized_str); + } + + if (self->address_dictionary_phrases != NULL) { + phrase_array_destroy(self->address_dictionary_phrases); + } + + if (self->address_phrase_memberships != NULL) { + int64_array_destroy(self->address_phrase_memberships); + } + + if (self->component_phrases != NULL) { + phrase_array_destroy(self->component_phrases); + } + + if (self->component_phrase_memberships != NULL) { + int64_array_destroy(self->component_phrase_memberships); + } + + if (self->postal_code_phrases != NULL) { + phrase_array_destroy(self->postal_code_phrases); + } + + if (self->postal_code_phrase_memberships != NULL) { + int64_array_destroy(self->postal_code_phrase_memberships); + } + + if (self->prefix_phrases != NULL) { + phrase_array_destroy(self->prefix_phrases); + } + + if (self->suffix_phrases != NULL) { + phrase_array_destroy(self->suffix_phrases); + } + + free(self); +} + +address_parser_context_t *address_parser_context_new(void) { + address_parser_context_t *context = malloc(sizeof(address_parser_context_t)); + + if (context == NULL) return NULL; + + context->language = NULL; + context->country = NULL; + + context->phrase = char_array_new(); + if (context->phrase == NULL) { + goto exit_address_parser_context_allocated; + } + + context->context_phrase = char_array_new(); + if (context->context_phrase == NULL) { + goto exit_address_parser_context_allocated; + } + + context->long_context_phrase = char_array_new(); + if (context->long_context_phrase == NULL) { + goto exit_address_parser_context_allocated; + } + + context->component_phrase = char_array_new(); + if (context->component_phrase == NULL) { + goto exit_address_parser_context_allocated; + } + + context->context_component_phrase = char_array_new(); + if (context->context_component_phrase == NULL) { + goto exit_address_parser_context_allocated; + } + + context->long_context_component_phrase = char_array_new(); + if (context->long_context_component_phrase == NULL) { + goto exit_address_parser_context_allocated; + } + + context->prefix_phrase = char_array_new(); + if (context->prefix_phrase == NULL) { + goto exit_address_parser_context_allocated; + } + + context->context_prefix_phrase = char_array_new(); + if (context->context_prefix_phrase == NULL) { + goto exit_address_parser_context_allocated; + } + + context->long_context_prefix_phrase = char_array_new(); + if (context->long_context_prefix_phrase == NULL) { + goto exit_address_parser_context_allocated; + } + + context->suffix_phrase = char_array_new(); + if (context->suffix_phrase == NULL) { + goto exit_address_parser_context_allocated; + } + + context->context_suffix_phrase = char_array_new(); + if (context->context_suffix_phrase == NULL) { + goto exit_address_parser_context_allocated; + } + + context->long_context_suffix_phrase = char_array_new(); + if (context->long_context_suffix_phrase == NULL) { + goto exit_address_parser_context_allocated; + } + + context->ngrams = cstring_array_new(); + if (context->ngrams == NULL) { + goto exit_address_parser_context_allocated; + } + + context->sub_token = char_array_new(); + if (context->sub_token == NULL) { + goto exit_address_parser_context_allocated; + } + + context->sub_tokens = token_array_new(); + if (context->sub_tokens == NULL) { + goto exit_address_parser_context_allocated; + } + + context->separators = uint32_array_new(); + if (context->separators == NULL) { + goto exit_address_parser_context_allocated; + } + + context->normalized = cstring_array_new(); + if (context->normalized == NULL) { + goto exit_address_parser_context_allocated; + } + + context->normalized_tokens = token_array_new(); + if (context->normalized_tokens == NULL) { + goto exit_address_parser_context_allocated; + } + + context->normalized_admin = cstring_array_new(); + if (context->normalized_admin == NULL) { + goto exit_address_parser_context_allocated; + } + + context->normalized_admin_tokens = token_array_new(); + if (context->normalized_admin_tokens == NULL) { + goto exit_address_parser_context_allocated; + } + + context->features = cstring_array_new(); + if (context->features == NULL) { + goto exit_address_parser_context_allocated; + } + + context->prev_tag_features = cstring_array_new(); + if (context->prev_tag_features == NULL) { + goto exit_address_parser_context_allocated; + } + + context->prev2_tag_features = cstring_array_new(); + if (context->prev2_tag_features == NULL) { + goto exit_address_parser_context_allocated; + } + + context->tokenized_str = tokenized_string_new(); + if (context->tokenized_str == NULL) { + goto exit_address_parser_context_allocated; + } + + context->address_dictionary_phrases = phrase_array_new(); + if (context->address_dictionary_phrases == NULL) { + goto exit_address_parser_context_allocated; + } + + context->address_phrase_memberships = int64_array_new(); + if (context->address_phrase_memberships == NULL) { + goto exit_address_parser_context_allocated; + } + + context->component_phrases = phrase_array_new(); + if (context->component_phrases == NULL) { + goto exit_address_parser_context_allocated; + } + + context->component_phrase_memberships = int64_array_new(); + if (context->component_phrase_memberships == NULL) { + goto exit_address_parser_context_allocated; + } + + context->postal_code_phrases = phrase_array_new(); + if (context->postal_code_phrases == NULL) { + goto exit_address_parser_context_allocated; + } + + context->postal_code_phrase_memberships = int64_array_new(); + if (context->postal_code_phrase_memberships == NULL) { + goto exit_address_parser_context_allocated; + } + + context->prefix_phrases = phrase_array_new(); + if (context->prefix_phrases == NULL) { + goto exit_address_parser_context_allocated; + } + + context->suffix_phrases = phrase_array_new(); + if (context->suffix_phrases == NULL) { + goto exit_address_parser_context_allocated; + } + + return context; + +exit_address_parser_context_allocated: + address_parser_context_destroy(context); + return NULL; +} + +bool is_valid_component_phrase(cstring_array *strings, phrase_t phrase) { + bool valid = false; + for (uint32_t i = phrase.start; i < phrase.start + phrase.len; i++) { + char *s = cstring_array_get_string(strings, i); + if (!string_is_digit(s, strlen(s))) { + valid = true; + break; + } + } + return valid; +} + +void address_parser_context_fill(address_parser_context_t *context, address_parser_t *parser, tokenized_string_t *tokenized_str, char *language, char *country) { + uint32_t token_index; + char *word; + phrase_t phrase; + + context->language = language; + context->country = country; + + cstring_array *normalized = context->normalized; + token_array *normalized_tokens = context->normalized_tokens; + cstring_array_clear(normalized); + token_array_clear(normalized_tokens); + + cstring_array *normalized_admin = context->normalized_admin; + token_array *normalized_admin_tokens = context->normalized_admin_tokens; + cstring_array_clear(normalized_admin); + token_array_clear(normalized_admin_tokens); + + char *str = tokenized_str->str; + token_array *tokens = tokenized_str->tokens; + + cstring_array_foreach(tokenized_str->strings, token_index, word, { + token_t token = tokens->a[token_index]; + + size_t token_offset = normalized->str->n; + address_parser_normalize_token(normalized, str, token); + size_t token_len; + if (normalized->str->n > token_offset) { + token_len = normalized->str->n - 1 - token_offset; + } else { + token_len = 0; + } + token_t normalized_token; + normalized_token.offset = token_offset; + normalized_token.len = token_len; + normalized_token.type = token.type; + token_array_push(normalized_tokens, normalized_token); + + size_t admin_token_offset = normalized_admin->str->n; + address_parser_normalize_phrase_token(normalized_admin, str, token); + size_t admin_token_len; + if (normalized_admin->str->n > admin_token_offset) { + admin_token_len = normalized_admin->str->n - 1 - admin_token_offset; + } else { + admin_token_len = 0; + } + token_t normalized_admin_token; + normalized_admin_token.offset = admin_token_offset; + normalized_admin_token.len = admin_token_len; + normalized_admin_token.type = token.type; + token_array_push(normalized_admin_tokens, normalized_admin_token); + }) + + char *normalized_str = normalized->str->a; + char *normalized_str_admin = normalized_admin->str->a; + + /* + Address dictionary phrases + -------------------------- + Recognizing phrases that occur in libpostal's dictionaries. + + Note: if the dictionaries are updates to try to improve the parser, + we'll need to retrain. This can be done without rebuilding the + training data (a long-running process which can take up to a week), + but will require running address_parser_train, the main training script. + */ + + phrase_array_clear(context->address_dictionary_phrases); + int64_array_clear(context->address_phrase_memberships); + + phrase_array *address_dictionary_phrases = context->address_dictionary_phrases; + int64_array *address_phrase_memberships = context->address_phrase_memberships; + + size_t num_tokens = tokens->n; + + bool have_address_phrases = search_address_dictionaries_tokens_with_phrases(normalized_str, normalized_tokens, NULL, &address_dictionary_phrases); + token_phrase_memberships(address_dictionary_phrases, address_phrase_memberships, num_tokens); + + phrase_array_clear(context->prefix_phrases); + phrase_array_clear(context->suffix_phrases); + + for (size_t i = 0; i < num_tokens; i++) { + token_t token = tokens->a[i]; + char *word_pre_norm = tokenized_string_get_token(tokenized_str, i); + + phrase_t prefix_phrase = search_address_dictionaries_prefix(word_pre_norm, token.len, NULL); + phrase_array_push(context->prefix_phrases, prefix_phrase); + + phrase_t suffix_phrase = search_address_dictionaries_suffix(word_pre_norm, token.len, NULL); + phrase_array_push(context->suffix_phrases, suffix_phrase); + } + + /* + Component phrases + ----------------- + Precomputed phrases for cities, states, countries, etc. from the training data + + Note: if the training data has lots of mislabeled examples (e.g. Brooklyn as city + instead of a city_district), this may cause the parser to get confused. It will + penalize itself for getting the wrong answer when really the underlying data + is simply ambiguous. In the OSM training data a lot of work has been done to + ensure that there's little or no systematic mislabeling. As such, other data + sets shouldn't be added willy-nilly unless the labels are consistent. + */ + + phrase_array_clear(context->component_phrases); + int64_array_clear(context->component_phrase_memberships); + + phrase_array *component_phrases = context->component_phrases; + int64_array *component_phrase_memberships = context->component_phrase_memberships; + + bool have_component_phrases = trie_search_tokens_with_phrases(parser->phrases, normalized_str_admin, normalized_admin_tokens, &component_phrases); + token_phrase_memberships(component_phrases, component_phrase_memberships, num_tokens); + + for (size_t i = 0; i < component_phrases->n; i++) { + phrase_t phrase = component_phrases->a[i]; + if (!is_valid_component_phrase(context->normalized_admin, phrase)) { + for (size_t j = phrase.start; j < phrase.start + phrase.len; j++) { + component_phrase_memberships->a[j] = NULL_PHRASE_MEMBERSHIP; + } + } + } + + phrase_array_clear(context->postal_code_phrases); + int64_array_clear(context->postal_code_phrase_memberships); + + phrase_array *postal_code_phrases = context->postal_code_phrases; + int64_array *postal_code_phrase_memberships = context->postal_code_phrase_memberships; + + bool have_postal_code_phrases = trie_search_tokens_with_phrases(parser->postal_codes, normalized_str_admin, normalized_admin_tokens, &postal_code_phrases); + token_phrase_memberships(postal_code_phrases, postal_code_phrase_memberships, num_tokens); + +} + +static inline phrase_t phrase_at_index(phrase_array *phrases, int64_array *phrase_memberships, uint32_t i) { + if (phrases == NULL || phrase_memberships == NULL || i > phrase_memberships->n - 1) { + return NULL_PHRASE; + } + + int64_t phrase_index = phrase_memberships->a[i]; + if (phrase_index != NULL_PHRASE_MEMBERSHIP) { + phrase_t phrase = phrases->a[phrase_index]; + return phrase; + } + + return NULL_PHRASE; +} + +char *phrase_prefix(char *word, size_t len, phrase_t prefix_phrase, char_array *prefix_phrase_array) { + char_array_clear(prefix_phrase_array); + size_t prefix_len = prefix_phrase.len; + char_array_add_len(prefix_phrase_array, word, prefix_len); + char *prefix = char_array_get_string(prefix_phrase_array); + return prefix; +} + +char *phrase_suffix(char *word, size_t len, phrase_t suffix_phrase, char_array *suffix_phrase_array) { + char_array_clear(suffix_phrase_array); + size_t suffix_len = suffix_phrase.len; + char_array_add_len(suffix_phrase_array, word + (len - suffix_len), suffix_len); + char *suffix = char_array_get_string(suffix_phrase_array); + return suffix; +} + +bool is_valid_dictionary_phrase(phrase_t phrase) { + uint32_t expansion_index = phrase.data; + address_expansion_value_t *expansion_value = address_dictionary_get_expansions(expansion_index); + + if (expansion_value == NULL) { + log_warn("expansion_value is NULL for index %u\n", expansion_index); + return false; + } + uint32_t address_phrase_types = expansion_value->components; + + if (address_phrase_types & (LIBPOSTAL_ADDRESS_STREET | LIBPOSTAL_ADDRESS_HOUSE_NUMBER | LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_CATEGORY | LIBPOSTAL_ADDRESS_NEAR | LIBPOSTAL_ADDRESS_UNIT | LIBPOSTAL_ADDRESS_LEVEL | LIBPOSTAL_ADDRESS_ENTRANCE | LIBPOSTAL_ADDRESS_STAIRCASE | LIBPOSTAL_ADDRESS_POSTAL_CODE | LIBPOSTAL_ADDRESS_PO_BOX)) { + for (size_t i = 0; i < expansion_value->expansions->n; i++) { + address_expansion_t expansion = expansion_value->expansions->a[i]; + if (!address_expansion_in_dictionary(expansion, DICTIONARY_TOPONYM)) { + return true; + } + } + } + + return false; +} + +typedef struct address_parser_phrase { + char *str; + address_parser_phrase_type_t type; + phrase_t phrase; +} address_parser_phrase_t; + +static inline bool is_plain_word_phrase_type(address_parser_phrase_type_t type) { + return type == ADDRESS_PARSER_NULL_PHRASE || type == ADDRESS_PARSER_SUFFIX_PHRASE || type == ADDRESS_PARSER_PREFIX_PHRASE; +} + +static address_parser_phrase_t word_or_phrase_at_index(address_parser_t *parser, tokenized_string_t *tokenized, address_parser_context_t *context, uint32_t i, bool long_context) { + phrase_t phrase; + address_parser_phrase_t response; + char *phrase_string = NULL; + + phrase = phrase_at_index(context->address_dictionary_phrases, context->address_phrase_memberships, i); + + phrase_t component_phrase = phrase_at_index(context->component_phrases, context->component_phrase_memberships, i); + + if (phrase.len > 0 && is_valid_dictionary_phrase(phrase) && component_phrase.len <= phrase.len) { + phrase_string = cstring_array_get_phrase(context->normalized, long_context ? context->long_context_phrase : context->context_phrase, phrase), + + response = (address_parser_phrase_t){ + phrase_string, + ADDRESS_PARSER_DICTIONARY_PHRASE, + phrase + }; + return response; + } + + phrase = component_phrase; + + if (phrase.len > 0) { + phrase_string = cstring_array_get_phrase(context->normalized_admin, long_context ? context->long_context_component_phrase : context->context_component_phrase, phrase); + + response = (address_parser_phrase_t){ + phrase_string, + ADDRESS_PARSER_COMPONENT_PHRASE, + phrase + }; + return response; + } + + phrase_t prefix_phrase = context->prefix_phrases->a[i]; + phrase_t suffix_phrase = context->suffix_phrases->a[i]; + + uint32_t expansion_index; + address_expansion_value_t *expansion_value; + + cstring_array *normalized = context->normalized; + + char *word = cstring_array_get_string(normalized, i); + token_t token = tokenized->tokens->a[i]; + + // Suffixes like straße, etc. + if (suffix_phrase.len > 0) { + expansion_index = suffix_phrase.data; + expansion_value = address_dictionary_get_expansions(expansion_index); + + if (expansion_value->components & LIBPOSTAL_ADDRESS_STREET) { + response = (address_parser_phrase_t){ + word, + ADDRESS_PARSER_SUFFIX_PHRASE, + suffix_phrase + }; + return response; + } + } + + // Prefixes like hinter, etc. + if (prefix_phrase.len > 0) { + expansion_index = prefix_phrase.data; + expansion_value = address_dictionary_get_expansions(expansion_index); + + // Don't include elisions like l', d', etc. which are in the LIBPOSTAL_ADDRESS_ANY category + if (expansion_value->components ^ LIBPOSTAL_ADDRESS_ANY) { + response = (address_parser_phrase_t){ + word, + ADDRESS_PARSER_PREFIX_PHRASE, + prefix_phrase + }; + return response; + } + } + + response = (address_parser_phrase_t){ + word, + ADDRESS_PARSER_NULL_PHRASE, + NULL_PHRASE + }; + return response; + +} + +static inline int64_t phrase_index(int64_array *phrase_memberships, size_t start, int8_t direction) { + if (phrase_memberships == NULL) { + return -1; + } + + int64_t *memberships = phrase_memberships->a; + int64_t membership; + + if (direction == -1) { + for (ssize_t idx = start; idx >= 0; idx--) { + if (memberships[idx] != NULL_PHRASE_MEMBERSHIP) { + return (int64_t)idx; + } + } + } else if (direction == 1) { + size_t n = phrase_memberships->n; + for (size_t idx = start; idx < n; idx++) { + if (memberships[idx] != NULL_PHRASE_MEMBERSHIP) { + return (int64_t)idx; + } + } + } + + return -1; +} + + +static inline int64_t next_numeric_token_index(tokenized_string_t *tokenized, address_parser_context_t *context, size_t start) { + if (context == NULL) return -1; + + token_array *tokens = tokenized->tokens; + + if (tokens == NULL || start > tokens->n - 1) return -1; + + phrase_t phrase; + + for (size_t i = start; i < tokens->n; i++) { + if (context->address_phrase_memberships->a[i] == NULL_PHRASE_MEMBERSHIP && + context->component_phrase_memberships->a[i] == NULL_PHRASE_MEMBERSHIP) { + token_t token = tokens->a[i]; + if (token.type != NUMERIC && token.type != IDEOGRAPHIC_NUMBER) { + return i; + } + } + } + + return -1; +} + + +static inline void add_phrase_features(cstring_array *features, uint32_t phrase_types, uint32_t component, char *phrase_type, char *phrase_string) { + if (phrase_types == component) { + log_debug("phrase=%s, phrase_types=%d\n", phrase_string, phrase_types); + feature_array_add(features, 2, "unambiguous phrase type", phrase_type); + feature_array_add(features, 3, "unambiguous phrase type+phrase", phrase_type, phrase_string); + } else if (phrase_types & component) { + feature_array_add(features, 3, "phrase type+phrase", phrase_type, phrase_string); + } +} + +static bool add_ngram_features(cstring_array *features, char *feature_prefix, cstring_array *ngrams, char *str, size_t n, size_t prefix_len, size_t suffix_len) { + if (features == NULL || ngrams == NULL) return false; + + size_t len = strlen(str); + + if (n == 0 || n > len - 1) return false; + + size_t ngram_num_chars_len = INT64_MAX_STRING_SIZE; + char ngram_num_chars[ngram_num_chars_len]; + sprintf(ngram_num_chars, "%zu", n); + + bool known_prefix = prefix_len > 0; + bool known_suffix = suffix_len > 0; + + cstring_array_clear(ngrams); + if (!add_ngrams(ngrams, n, str + prefix_len, len - suffix_len - prefix_len, !known_prefix, !known_suffix)) { + return false; + } + + uint32_t idx; + char *ngram; + + if (feature_prefix != NULL) { + cstring_array_foreach(ngrams, idx, ngram, { + feature_array_add(features, 4, feature_prefix, "ngrams", ngram_num_chars, ngram); + }) + } else { + cstring_array_foreach(ngrams, idx, ngram, { + feature_array_add(features, 3, "ngrams", ngram_num_chars, ngram); + }) + } + + return true; +} + +/* +address_parser_features +----------------------- + +This is a feature function similar to those found in MEMM and CRF models. + +Follows the signature of a tagger_feature_function so it can be called +as a function pointer by the averaged perceptron or CRF model. + +Parameters: + +address_parser_t *self: a pointer to the address_parser struct, which contains +word frequencies and perhaps other useful corpus-wide statistics. + +address_parser_context_t *context: The context struct containing: +- phrase dictionary memberships for all the tokens +- country (if knkown) +- language (if known) +- features array + +tokenized_string_t *tokenized: the sequence of tokens for parsing +uint32_t i: the current token index +char *prev: the predicted tag at index i - 1 +char *prev2: the predicted tag at index i - 2 + +*/ + +bool address_parser_features(void *self, void *ctx, tokenized_string_t *tokenized, uint32_t idx) { + if (self == NULL || ctx == NULL) return false; + + address_parser_t *parser = (address_parser_t *)self; + address_parser_context_t *context = (address_parser_context_t *)ctx; + + cstring_array *features = context->features; + cstring_array *prev_tag_features = context->prev_tag_features; + cstring_array *prev2_tag_features = context->prev2_tag_features; + char *language = context->language; + char *country = context->country; + + phrase_array *address_dictionary_phrases = context->address_dictionary_phrases; + int64_array *address_phrase_memberships = context->address_phrase_memberships; + phrase_array *component_phrases = context->component_phrases; + int64_array *component_phrase_memberships = context->component_phrase_memberships; + phrase_array *postal_code_phrases = context->postal_code_phrases; + int64_array *postal_code_phrase_memberships = context->postal_code_phrase_memberships; + cstring_array *normalized = context->normalized; + + uint32_array *separators = context->separators; + + cstring_array_clear(features); + cstring_array_clear(prev_tag_features); + cstring_array_clear(prev2_tag_features); + + token_array *tokens = tokenized->tokens; + + token_t token = tokens->a[idx]; + + ssize_t last_index = (ssize_t)idx - 1; + ssize_t next_index = (ssize_t)idx + 1; + + char *word_pre_norm = tokenized_string_get_token(tokenized, idx); + + char *word = cstring_array_get_string(normalized, idx); + if (word == NULL) { + log_error("got NULL word at %d\n", idx); + return false; + } + + size_t word_len = strlen(word); + + log_debug("word=%s\n", word); + + phrase_t phrase = NULL_PHRASE; + phrase_t component_phrase = NULL_PHRASE; + + char *phrase_string = NULL; + char *component_phrase_string = NULL; + + int64_t address_phrase_index = address_phrase_memberships->a[idx]; + int64_t component_phrase_index = component_phrase_memberships->a[idx]; + + if (address_phrase_index != NULL_PHRASE_MEMBERSHIP) { + phrase = address_dictionary_phrases->a[address_phrase_index]; + } + + if (component_phrase_index != NULL_PHRASE_MEMBERSHIP) { + component_phrase = component_phrases->a[component_phrase_index]; + } + + char_array *phrase_tokens = context->phrase; + char_array *component_phrase_tokens = context->component_phrase; + + uint32_t expansion_index; + address_expansion_value_t *expansion_value; + + bool add_word_feature = true; + + size_t num_tokens = tokenized->tokens->n; + + // Address dictionary phrases + if (phrase.len > 0 && phrase.len >= component_phrase.len) { + log_debug("phrase\n"); + + last_index = (ssize_t)phrase.start - 1; + next_index = (ssize_t)phrase.start + phrase.len; + + if(is_valid_dictionary_phrase(phrase)) { + uint32_t expansion_index = phrase.data; + address_expansion_value_t *expansion_value = address_dictionary_get_expansions(expansion_index); + + if (expansion_value == NULL) { + log_warn("expansion_value is NULL for index %u\n", expansion_index); + return false; + } + uint32_t address_phrase_types = expansion_value->components; + + phrase_string = cstring_array_get_phrase(context->normalized, phrase_tokens, phrase); + + add_word_feature = false; + log_debug("phrase_string=%s\n", phrase_string); + + add_phrase_features(features, address_phrase_types, LIBPOSTAL_ADDRESS_STREET, "street", phrase_string); + add_phrase_features(features, address_phrase_types, LIBPOSTAL_ADDRESS_NAME, "name", phrase_string); + add_phrase_features(features, address_phrase_types, LIBPOSTAL_ADDRESS_CATEGORY, "category", phrase_string); + add_phrase_features(features, address_phrase_types, LIBPOSTAL_ADDRESS_UNIT, "unit", phrase_string); + add_phrase_features(features, address_phrase_types, LIBPOSTAL_ADDRESS_PO_BOX, "po_box", phrase_string); + add_phrase_features(features, address_phrase_types, LIBPOSTAL_ADDRESS_LEVEL, "level", phrase_string); + add_phrase_features(features, address_phrase_types, LIBPOSTAL_ADDRESS_ENTRANCE, "entrance", phrase_string); + add_phrase_features(features, address_phrase_types, LIBPOSTAL_ADDRESS_STAIRCASE, "staircase", phrase_string); + add_phrase_features(features, address_phrase_types, LIBPOSTAL_ADDRESS_HOUSE_NUMBER, "house_number", phrase_string); + add_phrase_features(features, address_phrase_types, LIBPOSTAL_ADDRESS_POSTAL_CODE, "postal_code", phrase_string); + } + } + + + address_parser_types_t types; + + // Component phrases + if (component_phrase.len > 0 && component_phrase.len >= phrase.len) { + component_phrase = component_phrases->a[component_phrase_index]; + + component_phrase_string = cstring_array_get_phrase(context->normalized_admin, component_phrase_tokens, component_phrase); + + uint32_t component_phrase_index = component_phrase.data; + if (component_phrase_index > parser->phrase_types->n) { + log_error("Invalid component_phrase_index: %u (parser->phrase_types->n=%zu)\n", component_phrase_index, parser->phrase_types->n); + return false; + } + + types = parser->phrase_types->a[component_phrase_index]; + + uint32_t component_phrase_types = types.components; + uint32_t most_common = types.most_common; + + if (last_index >= (ssize_t)component_phrase.start - 1) { + last_index = (ssize_t)component_phrase.start - 1; + } + + if (next_index < (ssize_t)component_phrase.start + component_phrase.len) { + next_index = (ssize_t)component_phrase.start + component_phrase.len; + } + + if (component_phrase_string != NULL && component_phrase_types > 0) { + feature_array_add(features, 2, "phrase", component_phrase_string); + add_word_feature = false; + } + + if (component_phrase_types > 0) { + add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_SUBURB, "suburb", component_phrase_string); + add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_CITY, "city", component_phrase_string); + add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_CITY_DISTRICT, "city_district", component_phrase_string); + add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_ISLAND, "island", component_phrase_string); + add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_STATE_DISTRICT, "state_district", component_phrase_string); + add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_STATE, "state", component_phrase_string); + add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_COUNTRY_REGION, "country_region", component_phrase_string); + add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_COUNTRY, "country", component_phrase_string); + add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_WORLD_REGION, "world_region", component_phrase_string); + } + + if (component_phrase_types != most_common) { + if (most_common == ADDRESS_PARSER_BOUNDARY_CITY) { + feature_array_add(features, 2, "commonly city", component_phrase_string); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_COUNTRY) { + feature_array_add(features, 2, "commonly country", component_phrase_string); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_SUBURB) { + feature_array_add(features, 2, "commonly suburb", component_phrase_string); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_CITY_DISTRICT) { + feature_array_add(features, 2, "commonly city_district", component_phrase_string); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_STATE) { + feature_array_add(features, 2, "commonly state", component_phrase_string); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_COUNTRY_REGION) { + feature_array_add(features, 2, "commonly country_region", component_phrase_string); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_STATE_DISTRICT) { + feature_array_add(features, 2, "commonly state_district", component_phrase_string); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_ISLAND) { + feature_array_add(features, 2, "commonly island", component_phrase_string); + } + } + } + + bool possible_postal_code = false; + bool postal_code_have_admin = false; + int64_t postal_code_phrase_index = postal_code_phrase_memberships->a[idx]; + phrase_t postal_code_phrase = NULL_PHRASE; + + if (postal_code_phrase_index != NULL_PHRASE_MEMBERSHIP) { + postal_code_phrase = postal_code_phrases->a[postal_code_phrase_index]; + + uint32_t postal_code_id = postal_code_phrase.data; + + possible_postal_code = true; + + if (last_index >= (ssize_t)postal_code_phrase.start - 1) { + last_index = (ssize_t)postal_code_phrase.start - 1; + } + + if (next_index < (ssize_t)postal_code_phrase.start + postal_code_phrase.len) { + next_index = (ssize_t)postal_code_phrase.start + postal_code_phrase.len; + } + + uint32_t admin_id; + uint64_t postal_code_context; + + khiter_t k; + + if (last_index >= 0) { + int64_t last_component_phrase_index = component_phrase_memberships->a[last_index]; + if (last_component_phrase_index != NULL_PHRASE_MEMBERSHIP) { + phrase_t last_component_phrase = component_phrases->a[last_component_phrase_index]; + admin_id = last_component_phrase.data; + + if (postal_code_context_exists(parser, postal_code_id, admin_id)) { + postal_code_have_admin = true; + } + } + } + + if (!postal_code_have_admin && next_index < num_tokens) { + int64_t next_component_phrase_index = component_phrase_memberships->a[next_index]; + if (next_component_phrase_index != NULL_PHRASE_MEMBERSHIP) { + phrase_t next_component_phrase = component_phrases->a[next_component_phrase_index]; + admin_id = next_component_phrase.data; + if (postal_code_context_exists(parser, postal_code_id, admin_id)) { + postal_code_have_admin = true; + } + } + } + + } + + if (possible_postal_code) { + if (postal_code_have_admin) { + feature_array_add(features, 1, "postcode have context"); + feature_array_add(features, 2, "postcode have context", word); + } else { + feature_array_add(features, 2, "postcode no context", word); + } + } + + uint32_t word_freq = word_vocab_frequency(parser, word); + + bool is_word = is_word_token(token.type); + + bool is_unknown_word = false; + bool is_unknown = false; + + bool known_prefix = false; + bool known_suffix = false; + + size_t prefix_len = 0; + size_t suffix_len = 0; + + char *prefix = NULL; + char *suffix = NULL; + + if (add_word_feature) { + // Bias unit, acts as an intercept + feature_array_add(features, 1, "bias"); + + phrase_t prefix_phrase = context->prefix_phrases->a[idx]; + phrase_t suffix_phrase = context->suffix_phrases->a[idx]; + + // Prefixes like hinter, etc. + if (prefix_phrase.len > 0) { + expansion_index = prefix_phrase.data; + expansion_value = address_dictionary_get_expansions(expansion_index); + + // Don't include elisions like l', d', etc. which are in the LIBPOSTAL_ADDRESS_ANY category + if (expansion_value->components ^ LIBPOSTAL_ADDRESS_ANY) { + known_prefix = true; + char_array_clear(phrase_tokens); + prefix_len = prefix_phrase.len; + char_array_add_len(phrase_tokens, word_pre_norm, prefix_len); + prefix = char_array_get_string(phrase_tokens); + log_debug("got prefix: %s\n", prefix); + feature_array_add(features, 2, "prefix", prefix); + } + } + + // Suffixes like straße, etc. + if (suffix_phrase.len > 0) { + expansion_index = suffix_phrase.data; + expansion_value = address_dictionary_get_expansions(expansion_index); + + if (expansion_value->components & LIBPOSTAL_ADDRESS_STREET) { + known_suffix = true; + char_array_clear(context->suffix_phrase); + suffix_len = suffix_phrase.len; + size_t word_pre_norm_len = cstring_array_token_length(tokenized->strings, idx); + size_t suffix_offset = word_pre_norm_len - suffix_len; + char_array_add_len(context->suffix_phrase, word_pre_norm + suffix_offset, suffix_len); + suffix = char_array_get_string(context->suffix_phrase); + log_debug("got suffix: %s\n", suffix); + feature_array_add(features, 2, "suffix", suffix); + } + } + + bool is_hyphenated = false; + + // For rare words and unknown words (so unknown words can benefit from statistics of known but super common words) + if (word_freq <= parser->options.rare_word_threshold && is_word) { + log_debug("rare word: %s\n", word); + bool ngrams_added = false; + size_t hyphenated_word_offset = 0; + bool first_sub_token = true; + bool last_sub_token = true; + + ssize_t next_hyphen_index; + + token_array_clear(context->sub_tokens); + + do { + next_hyphen_index = string_next_hyphen_index(word + hyphenated_word_offset, word_len - hyphenated_word_offset); + char *sub_word = word; + size_t sub_word_len = word_len; + + if (next_hyphen_index >= 0) { + is_hyphenated = true; + char_array_clear(context->sub_token); + char_array_add_len(context->sub_token, word + hyphenated_word_offset, next_hyphen_index); + token_array_push(context->sub_tokens, (token_t){hyphenated_word_offset, next_hyphen_index, token.type}); + sub_word = char_array_get_string(context->sub_token); + sub_word_len = context->sub_token->n; + last_sub_token = false; + } else if (is_hyphenated) { + char_array_clear(context->sub_token); + char_array_add_len(context->sub_token, word + hyphenated_word_offset, word_len - hyphenated_word_offset); + sub_word = char_array_get_string(context->sub_token); + sub_word_len = context->sub_token->n; + last_sub_token = true; + } + + bool add_prefix = first_sub_token && prefix_len < sub_word_len; + bool add_suffix = last_sub_token && suffix_len < sub_word_len; + + uint32_t sub_word_freq = word_freq; + if (is_hyphenated) { + sub_word_freq = word_vocab_frequency(parser, sub_word); + if (sub_word_freq > 0) { + feature_array_add(features, 2, "sub_word", sub_word); + } + + } + + if (sub_word_freq <= parser->options.rare_word_threshold) { + // prefix/suffix features from 3-6 characters + for (size_t ng = 3; ng <= 6; ng++) { + ngrams_added = add_ngram_features(features, is_hyphenated ? "sub_word" : "word", context->ngrams, sub_word, ng, add_prefix ? prefix_len : 0, add_suffix ? suffix_len : 0); + } + } + + hyphenated_word_offset += next_hyphen_index + 1; + first_sub_token = false; + + log_debug("next_hyphen_index=%zd\n", next_hyphen_index); + } while(next_hyphen_index >= 0); + + } + + if (word_freq > 0) { + // The individual word + feature_array_add(features, 2, "word", word); + } else { + log_debug("word not in vocab: %s\n", word); + + is_unknown = true; + word = (token.type != NUMERIC && token.type != IDEOGRAPHIC_NUMBER) ? UNKNOWN_WORD : UNKNOWN_NUMERIC; + + if (is_word_token(token.type)) { + is_unknown_word = true; + } + } + + if (idx == 0 && !is_unknown_word) { + feature_array_add(features, 2, "first word", word); + //feature_array_add(features, 3, "first word+next word", word, next_word); + } + + } else if (component_phrase_string != NULL) { + word = component_phrase_string; + } else if (phrase_string != NULL) { + word = phrase_string; + } + + if (last_index == idx - 1) { + // Previous tag and current word + feature_array_add(prev_tag_features, 2, "word", word); + + // Previous two tags and current word + if (parser->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + // In the CRF this is accounted for by the transition weights + // so only need it for the averaged perceptron + feature_array_add(prev_tag_features, 1, "trans"); + + // Averaged perceptron uses two tags of history, CRF uses one + feature_array_add(prev2_tag_features, 2, "word", word); + feature_array_add(prev2_tag_features, 1, "trans"); + } + } + + if (last_index >= 0) { + address_parser_phrase_t prev_word_or_phrase = word_or_phrase_at_index(parser, tokenized, context, last_index, false); + char *prev_word = prev_word_or_phrase.str; + + if (is_plain_word_phrase_type(prev_word_or_phrase.type)) { + uint32_t prev_word_freq = word_vocab_frequency(parser, prev_word); + token_t prev_token = tokenized->tokens->a[last_index]; + bool prev_token_numeric = is_numeric_token(prev_token.type); + if (prev_word_freq == 0) { + prev_word = !prev_token_numeric ? UNKNOWN_WORD : UNKNOWN_NUMERIC; + } + } + + // Previous word + feature_array_add(features, 2, "prev word", prev_word); + + + if (last_index == idx - 1) { + feature_array_add(prev_tag_features, 2, "prev word", prev_word); + } + + // Previous word and current word + feature_array_add(features, 3, "prev word+word", prev_word, word); + } + + if (next_index < num_tokens) { + address_parser_phrase_t next_word_or_phrase = word_or_phrase_at_index(parser, tokenized, context, next_index, false); + char *next_word = next_word_or_phrase.str; + size_t next_word_len = 1; + + if (is_plain_word_phrase_type(next_word_or_phrase.type)) { + uint32_t next_word_freq = word_vocab_frequency(parser, next_word); + token_t next_token = tokenized->tokens->a[next_index]; + bool next_token_numeric = is_numeric_token(next_token.type); + if (next_word_freq == 0) { + next_word = !next_token_numeric ? UNKNOWN_WORD : UNKNOWN_NUMERIC; + } + } else { + next_word_len = next_word_or_phrase.phrase.len; + } + + // Next word e.g. if the current word is unknown and the next word is "street" + feature_array_add(features, 2, "next word", next_word); + + // Current word and next word + feature_array_add(features, 3, "word+next word", word, next_word); + + // Prev tag, current word and next word + //feature_array_add(features, 4, "prev tag+word+next word", prev || "START", word, next_word); + + // Venue names ("house") are almost always at the beginning of the string + // and often contain out-of-vocabulary words. Consider a case like "Barboncino 781 Franklin Ave". + // The features available to classify "Barboncino" are going to be unknown word featuers (n-grams), + // next word features (unknown word where next word=DDD is just as likely to be a street) + // and no previous tags of history since it's the first word. If the parser predicts the + // first token correctly, it's going to have an easier time getting the rest of the sequence + // correct (unknown word + prev tag was "house" is probably still part of the venue, etc.) so + // we're only really worried about that first token. This group of features, called + // "long-context features" finds the relative position of the next numeric token as well + // as the next street-level phrase (words like "ave", "street", etc.) in the right context. + // In an English or French address, if we know there's a number somewhere to our right, + // and that a word like "Ave" appears to the right of the number, it's very likely that + // the current unknown word is part of a venue name. Similarly, if a venue-word like "Pizzeria" + // occurred prior to the number, that would also be strong evidence that we're in a venue name. + // Conversely, if we're in a Spanish address and a word like "Calle" comes before the first number + // to our right, it's also likely that we're in a venue name, but we'd need to note that the + // phrase we saw was "Calle" and not an English thoroughfare type. + + if (idx == 0 && add_word_feature && is_unknown_word) { + bool seen_number = false; + bool seen_phrase = false; + for (uint32_t right_idx = idx + 1; right_idx < num_tokens; right_idx++) { + token_t right_token = tokens->a[right_idx]; + + /* Check */ + address_parser_phrase_t right_context_word_or_phrase = word_or_phrase_at_index(parser, tokenized, context, right_idx, true); + address_parser_phrase_type_t right_context_phrase_type = right_context_word_or_phrase.type; + if (right_context_phrase_type != ADDRESS_PARSER_NULL_PHRASE && + right_context_phrase_type != ADDRESS_PARSER_DICTIONARY_PHRASE && + right_context_phrase_type != ADDRESS_PARSER_SUFFIX_PHRASE && + right_context_phrase_type != ADDRESS_PARSER_PREFIX_PHRASE) { + continue; + } + char *right_context_word = right_context_word_or_phrase.str; + phrase_t right_context_phrase = right_context_word_or_phrase.phrase; + + phrase_t suffix_phrase = context->suffix_phrases->a[right_idx]; + + uint32_t right_context_expansion_index; + address_expansion_value_t *right_context_expansion_value; + + uint32_t right_context_components = 0; + bool right_context_name = false; + bool right_context_street = false; + + if (right_context_phrase.len > 0) { + right_context_expansion_index = right_context_phrase.data; + right_context_expansion_value = address_dictionary_get_expansions(right_context_expansion_index); + right_context_components = right_context_expansion_value->components; + + char *right_affix_type = NULL; + char *right_context_affix = NULL; + + char *relation_to_number = seen_number ? "after number" : "before number"; + + seen_phrase = true; + + char *right_context_word_pre_norm; + + if (right_context_phrase_type == ADDRESS_PARSER_SUFFIX_PHRASE) { + right_affix_type = "suffix"; + right_context_word_pre_norm = tokenized_string_get_token(tokenized, right_idx); + right_context_affix = phrase_suffix(right_context_word, strlen(right_context_word_pre_norm), right_context_phrase, context->long_context_suffix_phrase); + } else if (right_context_word_or_phrase.type == ADDRESS_PARSER_PREFIX_PHRASE) { + right_affix_type = "prefix"; + right_context_word_pre_norm = tokenized_string_get_token(tokenized, right_idx); + right_context_affix = phrase_prefix(right_context_word, strlen(right_context_word_pre_norm), right_context_phrase, context->long_context_suffix_phrase); + } + + if (right_context_components & LIBPOSTAL_ADDRESS_STREET && !(right_context_components & LIBPOSTAL_ADDRESS_NAME)) { + feature_array_add(features, 2, "first word unknown+street phrase right", relation_to_number); + feature_array_add(features, 3, "first word unknown+street phrase right", relation_to_number, right_context_word); + if (right_context_affix != NULL && right_affix_type != NULL) { + feature_array_add(features, 4, "first word unknown+street affix right", relation_to_number, right_affix_type, right_context_affix); + } + break; + } else if (right_context_components & LIBPOSTAL_ADDRESS_NAME && !(right_context_components & LIBPOSTAL_ADDRESS_STREET)) { + feature_array_add(features, 2, "first word unknown+venue phrase right", relation_to_number); + feature_array_add(features, 3, "first word unknown+venue phrase right", relation_to_number, right_context_word); + if (right_context_affix != NULL && right_affix_type != NULL) { + feature_array_add(features, 4, "first word unknown+venue affix right", relation_to_number, right_affix_type, right_context_affix); + } + } else if (right_context_components & (LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET)) { + if (seen_number) { + feature_array_add(features, 1, "first word unknown+number+ambiguous phrase right"); + feature_array_add(features, 2, "first word unknown+number+ambiguous phrase right", right_context_word); + if (right_context_affix != NULL && right_affix_type != NULL) { + feature_array_add(features, 3, "first word unknown+number+ambiguous affix right", right_affix_type, right_context_affix); + } + break; + } else { + continue; + } + } + + if (seen_number) break; + } + + if (is_numeric_token(right_token.type)) { + seen_number = true; + char *relation_to_phrase = seen_phrase ? "after phrase" : "before phrase"; + feature_array_add(features, 2, "first word unknown+number right", relation_to_phrase); + feature_array_add(features, 3, "first word unknown+number right", relation_to_phrase, right_context_word); + if (seen_phrase) break; + } + } + } + } + + return true; + +} + +bool address_parser_predict(address_parser_t *self, address_parser_context_t *context, cstring_array *token_labels, tagger_feature_function feature_function, tokenized_string_t *tokenized_str) { + if (self->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + return averaged_perceptron_tagger_predict(self->model.ap, self, context, context->features, context->prev_tag_features, context->prev2_tag_features, token_labels, feature_function, tokenized_str, self->options.print_features); + } else if (self->model_type == ADDRESS_PARSER_TYPE_CRF) { + return crf_tagger_predict(self->model.crf, self, context, context->features, context->prev_tag_features, token_labels, feature_function, tokenized_str, self->options.print_features); + } else { + log_error("Parser has unknown model type\n"); + } + return false; +} + +libpostal_address_parser_response_t *address_parser_response_new(void) { + libpostal_address_parser_response_t *response = malloc(sizeof(libpostal_address_parser_response_t)); + return response; +} + +libpostal_address_parser_response_t *address_parser_parse(char *address, char *language, char *country) { + if (address == NULL) return NULL; + + address_parser_t *parser = get_address_parser(); + if (parser == NULL || parser->context == NULL) { + log_error("parser is not setup, call libpostal_setup_address_parser()\n"); + return NULL; + } + + address_parser_context_t *context = parser->context; + + char *normalized = address_parser_normalize_string(address); + bool is_normalized = normalized != NULL; + if (!is_normalized) { + normalized = address; + } + + token_array *tokens = tokenize(normalized); + + tokenized_string_t *tokenized_str = tokenized_string_new_from_str_size(normalized, strlen(normalized), tokens->n); + + for (size_t i = 0; i < tokens->n; i++) { + token_t token = tokens->a[i]; + if (ADDRESS_PARSER_IS_SEPARATOR(token.type)) { + uint32_array_pop(context->separators); + uint32_array_push(context->separators, ADDRESS_SEPARATOR_FIELD_INTERNAL); + continue; + } else if (ADDRESS_PARSER_IS_IGNORABLE(token.type)) { + continue; + } + + tokenized_string_add_token(tokenized_str, (const char *)normalized, token.len, token.type, token.offset); + uint32_array_push(context->separators, ADDRESS_SEPARATOR_NONE); + } + + // This parser was trained without knowing language/country. + // If at some point we build country-specific/language-specific + // parsers, these parameters could be used to select a model. + // The language parameter does technically control which dictionaries + // are searched at the street level. It's possible with e.g. a phrase + // like "de", which can be either the German country code or a stopword + // in Spanish, that even in the case where it's being used as a country code, + // it's possible that both the street-level and admin-level phrase features + // may be working together as a kind of intercept. Depriving the model + // of the street-level phrase features by passing in a known language + // may change the decision threshold so explicitly ignore these + // options until there's a use for them (country-specific or language-specific + // parser models). + + language = NULL; + country = NULL; + address_parser_context_fill(context, parser, tokenized_str, language, country); + + libpostal_address_parser_response_t *response = NULL; + + // If the whole input string is a single known phrase at the SUBURB level or higher, bypass sequence prediction altogether + phrase_t only_phrase = NULL_PHRASE; + token_t token, prev_token; + bool is_postal = false; + if (context->component_phrases->n == 1) { + only_phrase = context->component_phrases->a[0]; + } else if (context->postal_code_phrases->n == 1) { + only_phrase = context->postal_code_phrases->a[0]; + is_postal = true; + } + + if (only_phrase.start == 0 && only_phrase.len == tokenized_str->tokens->n && only_phrase.len > 0) { + uint32_t most_common = 0; + + char *label = NULL; + + if (!is_postal) { + uint32_t component_phrase_index = only_phrase.data; + address_parser_types_t types = parser->phrase_types->a[component_phrase_index]; + most_common = types.most_common; + + if (most_common == ADDRESS_PARSER_BOUNDARY_CITY) { + label = strdup(ADDRESS_PARSER_LABEL_CITY); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_STATE) { + label = strdup(ADDRESS_PARSER_LABEL_STATE); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_COUNTRY) { + label = strdup(ADDRESS_PARSER_LABEL_COUNTRY); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_STATE_DISTRICT) { + label = strdup(ADDRESS_PARSER_LABEL_STATE_DISTRICT); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_COUNTRY_REGION) { + label = strdup(ADDRESS_PARSER_LABEL_COUNTRY_REGION); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_SUBURB) { + label = strdup(ADDRESS_PARSER_LABEL_SUBURB); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_CITY_DISTRICT) { + label = strdup(ADDRESS_PARSER_LABEL_CITY_DISTRICT); + } else if (most_common == ADDRESS_PARSER_BOUNDARY_WORLD_REGION) { + label = strdup(ADDRESS_PARSER_LABEL_WORLD_REGION); + } + } else { + label = strdup(ADDRESS_PARSER_LABEL_POSTAL_CODE); + } + + // Implicit: if most_common is not one of the above, ignore and parse regularly + if (label != NULL) { + char **single_label = malloc(sizeof(char *)); + single_label[0] = label; + char **single_component = malloc(sizeof(char *)); + single_component[0] = strdup(normalized); + + response = address_parser_response_new(); + + response->num_components = 1; + response->labels = single_label; + response->components = single_component; + + token_array_destroy(tokens); + tokenized_string_destroy(tokenized_str); + + if (is_normalized) { + free(normalized); + } + return response; + } + } + + cstring_array *token_labels = cstring_array_new_size(tokens->n); + + char *prev_label = NULL; + + bool prediction_success = address_parser_predict(parser, context, token_labels, &address_parser_features, tokenized_str); + + if (prediction_success) { + response = address_parser_response_new(); + + size_t num_strings = cstring_array_num_strings(tokenized_str->strings); + + cstring_array *labels = cstring_array_new_size(num_strings); + cstring_array *components = cstring_array_new_size(strlen(address) + num_strings); + + token_t *tokens = tokenized_str->tokens->a; + + for (size_t i = 0; i < num_strings; i++) { + char *str = tokenized_string_get_token(tokenized_str, i); + + char *label = cstring_array_get_string(token_labels, i); + + if (prev_label == NULL || strcmp(label, prev_label) != 0) { + cstring_array_add_string(labels, label); + cstring_array_start_token(components); + + } + + if (prev_label != NULL && strcmp(label, prev_label) == 0) { + token = tokens[i]; + prev_token = tokens[i - 1]; + if (token.offset > prev_token.offset + prev_token.len) { + cstring_array_cat_string(components, " "); + } + cstring_array_cat_string(components, str); + } else { + cstring_array_append_string(components, str); + cstring_array_terminate(components); + } + + prev_label = label; + } + response->num_components = cstring_array_num_strings(components); + response->components = cstring_array_to_strings(components); + response->labels = cstring_array_to_strings(labels); + + } else { + log_error("Error in prediction\n"); + } + + token_array_destroy(tokens); + tokenized_string_destroy(tokenized_str); + cstring_array_destroy(token_labels); + + if (is_normalized) { + free(normalized); + } + + return response; +} + + + +bool address_parser_module_setup(char *dir) { + if (parser == NULL) { + return address_parser_load(dir); + } + return true; +} + +void address_parser_module_teardown(void) { + if (parser != NULL) { + address_parser_destroy(parser); + } + parser = NULL; +} diff --git a/src/address_parser.h b/src/address_parser.h new file mode 100644 index 0000000..b059a24 --- /dev/null +++ b/src/address_parser.h @@ -0,0 +1,255 @@ +/* +address_parser.h +---------------- + +International address parser, designed to use OSM training data, +over 40M addresses formatted with the OpenCage address formatting +templates: https://github.com/OpenCageData/address-formatting. + +This is a sequence modeling problem similar to e.g. part-of-speech +tagging, named entity recognition, etc. in which we have a sequence +of inputs (words/tokens) and want to predict a sequence of outputs +(labeled part-of-address tags). This is a supervised learning model +and the training data is created in the Python geodata package +included with this repo. Example record: + +en us 123/house_number Fake/road Street/road Brooklyn/city NY/state 12345/postcode + +Where the fields are: {language, country, tagged address}. + +After training, the address parser can take as input a tokenized +input string e.g. "123 Fake Street Brooklyn NY 12345" and parse +it into: + +{ + "house_number": "123", + "road": "Fake Street", + "city": "Brooklyn", + "state": "NY", + "postcode": "12345" +} + +The model used is a greedy averaged perceptron rather than something +like a CRF since there's ample training data from OSM and the accuracy +on this task is already very high with the simpler model. + +However, it is still worth investigating CRFs as they are relatively fast +at prediction time for a small number of tags, can often achieve better +performance and are robust to correlated features, which may not be true +with the general error-driven averaged perceptron. + +*/ +#ifndef ADDRESS_PARSER_H +#define ADDRESS_PARSER_H + +#include +#include +#include + +#include "libpostal.h" +#include "libpostal_config.h" + +#include "averaged_perceptron.h" +#include "averaged_perceptron_tagger.h" +#include "collections.h" +#include "crf.h" +#include "graph.h" +#include "normalize.h" +#include "string_utils.h" + +#define DEFAULT_ADDRESS_PARSER_PATH LIBPOSTAL_ADDRESS_PARSER_DIR PATH_SEPARATOR "address_parser.dat" + +#define ADDRESS_PARSER_NORMALIZE_STRING_OPTIONS NORMALIZE_STRING_COMPOSE | NORMALIZE_STRING_LOWERCASE | NORMALIZE_STRING_SIMPLE_LATIN_ASCII +#define ADDRESS_PARSER_NORMALIZE_STRING_OPTIONS_LATIN NORMALIZE_STRING_COMPOSE | NORMALIZE_STRING_LOWERCASE | NORMALIZE_STRING_LATIN_ASCII +#define ADDRESS_PARSER_NORMALIZE_STRING_OPTIONS_UTF8 NORMALIZE_STRING_COMPOSE | NORMALIZE_STRING_LOWERCASE | NORMALIZE_STRING_STRIP_ACCENTS + +#define ADDRESS_PARSER_NORMALIZE_TOKEN_OPTIONS NORMALIZE_TOKEN_DELETE_FINAL_PERIOD | NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS | NORMALIZE_TOKEN_REPLACE_DIGITS +#define ADDRESS_PARSER_NORMALIZE_ADMIN_TOKEN_OPTIONS ADDRESS_PARSER_NORMALIZE_TOKEN_OPTIONS ^ NORMALIZE_TOKEN_REPLACE_DIGITS +#define ADDRESS_PARSER_NORMALIZE_POSTAL_CODE_TOKEN_OPTIONS ADDRESS_PARSER_NORMALIZE_ADMIN_TOKEN_OPTIONS | NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC + +#define ADDRESS_SEPARATOR_NONE 0 +#define ADDRESS_SEPARATOR_FIELD_INTERNAL 1 << 0 +#define ADDRESS_SEPARATOR_FIELD 1 << 1 + +#define ADDRESS_PARSER_IS_SEPARATOR(token_type) ((token_type) == COMMA || (token_type) == NEWLINE || (token_type) == HYPHEN || (token_type) == DASH || (token_type) == BREAKING_DASH|| (token_type) == SEMICOLON || (token_type) == PUNCT_OPEN || (token_type) == PUNCT_CLOSE ) +#define ADDRESS_PARSER_IS_IGNORABLE(token_type) ((token.type) == INVALID_CHAR || (token.type) == PERIOD || (token_type) == COLON ) + +#define SEPARATOR_LABEL "sep" +#define FIELD_SEPARATOR_LABEL "fsep" + +#define ADDRESS_COMPONENT_NON_BOUNDARY 0 +#define ADDRESS_COMPONENT_SUBURB 1 << 3 +#define ADDRESS_COMPONENT_CITY_DISTRICT 1 << 4 +#define ADDRESS_COMPONENT_CITY 1 << 5 +#define ADDRESS_COMPONENT_ISLAND 1 << 7 +#define ADDRESS_COMPONENT_STATE_DISTRICT 1 << 8 +#define ADDRESS_COMPONENT_STATE 1 << 9 +#define ADDRESS_COMPONENT_COUNTRY_REGION 1 << 11 +#define ADDRESS_COMPONENT_COUNTRY 1 << 13 +#define ADDRESS_COMPONENT_WORLD_REGION 1 << 14 + +typedef enum { + ADDRESS_PARSER_BOUNDARY_NONE, + ADDRESS_PARSER_BOUNDARY_SUBURB, + ADDRESS_PARSER_BOUNDARY_CITY_DISTRICT, + ADDRESS_PARSER_BOUNDARY_CITY, + ADDRESS_PARSER_BOUNDARY_STATE_DISTRICT, + ADDRESS_PARSER_BOUNDARY_ISLAND, + ADDRESS_PARSER_BOUNDARY_STATE, + ADDRESS_PARSER_BOUNDARY_COUNTRY_REGION, + ADDRESS_PARSER_BOUNDARY_COUNTRY, + ADDRESS_PARSER_BOUNDARY_WORLD_REGION, + NUM_ADDRESS_PARSER_BOUNDARY_TYPES +} address_parser_boundary_components; + + +#define ADDRESS_PARSER_LABEL_HOUSE "house" +#define ADDRESS_PARSER_LABEL_HOUSE_NUMBER "house_number" +#define ADDRESS_PARSER_LABEL_PO_BOX "po_box" +#define ADDRESS_PARSER_LABEL_BUILDING "building" +#define ADDRESS_PARSER_LABEL_ENTRANCE "entrance" +#define ADDRESS_PARSER_LABEL_STAIRCASE "staircase" +#define ADDRESS_PARSER_LABEL_LEVEL "level" +#define ADDRESS_PARSER_LABEL_UNIT "unit" +#define ADDRESS_PARSER_LABEL_ROAD "road" +#define ADDRESS_PARSER_LABEL_METRO_STATION "metro_station" +#define ADDRESS_PARSER_LABEL_SUBURB "suburb" +#define ADDRESS_PARSER_LABEL_CITY_DISTRICT "city_district" +#define ADDRESS_PARSER_LABEL_CITY "city" +#define ADDRESS_PARSER_LABEL_STATE_DISTRICT "state_district" +#define ADDRESS_PARSER_LABEL_ISLAND "island" +#define ADDRESS_PARSER_LABEL_STATE "state" +#define ADDRESS_PARSER_LABEL_POSTAL_CODE "postcode" +#define ADDRESS_PARSER_LABEL_COUNTRY_REGION "country_region" +#define ADDRESS_PARSER_LABEL_COUNTRY "country" +#define ADDRESS_PARSER_LABEL_WORLD_REGION "world_region" + +#define ADDRESS_PARSER_LABEL_WEBSITE "website" +#define ADDRESS_PARSER_LABEL_TELEPHONE "phone" + +typedef union address_parser_types { + uint32_t value; + struct { + uint32_t components:16; // Bitset of components + uint32_t most_common:16; // Most common component as short integer enum value + }; +} address_parser_types_t; + +VECTOR_INIT(address_parser_types_array, address_parser_types_t) + +typedef struct address_parser_context { + char *language; + char *country; + cstring_array *features; + cstring_array *prev_tag_features; + cstring_array *prev2_tag_features; + // Temporary strings used at each token during feature extraction + char_array *phrase; + char_array *context_phrase; + char_array *long_context_phrase; + char_array *prefix_phrase; + char_array *context_prefix_phrase; + char_array *long_context_prefix_phrase; + char_array *suffix_phrase; + char_array *context_suffix_phrase; + char_array *long_context_suffix_phrase; + char_array *component_phrase; + char_array *context_component_phrase; + char_array *long_context_component_phrase; + // ngrams and prefix/suffix features + cstring_array *ngrams; + // For hyphenated words + char_array *sub_token; + token_array *sub_tokens; + // Strings/arrays relating to the sentence + uint32_array *separators; + cstring_array *normalized; + token_array *normalized_tokens; + cstring_array *normalized_admin; + token_array *normalized_admin_tokens; + // Known phrases + phrase_array *address_dictionary_phrases; + int64_array *address_phrase_memberships; // Index in address_dictionary_phrases or -1 + phrase_array *component_phrases; + int64_array *component_phrase_memberships; // Index in component_phrases or -1 + phrase_array *postal_code_phrases; + int64_array *postal_code_phrase_memberships; // Index in postal_code_phrases or -1 + phrase_array *prefix_phrases; + phrase_array *suffix_phrases; + // The tokenized string used to conveniently access both words as C strings and tokens by index + tokenized_string_t *tokenized_str; +} address_parser_context_t; + +typedef union postal_code_context_value { + uint64_t value; + struct { + uint64_t postcode:32; + uint64_t admin:32; + }; +} postal_code_context_value_t; + +#define POSTAL_CODE_CONTEXT(pc, ad) ((postal_code_context_value_t){.postcode = (pc), .admin = (ad) }) + +typedef enum address_parser_model_type { + ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON, + ADDRESS_PARSER_TYPE_CRF +} address_parser_model_type_t; + +typedef struct parser_options { + uint64_t rare_word_threshold; + bool print_features; +} parser_options_t; + +// Can add other gazetteers as well +typedef struct address_parser { + parser_options_t options; + size_t num_classes; + address_parser_model_type_t model_type; + union { + averaged_perceptron_t *ap; + crf_t *crf; + } model; + address_parser_context_t *context; + trie_t *vocab; + trie_t *phrases; + address_parser_types_array *phrase_types; + trie_t *postal_codes; + graph_t *postal_code_contexts; +} address_parser_t; + +// General usage + +address_parser_t *address_parser_new(void); +address_parser_t *address_parser_new_options(parser_options_t options); +address_parser_t *get_address_parser(void); +bool address_parser_load(char *dir); + +bool address_parser_print_features(bool print_features); +libpostal_address_parser_response_t *address_parser_parse(char *address, char *language, char *country); +void address_parser_destroy(address_parser_t *self); + +char *address_parser_normalize_string(char *str); +void address_parser_normalize_token(cstring_array *array, char *str, token_t token); + +bool address_parser_predict(address_parser_t *self, address_parser_context_t *context, cstring_array *token_labels, tagger_feature_function feature_function, tokenized_string_t *tokenized_str); + +address_parser_context_t *address_parser_context_new(void); +void address_parser_context_destroy(address_parser_context_t *self); + +void address_parser_context_fill(address_parser_context_t *context, address_parser_t *parser, tokenized_string_t *tokenized_str, char *language, char *country); + +// Feature function +bool address_parser_features(void *self, void *ctx, tokenized_string_t *str, uint32_t i); + +// I/O methods + +bool address_parser_load(char *dir); +bool address_parser_save(address_parser_t *self, char *output_dir); + +// Module setup/teardown + +bool address_parser_module_setup(char *dir); +void address_parser_module_teardown(void); + + +#endif diff --git a/src/address_parser_cli.c b/src/address_parser_cli.c new file mode 100644 index 0000000..9c50a8c --- /dev/null +++ b/src/address_parser_cli.c @@ -0,0 +1,128 @@ +#include +#include + +#include "json_encode.h" +#include "libpostal.h" + +#include "linenoise/linenoise.h" +#include "log/log.h" +#include "strndup.h" + +int main(int argc, char **argv) { + char *address_parser_dir = NULL; + char *history_file = "address_parser.history"; + + if (argc > 1) { + address_parser_dir = argv[1]; + } + + printf("Loading models...\n"); + + if (!libpostal_setup() || !libpostal_setup_parser_datadir(address_parser_dir)) { + exit(EXIT_FAILURE); + } + + printf("\n"); + + printf("Welcome to libpostal's address parser.\n\n"); + printf("Type in any address to parse and print the result.\n\n"); + printf("Special commands:\n"); + printf(".exit to quit the program\n\n"); + + char *language = NULL; + char *country = NULL; + + char *input = NULL; + + while((input = linenoise("> ")) != NULL) { + + if (input[0] != '\0') { + linenoiseHistoryAdd(input); /* Add to the history. */ + linenoiseHistorySave(history_file); /* Save the history on disk. */ + } + + if (strncmp(input, ".exit", 5) == 0) { + printf("Fin!\n"); + free(input); + break; + } else if (strncmp(input, ".language", 9) == 0) { + size_t num_tokens = 0; + cstring_array *command = cstring_array_split(input, " ", 1, &num_tokens); + if (num_tokens > 1) { + if (language != NULL) { + free(language); + } + language = strdup(cstring_array_get_string(command, 1)); + } else { + printf("Must specify language code\n"); + } + + cstring_array_destroy(command); + goto next_input; + } else if (strncmp(input, ".country", 8) == 0) { + size_t num_tokens = 0; + cstring_array *command = cstring_array_split(input, " ", 1, &num_tokens); + if (cstring_array_num_strings(command) > 1) { + if (country != NULL) { + free(country); + } + country = strdup(cstring_array_get_string(command, 1)); + } else { + printf("Must specify country code\n"); + } + + cstring_array_destroy(command); + goto next_input; + } else if (string_starts_with(input, ".print_features")) { + size_t num_tokens = 0; + cstring_array *command = cstring_array_split(input, " ", 1, &num_tokens); + if (cstring_array_num_strings(command) > 1) { + char *flag = cstring_array_get_string(command, 1); + if (string_compare_case_insensitive(flag, "off") == 0) { + libpostal_parser_print_features(false); + } else if (string_compare_case_insensitive(flag, "on") == 0) { + libpostal_parser_print_features(true); + } + } else { + libpostal_parser_print_features(true); + } + + cstring_array_destroy(command); + goto next_input; + } else if (strlen(input) == 0) { + goto next_input; + } + + libpostal_address_parser_response_t *parsed; + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + if (country != NULL) options.country = country; + if (language != NULL) options.language = language; + + if ((parsed = libpostal_parse_address(input, options))) { + printf("\n"); + printf("Result:\n\n"); + printf("{\n"); + for (int i = 0; i < parsed->num_components; i++) { + char *component = parsed->components[i]; + + char *json_string = json_encode_string(component); + printf(" \"%s\": %s%s\n", parsed->labels[i], json_string, i < parsed->num_components - 1 ? "," : ""); + free(json_string); + } + printf("}\n"); + printf("\n"); + + libpostal_address_parser_response_destroy(parsed); + } else { + log_error("Error parsing address\n"); + exit(EXIT_FAILURE); + } + +next_input: + free(input); + } + + libpostal_teardown(); + libpostal_teardown_parser(); +} diff --git a/src/address_parser_io.c b/src/address_parser_io.c new file mode 100644 index 0000000..494fd5b --- /dev/null +++ b/src/address_parser_io.c @@ -0,0 +1,300 @@ +#include "address_parser_io.h" + +address_parser_data_set_t *address_parser_data_set_init(char *filename) { + address_parser_data_set_t *data_set = malloc(sizeof(address_parser_data_set_t)); + data_set->f = fopen(filename, "r"); + if (data_set->f == NULL) { + free(data_set); + return NULL; + } + + data_set->tokens = token_array_new(); + data_set->tokenized_str = NULL; + data_set->normalizations = cstring_array_new(); + data_set->norm = 0; + data_set->labels = cstring_array_new(); + data_set->separators = uint32_array_new(); + data_set->language = char_array_new_size(MAX_LANGUAGE_LEN); + data_set->country = char_array_new_size(MAX_COUNTRY_CODE_LEN); + + return data_set; +} + +bool address_parser_data_set_rewind(address_parser_data_set_t *self) { + if (self == NULL || self->f == NULL) return false; + + return (fseek(self->f, 0, SEEK_SET) == 0); +} + + +bool address_parser_all_normalizations(cstring_array *strings, char *str, char *language) { + if (strings == NULL) return false; + + char *lowercased = normalize_string_utf8(str, ADDRESS_PARSER_NORMALIZE_STRING_OPTIONS); + if (lowercased == NULL) { + return false; + } + + cstring_array_add_string(strings, lowercased); + + char *latin_normalized = normalize_string_latin(str, strlen(str), ADDRESS_PARSER_NORMALIZE_STRING_OPTIONS_LATIN); + if (latin_normalized != NULL) { + if (!string_equals(latin_normalized, lowercased)) { + cstring_array_add_string(strings, latin_normalized); + } + free(latin_normalized); + } + + char *trans_name = NULL; + char *transliterated = NULL; + char *transliterated_utf8_normalized = NULL; + + foreach_transliterator(SCRIPT_LATIN, language, trans_name, { + if (!string_equals(trans_name, LATIN_ASCII)) { + transliterated = transliterate(trans_name, str, strlen(str)); + if (transliterated != NULL) { + transliterated_utf8_normalized = normalize_string_utf8(transliterated, ADDRESS_PARSER_NORMALIZE_STRING_OPTIONS_UTF8); + if (transliterated_utf8_normalized != NULL) { + if (!string_equals(transliterated_utf8_normalized, lowercased)) { + cstring_array_add_string(strings, transliterated_utf8_normalized); + } + free(transliterated_utf8_normalized); + transliterated_utf8_normalized = NULL; + } else { + cstring_array_add_string(strings, transliterated); + } + + free(transliterated); + transliterated = NULL; + } + } + }) + + char *utf8_normalized = normalize_string_utf8(str, ADDRESS_PARSER_NORMALIZE_STRING_OPTIONS_UTF8); + if (utf8_normalized != NULL) { + if (!string_equals(utf8_normalized, lowercased)) { + cstring_array_add_string(strings, utf8_normalized); + } + free(utf8_normalized); + } + + free(lowercased); + + return true; +} + +bool address_parser_data_set_tokenize_line(address_parser_data_set_t *self, char *input) { + token_array *tokens = self->tokens; + uint32_array *separators = self->separators; + cstring_array *labels = self->labels; + + size_t count = 0; + + token_t token; + + uint32_t i = 0; + char *str = NULL; + + cstring_array *pairs = cstring_array_split_ignore_consecutive(input, " ", 1, &count); + size_t num_pairs = cstring_array_num_strings(pairs); + + char *label = NULL; + + // First populate token array + cstring_array_foreach(pairs, i, str, { + size_t pair_len = strlen(str); + + char *last_separator = strrchr(str, (int)'/'); + + if (last_separator == NULL) { + log_error("All tokens must be delimited with '/'\n"); + log_error("line = %s\n", input); + log_error("str = %s, i=%d\n", str, i); + return false; + } + + uint32_t last_separator_index = last_separator - str; + + label = str + last_separator_index + 1; + + if (strcmp(label, FIELD_SEPARATOR_LABEL) == 0) { + uint32_array_pop(separators); + uint32_array_push(separators, ADDRESS_SEPARATOR_FIELD | ADDRESS_SEPARATOR_FIELD_INTERNAL); + continue; + } else if (strcmp(label, SEPARATOR_LABEL) == 0) { + uint32_array_pop(separators); + uint32_array_push(separators, ADDRESS_SEPARATOR_FIELD_INTERNAL); + continue; + } + + token.offset = pairs->indices->a[i]; + size_t expected_len = last_separator_index; + + scanner_t scanner = scanner_from_string(input + token.offset, expected_len); + token.type = scan_token(&scanner); + token.len = scanner.cursor - scanner.start; + + if (token.len == expected_len) { + if (ADDRESS_PARSER_IS_SEPARATOR(token.type)) { + uint32_array_pop(separators); + uint32_array_push(separators, ADDRESS_SEPARATOR_FIELD_INTERNAL); + continue; + } else if (ADDRESS_PARSER_IS_IGNORABLE(token.type)) { + // shouldn't happen but just in case + continue; + } else { + uint32_array_push(separators, ADDRESS_SEPARATOR_NONE); + } + + cstring_array_add_string(labels, label); + + token_array_push(tokens, token); + } else { + /* If normalizing the string turned one token into several e.g. ½ => 1/2 + add all the tokens where offset = (token.offset + sub_token.offset) + with the same label as the parent. + */ + token_array *sub_tokens = token_array_new(); + if (sub_tokens == NULL) { + log_error("Error allocating sub-token array\n"); + return false; + } + tokenize_add_tokens(sub_tokens, input + token.offset, expected_len, false); + for (size_t j = 0; j < sub_tokens->n; j++) { + token_t sub_token = sub_tokens->a[j]; + // Add the offset of the parent "token" + sub_token.offset = token.offset + sub_token.offset; + + if (ADDRESS_PARSER_IS_SEPARATOR(sub_token.type)) { + uint32_array_push(separators, ADDRESS_SEPARATOR_FIELD_INTERNAL); + continue; + } else if (ADDRESS_PARSER_IS_IGNORABLE(sub_token.type)) { + continue; + } else { + uint32_array_push(separators, ADDRESS_SEPARATOR_NONE); + } + + cstring_array_add_string(labels, label); + token_array_push(tokens, sub_token); + } + + token_array_destroy(sub_tokens); + + } + + }) + + cstring_array_destroy(pairs); + + return true; +} + + + +bool address_parser_data_set_next(address_parser_data_set_t *self) { + if (self == NULL) return false; + + cstring_array *fields = NULL; + + if (self->norm == 0 || self->norm >= cstring_array_num_strings(self->normalizations)) { + char *line = file_getline(self->f); + if (line == NULL) { + return false; + } + + size_t token_count; + + fields = cstring_array_split(line, TAB_SEPARATOR, TAB_SEPARATOR_LEN, &token_count); + + free(line); + + if (token_count != ADDRESS_PARSER_FILE_NUM_TOKENS) { + log_error("Token count did not match, expected %d, got %zu\n", ADDRESS_PARSER_FILE_NUM_TOKENS, token_count); + return false; + } + + char *language = cstring_array_get_string(fields, ADDRESS_PARSER_FIELD_LANGUAGE); + char *country = cstring_array_get_string(fields, ADDRESS_PARSER_FIELD_COUNTRY); + char *address = cstring_array_get_string(fields, ADDRESS_PARSER_FIELD_ADDRESS); + + char_array_clear(self->country); + char_array_add(self->country, country); + + char_array_clear(self->language); + char_array_add(self->language, language); + + log_debug("Doing: %s\n", address); + + cstring_array_clear(self->normalizations); + + if (!address_parser_all_normalizations(self->normalizations, address, language) || cstring_array_num_strings(self->normalizations) == 0) { + log_error("Error during string normalization\n"); + return false; + } + self->norm = 0; + } + + char *normalized = cstring_array_get_string(self->normalizations, self->norm); + + token_array *tokens = self->tokens; + cstring_array *labels = self->labels; + uint32_array *separators = self->separators; + + token_array_clear(tokens); + cstring_array_clear(labels); + uint32_array_clear(separators); + size_t len = strlen(normalized); + + tokenized_string_t *tokenized_str = NULL; + + if (address_parser_data_set_tokenize_line(self, normalized)) { + // Add tokens as discrete strings for easier use in feature functions + bool copy_tokens = true; + tokenized_str = tokenized_string_from_tokens(normalized, self->tokens, copy_tokens); + } + + self->tokenized_str = tokenized_str; + + self->norm++; + + if (fields != NULL) { + cstring_array_destroy(fields); + } + + return tokenized_str != NULL; +} + + +void address_parser_data_set_destroy(address_parser_data_set_t *self) { + if (self == NULL) return; + + if (self->f != NULL) { + fclose(self->f); + } + + if (self->tokens != NULL) { + token_array_destroy(self->tokens); + } + + if (self->normalizations != NULL) { + cstring_array_destroy(self->normalizations); + } + + if (self->labels != NULL) { + cstring_array_destroy(self->labels); + } + + if (self->separators != NULL) { + uint32_array_destroy(self->separators); + } + + if (self->language != NULL) { + char_array_destroy(self->language); + } + + if (self->country != NULL) { + char_array_destroy(self->country); + } + + free(self); +} diff --git a/src/address_parser_io.h b/src/address_parser_io.h new file mode 100644 index 0000000..bec4d88 --- /dev/null +++ b/src/address_parser_io.h @@ -0,0 +1,43 @@ +#ifndef ADDRESS_PARSER_IO_H +#define ADDRESS_PARSER_IO_H + +#include +#include +#include + +#include "address_parser.h" +#include "collections.h" +#include "file_utils.h" +#include "scanner.h" +#include "string_utils.h" + +#define AMBIGUOUS_LANGUAGE "xxx" +#define UNKNOWN_LANGUAGE "unk" + +enum address_parser_training_data_fields { + ADDRESS_PARSER_FIELD_LANGUAGE, + ADDRESS_PARSER_FIELD_COUNTRY, + ADDRESS_PARSER_FIELD_ADDRESS, + ADDRESS_PARSER_FILE_NUM_TOKENS +}; + +typedef struct address_parser_data_set { + FILE *f; + token_array *tokens; + tokenized_string_t *tokenized_str; + cstring_array *normalizations; + size_t norm; + cstring_array *labels; + uint32_array *separators; + char_array *language; + char_array *country; +} address_parser_data_set_t; + + +address_parser_data_set_t *address_parser_data_set_init(char *filename); +bool address_parser_data_set_rewind(address_parser_data_set_t *self); +bool address_parser_data_set_tokenize_line(address_parser_data_set_t *self, char *input); +bool address_parser_data_set_next(address_parser_data_set_t *self); +void address_parser_data_set_destroy(address_parser_data_set_t *self); + +#endif \ No newline at end of file diff --git a/src/address_parser_test.c b/src/address_parser_test.c new file mode 100644 index 0000000..276a6a5 --- /dev/null +++ b/src/address_parser_test.c @@ -0,0 +1,261 @@ +#include "address_parser.h" +#include "address_parser_io.h" +#include "address_dictionary.h" +#include "collections.h" +#include "constants.h" +#include "file_utils.h" +#include "geodb.h" +#include "normalize.h" + +#include "log/log.h" + +typedef struct address_parser_test_results { + size_t num_errors; + size_t num_predictions; + size_t num_address_errors; + size_t num_address_predictions; + uint32_t *confusion; +} address_parser_test_results_t; + + +static uint32_t address_parser_num_classes(address_parser_t *parser) { + if (parser->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + averaged_perceptron_t *ap = parser->model.ap; + return parser->model.ap->num_classes; + } else if (parser->model_type == ADDRESS_PARSER_TYPE_CRF) { + return parser->model.crf->num_classes; + } + return 0; +} + +static cstring_array *address_parser_class_strings(address_parser_t *parser) { + if (parser->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + cstring_array *classes = parser->model.ap->classes; + return parser->model.ap->classes; + } else if (parser->model_type == ADDRESS_PARSER_TYPE_CRF) { + return parser->model.crf->classes; + } + return NULL; +} + +static uint32_t address_parser_get_class_index(address_parser_t *parser, char *name) { + uint32_t i; + char *str; + + cstring_array *classes = address_parser_class_strings(parser); + uint32_t num_classes = address_parser_num_classes(parser); + if (classes != NULL) { + cstring_array_foreach(classes, i, str, { + if (strcmp(name, str) == 0) { + return i; + } + }) + } + + return num_classes; +} + + +#define EMPTY_ADDRESS_PARSER_TEST_RESULT (address_parser_test_results_t){0, 0, 0, 0, NULL} + +bool address_parser_test(address_parser_t *parser, char *filename, address_parser_test_results_t *result, bool print_errors) { + if (filename == NULL) { + log_error("Filename was NULL\n"); + return NULL; + } + + uint32_t num_classes = address_parser_num_classes(parser); + + result->confusion = calloc(num_classes * num_classes, sizeof(uint32_t)); + + address_parser_data_set_t *data_set = address_parser_data_set_init(filename); + + if (data_set == NULL) { + log_error("Error initializing data set\n"); + return NULL; + } + + address_parser_context_t *context = address_parser_context_new(); + + bool success = false; + + size_t examples = 0; + + bool logged = false; + + cstring_array *token_labels = cstring_array_new(); + + while (address_parser_data_set_next(data_set)) { + char *language = char_array_get_string(data_set->language); + if (string_equals(language, UNKNOWN_LANGUAGE) || string_equals(language, AMBIGUOUS_LANGUAGE)) { + language = NULL; + } + char *country = char_array_get_string(data_set->country); + + address_parser_context_fill(context, parser, data_set->tokenized_str, language, country); + + cstring_array_clear(token_labels); + + char *prev_label = NULL; + + size_t starting_errors = result->num_errors; + + bool prediction_success = address_parser_predict(parser, context, token_labels, &address_parser_features, data_set->tokenized_str); + + if (prediction_success) { + uint32_t i; + char *predicted; + cstring_array_foreach(token_labels, i, predicted, { + char *truth = cstring_array_get_string(data_set->labels, i); + + if (strcmp(predicted, truth) != 0) { + result->num_errors++; + + uint32_t predicted_index = address_parser_get_class_index(parser, predicted); + uint32_t truth_index = address_parser_get_class_index(parser, truth); + + result->confusion[predicted_index * num_classes + truth_index]++; + + if (print_errors) { + printf("%s\t%s\t%d\t%s\n", predicted, truth, i, data_set->tokenized_str->str); + } + } + result->num_predictions++; + + }) + + } else { + log_error("Error in prediction\n"); + tokenized_string_destroy(data_set->tokenized_str); + break; + } + + if (result->num_errors > starting_errors) { + result->num_address_errors++; + } + + result->num_address_predictions++; + + if (result->num_address_predictions % 1000 == 0 && result->num_address_predictions > 0) { + log_info("Did %zu examples\n", result->num_address_predictions); + } + + tokenized_string_destroy(data_set->tokenized_str); + data_set->tokenized_str = NULL; + + } + + cstring_array_destroy(token_labels); + + address_parser_data_set_destroy(data_set); + address_parser_context_destroy(context); + + + return true; +} + +int main(int argc, char **argv) { + char *address_parser_dir = LIBPOSTAL_ADDRESS_PARSER_DIR; + + if (argc < 2) { + log_error("Usage: ./address_parser_test filename [parser_dir]\n"); + exit(EXIT_FAILURE); + } + + size_t position = 0; + + bool print_errors = false; + + ssize_t arg_iterations; + + char *filename = NULL; + char *addres_parser_dir = NULL; + + for (int i = 1; i < argc; i++) { + char *arg = argv[i]; + + if (string_equals(arg, "--print-errors")) { + print_errors = true; + continue; + } else if (position == 0) { + filename = arg; + position++; + } else if (position == 1) { + address_parser_dir = arg; + position++; + } + } + + if (!address_dictionary_module_setup(NULL)) { + log_error("Could not load address dictionaries\n"); + exit(EXIT_FAILURE); + } + + log_info("address dictionary module loaded\n"); + + // Needs to load for normalization + if (!transliteration_module_setup(NULL)) { + log_error("Could not load transliteration module\n"); + exit(EXIT_FAILURE); + } + + log_info("transliteration module loaded\n"); + + if (!address_parser_load(address_parser_dir)) { + log_error("Could not initialize parser\n"); + exit(EXIT_FAILURE); + } + + log_info("Finished initialization\n"); + + address_parser_t *parser = get_address_parser(); + + if (parser->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + printf("averaged perceptron parser\n"); + } else if (parser->model_type == ADDRESS_PARSER_TYPE_CRF) { + printf("crf parser\n"); + } + + address_parser_test_results_t results = EMPTY_ADDRESS_PARSER_TEST_RESULT; + + if (!address_parser_test(parser, filename, &results, print_errors)) { + log_error("Error in training\n"); + exit(EXIT_FAILURE); + } + + printf("Errors: %zu / %zu (%f%%)\n", results.num_errors, results.num_predictions, (double)results.num_errors / results.num_predictions); + printf("Addresses: %zu / %zu (%f%%)\n\n", results.num_address_errors, results.num_address_predictions, (double)results.num_address_errors / results.num_address_predictions); + + + printf("Confusion matrix:\n\n"); + uint32_t num_classes = address_parser_num_classes(parser); + + size_t *confusion_sorted = uint32_array_argsort(results.confusion, num_classes * num_classes); + + for (ssize_t k = num_classes * num_classes - 1; k >= 0; k--) { + uint32_t idx = confusion_sorted[k]; + + uint32_t i = idx / num_classes; + uint32_t j = idx % num_classes; + + uint32_t class_errors = results.confusion[idx]; + + if (i == j) continue; + + if (class_errors > 0) { + cstring_array *classes = address_parser_class_strings(parser); + char *predicted = cstring_array_get_string(classes, i); + char *truth = cstring_array_get_string(classes, j); + + printf("(%s, %s): %d\n", predicted, truth, class_errors); + } + + } + + free(results.confusion); + free(confusion_sorted); + + address_parser_module_teardown(); + transliteration_module_teardown(); + address_dictionary_module_teardown(); +} diff --git a/src/address_parser_train.c b/src/address_parser_train.c new file mode 100644 index 0000000..3a1d22d --- /dev/null +++ b/src/address_parser_train.c @@ -0,0 +1,1280 @@ +#include + +#include "address_parser.h" +#include "address_parser_io.h" +#include "address_dictionary.h" +#include "averaged_perceptron_trainer.h" +#include "crf_trainer_averaged_perceptron.h" +#include "collections.h" +#include "constants.h" +#include "file_utils.h" +#include "graph.h" +#include "graph_builder.h" +#include "shuffle.h" +#include "transliterate.h" + +#include "log/log.h" + +typedef struct phrase_stats { + khash_t(int_uint32) *class_counts; + uint16_t components; +} phrase_stats_t; + +KHASH_MAP_INIT_STR(phrase_stats, phrase_stats_t) +KHASH_MAP_INIT_STR(postal_code_context_phrases, khash_t(str_set) *) +KHASH_MAP_INIT_STR(phrase_types, address_parser_types_t) + +// Training + +#define DEFAULT_ITERATIONS 5 +#define DEFAULT_MIN_UPDATES 5 +#define DEFAULT_MODEL_TYPE ADDRESS_PARSER_TYPE_CRF + +#define MIN_VOCAB_COUNT 5 +#define MIN_PHRASE_COUNT 1 + +static inline bool is_postal_code(char *label) { + return string_equals(label, ADDRESS_PARSER_LABEL_POSTAL_CODE); +} + +static inline bool is_admin_component(char *label) { + return (string_equals(label, ADDRESS_PARSER_LABEL_SUBURB) || + string_equals(label, ADDRESS_PARSER_LABEL_CITY_DISTRICT) || + string_equals(label, ADDRESS_PARSER_LABEL_CITY) || + string_equals(label, ADDRESS_PARSER_LABEL_STATE_DISTRICT) || + string_equals(label, ADDRESS_PARSER_LABEL_ISLAND) || + string_equals(label, ADDRESS_PARSER_LABEL_STATE) || + string_equals(label, ADDRESS_PARSER_LABEL_COUNTRY_REGION) || + string_equals(label, ADDRESS_PARSER_LABEL_COUNTRY) || + string_equals(label, ADDRESS_PARSER_LABEL_WORLD_REGION)); +} + +typedef struct vocab_context { + char_array *token_builder; + char_array *postal_code_token_builder; + char_array *sub_token_builder; + char_array *phrase_builder; + phrase_array *dictionary_phrases; + int64_array *phrase_memberships; + phrase_array *postal_code_dictionary_phrases; + token_array *sub_tokens; +} vocab_context_t; + +bool address_phrases_and_labels(address_parser_data_set_t *data_set, cstring_array *phrases, cstring_array *phrase_labels, vocab_context_t *ctx) { + tokenized_string_t *tokenized_str = data_set->tokenized_str; + if (tokenized_str == NULL) { + log_error("tokenized_str == NULL\n"); + return false; + } + + char *language = char_array_get_string(data_set->language); + if (string_equals(language, UNKNOWN_LANGUAGE) || string_equals(language, AMBIGUOUS_LANGUAGE)) { + language = NULL; + } + + char_array *token_builder = ctx->token_builder; + char_array *postal_code_token_builder = ctx->postal_code_token_builder; + char_array *sub_token_builder = ctx->sub_token_builder; + char_array *phrase_builder = ctx->phrase_builder; + phrase_array *dictionary_phrases = ctx->dictionary_phrases; + int64_array *phrase_memberships = ctx->phrase_memberships; + phrase_array *postal_code_dictionary_phrases = ctx->postal_code_dictionary_phrases; + token_array *sub_tokens = ctx->sub_tokens; + + uint32_t i = 0; + uint32_t j = 0; + + char *normalized; + char *phrase; + + char *label; + char *prev_label; + + const char *token; + + char *str = tokenized_str->str; + token_array *tokens = tokenized_str->tokens; + + prev_label = NULL; + + size_t num_strings = cstring_array_num_strings(tokenized_str->strings); + + cstring_array_clear(phrases); + cstring_array_clear(phrase_labels); + + bool is_admin = false; + bool is_postal = false; + bool have_postal_code = false; + + bool last_was_separator = false; + + int64_array_clear(phrase_memberships); + phrase_array_clear(dictionary_phrases); + char_array_clear(postal_code_token_builder); + + // One specific case where "CP" or "CEP" can be concatenated onto the front of the token + bool have_dictionary_phrases = search_address_dictionaries_tokens_with_phrases(tokenized_str->str, tokenized_str->tokens, language, &dictionary_phrases); + token_phrase_memberships(dictionary_phrases, phrase_memberships, tokenized_str->tokens->n); + + cstring_array_foreach(tokenized_str->strings, i, token, { + token_t t = tokens->a[i]; + + label = cstring_array_get_string(data_set->labels, i); + if (label == NULL) { + continue; + } + + char_array_clear(token_builder); + + is_admin = is_admin_component(label); + is_postal = !is_admin && is_postal_code(label); + + uint64_t normalize_token_options = ADDRESS_PARSER_NORMALIZE_TOKEN_OPTIONS; + + if (is_admin || is_postal) { + normalize_token_options = ADDRESS_PARSER_NORMALIZE_ADMIN_TOKEN_OPTIONS; + } + + add_normalized_token(token_builder, str, t, normalize_token_options); + if (token_builder->n == 0) { + continue; + } + + normalized = char_array_get_string(token_builder); + + int64_t phrase_membership = NULL_PHRASE_MEMBERSHIP; + + if (!is_admin && !is_postal) { + // Check if this is a (potentially multi-word) dictionary phrase + phrase_membership = phrase_memberships->a[i]; + if (phrase_membership != NULL_PHRASE_MEMBERSHIP) { + phrase_t current_phrase = dictionary_phrases->a[phrase_membership]; + + if (current_phrase.start == i) { + char_array_clear(phrase_builder); + char *first_label = label; + bool invalid_phrase = false; + // On the start of every phrase, check that all its tokens have the + // same label, otherwise set to memberships to the null phrase + for (j = current_phrase.start + 1; j < current_phrase.start + current_phrase.len; j++) { + char *token_label = cstring_array_get_string(data_set->labels, j); + if (!string_equals(token_label, first_label)) { + for (j = current_phrase.start; j < current_phrase.start + current_phrase.len; j++) { + phrase_memberships->a[j] = NULL_PHRASE_MEMBERSHIP; + } + invalid_phrase = true; + break; + } + } + // If the phrase was invalid, add the single word + if (invalid_phrase) { + cstring_array_add_string(phrases, normalized); + cstring_array_add_string(phrase_labels, label); + } + } + // If we're in a valid phrase, add the current word to the phrase + char_array_cat(phrase_builder, normalized); + if (i < current_phrase.start + current_phrase.len - 1) { + char_array_cat(phrase_builder, " "); + } else { + // If we're at the end of a phrase, add entire phrase as a string + normalized = char_array_get_string(phrase_builder); + cstring_array_add_string(phrases, normalized); + cstring_array_add_string(phrase_labels, label); + } + + } else { + + cstring_array_add_string(phrases, normalized); + cstring_array_add_string(phrase_labels, label); + } + + prev_label = NULL; + + continue; + } + + if (is_postal) { + add_normalized_token(postal_code_token_builder, str, t, ADDRESS_PARSER_NORMALIZE_POSTAL_CODE_TOKEN_OPTIONS); + char *postal_code_normalized = char_array_get_string(postal_code_token_builder); + + token_array_clear(sub_tokens); + phrase_array_clear(postal_code_dictionary_phrases); + tokenize_add_tokens(sub_tokens, postal_code_normalized, strlen(postal_code_normalized), false); + + // One specific case where "CP" or "CEP" can be concatenated onto the front of the token + if (sub_tokens->n > 1 && search_address_dictionaries_tokens_with_phrases(postal_code_normalized, sub_tokens, language, &postal_code_dictionary_phrases) && postal_code_dictionary_phrases->n > 0) { + phrase_t first_postal_code_phrase = postal_code_dictionary_phrases->a[0]; + address_expansion_value_t *value = address_dictionary_get_expansions(first_postal_code_phrase.data); + if (value != NULL && value->components & LIBPOSTAL_ADDRESS_POSTAL_CODE) { + char_array_clear(token_builder); + size_t first_real_token_index = first_postal_code_phrase.start + first_postal_code_phrase.len; + token_t first_real_token = sub_tokens->a[first_real_token_index]; + char_array_cat(token_builder, postal_code_normalized + first_real_token.offset); + normalized = char_array_get_string(token_builder); + } + } + } + + bool last_was_postal = string_equals(prev_label, ADDRESS_PARSER_LABEL_POSTAL_CODE); + bool same_as_previous_label = string_equals(label, prev_label) && (!last_was_separator || last_was_postal); + + if (prev_label == NULL || !same_as_previous_label || i == num_strings - 1) { + if (i == num_strings - 1 && (same_as_previous_label || prev_label == NULL)) { + if (prev_label != NULL) { + char_array_cat(phrase_builder, " "); + } + + char_array_cat(phrase_builder, normalized); + } + + // End of phrase, add to hashtable + if (prev_label != NULL) { + + phrase = char_array_get_string(phrase_builder); + + if (last_was_postal) { + token_array_clear(sub_tokens); + phrase_array_clear(dictionary_phrases); + + tokenize_add_tokens(sub_tokens, phrase, strlen(phrase), false); + + if (sub_tokens->n > 0 && search_address_dictionaries_tokens_with_phrases(phrase, sub_tokens, language, &dictionary_phrases) && dictionary_phrases->n > 0) { + char_array_clear(sub_token_builder); + + phrase_t current_phrase = NULL_PHRASE; + phrase_t prev_phrase = NULL_PHRASE; + token_t current_sub_token; + + for (size_t pc = 0; pc < dictionary_phrases->n; pc++) { + current_phrase = dictionary_phrases->a[pc]; + + address_expansion_value_t *phrase_value = address_dictionary_get_expansions(current_phrase.data); + size_t current_phrase_end = current_phrase.start + current_phrase.len; + if (phrase_value != NULL && phrase_value->components & LIBPOSTAL_ADDRESS_POSTAL_CODE) { + current_phrase_end = current_phrase.start; + } + + for (size_t j = prev_phrase.start + prev_phrase.len; j < current_phrase_end; j++) { + current_sub_token = sub_tokens->a[j]; + + char_array_cat_len(sub_token_builder, phrase + current_sub_token.offset, current_sub_token.len); + + if (j < sub_tokens->n - 1) { + char_array_cat(sub_token_builder, " "); + } + } + prev_phrase = current_phrase; + } + + if (prev_phrase.len > 0) { + for (size_t j = prev_phrase.start + prev_phrase.len; j < sub_tokens->n; j++) { + current_sub_token = sub_tokens->a[j]; + + char_array_cat_len(sub_token_builder, phrase + current_sub_token.offset, current_sub_token.len); + + if (j < sub_tokens->n - 1) { + char_array_cat(sub_token_builder, " "); + } + } + } + + phrase = char_array_get_string(sub_token_builder); + } + } + + cstring_array_add_string(phrases, phrase); + cstring_array_add_string(phrase_labels, prev_label); + + } + + if (i == num_strings - 1 && !same_as_previous_label && prev_label != NULL) { + cstring_array_add_string(phrases, normalized); + cstring_array_add_string(phrase_labels, label); + } + + char_array_clear(phrase_builder); + } else if (prev_label != NULL) { + char_array_cat(phrase_builder, " "); + } + + char_array_cat(phrase_builder, normalized); + + prev_label = label; + + last_was_separator = data_set->separators->a[i] == ADDRESS_SEPARATOR_FIELD_INTERNAL; + + }) + + return true; +} + +address_parser_t *address_parser_init(char *filename) { + if (filename == NULL) { + log_error("Filename was NULL\n"); + return NULL; + } + + address_parser_data_set_t *data_set = address_parser_data_set_init(filename); + + if (data_set == NULL) { + log_error("Error initializing data set\n"); + return NULL; + } + + address_parser_t *parser = address_parser_new(); + if (parser == NULL) { + log_error("Error allocating parser\n"); + return NULL; + } + + address_parser_context_t *context = address_parser_context_new(); + if (context == NULL) { + log_error("Error allocating context\n"); + return NULL; + } + parser->context = context; + + khash_t(str_uint32) *vocab = kh_init(str_uint32); + if (vocab == NULL) { + log_error("Could not allocate vocab\n"); + return NULL; + } + + khash_t(str_uint32) *phrase_counts = kh_init(str_uint32); + if (vocab == NULL) { + log_error("Could not allocate vocab\n"); + return NULL; + } + + khash_t(str_uint32) *class_counts = kh_init(str_uint32); + if (class_counts == NULL) { + log_error("Could not allocate class_counts\n"); + return NULL; + } + + khash_t(phrase_stats) *phrase_stats = kh_init(phrase_stats); + if (phrase_stats == NULL) { + log_error("Could not allocate phrase_stats\n"); + return NULL; + } + + khash_t(phrase_types) *phrase_types = kh_init(phrase_types); + if (phrase_types == NULL) { + log_error("Could not allocate phrase_types\n"); + return NULL; + } + + khash_t(str_uint32) *postal_code_counts = kh_init(str_uint32); + if (postal_code_counts == NULL) { + log_error("Could not allocate postal_code_counts\n"); + return NULL; + } + + khash_t(postal_code_context_phrases) *postal_code_admin_contexts = kh_init(postal_code_context_phrases); + if (postal_code_admin_contexts == NULL) { + log_error("Could not allocate postal_code_admin_contexts\n"); + return NULL; + } + + khiter_t k; + char *str; + + uint32_t i, j; + + phrase_stats_t stats; + khash_t(int_uint32) *place_class_counts; + + size_t examples = 0; + + const char *token; + char *normalized; + uint32_t count; + + char *key; + int ret = 0; + + postal_code_context_value_t pc_ctx; + + bool is_postal = false; + + char *label; + char *prev_label; + + vocab_context_t *vocab_context = malloc(sizeof(vocab_context_t)); + if (vocab_context == NULL) { + log_error("Error allocationg vocab_context\n"); + return NULL; + } + + vocab_context->token_builder = char_array_new(); + vocab_context->postal_code_token_builder = char_array_new(); + vocab_context->sub_token_builder = char_array_new(); + vocab_context->phrase_builder = char_array_new(); + vocab_context->dictionary_phrases = phrase_array_new(); + vocab_context->phrase_memberships = int64_array_new(); + vocab_context->postal_code_dictionary_phrases = phrase_array_new(); + vocab_context->sub_tokens = token_array_new(); + + if (vocab_context->token_builder == NULL || + vocab_context->postal_code_token_builder == NULL || + vocab_context->sub_token_builder == NULL || + vocab_context->phrase_builder == NULL || + vocab_context->dictionary_phrases == NULL || + vocab_context->phrase_memberships == NULL || + vocab_context->postal_code_dictionary_phrases == NULL || + vocab_context->sub_tokens == NULL) { + log_error("Error initializing vocab_context\n"); + return NULL; + } + + cstring_array *phrases = cstring_array_new(); + cstring_array *phrase_labels = cstring_array_new(); + + if (phrases == NULL || phrase_labels == NULL) { + log_error("Error setting up arrays for vocab building\n"); + return NULL; + } + + char *phrase; + + trie_t *phrase_counts_trie = NULL; + + tokenized_string_t *tokenized_str; + token_array *tokens; + + while (address_parser_data_set_next(data_set)) { + tokenized_str = data_set->tokenized_str; + + if (tokenized_str == NULL) { + log_error("tokenized str is NULL\n"); + goto exit_hashes_allocated; + } + + if (!address_phrases_and_labels(data_set, phrases, phrase_labels, vocab_context)) { + log_error("Error in address phrases and labels\n"); + goto exit_hashes_allocated; + } + + // Iterate through one time to see if there is a postal code in the string + bool have_postal_code = false; + char *postal_code_phrase = NULL; + + cstring_array_foreach(phrases, i, phrase, { + if (phrase == NULL) continue; + char *phrase_label = cstring_array_get_string(phrase_labels, i); + + if (is_postal_code(phrase_label)) { + have_postal_code = true; + postal_code_phrase = phrase; + break; + } + }) + + cstring_array_foreach(phrase_labels, i, label, { + if (!str_uint32_hash_incr(class_counts, label)) { + log_error("Error in hash_incr for class_counts\n"); + goto exit_hashes_allocated; + } + }) + + cstring_array_foreach(phrases, i, phrase, { + if (phrase == NULL) continue; + + uint32_t class_id; + uint32_t component = 0; + + char *phrase_label = cstring_array_get_string(phrase_labels, i); + if (phrase_label == NULL) continue; + + is_postal = false; + + // Too many variations on these + if (string_equals(phrase_label, ADDRESS_PARSER_LABEL_CITY)) { + class_id = ADDRESS_PARSER_BOUNDARY_CITY; + component = ADDRESS_COMPONENT_CITY; + } else if (string_equals(phrase_label, ADDRESS_PARSER_LABEL_STATE)) { + class_id = ADDRESS_PARSER_BOUNDARY_STATE; + component = ADDRESS_COMPONENT_STATE; + } else if (string_equals(phrase_label, ADDRESS_PARSER_LABEL_COUNTRY)) { + class_id = ADDRESS_PARSER_BOUNDARY_COUNTRY; + component = ADDRESS_COMPONENT_COUNTRY; + } else if (string_equals(phrase_label, ADDRESS_PARSER_LABEL_POSTAL_CODE)) { + is_postal = true; + + char_array *token_builder = vocab_context->token_builder; + token_array *sub_tokens = vocab_context->sub_tokens; + tokenize_add_tokens(sub_tokens, phrase, strlen(phrase), false); + + char_array_clear(token_builder); + + for (j = 0; j < sub_tokens->n; j++) { + token_array_clear(sub_tokens); + token_t t = sub_tokens->a[j]; + add_normalized_token(token_builder, phrase, t, ADDRESS_PARSER_NORMALIZE_TOKEN_OPTIONS); + + if (token_builder->n == 0) { + continue; + } + + char *sub_token = char_array_get_string(token_builder); + if (!str_uint32_hash_incr(vocab, sub_token)) { + log_error("Error in str_uint32_hash_incr\n"); + goto exit_hashes_allocated; + } + + } + + } else if (string_equals(phrase_label, ADDRESS_PARSER_LABEL_COUNTRY_REGION)) { + class_id = ADDRESS_PARSER_BOUNDARY_COUNTRY_REGION; + component = ADDRESS_COMPONENT_COUNTRY_REGION; + } else if (string_equals(phrase_label, ADDRESS_PARSER_LABEL_STATE_DISTRICT)) { + class_id = ADDRESS_PARSER_BOUNDARY_STATE_DISTRICT; + component = ADDRESS_COMPONENT_STATE_DISTRICT; + } else if (string_equals(phrase_label, ADDRESS_PARSER_LABEL_SUBURB)) { + class_id = ADDRESS_PARSER_BOUNDARY_SUBURB; + component = ADDRESS_COMPONENT_SUBURB; + } else if (string_equals(phrase_label, ADDRESS_PARSER_LABEL_CITY_DISTRICT)) { + class_id = ADDRESS_PARSER_BOUNDARY_CITY_DISTRICT; + component = ADDRESS_COMPONENT_CITY_DISTRICT; + } else if (string_equals(phrase_label, ADDRESS_PARSER_LABEL_WORLD_REGION)) { + class_id = ADDRESS_PARSER_BOUNDARY_WORLD_REGION; + component = ADDRESS_COMPONENT_WORLD_REGION; + } else if (string_equals(phrase_label, ADDRESS_PARSER_LABEL_ISLAND)) { + class_id = ADDRESS_PARSER_BOUNDARY_ISLAND; + component = ADDRESS_COMPONENT_ISLAND; + } else { + bool in_vocab = false; + if (!str_uint32_hash_incr_exists(vocab, phrase, &in_vocab)) { + log_error("Error in str_uint32_hash_incr\n"); + goto exit_hashes_allocated; + } + continue; + } + + char *normalized_phrase = NULL; + + if (!is_postal && string_contains_hyphen(phrase)) { + normalized_phrase = normalize_string_utf8(phrase, NORMALIZE_STRING_REPLACE_HYPHENS); + } + + char *phrases[2]; + phrases[0] = phrase; + phrases[1] = normalized_phrase; + + for (size_t p_i = 0; p_i < sizeof(phrases) / sizeof(char *); p_i++) { + phrase = phrases[p_i]; + if (phrase == NULL) continue; + + if (is_postal) { + if (!str_uint32_hash_incr(postal_code_counts, phrase)) { + log_error("Error in str_uint32_hash_incr for postal_code_counts\n"); + goto exit_hashes_allocated; + } + continue; + } + + if (have_postal_code && !is_postal) { + khash_t(str_set) *context_postal_codes = NULL; + + k = kh_get(postal_code_context_phrases, postal_code_admin_contexts, postal_code_phrase); + if (k == kh_end(postal_code_admin_contexts)) { + key = strdup(postal_code_phrase); + ret = 0; + k = kh_put(postal_code_context_phrases, postal_code_admin_contexts, key, &ret); + + if (ret < 0) { + log_error("Error in kh_put in postal_code_admin_contexts\n"); + free(key); + goto exit_hashes_allocated; + } + context_postal_codes = kh_init(str_set); + if (context_postal_codes == NULL) { + log_error("Error in kh_init for context_postal_codes\n"); + free(key); + goto exit_hashes_allocated; + } + kh_value(postal_code_admin_contexts, k) = context_postal_codes; + } else { + context_postal_codes = kh_value(postal_code_admin_contexts, k); + } + + k = kh_get(str_set, context_postal_codes, phrase); + if (k == kh_end(context_postal_codes)) { + char *context_key = strdup(phrase); + k = kh_put(str_set, context_postal_codes, context_key, &ret); + if (ret < 0) { + log_error("Error in kh_put in context_postal_codes\n"); + free(context_key); + goto exit_hashes_allocated; + } + } + } + + k = kh_get(phrase_stats, phrase_stats, phrase); + + if (k == kh_end(phrase_stats)) { + key = strdup(phrase); + ret = 0; + k = kh_put(phrase_stats, phrase_stats, key, &ret); + if (ret < 0) { + log_error("Error in kh_put in phrase_stats\n"); + free(key); + goto exit_hashes_allocated; + } + place_class_counts = kh_init(int_uint32); + + stats.class_counts = place_class_counts; + stats.components = component; + + kh_value(phrase_stats, k) = stats; + } else { + stats = kh_value(phrase_stats, k); + place_class_counts = stats.class_counts; + stats.components |= component; + kh_value(phrase_stats, k) = stats; + } + + if (!int_uint32_hash_incr(place_class_counts, (khint_t)class_id)) { + log_error("Error in int_uint32_hash_incr in class_counts\n"); + goto exit_hashes_allocated; + } + + if (!str_uint32_hash_incr(phrase_counts, phrase)) { + log_error("Error in str_uint32_hash_incr in phrase_counts\n"); + goto exit_hashes_allocated; + } + + } + + if (normalized_phrase != NULL) { + free(normalized_phrase); + normalized_phrase = NULL; + } + + }) + + tokenized_string_destroy(tokenized_str); + examples++; + if (examples % 10000 == 0 && examples != 0) { + log_info("Counting vocab: did %zu examples\n", examples); + } + + } + + log_info("Done with vocab, total size=%" PRIkh32 "\n", kh_size(vocab)); + + for (k = kh_begin(vocab); k != kh_end(vocab); ++k) { + token = (char *)kh_key(vocab, k); + if (!kh_exist(vocab, k)) { + continue; + } + uint32_t count = kh_value(vocab, k); + if (count < MIN_VOCAB_COUNT) { + kh_del(str_uint32, vocab, k); + free((char *)token); + } + } + + log_info("After pruning vocab size=%" PRIkh32 "\n", kh_size(vocab)); + + + log_info("Creating phrases trie\n"); + + + phrase_counts_trie = trie_new_from_hash(phrase_counts); + + log_info("Calculating phrase types\n"); + + size_t num_classes = kh_size(class_counts); + log_info("num_classes = %zu\n", num_classes); + parser->num_classes = num_classes; + + log_info("Creating vocab trie\n"); + + parser->vocab = trie_new_from_hash(vocab); + if (parser->vocab == NULL) { + log_error("Error initializing vocabulary\n"); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + + kh_foreach(phrase_counts, token, count, { + if (!str_uint32_hash_incr_by(vocab, token, count)) { + log_error("Error adding phrases to vocabulary\n"); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + }) + + kh_foreach(postal_code_counts, token, count, { + if (!str_uint32_hash_incr_by(vocab, token, count)) { + log_error("Error adding postal_codes to vocabulary\n"); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + }) + + size_t hash_size; + const char *context_token; + bool sort_reverse = true; + + log_info("Creating phrase_types trie\n"); + + sort_reverse = true; + char **phrase_keys = str_uint32_hash_sort_keys_by_value(phrase_counts, sort_reverse); + if (phrase_keys == NULL) { + log_error("phrase_keys == NULL\n"); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + + hash_size = kh_size(phrase_counts); + address_parser_types_array *phrase_types_array = address_parser_types_array_new_size(hash_size); + + for (size_t idx = 0; idx < hash_size; idx++) { + char *phrase_key = phrase_keys[idx]; + khiter_t pk = kh_get(str_uint32, phrase_counts, phrase_key); + if (pk == kh_end(phrase_counts)) { + log_error("Key %zu did not exist in phrase_counts: %s\n", idx, phrase_key); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + + uint32_t phrase_count = kh_value(phrase_counts, pk); + if (phrase_count < MIN_PHRASE_COUNT) { + token = (char *)kh_key(phrase_counts, pk); + kh_del(str_uint32, phrase_counts, pk); + free((char *)token); + continue; + } + + k = kh_get(phrase_stats, phrase_stats, phrase_key); + + if (k == kh_end(phrase_stats)) { + log_error("Key %zu did not exist in phrase_stats: %s\n", idx, phrase_key); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + + stats = kh_value(phrase_stats, k); + + place_class_counts = stats.class_counts; + int32_t most_common = -1; + uint32_t max_count = 0; + uint32_t total = 0; + for (uint32_t i = 0; i < NUM_ADDRESS_PARSER_BOUNDARY_TYPES; i++) { + k = kh_get(int_uint32, place_class_counts, (khint_t)i); + if (k != kh_end(place_class_counts)) { + count = kh_value(place_class_counts, k); + + if (count > max_count) { + max_count = count; + most_common = i; + } + total += count; + } + } + + if (most_common > -1) { + address_parser_types_t types; + types.components = stats.components; + types.most_common = (uint16_t)most_common; + + kh_value(phrase_counts, pk) = (uint32_t)phrase_types_array->n; + address_parser_types_array_push(phrase_types_array, types); + } + } + + if (phrase_keys != NULL) { + free(phrase_keys); + } + + log_info("Creating phrases trie\n"); + + parser->phrases = trie_new_from_hash(phrase_counts); + if (parser->phrases == NULL) { + log_error("Error converting phrase_counts to trie\n"); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + + if (phrase_types_array == NULL) { + log_error("phrase_types_array is NULL\n"); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + + parser->phrase_types = phrase_types_array; + + char **postal_code_keys = str_uint32_hash_sort_keys_by_value(postal_code_counts, true); + if (postal_code_keys == NULL) { + log_error("postal_code_keys == NULL\n"); + free(phrase_keys); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + + log_info("Creating postal codes trie\n"); + + hash_size = kh_size(postal_code_counts); + for (size_t idx = 0; idx < hash_size; idx++) { + char *phrase_key = postal_code_keys[idx]; + + k = kh_get(str_uint32, postal_code_counts, phrase_key); + if (k == kh_end(postal_code_counts)) { + log_error("Key %zu did not exist in postal_code_counts: %s\n", idx, phrase_key); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + uint32_t pc_count = kh_value(postal_code_counts, k); + kh_value(postal_code_counts, k) = (uint32_t)idx; + } + + if (postal_code_keys != NULL) { + free(postal_code_keys); + } + + parser->postal_codes = trie_new_from_hash(postal_code_counts); + if (parser->postal_codes == NULL) { + log_error("Error converting postal_code_counts to trie\n"); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + + log_info("Building postal code contexts\n"); + + bool fixed_rows = false; + graph_builder_t *postal_code_contexts_builder = graph_builder_new(GRAPH_BIPARTITE, fixed_rows); + + uint32_t postal_code_id; + uint32_t context_phrase_id; + + khash_t(str_set) *context_phrases; + + kh_foreach(postal_code_admin_contexts, token, context_phrases, { + if (!trie_get_data(parser->postal_codes, (char *)token, &postal_code_id)) { + log_error("Key %s did not exist in parser->postal_codes\n", (char *)token); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + kh_foreach_key(context_phrases, context_token, { + if (!trie_get_data(parser->phrases, (char *)context_token, &context_phrase_id)) { + log_error("Key %s did not exist in phrases trie\n", (char *)context_token); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + + graph_builder_add_edge(postal_code_contexts_builder, postal_code_id, context_phrase_id); + }) + }) + + bool sort_edges = true; + bool remove_duplicates = true; + graph_t *postal_code_contexts = graph_builder_finalize(postal_code_contexts_builder, sort_edges, remove_duplicates); + + // NOTE: don't destroy this during deallocation + if (postal_code_contexts == NULL) { + log_error("postal_code_contexts is NULL\n"); + address_parser_destroy(parser); + parser = NULL; + goto exit_hashes_allocated; + } + parser->postal_code_contexts = postal_code_contexts; + + log_info("Freeing memory from initialization\n"); + +exit_hashes_allocated: + // Free memory for hashtables, etc. + if (vocab_context != NULL) { + char_array_destroy(vocab_context->token_builder); + char_array_destroy(vocab_context->postal_code_token_builder); + char_array_destroy(vocab_context->sub_token_builder); + char_array_destroy(vocab_context->phrase_builder); + phrase_array_destroy(vocab_context->dictionary_phrases); + int64_array_destroy(vocab_context->phrase_memberships); + phrase_array_destroy(vocab_context->postal_code_dictionary_phrases); + token_array_destroy(vocab_context->sub_tokens); + free(vocab_context); + } + + cstring_array_destroy(phrases); + cstring_array_destroy(phrase_labels); + + address_parser_data_set_destroy(data_set); + + if (phrase_counts_trie != NULL) { + trie_destroy(phrase_counts_trie); + } + + kh_foreach_key(vocab, token, { + free((char *)token); + }) + kh_destroy(str_uint32, vocab); + + kh_foreach_key(class_counts, token, { + free((char *)token); + }) + kh_destroy(str_uint32, class_counts); + + kh_foreach(phrase_stats, token, stats, { + kh_destroy(int_uint32, stats.class_counts); + free((char *)token); + }) + + kh_destroy(phrase_stats, phrase_stats); + + kh_foreach_key(phrase_counts, token, { + free((char *)token); + }) + + kh_destroy(str_uint32, phrase_counts); + + kh_foreach_key(phrase_types, token, { + free((char *)token); + }) + kh_destroy(phrase_types, phrase_types); + + khash_t(str_set) *pc_set; + + kh_foreach(postal_code_admin_contexts, token, pc_set, { + if (pc_set != NULL) { + kh_foreach_key(pc_set, context_token, { + free((char *)context_token); + }) + kh_destroy(str_set, pc_set); + } + free((char *)token); + }) + + kh_destroy(postal_code_context_phrases, postal_code_admin_contexts); + + kh_foreach_key(postal_code_counts, token, { + free((char *)token); + }) + kh_destroy(str_uint32, postal_code_counts); + + return parser; +} + +static inline bool address_parser_train_example(address_parser_t *self, void *trainer, address_parser_context_t *context, address_parser_data_set_t *data_set) { + if (self->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + return averaged_perceptron_trainer_train_example((averaged_perceptron_trainer_t *)trainer, self, context, context->features, context->prev_tag_features, context->prev2_tag_features, &address_parser_features, data_set->tokenized_str, data_set->labels); + } else if (self->model_type == ADDRESS_PARSER_TYPE_CRF) { + return crf_averaged_perceptron_trainer_train_example((crf_averaged_perceptron_trainer_t *)trainer, self, context, context->features, context->prev_tag_features, &address_parser_features, data_set->tokenized_str, data_set->labels); + } else { + log_error("Parser model is of unknown type\n"); + } + return false; +} + +static inline void address_parser_trainer_destroy(address_parser_t *self, void *trainer) { + if (self->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + averaged_perceptron_trainer_destroy((averaged_perceptron_trainer_t *)trainer); + } else if (self->model_type == ADDRESS_PARSER_TYPE_CRF) { + crf_averaged_perceptron_trainer_destroy((crf_averaged_perceptron_trainer_t *)trainer); + } +} + +static inline bool address_parser_finalize_model(address_parser_t *self, void *trainer) { + if (self->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + self->model.ap = averaged_perceptron_trainer_finalize((averaged_perceptron_trainer_t *)trainer); + return self->model.ap != NULL; + } else if (self->model_type == ADDRESS_PARSER_TYPE_CRF) { + self->model.crf = crf_averaged_perceptron_trainer_finalize((crf_averaged_perceptron_trainer_t *)trainer); + return self->model.crf != NULL; + } else { + log_error("Parser model is of unknown type\n"); + } + return false; +} + +static inline uint32_t address_parser_train_num_iterations(address_parser_t *self, void *trainer) { + if (self->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + averaged_perceptron_trainer_t *ap_trainer = (averaged_perceptron_trainer_t *)trainer; + return ap_trainer->iterations; + } else if (self->model_type == ADDRESS_PARSER_TYPE_CRF) { + crf_averaged_perceptron_trainer_t *crf_trainer = (crf_averaged_perceptron_trainer_t *)trainer; + return crf_trainer->iterations; + } else { + log_error("Parser model is of unknown type\n"); + } + return 0; +} + +static inline void address_parser_train_set_iterations(address_parser_t *self, void *trainer, uint32_t iterations) { + if (self->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + averaged_perceptron_trainer_t *ap_trainer = (averaged_perceptron_trainer_t *)trainer; + ap_trainer->iterations = iterations; + } else if (self->model_type == ADDRESS_PARSER_TYPE_CRF) { + crf_averaged_perceptron_trainer_t *crf_trainer = (crf_averaged_perceptron_trainer_t *)trainer; + crf_trainer->iterations = iterations; + } else { + log_error("Parser model is of unknown type\n"); + } +} + +static inline uint64_t address_parser_train_num_errors(address_parser_t *self, void *trainer) { + if (self->model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + averaged_perceptron_trainer_t *ap_trainer = (averaged_perceptron_trainer_t *)trainer; + return ap_trainer->num_updates; + } else if (self->model_type == ADDRESS_PARSER_TYPE_CRF) { + crf_averaged_perceptron_trainer_t *crf_trainer = (crf_averaged_perceptron_trainer_t *)trainer; + return crf_trainer->num_updates; + } else { + log_error("Parser model is of unknown type\n"); + } + return 0; +} + +bool address_parser_train_epoch(address_parser_t *self, void *trainer, char *filename) { + if (filename == NULL) { + log_error("Filename was NULL\n"); + return false; + } + + address_parser_data_set_t *data_set = address_parser_data_set_init(filename); + if (data_set == NULL) { + log_error("Error initializing data set\n"); + return false; + } + + address_parser_context_t *context = self->context; + + size_t examples = 0; + uint64_t errors = address_parser_train_num_errors(self, trainer); + + uint32_t iteration = address_parser_train_num_iterations(self, trainer); + + bool logged = false; + + while (address_parser_data_set_next(data_set)) { + char *language = char_array_get_string(data_set->language); + if (string_equals(language, UNKNOWN_LANGUAGE) || string_equals(language, AMBIGUOUS_LANGUAGE)) { + language = NULL; + } + char *country = char_array_get_string(data_set->country); + + address_parser_context_fill(context, self, data_set->tokenized_str, language, country); + + bool example_success = address_parser_train_example(self, trainer, context, data_set); + + if (!example_success) { + log_error("Error training example\n"); + goto exit_epoch_training_started; + } + + tokenized_string_destroy(data_set->tokenized_str); + data_set->tokenized_str = NULL; + + if (!example_success) { + log_error("Error training example without country/language\n"); + goto exit_epoch_training_started; + } + + examples++; + if (examples % 1000 == 0 && examples > 0) { + uint64_t prev_errors = errors; + errors = address_parser_train_num_errors(self, trainer); + + log_info("Iter %d: Did %zu examples with %" PRIu64 " errors\n", iteration, examples, errors - prev_errors); + } + } + +exit_epoch_training_started: + address_parser_data_set_destroy(data_set); + + return true; +} + + +bool address_parser_train(address_parser_t *self, char *filename, address_parser_model_type_t model_type, uint32_t num_iterations, size_t min_updates) { + self->model_type = model_type; + void *trainer; + if (model_type == ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON) { + averaged_perceptron_trainer_t *ap_trainer = averaged_perceptron_trainer_new(min_updates); + trainer = (void *)ap_trainer; + } else if (model_type == ADDRESS_PARSER_TYPE_CRF) { + crf_averaged_perceptron_trainer_t *crf_trainer = crf_averaged_perceptron_trainer_new(self->num_classes, min_updates); + trainer = (void *)crf_trainer; + } + + for (uint32_t iter = 0; iter < num_iterations; iter++) { + log_info("Doing epoch %d\n", iter); + + address_parser_train_set_iterations(self, trainer, iter); + + #if defined(HAVE_SHUF) || defined(HAVE_GSHUF) + log_info("Shuffling\n"); + + if (!shuffle_file_chunked_size(filename, DEFAULT_SHUFFLE_CHUNK_SIZE)) { + log_error("Error in shuffle\n"); + address_parser_trainer_destroy(self, trainer); + return false; + } + + log_info("Shuffle complete\n"); + #endif + + if (!address_parser_train_epoch(self, trainer, filename)) { + log_error("Error in epoch\n"); + address_parser_trainer_destroy(self, trainer); + return false; + } + } + + log_debug("Done with training, averaging weights\n"); + + if (!address_parser_finalize_model(self, trainer)) { + log_error("model was NULL\n"); + return false; + } + + return true; +} + +typedef enum { + ADDRESS_PARSER_TRAIN_POSITIONAL_ARG, + ADDRESS_PARSER_TRAIN_ARG_ITERATIONS, + ADDRESS_PARSER_TRAIN_ARG_MIN_UPDATES, + ADDRESS_PARSER_TRAIN_ARG_MODEL_TYPE +} address_parser_train_keyword_arg_t; + +#define USAGE "Usage: ./address_parser_train filename output_dir [--iterations number --min-updates number --model (crf|greedyap)]\n" + +int main(int argc, char **argv) { + if (argc < 3) { + printf(USAGE); + exit(EXIT_FAILURE); + } + + #if !defined(HAVE_SHUF) && !defined(HAVE_GSHUF) + log_warn("shuf must be installed to train address parser effectively. If this is a production machine, please install shuf. No shuffling will be performed.\n"); + #endif + + int pos_args = 1; + + address_parser_train_keyword_arg_t kwarg = ADDRESS_PARSER_TRAIN_POSITIONAL_ARG; + + size_t num_iterations = DEFAULT_ITERATIONS; + uint64_t min_updates = DEFAULT_MIN_UPDATES; + size_t position = 0; + + ssize_t arg_iterations; + uint64_t arg_min_updates; + + char *filename = NULL; + char *output_dir = NULL; + + address_parser_model_type_t model_type = DEFAULT_MODEL_TYPE; + + for (int i = pos_args; i < argc; i++) { + char *arg = argv[i]; + + if (string_equals(arg, "--iterations")) { + kwarg = ADDRESS_PARSER_TRAIN_ARG_ITERATIONS; + continue; + } + + if (string_equals(arg, "--min-updates")) { + kwarg = ADDRESS_PARSER_TRAIN_ARG_MIN_UPDATES; + continue; + } + + if (string_equals(arg, "--model")) { + kwarg = ADDRESS_PARSER_TRAIN_ARG_MODEL_TYPE; + continue; + } + + if (kwarg == ADDRESS_PARSER_TRAIN_ARG_ITERATIONS) { + if (sscanf(arg, "%zd", &arg_iterations) != 1 || arg_iterations < 0) { + log_error("Bad arg for --iterations: %s\n", arg); + exit(EXIT_FAILURE); + } + num_iterations = (size_t)arg_iterations; + } else if (kwarg == ADDRESS_PARSER_TRAIN_ARG_MIN_UPDATES) { + if (sscanf(arg, "%llu", &arg_min_updates) != 1) { + log_error("Bad arg for --min-updates: %s\n", arg); + exit(EXIT_FAILURE); + } + min_updates = arg_min_updates; + log_info("min_updates = %" PRIu64 "\n", min_updates); + } else if (kwarg == ADDRESS_PARSER_TRAIN_ARG_MODEL_TYPE) { + if (string_equals(arg, "crf")) { + model_type = ADDRESS_PARSER_TYPE_CRF; + } else if (string_equals(arg, "greedyap")) { + model_type = ADDRESS_PARSER_TYPE_GREEDY_AVERAGED_PERCEPTRON; + } else { + log_error("Bad arg for --model, valid values are [crf, greedyap]\n"); + exit(EXIT_FAILURE); + } + } else if (position == 0) { + filename = arg; + position++; + } else if (position == 1) { + output_dir = arg; + position++; + } + kwarg = ADDRESS_PARSER_TRAIN_POSITIONAL_ARG; + + } + + if (filename == NULL || output_dir == NULL) { + printf(USAGE); + exit(EXIT_FAILURE); + } + + if (!address_dictionary_module_setup(NULL)) { + log_error("Could not load address dictionaries\n"); + exit(EXIT_FAILURE); + } + + log_info("address dictionary module loaded\n"); + + // Needs to load for normalization + if (!transliteration_module_setup(NULL)) { + log_error("Could not load transliteration module\n"); + exit(EXIT_FAILURE); + } + + log_info("transliteration module loaded\n"); + + address_parser_t *parser = address_parser_init(filename); + + if (parser == NULL) { + log_error("Could not initialize parser\n"); + exit(EXIT_FAILURE); + } + + log_info("Finished initialization\n"); + + if (!address_parser_train(parser, filename, model_type, num_iterations, min_updates)) { + log_error("Error in training\n"); + exit(EXIT_FAILURE); + } + + log_debug("Finished training\n"); + + if (!address_parser_save(parser, output_dir)) { + log_error("Error saving address parser\n"); + exit(EXIT_FAILURE); + } + + address_parser_destroy(parser); + + address_dictionary_module_teardown(); + log_debug("Done\n"); +} diff --git a/src/averaged_perceptron.c b/src/averaged_perceptron.c new file mode 100644 index 0000000..4570f73 --- /dev/null +++ b/src/averaged_perceptron.c @@ -0,0 +1,222 @@ +#include "averaged_perceptron.h" + +#define PERCEPTRON_SIGNATURE 0xCBCBCBCB + +static inline bool averaged_perceptron_get_feature_id(averaged_perceptron_t *self, char *feature, uint32_t *feature_id) { + return trie_get_data(self->features, feature, feature_id); +} + +inline double_array *averaged_perceptron_predict_scores(averaged_perceptron_t *self, cstring_array *features) { + if (self->scores == NULL || self->scores->n == 0) self->scores = double_array_new_zeros((size_t)self->num_classes); + + double_array_zero(self->scores->a, self->scores->n); + + double *scores = self->scores->a; + + uint32_t i = 0; + char *feature; + uint32_t feature_id; + + uint32_t *indptr = self->weights->indptr->a; + uint32_t *indices = self->weights->indices->a; + double *data = self->weights->data->a; + + cstring_array_foreach(features, i, feature, { + if (!averaged_perceptron_get_feature_id(self, feature, &feature_id)) { + continue; + } + + for (int col = indptr[feature_id]; col < indptr[feature_id + 1]; col++) { + uint32_t class_id = indices[col]; + scores[class_id] += data[col]; + } + }) + + return self->scores; +} + +inline double_array *averaged_perceptron_predict_scores_counts(averaged_perceptron_t *self, khash_t(str_uint32) *feature_counts) { + if (self->scores == NULL || self->scores->n == 0) self->scores = double_array_new_zeros((size_t)self->num_classes); + + double_array_zero(self->scores->a, self->scores->n); + + double *scores = self->scores->a; + + uint32_t i = 0; + const char *feature; + uint32_t count; + uint32_t feature_id; + + uint32_t *indptr = self->weights->indptr->a; + uint32_t *indices = self->weights->indices->a; + double *data = self->weights->data->a; + + kh_foreach(feature_counts, feature, count, { + if (!averaged_perceptron_get_feature_id(self, (char *)feature, &feature_id)) { + continue; + } + + for (int col = indptr[feature_id]; col < indptr[feature_id + 1]; col++) { + uint32_t class_id = indices[col]; + scores[class_id] += data[col] * (double)count; + } + }) + + return self->scores; +} + + +inline uint32_t averaged_perceptron_predict(averaged_perceptron_t *self, cstring_array *features) { + double_array *scores = averaged_perceptron_predict_scores(self, features); + + int64_t max_score = double_array_argmax(scores->a, scores->n); + + return (uint32_t)max_score; + +} + +inline uint32_t averaged_perceptron_predict_counts(averaged_perceptron_t *self, khash_t(str_uint32) *feature_counts) { + double_array *scores = averaged_perceptron_predict_scores_counts(self, feature_counts); + + int64_t max_score = double_array_argmax(scores->a, scores->n); + + return (uint32_t)max_score; +} + +averaged_perceptron_t *averaged_perceptron_read(FILE *f) { + if (f == NULL) return NULL; + + uint32_t signature; + + if (!file_read_uint32(f, &signature) || signature != PERCEPTRON_SIGNATURE) { + return NULL; + } + + averaged_perceptron_t *perceptron = calloc(1, sizeof(averaged_perceptron_t)); + + if (!file_read_uint32(f, &perceptron->num_features) || + !file_read_uint32(f, &perceptron->num_classes) || + perceptron->num_classes == 0) { + return NULL; + } + + perceptron->weights = sparse_matrix_read(f); + if (perceptron->weights == NULL) { + goto exit_perceptron_created; + } + + perceptron->scores = double_array_new_zeros((size_t)perceptron->num_classes); + + if (perceptron->scores == NULL) { + goto exit_perceptron_created; + } + + uint64_t classes_str_len; + + if (!file_read_uint64(f, &classes_str_len)) { + goto exit_perceptron_created; + } + + char_array *array = char_array_new_size(classes_str_len); + + if (array == NULL) { + goto exit_perceptron_created; + } + + if (!file_read_chars(f, array->a, classes_str_len)) { + char_array_destroy(array); + goto exit_perceptron_created; + } + + array->n = classes_str_len; + + perceptron->classes = cstring_array_from_char_array(array); + if (perceptron->classes == NULL) { + goto exit_perceptron_created; + } + + perceptron->features = trie_read(f); + + if (perceptron->features == NULL) { + goto exit_perceptron_created; + } + + return perceptron; + +exit_perceptron_created: + averaged_perceptron_destroy(perceptron); + return NULL; +} + +averaged_perceptron_t *averaged_perceptron_load(char *filename) { + if (filename == NULL) return NULL; + FILE *f = fopen(filename, "rb"); + if (f == NULL) return NULL; + averaged_perceptron_t *perceptron = averaged_perceptron_read(f); + fclose(f); + return perceptron; +} + +bool averaged_perceptron_write(averaged_perceptron_t *self, FILE *f) { + if (self == NULL || f == NULL || self->weights == NULL || self->classes == NULL || + self->features == NULL) { + return false; + } + + if (!file_write_uint32(f, PERCEPTRON_SIGNATURE) || + !file_write_uint32(f, self->num_features) || + !file_write_uint32(f, self->num_classes)) { + return false; + } + + if (!sparse_matrix_write(self->weights, f)) { + return false; + } + + uint64_t classes_str_len = (uint64_t) cstring_array_used(self->classes); + if (!file_write_uint64(f, classes_str_len)) { + return false; + } + + if (!file_write_chars(f, self->classes->str->a, classes_str_len)) { + return false; + } + + if (!trie_write(self->features, f)) { + return false; + } + + return true; +} + +bool averaged_perceptron_save(averaged_perceptron_t *self, char *filename) { + if (self == NULL || filename == NULL) return false; + FILE *f = fopen(filename, "wb"); + if (f == NULL) return false; + bool ret_val = averaged_perceptron_write(self, f); + fclose(f); + return ret_val; +} + + +void averaged_perceptron_destroy(averaged_perceptron_t *self) { + if (self == NULL) return; + + if (self->features != NULL) { + trie_destroy(self->features); + } + + if (self->classes != NULL) { + cstring_array_destroy(self->classes); + } + + if (self->weights != NULL) { + sparse_matrix_destroy(self->weights); + } + + if (self->scores != NULL) { + double_array_destroy(self->scores); + } + + free(self); +} diff --git a/src/averaged_perceptron.h b/src/averaged_perceptron.h new file mode 100644 index 0000000..2eb7703 --- /dev/null +++ b/src/averaged_perceptron.h @@ -0,0 +1,57 @@ +/* +averaged_perceptron.h +--------------------- + +The averaged perceptron is a simple, efficient and effective method for +training sequence models. + +The averaged perceptron is a linear model, meaning the score for a given class +is the dot product of weights and the feature values. + +This implementation of the averaged perceptron uses a trie data structure to +store the mapping from features to indices, which can be quite memory efficient +as opposed to a hash table and allows us to store millions of features with +very little memory. + +The weights are stored as a sparse matrix in compressed sparse row format +(see sparse_matrix.h) +*/ +#ifndef AVERAGED_PERCEPTRON_H +#define AVERAGED_PERCEPTRON_H + +#include +#include +#include + +#include "collections.h" +#include "sparse_matrix.h" +#include "trie.h" + +typedef struct averaged_perceptron { + uint32_t num_features; + uint32_t num_classes; + trie_t *features; + cstring_array *classes; + sparse_matrix_t *weights; + double_array *scores; +} averaged_perceptron_t; + +averaged_perceptron_t *averaged_perceptron_read(FILE *f); +averaged_perceptron_t *averaged_perceptron_load(char *filename); + +uint32_t averaged_perceptron_predict(averaged_perceptron_t *self, cstring_array *features); +uint32_t averaged_perceptron_predict_counts(averaged_perceptron_t *self, khash_t(str_uint32) *feature_counts); + +double_array *averaged_perceptron_predict_scores(averaged_perceptron_t *self, cstring_array *features); +double_array *averaged_perceptron_predict_scores_counts(averaged_perceptron_t *self, khash_t(str_uint32) *feature_counts); + +bool averaged_perceptron_write(averaged_perceptron_t *self, FILE *f); +bool averaged_perceptron_save(averaged_perceptron_t *self, char *filename); + +averaged_perceptron_t *averaged_perceptron_read(FILE *f); +averaged_perceptron_t *averaged_perceptron_load(char *filename); + +void averaged_perceptron_destroy(averaged_perceptron_t *self); + + +#endif \ No newline at end of file diff --git a/src/averaged_perceptron_tagger.c b/src/averaged_perceptron_tagger.c new file mode 100644 index 0000000..6aa6d47 --- /dev/null +++ b/src/averaged_perceptron_tagger.c @@ -0,0 +1,73 @@ +#include "averaged_perceptron_tagger.h" +#include "log/log.h" + +bool averaged_perceptron_tagger_predict(averaged_perceptron_t *model, void *tagger, void *context, cstring_array *features, cstring_array *prev_tag_features, cstring_array *prev2_tag_features, cstring_array *labels, tagger_feature_function feature_function, tokenized_string_t *tokenized, bool print_features) { + + // Keep two tags of history in training + char *prev = NULL; + char *prev2 = NULL; + + uint32_t prev_id = 0; + uint32_t prev2_id = 0; + + size_t num_tokens = tokenized->tokens->n; + + for (uint32_t i = 0; i < num_tokens; i++) { + cstring_array_clear(features); + cstring_array_clear(prev_tag_features); + cstring_array_clear(prev2_tag_features); + + if (i > 0) { + prev = cstring_array_get_string(model->classes, prev_id); + } + + if (i > 1) { + prev2 = cstring_array_get_string(model->classes, prev2_id); + } + + log_debug("prev=%s, prev2=%s\n", prev, prev2); + + if (!feature_function(tagger, context, tokenized, i)) { + log_error("Could not add address parser features\n"); + return false; + } + + uint32_t fidx; + const char *feature; + + if (prev) { + cstring_array_foreach(prev_tag_features, fidx, feature, { + feature_array_add(features, 3, "prev", prev, (char *)feature); + }) + } + + if (prev2) { + cstring_array_foreach(prev2_tag_features, fidx, feature, { + feature_array_add(features, 5, "prev2", prev2, "prev", prev, (char *)feature); + }) + } + + if (print_features) { + printf("{ "); + size_t num_features = cstring_array_num_strings(features); + cstring_array_foreach(features, fidx, feature, { + printf("%s", feature); + if (fidx < num_features - 1) printf(", "); + }) + printf(" }\n"); + } + + + uint32_t guess = averaged_perceptron_predict(model, features); + char *predicted = cstring_array_get_string(model->classes, guess); + + cstring_array_add_string(labels, predicted); + + prev2_id = prev_id; + prev_id = guess; + + } + + return true; + +} diff --git a/src/averaged_perceptron_tagger.h b/src/averaged_perceptron_tagger.h new file mode 100644 index 0000000..7a43a04 --- /dev/null +++ b/src/averaged_perceptron_tagger.h @@ -0,0 +1,30 @@ +/* +averaged_perceptron_tagger.h +---------------------------- + +An averaged perceptron tagger is a greedy sequence labeling +algorithm which uses features of the current token, surrounding +tokens and n (typically n=2) previous predictions to predict +the current value. + +*/ + +#ifndef AVERAGED_PERCEPTRON_TAGGER_H +#define AVERAGED_PERCEPTRON_TAGGER_H + +#include +#include +#include +#include + +#include "averaged_perceptron.h" +#include "features.h" +#include "tagger.h" +#include "tokens.h" + +#define START "START" +#define START2 "START2" + +bool averaged_perceptron_tagger_predict(averaged_perceptron_t *model, void *tagger, void *context, cstring_array *features, cstring_array *prev_tag_features, cstring_array *prev2_tag_features, cstring_array *labels, tagger_feature_function feature_function, tokenized_string_t *tokenized, bool print_features); + +#endif \ No newline at end of file diff --git a/src/averaged_perceptron_trainer.c b/src/averaged_perceptron_trainer.c new file mode 100644 index 0000000..eede8f7 --- /dev/null +++ b/src/averaged_perceptron_trainer.c @@ -0,0 +1,514 @@ +#include "averaged_perceptron_trainer.h" + +void averaged_perceptron_trainer_destroy(averaged_perceptron_trainer_t *self) { + if (self == NULL) return; + + const char *key; + uint32_t id; + + if (self->features != NULL) { + kh_foreach(self->features, key, id, { + free((char *)key); + }) + kh_destroy(str_uint32, self->features); + } + + if (self->classes != NULL) { + kh_foreach(self->classes, key, id, { + free((char *)key); + }) + kh_destroy(str_uint32, self->classes); + } + + if (self->class_strings != NULL) { + cstring_array_destroy(self->class_strings); + } + + uint32_t feature_id; + khash_t(class_weights) *weights; + + kh_foreach(self->weights, feature_id, weights, { + kh_destroy(class_weights, weights); + }) + + if (self->weights != NULL) { + kh_destroy(feature_class_weights, self->weights); + } + + if (self->update_counts != NULL) { + uint64_array_destroy(self->update_counts); + } + + if (self->scores != NULL) { + double_array_destroy(self->scores); + } + + free(self); +} + + +bool averaged_perceptron_trainer_get_class_id(averaged_perceptron_trainer_t *self, char *class_name, uint32_t *class_id, bool add_if_missing) { + khiter_t k; + + if (class_name == NULL) { + log_error("class_name was NULL\n"); + return false; + } + + khash_t(str_uint32) *classes = self->classes; + + k = kh_get(str_uint32, classes, class_name); + if (k != kh_end(classes)) { + *class_id = kh_value(classes, k); + return true; + } else if (add_if_missing) { + uint32_t new_id = (uint32_t)kh_size(classes); + int ret; + char *key = strdup(class_name); + if (key == NULL) { + return false; + } + k = kh_put(str_uint32, classes, key, &ret); + if (ret < 0) { + return false; + } + kh_value(classes, k) = new_id; + *class_id = new_id; + + cstring_array_add_string(self->class_strings, class_name); + self->num_classes++; + return true; + } + return false; +} + +bool averaged_perceptron_trainer_get_feature_id(averaged_perceptron_trainer_t *self, char *feature, uint32_t *feature_id, bool add_if_missing) { + khiter_t k; + + if (feature == NULL) { + log_error("feature was NULL\n"); + return false; + } + + khash_t(str_uint32) *features = self->features; + + + k = kh_get(str_uint32, features, feature); + if (k != kh_end(features)) { + *feature_id = kh_value(features, k); + return true; + } else if (add_if_missing) { + uint32_t new_id = (uint32_t)kh_size(features); + int ret; + char *key = strdup(feature); + if (key == NULL) { + return false; + } + k = kh_put(str_uint32, features, key, &ret); + if (ret < 0) { + return false; + } + kh_value(features, k) = new_id; + *feature_id = new_id; + + uint64_array_push(self->update_counts, 0); + self->num_features++; + return true; + } + return false; + +} + +averaged_perceptron_t *averaged_perceptron_trainer_finalize(averaged_perceptron_trainer_t *self) { + if (self == NULL || self->num_classes == 0) return NULL; + + uint32_t class_id; + class_weight_t weight; + + uint64_t updates = self->num_updates; + khash_t(class_weights) *weights; + + char **feature_keys = malloc(sizeof(char *) * self->num_features); + uint32_t feature_id; + const char *feature; + kh_foreach(self->features, feature, feature_id, { + if (feature_id >= self->num_features) { + free(feature_keys); + return NULL; + } + feature_keys[feature_id] = (char *)feature; + }) + + sparse_matrix_t *averaged_weights = sparse_matrix_new(); + + uint32_t next_feature_id = 0; + khiter_t k; + + uint64_t *update_counts = self->update_counts->a; + + log_info("Finalizing trainer, num_features=%u\n", self->num_features); + + log_info("Pruning weights with < min_updates = %" PRIu64 "\n", self->min_updates); + + for (feature_id = 0; feature_id < self->num_features; feature_id++) { + k = kh_get(feature_class_weights, self->weights, feature_id); + if (k == kh_end(self->weights)) { + sparse_matrix_destroy(averaged_weights); + free(feature_keys); + return NULL; + } + + weights = kh_value(self->weights, k); + uint32_t class_id; + + uint64_t update_count = update_counts[feature_id]; + bool keep_feature = update_count >= self->min_updates; + + uint32_t new_feature_id = next_feature_id; + + if (keep_feature) { + kh_foreach(weights, class_id, weight, { + weight.total += (updates - weight.last_updated) * weight.value; + double value = weight.total / updates; + sparse_matrix_append(averaged_weights, class_id, value); + }) + + sparse_matrix_finalize_row(averaged_weights); + next_feature_id++; + } + + + if (!keep_feature || new_feature_id != feature_id) { + feature = feature_keys[feature_id]; + k = kh_get(str_uint32, self->features, feature); + if (k != kh_end(self->features)) { + if (keep_feature) { + kh_value(self->features, k) = new_feature_id; + } else { + kh_del(str_uint32, self->features, k); + } + } else { + log_error("Error in kh_get on self->features\n"); + averaged_perceptron_trainer_destroy(self); + return NULL; + } + } + + } + + free(feature_keys); + + self->num_features = kh_size(self->features); + log_info("After pruning, num_features=%u\n", self->num_features); + + averaged_perceptron_t *perceptron = malloc(sizeof(averaged_perceptron_t)); + + perceptron->weights = averaged_weights; + + trie_t *features = trie_new_from_hash(self->features); + if (features == NULL) { + averaged_perceptron_trainer_destroy(self); + return NULL; + } + + perceptron->features = features; + + perceptron->num_features = self->num_features; + perceptron->num_classes = self->num_classes; + + perceptron->scores = double_array_new_zeros(perceptron->num_classes); + + // Set our pointers to NULL so they don't get free'd on destroy + perceptron->classes = self->class_strings; + self->class_strings = NULL; + + averaged_perceptron_trainer_destroy(self); + + return perceptron; +} + +khash_t(class_weights) *averaged_perceptron_trainer_get_class_weights(averaged_perceptron_trainer_t *self, uint32_t feature_id, bool add_if_missing) { + khiter_t k; + k = kh_get(feature_class_weights, self->weights, feature_id); + if (k != kh_end(self->weights)) { + return kh_value(self->weights, k); + } else if (add_if_missing) { + khash_t(class_weights) *weights = kh_init(class_weights); + int ret; + k = kh_put(feature_class_weights, self->weights, feature_id, &ret); + if (ret < 0) { + kh_destroy(class_weights, weights); + return NULL; + } + kh_value(self->weights, k) = weights; + return weights; + } + + return NULL; +} + + +static inline bool averaged_perceptron_trainer_update_weight(khash_t(class_weights) *weights, uint64_t iter, uint32_t class_id, double value) { + class_weight_t weight = NULL_WEIGHT; + size_t index; + + khiter_t k; + k = kh_get(class_weights, weights, class_id); + if (k != kh_end(weights)) { + weight = kh_value(weights, k); + } + + weight.total += (iter - weight.last_updated) * weight.value; + weight.last_updated = iter; + weight.value += value; + + int ret; + k = kh_put(class_weights, weights, class_id, &ret); + if (ret < 0) return false; + kh_value(weights, k) = weight; + + return true; + +} + +static inline bool averaged_perceptron_trainer_update_feature(averaged_perceptron_trainer_t *self, uint32_t feature_id, uint32_t guess, uint32_t truth, double value) { + bool add_if_missing = true; + + khash_t(class_weights) *weights = averaged_perceptron_trainer_get_class_weights(self, feature_id, add_if_missing); + + if (weights == NULL) { + return false; + } + + uint64_t updates = self->num_updates; + + if (!averaged_perceptron_trainer_update_weight(weights, updates, guess, -1.0 * value) || + !averaged_perceptron_trainer_update_weight(weights, updates, truth, value)) { + return false; + } + + uint64_t *update_counts = self->update_counts->a; + update_counts[feature_id]++; + + return true; +} + +uint32_t averaged_perceptron_trainer_predict(averaged_perceptron_trainer_t *self, cstring_array *features) { + double_array *scores = self->scores; + size_t num_classes = (size_t)self->num_classes; + + uint32_t i = 0; + char *feature = NULL; + bool add_if_missing = false; + uint32_t feature_id; + + khash_t(class_weights) *weights; + uint32_t class_id; + class_weight_t weight; + + if (scores->m < num_classes) { + double_array_resize(scores, num_classes); + } + + if (scores->n < num_classes) { + scores->n = num_classes; + } + + double_array_zero(scores->a, scores->n); + + uint64_t *update_counts = self->update_counts->a; + + cstring_array_foreach(features, i, feature, { + if (!averaged_perceptron_trainer_get_feature_id(self, feature, &feature_id, add_if_missing)) { + continue; + } + + uint64_t update_count = update_counts[feature_id]; + bool keep_feature = update_count >= self->min_updates; + + if (keep_feature) { + weights = averaged_perceptron_trainer_get_class_weights(self, feature_id, add_if_missing); + + if (weights == NULL) { + continue; + } + + kh_foreach(weights, class_id, weight, { + scores->a[class_id] += weight.value; + }) + } + }) + + int64_t max_score = double_array_argmax(scores->a, scores->n); + + return (uint32_t)max_score; +} + +bool averaged_perceptron_trainer_update(averaged_perceptron_trainer_t *self, uint32_t guess, uint32_t truth, cstring_array *features) { + uint32_t i = 0; + char *feature = NULL; + uint32_t feature_id; + bool add_if_missing = true; + + cstring_array_foreach(features, i, feature, { + if (!averaged_perceptron_trainer_get_feature_id(self, feature, &feature_id, add_if_missing)) { + return false; + } + + if (!averaged_perceptron_trainer_update_feature(self, feature_id, guess, truth, 1.0)) { + return false; + } + }) + + self->num_updates++; + + return true; +} + +bool averaged_perceptron_trainer_update_counts(averaged_perceptron_trainer_t *self, uint32_t guess, uint32_t truth, khash_t(str_uint32) *feature_counts) { + const char *feature; + uint32_t feature_id; + uint32_t count; + bool add_if_missing = true; + + kh_foreach(feature_counts, feature, count, { + if (!averaged_perceptron_trainer_get_feature_id(self, (char *)feature, &feature_id, add_if_missing)) { + return false; + } + + if (!averaged_perceptron_trainer_update_feature(self, feature_id, guess, truth, (double)count)) { + return false; + } + }) + + self->num_updates++; + + return true; +} + +bool averaged_perceptron_trainer_train_example(averaged_perceptron_trainer_t *self, void *tagger, void *context, cstring_array *features, cstring_array *prev_tag_features, cstring_array *prev2_tag_features, tagger_feature_function feature_function, tokenized_string_t *tokenized, cstring_array *labels) { + // Keep two tags of history in training + char *prev = NULL; + char *prev2 = NULL; + + uint32_t prev_id = 0; + uint32_t prev2_id = 0; + + size_t num_tokens = tokenized->tokens->n; + if (cstring_array_num_strings(labels) != num_tokens) { + return false; + } + + bool add_if_missing = true; + + for (uint32_t i = 0; i < num_tokens; i++) { + cstring_array_clear(features); + cstring_array_clear(prev_tag_features); + cstring_array_clear(prev2_tag_features); + + char *label = cstring_array_get_string(labels, i); + if (label == NULL) { + log_error("label is NULL\n"); + } + + if (!feature_function(tagger, context, tokenized, i)) { + log_error("Could not add address parser features\n"); + return false; + } + + uint32_t truth; + + if (!averaged_perceptron_trainer_get_class_id(self, label, &truth, add_if_missing)) { + log_error("Get class id failed\n"); + return false; + } + + uint32_t fidx; + const char *feature; + + if (i > 0) { + prev = cstring_array_get_string(self->class_strings, prev_id); + + cstring_array_foreach(prev_tag_features, fidx, feature, { + feature_array_add(features, 3, "prev", prev, (char *)feature); + }) + + if (i > 1) { + prev2 = cstring_array_get_string(self->class_strings, prev2_id); + cstring_array_foreach(prev2_tag_features, fidx, feature, { + feature_array_add(features, 5, "prev2", prev2, "prev", prev, (char *)feature); + }) + } + } + + uint32_t guess = averaged_perceptron_trainer_predict(self, features); + + // Online error-driven learning, only needs to update weights when it gets a wrong answer, making training fast + if (guess != truth) { + self->num_errors++; + if (!averaged_perceptron_trainer_update(self, guess, truth, features)) { + log_error("Trainer update failed\n"); + return false; + } + } + + prev2_id = prev_id; + prev_id = guess; + + } + + return true; + +} + +averaged_perceptron_trainer_t *averaged_perceptron_trainer_new(uint64_t min_updates) { + averaged_perceptron_trainer_t *self = calloc(1, sizeof(averaged_perceptron_trainer_t)); + + if (self == NULL) return NULL; + + self->num_features = 0; + self->num_classes = 0; + self->num_updates = 0; + self->num_errors = 0; + self->iterations = 0; + + self->min_updates = min_updates; + + self->features = kh_init(str_uint32); + if (self->features == NULL) { + goto exit_trainer_created; + } + + self->classes = kh_init(str_uint32); + if (self->classes == NULL) { + goto exit_trainer_created; + } + + self->class_strings = cstring_array_new(); + if (self->class_strings == NULL) { + goto exit_trainer_created; + } + + self->weights = kh_init(feature_class_weights); + + if (self->weights == NULL) { + goto exit_trainer_created; + } + + self->update_counts = uint64_array_new(); + if (self->update_counts == NULL) { + goto exit_trainer_created; + } + + self->scores = double_array_new(); + if (self->scores == NULL) { + goto exit_trainer_created; + } + + return self; + +exit_trainer_created: + averaged_perceptron_trainer_destroy(self); + return NULL; +} + diff --git a/src/averaged_perceptron_trainer.h b/src/averaged_perceptron_trainer.h new file mode 100644 index 0000000..2832e9a --- /dev/null +++ b/src/averaged_perceptron_trainer.h @@ -0,0 +1,94 @@ +/* +averaged_perceptron_trainer.h +----------------------------- + +Trainer for a generic averaged perceptron model. + +The averaged perceptron uses a simple online error-driven +learning algorithm. Given some features and the true label, +it predicts the expected label under the current weights. If +it guess correctly, there's nothing to do and it moves +on to the next example. If it predicted the wrong answer, it +makes the following updates to its weights: + +weights[feature][predicted] -= 1.0 +weights[feature][actual] += 1.0 + +This seems overly simplistic, and it is. This is the regular +perceptron update rule. On the more difficult cases, this model +would tend to overfit by spending a lot of time fiddling with the +weights for the few cases it got wrong and building the whole model +around those few cases. The averaged perceptron is one way to account +for this and build a more robust model. + + +Paper: [Collins, 2002] Discriminative Training Methods for Hidden Markov Models: + Theory and Experiments with Perceptron Algorithms + +Link: http://www.cs.columbia.edu/~mcollins/papers/tagperc.pdf +*/ +#ifndef AVERAGED_PERCEPTRON_TRAINER_H +#define AVERAGED_PERCEPTRON_TRAINER_H + +#include +#include + +#include "averaged_perceptron.h" +#include "averaged_perceptron_tagger.h" +#include "collections.h" +#include "features.h" +#include "string_utils.h" +#include "tokens.h" +#include "trie.h" +#include "trie_utils.h" + +typedef struct class_weight { + double value; + double total; + uint64_t last_updated; +} class_weight_t; + +#define NULL_WEIGHT (class_weight_t){0.0, 0.0, 0} + +KHASH_MAP_INIT_INT(class_weights, class_weight_t) + +KHASH_MAP_INIT_INT(feature_class_weights, khash_t(class_weights) *) + +typedef struct averaged_perceptron_trainer { + uint32_t num_features; + uint32_t num_classes; + uint64_t num_updates; + uint64_t num_errors; + uint32_t iterations; + uint64_t min_updates; + khash_t(str_uint32) *features; + khash_t(str_uint32) *classes; + cstring_array *class_strings; + // {feature_id => {class_id => class_weight_t}} + khash_t(feature_class_weights) *weights; + uint64_array *update_counts; + double_array *scores; +} averaged_perceptron_trainer_t; + +averaged_perceptron_trainer_t *averaged_perceptron_trainer_new(uint64_t min_updates); + +uint32_t averaged_perceptron_trainer_predict(averaged_perceptron_trainer_t *self, cstring_array *features); + +bool averaged_perceptron_trainer_train_example(averaged_perceptron_trainer_t *self, + void *tagger, + void *context, + cstring_array *features, + cstring_array *prev_tag_features, + cstring_array *prev2_tag_features, + tagger_feature_function feature_function, + tokenized_string_t *tokenized, + cstring_array *labels + ); + +averaged_perceptron_t *averaged_perceptron_trainer_finalize(averaged_perceptron_trainer_t *self); + + + +void averaged_perceptron_trainer_destroy(averaged_perceptron_trainer_t *self); + +#endif diff --git a/src/bench.c b/src/bench.c new file mode 100644 index 0000000..5a91e4b --- /dev/null +++ b/src/bench.c @@ -0,0 +1,71 @@ +#include +#include +#include + +#ifdef TIME_WITH_SYS_TIME +#include +#include +#else +#ifdef HAVE_SYS_TIME_H +#include +#else +#include +#endif +#endif + +#include "libpostal.h" +#include "libpostal_config.h" +#include "log/log.h" +#include "scanner.h" + +int main(int argc, char **argv) { + if (argc < 3) { + log_error("Usage: test_libpostal string languages...\n"); + exit(EXIT_FAILURE); + } + + char *str = argv[1]; + char *languages[argc - 2]; + for (int i = 0; i < argc - 2; i++) { + char *arg = argv[i + 2]; + if (strlen(arg) >= LIBPOSTAL_MAX_LANGUAGE_LEN) { + printf("arg %d was longer than a language code (%d chars). Make sure to quote the input string\n", i + 2, LIBPOSTAL_MAX_LANGUAGE_LEN - 1); + } + languages[i] = arg; + } + + if (!libpostal_setup()) { + exit(EXIT_FAILURE); + } + + libpostal_normalize_options_t options = libpostal_get_default_options(); + + options.num_languages = 1; + options.languages = languages; + + size_t num_expansions; + + char **strings; + char *normalized; + + int num_loops = 100000; + + token_array *tokens = tokenize(str); + uint64_t num_tokens = tokens->n; + token_array_destroy(tokens); + + clock_t t1 = clock(); + for (int i = 0; i < num_loops; i++) { + strings = libpostal_expand_address(str, options, &num_expansions); + libpostal_expansion_array_destroy(strings, num_expansions); + } + clock_t t2 = clock(); + + double benchmark_time = (double)(t2 - t1) / CLOCKS_PER_SEC; + printf("Benchmark time: %f\n", benchmark_time); + double addresses_per_second = num_loops / benchmark_time; + printf("addresses/s = %f\n", addresses_per_second); + double tokens_per_second = (num_loops * num_tokens) / benchmark_time; + printf("tokens/s = %f\n", tokens_per_second); + libpostal_teardown(); +} diff --git a/src/bloom.c b/src/bloom.c new file mode 100644 index 0000000..3e0671b --- /dev/null +++ b/src/bloom.c @@ -0,0 +1,223 @@ +#include + +#include "bloom.h" +#include "murmur/murmur.h" + +#define BLOOM_FILTER_SIGNATURE 0xBABABABA + +#define LOG2_SQUARED 0.4804530139182014 +#define LOG2 0.6931471805599453 + +static int bloom_filter_check_add(bloom_filter_t *self, const char *key, size_t len, bool add) { + uint64_t checksum[2]; + + MurmurHash3_x64_128(key, len, SALT_CONSTANT, checksum); + + /* Only calls the actual hash function once but effectively + creates K hash functions. */ + uint64_t h; + uint64_t h1 = checksum[0]; + uint64_t h2 = checksum[1]; + uint64_t byte; + uint64_t mask; + uint64_t num_bits = self->num_bits; + unsigned char c; + + uint64_t hits = 0; + + for (int i = 0; i < self->num_hashes; i++) { + h = (h1 + i * h2) % num_bits; + byte = h >> 3; + c = self->filter[byte]; + + mask = 1 << (h % 8); + + if (c & mask) { + hits++; + } else if (add) { + self->filter[byte] = c | mask; + } + } + + if (hits == self->num_hashes) { + return 1; + } + + return 0; + +} + +int bloom_filter_check(bloom_filter_t *self, const char *key, size_t len) { + return bloom_filter_check_add(self, key, len, false); +} + +int bloom_filter_add(bloom_filter_t *self, const char *key, size_t len) { + return bloom_filter_check_add(self, key, len, true); +} + +bloom_filter_t *bloom_filter_new(uint64_t capacity, double error) { + bloom_filter_t *bloom = calloc(1, sizeof(bloom_filter_t)); + + if (bloom == NULL) { + return NULL; + } + + bloom->ready = false; + + if (capacity < 1 || error < 0.0) { + goto exit_free_bloom; + } + + bloom->capacity = capacity; + bloom->error = error; + + bloom->bits_per_entry = -(log(error) / LOG2_SQUARED); + + bloom->num_bits = (uint64_t)((double)capacity * bloom->bits_per_entry);\ + bloom->num_bytes = (uint64_t)(ceil((double)bloom->num_bits / 8)); + + bloom->num_hashes = (uint32_t)ceil(LOG2 * bloom->bits_per_entry); + + // Using calloc to zero it out + bloom->filter = calloc(bloom->num_bytes, sizeof(char)); + if (bloom->filter == NULL) { + goto exit_free_bloom; + } + + bloom->ready = true; + + return bloom; + +exit_free_bloom: + free(bloom); + return NULL; +} + +bool bloom_filter_write(bloom_filter_t *self, FILE *f) { + if (!file_write_uint64(f, BLOOM_FILTER_SIGNATURE)) { + return false; + } + + if (!file_write_uint64(f, self->capacity)) { + return false; + } + + if (!file_write_double(f, self->error)) { + return false; + } + + if (!file_write_uint64(f, self->num_bits)) { + return false; + } + + if (!file_write_uint64(f, self->num_bytes)) { + return false; + } + + if (!file_write_uint32(f, self->num_hashes)) { + return false; + } + + if (!file_write_double(f, self->bits_per_entry)) { + return false; + } + + if (!file_write_chars(f, (char *)self->filter, self->num_bytes)) { + return false; + } + + return true; +} + + + +bool bloom_filter_save(bloom_filter_t *self, char *path) { + FILE *f; + if ((f = fopen(path, "wb")) == NULL) { + return false; + } + bool status = bloom_filter_write(self, f); + fclose(f); + return status; +} + +bloom_filter_t *bloom_filter_read(FILE *f) { + bloom_filter_t *bloom = malloc(sizeof(bloom_filter_t)); + + if (bloom == NULL) { + return NULL; + } + + bloom->ready = false; + + uint64_t signature = 0; + + if (!file_read_uint64(f, &signature) || signature != BLOOM_FILTER_SIGNATURE) { + goto exit_bloom_filter_created; + } + + if (!file_read_uint64(f, &bloom->capacity)) { + goto exit_bloom_filter_created; + } + + if (!file_read_double(f, &bloom->error)) { + goto exit_bloom_filter_created; + } + + if (!file_read_uint64(f, &bloom->num_bits)) { + goto exit_bloom_filter_created; + } + + if (!file_read_uint64(f, &bloom->num_bytes)) { + goto exit_bloom_filter_created; + } + + if (!file_read_uint32(f, &bloom->num_hashes)) { + goto exit_bloom_filter_created; + } + + if (!file_read_double(f, &bloom->bits_per_entry)) { + goto exit_bloom_filter_created; + } + + bloom->filter = calloc(bloom->num_bytes, sizeof(char)); + if (bloom->filter == NULL) { + goto exit_bloom_filter_created; + } + + if (!file_read_chars(f, (char *)bloom->filter, bloom->num_bytes)) { + goto exit_bloom_filter_created; + } + + bloom->ready = true; + + return bloom; + +exit_bloom_filter_created: + bloom_filter_destroy(bloom); + bloom = NULL; + return bloom; +} + + +bloom_filter_t *bloom_filter_load(char *path) { + FILE *f; + + if ((f = fopen(path, "rb")) == NULL) { + return NULL; + } + + bloom_filter_t *bloom = bloom_filter_read(f); + fclose(f); + return bloom; +} + +void bloom_filter_destroy(bloom_filter_t *self) { + if (self == NULL) return; + + if (self->filter != NULL) { + free(self->filter); + } + + free(self); +} diff --git a/src/bloom.h b/src/bloom.h new file mode 100644 index 0000000..442fff9 --- /dev/null +++ b/src/bloom.h @@ -0,0 +1,41 @@ +#ifndef BLOOM_H +#define BLOOM_H + +#include +#include +#include + +#include "file_utils.h" + +#define SALT_CONSTANT 0x66e8c41d + +typedef struct bloom_filter { + uint64_t capacity; + double error; + uint64_t num_bits; + uint64_t num_bytes; + uint32_t num_hashes; + + double bits_per_entry; + unsigned char *filter; + bool ready; +} bloom_filter_t; + + +bloom_filter_t *bloom_filter_new(uint64_t capacity, double error); + +int bloom_filter_check(bloom_filter_t *self, const char *key, size_t len); +int bloom_filter_add(bloom_filter_t *self, const char *key, size_t len); + +void bloom_filter_print(bloom_filter_t *self); + +void bloom_filter_destroy(bloom_filter_t *self); + +bool bloom_filter_write(bloom_filter_t *self, FILE *f); +bool bloom_filter_save(bloom_filter_t *self, char *path); + +bloom_filter_t *bloom_filter_read(FILE *f); +bloom_filter_t *bloom_filter_load(char *path); + + +#endif \ No newline at end of file diff --git a/src/cartesian_product.c b/src/cartesian_product.c new file mode 100644 index 0000000..fa57e77 --- /dev/null +++ b/src/cartesian_product.c @@ -0,0 +1,91 @@ +#include "cartesian_product.h" +#include + +cartesian_product_iterator_t *cartesian_product_iterator_new_vargs(size_t n, va_list args) { + cartesian_product_iterator_t *iter = malloc(sizeof(cartesian_product_iterator_t)); + if (iter == NULL) return NULL; + + iter->lengths = uint32_array_new_size(n); + if (iter->lengths == NULL) { + goto exit_iter_created; + } + + size_t remaining = 1; + for (size_t i = 0; i < n; i++) { + uint32_t arg = va_arg(args, uint32_t); + uint32_array_push(iter->lengths, arg); + if (arg > 0) { + remaining *= arg; + } + } + iter->remaining = remaining; + + iter->state = uint32_array_new_zeros(n); + if (iter->state == NULL) { + goto exit_iter_created; + } + + return iter; + +exit_iter_created: + cartesian_product_iterator_destroy(iter); + return NULL; +} + +cartesian_product_iterator_t *cartesian_product_iterator_new(size_t n, ...) { + va_list args; + va_start(args, n); + cartesian_product_iterator_t *iter = cartesian_product_iterator_new_vargs(n, args); + va_end(args); + return iter; +} + +uint32_t *cartesian_product_iterator_start(cartesian_product_iterator_t *self) { + return self->state->a; +} + +bool cartesian_product_iterator_done(cartesian_product_iterator_t *self) { + return self->remaining == 0; +} + +uint32_t *cartesian_product_iterator_next(cartesian_product_iterator_t *self) { + if (self == NULL) return NULL; + + uint32_t *lengths = self->lengths->a; + uint32_t *state = self->state->a; + + if (self->remaining > 0) { + ssize_t i; + ssize_t n = self->lengths->n; + for (i = n - 1; i >= 0; i--) { + state[i]++; + if (state[i] == lengths[i]) { + state[i] = 0; + } else { + self->remaining--; + break; + } + } + if (i < 0) { + self->remaining = 0; + } + } else { + return NULL; + } + + return state; +} + +void cartesian_product_iterator_destroy(cartesian_product_iterator_t *self) { + if (self == NULL) return; + + if (self->lengths != NULL) { + uint32_array_destroy(self->lengths); + } + + if (self->state != NULL) { + uint32_array_destroy(self->state); + } + + free(self); +} diff --git a/src/cartesian_product.h b/src/cartesian_product.h new file mode 100644 index 0000000..d38917f --- /dev/null +++ b/src/cartesian_product.h @@ -0,0 +1,23 @@ +#ifndef CARTESIAN_PRODUCT_H +#define CARTESIAN_PRODUCT_H + +#include +#include + +#include "collections.h" + +typedef struct cartesian_product_iterator { + size_t remaining; + uint32_array *lengths; + uint32_array *state; +} cartesian_product_iterator_t; + +cartesian_product_iterator_t *cartesian_product_iterator_new(size_t n, ...); +cartesian_product_iterator_t *cartesian_product_iterator_new_vargs(size_t n, va_list args); +uint32_t *cartesian_product_iterator_start(cartesian_product_iterator_t *self); +uint32_t *cartesian_product_iterator_next(cartesian_product_iterator_t *self); +bool cartesian_product_iterator_done(cartesian_product_iterator_t *self); + +void cartesian_product_iterator_destroy(cartesian_product_iterator_t *self); + +#endif \ No newline at end of file diff --git a/src/chunked_shuffle b/src/chunked_shuffle new file mode 100644 index 0000000..56ba75c --- /dev/null +++ b/src/chunked_shuffle @@ -0,0 +1,22 @@ +set -e + +if [ "$#" -lt 3 ]; then + echo "Usage: chunked_shuffle filename parts outfile" + exit 1 +fi + +filename=$1 +parts=$2 +outfile=$3 + +awk -v parts=$parts -v filename=$filename 'BEGIN{srand();} { print > filename"."int(rand() * parts) }' $filename + +tmp_outfile=$filename.out +> $tmp_outfile + +for i in $(seq 0 $[$parts - 1]); do + shuf $filename.$i >> $tmp_outfile + rm $filename.$i +done + +mv $tmp_outfile $outfile \ No newline at end of file diff --git a/src/cmp/cmp.c b/src/cmp/cmp.c new file mode 100644 index 0000000..ab3bdce --- /dev/null +++ b/src/cmp/cmp.c @@ -0,0 +1,2650 @@ +#include +#include +#include + +#include "cmp.h" + +static const uint32_t version = 10; +static const uint32_t mp_version = 5; + +enum { + POSITIVE_FIXNUM_MARKER = 0x00, + FIXMAP_MARKER = 0x80, + FIXARRAY_MARKER = 0x90, + FIXSTR_MARKER = 0xA0, + NIL_MARKER = 0xC0, + FALSE_MARKER = 0xC2, + TRUE_MARKER = 0xC3, + BIN8_MARKER = 0xC4, + BIN16_MARKER = 0xC5, + BIN32_MARKER = 0xC6, + EXT8_MARKER = 0xC7, + EXT16_MARKER = 0xC8, + EXT32_MARKER = 0xC9, + FLOAT_MARKER = 0xCA, + DOUBLE_MARKER = 0xCB, + U8_MARKER = 0xCC, + U16_MARKER = 0xCD, + U32_MARKER = 0xCE, + U64_MARKER = 0xCF, + S8_MARKER = 0xD0, + S16_MARKER = 0xD1, + S32_MARKER = 0xD2, + S64_MARKER = 0xD3, + FIXEXT1_MARKER = 0xD4, + FIXEXT2_MARKER = 0xD5, + FIXEXT4_MARKER = 0xD6, + FIXEXT8_MARKER = 0xD7, + FIXEXT16_MARKER = 0xD8, + STR8_MARKER = 0xD9, + STR16_MARKER = 0xDA, + STR32_MARKER = 0xDB, + ARRAY16_MARKER = 0xDC, + ARRAY32_MARKER = 0xDD, + MAP16_MARKER = 0xDE, + MAP32_MARKER = 0xDF, + NEGATIVE_FIXNUM_MARKER = 0xE0 +}; + +enum { + FIXARRAY_SIZE = 0xF, + FIXMAP_SIZE = 0xF, + FIXSTR_SIZE = 0x1F +}; + +enum { + ERROR_NONE, + STR_DATA_LENGTH_TOO_LONG_ERROR, + BIN_DATA_LENGTH_TOO_LONG_ERROR, + ARRAY_LENGTH_TOO_LONG_ERROR, + MAP_LENGTH_TOO_LONG_ERROR, + INPUT_VALUE_TOO_LARGE_ERROR, + FIXED_VALUE_WRITING_ERROR, + TYPE_MARKER_READING_ERROR, + TYPE_MARKER_WRITING_ERROR, + DATA_READING_ERROR, + DATA_WRITING_ERROR, + EXT_TYPE_READING_ERROR, + EXT_TYPE_WRITING_ERROR, + INVALID_TYPE_ERROR, + LENGTH_READING_ERROR, + LENGTH_WRITING_ERROR, + ERROR_MAX +}; + +const char *cmp_error_messages[ERROR_MAX + 1] = { + "No Error", + "Specified string data length is too long (> 0xFFFFFFFF)", + "Specified binary data length is too long (> 0xFFFFFFFF)", + "Specified array length is too long (> 0xFFFFFFFF)", + "Specified map length is too long (> 0xFFFFFFFF)", + "Input value is too large", + "Error writing fixed value", + "Error reading type marker", + "Error writing type marker", + "Error reading packed data", + "Error writing packed data", + "Error reading ext type", + "Error writing ext type", + "Invalid type", + "Error reading size", + "Error writing size", + "Max Error" +}; + +static const int32_t _i = 1; +#define is_bigendian() ((*(char *)&_i) == 0) + +static uint16_t be16(uint16_t x) { + char *b = (char *)&x; + + if (!is_bigendian()) { + char swap = 0; + + swap = b[0]; + b[0] = b[1]; + b[1] = swap; + } + + return x; +} + +static uint32_t be32(uint32_t x) { + char *b = (char *)&x; + + if (!is_bigendian()) { + char swap = 0; + + swap = b[0]; + b[0] = b[3]; + b[3] = swap; + + swap = b[1]; + b[1] = b[2]; + b[2] = swap; + } + + return x; +} + +static uint64_t be64(uint64_t x) { + char *b = (char *)&x; + + if (!is_bigendian()) { + char swap = 0; + + swap = b[0]; + b[0] = b[7]; + b[7] = swap; + + swap = b[1]; + b[1] = b[6]; + b[6] = swap; + + swap = b[2]; + b[2] = b[5]; + b[5] = swap; + + swap = b[3]; + b[3] = b[4]; + b[4] = swap; + } + + return x; +} + +static float befloat(float x) { + char *b = (char *)&x; + + if (!is_bigendian()) { + char swap = 0; + + swap = b[0]; + b[0] = b[3]; + b[3] = swap; + + swap = b[1]; + b[1] = b[2]; + b[2] = swap; + } + + return x; +} + +static double bedouble(double x) { + char *b = (char *)&x; + + if (!is_bigendian()) { + char swap = 0; + + swap = b[0]; + b[0] = b[7]; + b[7] = swap; + + swap = b[1]; + b[1] = b[6]; + b[6] = swap; + + swap = b[2]; + b[2] = b[5]; + b[5] = swap; + + swap = b[3]; + b[3] = b[4]; + b[4] = swap; + } + + return x; +} + +static bool read_byte(cmp_ctx_t *ctx, uint8_t *x) { + return ctx->read(ctx, x, sizeof(uint8_t)); +} + +static bool write_byte(cmp_ctx_t *ctx, uint8_t x) { + return (ctx->write(ctx, &x, sizeof(uint8_t)) == (sizeof(uint8_t))); +} + +static bool read_type_marker(cmp_ctx_t *ctx, uint8_t *marker) { + if (read_byte(ctx, marker)) + return true; + + ctx->error = TYPE_MARKER_READING_ERROR; + return false; +} + +static bool write_type_marker(cmp_ctx_t *ctx, uint8_t marker) { + if (write_byte(ctx, marker)) + return true; + + ctx->error = TYPE_MARKER_WRITING_ERROR; + return false; +} + +static bool write_fixed_value(cmp_ctx_t *ctx, uint8_t value) { + if (write_byte(ctx, value)) + return true; + + ctx->error = FIXED_VALUE_WRITING_ERROR; + return false; +} + +void cmp_init(cmp_ctx_t *ctx, void *buf, cmp_reader read, cmp_writer write) { + ctx->error = ERROR_NONE; + ctx->buf = buf; + ctx->read = read; + ctx->write = write; +} + +uint32_t cmp_version(void) { + return version; +} + +uint32_t cmp_mp_version(void) { + return mp_version; +} + +const char* cmp_strerror(cmp_ctx_t *ctx) { + if (ctx->error > ERROR_NONE && ctx->error < ERROR_MAX) + return cmp_error_messages[ctx->error]; + + return ""; +} + +bool cmp_write_pfix(cmp_ctx_t *ctx, uint8_t c) { + if (c <= 0x7F) + return write_fixed_value(ctx, c); + + ctx->error = INPUT_VALUE_TOO_LARGE_ERROR; + return false; +} + +bool cmp_write_nfix(cmp_ctx_t *ctx, int8_t c) { + if (c >= -32 && c <= -1) + return write_fixed_value(ctx, c); + + ctx->error = INPUT_VALUE_TOO_LARGE_ERROR; + return false; +} + +bool cmp_write_sfix(cmp_ctx_t *ctx, int8_t c) { + if (c >= 0) + return cmp_write_pfix(ctx, c); + if (c >= -32 && c <= -1) + return cmp_write_nfix(ctx, c); + + ctx->error = INPUT_VALUE_TOO_LARGE_ERROR; + return false; +} + +bool cmp_write_s8(cmp_ctx_t *ctx, int8_t c) { + if (!write_type_marker(ctx, S8_MARKER)) + return false; + + return ctx->write(ctx, &c, sizeof(int8_t)); +} + +bool cmp_write_s16(cmp_ctx_t *ctx, int16_t s) { + if (!write_type_marker(ctx, S16_MARKER)) + return false; + + s = be16(s); + + return ctx->write(ctx, &s, sizeof(int16_t)); +} + +bool cmp_write_s32(cmp_ctx_t *ctx, int32_t i) { + if (!write_type_marker(ctx, S32_MARKER)) + return false; + + i = be32(i); + + return ctx->write(ctx, &i, sizeof(int32_t)); +} + +bool cmp_write_s64(cmp_ctx_t *ctx, int64_t l) { + if (!write_type_marker(ctx, S64_MARKER)) + return false; + + l = be64(l); + + return ctx->write(ctx, &l, sizeof(int64_t)); +} + +bool cmp_write_sint(cmp_ctx_t *ctx, int64_t d) { + if (d >= 0) + return cmp_write_uint(ctx, d); + if (d >= -32) + return cmp_write_nfix(ctx, d); + if (d >= -128) + return cmp_write_s8(ctx, d); + if (d >= -32768) + return cmp_write_s16(ctx, d); + if (d >= (-2147483647 - 1)) + return cmp_write_s32(ctx, d); + + return cmp_write_s64(ctx, d); +} + +bool cmp_write_ufix(cmp_ctx_t *ctx, uint8_t c) { + return cmp_write_pfix(ctx, c); +} + +bool cmp_write_u8(cmp_ctx_t *ctx, uint8_t c) { + if (!write_type_marker(ctx, U8_MARKER)) + return false; + + return ctx->write(ctx, &c, sizeof(uint8_t)); +} + +bool cmp_write_u16(cmp_ctx_t *ctx, uint16_t s) { + if (!write_type_marker(ctx, U16_MARKER)) + return false; + + s = be16(s); + + return ctx->write(ctx, &s, sizeof(uint16_t)); +} + +bool cmp_write_u32(cmp_ctx_t *ctx, uint32_t i) { + if (!write_type_marker(ctx, U32_MARKER)) + return false; + + i = be32(i); + + return ctx->write(ctx, &i, sizeof(uint32_t)); +} + +bool cmp_write_u64(cmp_ctx_t *ctx, uint64_t l) { + if (!write_type_marker(ctx, U64_MARKER)) + return false; + + l = be64(l); + + return ctx->write(ctx, &l, sizeof(uint64_t)); +} + +bool cmp_write_uint(cmp_ctx_t *ctx, uint64_t u) { + if (u <= 0x7F) + return cmp_write_pfix(ctx, u); + if (u <= 0xFF) + return cmp_write_u8(ctx, u); + if (u <= 0xFFFF) + return cmp_write_u16(ctx, u); + if (u <= 0xFFFFFFFF) + return cmp_write_u32(ctx, u); + + return cmp_write_u64(ctx, u); +} + +bool cmp_write_float(cmp_ctx_t *ctx, float f) { + if (!write_type_marker(ctx, FLOAT_MARKER)) + return false; + + f = befloat(f); + + return ctx->write(ctx, &f, sizeof(float)); +} + +bool cmp_write_double(cmp_ctx_t *ctx, double d) { + if (!write_type_marker(ctx, DOUBLE_MARKER)) + return false; + + d = bedouble(d); + + return ctx->write(ctx, &d, sizeof(double)); +} + +bool cmp_write_nil(cmp_ctx_t *ctx) { + return write_type_marker(ctx, NIL_MARKER); +} + +bool cmp_write_true(cmp_ctx_t *ctx) { + return write_type_marker(ctx, TRUE_MARKER); +} + +bool cmp_write_false(cmp_ctx_t *ctx) { + return write_type_marker(ctx, FALSE_MARKER); +} + +bool cmp_write_bool(cmp_ctx_t *ctx, bool b) { + if (b) + return cmp_write_true(ctx); + + return cmp_write_false(ctx); +} + +bool cmp_write_u8_as_bool(cmp_ctx_t *ctx, uint8_t b) { + if (b) + return cmp_write_true(ctx); + + return cmp_write_false(ctx); +} + +bool cmp_write_fixstr_marker(cmp_ctx_t *ctx, uint8_t size) { + if (size <= FIXSTR_SIZE) + return write_fixed_value(ctx, FIXSTR_MARKER | size); + + ctx->error = INPUT_VALUE_TOO_LARGE_ERROR; + return false; +} + +bool cmp_write_fixstr(cmp_ctx_t *ctx, const char *data, uint8_t size) { + if (!cmp_write_fixstr_marker(ctx, size)) + return false; + + if (size == 0) + return true; + + if (ctx->write(ctx, data, size)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_str8_marker(cmp_ctx_t *ctx, uint8_t size) { + if (!write_type_marker(ctx, STR8_MARKER)) + return false; + + if (ctx->write(ctx, &size, sizeof(uint8_t))) + return true; + + ctx->error = LENGTH_WRITING_ERROR; + return false; +} + +bool cmp_write_str8(cmp_ctx_t *ctx, const char *data, uint8_t size) { + if (!cmp_write_str8_marker(ctx, size)) + return false; + + if (size == 0) + return true; + + if (ctx->write(ctx, data, size)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_str16_marker(cmp_ctx_t *ctx, uint16_t size) { + if (!write_type_marker(ctx, STR16_MARKER)) + return false; + + size = be16(size); + + if (ctx->write(ctx, &size, sizeof(uint16_t))) + return true; + + ctx->error = LENGTH_WRITING_ERROR; + return false; +} + +bool cmp_write_str16(cmp_ctx_t *ctx, const char *data, uint16_t size) { + if (!cmp_write_str16_marker(ctx, size)) + return false; + + if (size == 0) + return true; + + if (ctx->write(ctx, data, size)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_str32_marker(cmp_ctx_t *ctx, uint32_t size) { + if (!write_type_marker(ctx, STR32_MARKER)) + return false; + + size = be32(size); + + if (ctx->write(ctx, &size, sizeof(uint32_t))) + return true; + + ctx->error = LENGTH_WRITING_ERROR; + return false; +} + +bool cmp_write_str32(cmp_ctx_t *ctx, const char *data, uint32_t size) { + if (!cmp_write_str32_marker(ctx, size)) + return false; + + if (size == 0) + return true; + + if (ctx->write(ctx, data, size)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_str_marker(cmp_ctx_t *ctx, uint32_t size) { + if (size <= FIXSTR_SIZE) + return cmp_write_fixstr_marker(ctx, size); + if (size <= 0xFF) + return cmp_write_str8_marker(ctx, size); + if (size <= 0xFFFF) + return cmp_write_str16_marker(ctx, size); + + return cmp_write_str32_marker(ctx, size); +} + +bool cmp_write_str(cmp_ctx_t *ctx, const char *data, uint32_t size) { + if (size <= FIXSTR_SIZE) + return cmp_write_fixstr(ctx, data, size); + if (size <= 0xFF) + return cmp_write_str8(ctx, data, size); + if (size <= 0xFFFF) + return cmp_write_str16(ctx, data, size); + + return cmp_write_str32(ctx, data, size); +} + +bool cmp_write_bin8_marker(cmp_ctx_t *ctx, uint8_t size) { + if (!write_type_marker(ctx, BIN8_MARKER)) + return false; + + if (ctx->write(ctx, &size, sizeof(uint8_t))) + return true; + + ctx->error = LENGTH_WRITING_ERROR; + return false; +} + +bool cmp_write_bin8(cmp_ctx_t *ctx, const void *data, uint8_t size) { + if (!cmp_write_bin8_marker(ctx, size)) + return false; + + if (size == 0) + return true; + + if (ctx->write(ctx, data, size)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_bin16_marker(cmp_ctx_t *ctx, uint16_t size) { + if (!write_type_marker(ctx, BIN16_MARKER)) + return false; + + size = be16(size); + + if (ctx->write(ctx, &size, sizeof(uint16_t))) + return true; + + ctx->error = LENGTH_WRITING_ERROR; + return false; +} + +bool cmp_write_bin16(cmp_ctx_t *ctx, const void *data, uint16_t size) { + if (!cmp_write_bin16_marker(ctx, size)) + return false; + + if (size == 0) + return true; + + if (ctx->write(ctx, data, size)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_bin32_marker(cmp_ctx_t *ctx, uint32_t size) { + if (!write_type_marker(ctx, BIN32_MARKER)) + return false; + + size = be32(size); + + if (ctx->write(ctx, &size, sizeof(uint32_t))) + return true; + + ctx->error = LENGTH_WRITING_ERROR; + return false; +} + +bool cmp_write_bin32(cmp_ctx_t *ctx, const void *data, uint32_t size) { + if (!cmp_write_bin32_marker(ctx, size)) + return false; + + if (size == 0) + return true; + + if (ctx->write(ctx, data, size)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_bin_marker(cmp_ctx_t *ctx, uint32_t size) { + if (size <= 0xFF) + return cmp_write_bin8_marker(ctx, size); + if (size <= 0xFFFF) + return cmp_write_bin16_marker(ctx, size); + + return cmp_write_bin32_marker(ctx, size); +} + +bool cmp_write_bin(cmp_ctx_t *ctx, const void *data, uint32_t size) { + if (size <= 0xFF) + return cmp_write_bin8(ctx, data, size); + if (size <= 0xFFFF) + return cmp_write_bin16(ctx, data, size); + + return cmp_write_bin32(ctx, data, size); +} + +bool cmp_write_fixarray(cmp_ctx_t *ctx, uint8_t size) { + if (size <= FIXARRAY_SIZE) + return write_fixed_value(ctx, FIXARRAY_MARKER | size); + + ctx->error = INPUT_VALUE_TOO_LARGE_ERROR; + return false; +} + +bool cmp_write_array16(cmp_ctx_t *ctx, uint16_t size) { + if (!write_type_marker(ctx, ARRAY16_MARKER)) + return false; + + size = be16(size); + + if (ctx->write(ctx, &size, sizeof(uint16_t))) + return true; + + ctx->error = LENGTH_WRITING_ERROR; + return false; +} + +bool cmp_write_array32(cmp_ctx_t *ctx, uint32_t size) { + if (!write_type_marker(ctx, ARRAY32_MARKER)) + return false; + + size = be32(size); + + if (ctx->write(ctx, &size, sizeof(uint32_t))) + return true; + + ctx->error = LENGTH_WRITING_ERROR; + return false; +} + +bool cmp_write_array(cmp_ctx_t *ctx, uint32_t size) { + if (size <= FIXARRAY_SIZE) + return cmp_write_fixarray(ctx, size); + if (size <= 0xFFFF) + return cmp_write_array16(ctx, size); + + return cmp_write_array32(ctx, size); +} + +bool cmp_write_fixmap(cmp_ctx_t *ctx, uint8_t size) { + if (size <= FIXMAP_SIZE) + return write_fixed_value(ctx, FIXMAP_MARKER | size); + + ctx->error = INPUT_VALUE_TOO_LARGE_ERROR; + return false; +} + +bool cmp_write_map16(cmp_ctx_t *ctx, uint16_t size) { + if (!write_type_marker(ctx, MAP16_MARKER)) + return false; + + size = be16(size); + + if (ctx->write(ctx, &size, sizeof(uint16_t))) + return true; + + ctx->error = LENGTH_WRITING_ERROR; + return false; +} + +bool cmp_write_map32(cmp_ctx_t *ctx, uint32_t size) { + if (!write_type_marker(ctx, MAP32_MARKER)) + return false; + + size = be32(size); + + if (ctx->write(ctx, &size, sizeof(uint32_t))) + return true; + + ctx->error = LENGTH_WRITING_ERROR; + return false; +} + +bool cmp_write_map(cmp_ctx_t *ctx, uint32_t size) { + if (size <= FIXMAP_SIZE) + return cmp_write_fixmap(ctx, size); + if (size <= 0xFFFF) + return cmp_write_map16(ctx, size); + + return cmp_write_map32(ctx, size); +} + +bool cmp_write_fixext1_marker(cmp_ctx_t *ctx, int8_t type) { + if (!write_type_marker(ctx, FIXEXT1_MARKER)) + return false; + + if (ctx->write(ctx, &type, sizeof(int8_t))) + return true; + + ctx->error = EXT_TYPE_WRITING_ERROR; + return false; +} + +bool cmp_write_fixext1(cmp_ctx_t *ctx, int8_t type, const void *data) { + if (!cmp_write_fixext1_marker(ctx, type)) + return false; + + if (ctx->write(ctx, data, 1)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_fixext2_marker(cmp_ctx_t *ctx, int8_t type) { + if (!write_type_marker(ctx, FIXEXT2_MARKER)) + return false; + + if (ctx->write(ctx, &type, sizeof(int8_t))) + return true; + + ctx->error = EXT_TYPE_WRITING_ERROR; + return false; +} + +bool cmp_write_fixext2(cmp_ctx_t *ctx, int8_t type, const void *data) { + if (!cmp_write_fixext2_marker(ctx, type)) + return false; + + if (ctx->write(ctx, data, 2)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_fixext4_marker(cmp_ctx_t *ctx, int8_t type) { + if (!write_type_marker(ctx, FIXEXT4_MARKER)) + return false; + + if (ctx->write(ctx, &type, sizeof(int8_t))) + return true; + + ctx->error = EXT_TYPE_WRITING_ERROR; + return false; +} + +bool cmp_write_fixext4(cmp_ctx_t *ctx, int8_t type, const void *data) { + if (!cmp_write_fixext4_marker(ctx, type)) + return false; + + if (ctx->write(ctx, data, 4)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_fixext8_marker(cmp_ctx_t *ctx, int8_t type) { + if (!write_type_marker(ctx, FIXEXT8_MARKER)) + return false; + + if (ctx->write(ctx, &type, sizeof(int8_t))) + return true; + + ctx->error = EXT_TYPE_WRITING_ERROR; + return false; +} + +bool cmp_write_fixext8(cmp_ctx_t *ctx, int8_t type, const void *data) { + if (!cmp_write_fixext8_marker(ctx, type)) + return false; + + if (ctx->write(ctx, data, 8)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_fixext16_marker(cmp_ctx_t *ctx, int8_t type) { + if (!write_type_marker(ctx, FIXEXT16_MARKER)) + return false; + + if (ctx->write(ctx, &type, sizeof(int8_t))) + return true; + + ctx->error = EXT_TYPE_WRITING_ERROR; + return false; +} + +bool cmp_write_fixext16(cmp_ctx_t *ctx, int8_t type, const void *data) { + if (!cmp_write_fixext16_marker(ctx, type)) + return false; + + if (ctx->write(ctx, data, 16)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_ext8_marker(cmp_ctx_t *ctx, int8_t type, uint8_t size) { + if (!write_type_marker(ctx, EXT8_MARKER)) + return false; + + if (!ctx->write(ctx, &size, sizeof(uint8_t))) { + ctx->error = LENGTH_WRITING_ERROR; + return false; + } + + if (ctx->write(ctx, &type, sizeof(int8_t))) + return true; + + ctx->error = EXT_TYPE_WRITING_ERROR; + return false; +} + +bool cmp_write_ext8(cmp_ctx_t *ctx, int8_t tp, uint8_t sz, const void *data) { + if (!cmp_write_ext8_marker(ctx, tp, sz)) + return false; + + if (ctx->write(ctx, data, sz)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_ext16_marker(cmp_ctx_t *ctx, int8_t type, uint16_t size) { + if (!write_type_marker(ctx, EXT16_MARKER)) + return false; + + size = be16(size); + + if (!ctx->write(ctx, &size, sizeof(uint16_t))) { + ctx->error = LENGTH_WRITING_ERROR; + return false; + } + + if (ctx->write(ctx, &type, sizeof(int8_t))) + return true; + + ctx->error = EXT_TYPE_WRITING_ERROR; + return false; +} + +bool cmp_write_ext16(cmp_ctx_t *ctx, int8_t tp, uint16_t sz, const void *data) { + if (!cmp_write_ext16_marker(ctx, tp, sz)) + return false; + + if (ctx->write(ctx, data, sz)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_ext32_marker(cmp_ctx_t *ctx, int8_t type, uint32_t size) { + if (!write_type_marker(ctx, EXT32_MARKER)) + return false; + + size = be32(size); + + if (!ctx->write(ctx, &size, sizeof(uint32_t))) { + ctx->error = LENGTH_WRITING_ERROR; + return false; + } + + if (ctx->write(ctx, &type, sizeof(int8_t))) + return true; + + ctx->error = EXT_TYPE_WRITING_ERROR; + return false; +} + +bool cmp_write_ext32(cmp_ctx_t *ctx, int8_t tp, uint32_t sz, const void *data) { + if (!cmp_write_ext32_marker(ctx, tp, sz)) + return false; + + if (ctx->write(ctx, data, sz)) + return true; + + ctx->error = DATA_WRITING_ERROR; + return false; +} + +bool cmp_write_ext_marker(cmp_ctx_t *ctx, int8_t tp, uint32_t sz) { + if (sz == 1) + return cmp_write_fixext1_marker(ctx, tp); + if (sz == 2) + return cmp_write_fixext2_marker(ctx, tp); + if (sz == 4) + return cmp_write_fixext4_marker(ctx, tp); + if (sz == 8) + return cmp_write_fixext8_marker(ctx, tp); + if (sz == 16) + return cmp_write_fixext16_marker(ctx, tp); + if (sz <= 0xFF) + return cmp_write_ext8_marker(ctx, tp, sz); + if (sz <= 0xFFFF) + return cmp_write_ext16_marker(ctx, tp, sz); + + return cmp_write_ext32_marker(ctx, tp, sz); +} + +bool cmp_write_ext(cmp_ctx_t *ctx, int8_t tp, uint32_t sz, const void *data) { + if (sz == 1) + return cmp_write_fixext1(ctx, tp, data); + if (sz == 2) + return cmp_write_fixext2(ctx, tp, data); + if (sz == 4) + return cmp_write_fixext4(ctx, tp, data); + if (sz == 8) + return cmp_write_fixext8(ctx, tp, data); + if (sz == 16) + return cmp_write_fixext16(ctx, tp, data); + if (sz <= 0xFF) + return cmp_write_ext8(ctx, tp, sz, data); + if (sz <= 0xFFFF) + return cmp_write_ext16(ctx, tp, sz, data); + + return cmp_write_ext32(ctx, tp, sz, data); +} + +bool cmp_write_object(cmp_ctx_t *ctx, cmp_object_t *obj) { + switch(obj->type) { + case CMP_TYPE_POSITIVE_FIXNUM: + return cmp_write_pfix(ctx, obj->as.u8); + case CMP_TYPE_FIXMAP: + return cmp_write_fixmap(ctx, obj->as.map_size); + case CMP_TYPE_FIXARRAY: + return cmp_write_fixarray(ctx, obj->as.array_size); + case CMP_TYPE_FIXSTR: + return cmp_write_fixstr_marker(ctx, obj->as.str_size); + case CMP_TYPE_NIL: + return cmp_write_nil(ctx); + case CMP_TYPE_BOOLEAN: + if (obj->as.boolean) + return cmp_write_true(ctx); + return cmp_write_false(ctx); + case CMP_TYPE_BIN8: + return cmp_write_bin8_marker(ctx, obj->as.bin_size); + case CMP_TYPE_BIN16: + return cmp_write_bin16_marker(ctx, obj->as.bin_size); + case CMP_TYPE_BIN32: + return cmp_write_bin32_marker(ctx, obj->as.bin_size); + case CMP_TYPE_EXT8: + return cmp_write_ext8_marker(ctx, obj->as.ext.type, obj->as.ext.size); + case CMP_TYPE_EXT16: + return cmp_write_ext16_marker(ctx, obj->as.ext.type, obj->as.ext.size); + case CMP_TYPE_EXT32: + return cmp_write_ext32_marker(ctx, obj->as.ext.type, obj->as.ext.size); + case CMP_TYPE_FLOAT: + return cmp_write_float(ctx, obj->as.flt); + case CMP_TYPE_DOUBLE: + return cmp_write_double(ctx, obj->as.dbl); + case CMP_TYPE_UINT8: + return cmp_write_u8(ctx, obj->as.u8); + case CMP_TYPE_UINT16: + return cmp_write_u16(ctx, obj->as.u16); + case CMP_TYPE_UINT32: + return cmp_write_u32(ctx, obj->as.u32); + case CMP_TYPE_UINT64: + return cmp_write_u64(ctx, obj->as.u64); + case CMP_TYPE_SINT8: + return cmp_write_s8(ctx, obj->as.s8); + case CMP_TYPE_SINT16: + return cmp_write_s16(ctx, obj->as.s16); + case CMP_TYPE_SINT32: + return cmp_write_s32(ctx, obj->as.s32); + case CMP_TYPE_SINT64: + return cmp_write_s64(ctx, obj->as.s64); + case CMP_TYPE_FIXEXT1: + return cmp_write_fixext1_marker(ctx, obj->as.ext.type); + case CMP_TYPE_FIXEXT2: + return cmp_write_fixext2_marker(ctx, obj->as.ext.type); + case CMP_TYPE_FIXEXT4: + return cmp_write_fixext4_marker(ctx, obj->as.ext.type); + case CMP_TYPE_FIXEXT8: + return cmp_write_fixext8_marker(ctx, obj->as.ext.type); + case CMP_TYPE_FIXEXT16: + return cmp_write_fixext16_marker(ctx, obj->as.ext.type); + case CMP_TYPE_STR8: + return cmp_write_str8_marker(ctx, obj->as.str_size); + case CMP_TYPE_STR16: + return cmp_write_str16_marker(ctx, obj->as.str_size); + case CMP_TYPE_STR32: + return cmp_write_str32_marker(ctx, obj->as.str_size); + case CMP_TYPE_ARRAY16: + return cmp_write_array16(ctx, obj->as.array_size); + case CMP_TYPE_ARRAY32: + return cmp_write_array32(ctx, obj->as.array_size); + case CMP_TYPE_MAP16: + return cmp_write_map16(ctx, obj->as.map_size); + case CMP_TYPE_MAP32: + return cmp_write_map32(ctx, obj->as.map_size); + case CMP_TYPE_NEGATIVE_FIXNUM: + return cmp_write_nfix(ctx, obj->as.s8); + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_pfix(cmp_ctx_t *ctx, uint8_t *c) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_POSITIVE_FIXNUM) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *c = obj.as.u8; + return true; +} + +bool cmp_read_nfix(cmp_ctx_t *ctx, int8_t *c) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_NEGATIVE_FIXNUM) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *c = obj.as.s8; + return true; +} + +bool cmp_read_sfix(cmp_ctx_t *ctx, int8_t *c) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_NEGATIVE_FIXNUM: + *c = obj.as.s8; + return true; + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_s8(cmp_ctx_t *ctx, int8_t *c) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_SINT8) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *c = obj.as.s8; + return true; +} + +bool cmp_read_s16(cmp_ctx_t *ctx, int16_t *s) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_SINT16) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *s = obj.as.s16; + return true; +} + +bool cmp_read_s32(cmp_ctx_t *ctx, int32_t *i) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_SINT32) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *i = obj.as.s32; + return true; +} + +bool cmp_read_s64(cmp_ctx_t *ctx, int64_t *l) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_SINT64) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *l = obj.as.s64; + return true; +} + +bool cmp_read_char(cmp_ctx_t *ctx, int8_t *c) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_NEGATIVE_FIXNUM: + case CMP_TYPE_SINT8: + *c = obj.as.s8; + return true; + case CMP_TYPE_UINT8: + if (obj.as.u8 <= 127) { + *c = obj.as.u8; + return true; + } + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_short(cmp_ctx_t *ctx, int16_t *s) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_NEGATIVE_FIXNUM: + case CMP_TYPE_SINT8: + *s = obj.as.s8; + return true; + case CMP_TYPE_UINT8: + *s = obj.as.u8; + return true; + case CMP_TYPE_SINT16: + *s = obj.as.s16; + return true; + case CMP_TYPE_UINT16: + if (obj.as.u16 <= 32767) { + *s = obj.as.u16; + return true; + } + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_int(cmp_ctx_t *ctx, int32_t *i) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_NEGATIVE_FIXNUM: + case CMP_TYPE_SINT8: + *i = obj.as.s8; + return true; + case CMP_TYPE_UINT8: + *i = obj.as.u8; + return true; + case CMP_TYPE_SINT16: + *i = obj.as.s16; + return true; + case CMP_TYPE_UINT16: + *i = obj.as.u16; + return true; + case CMP_TYPE_SINT32: + *i = obj.as.s32; + return true; + case CMP_TYPE_UINT32: + if (obj.as.u32 <= 2147483647) { + *i = obj.as.u32; + return true; + } + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_long(cmp_ctx_t *ctx, int64_t *d) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_NEGATIVE_FIXNUM: + case CMP_TYPE_SINT8: + *d = obj.as.s8; + return true; + case CMP_TYPE_UINT8: + *d = obj.as.u8; + return true; + case CMP_TYPE_SINT16: + *d = obj.as.s16; + return true; + case CMP_TYPE_UINT16: + *d = obj.as.u16; + return true; + case CMP_TYPE_SINT32: + *d = obj.as.s32; + return true; + case CMP_TYPE_UINT32: + *d = obj.as.u32; + return true; + case CMP_TYPE_SINT64: + *d = obj.as.s64; + return true; + case CMP_TYPE_UINT64: + if (obj.as.u64 <= 9223372036854775807) { + *d = obj.as.u64; + return true; + } + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_sinteger(cmp_ctx_t *ctx, int64_t *d) { + return cmp_read_long(ctx, d); +} + +bool cmp_read_ufix(cmp_ctx_t *ctx, uint8_t *c) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_NEGATIVE_FIXNUM) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *c = obj.as.u8; + return true; +} + +bool cmp_read_u8(cmp_ctx_t *ctx, uint8_t *c) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_UINT8) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *c = obj.as.u8; + return true; +} + +bool cmp_read_u16(cmp_ctx_t *ctx, uint16_t *s) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_UINT16) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *s = obj.as.u16; + return true; +} + +bool cmp_read_u32(cmp_ctx_t *ctx, uint32_t *i) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_UINT32) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *i = obj.as.u32; + return true; +} + +bool cmp_read_u64(cmp_ctx_t *ctx, uint64_t *l) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_UINT64) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *l = obj.as.u64; + return true; +} + +bool cmp_read_uchar(cmp_ctx_t *ctx, uint8_t *c) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_UINT8: + *c = obj.as.u8; + return true; + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_ushort(cmp_ctx_t *ctx, uint16_t *s) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_UINT8: + *s = obj.as.u8; + return true; + case CMP_TYPE_UINT16: + *s = obj.as.u16; + return true; + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_uint(cmp_ctx_t *ctx, uint32_t *i) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_UINT8: + *i = obj.as.u8; + return true; + case CMP_TYPE_UINT16: + *i = obj.as.u16; + return true; + case CMP_TYPE_UINT32: + *i = obj.as.u32; + return true; + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_ulong(cmp_ctx_t *ctx, uint64_t *u) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_UINT8: + *u = obj.as.u8; + return true; + case CMP_TYPE_UINT16: + *u = obj.as.u16; + return true; + case CMP_TYPE_UINT32: + *u = obj.as.u32; + return true; + case CMP_TYPE_UINT64: + *u = obj.as.u64; + return true; + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_uinteger(cmp_ctx_t *ctx, uint64_t *d) { + return cmp_read_ulong(ctx, d); +} + +bool cmp_read_float(cmp_ctx_t *ctx, float *f) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_FLOAT) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *f = obj.as.flt; + + return true; +} + +bool cmp_read_double(cmp_ctx_t *ctx, double *d) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_DOUBLE) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *d = obj.as.dbl; + + return true; +} + +bool cmp_read_nil(cmp_ctx_t *ctx) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type == CMP_TYPE_NIL) + return true; + + ctx->error = INVALID_TYPE_ERROR; + return false; +} + +bool cmp_read_bool(cmp_ctx_t *ctx, bool *b) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_BOOLEAN) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + if (obj.as.boolean) + *b = true; + else + *b = false; + + return true; +} + +bool cmp_read_bool_as_u8(cmp_ctx_t *ctx, uint8_t *b) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_BOOLEAN) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + if (obj.as.boolean) + *b = 1; + else + *b = 0; + + return true; +} + +bool cmp_read_str_size(cmp_ctx_t *ctx, uint32_t *size) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_FIXSTR: + case CMP_TYPE_STR8: + case CMP_TYPE_STR16: + case CMP_TYPE_STR32: + *size = obj.as.str_size; + return true; + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_str(cmp_ctx_t *ctx, char *data, uint32_t *size) { + uint32_t str_size = 0; + + if (!cmp_read_str_size(ctx, &str_size)) + return false; + + if ((str_size + 1) > *size) { + *size = str_size; + ctx->error = STR_DATA_LENGTH_TOO_LONG_ERROR; + return false; + } + + if (!ctx->read(ctx, data, str_size)) { + ctx->error = DATA_READING_ERROR; + return false; + } + + data[str_size] = 0; + + *size = str_size; + return true; +} + +bool cmp_read_bin_size(cmp_ctx_t *ctx, uint32_t *size) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_BIN8: + case CMP_TYPE_BIN16: + case CMP_TYPE_BIN32: + *size = obj.as.bin_size; + return true; + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_bin(cmp_ctx_t *ctx, void *data, uint32_t *size) { + uint32_t bin_size = 0; + + if (!cmp_read_bin_size(ctx, &bin_size)) + return false; + + if (bin_size > *size) { + ctx->error = BIN_DATA_LENGTH_TOO_LONG_ERROR; + return false; + } + + if (!ctx->read(ctx, data, bin_size)) { + ctx->error = DATA_READING_ERROR; + return false; + } + + *size = bin_size; + return true; +} + +bool cmp_read_array(cmp_ctx_t *ctx, uint32_t *size) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_FIXARRAY: + case CMP_TYPE_ARRAY16: + case CMP_TYPE_ARRAY32: + *size = obj.as.array_size; + return true; + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_map(cmp_ctx_t *ctx, uint32_t *size) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_FIXMAP: + case CMP_TYPE_MAP16: + case CMP_TYPE_MAP32: + *size = obj.as.map_size; + return true; + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_fixext1_marker(cmp_ctx_t *ctx, int8_t *type) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_FIXEXT1) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *type = obj.as.ext.type; + return true; +} + +bool cmp_read_fixext1(cmp_ctx_t *ctx, int8_t *type, void *data) { + if (!cmp_read_fixext1_marker(ctx, type)) + return false; + + if (ctx->read(ctx, data, 1)) + return true; + + ctx->error = DATA_READING_ERROR; + return false; +} + +bool cmp_read_fixext2_marker(cmp_ctx_t *ctx, int8_t *type) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_FIXEXT2) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *type = obj.as.ext.type; + return true; +} + +bool cmp_read_fixext2(cmp_ctx_t *ctx, int8_t *type, void *data) { + if (!cmp_read_fixext2_marker(ctx, type)) + return false; + + if (ctx->read(ctx, data, 2)) + return true; + + ctx->error = DATA_READING_ERROR; + return false; +} + +bool cmp_read_fixext4_marker(cmp_ctx_t *ctx, int8_t *type) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_FIXEXT4) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *type = obj.as.ext.type; + return true; +} + +bool cmp_read_fixext4(cmp_ctx_t *ctx, int8_t *type, void *data) { + if (!cmp_read_fixext4_marker(ctx, type)) + return false; + + if (ctx->read(ctx, data, 4)) + return true; + + ctx->error = DATA_READING_ERROR; + return false; +} + +bool cmp_read_fixext8_marker(cmp_ctx_t *ctx, int8_t *type) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_FIXEXT8) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *type = obj.as.ext.type; + return true; +} + +bool cmp_read_fixext8(cmp_ctx_t *ctx, int8_t *type, void *data) { + if (!cmp_read_fixext8_marker(ctx, type)) + return false; + + if (ctx->read(ctx, data, 8)) + return true; + + ctx->error = DATA_READING_ERROR; + return false; +} + +bool cmp_read_fixext16_marker(cmp_ctx_t *ctx, int8_t *type) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_FIXEXT16) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *type = obj.as.ext.type; + return true; +} + +bool cmp_read_fixext16(cmp_ctx_t *ctx, int8_t *type, void *data) { + if (!cmp_read_fixext16_marker(ctx, type)) + return false; + + if (ctx->read(ctx, data, 16)) + return true; + + ctx->error = DATA_READING_ERROR; + return false; +} + +bool cmp_read_ext8_marker(cmp_ctx_t *ctx, int8_t *type, uint8_t *size) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_EXT8) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *type = obj.as.ext.type; + *size = obj.as.ext.size; + + return true; +} + +bool cmp_read_ext8(cmp_ctx_t *ctx, int8_t *type, uint8_t *size, void *data) { + if (!cmp_read_ext8_marker(ctx, type, size)) + return false; + + if (ctx->read(ctx, data, *size)) + return true; + + ctx->error = DATA_READING_ERROR; + return false; +} + +bool cmp_read_ext16_marker(cmp_ctx_t *ctx, int8_t *type, uint16_t *size) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_EXT16) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *type = obj.as.ext.type; + *size = obj.as.ext.size; + + return true; +} + +bool cmp_read_ext16(cmp_ctx_t *ctx, int8_t *type, uint16_t *size, void *data) { + if (!cmp_read_ext16_marker(ctx, type, size)) + return false; + + if (ctx->read(ctx, data, *size)) + return true; + + ctx->error = DATA_READING_ERROR; + return false; +} + +bool cmp_read_ext32_marker(cmp_ctx_t *ctx, int8_t *type, uint32_t *size) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + if (obj.type != CMP_TYPE_EXT32) { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + *type = obj.as.ext.type; + *size = obj.as.ext.size; + + return true; +} + +bool cmp_read_ext32(cmp_ctx_t *ctx, int8_t *type, uint32_t *size, void *data) { + if (!cmp_read_ext32_marker(ctx, type, size)) + return false; + + if (ctx->read(ctx, data, *size)) + return true; + + ctx->error = DATA_READING_ERROR; + return false; +} + +bool cmp_read_ext_marker(cmp_ctx_t *ctx, int8_t *type, uint32_t *size) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) + return false; + + switch (obj.type) { + case CMP_TYPE_FIXEXT1: + case CMP_TYPE_FIXEXT2: + case CMP_TYPE_FIXEXT4: + case CMP_TYPE_FIXEXT8: + case CMP_TYPE_FIXEXT16: + case CMP_TYPE_EXT8: + case CMP_TYPE_EXT16: + case CMP_TYPE_EXT32: + *type = obj.as.ext.type; + *size = obj.as.ext.size; + return true; + default: + ctx->error = INVALID_TYPE_ERROR; + return false; + } +} + +bool cmp_read_ext(cmp_ctx_t *ctx, int8_t *type, uint32_t *size, void *data) { + if (!cmp_read_ext_marker(ctx, type, size)) + return false; + + if (ctx->read(ctx, data, *size)) + return true; + + ctx->error = DATA_READING_ERROR; + return false; +} + +bool cmp_read_object(cmp_ctx_t *ctx, cmp_object_t *obj) { + uint8_t type_marker = 0; + + if (!read_type_marker(ctx, &type_marker)) + return false; + + if (type_marker <= 0x7F) { + obj->type = CMP_TYPE_POSITIVE_FIXNUM; + obj->as.u8 = type_marker; + } + else if (type_marker <= 0x8F) { + obj->type = CMP_TYPE_FIXMAP; + obj->as.map_size = type_marker & FIXMAP_SIZE; + } + else if (type_marker <= 0x9F) { + obj->type = CMP_TYPE_FIXARRAY; + obj->as.array_size = type_marker & FIXARRAY_SIZE; + } + else if (type_marker <= 0xBF) { + obj->type = CMP_TYPE_FIXSTR; + obj->as.str_size = type_marker & FIXSTR_SIZE; + } + else if (type_marker == NIL_MARKER) { + obj->type = CMP_TYPE_NIL; + obj->as.u8 = 0; + } + else if (type_marker == FALSE_MARKER) { + obj->type = CMP_TYPE_BOOLEAN; + obj->as.boolean = false; + } + else if (type_marker == TRUE_MARKER) { + obj->type = CMP_TYPE_BOOLEAN; + obj->as.boolean = true; + } + else if (type_marker == BIN8_MARKER) { + obj->type = CMP_TYPE_BIN8; + if (!ctx->read(ctx, &obj->as.u8, sizeof(uint8_t))) { + ctx->error = LENGTH_READING_ERROR; + return false; + } + obj->as.bin_size = obj->as.u8; + } + else if (type_marker == BIN16_MARKER) { + obj->type = CMP_TYPE_BIN16; + if (!ctx->read(ctx, &obj->as.u16, sizeof(uint16_t))) { + ctx->error = LENGTH_READING_ERROR; + return false; + } + obj->as.bin_size = be16(obj->as.u16); + } + else if (type_marker == BIN32_MARKER) { + obj->type = CMP_TYPE_BIN32; + if (!ctx->read(ctx, &obj->as.u32, sizeof(uint32_t))) { + ctx->error = LENGTH_READING_ERROR; + return false; + } + obj->as.bin_size = be32(obj->as.u32); + } + else if (type_marker == EXT8_MARKER) { + uint8_t ext_size; + int8_t ext_type; + + obj->type = CMP_TYPE_EXT8; + if (!ctx->read(ctx, &ext_size, sizeof(uint8_t))) { + ctx->error = LENGTH_READING_ERROR; + return false; + } + if (!ctx->read(ctx, &ext_type, sizeof(int8_t))) { + ctx->error = EXT_TYPE_READING_ERROR; + return false; + } + obj->as.ext.size = ext_size; + obj->as.ext.type = ext_type; + } + else if (type_marker == EXT16_MARKER) { + int8_t ext_type; + uint16_t ext_size; + + obj->type = CMP_TYPE_EXT16; + if (!ctx->read(ctx, &ext_size, sizeof(uint16_t))) { + ctx->error = LENGTH_READING_ERROR; + return false; + } + if (!ctx->read(ctx, &ext_type, sizeof(int8_t))) { + ctx->error = EXT_TYPE_READING_ERROR; + return false; + } + obj->as.ext.size = be16(ext_size); + obj->as.ext.type = ext_type; + } + else if (type_marker == EXT32_MARKER) { + int8_t ext_type; + uint32_t ext_size; + + obj->type = CMP_TYPE_EXT32; + if (!ctx->read(ctx, &ext_size, sizeof(uint32_t))) { + ctx->error = LENGTH_READING_ERROR; + return false; + } + if (!ctx->read(ctx, &ext_type, sizeof(int8_t))) { + ctx->error = EXT_TYPE_READING_ERROR; + return false; + } + obj->as.ext.size = be32(ext_size); + obj->as.ext.type = ext_type; + } + else if (type_marker == FLOAT_MARKER) { + obj->type = CMP_TYPE_FLOAT; + if (!ctx->read(ctx, &obj->as.flt, sizeof(float))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.flt = befloat(obj->as.flt); + } + else if (type_marker == DOUBLE_MARKER) { + obj->type = CMP_TYPE_DOUBLE; + if (!ctx->read(ctx, &obj->as.dbl, sizeof(double))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.dbl = bedouble(obj->as.dbl); + } + else if (type_marker == U8_MARKER) { + obj->type = CMP_TYPE_UINT8; + if (!ctx->read(ctx, &obj->as.u8, sizeof(uint8_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + } + else if (type_marker == U16_MARKER) { + obj->type = CMP_TYPE_UINT16; + if (!ctx->read(ctx, &obj->as.u16, sizeof(uint16_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.u16 = be16(obj->as.u16); + } + else if (type_marker == U32_MARKER) { + obj->type = CMP_TYPE_UINT32; + if (!ctx->read(ctx, &obj->as.u32, sizeof(uint32_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.u32 = be32(obj->as.u32); + } + else if (type_marker == U64_MARKER) { + obj->type = CMP_TYPE_UINT64; + if (!ctx->read(ctx, &obj->as.u64, sizeof(uint64_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.u64 = be64(obj->as.u64); + } + else if (type_marker == S8_MARKER) { + obj->type = CMP_TYPE_SINT8; + if (!ctx->read(ctx, &obj->as.s8, sizeof(int8_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + } + else if (type_marker == S16_MARKER) { + obj->type = CMP_TYPE_SINT16; + if (!ctx->read(ctx, &obj->as.s16, sizeof(int16_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.s16 = be16(obj->as.s16); + } + else if (type_marker == S32_MARKER) { + obj->type = CMP_TYPE_SINT32; + if (!ctx->read(ctx, &obj->as.s32, sizeof(int32_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.s32 = be32(obj->as.s32); + } + else if (type_marker == S64_MARKER) { + obj->type = CMP_TYPE_SINT64; + if (!ctx->read(ctx, &obj->as.s64, sizeof(int64_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.s64 = be64(obj->as.s64); + } + else if (type_marker == FIXEXT1_MARKER) { + obj->type = CMP_TYPE_FIXEXT1; + if (!ctx->read(ctx, &obj->as.ext.type, sizeof(int8_t))) { + ctx->error = EXT_TYPE_READING_ERROR; + return false; + } + obj->as.ext.size = 1; + } + else if (type_marker == FIXEXT2_MARKER) { + obj->type = CMP_TYPE_FIXEXT2; + if (!ctx->read(ctx, &obj->as.ext.type, sizeof(int8_t))) { + ctx->error = EXT_TYPE_READING_ERROR; + return false; + } + obj->as.ext.size = 2; + } + else if (type_marker == FIXEXT4_MARKER) { + obj->type = CMP_TYPE_FIXEXT4; + if (!ctx->read(ctx, &obj->as.ext.type, sizeof(int8_t))) { + ctx->error = EXT_TYPE_READING_ERROR; + return false; + } + obj->as.ext.size = 4; + } + else if (type_marker == FIXEXT8_MARKER) { + obj->type = CMP_TYPE_FIXEXT8; + if (!ctx->read(ctx, &obj->as.ext.type, sizeof(int8_t))) { + ctx->error = EXT_TYPE_READING_ERROR; + return false; + } + obj->as.ext.size = 8; + } + else if (type_marker == FIXEXT16_MARKER) { + obj->type = CMP_TYPE_FIXEXT16; + if (!ctx->read(ctx, &obj->as.ext.type, sizeof(int8_t))) { + ctx->error = EXT_TYPE_READING_ERROR; + return false; + } + obj->as.ext.size = 16; + } + else if (type_marker == STR8_MARKER) { + obj->type = CMP_TYPE_STR8; + if (!ctx->read(ctx, &obj->as.u8, sizeof(uint8_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.str_size = obj->as.u8; + } + else if (type_marker == STR16_MARKER) { + obj->type = CMP_TYPE_STR16; + if (!ctx->read(ctx, &obj->as.u16, sizeof(uint16_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.str_size = be16(obj->as.u16); + } + else if (type_marker == STR32_MARKER) { + obj->type = CMP_TYPE_STR32; + if (!ctx->read(ctx, &obj->as.u32, sizeof(uint32_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.str_size = be32(obj->as.u32); + } + else if (type_marker == ARRAY16_MARKER) { + obj->type = CMP_TYPE_ARRAY16; + if (!ctx->read(ctx, &obj->as.u16, sizeof(uint16_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.array_size = be16(obj->as.u16); + } + else if (type_marker == ARRAY32_MARKER) { + obj->type = CMP_TYPE_ARRAY32; + if (!ctx->read(ctx, &obj->as.u32, sizeof(uint32_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.array_size = be32(obj->as.u32); + } + else if (type_marker == MAP16_MARKER) { + obj->type = CMP_TYPE_MAP16; + if (!ctx->read(ctx, &obj->as.u16, sizeof(uint16_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.map_size = be16(obj->as.u16); + } + else if (type_marker == MAP32_MARKER) { + obj->type = CMP_TYPE_MAP32; + if (!ctx->read(ctx, &obj->as.u32, sizeof(uint32_t))) { + ctx->error = DATA_READING_ERROR; + return false; + } + obj->as.map_size = be32(obj->as.u32); + } + else if (type_marker >= NEGATIVE_FIXNUM_MARKER) { + obj->type = CMP_TYPE_NEGATIVE_FIXNUM; + obj->as.s8 = type_marker; + } + else { + ctx->error = INVALID_TYPE_ERROR; + return false; + } + + return true; +} + +bool cmp_object_is_char(cmp_object_t *obj) { + switch (obj->type) { + case CMP_TYPE_NEGATIVE_FIXNUM: + case CMP_TYPE_SINT8: + return true; + default: + return false; + } +} + +bool cmp_object_is_short(cmp_object_t *obj) { + switch (obj->type) { + case CMP_TYPE_NEGATIVE_FIXNUM: + case CMP_TYPE_SINT8: + case CMP_TYPE_SINT16: + return true; + default: + return false; + } +} + +bool cmp_object_is_int(cmp_object_t *obj) { + switch (obj->type) { + case CMP_TYPE_NEGATIVE_FIXNUM: + case CMP_TYPE_SINT8: + case CMP_TYPE_SINT16: + case CMP_TYPE_SINT32: + return true; + default: + return false; + } +} + +bool cmp_object_is_long(cmp_object_t *obj) { + switch (obj->type) { + case CMP_TYPE_NEGATIVE_FIXNUM: + case CMP_TYPE_SINT8: + case CMP_TYPE_SINT16: + case CMP_TYPE_SINT32: + case CMP_TYPE_SINT64: + return true; + default: + return false; + } +} + +bool cmp_object_is_sinteger(cmp_object_t *obj) { + return cmp_object_is_long(obj); +} + +bool cmp_object_is_uchar(cmp_object_t *obj) { + switch (obj->type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_UINT8: + return true; + default: + return false; + } +} + +bool cmp_object_is_ushort(cmp_object_t *obj) { + switch (obj->type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_UINT8: + return true; + case CMP_TYPE_UINT16: + return true; + default: + return false; + } +} + +bool cmp_object_is_uint(cmp_object_t *obj) { + switch (obj->type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_UINT8: + case CMP_TYPE_UINT16: + case CMP_TYPE_UINT32: + return true; + default: + return false; + } +} + +bool cmp_object_is_ulong(cmp_object_t *obj) { + switch (obj->type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_UINT8: + case CMP_TYPE_UINT16: + case CMP_TYPE_UINT32: + case CMP_TYPE_UINT64: + return true; + default: + return false; + } +} + +bool cmp_object_is_uinteger(cmp_object_t *obj) { + return cmp_object_is_ulong(obj); +} + +bool cmp_object_is_float(cmp_object_t *obj) { + if (obj->type == CMP_TYPE_FLOAT) + return true; + + return false; +} + +bool cmp_object_is_double(cmp_object_t *obj) { + if (obj->type == CMP_TYPE_DOUBLE) + return true; + + return false; +} + +bool cmp_object_is_nil(cmp_object_t *obj) { + if (obj->type == CMP_TYPE_NIL) + return true; + + return false; +} + +bool cmp_object_is_bool(cmp_object_t *obj) { + if (obj->type == CMP_TYPE_BOOLEAN) + return true; + + return false; +} + +bool cmp_object_is_str(cmp_object_t *obj) { + switch (obj->type) { + case CMP_TYPE_FIXSTR: + case CMP_TYPE_STR8: + case CMP_TYPE_STR16: + case CMP_TYPE_STR32: + return true; + default: + return false; + } +} + +bool cmp_object_is_bin(cmp_object_t *obj) { + switch (obj->type) { + case CMP_TYPE_BIN8: + case CMP_TYPE_BIN16: + case CMP_TYPE_BIN32: + return true; + default: + return false; + } +} + +bool cmp_object_is_array(cmp_object_t *obj) { + switch (obj->type) { + case CMP_TYPE_FIXARRAY: + case CMP_TYPE_ARRAY16: + case CMP_TYPE_ARRAY32: + return true; + default: + return false; + } +} + +bool cmp_object_is_map(cmp_object_t *obj) { + switch (obj->type) { + case CMP_TYPE_FIXMAP: + case CMP_TYPE_MAP16: + case CMP_TYPE_MAP32: + return true; + default: + return false; + } +} + +bool cmp_object_is_ext(cmp_object_t *obj) { + switch (obj->type) { + case CMP_TYPE_FIXEXT1: + case CMP_TYPE_FIXEXT2: + case CMP_TYPE_FIXEXT4: + case CMP_TYPE_FIXEXT8: + case CMP_TYPE_FIXEXT16: + case CMP_TYPE_EXT8: + case CMP_TYPE_EXT16: + case CMP_TYPE_EXT32: + return true; + default: + return false; + } +} + +bool cmp_object_as_char(cmp_object_t *obj, int8_t *c) { + switch (obj->type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_NEGATIVE_FIXNUM: + case CMP_TYPE_SINT8: + *c = obj->as.s8; + return true; + case CMP_TYPE_UINT8: + if (obj->as.u8 <= 127) { + *c = obj->as.s8; + return true; + } + } + + return false; +} + +bool cmp_object_as_short(cmp_object_t *obj, int16_t *s) { + switch (obj->type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_NEGATIVE_FIXNUM: + case CMP_TYPE_SINT8: + *s = obj->as.s8; + return true; + case CMP_TYPE_UINT8: + *s = obj->as.u8; + return true; + case CMP_TYPE_SINT16: + *s = obj->as.s16; + return true; + case CMP_TYPE_UINT16: + if (obj->as.u16 <= 32767) { + *s = obj->as.u16; + return true; + } + } + + return false; +} + +bool cmp_object_as_int(cmp_object_t *obj, int32_t *i) { + switch (obj->type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_NEGATIVE_FIXNUM: + case CMP_TYPE_SINT8: + *i = obj->as.s8; + return true; + case CMP_TYPE_UINT8: + *i = obj->as.u8; + return true; + case CMP_TYPE_SINT16: + *i = obj->as.s16; + return true; + case CMP_TYPE_UINT16: + *i = obj->as.u16; + return true; + case CMP_TYPE_SINT32: + *i = obj->as.s32; + return true; + case CMP_TYPE_UINT32: + if (obj->as.u32 <= 2147483647) { + *i = obj->as.u32; + return true; + } + } + + return false; +} + +bool cmp_object_as_long(cmp_object_t *obj, int64_t *d) { + switch (obj->type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_NEGATIVE_FIXNUM: + case CMP_TYPE_SINT8: + *d = obj->as.s8; + return true; + case CMP_TYPE_UINT8: + *d = obj->as.u8; + return true; + case CMP_TYPE_SINT16: + *d = obj->as.s16; + return true; + case CMP_TYPE_UINT16: + *d = obj->as.u16; + return true; + case CMP_TYPE_SINT32: + *d = obj->as.s32; + return true; + case CMP_TYPE_UINT32: + *d = obj->as.u32; + return true; + case CMP_TYPE_SINT64: + *d = obj->as.s64; + return true; + case CMP_TYPE_UINT64: + if (obj->as.u64 <= 9223372036854775807) { + *d = obj->as.u64; + return true; + } + } + + return false; +} + +bool cmp_object_as_sinteger(cmp_object_t *obj, int64_t *d) { + return cmp_object_as_long(obj, d); +} + +bool cmp_object_as_uchar(cmp_object_t *obj, uint8_t *c) { + switch (obj->type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_UINT8: + *c = obj->as.u8; + return true; + } + + return false; +} + +bool cmp_object_as_ushort(cmp_object_t *obj, uint16_t *s) { + switch (obj->type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_UINT8: + *s = obj->as.u8; + return true; + case CMP_TYPE_UINT16: + *s = obj->as.u16; + return true; + } + + return false; +} + +bool cmp_object_as_uint(cmp_object_t *obj, uint32_t *i) { + switch (obj->type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_UINT8: + *i = obj->as.u8; + return true; + case CMP_TYPE_UINT16: + *i = obj->as.u16; + return true; + case CMP_TYPE_UINT32: + *i = obj->as.u32; + return true; + } + + return false; +} + +bool cmp_object_as_ulong(cmp_object_t *obj, uint64_t *u) { + switch (obj->type) { + case CMP_TYPE_POSITIVE_FIXNUM: + case CMP_TYPE_UINT8: + *u = obj->as.u8; + return true; + case CMP_TYPE_UINT16: + *u = obj->as.u16; + return true; + case CMP_TYPE_UINT32: + *u = obj->as.u32; + return true; + case CMP_TYPE_UINT64: + *u = obj->as.u64; + return true; + } + + return false; +} + +bool cmp_object_as_uinteger(cmp_object_t *obj, uint64_t *d) { + return cmp_object_as_ulong(obj, d); +} + +bool cmp_object_as_float(cmp_object_t *obj, float *f) { + if (obj->type == CMP_TYPE_FLOAT) { + *f = obj->as.flt; + return true; + } + + return false; +} + +bool cmp_object_as_double(cmp_object_t *obj, double *d) { + if (obj->type == CMP_TYPE_DOUBLE) { + *d = obj->as.dbl; + return true; + } + + return false; +} + +bool cmp_object_as_bool(cmp_object_t *obj, bool *b) { + if (obj->type == CMP_TYPE_BOOLEAN) { + if (obj->as.boolean) + *b = true; + else + *b = false; + + return true; + } + + return false; +} + +bool cmp_object_as_str(cmp_object_t *obj, uint32_t *size) { + switch (obj->type) { + case CMP_TYPE_FIXSTR: + case CMP_TYPE_STR8: + case CMP_TYPE_STR16: + case CMP_TYPE_STR32: + *size = obj->as.str_size; + return true; + } + + return false; +} + +bool cmp_object_as_bin(cmp_object_t *obj, uint32_t *size) { + switch (obj->type) { + case CMP_TYPE_BIN8: + case CMP_TYPE_BIN16: + case CMP_TYPE_BIN32: + *size = obj->as.bin_size; + return true; + } + + return false; +} + +bool cmp_object_as_array(cmp_object_t *obj, uint32_t *size) { + switch (obj->type) { + case CMP_TYPE_FIXARRAY: + case CMP_TYPE_ARRAY16: + case CMP_TYPE_ARRAY32: + *size = obj->as.array_size; + return true; + } + + return false; +} + +bool cmp_object_as_map(cmp_object_t *obj, uint32_t *size) { + switch (obj->type) { + case CMP_TYPE_FIXMAP: + case CMP_TYPE_MAP16: + case CMP_TYPE_MAP32: + *size = obj->as.map_size; + return true; + } + + return false; +} + +bool cmp_object_as_ext(cmp_object_t *obj, int8_t *type, uint32_t *size) { + switch (obj->type) { + case CMP_TYPE_FIXEXT1: + case CMP_TYPE_FIXEXT2: + case CMP_TYPE_FIXEXT4: + case CMP_TYPE_FIXEXT8: + case CMP_TYPE_FIXEXT16: + case CMP_TYPE_EXT8: + case CMP_TYPE_EXT16: + case CMP_TYPE_EXT32: + *type = obj->as.ext.type; + *size = obj->as.ext.size; + return true; + } + + return false; +} + +/* vi: set et ts=2 sw=2: */ + diff --git a/src/cmp/cmp.h b/src/cmp/cmp.h new file mode 100644 index 0000000..cab9eaa --- /dev/null +++ b/src/cmp/cmp.h @@ -0,0 +1,405 @@ +#ifndef CMP_H__ +#define CMP_H__ + +struct cmp_ctx_s; + +typedef bool (*cmp_reader)(struct cmp_ctx_s *ctx, void *data, size_t limit); +typedef size_t (*cmp_writer)(struct cmp_ctx_s *ctx, const void *data, + size_t count); + +enum { + CMP_TYPE_POSITIVE_FIXNUM, /* 0 */ + CMP_TYPE_FIXMAP, /* 1 */ + CMP_TYPE_FIXARRAY, /* 2 */ + CMP_TYPE_FIXSTR, /* 3 */ + CMP_TYPE_NIL, /* 4 */ + CMP_TYPE_BOOLEAN, /* 5 */ + CMP_TYPE_BIN8, /* 6 */ + CMP_TYPE_BIN16, /* 7 */ + CMP_TYPE_BIN32, /* 8 */ + CMP_TYPE_EXT8, /* 9 */ + CMP_TYPE_EXT16, /* 10 */ + CMP_TYPE_EXT32, /* 11 */ + CMP_TYPE_FLOAT, /* 12 */ + CMP_TYPE_DOUBLE, /* 13 */ + CMP_TYPE_UINT8, /* 14 */ + CMP_TYPE_UINT16, /* 15 */ + CMP_TYPE_UINT32, /* 16 */ + CMP_TYPE_UINT64, /* 17 */ + CMP_TYPE_SINT8, /* 18 */ + CMP_TYPE_SINT16, /* 19 */ + CMP_TYPE_SINT32, /* 20 */ + CMP_TYPE_SINT64, /* 21 */ + CMP_TYPE_FIXEXT1, /* 22 */ + CMP_TYPE_FIXEXT2, /* 23 */ + CMP_TYPE_FIXEXT4, /* 24 */ + CMP_TYPE_FIXEXT8, /* 25 */ + CMP_TYPE_FIXEXT16, /* 26 */ + CMP_TYPE_STR8, /* 27 */ + CMP_TYPE_STR16, /* 28 */ + CMP_TYPE_STR32, /* 29 */ + CMP_TYPE_ARRAY16, /* 30 */ + CMP_TYPE_ARRAY32, /* 31 */ + CMP_TYPE_MAP16, /* 32 */ + CMP_TYPE_MAP32, /* 33 */ + CMP_TYPE_NEGATIVE_FIXNUM /* 34 */ +}; + +typedef struct cmp_ext_s { + int8_t type; + uint32_t size; +} cmp_ext_t; + +union cmp_object_data_u { + bool boolean; + uint8_t u8; + uint16_t u16; + uint32_t u32; + uint64_t u64; + int8_t s8; + int16_t s16; + int32_t s32; + int64_t s64; + float flt; + double dbl; + uint32_t array_size; + uint32_t map_size; + uint32_t str_size; + uint32_t bin_size; + cmp_ext_t ext; +}; + +typedef struct cmp_ctx_s { + uint8_t error; + void *buf; + cmp_reader read; + cmp_writer write; +} cmp_ctx_t; + +typedef struct cmp_object_s { + uint8_t type; + union cmp_object_data_u as; +} cmp_object_t; + +#ifdef __cplusplus +extern "C" { +#endif + +/* + * ============================================================================ + * === Main API + * ============================================================================ + */ + +/* Initializes a CMP context */ +void cmp_init(cmp_ctx_t *ctx, void *buf, cmp_reader read, cmp_writer write); + +/* Returns CMP's version */ +uint32_t cmp_version(void); + +/* Returns the MessagePack version employed by CMP */ +uint32_t cmp_mp_version(void); + +/* Returns a string description of a CMP context's error */ +const char* cmp_strerror(cmp_ctx_t *ctx); + +/* Writes a signed integer to the backend */ +bool cmp_write_sint(cmp_ctx_t *ctx, int64_t d); + +/* Writes an unsigned integer to the backend */ +bool cmp_write_uint(cmp_ctx_t *ctx, uint64_t u); + +/* Writes a single-precision float to the backend */ +bool cmp_write_float(cmp_ctx_t *ctx, float f); + +/* Writes a double-precision float to the backend */ +bool cmp_write_double(cmp_ctx_t *ctx, double d); + +/* Writes NULL to the backend */ +bool cmp_write_nil(cmp_ctx_t *ctx); + +/* Writes true to the backend */ +bool cmp_write_true(cmp_ctx_t *ctx); + +/* Writes false to the backend */ +bool cmp_write_false(cmp_ctx_t *ctx); + +/* Writes a boolean value to the backend */ +bool cmp_write_bool(cmp_ctx_t *ctx, bool b); + +/* + * Writes an unsigned char's value to the backend as a boolean. This is useful + * if you are using a different boolean type in your application. + */ +bool cmp_write_u8_as_bool(cmp_ctx_t *ctx, uint8_t b); + +/* + * Writes a string to the backend; according to the MessagePack spec, this must + * be encoded using UTF-8, but CMP leaves that job up to the programmer. + */ +bool cmp_write_str(cmp_ctx_t *ctx, const char *data, uint32_t size); + +/* + * Writes the string marker to the backend. This is useful if you are writing + * data in chunks instead of a single shot. + */ +bool cmp_write_str_marker(cmp_ctx_t *ctx, uint32_t size); + +/* Writes binary data to the backend */ +bool cmp_write_bin(cmp_ctx_t *ctx, const void *data, uint32_t size); + +/* + * Writes the binary data marker to the backend. This is useful if you are + * writing data in chunks instead of a single shot. + */ +bool cmp_write_bin_marker(cmp_ctx_t *ctx, uint32_t size); + +/* Writes an array to the backend. */ +bool cmp_write_array(cmp_ctx_t *ctx, uint32_t size); + +/* Writes a map to the backend. */ +bool cmp_write_map(cmp_ctx_t *ctx, uint32_t size); + +/* Writes an extended type to the backend */ +bool cmp_write_ext(cmp_ctx_t *ctx, int8_t type, uint32_t size, + const void *data); + +/* + * Writes the extended type marker to the backend. This is useful if you want + * to write the type's data in chunks instead of a single shot. + */ +bool cmp_write_ext_marker(cmp_ctx_t *ctx, int8_t type, uint32_t size); + +/* Writes an object to the backend */ +bool cmp_write_object(cmp_ctx_t *ctx, cmp_object_t *obj); + +/* Reads a signed integer that fits inside a signed char */ +bool cmp_read_char(cmp_ctx_t *ctx, int8_t *c); + +/* Reads a signed integer that fits inside a signed short */ +bool cmp_read_short(cmp_ctx_t *ctx, int16_t *s); + +/* Reads a signed integer that fits inside a signed int */ +bool cmp_read_int(cmp_ctx_t *ctx, int32_t *i); + +/* Reads a signed integer that fits inside a signed long */ +bool cmp_read_long(cmp_ctx_t *ctx, int64_t *d); + +/* Reads a signed integer */ +bool cmp_read_sinteger(cmp_ctx_t *ctx, int64_t *d); + +/* Reads an unsigned integer that fits inside an unsigned char */ +bool cmp_read_uchar(cmp_ctx_t *ctx, uint8_t *c); + +/* Reads an unsigned integer that fits inside an unsigned short */ +bool cmp_read_ushort(cmp_ctx_t *ctx, uint16_t *s); + +/* Reads an unsigned integer that fits inside an unsigned int */ +bool cmp_read_uint(cmp_ctx_t *ctx, uint32_t *i); + +/* Reads an unsigned integer that fits inside an unsigned long */ +bool cmp_read_ulong(cmp_ctx_t *ctx, uint64_t *u); + +/* Reads an unsigned integer */ +bool cmp_read_uinteger(cmp_ctx_t *ctx, uint64_t *u); + +/* Reads a single-precision float from the backend */ +bool cmp_read_float(cmp_ctx_t *ctx, float *f); + +/* Reads a double-precision float from the backend */ +bool cmp_read_double(cmp_ctx_t *ctx, double *d); + +/* "Reads" (more like "skips") a NULL value from the backend */ +bool cmp_read_nil(cmp_ctx_t *ctx); + +/* Reads a boolean from the backend */ +bool cmp_read_bool(cmp_ctx_t *ctx, bool *b); + +/* + * Reads a boolean as an unsigned char from the backend; this is useful if your + * application uses a different boolean type. + */ +bool cmp_read_bool_as_u8(cmp_ctx_t *ctx, uint8_t *b); + +/* Reads a string's size from the backend */ +bool cmp_read_str_size(cmp_ctx_t *ctx, uint32_t *size); + +/* + * Reads a string from the backend; according to the spec, the string's data + * ought to be encoded using UTF-8, + */ +bool cmp_read_str(cmp_ctx_t *ctx, char *data, uint32_t *size); + +/* Reads the size of packed binary data from the backend */ +bool cmp_read_bin_size(cmp_ctx_t *ctx, uint32_t *size); + +/* Reads packed binary data from the backend */ +bool cmp_read_bin(cmp_ctx_t *ctx, void *data, uint32_t *size); + +/* Reads an array from the backend */ +bool cmp_read_array(cmp_ctx_t *ctx, uint32_t *size); + +/* Reads a map from the backend */ +bool cmp_read_map(cmp_ctx_t *ctx, uint32_t *size); + +/* Reads the extended type's marker from the backend */ +bool cmp_read_ext_marker(cmp_ctx_t *ctx, int8_t *type, uint32_t *size); + +/* Reads an extended type from the backend */ +bool cmp_read_ext(cmp_ctx_t *ctx, int8_t *type, uint32_t *size, void *data); + +/* Reads an object from the backend */ +bool cmp_read_object(cmp_ctx_t *ctx, cmp_object_t *obj); + +/* + * ============================================================================ + * === Specific API + * ============================================================================ + */ + +bool cmp_write_pfix(cmp_ctx_t *ctx, uint8_t c); +bool cmp_write_nfix(cmp_ctx_t *ctx, int8_t c); + +bool cmp_write_sfix(cmp_ctx_t *ctx, int8_t c); +bool cmp_write_s8(cmp_ctx_t *ctx, int8_t c); +bool cmp_write_s16(cmp_ctx_t *ctx, int16_t s); +bool cmp_write_s32(cmp_ctx_t *ctx, int32_t i); +bool cmp_write_s64(cmp_ctx_t *ctx, int64_t l); + +bool cmp_write_ufix(cmp_ctx_t *ctx, uint8_t c); +bool cmp_write_u8(cmp_ctx_t *ctx, uint8_t c); +bool cmp_write_u16(cmp_ctx_t *ctx, uint16_t s); +bool cmp_write_u32(cmp_ctx_t *ctx, uint32_t i); +bool cmp_write_u64(cmp_ctx_t *ctx, uint64_t l); + +bool cmp_write_fixstr_marker(cmp_ctx_t *ctx, uint8_t size); +bool cmp_write_fixstr(cmp_ctx_t *ctx, const char *data, uint8_t size); +bool cmp_write_str8_marker(cmp_ctx_t *ctx, uint8_t size); +bool cmp_write_str8(cmp_ctx_t *ctx, const char *data, uint8_t size); +bool cmp_write_str16_marker(cmp_ctx_t *ctx, uint16_t size); +bool cmp_write_str16(cmp_ctx_t *ctx, const char *data, uint16_t size); +bool cmp_write_str32_marker(cmp_ctx_t *ctx, uint32_t size); +bool cmp_write_str32(cmp_ctx_t *ctx, const char *data, uint32_t size); + +bool cmp_write_bin8_marker(cmp_ctx_t *ctx, uint8_t size); +bool cmp_write_bin8(cmp_ctx_t *ctx, const void *data, uint8_t size); +bool cmp_write_bin16_marker(cmp_ctx_t *ctx, uint16_t size); +bool cmp_write_bin16(cmp_ctx_t *ctx, const void *data, uint16_t size); +bool cmp_write_bin32_marker(cmp_ctx_t *ctx, uint32_t size); +bool cmp_write_bin32(cmp_ctx_t *ctx, const void *data, uint32_t size); + +bool cmp_write_fixarray(cmp_ctx_t *ctx, uint8_t size); +bool cmp_write_array16(cmp_ctx_t *ctx, uint16_t size); +bool cmp_write_array32(cmp_ctx_t *ctx, uint32_t size); + +bool cmp_write_fixmap(cmp_ctx_t *ctx, uint8_t size); +bool cmp_write_map16(cmp_ctx_t *ctx, uint16_t size); +bool cmp_write_map32(cmp_ctx_t *ctx, uint32_t size); + +bool cmp_write_fixext1_marker(cmp_ctx_t *ctx, int8_t type); +bool cmp_write_fixext1(cmp_ctx_t *ctx, int8_t type, const void *data); +bool cmp_write_fixext2_marker(cmp_ctx_t *ctx, int8_t type); +bool cmp_write_fixext2(cmp_ctx_t *ctx, int8_t type, const void *data); +bool cmp_write_fixext4_marker(cmp_ctx_t *ctx, int8_t type); +bool cmp_write_fixext4(cmp_ctx_t *ctx, int8_t type, const void *data); +bool cmp_write_fixext8_marker(cmp_ctx_t *ctx, int8_t type); +bool cmp_write_fixext8(cmp_ctx_t *ctx, int8_t type, const void *data); +bool cmp_write_fixext16_marker(cmp_ctx_t *ctx, int8_t type); +bool cmp_write_fixext16(cmp_ctx_t *ctx, int8_t type, const void *data); + +bool cmp_write_ext8_marker(cmp_ctx_t *ctx, int8_t type, uint8_t size); +bool cmp_write_ext8(cmp_ctx_t *ctx, int8_t type, uint8_t size, + const void *data); +bool cmp_write_ext16_marker(cmp_ctx_t *ctx, int8_t type, uint16_t size); +bool cmp_write_ext16(cmp_ctx_t *ctx, int8_t type, uint16_t size, + const void *data); +bool cmp_write_ext32_marker(cmp_ctx_t *ctx, int8_t type, uint32_t size); +bool cmp_write_ext32(cmp_ctx_t *ctx, int8_t type, uint32_t size, + const void *data); + +bool cmp_read_pfix(cmp_ctx_t *ctx, uint8_t *c); +bool cmp_read_nfix(cmp_ctx_t *ctx, int8_t *c); + +bool cmp_read_sfix(cmp_ctx_t *ctx, int8_t *c); +bool cmp_read_s8(cmp_ctx_t *ctx, int8_t *c); +bool cmp_read_s16(cmp_ctx_t *ctx, int16_t *s); +bool cmp_read_s32(cmp_ctx_t *ctx, int32_t *i); +bool cmp_read_s64(cmp_ctx_t *ctx, int64_t *l); + +bool cmp_read_ufix(cmp_ctx_t *ctx, uint8_t *c); +bool cmp_read_u8(cmp_ctx_t *ctx, uint8_t *c); +bool cmp_read_u16(cmp_ctx_t *ctx, uint16_t *s); +bool cmp_read_u32(cmp_ctx_t *ctx, uint32_t *i); +bool cmp_read_u64(cmp_ctx_t *ctx, uint64_t *l); + +bool cmp_read_fixext1_marker(cmp_ctx_t *ctx, int8_t *type); +bool cmp_read_fixext1(cmp_ctx_t *ctx, int8_t *type, void *data); +bool cmp_read_fixext2_marker(cmp_ctx_t *ctx, int8_t *type); +bool cmp_read_fixext2(cmp_ctx_t *ctx, int8_t *type, void *data); +bool cmp_read_fixext4_marker(cmp_ctx_t *ctx, int8_t *type); +bool cmp_read_fixext4(cmp_ctx_t *ctx, int8_t *type, void *data); +bool cmp_read_fixext8_marker(cmp_ctx_t *ctx, int8_t *type); +bool cmp_read_fixext8(cmp_ctx_t *ctx, int8_t *type, void *data); +bool cmp_read_fixext16_marker(cmp_ctx_t *ctx, int8_t *type); +bool cmp_read_fixext16(cmp_ctx_t *ctx, int8_t *type, void *data); + +bool cmp_read_ext8_marker(cmp_ctx_t *ctx, int8_t *type, uint8_t *size); +bool cmp_read_ext8(cmp_ctx_t *ctx, int8_t *type, uint8_t *size, void *data); +bool cmp_read_ext16_marker(cmp_ctx_t *ctx, int8_t *type, uint16_t *size); +bool cmp_read_ext16(cmp_ctx_t *ctx, int8_t *type, uint16_t *size, void *data); +bool cmp_read_ext32_marker(cmp_ctx_t *ctx, int8_t *type, uint32_t *size); +bool cmp_read_ext32(cmp_ctx_t *ctx, int8_t *type, uint32_t *size, void *data); + +/* + * ============================================================================ + * === Object API + * ============================================================================ + */ + +bool cmp_object_is_char(cmp_object_t *obj); +bool cmp_object_is_short(cmp_object_t *obj); +bool cmp_object_is_int(cmp_object_t *obj); +bool cmp_object_is_long(cmp_object_t *obj); +bool cmp_object_is_sinteger(cmp_object_t *obj); +bool cmp_object_is_uchar(cmp_object_t *obj); +bool cmp_object_is_ushort(cmp_object_t *obj); +bool cmp_object_is_uint(cmp_object_t *obj); +bool cmp_object_is_ulong(cmp_object_t *obj); +bool cmp_object_is_uinteger(cmp_object_t *obj); +bool cmp_object_is_float(cmp_object_t *obj); +bool cmp_object_is_double(cmp_object_t *obj); +bool cmp_object_is_nil(cmp_object_t *obj); +bool cmp_object_is_bool(cmp_object_t *obj); +bool cmp_object_is_str(cmp_object_t *obj); +bool cmp_object_is_bin(cmp_object_t *obj); +bool cmp_object_is_array(cmp_object_t *obj); +bool cmp_object_is_map(cmp_object_t *obj); +bool cmp_object_is_ext(cmp_object_t *obj); + +bool cmp_object_as_char(cmp_object_t *obj, int8_t *c); +bool cmp_object_as_short(cmp_object_t *obj, int16_t *s); +bool cmp_object_as_int(cmp_object_t *obj, int32_t *i); +bool cmp_object_as_long(cmp_object_t *obj, int64_t *d); +bool cmp_object_as_sinteger(cmp_object_t *obj, int64_t *d); +bool cmp_object_as_uchar(cmp_object_t *obj, uint8_t *c); +bool cmp_object_as_ushort(cmp_object_t *obj, uint16_t *s); +bool cmp_object_as_uint(cmp_object_t *obj, uint32_t *i); +bool cmp_object_as_ulong(cmp_object_t *obj, uint64_t *u); +bool cmp_object_as_uinteger(cmp_object_t *obj, uint64_t *u); +bool cmp_object_as_float(cmp_object_t *obj, float *f); +bool cmp_object_as_double(cmp_object_t *obj, double *d); +bool cmp_object_as_bool(cmp_object_t *obj, bool *b); +bool cmp_object_as_str(cmp_object_t *obj, uint32_t *size); +bool cmp_object_as_bin(cmp_object_t *obj, uint32_t *size); +bool cmp_object_as_array(cmp_object_t *obj, uint32_t *size); +bool cmp_object_as_map(cmp_object_t *obj, uint32_t *size); +bool cmp_object_as_ext(cmp_object_t *obj, int8_t *type, uint32_t *size); + +#ifdef __cplusplus +} /* extern "C" */ +#endif + +#endif /* CMP_H__ */ + +/* vi: set et ts=2 sw=2: */ + diff --git a/src/collections.h b/src/collections.h new file mode 100644 index 0000000..70f32de --- /dev/null +++ b/src/collections.h @@ -0,0 +1,208 @@ +#ifndef COLLECTIONS_H +#define COLLECTIONS_H + +#include +#include +#include + +#include "log/log.h" +#include "klib/khash.h" +#include "klib/ksort.h" +#include "vector.h" +#include "vector_math.h" + +#define nop(x) (x) + +// Init collections used in multiple places + +// Maps + +KHASH_MAP_INIT_INT(int_uint32, uint32_t) +KHASH_MAP_INIT_INT64(int64_uint32, uint32_t) +KHASH_MAP_INIT_INT64(int64_double, double) + +#define kh_char_hash_func(key) (uint32_t)(key) +#define kh_char_hash_equal(a, b) ((a) == (b)) + +KHASH_INIT(char_uint32, char, uint32_t, 1, kh_char_hash_func, kh_char_hash_equal) +KHASH_INIT(uchar_uint32, unsigned char, uint32_t, 1, kh_char_hash_func, kh_char_hash_equal) + +KHASH_MAP_INIT_STR(str_uint32, uint32_t) +KHASH_MAP_INIT_STR(str_double, double) +KHASH_MAP_INIT_INT(int_str, char *) +KHASH_MAP_INIT_STR(str_str, char *) + +// Sets + +KHASH_SET_INIT_INT(int_set) +KHASH_SET_INIT_INT64(int64_set) +KHASH_SET_INIT_STR(str_set) + +// Vectors + +VECTOR_INIT_NUMERIC(int32_array, int32_t, uint32_t, abs) +VECTOR_INIT_NUMERIC(uint32_array, uint32_t, uint32_t, nop) +VECTOR_INIT_NUMERIC(int64_array, int64_t, uint64_t, llabs) +VECTOR_INIT_NUMERIC(uint64_array, uint64_t, uint64_t, nop) +VECTOR_INIT_NUMERIC_FLOAT(float_array, float, fabsf) +VECTOR_INIT_NUMERIC_DOUBLE(double_array, double, fabs) + +VECTOR_INIT(char_array, char) +VECTOR_INIT(uchar_array, unsigned char) +VECTOR_INIT(string_array, char *) + +// Sorts + +KSORT_INIT_STR + +// Sort by value (must be defined after the vectors) + +#define KHASH_SORT_BY_VALUE(name, key_type, val_type, val_array_name) \ + static key_type *name##_hash_sort_keys_by_value(khash_t(name) *h, bool reversed) { \ + size_t n = kh_size(h); \ + key_type *keys = malloc(sizeof(key_type) * n); \ + val_type *values = malloc(sizeof(val_type) * n); \ + \ + size_t i = 0; \ + const key_type key; \ + val_type value; \ + kh_foreach(h, key, value, { \ + keys[i] = (key_type)key; \ + values[i] = value; \ + i++; \ + }) \ + size_t *sorted_indices = val_array_name##_argsort(values, n); \ + key_type *sorted_keys = malloc(sizeof(key_type) * n); \ + \ + for (i = 0; i < n; i++) { \ + size_t idx = !reversed ? sorted_indices[i] : sorted_indices[n - i - 1]; \ + sorted_keys[i] = keys[idx]; \ + } \ + free(keys); \ + free(values); \ + free(sorted_indices); \ + return sorted_keys; \ + } + +KHASH_SORT_BY_VALUE(str_uint32, char *, uint32_t, uint32_array) +KHASH_SORT_BY_VALUE(str_double, char *, double, double_array) + +#define KHASH_GET(name, key_type, val_type) \ + static bool name##_hash_get(khash_t(name) *h, key_type key, val_type *val) { \ + khiter_t k; \ + k = kh_get(name, h, (const key_type)key); \ + if (k != kh_end(h)) { \ + *val = kh_value(h, k); \ + return true; \ + } \ + return false; \ + } + +KHASH_GET(str_uint32, kh_cstr_t, uint32_t) +KHASH_GET(int_uint32, khint32_t, uint32_t) + +#define KHASH_STR_INCR(name, val_type) \ + static bool name##_hash_incr_by_exists(khash_t(name) *h, const char *key, val_type val, bool *exists) { \ + khiter_t k; \ + int ret = 0; \ + k = kh_get(name, h, key); \ + if (k == kh_end(h)) { \ + char *key_copy = strdup(key); \ + if (key_copy == NULL) { \ + return false; \ + } \ + k = kh_put(name, h, key_copy, &ret); \ + if (ret < 0) { \ + free(key_copy); \ + return false; \ + } \ + kh_value(h, k) = (val_type)0; \ + *exists = false; \ + } else { \ + *exists = true; \ + } \ + kh_value(h, k) += val; \ + return true; \ + } \ + static bool name##_hash_incr_exists(khash_t(name) *h, const char *key, bool *exists) { \ + return name##_hash_incr_by_exists(h, key, (val_type)1, exists); \ + } \ + static bool name##_hash_incr_by(khash_t(name) *h, const char *key, val_type val) { \ + bool exists = false; \ + return name##_hash_incr_by_exists(h, key, val, &exists); \ + } \ + static bool name##_hash_incr(khash_t(name) *h, const char *key) { \ + bool exists = false; \ + return name##_hash_incr_by_exists(h, key, (val_type)1, &exists); \ + } + +KHASH_STR_INCR(str_uint32, uint32_t) + +#define KHASH_STR_TO_ID(name, val_type) \ + static bool name##_hash_to_id_exists(khash_t(name) *h, const char *key, val_type *val, bool *exists) { \ + khiter_t k; \ + int ret = 0; \ + k = kh_get(name, h, key); \ + if (k == kh_end(h)) { \ + char *key_copy = strdup(key); \ + val_type new_id = (val_type)kh_size(h); \ + if (key_copy == NULL) { \ + return false; \ + } \ + k = kh_put(name, h, key_copy, &ret); \ + if (ret < 0) { \ + free(key_copy); \ + return false; \ + } \ + kh_value(h, k) = new_id; \ + *val = new_id; \ + *exists = false; \ + return true; \ + } else { \ + *exists = true; \ + } \ + *val = kh_value(h, k); \ + return true; \ + } \ + static bool name##_hash_to_id(khash_t(name) *h, const char *key, val_type *val) { \ + bool exists = false; \ + return name##_hash_to_id_exists(h, key, val, &exists); \ + } + +KHASH_STR_TO_ID(str_uint32, uint32_t) + +#define KHASH_INCR(name, key_type, val_type) \ + static bool name##_hash_incr_by_exists(khash_t(name) *h, key_type key, val_type val, bool *exists) { \ + khiter_t k; \ + int ret = 0; \ + k = kh_get(name, h, key); \ + if (k == kh_end(h)) { \ + k = kh_put(name, h, key, &ret); \ + if (ret < 0) { \ + return false; \ + } \ + kh_value(h, k) = (val_type)0; \ + *exists = false; \ + } else { \ + *exists = true; \ + } \ + kh_value(h, k) += val; \ + return true; \ + } \ + static bool name##_hash_incr_exists(khash_t(name) *h, key_type key, bool *exists) { \ + return name##_hash_incr_by_exists(h, key, (val_type)1, exists); \ + } \ + static bool name##_hash_incr_by(khash_t(name) *h, key_type key, val_type val) { \ + bool exists = false; \ + return name##_hash_incr_by_exists(h, key, val, &exists); \ + } \ + static bool name##_hash_incr(khash_t(name) *h, key_type key) { \ + bool exists = false; \ + return name##_hash_incr_by_exists(h, key, (val_type)1, &exists); \ + } + +KHASH_INCR(int_uint32, khint32_t, uint32_t) +KHASH_INCR(int64_uint32, khint64_t, uint32_t) +KHASH_INCR(int64_double, khint64_t, double) + +#endif diff --git a/src/constants.h b/src/constants.h new file mode 100644 index 0000000..7e9bf5d --- /dev/null +++ b/src/constants.h @@ -0,0 +1,19 @@ +#ifndef LIBPOSTAL_CONSTANTS_H +#define LIBPOSTAL_CONSTANTS_H + +#include +#include + +#define NAMESPACE_SEPARATOR_CHAR "|" +#define NAMESPACE_SEPARATOR_CHAR_LEN strlen(NAMESPACE_SEPARATOR_CHAR) + +#define LANGUAGE_SEPARATOR_CHAR "|" +#define LANGUAGE_SEPARATOR_CHAR_LEN strlen(LANGUAGE_SEPARATOR_CHAR) + +// Supports ISO 3166 alpha 2 and alpha 3 codes +#define MAX_COUNTRY_CODE_LEN 4 + +// Supports ISO 639 alpha 2 and alpha 3 codes +#define MAX_LANGUAGE_LEN 4 + +#endif diff --git a/src/crf.c b/src/crf.c new file mode 100644 index 0000000..e668209 --- /dev/null +++ b/src/crf.c @@ -0,0 +1,330 @@ +#include "crf.h" +#include "log/log.h" + +#define CRF_SIGNATURE 0xCFCFCFCF + + +static inline bool crf_get_feature_id(crf_t *self, char *feature, uint32_t *feature_id) { + return trie_get_data(self->state_features, feature, feature_id); +} + +static inline bool crf_get_state_trans_feature_id(crf_t *self, char *feature, uint32_t *feature_id) { + return trie_get_data(self->state_trans_features, feature, feature_id); +} + +bool crf_tagger_score(crf_t *self, void *tagger, void *tagger_context, cstring_array *features, cstring_array *prev_tag_features, tagger_feature_function feature_function, tokenized_string_t *tokenized, bool print_features) { + if (self == NULL || feature_function == NULL || tokenized == NULL ) { + return false; + } + size_t num_tokens = tokenized->tokens->n; + + crf_context_t *crf_context = self->context; + crf_context_set_num_items(crf_context, num_tokens); + crf_context_reset(crf_context, CRF_CONTEXT_RESET_ALL); + + if (!double_matrix_copy(self->trans_weights, crf_context->trans)) { + return false; + } + + for (uint32_t t = 0; t < num_tokens; t++) { + cstring_array_clear(features); + cstring_array_clear(prev_tag_features); + + if (!feature_function(tagger, tagger_context, tokenized, t)) { + log_error("Could not add address parser features\n"); + return false; + } + + uint32_t fidx; + char *feature; + + if (print_features) { + printf("{ "); + size_t num_features = cstring_array_num_strings(features); + cstring_array_foreach(features, fidx, feature, { + printf("%s", feature); + if (fidx < num_features - 1) printf(", "); + }) + size_t num_prev_tag_features = cstring_array_num_strings(prev_tag_features); + if (num_prev_tag_features > 0) { + printf(", "); + } + cstring_array_foreach(prev_tag_features, fidx, feature, { + printf("prev tag+%s", feature); + if (fidx < num_prev_tag_features - 1) printf(", "); + }) + printf(" }\n"); + } + + uint32_t feature_id; + + double *state_scores = state_score(crf_context, t); + + uint32_t *indptr = self->weights->indptr->a; + uint32_t *indices = self->weights->indices->a; + double *data = self->weights->data->a; + + cstring_array_foreach(features, fidx, feature, { + if (!crf_get_feature_id(self, feature, &feature_id)) { + continue; + } + + for (int col = indptr[feature_id]; col < indptr[feature_id + 1]; col++) { + uint32_t class_id = indices[col]; + state_scores[class_id] += data[col]; + } + }) + + double *state_trans_scores = state_trans_score_all(crf_context, t); + + indptr = self->state_trans_weights->indptr->a; + indices = self->state_trans_weights->indices->a; + data = self->state_trans_weights->data->a; + + cstring_array_foreach(prev_tag_features, fidx, feature, { + if (!crf_get_state_trans_feature_id(self, feature, &feature_id)) { + continue; + } + + for (int col = indptr[feature_id]; col < indptr[feature_id + 1]; col++) { + // Note: here there are L * L classes + uint32_t class_id = indices[col]; + state_trans_scores[class_id] += data[col]; + } + }) + + } + return true; +} + +bool crf_tagger_score_viterbi(crf_t *self, void *tagger, void *tagger_context, cstring_array *features, cstring_array *prev_tag_features, tagger_feature_function feature_function, tokenized_string_t *tokenized, double *score, bool print_features) { + if (!crf_tagger_score(self, tagger, tagger_context, features, prev_tag_features, feature_function, tokenized, print_features)) { + return false; + } + + size_t num_tokens = tokenized->tokens->n; + + uint32_array_resize_fixed(self->viterbi, num_tokens); + double viterbi_score = crf_context_viterbi(self->context, self->viterbi->a); + + *score = viterbi_score; + + return true; +} + + +bool crf_tagger_predict(crf_t *self, void *tagger, void *context, cstring_array *features, cstring_array *prev_tag_features, cstring_array *labels, tagger_feature_function feature_function, tokenized_string_t *tokenized, bool print_features) { + double score; + + if (labels == NULL) return false; + if (!crf_tagger_score_viterbi(self, tagger, context, features, prev_tag_features, feature_function, tokenized, &score, print_features)) { + return false; + } + + uint32_t *viterbi = self->viterbi->a; + + for (size_t i = 0; i < self->viterbi->n; i++) { + char *predicted = cstring_array_get_string(self->classes, viterbi[i]); + cstring_array_add_string(labels, predicted); + } + + return true; +} + + +bool crf_write(crf_t *self, FILE *f) { + if (self == NULL || f == NULL || self->weights == NULL || self->classes == NULL || + self->state_features == NULL || self->state_trans_features == NULL) { + log_info("something was NULL\n"); + return false; + } + + if (!file_write_uint32(f, CRF_SIGNATURE) || + !file_write_uint32(f, self->num_classes)) { + log_info("error writing header\n"); + return false; + } + + uint64_t classes_str_len = (uint64_t) cstring_array_used(self->classes); + if (!file_write_uint64(f, classes_str_len)) { + log_info("error writing classes_str_len\n"); + return false; + } + + if (!file_write_chars(f, self->classes->str->a, classes_str_len)) { + log_info("error writing chars\n"); + return false; + } + + if (!trie_write(self->state_features, f)) { + log_info("error state_features\n"); + return false; + } + + if (!sparse_matrix_write(self->weights, f)) { + log_info("error weights\n"); + return false; + } + + if (!trie_write(self->state_trans_features, f)) { + log_info("error state_trans_features\n"); + return false; + } + + if (!sparse_matrix_write(self->state_trans_weights, f)) { + log_info("error state_trans_weights\n"); + return false; + } + + if (!double_matrix_write(self->trans_weights, f)) { + log_info("error trans_weights\n"); + return false; + } + + return true; +} + + +bool crf_save(crf_t *self, char *filename) { + if (self == NULL || filename == NULL) { + log_info("crf or filename was NULL\n"); + return false; + } + FILE *f = fopen(filename, "wb"); + if (f == NULL) return false; + bool ret_val = crf_write(self, f); + fclose(f); + return ret_val; +} + + +crf_t *crf_read(FILE *f) { + if (f == NULL) return NULL; + + uint32_t signature; + + if (!file_read_uint32(f, &signature) || signature != CRF_SIGNATURE) { + return NULL; + } + + crf_t *crf = calloc(1, sizeof(crf_t)); + if (crf == NULL) return NULL; + + if (!file_read_uint32(f, &crf->num_classes) || + crf->num_classes == 0) { + free(crf); + return NULL; + } + + uint64_t classes_str_len; + + if (!file_read_uint64(f, &classes_str_len)) { + goto exit_crf_created; + } + + char_array *array = char_array_new_size(classes_str_len); + + if (array == NULL) { + goto exit_crf_created; + } + + if (!file_read_chars(f, array->a, classes_str_len)) { + char_array_destroy(array); + goto exit_crf_created; + } + + array->n = classes_str_len; + + crf->classes = cstring_array_from_char_array(array); + if (crf->classes == NULL) { + goto exit_crf_created; + } + + crf->state_features = trie_read(f); + if (crf->state_features == NULL) { + goto exit_crf_created; + } + + crf->weights = sparse_matrix_read(f); + if (crf->weights == NULL) { + goto exit_crf_created; + } + + crf->state_trans_features = trie_read(f); + if (crf->state_trans_features == NULL) { + goto exit_crf_created; + } + + crf->state_trans_weights = sparse_matrix_read(f); + if (crf->state_trans_weights == NULL) { + goto exit_crf_created; + } + + crf->trans_weights = double_matrix_read(f); + if (crf->trans_weights == NULL) { + goto exit_crf_created; + } + + crf->viterbi = uint32_array_new(); + if (crf->viterbi == NULL) { + goto exit_crf_created; + } + + crf->context = crf_context_new(CRF_CONTEXT_VITERBI | CRF_CONTEXT_MARGINALS, crf->num_classes, CRF_CONTEXT_DEFAULT_NUM_ITEMS); + if (crf->context == NULL) { + goto exit_crf_created; + } + + return crf; + +exit_crf_created: + crf_destroy(crf); + return NULL; +} + +crf_t *crf_load(char *filename) { + if (filename == NULL) return NULL; + FILE *f = fopen(filename, "rb"); + if (f == NULL) return NULL; + crf_t *crf = crf_read(f); + fclose(f); + return crf; +} + +void crf_destroy(crf_t *self) { + if (self == NULL) return; + + if (self->classes != NULL) { + cstring_array_destroy(self->classes); + } + + if (self->state_features != NULL) { + trie_destroy(self->state_features); + } + + if (self->weights != NULL) { + sparse_matrix_destroy(self->weights); + } + + if (self->state_trans_features != NULL) { + trie_destroy(self->state_trans_features); + } + + if (self->state_trans_weights != NULL) { + sparse_matrix_destroy(self->state_trans_weights); + } + + if (self->trans_weights != NULL) { + double_matrix_destroy(self->trans_weights); + } + + if (self->viterbi != NULL) { + uint32_array_destroy(self->viterbi); + } + + if (self->context != NULL) { + crf_context_destroy(self->context); + } + + free(self); +} diff --git a/src/crf.h b/src/crf.h new file mode 100644 index 0000000..af0dabe --- /dev/null +++ b/src/crf.h @@ -0,0 +1,53 @@ +/* +crf.h +--------------------------------------------------------------- +A linear-chain CRF tagger tries to find the best labeling +for a sequence. The feature function can use the current token, +surrounding tokens and n (typically n=2) previous predictions +to predict the current transition matrix. + +*/ + +#ifndef CRF_H +#define CRF_H + +#include +#include +#include +#include + +#include "collections.h" +#include "crf_context.h" +#include "matrix.h" +#include "sparse_matrix.h" +#include "tagger.h" +#include "trie.h" + +typedef struct crf { + uint32_t num_classes; + cstring_array *classes; + trie_t *state_features; + sparse_matrix_t *weights; + trie_t *state_trans_features; + sparse_matrix_t *state_trans_weights; + double_matrix_t *trans_weights; + uint32_array *viterbi; + crf_context_t *context; +} crf_t; + +bool crf_tagger_predict(crf_t *model, void *tagger, void *tagger_context, cstring_array *features, cstring_array *prev_tag_features, cstring_array *labels, tagger_feature_function feature_function, tokenized_string_t *tokenized, bool print_features); + +bool crf_tagger_score(crf_t *self, void *tagger, void *tagger_context, cstring_array *features, cstring_array *prev_tag_features, tagger_feature_function feature_function, tokenized_string_t *tokenized, bool print_features); +bool crf_tagger_score_viterbi(crf_t *self, void *tagger, void *tagger_context, cstring_array *features, cstring_array *prev_tag_features, tagger_feature_function feature_function, tokenized_string_t *tokenized, double *score, bool print_features); + +bool crf_tagger_predict(crf_t *self, void *tagger, void *context, cstring_array *features, cstring_array *prev_tag_features, cstring_array *labels, tagger_feature_function feature_function, tokenized_string_t *tokenized, bool print_features); + +bool crf_write(crf_t *self, FILE *f); +bool crf_save(crf_t *self, char *filename); + +crf_t *crf_read(FILE *f); +crf_t *crf_load(char *filename); + +void crf_destroy(crf_t *self); + +#endif \ No newline at end of file diff --git a/src/crf_context.c b/src/crf_context.c new file mode 100644 index 0000000..8e1a759 --- /dev/null +++ b/src/crf_context.c @@ -0,0 +1,671 @@ +#include "crf_context.h" +#include "float_utils.h" + +crf_context_t *crf_context_new(int flag, size_t L, size_t T) { + crf_context_t *context = malloc(sizeof(crf_context_t)); + if (context == NULL) return NULL; + + context->flag = flag; + context->num_labels = L; + + context->scale_factor = double_array_new_size_fixed(T); + if (context->scale_factor == NULL) goto exit_context_created; + + context->row = double_array_new_size_fixed(L); + if (context->row == NULL) goto exit_context_created; + + context->row_trans = double_array_new_size(L); + if (context->row_trans == NULL) goto exit_context_created; + + context->alpha_score = double_matrix_new_zeros(T, L); + if (context->alpha_score == NULL) goto exit_context_created; + + context->beta_score = double_matrix_new_zeros(T, L); + if (context->beta_score == NULL) goto exit_context_created; + + context->state = double_matrix_new_zeros(T, L); + if (context->state == NULL) goto exit_context_created; + + context->state_trans = double_matrix_new_zeros(T, L * L); + if (context->state_trans == NULL) goto exit_context_created; + + context->trans = double_matrix_new_zeros(L, L); + if (context->trans == NULL) goto exit_context_created; + + if (context->flag & CRF_CONTEXT_VITERBI) { + context->backward_edges = uint32_matrix_new_zeros(T, L); + if (context->backward_edges == NULL) goto exit_context_created; + } else { + context->backward_edges = NULL; + } + + if (context->flag & CRF_CONTEXT_MARGINALS) { +#if defined(USE_SSE) + context->exp_state = double_matrix_new_aligned(T, L, 32); + if (context->exp_state == NULL) goto exit_context_created; + double_matrix_zero(context->exp_state); +#else + context->exp_state = double_matrix_new_zeros(T, L); + if (context->exp_state == NULL) goto exit_context_created; +#endif + + context->mexp_state = double_matrix_new_zeros(T, L); + if (context->mexp_state == NULL) goto exit_context_created; + +#if defined(USE_SSE) + context->exp_state_trans = double_matrix_new_aligned(T, L * L, 32); + if (context->exp_state_trans == NULL) goto exit_context_created; + double_matrix_zero(context->exp_state_trans); +#else + context->exp_state_trans = double_matrix_new_zeros(T, L * L); + if (context->exp_state_trans == NULL) goto exit_context_created; +#endif + + context->mexp_state_trans = double_matrix_new_zeros(T, L * L); + if (context->mexp_state_trans == NULL) goto exit_context_created; + +#if defined(USE_SSE) + context->exp_trans = double_matrix_new_aligned(L, L, 32); + if (context->exp_trans == NULL) goto exit_context_created; + double_matrix_zero(context->exp_trans); +#else + context->exp_trans = double_matrix_new_zeros(L, L); + if (context->exp_trans == NULL) goto exit_context_created; +#endif + + context->mexp_trans = double_matrix_new_zeros(L, L); + if (context->mexp_trans == NULL) goto exit_context_created; + + } else { + context->exp_state = NULL; + context->mexp_state = NULL; + context->exp_state_trans = NULL; + context->mexp_state_trans = NULL; + context->exp_trans = NULL; + context->mexp_trans = NULL; + } + + context->num_items = T; + + return context; + +exit_context_created: + crf_context_destroy(context); + return NULL; +} + +/* +Makes it possible to reuse the same context for many +different sequences. +*/ +bool crf_context_set_num_items(crf_context_t *self, size_t T) { + const size_t L = self->num_labels; + + if (!double_array_resize_fixed(self->scale_factor, T)) { + return false; + } + if (!double_array_resize_fixed(self->row, L)) { + return false; + } + + if (!double_matrix_resize(self->alpha_score, T, L) || + !double_matrix_resize(self->beta_score, T, L) || + !double_matrix_resize(self->state, T, L) || + !double_matrix_resize(self->state_trans, T, L * L)) { + return false; + } + + double_matrix_zero(self->alpha_score); + double_matrix_zero(self->beta_score); + double_matrix_zero(self->state); + double_matrix_zero(self->state_trans); + + if (self->flag & CRF_CONTEXT_VITERBI && self->backward_edges != NULL) { + if (!uint32_matrix_resize(self->backward_edges, T, L)) { + return false; + } + + uint32_matrix_zero(self->backward_edges); + } + + if (self->flag & CRF_CONTEXT_MARGINALS && + ( +#if defined(USE_SSE) + !double_matrix_resize_aligned(self->exp_state, T, L, 32) || +#else + !double_matrix_resize(self->exp_state, T, L) || +#endif + !double_matrix_resize(self->mexp_state, T, L) || +#if defined(USE_SSE) + !double_matrix_resize_aligned(self->exp_state_trans, T, L * L, 32) || +#else + !double_matrix_resize(self->exp_state_trans, T, L * L) || +#endif + !double_matrix_resize(self->mexp_state_trans, T, L * L) + )) { + return false; + + double_matrix_zero(self->exp_state); + double_matrix_zero(self->mexp_state); + double_matrix_zero(self->exp_state_trans); + double_matrix_zero(self->mexp_state_trans); + } + + self->num_items = T; + + return true; +} + +void crf_context_destroy(crf_context_t *self) { + if (self == NULL) return; + + if (self->scale_factor != NULL) { + double_array_destroy(self->scale_factor); + } + + if (self->row != NULL) { + double_array_destroy(self->row); + } + + if (self->row_trans != NULL) { + double_array_destroy(self->row_trans); + } + + if (self->alpha_score != NULL) { + double_matrix_destroy(self->alpha_score); + } + + if (self->beta_score != NULL) { + double_matrix_destroy(self->beta_score); + } + + if (self->state != NULL) { + double_matrix_destroy(self->state); + } + + if (self->exp_state != NULL) { +#if defined(USE_SSE) + double_matrix_destroy_aligned(self->exp_state); +#else + double_matrix_destroy(self->exp_state); +#endif + } + + if (self->mexp_state != NULL) { + double_matrix_destroy(self->mexp_state); + } + + if (self->state_trans != NULL) { + double_matrix_destroy(self->state_trans); + } + + if (self->exp_state_trans != NULL) { +#if defined(USE_SSE) + double_matrix_destroy_aligned(self->exp_state_trans); +#else + double_matrix_destroy(self->exp_state_trans); +#endif + } + + if (self->mexp_state_trans != NULL) { + double_matrix_destroy(self->mexp_state_trans); + } + + if (self->trans != NULL) { + double_matrix_destroy(self->trans); + } + + if (self->exp_trans != NULL) { +#if defined(USE_SSE) + double_matrix_destroy_aligned(self->exp_trans); +#else + double_matrix_destroy(self->exp_trans); +#endif + } + + if (self->mexp_trans != NULL) { + double_matrix_destroy(self->mexp_trans); + } + + if (self->backward_edges != NULL) { + uint32_matrix_destroy(self->backward_edges); + } + + free(self); +} + +void crf_context_reset(crf_context_t *context, int flag) { + const size_t T = context->num_items; + const size_t L = context->num_labels; + + if (flag & CRF_CONTEXT_RESET_STATE) { + double_matrix_zero(context->state); + } + + if (flag & CRF_CONTEXT_RESET_STATE_TRANS) { + double_matrix_zero(context->state_trans); + double_matrix_zero(context->trans); + } + + if (context->flag & CRF_CONTEXT_MARGINALS) { + double_matrix_zero(context->mexp_state); + double_matrix_zero(context->mexp_state_trans); + double_matrix_zero(context->mexp_trans); + context->log_norm = 0; + } +} + +static inline double *state_trans_matrix_get_row(crf_context_t *self, double_matrix_t *matrix, size_t t, size_t i) { + double *row = double_matrix_get_row(matrix, t); + return row + i * self->num_labels; +} + +inline double *alpha_score(crf_context_t *self, size_t t) { + return double_matrix_get_row(self->alpha_score, t); +} + +inline double *beta_score(crf_context_t *self, size_t t) { + return double_matrix_get_row(self->beta_score, t); +} + +inline double *state_score(crf_context_t *self, size_t t) { + return double_matrix_get_row(self->state, t); +} + +inline double *state_trans_score(crf_context_t *self, size_t t, size_t i) { + return state_trans_matrix_get_row(self, self->state_trans, t, i); +} + +inline double *state_trans_score_all(crf_context_t *self, size_t t) { + return double_matrix_get_row(self->state_trans, t); +} + +inline double *trans_score(crf_context_t *self, size_t i) { + return double_matrix_get_row(self->trans, i); +} + +inline double *exp_state_score(crf_context_t *self, size_t t) { + return double_matrix_get_row(self->exp_state, t); +} + +inline double *exp_state_trans_score(crf_context_t *self, size_t t, size_t i) { + return state_trans_matrix_get_row(self, self->exp_state_trans, t, i); +} + +inline double *exp_state_trans_score_all(crf_context_t *self, size_t t) { + return double_matrix_get_row(self->exp_state_trans, t); +} + +inline double *exp_trans_score(crf_context_t *self, size_t i) { + return double_matrix_get_row(self->exp_trans, i); +} + +inline double *state_mexp(crf_context_t *self, size_t t) { + return double_matrix_get_row(self->mexp_state, t); +} + +inline double *state_trans_mexp(crf_context_t *self, size_t t, size_t i) { + return state_trans_matrix_get_row(self, self->mexp_state_trans, t, i); +} + +inline double *trans_mexp(crf_context_t *self, size_t i) { + return double_matrix_get_row(self->mexp_trans, i); +} + +inline uint32_t *backward_edge_at(crf_context_t *self, size_t t) { + return uint32_matrix_get_row(self->backward_edges, t); +} + +bool crf_context_exp_state(crf_context_t *self) { + if (!double_matrix_copy(self->state, self->exp_state)) { + return false; + } + + double_matrix_exp(self->exp_state); + return true; +} + +bool crf_context_exp_state_trans(crf_context_t *self) { + if (!double_matrix_copy(self->state_trans, self->exp_state_trans)) { + return false; + } + + double_matrix_exp(self->exp_state_trans); + return true; +} + +bool crf_context_exp_trans(crf_context_t *self) { + if (!double_matrix_copy(self->trans, self->exp_trans)) { + return false; + } + + double_matrix_exp(self->exp_trans); + return true; +} + + +void crf_context_alpha_score(crf_context_t *self) { + double *scale = self->scale_factor->a; + + const double *prev = NULL; + const double *trans = NULL; + const double *state = NULL; + const double *state_trans = NULL; + + const size_t T = self->num_items; + const size_t L = self->num_labels; + + /* Compute the alpha scores on nodes 0, *). + alpha[0][j] = state[0][j] + + At this point we have no transition features. + */ + double *cur = alpha_score(self, 0); + state = exp_state_score(self, 0); + double_array_raw_copy(cur, state, L); + double sum = double_array_sum(cur, L); + double scale_t = !double_equals(sum, 0.) ? 1. / sum : 1.; + scale[0] = scale_t; + double_array_mul(cur, scale[0], L); + + /* Compute the alpha scores on nodes (t, *). + alpha[t][j] = state[t][j] * \sum_{i} alpha[t-1][i] * state_trans[t][i][j] * trans[i][j] + */ + for (size_t t = 1; t < T; t++) { + prev = alpha_score(self, t - 1); + cur = alpha_score(self, t); + state = exp_state_score(self, t); + + double_array_zero(cur, L); + for (size_t i = 0; i < L; i++) { + trans = exp_trans_score(self, i); + state_trans = exp_state_trans_score(self, t, i); + for (size_t j = 0; j < L; j++) { + cur[j] += prev[i] * trans[j] * state_trans[j]; + } + } + + double_array_mul_array(cur, state, L); + sum = double_array_sum(cur, L); + scale[t] = scale_t = !double_equals(sum, 0.) ? 1. / sum : 1.; + double_array_mul(cur, scale_t, L); + } + + /* Compute the logarithm of the normalization factor here. + norm = 1. / (C[0] * C[1] ... * C[T-1]) + log(norm) = - \sum_{t = 0}^{T-1} log(C[t]) + */ + self->log_norm = -double_array_sum_log(scale, T); +} + +void crf_context_beta_score(crf_context_t *self) { + double *cur = NULL; + double *row = self->row->a; + double *row_trans = self->row_trans->a; + + const double *next = NULL; + const double *state = NULL; + const double *state_trans = NULL; + const double *trans = NULL; + + const size_t T = self->num_items; + const size_t L = self->num_labels; + + double *scale = self->scale_factor->a; + + /* Compute the beta scores at (T-1, *). */ + cur = beta_score(self, T - 1); + + double scale_t = scale[T - 1]; + double_array_set(cur, scale_t, L); + + /* Compute the beta scores at (t, *). */ + for (ssize_t t = T - 2; t >= 0; t--) { + cur = beta_score(self, t); + next = beta_score(self, t + 1); + state = exp_state_score(self, t + 1); + + double_array_raw_copy(row, next, L); + double_array_mul_array(row, state, L); + + /* Compute the beta score at (t, i). */ + for (int i = 0; i < L; i++) { + trans = exp_trans_score(self, i); + double_array_raw_copy(row_trans, row, L); + double_array_mul_array(row_trans, trans, L); + state_trans = exp_state_trans_score(self, t + 1, i); + cur[i] = double_array_dot(state_trans, row_trans, L); + } + + scale_t = scale[t]; + double_array_mul(cur, scale_t, L); + + } +} + +void crf_context_marginals(crf_context_t *self) { + const size_t T = self->num_items; + const size_t L = self->num_labels; + + double *scale = self->scale_factor->a; + + /* + Compute the model expectations of states. + p(t,i) = fwd[t][i] * bwd[t][i] / norm + = (1. / C[t]) * fwd'[t][i] * bwd'[t][i] + */ + int t; + + for (t = 0; t < T; t++) { + double *forward = alpha_score(self, t); + double *backward = beta_score(self, t); + double *prob = state_mexp(self, t); + + double_array_raw_copy(prob, forward, L); + double_array_mul_array(prob, backward, L); + double scale_t = scale[t]; + double_array_div(prob, scale_t, L); + } + + /* + Compute the model expectations of transitions. + p(t,i,t+1,j) + = fwd[t][i] * state[t+1][j] * edge[i][j] * state_edge[t+1][i][j] * bwd[t+1][j] / norm + = (fwd'[t][i] / (C[0] ... C[t])) * state[t+1][j] * edge[i][j] * state_edge[t+1][i][j] * (bwd'[t+1][j] / (C[t+1] ... C[T-1])) * (C[0] * ... * C[T-1]) + = fwd'[t][i] * state[t+1][j] * edge[i][j] * state_edge[t+1][i][j] * bwd'[t+1][j] + The model expectation of a transition (i -> j) is the sum of the marginal + probabilities p(t,i,t+1,j) over t. + */ + + for (t = 0; t < T - 1; t++) { + double *forward = alpha_score(self, t); + double *state = exp_state_score(self, t + 1); + double *backward = beta_score(self, t + 1); + double *row = self->row->a; + + double_array_raw_copy(row, backward, L); + double_array_mul_array(row, state, L); + + for (int i = 0; i < L; i++) { + double *edge = exp_trans_score(self, i); + double *edge_state = exp_state_trans_score(self, t + 1, i); + double *prob = state_trans_mexp(self, t + 1, i); + + for (int j = 0; j < L; j++) { + prob[j] += forward[i] * edge[j] * edge_state[j] * row[j]; + } + } + } +} + +double crf_context_marginal_point(crf_context_t *self, uint32_t l, uint32_t t) { + double *forward = alpha_score(self, t); + double *backward = beta_score(self, t); + return forward[l] * backward[l] / self->scale_factor->a[t]; +} + +double crf_context_marginal_path(crf_context_t *self, const uint32_t *path, size_t begin, size_t end) { + /* + Compute the marginal probability of a (partial) path. + a = path[begin], b = path[begin+1], ..., y = path[end-2], z = path[end-1] + fwd[begin][a] = (fwd'[begin][a] / (C[0] ... C[begin]) + bwd[end-1][z] = (bwd'[end-1][z] / (C[end-1] ... C[T-1])) + norm = 1 / (C[0] * ... * C[T-1]) + p(a, b, ..., z) + = fwd[begin][a] * state_edge[begin+1][a * L + b] * edge[a][b] * state[begin+1][b] * ... * edge[y][z] * state_edge[end-1][y][z] * state[end-1][z] * bwd[end-1][z] / norm + = fwd'[begin][a] * state_edge[begin+1][a * L + b] * edge[a][b] * state[begin+1][b] * ... * edge[y][z] * state_edge[end-1][y][z] * state[end-1][z] * bwd'[end-1][z] * (C[begin+1] * ... * C[end-2]) + */ + + double *forward = alpha_score(self, begin); + double *backward = beta_score(self, end - 1); + + double prob = forward[path[begin]] * backward[path[end]]; + + for (int t = begin; t < end - 1; t++) { + double *state = exp_state_score(self, t + 1); + double *edge = exp_trans_score(self, (size_t)path[t]); + double *edge_state = exp_state_trans_score(self, t + 1, (size_t)path[t]); + + prob *= (edge[path[t+1]] * edge_state[path[t + 1]] * state[path[t + 1]] * self->scale_factor->a[t]); + } + + return prob; +} + +double crf_context_score(crf_context_t *self, const uint32_t *labels) { + double ret = 0.0; + const size_t T = self->num_items; + const size_t L = self->num_labels; + + const double *cur = NULL; + + const double *state = NULL; + const double *state_trans = NULL; + const double *trans = NULL; + + uint32_t i = labels[0]; + state = state_score(self, 0); + ret = state[i]; + + for (size_t t = 1; t < T; t++) { + uint32_t j = labels[t]; + state = state_score(self, t); + state_trans = state_trans_score(self, t, (size_t)i); + trans = trans_score(self, (size_t)i); + + ret += state[j] + state_trans[j] + trans[j]; + i = j; + } + + return ret; +} + +double crf_context_lognorm(crf_context_t *self) { + return self->log_norm; +} + +double crf_context_viterbi(crf_context_t *self, uint32_t *labels) { + uint32_t *back = NULL; + + double max_score = -DBL_MAX; + double score; + ssize_t argmax_score = -1; + double *cur = NULL; + const double *prev = NULL; + const double *state = NULL; + const double *state_trans = NULL; + const double *trans = NULL; + + const size_t T = self->num_items; + if (T == 0) { + return max_score; + } + const size_t L = self->num_labels; + + // This function assumes state and trans scores to be in the logarithm domain. + + /* Compute the scores at (0, *). + This is just the state score. + + Remember that alpha_score and state_score, etc. are + just returning matrix row pointers so the actual + values of the scores are computed beforehand + */ + cur = alpha_score(self, 0); + state = state_score(self, 0); + + double_array_raw_copy(cur, state, L); + + int i, j, t; + + for (t = 1; t < T; t++) { + prev = alpha_score(self, t - 1); + cur = alpha_score(self, t); + state = state_score(self, t); + back = backward_edge_at(self, t); + + /* + Loop through all the labels we could transition to, + then do an inner loop of all the labels we could have + transitioned out of (i.e. don't take the last prediction + as given). This allows CRFs to find a globally optimal path + that might not have been obvious with a simple greedy + left-to-right algorithm. + + This algorithm is only quadratic in L (# of labels, usually small) + */ + + for (j = 0; j < L; j++) { + max_score = -DBL_MAX; + argmax_score = -1; + + for (i = 0; i < L; i++) { + state_trans = state_trans_score(self, t, i); + trans = trans_score(self, i); + score = prev[i] + state_trans[j] + trans[j]; + + /* Store this path if it has the maximum score. */ + if (max_score < score) { + max_score = score; + argmax_score = i; + } + } + + if (argmax_score >= 0) { + /* Backward link (#t, #j) -> (#t-1, #i). */ + back[j] = argmax_score; + } + + /* Add the state score on (t, j). */ + cur[j] = max_score + state[j]; + } + } + + /* Find the node (#T, #i) that reaches EOS with the maximum score. */ + max_score = -DBL_MAX; + argmax_score = -1; + + prev = alpha_score(self, T - 1); + + /* Set a score for T-1 to be overwritten later. Just in case we don't + end up with something beating -DBL_MAX. */ + labels[T - 1] = 0; + for (i = 0; i < L; i++) { + if (prev[i] > max_score) { + max_score = prev[i]; + argmax_score = i; + } + } + + if (argmax_score >= 0) { + labels[T - 1] = argmax_score; /* Tag the item #T. */ + } + + /* Tag labels by tracing the backward links. */ + for (t = T - 2; t >= 0; t--) { + back = backward_edge_at(self, t + 1); + labels[t] = back[labels[t + 1]]; + } + + return max_score; +} diff --git a/src/crf_context.h b/src/crf_context.h new file mode 100644 index 0000000..bf7372e --- /dev/null +++ b/src/crf_context.h @@ -0,0 +1,206 @@ +#ifndef CRF_CONTEXT_H +#define CRF_CONTEXT_H + +#include +#include +#include + +#include "collections.h" + +#ifdef HAVE_CONFIG_H +#include +#endif + +#include +#include +#include +#include + +#include "collections.h" +#include "matrix.h" + +/** + * Functionality flags for contexts. + * @see crf_context_new(). + */ +enum { + CRF_CONTEXT_BASE = 0x01, + CRF_CONTEXT_VITERBI = 0x01, + CRF_CONTEXT_MARGINALS = 0x02, + CRF_CONTEXT_ALL = 0xFF, +}; + +/** + * Reset flags. + * @see crf_context_reset(). + */ + +#define CRF_CONTEXT_RESET_STATE (1 << 0) +#define CRF_CONTEXT_RESET_STATE_TRANS (1 << 1) +#define CRF_CONTEXT_RESET_ALL ((1 << 16) - 1) + + +#define CRF_CONTEXT_DEFAULT_NUM_ITEMS 10 + +typedef struct crf_context { + /** + * Flag specifying the functionality + */ + int flag; + /** + * The total number of distinct lables (L) + */ + size_t num_labels; + /** + * The number of items (T) in the instance + */ + size_t num_items; + /** + * Logarithm of the normalization factor for the instance. + * This is equivalent to the total scores of all paths in the lattice. + */ + double log_norm; + + /** + * State scores. + * This is a [T][L] matrix whose element [t][l] presents total score + * of state features associating label l at t + */ + double_matrix_t *state; + + /** + * State-transition scores. + * This is a [T][L * L] matrix whose element [t][i * L + j] represents the + * score of state features associated with label i and j + */ + double_matrix_t *state_trans; + + /** + * Transition scores. + * This is a [L][L] matrix whose element [i][j] represents the + * score of transition features associating labels i and j + */ + double_matrix_t *trans; + + /** + * Alpha score matrix. + * This is a [T][L] matrix whose element [t][l] presents the total + * score of paths starting at BOS and arriving at (t, l). + */ + double_matrix_t *alpha_score; + + /** + * Beta score matrix. + * This is a [T][L] matrix whose element [t][l] presents the total + * score of paths starting at (t, l) and arriving at EOS + */ + double_matrix_t *beta_score; + + /** + * Scale factor vector. + * This is a [T] vector whose element [t] presents the scaling + * coefficient for the alpha score and beta score. + */ + double_array *scale_factor; + + /** + * Row vector (work space). + * This is a [T] vector used internally for a work space. + */ + double_array *row; + + /** + * Row vector for the transitions (work space). + * This is a [T] vector used internally for a work space. + */ + double_array *row_trans; + + /** + * This is a [T][L] matrix whose element [t][j] represents the label + * that yields the maximum score to arrive at (t, j). + * This member is available only with CRF_CONTEXT_VITERBI flag enabled. + */ + uint32_matrix_t *backward_edges; + + /** + * Exponents of state scores. + * This is a [T][L] matrix whose element [t][l] represents the exponent + * of the total score of state features associating label l at t. + * This member is available only with CRF_CONTEXT_MARGINALS flag. + */ + double_matrix_t *exp_state; + + /** + * Exponents of state-transition scores. + * This is a [T][L * L] matrix whose element [t][i * L + j] represents the + * exponent of the total score of state features associated with label i and j + * at t. This member is available only with CRF_CONTEXT_MARGINALS flag. + */ + double_matrix_t *exp_state_trans; + + /** + * Exponents of transition scores. + * This is a [L][L] matrix whose element [i][j] represents the exponent + * of the total score of transition features associating labels i and j. + * This member is available only with CRF_CONTEXT_MARGINALS flag. + */ + double_matrix_t *exp_trans; + + /** + * Model expectations of states. + * This is a [T][L] matrix whose element [t][l] presents the model + * expectation (marginal probability) of the state (t,l) + * This member is available only with CRF_CONTEXT_MARGINALS flag. + */ + double_matrix_t *mexp_state; + + /** + * Model expectations of state transitions. + * This is a [T][L * L] matrix whose element [t][i * L + j] presents the model + * expectation (marginal probability) of the state t and transition (i->j) + * This member is available only with CRF_CONTEXT_MARGINALS flag. + */ + double_matrix_t *mexp_state_trans; + + /** + * Model expectations of transitions. + * This is a [L][L] matrix whose element [i][j] presents the model + * expectation of the transition (i->j). + * This member is available only with CRF_CONTEXT_MARGINALS flag. + */ + double_matrix_t *mexp_trans; + +} crf_context_t; + +double *alpha_score(crf_context_t *context, size_t t); +double *beta_score(crf_context_t *context, size_t t); +double *state_score(crf_context_t *context, size_t t); +double *state_trans_score(crf_context_t *context, size_t t, size_t i); +double *state_trans_score_all(crf_context_t *self, size_t t); +double *trans_score(crf_context_t *context, size_t i); +double *exp_state_score(crf_context_t *context, size_t t); +double *exp_state_trans_score(crf_context_t *context, size_t t, size_t i); +double *exp_trans_score(crf_context_t *context, size_t i); +double *state_mexp(crf_context_t *context, size_t t); +double *state_trans_mexp(crf_context_t *context, size_t t, size_t i); +double *trans_mexp(crf_context_t *context, size_t i); +uint32_t *backward_edge_at(crf_context_t *context, size_t t); + +crf_context_t *crf_context_new(int flag, size_t L, size_t T); +bool crf_context_set_num_items(crf_context_t *self, size_t T); +void crf_context_destroy(crf_context_t *self); +void crf_context_reset(crf_context_t *self, int flag); +bool crf_context_exp_state(crf_context_t *self); +bool crf_context_exp_transition(crf_context_t *self); + +void crf_context_alpha_score(crf_context_t *self); +void crf_context_beta_score(crf_context_t *self); +void crf_context_marginals(crf_context_t *self); + +double crf_context_marginal_point(crf_context_t *self, uint32_t l, uint32_t t); +double crf_context_marginal_path(crf_context_t *self, const uint32_t *path, size_t begin, size_t end); +double crf_context_score(crf_context_t *self, const uint32_t *labels); +double crf_context_lognorm(crf_context_t *self); +double crf_context_viterbi(crf_context_t *self, uint32_t *labels); + +#endif \ No newline at end of file diff --git a/src/crf_trainer.c b/src/crf_trainer.c new file mode 100644 index 0000000..9a02796 --- /dev/null +++ b/src/crf_trainer.c @@ -0,0 +1,191 @@ +#include "crf_trainer.h" + +void crf_trainer_destroy(crf_trainer_t *self) { + if (self == NULL) return; + + const char *key; + uint32_t id; + + if (self->features != NULL) { + kh_foreach(self->features, key, id, { + free((char *)key); + }) + kh_destroy(str_uint32, self->features); + } + + if (self->prev_tag_features != NULL) { + kh_foreach(self->prev_tag_features, key, id, { + free((char *)key); + }) + kh_destroy(str_uint32, self->prev_tag_features); + } + + if (self->classes != NULL) { + kh_foreach(self->classes, key, id, { + free((char *)key); + }) + kh_destroy(str_uint32, self->classes); + } + + if (self->class_strings != NULL) { + cstring_array_destroy(self->class_strings); + } + + if (self->context != NULL) { + crf_context_destroy(self->context); + } + + free(self); +} + +crf_trainer_t *crf_trainer_new(size_t num_classes) { + crf_trainer_t *trainer = malloc(sizeof(crf_trainer_t)); + if (trainer == NULL) return NULL; + + trainer->num_classes = num_classes; + + trainer->features = kh_init(str_uint32); + if (trainer->features == NULL) { + goto exit_trainer_created; + } + + trainer->prev_tag_features = kh_init(str_uint32); + if (trainer->prev_tag_features == NULL) { + goto exit_trainer_created; + } + + trainer->classes = kh_init(str_uint32); + if (trainer->classes == NULL) { + goto exit_trainer_created; + } + + trainer->class_strings = cstring_array_new(); + if (trainer->class_strings == NULL) { + goto exit_trainer_created; + } + + trainer->context = crf_context_new(CRF_CONTEXT_VITERBI | CRF_CONTEXT_MARGINALS, num_classes, CRF_CONTEXT_DEFAULT_NUM_ITEMS); + if (trainer->context == NULL) { + goto exit_trainer_created; + } + + return trainer; + +exit_trainer_created: + crf_trainer_destroy(trainer); + return NULL; + +} + +bool crf_trainer_get_class_id_exists(crf_trainer_t *self, char *class_name, uint32_t *class_id, bool add_if_missing, bool *exists) { + khiter_t k; + + if (class_name == NULL) { + log_error("class_name was NULL\n"); + return false; + } + + khash_t(str_uint32) *classes = self->classes; + + k = kh_get(str_uint32, classes, class_name); + if (k != kh_end(classes)) { + *class_id = kh_value(classes, k); + *exists = true; + return true; + } else if (add_if_missing) { + uint32_t new_id = (uint32_t)kh_size(classes); + int ret; + char *key = strdup(class_name); + if (key == NULL) { + return false; + } + k = kh_put(str_uint32, classes, key, &ret); + if (ret < 0) { + return false; + } + kh_value(classes, k) = new_id; + *class_id = new_id; + *exists = false; + cstring_array_add_string(self->class_strings, class_name); + return true; + } + return false; +} + +inline bool crf_trainer_get_class_id(crf_trainer_t *self, char *class_name, uint32_t *class_id, bool add_if_missing) { + bool exists; + return crf_trainer_get_class_id_exists(self, class_name, class_id, add_if_missing, &exists); +} + +crf_trainer_t *crf_trainer_new_classes(cstring_array *classes) { + if (classes == NULL) return NULL; + size_t num_classes = cstring_array_num_strings(classes); + crf_trainer_t *trainer = crf_trainer_new(num_classes); + if (trainer == NULL) return NULL; + + size_t i; + char *class_name; + uint32_t class_id; + bool add_if_missing = true; + + cstring_array_foreach(classes, i, class_name, { + bool exists; + if (!crf_trainer_get_class_id_exists(trainer, class_name, &class_id, add_if_missing, &exists)) { + crf_trainer_destroy(trainer); + return NULL; + } + + if (exists) { + log_error("Duplicate class: %s\n", class_name); + crf_trainer_destroy(trainer); + return NULL; + } + }) + return trainer; +} + +bool crf_trainer_hash_to_id(khash_t(str_uint32) *features, char *feature, uint32_t *feature_id, bool *exists) { + if (feature == NULL) { + log_error("feature was NULL\n"); + return false; + } + + if (features == NULL) { + log_error("features hashtable was NULL\n"); + return false; + } + + if (str_uint32_hash_to_id_exists(features, feature, feature_id, exists)) { + return true; + } + + return false; +} + + +inline bool crf_trainer_hash_feature_to_id_exists(crf_trainer_t *self, char *feature, uint32_t *feature_id, bool *exists) { + return crf_trainer_hash_to_id(self->features, feature, feature_id, exists); +} + +inline bool crf_trainer_hash_feature_to_id(crf_trainer_t *self, char *feature, uint32_t *feature_id) { + bool exists; + return crf_trainer_hash_feature_to_id_exists(self, feature, feature_id, &exists); +} + + +inline bool crf_trainer_hash_prev_tag_feature_to_id_exists(crf_trainer_t *self, char *feature, uint32_t *feature_id, bool *exists) { + return crf_trainer_hash_to_id(self->prev_tag_features, feature, feature_id, exists); +} + +inline bool crf_trainer_hash_prev_tag_feature_to_id(crf_trainer_t *self, char *feature, uint32_t *feature_id) { + bool exists; + return crf_trainer_hash_feature_to_id_exists(self, feature, feature_id, &exists); +} + +inline bool crf_trainer_get_feature_id(crf_trainer_t *self, char *feature, uint32_t *feature_id) { + return str_uint32_hash_get(self->features, feature, feature_id); +} + +inline bool crf_trainer_get_prev_tag_feature_id(crf_trainer_t *self, char *feature, uint32_t *feature_id) { + return str_uint32_hash_get(self->prev_tag_features, feature, feature_id); +} diff --git a/src/crf_trainer.h b/src/crf_trainer.h new file mode 100644 index 0000000..9b8b302 --- /dev/null +++ b/src/crf_trainer.h @@ -0,0 +1,37 @@ +#ifndef CRF_TRAINER_H +#define CRF_TRAINER_H + +#include +#include + +#include "collections.h" +#include "crf_context.h" +#include "string_utils.h" +#include "tokens.h" +#include "trie.h" +#include "trie_utils.h" + +typedef struct crf_trainer { + uint32_t num_classes; + khash_t(str_uint32) *features; + khash_t(str_uint32) *prev_tag_features; + khash_t(str_uint32) *classes; + cstring_array *class_strings; + crf_context_t *context; +} crf_trainer_t; + + +crf_trainer_t *crf_trainer_new(size_t num_classes); +void crf_trainer_destroy(crf_trainer_t *self); + +bool crf_trainer_get_class_id(crf_trainer_t *self, char *class_name, uint32_t *class_id, bool add_if_missing); +bool crf_trainer_hash_feature_to_id(crf_trainer_t *self, char *feature, uint32_t *feature_id); +bool crf_trainer_hash_feature_to_id_exists(crf_trainer_t *self, char *feature, uint32_t *feature_id, bool *exists); + +bool crf_trainer_hash_prev_tag_feature_to_id(crf_trainer_t *self, char *feature, uint32_t *feature_id); +bool crf_trainer_hash_prev_tag_feature_to_id_exists(crf_trainer_t *self, char *feature, uint32_t *feature_id, bool *exists); + +bool crf_trainer_get_feature_id(crf_trainer_t *self, char *feature, uint32_t *feature_id); +bool crf_trainer_get_prev_tag_feature_id(crf_trainer_t *self, char *feature, uint32_t *feature_id); + +#endif \ No newline at end of file diff --git a/src/crf_trainer_averaged_perceptron.c b/src/crf_trainer_averaged_perceptron.c new file mode 100644 index 0000000..fdd7f0c --- /dev/null +++ b/src/crf_trainer_averaged_perceptron.c @@ -0,0 +1,951 @@ +#include "crf_trainer_averaged_perceptron.h" + +void crf_averaged_perceptron_trainer_destroy(crf_averaged_perceptron_trainer_t *self) { + if (self == NULL) return; + + uint32_t feature_id; + khash_t(class_weights) *weights; + + if (self->weights != NULL) { + kh_foreach(self->weights, feature_id, weights, { + if (weights != NULL) { + kh_destroy(class_weights, weights); + } + }) + kh_destroy(feature_class_weights, self->weights); + } + + khash_t(prev_tag_class_weights) *prev_tag_weights; + if (self->prev_tag_weights != NULL) { + kh_foreach(self->prev_tag_weights, feature_id, prev_tag_weights, { + if (prev_tag_weights != NULL) { + kh_destroy(prev_tag_class_weights, prev_tag_weights); + } + }) + + kh_destroy(feature_prev_tag_class_weights, self->prev_tag_weights); + } + + if (self->trans_weights != NULL) { + kh_destroy(prev_tag_class_weights, self->trans_weights); + } + + if (self->update_counts != NULL) { + uint64_array_destroy(self->update_counts); + } + + if (self->prev_tag_update_counts != NULL) { + uint64_array_destroy(self->prev_tag_update_counts); + } + + if (self->sequence_features != NULL) { + cstring_array_destroy(self->sequence_features); + } + + if (self->sequence_features_indptr != NULL) { + uint32_array_destroy(self->sequence_features_indptr); + } + + if (self->sequence_prev_tag_features != NULL) { + cstring_array_destroy(self->sequence_prev_tag_features); + } + + if (self->sequence_prev_tag_features_indptr != NULL) { + uint32_array_destroy(self->sequence_prev_tag_features_indptr); + } + + if (self->label_ids != NULL) { + uint32_array_destroy(self->label_ids); + } + + if (self->viterbi != NULL) { + uint32_array_destroy(self->viterbi); + } + + if (self->base_trainer != NULL) { + crf_trainer_destroy(self->base_trainer); + } + + free(self); +} + +crf_averaged_perceptron_trainer_t *crf_averaged_perceptron_trainer_new(size_t num_classes, size_t min_updates) { + crf_averaged_perceptron_trainer_t *self = calloc(1, sizeof(crf_averaged_perceptron_trainer_t)); + + if (self == NULL) return NULL; + + log_info("num_classes %zu\n", num_classes); + + self->num_updates = 0; + self->num_errors = 0; + self->iterations = 0; + self->min_updates = min_updates; + + self->base_trainer = crf_trainer_new(num_classes); + if (self->base_trainer == NULL) { + goto exit_trainer_created; + } + + self->weights = kh_init(feature_class_weights); + + if (self->weights == NULL) { + goto exit_trainer_created; + } + + self->prev_tag_weights = kh_init(feature_prev_tag_class_weights); + + if (self->prev_tag_weights == NULL) { + goto exit_trainer_created; + } + + self->trans_weights = kh_init(prev_tag_class_weights); + if (self->trans_weights == NULL) { + goto exit_trainer_created; + } + + self->update_counts = uint64_array_new(); + if (self->update_counts == NULL) { + goto exit_trainer_created; + } + + self->prev_tag_update_counts = uint64_array_new(); + if (self->prev_tag_update_counts == NULL) { + goto exit_trainer_created; + } + + self->sequence_features = cstring_array_new(); + if (self->sequence_features == NULL) { + goto exit_trainer_created; + } + + self->sequence_features_indptr = uint32_array_new(); + if (self->sequence_features_indptr == NULL) { + goto exit_trainer_created; + } + + self->sequence_prev_tag_features = cstring_array_new(); + if (self->sequence_prev_tag_features == NULL) { + goto exit_trainer_created; + } + + self->sequence_prev_tag_features_indptr = uint32_array_new(); + if (self->sequence_prev_tag_features_indptr == NULL) { + goto exit_trainer_created; + } + + self->label_ids = uint32_array_new(); + if (self->label_ids == NULL) { + goto exit_trainer_created; + } + + self->viterbi = uint32_array_new(); + if (self->viterbi == NULL) { + goto exit_trainer_created; + } + + return self; + +exit_trainer_created: + crf_averaged_perceptron_trainer_destroy(self); + return NULL; +} + +static inline uint32_t tag_bigram_class_id(crf_averaged_perceptron_trainer_t *self, tag_bigram_t tag_bigram) { + return tag_bigram.prev_class_id * self->base_trainer->num_classes + tag_bigram.class_id; +} + +khash_t(class_weights) *crf_averaged_perceptron_trainer_get_class_weights(crf_averaged_perceptron_trainer_t *self, uint32_t feature_id, bool add_if_missing) { + khiter_t k; + k = kh_get(feature_class_weights, self->weights, feature_id); + if (k != kh_end(self->weights)) { + return kh_value(self->weights, k); + } else if (add_if_missing) { + khash_t(class_weights) *weights = kh_init(class_weights); + int ret; + k = kh_put(feature_class_weights, self->weights, feature_id, &ret); + if (ret < 0) { + kh_destroy(class_weights, weights); + return NULL; + } + kh_value(self->weights, k) = weights; + return weights; + } + + return NULL; +} + +khash_t(prev_tag_class_weights) *crf_averaged_perceptron_trainer_get_prev_tag_class_weights(crf_averaged_perceptron_trainer_t *self, uint32_t feature_id, bool add_if_missing) { + khiter_t k; + k = kh_get(feature_prev_tag_class_weights, self->prev_tag_weights, feature_id); + if (k != kh_end(self->prev_tag_weights)) { + return kh_value(self->prev_tag_weights, k); + } else if (add_if_missing) { + khash_t(prev_tag_class_weights) *weights = kh_init(prev_tag_class_weights); + int ret; + k = kh_put(feature_prev_tag_class_weights, self->prev_tag_weights, feature_id, &ret); + if (ret < 0) { + kh_destroy(prev_tag_class_weights, weights); + return NULL; + } + kh_value(self->prev_tag_weights, k) = weights; + return weights; + } + + return NULL; +} + + +static inline bool crf_averaged_perceptron_trainer_update_weight(khash_t(class_weights) *weights, uint64_t iter, uint32_t class_id, double value) { + class_weight_t weight = NULL_WEIGHT; + + khiter_t k; + k = kh_get(class_weights, weights, class_id); + if (k != kh_end(weights)) { + weight = kh_value(weights, k); + } + + weight.total += (iter - weight.last_updated) * weight.value; + weight.last_updated = iter; + weight.value += value; + + int ret; + k = kh_put(class_weights, weights, class_id, &ret); + if (ret < 0) return false; + kh_value(weights, k) = weight; + + return true; + +} + +static inline bool crf_averaged_perceptron_trainer_update_prev_tag_weight(khash_t(prev_tag_class_weights) *weights, uint64_t iter, uint32_t prev_class_id, uint32_t class_id, double value) { + class_weight_t weight = NULL_WEIGHT; + + tag_bigram_t tag_bigram; + tag_bigram.prev_class_id = prev_class_id; + tag_bigram.class_id = class_id; + + uint64_t key = tag_bigram.value; + + khiter_t k; + k = kh_get(prev_tag_class_weights, weights, key); + if (k != kh_end(weights)) { + weight = kh_value(weights, k); + } + + weight.total += (iter - weight.last_updated) * weight.value; + weight.last_updated = iter; + weight.value += value; + + int ret; + k = kh_put(prev_tag_class_weights, weights, key, &ret); + if (ret < 0) return false; + kh_value(weights, k) = weight; + + return true; +} + + +static inline bool crf_averaged_perceptron_trainer_update_feature(crf_averaged_perceptron_trainer_t *self, uint32_t feature_id, uint32_t guess, uint32_t truth, double value) { + bool add_if_missing = true; + + khash_t(class_weights) *weights = crf_averaged_perceptron_trainer_get_class_weights(self, feature_id, add_if_missing); + + if (weights == NULL) { + return false; + } + + uint64_t updates = self->num_updates; + + if (!crf_averaged_perceptron_trainer_update_weight(weights, updates, guess, -1.0 * value) || + !crf_averaged_perceptron_trainer_update_weight(weights, updates, truth, value)) { + return false; + } + + return true; +} + + +static inline bool crf_averaged_perceptron_trainer_update_prev_tag_feature(crf_averaged_perceptron_trainer_t *self, uint32_t feature_id, uint32_t prev_guess, uint32_t prev_truth, uint32_t guess, uint32_t truth, double value) { + bool add_if_missing = true; + khash_t(prev_tag_class_weights) *weights = crf_averaged_perceptron_trainer_get_prev_tag_class_weights(self, feature_id, add_if_missing); + + if (weights == NULL) { + return false; + } + + uint64_t updates = self->num_updates; + + if (!crf_averaged_perceptron_trainer_update_prev_tag_weight(weights, updates, prev_guess, guess, -1.0 * value) || + !crf_averaged_perceptron_trainer_update_prev_tag_weight(weights, updates, prev_truth, truth, value)) { + return false; + } + + return true; +} + +static inline bool crf_averaged_perceptron_trainer_update_trans_feature(crf_averaged_perceptron_trainer_t *self, uint32_t prev_guess, uint32_t prev_truth, uint32_t guess, uint32_t truth, double value) { + bool add_if_missing = true; + khash_t(prev_tag_class_weights) *weights = self->trans_weights; + + if (weights == NULL) { + return false; + } + + uint64_t updates = self->num_updates; + + if (!crf_averaged_perceptron_trainer_update_prev_tag_weight(weights, updates, prev_guess, guess, -1.0 * value) || + !crf_averaged_perceptron_trainer_update_prev_tag_weight(weights, updates, prev_truth, truth, value)) { + return false; + } + + return true; +} + + +static inline bool crf_averaged_perceptron_trainer_cache_features(crf_averaged_perceptron_trainer_t *self, cstring_array *features) { + size_t i; + char *feature; + uint32_t feature_id; + + cstring_array_foreach(features, i, feature, { + cstring_array_add_string(self->sequence_features, feature); + }) + + size_t num_strings = cstring_array_num_strings(self->sequence_features); + uint32_array_push(self->sequence_features_indptr, num_strings); + return true; +} + + +static inline bool crf_averaged_perceptron_trainer_cache_prev_tag_features(crf_averaged_perceptron_trainer_t *self, cstring_array *features) { + size_t i; + char *feature; + uint32_t feature_id; + + cstring_array_foreach(features, i, feature, { + cstring_array_add_string(self->sequence_prev_tag_features, feature); + }) + + size_t num_strings = cstring_array_num_strings(self->sequence_prev_tag_features); + uint32_array_push(self->sequence_prev_tag_features_indptr, num_strings); + return true; +} + + +static bool crf_averaged_perceptron_trainer_state_score(crf_averaged_perceptron_trainer_t *self) { + if (self == NULL || self->base_trainer == NULL || + self->sequence_features == NULL || self->sequence_features_indptr == NULL) { + return false; + } + crf_context_t *context = self->base_trainer->context; + + uint32_t class_id; + + class_weight_t weight; + + cstring_array *sequence_features = self->sequence_features; + + uint64_t *update_counts = self->update_counts->a; + + size_t num_tokens = self->sequence_features_indptr->n - 1; + uint32_t *indptr = self->sequence_features_indptr->a; + + for (size_t t = 0; t < num_tokens; t++) { + uint32_t idx = indptr[t]; + uint32_t next_start = indptr[t + 1]; + + double *scores = state_score(context, t); + + for (uint32_t j = idx; j < next_start; j++) { + char *feature = cstring_array_get_string(sequence_features, j); + + uint32_t feature_id; + if (!crf_trainer_get_feature_id(self->base_trainer, feature, &feature_id)) { + continue; + } + uint64_t update_count = update_counts[feature_id]; + bool keep_feature = update_count >= self->min_updates; + + if (keep_feature) { + bool add_if_missing = false; + khash_t(class_weights) *weights = crf_averaged_perceptron_trainer_get_class_weights(self, feature_id, add_if_missing); + + if (weights == NULL) { + continue; + } + + kh_foreach(weights, class_id, weight, { + scores[class_id] += weight.value; + }) + } + } + } + + return true; +} + +static bool crf_averaged_perceptron_trainer_state_trans_score(crf_averaged_perceptron_trainer_t *self) { + if (self == NULL || self->base_trainer == NULL || + self->sequence_prev_tag_features == NULL || self->sequence_features_indptr == NULL) { + return false; + } + crf_context_t* context = self->base_trainer->context; + + uint32_t t = 0; + uint32_t idx = 0; + uint32_t length = 0; + + bool add_if_missing = false; + + class_weight_t weight; + + cstring_array *sequence_features = self->sequence_prev_tag_features; + uint64_t *update_counts = self->prev_tag_update_counts->a; + + size_t num_tokens = self->sequence_prev_tag_features_indptr->n - 1; + uint32_t *indptr = self->sequence_prev_tag_features_indptr->a; + + for (size_t t = 0; t < num_tokens; t++) { + uint32_t idx = indptr[t]; + uint32_t next_start = indptr[t + 1]; + + double *scores = state_trans_score_all(context, t); + + for (uint32_t j = idx; j < next_start; j++) { + char *feature = cstring_array_get_string(sequence_features, j); + + uint32_t feature_id; + if (!crf_trainer_get_prev_tag_feature_id(self->base_trainer, feature, &feature_id)) { + continue; + } + uint64_t update_count = update_counts[feature_id]; + bool keep_feature = update_count >= self->min_updates; + + if (keep_feature) { + bool add_if_missing = false; + khash_t(prev_tag_class_weights) *prev_tag_weights = crf_averaged_perceptron_trainer_get_prev_tag_class_weights(self, feature_id, add_if_missing); + + if (prev_tag_weights == NULL) { + continue; + } + + tag_bigram_t tag_bigram; + uint64_t tag_bigram_key; + + kh_foreach(prev_tag_weights, tag_bigram_key, weight, { + tag_bigram.value = tag_bigram_key; + uint32_t class_id = tag_bigram_class_id(self, tag_bigram); + scores[class_id] += weight.value; + }) + } + } + } + + return true; +} + +static bool crf_averaged_perceptron_trainer_trans_score(crf_averaged_perceptron_trainer_t *self) { + if (self == NULL || self->base_trainer == NULL || self->trans_weights == NULL) return false; + crf_context_t *context = self->base_trainer->context; + + khash_t(prev_tag_class_weights) *trans_weights = self->trans_weights; + + class_weight_t weight; + tag_bigram_t tag_bigram; + uint64_t tag_bigram_key; + + double *scores = context->trans->values; + + kh_foreach(trans_weights, tag_bigram_key, weight, { + tag_bigram.value = tag_bigram_key; + uint32_t class_id = tag_bigram_class_id(self, tag_bigram); + scores[class_id] += weight.value; + }) + + return true; +} + +bool crf_averaged_perceptron_trainer_update(crf_averaged_perceptron_trainer_t *self, double value) { + if (self->viterbi == NULL || self->label_ids == NULL || self->label_ids->n != self->viterbi->n || + self->sequence_features == NULL || self->sequence_features_indptr == NULL || + self->label_ids->n != self->sequence_features_indptr->n - 1 || + self->sequence_prev_tag_features == NULL || self->sequence_prev_tag_features_indptr == NULL || + self->label_ids->n != self->sequence_prev_tag_features_indptr->n - 1 || + self->update_counts == NULL || self->prev_tag_update_counts == NULL) { + log_error("Something was NULL\n"); + return false; + } + + uint32_t t, idx, length; + + bool add_if_missing = false; + + uint32_t *viterbi = self->viterbi->a; + uint32_t *labels = self->label_ids->a; + + uint32_t truth, guess; + + size_t num_tokens = self->sequence_features_indptr->n - 1; + uint32_t *indptr = self->sequence_features_indptr->a; + + cstring_array *sequence_features = self->sequence_features; + + for (size_t t = 0; t < num_tokens; t++) { + truth = labels[t]; + guess = viterbi[t]; + + if (guess != truth) { + uint32_t idx = indptr[t]; + uint32_t next_start = indptr[t + 1]; + + for (uint32_t j = idx; j < next_start; j++) { + char *feature = cstring_array_get_string(sequence_features, j); + if (feature == NULL) { + log_error("feature NULL, j = %u, len = %zu\n", j, cstring_array_num_strings(sequence_features)); + return false; + } + + uint32_t feature_id; + bool exists; + if (!crf_trainer_hash_feature_to_id_exists(self->base_trainer, feature, &feature_id, &exists)) { + return false; + } + + if (!crf_averaged_perceptron_trainer_update_feature(self, feature_id, guess, truth, value)) { + return false; + } + + if (exists) { + self->update_counts->a[feature_id]++; + } else { + uint64_array_push(self->update_counts, 1); + } + } + // This is shared between the state and state-trans features, only increment once + self->num_updates++; + self->num_errors++; + } + } + + uint32_t prev_truth, prev_guess; + + uint64_t *prev_tag_update_counts = self->prev_tag_update_counts->a; + + sequence_features = self->sequence_prev_tag_features; + + num_tokens = self->sequence_prev_tag_features_indptr->n - 1; + indptr = self->sequence_prev_tag_features_indptr->a; + + for (size_t t = 0; t < num_tokens; t++) { + truth = labels[t]; + guess = viterbi[t]; + + if (t > 0 && (guess != truth || prev_guess != prev_truth)) { + uint32_t idx = indptr[t]; + uint32_t next_start = indptr[t + 1]; + + for (uint32_t j = idx; j < next_start; j++) { + char *feature = cstring_array_get_string(sequence_features, j); + + if (feature == NULL) { + log_error("feature NULL, j = %u, len = %zu\n", j, cstring_array_num_strings(sequence_features)); + return false; + } + + uint32_t feature_id; + bool exists; + if (!crf_trainer_hash_prev_tag_feature_to_id_exists(self->base_trainer, feature, &feature_id, &exists)) { + return false; + } + + if (!crf_averaged_perceptron_trainer_update_prev_tag_feature(self, feature_id, prev_guess, prev_truth, guess, truth, value)) { + return false; + } + + if (exists) { + self->prev_tag_update_counts->a[feature_id]++; + } else { + uint64_array_push(self->prev_tag_update_counts, 1); + } + } + + } + + prev_truth = truth; + prev_guess = guess; + } + + size_t sequence_len = self->label_ids->n; + + for (t = 0; t < sequence_len; t++) { + truth = labels[t]; + guess = viterbi[t]; + + if (t > 0 && (guess != truth || prev_guess != prev_truth)) { + if (!crf_averaged_perceptron_trainer_update_trans_feature(self, prev_guess, prev_truth, guess, truth, value)) { + return false; + } + } + + prev_truth = truth; + prev_guess = guess; + } + + return true; +} + + +bool crf_averaged_perceptron_trainer_train_example(crf_averaged_perceptron_trainer_t *self, void *tagger, void *tagger_context, cstring_array *features, cstring_array *prev_tag_features, tagger_feature_function feature_function, tokenized_string_t *tokenized, cstring_array *labels) { + if (self == NULL || self->base_trainer == NULL) return false; + + size_t num_tokens = tokenized->tokens->n; + if (cstring_array_num_strings(labels) != num_tokens) { + return false; + } + + if (num_tokens == 0) { + return true; + } + + uint32_array_clear(self->sequence_features_indptr); + uint32_array_push(self->sequence_features_indptr, 0); + cstring_array_clear(self->sequence_features); + + uint32_array_clear(self->sequence_prev_tag_features_indptr); + uint32_array_push(self->sequence_prev_tag_features_indptr, 0); + cstring_array_clear(self->sequence_prev_tag_features); + + crf_context_t *crf_context = self->base_trainer->context; + + if (!uint32_array_resize(self->label_ids, num_tokens)) { + log_error("Resizing label_ids failed\n"); + return false; + } + uint32_array_clear(self->label_ids); + + if (!crf_context_set_num_items(crf_context, num_tokens)) { + return false; + } + + crf_context_reset(crf_context, CRF_CONTEXT_RESET_ALL); + + bool add_if_missing = true; + + for (uint32_t i = 0; i < num_tokens; i++) { + cstring_array_clear(features); + cstring_array_clear(prev_tag_features); + + if (!feature_function(tagger, tagger_context, tokenized, i)) { + log_error("Could not add address parser features\n"); + return false; + } + + char *label = cstring_array_get_string(labels, i); + if (label == NULL) { + log_error("label is NULL\n"); + } + + uint32_t class_id; + + if (!crf_trainer_get_class_id(self->base_trainer, label, &class_id, add_if_missing)) { + log_error("Get class id failed\n"); + return false; + } + + uint32_array_push(self->label_ids, class_id); + + if (!crf_averaged_perceptron_trainer_cache_features(self, features) || + !crf_averaged_perceptron_trainer_cache_prev_tag_features(self, prev_tag_features)) { + log_error("Caching features failed\n"); + return false; + } + } + + if (!crf_averaged_perceptron_trainer_state_score(self)) { + log_error("Error in state score\n"); + return false; + } + + if (!crf_averaged_perceptron_trainer_state_trans_score(self)) { + log_error("Error in state_trans score\n"); + return false; + } + + if (!crf_averaged_perceptron_trainer_trans_score(self)) { + log_error("Error in trans score\n"); + return false; + } + + if (!uint32_array_resize_fixed(self->viterbi, num_tokens)) { + log_error("Error resizing Viterbi, num_tokens=%zu\n", num_tokens); + return false; + } + + uint32_t *viterbi = self->viterbi->a; + double viterbi_score = crf_context_viterbi(crf_context, viterbi); + + if (self->viterbi->n != num_tokens || self->label_ids->n != num_tokens) { + log_error("self->viterbi->n=%zu, num_tokens=%zu, self->label_ids->n=%zu\n", self->viterbi->n, num_tokens, self->label_ids->n); + return false; + } + + uint32_t *true_labels = self->label_ids->a; + + + for (uint32_t i = 0; i < num_tokens; i++) { + uint32_t truth = true_labels[i]; + + // Technically this is supposed to be updated all at once + uint32_t guess = viterbi[i]; + + if (guess != truth) { + if (!crf_averaged_perceptron_trainer_update(self, 1.0)) { + log_error("Error in crf_averaged_perceptron_trainer_update\n"); + return false; + } + break; + } + + } + + return true; +} + + +crf_t *crf_averaged_perceptron_trainer_finalize(crf_averaged_perceptron_trainer_t *self) { + if (self == NULL || self->base_trainer == NULL || self->base_trainer->num_classes == 0) { + log_error("Something was NULL\n"); + return NULL; + } + + uint32_t class_id; + class_weight_t weight; + + khiter_t k; + + size_t num_features = kh_size(self->base_trainer->features); + + sparse_matrix_t *averaged_weights = sparse_matrix_new(); + if (averaged_weights == NULL) { + log_error("Error creating averaged_weights\n"); + return NULL; + } + + log_info("Finalizing trainer, num_features=%zu\n", num_features); + + char **feature_keys = malloc(sizeof(char *) * num_features); + uint32_t feature_id; + const char *feature; + + kh_foreach(self->base_trainer->features, feature, feature_id, { + if (feature_id >= num_features) { + free(feature_keys); + log_error("Error populating feature_keys, feature_id=%u, num_features=%zu\n", feature_id, num_features); + return NULL; + } + feature_keys[feature_id] = (char *)feature; + }) + + khash_t(str_uint32) *features = self->base_trainer->features; + khash_t(str_uint32) *prev_tag_features = self->base_trainer->prev_tag_features; + + uint64_t updates = self->num_updates; + khash_t(class_weights) *weights; + + uint32_t next_feature_id = 0; + uint64_t *update_counts = self->update_counts->a; + + log_info("Pruning weights with < min_updates = %" PRIu64 "\n", self->min_updates); + + for (feature_id = 0; feature_id < num_features; feature_id++) { + k = kh_get(feature_class_weights, self->weights, feature_id); + if (k == kh_end(self->weights)) { + sparse_matrix_destroy(averaged_weights); + free(feature_keys); + log_error("Error in kh_get on self->weights, feature_id=%u, num_features=%zu\n", feature_id, num_features); + return NULL; + } + + weights = kh_value(self->weights, k); + uint32_t class_id; + + uint64_t update_count = update_counts[feature_id]; + bool keep_feature = update_count >= self->min_updates; + + uint32_t new_feature_id = next_feature_id; + + if (keep_feature) { + kh_foreach(weights, class_id, weight, { + weight.total += (updates - weight.last_updated) * weight.value; + double value = weight.total / updates; + sparse_matrix_append(averaged_weights, class_id, value); + }) + + sparse_matrix_finalize_row(averaged_weights); + next_feature_id++; + } + + + if (!keep_feature || new_feature_id != feature_id) { + feature = feature_keys[feature_id]; + k = kh_get(str_uint32, features, feature); + if (k != kh_end(features)) { + if (keep_feature) { + kh_value(features, k) = new_feature_id; + } else { + kh_del(str_uint32, features, k); + } + } else { + log_error("Error in kh_get on features\n"); + crf_averaged_perceptron_trainer_destroy(self); + free(feature_keys); + return NULL; + } + } + + } + + free(feature_keys); + + num_features = kh_size(features); + log_info("After pruning, num_features=%zu\n", num_features); + + sparse_matrix_t *averaged_state_trans_weights = sparse_matrix_new(); + if (averaged_state_trans_weights == NULL) { + log_error("Error creating averaged_state_trans_weights\n"); + return NULL; + } + + size_t num_prev_tag_features = kh_size(prev_tag_features); + + char **prev_tag_feature_keys = malloc(sizeof(char *) * num_prev_tag_features); + + + kh_foreach(prev_tag_features, feature, feature_id, { + if (feature_id >= num_prev_tag_features) { + free(prev_tag_feature_keys); + log_error("Error populating prev_tag_feature_keys\n"); + return NULL; + } + prev_tag_feature_keys[feature_id] = (char *)feature; + }) + + khash_t(prev_tag_class_weights) *prev_tag_weights; + + log_info("Pruning previous tag features, num_prev_tag_features=%zu\n", num_prev_tag_features); + + uint32_t next_prev_tag_feature_id = 0; + + uint64_t *prev_tag_update_counts = self->prev_tag_update_counts->a; + + tag_bigram_t tag_bigram; + uint64_t tag_bigram_key; + + for (feature_id = 0; feature_id < num_prev_tag_features; feature_id++) { + k = kh_get(feature_prev_tag_class_weights, self->prev_tag_weights, feature_id); + if (k == kh_end(self->prev_tag_weights)) { + sparse_matrix_destroy(averaged_state_trans_weights); + free(prev_tag_feature_keys); + log_error("Error in kh_get self->prev_tag_weights\n"); + return NULL; + } + + prev_tag_weights = kh_value(self->prev_tag_weights, k); + + uint64_t update_count = prev_tag_update_counts[feature_id]; + bool keep_feature = update_count >= self->min_updates; + + uint32_t new_feature_id = next_prev_tag_feature_id; + + if (keep_feature) { + kh_foreach(prev_tag_weights, tag_bigram_key, weight, { + tag_bigram.value = tag_bigram_key; + weight.total += (updates - weight.last_updated) * weight.value; + double value = weight.total / updates; + class_id = tag_bigram_class_id(self, tag_bigram); + sparse_matrix_append(averaged_state_trans_weights, class_id, value); + }) + + sparse_matrix_finalize_row(averaged_state_trans_weights); + + next_prev_tag_feature_id++; + } + + if (!keep_feature || new_feature_id != feature_id) { + feature = prev_tag_feature_keys[feature_id]; + k = kh_get(str_uint32, prev_tag_features, feature); + if (k != kh_end(prev_tag_features)) { + if (keep_feature) { + kh_value(prev_tag_features, k) = new_feature_id; + } else { + kh_del(str_uint32, prev_tag_features, k); + } + } else { + log_error("Error in kh_get on prev_tag_features\n"); + crf_averaged_perceptron_trainer_destroy(self); + free(prev_tag_feature_keys); + return NULL; + } + } + + } + + free(prev_tag_feature_keys); + + num_prev_tag_features = kh_size(prev_tag_features); + log_info("After pruning, num_prev_tag_features=%zu\n", num_prev_tag_features); + + + size_t num_classes = self->base_trainer->num_classes; + + double_matrix_t *averaged_trans_weights = double_matrix_new_zeros(num_classes, num_classes); + if (averaged_trans_weights == NULL) { + log_error("Error creating double matrix for transition weights\n"); + return NULL; + } + + double *trans = averaged_trans_weights->values; + + kh_foreach(self->trans_weights, tag_bigram_key, weight, { + tag_bigram.value = tag_bigram_key; + weight.total += (updates - weight.last_updated) * weight.value; + double value = weight.total / updates; + class_id = tag_bigram_class_id(self, tag_bigram); + trans[class_id] = value; + }) + + crf_t *crf = malloc(sizeof(crf_t)); + + crf->num_classes = num_classes; + crf->weights = averaged_weights; + crf->state_trans_weights = averaged_state_trans_weights; + crf->trans_weights = averaged_trans_weights; + crf->classes = self->base_trainer->class_strings; + self->base_trainer->class_strings = NULL; + + trie_t *state_features = trie_new_from_hash(features); + if (state_features == NULL) { + crf_averaged_perceptron_trainer_destroy(self); + log_error("Error creating state_features\n"); + return NULL; + } + + crf->state_features = state_features; + + trie_t *state_trans_features = trie_new_from_hash(prev_tag_features); + if (state_trans_features == NULL) { + crf_averaged_perceptron_trainer_destroy(self); + log_error("Error creating state_trans_features\n"); + return NULL; + } + + crf->state_trans_features = state_trans_features; + + crf->viterbi = uint32_array_new(); + + crf->context = crf_context_new(CRF_CONTEXT_VITERBI | CRF_CONTEXT_MARGINALS, num_classes, CRF_CONTEXT_DEFAULT_NUM_ITEMS); + + crf_averaged_perceptron_trainer_destroy(self); + + return crf; +} diff --git a/src/crf_trainer_averaged_perceptron.h b/src/crf_trainer_averaged_perceptron.h new file mode 100644 index 0000000..a6cd5e6 --- /dev/null +++ b/src/crf_trainer_averaged_perceptron.h @@ -0,0 +1,67 @@ +#ifndef CRF_AVERAGED_PERCEPTRON_TRAINER_H +#define CRF_AVERAGED_PERCEPTRON_TRAINER_H + +#include +#include + +#include "averaged_perceptron_trainer.h" +#include "crf.h" +#include "crf_trainer.h" +#include "collections.h" +#include "string_utils.h" +#include "tokens.h" +#include "trie.h" +#include "trie_utils.h" + +typedef union tag_bigram { + uint64_t value; + struct { + uint32_t prev_class_id:32; + uint32_t class_id:32; + }; +} tag_bigram_t; + +KHASH_MAP_INIT_INT64(prev_tag_class_weights, class_weight_t) + +KHASH_MAP_INIT_INT(feature_prev_tag_class_weights, khash_t(prev_tag_class_weights) *) + +typedef struct crf_averaged_perceptron_trainer { + crf_trainer_t *base_trainer; + uint64_t num_updates; + uint64_t num_errors; + uint32_t iterations; + uint64_t min_updates; + // {feature_id => {class_id => class_weight_t}} + khash_t(feature_class_weights) *weights; + khash_t(feature_prev_tag_class_weights) *prev_tag_weights; + khash_t(prev_tag_class_weights) *trans_weights; + uint64_array *update_counts; + uint64_array *prev_tag_update_counts; + cstring_array *sequence_features; + uint32_array *sequence_features_indptr; + cstring_array *sequence_prev_tag_features; + uint32_array *sequence_prev_tag_features_indptr; + uint32_array *label_ids; + uint32_array *viterbi; +} crf_averaged_perceptron_trainer_t; + +crf_averaged_perceptron_trainer_t *crf_averaged_perceptron_trainer_new(size_t num_classes, size_t min_updates); + +uint32_t crf_averaged_perceptron_trainer_predict(crf_averaged_perceptron_trainer_t *self, cstring_array *features); + +bool crf_averaged_perceptron_trainer_train_example(crf_averaged_perceptron_trainer_t *self, + void *tagger, + void *context, + cstring_array *features, + cstring_array *prev_tag_features, + tagger_feature_function feature_function, + tokenized_string_t *tokenized, + cstring_array *labels + ); + +crf_t *crf_averaged_perceptron_trainer_finalize(crf_averaged_perceptron_trainer_t *self); + +void crf_averaged_perceptron_trainer_destroy(crf_averaged_perceptron_trainer_t *self); + + +#endif diff --git a/src/dedupe.c b/src/dedupe.c new file mode 100644 index 0000000..4084abb --- /dev/null +++ b/src/dedupe.c @@ -0,0 +1,515 @@ +#include "acronyms.h" +#include "address_parser.h" +#include "dedupe.h" +#include "expand.h" +#include "float_utils.h" +#include "jaccard.h" +#include "place.h" +#include "scanner.h" +#include "soft_tfidf.h" +#include "string_similarity.h" +#include "token_types.h" + +bool expansions_intersect(cstring_array *expansions1, cstring_array *expansions2) { + size_t n1 = cstring_array_num_strings(expansions1); + size_t n2 = cstring_array_num_strings(expansions2); + + bool intersect = false; + + for (size_t i = 0; i < n1; i++) { + char *e1 = cstring_array_get_string(expansions1, i); + for (size_t j = 0; j < n2; j++) { + char *e2 = cstring_array_get_string(expansions2, j); + if (string_equals(e1, e2)) { + intersect = true; + break; + } + } + if (intersect) break; + } + return intersect; +} + + +bool address_component_equals_root_option(char *s1, char *s2, libpostal_normalize_options_t options, bool root) { + size_t n1, n2; + cstring_array *expansions1 = NULL; + cstring_array *expansions2 = NULL; + if (!root) { + expansions1 = expand_address(s1, options, &n1); + } else { + expansions1 = expand_address_root(s1, options, &n1); + } + + if (expansions1 == NULL) return false; + + if (!root) { + expansions2 = expand_address(s2, options, &n2); + } else { + expansions2 = expand_address_root(s2, options, &n2); + } + + if (expansions2 == NULL) { + cstring_array_destroy(expansions1); + return false; + } + + bool intersect = expansions_intersect(expansions1, expansions2); + + cstring_array_destroy(expansions1); + cstring_array_destroy(expansions2); + + return intersect; +} + +static inline bool address_component_equals(char *s1, char *s2, libpostal_normalize_options_t options) { + return address_component_equals_root_option(s1, s2, options, false); +} + +static inline bool address_component_equals_root(char *s1, char *s2, libpostal_normalize_options_t options) { + return address_component_equals_root_option(s1, s2, options, true); +} + + +static inline bool address_component_equals_root_fallback(char *s1, char *s2, libpostal_normalize_options_t options) { + return address_component_equals_root(s1, s2, options) || address_component_equals(s1, s2, options); +} + +libpostal_duplicate_status_t is_duplicate(char *value1, char *value2, libpostal_normalize_options_t normalize_options, libpostal_duplicate_options_t options, bool root_comparison_first, libpostal_duplicate_status_t root_comparison_status) { + if (value1 == NULL || value2 == NULL) { + return LIBPOSTAL_NULL_DUPLICATE_STATUS; + } + + normalize_options.num_languages = options.num_languages; + normalize_options.languages = options.languages; + + if (root_comparison_first) { + if (address_component_equals_root(value1, value2, normalize_options)) { + return root_comparison_status; + } else if (address_component_equals(value1, value2, normalize_options)) { + return LIBPOSTAL_EXACT_DUPLICATE; + } + } else { + if (address_component_equals(value1, value2, normalize_options)) { + return LIBPOSTAL_EXACT_DUPLICATE; + } else if (address_component_equals_root(value1, value2, normalize_options)) { + return root_comparison_status; + } + } + return LIBPOSTAL_NON_DUPLICATE; +} + +libpostal_duplicate_status_t is_name_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + libpostal_normalize_options_t normalize_options = libpostal_get_default_options(); + normalize_options.address_components = LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_ANY; + bool root_comparison_first = false; + libpostal_duplicate_status_t root_comparison_status = LIBPOSTAL_POSSIBLE_DUPLICATE_NEEDS_REVIEW; + return is_duplicate(value1, value2, normalize_options, options, root_comparison_first, root_comparison_status); +} + +libpostal_duplicate_status_t is_street_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + libpostal_normalize_options_t normalize_options = libpostal_get_default_options(); + normalize_options.address_components = LIBPOSTAL_ADDRESS_STREET | LIBPOSTAL_ADDRESS_ANY; + bool root_comparison_first = false; + libpostal_duplicate_status_t root_comparison_status = LIBPOSTAL_POSSIBLE_DUPLICATE_NEEDS_REVIEW; + return is_duplicate(value1, value2, normalize_options, options, root_comparison_first, root_comparison_status); +} + +libpostal_duplicate_status_t is_house_number_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + libpostal_normalize_options_t normalize_options = libpostal_get_default_options(); + normalize_options.address_components = LIBPOSTAL_ADDRESS_HOUSE_NUMBER | LIBPOSTAL_ADDRESS_ANY; + bool root_comparison_first = true; + libpostal_duplicate_status_t root_comparison_status = LIBPOSTAL_EXACT_DUPLICATE; + return is_duplicate(value1, value2, normalize_options, options, root_comparison_first, root_comparison_status); +} + +libpostal_duplicate_status_t is_unit_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + libpostal_normalize_options_t normalize_options = libpostal_get_default_options(); + normalize_options.address_components = LIBPOSTAL_ADDRESS_UNIT | LIBPOSTAL_ADDRESS_ANY; + bool root_comparison_first = true; + libpostal_duplicate_status_t root_comparison_status = LIBPOSTAL_EXACT_DUPLICATE; + return is_duplicate(value1, value2, normalize_options, options, root_comparison_first, root_comparison_status); +} + +libpostal_duplicate_status_t is_floor_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + libpostal_normalize_options_t normalize_options = libpostal_get_default_options(); + normalize_options.address_components = LIBPOSTAL_ADDRESS_LEVEL | LIBPOSTAL_ADDRESS_ANY; + bool root_comparison_first = true; + libpostal_duplicate_status_t root_comparison_status = LIBPOSTAL_EXACT_DUPLICATE; + return is_duplicate(value1, value2, normalize_options, options, root_comparison_first, root_comparison_status); +} + +libpostal_duplicate_status_t is_po_box_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + libpostal_normalize_options_t normalize_options = libpostal_get_default_options(); + normalize_options.address_components = LIBPOSTAL_ADDRESS_PO_BOX | LIBPOSTAL_ADDRESS_ANY; + bool root_comparison_first = true; + libpostal_duplicate_status_t root_comparison_status = LIBPOSTAL_EXACT_DUPLICATE; + return is_duplicate(value1, value2, normalize_options, options, root_comparison_first, root_comparison_status); +} + +libpostal_duplicate_status_t is_postal_code_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + libpostal_normalize_options_t normalize_options = libpostal_get_default_options(); + normalize_options.address_components = LIBPOSTAL_ADDRESS_POSTAL_CODE | LIBPOSTAL_ADDRESS_ANY; + bool root_comparison_first = true; + libpostal_duplicate_status_t root_comparison_status = LIBPOSTAL_EXACT_DUPLICATE; + return is_duplicate(value1, value2, normalize_options, options, root_comparison_first, root_comparison_status); +} + +libpostal_duplicate_status_t is_toponym_duplicate(size_t num_components1, char **labels1, char **values1, size_t num_components2, char **labels2, char **values2, libpostal_duplicate_options_t options) { + libpostal_normalize_options_t normalize_options = libpostal_get_default_options(); + normalize_options.address_components = LIBPOSTAL_ADDRESS_TOPONYM | LIBPOSTAL_ADDRESS_ANY; + normalize_options.num_languages = options.num_languages; + normalize_options.languages = options.languages; + + place_t *place1 = place_from_components(num_components1, labels1, values1); + place_t *place2 = place_from_components(num_components2, labels2, values2); + + bool city_match = false; + libpostal_duplicate_status_t dupe_status = LIBPOSTAL_NON_DUPLICATE; + + if (place1->city != NULL && place2->city != NULL) { + city_match = address_component_equals(place1->city, place2->city, normalize_options); + if (city_match) { + dupe_status = LIBPOSTAL_EXACT_DUPLICATE; + } + } + + if (!city_match && place1->city == NULL && place1->city_district != NULL && place2->city != NULL) { + city_match = address_component_equals(place1->city_district, place2->city, normalize_options); + if (city_match) { + dupe_status = LIBPOSTAL_LIKELY_DUPLICATE; + } + } + + if (!city_match && place1->city == NULL && place1->suburb != NULL && place2->city != NULL) { + city_match = address_component_equals(place1->suburb, place2->city, normalize_options); + if (city_match) { + dupe_status = LIBPOSTAL_POSSIBLE_DUPLICATE_NEEDS_REVIEW; + } + } + + if (!city_match && place2->city == NULL && place2->city_district != NULL && place1->city != NULL) { + city_match = address_component_equals(place1->city, place2->city_district, normalize_options); + if (city_match) { + dupe_status = LIBPOSTAL_LIKELY_DUPLICATE; + } + } + + if (!city_match && place2->city == NULL && place2->suburb != NULL && place1->city != NULL) { + city_match = address_component_equals(place1->suburb, place2->suburb, normalize_options); + if (city_match) { + dupe_status = LIBPOSTAL_POSSIBLE_DUPLICATE_NEEDS_REVIEW; + } + } + + if (!city_match) { + goto exit_destroy_places; + } + + if (city_match && place1->state_district != NULL && place2->state_district != NULL && !address_component_equals_root(place1->state_district, place2->state_district, normalize_options)) { + dupe_status = LIBPOSTAL_NON_DUPLICATE; + goto exit_destroy_places; + } + + if (city_match && place1->state != NULL && place2->state != NULL && !address_component_equals(place1->state, place2->state, normalize_options)) { + dupe_status = LIBPOSTAL_NON_DUPLICATE; + goto exit_destroy_places; + } + + if (city_match && place1->country != NULL && place2->country != NULL && !address_component_equals(place1->country, place2->country, normalize_options)) { + dupe_status = LIBPOSTAL_NON_DUPLICATE; + goto exit_destroy_places; + } + +exit_destroy_places: + place_destroy(place1); + place_destroy(place2); + return dupe_status; + +} + +static khash_t(int_set) *single_letters_set(size_t num_tokens, char **tokens) { + khash_t(int_set) *letters = NULL; + for (size_t i = 0; i < num_tokens; i++) { + char *token = tokens[i]; + size_t len = strlen(token); + + uint8_t *ptr = (uint8_t *)token; + int32_t ch; + ssize_t char_len; + char_len = utf8proc_iterate(ptr, len, &ch); + if (char_len == len && utf8_is_letter(utf8proc_category(ch))) { + if (letters == NULL) { + letters = kh_init(int_set); + } + int ret = 0; + kh_put(int_set, letters, ch, &ret); + if (ret < 0) { + kh_destroy(int_set, letters); + return NULL; + } + } + } + return letters; +} + + +static bool have_symmetric_difference_in_single_letters(size_t num_tokens1, char **tokens1, size_t num_tokens2, char **tokens2) { + khash_t(int_set) *letters1 = single_letters_set(num_tokens1, tokens1); + khash_t(int_set) *letters2 = single_letters_set(num_tokens2, tokens2); + + bool disjoint = false; + if (letters1 != NULL && letters2 != NULL) { + int32_t ch; + size_t num_missing1 = 0; + khiter_t k; + kh_foreach_key(letters1, ch, { + k = kh_get(int_set, letters2, ch); + if (k == kh_end(letters2)) { + num_missing1++; + } + }); + + size_t num_missing2 = 0; + kh_foreach_key(letters2, ch, { + k = kh_get(int_set, letters1, ch); + if (k == kh_end(letters1)) { + num_missing2++; + } + }); + + disjoint = num_missing1 > 0 && num_missing2 > 0; + } + + if (letters1 != NULL) { + kh_destroy(int_set, letters1); + } + + if (letters2 != NULL) { + kh_destroy(int_set, letters2); + } + + return disjoint; +} + +char *joined_string_and_tokens_from_strings(char **strings, size_t num_strings, token_array *tokens) { + if (tokens == NULL || strings == NULL || num_strings == 0) return NULL; + token_array_clear(tokens); + + size_t full_len = 0; + for (size_t i = 0; i < num_strings; i++) { + full_len += strlen(strings[i]); + if (i < num_strings - 1) full_len++; + } + + char_array *a = char_array_new_size(full_len); + for (size_t i = 0; i < num_strings; i++) { + char *str = strings[i]; + size_t len = strlen(str); + size_t offset = a->n; + char_array_append(a, str); + + scanner_t scanner = scanner_from_string(str, len); + uint16_t token_type = scan_token(&scanner); + + token_t token = (token_t){offset, len, token_type}; + token_array_push(tokens, token); + if (i < num_strings - 1 && !is_ideographic(token.type)) { + char_array_append(a, " "); + } + } + + char_array_terminate(a); + return char_array_to_string(a); +} + +bool have_ideographic_word_tokens(token_array *token_array) { + if (token_array == NULL) return false; + + size_t n = token_array->n; + token_t *tokens = token_array->a; + for (size_t i = 0; i < n; i++) { + token_t token = tokens[i]; + if (is_ideographic(token.type) && is_word_token(token.type)) { + return true; + } + } + return false; +} + +libpostal_fuzzy_duplicate_status_t is_fuzzy_duplicate(size_t num_tokens1, char **tokens1, double *token_scores1, size_t num_tokens2, char **tokens2, double *token_scores2, libpostal_fuzzy_duplicate_options_t options, libpostal_normalize_options_t normalize_options, soft_tfidf_options_t soft_tfidf_options, bool do_acronyms, libpostal_duplicate_status_t subset_dupe_status) { + normalize_options.num_languages = options.num_languages; + normalize_options.languages = options.languages; + + normalize_options.address_components |= LIBPOSTAL_ADDRESS_ANY; + + double max_sim = 0.0; + + // Default is non-duplicate; + libpostal_duplicate_status_t dupe_status = LIBPOSTAL_NON_DUPLICATE; + + token_array *token_array1 = token_array_new_size(num_tokens1); + char *joined1 = joined_string_and_tokens_from_strings(tokens1, num_tokens1, token_array1); + + token_array *token_array2 = token_array_new_size(num_tokens2); + char *joined2 = joined_string_and_tokens_from_strings(tokens2, num_tokens2, token_array2); + + size_t num_languages = options.num_languages; + char **languages = options.languages; + + phrase_array *acronym_alignments = NULL; + phrase_array *multi_word_alignments = NULL; + + phrase_array *phrases1 = NULL; + phrase_array *phrases2 = NULL; + + bool is_ideographic = have_ideographic_word_tokens(token_array1) && have_ideographic_word_tokens(token_array2); + + uint32_array *ordinal_suffixes1 = uint32_array_new_size(num_tokens1); + uint32_array *ordinal_suffixes2 = uint32_array_new_size(num_tokens2); + + size_t min_len = num_tokens1 < num_tokens2 ? num_tokens1 : num_tokens2; + size_t num_matches = 0; + + if (!is_ideographic) { + if (do_acronyms) { + acronym_alignments = acronym_token_alignments(joined1, token_array1, joined2, token_array2, num_languages, languages); + } + multi_word_alignments = multi_word_token_alignments(joined1, token_array1, joined2, token_array2); + + if (num_languages > 0) { + phrases1 = phrase_array_new(); + phrases2 = phrase_array_new(); + + for (size_t i = 0; i < num_languages; i++) { + char *lang = languages[i]; + phrase_array_clear(phrases1); + phrase_array_clear(phrases2); + + search_address_dictionaries_tokens_with_phrases(joined1, token_array1, lang, &phrases1); + search_address_dictionaries_tokens_with_phrases(joined2, token_array2, lang, &phrases2); + + uint32_array_clear(ordinal_suffixes1); + uint32_array_clear(ordinal_suffixes2); + + add_ordinal_suffix_lengths(ordinal_suffixes1, joined1, token_array1, lang); + add_ordinal_suffix_lengths(ordinal_suffixes2, joined2, token_array2, lang); + + size_t matches_i = 0; + + double sim = soft_tfidf_similarity_with_phrases_and_acronyms(num_tokens1, tokens1, token_scores1, phrases1, ordinal_suffixes1, num_tokens2, tokens2, token_scores2, phrases2, ordinal_suffixes2, acronym_alignments, multi_word_alignments, soft_tfidf_options, &matches_i); + if (sim > max_sim) { + max_sim = sim; + } + + if (matches_i > num_matches) { + num_matches = matches_i; + } + } + } else if (do_acronyms || multi_word_alignments != NULL) { + max_sim = soft_tfidf_similarity_with_phrases_and_acronyms(num_tokens1, tokens1, token_scores1, phrases1, NULL, num_tokens2, tokens2, token_scores2, phrases2, NULL, acronym_alignments, multi_word_alignments, soft_tfidf_options, &num_matches); + } else { + max_sim = soft_tfidf_similarity(num_tokens1, tokens1, token_scores1, num_tokens2, tokens2, token_scores2, soft_tfidf_options, &num_matches); + } + + if (num_matches == min_len) { + dupe_status = subset_dupe_status; + } + } else { + max_sim = jaccard_similarity_string_arrays(num_tokens1, tokens1, num_tokens2, tokens2); + if (string_equals(joined1, joined2)) { + dupe_status = LIBPOSTAL_EXACT_DUPLICATE; + } else if (address_component_equals_root(joined1, joined2, normalize_options)) { + dupe_status = LIBPOSTAL_LIKELY_DUPLICATE; + } + } + + if (dupe_status == LIBPOSTAL_NON_DUPLICATE) { + if (max_sim > options.likely_dupe_threshold || double_equals(max_sim, options.likely_dupe_threshold)) { + dupe_status = LIBPOSTAL_LIKELY_DUPLICATE; + + // Make sure we're not calling "A & B Jewelry" a duplicate of "B & C Jewelry" + // simply because single letters tend to be low-information. In this case, demote + // the document to needs review as a precaution + if (have_symmetric_difference_in_single_letters(num_tokens1, tokens1, num_tokens2, tokens2)) { + dupe_status = LIBPOSTAL_POSSIBLE_DUPLICATE_NEEDS_REVIEW; + } + } else if (max_sim > options.needs_review_threshold || double_equals(max_sim, options.needs_review_threshold)) { + dupe_status = LIBPOSTAL_POSSIBLE_DUPLICATE_NEEDS_REVIEW; + } + + } + + if (phrases1 != NULL) { + phrase_array_destroy(phrases1); + } + + if (phrases2 != NULL) { + phrase_array_destroy(phrases2); + } + + if (ordinal_suffixes1 != NULL) { + uint32_array_destroy(ordinal_suffixes1); + } + + if (ordinal_suffixes2 != NULL) { + uint32_array_destroy(ordinal_suffixes2); + } + + if (acronym_alignments != NULL) { + phrase_array_destroy(acronym_alignments); + } + + if (multi_word_alignments != NULL) { + phrase_array_destroy(multi_word_alignments); + } + + if (token_array1 != NULL) { + token_array_destroy(token_array1); + } + + if (joined1 != NULL) { + free(joined1); + } + + if (token_array2 != NULL) { + token_array_destroy(token_array2); + } + + if (joined2 != NULL) { + free(joined2); + } + + return (libpostal_fuzzy_duplicate_status_t){dupe_status, max_sim}; +} + +inline libpostal_fuzzy_duplicate_status_t is_name_duplicate_fuzzy(size_t num_tokens1, char **tokens1, double *token_scores1, size_t num_tokens2, char **tokens2, double *token_scores2, libpostal_fuzzy_duplicate_options_t options) { + libpostal_normalize_options_t normalize_options = libpostal_get_default_options(); + normalize_options.address_components = LIBPOSTAL_ADDRESS_NAME; + + bool do_acronyms = true; + + soft_tfidf_options_t soft_tfidf_options = soft_tfidf_default_options(); + + libpostal_duplicate_status_t subset_dupe_status = LIBPOSTAL_NON_DUPLICATE; + + return is_fuzzy_duplicate(num_tokens1, tokens1, token_scores1, num_tokens2, tokens2, token_scores2, options, normalize_options, soft_tfidf_options, do_acronyms, subset_dupe_status); +} + + +inline libpostal_fuzzy_duplicate_status_t is_street_duplicate_fuzzy(size_t num_tokens1, char **tokens1, double *token_scores1, size_t num_tokens2, char **tokens2, double *token_scores2, libpostal_fuzzy_duplicate_options_t options) { + libpostal_normalize_options_t normalize_options = libpostal_get_default_options(); + normalize_options.address_components = LIBPOSTAL_ADDRESS_STREET; + + // General purpose acronyms didn't make as much sense in the street name context + // things like County Road = CR should be handled by the address dictionaries + bool do_acronyms = false; + + soft_tfidf_options_t soft_tfidf_options = soft_tfidf_default_options(); + soft_tfidf_options.possible_affine_gap_abbreviations = false; + + libpostal_duplicate_status_t subset_dupe_status = LIBPOSTAL_LIKELY_DUPLICATE; + + return is_fuzzy_duplicate(num_tokens1, tokens1, token_scores1, num_tokens2, tokens2, token_scores2, options, normalize_options, soft_tfidf_options, do_acronyms, subset_dupe_status); +} + diff --git a/src/dedupe.h b/src/dedupe.h new file mode 100644 index 0000000..5c40fb8 --- /dev/null +++ b/src/dedupe.h @@ -0,0 +1,23 @@ +#ifndef DEDUPE_H +#define DEDUPE_H + +#include +#include + +#include "libpostal.h" +#include "string_utils.h" + +libpostal_duplicate_status_t is_name_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +libpostal_duplicate_status_t is_street_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +libpostal_duplicate_status_t is_house_number_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +libpostal_duplicate_status_t is_po_box_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +libpostal_duplicate_status_t is_unit_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +libpostal_duplicate_status_t is_floor_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +libpostal_duplicate_status_t is_postal_code_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +libpostal_duplicate_status_t is_toponym_duplicate(size_t num_components1, char **labels1, char **values1, size_t num_components2, char **labels2, char **values2, libpostal_duplicate_options_t options); + +libpostal_fuzzy_duplicate_status_t is_name_duplicate_fuzzy(size_t num_tokens1, char **tokens1, double *token_scores1, size_t num_tokens2, char **tokens2, double *token_scores2, libpostal_fuzzy_duplicate_options_t options); +libpostal_fuzzy_duplicate_status_t is_street_duplicate_fuzzy(size_t num_tokens1, char **tokens1, double *token_scores1, size_t num_tokens2, char **tokens2, double *token_scores2, libpostal_fuzzy_duplicate_options_t options); + + +#endif \ No newline at end of file diff --git a/src/double_metaphone.c b/src/double_metaphone.c new file mode 100644 index 0000000..54f03fa --- /dev/null +++ b/src/double_metaphone.c @@ -0,0 +1,981 @@ +#include +#include +#include + +#include "double_metaphone.h" +#include "string_utils.h" +#include "utf8proc/utf8proc.h" + +static bool is_vowel(char c) { + return (c == 'A' || c == 'E' || c == 'I' || c == 'O' || c == 'U' || c == 'Y'); +} + +static char get_char_at(char *str, size_t len, ssize_t idx) { + if (idx < 0 || idx >= len) return 0; + return str[idx]; +} + +static char *get_string_at(char *str, size_t len, ssize_t idx) { + if (idx < 0 || idx >= len) return NULL; + return str + idx; +} + +static inline bool is_slavo_germanic(char *s) { + return strstr(s, "W") + || strstr(s, "K") + || strstr(s, "CZ") + || strstr(s, "WITZ"); +} + +static inline bool substring_equals(char *str, size_t len, ssize_t index, size_t substr_len, ...) { + char *string_at_index = get_string_at(str, len, index); + if (string_at_index == NULL) return false; + + va_list args; + va_start(args, substr_len); + + bool matched = false; + + while (true) { + char *sub = va_arg(args, char *); + if (sub == NULL) break; + + if (utf8_compare_len(string_at_index, sub, substr_len) == 0) { + matched = true; + break; + } + } + + va_end(args); + + return matched; + +} + +double_metaphone_codes_t *double_metaphone(char *input) { + if (input == NULL) return NULL; + + char *ptr = utf8_upper(input); + + /* Note: NFD normalization will help with simple decomposable accent characters + like "É", "Ü", etc. which effectively become "E\u0301" and "U\u0308". It does + not handle characters like "Ł". For these, use Latin-ASCII transliteration + prior to calling this function. + + We can still check for a specific accented character like C with cedilla (Ç), + by comparing with its decomposed form i.e. "C\xcc\xa7" + */ + + char *normalized = (char *)utf8proc_NFD((utf8proc_uint8_t *)ptr); + + if (normalized != NULL) { + free(ptr); + ptr = normalized; + } + + if (ptr == NULL) { + return NULL; + } + + char *str = ptr; + + size_t len = strlen(str); + char_array *primary = char_array_new_size(len + 1); + char_array *secondary = char_array_new_size(len + 1); + + bool slavo_germanic = is_slavo_germanic(str); + + size_t current = 0; + size_t last = len - 1; + + if (substring_equals(str, len, current, 2, "ʻ", NULL)) { + str += 2; + } else if (get_char_at(str, len, current) == '\'') { + str++; + } + + if (substring_equals(str, len, current, 2, "GN", "KN", "PN", "WR", "PS", NULL)) { + current++; + } else if (get_char_at(str, len, current) == 'X') { + char_array_append(primary, "S"); + char_array_append(secondary, "S"); + current++; + } + + while (true) { + char c = *(str + current); + if (c == '\x00') break; + + if (current == 0 && is_vowel(c)) { + char_array_append(primary, "A"); + char_array_append(secondary, "A"); + current++; + continue; + } else if (c == 'B') { + /* "-mb", e.g", "dumb", already skipped over... */ + char_array_append(primary, "P"); + char_array_append(secondary, "P"); + + if (get_char_at(str, len, current + 1) == 'B') { + current += 2; + } else { + current++; + } + continue; + // Ç - C with cedilla (denormalized) + } else if (substring_equals(str, len, current, 3, "C\xcc\xa7", NULL)) { + char_array_append(primary, "S"); + char_array_append(secondary, "S"); + current += 2; + } else if (c == 'C') { + // various germanic + if ((current > 1) + && !is_vowel(get_char_at(str, len, current - 2)) + && (substring_equals(str, len, current - 1, 3, "ACH", NULL) + && !substring_equals(str, len, current + 2, 1, "O", "A", "U", NULL)) + && ((get_char_at(str, len, current + 2) != 'I') + && ((get_char_at(str, len, current + 2) != 'E') + || substring_equals(str, len, current - 2, 6, "BACHER", "MACHER", NULL)) + ) + ) + { + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + current += 2; + continue; + } + + // special case for "caesar" + if ((current == 0) + && substring_equals(str, len, current, 6, "CAESAR", NULL)) + { + char_array_append(primary, "S"); + char_array_append(secondary, "K"); + current += 2; + continue; + } + + // Italian e.g. "chianti" + if (substring_equals(str, len, current, 4, "CHIA", NULL)) { + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + current += 2; + continue; + } + + if (substring_equals(str, len, current, 2, "CH", NULL)) { + // "michael" + if ((current > 0) + && substring_equals(str, len, current, 4, "CHAE", NULL)) + { + char_array_append(primary, "K"); + char_array_append(secondary, "X"); + current += 2; + continue; + } + + // Greek roots e.g. "chemistry", "chorus" + if ((current == 0) + && (substring_equals(str, len, current + 1, 5, "HARAC", "HARIS", "HOREO", NULL) + || substring_equals(str, len, current + 1, 4, "HIRO", "HAOS", "HAOT", NULL) + || (substring_equals(str, len, current + 1, 3, "HOR", "HYM", "HIA", "HEM", "HIM", NULL) && !substring_equals(str, len, current + 1, 5, "HEMIN", NULL))) + ) + { + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + current += 2; + continue; + } + + // Germanic, Greek, or otherwise "ch" for "kh" sound + if ( + (substring_equals(str, len, 0, 4, "VAN ", "VON ", NULL) + || substring_equals(str, len, current - 5, 5, " VAN ", " VON ", NULL) + || substring_equals(str, len, 0, 3, "SCH", NULL)) + // "ochestra", "orchid", "architect" but not "arch" + || substring_equals(str, len, current - 2, 6, "ORCHES", "ARCHIT", "ORCHID", NULL) + || substring_equals(str, len, current + 2, 1, "T", "S", NULL) + || ( + (((current == 0) || substring_equals(str, len, current - 1, 1, "A", "O", "U", "E", NULL)) + // e.g. not "breach", "broach", "pouch", "beech", etc. + && !substring_equals(str, len, current - 2, 2, "EA", "OU", "EE", "OA", "OO", "AU", NULL) + // e.g. not "lunch", "birch", "gulch" + && !substring_equals(str, len, current - 1, 1, "L", "R", "N", NULL)) + // e.g. "wachtler", "wechsler", but not "tichner" + && ((current + 1 == last) || substring_equals(str, len, current + 2, 1, "L", "R", "N", "M", "B", "H", "F", "V", "W", " ", NULL)) + ) + ) + { + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + } else { + if (current > 0) { + if (substring_equals(str, len, 0, 2, "MC", NULL)) { + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + } else { + char_array_append(primary, "X"); + char_array_append(secondary, "K"); + } + } else { + char_array_append(primary, "X"); + char_array_append(secondary, "X"); + } + } + current += 2; + continue; + } + + // e.g, "czerny" + if (substring_equals(str, len, current, 2, "CZ", NULL) + && !substring_equals(str, len, current - 2, 4, "WICZ", NULL)) + { + char_array_append(primary, "S"); + char_array_append(secondary, "X"); + current += 2; + continue; + } + + // double 'C' but not if e.g. "McClellan" + if (substring_equals(str, len, current, 2, "CC", NULL) + && !((current == 1) && get_char_at(str, len, 0) == 'M')) + { + // "bellocchio" but not "bacchus" + if (substring_equals(str, len, current + 2, 1, "I", "E", "H", NULL) + && !substring_equals(str, len, current + 2, 3, "HUS", "HUM", "HUN", "HAN", NULL)) + { + // "accident", "accede", "succeed" + if (((current == 1) + && (get_char_at(str, len, current - 1) == 'A')) + || substring_equals(str, len, current - 1, 5, "UCCEE", "UCCES", NULL)) + { + char_array_append(primary, "KS"); + char_array_append(secondary, "KS"); + // "pinocchio" but not "riccio" or "picchu" + } else if (get_char_at(str, len, current + 2) == 'H' + && !substring_equals(str, len, current + 2, 2, "HU", "HA", NULL)) { + char_array_append(primary, "K"); + char_array_append(secondary, "X"); + } else { + char_array_append(primary, "X"); + char_array_append(secondary, "X"); + } + current += 3; + continue; + } else { + // Pierce's rule + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + current += 2; + continue; + } + } + + if (substring_equals(str, len, current, 2, "CK", "CG", "CQ", NULL)) { + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + current += 2; + continue; + } + + if (substring_equals(str, len, current, 2, "CI", "CJ", "CE", "CY", NULL)) { + if (substring_equals(str, len, current, 3, "CIO", "CIE", "CIA", "CIU", NULL)) { + char_array_append(primary, "S"); + char_array_append(secondary, "X"); + } else { + char_array_append(primary, "S"); + char_array_append(secondary, "S"); + } + current += 2; + continue; + } + + // else + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + + if (substring_equals(str, len, current + 1, 2, " C", " Q", " G", NULL)) { + current += 3; + } else if (substring_equals(str, len, current + 1, 1, "C", "K", "Q", NULL) + && !substring_equals(str, len, current + 1, 2, "CE", "CI", NULL)) + { + current += 2; + } else { + current++; + } + + continue; + } else if (c == 'D') { + if (substring_equals(str, len, current, 2, "DG", NULL)) { + if (substring_equals(str, len, current + 2, 1, "I", "E", "Y", NULL)) { + // e.g. "edge" + char_array_append(primary, "J"); + char_array_append(secondary, "J"); + current += 3; + continue; + } else { + char_array_append(primary, "TK"); + char_array_append(secondary, "TK"); + current += 2; + continue; + } + } + + if (substring_equals(str, len, current, 2, "DT", "DD", NULL)) { + char_array_append(primary, "T"); + char_array_append(secondary, "T"); + current += 2; + continue; + } + + // else + char_array_append(primary, "T"); + char_array_append(secondary, "T"); + current++; + continue; + } else if (c == 'F') { + if (get_char_at(str, len, current + 1) == 'F') { + current += 2; + } else { + current++; + } + + char_array_append(primary, "F"); + char_array_append(secondary, "F"); + continue; + } else if (c == 'G') { + if (get_char_at(str, len, current + 1) == 'H') { + if ((current > 0) && !is_vowel(get_char_at(str, len, current - 1))) { + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + current += 2; + continue; + } + + if (current == 0) { + // "ghislane", "ghiradelli" + if (get_char_at(str, len, current + 2) == 'I') { + char_array_append(primary, "J"); + char_array_append(secondary, "J"); + } else { + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + } + current += 2; + continue; + } + + // Parker's rule (with some further refinements) - e.g. "hugh" + if ( + ((current > 1) + && substring_equals(str, len, current - 2, 1, "B", "H", "D", NULL)) + // e.g. "bough" + || ((current > 2) + && substring_equals(str, len, current - 3, 1, "B", "H", "D", NULL)) + // e.g. "broughton" + || ((current > 3) + && substring_equals(str, len, current - 4, 1, "B", "H", NULL)) + ) + { + current += 2; + continue; + } else { + // e.g. "laugh", "McLaughlin", "cough", "gough", "rough", "tough" + if ((current > 2) + && (get_char_at(str, len, current - 1) == 'U') + && substring_equals(str, len, current - 3, 1, "C", "G", "L", "R", "T", NULL)) + { + char_array_append(primary, "F"); + char_array_append(secondary, "F"); + } else if ((current > 0) + && get_char_at(str, len, current - 1) != 'I') + { + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + } + current += 2; + continue; + } + + } + + if (get_char_at(str, len, current + 1) == 'N') { + if ((current == 1) && is_vowel(get_char_at(str, len, 0)) + && !slavo_germanic) + { + char_array_append(primary, "KN"); + char_array_append(secondary, "N"); + // not e.g. "cagney" + } else if (!substring_equals(str, len, current + 2, 2, "EY", NULL) + && (get_char_at(str, len, current + 1) != 'Y') + && !slavo_germanic) + { + char_array_append(primary, "N"); + char_array_append(secondary, "KN"); + } else { + char_array_append(primary, "KN"); + char_array_append(secondary, "KN"); + } + current += 2; + continue; + } + + // "tagliaro" + if (substring_equals(str, len, current + 1, 2, "LI", NULL) + && !slavo_germanic) + { + char_array_append(primary, "KL"); + char_array_append(secondary, "L"); + current += 2; + continue; + } + + // -ges-, -gep-, -gel-, -gie- at beginning + if ((current == 0) + && ((get_char_at(str, len, current + 1) == 'Y') + || substring_equals(str, len, current + 1, 2, "ES", "EP", + "EB", "EL", "EY", "IB", "IL", "IN", "IE", + "EI", "ER", NULL))) + { + char_array_append(primary, "K"); + char_array_append(secondary, "J"); + current += 2; + continue; + } + + // -ger-, -gy- + if ( + (substring_equals(str, len, current + 1, 2, "ER", NULL) + || (get_char_at(str, len, current + 1) == 'Y')) + && !substring_equals(str, len, 0, 6, "DANGER", "RANGER", "MANGER", NULL) + && !substring_equals(str, len, current - 1, 1, "E", "I", NULL) + && !substring_equals(str, len, current - 1, 3, "RGY", "OGY", NULL) + ) + { + char_array_append(primary, "K"); + char_array_append(secondary, "J"); + current += 2; + continue; + } + + // italian e.g. "viaggi" + if (substring_equals(str, len, current + 1, 1, "E", "I", "Y", NULL) + || substring_equals(str, len, current - 1, 4, "AGGI", "OGGI", NULL)) + { + // obvious germanic + if ( + (substring_equals(str, len, 0, 4, "VAN ", "VON ", NULL) + || substring_equals(str, len, current - 5, 5, " VAN ", " VON ", NULL) + || substring_equals(str, len, 0, 3, "SCH", NULL)) + || substring_equals(str, len, current + 1, 2, "ET", NULL)) + { + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + + } else { + if (substring_equals(str, len, current + 1, 4, "IER ", NULL) + || ((current == len - 3) && substring_equals(str, len, current + 1, 3, "IER", NULL))) + { + char_array_append(primary, "J"); + char_array_append(secondary, "J"); + } else { + char_array_append(primary, "J"); + char_array_append(secondary, "K"); + } + } + current += 2; + continue; + } + + if (get_char_at(str, len, current + 1) == 'G') { + current += 2; + } else { + current++; + } + + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + continue; + } else if (c == 'H') { + // only keep if first & before vowel or between 2 vowels + if (((current == 0) || is_vowel(get_char_at(str, len, current - 1))) + && is_vowel(get_char_at(str, len, current + 1))) + { + char_array_append(primary, "H"); + char_array_append(secondary, "H"); + current += 2; + // also takes care of "HH" + } else { + current++; + } + continue; + } else if (c == 'J') { + // obvious Spanish, "Jose", "San Jacinto" + if (substring_equals(str, len, current, 4, "JOSE", NULL) + || substring_equals(str, len, current, 5, "JOSÉ", NULL) + || substring_equals(str, len, 0, 4, "SAN ", NULL)) + { + if (((current == 0) + && (get_char_at(str, len, current + 4) == ' ')) + || substring_equals(str, len, 0, 4, "SAN ", NULL)) + { + char_array_append(primary, "H"); + char_array_append(secondary, "H"); + } else { + char_array_append(primary, "J"); + char_array_append(secondary, "H"); + } + + current++; + continue; + } + + if ((current == 0) + && !substring_equals(str, len, current, 4, "JOSE", NULL) + && !substring_equals(str, len, current, 5, "JOSÉ", NULL)) + { + // Yankelovich/Jankelowicz + char_array_append(primary, "J"); + char_array_append(secondary, "A"); + current++; + continue; + } else { + // Spanish pronoun of e.g. "bajador" + if (is_vowel(get_char_at(str, len, current - 1)) + && !slavo_germanic + && ((get_char_at(str, len, current + 1) == 'A') + || (get_char_at(str, len, current + 1) == 'O'))) + { + char_array_append(primary, "J"); + char_array_append(secondary, "H"); + } else { + if (current == last || ((current == last - 1 || get_char_at(str, len, current + 2) == ' ') && isalpha(get_char_at(str, len, current - 1)) && substring_equals(str, len, current + 1, 1, "A", "O", NULL))) { + char_array_append(primary, "J"); + } else { + if (!substring_equals(str, len, current + 1, 1, "L", "T", + "K", "S", "N", "M", "B", "Z", NULL) + && !substring_equals(str, len, current - 1, 1, "S", "K", "L", NULL)) + { + char_array_append(primary, "J"); + char_array_append(secondary, "J"); + } + } + } + + // it could happen! + if (get_char_at(str, len, current + 1) == 'J') { + current += 2; + } else { + current++; + } + continue; + } + } else if (c == 'K') { + if (get_char_at(str, len, current + 1) == 'K') { + current += 2; + } else { + current++; + } + + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + continue; + } else if (c == 'L') { + if (get_char_at(str, len, current + 1) == 'L') { + // Spanish e.g. "Cabrillo", "Gallegos" + if (((current == (len - 3)) + && substring_equals(str, len, current - 1, 4, "ILLO", "ILLA", "ALLE", NULL)) + || ((substring_equals(str, len, last - 1, 2, "AS", "OS", NULL) + || substring_equals(str, len, last, 1, "A", "O", NULL)) + && substring_equals(str, len, current - 1, 4, "ALLE", NULL) + ) + ) + { + char_array_append(primary, "L"); + current += 2; + continue; + } + + current += 2; + } else { + current++; + } + char_array_append(primary, "L"); + char_array_append(secondary, "L"); + continue; + } else if (c == 'M') { + if ((substring_equals(str, len, current - 1, 3, "UMB", NULL) + && (((current + 1) == last) + || substring_equals(str, len, current + 2, 2, "ER", NULL))) + || (get_char_at(str, len, current + 1) == 'M')) + { + current += 2; + } else { + current++; + } + char_array_append(primary, "M"); + char_array_append(secondary, "M"); + continue; + // Ñ (NFD normalized) + } else if (substring_equals(str, len, current, 3, "N\xcc\x83", NULL)) { + current += 3; + char_array_append(primary, "N"); + char_array_append(secondary, "N"); + continue; + } else if (c == 'N') { + if (get_char_at(str, len, current + 1) == 'N') { + current += 2; + } else { + current++; + } + + char_array_append(primary, "N"); + char_array_append(secondary, "N"); + continue; + } else if (c == 'P') { + if (substring_equals(str, len, current + 1, 1, "H", "F", NULL)) { + char_array_append(primary, "F"); + char_array_append(secondary, "F"); + current += 2; + continue; + } + + // also account for "Campbell", "raspberry" + if (substring_equals(str, len, current + 1, 1, "P", "B", NULL)) { + current += 2; + } else { + current++; + } + + char_array_append(primary, "P"); + char_array_append(secondary, "P"); + continue; + } else if (c == 'Q') { + if (get_char_at(str, len, current + 1) == 'Q') { + current += 2; + } else { + current += 1; + } + + char_array_append(primary, "K"); + char_array_append(secondary, "K"); + continue; + } else if (c == 'R') { + // french e.g. "rogier", but exclude "hochmeier" + if ((current == last) + && !slavo_germanic + && substring_equals(str, len, current - 2, 2, "IE", NULL) + && !substring_equals(str, len, current - 4, 2, "ME", "MA", NULL)) + { + char_array_append(secondary, "R"); + } else { + char_array_append(primary, "R"); + char_array_append(secondary, "R"); + } + + if (get_char_at(str, len, current + 1) == 'R') { + current += 2; + } else { + current++; + } + continue; + } else if (c == 'S') { + // special cases "island", "isle", "carlisle", "carlysle" + if (substring_equals(str, len, current - 1, 3, "ISL", "YSL", NULL)) { + current++; + continue; + } + + // special case "sugar-" + if ((current == 0) + && substring_equals(str, len, current, 5, "SUGAR", NULL)) + { + char_array_append(primary, "X"); + char_array_append(secondary, "S"); + current++; + continue; + } + + if (substring_equals(str, len, current, 2, "SH", NULL)) { + // Germanic + if (substring_equals(str, len, current + 1, 4, "HEIM", "HOEK", "HOLM", "HOLZ", NULL)) { + char_array_append(primary, "S"); + char_array_append(secondary, "S"); + } else { + char_array_append(primary, "X"); + char_array_append(secondary, "X"); + } + current += 2; + continue; + } + + // Italian & Armenian + if (substring_equals(str, len, current, 3, "SIO", "SIA", NULL) + || substring_equals(str, len, current, 4, "SIAN", NULL)) + { + if (!slavo_germanic) { + char_array_append(primary, "S"); + char_array_append(secondary, "X"); + } else { + char_array_append(primary, "S"); + char_array_append(secondary, "S"); + } + current += 3; + continue; + } + + /* German & Anglicisations, e.g. "Smith" match "Schmidt", "Snider" match "Schneider" + also, -sz- in Slavic language although in Hungarian it is pronounced 's' */ + if (((current == 0) + && substring_equals(str, len, current + 1, 1, "M", "N", "L", "W", NULL)) + || substring_equals(str, len, current + 1, 1, "Z", NULL)) + { + char_array_append(primary, "S"); + char_array_append(secondary, "X"); + if (substring_equals(str, len, current + 1, 1, "Z", NULL)) { + current += 2; + } else { + current++; + } + continue; + } + + + if (substring_equals(str, len, current, 2, "SC", NULL)) { + // Schlesinger's rule + if (get_char_at(str, len, current + 2) == 'H') { + // Dutch origin e.g. "school", "schooner" + if (substring_equals(str, len, current + 3, 2, "OO", "ER", "EN", + "UY", "ED", "EM", NULL)) + { + // "Schermerhorn", "Schenker" + if (substring_equals(str, len, current + 3, 2, "ER", "EN", NULL)) { + char_array_append(primary, "X"); + char_array_append(secondary, "SK"); + } else { + char_array_append(primary, "SK"); + char_array_append(secondary, "SK"); + } + current += 3; + continue; + } else { + if ((current == 0) && !is_vowel(get_char_at(str, len, 3)) + && (get_char_at(str, len, 3) != 'W')) + { + char_array_append(primary, "X"); + char_array_append(secondary, "S"); + } else { + char_array_append(primary, "X"); + char_array_append(secondary, "X"); + } + current += 3; + continue; + } + + if (substring_equals(str, len, current + 2, 1, "I", "E", "Y", NULL)) { + char_array_append(primary, "S"); + char_array_append(secondary, "S"); + current += 3; + continue; + } + + char_array_append(primary, "SK"); + char_array_append(secondary, "SK"); + current += 3; + continue; + } + } + + // French e.g. "resnais", "artois" + if ((current == last) + && substring_equals(str, len, current - 2, 2, "AI", "OI", NULL)) + { + char_array_append(secondary, "S"); + } else { + char_array_append(primary, "S"); + char_array_append(secondary, "S"); + } + + if (substring_equals(str, len, current + 1, 1, "S", "Z", NULL)) { + + current += 2; + } else { + current++; + } + continue; + } else if (c == 'T') { + + if (substring_equals(str, len, current, 4, "TION", NULL)) { + char_array_append(primary, "X"); + char_array_append(secondary, "X"); + current += 3; + continue; + } + + if (substring_equals(str, len, current, 3, "TIA", "TCH", NULL)) { + char_array_append(primary, "X"); + char_array_append(secondary, "X"); + current += 3; + continue; + } + + if (substring_equals(str, len, current, 2, "TH", NULL) + || substring_equals(str, len, current, 3, "TTH", NULL)) + { + // special case "Thomas", "Thames", or Germanic + if (substring_equals(str, len, current + 2, 2, "OM", "AM", NULL) + || substring_equals(str, len, 0, 4, "VAN ", "VON ", NULL) + || substring_equals(str, len, current - 5, 5, " VAN ", " VON ", NULL) + || substring_equals(str, len, 0, 3, "SCH", NULL)) + { + char_array_append(primary, "T"); + char_array_append(secondary, "T"); + } else { + // yes, zero + char_array_append(primary, "0"); + char_array_append(secondary, "T"); + } + + current += 2; + continue; + } + + if (substring_equals(str, len, current + 1, 1, "T", "D", NULL)) { + current += 2; + } else { + current++; + } + + char_array_append(primary, "T"); + char_array_append(secondary, "T"); + continue; + } else if (c == 'V') { + if (get_char_at(str, len, current + 1) == 'V') { + current += 2; + } else { + current++; + } + + char_array_append(primary, "F"); + char_array_append(secondary, "F"); + continue; + } else if (c == 'W') { + // can also be in the middle of word + if (substring_equals(str, len, current, 2, "WR", NULL)) { + char_array_append(primary, "R"); + char_array_append(secondary, "R"); + current += 2; + continue; + } + + if ((current == 0) + && (is_vowel(get_char_at(str, len, current + 1)) + || substring_equals(str, len, current, 2, "WH", NULL))) + { + // Wasserman should match Vasserman + if (is_vowel(get_char_at(str, len, current + 1))) { + char_array_append(primary, "A"); + char_array_append(secondary, "F"); + } else { + // need Uomo to match Womo + char_array_append(primary, "A"); + char_array_append(secondary, "A"); + } + } + + // Arnow should match Arnoff + if (((current == last) && is_vowel(get_char_at(str, len, current - 1))) + || substring_equals(str, len, current - 1, 5, "EWSKI", "EWSKY", + "OWSKI", "OWSKY", NULL) + || substring_equals(str, len, 0, 3, "SCH", NULL)) + { + char_array_append(secondary, "F"); + current++; + continue; + } + + // Polish e.g. "Filipowicz" + if (substring_equals(str, len, current, 4, "WICZ", "WITZ", NULL)) { + char_array_append(primary, "TS"); + char_array_append(secondary, "FX"); + current += 4; + continue; + } + + // else skip it + current++; + continue; + } else if (c == 'X') { + // French e.g. "breaux" + if (!((current == last) + && (substring_equals(str, len, current - 3, 3, "IAU", "EAU", NULL) + || substring_equals(str, len, current - 2, 2, "AU", "OU", NULL)))) + { + char_array_append(primary, "KS"); + char_array_append(secondary, "KS"); + } + + if (substring_equals(str, len, current + 1, 1, "C", "X", NULL)) { + current += 2; + } else { + current++; + } + continue; + } else if (c == 'Z') { + // Chinese Pinyin e.g. "Zhao" + if (get_char_at(str, len, current + 1) == 'H') { + char_array_append(primary, "J"); + char_array_append(secondary, "J"); + current += 2; + continue; + } else if (substring_equals(str, len, current + 1, 2, "ZO", "ZI", "ZA", NULL) + || (slavo_germanic + && ((current > 0) + && get_char_at(str, len, current - 1) != 'T'))) + { + char_array_append(primary, "S"); + char_array_append(secondary, "TS"); + } else { + char_array_append(primary, "S"); + char_array_append(secondary, "S"); + } + + if (get_char_at(str, len, current + 1) == 'Z') { + current += 2; + } else { + current++; + } + continue; + } else { + current++; + } + } + + double_metaphone_codes_t *codes = calloc(1, sizeof(double_metaphone_codes_t)); + if (codes == NULL) { + char_array_destroy(primary); + char_array_destroy(secondary); + return NULL; + } + + codes->primary = char_array_to_string(primary); + codes->secondary = char_array_to_string(secondary); + + free(ptr); + + return codes; +} + +void double_metaphone_codes_destroy(double_metaphone_codes_t *codes) { + if (codes != NULL) { + if (codes->primary != NULL) { + free(codes->primary); + } + + if (codes->secondary != NULL) { + free(codes->secondary); + } + + free(codes); + } +} \ No newline at end of file diff --git a/src/double_metaphone.h b/src/double_metaphone.h new file mode 100644 index 0000000..64dac8a --- /dev/null +++ b/src/double_metaphone.h @@ -0,0 +1,17 @@ +#ifndef DOUBLE_METAPHONE__H +#define DOUBLE_METAPHONE__H + +#include +#include + +typedef struct double_metaphone_codes { + char *primary; + char *secondary; +} double_metaphone_codes_t; + +double_metaphone_codes_t *double_metaphone(char *input); + +void double_metaphone_codes_destroy(double_metaphone_codes_t *codes); + +#endif + diff --git a/src/expand.c b/src/expand.c new file mode 100644 index 0000000..90ade59 --- /dev/null +++ b/src/expand.c @@ -0,0 +1,1664 @@ +#include + +#include "expand.h" + +#include "log/log.h" + +#include "address_dictionary.h" +#include "collections.h" +#include "constants.h" +#include "language_classifier.h" +#include "numex.h" +#include "normalize.h" +#include "scanner.h" +#include "string_utils.h" +#include "token_types.h" +#include "transliterate.h" + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef HAVE_STRNDUP +#include "strndup.h" +#endif + + +#define DEFAULT_KEY_LEN 32 + +#define EXCESSIVE_PERMUTATIONS 100 + +inline uint64_t get_normalize_token_options(libpostal_normalize_options_t options) { + uint64_t normalize_token_options = 0; + + normalize_token_options |= options.delete_final_periods ? NORMALIZE_TOKEN_DELETE_FINAL_PERIOD : 0; + normalize_token_options |= options.delete_acronym_periods ? NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS : 0; + normalize_token_options |= options.drop_english_possessives ? NORMALIZE_TOKEN_DROP_ENGLISH_POSSESSIVES : 0; + normalize_token_options |= options.delete_apostrophes ? NORMALIZE_TOKEN_DELETE_OTHER_APOSTROPHE : 0; + + return normalize_token_options; +} + +inline uint64_t get_normalize_string_options(libpostal_normalize_options_t options) { + uint64_t normalize_string_options = 0; + normalize_string_options |= options.transliterate ? NORMALIZE_STRING_TRANSLITERATE : 0; + normalize_string_options |= options.latin_ascii ? NORMALIZE_STRING_LATIN_ASCII : 0; + normalize_string_options |= options.decompose ? NORMALIZE_STRING_DECOMPOSE : 0; + normalize_string_options |= options.strip_accents ? NORMALIZE_STRING_STRIP_ACCENTS : 0; + normalize_string_options |= options.lowercase ? NORMALIZE_STRING_LOWERCASE : 0; + normalize_string_options |= options.trim_string ? NORMALIZE_STRING_TRIM : 0; + normalize_string_options |= options.expand_numex ? NORMALIZE_STRING_REPLACE_NUMEX : 0; + + return normalize_string_options; +} + +void add_normalized_strings_token(cstring_array *strings, char *str, token_t token, libpostal_normalize_options_t options) { + + uint64_t normalize_token_options = get_normalize_token_options(options); + + if (token.type != WHITESPACE ) { + + bool contains_hyphen = string_contains_hyphen_len(str + token.offset, token.len); + + if (!contains_hyphen || token.type == HYPHEN) { + log_debug("str = %s, token = {%zu, %zu, %u}\n", str, token.offset, token.len, token.type); + normalize_token(strings, str, token, normalize_token_options); + } else if (is_word_token(token.type)) { + + size_t prefix_hyphen_len = string_hyphen_prefix_len(str + token.offset, token.len); + if (prefix_hyphen_len > 0) { + token.offset += prefix_hyphen_len; + } + + size_t suffix_hyphen_len = string_hyphen_suffix_len(str + token.offset, token.len); + if (suffix_hyphen_len > 0) { + token.len -= suffix_hyphen_len; + } + + normalize_token(strings, str, token, normalize_token_options); + + if (options.replace_word_hyphens) { + normalize_token_options |= NORMALIZE_TOKEN_REPLACE_HYPHENS; + normalize_token(strings, str, token, normalize_token_options); + normalize_token_options ^= NORMALIZE_TOKEN_REPLACE_HYPHENS; + } + + if (options.delete_word_hyphens) { + normalize_token_options |= NORMALIZE_TOKEN_DELETE_HYPHENS; + normalize_token(strings, str, token, normalize_token_options); + normalize_token_options ^= NORMALIZE_TOKEN_DELETE_HYPHENS; + } + + } else if (is_numeric_token(token.type)) { + + normalize_token(strings, str, token, normalize_token_options); + + if (options.replace_word_hyphens || options.replace_numeric_hyphens) { + if (options.replace_word_hyphens) { + normalize_token_options |= NORMALIZE_TOKEN_REPLACE_HYPHENS; + } + + if (options.replace_numeric_hyphens) { + normalize_token_options |= NORMALIZE_TOKEN_REPLACE_NUMERIC_HYPHENS; + } + + normalize_token(strings, str, token, normalize_token_options); + normalize_token_options ^= NORMALIZE_TOKEN_REPLACE_HYPHENS | NORMALIZE_TOKEN_REPLACE_NUMERIC_HYPHENS; + } + + if (options.delete_numeric_hyphens) { + normalize_token_options |= NORMALIZE_TOKEN_DELETE_HYPHENS; + normalize_token(strings, str, token, normalize_token_options); + normalize_token_options ^= NORMALIZE_TOKEN_DELETE_HYPHENS; + } + } + + if (is_numeric_token(token.type) && options.split_alpha_from_numeric) { + bool split_alpha_from_numeric = true; + + for (size_t i = 0; i < options.num_languages; i++) { + char *lang = options.languages[i]; + if (valid_ordinal_suffix_len(str, token, NULL_TOKEN, lang) > 1) { + split_alpha_from_numeric = false; + break; + } + } + + if (split_alpha_from_numeric) { + normalize_token_options |= NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC; + normalize_token(strings, str, token, normalize_token_options); + normalize_token_options ^= NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC; + } + } + } else { + cstring_array_add_string(strings, " "); + } +} + +void add_postprocessed_string(cstring_array *strings, char *str, libpostal_normalize_options_t options) { + cstring_array_add_string(strings, str); + + if (options.roman_numerals) { + char *numex_replaced = replace_numeric_expressions(str, LATIN_LANGUAGE_CODE); + if (numex_replaced != NULL) { + cstring_array_add_string(strings, numex_replaced); + free(numex_replaced); + } + + } + +} + +address_expansion_array *valid_affix_expansions(phrase_t phrase, libpostal_normalize_options_t options) { + uint32_t expansion_index = phrase.data; + address_expansion_value_t *value = address_dictionary_get_expansions(expansion_index); + if (value != NULL && value->components & options.address_components) { + return value->expansions; + } + + return NULL; +} + +inline void cat_affix_expansion(char_array *key, char *str, address_expansion_t expansion, token_t token, phrase_t phrase, libpostal_normalize_options_t options) { + if (expansion.canonical_index != NULL_CANONICAL_INDEX) { + char *canonical = address_dictionary_get_canonical(expansion.canonical_index); + uint64_t normalize_string_options = get_normalize_string_options(options); + char *canonical_normalized = normalize_string_latin(canonical, strlen(canonical), normalize_string_options); + canonical = canonical_normalized != NULL ? canonical_normalized : canonical; + + char_array_cat(key, canonical); + if (canonical_normalized != NULL) { + free(canonical_normalized); + } + } else { + char_array_cat_len(key, str + token.offset + phrase.start, phrase.len); + } +} + + +bool add_affix_expansions(string_tree_t *tree, char *str, char *lang, token_t token, phrase_t prefix, phrase_t suffix, libpostal_normalize_options_t options, bool with_period) { + cstring_array *strings = tree->strings; + + size_t skip_period = with_period ? 1 : 0; + + bool have_suffix = suffix.len > 0 && suffix.len < token.len; + bool have_prefix = prefix.len > 0 && prefix.len + with_period < token.len; + + if (!have_suffix && !have_prefix) { + return false; + } + + address_expansion_array *prefix_expansions = NULL; + address_expansion_array *suffix_expansions = NULL; + + address_expansion_t prefix_expansion; + address_expansion_t suffix_expansion; + + char *expansion; + + size_t num_strings = 0; + char *root_word = NULL; + size_t root_len; + token_t root_token; + cstring_array *root_strings = NULL; + int add_space = 0; + int spaces = 0; + + size_t prefix_start, prefix_end, root_end, suffix_start; + + if (have_prefix) { + prefix_expansions = valid_affix_expansions(prefix, options); + if (prefix_expansions == NULL) have_prefix = false; + } + + if (have_suffix) { + suffix_expansions = valid_affix_expansions(suffix, options); + if (suffix_expansions == NULL) have_suffix = false; + } + + if (!have_suffix && !have_prefix) { + return false; + } + + char_array *key = char_array_new_size(token.len); + + if (have_prefix && have_suffix) { + for (size_t i = 0; i < prefix_expansions->n; i++) { + prefix_expansion = prefix_expansions->a[i]; + char_array_clear(key); + + cat_affix_expansion(key, str, prefix_expansion, token, prefix, options); + prefix_start = key->n - 1; + + add_space = (int)prefix_expansion.separable || with_period; + if (prefix.len + skip_period + suffix.len < token.len && !prefix_expansion.separable) { + add_space = suffix_expansion.separable || with_period; + } + + for (spaces = skip_period; spaces <= add_space; spaces++) { + key->n = prefix_start; + if (spaces) { + char_array_cat(key, " "); + } + + prefix_end = key->n; + + if (prefix.len + skip_period + suffix.len < token.len) { + root_len = token.len - suffix.len - prefix.len - skip_period; + size_t root_start = token.offset + prefix.len + skip_period; + size_t prefix_hyphen_len = string_hyphen_prefix_len(str + root_start, root_len); + root_start += prefix_hyphen_len; + root_len -= prefix_hyphen_len; + size_t suffix_hyphen_len = string_hyphen_suffix_len(str + root_start, root_len); + root_len -= suffix_hyphen_len; + root_token = (token_t){root_start, root_len, token.type}; + root_strings = cstring_array_new_size(root_len); + add_normalized_strings_token(root_strings, str, root_token, options); + num_strings = cstring_array_num_strings(root_strings); + + for (size_t j = 0; j < num_strings; j++) { + key->n = prefix_end; + root_word = cstring_array_get_string(root_strings, j); + char_array_cat(key, root_word); + root_end = key->n - 1; + + for (size_t k = 0; k < suffix_expansions->n; k++) { + key->n = root_end; + suffix_expansion = suffix_expansions->a[k]; + + int add_suffix_space = suffix_expansion.separable; + + suffix_start = key->n; + for (int suffix_spaces = skip_period; suffix_spaces <= add_suffix_space; suffix_spaces++) { + key->n = suffix_start; + if (suffix_spaces) { + char_array_cat(key, " "); + } + + cat_affix_expansion(key, str, suffix_expansion, token, suffix, options); + + expansion = char_array_get_string(key); + cstring_array_add_string(strings, expansion); + + } + + + } + } + + cstring_array_destroy(root_strings); + root_strings = NULL; + + } else { + for (size_t j = 0; j < suffix_expansions->n; j++) { + key->n = prefix_end - skip_period; + suffix_expansion = suffix_expansions->a[j]; + + cat_affix_expansion(key, str, suffix_expansion, token, suffix, options); + + expansion = char_array_get_string(key); + cstring_array_add_string(tree->strings, expansion); + } + } + } + + } + } else if (have_suffix) { + log_debug("suffix.start=%" PRId32 "\n", suffix.start); + root_len = suffix.start; + root_token = (token_t){token.offset, root_len, token.type}; + log_debug("root_len=%zu\n", root_len); + log_debug("root_token = {%zu, %zu, %u}\n", root_token.offset, root_token.len, root_token.type); + + root_strings = cstring_array_new_size(root_len + 1); + add_normalized_strings_token(root_strings, str, root_token, options); + num_strings = cstring_array_num_strings(root_strings); + + log_debug("num_strings = %zu\n", num_strings); + + for (size_t j = 0; j < num_strings; j++) { + char_array_clear(key); + root_word = cstring_array_get_string(root_strings, j); + log_debug("root_word=%s\n", root_word); + char_array_cat(key, root_word); + root_end = key->n - 1; + + for (size_t k = 0; k < suffix_expansions->n; k++) { + key->n = root_end; + suffix_expansion = suffix_expansions->a[k]; + + add_space = (suffix_expansion.separable || with_period) && suffix.len < token.len; + suffix_start = key->n; + + for (int spaces = skip_period; spaces <= add_space; spaces++) { + key->n = suffix_start; + if (spaces) { + char_array_cat(key, " "); + } + + cat_affix_expansion(key, str, suffix_expansion, token, suffix, options); + + expansion = char_array_get_string(key); + cstring_array_add_string(tree->strings, expansion); + } + } + } + } else if (have_prefix) { + if (prefix.len + skip_period <= token.len) { + root_len = token.len - prefix.len - skip_period; + size_t root_start = token.offset + prefix.len + skip_period; + size_t prefix_hyphen_len = string_hyphen_prefix_len(str + root_start, root_len); + root_start += prefix_hyphen_len; + root_len -= prefix_hyphen_len; + size_t suffix_hyphen_len = string_hyphen_suffix_len(str + root_start, root_len); + root_len -= suffix_hyphen_len; + root_token = (token_t){root_start, root_len, token.type}; + root_strings = cstring_array_new_size(root_len); + add_normalized_strings_token(root_strings, str, root_token, options); + num_strings = cstring_array_num_strings(root_strings); + + } else { + root_strings = cstring_array_new_size(token.len); + add_normalized_strings_token(root_strings, str, token, options); + num_strings = cstring_array_num_strings(root_strings); + + for (size_t k = 0; k < num_strings; k++) { + root_word = cstring_array_get_string(root_strings, k); + cstring_array_add_string(tree->strings, root_word); + } + + char_array_destroy(key); + cstring_array_destroy(root_strings); + return false; + + } + + for (size_t j = 0; j < prefix_expansions->n; j++) { + char_array_clear(key); + prefix_expansion = prefix_expansions->a[j]; + + cat_affix_expansion(key, str, prefix_expansion, token, prefix, options); + prefix_end = key->n - 1; + + add_space = (prefix_expansion.separable || with_period) && prefix.len + skip_period < token.len; + for (int spaces = skip_period; spaces <= add_space; spaces++) { + key->n = prefix_end; + if (spaces) { + char_array_cat(key, " "); + } + size_t prefix_space_len = key->n - spaces; + for (size_t k = 0; k < num_strings; k++) { + key->n = prefix_space_len; + root_word = cstring_array_get_string(root_strings, k); + char_array_cat(key, root_word); + + expansion = char_array_get_string(key); + cstring_array_add_string(tree->strings, expansion); + } + + } + } + } + + char_array_destroy(key); + + if (root_strings != NULL) { + cstring_array_destroy(root_strings); + } + + return true; + +} + +inline bool expand_affixes(string_tree_t *tree, char *str, char *lang, token_t token, libpostal_normalize_options_t options) { + phrase_t suffix = search_address_dictionaries_suffix(str + token.offset, token.len, lang); + + phrase_t prefix = search_address_dictionaries_prefix(str + token.offset, token.len, lang); + + if ((suffix.len == 0 && prefix.len == 0)) return false; + + bool with_period = false; + + return add_affix_expansions(tree, str, lang, token, prefix, suffix, options, with_period); +} + +inline bool expand_affixes_period(string_tree_t *tree, char *str, char *lang, token_t token, libpostal_normalize_options_t options) { + ssize_t first_period_index = string_next_period_len(str + token.offset, token.len); + if (first_period_index > 0) { + ssize_t next_period_index = string_next_period_len(str + token.offset + first_period_index + 1, token.len - first_period_index - 1); + // Token contains only one period or one + a final period + if (next_period_index < 0 || next_period_index == token.len - 1) { + phrase_t prefix = search_address_dictionaries_substring(str + token.offset, first_period_index, lang); + + phrase_t suffix = search_address_dictionaries_substring(str + token.offset + first_period_index + 1, token.len - first_period_index - 1, lang); + if (suffix.len > 0) { + suffix.start = first_period_index + 1; + } + + if (suffix.len == 0 && prefix.len == 0) return false; + + bool with_period = true; + + return add_affix_expansions(tree, str, lang, token, prefix, suffix, options, with_period); + } else { + return false; + } + } else { + return false; + } +} + +bool add_period_affixes_or_token(string_tree_t *tree, char *str, token_t token, libpostal_normalize_options_t options) { + bool have_period_affixes = false; + if (string_contains_period_len(str + token.offset, token.len)) { + for (size_t l = 0; l < options.num_languages; l++) { + char *lang = options.languages[l]; + if (expand_affixes_period(tree, str, lang, token, options)) { + have_period_affixes = true; + break; + } + } + } + + if (!have_period_affixes) { + string_tree_add_string_len(tree, str + token.offset, token.len); + } + + return have_period_affixes; +} + + +static inline uint32_t gazetteer_ignorable_components(uint16_t dictionary_id) { + switch (dictionary_id) { + case DICTIONARY_ACADEMIC_DEGREE: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_BUILDING_TYPE: + return LIBPOSTAL_ADDRESS_HOUSE_NUMBER | LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_UNIT; + case DICTIONARY_COMPANY_TYPE: + return LIBPOSTAL_ADDRESS_NAME; + case DICTIONARY_DIRECTIONAL: + return LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_ELISION: + return LIBPOSTAL_ADDRESS_ANY; + case DICTIONARY_ENTRANCE: + return LIBPOSTAL_ADDRESS_ENTRANCE; + case DICTIONARY_HOUSE_NUMBER: + return LIBPOSTAL_ADDRESS_HOUSE_NUMBER; + case DICTIONARY_LEVEL_NUMBERED: + return LIBPOSTAL_ADDRESS_LEVEL; + case DICTIONARY_LEVEL_STANDALONE: + return LIBPOSTAL_ADDRESS_ALL ^ (LIBPOSTAL_ADDRESS_LEVEL | LIBPOSTAL_ADDRESS_ANY); + case DICTIONARY_LEVEL_MEZZANINE: + return LIBPOSTAL_ADDRESS_ALL ^ (LIBPOSTAL_ADDRESS_LEVEL| LIBPOSTAL_ADDRESS_ANY); + case DICTIONARY_LEVEL_BASEMENT: + return LIBPOSTAL_ADDRESS_ALL ^ (LIBPOSTAL_ADDRESS_LEVEL | LIBPOSTAL_ADDRESS_ANY); + case DICTIONARY_LEVEL_SUB_BASEMENT: + return LIBPOSTAL_ADDRESS_ALL ^ (LIBPOSTAL_ADDRESS_LEVEL | LIBPOSTAL_ADDRESS_ANY); + case DICTIONARY_NUMBER: + return LIBPOSTAL_ADDRESS_HOUSE_NUMBER | LIBPOSTAL_ADDRESS_UNIT | LIBPOSTAL_ADDRESS_LEVEL | LIBPOSTAL_ADDRESS_PO_BOX | LIBPOSTAL_ADDRESS_STAIRCASE | LIBPOSTAL_ADDRESS_ENTRANCE | LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_NO_NUMBER: + return LIBPOSTAL_ADDRESS_ALL ^ (LIBPOSTAL_ADDRESS_HOUSE_NUMBER | LIBPOSTAL_ADDRESS_ANY); + case DICTIONARY_PERSONAL_TITLE: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_PLACE_NAME: + return LIBPOSTAL_ADDRESS_NAME; + case DICTIONARY_POST_OFFICE: + return LIBPOSTAL_ADDRESS_PO_BOX; + case DICTIONARY_POSTAL_CODE: + return LIBPOSTAL_ADDRESS_POSTAL_CODE; + case DICTIONARY_QUALIFIER: + return LIBPOSTAL_ADDRESS_TOPONYM; + case DICTIONARY_STAIRCASE: + return LIBPOSTAL_ADDRESS_STAIRCASE; + case DICTIONARY_STOPWORD: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET | LIBPOSTAL_ADDRESS_CATEGORY | LIBPOSTAL_ADDRESS_NEAR | LIBPOSTAL_ADDRESS_TOPONYM; + case DICTIONARY_STREET_TYPE: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_UNIT_NUMBERED: + return LIBPOSTAL_ADDRESS_UNIT; + case DICTIONARY_UNIT_STANDALONE: + return LIBPOSTAL_ADDRESS_ALL ^ (LIBPOSTAL_ADDRESS_UNIT | LIBPOSTAL_ADDRESS_ANY); + case DICTIONARY_UNIT_DIRECTION: + return LIBPOSTAL_ADDRESS_ALL ^ (LIBPOSTAL_ADDRESS_UNIT | LIBPOSTAL_ADDRESS_ANY); + default: + return LIBPOSTAL_ADDRESS_NONE; + } +} + + +static inline uint32_t gazetteer_valid_components(uint16_t dictionary_id) { + switch (dictionary_id) { + case DICTIONARY_DIRECTIONAL: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET | LIBPOSTAL_ADDRESS_CATEGORY | LIBPOSTAL_ADDRESS_NEAR | LIBPOSTAL_ADDRESS_TOPONYM | LIBPOSTAL_ADDRESS_UNIT | LIBPOSTAL_ADDRESS_LEVEL | LIBPOSTAL_ADDRESS_STAIRCASE | LIBPOSTAL_ADDRESS_ENTRANCE; + case DICTIONARY_STOPWORD: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET | LIBPOSTAL_ADDRESS_CATEGORY | LIBPOSTAL_ADDRESS_NEAR | LIBPOSTAL_ADDRESS_TOPONYM; + case DICTIONARY_STREET_NAME: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_STREET_TYPE: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_SYNONYM: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET | LIBPOSTAL_ADDRESS_CATEGORY | LIBPOSTAL_ADDRESS_NEAR | LIBPOSTAL_ADDRESS_TOPONYM; + default: + return LIBPOSTAL_ADDRESS_NONE; + } +} + +static inline uint32_t gazetteer_edge_ignorable_components(uint16_t dictionary_id) { + switch (dictionary_id) { + // Pre/post directionals can be removed if there are non-phrase tokens + case DICTIONARY_DIRECTIONAL: + return LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_COMPANY_TYPE: + return LIBPOSTAL_ADDRESS_NAME; + case DICTIONARY_PLACE_NAME: + return LIBPOSTAL_ADDRESS_NAME; + default: + return LIBPOSTAL_ADDRESS_NONE; + } +} + +static inline uint32_t gazetteer_specifier_components(uint16_t dictionary_id) { + switch (dictionary_id) { + case DICTIONARY_LEVEL_STANDALONE: + return LIBPOSTAL_ADDRESS_LEVEL; + case DICTIONARY_LEVEL_MEZZANINE: + return LIBPOSTAL_ADDRESS_LEVEL; + case DICTIONARY_LEVEL_BASEMENT: + return LIBPOSTAL_ADDRESS_LEVEL; + case DICTIONARY_LEVEL_SUB_BASEMENT: + return LIBPOSTAL_ADDRESS_LEVEL; + case DICTIONARY_UNIT_STANDALONE: + return LIBPOSTAL_ADDRESS_UNIT; + default: + return LIBPOSTAL_ADDRESS_NONE; + } +} + + +static inline uint32_t gazetteer_possible_root_components(uint16_t dictionary_id) { + switch (dictionary_id) { + case DICTIONARY_ACADEMIC_DEGREE: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_DIRECTIONAL: + return LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_PERSONAL_TITLE: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_NUMBER: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_PLACE_NAME: + return LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_QUALIFIER: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_STREET_NAME: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_SYNONYM: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET; + case DICTIONARY_TOPONYM: + return LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET; + default: + return LIBPOSTAL_ADDRESS_NONE; + } +} + +static const uint16_t NUMERIC_ADDRESS_COMPONENTS = (LIBPOSTAL_ADDRESS_HOUSE_NUMBER | LIBPOSTAL_ADDRESS_UNIT | LIBPOSTAL_ADDRESS_LEVEL | LIBPOSTAL_ADDRESS_PO_BOX | LIBPOSTAL_ADDRESS_POSTAL_CODE | LIBPOSTAL_ADDRESS_STAIRCASE | LIBPOSTAL_ADDRESS_ENTRANCE | LIBPOSTAL_ADDRESS_STREET); + +typedef enum { + GAZETTEER_MATCH_IGNORABLE, + GAZETTEER_MATCH_EDGE_IGNORABLE, + GAZETTEER_MATCH_POSSIBLE_ROOT, + GAZETTEER_MATCH_SPECIFIER, + GAZETTEER_MATCH_VALID_COMPONENTS +} gazetteer_match_type_t; + + +static inline bool address_expansion_matches_type_for_components(address_expansion_t expansion, uint32_t address_components, gazetteer_match_type_t match_type) { + for (uint32_t j = 0; j < expansion.num_dictionaries; j++) { + uint16_t dictionary_id = expansion.dictionary_ids[j]; + uint32_t components = 0; + switch (match_type) { + case GAZETTEER_MATCH_IGNORABLE: + components = gazetteer_ignorable_components(dictionary_id); + break; + case GAZETTEER_MATCH_EDGE_IGNORABLE: + components = gazetteer_edge_ignorable_components(dictionary_id); + break; + case GAZETTEER_MATCH_POSSIBLE_ROOT: + components = gazetteer_possible_root_components(dictionary_id); + break; + case GAZETTEER_MATCH_SPECIFIER: + components = gazetteer_specifier_components(dictionary_id); + break; + case GAZETTEER_MATCH_VALID_COMPONENTS: + components = gazetteer_valid_components(dictionary_id); + break; + default: + break; + } + if (components & address_components) { + return true; + } + } + return false; +} + +bool address_expansion_is_ignorable_for_components(address_expansion_t expansion, uint32_t address_components) { + return address_expansion_matches_type_for_components(expansion, address_components, GAZETTEER_MATCH_IGNORABLE); +} + +bool address_expansion_is_edge_ignorable_for_components(address_expansion_t expansion, uint32_t address_components) { + return address_expansion_matches_type_for_components(expansion, address_components, GAZETTEER_MATCH_EDGE_IGNORABLE); +} + +bool address_expansion_is_possible_root_for_components(address_expansion_t expansion, uint32_t address_components) { + return address_expansion_matches_type_for_components(expansion, address_components, GAZETTEER_MATCH_POSSIBLE_ROOT); +} + +bool address_expansion_is_specifier_for_components(address_expansion_t expansion, uint32_t address_components) { + return address_expansion_matches_type_for_components(expansion, address_components, GAZETTEER_MATCH_SPECIFIER); +} + +bool address_expansion_is_valid_for_components(address_expansion_t expansion, uint32_t address_components) { + return address_expansion_matches_type_for_components(expansion, address_components, GAZETTEER_MATCH_VALID_COMPONENTS); +} + + +bool address_phrase_matches_type_for_components(phrase_t phrase, uint32_t address_components, gazetteer_match_type_t match_type) { + uint32_t expansion_index = phrase.data; + address_expansion_value_t *value = address_dictionary_get_expansions(expansion_index); + + if (value == NULL) return false; + + address_expansion_array *expansions = value->expansions; + if (expansions == NULL) return false; + + for (size_t i = 0; i < expansions->n; i++) { + address_expansion_t expansion = expansions->a[i]; + + if (address_expansion_matches_type_for_components(expansion, address_components, match_type)) { + return true; + } + } + return false; +} + +inline bool address_phrase_is_ignorable_for_components(phrase_t phrase, uint32_t address_components) { + return address_phrase_matches_type_for_components(phrase, address_components, GAZETTEER_MATCH_IGNORABLE); +} + +inline bool address_phrase_is_edge_ignorable_for_components(phrase_t phrase, uint32_t address_components) { + return address_phrase_matches_type_for_components(phrase, address_components, GAZETTEER_MATCH_EDGE_IGNORABLE); +} + + +inline bool address_phrase_is_possible_root_for_components(phrase_t phrase, uint32_t address_components) { + return address_phrase_matches_type_for_components(phrase, address_components, GAZETTEER_MATCH_POSSIBLE_ROOT); +} + +inline bool address_phrase_is_specifier_for_components(phrase_t phrase, uint32_t address_components) { + return address_phrase_matches_type_for_components(phrase, address_components, GAZETTEER_MATCH_SPECIFIER); +} + +inline bool address_phrase_is_valid_for_components(phrase_t phrase, uint32_t address_components) { + return address_phrase_matches_type_for_components(phrase, address_components, GAZETTEER_MATCH_VALID_COMPONENTS); +} + + +bool address_phrase_contains_unambiguous_expansion(phrase_t phrase) { + address_expansion_value_t *value = address_dictionary_get_expansions(phrase.data); + if (value == NULL) return false; + + address_expansion_array *expansions = value->expansions; + if (expansions == NULL) return false; + + address_expansion_t *expansions_array = expansions->a; + + for (size_t i = 0; i < expansions->n; i++) { + address_expansion_t expansion = expansions_array[i]; + if (!address_expansion_in_dictionary(expansion, DICTIONARY_AMBIGUOUS_EXPANSION)) { + return true; + } + } + return false; +} + +string_tree_t *add_string_alternatives_phrase_option(char *str, libpostal_normalize_options_t options, expansion_phrase_option_t phrase_option) { + char_array *key = NULL; + + log_debug("input=%s\n", str); + token_array *token_array = tokenize_keep_whitespace(str); + + if (token_array == NULL) { + return NULL; + } + + size_t len = strlen(str); + + token_t *tokens = token_array->a; + size_t num_tokens = token_array->n; + + log_debug("tokenized, num tokens=%zu\n", num_tokens); + + bool last_was_punctuation = false; + + phrase_language_array *phrases = NULL; + phrase_array *lang_phrases = NULL; + + for (size_t i = 0; i < options.num_languages; i++) { + char *lang = options.languages[i]; + log_debug("lang=%s\n", lang); + + lang_phrases = search_address_dictionaries_tokens(str, token_array, lang); + + if (lang_phrases == NULL) { + log_debug("lang_phrases NULL\n"); + continue; + } + + log_debug("lang_phrases->n = %zu\n", lang_phrases->n); + + phrases = phrases != NULL ? phrases : phrase_language_array_new_size(lang_phrases->n); + + for (size_t j = 0; j < lang_phrases->n; j++) { + phrase_t p = lang_phrases->a[j]; + log_debug("lang=%s, (%d, %d)\n", lang, p.start, p.len); + phrase_language_array_push(phrases, (phrase_language_t){lang, p}); + } + + phrase_array_destroy(lang_phrases); + } + + + lang_phrases = search_address_dictionaries_tokens(str, token_array, ALL_LANGUAGES); + if (lang_phrases != NULL) { + phrases = phrases != NULL ? phrases : phrase_language_array_new_size(lang_phrases->n); + + for (size_t j = 0; j < lang_phrases->n; j++) { + phrase_t p = lang_phrases->a[j]; + phrase_language_array_push(phrases, (phrase_language_t){ALL_LANGUAGES, p}); + } + phrase_array_destroy(lang_phrases); + + } + + string_tree_t *tree = string_tree_new_size(len); + + bool last_added_was_whitespace = false; + + uint64_t normalize_string_options = get_normalize_string_options(options); + + if (phrases != NULL) { + log_debug("phrases not NULL, n=%zu\n", phrases->n); + ks_introsort(phrase_language_array, phrases->n, phrases->a); + + phrase_language_t phrase_lang; + + size_t start = 0; + size_t end = 0; + + phrase_t phrase = NULL_PHRASE; + phrase_t prev_phrase = NULL_PHRASE; + + key = key != NULL ? key : char_array_new_size(DEFAULT_KEY_LEN); + + log_debug("phrase_option = %d\n", phrase_option); + + bool delete_phrases = phrase_option == DELETE_PHRASES; + bool expand_phrases = phrase_option == EXPAND_PHRASES; + + size_t num_phrases = phrases->n; + + bool have_non_phrase_tokens = false; + bool have_non_phrase_word_tokens = false; + bool have_canonical_phrases = false; + bool have_ambiguous = false; + bool have_possible_root = false; + bool have_strictly_ignorable = false; + bool have_strictly_ignorable_abbreviation = false; + + size_t prev_phrase_end = 0; + + if (delete_phrases) { + for (size_t i = 0; i < num_phrases; i++) { + phrase_lang = phrases->a[i]; + phrase = phrase_lang.phrase; + + log_debug("phrase.start = %zu, prev_phrase_end = %zu\n", phrase.start, prev_phrase_end); + + token_t inter_token; + if (phrase.start > prev_phrase_end) { + for (size_t j = prev_phrase_end; j < phrase.start; j++) { + inter_token = tokens[j]; + if (!is_punctuation(inter_token.type) && !is_whitespace(inter_token.type)) { + log_debug("have_non_phrase_tokens\n"); + have_non_phrase_tokens = true; + have_non_phrase_word_tokens = have_non_phrase_word_tokens || is_word_token(inter_token.type); + break; + } + } + } + + if (i == num_phrases - 1 && phrase.start + phrase.len < num_tokens) { + for (size_t j = phrase.start + phrase.len; j < num_tokens; j++) { + inter_token = tokens[j]; + if (!is_punctuation(inter_token.type) && !is_whitespace(inter_token.type)) { + have_non_phrase_tokens = true; + have_non_phrase_word_tokens = have_non_phrase_word_tokens || is_word_token(inter_token.type); + break; + } + } + } + + bool phrase_is_ambiguous = address_phrase_in_dictionary(phrase, DICTIONARY_AMBIGUOUS_EXPANSION); + bool phrase_is_strictly_ignorable = address_phrase_is_ignorable_for_components(phrase, options.address_components) && !phrase_is_ambiguous; + bool phrase_is_canonical = address_phrase_has_canonical_interpretation(phrase); + + have_non_phrase_tokens = have_non_phrase_tokens || (!phrase_is_strictly_ignorable && !phrase_is_ambiguous); + log_debug("have_non_phrase_word_tokens = %d, phrase_is_strictly_ignorable = %d, phrase_is_ambiguous = %d\n", have_non_phrase_word_tokens, phrase_is_strictly_ignorable, phrase_is_ambiguous); + if (!have_non_phrase_word_tokens && !phrase_is_strictly_ignorable && !phrase_is_ambiguous) { + for (size_t j = phrase.start; j < phrase.start + phrase.len; j++) { + token_t pt = tokens[j]; + if (is_word_token(pt.type)) { + log_debug("have_non_phrase_word_tokens\n"); + have_non_phrase_word_tokens = true; + break; + } + } + } + + + have_strictly_ignorable = have_strictly_ignorable || phrase_is_strictly_ignorable; + have_strictly_ignorable_abbreviation = have_strictly_ignorable_abbreviation || (phrase_is_strictly_ignorable && !phrase_is_canonical); + if (have_strictly_ignorable_abbreviation) { + log_debug("have_strictly_ignorable=%zu, phrase_is_canonical=%zu\n", have_strictly_ignorable, phrase_is_canonical); + } + + have_possible_root = have_possible_root | address_phrase_is_possible_root_for_components(phrase, options.address_components); + + have_canonical_phrases = have_canonical_phrases || (phrase_is_canonical && !phrase_is_ambiguous); + have_ambiguous = have_ambiguous || phrase_is_ambiguous; + + prev_phrase_end = phrase.start + phrase.len; + } + + + log_debug("have_non_phrase_tokens = %d\n", have_non_phrase_tokens); + log_debug("have_canonical_phrases = %d\n", have_canonical_phrases); + log_debug("have_ambiguous = %d\n", have_ambiguous); + log_debug("have_strictly_ignorable = %d\n", have_strictly_ignorable); + log_debug("have_strictly_ignorable_abbreviation = %d\n", have_strictly_ignorable_abbreviation); + + } + + bool skipped_last_edge_phrase = false; + + for (size_t i = 0; i < phrases->n; i++) { + phrase_lang = phrases->a[i]; + + phrase = phrase_lang.phrase; + + log_debug("phrase.start=%d, phrase.len=%d, lang=%s, prev_phrase.start=%d, prev_phrase.len=%d\n", phrase.start, phrase.len, phrase_lang.language, prev_phrase.start, prev_phrase.len); + + if ((phrase.start > prev_phrase.start && phrase.start < prev_phrase.start + prev_phrase.len) || (phrase.start == prev_phrase.start && i > 0 && phrase.len < prev_phrase.len)) { + log_debug("continuing\n"); + continue; + } + + char_array_clear(key); + + char_array_cat(key, phrase_lang.language); + char_array_cat(key, NAMESPACE_SEPARATOR_CHAR); + + size_t namespace_len = key->n; + + end = phrase.start; + + log_debug("start=%zu, end=%zu\n", start, end); + for (size_t j = start; j < end; j++) { + log_debug("Adding token %zu\n", j); + token_t token = tokens[j]; + if (is_punctuation(token.type)) { + last_was_punctuation = true; + continue; + } + + if (token.type != WHITESPACE) { + if ((phrase.start > 0 && last_was_punctuation) || (!last_added_was_whitespace && string_tree_num_tokens(tree) > 0) || (prev_phrase.start == phrase.start && prev_phrase.len == phrase.len) ) { + log_debug("Adding space\n"); + string_tree_add_string(tree, " "); + string_tree_finalize_token(tree); + } + log_debug("Adding previous token, %.*s\n", (int)token.len, str + token.offset); + + bool have_period_affixes = add_period_affixes_or_token(tree, str, token, options); + string_tree_finalize_token(tree); + last_added_was_whitespace = false; + } else if (!delete_phrases && !last_added_was_whitespace && string_tree_num_tokens(tree) > 0 ) { + log_debug("Adding pre-phrase whitespace\n"); + last_added_was_whitespace = true; + string_tree_add_string(tree, " "); + string_tree_finalize_token(tree); + } else { + continue; + } + + last_was_punctuation = false; + } + + size_t added_expansions = 0; + token_t token; + + uint32_t expansion_index = phrase.data; + address_expansion_value_t *value = address_dictionary_get_expansions(expansion_index); + + bool expansion_valid_components = (value->components & options.address_components) || address_phrase_is_valid_for_components(phrase, options.address_components); + + bool is_numeric_component = (value->components & options.address_components & NUMERIC_ADDRESS_COMPONENTS); + + if (expansion_valid_components) { + key->n = namespace_len; + for (size_t j = phrase.start; j < phrase.start + phrase.len; j++) { + token = tokens[j]; + if (token.type != WHITESPACE) { + char_array_cat_len(key, str + token.offset, token.len); + last_added_was_whitespace = false; + } else if (!last_added_was_whitespace) { + char_array_cat(key, " "); + last_added_was_whitespace = true; + } + } + + char *key_str = char_array_get_string(key); + log_debug("key_str=%s\n", key_str); + address_expansion_array *expansions = value->expansions; + + if (expansions != NULL) { + bool current_phrase_have_ambiguous = delete_phrases && address_phrase_in_dictionary(phrase, DICTIONARY_AMBIGUOUS_EXPANSION); + bool added_pre_phrase_space = false; + bool current_phrase_have_ignorable = delete_phrases && address_phrase_is_ignorable_for_components(phrase, options.address_components); + bool current_phrase_have_edge_ignorable = false; + + bool current_phrase_have_specifier = delete_phrases && address_phrase_is_specifier_for_components(phrase, options.address_components); + bool current_phrase_have_canonical = delete_phrases && address_phrase_has_canonical_interpretation(phrase); + bool current_phrase_have_possible_root = delete_phrases && address_phrase_is_possible_root_for_components(phrase, options.address_components); + + bool current_phrase_have_valid = address_phrase_is_valid_for_components(phrase, options.address_components); + + log_debug("current_phrase_have_specifier = %d\n", current_phrase_have_specifier); + + bool current_phrase_have_unambiguous = delete_phrases && address_phrase_contains_unambiguous_expansion(phrase); + + /* + Edge phrase handling. This is primarily for handling pre-directionals/post-directionals + in English and other languages. + */ + bool skip_edge_phrase = false; + bool other_phrase_is_ignorable = false; + + if (delete_phrases) { + phrase_language_t other_phrase_lang; + phrase_t other_phrase; + + log_debug("i = %zu, phrase.start = %u\n", i, phrase.start); + if (i == 0 && phrase.start == 0 && phrase.start + phrase.len < num_tokens) { + current_phrase_have_edge_ignorable = address_phrase_is_edge_ignorable_for_components(phrase, options.address_components); + // Delete "E" in "E 125th St" + if (current_phrase_have_edge_ignorable) { + log_debug("edge-ignorable phrase [%u, %u]\n", phrase.start, phrase.start + phrase.len); + skip_edge_phrase = true; + } + + if (!skip_edge_phrase || !have_non_phrase_tokens) { + for (size_t other_i = i + 1; other_i < phrases->n; other_i++) { + other_phrase_lang = phrases->a[other_i]; + other_phrase = other_phrase_lang.phrase; + log_debug("phrase.start + phrase.len = %u\n", phrase.start + phrase.len); + log_debug("other_phrase.start = %u, other_phrase.len = %u, lang=%s\n", other_phrase.start, other_phrase.len, other_phrase_lang.language); + if (other_phrase.start >= phrase.start + phrase.len && string_equals(other_phrase_lang.language, phrase_lang.language)) { + if (other_phrase.start + other_phrase.len == num_tokens) { + skip_edge_phrase = false; + if (current_phrase_have_edge_ignorable || (current_phrase_have_ambiguous && current_phrase_have_canonical)) { + // don't delete the "E" in "E St" + log_debug("initial phrase is edge ignorable out of two phrases. Checking next phrase is ignorable.\n"); + + skip_edge_phrase = !(address_phrase_is_ignorable_for_components(other_phrase, options.address_components) && !(address_phrase_has_canonical_interpretation(other_phrase) && address_phrase_is_possible_root_for_components(other_phrase, options.address_components))); + log_debug("skip_edge_phrase = %d\n", skip_edge_phrase); + } else { + log_debug("initial phrase is not edge-ignorable out of two phrases. Checking next phrase is edge ignorable.\n"); + // delete "Avenue" in "Avenue E" + other_phrase_is_ignorable = address_phrase_is_edge_ignorable_for_components(other_phrase, options.address_components) || (address_phrase_in_dictionary(other_phrase, DICTIONARY_AMBIGUOUS_EXPANSION) && address_phrase_has_canonical_interpretation(other_phrase)); + skip_edge_phrase = other_phrase_is_ignorable && address_phrase_is_ignorable_for_components(phrase, options.address_components) && !(address_phrase_has_canonical_interpretation(phrase) && address_phrase_is_possible_root_for_components(phrase, options.address_components)); + + } + } else { + // If we encounter an ignorable phrase like St and we're _not_ the end of the string e.g. "E St SE", the first token is probably a legit token instead of a pre-directional + skip_edge_phrase = !(address_phrase_is_ignorable_for_components(other_phrase, options.address_components) && !((address_phrase_has_canonical_interpretation(other_phrase) || address_phrase_is_edge_ignorable_for_components(other_phrase, options.address_components)) && address_phrase_is_possible_root_for_components(other_phrase, options.address_components))); + log_debug("phrase is possible root. skip_edge_phrase = %d\n", skip_edge_phrase); + } + break; + } + } + } + } else if (phrases->n > 1 && i == phrases->n - 1 && phrase.start + phrase.len == num_tokens && phrase.start > 0) { + current_phrase_have_edge_ignorable = address_phrase_is_edge_ignorable_for_components(phrase, options.address_components); + if (current_phrase_have_edge_ignorable) { + log_debug("edge-ignorable phrase [%u, %u]\n", phrase.start, phrase.start + phrase.len); + skip_edge_phrase = true; + } + + log_debug("have_non_phrase_tokens = %d\n", have_non_phrase_tokens); + if (!skip_edge_phrase || !have_non_phrase_tokens) { + for (ssize_t other_j = i - 1; other_j >= 0; other_j--) { + other_phrase_lang = phrases->a[other_j]; + other_phrase = other_phrase_lang.phrase; + log_debug("phrase.start + phrase.len = %u\n", phrase.start + phrase.len); + log_debug("other_phrase.start = %u, other_phrase.len = %u, lang=%s\n", other_phrase.start, other_phrase.len, other_phrase_lang.language); + if (other_phrase.start + other_phrase.len <= phrase.start && string_equals(other_phrase_lang.language, phrase_lang.language)) { + if (other_phrase.start == 0) { + //other_phrase_invalid = address_phrase_is_ignorable_for_components(other_phrase, options.address_components) && !address_phrase_has_canonical_interpretation(other_phrase) && !address_phrase_is_possible_root_for_components(other_phrase, options.address_components); + skip_edge_phrase = false; + if (current_phrase_have_edge_ignorable || (current_phrase_have_ambiguous && current_phrase_have_canonical)) { + // don't delete the "E" in "Avenue E" + log_debug("final phrase is edge ignorable out of two phrases. Checking previous phrase is ignorable.\n"); + + skip_edge_phrase = !(address_phrase_is_ignorable_for_components(other_phrase, options.address_components) && !(address_phrase_has_canonical_interpretation(other_phrase) && address_phrase_is_possible_root_for_components(other_phrase, options.address_components))) && string_tree_num_tokens(tree) > 0; + } else { + log_debug("final phrase is not edge-ignorable out of two phrases. Checking previous phrase is edge ignorable.\n"); + // delete "St" in "E St" + other_phrase_is_ignorable = address_phrase_is_edge_ignorable_for_components(other_phrase, options.address_components) || (address_phrase_in_dictionary(other_phrase, DICTIONARY_AMBIGUOUS_EXPANSION) && address_phrase_has_canonical_interpretation(other_phrase)); + skip_edge_phrase = other_phrase_is_ignorable && address_phrase_is_ignorable_for_components(phrase, options.address_components) && !(address_phrase_has_canonical_interpretation(phrase) && address_phrase_is_possible_root_for_components(phrase, options.address_components)); + + //skip_edge_phrase = address_phrase_is_edge_ignorable_for_components(other_phrase, options.address_components); + } + } + break; + } + } + } + } + } + + if (phrase.start == prev_phrase.start && phrase.len == prev_phrase.len && skipped_last_edge_phrase) { + skip_edge_phrase = true; + } + + for (size_t j = 0; j < expansions->n; j++) { + if (skip_edge_phrase) { + skipped_last_edge_phrase = true; + log_debug("skip edge phrase\n"); + continue; + } else { + skipped_last_edge_phrase = false; + } + + address_expansion_t expansion = expansions->a[j]; + + bool current_phrase_ignorable = false; + bool current_phrase_expandable = expand_phrases && expansion.canonical_index != NULL_CANONICAL_INDEX; + + bool is_ambiguous = address_expansion_in_dictionary(expansion, DICTIONARY_AMBIGUOUS_EXPANSION); + bool is_valid_for_components = address_expansion_is_valid_for_components(expansion, options.address_components); + + if (delete_phrases) { + bool is_ignorable = address_expansion_is_ignorable_for_components(expansion, options.address_components); + bool is_canonical = expansion.canonical_index == NULL_CANONICAL_INDEX; + + log_debug("is_ignorable = %d, is_canonical = %d, is_ambiguous = %d, current_phrase_have_ambiguous = %d, current_phrase_have_unambiguous = %d, have_strictly_ignorable = %d, current_phrase_have_ignorable=%d, current_phrase_have_possible_root=%d\n", is_ignorable, is_canonical, is_ambiguous, current_phrase_have_ambiguous, current_phrase_have_unambiguous, have_strictly_ignorable, current_phrase_have_ignorable, current_phrase_have_possible_root); + + current_phrase_expandable = current_phrase_expandable || current_phrase_have_ambiguous; + + if (!is_canonical) { + char *canon = address_dictionary_get_canonical(expansion.canonical_index); + log_debug("canonical = %s\n", canon); + } + + // Edge phrase calculations from above + if (current_phrase_have_edge_ignorable || other_phrase_is_ignorable) { + log_debug("current_phrase_have_edge_ignorable\n"); + log_debug("skip_edge_phrase = %d\n", skip_edge_phrase); + current_phrase_ignorable = skip_edge_phrase; + // Don't delete "PH" in "PH 1" for unit expansions + } else if (is_ignorable && current_phrase_have_specifier) { + log_debug("current_phrase_have_specifier\n"); + current_phrase_ignorable = false; + // Delete "Avenue" in "5th Avenue" + } else if (is_ignorable && is_canonical && !current_phrase_have_ambiguous) { + log_debug("is_ignorable && is_canonical && !current_phrase_have_ambiguous\n"); + current_phrase_ignorable = have_non_phrase_tokens || (have_possible_root && !current_phrase_have_possible_root) || string_tree_num_tokens(tree) > 0; + log_debug("current_phrase_ignorable = %d\n", current_phrase_ignorable); + // Delete "Ave" in "5th Ave" or "Pl" in "Park Pl S" + } else if (is_ignorable && !is_canonical && !is_ambiguous && !current_phrase_have_ambiguous) { + log_debug("is_ignorable && !is_canonical && !current_phrase_have_ambiguous\n"); + current_phrase_ignorable = have_non_phrase_tokens || (have_possible_root && !current_phrase_have_possible_root) || string_tree_num_tokens(tree) > 0; + log_debug("current_phrase_ignorable = %d\n", current_phrase_ignorable); + } else if (current_phrase_have_ambiguous && (have_non_phrase_word_tokens || is_numeric_component || have_canonical_phrases || have_possible_root)) { + log_debug("current_phrase_have_ambiguous && have_non_phrase_tokens = %d, have_canonical_phrases = %d, have_possible_root = %d, have_non_phrase_word_tokens = %d, is_numeric_component = %d, have_non_phrase_tokens = %d\n", have_non_phrase_tokens, have_canonical_phrases, have_possible_root, have_non_phrase_word_tokens, is_numeric_component, have_non_phrase_tokens); + current_phrase_ignorable = (is_ignorable && !(have_possible_root && !current_phrase_have_possible_root)) || (current_phrase_have_ambiguous && (have_non_phrase_word_tokens || (is_numeric_component && have_non_phrase_tokens)) && current_phrase_have_ignorable && current_phrase_have_unambiguous); + log_debug("current_phrase_ignorable = %d\n", current_phrase_ignorable); + } else if (!is_valid_for_components && !is_ambiguous) { + log_debug("!is_valid_for_components\n"); + current_phrase_ignorable = current_phrase_have_ignorable || current_phrase_have_valid; + log_debug("current_phrase_ignorable = %d\n", current_phrase_ignorable); + } else { + log_debug("none of the above\n"); + } + + if (!current_phrase_ignorable && !last_added_was_whitespace && string_tree_num_tokens(tree) > 0 && !added_pre_phrase_space) { + log_debug("Adding space\n"); + string_tree_add_string(tree, " "); + string_tree_finalize_token(tree); + last_added_was_whitespace = true; + added_pre_phrase_space = true; + } + + } + + if (current_phrase_ignorable) { + continue; + } + + if (delete_phrases) { + current_phrase_expandable = !current_phrase_ignorable; + } else { + current_phrase_expandable = (expansion.address_components & options.address_components) || is_valid_for_components; + } + + log_debug("current_phrase_expandable = %d\n", current_phrase_expandable); + + log_debug("expansion.canonical_index = %d\n", expansion.canonical_index); + + if (expansion.canonical_index != NULL_CANONICAL_INDEX && current_phrase_expandable) { + log_debug("expansion.canonical_index != NULL_CANONICAL_INDEX, delete_phrases = %d, phrase_option = %d\n", delete_phrases, phrase_option); + char *canonical = address_dictionary_get_canonical(expansion.canonical_index); + char *canonical_normalized = normalize_string_latin(canonical, strlen(canonical), normalize_string_options); + + canonical = canonical_normalized != NULL ? canonical_normalized : canonical; + + if (phrase.start + phrase.len < num_tokens - 1) { + token_t next_token = tokens[phrase.start + phrase.len]; + if (!is_numeric_token(next_token.type)) { + log_debug("non-canonical phrase, adding canonical string: %s\n", canonical); + string_tree_add_string(tree, canonical); + last_added_was_whitespace = false; + } else { + log_debug("adding canonical with cstring_array methods: %s\n", canonical); + uint32_t start_index = cstring_array_start_token(tree->strings); + cstring_array_append_string(tree->strings, canonical); + cstring_array_append_string(tree->strings, " "); + last_added_was_whitespace = true; + cstring_array_terminate(tree->strings); + } + } else { + log_debug("adding canonical: %s\n", canonical); + string_tree_add_string(tree, canonical); + last_added_was_whitespace = false; + } + + if (canonical_normalized != NULL) { + free(canonical_normalized); + } + } else if (expansion.canonical_index == NULL_CANONICAL_INDEX || !current_phrase_expandable) { + log_debug("canonical phrase, adding canonical string\n"); + + uint32_t start_index = cstring_array_start_token(tree->strings); + for (size_t k = phrase.start; k < phrase.start + phrase.len; k++) { + token = tokens[k]; + if (token.type != WHITESPACE) { + cstring_array_append_string_len(tree->strings, str + token.offset, token.len); + last_added_was_whitespace = false; + } else { + log_debug("space\n"); + cstring_array_append_string(tree->strings, " "); + last_added_was_whitespace = true; + } + } + cstring_array_terminate(tree->strings); + } else { + continue; + } + + added_expansions++; + } + + } + } + + log_debug("expansion_valid_components == %d\n", expansion_valid_components); + + if (added_expansions == 0 && (!delete_phrases || !expansion_valid_components)) { + if (!last_added_was_whitespace && string_tree_num_tokens(tree) > 0) { + log_debug("Adding space\n"); + string_tree_add_string(tree, " "); + string_tree_finalize_token(tree); + last_added_was_whitespace = true; + } + + uint32_t start_index = cstring_array_start_token(tree->strings); + + for (size_t j = phrase.start; j < phrase.start + phrase.len; j++) { + token = tokens[j]; + + if (token.type != WHITESPACE) { + log_debug("Adding canonical token, %.*s\n", (int)token.len, str + token.offset); + cstring_array_append_string_len(tree->strings, str + token.offset, token.len); + last_added_was_whitespace = false; + } else if (!last_added_was_whitespace) { + log_debug("Adding space\n"); + cstring_array_append_string(tree->strings, " "); + last_added_was_whitespace = true; + } + + } + + cstring_array_terminate(tree->strings); + + } + + if (!delete_phrases || !expansion_valid_components || added_expansions > 0) { + log_debug("i=%zu\n", i); + bool end_of_phrase = false; + if (i < phrases->n - 1) { + phrase_t next_phrase = phrases->a[i + 1].phrase; + end_of_phrase = (next_phrase.start != phrase.start || next_phrase.len != phrase.len); + } else { + end_of_phrase = true; + } + + log_debug("end_of_phrase=%d\n", end_of_phrase); + if (end_of_phrase) { + log_debug("finalize at i=%zu\n", i); + string_tree_finalize_token(tree); + } + } + + start = phrase.start + phrase.len; + prev_phrase = phrase; + + } + + char_array_destroy(key); + + end = (int)num_tokens; + + if (phrase.start + phrase.len > 0 && phrase.start + phrase.len <= end - 1 && !last_added_was_whitespace) { + token_t next_token = tokens[phrase.start + phrase.len]; + if (next_token.type != WHITESPACE && !last_added_was_whitespace && string_tree_num_tokens(tree) > 0 && !is_ideographic(next_token.type)) { + log_debug("space after phrase\n"); + string_tree_add_string(tree, " "); + last_added_was_whitespace = true; + string_tree_finalize_token(tree); + } + } + + + for (size_t j = start; j < end; j++) { + log_debug("On token %zu\n", j); + token_t token = tokens[j]; + if (is_punctuation(token.type)) { + log_debug("last_was_punctuation\n"); + last_was_punctuation = true; + continue; + } + + if (token.type != WHITESPACE) { + if (j > 0 && last_was_punctuation && !last_added_was_whitespace && string_tree_num_tokens(tree) > 0) { + log_debug("Adding another space\n"); + string_tree_add_string(tree, " "); + string_tree_finalize_token(tree); + } + log_debug("Adding previous token, %.*s\n", (int)token.len, str + token.offset); + + bool have_period_affixes = add_period_affixes_or_token(tree, str, token, options); + last_added_was_whitespace = false; + } else if (!last_added_was_whitespace && string_tree_num_tokens(tree) > 0) { + log_debug("Adding space IV\n"); + string_tree_add_string(tree, " "); + last_added_was_whitespace = true; + } else { + log_debug("Skipping token %zu\n", j); + continue; + } + + last_was_punctuation = false; + string_tree_finalize_token(tree); + + } + + } else { + log_debug("phrases NULL\n"); + for (size_t j = 0; j < num_tokens; j++) { + log_debug("On token %zu\n", j); + token_t token = tokens[j]; + if (is_punctuation(token.type)) { + log_debug("punctuation, skipping\n"); + last_was_punctuation = true; + continue; + } + + if (token.type != WHITESPACE) { + if (last_was_punctuation && !last_added_was_whitespace && string_tree_num_tokens(tree) > 0) { + log_debug("Adding space V\n"); + string_tree_add_string(tree, " "); + string_tree_finalize_token(tree); + } + + bool have_period_affixes = add_period_affixes_or_token(tree, str, token, options); + last_added_was_whitespace = false; + } else if (!last_added_was_whitespace && string_tree_num_tokens(tree) > 0) { + log_debug("Adding space VI\n"); + string_tree_add_string(tree, " "); + last_added_was_whitespace = true; + } else { + continue; + } + + last_was_punctuation = false; + string_tree_finalize_token(tree); + } + } + + if (phrases != NULL) { + phrase_language_array_destroy(phrases); + } + + token_array_destroy(token_array); + + return tree; +} + +inline bool normalize_ordinal_suffixes(string_tree_t *tree, char *str, char *lang, token_t token, size_t i, token_t prev_token, libpostal_normalize_options_t options) { + size_t len_ordinal_suffix = valid_ordinal_suffix_len(str, token, prev_token, lang); + + if (len_ordinal_suffix > 0) { + cstring_array *strings = tree->strings; + // Add the original form first. When this function returns true, + // add_normalized_strings_token won't be called a second time. + add_normalized_strings_token(strings, str, token, options); + token_t normalized_token = token; + normalized_token.len = token.len - len_ordinal_suffix; + add_normalized_strings_token(strings, str, normalized_token, options); + return true; + } + + return false; +} + +inline void add_normalized_strings_tokenized(string_tree_t *tree, char *str, token_array *tokens, libpostal_normalize_options_t options) { + cstring_array *strings = tree->strings; + + token_t prev_token = (token_t){0, 0, 0}; + + for (size_t i = 0; i < tokens->n; i++) { + token_t token = tokens->a[i]; + bool have_phrase = false; + bool have_ordinal = false; + + if (is_special_token(token.type)) { + string_tree_add_string_len(tree, str + token.offset, token.len); + string_tree_finalize_token(tree); + continue; + } + + for (size_t j = 0; j < options.num_languages; j++) { + char *lang = options.languages[j]; + if (expand_affixes(tree, str, lang, token, options)) { + have_phrase = true; + break; + } + + if (normalize_ordinal_suffixes(tree, str, lang, token, i, prev_token, options)) { + have_ordinal = true; + break; + } + } + + if (!have_phrase && !have_ordinal) { + add_normalized_strings_token(strings, str, token, options); + } + + string_tree_finalize_token(tree); + prev_token = token; + } + +} + + +void expand_alternative_phrase_option(cstring_array *strings, khash_t(str_set) *unique_strings, char *str, libpostal_normalize_options_t options, expansion_phrase_option_t phrase_option) { + size_t len = strlen(str); + token_array *tokens = tokenize_keep_whitespace(str); + string_tree_t *token_tree = string_tree_new_size(len); + + add_normalized_strings_tokenized(token_tree, str, tokens, options); + + string_tree_iterator_t *tokenized_iter = string_tree_iterator_new(token_tree); + + string_tree_iterator_t *iter; + + char_array *temp_string = char_array_new_size(len); + + char *token; + + char *lang; + + kh_resize(str_set, unique_strings, kh_size(unique_strings) + tokenized_iter->remaining); + + bool excessive_perms_outer = tokenized_iter->remaining >= EXCESSIVE_PERMUTATIONS; + + if (!excessive_perms_outer) { + kh_resize(str_set, unique_strings, kh_size(unique_strings) + tokenized_iter->remaining); + } + + log_debug("tokenized_iter->remaining=%d\n", tokenized_iter->remaining); + + for (; !string_tree_iterator_done(tokenized_iter); string_tree_iterator_next(tokenized_iter)) { + char_array_clear(temp_string); + + string_tree_iterator_foreach_token(tokenized_iter, token, { + if (token == NULL) { + continue; + } + char_array_append(temp_string, token); + }) + char_array_terminate(temp_string); + + char *tokenized_str = char_array_get_string(temp_string); + + string_tree_t *alternatives; + + int ret; + log_debug("Adding alternatives for single normalization\n"); + alternatives = add_string_alternatives_phrase_option(tokenized_str, options, phrase_option); + + log_debug("num strings = %" PRIu32 "\n", string_tree_num_strings(alternatives)); + + if (alternatives == NULL) { + log_debug("alternatives = NULL\n"); + continue; + } + + iter = string_tree_iterator_new(alternatives); + log_debug("iter->num_tokens=%d\n", iter->num_tokens); + log_debug("iter->remaining=%d\n", iter->remaining); + + bool excessive_perms_inner = iter->remaining >= EXCESSIVE_PERMUTATIONS; + + if (!excessive_perms_inner && !excessive_perms_outer) { + for (; !string_tree_iterator_done(iter); string_tree_iterator_next(iter)) { + char_array_clear(temp_string); + string_tree_iterator_foreach_token(iter, token, { + if (token == NULL) { + log_debug("token=NULL\n"); + } else { + log_debug("token=%s\n", token); + char_array_append(temp_string, token); + } + }) + char_array_terminate(temp_string); + + token = char_array_get_string(temp_string); + + size_t token_len = strlen(token); + + if (token_len == 0) continue; + + size_t left_spaces = string_left_spaces_len(token, token_len); + size_t right_spaces = string_right_spaces_len(token, token_len); + + if (left_spaces + right_spaces == token_len) { + continue; + } + + char *dupe_token = strndup(token + left_spaces, token_len - left_spaces - right_spaces); + + log_debug("full string=%s\n", token); + khiter_t k = kh_get(str_set, unique_strings, dupe_token); + + if (k == kh_end(unique_strings)) { + log_debug("doing postprocessing\n"); + add_postprocessed_string(strings, dupe_token, options); + k = kh_put(str_set, unique_strings, dupe_token, &ret); + } else { + free(dupe_token); + } + + log_debug("iter->remaining = %d\n", iter->remaining); + + } + } else { + cstring_array_add_string(strings, tokenized_str); + } + + string_tree_iterator_destroy(iter); + string_tree_destroy(alternatives); + + if (excessive_perms_outer) { + break; + } + } + + string_tree_iterator_destroy(tokenized_iter); + string_tree_destroy(token_tree); + + token_array_destroy(tokens); + + char_array_destroy(temp_string); +} + + + +void expand_alternative_phrase_option_languages(cstring_array *strings, khash_t(str_set) *unique_strings, char *str, libpostal_normalize_options_t options, expansion_phrase_option_t phrase_option) { + char **temp_languages = calloc(1, sizeof(char *)); + libpostal_normalize_options_t temp_options = options; + + for (size_t i = 0; i < options.num_languages; i++) { + char *lang = options.languages[i]; + + temp_languages[0] = lang; + temp_options.languages = temp_languages; + temp_options.num_languages = 1; + expand_alternative_phrase_option(strings, unique_strings, str, temp_options, phrase_option); + } + + if (options.num_languages == 0) { + temp_options.languages = options.languages; + temp_options.num_languages = options.num_languages; + expand_alternative_phrase_option(strings, unique_strings, str, temp_options, phrase_option); + } + + free(temp_languages); +} + + +cstring_array *expand_address_phrase_option(char *input, libpostal_normalize_options_t options, size_t *n, expansion_phrase_option_t phrase_option) { + options.address_components |= LIBPOSTAL_ADDRESS_ANY; + + uint64_t normalize_string_options = get_normalize_string_options(options); + + size_t len = strlen(input); + + libpostal_language_classifier_response_t *lang_response = NULL; + + if (options.num_languages == 0) { + lang_response = classify_languages(input); + if (lang_response != NULL) { + options.num_languages = lang_response->num_languages; + options.languages = lang_response->languages; + } + } + + string_tree_t *tree = normalize_string_languages(input, normalize_string_options, options.num_languages, options.languages); + + cstring_array *strings = cstring_array_new_size(len * 2); + char_array *temp_string = char_array_new_size(len); + + khash_t(str_set) *unique_strings = kh_init(str_set); + + char *token; + + log_debug("string_tree_num_tokens(tree) = %d\n", string_tree_num_tokens(tree)); + + if (string_tree_num_strings(tree) == 1) { + char *normalized = string_tree_get_alternative(tree, 0, 0); + expand_alternative_phrase_option_languages(strings, unique_strings, normalized, options, phrase_option); + + } else { + log_debug("Adding alternatives for multiple normalizations\n"); + string_tree_iterator_t *iter = string_tree_iterator_new(tree); + + for (; !string_tree_iterator_done(iter); string_tree_iterator_next(iter)) { + char *segment; + char_array_clear(temp_string); + bool is_first = true; + + string_tree_iterator_foreach_token(iter, segment, { + if (!is_first) { + char_array_append(temp_string, " "); + } + char_array_append(temp_string, segment); + is_first = false; + }) + char_array_terminate(temp_string); + token = char_array_get_string(temp_string); + log_debug("current permutation = %s\n", token); + expand_alternative_phrase_option_languages(strings, unique_strings, token, options, phrase_option); + } + + string_tree_iterator_destroy(iter); + } + + char *key_str = NULL; + for (size_t i = kh_begin(unique_strings); i != kh_end(unique_strings); ++i) { + if (!kh_exist(unique_strings, i)) continue; + key_str = (char *)kh_key(unique_strings, i); + free(key_str); + } + + kh_destroy(str_set, unique_strings); + + if (lang_response != NULL) { + libpostal_language_classifier_response_destroy(lang_response); + } + + char_array_destroy(temp_string); + string_tree_destroy(tree); + + *n = cstring_array_num_strings(strings); + + return strings; +} + +cstring_array *expand_address(char *input, libpostal_normalize_options_t options, size_t *n) { + return expand_address_phrase_option(input, options, n, EXPAND_PHRASES); +} + +cstring_array *expand_address_root(char *input, libpostal_normalize_options_t options, size_t *n) { + return expand_address_phrase_option(input, options, n, DELETE_PHRASES); +} + + +void expansion_array_destroy(char **expansions, size_t n) { + for (size_t i = 0; i < n; i++) { + free(expansions[i]); + } + free(expansions); +} + diff --git a/src/expand.h b/src/expand.h new file mode 100644 index 0000000..70980da --- /dev/null +++ b/src/expand.h @@ -0,0 +1,64 @@ +#ifndef EXPAND_H +#define EXPAND_H + +#include +#include + +#include "libpostal.h" + +#include "address_dictionary.h" +#include "collections.h" +#include "klib/khash.h" +#include "klib/ksort.h" +#include "trie_search.h" + +typedef struct phrase_language { + char *language; + phrase_t phrase; +} phrase_language_t; + +VECTOR_INIT(phrase_language_array, phrase_language_t) + +#define ks_lt_phrase_language(a, b) ((a).phrase.start < (b).phrase.start || ((a).phrase.start == (b).phrase.start && (a).phrase.len > (b).phrase.len)) + +KSORT_INIT(phrase_language_array, phrase_language_t, ks_lt_phrase_language) + +uint64_t get_normalize_token_options(libpostal_normalize_options_t options); +uint64_t get_normalize_string_options(libpostal_normalize_options_t options); + +void add_normalized_strings_token(cstring_array *strings, char *str, token_t token, libpostal_normalize_options_t options); +void add_postprocessed_string(cstring_array *strings, char *str, libpostal_normalize_options_t options); + +address_expansion_array *valid_affix_expansions(phrase_t phrase, libpostal_normalize_options_t options); + +void cat_affix_expansion(char_array *key, char *str, address_expansion_t expansion, token_t token, phrase_t phrase, libpostal_normalize_options_t options); +bool add_affix_expansions(string_tree_t *tree, char *str, char *lang, token_t token, phrase_t prefix, phrase_t suffix, libpostal_normalize_options_t options, bool with_period); + +bool expand_affixes(string_tree_t *tree, char *str, char *lang, token_t token, libpostal_normalize_options_t options); +bool expand_affixes_period(string_tree_t *tree, char *str, char *lang, token_t token, libpostal_normalize_options_t options); +bool add_period_affixes_or_token(string_tree_t *tree, char *str, token_t token, libpostal_normalize_options_t options); + +bool normalize_ordinal_suffixes(string_tree_t *tree, char *str, char *lang, token_t token, size_t i, token_t prev_token, libpostal_normalize_options_t options); + +void add_normalized_strings_tokenized(string_tree_t *tree, char *str, token_array *tokens, libpostal_normalize_options_t options); + + +bool address_phrase_is_ignorable_for_components(phrase_t phrase, uint32_t address_components); +bool address_phrase_is_edge_ignorable_for_components(phrase_t phrase, uint32_t address_components); +bool address_phrase_is_possible_root_for_components(phrase_t phrase, uint32_t address_components); +bool address_phrase_is_specifier_for_components(phrase_t phrase, uint32_t address_components); +bool address_phrase_is_valid_for_components(phrase_t phrase, uint32_t address_components); + + +typedef enum { + EXPAND_PHRASES, + KEEP_PHRASES, + DELETE_PHRASES +} expansion_phrase_option_t; + +cstring_array *expand_address(char *input, libpostal_normalize_options_t options, size_t *n); +cstring_array *expand_address_phrase_option(char *input, libpostal_normalize_options_t options, size_t *n, expansion_phrase_option_t phrase_option); +cstring_array *expand_address_root(char *input, libpostal_normalize_options_t options, size_t *n); +void expansion_array_destroy(char **expansions, size_t n); + +#endif diff --git a/src/features.c b/src/features.c new file mode 100644 index 0000000..ada3586 --- /dev/null +++ b/src/features.c @@ -0,0 +1,69 @@ +#include "features.h" + + +void feature_array_add(cstring_array *features, size_t count, ...) { + if (count <= 0) { + return; + } + + va_list args; + va_start(args, count); + + cstring_array_start_token(features); + + bool strip_separator = true; + char_array_add_vjoined(features->str, FEATURE_SEPARATOR_CHAR, strip_separator, count, args); + va_end(args); +} + + +void feature_array_add_printf(cstring_array *features, char *format, ...) { + va_list args; + va_start(args, format); + cstring_array_start_token(features); + char_array_cat_vprintf(features->str, format, args); + va_end(args); +} + + +bool feature_counts_update_or_add(khash_t(str_double) *features, char *feature, double count, bool copy, bool add) { + khiter_t k; + + k = kh_get(str_double, features, feature); + if (k == kh_end(features)) { + int ret; + char *str; + if (copy) { + str = strdup(feature); + } else { + str = feature; + } + + k = kh_put(str_double, features, str, &ret); + if (ret < 0) return false; + + kh_value(features, k) = count; + } else if (add) { + kh_value(features, k) += count; + } else { + kh_value(features, k) = count; + } + return true; +} + + +inline bool feature_counts_add(khash_t(str_double) *features, char *feature, double count) { + return feature_counts_update_or_add(features, feature, count, true, true); +} + +inline bool feature_counts_add_no_copy(khash_t(str_double) *features, char *feature, double count) { + return feature_counts_update_or_add(features, feature, count, false, true); +} + +inline bool feature_counts_update(khash_t(str_double) *features, char *feature, double count) { + return feature_counts_update_or_add(features, feature, count, true, false); +} + +inline bool feature_counts_update_no_copy(khash_t(str_double) *features, char *feature, double count) { + return feature_counts_update_or_add(features, feature, count, false, false); +} diff --git a/src/features.h b/src/features.h new file mode 100644 index 0000000..6f99ae3 --- /dev/null +++ b/src/features.h @@ -0,0 +1,27 @@ +#ifndef FEATURES_H +#define FEATURES_H + +#include +#include +#include "collections.h" +#include "string_utils.h" + +#define FEATURE_SEPARATOR_CHAR "|" + +// Add feature to array + +void feature_array_add(cstring_array *features, size_t count, ...); + +// Add feature using printf format +void feature_array_add_printf(cstring_array *features, char *format, ...); + +// Add feature count to dictionary + +bool feature_counts_add(khash_t(str_double) *features, char *feature, double count); +bool feature_counts_add_no_copy(khash_t(str_double) *features, char *feature, double count); +bool feature_counts_update(khash_t(str_double) *features, char *feature, double count); +bool feature_counts_update_no_copy(khash_t(str_double) *features, char *feature, double count); + +VECTOR_INIT(feature_count_array, khash_t(str_double) *) + +#endif \ No newline at end of file diff --git a/src/file_utils.c b/src/file_utils.c new file mode 100644 index 0000000..5fc2dfb --- /dev/null +++ b/src/file_utils.c @@ -0,0 +1,284 @@ +#include "file_utils.h" + +char *file_getline(FILE * f) +{ + char buf[BUFSIZ]; + + char *ret = NULL; + + size_t buf_len = 0; + size_t ret_size = 0; + + while (fgets(buf, BUFSIZ, f) != NULL) { + buf_len = strlen(buf); + if (buf_len == 0) break; + ret = realloc(ret, ret_size + buf_len + 1); + memcpy(ret+ret_size, buf, buf_len); + ret_size += buf_len; + ret[ret_size] = '\0'; + if (ret[ret_size - 1] == '\n') { + ret[ret_size - 1] = '\0'; + // Handle carriage returns + if (ret_size > 1 && ret[ret_size-2] == '\r') { + ret[ret_size - 2] = '\0'; + } + break; + } + } + + if (ret_size == 0) { + return NULL; + } + return ret; +} + +bool file_exists(char *filename) { + FILE *f = fopen(filename, "r"); + bool exists = f != NULL; + if (exists) fclose(f); + return exists; +} + +bool is_relative_path(struct dirent *ent) { + return strcmp(ent->d_name, ".") == 0 || strcmp(ent->d_name, "..") == 0; +} + +char *path_vjoin(int n, va_list args) { + char_array *path = char_array_new(); + if (path == NULL) return NULL; + char_array_add_vjoined(path, PATH_SEPARATOR, true, n, args); + return char_array_to_string(path); +} + +char *path_join(int n, ...) { + va_list args; + va_start(args, n); + char *path = path_vjoin(n, args); + va_end(args); + return path; +} + +inline uint64_t file_deserialize_uint64(unsigned char *buf) { + return ((uint64_t)buf[0] << 56) | + ((uint64_t)buf[1] << 48) | + ((uint64_t)buf[2] << 40) | + ((uint64_t)buf[3] << 32) | + ((uint64_t)buf[4] << 24) | + ((uint64_t)buf[5] << 16) | + ((uint64_t)buf[6] << 8) | + (uint64_t)buf[7]; +} + +bool file_read_uint64(FILE *file, uint64_t *value) { + unsigned char buf[8]; + + if (fread(buf, 8, 1, file) == 1) { + *value = file_deserialize_uint64(buf); + return true; + } + return false; +} + +bool file_read_uint64_array(FILE *file, uint64_t *value, size_t n) { + unsigned char *buf = malloc(n * sizeof(uint64_t)); + + if (buf == NULL) return false; + + bool ret = false; + + if (fread(buf, sizeof(uint64_t), n, file) == n) { + + for (size_t i = 0, byte_offset = 0; i < n; i++, byte_offset += sizeof(uint64_t)) { + unsigned char *ptr = buf + byte_offset; + value[i] = file_deserialize_uint64(ptr); + } + ret = true; + } + free(buf); + return ret; +} + + +bool file_write_uint64(FILE *file, uint64_t value) { + unsigned char buf[8]; + buf[0] = ((uint8_t)(value >> 56) & 0xff); + buf[1] = ((uint8_t)(value >> 48) & 0xff); + buf[2] = ((uint8_t)(value >> 40) & 0xff); + buf[3] = ((uint8_t)(value >> 32) & 0xff); + buf[4] = ((uint8_t)(value >> 24) & 0xff); + buf[5] = ((uint8_t)(value >> 16) & 0xff); + buf[6] = ((uint8_t)(value >> 8) & 0xff); + buf[7] = (uint8_t)(value & 0xff); + + return (fwrite(buf, 8, 1, file) == 1); +} + +typedef union { + uint64_t u; + double d; +} uint64_double_t; + +bool file_read_double(FILE *file, double *value) { + uint64_double_t ud; + if (!file_read_uint64(file, &ud.u)) { + return false; + } + *value = ud.d; + return true; +} + +bool file_read_double_array(FILE *file, double *value, size_t n) { + unsigned char *buf = malloc(n * sizeof(uint64_t)); + + if (buf == NULL) return false; + + bool ret = false; + + if (fread(buf, sizeof(uint64_t), n, file) == n) { + uint64_double_t ud; + + for (size_t i = 0, byte_offset = 0; i < n; i++, byte_offset += sizeof(uint64_t)) { + unsigned char *ptr = buf + byte_offset; + ud.u = file_deserialize_uint64(ptr); + value[i] = ud.d; + } + ret = true; + } + free(buf); + return ret; +} + +bool file_write_double(FILE *file, double value) { + uint64_double_t ud; + ud.d = value; + return file_write_uint64(file, ud.u); +} + +typedef union { + uint32_t u; + float f; +} uint32_float_t; + +bool file_read_float(FILE *file, float *value) { + uint32_float_t uf; + + if (!file_read_uint32(file, &uf.u)) { + return false; + } + *value = uf.f; + return true; +} + +bool file_read_float_array(FILE *file, float *value, size_t n) { + unsigned char *buf = malloc(n * sizeof(uint32_t)); + + if (buf == NULL) return false; + + bool ret = false; + + if (fread(buf, sizeof(uint32_t), n, file) == n) { + uint32_float_t uf; + + for (size_t i = 0, byte_offset = 0; i < n; i++, byte_offset += sizeof(uint32_t)) { + unsigned char *ptr = buf + byte_offset; + uf.u = file_deserialize_uint32(ptr); + value[i] = uf.f; + } + ret = true; + } + free(buf); + return ret; +} + +bool file_write_float(FILE *file, float value) { + uint32_float_t uf; + uf.f = value; + return file_write_uint32(file, uf.u); + +} + +inline uint32_t file_deserialize_uint32(unsigned char *buf) { + return ((uint32_t)buf[0] << 24) | ((uint32_t)buf[1] << 16) | ((uint32_t)buf[2] << 8) | (uint32_t)buf[3]; +} + +bool file_read_uint32(FILE *file, uint32_t *value) { + unsigned char buf[4]; + + if (fread(buf, 4, 1, file) == 1) { + *value = file_deserialize_uint32(buf); + return true; + } + return false; +} + +bool file_read_uint32_array(FILE *file, uint32_t *value, size_t n) { + unsigned char *buf = malloc(n * sizeof(uint32_t)); + + if (buf == NULL) return false; + + bool ret = false; + + if (fread(buf, sizeof(uint32_t), n, file) == n) { + + for (size_t i = 0, byte_offset = 0; i < n; i++, byte_offset += sizeof(uint32_t)) { + unsigned char *ptr = buf + byte_offset; + value[i] = file_deserialize_uint32(ptr); + } + ret = true; + } + free(buf); + return ret; +} + + +bool file_write_uint32(FILE *file, uint32_t value) { + unsigned char buf[4]; + buf[0] = (value >> 24) & 0xff; + buf[1] = (value >> 16) & 0xff; + buf[2] = (value >> 8) & 0xff; + buf[3] = value & 0xff; + + return (fwrite(buf, 4, 1, file) == 1); +} + + +inline uint16_t file_deserialize_uint16(unsigned char *buf) { + return ((uint16_t)buf[0] << 8) | buf[1]; +} + + +bool file_read_uint16(FILE *file, uint16_t *value) { + unsigned char buf[2]; + + if (fread(buf, 2, 1, file) == 1) { + *value = file_deserialize_uint16(buf); + return true; + } + return false; + +} + +bool file_write_uint16(FILE *file, uint16_t value) { + unsigned char buf[2]; + + buf[0] = value >> 8; + buf[1] = value & 0xff; + + return (fwrite(buf, 2, 1, file) == 1); +} + +bool file_read_uint8(FILE *file, uint8_t *value) { + return (fread(value, sizeof(int8_t), 1, file) == 1); +} + +bool file_write_uint8(FILE *file, uint8_t value) { + return (fwrite(&value, sizeof(int8_t), 1, file) == 1); +} + +bool file_read_chars(FILE *file, char *buf, size_t len) { + return (fread(buf, sizeof(char), len, file) == len); +} + +bool file_write_chars(FILE *file, const char *buf, size_t len) { + return (fwrite(buf, sizeof(char), len, file) == len); +} diff --git a/src/file_utils.h b/src/file_utils.h new file mode 100644 index 0000000..ba9b951 --- /dev/null +++ b/src/file_utils.h @@ -0,0 +1,97 @@ +#ifndef FILE_UTILS_H +#define FILE_UTILS_H + +#include +#include +#include +#include +#include +#include + +#include "libpostal_config.h" +#include "string_utils.h" + +#ifdef HAVE_DIRENT_H +#include +#define NAMLEN(dirent) strlen((dirent)->d_name) + +#else + +#define dirent direct +#define NAMLEN(dirent) ((dirent)->d_namlen) + +#ifdef HAVE_SYS_NDIR_H +#include +#endif + +#ifdef HAVE_SYS_DIR_H +#include +#endif + +#ifdef HAVE_NDIR_H +#include +#endif + +#endif + +#ifndef BUFSIZ +#define BUFSIZ 4096 +#endif + +#ifdef _WIN32 +#define PATH_SEPARATOR "\\" +#else +#define PATH_SEPARATOR "/" +#endif + +#define PATH_SEPARATOR_LEN strlen(PATH_SEPARATOR) + +#define TAB_SEPARATOR "\t" +#define TAB_SEPARATOR_LEN strlen(TAB_SEPARATOR) + +#define COMMA_SEPARATOR "," +#define COMMA_SEPARATOR_LEN strlen(COMMA_SEPARATOR) + +char *file_getline(FILE * f); + +bool file_exists(char *filename); + +bool is_relative_path(struct dirent *ent); + +char *path_join(int n, ...); +char *path_vjoin(int n, va_list args); + +uint64_t file_deserialize_uint64(unsigned char *buf); +bool file_read_uint64(FILE *file, uint64_t *value); +bool file_write_uint64(FILE *file, uint64_t value); + +bool file_read_uint64_array(FILE *file, uint64_t *value, size_t n); + +bool file_read_float(FILE *file, float *value); +bool file_write_float(FILE *file, float value); + +bool file_read_float_array(FILE *file, float *value, size_t n); + +bool file_read_double(FILE *file, double *value); +bool file_write_double(FILE *file, double value); + +bool file_read_double_array(FILE *file, double *value, size_t n); + +uint32_t file_deserialize_uint32(unsigned char *buf); +bool file_read_uint32(FILE *file, uint32_t *value); +bool file_write_uint32(FILE *file, uint32_t value); + +bool file_read_uint32_array(FILE *file, uint32_t *value, size_t n); + +uint16_t file_deserialize_uint16(unsigned char *buf); +bool file_read_uint16(FILE *file, uint16_t *value); +bool file_write_uint16(FILE *file, uint16_t value); + +bool file_read_uint8(FILE *file, uint8_t *value); +bool file_write_uint8(FILE *file, uint8_t value); + +bool file_read_chars(FILE *file, char *buf, size_t len); +bool file_write_chars(FILE *file, const char *buf, size_t len); + +#endif + diff --git a/src/float_utils.c b/src/float_utils.c new file mode 100644 index 0000000..97154f7 --- /dev/null +++ b/src/float_utils.c @@ -0,0 +1,38 @@ +#include "float_utils.h" + +inline bool float_equals_epsilon(float a, float b, float epsilon) { + float diff = fabsf(a - b); + a = fabsf(a); + b = fabsf(b); + + float largest = (b > a) ? b : a; + + return (diff <= largest * epsilon); +} + +inline bool float_equals(float a, float b) { + return float_equals_epsilon(a, b, FLT_EPSILON); +} + +inline float fsign(float x) { + return (float)((x > 0.0f) - (x < 0.0f)); +} + +inline bool double_equals_epsilon(double a, double b, double epsilon) { + double diff = fabs(a - b); + a = fabs(a); + b = fabs(b); + + double largest = (b > a) ? b : a; + + return (diff <= largest * epsilon); +} + +inline bool double_equals(double a, double b) { + return double_equals_epsilon(a, b, DBL_EPSILON); +} + + +inline double sign(double x) { + return (double)((x > 0.0) - (x < 0.0)); +} diff --git a/src/float_utils.h b/src/float_utils.h new file mode 100644 index 0000000..52f5f1b --- /dev/null +++ b/src/float_utils.h @@ -0,0 +1,18 @@ +#ifndef FLOAT_UTILS_H +#define FLOAT_UTILS_H + +#include +#include +#include +#include + +bool float_equals(float a, float b); +bool float_equals_epsilon(float a, float b, float epsilon); +float fsign(float x); + +bool double_equals(double a, double b); +bool double_equals_epsilon(double a, double b, double epsilon); +double sign(double x); + +#endif + diff --git a/src/ftrl.c b/src/ftrl.c new file mode 100644 index 0000000..1dd0216 --- /dev/null +++ b/src/ftrl.c @@ -0,0 +1,298 @@ +#include "ftrl.h" +#include "log/log.h" + +// Follow-the-regularized leader (FTRL) Proximal + +ftrl_trainer_t *ftrl_trainer_new(size_t m, size_t n, bool fit_intercept, double alpha, double beta, double lambda1, double lambda2) { + ftrl_trainer_t *trainer = malloc(sizeof(ftrl_trainer_t)); + if (trainer == NULL) return NULL; + + trainer->z = double_matrix_new_zeros(m, n); + if (trainer->z == NULL) { + goto exit_ftrl_trainer_created; + } + + trainer->fit_intercept = fit_intercept; + trainer->alpha = alpha; + trainer->beta = beta; + trainer->lambda1 = lambda1; + trainer->lambda2 = lambda2; + + trainer->num_features = m; + + trainer->learning_rates = double_array_new_zeros(m); + if (trainer->learning_rates == NULL) { + goto exit_ftrl_trainer_created; + } + + return trainer; +exit_ftrl_trainer_created: + ftrl_trainer_destroy(trainer); + return NULL; +} + +bool ftrl_trainer_reset_params(ftrl_trainer_t *self, double alpha, double beta, double lambda1, double lambda2) { + double_matrix_zero(self->z); + double_array_zero(self->learning_rates->a, self->learning_rates->n); + + self->alpha = alpha; + self->beta = beta; + self->lambda1 = lambda1; + self->lambda2 = lambda2; + return true; +} + + +bool ftrl_trainer_extend(ftrl_trainer_t *self, size_t m) { + if (self == NULL || self->z == NULL || self->learning_rates == NULL) return false; + + if (!double_matrix_resize_fill_zeros(self->z, m, self->z->n) || + !double_array_resize_fill_zeros(self->learning_rates, m)) { + return false; + } + + self->num_features = m; + + return true; +} + +bool ftrl_set_weights(ftrl_trainer_t *self, double_matrix_t *w, uint32_array *indices) { + if (self == NULL || w == NULL) return false; + + size_t m = self->z->m; + size_t n = self->z->n; + + size_t num_indices = m; + + if (indices != NULL) { + num_indices = indices->n; + } + + if (!double_matrix_resize(w, num_indices, n)) { + log_error("Resizing weights failed\n"); + return false; + } + + double lambda1 = self->lambda1; + double lambda2 = self->lambda2; + + double_matrix_t *z = self->z; + double *learning_rates = self->learning_rates->a; + + double alpha = self->alpha; + double beta = self->beta; + + uint32_t *row_indices = NULL; + + if (indices != NULL) { + row_indices = indices->a; + } + + uint32_t row_idx; + size_t i_start = self->fit_intercept ? 1 : 0; + + for (size_t i = 0; i < num_indices; i++) { + if (indices != NULL) { + row_idx = row_indices[i]; + } else { + row_idx = i; + } + + double *row = double_matrix_get_row(z, (size_t)row_idx); + double lr = learning_rates[row_idx]; + double *weights_row = double_matrix_get_row(w, i); + + if (row_idx >= i_start) { + for (size_t j = 0; j < n; j++) { + double z_ij = row[j]; + double sign_z_ij = sign(z_ij); + if (sign_z_ij * z_ij > lambda1) { + double w_ij = -(1.0/(((beta + sqrt(lr)) / alpha) + lambda2)) * (z_ij - sign_z_ij * lambda1); + weights_row[j] = w_ij; + } else { + weights_row[j] = 0.0; + } + } + } else { + for (size_t j = 0; j < n; j++) { + double z_ij = row[j]; + double w_ij = -(1.0/((beta + sqrt(lr)) / alpha)) * z_ij; + weights_row[j] = w_ij; + } + } + } + + return true; +} + +bool ftrl_update_gradient(ftrl_trainer_t *self, double_matrix_t *gradient, double_matrix_t *weights, uint32_array *indices, size_t batch_size) { + if (self == NULL || indices == NULL || gradient == NULL || gradient->m != weights->m || gradient->n != weights->n) { + if (indices == NULL) { + log_error("indices was NULL\n"); + } + log_error("gradient->m = %zu, gradient->n = %zu, weights->m = %zu, weights->n = %zu\n", gradient->m, gradient->n, weights->m, weights->n); + return false; + } + + size_t m = self->z->m; + size_t n = self->z->n; + + size_t num_indices = indices->n; + uint32_t *row_indices = indices->a; + + double_matrix_t *z = self->z; + + double *learning_rates = self->learning_rates->a; + + double alpha = self->alpha; + + for (size_t i = 0; i < num_indices; i++) { + uint32_t row_idx = row_indices[i]; + if (row_idx >= m) { + log_error("row_idx = %u, m = %zu\n", row_idx, m); + return false; + } + double lr = learning_rates[row_idx]; + + double *weights_row = double_matrix_get_row(weights, i); + double *gradient_row = double_matrix_get_row(gradient, i); + double *z_row = double_matrix_get_row(z, row_idx); + + double lr_update = lr; + + for (size_t j = 0; j < n; j++) { + double grad_ij = gradient_row[j]; + lr_update += grad_ij * grad_ij; + } + + double sigma = (1.0 / (alpha * batch_size)) * (sqrt(lr_update) - sqrt(lr)); + + for (size_t j = 0; j < n; j++) { + double z_ij_update = gradient_row[j] - sigma * weights_row[j]; + z_row[j] += z_ij_update; + } + + learning_rates[row_idx] = lr_update; + } + + return true; +} + +double ftrl_reg_cost(ftrl_trainer_t *self, double_matrix_t *theta, uint32_array *update_indices, size_t batch_size) { + double cost = 0.0; + + size_t m = theta->m; + size_t n = theta->n; + + uint32_t *indices = NULL; + size_t num_indices = m; + + if (update_indices != NULL) { + uint32_t *indices = update_indices->a; + size_t num_indices = update_indices->n; + } + size_t i_start = self->fit_intercept ? 1 : 0; + + double lambda1 = self->lambda1; + double lambda2 = self->lambda2; + + double l2_cost = 0.0; + double l1_cost = 0.0; + + for (size_t i = 0; i < m; i++) { + uint32_t row_idx = i; + if (indices != NULL) { + row_idx = indices[i]; + } + + if (row_idx >= i_start) { + double *theta_i = double_matrix_get_row(theta, i); + + l2_cost += double_array_sum_sq(theta_i, n); + l1_cost += double_array_l1_norm(theta_i, n); + } + } + + cost += lambda2 / 2.0 * l2_cost; + cost += lambda1 * l1_cost; + + return cost * 1.0 / (double)batch_size; +} + + +double_matrix_t *ftrl_weights_finalize(ftrl_trainer_t *self) { + if (!ftrl_set_weights(self, self->z, NULL)) { + return NULL; + } + + double_matrix_t *weights = self->z; + self->z = NULL; + return weights; +} + + +sparse_matrix_t *ftrl_weights_finalize_sparse(ftrl_trainer_t *self) { + size_t m = self->z->m; + size_t n = self->z->n; + + double *learning_rates = self->learning_rates->a; + + double alpha = self->alpha; + double beta = self->beta; + double lambda1 = self->lambda1; + double lambda2 = self->lambda2; + + sparse_matrix_t *weights = sparse_matrix_new(); + log_info("weights->m = %" PRIu32 "\n", weights->m); + + size_t i_start = 0; + + if (self->fit_intercept) { + double *row = double_matrix_get_row(self->z, 0); + double lr = learning_rates[0]; + + for (size_t j = 0; j < n; j++) { + double z_ij = row[j]; + double w_ij = -(1.0/((beta + sqrt(lr)) / alpha)) * z_ij; + sparse_matrix_append(weights, j, w_ij); + } + sparse_matrix_finalize_row(weights); + i_start = 1; + } + log_info("after intercept weights->m = %" PRIu32 "\n", weights->m); + + for (size_t i = i_start; i < m; i++) { + double *row = double_matrix_get_row(self->z, (size_t)i); + double lr = learning_rates[i]; + for (size_t j = 0; j < n; j++) { + double z_ij = row[j]; + double sign_z_ij = sign(z_ij); + if (sign_z_ij * z_ij > lambda1) { + double w_ij = -(1.0/(((beta + sqrt(lr)) / alpha) + lambda2)) * (z_ij - sign_z_ij * lambda1); + sparse_matrix_append(weights, j, w_ij); + } + } + sparse_matrix_finalize_row(weights); + + if (i % 1000 == 0 && i > 0) { + log_info("adding rows, weights->m = %" PRIu32 "\n", weights->m); + } + } + + return weights; +} + + +void ftrl_trainer_destroy(ftrl_trainer_t *self) { + if (self == NULL) return; + + if (self->z != NULL) { + double_matrix_destroy(self->z); + } + + if (self->learning_rates != NULL) { + double_array_destroy(self->learning_rates); + } + + free(self); +} diff --git a/src/ftrl.h b/src/ftrl.h new file mode 100644 index 0000000..08538ca --- /dev/null +++ b/src/ftrl.h @@ -0,0 +1,57 @@ +/* +Follow-the-regularized-leader (FTRL) Proximal inference + +This is a regularization scheme for online gradient descent +which produces sparse solutions. + +From: https://research.google.com/pubs/archive/41159.pdf +*/ + +#ifndef FTRL_H +#define FTRL_H + +#include +#include +#include + +#include "float_utils.h" +#include "matrix.h" +#include "sparse_matrix.h" + +typedef struct ftrl_trainer { + // Dense weights matrix, only needed to store at training time + double_matrix_t *z; + // Whether to consider feature_id=0 the intercept + bool fit_intercept; + // number of features (may change) + size_t num_features; + // alpha hyperparameter + double alpha; + // beta hyperparameter + double beta; + // Coefficient for L1 regularization + double lambda1; + // Coefficient for L2 regularization + double lambda2; + // Vector of learning rates + double_array *learning_rates; +} ftrl_trainer_t; + +ftrl_trainer_t *ftrl_trainer_new(size_t m, size_t n, bool fit_intercept, double alpha, double beta, double lambda1, double lambda2); + +bool ftrl_trainer_reset_params(ftrl_trainer_t *self, double alpha, double beta, double lambda1, double lambda2); + +bool ftrl_trainer_extend(ftrl_trainer_t *trainer, size_t m); + +bool ftrl_set_weights(ftrl_trainer_t *trainer, double_matrix_t *w, uint32_array *indices); + +double ftrl_reg_cost(ftrl_trainer_t *self, double_matrix_t *theta, uint32_array *indices, size_t batch_size); + +bool ftrl_update_gradient(ftrl_trainer_t *self, double_matrix_t *gradient, double_matrix_t *weights, uint32_array *indices, size_t batch_size); + +double_matrix_t *ftrl_weights_finalize(ftrl_trainer_t *trainer); +sparse_matrix_t *ftrl_weights_finalize_sparse(ftrl_trainer_t *trainer); + +void ftrl_trainer_destroy(ftrl_trainer_t *self); + +#endif \ No newline at end of file diff --git a/src/gazetteer_data.c b/src/gazetteer_data.c new file mode 100644 index 0000000..9ddf099 --- /dev/null +++ b/src/gazetteer_data.c @@ -0,0 +1,49 @@ +// Only need these for the in-memory dictionaries +gazetteer_t gazetteer_config[] = { + {DICTIONARY_ACADEMIC_DEGREE, LIBPOSTAL_ADDRESS_NAME}, + {DICTIONARY_AMBIGUOUS_EXPANSION, LIBPOSTAL_ADDRESS_NONE}, + {DICTIONARY_BUILDING_TYPE, LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_HOUSE_NUMBER | LIBPOSTAL_ADDRESS_STREET | LIBPOSTAL_ADDRESS_UNIT}, + {DICTIONARY_CATEGORY, LIBPOSTAL_ADDRESS_CATEGORY}, + {DICTIONARY_CHAIN, LIBPOSTAL_ADDRESS_NAME}, + {DICTIONARY_COMPANY_TYPE, LIBPOSTAL_ADDRESS_NAME}, + {DICTIONARY_CONCATENATED_PREFIX_SEPARABLE, LIBPOSTAL_ADDRESS_ANY}, + {DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE, LIBPOSTAL_ADDRESS_ANY}, + {DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE, LIBPOSTAL_ADDRESS_ANY}, + {DICTIONARY_CROSS_STREET, LIBPOSTAL_ADDRESS_STREET}, + {DICTIONARY_DIRECTIONAL, LIBPOSTAL_ADDRESS_ANY}, + {DICTIONARY_ELISION, LIBPOSTAL_ADDRESS_ANY}, + {DICTIONARY_ENTRANCE, LIBPOSTAL_ADDRESS_ENTRANCE}, + {DICTIONARY_GIVEN_NAME, LIBPOSTAL_ADDRESS_STREET | LIBPOSTAL_ADDRESS_NAME}, + {DICTIONARY_HOUSE_NUMBER, LIBPOSTAL_ADDRESS_HOUSE_NUMBER}, + {DICTIONARY_LEVEL_NUMBERED, LIBPOSTAL_ADDRESS_LEVEL}, + {DICTIONARY_LEVEL_STANDALONE, LIBPOSTAL_ADDRESS_LEVEL}, + {DICTIONARY_LEVEL_MEZZANINE, LIBPOSTAL_ADDRESS_LEVEL}, + {DICTIONARY_LEVEL_BASEMENT, LIBPOSTAL_ADDRESS_LEVEL}, + {DICTIONARY_LEVEL_SUB_BASEMENT, LIBPOSTAL_ADDRESS_LEVEL}, + {DICTIONARY_NEAR, LIBPOSTAL_ADDRESS_NEAR}, + {DICTIONARY_NULL, LIBPOSTAL_ADDRESS_ANY}, + {DICTIONARY_NAMED_ORGANIZATION, LIBPOSTAL_ADDRESS_NAME}, + {DICTIONARY_NAMED_PERSON, LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET}, + {DICTIONARY_NO_NUMBER, LIBPOSTAL_ADDRESS_HOUSE_NUMBER}, + {DICTIONARY_NUMBER, LIBPOSTAL_ADDRESS_HOUSE_NUMBER | LIBPOSTAL_ADDRESS_UNIT | LIBPOSTAL_ADDRESS_LEVEL | LIBPOSTAL_ADDRESS_PO_BOX | LIBPOSTAL_ADDRESS_STAIRCASE | LIBPOSTAL_ADDRESS_ENTRANCE}, + {DICTIONARY_PERSONAL_SUFFIX, LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET}, + {DICTIONARY_PERSONAL_TITLE, LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET}, + {DICTIONARY_PLACE_NAME, LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET}, + {DICTIONARY_POST_OFFICE, LIBPOSTAL_ADDRESS_PO_BOX}, + {DICTIONARY_POSTAL_CODE, LIBPOSTAL_ADDRESS_POSTAL_CODE}, + {DICTIONARY_QUALIFIER, LIBPOSTAL_ADDRESS_STREET}, + {DICTIONARY_STAIRCASE, LIBPOSTAL_ADDRESS_STAIRCASE}, + {DICTIONARY_STOPWORD, LIBPOSTAL_ADDRESS_ANY}, + {DICTIONARY_STREET_NAME, LIBPOSTAL_ADDRESS_STREET}, + {DICTIONARY_STREET_TYPE, LIBPOSTAL_ADDRESS_STREET}, + {DICTIONARY_SURNAME, LIBPOSTAL_ADDRESS_STREET | LIBPOSTAL_ADDRESS_NAME}, + {DICTIONARY_SYNONYM, LIBPOSTAL_ADDRESS_ANY}, + {DICTIONARY_TOPONYM, LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_STREET | LIBPOSTAL_ADDRESS_TOPONYM}, + {DICTIONARY_UNIT_NUMBERED, LIBPOSTAL_ADDRESS_UNIT}, + {DICTIONARY_UNIT_STANDALONE, LIBPOSTAL_ADDRESS_UNIT}, + {DICTIONARY_UNIT_DIRECTION, LIBPOSTAL_ADDRESS_UNIT} + +}; + + +#define NUM_DICTIONARY_TYPES sizeof(gazetteer_config) / sizeof(gazetteer_t) diff --git a/src/gazetteers.h b/src/gazetteers.h new file mode 100644 index 0000000..720c9a0 --- /dev/null +++ b/src/gazetteers.h @@ -0,0 +1,80 @@ +#ifndef GAZETTEERS_H +#define GAZETTEERS_H + + + + +#include +#include +#include + +#include "klib/kvec.h" +#include "libpostal.h" +#include "vector.h" + +typedef enum dictionary_type { + DICTIONARY_ANY = 1, + DICTIONARY_SYNONYM = 2, + DICTIONARY_STOPWORD = 3, + DICTIONARY_ELISION = 4, + DICTIONARY_AMBIGUOUS_EXPANSION = 5, + + DICTIONARY_STREET_NAME = 10, + DICTIONARY_STREET_TYPE = 11, + DICTIONARY_CONCATENATED_PREFIX_SEPARABLE = 12, + DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE = 13, + DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE = 14, + DICTIONARY_DIRECTIONAL = 15, + DICTIONARY_QUALIFIER = 16, + DICTIONARY_BUILDING_TYPE = 17, + DICTIONARY_LEVEL_NUMBERED = 18, + DICTIONARY_LEVEL_STANDALONE = 19, + DICTIONARY_LEVEL_MEZZANINE = 20, + DICTIONARY_LEVEL_BASEMENT = 21, + DICTIONARY_LEVEL_SUB_BASEMENT = 22, + DICTIONARY_UNIT_NUMBERED = 23, + DICTIONARY_UNIT_STANDALONE = 24, + DICTIONARY_UNIT_DIRECTION = 25, + DICTIONARY_ENTRANCE = 26, + DICTIONARY_STAIRCASE = 27, + + DICTIONARY_NUMBER = 30, + DICTIONARY_NO_NUMBER = 31, + DICTIONARY_HOUSE_NUMBER = 32, + DICTIONARY_POST_OFFICE = 33, + DICTIONARY_POSTCODE = 34, + + DICTIONARY_PLACE_NAME = 50, + DICTIONARY_COMPANY_TYPE = 51, + DICTIONARY_GIVEN_NAME = 52, + DICTIONARY_SURNAME = 53, + DICTIONARY_PERSONAL_TITLE = 54, + DICTIONARY_PERSONAL_SUFFIX = 55, + DICTIONARY_ACADEMIC_DEGREE = 56, + + DICTIONARY_NAMED_PERSON = 60, + DICTIONARY_NAMED_ORGANIZATION = 61, + + DICTIONARY_CATEGORY = 70, + DICTIONARY_CHAIN = 71, + DICTIONARY_NEAR = 72, + + DICTIONARY_CROSS_STREET = 80, + + DICTIONARY_NULL = 90, + + DICTIONARY_TOPONYM = 100, + DICTIONARY_POSTAL_CODE = 101, + +} dictionary_type_t; + +typedef struct gazetteer { + dictionary_type_t type; + uint16_t address_components; +} gazetteer_t; + + + + +#endif + diff --git a/src/geo_disambiguation.c b/src/geo_disambiguation.c new file mode 100644 index 0000000..077f0e3 --- /dev/null +++ b/src/geo_disambiguation.c @@ -0,0 +1,172 @@ +#include "geo_disambiguation.h" + +#define GEONAME_KEY_NAME_ADMIN1_ID "na1" +#define GEONAME_KEY_NAME_ADMIN2_ID "na2" +#define GEONAME_GENERIC_KEY_NAME_COUNTRY_CODE "ncc" +#define GEONAME_GENERIC_KEY_NAME_COUNTRY_ID "nci" +#define GEONAME_KEY_NAME_BOUNDARY_TYPE "nb" +#define GEONAME_KEY_NAME_LANGUAGE "nl" +#define GEONAME_KEY_NAME_GEOHASH4 "nh4" + +bool geodisambig_add_name_feature(cstring_array *features, char *name) { + if (name == NULL || strlen(name) == 0) return false; + feature_array_add(features, 1, name); + + return true; +} + + +bool geodisambig_add_country_code_feature(cstring_array *features, char *name, char *country) { + if (name == NULL || strlen(name) == 0 || country == NULL || strlen(country) == 0) return false; + + feature_array_add(features, 3, name, GEONAME_GENERIC_KEY_NAME_COUNTRY_CODE, country); + + return true; +} + +bool geodisambig_add_country_id_feature(cstring_array *features, char *name, uint32_t country_id) { + char numeric_string[INT32_MAX_STRING_SIZE]; + + if (country_id != 0 && name != NULL) { + size_t n = sprintf(numeric_string, "%d", country_id); + } else { + return false; + } + + feature_array_add(features, 3, name, GEONAME_GENERIC_KEY_NAME_COUNTRY_ID, numeric_string); + + return true; +} + +bool geodisambig_add_boundary_type_feature(cstring_array *features, char *name, uint8_t boundary_type) { + char numeric_string[INT8_MAX_STRING_SIZE]; + + if (boundary_type <= NUM_BOUNDARY_TYPES && name != NULL) { + size_t n = sprintf(numeric_string, "%d", boundary_type); + } else { + return name != NULL; + } + + feature_array_add(features, 3, name, GEONAME_KEY_NAME_BOUNDARY_TYPE, numeric_string); + + return true; +} + +bool geodisambig_add_language_feature(cstring_array *features, char *name, char *lang) { + if (name == NULL || lang == NULL) { + return false; + } + if (strlen(lang) > 0) { + feature_array_add(features, 3, name, GEONAME_KEY_NAME_LANGUAGE, lang); + } + + return true; +} + +bool geodisambig_add_admin1_feature(cstring_array *features, char *name, uint32_t admin1_id) { + char numeric_string[INT32_MAX_STRING_SIZE]; + + if (admin1_id != 0 && name != NULL) { + size_t n = sprintf(numeric_string, "%d", admin1_id); + } else { + return name != NULL; + } + + feature_array_add(features, 3, name, GEONAME_KEY_NAME_ADMIN1_ID, numeric_string); + + return true; + +} + +bool geodisambig_add_admin2_feature(cstring_array *features, char *name, uint32_t admin2_id) { + char numeric_string[INT32_MAX_STRING_SIZE]; + + if (admin2_id != 0 && name != NULL) { + size_t n = sprintf(numeric_string, "%d", admin2_id); + } else { + return name != NULL; + } + + feature_array_add(features, 3, name, GEONAME_KEY_NAME_ADMIN2_ID, numeric_string); + + return true; + +} + +static void geodisambig_add_geo_neighbors(cstring_array *features, char *geohash, size_t geohash_size, char *feature_name, char *name) { + size_t neighbors_size = geohash_size * 8; + char neighbors[neighbors_size]; + + int num_strings = 0; + + if (geohash_neighbors(geohash, neighbors, neighbors_size, &num_strings) == GEOHASH_OK && num_strings == 8) { + for (int i = 0; i < num_strings; i++) { + char *neighbor = neighbors + geohash_size * i; + feature_array_add(features, 3, name, feature_name, neighbor); + } + } + +} + +bool geodisambig_add_geo_features(cstring_array *features, char *name, double latitude, double longitude, bool add_neighbors) { + if (name == NULL || strlen(name) == 0) return false; + + size_t geohash_size = 6; + char geohash[geohash_size]; + + int ret = geohash_encode(latitude, longitude, geohash, geohash_size); + if (ret == GEOHASH_OK) { + feature_array_add(features, 3, name, GEONAME_KEY_NAME_GEOHASH4, geohash); + + if (add_neighbors) { + geodisambig_add_geo_neighbors(features, geohash, geohash_size, GEONAME_KEY_NAME_GEOHASH4, name); + } + } else { + return false; + } + + return true; + +} + +bool geodisambig_add_geoname_features(cstring_array *features, geoname_t *geoname) { + if (geoname == NULL) return false; + + char *name = char_array_get_string(geoname->name); + char *lang = char_array_get_string(geoname->iso_language); + bool add_language = strlen(lang) != 0 && strcmp(lang, "abbr") != 0; + + char country_code_normalized[3]; + char *country_code = char_array_get_string(geoname->country_code); + size_t country_code_len = strlen(country_code); + bool add_country = country_code_len == 2; + + if (add_country) { + strcpy(country_code_normalized, country_code); + string_lower(country_code_normalized); + } + + // Don't add neighbors at index time, only for queries + bool add_neighbors = false; + + return (geodisambig_add_name_feature(features, name) + && (!add_country || geodisambig_add_country_code_feature(features, name, country_code_normalized)) + && geodisambig_add_country_id_feature(features, name, geoname->country_geonames_id) + && (geoname->admin1_geonames_id == 0 || geodisambig_add_admin1_feature(features, name, geoname->admin1_geonames_id)) + && (geoname->admin2_geonames_id == 0 || geodisambig_add_admin2_feature(features, name, geoname->admin2_geonames_id)) + && (geodisambig_add_boundary_type_feature(features, name, geoname->type)) + && (!add_language || geodisambig_add_language_feature(features, name, lang)) + && (geodisambig_add_geo_features(features, name, geoname->latitude, geoname->longitude, add_neighbors)) + ); +} + +bool geodisambig_add_postal_code_features(cstring_array *features, gn_postal_code_t *postal_code) { + if (postal_code == NULL) return false; + + char *code = char_array_get_string(postal_code->postal_code); + return (geodisambig_add_name_feature(features, code) + && geodisambig_add_country_code_feature(features, code, char_array_get_string(postal_code->country_code)) + && geodisambig_add_country_id_feature(features, code, postal_code->country_geonames_id) + ); +} + diff --git a/src/geo_disambiguation.h b/src/geo_disambiguation.h new file mode 100644 index 0000000..b5ed1f4 --- /dev/null +++ b/src/geo_disambiguation.h @@ -0,0 +1,32 @@ +#ifndef GEO_DISAMBIGUATION_H +#define GEO_DISAMBIGUATION_H + +#include +#include +#include +#include + +#include "geohash/geohash.h" +#include "features.h" +#include "geonames.h" +#include "string_utils.h" + +#define PLACE_NAME_FEATURES_DEFAULT_LENGTH 128 +#define GEO_FEATURES_DEFAULT_LENGTH 720 +#define POSTAL_CODE_FEATURES_DEFAULT_LENGTH 32 + +// Both place names and postal codes +bool geodisambig_add_name_feature(cstring_array *features, char *name); +bool geodisambig_add_country_code_feature(cstring_array *features, char *name, char *country); + +// Only place names +bool geodisambig_add_boundary_type_feature(cstring_array *features, char *name, uint8_t boundary_type); +bool geodisambig_add_language_feature(cstring_array *features, char *name, char *lang); +bool geodisambig_add_admin1_feature(cstring_array *features, char *name, uint32_t admin1_id); +bool geodisambig_add_admin2_feature(cstring_array *features, char *name, uint32_t admin2_id); +bool geodisambig_add_geo_features(cstring_array *features, char *name, double latitude, double longitude, bool add_neighbors); + +bool geodisambig_add_geoname_features(cstring_array *features, geoname_t *geoname); +bool geodisambig_add_postal_code_features(cstring_array *features, gn_postal_code_t *postal_code); + +#endif \ No newline at end of file diff --git a/src/geodb.c b/src/geodb.c new file mode 100644 index 0000000..26c91da --- /dev/null +++ b/src/geodb.c @@ -0,0 +1,246 @@ +#include "geodb.h" + +static geodb_t *geodb = NULL; + +geodb_t *get_geodb(void) { + return geodb; +} + +void geodb_destroy(geodb_t *self) { + if (self == NULL) return; + + if (self->names != NULL) { + trie_destroy(self->names); + } + + if (self->features != NULL) { + trie_destroy(self->features); + } + + if (self->postal_codes != NULL) { + cstring_array_destroy(self->postal_codes); + } + + if (self->hash_reader != NULL) { + sparkey_hash_close(&self->hash_reader); + } + + if (self->log_iter != NULL) { + sparkey_logiter_close(&self->log_iter); + } + + if (self->value_buf != NULL) { + char_array_destroy(self->value_buf); + } + + if (self->geoname != NULL) { + geoname_destroy(self->geoname); + } + + if (self->postal_code != NULL) { + gn_postal_code_destroy(self->postal_code); + } + + free(self); +} + +geodb_t *geodb_init(char *dir) { + if (dir == NULL) return NULL; + + geodb_t *gdb = calloc(1, sizeof(geodb_t)); + + if (gdb == NULL) return NULL; + + char_array *path = char_array_new_size(strlen(dir)); + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, dir, GEODB_NAMES_TRIE_FILENAME); + + char *names_path = char_array_get_string(path); + + gdb->names = trie_load(names_path); + if (gdb->names == NULL) { + goto exit_geodb_created; + } + + char_array_clear(path); + + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, dir, GEODB_FEATURES_TRIE_FILENAME); + + char *features_path = char_array_get_string(path); + + gdb->features = trie_load(features_path); + if(gdb->features == NULL) { + goto exit_geodb_created; + } + + char_array_clear(path); + + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, dir, GEODB_POSTAL_CODES_FILENAME); + char *postal_codes_path = char_array_get_string(path); + + FILE *f = fopen(postal_codes_path, "rb"); + + uint64_t num_postal_strings = 0; + if (!file_read_uint64(f, &num_postal_strings)) { + goto exit_geodb_created; + } + + uint64_t postal_codes_str_len; + + if (!file_read_uint64(f, &postal_codes_str_len)) { + goto exit_geodb_created; + } + + char_array *array = char_array_new_size((size_t)postal_codes_str_len); + + if (!file_read_chars(f, array->a, (size_t)postal_codes_str_len)) { + goto exit_geodb_created; + } + + array->n = (size_t)postal_codes_str_len; + + gdb->postal_codes = cstring_array_from_char_array(array); + + if (cstring_array_num_strings(gdb->postal_codes) != num_postal_strings) { + goto exit_geodb_created; + } + + fclose(f); + char_array_clear(path); + + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, dir, GEODB_HASH_FILENAME); + + char *hash_file_path = strdup(char_array_get_string(path)); + + char_array_clear(path); + + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, dir, GEODB_LOG_FILENAME); + + char *log_path = char_array_get_string(path); + + gdb->hash_reader = NULL; + + if ((sparkey_hash_open(&gdb->hash_reader, hash_file_path, log_path)) != SPARKEY_SUCCESS) { + free(hash_file_path); + char_array_destroy(path); + goto exit_geodb_created; + } + + free(hash_file_path); + char_array_destroy(path); + + gdb->log_iter = NULL; + + if ((sparkey_logiter_create(&gdb->log_iter, sparkey_hash_getreader(gdb->hash_reader))) != SPARKEY_SUCCESS) { + goto exit_geodb_created; + } + + gdb->value_buf = char_array_new_size(sparkey_logreader_maxvaluelen(sparkey_hash_getreader(gdb->hash_reader))); + if (gdb->value_buf == NULL) { + goto exit_geodb_created; + } + + gdb->geoname = geoname_new(); + if (gdb->geoname == NULL) { + goto exit_geodb_created; + } + + gdb->postal_code = gn_postal_code_new(); + if (gdb->postal_code == NULL) { + goto exit_geodb_created; + } + + return gdb; + +exit_geodb_created: + geodb_destroy(gdb); + return NULL; +} + +bool geodb_load(char *dir) { + geodb = geodb_init(dir); + return (geodb != NULL); +} + + +bool search_geodb_with_phrases(char *str, phrase_array **phrases) { + if (str == NULL) return false; + + return trie_search_with_phrases(geodb->names, str, phrases); +} + +phrase_array *search_geodb(char *str) { + phrase_array *phrases = NULL; + + if (!search_geodb_with_phrases(str, &phrases)) { + return NULL; + } + + return phrases; +} + + +bool search_geodb_tokens_with_phrases(char *str, token_array *tokens, phrase_array **phrases) { + if (str == NULL) return false; + + return trie_search_tokens_with_phrases(geodb->names, str, tokens, phrases); +} + + +phrase_array *search_geodb_tokens(char *str, token_array *tokens) { + phrase_array *phrases = NULL; + + if (!search_geodb_tokens_with_phrases(str, tokens, &phrases)) { + return NULL; + } + + return phrases; +} + + +geonames_generic_t *geodb_get_len(char *key, size_t len) { + if (geodb == NULL || geodb->hash_reader == NULL || geodb->log_iter == NULL) return NULL; + sparkey_returncode ret = sparkey_hash_get(geodb->hash_reader, (uint8_t *)key, len, geodb->log_iter); + if (sparkey_logiter_state(geodb->log_iter) == SPARKEY_ITER_ACTIVE) { + uint64_t expected_value_len = sparkey_logiter_valuelen(geodb->log_iter); + uint64_t actual_value_len; + ret = sparkey_logiter_fill_value(geodb->log_iter, sparkey_hash_getreader(geodb->hash_reader), expected_value_len, (uint8_t *)geodb->value_buf->a, &actual_value_len); + if (ret == SPARKEY_SUCCESS) { + geonames_generic_t *generic = malloc(sizeof(geonames_generic_t)); + if (geonames_generic_deserialize(&generic->type, geodb->geoname, geodb->postal_code, geodb->value_buf)) { + if (generic->type == GEONAMES_PLACE) { + generic->geoname = geodb->geoname; + } else if (generic->type == GEONAMES_POSTAL_CODE) { + generic->postal_code = geodb->postal_code; + } else { + free(generic); + return NULL; + } + return generic; + } + } + } + return NULL; +} + +inline geonames_generic_t *geodb_get(char *key) { + return geodb_get_len(key, strlen(key)); +} + + + +bool geodb_module_setup(char *dir) { + if (geodb == NULL) { + return geodb_load(dir == NULL ? LIBPOSTAL_GEODB_DIR : dir); + } + + return true; +} + + +void geodb_module_teardown(void) { + if (geodb != NULL) { + geodb_destroy(geodb); + } + geodb = NULL; +} + diff --git a/src/geodb.h b/src/geodb.h new file mode 100644 index 0000000..087d193 --- /dev/null +++ b/src/geodb.h @@ -0,0 +1,76 @@ +#ifndef GEONAMES_DICTIONARY_H +#define GEONAMES_DICTIONARY_H + +#include +#include +#include + +#include "libpostal_config.h" +#include "geonames.h" +#include "graph.h" +#include "sparkey/sparkey.h" +#include "sparkey/sparkey-internal.h" +#include "string_utils.h" +#include "trie.h" +#include "trie_search.h" + +#define GEODB_NAMES_TRIE_FILENAME "geodb_names.trie" +#define GEODB_TRIE_FILENAME_LEN strlen(GEODB_NAMES_TRIE_FILENAME) +#define GEODB_FEATURES_TRIE_FILENAME "geodb_features.trie" +#define GEODB_FEATURES_TRIE_FILENAME_LEN strlen(GEODB_FEATURES_TRIE_FILENAME) +#define GEODB_FEATURE_GRAPH_FILENAME "geodb_feature_graph.dat" +#define GEODB_FEATURE_GRAPH_FILENAME_LEN strlen(GEODB_FEATURE_GRAPH_FILENAME) +#define GEODB_POSTAL_CODES_FILENAME "geodb_postal_codes.dat" +#define GEODB_POSTAL_CODES_FILENAME_LEN strlen(GEODB_POSTAL_CODES_FILENAME) +#define GEODB_HASH_FILENAME "geodb.spi" +#define GEODB_HASH_FILENAME_LEN strlen(GEODB_HASH_FILENAME) +#define GEODB_LOG_FILENAME "geodb.spl" +#define GEODB_LOG_FILENAME_LEN strlen(GEODB_LOG_FILENAME) + +// Can manipulate the bit-packed values separately, or access the whole value +typedef union geodb_value { + uint32_t value; + struct { + uint32_t is_canonical:1; + uint32_t components:15; + uint32_t count:16; + }; +} geodb_value_t; + +typedef struct geodb { + trie_t *names; + trie_t *features; + cstring_array *postal_codes; + graph_t *feature_graph; + sparkey_hashreader *hash_reader; + sparkey_logiter *log_iter; + char_array *value_buf; + geoname_t *geoname; + gn_postal_code_t *postal_code; +} geodb_t; + +typedef struct gn_geocoding_result { + int start; + int end; + geonames_generic_t result; +} gn_geocoding_result_t; + +geodb_t *get_geodb(void); +bool geodb_load(char *dir); + +bool geodb_module_setup(char *dir); +void geodb_module_teardown(void); + +void geodb_destroy(geodb_t *self); + + +// Trie search +bool search_geodb_with_phrases(char *str, phrase_array **phrases); +phrase_array *search_geodb(char *str); +bool search_geodb_tokens_with_phrases(char *str, token_array *tokens, phrase_array **phrases); +phrase_array *search_geodb_tokens(char *str, token_array *tokens); + +geonames_generic_t *geodb_get_len(char *key, size_t len); +geonames_generic_t *geodb_get(char *key); + +#endif \ No newline at end of file diff --git a/src/geodb_builder.c b/src/geodb_builder.c new file mode 100644 index 0000000..0ab991f --- /dev/null +++ b/src/geodb_builder.c @@ -0,0 +1,901 @@ +#include +#include +#include +#include + +#include "log/log.h" +#include "sparkey/sparkey.h" + +#include "collections.h" +#include "constants.h" +#include "libpostal_config.h" +#include "file_utils.h" +#include "gazetteers.h" +#include "geonames.h" +#include "geodb.h" +#include "geo_disambiguation.h" +#include "graph.h" +#include "graph_builder.h" +#include "msgpack_utils.h" +#include "normalize.h" +#include "string_utils.h" + +// These files are generated by create_geonames_tsv.py +#include "geonames_fields.h" +#include "postal_fields.h" + +#define DEFAULT_GEONAMES_TSV LIBPOSTAL_GEONAMES_DIR PATH_SEPARATOR "geonames.tsv"; + +/* +Read line from generated geonames.tsv into a geoname struct +*/ +static bool read_geoname_from_line(geoname_t *g, char *line) { + size_t token_count; + + char *token; + + geoname_clear(g); + + cstring_array *tokens = cstring_array_split(line, TAB_SEPARATOR, TAB_SEPARATOR_LEN, &token_count); + if (tokens == NULL) return false; + + if (token_count != NUM_GEONAMES_FIELDS) { + log_error("Number of fields (%zu) != expected (%d)\n", token_count, NUM_GEONAMES_FIELDS); + goto exit_geoname_free_tokens; + } + + token = cstring_array_get_string(tokens, GEONAMES_ID); + if (strlen(token) == 0) { + log_error("geonames_id is required\n"); + goto exit_geoname_free_tokens; + } + + sscanf(token, "%d", &g->geonames_id); + + token = cstring_array_get_string(tokens, GEONAMES_CANONICAL); + char_array_cat(g->canonical, token); + + token = cstring_array_get_string(tokens, GEONAMES_BOUNDARY_TYPE); + + sscanf(token, "%d", (int *)&g->type); + token = cstring_array_get_string(tokens, GEONAMES_NAME); + char_array_cat(g->name, token); + + token = cstring_array_get_string(tokens, GEONAMES_ISO_LANGUAGE); + char_array_cat(g->iso_language, token); + + token = cstring_array_get_string(tokens, GEONAMES_HAS_WIKIPEDIA_ENTRY); + if (strlen(token) > 0) { + int has_wikipedia_entry; + sscanf(token, "%d", &has_wikipedia_entry); + g->has_wikipedia_entry = has_wikipedia_entry; + } else { + g->has_wikipedia_entry = false; + } + + token = cstring_array_get_string(tokens, GEONAMES_IS_PREFERRED_NAME); + if (strlen(token) > 0) { + int is_preferred_name; + sscanf(token, "%d", &is_preferred_name); + g->is_preferred_name = is_preferred_name; + } else { + g->is_preferred_name = false; + } + + token = cstring_array_get_string(tokens, GEONAMES_IS_SHORT_NAME); + if (strlen(token) > 0) { + int is_short_name; + sscanf(token, "%d", &is_short_name); + g->is_short_name = is_short_name; + } else { + g->is_short_name = false; + } + + token = cstring_array_get_string(tokens, GEONAMES_IS_COLLOQUIAL); + if (strlen(token) > 0) { + int is_colloquial; + sscanf(token, "%d", &is_colloquial); + g->is_colloquial = is_colloquial; + } else { + g->is_colloquial = false; + } + + token = cstring_array_get_string(tokens, GEONAMES_IS_HISTORICAL); + if (strlen(token) > 0) { + int is_historical; + sscanf(token, "%d", &is_historical); + g->is_historical = is_historical; + } else { + g->is_historical = false; + } + + token = cstring_array_get_string(tokens, GEONAMES_POPULATION); + if (strlen(token) > 0) { + sscanf(token, "%d", &g->population); + } else { + g->population = 0; + } + + token = cstring_array_get_string(tokens, GEONAMES_LATITUDE); + if (strlen(token) > 0) { + sscanf(token, "%lf", &g->latitude); + } else { + g->longitude = 0.0; + } + + token = cstring_array_get_string(tokens, GEONAMES_LONGITUDE); + if (strlen(token) > 0) { + sscanf(token, "%lf", &g->longitude); + } else { + g->longitude = 0.0; + } + + token = cstring_array_get_string(tokens, GEONAMES_FEATURE_CODE); + char_array_cat(g->feature_code, token); + token = cstring_array_get_string(tokens, GEONAMES_COUNTRY_CODE); + char_array_cat(g->country_code, token); + + token = cstring_array_get_string(tokens, GEONAMES_COUNTRY_ID); + if (strlen(token) > 0) { + sscanf(token, "%d", &g->country_geonames_id); + } else { + g->country_geonames_id = 0; + } + + token = cstring_array_get_string(tokens, GEONAMES_ADMIN1_CODE); + char_array_cat(g->admin1_code, token); + + token = cstring_array_get_string(tokens, GEONAMES_ADMIN1_ID); + if (strlen(token) > 0) { + sscanf(token, "%d", &g->admin1_geonames_id); + } else { + g->admin1_geonames_id = 0; + } + + token = cstring_array_get_string(tokens, GEONAMES_ADMIN2_CODE); + char_array_cat(g->admin2_code, token); + token = cstring_array_get_string(tokens, GEONAMES_ADMIN2_ID); + if (strlen(token) > 0) { + sscanf(token, "%d", &g->admin2_geonames_id); + } else { + g->admin2_geonames_id = 0; + } + + token = cstring_array_get_string(tokens, GEONAMES_ADMIN3_CODE); + + char_array_cat(g->admin3_code, token); + + cstring_array_get_string(tokens, GEONAMES_ADMIN3_ID); + if (strlen(token) > 0) { + sscanf(token, "%d", &g->admin3_geonames_id); + } else { + g->admin3_geonames_id = 0; + } + + token = cstring_array_get_string(tokens, GEONAMES_ADMIN4_CODE); + char_array_cat(g->admin4_code, token); + + token = cstring_array_get_string(tokens, GEONAMES_ADMIN4_ID); + if (strlen(token)) { + sscanf(token, "%d", &g->admin4_geonames_id); + } else { + g->admin4_geonames_id = 0; + } + + cstring_array_destroy(tokens); + return true; + +exit_geoname_free_tokens: + cstring_array_destroy(tokens); + return false; +} + +/* +Read line from generated postal_codes.tsv into a gn_postal_code struct +*/ +static bool read_gn_postal_code_from_line(gn_postal_code_t *postal, char *line) { + size_t token_count; + int i; + + gn_postal_code_clear(postal); + + char *token; + + cstring_array *tokens = cstring_array_split(line, TAB_SEPARATOR, TAB_SEPARATOR_LEN, &token_count); + + if (tokens == NULL) return false; + + if (token_count != NUM_POSTAL_FIELDS) { + log_error("Number of fields (%zu) != expected (%d)\n", token_count, NUM_POSTAL_FIELDS); + goto exit_postal_tokens_created; + } + + token = cstring_array_get_string(tokens, GN_POSTAL_CODE); + if (strlen(token) == 0) { + log_error("postal_code field required\n"); + goto exit_postal_tokens_created; + } + char_array_cat(postal->postal_code, token); + token = cstring_array_get_string(tokens, GN_POSTAL_COUNTRY_CODE); + char_array_cat(postal->country_code, token); + + token = cstring_array_get_string(tokens, GN_POSTAL_COUNTRY_GEONAMES_ID); + if (strlen(token) > 0) { + sscanf(token, "%d", &postal->country_geonames_id); + } else { + postal->country_geonames_id = 0; + } + + token = cstring_array_get_string(tokens, GN_POSTAL_CONTAINING_GEONAME_ID); + char_array_cat(postal->containing_geoname, token); + + char *admin1_field = cstring_array_get_string(tokens, GN_POSTAL_ADMIN1_IDS); + size_t admin1_field_len = strlen(admin1_field); + + if (admin1_field_len > 0) { + size_t admin1_token_count; + cstring_array *admin1_tokens = cstring_array_split(admin1_field, COMMA_SEPARATOR, COMMA_SEPARATOR_LEN, &admin1_token_count); + uint32_t admin1_id; + if (admin1_token_count > 0) { + for (i = 0; i < admin1_token_count; i++) { + char *admin1_token = cstring_array_get_string(tokens, i); + if (strlen(admin1_token) > 0) { + sscanf(admin1_token, "%u", &admin1_id); + uint32_array_push(postal->admin1_ids, admin1_id); + } + } + } + cstring_array_destroy(admin1_tokens); + } + + char *admin2_field = cstring_array_get_string(tokens, GN_POSTAL_ADMIN2_IDS); + size_t admin2_field_len = strlen(admin2_field); + + if (admin2_field_len > 0) { + size_t admin2_token_count; + cstring_array *admin2_tokens = cstring_array_split(admin2_field, COMMA_SEPARATOR, COMMA_SEPARATOR_LEN, &admin2_token_count); + uint32_t admin2_id; + if (admin2_token_count > 0) { + for (i = 0; i < admin2_token_count; i++) { + char *admin2_token = cstring_array_get_string(admin2_tokens, i); + if (strlen(admin2_token) > 0) { + sscanf(admin2_token, "%u", &admin2_id); + uint32_array_push(postal->admin2_ids, admin2_id); + } + } + } + cstring_array_destroy(admin2_tokens); + } + + char *admin3_field = cstring_array_get_string(tokens, GN_POSTAL_ADMIN3_IDS); + size_t admin3_field_len = strlen(admin3_field); + + if (admin3_field_len > 0) { + size_t admin3_token_count; + cstring_array *admin3_tokens = cstring_array_split(admin3_field, COMMA_SEPARATOR, COMMA_SEPARATOR_LEN, &admin3_token_count); + uint32_t admin3_id; + if (admin3_token_count > 0) { + for (i = 0; i < admin3_token_count; i++) { + char *admin3_token = cstring_array_get_string(admin3_tokens, i); + if (strlen(admin3_token) > 0) { + sscanf(admin3_token, "%u", &admin3_id); + uint32_array_push(postal->admin3_ids, admin3_id); + } + } + } + cstring_array_destroy(admin3_tokens); + } + + cstring_array_destroy(tokens); + return true; + +exit_postal_tokens_created: + cstring_array_destroy(tokens); + return false; +} + + +/* +geodb_builder + +Creates the sparkey on-disk db for quick lookups by geonames_id or postal code. +Builds the data structures needed for finalized geodb. +*/ + +typedef struct geodb_builder { + trie_t *names; + cstring_array *postal_codes; + trie_t *features; + graph_builder_t *feature_graph_builder; + sparkey_logwriter *log_writer; +} geodb_builder_t; + +void geodb_builder_destroy(geodb_builder_t *self) { + if (self == NULL) return; + + if (self->names != NULL) { + trie_destroy(self->names); + } + + if (self->postal_codes != NULL) { + cstring_array_destroy(self->postal_codes); + } + + if (self->features != NULL) { + trie_destroy(self->features); + } + + if (self->feature_graph_builder != NULL) { + graph_builder_destroy(self->feature_graph_builder); + } + + if (self->log_writer != NULL) { + sparkey_logwriter_close(&self->log_writer); + } + + free(self); + +} + +geodb_builder_t *geodb_builder_new(char *log_filename) { + geodb_builder_t *builder = calloc(1, sizeof(geodb_builder_t)); + + if (builder == NULL) return NULL; + + builder->names = trie_new(); + if (builder->names == NULL) { + goto exit_destroy_builder; + } + + builder->features = trie_new(); + + if (builder->features == NULL) { + goto exit_destroy_builder; + } + + builder->postal_codes = cstring_array_new(); + if (builder->postal_codes == NULL) { + goto exit_destroy_builder; + } + + bool fixed_rows = false; + builder->feature_graph_builder = graph_builder_new(GRAPH_BIPARTITE, fixed_rows); + if (builder->feature_graph_builder == NULL) { + goto exit_destroy_builder; + } + + sparkey_returncode ret_code = sparkey_logwriter_create(&builder->log_writer, log_filename, SPARKEY_COMPRESSION_NONE, 0); + if (ret_code != SPARKEY_SUCCESS) { + goto exit_destroy_builder; + } + + return builder; + +exit_destroy_builder: + geodb_builder_destroy(builder); + return NULL; +} + +/* +Map of geonames boundary types to address components +*/ + +uint16_t get_address_component(uint32_t boundary_type) { + if (boundary_type == GEONAMES_LOCALITY) { + return GEONAMES_ADDRESS_COMPONENT_LOCALITY; + } else if (boundary_type == GEONAMES_NEIGHBORHOOD) { + return GEONAMES_ADDRESS_COMPONENT_NEIGHBORHOOD; + } else if (boundary_type == GEONAMES_ADMIN1) { + return GEONAMES_ADDRESS_COMPONENT_ADMIN1; + } else if (boundary_type == GEONAMES_COUNTRY) { + return GEONAMES_ADDRESS_COMPONENT_COUNTRY; + } else if (boundary_type == GEONAMES_ADMIN2) { + return GEONAMES_ADDRESS_COMPONENT_ADMIN2; + } else if (boundary_type == GEONAMES_ADMIN3) { + return GEONAMES_ADDRESS_COMPONENT_ADMIN3; + } else if (boundary_type == GEONAMES_ADMIN4) { + return GEONAMES_ADDRESS_COMPONENT_ADMIN4; + } else if (boundary_type == GEONAMES_ADMIN_OTHER) { + return GEONAMES_ADDRESS_COMPONENT_ADMIN_OTHER; + } else { + return 0; + } +} + +/* +Add raw/unqualified name to the geodb trie +*/ +bool geodb_builder_add_name(geodb_builder_t *self, char *key, bool is_canonical, uint16_t address_components) { + if (self == NULL || self->names == NULL) return false; + uint32_t node_id = trie_get(self->names, key); + + geodb_value_t value; + value.value = 0; + + if (node_id == NULL_NODE_ID) { + value.components |= address_components; + value.is_canonical = is_canonical; + value.count = 1; + return trie_add(self->names, key, value.value); + } else { + if (!trie_get_data_at_index(self->names, node_id, &value.value)) { + return false; + } + + value.components |= address_components; + value.is_canonical = is_canonical; + value.count++; + + return trie_set_data_at_index(self->names, node_id, value.value); + + } + +} + +/* +Get a feature string's id from the trie or add it and return the next id +*/ +static inline uint32_t geodb_builder_get_feature_id(geodb_builder_t *self, char *key) { + uint32_t feature_id; + + if (!trie_get_data(self->features, key, &feature_id)) { + feature_id = self->features->num_keys; + if (!trie_add(self->features, key, feature_id)) { + log_error("Could not add key to trie, aborting\n"); + exit(EXIT_FAILURE); + } + } + + return feature_id; +} + + +/* +Destroy builder and create geodb files in the designated directory +*/ +bool geodb_builder_finalize(geodb_builder_t *self, char *output_dir) { + char_array *path = char_array_new_size(strlen(output_dir)); + + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, output_dir, GEODB_NAMES_TRIE_FILENAME); + char *names_path = char_array_get_string(path); + + trie_save(self->names, names_path); + + char_array_clear(path); + + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, output_dir, GEODB_FEATURES_TRIE_FILENAME); + char *features_path = char_array_get_string(path); + + trie_save(self->features, features_path); + + char_array_clear(path); + + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, output_dir, GEODB_POSTAL_CODES_FILENAME); + + char *postal_codes_path = char_array_get_string(path); + + FILE *f = fopen(postal_codes_path, "wb"); + uint64_t num_postal_strings = 0; + if (!file_write_uint64(f, (uint64_t)cstring_array_num_strings(self->postal_codes))) { + log_error("Could not write number of postal code strings\n"); + return false; + } + + size_t postal_codes_str_len = self->postal_codes->str->n; + + if (!file_write_uint64(f, (uint64_t)postal_codes_str_len)) { + log_error("Could not write postal codes strings length\n"); + return false; + } + + if (!file_write_chars(f, self->postal_codes->str->a, postal_codes_str_len)) { + log_error("Could not write postal codes strings\n"); + return false; + } + + fclose(f); + + char_array_clear(path); + + + bool sort_edges = false; + bool remove_duplicates = false; + + graph_t *graph = graph_builder_finalize(self->feature_graph_builder, sort_edges, remove_duplicates); + self->feature_graph_builder = NULL; + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, output_dir, GEODB_FEATURE_GRAPH_FILENAME); + + char *feature_graph_path = char_array_get_string(path); + if (!graph_save(graph, feature_graph_path)) { + log_error("Error saving graph\n"); + return false; + } + + graph_destroy(graph); + + char_array_clear(path); + + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, output_dir, GEODB_HASH_FILENAME); + + char *hash_filename = strdup(char_array_get_string(path)); + + char_array_clear(path); + + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, output_dir, GEODB_LOG_FILENAME); + char *log_filename = char_array_get_string(path); + + if (self->log_writer != NULL) { + sparkey_logwriter_close(&self->log_writer); + self->log_writer = NULL; + } + + if ((sparkey_hash_write(hash_filename, log_filename, 0)) != SPARKEY_SUCCESS) { + log_error("Could not write Sparkey hash file\n"); + free(hash_filename); + char_array_destroy(path); + return false; + } + + free(hash_filename); + + char_array_destroy(path); + + return true; + +} + +/* +Read generated geonames.tsv and add to the geodb builder +*/ +void import_geonames(geodb_builder_t *self, char *filename) { + FILE *f = fopen(filename, "r"); + if (f == NULL) { + printf("Couldn't open file\n"); + exit(1); + } + + char *line; + char *prev_name = NULL; + geoname_t *g = geoname_new(); + + char_array *serialized = char_array_new(); + + graph_builder_t *features = self->feature_graph_builder; + + // Just a set of all ids in GeoNames so we only add keys once, takes up < 50MB + khash_t(int_set) *all_ids = kh_init(int_set); + + khash_t(int_set) *distinct_ids = kh_init(int_set); + + khiter_t key; + int ret; + + cstring_array *geo_features = cstring_array_new(); + uint32_array *feature_lengths = uint32_array_new(); + + char id_string[INT32_MAX_STRING_SIZE + 1]; + + int normalize_utf8_options = NORMALIZE_STRING_COMPOSE | NORMALIZE_STRING_LOWERCASE | NORMALIZE_STRING_TRIM; + //int normalize_latin_options = normalize_utf8_options | NORMALIZE_STRING_LATIN_ASCII; + + int i = 0; + int ambiguous = 0; + int disambiguations = 0; + + while ((line = file_getline(f)) != NULL) { + read_geoname_from_line(g, line); + char *name = char_array_get_string(g->name); + + char *canonical = char_array_get_string(g->canonical); + + bool is_canonical = strcmp(name, canonical) == 0; + + char *utf8_normalized = NULL; + + size_t id_len = sprintf(id_string, "%d", g->geonames_id); + + if (name != NULL) { + utf8_normalized = normalize_string_utf8(name, normalize_utf8_options); + } + + if (utf8_normalized != NULL && (prev_name == NULL || strcmp(utf8_normalized, prev_name) != 0)) { + // New name + if (!geodb_builder_add_name(self, utf8_normalized, is_canonical, get_address_component(g->type))) { + log_error("Error adding geoname %s\n", utf8_normalized); + exit(EXIT_FAILURE); + } + + // Only add disambiguation features if there's > 1 id for this name + if (kh_size(distinct_ids) > 1) { + ambiguous++; + + uint32_t string_index = 0; + uint32_t lengths_index = 0; + + uint32_t geonames_id; + + kh_foreach_key(distinct_ids, key, { + disambiguations++; + uint32_t length = feature_lengths->a[lengths_index]; + for (int i = 0; i < length; i++) { + char *token = cstring_array_get_string(geo_features, string_index); + uint32_t feature_id = geodb_builder_get_feature_id(self, token); + + graph_builder_add_edge(self->feature_graph_builder, feature_id, geonames_id); + + string_index++; + } + + lengths_index++; + }) + } + + uint32_array_clear(feature_lengths); + cstring_array_clear(geo_features); + kh_clear(int_set, distinct_ids); + + } else if (utf8_normalized != NULL) { + key = kh_get(int_set, distinct_ids, g->geonames_id); + if (key == kh_end(distinct_ids)) { + if (!geodb_builder_add_name(self, utf8_normalized, is_canonical, get_address_component(g->type))) { + log_error("Error adding geoname %s\n", utf8_normalized); + exit(EXIT_FAILURE); + } + } + } else { + log_error("normalization failed for name %s\n", name); + exit(EXIT_FAILURE); + } + + char_array_clear(serialized); + + if (!geoname_serialize(g, serialized)) { + log_error("geoname_serialize failed for id=%d\n", g->geonames_id); + exit(EXIT_FAILURE); + } + + key = kh_get(int_set, all_ids, g->geonames_id); + if (key == kh_end(all_ids)) { + + if ((sparkey_logwriter_put(self->log_writer, strlen(id_string), (uint8_t *)id_string, serialized->n, (uint8_t *)char_array_get_string(serialized))) != SPARKEY_SUCCESS) { + log_error("Error writing to Sparkey with id=%d\n", g->geonames_id); + exit(EXIT_FAILURE); + } + + key = kh_put(int_set, all_ids, g->geonames_id, &ret); + } + + key = kh_get(int_set, distinct_ids, g->geonames_id); + + if (key == kh_end(distinct_ids)) { + key = kh_put(int_set, distinct_ids, g->geonames_id, &ret); + if (ret < 0) { + log_error("Error adding id %d to set\n", g->geonames_id); + exit(EXIT_FAILURE); + } + + char_array_clear(g->name); + char_array_cat(g->name, utf8_normalized); + + size_t prev_num_geo_features = cstring_array_num_strings(geo_features); + + if (!geodisambig_add_geoname_features(geo_features, g)) { + log_error("Could not add geonames features for id=%d\n", g->geonames_id); + exit(EXIT_FAILURE); + } + + uint32_t num_geo_features = cstring_array_num_strings(geo_features); + uint32_t feature_length = (uint32_t)(num_geo_features - prev_num_geo_features); + uint32_array_push(feature_lengths, feature_length); + } + + if (prev_name != NULL) { + free(prev_name); + prev_name = NULL; + } + + if (utf8_normalized != NULL) { + prev_name = utf8_normalized; + } + + free(line); + i++; + + if (i % 1000 == 0) { + log_info("Did %d geonames, %d ambiguous, %d disambiguations, names=%d, features=%d\n", i, ambiguous, disambiguations, self->names->num_keys, self->features->num_keys); + } + } + + if (prev_name != NULL) { + free(prev_name); + } + + uint32_array_destroy(feature_lengths); + cstring_array_destroy(geo_features); + + kh_destroy(int_set, distinct_ids); + kh_destroy(int_set, all_ids); + + char_array_destroy(serialized); + + geoname_destroy(g); + fclose(f); +} + + +/* +Read generated postal_codes.tsv and add to the geodb builder +*/ +void import_geonames_postal_codes(geodb_builder_t *self, char *filename) { + FILE *f = fopen(filename, "r"); + if (f == NULL) { + printf("Couldn't open file\n"); + exit(1); + } + + char *line; + + char *prev_code = NULL; + gn_postal_code_t *pc = gn_postal_code_new(); + + char_array *postal_code = char_array_new(); + char_array *serialized = char_array_new(); + + cstring_array *postal_code_features = cstring_array_new(); + + khiter_t key; + int ret; + + int i = 0; + + // Always true for postal codes + bool is_canonical = true; + + while ((line = file_getline(f)) != NULL) { + if (!read_gn_postal_code_from_line(pc, line)) { + log_error("Error reading line: %s\n", line); + exit(EXIT_FAILURE); + } + + char *code = char_array_get_string(pc->postal_code); + char *utf8_normalized = normalize_string_utf8(code, NORMALIZE_STRING_LOWERCASE); + + if (utf8_normalized == NULL) { + log_error("normalization failed for postal code %s\n", code); + exit(EXIT_FAILURE); + } + + geodb_builder_add_name(self, utf8_normalized, is_canonical, GEONAMES_ADDRESS_COMPONENT_POSTCODE); + + char_array_clear(serialized); + if (!gn_postal_code_serialize(pc, serialized)) { + log_error("gn_postal_code_serialize failed for postal code=%s\n", code); + exit(EXIT_FAILURE); + } + + char *country_code = char_array_get_string(pc->country_code); + + char_array_clear(postal_code); + char_array_cat_joined(postal_code, NAMESPACE_SEPARATOR_CHAR, false, 2, country_code, utf8_normalized); + + char *key = char_array_get_string(postal_code); + cstring_array_add_string(self->postal_codes, key); + + uint32_t postal_code_index = (uint32_t)cstring_array_num_strings(self->postal_codes); + cstring_array_clear(postal_code_features); + + char_array_clear(pc->postal_code); + char_array_cat(pc->postal_code, utf8_normalized); + + if (sparkey_logwriter_put(self->log_writer, strlen(key), (uint8_t *)key, serialized->n, (uint8_t *)char_array_get_string(serialized)) != SPARKEY_SUCCESS) { + log_error("Error writing key %s to Sparkey\n", key); + } + + if (!geodisambig_add_postal_code_features(postal_code_features, pc)) { + log_error("Could not add geonames features for postal code=%s\n", code); + exit(EXIT_FAILURE); + } + + /* + In the Geonames case, the column indices in the graph refer to GeoNames ids. + Since postal codes do not have ids, only names, the indices in the postal code + feature graph refer to offsets in a cstring_array containing all the names. + + Since postal code features are namespaced differently, we can do this without + offsets, etc. + */ + for (int i = 0; i < cstring_array_num_strings(postal_code_features); i++) { + char *token = cstring_array_get_string(postal_code_features, i); + uint32_t feature_id = geodb_builder_get_feature_id(self, token); + graph_builder_add_edge(self->feature_graph_builder, feature_id, postal_code_index); + } + + if (prev_code != NULL) { + free(prev_code); + prev_code = NULL; + } + + if (utf8_normalized != NULL) { + prev_code = utf8_normalized; + } + + free(line); + i++; + + if (i % 1000 == 0) { + log_info("Did %d postal codes\n", i); + } + } + + if (prev_code != NULL) { + free(prev_code); + } + + char_array_destroy(postal_code); + char_array_destroy(serialized); + cstring_array_destroy(postal_code_features); + + gn_postal_code_destroy(pc); + + fclose(f); +} + +/* +Usage with no parameters: +./build_geodb + +Usage with parameters: +./build_geodb input_dir output_dir +*/ +int main(int argc, char **argv) { + char *input_dir; + char *output_dir; + if (argc > 2) { + input_dir = argv[1]; + output_dir = argv[2]; + } else { + input_dir = LIBPOSTAL_GEONAMES_DIR; + output_dir = LIBPOSTAL_GEODB_DIR; + } + + char *geonames_filename = "geonames.tsv"; + + char_array *path = char_array_new_size(strlen(input_dir)); + + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, input_dir, geonames_filename); + + char *geonames_path = strdup(char_array_get_string(path)); + + char_array_clear(path); + + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, output_dir, GEODB_LOG_FILENAME); + char *log_filename = char_array_get_string(path); + + geodb_builder_t *builder = geodb_builder_new(log_filename); + + import_geonames(builder, geonames_path); + + free(geonames_path); + printf("\n\n"); + + char *postal_codes_filename = "postal_codes.tsv"; + + char_array_clear(path); + + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, input_dir, postal_codes_filename); + char *postal_codes_path = char_array_get_string(path); + + log_info("Doing postal_codes\n"); + + import_geonames_postal_codes(builder, postal_codes_path); + + char_array_destroy(path); + + if (!geodb_builder_finalize(builder, output_dir)) { + exit(EXIT_FAILURE); + } + geodb_builder_destroy(builder); + + exit(EXIT_SUCCESS); + +} diff --git a/src/geohash/.libs/libpostal_la-geohash.o b/src/geohash/.libs/libpostal_la-geohash.o new file mode 100644 index 0000000..1a17bd1 Binary files /dev/null and b/src/geohash/.libs/libpostal_la-geohash.o differ diff --git a/src/geohash/geohash.c b/src/geohash/geohash.c new file mode 100644 index 0000000..bd0b236 --- /dev/null +++ b/src/geohash/geohash.c @@ -0,0 +1,527 @@ +#include "geohash.h" + +// on Windows, __STDC_IEC_559__ not defined + +#if defined(_MSC_VER) && (_MSC_VER <= 1500) +typedef unsigned __int8 uint8_t; +typedef unsigned __int16 uint16_t; +typedef unsigned __int64 uint64_t; +#define UINT64_C(C) ((uint64_t) C ## ULL) +#else +#define __STDC_CONSTANT_MACROS 1 +#include +#endif + + +static inline uint16_t interleave(uint8_t upper, uint8_t lower) { + static const uint16_t map[256] = { + 0x0000, 0x0001, 0x0004, 0x0005, 0x0010, 0x0011, + 0x0014, 0x0015, 0x0040, 0x0041, 0x0044, 0x0045, + 0x0050, 0x0051, 0x0054, 0x0055, 0x0100, 0x0101, + 0x0104, 0x0105, 0x0110, 0x0111, 0x0114, 0x0115, + 0x0140, 0x0141, 0x0144, 0x0145, 0x0150, 0x0151, + 0x0154, 0x0155, 0x0400, 0x0401, 0x0404, 0x0405, + 0x0410, 0x0411, 0x0414, 0x0415, 0x0440, 0x0441, + 0x0444, 0x0445, 0x0450, 0x0451, 0x0454, 0x0455, + 0x0500, 0x0501, 0x0504, 0x0505, 0x0510, 0x0511, + 0x0514, 0x0515, 0x0540, 0x0541, 0x0544, 0x0545, + 0x0550, 0x0551, 0x0554, 0x0555, 0x1000, 0x1001, + 0x1004, 0x1005, 0x1010, 0x1011, 0x1014, 0x1015, + 0x1040, 0x1041, 0x1044, 0x1045, 0x1050, 0x1051, + 0x1054, 0x1055, 0x1100, 0x1101, 0x1104, 0x1105, + 0x1110, 0x1111, 0x1114, 0x1115, 0x1140, 0x1141, + 0x1144, 0x1145, 0x1150, 0x1151, 0x1154, 0x1155, + 0x1400, 0x1401, 0x1404, 0x1405, 0x1410, 0x1411, + 0x1414, 0x1415, 0x1440, 0x1441, 0x1444, 0x1445, + 0x1450, 0x1451, 0x1454, 0x1455, 0x1500, 0x1501, + 0x1504, 0x1505, 0x1510, 0x1511, 0x1514, 0x1515, + 0x1540, 0x1541, 0x1544, 0x1545, 0x1550, 0x1551, + 0x1554, 0x1555, 0x4000, 0x4001, 0x4004, 0x4005, + 0x4010, 0x4011, 0x4014, 0x4015, 0x4040, 0x4041, + 0x4044, 0x4045, 0x4050, 0x4051, 0x4054, 0x4055, + 0x4100, 0x4101, 0x4104, 0x4105, 0x4110, 0x4111, + 0x4114, 0x4115, 0x4140, 0x4141, 0x4144, 0x4145, + 0x4150, 0x4151, 0x4154, 0x4155, 0x4400, 0x4401, + 0x4404, 0x4405, 0x4410, 0x4411, 0x4414, 0x4415, + 0x4440, 0x4441, 0x4444, 0x4445, 0x4450, 0x4451, + 0x4454, 0x4455, 0x4500, 0x4501, 0x4504, 0x4505, + 0x4510, 0x4511, 0x4514, 0x4515, 0x4540, 0x4541, + 0x4544, 0x4545, 0x4550, 0x4551, 0x4554, 0x4555, + 0x5000, 0x5001, 0x5004, 0x5005, 0x5010, 0x5011, + 0x5014, 0x5015, 0x5040, 0x5041, 0x5044, 0x5045, + 0x5050, 0x5051, 0x5054, 0x5055, 0x5100, 0x5101, + 0x5104, 0x5105, 0x5110, 0x5111, 0x5114, 0x5115, + 0x5140, 0x5141, 0x5144, 0x5145, 0x5150, 0x5151, + 0x5154, 0x5155, 0x5400, 0x5401, 0x5404, 0x5405, + 0x5410, 0x5411, 0x5414, 0x5415, 0x5440, 0x5441, + 0x5444, 0x5445, 0x5450, 0x5451, 0x5454, 0x5455, + 0x5500, 0x5501, 0x5504, 0x5505, 0x5510, 0x5511, + 0x5514, 0x5515, 0x5540, 0x5541, 0x5544, 0x5545, + 0x5550, 0x5551, 0x5554, 0x5555 + }; + return (map[upper]<<1)+map[lower]; +} + + +static inline void deinterleave(uint16_t interleaved, uint8_t *upper, uint8_t *lower) { + *upper = *lower = 0; + for (int i=7; i>=0; i--) { + *upper = (*upper<<1) + ((interleaved>>(i*2+1))&0x01); + *lower = (*lower<<1) + ((interleaved>>(i*2))&0x01); + } +} + + +/** + * map double[-1.0, 1.0) into uint64_t + */ +static inline int double_to_i64(double in, uint64_t *out) { + if (in<-1.0 || 1.0<=in) { + return 0; + } + union { + double d; // assuming IEEE 754-1985 binary64. This might not be true on some CPU (I don't know which). + // formally, we should use unsigned char for type-punning (see C99 ISO/IEC 9899:201x spec 6.2.6) + uint64_t i64; + } x; + x.d = in; + int sign = x.i64 >> 63; + int exp = (x.i64 >> 52) & 0x7FF; + if (exp==0) { + *out = UINT64_C(0x8000000000000000); + return !0; + } else if(exp==0x7FF) { + return 0; + } + + x.i64 &= UINT64_C(0x000FFFFFFFFFFFFF); + x.i64 |= UINT64_C(0x0010000000000000); + int shift = exp - 0x3FF + 11; + if (shift > 0) { + x.i64 <<= shift; + } else { + x.i64 >>= -shift; + } + if (sign) { + x.i64 = UINT64_C(0x8000000000000000) - x.i64; + } else { + x.i64 += UINT64_C(0x8000000000000000); + } + *out = x.i64; + + return !0; +} + +/** + * map uint64_t into double[-1.0, 1.0) + */ +static inline void i64_to_double(uint64_t in, double *out) { + union { + double d; // assuming IEEE 754-1985 binary64. This might not be true on some CPU (I don't know which). + // formally, we should use unsigned char for type-punning (see C99 ISO/IEC 9899:201x spec 6.2.6) + uint64_t i64; + } x; + if (in==UINT64_C(0x8000000000000000)) { + *out = 0.0; + return; + } + int sign = 0; + if (in < UINT64_C(0x8000000000000000)) { + sign = 1; // negative. -1.0 -- 0.0 + in = UINT64_C(0x8000000000000000) - in; + } else { + in -= UINT64_C(0x8000000000000000); + } + int i; + for (i=0;i<64;i++) { + if (in>>(63-i)) { break; } + } + if (i>11) { + x.i64 = in<<(i-11); + } else { + x.i64 = in>>(11-i); + } + + x.i64 = ((UINT64_C(0x3FF) - i)<<52) + (x.i64 & UINT64_C(0x000FFFFFFFFFFFFF)); + if (sign) { + x.i64 |= UINT64_C(0x8000000000000000); + } + *out = x.d; +} + + + +static int interleaved_to_geohashstr(uint16_t *interleaved, size_t length, char *dst, size_t dst_length) { + static const char *map="0123456789bcdefghjkmnpqrstuvwxyz"; + + unsigned char *w = (unsigned char *)dst; + uint16_t *i = interleaved; + for (unsigned int j = 0; j < dst_length / 16; j++) { + w[ 0] = (unsigned char)( i[0]>>11); + w[ 1] = (unsigned char)( i[0]>>6); + w[ 2] = (unsigned char)( i[0]>>1); + w[ 3] = (unsigned char)((i[1]>>12) + (i[0]<<4)); + w[ 4] = (unsigned char)( i[1]>>7); + w[ 5] = (unsigned char)( i[1]>>2); + w[ 6] = (unsigned char)((i[2]>>13) + (i[1]<<3)); + w[ 7] = (unsigned char)( i[2]>>8); + w[ 8] = (unsigned char)( i[2]>>3); + w[ 9] = (unsigned char)((i[3]>>14) + (i[2]<<2)); + w[10] = (unsigned char)( i[3]>>9); + w[11] = (unsigned char)( i[3]>>4); + w[12] = (unsigned char)((i[4]>>15) + (i[3]<<1)); + w[13] = (unsigned char)( i[4]>>10); + w[14] = (unsigned char)( i[4]>>5); + w[15] = (unsigned char)( i[4]); + i += 5; + w += 16; + } + + for (unsigned int j=0; j < dst_length % 16; j++) { + if (j == 0) w[ 0] = (unsigned char)( i[0]>>11); + else if (j == 1) w[ 1] = (unsigned char)( i[0]>>6); + else if (j == 2) w[ 2] = (unsigned char)( i[0]>>1); + else if (j == 3) w[ 3] = (unsigned char)((i[1]>>12) + (i[0]<<4)); + else if (j == 4) w[ 4] = (unsigned char)( i[1]>>7); + else if (j == 5) w[ 5] = (unsigned char)( i[1]>>2); + else if (j == 6) w[ 6] = (unsigned char)((i[2]>>13) + (i[1]<<3)); + else if (j == 7) w[ 7] = (unsigned char)( i[2]>>8); + else if (j == 8) w[ 8] = (unsigned char)( i[2]>>3); + else if (j == 9) w[ 9] = (unsigned char)((i[3]>>14) + (i[2]<<2)); + else if (j == 10) w[10] = (unsigned char)( i[3]>>9); + else if (j == 11) w[11] = (unsigned char)( i[3]>>4); + else if (j == 12) w[12] = (unsigned char)((i[4]>>15) + (i[3]<<1)); + else if (j == 13) w[13] = (unsigned char)( i[4]>>10); + else if (j == 14) w[14] = (unsigned char)( i[4]>>5); + else if (j == 15) w[15] = (unsigned char)( i[4]); + } + + + for (unsigned int j = 0; j < dst_length; j++) { + dst[j] = map[dst[j] & 0x1F]; + } + return GEOHASH_OK; +} + + +/* + latitude must be in [-90.0, 90.0) and longitude must be in [-180.0 180.0) +*/ +int geohash_encode(double latitude, double longitude, char *r, size_t capacity) { + uint64_t lat64, lon64; + uint16_t interleaved[9]; + if (capacity > 27) { + return GEOHASH_INVALIDARGUMENT; + } + char lr[capacity]; + memset(interleaved, 0, sizeof(interleaved)); + + while (longitude < -180.0) longitude += 360.0; + while (longitude >= 180.0) longitude -= 360.0; + + if (!double_to_i64(latitude/90.0, &lat64) || !double_to_i64(longitude/180.0, &lon64)) { + return GEOHASH_INVALIDARGUMENT; + } + for (int i=0; i<8; i++) { + interleaved[7-i] = interleave((uint8_t)(lon64>>(i*8)), (uint8_t)(lat64>>(i*8))); + } + + int ret = GEOHASH_OK; + if ((ret = interleaved_to_geohashstr(interleaved, 8, lr, capacity - 1)) != GEOHASH_OK) { + return ret; + } + lr[capacity - 1] = '\0'; + + if (0 < capacity) { + memcpy(r, (const char*)lr, capacity-1); + r[capacity - 1] = '\0'; + } + return GEOHASH_OK; +} + + +/** + * handle geohash string decoding operation + */ +static int geohashstr_to_interleaved(char *r, size_t length, uint16_t *interleaved, size_t dst_count) { + static const unsigned char map[128] = { + '|', '|', '|', '|', '|', '|', '|', '|', + '|', '|', '|', '|', '|', '|', '|', '|', + '|', '|', '|', '|', '|', '|', '|', '|', + '|', '|', '|', '|', '|', '|', '|', '|', + '|', '|', '|', '|', '|', '|', '|', '|', + '|', '|', '|', '|', '|', '|', '|', '|', + 0, 1, 2, 3, 4, 5, 6, 7, + 8, 9, '|', '|', '|', '|', '|', '|', + '|', '|', 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, + 0x10, '|', 0x11, 0x12, '|', 0x13, 0x14, '|', + 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x1B, 0x1C, + 0x1D, 0x1E, 0x1F, '|', '|', '|', '|', '|', + '|', '|', 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, + 0x10, '|', 0x11, 0x12, '|', 0x13, 0x14, '|', + 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x1B, 0x1C, + 0x1D, 0x1E, 0x1F, '|', '|', '|', '|', '|', + }; + for (unsigned int i=0; i>4); + i[1] = (map[c[ 3]]<<12) + (map[c[ 4]]<< 7) + (map[c[ 5]]<<2) + (map[c[ 6]]>>3); + i[2] = (map[c[ 6]]<<13) + (map[c[ 7]]<< 8) + (map[c[ 8]]<<3) + (map[c[ 9]]>>2); + i[3] = (map[c[ 9]]<<14) + (map[c[10]]<< 9) + (map[c[11]]<<4) + (map[c[12]]>>1); + i[4] = (map[c[12]]<<15) + (map[c[13]]<<10) + (map[c[14]]<<5) + (map[c[15]]>>0); + i+=5; + c+=16; + } + for (unsigned int j=0; j> 4; + i[1] = map[c[ 3]]<<12; + } + if(j== 4) i[1] += map[c[ 4]]<< 7; + if(j== 5) i[1] += map[c[ 5]]<< 2; + if(j== 6) { + i[1] += map[c[ 6]]>> 3; + i[2] = map[c[ 6]]<<13; + } + if(j== 7) i[2] += map[c[ 7]]<< 8; + if(j== 8) i[2] += map[c[ 8]]<< 3; + if(j== 9) { + i[2] += map[c[ 9]]>> 2; + i[3] = map[c[ 9]]<<14; + } + if(j==10) i[3] += map[c[10]]<< 9; + if(j==11) i[3] += map[c[11]]<< 4; + if(j==12) { + i[3] += map[c[12]]>> 1; + i[4] = map[c[12]]<<15; + } + if(j==13) i[4] += map[c[13]]<<10; + if(j==14) i[4] += map[c[14]]<< 5; + if(j==15) i[4] += map[c[15]]>> 0; + } + return GEOHASH_OK; +} + + +/* + (latitude, longitude) will be that of south west point. +*/ +int geohash_decode(char *r, size_t length, double *latitude, double *longitude) { + uint16_t intr_auto[8]; + uint16_t *interleaved = intr_auto; + size_t intr_length = length*5/16+1; + int intr_free = 0; + if (intr_length > 8) { + interleaved = (uint16_t*)malloc(sizeof(uint16_t)*intr_length); + if (!interleaved) { + return GEOHASH_NOMEMORY; + } + intr_free = 1; + } else { + intr_length = 8; + } + int ret = GEOHASH_OK; + if ((ret=geohashstr_to_interleaved(r, length, interleaved, intr_length)) != GEOHASH_OK) { + return ret; + } + uint64_t lat64=0; + uint64_t lon64=0; + for (int i=0; i<8; i++) { + uint8_t upper, lower; + deinterleave(interleaved[i], &upper, &lower); + lon64 = (lon64<<8)+upper; + lat64 = (lat64<<8)+lower; + } + if (intr_free) { + free(interleaved); + } + + double t; + + i64_to_double(lat64, &t); + *latitude = t*90.0; + + i64_to_double(lon64, &t); + *longitude = t*180.0; + + return GEOHASH_OK; +} + + + +/** + * compare two uint8_t array of variable sized integers. + */ +static int uint8s_cmp(uint8_t *src, uint8_t *dst, size_t length) { + if (length==0) { return 0; } + unsigned int i=0; + for (i=0; i<(length-1)/8; i++) { + if (src[i] != dst[i]) { + return (int)(src[i] - dst[i]); + } + } + uint8_t cell_offset = (8-length%8)%8; + return (int)((src[i]>>cell_offset) - (dst[i]>>cell_offset)); +} + +/** + * plus minus operations for uint8_t array of variable sized integer. + */ +static int uint8s_plus_minus(uint8_t *src, uint8_t *dst, size_t length, int plus) { + if (length==0) { + return 0; + } + unsigned int cell = (length-1)/8; + memcpy(dst, src, cell); + uint8_t cell_offset = (8-length%8)%8; + int up = 1; + while (up) { + uint8_t t; + up = 0; + if (plus) { + t = src[cell] + (1<0 && uint8s_cmp(lats[i-1], lats[i], lat_len)==0) { + continue; + } + for (int j=0;j<3;j++) { + if (j>0 && uint8s_cmp(lons[j-1], lons[j], lon_len)==0) { + continue; + } + if (i==0 && j==0) { + continue; + } + + for (unsigned int k=0; k +#include +#include + + + +enum { + GEOHASH_OK, + GEOHASH_NOTSUPPORTED, + GEOHASH_INVALIDCODE, + GEOHASH_INVALIDARGUMENT, + GEOHASH_INTERNALERROR, + GEOHASH_NOMEMORY +}; + +int geohash_encode(double latitude, double longitude, char* r, size_t capacity); +int geohash_decode(char* r, size_t length, double *latitude, double *longitude); +int geohash_neighbors(char *hashcode, char* dst, size_t dst_length, int *string_count); + + + +#endif \ No newline at end of file diff --git a/src/geonames.c b/src/geonames.c new file mode 100644 index 0000000..1bf9e42 --- /dev/null +++ b/src/geonames.c @@ -0,0 +1,529 @@ +#include "geonames.h" +#include "msgpack_utils.h" + +#define DEFAULT_BUFFER_SIZE 4096 + +#define GEONAMES_NAME_DEFAULT_LENGTH 255 +#define GEONAMES_ISO_LANGUAGE_DEFAULT_LENGTH 10 +#define GEONAMES_FEATURE_CODE_DEFAULT_LENGTH 5 +#define GEONAMES_COUNTRY_CODE_DEFAULT_LENGTH 3 +#define GEONAMES_ADMIN1_CODE_DEFAULT_LENGTH 32 +#define GEONAMES_ADMIN2_CODE_DEFAULT_LENGTH 64 +#define GEONAMES_ADMIN3_CODE_DEFAULT_LENGTH 32 +#define GEONAMES_ADMIN4_CODE_DEFAULT_LENGTH 32 +#define GEONAMES_POSTAL_CODE_DEFAULT_LENGTH 64 + + +#define GEONAMES_POSTAL_ADMIN1_IDS_DEFAULT_LENGTH 10 +#define GEONAMES_POSTAL_ADMIN2_IDS_DEFAULT_LENGTH 20 +#define GEONAMES_POSTAL_ADMIN3_IDS_DEFAULT_LENGTH 20 + +/* To save on malloc calls, create just one of these and call geoname_clear +* (which does not deallocate) and geoname_deserialize +*/ +geoname_t *geoname_new(void) { + geoname_t *self = malloc(sizeof(geoname_t)); + if (self == NULL) { + return NULL; + } + + self->name = char_array_new_size(GEONAMES_NAME_DEFAULT_LENGTH); + self->canonical = char_array_new_size(GEONAMES_NAME_DEFAULT_LENGTH); + + self->iso_language = char_array_new_size(GEONAMES_ISO_LANGUAGE_DEFAULT_LENGTH); + + self->feature_code = char_array_new_size(GEONAMES_FEATURE_CODE_DEFAULT_LENGTH); + self->country_code = char_array_new_size(GEONAMES_COUNTRY_CODE_DEFAULT_LENGTH); + + self->admin1_code = char_array_new_size(GEONAMES_ADMIN1_CODE_DEFAULT_LENGTH); + self->admin2_code = char_array_new_size(GEONAMES_ADMIN2_CODE_DEFAULT_LENGTH); + self->admin3_code = char_array_new_size(GEONAMES_ADMIN3_CODE_DEFAULT_LENGTH); + self->admin4_code = char_array_new_size(GEONAMES_ADMIN4_CODE_DEFAULT_LENGTH); + + if (!(self->name && self->canonical && self->iso_language + && self->feature_code && self->country_code + && self->admin1_code && self->admin2_code + && self->admin3_code && self->admin4_code)) { + geoname_destroy(self); + return NULL; + } + + return self; +} + +void geoname_clear(geoname_t *self) { + char_array_clear(self->name); + char_array_clear(self->canonical); + char_array_clear(self->iso_language); + char_array_clear(self->feature_code); + char_array_clear(self->country_code); + char_array_clear(self->admin1_code); + char_array_clear(self->admin2_code); + char_array_clear(self->admin3_code); + char_array_clear(self->admin4_code); +} + +void geoname_destroy(geoname_t *self) { + if (!self) + return; + + if (self->name) { + char_array_destroy(self->name); + } + + if (self->canonical) { + char_array_destroy(self->canonical); + } + + if (self->iso_language) { + char_array_destroy(self->iso_language); + } + + if (self->feature_code) { + char_array_destroy(self->feature_code); + } + + if (self->country_code) { + char_array_destroy(self->country_code); + } + + if (self->admin1_code) { + char_array_destroy(self->admin1_code); + } + + if (self->admin2_code) { + char_array_destroy(self->admin2_code); + } + + if (self->admin3_code) { + char_array_destroy(self->admin3_code); + } + + if (self->admin4_code) { + char_array_destroy(self->admin4_code); + } + + free(self); +} + +bool geoname_deserialize_ctx(geoname_t *self, cmp_ctx_t *ctx) { + + uint32_t len; + + if (!cmp_read_uint(ctx, &self->geonames_id)) { + return false; + } + + if (!cmp_read_str_size_or_nil(ctx, &self->name, &len)) { + return false; + } + + if (!cmp_read_str_size_or_nil(ctx, &self->canonical, &len)) { + return false; + } + + if (!cmp_read_uint(ctx, &self->type)) { + return false; + } + + if (!cmp_read_str_size_or_nil(ctx, &self->iso_language, &len)) { + return false; + } + + if (!cmp_read_bool(ctx, &self->has_wikipedia_entry)) { + return false; + } + + if (!cmp_read_bool(ctx, &self->is_preferred_name)) { + return false; + } + + if (!cmp_read_bool(ctx, &self->is_short_name)) { + return false; + } + + if (!cmp_read_bool(ctx, &self->is_colloquial)) { + return false; + } + + if (!cmp_read_bool(ctx, &self->is_historical)) { + return false; + } + + if (!cmp_read_uint(ctx, &self->population)) { + return false; + } + + if (!cmp_read_double(ctx, &self->latitude)) { + return false; + } + + if (!cmp_read_double(ctx, &self->longitude)) { + return false; + } + + if (!cmp_read_str_size_or_nil(ctx, &self->feature_code, &len)) { + return false; + } + + if (!cmp_read_str_size_or_nil(ctx, &self->country_code, &len)) { + return false; + } + + if (!cmp_read_uint(ctx, &self->country_geonames_id)) { + return false; + } + + if (!cmp_read_str_size_or_nil(ctx, &self->admin1_code, &len)) { + return false; + } + + if (!cmp_read_uint(ctx, &self->admin1_geonames_id)) { + return false; + } + + if (!cmp_read_str_size_or_nil(ctx, &self->admin2_code, &len)) { + return false; + } + + if (!cmp_read_uint(ctx, &self->admin2_geonames_id)) { + return false; + } + + if (!cmp_read_str_size_or_nil(ctx, &self->admin3_code, &len)) { + return false; + } + + if (!cmp_read_uint(ctx, &self->admin3_geonames_id)) { + return false; + } + + if (!cmp_read_str_size_or_nil(ctx, &self->admin4_code, &len)) { + return false; + } + + if (!cmp_read_uint(ctx, &self->admin4_geonames_id)) { + return false; + } + + return true; +} + +bool geoname_deserialize(geoname_t *self, char_array *str) { + cmp_ctx_t ctx; + msgpack_buffer_t buffer = (msgpack_buffer_t){str, 0}; + cmp_init(&ctx, &buffer, msgpack_bytes_reader, msgpack_bytes_writer); + + return geoname_deserialize_ctx(self, &ctx); +} + +bool geoname_serialize_ctx(geoname_t *self, cmp_ctx_t *ctx) { + + if (!cmp_write_uint(ctx, self->geonames_id) || + !cmp_write_str_or_nil(ctx, self->name) || + !cmp_write_str_or_nil(ctx, self->canonical) || + !cmp_write_uint(ctx, self->type) || + !cmp_write_str_or_nil(ctx, self->iso_language) || + !cmp_write_bool(ctx, self->has_wikipedia_entry) || + !cmp_write_bool(ctx, self->is_preferred_name) || + !cmp_write_bool(ctx, self->is_short_name) || + !cmp_write_bool(ctx, self->is_colloquial) || + !cmp_write_bool(ctx, self->is_historical) || + !cmp_write_uint(ctx, self->population) || + !cmp_write_double(ctx, self->latitude) || + !cmp_write_double(ctx, self->longitude) || + !cmp_write_str_or_nil(ctx, self->feature_code) || + !cmp_write_str_or_nil(ctx, self->country_code) || + !cmp_write_uint(ctx, self->country_geonames_id) || + !cmp_write_str_or_nil(ctx, self->admin1_code) || + !cmp_write_uint(ctx, self->admin1_geonames_id) || + !cmp_write_str_or_nil(ctx, self->admin2_code) || + !cmp_write_uint(ctx, self->admin2_geonames_id) || + !cmp_write_str_or_nil(ctx, self->admin3_code) || + !cmp_write_uint(ctx, self->admin3_geonames_id) || + !cmp_write_str_or_nil(ctx, self->admin4_code) || + !cmp_write_uint(ctx, self->admin4_geonames_id) + ) { return false; } + + return true; +} + +bool geoname_serialize(geoname_t *self, char_array *str) { + cmp_ctx_t ctx; + msgpack_buffer_t buffer = (msgpack_buffer_t){str, 0}; + cmp_init(&ctx, &buffer, msgpack_bytes_reader, msgpack_bytes_writer); + + return geoname_serialize_ctx(self, &ctx); +} + +void geoname_print(geoname_t *self) { + printf("geonames_id: %d\n", self->geonames_id); + printf("name: %s\n", char_array_get_string(self->name)); + printf("canonical: %s\n", char_array_get_string(self->canonical)); + printf("type: %d\n", self->type); + printf("iso_language: %s\n", char_array_get_string(self->iso_language)); + printf("has_wikipedia_entry: %d\n", self->has_wikipedia_entry); + printf("is_preferred: %d\n", self->is_preferred_name); + printf("is_short_name: %d\n", self->is_short_name); + printf("is_colloquial: %d\n", self->is_colloquial); + printf("is_historical: %d\n", self->is_historical); + printf("population: %d\n", self->population); + printf("latitude: %f\n", self->latitude); + printf("longitude: %f\n", self->longitude); + printf("feature_code: %s\n", char_array_get_string(self->feature_code)); + printf("country_code: %s\n", char_array_get_string(self->country_code)); + printf("country_geonames_id: %d\n", self->country_geonames_id); + printf("admin1_code: %s\n", char_array_get_string(self->admin1_code)); + printf("admin1_geonames_id: %d\n", self->admin1_geonames_id); + printf("admin2_code: %s\n", char_array_get_string(self->admin2_code)); + printf("admin2_geonames_id: %d\n", self->admin2_geonames_id); + printf("admin3_code: %s\n", char_array_get_string(self->admin3_code)); + printf("admin3_geonames_id: %d\n", self->admin3_geonames_id); + printf("admin4_code: %s\n", char_array_get_string(self->admin4_code)); + printf("admin4_geonames_id: %d\n", self->admin4_geonames_id); +} + +gn_postal_code_t *gn_postal_code_new(void) { + gn_postal_code_t *self = malloc(sizeof(gn_postal_code_t)); + if (self == NULL) { + return NULL; + } + + self->postal_code = char_array_new_size(GEONAMES_POSTAL_CODE_DEFAULT_LENGTH); + self->country_code = char_array_new_size(GEONAMES_COUNTRY_CODE_DEFAULT_LENGTH); + self->containing_geoname = char_array_new_size(GEONAMES_NAME_DEFAULT_LENGTH); + + self->have_lat_lon = false; + self->have_containing_geoname = false; + + self->admin1_ids = uint32_array_new_size(GEONAMES_POSTAL_ADMIN1_IDS_DEFAULT_LENGTH); + self->admin2_ids = uint32_array_new_size(GEONAMES_POSTAL_ADMIN2_IDS_DEFAULT_LENGTH); + self->admin3_ids = uint32_array_new_size(GEONAMES_POSTAL_ADMIN3_IDS_DEFAULT_LENGTH); + + if (!(self->postal_code && self->country_code && self->containing_geoname + && self->admin1_ids && self->admin2_ids && self->admin3_ids)) { + gn_postal_code_destroy(self); + return NULL; + } + + return self; +} + +void gn_postal_code_clear(gn_postal_code_t *self) { + char_array_clear(self->postal_code); + char_array_clear(self->country_code); + char_array_clear(self->containing_geoname); + uint32_array_clear(self->admin1_ids); + uint32_array_clear(self->admin2_ids); + uint32_array_clear(self->admin3_ids); +} + +void gn_postal_code_destroy(gn_postal_code_t *self) { + if (!self) + return; + + if (self->postal_code) { + char_array_destroy(self->postal_code); + } + + if (self->country_code) { + char_array_destroy(self->country_code); + } + + if (self->containing_geoname) { + char_array_destroy(self->containing_geoname); + } + + if (self->admin1_ids) { + uint32_array_destroy(self->admin1_ids); + } + + if (self->admin2_ids) { + uint32_array_destroy(self->admin2_ids); + } + + if (self->admin3_ids) { + uint32_array_destroy(self->admin3_ids); + } + + free(self); +} + +bool gn_postal_code_deserialize_ctx(gn_postal_code_t *self, cmp_ctx_t *ctx) { + uint32_t len; + + if (!cmp_read_str_size_or_nil(ctx, &self->postal_code, &len)) { + return false; + } + + if (!cmp_read_str_size_or_nil(ctx, &self->country_code, &len)) { + return false; + } + + if (!cmp_read_uint(ctx, &self->country_geonames_id)) { + return false; + } + + if (!cmp_read_bool(ctx, &self->have_containing_geoname)) { + return false; + } + + if (self->have_containing_geoname) { + if (!cmp_read_str_size_or_nil(ctx, &self->containing_geoname, &len)) + return false; + + if (!cmp_read_uint(ctx, &self->containing_geonames_id)) + return false; + } + + uint32_t array_size; + + if (!cmp_read_array(ctx, &array_size)) { + return false; + } + + if (array_size > 0) { + uint32_t admin1_id; + for ( ;array_size; array_size--) { + if (!cmp_read_uint(ctx, &admin1_id)) { + return false; + } + uint32_array_push(self->admin1_ids, admin1_id); + } + } + + if (!cmp_read_array(ctx, &array_size)) { + return false; + } + + if (array_size > 0) { + uint32_t admin2_id; + for (; array_size > 0; array_size--) { + if (!cmp_read_uint(ctx, &admin2_id)) { + return false; + } + uint32_array_push(self->admin2_ids, admin2_id); + } + } + + if (!cmp_read_array(ctx, &array_size)) { + return false; + } + + if (array_size > 0) { + uint32_t admin3_id; + for (; array_size > 0; array_size--) { + if (!cmp_read_uint(ctx, &admin3_id)) { + return false; + } + uint32_array_push(self->admin3_ids, admin3_id); + } + } + + return true; +} + +bool gn_postal_code_deserialize(gn_postal_code_t *self, char_array *str) { + cmp_ctx_t ctx; + msgpack_buffer_t buffer = (msgpack_buffer_t){str, 0}; + cmp_init(&ctx, &buffer, msgpack_bytes_reader, msgpack_bytes_writer); + + return gn_postal_code_deserialize_ctx(self, &ctx); +} + +static bool gn_postal_code_serialize_ctx(gn_postal_code_t *self, cmp_ctx_t *ctx) { + + if (!cmp_write_str_or_nil(ctx, self->postal_code) || + !cmp_write_str_or_nil(ctx, self->country_code) || + !cmp_write_uint(ctx, self->country_geonames_id) || + !cmp_write_bool(ctx, self->have_containing_geoname) || + (self->have_containing_geoname && + (!cmp_write_str_or_nil(ctx, self->containing_geoname) || + !cmp_write_uint(ctx, self->containing_geonames_id) + ) + ) || + !cmp_write_uint_vector(ctx, self->admin1_ids) || + !cmp_write_uint_vector(ctx, self->admin2_ids) || + !cmp_write_uint_vector(ctx, self->admin3_ids) + ) { return false; } + + return true; +} + +bool gn_postal_code_serialize(gn_postal_code_t *self, char_array *str) { + cmp_ctx_t ctx; + msgpack_buffer_t buffer = (msgpack_buffer_t){str, 0}; + cmp_init(&ctx, &buffer, msgpack_bytes_reader, msgpack_bytes_writer); + + return gn_postal_code_serialize_ctx(self, &ctx); + +} + +void gn_postal_code_print(gn_postal_code_t *self) { + int i; + printf("postal_code: %s\n", char_array_get_string(self->postal_code)); + printf("country_code: %s\n", char_array_get_string(self->country_code)); + printf("have_containing_geoname: %d\n", self->have_containing_geoname); + if (self->have_containing_geoname) { + printf("containing_geoname: %s\n", char_array_get_string(self->containing_geoname)); + printf("containing_geonames_id: %d\n", self->containing_geonames_id); + } + printf("admin1_ids: [ "); + for (i = 0; i < self->admin1_ids->n; i++) { + printf("%d ", self->admin1_ids->a[i]); + } + printf("]\n"); + printf("admin2_ids: [ "); + for (i = 0; i < self->admin2_ids->n; i++) { + printf("%d ", self->admin2_ids->a[i]); + } + printf("]\n"); + printf("admin3_ids: [ "); + for (i = 0; i < self->admin3_ids->n; i++) { + printf("%d ", self->admin3_ids->a[i]); + } + printf("]\n"); +} + + +bool geonames_generic_serialize(geonames_generic_t *gn, char_array *str) { + cmp_ctx_t ctx; + msgpack_buffer_t buffer = (msgpack_buffer_t){str, 0}; + cmp_init(&ctx, &buffer, msgpack_bytes_reader, msgpack_bytes_writer); + + if (!cmp_write_u8(&ctx, (uint8_t)gn->type)) { + return false; + } + + if (gn->type == GEONAMES_PLACE) { + return geoname_serialize_ctx(gn->geoname, &ctx); + } else if (gn->type == GEONAMES_POSTAL_CODE) { + return gn_postal_code_serialize_ctx(gn->postal_code, &ctx); + } + + return false; +} + +bool geonames_generic_deserialize(gn_type *type, geoname_t *geoname, gn_postal_code_t *postal_code, char_array *str) { + cmp_ctx_t ctx; + msgpack_buffer_t buffer = (msgpack_buffer_t){str, 0}; + cmp_init(&ctx, &buffer, msgpack_bytes_reader, msgpack_bytes_writer); + + uint8_t geonames_type; + + if (!cmp_read_u8(&ctx, &geonames_type)) { + return false; + } + + *type = geonames_type; + + if (geonames_type == GEONAMES_PLACE) { + return geoname_deserialize_ctx(geoname, &ctx); + } else if (geonames_type == GEONAMES_POSTAL_CODE) { + return gn_postal_code_deserialize_ctx(postal_code, &ctx); + } + + + return false; + +} diff --git a/src/geonames.h b/src/geonames.h new file mode 100644 index 0000000..dbd80f5 --- /dev/null +++ b/src/geonames.h @@ -0,0 +1,120 @@ +#ifndef GEONAMES_H +#define GEONAMES_H + + + +#include +#include +#include +#include +#include + +#include "collections.h" +#include "features.h" +#include "string_utils.h" + +typedef enum { + GEONAMES_COUNTRY = 0, + GEONAMES_ADMIN1 = 1, + GEONAMES_ADMIN2 = 2, + GEONAMES_ADMIN3 = 3, + GEONAMES_ADMIN4 = 4, + GEONAMES_ADMIN_OTHER = 5, + GEONAMES_LOCALITY = 6, + GEONAMES_NEIGHBORHOOD = 7, + NUM_BOUNDARY_TYPES +} boundary_type_t; + +#define GEONAMES_ADDRESS_COMPONENT_COUNTRY (1 << 0) +#define GEONAMES_ADDRESS_COMPONENT_ADMIN1 (1 << 1) +#define GEONAMES_ADDRESS_COMPONENT_ADMIN2 (1 << 2) +#define GEONAMES_ADDRESS_COMPONENT_ADMIN3 (1 << 3) +#define GEONAMES_ADDRESS_COMPONENT_ADMIN4 (1 << 4) +#define GEONAMES_ADDRESS_COMPONENT_ADMIN_OTHER (1 << 5) +#define GEONAMES_ADDRESS_COMPONENT_LOCALITY (1 << 6) +#define GEONAMES_ADDRESS_COMPONENT_NEIGHBORHOOD (1 << 7) +#define GEONAMES_ADDRESS_COMPONENT_POSTCODE (1 << 8) + +typedef struct geoname { + uint32_t geonames_id; + char_array *name; + char_array *canonical; + boundary_type_t type; + char_array *iso_language; + bool has_wikipedia_entry; + bool is_preferred_name; + bool is_short_name; + bool is_colloquial; + bool is_historical; + uint32_t population; + double latitude; + double longitude; + char_array *feature_code; + char_array *country_code; + uint32_t country_geonames_id; + char_array *admin1_code; + uint32_t admin1_geonames_id; + char_array *admin2_code; + uint32_t admin2_geonames_id; + char_array *admin3_code; + uint32_t admin3_geonames_id; + char_array *admin4_code; + uint32_t admin4_geonames_id; +} geoname_t; + +/* We want to reuse objects here, so only call + * geoname_create once or twice and populate the same + * object repeatedly with geoname_deserialize. + * This helps avoid making too many malloc/free calls +*/ +geoname_t *geoname_new(void); +bool geoname_deserialize(geoname_t *self, char_array *str); +bool geoname_serialize(geoname_t *self, char_array *str); +void geoname_print(geoname_t *self); +void geoname_clear(geoname_t *self); +void geoname_destroy(geoname_t *self); + +typedef struct gn_postal_code { + char_array *postal_code; + char_array *country_code; + uint32_t country_geonames_id; + bool have_lat_lon; + double latitude; + double longitude; + uint8_t accuracy; + bool have_containing_geoname; + char_array *containing_geoname; + uint32_t containing_geonames_id; + uint32_array *admin1_ids; + uint32_array *admin2_ids; + uint32_array *admin3_ids; +} gn_postal_code_t; + +gn_postal_code_t *gn_postal_code_new(void); +bool gn_postal_code_deserialize(gn_postal_code_t *self, char_array *str); +bool gn_postal_code_serialize(gn_postal_code_t *self, char_array *str); +void gn_postal_code_print(gn_postal_code_t *self); +void gn_postal_code_clear(gn_postal_code_t *self); +void gn_postal_code_destroy(gn_postal_code_t *self); + +typedef enum { + GEONAMES_PLACE, + GEONAMES_POSTAL_CODE +} gn_type; + +typedef struct geonames_generic { + gn_type type; + union { + geoname_t *geoname; + gn_postal_code_t *postal_code; + }; +} geonames_generic_t; + +VECTOR_INIT(gn_generic_array, geonames_generic_t); + +bool geonames_generic_serialize(geonames_generic_t *gn, char_array *str); +bool geonames_generic_deserialize(gn_type *type, geoname_t *geoname, gn_postal_code_t *postal_code, char_array *str); + + + +#endif diff --git a/src/geonames_fields.h b/src/geonames_fields.h new file mode 100644 index 0000000..52cc971 --- /dev/null +++ b/src/geonames_fields.h @@ -0,0 +1,28 @@ +enum geonames_fields { + GEONAMES_NAME=0, + GEONAMES_ID=1, + GEONAMES_CANONICAL=2, + GEONAMES_BOUNDARY_TYPE=3, + GEONAMES_HAS_WIKIPEDIA_ENTRY=4, + GEONAMES_ISO_LANGUAGE=5, + GEONAMES_LANGUAGE_PRIORITY=6, + GEONAMES_IS_PREFERRED_NAME=7, + GEONAMES_IS_SHORT_NAME=8, + GEONAMES_IS_COLLOQUIAL=9, + GEONAMES_IS_HISTORICAL=10, + GEONAMES_POPULATION=11, + GEONAMES_LATITUDE=12, + GEONAMES_LONGITUDE=13, + GEONAMES_FEATURE_CODE=14, + GEONAMES_COUNTRY_CODE=15, + GEONAMES_COUNTRY_ID=16, + GEONAMES_ADMIN1_CODE=17, + GEONAMES_ADMIN1_ID=18, + GEONAMES_ADMIN2_CODE=19, + GEONAMES_ADMIN2_ID=20, + GEONAMES_ADMIN3_CODE=21, + GEONAMES_ADMIN3_ID=22, + GEONAMES_ADMIN4_CODE=23, + GEONAMES_ADMIN4_ID=24, + NUM_GEONAMES_FIELDS +}; diff --git a/src/graph.c b/src/graph.c new file mode 100644 index 0000000..7981b40 --- /dev/null +++ b/src/graph.c @@ -0,0 +1,262 @@ +#include "graph.h" +#include "klib/ksort.h" + +graph_t *graph_new_dims(graph_type_t type, uint32_t m, uint32_t n, size_t nnz, bool fixed_rows) { + graph_t *graph = calloc(1, sizeof(graph_t)); + graph->m = m; + graph->fixed_rows = fixed_rows; + graph->n = n; + graph->type = type; + graph->indptr = uint32_array_new_size(m + 1); + if (graph->indptr == NULL) { + graph_destroy(graph); + return NULL; + } + + if (!fixed_rows) { + uint32_array_push(graph->indptr, 0); + } + + if (nnz > 0) { + graph->indices = uint32_array_new_size(nnz); + } else { + graph->indices = uint32_array_new(); + } + + if (graph->indices == NULL) { + graph_destroy(graph); + return NULL; + } + + return graph; +} + +graph_t *graph_new(graph_type_t type) { + return graph_new_dims(type, 0, 0, 0, false); +} + +void graph_destroy(graph_t *self) { + if (self == NULL) return; + + if (self->indptr != NULL) { + uint32_array_destroy(self->indptr); + } + + if (self->indices != NULL) { + uint32_array_destroy(self->indices); + } + + free(self); +} + +inline void graph_set_size(graph_t *self) { + if (self->type != GRAPH_BIPARTITE) { + uint32_t max = self->m > self->n ? self->m : self->n; + self->m = max; + self->n = max; + } +} + +inline void graph_clear(graph_t *self) { + uint32_array_clear(self->indptr); + if (!self->fixed_rows) { + uint32_array_push(self->indptr, 0); + } + + uint32_array_clear(self->indices); +} + +inline void graph_finalize_vertex_no_sort(graph_t *self) { + uint32_array_push(self->indptr, (uint32_t)self->indices->n); + if (!self->fixed_rows) { + self->m++; + graph_set_size(self); + } +} + +void graph_finalize_vertex(graph_t *self) { + size_t start = 0; + if (self->indptr->n > 0) { + start = self->indptr->a[self->indptr->n - 1]; + } + + size_t end = self->indices->n; + size_t len = end - start; + + if (len > 1) { + ks_introsort(uint32_t, len, self->indices->a + start); + } + graph_finalize_vertex_no_sort(self); +} + +bool graph_has_edge(graph_t *self, uint32_t i, uint32_t j) { + if (i > self->m || j > self->n || i >= self->indptr->n - 1) return false; + + uint32_t *indptr = self->indptr->a; + uint32_t *indices = self->indices->a; + + uint32_t row_start = indptr[i]; + uint32_t row_end = indptr[i + 1]; + uint32_t len = row_end - row_start; + if (len == 0) return false; + + // Simple binary search, array is sorted + ssize_t lo = (ssize_t)row_start; + ssize_t hi = (ssize_t)row_end - 1; + + bool found = false; + + while (lo <= hi) { + size_t mid = (lo + hi) / 2; + uint64_t val = indices[mid]; + if (val < j) { + lo = mid + 1; + } else if (val > j) { + hi = mid - 1; + } else { + found = true; + break; + } + } + + return found; +} + + +inline void graph_append_edge(graph_t *self, uint32_t col) { + uint32_array_push(self->indices, col); + if (col >= self->n) self->n = col + 1; + graph_set_size(self); +} + +inline void graph_append_edges(graph_t *self, uint32_t *col, size_t n) { + for (int i = 0; i < n; i++) { + graph_append_edge(self, col[i]); + } + graph_finalize_vertex(self); +} + +graph_t *graph_read(FILE *f) { + graph_t *g = malloc(sizeof(graph_t)); + if (g == NULL) return NULL; + + g->indptr = NULL; + g->indices = NULL; + + if (!file_read_uint32(f, &g->m) || + !file_read_uint32(f, &g->n) || + !file_read_uint8(f, (uint8_t *)&g->fixed_rows)) { + goto exit_graph_allocated; + } + + uint64_t len_indptr; + + if (!file_read_uint64(f, &len_indptr)) { + goto exit_graph_allocated; + } + + uint32_array *indptr = uint32_array_new_size(len_indptr); + if (indptr == NULL) { + goto exit_graph_allocated; + } + + for (int i = 0; i < len_indptr; i++) { + if (!file_read_uint32(f, indptr->a + i)) { + goto exit_graph_allocated; + } + } + indptr->n = (size_t)len_indptr; + + g->indptr = indptr; + + uint64_t len_indices; + + if (!file_read_uint64(f, &len_indices)) { + goto exit_graph_allocated; + } + + uint32_array *indices = uint32_array_new_size(len_indices); + if (indices == NULL) { + goto exit_graph_allocated; + } + + for (int i = 0; i < len_indices; i++) { + if (!file_read_uint32(f, indices->a + i)) { + goto exit_graph_allocated; + } + } + + indices->n = (size_t)len_indices; + + g->indices = indices; + + return g; + +exit_graph_allocated: + graph_destroy(g); + return NULL; +} + + +graph_t *graph_load(char *path) { + FILE *f; + + if ((f = fopen(path, "rb")) == NULL) { + return NULL; + } + + graph_t *graph = graph_read(f); + fclose(f); + return graph; +} + +bool graph_write(graph_t *self, FILE *f) { + if (self == NULL || self->indptr == NULL || self->indices == NULL) { + return false; + } + + if (!file_write_uint32(f, self->m) || + !file_write_uint32(f, self->n) || + !file_write_uint8(f, (uint8_t)self->fixed_rows)) { + return false; + } + + uint64_t len_indptr = (uint64_t)self->indptr->n; + + if (!file_write_uint64(f, len_indptr)) { + return false; + } + + for (int i = 0; i < len_indptr; i++) { + if (!file_write_uint32(f, self->indptr->a[i])) { + return false; + } + } + + uint64_t len_indices = (uint64_t)self->indices->n; + + if (!file_write_uint64(f, len_indices)) { + return false; + } + + for (int i = 0; i < len_indices; i++) { + if (!file_write_uint32(f, self->indices->a[i])) { + return false; + } + } + + return true; +} + + +bool graph_save(graph_t *self, char *path) { + FILE *f; + if ((f = fopen(path, "wb")) == NULL) { + return false; + } + bool status = graph_write(self, f); + fclose(f); + return status; +} + + diff --git a/src/graph.h b/src/graph.h new file mode 100644 index 0000000..9b02753 --- /dev/null +++ b/src/graph.h @@ -0,0 +1,96 @@ +/* +graph.h +------- + +Graph stored as a compressed sparse row (CSR) matrix with no values. + +This is a specialization of sparse matrices suitable for cases +where we only need to know that two nodes are connected and will +typically be iterating row-by-row (get all edges for vertex v). +By default it stores bipartite graphs + +Essentially this can be viewed as a sparse matrix where all +of the non-zero values are 1. + +See sparse_matrix.h for more details. + +Currently we're not implementing edge types, graph traversal, etc. +*/ + +#ifndef GRAPH_H +#define GRAPH_H + +#include +#include +#include + +#include "collections.h" +#include "file_utils.h" +#include "vector.h" +#include "vector_math.h" + +typedef enum { + GRAPH_DIRECTED, + GRAPH_UNDIRECTED, + GRAPH_BIPARTITE +} graph_type_t; + +typedef struct { + graph_type_t type; + uint32_t m; + uint32_t n; + bool fixed_rows; + uint32_array *indptr; + uint32_array *indices; +} graph_t; + + +graph_t *graph_new_dims(graph_type_t type, uint32_t m, uint32_t n, size_t nnz, bool fixed_rows); +graph_t *graph_new(graph_type_t type); +void graph_destroy(graph_t *self); + +void graph_set_size(graph_t *self); + +void graph_clear(graph_t *self); + +void graph_append_edge(graph_t *self, uint32_t col); +void graph_append_edges(graph_t *self, uint32_t *col, size_t n); + +void graph_finalize_vertex_no_sort(graph_t *self); +void graph_finalize_vertex(graph_t *self); + +bool graph_has_edge(graph_t *self, uint32_t i, uint32_t j); + +bool graph_write(graph_t *self, FILE *f); +bool graph_save(graph_t *self, char *path); +graph_t *graph_read(FILE *f); +graph_t *graph_load(char *path); + +#define graph_foreach_row(g, row_var, index_var, length_var, code) { \ + uint32_t _row_start = 0, _row_end = 0; \ + uint32_t *_indptr = g->indptr->a; \ + size_t _m = g->indptr->n - 1; \ + \ + for (uint32_t _i = 0; _i < _m; _i++) { \ + (row_var) = _i; \ + _row_start = _indptr[_i]; \ + _row_end = _indptr[_i + 1]; \ + (index_var) = _row_start; \ + (length_var) = _row_end - _row_start; \ + code; \ + } \ +} + +#define graph_foreach(g, row_var, col_var, code) { \ + uint32_t *_indices = g->indices->a; \ + uint32_t _index, _length; \ + graph_foreach_row(g, row_var, _index, _length, { \ + if (_length == 0) continue; \ + for (uint32_t _j = _index; _j < _index + _length; _j++) { \ + (col_var) = _indices[_j]; \ + code; \ + } \ + }) \ +} + +#endif diff --git a/src/graph_builder.c b/src/graph_builder.c new file mode 100644 index 0000000..8975c1f --- /dev/null +++ b/src/graph_builder.c @@ -0,0 +1,107 @@ +#include "graph_builder.h" + + +#define ks_lt_graph_edge(a, b) ((a).v1 < (b).v1) +KSORT_INIT(graph_edge_array, graph_edge_t, ks_lt_graph_edge) + +#define ks_lt_graph_edge_sort_vertices(a, b) (((a).v1 < (b).v1) || ((a).v1 == (b).v1 && (a).v2 < (b).v2)) +KSORT_INIT(graph_edge_array_sort_vertices, graph_edge_t, ks_lt_graph_edge_sort_vertices) + + +void graph_builder_destroy(graph_builder_t *self) { + if (self == NULL) return; + + if (self->edges != NULL) { + graph_edge_array_destroy(self->edges); + } + + free(self); +} + +graph_builder_t *graph_builder_new(graph_type_t type, bool fixed_rows) { + graph_builder_t *builder = malloc(sizeof(graph_builder_t)); + + builder->type = type; + builder->m = 0; + builder->n = 0; + builder->fixed_rows = fixed_rows; + + builder->edges = graph_edge_array_new(); + if (builder->edges == NULL) { + graph_builder_destroy(builder); + return NULL; + } + + return builder; +} + + +static graph_t *graph_builder_build_edges(graph_builder_t *self, bool remove_duplicates) { + graph_t *graph = graph_new(self->type); + if (graph == NULL) return NULL; + + uint32_t last_vertex = 0; + uint32_t last_edge = 0; + + for (int i = 0; i < self->edges->n; i++) { + graph_edge_t edge = self->edges->a[i]; + if (edge.v1 > last_vertex) { + for (uint32_t row = last_vertex; row < edge.v1; row++) { + // Sorting is done prior to this + graph_finalize_vertex_no_sort(graph); + } + } + + if (!remove_duplicates || i == 0 || edge.v1 != last_vertex || edge.v2 != last_edge) { + graph_append_edge(graph, edge.v2); + } + last_vertex = edge.v1; + last_edge = edge.v2; + } + + graph_finalize_vertex_no_sort(graph); + + return graph; +} + +graph_t *graph_builder_finalize(graph_builder_t *self, bool sort_edges, bool remove_duplicates) { + graph_t *graph; + if (remove_duplicates && !sort_edges) { + sort_edges = true; + } + + if (!sort_edges) { + ks_introsort(graph_edge_array, self->edges->n, self->edges->a); + graph = graph_builder_build_edges(self, remove_duplicates); + } else { + ks_introsort(graph_edge_array_sort_vertices, self->edges->n, self->edges->a); + graph = graph_builder_build_edges(self, remove_duplicates); + } + + graph->fixed_rows = self->fixed_rows; + graph_set_size(graph); + + graph_builder_destroy(self); + return graph; +} + +void graph_builder_add_edge(graph_builder_t *self, uint32_t v1, uint32_t v2) { + if (v1 == v2) return; + graph_edge_t edge; + + if (self->type != GRAPH_UNDIRECTED || v2 > v1) { + edge = (graph_edge_t) {v1, v2}; + } else { + edge = (graph_edge_t) {v2, v1}; + } + + graph_edge_array_push(self->edges, edge); + + if (v1 >= self->m) { + self->m = v1 + 1; + } + + if (v2 >= self->n) { + self->n = v2 + 1; + } +} diff --git a/src/graph_builder.h b/src/graph_builder.h new file mode 100644 index 0000000..d80f465 --- /dev/null +++ b/src/graph_builder.h @@ -0,0 +1,55 @@ +/* +graph_builder.h +--------------- + +For graphs it's sometimes impractical to assume that the vertices +will arrive in sorted order, which is required for constructing a +compressed sparse row (CSR) matrix. This is simply a coordinate matrix +(COO) style constructor where the rows/columns do not need to be +ordered or unique. + +*/ + +#ifndef GRAPH_BUILDER_H +#define GRAPH_BUILDER_H + +#include "collections.h" +#include "file_utils.h" +#include "graph.h" + + +typedef struct graph_edge { + uint32_t v1; + uint32_t v2; +} graph_edge_t; + +VECTOR_INIT(graph_edge_array, graph_edge_t) + + +typedef struct graph_builder { + graph_type_t type; + size_t m; + size_t n; + bool fixed_rows; + graph_edge_array *edges; +} graph_builder_t; + +graph_builder_t *graph_builder_new(graph_type_t type, bool fixed_rows); +void graph_builder_destroy(graph_builder_t *self); + +/* +Destroy the builder and return a graph. + +Note: remove_duplicates=true requires sorting the indices. Can only preserve +edge ordering if we can guarantee there are no duplicates. +*/ +graph_t *graph_builder_finalize(graph_builder_t *self, bool sort_edges, bool remove_duplicates); + +/* +Add an edge. Order + +Reflexive edges not allowed. +*/ +void graph_builder_add_edge(graph_builder_t *self, uint32_t v1, uint32_t v2); + +#endif \ No newline at end of file diff --git a/src/jaccard.c b/src/jaccard.c new file mode 100644 index 0000000..87e27b8 --- /dev/null +++ b/src/jaccard.c @@ -0,0 +1,69 @@ +#include "jaccard.h" + +double jaccard_similarity(khash_t(str_set) *s1, khash_t(str_set) *s2) { + if (s1 == NULL || s2 == NULL) return 0.0; + + size_t set_intersection = 0; + size_t set_union = 0; + + khiter_t k; + const char *key; + + kh_foreach_key(s1, key, { + k = kh_get(str_set, s2, key); + if (k != kh_end(s2)) { + set_intersection++; + } else { + set_union++; + } + }); + + // set_union contains all the keys that were in s1 but not s2 + // so just add all the keys in s2 to complete the union + set_union += kh_size(s2); + + return (double)set_intersection / set_union; +} + + +double jaccard_similarity_string_arrays(size_t num_strings1, char **strings1, size_t num_strings2, char **strings2) { + if (strings1 == NULL || strings2 == NULL || num_strings1 == 0 || num_strings2 == 0) return 0.0; + + khash_t(str_set) *string_set1 = kh_init(str_set); + if (string_set1 == NULL) return 0.0; + + kh_resize(str_set, string_set1, num_strings1); + int ret = 0; + + khiter_t k; + + for (size_t i = 0; i < num_strings1; i++) { + char *str1 = strings1[i]; + k = kh_put(str_set, string_set1, str1, &ret); + if (ret < 0) { + kh_destroy(str_set, string_set1); + return 0.0; + } + } + + khash_t(str_set) *string_set2 = kh_init(str_set); + if (string_set2 == NULL) { + kh_destroy(str_set, string_set1); + return 0.0; + } + kh_resize(str_set, string_set2, num_strings2); + for (size_t i = 0; i < num_strings2; i++) { + char *str2 = strings2[i]; + k = kh_put(str_set, string_set2, str2, &ret); + if (ret < 0) { + kh_destroy(str_set, string_set1); + kh_destroy(str_set, string_set2); + return 0.0; + } + } + + double sim = jaccard_similarity(string_set1, string_set2); + kh_destroy(str_set, string_set1); + kh_destroy(str_set, string_set2); + return sim; +} diff --git a/src/jaccard.h b/src/jaccard.h new file mode 100644 index 0000000..9f93266 --- /dev/null +++ b/src/jaccard.h @@ -0,0 +1,12 @@ +#ifndef JACCARD_H +#define JACCARD_H + +#include +#include + +#include "collections.h" + +double jaccard_similarity(khash_t(str_set) *s1, khash_t(str_set) *s2); +double jaccard_similarity_string_arrays(size_t num_strings1, char **strings1, size_t num_strings2, char **strings2); + +#endif \ No newline at end of file diff --git a/src/json_encode.c b/src/json_encode.c new file mode 100644 index 0000000..6c654a5 --- /dev/null +++ b/src/json_encode.c @@ -0,0 +1,41 @@ +#include "json_encode.h" + +char *json_encode_string(char *str) { + char *ptr = str; + char_array *json_encoded = char_array_new_size(strlen(str) + 2); + char_array_push(json_encoded, '"'); + + while (*ptr) { + char ch = *ptr; + switch (ch) { + case '\\': + char_array_append(json_encoded, "\\\\"); + break; + case '"': + char_array_append(json_encoded, "\\\""); + break; + case '\n': + char_array_append(json_encoded, "\\n"); + break; + case '\r': + char_array_append(json_encoded, "\\r"); + break; + case '\t': + char_array_append(json_encoded, "\\t"); + break; + case '\b': + char_array_append(json_encoded, "\\\b"); + break; + case '\f': + char_array_append(json_encoded, "\\\f"); + break; + default: + char_array_push(json_encoded, ch); + } + ptr++; + } + char_array_push(json_encoded, '"'); + char_array_terminate(json_encoded); + + return char_array_to_string(json_encoded); +} \ No newline at end of file diff --git a/src/json_encode.h b/src/json_encode.h new file mode 100644 index 0000000..67066f7 --- /dev/null +++ b/src/json_encode.h @@ -0,0 +1,14 @@ +#ifndef JSON_ENCODE_H +#define JSON_ENCODE_H + +#include +#include +#include + +#include "collections.h" +#include "string_utils.h" +#include "utf8proc/utf8proc.h" + +char *json_encode_string(char *str); + +#endif \ No newline at end of file diff --git a/src/klib/.libs/libscanner_la-drand48.o b/src/klib/.libs/libscanner_la-drand48.o new file mode 100644 index 0000000..b372efd Binary files /dev/null and b/src/klib/.libs/libscanner_la-drand48.o differ diff --git a/src/klib/drand48.c b/src/klib/drand48.c new file mode 100644 index 0000000..2f4335b --- /dev/null +++ b/src/klib/drand48.c @@ -0,0 +1,76 @@ + +/* + * Copyright (c) 1993 Martin Birgmeier + * All rights reserved. + + * You may redistribute unmodified or modified versions of this source + * code provided that the above copyright notice and this and the + * following conditions are retained. + + * This software is provided ``as is'', and comes with no warranties + * of any kind. I shall in no event be liable for anything that happens + * to anyone/anything when using this software. +*/ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef HAVE_DRAND48 + +#include +#include "drand48.h" + +#define RAND48_SEED_0 (0x330e) +#define RAND48_SEED_1 (0xabcd) +#define RAND48_SEED_2 (0x1234) +#define RAND48_MULT_0 (0xe66d) +#define RAND48_MULT_1 (0xdeec) +#define RAND48_MULT_2 (0x0005) +#define RAND48_ADD (0x000b) + +unsigned short _rand48_seed[3] = { + RAND48_SEED_0, + RAND48_SEED_1, + RAND48_SEED_2 +}; + +unsigned short _rand48_mult[3] = { + RAND48_MULT_0, + RAND48_MULT_1, + RAND48_MULT_2 +}; + +unsigned short _rand48_add = RAND48_ADD; + +void _dorand48(unsigned short xseed[3]) +{ + unsigned long accu; + unsigned short temp[2]; + + accu = (unsigned long) _rand48_mult[0] * (unsigned long) xseed[0] + (unsigned long) _rand48_add; + temp[0] = (unsigned short) accu; /* lower 16 bits */ + accu >>= sizeof(unsigned short) * 8; + accu += (unsigned long) _rand48_mult[0] * (unsigned long) xseed[1] + (unsigned long) _rand48_mult[1] * (unsigned long) xseed[0]; + temp[1] = (unsigned short) accu; /* middle 16 bits */ + accu >>= sizeof(unsigned short) * 8; + accu += _rand48_mult[0] * xseed[2] + _rand48_mult[1] * xseed[1] + _rand48_mult[2] * xseed[0]; + xseed[0] = temp[0]; + xseed[1] = temp[1]; + xseed[2] = (unsigned short) accu; +} + +double erand48(unsigned short xseed[3]) +{ + _dorand48(xseed); + return ldexp((double) xseed[0], -48) + + ldexp((double) xseed[1], -32) + + ldexp((double) xseed[2], -16); +} + +double drand48(void) +{ + return erand48(_rand48_seed); +} + +#endif // HAVE_DRAND48 diff --git a/src/klib/drand48.h b/src/klib/drand48.h new file mode 100644 index 0000000..1985fd7 --- /dev/null +++ b/src/klib/drand48.h @@ -0,0 +1,41 @@ + +/* + * Copyright (c) 1993 Martin Birgmeier + * All rights reserved. + + * You may redistribute unmodified or modified versions of this source + * code provided that the above copyright notice and this and the + * following conditions are retained. + + * This software is provided ``as is'', and comes with no warranties + * of any kind. I shall in no event be liable for anything that happens + * to anyone/anything when using this software. +*/ + +#ifndef _DRAND48_H +#define _DRAND48_H + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef HAVE_DRAND48 + +#define RAND48_SEED_0 (0x330e) +#define RAND48_SEED_1 (0xabcd) +#define RAND48_SEED_2 (0x1234) +#define RAND48_MULT_0 (0xe66d) +#define RAND48_MULT_1 (0xdeec) +#define RAND48_MULT_2 (0x0005) +#define RAND48_ADD (0x000b) + +void _dorand48(unsigned short xseed[3]); + +double erand48(unsigned short xseed[3]); + +double drand48(void); + +#endif // HAVE_DRAND48 + +#endif // _DRAND48_H + diff --git a/src/klib/khash.h b/src/klib/khash.h new file mode 100644 index 0000000..554eb85 --- /dev/null +++ b/src/klib/khash.h @@ -0,0 +1,605 @@ +/* The MIT License + Copyright (c) 2008, 2009, 2011 by Attractive Chaos + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +*/ + +/* + An example: +#include "khash.h" +KHASH_MAP_INIT_INT(32, char) +int main() { + int ret, is_missing; + khiter_t k; + khash_t(32) *h = kh_init(32); + k = kh_put(32, h, 5, &ret); + kh_value(h, k) = 10; + k = kh_get(32, h, 10); + is_missing = (k == kh_end(h)); + k = kh_get(32, h, 5); + kh_del(32, h, k); + for (k = kh_begin(h); k != kh_end(h); ++k) + if (kh_exist(h, k)) kh_value(h, k) = 1; + kh_destroy(32, h); + return 0; +} +*/ + +/* + 2013-05-02 (0.2.8): + * Use quadratic probing. When the capacity is power of 2, stepping function + i*(i+1)/2 guarantees to traverse each bucket. It is better than double + hashing on cache performance and is more robust than linear probing. + In theory, double hashing should be more robust than quadratic probing. + However, my implementation is probably not for large hash tables, because + the second hash function is closely tied to the first hash function, + which reduce the effectiveness of double hashing. + Reference: http://research.cs.vt.edu/AVresearch/hashing/quadratic.php + 2011-12-29 (0.2.7): + * Minor code clean up; no actual effect. + 2011-09-16 (0.2.6): + * The capacity is a power of 2. This seems to dramatically improve the + speed for simple keys. Thank Zilong Tan for the suggestion. Reference: + - http://code.google.com/p/ulib/ + - http://nothings.org/computer/judy/ + * Allow to optionally use linear probing which usually has better + performance for random input. Double hashing is still the default as it + is more robust to certain non-random input. + * Added Wang's integer hash function (not used by default). This hash + function is more robust to certain non-random input. + 2011-02-14 (0.2.5): + * Allow to declare global functions. + 2009-09-26 (0.2.4): + * Improve portability + 2008-09-19 (0.2.3): + * Corrected the example + * Improved interfaces + 2008-09-11 (0.2.2): + * Improved speed a little in kh_put() + 2008-09-10 (0.2.1): + * Added kh_clear() + * Fixed a compiling error + 2008-09-02 (0.2.0): + * Changed to token concatenation which increases flexibility. + 2008-08-31 (0.1.2): + * Fixed a bug in kh_get(), which has not been tested previously. + 2008-08-31 (0.1.1): + * Added destructor +*/ + + +#ifndef __AC_KHASH_H +#define __AC_KHASH_H + +/*! + @header + Generic hash table library. + */ + +#define AC_VERSION_KHASH_H "0.2.8" + +#include +#include +#include + +/* compiler specific configuration */ + +#if UINT_MAX == 0xffffffffu +typedef unsigned int khint32_t; +#define PRIkh32 "u" +#elif ULONG_MAX == 0xffffffffu +typedef unsigned long khint32_t; +#define PRIkh32 "lu" +#endif + +#if ULONG_MAX == ULLONG_MAX +typedef unsigned long khint64_t; +#define PRIkh64 "lu" +#else +typedef unsigned long long khint64_t; +#define PRIkh64 "llu" +#endif + +#ifndef kh_inline +#ifdef _MSC_VER +#define kh_inline __inline +#else +#define kh_inline inline +#endif +#endif /* kh_inline */ + +typedef khint32_t khint_t; +typedef khint_t khiter_t; + +#define __ac_isempty(flag, i) ((flag[i>>4]>>((i&0xfU)<<1))&2) +#define __ac_isdel(flag, i) ((flag[i>>4]>>((i&0xfU)<<1))&1) +#define __ac_iseither(flag, i) ((flag[i>>4]>>((i&0xfU)<<1))&3) +#define __ac_set_isdel_false(flag, i) (flag[i>>4]&=~(1ul<<((i&0xfU)<<1))) +#define __ac_set_isempty_false(flag, i) (flag[i>>4]&=~(2ul<<((i&0xfU)<<1))) +#define __ac_set_isboth_false(flag, i) (flag[i>>4]&=~(3ul<<((i&0xfU)<<1))) +#define __ac_set_isdel_true(flag, i) (flag[i>>4]|=1ul<<((i&0xfU)<<1)) + +#define __ac_fsize(m) ((m) < 16? 1 : (m)>>4) + +#ifndef kroundup32 +#define kroundup32(x) (--(x), (x)|=(x)>>1, (x)|=(x)>>2, (x)|=(x)>>4, (x)|=(x)>>8, (x)|=(x)>>16, ++(x)) +#endif + +#ifndef kcalloc +#define kcalloc(N,Z) calloc(N,Z) +#endif +#ifndef kmalloc +#define kmalloc(Z) malloc(Z) +#endif +#ifndef krealloc +#define krealloc(P,Z) realloc(P,Z) +#endif +#ifndef kfree +#define kfree(P) free(P) +#endif + +static const double __ac_HASH_UPPER = 0.77; + +#define __KHASH_TYPE(name, khkey_t, khval_t) \ + typedef struct { \ + khint_t n_buckets, size, n_occupied, upper_bound; \ + khint32_t *flags; \ + khkey_t *keys; \ + khval_t *vals; \ + } kh_##name##_t; + +#define __KHASH_PROTOTYPES(name, khkey_t, khval_t) \ + extern kh_##name##_t *kh_init_##name(void); \ + extern void kh_destroy_##name(kh_##name##_t *h); \ + extern void kh_clear_##name(kh_##name##_t *h); \ + extern khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key); \ + extern int kh_resize_##name(kh_##name##_t *h, khint_t new_n_buckets); \ + extern khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret); \ + extern void kh_del_##name(kh_##name##_t *h, khint_t x); + +#define __KHASH_IMPL(name, SCOPE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) \ + SCOPE kh_##name##_t *kh_init_##name(void) { \ + return (kh_##name##_t*)kcalloc(1, sizeof(kh_##name##_t)); \ + } \ + SCOPE void kh_destroy_##name(kh_##name##_t *h) \ + { \ + if (h) { \ + kfree((void *)h->keys); kfree(h->flags); \ + kfree((void *)h->vals); \ + kfree(h); \ + } \ + } \ + SCOPE void kh_clear_##name(kh_##name##_t *h) \ + { \ + if (h && h->flags) { \ + memset(h->flags, 0xaa, __ac_fsize(h->n_buckets) * sizeof(khint32_t)); \ + h->size = h->n_occupied = 0; \ + } \ + } \ + SCOPE khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key) \ + { \ + if (h->n_buckets) { \ + khint_t k, i, last, mask, step = 0; \ + mask = h->n_buckets - 1; \ + k = __hash_func(key); i = k & mask; \ + last = i; \ + while (!__ac_isempty(h->flags, i) && (__ac_isdel(h->flags, i) || !__hash_equal(h->keys[i], key))) { \ + i = (i + (++step)) & mask; \ + if (i == last) return h->n_buckets; \ + } \ + return __ac_iseither(h->flags, i)? h->n_buckets : i; \ + } else return 0; \ + } \ + SCOPE int kh_resize_##name(kh_##name##_t *h, khint_t new_n_buckets) \ + { /* This function uses 0.25*n_buckets bytes of working space instead of [sizeof(key_t+val_t)+.25]*n_buckets. */ \ + khint32_t *new_flags = 0; \ + khint_t j = 1; \ + { \ + kroundup32(new_n_buckets); \ + if (new_n_buckets < 4) new_n_buckets = 4; \ + if (h->size >= (khint_t)(new_n_buckets * __ac_HASH_UPPER + 0.5)) j = 0; /* requested size is too small */ \ + else { /* hash table size to be changed (shrink or expand); rehash */ \ + new_flags = (khint32_t*)kmalloc(__ac_fsize(new_n_buckets) * sizeof(khint32_t)); \ + if (!new_flags) return -1; \ + memset(new_flags, 0xaa, __ac_fsize(new_n_buckets) * sizeof(khint32_t)); \ + if (h->n_buckets < new_n_buckets) { /* expand */ \ + khkey_t *new_keys = (khkey_t*)krealloc((void *)h->keys, new_n_buckets * sizeof(khkey_t)); \ + if (!new_keys) { kfree(new_flags); return -1; } \ + h->keys = new_keys; \ + if (kh_is_map) { \ + khval_t *new_vals = (khval_t*)krealloc((void *)h->vals, new_n_buckets * sizeof(khval_t)); \ + if (!new_vals) { kfree(new_flags); return -1; } \ + h->vals = new_vals; \ + } \ + } /* otherwise shrink */ \ + } \ + } \ + if (j) { /* rehashing is needed */ \ + for (j = 0; j != h->n_buckets; ++j) { \ + if (__ac_iseither(h->flags, j) == 0) { \ + khkey_t key = h->keys[j]; \ + khval_t val; \ + khint_t new_mask; \ + new_mask = new_n_buckets - 1; \ + if (kh_is_map) val = h->vals[j]; \ + __ac_set_isdel_true(h->flags, j); \ + while (1) { /* kick-out process; sort of like in Cuckoo hashing */ \ + khint_t k, i, step = 0; \ + k = __hash_func(key); \ + i = k & new_mask; \ + while (!__ac_isempty(new_flags, i)) i = (i + (++step)) & new_mask; \ + __ac_set_isempty_false(new_flags, i); \ + if (i < h->n_buckets && __ac_iseither(h->flags, i) == 0) { /* kick out the existing element */ \ + { khkey_t tmp = h->keys[i]; h->keys[i] = key; key = tmp; } \ + if (kh_is_map) { khval_t tmp = h->vals[i]; h->vals[i] = val; val = tmp; } \ + __ac_set_isdel_true(h->flags, i); /* mark it as deleted in the old hash table */ \ + } else { /* write the element and jump out of the loop */ \ + h->keys[i] = key; \ + if (kh_is_map) h->vals[i] = val; \ + break; \ + } \ + } \ + } \ + } \ + if (h->n_buckets > new_n_buckets) { /* shrink the hash table */ \ + h->keys = (khkey_t*)krealloc((void *)h->keys, new_n_buckets * sizeof(khkey_t)); \ + if (kh_is_map) h->vals = (khval_t*)krealloc((void *)h->vals, new_n_buckets * sizeof(khval_t)); \ + } \ + kfree(h->flags); /* free the working space */ \ + h->flags = new_flags; \ + h->n_buckets = new_n_buckets; \ + h->n_occupied = h->size; \ + h->upper_bound = (khint_t)(h->n_buckets * __ac_HASH_UPPER + 0.5); \ + } \ + return 0; \ + } \ + SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \ + { \ + khint_t x; \ + if (h->n_occupied >= h->upper_bound) { /* update the hash table */ \ + if (h->n_buckets > (h->size<<1)) { \ + if (kh_resize_##name(h, h->n_buckets - 1) < 0) { /* clear "deleted" elements */ \ + *ret = -1; return h->n_buckets; \ + } \ + } else if (kh_resize_##name(h, h->n_buckets + 1) < 0) { /* expand the hash table */ \ + *ret = -1; return h->n_buckets; \ + } \ + } /* TODO: to implement automatically shrinking; resize() already support shrinking */ \ + { \ + khint_t k, i, site, last, mask = h->n_buckets - 1, step = 0; \ + x = site = h->n_buckets; k = __hash_func(key); i = k & mask; \ + if (__ac_isempty(h->flags, i)) x = i; /* for speed up */ \ + else { \ + last = i; \ + while (!__ac_isempty(h->flags, i) && (__ac_isdel(h->flags, i) || !__hash_equal(h->keys[i], key))) { \ + if (__ac_isdel(h->flags, i)) site = i; \ + i = (i + (++step)) & mask; \ + if (i == last) { x = site; break; } \ + } \ + if (x == h->n_buckets) { \ + if (__ac_isempty(h->flags, i) && site != h->n_buckets) x = site; \ + else x = i; \ + } \ + } \ + } \ + if (__ac_isempty(h->flags, x)) { /* not present at all */ \ + h->keys[x] = key; \ + __ac_set_isboth_false(h->flags, x); \ + ++h->size; ++h->n_occupied; \ + *ret = 1; \ + } else if (__ac_isdel(h->flags, x)) { /* deleted */ \ + h->keys[x] = key; \ + __ac_set_isboth_false(h->flags, x); \ + ++h->size; \ + *ret = 2; \ + } else *ret = 0; /* Don't touch h->keys[x] if present and not deleted */ \ + return x; \ + } \ + SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ + { \ + if (x != h->n_buckets && !__ac_iseither(h->flags, x)) { \ + __ac_set_isdel_true(h->flags, x); \ + --h->size; \ + } \ + } + +#define KHASH_DECLARE(name, khkey_t, khval_t) \ + __KHASH_TYPE(name, khkey_t, khval_t) \ + __KHASH_PROTOTYPES(name, khkey_t, khval_t) + +#define KHASH_INIT2(name, SCOPE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) \ + __KHASH_TYPE(name, khkey_t, khval_t) \ + __KHASH_IMPL(name, SCOPE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) + +#define KHASH_INIT(name, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) \ + KHASH_INIT2(name, static kh_inline, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) + +/* --- BEGIN OF HASH FUNCTIONS --- */ + +/*! @function + @abstract Integer hash function + @param key The integer [khint32_t] + @return The hash value [khint_t] + */ +#define kh_int_hash_func(key) (khint32_t)(key) +/*! @function + @abstract Integer comparison function + */ +#define kh_int_hash_equal(a, b) ((a) == (b)) +/*! @function + @abstract 64-bit integer hash function + @param key The integer [khint64_t] + @return The hash value [khint_t] + */ +#define kh_int64_hash_func(key) (khint32_t)((key)>>33^(key)^(key)<<11) +/*! @function + @abstract 64-bit integer comparison function + */ +#define kh_int64_hash_equal(a, b) ((a) == (b)) +/*! @function + @abstract const char* hash function + @param s Pointer to a null terminated string + @return The hash value + */ +static kh_inline khint_t __ac_X31_hash_string(const char *s) +{ + khint_t h = (khint_t)*s; + if (h) for (++s ; *s; ++s) h = (h << 5) - h + (khint_t)*s; + return h; +} +/*! @function + @abstract Another interface to const char* hash function + @param key Pointer to a null terminated string [const char*] + @return The hash value [khint_t] + */ +#define kh_str_hash_func(key) __ac_X31_hash_string(key) +/*! @function + @abstract Const char* comparison function + */ +#define kh_str_hash_equal(a, b) (strcmp(a, b) == 0) + +static kh_inline khint_t __ac_Wang_hash(khint_t key) +{ + key += ~(key << 15); + key ^= (key >> 10); + key += (key << 3); + key ^= (key >> 6); + key += ~(key << 11); + key ^= (key >> 16); + return key; +} +#define kh_int_hash_func2(k) __ac_Wang_hash((khint_t)key) + +/* --- END OF HASH FUNCTIONS --- */ + +/* Other convenient macros... */ + +/*! + @abstract Type of the hash table. + @param name Name of the hash table [symbol] + */ +#define khash_t(name) kh_##name##_t + +/*! @function + @abstract Initiate a hash table. + @param name Name of the hash table [symbol] + @return Pointer to the hash table [khash_t(name)*] + */ +#define kh_init(name) kh_init_##name() + +/*! @function + @abstract Destroy a hash table. + @param name Name of the hash table [symbol] + @param h Pointer to the hash table [khash_t(name)*] + */ +#define kh_destroy(name, h) kh_destroy_##name(h) + +/*! @function + @abstract Reset a hash table without deallocating memory. + @param name Name of the hash table [symbol] + @param h Pointer to the hash table [khash_t(name)*] + */ +#define kh_clear(name, h) kh_clear_##name(h) + +/*! @function + @abstract Resize a hash table. + @param name Name of the hash table [symbol] + @param h Pointer to the hash table [khash_t(name)*] + @param s New size [khint_t] + */ +#define kh_resize(name, h, s) kh_resize_##name(h, s) + +/*! @function + @abstract Insert a key to the hash table. + @param name Name of the hash table [symbol] + @param h Pointer to the hash table [khash_t(name)*] + @param k Key [type of keys] + @param r Extra return code: -1 if the operation failed; + 0 if the key is present in the hash table; + 1 if the bucket is empty (never used); 2 if the element in + the bucket has been deleted [int*] + @return Iterator to the inserted element [khint_t] + */ +#define kh_put(name, h, k, r) kh_put_##name(h, k, r) + +/*! @function + @abstract Retrieve a key from the hash table. + @param name Name of the hash table [symbol] + @param h Pointer to the hash table [khash_t(name)*] + @param k Key [type of keys] + @return Iterator to the found element, or kh_end(h) if the element is absent [khint_t] + */ +#define kh_get(name, h, k) kh_get_##name(h, k) + +/*! @function + @abstract Remove a key from the hash table. + @param name Name of the hash table [symbol] + @param h Pointer to the hash table [khash_t(name)*] + @param k Iterator to the element to be deleted [khint_t] + */ +#define kh_del(name, h, k) kh_del_##name(h, k) + +/*! @function + @abstract Test whether a bucket contains data. + @param h Pointer to the hash table [khash_t(name)*] + @param x Iterator to the bucket [khint_t] + @return 1 if containing data; 0 otherwise [int] + */ +#define kh_exist(h, x) (!__ac_iseither((h)->flags, (x))) + +/*! @function + @abstract Get key given an iterator + @param h Pointer to the hash table [khash_t(name)*] + @param x Iterator to the bucket [khint_t] + @return Key [type of keys] + */ +#define kh_key(h, x) ((h)->keys[x]) + +/*! @function + @abstract Get value given an iterator + @param h Pointer to the hash table [khash_t(name)*] + @param x Iterator to the bucket [khint_t] + @return Value [type of values] + @discussion For hash sets, calling this results in segfault. + */ +#define kh_val(h, x) ((h)->vals[x]) + +/*! @function + @abstract Alias of kh_val() + */ +#define kh_value(h, x) ((h)->vals[x]) + +/*! @function + @abstract Get the start iterator + @param h Pointer to the hash table [khash_t(name)*] + @return The start iterator [khint_t] + */ +#define kh_begin(h) (khint_t)(0) + +/*! @function + @abstract Get the end iterator + @param h Pointer to the hash table [khash_t(name)*] + @return The end iterator [khint_t] + */ +#define kh_end(h) ((h)->n_buckets) + +/*! @function + @abstract Get the number of elements in the hash table + @param h Pointer to the hash table [khash_t(name)*] + @return Number of elements in the hash table [khint_t] + */ +#define kh_size(h) ((h)->size) + +/*! @function + @abstract Get the number of buckets in the hash table + @param h Pointer to the hash table [khash_t(name)*] + @return Number of buckets in the hash table [khint_t] + */ +#define kh_n_buckets(h) ((h)->n_buckets) + +/*! @function + @abstract Iterate over the entries in the hash table + @param h Pointer to the hash table [khash_t(name)*] + @param kvar Variable to which key will be assigned + @param vvar Variable to which value will be assigned + @param code Block of code to execute + */ +#define kh_foreach(h, kvar, vvar, code) { khint_t __i; \ + for (__i = kh_begin(h); __i != kh_end(h); ++__i) { \ + if (!kh_exist(h,__i)) continue; \ + (kvar) = kh_key(h,__i); \ + (vvar) = kh_val(h,__i); \ + code; \ + } } + +/*! @function + @abstract Iterate over the keys in the hash table + @param h Pointer to the hash table [khash_t(name)*] + @param vvar Variable to which key will be assigned + @param code Block of code to execute + */ +#define kh_foreach_key(h, kvar, code) { khint_t __i; \ + for (__i = kh_begin(h); __i != kh_end(h); ++__i) { \ + if (!kh_exist(h,__i)) continue; \ + (kvar) = kh_key(h,__i); \ + code; \ + } } + + +/*! @function + @abstract Iterate over the values in the hash table + @param h Pointer to the hash table [khash_t(name)*] + @param vvar Variable to which value will be assigned + @param code Block of code to execute + */ +#define kh_foreach_value(h, vvar, code) { khint_t __i; \ + for (__i = kh_begin(h); __i != kh_end(h); ++__i) { \ + if (!kh_exist(h,__i)) continue; \ + (vvar) = kh_val(h,__i); \ + code; \ + } } + +/* More conenient interfaces */ + +/*! @function + @abstract Instantiate a hash set containing integer keys + @param name Name of the hash table [symbol] + */ +#define KHASH_SET_INIT_INT(name) \ + KHASH_INIT(name, khint32_t, char, 0, kh_int_hash_func, kh_int_hash_equal) + +/*! @function + @abstract Instantiate a hash map containing integer keys + @param name Name of the hash table [symbol] + @param khval_t Type of values [type] + */ +#define KHASH_MAP_INIT_INT(name, khval_t) \ + KHASH_INIT(name, khint32_t, khval_t, 1, kh_int_hash_func, kh_int_hash_equal) + +/*! @function + @abstract Instantiate a hash map containing 64-bit integer keys + @param name Name of the hash table [symbol] + */ +#define KHASH_SET_INIT_INT64(name) \ + KHASH_INIT(name, khint64_t, char, 0, kh_int64_hash_func, kh_int64_hash_equal) + +/*! @function + @abstract Instantiate a hash map containing 64-bit integer keys + @param name Name of the hash table [symbol] + @param khval_t Type of values [type] + */ +#define KHASH_MAP_INIT_INT64(name, khval_t) \ + KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal) + +typedef const char *kh_cstr_t; +/*! @function + @abstract Instantiate a hash map containing const char* keys + @param name Name of the hash table [symbol] + */ +#define KHASH_SET_INIT_STR(name) \ + KHASH_INIT(name, kh_cstr_t, char, 0, kh_str_hash_func, kh_str_hash_equal) + +/*! @function + @abstract Instantiate a hash map containing const char* keys + @param name Name of the hash table [symbol] + @param khval_t Type of values [type] + */ +#define KHASH_MAP_INIT_STR(name, khval_t) \ + KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal) + +#endif /* __AC_KHASH_H */ diff --git a/src/klib/klist.h b/src/klib/klist.h new file mode 100644 index 0000000..3a64a00 --- /dev/null +++ b/src/klib/klist.h @@ -0,0 +1,117 @@ +/* The MIT License + Copyright (c) 2008-2009, by Attractive Chaos + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +*/ + +#ifndef _AC_KLIST_H +#define _AC_KLIST_H + +#include + +#define KMEMPOOL_INIT(name, kmptype_t, kmpfree_f) \ + typedef struct { \ + size_t cnt, n, max; \ + kmptype_t **buf; \ + } kmp_##name##_t; \ + static inline kmp_##name##_t *kmp_init_##name(void) { \ + return calloc(1, sizeof(kmp_##name##_t)); \ + } \ + static inline void kmp_destroy_##name(kmp_##name##_t *mp) { \ + size_t k; \ + for (k = 0; k < mp->n; ++k) { \ + kmpfree_f(mp->buf[k]); free(mp->buf[k]); \ + } \ + free(mp->buf); free(mp); \ + } \ + static inline kmptype_t *kmp_alloc_##name(kmp_##name##_t *mp) { \ + ++mp->cnt; \ + if (mp->n == 0) return calloc(1, sizeof(kmptype_t)); \ + return mp->buf[--mp->n]; \ + } \ + static inline void kmp_free_##name(kmp_##name##_t *mp, kmptype_t *p) { \ + --mp->cnt; \ + if (mp->n == mp->max) { \ + mp->max = mp->max? mp->max<<1 : 16; \ + mp->buf = realloc(mp->buf, sizeof(kmptype_t *) * mp->max); \ + } \ + mp->buf[mp->n++] = p; \ + } + +#define kmempool_t(name) kmp_##name##_t +#define kmp_init(name) kmp_init_##name() +#define kmp_destroy(name, mp) kmp_destroy_##name(mp) +#define kmp_alloc(name, mp) kmp_alloc_##name(mp) +#define kmp_free(name, mp, p) kmp_free_##name(mp, p) + +#define KLIST_INIT(name, kltype_t, kmpfree_t) \ + struct __kl1_##name { \ + kltype_t data; \ + struct __kl1_##name *next; \ + }; \ + typedef struct __kl1_##name kl1_##name; \ + KMEMPOOL_INIT(name, kl1_##name, kmpfree_t) \ + typedef struct { \ + kl1_##name *head, *tail; \ + kmp_##name##_t *mp; \ + size_t size; \ + } kl_##name##_t; \ + static inline kl_##name##_t *kl_init_##name(void) { \ + kl_##name##_t *kl = calloc(1, sizeof(kl_##name##_t)); \ + kl->mp = kmp_init(name); \ + kl->head = kl->tail = kmp_alloc(name, kl->mp); \ + kl->head->next = 0; \ + return kl; \ + } \ + static inline void kl_destroy_##name(kl_##name##_t *kl) { \ + kl1_##name *p; \ + for (p = kl->head; p != kl->tail; p = p->next) \ + kmp_free(name, kl->mp, p); \ + kmp_free(name, kl->mp, p); \ + kmp_destroy(name, kl->mp); \ + free(kl); \ + } \ + static inline kltype_t *kl_pushp_##name(kl_##name##_t *kl) { \ + kl1_##name *q, *p = kmp_alloc(name, kl->mp); \ + q = kl->tail; p->next = 0; kl->tail->next = p; kl->tail = p; \ + ++kl->size; \ + return &q->data; \ + } \ + static inline int kl_shift_##name(kl_##name##_t *kl, kltype_t *d) { \ + kl1_##name *p; \ + if (kl->head->next == 0) return -1; \ + --kl->size; \ + p = kl->head; kl->head = kl->head->next; \ + if (d) *d = p->data; \ + kmp_free(name, kl->mp, p); \ + return 0; \ + } + +#define kliter_t(name) kl1_##name +#define klist_t(name) kl_##name##_t +#define kl_val(iter) ((iter)->data) +#define kl_next(iter) ((iter)->next) +#define kl_begin(kl) ((kl)->head) +#define kl_end(kl) ((kl)->tail) + +#define kl_init(name) kl_init_##name() +#define kl_destroy(name, kl) kl_destroy_##name(kl) +#define kl_pushp(name, kl) kl_pushp_##name(kl) +#define kl_shift(name, kl, d) kl_shift_##name(kl, d) + +#endif diff --git a/src/klib/ksort.h b/src/klib/ksort.h new file mode 100644 index 0000000..1c8342f --- /dev/null +++ b/src/klib/ksort.h @@ -0,0 +1,279 @@ +/* The MIT License + Copyright (c) 2008, 2011 Attractive Chaos + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +*/ + +/* + 2011-04-10 (0.1.6): + * Added sample + 2011-03 (0.1.5): + * Added shuffle/permutation + 2008-11-16 (0.1.4): + * Fixed a bug in introsort() that happens in rare cases. + 2008-11-05 (0.1.3): + * Fixed a bug in introsort() for complex comparisons. + * Fixed a bug in mergesort(). The previous version is not stable. + 2008-09-15 (0.1.2): + * Accelerated introsort. On my Mac (not on another Linux machine), + my implementation is as fast as std::sort on random input. + * Added combsort and in introsort, switch to combsort if the + recursion is too deep. + 2008-09-13 (0.1.1): + * Added k-small algorithm + 2008-09-05 (0.1.0): + * Initial version +*/ + +#ifndef AC_KSORT_H +#define AC_KSORT_H + +#include +#include +#include "drand48.h" + +typedef struct { + void *left, *right; + int depth; +} ks_isort_stack_t; + +#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; } + +#define KSORT_INIT(name, type_t, __sort_lt) \ + static void ks_mergesort_##name(size_t n, type_t array[], type_t temp[]) \ + { \ + type_t *a2[2], *a, *b; \ + int curr, shift; \ + \ + a2[0] = array; \ + a2[1] = temp? temp : (type_t*)malloc(sizeof(type_t) * n); \ + for (curr = 0, shift = 0; (1ul<> 1) - 1; i != (size_t)(-1); --i) \ + ks_heapadjust_##name(i, lsize, l); \ + } \ + static void ks_heapsort_##name(size_t lsize, type_t l[]) \ + { \ + size_t i; \ + for (i = lsize - 1; i > 0; --i) { \ + type_t tmp; \ + tmp = *l; *l = l[i]; l[i] = tmp; ks_heapadjust_##name(0, i, l); \ + } \ + } \ + static inline void __ks_insertsort_##name(type_t *s, type_t *t) \ + { \ + type_t *i, *j, swap_tmp; \ + for (i = s + 1; i < t; ++i) \ + for (j = i; j > s && __sort_lt(*j, *(j-1)); --j) { \ + swap_tmp = *j; *j = *(j-1); *(j-1) = swap_tmp; \ + } \ + } \ + static void ks_combsort_##name(size_t n, type_t a[]) \ + { \ + const double shrink_factor = 1.2473309501039786540366528676643; \ + int do_swap; \ + size_t gap = n; \ + type_t tmp, *i, *j; \ + do { \ + if (gap > 2) { \ + gap = (size_t)(gap / shrink_factor); \ + if (gap == 9 || gap == 10) gap = 11; \ + } \ + do_swap = 0; \ + for (i = a; i < a + n - gap; ++i) { \ + j = i + gap; \ + if (__sort_lt(*j, *i)) { \ + tmp = *i; *i = *j; *j = tmp; \ + do_swap = 1; \ + } \ + } \ + } while (do_swap || gap > 2); \ + if (gap != 1) __ks_insertsort_##name(a, a + n); \ + } \ + static void ks_introsort_##name(size_t n, type_t a[]) \ + { \ + int d; \ + ks_isort_stack_t *top, *stack; \ + type_t rp, swap_tmp; \ + type_t *s, *t, *i, *j, *k; \ + \ + if (n < 1) return; \ + else if (n == 2) { \ + if (__sort_lt(a[1], a[0])) { swap_tmp = a[0]; a[0] = a[1]; a[1] = swap_tmp; } \ + return; \ + } \ + for (d = 2; 1ul<>1) + 1; \ + if (__sort_lt(*k, *i)) { \ + if (__sort_lt(*k, *j)) k = j; \ + } else k = __sort_lt(*j, *i)? i : j; \ + rp = *k; \ + if (k != t) { swap_tmp = *k; *k = *t; *t = swap_tmp; } \ + for (;;) { \ + do ++i; while (__sort_lt(*i, rp)); \ + do --j; while (i <= j && __sort_lt(rp, *j)); \ + if (j <= i) break; \ + swap_tmp = *i; *i = *j; *j = swap_tmp; \ + } \ + swap_tmp = *i; *i = *t; *t = swap_tmp; \ + if (i-s > t-i) { \ + if (i-s > 16) { top->left = s; top->right = i-1; top->depth = d; ++top; } \ + s = t-i > 16? i+1 : t; \ + } else { \ + if (t-i > 16) { top->left = i+1; top->right = t; top->depth = d; ++top; } \ + t = i-s > 16? i-1 : s; \ + } \ + } else { \ + if (top == stack) { \ + free(stack); \ + __ks_insertsort_##name(a, a+n); \ + return; \ + } else { --top; s = (type_t*)top->left; t = (type_t*)top->right; d = top->depth; } \ + } \ + } \ + } \ + /* This function is adapted from: http://ndevilla.free.fr/median/ */ \ + /* 0 <= kk < n */ \ + static type_t ks_ksmall_##name(size_t n, type_t arr[], size_t kk) \ + { \ + type_t *low, *high, *k, *ll, *hh, *mid; \ + low = arr; high = arr + n - 1; k = arr + kk; \ + for (;;) { \ + if (high <= low) return *k; \ + if (high == low + 1) { \ + if (__sort_lt(*high, *low)) KSORT_SWAP(type_t, *low, *high); \ + return *k; \ + } \ + mid = low + (high - low) / 2; \ + if (__sort_lt(*high, *mid)) KSORT_SWAP(type_t, *mid, *high); \ + if (__sort_lt(*high, *low)) KSORT_SWAP(type_t, *low, *high); \ + if (__sort_lt(*low, *mid)) KSORT_SWAP(type_t, *mid, *low); \ + KSORT_SWAP(type_t, *mid, *(low+1)); \ + ll = low + 1; hh = high; \ + for (;;) { \ + do ++ll; while (__sort_lt(*ll, *low)); \ + do --hh; while (__sort_lt(*low, *hh)); \ + if (hh < ll) break; \ + KSORT_SWAP(type_t, *ll, *hh); \ + } \ + KSORT_SWAP(type_t, *low, *hh); \ + if (hh <= k) low = ll; \ + if (hh >= k) high = hh - 1; \ + } \ + } \ + static void ks_shuffle_##name(size_t n, type_t a[]) \ + { \ + int i, j; \ + for (i = (int)n; i > 1; --i) { \ + type_t tmp; \ + j = (int)(drand48() * i); \ + tmp = a[j]; a[j] = a[i-1]; a[i-1] = tmp; \ + } \ + } \ + static void ks_sample_##name(size_t n, size_t r, type_t a[]) /* FIXME: NOT TESTED!!! */ \ + { /* reference: http://code.activestate.com/recipes/272884/ */ \ + int i, k, pop = (int)n; \ + for (i = (int)r, k = 0; i >= 0; --i) { \ + double z = 1., x = drand48(); \ + type_t tmp; \ + while (x < z) z -= z * i / (pop--); \ + if (k != n - pop - 1) tmp = a[k], a[k] = a[n-pop-1], a[n-pop-1] = tmp; \ + ++k; \ + } \ + } + +#define ks_mergesort(name, n, a, t) ks_mergesort_##name(n, a, t) +#define ks_introsort(name, n, a) ks_introsort_##name(n, a) +#define ks_combsort(name, n, a) ks_combsort_##name(n, a) +#define ks_heapsort(name, n, a) ks_heapsort_##name(n, a) +#define ks_heapmake(name, n, a) ks_heapmake_##name(n, a) +#define ks_heapadjust(name, i, n, a) ks_heapadjust_##name(i, n, a) +#define ks_ksmall(name, n, a, k) ks_ksmall_##name(n, a, k) +#define ks_shuffle(name, n, a) ks_shuffle_##name(n, a) + +#define ks_lt_generic(a, b) ((a) < (b)) +#define ks_lt_str(a, b) (strcmp((a), (b)) < 0) + +typedef const char *ksstr_t; + +#define KSORT_INIT_GENERIC(type_t) KSORT_INIT(type_t, type_t, ks_lt_generic) +#define KSORT_INIT_STR KSORT_INIT(str, ksstr_t, ks_lt_str) + +#endif diff --git a/src/klib/kvec.h b/src/klib/kvec.h new file mode 100644 index 0000000..3506dce --- /dev/null +++ b/src/klib/kvec.h @@ -0,0 +1,86 @@ +/* The MIT License + Copyright (c) 2008, by Attractive Chaos + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +*/ + +/* + An example: +#include "kvec.h" +int main() { + kvec_t(int) array; + kv_init(array); + kv_push(int, array, 10); // append + kv_a(int, array, 20) = 5; // dynamic + kv_A(array, 20) = 4; // static + kv_destroy(array); + return 0; +} +*/ + +/* + 2008-09-22 (0.1.0): + * The initial version. +*/ + +#ifndef AC_KVEC_H +#define AC_KVEC_H + +#include + +#define kv_roundup32(x) (--(x), (x)|=(x)>>1, (x)|=(x)>>2, (x)|=(x)>>4, (x)|=(x)>>8, (x)|=(x)>>16, ++(x)) + +#define kvec_t(type) struct { size_t n, m; type *a; } +#define kv_init(v) ((v).n = (v).m = 0, (v).a = 0) +#define kv_destroy(v) free((v).a) +#define kv_A(v, i) ((v).a[(i)]) +#define kv_pop(v) ((v).a[--(v).n]) +#define kv_size(v) ((v).n) +#define kv_max(v) ((v).m) + +// `kv_clear` added by Al Barrentine on 2014-11-17 +#define kv_clear(v) ((v).n = 0) + +#define kv_resize(type, v, s) ((v).m = (s), (v).a = (type*)realloc((v).a, sizeof(type) * (v).m)) + +#define kv_copy(type, v1, v0) do { \ + if ((v1).m < (v0).n) kv_resize(type, v1, (v0).n); \ + (v1).n = (v0).n; \ + memcpy((v1).a, (v0).a, sizeof(type) * (v0).n); \ + } while (0) \ + +#define kv_push(type, v, x) do { \ + if ((v).n == (v).m) { \ + (v).m = (v).m? (v).m<<1 : 2; \ + (v).a = (type*)realloc((v).a, sizeof(type) * (v).m); \ + } \ + (v).a[(v).n++] = (x); \ + } while (0) + +#define kv_pushp(type, v) (((v).n == (v).m)? \ + ((v).m = ((v).m? (v).m<<1 : 2), \ + (v).a = (type*)realloc((v).a, sizeof(type) * (v).m), 0) \ + : 0), ((v).a + ((v).n++)) + +#define kv_a(type, v, i) (((v).m <= (size_t)(i)? \ + ((v).m = (v).n = (i) + 1, kv_roundup32((v).m), \ + (v).a = (type*)realloc((v).a, sizeof(type) * (v).m), 0) \ + : (v).n <= (size_t)(i)? (v).n = (i) + 1 \ + : 0), (v).a[(i)]) + +#endif diff --git a/src/language_classifier.c b/src/language_classifier.c new file mode 100644 index 0000000..d107d55 --- /dev/null +++ b/src/language_classifier.c @@ -0,0 +1,314 @@ +#include "language_classifier.h" + +#include + +#include "language_features.h" +#include "minibatch.h" +#include "normalize.h" +#include "token_types.h" +#include "unicode_scripts.h" + +#define LANGUAGE_CLASSIFIER_SIGNATURE 0xCCCCCCCC +#define LANGUAGE_CLASSIFIER_SPARSE_SIGNATURE 0xC0C0C0C0 + +#define LANGUAGE_CLASSIFIER_SETUP_ERROR "language_classifier not loaded, run libpostal_setup_language_classifier()\n" + +#define MIN_PROB (0.05 - DBL_EPSILON) + +static language_classifier_t *language_classifier = NULL; + +void language_classifier_destroy(language_classifier_t *self) { + if (self == NULL) return; + + if (self->features != NULL) { + trie_destroy(self->features); + } + + if (self->labels != NULL) { + cstring_array_destroy(self->labels); + } + + if (self->weights_type == MATRIX_DENSE && self->weights.dense != NULL) { + double_matrix_destroy(self->weights.dense); + } else if (self->weights_type == MATRIX_SPARSE && self->weights.sparse != NULL) { + sparse_matrix_destroy(self->weights.sparse); + } + + free(self); +} + +language_classifier_t *language_classifier_new(void) { + language_classifier_t *language_classifier = calloc(1, sizeof(language_classifier_t)); + return language_classifier; +} + +language_classifier_t *get_language_classifier(void) { + return language_classifier; +} + +void language_classifier_response_destroy(libpostal_language_classifier_response_t *self) { + if (self == NULL) return; + if (self->languages != NULL) { + free(self->languages); + } + + if (self->probs) { + free(self->probs); + } + + free(self); +} + +libpostal_language_classifier_response_t *classify_languages(char *address) { + language_classifier_t *classifier = get_language_classifier(); + + if (classifier == NULL) { + log_error(LANGUAGE_CLASSIFIER_SETUP_ERROR); + return NULL; + } + + char *normalized = language_classifier_normalize_string(address); + + token_array *tokens = token_array_new(); + char_array *feature_array = char_array_new(); + + khash_t(str_double) *feature_counts = extract_language_features(normalized, NULL, tokens, feature_array); + if (feature_counts == NULL || kh_size(feature_counts) == 0) { + token_array_destroy(tokens); + char_array_destroy(feature_array); + if (feature_counts != NULL) { + kh_destroy(str_double, feature_counts); + } + free(normalized); + return NULL; + } + + sparse_matrix_t *x = feature_vector(classifier->features, feature_counts); + + size_t n = classifier->num_labels; + double_matrix_t *p_y = double_matrix_new_zeros(1, n); + + libpostal_language_classifier_response_t *response = NULL; + bool model_exp = false; + if (classifier->weights_type == MATRIX_DENSE) { + model_exp = logistic_regression_model_expectation(classifier->weights.dense, x, p_y); + } else if (classifier->weights_type == MATRIX_SPARSE) { + model_exp = logistic_regression_model_expectation_sparse(classifier->weights.sparse, x, p_y); + } + + if (model_exp) { + double *predictions = double_matrix_get_row(p_y, 0); + size_t *indices = double_array_argsort(predictions, n); + size_t num_languages = 0; + size_t i; + double prob; + + double min_prob = 1.0 / n; + if (min_prob < MIN_PROB) min_prob = MIN_PROB; + + for (i = 0; i < n; i++) { + size_t idx = indices[n - i - 1]; + prob = predictions[idx]; + + if (i == 0 || prob > min_prob) { + num_languages++; + } else { + break; + } + } + char **languages = malloc(sizeof(char *) * num_languages); + double *probs = malloc(sizeof(double) * num_languages); + + for (i = 0; i < num_languages; i++) { + size_t idx = indices[n - i - 1]; + char *lang = cstring_array_get_string(classifier->labels, (uint32_t)idx); + prob = predictions[idx]; + languages[i] = lang; + probs[i] = prob; + } + + free(indices); + + response = malloc(sizeof(libpostal_language_classifier_response_t)); + response->num_languages = num_languages; + response->languages = languages; + response->probs = probs; + } + + sparse_matrix_destroy(x); + double_matrix_destroy(p_y); + token_array_destroy(tokens); + char_array_destroy(feature_array); + const char *key; + kh_foreach_key(feature_counts, key, { + free((char *)key); + }) + kh_destroy(str_double, feature_counts); + free(normalized); + return response; + +} + +language_classifier_t *language_classifier_read(FILE *f) { + if (f == NULL) return NULL; + long save_pos = ftell(f); + + uint32_t signature; + + if (!file_read_uint32(f, &signature)) { + goto exit_file_read; + } + + if (signature != LANGUAGE_CLASSIFIER_SIGNATURE && signature != LANGUAGE_CLASSIFIER_SPARSE_SIGNATURE) { + goto exit_file_read; + } + + language_classifier_t *classifier = language_classifier_new(); + if (classifier == NULL) { + goto exit_file_read; + } + + trie_t *features = trie_read(f); + if (features == NULL) { + goto exit_classifier_created; + } + classifier->features = features; + uint64_t num_features; + if (!file_read_uint64(f, &num_features)) { + goto exit_classifier_created; + } + classifier->num_features = (size_t)num_features; + + uint64_t labels_str_len; + + if (!file_read_uint64(f, &labels_str_len)) { + goto exit_classifier_created; + } + + char_array *array = char_array_new_size(labels_str_len); + + if (array == NULL) { + goto exit_classifier_created; + } + + if (!file_read_chars(f, array->a, labels_str_len)) { + char_array_destroy(array); + goto exit_classifier_created; + } + + array->n = labels_str_len; + + classifier->labels = cstring_array_from_char_array(array); + if (classifier->labels == NULL) { + goto exit_classifier_created; + } + classifier->num_labels = cstring_array_num_strings(classifier->labels); + + if (signature == LANGUAGE_CLASSIFIER_SIGNATURE) { + double_matrix_t *weights = double_matrix_read(f); + if (weights == NULL) { + goto exit_classifier_created; + } + classifier->weights_type = MATRIX_DENSE; + classifier->weights.dense = weights; + } else if (signature == LANGUAGE_CLASSIFIER_SPARSE_SIGNATURE) { + sparse_matrix_t *sparse_weights = sparse_matrix_read(f); + if (sparse_weights == NULL) { + goto exit_classifier_created; + } + classifier->weights_type = MATRIX_SPARSE; + classifier->weights.sparse = sparse_weights; + } + + return classifier; + +exit_classifier_created: + language_classifier_destroy(classifier); +exit_file_read: + fseek(f, save_pos, SEEK_SET); + return NULL; +} + + +language_classifier_t *language_classifier_load(char *path) { + FILE *f; + + f = fopen(path, "rb"); + if (!f) return NULL; + + language_classifier_t *classifier = language_classifier_read(f); + + fclose(f); + return classifier; +} + +bool language_classifier_write(language_classifier_t *self, FILE *f) { + if (f == NULL || self == NULL) return false; + + if (self->weights_type == MATRIX_DENSE && !file_write_uint32(f, LANGUAGE_CLASSIFIER_SIGNATURE)) { + return false; + } else if (self->weights_type == MATRIX_SPARSE && !file_write_uint32(f, LANGUAGE_CLASSIFIER_SPARSE_SIGNATURE)) { + return false; + } + + if (!trie_write(self->features, f) || + !file_write_uint64(f, self->num_features) || + !file_write_uint64(f, self->labels->str->n) || + !file_write_chars(f, (const char *)self->labels->str->a, self->labels->str->n)) { + return false; + } + + if (self->weights_type == MATRIX_DENSE && !double_matrix_write(self->weights.dense, f)) { + return false; + } else if (self->weights_type == MATRIX_SPARSE && !sparse_matrix_write(self->weights.sparse, f)) { + return false; + } + + return true; +} + +bool language_classifier_save(language_classifier_t *self, char *path) { + if (self == NULL || path == NULL) return false; + + FILE *f = fopen(path, "wb"); + if (!f) return false; + + bool result = language_classifier_write(self, f); + fclose(f); + + return result; +} + +// Module setup/teardown + +bool language_classifier_module_setup(char *dir) { + if (language_classifier != NULL) { + return true; + } + + if (dir == NULL) { + dir = LIBPOSTAL_LANGUAGE_CLASSIFIER_DIR; + } + + char *classifier_path; + + char_array *path = char_array_new_size(strlen(dir) + PATH_SEPARATOR_LEN + strlen(LANGUAGE_CLASSIFIER_FILENAME)); + if (language_classifier == NULL) { + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, dir, LANGUAGE_CLASSIFIER_FILENAME); + classifier_path = char_array_get_string(path); + + language_classifier = language_classifier_load(classifier_path); + + } + + char_array_destroy(path); + return true; +} + +void language_classifier_module_teardown(void) { + if (language_classifier != NULL) { + language_classifier_destroy(language_classifier); + } + language_classifier = NULL; +} + diff --git a/src/language_classifier.h b/src/language_classifier.h new file mode 100644 index 0000000..2a638e9 --- /dev/null +++ b/src/language_classifier.h @@ -0,0 +1,56 @@ +#ifndef LANGUAGE_CLASSIFIER_H +#define LANGUAGE_CLASSIFIER_H + +#include +#include +#include +#include + +#include "libpostal.h" + +#include "collections.h" +#include "language_features.h" +#include "logistic_regression.h" +#include "matrix.h" +#include "tokens.h" +#include "sparse_matrix.h" +#include "string_utils.h" +#include "trie.h" + +#define LANGUAGE_CLASSIFIER_FILENAME "language_classifier.dat" + +typedef struct language_classifier { + size_t num_labels; + size_t num_features; + trie_t *features; + cstring_array *labels; + matrix_type_t weights_type; + union { + double_matrix_t *dense; + sparse_matrix_t *sparse; + } weights; +} language_classifier_t; + +// General usage + +language_classifier_t *language_classifier_new(void); +language_classifier_t *get_language_classifier(void); +language_classifier_t *get_language_classifier_country(void); + +libpostal_language_classifier_response_t *classify_languages(char *address); +void language_classifier_response_destroy(libpostal_language_classifier_response_t *self); + +void language_classifier_destroy(language_classifier_t *self); + +// I/O methods + +language_classifier_t *language_classifier_load(char *path); +bool language_classifier_save(language_classifier_t *self, char *output_dir); + +// Module setup/teardown + +bool language_classifier_module_setup(char *dir); +void language_classifier_module_teardown(void); + + +#endif diff --git a/src/language_classifier_cli.c b/src/language_classifier_cli.c new file mode 100644 index 0000000..d612132 --- /dev/null +++ b/src/language_classifier_cli.c @@ -0,0 +1,49 @@ +#include +#include +#include + +#include "address_dictionary.h" +#include "language_classifier.h" +#include "transliterate.h" + + +int main(int argc, char **argv) { + if (argc < 2) { + printf("Usage: ./language_classifier [dir] address\n"); + exit(EXIT_FAILURE); + } + + char *dir = LIBPOSTAL_LANGUAGE_CLASSIFIER_DIR; + char *address = NULL; + + if (argc >= 3) { + dir = argv[1]; + address = strdup(argv[2]); + } else { + address = strdup(argv[1]); + } + + if (!address_dictionary_module_setup(NULL) || !transliteration_module_setup(NULL) || !language_classifier_module_setup(dir)) { + log_error("Could not load language classifiers\n"); + exit(EXIT_FAILURE); + } + + + libpostal_language_classifier_response_t *response = classify_languages(address); + if (response == NULL) { + printf("Could not classify language\n"); + exit(EXIT_FAILURE); + } + + printf("Languages:\n\n"); + + for (size_t i = 0; i < response->num_languages; i++) { + printf("%s (%f)\n", response->languages[i], response->probs[i]); + } + + free(address); + language_classifier_response_destroy(response); + + language_classifier_module_teardown(); + address_dictionary_module_teardown(); +} diff --git a/src/language_classifier_io.c b/src/language_classifier_io.c new file mode 100644 index 0000000..6b57962 --- /dev/null +++ b/src/language_classifier_io.c @@ -0,0 +1,203 @@ +#include "language_classifier_io.h" + +#include "log/log.h" + +#include "constants.h" +#include "collections.h" +#include "language_features.h" + +language_classifier_data_set_t *language_classifier_data_set_init(char *filename) { + language_classifier_data_set_t *data_set = malloc(sizeof(language_classifier_data_set_t)); + data_set->f = fopen(filename, "r"); + if (data_set->f == NULL) { + free(data_set); + return NULL; + } + + data_set->tokens = token_array_new(); + data_set->feature_array = char_array_new(); + data_set->address = char_array_new(); + data_set->language = char_array_new_size(MAX_LANGUAGE_LEN); + data_set->country = char_array_new_size(MAX_COUNTRY_CODE_LEN); + + return data_set; +} + +bool language_classifier_data_set_next(language_classifier_data_set_t *self) { + if (self == NULL) return false; + + char *line = file_getline(self->f); + if (line == NULL) { + return false; + } + + size_t token_count; + + cstring_array *fields = cstring_array_split(line, TAB_SEPARATOR, TAB_SEPARATOR_LEN, &token_count); + + if (token_count != LANGUAGE_CLASSIFIER_FILE_NUM_TOKENS) { + log_error("Token count did not match, expected %d, got %zu, line=%s\n", LANGUAGE_CLASSIFIER_FILE_NUM_TOKENS, token_count, line); + } + + free(line); + + char *language = cstring_array_get_string(fields, LANGUAGE_CLASSIFIER_FIELD_LANGUAGE); + char *country = cstring_array_get_string(fields, LANGUAGE_CLASSIFIER_FIELD_COUNTRY); + char *address = cstring_array_get_string(fields, LANGUAGE_CLASSIFIER_FIELD_ADDRESS); + + log_debug("Doing: %s\n", address); + + char *normalized = language_classifier_normalize_string(address); + bool is_normalized = normalized != NULL; + if (!is_normalized) { + log_debug("could not normalize\n"); + normalized = strdup(address); + } + + char_array_clear(self->address); + char_array_add(self->address, normalized); + + char_array_clear(self->country); + char_array_add(self->country, country); + + char_array_clear(self->language); + char_array_add(self->language, language); + + cstring_array_destroy(fields); + bool ret = normalized != NULL; + free(normalized); + + return ret; +} + +void language_classifier_minibatch_destroy(language_classifier_minibatch_t *self) { + if (self == NULL) return; + + size_t i; + + if (self->features != NULL) { + for (i = 0; i < self->features->n; i++) { + khash_t(str_double) *feature_counts = self->features->a[i]; + const char *feature; + + kh_foreach_key(feature_counts, feature, { + free((char *)feature); + }) + + kh_destroy(str_double, feature_counts); + } + feature_count_array_destroy(self->features); + + } + + if (self->labels != NULL) { + cstring_array_destroy(self->labels); + } + + free(self); +} + +language_classifier_minibatch_t *language_classifier_minibatch_new(void) { + language_classifier_minibatch_t *minibatch = malloc(sizeof(language_classifier_minibatch_t)); + if (minibatch == NULL) return NULL; + + minibatch->features = feature_count_array_new(); + if (minibatch->features == NULL) { + language_classifier_minibatch_destroy(minibatch); + return NULL; + } + + minibatch->labels = cstring_array_new(); + if (minibatch->labels == NULL) { + language_classifier_minibatch_destroy(minibatch); + return NULL; + } + + return minibatch; +} + +inline bool language_classifier_language_is_valid(char *language) { + return !string_equals(language, AMBIGUOUS_LANGUAGE) && !string_equals(language, UNKNOWN_LANGUAGE); +} + +language_classifier_minibatch_t *language_classifier_data_set_get_minibatch_with_size(language_classifier_data_set_t *self, khash_t(str_uint32) *labels, size_t batch_size) { + size_t in_batch = 0; + + language_classifier_minibatch_t *minibatch = NULL; + + while (in_batch < batch_size && language_classifier_data_set_next(self)) { + char *address = char_array_get_string(self->address); + if (strlen(address) == 0) { + continue; + } + + char *country = NULL; + //char *country = char_array_get_string(self->country); + + char *language = char_array_get_string(self->language); + if (!language_classifier_language_is_valid(language)) { + continue; + } + + if (labels != NULL && kh_get(str_uint32, labels, language) == kh_end(labels)) { + continue; + } + + if (minibatch == NULL) { + minibatch = language_classifier_minibatch_new(); + if (minibatch == NULL) { + log_error("Error creating minibatch\n"); + return NULL; + } + } + + if (labels != NULL) { + khash_t(str_double) *feature_counts = extract_language_features(address, country, self->tokens, self->feature_array); + if (feature_counts == NULL) { + log_error("Could not extract features for: %s\n", address); + language_classifier_minibatch_destroy(minibatch); + return NULL; + } + feature_count_array_push(minibatch->features, feature_counts); + } + + cstring_array_add_string(minibatch->labels, language); + in_batch++; + } + + return minibatch; +} + +inline language_classifier_minibatch_t *language_classifier_data_set_get_minibatch(language_classifier_data_set_t *self, khash_t(str_uint32) *labels) { + return language_classifier_data_set_get_minibatch_with_size(self, labels, LANGUAGE_CLASSIFIER_DEFAULT_BATCH_SIZE); +} + +void language_classifier_data_set_destroy(language_classifier_data_set_t *self) { + if (self == NULL) return; + + if (self->f != NULL) { + fclose(self->f); + } + + if (self->tokens != NULL) { + token_array_destroy(self->tokens); + } + + if (self->feature_array != NULL) { + char_array_destroy(self->feature_array); + } + + if (self->address != NULL) { + char_array_destroy(self->address); + } + + if (self->language != NULL) { + char_array_destroy(self->language); + } + + if (self->country != NULL) { + char_array_destroy(self->country); + } + + free(self); +} \ No newline at end of file diff --git a/src/language_classifier_io.h b/src/language_classifier_io.h new file mode 100644 index 0000000..8b1ac5c --- /dev/null +++ b/src/language_classifier_io.h @@ -0,0 +1,49 @@ +#ifndef LANGUAGE_CLASSIFIER_IO_H +#define LANGUAGE_CLASSIFIER_IO_H + +#include +#include +#include + +#include "collections.h" +#include "features.h" +#include "file_utils.h" +#include "language_classifier.h" +#include "scanner.h" +#include "string_utils.h" + +#define AMBIGUOUS_LANGUAGE "xxx" +#define UNKNOWN_LANGUAGE "unk" + +#define LANGUAGE_CLASSIFIER_DEFAULT_BATCH_SIZE 1000 + +enum language_classifier_training_data_fields { + LANGUAGE_CLASSIFIER_FIELD_LANGUAGE, + LANGUAGE_CLASSIFIER_FIELD_COUNTRY, + LANGUAGE_CLASSIFIER_FIELD_ADDRESS, + LANGUAGE_CLASSIFIER_FILE_NUM_TOKENS +}; + +typedef struct language_classifier_data_set { + FILE *f; + token_array *tokens; + char_array *feature_array; + char_array *address; + char_array *language; + char_array *country; +} language_classifier_data_set_t; + +typedef struct language_classifier_minibatch { + feature_count_array *features; + cstring_array *labels; +} language_classifier_minibatch_t; + +language_classifier_data_set_t *language_classifier_data_set_init(char *filename); +bool language_classifier_data_set_next(language_classifier_data_set_t *self); +void language_classifier_data_set_destroy(language_classifier_data_set_t *self); + +language_classifier_minibatch_t *language_classifier_data_set_get_minibatch_with_size(language_classifier_data_set_t *self, khash_t(str_uint32) *labels, size_t batch_size); +language_classifier_minibatch_t *language_classifier_data_set_get_minibatch(language_classifier_data_set_t *self, khash_t(str_uint32) *labels); +void language_classifier_minibatch_destroy(language_classifier_minibatch_t *self); + +#endif \ No newline at end of file diff --git a/src/language_classifier_test.c b/src/language_classifier_test.c new file mode 100644 index 0000000..262020e --- /dev/null +++ b/src/language_classifier_test.c @@ -0,0 +1,89 @@ +#include +#include + +#include "log/log.h" +#include "address_dictionary.h" +#include "language_classifier.h" +#include "language_classifier_io.h" +#include "string_utils.h" +#include "trie_utils.h" +#include "transliterate.h" + + +double test_accuracy(char *filename) { + language_classifier_data_set_t *data_set = language_classifier_data_set_init(filename); + if (data_set == NULL) { + log_error("Error creating data set\n"); + exit(EXIT_FAILURE); + } + + language_classifier_minibatch_t *minibatch; + + uint32_t correct = 0; + uint32_t total = 0; + + language_classifier_t *classifier = get_language_classifier(); + trie_t *label_ids = trie_new_from_cstring_array(classifier->labels); + + while (language_classifier_data_set_next(data_set)) { + char *address = char_array_get_string(data_set->address); + char *language = char_array_get_string(data_set->language); + + uint32_t label_id; + if (!trie_get_data(label_ids, language, &label_id)) { + continue; + } + + libpostal_language_classifier_response_t *response = classify_languages(address); + if (response == NULL || response->num_languages == 0) { + printf("%s\tNULL\t%s\n", language, address); + continue; + } + + char *top_lang = response->languages[0]; + + if (string_equals(top_lang, language)) { + correct++; + } else { + printf("%s\t%s\t%s\n", language, top_lang, address); + } + + total++; + + language_classifier_response_destroy(response); + + } + + log_info("total=%" PRIu32 "\n", total); + + trie_destroy(label_ids); + + return (double) correct / total; + + +} + + +int main(int argc, char **argv) { + if (argc < 2) { + log_error("Usage: language_classifier_test [dir] filename\n"); + exit(EXIT_FAILURE); + } + + char *dir = LIBPOSTAL_LANGUAGE_CLASSIFIER_DIR; + char *filename = NULL; + + if (argc >= 3) { + dir = argv[1]; + filename = argv[2]; + } else { + filename = argv[1]; + } + + if (!language_classifier_module_setup(dir) || !address_dictionary_module_setup(NULL) || !transliteration_module_setup(NULL)) { + log_error("Error setting up classifier\n"); + } + + double accuracy = test_accuracy(filename); + log_info("Done. Accuracy: %f\n", accuracy); +} diff --git a/src/language_classifier_train.c b/src/language_classifier_train.c new file mode 100644 index 0000000..b5306f4 --- /dev/null +++ b/src/language_classifier_train.c @@ -0,0 +1,927 @@ +#include +#include +#include +#include +#include + +#include "log/log.h" +#include "address_dictionary.h" +#include "cartesian_product.h" +#include "collections.h" +#include "language_classifier.h" +#include "language_classifier_io.h" +#include "logistic_regression.h" +#include "logistic_regression_trainer.h" +#include "shuffle.h" +#include "sparse_matrix.h" +#include "sparse_matrix_utils.h" +#include "stochastic_gradient_descent.h" +#include "transliterate.h" + +#define LANGUAGE_CLASSIFIER_FEATURE_COUNT_THRESHOLD 3.0 +#define LANGUAGE_CLASSIFIER_LABEL_COUNT_THRESHOLD 100 + +#define LOG_BATCH_INTERVAL 10 +#define COMPUTE_COST_INTERVAL 100 +#define COMPUTE_CV_INTERVAL 1000 + +#define LANGUAGE_CLASSIFIER_HYPERPARAMETER_BATCHES 50 + +// Hyperparameters for stochastic gradient descent + +static double GAMMA_SCHEDULE[] = {0.01, 0.1, 0.2, 0.5, 1.0, 2.0, 5.0, 10.0}; +static const size_t GAMMA_SCHEDULE_SIZE = sizeof(GAMMA_SCHEDULE) / sizeof(double); + +#define DEFAULT_GAMMA_0 10.0 + +#define REGULARIZATION_SCHEDULE {0.0, 1e-7, 1e-6, 1e-5, 1e-4, 0.001, 0.01, 0.1, \ + 0.2, 0.5, 1.0, 2.0, 5.0, 10.0} + +static double L2_SCHEDULE[] = REGULARIZATION_SCHEDULE; +static const size_t L2_SCHEDULE_SIZE = sizeof(L2_SCHEDULE) / sizeof(double); + +static double L1_SCHEDULE[] = REGULARIZATION_SCHEDULE; +static const size_t L1_SCHEDULE_SIZE = sizeof(L1_SCHEDULE) / sizeof(double); + +#define DEFAULT_L2 1e-6 +#define DEFAULT_L1 1e-4 + +// Hyperparameters for FTRL-Proximal + +static double ALPHA_SCHEDULE[] = {0.01, 0.1, 0.2, 0.5, 1.0, 2.0, 5.0, 10.0}; +static const size_t ALPHA_SCHEDULE_SIZE = sizeof(ALPHA_SCHEDULE) / sizeof(double); +static double DEFAULT_BETA = 1.0; + +#define DEFAULT_ALPHA 10.0 + +#define TRAIN_EPOCHS 10 + +#define HYPERPARAMETER_EPOCHS 5 + +logistic_regression_trainer_t *language_classifier_init_params(char *filename, double feature_count_threshold, uint32_t label_count_threshold, size_t minibatch_size, logistic_regression_optimizer_type optim_type, regularization_type_t reg_type) { + if (filename == NULL) { + log_error("Filename was NULL\n"); + return NULL; + } + + language_classifier_data_set_t *data_set = language_classifier_data_set_init(filename); + + language_classifier_minibatch_t *minibatch; + khash_t(str_double) *feature_counts = kh_init(str_double); + khash_t(str_uint32) *label_counts = kh_init(str_uint32); + + size_t num_batches = 0; + + // Count features and labels + while ((minibatch = language_classifier_data_set_get_minibatch_with_size(data_set, NULL, minibatch_size)) != NULL) { + if (!count_labels_minibatch(label_counts, minibatch->labels)) { + log_error("Counting minibatch labeles failed\n"); + exit(EXIT_FAILURE); + } + + if (num_batches % LOG_BATCH_INTERVAL == 0 && num_batches > 0) { + log_info("Counting labels, did %zu examples\n", num_batches * minibatch_size); + } + + num_batches++; + + language_classifier_minibatch_destroy(minibatch); + } + log_info("Done counting labels\n"); + + language_classifier_data_set_destroy(data_set); + + data_set = language_classifier_data_set_init(filename); + num_batches = 0; + + khash_t(str_uint32) *label_ids = select_labels_threshold(label_counts, label_count_threshold); + if (label_ids == NULL) { + log_error("Error creating labels\n"); + exit(EXIT_FAILURE); + } + + size_t num_labels = kh_size(label_ids); + log_info("num_labels=%zu\n", num_labels); + + // Don't free the label strings as the pointers are reused in select_labels_threshold + kh_destroy(str_uint32, label_counts); + + // Run through the training set again, counting only features which co-occur with valid classes + while ((minibatch = language_classifier_data_set_get_minibatch(data_set, label_ids)) != NULL) { + if (!count_features_minibatch(feature_counts, minibatch->features, true)){ + log_error("Counting minibatch features failed\n"); + exit(EXIT_FAILURE); + } + + if (num_batches % LOG_BATCH_INTERVAL == 0 && num_batches > 0) { + log_info("Counting features, did %zu examples\n", num_batches * minibatch_size); + } + + num_batches++; + + language_classifier_minibatch_destroy(minibatch); + } + + log_info("Done counting features, finalizing\n"); + + language_classifier_data_set_destroy(data_set); + + // Discard rare features using a count threshold (can be 1) and convert them to trie + trie_t *feature_ids = select_features_threshold(feature_counts, feature_count_threshold); + if (feature_ids == NULL) { + log_error("Error creating features trie\n"); + exit(EXIT_FAILURE); + } + + // Need to free the keys here as trie uses its own memory + const char *key; + kh_foreach_key(feature_counts, key, { + free((char *)key); + }) + kh_destroy(str_double, feature_counts); + + + logistic_regression_trainer_t *trainer = NULL; + + if (optim_type == LOGISTIC_REGRESSION_OPTIMIZER_SGD) { + bool fit_intercept = true; + double default_lambda = 0.0; + if (reg_type == REGULARIZATION_L2){ + default_lambda = DEFAULT_L2; + } else if (reg_type == REGULARIZATION_L1) { + default_lambda = DEFAULT_L1; + } + trainer = logistic_regression_trainer_init_sgd(feature_ids, label_ids, fit_intercept, reg_type, default_lambda, DEFAULT_GAMMA_0); + } else if (optim_type == LOGISTIC_REGRESSION_OPTIMIZER_FTRL) { + trainer = logistic_regression_trainer_init_ftrl(feature_ids, label_ids, DEFAULT_ALPHA, DEFAULT_BETA, DEFAULT_L1, DEFAULT_L2); + } + + return trainer; +} + +logistic_regression_trainer_t *language_classifier_init_optim_reg(char *filename, size_t minibatch_size, logistic_regression_optimizer_type optim_type, regularization_type_t reg_type) { + return language_classifier_init_params(filename, LANGUAGE_CLASSIFIER_FEATURE_COUNT_THRESHOLD, LANGUAGE_CLASSIFIER_LABEL_COUNT_THRESHOLD, minibatch_size, optim_type, reg_type); +} + +logistic_regression_trainer_t *language_classifier_init_sgd_reg(char *filename, size_t minibatch_size, regularization_type_t reg_type) { + return language_classifier_init_params(filename, LANGUAGE_CLASSIFIER_FEATURE_COUNT_THRESHOLD, LANGUAGE_CLASSIFIER_LABEL_COUNT_THRESHOLD, minibatch_size, LOGISTIC_REGRESSION_OPTIMIZER_SGD, reg_type); +} + +logistic_regression_trainer_t *language_classifier_init_ftrl(char *filename, size_t minibatch_size) { + return language_classifier_init_params(filename, LANGUAGE_CLASSIFIER_FEATURE_COUNT_THRESHOLD, LANGUAGE_CLASSIFIER_LABEL_COUNT_THRESHOLD, minibatch_size, LOGISTIC_REGRESSION_OPTIMIZER_FTRL, REGULARIZATION_NONE); +} + +double compute_cv_accuracy(logistic_regression_trainer_t *trainer, char *filename) { + language_classifier_data_set_t *data_set = language_classifier_data_set_init(filename); + + language_classifier_minibatch_t *minibatch; + + uint32_t correct = 0; + uint32_t total = 0; + + double_matrix_t *p_y = double_matrix_new_zeros(LANGUAGE_CLASSIFIER_DEFAULT_BATCH_SIZE, trainer->num_labels); + + while ((minibatch = language_classifier_data_set_get_minibatch(data_set, trainer->label_ids)) != NULL) { + sparse_matrix_t *x = feature_matrix(trainer->feature_ids, minibatch->features); + uint32_array *y = label_vector(trainer->label_ids, minibatch->labels); + + if (!double_matrix_resize_aligned(p_y, x->m, trainer->num_labels, 16)) { + log_error("resize p_y failed\n"); + exit(EXIT_FAILURE); + } + double_matrix_zero(p_y); + + if (!sparse_matrix_add_unique_columns_alias(x, trainer->unique_columns, trainer->batch_columns)) { + log_error("Error adding unique columns\n"); + exit(EXIT_FAILURE); + } + + double_matrix_t *theta = logistic_regression_trainer_get_weights(trainer); + + if (!logistic_regression_model_expectation(theta, x, p_y)) { + log_error("Predict cv batch failed\n"); + exit(EXIT_FAILURE); + } + + double *row; + for (size_t i = 0; i < p_y->m; i++) { + row = double_matrix_get_row(p_y, i); + + int64_t predicted = double_array_argmax(row, p_y->n); + if (predicted < 0) { + log_error("Error in argmax\n"); + exit(EXIT_FAILURE); + } + uint32_t y_i = y->a[i]; + if (y_i == (uint32_t)predicted) { + correct++; + } + + total++; + } + + sparse_matrix_destroy(x); + uint32_array_destroy(y); + + language_classifier_minibatch_destroy(minibatch); + } + + language_classifier_data_set_destroy(data_set); + double_matrix_destroy(p_y); + + double accuracy = (double)correct / total; + return accuracy; +} + + + +double compute_total_cost(logistic_regression_trainer_t *trainer, char *filename, ssize_t compute_batches) { + language_classifier_data_set_t *data_set = language_classifier_data_set_init(filename); + + language_classifier_minibatch_t *minibatch; + + double total_cost = 0.0; + size_t num_batches = 0; + size_t num_examples = 0; + + // Need to regularize the weights + double_matrix_t *theta = logistic_regression_trainer_get_regularized_weights(trainer); + + while ((minibatch = language_classifier_data_set_get_minibatch(data_set, trainer->label_ids)) != NULL) { + + double batch_cost = logistic_regression_trainer_minibatch_cost(trainer, minibatch->features, minibatch->labels); + total_cost += batch_cost; + + num_examples += minibatch->features->n; + + language_classifier_minibatch_destroy(minibatch); + + num_batches++; + + if (compute_batches > 0 && num_batches == (size_t)compute_batches) { + break; + } + } + + double reg_cost = logistic_regression_trainer_regularization_cost(trainer, num_examples); + log_info("cost = %f, reg_cost = %f, m = %zu\n", total_cost, reg_cost, num_examples); + total_cost += reg_cost; + + language_classifier_data_set_destroy(data_set); + + return total_cost; +} + + +bool language_classifier_train_epoch(logistic_regression_trainer_t *trainer, char *filename, char *cv_filename, ssize_t train_batches, size_t minibatch_size) { + if (filename == NULL) { + log_error("Filename was NULL\n"); + return false; + } + + #if defined(HAVE_SHUF) || defined(HAVE_GSHUF) + log_info("Shuffling\n"); + + if (!shuffle_file_chunked_size(filename, DEFAULT_SHUFFLE_CHUNK_SIZE)) { + log_error("Error in shuffle\n"); + logistic_regression_trainer_destroy(trainer); + return NULL; + } + + log_info("Shuffle complete\n"); + #endif + + language_classifier_data_set_t *data_set = language_classifier_data_set_init(filename); + + language_classifier_minibatch_t *minibatch; + + size_t num_batches = 0; + double batch_cost = 0.0; + double total_cost = 0.0; + double last_cost = 0.0; + + double train_cost = 0.0; + double cv_accuracy = 0.0; + + while ((minibatch = language_classifier_data_set_get_minibatch_with_size(data_set, trainer->label_ids, minibatch_size)) != NULL) { + bool compute_cost = num_batches % COMPUTE_COST_INTERVAL == 0; + bool compute_cv = num_batches % COMPUTE_CV_INTERVAL == 0 && num_batches > 0 && cv_filename != NULL; + + if (num_batches % LOG_BATCH_INTERVAL == 0 && num_batches > 0) { + log_info("Epoch %u, doing %zu examples\n", trainer->epochs, num_batches * minibatch_size); + } + + if (compute_cost) { + train_cost = logistic_regression_trainer_minibatch_cost_regularized(trainer, minibatch->features, minibatch->labels); + log_info("cost = %f\n", train_cost); + } + + if (!logistic_regression_trainer_train_minibatch(trainer, minibatch->features, minibatch->labels)){ + log_error("Train batch failed\n"); + exit(EXIT_FAILURE); + } + + if (compute_cv) { + cv_accuracy = compute_cv_accuracy(trainer, cv_filename); + log_info("cv accuracy=%f\n", cv_accuracy); + } + + num_batches++; + + if (train_batches > 0 && num_batches == (size_t)train_batches) { + log_info("Epoch %u, trained %zu examples\n", trainer->epochs, num_batches * minibatch_size); + train_cost = logistic_regression_trainer_minibatch_cost_regularized(trainer, minibatch->features, minibatch->labels); + log_info("cost = %f\n", train_cost); + break; + } + + language_classifier_minibatch_destroy(minibatch); + + } + + language_classifier_data_set_destroy(data_set); + + return true; +} + +static double language_classifier_cv_cost(logistic_regression_trainer_t *trainer, char *filename, char *cv_filename, size_t minibatch_size, bool *diverged) { + ssize_t cost_batches; + char *cost_file; + + if (cv_filename == NULL) { + cost_file = filename; + cost_batches = LANGUAGE_CLASSIFIER_HYPERPARAMETER_BATCHES; + } else { + cost_file = cv_filename; + cost_batches = -1; + } + + double initial_cost = compute_total_cost(trainer, cost_file, cost_batches); + + for (size_t k = 0; k < HYPERPARAMETER_EPOCHS; k++) { + trainer->epochs = k; + + if (!language_classifier_train_epoch(trainer, filename, NULL, LANGUAGE_CLASSIFIER_HYPERPARAMETER_BATCHES, minibatch_size)) { + log_error("Error in epoch\n"); + logistic_regression_trainer_destroy(trainer); + exit(EXIT_FAILURE); + } + } + + double final_cost = compute_total_cost(trainer, cost_file, cost_batches); + + *diverged = final_cost > initial_cost; + log_info("final_cost = %f, initial_cost = %f\n", final_cost, initial_cost); + + return final_cost; +} + +typedef struct language_classifier_sgd_params { + double lambda; + double gamma_0; +} language_classifier_sgd_params_t; + +typedef struct language_classifier_ftrl_params { + double alpha; + double lambda1; + double lambda2; +} language_classifier_ftrl_params_t; + +VECTOR_INIT(language_classifier_sgd_param_array, language_classifier_sgd_params_t) +VECTOR_INIT(language_classifier_ftrl_param_array, language_classifier_ftrl_params_t) + +/* Uses the one standard-error rule (http://www.stat.cmu.edu/~ryantibs/datamining/lectures/19-val2.pdf) + A solution that's better regularized is preferred if it's within one standard error + of the solution with the lowest cross-validation error. +*/ + +language_classifier_sgd_params_t language_classifier_parameter_sweep_sgd(logistic_regression_trainer_t *trainer, char *filename, char *cv_filename, size_t minibatch_size) { + double best_cost = DBL_MAX; + + double default_lambda = 0.0; + size_t lambda_schedule_size = 0; + double *lambda_schedule = NULL; + + sgd_trainer_t *sgd = trainer->optimizer.sgd; + + if (sgd->reg_type == REGULARIZATION_L2) { + default_lambda = DEFAULT_L2; + lambda_schedule_size = L2_SCHEDULE_SIZE; + lambda_schedule = L2_SCHEDULE; + } else if (sgd->reg_type == REGULARIZATION_L1) { + lambda_schedule_size = L1_SCHEDULE_SIZE; + lambda_schedule = L1_SCHEDULE; + default_lambda = DEFAULT_L1; + } + + double_array *costs = double_array_new(); + language_classifier_sgd_param_array *all_params = language_classifier_sgd_param_array_new(); + + language_classifier_sgd_params_t best_params = (language_classifier_sgd_params_t){default_lambda, DEFAULT_GAMMA_0}; + double cost; + language_classifier_sgd_params_t params; + + cartesian_product_iterator_t *iter = cartesian_product_iterator_new(2, lambda_schedule_size, GAMMA_SCHEDULE_SIZE); + for (uint32_t *vals = cartesian_product_iterator_start(iter); !cartesian_product_iterator_done(iter); vals = cartesian_product_iterator_next(iter)) { + double lambda = lambda_schedule[vals[0]]; + double gamma_0 = GAMMA_SCHEDULE[vals[1]]; + + params.lambda = lambda, + params.gamma_0 = gamma_0; + + if (!logistic_regression_trainer_reset_params_sgd(trainer, lambda, gamma_0)) { + log_error("Error resetting params\n"); + logistic_regression_trainer_destroy(trainer); + exit(EXIT_FAILURE); + } + + log_info("Optimizing hyperparameters. Trying lambda=%.7f, gamma_0=%f\n", lambda, gamma_0); + + bool diverged = false; + cost = language_classifier_cv_cost(trainer, filename, cv_filename, minibatch_size, &diverged); + + if (!diverged) { + language_classifier_sgd_param_array_push(all_params, params); + double_array_push(costs, cost); + } else { + log_info("Diverged, cost = %f\n", cost); + } + + log_info("Total cost = %f\n", cost); + if (cost < best_cost) { + log_info("Better than current best parameters: setting lambda=%.7f, gamma_0=%f\n", lambda, gamma_0); + best_cost = cost; + best_params.lambda = lambda; + best_params.gamma_0 = gamma_0; + } + } + + size_t num_params = costs->n; + if (num_params > 0) { + language_classifier_sgd_params_t *param_values = all_params->a; + double *cost_values = costs->a; + + double std_error = double_array_std(cost_values, num_params) / sqrt((double)num_params); + + double max_cost = best_cost + std_error; + log_info("max_cost = %f using the one standard error rule\n", max_cost); + + for (size_t i = 0; i < num_params; i++) { + cost = cost_values[i]; + params = param_values[i]; + + if (cost < max_cost && params.lambda > best_params.lambda) { + best_params = params; + log_info("cost (%f) < max_cost and better regularized, setting lambda=%.7f, gamma_0=%f\n", cost, params.lambda, params.gamma_0); + } + } + } + + language_classifier_sgd_param_array_destroy(all_params); + double_array_destroy(costs); + + return best_params; +} + + +language_classifier_ftrl_params_t language_classifier_parameter_sweep_ftrl(logistic_regression_trainer_t *trainer, char *filename, char *cv_filename, size_t minibatch_size) { + double best_cost = DBL_MAX; + + language_classifier_ftrl_params_t best_params = (language_classifier_ftrl_params_t){DEFAULT_ALPHA, DEFAULT_L1, DEFAULT_L2}; + + double_array *costs = double_array_new(); + language_classifier_ftrl_param_array *all_params = language_classifier_ftrl_param_array_new(); + language_classifier_ftrl_params_t params; + double cost; + + cartesian_product_iterator_t *iter = cartesian_product_iterator_new(3, L1_SCHEDULE_SIZE, L2_SCHEDULE_SIZE, ALPHA_SCHEDULE_SIZE); + for (uint32_t *vals = cartesian_product_iterator_start(iter); !cartesian_product_iterator_done(iter); vals = cartesian_product_iterator_next(iter)) { + double lambda1 = L1_SCHEDULE[vals[0]]; + double lambda2 = L2_SCHEDULE[vals[1]]; + double alpha = ALPHA_SCHEDULE[vals[2]]; + + params.lambda1 = lambda1, + params.lambda2 = lambda2, + params.alpha = alpha; + + if (!logistic_regression_trainer_reset_params_ftrl(trainer, alpha, DEFAULT_BETA, lambda1, lambda2)) { + log_error("Error resetting params\n"); + logistic_regression_trainer_destroy(trainer); + exit(EXIT_FAILURE); + } + + log_info("Optimizing hyperparameters. Trying lambda1=%.7f, lambda2=%.7f, alpha=%f\n", lambda1, lambda2, alpha); + + bool diverged = false; + cost = language_classifier_cv_cost(trainer, filename, cv_filename, minibatch_size, &diverged); + + if (!diverged) { + language_classifier_ftrl_param_array_push(all_params, params); + double_array_push(costs, cost); + } else { + log_info("Diverged, cost = %f\n", cost); + } + + log_info("Total cost = %f\n", cost); + if (cost < best_cost) { + log_info("Better than current best parameters: setting lambda1=%.7f, lambda2=%.7f, alpha=%f\n", lambda1, lambda2, alpha); + best_cost = cost; + best_params.lambda1 = lambda1; + best_params.lambda2 = lambda2; + best_params.alpha = alpha; + } + } + + size_t num_params = costs->n; + if (num_params > 0) { + language_classifier_ftrl_params_t *param_values = all_params->a; + double *cost_values = costs->a; + + double std_error = double_array_std(cost_values, num_params) / sqrt((double)num_params); + + double max_cost = best_cost + std_error; + log_info("best_cost = %f, std_error = %f, max_cost = %f using the one standard error rule\n", best_cost, std_error, max_cost); + + for (size_t i = 0; i < num_params; i++) { + cost = cost_values[i]; + params = param_values[i]; + + log_info("cost = %f, lambda1 = %f, lambda2 = %f, alpha = %f\n", cost, params.lambda1, params.lambda2, params.alpha); + + if (cost < max_cost && + (params.lambda1 > best_params.lambda1 || double_equals(params.lambda1, best_params.lambda1)) && + (params.lambda2 > best_params.lambda2 || double_equals(params.lambda2, best_params.lambda2)) + ) { + if (double_equals(params.lambda1, best_params.lambda1) && double_equals(params.lambda2, best_params.lambda2) && params.alpha > best_params.alpha) { + log_info("cost < max_cost but higher alpha\n"); + continue; + } + best_params = params; + log_info("cost (%f) < max_cost and better regularized, setting lambda1=%.7f, lambda2=%.7f alpha=%f\n", cost, params.lambda1, params.lambda2, params.alpha); + } + } + } + + language_classifier_ftrl_param_array_destroy(all_params); + double_array_destroy(costs); + + return best_params; +} + + +static language_classifier_t *trainer_finalize(logistic_regression_trainer_t *trainer, char *test_filename) { + if (trainer == NULL) return NULL; + + log_info("Done training\n"); + + if (test_filename != NULL) { + double test_accuracy = compute_cv_accuracy(trainer, test_filename); + log_info("Test accuracy = %f\n", test_accuracy); + } + + language_classifier_t *classifier = language_classifier_new(); + if (classifier == NULL) { + log_error("Error creating classifier\n"); + logistic_regression_trainer_destroy(trainer); + return NULL; + } + + // Reassign weights and features to the classifier model + // final_weights + + if (trainer->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_SGD) { + sgd_trainer_t *sgd_trainer = trainer->optimizer.sgd; + if (sgd_trainer->reg_type == REGULARIZATION_L2 || sgd_trainer->reg_type == REGULARIZATION_NONE) { + double_matrix_t *weights = logistic_regression_trainer_final_weights(trainer); + classifier->weights_type = MATRIX_DENSE; + classifier->weights.dense = weights; + } else if (sgd_trainer->reg_type == REGULARIZATION_L1) { + sparse_matrix_t *sparse_weights = logistic_regression_trainer_final_weights_sparse(trainer); + classifier->weights_type = MATRIX_SPARSE; + classifier->weights.sparse = sparse_weights; + log_info("Weights sparse: %zu rows (m=%u), %" PRIu32 " cols, %zu elements\n", sparse_weights->indptr->n, sparse_weights->m, sparse_weights->n, sparse_weights->data->n); + } + } else if (trainer->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_FTRL) { + sparse_matrix_t *sparse_weights = logistic_regression_trainer_final_weights_sparse(trainer); + classifier->weights_type = MATRIX_SPARSE; + classifier->weights.sparse = sparse_weights; + log_info("Weights sparse: %zu rows (m=%u), %" PRIu32 " cols, %zu elements\n", sparse_weights->indptr->n, sparse_weights->m, sparse_weights->n, sparse_weights->data->n); + } + + + classifier->num_features = trainer->num_features; + classifier->features = trainer->feature_ids; + // Set trainer feature_ids to NULL so it doesn't get destroyed + trainer->feature_ids = NULL; + + size_t num_labels = trainer->num_labels; + classifier->num_labels = num_labels; + + char **strings = malloc(sizeof(char *) * num_labels); + + const char *label; + uint32_t label_id; + kh_foreach(trainer->label_ids, label, label_id, { + if (label_id >= num_labels) { + log_error("label_id %d >= num_labels %zu\n", label_id, num_labels); + exit(EXIT_FAILURE); + } + strings[label_id] = (char *)label; + }) + + classifier->labels = cstring_array_from_strings(strings, num_labels); + + for (size_t i = 0; i < num_labels; i++) { + free(strings[i]); + } + + free(strings); + + logistic_regression_trainer_destroy(trainer); + return classifier; +} + + +language_classifier_t *language_classifier_train_sgd(char *filename, char *subset_filename, bool cross_validation_set, char *cv_filename, char *test_filename, uint32_t num_iterations, size_t minibatch_size, regularization_type_t reg_type) { + logistic_regression_trainer_t *trainer = language_classifier_init_sgd_reg(filename, minibatch_size, reg_type); + + language_classifier_sgd_params_t params = language_classifier_parameter_sweep_sgd(trainer, subset_filename, cv_filename, minibatch_size); + log_info("Best params: lambda=%f, gamma_0=%f\n", params.lambda, params.gamma_0); + + if (!logistic_regression_trainer_reset_params_sgd(trainer, params.lambda, params.gamma_0)) { + logistic_regression_trainer_destroy(trainer); + return NULL; + } + + /* If there's not a distinct cross-validation set, e.g. + when training the production model, then the cross validation + file is just a subset of the training data and only used + for setting the hyperparameters, so ignore it after we're + done with the parameter sweep. + */ + if (!cross_validation_set) { + cv_filename = NULL; + } + + for (uint32_t epoch = 0; epoch < num_iterations; epoch++) { + log_info("Doing epoch %d\n", epoch); + + trainer->epochs = epoch; + + if (!language_classifier_train_epoch(trainer, filename, cv_filename, -1, minibatch_size)) { + log_error("Error in epoch\n"); + logistic_regression_trainer_destroy(trainer); + return NULL; + } + } + + return trainer_finalize(trainer, test_filename); +} + +language_classifier_t *language_classifier_train_ftrl(char *filename, char *subset_filename, bool cross_validation_set, char *cv_filename, char *test_filename, uint32_t num_iterations, size_t minibatch_size) { + logistic_regression_trainer_t *trainer = language_classifier_init_ftrl(filename, minibatch_size); + + language_classifier_ftrl_params_t params = language_classifier_parameter_sweep_ftrl(trainer, subset_filename, cv_filename, minibatch_size); + log_info("Best params: lambda1=%.7f, lambda2=%.7f, alpha=%f\n", params.lambda1, params.lambda2, params.alpha); + + if (!logistic_regression_trainer_reset_params_ftrl(trainer, params.alpha, DEFAULT_BETA, params.lambda1, params.lambda2)) { + logistic_regression_trainer_destroy(trainer); + return NULL; + } + + /* If there's not a distinct cross-validation set, e.g. + when training the production model, then the cross validation + file is just a subset of the training data and only used + for setting the hyperparameters, so ignore it after we're + done with the parameter sweep. + */ + if (!cross_validation_set) { + cv_filename = NULL; + } + + for (uint32_t epoch = 0; epoch < num_iterations; epoch++) { + log_info("Doing epoch %d\n", epoch); + + trainer->epochs = epoch; + + if (!language_classifier_train_epoch(trainer, filename, cv_filename, -1, minibatch_size)) { + log_error("Error in epoch\n"); + logistic_regression_trainer_destroy(trainer); + return NULL; + } + } + + return trainer_finalize(trainer, test_filename); +} + + + +typedef enum { + LANGUAGE_CLASSIFIER_TRAIN_POSITIONAL_ARG, + LANGUAGE_CLASSIFIER_TRAIN_ARG_ITERATIONS, + LANGUAGE_CLASSIFIER_TRAIN_ARG_OPTIMIZER, + LANGUAGE_CLASSIFIER_TRAIN_ARG_REGULARIZATION, + LANGUAGE_CLASSIFIER_TRAIN_ARG_MINIBATCH_SIZE +} language_classifier_train_keyword_arg_t; + +#define LANGUAGE_CLASSIFIER_TRAIN_USAGE "Usage: ./language_classifier_train [train|cv] filename [cv_filename] [test_filename] [output_dir] [--iterations number --opt (sgd|ftrl) --reg (l1|l2) --minibatch-size number]\n" + +int main(int argc, char **argv) { + if (argc < 3) { + printf(LANGUAGE_CLASSIFIER_TRAIN_USAGE); + exit(EXIT_FAILURE); + } + + int pos_args = 1; + + language_classifier_train_keyword_arg_t kwarg = LANGUAGE_CLASSIFIER_TRAIN_POSITIONAL_ARG; + + size_t num_epochs = TRAIN_EPOCHS; + size_t minibatch_size = LANGUAGE_CLASSIFIER_DEFAULT_BATCH_SIZE; + logistic_regression_optimizer_type optim_type = LOGISTIC_REGRESSION_OPTIMIZER_SGD; + regularization_type_t reg_type = REGULARIZATION_L2; + + size_t position = 0; + + ssize_t arg_iterations; + ssize_t arg_minibatch_size; + + char *command = NULL; + char *filename = NULL; + + char *cv_filename = NULL; + char *test_filename = NULL; + + bool cross_validation_set = false; + + char *output_dir = LIBPOSTAL_LANGUAGE_CLASSIFIER_DIR; + + for (int i = pos_args; i < argc; i++) { + char *arg = argv[i]; + + if (string_equals(arg, "--iterations")) { + kwarg = LANGUAGE_CLASSIFIER_TRAIN_ARG_ITERATIONS; + continue; + } + + if (string_equals(arg, "--opt")) { + kwarg = LANGUAGE_CLASSIFIER_TRAIN_ARG_OPTIMIZER; + continue; + } + + if (string_equals(arg, "--reg")) { + kwarg = LANGUAGE_CLASSIFIER_TRAIN_ARG_REGULARIZATION; + continue; + } + + if (string_equals(arg, "--minibatch-size")) { + kwarg = LANGUAGE_CLASSIFIER_TRAIN_ARG_MINIBATCH_SIZE; + continue; + } + + if (kwarg == LANGUAGE_CLASSIFIER_TRAIN_ARG_ITERATIONS) { + if (sscanf(arg, "%zd", &arg_iterations) != 1 || arg_iterations < 0) { + log_error("Bad arg for --iterations: %s\n", arg); + exit(EXIT_FAILURE); + } + num_epochs = (size_t)arg_iterations; + } else if (kwarg == LANGUAGE_CLASSIFIER_TRAIN_ARG_OPTIMIZER) { + if (string_equals(arg, "sgd")) { + optim_type = LOGISTIC_REGRESSION_OPTIMIZER_SGD; + } else if (string_equals(arg, "ftrl")) { + log_info("ftrl\n"); + optim_type = LOGISTIC_REGRESSION_OPTIMIZER_FTRL; + } else { + log_error("Bad arg for --opt: %s\n", arg); + exit(EXIT_FAILURE); + } + } else if (kwarg == LANGUAGE_CLASSIFIER_TRAIN_ARG_REGULARIZATION) { + if (string_equals(arg, "l2")) { + reg_type = REGULARIZATION_L2; + } else if (string_equals(arg, "l1")) { + reg_type = REGULARIZATION_L1; + } else { + log_error("Bad arg for --reg: %s\n", arg); + exit(EXIT_FAILURE); + } + } else if (kwarg == LANGUAGE_CLASSIFIER_TRAIN_ARG_MINIBATCH_SIZE) { + if (sscanf(arg, "%zd", &arg_minibatch_size) != 1 || arg_minibatch_size < 0) { + log_error("Bad arg for --batch: %s\n", arg); + exit(EXIT_FAILURE); + } + minibatch_size = (size_t)arg_minibatch_size; + } else if (position == 0) { + command = arg; + if (string_equals(command, "cv")) { + cross_validation_set = true; + } else if (!string_equals(command, "train")) { + printf(LANGUAGE_CLASSIFIER_TRAIN_USAGE); + exit(EXIT_FAILURE); + } + position++; + } else if (position == 1) { + filename = arg; + position++; + } else if (position == 2 && cross_validation_set) { + cv_filename = arg; + position++; + } else if (position == 2 && !cross_validation_set) { + output_dir = arg; + position++; + } else if (position == 3 && cross_validation_set) { + test_filename = arg; + position++; + } else if (position == 4 && cross_validation_set) { + output_dir = arg; + position++; + } + kwarg = LANGUAGE_CLASSIFIER_TRAIN_POSITIONAL_ARG; + } + + if ((command == NULL || filename == NULL) || (cross_validation_set && (cv_filename == NULL || test_filename == NULL))) { + printf(LANGUAGE_CLASSIFIER_TRAIN_USAGE); + exit(EXIT_FAILURE); + } + + #if !defined(HAVE_SHUF) && !defined(HAVE_GSHUF) + log_warn("shuf must be installed to train address parser effectively. If this is a production machine, please install shuf. No shuffling will be performed.\n"); + #endif + + if (!address_dictionary_module_setup(NULL)) { + log_error("Could not load address dictionaries\n"); + exit(EXIT_FAILURE); + } else if (!transliteration_module_setup(NULL)) { + log_error("Could not load transliteration module\n"); + exit(EXIT_FAILURE); + } + + char_array *temp_file = char_array_new(); + char_array_cat_printf(temp_file, "%s.tmp", filename); + + char *temp_filename = char_array_get_string(temp_file); + + char_array *head_command = char_array_new(); + + size_t subset_examples = LANGUAGE_CLASSIFIER_HYPERPARAMETER_BATCHES * LANGUAGE_CLASSIFIER_DEFAULT_BATCH_SIZE; + + char_array_cat_printf(head_command, "head -n %d %s > %s", subset_examples, filename, temp_filename); + int ret = system(char_array_get_string(head_command)); + + if (ret != 0) { + exit(EXIT_FAILURE); + } + + char_array *temp_cv_file = NULL; + if (!cross_validation_set) { + char_array_clear(head_command); + + temp_cv_file = char_array_new(); + char_array_cat_printf(temp_cv_file, "%s.cv.tmp", filename); + + char *temp_cv_filename = char_array_get_string(temp_cv_file); + + char_array_cat_printf(head_command, "head -n %d %s | tail -n %d > %s", subset_examples * 2, filename, subset_examples, temp_cv_filename); + int ret = system(char_array_get_string(head_command)); + + cv_filename = temp_cv_filename; + } + + if (ret != 0) { + exit(EXIT_FAILURE); + } + + char_array_destroy(head_command); + + language_classifier_t *language_classifier = NULL; + + if (optim_type == LOGISTIC_REGRESSION_OPTIMIZER_SGD) { + language_classifier = language_classifier_train_sgd(filename, temp_filename, cross_validation_set, cv_filename, test_filename, num_epochs, minibatch_size, reg_type); + } else if (optim_type == LOGISTIC_REGRESSION_OPTIMIZER_FTRL) { + language_classifier = language_classifier_train_ftrl(filename, temp_filename, cross_validation_set, cv_filename, test_filename, num_epochs, minibatch_size); + } + + remove(temp_filename); + char_array_destroy(temp_file); + if (temp_cv_file != NULL) { + char_array_destroy(temp_cv_file); + } + + log_info("Done with classifier\n"); + char_array *path = char_array_new_size(strlen(output_dir) + PATH_SEPARATOR_LEN + strlen(LANGUAGE_CLASSIFIER_FILENAME)); + + char *classifier_path; + if (language_classifier != NULL) { + char_array_cat_joined(path, PATH_SEPARATOR, true, 2, output_dir, LANGUAGE_CLASSIFIER_FILENAME); + classifier_path = char_array_get_string(path); + + language_classifier_save(language_classifier, classifier_path); + language_classifier_destroy(language_classifier); + } + + char_array_destroy(path); + + log_info("Success!\n"); + + address_dictionary_module_teardown(); + +} diff --git a/src/language_features.c b/src/language_features.c new file mode 100644 index 0000000..6d54b16 --- /dev/null +++ b/src/language_features.c @@ -0,0 +1,315 @@ +#include "language_features.h" +#include "language_classifier.h" +#include "address_dictionary.h" +#include "features.h" +#include "normalize.h" +#include "scanner.h" +#include "unicode_scripts.h" + +#define UNIGRAMS 1 +#define BIGRAMS 2 +#define QUADGRAMS 4 +#define OCTAGRAMS 8 + +#define LANGUAGE_CLASSIFIER_NORMALIZE_STRING_OPTIONS NORMALIZE_STRING_LOWERCASE | NORMALIZE_STRING_LATIN_ASCII | NORMALIZE_STRING_REPLACE_HYPHENS +#define LANGUAGE_CLASSIFIER_NORMALIZE_TOKEN_OPTIONS NORMALIZE_TOKEN_DELETE_FINAL_PERIOD | NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS | NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC + +inline char *language_classifier_normalize_string(char *str) { + return normalize_string_latin(str, strlen(str), LANGUAGE_CLASSIFIER_NORMALIZE_STRING_OPTIONS); +} + + +inline void language_classifier_normalize_token(char_array *array, char *str, token_t token) { + char_array_strip_nul_byte(array); + if (is_word_token(token.type)) { + add_normalized_token(array, str, token, LANGUAGE_CLASSIFIER_NORMALIZE_TOKEN_OPTIONS); + } else { + char_array_add(array, " "); + } +} + + +static inline void append_prefix(char_array *array, char *prefix) { + if (prefix != NULL) { + char_array_append(array, prefix); + char_array_append(array, NAMESPACE_SEPARATOR_CHAR); + } +} + +static inline void add_full_token_feature(khash_t(str_double) *features, char *prefix, char_array *feature_array, char *str, token_t token) { + if (features == NULL || feature_array == NULL) return; + + char_array_clear(feature_array); + append_prefix(feature_array, prefix); + + char_array_add_len(feature_array, str + token.offset, token.len); + + if (feature_array->n <= 1) return; + char *feature = char_array_get_string(feature_array); + log_debug("full token feature=%s\n", feature); + feature_counts_add(features, feature, 1.0); +} + + +static void add_ngram_features(khash_t(str_double) *features, char *prefix, char_array *feature_array, char *str, token_t token, size_t n) { + char *feature_namespace; + if (features == NULL || feature_array == NULL) return; + + if (n == 0 || !is_word_token(token.type)) return; + + size_t lengths[n]; + size_t num_chars = 0; + + size_t offset = token.offset; + + uint8_t *ptr = (uint8_t *)str + offset; + + int32_t ch; + + size_t idx = 0; + size_t len = token.len; + + size_t gram_len = 0; + size_t gram_offset = 0; + size_t consumed = 0; + + bool beginning = true; + + log_debug("len = %zu\n", len); + + while (idx < len) { + ssize_t char_len = utf8proc_iterate(ptr, len, &ch); + if (char_len <= 0 || ch == 0) break; + + // Not at min characters yet + if (num_chars < n) { + lengths[num_chars] = (size_t)char_len; + num_chars++; + gram_len += char_len; + } + + // We have a full gram of size n + if (num_chars == n) { + char_array_clear(feature_array); + append_prefix(feature_array, prefix); + + if (beginning) { + beginning = false; + } else { + char_array_append(feature_array, "_"); + gram_len -= lengths[0]; + gram_offset += lengths[0]; + gram_len += char_len; + + for (size_t i = 1; i < n; i++) { + lengths[i - 1] = lengths[i]; + } + lengths[n - 1] = (size_t)char_len; + } + + char_array_append_len(feature_array, str + offset + gram_offset, gram_len); + + if (idx + char_len < len) { + char_array_append(feature_array, "_"); + } + + char_array_terminate(feature_array); + if (feature_array->n <= 1) continue; + char *feature = char_array_get_string(feature_array); + log_debug("feature=%s\n", feature); + + feature_counts_add(features, feature, 1.0); + } + + idx += char_len; + ptr += char_len; + consumed += char_len; + } + + if (num_chars < n) { + add_full_token_feature(features, prefix, feature_array, str, token); + } + +} + +static void add_phrase_feature(khash_t(str_double) *features, char *prefix, char_array *feature_array, char *str, phrase_t phrase, token_array *tokens) { + if (features == NULL || feature_array == NULL || tokens == NULL || tokens->n == 0) return; + char_array_clear(feature_array); + append_prefix(feature_array, prefix); + + token_t token; + for (size_t i = phrase.start; i < phrase.start + phrase.len; i++) { + token = tokens->a[i]; + char_array_append_len(feature_array, str + token.offset, token.len); + if (i < phrase.start + phrase.len - 1 && !is_ideographic(token.type)) { + char_array_append(feature_array, " "); + } + } + + char_array_terminate(feature_array); + if (feature_array->n <= 1) return; + char *feature = char_array_get_string(feature_array); + feature_counts_add(features, feature, 1.0); +} + + +static void add_prefix_phrase_feature(khash_t(str_double) *features, char *prefix, char_array *feature_array, char *str, phrase_t phrase, token_t token) { + if (features == NULL || feature_array == NULL || phrase.len == 0 || phrase.len >= token.len) return; + char_array_clear(feature_array); + + append_prefix(feature_array, prefix); + + char_array_append(feature_array, "pfx="); + + char_array_add_len(feature_array, str + token.offset, phrase.len); + + if (feature_array->n <= 1) return; + char *feature = char_array_get_string(feature_array); + feature_counts_add(features, feature, 1.0); + +} + + +static void add_suffix_phrase_feature(khash_t(str_double) *features, char *prefix, char_array *feature_array, char *str, phrase_t phrase, token_t token) { + if (features == NULL || feature_array == NULL || phrase.len == 0 || phrase.len >= token.len) return; + char_array_clear(feature_array); + + append_prefix(feature_array, prefix); + + char_array_append(feature_array, "sfx="); + + char_array_add_len(feature_array, str + token.offset + token.len - phrase.len, phrase.len); + + if (feature_array->n <= 1) return; + char *feature = char_array_get_string(feature_array); + feature_counts_add(features, feature, 1.0); + +} + + +static void add_token_features(khash_t(str_double) *features, char *prefix, char_array *feature_array, char *str, token_t token) { + // Non-words don't convey any language information + // TODO: ordinal number suffixes may be worth investigating + if (!is_word_token(token.type)) { + return; + } + + phrase_t prefix_phrase = search_address_dictionaries_prefix(str + token.offset, token.len, NULL); + if (prefix_phrase.len > 0 && prefix_phrase.len < token.len) { + add_prefix_phrase_feature(features, prefix, feature_array, str, prefix_phrase, token); + } + + phrase_t suffix_phrase = search_address_dictionaries_suffix(str + token.offset, token.len, NULL); + if (suffix_phrase.len > 0 && suffix_phrase.len < token.len) { + add_suffix_phrase_feature(features, prefix, feature_array, str, suffix_phrase, token); + } + + if (!is_ideographic(token.type)) { + // Add quadgram features + add_ngram_features(features, prefix, feature_array, str, token, QUADGRAMS); + } else { + // For ideographic scripts, use single ideograms + add_full_token_feature(features, prefix, feature_array, str, token); + } +} + +static void add_script_feature(khash_t(str_double) *features, char *prefix, char_array *feature_array, script_t script) { + char_array_clear(feature_array); + char_array_append(feature_array, "sc="); + char_array_cat_printf(feature_array, "%d", script); + char *feature = char_array_get_string(feature_array); + feature_counts_add(features, feature, 1.0); +} + + +khash_t(str_double) *extract_language_features(char *str, char *country, token_array *tokens, char_array *feature_array) { + if (str == NULL || tokens == NULL || feature_array == NULL) return NULL; + + char *feature; + + char *prefix = country; + + size_t consumed = 0; + size_t len = strlen(str); + if (len == 0) return NULL; + + char_array *normalized = char_array_new_size(len); + if (normalized == NULL) { + return NULL; + } + + khash_t(str_double) *features = kh_init(str_double); + if (features == NULL) { + char_array_destroy(normalized); + return NULL; + } + + while (consumed < len) { + string_script_t str_script = get_string_script(str, len - consumed); + log_debug("str=%s, len=%zu, consumed=%zu, script_len=%zu\n", str, strlen(str), consumed, str_script.len); + + script_languages_t script_langs = get_script_languages(str_script.script); + + if (script_langs.num_languages > 1) { + token_array_clear(tokens); + bool keep_whitespace = true; + tokenize_add_tokens(tokens, (const char *)str, str_script.len, keep_whitespace); + + size_t num_tokens = tokens->n; + token_t token; + + char_array_clear(normalized); + + for (size_t i = 0; i < num_tokens; i++) { + token = tokens->a[i]; + language_classifier_normalize_token(normalized, str, token); + } + char_array_terminate(normalized); + + char *normalized_str = char_array_get_string(normalized); + token_array_clear(tokens); + keep_whitespace = false; + tokenize_add_tokens(tokens, (const char *)normalized_str, strlen(normalized_str), keep_whitespace); + + token_t prev_token; + char *phrase = NULL; + + // Search address dictionaries for any language + phrase_array *phrases = search_address_dictionaries_tokens(normalized_str, tokens, NULL); + log_debug("normalized_str=%s\n", normalized_str); + + size_t i, j; + + if (phrases != NULL) { + for (i = 0; i < phrases->n; i++) { + phrase_t phrase = phrases->a[i]; + log_debug("phrase (%d, %d)\n", phrase.start, phrase.len); + add_phrase_feature(features, prefix, feature_array, normalized_str, phrase, tokens); + } + + phrase_array_destroy(phrases); + } + + for (j = 0; j < tokens->n; j++) { + token = tokens->a[j]; + + add_token_features(features, prefix, feature_array, normalized_str, token); + } + + if (str_script.script != SCRIPT_LATIN) { + add_script_feature(features, prefix, feature_array, str_script.script); + log_debug("script feature=%s\n", feature); + } + + } else if (str_script.script != SCRIPT_UNKNOWN && str_script.script != SCRIPT_COMMON && script_langs.num_languages > 0) { + add_script_feature(features, prefix, feature_array, str_script.script); + } + + consumed += str_script.len; + str += str_script.len; + } + + char_array_destroy(normalized); + + return features; +} diff --git a/src/language_features.h b/src/language_features.h new file mode 100644 index 0000000..b12bf3a --- /dev/null +++ b/src/language_features.h @@ -0,0 +1,16 @@ +#ifndef LANGUAGE_FEATURES_H +#define LANGUAGE_FEATURES_H + +#include + +#include "collections.h" +#include "string_utils.h" +#include "tokens.h" + + +char *language_classifier_normalize_string(char *str); +void language_classifier_normalize_token(char_array *array, char *str, token_t token); + +khash_t(str_double) *extract_language_features(char *str, char *country, token_array *tokens, char_array *feature_array); + +#endif \ No newline at end of file diff --git a/src/libpostal.c b/src/libpostal.c new file mode 100644 index 0000000..e0234c3 --- /dev/null +++ b/src/libpostal.c @@ -0,0 +1,476 @@ +#include + +#include "libpostal.h" + +#include "klib/khash.h" +#include "klib/ksort.h" +#include "log/log.h" + +#include "address_dictionary.h" +#include "address_parser.h" +#include "dedupe.h" +#include "expand.h" + +#include "language_classifier.h" +#include "near_dupe.h" +#include "normalize.h" +#include "place.h" +#include "scanner.h" +#include "string_utils.h" +#include "token_types.h" + +static libpostal_normalize_options_t LIBPOSTAL_DEFAULT_OPTIONS = { + .languages = NULL, + .num_languages = 0, + .address_components = LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_HOUSE_NUMBER | LIBPOSTAL_ADDRESS_STREET | LIBPOSTAL_ADDRESS_PO_BOX | LIBPOSTAL_ADDRESS_UNIT | LIBPOSTAL_ADDRESS_LEVEL | LIBPOSTAL_ADDRESS_ENTRANCE | LIBPOSTAL_ADDRESS_STAIRCASE | LIBPOSTAL_ADDRESS_POSTAL_CODE, + .latin_ascii = true, + .transliterate = true, + .strip_accents = true, + .decompose = true, + .lowercase = true, + .trim_string = true, + .drop_parentheticals = true, + .replace_numeric_hyphens = false, + .delete_numeric_hyphens = false, + .split_alpha_from_numeric = true, + .replace_word_hyphens = true, + .delete_word_hyphens = true, + .delete_final_periods = true, + .delete_acronym_periods = true, + .drop_english_possessives = true, + .delete_apostrophes = true, + .expand_numex = true, + .roman_numerals = true +}; + +libpostal_normalize_options_t libpostal_get_default_options(void) { + return LIBPOSTAL_DEFAULT_OPTIONS; +} + +char **libpostal_expand_address(char *input, libpostal_normalize_options_t options, size_t *n) { + cstring_array *strings = expand_address(input, options, n); + if (strings == NULL) return NULL; + return cstring_array_to_strings(strings); +} + +char **libpostal_expand_address_root(char *input, libpostal_normalize_options_t options, size_t *n) { + cstring_array *strings = expand_address_root(input, options, n); + if (strings == NULL) return NULL; + return cstring_array_to_strings(strings); +} + +void libpostal_expansion_array_destroy(char **expansions, size_t n) { + expansion_array_destroy(expansions, n); +} + +#define DEFAULT_NEAR_DUPE_GEOHASH_PRECISION 6 + +static libpostal_near_dupe_hash_options_t LIBPOSTAL_NEAR_DUPE_HASH_DEFAULT_OPTIONS = { + .with_name = true, + .with_address = true, + .with_unit = false, + .with_city_or_equivalent = true, + .with_small_containing_boundaries = true, + .with_postal_code = true, + .with_latlon = false, + .latitude = 0.0, + .longitude = 0.0, + .geohash_precision = DEFAULT_NEAR_DUPE_GEOHASH_PRECISION, + .name_and_address_keys = true, + .name_only_keys = false, + .address_only_keys = false +}; + +libpostal_near_dupe_hash_options_t libpostal_get_near_dupe_hash_default_options(void) { + return LIBPOSTAL_NEAR_DUPE_HASH_DEFAULT_OPTIONS; +} + +char **libpostal_near_dupe_name_hashes(char *name, libpostal_normalize_options_t normalize_options, size_t *num_hashes) { + cstring_array *strings = name_word_hashes(name, normalize_options); + if (strings == NULL) { + *num_hashes = 0; + return NULL; + } + *num_hashes = cstring_array_num_strings(strings); + return cstring_array_to_strings(strings); +} + + +char **libpostal_near_dupe_hashes(size_t num_components, char **labels, char **values, libpostal_near_dupe_hash_options_t options, size_t *num_hashes) { + cstring_array *strings = near_dupe_hashes(num_components, labels, values, options); + if (strings == NULL) { + *num_hashes = 0; + return NULL; + } + *num_hashes = cstring_array_num_strings(strings); + return cstring_array_to_strings(strings); +} + + +char **libpostal_near_dupe_hashes_languages(size_t num_components, char **labels, char **values, libpostal_near_dupe_hash_options_t options, size_t num_languages, char **languages, size_t *num_hashes) { + cstring_array *strings = near_dupe_hashes_languages(num_components, labels, values, options, num_languages, languages); + if (strings == NULL) { + *num_hashes = 0; + return NULL; + } + *num_hashes = cstring_array_num_strings(strings); + return cstring_array_to_strings(strings); +} + + +char **libpostal_place_languages(size_t num_components, char **labels, char **values, size_t *num_languages) { + libpostal_language_classifier_response_t *lang_response = place_languages(num_components, labels, values); + if (lang_response == NULL) { + *num_languages = 0; + return NULL; + } + + char **languages = lang_response->languages; + lang_response->languages = NULL; + *num_languages = lang_response->num_languages; + lang_response->num_languages = 0; + + language_classifier_response_destroy(lang_response); + return languages; +} + +static libpostal_duplicate_options_t LIBPOSTAL_DUPLICATE_DEFAULT_OPTIONS = { + .num_languages = 0, + .languages = NULL +}; + +libpostal_duplicate_options_t libpostal_get_default_duplicate_options(void) { + return LIBPOSTAL_DUPLICATE_DEFAULT_OPTIONS; +} + +libpostal_duplicate_options_t libpostal_get_duplicate_options_with_languages(size_t num_languages, char **languages) { + libpostal_duplicate_options_t options = LIBPOSTAL_DUPLICATE_DEFAULT_OPTIONS; + options.num_languages = num_languages; + options.languages = languages; + return options; +} + +libpostal_duplicate_status_t libpostal_is_name_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + return is_name_duplicate(value1, value2, options); +} + +libpostal_duplicate_status_t libpostal_is_street_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + return is_street_duplicate(value1, value2, options); +} + +libpostal_duplicate_status_t libpostal_is_house_number_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + return is_house_number_duplicate(value1, value2, options); +} + +libpostal_duplicate_status_t libpostal_is_po_box_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + return is_po_box_duplicate(value1, value2, options); +} + +libpostal_duplicate_status_t libpostal_is_unit_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + return is_unit_duplicate(value1, value2, options); +} + +libpostal_duplicate_status_t libpostal_is_floor_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + return is_floor_duplicate(value1, value2, options); +} + +libpostal_duplicate_status_t libpostal_is_postal_code_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options) { + return is_postal_code_duplicate(value1, value2, options); +} + +libpostal_duplicate_status_t libpostal_is_toponym_duplicate(size_t num_components1, char **labels1, char **values1, size_t num_components2, char **labels2, char **values2, libpostal_duplicate_options_t options) { + return is_toponym_duplicate(num_components1, labels1, values1, num_components2, labels2, values2, options); +} + +#define DEFAULT_FUZZY_DUPLICATE_NEEDS_REVIEW_THRESHOLD 0.7 +#define DEFAULT_FUZZY_DUPLICATE_LIKELY_DUPE_THRESHOLD 0.9 + +static libpostal_fuzzy_duplicate_options_t DEFAULT_FUZZY_DUPLICATE_OPTIONS = { + .num_languages = 0, + .languages = NULL, + .needs_review_threshold = DEFAULT_FUZZY_DUPLICATE_NEEDS_REVIEW_THRESHOLD, + .likely_dupe_threshold = DEFAULT_FUZZY_DUPLICATE_LIKELY_DUPE_THRESHOLD +}; + + +libpostal_fuzzy_duplicate_options_t libpostal_get_default_fuzzy_duplicate_options(void) { + return DEFAULT_FUZZY_DUPLICATE_OPTIONS; +} + +libpostal_fuzzy_duplicate_options_t libpostal_get_default_fuzzy_duplicate_options_with_languages(size_t num_languages, char **languages) { + libpostal_fuzzy_duplicate_options_t options = DEFAULT_FUZZY_DUPLICATE_OPTIONS; + options.num_languages = num_languages; + options.languages = languages; + return options; +} + + +libpostal_fuzzy_duplicate_status_t libpostal_is_name_duplicate_fuzzy(size_t num_tokens1, char **tokens1, double *token_scores1, size_t num_tokens2, char **tokens2, double *token_scores2, libpostal_fuzzy_duplicate_options_t options) { + return is_name_duplicate_fuzzy(num_tokens1, tokens1, token_scores1, num_tokens2, tokens2, token_scores2, options); +} + +libpostal_fuzzy_duplicate_status_t libpostal_is_street_duplicate_fuzzy(size_t num_tokens1, char **tokens1, double *token_scores1, size_t num_tokens2, char **tokens2, double *token_scores2, libpostal_fuzzy_duplicate_options_t options) { + return is_street_duplicate_fuzzy(num_tokens1, tokens1, token_scores1, num_tokens2, tokens2, token_scores2, options); +} + +libpostal_language_classifier_response_t *libpostal_classify_language(char *address) { + libpostal_language_classifier_response_t *response = classify_languages(address); + + if (response == NULL) { + log_error("Language classification returned NULL\n"); + return NULL; + } + + return response; +} + +void libpostal_language_classifier_response_destroy(libpostal_language_classifier_response_t *self) { + if (self == NULL) return; + if (self->languages != NULL) { + free(self->languages); + } + + if (self->probs) { + free(self->probs); + } + + free(self); +} + + +void libpostal_address_parser_response_destroy(libpostal_address_parser_response_t *self) { + if (self == NULL) return; + + for (size_t i = 0; i < self->num_components; i++) { + if (self->components != NULL) { + free(self->components[i]); + } + + if (self->labels != NULL) { + free(self->labels[i]); + } + } + + if (self->components != NULL) { + free(self->components); + } + + if (self->labels != NULL) { + free(self->labels); + } + + free(self); +} + +static libpostal_address_parser_options_t LIBPOSTAL_ADDRESS_PARSER_DEFAULT_OPTIONS = { + .language = NULL, + .country = NULL +}; + +inline libpostal_address_parser_options_t libpostal_get_address_parser_default_options(void) { + return LIBPOSTAL_ADDRESS_PARSER_DEFAULT_OPTIONS; +} + +libpostal_address_parser_response_t *libpostal_parse_address(char *address, libpostal_address_parser_options_t options) { + libpostal_address_parser_response_t *parsed = address_parser_parse(address, options.language, options.country); + + if (parsed == NULL) { + log_error("Parser returned NULL\n"); + return NULL; + } + + return parsed; +} + +bool libpostal_parser_print_features(bool print_features) { + return address_parser_print_features(print_features); +} + +bool libpostal_setup_datadir(char *datadir) { + char *transliteration_path = NULL; + char *numex_path = NULL; + char *address_dictionary_path = NULL; + + if (datadir != NULL) { + transliteration_path = path_join(3, datadir, LIBPOSTAL_TRANSLITERATION_SUBDIR, TRANSLITERATION_DATA_FILE); + numex_path = path_join(3, datadir, LIBPOSTAL_NUMEX_SUBDIR, NUMEX_DATA_FILE); + address_dictionary_path = path_join(3, datadir, LIBPOSTAL_ADDRESS_EXPANSIONS_SUBDIR, ADDRESS_DICTIONARY_DATA_FILE); + } + + bool setup_succeed = true; + + if (!transliteration_module_setup(transliteration_path)) { + log_error("Error loading transliteration module, dir=%s\n", transliteration_path); + setup_succeed = false; + } + + if (setup_succeed && !numex_module_setup(numex_path)) { + log_error("Error loading numex module, dir=%s\n", numex_path); + setup_succeed = false; + } + + if (setup_succeed && !address_dictionary_module_setup(address_dictionary_path)) { + log_error("Error loading dictionary module, dir=%s\n", address_dictionary_path); + setup_succeed = false; + } + + if (transliteration_path != NULL) { + free(transliteration_path); + } + + if (numex_path != NULL) { + free(numex_path); + } + + if (address_dictionary_path != NULL) { + free(address_dictionary_path); + } + + return setup_succeed; +} + +bool libpostal_setup(void) { + return libpostal_setup_datadir(NULL); +} + +bool libpostal_setup_language_classifier_datadir(char *datadir) { + char *language_classifier_dir = NULL; + + if (datadir != NULL) { + language_classifier_dir = path_join(2, datadir, LIBPOSTAL_LANGUAGE_CLASSIFIER_SUBDIR); + } + + if (!language_classifier_module_setup(language_classifier_dir)) { + log_error("Error loading language classifier, dir=%s\n", language_classifier_dir); + return false; + } + + if (language_classifier_dir != NULL) { + free(language_classifier_dir); + } + + return true; +} + + +libpostal_token_t *libpostal_tokenize(char *input, bool whitespace, size_t *n) { + token_array *tokens = NULL; + if (!whitespace) { + tokens = tokenize(input); + } else { + tokens = tokenize_keep_whitespace(input); + } + + if (tokens == NULL) { + return NULL; + } + + libpostal_token_t *a = tokens->a; + *n = tokens->n; + free(tokens); + return a; +} + + +char *libpostal_normalize_string_languages(char *str, uint64_t options, size_t num_languages, char **languages) { + if (options & LIBPOSTAL_NORMALIZE_STRING_LATIN_ASCII) { + return normalize_string_latin_languages(str, strlen(str), options, num_languages, languages); + } else { + return normalize_string_utf8_languages(str, options, num_languages, languages); + } +} + +inline char *libpostal_normalize_string(char *str, uint64_t options) { + return libpostal_normalize_string_languages(str, options, 0, NULL); +} + +libpostal_normalized_token_t *libpostal_normalized_tokens_languages(char *input, uint64_t string_options, uint64_t token_options, bool whitespace, size_t num_languages, char **languages, size_t *n) { + if (input == NULL) { + return NULL; + } + char *normalized = libpostal_normalize_string_languages(input, string_options, num_languages, languages); + if (normalized == NULL) { + return NULL; + } + + token_array *tokens = NULL; + if (!whitespace) { + tokens = tokenize(normalized); + } else { + tokens = tokenize_keep_whitespace(normalized); + } + + if (tokens == NULL || tokens->a == NULL) { + free(normalized); + return NULL; + } + + size_t num_tokens = tokens->n; + token_t *token_array = tokens->a; + char_array *normalized_token = char_array_new_size(strlen(normalized)); + + libpostal_normalized_token_t *result = malloc(sizeof(libpostal_normalized_token_t) * num_tokens); + + for (size_t i = 0; i < num_tokens; i++) { + token_t token = token_array[i]; + char_array_clear(normalized_token); + add_normalized_token(normalized_token, normalized, token, token_options); + char *token_str = strdup(char_array_get_string(normalized_token)); + result[i] = (libpostal_normalized_token_t){token_str, token}; + } + + free(normalized); + token_array_destroy(tokens); + char_array_destroy(normalized_token); + + *n = num_tokens; + return result; +} + +inline libpostal_normalized_token_t *libpostal_normalized_tokens(char *input, uint64_t string_options, uint64_t token_options, bool whitespace, size_t *n) { + return libpostal_normalized_tokens_languages(input, string_options, token_options, whitespace, 0, NULL, n); +} + + +bool libpostal_setup_language_classifier(void) { + return libpostal_setup_language_classifier_datadir(NULL); +} + +bool libpostal_setup_parser_datadir(char *datadir) { + char *parser_dir = NULL; + + if (datadir != NULL) { + parser_dir = path_join(2, datadir, LIBPOSTAL_ADDRESS_PARSER_SUBDIR); + } + + if (!address_parser_module_setup(parser_dir)) { + log_error("Error loading address parser module, dir=%s\n", parser_dir); + return false; + } + + if (parser_dir != NULL) { + free(parser_dir); + } + + return true; +} + +bool libpostal_setup_parser(void) { + return libpostal_setup_parser_datadir(NULL); +} + +void libpostal_teardown(void) { + transliteration_module_teardown(); + + numex_module_teardown(); + + address_dictionary_module_teardown(); +} + +void libpostal_teardown_language_classifier(void) { + language_classifier_module_teardown(); +} + +void libpostal_teardown_parser(void) { + address_parser_module_teardown(); +} diff --git a/src/libpostal.h b/src/libpostal.h new file mode 100644 index 0000000..42a13e3 --- /dev/null +++ b/src/libpostal.h @@ -0,0 +1,337 @@ +#ifndef LIBPOSTAL_H +#define LIBPOSTAL_H + +#ifdef __cplusplus +extern "C" { +#endif + +#include +#include +#include +#include + +#ifdef _WIN32 +#ifdef LIBPOSTAL_EXPORTS +#define LIBPOSTAL_EXPORT __declspec(dllexport) +#else +#define LIBPOSTAL_EXPORT __declspec(dllimport) +#endif +#elif __GNUC__ >= 4 +#define LIBPOSTAL_EXPORT __attribute__ ((visibility("default"))) +#else +#define LIBPOSTAL_EXPORT +#endif + +#define LIBPOSTAL_MAX_LANGUAGE_LEN 4 + +// Doing these as #defines so we can duplicate the values exactly in Python + + +typedef enum { + LIBPOSTAL_TOKEN_TYPE_END = 0, // Null byte + // Word types + LIBPOSTAL_TOKEN_TYPE_WORD = 1, // Any letter-only word (includes all unicode letters) + LIBPOSTAL_TOKEN_TYPE_ABBREVIATION = 2, // Loose abbreviations (roughly anything containing a "." as we don't care about sentences in addresses) + LIBPOSTAL_TOKEN_TYPE_IDEOGRAPHIC_CHAR = 3, // For languages that don't separate on whitespace (e.g. Chinese, Japanese, Korean), separate by character + LIBPOSTAL_TOKEN_TYPE_HANGUL_SYLLABLE = 4, // Hangul syllable sequences which contain more than one codepoint + LIBPOSTAL_TOKEN_TYPE_ACRONYM = 5, // Specifically things like U.N. where we may delete internal periods + + LIBPOSTAL_TOKEN_TYPE_PHRASE = 10, // Not part of the first stage tokenizer, but may be used after phrase parsing + + // Special tokens + LIBPOSTAL_TOKEN_TYPE_EMAIL = 20, // Make sure emails are tokenized altogether + LIBPOSTAL_TOKEN_TYPE_URL = 21, // Make sure urls are tokenized altogether + LIBPOSTAL_TOKEN_TYPE_US_PHONE = 22, // US phone number (with or without country code) + LIBPOSTAL_TOKEN_TYPE_INTL_PHONE = 23, // A non-US phone number (must have country code) + + // Numbers and numeric types + LIBPOSTAL_TOKEN_TYPE_NUMERIC = 50, // Any sequence containing a digit + LIBPOSTAL_TOKEN_TYPE_ORDINAL = 51, // 1st, 2nd, 1er, 1 etc. + LIBPOSTAL_TOKEN_TYPE_ROMAN_NUMERAL = 52, // II, III, VI, etc. + LIBPOSTAL_TOKEN_TYPE_IDEOGRAPHIC_NUMBER = 53, // All numeric ideographic characters, includes e.g. Han numbers and chars like "²" + + // Punctuation types, may separate a phrase + LIBPOSTAL_TOKEN_TYPE_PERIOD = 100, + LIBPOSTAL_TOKEN_TYPE_EXCLAMATION = 101, + LIBPOSTAL_TOKEN_TYPE_QUESTION_MARK = 102, + LIBPOSTAL_TOKEN_TYPE_COMMA = 103, + LIBPOSTAL_TOKEN_TYPE_COLON = 104, + LIBPOSTAL_TOKEN_TYPE_SEMICOLON = 105, + LIBPOSTAL_TOKEN_TYPE_PLUS = 106, + LIBPOSTAL_TOKEN_TYPE_AMPERSAND = 107, + LIBPOSTAL_TOKEN_TYPE_AT_SIGN = 108, + LIBPOSTAL_TOKEN_TYPE_POUND = 109, + LIBPOSTAL_TOKEN_TYPE_ELLIPSIS = 110, + LIBPOSTAL_TOKEN_TYPE_DASH = 111, + LIBPOSTAL_TOKEN_TYPE_BREAKING_DASH = 112, + LIBPOSTAL_TOKEN_TYPE_HYPHEN = 113, + LIBPOSTAL_TOKEN_TYPE_PUNCT_OPEN = 114, + LIBPOSTAL_TOKEN_TYPE_PUNCT_CLOSE = 115, + LIBPOSTAL_TOKEN_TYPE_DOUBLE_QUOTE = 119, + LIBPOSTAL_TOKEN_TYPE_SINGLE_QUOTE = 120, + LIBPOSTAL_TOKEN_TYPE_OPEN_QUOTE = 121, + LIBPOSTAL_TOKEN_TYPE_CLOSE_QUOTE = 122, + LIBPOSTAL_TOKEN_TYPE_SLASH = 124, + LIBPOSTAL_TOKEN_TYPE_BACKSLASH = 125, + LIBPOSTAL_TOKEN_TYPE_GREATER_THAN = 126, + LIBPOSTAL_TOKEN_TYPE_LESS_THAN = 127, + + // Non-letters and whitespace + LIBPOSTAL_TOKEN_TYPE_OTHER = 200, + LIBPOSTAL_TOKEN_TYPE_WHITESPACE = 300, + LIBPOSTAL_TOKEN_TYPE_NEWLINE = 301, + + LIBPOSTAL_TOKEN_TYPE_INVALID_CHAR = 500 +} libpostal_token_type_t; + + +/* +Address dictionaries +*/ +// Bit set, should be able to keep it at a short (uint16_t) +#define LIBPOSTAL_ADDRESS_NONE 0 +#define LIBPOSTAL_ADDRESS_ANY (1 << 0) +#define LIBPOSTAL_ADDRESS_NAME (1 << 1) +#define LIBPOSTAL_ADDRESS_HOUSE_NUMBER (1 << 2) +#define LIBPOSTAL_ADDRESS_STREET (1 << 3) +#define LIBPOSTAL_ADDRESS_UNIT (1 << 4) +#define LIBPOSTAL_ADDRESS_LEVEL (1 << 5) +#define LIBPOSTAL_ADDRESS_STAIRCASE (1 << 6) +#define LIBPOSTAL_ADDRESS_ENTRANCE (1 << 7) + +#define LIBPOSTAL_ADDRESS_CATEGORY (1 << 8) +#define LIBPOSTAL_ADDRESS_NEAR (1 << 9) + +#define LIBPOSTAL_ADDRESS_TOPONYM (1 << 13) +#define LIBPOSTAL_ADDRESS_POSTAL_CODE (1 << 14) +#define LIBPOSTAL_ADDRESS_PO_BOX (1 << 15) +#define LIBPOSTAL_ADDRESS_ALL ((1 << 16) - 1) + +typedef struct libpostal_normalize_options { + // List of language codes + char **languages; + size_t num_languages; + uint16_t address_components; + + // String options + bool latin_ascii; + bool transliterate; + bool strip_accents; + bool decompose; + bool lowercase; + bool trim_string; + bool drop_parentheticals; + bool replace_numeric_hyphens; + bool delete_numeric_hyphens; + bool split_alpha_from_numeric; + bool replace_word_hyphens; + bool delete_word_hyphens; + bool delete_final_periods; + bool delete_acronym_periods; + bool drop_english_possessives; + bool delete_apostrophes; + bool expand_numex; + bool roman_numerals; + +} libpostal_normalize_options_t; + +LIBPOSTAL_EXPORT libpostal_normalize_options_t libpostal_get_default_options(void); + +LIBPOSTAL_EXPORT char **libpostal_expand_address(char *input, libpostal_normalize_options_t options, size_t *n); +LIBPOSTAL_EXPORT char **libpostal_expand_address_root(char *input, libpostal_normalize_options_t options, size_t *n); + +LIBPOSTAL_EXPORT void libpostal_expansion_array_destroy(char **expansions, size_t n); + +/* +Address parser +*/ + +typedef struct libpostal_address_parser_response { + size_t num_components; + char **components; + char **labels; +} libpostal_address_parser_response_t; + +typedef libpostal_address_parser_response_t libpostal_parsed_address_components_t; + +typedef struct libpostal_address_parser_options { + char *language; + char *country; +} libpostal_address_parser_options_t; + +LIBPOSTAL_EXPORT void libpostal_address_parser_response_destroy(libpostal_address_parser_response_t *self); + +LIBPOSTAL_EXPORT libpostal_address_parser_options_t libpostal_get_address_parser_default_options(void); + +LIBPOSTAL_EXPORT libpostal_address_parser_response_t *libpostal_parse_address(char *address, libpostal_address_parser_options_t options); + +LIBPOSTAL_EXPORT bool libpostal_parser_print_features(bool print_features); + +/* +Language classification +*/ + +typedef struct libpostal_language_classifier_response { + size_t num_languages; + char **languages; + double *probs; +} libpostal_language_classifier_response_t; + +LIBPOSTAL_EXPORT libpostal_language_classifier_response_t *libpostal_classify_language(char *address); + +LIBPOSTAL_EXPORT void libpostal_language_classifier_response_destroy(libpostal_language_classifier_response_t *self); + +/* +Deduping +*/ + + +// Near-dupe hashing methods + +typedef struct libpostal_near_dupe_hash_options { + bool with_name; + bool with_address; + bool with_unit; + bool with_city_or_equivalent; + bool with_small_containing_boundaries; + bool with_postal_code; + bool with_latlon; + double latitude; + double longitude; + uint32_t geohash_precision; + bool name_and_address_keys; + bool name_only_keys; + bool address_only_keys; +} libpostal_near_dupe_hash_options_t; + +LIBPOSTAL_EXPORT libpostal_near_dupe_hash_options_t libpostal_get_near_dupe_hash_default_options(void); +LIBPOSTAL_EXPORT char **libpostal_near_dupe_name_hashes(char *name, libpostal_normalize_options_t normalize_options, size_t *num_hashes); +LIBPOSTAL_EXPORT char **libpostal_near_dupe_hashes(size_t num_components, char **labels, char **values, libpostal_near_dupe_hash_options_t options, size_t *num_hashes); +LIBPOSTAL_EXPORT char **libpostal_near_dupe_hashes_languages(size_t num_components, char **labels, char **values, libpostal_near_dupe_hash_options_t options, size_t num_languages, char **languages, size_t *num_hashes); + +// Dupe language classification + +LIBPOSTAL_EXPORT char **libpostal_place_languages(size_t num_components, char **labels, char **values, size_t *num_languages); + +// Pairwise dupe methods + +typedef enum { + LIBPOSTAL_NULL_DUPLICATE_STATUS = -1, + LIBPOSTAL_NON_DUPLICATE = 0, + LIBPOSTAL_POSSIBLE_DUPLICATE_NEEDS_REVIEW = 3, + LIBPOSTAL_LIKELY_DUPLICATE = 6, + LIBPOSTAL_EXACT_DUPLICATE = 9, +} libpostal_duplicate_status_t; + +typedef struct libpostal_duplicate_options { + size_t num_languages; + char **languages; +} libpostal_duplicate_options_t; + + +LIBPOSTAL_EXPORT libpostal_duplicate_options_t libpostal_get_default_duplicate_options(void); +LIBPOSTAL_EXPORT libpostal_duplicate_options_t libpostal_get_duplicate_options_with_languages(size_t num_languages, char **languages); + +LIBPOSTAL_EXPORT libpostal_duplicate_status_t libpostal_is_name_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +LIBPOSTAL_EXPORT libpostal_duplicate_status_t libpostal_is_street_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +LIBPOSTAL_EXPORT libpostal_duplicate_status_t libpostal_is_house_number_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +LIBPOSTAL_EXPORT libpostal_duplicate_status_t libpostal_is_po_box_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +LIBPOSTAL_EXPORT libpostal_duplicate_status_t libpostal_is_unit_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +LIBPOSTAL_EXPORT libpostal_duplicate_status_t libpostal_is_floor_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +LIBPOSTAL_EXPORT libpostal_duplicate_status_t libpostal_is_postal_code_duplicate(char *value1, char *value2, libpostal_duplicate_options_t options); +LIBPOSTAL_EXPORT libpostal_duplicate_status_t libpostal_is_toponym_duplicate(size_t num_components1, char **labels1, char **values1, size_t num_components2, char **labels2, char **values2, libpostal_duplicate_options_t options); + +// Pairwise fuzzy dupe methods, return status & similarity + +typedef struct libpostal_fuzzy_duplicate_options { + size_t num_languages; + char **languages; + double needs_review_threshold; + double likely_dupe_threshold; +} libpostal_fuzzy_duplicate_options_t; + +typedef struct libpostal_fuzzy_duplicate_status { + libpostal_duplicate_status_t status; + double similarity; +} libpostal_fuzzy_duplicate_status_t; + +LIBPOSTAL_EXPORT libpostal_fuzzy_duplicate_options_t libpostal_get_default_fuzzy_duplicate_options(void); +LIBPOSTAL_EXPORT libpostal_fuzzy_duplicate_options_t libpostal_get_default_fuzzy_duplicate_options_with_languages(size_t num_languages, char **languages); + +LIBPOSTAL_EXPORT libpostal_fuzzy_duplicate_status_t libpostal_is_name_duplicate_fuzzy(size_t num_tokens1, char **tokens1, double *token_scores1, size_t num_tokens2, char **tokens2, double *token_scores2, libpostal_fuzzy_duplicate_options_t options); +LIBPOSTAL_EXPORT libpostal_fuzzy_duplicate_status_t libpostal_is_street_duplicate_fuzzy(size_t num_tokens1, char **tokens1, double *token_scores1, size_t num_tokens2, char **tokens2, double *token_scores2, libpostal_fuzzy_duplicate_options_t options); + +// Setup/teardown methods + +LIBPOSTAL_EXPORT bool libpostal_setup(void); +LIBPOSTAL_EXPORT bool libpostal_setup_datadir(char *datadir); +LIBPOSTAL_EXPORT void libpostal_teardown(void); + +LIBPOSTAL_EXPORT bool libpostal_setup_parser(void); +LIBPOSTAL_EXPORT bool libpostal_setup_parser_datadir(char *datadir); +LIBPOSTAL_EXPORT void libpostal_teardown_parser(void); + +LIBPOSTAL_EXPORT bool libpostal_setup_language_classifier(void); +LIBPOSTAL_EXPORT bool libpostal_setup_language_classifier_datadir(char *datadir); +LIBPOSTAL_EXPORT void libpostal_teardown_language_classifier(void); + +/* Tokenization and token normalization APIs */ + +typedef struct libpostal_token { + size_t offset; + size_t len; + uint16_t type; +} libpostal_token_t; + +LIBPOSTAL_EXPORT libpostal_token_t *libpostal_tokenize(char *input, bool whitespace, size_t *n); + +// Normalize string options +#define LIBPOSTAL_NORMALIZE_STRING_LATIN_ASCII 1 << 0 +#define LIBPOSTAL_NORMALIZE_STRING_TRANSLITERATE 1 << 1 +#define LIBPOSTAL_NORMALIZE_STRING_STRIP_ACCENTS 1 << 2 +#define LIBPOSTAL_NORMALIZE_STRING_DECOMPOSE 1 << 3 +#define LIBPOSTAL_NORMALIZE_STRING_LOWERCASE 1 << 4 +#define LIBPOSTAL_NORMALIZE_STRING_TRIM 1 << 5 +#define LIBPOSTAL_NORMALIZE_STRING_REPLACE_HYPHENS 1 << 6 +#define LIBPOSTAL_NORMALIZE_STRING_COMPOSE 1 << 7 +#define LIBPOSTAL_NORMALIZE_STRING_SIMPLE_LATIN_ASCII 1 << 8 +#define LIBPOSTAL_NORMALIZE_STRING_REPLACE_NUMEX 1 << 9 + +// Normalize token options +#define LIBPOSTAL_NORMALIZE_TOKEN_REPLACE_HYPHENS 1 << 0 +#define LIBPOSTAL_NORMALIZE_TOKEN_DELETE_HYPHENS 1 << 1 +#define LIBPOSTAL_NORMALIZE_TOKEN_DELETE_FINAL_PERIOD 1 << 2 +#define LIBPOSTAL_NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS 1 << 3 +#define LIBPOSTAL_NORMALIZE_TOKEN_DROP_ENGLISH_POSSESSIVES 1 << 4 +#define LIBPOSTAL_NORMALIZE_TOKEN_DELETE_OTHER_APOSTROPHE 1 << 5 +#define LIBPOSTAL_NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC 1 << 6 +#define LIBPOSTAL_NORMALIZE_TOKEN_REPLACE_DIGITS 1 << 7 +#define LIBPOSTAL_NORMALIZE_TOKEN_REPLACE_NUMERIC_TOKEN_LETTERS 1 << 8 +#define LIBPOSTAL_NORMALIZE_TOKEN_REPLACE_NUMERIC_HYPHENS 1 << 9 + +#define LIBPOSTAL_NORMALIZE_DEFAULT_STRING_OPTIONS (LIBPOSTAL_NORMALIZE_STRING_LATIN_ASCII | LIBPOSTAL_NORMALIZE_STRING_COMPOSE | LIBPOSTAL_NORMALIZE_STRING_TRIM | LIBPOSTAL_NORMALIZE_STRING_REPLACE_HYPHENS | LIBPOSTAL_NORMALIZE_STRING_STRIP_ACCENTS | LIBPOSTAL_NORMALIZE_STRING_LOWERCASE) + +#define LIBPOSTAL_NORMALIZE_DEFAULT_TOKEN_OPTIONS (LIBPOSTAL_NORMALIZE_TOKEN_REPLACE_HYPHENS | LIBPOSTAL_NORMALIZE_TOKEN_DELETE_FINAL_PERIOD | LIBPOSTAL_NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS | LIBPOSTAL_NORMALIZE_TOKEN_DROP_ENGLISH_POSSESSIVES | LIBPOSTAL_NORMALIZE_TOKEN_DELETE_OTHER_APOSTROPHE) + +#define LIBPOSTAL_NORMALIZE_TOKEN_OPTIONS_DROP_PERIODS (LIBPOSTAL_NORMALIZE_TOKEN_DELETE_FINAL_PERIOD | LIBPOSTAL_NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS) + +#define LIBPOSTAL_NORMALIZE_DEFAULT_TOKEN_OPTIONS_NUMERIC (LIBPOSTAL_NORMALIZE_DEFAULT_TOKEN_OPTIONS | LIBPOSTAL_NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC) + +LIBPOSTAL_EXPORT char *libpostal_normalize_string_languages(char *input, uint64_t options, size_t num_languages, char **languages); +LIBPOSTAL_EXPORT char *libpostal_normalize_string(char *input, uint64_t options); + + +typedef struct libpostal_normalized_token { + char *str; + libpostal_token_t token; +} libpostal_normalized_token_t; + +LIBPOSTAL_EXPORT libpostal_normalized_token_t *libpostal_normalized_tokens(char *input, uint64_t string_options, uint64_t token_options, bool whitespace, size_t *n); +LIBPOSTAL_EXPORT libpostal_normalized_token_t *libpostal_normalized_tokens_languages(char *input, uint64_t string_options, uint64_t token_options, bool whitespace, size_t num_languages, char **languages, size_t *n); + + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/src/libpostal_config.h b/src/libpostal_config.h new file mode 100644 index 0000000..4d93566 --- /dev/null +++ b/src/libpostal_config.h @@ -0,0 +1,33 @@ +#ifndef LIBPOSTAL_CONFIG_H +#define LIBPOSTAL_CONFIG_H + +#ifdef HAVE_CONFIG_H + #ifndef CONFIG_H + #define CONFIG_H + #include + #endif +#endif + +#ifndef LIBPOSTAL_DATA_DIR +#error LIBPOSTAL_DATA_DIR not defined! +#endif + +#define LIBPOSTAL_ADDRESS_PARSER_SUBDIR "address_parser" +#define LIBPOSTAL_ADDRESS_PARSER_DIR LIBPOSTAL_DATA_DIR PATH_SEPARATOR LIBPOSTAL_ADDRESS_PARSER_SUBDIR +#define LIBPOSTAL_ADDRESS_EXPANSIONS_SUBDIR "address_expansions" +#define LIBPOSTAL_ADDRESS_EXPANSIONS_DIR LIBPOSTAL_DATA_DIR PATH_SEPARATOR LIBPOSTAL_ADDRESS_EXPANSIONS_SUBDIR +#define LIBPOSTAL_GEONAMES_SUBDIR "geonames" +#define LIBPOSTAL_GEONAMES_DIR LIBPOSTAL_DATA_DIR PATH_SEPARATOR LIBPOSTAL_GEONAMES_SUBDIR +#define LIBPOSTAL_GEODB_SUBDIR "geodb" +#define LIBPOSTAL_GEODB_DIR LIBPOSTAL_DATA_DIR PATH_SEPARATOR LIBPOSTAL_GEODB_SUBDIR +#define LIBPOSTAL_LANGUAGE_CLASSIFIER_SUBDIR "language_classifier" +#define LIBPOSTAL_LANGUAGE_CLASSIFIER_DIR LIBPOSTAL_DATA_DIR PATH_SEPARATOR LIBPOSTAL_LANGUAGE_CLASSIFIER_SUBDIR +#define LIBPOSTAL_NUMEX_SUBDIR "numex" +#define LIBPOSTAL_NUMEX_DIR LIBPOSTAL_DATA_DIR PATH_SEPARATOR LIBPOSTAL_NUMEX_SUBDIR +#define LIBPOSTAL_TRANSLITERATION_SUBDIR "transliteration" +#define LIBPOSTAL_TRANSLITERATION_DIR LIBPOSTAL_DATA_DIR PATH_SEPARATOR LIBPOSTAL_TRANSLITERATION_SUBDIR + +#define GEODB_BLOOM_FILTER_SIZE 100000000 +#define GEODB_BLOOM_FILTER_ERROR 0.001 + +#endif diff --git a/src/libpostal_data.in b/src/libpostal_data.in new file mode 100755 index 0000000..a749a62 --- /dev/null +++ b/src/libpostal_data.in @@ -0,0 +1,189 @@ +#!/bin/sh + +set -e + +if [ "$#" -lt 3 ]; then + echo "Usage: ./libpostal_data [upload|download] [base|parser|language_classifier|all] data_dir" + exit 1 +fi + +COMMAND=$1 +FILE=$2 +LIBPOSTAL_DATA_DIR=$3 + +MB=$((1024*1024)) +CHUNK_SIZE=$((64*$MB)) + +DATAMODEL="@MODEL@" + +# Not loving this approach but there appears to be no way to query the size +# of a release asset without using the Github API +LIBPOSTAL_DATA_FILE_CHUNKS=1 +LIBPOSTAL_PARSER_MODEL_CHUNKS=12 +LIBPOSTAL_LANG_CLASS_MODEL_CHUNKS=1 + +LIBPOSTAL_DATA_DIR_VERSION_STRING="@LIBPOSTAL_DATA_DIR_VERSION_STRING@" + +LIBPOSTAL_DATA_FILE_LATEST_VERSION="@LIBPOSTAL_DATA_FILE_LATEST_VERSION@" +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION="@LIBPOSTAL_PARSER_MODEL_LATEST_VERSION@" +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION="@LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION@" + +LIBPOSTAL_REPO_NAME="openvenues/libpostal" + +LIBPOSTAL_DATA_FILE="libpostal_data.tar.gz" +LIBPOSTAL_PARSER_FILE="parser.tar.gz" +LIBPOSTAL_LANG_CLASS_FILE="language_classifier.tar.gz" + +LIBPOSTAL_BASE_URL="https://github.com/$LIBPOSTAL_REPO_NAME/releases/download" + +if [ "$DATAMODEL" = "senzing" ]; then + LIBPOSTAL_DATA_FILE_CHUNKS=1 + LIBPOSTAL_PARSER_MODEL_CHUNKS=1 + LIBPOSTAL_LANG_CLASS_MODEL_CHUNKS=1 + + LIBPOSTAL_DATA_DIR_VERSION_STRING="@LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING@" + + LIBPOSTAL_DATA_FILE_LATEST_VERSION="@LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION@" + LIBPOSTAL_PARSER_MODEL_LATEST_VERSION="@LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION@" + LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION="@LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION@" + + LIBPOSTAL_BASE_URL="https://public-read-libpostal-data.s3.amazonaws.com" +fi + +LIBPOSTAL_DATA_VERSION_FILE=$LIBPOSTAL_DATA_DIR/data_version +LIBPOSTAL_DATA_DIR_VERSION= + +mkdir -p $LIBPOSTAL_DATA_DIR + +LIBPOSTAL_DATA_FILE_VERSION_PATH=$LIBPOSTAL_DATA_DIR/base_data_file_version +LIBPOSTAL_PARSER_MODEL_VERSION_PATH=$LIBPOSTAL_DATA_DIR/parser_model_file_version +LIBPOSTAL_LANG_CLASS_MODEL_VERSION_PATH=$LIBPOSTAL_DATA_DIR/language_classifier_model_file_version + +BASIC_MODULE_DIRS="address_expansions numex transliteration" +PARSER_MODULE_DIR=address_parser +LANGUAGE_CLASSIFIER_MODULE_DIR=language_classifier + +NUM_WORKERS=12 + +kill_background_processes() { + jobs -p | xargs kill; + exit +} + +trap kill_background_processes INT + +PART_MSG='echo "Downloading part $1: filename=$5, offset=$2, max=$3"' +PART_CURL='curl -L $4 --silent -H"Range:bytes=$2-$3" --retry 3 --retry-delay 2 -o $5' +DOWNLOAD_PART="$PART_MSG;$PART_CURL" + + +download_release_multipart() { + url=$1 + filename=$2 + num_chunks=$3 + + echo "Downloading multipart: $url, num_chunks=$num_chunks" + offset=0 + i=0 + while [ $i -lt $num_chunks ]; do + i=$((i+1)) + part_filename="$filename.$i" + max=$((offset+CHUNK_SIZE-1)); + printf "%s\0%s\0%s\0%s\0%s\0" "$i" "$offset" "$max" "$url" "$part_filename" + offset=$((offset+CHUNK_SIZE)) + done | xargs -0 -n 5 -P $NUM_WORKERS sh -c "$DOWNLOAD_PART" -- + + > $filename + + i=0 + while [ $i -lt $num_chunks ]; do + i=$((i+1)) + part_filename="$filename.$i" + cat $part_filename >> $filename + rm $part_filename + done; + +} + + +download_release() { + version_file_path=$1 + version=$2 + data_dir=$3 + num_chunks=$4 + filename=$5 + name=$6 + shift 6 + subdirs=$@ + + local_path=$data_dir/$filename + + url=$LIBPOSTAL_BASE_URL/$version/$filename + + if [ ! -e $version_file_path ]; then + current_version="" + else + current_version="$(cat $version_file_path)" + + fi; + + echo "Checking for new libpostal $name..." + + if [ "$current_version" != "$version" ]; then + echo "New libpostal $name available" + + if [ $num_chunks -gt 1 ]; then + download_release_multipart $url $local_path $num_chunks + else + curl -L $url --retry 3 --retry-delay 2 -o $local_path + fi + + for subdir in $subdirs; do + rm -rf $data_dir/$subdir; + done + tar -xvzf $local_path --no-same-owner -C $data_dir; + rm $local_path; + echo "$version" > $version_file_path; + else + echo "libpostal $name up to date" + fi +} + +if [ $COMMAND = "download" ]; then + if [ -e $LIBPOSTAL_DATA_VERSION_FILE ]; then + LIBPOSTAL_DATA_DIR_VERSION=$(cat $LIBPOSTAL_DATA_VERSION_FILE) + + if [ "$LIBPOSTAL_DATA_DIR_VERSION" != "$LIBPOSTAL_DATA_DIR_VERSION_STRING" ]; then + echo "Old version of datadir detected, removing..." + for subdir in $BASIC_MODULE_DIRS $PARSER_MODULE_DIR $LANGUAGE_CLASSIFIER_MODULE_DIR; do + rm -rf $LIBPOSTAL_DATA_DIR/$subdir; + done + + # Legacy, blow it away too to be nice + if [ -e $LIBPOSTAL_DATA_DIR/geodb ]; then + rm -rf $LIBPOSTAL_DATA_DIR/geodb; + fi + + rm -f $LIBPOSTAL_DATA_DIR/last_updated* + rm -f $LIBPOSTAL_DATA_DIR/*_version + fi + fi + + mkdir -p $LIBPOSTAL_DATA_DIR + + if ([ $FILE = "base" ] || [ $FILE = "all" ]); then + download_release $LIBPOSTAL_DATA_FILE_VERSION_PATH $LIBPOSTAL_DATA_FILE_LATEST_VERSION $LIBPOSTAL_DATA_DIR $LIBPOSTAL_DATA_FILE_CHUNKS $LIBPOSTAL_DATA_FILE "data file" $BASIC_MODULE_DIRS + fi + if ([ $FILE = "parser" ] || [ $FILE = "all" ]); then + download_release $LIBPOSTAL_PARSER_MODEL_VERSION_PATH $LIBPOSTAL_PARSER_MODEL_LATEST_VERSION $LIBPOSTAL_DATA_DIR $LIBPOSTAL_PARSER_MODEL_CHUNKS $LIBPOSTAL_PARSER_FILE "parser data file" $PARSER_MODULE_DIR + fi + if ([ $FILE = "language_classifier" ] || [ $FILE = "all" ]); then + download_release $LIBPOSTAL_LANG_CLASS_MODEL_VERSION_PATH $LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION $LIBPOSTAL_DATA_DIR $LIBPOSTAL_LANG_CLASS_MODEL_CHUNKS $LIBPOSTAL_LANG_CLASS_FILE "language classifier data file" $LANGUAGE_CLASSIFIER_MODULE_DIR + fi + + echo "$LIBPOSTAL_DATA_DIR_VERSION_STRING" > $LIBPOSTAL_DATA_VERSION_FILE + +else + echo "Invalid command: $COMMAND" + exit 1 +fi diff --git a/src/linenoise/linenoise.c b/src/linenoise/linenoise.c new file mode 100644 index 0000000..c0a0658 --- /dev/null +++ b/src/linenoise/linenoise.c @@ -0,0 +1,1132 @@ +/* linenoise.c -- VERSION 1.0 + * + * Guerrilla line editing library against the idea that a line editing lib + * needs to be 20,000 lines of C code. + * + * You can find the latest source code at: + * + * http://github.com/antirez/linenoise + * + * Does a number of crazy assumptions that happen to be true in 99.9999% of + * the 2010 UNIX computers around. + * + * ------------------------------------------------------------------------ + * + * Copyright (c) 2010-2014, Salvatore Sanfilippo + * Copyright (c) 2010-2013, Pieter Noordhuis + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * * Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * ------------------------------------------------------------------------ + * + * References: + * - http://invisible-island.net/xterm/ctlseqs/ctlseqs.html + * - http://www.3waylabs.com/nw/WWW/products/wizcon/vt220.html + * + * Todo list: + * - Filter bogus Ctrl+ combinations. + * - Win32 support + * + * Bloat: + * - History search like Ctrl+r in readline? + * + * List of escape sequences used by this program, we do everything just + * with three sequences. In order to be so cheap we may have some + * flickering effect with some slow terminal, but the lesser sequences + * the more compatible. + * + * EL (Erase Line) + * Sequence: ESC [ n K + * Effect: if n is 0 or missing, clear from cursor to end of line + * Effect: if n is 1, clear from beginning of line to cursor + * Effect: if n is 2, clear entire line + * + * CUF (CUrsor Forward) + * Sequence: ESC [ n C + * Effect: moves cursor forward n chars + * + * CUB (CUrsor Backward) + * Sequence: ESC [ n D + * Effect: moves cursor backward n chars + * + * The following is used to get the terminal width if getting + * the width with the TIOCGWINSZ ioctl fails + * + * DSR (Device Status Report) + * Sequence: ESC [ 6 n + * Effect: reports the current cusor position as ESC [ n ; m R + * where n is the row and m is the column + * + * When multi line mode is enabled, we also use an additional escape + * sequence. However multi line editing is disabled by default. + * + * CUU (Cursor Up) + * Sequence: ESC [ n A + * Effect: moves cursor up of n chars. + * + * CUD (Cursor Down) + * Sequence: ESC [ n B + * Effect: moves cursor down of n chars. + * + * When linenoiseClearScreen() is called, two additional escape sequences + * are used in order to clear the screen and position the cursor at home + * position. + * + * CUP (Cursor position) + * Sequence: ESC [ H + * Effect: moves the cursor to upper left corner + * + * ED (Erase display) + * Sequence: ESC [ 2 J + * Effect: clear the whole screen + * + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#ifndef _WIN32 +#include +#include +#endif //_WIN32 + +#include +#include "linenoise.h" + +#define LINENOISE_DEFAULT_HISTORY_MAX_LEN 100 +#define LINENOISE_MAX_LINE 4096 +static char *unsupported_term[] = {"dumb","cons25","emacs",NULL}; +static linenoiseCompletionCallback *completionCallback = NULL; + +#ifndef _WIN32 +static struct termios orig_termios; /* In order to restore at exit.*/ +static int rawmode = 0; /* For atexit() function to check if restore is needed*/ +#endif //_WIN32 +static int mlmode = 0; /* Multi line mode. Default is single line. */ +static int atexit_registered = 0; /* Register atexit just 1 time. */ +static int history_max_len = LINENOISE_DEFAULT_HISTORY_MAX_LEN; +static int history_len = 0; +static char **history = NULL; + +/* The linenoiseState structure represents the state during line editing. + * We pass this state to functions implementing specific editing + * functionalities. */ +struct linenoiseState { + int ifd; /* Terminal stdin file descriptor. */ + int ofd; /* Terminal stdout file descriptor. */ + char *buf; /* Edited line buffer. */ + size_t buflen; /* Edited line buffer size. */ + const char *prompt; /* Prompt to display. */ + size_t plen; /* Prompt length. */ + size_t pos; /* Current cursor position. */ + size_t oldpos; /* Previous refresh cursor position. */ + size_t len; /* Current edited line length. */ + size_t cols; /* Number of columns in terminal. */ + size_t maxrows; /* Maximum num of rows used so far (multiline mode) */ + int history_index; /* The history index we are currently editing. */ +}; + +enum KEY_ACTION{ + KEY_NULL = 0, /* NULL */ + CTRL_A = 1, /* Ctrl+a */ + CTRL_B = 2, /* Ctrl-b */ + CTRL_C = 3, /* Ctrl-c */ + CTRL_D = 4, /* Ctrl-d */ + CTRL_E = 5, /* Ctrl-e */ + CTRL_F = 6, /* Ctrl-f */ + CTRL_H = 8, /* Ctrl-h */ + TAB = 9, /* Tab */ + CTRL_K = 11, /* Ctrl+k */ + CTRL_L = 12, /* Ctrl+l */ + ENTER = 13, /* Enter */ + CTRL_N = 14, /* Ctrl-n */ + CTRL_P = 16, /* Ctrl-p */ + CTRL_T = 20, /* Ctrl-t */ + CTRL_U = 21, /* Ctrl+u */ + CTRL_W = 23, /* Ctrl+w */ + ESC = 27, /* Escape */ + BACKSPACE = 127 /* Backspace */ +}; + +static void linenoiseAtExit(void); +int linenoiseHistoryAdd(const char *line); +static void refreshLine(struct linenoiseState *l); + +/* Debugging macro. */ +#if 0 +FILE *lndebug_fp = NULL; +#define lndebug(...) \ + do { \ + if (lndebug_fp == NULL) { \ + lndebug_fp = fopen("/tmp/lndebug.txt","a"); \ + fprintf(lndebug_fp, \ + "[%d %d %d] p: %d, rows: %d, rpos: %d, max: %d, oldmax: %d\n", \ + (int)l->len,(int)l->pos,(int)l->oldpos,plen,rows,rpos, \ + (int)l->maxrows,old_rows); \ + } \ + fprintf(lndebug_fp, ", " __VA_ARGS__); \ + fflush(lndebug_fp); \ + } while (0) +#else +#define lndebug(fmt, ...) +#endif + +/* ======================= Low level terminal handling ====================== */ + +/* Set if to use or not the multi line mode. */ +void linenoiseSetMultiLine(int ml) { + mlmode = ml; +} + +/* Return true if the terminal name is in the list of terminals we know are + * not able to understand basic escape sequences. */ +static int isUnsupportedTerm(void) { + char *term = getenv("TERM"); + int j; + + if (term == NULL) { +#ifdef _WIN32 + return 1; +#else + return 0; +#endif // _WIN32 + } + for (j = 0; unsupported_term[j]; j++) + if (!strcasecmp(term,unsupported_term[j])) return 1; + return 0; +} + +/* Raw mode: 1960 magic shit. */ +static int enableRawMode(int fd) { +#ifndef _WIN32 + struct termios raw; + + if (!isatty(STDIN_FILENO)) goto fatal; + if (!atexit_registered) { + atexit(linenoiseAtExit); + atexit_registered = 1; + } + if (tcgetattr(fd,&orig_termios) == -1) goto fatal; + + raw = orig_termios; /* modify the original mode */ + /* input modes: no break, no CR to NL, no parity check, no strip char, + * no start/stop output control. */ + raw.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); + /* output modes - disable post processing */ + raw.c_oflag &= ~(OPOST); + /* control modes - set 8 bit chars */ + raw.c_cflag |= (CS8); + /* local modes - choing off, canonical off, no extended functions, + * no signal chars (^Z,^C) */ + raw.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); + /* control chars - set return condition: min number of bytes and timer. + * We want read to return every single byte, without timeout. */ + raw.c_cc[VMIN] = 1; raw.c_cc[VTIME] = 0; /* 1 byte, no timer */ + + /* put terminal in raw mode after flushing */ + if (tcsetattr(fd,TCSAFLUSH,&raw) < 0) goto fatal; + rawmode = 1; + return 0; + +fatal: + errno = ENOTTY; + return -1; +#else + return 0; +#endif //_WIN32 +} + +static void disableRawMode(int fd) { +#ifndef _WIN32 + /* Don't even check the return value as it's too late. */ + if (rawmode && tcsetattr(fd,TCSAFLUSH,&orig_termios) != -1) + rawmode = 0; +#endif //_WIN32 +} + +/* Use the ESC [6n escape sequence to query the horizontal cursor position + * and return it. On error -1 is returned, on success the position of the + * cursor. */ +static int getCursorPosition(int ifd, int ofd) { + char buf[32]; + int cols, rows; + unsigned int i = 0; + + /* Report cursor location */ + if (write(ofd, "\x1b[6n", 4) != 4) return -1; + + /* Read the response: ESC [ rows ; cols R */ + while (i < sizeof(buf)-1) { + if (read(ifd,buf+i,1) != 1) break; + if (buf[i] == 'R') break; + i++; + } + buf[i] = '\0'; + + /* Parse it. */ + if (buf[0] != ESC || buf[1] != '[') return -1; + if (sscanf(buf+2,"%d;%d",&rows,&cols) != 2) return -1; + return cols; +} + +/* Try to get the number of columns in the current terminal, or assume 80 + * if it fails. */ +static int getColumns(int ifd, int ofd) { +#ifndef _WIN32 + struct winsize ws; + + if (ioctl(1, TIOCGWINSZ, &ws) == -1 || ws.ws_col == 0) { +#else + if(1) { +#endif //_WIN32 + /* ioctl() failed. Try to query the terminal itself. */ + int start, cols; + + /* Get the initial position so we can restore it later. */ + start = getCursorPosition(ifd,ofd); + if (start == -1) goto failed; + + /* Go to right margin and get position. */ + if (write(ofd,"\x1b[999C",6) != 6) goto failed; + cols = getCursorPosition(ifd,ofd); + if (cols == -1) goto failed; + + /* Restore position. */ + if (cols > start) { + char seq[32]; + snprintf(seq,32,"\x1b[%dD",cols-start); + if (write(ofd,seq,strlen(seq)) == -1) { + /* Can't recover... */ + } + } + return cols; + } +#ifndef _WIN32 + else { + return ws.ws_col; + } +#endif //_WIN32 + +failed: + return 80; +} + +/* Clear the screen. Used to handle ctrl+l */ +void linenoiseClearScreen(void) { + if (write(STDOUT_FILENO,"\x1b[H\x1b[2J",7) <= 0) { + /* nothing to do, just to avoid warning. */ + } +} + +/* Beep, used for completion when there is nothing to complete or when all + * the choices were already shown. */ +static void linenoiseBeep(void) { + fprintf(stderr, "\x7"); + fflush(stderr); +} + +/* ============================== Completion ================================ */ + +/* Free a list of completion option populated by linenoiseAddCompletion(). */ +static void freeCompletions(linenoiseCompletions *lc) { + size_t i; + for (i = 0; i < lc->len; i++) + free(lc->cvec[i]); + if (lc->cvec != NULL) + free(lc->cvec); +} + +/* This is an helper function for linenoiseEdit() and is called when the + * user types the key in order to complete the string currently in the + * input. + * + * The state of the editing is encapsulated into the pointed linenoiseState + * structure as described in the structure definition. */ +static int completeLine(struct linenoiseState *ls) { + linenoiseCompletions lc = { 0, NULL }; + int nread, nwritten; + char c = 0; + + completionCallback(ls->buf,&lc); + if (lc.len == 0) { + linenoiseBeep(); + } else { + size_t stop = 0, i = 0; + + while(!stop) { + /* Show completion or original buffer */ + if (i < lc.len) { + struct linenoiseState saved = *ls; + + ls->len = ls->pos = strlen(lc.cvec[i]); + ls->buf = lc.cvec[i]; + refreshLine(ls); + ls->len = saved.len; + ls->pos = saved.pos; + ls->buf = saved.buf; + } else { + refreshLine(ls); + } + + nread = read(ls->ifd,&c,1); + if (nread <= 0) { + freeCompletions(&lc); + return -1; + } + + switch(c) { + case 9: /* tab */ + i = (i+1) % (lc.len+1); + if (i == lc.len) linenoiseBeep(); + break; + case 27: /* escape */ + /* Re-show original buffer */ + if (i < lc.len) refreshLine(ls); + stop = 1; + break; + default: + /* Update buffer and return */ + if (i < lc.len) { + nwritten = snprintf(ls->buf,ls->buflen,"%s",lc.cvec[i]); + ls->len = ls->pos = nwritten; + } + stop = 1; + break; + } + } + } + + freeCompletions(&lc); + return c; /* Return last read character */ +} + +/* Register a callback function to be called for tab-completion. */ +void linenoiseSetCompletionCallback(linenoiseCompletionCallback *fn) { + completionCallback = fn; +} + +/* This function is used by the callback function registered by the user + * in order to add completion options given the input string when the + * user typed . See the example.c source code for a very easy to + * understand example. */ +void linenoiseAddCompletion(linenoiseCompletions *lc, const char *str) { + size_t len = strlen(str); + char *copy, **cvec; + + copy = malloc(len+1); + if (copy == NULL) return; + memcpy(copy,str,len+1); + cvec = realloc(lc->cvec,sizeof(char*)*(lc->len+1)); + if (cvec == NULL) { + free(copy); + return; + } + lc->cvec = cvec; + lc->cvec[lc->len++] = copy; +} + +/* =========================== Line editing ================================= */ + +/* We define a very simple "append buffer" structure, that is an heap + * allocated string where we can append to. This is useful in order to + * write all the escape sequences in a buffer and flush them to the standard + * output in a single call, to avoid flickering effects. */ +struct abuf { + char *b; + int len; +}; + +static void abInit(struct abuf *ab) { + ab->b = NULL; + ab->len = 0; +} + +static void abAppend(struct abuf *ab, const char *s, int len) { + char *new = realloc(ab->b,ab->len+len); + + if (new == NULL) return; + memcpy(new+ab->len,s,len); + ab->b = new; + ab->len += len; +} + +static void abFree(struct abuf *ab) { + free(ab->b); +} + +/* Single line low level line refresh. + * + * Rewrite the currently edited line accordingly to the buffer content, + * cursor position, and number of columns of the terminal. */ +static void refreshSingleLine(struct linenoiseState *l) { + char seq[64]; + size_t plen = strlen(l->prompt); + int fd = l->ofd; + char *buf = l->buf; + size_t len = l->len; + size_t pos = l->pos; + struct abuf ab; + + while((plen+pos) >= l->cols) { + buf++; + len--; + pos--; + } + while (plen+len > l->cols) { + len--; + } + + abInit(&ab); + /* Cursor to left edge */ + snprintf(seq,64,"\r"); + abAppend(&ab,seq,strlen(seq)); + /* Write the prompt and the current buffer content */ + abAppend(&ab,l->prompt,strlen(l->prompt)); + abAppend(&ab,buf,len); + /* Erase to right */ + snprintf(seq,64,"\x1b[0K"); + abAppend(&ab,seq,strlen(seq)); + /* Move cursor to original position. */ + snprintf(seq,64,"\r\x1b[%dC", (int)(pos+plen)); + abAppend(&ab,seq,strlen(seq)); + if (write(fd,ab.b,ab.len) == -1) {} /* Can't recover from write error. */ + abFree(&ab); +} + +/* Multi line low level line refresh. + * + * Rewrite the currently edited line accordingly to the buffer content, + * cursor position, and number of columns of the terminal. */ +static void refreshMultiLine(struct linenoiseState *l) { + char seq[64]; + int plen = strlen(l->prompt); + int rows = (plen+l->len+l->cols-1)/l->cols; /* rows used by current buf. */ + int rpos = (plen+l->oldpos+l->cols)/l->cols; /* cursor relative row. */ + int rpos2; /* rpos after refresh. */ + int col; /* colum position, zero-based. */ + int old_rows = l->maxrows; + int fd = l->ofd, j; + struct abuf ab; + + /* Update maxrows if needed. */ + if (rows > (int)l->maxrows) l->maxrows = rows; + + /* First step: clear all the lines used before. To do so start by + * going to the last row. */ + abInit(&ab); + if (old_rows-rpos > 0) { + lndebug("go down %d", old_rows-rpos); + snprintf(seq,64,"\x1b[%dB", old_rows-rpos); + abAppend(&ab,seq,strlen(seq)); + } + + /* Now for every row clear it, go up. */ + for (j = 0; j < old_rows-1; j++) { + lndebug("clear+up"); + snprintf(seq,64,"\r\x1b[0K\x1b[1A"); + abAppend(&ab,seq,strlen(seq)); + } + + /* Clean the top line. */ + lndebug("clear"); + snprintf(seq,64,"\r\x1b[0K"); + abAppend(&ab,seq,strlen(seq)); + + /* Write the prompt and the current buffer content */ + abAppend(&ab,l->prompt,strlen(l->prompt)); + abAppend(&ab,l->buf,l->len); + + /* If we are at the very end of the screen with our prompt, we need to + * emit a newline and move the prompt to the first column. */ + if (l->pos && + l->pos == l->len && + (l->pos+plen) % l->cols == 0) + { + lndebug(""); + abAppend(&ab,"\n",1); + snprintf(seq,64,"\r"); + abAppend(&ab,seq,strlen(seq)); + rows++; + if (rows > (int)l->maxrows) l->maxrows = rows; + } + + /* Move cursor to right position. */ + rpos2 = (plen+l->pos+l->cols)/l->cols; /* current cursor relative row. */ + lndebug("rpos2 %d", rpos2); + + /* Go up till we reach the expected positon. */ + if (rows-rpos2 > 0) { + lndebug("go-up %d", rows-rpos2); + snprintf(seq,64,"\x1b[%dA", rows-rpos2); + abAppend(&ab,seq,strlen(seq)); + } + + /* Set column. */ + col = (plen+(int)l->pos) % (int)l->cols; + lndebug("set col %d", 1+col); + if (col) + snprintf(seq,64,"\r\x1b[%dC", col); + else + snprintf(seq,64,"\r"); + abAppend(&ab,seq,strlen(seq)); + + lndebug("\n"); + l->oldpos = l->pos; + + if (write(fd,ab.b,ab.len) == -1) {} /* Can't recover from write error. */ + abFree(&ab); +} + +/* Calls the two low level functions refreshSingleLine() or + * refreshMultiLine() according to the selected mode. */ +static void refreshLine(struct linenoiseState *l) { + if (mlmode) + refreshMultiLine(l); + else + refreshSingleLine(l); +} + +/* Insert the character 'c' at cursor current position. + * + * On error writing to the terminal -1 is returned, otherwise 0. */ +int linenoiseEditInsert(struct linenoiseState *l, char c) { + if (l->len < l->buflen) { + if (l->len == l->pos) { + l->buf[l->pos] = c; + l->pos++; + l->len++; + l->buf[l->len] = '\0'; + if ((!mlmode && l->plen+l->len < l->cols) /* || mlmode */) { + /* Avoid a full update of the line in the + * trivial case. */ + if (write(l->ofd,&c,1) == -1) return -1; + } else { + refreshLine(l); + } + } else { + memmove(l->buf+l->pos+1,l->buf+l->pos,l->len-l->pos); + l->buf[l->pos] = c; + l->len++; + l->pos++; + l->buf[l->len] = '\0'; + refreshLine(l); + } + } + return 0; +} + +/* Move cursor on the left. */ +void linenoiseEditMoveLeft(struct linenoiseState *l) { + if (l->pos > 0) { + l->pos--; + refreshLine(l); + } +} + +/* Move cursor on the right. */ +void linenoiseEditMoveRight(struct linenoiseState *l) { + if (l->pos != l->len) { + l->pos++; + refreshLine(l); + } +} + +/* Move cursor to the start of the line. */ +void linenoiseEditMoveHome(struct linenoiseState *l) { + if (l->pos != 0) { + l->pos = 0; + refreshLine(l); + } +} + +/* Move cursor to the end of the line. */ +void linenoiseEditMoveEnd(struct linenoiseState *l) { + if (l->pos != l->len) { + l->pos = l->len; + refreshLine(l); + } +} + +/* Substitute the currently edited line with the next or previous history + * entry as specified by 'dir'. */ +#define LINENOISE_HISTORY_NEXT 0 +#define LINENOISE_HISTORY_PREV 1 +void linenoiseEditHistoryNext(struct linenoiseState *l, int dir) { + if (history_len > 1) { + /* Update the current history entry before to + * overwrite it with the next one. */ + free(history[history_len - 1 - l->history_index]); + history[history_len - 1 - l->history_index] = strdup(l->buf); + /* Show the new entry */ + l->history_index += (dir == LINENOISE_HISTORY_PREV) ? 1 : -1; + if (l->history_index < 0) { + l->history_index = 0; + return; + } else if (l->history_index >= history_len) { + l->history_index = history_len-1; + return; + } + strncpy(l->buf,history[history_len - 1 - l->history_index],l->buflen); + l->buf[l->buflen-1] = '\0'; + l->len = l->pos = strlen(l->buf); + refreshLine(l); + } +} + +/* Delete the character at the right of the cursor without altering the cursor + * position. Basically this is what happens with the "Delete" keyboard key. */ +void linenoiseEditDelete(struct linenoiseState *l) { + if (l->len > 0 && l->pos < l->len) { + memmove(l->buf+l->pos,l->buf+l->pos+1,l->len-l->pos-1); + l->len--; + l->buf[l->len] = '\0'; + refreshLine(l); + } +} + +/* Backspace implementation. */ +void linenoiseEditBackspace(struct linenoiseState *l) { + if (l->pos > 0 && l->len > 0) { + memmove(l->buf+l->pos-1,l->buf+l->pos,l->len-l->pos); + l->pos--; + l->len--; + l->buf[l->len] = '\0'; + refreshLine(l); + } +} + +/* Delete the previosu word, maintaining the cursor at the start of the + * current word. */ +void linenoiseEditDeletePrevWord(struct linenoiseState *l) { + size_t old_pos = l->pos; + size_t diff; + + while (l->pos > 0 && l->buf[l->pos-1] == ' ') + l->pos--; + while (l->pos > 0 && l->buf[l->pos-1] != ' ') + l->pos--; + diff = old_pos - l->pos; + memmove(l->buf+l->pos,l->buf+old_pos,l->len-old_pos+1); + l->len -= diff; + refreshLine(l); +} + +/* This function is the core of the line editing capability of linenoise. + * It expects 'fd' to be already in "raw mode" so that every key pressed + * will be returned ASAP to read(). + * + * The resulting string is put into 'buf' when the user type enter, or + * when ctrl+d is typed. + * + * The function returns the length of the current buffer. */ +static int linenoiseEdit(int stdin_fd, int stdout_fd, char *buf, size_t buflen, const char *prompt) +{ + struct linenoiseState l; + + /* Populate the linenoise state that we pass to functions implementing + * specific editing functionalities. */ + l.ifd = stdin_fd; + l.ofd = stdout_fd; + l.buf = buf; + l.buflen = buflen; + l.prompt = prompt; + l.plen = strlen(prompt); + l.oldpos = l.pos = 0; + l.len = 0; + l.cols = getColumns(stdin_fd, stdout_fd); + l.maxrows = 0; + l.history_index = 0; + + /* Buffer starts empty. */ + l.buf[0] = '\0'; + l.buflen--; /* Make sure there is always space for the nulterm */ + + /* The latest history entry is always our current buffer, that + * initially is just an empty string. */ + linenoiseHistoryAdd(""); + + if (write(l.ofd,prompt,l.plen) == -1) return -1; + while(1) { + char c; + int nread; + char seq[3]; + + nread = read(l.ifd,&c,1); + if (nread <= 0) return l.len; + + /* Only autocomplete when the callback is set. It returns < 0 when + * there was an error reading from fd. Otherwise it will return the + * character that should be handled next. */ + if (c == 9 && completionCallback != NULL) { + c = completeLine(&l); + /* Return on errors */ + if (c < 0) return l.len; + /* Read next character when 0 */ + if (c == 0) continue; + } + + switch(c) { + case ENTER: /* enter */ + history_len--; + free(history[history_len]); + if (mlmode) linenoiseEditMoveEnd(&l); + return (int)l.len; + case CTRL_C: /* ctrl-c */ + errno = EAGAIN; + return -1; + case BACKSPACE: /* backspace */ + case 8: /* ctrl-h */ + linenoiseEditBackspace(&l); + break; + case CTRL_D: /* ctrl-d, remove char at right of cursor, or if the + line is empty, act as end-of-file. */ + if (l.len > 0) { + linenoiseEditDelete(&l); + } else { + history_len--; + free(history[history_len]); + return -1; + } + break; + case CTRL_T: /* ctrl-t, swaps current character with previous. */ + if (l.pos > 0 && l.pos < l.len) { + int aux = buf[l.pos-1]; + buf[l.pos-1] = buf[l.pos]; + buf[l.pos] = aux; + if (l.pos != l.len-1) l.pos++; + refreshLine(&l); + } + break; + case CTRL_B: /* ctrl-b */ + linenoiseEditMoveLeft(&l); + break; + case CTRL_F: /* ctrl-f */ + linenoiseEditMoveRight(&l); + break; + case CTRL_P: /* ctrl-p */ + linenoiseEditHistoryNext(&l, LINENOISE_HISTORY_PREV); + break; + case CTRL_N: /* ctrl-n */ + linenoiseEditHistoryNext(&l, LINENOISE_HISTORY_NEXT); + break; + case ESC: /* escape sequence */ + /* Read the next two bytes representing the escape sequence. + * Use two calls to handle slow terminals returning the two + * chars at different times. */ + if (read(l.ifd,seq,1) == -1) break; + if (read(l.ifd,seq+1,1) == -1) break; + + /* ESC [ sequences. */ + if (seq[0] == '[') { + if (seq[1] >= '0' && seq[1] <= '9') { + /* Extended escape, read additional byte. */ + if (read(l.ifd,seq+2,1) == -1) break; + if (seq[2] == '~') { + switch(seq[1]) { + case '3': /* Delete key. */ + linenoiseEditDelete(&l); + break; + } + } + } else { + switch(seq[1]) { + case 'A': /* Up */ + linenoiseEditHistoryNext(&l, LINENOISE_HISTORY_PREV); + break; + case 'B': /* Down */ + linenoiseEditHistoryNext(&l, LINENOISE_HISTORY_NEXT); + break; + case 'C': /* Right */ + linenoiseEditMoveRight(&l); + break; + case 'D': /* Left */ + linenoiseEditMoveLeft(&l); + break; + case 'H': /* Home */ + linenoiseEditMoveHome(&l); + break; + case 'F': /* End*/ + linenoiseEditMoveEnd(&l); + break; + } + } + } + + /* ESC O sequences. */ + else if (seq[0] == 'O') { + switch(seq[1]) { + case 'H': /* Home */ + linenoiseEditMoveHome(&l); + break; + case 'F': /* End*/ + linenoiseEditMoveEnd(&l); + break; + } + } + break; + default: + if (linenoiseEditInsert(&l,c)) return -1; + break; + case CTRL_U: /* Ctrl+u, delete the whole line. */ + buf[0] = '\0'; + l.pos = l.len = 0; + refreshLine(&l); + break; + case CTRL_K: /* Ctrl+k, delete from current to end of line. */ + buf[l.pos] = '\0'; + l.len = l.pos; + refreshLine(&l); + break; + case CTRL_A: /* Ctrl+a, go to the start of the line */ + linenoiseEditMoveHome(&l); + break; + case CTRL_E: /* ctrl+e, go to the end of the line */ + linenoiseEditMoveEnd(&l); + break; + case CTRL_L: /* ctrl+l, clear screen */ + linenoiseClearScreen(); + refreshLine(&l); + break; + case CTRL_W: /* ctrl+w, delete previous word */ + linenoiseEditDeletePrevWord(&l); + break; + } + } + return l.len; +} + +/* This special mode is used by linenoise in order to print scan codes + * on screen for debugging / development purposes. It is implemented + * by the linenoise_example program using the --keycodes option. */ +void linenoisePrintKeyCodes(void) { + char quit[4]; + + printf("Linenoise key codes debugging mode.\n" + "Press keys to see scan codes. Type 'quit' at any time to exit.\n"); + if (enableRawMode(STDIN_FILENO) == -1) return; + memset(quit,' ',4); + while(1) { + char c; + int nread; + + nread = read(STDIN_FILENO,&c,1); + if (nread <= 0) continue; + memmove(quit,quit+1,sizeof(quit)-1); /* shift string to left. */ + quit[sizeof(quit)-1] = c; /* Insert current char on the right. */ + if (memcmp(quit,"quit",sizeof(quit)) == 0) break; + + printf("'%c' %02x (%d) (type quit to exit)\n", + isprint(c) ? c : '?', (int)c, (int)c); + printf("\r"); /* Go left edge manually, we are in raw mode. */ + fflush(stdout); + } + disableRawMode(STDIN_FILENO); +} + +/* This function calls the line editing function linenoiseEdit() using + * the STDIN file descriptor set in raw mode. */ +static int linenoiseRaw(char *buf, size_t buflen, const char *prompt) { + int count; + + if (buflen == 0) { + errno = EINVAL; + return -1; + } + if (!isatty(STDIN_FILENO)) { + /* Not a tty: read from file / pipe. */ + if (fgets(buf, buflen, stdin) == NULL) return -1; + count = strlen(buf); + if (count && buf[count-1] == '\n') { + count--; + buf[count] = '\0'; + } + } else { + /* Interactive editing. */ + if (enableRawMode(STDIN_FILENO) == -1) return -1; + count = linenoiseEdit(STDIN_FILENO, STDOUT_FILENO, buf, buflen, prompt); + disableRawMode(STDIN_FILENO); + printf("\n"); + } + return count; +} + +/* The high level function that is the main API of the linenoise library. + * This function checks if the terminal has basic capabilities, just checking + * for a blacklist of stupid terminals, and later either calls the line + * editing function or uses dummy fgets() so that you will be able to type + * something even in the most desperate of the conditions. */ +char *linenoise(const char *prompt) { + char buf[LINENOISE_MAX_LINE]; + int count; + + if (isUnsupportedTerm()) { + size_t len; + + printf("%s",prompt); + fflush(stdout); + if (fgets(buf,LINENOISE_MAX_LINE,stdin) == NULL) return NULL; + len = strlen(buf); + while(len && (buf[len-1] == '\n' || buf[len-1] == '\r')) { + len--; + buf[len] = '\0'; + } + return strdup(buf); + } else { + count = linenoiseRaw(buf,LINENOISE_MAX_LINE,prompt); + if (count == -1) return NULL; + return strdup(buf); + } +} + +/* ================================ History ================================= */ + +/* Free the history, but does not reset it. Only used when we have to + * exit() to avoid memory leaks are reported by valgrind & co. */ +static void freeHistory(void) { + if (history) { + int j; + + for (j = 0; j < history_len; j++) + free(history[j]); + free(history); + } +} + +/* At exit we'll try to fix the terminal to the initial conditions. */ +static void linenoiseAtExit(void) { + disableRawMode(STDIN_FILENO); + freeHistory(); +} + +/* This is the API call to add a new entry in the linenoise history. + * It uses a fixed array of char pointers that are shifted (memmoved) + * when the history max length is reached in order to remove the older + * entry and make room for the new one, so it is not exactly suitable for huge + * histories, but will work well for a few hundred of entries. + * + * Using a circular buffer is smarter, but a bit more complex to handle. */ +int linenoiseHistoryAdd(const char *line) { + char *linecopy; + + if (history_max_len == 0) return 0; + + /* Initialization on first call. */ + if (history == NULL) { + history = malloc(sizeof(char*)*history_max_len); + if (history == NULL) return 0; + memset(history,0,(sizeof(char*)*history_max_len)); + } + + /* Don't add duplicated lines. */ + if (history_len && !strcmp(history[history_len-1], line)) return 0; + + /* Add an heap allocated copy of the line in the history. + * If we reached the max length, remove the older line. */ + linecopy = strdup(line); + if (!linecopy) return 0; + if (history_len == history_max_len) { + free(history[0]); + memmove(history,history+1,sizeof(char*)*(history_max_len-1)); + history_len--; + } + history[history_len] = linecopy; + history_len++; + return 1; +} + +/* Set the maximum length for the history. This function can be called even + * if there is already some history, the function will make sure to retain + * just the latest 'len' elements if the new history length value is smaller + * than the amount of items already inside the history. */ +int linenoiseHistorySetMaxLen(int len) { + char **new; + + if (len < 1) return 0; + if (history) { + int tocopy = history_len; + + new = malloc(sizeof(char*)*len); + if (new == NULL) return 0; + + /* If we can't copy everything, free the elements we'll not use. */ + if (len < tocopy) { + int j; + + for (j = 0; j < tocopy-len; j++) free(history[j]); + tocopy = len; + } + memset(new,0,sizeof(char*)*len); + memcpy(new,history+(history_len-tocopy), sizeof(char*)*tocopy); + free(history); + history = new; + } + history_max_len = len; + if (history_len > history_max_len) + history_len = history_max_len; + return 1; +} + +/* Save the history in the specified file. On success 0 is returned + * otherwise -1 is returned. */ +int linenoiseHistorySave(const char *filename) { + FILE *fp = fopen(filename,"w"); + int j; + + if (fp == NULL) return -1; + for (j = 0; j < history_len; j++) + fprintf(fp,"%s\n",history[j]); + fclose(fp); + return 0; +} + +/* Load the history from the specified file. If the file does not exist + * zero is returned and no operation is performed. + * + * If the file exists and the operation succeeded 0 is returned, otherwise + * on error -1 is returned. */ +int linenoiseHistoryLoad(const char *filename) { + FILE *fp = fopen(filename,"r"); + char buf[LINENOISE_MAX_LINE]; + + if (fp == NULL) return -1; + + while (fgets(buf,LINENOISE_MAX_LINE,fp) != NULL) { + char *p; + + p = strchr(buf,'\r'); + if (!p) p = strchr(buf,'\n'); + if (p) *p = '\0'; + linenoiseHistoryAdd(buf); + } + fclose(fp); + return 0; +} diff --git a/src/linenoise/linenoise.h b/src/linenoise/linenoise.h new file mode 100644 index 0000000..fbb01cf --- /dev/null +++ b/src/linenoise/linenoise.h @@ -0,0 +1,68 @@ +/* linenoise.h -- VERSION 1.0 + * + * Guerrilla line editing library against the idea that a line editing lib + * needs to be 20,000 lines of C code. + * + * See linenoise.c for more information. + * + * ------------------------------------------------------------------------ + * + * Copyright (c) 2010-2014, Salvatore Sanfilippo + * Copyright (c) 2010-2013, Pieter Noordhuis + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * * Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +#ifndef __LINENOISE_H +#define __LINENOISE_H + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct linenoiseCompletions { + size_t len; + char **cvec; +} linenoiseCompletions; + +typedef void(linenoiseCompletionCallback)(const char *, linenoiseCompletions *); +void linenoiseSetCompletionCallback(linenoiseCompletionCallback *); +void linenoiseAddCompletion(linenoiseCompletions *, const char *); + +char *linenoise(const char *prompt); +int linenoiseHistoryAdd(const char *line); +int linenoiseHistorySetMaxLen(int len); +int linenoiseHistorySave(const char *filename); +int linenoiseHistoryLoad(const char *filename); +void linenoiseClearScreen(void); +void linenoiseSetMultiLine(int ml); +void linenoisePrintKeyCodes(void); + +#ifdef __cplusplus +} +#endif + +#endif /* __LINENOISE_H */ diff --git a/src/log/log.h b/src/log/log.h new file mode 100644 index 0000000..4baf976 --- /dev/null +++ b/src/log/log.h @@ -0,0 +1,55 @@ +#ifndef LOG_H +#define LOG_H + +#include +#include +#include +#include + +#define LOG_LEVEL_DEBUG 10 +#define LOG_LEVEL_INFO 20 +#define LOG_LEVEL_WARN 30 +#define LOG_LEVEL_ERROR 40 + +#ifndef LOG_LEVEL +#define LOG_LEVEL LOG_LEVEL_INFO +#endif + +#define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) + +/* safe readable version of errno */ +#define clean_errno() (errno == 0 ? "None" : strerror(errno)) + +#if defined (LOG_NO_COLORS) || defined (_WIN32) + #define log_error(M, ...) fprintf(stderr, "ERR " M " at %s (%s:%d) errno:%s\n", ##__VA_ARGS__, __func__, __FILE__, __LINE__, clean_errno()) + #define log_warn(M, ...) fprintf(stderr, "WARN " M " at %s (%s:%d) errno:%s\n", ##__VA_ARGS__, __func__, __FILE__, __LINE__, clean_errno()) + #define log_info(M, ...) fprintf(stderr, "INFO " M " at %s (%s:%d)\n", ##__VA_ARGS__, __func__, __FILENAME__, __LINE__) + #define log_debug(M, ...) fprintf(stderr, "DEBUG " M " at %s (%s:%d)\n", ##__VA_ARGS__, __func__, __FILE__, __LINE__) +#else + #define log_error(M, ...) fprintf(stderr, "\33[31mERR\33[39m " M " \33[90m at %s (%s:%d) \33[94merrno: %s\33[39m\n", ##__VA_ARGS__, __func__, __FILE__, __LINE__, clean_errno()) + #define log_warn(M, ...) fprintf(stderr, "\33[91mWARN\33[39m " M " \33[90m at %s (%s:%d) \33[94merrno: %s\33[39m\n", ##__VA_ARGS__, __func__, __FILE__, __LINE__, clean_errno()) + #define log_info(M, ...) fprintf(stderr, "\33[32mINFO\33[39m " M " \33[90m at %s (%s:%d) \33[39m\n", ##__VA_ARGS__, __func__, __FILENAME__, __LINE__) + #define log_debug(M, ...) fprintf(stderr, "\33[34mDEBUG\33[39m " M " \33[90m at %s (%s:%d) \33[39m\n", ##__VA_ARGS__, __func__, __FILE__, __LINE__) +#endif /* NOCOLORS */ + +#if LOG_LEVEL > LOG_LEVEL_ERROR +#undef log_error +#define log_error(M, ...) do { if (0) fprintf(stderr, "\33[31mERR\33[39m " M " \33[90m at %s (%s:%d) \33[94merrno: %s\33[39m\n", ##__VA_ARGS__, __func__, __FILE__, __LINE__, clean_errno()); } while(0) +#endif + +#if LOG_LEVEL > LOG_LEVEL_WARN +#undef log_warn +#define log_warn(M, ...) do { if (0) fprintf(stderr, "\33[91mWARN\33[39m " M " \33[90m at %s (%s:%d) \33[94merrno: %s\33[39m\n", ##__VA_ARGS__, __func__, __FILE__, __LINE__, clean_errno()); } while (0) +#endif + +#if LOG_LEVEL > LOG_LEVEL_INFO +#undef log_info +#define log_info(M, ...) do { if (0) fprintf(stderr, "\33[32mINFO\33[39m " M " \33[90m at %s (%s:%d) \33[39m\n", ##__VA_ARGS__, __func__, __FILENAME__, __LINE__); } while (0) +#endif + +#if LOG_LEVEL > LOG_LEVEL_DEBUG +#undef log_debug +#define log_debug(M, ...) do { if (0) fprintf(stderr, "\33[34mDEBUG\33[39m " M " \33[90m at %s (%s:%d) \33[39m\n", ##__VA_ARGS__, __func__, __FILE__, __LINE__); } while (0) +#endif + +#endif //LOG_H diff --git a/src/logistic.c b/src/logistic.c new file mode 100644 index 0000000..4953863 --- /dev/null +++ b/src/logistic.c @@ -0,0 +1,34 @@ +#include "logistic.h" +#include "vector_math.h" + +inline double sigmoid(double x) { + return 1.0/(1.0 + exp(-x)); +} + +inline void sigmoid_vector(double *x, size_t n) { + for (int i = 0; i < n; i++) { + x[i] = sigmoid(x[i]); + } +} + +inline void softmax_vector(double *x, size_t n) { + int i; + double sum = 0.0; + + double denom = double_array_log_sum_exp(x, n); + + for (i = 0; i < n; i++) { + x[i] = exp(x[i] - denom); + } +} + + +void softmax_matrix(double_matrix_t *matrix) { + size_t num_rows = matrix->m; + size_t num_cols = matrix->n; + + for (int i = 0; i < num_rows; i++) { + double *values = double_matrix_get_row(matrix, i); + softmax_vector(values, num_cols); + } +} \ No newline at end of file diff --git a/src/logistic.h b/src/logistic.h new file mode 100644 index 0000000..e8ffd09 --- /dev/null +++ b/src/logistic.h @@ -0,0 +1,14 @@ +#ifndef LOGISTIC_H +#define LOGISTIC_H + +#include +#include + +#include "matrix.h" + +double sigmoid(double x); +void sigmoid_vector(double *x, size_t n); +void softmax_vector(double *x, size_t n); +void softmax_matrix(double_matrix_t *matrix); + +#endif \ No newline at end of file diff --git a/src/logistic_regression.c b/src/logistic_regression.c new file mode 100644 index 0000000..26e4100 --- /dev/null +++ b/src/logistic_regression.c @@ -0,0 +1,123 @@ +#include + +#include "logistic_regression.h" +#include "logistic.h" +#include "file_utils.h" + +bool logistic_regression_model_expectation_sparse(sparse_matrix_t *theta, sparse_matrix_t *x, double_matrix_t *p_y) { + if (theta == NULL || x == NULL || p_y == NULL) { + if (theta == NULL) log_error("theta = NULL\n"); + if (x == NULL) log_error("x = NULL\n"); + if (p_y == NULL) log_error("p_y = NULL\n"); + return false; + } + + if (sparse_matrix_dot_sparse(x, theta, p_y) != 0) { + log_error("x->m = %" PRIu32 ", x->n = %" PRIu32 ", theta->m = %" PRIu32 ", theta->n = %" PRIu32 ", p_y->m = %zu, p_y->n = %zu\n", x->m, x->n, theta->m, theta->n, p_y->m, p_y->n); + return false; + } + + softmax_matrix(p_y); + + return true; +} + +bool logistic_regression_model_expectation(double_matrix_t *theta, sparse_matrix_t *x, double_matrix_t *p_y) { + if (theta == NULL || x == NULL || p_y == NULL) { + if (theta == NULL) log_error("theta = NULL\n"); + if (x == NULL) log_error("x = NULL\n"); + if (p_y == NULL) log_error("p_y = NULL\n"); + return false; + } + + if (sparse_matrix_dot_dense(x, theta, p_y) != 0) { + log_error("x->m = %" PRIu32 ", x->n = %" PRIu32 ", theta->m = %zu, theta->n = %zu, p_y->m = %zu, p_y->n = %zu\n", x->m, x->n, theta->m, theta->n, p_y->m, p_y->n); + return false; + } + + softmax_matrix(p_y); + + return true; +} + +double logistic_regression_cost_function(double_matrix_t *theta, sparse_matrix_t *x, uint32_array *y, double_matrix_t *p_y) { + size_t m = x->m; + size_t n = x->n; + if (m != y->n) { + log_error("m = %zu, y->n = %zu\n", m, y->n); + return -1.0; + } + + if (!double_matrix_resize_aligned(p_y, x->m, theta->n, 16)) { + log_error("resize_aligned failed\n"); + return -1.0; + } + + double_matrix_zero(p_y); + + if (!logistic_regression_model_expectation(theta, x, p_y)) { + log_error("model expectation failed\n"); + return -1.0; + } + + double *expected_values = p_y->values; + double cost = 0.0; + + for (size_t i = 0; i < p_y->m; i++) { + uint32_t y_i = y->a[i]; + double value = double_matrix_get(p_y, i, y_i); + cost += log(value); + } + + cost *= -(1.0 / m); + + return cost; +} + +bool logistic_regression_gradient(double_matrix_t *theta, double_matrix_t *gradient, sparse_matrix_t *x, uint32_array *y, double_matrix_t *p_y) { + size_t m = x->m; + size_t n = x->n; + if (m != y->n || theta->m != gradient->m || theta->n != gradient->n) return false; + + if (!double_matrix_resize_aligned(p_y, x->m, theta->n, 16)) { + return false; + } + double_matrix_zero(p_y); + + if (!logistic_regression_model_expectation(theta, x, p_y)) { + return false; + } + + size_t num_features = n; + size_t num_classes = p_y->n; + uint32_t i, j; + + double residual; + + uint32_t row; + uint32_t col; + double data; + + double_matrix_zero(gradient); + + double *theta_values = theta->values; + double *predicted_values = p_y->values; + double *gradient_values = gradient->values; + + // gradient = -(1. / m) * x.T.dot(y - p_y) + + sparse_matrix_foreach(x, row, col, data, { + uint32_t y_i = y->a[row]; + for (j = 0; j < num_classes; j++) { + double class_prob = double_matrix_get(p_y, row, j); + double residual = (y_i == j ? 1.0 : 0.0) - class_prob; + double gradient_update = data * residual; + double_matrix_add_scalar(gradient, col, j, gradient_update); + } + }) + + double scale = -1.0 / m; + double_matrix_mul(gradient, scale); + + return true; +} diff --git a/src/logistic_regression.h b/src/logistic_regression.h new file mode 100644 index 0000000..8b37c7b --- /dev/null +++ b/src/logistic_regression.h @@ -0,0 +1,34 @@ +/* +logistic_regression.h +--------------------- + +Cost function and gradient for multinomial logistic regression model. + +Multinomial logistic regression is a generalization of regular logistic +regression in which we predict a probability distribution over classes using: + +exp(x_i) / sum(exp(x)) + +This is sometimes referred to as the softmax function and thus the model +may be called softmax regression. + +*/ + +#ifndef LOGISTIC_REGRESSION_MODEL_H +#define LOGISTIC_REGRESSION_MODEL_H + +#include +#include +#include +#include + +#include "collections.h" +#include "matrix.h" +#include "sparse_matrix.h" + +bool logistic_regression_model_expectation(double_matrix_t *theta, sparse_matrix_t *x, double_matrix_t *p_y); +bool logistic_regression_model_expectation_sparse(sparse_matrix_t *theta, sparse_matrix_t *x, double_matrix_t *p_y); +double logistic_regression_cost_function(double_matrix_t *theta, sparse_matrix_t *x, uint32_array *y, double_matrix_t *p_y); +bool logistic_regression_gradient(double_matrix_t *theta, double_matrix_t *gradient, sparse_matrix_t *x, uint32_array *y, double_matrix_t *p_y); + +#endif diff --git a/src/logistic_regression_trainer.c b/src/logistic_regression_trainer.c new file mode 100644 index 0000000..dad4d9d --- /dev/null +++ b/src/logistic_regression_trainer.c @@ -0,0 +1,322 @@ +#include "logistic_regression_trainer.h" +#include "sparse_matrix_utils.h" + +#define INITIAL_FEATURE_BATCH_SIZE 1024 + +void logistic_regression_trainer_destroy(logistic_regression_trainer_t *self) { + if (self == NULL) return; + + if (self->feature_ids != NULL) { + trie_destroy(self->feature_ids); + } + + if (self->label_ids != NULL) { + kh_destroy(str_uint32, self->label_ids); + } + + if (self->unique_columns != NULL) { + kh_destroy(int_uint32, self->unique_columns); + } + + if (self->batch_columns != NULL) { + uint32_array_destroy(self->batch_columns); + } + + if (self->batch_weights != NULL) { + double_matrix_destroy(self->batch_weights); + } + + if (self->gradient != NULL) { + double_matrix_destroy(self->gradient); + } + + free(self); +} + +static logistic_regression_trainer_t *logistic_regression_trainer_init(trie_t *feature_ids, khash_t(str_uint32) *label_ids) { + if (feature_ids == NULL || label_ids == NULL) return NULL; + + logistic_regression_trainer_t *trainer = malloc(sizeof(logistic_regression_trainer_t)); + if (trainer == NULL) return NULL; + + trainer->feature_ids = feature_ids; + // Add one feature for the bias unit + trainer->num_features = trie_num_keys(feature_ids) + 1; + + trainer->label_ids = label_ids; + trainer->num_labels = kh_size(label_ids); + + trainer->gradient = double_matrix_new_zeros(INITIAL_FEATURE_BATCH_SIZE, trainer->num_labels); + if (trainer->gradient == NULL) { + goto exit_trainer_created; + } + + trainer->unique_columns = kh_init(int_uint32); + if (trainer->unique_columns == NULL) { + goto exit_trainer_created; + } + trainer->batch_columns = uint32_array_new_size(INITIAL_FEATURE_BATCH_SIZE); + if (trainer->batch_columns == NULL) { + goto exit_trainer_created; + } + + trainer->batch_weights = double_matrix_new_zeros(INITIAL_FEATURE_BATCH_SIZE, trainer->num_labels); + if (trainer->batch_weights == NULL) { + goto exit_trainer_created; + } + + trainer->epochs = 0; + + return trainer; + +exit_trainer_created: + logistic_regression_trainer_destroy(trainer); + return NULL; +} + +logistic_regression_trainer_t *logistic_regression_trainer_init_sgd(trie_t *feature_ids, khash_t(str_uint32) *label_ids, bool fit_intercept, regularization_type_t reg_type, double lambda, double gamma_0) { + logistic_regression_trainer_t *trainer = logistic_regression_trainer_init(feature_ids, label_ids); + if (trainer == NULL) { + return NULL; + } + + trainer->optimizer_type = LOGISTIC_REGRESSION_OPTIMIZER_SGD; + trainer->optimizer.sgd = sgd_trainer_new(trainer->num_features, trainer->num_labels, fit_intercept, reg_type, lambda, gamma_0); + if (trainer->optimizer.sgd == NULL) { + logistic_regression_trainer_destroy(trainer); + return NULL; + } + + return trainer; +} + +logistic_regression_trainer_t *logistic_regression_trainer_init_ftrl(trie_t *feature_ids, khash_t(str_uint32) *label_ids, double lambda1, double lambda2, double alpha, double beta) { + logistic_regression_trainer_t *trainer = logistic_regression_trainer_init(feature_ids, label_ids); + if (trainer == NULL) { + return NULL; + } + + trainer->optimizer_type = LOGISTIC_REGRESSION_OPTIMIZER_FTRL; + bool fit_intercept = true; + log_info("num_features = %zu\n", trainer->num_features); + trainer->optimizer.ftrl = ftrl_trainer_new(trainer->num_features, trainer->num_labels, fit_intercept, alpha, beta, lambda1, lambda2); + if (trainer->optimizer.sgd == NULL) { + logistic_regression_trainer_destroy(trainer); + return NULL; + } + + return trainer; +} + +bool logistic_regression_trainer_reset_params_sgd(logistic_regression_trainer_t *self, double lambda, double gamma_0) { + if (self == NULL || self->optimizer_type != LOGISTIC_REGRESSION_OPTIMIZER_SGD || self->optimizer.sgd == NULL) return false; + + sgd_trainer_t *sgd_trainer = self->optimizer.sgd; + return sgd_trainer_reset_params(sgd_trainer, lambda, gamma_0); +} + +bool logistic_regression_trainer_reset_params_ftrl(logistic_regression_trainer_t *self, double alpha, double beta, double lambda1, double lambda2) { + if (self == NULL || self->optimizer_type != LOGISTIC_REGRESSION_OPTIMIZER_FTRL || self->optimizer.ftrl == NULL) return false; + + ftrl_trainer_t *ftrl_trainer = self->optimizer.ftrl; + return ftrl_trainer_reset_params(ftrl_trainer, alpha, beta, lambda1, lambda2); +} + +static double logistic_regression_trainer_minibatch_cost_params(logistic_regression_trainer_t *self, feature_count_array *features, cstring_array *labels, bool regularized) { + size_t n = self->num_labels; + + sparse_matrix_t *x = feature_matrix(self->feature_ids, features); + uint32_array *y = label_vector(self->label_ids, labels); + double_matrix_t *p_y = double_matrix_new_aligned(x->m, n, 16); + double_matrix_zero(p_y); + + double cost; + + if (!sparse_matrix_add_unique_columns_alias(x, self->unique_columns, self->batch_columns)) { + cost = -1.0; + goto exit_cost_matrices_created; + } + + double_matrix_t *weights = logistic_regression_trainer_get_weights(self); + + cost = logistic_regression_cost_function(weights, x, y, p_y); + + if (regularized) { + if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_SGD) { + sgd_trainer_t *sgd_trainer = self->optimizer.sgd; + double reg_cost = stochastic_gradient_descent_reg_cost(sgd_trainer, self->batch_columns, x->m); + cost += reg_cost; + } else if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_FTRL) { + ftrl_trainer_t *ftrl_trainer = self->optimizer.ftrl; + double reg_cost = ftrl_reg_cost(ftrl_trainer, weights, self->batch_columns, x->m); + cost += reg_cost; + } + } + +exit_cost_matrices_created: + double_matrix_destroy(p_y); + uint32_array_destroy(y); + sparse_matrix_destroy(x); + return cost; +} + +inline double logistic_regression_trainer_minibatch_cost(logistic_regression_trainer_t *self, feature_count_array *features, cstring_array *labels) { + return logistic_regression_trainer_minibatch_cost_params(self, features, labels, false); +} + +inline double logistic_regression_trainer_minibatch_cost_regularized(logistic_regression_trainer_t *self, feature_count_array *features, cstring_array *labels) { + return logistic_regression_trainer_minibatch_cost_params(self, features, labels, true); +} + +double logistic_regression_trainer_regularization_cost(logistic_regression_trainer_t *self, size_t m) { + if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_SGD) { + sgd_trainer_t *sgd_trainer = self->optimizer.sgd; + return stochastic_gradient_descent_reg_cost(sgd_trainer, NULL, m); + } else if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_FTRL) { + ftrl_trainer_t *ftrl_trainer = self->optimizer.ftrl; + double_matrix_t *weights = logistic_regression_trainer_get_weights(self); + return ftrl_reg_cost(ftrl_trainer, weights, NULL, m); + } + return 0.0; +} + + +bool logistic_regression_trainer_train_minibatch(logistic_regression_trainer_t *self, feature_count_array *features, cstring_array *labels) { + double_matrix_t *gradient = self->gradient; + + sparse_matrix_t *x = feature_matrix(self->feature_ids, features); + if (x == NULL) { + log_error("x == NULL\n"); + return false; + } + uint32_array *y = label_vector(self->label_ids, labels); + if (y == NULL) { + log_error("y == NULL\n"); + return false; + } + + bool ret = false; + + if (!sparse_matrix_add_unique_columns_alias(x, self->unique_columns, self->batch_columns)) { + log_error("Unique columns failed\n"); + return false; + } + + if(!double_matrix_resize(gradient, self->batch_columns->n, self->num_labels)) { + log_error("Gradient resize failed\n"); + return false; + } + + double_matrix_t *weights = logistic_regression_trainer_get_weights(self); + if (weights == NULL) { + log_error("Error getting weights\n"); + return false; + } + size_t batch_size = x->m; + + double_matrix_t *p_y = double_matrix_new_aligned(batch_size, self->num_labels, 16); + if (p_y == NULL) { + log_error("Error allocating p_y\n"); + return false; + } + + if (!logistic_regression_gradient(weights, gradient, x, y, p_y)) { + log_error("Gradient failed\n"); + goto exit_matrices_created; + } + + if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_SGD) { + ret = stochastic_gradient_descent_update_sparse(self->optimizer.sgd, gradient, self->batch_columns, batch_size); + } else if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_FTRL) { + ret = ftrl_update_gradient(self->optimizer.ftrl, gradient, weights, self->batch_columns, batch_size); + if (!ret) { + log_error("ftrl_update_gradient failed\n"); + } + } else { + ret = false; + } + +exit_matrices_created: + double_matrix_destroy(p_y); + uint32_array_destroy(y); + sparse_matrix_destroy(x); + return ret; +} + +double_matrix_t *logistic_regression_trainer_get_weights(logistic_regression_trainer_t *self) { + if (self == NULL) return NULL; + + size_t m = self->batch_columns->n; + size_t n = self->num_labels; + double_matrix_t *batch_weights = self->batch_weights; + if (batch_weights == NULL || !double_matrix_resize(batch_weights, m, n)) { + return NULL; + } + double_matrix_zero(batch_weights); + + if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_SGD) { + if (self->optimizer.sgd == NULL) return NULL; + + if (!stochastic_gradient_descent_set_regularized_weights(self->optimizer.sgd, self->batch_weights, self->batch_columns)) { + return NULL; + } + + return batch_weights; + } else if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_FTRL) { + if (self->optimizer.ftrl == NULL) return NULL; + + if (!ftrl_set_weights(self->optimizer.ftrl, batch_weights, self->batch_columns)) { + return NULL; + } + + return batch_weights; + + } + return NULL; +} + +double_matrix_t *logistic_regression_trainer_get_regularized_weights(logistic_regression_trainer_t *self) { + if (self == NULL) return NULL; + + if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_SGD) { + if (self->optimizer.sgd == NULL) return NULL; + return stochastic_gradient_descent_get_weights(self->optimizer.sgd); + } else if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_FTRL) { + if (self->optimizer.ftrl == NULL) return NULL; + if (!ftrl_set_weights(self->optimizer.ftrl, self->batch_weights, NULL)) { + return NULL; + } + return self->batch_weights; + } + return NULL; +} + +double_matrix_t *logistic_regression_trainer_final_weights(logistic_regression_trainer_t *self) { + if (self == NULL) return NULL; + + if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_SGD) { + if (self->optimizer.sgd == NULL) return NULL; + double_matrix_t *weights = stochastic_gradient_descent_get_weights(self->optimizer.sgd); + self->optimizer.sgd->theta = NULL; + return weights; + } else if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_FTRL) { + if (self->optimizer.ftrl == NULL) return NULL; + return ftrl_weights_finalize(self->optimizer.ftrl); + } + return NULL; +} + + +sparse_matrix_t *logistic_regression_trainer_final_weights_sparse(logistic_regression_trainer_t *self) { + if (self == NULL) return NULL; + + if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_SGD) { + if (self->optimizer.sgd == NULL) return NULL; + return stochastic_gradient_descent_get_weights_sparse(self->optimizer.sgd); + } else if (self->optimizer_type == LOGISTIC_REGRESSION_OPTIMIZER_FTRL) { + if (self->optimizer.ftrl == NULL) return NULL; + return ftrl_weights_finalize_sparse(self->optimizer.ftrl); + } + + return NULL; +} diff --git a/src/logistic_regression_trainer.h b/src/logistic_regression_trainer.h new file mode 100644 index 0000000..ca63ee2 --- /dev/null +++ b/src/logistic_regression_trainer.h @@ -0,0 +1,63 @@ + +#ifndef LOGISTIC_REGRESSION_TRAINER_H +#define LOGISTIC_REGRESSION_TRAINER_H + +#include +#include +#include + +#include "averaged_perceptron_tagger.h" +#include "collections.h" +#include "features.h" +#include "ftrl.h" +#include "logistic_regression.h" +#include "minibatch.h" +#include "sparse_matrix.h" +#include "string_utils.h" +#include "stochastic_gradient_descent.h" +#include "tokens.h" +#include "trie.h" + +/** + * Helper struct for training logistic regression model + */ + + typedef enum { + LOGISTIC_REGRESSION_OPTIMIZER_SGD, + LOGISTIC_REGRESSION_OPTIMIZER_FTRL + } logistic_regression_optimizer_type; + +typedef struct logistic_regression_trainer { + trie_t *feature_ids; // Trie mapping features to array indices + size_t num_features; // Number of features + khash_t(str_uint32) *label_ids; // Hashtable mapping labels to array indices + size_t num_labels; // Number of labels + double_matrix_t *gradient; // Gradient matrix to be reused + khash_t(int_uint32) *unique_columns; // Unique columns set + uint32_array *batch_columns; // Unique columns as array + double_matrix_t *batch_weights; // Weights updated in this batch + uint32_t epochs; // Number of epochs + logistic_regression_optimizer_type optimizer_type; // Trainer type + union { + sgd_trainer_t *sgd; // Stochastic (ok, minibatch) gradient descent + ftrl_trainer_t *ftrl; // Follow-the-regularized-leader (FTRL) Proximal + } optimizer; +} logistic_regression_trainer_t; + +logistic_regression_trainer_t *logistic_regression_trainer_init_sgd(trie_t *feature_ids, khash_t(str_uint32) *label_ids, bool fit_intercept, regularization_type_t reg_type, double lambda, double gamma_0); +logistic_regression_trainer_t *logistic_regression_trainer_init_ftrl(trie_t *feature_ids, khash_t(str_uint32) *label_ids, double lambda1, double lambda2, double alpha, double beta); +bool logistic_regression_trainer_reset_params_sgd(logistic_regression_trainer_t *self, double lambda, double gamma_0); +bool logistic_regression_trainer_reset_params_ftrl(logistic_regression_trainer_t *self, double alpha, double beta, double lambda1, double lambda2); +bool logistic_regression_trainer_train_minibatch(logistic_regression_trainer_t *self, feature_count_array *features, cstring_array *labels); +double logistic_regression_trainer_minibatch_cost(logistic_regression_trainer_t *self, feature_count_array *features, cstring_array *labels); +double logistic_regression_trainer_minibatch_cost_regularized(logistic_regression_trainer_t *self, feature_count_array *features, cstring_array *labels); +double logistic_regression_trainer_regularization_cost(logistic_regression_trainer_t *self, size_t m); + +double_matrix_t *logistic_regression_trainer_get_weights(logistic_regression_trainer_t *self); +double_matrix_t *logistic_regression_trainer_get_regularized_weights(logistic_regression_trainer_t *self); +double_matrix_t *logistic_regression_trainer_final_weights(logistic_regression_trainer_t *self); +sparse_matrix_t *logistic_regression_trainer_final_weights_sparse(logistic_regression_trainer_t *self); + +void logistic_regression_trainer_destroy(logistic_regression_trainer_t *self); + +#endif diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..9f217b7 --- /dev/null +++ b/src/main.c @@ -0,0 +1,111 @@ +#include +#include +#include +#include +#include +#include + +#include "libpostal.h" +#include "file_utils.h" +#include "log/log.h" +#include "json_encode.h" +#include "string_utils.h" + +#define LIBPOSTAL_USAGE "Usage: ./libpostal address [...languages] [--json]\n" + +static inline void print_output(char *address, libpostal_normalize_options_t options, bool use_json, bool root_expansions) { + size_t num_expansions; + + char **expansions; + + if (!root_expansions) { + expansions = libpostal_expand_address(address, options, &num_expansions); + } else { + expansions = libpostal_expand_address_root(address, options, &num_expansions); + } + + char *normalized; + + if (!use_json) { + for (size_t i = 0; i < num_expansions; i++) { + normalized = expansions[i]; + printf("%s\n", normalized); + } + } else { + printf("{\"expansions\": ["); + for (size_t i = 0; i < num_expansions; i++) { + normalized = expansions[i]; + char *json_string = json_encode_string(normalized); + printf("%s%s", json_string, i < num_expansions - 1 ? ", ": ""); + free(json_string); + } + printf("]}\n"); + + } + + libpostal_expansion_array_destroy(expansions, num_expansions); + +} + +int main(int argc, char **argv) { + char *arg; + + char *address = NULL; + + bool use_json = false; + bool root_expansions = false; + + string_array *languages = NULL; + + for (int i = 1; i < argc; i++) { + arg = argv[i]; + if (string_equals(arg, "-h") || string_equals(arg, "--help")) { + printf(LIBPOSTAL_USAGE); + exit(EXIT_SUCCESS); + } else if (string_equals(arg, "--json")) { + use_json = true; + } else if (string_equals(arg, "--root")) { + root_expansions = true; + } else if (address == NULL) { + address = arg; + } else if (!string_starts_with(arg, "-")) { + if (languages == NULL) { + languages = string_array_new(); + } + string_array_push(languages, arg); + } + } + + if (address == NULL && (!use_json || isatty(fileno(stdin)))) { + log_error(LIBPOSTAL_USAGE); + exit(EXIT_FAILURE); + } + + if (!libpostal_setup() || (languages == NULL && !libpostal_setup_language_classifier())) { + exit(EXIT_FAILURE); + } + + libpostal_normalize_options_t options = libpostal_get_default_options(); + + if (languages != NULL) { + options.languages = languages->a; + options.num_languages = languages->n; + } + + if (address == NULL) { + char *line; + while ((line = file_getline(stdin)) != NULL) { + print_output(line, options, use_json, root_expansions); + free(line); + } + } else { + print_output(address, options, use_json, root_expansions); + } + + if (languages != NULL) { + string_array_destroy(languages); + } + + libpostal_teardown(); + libpostal_teardown_language_classifier(); +} diff --git a/src/matrix.h b/src/matrix.h new file mode 100644 index 0000000..05b43db --- /dev/null +++ b/src/matrix.h @@ -0,0 +1,450 @@ +#ifndef MATRIX_H +#define MATRIX_H + +#include +#include +#include +#include + +#ifdef HAVE_CONFIG_H +#include +#endif + +#include "collections.h" +#include "file_utils.h" +#include "vector.h" +#include "vector_math.h" + +#ifdef HAVE_CBLAS +#include +#else +#warning "No CBLAS" +#endif + +typedef enum { + MATRIX_DENSE, + MATRIX_SPARSE +} matrix_type_t; + +#define MATRIX_INIT(name, type, type_name, array_type) \ + typedef struct { \ + size_t m, n; \ + type *values; \ + } name##_t; \ + \ + static name##_t *name##_new(size_t m, size_t n) { \ + name##_t *matrix = malloc(sizeof(name##_t)); \ + \ + if (matrix == NULL) { \ + return NULL; \ + } \ + \ + matrix->m = m; \ + matrix->n = n; \ + \ + matrix->values = malloc(sizeof(type) * m * n); \ + if (matrix->values == NULL) { \ + free(matrix); \ + return NULL; \ + } \ + \ + return matrix; \ + \ + } \ + \ + static name##_t *name##_new_aligned(size_t m, size_t n, size_t alignment) { \ + name##_t *matrix = malloc(sizeof(name##_t)); \ + \ + if (matrix == NULL) { \ + return NULL; \ + } \ + \ + matrix->m = m; \ + matrix->n = n; \ + \ + matrix->values = aligned_malloc(sizeof(type) * m * n, alignment); \ + if (matrix->values == NULL) { \ + free(matrix); \ + return NULL; \ + } \ + \ + return matrix; \ + \ + } \ + \ + static void name##_destroy(name##_t *self) { \ + if (self == NULL) return; \ + \ + if (self->values != NULL) { \ + free(self->values); \ + } \ + \ + free(self); \ + } \ + \ + static void name##_destroy_aligned(name##_t *self) { \ + if (self == NULL) return; \ + \ + if (self->values != NULL) { \ + aligned_free(self->values); \ + } \ + \ + free(self); \ + } \ + \ + static inline void name##_zero(name##_t *self) { \ + memset(self->values, 0, self->m * self->n * sizeof(type)); \ + } \ + \ + \ + static inline bool name##_resize(name##_t *self, size_t m, size_t n) { \ + if (self == NULL) return false; \ + \ + if (m * n > (self->m * self->n)) { \ + type *ptr = realloc(self->values, sizeof(type) * m * n); \ + if (ptr == NULL) { \ + return false; \ + } \ + self->values = ptr; \ + } \ + \ + self->m = m; \ + self->n = n; \ + \ + return true; \ + } \ + \ + static inline bool name##_resize_aligned(name##_t *self, size_t m, size_t n, size_t alignment) { \ + if (self == NULL) return false; \ + \ + if (m * n > (self->m * self->n)) { \ + type *ptr = aligned_resize(self->values, sizeof(type) * self->m * self->n, sizeof(type) * m * n, alignment); \ + if (ptr == NULL) { \ + return false; \ + } \ + self->values = ptr; \ + } \ + \ + self->m = m; \ + self->n = n; \ + \ + return true; \ + } \ + \ + static inline bool name##_resize_fill_zeros(name##_t *self, size_t m, size_t n) { \ + size_t old_m = self->m; \ + bool ret = name##_resize(self, m, n); \ + if (ret && m > old_m) { \ + memset(self->values + old_m, 0, (m - old_m) * self->n * sizeof(type)); \ + } \ + return ret; \ + } \ + \ + static inline bool name##_resize_aligned_fill_zeros(name##_t *self, size_t m, size_t n, size_t alignment) { \ + size_t old_m = self->m; \ + bool ret = name##_resize_aligned(self, m, n, alignment); \ + if (ret && m > old_m) { \ + memset(self->values + old_m, 0, (m - old_m) * self->n * sizeof(type)); \ + } \ + return ret; \ + } \ + \ + static inline name##_t *name##_new_copy(name##_t *self) { \ + name##_t *cpy = name##_new(self->m, self->n); \ + size_t num_values = self->m * self->n; \ + memcpy(cpy->values, self->values, num_values * sizeof(type)); \ + \ + return cpy; \ + } \ + \ + static inline bool name##_copy(name##_t *self, name##_t *other) { \ + if (self->m != other->m || self->n != other->n) { \ + return false; \ + } \ + size_t num_values = self->m * self->n; \ + \ + memcpy(other->values, self->values, num_values * sizeof(type)); \ + return true; \ + } \ + \ + static inline void name##_init_values(name##_t *self, type *values) { \ + size_t num_values = self->m * self->n; \ + memcpy(self->values, values, num_values * sizeof(type)); \ + } \ + \ + static inline void name##_set(name##_t *self, type value) { \ + array_type##_set(self->values, value, self->m * self->n); \ + } \ + \ + static inline void name##_set_row(name##_t *self, size_t index, type *row) { \ + size_t offset = index * self->n; \ + type *values = self->values; \ + size_t n = self->n; \ + memcpy(values + offset, row, n * sizeof(type)); \ + } \ + \ + static inline void name##_set_scalar(name##_t *self, size_t row_index, size_t col_index, type value) { \ + size_t offset = row_index * self->n + col_index; \ + self->values[offset] = value; \ + } \ + \ + static inline void name##_add_scalar(name##_t *self, size_t row_index, size_t col_index, type value) { \ + size_t offset = row_index * self->n + col_index; \ + self->values[offset] += value; \ + } \ + \ + static inline void name##_sub_scalar(name##_t *self, size_t row_index, size_t col_index, type value) { \ + size_t offset = row_index * self->n + col_index; \ + self->values[offset] -= value; \ + } \ + \ + static inline void name##_mul_scalar(name##_t *self, size_t row_index, size_t col_index, type value) { \ + size_t offset = row_index * self->n + col_index; \ + self->values[offset] *= value; \ + } \ + \ + static inline void name##_div_scalar(name##_t *self, size_t row_index, size_t col_index, type value) { \ + size_t offset = row_index * self->n + col_index; \ + self->values[offset] /= value; \ + } \ + \ + static inline type name##_get(name##_t *self, size_t row_index, size_t col_index) { \ + size_t index = row_index * self->n + col_index; \ + return self->values[index]; \ + } \ + \ + static inline type *name##_get_row(name##_t *self, size_t row_index) { \ + size_t index = row_index * self->n; \ + return self->values + index; \ + } \ + \ + static inline name##_t *name##_new_value(size_t m, size_t n, type value) { \ + name##_t *matrix = name##_new(m, n); \ + name##_set(matrix, value); \ + return matrix; \ + } \ + \ + static inline name##_t *name##_new_zeros(size_t m, size_t n) { \ + name##_t *matrix = name##_new(m, n); \ + name##_zero(matrix); \ + return matrix; \ + } \ + \ + static inline name##_t *name##_new_ones(size_t m, size_t n) { \ + return name##_new_value(m, n, (type)1); \ + } \ + \ + static inline name##_t *name##_new_values(size_t m, size_t n, type *values) { \ + name##_t *matrix = name##_new(m, n); \ + memcpy(matrix->values, values, m * n * sizeof(type)); \ + return matrix; \ + } \ + \ + static inline void name##_div(name##_t *self, type value) { \ + array_type##_div(self->values, value, self->m * self->n); \ + } \ + \ + static inline bool name##_div_matrix(name##_t *self, name##_t *other) { \ + if (self->m != other->m || self->n != other->n) return false; \ + array_type##_div_array(self->values, other->values, self->m * self->n); \ + return true; \ + } \ + \ + static inline bool name##_div_matrix_times_scalar(name##_t *self, name##_t *other, type v) { \ + if (self->m != other->m || self->n != other->n) return false; \ + array_type##_div_array_times_scalar(self->values, other->values, v, self->m * self->n); \ + return true; \ + } \ + \ + static inline void name##_mul(name##_t *self, type value) { \ + array_type##_mul(self->values, value, self->m * self->n); \ + } \ + \ + static inline bool name##_mul_matrix(name##_t *self, name##_t *other) { \ + if (self->m != other->m || self->n != other->n) return false; \ + array_type##_mul_array(self->values, other->values, self->m * self->n); \ + return true; \ + } \ + \ + static inline bool name##_mul_matrix_times_scalar(name##_t *self, name##_t *other, type v) { \ + if (self->m != other->m || self->n != other->n) return false; \ + array_type##_mul_array_times_scalar(self->values, other->values, v, self->m * self->n); \ + return true; \ + } \ + \ + static inline void name##_add(name##_t *self, type value) { \ + array_type##_add(self->values, self->m * self->n, value); \ + } \ + \ + \ + static inline bool name##_add_matrix(name##_t *self, name##_t *other) { \ + if (self->m != other->m || self->n != other->n) return false; \ + array_type##_add_array(self->values, other->values, self->m * self->n); \ + return true; \ + } \ + \ + static inline bool name##_add_matrix_times_scalar(name##_t *self, name##_t *other, type v) { \ + if (self->m != other->m || self->n != other->n) return false; \ + array_type##_add_array_times_scalar(self->values, other->values, v, self->m * self->n); \ + return true; \ + } \ + \ + static inline void name##_sub(name##_t *self, type value) { \ + array_type##_sub(self->values, value, self->m * self->n); \ + } \ + \ + static inline bool name##_sub_matrix(name##_t *self, name##_t *other) { \ + if (self->m != other->m || self->n != other->n) return false; \ + array_type##_sub_array(self->values, other->values, self->m * self->n); \ + return true; \ + } \ + \ + static inline bool name##_sub_matrix_times_scalar(name##_t *self, name##_t *other, type v) { \ + if (self->m != other->m || self->n != other->n) return false; \ + array_type##_sub_array_times_scalar(self->values, other->values, v, self->m * self->n); \ + return true; \ + } \ + \ + static name##_t *name##_read(FILE *f) { \ + name##_t *mat = malloc(sizeof(name##_t)); \ + if (mat == NULL) return NULL; \ + \ + mat->values = NULL; \ + \ + uint64_t m = 0; \ + uint64_t n = 0; \ + \ + if (!file_read_uint64(f, &m) || \ + !file_read_uint64(f, &n)) { \ + goto exit_##name##_allocated; \ + } \ + \ + mat->m = (size_t)m; \ + mat->n = (size_t)n; \ + \ + size_t len_data = mat->m * mat->n; \ + \ + type *data = malloc(len_data * sizeof(type)); \ + if (data == NULL) { \ + log_error("error in data malloc\n"); \ + goto exit_##name##_allocated; \ + } \ + \ + if (!file_read_##array_type(f, data, len_data)) { \ + free(data); \ + goto exit_##name##_allocated; \ + } \ + \ + mat->values = data; \ + \ + return mat; \ + \ + exit_##name##_allocated: \ + name##_destroy(mat); \ + return NULL; \ + } \ + \ + static bool name##_write(name##_t *self, FILE *f) { \ + if (self == NULL || self->values == NULL) { \ + return false; \ + } \ + \ + if (!file_write_uint64(f, (uint64_t)self->m) || \ + !file_write_uint64(f, (uint64_t)self->n)) { \ + return false; \ + } \ + \ + uint64_t len_data = (uint64_t)self->m * (uint64_t)self->n; \ + \ + for (uint64_t i = 0; i < len_data; i++) { \ + if (!file_write_##type_name(f, self->values[i])) { \ + return false; \ + } \ + } \ + \ + return true; \ + } + + +#define MATRIX_INIT_FLOAT_BASE(name, type, type_name, array_type) \ + MATRIX_INIT(name, type, type_name, array_type) \ + \ + static inline void name##_log(name##_t *self) { \ + array_type##_log(self->values, self->m * self->n); \ + } \ + \ + static inline void name##_exp(name##_t *self) { \ + array_type##_exp(self->values, self->m * self->n); \ + } \ + \ + static inline void name##_dot_vector(name##_t *self, type *vec, type *result) { \ + type *values = self->values; \ + size_t m = self->m; \ + size_t n = self->n; \ + for (size_t i = 0; i < m; i++) { \ + for (size_t j = 0; j < n; j++) { \ + result[i] += values[n * i + j] * vec[j]; \ + } \ + } \ + } + + +#ifdef HAVE_CBLAS +#define MATRIX_INIT_FLOAT(name, type, type_name, array_type, blas_prefix) \ + MATRIX_INIT_FLOAT_BASE(name, type, type_name, array_type) \ + \ + static inline bool name##_dot_matrix(name##_t *m1, name##_t *m2, name##_t *result) { \ + if (m1->n != m2->m || m1->m != result->m || m2->n != result->n) { \ + return false; \ + } \ + \ + log_debug("doing CBLAS\n"); \ + cblas_##blas_prefix##gemm(CblasRowMajor, CblasNoTrans, CblasNoTrans, \ + m1->m, m2->n, m1->n, 1.0, \ + m1->values, m1->n, \ + m2->values, m2->n, 0.0, \ + result->values, result->n \ + ); \ + \ + return true; \ + } + +#else +#define MATRIX_INIT_FLOAT(name, type, type_name, array_type, blas_prefix) \ + MATRIX_INIT_FLOAT_BASE(name, type, type_name, array_type) \ + \ + static inline bool name##_dot_matrix(name##_t *m1, name##_t *m2, name##_t *result) { \ + if (m1->n != m2->m || m1->m != result->m || m2->n != result->n) { \ + return false; \ + } \ + \ + size_t m1_rows = m1->m; \ + size_t m1_cols = m1->n; \ + size_t m2_rows = m2->m; \ + size_t m2_cols = m2->n; \ + \ + type *m1_values = m1->values; \ + type *m2_values = m2->values; \ + type *result_values = result->values; \ + \ + for (size_t i = 0; i < m1_rows; i++) { \ + for (size_t j = 0; j < m2_cols; j++) { \ + size_t result_index = m2_cols * i + j; \ + result_values[result_index] = 0.0; \ + for (size_t k = 0; k < m2_rows; k++) { \ + result_values[result_index] += m1_values[m1_cols * i + k] * m2_values[m2_cols * k + j]; \ + } \ + } \ + } \ + \ + return true; \ + } +#endif + +MATRIX_INIT(uint32_matrix, uint32_t, uint32, uint32_array) + +MATRIX_INIT_FLOAT(float_matrix, float, float, float_array,s) +MATRIX_INIT_FLOAT(double_matrix, double, double, double_array,d) + + +#endif diff --git a/src/minibatch.c b/src/minibatch.c new file mode 100644 index 0000000..0a37b72 --- /dev/null +++ b/src/minibatch.c @@ -0,0 +1,215 @@ +#include "minibatch.h" +#include "float_utils.h" + +#define BIAS_FEATURE_ID 0 + +bool count_features_minibatch(khash_t(str_double) *feature_counts, feature_count_array *minibatch, bool unique) { + const char *feature; + uint32_t feature_id; + double count; + + size_t i; + size_t m = minibatch->n; + + for (i = 0; i < minibatch->n; i++) { + khash_t(str_double) *counts = minibatch->a[i]; + + kh_foreach(counts, feature, count, { + // If unique is true, count features once per example + double value = unique ? 1.0 : count; + if (!feature_counts_add(feature_counts, (char *)feature, value)) { + return false; + } + }) + } + + return true; +} + +bool count_labels_minibatch(khash_t(str_uint32) *label_ids, cstring_array *labels) { + uint32_t i; + char *label; + + cstring_array_foreach(labels, i, label, { + khiter_t k = kh_get(str_uint32, label_ids, label); + + if (k != kh_end(label_ids)) { + kh_value(label_ids, k)++; + } else { + int ret = 0; + k = kh_put(str_uint32, label_ids, strdup(label), &ret); + if (ret < 0) { + return false; + } + kh_value(label_ids, k) = 1; + } + + }) + + return true; +} + +trie_t *select_features_threshold(khash_t(str_double) *feature_counts, double threshold) { + const char *feature; + double count; + + int ret = 0; + // First feature is the bias unit, so start from 1 + uint32_t feature_id = 1; + + khash_t(str_uint32) *feature_ids = kh_init(str_uint32); + + size_t n = kh_size(feature_counts); + + bool reversed = true; + char **sorted_keys = str_double_hash_sort_keys_by_value(feature_counts, reversed); + log_info("Sort done\n"); + + for (size_t i = 0; i < n; i++) { + char *key = sorted_keys[i]; + khiter_t k = kh_get(str_double, feature_counts, key); + if (k == kh_end(feature_counts)) { + goto exit_destroy_feature_ids; + } + + if (strlen(key) == 0) continue; + + count = kh_value(feature_counts, k); + if (count < threshold && !double_equals(count, threshold)) continue; + + // feature_ids is a local hash, don't need to strdup the key on put + k = kh_put(str_uint32, feature_ids, key, &ret); + if (ret < 0) { + goto exit_destroy_feature_ids; + } + + kh_value(feature_ids, k) = feature_id++; + } + + trie_t *trie = trie_new_from_hash(feature_ids); + + free(sorted_keys); + kh_destroy(str_uint32, feature_ids); + return trie; + +exit_destroy_feature_ids: + free(sorted_keys); + kh_destroy(str_uint32, feature_ids); + return NULL; +} + +khash_t(str_uint32) *select_labels_threshold(khash_t(str_uint32) *label_counts, uint32_t threshold) { + const char *label; + uint32_t count; + + int ret = 0; + uint32_t label_id = 0; + + khash_t(str_uint32) *label_ids = kh_init(str_uint32); + + size_t n = kh_size(label_counts); + + bool reversed = true; + char **sorted_keys = str_uint32_hash_sort_keys_by_value(label_counts, reversed); + + for (size_t i = 0; i < n; i++) { + char *label = sorted_keys[i]; + khiter_t k = kh_get(str_uint32, label_counts, label); + if (k == kh_end(label_counts)) { + goto exit_destroy_label_ids; + } + + count = kh_value(label_counts, k); + if (count < threshold) continue; + + k = kh_put(str_uint32, label_ids, label, &ret); + if (ret < 0) { + goto exit_destroy_label_ids; + } + + kh_value(label_ids, k) = label_id++; + } + + free(sorted_keys); + return label_ids; +exit_destroy_label_ids: + free(sorted_keys); + kh_destroy(str_uint32, label_ids); + return NULL; +} + +sparse_matrix_t *feature_matrix(trie_t *feature_ids, feature_count_array *feature_counts) { + if (feature_ids == NULL || feature_counts == NULL) return NULL; + + const char *feature; + uint32_t feature_id; + double count; + + size_t i; + size_t m = feature_counts->n; + // Add one feature for bias unit + size_t n = trie_num_keys(feature_ids) + 1; + + sparse_matrix_t *matrix = sparse_matrix_new_shape(m, n); + + for (i = 0; i < m; i++) { + khash_t(str_double) *counts = feature_counts->a[i]; + sparse_matrix_append(matrix, BIAS_FEATURE_ID, 1.0); + + kh_foreach(counts, feature, count, { + if (!trie_get_data(feature_ids, (char *)feature, &feature_id)) { + continue; + } + sparse_matrix_append(matrix, feature_id, count); + }) + + sparse_matrix_finalize_row(matrix); + } + + return matrix; +} + +sparse_matrix_t *feature_vector(trie_t *feature_ids, khash_t(str_double) *feature_counts) { + const char *feature; + uint32_t feature_id; + double count; + + size_t m = 1; + // Add one feature for bias unit + size_t n = trie_num_keys(feature_ids) + 1; + + sparse_matrix_t *matrix = sparse_matrix_new_shape(m, n); + + sparse_matrix_append(matrix, BIAS_FEATURE_ID, 1.0); + kh_foreach(feature_counts, feature, count, { + if (!trie_get_data(feature_ids, (char *)feature, &feature_id)) { + continue; + } + sparse_matrix_append(matrix, feature_id, count); + }) + + sparse_matrix_finalize_row(matrix); + + return matrix; +} + +uint32_array *label_vector(khash_t(str_uint32) *label_ids, cstring_array *labels) { + uint32_t i; + char *label; + uint32_t label_id; + + uint32_array *array = uint32_array_new_size(cstring_array_num_strings(labels)); + + cstring_array_foreach(labels, i, label, { + khiter_t k = kh_get(str_uint32, label_ids, label); + + if (k != kh_end(label_ids)) { + label_id = kh_value(label_ids, k); + uint32_array_push(array, label_id); + } + + }); + + return array; +} + diff --git a/src/minibatch.h b/src/minibatch.h new file mode 100644 index 0000000..c07cea1 --- /dev/null +++ b/src/minibatch.h @@ -0,0 +1,26 @@ +#ifndef MINIBATCH_H +#define MINIBATCH_H + +#include +#include + +#include "collections.h" +#include "features.h" +#include "sparse_matrix.h" +#include "trie.h" +#include "trie_utils.h" +#include "vector_math.h" + + +bool count_features_minibatch(khash_t(str_double) *feature_counts, feature_count_array *minibatch, bool unique); +bool count_labels_minibatch(khash_t(str_uint32) *label_counts, cstring_array *labels); + +trie_t *select_features_threshold(khash_t(str_double) *feature_counts, double threshold); +khash_t(str_uint32) *select_labels_threshold(khash_t(str_uint32) *label_counts, uint32_t threshold); + +sparse_matrix_t *feature_matrix(trie_t *feature_ids, feature_count_array *feature_counts); +sparse_matrix_t *feature_vector(trie_t *feature_ids, khash_t(str_double) *feature_counts); +uint32_array *label_vector(khash_t(str_uint32) *label_ids, cstring_array *labels); + + +#endif \ No newline at end of file diff --git a/src/msgpack_utils.c b/src/msgpack_utils.c new file mode 100644 index 0000000..ec75ee6 --- /dev/null +++ b/src/msgpack_utils.c @@ -0,0 +1,99 @@ +#include "msgpack_utils.h" + +static char_array *read_string(char_array *str, size_t len, msgpack_buffer_t *buffer) { + char_array_clear(str); + char_array_cat_len(str, buffer->data->a + buffer->offset, len); + buffer->offset += len; + return str; +} + +bool msgpack_bytes_reader(cmp_ctx_t *ctx, void *data, size_t size) { + msgpack_buffer_t *buffer = ctx->buf; + if (buffer->offset + size > char_array_len(buffer->data)) { + return false; + } + memcpy(data, buffer->data->a + buffer->offset, size); + buffer->offset += size; + return true; +} + +size_t msgpack_bytes_writer(cmp_ctx_t *ctx, const void *data, size_t count) { + msgpack_buffer_t *buffer = (msgpack_buffer_t *)ctx->buf; + char_array_cat_len(buffer->data, (char *)data, count); + buffer->offset += count; + return count; +} + +bool cmp_read_str_size_or_nil(cmp_ctx_t *ctx, char_array **str, uint32_t *size) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) { + return false; + } + + if (cmp_object_is_str(&obj)) { + *size = obj.as.str_size; + *str = read_string(*str, *size, ctx->buf); + } else if (cmp_object_is_nil(&obj)) { + *size = 0; + char_array_clear(*str); + } + + return true; +} + +bool cmp_write_str_or_nil(cmp_ctx_t *ctx, char_array *str) { + if (str != NULL && char_array_len(str) > 0) { + return cmp_write_str(ctx, str->a, char_array_len(str)); + } else { + return cmp_write_nil(ctx); + } +} + +bool cmp_write_uint_vector(cmp_ctx_t *ctx, uint32_array *array) { + size_t n = array->n; + if (!cmp_write_array(ctx, n)) { + return false; + } + + for (size_t i = 0; i < n; i++) { + if (!cmp_write_uint(ctx, array->a[i])) { + return false; + } + } + return true; +} + +bool cmp_read_uint_vector(cmp_ctx_t *ctx, uint32_array **array) { + cmp_object_t obj; + + if (!cmp_read_object(ctx, &obj)) { + return false; + } + + if (!cmp_object_is_array(&obj)) { + return false; + } + + uint32_t size = 0; + if (!cmp_read_array(ctx, &size)) { + return false; + } + + if (size == 0) { + *array = NULL; + return true; + } + + uint32_array *tmp = uint32_array_new_size((size_t)size); + uint32_t value; + for (int i = 0; i < size; i++) { + if (!cmp_read_uint(ctx, &value)) { + uint32_array_destroy(tmp); + return false; + } + uint32_array_push(tmp, value); + } + *array = tmp; + return true; +} \ No newline at end of file diff --git a/src/msgpack_utils.h b/src/msgpack_utils.h new file mode 100644 index 0000000..6bb9bbb --- /dev/null +++ b/src/msgpack_utils.h @@ -0,0 +1,26 @@ +#ifndef MSGPACK_UTILS_H +#define MSGPACK_UTILS_H + +#include +#include +#include + +#include "cmp/cmp.h" +#include "collections.h" +#include "string_utils.h" + +typedef struct msgpack_buffer { + char_array *data; + int offset; +} msgpack_buffer_t; + +bool msgpack_bytes_reader(cmp_ctx_t *ctx, void *data, size_t size); +size_t msgpack_bytes_writer(cmp_ctx_t *ctx, const void *data, size_t count); + +bool cmp_read_str_size_or_nil(cmp_ctx_t *ctx, char_array **str, uint32_t *size); +bool cmp_write_str_or_nil(cmp_ctx_t *ctx, char_array *str); + +bool cmp_read_uint_vector(cmp_ctx_t *ctx, uint32_array **array); +bool cmp_write_uint_vector(cmp_ctx_t *ctx, uint32_array *array); + +#endif \ No newline at end of file diff --git a/src/murmur/murmur.c b/src/murmur/murmur.c new file mode 100644 index 0000000..be8f467 --- /dev/null +++ b/src/murmur/murmur.c @@ -0,0 +1,118 @@ +//----------------------------------------------------------------------------- +// MurmurHash3 was written by Austin Appleby, and is placed in the public +// domain. The author hereby disclaims copyright to this source code. + +// Note - The x86 and x64 versions do _not_ produce the same results, as the +// algorithms are optimized for their respective platforms. You can still +// compile and run any of them on any platform, but your performance with the +// non-native version will be less than optimal. + +#include "murmur.h" + +#define FORCE_INLINE inline static + +FORCE_INLINE uint64_t rotl64 ( uint64_t x, int8_t r ) +{ + return (x << r) | (x >> (64 - r)); +} + +#define ROTL64(x,y) rotl64(x,y) + +#define BIG_CONSTANT(x) (x##LLU) + +#define getblock(x, i) (x[i]) + +//----------------------------------------------------------------------------- +// Finalization mix - force all bits of a hash block to avalanche + +FORCE_INLINE uint64_t fmix64(uint64_t k) +{ + k ^= k >> 33; + k *= BIG_CONSTANT(0xff51afd7ed558ccd); + k ^= k >> 33; + k *= BIG_CONSTANT(0xc4ceb9fe1a85ec53); + k ^= k >> 33; + + return k; +} + +//----------------------------------------------------------------------------- + +void MurmurHash3_x64_128 ( const void * key, const int len, + const uint32_t seed, void * out ) +{ + const uint8_t * data = (const uint8_t*)key; + const int nblocks = len / 16; + + uint64_t h1 = seed; + uint64_t h2 = seed; + + uint64_t c1 = BIG_CONSTANT(0x87c37b91114253d5); + uint64_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); + + int i; + + //---------- + // body + + const uint64_t * blocks = (const uint64_t *)(data); + + for(i = 0; i < nblocks; i++) { + uint64_t k1 = getblock(blocks,i*2+0); + uint64_t k2 = getblock(blocks,i*2+1); + + k1 *= c1; k1 = ROTL64(k1,31); k1 *= c2; h1 ^= k1; + + h1 = ROTL64(h1,27); h1 += h2; h1 = h1*5+0x52dce729; + + k2 *= c2; k2 = ROTL64(k2,33); k2 *= c1; h2 ^= k2; + + h2 = ROTL64(h2,31); h2 += h1; h2 = h2*5+0x38495ab5; + } + + //---------- + // tail + + const uint8_t * tail = (const uint8_t*)(data + nblocks*16); + + uint64_t k1 = 0; + uint64_t k2 = 0; + + switch(len & 15) { + case 15: k2 ^= ((uint64_t)tail[14]) << 48; + case 14: k2 ^= ((uint64_t)tail[13]) << 40; + case 13: k2 ^= ((uint64_t)tail[12]) << 32; + case 12: k2 ^= ((uint64_t)tail[11]) << 24; + case 11: k2 ^= ((uint64_t)tail[10]) << 16; + case 10: k2 ^= ((uint64_t)tail[ 9]) << 8; + case 9: k2 ^= ((uint64_t)tail[ 8]) << 0; + k2 *= c2; k2 = ROTL64(k2,33); k2 *= c1; h2 ^= k2; + + case 8: k1 ^= ((uint64_t)tail[ 7]) << 56; + case 7: k1 ^= ((uint64_t)tail[ 6]) << 48; + case 6: k1 ^= ((uint64_t)tail[ 5]) << 40; + case 5: k1 ^= ((uint64_t)tail[ 4]) << 32; + case 4: k1 ^= ((uint64_t)tail[ 3]) << 24; + case 3: k1 ^= ((uint64_t)tail[ 2]) << 16; + case 2: k1 ^= ((uint64_t)tail[ 1]) << 8; + case 1: k1 ^= ((uint64_t)tail[ 0]) << 0; + k1 *= c1; k1 = ROTL64(k1,31); k1 *= c2; h1 ^= k1; + } + + //---------- + // finalization + + h1 ^= len; h2 ^= len; + + h1 += h2; + h2 += h1; + + h1 = fmix64(h1); + h2 = fmix64(h2); + + h1 += h2; + h2 += h1; + + ((uint64_t*)out)[0] = h1; + ((uint64_t*)out)[1] = h2; +} \ No newline at end of file diff --git a/src/murmur/murmur.h b/src/murmur/murmur.h new file mode 100644 index 0000000..3390067 --- /dev/null +++ b/src/murmur/murmur.h @@ -0,0 +1,12 @@ +//----------------------------------------------------------------------------- +// MurmurHash3 was written by Austin Appleby, and is placed in the public +// domain. The author hereby disclaims copyright to this source code. + +#ifndef _MURMURHASH3_H_ +#define _MURMURHASH3_H_ + +#include + +void MurmurHash3_x64_128 ( const void * key, int len, uint32_t seed, void * out ); + +#endif // _MURMURHASH3_H_ \ No newline at end of file diff --git a/src/near_dupe.c b/src/near_dupe.c new file mode 100644 index 0000000..f28b214 --- /dev/null +++ b/src/near_dupe.c @@ -0,0 +1,1216 @@ +#include + +#include "log/log.h" + +#include "near_dupe.h" + +#include "acronyms.h" +#include "double_metaphone.h" +#include "expand.h" +#include "features.h" +#include "float_utils.h" +#include "normalize.h" +#include "ngrams.h" +#include "place.h" +#include "scanner.h" +#include "string_utils.h" +#include "tokens.h" +#include "unicode_scripts.h" +#include "unicode_script_types.h" + +#include "geohash/geohash.h" + +#define MAX_GEOHASH_PRECISION 12 + +#define NAME_KEY_PREFIX "n" +#define ADDRESS_KEY_PREFIX "a" +#define UNIT_KEY_PREFIX "u" +#define PO_BOX_KEY_PREFIX "p" +#define HOUSE_NUMBER_KEY_PREFIX "h" +#define STREET_KEY_PREFIX "s" + +#define GEOHASH_KEY_PREFIX "gh" +#define POSTCODE_KEY_PREFIX "pc" +#define CITY_KEY_PREFIX "ct" +#define CONTAINING_BOUNDARY_PREFIX "cb" + +#define NAME_ADDRESS_UNIT_GEOHASH_KEY_PREFIX NAME_KEY_PREFIX ADDRESS_KEY_PREFIX UNIT_KEY_PREFIX GEOHASH_KEY_PREFIX +#define NAME_ADDRESS_UNIT_CITY_KEY_PREFIX NAME_KEY_PREFIX ADDRESS_KEY_PREFIX UNIT_KEY_PREFIX CITY_KEY_PREFIX +#define NAME_ADDRESS_UNIT_CONTAINING_KEY_PREFIX NAME_KEY_PREFIX ADDRESS_KEY_PREFIX UNIT_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define NAME_ADDRESS_UNIT_POSTCODE_KEY_PREFIX NAME_KEY_PREFIX ADDRESS_KEY_PREFIX UNIT_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define NAME_ADDRESS_GEOHASH_KEY_PREFIX NAME_KEY_PREFIX ADDRESS_KEY_PREFIX GEOHASH_KEY_PREFIX +#define NAME_ADDRESS_CITY_KEY_PREFIX NAME_KEY_PREFIX ADDRESS_KEY_PREFIX CITY_KEY_PREFIX +#define NAME_ADDRESS_CONTAINING_KEY_PREFIX NAME_KEY_PREFIX ADDRESS_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define NAME_ADDRESS_POSTCODE_KEY_PREFIX NAME_KEY_PREFIX ADDRESS_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define NAME_HOUSE_NUMBER_UNIT_GEOHASH_KEY_PREFIX NAME_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX UNIT_KEY_PREFIX GEOHASH_KEY_PREFIX +#define NAME_HOUSE_NUMBER_UNIT_CITY_KEY_PREFIX NAME_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX UNIT_KEY_PREFIX CITY_KEY_PREFIX +#define NAME_HOUSE_NUMBER_UNIT_CONTAINING_KEY_PREFIX NAME_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX UNIT_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define NAME_HOUSE_NUMBER_UNIT_POSTCODE_KEY_PREFIX NAME_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX UNIT_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define NAME_HOUSE_NUMBER_GEOHASH_KEY_PREFIX NAME_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX GEOHASH_KEY_PREFIX +#define NAME_HOUSE_NUMBER_CITY_KEY_PREFIX NAME_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX CITY_KEY_PREFIX +#define NAME_HOUSE_NUMBER_CONTAINING_KEY_PREFIX NAME_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define NAME_HOUSE_NUMBER_POSTCODE_KEY_PREFIX NAME_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define NAME_STREET_UNIT_GEOHASH_KEY_PREFIX NAME_KEY_PREFIX STREET_KEY_PREFIX UNIT_KEY_PREFIX GEOHASH_KEY_PREFIX +#define NAME_STREET_UNIT_CITY_KEY_PREFIX NAME_KEY_PREFIX STREET_KEY_PREFIX UNIT_KEY_PREFIX CITY_KEY_PREFIX +#define NAME_STREET_UNIT_CONTAINING_KEY_PREFIX NAME_KEY_PREFIX STREET_KEY_PREFIX UNIT_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define NAME_STREET_UNIT_POSTCODE_KEY_PREFIX NAME_KEY_PREFIX STREET_KEY_PREFIX UNIT_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define NAME_STREET_GEOHASH_KEY_PREFIX NAME_KEY_PREFIX STREET_KEY_PREFIX GEOHASH_KEY_PREFIX +#define NAME_STREET_CITY_KEY_PREFIX NAME_KEY_PREFIX STREET_KEY_PREFIX CITY_KEY_PREFIX +#define NAME_STREET_CONTAINING_KEY_PREFIX NAME_KEY_PREFIX STREET_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define NAME_STREET_POSTCODE_KEY_PREFIX NAME_KEY_PREFIX STREET_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define NAME_PO_BOX_GEOHASH_KEY_PREFIX NAME_KEY_PREFIX PO_BOX_KEY_PREFIX GEOHASH_KEY_PREFIX +#define NAME_PO_BOX_CITY_KEY_PREFIX NAME_KEY_PREFIX PO_BOX_KEY_PREFIX CITY_KEY_PREFIX +#define NAME_PO_BOX_CONTAINING_KEY_PREFIX NAME_KEY_PREFIX PO_BOX_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define NAME_PO_BOX_POSTCODE_KEY_PREFIX NAME_KEY_PREFIX PO_BOX_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define NAME_UNIT_GEOHASH_KEY_PREFIX NAME_KEY_PREFIX UNIT_KEY_PREFIX GEOHASH_KEY_PREFIX +#define NAME_UNIT_CITY_KEY_PREFIX NAME_KEY_PREFIX UNIT_KEY_PREFIX CITY_KEY_PREFIX +#define NAME_UNIT_CONTAINING_KEY_PREFIX NAME_KEY_PREFIX UNIT_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define NAME_UNIT_POSTCODE_KEY_PREFIX NAME_KEY_PREFIX UNIT_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define NAME_GEOHASH_KEY_PREFIX NAME_KEY_PREFIX GEOHASH_KEY_PREFIX +#define NAME_CITY_KEY_PREFIX NAME_KEY_PREFIX CITY_KEY_PREFIX +#define NAME_CONTAINING_KEY_PREFIX NAME_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define NAME_POSTCODE_KEY_PREFIX NAME_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define ADDRESS_UNIT_GEOHASH_KEY_PREFIX ADDRESS_KEY_PREFIX UNIT_KEY_PREFIX GEOHASH_KEY_PREFIX +#define ADDRESS_UNIT_CITY_KEY_PREFIX ADDRESS_KEY_PREFIX UNIT_KEY_PREFIX CITY_KEY_PREFIX +#define ADDRESS_UNIT_CONTAINING_KEY_PREFIX ADDRESS_KEY_PREFIX UNIT_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define ADDRESS_UNIT_POSTCODE_KEY_PREFIX ADDRESS_KEY_PREFIX UNIT_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define ADDRESS_GEOHASH_KEY_PREFIX ADDRESS_KEY_PREFIX GEOHASH_KEY_PREFIX +#define ADDRESS_CITY_KEY_PREFIX ADDRESS_KEY_PREFIX CITY_KEY_PREFIX +#define ADDRESS_CONTAINING_KEY_PREFIX ADDRESS_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define ADDRESS_POSTCODE_KEY_PREFIX ADDRESS_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define HOUSE_NUMBER_UNIT_GEOHASH_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX UNIT_KEY_PREFIX GEOHASH_KEY_PREFIX +#define HOUSE_NUMBER_UNIT_CITY_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX UNIT_KEY_PREFIX CITY_KEY_PREFIX +#define HOUSE_NUMBER_UNIT_CONTAINING_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX UNIT_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define HOUSE_NUMBER_UNIT_POSTCODE_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX UNIT_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define HOUSE_NUMBER_GEOHASH_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX GEOHASH_KEY_PREFIX +#define HOUSE_NUMBER_CITY_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX CITY_KEY_PREFIX +#define HOUSE_NUMBER_CONTAINING_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define HOUSE_NUMBER_POSTCODE_KEY_PREFIX HOUSE_NUMBER_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define STREET_GEOHASH_KEY_PREFIX STREET_KEY_PREFIX GEOHASH_KEY_PREFIX +#define STREET_CITY_KEY_PREFIX STREET_KEY_PREFIX CITY_KEY_PREFIX +#define STREET_CONTAINING_KEY_PREFIX STREET_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define STREET_POSTCODE_KEY_PREFIX STREET_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define STREET_UNIT_GEOHASH_KEY_PREFIX STREET_KEY_PREFIX UNIT_KEY_PREFIX GEOHASH_KEY_PREFIX +#define STREET_UNIT_CITY_KEY_PREFIX STREET_KEY_PREFIX UNIT_KEY_PREFIX CITY_KEY_PREFIX +#define STREET_UNIT_CONTAINING_KEY_PREFIX STREET_KEY_PREFIX UNIT_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define STREET_UNIT_POSTCODE_KEY_PREFIX STREET_KEY_PREFIX UNIT_KEY_PREFIX POSTCODE_KEY_PREFIX + +#define PO_BOX_GEOHASH_KEY_PREFIX PO_BOX_KEY_PREFIX GEOHASH_KEY_PREFIX +#define PO_BOX_CITY_KEY_PREFIX PO_BOX_KEY_PREFIX CITY_KEY_PREFIX +#define PO_BOX_CONTAINING_KEY_PREFIX PO_BOX_KEY_PREFIX CONTAINING_BOUNDARY_PREFIX +#define PO_BOX_POSTCODE_KEY_PREFIX PO_BOX_KEY_PREFIX POSTCODE_KEY_PREFIX + + +bool cstring_array_add_string_no_whitespace(cstring_array *strings, char *str) { + if (strings == NULL || str == NULL) return false; + size_t start = 0; + + size_t len = strlen(str); + + cstring_array_start_token(strings); + + uint8_t *ptr = (uint8_t *)str; + ssize_t char_len; + int32_t ch; + ssize_t token_len = -1; + + while ((token_len = string_next_whitespace(str + start)) > 0) { + char_array_append_len(strings->str, str + start, token_len); + start += token_len; + + char_len = utf8proc_iterate(ptr + start, len - start, &ch); + start += char_len; + } + + char_array_append_len(strings->str, str + start, len - start); + char_array_terminate(strings->str); + + return true; +} + + +cstring_array *expanded_component_combined(char *input, libpostal_normalize_options_t options, bool remove_spaces, size_t *n) { + char *expansion; + size_t num_expansions = 0; + cstring_array *expansions = expand_address(input, options, &num_expansions); + + size_t num_root_expansions = 0; + cstring_array *root_expansions = expand_address_root(input, options, &num_root_expansions); + + if (num_root_expansions == 0) { + cstring_array_destroy(root_expansions); + *n = num_expansions; + return expansions; + } else if (num_expansions == 0) { + cstring_array_destroy(expansions); + *n = num_root_expansions; + return root_expansions; + } else { + khash_t(str_set) *unique_strings = kh_init(str_set); + khiter_t k; + int ret; + + cstring_array *all_expansions = cstring_array_new(); + + for (size_t i = 0; i < num_expansions; i++) { + expansion = cstring_array_get_string(expansions, i); + k = kh_get(str_set, unique_strings, expansion); + + if (k == kh_end(unique_strings)) { + cstring_array_add_string(all_expansions, expansion); + k = kh_put(str_set, unique_strings, expansion, &ret); + if (ret < 0) { + break; + } + } + } + + for (size_t i = 0; i < num_root_expansions; i++) { + expansion = cstring_array_get_string(root_expansions, i); + k = kh_get(str_set, unique_strings, expansion); + + if (k == kh_end(unique_strings)) { + if (remove_spaces) { + cstring_array_add_string_no_whitespace(all_expansions, expansion); + } else { + cstring_array_add_string(all_expansions, expansion); + } + k = kh_put(str_set, unique_strings, expansion, &ret); + if (ret < 0) { + break; + } + } + } + + *n = cstring_array_num_strings(all_expansions); + + kh_destroy(str_set, unique_strings); + cstring_array_destroy(root_expansions); + cstring_array_destroy(expansions); + + return all_expansions; + } +} + +static inline cstring_array *expanded_component_root_with_fallback(char *input, libpostal_normalize_options_t options, size_t *n) { + cstring_array *root_expansions = expand_address_root(input, options, n); + if (*n > 0) { + return root_expansions; + } else { + cstring_array_destroy(root_expansions); + *n = 0; + return expand_address(input, options, n); + } +} + +static cstring_array *geohash_and_neighbors(double latitude, double longitude, size_t geohash_precision) { + if (geohash_precision == 0) return NULL; + + if (geohash_precision > MAX_GEOHASH_PRECISION) geohash_precision = MAX_GEOHASH_PRECISION; + size_t geohash_len = geohash_precision + 1; + + char geohash[geohash_len]; + if (geohash_encode(latitude, longitude, geohash, geohash_len) != GEOHASH_OK) { + return NULL; + } + + size_t neighbors_size = geohash_len * 8; + char neighbors[neighbors_size]; + + int num_strings = 0; + + if (geohash_neighbors(geohash, neighbors, neighbors_size, &num_strings) == GEOHASH_OK && num_strings == 8) { + cstring_array *strings = cstring_array_new_size(9 * geohash_len); + cstring_array_add_string(strings, geohash); + + for (int i = 0; i < num_strings; i++) { + char *neighbor = neighbors + geohash_len * i; + cstring_array_add_string(strings, neighbor); + } + return strings; + } + + return NULL; +} + + +static inline bool add_string_to_array_if_unique(char *str, cstring_array *strings, khash_t(str_set) *unique_strings) { + khiter_t k = kh_get(str_set, unique_strings, str); + int ret = 0; + if (k == kh_end(unique_strings)) { + cstring_array_add_string(strings, str); + k = kh_put(str_set, unique_strings, strdup(str), &ret); + + if (ret < 0) { + return false; + } + return true; + } + return false; +} + +static inline bool add_quadgrams_or_string_to_array_if_unique(char *str, cstring_array *strings, khash_t(str_set) *unique_strings, cstring_array *ngrams) { + if (str == NULL || strings == NULL || unique_strings == NULL || ngrams == NULL) return false; + cstring_array_clear(ngrams); + bool prefix = false; + bool suffix = false; + if (add_ngrams(ngrams, 4, str, strlen(str), prefix, suffix)) { + size_t i; + char *gram; + cstring_array_foreach(ngrams, i, gram, { + if (!add_string_to_array_if_unique(gram, strings, unique_strings)) return false; + }); + } else { + return add_string_to_array_if_unique(str, strings, unique_strings); + } + return true; +} + +static inline bool add_double_metaphone_to_array_if_unique(char *str, cstring_array *strings, khash_t(str_set) *unique_strings, cstring_array *ngrams) { + if (str == NULL) return false; + double_metaphone_codes_t *dm_codes = double_metaphone(str); + if (dm_codes == NULL) { + return false; + } + char *dm_primary = dm_codes->primary; + char *dm_secondary = dm_codes->secondary; + + if (!string_equals(dm_primary, "")) { + add_quadgrams_or_string_to_array_if_unique(dm_primary, strings, unique_strings, ngrams); + + if (!string_equals(dm_secondary, dm_primary) && !string_equals(dm_secondary, "")) { + add_quadgrams_or_string_to_array_if_unique(dm_secondary, strings, unique_strings, ngrams); + } + } + double_metaphone_codes_destroy(dm_codes); + + return true; +} + +static inline bool add_double_metaphone_or_token_if_unique(char *str, cstring_array *strings, khash_t(str_set) *unique_strings, cstring_array *ngrams) { + if (str == NULL) return false; + size_t len = strlen(str); + string_script_t token_script = get_string_script(str, len); + bool is_latin = token_script.len == len && token_script.script == SCRIPT_LATIN; + + if (is_latin) { + return add_double_metaphone_to_array_if_unique(str, strings, unique_strings, ngrams); + } else { + return add_quadgrams_or_string_to_array_if_unique(str, strings, unique_strings, ngrams); + } +} + + +#define MAX_NAME_TOKENS 50 + + +cstring_array *name_word_hashes(char *name, libpostal_normalize_options_t normalize_options) { + normalize_options.address_components = LIBPOSTAL_ADDRESS_NAME | LIBPOSTAL_ADDRESS_ANY; + size_t num_expansions = 0; + cstring_array *name_expansions = expanded_component_root_with_fallback(name, normalize_options, &num_expansions); + if (num_expansions == 0) { + cstring_array_destroy(name_expansions); + return NULL; + } + + size_t len = strlen(name); + + char_array *token_string_array = char_array_new_size(len); + cstring_array *strings = cstring_array_new_size(len); + token_array *token_array = token_array_new(); + + uint32_array *stopwords_array = uint32_array_new(); + uint32_array *existing_acronyms_array = uint32_array_new(); + + char_array *combined_words_no_whitespace = char_array_new(); + + char_array *acronym_with_stopwords = char_array_new(); + char_array *acronym_no_stopwords = char_array_new(); + char_array *sub_acronym_with_stopwords = char_array_new(); + char_array *sub_acronym_no_stopwords = char_array_new(); + + cstring_array *ngrams = cstring_array_new(); + + khash_t(str_set) *unique_strings = kh_init(str_set); + bool keep_whitespace = false; + + for (size_t i = 0; i < num_expansions; i++) { + char *expansion = cstring_array_get_string(name_expansions, i); + log_debug("expansion = %s\n", expansion); + token_array_clear(token_array); + tokenize_add_tokens(token_array, expansion, strlen(expansion), keep_whitespace); + size_t num_tokens = token_array->n; + token_t *tokens = token_array->a; + token_t prev_token = NULL_TOKEN; + char *token_str; + char_array_clear(combined_words_no_whitespace); + + for (size_t j = 0; j < num_tokens; j++) { + token_t token = tokens[j]; + bool ideogram = is_ideographic(token.type); + + string_script_t token_script = get_string_script(expansion + token.offset, token.len); + bool is_latin = token_script.len == token.len && token_script.script == SCRIPT_LATIN; + + bool is_common_script = token_script.len == token.len && token_script.script == SCRIPT_COMMON; + bool is_numeric = is_numeric_token(token.type); + + char_array_clear(token_string_array); + // For ideograms, since the "words" are characters, we use shingles of two characters + if (ideogram && j > 0 && is_ideographic(prev_token.type)) { + log_debug("cat ideogram\n"); + char_array_cat_len(token_string_array, expansion + prev_token.offset, prev_token.len); + } + + char_array_cat_len(combined_words_no_whitespace, expansion + token.offset, token.len); + + // For Latin script, add double metaphone of the words + if (is_latin && !(is_numeric && is_common_script) && !ideogram && !is_punctuation(token.type)) { + char_array_clear(token_string_array); + char_array_cat_len(token_string_array, expansion + token.offset, token.len); + token_str = char_array_get_string(token_string_array); + + log_debug("token_str = %s\n", token_str); + + add_double_metaphone_to_array_if_unique(token_str, strings, unique_strings, ngrams); + add_quadgrams_or_string_to_array_if_unique(token_str, strings, unique_strings, ngrams); + // For non-Latin words (Arabic, Cyrllic, etc.) just add the word + // For ideograms, we do two-character shingles, so only add the first character if the string has one token + } else if (!ideogram || j > 0 || num_tokens == 1) { + char_array_cat_len(token_string_array, expansion + token.offset, token.len); + token_str = char_array_get_string(token_string_array); + log_debug("token_str = %s\n", token_str); + + if (!ideogram && !(is_numeric || is_common_script)) { + add_quadgrams_or_string_to_array_if_unique(token_str, strings, unique_strings, ngrams); + } else { + add_string_to_array_if_unique(token_str, strings, unique_strings); + } + } + + prev_token = token; + } + + if (combined_words_no_whitespace->n > 0) { + char *combined = char_array_get_string(combined_words_no_whitespace); + add_double_metaphone_or_token_if_unique(combined, strings, unique_strings, ngrams); + } + + } + + token_array_clear(token_array); + char *normalized = libpostal_normalize_string(name, LIBPOSTAL_NORMALIZE_DEFAULT_STRING_OPTIONS); + char *acronym = NULL; + if (normalized != NULL) { + keep_whitespace = false; + tokenize_add_tokens(token_array, normalized, strlen(normalized), keep_whitespace); + stopword_positions(stopwords_array, (const char *)normalized, token_array, normalize_options.num_languages, normalize_options.languages); + existing_acronym_phrase_positions(existing_acronyms_array, (const char *)normalized, token_array, normalize_options.num_languages, normalize_options.languages); + + uint32_t *stopwords = stopwords_array->a; + uint32_t *existing_acronyms = existing_acronyms_array->a; + + size_t num_tokens = token_array->n; + token_t *tokens = token_array->a; + num_tokens = token_array->n; + + if (num_tokens > 1) { + size_t num_stopwords_encountered = 0; + bool last_was_stopword = false; + bool last_was_punctuation = false; + + bool any_existing_acronyms = false; + char_array *temp_norm_token = NULL; + for (size_t j = 0; j < num_tokens; j++) { + if (existing_acronyms[j] > 0) { + any_existing_acronyms = true; + temp_norm_token = char_array_new(); + break; + } + } + + for (size_t j = 0; j < num_tokens; j++) { + token_t token = tokens[j]; + bool is_punct = is_punctuation(token.type); + // Make sure it's a non-ideographic word token + if (!is_ideographic(token.type) && !is_punct) { + uint8_t *ptr = (uint8_t *)normalized; + int32_t ch = 0; + ssize_t ch_len = utf8proc_iterate(ptr + token.offset, token.len, &ch); + if (ch_len > 0 && utf8_is_letter(utf8proc_category(ch))) { + bool is_stopword = stopwords[j] == 1; + + if (existing_acronyms[j] > 0 && !is_stopword) { + uint64_t token_options = NORMALIZE_TOKEN_DELETE_FINAL_PERIOD | NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS; + add_normalized_token(temp_norm_token, normalized, token, token_options); + char *norm_acronym_token = char_array_get_string(temp_norm_token); + + char_array_cat(acronym_with_stopwords, norm_acronym_token); + char_array_cat(acronym_no_stopwords, norm_acronym_token); + char_array_cat(sub_acronym_with_stopwords, norm_acronym_token); + char_array_cat(sub_acronym_no_stopwords, norm_acronym_token); + last_was_stopword = false; + last_was_punctuation = false; + continue; + } + + if (!is_stopword && !last_was_punctuation) { + char_array_cat_len(acronym_with_stopwords, normalized + token.offset, ch_len); + char_array_cat_len(acronym_no_stopwords, normalized + token.offset, ch_len); + + if (!(last_was_stopword && sub_acronym_no_stopwords->n == 0 && j == num_tokens - 1)) { + char_array_cat_len(sub_acronym_with_stopwords, normalized + token.offset, ch_len); + char_array_cat_len(sub_acronym_no_stopwords, normalized + token.offset, ch_len); + } + last_was_stopword = false; + } else { + if (!last_was_stopword && is_stopword) { + num_stopwords_encountered++; + } + + char_array_cat_len(acronym_with_stopwords, normalized + token.offset, ch_len); + if (!is_stopword) { + char_array_cat_len(acronym_no_stopwords, normalized + token.offset, ch_len); + } + + if ((num_stopwords_encountered % 2 == 0 || last_was_punctuation)) { + if (sub_acronym_no_stopwords->n > 1) { + acronym = char_array_get_string(sub_acronym_with_stopwords); + log_debug("sub acronym stopwords = %s\n", acronym); + + add_double_metaphone_or_token_if_unique(acronym, strings, unique_strings, ngrams); + char_array_clear(sub_acronym_with_stopwords); + char_array_cat_len(sub_acronym_with_stopwords, normalized + token.offset, ch_len); + + acronym = char_array_get_string(sub_acronym_no_stopwords); + log_debug("sub acronym no stopwords = %s\n", acronym); + add_double_metaphone_or_token_if_unique(acronym, strings, unique_strings, ngrams); + char_array_clear(sub_acronym_no_stopwords); + if (!is_stopword) { + char_array_cat_len(sub_acronym_no_stopwords, normalized + token.offset, ch_len); + } + } else if (!(last_was_stopword || last_was_punctuation) && j == num_tokens - 1) { + char_array_cat_len(sub_acronym_with_stopwords, normalized + token.offset, ch_len); + if (!is_stopword) { + char_array_cat_len(sub_acronym_no_stopwords, normalized + token.offset, ch_len); + } + } + } else { + char_array_cat_len(sub_acronym_with_stopwords, normalized + token.offset, ch_len); + if (!is_stopword) { + char_array_cat_len(sub_acronym_no_stopwords, normalized + token.offset, ch_len); + } + } + + last_was_stopword = is_stopword; + } + last_was_punctuation = false; + } + } else if (is_punct) { + log_debug("punctuation\n"); + last_was_punctuation = true; + } + } + + if (temp_norm_token != NULL) { + char_array_destroy(temp_norm_token); + } + } + + free(normalized); + } + + if (acronym_no_stopwords->n > 0) { + acronym = char_array_get_string(acronym_with_stopwords); + log_debug("acronym with stopwords = %s\n", acronym); + add_double_metaphone_or_token_if_unique(acronym, strings, unique_strings, ngrams); + } + + if (acronym_with_stopwords->n > 0) { + acronym = char_array_get_string(acronym_no_stopwords); + log_debug("acronym no stopwords = %s\n", acronym); + add_double_metaphone_or_token_if_unique(acronym, strings, unique_strings, ngrams); + } + + if (sub_acronym_no_stopwords->n > 0) { + acronym = char_array_get_string(sub_acronym_with_stopwords); + log_debug("final sub acronym stopwords = %s\n", acronym); + add_double_metaphone_or_token_if_unique(acronym, strings, unique_strings, ngrams); + } + + if (sub_acronym_no_stopwords->n > 0) { + acronym = char_array_get_string(sub_acronym_no_stopwords); + log_debug("final sub acronym no stopwords = %s\n", acronym); + add_double_metaphone_or_token_if_unique(acronym, strings, unique_strings, ngrams); + } + + + char_array_destroy(token_string_array); + token_array_destroy(token_array); + char_array_destroy(combined_words_no_whitespace); + char_array_destroy(acronym_with_stopwords); + char_array_destroy(acronym_no_stopwords); + char_array_destroy(sub_acronym_with_stopwords); + char_array_destroy(sub_acronym_no_stopwords); + + cstring_array_destroy(ngrams); + + uint32_array_destroy(stopwords_array); + uint32_array_destroy(existing_acronyms_array); + + cstring_array_destroy(name_expansions); + + const char *key; + + kh_foreach_key(unique_strings, key, { + free((char *)key); + }); + kh_destroy(str_set, unique_strings); + + return strings; +} + + +static inline void add_string_arrays_to_tree(string_tree_t *tree, size_t n, va_list args) { + for (size_t i = 0; i < n; i++) { + cstring_array *a = va_arg(args, cstring_array *); + size_t num_strings = cstring_array_num_strings(a); + if (num_strings == 0) continue; + for (size_t j = 0; j < num_strings; j++) { + char *str = cstring_array_get_string(a, j); + string_tree_add_string(tree, str); + } + string_tree_finalize_token(tree); + } + va_end(args); +} + +static inline void add_hashes_from_tree(cstring_array *near_dupe_hashes, char *prefix, string_tree_t *tree) { + string_tree_iterator_t *iter = string_tree_iterator_new(tree); + if (iter->num_tokens > 0) { + log_debug("iter->num_tokens = %u\n", iter->num_tokens); + + for (; !string_tree_iterator_done(iter); string_tree_iterator_next(iter)) { + + cstring_array_start_token(near_dupe_hashes); + cstring_array_append_string(near_dupe_hashes, prefix); + + char *str; + string_tree_iterator_foreach_token(iter, str, { + cstring_array_append_string(near_dupe_hashes, "|"); + cstring_array_append_string(near_dupe_hashes, str); + //log_debug("str=%s\n", str); + }); + + cstring_array_terminate(near_dupe_hashes); + } + } + + string_tree_iterator_destroy(iter); +} + + +static inline void add_string_hash_permutations(cstring_array *near_dupe_hashes, char *prefix, string_tree_t *tree, size_t n, ...) { + string_tree_clear(tree); + + log_debug("prefix=%s\n", prefix); + + va_list args; + va_start(args, n); + add_string_arrays_to_tree(tree, n, args); + va_end(args); + + log_debug("string_tree_num_strings(tree)=%u\n", string_tree_num_strings(tree)); + + add_hashes_from_tree(near_dupe_hashes, prefix, tree); +} + + +cstring_array *near_dupe_hashes_languages(size_t num_components, char **labels, char **values, libpostal_near_dupe_hash_options_t options, size_t num_languages, char **languages) { + if (!options.with_latlon && !options.with_city_or_equivalent && !options.with_small_containing_boundaries && !options.with_postal_code) return NULL; + + place_t *place = place_from_components(num_components, labels, values); + log_debug("created place\n"); + if (place == NULL) return NULL; + + bool have_valid_geo = options.with_latlon; + + if (!have_valid_geo && options.with_postal_code && place->postal_code != NULL) { + have_valid_geo = true; + } + + if (!have_valid_geo && options.with_city_or_equivalent && (place->city != NULL || place->city_district != NULL || place->suburb != NULL || place->island != NULL)) { + have_valid_geo = true; + } + + if (!have_valid_geo && options.with_small_containing_boundaries && (place->state_district != NULL)) { + have_valid_geo = true; + } + + + if (!have_valid_geo) { + log_debug("no valid geo\n"); + place_destroy(place); + return NULL; + } + + libpostal_normalize_options_t normalize_options = libpostal_get_default_options(); + + libpostal_language_classifier_response_t *lang_response = NULL; + + if (num_languages == 0) { + lang_response = place_languages(num_components, labels, values); + + if (lang_response != NULL) { + log_debug("got %zu place languages\n", lang_response->num_languages); + normalize_options.num_languages = lang_response->num_languages; + normalize_options.languages = lang_response->languages; + } + } else { + normalize_options.num_languages = num_languages; + normalize_options.languages = languages; + } + + string_tree_t *tree = string_tree_new(); + + cstring_array *name_expansions = NULL; + size_t num_name_expansions = 0; + if (place->name != NULL && options.with_name) { + log_debug("Doing name expansions for %s\n", place->name); + name_expansions = name_word_hashes(place->name, normalize_options); + if (name_expansions != NULL) { + num_name_expansions = cstring_array_num_strings(name_expansions); + log_debug("Got %zu name expansions\n", num_name_expansions); + } + } + + bool remove_spaces = false; + + cstring_array *street_expansions = NULL; + size_t num_street_expansions = 0; + if (place->street != NULL) { + remove_spaces = true; + log_debug("Doing street expansions for %s\n", place->street); + normalize_options.address_components = LIBPOSTAL_ADDRESS_STREET | LIBPOSTAL_ADDRESS_ANY; + street_expansions = expanded_component_combined(place->street, normalize_options, remove_spaces, &num_street_expansions); + log_debug("Got %zu street expansions\n", num_street_expansions); + } + + cstring_array *house_number_expansions = NULL; + size_t num_house_number_expansions = 0; + if (place->house_number != NULL) { + log_debug("Doing house number expansions for %s\n", place->house_number); + normalize_options.address_components = LIBPOSTAL_ADDRESS_HOUSE_NUMBER | LIBPOSTAL_ADDRESS_ANY; + house_number_expansions = expand_address_root(place->house_number, normalize_options, &num_house_number_expansions); + log_debug("Got %zu house number expansions\n", num_house_number_expansions); + } + + cstring_array *unit_expansions = NULL; + size_t num_unit_expansions = 0; + if (place->unit != NULL && options.with_unit) { + log_debug("Doing unit expansions for %s\n", place->unit); + normalize_options.address_components = LIBPOSTAL_ADDRESS_UNIT | LIBPOSTAL_ADDRESS_ANY; + unit_expansions = expand_address_root(place->unit, normalize_options, &num_unit_expansions); + log_debug("Got %zu unit expansions\n", num_unit_expansions); + } + + cstring_array *building_expansions = NULL; + size_t num_building_expansions = 0; + if (place->building != NULL && options.with_unit) { + normalize_options.address_components = LIBPOSTAL_ADDRESS_UNIT | LIBPOSTAL_ADDRESS_ANY; + building_expansions = expand_address_root(place->building, normalize_options, &num_building_expansions); + } + + cstring_array *level_expansions = NULL; + size_t num_level_expansions = 0; + if (place->level != NULL && options.with_unit) { + normalize_options.address_components = LIBPOSTAL_ADDRESS_LEVEL | LIBPOSTAL_ADDRESS_ANY; + level_expansions = expand_address_root(place->level, normalize_options, &num_level_expansions); + } + + cstring_array *po_box_expansions = NULL; + size_t num_po_box_expansions = 0; + if (place->po_box != NULL) { + normalize_options.address_components = LIBPOSTAL_ADDRESS_PO_BOX | LIBPOSTAL_ADDRESS_ANY; + po_box_expansions = expand_address_root(place->po_box, normalize_options, &num_po_box_expansions); + } + + cstring_array *place_expansions = NULL; + cstring_array *containing_expansions = NULL; + + if (options.with_city_or_equivalent) { + normalize_options.address_components = LIBPOSTAL_ADDRESS_TOPONYM | LIBPOSTAL_ADDRESS_ANY; + + if (place->city != NULL) { + size_t num_city_expansions = 0; + cstring_array *city_expansions = expand_address_root(place->city, normalize_options, &num_city_expansions); + if (place_expansions == NULL) { + place_expansions = city_expansions; + } else if (city_expansions != NULL && num_city_expansions > 0) { + cstring_array_extend(place_expansions, city_expansions); + cstring_array_destroy(city_expansions); + } + + } + + if (place->city_district != NULL) { + size_t num_city_district_expansions = 0; + cstring_array *city_district_expansions = expand_address_root(place->city_district, normalize_options, &num_city_district_expansions); + if (place_expansions == NULL) { + place_expansions = city_district_expansions; + } else if (city_district_expansions != NULL && num_city_district_expansions > 0) { + cstring_array_extend(place_expansions, city_district_expansions); + cstring_array_destroy(city_district_expansions); + } + } + + if (place->suburb != NULL) { + size_t num_suburb_expansions = 0; + cstring_array *suburb_expansions = expand_address_root(place->suburb, normalize_options, &num_suburb_expansions); + if (place_expansions == NULL) { + place_expansions = suburb_expansions; + } else if (suburb_expansions != NULL && num_suburb_expansions > 0) { + cstring_array_extend(place_expansions, suburb_expansions); + cstring_array_destroy(suburb_expansions); + } + } + + + if (place->island != NULL) { + size_t num_island_expansions = 0; + cstring_array *island_expansions = expand_address_root(place->island, normalize_options, &num_island_expansions); + if (place_expansions == NULL) { + place_expansions = island_expansions; + } else if (island_expansions != NULL && num_island_expansions > 0) { + cstring_array_extend(place_expansions, island_expansions); + cstring_array_destroy(island_expansions); + } + } + + if (place->state_district != NULL && options.with_small_containing_boundaries) { + size_t num_state_district_expansions = 0; + cstring_array *state_district_expansions = expand_address_root(place->state_district, normalize_options, &num_state_district_expansions); + if (containing_expansions == NULL) { + containing_expansions = state_district_expansions; + } else if (state_district_expansions != NULL && num_state_district_expansions > 0) { + cstring_array_extend(containing_expansions, state_district_expansions); + cstring_array_destroy(state_district_expansions); + } + } + } + + cstring_array *postal_code_expansions = NULL; + size_t num_postal_code_expansions = 0; + if (options.with_postal_code && place->postal_code != NULL) { + normalize_options.address_components = LIBPOSTAL_ADDRESS_POSTAL_CODE | LIBPOSTAL_ADDRESS_ANY; + postal_code_expansions = expand_address_root(place->postal_code, normalize_options, &num_postal_code_expansions); + } + + cstring_array *geohash_expansions = NULL; + if (options.with_latlon && !(double_equals(options.latitude, 0.0) && double_equals(options.longitude, 0.0))) { + geohash_expansions = geohash_and_neighbors(options.latitude, options.longitude, options.geohash_precision); + } + + size_t num_geohash_expansions = geohash_expansions != NULL ? cstring_array_num_strings(geohash_expansions) : 0; + if (num_geohash_expansions == 0 && num_postal_code_expansions == 0 && place_expansions == NULL && containing_expansions == NULL) { + return NULL; + } + + num_name_expansions = name_expansions != NULL ? cstring_array_num_strings(name_expansions) : 0; + num_street_expansions = street_expansions != NULL ? cstring_array_num_strings(street_expansions) : 0; + num_house_number_expansions = house_number_expansions != NULL ? cstring_array_num_strings(house_number_expansions) : 0; + num_po_box_expansions = po_box_expansions != NULL ? cstring_array_num_strings(po_box_expansions) : 0; + num_unit_expansions = unit_expansions != NULL ? cstring_array_num_strings(unit_expansions) : 0; + num_building_expansions = building_expansions != NULL ? cstring_array_num_strings(building_expansions) : 0; + num_level_expansions = level_expansions != NULL ? cstring_array_num_strings(level_expansions) : 0; + + bool have_unit = num_unit_expansions > 0 || num_building_expansions > 0 || num_level_expansions > 0; + cstring_array *unit_or_equivalent_expansions = NULL; + if (num_unit_expansions > 0) { + unit_or_equivalent_expansions = unit_expansions; + } else if (num_building_expansions > 0) { + unit_or_equivalent_expansions = building_expansions; + } else if (num_level_expansions > 0) { + unit_or_equivalent_expansions = level_expansions; + } + + cstring_array *near_dupe_hashes = cstring_array_new(); + + if (num_name_expansions > 0) { + if (num_street_expansions > 0 && num_house_number_expansions > 0 && options.name_and_address_keys) { + // Have street, house number, and unit + if (have_unit) { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_ADDRESS_UNIT_GEOHASH_KEY_PREFIX, tree, 5, name_expansions, street_expansions, house_number_expansions, unit_or_equivalent_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_ADDRESS_UNIT_CITY_KEY_PREFIX, tree, 5, name_expansions, street_expansions, house_number_expansions, unit_or_equivalent_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_ADDRESS_UNIT_CONTAINING_KEY_PREFIX, tree, 5, name_expansions, street_expansions, house_number_expansions, unit_or_equivalent_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_ADDRESS_UNIT_POSTCODE_KEY_PREFIX, tree, 5, name_expansions, street_expansions, house_number_expansions, unit_or_equivalent_expansions, postal_code_expansions); + } + // Have street and house number, no unit + } else { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_ADDRESS_GEOHASH_KEY_PREFIX, tree, 4, name_expansions, street_expansions, house_number_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_ADDRESS_CITY_KEY_PREFIX, tree, 4, name_expansions, street_expansions, house_number_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_ADDRESS_CONTAINING_KEY_PREFIX, tree, 4, name_expansions, street_expansions, house_number_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_ADDRESS_POSTCODE_KEY_PREFIX, tree, 4, name_expansions, street_expansions, house_number_expansions, postal_code_expansions); + } + } + // Japan, other places with no street names + } else if (num_house_number_expansions > 0 && options.name_and_address_keys) { + // House number and unit + if (have_unit) { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_HOUSE_NUMBER_UNIT_GEOHASH_KEY_PREFIX, tree, 4, name_expansions, house_number_expansions, unit_or_equivalent_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_HOUSE_NUMBER_UNIT_CITY_KEY_PREFIX, tree, 4, name_expansions, house_number_expansions, unit_or_equivalent_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_HOUSE_NUMBER_UNIT_CONTAINING_KEY_PREFIX, tree, 4, name_expansions, house_number_expansions, unit_or_equivalent_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_HOUSE_NUMBER_UNIT_POSTCODE_KEY_PREFIX, tree, 4, name_expansions, house_number_expansions, unit_or_equivalent_expansions, postal_code_expansions); + } + // House number, no unit + } else { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_HOUSE_NUMBER_GEOHASH_KEY_PREFIX, tree, 3, name_expansions, house_number_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_HOUSE_NUMBER_CITY_KEY_PREFIX, tree, 3, name_expansions, house_number_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_HOUSE_NUMBER_CONTAINING_KEY_PREFIX, tree, 3, name_expansions, house_number_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_HOUSE_NUMBER_POSTCODE_KEY_PREFIX, tree, 3, name_expansions, house_number_expansions, postal_code_expansions); + } + } + // Addresses in India, UK, Ireland, many university addresses, etc. may have house name + street with no house numbers + } else if (num_street_expansions > 0 && options.name_and_address_keys) { + // Have street, house number, and unit + if (have_unit) { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_STREET_UNIT_GEOHASH_KEY_PREFIX, tree, 4, name_expansions, street_expansions, unit_or_equivalent_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_STREET_UNIT_CITY_KEY_PREFIX, tree, 4, name_expansions, street_expansions, unit_or_equivalent_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_STREET_UNIT_CONTAINING_KEY_PREFIX, tree, 4, name_expansions, street_expansions, unit_or_equivalent_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_STREET_UNIT_POSTCODE_KEY_PREFIX, tree, 4, name_expansions, street_expansions, unit_or_equivalent_expansions, postal_code_expansions); + } + // Have street and house number, no unit + } else { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_STREET_GEOHASH_KEY_PREFIX, tree, 3, name_expansions, street_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_STREET_CITY_KEY_PREFIX, tree, 3, name_expansions, street_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_STREET_CONTAINING_KEY_PREFIX, tree, 3, name_expansions, street_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_STREET_POSTCODE_KEY_PREFIX, tree, 3, name_expansions, street_expansions, postal_code_expansions); + } + } + // PO Box only addresses, mailing addresses + } else if (num_po_box_expansions > 0 && options.name_and_address_keys) { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_PO_BOX_GEOHASH_KEY_PREFIX, tree, 3, name_expansions, po_box_expansions, geohash_expansions); + } + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_PO_BOX_CITY_KEY_PREFIX, tree, 3, name_expansions, po_box_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_PO_BOX_CONTAINING_KEY_PREFIX, tree, 3, name_expansions, po_box_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_PO_BOX_POSTCODE_KEY_PREFIX, tree, 3, name_expansions, po_box_expansions, postal_code_expansions); + } + } + + // Only name + if (options.name_only_keys) { + // Have name and unit, some university addresses + if (have_unit) { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_UNIT_GEOHASH_KEY_PREFIX, tree, 3, name_expansions, unit_or_equivalent_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_UNIT_CITY_KEY_PREFIX, tree, 3, name_expansions, unit_or_equivalent_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_UNIT_CONTAINING_KEY_PREFIX, tree, 3, name_expansions, unit_or_equivalent_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_UNIT_POSTCODE_KEY_PREFIX, tree, 3, name_expansions, unit_or_equivalent_expansions, postal_code_expansions); + } + // Have name and geo only + } else { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_GEOHASH_KEY_PREFIX, tree, 2, name_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_CITY_KEY_PREFIX, tree, 2, name_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_CONTAINING_KEY_PREFIX, tree, 2, name_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, NAME_POSTCODE_KEY_PREFIX, tree, 2, name_expansions, postal_code_expansions); + } + } + } + } + + if (options.address_only_keys) { + if (num_street_expansions > 0 && num_house_number_expansions > 0) { + // Have street, house number, and unit + if (have_unit) { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, ADDRESS_UNIT_GEOHASH_KEY_PREFIX, tree, 4, street_expansions, house_number_expansions, unit_or_equivalent_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, ADDRESS_UNIT_CITY_KEY_PREFIX, tree, 4, street_expansions, house_number_expansions, unit_or_equivalent_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, ADDRESS_UNIT_CONTAINING_KEY_PREFIX, tree, 4, street_expansions, house_number_expansions, unit_or_equivalent_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, ADDRESS_UNIT_POSTCODE_KEY_PREFIX, tree, 4, street_expansions, house_number_expansions, unit_or_equivalent_expansions, postal_code_expansions); + } + // Have street and house number, no unit + } else { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, ADDRESS_GEOHASH_KEY_PREFIX, tree, 3, street_expansions, house_number_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, ADDRESS_CITY_KEY_PREFIX, tree, 3, street_expansions, house_number_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, ADDRESS_CONTAINING_KEY_PREFIX, tree, 3, street_expansions, house_number_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, ADDRESS_POSTCODE_KEY_PREFIX, tree, 3, street_expansions, house_number_expansions, postal_code_expansions); + } + } + // Japan, other places with no street names + } else if (num_house_number_expansions > 0) { + // House number and unit + if (have_unit) { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, HOUSE_NUMBER_UNIT_GEOHASH_KEY_PREFIX, tree, 3, house_number_expansions, unit_or_equivalent_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, HOUSE_NUMBER_UNIT_CITY_KEY_PREFIX, tree, 3, house_number_expansions, unit_or_equivalent_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, HOUSE_NUMBER_UNIT_CONTAINING_KEY_PREFIX, tree, 3, house_number_expansions, unit_or_equivalent_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, HOUSE_NUMBER_UNIT_POSTCODE_KEY_PREFIX, tree, 3, house_number_expansions, unit_or_equivalent_expansions, postal_code_expansions); + } + // House number, no unit + } else { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, HOUSE_NUMBER_GEOHASH_KEY_PREFIX, tree, 2, house_number_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, HOUSE_NUMBER_CITY_KEY_PREFIX, tree, 2, house_number_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, HOUSE_NUMBER_CONTAINING_KEY_PREFIX, tree, 2, house_number_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, HOUSE_NUMBER_POSTCODE_KEY_PREFIX, tree, 2, house_number_expansions, postal_code_expansions); + } + } + // Addresses in India, UK, Ireland, many university addresses, etc. may have house name + street with no house numbers + } else if (num_street_expansions > 0) { + // Have street, house number, and unit + if (have_unit) { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, STREET_UNIT_GEOHASH_KEY_PREFIX, tree, 3, street_expansions, unit_or_equivalent_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, STREET_UNIT_CITY_KEY_PREFIX, tree, 3, street_expansions, unit_or_equivalent_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, STREET_UNIT_CONTAINING_KEY_PREFIX, tree, 3, street_expansions, unit_or_equivalent_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, STREET_UNIT_POSTCODE_KEY_PREFIX, tree, 3, street_expansions, unit_or_equivalent_expansions, postal_code_expansions); + } + // Have street and house number, no unit + } else { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, STREET_GEOHASH_KEY_PREFIX, tree, 2, street_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, STREET_CITY_KEY_PREFIX, tree, 2, street_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, STREET_CONTAINING_KEY_PREFIX, tree, 2, street_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, STREET_POSTCODE_KEY_PREFIX, tree, 2, street_expansions, postal_code_expansions); + } + } + // PO Box only addresses, mailing addresses + } else if (num_po_box_expansions > 0) { + if (geohash_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, PO_BOX_GEOHASH_KEY_PREFIX, tree, 2, po_box_expansions, geohash_expansions); + } + + if (place_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, PO_BOX_CITY_KEY_PREFIX, tree, 2, po_box_expansions, place_expansions); + } + + if (containing_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, PO_BOX_CONTAINING_KEY_PREFIX, tree, 2, po_box_expansions, containing_expansions); + } + + if (postal_code_expansions != NULL) { + add_string_hash_permutations(near_dupe_hashes, PO_BOX_POSTCODE_KEY_PREFIX, tree, 2, po_box_expansions, postal_code_expansions); + } + } + + } + + if (place != NULL) { + place_destroy(place); + } + + if (tree != NULL) { + string_tree_destroy(tree); + } + + if (name_expansions != NULL) { + cstring_array_destroy(name_expansions); + } + + if (street_expansions != NULL) { + cstring_array_destroy(street_expansions); + } + + if (house_number_expansions != NULL) { + cstring_array_destroy(house_number_expansions); + } + + if (unit_expansions != NULL) { + cstring_array_destroy(unit_expansions); + } + + if (building_expansions != NULL) { + cstring_array_destroy(building_expansions); + } + + if (level_expansions != NULL) { + cstring_array_destroy(level_expansions); + } + + if (po_box_expansions != NULL) { + cstring_array_destroy(po_box_expansions); + } + + if (place_expansions != NULL) { + cstring_array_destroy(place_expansions); + } + + + if (containing_expansions != NULL) { + cstring_array_destroy(containing_expansions); + } + + if (postal_code_expansions != NULL) { + cstring_array_destroy(postal_code_expansions); + } + + if (geohash_expansions != NULL) { + cstring_array_destroy(geohash_expansions); + } + + if (lang_response != NULL) { + language_classifier_response_destroy(lang_response); + } + + return near_dupe_hashes; +} + +inline cstring_array *near_dupe_hashes(size_t num_components, char **labels, char **values, libpostal_near_dupe_hash_options_t options) { + return near_dupe_hashes_languages(num_components, labels, values, options, 0, NULL); +} diff --git a/src/near_dupe.h b/src/near_dupe.h new file mode 100644 index 0000000..a2d497d --- /dev/null +++ b/src/near_dupe.h @@ -0,0 +1,15 @@ + +#ifndef NEAR_DUPE_H +#define NEAR_DUPE_H + +#include +#include + +#include "libpostal.h" +#include "string_utils.h" + +cstring_array *name_word_hashes(char *name, libpostal_normalize_options_t normalize_options); +cstring_array *near_dupe_hashes(size_t num_components, char **labels, char **values, libpostal_near_dupe_hash_options_t options); +cstring_array *near_dupe_hashes_languages(size_t num_components, char **labels, char **values, libpostal_near_dupe_hash_options_t options, size_t num_languages, char **languages); + +#endif \ No newline at end of file diff --git a/src/near_dupe_test.c b/src/near_dupe_test.c new file mode 100644 index 0000000..b1e5b10 --- /dev/null +++ b/src/near_dupe_test.c @@ -0,0 +1,131 @@ +#include +#include + +#include "libpostal.h" +#include "string_utils.h" + +int main(int argc, char **argv) { + if (argc < 3) { + printf("Usage: ./test_near_dupe label value [...]\n"); + exit(EXIT_FAILURE); + } + + if (!libpostal_setup() || !libpostal_setup_language_classifier()) { + exit(EXIT_FAILURE); + } + + libpostal_near_dupe_hash_options_t options = libpostal_get_near_dupe_hash_default_options(); + + cstring_array *labels_array = cstring_array_new(); + cstring_array *values_array = cstring_array_new(); + cstring_array *languages_array = NULL; + + bool label = true; + bool next_is_latitude = false; + bool next_is_longitude = false; + bool next_is_geohash_precision = false; + bool have_latitude = false; + bool have_longitude = false; + bool next_is_language = false; + double longitude = 0.0; + double latitude = 0.0; + + for (size_t i = 1; i < argc; i++) { + char *arg = argv[i]; + + if (string_equals(arg, "--with-unit")) { + options.with_unit = true; + } else if (string_equals(arg, "--latitude")) { + next_is_latitude = true; + } else if (string_equals(arg, "--longitude")) { + next_is_longitude = true; + } else if (string_equals(arg, "--geohash-precision")) { + next_is_geohash_precision = true; + } else if (string_equals(arg, "--name-only-keys")) { + options.name_only_keys = true; + } else if (string_equals(arg, "--address-only-keys")) { + options.address_only_keys = true; + } else if (string_equals(arg, "--name-only-keys")) { + options.name_only_keys = true; + } else if (string_equals(arg, "--use-city")) { + options.with_city_or_equivalent = true; + } else if (string_equals(arg, "--use-containing")) { + options.with_small_containing_boundaries = true; + } else if (string_equals(arg, "--use-postal-code")) { + options.with_postal_code = true; + } else if (string_equals(arg, "--language")) { + next_is_language = true; + } else if (next_is_latitude) { + sscanf(arg, "%lf", &latitude); + next_is_latitude = false; + have_latitude = true; + } else if (next_is_longitude) { + sscanf(arg, "%lf", &longitude); + next_is_longitude = false; + have_longitude = true; + } else if (next_is_geohash_precision) { + size_t geohash_precision = 0; + sscanf(arg, "%zu", &geohash_precision); + options.geohash_precision = geohash_precision; + next_is_geohash_precision = false; + } else if (next_is_language) { + if (languages_array == NULL) { + languages_array = cstring_array_new(); + } + cstring_array_add_string(languages_array, arg); + } else if (label) { + cstring_array_add_string(labels_array, arg); + label = false; + } else { + cstring_array_add_string(values_array, arg); + label = true; + } + } + + if (have_latitude && have_longitude) { + options.with_latlon = true; + options.latitude = latitude; + options.longitude = longitude; + } + + size_t num_languages = 0; + char **languages = NULL; + if (languages_array != NULL) { + num_languages = cstring_array_num_strings(languages_array); + languages = cstring_array_to_strings(languages_array); + } + + + size_t num_components = cstring_array_num_strings(labels_array); + if (num_components != cstring_array_num_strings(values_array)) { + cstring_array_destroy(labels_array); + cstring_array_destroy(values_array); + printf("Must have same number of labels and values\n"); + exit(EXIT_FAILURE); + } + + char **labels = cstring_array_to_strings(labels_array); + char **values = cstring_array_to_strings(values_array); + + size_t num_near_dupe_hashes = 0; + char **near_dupe_hashes = libpostal_near_dupe_hashes_languages(num_components, labels, values, options, num_languages, languages, &num_near_dupe_hashes); + if (near_dupe_hashes != NULL) { + for (size_t i = 0; i < num_near_dupe_hashes; i++) { + char *near_dupe_hash = near_dupe_hashes[i]; + printf("%s\n", near_dupe_hash); + } + + libpostal_expansion_array_destroy(near_dupe_hashes, num_near_dupe_hashes); + } + + libpostal_expansion_array_destroy(labels, num_components); + libpostal_expansion_array_destroy(values, num_components); + + if (languages != NULL) { + libpostal_expansion_array_destroy(languages, num_languages); + } + + libpostal_teardown(); + libpostal_teardown_language_classifier(); + +} diff --git a/src/ngrams.c b/src/ngrams.c new file mode 100644 index 0000000..905a690 --- /dev/null +++ b/src/ngrams.c @@ -0,0 +1,71 @@ +#include "ngrams.h" +#include "utf8proc/utf8proc.h" + +bool add_ngrams(cstring_array *grams, size_t n, char *str, size_t len, bool prefix, bool suffix) { + if (n == 0) return false; + + size_t lengths[n]; + size_t num_chars = 0; + + uint8_t *ptr = (uint8_t *)str; + + int32_t ch; + + size_t idx = 0; + + size_t gram_len = 0; + size_t gram_offset = 0; + size_t consumed = 0; + + size_t num_grams = 0; + + bool beginning = true; + + while (idx < len) { + ssize_t char_len = utf8proc_iterate(ptr, len, &ch); + if (char_len <= 0 || ch == 0) break; + + // Not at min characters yet + if (num_chars < n) { + lengths[num_chars] = (size_t)char_len; + num_chars++; + gram_len += char_len; + } + + // We have a full gram of size n + if (num_chars == n && (num_grams > 0 || idx + char_len < len)) { + uint32_t token_index = cstring_array_start_token(grams); + + if (beginning) { + beginning = false; + } else { + if (prefix) { + cstring_array_append_string(grams, "_"); + } + gram_len -= lengths[0]; + gram_offset += lengths[0]; + gram_len += char_len; + + for (size_t i = 1; i < n; i++) { + lengths[i - 1] = lengths[i]; + } + lengths[n - 1] = (size_t)char_len; + } + + cstring_array_append_string_len(grams, str + gram_offset, gram_len); + + if (idx + char_len < len && suffix) { + cstring_array_append_string(grams, "_"); + } + + cstring_array_terminate(grams); + num_grams++; + } + + idx += char_len; + ptr += char_len; + consumed += char_len; + } + + return num_grams > 0; +} diff --git a/src/ngrams.h b/src/ngrams.h new file mode 100644 index 0000000..798a361 --- /dev/null +++ b/src/ngrams.h @@ -0,0 +1,3 @@ +#include "string_utils.h" + +bool add_ngrams(cstring_array *grams, size_t n, char *str, size_t len, bool prefix, bool suffix); diff --git a/src/normalize.c b/src/normalize.c new file mode 100644 index 0000000..1e53582 --- /dev/null +++ b/src/normalize.c @@ -0,0 +1,511 @@ +#include "normalize.h" +#include "strndup.h" + +#define FULL_STOP_CODEPOINT 0x002e +#define APOSTROPHE_CODEPOINT 0x0027 + +char *normalize_replace_numex(char *str, size_t num_languages, char **languages) { + char *numex_normalized = NULL; + + for (size_t i = 0; i < num_languages; i++) { + char *lang = languages[i]; + char *numex_replaced = replace_numeric_expressions(numex_normalized == NULL ? str : numex_normalized, lang); + if (numex_replaced != NULL) { + if (numex_normalized != NULL) { + free(numex_normalized); + } + numex_normalized = numex_replaced; + } + } + + return numex_normalized; +} + +char *normalize_string_utf8_languages(char *str, uint64_t options, size_t num_languages, char **languages) { + int utf8proc_options = UTF8PROC_OPTIONS_BASE | UTF8PROC_IGNORE | UTF8PROC_NLF2LF | UTF8PROC_STRIPCC; + uint8_t *utf8proc_normalized = NULL; + + bool have_utf8proc_options = false; + + char *normalized = NULL; + bool normalized_allocated = false; + + if (options & NORMALIZE_STRING_TRIM) { + char *trimmed = string_trim(str); + if (trimmed != NULL) { + normalized = trimmed; + str = normalized; + normalized_allocated = true; + } + } + + if (options & NORMALIZE_STRING_LOWERCASE) { + char *lowercased = utf8_lower(str); + if (lowercased != NULL) { + if (normalized_allocated) { + free(normalized); + } + normalized = lowercased; + str = normalized; + normalized_allocated = true; + } + } + + if (options & NORMALIZE_STRING_DECOMPOSE) { + have_utf8proc_options = true; + utf8proc_options |= UTF8PROC_OPTIONS_NFD; + } + + if (options & NORMALIZE_STRING_COMPOSE) { + have_utf8proc_options = true; + utf8proc_options |= UTF8PROC_OPTIONS_NFC; + } + + if (options & NORMALIZE_STRING_STRIP_ACCENTS) { + have_utf8proc_options = true; + utf8proc_options |= UTF8PROC_OPTIONS_STRIP_ACCENTS; + } + + if (have_utf8proc_options) { + utf8proc_map((uint8_t *)str, 0, &utf8proc_normalized, utf8proc_options); + + if (utf8proc_normalized != NULL) { + if (normalized_allocated) { + free(normalized); + } + + normalized = (char *)utf8proc_normalized; + str = normalized; + normalized_allocated = true; + } + } + + if (options & NORMALIZE_STRING_REPLACE_HYPHENS && string_contains_hyphen(str)) { + char *replaced = string_replace_char(str, '-', ' '); + if (replaced != NULL) { + if (normalized_allocated) { + free(normalized); + } + + normalized = replaced; + str = normalized; + normalized_allocated = true; + } + } + + if (options & NORMALIZE_STRING_REPLACE_NUMEX && num_languages > 0) { + char *numex_normalized = normalize_replace_numex(str, num_languages, languages); + if (numex_normalized != NULL) { + if (normalized_allocated) { + free(normalized); + } + normalized = numex_normalized; + str = normalized; + normalized_allocated = true; + } + + } + + return normalized; +} + +char *normalize_string_utf8(char *str, uint64_t options) { + return normalize_string_utf8_languages(str, options, 0, NULL); +} + + +char *normalize_string_latin_languages(char *str, size_t len, uint64_t options, size_t num_languages, char **languages) { + char *transliterated = NULL; + char *latin_transliterator = NULL; + + if (options & NORMALIZE_STRING_SIMPLE_LATIN_ASCII) { + latin_transliterator = LATIN_ASCII_SIMPLE; + } else if (options & NORMALIZE_STRING_LATIN_ASCII) { + latin_transliterator = LATIN_ASCII; + } + + if (latin_transliterator != NULL) { + transliterated = transliterate(latin_transliterator, str, len); + } + + char *utf8_normalized; + if (transliterated == NULL) { + utf8_normalized = normalize_string_utf8_languages(str, options, num_languages, languages); + } else { + utf8_normalized = normalize_string_utf8_languages(transliterated, options, num_languages, languages); + free(transliterated); + transliterated = NULL; + } + + return utf8_normalized; +} + +char *normalize_string_latin(char *str, size_t len, uint64_t options) { + return normalize_string_latin_languages(str, len, options, 0, NULL); +} + +void add_latin_alternatives(string_tree_t *tree, char *str, size_t len, uint64_t options, size_t num_languages, char **languages) { + + char *transliterated = NULL; + char *utf8_normalized = NULL; + char *prev_string = NULL; + + char *latin_transliterator = LATIN_ASCII; + if (options & NORMALIZE_STRING_SIMPLE_LATIN_ASCII) { + latin_transliterator = LATIN_ASCII_SIMPLE; + } + + if (options & NORMALIZE_STRING_LATIN_ASCII) { + transliterated = transliterate(latin_transliterator, str, len); + if (transliterated != NULL) { + utf8_normalized = normalize_string_utf8_languages(transliterated, options, num_languages, languages); + free(transliterated); + transliterated = NULL; + } + + if (utf8_normalized != NULL) { + string_tree_add_string(tree, utf8_normalized); + prev_string = utf8_normalized; + utf8_normalized = NULL; + } + } + + char *str_copy = strndup(str, len); + utf8_normalized = normalize_string_utf8_languages(str_copy, options, num_languages, languages); + free(str_copy); + + if (options & NORMALIZE_STRING_LATIN_ASCII && utf8_normalized != NULL) { + transliterated = transliterate(latin_transliterator, utf8_normalized, strlen(utf8_normalized)); + free(utf8_normalized); + } else { + transliterated = utf8_normalized; + } + + if (transliterated != NULL) { + if (prev_string == NULL || strcmp(prev_string, transliterated) != 0) { + string_tree_add_string(tree, transliterated); + } + free(transliterated); + transliterated = NULL; + } else { + string_tree_add_string(tree, str); + } + + if (prev_string != NULL) { + free(prev_string); + } +} + + +string_tree_t *normalize_string_languages(char *str, uint64_t options, size_t num_languages, char **languages) { + size_t len = strlen(str); + string_tree_t *tree = string_tree_new_size(len); + + size_t consumed = 0; + + khash_t(int_set) *scripts = kh_init(int_set); + char *utf8_normalized = NULL; + char *numex_replaced = NULL; + + script_t script; + + char *trans_name = NULL; + char *lang; + + char *ptr = str; + + bool have_latin_transliterator = false; + while (consumed < len) { + string_script_t script_span = get_string_script(ptr, len - consumed); + script = script_span.script; + size_t script_len = script_span.len; + bool is_ascii = script_span.ascii; + + // Shortcut if the string is all ASCII + if (options & NORMALIZE_STRING_LOWERCASE && is_ascii && script_len == len) { + char *html_escaped = transliterate(HTML_ESCAPE, str, len); + if (html_escaped != NULL) { + str = html_escaped; + } + + options ^= NORMALIZE_STRING_COMPOSE | NORMALIZE_STRING_DECOMPOSE | NORMALIZE_STRING_STRIP_ACCENTS | NORMALIZE_STRING_LATIN_ASCII; + + utf8_normalized = normalize_string_utf8_languages(str, options, num_languages, languages); + if (utf8_normalized != NULL) { + if (html_escaped != NULL) { + free(html_escaped); + html_escaped = NULL; + } + + string_tree_add_string(tree, utf8_normalized); + string_tree_finalize_token(tree); + free(utf8_normalized); + utf8_normalized = NULL; + } + + kh_destroy(int_set, scripts); + return tree; + } + + log_debug("script_len=%zu\n", script_len); + + if (script == SCRIPT_LATIN && num_languages > 0 && !have_latin_transliterator) { + for (size_t i = 0; i < num_languages; i++) { + lang = languages[i]; + foreach_transliterator(script, lang, trans_name, { + if (!string_equals(trans_name, LATIN_ASCII)) { + have_latin_transliterator = true; + break; + } + }) + + if (have_latin_transliterator) break; + } + + } + + if ((script != SCRIPT_LATIN || have_latin_transliterator) && script_len > 0) { + int ret; + khiter_t key = kh_put(int_set, scripts, (khint_t)script, &ret); + if (ret < 0) { + log_error("Error in kh_put\n"); + string_tree_destroy(tree); + kh_destroy(int_set, scripts); + return NULL; + } + } + + consumed += script_len; + ptr += script_len; + } + + if (!have_latin_transliterator) { + add_latin_alternatives(tree, str, len, options, num_languages, languages); + } + + size_t transliterate_scripts = kh_size(scripts); + + if (transliterate_scripts > 0) { + string_tree_t *transliterators = string_tree_new_size(transliterate_scripts); + + khint_t key; + + kh_foreach_key(scripts, key, { + script = (script_t)key; + for (size_t i = 0; i < num_languages; i++) { + lang = languages[i]; + foreach_transliterator(script, lang, trans_name, { + string_tree_add_string(transliterators, trans_name); + }) + } + + foreach_transliterator(script, "", trans_name, { + string_tree_add_string(transliterators, trans_name); + }) + string_tree_finalize_token(transliterators); + + }) + + + string_tree_iterator_t *trans_iter = string_tree_iterator_new(transliterators); + + for (; !string_tree_iterator_done(trans_iter); string_tree_iterator_next(trans_iter)) { + char *prev = NULL; + char *transliterated = str; + string_tree_iterator_foreach_token(trans_iter, trans_name, { + log_debug("Doing %s\n", trans_name); + transliterated = transliterate(trans_name, transliterated, strlen(transliterated)); + if (transliterated == NULL) { + transliterated = prev != NULL ? prev : str; + continue; + } + if (prev != NULL) { + free(prev); + } + prev = transliterated; + }) + + add_latin_alternatives(tree, transliterated, strlen(transliterated), options, num_languages, languages); + if (transliterated != str) { + free(transliterated); + } + } + + string_tree_iterator_destroy(trans_iter); + string_tree_destroy(transliterators); + + } + + if (have_latin_transliterator) { + add_latin_alternatives(tree, str, len, options, num_languages, languages); + } + + kh_destroy(int_set, scripts); + + string_tree_finalize_token(tree); + + return tree; + +} + +inline string_tree_t *normalize_string(char *str, uint64_t options) { + return normalize_string_languages(str, options, 0, NULL); +} + +bool numeric_starts_with_alpha(char *str, token_t token) { + if (token.type != NUMERIC || token.len == 0) return false; + + size_t idx = 0; + + uint8_t *ptr = (uint8_t *)str + token.offset; + size_t len = token.len; + + int32_t ch; + ssize_t char_len; + + bool contains_letter = false; + bool append_char = true; + + while (idx < len) { + char_len = utf8proc_iterate(ptr, len, &ch); + + if (char_len <= 0) break; + + bool is_hyphen = utf8_is_hyphen(ch); + int cat = utf8proc_category(ch); + + bool is_letter = utf8_is_letter(cat); + bool is_number = utf8_is_number(cat); + + if (is_number) { + return contains_letter; + } else if (is_letter) { + contains_letter = true; + } + + ptr += char_len; + idx += char_len; + } + + return false; +} + +void add_normalized_token(char_array *array, char *str, token_t token, uint64_t options) { + size_t idx = 0; + + uint8_t *ptr = (uint8_t *)str + token.offset; + size_t len = token.len; + if (token.len > 0) { + + bool alpha_numeric_split = false; + char *append_if_not_numeric = NULL; + + int32_t ch; + int32_t next_ch; + ssize_t char_len; + ssize_t next_char_len; + + bool last_was_letter = false; + bool last_was_number = false; + bool append_char = true; + + while (idx < len) { + char_len = utf8proc_iterate(ptr, len, &ch); + + if (char_len <= 0) break; + + bool is_hyphen = utf8_is_hyphen(ch); + int cat = utf8proc_category(ch); + + bool is_letter = utf8_is_letter(cat); + bool is_number = utf8_is_number(cat); + + next_char_len = utf8proc_iterate(ptr + char_len, len, &next_ch); + int next_cat = UTF8PROC_CATEGORY_CN; + bool next_is_number = false; + bool next_is_letter = false; + if (next_char_len > 0) { + next_cat = utf8proc_category(next_ch); + next_is_number = utf8_is_number(next_cat); + next_is_letter = utf8_is_letter(next_cat); + } + + bool is_full_stop = ch == FULL_STOP_CODEPOINT; + + bool is_hyphen_between_letter_and_number = is_hyphen && ((next_is_number && last_was_letter) || (next_is_letter && last_was_number)); + + if (is_hyphen && options & NORMALIZE_TOKEN_REPLACE_HYPHENS && (!(last_was_number && next_is_number) || options & NORMALIZE_TOKEN_REPLACE_NUMERIC_HYPHENS)) { + char_array_append(array, " "); + append_char = false; + } else if (is_hyphen && options & NORMALIZE_TOKEN_DELETE_HYPHENS) { + append_char = is_hyphen_between_letter_and_number; + } + + if ((is_hyphen || is_full_stop) && token.type == NUMERIC && options & NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC && last_was_letter) { + ptr += char_len; + idx += char_len; + append_if_not_numeric = is_hyphen ? "-" : "."; + append_char = true; + continue; + } + + if (!is_number && append_if_not_numeric != NULL) { + char_array_append(array, append_if_not_numeric); + append_if_not_numeric = NULL; + } + + if (is_number && options & NORMALIZE_TOKEN_REPLACE_DIGITS) { + char_array_append(array, DIGIT_CHAR); + append_char = false; + } + + if (options & NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC && token.type == NUMERIC && ((last_was_letter && is_number) || (last_was_number && is_letter)) && !alpha_numeric_split) { + char_array_append(array, " "); + alpha_numeric_split = true; + } + + if (is_full_stop) { + if (options & NORMALIZE_TOKEN_DELETE_FINAL_PERIOD && idx == len - 1) { + break; + } + + if (token.type == ACRONYM && options & NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS) { + append_char = false; + } + } + + if (idx == len - 2 && len > 2 && options & NORMALIZE_TOKEN_DROP_ENGLISH_POSSESSIVES) { + char this_char = *ptr; + char next_char = *(ptr + 1); + + if ((this_char == '\'' && next_char == 's') || (this_char == 's' && next_char == '\'')) { + char_array_append(array, "s"); + break; + } + } + + if (ch == APOSTROPHE_CODEPOINT && token.type == WORD && options & NORMALIZE_TOKEN_DELETE_OTHER_APOSTROPHE) { + append_char = false; + } + + if (append_char) { + char_array_append_len(array, (char *)ptr, char_len); + } + + ptr += char_len; + idx += char_len; + append_char = true; + + last_was_letter = is_letter; + last_was_number = is_number; + } + } + + char_array_terminate(array); + +} + +inline void normalize_token(cstring_array *array, char *str, token_t token, uint64_t options) { + cstring_array_start_token(array); + add_normalized_token(array->str, str, token, options); +} diff --git a/src/normalize.h b/src/normalize.h new file mode 100644 index 0000000..5d10b2a --- /dev/null +++ b/src/normalize.h @@ -0,0 +1,87 @@ +/* normalize.h + +The normalize module provides several options for preprocessing full strings: + +- Unicode normalization (NFD/decomposition) +- Transliteration (including Latin-ASCII) +- Accent mark removal +- UTF-8 lowercasing with utf8proc + +As well as normalizations for individual string tokens: + +- Replace hyphens with space e.g. "quatre-vingt" => "quatre vingt" +- Delete hyphens e.g. "auto-estrada" => "autoestrada" +- Delete final period "R." => "R" +- Delete acronym periods: "U.S.A." => "USA" +- Drop English possessive "Janelle's" => "Janelle" +- Delete other apostrophes "O'Malley" => "OMalley" (not appropriate for Latin languages, use elision separation) + +*/ + +#ifndef NORMALIZE_H +#define NORMALIZE_H + + + +#include +#include +#include +#include + +#include "constants.h" +#include "klib/khash.h" +#include "libpostal.h" +#include "string_utils.h" +#include "utf8proc/utf8proc.h" +#include "unicode_scripts.h" +#include "numex.h" +#include "scanner.h" +#include "transliterate.h" +#include "trie.h" +#include "tokens.h" +#include "vector.h" + +#define NORMALIZE_STRING_LATIN_ASCII LIBPOSTAL_NORMALIZE_STRING_LATIN_ASCII +#define NORMALIZE_STRING_TRANSLITERATE LIBPOSTAL_NORMALIZE_STRING_TRANSLITERATE +#define NORMALIZE_STRING_STRIP_ACCENTS LIBPOSTAL_NORMALIZE_STRING_STRIP_ACCENTS +#define NORMALIZE_STRING_DECOMPOSE LIBPOSTAL_NORMALIZE_STRING_DECOMPOSE +#define NORMALIZE_STRING_LOWERCASE LIBPOSTAL_NORMALIZE_STRING_LOWERCASE +#define NORMALIZE_STRING_TRIM LIBPOSTAL_NORMALIZE_STRING_TRIM +#define NORMALIZE_STRING_REPLACE_HYPHENS LIBPOSTAL_NORMALIZE_STRING_REPLACE_HYPHENS +#define NORMALIZE_STRING_COMPOSE LIBPOSTAL_NORMALIZE_STRING_COMPOSE +#define NORMALIZE_STRING_SIMPLE_LATIN_ASCII LIBPOSTAL_NORMALIZE_STRING_SIMPLE_LATIN_ASCII +#define NORMALIZE_STRING_REPLACE_NUMEX LIBPOSTAL_NORMALIZE_STRING_REPLACE_NUMEX + +#define NORMALIZE_TOKEN_REPLACE_HYPHENS LIBPOSTAL_NORMALIZE_TOKEN_REPLACE_HYPHENS +#define NORMALIZE_TOKEN_DELETE_HYPHENS LIBPOSTAL_NORMALIZE_TOKEN_DELETE_HYPHENS +#define NORMALIZE_TOKEN_DELETE_FINAL_PERIOD LIBPOSTAL_NORMALIZE_TOKEN_DELETE_FINAL_PERIOD +#define NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS LIBPOSTAL_NORMALIZE_TOKEN_DELETE_ACRONYM_PERIODS +#define NORMALIZE_TOKEN_DROP_ENGLISH_POSSESSIVES LIBPOSTAL_NORMALIZE_TOKEN_DROP_ENGLISH_POSSESSIVES +#define NORMALIZE_TOKEN_DELETE_OTHER_APOSTROPHE LIBPOSTAL_NORMALIZE_TOKEN_DELETE_OTHER_APOSTROPHE +#define NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC LIBPOSTAL_NORMALIZE_TOKEN_SPLIT_ALPHA_FROM_NUMERIC +#define NORMALIZE_TOKEN_REPLACE_DIGITS LIBPOSTAL_NORMALIZE_TOKEN_REPLACE_DIGITS +#define NORMALIZE_TOKEN_REPLACE_NUMERIC_TOKEN_LETTERS LIBPOSTAL_NORMALIZE_TOKEN_REPLACE_NUMERIC_TOKEN_LETTERS +#define NORMALIZE_TOKEN_REPLACE_NUMERIC_HYPHENS LIBPOSTAL_NORMALIZE_TOKEN_REPLACE_NUMERIC_HYPHENS + +// Replace digits with capital D e.g. 10013 => DDDDD, intended for use with lowercased strings +#define DIGIT_CHAR "D" + +char *normalize_string_utf8(char *str, uint64_t options); + +char *normalize_string_utf8_languages(char *str, uint64_t options, size_t num_languages, char **languages); +char *normalize_string_latin(char *str, size_t len, uint64_t options); +char *normalize_string_latin_languages(char *str, size_t len, uint64_t options, size_t num_languages, char **languages); + + +// Takes NORMALIZE_TOKEN_* options +void add_normalized_token(char_array *array, char *str, token_t token, uint64_t options); +void normalize_token(cstring_array *array, char *str, token_t token, uint64_t options); + +bool numeric_starts_with_alpha(char *str, token_t token); + +// Takes NORMALIZE_STRING_* options +string_tree_t *normalize_string(char *str, uint64_t options); +string_tree_t *normalize_string_languages(char *str, uint64_t options, size_t num_languages, char **languages); + + +#endif diff --git a/src/numex.c b/src/numex.c new file mode 100644 index 0000000..18486b1 --- /dev/null +++ b/src/numex.c @@ -0,0 +1,1335 @@ +#include +#include +#include "numex.h" +#include "file_utils.h" + +#include "log/log.h" + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef HAVE_STRNDUP +#include "strndup.h" +#endif + + +#define NUMEX_TABLE_SIGNATURE 0xBBBBBBBB + +#define NUMEX_SETUP_ERROR "numex module not setup, call libpostal_setup() or numex_module_setup()\n" + +#define SEPARATOR_TOKENS "-" + +#define FLOOR_LOG_BASE(num, base) floor((log((float)num) / log((float)base)) + FLT_EPSILON) + +numex_table_t *numex_table = NULL; + +numex_table_t *get_numex_table(void) { + return numex_table; +} + +void numex_table_destroy(void) { + numex_table_t *numex_table = get_numex_table(); + if (numex_table == NULL) return; + + if (numex_table->trie != NULL) { + trie_destroy(numex_table->trie); + } + + if (numex_table->languages != NULL) { + numex_language_t *language; + kh_foreach_value(numex_table->languages, language, { + numex_language_destroy(language); + }) + + kh_destroy(str_numex_language, numex_table->languages); + } + + if (numex_table->rules != NULL) { + numex_rule_array_destroy(numex_table->rules); + } + + if (numex_table->ordinal_indicators != NULL) { + ordinal_indicator_array_destroy(numex_table->ordinal_indicators); + } + + free(numex_table); +} + +numex_table_t *numex_table_init(void) { + numex_table_t *numex_table = get_numex_table(); + + if (numex_table == NULL) { + numex_table = calloc(1, sizeof(numex_table_t)); + + if (numex_table == NULL) return NULL; + + numex_table->trie = trie_new(); + if (numex_table->trie == NULL) { + goto exit_numex_table_created; + } + + + numex_table->languages = kh_init(str_numex_language); + if (numex_table->languages == NULL) { + goto exit_numex_table_created; + } + + numex_table->rules = numex_rule_array_new(); + if (numex_table->rules == NULL) { + goto exit_numex_table_created; + } + + numex_table->ordinal_indicators = ordinal_indicator_array_new(); + if (numex_table->ordinal_indicators == NULL) { + goto exit_numex_table_created; + } + + } + + return numex_table; +exit_numex_table_created: + numex_table_destroy(); + exit(1); +} + +numex_table_t *numex_table_new(void) { + numex_table_t *numex_table = numex_table_init(); + if (numex_table != NULL) { + numex_rule_t null_rule = NUMEX_NULL_RULE; + numex_rule_array_push(numex_table->rules, null_rule); + numex_rule_t stopword_rule = NUMEX_STOPWORD_RULE; + numex_rule_array_push(numex_table->rules, stopword_rule); + } + return numex_table; +} + + +numex_language_t *numex_language_new(char *name, bool whole_tokens_only, size_t rules_index, size_t num_rules, size_t ordinals_index, size_t num_ordinals) { + numex_language_t *language = malloc(sizeof(numex_language_t)); + if (language == NULL) return NULL; + + language->name = name; + language->whole_tokens_only = whole_tokens_only; + language->rules_index = rules_index; + language->num_rules = num_rules; + language->ordinals_index = ordinals_index; + language->num_ordinals = num_ordinals; + + return language; +} + +void numex_language_destroy(numex_language_t *self) { + if (self == NULL) return; + + if (self->name != NULL) { + free(self->name); + } + + free(self); +} + +bool numex_table_add_language(numex_language_t *language) { + if (numex_table == NULL) { + log_error(NUMEX_SETUP_ERROR); + return false; + } + + int ret; + khiter_t k = kh_put(str_numex_language, numex_table->languages, language->name, &ret); + kh_value(numex_table->languages, k) = language; + + return true; +} + +numex_language_t *get_numex_language(char *name) { + if (numex_table == NULL) { + log_error(NUMEX_SETUP_ERROR); + return NULL; + } + + khiter_t k; + k = kh_get(str_numex_language, numex_table->languages, name); + return k != kh_end(numex_table->languages) ? kh_value(numex_table->languages, k) : NULL; +} + +static numex_language_t *numex_language_read(FILE *f) { + uint64_t lang_name_len; + + if (!file_read_uint64(f, &lang_name_len)) { + return NULL; + } + + char *name = malloc(lang_name_len); + if (name == NULL) { + return NULL; + } + + if (!file_read_chars(f, name, lang_name_len)) { + return NULL; + } + + bool whole_tokens_only; + if (!file_read_uint8(f, (uint8_t *)&whole_tokens_only)) { + return NULL; + } + + uint64_t rules_index; + if (!file_read_uint64(f, &rules_index)) { + return NULL; + } + + uint64_t num_rules; + if (!file_read_uint64(f, &num_rules)) { + return NULL; + } + + uint64_t ordinals_index; + if (!file_read_uint64(f, &ordinals_index)) { + return NULL; + } + + uint64_t num_ordinals; + if (!file_read_uint64(f, &num_ordinals)) { + return NULL; + } + + numex_language_t *language = numex_language_new(name, whole_tokens_only, (size_t)rules_index, (size_t)num_rules, (size_t)ordinals_index, (size_t)num_ordinals); + + return language; + +} + +static bool numex_language_write(numex_language_t *language, FILE *f) { + size_t lang_name_len = strlen(language->name) + 1; + + if (!file_write_uint64(f, (uint64_t)lang_name_len)) { + return false; + } + + if (!file_write_chars(f, language->name, lang_name_len)) { + return false; + } + + if (!file_write_uint8(f, language->whole_tokens_only)) { + return false; + } + + if (!file_write_uint64(f, language->rules_index)) { + return false; + } + + if (!file_write_uint64(f, language->num_rules)) { + return false; + } + + if (!file_write_uint64(f, language->ordinals_index)) { + return false; + } + + if (!file_write_uint64(f, language->num_ordinals)) { + return false; + } + + return true; + +} + +static bool numex_rule_read(FILE *f, numex_rule_t *rule) { + uint64_t left_context_type; + if (!file_read_uint64(f, &left_context_type)) { + return false; + } + rule->left_context_type = left_context_type; + + uint64_t right_context_type; + if (!file_read_uint64(f, &right_context_type)) { + return false; + } + rule->right_context_type = right_context_type; + + uint64_t rule_type; + if (!file_read_uint64(f, &rule_type)) { + return false; + } + rule->rule_type = rule_type; + + uint64_t gender; + if (!file_read_uint64(f, &gender)) { + return false; + } + rule->gender = gender; + + uint64_t category; + if (!file_read_uint64(f, &category)) { + return false; + } + rule->category = category; + + uint32_t radix; + if (!file_read_uint32(f, &radix)) { + return false; + } + rule->radix = radix; + + uint64_t value; + if (!file_read_uint64(f, &value)) { + return false; + } + rule->value = value; + + return true; +} + +bool numex_rule_write(numex_rule_t rule, FILE *f) { + if (!file_write_uint64(f, (uint64_t)rule.left_context_type)) { + return false; + } + + if (!file_write_uint64(f, (uint64_t)rule.right_context_type)) { + return false; + } + + if (!file_write_uint64(f, (uint64_t)rule.rule_type)) { + return false; + } + + if (!file_write_uint64(f, (uint64_t)rule.gender)) { + return false; + } + + if (!file_write_uint64(f, (uint64_t)rule.category)) { + return false; + } + + if (!file_write_uint32(f, (uint32_t)rule.radix)) { + return false; + } + + if (!file_write_uint64(f, (uint64_t)rule.value)) { + return false; + } + + return true; +} + +void ordinal_indicator_destroy(ordinal_indicator_t *self) { + if (self == NULL) return; + + if (self->key != NULL) { + free(self->key); + } + + if (self->suffix != NULL) { + free(self->suffix); + } + + free(self); +} + +ordinal_indicator_t *ordinal_indicator_new(char *key, gender_t gender, grammatical_category_t category, char *suffix) { + ordinal_indicator_t *ordinal = malloc(sizeof(ordinal_indicator_t)); + if (ordinal == NULL) { + return NULL; + } + + ordinal->key = key; + if (ordinal->key == NULL) { + ordinal_indicator_destroy(ordinal); + return NULL; + } + + ordinal->suffix = suffix; + if (ordinal->suffix == NULL) { + ordinal_indicator_destroy(ordinal); + return NULL; + } + + ordinal->category = category; + ordinal->gender = gender; + + return ordinal; +} + +static ordinal_indicator_t *ordinal_indicator_read(FILE *f) { + uint64_t key_len; + if (!file_read_uint64(f, &key_len)) { + return NULL; + } + + char *key = malloc(key_len); + if (key == NULL) { + return NULL; + } + + if (!file_read_chars(f, key, key_len)) { + return NULL; + } + + uint64_t gender_uint64; + if (!file_read_uint64(f, &gender_uint64)) { + return NULL; + } + gender_t gender = gender_uint64; + + uint64_t category_uint64; + if (!file_read_uint64(f, &category_uint64)) { + return NULL; + } + grammatical_category_t category = category_uint64; + + uint64_t ordinal_suffix_len; + if (!file_read_uint64(f, &ordinal_suffix_len)) { + return NULL; + } + + char *ordinal_suffix = malloc((size_t)ordinal_suffix_len); + if (ordinal_suffix == NULL) { + return NULL; + } + + if (!file_read_chars(f, ordinal_suffix, ordinal_suffix_len)) { + return NULL; + } + + return ordinal_indicator_new(key, gender, category, ordinal_suffix); +} + + +bool ordinal_indicator_write(ordinal_indicator_t *ordinal, FILE *f) { + size_t key_len = strlen(ordinal->key) + 1; + if (!file_write_uint64(f, (uint64_t)key_len) || + !file_write_chars(f, ordinal->key, key_len)) { + return false; + } + + if (!file_write_uint64(f, (uint64_t)ordinal->gender)) { + return false; + } + + if (!file_write_uint64(f, (uint64_t)ordinal->category)) { + return false; + } + + size_t name_len = strlen(ordinal->suffix) + 1; + if (!file_write_uint64(f, (uint64_t)name_len) || + !file_write_chars(f, ordinal->suffix, name_len)) { + return false; + } + + return true; + +} + + +bool numex_table_read(FILE *f) { + if (f == NULL) { + log_warn("FILE pointer was NULL in numex_table_read\n"); + return false; + } + + uint32_t signature; + + log_debug("Reading signature\n"); + + if (!file_read_uint32(f, &signature) || signature != NUMEX_TABLE_SIGNATURE) { + return false; + } + + numex_table = numex_table_init(); + + log_debug("Numex table initialized\n"); + + uint64_t num_languages; + + if (!file_read_uint64(f, &num_languages)) { + goto exit_numex_table_load_error; + } + + log_debug("read num_languages = %" PRIu64 "\n", num_languages); + + size_t i = 0; + + numex_language_t *language; + + for (i = 0; i < num_languages; i++) { + language = numex_language_read(f); + if (language == NULL || !numex_table_add_language(language)) { + goto exit_numex_table_load_error; + } + } + + log_debug("read languages\n"); + + + uint64_t num_rules; + + if (!file_read_uint64(f, &num_rules)) { + goto exit_numex_table_load_error; + } + + log_debug("read num_rules = %" PRIu64 "\n", num_rules); + + numex_rule_t rule; + + for (i = 0; i < num_rules; i++) { + if (!numex_rule_read(f, &rule)) { + goto exit_numex_table_load_error; + } + numex_rule_array_push(numex_table->rules, rule); + } + + log_debug("read rules\n"); + + uint64_t num_ordinals; + + if (!file_read_uint64(f, &num_ordinals)) { + goto exit_numex_table_load_error; + } + + ordinal_indicator_t *ordinal; + + for (i = 0; i < num_ordinals; i++) { + ordinal = ordinal_indicator_read(f); + if (ordinal == NULL) { + goto exit_numex_table_load_error; + } + ordinal_indicator_array_push(numex_table->ordinal_indicators, ordinal); + } + + trie_destroy(numex_table->trie); + + numex_table->trie = trie_read(f); + if (numex_table->trie == NULL) { + goto exit_numex_table_load_error; + } + + log_debug("read trie\n"); + + return true; + +exit_numex_table_load_error: + numex_table_destroy(); + return false; +} + +bool numex_table_load(char *filename) { + FILE *f; + if ((f = fopen(filename, "rb")) == NULL) { + return NULL; + } + bool ret = numex_table_read(f); + fclose(f); + return ret; +} + +bool numex_table_write(FILE *f) { + if (!file_write_uint32(f, (uint32_t)NUMEX_TABLE_SIGNATURE)) { + return false; + } + + size_t num_languages = kh_size(numex_table->languages); + + if (!file_write_uint64(f, (uint64_t)num_languages)) { + return false; + } + + numex_language_t *language; + + kh_foreach_value(numex_table->languages, language, { + if (!numex_language_write(language, f)) { + return false; + } + }) + + size_t num_rules = numex_table->rules->n; + + if (!file_write_uint64(f, (uint64_t)num_rules)) { + return false; + } + + numex_rule_t rule; + + size_t i = 0; + + for (i = 0; i < num_rules; i++) { + rule = numex_table->rules->a[i]; + + if (!numex_rule_write(rule, f)) { + return false; + } + } + + size_t num_ordinals = numex_table->ordinal_indicators->n; + + if (!file_write_uint64(f, (uint64_t)num_ordinals)) { + return false; + } + + ordinal_indicator_t *ordinal; + + for (i = 0; i < num_ordinals; i++) { + ordinal = numex_table->ordinal_indicators->a[i]; + + if (!ordinal_indicator_write(ordinal, f)) { + return false; + } + } + + if (!trie_write(numex_table->trie, f)) { + return false; + } + + return true; +} + +bool numex_table_save(char *filename) { + if (numex_table == NULL || filename == NULL) { + return false; + } + + FILE *f; + + if ((f = fopen(filename, "wb")) != NULL) { + bool ret = numex_table_write(f); + fclose(f); + return ret; + } else { + return false; + } +} + +bool numex_module_init(void) { + numex_table = numex_table_new(); + return numex_table != NULL; +} + +/* Initializes numex trie/module +Must be called only once before the module can be used +*/ + +bool numex_module_setup(char *filename) { + if (numex_table == NULL) { + return numex_table_load(filename == NULL ? DEFAULT_NUMEX_PATH : filename); + } + return true; +} + +/* Teardown method for the module +Called once when done with the module (usually at +the end of a main method) +*/ +void numex_module_teardown(void) { + numex_table_destroy(); + numex_table = NULL; +} + +#define NULL_NUMEX_RESULT (numex_result_t) {0, GENDER_NONE, CATEGORY_DEFAULT, false, 0, 0} + +typedef enum { + NUMEX_SEARCH_STATE_BEGIN, + NUMEX_SEARCH_STATE_SKIP_TOKEN, + NUMEX_SEARCH_STATE_PARTIAL_MATCH, + NUMEX_SEARCH_STATE_MATCH +} numex_search_state_type; + +typedef struct numex_search_state { + uint32_t node_id; + numex_search_state_type state; +} numex_search_state_t; + +#define NULL_NUMEX_SEARCH_STATE (numex_search_state_t) {NULL_NODE_ID, NUMEX_SEARCH_STATE_BEGIN} + + +static inline numex_rule_t get_numex_rule(size_t i) { + if (i >= numex_table->rules->n) return NUMEX_NULL_RULE; + return numex_table->rules->a[i]; +} + +numex_result_array *convert_numeric_expressions(char *str, char *lang) { + if (numex_table == NULL) { + log_error(NUMEX_SETUP_ERROR); + return NULL; + } + + trie_t *trie = numex_table->trie; + if (trie == NULL) return NULL; + + numex_language_t *language = get_numex_language(lang); + + if (language == NULL) return NULL; + + bool whole_tokens_only = language->whole_tokens_only; + + trie_prefix_result_t prefix = trie_get_prefix(trie, lang); + + if (prefix.node_id == NULL_NODE_ID) { + return NULL; + } + + prefix = trie_get_prefix_from_index(trie, NAMESPACE_SEPARATOR_CHAR, NAMESPACE_SEPARATOR_CHAR_LEN, prefix.node_id, prefix.tail_pos); + + if (prefix.node_id == NULL_NODE_ID) { + return NULL; + } + + numex_result_t prev_result = NULL_NUMEX_RESULT; + numex_result_t result = prev_result; + + size_t prev_result_len = 0; + + numex_result_array *results = NULL; + + numex_rule_t prev_rule = NUMEX_NULL_RULE; + numex_rule_t rule = prev_rule; + + numex_search_state_t state = NULL_NUMEX_SEARCH_STATE; + + numex_search_state_t start_state = NULL_NUMEX_SEARCH_STATE; + uint32_t start_node_id = prefix.node_id; + start_state.node_id = start_node_id; + + numex_search_state_t prev_state = start_state; + + phrase_t stopword_phrase; + + size_t len = strlen(str); + size_t idx = 0; + + int cat; + int32_t codepoint = 0; + ssize_t char_len = 0; + uint8_t *ptr = (uint8_t *)str; + unsigned char ch = '\0'; + + bool advance_index = true; + bool advance_state = true; + + bool number_finished = false; + + bool is_space = false; + bool is_hyphen = false; + bool is_punct = false; + + char_array *number_str = NULL; + + bool last_was_separator = false; + bool last_was_stopword = false; + bool possible_complete_token = false; + bool complete_token = false; + + bool prev_rule_was_number = false; + + log_debug("Converting numex for str=%s, lang=%s\n", str, lang); + + while (idx < len) { + if (state.state == NUMEX_SEARCH_STATE_SKIP_TOKEN) { + char_len = utf8proc_iterate(ptr, len, &codepoint); + if (char_len <= 0) break; + cat = utf8proc_category(codepoint); + + if (codepoint == 0) break; + + is_space = utf8_is_separator(cat); + is_punct = utf8_is_punctuation(cat); + if (is_space) { + log_debug("is_space\n"); + is_hyphen = false; + } else if (is_punct) { + log_debug("is_punct\n"); + is_hyphen = false; + } else { + is_hyphen = utf8_is_hyphen(codepoint); + if (is_hyphen) { + log_debug("is_hyphen\n"); + } + } + + idx += char_len; + ptr += char_len; + + if (is_space || is_hyphen) { + state = start_state; + last_was_separator = true; + if (possible_complete_token) { + log_debug("Complete token\n"); + complete_token = true; + possible_complete_token = false; + } else if (prev_state.state == NUMEX_SEARCH_STATE_MATCH) { + log_debug("Complete token\n"); + complete_token = true; + prev_state = NULL_NUMEX_SEARCH_STATE; + + if (idx == len && result.len > 0) { + results = (results != NULL) ? results : numex_result_array_new_size(1); + numex_result_array_push(results, result); + break; + } + } else { + complete_token = false; + } + } else if (whole_tokens_only && last_was_separator) { + log_debug("last was separator\n"); + last_was_separator = false; + possible_complete_token = true; + complete_token = false; + } else { + log_debug("other char\n"); + if (result.len > 0 && (!whole_tokens_only || (prev_state.state == NUMEX_SEARCH_STATE_MATCH && is_punct) || (prev_state.state != NUMEX_SEARCH_STATE_MATCH && complete_token))) { + results = (results != NULL) ? results : numex_result_array_new_size(1); + numex_result_array_push(results, result); + log_debug("Adding phrase from partial token, value=%" PRId64 "\n", result.value); + prev_rule = rule = NUMEX_NULL_RULE; + } + result = NULL_NUMEX_RESULT; + rule = prev_rule = NUMEX_NULL_RULE; + prev_state = NULL_NUMEX_SEARCH_STATE; + last_was_separator = false; + possible_complete_token = false; + complete_token = false; + } + continue; + } + + phrase_t phrase = trie_search_prefixes_from_index(trie, str + idx, len - idx, start_node_id); + + state = start_state; + + if (phrase.len == 0) { + log_debug("phrase.len == 0, skipping token\n"); + last_was_separator = false; + state.state = NUMEX_SEARCH_STATE_SKIP_TOKEN; + continue; + } + + uint32_t rule_index = phrase.data; + + bool set_rule = false; + state.state = NUMEX_SEARCH_STATE_MATCH; + + log_debug("phrase.len=%u, phrase.data=%d\n", phrase.len, phrase.data); + + rule = get_numex_rule((size_t)phrase.data); + log_debug("rule.value=%" PRId64 "\n", rule.value); + + if (rule.rule_type != NUMEX_NULL) { + set_rule = true; + + if (rule.gender != GENDER_NONE) { + result.gender = rule.gender; + } + + if (rule.category != CATEGORY_DEFAULT) { + result.category = rule.category; + } + + /* e.g. in English, "two hundred", when you get to hundred, multiply by the + left value mod the current value, which also covers things like + "one thousand two hundred" although those cases should be less commmon in addresses + */ + + if (result.len == 0) { + result.start = idx + phrase.start; + } + + if (rule.rule_type != NUMEX_STOPWORD) { + result.len = idx + phrase.start + phrase.len - result.start; + } + + log_debug("idx=%zu, phrase.len=%d\n", idx, phrase.len); + + log_debug("prev_rule.radix=%d\n", prev_rule.radix); + + if (rule.left_context_type == NUMEX_LEFT_CONTEXT_MULTIPLY) { + int64_t multiplier = result.value % rule.value; + if (multiplier != 0) { + result.value -= multiplier; + } else { + multiplier = 1; + } + result.value += rule.value * multiplier; + log_debug("LEFT_CONTEXT_MULTIPLY, value = %" PRId64 "\n", result.value); + } else if (rule.left_context_type == NUMEX_LEFT_CONTEXT_ADD) { + result.value += rule.value; + log_debug("LEFT_CONTEXT_ADD, value = %" PRId64 "\n", result.value); + } else if (prev_rule.right_context_type == NUMEX_RIGHT_CONTEXT_ADD && rule.value > 0 && prev_rule.radix > 0 && + FLOOR_LOG_BASE(rule.value, prev_rule.radix) < FLOOR_LOG_BASE(prev_rule.value, prev_rule.radix)) { + result.value += rule.value; + log_debug("Last token was RIGHT_CONTEXT_ADD, value=%" PRId64 "\n", result.value); + } else if (prev_rule.rule_type != NUMEX_NULL && rule.rule_type != NUMEX_STOPWORD && (!whole_tokens_only || complete_token)) { + log_debug("Had previous token with no context, finishing previous rule before returning\n"); + result.len = prev_result_len; + number_finished = true; + complete_token = false; + advance_index = false; + state = start_state; + prev_rule_was_number = true; + rule = prev_rule = NUMEX_NULL_RULE; + prev_result_len = 0; + } else if (prev_rule.rule_type != NUMEX_NULL && rule.rule_type != NUMEX_STOPWORD && whole_tokens_only && !complete_token) { + log_debug("whole_tokens_only = %d, complete_token = %d\n", whole_tokens_only, complete_token); + rule = NUMEX_NULL_RULE; + last_was_separator = false; + prev_rule_was_number = false; + state.state = NUMEX_SEARCH_STATE_SKIP_TOKEN; + continue; + } else if (rule.left_context_type == NUMEX_LEFT_CONTEXT_CONCAT_ONLY_IF_NUMBER && !prev_rule_was_number) { + log_debug("LEFT_CONTEXT_CONCAT_ONLY_IF_NUMBER, no context\n"); + prev_rule = rule; + last_was_separator = false; + rule = NUMEX_NULL_RULE; + prev_result_len = result.len; + result = NULL_NUMEX_RESULT; + stopword_phrase = NULL_PHRASE; + state.state = NUMEX_SEARCH_STATE_SKIP_TOKEN; + last_was_stopword = false; + continue; + } else if (rule.left_context_type == NUMEX_LEFT_CONTEXT_CONCAT_ONLY_IF_NUMBER && prev_rule_was_number) { + last_was_separator = false; + number_finished = true; + state = start_state; + last_was_stopword = false; + prev_rule_was_number = true; + log_debug("LEFT_CONTEXT_CONCAT_ONLY_IF_NUMBER, value = %" PRId64 "\n", result.value); + } else if (rule.rule_type != NUMEX_STOPWORD) { + result.value = rule.value; + log_debug("Got number, result.value=%" PRId64 "\n", result.value); + } else if (rule.rule_type == NUMEX_STOPWORD && prev_rule.rule_type == NUMEX_NULL) { + log_debug("numex stopword\n"); + rule = NUMEX_NULL_RULE; + last_was_separator = false; + state.state = NUMEX_SEARCH_STATE_SKIP_TOKEN; + continue; + } + + prev_rule_was_number = prev_rule_was_number || prev_rule.rule_type != NUMEX_NULL; + + if (rule.rule_type != NUMEX_STOPWORD) { + prev_rule = rule; + prev_result_len = result.len; + stopword_phrase = NULL_PHRASE; + } else { + stopword_phrase = phrase; + } + + last_was_stopword = rule.rule_type == NUMEX_STOPWORD; + + if (rule.rule_type == NUMEX_ORDINAL_RULE) { + result.is_ordinal = true; + if (rule.right_context_type == NUMEX_RIGHT_CONTEXT_NONE && !whole_tokens_only) { + number_finished = true; + } + + log_debug("rule is ordinal\n"); + } + + if (rule.rule_type != NUMEX_NULL && idx + phrase.start + phrase.len == len) { + number_finished = true; + } + } else if (last_was_stopword) { + log_debug("last was stopword\n"); + last_was_separator = false; + advance_index = false; + idx = stopword_phrase.start; + ptr = (uint8_t *)str + stopword_phrase.start; + state.state = NUMEX_SEARCH_STATE_SKIP_TOKEN; + if (prev_rule.rule_type != NUMEX_NULL) { + number_finished = true; + } + } + + if (!set_rule) { + rule = prev_rule = NUMEX_NULL_RULE; + log_debug("Resetting rules to NUMEX_NULL_RULE\n"); + } + + set_rule = false; + + if (advance_index) { + idx += phrase.start + phrase.len; + ptr += phrase.start + phrase.len; + } + + advance_index = true; + + if (number_finished) { + results = (results != NULL) ? results : numex_result_array_new_size(1); + numex_result_array_push(results, result); + log_debug("Adding phrase, value=%" PRId64 "\n", result.value); + result = NULL_NUMEX_RESULT; + number_finished = false; + rule = prev_rule = NUMEX_NULL_RULE; + } + + prev_state = state; + + } + + return results; +} + +static trie_prefix_result_t get_ordinal_namespace_prefix(trie_t *trie, char *lang, char *ns, gender_t gender, grammatical_category_t category, bool use_default_if_not_found) { + numex_language_t *language = get_numex_language(lang); + + if (language == NULL) { + return NULL_PREFIX_RESULT; + } + + bool whole_tokens_only = language->whole_tokens_only; + + trie_prefix_result_t prefix = trie_get_prefix(trie, lang); + + if (prefix.node_id == NULL_NODE_ID) { + return NULL_PREFIX_RESULT; + } + + prefix = trie_get_prefix_from_index(trie, ns, strlen(ns), prefix.node_id, prefix.tail_pos); + + if (prefix.node_id == NULL_NODE_ID) { + return NULL_PREFIX_RESULT; + } + + trie_prefix_result_t ordinal_prefix = prefix; + + char *gender_str = GENDER_NONE_PREFIX; + if (gender == GENDER_FEMININE) { + gender_str = GENDER_FEMININE_PREFIX; + } else if (gender == GENDER_MASCULINE) { + gender_str = GENDER_MASCULINE_PREFIX; + } else if (gender == GENDER_NEUTER) { + gender_str = GENDER_NEUTER_PREFIX; + } + + prefix = trie_get_prefix_from_index(trie, gender_str, strlen(gender_str), ordinal_prefix.node_id, ordinal_prefix.tail_pos); + + if (prefix.node_id == NULL_NODE_ID && gender != GENDER_NONE && use_default_if_not_found) { + prefix = trie_get_prefix_from_index(trie, GENDER_NONE_PREFIX, strlen(GENDER_NONE_PREFIX), ordinal_prefix.node_id, ordinal_prefix.tail_pos); + } + + if (prefix.node_id == NULL_NODE_ID) { + return prefix; + } + + trie_prefix_result_t gender_prefix = prefix; + + char *category_str = CATEGORY_DEFAULT_PREFIX; + + if (category == CATEGORY_PLURAL) { + category_str = CATEGORY_PLURAL_PREFIX; + } + + prefix = trie_get_prefix_from_index(trie, category_str, strlen(category_str), gender_prefix.node_id, gender_prefix.tail_pos); + + if (prefix.node_id == NULL_NODE_ID && category != CATEGORY_DEFAULT && use_default_if_not_found) { + prefix = trie_get_prefix_from_index(trie, CATEGORY_DEFAULT_PREFIX, strlen(CATEGORY_DEFAULT_PREFIX), gender_prefix.node_id, gender_prefix.tail_pos); + } + + if (prefix.node_id == NULL_NODE_ID) { + return prefix; + } + + prefix = trie_get_prefix_from_index(trie, NAMESPACE_SEPARATOR_CHAR, NAMESPACE_SEPARATOR_CHAR_LEN, prefix.node_id, prefix.tail_pos); + + return prefix; +} + +static char *get_ordinal_suffix(char *numeric_string, size_t len, char *lang, gender_t gender, grammatical_category_t category) { + if (numex_table == NULL) { + log_error(NUMEX_SETUP_ERROR); + return NULL; + } + + trie_t *trie = numex_table->trie; + if (trie == NULL) { + return NULL; + } + + bool use_default_if_not_found = true; + trie_prefix_result_t prefix = get_ordinal_namespace_prefix(trie, lang, ORDINAL_NAMESPACE_PREFIX, gender, category, use_default_if_not_found); + + if (prefix.node_id == NULL_NODE_ID) { + return NULL; + } + + phrase_t phrase = trie_search_suffixes_from_index(trie, numeric_string, len, prefix.node_id); + + if (phrase.len == 0) { + return NULL; + } + + if (phrase.data >= numex_table->ordinal_indicators->n) { + return NULL; + } + + ordinal_indicator_t *ordinal = numex_table->ordinal_indicators->a[phrase.data]; + return ordinal->suffix; + +} + +size_t possible_ordinal_digit_len(char *str, size_t len) { + uint8_t *ptr = (uint8_t *)str; + size_t idx = 0; + + bool ignorable = true; + + bool is_digit = false; + bool last_was_digit = false; + + int32_t ch; + + size_t digit_len = 0; + bool seen_first_digit = false; + + while (idx < len) { + ssize_t char_len = utf8proc_iterate(ptr, len, &ch); + + if (char_len <= 0) break; + if (ch == 0) break; + if (!(utf8proc_codepoint_valid(ch))) return 0; + + // 0-9 only for this + is_digit = ch >= 48 && ch <= 57; + + if ((seen_first_digit && is_digit && !last_was_digit)) { + return 0; + } + + if (is_digit && !seen_first_digit) { + seen_first_digit = true; + } + + if (is_digit) { + digit_len += char_len; + } + + ptr += char_len; + idx += char_len; + last_was_digit = is_digit; + } + + return digit_len; +} + +size_t ordinal_suffix_len(char *str, size_t len, char *lang) { + if (str == NULL || len == 0) { + return 0; + } + + if (numex_table == NULL) { + log_error(NUMEX_SETUP_ERROR); + return 0; + } + + trie_t *trie = numex_table->trie; + if (trie == NULL) { + return 0; + } + + bool use_default_if_not_found = false; + + // Default (GENDER_NONE and CATEGORY_DEFAULT) are at the end of the enums, so iterate backward + for (int gender = NUM_GENDERS - 1; gender >= 0; gender--) { + for (int category = NUM_CATEGORIES - 1; category >= 0; category--) { + trie_prefix_result_t prefix = get_ordinal_namespace_prefix(trie, lang, ORDINAL_PHRASE_NAMESPACE_PREFIX, gender, category, use_default_if_not_found); + + if (prefix.node_id == NULL_NODE_ID) { + continue; + } + + phrase_t phrase = trie_search_suffixes_from_index(trie, str, len, prefix.node_id); + + if (phrase.len + phrase.start == len) { + return phrase.len; + } + } + } + + return 0; +} + +size_t valid_ordinal_suffix_len(char *str, token_t token, token_t prev_token, char *lang) { + size_t len_ordinal_suffix = ordinal_suffix_len(str + token.offset, token.len, lang); + + int32_t unichr = 0; + const uint8_t *ptr = (const uint8_t *)str; + + if (len_ordinal_suffix > 0) { + ssize_t start = 0; + size_t token_offset = token.offset; + size_t token_len = token.len; + + if (len_ordinal_suffix < token.len) { + start = token.offset + token.len - len_ordinal_suffix; + token_offset = token.offset; + token_len = token.len - len_ordinal_suffix; + } else { + start = prev_token.offset + prev_token.len; + token_offset = prev_token.offset; + token_len = prev_token.len; + } + ssize_t prev_char_len = utf8proc_iterate_reversed(ptr, start, &unichr); + if (prev_char_len <= 0) return 0; + if (!utf8_is_digit(utf8proc_category(unichr)) && !is_likely_roman_numeral_len(str + token_offset, token_len)) { + return 0; + } + } else { + return 0; + } + + return len_ordinal_suffix; +} + +bool add_ordinal_suffix_lengths(uint32_array *suffixes, char *str, token_array *tokens_array, char *lang) { + if (suffixes == NULL || str == NULL || tokens_array == NULL) return false; + size_t n = tokens_array->n; + token_t *tokens = tokens_array->a; + token_t prev_token = NULL_TOKEN; + for (size_t i = 0; i < n; i++) { + token_t token = tokens[i]; + size_t suffix_len = valid_ordinal_suffix_len(str, token, prev_token, lang); + uint32_array_push(suffixes, (uint32_t)suffix_len); + prev_token = token; + } + return true; +} + + + +static inline bool is_roman_numeral_char(char c) { + return (c == 'i' || + c == 'v' || + c == 'x' || + c == 'l' || + c == 'c' || + c == 'd' || + c == 'm' || + c == 'I' || + c == 'V' || + c == 'X' || + c == 'L' || + c == 'C' || + c == 'D' || + c == 'M'); +} + +static inline bool is_likely_single_roman_numeral_char(char c) { + return (c == 'i' || + c == 'v' || + c == 'x' || + c == 'I' || + c == 'V' || + c == 'X'); +} + + +bool is_valid_roman_numeral(char *str, size_t len) { + char *copy = strndup(str, len); + if (copy == NULL) return false; + + numex_result_array *results = convert_numeric_expressions(copy, LATIN_LANGUAGE_CODE); + if (results == NULL) { + free(copy); + return false; + } + + bool ret = results->n == 1 && results->a[0].len == len; + numex_result_array_destroy(results); + free(copy); + return ret; +} + +bool is_likely_roman_numeral_len(char *str, size_t len) { + bool seen_roman = false; + for (size_t i = 0; i < len; i++) { + char c = *(str + i); + if (c == 0) break; + if ((len <= 2 && is_likely_single_roman_numeral_char(c)) || (len > 2 && is_roman_numeral_char(c))) { + seen_roman = true; + } else { + return false; + } + } + + return seen_roman && is_valid_roman_numeral(str, len); +} + +inline bool is_likely_roman_numeral(char *str) { + return is_likely_roman_numeral_len(str, strlen(str)); +} + +char *replace_numeric_expressions(char *str, char *lang) { + numex_result_array *results = convert_numeric_expressions(str, lang); + if (results == NULL) return NULL; + + bool is_latin = string_equals(lang, LATIN_LANGUAGE_CODE); + + size_t len = strlen(str); + + char_array *replacement = char_array_new_size(len); + size_t start = 0; + size_t end = 0; + + bool have_valid_numex = false; + numex_result_t result = NULL_NUMEX_RESULT; + + for (size_t i = 0; i < results->n; i++) { + result = results->a[i]; + + if (result.len == 0) { + continue; + } + + if (is_latin && result.len <= 2 && !is_likely_roman_numeral_len(str + result.start, result.len)) { + continue; + } + have_valid_numex = true; + break; + } + + if (!have_valid_numex) { + numex_result_array_destroy(results); + char_array_destroy(replacement); + return NULL; + } + + for (size_t i = 0; i < results->n; i++) { + result = results->a[i]; + + if (result.len == 0) { + continue; + } + + if (is_latin && result.len <= 2 && !is_likely_roman_numeral_len(str + result.start, result.len)) { + continue; + } + + end = result.start; + + log_debug("lang=%s, start = %zu, len = %zu, value=%" PRId64 "\n", lang, result.start, result.len, result.value); + + char numeric_string[INT64_MAX_STRING_SIZE] = {0}; + sprintf(numeric_string, "%" PRId64, result.value); + + if (!string_is_ignorable(str + start, end - start)) { + char_array_append_len(replacement, str + start, end - start); + } + + char_array_append(replacement, numeric_string); + + if (result.is_ordinal) { + char *ordinal_suffix = get_ordinal_suffix(numeric_string, strlen(numeric_string), lang, result.gender, result.category); + if (ordinal_suffix != NULL) { + char_array_append(replacement, ordinal_suffix); + } + } + start = result.start + result.len; + } + + end = start; + char_array_append_len(replacement, str + end, len - end); + char_array_terminate(replacement); + numex_result_array_destroy(results); + + return char_array_to_string(replacement); +} + diff --git a/src/numex.h b/src/numex.h new file mode 100644 index 0000000..538404a --- /dev/null +++ b/src/numex.h @@ -0,0 +1,170 @@ +#ifndef NUMEX_H +#define NUMEX_H + + + + +#include +#include +#include +#include +#include +#include + +#include "collections.h" +#include "libpostal_config.h" +#include "constants.h" +#include "klib/khash.h" +#include "string_utils.h" +#include "tokens.h" +#include "trie.h" +#include "trie_search.h" + +#define NUMEX_DATA_FILE "numex.dat" +#define DEFAULT_NUMEX_PATH LIBPOSTAL_DATA_DIR PATH_SEPARATOR "numex" PATH_SEPARATOR NUMEX_DATA_FILE + +#define LATIN_LANGUAGE_CODE "la" + +#define GENDER_MASCULINE_PREFIX "m" +#define GENDER_FEMININE_PREFIX "f" +#define GENDER_NEUTER_PREFIX "n" +#define GENDER_NONE_PREFIX "d" + +typedef enum { + GENDER_MASCULINE, + GENDER_FEMININE, + GENDER_NEUTER, + GENDER_NONE, + NUM_GENDERS +} gender_t; + +#define CATEGORY_PLURAL_PREFIX "p" +#define CATEGORY_DEFAULT_PREFIX "s" + +typedef enum { + CATEGORY_PLURAL, + CATEGORY_DEFAULT, + NUM_CATEGORIES +} grammatical_category_t; + +typedef enum { + NUMEX_LEFT_CONTEXT_NONE, + NUMEX_LEFT_CONTEXT_ADD, + NUMEX_LEFT_CONTEXT_MULTIPLY, + NUMEX_LEFT_CONTEXT_CONCAT_ONLY_IF_NUMBER +} numex_left_context; + +typedef enum { + NUMEX_RIGHT_CONTEXT_NONE, + NUMEX_RIGHT_CONTEXT_ADD +} numex_right_context; + +typedef enum { + NUMEX_CARDINAL_RULE, + NUMEX_ORDINAL_RULE, + NUMEX_ORDINAL_INDICATOR_RULE, + NUMEX_DECIMAL_RULE, + NUMEX_NEGATION_RULE, + NUMEX_STOPWORD, + NUMEX_NULL +} numex_rule_type; + +typedef struct numex_rule { + numex_left_context left_context_type; + numex_right_context right_context_type; + numex_rule_type rule_type; + gender_t gender; + grammatical_category_t category; + uint32_t radix; + int64_t value; +} numex_rule_t; + +#define NUMEX_NULL_RULE_INDEX 0 +#define NUMEX_STOPWORD_INDEX 1 + +#define NUMEX_NULL_RULE (numex_rule_t) {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_NULL, GENDER_NONE, CATEGORY_DEFAULT, 0, 0LL} +#define NUMEX_STOPWORD_RULE {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_STOPWORD, GENDER_NONE, CATEGORY_DEFAULT, 0, 0LL} + +VECTOR_INIT(numex_rule_array, numex_rule_t) + +#define ORDINAL_NAMESPACE_CHAR "o" +#define ORDINAL_PHRASE_NAMESPACE_CHAR "p" + +#define ORDINAL_NAMESPACE_PREFIX NAMESPACE_SEPARATOR_CHAR ORDINAL_NAMESPACE_CHAR NAMESPACE_SEPARATOR_CHAR +#define ORDINAL_NAMESPACE_PREFIX_LEN strlen(ORDINAL_NAMESPACE_PREFIX) + +#define ORDINAL_PHRASE_NAMESPACE_PREFIX NAMESPACE_SEPARATOR_CHAR ORDINAL_PHRASE_NAMESPACE_CHAR NAMESPACE_SEPARATOR_CHAR +#define ORDINAL_PHRASE_NAMESPACE_PREFIX_LEN strlen(ORDINAL_PHRASE_NAMESPACE_PREFIX) + +typedef struct ordinal_indicator { + char *key; + gender_t gender; + grammatical_category_t category; + char *suffix; +} ordinal_indicator_t; + + +ordinal_indicator_t *ordinal_indicator_new(char *key, gender_t gender, grammatical_category_t category, char *suffix); +void ordinal_indicator_destroy(ordinal_indicator_t *self); + +VECTOR_INIT_FREE_DATA(ordinal_indicator_array, ordinal_indicator_t *, ordinal_indicator_destroy) + +typedef struct numex_language { + char *name; + bool whole_tokens_only; + size_t rules_index; + size_t num_rules; + size_t ordinals_index; + size_t num_ordinals; +} numex_language_t; + +KHASH_MAP_INIT_STR(str_numex_language, numex_language_t *) + +typedef struct { + khash_t(str_numex_language) *languages; + trie_t *trie; + numex_rule_array *rules; + ordinal_indicator_array *ordinal_indicators; +} numex_table_t; + +numex_table_t *get_numex_table(void); + +numex_language_t *numex_language_new(char *name, bool whole_tokens_only, size_t rules_index, size_t num_rules, size_t ordinals_index, size_t num_ordinals); +void numex_language_destroy(numex_language_t *self); + +bool numex_table_add_language(numex_language_t *language); + +numex_language_t *get_numex_language(char *name); + +typedef struct numex_result { + int64_t value; + gender_t gender; + grammatical_category_t category; + bool is_ordinal; + size_t start; + size_t len; +} numex_result_t; + +VECTOR_INIT(numex_result_array, numex_result_t) + +char *replace_numeric_expressions(char *str, char *lang); +numex_result_array *convert_numeric_expressions(char *str, char *lang); +size_t ordinal_suffix_len(char *s, size_t len, char *lang); +size_t possible_ordinal_digit_len(char *str, size_t len); + +size_t valid_ordinal_suffix_len(char *str, token_t token, token_t prev_token, char *lang); +bool add_ordinal_suffix_lengths(uint32_array *suffixes, char *str, token_array *tokens_array, char *lang); + +bool is_likely_roman_numeral(char *str); +bool is_likely_roman_numeral_len(char *str, size_t len); + +bool numex_table_write(FILE *file); +bool numex_table_save(char *filename); + +bool numex_module_init(void); +bool numex_module_setup(char *filename); +void numex_module_teardown(void); + + + +#endif diff --git a/src/numex_data.c b/src/numex_data.c new file mode 100644 index 0000000..837175c --- /dev/null +++ b/src/numex_data.c @@ -0,0 +1,8871 @@ + +char *numex_keys[] = { + "нуль", + "адзiн", + "адно", + "адна", + "два", + "дзве", + "тры", + "чатыры", + "пяць", + "шэсць", + "сем", + "восем", + "дзевяць", + "дзесяць", + "адзінаццаць", + "дванаццаць", + "трынаццаць", + "чатырнаццаць", + "пятнаццаць", + "шаснаццаць", + "сямнаццаць", + "васямнаццаць", + "дзевятнаццаць", + "дваццаць", + "трыццаць", + "сорак", + "пяцьдзесят", + "пяцьдзясят", + "шэсцьдзесят", + "семдзесят", + "восемдзесят", + "дзевяноста", + "сто", + "дзвесце", + "трыста", + "чатырыста", + "пяцьсот", + "шэсцьсот", + "семсот", + "сямсот", + "восемсот", + "васямсот", + "дзевяцьсот", + "тысяча", + "тысячы", + "тысяч", + "мільён", + "мільен", + "мільёны", + "мільены", + "мільёнаў", + "мільенау", + "мільярд", + "мільярды", + "мільярдау", + "трыльён", + "трыльен", + "трыльены", + "трыльёны", + "трылёнаў", + "трыленау", + "квадрыльён", + "квадрыльен", + "квадрыльёны", + "квадрыльены", + "квадрыльёнаў", + "квадрыльенау", + "нулявы", + "першы", + "другі", + "дзвух", + "трэйці", + "чацьверты", + "пяты", + "шосты", + "сёмы", + "восьмы", + "дзявяты", + "дзясяты", + "дзесяці", + "дзесяць", + "адзінаццаты", + "дванаццаты", + "трынаццаты", + "чатырнаццаты", + "пятнаццаты", + "шаснаццаты", + "сямнаццаты", + "васямнаццаты", + "дзевятнаццаты", + "дваццаты", + "дваццаці", + "трыццаты", + "саракавы", + "пяцідзясяты", + "пяцідзясят", + "шэсцьдзесяты", + "семдзесяты", + "васьмідзясяты", + "дзевяносты", + "соты", + "дзвухсоты", + "дзвухсот", + "трохсоты", + "трохсот", + "чатырохсоты", + "чатырохсот", + "пяцісоты", + "шасьцісоты", + "сямісоты", + "васьмісоты", + "дзевяцісоты", + "тысячны", + "нулявая", + "першая", + "другая", + "трэццяя", + "чацьвертая", + "пятая", + "шостая", + "сёмая", + "восьмая", + "дзявятая", + "дзясятая", + "адзінаццатая", + "дванаццатая", + "трынаццатая", + "чатырнаццатая", + "пятнаццатая", + "шаснаццатая", + "сямнаццатая", + "васямнаццатая", + "дзевятнаццатая", + "дваццатая", + "трыццатая", + "саракавая", + "пяцідзесятая", + "шэсцідзесятая", + "семдзесятая", + "васьмідзясятая", + "дзевяностая", + "сотая", + "дзвухсотая", + "трохсотая", + "чатырохсотая", + "пяцісотая", + "шасьцісотая", + "сямісотая", + "васьмісотая", + "дзевяцісотая", + "тысячная", + "нулявое", + "першае", + "другое", + "трэццяе", + "чацьвертае", + "пятае", + "шостае", + "сёмае", + "восьмае", + "дзявятае", + "дзясятае", + "адзінаццатае", + "дванаццатае", + "трынаццатае", + "чатырнаццатае", + "пятнаццатае", + "шаснаццатае", + "сямнаццатае", + "васямнаццатае", + "дзевятнаццатае", + "дваццатае", + "трыццатае", + "саракавое", + "пяцьдзесятае", + "шэсцідзясятае", + "сямдзясятае", + "васьмідзясятае", + "дзевяностае", + "сотае", + "дзвухсотае", + "трохсотае", + "чатырохсотае", + "пяцісотае", + "шасьцісотае", + "сямісотае", + "васьмісотае", + "дзевяцісотае", + "тысячнае", + "нула", + "един", + "едно", + "два", + "две", + "три", + "четири", + "пет", + "шест", + "седем", + "осем", + "девет", + "десет", + "единадесет", + "дванадесет", + "тринадесет", + "четиринадесет", + "петнадесет", + "шестнадесет", + "седемнадесет", + "осемнадесет", + "деветнадесет", + "двадесет", + "тридесет", + "четиридесет", + "петдесет", + "шестдесет", + "седемдесет", + "осемдесет", + "деветдесет", + "сто", + "двеста", + "триста", + "четиристотин", + "петстотин", + "шестстотин", + "седемстотин", + "осемстотин", + "деветстотин", + "хиляда", + "хиляди", + "милион", + "милиона", + "милиард", + "милиарда", + "трилион", + "трилиона", + "квадрилион", + "квадрилиона", + "и", + "nula", + "jedan", + "jedinica", + "jedno", + "dva", + "dve", + "tri", + "četiri", + "cetiri", + "pet", + "šest", + "sest", + "sedam", + "osam", + "devet", + "deset", + "jedanaest", + "dvanaest", + "trinaest", + "četrnaest", + "cetrnaest", + "petnaest", + "šesnaest", + "sesnaest", + "sedamnaest", + "osamnaest", + "devetnaest", + "dvadeset", + "trideset", + "četrdeset", + "cetrdeset", + "pedeset", + "šezdeset", + "sezdeset", + "sedamdeset", + "osamdeset", + "devedeset", + "sto", + "dvesta", + "trista", + "četiristo", + "cetiristo", + "petsto", + "šeststo", + "seststo", + "sedamsto", + "osamsto", + "devetsto", + "hiljada", + "milion", + "miliard", + "bilion", + "biliard", + "i", + "zero", + "un", + "una", + "dos", + "dues", + "tres", + "quatre", + "cinc", + "sis", + "set", + "vuit", + "nou", + "deu", + "onze", + "dotze", + "tretze", + "catorze", + "quinze", + "setze", + "disset", + "divuit", + "dinou", + "vint", + "trenta", + "quaranta", + "cinquanta", + "seixanta", + "setanta", + "vuitanta", + "noranta", + "cent", + "cents", + "mil", + "milió", + "milio", + "milions", + "miliard", + "miliards", + "bilió", + "bilions", + "biliard", + "biliards", + "zeroè", + "zeroe", + "primer", + "segon", + "tercer", + "quart", + "cinquè", + "cinque", + "sisè", + "sise", + "setè", + "sete", + "vuitè", + "vuite", + "novè", + "nove", + "desè", + "dese", + "onzè", + "onze", + "dotzè", + "dotze", + "tretzè", + "tretze", + "catorzè", + "catorze", + "quinzè", + "quinze", + "setzè", + "setze", + "dissetè", + "dissete", + "divuitè", + "divuite", + "dinovè", + "dinove", + "vintè", + "vinte", + "trentè", + "trente", + "quarantè", + "quarante", + "cinquantè", + "cinquante", + "seixantè", + "seixante", + "setantè", + "setante", + "vuitantè", + "vuitante", + "norantè", + "norante", + "centè", + "cente", + "milè", + "mile", + "milionè", + "milione", + "miliardè", + "miliarde", + "bilionè", + "bilione", + "biliardè", + "biliarde", + "zerona", + "primera", + "segona", + "tercera", + "quarta", + "cinquena", + "sisena", + "setena", + "vuitena", + "novena", + "desena", + "onzena", + "dotzena", + "tretzena", + "catorzena", + "quinzena", + "setzena", + "dissetena", + "divuitena", + "dinovena", + "vintena", + "trentena", + "quarantena", + "cinquantena", + "seixantena", + "setantena", + "vuitantena", + "norantena", + "centena", + "milena", + "milionena", + "miliardena", + "bilionena", + "biliardena", + "i", + "nula", + "jeden", + "jedno", + "jedna", + "dva", + "dvě", + "dve", + "tři", + "tri", + "čtyři", + "ctyri", + "pět", + "pet", + "šest", + "sest", + "sedm", + "osm", + "devět", + "devet", + "deset", + "jedenáct", + "jedenact", + "dvanáct", + "dvanact", + "třináct", + "trinact", + "čtrnáct", + "ctrnact", + "patnáct", + "patnact", + "šestnáct", + "sestnact", + "sedmnáct", + "sedmnact", + "osmnáct", + "osmnact", + "devatenáct", + "devatenact", + "dvacet", + "třicet", + "tricet", + "čtyřicet", + "ctyricet", + "padesát", + "padesat", + "šedesát", + "sedesat", + "sedmdesát", + "sedmdesat", + "osmdesát", + "osmdesat", + "devadesát", + "devadesat", + "sto", + "stě", + "ste", + "sta", + "tisíc", + "tisic", + "tisíce", + "tisice", + "milión", + "milion", + "milióny", + "miliony", + "miliónů", + "milionu", + "miliarda", + "miliardy", + "miliardů", + "miliardu", + "bilión", + "bilion", + "bilióny", + "biliony", + "biliónů", + "bilionu", + "biliarda", + "biliardy", + "biliardů", + "biliardu", + "dim", + "un", + "dau", + "dwy", + "tri", + "tair", + "pedwar", + "pedair", + "pump", + "pum", + "chwech", + "chwe", + "saith", + "wyth", + "naw", + "deg", + "ddeg", + "cant", + "mil", + "miliwn", + "biliwn", + "triliwn", + "kwadriliwn", + "nul", + "en", + "et", + "to", + "tre", + "fire", + "fem", + "seks", + "syv", + "otte", + "ni", + "ti", + "elve", + "tolv", + "tretten", + "fjorten", + "femten", + "seksten", + "sytten", + "atten", + "nitten", + "tyve", + "tredive", + "fyrre", + "halvtreds", + "tres", + "halvfjerds", + "firs", + "halvfems", + "hundrede", + "tusinde", + "tusind", + "million", + "millioner", + "milliard", + "milliarder", + "billion", + "billioner", + "billiard", + "billiarder", + "nulte", + "første", + "foerste", + "anden", + "tredje", + "fjerde", + "femte", + "sjette", + "syvende", + "ottende", + "niende", + "tiende", + "ellevte", + "tolvte", + "trettende", + "fjortende", + "femtende", + "sekstende", + "syttende", + "attende", + "nittende", + "tyvende", + "tredivte", + "fyrrende", + "halvtredsindstyvende", + "tresindstyvende", + "halvfjerdsindstyvende", + "firsindstyvende", + "halvfemsindstyvende", + "hundredede", + "tusinde", + "millionte", + "milliardte", + "billionte", + "billiardte", + "og", + "null", + "eins", + "ein", + "eine", + "einen", + "einer", + "eines", + "zwei", + "drei", + "vier", + "fünf", + "funf", + "fuenf", + "sechs", + "sieben", + "acht", + "neun", + "zehn", + "elf", + "zwölf", + "zwolf", + "zwoelf", + "dreizehn", + "vierzehn", + "fünfzehn", + "funfzehn", + "fuenfzehn", + "sechzehn", + "siebzehn", + "achtzehn", + "neunzehn", + "zwanzig", + "dreißig", + "dreissig", + "vierzig", + "fünfzig", + "funfzig", + "fuenfzig", + "sechzig", + "siebzig", + "achtzig", + "neunzig", + "hundert", + "tausend", + "million", + "millionen", + "milliarde", + "milliarden", + "billion", + "billionen", + "billiarde", + "billiarden", + "nullte", + "nullter", + "nulltes", + "erste", + "erster", + "erstes", + "zweite", + "zweiter", + "zweites", + "dritte", + "dritter", + "drittes", + "vierte", + "vierter", + "viertes", + "fünfte", + "fünfter", + "fünftes", + "funfte", + "funfter", + "funftes", + "fuenfte", + "fuenfter", + "fuenftes", + "sechste", + "sechster", + "sechstes", + "siebte", + "siebter", + "siebtes", + "achte", + "achter", + "achtes", + "neunte", + "neunter", + "neuntes", + "zehnte", + "zehnter", + "zehntes", + "elfte", + "elfter", + "elftes", + "zwölfte", + "zwölfter", + "zwölftes", + "zwolfte", + "zwolfter", + "zwolftes", + "zwoelfte", + "zwoelfter", + "zwoelftes", + "dreizehnte", + "dreizehnter", + "dreizehntes", + "vierzehnte", + "vierzehnter", + "vierzehntes", + "fünfzehnte", + "fünfzehnter", + "fünfzehntes", + "funfzehnte", + "funfzehnter", + "funfzehntes", + "fuenfzehnte", + "fuenfzehnter", + "fuenfzehntes", + "sechzehnte", + "sechzehnter", + "sechzehntes", + "siebzehnte", + "siebzehnter", + "siebzehntes", + "achtzehnte", + "achtzehnter", + "achtzehntes", + "neunzehnte", + "neunzehnter", + "neunzehntes", + "zwanzigste", + "zwanzigster", + "zwanzigstes", + "dreißigste", + "dreißigster", + "dreißigstes", + "dreissigste", + "dreissigster", + "dreissigstes", + "vierzigste", + "vierzigster", + "vierzigstes", + "fünfzigste", + "fünfzigster", + "fünfzigstes", + "funfzigste", + "funfzigster", + "funfzigstes", + "fuenfzigste", + "fuenfzigster", + "fuenfzigstes", + "sechzigste", + "sechzigster", + "sechzigstes", + "siebzigste", + "siebzigster", + "siebzigstes", + "achtzigste", + "achtzigster", + "achtzigstes", + "neunzigste", + "neunzigster", + "neunzigstes", + "hundertste", + "hundertster", + "hundertstes", + "tausendste", + "tausendster", + "tausendstes", + "millionste", + "millionster", + "millionstes", + "millionenste", + "millionenster", + "millionenstes", + "milliardeste", + "milliardester", + "milliardestes", + "milliardenste", + "milliardenster", + "milliardenstes", + "billionste", + "billionster", + "billionstes", + "billionenste", + "billionenster", + "billionenstes", + "billiardeste", + "billiardester", + "billiardestes", + "billiardenste", + "billiardenster", + "billiardenstes", + "und", + "μηδέν", + "μηδεν", + "ένας", + "ενας", + "ένα", + "ενα", + "δύο", + "δυο", + "τρεις", + "τρία", + "τρια", + "τέσσερις", + "τεσσερις", + "τέσσερα", + "τεσσερα", + "πέντε", + "πεντε", + "έξι", + "εξι", + "επτά", + "επτα", + "οκτώ", + "οκτω", + "εννέα", + "εννεα", + "δέκα", + "δεκα", + "έντεκα", + "εντεκα", + "δώδεκα", + "δωδεκα", + "δεκα­τρεις", + "δεκα­τρία", + "δεκα­τρια", + "δεκα­τέσσερις", + "δεκα­τεσσερις", + "δεκατέσσερα", + "δεκατεσσερα", + "δεκα­πέντε", + "δεκα­πεντε", + "δεκα­έξι", + "δεκα­εξι", + "δεκα­επτά", + "δεκα­επτα", + "δεκα­οκτώ", + "δεκα­οκτω", + "δεκα­εννέα", + "δεκα­εννεα", + "είκοσι", + "εικοσι", + "τριάντα", + "τριαντα", + "σαράντα", + "σαραντα", + "πενήντα", + "πενηντα", + "εξήντα", + "εξηντα", + "εβδομήντα", + "εβδομηντα", + "ογδόντα", + "ογδοντα", + "εννενήντα", + "εννενηντα", + "εκατό", + "εκατο", + "διακόσιοι", + "διακοσιοι", + "διακόσιες", + "διακοσιες", + "διακόσια", + "διακοσια", + "τριακόσιοι", + "τριακοσιοι", + "τριακόσιες", + "τριακοσιες", + "τριακόσια", + "τριακοσια", + "τετρακόσιοι", + "τετρακοσιοι", + "τετρακόσιες", + "τετρακοσιες", + "τετρακόσια", + "τετρακοσια", + "πεντακόσιοι", + "πεντακοσιοι", + "πεντακόσιες", + "πεντακοσιες", + "πεντακόσια", + "πεντακοσια", + "εξακόσιοι", + "εξακοσιοι", + "εξακόσιες", + "εξακοσιες", + "εξακόσια", + "εξακοσια", + "επτακόσιοι", + "επτακοσιοι", + "επτακόσιες", + "επτακοσιες", + "επτακόσια", + "επτακοσια", + "οκτακόσιοι", + "οκτακοσιοι", + "οκτακόσιες", + "οκτακοσιες", + "οκτακόσια", + "οκτακοσια", + "εννιακόσιοι", + "εννιακοσιοι", + "εννιακόσιες", + "εννιακοσιες", + "εννιακόσια", + "εννιακοσια", + "χίλιοι", + "χιλιοι", + "χίλιες", + "χιλιες", + "χίλια", + "χιλια", + "χίλιάδες", + "χιλιαδες", + "εκατομμύριο", + "εκατομμυριο", + "εκατομμύρια", + "εκατομμυρια", + "δισεκατομμύριο", + "δισεκατομμυριο", + "δισεκατομμύρια", + "δισεκατομμυρια", + "τρισεκατομμύριο", + "τρισεκατομμυριο", + "τρισεκατομμύρια", + "τρισεκατομμυρια", + "τετράκις εκατομμύριο", + "τετρακις εκατομμυριο", + "τετράκις εκατομμύρια", + "τετρακις εκατομμυρια", + "μηδενικός", + "μηδενικος", + "πρώτος", + "πρωτος", + "δεύτερος", + "δευτερος", + "τρίτος", + "τριτος", + "τέταρτος", + "τεταρτος", + "πέμπτος", + "πεμπτος", + "έκτος", + "εκτος", + "έβδομος", + "εβδομος", + "όγδοος", + "ογδοος", + "ένατος", + "ενατος", + "δέκατος", + "δεκατος", + "ενδέκατος", + "ενδεκατος", + "δωδέκατος", + "δωδεκατος", + "δέκατος", + "εικοστός", + "εικοστος", + "τριακοστός", + "τριακοστος", + "τεσσαρακοστός", + "τεσσαρακοστος", + "πεντηκοστός", + "πεντηκοστος", + "εξηκοστός", + "εξηκοστος", + "εβδομηκοστός", + "εβδομηκοστος", + "ογδοηκοστός", + "ογδοηκοστος", + "εννενηκοστός", + "εννενηκοστος", + "εκατοστός", + "εκατοστος", + "διακοσιοστός", + "διακοσιοστος", + "τριακοσιοστός", + "τριακοσιοστος", + "τετρακοσιοστός", + "τετρακοσιοστος", + "πεντακοσιοστός", + "πεντακοσιοστος", + "εξακοσιοστός", + "εξακοσιοστος", + "επτακοσιοστός", + "επτακοσιοστος", + "οκτακοσιοστός", + "οκτακοσιοστος", + "εννεακοσιοστός", + "εννεακοσιοστος", + "χιλιοστός", + "χιλιοστός", + "χιλιοστος", + "χιλιοστος", + "δισχιλιοστός", + "δισχιλιοστος", + "τρισχιλιοστός", + "τρισχιλιοστος", + "τετράκις χιλιοστός", + "τετρακις χιλιοστος", + "πεντάκις χιλιοστός", + "πεντακις χιλιοστος", + "εξάκις χιλιοστός", + "εξακις χιλιοστος", + "επτάκις χιλιοστός", + "επτακις χιλιοστος", + "οκτάκις χιλιοστός", + "οκτακις χιλιοστος", + "εννεάκις χιλιοστός", + "εννεακις χιλιοστος", + "δεκάκις χιλιοστός", + "δεκακις χιλιοστος", + "εκατομμυριοστός", + "εκατομμυριοστός", + "εκατομμυριοστος", + "εκατομμυριοστος", + "δισεκατομμυριοστός", + "δισεκατομμυριοστος", + "τρισεκατομμυριοστός", + "τρισεκατομμυριοστος", + "τετράκις εκατομμυριοστός", + "τετρακις εκατομμυριοστος", + "μηδενική", + "μηδενικη", + "πρώτη", + "πρωτη", + "δεύτερη", + "δευτερη", + "τρίτη", + "τριτη", + "τέταρτη", + "τεταρτη", + "πέμπτη", + "πεμπτη", + "έκτη", + "εκτη", + "έβδομη", + "εβδομη", + "όγδοη", + "ογδοη", + "ένατη", + "ενατη", + "δέκατη", + "δέκατη", + "δεκατη", + "δεκατη", + "ενδέκατη", + "ενδεκατη", + "δωδέκατη", + "δωδεκατη", + "εικοστή", + "εικοστη", + "τριακοστή", + "τριακοστη", + "τεσσαρακοστή", + "τεσσαρακοστη", + "πεντηκοστή", + "πεντηκοστη", + "εξηκοστή", + "εξηκοστη", + "εβδομηκοστή", + "εβδομηκοστη", + "ογδοηκοστή", + "ογδοηκοστη", + "εννενηκοστή", + "εννενηκοστη", + "εκατοστή", + "εκατοστη", + "διακοσιοστή", + "διακοσιοστη", + "τριακοσιοστή", + "τριακοσιοστη", + "τρετρακοσιοστή", + "τρετρακοσιοστη", + "πεντακοσιοστή", + "πεντακοσιοστη", + "εξακοσιοστή", + "εξακοσιοστη", + "επτακοσιοστή", + "επτακοσιοστη", + "οκτακοσιοστή", + "οκτακοσιοστη", + "εννεακοσιοστή", + "εννεακοσιοστη", + "χιλιοστή", + "χιλιοστη", + "χιλιοστη", + "δισχιλιοστή", + "δισχιλιοστη", + "τρισχιλιοστή", + "τρισχιλιοστη", + "τετράκις χιλιοστή", + "τετρακις χιλιοστη", + "πεντάκις χιλιοστή", + "πεντακις χιλιοστη", + "εξάκις χιλιοστή", + "εξακις χιλιοστη", + "επτάκις χιλιοστή", + "επτακις χιλιοστη", + "οκτάκις χιλιοστή", + "οκτακις χιλιοστη", + "εννεάκις χιλιοστή", + "εννεακις χιλιοστη", + "δεκάκις χιλιοστή", + "δεκακις χιλιοστη", + "εκατομμυριοστή", + "εκατομμυριοστή", + "εκατομμυριοστη", + "εκατομμυριοστη", + "δισεκατομμυριοστή", + "δισεκατομμυριοστη", + "τρισεκατομμυριοστή", + "τρισεκατομμυριοστη", + "τετράκις εκατομμυριοστή", + "τετράκις εκατομμυριοστό", + "τετρακις εκατομμυριοστη", + "μηδενικό", + "μηδενικο", + "πρώτο", + "πρωτο", + "δεύτερο", + "δευτερο", + "τρίτο", + "τριτο", + "τέταρτο", + "τεταρτο", + "πέμπτο", + "πεμπτο", + "έκτο", + "εκτο", + "έβδομο", + "εβδομο", + "όγδο", + "ογδο", + "ένατο", + "ενατο", + "δέκατο", + "δεκατο", + "ενδέκατο", + "ενδεκατο", + "δωδέκατο", + "δωδεκατο", + "εικοστό", + "εικοστο", + "τριακοστό", + "τριακοστο", + "τεσσαρακοστό", + "τεσσαρακοστο", + "πεντηκοστό", + "πεντηκοστο", + "εξηκοστό", + "εξηκοστο", + "εβδομηκοστό", + "εβδομηκοστο", + "ογδοηκοστό", + "ογδοηκοστο", + "εννενηκοστό", + "εννενηκοστο", + "εκατοστό", + "εκατοστο", + "διακοσιοστό", + "διακοσιοστο", + "τριακοσιοστό", + "τριακοσιοστο", + "τετρακοσιοστό", + "τετρακοσιοστο", + "πεντακοσιοστό", + "πεντακοσιοστο", + "εξακοσιοστός", + "εξακοσιοστος", + "επτακοσιοστό", + "επτακοσιοστο", + "οκτακοσιοστό", + "οκτακοσιοστο", + "εννεακοσιοστό", + "εννεακοσιοστο", + "χιλιοστό", + "χιλιοστό", + "χιλιοστο", + "χιλιοστο", + "δισχιλιοστό", + "δισχιλιοστο", + "τρισχιλιοστό", + "τρισχιλιοστο", + "τετράκις χιλιοστό", + "τετρακις χιλιοστο", + "πεντάκις χιλιοστό", + "πεντακις χιλιοστο", + "εξάκις χιλιοστό", + "εξακις χιλιοστο", + "επτάκις χιλιοστό", + "επτακις χιλιοστο", + "οκτάκις χιλιοστό", + "οκτακις χιλιοστο", + "εννεάκις χιλιοστό", + "εννεακις χιλιοστο", + "δεκάκις χιλιοστό", + "δεκακις χιλιοστο", + "εκατομμυριοστό", + "εκατομμυριοστό", + "εκατομμυριοστο", + "εκατομμυριοστο", + "δισεκατομμυριοστό", + "δισεκατομμυριοστο", + "τρισεκατομμυριοστό", + "τρισεκατομμυριοστο", + "τετρακις εκατομμυριοστο", + "zero", + "oh", + "one", + "two", + "three", + "four", + "five", + "six", + "seven", + "eight", + "nine", + "ten", + "eleven", + "twelve", + "thirteen", + "fourteen", + "fifteen", + "sixteen", + "seventeen", + "eighteen", + "nineteen", + "twenty", + "thirty", + "forty", + "fourty", + "fifty", + "sixty", + "seventy", + "eighty", + "ninety", + "hundred", + "thousand", + "million", + "billion", + "first", + "second", + "third", + "fourth", + "fifth", + "sixth", + "seventh", + "eighth", + "ninth", + "tenth", + "eleventh", + "twelvth", + "twelveth", + "twelfth", + "thirteenth", + "fourteenth", + "forteenth", + "fifteenth", + "sixteenth", + "seventeenth", + "eighteenth", + "nineteenth", + "twentieth", + "thirtieth", + "fortieth", + "fourtieth", + "fiftieth", + "sixtieth", + "seventieth", + "eightieth", + "ninetieth", + "hundredth", + "thousandth", + "millionth", + "billionth", + "and", + "cero", + "un", + "uno", + "dos", + "tres", + "cuatro", + "cinco", + "seis", + "siete", + "ocho", + "nueve", + "diez", + "once", + "doce", + "trece", + "catorce", + "quince", + "dieciseis", + "diecisiete", + "dieciocho", + "diecinueve", + "veinte", + "veintiun", + "veintidós", + "veintidos", + "veintitrés", + "veintitres", + "veinticuatro", + "veinticinco", + "veintiséis", + "veintiseis", + "veintisiete", + "veintiocho", + "veintinueve", + "treinta", + "cuarenta", + "cincuenta", + "sesenta", + "setenta", + "ochenta", + "noventa", + "cien", + "ciento", + "doscientos", + "doscientas", + "trescientos", + "trescientas", + "cuatrocientos", + "cuatrocientas", + "quinientos", + "quinientas", + "seiscientos", + "seiscientas", + "setecientos", + "setecientas", + "ochocientos", + "ocho­cientas", + "novecientos", + "novecientas", + "mil", + "milion", + "miliones", + "bilion", + "biliones", + "primer", + "primero", + "primera", + "segundo", + "segunda", + "tercer", + "tercero", + "tercera", + "cuarto", + "cuarta", + "quinto", + "sexto", + "sexta", + "septimo", + "septima", + "octavo", + "octava", + "noveno", + "novena", + "decimo", + "decima", + "undecimo", + "decimoprimera", + "duodecimo", + "decimosegunda", + "decimotercero", + "decimotercera", + "decimocuarto", + "decimocuarta", + "decimoquinto", + "decimoquinta", + "decimosexto", + "decimosexta", + "decimoseptimo", + "decimoseptima", + "decimooctavo", + "decimooctava", + "decimonoveno", + "decimonovena", + "vigesimo", + "vigesima", + "trigesimo", + "trigesima", + "cuadragesimo", + "cuadragesima", + "quincuagesimo", + "quincuagesima", + "sexagesimo", + "sexagesima", + "septuagesimo", + "septuagesima", + "octogesimo", + "octogesima", + "nonagesimo", + "nonagesima", + "centesimo", + "centesima", + "ducentesimo", + "ducentesima", + "tricentesimo", + "tricentesima", + "cuadringentesimo", + "cuadringentesima", + "quingentesimo", + "quingentesima", + "sexcentesimo", + "sexcentesima", + "septingentesimo", + "septingentesima", + "octingesimo", + "octingesima", + "noningentesimo", + "noningentesima", + "milesimo", + "milesima", + "millonesimo", + "millonesima", + "billonesimo", + "billonesima", + "y", + "null", + "üks", + "uks", + "kaks", + "kolm", + "neli", + "viis", + "kuus", + "seitse", + "kaheksa", + "üheksa", + "uheksa", + "kümme", + "kumme", + "üksteist", + "kaksteist", + "kolmteist", + "neliteist", + "viisteist", + "kuusteist", + "seitseteist", + "kaheksateist", + "üheksateist", + "kakskümmend", + "kakskummend", + "kolmkümmend", + "kolmkummend", + "nelikümmend", + "nelikummend", + "viiskümmend", + "viiskummend", + "kuuskümmend", + "kuuskummend", + "seitsekümmend", + "seitsekummend", + "kaheksakümmend", + "kaheksakummend", + "üheksakümmend", + "üheksakummend", + "sada", + "tuhat", + "miljon", + "miljonit", + "miljard", + "miljardit", + "biljon", + "biljonit", + "biljard", + "biljardit", + "nolla", + "yksi", + "kaksi", + "kolme", + "neljä", + "viisi", + "kuusi", + "seitsemän", + "kahdeksan", + "yhdeksän", + "kymmenen", + "yksitoista", + "kaksitoista", + "kolmetoista", + "neljätoista", + "viisitoista", + "kuusitoista", + "seitsemäntoista", + "kahdeksantoista", + "yhdeksäntoista", + "kaksikymmentä", + "kaksikymmenta", + "kaksikymmentae", + "kolmekymmentä", + "kolmekymmenta", + "kolmekymmentae", + "neljäkymmentä", + "neljäkymmenta", + "neljäkymmentae", + "viisikymmentä", + "viisikymmenta", + "viisikymmentae", + "kuusikymmentä", + "kuusikymmenta", + "kuusikymmentae", + "seitsemänkymmentä", + "seitsemankymmenta", + "seitsemaenkymmentae", + "kahdeksankymmentä", + "kahdeksankymmenta", + "kahdeksankymmentae", + "yhdeksänkymmentä", + "yhdeksänkymmenta", + "yhdeksänkymmentae", + "sata", + "sataa", + "tuhat", + "tuhatta", + "miljoona", + "miljoonaa", + "miljardi", + "miljardia", + "biljoona", + "biljoonaa", + "ensimmäinen", + "ensimmainen", + "ensimmaeinen", + "toinen", + "kolmas", + "neljäs", + "neljas", + "neljaes", + "viides", + "kuudes", + "seitsemäs", + "seitsemas", + "seitsemaes", + "kahdeksas", + "yhdeksäs", + "yhdeksas", + "yhdeksaes", + "kymmenes", + "yhdestoista", + "kahdestoista", + "kolmastoista", + "neljästoista", + "neljastoista", + "neljaestoista", + "viidestoista", + "kuudestoista", + "seitsemästoista", + "seitsemastoista", + "seitsemaestoista", + "kahdeksastoista", + "yhdeksästoista", + "yhdeksastoista", + "yhdeksaestoista", + "kahdeskymmenes", + "kolmaskymmenes", + "neljäskymmenes", + "neljaskymmenes", + "neljaeskymmenes", + "viideskymmenes", + "kuudeskymmenes", + "seitsemäskymmenes", + "seitsemaskymmenes", + "seitsemaeskymmenes", + "kahdeksaskymmenes", + "yhdeksäskymmenes", + "yhdeksaskymmenes", + "yhdeksaeskymmenes", + "sadas", + "tuhannes", + "miljoonas", + "miljardis", + "biljoonas", + "ja", + "zéro", + "zero", + "un", + "une", + "deux", + "trois", + "quatre", + "cinq", + "six", + "sept", + "huit", + "neuf", + "dix", + "onze", + "douze", + "treize", + "quatorze", + "quinze", + "seize", + "dix-sept", + "dix sept", + "dix-huit", + "dix huit", + "dixhuit", + "dix-neuf", + "dix neuf", + "dixneuf", + "vingt", + "vingt-et-un", + "trente", + "trente-et-un", + "quarante", + "quarante-et-un", + "cinquante", + "cinquante-et-un", + "soixante", + "septante", + "huitante", + "quatre-vingt", + "quatre-vingt", + "quatrevingt", + "quatre-vingts", + "quatre vingts", + "quatrevingts", + "octante", + "nonante", + "cent", + "cents", + "mille", + "million", + "millions", + "milliard", + "milliards", + "billion", + "billions", + "billiard", + "billiards", + "zeroième", + "zeroieme", + "unième", + "unieme", + "premier", + "premiers", + "première", + "premiere", + "premieres", + "deuxième", + "deuxieme", + "deuxièmes", + "deuxiemes", + "second", + "seconde", + "secondes", + "troisième", + "troisieme", + "troisièmes", + "troisiemes", + "quatrième", + "quatrieme", + "quatrièmes", + "quatrieme", + "cinquieme", + "cinquième", + "cinquiemes", + "cinquièmes", + "sixieme", + "sixième", + "sixiemes", + "sixièmes", + "septieme", + "septième", + "septiemes", + "septièmes", + "huitieme", + "huitième", + "huitiemes", + "huitièmes", + "neuvieme", + "neuvième", + "neuviemes", + "neuvièmes", + "dixieme", + "dixième", + "dixiemes", + "dixièmes", + "onzieme", + "onzième", + "onziemes", + "onzièmes", + "douzieme", + "douzième", + "douziemes", + "douzièmes", + "treizieme", + "treizième", + "treiziemes", + "treizièmes", + "quatorzieme", + "quatorzième", + "quatorziemes", + "quatorzièmes", + "quinzieme", + "quinzième", + "quinziemes", + "quinzièmes", + "seizieme", + "seizième", + "seiziemes", + "seizièmes", + "dix septieme", + "dix septième", + "dix septiemes", + "dix septièmes", + "dixseptieme", + "dixseptième", + "dixseptiemes", + "dixseptièmes", + "dix huitieme", + "dix huitième", + "dix huitiemes", + "dix huitièmes", + "dixhuitieme", + "dixhuitième", + "dixhuitiemes", + "dixhuitièmes", + "dix neuvieme", + "dix neuvième", + "dix neuviemes", + "dix neuvièmes", + "dixneuvieme", + "dixneuvième", + "dixneuviemes", + "dixneuvièmes", + "vingtieme", + "vingtième", + "vingtiemes", + "vingtièmes", + "trentieme", + "trentième", + "trentiemes", + "trentièmes", + "quarantieme", + "quarantième", + "quarantiemes", + "quarantièmes", + "cinquantieme", + "cinquantième", + "cinquantiemes", + "cinquantièmes", + "soixantieme", + "soixantième", + "soixantiemes", + "soixantièmes", + "septantieme", + "septantième", + "septantiemes", + "septantièmes", + "quatre vingtieme", + "quatre vingtième", + "quatre vingtiemes", + "quatre vingtièmes", + "quatrevingtieme", + "quatrevingtième", + "quatrevingtiemes", + "quatrevingtièmes", + "huitantieme", + "huitantième", + "huitantiemes", + "huitantièmes", + "nonantieme", + "nonantième", + "nonantiemes", + "nonantièmes", + "centieme", + "centième", + "centiemes", + "centièmes", + "millieme", + "millième", + "milliemes", + "millièmes", + "et", + "a náid", + "a naid", + "náid", + "naid", + "a haon", + "haon", + "aon", + "a dó", + "a do", + "dó", + "do", + "dhá", + "dha", + "a trí", + "a tri", + "trí", + "tri", + "a ceathair", + "ceathair", + "ceithre", + "a cúig", + "a cúig", + "a cuig", + "cúig", + "cuig", + "a sé", + "a se", + "sé", + "se", + "a seacht", + "seacht", + "a hocht", + "hocht", + "ocht", + "a naoi", + "naoi", + "a deich", + "deich", + "déag", + "deag", + "dhéag", + "dheag", + "fiche", + "tríocha", + "triocha", + "daichead", + "caoga", + "seasca", + "seachtó", + "seachto", + "ochtó", + "ochto", + "nócha", + "nocha", + "céad", + "dhá chéad", + "dha chead", + "trí chéad", + "tri chead", + "ceithre chéad", + "ceithre chead", + "cúig chéad", + "cuig chead", + "sé chéad", + "se chead", + "seacht gcéad", + "seacht gcead", + "ocht gcéad", + "ocht gcead", + "naoi gcéad", + "naoi gcead", + "míle", + "mile", + "mhíle", + "mhile", + "milliún", + "milliun", + "billiún", + "billiun", + "dtrilliún", + "dtrilliun", + "thrilliún", + "thrilliun", + "quadrilliún", + "quadrilliun", + "is", + "nula", + "jedan", + "jedna", + "jedno", + "dva", + "dvije", + "tri", + "četiri", + "cetiri", + "pet", + "šest", + "sest", + "sedam", + "osam", + "devet", + "deset", + "jedanaest", + "dvanaest", + "trinaest", + "četrnaest", + "cetrnaest", + "petnaest", + "šesnaest", + "sesnaest", + "sedamnaest", + "osamnaest", + "devetnaest", + "dvadeset", + "trideset", + "četrdeset", + "cetrdeset", + "pedeset", + "šezdeset", + "sezdeset", + "sedamdeset", + "osamdeset", + "devedeset", + "sto", + "dvjesto", + "tristo", + "četiristo", + "cetiristo", + "petsto", + "šeststo", + "seststo", + "sedamsto", + "osamsto", + "devetsto", + "tisuću", + "tisucu", + "tisuće", + "tisuce", + "tisuća", + "tisuca", + "milijun", + "milijuna", + "milijarda", + "milijarde", + "milijardi", + "bilijun", + "bilijuna", + "bilijarda", + "bilijarde", + "bilijardi", + "nulai", + "prvi", + "drugi", + "treći", + "treci", + "četvrti", + "cetvrti", + "peti", + "šesti", + "sesti", + "sedmi", + "osmi", + "deveti", + "deseti", + "jedanaesti", + "dvanaesti", + "trinaesti", + "četrnaesti", + "cetrnaesti", + "petnaesti", + "šesnaesti", + "sesnaesti", + "sedamnaesti", + "osamnaesti", + "devetnaesti", + "dvadeseti", + "trideseti", + "četrdeseti", + "cetrdeseti", + "pedeseti", + "šezdeseti", + "sezdeseti", + "sedamdeseti", + "osamdeseti", + "devedeseti", + "stoti", + "st", + "dvest", + "trist", + "četrist", + "cetrist", + "petst", + "šest", + "sest", + "sedamst", + "osamst", + "devetst", + "milijuny", + "milijardy", + "bilijuny", + "bilijardy", + "nulaa", + "prva", + "druga", + "treća", + "treca", + "četvrta", + "cetvrta", + "peta", + "šesta", + "sesta", + "sedma", + "osma", + "deveta", + "deseta", + "jedanaesta", + "dvanaesta", + "trinaesta", + "četrnaesta", + "cetrnaesta", + "petnaesta", + "šesnaesta", + "sesnaesta", + "sedamnaesta", + "osamnaesta", + "devetnaesta", + "dvadeseta", + "trideseta", + "četrdeseta", + "cetrdeseta", + "pedeseta", + "šezdeseta", + "sezdeseta", + "sedamdeseta", + "osamdeseta", + "devedeseta", + "stota", + "nulao", + "prvo", + "drugo", + "treće", + "trece", + "četvrto", + "cetvrto", + "peto", + "šesto", + "sesto", + "sedmo", + "osmo", + "deveto", + "deseto", + "jedanaesto", + "dvanaesto", + "trinaesto", + "četrnaesto", + "cetrnaesto", + "petnaesto", + "šesnaesto", + "sesnaesto", + "sedamnaesto", + "osamnaesto", + "devetnaesto", + "dvadeseto", + "trideseto", + "četrdeseto", + "cetrdeseto", + "pedeseto", + "šezdeseto", + "sezdeseto", + "sedamdeseto", + "osamdeseto", + "devedeseto", + "stoto", + "i", + "nulla", + "egy", + "kettő", + "ketto", + "két", + "ket", + "három", + "harom", + "négy", + "negy", + "öt", + "ot", + "hat", + "hét", + "het", + "nyolc", + "kilenc", + "tíz", + "tiz", + "tizen­", + "húsz", + "husz", + "huszon­", + "harminc", + "negyven", + "ötven", + "otven", + "hatvan", + "hetven", + "nyolcvan", + "kilencven", + "száz", + "szaz", + "ezer", + "millió", + "millio", + "milliárd", + "milliard", + "billió", + "billio", + "billiárd", + "billiard", + "nulla", + "edik", + "első", + "elso", + "egyedik", + "második", + "masodik", + "kettedik", + "harmadik", + "negyedik", + "ötödik", + "hatodik", + "hetedik", + "nyolcadik", + "kilencedik", + "tizedik", + "huszadik", + "harmincadik", + "hatvanadik", + "nyolcvanadik", + "századik", + "szazadik", + "milliomodik", + "és", + "es", + "zero", + "un", + "uno", + "una", + "due", + "tre", + "tré", + "quattro", + "cinque", + "sei", + "sette", + "otto", + "nove", + "dieci", + "undici", + "dodici", + "tredici", + "quattordici", + "quindici", + "sedici", + "diciassette", + "diciotto", + "diciannove", + "venti", + "ventuno", + "ventotto", + "trenta", + "trentuno", + "trentotto", + "quaranta", + "quarantuno", + "quarantotto", + "cinquanta", + "cinquantuno", + "cinquantotto", + "sessanta", + "sessantuno", + "sessantotto", + "settanta", + "settantuno", + "settantotto", + "ottanta", + "ottantuno", + "ottantotto", + "novanta", + "novantuno", + "novantotto", + "cento", + "cent", + "mille", + "mila", + "milione", + "milioni", + "miliardo", + "miliardi", + "bilione", + "bilioni", + "biliarde", + "biliardi", + "primo", + "secondo", + "terzo", + "quarto", + "quinto", + "sesto", + "settimo", + "ottavo", + "nono", + "duesimo", + "treesimo", + "quattresimo", + "cinquesimo", + "seiesimo", + "settesimo", + "ottesimo", + "novesimo", + "decimo", + "undicesimo", + "dodicesimo", + "tredicesimo", + "quattordicesimo", + "quindicesimo", + "sedicesimo", + "diciassettesimo", + "diciottesimo", + "diciannovesimo", + "ventesimo", + "ventunesimo", + "ventottesimo", + "trentesimo", + "trentunesimo", + "trentottesimo", + "quarantesimo", + "quarantunesimo", + "quarantottesimo", + "cinquantesimo", + "cinquantunesimo", + "cinquantottesimo", + "sessantesimo", + "sessantunesimo", + "sessantottesimo", + "settantesimo", + "settantunesimo", + "settantottesimo", + "ottantesimo", + "ottantunesimo", + "ottantottesimo", + "novantesimo", + "novantunesimo", + "novantottesimo", + "prima", + "seconda", + "terza", + "quarta", + "quinta", + "sesta", + "settima", + "ottava", + "nona", + "duesima", + "treesima", + "quattresima", + "cinquesima", + "seiesima", + "settesima", + "ottesima", + "novesima", + "decima", + "undicesima", + "dodicesima", + "tredicesima", + "quattordicesima", + "quindicesima", + "sedicesima", + "diciassettesima", + "diciottesima", + "diciannovesima", + "ventesima", + "ventunesima", + "ventottesima", + "trentesima", + "trentunesima", + "trentottesima", + "quarantesima", + "quarantunesima", + "quarantottesima", + "cinquantesima", + "cinquantunesima", + "cinquantottesima", + "sessantesima", + "sessantunesima", + "sessantottesima", + "settantesima", + "settantunesima", + "settantottesima", + "ottantesima", + "ottantunesima", + "ottantottesima", + "novantesima", + "novantunesima", + "novantottesima", + "e", + "ed", + "〇", + "一", + "二", + "三", + "四", + "五", + "六", + "七", + "八", + "九", + "十", + "百", + "千", + "万", + "億", + "兆", + "京", + "第", + "영", + "일", + "이", + "삼", + "사", + "오", + "육", + "칠", + "팔", + "구", + "십", + "백", + "천", + "만", + "억", + "조", + "경", + "번째", + "i", + "ii", + "iii", + "iv", + "v", + "vi", + "vii", + "viii", + "ix", + "x", + "xx", + "xxx", + "xl", + "l", + "lx", + "lxx", + "lxxx", + "xc", + "c", + "cc", + "ccc", + "cd", + "d", + "dc", + "dcc", + "dccc", + "cm", + "m", + "mm", + "mmm", + "mmmm", + "nulis", + "vienas", + "viena", + "du", + "dvi", + "trys", + "keturi", + "keturios", + "penki", + "penkios", + "šeši", + "sesi", + "šešios", + "sesios", + "septyni", + "septynios", + "aštuoni", + "astuoni", + "aštuonios", + "astuonios", + "devyni", + "devynios", + "dešimt", + "desimt", + "vienuolika", + "dvylika", + "trylika", + "keturiolika", + "penkiolika", + "šešiolika", + "sesiolika", + "septyniolika", + "aštuoniolika", + "astuoniolika", + "devyniolika", + "dvidešimt", + "dvidesimt", + "trisdešimt", + "trisdesimt", + "keturiasdešimt", + "keturiasdesimt", + "penkiasdešimt", + "penkiasdesimt", + "šešiasdešimt", + "sesiasdesimt", + "septyniasdešimt", + "septyniasdesimt", + "aštuoniasdešimt", + "astuoniasdesimt", + "devyniasdešimt", + "devyniasdesimt", + "šimtas", + "simtas", + "šimtai", + "simtai", + "tūkstantis", + "tukstantis", + "tūkstančiai", + "tukstanciai", + "tūkstančių", + "tukstanciu", + "milijonas", + "milijonu", + "milijardas", + "milijardu", + "trilijonas", + "trilijonu", + "kvadrilijonas", + "kvadrilijonu", + "nulle", + "viens", + "viena", + "divi", + "divas", + "trīs", + "tris", + "četri", + "cetri", + "četras", + "cetras", + "pieci", + "piecas", + "seši", + "sesi", + "sešas", + "sesas", + "septiņi", + "septini", + "septiņas", + "septinas", + "astoņi", + "astoni", + "astoņas", + "astonas", + "deviņi", + "devini", + "deviņas", + "devinas", + "desmit", + "vienpadsmit", + "divpadsmit", + "trīspadsmit", + "trispadsmit", + "četrpadsmit", + "cetrpadsmit", + "piecpadsmit", + "sešpadsmit", + "sespadsmit", + "septiņpadsmit", + "septinpadsmit", + "astoņpadsmit", + "astonpadsmit", + "deviņpadsmit", + "devinpadsmit", + "divdesmit", + "trīsdesmit", + "trisdesmit", + "četrdesmit", + "cetrdesmit", + "piecdesmit", + "sešdesmit", + "sesdesmit", + "septiņdesmit", + "septindesmit", + "astoņdesmit", + "astondesmit", + "deviņdesmit", + "devindesmit", + "simt", + "divsimt", + "trīssimt", + "trissimt", + "četrsimt", + "cetrsimt", + "piecsimt", + "sešsimt", + "sessimt", + "septiņsimt", + "septinsimt", + "astoņsimt", + "astonsimt", + "deviņsimt", + "devinsimt", + "tūkstoš", + "tukstos", + "tūkstoši", + "tukstosi", + "divtūkstoš", + "divtukstos", + "trīstūkstoš", + "tristukstos", + "četrtūkstoš", + "cetrtukstos", + "piectūkstoš", + "piectukstos", + "seštūkstoš", + "sestukstos", + "septiņtūkstoš", + "septintukstos", + "astoņtūkstoš", + "astontukstos", + "deviņtūkstoš", + "devintukstos", + "miljons", + "miljoni", + "miljards", + "miljardi", + "biljons", + "biljoni", + "biljards", + "biljardi", + "żero", + "zero", + "wieħed", + "wiehed", + "tnejn", + "żewġ", + "zewg", + "tlieta", + "tliet", + "erbgħa", + "erbgha", + "erbaʼ", + "erba'", + "erba", + "ħamsa", + "hamsa", + "ħames", + "hames", + "sitta", + "sitt", + "sebgħa", + "sebgha", + "sebaʼ", + "seba'", + "seba", + "tmienja", + "tmien", + "disgħa", + "disgha", + "disaʼ", + "disa'", + "disa", + "għaxra", + "ghaxra", + "għaxar", + "ghaxar", + "ħdax", + "hdax", + "ħdax-il", + "hdax-il", + "tnax", + "tnax-il", + "tlettax", + "tlettax-il", + "erbatax", + "erbatax-il", + "ħmistax", + "hmistax", + "ħmistax-il", + "hmistax-il", + "sittax", + "sittax-il", + "sbatax", + "sbatax-il", + "tmintax", + "tmintax-il", + "dsatax", + "dsatax-il", + "għoxrin", + "ghoxrin", + "tletin", + "erbgħin", + "erbghin", + "ħamsin", + "sittin", + "sebgħin", + "sebghin", + "tmenin", + "disgħin", + "disghin", + "mija", + "mitt", + "mitejn", + "elf", + "elfejn", + "tlitt elef", + "erbat elef", + "ħamest elef", + "sitt elef", + "sebat elef", + "tmint elef", + "disat elef", + "għaxart elef", + "ghaxart elef", + "miljun", + "miljuni", + "biljun", + "biljuni", + "triljun", + "triljuni", + "kvadriljun", + "kvadriljuni", + "u", + "null", + "én", + "en", + "et", + "to", + "tre", + "fire", + "fem", + "seks", + "syv", + "åtte", + "aatte", + "ni", + "ti", + "elve", + "tolv", + "tretten", + "fjorten", + "femten", + "seksten", + "sytten", + "atten", + "nitten", + "tjue", + "tretti", + "førti", + "forti", + "femti", + "seksti", + "søtti", + "sotti", + "åtti", + "aatti", + "nitti", + "etthundre", + "hundre", + "etttusen", + "tusen", + "million", + "millioner", + "milliard", + "milliarder", + "billion", + "billioner", + "biliard", + "biliarder", + "nullte", + "første", + "forste", + "andre", + "tredje", + "fjerde", + "femte", + "sjette", + "sjuende", + "åttende", + "aattende", + "niende", + "tiende", + "ellevte", + "tolvte", + "trettende", + "fjortende", + "femtende", + "sekstende", + "syttende", + "attende", + "nittende", + "nittende", + "tjueende", + "trettiende", + "førtiende", + "femtiende", + "sekstiende", + "syttiende", + "åttiende", + "nittiende", + "nittiende", + "hundrede", + "tusende", + "millionte", + "milliardte", + "billionte", + "billiardte", + "og", + "nul", + "een", + "twee", + "drie", + "vier", + "vijf", + "zes", + "zeven", + "acht", + "negen", + "tien", + "elf", + "twaalf", + "dertien", + "veertien", + "vijftien", + "zestien", + "zeventien", + "achttien", + "negentien", + "twintig", + "twee­ën­twintig", + "drie­ën­twintig", + "dertig", + "twee­ën­dertig", + "drie­ën­dertig", + "veertig", + "twee­ën­veertig", + "drie­ën­veertig", + "vijftig", + "twee­ën­vijftig", + "drie­ën­vijftig", + "zestig", + "twee­ën­zestig", + "drie­ën­zestig", + "zeventig", + "twee­ën­zeventig", + "drie­ën­zeventig", + "tachtig", + "twee­ën­tachtig", + "drie­ën­tachtig", + "negentig", + "twee­ën­negentig", + "drie­ën­negentig", + "honderd", + "duizend", + "miljoen", + "miljard", + "biljoen", + "biljard", + "nulste", + "eerste", + "tweede", + "derde", + "vierde", + "vijfde", + "zesde", + "achtste", + "negende", + "tiende", + "elfde", + "twaalfde", + "dertiende", + "veertiende", + "vijftiende", + "zestiende", + "zeventiende", + "achttiende", + "negentiende", + "twintigste", + "twintigste", + "twintigste", + "dertigste", + "veerigste", + "vijftigste", + "zestigste", + "zeventigste", + "tachtigste", + "negentigste", + "honderdste", + "duizenddste", + "miljoenste", + "miljardste", + "biljoenste", + "biljardste", + "en", + "zero", + "jeden", + "dwa", + "trzy", + "cztery", + "pięć", + "piec", + "sześć", + "szesc", + "siedem", + "osiem", + "dziewięć", + "dziewiec", + "jedenaście", + "jedenascie", + "dwanaście", + "dwanascie", + "trzynaście", + "trzynascie", + "czternaście", + "czternascie", + "piętnaście", + "pietnascie", + "szesnaście", + "szesnascie", + "siedemnaście", + "siedemnascie", + "osiemnaście", + "osiemnascie", + "dziewiętnaście", + "dziewietnascie", + "dwadzieścia", + "dwadziescia", + "trzydzieści", + "trzydziesci", + "czterdzieści", + "czterdziesci", + "pięćdziesiąt", + "piecdziesiat", + "sześćdziesiąt", + "szescdziesiat", + "siedemdziesiąt", + "siedemdziesiat", + "osiemdziesiąt", + "osiemdziesiat", + "dziewięćdziesiąt", + "dziewiecdziesiat", + "sto", + "dwieście", + "dwiescie", + "trzysta", + "czterysta", + "pięćset", + "piecset", + "sześćset", + "szescset", + "siedemset", + "osiemset", + "dziewięćset", + "dziewiecset", + "tysiąc", + "tysiac", + "tysiące", + "tysiace", + "tysięcy", + "tysiecy", + "milion", + "miliony", + "milionów", + "milionow", + "miliard", + "miliardy", + "miliardów", + "miliardow", + "bilion", + "biliony", + "bilionów", + "bilionow", + "biliard", + "biliardy", + "biliardów", + "biliardow", + "um", + "uma", + "dois", + "duas", + "três", + "tres", + "quatro", + "cinco", + "seis", + "sete", + "oito", + "nove", + "dez", + "onze", + "doze", + "treze", + "catorze", + "quinze", + "dezesseis", + "dezessete", + "dezoito", + "dezenove", + "vinte", + "trinta", + "quarenta", + "cinquenta", + "sessenta", + "setenta", + "oitenta", + "noventa", + "cem", + "cento", + "duzentos", + "trezentos", + "quatrocentos", + "quinhentos", + "seiscentos", + "setecentos", + "oitocentos", + "novecentos", + "mil", + "milhão", + "milhao", + "milhões", + "milhoes", + "bilhão", + "bilhao", + "bilhões", + "bilhoes", + "trilhão", + "trilhao", + "trilhões", + "trilhoes", + "quatrilhão", + "quatrilhao", + "quatrilhões", + "quatrilhoes", + "primeiro", + "segundo", + "terceiro", + "quarto", + "quinto", + "sexto", + "sétimo", + "setimo", + "oitavo", + "nono", + "décimo", + "decimo", + "vigésimo", + "vigesimo", + "trigésimo", + "trigesimo", + "quadragésimo", + "quadragesimo", + "quinquagésimo", + "quinquagesimo", + "sexagésimo", + "sexagesimo", + "septuagésimo", + "septuagesimo", + "octogésimo", + "octogesimo", + "nonagésimo", + "nonagesimo", + "centésimo", + "centesimo", + "ducentésimo", + "ducentesimo", + "tricentésimo", + "tricentesimo", + "quadrigentésimo", + "quadrigentesimo", + "quingentésimo", + "quingentesimo", + "sexcentésimo", + "sexcentesimo", + "septingentésimo", + "septingentesimo", + "octingentésimo", + "octingentesimo", + "noningentésimo", + "noningentesimo", + "milésimo", + "milesimo", + "milionésimo", + "milionesimo", + "bilionésimo", + "bilionesimo", + "trilionésimo", + "trilionesimo", + "quadrilionésimo", + "quadrilionesimo", + "primeira", + "segunda", + "terceira", + "quarta", + "quinta", + "sexta", + "sétima", + "setima", + "oitava", + "nona", + "décima", + "decima", + "vigésima", + "vigesima", + "trigésima", + "trigesima", + "quadragésima", + "quadragesima", + "quinquagésima", + "quinquagesima", + "sexagésima", + "sexagesima", + "septuagésima", + "septuagesima", + "octogésima", + "octogesima", + "nonagésima", + "nonagesima", + "centésima", + "centesima", + "ducentésima", + "ducentesima", + "tricentésima", + "tricentesima", + "quadrigentésima", + "quadrigentesima", + "quingentésima", + "quingentesima", + "sexcentésima", + "sexcentesima", + "septingentésima", + "septingentesima", + "octingentésima", + "octingentesima", + "noningentésima", + "noningentesima", + "milésima", + "milesima", + "milionésima", + "milionesima", + "bilionésima", + "bilionesima", + "trilionésima", + "trilionesima", + "quadrilionésima", + "quadrilionesima", + "e", + "zero", + "unu", + "una", + "doi", + "trei", + "patru", + "cinci", + "şase", + "sase", + "şapte", + "sapte", + "opt", + "nouă", + "noua", + "zece", + "unsprezece", + "doisprezece", + "treisprezece", + "patrusprezece", + "cincisprezece", + "şasesprezece", + "sasesprezece", + "şaptesprezece", + "saptesprezece", + "optsprezece", + "nouăsprezece", + "nouasprezece", + "douăzeci", + "treizeci", + "patruzeci", + "cincizeci", + "şasezeci", + "sasezeci", + "şaptezeci", + "saptezeci", + "optzeci", + "nouăzeci", + "nouazeci", + "sută", + "suta", + "sute", + "mie", + "mii", + "milion", + "milioane", + "miliard", + "miliarde", + "bilion", + "mbilioane", + "biliard", + "biliarde", + "şi", + "si", + "ноль", + "один", + "одна", + "одно", + "два", + "две", + "двух", + "три", + "трех", + "четыре", + "четырех", + "пять", + "пяти", + "шесть", + "шести", + "семь", + "семи", + "восемь", + "восьми", + "девять", + "девяти", + "десять", + "одиннадцать", + "одиннадцати", + "двенадцать", + "двенадцати", + "тринадцать", + "тринадцати", + "четырнадцать", + "четырнадцати", + "пятнадцать", + "пятнадцати", + "шестнадцать", + "шестнадцати", + "семнадцать", + "семнадцати", + "восемнадцать", + "восемнадцати", + "девятнадцать", + "девятнадцати", + "двадцать", + "двадцати", + "двадцатиодно", + "тридцать", + "тридцати", + "тридцатиодно", + "сорок", + "сорока", + "сорокаодно", + "пятидесят", + "пятидесяти", + "пятидесятиодно", + "шестьдесят", + "шестидесяти", + "шестидесятиодно", + "семьдесят", + "семидесяти", + "семидесятиодно", + "восемьдесят", + "восьмидесяти", + "восьмидесятиодно", + "девяносто", + "девяноста", + "девяностоодно", + "сто", + "ста", + "двести", + "двухсот", + "триста", + "трехсот", + "четыреста", + "четырехсот", + "пятьсот", + "пятисот", + "шестьсот", + "шестисот", + "семьсот", + "семисот", + "восемьсот", + "восьмисот", + "девятьсот", + "девятисот", + "тысяча", + "тысячи", + "тысяч", + "миллион", + "миллиона", + "миллионов", + "миллиард", + "миллиарда", + "миллиардов", + "триллион", + "триллиона", + "триллионов", + "квадриллион", + "квадриллиона", + "квадриллионов", + "нулевой", + "первый", + "второй", + "третий", + "четвертый", + "пятый", + "шестой", + "седьмой", + "восьмой", + "девятый", + "десятый", + "одиннадцатый", + "двенадцатый", + "тринадцатый", + "четырнадцатый", + "пятнадцатый", + "шестнадцатый", + "семнадцатый", + "восемнадцатый", + "девятнадцатый", + "двадцатый", + "двадцатый", + "тридцатый", + "сороковой", + "пятидесятый", + "шестидесятый", + "семидесятый", + "восьмидесятый", + "девяностый", + "сотый", + "тысячный", + "тысяча", + "нулевое", + "первое", + "второе", + "третье", + "четвертое", + "пятое", + "шестое", + "седьмое", + "восьмое", + "девятое", + "десятое", + "одиннадцатое", + "двенадцатое", + "тринадцатое", + "четырнадцатое", + "пятнадцатое", + "шестнадцатое", + "семнадцатое", + "восемнадцатое", + "девятнадцатое", + "двадцатое", + "тридцатое", + "сороковое", + "пятидесятое", + "шестидесятое", + "семидесятое", + "восемьдесятое", + "девяностое", + "сотое", + "тысячное", + "ноль", + "первая", + "вторая", + "третья", + "четвертая", + "пятая", + "шестая", + "седьмая", + "восьмая", + "девятая", + "десятая", + "одиннадцатая", + "двенадцатая", + "тринадцатая", + "четырнадцатая", + "пятнадцатая", + "шестнадцатая", + "семнадцатая", + "восемнадцатая", + "девятнадцатая", + "двадцатая", + "двадцатая", + "тридцатая", + "сороковая", + "пятидесятая", + "шестидесятая", + "семидесятая", + "восьмидесятая", + "девяностая", + "сотая", + "тысячная", + "и", + "nula", + "jeden", + "jedna", + "jedno", + "dva", + "dve", + "tri", + "štyri", + "styri", + "päť", + "pat", + "šesť", + "sest", + "sedem", + "osem", + "deväť", + "devat", + "desať", + "desat", + "jedenásť", + "jedenast", + "dvaásť", + "dvaast", + "trinásť", + "trinast", + "štrnásť", + "strnast", + "pätnásť", + "patnast", + "šestnásť", + "sestnast", + "sedemnásť", + "sedemnast", + "osemnásť", + "osemnast", + "devätnásť", + "devatnast", + "dvasať", + "dvasat", + "trisať", + "trisat", + "štyridsať", + "styridsat", + "päťdesiat", + "patdesiat", + "šesťdesiat", + "sestdesiat", + "sedemdesiat", + "osemdesiat", + "deväťdesiat", + "devatdesiat", + "sto", + "tisíc", + "tisic", + "milión", + "milion", + "milióny", + "miliony", + "miliónov", + "milionov", + "miliarda", + "miliardy", + "miliardov", + "bilión", + "bilion", + "bilióny", + "biliony", + "biliónov", + "bilionov", + "biliarda", + "biliardy", + "biliardov", + "nič", + "nic", + "ena", + "dva", + "dvije", + "tri", + "štiri", + "stiri", + "pet", + "šest", + "sest", + "sedem", + "osem", + "devet", + "deset", + "enajst", + "dvanajst", + "trinajst", + "štrinajst", + "strinajst", + "petnajst", + "šestnajst", + "sestnajst", + "sedemnajst", + "asemnajst", + "devetnajst", + "dvaset", + "trideset", + "štirideset", + "stirideset", + "petdeset", + "šestdeset", + "sestdeset", + "sedemdeset", + "osemdeset", + "devetdeset", + "sto", + "dvjesto", + "tristo", + "štiristo", + "stiristo", + "petsto", + "šesto", + "sesto", + "sedemsto", + "osemsto", + "devetsto", + "tisuću", + "tisucu", + "tisuće", + "tisuce", + "milijun", + "milijuny", + "miliarda", + "miliardy", + "bilijun", + "bilijuny", + "biliarda", + "biliardy", + "нула", + "nula", + "један", + "jedan", + "једна", + "jedna", + "једно", + "jedno", + "два", + "dva", + "две", + "dve", + "три", + "tri", + "четири", + "četiri", + "cetiri", + "пет", + "pet", + "шест", + "šest", + "sest", + "седам", + "sedam", + "осам", + "osam", + "девет", + "devet", + "десет", + "deset", + "једанаест", + "jedanaest", + "дванаест", + "dvanaest", + "тринаест", + "trinaest", + "четрнаест", + "četrnaest", + "cetrnaest", + "петнаест", + "petnaest", + "шеснаест", + "šesnaest", + "sesnaest", + "седамнаест", + "sedamnaest", + "осамнаест", + "osamnaest", + "деветнаест", + "devetnaest", + "двадесет", + "dvadeset", + "тридесет", + "trideset", + "четрдесет", + "četrdeset", + "cetrdeset", + "педесет", + "pedeset", + "шездесет", + "šezdeset", + "sezdeset", + "седамдесет", + "sedamdeset", + "осамдесет", + "osamdeset", + "деведесет", + "devedeset", + "сто", + "sto", + "двеста", + "dvesta", + "триста", + "trista", + "четиристо", + "četiristo", + "cetiristo", + "петсто", + "petsto", + "шестсто", + "šeststo", + "seststo", + "седамсто", + "sedamsto", + "осамсто", + "osamsto", + "деветсто", + "devetsto", + "хиљаду", + "hiljadu", + "хиљаде", + "hiljade", + "хиљада", + "hiljada", + "милион", + "milion", + "милиона", + "miliona", + "милијарду", + "milijardu", + "милијарде", + "milijarde", + "милијарди", + "milijardi", + "билион", + "bilion", + "билиона", + "biliona", + "билијарда", + "bilijarda", + "билијарде", + "bilijarde", + "билијарди", + "bilijardi", + "нулте", + "nulte", + "први", + "prvi", + "други", + "drugi", + "трећи", + "treći", + "treci", + "четврти", + "četvrti", + "cetvrti", + "пети", + "peti", + "шести", + "šesti", + "sesti", + "седми", + "sedmi", + "осми", + "osmi", + "девети", + "deveti", + "десети", + "deseti", + "једанаести", + "jedanaesti", + "дванаести", + "dvanaesti", + "тринаести", + "trinaesti", + "четрнаести", + "četrnaesti", + "cetrnaesti", + "петнаести", + "petnaesti", + "шеснаести", + "šesnaesti", + "sesnaesti", + "седамнаести", + "sedamnaesti", + "осамнаести", + "osamnaesti", + "деветнаести", + "devetnaesti", + "двадесети", + "dvadeseti", + "тридесети", + "trideseti", + "четрдесети", + "četrdeseti", + "cetrdeseti", + "педесети", + "pedeseti", + "шездесети", + "šezdeseti", + "sezdeseti", + "седамдесети", + "sedamdeseti", + "осамдесетица", + "osamdeseti", + "деведесетина", + "devedeseti", + "стоти", + "stoti", + "двестати", + "dvestati", + "тристати", + "tristati", + "четиристоти", + "četristoti", + "cetristoti", + "петстоти", + "petstoti", + "шестстоти", + "šeststoti", + "seststoti", + "седамстоти", + "sedamstoti", + "осамстоти", + "osamstoti", + "деветстоти", + "devetstoti", + "noll", + "en", + "ett", + "två", + "tvaa", + "tva", + "tre", + "fyra", + "fem", + "sex", + "sju", + "åtta", + "aatta", + "atta", + "nio", + "tio", + "elva", + "tolv", + "tretton", + "fjorton", + "femton", + "sexton", + "sjutton", + "arton", + "nitton", + "tjugo", + "trettio", + "fyrtio", + "femtio", + "sextio", + "sjuttio", + "åttio", + "aattio", + "attio", + "nittio", + "etthundra", + "hundra", + "ettusen", + "tusen", + "miljon", + "miljoner", + "miljard", + "miljarder", + "biljon", + "biljoner", + "biljard", + "biljarder", + "nollte", + "första", + "forsta", + "foersta", + "förste", + "forste", + "foerste", + "andra", + "andre", + "tredje", + "fjärde", + "fjarde", + "fjaerde", + "femte", + "sjätte", + "sjatte", + "sjaette", + "sjunde", + "åttonde", + "aattonde", + "attonde", + "nionde", + "tionde", + "elfte", + "tolfte", + "trettonde", + "fjortonde", + "femtonde", + "sextonde", + "sjuttonde", + "artonde", + "nittonde", + "tjugonde", + "trettionde", + "fyrtionde", + "femtionde", + "sextionde", + "sjuttionde", + "åttionde", + "aattionde", + "attionde", + "nittionde", + "hundrade", + "tusende", + "miljonte", + "miljardte", + "biljonte", + "biljardte", + "och", + "sıfır", + "sifir", + "bir", + "iki", + "üç", + "uc", + "dört", + "dort", + "beş", + "bes", + "altı", + "alti", + "yedi", + "sekiz", + "dokuz", + "on", + "yirmi", + "otuz", + "kırk", + "kirk", + "elli", + "altmış", + "altmis", + "yetmiş", + "yetmis", + "seksen", + "doksan", + "yüz", + "yuz", + "bin", + "milyon", + "milyar", + "trilyon", + "katrilyon", + "sıfırıncı", + "sifirinci", + "birinci", + "ikinci", + "üçüncü", + "ucuncu", + "dördüncü", + "dorduncu", + "beşinci", + "besinci", + "altıncı", + "altinci", + "yedinci", + "sekizinci", + "dokuzuncu", + "onuncu", + "yirminci", + "otuzuncu", + "kırkıncı", + "kirkinci", + "ellinci", + "altmışıncı", + "altmisinci", + "yetmişinci", + "yetmisinci", + "sekseninci", + "doksanıncı", + "doksaninci", + "yüzüncü", + "yuzuncu", + "bininci", + "milyonuncu", + "milyarıncı", + "milyarinci", + "trilyonuncu", + "katrilyonuncu", + "нуль", + "один", + "одна", + "одне", + "два", + "дві", + "три", + "чотири", + "пʼять", + "п'ять", + "пять", + "шість", + "сім", + "вісім", + "девʼять", + "дев'ять", + "девять", + "десять", + "одинадцять", + "дванадцять", + "тринадцять", + "чотирнадцять", + "пʼятнадцять", + "п'ятнадцять", + "пятнадцять", + "шістнадцять", + "сімнадцять", + "вісімнадцять", + "девʼятнадцять", + "дев'ятнадцять", + "девятнадцять", + "двадцять", + "тридцять", + "сорок", + "пʼятдесят", + "п'ятдесят", + "пятдесят", + "шістдесят", + "сімдесят", + "вісімдесят", + "девʼяносто", + "дев'яносто", + "девяносто", + "сто", + "двісті", + "триста", + "чотириста", + "пʼятсот", + "п'ятсот", + "пятсот", + "шістсот", + "сімсот", + "вісімсот", + "девʼятсот", + "дев'ятсот", + "девятсот", + "тисяча", + "тисячі", + "тисяч", + "мільйон", + "мільион", + "мільйони", + "мільиони", + "мільйонів", + "мільионів", + "мільярд", + "мільярди", + "мільярдів", + "більйон", + "більион", + "більйони", + "більиони", + "більйонів", + "більионів", + "більярд", + "більярди", + "більярдів", + "і", + "〇", + "零", + "一", + "二", + "两", + "三", + "四", + "五", + "六", + "七", + "八", + "九", + "十", + "百", + "百〇", + "百零", + "千", + "千〇", + "千零", + "万", + "万〇", + "万零", + "亿", + "亿〇", + "亿零", + "兆", + "兆〇", + "兆零", + "亿零", + "京", + "京〇", + "京零", + "第" +}; + +numex_rule_t numex_rules[] = { + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_MASCULINE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 2000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 2000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 3000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 3000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 4000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 4000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 5000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 5000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 6000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 6000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 7000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 7000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 8000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 8000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 9000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 9000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 10000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 10000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_CONCAT_ONLY_IF_NUMBER, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 21LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 22LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 22LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 23LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 23LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 24LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 25LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 26LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 26LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 27LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 28LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 29LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_MASCULINE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_MASCULINE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_MASCULINE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_MASCULINE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_MASCULINE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 21LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 31LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 41LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 51LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 20, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 20, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 20, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 20, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 20, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 20, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 20, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_PLURAL, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_PLURAL, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_PLURAL, 10, 1000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 100LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + NUMEX_STOPWORD_RULE, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_MASCULINE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 21LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 28LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 31LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 38LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 41LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 48LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 51LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 58LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 61LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 68LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 71LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 78LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 81LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 88LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 91LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 91LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 21LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 28LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 31LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 38LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 41LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 48LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 51LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 58LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 61LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 68LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 71LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 78LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 81LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 88LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 91LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 98LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 21LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 28LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 31LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 38LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 41LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 48LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 51LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 58LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 61LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 68LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 71LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 78LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 81LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 88LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 91LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 98LL}, + NUMEX_STOPWORD_RULE, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_INDICATOR_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000000000000000LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_INDICATOR_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 22LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 23LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 32LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 33LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 42LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 43LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 52LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 53LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 62LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 72LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 73LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 82LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 83LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 92LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 93LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_ADD, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + NUMEX_STOPWORD_RULE, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 21LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 31LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 41LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 51LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 61LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 71LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 81LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 91LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_MASCULINE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_MASCULINE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_MASCULINE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_MASCULINE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_ORDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NEUTER, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_FEMININE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 11LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 12LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 13LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 14LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 15LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 16LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 17LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 18LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 19LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 20LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 30LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 40LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 50LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 60LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 70LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 80LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 90LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 200LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 300LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 400LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 500LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 600LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 700LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 800LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 900LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000000LL}, + NUMEX_STOPWORD_RULE, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 2LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 3LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 4LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 5LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 6LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 7LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 8LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_NONE, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 9LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 1000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 100000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000000000000000LL}, + {NUMEX_LEFT_CONTEXT_MULTIPLY, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_CARDINAL_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 10000000000000000LL}, + {NUMEX_LEFT_CONTEXT_NONE, NUMEX_RIGHT_CONTEXT_ADD, NUMEX_ORDINAL_INDICATOR_RULE, GENDER_NONE, CATEGORY_DEFAULT, 10, 0LL} +}; + +ordinal_indicator_t ordinal_indicator_rules[] = { + {"1", GENDER_NONE, CATEGORY_DEFAULT, "ы"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "-ы"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "ы"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "-ы"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "ы"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "-ы"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "ы"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "-ы"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "ы"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "-ы"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "ы"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "-ы"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "ы"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "-ы"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "ы"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "-ы"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "ы"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "-ы"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "ы"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "-ы"}, + {"13", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"13", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"13", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"13", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"13", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"13", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"13", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"13", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"60", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"60", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"60", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"60", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"70", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"70", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"70", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"70", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"90", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"90", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"90", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"90", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"80", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"80", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"80", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"80", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"10", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"10", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"10", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"10", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"00", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"00", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"00", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"00", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"12", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"12", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"12", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"12", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"20", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"20", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"20", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"20", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"30", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"30", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"30", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"30", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"50", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"50", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"50", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"50", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"40", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"40", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"40", GENDER_NEUTER, CATEGORY_DEFAULT, "ое"}, + {"40", GENDER_NEUTER, CATEGORY_DEFAULT, "-ое"}, + {"1", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"1", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"1", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"1", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"0", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"0", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"0", GENDER_NEUTER, CATEGORY_DEFAULT, "ое"}, + {"0", GENDER_NEUTER, CATEGORY_DEFAULT, "-ое"}, + {"3", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"3", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"3", GENDER_NEUTER, CATEGORY_DEFAULT, "яе"}, + {"3", GENDER_NEUTER, CATEGORY_DEFAULT, "-яе"}, + {"2", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"2", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"2", GENDER_NEUTER, CATEGORY_DEFAULT, "ое"}, + {"2", GENDER_NEUTER, CATEGORY_DEFAULT, "-ое"}, + {"5", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"5", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"5", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"5", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"4", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"4", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"4", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"4", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"7", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"7", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"7", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"7", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"6", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"6", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"6", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"6", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"9", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"9", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"9", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"9", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"8", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"8", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"8", GENDER_NEUTER, CATEGORY_DEFAULT, "ае"}, + {"8", GENDER_NEUTER, CATEGORY_DEFAULT, "-ае"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"11", GENDER_NONE, CATEGORY_DEFAULT, "è"}, + {"11", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"13", GENDER_NONE, CATEGORY_DEFAULT, "è"}, + {"13", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"12", GENDER_NONE, CATEGORY_DEFAULT, "è"}, + {"12", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"14", GENDER_NONE, CATEGORY_DEFAULT, "è"}, + {"14", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "r"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "er"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "è"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "r"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "er"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "n"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "on"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "è"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "t"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "rt"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "è"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "è"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "è"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "è"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "ra"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "era"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "ος"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "ός"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "ης"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "ος"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "ός"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "ης"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "ος"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "ός"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "ης"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "ος"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "ός"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "ης"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "ος"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "ός"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "ης"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "ος"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "ός"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "ης"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "ος"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "ός"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "ης"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "ος"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "ός"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "ης"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "ος"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "ός"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "ης"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "ος"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "ός"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "ης"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "η"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "ή"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "η"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "η"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "η"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "η"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "η"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "η"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "η"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "η"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "η"}, + {"1", GENDER_NEUTER, CATEGORY_DEFAULT, "ο"}, + {"0", GENDER_NEUTER, CATEGORY_DEFAULT, "ό"}, + {"0", GENDER_NEUTER, CATEGORY_DEFAULT, "ο"}, + {"3", GENDER_NEUTER, CATEGORY_DEFAULT, "ο"}, + {"2", GENDER_NEUTER, CATEGORY_DEFAULT, "ο"}, + {"5", GENDER_NEUTER, CATEGORY_DEFAULT, "ο"}, + {"4", GENDER_NEUTER, CATEGORY_DEFAULT, "ο"}, + {"7", GENDER_NEUTER, CATEGORY_DEFAULT, "ο"}, + {"6", GENDER_NEUTER, CATEGORY_DEFAULT, "ο"}, + {"9", GENDER_NEUTER, CATEGORY_DEFAULT, "ο"}, + {"8", GENDER_NEUTER, CATEGORY_DEFAULT, "ο"}, + {"11", GENDER_NONE, CATEGORY_DEFAULT, "th"}, + {"13", GENDER_NONE, CATEGORY_DEFAULT, "th"}, + {"12", GENDER_NONE, CATEGORY_DEFAULT, "th"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "st"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "th"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "rd"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "nd"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "th"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "th"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "th"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "th"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "th"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "th"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "ᵉʳ"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "er"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "r"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "ro"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, ".º"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, ".º"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "ᵉʳ"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "er"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "r"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "ro"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, ".º"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, ".º"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, ".º"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, ".º"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, ".º"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, ".º"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, ".º"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, ".º"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, ".ª"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "ra"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "era"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, ".ª"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, ".ª"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "ra"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, ".ª"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, ".ª"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, ".ª"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, ".ª"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, ".ª"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, ".ª"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, ".ª"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"11", GENDER_NONE, CATEGORY_DEFAULT, ":sta"}, + {"11", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"13", GENDER_NONE, CATEGORY_DEFAULT, ":sta"}, + {"13", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"12", GENDER_NONE, CATEGORY_DEFAULT, ":sta"}, + {"12", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"15", GENDER_NONE, CATEGORY_DEFAULT, ":sta"}, + {"15", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"14", GENDER_NONE, CATEGORY_DEFAULT, ":sta"}, + {"14", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"17", GENDER_NONE, CATEGORY_DEFAULT, ":sta"}, + {"17", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"16", GENDER_NONE, CATEGORY_DEFAULT, ":sta"}, + {"16", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"19", GENDER_NONE, CATEGORY_DEFAULT, ":sta"}, + {"19", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"18", GENDER_NONE, CATEGORY_DEFAULT, ":sta"}, + {"18", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, ":nen"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, ":s"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, ":s"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, ":nen"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, ":s"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, ":s"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, ":s"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, ":s"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, ":s"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, ":s"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"61", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"71", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"91", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"81", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"11", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"21", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"31", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"51", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"41", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "er"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "d"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"61", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"71", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"91", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"81", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"11", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"21", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"31", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"51", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"41", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"1", GENDER_NONE, CATEGORY_PLURAL, "ers"}, + {"0", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"3", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"2", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"2", GENDER_NONE, CATEGORY_PLURAL, "ds"}, + {"5", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"4", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"7", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"6", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"9", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"8", GENDER_NONE, CATEGORY_PLURAL, "es"}, + {"61", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"71", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"91", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"81", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"11", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"21", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"31", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"51", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"41", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "re"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "de"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "e"}, + {"61", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"71", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"91", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"81", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"11", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"21", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"31", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"51", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"41", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"1", GENDER_FEMININE, CATEGORY_PLURAL, "res"}, + {"0", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"3", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"2", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"2", GENDER_FEMININE, CATEGORY_PLURAL, "des"}, + {"5", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"4", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"7", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"6", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"9", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"8", GENDER_FEMININE, CATEGORY_PLURAL, "es"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"61", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"61", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"62", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"62", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"63", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"63", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"64", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"64", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"65", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"65", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"66", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"66", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"67", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"67", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"68", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"68", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"69", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"69", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"24", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"24", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"25", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"25", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"26", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"26", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"27", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"27", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"21", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"21", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"22", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"22", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"23", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"23", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"28", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"28", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"29", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"29", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"99", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"99", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"98", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"98", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"91", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"91", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"15", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"15", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"93", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"93", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"92", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"92", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"95", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"95", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"94", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"94", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"97", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"97", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"96", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"96", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"11", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"11", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"10", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"10", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"13", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"13", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"12", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"12", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"59", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"59", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"58", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"58", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"17", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"17", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"16", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"16", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"55", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"55", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"54", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"54", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"57", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"57", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"56", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"56", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"51", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"51", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"53", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"53", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"52", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"52", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"19", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"19", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"18", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"18", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"88", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"88", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"89", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"89", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"82", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"82", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"83", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"83", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"81", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"81", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"86", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"86", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"87", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"87", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"84", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"84", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"85", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"85", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"48", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"48", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"49", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"49", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"46", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"46", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"47", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"47", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"44", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"44", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"45", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"45", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"42", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"42", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"43", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"43", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"41", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"41", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"77", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"77", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"76", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"76", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"75", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"75", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"74", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"74", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"73", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"73", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"72", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"72", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"71", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"71", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"79", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"79", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"78", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"78", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"39", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"39", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"38", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"38", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"14", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"14", GENDER_NONE, CATEGORY_DEFAULT, "de"}, + {"33", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"33", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"32", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"32", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"31", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"31", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"37", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"37", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"36", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"36", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"35", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"35", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"34", GENDER_NONE, CATEGORY_DEFAULT, "e"}, + {"34", GENDER_NONE, CATEGORY_DEFAULT, "ste"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "º"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "o"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "°"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "ª"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "a"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"13", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"13", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"13", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"13", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"1", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"0", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"3", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"2", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"5", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"4", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"7", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"6", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"9", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "я"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "-я"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "ая"}, + {"8", GENDER_FEMININE, CATEGORY_DEFAULT, "-ая"}, + {"13", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"13", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"1", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"1", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"0", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"0", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"3", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"3", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"3", GENDER_NEUTER, CATEGORY_DEFAULT, "ье"}, + {"3", GENDER_NEUTER, CATEGORY_DEFAULT, "-ье"}, + {"2", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"2", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"5", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"5", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"4", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"4", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"7", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"7", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"6", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"6", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"9", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"9", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"8", GENDER_NEUTER, CATEGORY_DEFAULT, "е"}, + {"8", GENDER_NEUTER, CATEGORY_DEFAULT, "-е"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "."}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, ":a"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, ":e"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, ":e"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, ":a"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, ":e"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, ":e"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, ":e"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, ":e"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, ":e"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, ":e"}, + {"1", GENDER_MASCULINE, CATEGORY_DEFAULT, ":e"}, + {"0", GENDER_MASCULINE, CATEGORY_DEFAULT, ":e"}, + {"3", GENDER_MASCULINE, CATEGORY_DEFAULT, ":e"}, + {"2", GENDER_MASCULINE, CATEGORY_DEFAULT, ":e"}, + {"5", GENDER_MASCULINE, CATEGORY_DEFAULT, ":e"}, + {"4", GENDER_MASCULINE, CATEGORY_DEFAULT, ":e"}, + {"7", GENDER_MASCULINE, CATEGORY_DEFAULT, ":e"}, + {"6", GENDER_MASCULINE, CATEGORY_DEFAULT, ":e"}, + {"9", GENDER_MASCULINE, CATEGORY_DEFAULT, ":e"}, + {"8", GENDER_MASCULINE, CATEGORY_DEFAULT, ":e"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"1", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"0", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"3", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"2", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"5", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"4", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"7", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"6", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"9", GENDER_NONE, CATEGORY_DEFAULT, "-й"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "й"}, + {"8", GENDER_NONE, CATEGORY_DEFAULT, "-й"} +}; + +numex_language_source_t numex_languages[] = { + {"be", 1, 0, 189, 0, 150}, + {"bg", 1, 189, 50, 150, 0}, + {"bs", 1, 239, 54, 150, 10}, + {"ca", 1, 293, 141, 160, 40}, + {"cs", 1, 434, 81, 200, 10}, + {"cy", 1, 515, 23, 210, 0}, + {"da", 1, 538, 76, 210, 10}, + {"de", 1, 614, 194, 220, 10}, + {"el", 1, 808, 416, 230, 52}, + {"en", 1, 1224, 70, 282, 13}, + {"es", 1, 1294, 144, 295, 81}, + {"et", 1, 1438, 49, 376, 10}, + {"eu", 0, 1487, 0, 386, 10}, + {"fi", 1, 1487, 107, 396, 38}, + {"fr", 1, 1594, 202, 434, 80}, + {"ga", 1, 1796, 86, 514, 0}, + {"hr", 1, 1882, 188, 514, 10}, + {"hu", 1, 2070, 67, 524, 10}, + {"is", 0, 2137, 0, 534, 10}, + {"it", 1, 2137, 163, 544, 50}, + {"ja", 0, 2300, 18, 594, 0}, + {"ko", 0, 2318, 18, 594, 0}, + {"la", 1, 2336, 31, 594, 0}, + {"lt", 1, 2367, 69, 594, 10}, + {"lv", 1, 2436, 102, 604, 10}, + {"mt", 1, 2538, 93, 614, 0}, + {"nb", 1, 2631, 85, 614, 10}, + {"nl", 1, 2716, 86, 624, 184}, + {"pl", 1, 2802, 82, 808, 10}, + {"pt", 1, 2884, 170, 818, 50}, + {"ro", 1, 3054, 53, 868, 0}, + {"ru", 1, 3107, 192, 868, 86}, + {"sk", 1, 3298, 72, 954, 10}, + {"sl", 1, 3370, 59, 964, 0}, + {"sr", 1, 3429, 197, 964, 10}, + {"sv", 1, 3626, 96, 974, 20}, + {"tr", 1, 3722, 70, 994, 0}, + {"uk", 1, 3792, 78, 994, 20}, + {"zh", 0, 3870, 33, 1014, 0} +}; diff --git a/src/numex_rule.h b/src/numex_rule.h new file mode 100644 index 0000000..511db45 --- /dev/null +++ b/src/numex_rule.h @@ -0,0 +1,16 @@ +#ifndef NUMEX_RULE_H +#define NUMEX_RULE_H + +#include +#include "numex.h" + +typedef struct numex_language_source { + char *name; + bool whole_tokens_only; + size_t rule_index; + size_t num_rules; + size_t ordinal_indicator_index; + size_t num_ordinal_indicators; +} numex_language_source_t; + +#endif diff --git a/src/numex_table_builder.c b/src/numex_table_builder.c new file mode 100644 index 0000000..be9f8a1 --- /dev/null +++ b/src/numex_table_builder.c @@ -0,0 +1,199 @@ +#include +#include + + +#include "constants.h" +#include "log/log.h" +#include "numex.h" +#include "numex_rule.h" +#include "numex_data.c" + + +int main(int argc, char **argv) { + char *filename; + + if (argc == 2) { + filename = argv[1]; + } else { + filename = DEFAULT_NUMEX_PATH; + } + + FILE *f = fopen(filename, "wb"); + + if (f == NULL) { + log_error("File could not be opened, ensure directory exists: %s\n", filename); + numex_module_teardown(); + exit(1); + } + + if (!numex_module_init()) { + log_error("Numex table initialization unsuccessful\n"); + numex_module_teardown(); + exit(1); + } + + numex_table_t *numex_table = get_numex_table(); + + size_t num_languages = sizeof(numex_languages) / sizeof(numex_language_source_t); + + size_t num_source_keys = sizeof(numex_keys) / sizeof(char *); + size_t num_source_rules = sizeof(numex_rules) / sizeof(numex_rule_t); + + if (num_source_keys != num_source_rules) { + log_error("num_sourcE_keys != num_source_rules, aborting\n"); + numex_module_teardown(); + exit(1); + } + + size_t num_ordinal_indicator_rules = sizeof(ordinal_indicator_rules) / sizeof(ordinal_indicator_t); + + char_array *key = char_array_new(); + + for (int i = 0; i < num_languages; i++) { + numex_language_source_t lang_source = numex_languages[i]; + + char *lang = lang_source.name; + + int j; + + size_t rule_index = lang_source.rule_index; + size_t num_rules = lang_source.num_rules; + size_t ordinal_indicator_index = lang_source.ordinal_indicator_index; + size_t num_ordinal_indicators = lang_source.num_ordinal_indicators; + + numex_rule_t rule; + + uint32_t value; + + log_info("Doing language=%s\n", lang); + + for (j = rule_index; j < rule_index + num_rules; j++) { + char *numex_key = numex_keys[j]; + numex_rule_t rule = numex_rules[j]; + + value = rule.rule_type != NUMEX_STOPWORD ? numex_table->rules->n : NUMEX_STOPWORD_INDEX; + numex_rule_array_push(numex_table->rules, rule); + + char_array_clear(key); + char_array_cat(key, lang); + char_array_cat(key, NAMESPACE_SEPARATOR_CHAR); + char_array_cat(key, numex_key); + + char *str_key = char_array_get_string(key); + + trie_add(numex_table->trie, str_key, value); + + if (string_contains_hyphen(str_key)) { + char *replaced = string_replace_char(str_key, '-', ' '); + trie_add(numex_table->trie, replaced, value); + free(replaced); + } + + } + + for (j = ordinal_indicator_index; j < ordinal_indicator_index + num_ordinal_indicators; j++) { + for (int ordinal_phrases = 0; ordinal_phrases <= 1; ordinal_phrases++) { + value = numex_table->ordinal_indicators->n; + ordinal_indicator_t ordinal_source = ordinal_indicator_rules[j]; + + if (ordinal_source.key == NULL) { + log_error("ordinal source key was NULL at index %d\n", j); + exit(EXIT_FAILURE); + } + + char *ordinal_indicator_key = strdup(ordinal_source.key); + if (ordinal_indicator_key == NULL) { + log_error("Error in strdup\n"); + exit(EXIT_FAILURE); + } + + char *suffix = NULL; + if (ordinal_source.suffix != NULL) { + suffix = strdup(ordinal_source.suffix); + if (suffix == NULL) { + log_error("Error in strdup\n"); + exit(EXIT_FAILURE); + } + } + + char_array_clear(key); + char_array_cat(key, lang); + + if (!ordinal_phrases) { + ordinal_indicator_t *ordinal = ordinal_indicator_new(ordinal_indicator_key, ordinal_source.gender, ordinal_source.category, suffix); + ordinal_indicator_array_push(numex_table->ordinal_indicators, ordinal); + + char_array_cat(key, ORDINAL_NAMESPACE_PREFIX); + } else { + char_array_cat(key, ORDINAL_PHRASE_NAMESPACE_PREFIX); + } + + switch (ordinal_source.gender) { + case GENDER_MASCULINE: + char_array_cat(key, GENDER_MASCULINE_PREFIX); + break; + case GENDER_FEMININE: + char_array_cat(key, GENDER_FEMININE_PREFIX); + break; + case GENDER_NEUTER: + char_array_cat(key, GENDER_NEUTER_PREFIX); + break; + case GENDER_NONE: + default: + char_array_cat(key, GENDER_NONE_PREFIX); + } + + switch (ordinal_source.category) { + case CATEGORY_PLURAL: + char_array_cat(key, CATEGORY_PLURAL_PREFIX); + break; + case CATEGORY_DEFAULT: + default: + char_array_cat(key, CATEGORY_DEFAULT_PREFIX); + + } + + char_array_cat(key, NAMESPACE_SEPARATOR_CHAR); + + char *key_str = ordinal_source.key; + + if (ordinal_phrases) { + key_str = suffix; + } + + char *reversed = utf8_reversed_string(key_str); + char_array_cat(key, reversed); + free(reversed); + + char *str_key = char_array_get_string(key); + + if (trie_get(numex_table->trie, str_key) == NULL_NODE_ID) { + trie_add(numex_table->trie, str_key, value); + } + } + } + + char *name = strdup(lang_source.name); + if (name == NULL) { + log_error("Error in strdup\n"); + exit(EXIT_FAILURE); + } + + numex_language_t *language = numex_language_new(name, lang_source.whole_tokens_only, lang_source.rule_index, lang_source.num_rules, lang_source.ordinal_indicator_index, lang_source.num_ordinal_indicators); + numex_table_add_language(language); + + } + + char_array_destroy(key); + + if (!numex_table_write(f)) { + log_error("Error writing numex table\n"); + exit(1); + } + + fclose(f); + + numex_module_teardown(); + + log_info("Done\n"); +} diff --git a/src/place.c b/src/place.c new file mode 100644 index 0000000..f5f0503 --- /dev/null +++ b/src/place.c @@ -0,0 +1,181 @@ +#include "place.h" +#include "address_parser.h" + +static inline bool is_address_text_component(char *label) { + return (string_equals(label, ADDRESS_PARSER_LABEL_HOUSE) || + string_equals(label, ADDRESS_PARSER_LABEL_ROAD) || + string_equals(label, ADDRESS_PARSER_LABEL_METRO_STATION) || + string_equals(label, ADDRESS_PARSER_LABEL_SUBURB) || + string_equals(label, ADDRESS_PARSER_LABEL_CITY_DISTRICT) || + string_equals(label, ADDRESS_PARSER_LABEL_CITY) || + string_equals(label, ADDRESS_PARSER_LABEL_STATE_DISTRICT) || + string_equals(label, ADDRESS_PARSER_LABEL_ISLAND) || + string_equals(label, ADDRESS_PARSER_LABEL_STATE) || + string_equals(label, ADDRESS_PARSER_LABEL_COUNTRY_REGION) || + string_equals(label, ADDRESS_PARSER_LABEL_COUNTRY) || + string_equals(label, ADDRESS_PARSER_LABEL_WORLD_REGION) + ); +} + +libpostal_language_classifier_response_t *place_languages(size_t num_components, char **labels, char **values) { + if (num_components == 0 || values == NULL || labels == NULL) return NULL; + + libpostal_language_classifier_response_t *lang_response = NULL; + + char *label; + char *value; + + size_t total_size = 0; + for (size_t i = 0; i < num_components; i++) { + value = values[i]; + label = labels[i]; + if (is_address_text_component(label)) { + total_size += strlen(value); + // extra char for spaces + if (i < num_components - 1) { + total_size++; + } + } + } + + char_array *combined = char_array_new_size(total_size); + if (combined == NULL) { + return NULL; + } + + for (size_t i = 0; i < num_components; i++) { + value = values[i]; + label = labels[i]; + if (is_address_text_component(label)) { + char_array_cat(combined, value); + if (i < num_components - 1) { + char_array_cat(combined, " "); + } + } + } + + char *combined_input = char_array_get_string(combined); + + lang_response = classify_languages(combined_input); + + char_array_destroy(combined); + return lang_response; +} + + + +place_t *place_new(void) { + place_t *place = calloc(1, sizeof(place_t)); + return place; +} + +void place_destroy(place_t *place) { + if (place == NULL) return; + free(place); +} + + +place_t *place_from_components(size_t num_components, char **labels, char **values) { + if (num_components == 0 || labels == NULL || values == NULL) { + return NULL; + } + + place_t *place = place_new(); + if (place == NULL) return NULL; + + for (size_t i = 0; i < num_components; i++) { + char *value = values[i]; + char *label = labels[i]; + if (string_equals(label, ADDRESS_PARSER_LABEL_ROAD)) { + if (place->street == NULL) { + place->street = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_HOUSE)) { + if (place->name == NULL) { + place->name = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_HOUSE_NUMBER)) { + if (place->house_number == NULL) { + place->house_number = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_POSTAL_CODE)) { + if (place->postal_code == NULL) { + place->postal_code = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_CITY)) { + if (place->city == NULL) { + place->city = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_STATE)) { + if (place->state == NULL) { + place->state = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_COUNTRY)) { + if (place->country == NULL) { + place->country = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_SUBURB)) { + if (place->suburb == NULL) { + place->suburb = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_CITY_DISTRICT)) { + if (place->city_district == NULL) { + place->city_district = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_STATE_DISTRICT)) { + if (place->state_district == NULL) { + place->state_district = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_COUNTRY_REGION)) { + if (place->country_region == NULL) { + place->country_region = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_ISLAND)) { + if (place->island == NULL) { + place->island = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_WORLD_REGION)) { + if (place->world_region == NULL) { + place->world_region = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_UNIT)) { + if (place->unit == NULL) { + place->unit = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_TELEPHONE)) { + if (place->telephone == NULL) { + place->telephone = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_WEBSITE)) { + if (place->website == NULL) { + place->website = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_LEVEL)) { + if (place->level == NULL) { + place->level = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_PO_BOX)) { + if (place->po_box == NULL) { + place->po_box = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_BUILDING)) { + if (place->building == NULL) { + place->building = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_STAIRCASE)) { + if (place->staircase == NULL) { + place->staircase = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_ENTRANCE)) { + if (place->entrance == NULL) { + place->entrance = value; + } + } else if (string_equals(label, ADDRESS_PARSER_LABEL_METRO_STATION)) { + if (place->metro_station == NULL) { + place->metro_station = value; + } + } + } + + return place; +} diff --git a/src/place.h b/src/place.h new file mode 100644 index 0000000..22d28b6 --- /dev/null +++ b/src/place.h @@ -0,0 +1,43 @@ +#ifndef PLACE_H +#define PLACE_H + +#include +#include + +#include "libpostal.h" +#include "language_classifier.h" + +typedef struct place { + char *name; + char *house_number; + char *street; + char *building; + char *entrance; + char *staircase; + char *level; + char *unit; + char *po_box; + char *metro_station; + char *suburb; + char *city_district; + char *city; + char *state_district; + char *island; + char *state; + char *country_region; + char *country; + char *world_region; + char *postal_code; + char *telephone; + char *website; +} place_t; + +libpostal_language_classifier_response_t *place_languages(size_t num_components, char **labels, char **values); + +place_t *place_new(void); + +place_t *place_from_components(size_t num_components, char **labels, char **values); + +void place_destroy(place_t *place); + +#endif diff --git a/src/postal_fields.h b/src/postal_fields.h new file mode 100644 index 0000000..f86a471 --- /dev/null +++ b/src/postal_fields.h @@ -0,0 +1,11 @@ +enum gn_postal_fields { + GN_POSTAL_CODE=0, + GN_POSTAL_COUNTRY_CODE=1, + GN_POSTAL_COUNTRY_GEONAMES_ID=2, + GN_POSTAL_COUNTRY_POPULATION=3, + GN_POSTAL_CONTAINING_GEONAME_ID=4, + GN_POSTAL_ADMIN1_IDS=5, + GN_POSTAL_ADMIN2_IDS=6, + GN_POSTAL_ADMIN3_IDS=7, + NUM_POSTAL_FIELDS +}; diff --git a/src/regularization.c b/src/regularization.c new file mode 100644 index 0000000..c6c20fe --- /dev/null +++ b/src/regularization.c @@ -0,0 +1,31 @@ +#include "regularization.h" +#include "float_utils.h" +#include "log/log.h" + +inline void regularize_l2(double *theta, size_t n, double reg_update) { + for (size_t i = 0; i < n; i++) { + double current_value = theta[i]; + double updated_value = current_value - current_value * reg_update; + // Make sure the regularization update doesn't change the sign of the weight + // Otherwise, set the weight to 0 + if ((updated_value > 0) == (current_value > 0)) { + theta[i] = updated_value; + } else { + theta[i] = 0.0; + } + } +} + +inline void regularize_l1(double *theta, size_t n, double reg_update) { + for (size_t i = 0; i < n; i++) { + double current_value = theta[i]; + double updated_value = current_value - sign(current_value) * reg_update; + // Make sure the regularization update doesn't change the sign of the weight + // Otherwise, set the weight to 0 + if ((updated_value > 0) == (current_value > 0)) { + theta[i] = updated_value; + } else { + theta[i] = 0.0; + } + } +} \ No newline at end of file diff --git a/src/regularization.h b/src/regularization.h new file mode 100644 index 0000000..30d1066 --- /dev/null +++ b/src/regularization.h @@ -0,0 +1,15 @@ +#ifndef REGULARIZATION_H +#define REGULARIZATION_H + +#include + +typedef enum { + REGULARIZATION_NONE, + REGULARIZATION_L1, + REGULARIZATION_L2 +} regularization_type_t; + +void regularize_l2(double *theta, size_t n, double reg_update); +void regularize_l1(double *theta, size_t n, double reg_update); + +#endif \ No newline at end of file diff --git a/src/scanner.c b/src/scanner.c new file mode 100644 index 0000000..736fb07 --- /dev/null +++ b/src/scanner.c @@ -0,0 +1,310256 @@ +/* Generated by re2c 0.16 on Thu Jun 30 17:04:39 2016 */ +#line 1 "scanner.re" +#include +#include +#include + +#include "scanner.h" + +uint16_t scan_token(scanner_t *s) +{ + s->start = s->cursor; + unsigned char *marker = s->cursor; + +#define YYCTYPE unsigned char +#define YYCURSOR s->cursor +#define YYMARKER marker +#define YYLIMIT (s->end) + +#line 20 "scanner.c" +{ + YYCTYPE yych; + unsigned int yyaccept = 0; + static const unsigned char yybm[] = { + /* table 1 .. 8: 0 */ + 0, 128, 128, 128, 128, 128, 128, 128, + 128, 0, 0, 128, 0, 0, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, + 0, 128, 128, 128, 128, 128, 128, 161, + 128, 128, 128, 128, 128, 227, 227, 128, + 156, 156, 156, 156, 156, 156, 156, 156, + 156, 156, 128, 128, 0, 128, 0, 128, + 128, 244, 244, 244, 244, 244, 244, 244, + 244, 244, 244, 244, 244, 244, 244, 244, + 244, 244, 244, 244, 244, 244, 244, 244, + 244, 244, 244, 0, 128, 0, 128, 152, + 128, 244, 244, 244, 244, 244, 244, 244, + 244, 244, 244, 244, 244, 244, 244, 244, + 244, 244, 244, 244, 244, 244, 244, 244, + 244, 244, 244, 0, 128, 0, 128, 128, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + /* table 9 .. 16: 256 */ + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 3, 4, 0, 0, + 0, 0, 0, 55, 0, 68, 132, 0, + 55, 55, 55, 55, 55, 55, 55, 55, + 55, 55, 0, 0, 3, 3, 3, 0, + 0, 46, 46, 46, 46, 46, 46, 46, + 46, 46, 46, 46, 46, 46, 46, 46, + 46, 46, 46, 46, 46, 46, 46, 46, + 46, 46, 46, 0, 0, 0, 3, 55, + 3, 46, 46, 46, 46, 46, 46, 46, + 46, 46, 46, 46, 46, 46, 46, 46, + 46, 46, 46, 46, 46, 46, 46, 46, + 46, 46, 46, 0, 3, 0, 3, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + /* table 17 .. 18: 512 */ + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 64, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + }; + yych = *YYCURSOR; + if (yybm[512+yych] & 64) { + goto yy8; + } + switch (yych) { + case 0x00: goto yy3; + case 0x01: + case 0x02: + case 0x03: + case 0x04: + case 0x05: + case 0x06: + case 0x07: + case 0x08: + case '\t': + case '\n': + case '\v': + case '\f': + case 0x0E: + case 0x0F: + case 0x10: + case 0x11: + case 0x12: + case 0x13: + case 0x14: + case 0x15: + case 0x16: + case 0x17: + case 0x18: + case 0x19: + case 0x1A: + case 0x1B: + case 0x1C: + case 0x1D: + case 0x1E: + case 0x1F: + case 0x7F: goto yy5; + case '\r': goto yy7; + case ' ': + case '!': goto yy11; + case '"': goto yy13; + case '#': goto yy15; + case '$': + case '=': + case '^': + case '`': + case '|': + case '~': goto yy17; + case '%': goto yy19; + case '&': goto yy20; + case '\'': goto yy22; + case '(': goto yy24; + case ')': + case ']': + case '}': goto yy26; + case '*': goto yy28; + case '+': goto yy29; + case ',': goto yy31; + case '-': goto yy33; + case '.': goto yy35; + case '/': goto yy37; + case '0': goto yy39; + case '1': goto yy42; + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': goto yy43; + case ':': goto yy44; + case ';': goto yy46; + case '<': goto yy48; + case '>': goto yy50; + case '?': goto yy52; + case '@': goto yy54; + case 'A': + case 'B': + case 'C': + case 'D': + case 'E': + case 'F': + case 'G': + case 'I': + case 'J': + case 'K': + case 'L': + case 'M': + case 'N': + case 'O': + case 'P': + case 'Q': + case 'R': + case 'S': + case 'T': + case 'U': + case 'V': + case 'W': + case 'X': + case 'Y': + case 'Z': + case 'a': + case 'b': + case 'c': + case 'd': + case 'e': + case 'f': + case 'g': + case 'i': + case 'j': + case 'k': + case 'l': + case 'm': + case 'n': + case 'o': + case 'p': + case 'q': + case 'r': + case 's': + case 't': + case 'u': + case 'v': + case 'w': + case 'x': + case 'y': + case 'z': goto yy56; + case 'H': + case 'h': goto yy58; + case '[': + case '{': goto yy59; + case '\\': goto yy60; + case '_': goto yy62; + case 0xC2: goto yy63; + case 0xC3: goto yy64; + case 0xC4: + case 0xC5: + case 0xC8: + case 0xC9: + case 0xD0: + case 0xD1: + case 0xD3: goto yy65; + case 0xC6: goto yy66; + case 0xC7: goto yy67; + case 0xCA: goto yy68; + case 0xCB: goto yy69; + case 0xCC: goto yy70; + case 0xCD: goto yy71; + case 0xCE: goto yy72; + case 0xCF: goto yy73; + case 0xD2: goto yy74; + case 0xD4: goto yy75; + case 0xD5: goto yy76; + case 0xD6: goto yy77; + case 0xD7: goto yy78; + case 0xD8: goto yy79; + case 0xD9: goto yy80; + case 0xDA: goto yy81; + case 0xDB: goto yy82; + case 0xDC: goto yy83; + case 0xDD: goto yy84; + case 0xDE: goto yy85; + case 0xDF: goto yy86; + case 0xE0: goto yy87; + case 0xE1: goto yy88; + case 0xE2: goto yy89; + case 0xE3: goto yy90; + case 0xE4: goto yy91; + case 0xE5: + case 0xE6: + case 0xE7: + case 0xE8: goto yy92; + case 0xE9: goto yy93; + case 0xEA: goto yy94; + case 0xEB: goto yy95; + case 0xEC: goto yy96; + case 0xED: goto yy97; + case 0xEE: goto yy98; + case 0xEF: goto yy99; + case 0xF0: goto yy100; + case 0xF1: + case 0xF2: goto yy101; + case 0xF3: goto yy102; + case 0xF4: goto yy103; + default: goto yy2; + } +yy2: + YYCURSOR = YYMARKER; + if (yyaccept <= 13) { + if (yyaccept <= 6) { + if (yyaccept <= 3) { + if (yyaccept <= 1) { + if (yyaccept == 0) { + goto yy10; + } else { + goto yy18; + } + } else { + if (yyaccept == 2) { + goto yy23; + } else { + goto yy25; + } + } + } else { + if (yyaccept <= 5) { + if (yyaccept == 4) { + goto yy30; + } else { + goto yy34; + } + } else { + goto yy36; + } + } + } else { + if (yyaccept <= 10) { + if (yyaccept <= 8) { + if (yyaccept == 7) { + goto yy41; + } else { + goto yy49; + } + } else { + if (yyaccept == 9) { + goto yy51; + } else { + goto yy57; + } + } + } else { + if (yyaccept <= 12) { + if (yyaccept == 11) { + goto yy115; + } else { + goto yy186; + } + } else { + goto yy199; + } + } + } + } else { + if (yyaccept <= 20) { + if (yyaccept <= 17) { + if (yyaccept <= 15) { + if (yyaccept == 14) { + goto yy208; + } else { + goto yy245; + } + } else { + if (yyaccept == 16) { + goto yy323; + } else { + goto yy923; + } + } + } else { + if (yyaccept <= 19) { + if (yyaccept == 18) { + goto yy1091; + } else { + goto yy1618; + } + } else { + goto yy1628; + } + } + } else { + if (yyaccept <= 24) { + if (yyaccept <= 22) { + if (yyaccept == 21) { + goto yy1766; + } else { + goto yy3282; + } + } else { + if (yyaccept == 23) { + goto yy7877; + } else { + goto yy10637; + } + } + } else { + if (yyaccept <= 26) { + if (yyaccept == 25) { + goto yy13160; + } else { + goto yy16838; + } + } else { + goto yy17458; + } + } + } + } +yy3: + ++YYCURSOR; +#line 160 "scanner.re" + { return END; } +#line 426 "scanner.c" +yy5: + ++YYCURSOR; +yy6: +#line 161 "scanner.re" + { return INVALID_CHAR; } +#line 432 "scanner.c" +yy7: + yych = *++YYCURSOR; + if (yych == '\n') goto yy104; + goto yy6; +yy8: + yyaccept = 0; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[512+yych] & 64) { + goto yy8; + } + if (yych <= 0xE0) { + if (yych == 0xC2) goto yy106; + } else { + if (yych <= 0xE1) goto yy107; + if (yych <= 0xE2) goto yy108; + if (yych <= 0xE3) goto yy109; + } +yy10: +#line 162 "scanner.re" + { return WHITESPACE; } +#line 454 "scanner.c" +yy11: + ++YYCURSOR; +#line 189 "scanner.re" + { return EXCLAMATION; } +#line 459 "scanner.c" +yy13: + ++YYCURSOR; +#line 199 "scanner.re" + { return DOUBLE_QUOTE; } +#line 464 "scanner.c" +yy15: + ++YYCURSOR; +#line 208 "scanner.re" + { return POUND; } +#line 469 "scanner.c" +yy17: + yyaccept = 1; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy111; + } else { + if (yych <= '+') goto yy111; + if (yych >= '.') goto yy111; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy18; + if (yych <= '9') goto yy111; + } else { + if (yych <= '>') goto yy111; + if (yych <= '@') goto yy18; + if (yych <= 'Z') goto yy111; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= '|') { + if (yych != '{') goto yy111; + } else { + if (yych == '~') goto yy111; + if (yych >= 0xC2) goto yy111; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy111; + } else { + if (yych <= 0xF0) goto yy111; + if (yych == 0xF3) goto yy111; + } + } + } +yy18: +#line 212 "scanner.re" + { return OTHER; } +#line 511 "scanner.c" +yy19: + yyaccept = 1; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '*') { + if (yych == '%') goto yy147; + goto yy18; + } else { + if (yych == ',') goto yy18; + if (yych <= '.') goto yy147; + goto yy18; + } + } else { + if (yych <= '^') { + if (yych <= '9') goto yy147; + if (yych <= '?') goto yy18; + if (yych <= 'Z') goto yy147; + goto yy18; + } else { + if (yych == '`') goto yy18; + if (yych <= 'z') goto yy147; + goto yy18; + } + } +yy20: + ++YYCURSOR; +#line 203 "scanner.re" + { return AMPERSAND; } +#line 540 "scanner.c" +yy22: + yyaccept = 2; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '`') { + if (yych <= '@') goto yy23; + if (yych <= 'Z') goto yy150; + } else { + if (yych <= 'z') goto yy150; + if (yych <= 0xC1) goto yy23; + if (yych <= 0xCA) goto yy150; + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xD6) goto yy150; + if (yych <= 0xE0) goto yy23; + if (yych <= 0xE2) goto yy150; + } else { + if (yych <= 0xEA) goto yy150; + if (yych <= 0xEE) goto yy23; + if (yych <= 0xF0) goto yy150; + } + } +yy23: +#line 200 "scanner.re" + { return SINGLE_QUOTE; } +#line 567 "scanner.c" +yy24: + yyaccept = 3; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '1') goto yy25; + if (yych <= '9') goto yy169; +yy25: +#line 195 "scanner.re" + { return PUNCT_OPEN; } +#line 576 "scanner.c" +yy26: + ++YYCURSOR; +#line 196 "scanner.re" + { return PUNCT_CLOSE; } +#line 581 "scanner.c" +yy28: + yych = *++YYCURSOR; + goto yy18; +yy29: + yyaccept = 4; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '>') { + if (yych <= '0') { + if (yych <= '+') { + if (yych <= '$') { + if (yych >= '$') goto yy111; + } else { + if (yych <= '%') goto yy146; + if (yych >= '+') goto yy170; + } + } else { + if (yych <= '-') { + if (yych >= '-') goto yy146; + } else { + if (yych <= '.') goto yy172; + if (yych >= '0') goto yy170; + } + } + } else { + if (yych <= '5') { + if (yych <= '2') { + if (yych <= '1') goto yy173; + goto yy174; + } else { + if (yych <= '3') goto yy175; + if (yych <= '4') goto yy176; + goto yy177; + } + } else { + if (yych <= '8') { + if (yych <= '6') goto yy178; + if (yych <= '7') goto yy179; + goto yy180; + } else { + if (yych <= '9') goto yy181; + if (yych >= '<') goto yy111; + } + } + } + } else { + if (yych <= '|') { + if (yych <= '^') { + if (yych <= '@') { + if (yych >= '@') goto yy148; + } else { + if (yych <= 'Z') goto yy182; + if (yych >= '^') goto yy111; + } + } else { + if (yych <= '`') { + if (yych <= '_') goto yy170; + goto yy111; + } else { + if (yych <= 'z') goto yy182; + if (yych >= '|') goto yy111; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= '~') { + if (yych >= '~') goto yy111; + } else { + if (yych <= 0xC1) goto yy30; + if (yych <= 0xE4) goto yy111; + } + } else { + if (yych <= 0xF0) { + if (yych <= 0xEA) goto yy111; + if (yych >= 0xEF) goto yy111; + } else { + if (yych == 0xF3) goto yy111; + } + } + } + } +yy30: +#line 207 "scanner.re" + { return PLUS; } +#line 665 "scanner.c" +yy31: + ++YYCURSOR; +#line 192 "scanner.re" + { return COMMA; } +#line 670 "scanner.c" +yy33: + yyaccept = 5; + yych = *(YYMARKER = ++YYCURSOR); + if (yybm[256+yych] & 64) { + goto yy184; + } + if (yych <= 'z') { + if (yych <= '/') { + if (yych <= '*') { + if (yych == '%') goto yy147; + } else { + if (yych == ',') goto yy34; + if (yych <= '.') goto yy147; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy187; + if (yych >= '@') goto yy147; + } else { + if (yych == '_') goto yy147; + if (yych >= 'a') goto yy147; + } + } + } else { + if (yych <= 0xE0) { + if (yych <= 0xDA) { + if (yych == 0xD9) goto yy189; + } else { + if (yych <= 0xDB) goto yy190; + if (yych <= 0xDE) goto yy34; + if (yych <= 0xDF) goto yy191; + goto yy192; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE1) goto yy193; + if (yych >= 0xEA) goto yy194; + } else { + if (yych <= 0xEE) goto yy34; + if (yych <= 0xEF) goto yy195; + if (yych <= 0xF0) goto yy196; + } + } + } +yy34: +#line 191 "scanner.re" + { return HYPHEN; } +#line 718 "scanner.c" +yy35: + yyaccept = 6; + yych = *(YYMARKER = ++YYCURSOR); + if (yybm[256+yych] & 128) { + goto yy197; + } + if (yych <= '/') { + if (yych <= '*') { + if (yych == '%') goto yy147; + } else { + if (yych == ',') goto yy36; + if (yych <= '-') goto yy147; + } + } else { + if (yych <= '^') { + if (yych <= '9') goto yy147; + if (yych <= '?') goto yy36; + if (yych <= 'Z') goto yy147; + } else { + if (yych == '`') goto yy36; + if (yych <= 'z') goto yy147; + } + } +yy36: +#line 188 "scanner.re" + { return PERIOD; } +#line 745 "scanner.c" +yy37: + ++YYCURSOR; +#line 197 "scanner.re" + { return SLASH; } +#line 750 "scanner.c" +yy39: + yyaccept = 7; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[512+yych] & 128) { + goto yy39; + } + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy110; + goto yy146; + } else { + if (yych == '\'') goto yy200; + if (yych >= '+') goto yy170; + } + } else { + if (yych <= ':') { + if (yych <= ',') goto yy202; + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy205; + } else { + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy110; + if (yych >= '@') goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy206; + if (yych <= ']') goto yy41; + if (yych <= '^') goto yy110; + goto yy209; + } else { + if (yych <= '`') goto yy110; + if (yych <= 'z') goto yy206; + if (yych >= '|') goto yy110; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy110; + if (yych >= 0xC2) goto yy211; + } else { + if (yych <= 0xC3) goto yy212; + if (yych <= 0xC9) goto yy213; + if (yych <= 0xCA) goto yy214; + goto yy120; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy121; + if (yych <= 0xCD) goto yy215; + if (yych <= 0xCE) goto yy216; + goto yy217; + } else { + if (yych == 0xD2) goto yy218; + if (yych <= 0xD3) goto yy213; + goto yy219; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy220; + if (yych <= 0xD6) goto yy221; + if (yych <= 0xD7) goto yy222; + goto yy223; + } else { + if (yych <= 0xD9) goto yy224; + if (yych <= 0xDA) goto yy213; + if (yych <= 0xDB) goto yy225; + goto yy226; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy227; + if (yych <= 0xDE) goto yy228; + if (yych <= 0xDF) goto yy229; + goto yy230; + } else { + if (yych <= 0xE1) goto yy231; + if (yych <= 0xE2) goto yy232; + if (yych <= 0xE3) goto yy233; + goto yy141; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy234; + if (yych >= 0xEF) goto yy235; + } else { + if (yych <= 0xF0) goto yy236; + if (yych == 0xF3) goto yy145; + } + } + } + } +yy41: +#line 177 "scanner.re" + { return NUMERIC; } +#line 857 "scanner.c" +yy42: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xC3) { + if (yych <= ':') { + if (yych <= '(') { + if (yych <= '$') { + if (yych == ' ') goto yy237; + if (yych <= '#') goto yy41; + goto yy111; + } else { + if (yych <= '%') goto yy146; + if (yych <= '&') goto yy41; + if (yych <= '\'') goto yy200; + goto yy238; + } + } else { + if (yych <= '-') { + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy202; + goto yy239; + } else { + if (yych <= '/') { + if (yych <= '.') goto yy240; + goto yy41; + } else { + if (yych <= '1') goto yy39; + if (yych >= ':') goto yy41; + } + } + } + } else { + if (yych <= '_') { + if (yych <= '@') { + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy111; + if (yych <= '?') goto yy41; + goto yy148; + } else { + if (yych <= 'Z') goto yy206; + if (yych <= ']') goto yy41; + if (yych <= '^') goto yy111; + goto yy209; + } + } else { + if (yych <= '|') { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy206; + if (yych <= '{') goto yy41; + goto yy111; + } else { + if (yych <= '~') { + if (yych <= '}') goto yy41; + goto yy111; + } else { + if (yych <= 0xC1) goto yy41; + if (yych <= 0xC2) goto yy211; + goto yy212; + } + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD2) { + if (yych <= 0xCD) { + if (yych <= 0xC9) goto yy213; + if (yych <= 0xCA) goto yy214; + if (yych <= 0xCC) goto yy111; + goto yy215; + } else { + if (yych <= 0xCE) goto yy216; + if (yych <= 0xCF) goto yy217; + if (yych <= 0xD1) goto yy213; + goto yy218; + } + } else { + if (yych <= 0xD6) { + if (yych <= 0xD3) goto yy213; + if (yych <= 0xD4) goto yy219; + if (yych <= 0xD5) goto yy220; + goto yy221; + } else { + if (yych <= 0xD8) { + if (yych <= 0xD7) goto yy222; + goto yy223; + } else { + if (yych <= 0xD9) goto yy224; + if (yych <= 0xDA) goto yy213; + goto yy225; + } + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy226; + if (yych <= 0xDD) goto yy227; + if (yych <= 0xDE) goto yy228; + goto yy229; + } else { + if (yych <= 0xE0) goto yy230; + if (yych <= 0xE1) goto yy231; + if (yych <= 0xE2) goto yy232; + goto yy233; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy111; + if (yych == 0xEA) goto yy234; + goto yy41; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy235; + goto yy236; + } else { + if (yych == 0xF3) goto yy111; + goto yy41; + } + } + } + } + } +yy43: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xC9) { + if (yych <= '>') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy111; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy170; + goto yy202; + } + } else { + if (yych <= '8') { + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy241; + } else { + if (yych <= '9') goto yy39; + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + goto yy111; + } + } + } else { + if (yych <= 'z') { + if (yych <= ']') { + if (yych <= '?') goto yy41; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy206; + goto yy41; + } else { + if (yych == '_') goto yy209; + if (yych <= '`') goto yy111; + goto yy206; + } + } else { + if (yych <= '~') { + if (yych == '|') goto yy111; + if (yych <= '}') goto yy41; + goto yy111; + } else { + if (yych <= 0xC1) goto yy41; + if (yych <= 0xC2) goto yy211; + if (yych <= 0xC3) goto yy212; + goto yy213; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCA) goto yy214; + if (yych <= 0xCC) goto yy111; + if (yych <= 0xCD) goto yy215; + goto yy216; + } else { + if (yych <= 0xCF) goto yy217; + if (yych == 0xD2) goto yy218; + goto yy213; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy219; + if (yych <= 0xD5) goto yy220; + if (yych <= 0xD6) goto yy221; + goto yy222; + } else { + if (yych <= 0xD8) goto yy223; + if (yych <= 0xD9) goto yy224; + if (yych <= 0xDA) goto yy213; + goto yy225; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy226; + if (yych <= 0xDD) goto yy227; + if (yych <= 0xDE) goto yy228; + goto yy229; + } else { + if (yych <= 0xE0) goto yy230; + if (yych <= 0xE1) goto yy231; + if (yych <= 0xE2) goto yy232; + goto yy233; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy111; + if (yych == 0xEA) goto yy234; + goto yy41; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy235; + goto yy236; + } else { + if (yych == 0xF3) goto yy111; + goto yy41; + } + } + } + } + } +yy44: + ++YYCURSOR; +#line 193 "scanner.re" + { return COLON; } +#line 1097 "scanner.c" +yy46: + ++YYCURSOR; +#line 194 "scanner.re" + { return SEMICOLON; } +#line 1102 "scanner.c" +yy48: + yyaccept = 8; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy111; + } else { + if (yych <= '+') goto yy111; + if (yych >= '.') goto yy111; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy49; + if (yych <= '9') goto yy111; + } else { + if (yych <= '>') goto yy111; + if (yych <= '@') goto yy49; + if (yych <= 'Z') goto yy111; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= '|') { + if (yych != '{') goto yy111; + } else { + if (yych == '~') goto yy111; + if (yych >= 0xC2) goto yy111; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy111; + } else { + if (yych <= 0xF0) goto yy111; + if (yych == 0xF3) goto yy111; + } + } + } +yy49: +#line 205 "scanner.re" + { return LESS_THAN; } +#line 1144 "scanner.c" +yy50: + yyaccept = 9; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy111; + } else { + if (yych <= '+') goto yy111; + if (yych >= '.') goto yy111; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy51; + if (yych <= '9') goto yy111; + } else { + if (yych <= '>') goto yy111; + if (yych <= '@') goto yy51; + if (yych <= 'Z') goto yy111; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= '|') { + if (yych != '{') goto yy111; + } else { + if (yych == '~') goto yy111; + if (yych >= 0xC2) goto yy111; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy111; + } else { + if (yych <= 0xF0) goto yy111; + if (yych == 0xF3) goto yy111; + } + } + } +yy51: +#line 204 "scanner.re" + { return GREATER_THAN; } +#line 1186 "scanner.c" +yy52: + ++YYCURSOR; +#line 190 "scanner.re" + { return QUESTION_MARK; } +#line 1191 "scanner.c" +yy54: + ++YYCURSOR; +#line 206 "scanner.re" + { return AT_SIGN; } +#line 1196 "scanner.c" +yy56: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xC9) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy57; + if (yych <= '$') goto yy113; + if (yych <= '%') goto yy146; + } else { + if (yych <= '\'') goto yy242; + if (yych == '+') goto yy182; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy243; + if (yych <= '.') goto yy244; + if (yych >= '0') goto yy206; + } else { + if (yych <= ';') { + if (yych <= ':') goto yy246; + } else { + if (yych <= '>') goto yy113; + if (yych >= '@') goto yy148; + } + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy247; + if (yych <= ']') goto yy57; + if (yych <= '^') goto yy113; + goto yy249; + } else { + if (yych <= '`') goto yy113; + if (yych <= 'z') goto yy247; + if (yych >= '|') goto yy113; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy113; + if (yych >= 0xC2) goto yy251; + } else { + if (yych <= 0xC5) { + if (yych <= 0xC3) goto yy252; + goto yy253; + } else { + if (yych <= 0xC6) goto yy254; + if (yych <= 0xC7) goto yy255; + goto yy253; + } + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD2) { + if (yych <= 0xCD) { + if (yych <= 0xCA) goto yy256; + if (yych <= 0xCB) goto yy257; + if (yych <= 0xCC) goto yy118; + goto yy258; + } else { + if (yych <= 0xCE) goto yy259; + if (yych <= 0xCF) goto yy260; + if (yych <= 0xD1) goto yy253; + goto yy261; + } + } else { + if (yych <= 0xD6) { + if (yych <= 0xD3) goto yy253; + if (yych <= 0xD4) goto yy262; + if (yych <= 0xD5) goto yy263; + goto yy264; + } else { + if (yych <= 0xD8) { + if (yych <= 0xD7) goto yy265; + goto yy266; + } else { + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + goto yy269; + } + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy270; + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + goto yy273; + } else { + if (yych <= 0xE0) goto yy274; + if (yych <= 0xE1) goto yy275; + if (yych <= 0xE2) goto yy276; + goto yy277; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy278; + if (yych == 0xEA) goto yy279; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy280; + goto yy281; + } else { + if (yych == 0xF3) goto yy282; + } + } + } + } + } +yy57: +#line 183 "scanner.re" + { return WORD; } +#line 1315 "scanner.c" +yy58: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + switch (yych) { + case '$': + case '<': + case '=': + case '>': + case '^': + case '`': + case '|': + case '~': goto yy113; + case '%': goto yy146; + case '\'': goto yy242; + case '+': goto yy182; + case '-': goto yy243; + case '.': goto yy244; + case '0': + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': goto yy206; + case ':': goto yy246; + case '@': goto yy148; + case 'A': + case 'B': + case 'C': + case 'D': + case 'E': + case 'F': + case 'G': + case 'H': + case 'I': + case 'J': + case 'K': + case 'L': + case 'M': + case 'N': + case 'O': + case 'P': + case 'Q': + case 'R': + case 'S': + case 'U': + case 'V': + case 'W': + case 'X': + case 'Y': + case 'Z': + case 'a': + case 'b': + case 'c': + case 'd': + case 'e': + case 'f': + case 'g': + case 'h': + case 'i': + case 'j': + case 'k': + case 'l': + case 'm': + case 'n': + case 'o': + case 'p': + case 'q': + case 'r': + case 's': + case 'u': + case 'v': + case 'w': + case 'x': + case 'y': + case 'z': goto yy247; + case 'T': + case 't': goto yy283; + case '_': goto yy249; + case 0xC2: goto yy251; + case 0xC3: goto yy252; + case 0xC4: + case 0xC5: + case 0xC8: + case 0xC9: + case 0xD0: + case 0xD1: + case 0xD3: goto yy253; + case 0xC6: goto yy254; + case 0xC7: goto yy255; + case 0xCA: goto yy256; + case 0xCB: goto yy257; + case 0xCC: goto yy118; + case 0xCD: goto yy258; + case 0xCE: goto yy259; + case 0xCF: goto yy260; + case 0xD2: goto yy261; + case 0xD4: goto yy262; + case 0xD5: goto yy263; + case 0xD6: goto yy264; + case 0xD7: goto yy265; + case 0xD8: goto yy266; + case 0xD9: goto yy267; + case 0xDA: goto yy268; + case 0xDB: goto yy269; + case 0xDC: goto yy270; + case 0xDD: goto yy271; + case 0xDE: goto yy272; + case 0xDF: goto yy273; + case 0xE0: goto yy274; + case 0xE1: goto yy275; + case 0xE2: goto yy276; + case 0xE3: goto yy277; + case 0xE4: goto yy278; + case 0xEA: goto yy279; + case 0xEF: goto yy280; + case 0xF0: goto yy281; + case 0xF3: goto yy282; + default: goto yy57; + } +yy59: + yych = *++YYCURSOR; + goto yy25; +yy60: + ++YYCURSOR; +#line 198 "scanner.re" + { return BACKSLASH; } +#line 1446 "scanner.c" +yy62: + yyaccept = 1; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy18; + if (yych <= '$') goto yy111; + goto yy146; + } else { + if (yych == '+') goto yy170; + if (yych <= ',') goto yy18; + goto yy146; + } + } else { + if (yych <= ';') { + if (yych <= '.') goto yy172; + if (yych <= '/') goto yy18; + if (yych <= '9') goto yy284; + goto yy18; + } else { + if (yych <= '>') goto yy111; + if (yych <= '?') goto yy18; + if (yych <= '@') goto yy148; + goto yy286; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= ']') goto yy18; + if (yych <= '^') goto yy111; + goto yy209; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy286; + if (yych <= '{') goto yy18; + goto yy111; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy111; + if (yych <= 0xC1) goto yy18; + goto yy288; + } else { + if (yych <= 0xC3) goto yy289; + if (yych <= 0xC9) goto yy290; + if (yych <= 0xCA) goto yy291; + goto yy111; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy292; + if (yych <= 0xCE) goto yy293; + goto yy294; + } else { + if (yych == 0xD2) goto yy295; + if (yych <= 0xD3) goto yy290; + goto yy296; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy297; + if (yych <= 0xD6) goto yy298; + if (yych <= 0xD7) goto yy299; + goto yy300; + } else { + if (yych <= 0xD9) goto yy301; + if (yych <= 0xDA) goto yy290; + if (yych <= 0xDB) goto yy302; + goto yy303; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy304; + if (yych <= 0xDE) goto yy305; + if (yych <= 0xDF) goto yy306; + goto yy307; + } else { + if (yych <= 0xE1) goto yy308; + if (yych <= 0xE2) goto yy309; + if (yych <= 0xE3) goto yy310; + goto yy111; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy311; + if (yych <= 0xEE) goto yy18; + goto yy312; + } else { + if (yych <= 0xF0) goto yy313; + if (yych == 0xF3) goto yy111; + goto yy18; + } + } + } + } +yy63: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + goto yy5; + } else { + if (yych <= 0xA0) goto yy8; + if (yych <= 0xA1) goto yy28; + goto yy17; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0xA7) goto yy28; + if (yych <= 0xA9) goto yy17; + goto yy314; + } else { + if (yych <= 0xAB) goto yy315; + if (yych <= 0xAC) goto yy17; + goto yy5; + } + } + } else { + if (yych <= 0xB8) { + if (yych <= 0xB4) { + if (yych <= 0xB1) goto yy17; + if (yych <= 0xB3) goto yy317; + goto yy17; + } else { + if (yych <= 0xB5) goto yy319; + if (yych <= 0xB7) goto yy28; + goto yy17; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB9) goto yy317; + if (yych <= 0xBA) goto yy314; + goto yy320; + } else { + if (yych <= 0xBE) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } + } +yy64: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy319; + goto yy17; + } else { + if (yych == 0xB7) goto yy17; + if (yych <= 0xBF) goto yy319; + goto yy2; + } +yy65: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy319; + goto yy2; +yy66: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBB) goto yy314; + if (yych <= 0xBF) goto yy319; + goto yy2; +yy67: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy314; + if (yych <= 0xBF) goto yy319; + goto yy2; +yy68: + yych = *++YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy319; + goto yy314; + } else { + if (yych <= 0xAF) goto yy319; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy69: + yych = *++YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy28; + goto yy17; + } else { + if (yych <= 0x91) goto yy28; + if (yych <= 0x9F) goto yy17; + goto yy28; + } + } else { + if (yych <= 0xAD) { + if (yych == 0xAC) goto yy28; + goto yy17; + } else { + if (yych <= 0xAE) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } +yy70: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy71: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy17; + } else { + if (yych <= 0xB3) goto yy319; + if (yych <= 0xB4) goto yy28; + goto yy17; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy319; + if (yych <= 0xBA) goto yy28; + goto yy319; + } else { + if (yych <= 0xBE) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; + } + } +yy72: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy28; + goto yy17; + } else { + if (yych == 0x87) goto yy28; + goto yy319; + } + } else { + if (yych <= 0x8D) { + if (yych == 0x8C) goto yy319; + goto yy28; + } else { + if (yych == 0xA2) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; + } + } +yy73: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy17; + if (yych <= 0xBF) goto yy319; + goto yy2; +yy74: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy319; + if (yych <= 0x89) goto yy17; + if (yych <= 0xBF) goto yy319; + goto yy2; +yy75: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; +yy76: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy319; + if (yych <= 0xA0) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; +yy77: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy319; + } else { + if (yych == 0x8A) goto yy322; + goto yy28; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy28; + goto yy17; + } else { + if (yych <= 0xBE) goto yy322; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } +yy78: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy28; + goto yy17; + } else { + if (yych <= 0x83) goto yy28; + if (yych <= 0x85) goto yy17; + goto yy28; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy17; + if (yych <= 0x8F) goto yy28; + goto yy324; + } else { + if (yych <= 0xAF) goto yy28; + if (yych <= 0xB2) goto yy324; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy79: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5; + goto yy17; + } else { + if (yych == 0x8B) goto yy17; + goto yy28; + } + } else { + if (yych <= 0x9C) { + if (yych <= 0x9A) goto yy17; + if (yych <= 0x9B) goto yy28; + goto yy5; + } else { + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } +yy80: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy28; + goto yy314; + } else { + if (yych <= 0x9F) goto yy17; + if (yych <= 0xA9) goto yy325; + goto yy28; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy325; + if (yych <= 0xAD) goto yy28; + goto yy314; + } else { + if (yych <= 0xB0) goto yy17; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } +yy81: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy314; + goto yy2; +yy82: + yych = *++YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy314; + goto yy28; + } else { + if (yych <= 0x95) goto yy314; + if (yych == 0x9D) goto yy5; + goto yy17; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy28; + if (yych <= 0xAD) goto yy17; + if (yych <= 0xAF) goto yy314; + goto yy325; + } else { + if (yych <= 0xBC) goto yy314; + if (yych <= 0xBE) goto yy17; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } +yy83: + yych = *++YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy28; + if (yych <= 0x8F) goto yy5; + goto yy314; + } else { + if (yych <= 0x91) goto yy17; + if (yych <= 0xAF) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy84: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy17; + if (yych <= 0x8C) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; +yy85: + yych = *++YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy314; + goto yy17; + } else { + if (yych <= 0xB1) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy86: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + if (yych <= 0xAA) goto yy314; + goto yy17; + } else { + if (yych == 0xB6) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy87: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: goto yy327; + case 0xA1: goto yy328; + case 0xA2: goto yy329; + case 0xA3: goto yy330; + case 0xA4: goto yy331; + case 0xA5: goto yy332; + case 0xA6: goto yy333; + case 0xA7: goto yy334; + case 0xA8: goto yy335; + case 0xA9: goto yy336; + case 0xAA: goto yy337; + case 0xAB: goto yy338; + case 0xAC: goto yy339; + case 0xAD: goto yy340; + case 0xAE: goto yy341; + case 0xAF: goto yy342; + case 0xB0: goto yy343; + case 0xB1: goto yy344; + case 0xB2: goto yy345; + case 0xB3: goto yy346; + case 0xB4: goto yy347; + case 0xB5: goto yy348; + case 0xB6: goto yy349; + case 0xB7: goto yy350; + case 0xB8: goto yy351; + case 0xB9: goto yy352; + case 0xBA: goto yy353; + case 0xBB: goto yy354; + case 0xBC: goto yy355; + case 0xBD: goto yy356; + case 0xBE: goto yy357; + case 0xBF: goto yy358; + default: goto yy2; + } +yy88: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy359; + case 0x81: goto yy360; + case 0x82: goto yy361; + case 0x83: goto yy362; + case 0x84: goto yy363; + case 0x85: goto yy364; + case 0x86: goto yy365; + case 0x87: goto yy366; + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: goto yy81; + case 0x89: goto yy367; + case 0x8A: goto yy368; + case 0x8B: goto yy369; + case 0x8C: goto yy370; + case 0x8D: goto yy371; + case 0x8E: goto yy372; + case 0x8F: goto yy373; + case 0x90: goto yy374; + case 0x99: goto yy375; + case 0x9A: goto yy376; + case 0x9B: goto yy377; + case 0x9C: goto yy378; + case 0x9D: goto yy379; + case 0x9E: goto yy380; + case 0x9F: goto yy381; + case 0xA0: goto yy382; + case 0xA1: goto yy383; + case 0xA2: goto yy384; + case 0xA3: goto yy385; + case 0xA4: goto yy386; + case 0xA5: goto yy387; + case 0xA6: + case 0xAB: + case 0xB2: goto yy388; + case 0xA7: goto yy389; + case 0xA8: goto yy390; + case 0xA9: goto yy391; + case 0xAA: goto yy392; + case 0xAC: goto yy393; + case 0xAD: goto yy394; + case 0xAE: goto yy395; + case 0xAF: goto yy396; + case 0xB0: goto yy397; + case 0xB1: goto yy398; + case 0xB3: goto yy399; + case 0xB4: goto yy400; + case 0xB5: goto yy401; + case 0xB6: goto yy402; + case 0xB7: goto yy403; + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy65; + case 0xBC: goto yy404; + case 0xBD: goto yy405; + case 0xBE: goto yy406; + case 0xBF: goto yy407; + default: goto yy2; + } +yy89: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy408; + case 0x81: goto yy409; + case 0x82: goto yy410; + case 0x83: goto yy411; + case 0x84: goto yy412; + case 0x85: goto yy413; + case 0x86: goto yy414; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: goto yy70; + case 0x88: goto yy415; + case 0x8C: goto yy416; + case 0x8F: goto yy417; + case 0x90: goto yy418; + case 0x91: goto yy419; + case 0x92: goto yy420; + case 0x93: goto yy421; + case 0x9D: goto yy422; + case 0x9E: goto yy423; + case 0x9F: goto yy424; + case 0xA6: goto yy425; + case 0xA7: goto yy426; + case 0xAD: goto yy427; + case 0xAE: goto yy428; + case 0xAF: goto yy429; + case 0xB0: goto yy430; + case 0xB1: goto yy431; + case 0xB2: goto yy65; + case 0xB3: goto yy432; + case 0xB4: goto yy433; + case 0xB5: goto yy434; + case 0xB6: goto yy435; + case 0xB7: goto yy436; + case 0xB8: goto yy437; + case 0xB9: goto yy438; + case 0xBA: goto yy439; + case 0xBB: goto yy440; + case 0xBC: + case 0xBD: + case 0xBE: goto yy441; + case 0xBF: goto yy442; + default: goto yy2; + } +yy90: + yych = *++YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy443; + if (yych <= 0x81) goto yy444; + goto yy445; + } else { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy446; + goto yy447; + } else { + if (yych <= 0x85) goto yy448; + if (yych <= 0x86) goto yy449; + goto yy450; + } + } + } else { + if (yych <= 0x8B) { + if (yych <= 0x88) goto yy451; + if (yych <= 0x89) goto yy452; + if (yych <= 0x8A) goto yy453; + goto yy454; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8C) goto yy455; + goto yy456; + } else { + if (yych <= 0x8F) goto yy70; + if (yych <= 0xBF) goto yy448; + goto yy2; + } + } + } +yy91: + yych = *++YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy448; + goto yy457; + } else { + if (yych <= 0xB7) goto yy70; + if (yych <= 0xBF) goto yy448; + goto yy2; + } +yy92: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy448; + goto yy2; +yy93: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy448; + if (yych <= 0xBF) goto yy458; + goto yy2; +yy94: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: goto yy448; + case 0x92: goto yy459; + case 0x93: goto yy460; + case 0x94: + case 0x95: + case 0x96: + case 0x97: goto yy81; + case 0x98: goto yy461; + case 0x99: goto yy462; + case 0x9A: goto yy463; + case 0x9B: goto yy464; + case 0x9C: goto yy465; + case 0x9D: goto yy75; + case 0x9E: goto yy466; + case 0x9F: goto yy467; + case 0xA0: goto yy468; + case 0xA1: goto yy469; + case 0xA2: goto yy470; + case 0xA3: goto yy471; + case 0xA4: goto yy472; + case 0xA5: goto yy473; + case 0xA6: goto yy474; + case 0xA7: goto yy475; + case 0xA8: goto yy476; + case 0xA9: goto yy477; + case 0xAA: goto yy478; + case 0xAB: goto yy479; + case 0xAC: goto yy480; + case 0xAD: goto yy481; + case 0xAE: goto yy65; + case 0xAF: goto yy482; + case 0xB0: + case 0xB7: + case 0xBE: goto yy483; + case 0xB1: + case 0xB8: + case 0xBF: goto yy484; + case 0xB2: + case 0xB9: goto yy485; + case 0xB3: + case 0xBA: goto yy486; + case 0xB4: + case 0xBB: goto yy487; + case 0xB5: + case 0xBC: goto yy488; + case 0xB6: + case 0xBD: goto yy489; + default: goto yy2; + } +yy95: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x87: + case 0x8E: + case 0x95: + case 0x9C: + case 0xA3: + case 0xAA: + case 0xB1: + case 0xB8: + case 0xBF: goto yy485; + case 0x81: + case 0x88: + case 0x8F: + case 0x96: + case 0x9D: + case 0xA4: + case 0xAB: + case 0xB2: + case 0xB9: goto yy486; + case 0x82: + case 0x89: + case 0x90: + case 0x97: + case 0x9E: + case 0xA5: + case 0xAC: + case 0xB3: + case 0xBA: goto yy487; + case 0x83: + case 0x8A: + case 0x91: + case 0x98: + case 0x9F: + case 0xA6: + case 0xAD: + case 0xB4: + case 0xBB: goto yy488; + case 0x84: + case 0x8B: + case 0x92: + case 0x99: + case 0xA0: + case 0xA7: + case 0xAE: + case 0xB5: + case 0xBC: goto yy489; + case 0x85: + case 0x8C: + case 0x93: + case 0x9A: + case 0xA1: + case 0xA8: + case 0xAF: + case 0xB6: + case 0xBD: goto yy483; + case 0x86: + case 0x8D: + case 0x94: + case 0x9B: + case 0xA2: + case 0xA9: + case 0xB0: + case 0xB7: + case 0xBE: goto yy484; + default: goto yy2; + } +yy96: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x87: + case 0x8E: + case 0x95: + case 0x9C: + case 0xA3: + case 0xAA: + case 0xB1: + case 0xB8: + case 0xBF: goto yy486; + case 0x81: + case 0x88: + case 0x8F: + case 0x96: + case 0x9D: + case 0xA4: + case 0xAB: + case 0xB2: + case 0xB9: goto yy487; + case 0x82: + case 0x89: + case 0x90: + case 0x97: + case 0x9E: + case 0xA5: + case 0xAC: + case 0xB3: + case 0xBA: goto yy488; + case 0x83: + case 0x8A: + case 0x91: + case 0x98: + case 0x9F: + case 0xA6: + case 0xAD: + case 0xB4: + case 0xBB: goto yy489; + case 0x84: + case 0x8B: + case 0x92: + case 0x99: + case 0xA0: + case 0xA7: + case 0xAE: + case 0xB5: + case 0xBC: goto yy483; + case 0x85: + case 0x8C: + case 0x93: + case 0x9A: + case 0xA1: + case 0xA8: + case 0xAF: + case 0xB6: + case 0xBD: goto yy484; + case 0x86: + case 0x8D: + case 0x94: + case 0x9B: + case 0xA2: + case 0xA9: + case 0xB0: + case 0xB7: + case 0xBE: goto yy485; + default: goto yy2; + } +yy97: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x87: + case 0x8E: + case 0x95: + case 0x9C: goto yy487; + case 0x81: + case 0x88: + case 0x8F: + case 0x96: + case 0x9D: goto yy488; + case 0x82: + case 0x89: + case 0x90: + case 0x97: goto yy489; + case 0x83: + case 0x8A: + case 0x91: + case 0x98: goto yy483; + case 0x84: + case 0x8B: + case 0x92: + case 0x99: goto yy484; + case 0x85: + case 0x8C: + case 0x93: + case 0x9A: goto yy485; + case 0x86: + case 0x8D: + case 0x94: + case 0x9B: goto yy486; + case 0x9E: goto yy490; + case 0x9F: goto yy491; + case 0xA0: + case 0xAE: + case 0xB0: goto yy492; + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBE: goto yy388; + case 0xAD: + case 0xAF: + case 0xBF: goto yy493; + default: goto yy2; + } +yy98: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy494; + if (yych <= 0xBF) goto yy388; + goto yy2; +yy99: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: goto yy388; + case 0xA3: goto yy495; + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xAA: goto yy448; + case 0xA9: goto yy496; + case 0xAB: goto yy497; + case 0xAC: goto yy498; + case 0xAD: goto yy499; + case 0xAE: goto yy500; + case 0xAF: goto yy501; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy81; + case 0xB4: goto yy502; + case 0xB5: goto yy503; + case 0xB6: goto yy504; + case 0xB7: goto yy505; + case 0xB8: goto yy506; + case 0xB9: goto yy507; + case 0xBB: goto yy508; + case 0xBC: goto yy509; + case 0xBD: goto yy510; + case 0xBE: goto yy511; + case 0xBF: goto yy512; + default: goto yy2; + } +yy100: + yych = *++YYCURSOR; + switch (yych) { + case 0x90: goto yy513; + case 0x91: goto yy514; + case 0x92: goto yy515; + case 0x93: goto yy516; + case 0x94: goto yy517; + case 0x95: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0xAD: + case 0xAE: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy518; + case 0x96: goto yy519; + case 0x9B: goto yy520; + case 0x9D: goto yy521; + case 0x9E: goto yy522; + case 0x9F: goto yy523; + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy92; + case 0xAA: goto yy524; + case 0xAB: goto yy525; + case 0xAC: goto yy526; + case 0xAF: goto yy527; + default: goto yy2; + } +yy101: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy518; + goto yy2; +yy102: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA0) goto yy528; + goto yy518; + } else { + if (yych <= 0xB0) goto yy98; + if (yych <= 0xBE) goto yy518; + if (yych <= 0xBF) goto yy529; + goto yy2; + } +yy103: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy98; + if (yych <= 0x8E) goto yy518; + if (yych <= 0x8F) goto yy529; + goto yy2; +yy104: + ++YYCURSOR; +#line 187 "scanner.re" + { return NEWLINE; } +#line 2558 "scanner.c" +yy106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy8; + goto yy2; +yy107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x9A) goto yy530; + goto yy2; +yy108: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy531; + if (yych <= 0x81) goto yy532; + goto yy2; +yy109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy530; + goto yy2; +yy110: + ++YYCURSOR; + yych = *YYCURSOR; +yy111: + if (yybm[256+yych] & 1) { + goto yy110; + } + if (yych <= 0xD6) { + if (yych <= 0xCA) { + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '-') goto yy2; + } else { + if (yych <= '@') goto yy2; + if (yych <= 'Z') goto yy113; + goto yy2; + } + } else { + if (yych <= 0xC2) { + if (yych <= 'z') goto yy113; + if (yych <= 0xC1) goto yy2; + goto yy116; + } else { + if (yych <= 0xC3) goto yy117; + if (yych <= 0xC9) goto yy118; + goto yy119; + } + } + } else { + if (yych <= 0xCF) { + if (yych <= 0xCC) { + if (yych <= 0xCB) goto yy120; + goto yy121; + } else { + if (yych <= 0xCD) goto yy122; + if (yych <= 0xCE) goto yy123; + goto yy124; + } + } else { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy125; + goto yy118; + } else { + if (yych <= 0xD4) goto yy126; + if (yych <= 0xD5) goto yy127; + goto yy128; + } + } + } + } else { + if (yych <= 0xE1) { + if (yych <= 0xDB) { + if (yych <= 0xD8) { + if (yych <= 0xD7) goto yy129; + goto yy130; + } else { + if (yych <= 0xD9) goto yy131; + if (yych <= 0xDA) goto yy118; + goto yy132; + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xDC) goto yy133; + if (yych <= 0xDD) goto yy134; + goto yy135; + } else { + if (yych <= 0xDF) goto yy136; + if (yych <= 0xE0) goto yy137; + goto yy138; + } + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) { + if (yych <= 0xE2) goto yy139; + goto yy140; + } else { + if (yych <= 0xE4) goto yy141; + if (yych <= 0xE9) goto yy2; + goto yy142; + } + } else { + if (yych <= 0xF0) { + if (yych <= 0xEE) goto yy2; + if (yych <= 0xEF) goto yy143; + goto yy144; + } else { + if (yych == 0xF3) goto yy145; + goto yy2; + } + } + } + } +yy112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= ']') { + if (yych <= '-') { + if (yych <= '*') { + if (yych == '$') goto yy533; + goto yy2; + } else { + if (yych <= '+') goto yy533; + if (yych <= ',') goto yy2; + goto yy535; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy533; + goto yy2; + } else { + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy2; + if (yych <= 'Z') goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '|') { + if (yych == '{') goto yy2; + goto yy533; + } else { + if (yych == '~') goto yy533; + goto yy2; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) goto yy536; + if (yych <= 0xC9) goto yy537; + goto yy538; + } else { + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy540; + goto yy541; + } + } + } + } else { + if (yych <= 0xDF) { + if (yych <= 0xD8) { + if (yych <= 0xD5) { + if (yych <= 0xD3) goto yy537; + if (yych <= 0xD4) goto yy542; + goto yy543; + } else { + if (yych <= 0xD6) goto yy544; + if (yych <= 0xD7) goto yy545; + goto yy546; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD9) goto yy547; + if (yych <= 0xDA) goto yy537; + goto yy548; + } else { + if (yych <= 0xDC) goto yy549; + if (yych <= 0xDD) goto yy550; + if (yych <= 0xDE) goto yy551; + goto yy552; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE2) { + if (yych <= 0xE0) goto yy553; + if (yych <= 0xE1) goto yy554; + goto yy555; + } else { + if (yych <= 0xE3) goto yy556; + if (yych <= 0xE4) goto yy557; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy558; + if (yych <= 0xEE) goto yy2; + goto yy559; + } else { + if (yych <= 0xF0) goto yy560; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy113: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; +yy114: + if (yybm[256+yych] & 2) { + goto yy113; + } + if (yych <= 0xD9) { + if (yych <= 0xCC) { + if (yych <= 0xC1) { + if (yych <= ',') goto yy115; + if (yych <= '-') goto yy562; + if (yych <= '.') goto yy112; + } else { + if (yych <= 0xC9) { + if (yych <= 0xC2) goto yy563; + goto yy118; + } else { + if (yych <= 0xCA) goto yy119; + if (yych <= 0xCB) goto yy564; + goto yy118; + } + } + } else { + if (yych <= 0xD4) { + if (yych <= 0xCD) goto yy565; + if (yych <= 0xCE) goto yy566; + if (yych <= 0xD3) goto yy118; + goto yy126; + } else { + if (yych <= 0xD6) { + if (yych <= 0xD5) goto yy127; + goto yy567; + } else { + if (yych <= 0xD7) goto yy568; + if (yych <= 0xD8) goto yy569; + goto yy570; + } + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDD) { + if (yych <= 0xDA) goto yy118; + if (yych <= 0xDB) goto yy571; + if (yych <= 0xDC) goto yy572; + goto yy573; + } else { + if (yych <= 0xDF) { + if (yych <= 0xDE) goto yy574; + goto yy575; + } else { + if (yych <= 0xE0) goto yy576; + if (yych <= 0xE1) goto yy577; + goto yy578; + } + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) { + if (yych <= 0xE3) goto yy579; + goto yy278; + } else { + if (yych == 0xEA) goto yy580; + } + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy581; + goto yy582; + } else { + if (yych == 0xF3) goto yy282; + } + } + } + } +yy115: +#line 185 "scanner.re" + { return WORD; } +#line 2849 "scanner.c" +yy116: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy110; + case 0xAA: + case 0xB5: + case 0xBA: goto yy113; + default: goto yy2; + } +yy117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy110; + } else { + if (yych == 0xB7) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy113; + goto yy2; +yy120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + goto yy110; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x9F) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych == 0xAC) goto yy2; + goto yy110; + } else { + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0xB3) goto yy113; + if (yych <= 0xB4) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy113; + if (yych <= 0xBA) goto yy2; + goto yy113; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } +yy123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy110; + goto yy113; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy113; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x89) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy113; + if (yych <= 0x8C) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy110; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } +yy129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy113; + goto yy2; + } + } +yy130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy110; + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy113; + if (yych <= 0x9F) goto yy110; + goto yy2; + } else { + if (yych == 0xB0) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy113; + goto yy2; + } else { + if (yych <= 0x95) goto yy113; + if (yych == 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy113; + goto yy2; + } else { + if (yych <= 0xBC) goto yy113; + if (yych <= 0xBE) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy113; + goto yy110; + } else { + if (yych <= 0xAF) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy110; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy113; + if (yych <= 0xB0) goto yy110; + if (yych <= 0xB1) goto yy113; + goto yy2; +yy136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy113; + goto yy110; + } else { + if (yych == 0xB6) goto yy110; + goto yy2; + } +yy137: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy583; + case 0xA1: goto yy584; + case 0xA2: goto yy585; + case 0xA3: goto yy586; + case 0xA4: goto yy587; + case 0xA5: goto yy588; + case 0xA6: goto yy589; + case 0xA7: goto yy590; + case 0xA8: goto yy591; + case 0xA9: goto yy592; + case 0xAA: goto yy593; + case 0xAB: goto yy594; + case 0xAC: goto yy595; + case 0xAD: goto yy596; + case 0xAE: goto yy597; + case 0xAF: goto yy598; + case 0xB0: goto yy599; + case 0xB1: goto yy600; + case 0xB2: goto yy601; + case 0xB3: goto yy602; + case 0xB4: goto yy603; + case 0xB5: goto yy604; + case 0xB6: goto yy605; + case 0xB7: goto yy606; + case 0xB8: goto yy607; + case 0xB9: goto yy608; + case 0xBA: goto yy609; + case 0xBB: goto yy610; + case 0xBC: goto yy611; + case 0xBD: goto yy612; + case 0xBE: goto yy613; + case 0xBF: goto yy614; + default: goto yy2; + } +yy138: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy615; + case 0x81: goto yy616; + case 0x82: goto yy617; + case 0x83: goto yy618; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy118; + case 0x89: goto yy619; + case 0x8A: goto yy620; + case 0x8B: goto yy621; + case 0x8C: goto yy622; + case 0x8D: goto yy623; + case 0x8E: goto yy624; + case 0x8F: goto yy625; + case 0x90: goto yy626; + case 0x99: goto yy627; + case 0x9A: goto yy628; + case 0x9B: goto yy629; + case 0x9C: goto yy630; + case 0x9D: goto yy631; + case 0x9E: goto yy632; + case 0x9F: goto yy633; + case 0xA0: goto yy634; + case 0xA1: goto yy635; + case 0xA2: goto yy636; + case 0xA3: goto yy637; + case 0xA4: goto yy638; + case 0xA5: goto yy639; + case 0xA7: goto yy640; + case 0xA8: goto yy641; + case 0xA9: goto yy642; + case 0xAA: goto yy643; + case 0xAC: goto yy644; + case 0xAD: goto yy645; + case 0xAE: goto yy646; + case 0xAF: goto yy647; + case 0xB0: goto yy648; + case 0xB1: goto yy649; + case 0xB3: goto yy650; + case 0xB4: goto yy651; + case 0xB5: goto yy652; + case 0xB6: goto yy653; + case 0xB7: goto yy654; + case 0xBC: goto yy655; + case 0xBD: goto yy656; + case 0xBE: goto yy657; + case 0xBF: goto yy658; + default: goto yy2; + } +yy139: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy659; + case 0x81: goto yy660; + case 0x82: goto yy661; + case 0x83: goto yy662; + case 0x84: goto yy663; + case 0x85: goto yy664; + case 0x86: goto yy665; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy121; + case 0x8C: goto yy666; + case 0x8F: goto yy667; + case 0x90: goto yy668; + case 0x91: goto yy669; + case 0x92: goto yy670; + case 0x93: goto yy671; + case 0x9D: goto yy672; + case 0x9E: goto yy673; + case 0x9F: goto yy674; + case 0xA6: goto yy675; + case 0xA7: goto yy676; + case 0xAD: goto yy677; + case 0xAE: goto yy678; + case 0xAF: goto yy679; + case 0xB0: goto yy680; + case 0xB1: goto yy681; + case 0xB2: goto yy118; + case 0xB3: goto yy682; + case 0xB4: goto yy683; + case 0xB5: goto yy684; + case 0xB6: goto yy685; + case 0xB7: goto yy686; + case 0xBA: goto yy687; + case 0xBB: goto yy688; + case 0xBF: goto yy689; + default: goto yy2; + } +yy140: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy690; + case 0x82: goto yy691; + case 0x84: goto yy692; + case 0x86: goto yy693; + case 0x87: goto yy694; + case 0x88: goto yy695; + case 0x89: goto yy696; + case 0x8A: goto yy697; + case 0x8B: goto yy698; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy121; + default: goto yy2; + } +yy141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy121; + goto yy2; +yy142: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy699; + case 0x93: goto yy700; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy118; + case 0x98: goto yy701; + case 0x99: goto yy702; + case 0x9A: goto yy703; + case 0x9B: goto yy704; + case 0x9C: goto yy705; + case 0x9D: goto yy126; + case 0x9E: goto yy706; + case 0x9F: goto yy707; + case 0xA0: goto yy708; + case 0xA1: goto yy709; + case 0xA2: goto yy710; + case 0xA3: goto yy711; + case 0xA4: goto yy712; + case 0xA5: goto yy713; + case 0xA6: goto yy714; + case 0xA7: goto yy715; + case 0xA8: goto yy716; + case 0xA9: goto yy717; + case 0xAA: goto yy718; + case 0xAB: goto yy719; + case 0xAC: goto yy720; + case 0xAD: goto yy721; + case 0xAF: goto yy722; + default: goto yy2; + } +yy143: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy723; + case 0xAD: goto yy724; + case 0xAE: goto yy725; + case 0xAF: goto yy726; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy118; + case 0xB4: goto yy727; + case 0xB5: goto yy572; + case 0xB6: goto yy728; + case 0xB7: goto yy729; + case 0xB8: goto yy730; + case 0xB9: goto yy731; + case 0xBB: goto yy732; + case 0xBC: goto yy733; + case 0xBD: goto yy734; + case 0xBF: goto yy735; + default: goto yy2; + } +yy144: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy736; + case 0x91: goto yy737; + case 0x92: goto yy738; + case 0x93: goto yy739; + case 0x94: goto yy740; + case 0x96: goto yy741; + case 0x9B: goto yy742; + case 0x9D: goto yy743; + case 0x9E: goto yy744; + case 0x9F: goto yy745; + default: goto yy2; + } +yy145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy746; + goto yy2; +yy146: + ++YYCURSOR; + yych = *YYCURSOR; +yy147: + if (yybm[256+yych] & 4) { + goto yy146; + } + if (yych != '@') goto yy2; +yy148: + yych = *++YYCURSOR; + if (yych == '.') goto yy2; + goto yy748; +yy149: + ++YYCURSOR; + yych = *YYCURSOR; +yy150: + if (yybm[256+yych] & 8) { + goto yy149; + } + if (yych <= 0xCF) { + if (yych <= 0xC6) { + if (yych <= 0xC1) { + if (yych == '\'') goto yy749; + goto yy2; + } else { + if (yych <= 0xC2) goto yy151; + if (yych <= 0xC3) goto yy152; + if (yych <= 0xC5) goto yy153; + goto yy154; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC7) goto yy155; + if (yych <= 0xC9) goto yy153; + goto yy156; + } else { + if (yych <= 0xCC) goto yy2; + if (yych <= 0xCD) goto yy157; + if (yych <= 0xCE) goto yy158; + goto yy159; + } + } + } else { + if (yych <= 0xE0) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy160; + goto yy153; + } else { + if (yych <= 0xD4) goto yy161; + if (yych <= 0xD5) goto yy162; + if (yych <= 0xD6) goto yy163; + goto yy2; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE1) goto yy164; + if (yych <= 0xE2) goto yy165; + if (yych <= 0xE9) goto yy2; + goto yy166; + } else { + if (yych <= 0xEE) goto yy2; + if (yych <= 0xEF) goto yy167; + if (yych <= 0xF0) goto yy168; + goto yy2; + } + } + } +yy151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB5) goto yy149; + goto yy2; +yy152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy149; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; + } +yy153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBB) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x94) goto yy2; + if (yych <= 0xAF) goto yy149; + goto yy2; +yy157: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy149; + default: goto yy2; + } +yy158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy149; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy149; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy149; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; + } + } +yy159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy149; + if (yych <= 0x89) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy149; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy149; + goto yy2; +yy164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB4) { + if (yych <= 0x8D) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x82) goto yy750; + if (yych <= 0x83) goto yy751; + goto yy2; + } else { + if (yych <= 0x8E) goto yy750; + if (yych <= 0x8F) goto yy752; + if (yych <= 0xB3) goto yy2; + goto yy753; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB5) goto yy754; + if (yych <= 0xB6) goto yy755; + if (yych <= 0xB7) goto yy2; + goto yy153; + } else { + if (yych <= 0xBD) { + if (yych <= 0xBC) goto yy756; + goto yy757; + } else { + if (yych <= 0xBE) goto yy758; + if (yych <= 0xBF) goto yy759; + goto yy2; + } + } + } +yy165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy760; + } else { + if (yych <= 0x85) goto yy761; + if (yych <= 0x86) goto yy762; + goto yy2; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB0) goto yy763; + if (yych <= 0xB1) goto yy764; + goto yy153; + } else { + if (yych <= 0xB3) goto yy765; + if (yych <= 0xB4) goto yy766; + goto yy2; + } + } +yy166: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x99: goto yy767; + case 0x9A: goto yy768; + case 0x9C: goto yy769; + case 0x9D: goto yy161; + case 0x9E: goto yy770; + case 0x9F: goto yy771; + case 0xAC: goto yy772; + case 0xAD: goto yy773; + case 0xAE: goto yy153; + default: goto yy2; + } +yy167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBB) { + if (yych == 0xAC) goto yy774; + goto yy2; + } else { + if (yych <= 0xBC) goto yy775; + if (yych <= 0xBD) goto yy776; + goto yy2; + } +yy168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy777; + goto yy778; + } else { + if (yych == 0x9D) goto yy779; + goto yy2; + } +yy169: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '8') goto yy780; + goto yy2; +yy170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[256+yych] & 16) { + goto yy170; + } + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= ';') { + if (yych <= '%') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy110; + goto yy146; + } else { + if (yych <= ',') goto yy2; + if (yych <= '-') goto yy146; + if (yych >= '/') goto yy2; + } + } else { + if (yych <= '@') { + if (yych <= '>') goto yy110; + if (yych <= '?') goto yy2; + goto yy148; + } else { + if (yych <= 'Z') goto yy182; + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy110; + goto yy182; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy110; + goto yy2; + } else { + if (yych <= '~') goto yy110; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy116; + goto yy117; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy118; + if (yych <= 0xCA) goto yy119; + goto yy120; + } else { + if (yych <= 0xCC) goto yy121; + if (yych <= 0xCD) goto yy122; + if (yych <= 0xCE) goto yy123; + goto yy124; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy125; + goto yy118; + } else { + if (yych <= 0xD4) goto yy126; + if (yych <= 0xD5) goto yy127; + if (yych <= 0xD6) goto yy128; + goto yy129; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy130; + if (yych <= 0xD9) goto yy131; + goto yy118; + } else { + if (yych <= 0xDB) goto yy132; + if (yych <= 0xDC) goto yy133; + if (yych <= 0xDD) goto yy134; + goto yy135; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy136; + if (yych <= 0xE0) goto yy137; + goto yy138; + } else { + if (yych <= 0xE2) goto yy139; + if (yych <= 0xE3) goto yy140; + if (yych <= 0xE4) goto yy141; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy142; + if (yych <= 0xEE) goto yy2; + goto yy143; + } else { + if (yych <= 0xF0) goto yy144; + if (yych == 0xF3) goto yy145; + goto yy2; + } + } + } + } +yy172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy533; + goto yy146; + } else { + if (yych == '+') goto yy781; + if (yych <= ',') goto yy2; + goto yy783; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy146; + if (yych <= '/') goto yy2; + goto yy781; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy533; + if (yych <= '?') goto yy2; + goto yy148; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= 'Z') goto yy781; + if (yych <= ']') goto yy2; + goto yy533; + } else { + if (yych == '`') goto yy533; + if (yych <= 'z') goto yy781; + goto yy2; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy2; + if (yych <= '~') goto yy533; + goto yy2; + } else { + if (yych <= 0xC2) goto yy536; + if (yych <= 0xC9) goto yy537; + if (yych <= 0xCA) goto yy538; + goto yy539; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xCE) { + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy540; + goto yy541; + } else { + if (yych <= 0xD3) goto yy537; + if (yych <= 0xD4) goto yy542; + if (yych <= 0xD5) goto yy543; + goto yy544; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy545; + if (yych <= 0xD8) goto yy546; + goto yy547; + } else { + if (yych <= 0xDA) goto yy537; + if (yych <= 0xDB) goto yy548; + if (yych <= 0xDC) goto yy549; + goto yy550; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy551; + if (yych <= 0xDF) goto yy552; + goto yy553; + } else { + if (yych <= 0xE1) goto yy554; + if (yych <= 0xE2) goto yy555; + if (yych <= 0xE3) goto yy556; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy558; + if (yych <= 0xEE) goto yy2; + goto yy559; + } else { + if (yych <= 0xF0) goto yy560; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy173: + yych = *++YYCURSOR; + if (yych <= '1') { + if (yych <= ')') { + if (yych <= '$') { + if (yych == ' ') goto yy784; + goto yy111; + } else { + if (yych <= '%') goto yy146; + if (yych <= '\'') goto yy111; + if (yych <= '(') goto yy785; + goto yy786; + } + } else { + if (yych <= ',') { + if (yych == '+') goto yy170; + goto yy111; + } else { + if (yych <= '-') goto yy787; + if (yych <= '.') goto yy788; + if (yych <= '/') goto yy786; + goto yy789; + } + } + } else { + if (yych <= '`') { + if (yych <= '@') { + if (yych <= '9') goto yy790; + if (yych <= '?') goto yy111; + goto yy148; + } else { + if (yych <= 'Z') goto yy182; + if (yych == '_') goto yy170; + goto yy111; + } + } else { + if (yych <= 0xE0) { + if (yych <= 'z') goto yy182; + if (yych == 0xC2) goto yy791; + goto yy111; + } else { + if (yych <= 0xE1) goto yy792; + if (yych <= 0xE2) goto yy793; + if (yych <= 0xE3) goto yy794; + goto yy111; + } + } + } +yy174: + yych = *++YYCURSOR; + if (yych <= '6') { + if (yych <= ',') { + if (yych <= '%') { + if (yych <= '$') goto yy111; + goto yy146; + } else { + if (yych == '+') goto yy170; + goto yy111; + } + } else { + if (yych <= '.') { + if (yych <= '-') goto yy146; + goto yy172; + } else { + if (yych <= '/') goto yy111; + if (yych <= '0') goto yy179; + goto yy795; + } + } + } else { + if (yych <= 'Z') { + if (yych <= '9') { + if (yych <= '7') goto yy179; + goto yy795; + } else { + if (yych <= '?') goto yy111; + if (yych <= '@') goto yy148; + goto yy182; + } + } else { + if (yych <= '_') { + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy175: + yych = *++YYCURSOR; + if (yych <= '5') { + if (yych <= ',') { + if (yych <= '%') { + if (yych <= '$') goto yy111; + goto yy146; + } else { + if (yych == '+') goto yy170; + goto yy111; + } + } else { + if (yych <= '.') { + if (yych <= '-') goto yy146; + goto yy172; + } else { + if (yych <= '/') goto yy111; + if (yych <= '4') goto yy179; + goto yy795; + } + } + } else { + if (yych <= '@') { + if (yych <= '8') { + if (yych <= '6') goto yy179; + goto yy795; + } else { + if (yych <= '9') goto yy179; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy176: + yych = *++YYCURSOR; + if (yych <= '1') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy111; + goto yy170; + } else { + if (yych <= '-') { + if (yych <= ',') goto yy111; + goto yy146; + } else { + if (yych <= '.') goto yy172; + if (yych <= '/') goto yy111; + goto yy179; + } + } + } else { + if (yych <= 'Z') { + if (yych <= '9') { + if (yych <= '2') goto yy796; + goto yy179; + } else { + if (yych <= '?') goto yy111; + if (yych <= '@') goto yy148; + goto yy182; + } + } else { + if (yych <= '_') { + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy177: + yych = *++YYCURSOR; + if (yych <= '0') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy111; + goto yy170; + } else { + if (yych <= '-') { + if (yych <= ',') goto yy111; + goto yy146; + } else { + if (yych <= '.') goto yy172; + if (yych <= '/') goto yy111; + goto yy795; + } + } + } else { + if (yych <= 'Z') { + if (yych <= '9') { + if (yych <= '8') goto yy179; + goto yy795; + } else { + if (yych <= '?') goto yy111; + if (yych <= '@') goto yy148; + goto yy182; + } + } else { + if (yych <= '_') { + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy178: + yych = *++YYCURSOR; + if (yych <= '6') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy111; + goto yy170; + } else { + if (yych <= '-') { + if (yych <= ',') goto yy111; + goto yy146; + } else { + if (yych <= '.') goto yy172; + if (yych <= '/') goto yy111; + } + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy795; + if (yych <= '?') goto yy111; + if (yych <= '@') goto yy148; + goto yy182; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy179: + yych = *++YYCURSOR; + if (yych <= 0xCC) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy798; + if (yych <= '$') goto yy110; + goto yy146; + } else { + if (yych == '+') goto yy170; + if (yych <= ',') goto yy798; + goto yy799; + } + } else { + if (yych <= ';') { + if (yych <= '.') goto yy800; + if (yych <= '/') goto yy798; + if (yych <= '9') goto yy789; + goto yy798; + } else { + if (yych <= '>') goto yy110; + if (yych <= '?') goto yy798; + if (yych <= '@') goto yy148; + goto yy182; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= ']') goto yy798; + if (yych == '_') goto yy170; + goto yy110; + } else { + if (yych <= 'z') goto yy182; + if (yych == '|') goto yy110; + goto yy798; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy110; + if (yych <= 0xC1) goto yy798; + if (yych <= 0xC2) goto yy791; + goto yy117; + } else { + if (yych <= 0xC9) goto yy118; + if (yych <= 0xCA) goto yy119; + if (yych <= 0xCB) goto yy120; + goto yy121; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy122; + if (yych <= 0xCE) goto yy123; + goto yy124; + } else { + if (yych == 0xD2) goto yy125; + if (yych <= 0xD3) goto yy118; + goto yy126; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy127; + if (yych <= 0xD6) goto yy128; + if (yych <= 0xD7) goto yy129; + goto yy130; + } else { + if (yych <= 0xD9) goto yy131; + if (yych <= 0xDA) goto yy118; + if (yych <= 0xDB) goto yy132; + goto yy133; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy134; + if (yych <= 0xDE) goto yy135; + if (yych <= 0xDF) goto yy136; + goto yy137; + } else { + if (yych <= 0xE1) goto yy792; + if (yych <= 0xE2) goto yy793; + if (yych <= 0xE3) goto yy794; + goto yy141; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy142; + if (yych <= 0xEE) goto yy798; + goto yy143; + } else { + if (yych <= 0xF0) goto yy144; + if (yych == 0xF3) goto yy145; + goto yy798; + } + } + } + } +yy180: + yych = *++YYCURSOR; + if (yych <= '3') { + if (yych <= ',') { + if (yych <= '%') { + if (yych <= '$') goto yy111; + goto yy146; + } else { + if (yych == '+') goto yy170; + goto yy111; + } + } else { + if (yych <= '/') { + if (yych <= '-') goto yy146; + if (yych <= '.') goto yy172; + goto yy111; + } else { + if (yych <= '0') goto yy795; + if (yych <= '2') goto yy179; + goto yy795; + } + } + } else { + if (yych <= '@') { + if (yych <= '6') { + if (yych == '5') goto yy795; + goto yy179; + } else { + if (yych <= '9') goto yy795; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy181: + yych = *++YYCURSOR; + if (yych <= '7') { + if (yych <= ',') { + if (yych <= '%') { + if (yych <= '$') goto yy111; + goto yy146; + } else { + if (yych == '+') goto yy170; + goto yy111; + } + } else { + if (yych <= '.') { + if (yych <= '-') goto yy146; + goto yy172; + } else { + if (yych <= '/') goto yy111; + if (yych <= '5') goto yy179; + goto yy795; + } + } + } else { + if (yych <= 'Z') { + if (yych <= '9') { + if (yych <= '8') goto yy179; + goto yy795; + } else { + if (yych <= '?') goto yy111; + if (yych <= '@') goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych >= '{') goto yy111; + } + } + } +yy182: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[256+yych] & 32) { + goto yy182; + } + if (yych <= 0xD3) { + if (yych <= '`') { + if (yych <= '.') { + if (yych <= '%') { + if (yych <= '#') goto yy115; + if (yych <= '$') goto yy113; + goto yy146; + } else { + if (yych <= ',') goto yy115; + if (yych <= '-') goto yy801; + goto yy172; + } + } else { + if (yych <= '?') { + if (yych <= ';') goto yy115; + if (yych <= '>') goto yy113; + goto yy115; + } else { + if (yych <= '@') goto yy148; + if (yych <= ']') goto yy115; + goto yy113; + } + } + } else { + if (yych <= 0xC2) { + if (yych <= '}') { + if (yych == '|') goto yy113; + goto yy115; + } else { + if (yych <= '~') goto yy113; + if (yych <= 0xC1) goto yy115; + goto yy563; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy118; + if (yych <= 0xCA) goto yy119; + goto yy564; + } else { + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy565; + if (yych <= 0xCE) goto yy566; + goto yy118; + } + } + } + } else { + if (yych <= 0xDF) { + if (yych <= 0xD9) { + if (yych <= 0xD6) { + if (yych <= 0xD4) goto yy126; + if (yych <= 0xD5) goto yy127; + goto yy567; + } else { + if (yych <= 0xD7) goto yy568; + if (yych <= 0xD8) goto yy569; + goto yy570; + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xDA) goto yy118; + if (yych <= 0xDB) goto yy571; + goto yy572; + } else { + if (yych <= 0xDD) goto yy573; + if (yych <= 0xDE) goto yy574; + goto yy575; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE2) { + if (yych <= 0xE0) goto yy576; + if (yych <= 0xE1) goto yy577; + goto yy578; + } else { + if (yych <= 0xE3) goto yy579; + if (yych <= 0xE4) goto yy278; + goto yy115; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy580; + if (yych <= 0xEE) goto yy115; + goto yy581; + } else { + if (yych <= 0xF0) goto yy582; + if (yych == 0xF3) goto yy282; + goto yy115; + } + } + } + } +yy184: + yyaccept = 12; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[256+yych] & 64) { + goto yy184; + } + if (yych <= '9') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych >= '+') goto yy146; + } else { + if (yych <= ',') goto yy186; + if (yych != '/') goto yy146; + } + } else { + if (yych <= '^') { + if (yych <= '?') goto yy186; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy146; + } else { + if (yych == '`') goto yy186; + if (yych <= 'z') goto yy146; + } + } +yy186: +#line 210 "scanner.re" + { return BREAKING_DASH; } +#line 4457 "scanner.c" +yy187: + yyaccept = 7; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= ';') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + goto yy146; + } + } else { + if (yych <= '.') { + if (yych <= ',') goto yy202; + if (yych <= '-') goto yy203; + goto yy802; + } else { + if (yych <= '/') goto yy41; + if (yych <= '9') goto yy187; + if (yych <= ':') goto yy41; + goto yy202; + } + } + } else { + if (yych <= 'z') { + if (yych <= 'Z') { + if (yych <= '?') goto yy41; + if (yych <= '@') goto yy148; + goto yy803; + } else { + if (yych == '_') goto yy146; + if (yych <= '`') goto yy41; + goto yy803; + } + } else { + if (yych <= 0xC3) { + if (yych <= 0xC1) goto yy41; + if (yych <= 0xC2) goto yy805; + goto yy806; + } else { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + if (yych <= 0xCC) goto yy41; + goto yy809; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD4) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy810; + if (yych <= 0xCF) goto yy811; + goto yy807; + } else { + if (yych <= 0xD2) goto yy812; + if (yych <= 0xD3) goto yy807; + goto yy813; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD5) goto yy814; + if (yych <= 0xD6) goto yy815; + goto yy816; + } else { + if (yych <= 0xD8) goto yy817; + if (yych <= 0xD9) goto yy818; + if (yych <= 0xDA) goto yy807; + goto yy819; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDE) { + if (yych <= 0xDC) goto yy820; + if (yych <= 0xDD) goto yy821; + goto yy822; + } else { + if (yych <= 0xDF) goto yy823; + if (yych <= 0xE0) goto yy824; + if (yych <= 0xE1) goto yy825; + goto yy826; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy41; + goto yy828; + } else { + if (yych <= 0xEE) goto yy41; + if (yych <= 0xEF) goto yy829; + if (yych <= 0xF0) goto yy830; + goto yy41; + } + } + } + } +yy189: + yych = *++YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xAA) goto yy2; + if (yych <= 0xAB) goto yy831; + goto yy2; +yy190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; +yy191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy2; +yy192: + yych = *++YYCURSOR; + switch (yych) { + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAB: + case 0xAD: + case 0xAF: + case 0xB1: + case 0xB3: + case 0xB5: + case 0xB7: goto yy833; + case 0xB9: + case 0xBB: goto yy834; + case 0xBC: goto yy835; + default: goto yy2; + } +yy193: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9E) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x81) goto yy191; + if (yych <= 0x82) goto yy834; + goto yy2; + } else { + if (yych <= 0xA0) { + if (yych <= 0x9F) goto yy835; + goto yy834; + } else { + if (yych == 0xA5) goto yy836; + goto yy2; + } + } + } else { + if (yych <= 0xAC) { + if (yych <= 0xA7) goto yy834; + if (yych == 0xAA) goto yy837; + goto yy2; + } else { + if (yych <= 0xAE) { + if (yych <= 0xAD) goto yy834; + goto yy190; + } else { + if (yych == 0xB1) goto yy837; + goto yy2; + } + } + } +yy194: + yych = *++YYCURSOR; + switch (yych) { + case 0x98: goto yy835; + case 0xA3: + case 0xA9: goto yy834; + case 0xA4: goto yy191; + case 0xA7: goto yy838; + case 0xAF: goto yy190; + default: goto yy2; + } +yy195: + yych = *++YYCURSOR; + if (yych == 0xBC) goto yy834; + goto yy2; +yy196: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy839; + if (yych <= 0x91) goto yy840; + goto yy2; + } else { + if (yych <= 0x96) goto yy841; + if (yych == 0x9D) goto yy842; + goto yy2; + } +yy197: + yyaccept = 13; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[256+yych] & 128) { + goto yy197; + } + if (yych <= '9') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych >= '+') goto yy146; + } else { + if (yych == '-') goto yy146; + if (yych >= '0') goto yy146; + } + } else { + if (yych <= '^') { + if (yych <= '?') goto yy199; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy146; + } else { + if (yych == '`') goto yy199; + if (yych <= 'z') goto yy146; + } + } +yy199: +#line 167 "scanner.re" + { return ELLIPSIS; } +#line 4682 "scanner.c" +yy200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 1) { + goto yy200; + } + if (yych <= 0xD5) { + if (yych <= 0xC9) { + if (yych <= '`') { + if (yych <= '9') { + if (yych <= '/') goto yy2; + goto yy843; + } else { + if (yych <= '@') goto yy2; + if (yych <= 'Z') goto yy843; + goto yy2; + } + } else { + if (yych <= 0xC1) { + if (yych <= 'z') goto yy843; + goto yy2; + } else { + if (yych <= 0xC2) goto yy805; + if (yych <= 0xC3) goto yy806; + goto yy807; + } + } + } else { + if (yych <= 0xCF) { + if (yych <= 0xCC) { + if (yych <= 0xCA) goto yy808; + goto yy2; + } else { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } else { + if (yych <= 0xD2) { + if (yych <= 0xD1) goto yy807; + goto yy812; + } else { + if (yych <= 0xD3) goto yy807; + if (yych <= 0xD4) goto yy813; + goto yy814; + } + } + } + } else { + if (yych <= 0xDF) { + if (yych <= 0xDA) { + if (yych <= 0xD7) { + if (yych <= 0xD6) goto yy846; + goto yy816; + } else { + if (yych <= 0xD8) goto yy847; + if (yych <= 0xD9) goto yy848; + goto yy807; + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xDB) goto yy849; + goto yy820; + } else { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy850; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xE0) goto yy851; + goto yy852; + } else { + if (yych <= 0xE2) goto yy853; + if (yych <= 0xE3) goto yy827; + goto yy2; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xEA) goto yy854; + goto yy2; + } else { + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy2; + } + } + } + } +yy202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xDF) { + if (yych <= 0xD9) { + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy857; + if (yych <= 0xD8) goto yy2; + goto yy859; + } else { + if (yych == 0xDB) goto yy860; + if (yych <= 0xDE) goto yy2; + goto yy861; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE0) goto yy862; + if (yych <= 0xE1) goto yy863; + if (yych <= 0xE9) goto yy2; + goto yy864; + } else { + if (yych <= 0xEE) goto yy2; + if (yych <= 0xEF) goto yy865; + if (yych <= 0xF0) goto yy866; + goto yy2; + } + } +yy203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCF) { + if (yych <= '^') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy2; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy2; + goto yy146; + } + } else { + if (yych <= '?') { + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy803; + goto yy2; + } else { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy803; + goto yy2; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= 'z') { + if (yych <= '_') goto yy146; + if (yych <= '`') goto yy2; + goto yy803; + } else { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy805; + goto yy806; + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + goto yy2; + } else { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy812; + goto yy807; + } else { + if (yych <= 0xD4) goto yy813; + if (yych <= 0xD5) goto yy814; + goto yy846; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy816; + if (yych <= 0xD8) goto yy847; + goto yy848; + } else { + if (yych <= 0xDA) goto yy807; + if (yych <= 0xDB) goto yy849; + goto yy820; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy850; + } else { + if (yych <= 0xE0) goto yy851; + if (yych <= 0xE1) goto yy852; + goto yy853; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy2; + goto yy854; + } else { + if (yych <= 0xEE) goto yy2; + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy2; + } + } + } + } +yy205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy533; + if (yych <= '%') goto yy146; + goto yy2; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy781; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy203; + if (yych <= '/') goto yy2; + goto yy868; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy533; + if (yych <= '?') goto yy2; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy870; + if (yych <= ']') goto yy2; + if (yych <= '^') goto yy533; + goto yy781; + } else { + if (yych <= '`') goto yy533; + if (yych <= 'z') goto yy870; + if (yych <= '{') goto yy2; + goto yy533; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy533; + if (yych <= 0xC1) goto yy2; + goto yy872; + } else { + if (yych <= 0xC3) goto yy873; + if (yych <= 0xC9) goto yy874; + if (yych <= 0xCA) goto yy875; + goto yy539; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy876; + if (yych <= 0xCE) goto yy877; + goto yy878; + } else { + if (yych == 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + goto yy880; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy882; + if (yych <= 0xD7) goto yy883; + goto yy884; + } else { + if (yych <= 0xD9) goto yy885; + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy886; + goto yy887; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy890; + goto yy891; + } else { + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy893; + if (yych <= 0xE3) goto yy894; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy895; + if (yych <= 0xEE) goto yy2; + goto yy896; + } else { + if (yych <= 0xF0) goto yy897; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy206: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 4) { + goto yy206; + } + if (yych <= 0xCD) { + if (yych <= ']') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy208; + if (yych <= '$') goto yy113; + goto yy146; + } else { + if (yych == '\'') goto yy200; + if (yych >= '+') goto yy182; + } + } else { + if (yych <= ';') { + if (yych <= ',') goto yy208; + if (yych <= '-') goto yy898; + if (yych <= '.') goto yy899; + } else { + if (yych <= '>') goto yy113; + if (yych == '@') goto yy148; + } + } + } else { + if (yych <= '~') { + if (yych <= '`') { + if (yych == '_') goto yy249; + goto yy113; + } else { + if (yych == '|') goto yy113; + if (yych >= '~') goto yy113; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy900; + if (yych <= 0xC3) goto yy901; + goto yy213; + } else { + if (yych <= 0xCA) goto yy214; + if (yych <= 0xCB) goto yy564; + if (yych <= 0xCC) goto yy118; + goto yy902; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy903; + if (yych <= 0xCF) goto yy904; + goto yy213; + } else { + if (yych <= 0xD2) goto yy905; + if (yych <= 0xD3) goto yy213; + if (yych <= 0xD4) goto yy219; + goto yy220; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy906; + if (yych <= 0xD7) goto yy907; + if (yych <= 0xD8) goto yy908; + goto yy909; + } else { + if (yych <= 0xDA) goto yy213; + if (yych <= 0xDB) goto yy910; + if (yych <= 0xDC) goto yy911; + goto yy912; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy913; + if (yych <= 0xDF) goto yy914; + goto yy915; + } else { + if (yych <= 0xE1) goto yy916; + if (yych <= 0xE2) goto yy917; + if (yych <= 0xE3) goto yy918; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy919; + if (yych >= 0xEF) goto yy920; + } else { + if (yych <= 0xF0) goto yy921; + if (yych == 0xF3) goto yy282; + } + } + } + } +yy208: +#line 178 "scanner.re" + { return NUMERIC; } +#line 5109 "scanner.c" +yy209: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 8) { + goto yy209; + } + if (yych <= 0xCE) { + if (yych <= ']') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy57; + if (yych <= '$') goto yy110; + goto yy146; + } else { + if (yych == '+') goto yy170; + if (yych <= ',') goto yy57; + goto yy146; + } + } else { + if (yych <= '>') { + if (yych <= '.') goto yy922; + if (yych <= ';') goto yy57; + goto yy110; + } else { + if (yych <= '?') goto yy57; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy249; + goto yy57; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '{') { + if (yych <= '`') goto yy110; + if (yych <= 'z') goto yy249; + goto yy57; + } else { + if (yych == '}') goto yy57; + if (yych <= '~') goto yy110; + goto yy57; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) goto yy924; + if (yych <= 0xC3) goto yy925; + if (yych <= 0xC9) goto yy926; + goto yy927; + } else { + if (yych <= 0xCB) goto yy120; + if (yych <= 0xCC) goto yy121; + if (yych <= 0xCD) goto yy928; + goto yy929; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy930; + if (yych <= 0xD1) goto yy926; + goto yy931; + } else { + if (yych <= 0xD3) goto yy926; + if (yych <= 0xD4) goto yy932; + if (yych <= 0xD5) goto yy933; + goto yy934; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy935; + if (yych <= 0xD8) goto yy936; + goto yy937; + } else { + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy938; + if (yych <= 0xDC) goto yy939; + goto yy940; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy941; + if (yych <= 0xDF) goto yy942; + goto yy943; + } else { + if (yych <= 0xE1) goto yy944; + if (yych <= 0xE2) goto yy945; + if (yych <= 0xE3) goto yy946; + goto yy141; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy947; + if (yych <= 0xEE) goto yy57; + goto yy948; + } else { + if (yych <= 0xF0) goto yy949; + if (yych == 0xF3) goto yy145; + goto yy57; + } + } + } + } +yy211: + yych = *++YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy110; + case 0xAA: + case 0xB5: + case 0xBA: goto yy950; + default: goto yy2; + } +yy212: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy950; + goto yy110; + } else { + if (yych == 0xB7) goto yy110; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy950; + goto yy2; +yy215: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0xB3) goto yy950; + if (yych <= 0xB4) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy950; + if (yych <= 0xBA) goto yy2; + goto yy950; + } else { + if (yych <= 0xBE) goto yy202; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy216: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy110; + goto yy950; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy950; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy950; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy217: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy110; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy218: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy950; + if (yych <= 0x89) goto yy110; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy950; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy221: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy950; + goto yy2; + } else { + if (yych <= 0x89) goto yy202; + if (yych <= 0x8A) goto yy200; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy110; + } else { + if (yych <= 0xBE) goto yy200; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy222: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy950; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy950; + goto yy2; + } + } +yy223: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy110; + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy202; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy224: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x9F) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy950; + goto yy110; + } else { + if (yych == 0xAA) goto yy2; + goto yy325; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAC) goto yy202; + if (yych <= 0xAD) goto yy2; + goto yy950; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy225: + yych = *++YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy950; + goto yy2; + } else { + if (yych <= 0x95) goto yy950; + if (yych == 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy950; + goto yy325; + } else { + if (yych <= 0xBC) goto yy950; + if (yych <= 0xBE) goto yy110; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy226: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy950; + goto yy110; + } else { + if (yych <= 0xAF) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy227: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy110; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy228: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy950; + if (yych <= 0xB0) goto yy110; + if (yych <= 0xB1) goto yy950; + goto yy2; +yy229: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + if (yych <= 0xAA) goto yy950; + goto yy110; + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy2; + goto yy110; + } else { + if (yych == 0xB8) goto yy202; + goto yy2; + } + } +yy230: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: goto yy952; + case 0xA1: goto yy953; + case 0xA2: goto yy954; + case 0xA3: goto yy586; + case 0xA4: goto yy955; + case 0xA5: goto yy956; + case 0xA6: goto yy957; + case 0xA7: goto yy958; + case 0xA8: goto yy959; + case 0xA9: goto yy960; + case 0xAA: goto yy961; + case 0xAB: goto yy962; + case 0xAC: goto yy963; + case 0xAD: goto yy964; + case 0xAE: goto yy965; + case 0xAF: goto yy966; + case 0xB0: goto yy967; + case 0xB1: goto yy968; + case 0xB2: goto yy969; + case 0xB3: goto yy970; + case 0xB4: goto yy971; + case 0xB5: goto yy972; + case 0xB6: goto yy973; + case 0xB7: goto yy974; + case 0xB8: goto yy607; + case 0xB9: goto yy975; + case 0xBA: goto yy609; + case 0xBB: goto yy976; + case 0xBC: goto yy977; + case 0xBD: goto yy612; + case 0xBE: goto yy613; + case 0xBF: goto yy614; + default: goto yy2; + } +yy231: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy615; + case 0x81: goto yy978; + case 0x82: goto yy979; + case 0x83: goto yy980; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy213; + case 0x89: goto yy981; + case 0x8A: goto yy982; + case 0x8B: goto yy983; + case 0x8C: goto yy984; + case 0x8D: goto yy985; + case 0x8E: goto yy986; + case 0x8F: goto yy987; + case 0x90: goto yy988; + case 0x99: goto yy989; + case 0x9A: goto yy990; + case 0x9B: goto yy991; + case 0x9C: goto yy992; + case 0x9D: goto yy993; + case 0x9E: goto yy632; + case 0x9F: goto yy994; + case 0xA0: goto yy995; + case 0xA1: goto yy996; + case 0xA2: goto yy997; + case 0xA3: goto yy998; + case 0xA4: goto yy999; + case 0xA5: goto yy1000; + case 0xA7: goto yy1001; + case 0xA8: goto yy1002; + case 0xA9: goto yy642; + case 0xAA: goto yy1003; + case 0xAC: goto yy644; + case 0xAD: goto yy1004; + case 0xAE: goto yy1005; + case 0xAF: goto yy1006; + case 0xB0: goto yy1007; + case 0xB1: goto yy1008; + case 0xB3: goto yy1009; + case 0xB4: goto yy1010; + case 0xB5: goto yy1011; + case 0xB6: goto yy1012; + case 0xB7: goto yy654; + case 0xBC: goto yy1013; + case 0xBD: goto yy1014; + case 0xBE: goto yy1015; + case 0xBF: goto yy1016; + default: goto yy2; + } +yy232: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy1017; + case 0x81: goto yy1018; + case 0x82: goto yy661; + case 0x83: goto yy662; + case 0x84: goto yy1019; + case 0x85: goto yy1020; + case 0x86: goto yy1021; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy121; + case 0x88: goto yy1022; + case 0x8C: goto yy666; + case 0x8F: goto yy667; + case 0x90: goto yy668; + case 0x91: goto yy669; + case 0x92: goto yy670; + case 0x93: goto yy671; + case 0x9D: goto yy672; + case 0x9E: goto yy673; + case 0x9F: goto yy674; + case 0xA6: goto yy675; + case 0xA7: goto yy676; + case 0xAD: goto yy677; + case 0xAE: goto yy678; + case 0xAF: goto yy679; + case 0xB0: goto yy1023; + case 0xB1: goto yy1024; + case 0xB2: goto yy213; + case 0xB3: goto yy1025; + case 0xB4: goto yy1026; + case 0xB5: goto yy1027; + case 0xB6: goto yy1028; + case 0xB7: goto yy1029; + case 0xB8: goto yy1030; + case 0xBA: goto yy687; + case 0xBB: goto yy688; + case 0xBF: goto yy689; + default: goto yy2; + } +yy233: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy1031; + case 0x82: goto yy1032; + case 0x83: goto yy1033; + case 0x84: goto yy1034; + case 0x86: goto yy1035; + case 0x87: goto yy1036; + case 0x88: goto yy695; + case 0x89: goto yy696; + case 0x8A: goto yy697; + case 0x8B: goto yy1037; + case 0x8C: goto yy1038; + case 0x8D: goto yy1039; + case 0x8E: + case 0x8F: goto yy121; + default: goto yy2; + } +yy234: + yych = *++YYCURSOR; + switch (yych) { + case 0x92: goto yy699; + case 0x93: goto yy1040; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy213; + case 0x98: goto yy1041; + case 0x99: goto yy1042; + case 0x9A: goto yy1043; + case 0x9B: goto yy1044; + case 0x9C: goto yy1045; + case 0x9D: goto yy219; + case 0x9E: goto yy1046; + case 0x9F: goto yy1047; + case 0xA0: goto yy1048; + case 0xA1: goto yy1049; + case 0xA2: goto yy1050; + case 0xA3: goto yy1051; + case 0xA4: goto yy1052; + case 0xA5: goto yy1053; + case 0xA6: goto yy714; + case 0xA7: goto yy1054; + case 0xA8: goto yy1055; + case 0xA9: goto yy1056; + case 0xAA: goto yy718; + case 0xAB: goto yy1057; + case 0xAC: goto yy1058; + case 0xAD: goto yy1059; + case 0xAF: goto yy1060; + default: goto yy2; + } +yy235: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy1061; + case 0xAD: goto yy1062; + case 0xAE: goto yy1063; + case 0xAF: goto yy1064; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy213; + case 0xB4: goto yy1065; + case 0xB5: goto yy1066; + case 0xB6: goto yy1067; + case 0xB7: goto yy1068; + case 0xB8: goto yy1069; + case 0xB9: goto yy1070; + case 0xBB: goto yy1071; + case 0xBC: goto yy1072; + case 0xBD: goto yy1073; + case 0xBE: goto yy1074; + case 0xBF: goto yy735; + default: goto yy2; + } +yy236: + yych = *++YYCURSOR; + switch (yych) { + case 0x90: goto yy1075; + case 0x91: goto yy1076; + case 0x92: goto yy1077; + case 0x93: goto yy1078; + case 0x94: goto yy1079; + case 0x96: goto yy1080; + case 0x9B: goto yy1081; + case 0x9D: goto yy1082; + case 0x9E: goto yy1083; + case 0x9F: goto yy745; + default: goto yy2; + } +yy237: + yych = *++YYCURSOR; + if (yych == '(') goto yy238; + if (yych <= '1') goto yy2; + if (yych <= '9') goto yy169; + goto yy2; +yy238: + yych = *++YYCURSOR; + if (yych <= '1') goto yy2; + if (yych <= '9') goto yy169; + goto yy2; +yy239: + yych = *++YYCURSOR; + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xD3) { + if (yych <= 0xC1) { + if (yych <= '1') { + if (yych <= '\'') { + if (yych <= '&') goto yy147; + goto yy200; + } else { + if (yych <= '(') goto yy238; + if (yych <= '/') goto yy147; + goto yy803; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy1084; + if (yych <= '@') goto yy147; + goto yy803; + } else { + if (yych <= '`') goto yy147; + if (yych <= 'z') goto yy803; + goto yy147; + } + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC3) { + if (yych <= 0xC2) goto yy805; + goto yy806; + } else { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + goto yy147; + } + } else { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } else { + if (yych == 0xD2) goto yy812; + goto yy807; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD8) { + if (yych <= 0xD5) { + if (yych <= 0xD4) goto yy813; + goto yy814; + } else { + if (yych <= 0xD6) goto yy846; + if (yych <= 0xD7) goto yy816; + goto yy847; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD9) goto yy848; + if (yych <= 0xDA) goto yy807; + goto yy849; + } else { + if (yych <= 0xDC) goto yy820; + if (yych <= 0xDD) goto yy821; + goto yy822; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy850; + goto yy851; + } else { + if (yych <= 0xE1) goto yy852; + if (yych <= 0xE2) goto yy853; + goto yy827; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy854; + goto yy147; + } else { + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy147; + } + } + } + } +yy240: + yych = *++YYCURSOR; + if (yych <= 0xCD) { + if (yych <= '9') { + if (yych <= '*') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy534; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '(') goto yy238; + goto yy534; + } + } else { + if (yych <= '-') { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy867; + } else { + if (yych <= '.') goto yy203; + if (yych <= '/') goto yy534; + if (yych <= '1') goto yy868; + goto yy1085; + } + } + } else { + if (yych <= 'z') { + if (yych <= 'Z') { + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy870; + } else { + if (yych == '_') goto yy781; + if (yych <= '`') goto yy534; + goto yy870; + } + } else { + if (yych <= 0xC3) { + if (yych <= 0xC1) goto yy534; + if (yych <= 0xC2) goto yy872; + goto yy873; + } else { + if (yych <= 0xC9) goto yy874; + if (yych <= 0xCA) goto yy875; + if (yych <= 0xCC) goto yy534; + goto yy876; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD4) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy877; + if (yych <= 0xCF) goto yy878; + goto yy874; + } else { + if (yych <= 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + goto yy880; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy882; + goto yy883; + } else { + if (yych <= 0xD8) goto yy884; + if (yych <= 0xD9) goto yy885; + if (yych <= 0xDA) goto yy874; + goto yy886; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDE) { + if (yych <= 0xDC) goto yy887; + if (yych <= 0xDD) goto yy888; + goto yy889; + } else { + if (yych <= 0xDF) goto yy890; + if (yych <= 0xE0) goto yy891; + if (yych <= 0xE1) goto yy892; + goto yy893; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy894; + if (yych <= 0xE9) goto yy534; + goto yy895; + } else { + if (yych <= 0xEE) goto yy534; + if (yych <= 0xEF) goto yy896; + if (yych <= 0xF0) goto yy897; + goto yy534; + } + } + } + } +yy241: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy111; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy170; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy1086; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy111; + goto yy41; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy206; + if (yych <= ']') goto yy41; + goto yy111; + } else { + if (yych <= '_') goto yy209; + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy206; + goto yy41; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy41; + if (yych <= '~') goto yy111; + goto yy41; + } else { + if (yych <= 0xC2) goto yy211; + if (yych <= 0xC3) goto yy212; + if (yych <= 0xC9) goto yy213; + goto yy214; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy111; + if (yych <= 0xCD) goto yy215; + if (yych <= 0xCE) goto yy216; + goto yy217; + } else { + if (yych == 0xD2) goto yy218; + if (yych <= 0xD3) goto yy213; + goto yy219; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy220; + if (yych <= 0xD6) goto yy221; + if (yych <= 0xD7) goto yy222; + goto yy223; + } else { + if (yych <= 0xD9) goto yy224; + if (yych <= 0xDA) goto yy213; + if (yych <= 0xDB) goto yy225; + goto yy226; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy227; + if (yych <= 0xDE) goto yy228; + if (yych <= 0xDF) goto yy229; + goto yy230; + } else { + if (yych <= 0xE1) goto yy231; + if (yych <= 0xE2) goto yy232; + if (yych <= 0xE3) goto yy233; + goto yy111; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy234; + if (yych <= 0xEE) goto yy41; + goto yy235; + } else { + if (yych <= 0xF0) goto yy236; + if (yych == 0xF3) goto yy111; + goto yy41; + } + } + } + } +yy242: + yych = *++YYCURSOR; + if (yych <= 0xD4) { + if (yych <= 0xC7) { + if (yych <= 0xC1) { + if (yych <= 'Z') { + if (yych <= '@') goto yy1088; + goto yy1089; + } else { + if (yych <= '`') goto yy1088; + if (yych <= 'z') goto yy1089; + goto yy1088; + } + } else { + if (yych <= 0xC3) { + if (yych <= 0xC2) goto yy1092; + goto yy1093; + } else { + if (yych <= 0xC5) goto yy1094; + if (yych <= 0xC6) goto yy1095; + goto yy1096; + } + } + } else { + if (yych <= 0xCE) { + if (yych <= 0xCA) { + if (yych <= 0xC9) goto yy1094; + goto yy1097; + } else { + if (yych <= 0xCC) goto yy1088; + if (yych <= 0xCD) goto yy1098; + goto yy1099; + } + } else { + if (yych <= 0xD1) { + if (yych <= 0xCF) goto yy1100; + goto yy1094; + } else { + if (yych <= 0xD2) goto yy1101; + if (yych <= 0xD3) goto yy1094; + goto yy1102; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD9) { + if (yych <= 0xD6) { + if (yych <= 0xD5) goto yy1103; + goto yy1104; + } else { + if (yych <= 0xD7) goto yy1105; + if (yych <= 0xD8) goto yy1106; + goto yy1107; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xDA) goto yy1108; + goto yy1109; + } else { + if (yych <= 0xDC) goto yy1110; + if (yych <= 0xDD) goto yy1111; + goto yy1112; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy1113; + goto yy1114; + } else { + if (yych <= 0xE1) goto yy1115; + if (yych <= 0xE2) goto yy1116; + goto yy1117; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy1118; + goto yy1088; + } else { + if (yych <= 0xEF) goto yy1119; + if (yych <= 0xF0) goto yy1120; + goto yy1088; + } + } + } + } +yy243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy1121; + goto yy146; + } else { + if (yych == '\'') goto yy1087; + if (yych <= '*') goto yy2; + goto yy1123; + } + } else { + if (yych <= '9') { + if (yych <= ',') goto yy2; + if (yych <= '.') goto yy1125; + if (yych <= '/') goto yy2; + goto yy1127; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1121; + if (yych <= '?') goto yy2; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy1129; + if (yych <= ']') goto yy2; + if (yych <= '^') goto yy1121; + goto yy1123; + } else { + if (yych <= '`') goto yy1121; + if (yych <= 'z') goto yy1129; + if (yych <= '{') goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy1121; + if (yych <= 0xC1) goto yy2; + goto yy1131; + } else { + if (yych <= 0xC3) goto yy1132; + if (yych <= 0xC9) goto yy1133; + if (yych <= 0xCA) goto yy1134; + goto yy1135; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1136; + if (yych <= 0xCD) goto yy1137; + if (yych <= 0xCE) goto yy1138; + goto yy1139; + } else { + if (yych == 0xD2) goto yy1140; + if (yych <= 0xD3) goto yy1133; + goto yy1141; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy1142; + if (yych <= 0xD6) goto yy1143; + if (yych <= 0xD7) goto yy1144; + goto yy1145; + } else { + if (yych <= 0xD9) goto yy1146; + if (yych <= 0xDA) goto yy1133; + if (yych <= 0xDB) goto yy1147; + goto yy1148; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1149; + if (yych <= 0xDE) goto yy1150; + if (yych <= 0xDF) goto yy1151; + goto yy1152; + } else { + if (yych <= 0xE1) goto yy1153; + if (yych <= 0xE2) goto yy1154; + if (yych <= 0xE3) goto yy1155; + goto yy1156; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1157; + if (yych <= 0xEE) goto yy2; + goto yy1158; + } else { + if (yych <= 0xF0) goto yy1159; + if (yych == 0xF3) goto yy1160; + goto yy2; + } + } + } + } +yy244: + yyaccept = 15; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy245; + if (yych <= '$') goto yy534; + goto yy146; + } else { + if (yych == '\'') goto yy1087; + if (yych >= '+') goto yy781; + } + } else { + if (yych <= '/') { + if (yych <= ',') goto yy245; + if (yych <= '-') goto yy1161; + if (yych <= '.') goto yy1125; + } else { + if (yych <= '9') goto yy870; + if (yych <= ';') goto yy245; + if (yych <= '>') goto yy534; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy1162; + if (yych >= '^') goto yy534; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy1162; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy245; + if (yych <= '~') goto yy534; + } else { + if (yych <= 0xC2) goto yy1163; + if (yych <= 0xC3) goto yy1164; + if (yych <= 0xC9) goto yy1165; + goto yy1166; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy534; + if (yych <= 0xCD) goto yy1167; + if (yych <= 0xCE) goto yy1168; + goto yy1169; + } else { + if (yych == 0xD2) goto yy1170; + if (yych <= 0xD3) goto yy1165; + goto yy1171; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy1172; + if (yych <= 0xD6) goto yy1173; + if (yych <= 0xD7) goto yy1174; + goto yy1175; + } else { + if (yych <= 0xD9) goto yy1176; + if (yych <= 0xDA) goto yy1165; + if (yych <= 0xDB) goto yy1177; + goto yy1178; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1179; + if (yych <= 0xDE) goto yy1180; + if (yych <= 0xDF) goto yy1181; + goto yy1182; + } else { + if (yych <= 0xE1) goto yy1183; + if (yych <= 0xE2) goto yy1184; + if (yych <= 0xE3) goto yy1185; + goto yy534; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1186; + if (yych >= 0xEF) goto yy1187; + } else { + if (yych <= 0xF0) goto yy1188; + if (yych == 0xF3) goto yy534; + } + } + } + } +yy245: +#line 173 "scanner.re" + { return ABBREVIATION; } +#line 6351 "scanner.c" +yy246: + yych = *++YYCURSOR; + if (yych <= 0xD5) { + if (yych <= 0xC1) { + if (yych <= 'Z') { + if (yych <= '@') goto yy2; + goto yy1190; + } else { + if (yych <= '`') goto yy2; + if (yych <= 'z') goto yy1190; + goto yy2; + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC2) goto yy1191; + if (yych <= 0xCA) goto yy1190; + goto yy2; + } else { + if (yych == 0xCE) goto yy1196; + goto yy1190; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xD6) goto yy1201; + if (yych <= 0xD7) goto yy1202; + goto yy1190; + } else { + if (yych <= 0xE1) goto yy1211; + if (yych <= 0xE2) goto yy1212; + goto yy1190; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy1190; + goto yy2; + } else { + if (yych <= 0xEF) goto yy1215; + if (yych <= 0xF0) goto yy1190; + goto yy2; + } + } + } +yy247: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xC9) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy57; + if (yych <= '$') goto yy113; + if (yych <= '%') goto yy146; + goto yy57; + } else { + if (yych <= '\'') goto yy242; + if (yych == '+') goto yy182; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy243; + if (yych <= '.') goto yy1217; + if (yych <= '/') goto yy57; + goto yy206; + } else { + if (yych <= ';') { + if (yych <= ':') goto yy246; + goto yy57; + } else { + if (yych <= '>') goto yy113; + if (yych <= '?') goto yy57; + goto yy148; + } + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy247; + if (yych <= ']') goto yy57; + if (yych <= '^') goto yy113; + } else { + if (yych <= '`') goto yy113; + if (yych <= 'z') goto yy247; + if (yych <= '{') goto yy57; + goto yy113; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy113; + if (yych <= 0xC1) goto yy57; + goto yy251; + } else { + if (yych <= 0xC5) { + if (yych <= 0xC3) goto yy252; + goto yy253; + } else { + if (yych <= 0xC6) goto yy254; + if (yych <= 0xC7) goto yy255; + goto yy253; + } + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD2) { + if (yych <= 0xCD) { + if (yych <= 0xCA) goto yy256; + if (yych <= 0xCB) goto yy257; + if (yych <= 0xCC) goto yy118; + goto yy258; + } else { + if (yych <= 0xCE) goto yy259; + if (yych <= 0xCF) goto yy260; + if (yych <= 0xD1) goto yy253; + goto yy261; + } + } else { + if (yych <= 0xD6) { + if (yych <= 0xD3) goto yy253; + if (yych <= 0xD4) goto yy262; + if (yych <= 0xD5) goto yy263; + goto yy264; + } else { + if (yych <= 0xD8) { + if (yych <= 0xD7) goto yy265; + goto yy266; + } else { + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + goto yy269; + } + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy270; + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + goto yy273; + } else { + if (yych <= 0xE0) goto yy274; + if (yych <= 0xE1) goto yy275; + if (yych <= 0xE2) goto yy276; + goto yy277; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy278; + if (yych == 0xEA) goto yy279; + goto yy57; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy280; + goto yy281; + } else { + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } + } +yy249: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 16) { + goto yy249; + } + if (yych <= 0xCF) { + if (yych <= '`') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy57; + if (yych <= '$') goto yy113; + goto yy146; + } else { + if (yych == '+') goto yy182; + if (yych <= ',') goto yy57; + goto yy801; + } + } else { + if (yych <= '>') { + if (yych <= '.') goto yy922; + if (yych <= ';') goto yy57; + goto yy113; + } else { + if (yych == '@') goto yy148; + if (yych <= ']') goto yy57; + goto yy113; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy113; + goto yy57; + } else { + if (yych <= '~') goto yy113; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy1218; + goto yy1219; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy564; + } else { + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy1223; + goto yy926; + } else { + if (yych <= 0xD4) goto yy932; + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + goto yy1225; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy1226; + if (yych <= 0xD9) goto yy1227; + goto yy926; + } else { + if (yych <= 0xDB) goto yy1228; + if (yych <= 0xDC) goto yy1229; + if (yych <= 0xDD) goto yy1230; + goto yy1231; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy1232; + if (yych <= 0xE0) goto yy1233; + goto yy1234; + } else { + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + if (yych <= 0xE4) goto yy278; + goto yy57; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } +yy251: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy113; + case 0xAA: + case 0xBA: goto yy1240; + case 0xB5: goto yy1242; + case 0xB7: goto yy246; + default: goto yy2; + } +yy252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1242; + goto yy113; + } else { + if (yych == 0xB7) goto yy113; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } +yy253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; +yy254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBB) goto yy1240; + if (yych <= 0xBF) goto yy1242; + goto yy2; +yy255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1240; + if (yych <= 0xBF) goto yy1242; + goto yy2; +yy256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x94) goto yy1240; + if (yych <= 0xAF) goto yy1242; + goto yy2; +yy257: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x91) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } else { + if (yych == 0x97) goto yy1244; + goto yy113; + } + } else { + if (yych <= 0xAC) { + if (yych <= 0xA4) goto yy2; + if (yych <= 0xAB) goto yy113; + goto yy2; + } else { + if (yych == 0xAE) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB3) goto yy1242; + if (yych <= 0xB4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy1242; + if (yych <= 0xBA) goto yy2; + goto yy1242; + } else { + if (yych == 0xBF) goto yy1242; + goto yy2; + } + } +yy259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy1242; + } else { + if (yych <= 0x87) goto yy246; + if (yych <= 0x8A) goto yy1242; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1242; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } + } +yy260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy113; + if (yych <= 0xBF) goto yy1242; + goto yy2; +yy261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1242; + if (yych <= 0x89) goto yy113; + if (yych <= 0xBF) goto yy1242; + goto yy2; +yy262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; +yy263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1242; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; +yy264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy1242; + } else { + if (yych == 0x8A) goto yy1245; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy1245; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy1240; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1240; + if (yych == 0xB4) goto yy246; + goto yy2; + } + } +yy266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy113; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy1240; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xA9) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy1246; + if (yych <= 0xAD) goto yy2; + goto yy1240; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1240; + goto yy2; + } else { + if (yych <= 0x95) goto yy1240; + if (yych == 0x9D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy1240; + goto yy1246; + } else { + if (yych <= 0xBC) goto yy1240; + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy1240; + goto yy113; + } else { + if (yych <= 0xAF) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy272: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1240; + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy1240; + goto yy2; +yy273: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1246; + goto yy1240; + } else { + if (yych <= 0xB3) goto yy113; + if (yych == 0xB6) goto yy113; + goto yy2; + } +yy274: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy1248; + case 0xA1: goto yy1249; + case 0xA2: goto yy1250; + case 0xA3: goto yy1251; + case 0xA4: goto yy1252; + case 0xA5: goto yy1253; + case 0xA6: goto yy1254; + case 0xA7: goto yy1255; + case 0xA8: goto yy1256; + case 0xA9: goto yy1257; + case 0xAA: goto yy1258; + case 0xAB: goto yy1259; + case 0xAC: goto yy1260; + case 0xAD: goto yy1261; + case 0xAE: goto yy1262; + case 0xAF: goto yy1263; + case 0xB0: goto yy1264; + case 0xB1: goto yy1265; + case 0xB2: goto yy1266; + case 0xB3: goto yy1267; + case 0xB4: goto yy1268; + case 0xB5: goto yy1269; + case 0xB6: goto yy1270; + case 0xB7: goto yy1271; + case 0xB8: goto yy1272; + case 0xB9: goto yy1273; + case 0xBA: goto yy1274; + case 0xBB: goto yy1275; + case 0xBC: goto yy1276; + case 0xBD: goto yy1277; + case 0xBE: goto yy1278; + case 0xBF: goto yy1279; + default: goto yy2; + } +yy275: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy1281; + case 0x82: goto yy1282; + case 0x83: goto yy1283; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: goto yy268; + case 0x89: goto yy1284; + case 0x8A: goto yy1285; + case 0x8B: goto yy1286; + case 0x8C: goto yy1287; + case 0x8D: goto yy1288; + case 0x8E: goto yy1289; + case 0x8F: goto yy1290; + case 0x90: goto yy1291; + case 0x99: goto yy1292; + case 0x9A: goto yy1293; + case 0x9B: goto yy1294; + case 0x9C: goto yy1295; + case 0x9D: goto yy1296; + case 0x9E: goto yy1297; + case 0x9F: goto yy1298; + case 0xA0: goto yy1299; + case 0xA1: goto yy1300; + case 0xA2: goto yy1301; + case 0xA3: goto yy1302; + case 0xA4: goto yy1303; + case 0xA5: goto yy1304; + case 0xA7: goto yy1305; + case 0xA8: goto yy1306; + case 0xA9: goto yy1307; + case 0xAA: goto yy1308; + case 0xAC: goto yy1309; + case 0xAD: goto yy1310; + case 0xAE: goto yy1311; + case 0xAF: goto yy1312; + case 0xB0: goto yy1313; + case 0xB1: goto yy1314; + case 0xB3: goto yy1315; + case 0xB4: goto yy1316; + case 0xB5: goto yy1317; + case 0xB6: goto yy1318; + case 0xB7: goto yy1319; + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy253; + case 0xBC: goto yy1320; + case 0xBD: goto yy1321; + case 0xBE: goto yy1322; + case 0xBF: goto yy1323; + default: goto yy2; + } +yy276: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1324; + case 0x81: goto yy1325; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: goto yy1328; + case 0x85: goto yy1329; + case 0x86: goto yy1330; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x88: goto yy1331; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy1346; + case 0xB1: goto yy1347; + case 0xB2: goto yy253; + case 0xB3: goto yy1348; + case 0xB4: goto yy1349; + case 0xB5: goto yy1350; + case 0xB6: goto yy1351; + case 0xB7: goto yy1352; + case 0xB8: goto yy1353; + case 0xBA: goto yy1354; + case 0xBB: goto yy709; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy277: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1356; + case 0x82: goto yy1357; + case 0x83: goto yy1033; + case 0x84: goto yy1358; + case 0x86: goto yy1359; + case 0x87: goto yy1360; + case 0x88: goto yy1361; + case 0x89: goto yy1362; + case 0x8A: goto yy1363; + case 0x8B: goto yy1364; + case 0x8C: goto yy290; + case 0x8D: goto yy1365; + case 0x8E: + case 0x8F: goto yy118; + default: goto yy2; + } +yy278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy118; + goto yy2; +yy279: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy572; + case 0x93: goto yy1366; + case 0x94: + case 0x95: + case 0x96: + case 0x97: goto yy268; + case 0x98: goto yy1367; + case 0x99: goto yy1368; + case 0x9A: goto yy1369; + case 0x9B: goto yy1370; + case 0x9C: goto yy1371; + case 0x9D: goto yy262; + case 0x9E: goto yy1372; + case 0x9F: goto yy1373; + case 0xA0: goto yy1374; + case 0xA1: goto yy1375; + case 0xA2: goto yy1376; + case 0xA3: goto yy1377; + case 0xA4: goto yy1378; + case 0xA5: goto yy1379; + case 0xA6: goto yy1380; + case 0xA7: goto yy1381; + case 0xA8: goto yy1382; + case 0xA9: goto yy1383; + case 0xAA: goto yy1384; + case 0xAB: goto yy1385; + case 0xAC: goto yy1386; + case 0xAD: goto yy1387; + case 0xAE: goto yy253; + case 0xAF: goto yy1388; + default: goto yy2; + } +yy280: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy1389; + case 0xAD: goto yy1390; + case 0xAE: goto yy1391; + case 0xAF: goto yy1392; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy268; + case 0xB4: goto yy1393; + case 0xB5: goto yy1394; + case 0xB6: goto yy1395; + case 0xB7: goto yy1396; + case 0xB8: goto yy1397; + case 0xB9: goto yy1398; + case 0xBB: goto yy1399; + case 0xBC: goto yy1400; + case 0xBD: goto yy1401; + case 0xBE: goto yy1074; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy281: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy1403; + case 0x91: goto yy1404; + case 0x92: goto yy1405; + case 0x93: goto yy1406; + case 0x94: goto yy1407; + case 0x96: goto yy1408; + case 0x9B: goto yy1409; + case 0x9D: goto yy1410; + case 0x9E: goto yy1411; + case 0x9F: goto yy1412; + default: goto yy2; + } +yy282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy1413; + goto yy2; +yy283: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + switch (yych) { + case '$': + case '<': + case '=': + case '>': + case '^': + case '`': + case '|': + case '~': goto yy113; + case '%': goto yy146; + case '\'': goto yy242; + case '+': goto yy182; + case '-': goto yy243; + case '.': goto yy1217; + case '0': + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': goto yy206; + case ':': goto yy246; + case '@': goto yy148; + case 'A': + case 'B': + case 'C': + case 'D': + case 'E': + case 'F': + case 'G': + case 'H': + case 'I': + case 'J': + case 'K': + case 'L': + case 'M': + case 'N': + case 'O': + case 'P': + case 'Q': + case 'R': + case 'S': + case 'U': + case 'V': + case 'W': + case 'X': + case 'Y': + case 'Z': + case 'a': + case 'b': + case 'c': + case 'd': + case 'e': + case 'f': + case 'g': + case 'h': + case 'i': + case 'j': + case 'k': + case 'l': + case 'm': + case 'n': + case 'o': + case 'p': + case 'q': + case 'r': + case 's': + case 'u': + case 'v': + case 'w': + case 'x': + case 'y': + case 'z': goto yy247; + case 'T': + case 't': goto yy1414; + case '_': goto yy249; + case 0xC2: goto yy251; + case 0xC3: goto yy252; + case 0xC4: + case 0xC5: + case 0xC8: + case 0xC9: + case 0xD0: + case 0xD1: + case 0xD3: goto yy253; + case 0xC6: goto yy254; + case 0xC7: goto yy255; + case 0xCA: goto yy256; + case 0xCB: goto yy257; + case 0xCC: goto yy118; + case 0xCD: goto yy258; + case 0xCE: goto yy259; + case 0xCF: goto yy260; + case 0xD2: goto yy261; + case 0xD4: goto yy262; + case 0xD5: goto yy263; + case 0xD6: goto yy264; + case 0xD7: goto yy265; + case 0xD8: goto yy266; + case 0xD9: goto yy267; + case 0xDA: goto yy268; + case 0xDB: goto yy269; + case 0xDC: goto yy270; + case 0xDD: goto yy271; + case 0xDE: goto yy272; + case 0xDF: goto yy273; + case 0xE0: goto yy274; + case 0xE1: goto yy275; + case 0xE2: goto yy276; + case 0xE3: goto yy277; + case 0xE4: goto yy278; + case 0xEA: goto yy279; + case 0xEF: goto yy280; + case 0xF0: goto yy281; + case 0xF3: goto yy282; + default: goto yy57; + } +yy284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy110; + goto yy146; + } else { + if (yych == '+') goto yy170; + if (yych <= ',') goto yy2; + goto yy146; + } + } else { + if (yych <= ';') { + if (yych <= '.') goto yy172; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy284; + goto yy2; + } else { + if (yych <= '>') goto yy110; + if (yych <= '?') goto yy2; + if (yych <= '@') goto yy148; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= ']') goto yy2; + if (yych == '_') goto yy209; + goto yy110; + } else { + if (yych <= 'z') goto yy286; + if (yych == '|') goto yy110; + goto yy2; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy110; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy288; + goto yy289; + } else { + if (yych <= 0xC9) goto yy290; + if (yych <= 0xCA) goto yy291; + if (yych <= 0xCB) goto yy120; + goto yy121; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy292; + if (yych <= 0xCE) goto yy293; + goto yy294; + } else { + if (yych == 0xD2) goto yy295; + if (yych <= 0xD3) goto yy290; + goto yy296; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy297; + if (yych <= 0xD6) goto yy298; + if (yych <= 0xD7) goto yy299; + goto yy300; + } else { + if (yych <= 0xD9) goto yy301; + if (yych <= 0xDA) goto yy290; + if (yych <= 0xDB) goto yy302; + goto yy303; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy304; + if (yych <= 0xDE) goto yy305; + if (yych <= 0xDF) goto yy306; + goto yy307; + } else { + if (yych <= 0xE1) goto yy308; + if (yych <= 0xE2) goto yy309; + if (yych <= 0xE3) goto yy310; + goto yy141; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy311; + if (yych <= 0xEE) goto yy2; + goto yy312; + } else { + if (yych <= 0xF0) goto yy313; + if (yych == 0xF3) goto yy145; + goto yy2; + } + } + } + } +yy286: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy115; + if (yych <= '$') goto yy113; + goto yy146; + } else { + if (yych == '+') goto yy182; + if (yych <= ',') goto yy115; + goto yy801; + } + } else { + if (yych <= ';') { + if (yych <= '.') goto yy172; + if (yych <= '/') goto yy115; + if (yych <= '9') goto yy286; + goto yy115; + } else { + if (yych <= '>') goto yy113; + if (yych <= '?') goto yy115; + if (yych <= '@') goto yy148; + goto yy286; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= ']') goto yy115; + if (yych == '_') goto yy249; + goto yy113; + } else { + if (yych <= 'z') goto yy286; + if (yych == '|') goto yy113; + goto yy115; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy113; + if (yych <= 0xC1) goto yy115; + if (yych <= 0xC2) goto yy1415; + goto yy1416; + } else { + if (yych <= 0xC9) goto yy290; + if (yych <= 0xCA) goto yy291; + if (yych <= 0xCB) goto yy564; + goto yy118; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1417; + if (yych <= 0xCE) goto yy1418; + goto yy1419; + } else { + if (yych == 0xD2) goto yy1420; + if (yych <= 0xD3) goto yy290; + goto yy296; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy297; + if (yych <= 0xD6) goto yy1421; + if (yych <= 0xD7) goto yy1422; + goto yy1423; + } else { + if (yych <= 0xD9) goto yy1424; + if (yych <= 0xDA) goto yy290; + if (yych <= 0xDB) goto yy1425; + goto yy1426; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1427; + if (yych <= 0xDE) goto yy1428; + if (yych <= 0xDF) goto yy1429; + goto yy1430; + } else { + if (yych <= 0xE1) goto yy1431; + if (yych <= 0xE2) goto yy1432; + if (yych <= 0xE3) goto yy1433; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1434; + if (yych <= 0xEE) goto yy115; + goto yy1435; + } else { + if (yych <= 0xF0) goto yy1436; + if (yych == 0xF3) goto yy282; + goto yy115; + } + } + } + } +yy288: + yych = *++YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy110; + case 0xAA: + case 0xB5: + case 0xBA: goto yy1437; + default: goto yy2; + } +yy289: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1437; + goto yy110; + } else { + if (yych == 0xB7) goto yy110; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1437; + goto yy2; +yy292: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0xB3) goto yy1437; + if (yych <= 0xB4) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy1437; + if (yych <= 0xBA) goto yy2; + goto yy1437; + } else { + if (yych == 0xBF) goto yy1437; + goto yy2; + } + } +yy293: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy110; + goto yy1437; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1437; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy294: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy110; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy295: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1437; + if (yych <= 0x89) goto yy110; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1437; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy298: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1437; + if (yych <= 0x8C) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy110; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } +yy299: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy1437; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy1437; + goto yy2; + } + } +yy300: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy110; + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy301: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy1437; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xA9) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy1439; + if (yych <= 0xAD) goto yy2; + goto yy1437; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy302: + yych = *++YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1437; + goto yy2; + } else { + if (yych <= 0x95) goto yy1437; + if (yych == 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy1437; + goto yy1439; + } else { + if (yych <= 0xBC) goto yy1437; + if (yych <= 0xBE) goto yy110; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy303: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy1437; + goto yy110; + } else { + if (yych <= 0xAF) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy304: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy110; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy305: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1437; + if (yych <= 0xB0) goto yy110; + if (yych <= 0xB1) goto yy1437; + goto yy2; +yy306: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1439; + goto yy1437; + } else { + if (yych <= 0xB3) goto yy110; + if (yych == 0xB6) goto yy110; + goto yy2; + } +yy307: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: goto yy1441; + case 0xA1: goto yy1442; + case 0xA2: goto yy1443; + case 0xA3: goto yy586; + case 0xA4: goto yy1444; + case 0xA5: goto yy1445; + case 0xA6: goto yy1446; + case 0xA7: goto yy1447; + case 0xA8: goto yy1448; + case 0xA9: goto yy1449; + case 0xAA: goto yy1450; + case 0xAB: goto yy1451; + case 0xAC: goto yy1452; + case 0xAD: goto yy1453; + case 0xAE: goto yy1454; + case 0xAF: goto yy1455; + case 0xB0: goto yy1456; + case 0xB1: goto yy1457; + case 0xB2: goto yy1458; + case 0xB3: goto yy1459; + case 0xB4: goto yy1460; + case 0xB5: goto yy1461; + case 0xB6: goto yy1462; + case 0xB7: goto yy1463; + case 0xB8: goto yy607; + case 0xB9: goto yy1464; + case 0xBA: goto yy609; + case 0xBB: goto yy1465; + case 0xBC: goto yy1466; + case 0xBD: goto yy612; + case 0xBE: goto yy613; + case 0xBF: goto yy614; + default: goto yy2; + } +yy308: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy615; + case 0x81: goto yy1467; + case 0x82: goto yy1468; + case 0x83: goto yy1469; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy290; + case 0x89: goto yy1470; + case 0x8A: goto yy1471; + case 0x8B: goto yy1472; + case 0x8C: goto yy1473; + case 0x8D: goto yy1474; + case 0x8E: goto yy1475; + case 0x8F: goto yy1476; + case 0x90: goto yy1477; + case 0x99: goto yy1478; + case 0x9A: goto yy1479; + case 0x9B: goto yy1480; + case 0x9C: goto yy1481; + case 0x9D: goto yy1482; + case 0x9E: goto yy632; + case 0x9F: goto yy1483; + case 0xA0: goto yy1484; + case 0xA1: goto yy1485; + case 0xA2: goto yy1486; + case 0xA3: goto yy1487; + case 0xA4: goto yy1488; + case 0xA5: goto yy1489; + case 0xA7: goto yy1490; + case 0xA8: goto yy1491; + case 0xA9: goto yy642; + case 0xAA: goto yy1492; + case 0xAC: goto yy644; + case 0xAD: goto yy1493; + case 0xAE: goto yy1494; + case 0xAF: goto yy1495; + case 0xB0: goto yy1496; + case 0xB1: goto yy1497; + case 0xB3: goto yy1498; + case 0xB4: goto yy1499; + case 0xB5: goto yy1500; + case 0xB6: goto yy1501; + case 0xB7: goto yy654; + case 0xBC: goto yy1502; + case 0xBD: goto yy1503; + case 0xBE: goto yy1504; + case 0xBF: goto yy1505; + default: goto yy2; + } +yy309: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy1506; + case 0x81: goto yy1507; + case 0x82: goto yy661; + case 0x83: goto yy662; + case 0x84: goto yy1508; + case 0x85: goto yy1509; + case 0x86: goto yy1510; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy121; + case 0x8C: goto yy666; + case 0x8F: goto yy667; + case 0x90: goto yy668; + case 0x91: goto yy669; + case 0x92: goto yy670; + case 0x93: goto yy671; + case 0x9D: goto yy672; + case 0x9E: goto yy673; + case 0x9F: goto yy674; + case 0xA6: goto yy675; + case 0xA7: goto yy676; + case 0xAD: goto yy677; + case 0xAE: goto yy678; + case 0xAF: goto yy679; + case 0xB0: goto yy1511; + case 0xB1: goto yy1512; + case 0xB2: goto yy290; + case 0xB3: goto yy1513; + case 0xB4: goto yy1514; + case 0xB5: goto yy1515; + case 0xB6: goto yy1516; + case 0xB7: goto yy1517; + case 0xBA: goto yy687; + case 0xBB: goto yy688; + case 0xBF: goto yy689; + default: goto yy2; + } +yy310: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1518; + case 0x82: goto yy1032; + case 0x83: goto yy1033; + case 0x84: goto yy1519; + case 0x86: goto yy1520; + case 0x87: goto yy1036; + case 0x88: goto yy695; + case 0x89: goto yy696; + case 0x8A: goto yy697; + case 0x8B: goto yy1037; + case 0x8C: goto yy1038; + case 0x8D: goto yy1039; + case 0x8E: + case 0x8F: goto yy121; + default: goto yy2; + } +yy311: + yych = *++YYCURSOR; + switch (yych) { + case 0x92: goto yy699; + case 0x93: goto yy1521; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy290; + case 0x98: goto yy1522; + case 0x99: goto yy1523; + case 0x9A: goto yy1524; + case 0x9B: goto yy1525; + case 0x9C: goto yy1526; + case 0x9D: goto yy296; + case 0x9E: goto yy1527; + case 0x9F: goto yy1528; + case 0xA0: goto yy1529; + case 0xA1: goto yy1530; + case 0xA2: goto yy1531; + case 0xA3: goto yy1532; + case 0xA4: goto yy1533; + case 0xA5: goto yy1534; + case 0xA6: goto yy714; + case 0xA7: goto yy1535; + case 0xA8: goto yy1536; + case 0xA9: goto yy1537; + case 0xAA: goto yy718; + case 0xAB: goto yy1538; + case 0xAC: goto yy1539; + case 0xAD: goto yy1540; + case 0xAF: goto yy1541; + default: goto yy2; + } +yy312: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy1542; + case 0xAD: goto yy1543; + case 0xAE: goto yy1544; + case 0xAF: goto yy1545; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy290; + case 0xB4: goto yy1546; + case 0xB5: goto yy1547; + case 0xB6: goto yy1548; + case 0xB7: goto yy1549; + case 0xB8: goto yy1550; + case 0xB9: goto yy1551; + case 0xBB: goto yy1552; + case 0xBC: goto yy1553; + case 0xBD: goto yy1554; + case 0xBE: goto yy1074; + case 0xBF: goto yy735; + default: goto yy2; + } +yy313: + yych = *++YYCURSOR; + switch (yych) { + case 0x90: goto yy1555; + case 0x91: goto yy1556; + case 0x92: goto yy1557; + case 0x93: goto yy1558; + case 0x94: goto yy1559; + case 0x96: goto yy1560; + case 0x9B: goto yy1561; + case 0x9D: goto yy1562; + case 0x9E: goto yy1563; + case 0x9F: goto yy745; + default: goto yy2; + } +yy314: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy113; + goto yy57; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy113; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1565; + if (yych <= '.') goto yy1566; + if (yych <= '/') goto yy57; + goto yy950; + } else { + if (yych <= ':') goto yy246; + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + goto yy57; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy1240; + if (yych <= ']') goto yy57; + if (yych <= '^') goto yy113; + goto yy1567; + } else { + if (yych <= '`') goto yy113; + if (yych <= 'z') goto yy1240; + if (yych <= '{') goto yy57; + goto yy113; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy113; + if (yych <= 0xC1) goto yy57; + goto yy1569; + } else { + if (yych <= 0xC3) goto yy1570; + if (yych <= 0xC9) goto yy268; + if (yych <= 0xCA) goto yy1571; + goto yy257; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy1572; + if (yych <= 0xCE) goto yy1573; + goto yy1574; + } else { + if (yych == 0xD2) goto yy1575; + if (yych <= 0xD3) goto yy268; + goto yy1576; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy1577; + if (yych <= 0xD6) goto yy1578; + if (yych <= 0xD7) goto yy265; + goto yy266; + } else { + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + if (yych <= 0xDB) goto yy269; + goto yy270; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + if (yych <= 0xDF) goto yy273; + goto yy274; + } else { + if (yych <= 0xE1) goto yy1579; + if (yych <= 0xE2) goto yy1580; + if (yych <= 0xE3) goto yy277; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1581; + if (yych <= 0xEE) goto yy57; + goto yy1582; + } else { + if (yych <= 0xF0) goto yy1583; + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } +yy315: + ++YYCURSOR; +#line 201 "scanner.re" + { return OPEN_QUOTE; } +#line 8181 "scanner.c" +yy317: + ++YYCURSOR; +#line 182 "scanner.re" + { return IDEOGRAPHIC_NUMBER; } +#line 8186 "scanner.c" +yy319: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '\'') { + if (yych == '$') goto yy113; + if (yych <= '&') goto yy57; + goto yy242; + } else { + if (yych == '+') goto yy113; + if (yych <= ',') goto yy57; + goto yy1565; + } + } else { + if (yych <= ':') { + if (yych <= '.') goto yy1566; + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy950; + goto yy246; + } else { + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy57; + goto yy1242; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= ']') goto yy57; + if (yych == '_') goto yy1567; + goto yy113; + } else { + if (yych <= 'z') goto yy1242; + if (yych == '|') goto yy113; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy113; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy251; + goto yy252; + } else { + if (yych <= 0xC6) { + if (yych <= 0xC5) goto yy253; + goto yy254; + } else { + if (yych <= 0xC7) goto yy255; + if (yych <= 0xC9) goto yy253; + goto yy256; + } + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy257; + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy258; + goto yy259; + } else { + if (yych <= 0xCF) goto yy260; + if (yych == 0xD2) goto yy261; + goto yy253; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy262; + if (yych <= 0xD5) goto yy263; + if (yych <= 0xD6) goto yy264; + goto yy265; + } else { + if (yych <= 0xD8) goto yy266; + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + goto yy269; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy270; + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + goto yy273; + } else { + if (yych <= 0xE0) goto yy274; + if (yych <= 0xE1) goto yy275; + if (yych <= 0xE2) goto yy276; + goto yy277; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy278; + if (yych == 0xEA) goto yy279; + goto yy57; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy280; + goto yy281; + } else { + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } + } +yy320: + ++YYCURSOR; +#line 202 "scanner.re" + { return CLOSE_QUOTE; } +#line 8304 "scanner.c" +yy322: + yyaccept = 16; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xDF) { + if (yych <= 0xD9) { + if (yych <= '/') goto yy323; + if (yych <= '9') goto yy831; + if (yych >= 0xD9) goto yy189; + } else { + if (yych == 0xDB) goto yy190; + if (yych >= 0xDF) goto yy191; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE0) goto yy192; + if (yych <= 0xE1) goto yy193; + if (yych >= 0xEA) goto yy194; + } else { + if (yych <= 0xEE) goto yy323; + if (yych <= 0xEF) goto yy195; + if (yych <= 0xF0) goto yy196; + } + } +yy323: +#line 209 "scanner.re" + { return DASH; } +#line 8331 "scanner.c" +yy324: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '>') { + if (yych <= '+') { + if (yych <= '$') { + if (yych == '"') goto yy1584; + if (yych <= '#') goto yy57; + goto yy113; + } else { + if (yych == '\'') goto yy1585; + if (yych <= '*') goto yy57; + goto yy113; + } + } else { + if (yych <= '/') { + if (yych <= ',') goto yy57; + if (yych <= '-') goto yy1565; + if (yych <= '.') goto yy1566; + goto yy57; + } else { + if (yych <= '9') goto yy950; + if (yych <= ':') goto yy246; + if (yych <= ';') goto yy57; + goto yy113; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1240; + if (yych <= ']') goto yy57; + goto yy113; + } else { + if (yych <= '_') goto yy1567; + if (yych <= '`') goto yy113; + if (yych <= 'z') goto yy1240; + goto yy57; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy57; + if (yych <= '~') goto yy113; + goto yy57; + } else { + if (yych <= 0xC2) goto yy1569; + if (yych <= 0xC3) goto yy1570; + if (yych <= 0xC9) goto yy268; + goto yy1571; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy257; + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy1572; + goto yy1573; + } else { + if (yych <= 0xCF) goto yy1574; + if (yych == 0xD2) goto yy1575; + goto yy268; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy1576; + if (yych <= 0xD5) goto yy1577; + if (yych <= 0xD6) goto yy1578; + goto yy1586; + } else { + if (yych <= 0xD8) goto yy266; + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + goto yy269; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy270; + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + goto yy273; + } else { + if (yych <= 0xE0) goto yy274; + if (yych <= 0xE1) goto yy1579; + if (yych <= 0xE2) goto yy1580; + goto yy277; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy278; + if (yych == 0xEA) goto yy1581; + goto yy57; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy1587; + goto yy1583; + } else { + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } + } +yy325: + yyaccept = 7; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCF) { + if (yych <= 'Z') { + if (yych <= '.') { + if (yych <= '+') { + if (yych == '\'') goto yy200; + goto yy41; + } else { + if (yych <= ',') goto yy202; + if (yych <= '-') goto yy200; + goto yy1588; + } + } else { + if (yych <= ':') { + if (yych <= '/') goto yy41; + if (yych <= '9') goto yy325; + goto yy41; + } else { + if (yych <= ';') goto yy202; + if (yych <= '@') goto yy41; + goto yy1246; + } + } + } else { + if (yych <= 0xC2) { + if (yych <= '`') { + if (yych == '_') goto yy1589; + goto yy41; + } else { + if (yych <= 'z') goto yy1246; + if (yych <= 0xC1) goto yy41; + goto yy1591; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC3) goto yy1592; + if (yych <= 0xC9) goto yy1593; + goto yy1594; + } else { + if (yych <= 0xCC) goto yy41; + if (yych <= 0xCD) goto yy1595; + if (yych <= 0xCE) goto yy1596; + goto yy1597; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy1598; + goto yy1593; + } else { + if (yych <= 0xD4) goto yy1599; + if (yych <= 0xD5) goto yy1600; + goto yy1601; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy1602; + if (yych <= 0xD8) goto yy1603; + goto yy1604; + } else { + if (yych <= 0xDA) goto yy1593; + if (yych <= 0xDB) goto yy1605; + goto yy1606; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy1607; + if (yych <= 0xDE) goto yy1608; + goto yy1609; + } else { + if (yych <= 0xE0) goto yy1610; + if (yych <= 0xE1) goto yy1611; + goto yy1612; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy1613; + if (yych <= 0xE9) goto yy41; + goto yy1614; + } else { + if (yych <= 0xEE) goto yy41; + if (yych <= 0xEF) goto yy1615; + if (yych <= 0xF0) goto yy1616; + goto yy41; + } + } + } + } +yy327: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy314; + } else { + if (yych == 0x9A) goto yy28; + goto yy17; + } + } else { + if (yych <= 0xA8) { + if (yych <= 0xA4) goto yy28; + if (yych <= 0xA7) goto yy17; + goto yy28; + } else { + if (yych <= 0xAD) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy328: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy314; + if (yych <= 0x9B) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy329: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy28; + if (yych <= 0xB4) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy330: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy331: + yych = *++YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy17; + goto yy314; + } else { + if (yych == 0xBD) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy332: + yych = *++YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy17; + } else { + if (yych <= 0x90) goto yy314; + if (yych <= 0x97) goto yy17; + goto yy314; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy17; + if (yych <= 0xA5) goto yy28; + goto yy325; + } else { + if (yych <= 0xB1) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } +yy333: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy314; + } else { + if (yych <= 0x83) goto yy17; + if (yych <= 0x84) goto yy28; + goto yy314; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy28; + goto yy314; + } else { + if (yych <= 0x92) goto yy28; + if (yych <= 0xA8) goto yy314; + goto yy28; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy314; + goto yy28; + } else { + if (yych <= 0xB2) goto yy314; + if (yych <= 0xB5) goto yy28; + goto yy314; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy28; + goto yy17; + } else { + if (yych <= 0xBD) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } + } +yy334: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy17; + } else { + if (yych <= 0x86) goto yy28; + if (yych <= 0x88) goto yy17; + goto yy28; + } + } else { + if (yych <= 0x96) { + if (yych <= 0x8D) goto yy17; + if (yych <= 0x8E) goto yy314; + goto yy28; + } else { + if (yych <= 0x97) goto yy17; + if (yych <= 0x9B) goto yy28; + goto yy314; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) { + if (yych <= 0x9E) goto yy28; + goto yy314; + } else { + if (yych <= 0xA3) goto yy17; + if (yych <= 0xA5) goto yy28; + goto yy325; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) goto yy314; + if (yych <= 0xB3) goto yy17; + goto yy317; + } else { + if (yych <= 0xBB) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } + } +yy335: + yych = *++YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8A) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy28; + } else { + if (yych <= 0x83) goto yy17; + if (yych <= 0x84) goto yy28; + goto yy314; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x8E) goto yy28; + if (yych <= 0x90) goto yy314; + goto yy28; + } else { + if (yych == 0xA9) goto yy28; + goto yy314; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy28; + goto yy314; + } else { + if (yych <= 0xB4) goto yy28; + if (yych <= 0xB6) goto yy314; + goto yy28; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy314; + if (yych <= 0xBB) goto yy28; + goto yy17; + } else { + if (yych <= 0xBD) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } + } +yy336: + yych = *++YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy17; + if (yych <= 0x86) goto yy28; + goto yy17; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy28; + goto yy17; + } else { + if (yych == 0x91) goto yy17; + goto yy28; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy314; + goto yy28; + } else { + if (yych <= 0x9E) goto yy314; + if (yych <= 0xA5) goto yy28; + goto yy325; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) goto yy17; + goto yy314; + } else { + if (yych <= 0xB5) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } + } +yy337: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy28; + } else { + if (yych <= 0x83) goto yy17; + if (yych <= 0x84) goto yy28; + goto yy314; + } + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy28; + goto yy314; + } else { + if (yych <= 0x92) goto yy28; + if (yych <= 0xA8) goto yy314; + goto yy28; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy314; + goto yy28; + } else { + if (yych == 0xB4) goto yy28; + goto yy314; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy28; + goto yy17; + } else { + if (yych <= 0xBD) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } + } +yy338: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy28; + goto yy17; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy28; + goto yy17; + } else { + if (yych == 0x90) goto yy314; + goto yy28; + } + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy314; + goto yy17; + } else { + if (yych <= 0xA5) goto yy28; + if (yych <= 0xAF) goto yy325; + goto yy28; + } + } else { + if (yych <= 0xB8) { + if (yych <= 0xB1) goto yy17; + goto yy28; + } else { + if (yych <= 0xB9) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } + } +yy339: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy28; + } else { + if (yych <= 0x83) goto yy17; + if (yych <= 0x84) goto yy28; + goto yy314; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy28; + goto yy314; + } else { + if (yych <= 0x92) goto yy28; + if (yych <= 0xA8) goto yy314; + goto yy28; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy314; + goto yy28; + } else { + if (yych == 0xB4) goto yy28; + goto yy314; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy28; + goto yy17; + } else { + if (yych <= 0xBD) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } + } +yy340: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy17; + } else { + if (yych <= 0x86) goto yy28; + if (yych <= 0x88) goto yy17; + goto yy28; + } + } else { + if (yych <= 0x95) { + if (yych <= 0x8D) goto yy17; + goto yy28; + } else { + if (yych <= 0x97) goto yy17; + if (yych <= 0x9B) goto yy28; + goto yy314; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) { + if (yych <= 0x9E) goto yy28; + goto yy314; + } else { + if (yych <= 0xA3) goto yy17; + if (yych <= 0xA5) goto yy28; + goto yy325; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy17; + goto yy314; + } else { + if (yych <= 0xB7) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } + } +yy341: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x84: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x91: + case 0x96: + case 0x97: + case 0x98: + case 0x9B: + case 0x9D: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBD: goto yy28; + case 0x82: + case 0xBE: + case 0xBF: goto yy17; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy314; + default: goto yy2; + } +yy342: + yych = *++YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy17; + if (yych <= 0x85) goto yy28; + goto yy17; + } else { + if (yych <= 0x89) goto yy28; + if (yych <= 0x8D) goto yy17; + if (yych <= 0x8F) goto yy28; + goto yy314; + } + } else { + if (yych <= 0xAF) { + if (yych == 0x97) goto yy17; + if (yych <= 0xA5) goto yy28; + goto yy325; + } else { + if (yych <= 0xB2) goto yy317; + if (yych <= 0xBA) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy343: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy17; + goto yy28; + } else { + if (yych == 0x8D) goto yy28; + if (yych <= 0x90) goto yy314; + goto yy28; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy28; + goto yy314; + } else { + if (yych <= 0xBC) goto yy28; + if (yych <= 0xBD) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } +yy344: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy28; + goto yy17; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy28; + goto yy17; + } else { + if (yych <= 0x94) goto yy28; + if (yych <= 0x96) goto yy17; + goto yy28; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9F) { + if (yych <= 0x9A) goto yy314; + goto yy28; + } else { + if (yych <= 0xA1) goto yy314; + if (yych <= 0xA3) goto yy17; + goto yy28; + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xAF) goto yy325; + goto yy28; + } else { + if (yych <= 0xBE) goto yy317; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } + } +yy345: + yych = *++YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy28; + if (yych <= 0x83) goto yy17; + goto yy28; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8C) goto yy314; + goto yy28; + } else { + if (yych == 0x91) goto yy28; + goto yy314; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy28; + if (yych == 0xB4) goto yy28; + goto yy314; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy28; + goto yy17; + } else { + if (yych <= 0xBD) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } + } +yy346: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy28; + goto yy17; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy28; + goto yy17; + } else { + if (yych <= 0x94) goto yy28; + if (yych <= 0x96) goto yy17; + goto yy28; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9F) { + if (yych <= 0x9E) goto yy314; + goto yy28; + } else { + if (yych <= 0xA1) goto yy314; + if (yych <= 0xA3) goto yy17; + goto yy28; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAF) goto yy325; + goto yy28; + } else { + if (yych <= 0xB2) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } + } +yy347: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy28; + goto yy17; + } else { + if (yych <= 0x84) goto yy28; + if (yych <= 0x8C) goto yy314; + goto yy28; + } + } else { + if (yych <= 0xBA) { + if (yych == 0x91) goto yy28; + goto yy314; + } else { + if (yych <= 0xBC) goto yy28; + if (yych <= 0xBD) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } +yy348: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy28; + goto yy17; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy28; + goto yy17; + } else { + if (yych <= 0x8E) goto yy314; + if (yych <= 0x96) goto yy28; + goto yy17; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) { + if (yych <= 0x9E) goto yy28; + goto yy314; + } else { + if (yych <= 0xA3) goto yy17; + if (yych <= 0xA5) goto yy28; + goto yy325; + } + } else { + if (yych <= 0xB8) { + if (yych <= 0xB5) goto yy317; + goto yy28; + } else { + if (yych <= 0xB9) goto yy17; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } + } +yy349: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy28; + goto yy17; + } else { + if (yych <= 0x84) goto yy28; + if (yych <= 0x96) goto yy314; + goto yy28; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy28; + goto yy314; + } else { + if (yych == 0xBD) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy350: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy314; + if (yych <= 0x89) goto yy28; + goto yy17; + } else { + if (yych <= 0x8E) goto yy28; + if (yych == 0x95) goto yy28; + goto yy17; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x97) goto yy28; + if (yych <= 0x9F) goto yy17; + if (yych <= 0xA5) goto yy28; + goto yy325; + } else { + if (yych <= 0xB1) goto yy28; + if (yych <= 0xB3) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy351: + yych = *++YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy28; + if (yych <= 0xB0) goto yy1617; + goto yy1619; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB3) goto yy1617; + goto yy1619; + } else { + if (yych <= 0xBE) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } +yy352: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1617; + if (yych <= 0x8E) goto yy1619; + goto yy1617; + } else { + if (yych <= 0x99) goto yy325; + if (yych <= 0x9B) goto yy1617; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy353: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x83: + case 0x85: + case 0x86: + case 0x89: + case 0x8B: + case 0x8C: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x98: + case 0xA0: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xBA: + case 0xBE: + case 0xBF: goto yy28; + case 0x81: + case 0x82: + case 0x84: + case 0x87: + case 0x88: + case 0x8A: + case 0x8D: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0x9E: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xAA: + case 0xAB: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB2: + case 0xB3: + case 0xBD: goto yy1617; + case 0xB1: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBB: + case 0xBC: goto yy1619; + default: goto yy2; + } +yy354: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1617; + goto yy28; + } else { + if (yych <= 0x86) goto yy1617; + if (yych <= 0x87) goto yy28; + goto yy1619; + } + } else { + if (yych <= 0x9B) { + if (yych <= 0x8F) goto yy28; + if (yych <= 0x99) goto yy325; + goto yy28; + } else { + if (yych <= 0x9F) goto yy1617; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy355: + yych = *++YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1617; + goto yy1619; + } else { + if (yych == 0x93) goto yy1619; + goto yy1617; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x9F) goto yy1619; + if (yych <= 0xA9) goto yy325; + goto yy1617; + } else { + if (yych <= 0xB9) goto yy1619; + if (yych <= 0xBD) goto yy1617; + if (yych <= 0xBF) goto yy1619; + goto yy2; + } + } +yy356: + yych = *++YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1617; + goto yy28; + } else { + if (yych <= 0xAC) goto yy1617; + if (yych <= 0xB0) goto yy28; + if (yych <= 0xBF) goto yy1619; + goto yy2; + } +yy357: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1619; + } else { + if (yych <= 0x85) goto yy1617; + if (yych <= 0x87) goto yy1619; + goto yy1617; + } + } else { + if (yych <= 0xBC) { + if (yych == 0x98) goto yy28; + goto yy1619; + } else { + if (yych <= 0xBD) goto yy28; + if (yych <= 0xBF) goto yy1619; + goto yy2; + } + } +yy358: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy28; + goto yy1619; + } else { + if (yych <= 0x98) { + if (yych <= 0x94) goto yy1617; + goto yy17; + } else { + if (yych <= 0x9A) goto yy1617; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy359: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy28; + if (yych <= 0xBE) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy360: + yych = *++YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + goto yy28; + } else { + if (yych <= 0x99) goto yy17; + if (yych <= 0x9D) goto yy28; + if (yych <= 0xA0) goto yy17; + goto yy28; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0xA4) goto yy17; + if (yych <= 0xA6) goto yy28; + goto yy17; + } else { + if (yych <= 0xB0) goto yy28; + if (yych <= 0xB4) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy361: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy28; + if (yych <= 0x8D) goto yy17; + goto yy28; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy17; + goto yy325; + } else { + if (yych <= 0x9F) goto yy17; + if (yych <= 0xBF) goto yy319; + goto yy2; + } + } +yy362: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy319; + } else { + if (yych == 0x87) goto yy319; + goto yy28; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy319; + if (yych <= 0x8F) goto yy28; + goto yy314; + } else { + if (yych <= 0xBC) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } +yy363: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1620; + goto yy2; +yy364: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1620; + if (yych <= 0xBF) goto yy1621; + goto yy2; +yy365: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1621; + if (yych <= 0xBF) goto yy1622; + goto yy2; +yy366: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1622; + goto yy2; +yy367: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy314; + goto yy28; + } else { + if (yych <= 0x8D) goto yy314; + if (yych <= 0x8F) goto yy28; + goto yy314; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy314; + goto yy28; + } else { + if (yych <= 0x9D) goto yy314; + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } +yy368: + yych = *++YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy314; + goto yy28; + } else { + if (yych <= 0x8D) goto yy314; + if (yych <= 0x8F) goto yy28; + goto yy314; + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB1) goto yy28; + if (yych <= 0xB5) goto yy314; + goto yy28; + } else { + if (yych <= 0xBE) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy369: + yych = *++YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy28; + goto yy314; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy28; + goto yy314; + } else { + if (yych <= 0x97) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } +yy370: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy314; + goto yy28; + } else { + if (yych <= 0x95) goto yy314; + if (yych <= 0x97) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } +yy371: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy314; + if (yych <= 0x9C) goto yy28; + goto yy17; + } else { + if (yych <= 0xA8) goto yy28; + if (yych <= 0xBC) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy372: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy314; + goto yy17; + } else { + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; + } +yy373: + yych = *++YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy319; + goto yy28; + } else { + if (yych <= 0xBD) goto yy319; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy374: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy322; + if (yych <= 0xBF) goto yy314; + goto yy2; +yy375: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy314; + if (yych <= 0xAE) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; +yy376: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy8; + if (yych <= 0x9A) goto yy314; + goto yy59; + } else { + if (yych <= 0x9C) goto yy26; + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } +yy377: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy314; + goto yy28; + } else { + if (yych <= 0xB0) goto yy317; + if (yych <= 0xB8) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy378: + yych = *++YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + goto yy314; + } else { + if (yych <= 0x8D) goto yy28; + if (yych <= 0x91) goto yy314; + goto yy17; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) goto yy28; + goto yy314; + } else { + if (yych <= 0xB4) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy379: + yych = *++YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy314; + } else { + if (yych <= 0x93) goto yy17; + if (yych <= 0x9F) goto yy28; + goto yy314; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAD) goto yy28; + if (yych <= 0xB0) goto yy314; + goto yy28; + } else { + if (yych <= 0xB3) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy380: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy381: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy17; + goto yy28; + } else { + if (yych == 0x9C) goto yy28; + goto yy17; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9F) goto yy28; + if (yych <= 0xA9) goto yy325; + goto yy28; + } else { + if (yych <= 0xB9) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy382: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy28; + } else { + if (yych <= 0x86) goto yy322; + if (yych <= 0x8A) goto yy28; + goto yy17; + } + } else { + if (yych <= 0x99) { + if (yych <= 0x8E) goto yy5; + if (yych <= 0x8F) goto yy28; + goto yy325; + } else { + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } +yy383: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy314; + goto yy28; + } else { + if (yych <= 0xB7) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy384: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy314; + goto yy17; + } else { + if (yych <= 0xAA) goto yy314; + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } +yy385: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy386: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy314; + if (yych <= 0x9F) goto yy28; + goto yy17; + } else { + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBB) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy387: + yych = *++YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy17; + goto yy28; + } else { + if (yych <= 0x8F) goto yy325; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy388: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy389: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy28; + goto yy325; + } else { + if (yych <= 0x9A) goto yy317; + if (yych <= 0x9D) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy390: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy314; + if (yych <= 0x9B) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy391: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy28; + if (yych <= 0x9E) goto yy17; + goto yy28; + } else { + if (yych <= 0xBC) goto yy17; + if (yych <= 0xBE) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy392: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + if (yych <= 0x8F) goto yy28; + goto yy325; + } else { + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBE) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy393: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1619; + if (yych <= 0xB3) goto yy1617; + if (yych <= 0xBF) goto yy1619; + goto yy2; +yy394: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1619; + if (yych <= 0x8B) goto yy1617; + goto yy28; + } else { + if (yych <= 0xA0) { + if (yych <= 0x99) goto yy325; + goto yy1617; + } else { + if (yych <= 0xBC) goto yy1619; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy395: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy17; + if (yych <= 0xA0) goto yy314; + goto yy17; + } else { + if (yych <= 0xAF) goto yy314; + if (yych <= 0xB9) goto yy325; + if (yych <= 0xBF) goto yy314; + goto yy2; + } +yy396: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy314; + if (yych <= 0xB3) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy397: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy314; + if (yych <= 0xB7) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy398: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + if (yych <= 0x8C) goto yy28; + goto yy314; + } else { + if (yych <= 0x99) goto yy325; + if (yych <= 0xB7) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy399: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy28; + goto yy17; + } else { + if (yych <= 0x93) goto yy28; + if (yych <= 0xA8) goto yy17; + if (yych <= 0xAC) goto yy314; + goto yy17; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy314; + if (yych <= 0xB4) goto yy17; + goto yy314; + } else { + if (yych <= 0xB7) goto yy28; + if (yych <= 0xB9) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy400: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy319; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy401: + yych = *++YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy28; + goto yy319; + } else { + if (yych <= 0xB8) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; + } +yy402: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy319; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy403: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy17; + if (yych <= 0xBB) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy404: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy319; + goto yy28; + } else { + if (yych <= 0x9D) goto yy319; + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; + } +yy405: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy319; + if (yych <= 0x87) goto yy28; + goto yy319; + } else { + if (yych <= 0x8F) goto yy28; + if (yych == 0x98) goto yy28; + goto yy319; + } + } else { + if (yych <= 0x9D) { + if (yych == 0x9B) goto yy319; + if (yych <= 0x9C) goto yy28; + goto yy319; + } else { + if (yych <= 0x9E) goto yy28; + if (yych <= 0xBD) goto yy319; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy406: + yych = *++YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy28; + goto yy319; + } else { + if (yych == 0xBE) goto yy319; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy407: + yych = *++YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x8C) { + if (yych <= 0x81) { + if (yych <= 0x7F) goto yy2; + goto yy17; + } else { + if (yych == 0x85) goto yy28; + goto yy319; + } + } else { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy17; + goto yy319; + } else { + if (yych <= 0x95) goto yy28; + if (yych <= 0x9B) goto yy319; + goto yy28; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xAC) { + if (yych <= 0x9F) goto yy17; + goto yy319; + } else { + if (yych <= 0xAF) goto yy17; + if (yych <= 0xB1) goto yy28; + goto yy319; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB5) goto yy28; + goto yy319; + } else { + if (yych <= 0xBE) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } + } +yy408: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0xAF: goto yy8; + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: goto yy5; + case 0x90: + case 0x91: + case 0x92: + case 0x93: goto yy322; + case 0x94: + case 0x95: goto yy1623; + case 0x96: + case 0x97: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA7: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBE: goto yy28; + case 0x98: + case 0x9B: + case 0x9C: + case 0x9F: + case 0xB9: goto yy315; + case 0x99: + case 0x9D: + case 0xBA: goto yy320; + case 0x9A: + case 0x9E: goto yy59; + case 0xA6: goto yy1624; + case 0xA8: + case 0xA9: goto yy104; + case 0xBF: goto yy1625; + default: goto yy2; + } +yy409: + yych = *++YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x85) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1625; + } else { + if (yych <= 0x83) goto yy28; + if (yych <= 0x84) goto yy17; + goto yy59; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x86) goto yy26; + if (yych <= 0x91) goto yy28; + goto yy17; + } else { + if (yych <= 0x93) goto yy1623; + if (yych <= 0x94) goto yy1625; + goto yy28; + } + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA5) { + if (yych <= 0x9F) goto yy8; + if (yych <= 0xA4) goto yy5; + goto yy28; + } else { + if (yych <= 0xAF) goto yy5; + if (yych <= 0xB0) goto yy317; + goto yy28; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB9) goto yy317; + if (yych <= 0xBC) goto yy17; + goto yy59; + } else { + if (yych <= 0xBE) goto yy26; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } + } +yy410: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy317; + if (yych <= 0x8C) goto yy17; + goto yy59; + } else { + if (yych <= 0x9F) { + if (yych <= 0x8E) goto yy26; + goto yy28; + } else { + if (yych <= 0xBE) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy411: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy28; + if (yych <= 0xB0) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy412: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy17; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy319; + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: goto yy314; + default: goto yy2; + } +yy413: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy17; + if (yych <= 0x89) goto yy319; + goto yy17; + } else { + if (yych <= 0x8E) goto yy319; + if (yych <= 0x8F) goto yy17; + if (yych <= 0xBF) goto yy317; + goto yy2; + } +yy414: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy317; + if (yych <= 0x84) goto yy319; + goto yy317; + } else { + if (yych <= 0x8B) goto yy17; + if (yych <= 0x8F) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy415: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy1626; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy416: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy17; + } else { + if (yych == 0x89) goto yy26; + goto yy59; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0x8B) goto yy26; + if (yych <= 0xA8) goto yy17; + goto yy59; + } else { + if (yych <= 0xAA) goto yy26; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } +yy417: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy418: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy419: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy17; + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy317; + goto yy2; +yy420: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy317; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy421: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy17; + if (yych <= 0xBF) goto yy317; + goto yy2; +yy422: + yych = *++YYCURSOR; + if (yych <= 0xAE) { + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy17; + if (yych <= 0xA8) goto yy59; + goto yy26; + } else { + if (yych <= 0xAB) { + if (yych <= 0xAA) goto yy59; + goto yy26; + } else { + if (yych == 0xAD) goto yy26; + goto yy59; + } + } + } else { + if (yych <= 0xB2) { + if (yych == 0xB0) goto yy59; + if (yych <= 0xB1) goto yy26; + goto yy59; + } else { + if (yych <= 0xB4) { + if (yych <= 0xB3) goto yy26; + goto yy59; + } else { + if (yych <= 0xB5) goto yy26; + if (yych <= 0xBF) goto yy317; + goto yy2; + } + } + } +yy423: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy317; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy424: + yych = *++YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy17; + if (yych <= 0x85) goto yy59; + goto yy26; + } else { + if (yych <= 0xA5) goto yy17; + if (yych == 0xA7) goto yy26; + goto yy59; + } + } else { + if (yych <= 0xAC) { + if (yych == 0xAA) goto yy59; + if (yych <= 0xAB) goto yy26; + goto yy59; + } else { + if (yych <= 0xAE) { + if (yych <= 0xAD) goto yy26; + goto yy59; + } else { + if (yych <= 0xAF) goto yy26; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } + } +yy425: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy17; + case 0x83: + case 0x85: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8F: + case 0x91: + case 0x93: + case 0x95: + case 0x97: goto yy59; + case 0x84: + case 0x86: + case 0x88: + case 0x8A: + case 0x8C: + case 0x8E: + case 0x90: + case 0x92: + case 0x94: + case 0x96: + case 0x98: goto yy26; + default: goto yy2; + } +yy426: + yych = *++YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + goto yy17; + } else { + if (yych == 0x99) goto yy26; + goto yy59; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x9B) goto yy26; + if (yych <= 0xBB) goto yy17; + goto yy59; + } else { + if (yych <= 0xBD) goto yy26; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } +yy427: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy17; + if (yych <= 0xB5) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy428: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy17; + goto yy28; + } else { + if (yych <= 0xB9) goto yy17; + if (yych <= 0xBC) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy429: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x89) goto yy28; + goto yy17; + } else { + if (yych <= 0xAB) goto yy28; + if (yych <= 0xAF) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy430: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; +yy431: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy319; + goto yy28; + } else { + if (yych <= 0xBB) goto yy319; + if (yych <= 0xBD) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; + } +yy432: + yych = *++YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0xA4) { + if (yych <= 0x7F) goto yy2; + goto yy319; + } else { + if (yych <= 0xAA) goto yy17; + if (yych <= 0xAE) goto yy319; + goto yy17; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB3) goto yy319; + goto yy28; + } else { + if (yych <= 0xBD) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy433: + yych = *++YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy28; + goto yy319; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy28; + goto yy319; + } else { + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } +yy434: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy314; + if (yych <= 0xBE) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy435: + yych = *++YYCURSOR; + if (yych <= 0xAE) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy314; + goto yy28; + } else { + if (yych == 0xA7) goto yy28; + goto yy314; + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xAF) goto yy28; + if (yych <= 0xB6) goto yy314; + goto yy28; + } else { + if (yych <= 0xBE) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy436: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy314; + } else { + if (yych <= 0x87) goto yy28; + if (yych <= 0x8E) goto yy314; + goto yy28; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy28; + goto yy314; + } else { + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } +yy437: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x86: + case 0x87: + case 0x88: + case 0x8B: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x98: + case 0x99: + case 0x9B: + case 0x9E: + case 0x9F: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy28; + case 0x82: + case 0x84: + case 0x89: + case 0x8C: + case 0x9C: + case 0xA0: goto yy315; + case 0x83: + case 0x85: + case 0x8A: + case 0x8D: + case 0x9D: + case 0xA1: goto yy320; + case 0x97: + case 0x9A: goto yy322; + case 0xA2: + case 0xA4: + case 0xA6: + case 0xA8: goto yy59; + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: goto yy26; + case 0xBA: + case 0xBB: goto yy1623; + default: goto yy2; + } +yy438: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x82) goto yy59; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy439: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy28; + if (yych <= 0xBF) goto yy1619; + goto yy2; +yy440: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1619; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy441: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1619; + goto yy2; +yy442: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1619; + goto yy28; + } else { + if (yych <= 0xBB) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy443: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy8; + case 0x81: + case 0x82: + case 0x83: + case 0x86: + case 0x9C: + case 0xB0: + case 0xBD: goto yy28; + case 0x84: + case 0x92: + case 0x93: + case 0xA0: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xB6: + case 0xB7: + case 0xBE: + case 0xBF: goto yy17; + case 0x85: + case 0x87: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1617; + case 0x88: + case 0x8A: + case 0x8C: + case 0x8E: + case 0x90: + case 0x94: + case 0x96: + case 0x98: + case 0x9A: + case 0x9D: goto yy59; + case 0x89: + case 0x8B: + case 0x8D: + case 0x8F: + case 0x91: + case 0x95: + case 0x97: + case 0x99: + case 0x9B: + case 0x9E: + case 0x9F: goto yy26; + case 0xAE: + case 0xAF: goto yy1619; + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: goto yy1627; + case 0xBC: goto yy314; + default: goto yy2; + } +yy444: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy28; + if (yych <= 0xBF) goto yy1617; + goto yy2; +yy445: + yych = *++YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1617; + if (yych <= 0x98) goto yy28; + goto yy17; + } else { + if (yych <= 0x9C) goto yy1629; + if (yych <= 0x9F) goto yy1617; + if (yych <= 0xBF) goto yy1627; + goto yy2; + } +yy446: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBB) goto yy28; + if (yych <= 0xBF) goto yy1627; + goto yy2; +yy447: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy28; + goto yy314; + } else { + if (yych <= 0xB0) goto yy28; + if (yych <= 0xBF) goto yy1617; + goto yy2; + } +yy448: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1617; + goto yy2; +yy449: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1617; + if (yych <= 0x8F) goto yy28; + goto yy17; + } else { + if (yych <= 0x9F) { + if (yych <= 0x95) goto yy317; + goto yy17; + } else { + if (yych <= 0xBA) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy450: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy17; + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBF) goto yy1627; + goto yy2; +yy451: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1619; + goto yy28; + } else { + if (yych <= 0xA9) goto yy317; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy452: + yych = *++YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy17; + if (yych <= 0x8F) goto yy317; + goto yy17; + } else { + if (yych <= 0x9F) goto yy317; + if (yych <= 0xBE) goto yy1619; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy453: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy317; + if (yych <= 0xB0) goto yy17; + if (yych <= 0xBF) goto yy317; + goto yy2; +yy454: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy17; + if (yych <= 0xBE) goto yy1629; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy455: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1629; + goto yy2; +yy456: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy1629; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy457: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1617; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy458: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1617; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy459: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy1617; + if (yych <= 0x8F) goto yy28; + if (yych <= 0xBF) goto yy1619; + goto yy2; +yy460: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1619; + goto yy28; + } else { + if (yych <= 0xB7) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy461: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy314; + if (yych <= 0x8F) goto yy28; + goto yy314; + } else { + if (yych <= 0xA9) goto yy325; + if (yych <= 0xAB) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy462: + yych = *++YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAD) goto yy319; + if (yych <= 0xAE) goto yy314; + goto yy17; + } else { + if (yych <= 0xB3) goto yy28; + if (yych <= 0xBD) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy463: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy319; + goto yy28; + } else { + if (yych <= 0x9F) goto yy17; + if (yych <= 0xBF) goto yy314; + goto yy2; + } +yy464: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy314; + goto yy317; + } else { + if (yych <= 0xB1) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy465: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy17; + goto yy28; + } else { + if (yych <= 0xA1) goto yy17; + if (yych <= 0xBF) goto yy319; + goto yy2; + } +yy466: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy319; + } else { + if (yych <= 0x88) goto yy28; + if (yych <= 0x8A) goto yy17; + goto yy319; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy314; + if (yych <= 0xAD) goto yy319; + goto yy28; + } else { + if (yych <= 0xB7) goto yy319; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy467: + yych = *++YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy28; + goto yy314; + } else { + if (yych <= 0xB9) goto yy28; + if (yych <= 0xBA) goto yy319; + if (yych <= 0xBF) goto yy314; + goto yy2; + } +yy468: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy314; + goto yy17; + } else { + if (yych == 0x86) goto yy17; + if (yych <= 0x8A) goto yy314; + goto yy17; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA2) goto yy314; + if (yych <= 0xAB) goto yy17; + goto yy28; + } else { + if (yych <= 0xB5) goto yy317; + if (yych <= 0xB9) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy469: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy470: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy17; + if (yych <= 0xB3) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy471: + yych = *++YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy17; + goto yy28; + } else { + if (yych <= 0x99) goto yy325; + if (yych <= 0x9F) goto yy28; + goto yy17; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy314; + if (yych <= 0xBA) goto yy28; + goto yy314; + } else { + if (yych == 0xBD) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy472: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + goto yy314; + } else { + if (yych <= 0xAD) goto yy17; + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } +yy473: + yych = *++YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy314; + goto yy17; + } else { + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBC) goto yy1630; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy474: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1619; + if (yych <= 0xB2) goto yy1617; + if (yych <= 0xBF) goto yy1619; + goto yy2; +yy475: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1619; + goto yy1617; + } else { + if (yych <= 0x8F) goto yy28; + if (yych <= 0x99) goto yy325; + goto yy28; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9F) goto yy1617; + if (yych <= 0xA4) goto yy28; + goto yy17; + } else { + if (yych <= 0xAF) goto yy28; + if (yych <= 0xB9) goto yy325; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy476: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy314; + if (yych <= 0xB6) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy477: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy314; + goto yy17; + } else { + if (yych <= 0x8B) goto yy314; + if (yych <= 0x8D) goto yy17; + goto yy28; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy325; + if (yych <= 0xB6) goto yy28; + goto yy17; + } else { + if (yych <= 0xBA) goto yy28; + if (yych <= 0xBD) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy478: + yych = *++YYCURSOR; + if (yych <= 0xB4) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy28; + } else { + if (yych == 0xB1) goto yy28; + goto yy17; + } + } else { + if (yych <= 0xB8) { + if (yych <= 0xB6) goto yy28; + goto yy17; + } else { + if (yych <= 0xBD) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } +yy479: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy28; + goto yy17; + } else { + if (yych <= 0x9F) goto yy28; + if (yych <= 0xAA) goto yy314; + goto yy17; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB2) goto yy314; + goto yy28; + } else { + if (yych <= 0xB6) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy480: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy28; + goto yy314; + } else { + if (yych <= 0x88) goto yy28; + if (yych <= 0x8E) goto yy314; + if (yych <= 0x90) goto yy28; + goto yy314; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy28; + if (yych <= 0xA6) goto yy314; + goto yy28; + } else { + if (yych <= 0xAE) goto yy314; + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; + } + } +yy481: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy319; + if (yych <= 0x9B) goto yy17; + goto yy28; + } else { + if (yych <= 0xA5) goto yy319; + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; + } +yy482: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy314; + if (yych <= 0xAA) goto yy17; + goto yy28; + } else { + if (yych <= 0xAF) { + if (yych <= 0xAD) goto yy17; + goto yy28; + } else { + if (yych <= 0xB9) goto yy325; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy483: + yych = *++YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1617; + if (yych <= 0x9B) goto yy1631; + goto yy1617; + } else { + if (yych == 0xB8) goto yy1617; + if (yych <= 0xBF) goto yy1631; + goto yy2; + } +yy484: + yych = *++YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1631; + goto yy1617; + } else { + if (yych == 0xB0) goto yy1617; + if (yych <= 0xBF) goto yy1631; + goto yy2; + } +yy485: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1631; + goto yy1617; + } else { + if (yych == 0xA8) goto yy1617; + if (yych <= 0xBF) goto yy1631; + goto yy2; + } +yy486: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy1617; + goto yy1631; + } else { + if (yych <= 0xBB) { + if (yych <= 0xA0) goto yy1617; + goto yy1631; + } else { + if (yych <= 0xBC) goto yy1617; + if (yych <= 0xBF) goto yy1631; + goto yy2; + } + } +yy487: + yych = *++YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy1631; + goto yy1617; + } else { + if (yych == 0xB4) goto yy1617; + if (yych <= 0xBF) goto yy1631; + goto yy2; + } +yy488: + yych = *++YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1631; + goto yy1617; + } else { + if (yych == 0xAC) goto yy1617; + if (yych <= 0xBF) goto yy1631; + goto yy2; + } +yy489: + yych = *++YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1631; + goto yy1617; + } else { + if (yych == 0xA4) goto yy1617; + if (yych <= 0xBF) goto yy1631; + goto yy2; + } +yy490: + yych = *++YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1631; + goto yy1617; + } else { + if (yych <= 0xA3) goto yy1631; + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBF) goto yy1632; + goto yy2; + } +yy491: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1632; + goto yy28; + } else { + if (yych <= 0xBB) goto yy1631; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy492: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1633; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy493: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy28; + if (yych <= 0xBF) goto yy1633; + goto yy2; +yy494: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy5; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy495: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy28; + if (yych <= 0xBF) goto yy5; + goto yy2; +yy496: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAD) goto yy1617; + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBF) goto yy1617; + goto yy2; +yy497: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy1617; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy498: + yych = *++YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy319; + if (yych <= 0x92) goto yy28; + goto yy319; + } else { + if (yych <= 0x9C) goto yy28; + if (yych == 0x9E) goto yy17; + goto yy324; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xA9) goto yy17; + if (yych == 0xB7) goto yy28; + goto yy324; + } else { + if (yych == 0xBE) goto yy324; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy499: + yych = *++YYCURSOR; + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x82) goto yy28; + goto yy324; + } else { + if (yych <= 0x85) goto yy28; + if (yych <= 0x8F) goto yy324; + if (yych <= 0xBF) goto yy314; + goto yy2; + } +yy500: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy501: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy17; + if (yych <= 0x92) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; +yy502: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy314; + if (yych <= 0xBE) goto yy26; + if (yych <= 0xBF) goto yy59; + goto yy2; +yy503: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; +yy504: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy314; + if (yych <= 0x91) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; +yy505: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy314; + goto yy28; + } else { + if (yych <= 0xBB) goto yy314; + if (yych <= 0xBD) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy506: + yych = *++YYCURSOR; + if (yych <= 0xB4) { + if (yych <= 0x98) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy17; + } else { + if (yych <= 0x96) goto yy28; + if (yych <= 0x97) goto yy59; + goto yy26; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy28; + if (yych <= 0xAF) goto yy17; + goto yy28; + } else { + if (yych <= 0xB1) goto yy1623; + if (yych <= 0xB2) goto yy322; + goto yy1625; + } + } + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) { + if (yych == 0xB6) goto yy26; + goto yy59; + } else { + if (yych == 0xB9) goto yy59; + goto yy26; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBC) goto yy26; + goto yy59; + } else { + if (yych <= 0xBE) goto yy26; + if (yych <= 0xBF) goto yy59; + goto yy2; + } + } + } +yy507: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x82: + case 0x84: + case 0x88: + case 0x9A: + case 0x9C: + case 0x9E: goto yy26; + case 0x81: + case 0x83: + case 0x87: + case 0x99: + case 0x9B: + case 0x9D: goto yy59; + case 0x85: + case 0x86: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA7: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB5: goto yy28; + case 0x8D: + case 0x8E: + case 0x8F: goto yy1625; + case 0x98: goto yy1623; + case 0xA2: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA9: goto yy17; + case 0xA3: goto yy322; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy314; + default: goto yy2; + } +yy508: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy314; + if (yych <= 0xBE) goto yy28; + if (yych <= 0xBF) goto yy5; + goto yy2; +yy509: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + goto yy28; + } else { + if (yych <= 0x84) goto yy17; + if (yych <= 0x87) goto yy28; + goto yy59; + } + } else { + if (yych <= 0x8B) { + if (yych <= 0x89) goto yy26; + if (yych <= 0x8A) goto yy28; + goto yy17; + } else { + if (yych == 0x8D) goto yy322; + goto yy28; + } + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) { + if (yych <= 0x99) goto yy831; + goto yy28; + } else { + if (yych <= 0x9E) goto yy17; + if (yych <= 0xA0) goto yy28; + goto yy319; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xBB) goto yy59; + if (yych <= 0xBC) goto yy28; + goto yy26; + } else { + if (yych <= 0xBE) goto yy17; + if (yych <= 0xBF) goto yy1625; + goto yy2; + } + } + } +yy510: + yych = *++YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy17; + goto yy319; + } else { + if (yych <= 0x9B) goto yy59; + if (yych == 0x9D) goto yy26; + goto yy17; + } + } else { + if (yych <= 0xA2) { + if (yych <= 0x9F) goto yy59; + if (yych <= 0xA0) goto yy26; + if (yych <= 0xA1) goto yy28; + goto yy59; + } else { + if (yych <= 0xA3) goto yy26; + if (yych <= 0xA5) goto yy28; + if (yych <= 0xBF) goto yy1627; + goto yy2; + } + } +yy511: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1627; + goto yy28; + } else { + if (yych <= 0xBE) goto yy1617; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy512: + yych = *++YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy28; + if (yych <= 0x87) goto yy1617; + goto yy28; + } else { + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy1617; + goto yy28; + } else { + if (yych <= 0x97) goto yy1617; + if (yych <= 0x99) goto yy28; + goto yy1617; + } + } + } else { + if (yych <= 0xAE) { + if (yych <= 0x9F) goto yy28; + if (yych == 0xA7) goto yy28; + goto yy17; + } else { + if (yych <= 0xBB) { + if (yych <= 0xB8) goto yy28; + goto yy5; + } else { + if (yych <= 0xBD) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } + } +yy513: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy1635; + case 0x81: goto yy1636; + case 0x82: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy81; + case 0x83: goto yy1637; + case 0x84: goto yy1638; + case 0x85: goto yy1639; + case 0x86: goto yy1640; + case 0x87: goto yy1641; + case 0x88: + case 0x89: + case 0x93: + case 0x96: + case 0x97: + case 0x9E: + case 0x9F: + case 0xA5: + case 0xAF: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy388; + case 0x8A: goto yy1642; + case 0x8B: goto yy1643; + case 0x8C: goto yy1644; + case 0x8D: goto yy1645; + case 0x8E: goto yy1646; + case 0x8F: goto yy1647; + case 0x90: goto yy65; + case 0x91: goto yy1648; + case 0x92: goto yy1649; + case 0x94: goto yy1650; + case 0x95: goto yy1651; + case 0x9C: goto yy1652; + case 0x9D: goto yy1653; + case 0xA0: goto yy1654; + case 0xA1: goto yy1655; + case 0xA2: goto yy1656; + case 0xA3: goto yy1657; + case 0xA4: goto yy1658; + case 0xA6: goto yy1659; + case 0xA7: goto yy1660; + case 0xA8: goto yy1661; + case 0xA9: goto yy1662; + case 0xAA: goto yy1663; + case 0xAB: goto yy1664; + case 0xAC: goto yy385; + case 0xAD: goto yy1665; + case 0xAE: goto yy1666; + case 0xB1: goto yy1667; + case 0xB2: goto yy1668; + case 0xB3: goto yy1669; + case 0xB9: goto yy1670; + default: goto yy2; + } +yy514: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy1671; + case 0x81: goto yy1672; + case 0x82: goto yy1673; + case 0x83: goto yy1674; + case 0x84: goto yy1675; + case 0x85: goto yy1676; + case 0x86: goto yy1677; + case 0x87: goto yy1678; + case 0x88: goto yy1679; + case 0x89: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x94: + case 0x95: + case 0x9D: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy388; + case 0x8A: goto yy1680; + case 0x8B: goto yy1681; + case 0x8C: goto yy1682; + case 0x8D: goto yy1683; + case 0x92: + case 0x98: goto yy1684; + case 0x93: goto yy1685; + case 0x96: goto yy1686; + case 0x97: goto yy1687; + case 0x99: goto yy1688; + case 0x9A: goto yy1689; + case 0x9B: goto yy1690; + case 0x9C: goto yy1691; + case 0xA2: goto yy1692; + case 0xA3: goto yy1693; + case 0xAB: goto yy1694; + default: goto yy2; + } +yy515: + yych = *++YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + goto yy81; + } else { + if (yych <= 0x8E) goto yy1695; + if (yych <= 0x8F) goto yy388; + goto yy1696; + } + } else { + if (yych <= 0x94) { + if (yych <= 0x91) goto yy1697; + goto yy81; + } else { + if (yych <= 0x95) goto yy1698; + if (yych <= 0xBF) goto yy388; + goto yy2; + } + } +yy516: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy81; + if (yych <= 0x90) goto yy1699; + if (yych <= 0xBF) goto yy388; + goto yy2; +yy517: + yych = *++YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy388; + goto yy81; + } else { + if (yych <= 0x99) goto yy1700; + if (yych <= 0xBF) goto yy388; + goto yy2; + } +yy518: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy388; + goto yy2; +yy519: + yych = *++YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0xA8) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy388; + if (yych <= 0xA7) goto yy81; + goto yy1694; + } else { + if (yych <= 0xA9) goto yy1701; + if (yych <= 0xAA) goto yy388; + if (yych <= 0xAB) goto yy1702; + goto yy1703; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xAD) goto yy1704; + if (yych <= 0xAE) goto yy1705; + if (yych <= 0xBB) goto yy388; + goto yy81; + } else { + if (yych <= 0xBD) goto yy1706; + if (yych <= 0xBE) goto yy1707; + if (yych <= 0xBF) goto yy388; + goto yy2; + } + } +yy520: + yych = *++YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1708; + if (yych <= 0xAF) goto yy388; + goto yy81; + } else { + if (yych <= 0xB1) goto yy1709; + if (yych <= 0xB2) goto yy1710; + if (yych <= 0xBF) goto yy388; + goto yy2; + } +yy521: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy70; + case 0x83: goto yy1711; + case 0x84: goto yy1712; + case 0x85: goto yy1713; + case 0x87: goto yy1714; + case 0x89: goto yy1715; + case 0x8A: + case 0x8B: + case 0x8E: + case 0x8F: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy388; + case 0x8D: goto yy1716; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy65; + case 0x91: goto yy1717; + case 0x92: goto yy1718; + case 0x93: goto yy1719; + case 0x94: goto yy1720; + case 0x95: goto yy1721; + case 0x9A: goto yy1722; + case 0x9B: goto yy1723; + case 0x9C: goto yy1724; + case 0x9D: goto yy1725; + case 0x9E: goto yy1726; + case 0x9F: goto yy1727; + case 0xAA: goto yy1728; + default: goto yy2; + } +yy522: + yych = *++YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + goto yy388; + } else { + if (yych <= 0xA2) goto yy81; + if (yych <= 0xA3) goto yy1729; + goto yy388; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0xB8) goto yy1730; + if (yych <= 0xB9) goto yy1731; + goto yy1732; + } else { + if (yych <= 0xBB) goto yy1733; + if (yych <= 0xBF) goto yy388; + goto yy2; + } + } +yy523: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x85: goto yy1734; + case 0x81: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: goto yy70; + case 0x82: goto yy1735; + case 0x83: goto yy1736; + case 0x84: goto yy1737; + case 0x86: goto yy1738; + case 0x87: goto yy1739; + case 0x88: goto yy1740; + case 0x89: goto yy1741; + case 0x8A: + case 0x8B: + case 0xA3: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy388; + case 0x95: goto yy1742; + case 0x96: goto yy1743; + case 0x9B: goto yy1744; + case 0x9D: goto yy1745; + case 0x9F: goto yy1746; + case 0xA0: goto yy1747; + case 0xA1: goto yy1748; + case 0xA2: goto yy1749; + case 0xA4: goto yy1750; + case 0xA6: goto yy1751; + case 0xA7: goto yy1752; + default: goto yy2; + } +yy524: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9B) goto yy1753; + if (yych <= 0xBF) goto yy448; + goto yy2; +yy525: + yych = *++YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy448; + goto yy1754; + } else { + if (yych == 0xA0) goto yy1755; + if (yych <= 0xBF) goto yy448; + goto yy2; + } +yy526: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB9) goto yy448; + if (yych <= 0xBA) goto yy1756; + if (yych <= 0xBF) goto yy388; + goto yy2; +yy527: + yych = *++YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy388; + goto yy448; + } else { + if (yych <= 0xA8) goto yy1757; + if (yych <= 0xBF) goto yy388; + goto yy2; + } +yy528: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1758; + if (yych <= 0x81) goto yy1759; + goto yy388; + } else { + if (yych <= 0x86) goto yy70; + if (yych <= 0x87) goto yy1760; + if (yych <= 0xBF) goto yy388; + goto yy2; + } +yy529: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy388; + if (yych <= 0xBF) goto yy1761; + goto yy2; +yy530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy8; + goto yy2; +yy531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy8; + if (yych == 0xAF) goto yy8; + goto yy2; +yy532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x9F) goto yy8; + goto yy2; +yy533: + ++YYCURSOR; + yych = *YYCURSOR; +yy534: + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '*') { + if (yych == '$') goto yy533; + goto yy2; + } else { + if (yych <= '+') goto yy533; + if (yych <= ',') goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy112; + if (yych <= '/') goto yy2; + goto yy533; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy2; + goto yy533; + } + } + } else { + if (yych <= '~') { + if (yych <= '{') { + if (yych <= ']') goto yy2; + if (yych <= 'z') goto yy533; + goto yy2; + } else { + if (yych == '}') goto yy2; + goto yy533; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy536; + goto yy537; + } else { + if (yych <= 0xCA) goto yy538; + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + goto yy540; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xCE) goto yy541; + if (yych <= 0xD3) goto yy537; + goto yy542; + } else { + if (yych <= 0xD5) goto yy543; + if (yych <= 0xD6) goto yy544; + goto yy545; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy546; + if (yych <= 0xD9) goto yy547; + goto yy537; + } else { + if (yych <= 0xDB) goto yy548; + if (yych <= 0xDC) goto yy549; + if (yych <= 0xDD) goto yy550; + goto yy551; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy552; + if (yych <= 0xE0) goto yy553; + goto yy554; + } else { + if (yych <= 0xE2) goto yy555; + if (yych <= 0xE3) goto yy556; + if (yych <= 0xE4) goto yy557; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy558; + if (yych <= 0xEE) goto yy2; + goto yy559; + } else { + if (yych <= 0xF0) goto yy560; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy1762; + goto yy2; + } else { + if (yych <= '+') goto yy1762; + if (yych <= '/') goto yy2; + goto yy1762; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1762; + goto yy2; + } else { + if (yych <= 'Z') goto yy1764; + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1762; + goto yy1764; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy1762; + goto yy2; + } else { + if (yych <= '~') goto yy1762; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy1767; + goto yy1768; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy1769; + if (yych <= 0xCA) goto yy1770; + goto yy1771; + } else { + if (yych <= 0xCC) goto yy1772; + if (yych <= 0xCD) goto yy1773; + if (yych <= 0xCE) goto yy1774; + goto yy1775; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy1776; + goto yy1769; + } else { + if (yych <= 0xD4) goto yy1777; + if (yych <= 0xD5) goto yy1778; + if (yych <= 0xD6) goto yy1779; + goto yy1780; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy1781; + if (yych <= 0xD9) goto yy1782; + goto yy1769; + } else { + if (yych <= 0xDB) goto yy1783; + if (yych <= 0xDC) goto yy1784; + if (yych <= 0xDD) goto yy1785; + goto yy1786; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy1787; + if (yych <= 0xE0) goto yy1788; + goto yy1789; + } else { + if (yych <= 0xE2) goto yy1790; + if (yych <= 0xE3) goto yy1791; + if (yych <= 0xE4) goto yy1792; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy1793; + if (yych <= 0xEE) goto yy2; + goto yy1794; + } else { + if (yych <= 0xF0) goto yy1795; + if (yych == 0xF3) goto yy1796; + goto yy2; + } + } + } + } +yy536: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB5: + case 0xB8: + case 0xBA: goto yy533; + default: goto yy2; + } +yy537: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy533; + goto yy2; +yy539: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + goto yy533; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych == 0xAC) goto yy2; + goto yy533; + } else { + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) { + if (yych <= 0xBA) goto yy2; + goto yy533; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy541: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + goto yy533; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy533; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy542: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy533; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy544: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy533; + if (yych <= 0x8C) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy533; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy533; + goto yy2; + } + } +yy546: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy533; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9F) goto yy533; + if (yych <= 0xAD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy548: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9C) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA4) goto yy533; + if (yych <= 0xA6) goto yy2; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy549: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy533; + goto yy2; +yy552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB3) goto yy533; + if (yych == 0xB6) goto yy533; + goto yy2; +yy553: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy1797; + case 0xA1: goto yy1798; + case 0xA2: goto yy1799; + case 0xA3: goto yy1800; + case 0xA4: goto yy537; + case 0xA5: goto yy1801; + case 0xA6: goto yy1802; + case 0xA7: goto yy1803; + case 0xA8: goto yy1804; + case 0xA9: goto yy1805; + case 0xAA: goto yy1806; + case 0xAB: goto yy1807; + case 0xAC: goto yy1808; + case 0xAD: goto yy1809; + case 0xAE: goto yy1810; + case 0xAF: goto yy1811; + case 0xB0: goto yy1812; + case 0xB1: goto yy1813; + case 0xB2: goto yy1814; + case 0xB3: goto yy1815; + case 0xB4: goto yy1816; + case 0xB5: goto yy1817; + case 0xB6: goto yy1818; + case 0xB7: goto yy1819; + case 0xB8: goto yy1820; + case 0xB9: goto yy1821; + case 0xBA: goto yy1822; + case 0xBB: goto yy1823; + case 0xBC: goto yy1824; + case 0xBD: goto yy1825; + case 0xBE: goto yy1826; + case 0xBF: goto yy1827; + default: goto yy2; + } +yy554: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy1829; + case 0x82: goto yy1830; + case 0x83: goto yy1831; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy537; + case 0x89: goto yy1832; + case 0x8A: goto yy1833; + case 0x8B: goto yy1834; + case 0x8C: goto yy1835; + case 0x8D: goto yy1836; + case 0x8E: goto yy1837; + case 0x8F: goto yy1838; + case 0x90: goto yy1839; + case 0x99: goto yy1840; + case 0x9A: goto yy1841; + case 0x9B: goto yy1842; + case 0x9C: goto yy1843; + case 0x9D: goto yy1844; + case 0x9E: goto yy1845; + case 0x9F: goto yy1846; + case 0xA0: goto yy1847; + case 0xA1: goto yy1848; + case 0xA2: goto yy1849; + case 0xA3: goto yy1850; + case 0xA4: goto yy1851; + case 0xA5: goto yy1852; + case 0xA7: goto yy1853; + case 0xA8: goto yy1798; + case 0xA9: goto yy1854; + case 0xAA: goto yy1855; + case 0xAC: goto yy1856; + case 0xAD: goto yy1857; + case 0xAE: goto yy1858; + case 0xAF: goto yy1859; + case 0xB0: goto yy1860; + case 0xB1: goto yy1861; + case 0xB3: goto yy1862; + case 0xB4: goto yy1863; + case 0xB5: goto yy1864; + case 0xB6: goto yy1865; + case 0xB7: goto yy1866; + case 0xBC: goto yy1867; + case 0xBD: goto yy1868; + case 0xBE: goto yy1869; + case 0xBF: goto yy1870; + default: goto yy2; + } +yy555: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1871; + case 0x81: goto yy1872; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xB2: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x85: goto yy1875; + case 0x86: goto yy1876; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy1891; + case 0xB1: goto yy1892; + case 0xB3: + case 0xBB: goto yy1859; + case 0xB4: goto yy1893; + case 0xB5: goto yy1894; + case 0xB6: goto yy1895; + case 0xB7: goto yy1896; + case 0xBA: goto yy1897; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy556: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1899; + case 0x82: goto yy1900; + case 0x84: goto yy1901; + case 0x86: goto yy1902; + case 0x87: goto yy1903; + case 0x88: goto yy1904; + case 0x89: goto yy1905; + case 0x8A: goto yy1906; + case 0x8B: goto yy1907; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy537; + default: goto yy2; + } +yy557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy537; + goto yy2; +yy558: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy549; + case 0x93: goto yy1908; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xA2: + case 0xAE: goto yy537; + case 0x98: goto yy1909; + case 0x99: goto yy1910; + case 0x9A: goto yy1911; + case 0x9B: goto yy1912; + case 0x9C: goto yy1913; + case 0x9D: goto yy542; + case 0x9E: goto yy1914; + case 0x9F: goto yy1915; + case 0xA0: goto yy1916; + case 0xA1: goto yy1859; + case 0xA3: goto yy1917; + case 0xA4: goto yy1918; + case 0xA5: goto yy1919; + case 0xA6: goto yy1920; + case 0xA7: goto yy1921; + case 0xA8: goto yy1922; + case 0xA9: goto yy1923; + case 0xAA: goto yy1924; + case 0xAB: goto yy1925; + case 0xAC: goto yy1926; + case 0xAD: goto yy1927; + case 0xAF: goto yy1928; + default: goto yy2; + } +yy559: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy1929; + case 0xAD: goto yy1930; + case 0xAE: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy537; + case 0xAF: goto yy1931; + case 0xB4: goto yy1932; + case 0xB5: goto yy549; + case 0xB6: goto yy1933; + case 0xB7: goto yy1934; + case 0xB8: goto yy1935; + case 0xB9: goto yy1936; + case 0xBB: goto yy1937; + case 0xBC: goto yy1938; + case 0xBD: goto yy1939; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy560: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy1941; + case 0x91: goto yy1942; + case 0x92: goto yy1943; + case 0x93: goto yy1944; + case 0x94: goto yy1945; + case 0x96: goto yy1946; + case 0x9B: goto yy1947; + case 0x9D: goto yy1948; + case 0x9E: goto yy1949; + case 0x9F: goto yy1950; + default: goto yy2; + } +yy561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy1951; + goto yy2; +yy562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy1121; + goto yy2; + } else { + if (yych <= '+') goto yy1121; + if (yych <= '/') goto yy2; + goto yy1121; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1121; + goto yy2; + } else { + if (yych <= 'Z') goto yy1952; + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1121; + goto yy1952; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy1121; + goto yy2; + } else { + if (yych <= '~') goto yy1121; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy1954; + goto yy1955; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy1956; + if (yych <= 0xCA) goto yy1957; + goto yy1135; + } else { + if (yych <= 0xCC) goto yy1136; + if (yych <= 0xCD) goto yy1958; + if (yych <= 0xCE) goto yy1959; + goto yy1960; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy1961; + goto yy1956; + } else { + if (yych <= 0xD4) goto yy1962; + if (yych <= 0xD5) goto yy1963; + if (yych <= 0xD6) goto yy1964; + goto yy1965; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy1966; + if (yych <= 0xD9) goto yy1967; + goto yy1956; + } else { + if (yych <= 0xDB) goto yy1968; + if (yych <= 0xDC) goto yy1969; + if (yych <= 0xDD) goto yy1970; + goto yy1971; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy1972; + if (yych <= 0xE0) goto yy1973; + goto yy1974; + } else { + if (yych <= 0xE2) goto yy1975; + if (yych <= 0xE3) goto yy1976; + if (yych <= 0xE4) goto yy1156; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy1977; + if (yych <= 0xEE) goto yy2; + goto yy1978; + } else { + if (yych <= 0xF0) goto yy1979; + if (yych == 0xF3) goto yy1160; + goto yy2; + } + } + } + } +yy563: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB5: + case 0xB8: + case 0xBA: goto yy113; + default: goto yy2; + } +yy564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + goto yy113; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych == 0xAC) goto yy2; + goto yy113; + } else { + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) { + if (yych <= 0xBA) goto yy2; + goto yy113; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } +yy566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + goto yy113; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy113; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych == 0x8A) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy113; + goto yy2; + } + } +yy569: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy113; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy570: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9F) goto yy113; + if (yych <= 0xAD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy571: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9C) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA4) goto yy113; + if (yych <= 0xA6) goto yy2; + goto yy113; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy2; +yy575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB3) goto yy113; + if (yych == 0xB6) goto yy113; + goto yy2; +yy576: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy1982; + case 0xA1: goto yy1983; + case 0xA2: goto yy585; + case 0xA3: goto yy1251; + case 0xA4: goto yy118; + case 0xA5: goto yy1984; + case 0xA6: goto yy1985; + case 0xA7: goto yy1986; + case 0xA8: goto yy1987; + case 0xA9: goto yy1988; + case 0xAA: goto yy1989; + case 0xAB: goto yy1990; + case 0xAC: goto yy1991; + case 0xAD: goto yy1992; + case 0xAE: goto yy1993; + case 0xAF: goto yy1994; + case 0xB0: goto yy1995; + case 0xB1: goto yy1996; + case 0xB2: goto yy1997; + case 0xB3: goto yy1998; + case 0xB4: goto yy1999; + case 0xB5: goto yy2000; + case 0xB6: goto yy2001; + case 0xB7: goto yy2002; + case 0xB8: goto yy1272; + case 0xB9: goto yy2003; + case 0xBA: goto yy1274; + case 0xBB: goto yy2004; + case 0xBC: goto yy2005; + case 0xBD: goto yy1277; + case 0xBE: goto yy1278; + case 0xBF: goto yy1279; + default: goto yy2; + } +yy577: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy2006; + case 0x82: goto yy2007; + case 0x83: goto yy618; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy118; + case 0x89: goto yy619; + case 0x8A: goto yy620; + case 0x8B: goto yy621; + case 0x8C: goto yy622; + case 0x8D: goto yy2008; + case 0x8E: goto yy2009; + case 0x8F: goto yy625; + case 0x90: goto yy2010; + case 0x99: goto yy627; + case 0x9A: goto yy628; + case 0x9B: goto yy629; + case 0x9C: goto yy2011; + case 0x9D: goto yy2012; + case 0x9E: goto yy1297; + case 0x9F: goto yy2013; + case 0xA0: goto yy2014; + case 0xA1: goto yy635; + case 0xA2: goto yy2015; + case 0xA3: goto yy637; + case 0xA4: goto yy2016; + case 0xA5: goto yy2017; + case 0xA7: goto yy2018; + case 0xA8: goto yy1983; + case 0xA9: goto yy1307; + case 0xAA: goto yy2019; + case 0xAC: goto yy1309; + case 0xAD: goto yy2020; + case 0xAE: goto yy2021; + case 0xAF: goto yy709; + case 0xB0: goto yy2022; + case 0xB1: goto yy649; + case 0xB3: goto yy2023; + case 0xB4: goto yy651; + case 0xB5: goto yy652; + case 0xB6: goto yy653; + case 0xB7: goto yy1319; + case 0xBC: goto yy655; + case 0xBD: goto yy656; + case 0xBE: goto yy2024; + case 0xBF: goto yy2025; + default: goto yy2; + } +yy578: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy2026; + case 0x81: goto yy2027; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xB2: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x85: goto yy2028; + case 0x86: goto yy2029; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy680; + case 0xB1: goto yy681; + case 0xB3: + case 0xBB: goto yy709; + case 0xB4: goto yy683; + case 0xB5: goto yy2030; + case 0xB6: goto yy685; + case 0xB7: goto yy2031; + case 0xB8: goto yy2032; + case 0xBA: goto yy1354; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy579: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy2033; + case 0x82: goto yy2034; + case 0x84: goto yy692; + case 0x86: goto yy2035; + case 0x87: goto yy2036; + case 0x88: goto yy1361; + case 0x89: goto yy1362; + case 0x8A: goto yy1363; + case 0x8B: goto yy2037; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy118; + default: goto yy2; + } +yy580: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy572; + case 0x93: goto yy2038; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xA2: + case 0xAE: goto yy118; + case 0x98: goto yy701; + case 0x99: goto yy2039; + case 0x9A: goto yy2040; + case 0x9B: goto yy2041; + case 0x9C: goto yy2042; + case 0x9D: goto yy126; + case 0x9E: goto yy2043; + case 0x9F: goto yy707; + case 0xA0: goto yy2044; + case 0xA1: goto yy709; + case 0xA3: goto yy2045; + case 0xA4: goto yy2046; + case 0xA5: goto yy2047; + case 0xA6: goto yy1380; + case 0xA7: goto yy2048; + case 0xA8: goto yy2049; + case 0xA9: goto yy2050; + case 0xAA: goto yy1384; + case 0xAB: goto yy2051; + case 0xAC: goto yy720; + case 0xAD: goto yy2052; + case 0xAF: goto yy2053; + default: goto yy2; + } +yy581: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy2054; + case 0xAD: goto yy724; + case 0xAE: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy118; + case 0xAF: goto yy2055; + case 0xB4: goto yy727; + case 0xB5: goto yy572; + case 0xB6: goto yy728; + case 0xB7: goto yy2056; + case 0xB8: goto yy2057; + case 0xB9: goto yy2058; + case 0xBB: goto yy732; + case 0xBC: goto yy2059; + case 0xBD: goto yy2060; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy582: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy2061; + case 0x91: goto yy2062; + case 0x92: goto yy738; + case 0x93: goto yy739; + case 0x94: goto yy740; + case 0x96: goto yy2063; + case 0x9B: goto yy2064; + case 0x9D: goto yy2065; + case 0x9E: goto yy2066; + case 0x9F: goto yy1412; + default: goto yy2; + } +yy583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych == 0x9A) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy110; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy110; + goto yy2; + } + } +yy584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy113; + if (yych <= 0x9B) goto yy110; + goto yy2; +yy585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy113; + } else { + if (yych == 0xBD) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy113; + goto yy110; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy113; + goto yy110; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy113; + goto yy2; + } else { + if (yych <= 0xB2) goto yy113; + if (yych <= 0xB5) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy110; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy110; + goto yy113; + } else { + if (yych == 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy113; + goto yy2; + } else { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xA3) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy113; + goto yy110; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; + } + } + } +yy591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy113; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy113; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy113; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy110; + if (yych <= 0x90) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy113; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy110; + } else { + if (yych <= 0xB4) goto yy113; + if (yych <= 0xB5) goto yy110; + goto yy2; + } + } + } +yy593: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy113; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy113; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy113; + if (yych <= 0xA3) goto yy110; + goto yy2; + } else { + if (yych <= 0xB1) goto yy110; + if (yych == 0xB9) goto yy113; + goto yy2; + } + } +yy595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy113; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy113; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy596: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy110; + if (yych <= 0x95) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy110; + goto yy2; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xB1) goto yy113; + goto yy2; + } + } + } +yy597: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy110; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy113; + default: goto yy2; + } +yy598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy113; + goto yy2; + } else { + if (yych <= 0x97) goto yy110; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy110; + goto yy2; + } + } +yy599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy113; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy110; + if (yych <= 0x94) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy113; + } else { + if (yych <= 0xA3) goto yy110; + if (yych == 0xBF) goto yy110; + goto yy2; + } + } +yy601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy113; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy110; + if (yych <= 0x94) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy113; + } else { + if (yych <= 0xA3) goto yy110; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy113; + goto yy2; + } + } +yy603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; + } else { + if (yych <= 0xBD) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy110; + if (yych <= 0x8E) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy110; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy113; + goto yy110; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy113; + } else { + if (yych == 0xBD) goto yy113; + goto yy2; + } + } +yy606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + goto yy2; + } else { + if (yych <= 0x8A) goto yy110; + if (yych <= 0x8E) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy110; + goto yy2; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } + } +yy607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy110; + goto yy2; + } else { + if (yych <= 0xBA) goto yy110; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy110; + goto yy2; +yy609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy110; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBC) goto yy110; + goto yy2; + } +yy610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy110; + goto yy2; +yy611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych == 0x93) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xB3) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x87) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0x98) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy110; + goto yy2; + } else { + if (yych <= 0x8F) goto yy110; + if (yych <= 0x94) goto yy2; + if (yych <= 0x98) goto yy110; + goto yy2; + } +yy615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBE) goto yy110; + goto yy2; +yy616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x99) { + if (yych <= 0x95) goto yy2; + goto yy110; + } else { + if (yych <= 0x9D) goto yy2; + if (yych <= 0xA0) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0xA4) goto yy110; + if (yych <= 0xA6) goto yy2; + goto yy110; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy110; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych == 0x87) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy113; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; + } else { + if (yych <= 0x8D) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy113; + goto yy2; + } else { + if (yych <= 0x9D) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy113; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } +yy621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy113; + if (yych <= 0x81) goto yy2; + goto yy113; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy113; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy113; + goto yy2; + } else { + if (yych <= 0x95) goto yy113; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy113; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy110; + goto yy2; +yy624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy113; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; +yy626: + yych = *++YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy113; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy113; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy113; + goto yy2; +yy630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy110; + goto yy2; + } else { + if (yych <= 0xB1) goto yy113; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x93) goto yy110; + if (yych <= 0x9F) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy113; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } + } +yy632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy110; + goto yy2; + } else { + if (yych == 0x9C) goto yy2; + if (yych <= 0x9D) goto yy110; + goto yy2; + } +yy634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy110; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy113; + goto yy110; + } else { + if (yych <= 0xAA) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy637: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy113; + goto yy2; +yy638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } else { + if (yych <= 0xAB) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; + } +yy639: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy110; + goto yy2; +yy640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + if (yych <= 0x9B) goto yy110; + goto yy2; +yy642: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9E) goto yy110; + goto yy2; + } else { + if (yych <= 0xBC) goto yy110; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy643: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy110; + goto yy2; +yy644: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy645: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy110; + goto yy2; +yy646: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xA0) goto yy113; + goto yy110; + } else { + if (yych <= 0xAF) goto yy113; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy113; + if (yych <= 0xB3) goto yy110; + goto yy2; +yy648: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy113; + if (yych <= 0xB7) goto yy110; + goto yy2; +yy649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy113; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy110; + goto yy2; + } else { + if (yych <= 0xA8) goto yy110; + if (yych <= 0xAC) goto yy113; + goto yy110; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy113; + if (yych <= 0xB4) goto yy110; + goto yy113; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy110; + goto yy2; + } + } +yy651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy113; + goto yy2; +yy652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy113; + goto yy2; +yy654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy110; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy113; + goto yy2; + } else { + if (yych <= 0x9D) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } else { + if (yych <= 0x8D) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy113; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } + } +yy657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy113; + } else { + if (yych == 0xBE) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy658: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy113; + goto yy110; + } else { + if (yych <= 0x93) goto yy113; + if (yych <= 0x95) goto yy2; + goto yy113; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy110; + } else { + if (yych <= 0xAC) goto yy113; + if (yych <= 0xAF) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy113; + goto yy2; + } else { + if (yych <= 0xBC) goto yy113; + if (yych <= 0xBE) goto yy110; + goto yy2; + } + } + } +yy659: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBF) goto yy110; + goto yy2; +yy660: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych == 0x84) goto yy110; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy110; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy110; + goto yy2; + } + } +yy661: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0x8C) goto yy110; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBE) goto yy110; + goto yy2; +yy662: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB0) goto yy110; + goto yy2; +yy663: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy110; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy113; + default: goto yy2; + } +yy664: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy113; + } else { + if (yych == 0x8E) goto yy113; + if (yych <= 0x8F) goto yy110; + goto yy2; + } +yy665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x8B) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy666: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy110; + goto yy2; + } else { + if (yych <= 0xA8) goto yy110; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy667: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy110; + goto yy2; +yy668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy110; + goto yy2; +yy669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy110; + goto yy2; +yy670: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy671: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy110; + goto yy2; +yy672: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy110; + goto yy2; +yy673: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy674: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0xA5) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy675: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0x98) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy110; + goto yy2; + } else { + if (yych <= 0xBB) goto yy110; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy110; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy110; + goto yy2; + } else { + if (yych <= 0xB9) goto yy110; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy110; + goto yy2; + } else { + if (yych <= 0x91) goto yy110; + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAF) goto yy110; + goto yy2; + } +yy680: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy681: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } else { + if (yych <= 0xBB) goto yy113; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy113; + goto yy110; + } else { + if (yych <= 0xAE) goto yy113; + if (yych <= 0xB1) goto yy110; + if (yych <= 0xB3) goto yy113; + goto yy2; + } +yy683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy113; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy684: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy113; + if (yych == 0xBF) goto yy110; + goto yy2; +yy685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy113; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } +yy686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; +yy689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; +yy690: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x93) goto yy110; + if (yych == 0xA0) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy110; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy110; + goto yy2; + } else { + if (yych <= 0xBC) goto yy113; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy691: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy110; + goto yy2; +yy692: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; +yy693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy110; + goto yy2; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBA) goto yy113; + goto yy2; + } +yy694: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy110; + goto yy2; +yy695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy110; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy110; + goto yy2; + } else { + if (yych <= 0x90) goto yy110; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB0) goto yy110; + goto yy2; +yy698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy110; + goto yy2; +yy699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy113; + goto yy2; + } +yy702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy113; + goto yy110; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } +yy703: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy110; + goto yy2; +yy705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } else { + if (yych <= 0xA1) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy113; + if (yych <= 0x88) goto yy2; + goto yy110; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; + } +yy707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy113; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + goto yy110; + } else { + if (yych == 0x86) goto yy110; + goto yy113; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy110; + if (yych <= 0xA2) goto yy113; + goto yy110; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy110; + goto yy2; + } + } +yy709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; +yy710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0xB3) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy110; + goto yy113; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy113; + } else { + if (yych == 0xBD) goto yy113; + goto yy2; + } + } +yy712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy113; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + if (yych <= 0x93) goto yy110; + goto yy2; +yy714: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy110; + if (yych == 0xA5) goto yy110; + goto yy2; +yy716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy113; + if (yych <= 0xB6) goto yy110; + goto yy2; +yy717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x83) goto yy110; + if (yych <= 0x8B) goto yy113; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy110; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } + } +yy718: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB7: + case 0xB8: + case 0xBE: + case 0xBF: goto yy110; + default: goto yy2; + } +yy719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy113; + goto yy110; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy113; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy110; + goto yy2; + } + } +yy720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy113; + goto yy2; + } else { + if (yych <= 0x8E) goto yy113; + if (yych <= 0x90) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy113; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy113; + if (yych <= 0x9B) goto yy110; + goto yy2; + } else { + if (yych <= 0xA5) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy113; + goto yy110; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy110; + goto yy2; + } +yy723: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + goto yy2; + } else { + if (yych <= 0x97) goto yy113; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy113; + goto yy110; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy110; + if (yych <= 0xB6) goto yy113; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } +yy724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy725: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; +yy728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy113; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy113; + goto yy2; + } else { + if (yych <= 0xBB) goto yy113; + if (yych <= 0xBD) goto yy110; + goto yy2; + } +yy730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy110; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } +yy731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy110; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy110; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy113; + goto yy2; +yy733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy110; + } else { + if (yych == 0x8B) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy110; + if (yych <= 0xA0) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy110; + if (yych <= 0x9A) goto yy113; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy110; + goto yy2; + } +yy735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy110; + goto yy2; + } else { + if (yych <= 0xAE) goto yy110; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } +yy736: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy2067; + case 0x81: goto yy2068; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy118; + case 0x83: goto yy1333; + case 0x84: goto yy2069; + case 0x85: goto yy2070; + case 0x86: goto yy2071; + case 0x87: goto yy2072; + case 0x8A: goto yy2073; + case 0x8B: goto yy2074; + case 0x8C: goto yy2075; + case 0x8D: goto yy2076; + case 0x8E: goto yy2077; + case 0x8F: goto yy2078; + case 0x92: goto yy2079; + case 0x94: goto yy2080; + case 0x95: goto yy2036; + case 0x9C: goto yy2049; + case 0x9D: goto yy2081; + case 0xA0: goto yy2082; + case 0xA1: goto yy2083; + case 0xA2: goto yy2084; + case 0xA3: goto yy2085; + case 0xA4: goto yy2086; + case 0xA6: goto yy2087; + case 0xA8: goto yy2088; + case 0xA9: goto yy2089; + case 0xAA: goto yy2090; + case 0xAB: goto yy2091; + case 0xAC: goto yy637; + case 0xAD: goto yy2092; + case 0xAE: goto yy2093; + case 0xB1: goto yy2094; + case 0xB2: + case 0xB3: goto yy2095; + default: goto yy2; + } +yy737: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy2096; + case 0x81: goto yy2097; + case 0x82: goto yy2098; + case 0x83: goto yy2099; + case 0x84: goto yy2100; + case 0x85: goto yy2101; + case 0x86: goto yy2102; + case 0x87: goto yy2103; + case 0x88: goto yy2104; + case 0x8A: goto yy2105; + case 0x8B: goto yy2106; + case 0x8C: goto yy2107; + case 0x8D: goto yy2108; + case 0x92: + case 0x98: goto yy2109; + case 0x93: goto yy2110; + case 0x96: goto yy2111; + case 0x97: goto yy2112; + case 0x99: goto yy2113; + case 0x9A: goto yy2114; + case 0x9C: goto yy2115; + case 0xA2: goto yy2116; + case 0xA3: goto yy2117; + case 0xAB: goto yy2118; + default: goto yy2; + } +yy738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy118; + goto yy2119; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy118; + if (yych <= 0x95) goto yy2120; + goto yy2; + } +yy739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy118; + if (yych <= 0x90) goto yy2121; + goto yy2; +yy740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy118; + if (yych <= 0x99) goto yy2122; + goto yy2; +yy741: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy118; + case 0xA8: goto yy2118; + case 0xA9: goto yy2084; + case 0xAB: goto yy2123; + case 0xAC: goto yy2124; + case 0xAD: goto yy2125; + case 0xAE: goto yy2028; + case 0xBD: goto yy2126; + case 0xBE: goto yy2127; + default: goto yy2; + } +yy742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy118; + if (yych <= 0xB1) goto yy2128; + if (yych <= 0xB2) goto yy2129; + goto yy2; +yy743: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy121; + case 0x83: goto yy2130; + case 0x84: goto yy2131; + case 0x85: goto yy2132; + case 0x87: goto yy2133; + case 0x89: goto yy2134; + case 0x8D: goto yy2135; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy118; + case 0x91: goto yy2136; + case 0x92: goto yy2137; + case 0x93: goto yy2138; + case 0x94: goto yy2139; + case 0x95: goto yy2140; + case 0x9A: goto yy2141; + case 0x9B: goto yy2142; + case 0x9C: goto yy2143; + case 0x9D: goto yy2144; + case 0x9E: goto yy2145; + case 0x9F: goto yy2146; + case 0xAA: goto yy2147; + default: goto yy2; + } +yy744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy118; + if (yych <= 0xA3) goto yy2148; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2149; + goto yy2150; + } else { + if (yych <= 0xBA) goto yy2151; + if (yych <= 0xBB) goto yy2152; + goto yy2; + } + } +yy745: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x85: goto yy2153; + case 0x81: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: goto yy121; + case 0x82: goto yy2154; + case 0x83: goto yy2155; + case 0x84: goto yy2156; + case 0x86: goto yy2157; + case 0x87: goto yy2158; + case 0x88: goto yy2159; + case 0x89: goto yy2160; + case 0x95: goto yy2161; + case 0x96: goto yy2162; + case 0x9B: goto yy2163; + case 0x9D: goto yy688; + case 0x9F: goto yy2164; + case 0xA0: goto yy2165; + case 0xA1: goto yy2166; + case 0xA2: goto yy2167; + case 0xA4: goto yy2168; + case 0xA6: goto yy2169; + case 0xA7: goto yy639; + default: goto yy2; + } +yy746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0x86) goto yy121; + if (yych <= 0x87) goto yy2170; + goto yy2; +yy747: + ++YYCURSOR; + yych = *YYCURSOR; +yy748: + if (yych <= '9') { + if (yych == '.') goto yy2171; + if (yych <= '/') goto yy2; + goto yy747; + } else { + if (yych <= 'Z') { + if (yych <= '@') goto yy2; + goto yy747; + } else { + if (yych <= '`') goto yy2; + if (yych <= 'z') goto yy747; + goto yy2; + } + } +yy749: + yych = *++YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '`') { + if (yych <= '@') goto yy2; + if (yych <= 'Z') goto yy2173; + goto yy2; + } else { + if (yych <= 'z') goto yy2173; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xCA) goto yy2173; + goto yy2; + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xD6) goto yy2173; + if (yych <= 0xE0) goto yy2; + if (yych <= 0xE2) goto yy2173; + goto yy2; + } else { + if (yych <= 0xEA) goto yy2173; + if (yych <= 0xEE) goto yy2; + if (yych <= 0xF0) goto yy2173; + goto yy2; + } + } +yy750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy149; + goto yy2; + } else { + if (yych <= 0x87) goto yy149; + if (yych == 0x8D) goto yy149; + goto yy2; + } +yy752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy149; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy149; + goto yy2; +yy753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy149; + goto yy2; +yy754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy755: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy149; + goto yy2; +yy756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy149; + goto yy2; + } else { + if (yych <= 0x9D) goto yy149; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; + } +yy757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy149; + goto yy2; + } else { + if (yych <= 0x8D) goto yy149; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy149; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy149; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy149; + goto yy2; + } + } +yy758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy149; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy149; + goto yy2; + } +yy759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x84) goto yy149; + goto yy2; + } else { + if (yych <= 0x8C) goto yy149; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy149; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9B) goto yy149; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAC) goto yy149; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBC) goto yy149; + goto yy2; + } + } +yy760: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy149; + default: goto yy2; + } +yy761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0x89) goto yy149; + if (yych == 0x8E) goto yy149; + goto yy2; +yy762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy149; + goto yy2; +yy763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy149; + goto yy2; + } else { + if (yych <= 0xBB) goto yy149; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; + } +yy765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy149; + goto yy2; + } else { + if (yych <= 0xAE) goto yy149; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy149; + goto yy2; + } +yy766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy149; + goto yy2; + } else { + if (yych <= 0xA7) goto yy149; + if (yych == 0xAD) goto yy149; + goto yy2; + } +yy767: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAD) goto yy149; + goto yy2; +yy768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy149; + goto yy2; +yy769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy149; + if (yych <= 0x8A) goto yy2; + goto yy149; + } else { + if (yych <= 0xAD) { + if (yych <= 0x8F) goto yy2; + goto yy149; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy149; + goto yy2; + } + } +yy771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBA) goto yy149; + goto yy2; +yy772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy149; + goto yy2; + } else { + if (yych <= 0xA5) goto yy149; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; + } +yy774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy149; + if (yych <= 0x92) goto yy2; + if (yych <= 0x97) goto yy149; + goto yy2; +yy775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy149; + goto yy2; +yy776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy149; + goto yy2; +yy777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy153; + goto yy2192; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy2193; + goto yy2; + } +yy778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy750; + if (yych <= 0xA3) goto yy2194; + goto yy2; +yy779: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy153; + case 0x91: goto yy2195; + case 0x92: goto yy2196; + case 0x93: goto yy2197; + case 0x94: goto yy2198; + case 0x95: goto yy2199; + case 0x9A: goto yy2200; + case 0x9B: goto yy2201; + case 0x9C: goto yy2202; + case 0x9D: goto yy2203; + case 0x9E: goto yy2204; + case 0x9F: goto yy2205; + default: goto yy2; + } +yy780: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy2206; + goto yy2; +yy781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy533; + goto yy146; + } else { + if (yych == '+') goto yy781; + if (yych <= ',') goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy172; + if (yych <= '/') goto yy2; + goto yy781; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy533; + if (yych <= '?') goto yy2; + goto yy148; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= 'Z') goto yy781; + if (yych <= ']') goto yy2; + goto yy533; + } else { + if (yych == '`') goto yy533; + if (yych <= 'z') goto yy781; + goto yy2; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy2; + if (yych <= '~') goto yy533; + goto yy2; + } else { + if (yych <= 0xC2) goto yy536; + if (yych <= 0xC9) goto yy537; + if (yych <= 0xCA) goto yy538; + goto yy539; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xCE) { + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy540; + goto yy541; + } else { + if (yych <= 0xD3) goto yy537; + if (yych <= 0xD4) goto yy542; + if (yych <= 0xD5) goto yy543; + goto yy544; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy545; + if (yych <= 0xD8) goto yy546; + goto yy547; + } else { + if (yych <= 0xDA) goto yy537; + if (yych <= 0xDB) goto yy548; + if (yych <= 0xDC) goto yy549; + goto yy550; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy551; + if (yych <= 0xDF) goto yy552; + goto yy553; + } else { + if (yych <= 0xE1) goto yy554; + if (yych <= 0xE2) goto yy555; + if (yych <= 0xE3) goto yy556; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy558; + if (yych <= 0xEE) goto yy2; + goto yy559; + } else { + if (yych <= 0xF0) goto yy560; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '%') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy1762; + goto yy146; + } else { + if (yych == '+') goto yy2207; + if (yych <= ',') goto yy2; + goto yy146; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy2207; + if (yych <= ';') goto yy2; + goto yy1762; + } else { + if (yych <= '?') goto yy2; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2209; + goto yy2; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych == '_') goto yy2207; + goto yy1762; + } else { + if (yych <= 'z') goto yy2209; + if (yych == '|') goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy1762; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy1767; + goto yy1768; + } else { + if (yych <= 0xC9) goto yy1769; + if (yych <= 0xCA) goto yy1770; + if (yych <= 0xCB) goto yy1771; + goto yy1772; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1773; + if (yych <= 0xCE) goto yy1774; + goto yy1775; + } else { + if (yych == 0xD2) goto yy1776; + if (yych <= 0xD3) goto yy1769; + goto yy1777; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy1778; + if (yych <= 0xD6) goto yy1779; + if (yych <= 0xD7) goto yy1780; + goto yy1781; + } else { + if (yych <= 0xD9) goto yy1782; + if (yych <= 0xDA) goto yy1769; + if (yych <= 0xDB) goto yy1783; + goto yy1784; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1785; + if (yych <= 0xDE) goto yy1786; + if (yych <= 0xDF) goto yy1787; + goto yy1788; + } else { + if (yych <= 0xE1) goto yy1789; + if (yych <= 0xE2) goto yy1790; + if (yych <= 0xE3) goto yy1791; + goto yy1792; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1793; + if (yych <= 0xEE) goto yy2; + goto yy1794; + } else { + if (yych <= 0xF0) goto yy1795; + if (yych == 0xF3) goto yy1796; + goto yy2; + } + } + } + } +yy784: + yych = *++YYCURSOR; + if (yych == '(') goto yy785; + if (yych <= '1') goto yy798; + if (yych <= '9') goto yy2212; + goto yy798; +yy785: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '1') goto yy2211; + if (yych <= '9') goto yy2212; + goto yy2; +yy786: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy2211; + goto yy2; +yy787: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych == '(') goto yy238; + goto yy147; + } else { + if (yych <= '1') goto yy2217; + if (yych <= '9') goto yy2218; + goto yy147; + } +yy788: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '*') { + if (yych <= '%') { + if (yych <= '$') goto yy534; + goto yy146; + } else { + if (yych == '(') goto yy238; + goto yy534; + } + } else { + if (yych <= ',') { + if (yych <= '+') goto yy781; + goto yy534; + } else { + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy534; + } + } + } else { + if (yych <= 'Z') { + if (yych <= '9') { + if (yych <= '1') goto yy2219; + goto yy2220; + } else { + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy789: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy2221; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy2221; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy2222; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy2223; + goto yy2221; + } else { + if (yych <= '9') goto yy2224; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy790: + yych = *++YYCURSOR; + if (yych <= '.') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy2221; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '+') { + if (yych <= ')') goto yy2221; + if (yych <= '*') goto yy111; + goto yy170; + } else { + if (yych <= ',') goto yy111; + if (yych <= '-') goto yy2222; + goto yy2223; + } + } + } else { + if (yych <= '@') { + if (yych <= '8') { + if (yych <= '/') goto yy2221; + goto yy2225; + } else { + if (yych <= '9') goto yy2224; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy791: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: goto yy797; + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy110; + case 0xAA: + case 0xB5: + case 0xBA: goto yy113; + default: goto yy2; + } +yy792: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy615; + case 0x81: goto yy616; + case 0x82: goto yy617; + case 0x83: goto yy618; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy118; + case 0x89: goto yy619; + case 0x8A: goto yy620; + case 0x8B: goto yy621; + case 0x8C: goto yy622; + case 0x8D: goto yy623; + case 0x8E: goto yy624; + case 0x8F: goto yy625; + case 0x90: goto yy626; + case 0x99: goto yy627; + case 0x9A: goto yy2226; + case 0x9B: goto yy629; + case 0x9C: goto yy630; + case 0x9D: goto yy631; + case 0x9E: goto yy632; + case 0x9F: goto yy633; + case 0xA0: goto yy634; + case 0xA1: goto yy635; + case 0xA2: goto yy636; + case 0xA3: goto yy637; + case 0xA4: goto yy638; + case 0xA5: goto yy639; + case 0xA7: goto yy640; + case 0xA8: goto yy641; + case 0xA9: goto yy642; + case 0xAA: goto yy643; + case 0xAC: goto yy644; + case 0xAD: goto yy645; + case 0xAE: goto yy646; + case 0xAF: goto yy647; + case 0xB0: goto yy648; + case 0xB1: goto yy649; + case 0xB3: goto yy650; + case 0xB4: goto yy651; + case 0xB5: goto yy652; + case 0xB6: goto yy653; + case 0xB7: goto yy654; + case 0xBC: goto yy655; + case 0xBD: goto yy656; + case 0xBE: goto yy657; + case 0xBF: goto yy658; + default: goto yy2; + } +yy793: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy2227; + case 0x81: goto yy2228; + case 0x82: goto yy661; + case 0x83: goto yy662; + case 0x84: goto yy663; + case 0x85: goto yy664; + case 0x86: goto yy665; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy121; + case 0x8C: goto yy666; + case 0x8F: goto yy667; + case 0x90: goto yy668; + case 0x91: goto yy669; + case 0x92: goto yy670; + case 0x93: goto yy671; + case 0x9D: goto yy672; + case 0x9E: goto yy673; + case 0x9F: goto yy674; + case 0xA6: goto yy675; + case 0xA7: goto yy676; + case 0xAD: goto yy677; + case 0xAE: goto yy678; + case 0xAF: goto yy679; + case 0xB0: goto yy680; + case 0xB1: goto yy681; + case 0xB2: goto yy118; + case 0xB3: goto yy682; + case 0xB4: goto yy683; + case 0xB5: goto yy684; + case 0xB6: goto yy685; + case 0xB7: goto yy686; + case 0xBA: goto yy687; + case 0xBB: goto yy688; + case 0xBF: goto yy689; + default: goto yy2; + } +yy794: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy2229; + case 0x82: goto yy691; + case 0x84: goto yy692; + case 0x86: goto yy693; + case 0x87: goto yy694; + case 0x88: goto yy695; + case 0x89: goto yy696; + case 0x8A: goto yy697; + case 0x8B: goto yy698; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy121; + default: goto yy2; + } +yy795: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy111; + goto yy170; + } else { + if (yych <= ',') goto yy111; + if (yych <= '-') goto yy146; + if (yych <= '.') goto yy172; + goto yy111; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy179; + if (yych <= '?') goto yy111; + if (yych <= '@') goto yy148; + goto yy182; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy796: + yych = *++YYCURSOR; + if (yych <= '0') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy111; + goto yy170; + } else { + if (yych <= '-') { + if (yych <= ',') goto yy111; + goto yy146; + } else { + if (yych <= '.') goto yy172; + if (yych <= '/') goto yy111; + goto yy2230; + } + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy170; + if (yych <= '?') goto yy111; + if (yych <= '@') goto yy148; + goto yy182; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy797: + ++YYCURSOR; + yych = *YYCURSOR; +yy798: + if (yych <= '9') { + if (yych <= '\'') { + if (yych == ' ') goto yy797; + goto yy2; + } else { + if (yych <= ')') goto yy786; + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy786; + goto yy2211; + } + } else { + if (yych <= 0xE0) { + if (yych == 0xC2) goto yy2213; + goto yy2; + } else { + if (yych <= 0xE1) goto yy2214; + if (yych <= 0xE2) goto yy2215; + if (yych <= 0xE3) goto yy2216; + goto yy2; + } + } +yy799: + yych = *++YYCURSOR; + if (yych <= '/') goto yy147; + if (yych <= '9') goto yy2217; + goto yy147; +yy800: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy534; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy2219; + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '%') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy1121; + goto yy146; + } else { + if (yych == '+') goto yy1123; + if (yych <= ',') goto yy2; + goto yy146; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy1123; + if (yych <= ';') goto yy2; + goto yy1121; + } else { + if (yych <= '?') goto yy2; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2231; + goto yy2; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych == '_') goto yy1123; + goto yy1121; + } else { + if (yych <= 'z') goto yy2231; + if (yych == '|') goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy1121; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy1954; + goto yy1955; + } else { + if (yych <= 0xC9) goto yy1956; + if (yych <= 0xCA) goto yy1957; + if (yych <= 0xCB) goto yy1135; + goto yy1136; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1958; + if (yych <= 0xCE) goto yy1959; + goto yy1960; + } else { + if (yych == 0xD2) goto yy1961; + if (yych <= 0xD3) goto yy1956; + goto yy1962; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy1963; + if (yych <= 0xD6) goto yy1964; + if (yych <= 0xD7) goto yy1965; + goto yy1966; + } else { + if (yych <= 0xD9) goto yy1967; + if (yych <= 0xDA) goto yy1956; + if (yych <= 0xDB) goto yy1968; + goto yy1969; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1970; + if (yych <= 0xDE) goto yy1971; + if (yych <= 0xDF) goto yy1972; + goto yy1973; + } else { + if (yych <= 0xE1) goto yy1974; + if (yych <= 0xE2) goto yy1975; + if (yych <= 0xE3) goto yy1976; + goto yy1156; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1977; + if (yych <= 0xEE) goto yy2; + goto yy1978; + } else { + if (yych <= 0xF0) goto yy1979; + if (yych == 0xF3) goto yy1160; + goto yy2; + } + } + } + } +yy802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCF) { + if (yych <= '^') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy2; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy2; + goto yy146; + } + } else { + if (yych <= '?') { + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy187; + goto yy2; + } else { + if (yych <= '@') goto yy148; + if (yych >= '[') goto yy2; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= 'z') { + if (yych <= '_') goto yy146; + if (yych <= '`') goto yy2; + } else { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy805; + goto yy806; + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + goto yy2; + } else { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy812; + goto yy807; + } else { + if (yych <= 0xD4) goto yy813; + if (yych <= 0xD5) goto yy814; + goto yy846; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy816; + if (yych <= 0xD8) goto yy847; + goto yy2233; + } else { + if (yych <= 0xDA) goto yy807; + if (yych <= 0xDB) goto yy819; + goto yy820; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy2234; + } else { + if (yych <= 0xE0) goto yy824; + if (yych <= 0xE1) goto yy825; + goto yy853; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy2; + goto yy828; + } else { + if (yych <= 0xEE) goto yy2; + if (yych <= 0xEF) goto yy2235; + if (yych <= 0xF0) goto yy830; + goto yy2; + } + } + } + } +yy803: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCF) { + if (yych <= '^') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy208; + goto yy146; + } + } else { + if (yych <= '?') { + if (yych <= '/') goto yy208; + if (yych <= '9') goto yy803; + goto yy208; + } else { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy803; + goto yy208; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= 'z') { + if (yych <= '_') goto yy146; + if (yych <= '`') goto yy208; + goto yy803; + } else { + if (yych <= 0xC1) goto yy208; + if (yych >= 0xC3) goto yy806; + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + goto yy208; + } else { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy812; + goto yy807; + } else { + if (yych <= 0xD4) goto yy813; + if (yych <= 0xD5) goto yy814; + goto yy846; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy816; + if (yych <= 0xD8) goto yy847; + goto yy848; + } else { + if (yych <= 0xDA) goto yy807; + if (yych <= 0xDB) goto yy849; + goto yy820; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy850; + } else { + if (yych <= 0xE0) goto yy851; + if (yych <= 0xE1) goto yy852; + goto yy853; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy208; + goto yy854; + } else { + if (yych <= 0xEE) goto yy208; + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy208; + } + } + } + } +yy805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB4) { + if (yych == 0xAA) goto yy843; + goto yy2; + } else { + if (yych <= 0xB5) goto yy843; + if (yych == 0xBA) goto yy843; + goto yy2; + } +yy806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy843; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; +yy809: + yych = *++YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy843; + case 0xBE: goto yy202; + default: goto yy2; + } +yy810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy843; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy843; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy843; + if (yych <= 0x89) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy843; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy815: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy843; + if (yych <= 0x88) goto yy2; + goto yy202; + } else { + if (yych <= 0x8A) goto yy200; + if (yych == 0xBE) goto yy200; + goto yy2; + } +yy816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy843; + goto yy2; +yy817: + yych = *++YYCURSOR; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8D) goto yy202; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x9F) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy843; + goto yy2; + } else { + if (yych == 0xAA) goto yy2; + goto yy831; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAC) goto yy202; + if (yych <= 0xAD) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy843; + } else { + if (yych == 0x95) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB9) goto yy831; + goto yy843; + } else { + if (yych == 0xBF) goto yy843; + goto yy2; + } + } +yy820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy843; + if (yych <= 0x91) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; +yy821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy843; + if (yych == 0xB1) goto yy843; + goto yy2; +yy823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy843; + } else { + if (yych == 0xB8) goto yy202; + goto yy2; + } +yy824: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy2236; + case 0xA1: goto yy2237; + case 0xA2: goto yy2238; + case 0xA4: goto yy2239; + case 0xA5: goto yy2240; + case 0xA6: goto yy2241; + case 0xA7: goto yy2242; + case 0xA8: goto yy2243; + case 0xA9: goto yy2244; + case 0xAA: goto yy2245; + case 0xAB: goto yy2246; + case 0xAC: goto yy2247; + case 0xAD: goto yy2248; + case 0xAE: goto yy2249; + case 0xAF: goto yy2250; + case 0xB0: goto yy2251; + case 0xB1: goto yy2252; + case 0xB2: goto yy2253; + case 0xB3: goto yy2254; + case 0xB4: goto yy2255; + case 0xB5: goto yy2256; + case 0xB6: goto yy2257; + case 0xB7: goto yy2258; + case 0xB9: + case 0xBB: goto yy834; + case 0xBC: goto yy835; + default: goto yy2; + } +yy825: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x81: goto yy191; + case 0x82: goto yy2259; + case 0x83: goto yy2260; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy807; + case 0x89: goto yy2261; + case 0x8A: goto yy2262; + case 0x8B: goto yy2263; + case 0x8C: goto yy2264; + case 0x8D: + case 0xB6: goto yy2265; + case 0x8E: goto yy2266; + case 0x8F: goto yy2267; + case 0x90: goto yy2268; + case 0x99: goto yy2269; + case 0x9A: goto yy2270; + case 0x9B: goto yy2271; + case 0x9C: goto yy2272; + case 0x9D: goto yy2273; + case 0x9F: goto yy835; + case 0xA0: goto yy2274; + case 0xA1: goto yy2275; + case 0xA2: goto yy2276; + case 0xA3: goto yy2277; + case 0xA4: goto yy2278; + case 0xA5: goto yy836; + case 0xA7: + case 0xAD: goto yy834; + case 0xA8: goto yy2279; + case 0xAA: goto yy837; + case 0xAE: goto yy2280; + case 0xAF: goto yy2281; + case 0xB0: goto yy2282; + case 0xB1: goto yy2283; + case 0xB3: goto yy2284; + case 0xB4: goto yy2285; + case 0xB5: goto yy2286; + case 0xBC: goto yy2287; + case 0xBD: goto yy2288; + case 0xBE: goto yy2289; + case 0xBF: goto yy2290; + default: goto yy2; + } +yy826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy2291; + } else { + if (yych <= 0x81) goto yy2292; + if (yych <= 0x83) goto yy2; + goto yy2293; + } + } else { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2294; + goto yy2295; + } else { + if (yych == 0x88) goto yy2296; + goto yy2; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2297; + goto yy2298; + } else { + if (yych <= 0xB2) goto yy807; + if (yych <= 0xB3) goto yy2299; + goto yy2300; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy2301; + goto yy2302; + } else { + if (yych <= 0xB7) goto yy2303; + if (yych <= 0xB8) goto yy1030; + goto yy2; + } + } + } +yy827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy2304; + goto yy2; + } else { + if (yych <= 0x84) goto yy2305; + if (yych == 0x86) goto yy2306; + goto yy2; + } +yy828: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x93: goto yy2307; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy807; + case 0x98: goto yy2308; + case 0x99: goto yy2309; + case 0x9A: goto yy2310; + case 0x9B: goto yy2281; + case 0x9C: goto yy2311; + case 0x9D: goto yy813; + case 0x9E: goto yy2312; + case 0x9F: goto yy2313; + case 0xA0: goto yy2314; + case 0xA1: goto yy2315; + case 0xA2: goto yy2316; + case 0xA3: goto yy2317; + case 0xA4: goto yy2318; + case 0xA5: goto yy2319; + case 0xA7: goto yy838; + case 0xA8: goto yy2320; + case 0xA9: goto yy2321; + case 0xAB: goto yy2322; + case 0xAC: goto yy2323; + case 0xAD: goto yy2324; + case 0xAF: goto yy2325; + default: goto yy2; + } +yy829: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy2326; + case 0xAD: goto yy2327; + case 0xAE: goto yy2328; + case 0xAF: goto yy2329; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy807; + case 0xB4: goto yy2330; + case 0xB5: goto yy2331; + case 0xB6: goto yy2332; + case 0xB7: goto yy2333; + case 0xB8: goto yy2334; + case 0xB9: goto yy2335; + case 0xBB: goto yy2336; + case 0xBC: goto yy2337; + case 0xBD: goto yy2338; + default: goto yy2; + } +yy830: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy2339; + case 0x91: goto yy2340; + case 0x92: goto yy2341; + case 0x93: goto yy2342; + case 0x94: goto yy2343; + case 0x96: goto yy2344; + case 0x9B: goto yy2345; + case 0x9D: goto yy2346; + case 0x9E: goto yy2347; + default: goto yy2; + } +yy831: + yyaccept = 7; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD1) { + if (yych <= 'Z') { + if (yych <= '.') { + if (yych <= '+') { + if (yych == '\'') goto yy200; + goto yy41; + } else { + if (yych <= ',') goto yy202; + if (yych <= '-') goto yy200; + goto yy1588; + } + } else { + if (yych <= ':') { + if (yych <= '/') goto yy41; + if (yych <= '9') goto yy831; + goto yy41; + } else { + if (yych <= ';') goto yy202; + if (yych <= '@') goto yy41; + goto yy843; + } + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) { + if (yych <= '`') goto yy41; + if (yych <= 'z') goto yy843; + goto yy41; + } else { + if (yych <= 0xC2) goto yy805; + if (yych <= 0xC3) goto yy806; + goto yy807; + } + } else { + if (yych <= 0xCD) { + if (yych <= 0xCA) goto yy808; + if (yych <= 0xCC) goto yy41; + goto yy809; + } else { + if (yych <= 0xCE) goto yy810; + if (yych <= 0xCF) goto yy811; + goto yy807; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xD2) goto yy812; + if (yych <= 0xD3) goto yy807; + goto yy813; + } else { + if (yych <= 0xD5) goto yy814; + if (yych <= 0xD6) goto yy815; + goto yy816; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy817; + if (yych <= 0xD9) goto yy818; + goto yy807; + } else { + if (yych <= 0xDB) goto yy819; + if (yych <= 0xDC) goto yy820; + goto yy821; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy822; + if (yych <= 0xDF) goto yy823; + goto yy824; + } else { + if (yych <= 0xE1) goto yy825; + if (yych <= 0xE2) goto yy826; + goto yy827; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy828; + goto yy41; + } else { + if (yych <= 0xEF) goto yy829; + if (yych <= 0xF0) goto yy830; + goto yy41; + } + } + } + } +yy833: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy831; + goto yy2; +yy834: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; +yy835: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy831; + goto yy2; +yy836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy831; + goto yy2; +yy837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; +yy838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; +yy839: + yych = *++YYCURSOR; + if (yych == 0x92) goto yy835; + goto yy2; +yy840: + yych = *++YYCURSOR; + switch (yych) { + case 0x81: goto yy833; + case 0x83: + case 0x8B: + case 0x9C: goto yy190; + case 0x84: goto yy2348; + case 0x87: + case 0x93: + case 0x99: goto yy834; + case 0x9B: goto yy191; + case 0xA3: goto yy835; + default: goto yy2; + } +yy841: + yych = *++YYCURSOR; + if (yych == 0xA9) goto yy835; + if (yych == 0xAD) goto yy834; + goto yy2; +yy842: + yych = *++YYCURSOR; + if (yych == 0x9F) goto yy2349; + goto yy2; +yy843: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 1) { + goto yy200; + } + if (yych <= 0xD5) { + if (yych <= 0xC9) { + if (yych <= '`') { + if (yych <= '9') { + if (yych <= '/') goto yy208; + goto yy843; + } else { + if (yych <= '@') goto yy208; + if (yych <= 'Z') goto yy843; + goto yy208; + } + } else { + if (yych <= 0xC1) { + if (yych <= 'z') goto yy843; + goto yy208; + } else { + if (yych <= 0xC2) goto yy805; + if (yych <= 0xC3) goto yy806; + goto yy807; + } + } + } else { + if (yych <= 0xCF) { + if (yych <= 0xCC) { + if (yych <= 0xCA) goto yy808; + goto yy208; + } else { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } else { + if (yych <= 0xD2) { + if (yych <= 0xD1) goto yy807; + goto yy812; + } else { + if (yych <= 0xD3) goto yy807; + if (yych <= 0xD4) goto yy813; + goto yy814; + } + } + } + } else { + if (yych <= 0xDF) { + if (yych <= 0xDA) { + if (yych <= 0xD7) { + if (yych <= 0xD6) goto yy846; + goto yy816; + } else { + if (yych <= 0xD8) goto yy847; + if (yych <= 0xD9) goto yy848; + goto yy807; + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xDB) goto yy849; + goto yy820; + } else { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy850; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xE0) goto yy851; + goto yy852; + } else { + if (yych <= 0xE2) goto yy853; + if (yych <= 0xE3) goto yy827; + goto yy208; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xEA) goto yy854; + goto yy208; + } else { + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy208; + } + } + } + } +yy845: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy843; + default: goto yy2; + } +yy846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy843; + goto yy2; + } else { + if (yych <= 0x8A) goto yy200; + if (yych == 0xBE) goto yy200; + goto yy2; + } +yy847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x94) goto yy2; + goto yy843; + } else { + if (yych <= 0xBC) { + if (yych <= 0xAD) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy843; + goto yy2; + } + } +yy850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy843; + goto yy2; +yy851: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy2236; + case 0xA1: goto yy2237; + case 0xA2: goto yy2238; + case 0xA4: goto yy2239; + case 0xA5: goto yy2350; + case 0xA6: goto yy2241; + case 0xA7: goto yy2351; + case 0xA8: goto yy2243; + case 0xA9: goto yy2352; + case 0xAA: goto yy2245; + case 0xAB: goto yy2353; + case 0xAC: goto yy2247; + case 0xAD: goto yy2354; + case 0xAE: goto yy2249; + case 0xAF: goto yy2355; + case 0xB0: goto yy2251; + case 0xB1: goto yy2356; + case 0xB2: goto yy2253; + case 0xB3: goto yy2357; + case 0xB4: goto yy2255; + case 0xB5: goto yy2358; + case 0xB6: goto yy2257; + case 0xB7: goto yy2359; + case 0xB9: + case 0xBB: goto yy2360; + case 0xBC: goto yy2361; + default: goto yy2; + } +yy852: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x81: goto yy2362; + case 0x82: goto yy2363; + case 0x83: goto yy2260; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy807; + case 0x89: goto yy2261; + case 0x8A: goto yy2262; + case 0x8B: goto yy2263; + case 0x8C: goto yy2264; + case 0x8D: + case 0xB6: goto yy2265; + case 0x8E: goto yy2266; + case 0x8F: goto yy2267; + case 0x90: goto yy2268; + case 0x99: goto yy2269; + case 0x9A: goto yy2270; + case 0x9B: goto yy2271; + case 0x9C: goto yy2272; + case 0x9D: goto yy2273; + case 0x9F: goto yy2361; + case 0xA0: goto yy2364; + case 0xA1: goto yy2275; + case 0xA2: goto yy2276; + case 0xA3: goto yy2277; + case 0xA4: goto yy2278; + case 0xA5: goto yy2365; + case 0xA7: + case 0xAD: goto yy2360; + case 0xA8: goto yy2279; + case 0xAA: goto yy2366; + case 0xAE: goto yy2367; + case 0xAF: goto yy2281; + case 0xB0: goto yy2282; + case 0xB1: goto yy2368; + case 0xB3: goto yy2284; + case 0xB4: goto yy2285; + case 0xB5: goto yy2286; + case 0xBC: goto yy2287; + case 0xBD: goto yy2288; + case 0xBE: goto yy2289; + case 0xBF: goto yy2290; + default: goto yy2; + } +yy853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych == 0x80) goto yy2369; + if (yych <= 0x83) goto yy2; + goto yy2293; + } else { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2294; + goto yy2295; + } else { + if (yych == 0x88) goto yy2296; + goto yy2; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2297; + goto yy2298; + } else { + if (yych <= 0xB2) goto yy807; + if (yych <= 0xB3) goto yy2299; + goto yy2300; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy2301; + goto yy2302; + } else { + if (yych <= 0xB7) goto yy2303; + if (yych <= 0xB8) goto yy1030; + goto yy2; + } + } + } +yy854: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x93: goto yy2307; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy807; + case 0x98: goto yy2370; + case 0x99: goto yy2309; + case 0x9A: goto yy2310; + case 0x9B: goto yy2281; + case 0x9C: goto yy2311; + case 0x9D: goto yy813; + case 0x9E: goto yy2312; + case 0x9F: goto yy2313; + case 0xA0: goto yy2314; + case 0xA1: goto yy2315; + case 0xA2: goto yy2316; + case 0xA3: goto yy2371; + case 0xA4: goto yy2372; + case 0xA5: goto yy2319; + case 0xA7: goto yy2373; + case 0xA8: goto yy2320; + case 0xA9: goto yy2374; + case 0xAB: goto yy2322; + case 0xAC: goto yy2323; + case 0xAD: goto yy2324; + case 0xAF: goto yy2375; + default: goto yy2; + } +yy855: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy2326; + case 0xAD: goto yy2327; + case 0xAE: goto yy2328; + case 0xAF: goto yy2329; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy807; + case 0xB4: goto yy2330; + case 0xB5: goto yy2331; + case 0xB6: goto yy2332; + case 0xB7: goto yy2333; + case 0xB8: goto yy2376; + case 0xB9: goto yy2377; + case 0xBB: goto yy2336; + case 0xBC: goto yy2378; + case 0xBD: goto yy2338; + default: goto yy2; + } +yy856: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy2379; + case 0x91: goto yy2380; + case 0x92: goto yy2341; + case 0x93: goto yy2342; + case 0x94: goto yy2343; + case 0x96: goto yy2381; + case 0x9B: goto yy2345; + case 0x9D: goto yy2382; + case 0x9E: goto yy2347; + default: goto yy2; + } +yy857: + yyaccept = 7; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD8) { + if (yych <= ':') { + if (yych <= '-') { + if (yych == ',') goto yy202; + goto yy41; + } else { + if (yych <= '.') goto yy202; + if (yych <= '/') goto yy41; + if (yych <= '9') goto yy857; + goto yy41; + } + } else { + if (yych <= 0xCD) { + if (yych <= ';') goto yy202; + if (yych <= 0xCC) goto yy41; + goto yy2383; + } else { + if (yych == 0xD6) goto yy2384; + if (yych <= 0xD7) goto yy41; + goto yy2385; + } + } + } else { + if (yych <= 0xE1) { + if (yych <= 0xDB) { + if (yych <= 0xD9) goto yy2386; + if (yych <= 0xDA) goto yy41; + goto yy860; + } else { + if (yych <= 0xDE) goto yy41; + if (yych <= 0xDF) goto yy2387; + if (yych <= 0xE0) goto yy862; + goto yy863; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE2) goto yy2388; + if (yych <= 0xE9) goto yy41; + goto yy864; + } else { + if (yych <= 0xEE) goto yy41; + if (yych <= 0xEF) goto yy2389; + if (yych <= 0xF0) goto yy866; + goto yy41; + } + } + } +yy859: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xAA) goto yy2; + if (yych <= 0xAB) goto yy857; + goto yy2; +yy860: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy857; + goto yy2; +yy861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + goto yy2; +yy862: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAB: + case 0xAD: + case 0xAF: + case 0xB1: + case 0xB3: + case 0xB5: + case 0xB7: goto yy2390; + case 0xB9: + case 0xBB: goto yy2391; + case 0xBC: goto yy2392; + default: goto yy2; + } +yy863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9E) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x81) goto yy861; + if (yych <= 0x82) goto yy2391; + goto yy2; + } else { + if (yych <= 0xA0) { + if (yych <= 0x9F) goto yy2392; + goto yy2391; + } else { + if (yych == 0xA5) goto yy2393; + goto yy2; + } + } + } else { + if (yych <= 0xAC) { + if (yych <= 0xA7) goto yy2391; + if (yych == 0xAA) goto yy2394; + goto yy2; + } else { + if (yych <= 0xAE) { + if (yych <= 0xAD) goto yy2391; + goto yy860; + } else { + if (yych == 0xB1) goto yy2394; + goto yy2; + } + } + } +yy864: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x98: goto yy2392; + case 0xA3: + case 0xA9: goto yy2391; + case 0xA4: goto yy861; + case 0xA7: goto yy2395; + case 0xAF: goto yy860; + default: goto yy2; + } +yy865: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBC) goto yy2391; + goto yy2; +yy866: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy2396; + if (yych <= 0x91) goto yy2397; + goto yy2; + } else { + if (yych <= 0x96) goto yy2398; + if (yych == 0x9D) goto yy2399; + goto yy2; + } +yy867: + ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCC) { + if (yych <= ']') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy1762; + goto yy146; + } else { + if (yych == '\'') goto yy200; + if (yych <= '*') goto yy2; + goto yy2207; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy2400; + if (yych <= ';') goto yy2; + goto yy1762; + } else { + if (yych <= '?') goto yy2; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2402; + goto yy2; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych == '_') goto yy2207; + goto yy1762; + } else { + if (yych <= 'z') goto yy2402; + if (yych == '|') goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy1762; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy2404; + goto yy2405; + } else { + if (yych <= 0xC9) goto yy2406; + if (yych <= 0xCA) goto yy2407; + if (yych <= 0xCB) goto yy1771; + goto yy1772; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy2408; + if (yych <= 0xCE) goto yy2409; + goto yy2410; + } else { + if (yych == 0xD2) goto yy2411; + if (yych <= 0xD3) goto yy2406; + goto yy2412; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy2413; + if (yych <= 0xD6) goto yy2414; + if (yych <= 0xD7) goto yy2415; + goto yy2416; + } else { + if (yych <= 0xD9) goto yy2417; + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy2418; + goto yy2419; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy2420; + if (yych <= 0xDE) goto yy2421; + if (yych <= 0xDF) goto yy2422; + goto yy2423; + } else { + if (yych <= 0xE1) goto yy2424; + if (yych <= 0xE2) goto yy2425; + if (yych <= 0xE3) goto yy2426; + goto yy1792; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2427; + if (yych <= 0xEE) goto yy2; + goto yy2428; + } else { + if (yych <= 0xF0) goto yy2429; + if (yych == 0xF3) goto yy1796; + goto yy2; + } + } + } + } +yy868: + yyaccept = 7; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy533; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy781; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy868; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy533; + goto yy41; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy870; + if (yych <= ']') goto yy41; + goto yy533; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy533; + if (yych >= '{') goto yy41; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy41; + if (yych <= '~') goto yy533; + goto yy41; + } else { + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + if (yych <= 0xC9) goto yy874; + goto yy875; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy2430; + goto yy877; + } else { + if (yych <= 0xCF) goto yy878; + if (yych == 0xD2) goto yy879; + goto yy874; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy880; + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy2431; + goto yy883; + } else { + if (yych <= 0xD8) goto yy2432; + if (yych <= 0xD9) goto yy2433; + if (yych <= 0xDA) goto yy874; + goto yy886; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy887; + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + goto yy2434; + } else { + if (yych <= 0xE0) goto yy891; + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy2435; + goto yy894; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy557; + if (yych == 0xEA) goto yy895; + goto yy41; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy2436; + goto yy897; + } else { + if (yych == 0xF3) goto yy561; + goto yy41; + } + } + } + } + } +yy870: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy208; + if (yych <= '$') goto yy533; + if (yych <= '%') goto yy146; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy781; + goto yy208; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy899; + if (yych <= '/') goto yy208; + goto yy870; + } else { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy533; + if (yych <= '?') goto yy208; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy870; + if (yych <= ']') goto yy208; + if (yych <= '^') goto yy533; + goto yy781; + } else { + if (yych <= '`') goto yy533; + if (yych <= 'z') goto yy870; + if (yych <= '{') goto yy208; + goto yy533; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy533; + if (yych <= 0xC1) goto yy208; + } else { + if (yych <= 0xC3) goto yy873; + if (yych <= 0xC9) goto yy874; + if (yych <= 0xCA) goto yy875; + goto yy539; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy876; + if (yych <= 0xCE) goto yy877; + goto yy878; + } else { + if (yych == 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + goto yy880; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy882; + if (yych <= 0xD7) goto yy883; + goto yy884; + } else { + if (yych <= 0xD9) goto yy2437; + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy2438; + goto yy887; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy2439; + goto yy2440; + } else { + if (yych <= 0xE1) goto yy2441; + if (yych <= 0xE2) goto yy893; + if (yych <= 0xE3) goto yy894; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2442; + if (yych <= 0xEE) goto yy208; + goto yy2443; + } else { + if (yych <= 0xF0) goto yy2444; + if (yych == 0xF3) goto yy561; + goto yy208; + } + } + } + } +yy872: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy533; + case 0xAA: + case 0xB5: + case 0xBA: goto yy2445; + default: goto yy2; + } +yy873: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy2445; + goto yy533; + } else { + if (yych == 0xB7) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy874: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy2445; + goto yy2; +yy876: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB3) goto yy2445; + if (yych <= 0xB4) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy2445; + if (yych <= 0xBA) goto yy2; + goto yy2445; + } else { + if (yych == 0xBF) goto yy2445; + goto yy2; + } + } +yy877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2445; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy2445; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy2445; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy2445; + if (yych <= 0x89) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy2445; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy2445; + } else { + if (yych == 0x8A) goto yy200; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy533; + } else { + if (yych <= 0xBE) goto yy200; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy2445; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy2445; + goto yy2; + } + } +yy884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy533; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy885: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy2445; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xA9) goto yy831; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy831; + if (yych <= 0xAD) goto yy2; + goto yy2445; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy886: + yych = *++YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy2445; + goto yy2; + } else { + if (yych <= 0x95) goto yy2445; + if (yych == 0x9D) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2445; + goto yy831; + } else { + if (yych <= 0xBC) goto yy2445; + if (yych <= 0xBE) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy888: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy2445; + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy2445; + goto yy2; +yy890: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy2445; + } else { + if (yych <= 0xB3) goto yy533; + if (yych == 0xB6) goto yy533; + goto yy2; + } +yy891: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: goto yy2447; + case 0xA1: goto yy2448; + case 0xA2: goto yy2449; + case 0xA3: goto yy1800; + case 0xA4: goto yy2450; + case 0xA5: goto yy2451; + case 0xA6: goto yy2452; + case 0xA7: goto yy2453; + case 0xA8: goto yy2454; + case 0xA9: goto yy2455; + case 0xAA: goto yy2456; + case 0xAB: goto yy2457; + case 0xAC: goto yy2458; + case 0xAD: goto yy2459; + case 0xAE: goto yy2460; + case 0xAF: goto yy2461; + case 0xB0: goto yy2462; + case 0xB1: goto yy2463; + case 0xB2: goto yy2464; + case 0xB3: goto yy2465; + case 0xB4: goto yy2466; + case 0xB5: goto yy2467; + case 0xB6: goto yy2468; + case 0xB7: goto yy2469; + case 0xB8: goto yy1820; + case 0xB9: goto yy2470; + case 0xBA: goto yy1822; + case 0xBB: goto yy2471; + case 0xBC: goto yy2472; + case 0xBD: goto yy1825; + case 0xBE: goto yy1826; + case 0xBF: goto yy1827; + default: goto yy2; + } +yy892: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy2473; + case 0x82: goto yy2474; + case 0x83: goto yy2475; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy874; + case 0x89: goto yy2476; + case 0x8A: goto yy2477; + case 0x8B: goto yy2478; + case 0x8C: goto yy2479; + case 0x8D: goto yy2480; + case 0x8E: goto yy2481; + case 0x8F: goto yy2482; + case 0x90: goto yy2483; + case 0x99: goto yy2484; + case 0x9A: goto yy2485; + case 0x9B: goto yy2486; + case 0x9C: goto yy2487; + case 0x9D: goto yy2488; + case 0x9E: goto yy1845; + case 0x9F: goto yy2489; + case 0xA0: goto yy2490; + case 0xA1: goto yy2491; + case 0xA2: goto yy2492; + case 0xA3: goto yy2493; + case 0xA4: goto yy2494; + case 0xA5: goto yy2495; + case 0xA7: goto yy2496; + case 0xA8: goto yy2497; + case 0xA9: goto yy1854; + case 0xAA: goto yy2498; + case 0xAC: goto yy1856; + case 0xAD: goto yy2499; + case 0xAE: goto yy2500; + case 0xAF: goto yy2501; + case 0xB0: goto yy2502; + case 0xB1: goto yy2503; + case 0xB3: goto yy2504; + case 0xB4: goto yy2505; + case 0xB5: goto yy2506; + case 0xB6: goto yy2507; + case 0xB7: goto yy1866; + case 0xBC: goto yy2508; + case 0xBD: goto yy2509; + case 0xBE: goto yy2510; + case 0xBF: goto yy2511; + default: goto yy2; + } +yy893: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy2512; + case 0x81: goto yy1872; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: goto yy2513; + case 0x85: goto yy2514; + case 0x86: goto yy2515; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x88: goto yy2516; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy2517; + case 0xB1: goto yy2518; + case 0xB2: goto yy874; + case 0xB3: goto yy2519; + case 0xB4: goto yy2520; + case 0xB5: goto yy2521; + case 0xB6: goto yy2522; + case 0xB7: goto yy2523; + case 0xB8: goto yy1030; + case 0xBA: goto yy1897; + case 0xBB: goto yy1859; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy894: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy2524; + case 0x82: goto yy1900; + case 0x84: goto yy2525; + case 0x86: goto yy2526; + case 0x87: goto yy1903; + case 0x88: goto yy1904; + case 0x89: goto yy1905; + case 0x8A: goto yy1906; + case 0x8B: goto yy1907; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy537; + default: goto yy2; + } +yy895: + yych = *++YYCURSOR; + switch (yych) { + case 0x92: goto yy549; + case 0x93: goto yy2527; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy874; + case 0x98: goto yy2528; + case 0x99: goto yy2529; + case 0x9A: goto yy2530; + case 0x9B: goto yy2531; + case 0x9C: goto yy2532; + case 0x9D: goto yy880; + case 0x9E: goto yy2533; + case 0x9F: goto yy2534; + case 0xA0: goto yy2535; + case 0xA1: goto yy2536; + case 0xA2: goto yy2537; + case 0xA3: goto yy2538; + case 0xA4: goto yy2539; + case 0xA5: goto yy2540; + case 0xA6: goto yy1920; + case 0xA7: goto yy2541; + case 0xA8: goto yy2542; + case 0xA9: goto yy2543; + case 0xAA: goto yy1924; + case 0xAB: goto yy2544; + case 0xAC: goto yy2545; + case 0xAD: goto yy2546; + case 0xAF: goto yy2547; + default: goto yy2; + } +yy896: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy2548; + case 0xAD: goto yy2549; + case 0xAE: goto yy2550; + case 0xAF: goto yy2551; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy874; + case 0xB4: goto yy2552; + case 0xB5: goto yy2553; + case 0xB6: goto yy2554; + case 0xB7: goto yy2555; + case 0xB8: goto yy2556; + case 0xB9: goto yy2557; + case 0xBB: goto yy2558; + case 0xBC: goto yy2559; + case 0xBD: goto yy2560; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy897: + yych = *++YYCURSOR; + switch (yych) { + case 0x90: goto yy2561; + case 0x91: goto yy2562; + case 0x92: goto yy2563; + case 0x93: goto yy2564; + case 0x94: goto yy2565; + case 0x96: goto yy2566; + case 0x9B: goto yy2567; + case 0x9D: goto yy2568; + case 0x9E: goto yy2569; + case 0x9F: goto yy1950; + default: goto yy2; + } +yy898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCC) { + if (yych <= ']') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy1121; + goto yy146; + } else { + if (yych == '\'') goto yy200; + if (yych <= '*') goto yy2; + goto yy1123; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy1127; + if (yych <= ';') goto yy2; + goto yy1121; + } else { + if (yych <= '?') goto yy2; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2570; + goto yy2; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych == '_') goto yy1123; + goto yy1121; + } else { + if (yych <= 'z') goto yy2570; + if (yych == '|') goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy1121; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy2572; + goto yy2573; + } else { + if (yych <= 0xC9) goto yy2574; + if (yych <= 0xCA) goto yy2575; + if (yych <= 0xCB) goto yy1135; + goto yy1136; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy2576; + if (yych <= 0xCE) goto yy2577; + goto yy2578; + } else { + if (yych == 0xD2) goto yy2579; + if (yych <= 0xD3) goto yy2574; + goto yy2580; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy2581; + if (yych <= 0xD6) goto yy2582; + if (yych <= 0xD7) goto yy2583; + goto yy2584; + } else { + if (yych <= 0xD9) goto yy2585; + if (yych <= 0xDA) goto yy2574; + if (yych <= 0xDB) goto yy2586; + goto yy2587; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy2588; + if (yych <= 0xDE) goto yy2589; + if (yych <= 0xDF) goto yy2590; + goto yy2591; + } else { + if (yych <= 0xE1) goto yy2592; + if (yych <= 0xE2) goto yy2593; + if (yych <= 0xE3) goto yy2594; + goto yy1156; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2595; + if (yych <= 0xEE) goto yy2; + goto yy2596; + } else { + if (yych <= 0xF0) goto yy2597; + if (yych == 0xF3) goto yy1160; + goto yy2; + } + } + } + } +yy899: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy533; + if (yych <= '%') goto yy146; + goto yy2; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy781; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy203; + if (yych <= '/') goto yy2; + goto yy870; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy533; + if (yych <= '?') goto yy2; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy870; + if (yych <= ']') goto yy2; + if (yych <= '^') goto yy533; + goto yy781; + } else { + if (yych <= '`') goto yy533; + if (yych <= 'z') goto yy870; + if (yych <= '{') goto yy2; + goto yy533; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy533; + if (yych <= 0xC1) goto yy2; + goto yy872; + } else { + if (yych <= 0xC3) goto yy873; + if (yych <= 0xC9) goto yy874; + if (yych <= 0xCA) goto yy875; + goto yy539; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy876; + if (yych <= 0xCE) goto yy877; + goto yy878; + } else { + if (yych == 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + goto yy880; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy882; + if (yych <= 0xD7) goto yy883; + goto yy884; + } else { + if (yych <= 0xD9) goto yy2437; + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy2438; + goto yy887; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy2439; + goto yy2440; + } else { + if (yych <= 0xE1) goto yy2441; + if (yych <= 0xE2) goto yy893; + if (yych <= 0xE3) goto yy894; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2442; + if (yych <= 0xEE) goto yy2; + goto yy2443; + } else { + if (yych <= 0xF0) goto yy2444; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy900: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy113; + case 0xAA: + case 0xB5: + case 0xBA: goto yy950; + default: goto yy2; + } +yy901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy950; + goto yy113; + } else { + if (yych == 0xB7) goto yy113; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB3) goto yy950; + if (yych <= 0xB4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy950; + if (yych <= 0xBA) goto yy2; + goto yy950; + } else { + if (yych == 0xBF) goto yy950; + goto yy2; + } + } +yy903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy950; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy950; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy950; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy113; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy905: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy950; + if (yych <= 0x89) goto yy113; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy906: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych == 0x8A) goto yy2598; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy2598; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy907: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy950; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy950; + goto yy2; + } + } +yy908: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy113; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy950; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xA9) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy1246; + if (yych <= 0xAD) goto yy2; + goto yy950; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy950; + goto yy2; + } else { + if (yych <= 0x95) goto yy950; + if (yych == 0x9D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy950; + goto yy1246; + } else { + if (yych <= 0xBC) goto yy950; + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy950; + goto yy113; + } else { + if (yych <= 0xAF) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy950; + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy950; + goto yy2; +yy914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1246; + goto yy950; + } else { + if (yych <= 0xB3) goto yy113; + if (yych == 0xB6) goto yy113; + goto yy2; + } +yy915: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy2599; + case 0xA1: goto yy2600; + case 0xA2: goto yy954; + case 0xA3: goto yy1251; + case 0xA4: goto yy2601; + case 0xA5: goto yy2602; + case 0xA6: goto yy2603; + case 0xA7: goto yy2604; + case 0xA8: goto yy2605; + case 0xA9: goto yy2606; + case 0xAA: goto yy2607; + case 0xAB: goto yy2608; + case 0xAC: goto yy2609; + case 0xAD: goto yy2610; + case 0xAE: goto yy2611; + case 0xAF: goto yy2612; + case 0xB0: goto yy2613; + case 0xB1: goto yy2614; + case 0xB2: goto yy2615; + case 0xB3: goto yy2616; + case 0xB4: goto yy2617; + case 0xB5: goto yy2618; + case 0xB6: goto yy2619; + case 0xB7: goto yy2620; + case 0xB8: goto yy1272; + case 0xB9: goto yy1273; + case 0xBA: goto yy1274; + case 0xBB: goto yy1275; + case 0xBC: goto yy1276; + case 0xBD: goto yy1277; + case 0xBE: goto yy1278; + case 0xBF: goto yy1279; + default: goto yy2; + } +yy916: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy1281; + case 0x82: goto yy2621; + case 0x83: goto yy980; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy213; + case 0x89: goto yy981; + case 0x8A: goto yy982; + case 0x8B: goto yy983; + case 0x8C: goto yy984; + case 0x8D: goto yy2622; + case 0x8E: goto yy2623; + case 0x8F: goto yy987; + case 0x90: goto yy2624; + case 0x99: goto yy989; + case 0x9A: goto yy990; + case 0x9B: goto yy991; + case 0x9C: goto yy2625; + case 0x9D: goto yy2626; + case 0x9E: goto yy1297; + case 0x9F: goto yy1298; + case 0xA0: goto yy2627; + case 0xA1: goto yy996; + case 0xA2: goto yy2628; + case 0xA3: goto yy998; + case 0xA4: goto yy2629; + case 0xA5: goto yy1304; + case 0xA7: goto yy1305; + case 0xA8: goto yy2630; + case 0xA9: goto yy1307; + case 0xAA: goto yy1308; + case 0xAC: goto yy1309; + case 0xAD: goto yy1310; + case 0xAE: goto yy2631; + case 0xAF: goto yy2632; + case 0xB0: goto yy2633; + case 0xB1: goto yy2634; + case 0xB3: goto yy2635; + case 0xB4: goto yy1010; + case 0xB5: goto yy1011; + case 0xB6: goto yy1012; + case 0xB7: goto yy1319; + case 0xBC: goto yy1013; + case 0xBD: goto yy1014; + case 0xBE: goto yy2636; + case 0xBF: goto yy2637; + default: goto yy2; + } +yy917: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy2638; + case 0x81: goto yy1325; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: goto yy2639; + case 0x85: goto yy2640; + case 0x86: goto yy2641; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x88: goto yy2642; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy1023; + case 0xB1: goto yy1024; + case 0xB2: goto yy213; + case 0xB3: goto yy2643; + case 0xB4: goto yy1026; + case 0xB5: goto yy2644; + case 0xB6: goto yy1028; + case 0xB7: goto yy2645; + case 0xB8: goto yy2646; + case 0xBA: goto yy1354; + case 0xBB: goto yy709; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy918: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy2647; + case 0x82: goto yy1357; + case 0x83: goto yy1033; + case 0x84: goto yy1034; + case 0x86: goto yy2648; + case 0x87: goto yy1360; + case 0x88: goto yy1361; + case 0x89: goto yy1362; + case 0x8A: goto yy1363; + case 0x8B: goto yy1364; + case 0x8C: goto yy290; + case 0x8D: goto yy1365; + case 0x8E: + case 0x8F: goto yy118; + default: goto yy2; + } +yy919: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy572; + case 0x93: goto yy2649; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy213; + case 0x98: goto yy2650; + case 0x99: goto yy2651; + case 0x9A: goto yy2652; + case 0x9B: goto yy2653; + case 0x9C: goto yy2654; + case 0x9D: goto yy219; + case 0x9E: goto yy2655; + case 0x9F: goto yy1047; + case 0xA0: goto yy2656; + case 0xA1: goto yy1049; + case 0xA2: goto yy2657; + case 0xA3: goto yy2658; + case 0xA4: goto yy2659; + case 0xA5: goto yy2660; + case 0xA6: goto yy1380; + case 0xA7: goto yy1381; + case 0xA8: goto yy2661; + case 0xA9: goto yy2662; + case 0xAA: goto yy1384; + case 0xAB: goto yy2663; + case 0xAC: goto yy1058; + case 0xAD: goto yy2664; + case 0xAF: goto yy2665; + default: goto yy2; + } +yy920: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy2666; + case 0xAD: goto yy1062; + case 0xAE: goto yy2667; + case 0xAF: goto yy2668; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy213; + case 0xB4: goto yy1065; + case 0xB5: goto yy1066; + case 0xB6: goto yy1067; + case 0xB7: goto yy2669; + case 0xB8: goto yy2670; + case 0xB9: goto yy2671; + case 0xBB: goto yy1071; + case 0xBC: goto yy2672; + case 0xBD: goto yy2673; + case 0xBE: goto yy1074; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy921: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy2674; + case 0x91: goto yy2675; + case 0x92: goto yy1077; + case 0x93: goto yy1078; + case 0x94: goto yy1079; + case 0x96: goto yy2676; + case 0x9B: goto yy2677; + case 0x9D: goto yy2678; + case 0x9E: goto yy2679; + case 0x9F: goto yy1412; + default: goto yy2; + } +yy922: + yyaccept = 17; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych <= '#') goto yy923; + if (yych <= '$') goto yy534; + if (yych <= '%') goto yy146; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy923; + if (yych <= '-') goto yy783; + goto yy146; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy923; + if (yych <= '9') goto yy781; + if (yych >= '<') goto yy534; + } else { + if (yych <= '?') goto yy923; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy781; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych == '_') goto yy781; + if (yych <= '`') goto yy534; + goto yy781; + } else { + if (yych == '|') goto yy534; + if (yych >= '~') goto yy534; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xC1) goto yy923; + if (yych <= 0xE4) goto yy534; + if (yych >= 0xEA) goto yy534; + } else { + if (yych <= 0xF0) { + if (yych >= 0xEF) goto yy534; + } else { + if (yych == 0xF3) goto yy534; + } + } + } + } +yy923: +#line 175 "scanner.re" + { return ABBREVIATION; } +#line 20090 "scanner.c" +yy924: + yych = *++YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy110; + case 0xAA: + case 0xB5: + case 0xBA: goto yy1567; + default: goto yy2; + } +yy925: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1567; + goto yy110; + } else { + if (yych == 0xB7) goto yy110; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1567; + goto yy2; +yy928: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0xB3) goto yy1567; + if (yych <= 0xB4) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy1567; + if (yych <= 0xBA) goto yy2; + goto yy1567; + } else { + if (yych == 0xBF) goto yy1567; + goto yy2; + } + } +yy929: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy110; + goto yy1567; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1567; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy930: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy110; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy931: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1567; + if (yych <= 0x89) goto yy110; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1567; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy934: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1567; + if (yych <= 0x8C) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy110; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } +yy935: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy1567; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy1567; + goto yy2; + } + } +yy936: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy110; + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy937: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy1567; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xA9) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy1589; + if (yych <= 0xAD) goto yy2; + goto yy1567; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy938: + yych = *++YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1567; + goto yy2; + } else { + if (yych <= 0x95) goto yy1567; + if (yych == 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy1567; + goto yy1589; + } else { + if (yych <= 0xBC) goto yy1567; + if (yych <= 0xBE) goto yy110; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy939: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy1567; + goto yy110; + } else { + if (yych <= 0xAF) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy940: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy110; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy941: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1567; + if (yych <= 0xB0) goto yy110; + if (yych <= 0xB1) goto yy1567; + goto yy2; +yy942: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1589; + goto yy1567; + } else { + if (yych <= 0xB3) goto yy110; + if (yych == 0xB6) goto yy110; + goto yy2; + } +yy943: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: goto yy2680; + case 0xA1: goto yy2681; + case 0xA2: goto yy2682; + case 0xA3: goto yy586; + case 0xA4: goto yy2683; + case 0xA5: goto yy2684; + case 0xA6: goto yy2685; + case 0xA7: goto yy2686; + case 0xA8: goto yy2687; + case 0xA9: goto yy2688; + case 0xAA: goto yy2689; + case 0xAB: goto yy2690; + case 0xAC: goto yy2691; + case 0xAD: goto yy2692; + case 0xAE: goto yy2693; + case 0xAF: goto yy2694; + case 0xB0: goto yy2695; + case 0xB1: goto yy2696; + case 0xB2: goto yy2697; + case 0xB3: goto yy2698; + case 0xB4: goto yy2699; + case 0xB5: goto yy2700; + case 0xB6: goto yy2701; + case 0xB7: goto yy2702; + case 0xB8: goto yy607; + case 0xB9: goto yy2703; + case 0xBA: goto yy609; + case 0xBB: goto yy2704; + case 0xBC: goto yy2705; + case 0xBD: goto yy612; + case 0xBE: goto yy613; + case 0xBF: goto yy614; + default: goto yy2; + } +yy944: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy615; + case 0x81: goto yy2706; + case 0x82: goto yy2707; + case 0x83: goto yy2708; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy926; + case 0x89: goto yy2709; + case 0x8A: goto yy2710; + case 0x8B: goto yy2711; + case 0x8C: goto yy2712; + case 0x8D: goto yy2713; + case 0x8E: goto yy2714; + case 0x8F: goto yy2715; + case 0x90: goto yy2716; + case 0x99: goto yy2717; + case 0x9A: goto yy2718; + case 0x9B: goto yy2719; + case 0x9C: goto yy2720; + case 0x9D: goto yy2721; + case 0x9E: goto yy632; + case 0x9F: goto yy2722; + case 0xA0: goto yy2723; + case 0xA1: goto yy2724; + case 0xA2: goto yy2725; + case 0xA3: goto yy2726; + case 0xA4: goto yy2727; + case 0xA5: goto yy2728; + case 0xA7: goto yy2729; + case 0xA8: goto yy2730; + case 0xA9: goto yy642; + case 0xAA: goto yy2731; + case 0xAC: goto yy644; + case 0xAD: goto yy2732; + case 0xAE: goto yy2733; + case 0xAF: goto yy2734; + case 0xB0: goto yy2735; + case 0xB1: goto yy2736; + case 0xB3: goto yy2737; + case 0xB4: goto yy2738; + case 0xB5: goto yy2739; + case 0xB6: goto yy2740; + case 0xB7: goto yy654; + case 0xBC: goto yy2741; + case 0xBD: goto yy2742; + case 0xBE: goto yy2743; + case 0xBF: goto yy2744; + default: goto yy2; + } +yy945: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1506; + case 0x81: goto yy1507; + case 0x82: goto yy661; + case 0x83: goto yy662; + case 0x84: goto yy2745; + case 0x85: goto yy2746; + case 0x86: goto yy2747; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy121; + case 0x8C: goto yy666; + case 0x8F: goto yy667; + case 0x90: goto yy668; + case 0x91: goto yy669; + case 0x92: goto yy670; + case 0x93: goto yy671; + case 0x9D: goto yy672; + case 0x9E: goto yy673; + case 0x9F: goto yy674; + case 0xA6: goto yy675; + case 0xA7: goto yy676; + case 0xAD: goto yy677; + case 0xAE: goto yy678; + case 0xAF: goto yy679; + case 0xB0: goto yy2748; + case 0xB1: goto yy2749; + case 0xB2: goto yy926; + case 0xB3: goto yy2750; + case 0xB4: goto yy2751; + case 0xB5: goto yy2752; + case 0xB6: goto yy2753; + case 0xB7: goto yy2754; + case 0xBA: goto yy687; + case 0xBB: goto yy688; + case 0xBF: goto yy689; + default: goto yy2; + } +yy946: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy2755; + case 0x82: goto yy2756; + case 0x83: goto yy2757; + case 0x84: goto yy2758; + case 0x86: goto yy2759; + case 0x87: goto yy2760; + case 0x88: goto yy695; + case 0x89: goto yy696; + case 0x8A: goto yy697; + case 0x8B: goto yy2761; + case 0x8C: goto yy2762; + case 0x8D: goto yy2763; + case 0x8E: + case 0x8F: goto yy121; + default: goto yy2; + } +yy947: + yych = *++YYCURSOR; + switch (yych) { + case 0x92: goto yy699; + case 0x93: goto yy2764; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy926; + case 0x98: goto yy2765; + case 0x99: goto yy2766; + case 0x9A: goto yy2767; + case 0x9B: goto yy2768; + case 0x9C: goto yy2769; + case 0x9D: goto yy932; + case 0x9E: goto yy2770; + case 0x9F: goto yy2771; + case 0xA0: goto yy2772; + case 0xA1: goto yy2773; + case 0xA2: goto yy2774; + case 0xA3: goto yy2775; + case 0xA4: goto yy2776; + case 0xA5: goto yy2777; + case 0xA6: goto yy714; + case 0xA7: goto yy2778; + case 0xA8: goto yy2779; + case 0xA9: goto yy2780; + case 0xAA: goto yy718; + case 0xAB: goto yy2781; + case 0xAC: goto yy2782; + case 0xAD: goto yy2783; + case 0xAF: goto yy2784; + default: goto yy2; + } +yy948: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy2785; + case 0xAD: goto yy2786; + case 0xAE: goto yy2787; + case 0xAF: goto yy2788; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy926; + case 0xB4: goto yy2789; + case 0xB5: goto yy2790; + case 0xB6: goto yy2791; + case 0xB7: goto yy2792; + case 0xB8: goto yy1550; + case 0xB9: goto yy2793; + case 0xBB: goto yy2794; + case 0xBC: goto yy2795; + case 0xBD: goto yy2796; + case 0xBE: goto yy2797; + case 0xBF: goto yy735; + default: goto yy2; + } +yy949: + yych = *++YYCURSOR; + switch (yych) { + case 0x90: goto yy2798; + case 0x91: goto yy2799; + case 0x92: goto yy2800; + case 0x93: goto yy2801; + case 0x94: goto yy2802; + case 0x96: goto yy2803; + case 0x9B: goto yy2804; + case 0x9D: goto yy2805; + case 0x9E: goto yy2806; + case 0x9F: goto yy745; + default: goto yy2; + } +yy950: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy113; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy113; + goto yy208; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy2807; + if (yych <= '.') goto yy2808; + if (yych <= '/') goto yy208; + goto yy950; + } else { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy208; + goto yy950; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= ']') goto yy208; + if (yych == '_') goto yy1567; + goto yy113; + } else { + if (yych <= 'z') goto yy950; + if (yych == '|') goto yy113; + goto yy208; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy113; + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy900; + goto yy901; + } else { + if (yych <= 0xC9) goto yy213; + if (yych <= 0xCA) goto yy214; + if (yych <= 0xCB) goto yy564; + goto yy118; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy902; + if (yych <= 0xCE) goto yy903; + goto yy904; + } else { + if (yych == 0xD2) goto yy905; + if (yych <= 0xD3) goto yy213; + goto yy219; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy220; + if (yych <= 0xD6) goto yy906; + if (yych <= 0xD7) goto yy907; + goto yy908; + } else { + if (yych <= 0xD9) goto yy909; + if (yych <= 0xDA) goto yy213; + if (yych <= 0xDB) goto yy910; + goto yy911; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy912; + if (yych <= 0xDE) goto yy913; + if (yych <= 0xDF) goto yy914; + goto yy915; + } else { + if (yych <= 0xE1) goto yy916; + if (yych <= 0xE2) goto yy917; + if (yych <= 0xE3) goto yy918; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy919; + if (yych <= 0xEE) goto yy208; + goto yy920; + } else { + if (yych <= 0xF0) goto yy921; + if (yych == 0xF3) goto yy282; + goto yy208; + } + } + } + } +yy952: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych == 0x9A) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy110; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy110; + goto yy2; + } + } +yy953: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy950; + if (yych <= 0x9B) goto yy110; + goto yy2; +yy954: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy950; + goto yy2; +yy955: + yych = *++YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy950; + } else { + if (yych == 0xBD) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy956: + yych = *++YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x90) goto yy950; + if (yych <= 0x97) goto yy110; + goto yy950; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy325; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy957: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy950; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy950; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy950; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy950; + goto yy2; + } else { + if (yych <= 0xB2) goto yy950; + if (yych <= 0xB5) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy958: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy110; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy110; + goto yy950; + } else { + if (yych == 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy950; + goto yy2; + } else { + if (yych <= 0xA1) goto yy950; + if (yych <= 0xA3) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy325; + if (yych <= 0xB1) goto yy950; + goto yy110; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; + } + } + } +yy959: + yych = *++YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy950; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy950; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy950; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy950; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy950; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy950; + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy960: + yych = *++YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x91) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy950; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy325; + goto yy110; + } else { + if (yych <= 0xB4) goto yy950; + if (yych <= 0xB5) goto yy110; + goto yy2; + } + } + } +yy961: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy950; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy950; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy950; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy950; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy962: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x90) goto yy950; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy950; + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy325; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy110; + } else { + if (yych == 0xB9) goto yy950; + goto yy2; + } + } + } +yy963: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy950; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy950; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy950; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy950; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy964: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy950; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy325; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xB1) goto yy950; + goto yy2; + } + } + } +yy965: + yych = *++YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy110; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy950; + default: goto yy2; + } +yy966: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy950; + if (yych == 0x97) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy325; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy110; + goto yy2; + } + } +yy967: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy950; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy950; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy968: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy950; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy325; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } + } +yy969: + yych = *++YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy950; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy950; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy970: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy950; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy325; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy950; + goto yy2; + } + } + } +yy971: + yych = *++YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy950; + goto yy2; + } else { + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy972: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x8E) goto yy950; + if (yych <= 0x96) goto yy2; + goto yy110; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy950; + if (yych <= 0xA3) goto yy110; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy325; + goto yy2; + } else { + if (yych <= 0xB9) goto yy110; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } + } +yy973: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy950; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy950; + } else { + if (yych == 0xBD) goto yy950; + goto yy2; + } + } +yy974: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy950; + goto yy2; + } else { + if (yych <= 0x8A) goto yy110; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy325; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } + } +yy975: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + goto yy2; +yy976: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + goto yy2; +yy977: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy325; + if (yych <= 0xB3) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy978: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + goto yy2; + } else { + if (yych <= 0x99) goto yy110; + if (yych <= 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy110; + goto yy2; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy979: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy110; + } else { + if (yych <= 0x99) goto yy325; + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych == 0x87) goto yy950; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy950; + if (yych <= 0x8F) goto yy2; + goto yy950; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy950; + goto yy2; + } else { + if (yych <= 0x8D) goto yy950; + if (yych <= 0x8F) goto yy2; + goto yy950; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy950; + goto yy2; + } else { + if (yych <= 0x9D) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy950; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy950; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy950; + goto yy2; + } + } +yy983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy950; + if (yych <= 0x81) goto yy2; + goto yy950; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy950; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy950; + goto yy2; + } else { + if (yych <= 0x95) goto yy950; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy985: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy950; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy110; + goto yy2; +yy986: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy950; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy987: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy950; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy950; + goto yy2; +yy988: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy200; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy950; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy991: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy950; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy950; + goto yy2; +yy992: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy950; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy110; + goto yy2; + } else { + if (yych <= 0xB1) goto yy950; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy993: + yych = *++YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych <= 0x93) goto yy110; + if (yych <= 0x9F) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy950; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } + } +yy994: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy110; + if (yych <= 0x9A) goto yy2; + goto yy110; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy325; + goto yy2; + } + } +yy995: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy200; + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy325; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy950; + goto yy2; +yy997: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy950; + goto yy110; + } else { + if (yych <= 0xAA) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy950; + goto yy2; +yy999: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy950; + goto yy2; + } else { + if (yych <= 0xAB) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; + } +yy1000: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy110; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy325; + goto yy2; +yy1001: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy1002: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy950; + if (yych <= 0x9B) goto yy110; + goto yy2; +yy1003: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + goto yy2; + } else { + if (yych <= 0x99) goto yy325; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy110; + goto yy2; + } +yy1004: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy325; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy110; + goto yy2; + } +yy1005: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xA0) goto yy950; + goto yy110; + } else { + if (yych <= 0xAF) goto yy950; + if (yych <= 0xB9) goto yy325; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy1006: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy950; + if (yych <= 0xB3) goto yy110; + goto yy2; +yy1007: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy950; + if (yych <= 0xB7) goto yy110; + goto yy2; +yy1008: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + goto yy2; + } else { + if (yych <= 0x8F) goto yy950; + if (yych <= 0x99) goto yy325; + if (yych <= 0xB7) goto yy950; + goto yy2; + } +yy1009: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy110; + goto yy2; + } else { + if (yych <= 0xA8) goto yy110; + if (yych <= 0xAC) goto yy950; + goto yy110; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy950; + if (yych <= 0xB4) goto yy110; + goto yy950; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy110; + goto yy2; + } + } +yy1010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy950; + goto yy2; +yy1011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy1012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy950; + goto yy2; +yy1013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy950; + goto yy2; + } else { + if (yych <= 0x9D) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy1014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy950; + goto yy2; + } else { + if (yych <= 0x8D) goto yy950; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy950; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy950; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy950; + goto yy2; + } + } +yy1015: + yych = *++YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy950; + } else { + if (yych == 0xBE) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy1016: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0x84) goto yy950; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy950; + goto yy110; + } else { + if (yych <= 0x93) goto yy950; + if (yych <= 0x95) goto yy2; + goto yy950; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy110; + } else { + if (yych <= 0xAC) goto yy950; + if (yych <= 0xAF) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy950; + goto yy2; + } else { + if (yych <= 0xBC) goto yy950; + if (yych <= 0xBE) goto yy110; + goto yy2; + } + } + } +yy1017: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + if (yych <= 0x97) goto yy2; + goto yy1588; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1588; + } else { + if (yych == 0xBF) goto yy2809; + goto yy2; + } + } +yy1018: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy2809; + } else { + if (yych == 0x84) goto yy2811; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych <= 0x92) goto yy110; + if (yych <= 0x93) goto yy2; + goto yy2809; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy110; + goto yy2; + } + } +yy1019: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy110; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy950; + default: goto yy2; + } +yy1020: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy950; + } else { + if (yych == 0x8E) goto yy950; + if (yych <= 0x8F) goto yy110; + goto yy2; + } +yy1021: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy950; + goto yy2; + } else { + if (yych <= 0x8B) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy1022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2812; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy1023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy1024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy950; + goto yy2; + } else { + if (yych <= 0xBB) goto yy950; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy1025: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy950; + goto yy110; + } else { + if (yych <= 0xAE) goto yy950; + if (yych <= 0xB1) goto yy110; + if (yych <= 0xB3) goto yy950; + goto yy2; + } +yy1026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy950; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy950; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy1027: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy950; + if (yych == 0xBF) goto yy110; + goto yy2; +yy1028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy950; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy950; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy950; + goto yy2; + } + } +yy1029: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy950; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy950; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy1030: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy200; + if (yych == 0x9A) goto yy200; + goto yy2; +yy1031: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x93) { + if (yych == 0x84) goto yy110; + if (yych <= 0x91) goto yy2; + goto yy110; + } else { + if (yych == 0xA0) goto yy110; + if (yych <= 0xA9) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB5) goto yy1439; + if (yych <= 0xB7) goto yy110; + goto yy2; + } else { + if (yych <= 0xBC) goto yy950; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy1032: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x98) goto yy2; + if (yych <= 0x9A) goto yy110; + goto yy2813; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy1033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy1034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy950; + goto yy2; +yy1035: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy110; + goto yy2; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBA) goto yy950; + goto yy2; + } +yy1036: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy1037: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy110; + if (yych <= 0xBE) goto yy2813; + goto yy2; +yy1038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy2813; + goto yy2; +yy1039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy2813; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy1040: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy950; + goto yy2; +yy1041: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy950; + goto yy2; + } else { + if (yych <= 0x9F) goto yy950; + if (yych <= 0xA9) goto yy325; + if (yych <= 0xAB) goto yy950; + goto yy2; + } +yy1042: + yych = *++YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy950; + goto yy110; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } +yy1043: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy950; + goto yy2; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy1044: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy110; + goto yy2; +yy1045: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } else { + if (yych <= 0xA1) goto yy110; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy1046: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy950; + if (yych <= 0x88) goto yy2; + goto yy110; + } else { + if (yych <= 0xAD) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy950; + goto yy2; + } +yy1047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy950; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy1048: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy950; + goto yy110; + } else { + if (yych == 0x86) goto yy110; + goto yy950; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy110; + if (yych <= 0xA2) goto yy950; + goto yy110; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy110; + goto yy2; + } + } +yy1049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy950; + goto yy2; +yy1050: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0xB3) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy1051: + yych = *++YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy325; + if (yych <= 0x9F) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy950; + if (yych <= 0xBA) goto yy2; + goto yy950; + } else { + if (yych == 0xBD) goto yy950; + goto yy2; + } + } +yy1052: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + goto yy950; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy1053: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy950; + if (yych <= 0x93) goto yy110; + goto yy2; +yy1054: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy325; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy325; + goto yy2; + } + } +yy1055: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy950; + if (yych <= 0xB6) goto yy110; + goto yy2; +yy1056: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy950; + goto yy110; + } else { + if (yych <= 0x8B) goto yy950; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy325; + if (yych <= 0xB6) goto yy2; + goto yy110; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } + } +yy1057: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy950; + goto yy110; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy950; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy110; + goto yy2; + } + } +yy1058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy950; + goto yy2; + } else { + if (yych <= 0x8E) goto yy950; + if (yych <= 0x90) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy950; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy1059: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy950; + if (yych <= 0x9B) goto yy110; + goto yy2; + } else { + if (yych <= 0xA5) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy1060: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy950; + if (yych <= 0xAA) goto yy110; + goto yy2; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy325; + goto yy2; + } +yy1061: + yych = *++YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy950; + goto yy2; + } else { + if (yych <= 0x97) goto yy950; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy950; + goto yy110; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy110; + if (yych <= 0xB6) goto yy950; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy950; + goto yy2; + } + } +yy1062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy950; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy1063: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy1064: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy1065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy950; + goto yy2; +yy1066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy1067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy950; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy1068: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy950; + goto yy2; + } else { + if (yych <= 0xBB) goto yy950; + if (yych <= 0xBD) goto yy110; + goto yy2; + } +yy1069: + yych = *++YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x90) goto yy202; + if (yych <= 0x93) goto yy2; + goto yy202; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAF) goto yy110; + goto yy2; + } else { + if (yych <= 0xB2) goto yy200; + if (yych <= 0xB4) goto yy2809; + goto yy2; + } + } +yy1070: + yych = *++YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy2809; + if (yych <= 0x90) goto yy202; + goto yy2; + } else { + if (yych <= 0x93) { + if (yych <= 0x92) goto yy1588; + goto yy2; + } else { + if (yych <= 0x94) goto yy202; + if (yych <= 0xA1) goto yy2; + goto yy110; + } + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy200; + if (yych <= 0xA6) goto yy110; + if (yych <= 0xA8) goto yy2; + goto yy110; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy950; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } + } +yy1071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy950; + goto yy2; +yy1072: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy110; + } else { + if (yych == 0x87) goto yy1588; + goto yy2; + } + } else { + if (yych <= 0x8C) { + if (yych <= 0x8B) goto yy110; + goto yy202; + } else { + if (yych <= 0x8D) goto yy200; + if (yych <= 0x8E) goto yy1588; + goto yy2; + } + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy831; + goto yy2; + } else { + if (yych <= 0x9B) goto yy202; + if (yych <= 0x9E) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xBA) goto yy950; + goto yy2; + } else { + if (yych <= 0xBE) goto yy110; + if (yych <= 0xBF) goto yy2809; + goto yy2; + } + } + } +yy1073: + yych = *++YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x9A) goto yy950; + if (yych <= 0x9B) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy2; + goto yy110; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy1074: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1439; + goto yy2; +yy1075: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy2815; + case 0x81: goto yy2816; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy213; + case 0x83: goto yy2817; + case 0x84: goto yy2069; + case 0x85: goto yy2070; + case 0x86: goto yy2071; + case 0x87: goto yy2072; + case 0x8A: goto yy2818; + case 0x8B: goto yy2819; + case 0x8C: goto yy2820; + case 0x8D: goto yy2821; + case 0x8E: goto yy2822; + case 0x8F: goto yy2823; + case 0x92: goto yy2824; + case 0x94: goto yy2825; + case 0x95: goto yy2826; + case 0x9C: goto yy2827; + case 0x9D: goto yy2828; + case 0xA0: goto yy2829; + case 0xA1: goto yy2830; + case 0xA2: goto yy2831; + case 0xA3: goto yy2832; + case 0xA4: goto yy2833; + case 0xA6: goto yy2834; + case 0xA8: goto yy2835; + case 0xA9: goto yy2836; + case 0xAA: goto yy2837; + case 0xAB: goto yy2838; + case 0xAC: goto yy998; + case 0xAD: goto yy2839; + case 0xAE: goto yy2840; + case 0xB1: goto yy2841; + case 0xB2: + case 0xB3: goto yy2842; + default: goto yy2; + } +yy1076: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy2843; + case 0x81: goto yy2844; + case 0x82: goto yy2845; + case 0x83: goto yy2846; + case 0x84: goto yy2847; + case 0x85: goto yy2848; + case 0x86: goto yy2849; + case 0x87: goto yy2850; + case 0x88: goto yy2851; + case 0x8A: goto yy2852; + case 0x8B: goto yy2853; + case 0x8C: goto yy2854; + case 0x8D: goto yy2855; + case 0x92: + case 0x98: goto yy2856; + case 0x93: goto yy2857; + case 0x96: goto yy2858; + case 0x97: goto yy2859; + case 0x99: goto yy2860; + case 0x9A: goto yy2861; + case 0x9B: goto yy2862; + case 0x9C: goto yy2863; + case 0xA2: goto yy2864; + case 0xA3: goto yy2865; + case 0xAB: goto yy2866; + default: goto yy2; + } +yy1077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy213; + goto yy2867; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy213; + if (yych <= 0x95) goto yy2868; + goto yy2; + } +yy1078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy213; + if (yych <= 0x90) goto yy2869; + goto yy2; +yy1079: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy213; + if (yych <= 0x99) goto yy2870; + goto yy2; +yy1080: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy213; + case 0xA8: goto yy2866; + case 0xA9: goto yy2871; + case 0xAB: goto yy2872; + case 0xAC: goto yy2873; + case 0xAD: goto yy2874; + case 0xAE: goto yy2875; + case 0xBD: goto yy2876; + case 0xBE: goto yy2127; + default: goto yy2; + } +yy1081: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x80) goto yy2877; + goto yy2; + } else { + if (yych <= 0xB0) goto yy213; + if (yych <= 0xB1) goto yy2878; + if (yych <= 0xB2) goto yy2879; + goto yy2; + } +yy1082: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy121; + case 0x83: goto yy2130; + case 0x84: goto yy2131; + case 0x85: goto yy2132; + case 0x87: goto yy2133; + case 0x89: goto yy2134; + case 0x8D: goto yy2135; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy213; + case 0x91: goto yy2880; + case 0x92: goto yy2881; + case 0x93: goto yy2882; + case 0x94: goto yy2883; + case 0x95: goto yy2884; + case 0x9A: goto yy2885; + case 0x9B: goto yy2886; + case 0x9C: goto yy2887; + case 0x9D: goto yy2888; + case 0x9E: goto yy2889; + case 0x9F: goto yy2890; + case 0xAA: goto yy2147; + default: goto yy2; + } +yy1083: + yych = *++YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy213; + if (yych <= 0xA3) goto yy2891; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2892; + goto yy2893; + } else { + if (yych <= 0xBA) goto yy2894; + if (yych <= 0xBB) goto yy2152; + goto yy2; + } + } +yy1084: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCF) { + if (yych <= 'Z') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy208; + goto yy146; + } + } else { + if (yych <= '9') { + if (yych <= '/') goto yy208; + if (yych <= '8') goto yy2895; + goto yy803; + } else { + if (yych <= '?') goto yy208; + if (yych <= '@') goto yy148; + goto yy803; + } + } + } else { + if (yych <= 0xC2) { + if (yych <= '`') { + if (yych == '_') goto yy146; + goto yy208; + } else { + if (yych <= 'z') goto yy803; + if (yych <= 0xC1) goto yy208; + goto yy805; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC3) goto yy806; + if (yych <= 0xC9) goto yy807; + goto yy808; + } else { + if (yych <= 0xCC) goto yy208; + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy812; + goto yy807; + } else { + if (yych <= 0xD4) goto yy813; + if (yych <= 0xD5) goto yy814; + goto yy846; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy816; + if (yych <= 0xD8) goto yy847; + goto yy848; + } else { + if (yych <= 0xDA) goto yy807; + if (yych <= 0xDB) goto yy849; + goto yy820; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy850; + } else { + if (yych <= 0xE0) goto yy851; + if (yych <= 0xE1) goto yy852; + goto yy853; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy208; + goto yy854; + } else { + if (yych <= 0xEE) goto yy208; + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy208; + } + } + } + } +yy1085: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xC9) { + if (yych <= '>') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy534; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy781; + goto yy202; + } + } else { + if (yych <= '8') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy2896; + } else { + if (yych <= '9') goto yy868; + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + goto yy534; + } + } + } else { + if (yych <= 'z') { + if (yych <= ']') { + if (yych <= '?') goto yy41; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy870; + goto yy41; + } else { + if (yych == '_') goto yy781; + if (yych <= '`') goto yy534; + goto yy870; + } + } else { + if (yych <= '~') { + if (yych == '|') goto yy534; + if (yych <= '}') goto yy41; + goto yy534; + } else { + if (yych <= 0xC1) goto yy41; + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + goto yy874; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCA) goto yy875; + if (yych <= 0xCC) goto yy534; + if (yych <= 0xCD) goto yy2430; + goto yy877; + } else { + if (yych <= 0xCF) goto yy878; + if (yych == 0xD2) goto yy879; + goto yy874; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy880; + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy2431; + goto yy883; + } else { + if (yych <= 0xD8) goto yy2432; + if (yych <= 0xD9) goto yy2433; + if (yych <= 0xDA) goto yy874; + goto yy886; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy887; + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + goto yy2434; + } else { + if (yych <= 0xE0) goto yy891; + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy2435; + goto yy894; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy534; + if (yych == 0xEA) goto yy895; + goto yy41; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy2436; + goto yy897; + } else { + if (yych == 0xF3) goto yy534; + goto yy41; + } + } + } + } + } +yy1086: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xC2) { + if (yych <= '9') { + if (yych <= '(') { + if (yych <= '$') { + if (yych == ' ') goto yy2897; + if (yych <= '#') goto yy41; + goto yy111; + } else { + if (yych <= '%') goto yy146; + if (yych == '\'') goto yy200; + goto yy41; + } + } else { + if (yych <= ',') { + if (yych <= ')') goto yy2898; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy170; + goto yy202; + } else { + if (yych <= '.') { + if (yych <= '-') goto yy2899; + goto yy2900; + } else { + if (yych <= '/') goto yy41; + if (yych <= '1') goto yy39; + goto yy2901; + } + } + } + } else { + if (yych <= '^') { + if (yych <= '?') { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy111; + goto yy41; + } else { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy206; + if (yych <= ']') goto yy41; + goto yy111; + } + } else { + if (yych <= '{') { + if (yych <= '_') goto yy209; + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy206; + goto yy41; + } else { + if (yych <= '}') { + if (yych <= '|') goto yy111; + goto yy41; + } else { + if (yych <= '~') goto yy111; + if (yych <= 0xC1) goto yy41; + goto yy211; + } + } + } + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD1) { + if (yych <= 0xCC) { + if (yych <= 0xC3) goto yy212; + if (yych <= 0xC9) goto yy213; + if (yych <= 0xCA) goto yy214; + goto yy111; + } else { + if (yych <= 0xCD) goto yy215; + if (yych <= 0xCE) goto yy216; + if (yych <= 0xCF) goto yy217; + goto yy213; + } + } else { + if (yych <= 0xD5) { + if (yych <= 0xD2) goto yy218; + if (yych <= 0xD3) goto yy213; + if (yych <= 0xD4) goto yy219; + goto yy220; + } else { + if (yych <= 0xD7) { + if (yych <= 0xD6) goto yy221; + goto yy222; + } else { + if (yych <= 0xD8) goto yy223; + if (yych <= 0xD9) goto yy224; + goto yy213; + } + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDE) { + if (yych <= 0xDB) goto yy225; + if (yych <= 0xDC) goto yy226; + if (yych <= 0xDD) goto yy227; + goto yy228; + } else { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy229; + goto yy230; + } else { + if (yych <= 0xE1) goto yy231; + if (yych <= 0xE2) goto yy232; + goto yy233; + } + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy111; + if (yych == 0xEA) goto yy234; + goto yy41; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy235; + goto yy236; + } else { + if (yych == 0xF3) goto yy111; + goto yy41; + } + } + } + } + } +yy1087: + ++YYCURSOR; + yych = *YYCURSOR; +yy1088: + if (yybm[0+yych] & 32) { + goto yy1087; + } + if (yych <= 0xD7) { + if (yych <= 0xCD) { + if (yych <= 0xC2) { + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy843; + if (yych <= 0xC1) goto yy2; + goto yy2902; + } else { + if (yych <= 0xC9) { + if (yych <= 0xC3) goto yy2903; + goto yy2904; + } else { + if (yych <= 0xCA) goto yy2905; + if (yych <= 0xCC) goto yy2; + goto yy2906; + } + } + } else { + if (yych <= 0xD2) { + if (yych <= 0xCE) goto yy2907; + if (yych <= 0xCF) goto yy2908; + if (yych <= 0xD1) goto yy2904; + goto yy2909; + } else { + if (yych <= 0xD4) { + if (yych <= 0xD3) goto yy2904; + goto yy2910; + } else { + if (yych <= 0xD5) goto yy2911; + if (yych <= 0xD6) goto yy2912; + goto yy2913; + } + } + } + } else { + if (yych <= 0xE0) { + if (yych <= 0xDB) { + if (yych <= 0xD8) goto yy2914; + if (yych <= 0xD9) goto yy2915; + if (yych <= 0xDA) goto yy2904; + goto yy2916; + } else { + if (yych <= 0xDD) { + if (yych <= 0xDC) goto yy2917; + goto yy2918; + } else { + if (yych <= 0xDE) goto yy2919; + if (yych <= 0xDF) goto yy2920; + goto yy2921; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) goto yy2922; + if (yych <= 0xE2) goto yy2923; + if (yych <= 0xE3) goto yy2924; + goto yy2; + } else { + if (yych <= 0xEE) { + if (yych <= 0xEA) goto yy2925; + goto yy2; + } else { + if (yych <= 0xEF) goto yy2926; + if (yych <= 0xF0) goto yy2927; + goto yy2; + } + } + } + } +yy1089: + yyaccept = 18; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '/') { + if (yych <= ',') { + if (yych == '\'') goto yy2928; + } else { + if (yych <= '-') goto yy1564; + if (yych <= '.') goto yy2929; + } + } else { + if (yych <= '@') { + if (yych <= '9') goto yy843; + if (yych <= ':') goto yy2930; + } else { + if (yych <= 'Z') goto yy1089; + if (yych >= 'a') goto yy1089; + } + } + } else { + if (yych <= 0xC7) { + if (yych <= 0xC3) { + if (yych <= 0xC1) goto yy1091; + if (yych <= 0xC2) goto yy2931; + goto yy1093; + } else { + if (yych <= 0xC5) goto yy1094; + if (yych <= 0xC6) goto yy1095; + goto yy1096; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy1094; + if (yych <= 0xCA) goto yy1097; + goto yy2932; + } else { + if (yych <= 0xCC) goto yy1091; + if (yych <= 0xCD) goto yy1098; + if (yych <= 0xCE) goto yy2933; + goto yy1100; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy1101; + goto yy1094; + } else { + if (yych <= 0xD4) goto yy1102; + if (yych <= 0xD5) goto yy1103; + goto yy2934; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy2935; + if (yych <= 0xD8) goto yy1106; + goto yy1107; + } else { + if (yych <= 0xDA) goto yy1108; + if (yych <= 0xDB) goto yy1109; + goto yy1110; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy1111; + if (yych <= 0xDE) goto yy1112; + goto yy1113; + } else { + if (yych <= 0xE0) goto yy1114; + if (yych <= 0xE1) goto yy2936; + goto yy2937; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy1117; + if (yych >= 0xEA) goto yy1118; + } else { + if (yych <= 0xEE) goto yy1091; + if (yych <= 0xEF) goto yy2938; + if (yych <= 0xF0) goto yy1120; + } + } + } + } +yy1091: +#line 179 "scanner.re" + { return WORD; } +#line 23430 "scanner.c" +yy1092: + yych = *++YYCURSOR; + if (yych <= 0xB4) { + if (yych == 0xAA) goto yy2939; + goto yy2; + } else { + if (yych <= 0xB5) goto yy1089; + if (yych == 0xBA) goto yy2939; + goto yy2; + } +yy1093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1089; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; + } +yy1094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy1095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBB) goto yy2939; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy1096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy2939; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy1097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x94) goto yy2939; + if (yych <= 0xAF) goto yy1089; + goto yy2; +yy1098: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy1089; + default: goto yy2; + } +yy1099: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy1089; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1089; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1089; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; + } + } +yy1100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy1101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1089; + if (yych <= 0x89) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy1102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy1103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1089; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy1104: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1089; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1087; + if (yych == 0xBE) goto yy1087; + goto yy2; + } +yy1105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy2939; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy2939; + goto yy2; +yy1106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy1107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy2939; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy2939; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy1108: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy1109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy2939; + } else { + if (yych == 0x95) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xAF) goto yy2939; + if (yych <= 0xB9) goto yy843; + goto yy2939; + } else { + if (yych == 0xBF) goto yy2939; + goto yy2; + } + } +yy1110: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy2939; + if (yych <= 0x91) goto yy2; + if (yych <= 0xAF) goto yy2939; + goto yy2; +yy1111: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy1112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy2939; + if (yych == 0xB1) goto yy2939; + goto yy2; +yy1113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + if (yych <= 0xAA) goto yy2939; + goto yy2; +yy1114: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy2941; + case 0xA1: goto yy2942; + case 0xA2: goto yy2943; + case 0xA4: goto yy2944; + case 0xA5: goto yy2945; + case 0xA6: goto yy2946; + case 0xA7: goto yy2947; + case 0xA8: goto yy2948; + case 0xA9: goto yy2949; + case 0xAA: goto yy2950; + case 0xAB: goto yy2951; + case 0xAC: goto yy2952; + case 0xAD: goto yy2953; + case 0xAE: goto yy2954; + case 0xAF: goto yy2955; + case 0xB0: goto yy2956; + case 0xB1: goto yy2957; + case 0xB2: goto yy2958; + case 0xB3: goto yy2959; + case 0xB4: goto yy2960; + case 0xB5: goto yy2961; + case 0xB6: goto yy2962; + case 0xB7: goto yy2963; + case 0xB9: + case 0xBB: goto yy2360; + case 0xBC: goto yy2361; + default: goto yy2; + } +yy1115: + yych = *++YYCURSOR; + switch (yych) { + case 0x81: goto yy2362; + case 0x82: goto yy2964; + case 0x83: goto yy2965; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: goto yy1108; + case 0x89: goto yy2966; + case 0x8A: goto yy2967; + case 0x8B: goto yy2968; + case 0x8C: goto yy2969; + case 0x8D: goto yy2970; + case 0x8E: goto yy2971; + case 0x8F: goto yy2972; + case 0x90: goto yy2973; + case 0x99: goto yy2974; + case 0x9A: goto yy2975; + case 0x9B: goto yy2976; + case 0x9C: goto yy2977; + case 0x9D: goto yy2978; + case 0x9F: goto yy2361; + case 0xA0: goto yy2979; + case 0xA1: goto yy2980; + case 0xA2: goto yy2981; + case 0xA3: goto yy2982; + case 0xA4: goto yy2983; + case 0xA5: goto yy2365; + case 0xA7: + case 0xAD: goto yy2360; + case 0xA8: goto yy2984; + case 0xAA: goto yy2366; + case 0xAE: goto yy2985; + case 0xAF: goto yy2986; + case 0xB0: goto yy2987; + case 0xB1: goto yy2988; + case 0xB3: goto yy2989; + case 0xB4: goto yy2990; + case 0xB5: goto yy2991; + case 0xB6: goto yy2992; + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1094; + case 0xBC: goto yy2993; + case 0xBD: goto yy2994; + case 0xBE: goto yy2995; + case 0xBF: goto yy2996; + default: goto yy2; + } +yy1116: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych == 0x80) goto yy2997; + if (yych <= 0x83) goto yy2; + goto yy2998; + } else { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2999; + goto yy3000; + } else { + if (yych == 0x88) goto yy3001; + goto yy2; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3002; + goto yy3003; + } else { + if (yych <= 0xB2) goto yy1094; + if (yych <= 0xB3) goto yy3004; + goto yy3005; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy3006; + goto yy3007; + } else { + if (yych <= 0xB7) goto yy3008; + if (yych <= 0xB8) goto yy3009; + goto yy2; + } + } + } +yy1117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy3010; + goto yy2; + } else { + if (yych <= 0x84) goto yy3011; + if (yych == 0x86) goto yy3012; + goto yy2; + } +yy1118: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x93: goto yy3013; + case 0x94: + case 0x95: + case 0x96: + case 0x97: goto yy1108; + case 0x98: goto yy3014; + case 0x99: goto yy3015; + case 0x9A: goto yy3016; + case 0x9B: goto yy2986; + case 0x9C: goto yy3017; + case 0x9D: goto yy1102; + case 0x9E: goto yy3018; + case 0x9F: goto yy3019; + case 0xA0: goto yy3020; + case 0xA1: goto yy3021; + case 0xA2: goto yy3022; + case 0xA3: goto yy3023; + case 0xA4: goto yy3024; + case 0xA5: goto yy3025; + case 0xA7: goto yy2373; + case 0xA8: goto yy3026; + case 0xA9: goto yy3027; + case 0xAB: goto yy3028; + case 0xAC: goto yy3029; + case 0xAD: goto yy3030; + case 0xAE: goto yy1094; + case 0xAF: goto yy3031; + default: goto yy2; + } +yy1119: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy3032; + case 0xAD: goto yy3033; + case 0xAE: goto yy3034; + case 0xAF: goto yy3035; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1108; + case 0xB4: goto yy3036; + case 0xB5: goto yy3037; + case 0xB6: goto yy3038; + case 0xB7: goto yy3039; + case 0xB8: goto yy3040; + case 0xB9: goto yy3041; + case 0xBB: goto yy3042; + case 0xBC: goto yy3043; + case 0xBD: goto yy3044; + default: goto yy2; + } +yy1120: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy3045; + case 0x91: goto yy3046; + case 0x92: goto yy3047; + case 0x93: goto yy3048; + case 0x94: goto yy3049; + case 0x96: goto yy3050; + case 0x9B: goto yy3051; + case 0x9D: goto yy3052; + case 0x9E: goto yy3053; + default: goto yy2; + } +yy1121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= '`') { + if (yych <= '/') { + if (yych <= '*') { + if (yych == '$') goto yy1121; + goto yy2; + } else { + if (yych <= '+') goto yy1121; + if (yych == '.') goto yy3054; + goto yy2; + } + } else { + if (yych <= '>') { + if (yych <= '9') goto yy1121; + if (yych <= ';') goto yy2; + goto yy1121; + } else { + if (yych <= '@') goto yy2; + if (yych <= 'Z') goto yy1952; + if (yych <= ']') goto yy2; + goto yy1121; + } + } + } else { + if (yych <= 0xC2) { + if (yych <= '|') { + if (yych <= 'z') goto yy1952; + if (yych <= '{') goto yy2; + goto yy1121; + } else { + if (yych == '~') goto yy1121; + if (yych <= 0xC1) goto yy2; + goto yy1954; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC3) goto yy1955; + if (yych <= 0xC9) goto yy1956; + goto yy1957; + } else { + if (yych <= 0xCB) goto yy1135; + if (yych <= 0xCC) goto yy1136; + if (yych <= 0xCD) goto yy1958; + goto yy1959; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy1960; + if (yych <= 0xD1) goto yy1956; + goto yy1961; + } else { + if (yych <= 0xD3) goto yy1956; + if (yych <= 0xD4) goto yy1962; + if (yych <= 0xD5) goto yy1963; + goto yy1964; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy1965; + if (yych <= 0xD8) goto yy1966; + goto yy1967; + } else { + if (yych <= 0xDA) goto yy1956; + if (yych <= 0xDB) goto yy1968; + if (yych <= 0xDC) goto yy1969; + goto yy1970; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1971; + if (yych <= 0xDF) goto yy1972; + goto yy1973; + } else { + if (yych <= 0xE1) goto yy1974; + if (yych <= 0xE2) goto yy1975; + if (yych <= 0xE3) goto yy1976; + goto yy1156; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1977; + if (yych <= 0xEE) goto yy2; + goto yy1978; + } else { + if (yych <= 0xF0) goto yy1979; + if (yych == 0xF3) goto yy1160; + goto yy2; + } + } + } + } +yy1123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy1121; + goto yy146; + } else { + if (yych == '+') goto yy1123; + if (yych <= ',') goto yy2; + goto yy146; + } + } else { + if (yych <= ';') { + if (yych <= '.') goto yy3055; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy1123; + goto yy2; + } else { + if (yych <= '>') goto yy1121; + if (yych <= '?') goto yy2; + if (yych <= '@') goto yy148; + goto yy2231; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= ']') goto yy2; + if (yych == '_') goto yy1123; + goto yy1121; + } else { + if (yych <= 'z') goto yy2231; + if (yych == '|') goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy1121; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy1954; + goto yy1955; + } else { + if (yych <= 0xC9) goto yy1956; + if (yych <= 0xCA) goto yy1957; + if (yych <= 0xCB) goto yy1135; + goto yy1136; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1958; + if (yych <= 0xCE) goto yy1959; + goto yy1960; + } else { + if (yych == 0xD2) goto yy1961; + if (yych <= 0xD3) goto yy1956; + goto yy1962; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy1963; + if (yych <= 0xD6) goto yy1964; + if (yych <= 0xD7) goto yy1965; + goto yy1966; + } else { + if (yych <= 0xD9) goto yy1967; + if (yych <= 0xDA) goto yy1956; + if (yych <= 0xDB) goto yy1968; + goto yy1969; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1970; + if (yych <= 0xDE) goto yy1971; + if (yych <= 0xDF) goto yy1972; + goto yy1973; + } else { + if (yych <= 0xE1) goto yy1974; + if (yych <= 0xE2) goto yy1975; + if (yych <= 0xE3) goto yy1976; + goto yy1156; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1977; + if (yych <= 0xEE) goto yy2; + goto yy1978; + } else { + if (yych <= 0xF0) goto yy1979; + if (yych == 0xF3) goto yy1160; + goto yy2; + } + } + } + } +yy1125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 64) { + goto yy1125; + } + if (yych <= 0xD2) { + if (yych <= '^') { + if (yych <= '*') { + if (yych <= '%') { + if (yych <= '$') goto yy2; + goto yy146; + } else { + if (yych == '\'') goto yy1087; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '+') goto yy146; + if (yych <= '/') goto yy2; + goto yy803; + } else { + if (yych == '@') goto yy148; + goto yy2; + } + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) { + if (yych <= '_') goto yy146; + if (yych <= 0xC1) goto yy2; + goto yy2902; + } else { + if (yych <= 0xC3) goto yy2903; + if (yych <= 0xC9) goto yy2904; + goto yy2905; + } + } else { + if (yych <= 0xCE) { + if (yych <= 0xCC) goto yy2; + if (yych <= 0xCD) goto yy2906; + goto yy2907; + } else { + if (yych <= 0xCF) goto yy2908; + if (yych <= 0xD1) goto yy2904; + goto yy2909; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xD3) goto yy2904; + goto yy2910; + } else { + if (yych <= 0xD5) goto yy2911; + if (yych <= 0xD6) goto yy2912; + goto yy2913; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy2914; + if (yych <= 0xD9) goto yy2915; + goto yy2904; + } else { + if (yych <= 0xDB) goto yy2916; + if (yych <= 0xDC) goto yy2917; + goto yy2918; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy2919; + if (yych <= 0xDF) goto yy2920; + goto yy2921; + } else { + if (yych <= 0xE1) goto yy2922; + if (yych <= 0xE2) goto yy2923; + goto yy2924; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy2925; + goto yy2; + } else { + if (yych <= 0xEF) goto yy2926; + if (yych <= 0xF0) goto yy2927; + goto yy2; + } + } + } + } +yy1127: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy208; + if (yych <= '$') goto yy1121; + if (yych <= '%') goto yy146; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy1123; + goto yy208; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy3056; + if (yych <= '/') goto yy208; + goto yy1127; + } else { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy1121; + if (yych <= '?') goto yy208; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy2570; + if (yych <= ']') goto yy208; + if (yych <= '^') goto yy1121; + goto yy1123; + } else { + if (yych <= '`') goto yy1121; + if (yych <= 'z') goto yy2570; + if (yych <= '{') goto yy208; + goto yy1121; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy1121; + if (yych <= 0xC1) goto yy208; + goto yy2572; + } else { + if (yych <= 0xC3) goto yy2573; + if (yych <= 0xC9) goto yy2574; + if (yych <= 0xCA) goto yy2575; + goto yy1135; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1136; + if (yych <= 0xCD) goto yy2576; + if (yych <= 0xCE) goto yy2577; + goto yy2578; + } else { + if (yych == 0xD2) goto yy2579; + if (yych <= 0xD3) goto yy2574; + goto yy2580; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy2581; + if (yych <= 0xD6) goto yy2582; + if (yych <= 0xD7) goto yy2583; + goto yy2584; + } else { + if (yych <= 0xD9) goto yy2585; + if (yych <= 0xDA) goto yy2574; + if (yych <= 0xDB) goto yy2586; + goto yy2587; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy2588; + if (yych <= 0xDE) goto yy2589; + if (yych <= 0xDF) goto yy2590; + goto yy2591; + } else { + if (yych <= 0xE1) goto yy2592; + if (yych <= 0xE2) goto yy2593; + if (yych <= 0xE3) goto yy2594; + goto yy1156; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2595; + if (yych <= 0xEE) goto yy208; + goto yy2596; + } else { + if (yych <= 0xF0) goto yy2597; + if (yych == 0xF3) goto yy1160; + goto yy208; + } + } + } + } +yy1129: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy57; + if (yych <= '$') goto yy1952; + if (yych <= '%') goto yy146; + goto yy57; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy2231; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy243; + if (yych <= '.') goto yy3057; + if (yych <= '/') goto yy57; + goto yy2570; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy1952; + goto yy57; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy1129; + if (yych <= ']') goto yy57; + goto yy1952; + } else { + if (yych <= '_') goto yy2231; + if (yych <= '`') goto yy1952; + if (yych <= 'z') goto yy1129; + goto yy57; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy57; + if (yych <= '~') goto yy1952; + goto yy57; + } else { + if (yych <= 0xC2) goto yy3058; + if (yych <= 0xC3) goto yy3059; + if (yych <= 0xC9) goto yy1133; + goto yy1134; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy3060; + if (yych <= 0xCC) goto yy1956; + if (yych <= 0xCD) goto yy3061; + goto yy3062; + } else { + if (yych <= 0xCF) goto yy3063; + if (yych == 0xD2) goto yy3064; + goto yy1133; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy1141; + if (yych <= 0xD5) goto yy1142; + if (yych <= 0xD6) goto yy3065; + goto yy3066; + } else { + if (yych <= 0xD8) goto yy3067; + if (yych <= 0xD9) goto yy3068; + if (yych <= 0xDA) goto yy1133; + goto yy3069; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy3070; + if (yych <= 0xDD) goto yy3071; + if (yych <= 0xDE) goto yy3072; + goto yy3073; + } else { + if (yych <= 0xE0) goto yy3074; + if (yych <= 0xE1) goto yy3075; + if (yych <= 0xE2) goto yy3076; + goto yy3077; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy3078; + if (yych == 0xEA) goto yy3079; + goto yy57; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy3080; + goto yy3081; + } else { + if (yych == 0xF3) goto yy3082; + goto yy57; + } + } + } + } + } +yy1131: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1121; + case 0xAA: + case 0xB5: + case 0xBA: goto yy3083; + default: goto yy2; + } +yy1132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3083; + goto yy1121; + } else { + if (yych == 0xB7) goto yy1121; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy1133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy1134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3083; + goto yy2; +yy1135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + goto yy1121; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x9F) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych == 0xAC) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy1136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy1137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0xB3) goto yy3083; + if (yych <= 0xB4) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy3083; + if (yych <= 0xBA) goto yy2; + goto yy3083; + } else { + if (yych == 0xBF) goto yy3083; + goto yy2; + } + } +yy1138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1121; + goto yy3083; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy3083; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy1139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1121; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy1140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3083; + if (yych <= 0x89) goto yy1121; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy1141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy1142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3083; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy1143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy1144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1121; + if (yych <= 0x8F) goto yy2; + goto yy3083; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy3083; + goto yy2; + } + } +yy1145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1121; + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy1146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy3083; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy3083; + } else { + if (yych <= 0xB0) goto yy1121; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy1147: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy3083; + goto yy2; + } else { + if (yych <= 0x95) goto yy3083; + if (yych == 0x9D) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1121; + if (yych <= 0xAF) goto yy3083; + goto yy843; + } else { + if (yych <= 0xBC) goto yy3083; + if (yych <= 0xBE) goto yy1121; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy1148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy1149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1121; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy1150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3083; + if (yych <= 0xB0) goto yy1121; + if (yych <= 0xB1) goto yy3083; + goto yy2; +yy1151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy3083; + } else { + if (yych <= 0xB3) goto yy1121; + if (yych == 0xB6) goto yy1121; + goto yy2; + } +yy1152: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy3085; + case 0xA1: goto yy3086; + case 0xA2: goto yy3087; + case 0xA3: goto yy3088; + case 0xA4: goto yy3089; + case 0xA5: goto yy3090; + case 0xA6: goto yy3091; + case 0xA7: goto yy3092; + case 0xA8: goto yy3093; + case 0xA9: goto yy3094; + case 0xAA: goto yy3095; + case 0xAB: goto yy3096; + case 0xAC: goto yy3097; + case 0xAD: goto yy3098; + case 0xAE: goto yy3099; + case 0xAF: goto yy3100; + case 0xB0: goto yy3101; + case 0xB1: goto yy3102; + case 0xB2: goto yy3103; + case 0xB3: goto yy3104; + case 0xB4: goto yy3105; + case 0xB5: goto yy3106; + case 0xB6: goto yy3107; + case 0xB7: goto yy3108; + case 0xB8: goto yy3109; + case 0xB9: goto yy3110; + case 0xBA: goto yy3111; + case 0xBB: goto yy3112; + case 0xBC: goto yy3113; + case 0xBD: goto yy3114; + case 0xBE: goto yy3115; + case 0xBF: goto yy3116; + default: goto yy2; + } +yy1153: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3117; + case 0x81: goto yy3118; + case 0x82: goto yy3119; + case 0x83: goto yy3120; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1133; + case 0x89: goto yy3121; + case 0x8A: goto yy3122; + case 0x8B: goto yy3123; + case 0x8C: goto yy3124; + case 0x8D: goto yy3125; + case 0x8E: goto yy3126; + case 0x8F: goto yy3127; + case 0x90: goto yy3128; + case 0x99: goto yy3129; + case 0x9A: goto yy3130; + case 0x9B: goto yy3131; + case 0x9C: goto yy3132; + case 0x9D: goto yy3133; + case 0x9E: goto yy3134; + case 0x9F: goto yy3135; + case 0xA0: goto yy3136; + case 0xA1: goto yy3137; + case 0xA2: goto yy3138; + case 0xA3: goto yy3139; + case 0xA4: goto yy3140; + case 0xA5: goto yy3141; + case 0xA7: goto yy3142; + case 0xA8: goto yy3143; + case 0xA9: goto yy3144; + case 0xAA: goto yy3145; + case 0xAC: goto yy3146; + case 0xAD: goto yy3147; + case 0xAE: goto yy3148; + case 0xAF: goto yy3149; + case 0xB0: goto yy3150; + case 0xB1: goto yy3151; + case 0xB3: goto yy3152; + case 0xB4: goto yy3153; + case 0xB5: goto yy3154; + case 0xB6: goto yy3155; + case 0xB7: goto yy3156; + case 0xBC: goto yy3157; + case 0xBD: goto yy3158; + case 0xBE: goto yy3159; + case 0xBF: goto yy3160; + default: goto yy2; + } +yy1154: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3161; + case 0x81: goto yy3162; + case 0x82: goto yy3163; + case 0x83: goto yy3164; + case 0x84: goto yy3165; + case 0x85: goto yy3166; + case 0x86: goto yy3167; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1136; + case 0x88: goto yy3168; + case 0x8C: goto yy3169; + case 0x8F: goto yy3170; + case 0x90: goto yy3171; + case 0x91: goto yy3172; + case 0x92: goto yy3173; + case 0x93: goto yy3174; + case 0x9D: goto yy3175; + case 0x9E: goto yy3176; + case 0x9F: goto yy3177; + case 0xA6: goto yy3178; + case 0xA7: goto yy3179; + case 0xAD: goto yy3180; + case 0xAE: goto yy3181; + case 0xAF: goto yy3182; + case 0xB0: goto yy3183; + case 0xB1: goto yy3184; + case 0xB2: goto yy1133; + case 0xB3: goto yy3185; + case 0xB4: goto yy3186; + case 0xB5: goto yy3187; + case 0xB6: goto yy3188; + case 0xB7: goto yy3189; + case 0xB8: goto yy3009; + case 0xBA: goto yy3190; + case 0xBB: goto yy3191; + case 0xBF: goto yy3192; + default: goto yy2; + } +yy1155: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3193; + case 0x82: goto yy3194; + case 0x84: goto yy3195; + case 0x86: goto yy3196; + case 0x87: goto yy3197; + case 0x88: goto yy3198; + case 0x89: goto yy3199; + case 0x8A: goto yy3200; + case 0x8B: goto yy3201; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1136; + default: goto yy2; + } +yy1156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1136; + goto yy2; +yy1157: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy3202; + case 0x93: goto yy3203; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy1133; + case 0x98: goto yy3204; + case 0x99: goto yy3205; + case 0x9A: goto yy3206; + case 0x9B: goto yy3207; + case 0x9C: goto yy3208; + case 0x9D: goto yy1141; + case 0x9E: goto yy3209; + case 0x9F: goto yy3210; + case 0xA0: goto yy3211; + case 0xA1: goto yy3212; + case 0xA2: goto yy3213; + case 0xA3: goto yy3214; + case 0xA4: goto yy3215; + case 0xA5: goto yy3216; + case 0xA6: goto yy3217; + case 0xA7: goto yy3218; + case 0xA8: goto yy3219; + case 0xA9: goto yy3220; + case 0xAA: goto yy3221; + case 0xAB: goto yy3222; + case 0xAC: goto yy3223; + case 0xAD: goto yy3224; + case 0xAF: goto yy3225; + default: goto yy2; + } +yy1158: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy3226; + case 0xAD: goto yy3227; + case 0xAE: goto yy3228; + case 0xAF: goto yy3229; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1133; + case 0xB4: goto yy3230; + case 0xB5: goto yy3231; + case 0xB6: goto yy3232; + case 0xB7: goto yy3233; + case 0xB8: goto yy3234; + case 0xB9: goto yy3235; + case 0xBB: goto yy3236; + case 0xBC: goto yy3237; + case 0xBD: goto yy3238; + case 0xBF: goto yy3239; + default: goto yy2; + } +yy1159: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy3240; + case 0x91: goto yy3241; + case 0x92: goto yy3242; + case 0x93: goto yy3243; + case 0x94: goto yy3244; + case 0x96: goto yy3245; + case 0x9B: goto yy3246; + case 0x9D: goto yy3247; + case 0x9E: goto yy3248; + case 0x9F: goto yy3249; + default: goto yy2; + } +yy1160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy3250; + goto yy2; +yy1161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy1762; + goto yy146; + } else { + if (yych == '\'') goto yy1087; + if (yych <= '*') goto yy2; + goto yy2207; + } + } else { + if (yych <= '9') { + if (yych <= ',') goto yy2; + if (yych <= '.') goto yy1125; + if (yych <= '/') goto yy2; + goto yy2400; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1762; + if (yych <= '?') goto yy2; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy3251; + if (yych <= ']') goto yy2; + if (yych <= '^') goto yy1762; + goto yy2207; + } else { + if (yych <= '`') goto yy1762; + if (yych <= 'z') goto yy3251; + if (yych <= '{') goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy1762; + if (yych <= 0xC1) goto yy2; + goto yy3253; + } else { + if (yych <= 0xC3) goto yy3254; + if (yych <= 0xC9) goto yy3255; + if (yych <= 0xCA) goto yy3256; + goto yy1771; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1772; + if (yych <= 0xCD) goto yy3257; + if (yych <= 0xCE) goto yy3258; + goto yy3259; + } else { + if (yych == 0xD2) goto yy3260; + if (yych <= 0xD3) goto yy3255; + goto yy3261; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy3262; + if (yych <= 0xD6) goto yy3263; + if (yych <= 0xD7) goto yy3264; + goto yy3265; + } else { + if (yych <= 0xD9) goto yy3266; + if (yych <= 0xDA) goto yy3255; + if (yych <= 0xDB) goto yy3267; + goto yy3268; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy3269; + if (yych <= 0xDE) goto yy3270; + if (yych <= 0xDF) goto yy3271; + goto yy3272; + } else { + if (yych <= 0xE1) goto yy3273; + if (yych <= 0xE2) goto yy3274; + if (yych <= 0xE3) goto yy3275; + goto yy1792; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy3276; + if (yych <= 0xEE) goto yy2; + goto yy3277; + } else { + if (yych <= 0xF0) goto yy3278; + if (yych == 0xF3) goto yy1796; + goto yy2; + } + } + } + } +yy1162: + yyaccept = 15; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy245; + if (yych <= '$') goto yy533; + if (yych <= '%') goto yy146; + goto yy245; + } else { + if (yych <= '\'') goto yy3279; + if (yych == '+') goto yy781; + goto yy245; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy3280; + if (yych <= '.') goto yy3281; + if (yych <= '/') goto yy245; + goto yy870; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy245; + if (yych <= '>') goto yy533; + goto yy245; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy3283; + if (yych <= ']') goto yy245; + goto yy533; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy533; + if (yych <= 'z') goto yy3283; + goto yy245; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy245; + if (yych <= '~') goto yy533; + goto yy245; + } else { + if (yych <= 0xC2) goto yy3285; + if (yych <= 0xC3) goto yy3286; + if (yych <= 0xC9) goto yy3287; + goto yy3288; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy3289; + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy3290; + goto yy3291; + } else { + if (yych <= 0xCF) goto yy3292; + if (yych == 0xD2) goto yy3293; + goto yy3287; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy3294; + if (yych <= 0xD5) goto yy3295; + if (yych <= 0xD6) goto yy3296; + goto yy3297; + } else { + if (yych <= 0xD8) goto yy3298; + if (yych <= 0xD9) goto yy3299; + if (yych <= 0xDA) goto yy3287; + goto yy3300; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy3301; + if (yych <= 0xDD) goto yy3302; + if (yych <= 0xDE) goto yy3303; + goto yy3304; + } else { + if (yych <= 0xE0) goto yy3305; + if (yych <= 0xE1) goto yy3306; + if (yych <= 0xE2) goto yy3307; + goto yy3308; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy557; + if (yych == 0xEA) goto yy3309; + goto yy245; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy3310; + goto yy3311; + } else { + if (yych == 0xF3) goto yy561; + goto yy245; + } + } + } + } + } +yy1163: + yych = *++YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy533; + case 0xAA: + case 0xB5: + case 0xBA: goto yy3312; + default: goto yy2; + } +yy1164: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3312; + goto yy533; + } else { + if (yych == 0xB7) goto yy533; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy1165: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy1166: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3312; + goto yy2; +yy1167: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB3) goto yy3312; + if (yych <= 0xB4) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy3312; + if (yych <= 0xBA) goto yy2; + goto yy3312; + } else { + if (yych == 0xBF) goto yy3312; + goto yy2; + } + } +yy1168: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy3312; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy3312; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy3312; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy1169: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy533; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy1170: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3312; + if (yych <= 0x89) goto yy533; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy1171: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy1172: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3312; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy1173: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy3312; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy533; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1174: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy3312; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy3312; + goto yy2; + } + } +yy1175: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy533; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy1176: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy3312; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy3312; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy1177: + yych = *++YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy3312; + goto yy2; + } else { + if (yych <= 0x95) goto yy3312; + if (yych == 0x9D) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy3312; + goto yy843; + } else { + if (yych <= 0xBC) goto yy3312; + if (yych <= 0xBE) goto yy533; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy1178: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy3312; + goto yy533; + } else { + if (yych <= 0xAF) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy1179: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy1180: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3312; + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy3312; + goto yy2; +yy1181: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy3312; + } else { + if (yych <= 0xB3) goto yy533; + if (yych == 0xB6) goto yy533; + goto yy2; + } +yy1182: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: goto yy3313; + case 0xA1: goto yy3314; + case 0xA2: goto yy3315; + case 0xA3: goto yy1800; + case 0xA4: goto yy3316; + case 0xA5: goto yy3317; + case 0xA6: goto yy3318; + case 0xA7: goto yy3319; + case 0xA8: goto yy3320; + case 0xA9: goto yy3321; + case 0xAA: goto yy3322; + case 0xAB: goto yy3323; + case 0xAC: goto yy3324; + case 0xAD: goto yy3325; + case 0xAE: goto yy3326; + case 0xAF: goto yy3327; + case 0xB0: goto yy3328; + case 0xB1: goto yy3329; + case 0xB2: goto yy3330; + case 0xB3: goto yy3331; + case 0xB4: goto yy3332; + case 0xB5: goto yy3333; + case 0xB6: goto yy3334; + case 0xB7: goto yy3335; + case 0xB8: goto yy1820; + case 0xB9: goto yy3336; + case 0xBA: goto yy1822; + case 0xBB: goto yy3337; + case 0xBC: goto yy3338; + case 0xBD: goto yy1825; + case 0xBE: goto yy1826; + case 0xBF: goto yy1827; + default: goto yy2; + } +yy1183: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy3339; + case 0x82: goto yy3340; + case 0x83: goto yy3341; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1165; + case 0x89: goto yy3342; + case 0x8A: goto yy3343; + case 0x8B: goto yy3344; + case 0x8C: goto yy3345; + case 0x8D: goto yy3346; + case 0x8E: goto yy3347; + case 0x8F: goto yy3348; + case 0x90: goto yy3349; + case 0x99: goto yy3350; + case 0x9A: goto yy3351; + case 0x9B: goto yy3352; + case 0x9C: goto yy3353; + case 0x9D: goto yy3354; + case 0x9E: goto yy1845; + case 0x9F: goto yy3355; + case 0xA0: goto yy3356; + case 0xA1: goto yy3357; + case 0xA2: goto yy3358; + case 0xA3: goto yy3359; + case 0xA4: goto yy3360; + case 0xA5: goto yy3361; + case 0xA7: goto yy3362; + case 0xA8: goto yy3363; + case 0xA9: goto yy1854; + case 0xAA: goto yy3364; + case 0xAC: goto yy1856; + case 0xAD: goto yy3365; + case 0xAE: goto yy3366; + case 0xAF: goto yy3367; + case 0xB0: goto yy3368; + case 0xB1: goto yy3369; + case 0xB3: goto yy3370; + case 0xB4: goto yy3371; + case 0xB5: goto yy3372; + case 0xB6: goto yy3373; + case 0xB7: goto yy1866; + case 0xBC: goto yy3374; + case 0xBD: goto yy3375; + case 0xBE: goto yy3376; + case 0xBF: goto yy3377; + default: goto yy2; + } +yy1184: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy3378; + case 0x81: goto yy1872; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: goto yy3379; + case 0x85: goto yy3380; + case 0x86: goto yy3381; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x88: goto yy3382; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy3383; + case 0xB1: goto yy3384; + case 0xB2: goto yy1165; + case 0xB3: goto yy3385; + case 0xB4: goto yy3386; + case 0xB5: goto yy3387; + case 0xB6: goto yy3388; + case 0xB7: goto yy3389; + case 0xB8: goto yy3009; + case 0xBA: goto yy1897; + case 0xBB: goto yy1859; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy1185: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy3390; + case 0x82: goto yy1900; + case 0x84: goto yy3391; + case 0x86: goto yy3392; + case 0x87: goto yy1903; + case 0x88: goto yy1904; + case 0x89: goto yy1905; + case 0x8A: goto yy1906; + case 0x8B: goto yy1907; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy537; + default: goto yy2; + } +yy1186: + yych = *++YYCURSOR; + switch (yych) { + case 0x92: goto yy549; + case 0x93: goto yy3393; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy1165; + case 0x98: goto yy3394; + case 0x99: goto yy3395; + case 0x9A: goto yy3396; + case 0x9B: goto yy3397; + case 0x9C: goto yy3398; + case 0x9D: goto yy1171; + case 0x9E: goto yy3399; + case 0x9F: goto yy3400; + case 0xA0: goto yy3401; + case 0xA1: goto yy3402; + case 0xA2: goto yy3403; + case 0xA3: goto yy3404; + case 0xA4: goto yy3405; + case 0xA5: goto yy3406; + case 0xA6: goto yy1920; + case 0xA7: goto yy3407; + case 0xA8: goto yy3408; + case 0xA9: goto yy3409; + case 0xAA: goto yy1924; + case 0xAB: goto yy3410; + case 0xAC: goto yy3411; + case 0xAD: goto yy3412; + case 0xAF: goto yy3413; + default: goto yy2; + } +yy1187: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy3414; + case 0xAD: goto yy3415; + case 0xAE: goto yy3416; + case 0xAF: goto yy3417; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1165; + case 0xB4: goto yy3418; + case 0xB5: goto yy3419; + case 0xB6: goto yy3420; + case 0xB7: goto yy3421; + case 0xB8: goto yy3422; + case 0xB9: goto yy3423; + case 0xBB: goto yy3424; + case 0xBC: goto yy3425; + case 0xBD: goto yy3426; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy1188: + yych = *++YYCURSOR; + switch (yych) { + case 0x90: goto yy3427; + case 0x91: goto yy3428; + case 0x92: goto yy3429; + case 0x93: goto yy3430; + case 0x94: goto yy3431; + case 0x96: goto yy3432; + case 0x9B: goto yy3433; + case 0x9D: goto yy3434; + case 0x9E: goto yy3435; + case 0x9F: goto yy1950; + default: goto yy2; + } +yy1189: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; +yy1190: + if (yych <= 0xD2) { + if (yych <= 'z') { + if (yych <= '.') { + if (yych <= '\'') { + if (yych <= '&') goto yy57; + goto yy3436; + } else { + if (yych <= ',') goto yy57; + if (yych <= '-') goto yy2930; + goto yy3437; + } + } else { + if (yych <= '@') { + if (yych == ':') goto yy2930; + goto yy57; + } else { + if (yych <= 'Z') goto yy1189; + if (yych <= '`') goto yy57; + goto yy1189; + } + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC3) { + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy3438; + goto yy1192; + } else { + if (yych <= 0xC9) goto yy1193; + if (yych <= 0xCA) goto yy1194; + goto yy2932; + } + } else { + if (yych <= 0xCE) { + if (yych <= 0xCC) goto yy57; + if (yych <= 0xCD) goto yy1195; + goto yy3439; + } else { + if (yych <= 0xCF) goto yy1197; + if (yych <= 0xD1) goto yy1193; + goto yy1198; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xD3) goto yy1193; + goto yy1199; + } else { + if (yych <= 0xD5) goto yy1200; + if (yych <= 0xD6) goto yy3440; + goto yy3441; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy1203; + if (yych <= 0xD9) goto yy1204; + goto yy1193; + } else { + if (yych <= 0xDB) goto yy1205; + if (yych <= 0xDC) goto yy1206; + goto yy1207; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1208; + if (yych <= 0xDF) goto yy1209; + goto yy1210; + } else { + if (yych <= 0xE1) goto yy3442; + if (yych <= 0xE2) goto yy3443; + goto yy1213; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy1214; + goto yy57; + } else { + if (yych <= 0xEF) goto yy3444; + if (yych <= 0xF0) goto yy1216; + goto yy57; + } + } + } + } +yy1191: + yych = *++YYCURSOR; + if (yych <= 0xB4) { + if (yych == 0xAA) goto yy1189; + goto yy2; + } else { + if (yych <= 0xB5) goto yy1189; + if (yych == 0xBA) goto yy1189; + goto yy2; + } +yy1192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1189; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy1193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy1194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1189; + goto yy2; +yy1195: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy1189; + default: goto yy2; + } +yy1196: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy1189; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1189; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } + } +yy1197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy1198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1189; + if (yych <= 0x89) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy1199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy1200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1189; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy1201: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1189; + goto yy2; +yy1202: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy1189; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy1189; + goto yy2; +yy1203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy1204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy1189; + goto yy2; + } else { + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy1205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy1189; + } else { + if (yych == 0x95) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xAF) goto yy1189; + if (yych <= 0xB9) goto yy2; + goto yy1189; + } else { + if (yych == 0xBF) goto yy1189; + goto yy2; + } + } +yy1206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1189; + if (yych <= 0x91) goto yy2; + if (yych <= 0xAF) goto yy1189; + goto yy2; +yy1207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy1208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1189; + if (yych == 0xB1) goto yy1189; + goto yy2; +yy1209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy1189; + goto yy2; +yy1210: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy3445; + case 0xA1: goto yy3446; + case 0xA2: goto yy3447; + case 0xA4: goto yy3448; + case 0xA5: goto yy3449; + case 0xA6: goto yy3450; + case 0xA7: goto yy3451; + case 0xA8: goto yy3452; + case 0xA9: goto yy3453; + case 0xAA: goto yy3454; + case 0xAB: goto yy3455; + case 0xAC: goto yy3456; + case 0xAD: goto yy3457; + case 0xAE: goto yy3458; + case 0xAF: goto yy3459; + case 0xB0: goto yy3460; + case 0xB1: goto yy3461; + case 0xB2: goto yy3462; + case 0xB3: goto yy3463; + case 0xB4: goto yy3464; + case 0xB5: goto yy3465; + case 0xB6: goto yy3466; + case 0xB7: goto yy3467; + default: goto yy2; + } +yy1211: + yych = *++YYCURSOR; + switch (yych) { + case 0x82: + case 0xA0: goto yy1203; + case 0x83: goto yy3468; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1193; + case 0x89: goto yy3469; + case 0x8A: goto yy3470; + case 0x8B: goto yy3471; + case 0x8C: goto yy3472; + case 0x8D: + case 0xB6: goto yy3473; + case 0x8E: goto yy3474; + case 0x8F: goto yy3475; + case 0x90: goto yy3476; + case 0x99: goto yy3477; + case 0x9A: goto yy3478; + case 0x9B: goto yy3479; + case 0x9C: goto yy3480; + case 0x9D: goto yy3481; + case 0xA1: goto yy3482; + case 0xA2: goto yy3483; + case 0xA3: goto yy3484; + case 0xA4: goto yy3485; + case 0xA8: goto yy3486; + case 0xAE: goto yy3487; + case 0xAF: goto yy3488; + case 0xB0: goto yy3489; + case 0xB1: goto yy3490; + case 0xB3: goto yy3491; + case 0xB4: goto yy3492; + case 0xB5: goto yy3493; + case 0xBC: goto yy3494; + case 0xBD: goto yy3495; + case 0xBE: goto yy3496; + case 0xBF: goto yy3497; + default: goto yy2; + } +yy1212: + yych = *++YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x85) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x84) goto yy3498; + goto yy3499; + } else { + if (yych <= 0x86) goto yy3500; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy3501; + goto yy3502; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB2) goto yy1193; + if (yych <= 0xB3) goto yy3503; + goto yy3504; + } else { + if (yych <= 0xB5) goto yy3505; + if (yych <= 0xB6) goto yy3506; + if (yych <= 0xB7) goto yy3507; + goto yy2; + } + } +yy1213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy3508; + goto yy2; + } else { + if (yych <= 0x84) goto yy3509; + if (yych == 0x86) goto yy3510; + goto yy2; + } +yy1214: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x93: goto yy3511; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy1193; + case 0x98: goto yy3512; + case 0x99: goto yy3513; + case 0x9A: goto yy3514; + case 0x9B: goto yy3488; + case 0x9C: goto yy3515; + case 0x9D: goto yy1199; + case 0x9E: goto yy3516; + case 0x9F: goto yy3517; + case 0xA0: goto yy3518; + case 0xA1: goto yy3519; + case 0xA2: goto yy3520; + case 0xA3: goto yy3521; + case 0xA4: goto yy3522; + case 0xA5: goto yy3467; + case 0xA8: goto yy3523; + case 0xA9: goto yy3524; + case 0xAB: goto yy3525; + case 0xAC: goto yy3526; + case 0xAD: goto yy3527; + case 0xAF: goto yy3528; + default: goto yy2; + } +yy1215: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy3529; + case 0xAD: goto yy3530; + case 0xAE: goto yy3531; + case 0xAF: goto yy3532; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1193; + case 0xB4: goto yy3533; + case 0xB5: goto yy3534; + case 0xB6: goto yy3535; + case 0xB7: goto yy3536; + case 0xB9: goto yy3537; + case 0xBB: goto yy3538; + case 0xBC: goto yy3539; + case 0xBD: goto yy3540; + default: goto yy2; + } +yy1216: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy3541; + case 0x91: goto yy3542; + case 0x92: goto yy3543; + case 0x93: goto yy3544; + case 0x94: goto yy3545; + case 0x96: goto yy3546; + case 0x9B: goto yy3547; + case 0x9D: goto yy3548; + case 0x9E: goto yy3549; + default: goto yy2; + } +yy1217: + yyaccept = 15; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy245; + if (yych <= '$') goto yy534; + goto yy146; + } else { + if (yych == '\'') goto yy1087; + if (yych <= '*') goto yy245; + goto yy781; + } + } else { + if (yych <= '/') { + if (yych <= ',') goto yy245; + if (yych <= '-') goto yy1161; + if (yych <= '.') goto yy1125; + goto yy245; + } else { + if (yych <= '9') goto yy870; + if (yych <= ';') goto yy245; + if (yych <= '>') goto yy534; + goto yy245; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy3283; + if (yych <= ']') goto yy245; + goto yy534; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy3283; + goto yy245; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy245; + if (yych <= '~') goto yy534; + goto yy245; + } else { + if (yych <= 0xC2) goto yy3550; + if (yych <= 0xC3) goto yy3286; + if (yych <= 0xC9) goto yy3287; + goto yy3288; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy534; + if (yych <= 0xCD) goto yy3290; + if (yych <= 0xCE) goto yy3551; + goto yy3292; + } else { + if (yych == 0xD2) goto yy3293; + if (yych <= 0xD3) goto yy3287; + goto yy3294; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy3295; + if (yych <= 0xD6) goto yy3552; + if (yych <= 0xD7) goto yy3553; + goto yy3298; + } else { + if (yych <= 0xD9) goto yy3299; + if (yych <= 0xDA) goto yy3287; + if (yych <= 0xDB) goto yy3300; + goto yy3301; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy3302; + if (yych <= 0xDE) goto yy3303; + if (yych <= 0xDF) goto yy3304; + goto yy3305; + } else { + if (yych <= 0xE1) goto yy3554; + if (yych <= 0xE2) goto yy3555; + if (yych <= 0xE3) goto yy3308; + goto yy534; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy3309; + if (yych <= 0xEE) goto yy245; + goto yy3556; + } else { + if (yych <= 0xF0) goto yy3311; + if (yych == 0xF3) goto yy534; + goto yy245; + } + } + } + } +yy1218: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy113; + case 0xAA: + case 0xB5: + case 0xBA: goto yy1567; + default: goto yy2; + } +yy1219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1567; + goto yy113; + } else { + if (yych == 0xB7) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy1220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB3) goto yy1567; + if (yych <= 0xB4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy1567; + if (yych <= 0xBA) goto yy2; + goto yy1567; + } else { + if (yych == 0xBF) goto yy1567; + goto yy2; + } + } +yy1221: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy1567; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1567; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy1222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy1223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1567; + if (yych <= 0x89) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy1224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych == 0x8A) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy1225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy1567; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy1567; + goto yy2; + } + } +yy1226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy113; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy1227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy1567; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xA9) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy1589; + if (yych <= 0xAD) goto yy2; + goto yy1567; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy1228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1567; + goto yy2; + } else { + if (yych <= 0x95) goto yy1567; + if (yych == 0x9D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy1567; + goto yy1589; + } else { + if (yych <= 0xBC) goto yy1567; + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy1229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy1567; + goto yy113; + } else { + if (yych <= 0xAF) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy1230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy1231: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1567; + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy1567; + goto yy2; +yy1232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1589; + goto yy1567; + } else { + if (yych <= 0xB3) goto yy113; + if (yych == 0xB6) goto yy113; + goto yy2; + } +yy1233: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy3557; + case 0xA1: goto yy3558; + case 0xA2: goto yy2682; + case 0xA3: goto yy1251; + case 0xA4: goto yy3559; + case 0xA5: goto yy3560; + case 0xA6: goto yy3561; + case 0xA7: goto yy3562; + case 0xA8: goto yy3563; + case 0xA9: goto yy3564; + case 0xAA: goto yy3565; + case 0xAB: goto yy3566; + case 0xAC: goto yy3567; + case 0xAD: goto yy3568; + case 0xAE: goto yy3569; + case 0xAF: goto yy3570; + case 0xB0: goto yy3571; + case 0xB1: goto yy3572; + case 0xB2: goto yy3573; + case 0xB3: goto yy3574; + case 0xB4: goto yy3575; + case 0xB5: goto yy3576; + case 0xB6: goto yy3577; + case 0xB7: goto yy3578; + case 0xB8: goto yy1272; + case 0xB9: goto yy3579; + case 0xBA: goto yy1274; + case 0xBB: goto yy3580; + case 0xBC: goto yy3581; + case 0xBD: goto yy1277; + case 0xBE: goto yy1278; + case 0xBF: goto yy1279; + default: goto yy2; + } +yy1234: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy3582; + case 0x82: goto yy3583; + case 0x83: goto yy2708; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy926; + case 0x89: goto yy2709; + case 0x8A: goto yy2710; + case 0x8B: goto yy2711; + case 0x8C: goto yy2712; + case 0x8D: goto yy3584; + case 0x8E: goto yy3585; + case 0x8F: goto yy2715; + case 0x90: goto yy3586; + case 0x99: goto yy2717; + case 0x9A: goto yy2718; + case 0x9B: goto yy2719; + case 0x9C: goto yy3587; + case 0x9D: goto yy3588; + case 0x9E: goto yy1297; + case 0x9F: goto yy3589; + case 0xA0: goto yy3590; + case 0xA1: goto yy2724; + case 0xA2: goto yy3591; + case 0xA3: goto yy2726; + case 0xA4: goto yy3592; + case 0xA5: goto yy3593; + case 0xA7: goto yy3594; + case 0xA8: goto yy3595; + case 0xA9: goto yy1307; + case 0xAA: goto yy3596; + case 0xAC: goto yy1309; + case 0xAD: goto yy3597; + case 0xAE: goto yy3598; + case 0xAF: goto yy3599; + case 0xB0: goto yy3600; + case 0xB1: goto yy2736; + case 0xB3: goto yy3601; + case 0xB4: goto yy2738; + case 0xB5: goto yy2739; + case 0xB6: goto yy2740; + case 0xB7: goto yy1319; + case 0xBC: goto yy2741; + case 0xBD: goto yy2742; + case 0xBE: goto yy3602; + case 0xBF: goto yy3603; + default: goto yy2; + } +yy1235: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3604; + case 0x81: goto yy1325; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: goto yy3605; + case 0x85: goto yy3606; + case 0x86: goto yy3607; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy2748; + case 0xB1: goto yy2749; + case 0xB2: goto yy926; + case 0xB3: goto yy3608; + case 0xB4: goto yy2751; + case 0xB5: goto yy3609; + case 0xB6: goto yy2753; + case 0xB7: goto yy3610; + case 0xB8: goto yy2032; + case 0xBA: goto yy1354; + case 0xBB: goto yy709; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy1236: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3611; + case 0x82: goto yy3612; + case 0x83: goto yy2757; + case 0x84: goto yy2758; + case 0x86: goto yy3613; + case 0x87: goto yy3614; + case 0x88: goto yy1361; + case 0x89: goto yy1362; + case 0x8A: goto yy1363; + case 0x8B: goto yy3615; + case 0x8C: goto yy926; + case 0x8D: goto yy3616; + case 0x8E: + case 0x8F: goto yy118; + default: goto yy2; + } +yy1237: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy572; + case 0x93: goto yy3617; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy926; + case 0x98: goto yy2765; + case 0x99: goto yy3618; + case 0x9A: goto yy3619; + case 0x9B: goto yy3620; + case 0x9C: goto yy3621; + case 0x9D: goto yy932; + case 0x9E: goto yy3622; + case 0x9F: goto yy2771; + case 0xA0: goto yy3623; + case 0xA1: goto yy2773; + case 0xA2: goto yy3624; + case 0xA3: goto yy3625; + case 0xA4: goto yy3626; + case 0xA5: goto yy3627; + case 0xA6: goto yy1380; + case 0xA7: goto yy3628; + case 0xA8: goto yy3629; + case 0xA9: goto yy3630; + case 0xAA: goto yy1384; + case 0xAB: goto yy3631; + case 0xAC: goto yy2782; + case 0xAD: goto yy3632; + case 0xAF: goto yy3633; + default: goto yy2; + } +yy1238: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy3634; + case 0xAD: goto yy2786; + case 0xAE: goto yy3635; + case 0xAF: goto yy3636; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy926; + case 0xB4: goto yy2789; + case 0xB5: goto yy2790; + case 0xB6: goto yy2791; + case 0xB7: goto yy3637; + case 0xB8: goto yy3638; + case 0xB9: goto yy3639; + case 0xBB: goto yy2794; + case 0xBC: goto yy3640; + case 0xBD: goto yy3641; + case 0xBE: goto yy2797; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy1239: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy3642; + case 0x91: goto yy3643; + case 0x92: goto yy2800; + case 0x93: goto yy2801; + case 0x94: goto yy2802; + case 0x96: goto yy3644; + case 0x9B: goto yy3645; + case 0x9D: goto yy3646; + case 0x9E: goto yy3647; + case 0x9F: goto yy1412; + default: goto yy2; + } +yy1240: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy113; + goto yy57; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy113; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1565; + if (yych <= '.') goto yy3648; + if (yych <= '/') goto yy57; + goto yy950; + } else { + if (yych <= ':') goto yy246; + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + goto yy57; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy1240; + if (yych <= ']') goto yy57; + if (yych <= '^') goto yy113; + goto yy1567; + } else { + if (yych <= '`') goto yy113; + if (yych <= 'z') goto yy1240; + if (yych <= '{') goto yy57; + goto yy113; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy113; + if (yych <= 0xC1) goto yy57; + goto yy1569; + } else { + if (yych <= 0xC3) goto yy1570; + if (yych <= 0xC9) goto yy268; + if (yych <= 0xCA) goto yy1571; + goto yy257; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy1572; + if (yych <= 0xCE) goto yy1573; + goto yy1574; + } else { + if (yych == 0xD2) goto yy1575; + if (yych <= 0xD3) goto yy268; + goto yy1576; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy1577; + if (yych <= 0xD6) goto yy1578; + if (yych <= 0xD7) goto yy265; + goto yy266; + } else { + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + if (yych <= 0xDB) goto yy269; + goto yy270; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + if (yych <= 0xDF) goto yy273; + goto yy274; + } else { + if (yych <= 0xE1) goto yy1579; + if (yych <= 0xE2) goto yy1580; + if (yych <= 0xE3) goto yy277; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1581; + if (yych <= 0xEE) goto yy57; + goto yy1582; + } else { + if (yych <= 0xF0) goto yy1583; + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } +yy1242: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCA) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '\'') { + if (yych == '$') goto yy113; + if (yych <= '&') goto yy57; + goto yy242; + } else { + if (yych == '+') goto yy113; + if (yych <= ',') goto yy57; + goto yy1565; + } + } else { + if (yych <= ':') { + if (yych <= '.') goto yy3648; + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy950; + goto yy246; + } else { + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy57; + goto yy1242; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= ']') goto yy57; + if (yych == '_') goto yy1567; + goto yy113; + } else { + if (yych <= 'z') goto yy1242; + if (yych == '|') goto yy113; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy113; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy251; + goto yy252; + } else { + if (yych <= 0xC6) { + if (yych <= 0xC5) goto yy253; + goto yy254; + } else { + if (yych <= 0xC7) goto yy255; + if (yych <= 0xC9) goto yy253; + goto yy256; + } + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy257; + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy258; + goto yy259; + } else { + if (yych <= 0xCF) goto yy260; + if (yych == 0xD2) goto yy261; + goto yy253; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy262; + if (yych <= 0xD5) goto yy263; + if (yych <= 0xD6) goto yy264; + goto yy265; + } else { + if (yych <= 0xD8) goto yy266; + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + goto yy269; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy270; + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + goto yy273; + } else { + if (yych <= 0xE0) goto yy274; + if (yych <= 0xE1) goto yy275; + if (yych <= 0xE2) goto yy276; + goto yy277; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy278; + if (yych == 0xEA) goto yy279; + goto yy57; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy280; + goto yy281; + } else { + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } + } +yy1244: + yyaccept = 11; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xD6) { + if (yych <= 0xCA) { + if (yych <= 'z') { + if (yych <= '@') goto yy114; + if (yych <= 'Z') goto yy3649; + if (yych <= '`') goto yy114; + goto yy3649; + } else { + if (yych <= 0xC2) { + if (yych <= 0xC1) goto yy114; + goto yy3651; + } else { + if (yych <= 0xC3) goto yy3652; + if (yych <= 0xC9) goto yy3653; + goto yy3654; + } + } + } else { + if (yych <= 0xD1) { + if (yych <= 0xCD) { + if (yych <= 0xCC) goto yy114; + goto yy3655; + } else { + if (yych <= 0xCE) goto yy3656; + if (yych <= 0xCF) goto yy3657; + goto yy3653; + } + } else { + if (yych <= 0xD3) { + if (yych <= 0xD2) goto yy3658; + goto yy3653; + } else { + if (yych <= 0xD4) goto yy3659; + if (yych <= 0xD5) goto yy3660; + goto yy3661; + } + } + } + } else { + if (yych <= 0xDF) { + if (yych <= 0xDA) { + if (yych <= 0xD7) goto yy3662; + if (yych <= 0xD8) goto yy3663; + if (yych <= 0xD9) goto yy3664; + goto yy3653; + } else { + if (yych <= 0xDC) { + if (yych <= 0xDB) goto yy3665; + goto yy3666; + } else { + if (yych <= 0xDD) goto yy3667; + if (yych <= 0xDE) goto yy3668; + goto yy3669; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xE0) goto yy3670; + goto yy3671; + } else { + if (yych <= 0xE2) goto yy3672; + if (yych <= 0xE3) goto yy3673; + goto yy114; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xEA) goto yy3674; + goto yy114; + } else { + if (yych <= 0xEF) goto yy3675; + if (yych <= 0xF0) goto yy3676; + goto yy114; + } + } + } + } +yy1245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1980; + goto yy2; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy1980; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy2; + goto yy3677; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1980; + if (yych <= '@') goto yy2; + goto yy3679; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1980; + goto yy3679; + } else { + if (yych == '|') goto yy1980; + if (yych <= '}') goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy3681; + if (yych <= 0xC3) goto yy3682; + goto yy3683; + } else { + if (yych <= 0xCA) goto yy3684; + if (yych <= 0xCB) goto yy3685; + if (yych <= 0xCC) goto yy3686; + goto yy3687; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy3688; + if (yych <= 0xCF) goto yy3689; + goto yy3683; + } else { + if (yych <= 0xD2) goto yy3690; + if (yych <= 0xD3) goto yy3683; + if (yych <= 0xD4) goto yy3691; + goto yy3692; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy3693; + if (yych <= 0xD7) goto yy3694; + if (yych <= 0xD8) goto yy3695; + goto yy3696; + } else { + if (yych <= 0xDA) goto yy3683; + if (yych <= 0xDB) goto yy3697; + if (yych <= 0xDC) goto yy3698; + goto yy3699; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy3700; + if (yych <= 0xDF) goto yy3701; + goto yy3702; + } else { + if (yych <= 0xE1) goto yy3703; + if (yych <= 0xE2) goto yy3704; + if (yych <= 0xE3) goto yy3705; + goto yy3706; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy3707; + if (yych <= 0xEE) goto yy2; + goto yy3708; + } else { + if (yych <= 0xF0) goto yy3709; + if (yych == 0xF3) goto yy3710; + goto yy2; + } + } + } + } +yy1246: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 1) { + goto yy200; + } + if (yych <= 0xD4) { + if (yych <= 0xC2) { + if (yych <= '^') { + if (yych <= '9') { + if (yych <= '/') goto yy208; + goto yy1246; + } else { + if (yych <= '@') goto yy208; + if (yych <= 'Z') goto yy1246; + goto yy208; + } + } else { + if (yych <= '`') { + if (yych <= '_') goto yy1589; + goto yy208; + } else { + if (yych <= 'z') goto yy1246; + if (yych <= 0xC1) goto yy208; + goto yy1591; + } + } + } else { + if (yych <= 0xCD) { + if (yych <= 0xC9) { + if (yych <= 0xC3) goto yy1592; + goto yy1593; + } else { + if (yych <= 0xCA) goto yy1594; + if (yych <= 0xCC) goto yy208; + goto yy3711; + } + } else { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy1596; + if (yych <= 0xCF) goto yy1597; + goto yy1593; + } else { + if (yych <= 0xD2) goto yy1598; + if (yych <= 0xD3) goto yy1593; + goto yy1599; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD9) { + if (yych <= 0xD6) { + if (yych <= 0xD5) goto yy1600; + goto yy3712; + } else { + if (yych <= 0xD7) goto yy1602; + if (yych <= 0xD8) goto yy3713; + goto yy3714; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xDA) goto yy1593; + goto yy3715; + } else { + if (yych <= 0xDC) goto yy1606; + if (yych <= 0xDD) goto yy1607; + goto yy1608; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy3716; + goto yy3717; + } else { + if (yych <= 0xE1) goto yy3718; + if (yych <= 0xE2) goto yy3719; + goto yy1613; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy3720; + goto yy208; + } else { + if (yych <= 0xEF) goto yy3721; + if (yych <= 0xF0) goto yy3722; + goto yy208; + } + } + } + } +yy1248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy1240; + } else { + if (yych == 0x9A) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; + } + } +yy1249: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy1240; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy1250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy1240; + goto yy2; +yy1251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy1240; + } else { + if (yych == 0xBD) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy1253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x90) goto yy1240; + if (yych <= 0x97) goto yy113; + goto yy1240; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy1254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1240; + } else { + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1240; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1240; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1240; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1240; + if (yych <= 0xB5) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy1255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy113; + goto yy1240; + } else { + if (yych == 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy1240; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1240; + if (yych <= 0xA3) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy1246; + if (yych <= 0xB1) goto yy1240; + goto yy113; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } + } + } +yy1256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1240; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy1240; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy1240; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy1240; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1240; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy1240; + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy1257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x91) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1240; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy1246; + goto yy113; + } else { + if (yych <= 0xB4) goto yy1240; + if (yych <= 0xB5) goto yy113; + goto yy2; + } + } + } +yy1258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1240; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy1240; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1240; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1240; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy1259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy1240; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy1240; + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy113; + } else { + if (yych == 0xB9) goto yy1240; + goto yy2; + } + } + } +yy1260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1240; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1240; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1240; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1240; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy1261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy1240; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy1240; + goto yy2; + } + } + } +yy1262: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy113; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy1240; + default: goto yy2; + } +yy1263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy1240; + if (yych == 0x97) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1246; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; + } + } +yy1264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy1240; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy1240; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy1265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy1240; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy1240; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy1266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1240; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy1240; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy1267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy1240; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy1240; + goto yy2; + } + } + } +yy1268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy1240; + goto yy2; + } else { + if (yych <= 0xBD) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy1269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x8E) goto yy1240; + if (yych <= 0x96) goto yy2; + goto yy113; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy1240; + if (yych <= 0xA3) goto yy113; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy1246; + goto yy2; + } else { + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } + } +yy1270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1240; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy1240; + } else { + if (yych == 0xBD) goto yy1240; + goto yy2; + } + } +yy1271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1240; + goto yy2; + } else { + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1246; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy1272: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy113; + goto yy2; + } else { + if (yych <= 0xBA) goto yy113; + if (yych == 0xBF) goto yy113; + goto yy2; + } +yy1273: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; +yy1274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy113; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBC) goto yy113; + goto yy2; + } +yy1275: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; +yy1276: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy1246; + if (yych <= 0xB3) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy1277: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x87) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0x98) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy1279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy113; + goto yy2; + } else { + if (yych <= 0x8F) goto yy113; + if (yych <= 0x94) goto yy2; + if (yych <= 0x98) goto yy113; + goto yy2; + } +yy1280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; +yy1281: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1246; + goto yy2; + } else { + if (yych <= 0x99) goto yy113; + if (yych <= 0x9D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy113; + goto yy2; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy1282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) goto yy1246; + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } +yy1283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy1242; + } else { + if (yych == 0x87) goto yy1242; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy1242; + if (yych <= 0x8F) goto yy2; + goto yy1240; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy1284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1240; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1240; + if (yych <= 0x8F) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy1240; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1240; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy1285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy1240; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1240; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy1240; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1240; + goto yy2; + } + } +yy1286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy1240; + if (yych <= 0x81) goto yy2; + goto yy1240; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy1240; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy1287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1240; + goto yy2; + } else { + if (yych <= 0x95) goto yy1240; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy1288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1240; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; +yy1289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1240; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } +yy1290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1242; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy1242; + goto yy2; +yy1291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1245; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy1292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy1240; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy1293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1240; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy1294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1240; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy1240; + goto yy2; +yy1295: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy1240; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1240; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy1296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy1240; + } else { + if (yych <= 0x93) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy1240; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy1297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1298: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy113; + if (yych <= 0x9A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1246; + goto yy2; + } + } +yy1299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1245; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy1246; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy1300: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy1240; + goto yy2; +yy1301: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1240; + goto yy113; + } else { + if (yych <= 0xAA) goto yy1240; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy1302: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1240; + goto yy2; +yy1303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1240; + goto yy2; + } else { + if (yych <= 0xAB) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } +yy1304: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy113; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy1246; + goto yy2; +yy1305: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1306: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1240; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy1307: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } else { + if (yych <= 0xBC) goto yy113; + if (yych == 0xBF) goto yy113; + goto yy2; + } +yy1308: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1246; + goto yy2; + } else { + if (yych <= 0x99) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; + } +yy1309: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1310: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy1246; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy113; + goto yy2; + } +yy1311: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xA0) goto yy1240; + goto yy113; + } else { + if (yych <= 0xAF) goto yy1240; + if (yych <= 0xB9) goto yy1246; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy1312: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1240; + if (yych <= 0xB3) goto yy113; + goto yy2; +yy1313: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1240; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy1314: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1246; + goto yy2; + } else { + if (yych <= 0x8F) goto yy1240; + if (yych <= 0x99) goto yy1246; + if (yych <= 0xB7) goto yy1240; + goto yy2; + } +yy1315: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy113; + goto yy2; + } else { + if (yych <= 0xA8) goto yy113; + if (yych <= 0xAC) goto yy1240; + goto yy113; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy1240; + if (yych <= 0xB4) goto yy113; + goto yy1240; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy1316: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1242; + goto yy2; +yy1317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; +yy1318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1242; + goto yy2; +yy1319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy113; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1320: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1242; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1242; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } +yy1321: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1242; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1242; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy1242; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy1242; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy1242; + goto yy2; + } + } +yy1322: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy1242; + } else { + if (yych == 0xBE) goto yy1242; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy1323: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x84) goto yy1242; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy1242; + goto yy113; + } else { + if (yych <= 0x93) goto yy1242; + if (yych <= 0x95) goto yy2; + goto yy1242; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0xAC) goto yy1242; + if (yych <= 0xAF) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy1242; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1242; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } + } +yy1324: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy1245; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy3723; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy3723; + if (yych <= 0xA6) goto yy2; + goto yy246; + } else { + if (yych == 0xBF) goto yy1567; + goto yy2; + } + } +yy1325: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych == 0x84) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych <= 0x92) goto yy113; + if (yych <= 0x93) goto yy2; + goto yy1567; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy113; + goto yy2; + } + } +yy1326: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0x8C) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; +yy1327: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB0) goto yy113; + goto yy2; +yy1328: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy113; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1242; + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: goto yy1240; + default: goto yy2; + } +yy1329: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy1242; + } else { + if (yych == 0x8E) goto yy1242; + if (yych <= 0x8F) goto yy113; + goto yy2; + } +yy1330: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1242; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy1331: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy3724; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1332: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy113; + goto yy2; + } else { + if (yych <= 0xA8) goto yy113; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy1333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; +yy1334: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy113; + goto yy2; +yy1335: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy113; + goto yy2; +yy1336: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1337: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy113; + goto yy2; +yy1338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy113; + goto yy2; +yy1339: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1340: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0xA5) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy1341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0x98) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1342: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy113; + goto yy2; + } else { + if (yych <= 0xBB) goto yy113; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy1343: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1344: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy113; + goto yy2; + } else { + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy1345: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; + } else { + if (yych <= 0x91) goto yy113; + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAF) goto yy113; + goto yy2; + } +yy1346: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; +yy1347: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1242; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1242; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } +yy1348: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1242; + goto yy113; + } else { + if (yych <= 0xAE) goto yy1242; + if (yych <= 0xB1) goto yy113; + if (yych <= 0xB3) goto yy1242; + goto yy2; + } +yy1349: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy1242; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy1242; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy1350: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1240; + if (yych == 0xBF) goto yy113; + goto yy2; +yy1351: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy1240; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1240; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy1240; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1240; + goto yy2; + } + } +yy1352: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy1240; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy1240; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy1240; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy1353: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy1245; + if (yych == 0x9A) goto yy1245; + goto yy2; +yy1354: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1355: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; +yy1356: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x93) { + if (yych == 0x84) goto yy113; + if (yych <= 0x91) goto yy2; + goto yy113; + } else { + if (yych == 0xA0) goto yy113; + if (yych <= 0xA9) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB5) goto yy1439; + if (yych <= 0xB7) goto yy113; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1240; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy1357: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x98) goto yy2; + if (yych <= 0x9A) goto yy113; + goto yy1437; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy1358: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy1240; + goto yy2; +yy1359: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBA) goto yy1240; + goto yy2; + } +yy1360: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy1361: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy113; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1362: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy113; + goto yy2; + } else { + if (yych <= 0x90) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy1363: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB0) goto yy113; + goto yy2; +yy1364: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy113; + if (yych <= 0xBE) goto yy1437; + goto yy2; +yy1365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1240; + goto yy2; +yy1367: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1240; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1240; + if (yych <= 0xA9) goto yy1246; + if (yych <= 0xAB) goto yy1240; + goto yy2; + } +yy1368: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAE) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAD) goto yy1242; + goto yy1240; + } else { + if (yych == 0xB3) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy1369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1242; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy1370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1240; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy2; +yy1371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } else { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } +yy1372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy1242; + } else { + if (yych <= 0x88) goto yy2; + if (yych <= 0x8A) goto yy113; + goto yy1242; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0x8F) goto yy1240; + goto yy1242; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1242; + goto yy2; + } + } +yy1373: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych == 0xB7) goto yy1240; + goto yy2; + } else { + if (yych <= 0xBA) goto yy1242; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy1374: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1240; + goto yy113; + } else { + if (yych == 0x86) goto yy113; + goto yy1240; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy113; + if (yych <= 0xA2) goto yy1240; + goto yy113; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy1375: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1240; + goto yy2; +yy1376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0xB3) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1377: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy1246; + if (yych <= 0x9F) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy1240; + if (yych <= 0xBA) goto yy2; + goto yy1240; + } else { + if (yych == 0xBD) goto yy1240; + goto yy2; + } + } +yy1378: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1246; + goto yy1240; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy1379: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1240; + if (yych <= 0x93) goto yy113; + goto yy2; +yy1380: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1381: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy1246; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; + } + } +yy1382: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1240; + if (yych <= 0xB6) goto yy113; + goto yy2; +yy1383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1240; + goto yy113; + } else { + if (yych <= 0x8B) goto yy1240; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy1246; + if (yych <= 0xB6) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } + } +yy1384: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB7: + case 0xB8: + case 0xBE: + case 0xBF: goto yy113; + default: goto yy2; + } +yy1385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy1240; + goto yy113; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy1240; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy113; + goto yy2; + } + } +yy1386: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy1240; + goto yy2; + } else { + if (yych <= 0x8E) goto yy1240; + if (yych <= 0x90) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1240; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1240; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } + } +yy1387: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1242; + if (yych <= 0x9B) goto yy113; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1242; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } +yy1388: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy1240; + if (yych <= 0xAA) goto yy113; + goto yy2; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; + } +yy1389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1242; + goto yy2; + } else { + if (yych <= 0x97) goto yy1242; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy1240; + goto yy113; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy113; + if (yych <= 0xB6) goto yy1240; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1240; + goto yy2; + } + } +yy1390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1240; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy1391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy1393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy1240; + goto yy2; +yy1394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy1395: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1240; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy1396: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1240; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1240; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy1397: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych == 0x93) goto yy246; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy113; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1245; + if (yych <= 0xB4) goto yy1567; + goto yy2; + } + } +yy1398: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1567; + if (yych <= 0x91) goto yy2; + goto yy3723; + } else { + if (yych == 0x95) goto yy246; + if (yych <= 0xA1) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy1245; + if (yych <= 0xA6) goto yy113; + if (yych <= 0xA8) goto yy2; + goto yy113; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy1240; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } + } +yy1399: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy1240; + goto yy2; +yy1400: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy113; + } else { + if (yych == 0x87) goto yy3723; + goto yy2; + } + } else { + if (yych <= 0x8C) { + if (yych <= 0x8B) goto yy113; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1245; + if (yych <= 0x8E) goto yy3723; + goto yy2; + } + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy843; + goto yy246; + } else { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xBA) goto yy1242; + goto yy2; + } else { + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } + } +yy1401: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) goto yy1242; + if (yych <= 0x9B) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy2; + goto yy113; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy1402: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy113; + goto yy2; + } else { + if (yych <= 0xAE) goto yy113; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy1403: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3725; + case 0x81: goto yy3726; + case 0x82: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy268; + case 0x83: goto yy3727; + case 0x84: goto yy3728; + case 0x85: goto yy3729; + case 0x86: goto yy3730; + case 0x87: goto yy3731; + case 0x8A: goto yy3732; + case 0x8B: goto yy3733; + case 0x8C: goto yy3734; + case 0x8D: goto yy3735; + case 0x8E: goto yy3736; + case 0x8F: goto yy3737; + case 0x90: goto yy253; + case 0x91: goto yy3738; + case 0x92: goto yy3739; + case 0x94: goto yy3740; + case 0x95: goto yy3741; + case 0x9C: goto yy3742; + case 0x9D: goto yy3743; + case 0xA0: goto yy3744; + case 0xA1: goto yy3745; + case 0xA2: goto yy3746; + case 0xA3: goto yy3747; + case 0xA4: goto yy3748; + case 0xA6: goto yy3749; + case 0xA8: goto yy3750; + case 0xA9: goto yy3751; + case 0xAA: goto yy3752; + case 0xAB: goto yy3753; + case 0xAC: goto yy1302; + case 0xAD: goto yy3754; + case 0xAE: goto yy3755; + case 0xB1: goto yy3756; + case 0xB2: + case 0xB3: goto yy3757; + default: goto yy2; + } +yy1404: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3758; + case 0x81: goto yy3759; + case 0x82: goto yy3760; + case 0x83: goto yy3761; + case 0x84: goto yy3762; + case 0x85: goto yy3763; + case 0x86: goto yy3764; + case 0x87: goto yy3765; + case 0x88: goto yy3766; + case 0x8A: goto yy3767; + case 0x8B: goto yy3768; + case 0x8C: goto yy3769; + case 0x8D: goto yy3770; + case 0x92: + case 0x98: goto yy3771; + case 0x93: goto yy3772; + case 0x96: goto yy3773; + case 0x97: goto yy3774; + case 0x99: goto yy3775; + case 0x9A: goto yy3776; + case 0x9B: goto yy3777; + case 0x9C: goto yy3778; + case 0xA2: goto yy3779; + case 0xA3: goto yy3780; + case 0xAB: goto yy3781; + default: goto yy2; + } +yy1405: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy268; + goto yy3782; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy268; + if (yych <= 0x95) goto yy3783; + goto yy2; + } +yy1406: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy268; + if (yych <= 0x90) goto yy3784; + goto yy2; +yy1407: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy268; + if (yych <= 0x99) goto yy3785; + goto yy2; +yy1408: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy268; + case 0xA8: goto yy3781; + case 0xA9: goto yy3786; + case 0xAB: goto yy3787; + case 0xAC: goto yy3788; + case 0xAD: goto yy3789; + case 0xAE: goto yy3790; + case 0xBD: goto yy3791; + case 0xBE: goto yy3792; + default: goto yy2; + } +yy1409: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x80) goto yy2877; + goto yy2; + } else { + if (yych <= 0xB0) goto yy268; + if (yych <= 0xB1) goto yy3793; + if (yych <= 0xB2) goto yy3794; + goto yy2; + } +yy1410: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy118; + case 0x83: goto yy637; + case 0x84: goto yy3795; + case 0x85: goto yy3796; + case 0x87: goto yy3797; + case 0x89: goto yy3798; + case 0x8D: goto yy3799; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy253; + case 0x91: goto yy3800; + case 0x92: goto yy3801; + case 0x93: goto yy3802; + case 0x94: goto yy3803; + case 0x95: goto yy3804; + case 0x9A: goto yy3805; + case 0x9B: goto yy3806; + case 0x9C: goto yy3807; + case 0x9D: goto yy3808; + case 0x9E: goto yy3809; + case 0x9F: goto yy3810; + case 0xAA: goto yy3811; + default: goto yy2; + } +yy1411: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy268; + if (yych <= 0xA3) goto yy3812; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy3813; + goto yy3814; + } else { + if (yych <= 0xBA) goto yy3815; + if (yych <= 0xBB) goto yy3816; + goto yy2; + } + } +yy1412: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x85: goto yy3817; + case 0x81: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: goto yy118; + case 0x82: goto yy3818; + case 0x83: goto yy3819; + case 0x84: goto yy3820; + case 0x86: goto yy653; + case 0x87: goto yy3821; + case 0x88: goto yy3822; + case 0x89: goto yy3823; + case 0x95: goto yy3824; + case 0x96: goto yy3825; + case 0x9B: goto yy3826; + case 0x9D: goto yy709; + case 0x9F: goto yy3827; + case 0xA0: goto yy3828; + case 0xA1: goto yy3829; + case 0xA2: goto yy3830; + case 0xA4: goto yy3831; + case 0xA6: goto yy3832; + case 0xA7: goto yy2017; + default: goto yy2; + } +yy1413: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0x86) goto yy118; + if (yych <= 0x87) goto yy119; + goto yy2; +yy1414: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + switch (yych) { + case '$': + case '<': + case '=': + case '>': + case '^': + case '`': + case '|': + case '~': goto yy113; + case '%': goto yy146; + case '\'': goto yy242; + case '+': goto yy182; + case '-': goto yy243; + case '.': goto yy1217; + case '0': + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': goto yy206; + case ':': goto yy246; + case '@': goto yy148; + case 'A': + case 'B': + case 'C': + case 'D': + case 'E': + case 'F': + case 'G': + case 'H': + case 'I': + case 'J': + case 'K': + case 'L': + case 'M': + case 'N': + case 'O': + case 'Q': + case 'R': + case 'S': + case 'T': + case 'U': + case 'V': + case 'W': + case 'X': + case 'Y': + case 'Z': + case 'a': + case 'b': + case 'c': + case 'd': + case 'e': + case 'f': + case 'g': + case 'h': + case 'i': + case 'j': + case 'k': + case 'l': + case 'm': + case 'n': + case 'o': + case 'q': + case 'r': + case 's': + case 't': + case 'u': + case 'v': + case 'w': + case 'x': + case 'y': + case 'z': goto yy247; + case 'P': + case 'p': goto yy3833; + case '_': goto yy249; + case 0xC2: goto yy251; + case 0xC3: goto yy252; + case 0xC4: + case 0xC5: + case 0xC8: + case 0xC9: + case 0xD0: + case 0xD1: + case 0xD3: goto yy253; + case 0xC6: goto yy254; + case 0xC7: goto yy255; + case 0xCA: goto yy256; + case 0xCB: goto yy257; + case 0xCC: goto yy118; + case 0xCD: goto yy258; + case 0xCE: goto yy259; + case 0xCF: goto yy260; + case 0xD2: goto yy261; + case 0xD4: goto yy262; + case 0xD5: goto yy263; + case 0xD6: goto yy264; + case 0xD7: goto yy265; + case 0xD8: goto yy266; + case 0xD9: goto yy267; + case 0xDA: goto yy268; + case 0xDB: goto yy269; + case 0xDC: goto yy270; + case 0xDD: goto yy271; + case 0xDE: goto yy272; + case 0xDF: goto yy273; + case 0xE0: goto yy274; + case 0xE1: goto yy275; + case 0xE2: goto yy276; + case 0xE3: goto yy277; + case 0xE4: goto yy278; + case 0xEA: goto yy279; + case 0xEF: goto yy280; + case 0xF0: goto yy281; + case 0xF3: goto yy282; + default: goto yy57; + } +yy1415: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy113; + case 0xAA: + case 0xB5: + case 0xBA: goto yy1437; + default: goto yy2; + } +yy1416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1437; + goto yy113; + } else { + if (yych == 0xB7) goto yy113; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1417: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB3) goto yy1437; + if (yych <= 0xB4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy1437; + if (yych <= 0xBA) goto yy2; + goto yy1437; + } else { + if (yych == 0xBF) goto yy1437; + goto yy2; + } + } +yy1418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy1437; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1437; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy1419: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy113; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy1420: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1437; + if (yych <= 0x89) goto yy113; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy1421: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych == 0x8A) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy1422: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy1437; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy1437; + goto yy2; + } + } +yy1423: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy113; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy1424: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy1437; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xA9) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy1439; + if (yych <= 0xAD) goto yy2; + goto yy1437; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy1425: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1437; + goto yy2; + } else { + if (yych <= 0x95) goto yy1437; + if (yych == 0x9D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy1437; + goto yy1439; + } else { + if (yych <= 0xBC) goto yy1437; + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy1426: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy1437; + goto yy113; + } else { + if (yych <= 0xAF) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy1427: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy1428: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1437; + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy1437; + goto yy2; +yy1429: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1439; + goto yy1437; + } else { + if (yych <= 0xB3) goto yy113; + if (yych == 0xB6) goto yy113; + goto yy2; + } +yy1430: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy3834; + case 0xA1: goto yy3835; + case 0xA2: goto yy1443; + case 0xA3: goto yy1251; + case 0xA4: goto yy3836; + case 0xA5: goto yy3837; + case 0xA6: goto yy3838; + case 0xA7: goto yy3839; + case 0xA8: goto yy3840; + case 0xA9: goto yy3841; + case 0xAA: goto yy3842; + case 0xAB: goto yy3843; + case 0xAC: goto yy3844; + case 0xAD: goto yy3845; + case 0xAE: goto yy3846; + case 0xAF: goto yy3847; + case 0xB0: goto yy3848; + case 0xB1: goto yy3849; + case 0xB2: goto yy3850; + case 0xB3: goto yy3851; + case 0xB4: goto yy3852; + case 0xB5: goto yy3853; + case 0xB6: goto yy3854; + case 0xB7: goto yy3855; + case 0xB8: goto yy1272; + case 0xB9: goto yy3856; + case 0xBA: goto yy1274; + case 0xBB: goto yy3857; + case 0xBC: goto yy3858; + case 0xBD: goto yy1277; + case 0xBE: goto yy1278; + case 0xBF: goto yy1279; + default: goto yy2; + } +yy1431: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy3859; + case 0x82: goto yy3860; + case 0x83: goto yy1469; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy290; + case 0x89: goto yy1470; + case 0x8A: goto yy1471; + case 0x8B: goto yy1472; + case 0x8C: goto yy1473; + case 0x8D: goto yy3861; + case 0x8E: goto yy3862; + case 0x8F: goto yy1476; + case 0x90: goto yy3863; + case 0x99: goto yy1478; + case 0x9A: goto yy1479; + case 0x9B: goto yy1480; + case 0x9C: goto yy3864; + case 0x9D: goto yy3865; + case 0x9E: goto yy1297; + case 0x9F: goto yy3866; + case 0xA0: goto yy3867; + case 0xA1: goto yy1485; + case 0xA2: goto yy3868; + case 0xA3: goto yy1487; + case 0xA4: goto yy3869; + case 0xA5: goto yy3870; + case 0xA7: goto yy3871; + case 0xA8: goto yy3872; + case 0xA9: goto yy1307; + case 0xAA: goto yy3873; + case 0xAC: goto yy1309; + case 0xAD: goto yy3874; + case 0xAE: goto yy3875; + case 0xAF: goto yy3876; + case 0xB0: goto yy3877; + case 0xB1: goto yy1497; + case 0xB3: goto yy3878; + case 0xB4: goto yy1499; + case 0xB5: goto yy1500; + case 0xB6: goto yy1501; + case 0xB7: goto yy1319; + case 0xBC: goto yy1502; + case 0xBD: goto yy1503; + case 0xBE: goto yy3879; + case 0xBF: goto yy3880; + default: goto yy2; + } +yy1432: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3604; + case 0x81: goto yy1325; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: goto yy3881; + case 0x85: goto yy3882; + case 0x86: goto yy3883; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy1511; + case 0xB1: goto yy1512; + case 0xB2: goto yy290; + case 0xB3: goto yy3884; + case 0xB4: goto yy1514; + case 0xB5: goto yy3885; + case 0xB6: goto yy1516; + case 0xB7: goto yy3886; + case 0xB8: goto yy2032; + case 0xBA: goto yy1354; + case 0xBB: goto yy709; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy1433: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3887; + case 0x82: goto yy1357; + case 0x83: goto yy1033; + case 0x84: goto yy1519; + case 0x86: goto yy3888; + case 0x87: goto yy1360; + case 0x88: goto yy1361; + case 0x89: goto yy1362; + case 0x8A: goto yy1363; + case 0x8B: goto yy1364; + case 0x8C: goto yy290; + case 0x8D: goto yy1365; + case 0x8E: + case 0x8F: goto yy118; + default: goto yy2; + } +yy1434: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy572; + case 0x93: goto yy3889; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy290; + case 0x98: goto yy1522; + case 0x99: goto yy3890; + case 0x9A: goto yy3891; + case 0x9B: goto yy3892; + case 0x9C: goto yy3893; + case 0x9D: goto yy296; + case 0x9E: goto yy3894; + case 0x9F: goto yy1528; + case 0xA0: goto yy3895; + case 0xA1: goto yy1530; + case 0xA2: goto yy3896; + case 0xA3: goto yy3897; + case 0xA4: goto yy3898; + case 0xA5: goto yy3899; + case 0xA6: goto yy1380; + case 0xA7: goto yy3900; + case 0xA8: goto yy3901; + case 0xA9: goto yy3902; + case 0xAA: goto yy1384; + case 0xAB: goto yy3903; + case 0xAC: goto yy1539; + case 0xAD: goto yy3904; + case 0xAF: goto yy3905; + default: goto yy2; + } +yy1435: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy3906; + case 0xAD: goto yy1543; + case 0xAE: goto yy3907; + case 0xAF: goto yy3908; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy290; + case 0xB4: goto yy1546; + case 0xB5: goto yy1547; + case 0xB6: goto yy1548; + case 0xB7: goto yy3909; + case 0xB8: goto yy3638; + case 0xB9: goto yy3910; + case 0xBB: goto yy1552; + case 0xBC: goto yy3911; + case 0xBD: goto yy3912; + case 0xBE: goto yy1074; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy1436: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy3913; + case 0x91: goto yy3914; + case 0x92: goto yy1557; + case 0x93: goto yy1558; + case 0x94: goto yy1559; + case 0x96: goto yy3915; + case 0x9B: goto yy3916; + case 0x9D: goto yy3917; + case 0x9E: goto yy3918; + case 0x9F: goto yy1412; + default: goto yy2; + } +yy1437: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy113; + goto yy115; + } else { + if (yych <= '+') goto yy113; + if (yych <= ',') goto yy115; + if (yych <= '-') goto yy562; + goto yy112; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy115; + if (yych <= '9') goto yy1437; + if (yych <= ';') goto yy115; + goto yy113; + } else { + if (yych <= '@') goto yy115; + if (yych <= 'Z') goto yy1437; + if (yych <= ']') goto yy115; + goto yy113; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= '_') goto yy1567; + if (yych <= '`') goto yy113; + goto yy1437; + } else { + if (yych == '|') goto yy113; + if (yych <= '}') goto yy115; + goto yy113; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy115; + if (yych <= 0xC2) goto yy1415; + if (yych <= 0xC3) goto yy1416; + goto yy290; + } else { + if (yych <= 0xCA) goto yy291; + if (yych <= 0xCB) goto yy564; + if (yych <= 0xCC) goto yy118; + goto yy1417; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy1418; + if (yych <= 0xCF) goto yy1419; + goto yy290; + } else { + if (yych <= 0xD2) goto yy1420; + if (yych <= 0xD3) goto yy290; + if (yych <= 0xD4) goto yy296; + goto yy297; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy1421; + if (yych <= 0xD7) goto yy1422; + if (yych <= 0xD8) goto yy1423; + goto yy1424; + } else { + if (yych <= 0xDA) goto yy290; + if (yych <= 0xDB) goto yy1425; + if (yych <= 0xDC) goto yy1426; + goto yy1427; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1428; + if (yych <= 0xDF) goto yy1429; + goto yy1430; + } else { + if (yych <= 0xE1) goto yy1431; + if (yych <= 0xE2) goto yy1432; + if (yych <= 0xE3) goto yy1433; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1434; + if (yych <= 0xEE) goto yy115; + goto yy1435; + } else { + if (yych <= 0xF0) goto yy1436; + if (yych == 0xF3) goto yy282; + goto yy115; + } + } + } + } +yy1439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD4) { + if (yych <= 0xC2) { + if (yych <= '^') { + if (yych <= '9') { + if (yych <= '/') goto yy2; + goto yy1439; + } else { + if (yych <= '@') goto yy2; + if (yych <= 'Z') goto yy1439; + goto yy2; + } + } else { + if (yych <= '`') { + if (yych <= '_') goto yy1589; + goto yy2; + } else { + if (yych <= 'z') goto yy1439; + if (yych <= 0xC1) goto yy2; + goto yy3919; + } + } + } else { + if (yych <= 0xCD) { + if (yych <= 0xC9) { + if (yych <= 0xC3) goto yy3920; + goto yy3921; + } else { + if (yych <= 0xCA) goto yy3922; + if (yych <= 0xCC) goto yy2; + goto yy3923; + } + } else { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy3924; + if (yych <= 0xCF) goto yy3925; + goto yy3921; + } else { + if (yych <= 0xD2) goto yy3926; + if (yych <= 0xD3) goto yy3921; + goto yy3927; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD9) { + if (yych <= 0xD6) { + if (yych <= 0xD5) goto yy3928; + goto yy3929; + } else { + if (yych <= 0xD7) goto yy3930; + if (yych <= 0xD8) goto yy3931; + goto yy3932; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xDA) goto yy3921; + goto yy3933; + } else { + if (yych <= 0xDC) goto yy3934; + if (yych <= 0xDD) goto yy3935; + goto yy3936; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy3937; + goto yy3938; + } else { + if (yych <= 0xE1) goto yy3939; + if (yych <= 0xE2) goto yy3940; + goto yy3941; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy3942; + goto yy2; + } else { + if (yych <= 0xEF) goto yy3943; + if (yych <= 0xF0) goto yy3944; + goto yy2; + } + } + } + } +yy1441: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych == 0x9A) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy110; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy110; + goto yy2; + } + } +yy1442: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy1437; + if (yych <= 0x9B) goto yy110; + goto yy2; +yy1443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy1437; + goto yy2; +yy1444: + yych = *++YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy1437; + } else { + if (yych == 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy1445: + yych = *++YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x90) goto yy1437; + if (yych <= 0x97) goto yy110; + goto yy1437; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy1446: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1437; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1437; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1437; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1437; + if (yych <= 0xB5) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy1447: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy110; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy110; + goto yy1437; + } else { + if (yych == 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy1437; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1437; + if (yych <= 0xA3) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy1439; + if (yych <= 0xB1) goto yy1437; + goto yy110; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; + } + } + } +yy1448: + yych = *++YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy1437; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy1437; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy1437; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy1437; + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy1449: + yych = *++YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x91) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1437; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy1439; + goto yy110; + } else { + if (yych <= 0xB4) goto yy1437; + if (yych <= 0xB5) goto yy110; + goto yy2; + } + } + } +yy1450: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy1437; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy1437; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1437; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1437; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy1451: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x90) goto yy1437; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy1437; + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy110; + } else { + if (yych == 0xB9) goto yy1437; + goto yy2; + } + } + } +yy1452: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy1437; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1437; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1437; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1437; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy1453: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy1437; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xB1) goto yy1437; + goto yy2; + } + } + } +yy1454: + yych = *++YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy110; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy1437; + default: goto yy2; + } +yy1455: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy1437; + if (yych == 0x97) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1439; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy110; + goto yy2; + } + } +yy1456: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy1437; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy1457: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy1437; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy1437; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } + } +yy1458: + yych = *++YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy1437; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy1437; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy1459: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy1437; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy1437; + goto yy2; + } + } + } +yy1460: + yych = *++YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy1437; + goto yy2; + } else { + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy1461: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x8E) goto yy1437; + if (yych <= 0x96) goto yy2; + goto yy110; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy1437; + if (yych <= 0xA3) goto yy110; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy1439; + goto yy2; + } else { + if (yych <= 0xB9) goto yy110; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } + } +yy1462: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy1437; + } else { + if (yych == 0xBD) goto yy1437; + goto yy2; + } + } +yy1463: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1437; + goto yy2; + } else { + if (yych <= 0x8A) goto yy110; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1439; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } + } +yy1464: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; +yy1465: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; +yy1466: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy1439; + if (yych <= 0xB3) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy1467: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1439; + goto yy2; + } else { + if (yych <= 0x99) goto yy110; + if (yych <= 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy110; + goto yy2; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy1468: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy110; + } else { + if (yych <= 0x99) goto yy1439; + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych == 0x87) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy1437; + if (yych <= 0x8F) goto yy2; + goto yy1437; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy1470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1437; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1437; + if (yych <= 0x8F) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy1437; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1437; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy1471: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy1437; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1437; + goto yy2; + } + } +yy1472: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy1437; + if (yych <= 0x81) goto yy2; + goto yy1437; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy1437; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy1473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1437; + goto yy2; + } else { + if (yych <= 0x95) goto yy1437; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1474: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1437; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy110; + goto yy2; +yy1475: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1437; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1476: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1437; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy1437; + goto yy2; +yy1477: + yych = *++YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy1478: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy1437; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy1479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1437; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy1480: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1437; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy1437; + goto yy2; +yy1481: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy1437; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy110; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1437; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy1482: + yych = *++YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych <= 0x93) goto yy110; + if (yych <= 0x9F) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy1437; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } + } +yy1483: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy110; + if (yych <= 0x9A) goto yy2; + goto yy110; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1439; + goto yy2; + } + } +yy1484: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy1437; + goto yy2; +yy1486: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1437; + goto yy110; + } else { + if (yych <= 0xAA) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1437; + goto yy2; +yy1488: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1437; + goto yy2; + } else { + if (yych <= 0xAB) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; + } +yy1489: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy110; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy1439; + goto yy2; +yy1490: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy1491: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1437; + if (yych <= 0x9B) goto yy110; + goto yy2; +yy1492: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1439; + goto yy2; + } else { + if (yych <= 0x99) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy110; + goto yy2; + } +yy1493: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy1439; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy110; + goto yy2; + } +yy1494: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xA0) goto yy1437; + goto yy110; + } else { + if (yych <= 0xAF) goto yy1437; + if (yych <= 0xB9) goto yy1439; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1495: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1437; + if (yych <= 0xB3) goto yy110; + goto yy2; +yy1496: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1437; + if (yych <= 0xB7) goto yy110; + goto yy2; +yy1497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1439; + goto yy2; + } else { + if (yych <= 0x8F) goto yy1437; + if (yych <= 0x99) goto yy1439; + if (yych <= 0xB7) goto yy1437; + goto yy2; + } +yy1498: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy110; + goto yy2; + } else { + if (yych <= 0xA8) goto yy110; + if (yych <= 0xAC) goto yy1437; + goto yy110; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy1437; + if (yych <= 0xB4) goto yy110; + goto yy1437; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy110; + goto yy2; + } + } +yy1499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1437; + goto yy2; +yy1500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy1501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1437; + goto yy2; +yy1502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1437; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1437; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1437; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1437; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy1437; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy1437; + goto yy2; + } + } +yy1504: + yych = *++YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy1437; + } else { + if (yych == 0xBE) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy1505: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0x84) goto yy1437; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy1437; + goto yy110; + } else { + if (yych <= 0x93) goto yy1437; + if (yych <= 0x95) goto yy2; + goto yy1437; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy110; + } else { + if (yych <= 0xAC) goto yy1437; + if (yych <= 0xAF) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy1437; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1437; + if (yych <= 0xBE) goto yy110; + goto yy2; + } + } + } +yy1506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBF) goto yy2809; + goto yy2; +yy1507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy2809; + } else { + if (yych == 0x84) goto yy110; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych <= 0x92) goto yy110; + if (yych <= 0x93) goto yy2; + goto yy2809; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy110; + goto yy2; + } + } +yy1508: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy110; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1437; + default: goto yy2; + } +yy1509: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy1437; + } else { + if (yych == 0x8E) goto yy1437; + if (yych <= 0x8F) goto yy110; + goto yy2; + } +yy1510: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1437; + goto yy2; + } else { + if (yych <= 0x8B) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy1511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy1512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1437; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1437; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1513: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1437; + goto yy110; + } else { + if (yych <= 0xAE) goto yy1437; + if (yych <= 0xB1) goto yy110; + if (yych <= 0xB3) goto yy1437; + goto yy2; + } +yy1514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy1437; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy1437; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy1515: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1437; + if (yych == 0xBF) goto yy110; + goto yy2; +yy1516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy1437; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1437; + goto yy2; + } + } +yy1517: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy1437; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy1518: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x93) { + if (yych == 0x84) goto yy110; + if (yych <= 0x91) goto yy2; + goto yy110; + } else { + if (yych == 0xA0) goto yy110; + if (yych <= 0xA9) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB5) goto yy1439; + if (yych <= 0xB7) goto yy110; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1437; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy1519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy1437; + goto yy2; +yy1520: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy110; + goto yy2; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBA) goto yy1437; + goto yy2; + } +yy1521: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1437; + goto yy2; +yy1522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1437; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1437; + if (yych <= 0xA9) goto yy1439; + if (yych <= 0xAB) goto yy1437; + goto yy2; + } +yy1523: + yych = *++YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1437; + goto yy110; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } +yy1524: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1437; + goto yy2; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1525: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy110; + goto yy2; +yy1526: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } else { + if (yych <= 0xA1) goto yy110; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1527: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1437; + if (yych <= 0x88) goto yy2; + goto yy110; + } else { + if (yych <= 0xAD) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1437; + goto yy2; + } +yy1528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1437; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy1529: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1437; + goto yy110; + } else { + if (yych == 0x86) goto yy110; + goto yy1437; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy110; + if (yych <= 0xA2) goto yy1437; + goto yy110; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy110; + goto yy2; + } + } +yy1530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1437; + goto yy2; +yy1531: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0xB3) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy1532: + yych = *++YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy1439; + if (yych <= 0x9F) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy1437; + if (yych <= 0xBA) goto yy2; + goto yy1437; + } else { + if (yych == 0xBD) goto yy1437; + goto yy2; + } + } +yy1533: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1439; + goto yy1437; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1534: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1437; + if (yych <= 0x93) goto yy110; + goto yy2; +yy1535: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy1439; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; + } + } +yy1536: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1437; + if (yych <= 0xB6) goto yy110; + goto yy2; +yy1537: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1437; + goto yy110; + } else { + if (yych <= 0x8B) goto yy1437; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy1439; + if (yych <= 0xB6) goto yy2; + goto yy110; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } + } +yy1538: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy1437; + goto yy110; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy1437; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy110; + goto yy2; + } + } +yy1539: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy1437; + goto yy2; + } else { + if (yych <= 0x8E) goto yy1437; + if (yych <= 0x90) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1437; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy1540: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1437; + if (yych <= 0x9B) goto yy110; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1541: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy1437; + if (yych <= 0xAA) goto yy110; + goto yy2; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; + } +yy1542: + yych = *++YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1437; + goto yy2; + } else { + if (yych <= 0x97) goto yy1437; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy1437; + goto yy110; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy110; + if (yych <= 0xB6) goto yy1437; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1437; + goto yy2; + } + } +yy1543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1437; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy1544: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy1545: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy1546: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy1437; + goto yy2; +yy1547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy1548: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1437; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy1549: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1437; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1437; + if (yych <= 0xBD) goto yy110; + goto yy2; + } +yy1550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy110; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xB4) goto yy2809; + goto yy2; + } +yy1551: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy2809; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy110; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy1552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy1437; + goto yy2; +yy1553: + yych = *++YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x8B) goto yy110; + if (yych <= 0x9B) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy1437; + goto yy2; + } else { + if (yych <= 0xBE) goto yy110; + if (yych <= 0xBF) goto yy2809; + goto yy2; + } + } +yy1554: + yych = *++YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x9A) goto yy1437; + if (yych <= 0x9B) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy2; + goto yy110; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy1555: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy3945; + case 0x81: goto yy3946; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy290; + case 0x83: goto yy3947; + case 0x84: goto yy2069; + case 0x85: goto yy2070; + case 0x86: goto yy2071; + case 0x87: goto yy2072; + case 0x8A: goto yy3948; + case 0x8B: goto yy3949; + case 0x8C: goto yy3950; + case 0x8D: goto yy3951; + case 0x8E: goto yy3952; + case 0x8F: goto yy3953; + case 0x92: goto yy3954; + case 0x94: goto yy3955; + case 0x95: goto yy3956; + case 0x9C: goto yy3957; + case 0x9D: goto yy3958; + case 0xA0: goto yy3959; + case 0xA1: goto yy3960; + case 0xA2: goto yy3961; + case 0xA3: goto yy3962; + case 0xA4: goto yy3963; + case 0xA6: goto yy3964; + case 0xA8: goto yy3965; + case 0xA9: goto yy3966; + case 0xAA: goto yy3967; + case 0xAB: goto yy3968; + case 0xAC: goto yy1487; + case 0xAD: goto yy3969; + case 0xAE: goto yy3970; + case 0xB1: goto yy3971; + case 0xB2: + case 0xB3: goto yy3972; + default: goto yy2; + } +yy1556: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy3973; + case 0x81: goto yy3974; + case 0x82: goto yy3975; + case 0x83: goto yy3976; + case 0x84: goto yy3977; + case 0x85: goto yy3978; + case 0x86: goto yy3979; + case 0x87: goto yy3980; + case 0x88: goto yy3981; + case 0x8A: goto yy3982; + case 0x8B: goto yy3983; + case 0x8C: goto yy3984; + case 0x8D: goto yy3985; + case 0x92: + case 0x98: goto yy3986; + case 0x93: goto yy3987; + case 0x96: goto yy3988; + case 0x97: goto yy3989; + case 0x99: goto yy3990; + case 0x9A: goto yy3991; + case 0x9B: goto yy3992; + case 0x9C: goto yy3993; + case 0xA2: goto yy3994; + case 0xA3: goto yy3995; + case 0xAB: goto yy3996; + default: goto yy2; + } +yy1557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy290; + goto yy3997; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy290; + if (yych <= 0x95) goto yy3998; + goto yy2; + } +yy1558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy290; + if (yych <= 0x90) goto yy3999; + goto yy2; +yy1559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy290; + if (yych <= 0x99) goto yy4000; + goto yy2; +yy1560: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy290; + case 0xA8: goto yy3996; + case 0xA9: goto yy4001; + case 0xAB: goto yy4002; + case 0xAC: goto yy4003; + case 0xAD: goto yy4004; + case 0xAE: goto yy4005; + case 0xBD: goto yy4006; + case 0xBE: goto yy2127; + default: goto yy2; + } +yy1561: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x80) goto yy2877; + goto yy2; + } else { + if (yych <= 0xB0) goto yy290; + if (yych <= 0xB1) goto yy4007; + if (yych <= 0xB2) goto yy4008; + goto yy2; + } +yy1562: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy121; + case 0x83: goto yy2130; + case 0x84: goto yy2131; + case 0x85: goto yy2132; + case 0x87: goto yy2133; + case 0x89: goto yy2134; + case 0x8D: goto yy2135; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy290; + case 0x91: goto yy4009; + case 0x92: goto yy4010; + case 0x93: goto yy4011; + case 0x94: goto yy4012; + case 0x95: goto yy4013; + case 0x9A: goto yy4014; + case 0x9B: goto yy4015; + case 0x9C: goto yy4016; + case 0x9D: goto yy4017; + case 0x9E: goto yy4018; + case 0x9F: goto yy4019; + case 0xAA: goto yy2147; + default: goto yy2; + } +yy1563: + yych = *++YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy290; + if (yych <= 0xA3) goto yy4020; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy4021; + goto yy4022; + } else { + if (yych <= 0xBA) goto yy4023; + if (yych <= 0xBB) goto yy2152; + goto yy2; + } + } +yy1564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD3) { + if (yych <= 0xC1) { + if (yych <= '/') { + if (yych <= '\'') { + if (yych <= '&') goto yy2; + goto yy1087; + } else { + if (yych <= ',') goto yy2; + if (yych <= '.') goto yy1087; + goto yy2; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy843; + if (yych <= '@') goto yy2; + goto yy2939; + } else { + if (yych <= '`') goto yy2; + if (yych <= 'z') goto yy2939; + goto yy2; + } + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC3) { + if (yych <= 0xC2) goto yy4024; + goto yy4025; + } else { + if (yych <= 0xC9) goto yy1108; + if (yych <= 0xCA) goto yy4026; + goto yy2; + } + } else { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy4027; + if (yych <= 0xCE) goto yy4028; + goto yy4029; + } else { + if (yych == 0xD2) goto yy4030; + goto yy1108; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD8) { + if (yych <= 0xD5) { + if (yych <= 0xD4) goto yy4031; + goto yy4032; + } else { + if (yych <= 0xD6) goto yy4033; + if (yych <= 0xD7) goto yy1105; + goto yy1106; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD9) goto yy1107; + if (yych <= 0xDA) goto yy1108; + goto yy1109; + } else { + if (yych <= 0xDC) goto yy1110; + if (yych <= 0xDD) goto yy1111; + goto yy1112; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy1113; + goto yy1114; + } else { + if (yych <= 0xE1) goto yy4034; + if (yych <= 0xE2) goto yy4035; + goto yy1117; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy4036; + goto yy2; + } else { + if (yych <= 0xEF) goto yy4037; + if (yych <= 0xF0) goto yy4038; + goto yy2; + } + } + } + } +yy1565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1121; + goto yy2; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy1121; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy2; + goto yy4039; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1121; + if (yych <= '@') goto yy2; + goto yy3083; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1121; + goto yy3083; + } else { + if (yych == '|') goto yy1121; + if (yych <= '}') goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy1131; + if (yych <= 0xC3) goto yy1132; + goto yy1133; + } else { + if (yych <= 0xCA) goto yy1134; + if (yych <= 0xCB) goto yy1135; + if (yych <= 0xCC) goto yy1136; + goto yy1137; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy1138; + if (yych <= 0xCF) goto yy1139; + goto yy1133; + } else { + if (yych <= 0xD2) goto yy1140; + if (yych <= 0xD3) goto yy1133; + if (yych <= 0xD4) goto yy1141; + goto yy1142; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy1143; + if (yych <= 0xD7) goto yy1144; + if (yych <= 0xD8) goto yy1145; + goto yy1146; + } else { + if (yych <= 0xDA) goto yy1133; + if (yych <= 0xDB) goto yy1147; + if (yych <= 0xDC) goto yy1148; + goto yy1149; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1150; + if (yych <= 0xDF) goto yy1151; + goto yy1152; + } else { + if (yych <= 0xE1) goto yy1153; + if (yych <= 0xE2) goto yy1154; + if (yych <= 0xE3) goto yy1155; + goto yy1156; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1157; + if (yych <= 0xEE) goto yy2; + goto yy1158; + } else { + if (yych <= 0xF0) goto yy1159; + if (yych == 0xF3) goto yy1160; + goto yy2; + } + } + } + } +yy1566: + yyaccept = 15; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCD) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy534; + goto yy245; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy534; + goto yy245; + } + } else { + if (yych <= '/') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy1087; + goto yy245; + } else { + if (yych <= '9') goto yy2445; + if (yych <= ';') goto yy245; + if (yych <= '>') goto yy534; + goto yy245; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy3312; + if (yych <= ']') goto yy245; + goto yy534; + } else { + if (yych <= 'z') goto yy3312; + if (yych == '|') goto yy534; + goto yy245; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy534; + if (yych <= 0xC1) goto yy245; + if (yych <= 0xC2) goto yy1163; + goto yy1164; + } else { + if (yych <= 0xC9) goto yy1165; + if (yych <= 0xCA) goto yy1166; + if (yych <= 0xCC) goto yy534; + goto yy1167; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy1168; + if (yych <= 0xCF) goto yy1169; + goto yy1165; + } else { + if (yych <= 0xD2) goto yy1170; + if (yych <= 0xD3) goto yy1165; + if (yych <= 0xD4) goto yy1171; + goto yy1172; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy1173; + if (yych <= 0xD7) goto yy1174; + if (yych <= 0xD8) goto yy1175; + goto yy1176; + } else { + if (yych <= 0xDA) goto yy1165; + if (yych <= 0xDB) goto yy1177; + if (yych <= 0xDC) goto yy1178; + goto yy1179; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1180; + if (yych <= 0xDF) goto yy1181; + goto yy1182; + } else { + if (yych <= 0xE1) goto yy1183; + if (yych <= 0xE2) goto yy1184; + if (yych <= 0xE3) goto yy1185; + goto yy534; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1186; + if (yych <= 0xEE) goto yy245; + goto yy1187; + } else { + if (yych <= 0xF0) goto yy1188; + if (yych == 0xF3) goto yy534; + goto yy245; + } + } + } + } +yy1567: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy113; + goto yy57; + } else { + if (yych <= '+') goto yy113; + if (yych <= ',') goto yy57; + if (yych <= '-') goto yy562; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy113; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy113; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych == '`') goto yy113; + goto yy1567; + } else { + if (yych == '|') goto yy113; + if (yych <= '}') goto yy57; + goto yy113; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy1218; + if (yych <= 0xC3) goto yy1219; + goto yy926; + } else { + if (yych <= 0xCA) goto yy927; + if (yych <= 0xCB) goto yy564; + if (yych <= 0xCC) goto yy118; + goto yy1220; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy1221; + if (yych <= 0xCF) goto yy1222; + goto yy926; + } else { + if (yych <= 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + if (yych <= 0xD4) goto yy932; + goto yy933; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + if (yych <= 0xD8) goto yy1226; + goto yy1227; + } else { + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + if (yych <= 0xDC) goto yy1229; + goto yy1230; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } +yy1569: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy113; + case 0xAA: + case 0xB5: + case 0xBA: goto yy1240; + case 0xB7: goto yy246; + default: goto yy2; + } +yy1570: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1240; + goto yy113; + } else { + if (yych == 0xB7) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy1571: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1240; + goto yy2; +yy1572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB3) goto yy1240; + if (yych <= 0xB4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy1240; + if (yych <= 0xBA) goto yy2; + goto yy1240; + } else { + if (yych == 0xBF) goto yy1240; + goto yy2; + } + } +yy1573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy1240; + } else { + if (yych <= 0x87) goto yy246; + if (yych <= 0x8A) goto yy1240; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1240; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy1574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy1575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1240; + if (yych <= 0x89) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy1576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy1577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1240; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy1578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy1240; + } else { + if (yych == 0x8A) goto yy1245; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy1245; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy1579: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy1281; + case 0x82: goto yy4043; + case 0x83: goto yy4044; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy268; + case 0x89: goto yy1284; + case 0x8A: goto yy1285; + case 0x8B: goto yy1286; + case 0x8C: goto yy1287; + case 0x8D: goto yy1288; + case 0x8E: goto yy4045; + case 0x8F: goto yy4046; + case 0x90: goto yy1291; + case 0x99: goto yy1292; + case 0x9A: goto yy1293; + case 0x9B: goto yy1294; + case 0x9C: goto yy1295; + case 0x9D: goto yy1296; + case 0x9E: goto yy1297; + case 0x9F: goto yy1298; + case 0xA0: goto yy1299; + case 0xA1: goto yy1300; + case 0xA2: goto yy1301; + case 0xA3: goto yy1302; + case 0xA4: goto yy1303; + case 0xA5: goto yy1304; + case 0xA7: goto yy1305; + case 0xA8: goto yy1306; + case 0xA9: goto yy1307; + case 0xAA: goto yy1308; + case 0xAC: goto yy1309; + case 0xAD: goto yy1310; + case 0xAE: goto yy1311; + case 0xAF: goto yy1312; + case 0xB0: goto yy1313; + case 0xB1: goto yy1314; + case 0xB3: goto yy1315; + case 0xB4: goto yy4047; + case 0xB5: goto yy4048; + case 0xB6: goto yy4049; + case 0xB7: goto yy1319; + case 0xBC: goto yy4050; + case 0xBD: goto yy4051; + case 0xBE: goto yy4052; + case 0xBF: goto yy4053; + default: goto yy2; + } +yy1580: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1324; + case 0x81: goto yy1325; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: goto yy4054; + case 0x85: goto yy4055; + case 0x86: goto yy4056; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x88: goto yy1331; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy4057; + case 0xB1: goto yy4058; + case 0xB2: goto yy268; + case 0xB3: goto yy4059; + case 0xB4: goto yy4060; + case 0xB5: goto yy1350; + case 0xB6: goto yy1351; + case 0xB7: goto yy1352; + case 0xB8: goto yy1353; + case 0xBA: goto yy1354; + case 0xBB: goto yy709; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy1581: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy572; + case 0x93: goto yy1366; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy268; + case 0x98: goto yy1367; + case 0x99: goto yy4061; + case 0x9A: goto yy4062; + case 0x9B: goto yy1370; + case 0x9C: goto yy4063; + case 0x9D: goto yy1576; + case 0x9E: goto yy4064; + case 0x9F: goto yy4065; + case 0xA0: goto yy1374; + case 0xA1: goto yy1375; + case 0xA2: goto yy1376; + case 0xA3: goto yy1377; + case 0xA4: goto yy1378; + case 0xA5: goto yy1379; + case 0xA6: goto yy1380; + case 0xA7: goto yy1381; + case 0xA8: goto yy1382; + case 0xA9: goto yy1383; + case 0xAA: goto yy1384; + case 0xAB: goto yy1385; + case 0xAC: goto yy4066; + case 0xAD: goto yy4067; + case 0xAF: goto yy1388; + default: goto yy2; + } +yy1582: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy4068; + case 0xAD: goto yy1390; + case 0xAE: goto yy1391; + case 0xAF: goto yy1392; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy268; + case 0xB4: goto yy1393; + case 0xB5: goto yy1394; + case 0xB6: goto yy1395; + case 0xB7: goto yy1396; + case 0xB8: goto yy1397; + case 0xB9: goto yy1398; + case 0xBB: goto yy1399; + case 0xBC: goto yy4069; + case 0xBD: goto yy4070; + case 0xBE: goto yy1074; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy1583: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy4071; + case 0x91: goto yy4072; + case 0x92: goto yy1405; + case 0x93: goto yy1406; + case 0x94: goto yy1407; + case 0x96: goto yy1408; + case 0x9B: goto yy1409; + case 0x9D: goto yy4073; + case 0x9E: goto yy1411; + case 0x9F: goto yy1412; + default: goto yy2; + } +yy1584: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD6) { + if (yych == '.') goto yy4074; + goto yy57; + } else { + if (yych <= 0xD7) goto yy4075; + if (yych == 0xEF) goto yy4076; + goto yy57; + } +yy1585: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD2) { + if (yych <= 'z') { + if (yych <= '.') { + if (yych <= '\'') { + if (yych <= '&') goto yy57; + goto yy1087; + } else { + if (yych <= ',') goto yy57; + if (yych <= '-') goto yy1087; + goto yy4077; + } + } else { + if (yych <= '@') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy843; + goto yy57; + } else { + if (yych <= 'Z') goto yy2939; + if (yych <= '`') goto yy57; + goto yy2939; + } + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) { + if (yych <= 0xC1) goto yy57; + goto yy4024; + } else { + if (yych <= 0xC3) goto yy4025; + if (yych <= 0xC9) goto yy1108; + goto yy4026; + } + } else { + if (yych <= 0xCE) { + if (yych <= 0xCC) goto yy57; + if (yych <= 0xCD) goto yy4027; + goto yy4028; + } else { + if (yych <= 0xCF) goto yy4029; + if (yych <= 0xD1) goto yy1108; + goto yy4030; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xD3) goto yy1108; + goto yy4031; + } else { + if (yych <= 0xD5) goto yy4032; + if (yych <= 0xD6) goto yy4033; + goto yy4078; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy1106; + if (yych <= 0xD9) goto yy1107; + goto yy1108; + } else { + if (yych <= 0xDB) goto yy1109; + if (yych <= 0xDC) goto yy1110; + goto yy1111; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1112; + if (yych <= 0xDF) goto yy1113; + goto yy1114; + } else { + if (yych <= 0xE1) goto yy4034; + if (yych <= 0xE2) goto yy4035; + goto yy1117; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy4036; + goto yy57; + } else { + if (yych <= 0xEF) goto yy4079; + if (yych <= 0xF0) goto yy4038; + goto yy57; + } + } + } + } +yy1586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy4080; + goto yy2; + } else { + if (yych <= 0xB2) goto yy4080; + if (yych == 0xB4) goto yy246; + goto yy2; + } + } +yy1587: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy4081; + case 0xAD: goto yy4082; + case 0xAE: goto yy1391; + case 0xAF: goto yy1392; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy268; + case 0xB4: goto yy1393; + case 0xB5: goto yy1394; + case 0xB6: goto yy1395; + case 0xB7: goto yy1396; + case 0xB8: goto yy1397; + case 0xB9: goto yy1398; + case 0xBB: goto yy1399; + case 0xBC: goto yy4069; + case 0xBD: goto yy4070; + case 0xBE: goto yy1074; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy1588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 1) { + goto yy200; + } + if (yych <= 0xD5) { + if (yych <= 0xC9) { + if (yych <= '`') { + if (yych <= '9') { + if (yych <= '/') goto yy2; + goto yy831; + } else { + if (yych <= '@') goto yy2; + if (yych <= 'Z') goto yy843; + goto yy2; + } + } else { + if (yych <= 0xC1) { + if (yych <= 'z') goto yy843; + goto yy2; + } else { + if (yych <= 0xC2) goto yy805; + if (yych <= 0xC3) goto yy806; + goto yy807; + } + } + } else { + if (yych <= 0xCF) { + if (yych <= 0xCC) { + if (yych <= 0xCA) goto yy808; + goto yy2; + } else { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } else { + if (yych <= 0xD2) { + if (yych <= 0xD1) goto yy807; + goto yy812; + } else { + if (yych <= 0xD3) goto yy807; + if (yych <= 0xD4) goto yy813; + goto yy814; + } + } + } + } else { + if (yych <= 0xDF) { + if (yych <= 0xDA) { + if (yych <= 0xD7) { + if (yych <= 0xD6) goto yy846; + goto yy816; + } else { + if (yych <= 0xD8) goto yy847; + if (yych <= 0xD9) goto yy2233; + goto yy807; + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xDB) goto yy819; + goto yy820; + } else { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy2234; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xE0) goto yy824; + goto yy825; + } else { + if (yych <= 0xE2) goto yy853; + if (yych <= 0xE3) goto yy827; + goto yy2; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xEA) goto yy828; + goto yy2; + } else { + if (yych <= 0xEF) goto yy2235; + if (yych <= 0xF0) goto yy830; + goto yy2; + } + } + } + } +yy1589: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD3) { + if (yych <= 0xC1) { + if (yych <= '@') { + if (yych <= '.') { + if (yych <= '-') goto yy57; + goto yy4074; + } else { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1589; + goto yy57; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy1589; + if (yych <= '^') goto yy57; + goto yy1589; + } else { + if (yych <= '`') goto yy57; + if (yych <= 'z') goto yy1589; + goto yy57; + } + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC3) { + if (yych <= 0xC2) goto yy4083; + goto yy4084; + } else { + if (yych <= 0xC9) goto yy4085; + if (yych <= 0xCA) goto yy4086; + goto yy57; + } + } else { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy4087; + if (yych <= 0xCE) goto yy4088; + goto yy4089; + } else { + if (yych == 0xD2) goto yy4090; + goto yy4085; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD8) { + if (yych <= 0xD5) { + if (yych <= 0xD4) goto yy4091; + goto yy4092; + } else { + if (yych <= 0xD6) goto yy4093; + if (yych <= 0xD7) goto yy4094; + goto yy4095; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD9) goto yy4096; + if (yych <= 0xDA) goto yy4085; + goto yy4097; + } else { + if (yych <= 0xDC) goto yy4098; + if (yych <= 0xDD) goto yy4099; + goto yy4100; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy4101; + goto yy4102; + } else { + if (yych <= 0xE1) goto yy4103; + if (yych <= 0xE2) goto yy4104; + goto yy4105; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy4106; + goto yy57; + } else { + if (yych <= 0xEF) goto yy4107; + if (yych <= 0xF0) goto yy4108; + goto yy57; + } + } + } + } +yy1591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB4) { + if (yych == 0xAA) goto yy1246; + goto yy2; + } else { + if (yych <= 0xB5) goto yy1246; + if (yych == 0xBA) goto yy1246; + goto yy2; + } +yy1592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1246; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy1593: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy1594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1246; + goto yy2; +yy1595: + yych = *++YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy1246; + case 0xBE: goto yy202; + default: goto yy2; + } +yy1596: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy1246; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1246; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy1597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy1598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1246; + if (yych <= 0x89) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy1599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy1600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1246; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy1601: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1246; + if (yych <= 0x88) goto yy2; + goto yy202; + } else { + if (yych <= 0x8A) goto yy200; + if (yych == 0xBE) goto yy200; + goto yy2; + } +yy1602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy1246; + goto yy2; +yy1603: + yych = *++YYCURSOR; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8D) goto yy202; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy1604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x9F) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy1246; + goto yy2; + } else { + if (yych == 0xAA) goto yy2; + goto yy325; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAC) goto yy202; + if (yych <= 0xAD) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy1605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy1246; + } else { + if (yych == 0x95) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xAF) goto yy1246; + if (yych <= 0xB9) goto yy325; + goto yy1246; + } else { + if (yych == 0xBF) goto yy1246; + goto yy2; + } + } +yy1606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1246; + if (yych <= 0x91) goto yy2; + if (yych <= 0xAF) goto yy1246; + goto yy2; +yy1607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy1608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1246; + if (yych == 0xB1) goto yy1246; + goto yy2; +yy1609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + goto yy1246; + } else { + if (yych == 0xB8) goto yy202; + goto yy2; + } +yy1610: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy4109; + case 0xA1: goto yy4110; + case 0xA2: goto yy4111; + case 0xA4: goto yy4112; + case 0xA5: goto yy4113; + case 0xA6: goto yy4114; + case 0xA7: goto yy4115; + case 0xA8: goto yy4116; + case 0xA9: goto yy4117; + case 0xAA: goto yy4118; + case 0xAB: goto yy4119; + case 0xAC: goto yy4120; + case 0xAD: goto yy4121; + case 0xAE: goto yy4122; + case 0xAF: goto yy4123; + case 0xB0: goto yy4124; + case 0xB1: goto yy4125; + case 0xB2: goto yy4126; + case 0xB3: goto yy4127; + case 0xB4: goto yy4128; + case 0xB5: goto yy4129; + case 0xB6: goto yy4130; + case 0xB7: goto yy4131; + case 0xB9: + case 0xBB: goto yy4132; + case 0xBC: goto yy4133; + default: goto yy2; + } +yy1611: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x81: goto yy2862; + case 0x82: goto yy4134; + case 0x83: goto yy4135; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1593; + case 0x89: goto yy4136; + case 0x8A: goto yy4137; + case 0x8B: goto yy4138; + case 0x8C: goto yy4139; + case 0x8D: + case 0xB6: goto yy4140; + case 0x8E: goto yy4141; + case 0x8F: goto yy4142; + case 0x90: goto yy4143; + case 0x99: goto yy4144; + case 0x9A: goto yy4145; + case 0x9B: goto yy4146; + case 0x9C: goto yy4147; + case 0x9D: goto yy4148; + case 0x9F: goto yy4133; + case 0xA0: goto yy4149; + case 0xA1: goto yy4150; + case 0xA2: goto yy4151; + case 0xA3: goto yy4152; + case 0xA4: goto yy4153; + case 0xA5: goto yy4154; + case 0xA7: + case 0xAD: goto yy4132; + case 0xA8: goto yy4155; + case 0xAA: goto yy4156; + case 0xAE: goto yy4157; + case 0xAF: goto yy4158; + case 0xB0: goto yy4159; + case 0xB1: goto yy4160; + case 0xB3: goto yy4161; + case 0xB4: goto yy4162; + case 0xB5: goto yy4163; + case 0xBC: goto yy4164; + case 0xBD: goto yy4165; + case 0xBE: goto yy4166; + case 0xBF: goto yy4167; + default: goto yy2; + } +yy1612: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy4168; + } else { + if (yych <= 0x81) goto yy4169; + if (yych <= 0x83) goto yy2; + goto yy4170; + } + } else { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy4171; + goto yy4172; + } else { + if (yych == 0x88) goto yy2296; + goto yy2; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4173; + goto yy4174; + } else { + if (yych <= 0xB2) goto yy1593; + if (yych <= 0xB3) goto yy4175; + goto yy4176; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy4177; + goto yy4178; + } else { + if (yych <= 0xB7) goto yy4179; + if (yych <= 0xB8) goto yy1030; + goto yy2; + } + } + } +yy1613: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4180; + case 0x82: goto yy4181; + case 0x83: goto yy1033; + case 0x84: goto yy4182; + case 0x86: goto yy4183; + case 0x87: goto yy4184; + case 0x8B: goto yy4185; + case 0x8C: goto yy3921; + case 0x8D: goto yy4186; + default: goto yy2; + } +yy1614: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x93: goto yy4187; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy1593; + case 0x98: goto yy4188; + case 0x99: goto yy4189; + case 0x9A: goto yy4190; + case 0x9B: goto yy4158; + case 0x9C: goto yy4191; + case 0x9D: goto yy1599; + case 0x9E: goto yy4192; + case 0x9F: goto yy4193; + case 0xA0: goto yy4194; + case 0xA1: goto yy4195; + case 0xA2: goto yy4196; + case 0xA3: goto yy4197; + case 0xA4: goto yy4198; + case 0xA5: goto yy4199; + case 0xA7: goto yy4200; + case 0xA8: goto yy4201; + case 0xA9: goto yy4202; + case 0xAB: goto yy4203; + case 0xAC: goto yy4204; + case 0xAD: goto yy4205; + case 0xAF: goto yy4206; + default: goto yy2; + } +yy1615: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy4207; + case 0xAD: goto yy4208; + case 0xAE: goto yy4209; + case 0xAF: goto yy4210; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1593; + case 0xB4: goto yy4211; + case 0xB5: goto yy4212; + case 0xB6: goto yy4213; + case 0xB7: goto yy4214; + case 0xB8: goto yy4215; + case 0xB9: goto yy4216; + case 0xBB: goto yy4217; + case 0xBC: goto yy4218; + case 0xBD: goto yy4219; + case 0xBE: goto yy1074; + default: goto yy2; + } +yy1616: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy4220; + case 0x91: goto yy4221; + case 0x92: goto yy4222; + case 0x93: goto yy4223; + case 0x94: goto yy4224; + case 0x96: goto yy4225; + case 0x9B: goto yy4226; + case 0x9D: goto yy4227; + case 0x9E: goto yy4228; + default: goto yy2; + } +yy1617: + ++YYCURSOR; +yy1618: +#line 181 "scanner.re" + { return IDEOGRAPHIC_CHAR; } +#line 34363 "scanner.c" +yy1619: + yyaccept = 19; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy111; + goto yy1618; + } else { + if (yych <= '+') goto yy111; + if (yych <= '-') goto yy1618; + goto yy111; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy1618; + if (yych <= '9') goto yy111; + goto yy1618; + } else { + if (yych <= '>') goto yy111; + if (yych <= '@') goto yy1618; + if (yych <= 'Z') goto yy111; + goto yy1618; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= '|') { + if (yych == '{') goto yy1618; + goto yy111; + } else { + if (yych == '~') goto yy111; + if (yych <= 0xC1) goto yy1618; + goto yy111; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy111; + goto yy1618; + } else { + if (yych <= 0xF0) goto yy111; + if (yych == 0xF3) goto yy111; + goto yy1618; + } + } + } +yy1620: + yyaccept = 19; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCB) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '\'') { + if (yych == '$') goto yy113; + if (yych <= '&') goto yy1618; + goto yy1564; + } else { + if (yych == '+') goto yy113; + if (yych <= ',') goto yy1618; + goto yy1565; + } + } else { + if (yych <= ':') { + if (yych <= '.') goto yy1566; + if (yych <= '/') goto yy1618; + if (yych <= '9') goto yy950; + goto yy246; + } else { + if (yych <= ';') goto yy1618; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy1618; + goto yy1240; + } + } + } else { + if (yych <= '{') { + if (yych <= '`') { + if (yych <= ']') goto yy1618; + if (yych == '_') goto yy1567; + goto yy113; + } else { + if (yych == 'h') goto yy4229; + if (yych <= 'z') goto yy1240; + goto yy1618; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy1618; + if (yych <= '~') goto yy113; + goto yy1618; + } else { + if (yych <= 0xC3) { + if (yych <= 0xC2) goto yy1569; + goto yy1570; + } else { + if (yych <= 0xC9) goto yy268; + if (yych <= 0xCA) goto yy1571; + goto yy257; + } + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy1572; + if (yych <= 0xCE) goto yy1573; + goto yy1574; + } else { + if (yych == 0xD2) goto yy1575; + if (yych <= 0xD3) goto yy268; + goto yy1576; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy1577; + if (yych <= 0xD6) goto yy1578; + if (yych <= 0xD7) goto yy265; + goto yy266; + } else { + if (yych <= 0xDA) { + if (yych <= 0xD9) goto yy267; + goto yy268; + } else { + if (yych <= 0xDB) goto yy269; + if (yych <= 0xDC) goto yy270; + goto yy271; + } + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDE) goto yy272; + if (yych <= 0xDF) goto yy273; + if (yych <= 0xE0) goto yy274; + goto yy4230; + } else { + if (yych <= 0xE2) goto yy1580; + if (yych <= 0xE3) goto yy277; + if (yych <= 0xE4) goto yy278; + goto yy1618; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xEA) goto yy1581; + if (yych == 0xED) goto yy4231; + goto yy1618; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy1582; + goto yy1583; + } else { + if (yych == 0xF3) goto yy282; + goto yy1618; + } + } + } + } + } +yy1621: + yyaccept = 19; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '\'') { + if (yych == '$') goto yy113; + if (yych <= '&') goto yy1618; + goto yy1564; + } else { + if (yych == '+') goto yy113; + if (yych <= ',') goto yy1618; + goto yy1565; + } + } else { + if (yych <= ':') { + if (yych <= '.') goto yy1566; + if (yych <= '/') goto yy1618; + if (yych <= '9') goto yy950; + goto yy246; + } else { + if (yych <= ';') goto yy1618; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy1618; + goto yy1240; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= ']') goto yy1618; + if (yych == '_') goto yy1567; + goto yy113; + } else { + if (yych <= 'z') goto yy1240; + if (yych == '|') goto yy113; + goto yy1618; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy113; + if (yych <= 0xC1) goto yy1618; + if (yych <= 0xC2) goto yy1569; + goto yy1570; + } else { + if (yych <= 0xC9) goto yy268; + if (yych <= 0xCA) goto yy1571; + if (yych <= 0xCB) goto yy257; + goto yy118; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCD) goto yy1572; + if (yych <= 0xCE) goto yy1573; + if (yych <= 0xCF) goto yy1574; + goto yy268; + } else { + if (yych <= 0xD2) goto yy1575; + if (yych <= 0xD3) goto yy268; + if (yych <= 0xD4) goto yy1576; + goto yy1577; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy1578; + if (yych <= 0xD7) goto yy265; + if (yych <= 0xD8) goto yy266; + goto yy267; + } else { + if (yych <= 0xDA) goto yy268; + if (yych <= 0xDB) goto yy269; + if (yych <= 0xDC) goto yy270; + goto yy271; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDE) goto yy272; + if (yych <= 0xDF) goto yy273; + if (yych <= 0xE0) goto yy274; + goto yy4230; + } else { + if (yych <= 0xE2) goto yy1580; + if (yych <= 0xE3) goto yy277; + if (yych <= 0xE4) goto yy278; + goto yy1618; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xEA) goto yy1581; + if (yych == 0xED) goto yy4231; + goto yy1618; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy1582; + goto yy1583; + } else { + if (yych == 0xF3) goto yy282; + goto yy1618; + } + } + } + } + } +yy1622: + yyaccept = 19; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '\'') { + if (yych == '$') goto yy113; + if (yych <= '&') goto yy1618; + goto yy1564; + } else { + if (yych == '+') goto yy113; + if (yych <= ',') goto yy1618; + goto yy1565; + } + } else { + if (yych <= ':') { + if (yych <= '.') goto yy1566; + if (yych <= '/') goto yy1618; + if (yych <= '9') goto yy950; + goto yy246; + } else { + if (yych <= ';') goto yy1618; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy1618; + goto yy1240; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= ']') goto yy1618; + if (yych == '_') goto yy1567; + goto yy113; + } else { + if (yych <= 'z') goto yy1240; + if (yych == '|') goto yy113; + goto yy1618; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy113; + if (yych <= 0xC1) goto yy1618; + if (yych <= 0xC2) goto yy1569; + goto yy1570; + } else { + if (yych <= 0xC9) goto yy268; + if (yych <= 0xCA) goto yy1571; + if (yych <= 0xCB) goto yy257; + goto yy118; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCD) goto yy1572; + if (yych <= 0xCE) goto yy1573; + if (yych <= 0xCF) goto yy1574; + goto yy268; + } else { + if (yych <= 0xD2) goto yy1575; + if (yych <= 0xD3) goto yy268; + if (yych <= 0xD4) goto yy1576; + goto yy1577; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy1578; + if (yych <= 0xD7) goto yy265; + if (yych <= 0xD8) goto yy266; + goto yy267; + } else { + if (yych <= 0xDA) goto yy268; + if (yych <= 0xDB) goto yy269; + if (yych <= 0xDC) goto yy270; + goto yy271; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDE) goto yy272; + if (yych <= 0xDF) goto yy273; + if (yych <= 0xE0) goto yy274; + goto yy4232; + } else { + if (yych <= 0xE2) goto yy1580; + if (yych <= 0xE3) goto yy277; + if (yych <= 0xE4) goto yy278; + goto yy1618; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xEA) goto yy1581; + if (yych == 0xED) goto yy4233; + goto yy1618; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy1582; + goto yy1583; + } else { + if (yych == 0xF3) goto yy282; + goto yy1618; + } + } + } + } + } +yy1623: + yych = *++YYCURSOR; + goto yy186; +yy1624: + yych = *++YYCURSOR; + goto yy199; +yy1625: + yyaccept = 1; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCE) { + if (yych <= '^') { + if (yych <= '/') { + if (yych <= '*') { + if (yych == '$') goto yy111; + goto yy18; + } else { + if (yych <= '+') goto yy111; + if (yych == '.') goto yy111; + goto yy18; + } + } else { + if (yych <= '>') { + if (yych <= '9') goto yy2813; + if (yych <= ';') goto yy18; + goto yy111; + } else { + if (yych <= '@') goto yy18; + if (yych <= 'Z') goto yy1437; + if (yych <= ']') goto yy18; + goto yy111; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= '_') goto yy2809; + if (yych <= '`') goto yy111; + goto yy1437; + } else { + if (yych == '|') goto yy111; + if (yych <= '}') goto yy18; + goto yy111; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy18; + if (yych <= 0xC2) goto yy288; + if (yych <= 0xC3) goto yy289; + goto yy290; + } else { + if (yych <= 0xCA) goto yy291; + if (yych <= 0xCC) goto yy111; + if (yych <= 0xCD) goto yy292; + goto yy293; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy294; + if (yych <= 0xD1) goto yy290; + goto yy295; + } else { + if (yych <= 0xD3) goto yy290; + if (yych <= 0xD4) goto yy296; + if (yych <= 0xD5) goto yy297; + goto yy298; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy299; + if (yych <= 0xD8) goto yy300; + goto yy301; + } else { + if (yych <= 0xDA) goto yy290; + if (yych <= 0xDB) goto yy302; + if (yych <= 0xDC) goto yy303; + goto yy304; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy305; + if (yych <= 0xDF) goto yy306; + goto yy307; + } else { + if (yych <= 0xE1) goto yy308; + if (yych <= 0xE2) goto yy309; + if (yych <= 0xE3) goto yy310; + goto yy111; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy311; + if (yych <= 0xEE) goto yy18; + goto yy312; + } else { + if (yych <= 0xF0) goto yy313; + if (yych == 0xF3) goto yy111; + goto yy18; + } + } + } + } +yy1626: + yyaccept = 16; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '~') { + if (yych <= ';') { + if (yych <= '+') { + if (yych == '$') goto yy111; + if (yych <= '*') goto yy323; + goto yy111; + } else { + if (yych <= '.') { + if (yych <= '-') goto yy323; + goto yy111; + } else { + if (yych <= '/') goto yy323; + if (yych <= '9') goto yy4234; + goto yy323; + } + } + } else { + if (yych <= ']') { + if (yych <= '>') goto yy111; + if (yych <= '@') goto yy323; + if (yych <= 'Z') goto yy111; + goto yy323; + } else { + if (yych <= '{') { + if (yych <= 'z') goto yy111; + goto yy323; + } else { + if (yych == '}') goto yy323; + goto yy111; + } + } + } + } else { + if (yych <= 0xE1) { + if (yych <= 0xDA) { + if (yych <= 0xC1) goto yy323; + if (yych == 0xD9) goto yy4236; + goto yy111; + } else { + if (yych <= 0xDE) { + if (yych <= 0xDB) goto yy4237; + goto yy111; + } else { + if (yych <= 0xDF) goto yy4238; + if (yych <= 0xE0) goto yy4239; + goto yy4240; + } + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy111; + if (yych == 0xEA) goto yy4241; + goto yy323; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy4242; + goto yy4243; + } else { + if (yych == 0xF3) goto yy111; + goto yy323; + } + } + } + } +yy1627: + yyaccept = 20; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD4) { + if (yych <= 0xC2) { + if (yych <= '^') { + if (yych <= '9') { + if (yych >= '0') goto yy1439; + } else { + if (yych <= '@') goto yy1628; + if (yych <= 'Z') goto yy1439; + } + } else { + if (yych <= '`') { + if (yych <= '_') goto yy1589; + } else { + if (yych <= 'z') goto yy1439; + if (yych >= 0xC2) goto yy3919; + } + } + } else { + if (yych <= 0xCD) { + if (yych <= 0xC9) { + if (yych <= 0xC3) goto yy3920; + goto yy3921; + } else { + if (yych <= 0xCA) goto yy3922; + if (yych >= 0xCD) goto yy3923; + } + } else { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy3924; + if (yych <= 0xCF) goto yy3925; + goto yy3921; + } else { + if (yych <= 0xD2) goto yy3926; + if (yych <= 0xD3) goto yy3921; + goto yy3927; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD9) { + if (yych <= 0xD6) { + if (yych <= 0xD5) goto yy3928; + goto yy3929; + } else { + if (yych <= 0xD7) goto yy3930; + if (yych <= 0xD8) goto yy3931; + goto yy3932; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xDA) goto yy3921; + goto yy3933; + } else { + if (yych <= 0xDC) goto yy3934; + if (yych <= 0xDD) goto yy3935; + goto yy3936; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy3937; + goto yy3938; + } else { + if (yych <= 0xE1) goto yy3939; + if (yych <= 0xE2) goto yy3940; + goto yy4244; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy3942; + } else { + if (yych <= 0xEF) goto yy4245; + if (yych <= 0xF0) goto yy4246; + } + } + } + } +yy1628: +#line 184 "scanner.re" + { return WORD; } +#line 35006 "scanner.c" +yy1629: + yyaccept = 20; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= '^') { + if (yych <= '/') { + if (yych <= '*') { + if (yych == '$') goto yy110; + goto yy1628; + } else { + if (yych <= '+') goto yy110; + if (yych == '.') goto yy112; + goto yy1628; + } + } else { + if (yych <= '>') { + if (yych <= '9') goto yy2813; + if (yych <= ';') goto yy1628; + goto yy110; + } else { + if (yych <= '@') goto yy1628; + if (yych <= 'Z') goto yy1437; + if (yych <= ']') goto yy1628; + goto yy110; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= '_') goto yy2809; + if (yych <= '`') goto yy110; + goto yy1437; + } else { + if (yych == '|') goto yy110; + if (yych <= '}') goto yy1628; + goto yy110; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1628; + if (yych <= 0xC2) goto yy288; + if (yych <= 0xC3) goto yy289; + goto yy290; + } else { + if (yych <= 0xCA) goto yy291; + if (yych <= 0xCB) goto yy120; + if (yych <= 0xCC) goto yy121; + goto yy292; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy293; + if (yych <= 0xCF) goto yy294; + goto yy290; + } else { + if (yych <= 0xD2) goto yy295; + if (yych <= 0xD3) goto yy290; + if (yych <= 0xD4) goto yy296; + goto yy297; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy298; + if (yych <= 0xD7) goto yy299; + if (yych <= 0xD8) goto yy300; + goto yy301; + } else { + if (yych <= 0xDA) goto yy290; + if (yych <= 0xDB) goto yy302; + if (yych <= 0xDC) goto yy303; + goto yy304; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy305; + if (yych <= 0xDF) goto yy306; + goto yy307; + } else { + if (yych <= 0xE1) goto yy308; + if (yych <= 0xE2) goto yy309; + if (yych <= 0xE3) goto yy4247; + goto yy141; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy311; + if (yych <= 0xEE) goto yy1628; + goto yy4248; + } else { + if (yych <= 0xF0) goto yy4249; + if (yych == 0xF3) goto yy145; + goto yy1628; + } + } + } + } +yy1630: + yyaccept = 19; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xE0) { + if (yych == 'h') goto yy4250; + goto yy1618; + } else { + if (yych <= 0xE1) goto yy4251; + if (yych == 0xED) goto yy4231; + goto yy1618; + } +yy1631: + yyaccept = 19; + yych = *(YYMARKER = ++YYCURSOR); + if (yych == 0xE1) goto yy4252; + if (yych == 0xED) goto yy4233; + goto yy1618; +yy1632: + yyaccept = 19; + yych = *(YYMARKER = ++YYCURSOR); + if (yych == 0xE1) goto yy4251; + if (yych == 0xED) goto yy4231; + goto yy1618; +yy1633: + ++YYCURSOR; +#line 211 "scanner.re" + { return INVALID_CHAR; } +#line 35137 "scanner.c" +yy1635: + yych = *++YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy314; + } else { + if (yych <= 0x8C) goto yy28; + if (yych <= 0xA6) goto yy314; + goto yy28; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy28; + goto yy314; + } else { + if (yych <= 0xBE) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } +yy1636: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy314; + goto yy28; + } else { + if (yych <= 0x9D) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1637: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1638: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy28; + goto yy317; + } else { + if (yych <= 0xB6) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy1639: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy317; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy1640: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy17; + } else { + if (yych <= 0x8B) goto yy317; + if (yych <= 0x8C) goto yy17; + goto yy28; + } + } else { + if (yych <= 0x9F) { + if (yych <= 0x9B) goto yy17; + goto yy28; + } else { + if (yych <= 0xA0) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy1641: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy28; + if (yych <= 0xBD) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1642: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy314; + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; +yy1643: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy314; + goto yy28; + } else { + if (yych <= 0xA0) goto yy17; + if (yych <= 0xBB) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1644: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy314; + goto yy317; + } else { + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } +yy1645: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy314; + } else { + if (yych <= 0x81) goto yy317; + if (yych <= 0x89) goto yy314; + goto yy317; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0x8F) goto yy28; + goto yy314; + } else { + if (yych <= 0xBA) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy1646: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy314; + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; +yy1647: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy314; + if (yych <= 0x87) goto yy28; + goto yy314; + } else { + if (yych <= 0x90) goto yy28; + if (yych <= 0x95) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1648: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy319; + if (yych <= 0xBF) goto yy314; + goto yy2; +yy1649: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy314; + goto yy28; + } else { + if (yych <= 0xA9) goto yy325; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1650: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy314; + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; +yy1651: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1652: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1653: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy314; + goto yy28; + } else { + if (yych <= 0xA7) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1654: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy314; + goto yy28; + } else { + if (yych == 0x89) goto yy28; + goto yy314; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy28; + if (yych <= 0xB8) goto yy314; + goto yy28; + } else { + if (yych <= 0xBC) goto yy314; + if (yych <= 0xBE) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } +yy1655: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy314; + if (yych <= 0x97) goto yy28; + goto yy317; + } else { + if (yych <= 0xB6) goto yy314; + if (yych <= 0xB8) goto yy17; + if (yych <= 0xBF) goto yy317; + goto yy2; + } +yy1656: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy314; + goto yy28; + } else { + if (yych <= 0xAF) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1657: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy28; + if (yych <= 0xB2) goto yy314; + goto yy28; + } else { + if (yych <= 0xB5) goto yy314; + if (yych <= 0xBA) goto yy28; + if (yych <= 0xBF) goto yy317; + goto yy2; + } +yy1658: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy314; + goto yy317; + } else { + if (yych <= 0x9F) goto yy28; + if (yych <= 0xB9) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1659: + yych = *++YYCURSOR; + if (yych <= 0xBB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy314; + goto yy28; + } else { + if (yych <= 0xBD) goto yy317; + if (yych <= 0xBF) goto yy314; + goto yy2; + } +yy1660: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy317; + if (yych <= 0x91) goto yy28; + if (yych <= 0xBF) goto yy317; + goto yy2; +yy1661: + yych = *++YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy314; + if (yych <= 0x83) goto yy17; + goto yy28; + } else { + if (yych <= 0x86) goto yy17; + if (yych <= 0x8B) goto yy28; + if (yych <= 0x8F) goto yy17; + goto yy314; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy28; + if (yych == 0x98) goto yy28; + goto yy314; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy28; + goto yy17; + } else { + if (yych <= 0xBE) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } + } +yy1662: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy317; + goto yy28; + } else { + if (yych <= 0xBC) goto yy314; + if (yych <= 0xBE) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1663: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy314; + if (yych <= 0x9F) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1664: + yych = *++YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x88) goto yy17; + goto yy314; + } else { + if (yych <= 0xAA) { + if (yych <= 0xA6) goto yy17; + goto yy28; + } else { + if (yych <= 0xAF) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy1665: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy314; + if (yych <= 0x97) goto yy28; + goto yy317; + } else { + if (yych <= 0xB2) goto yy314; + if (yych <= 0xB7) goto yy28; + if (yych <= 0xBF) goto yy317; + goto yy2; + } +yy1666: + yych = *++YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy314; + goto yy28; + } else { + if (yych <= 0xAF) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1667: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1668: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy319; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1669: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy319; + if (yych <= 0xB9) goto yy28; + if (yych <= 0xBF) goto yy317; + goto yy2; +yy1670: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBE) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1671: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy17; + if (yych <= 0xB7) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy1672: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy17; + if (yych <= 0x91) goto yy28; + goto yy317; + } else { + if (yych <= 0xAF) goto yy325; + if (yych <= 0xBE) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy1673: + yych = *++YYCURSOR; + if (yych <= 0xBA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy17; + if (yych <= 0xAF) goto yy314; + goto yy17; + } else { + if (yych == 0xBD) goto yy5; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1674: + yych = *++YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy28; + goto yy314; + } else { + if (yych <= 0xAF) goto yy28; + if (yych <= 0xB9) goto yy325; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1675: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy17; + goto yy314; + } else { + if (yych <= 0xB4) goto yy17; + if (yych <= 0xB5) goto yy28; + if (yych <= 0xBF) goto yy325; + goto yy2; + } +yy1676: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy28; + if (yych <= 0xB2) goto yy314; + goto yy17; + } else { + if (yych == 0xB6) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1677: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy17; + if (yych <= 0xB2) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy1678: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy17; + goto yy314; + } else { + if (yych <= 0x89) goto yy28; + if (yych <= 0x8C) goto yy17; + if (yych <= 0x8F) goto yy28; + goto yy325; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9B) goto yy28; + goto yy314; + } else { + if (yych <= 0xA0) goto yy28; + if (yych <= 0xB4) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy1679: + yych = *++YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy314; + goto yy28; + } else { + if (yych <= 0xAB) goto yy314; + if (yych <= 0xB7) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1680: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy314; + goto yy28; + } else { + if (yych == 0x89) goto yy28; + goto yy314; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy28; + if (yych <= 0x9D) goto yy314; + goto yy28; + } else { + if (yych <= 0xA8) goto yy314; + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } +yy1681: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy314; + goto yy17; + } else { + if (yych <= 0xAF) goto yy28; + if (yych <= 0xB9) goto yy325; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1682: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy17; + if (yych <= 0x84) goto yy28; + goto yy314; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy28; + goto yy314; + } else { + if (yych <= 0x92) goto yy28; + if (yych <= 0xA8) goto yy314; + goto yy28; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy314; + goto yy28; + } else { + if (yych == 0xB4) goto yy28; + goto yy314; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy28; + goto yy17; + } else { + if (yych <= 0xBD) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } + } +yy1683: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy17; + if (yych <= 0x86) goto yy28; + goto yy17; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy28; + goto yy17; + } else { + if (yych == 0x90) goto yy314; + goto yy28; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9C) { + if (yych <= 0x97) goto yy17; + goto yy28; + } else { + if (yych <= 0xA1) goto yy314; + if (yych <= 0xA3) goto yy17; + goto yy28; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAC) goto yy17; + goto yy28; + } else { + if (yych <= 0xB4) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } + } +yy1684: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy314; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy1685: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy17; + if (yych <= 0x85) goto yy314; + goto yy28; + } else { + if (yych <= 0x8F) { + if (yych <= 0x87) goto yy314; + goto yy28; + } else { + if (yych <= 0x99) goto yy325; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy1686: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy314; + goto yy17; + } else { + if (yych <= 0xB7) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy1687: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy17; + goto yy28; + } else { + if (yych <= 0x9B) goto yy314; + if (yych <= 0x9D) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1688: + yych = *++YYCURSOR; + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy17; + if (yych <= 0x83) goto yy28; + goto yy314; + } else { + if (yych <= 0x8F) goto yy28; + if (yych <= 0x99) goto yy325; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1689: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy314; + if (yych <= 0xB7) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1690: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1691: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy28; + if (yych <= 0xAB) goto yy17; + goto yy28; + } else { + if (yych <= 0xBB) { + if (yych <= 0xB9) goto yy325; + goto yy317; + } else { + if (yych <= 0xBE) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } + } +yy1692: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; +yy1693: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy319; + goto yy325; + } else { + if (yych <= 0xB2) goto yy317; + if (yych <= 0xBE) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } +yy1694: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1695: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1696: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy317; + goto yy2; +yy1697: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1698: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1699: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1700: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1701: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy314; + goto yy28; + } else { + if (yych <= 0xA9) goto yy325; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1702: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy28; + goto yy314; + } else { + if (yych <= 0xAF) goto yy28; + if (yych <= 0xB4) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1703: + yych = *++YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy314; + goto yy17; + } else { + if (yych <= 0xBB) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy1704: + yych = *++YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy28; + goto yy17; + } else { + if (yych <= 0x8F) goto yy28; + if (yych <= 0x99) goto yy325; + goto yy28; + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA1) goto yy317; + if (yych <= 0xA2) goto yy28; + goto yy314; + } else { + if (yych <= 0xBC) goto yy28; + if (yych <= 0xBF) goto yy314; + goto yy2; + } + } +yy1705: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1706: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy314; + goto yy28; + } else { + if (yych <= 0x90) goto yy314; + if (yych <= 0xBE) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1707: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy28; + if (yych <= 0x92) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1708: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1627; + if (yych <= 0x81) goto yy1617; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1709: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy314; + goto yy28; + } else { + if (yych <= 0xBC) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1710: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy314; + } else { + if (yych <= 0x8F) goto yy28; + if (yych <= 0x99) goto yy314; + goto yy28; + } + } else { + if (yych <= 0x9F) { + if (yych <= 0x9E) goto yy17; + goto yy28; + } else { + if (yych <= 0xA3) goto yy5; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy1711: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1712: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy17; + if (yych <= 0xA8) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy1713: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy17; + if (yych <= 0xBA) goto yy5; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy1714: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1715: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1716: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy17; + goto yy28; + } else { + if (yych <= 0xB1) goto yy317; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1717: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; +yy1718: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy28; + goto yy319; + } else { + if (yych == 0xA2) goto yy319; + if (yych <= 0xA4) goto yy28; + goto yy319; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy28; + if (yych == 0xAD) goto yy28; + goto yy319; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy28; + goto yy319; + } else { + if (yych <= 0xBC) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; + } + } + } +yy1719: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; +yy1720: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy319; + goto yy28; + } else { + if (yych <= 0x8A) goto yy319; + if (yych <= 0x8C) goto yy28; + if (yych <= 0x94) goto yy319; + goto yy28; + } + } else { + if (yych <= 0xB9) { + if (yych == 0x9D) goto yy28; + goto yy319; + } else { + if (yych <= 0xBA) goto yy28; + if (yych <= 0xBE) goto yy319; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy1721: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy28; + goto yy319; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy28; + goto yy319; + } else { + if (yych <= 0x91) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; + } + } +yy1722: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy319; + if (yych <= 0xA7) goto yy28; + if (yych <= 0xBF) goto yy319; + goto yy2; +yy1723: + yych = *++YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy17; + goto yy319; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy17; + goto yy319; + } else { + if (yych <= 0xBB) goto yy17; + if (yych <= 0xBF) goto yy319; + goto yy2; + } + } +yy1724: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy319; + goto yy17; + } else { + if (yych == 0xB5) goto yy17; + if (yych <= 0xBF) goto yy319; + goto yy2; + } +yy1725: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy319; + goto yy17; + } else { + if (yych == 0xAF) goto yy17; + if (yych <= 0xBF) goto yy319; + goto yy2; + } +yy1726: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy319; + goto yy17; + } else { + if (yych == 0xA9) goto yy17; + if (yych <= 0xBF) goto yy319; + goto yy2; + } +yy1727: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy319; + goto yy17; + } else { + if (yych <= 0x8B) goto yy319; + if (yych <= 0x8D) goto yy28; + if (yych <= 0xBF) goto yy325; + goto yy2; + } +yy1728: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy17; + if (yych <= 0x9A) goto yy28; + goto yy17; + } else { + if (yych <= 0xA0) goto yy28; + if (yych <= 0xAF) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1729: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy314; + goto yy28; + } else { + if (yych <= 0x8F) goto yy317; + if (yych <= 0x96) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1730: + yych = *++YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0xA0) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + goto yy314; + } else { + if (yych <= 0x84) goto yy28; + if (yych <= 0x9F) goto yy314; + goto yy28; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0xA2) goto yy314; + goto yy28; + } else { + if (yych <= 0xA4) goto yy314; + if (yych <= 0xA6) goto yy28; + goto yy314; + } + } + } else { + if (yych <= 0xB8) { + if (yych <= 0xB2) { + if (yych <= 0xA8) goto yy28; + goto yy314; + } else { + if (yych <= 0xB3) goto yy28; + if (yych <= 0xB7) goto yy314; + goto yy28; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0xB9) goto yy314; + goto yy28; + } else { + if (yych <= 0xBB) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } + } +yy1731: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x8A: + case 0x8C: + case 0x90: + case 0x93: + case 0x95: + case 0x96: + case 0x98: + case 0x9A: + case 0x9C: + case 0x9E: + case 0xA0: + case 0xA3: + case 0xA5: + case 0xA6: + case 0xAB: + case 0xB3: + case 0xB8: + case 0xBD: + case 0xBF: goto yy28; + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy314; + default: goto yy2; + } +yy1732: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy314; + goto yy28; + } else { + if (yych <= 0x9B) goto yy314; + if (yych <= 0xA0) goto yy28; + goto yy314; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0xA4) goto yy28; + if (yych <= 0xA9) goto yy314; + goto yy28; + } else { + if (yych <= 0xBB) goto yy314; + if (yych <= 0xBF) goto yy28; + goto yy2; + } + } +yy1733: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy28; + if (yych <= 0xB1) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1734: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy17; + if (yych <= 0xAF) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy1735: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy17; + goto yy28; + } else { + if (yych <= 0xAE) goto yy17; + if (yych <= 0xB0) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy1736: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy28; + goto yy17; + } else { + if (yych <= 0x90) goto yy28; + if (yych <= 0xB5) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1737: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy317; + goto yy28; + } else { + if (yych == 0xAF) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy1738: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1739: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy1740: + yych = *++YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1619; + goto yy17; + } else { + if (yych <= 0x8F) goto yy28; + if (yych <= 0xBA) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1741: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy17; + goto yy28; + } else { + if (yych <= 0x91) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1742: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBA) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy1743: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA4) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy1744: + yych = *++YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy17; + if (yych <= 0x9F) goto yy28; + goto yy17; + } else { + if (yych <= 0xAF) goto yy28; + if (yych <= 0xB3) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1745: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1746: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1747: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy17; + if (yych <= 0x8F) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; +yy1748: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy17; + goto yy28; + } else { + if (yych <= 0x99) goto yy17; + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy17; + goto yy2; + } +yy1749: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy17; + goto yy28; + } else { + if (yych <= 0xAD) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; + } +yy1750: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy28; + if (yych <= 0x98) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1751: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1752: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1753: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1617; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1754: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy1617; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1755: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1617; + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy1617; + goto yy2; +yy1756: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA1) goto yy1617; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1757: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1617; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1758: + yych = *++YYCURSOR; + if (yych <= 0x81) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy28; + goto yy5; + } else { + if (yych <= 0x9F) goto yy28; + if (yych <= 0xBF) goto yy5; + goto yy2; + } +yy1759: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy5; + goto yy2; +yy1760: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy17; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1761: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBD) goto yy5; + if (yych <= 0xBF) goto yy28; + goto yy2; +yy1762: + ++YYCURSOR; + yych = *YYCURSOR; +yy1763: + if (yych <= 0xCE) { + if (yych <= '`') { + if (yych <= '/') { + if (yych <= '*') { + if (yych == '$') goto yy1762; + goto yy2; + } else { + if (yych <= '+') goto yy1762; + if (yych == '.') goto yy3054; + goto yy2; + } + } else { + if (yych <= '>') { + if (yych <= '9') goto yy1762; + if (yych <= ';') goto yy2; + goto yy1762; + } else { + if (yych <= '@') goto yy2; + if (yych <= 'Z') goto yy1764; + if (yych <= ']') goto yy2; + goto yy1762; + } + } + } else { + if (yych <= 0xC2) { + if (yych <= '|') { + if (yych <= 'z') goto yy1764; + if (yych <= '{') goto yy2; + goto yy1762; + } else { + if (yych == '~') goto yy1762; + if (yych <= 0xC1) goto yy2; + goto yy1767; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC3) goto yy1768; + if (yych <= 0xC9) goto yy1769; + goto yy1770; + } else { + if (yych <= 0xCB) goto yy1771; + if (yych <= 0xCC) goto yy1772; + if (yych <= 0xCD) goto yy1773; + goto yy1774; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy1775; + if (yych <= 0xD1) goto yy1769; + goto yy1776; + } else { + if (yych <= 0xD3) goto yy1769; + if (yych <= 0xD4) goto yy1777; + if (yych <= 0xD5) goto yy1778; + goto yy1779; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy1780; + if (yych <= 0xD8) goto yy1781; + goto yy1782; + } else { + if (yych <= 0xDA) goto yy1769; + if (yych <= 0xDB) goto yy1783; + if (yych <= 0xDC) goto yy1784; + goto yy1785; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1786; + if (yych <= 0xDF) goto yy1787; + goto yy1788; + } else { + if (yych <= 0xE1) goto yy1789; + if (yych <= 0xE2) goto yy1790; + if (yych <= 0xE3) goto yy1791; + goto yy1792; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1793; + if (yych <= 0xEE) goto yy2; + goto yy1794; + } else { + if (yych <= 0xF0) goto yy1795; + if (yych == 0xF3) goto yy1796; + goto yy2; + } + } + } + } +yy1764: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '*') { + if (yych == '$') goto yy1764; + } else { + if (yych <= '+') goto yy1764; + if (yych >= '-') goto yy535; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy3054; + if (yych >= '0') goto yy1764; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy1764; + if (yych >= 'A') goto yy1764; + } + } + } else { + if (yych <= '~') { + if (yych <= '{') { + if (yych <= ']') goto yy1766; + if (yych <= 'z') goto yy1764; + } else { + if (yych != '}') goto yy1764; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy4253; + goto yy1769; + } else { + if (yych <= 0xCA) goto yy1770; + if (yych <= 0xCB) goto yy4254; + if (yych <= 0xCC) goto yy1769; + goto yy4255; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xCE) goto yy4256; + if (yych <= 0xD3) goto yy1769; + goto yy1777; + } else { + if (yych <= 0xD5) goto yy1778; + if (yych <= 0xD6) goto yy4257; + goto yy4258; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy4259; + if (yych <= 0xD9) goto yy4260; + goto yy1769; + } else { + if (yych <= 0xDB) goto yy4261; + if (yych <= 0xDC) goto yy4262; + if (yych <= 0xDD) goto yy4263; + goto yy4264; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy4265; + if (yych <= 0xE0) goto yy4266; + goto yy4267; + } else { + if (yych <= 0xE2) goto yy4268; + if (yych <= 0xE3) goto yy4269; + if (yych <= 0xE4) goto yy4270; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy4271; + if (yych >= 0xEF) goto yy4272; + } else { + if (yych <= 0xF0) goto yy4273; + if (yych == 0xF3) goto yy4274; + } + } + } + } +yy1766: +#line 174 "scanner.re" + { return ABBREVIATION; } +#line 36809 "scanner.c" +yy1767: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1762; + case 0xAA: + case 0xB5: + case 0xBA: goto yy1764; + default: goto yy2; + } +yy1768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy1762; + } else { + if (yych == 0xB7) goto yy1762; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy1769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy1770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1764; + goto yy2; +yy1771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + goto yy1762; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x9F) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych == 0xAC) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy1772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy1773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0xB3) goto yy1764; + if (yych <= 0xB4) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy1764; + if (yych <= 0xBA) goto yy2; + goto yy1764; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } +yy1774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1762; + goto yy1764; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1764; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy1775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1762; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy1776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0x89) goto yy1762; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy1777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy1778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1764; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy1779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1764; + if (yych <= 0x8C) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy1762; + } else { + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } +yy1780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1762; + if (yych <= 0x8F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy1764; + goto yy2; + } + } +yy1781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1762; + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy1782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy1764; + if (yych <= 0x9F) goto yy1762; + goto yy2; + } else { + if (yych == 0xB0) goto yy1762; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy1783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1764; + goto yy2; + } else { + if (yych <= 0x95) goto yy1764; + if (yych == 0x9D) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1762; + if (yych <= 0xAF) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1764; + if (yych <= 0xBE) goto yy1762; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy1784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy1785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1762; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy1786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1764; + if (yych <= 0xB0) goto yy1762; + if (yych <= 0xB1) goto yy1764; + goto yy2; +yy1787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy1764; + goto yy1762; + } else { + if (yych == 0xB6) goto yy1762; + goto yy2; + } +yy1788: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy4275; + case 0xA1: goto yy4276; + case 0xA2: goto yy4277; + case 0xA3: goto yy4278; + case 0xA4: goto yy4279; + case 0xA5: goto yy4280; + case 0xA6: goto yy4281; + case 0xA7: goto yy4282; + case 0xA8: goto yy4283; + case 0xA9: goto yy4284; + case 0xAA: goto yy4285; + case 0xAB: goto yy4286; + case 0xAC: goto yy4287; + case 0xAD: goto yy4288; + case 0xAE: goto yy4289; + case 0xAF: goto yy4290; + case 0xB0: goto yy4291; + case 0xB1: goto yy4292; + case 0xB2: goto yy4293; + case 0xB3: goto yy4294; + case 0xB4: goto yy4295; + case 0xB5: goto yy4296; + case 0xB6: goto yy4297; + case 0xB7: goto yy4298; + case 0xB8: goto yy4299; + case 0xB9: goto yy4300; + case 0xBA: goto yy4301; + case 0xBB: goto yy4302; + case 0xBC: goto yy4303; + case 0xBD: goto yy4304; + case 0xBE: goto yy4305; + case 0xBF: goto yy4306; + default: goto yy2; + } +yy1789: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4307; + case 0x81: goto yy4308; + case 0x82: goto yy4309; + case 0x83: goto yy4310; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1769; + case 0x89: goto yy4311; + case 0x8A: goto yy4312; + case 0x8B: goto yy4313; + case 0x8C: goto yy4314; + case 0x8D: goto yy4315; + case 0x8E: goto yy4316; + case 0x8F: goto yy4317; + case 0x90: goto yy4318; + case 0x99: goto yy4319; + case 0x9A: goto yy4320; + case 0x9B: goto yy4321; + case 0x9C: goto yy4322; + case 0x9D: goto yy4323; + case 0x9E: goto yy4324; + case 0x9F: goto yy4325; + case 0xA0: goto yy4326; + case 0xA1: goto yy4327; + case 0xA2: goto yy4328; + case 0xA3: goto yy4329; + case 0xA4: goto yy4330; + case 0xA5: goto yy4331; + case 0xA7: goto yy4332; + case 0xA8: goto yy4333; + case 0xA9: goto yy4334; + case 0xAA: goto yy4335; + case 0xAC: goto yy4336; + case 0xAD: goto yy4337; + case 0xAE: goto yy4338; + case 0xAF: goto yy4339; + case 0xB0: goto yy4340; + case 0xB1: goto yy4341; + case 0xB3: goto yy4342; + case 0xB4: goto yy4343; + case 0xB5: goto yy4344; + case 0xB6: goto yy4345; + case 0xB7: goto yy4346; + case 0xBC: goto yy4347; + case 0xBD: goto yy4348; + case 0xBE: goto yy4349; + case 0xBF: goto yy4350; + default: goto yy2; + } +yy1790: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4351; + case 0x81: goto yy4352; + case 0x82: goto yy4353; + case 0x83: goto yy4354; + case 0x84: goto yy4355; + case 0x85: goto yy4356; + case 0x86: goto yy4357; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1772; + case 0x8C: goto yy4358; + case 0x8F: goto yy4359; + case 0x90: goto yy4360; + case 0x91: goto yy4361; + case 0x92: goto yy4362; + case 0x93: goto yy4363; + case 0x9D: goto yy4364; + case 0x9E: goto yy4365; + case 0x9F: goto yy4366; + case 0xA6: goto yy4367; + case 0xA7: goto yy4368; + case 0xAD: goto yy4369; + case 0xAE: goto yy4370; + case 0xAF: goto yy4371; + case 0xB0: goto yy4372; + case 0xB1: goto yy4373; + case 0xB2: goto yy1769; + case 0xB3: goto yy4374; + case 0xB4: goto yy4375; + case 0xB5: goto yy4376; + case 0xB6: goto yy4377; + case 0xB7: goto yy4378; + case 0xBA: goto yy4379; + case 0xBB: goto yy4380; + case 0xBF: goto yy4381; + default: goto yy2; + } +yy1791: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4382; + case 0x82: goto yy4383; + case 0x84: goto yy4384; + case 0x86: goto yy4385; + case 0x87: goto yy4386; + case 0x88: goto yy4387; + case 0x89: goto yy4388; + case 0x8A: goto yy4389; + case 0x8B: goto yy4390; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1772; + default: goto yy2; + } +yy1792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1772; + goto yy2; +yy1793: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4391; + case 0x93: goto yy4392; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy1769; + case 0x98: goto yy4393; + case 0x99: goto yy4394; + case 0x9A: goto yy4395; + case 0x9B: goto yy4396; + case 0x9C: goto yy4397; + case 0x9D: goto yy1777; + case 0x9E: goto yy4398; + case 0x9F: goto yy4399; + case 0xA0: goto yy4400; + case 0xA1: goto yy4401; + case 0xA2: goto yy4402; + case 0xA3: goto yy4403; + case 0xA4: goto yy4404; + case 0xA5: goto yy4405; + case 0xA6: goto yy4406; + case 0xA7: goto yy4407; + case 0xA8: goto yy4408; + case 0xA9: goto yy4409; + case 0xAA: goto yy4410; + case 0xAB: goto yy4411; + case 0xAC: goto yy4412; + case 0xAD: goto yy4413; + case 0xAF: goto yy4414; + default: goto yy2; + } +yy1794: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy4415; + case 0xAD: goto yy4416; + case 0xAE: goto yy4417; + case 0xAF: goto yy4418; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1769; + case 0xB4: goto yy4419; + case 0xB5: goto yy4262; + case 0xB6: goto yy4420; + case 0xB7: goto yy4421; + case 0xB8: goto yy4422; + case 0xB9: goto yy4423; + case 0xBB: goto yy4424; + case 0xBC: goto yy4425; + case 0xBD: goto yy4426; + case 0xBF: goto yy4427; + default: goto yy2; + } +yy1795: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy4428; + case 0x91: goto yy4429; + case 0x92: goto yy4430; + case 0x93: goto yy4431; + case 0x94: goto yy4432; + case 0x96: goto yy4433; + case 0x9B: goto yy4434; + case 0x9D: goto yy4435; + case 0x9E: goto yy4436; + case 0x9F: goto yy4437; + default: goto yy2; + } +yy1796: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy4438; + goto yy2; +yy1797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + goto yy533; + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy533; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy533; + goto yy2; + } + } +yy1798: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy1799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; +yy1800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy533; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy533; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy533; + if (yych <= 0x92) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy533; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy533; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy1803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8E) goto yy533; + if (yych <= 0x96) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy533; + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy2; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } + } + } +yy1804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy533; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy533; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy533; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy533; + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy1805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych <= 0x88) goto yy533; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x91) goto yy533; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy533; + goto yy2; + } else { + if (yych <= 0x9E) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB5) goto yy533; + goto yy2; + } + } +yy1806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy533; + } else { + if (yych <= 0x8E) goto yy2; + if (yych == 0x92) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy533; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy533; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy1807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } else { + if (yych == 0x8A) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x90) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB1) goto yy533; + if (yych == 0xB9) goto yy533; + goto yy2; + } + } +yy1808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy533; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy533; + if (yych <= 0x92) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy533; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy533; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy1809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x88) goto yy533; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x97) goto yy533; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy533; + goto yy2; + } else { + if (yych <= 0xA3) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy533; + goto yy2; + } + } +yy1810: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBE: + case 0xBF: goto yy533; + default: goto yy2; + } +yy1811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy533; + goto yy2; + } else { + if (yych <= 0x97) goto yy533; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; + } + } +yy1812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xA8) goto yy533; + goto yy2; + } else { + if (yych <= 0xB9) goto yy533; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9A) goto yy533; + goto yy2; + } else { + if (yych <= 0xA3) goto yy533; + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy1814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB9) goto yy533; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych <= 0x96) goto yy533; + if (yych == 0x9E) goto yy533; + goto yy2; + } else { + if (yych <= 0xA3) goto yy533; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy533; + goto yy2; + } + } +yy1816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych == 0x91) goto yy2; + goto yy533; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy533; + goto yy2; + } else { + if (yych <= 0xA3) goto yy533; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy533; + } else { + if (yych == 0xBD) goto yy533; + goto yy2; + } + } +yy1819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + goto yy2; + } else { + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8E) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy533; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy1820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy533; + goto yy2; + } else { + if (yych <= 0xBA) goto yy533; + if (yych == 0xBF) goto yy533; + goto yy2; + } +yy1821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy533; + goto yy2; +yy1822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy533; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBC) goto yy533; + goto yy2; + } +yy1823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; +yy1824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych == 0x93) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xB3) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x87) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0x98) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy533; + goto yy2; + } else { + if (yych <= 0x8F) goto yy533; + if (yych <= 0x94) goto yy2; + if (yych <= 0x98) goto yy533; + goto yy2; + } +yy1828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBE) goto yy533; + goto yy2; +yy1829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x99) { + if (yych <= 0x95) goto yy2; + goto yy533; + } else { + if (yych <= 0x9D) goto yy2; + if (yych <= 0xA0) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0xA4) goto yy533; + if (yych <= 0xA6) goto yy2; + goto yy533; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy1830: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } else { + if (yych <= 0x8F) goto yy533; + if (yych <= 0x99) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy1831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych == 0x87) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy533; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy533; + goto yy2; + } else { + if (yych <= 0x8D) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy533; + goto yy2; + } else { + if (yych <= 0x9D) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1833: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy533; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy533; + goto yy2; + } + } +yy1834: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy533; + if (yych <= 0x81) goto yy2; + goto yy533; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy533; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1835: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy533; + goto yy2; + } else { + if (yych <= 0x95) goto yy533; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy1836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy533; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; +yy1837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy533; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; +yy1839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy533; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy533; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy533; + goto yy2; +yy1843: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy533; + goto yy2; + } else { + if (yych <= 0x94) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } +yy1844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy533; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy1845: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy533; + goto yy2; + } else { + if (yych == 0x9C) goto yy2; + if (yych <= 0x9D) goto yy533; + goto yy2; + } +yy1847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy1849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy533; + goto yy2; +yy1851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } else { + if (yych <= 0xAB) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } +yy1852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy533; + goto yy2; +yy1853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1854: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } else { + if (yych <= 0xBC) goto yy533; + if (yych == 0xBF) goto yy533; + goto yy2; + } +yy1855: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy533; + goto yy2; +yy1856: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1857: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy533; + goto yy2; +yy1858: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy533; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1859: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; +yy1860: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy1861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy1862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy533; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } +yy1863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy533; + goto yy2; +yy1864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1865: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy533; + goto yy2; +yy1866: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy533; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1867: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy533; + goto yy2; + } else { + if (yych <= 0x9D) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy1868: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } else { + if (yych <= 0x8D) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy533; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } + } +yy1869: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1870: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x93) goto yy533; + if (yych <= 0x95) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAF) goto yy533; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBE) goto yy533; + goto yy2; + } + } +yy1871: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBF) goto yy533; + goto yy2; +yy1872: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych == 0x84) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy533; + goto yy2; + } + } +yy1873: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0x8C) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBE) goto yy533; + goto yy2; +yy1874: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB0) goto yy533; + goto yy2; +yy1875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy2; +yy1876: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x8B) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy1877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy533; + goto yy2; + } else { + if (yych <= 0xA8) goto yy533; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy1878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; +yy1879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy533; + goto yy2; +yy1880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy533; + goto yy2; +yy1881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy533; + goto yy2; +yy1883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy533; + goto yy2; +yy1884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1885: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0xA5) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy1886: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0x98) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy533; + goto yy2; + } else { + if (yych <= 0xBB) goto yy533; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy1888: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy533; + goto yy2; + } else { + if (yych <= 0xB9) goto yy533; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy1890: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy533; + goto yy2; + } else { + if (yych <= 0x91) goto yy533; + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAF) goto yy533; + goto yy2; + } +yy1891: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1892: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } else { + if (yych <= 0xBB) goto yy533; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy1893: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy533; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy533; + if (yych == 0xBF) goto yy533; + goto yy2; +yy1895: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy533; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy533; + goto yy2; + } + } +yy1896: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1897: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; +yy1899: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x93) goto yy533; + if (yych == 0xA0) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1900: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy533; + goto yy2; +yy1901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy533; + goto yy2; +yy1902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy533; + if (yych <= 0x95) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; +yy1903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy533; + goto yy2; +yy1904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy533; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1905: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy533; + goto yy2; + } else { + if (yych <= 0x90) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy1906: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB0) goto yy533; + goto yy2; +yy1907: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy533; + goto yy2; +yy1908: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy1909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy533; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy533; + goto yy2; + } +yy1910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; +yy1911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy533; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy533; + goto yy2; +yy1913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy533; + goto yy2; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; + } +yy1915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy533; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; +yy1917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy533; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy533; + } else { + if (yych == 0xBD) goto yy533; + goto yy2; + } + } +yy1918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy533; + goto yy2; +yy1920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy533; + if (yych == 0xA5) goto yy533; + goto yy2; +yy1922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy533; + goto yy2; +yy1923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy1924: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB7: + case 0xB8: + case 0xBE: + case 0xBF: goto yy533; + default: goto yy2; + } +yy1925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x81) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy533; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy533; + goto yy2; + } + } +yy1926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy533; + goto yy2; + } else { + if (yych <= 0x8E) goto yy533; + if (yych <= 0x90) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy533; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy533; + goto yy2; + } else { + if (yych <= 0xA5) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy1928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAB) goto yy2; + if (yych <= 0xAD) goto yy533; + goto yy2; +yy1929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0x97) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0xB7) goto yy2; + goto yy533; + } else { + if (yych == 0xBE) goto yy533; + goto yy2; + } + } +yy1930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy1931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; +yy1933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy533; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy1934: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; +yy1935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy533; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } +yy1936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy533; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy533; + goto yy2; +yy1938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy533; + } else { + if (yych == 0x8B) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy533; + if (yych <= 0xA0) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy1939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy533; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy1940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy533; + goto yy2; + } else { + if (yych <= 0xAE) goto yy533; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy1941: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4439; + case 0x81: goto yy4440; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy537; + case 0x83: goto yy1878; + case 0x84: goto yy4441; + case 0x85: goto yy4442; + case 0x86: goto yy4443; + case 0x87: goto yy4444; + case 0x8A: goto yy4445; + case 0x8B: goto yy4446; + case 0x8C: goto yy4447; + case 0x8D: goto yy4448; + case 0x8E: goto yy4449; + case 0x8F: goto yy4450; + case 0x92: goto yy4451; + case 0x94: goto yy4452; + case 0x95: goto yy1903; + case 0x9C: goto yy1922; + case 0x9D: goto yy4453; + case 0xA0: goto yy4454; + case 0xA1: goto yy4455; + case 0xA2: goto yy4456; + case 0xA3: goto yy4457; + case 0xA4: goto yy4458; + case 0xA6: goto yy4459; + case 0xA8: goto yy4460; + case 0xA9: goto yy4461; + case 0xAA: goto yy4462; + case 0xAB: goto yy1879; + case 0xAC: goto yy1850; + case 0xAD: goto yy4463; + case 0xAE: goto yy4464; + case 0xB1: goto yy4465; + case 0xB2: + case 0xB3: goto yy4466; + default: goto yy2; + } +yy1942: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x86: + case 0x92: + case 0x98: goto yy537; + case 0x81: goto yy4467; + case 0x82: goto yy1878; + case 0x83: goto yy4468; + case 0x84: goto yy4469; + case 0x85: goto yy4470; + case 0x87: goto yy4471; + case 0x88: goto yy4472; + case 0x8A: goto yy4473; + case 0x8B: goto yy4474; + case 0x8C: goto yy4475; + case 0x8D: goto yy4476; + case 0x93: goto yy4477; + case 0x96: goto yy4478; + case 0x97: goto yy4479; + case 0x99: goto yy4480; + case 0x9A: goto yy1860; + case 0x9C: goto yy4481; + case 0xA2: goto yy4482; + case 0xA3: goto yy4483; + case 0xAB: goto yy4484; + default: goto yy2; + } +yy1943: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy537; + goto yy4485; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy537; + if (yych <= 0x95) goto yy4486; + goto yy2; + } +yy1944: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy537; + if (yych <= 0x90) goto yy4487; + goto yy2; +yy1945: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy537; + if (yych <= 0x99) goto yy4488; + goto yy2; +yy1946: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy537; + case 0xA8: goto yy4484; + case 0xA9: goto yy4456; + case 0xAB: goto yy4489; + case 0xAC: goto yy4490; + case 0xAD: goto yy4491; + case 0xAE: goto yy1875; + case 0xBD: goto yy4492; + case 0xBE: goto yy4493; + default: goto yy2; + } +yy1947: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy537; + if (yych <= 0xB1) goto yy4494; + if (yych <= 0xB2) goto yy4495; + goto yy2; +yy1948: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9B: + case 0x9C: + case 0x9D: + case 0x9E: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy537; + case 0x83: goto yy1850; + case 0x84: goto yy4496; + case 0x85: goto yy4497; + case 0x87: goto yy4498; + case 0x89: goto yy4499; + case 0x8D: goto yy4500; + case 0x91: goto yy4501; + case 0x92: goto yy4502; + case 0x93: goto yy4503; + case 0x94: goto yy4504; + case 0x95: goto yy4505; + case 0x9A: goto yy4506; + case 0x9F: goto yy4507; + case 0xAA: goto yy4508; + default: goto yy2; + } +yy1949: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy537; + if (yych <= 0xA3) goto yy4509; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy4510; + goto yy4511; + } else { + if (yych <= 0xBA) goto yy4512; + if (yych <= 0xBB) goto yy4513; + goto yy2; + } + } +yy1950: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x85: goto yy4514; + case 0x81: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: goto yy537; + case 0x82: goto yy4515; + case 0x83: goto yy4516; + case 0x84: goto yy4517; + case 0x86: goto yy1865; + case 0x87: goto yy4518; + case 0x88: goto yy4519; + case 0x89: goto yy4520; + case 0x95: goto yy4521; + case 0x96: goto yy4522; + case 0x9B: goto yy4523; + case 0x9D: goto yy1859; + case 0x9F: goto yy4524; + case 0xA0: goto yy4525; + case 0xA1: goto yy4526; + case 0xA2: goto yy4527; + case 0xA4: goto yy4528; + case 0xA6: goto yy4529; + case 0xA7: goto yy1852; + default: goto yy2; + } +yy1951: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0x86) goto yy537; + if (yych <= 0x87) goto yy538; + goto yy2; +yy1952: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '*') { + if (yych == '$') goto yy1952; + goto yy115; + } else { + if (yych <= '+') goto yy1952; + if (yych <= ',') goto yy115; + goto yy562; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy3054; + if (yych <= '/') goto yy115; + goto yy1952; + } else { + if (yych <= ';') goto yy115; + if (yych <= '>') goto yy1952; + if (yych <= '@') goto yy115; + goto yy1952; + } + } + } else { + if (yych <= '~') { + if (yych <= '{') { + if (yych <= ']') goto yy115; + if (yych <= 'z') goto yy1952; + goto yy115; + } else { + if (yych == '}') goto yy115; + goto yy1952; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy115; + if (yych <= 0xC2) goto yy4530; + goto yy1956; + } else { + if (yych <= 0xCA) goto yy1957; + if (yych <= 0xCB) goto yy4531; + if (yych <= 0xCC) goto yy1956; + goto yy4532; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xCE) goto yy4533; + if (yych <= 0xD3) goto yy1956; + goto yy1962; + } else { + if (yych <= 0xD5) goto yy1963; + if (yych <= 0xD6) goto yy4534; + goto yy4535; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy4536; + if (yych <= 0xD9) goto yy4537; + goto yy1956; + } else { + if (yych <= 0xDB) goto yy4538; + if (yych <= 0xDC) goto yy4539; + if (yych <= 0xDD) goto yy4540; + goto yy4541; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy4542; + if (yych <= 0xE0) goto yy4543; + goto yy4544; + } else { + if (yych <= 0xE2) goto yy4545; + if (yych <= 0xE3) goto yy4546; + if (yych <= 0xE4) goto yy3078; + goto yy115; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy4547; + if (yych <= 0xEE) goto yy115; + goto yy4548; + } else { + if (yych <= 0xF0) goto yy4549; + if (yych == 0xF3) goto yy3082; + goto yy115; + } + } + } + } +yy1954: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1121; + case 0xAA: + case 0xB5: + case 0xBA: goto yy1952; + default: goto yy2; + } +yy1955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy1121; + } else { + if (yych == 0xB7) goto yy1121; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy1956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy1957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1952; + goto yy2; +yy1958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0xB3) goto yy1952; + if (yych <= 0xB4) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy1952; + if (yych <= 0xBA) goto yy2; + goto yy1952; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } +yy1959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1121; + goto yy1952; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1952; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy1960: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1121; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy1961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0x89) goto yy1121; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy1962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy1963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1952; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy1964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1952; + if (yych <= 0x8C) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy1121; + } else { + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } +yy1965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1121; + if (yych <= 0x8F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy1952; + goto yy2; + } + } +yy1966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1121; + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy1967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy1952; + if (yych <= 0x9F) goto yy1121; + goto yy2; + } else { + if (yych == 0xB0) goto yy1121; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy1968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1952; + goto yy2; + } else { + if (yych <= 0x95) goto yy1952; + if (yych == 0x9D) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1121; + if (yych <= 0xAF) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1952; + if (yych <= 0xBE) goto yy1121; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy1969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy1970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1121; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy1971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1952; + if (yych <= 0xB0) goto yy1121; + if (yych <= 0xB1) goto yy1952; + goto yy2; +yy1972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy1952; + goto yy1121; + } else { + if (yych == 0xB6) goto yy1121; + goto yy2; + } +yy1973: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy4550; + case 0xA1: goto yy4551; + case 0xA2: goto yy4552; + case 0xA3: goto yy3088; + case 0xA4: goto yy4553; + case 0xA5: goto yy4554; + case 0xA6: goto yy4555; + case 0xA7: goto yy4556; + case 0xA8: goto yy4557; + case 0xA9: goto yy4558; + case 0xAA: goto yy4559; + case 0xAB: goto yy4560; + case 0xAC: goto yy4561; + case 0xAD: goto yy4562; + case 0xAE: goto yy4563; + case 0xAF: goto yy4564; + case 0xB0: goto yy4565; + case 0xB1: goto yy4566; + case 0xB2: goto yy4567; + case 0xB3: goto yy4568; + case 0xB4: goto yy4569; + case 0xB5: goto yy4570; + case 0xB6: goto yy4571; + case 0xB7: goto yy4572; + case 0xB8: goto yy3109; + case 0xB9: goto yy4573; + case 0xBA: goto yy3111; + case 0xBB: goto yy4574; + case 0xBC: goto yy4575; + case 0xBD: goto yy3114; + case 0xBE: goto yy3115; + case 0xBF: goto yy3116; + default: goto yy2; + } +yy1974: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3117; + case 0x81: goto yy4576; + case 0x82: goto yy4577; + case 0x83: goto yy4578; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1956; + case 0x89: goto yy4579; + case 0x8A: goto yy4580; + case 0x8B: goto yy4581; + case 0x8C: goto yy4582; + case 0x8D: goto yy4583; + case 0x8E: goto yy4584; + case 0x8F: goto yy4585; + case 0x90: goto yy4586; + case 0x99: goto yy4587; + case 0x9A: goto yy4588; + case 0x9B: goto yy4589; + case 0x9C: goto yy4590; + case 0x9D: goto yy4591; + case 0x9E: goto yy3134; + case 0x9F: goto yy4592; + case 0xA0: goto yy4593; + case 0xA1: goto yy4594; + case 0xA2: goto yy4595; + case 0xA3: goto yy4596; + case 0xA4: goto yy4597; + case 0xA5: goto yy4598; + case 0xA7: goto yy4599; + case 0xA8: goto yy4600; + case 0xA9: goto yy3144; + case 0xAA: goto yy4601; + case 0xAC: goto yy3146; + case 0xAD: goto yy4602; + case 0xAE: goto yy4603; + case 0xAF: goto yy4604; + case 0xB0: goto yy4605; + case 0xB1: goto yy4606; + case 0xB3: goto yy4607; + case 0xB4: goto yy4608; + case 0xB5: goto yy4609; + case 0xB6: goto yy4610; + case 0xB7: goto yy3156; + case 0xBC: goto yy4611; + case 0xBD: goto yy4612; + case 0xBE: goto yy4613; + case 0xBF: goto yy4614; + default: goto yy2; + } +yy1975: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4615; + case 0x81: goto yy3162; + case 0x82: goto yy3163; + case 0x83: goto yy3164; + case 0x84: goto yy4616; + case 0x85: goto yy4617; + case 0x86: goto yy4618; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1136; + case 0x8C: goto yy3169; + case 0x8F: goto yy3170; + case 0x90: goto yy3171; + case 0x91: goto yy3172; + case 0x92: goto yy3173; + case 0x93: goto yy3174; + case 0x9D: goto yy3175; + case 0x9E: goto yy3176; + case 0x9F: goto yy3177; + case 0xA6: goto yy3178; + case 0xA7: goto yy3179; + case 0xAD: goto yy3180; + case 0xAE: goto yy3181; + case 0xAF: goto yy3182; + case 0xB0: goto yy4619; + case 0xB1: goto yy4620; + case 0xB2: goto yy1956; + case 0xB3: goto yy4621; + case 0xB4: goto yy4622; + case 0xB5: goto yy4623; + case 0xB6: goto yy4624; + case 0xB7: goto yy4625; + case 0xBA: goto yy3190; + case 0xBB: goto yy3191; + case 0xBF: goto yy3192; + default: goto yy2; + } +yy1976: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4626; + case 0x82: goto yy3194; + case 0x84: goto yy4627; + case 0x86: goto yy4628; + case 0x87: goto yy3197; + case 0x88: goto yy3198; + case 0x89: goto yy3199; + case 0x8A: goto yy3200; + case 0x8B: goto yy3201; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1136; + default: goto yy2; + } +yy1977: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy3202; + case 0x93: goto yy4629; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy1956; + case 0x98: goto yy4630; + case 0x99: goto yy4631; + case 0x9A: goto yy4632; + case 0x9B: goto yy4633; + case 0x9C: goto yy4634; + case 0x9D: goto yy1962; + case 0x9E: goto yy4635; + case 0x9F: goto yy4636; + case 0xA0: goto yy4637; + case 0xA1: goto yy4638; + case 0xA2: goto yy4639; + case 0xA3: goto yy4640; + case 0xA4: goto yy4641; + case 0xA5: goto yy4642; + case 0xA6: goto yy3217; + case 0xA7: goto yy4643; + case 0xA8: goto yy4644; + case 0xA9: goto yy4645; + case 0xAA: goto yy3221; + case 0xAB: goto yy4646; + case 0xAC: goto yy4647; + case 0xAD: goto yy4648; + case 0xAF: goto yy4649; + default: goto yy2; + } +yy1978: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy4650; + case 0xAD: goto yy4651; + case 0xAE: goto yy4652; + case 0xAF: goto yy4653; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1956; + case 0xB4: goto yy4654; + case 0xB5: goto yy4539; + case 0xB6: goto yy4655; + case 0xB7: goto yy4656; + case 0xB8: goto yy4657; + case 0xB9: goto yy4658; + case 0xBB: goto yy4659; + case 0xBC: goto yy4660; + case 0xBD: goto yy4661; + case 0xBF: goto yy3239; + default: goto yy2; + } +yy1979: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy4662; + case 0x91: goto yy4663; + case 0x92: goto yy4664; + case 0x93: goto yy4665; + case 0x94: goto yy4666; + case 0x96: goto yy4667; + case 0x9B: goto yy4668; + case 0x9D: goto yy4669; + case 0x9E: goto yy4670; + case 0x9F: goto yy3249; + default: goto yy2; + } +yy1980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy1980; + goto yy2; + } else { + if (yych <= '+') goto yy1980; + if (yych <= '/') goto yy2; + goto yy1980; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1980; + goto yy2; + } else { + if (yych <= 'Z') goto yy4671; + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1980; + goto yy4671; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy1980; + goto yy2; + } else { + if (yych <= '~') goto yy1980; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy4673; + goto yy4674; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy4675; + if (yych <= 0xCA) goto yy4676; + goto yy3685; + } else { + if (yych <= 0xCC) goto yy3686; + if (yych <= 0xCD) goto yy4677; + if (yych <= 0xCE) goto yy4678; + goto yy4679; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy4680; + goto yy4675; + } else { + if (yych <= 0xD4) goto yy4681; + if (yych <= 0xD5) goto yy4682; + if (yych <= 0xD6) goto yy4683; + goto yy4684; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy4685; + if (yych <= 0xD9) goto yy4686; + goto yy4675; + } else { + if (yych <= 0xDB) goto yy4687; + if (yych <= 0xDC) goto yy4688; + if (yych <= 0xDD) goto yy4689; + goto yy4690; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy4691; + if (yych <= 0xE0) goto yy4692; + goto yy4693; + } else { + if (yych <= 0xE2) goto yy4694; + if (yych <= 0xE3) goto yy4695; + if (yych <= 0xE4) goto yy3706; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy4696; + if (yych <= 0xEE) goto yy2; + goto yy4697; + } else { + if (yych <= 0xF0) goto yy4698; + if (yych == 0xF3) goto yy3710; + goto yy2; + } + } + } + } +yy1982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + goto yy113; + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; + } + } +yy1983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy1984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy113; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy1985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy113; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy113; + if (yych <= 0x92) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy113; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy113; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy1986: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8E) goto yy113; + if (yych <= 0x96) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy113; + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy2; + goto yy113; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } + } + } +yy1987: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy113; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy113; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy113; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy1988: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych <= 0x88) goto yy113; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x91) goto yy113; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy113; + goto yy2; + } else { + if (yych <= 0x9E) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB5) goto yy113; + goto yy2; + } + } +yy1989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy113; + } else { + if (yych <= 0x8E) goto yy2; + if (yych == 0x92) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy113; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy113; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy1990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } else { + if (yych == 0x8A) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x90) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA3) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) goto yy113; + if (yych == 0xB9) goto yy113; + goto yy2; + } + } +yy1991: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy113; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy113; + if (yych <= 0x92) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy113; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy113; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy1992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x88) goto yy113; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x97) goto yy113; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy113; + goto yy2; + } else { + if (yych <= 0xA3) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy2; + } + } +yy1993: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBE: + case 0xBF: goto yy113; + default: goto yy2; + } +yy1994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy113; + goto yy2; + } else { + if (yych <= 0x97) goto yy113; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; + } + } +yy1995: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xA8) goto yy113; + goto yy2; + } else { + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy1996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9A) goto yy113; + goto yy2; + } else { + if (yych <= 0xA3) goto yy113; + if (yych == 0xBF) goto yy113; + goto yy2; + } + } +yy1997: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } else { + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy1998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych <= 0x96) goto yy113; + if (yych == 0x9E) goto yy113; + goto yy2; + } else { + if (yych <= 0xA3) goto yy113; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy113; + goto yy2; + } + } +yy1999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych == 0x91) goto yy2; + goto yy113; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy113; + goto yy2; + } else { + if (yych <= 0xA3) goto yy113; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy113; + } else { + if (yych == 0xBD) goto yy113; + goto yy2; + } + } +yy2002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + goto yy2; + } else { + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8E) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy2003: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy113; + goto yy2; +yy2004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; +yy2005: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych == 0x93) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xB3) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x99) { + if (yych <= 0x95) goto yy2; + goto yy113; + } else { + if (yych <= 0x9D) goto yy2; + if (yych <= 0xA0) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0xA4) goto yy113; + if (yych <= 0xA6) goto yy2; + goto yy113; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy2007: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } else { + if (yych <= 0x8F) goto yy113; + if (yych <= 0x99) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy2008: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy113; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; +yy2009: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy113; + goto yy2; + } else { + if (yych <= 0x94) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } +yy2012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy113; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy2013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy113; + goto yy2; + } else { + if (yych == 0x9C) goto yy2; + if (yych <= 0x9D) goto yy113; + goto yy2; + } +yy2014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy1980; + goto yy2; + } else { + if (yych <= 0x8D) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy2015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } else { + if (yych <= 0xAB) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } +yy2017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy113; + goto yy2; +yy2018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; +yy2020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy113; + goto yy2; +yy2021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy113; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy2023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy113; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } +yy2024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x93) goto yy113; + if (yych <= 0x95) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAF) goto yy113; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } +yy2026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1980; + if (yych == 0xBF) goto yy113; + goto yy2; +yy2027: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych == 0x84) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy113; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy113; + goto yy2; + } + } +yy2028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy2; +yy2029: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy2030: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy113; + if (yych == 0xBF) goto yy113; + goto yy2; +yy2031: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2032: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy1980; + if (yych == 0x9A) goto yy1980; + goto yy2; +yy2033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x93) goto yy113; + if (yych == 0xA0) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy113; + goto yy2; +yy2035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy113; + if (yych <= 0x95) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; +yy2036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy113; + goto yy2; +yy2037: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; +yy2038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy2039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; +yy2040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy113; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy2; +yy2042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy113; + goto yy2; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; + } +yy2044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; +yy2045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy113; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy113; + } else { + if (yych == 0xBD) goto yy113; + goto yy2; + } + } +yy2046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy113; + goto yy2; +yy2048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy113; + if (yych == 0xA5) goto yy113; + goto yy2; +yy2049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy113; + goto yy2; +yy2050: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy2051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x81) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy113; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy113; + goto yy2; + } + } +yy2052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy113; + goto yy2; + } else { + if (yych <= 0xA5) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy2053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAB) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; +yy2054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0x97) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0xB7) goto yy2; + goto yy113; + } else { + if (yych == 0xBE) goto yy113; + goto yy2; + } + } +yy2055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; +yy2057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy1980; + if (yych <= 0xB4) goto yy113; + goto yy2; + } +yy2058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy2; + } else { + if (yych == 0xA3) goto yy1980; + goto yy113; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy113; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8C) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } else { + if (yych <= 0xBA) goto yy113; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy113; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy2061: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy2067; + case 0x81: goto yy2068; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy118; + case 0x83: goto yy1333; + case 0x84: goto yy3728; + case 0x85: goto yy3729; + case 0x86: goto yy3730; + case 0x87: goto yy3731; + case 0x8A: goto yy2073; + case 0x8B: goto yy4699; + case 0x8C: goto yy2075; + case 0x8D: goto yy4700; + case 0x8E: goto yy2077; + case 0x8F: goto yy2078; + case 0x92: goto yy2079; + case 0x94: goto yy2080; + case 0x95: goto yy2036; + case 0x9C: goto yy2049; + case 0x9D: goto yy2081; + case 0xA0: goto yy2082; + case 0xA1: goto yy4701; + case 0xA2: goto yy2084; + case 0xA3: goto yy2085; + case 0xA4: goto yy2086; + case 0xA6: goto yy2087; + case 0xA8: goto yy4702; + case 0xA9: goto yy2089; + case 0xAA: goto yy2090; + case 0xAB: goto yy1334; + case 0xAC: goto yy637; + case 0xAD: goto yy2092; + case 0xAE: goto yy2093; + case 0xB1: goto yy2094; + case 0xB2: + case 0xB3: goto yy2095; + default: goto yy2; + } +yy2062: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x86: + case 0x92: + case 0x98: goto yy118; + case 0x81: goto yy4703; + case 0x82: goto yy1333; + case 0x83: goto yy2099; + case 0x84: goto yy4704; + case 0x85: goto yy4705; + case 0x87: goto yy4706; + case 0x88: goto yy4707; + case 0x8A: goto yy2105; + case 0x8B: goto yy4708; + case 0x8C: goto yy4709; + case 0x8D: goto yy4710; + case 0x93: goto yy4711; + case 0x96: goto yy4712; + case 0x97: goto yy4713; + case 0x99: goto yy4714; + case 0x9A: goto yy2022; + case 0x9C: goto yy4715; + case 0xA2: goto yy2116; + case 0xA3: goto yy2117; + case 0xAB: goto yy2118; + default: goto yy2; + } +yy2063: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy118; + case 0xA8: goto yy2118; + case 0xA9: goto yy2084; + case 0xAB: goto yy4716; + case 0xAC: goto yy4717; + case 0xAD: goto yy4718; + case 0xAE: goto yy2028; + case 0xBD: goto yy4719; + case 0xBE: goto yy3792; + default: goto yy2; + } +yy2064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy118; + if (yych <= 0xB1) goto yy2128; + if (yych <= 0xB2) goto yy4720; + goto yy2; +yy2065: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9B: + case 0x9C: + case 0x9D: + case 0x9E: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy118; + case 0x83: goto yy637; + case 0x84: goto yy3795; + case 0x85: goto yy3796; + case 0x87: goto yy3797; + case 0x89: goto yy3798; + case 0x8D: goto yy3799; + case 0x91: goto yy2136; + case 0x92: goto yy2137; + case 0x93: goto yy2138; + case 0x94: goto yy2139; + case 0x95: goto yy2140; + case 0x9A: goto yy2141; + case 0x9F: goto yy4721; + case 0xAA: goto yy3811; + default: goto yy2; + } +yy2066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy118; + if (yych <= 0xA3) goto yy4722; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2149; + goto yy2150; + } else { + if (yych <= 0xBA) goto yy2151; + if (yych <= 0xBB) goto yy3816; + goto yy2; + } + } +yy2067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy113; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } +yy2068: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy113; + goto yy2; +yy2069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy110; + if (yych <= 0x8B) goto yy2; + goto yy110; + } else { + if (yych <= 0x9B) { + if (yych <= 0x8F) goto yy2; + goto yy110; + } else { + if (yych == 0xA0) goto yy110; + goto yy2; + } + } +yy2072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; +yy2073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2074: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy113; + if (yych == 0xA0) goto yy110; + goto yy2; +yy2075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy113; + if (yych <= 0x81) goto yy2; + goto yy113; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy113; + if (yych <= 0xBA) goto yy110; + goto yy2; + } +yy2077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy2; +yy2079: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy113; + goto yy2; +yy2080: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2081: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy113; + goto yy2; +yy2082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy113; + goto yy2; + } else { + if (yych <= 0xBC) goto yy113; + if (yych == 0xBF) goto yy113; + goto yy2; + } + } +yy2083: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy113; + goto yy2; + } else { + if (yych <= 0xB6) goto yy113; + if (yych <= 0xB8) goto yy110; + goto yy2; + } +yy2084: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; +yy2085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy113; + goto yy2; +yy2086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; +yy2087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy113; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy113; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych <= 0x86) goto yy110; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy110; + goto yy113; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy110; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } + } +yy2089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy113; + goto yy2; +yy2090: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy113; + goto yy2; +yy2091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy113; + goto yy110; + } else { + if (yych <= 0xA4) goto yy113; + if (yych <= 0xA6) goto yy110; + goto yy2; + } +yy2092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy113; + goto yy2; +yy2093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy113; + goto yy2; +yy2094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; +yy2095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy113; + goto yy2; +yy2096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xB7) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy110; + if (yych == 0xBF) goto yy110; + goto yy2; +yy2098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xAF) goto yy113; + if (yych <= 0xBA) goto yy110; + goto yy2; +yy2099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy113; + goto yy2; +yy2100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xA6) goto yy113; + if (yych <= 0xB4) goto yy110; + goto yy2; +yy2101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy113; + goto yy110; + } else { + if (yych == 0xB6) goto yy113; + goto yy2; + } +yy2102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xB2) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy113; + if (yych <= 0x89) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy113; + } else { + if (yych == 0x9C) goto yy113; + goto yy2; + } + } +yy2104: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy113; + goto yy2; + } else { + if (yych <= 0xAB) goto yy113; + if (yych <= 0xB7) goto yy110; + goto yy2; + } +yy2105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy113; + goto yy2; + } else { + if (yych <= 0xA8) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy113; + if (yych <= 0xAA) goto yy110; + goto yy2; +yy2107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy113; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy113; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy2108: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x90) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy110; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy113; + goto yy110; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } + } +yy2109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy113; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2110: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy113; + } else { + if (yych == 0x87) goto yy113; + goto yy2; + } +yy2111: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy113; + goto yy110; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy2112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy110; + goto yy2; + } else { + if (yych <= 0x9B) goto yy113; + if (yych <= 0x9D) goto yy110; + goto yy2; + } +yy2113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy110; + if (yych == 0x84) goto yy113; + goto yy2; +yy2114: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy113; + if (yych <= 0xB7) goto yy110; + goto yy2; +yy2115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy110; + if (yych == 0xBF) goto yy110; + goto yy2; +yy2116: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy113; + if (yych == 0xBF) goto yy113; + goto yy2; +yy2118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy113; + goto yy2; +yy2119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy113; + goto yy2; +yy2120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; +yy2121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy113; + goto yy2; +yy2122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + goto yy2; +yy2123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; +yy2124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy113; + goto yy110; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy2125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy110; + goto yy2; + } else { + if (yych <= 0xB7) goto yy113; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy2126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x90) goto yy113; + if (yych <= 0xBE) goto yy110; + goto yy2; + } +yy2127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x92) goto yy110; + goto yy2; +yy2128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy113; + goto yy2; +yy2129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy113; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy110; + goto yy2; + } +yy2130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy110; + goto yy2; +yy2131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy110; + if (yych <= 0xA8) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy110; + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy110; + goto yy2; +yy2134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy110; + goto yy2; +yy2135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; +yy2136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy113; + } else { + if (yych == 0xA2) goto yy113; + if (yych <= 0xA4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy113; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy113; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy2138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } else { + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8C) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy113; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } +yy2140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy113; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy110; + goto yy113; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy110; + goto yy113; + } else { + if (yych <= 0xBB) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy113; + goto yy110; + } else { + if (yych == 0xB5) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy2144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy113; + goto yy110; + } else { + if (yych == 0xAF) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy2145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy110; + } else { + if (yych == 0xA9) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy2146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy110; + if (yych <= 0x8B) goto yy113; + goto yy2; +yy2147: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy110; + goto yy2; + } else { + if (yych == 0xA0) goto yy2; + if (yych <= 0xAF) goto yy110; + goto yy2; + } +yy2148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; +yy2149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy113; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy113; + } else { + if (yych == 0xA4) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy113; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy113; + } else { + if (yych == 0xBB) goto yy113; + goto yy2; + } + } + } +yy2150: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy113; + default: goto yy2; + } +yy2151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } + } +yy2152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy110; + goto yy2; +yy2153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy110; + goto yy2; + } else { + if (yych <= 0xAE) goto yy110; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy2155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych == 0x90) goto yy2; + if (yych <= 0xB5) goto yy110; + goto yy2; +yy2156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy110; + goto yy2; +yy2158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy110; + goto yy2; +yy2160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy110; + goto yy2; +yy2161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBA) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA4) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy110; + goto yy2; + } else { + if (yych <= 0xAC) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } +yy2164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy110; + goto yy2; +yy2165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy110; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy2167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy110; + goto yy2; +yy2168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy110; + goto yy2; +yy2169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; +yy2170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy110; + goto yy2; +yy2171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= '@') { + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy4723; + goto yy2; + } else { + if (yych <= 'Z') goto yy4723; + if (yych <= '`') goto yy2; + if (yych <= 'z') goto yy4723; + goto yy2; + } +yy2172: + yyaccept = 18; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; +yy2173: + if (yych <= 0xCD) { + if (yych <= 0xC2) { + if (yych <= 'Z') { + if (yych == '\'') goto yy4724; + if (yych <= '@') goto yy1091; + goto yy2172; + } else { + if (yych <= '`') goto yy1091; + if (yych <= 'z') goto yy2172; + if (yych <= 0xC1) goto yy1091; + } + } else { + if (yych <= 0xC7) { + if (yych <= 0xC3) goto yy2175; + if (yych <= 0xC5) goto yy2176; + if (yych <= 0xC6) goto yy2177; + goto yy2178; + } else { + if (yych <= 0xC9) goto yy2176; + if (yych <= 0xCA) goto yy2179; + if (yych <= 0xCC) goto yy1091; + goto yy2180; + } + } + } else { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCE) goto yy2181; + if (yych <= 0xCF) goto yy2182; + if (yych <= 0xD1) goto yy2176; + goto yy2183; + } else { + if (yych <= 0xD3) goto yy2176; + if (yych <= 0xD4) goto yy2184; + if (yych <= 0xD5) goto yy2185; + goto yy2186; + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE0) goto yy1091; + if (yych <= 0xE1) goto yy2187; + if (yych <= 0xE2) goto yy2188; + goto yy1091; + } else { + if (yych <= 0xEE) { + if (yych <= 0xEA) goto yy2189; + goto yy1091; + } else { + if (yych <= 0xEF) goto yy2190; + if (yych <= 0xF0) goto yy2191; + goto yy1091; + } + } + } + } + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB5) goto yy2172; + goto yy2; +yy2175: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy2172; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; + } +yy2176: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy2177: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBB) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy2178: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy2179: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x94) goto yy2; + if (yych <= 0xAF) goto yy2172; + goto yy2; +yy2180: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy2172; + default: goto yy2; + } +yy2181: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy2172; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy2172; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy2172; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; + } + } +yy2182: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy2183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy2172; + if (yych <= 0x89) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy2184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy2185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy2172; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy2186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy2172; + goto yy2; +yy2187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB4) { + if (yych <= 0x8D) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x82) goto yy4725; + if (yych <= 0x83) goto yy4726; + goto yy2; + } else { + if (yych <= 0x8E) goto yy4725; + if (yych <= 0x8F) goto yy4727; + if (yych <= 0xB3) goto yy2; + goto yy4728; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB5) goto yy4729; + if (yych <= 0xB6) goto yy4730; + if (yych <= 0xB7) goto yy2; + goto yy2176; + } else { + if (yych <= 0xBD) { + if (yych <= 0xBC) goto yy4731; + goto yy4732; + } else { + if (yych <= 0xBE) goto yy4733; + if (yych <= 0xBF) goto yy4734; + goto yy2; + } + } + } +yy2188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy4735; + } else { + if (yych <= 0x85) goto yy4736; + if (yych <= 0x86) goto yy4737; + goto yy2; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB0) goto yy4738; + if (yych <= 0xB1) goto yy4739; + goto yy2176; + } else { + if (yych <= 0xB3) goto yy4740; + if (yych <= 0xB4) goto yy4741; + goto yy2; + } + } +yy2189: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x99: goto yy4742; + case 0x9A: goto yy4743; + case 0x9C: goto yy4744; + case 0x9D: goto yy2184; + case 0x9E: goto yy4745; + case 0x9F: goto yy4746; + case 0xAC: goto yy4747; + case 0xAD: goto yy4748; + case 0xAE: goto yy2176; + default: goto yy2; + } +yy2190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBB) { + if (yych == 0xAC) goto yy4749; + goto yy2; + } else { + if (yych <= 0xBC) goto yy4750; + if (yych <= 0xBD) goto yy4751; + goto yy2; + } +yy2191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy4752; + goto yy4753; + } else { + if (yych == 0x9D) goto yy4754; + goto yy2; + } +yy2192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy149; + goto yy2; +yy2193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy149; + goto yy2; +yy2194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy149; + goto yy2; +yy2195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy2196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy149; + } else { + if (yych == 0xA2) goto yy149; + if (yych <= 0xA4) goto yy2; + goto yy149; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy149; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy149; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; + } + } + } +yy2197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy2198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy149; + goto yy2; + } else { + if (yych <= 0x8A) goto yy149; + if (yych <= 0x8C) goto yy2; + goto yy149; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy149; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy149; + goto yy2; + } + } +yy2199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy149; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy149; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; + } + } +yy2200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy149; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; +yy2201: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych == 0x80) goto yy149; + if (yych <= 0x81) goto yy2; + goto yy149; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy2; + goto yy149; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; + } + } +yy2202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy149; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; + } +yy2203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy149; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; + } +yy2204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy149; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + if (yych <= 0xBF) goto yy149; + goto yy2; + } +yy2205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0x8B) goto yy149; + goto yy2; +yy2206: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy2897; + if (yych <= '(') goto yy2; + goto yy2898; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy2; + goto yy2897; + } else { + if (yych <= '1') goto yy2; + if (yych <= '9') goto yy4755; + goto yy2; + } + } +yy2207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy1762; + goto yy146; + } else { + if (yych == '+') goto yy2207; + if (yych <= ',') goto yy2; + goto yy146; + } + } else { + if (yych <= ';') { + if (yych <= '.') goto yy3055; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy2207; + goto yy2; + } else { + if (yych <= '>') goto yy1762; + if (yych <= '?') goto yy2; + if (yych <= '@') goto yy148; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= ']') goto yy2; + if (yych == '_') goto yy2207; + goto yy1762; + } else { + if (yych <= 'z') goto yy2209; + if (yych == '|') goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy1762; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy1767; + goto yy1768; + } else { + if (yych <= 0xC9) goto yy1769; + if (yych <= 0xCA) goto yy1770; + if (yych <= 0xCB) goto yy1771; + goto yy1772; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1773; + if (yych <= 0xCE) goto yy1774; + goto yy1775; + } else { + if (yych == 0xD2) goto yy1776; + if (yych <= 0xD3) goto yy1769; + goto yy1777; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy1778; + if (yych <= 0xD6) goto yy1779; + if (yych <= 0xD7) goto yy1780; + goto yy1781; + } else { + if (yych <= 0xD9) goto yy1782; + if (yych <= 0xDA) goto yy1769; + if (yych <= 0xDB) goto yy1783; + goto yy1784; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1785; + if (yych <= 0xDE) goto yy1786; + if (yych <= 0xDF) goto yy1787; + goto yy1788; + } else { + if (yych <= 0xE1) goto yy1789; + if (yych <= 0xE2) goto yy1790; + if (yych <= 0xE3) goto yy1791; + goto yy1792; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1793; + if (yych <= 0xEE) goto yy2; + goto yy1794; + } else { + if (yych <= 0xF0) goto yy1795; + if (yych == 0xF3) goto yy1796; + goto yy2; + } + } + } + } +yy2209: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy1766; + if (yych <= '$') goto yy1764; + goto yy146; + } else { + if (yych == '+') goto yy2209; + if (yych <= ',') goto yy1766; + goto yy783; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy3055; + if (yych <= '/') goto yy1766; + goto yy2209; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy1764; + if (yych <= '?') goto yy1766; + goto yy148; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= 'Z') goto yy2209; + if (yych <= ']') goto yy1766; + goto yy1764; + } else { + if (yych == '`') goto yy1764; + if (yych <= 'z') goto yy2209; + goto yy1766; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy1766; + if (yych <= '~') goto yy1764; + goto yy1766; + } else { + if (yych <= 0xC2) goto yy4253; + if (yych <= 0xC9) goto yy1769; + if (yych <= 0xCA) goto yy1770; + goto yy4254; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xCE) { + if (yych <= 0xCC) goto yy1769; + if (yych <= 0xCD) goto yy4255; + goto yy4256; + } else { + if (yych <= 0xD3) goto yy1769; + if (yych <= 0xD4) goto yy1777; + if (yych <= 0xD5) goto yy1778; + goto yy4257; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy4258; + if (yych <= 0xD8) goto yy4259; + goto yy4260; + } else { + if (yych <= 0xDA) goto yy1769; + if (yych <= 0xDB) goto yy4261; + if (yych <= 0xDC) goto yy4262; + goto yy4263; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy4264; + if (yych <= 0xDF) goto yy4265; + goto yy4266; + } else { + if (yych <= 0xE1) goto yy4267; + if (yych <= 0xE2) goto yy4268; + if (yych <= 0xE3) goto yy4269; + goto yy4270; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy4271; + if (yych <= 0xEE) goto yy1766; + goto yy4272; + } else { + if (yych <= 0xF0) goto yy4273; + if (yych == 0xF3) goto yy4274; + goto yy1766; + } + } + } + } +yy2211: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy2221; + if (yych <= '\'') goto yy2; + goto yy2221; + } else { + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy2221; + if (yych <= '9') goto yy4756; + goto yy2; + } +yy2212: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy2221; + if (yych <= '\'') goto yy2; + goto yy2221; + } else { + if (yych <= '/') { + if (yych <= ',') goto yy2; + goto yy2221; + } else { + if (yych <= '8') goto yy4757; + if (yych <= '9') goto yy4756; + goto yy2; + } + } +yy2213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy797; + goto yy2; +yy2214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x9A) goto yy4758; + goto yy2; +yy2215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy4759; + if (yych <= 0x81) goto yy4760; + goto yy2; +yy2216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy4758; + goto yy2; +yy2217: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy2221; + if (yych <= '\'') goto yy147; + goto yy2221; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy2222; + } else { + if (yych <= '/') goto yy2221; + if (yych <= '9') goto yy4761; + goto yy147; + } + } +yy2218: + yych = *++YYCURSOR; + if (yych <= ',') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy147; + goto yy2221; + } else { + if (yych <= '\'') goto yy147; + if (yych <= ')') goto yy2221; + goto yy147; + } + } else { + if (yych <= '/') { + if (yych <= '.') goto yy2222; + goto yy2221; + } else { + if (yych <= '8') goto yy4762; + if (yych <= '9') goto yy4761; + goto yy147; + } + } +yy2219: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + goto yy2221; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy2221; + goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy4763; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy2223; + goto yy2221; + } else { + if (yych <= '9') goto yy4764; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy2220: + yych = *++YYCURSOR; + if (yych <= '.') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '+') { + if (yych <= ')') goto yy2221; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy4763; + goto yy2223; + } + } + } else { + if (yych <= '@') { + if (yych <= '8') { + if (yych >= '0') goto yy4765; + } else { + if (yych <= '9') goto yy4764; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy2221: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy4756; + goto yy2; +yy2222: + yych = *++YYCURSOR; + if (yych <= '/') goto yy147; + if (yych <= '9') goto yy4761; + goto yy147; +yy2223: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy534; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy4764; + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy2224: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy4766; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy4766; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy4767; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy4768; + goto yy4766; + } else { + if (yych <= '9') goto yy4769; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy2225: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy4766; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy4766; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy4767; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy4768; + goto yy4766; + } else { + if (yych <= '9') goto yy4770; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy2226: + yych = *++YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy797; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy2227: + yych = *++YYCURSOR; + if (yych <= 0xAE) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy797; + goto yy2; + } else { + if (yych <= 0xAF) goto yy797; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy2228: + yych = *++YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x83) { + if (yych == 0x80) goto yy110; + goto yy2; + } else { + if (yych <= 0x84) goto yy110; + if (yych <= 0x91) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x94) goto yy110; + goto yy2; + } else { + if (yych <= 0x9F) goto yy797; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy110; + goto yy2; + } + } +yy2229: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x84) { + if (yych == 0x80) goto yy797; + if (yych <= 0x83) goto yy2; + goto yy110; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x93) goto yy110; + if (yych <= 0x9F) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAF) goto yy110; + if (yych <= 0xB5) goto yy2; + goto yy110; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy2230: + yych = *++YYCURSOR; + if (yybm[256+yych] & 16) { + goto yy170; + } + if (yych <= '.') { + if (yych <= '%') { + if (yych <= '$') goto yy111; + goto yy146; + } else { + if (yych <= ',') goto yy111; + if (yych <= '-') goto yy4771; + goto yy172; + } + } else { + if (yych <= 'Z') { + if (yych <= '?') goto yy111; + if (yych <= '@') goto yy148; + goto yy182; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } +yy2231: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy115; + if (yych <= '$') goto yy1952; + goto yy146; + } else { + if (yych == '+') goto yy2231; + if (yych <= ',') goto yy115; + goto yy801; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy3055; + if (yych <= '/') goto yy115; + goto yy2231; + } else { + if (yych <= ';') goto yy115; + if (yych <= '>') goto yy1952; + if (yych <= '?') goto yy115; + goto yy148; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= 'Z') goto yy2231; + if (yych <= ']') goto yy115; + goto yy1952; + } else { + if (yych == '`') goto yy1952; + if (yych <= 'z') goto yy2231; + goto yy115; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy115; + if (yych <= '~') goto yy1952; + goto yy115; + } else { + if (yych <= 0xC2) goto yy4530; + if (yych <= 0xC9) goto yy1956; + if (yych <= 0xCA) goto yy1957; + goto yy4531; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xCE) { + if (yych <= 0xCC) goto yy1956; + if (yych <= 0xCD) goto yy4532; + goto yy4533; + } else { + if (yych <= 0xD3) goto yy1956; + if (yych <= 0xD4) goto yy1962; + if (yych <= 0xD5) goto yy1963; + goto yy4534; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy4535; + if (yych <= 0xD8) goto yy4536; + goto yy4537; + } else { + if (yych <= 0xDA) goto yy1956; + if (yych <= 0xDB) goto yy4538; + if (yych <= 0xDC) goto yy4539; + goto yy4540; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy4541; + if (yych <= 0xDF) goto yy4542; + goto yy4543; + } else { + if (yych <= 0xE1) goto yy4544; + if (yych <= 0xE2) goto yy4545; + if (yych <= 0xE3) goto yy4546; + goto yy3078; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy4547; + if (yych <= 0xEE) goto yy115; + goto yy4548; + } else { + if (yych <= 0xF0) goto yy4549; + if (yych == 0xF3) goto yy3082; + goto yy115; + } + } + } + } +yy2233: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy831; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy831; + if (yych <= 0xAD) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy2234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + if (yych <= 0xAA) goto yy843; + goto yy2; +yy2235: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy2326; + case 0xAD: goto yy2327; + case 0xAE: goto yy2328; + case 0xAF: goto yy2329; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy807; + case 0xB4: goto yy2330; + case 0xB5: goto yy2331; + case 0xB6: goto yy2332; + case 0xB7: goto yy2333; + case 0xB8: goto yy2376; + case 0xB9: goto yy2377; + case 0xBB: goto yy2336; + case 0xBC: goto yy4772; + case 0xBD: goto yy2338; + default: goto yy2; + } +yy2236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy843; + goto yy2; +yy2237: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy843; + goto yy2; +yy2238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy843; + goto yy2; +yy2239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0xB9) goto yy843; + if (yych == 0xBD) goto yy843; + goto yy2; +yy2240: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy843; + if (yych <= 0x97) goto yy2; + goto yy843; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy2241: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych == 0x80) goto yy843; + if (yych <= 0x84) goto yy2; + goto yy843; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy843; + if (yych <= 0x92) goto yy2; + goto yy843; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy843; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy843; + } else { + if (yych == 0xBD) goto yy843; + goto yy2; + } + } + } +yy2242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy2; + goto yy843; + } else { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0xA1) goto yy843; + goto yy2; + } else { + if (yych <= 0xAF) goto yy831; + if (yych <= 0xB1) goto yy843; + goto yy2; + } + } +yy2243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy843; + goto yy2; + } else { + if (yych <= 0x90) goto yy843; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy843; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } + } +yy2244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy843; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB4) goto yy843; + goto yy2; + } + } +yy2245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8D) goto yy843; + goto yy2; + } else { + if (yych == 0x92) goto yy2; + if (yych <= 0xA8) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBD) goto yy843; + goto yy2; + } + } +yy2246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy843; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych == 0xB9) goto yy843; + goto yy2; + } + } +yy2247: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy843; + goto yy2; + } else { + if (yych <= 0x90) goto yy843; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBD) goto yy843; + goto yy2; + } + } +yy2248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy843; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych == 0xB1) goto yy843; + goto yy2; + } + } +yy2249: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy843; + default: goto yy2; + } +yy2250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy843; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy831; + goto yy2; +yy2251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8C) { + if (yych <= 0x84) goto yy2; + goto yy843; + } else { + if (yych <= 0x8D) goto yy2; + if (yych <= 0x90) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy843; + } else { + if (yych == 0xBD) goto yy843; + goto yy2; + } + } +yy2252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy843; + goto yy2; + } else { + if (yych <= 0xA1) goto yy843; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy831; + goto yy2; + } +yy2253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy843; + goto yy2; + } else { + if (yych == 0x91) goto yy2; + goto yy843; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA9) goto yy2; + if (yych <= 0xB3) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBD) goto yy843; + goto yy2; + } + } +yy2254: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x9E: + case 0xA0: + case 0xA1: + case 0xB1: + case 0xB2: goto yy843; + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: goto yy831; + default: goto yy2; + } +yy2255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy843; + } else { + if (yych <= 0xBA) { + if (yych <= 0x91) goto yy2; + goto yy843; + } else { + if (yych == 0xBD) goto yy843; + goto yy2; + } + } +yy2256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x8E) goto yy843; + if (yych <= 0x9E) goto yy2; + goto yy843; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy2257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy843; + if (yych <= 0x99) goto yy2; + goto yy843; + } else { + if (yych <= 0xBB) { + if (yych <= 0xB2) goto yy2; + goto yy843; + } else { + if (yych == 0xBD) goto yy843; + goto yy2; + } + } +yy2258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy843; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy831; + goto yy2; +yy2259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy843; + } else { + if (yych == 0x87) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy843; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy2261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy843; + goto yy2; + } else { + if (yych <= 0x8D) goto yy843; + if (yych <= 0x8F) goto yy2; + goto yy843; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy843; + goto yy2; + } else { + if (yych <= 0x9D) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy2262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy843; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy843; + goto yy2; + } + } +yy2263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy843; + if (yych <= 0x81) goto yy2; + goto yy843; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy843; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy2264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy843; + goto yy2; + } else { + if (yych <= 0x95) goto yy843; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy2265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy843; + goto yy2; +yy2266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy843; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy843; + goto yy2; +yy2268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy200; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy843; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy843; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy843; + goto yy2; +yy2272: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy843; + goto yy2; + } else { + if (yych <= 0x91) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy843; + goto yy2; + } +yy2273: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy843; + goto yy2; + } else { + if (yych == 0xAD) goto yy2; + if (yych <= 0xB0) goto yy843; + goto yy2; + } +yy2274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych == 0x86) goto yy200; + goto yy2; + } else { + if (yych <= 0x99) goto yy831; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy2275: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy843; + goto yy2; +yy2276: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy843; + goto yy2; + } else { + if (yych <= 0xAA) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy2277: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy843; + goto yy2; +yy2278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy843; + goto yy2; +yy2279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy843; + goto yy2; +yy2280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x82) goto yy2; + if (yych <= 0xA0) goto yy843; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB9) goto yy831; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy2281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy843; + goto yy2; +yy2282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy843; + goto yy2; +yy2283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy2; + } else { + if (yych <= 0x8F) goto yy843; + if (yych <= 0x99) goto yy831; + if (yych <= 0xB7) goto yy843; + goto yy2; + } +yy2284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAC) goto yy843; + goto yy2; + } else { + if (yych <= 0xB1) goto yy843; + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy843; + goto yy2; + } +yy2285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy843; + goto yy2; +yy2286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy843; + goto yy2; + } else { + if (yych <= 0x9D) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy2288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy843; + goto yy2; + } else { + if (yych <= 0x8D) goto yy843; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy843; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy843; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy843; + goto yy2; + } + } +yy2289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy843; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy843; + goto yy2; + } +yy2290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x84) goto yy843; + goto yy2; + } else { + if (yych <= 0x8C) goto yy843; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9B) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAC) goto yy843; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBC) goto yy843; + goto yy2; + } + } +yy2291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + goto yy2; + } else { + if (yych <= 0x99) goto yy1588; + if (yych == 0xA4) goto yy1588; + goto yy2; + } +yy2292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x84) goto yy202; + goto yy2; +yy2293: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy843; + default: goto yy2; + } +yy2294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0x89) goto yy843; + if (yych == 0x8E) goto yy843; + goto yy2; +yy2295: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy843; + goto yy2; +yy2296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x92) goto yy200; + goto yy2; +yy2297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2298: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy843; + goto yy2; + } else { + if (yych <= 0xBB) goto yy843; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy2299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy843; + goto yy2; + } else { + if (yych <= 0xAE) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy843; + goto yy2; + } +yy2300: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy843; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy843; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy2301: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy843; + goto yy2; +yy2302: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy843; + goto yy2; + } + } +yy2303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x87) goto yy2; + goto yy843; + } else { + if (yych <= 0x96) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9E) goto yy843; + goto yy2; + } + } +yy2304: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBC) goto yy843; + goto yy2; +yy2305: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy843; + goto yy2; +yy2306: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBA) goto yy843; + goto yy2; +yy2307: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy843; + goto yy2; +yy2308: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy843; + goto yy2; + } else { + if (yych <= 0x9F) goto yy843; + if (yych <= 0xA9) goto yy831; + if (yych <= 0xAB) goto yy843; + goto yy2; + } +yy2309: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy843; + goto yy2; +yy2310: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2311: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2312: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy843; + goto yy2; + } else { + if (yych <= 0xAD) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy843; + goto yy2; + } +yy2313: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy843; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2314: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x82) goto yy2; + goto yy843; + } else { + if (yych <= 0x8A) { + if (yych <= 0x86) goto yy2; + goto yy843; + } else { + if (yych <= 0x8B) goto yy2; + if (yych <= 0xA2) goto yy843; + goto yy2; + } + } +yy2315: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy843; + goto yy2; +yy2316: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) goto yy2; + if (yych <= 0xB3) goto yy843; + goto yy2; +yy2317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + if (yych <= 0xB1) goto yy2; + goto yy843; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy843; + } else { + if (yych == 0xBD) goto yy843; + goto yy2; + } + } +yy2318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy843; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy2319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy843; + goto yy2; +yy2320: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy843; + goto yy2; +yy2321: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy843; + goto yy2; + } else { + if (yych <= 0x8B) goto yy843; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; + } +yy2322: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy843; + if (yych == 0xB2) goto yy843; + goto yy2; +yy2323: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy843; + goto yy2; + } else { + if (yych <= 0x8E) goto yy843; + if (yych <= 0x90) goto yy2; + goto yy843; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy843; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy2324: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy843; + goto yy2; + } else { + if (yych <= 0xA5) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy2325: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; +yy2326: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy843; + goto yy2; + } else { + if (yych <= 0x97) goto yy843; + if (yych == 0x9D) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB6) goto yy843; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy843; + goto yy2; + } + } +yy2327: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy843; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy2328: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy843; + goto yy2; +yy2329: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2330: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy843; + goto yy2; +yy2331: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2332: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy843; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy843; + goto yy2; +yy2334: + yych = *++YYCURSOR; + if (yych <= 0x93) { + if (yych == 0x90) goto yy202; + goto yy2; + } else { + if (yych <= 0x94) goto yy202; + if (yych == 0xB2) goto yy200; + goto yy2; + } +yy2335: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x91) { + if (yych == 0x90) goto yy202; + goto yy2; + } else { + if (yych <= 0x92) goto yy1588; + if (yych <= 0x93) goto yy2; + goto yy202; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA3) goto yy200; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy2336: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy843; + goto yy2; +yy2337: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x8B) { + if (yych == 0x87) goto yy1588; + goto yy2; + } else { + if (yych <= 0x8C) goto yy202; + if (yych <= 0x8D) goto yy200; + goto yy1588; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; + } else { + if (yych <= 0x9B) goto yy202; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy843; + goto yy2; + } + } +yy2338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy843; + goto yy2; +yy2339: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4773; + case 0x81: goto yy4774; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy807; + case 0x83: goto yy4775; + case 0x8A: goto yy4776; + case 0x8B: goto yy4777; + case 0x8C: goto yy4778; + case 0x8D: goto yy4779; + case 0x8E: goto yy4780; + case 0x8F: goto yy4781; + case 0x92: goto yy4782; + case 0x94: goto yy4783; + case 0x95: goto yy2282; + case 0x9C: goto yy4784; + case 0x9D: goto yy4785; + case 0xA0: goto yy4786; + case 0xA1: goto yy4787; + case 0xA2: goto yy2278; + case 0xA3: goto yy4788; + case 0xA4: goto yy4789; + case 0xA6: goto yy4790; + case 0xA8: goto yy4791; + case 0xA9: goto yy4792; + case 0xAA: goto yy4793; + case 0xAB: goto yy4794; + case 0xAC: goto yy2277; + case 0xAD: goto yy4795; + case 0xAE: goto yy4796; + case 0xB1: goto yy4797; + case 0xB2: + case 0xB3: goto yy4798; + default: goto yy2; + } +yy2340: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4799; + case 0x81: goto yy833; + case 0x82: goto yy4800; + case 0x83: goto yy4801; + case 0x84: goto yy4802; + case 0x85: goto yy4803; + case 0x86: goto yy4804; + case 0x87: goto yy4805; + case 0x88: goto yy4806; + case 0x8A: goto yy4807; + case 0x8B: goto yy4808; + case 0x8C: goto yy2247; + case 0x8D: goto yy4809; + case 0x92: + case 0x98: goto yy808; + case 0x93: goto yy4810; + case 0x96: goto yy2309; + case 0x97: goto yy4811; + case 0x99: goto yy4812; + case 0x9A: goto yy850; + case 0x9B: goto yy191; + case 0x9C: goto yy190; + case 0xA2: goto yy847; + case 0xA3: goto yy4813; + case 0xAB: goto yy4814; + default: goto yy2; + } +yy2341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy807; + goto yy4815; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy807; + if (yych <= 0x95) goto yy4816; + goto yy2; + } +yy2342: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy807; + if (yych <= 0x90) goto yy2309; + goto yy2; +yy2343: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy807; + if (yych <= 0x99) goto yy2319; + goto yy2; +yy2344: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy807; + case 0xA8: goto yy4814; + case 0xA9: goto yy4817; + case 0xAB: goto yy4818; + case 0xAC: goto yy808; + case 0xAD: goto yy4819; + case 0xAE: goto yy4820; + case 0xBD: goto yy4821; + default: goto yy2; + } +yy2345: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy807; + if (yych <= 0xB1) goto yy4822; + if (yych <= 0xB2) goto yy4823; + goto yy2; +yy2346: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy807; + case 0x91: goto yy4824; + case 0x92: goto yy4825; + case 0x93: goto yy4826; + case 0x94: goto yy4827; + case 0x95: goto yy4828; + case 0x9A: goto yy4829; + case 0x9B: goto yy4830; + case 0x9C: goto yy4831; + case 0x9D: goto yy4832; + case 0x9E: goto yy4833; + case 0x9F: goto yy4834; + default: goto yy2; + } +yy2347: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy807; + if (yych <= 0xA3) goto yy4835; + goto yy2; + } else { + if (yych <= 0xB8) goto yy4836; + if (yych <= 0xB9) goto yy4837; + if (yych <= 0xBA) goto yy4838; + goto yy2; + } +yy2348: + yych = *++YYCURSOR; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy831; + goto yy2; +yy2349: + yych = *++YYCURSOR; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy831; + goto yy2; +yy2350: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy843; + if (yych <= 0x97) goto yy2; + goto yy843; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy2351: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych == 0x8E) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy843; + } else { + if (yych <= 0xA1) { + if (yych <= 0x9E) goto yy2; + goto yy843; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xB1) goto yy843; + goto yy2; + } + } +yy2352: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy843; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB4) goto yy843; + goto yy2; + } + } +yy2353: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy843; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xB9) goto yy843; + goto yy2; + } + } +yy2354: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy843; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xB1) goto yy843; + goto yy2; + } + } +yy2355: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy843; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; +yy2356: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy843; + goto yy2; + } else { + if (yych <= 0xA1) goto yy843; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; + } +yy2357: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x9E: + case 0xA0: + case 0xA1: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB1: + case 0xB2: goto yy843; + default: goto yy2; + } +yy2358: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x8E) goto yy843; + if (yych <= 0x9E) goto yy2; + goto yy843; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy2359: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy843; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; +yy2360: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy2361: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy2362: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; +yy2363: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2364: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych == 0x86) goto yy200; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy2365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy2366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy2367: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA0) goto yy843; + if (yych <= 0xAD) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2368: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xB7) goto yy843; + goto yy2; +yy2369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + goto yy2; + } else { + if (yych <= 0x99) goto yy200; + if (yych == 0xA4) goto yy200; + goto yy2; + } +yy2370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy843; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAB) goto yy843; + goto yy2; +yy2371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB1) goto yy2; + goto yy843; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy843; + } else { + if (yych == 0xBD) goto yy843; + goto yy2; + } + } +yy2372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy2373: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy2374: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy843; + goto yy2; + } else { + if (yych <= 0x8B) goto yy843; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy2375: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy2376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB2) goto yy200; + goto yy2; +yy2377: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych == 0x92) goto yy200; + if (yych <= 0xA2) goto yy2; + goto yy200; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy843; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy2378: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych == 0x87) goto yy200; + if (yych <= 0x8C) goto yy2; + goto yy200; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy843; + goto yy2; + } + } +yy2379: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4773; + case 0x81: goto yy4774; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy807; + case 0x83: goto yy4775; + case 0x8A: goto yy4776; + case 0x8B: goto yy4777; + case 0x8C: goto yy4778; + case 0x8D: goto yy4779; + case 0x8E: goto yy4780; + case 0x8F: goto yy4781; + case 0x92: goto yy4839; + case 0x94: goto yy4783; + case 0x95: goto yy2282; + case 0x9C: goto yy4784; + case 0x9D: goto yy4785; + case 0xA0: goto yy4786; + case 0xA1: goto yy4787; + case 0xA2: goto yy2278; + case 0xA3: goto yy4788; + case 0xA4: goto yy4789; + case 0xA6: goto yy4790; + case 0xA8: goto yy4791; + case 0xA9: goto yy4792; + case 0xAA: goto yy4793; + case 0xAB: goto yy4794; + case 0xAC: goto yy2277; + case 0xAD: goto yy4795; + case 0xAE: goto yy4796; + case 0xB1: goto yy4797; + case 0xB2: + case 0xB3: goto yy4798; + default: goto yy2; + } +yy2380: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4799; + case 0x81: goto yy4840; + case 0x82: goto yy4800; + case 0x83: goto yy4841; + case 0x84: goto yy4842; + case 0x85: goto yy4803; + case 0x86: goto yy4804; + case 0x87: goto yy4843; + case 0x88: goto yy4806; + case 0x8A: goto yy4807; + case 0x8B: goto yy4844; + case 0x8C: goto yy2247; + case 0x8D: goto yy4809; + case 0x92: + case 0x98: goto yy808; + case 0x93: goto yy4845; + case 0x96: goto yy2309; + case 0x97: goto yy4811; + case 0x99: goto yy4846; + case 0x9A: goto yy850; + case 0x9B: goto yy2362; + case 0x9C: goto yy4847; + case 0xA2: goto yy847; + case 0xA3: goto yy4848; + case 0xAB: goto yy4814; + default: goto yy2; + } +yy2381: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy807; + case 0xA8: goto yy4814; + case 0xA9: goto yy4849; + case 0xAB: goto yy4818; + case 0xAC: goto yy808; + case 0xAD: goto yy4850; + case 0xAE: goto yy4820; + case 0xBD: goto yy4821; + default: goto yy2; + } +yy2382: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy807; + case 0x91: goto yy4824; + case 0x92: goto yy4825; + case 0x93: goto yy4826; + case 0x94: goto yy4827; + case 0x95: goto yy4828; + case 0x9A: goto yy4829; + case 0x9B: goto yy4830; + case 0x9C: goto yy4831; + case 0x9D: goto yy4832; + case 0x9E: goto yy4833; + case 0x9F: goto yy4851; + default: goto yy2; + } +yy2383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBE) goto yy202; + goto yy2; +yy2384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x89) goto yy202; + goto yy2; +yy2385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8D) goto yy202; + goto yy2; +yy2386: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy857; + goto yy2; + } else { + if (yych <= 0xAB) goto yy857; + if (yych <= 0xAC) goto yy202; + goto yy2; + } +yy2387: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + if (yych == 0xB8) goto yy202; + goto yy2; +yy2388: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy4852; + if (yych <= 0x81) goto yy2292; + goto yy2; +yy2389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB8) goto yy4853; + goto yy4854; + } else { + if (yych == 0xBC) goto yy4855; + goto yy2; + } +yy2390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy857; + goto yy2; +yy2391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + goto yy2; +yy2392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy857; + goto yy2; +yy2393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy857; + goto yy2; +yy2394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + goto yy2; +yy2395: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy857; + goto yy2; +yy2396: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x92) goto yy2392; + goto yy2; +yy2397: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x81: goto yy2390; + case 0x83: + case 0x8B: + case 0x9C: goto yy860; + case 0x84: goto yy4856; + case 0x87: + case 0x93: + case 0x99: goto yy2391; + case 0x9B: goto yy861; + case 0xA3: goto yy2392; + default: goto yy2; + } +yy2398: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA9) goto yy2392; + if (yych == 0xAD) goto yy2391; + goto yy2; +yy2399: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x9F) goto yy4857; + goto yy2; +yy2400: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy208; + if (yych <= '$') goto yy1762; + if (yych <= '%') goto yy146; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy2207; + goto yy208; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy3056; + if (yych <= '/') goto yy208; + goto yy2400; + } else { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy1762; + if (yych <= '?') goto yy208; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy2402; + if (yych <= ']') goto yy208; + if (yych <= '^') goto yy1762; + goto yy2207; + } else { + if (yych <= '`') goto yy1762; + if (yych <= 'z') goto yy2402; + if (yych <= '{') goto yy208; + goto yy1762; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy1762; + if (yych <= 0xC1) goto yy208; + goto yy2404; + } else { + if (yych <= 0xC3) goto yy2405; + if (yych <= 0xC9) goto yy2406; + if (yych <= 0xCA) goto yy2407; + goto yy1771; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1772; + if (yych <= 0xCD) goto yy2408; + if (yych <= 0xCE) goto yy2409; + goto yy2410; + } else { + if (yych == 0xD2) goto yy2411; + if (yych <= 0xD3) goto yy2406; + goto yy2412; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy2413; + if (yych <= 0xD6) goto yy2414; + if (yych <= 0xD7) goto yy2415; + goto yy2416; + } else { + if (yych <= 0xD9) goto yy2417; + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy2418; + goto yy2419; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy2420; + if (yych <= 0xDE) goto yy2421; + if (yych <= 0xDF) goto yy2422; + goto yy2423; + } else { + if (yych <= 0xE1) goto yy2424; + if (yych <= 0xE2) goto yy2425; + if (yych <= 0xE3) goto yy2426; + goto yy1792; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2427; + if (yych <= 0xEE) goto yy208; + goto yy2428; + } else { + if (yych <= 0xF0) goto yy2429; + if (yych == 0xF3) goto yy1796; + goto yy208; + } + } + } + } +yy2402: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy1766; + if (yych <= '$') goto yy1764; + if (yych <= '%') goto yy146; + goto yy1766; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy2209; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy3056; + if (yych <= '/') goto yy1766; + goto yy2402; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy1764; + if (yych <= '?') goto yy1766; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy2402; + if (yych <= ']') goto yy1766; + if (yych <= '^') goto yy1764; + goto yy2209; + } else { + if (yych <= '`') goto yy1764; + if (yych <= 'z') goto yy2402; + if (yych <= '{') goto yy1766; + goto yy1764; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy1764; + if (yych <= 0xC1) goto yy1766; + goto yy4858; + } else { + if (yych <= 0xC3) goto yy4859; + if (yych <= 0xC9) goto yy2406; + if (yych <= 0xCA) goto yy2407; + goto yy4254; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1769; + if (yych <= 0xCD) goto yy4860; + if (yych <= 0xCE) goto yy4861; + goto yy4862; + } else { + if (yych == 0xD2) goto yy4863; + if (yych <= 0xD3) goto yy2406; + goto yy2412; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy2413; + if (yych <= 0xD6) goto yy4864; + if (yych <= 0xD7) goto yy4865; + goto yy4866; + } else { + if (yych <= 0xD9) goto yy4867; + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy4868; + goto yy4869; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy4870; + if (yych <= 0xDE) goto yy4871; + if (yych <= 0xDF) goto yy4872; + goto yy4873; + } else { + if (yych <= 0xE1) goto yy4874; + if (yych <= 0xE2) goto yy4875; + if (yych <= 0xE3) goto yy4876; + goto yy4270; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy4877; + if (yych <= 0xEE) goto yy1766; + goto yy4878; + } else { + if (yych <= 0xF0) goto yy4879; + if (yych == 0xF3) goto yy4274; + goto yy1766; + } + } + } + } +yy2404: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1762; + case 0xAA: + case 0xB5: + case 0xBA: goto yy4880; + default: goto yy2; + } +yy2405: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4880; + goto yy1762; + } else { + if (yych == 0xB7) goto yy1762; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy2406: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy2407: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy4880; + goto yy2; +yy2408: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0xB3) goto yy4880; + if (yych <= 0xB4) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy4880; + if (yych <= 0xBA) goto yy2; + goto yy4880; + } else { + if (yych == 0xBF) goto yy4880; + goto yy2; + } + } +yy2409: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1762; + goto yy4880; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy4880; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy2410: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1762; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy2411: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4880; + if (yych <= 0x89) goto yy1762; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy2412: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy2413: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4880; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy2414: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych == 0x8A) goto yy200; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBE) goto yy200; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy2415: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1762; + if (yych <= 0x8F) goto yy2; + goto yy4880; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy4880; + goto yy2; + } + } +yy2416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1762; + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy2417: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy4880; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy4880; + } else { + if (yych <= 0xB0) goto yy1762; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy2418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy4880; + goto yy2; + } else { + if (yych <= 0x95) goto yy4880; + if (yych == 0x9D) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1762; + if (yych <= 0xAF) goto yy4880; + goto yy843; + } else { + if (yych <= 0xBC) goto yy4880; + if (yych <= 0xBE) goto yy1762; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy2419: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy2420: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1762; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy2421: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy4880; + if (yych <= 0xB0) goto yy1762; + if (yych <= 0xB1) goto yy4880; + goto yy2; +yy2422: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy4880; + } else { + if (yych <= 0xB3) goto yy1762; + if (yych == 0xB6) goto yy1762; + goto yy2; + } +yy2423: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy4882; + case 0xA1: goto yy4883; + case 0xA2: goto yy4884; + case 0xA3: goto yy4278; + case 0xA4: goto yy4885; + case 0xA5: goto yy4886; + case 0xA6: goto yy4887; + case 0xA7: goto yy4888; + case 0xA8: goto yy4889; + case 0xA9: goto yy4890; + case 0xAA: goto yy4891; + case 0xAB: goto yy4892; + case 0xAC: goto yy4893; + case 0xAD: goto yy4894; + case 0xAE: goto yy4895; + case 0xAF: goto yy4896; + case 0xB0: goto yy4897; + case 0xB1: goto yy4898; + case 0xB2: goto yy4899; + case 0xB3: goto yy4900; + case 0xB4: goto yy4901; + case 0xB5: goto yy4902; + case 0xB6: goto yy4903; + case 0xB7: goto yy4904; + case 0xB8: goto yy4299; + case 0xB9: goto yy4905; + case 0xBA: goto yy4301; + case 0xBB: goto yy4906; + case 0xBC: goto yy4907; + case 0xBD: goto yy4304; + case 0xBE: goto yy4305; + case 0xBF: goto yy4306; + default: goto yy2; + } +yy2424: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4307; + case 0x81: goto yy4908; + case 0x82: goto yy4909; + case 0x83: goto yy4910; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy2406; + case 0x89: goto yy4911; + case 0x8A: goto yy4912; + case 0x8B: goto yy4913; + case 0x8C: goto yy4914; + case 0x8D: goto yy4915; + case 0x8E: goto yy4916; + case 0x8F: goto yy4917; + case 0x90: goto yy4918; + case 0x99: goto yy4919; + case 0x9A: goto yy4920; + case 0x9B: goto yy4921; + case 0x9C: goto yy4922; + case 0x9D: goto yy4923; + case 0x9E: goto yy4324; + case 0x9F: goto yy4924; + case 0xA0: goto yy4925; + case 0xA1: goto yy4926; + case 0xA2: goto yy4927; + case 0xA3: goto yy4928; + case 0xA4: goto yy4929; + case 0xA5: goto yy4930; + case 0xA7: goto yy4931; + case 0xA8: goto yy4932; + case 0xA9: goto yy4334; + case 0xAA: goto yy4933; + case 0xAC: goto yy4336; + case 0xAD: goto yy4934; + case 0xAE: goto yy4935; + case 0xAF: goto yy4936; + case 0xB0: goto yy4937; + case 0xB1: goto yy4938; + case 0xB3: goto yy4939; + case 0xB4: goto yy4940; + case 0xB5: goto yy4941; + case 0xB6: goto yy4942; + case 0xB7: goto yy4346; + case 0xBC: goto yy4943; + case 0xBD: goto yy4944; + case 0xBE: goto yy4945; + case 0xBF: goto yy4946; + default: goto yy2; + } +yy2425: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4947; + case 0x81: goto yy4352; + case 0x82: goto yy4353; + case 0x83: goto yy4354; + case 0x84: goto yy4948; + case 0x85: goto yy4949; + case 0x86: goto yy4950; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1772; + case 0x88: goto yy4951; + case 0x8C: goto yy4358; + case 0x8F: goto yy4359; + case 0x90: goto yy4360; + case 0x91: goto yy4361; + case 0x92: goto yy4362; + case 0x93: goto yy4363; + case 0x9D: goto yy4364; + case 0x9E: goto yy4365; + case 0x9F: goto yy4366; + case 0xA6: goto yy4367; + case 0xA7: goto yy4368; + case 0xAD: goto yy4369; + case 0xAE: goto yy4370; + case 0xAF: goto yy4371; + case 0xB0: goto yy4952; + case 0xB1: goto yy4953; + case 0xB2: goto yy2406; + case 0xB3: goto yy4954; + case 0xB4: goto yy4955; + case 0xB5: goto yy4956; + case 0xB6: goto yy4957; + case 0xB7: goto yy4958; + case 0xB8: goto yy1030; + case 0xBA: goto yy4379; + case 0xBB: goto yy4380; + case 0xBF: goto yy4381; + default: goto yy2; + } +yy2426: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4959; + case 0x82: goto yy4383; + case 0x84: goto yy4960; + case 0x86: goto yy4961; + case 0x87: goto yy4386; + case 0x88: goto yy4387; + case 0x89: goto yy4388; + case 0x8A: goto yy4389; + case 0x8B: goto yy4390; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1772; + default: goto yy2; + } +yy2427: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4391; + case 0x93: goto yy4962; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy2406; + case 0x98: goto yy4963; + case 0x99: goto yy4964; + case 0x9A: goto yy4965; + case 0x9B: goto yy4966; + case 0x9C: goto yy4967; + case 0x9D: goto yy2412; + case 0x9E: goto yy4968; + case 0x9F: goto yy4969; + case 0xA0: goto yy4970; + case 0xA1: goto yy4971; + case 0xA2: goto yy4972; + case 0xA3: goto yy4973; + case 0xA4: goto yy4974; + case 0xA5: goto yy4975; + case 0xA6: goto yy4406; + case 0xA7: goto yy4976; + case 0xA8: goto yy4977; + case 0xA9: goto yy4978; + case 0xAA: goto yy4410; + case 0xAB: goto yy4979; + case 0xAC: goto yy4980; + case 0xAD: goto yy4981; + case 0xAF: goto yy4982; + default: goto yy2; + } +yy2428: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy4983; + case 0xAD: goto yy4984; + case 0xAE: goto yy4985; + case 0xAF: goto yy4986; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy2406; + case 0xB4: goto yy4987; + case 0xB5: goto yy4988; + case 0xB6: goto yy4989; + case 0xB7: goto yy4990; + case 0xB8: goto yy4991; + case 0xB9: goto yy4992; + case 0xBB: goto yy4993; + case 0xBC: goto yy4994; + case 0xBD: goto yy4995; + case 0xBF: goto yy4427; + default: goto yy2; + } +yy2429: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy4996; + case 0x91: goto yy4997; + case 0x92: goto yy4998; + case 0x93: goto yy4999; + case 0x94: goto yy5000; + case 0x96: goto yy5001; + case 0x9B: goto yy5002; + case 0x9D: goto yy5003; + case 0x9E: goto yy5004; + case 0x9F: goto yy4437; + default: goto yy2; + } +yy2430: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB3) goto yy2445; + if (yych <= 0xB4) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy2445; + if (yych <= 0xBA) goto yy2; + goto yy2445; + } else { + if (yych <= 0xBE) goto yy202; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy2431: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy2445; + goto yy2; + } else { + if (yych <= 0x89) goto yy202; + if (yych <= 0x8A) goto yy200; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy533; + } else { + if (yych <= 0xBE) goto yy200; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy2432: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy533; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy202; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy2433: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x9F) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy2445; + goto yy533; + } else { + if (yych == 0xAA) goto yy2; + goto yy831; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAC) goto yy202; + if (yych <= 0xAD) goto yy2; + goto yy2445; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy2434: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + if (yych <= 0xAA) goto yy2445; + goto yy533; + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy2; + goto yy533; + } else { + if (yych == 0xB8) goto yy202; + goto yy2; + } + } +yy2435: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy5005; + case 0x81: goto yy5006; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: goto yy2513; + case 0x85: goto yy2514; + case 0x86: goto yy2515; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x88: goto yy2516; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy2517; + case 0xB1: goto yy2518; + case 0xB2: goto yy874; + case 0xB3: goto yy2519; + case 0xB4: goto yy2520; + case 0xB5: goto yy2521; + case 0xB6: goto yy2522; + case 0xB7: goto yy2523; + case 0xB8: goto yy1030; + case 0xBA: goto yy1897; + case 0xBB: goto yy1859; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy2436: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy2548; + case 0xAD: goto yy2549; + case 0xAE: goto yy2550; + case 0xAF: goto yy2551; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy874; + case 0xB4: goto yy2552; + case 0xB5: goto yy2553; + case 0xB6: goto yy2554; + case 0xB7: goto yy2555; + case 0xB8: goto yy5007; + case 0xB9: goto yy5008; + case 0xBB: goto yy2558; + case 0xBC: goto yy5009; + case 0xBD: goto yy2560; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy2437: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy2445; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy2445; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy2438: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy2445; + goto yy2; + } else { + if (yych <= 0x95) goto yy2445; + if (yych == 0x9D) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2445; + goto yy843; + } else { + if (yych <= 0xBC) goto yy2445; + if (yych <= 0xBE) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy2439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2445; + } else { + if (yych <= 0xB3) goto yy533; + if (yych == 0xB6) goto yy533; + goto yy2; + } +yy2440: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy2447; + case 0xA1: goto yy2448; + case 0xA2: goto yy2449; + case 0xA3: goto yy1800; + case 0xA4: goto yy2450; + case 0xA5: goto yy5010; + case 0xA6: goto yy2452; + case 0xA7: goto yy5011; + case 0xA8: goto yy2454; + case 0xA9: goto yy5012; + case 0xAA: goto yy2456; + case 0xAB: goto yy5013; + case 0xAC: goto yy2458; + case 0xAD: goto yy5014; + case 0xAE: goto yy2460; + case 0xAF: goto yy5015; + case 0xB0: goto yy2462; + case 0xB1: goto yy5016; + case 0xB2: goto yy2464; + case 0xB3: goto yy5017; + case 0xB4: goto yy2466; + case 0xB5: goto yy5018; + case 0xB6: goto yy2468; + case 0xB7: goto yy5019; + case 0xB8: goto yy1820; + case 0xB9: goto yy3336; + case 0xBA: goto yy1822; + case 0xBB: goto yy3337; + case 0xBC: goto yy3338; + case 0xBD: goto yy1825; + case 0xBE: goto yy1826; + case 0xBF: goto yy1827; + default: goto yy2; + } +yy2441: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy3339; + case 0x82: goto yy5020; + case 0x83: goto yy2475; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy874; + case 0x89: goto yy2476; + case 0x8A: goto yy2477; + case 0x8B: goto yy2478; + case 0x8C: goto yy2479; + case 0x8D: goto yy2480; + case 0x8E: goto yy2481; + case 0x8F: goto yy2482; + case 0x90: goto yy2483; + case 0x99: goto yy2484; + case 0x9A: goto yy2485; + case 0x9B: goto yy2486; + case 0x9C: goto yy2487; + case 0x9D: goto yy2488; + case 0x9E: goto yy1845; + case 0x9F: goto yy3355; + case 0xA0: goto yy5021; + case 0xA1: goto yy2491; + case 0xA2: goto yy2492; + case 0xA3: goto yy2493; + case 0xA4: goto yy2494; + case 0xA5: goto yy3361; + case 0xA7: goto yy3362; + case 0xA8: goto yy2497; + case 0xA9: goto yy1854; + case 0xAA: goto yy3364; + case 0xAC: goto yy1856; + case 0xAD: goto yy3365; + case 0xAE: goto yy5022; + case 0xAF: goto yy2501; + case 0xB0: goto yy2502; + case 0xB1: goto yy5023; + case 0xB3: goto yy2504; + case 0xB4: goto yy2505; + case 0xB5: goto yy2506; + case 0xB6: goto yy2507; + case 0xB7: goto yy1866; + case 0xBC: goto yy2508; + case 0xBD: goto yy2509; + case 0xBE: goto yy2510; + case 0xBF: goto yy2511; + default: goto yy2; + } +yy2442: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy549; + case 0x93: goto yy2527; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy874; + case 0x98: goto yy5024; + case 0x99: goto yy2529; + case 0x9A: goto yy2530; + case 0x9B: goto yy2531; + case 0x9C: goto yy2532; + case 0x9D: goto yy880; + case 0x9E: goto yy2533; + case 0x9F: goto yy2534; + case 0xA0: goto yy2535; + case 0xA1: goto yy2536; + case 0xA2: goto yy2537; + case 0xA3: goto yy5025; + case 0xA4: goto yy5026; + case 0xA5: goto yy2540; + case 0xA6: goto yy1920; + case 0xA7: goto yy3407; + case 0xA8: goto yy2542; + case 0xA9: goto yy5027; + case 0xAA: goto yy1924; + case 0xAB: goto yy2544; + case 0xAC: goto yy2545; + case 0xAD: goto yy2546; + case 0xAF: goto yy5028; + default: goto yy2; + } +yy2443: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy2548; + case 0xAD: goto yy2549; + case 0xAE: goto yy2550; + case 0xAF: goto yy2551; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy874; + case 0xB4: goto yy2552; + case 0xB5: goto yy2553; + case 0xB6: goto yy2554; + case 0xB7: goto yy2555; + case 0xB8: goto yy2556; + case 0xB9: goto yy2557; + case 0xBB: goto yy2558; + case 0xBC: goto yy5029; + case 0xBD: goto yy2560; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy2444: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy5030; + case 0x91: goto yy5031; + case 0x92: goto yy2563; + case 0x93: goto yy2564; + case 0x94: goto yy2565; + case 0x96: goto yy5032; + case 0x9B: goto yy2567; + case 0x9D: goto yy5033; + case 0x9E: goto yy2569; + case 0x9F: goto yy1950; + default: goto yy2; + } +yy2445: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy533; + goto yy208; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy5034; + if (yych <= '.') goto yy2808; + if (yych <= '/') goto yy208; + goto yy2445; + } else { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy208; + goto yy2445; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy208; + if (yych <= '`') goto yy533; + goto yy2445; + } else { + if (yych == '|') goto yy533; + if (yych <= '}') goto yy208; + goto yy533; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + goto yy874; + } else { + if (yych <= 0xCA) goto yy875; + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + goto yy876; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy877; + if (yych <= 0xCF) goto yy878; + goto yy874; + } else { + if (yych <= 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + if (yych <= 0xD4) goto yy880; + goto yy881; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy882; + if (yych <= 0xD7) goto yy883; + if (yych <= 0xD8) goto yy884; + goto yy2437; + } else { + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy2438; + if (yych <= 0xDC) goto yy887; + goto yy888; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy2439; + goto yy2440; + } else { + if (yych <= 0xE1) goto yy2441; + if (yych <= 0xE2) goto yy893; + if (yych <= 0xE3) goto yy894; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2442; + if (yych <= 0xEE) goto yy208; + goto yy2443; + } else { + if (yych <= 0xF0) goto yy2444; + if (yych == 0xF3) goto yy561; + goto yy208; + } + } + } + } +yy2447: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy2445; + } else { + if (yych == 0x9A) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy533; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy533; + goto yy2; + } + } +yy2448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy2445; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy2449: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy2445; + goto yy2; +yy2450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2445; + } else { + if (yych == 0xBD) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy2451: + yych = *++YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x90) goto yy2445; + if (yych <= 0x97) goto yy533; + goto yy2445; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy2452: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy2445; + } else { + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy2445; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy2445; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2445; + goto yy2; + } else { + if (yych <= 0xB2) goto yy2445; + if (yych <= 0xB5) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy2453: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy533; + goto yy2445; + } else { + if (yych == 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy2445; + goto yy2; + } else { + if (yych <= 0xA1) goto yy2445; + if (yych <= 0xA3) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy831; + if (yych <= 0xB1) goto yy2445; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } + } + } +yy2454: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy2445; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy2445; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy2445; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy2445; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy2445; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy2445; + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy2455: + yych = *++YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x91) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy2445; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy831; + goto yy533; + } else { + if (yych <= 0xB4) goto yy2445; + if (yych <= 0xB5) goto yy533; + goto yy2; + } + } + } +yy2456: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy2445; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy2445; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy2445; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2445; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy2457: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy2445; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy2445; + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy533; + } else { + if (yych == 0xB9) goto yy2445; + goto yy2; + } + } + } +yy2458: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy2445; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy2445; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy2445; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2445; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy2459: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy2445; + goto yy2; + } + } + } +yy2460: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy533; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy2445; + default: goto yy2; + } +yy2461: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy2445; + if (yych == 0x97) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy831; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; + } + } +yy2462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy2445; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy2445; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy2463: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy2464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy2445; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy2445; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy2465: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy2445; + goto yy2; + } + } + } +yy2466: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy2445; + goto yy2; + } else { + if (yych <= 0xBD) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy2467: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x8E) goto yy2445; + if (yych <= 0x96) goto yy2; + goto yy533; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy2445; + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy831; + goto yy2; + } else { + if (yych <= 0xB9) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } + } +yy2468: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy2445; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy2445; + } else { + if (yych == 0xBD) goto yy2445; + goto yy2; + } + } +yy2469: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy2445; + goto yy2; + } else { + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy831; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy2470: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; +yy2471: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; +yy2472: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy831; + if (yych <= 0xB3) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy2473: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy2; + } else { + if (yych <= 0x99) goto yy533; + if (yych <= 0x9D) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy533; + goto yy2; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy2474: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) goto yy831; + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy2475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy2445; + } else { + if (yych == 0x87) goto yy2445; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy2445; + if (yych <= 0x8F) goto yy2; + goto yy2445; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy2476: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy2445; + goto yy2; + } else { + if (yych <= 0x8D) goto yy2445; + if (yych <= 0x8F) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy2445; + goto yy2; + } else { + if (yych <= 0x9D) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy2477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy2445; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy2445; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy2445; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy2445; + goto yy2; + } + } +yy2478: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy2445; + if (yych <= 0x81) goto yy2; + goto yy2445; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy2445; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy2479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy2445; + goto yy2; + } else { + if (yych <= 0x95) goto yy2445; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy2480: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy2445; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; +yy2481: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy2445; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy2482: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy2445; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy2445; + goto yy2; +yy2483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy200; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy2484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy2445; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy2485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy2486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy2445; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy2445; + goto yy2; +yy2487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy2445; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy533; + goto yy2; + } else { + if (yych <= 0xB1) goto yy2445; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy2488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy2445; + } else { + if (yych <= 0x93) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy2445; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy2489: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy533; + if (yych <= 0x9A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy831; + goto yy2; + } + } +yy2490: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy200; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy831; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy2491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy2445; + goto yy2; +yy2492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAA) goto yy2445; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy2493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy2445; + goto yy2; +yy2494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy2445; + goto yy2; + } else { + if (yych <= 0xAB) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } +yy2495: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy533; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy831; + goto yy2; +yy2496: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy2497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy2445; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy2498: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy2; + } else { + if (yych <= 0x99) goto yy831; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy533; + goto yy2; + } +yy2499: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy831; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy533; + goto yy2; + } +yy2500: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xA0) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2445; + if (yych <= 0xB9) goto yy831; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy2501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy2445; + if (yych <= 0xB3) goto yy533; + goto yy2; +yy2502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy2445; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy2503: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy2; + } else { + if (yych <= 0x8F) goto yy2445; + if (yych <= 0x99) goto yy831; + if (yych <= 0xB7) goto yy2445; + goto yy2; + } +yy2504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy533; + goto yy2; + } else { + if (yych <= 0xA8) goto yy533; + if (yych <= 0xAC) goto yy2445; + goto yy533; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy2445; + if (yych <= 0xB4) goto yy533; + goto yy2445; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy2505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy2445; + goto yy2; +yy2506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy2507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy2445; + goto yy2; +yy2508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy2445; + goto yy2; + } else { + if (yych <= 0x9D) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy2509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy2445; + goto yy2; + } else { + if (yych <= 0x8D) goto yy2445; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy2445; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy2445; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy2445; + goto yy2; + } + } +yy2510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy2445; + } else { + if (yych == 0xBE) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy2511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x84) goto yy2445; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy2445; + goto yy533; + } else { + if (yych <= 0x93) goto yy2445; + if (yych <= 0x95) goto yy2; + goto yy2445; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy533; + } else { + if (yych <= 0xAC) goto yy2445; + if (yych <= 0xAF) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy2445; + goto yy2; + } else { + if (yych <= 0xBC) goto yy2445; + if (yych <= 0xBE) goto yy533; + goto yy2; + } + } + } +yy2512: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy2513: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy533; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy2445; + default: goto yy2; + } +yy2514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2445; + } else { + if (yych == 0x8E) goto yy2445; + if (yych <= 0x8F) goto yy533; + goto yy2; + } +yy2515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy2445; + goto yy2; + } else { + if (yych <= 0x8B) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy2516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy5035; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy2517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy2518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy2445; + goto yy2; + } else { + if (yych <= 0xBB) goto yy2445; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy2519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAE) goto yy2445; + if (yych <= 0xB1) goto yy533; + if (yych <= 0xB3) goto yy2445; + goto yy2; + } +yy2520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy2445; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy2445; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy2521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy2445; + if (yych == 0xBF) goto yy533; + goto yy2; +yy2522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy2445; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy2445; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy2445; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy2445; + goto yy2; + } + } +yy2523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy2445; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy2445; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy2445; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy2524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x93) goto yy533; + if (yych == 0xA0) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; + } else { + if (yych <= 0xBC) goto yy2445; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy2525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy2445; + goto yy2; +yy2526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy533; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBA) goto yy2445; + goto yy2; + } +yy2527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy2445; + goto yy2; +yy2528: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy2445; + goto yy2; + } else { + if (yych <= 0x9F) goto yy2445; + if (yych <= 0xA9) goto yy831; + if (yych <= 0xAB) goto yy2445; + goto yy2; + } +yy2529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy2445; + goto yy533; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy2530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy2445; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy2531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy2445; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy533; + goto yy2; +yy2532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } else { + if (yych <= 0xA1) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy2533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy2445; + if (yych <= 0x88) goto yy2; + goto yy533; + } else { + if (yych <= 0xAD) goto yy2445; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy2445; + goto yy2; + } +yy2534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy2445; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy2535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy2445; + goto yy533; + } else { + if (yych == 0x86) goto yy533; + goto yy2445; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy533; + if (yych <= 0xA2) goto yy2445; + goto yy533; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy2536: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy2445; + goto yy2; +yy2537: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0xB3) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy2538: + yych = *++YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy831; + if (yych <= 0x9F) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy2445; + if (yych <= 0xBA) goto yy2; + goto yy2445; + } else { + if (yych == 0xBD) goto yy2445; + goto yy2; + } + } +yy2539: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy2445; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy2540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy2445; + if (yych <= 0x93) goto yy533; + goto yy2; +yy2541: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy831; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; + } + } +yy2542: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy2445; + if (yych <= 0xB6) goto yy533; + goto yy2; +yy2543: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy2445; + goto yy533; + } else { + if (yych <= 0x8B) goto yy2445; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy831; + if (yych <= 0xB6) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } + } +yy2544: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy2445; + goto yy533; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy2445; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy533; + goto yy2; + } + } +yy2545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy2445; + goto yy2; + } else { + if (yych <= 0x8E) goto yy2445; + if (yych <= 0x90) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy2445; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy2546: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy2445; + if (yych <= 0x9B) goto yy533; + goto yy2; + } else { + if (yych <= 0xA5) goto yy2445; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy2547: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy2445; + if (yych <= 0xAA) goto yy533; + goto yy2; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; + } +yy2548: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy2445; + goto yy2; + } else { + if (yych <= 0x97) goto yy2445; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy2445; + goto yy533; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy533; + if (yych <= 0xB6) goto yy2445; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy2445; + goto yy2; + } + } +yy2549: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy2445; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy2550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy2551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy2552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy2445; + goto yy2; +yy2553: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy2554: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy2445; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy2555: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy2445; + goto yy2; + } else { + if (yych <= 0xBB) goto yy2445; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy2556: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy200; + if (yych <= 0xB4) goto yy533; + goto yy2; + } +yy2557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy2; + } else { + if (yych <= 0x92) goto yy200; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy533; + goto yy200; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy533; + if (yych == 0xA9) goto yy533; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy2558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy2445; + goto yy2; +yy2559: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych == 0x8B) goto yy533; + if (yych <= 0x8C) goto yy2; + goto yy200; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + if (yych <= 0x9B) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy2445; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy2560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy533; + if (yych <= 0x9A) goto yy2445; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy2561: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy5036; + case 0x81: goto yy5037; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy874; + case 0x83: goto yy5038; + case 0x84: goto yy4441; + case 0x85: goto yy4442; + case 0x86: goto yy4443; + case 0x87: goto yy4444; + case 0x8A: goto yy5039; + case 0x8B: goto yy5040; + case 0x8C: goto yy5041; + case 0x8D: goto yy5042; + case 0x8E: goto yy5043; + case 0x8F: goto yy5044; + case 0x92: goto yy5045; + case 0x94: goto yy5046; + case 0x95: goto yy5047; + case 0x9C: goto yy5048; + case 0x9D: goto yy5049; + case 0xA0: goto yy5050; + case 0xA1: goto yy5051; + case 0xA2: goto yy5052; + case 0xA3: goto yy5053; + case 0xA4: goto yy5054; + case 0xA6: goto yy5055; + case 0xA8: goto yy5056; + case 0xA9: goto yy5057; + case 0xAA: goto yy5058; + case 0xAB: goto yy5059; + case 0xAC: goto yy2493; + case 0xAD: goto yy5060; + case 0xAE: goto yy5061; + case 0xB1: goto yy5062; + case 0xB2: + case 0xB3: goto yy5063; + default: goto yy2; + } +yy2562: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy5064; + case 0x81: goto yy5065; + case 0x82: goto yy5066; + case 0x83: goto yy5067; + case 0x84: goto yy5068; + case 0x85: goto yy5069; + case 0x86: goto yy5070; + case 0x87: goto yy5071; + case 0x88: goto yy5072; + case 0x8A: goto yy5073; + case 0x8B: goto yy5074; + case 0x8C: goto yy5075; + case 0x8D: goto yy5076; + case 0x92: + case 0x98: goto yy5077; + case 0x93: goto yy5078; + case 0x96: goto yy5079; + case 0x97: goto yy5080; + case 0x99: goto yy5081; + case 0x9A: goto yy5082; + case 0x9B: goto yy191; + case 0x9C: goto yy5083; + case 0xA2: goto yy5084; + case 0xA3: goto yy5085; + case 0xAB: goto yy5086; + default: goto yy2; + } +yy2563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy874; + goto yy5087; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy874; + if (yych <= 0x95) goto yy5088; + goto yy2; + } +yy2564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy874; + if (yych <= 0x90) goto yy5089; + goto yy2; +yy2565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy874; + if (yych <= 0x99) goto yy5090; + goto yy2; +yy2566: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy874; + case 0xA8: goto yy5086; + case 0xA9: goto yy5091; + case 0xAB: goto yy5092; + case 0xAC: goto yy5093; + case 0xAD: goto yy5094; + case 0xAE: goto yy5095; + case 0xBD: goto yy5096; + case 0xBE: goto yy4493; + default: goto yy2; + } +yy2567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy874; + if (yych <= 0xB1) goto yy5097; + if (yych <= 0xB2) goto yy5098; + goto yy2; +yy2568: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy537; + case 0x83: goto yy1850; + case 0x84: goto yy4496; + case 0x85: goto yy4497; + case 0x87: goto yy4498; + case 0x89: goto yy4499; + case 0x8D: goto yy4500; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy874; + case 0x91: goto yy5099; + case 0x92: goto yy5100; + case 0x93: goto yy5101; + case 0x94: goto yy5102; + case 0x95: goto yy5103; + case 0x9A: goto yy5104; + case 0x9B: goto yy5105; + case 0x9C: goto yy5106; + case 0x9D: goto yy5107; + case 0x9E: goto yy5108; + case 0x9F: goto yy5109; + case 0xAA: goto yy4508; + default: goto yy2; + } +yy2569: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy874; + if (yych <= 0xA3) goto yy5110; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy5111; + goto yy5112; + } else { + if (yych <= 0xBA) goto yy5113; + if (yych <= 0xBB) goto yy4513; + goto yy2; + } + } +yy2570: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy208; + if (yych <= '$') goto yy1952; + if (yych <= '%') goto yy146; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy2231; + goto yy208; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy898; + if (yych <= '.') goto yy3056; + if (yych <= '/') goto yy208; + goto yy2570; + } else { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy1952; + if (yych <= '?') goto yy208; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy2570; + if (yych <= ']') goto yy208; + if (yych <= '^') goto yy1952; + goto yy2231; + } else { + if (yych <= '`') goto yy1952; + if (yych <= 'z') goto yy2570; + if (yych <= '{') goto yy208; + goto yy1952; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy1952; + if (yych <= 0xC1) goto yy208; + goto yy5114; + } else { + if (yych <= 0xC3) goto yy5115; + if (yych <= 0xC9) goto yy2574; + if (yych <= 0xCA) goto yy2575; + goto yy4531; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1956; + if (yych <= 0xCD) goto yy5116; + if (yych <= 0xCE) goto yy5117; + goto yy5118; + } else { + if (yych == 0xD2) goto yy5119; + if (yych <= 0xD3) goto yy2574; + goto yy2580; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy2581; + if (yych <= 0xD6) goto yy5120; + if (yych <= 0xD7) goto yy5121; + goto yy5122; + } else { + if (yych <= 0xD9) goto yy5123; + if (yych <= 0xDA) goto yy2574; + if (yych <= 0xDB) goto yy5124; + goto yy5125; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy5126; + if (yych <= 0xDE) goto yy5127; + if (yych <= 0xDF) goto yy5128; + goto yy5129; + } else { + if (yych <= 0xE1) goto yy5130; + if (yych <= 0xE2) goto yy5131; + if (yych <= 0xE3) goto yy5132; + goto yy3078; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5133; + if (yych <= 0xEE) goto yy208; + goto yy5134; + } else { + if (yych <= 0xF0) goto yy5135; + if (yych == 0xF3) goto yy3082; + goto yy208; + } + } + } + } +yy2572: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1121; + case 0xAA: + case 0xB5: + case 0xBA: goto yy5136; + default: goto yy2; + } +yy2573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5136; + goto yy1121; + } else { + if (yych == 0xB7) goto yy1121; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy2574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy2575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5136; + goto yy2; +yy2576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0xB3) goto yy5136; + if (yych <= 0xB4) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy5136; + if (yych <= 0xBA) goto yy2; + goto yy5136; + } else { + if (yych == 0xBF) goto yy5136; + goto yy2; + } + } +yy2577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1121; + goto yy5136; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy5136; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy2578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1121; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy2579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5136; + if (yych <= 0x89) goto yy1121; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy2580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy2581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5136; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy2582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych == 0x8A) goto yy200; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBE) goto yy200; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy2583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1121; + if (yych <= 0x8F) goto yy2; + goto yy5136; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy5136; + goto yy2; + } + } +yy2584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1121; + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy2585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy5136; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy5136; + } else { + if (yych <= 0xB0) goto yy1121; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy2586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy5136; + goto yy2; + } else { + if (yych <= 0x95) goto yy5136; + if (yych == 0x9D) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1121; + if (yych <= 0xAF) goto yy5136; + goto yy843; + } else { + if (yych <= 0xBC) goto yy5136; + if (yych <= 0xBE) goto yy1121; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy2587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy2588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1121; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy2589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5136; + if (yych <= 0xB0) goto yy1121; + if (yych <= 0xB1) goto yy5136; + goto yy2; +yy2590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy5136; + } else { + if (yych <= 0xB3) goto yy1121; + if (yych == 0xB6) goto yy1121; + goto yy2; + } +yy2591: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy5138; + case 0xA1: goto yy5139; + case 0xA2: goto yy5140; + case 0xA3: goto yy3088; + case 0xA4: goto yy5141; + case 0xA5: goto yy5142; + case 0xA6: goto yy5143; + case 0xA7: goto yy5144; + case 0xA8: goto yy5145; + case 0xA9: goto yy5146; + case 0xAA: goto yy5147; + case 0xAB: goto yy5148; + case 0xAC: goto yy5149; + case 0xAD: goto yy5150; + case 0xAE: goto yy5151; + case 0xAF: goto yy5152; + case 0xB0: goto yy5153; + case 0xB1: goto yy5154; + case 0xB2: goto yy5155; + case 0xB3: goto yy5156; + case 0xB4: goto yy5157; + case 0xB5: goto yy5158; + case 0xB6: goto yy5159; + case 0xB7: goto yy5160; + case 0xB8: goto yy3109; + case 0xB9: goto yy3110; + case 0xBA: goto yy3111; + case 0xBB: goto yy3112; + case 0xBC: goto yy3113; + case 0xBD: goto yy3114; + case 0xBE: goto yy3115; + case 0xBF: goto yy3116; + default: goto yy2; + } +yy2592: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3117; + case 0x81: goto yy3118; + case 0x82: goto yy5161; + case 0x83: goto yy5162; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy2574; + case 0x89: goto yy5163; + case 0x8A: goto yy5164; + case 0x8B: goto yy5165; + case 0x8C: goto yy5166; + case 0x8D: goto yy5167; + case 0x8E: goto yy5168; + case 0x8F: goto yy5169; + case 0x90: goto yy5170; + case 0x99: goto yy5171; + case 0x9A: goto yy5172; + case 0x9B: goto yy5173; + case 0x9C: goto yy5174; + case 0x9D: goto yy5175; + case 0x9E: goto yy3134; + case 0x9F: goto yy3135; + case 0xA0: goto yy5176; + case 0xA1: goto yy5177; + case 0xA2: goto yy5178; + case 0xA3: goto yy5179; + case 0xA4: goto yy5180; + case 0xA5: goto yy3141; + case 0xA7: goto yy3142; + case 0xA8: goto yy5181; + case 0xA9: goto yy3144; + case 0xAA: goto yy3145; + case 0xAC: goto yy3146; + case 0xAD: goto yy3147; + case 0xAE: goto yy5182; + case 0xAF: goto yy5183; + case 0xB0: goto yy5184; + case 0xB1: goto yy5185; + case 0xB3: goto yy5186; + case 0xB4: goto yy5187; + case 0xB5: goto yy5188; + case 0xB6: goto yy5189; + case 0xB7: goto yy3156; + case 0xBC: goto yy5190; + case 0xBD: goto yy5191; + case 0xBE: goto yy5192; + case 0xBF: goto yy5193; + default: goto yy2; + } +yy2593: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5194; + case 0x81: goto yy3162; + case 0x82: goto yy3163; + case 0x83: goto yy3164; + case 0x84: goto yy5195; + case 0x85: goto yy5196; + case 0x86: goto yy5197; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1136; + case 0x88: goto yy5198; + case 0x8C: goto yy3169; + case 0x8F: goto yy3170; + case 0x90: goto yy3171; + case 0x91: goto yy3172; + case 0x92: goto yy3173; + case 0x93: goto yy3174; + case 0x9D: goto yy3175; + case 0x9E: goto yy3176; + case 0x9F: goto yy3177; + case 0xA6: goto yy3178; + case 0xA7: goto yy3179; + case 0xAD: goto yy3180; + case 0xAE: goto yy3181; + case 0xAF: goto yy3182; + case 0xB0: goto yy5199; + case 0xB1: goto yy5200; + case 0xB2: goto yy2574; + case 0xB3: goto yy5201; + case 0xB4: goto yy5202; + case 0xB5: goto yy5203; + case 0xB6: goto yy5204; + case 0xB7: goto yy5205; + case 0xB8: goto yy1030; + case 0xBA: goto yy3190; + case 0xBB: goto yy3191; + case 0xBF: goto yy3192; + default: goto yy2; + } +yy2594: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5206; + case 0x82: goto yy3194; + case 0x84: goto yy5207; + case 0x86: goto yy5208; + case 0x87: goto yy3197; + case 0x88: goto yy3198; + case 0x89: goto yy3199; + case 0x8A: goto yy3200; + case 0x8B: goto yy3201; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1136; + default: goto yy2; + } +yy2595: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy3202; + case 0x93: goto yy5209; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy2574; + case 0x98: goto yy5210; + case 0x99: goto yy5211; + case 0x9A: goto yy5212; + case 0x9B: goto yy5213; + case 0x9C: goto yy5214; + case 0x9D: goto yy2580; + case 0x9E: goto yy5215; + case 0x9F: goto yy5216; + case 0xA0: goto yy5217; + case 0xA1: goto yy5218; + case 0xA2: goto yy5219; + case 0xA3: goto yy5220; + case 0xA4: goto yy5221; + case 0xA5: goto yy5222; + case 0xA6: goto yy3217; + case 0xA7: goto yy3218; + case 0xA8: goto yy5223; + case 0xA9: goto yy5224; + case 0xAA: goto yy3221; + case 0xAB: goto yy5225; + case 0xAC: goto yy5226; + case 0xAD: goto yy5227; + case 0xAF: goto yy5228; + default: goto yy2; + } +yy2596: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy5229; + case 0xAD: goto yy5230; + case 0xAE: goto yy5231; + case 0xAF: goto yy5232; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy2574; + case 0xB4: goto yy5233; + case 0xB5: goto yy5234; + case 0xB6: goto yy5235; + case 0xB7: goto yy5236; + case 0xB8: goto yy5237; + case 0xB9: goto yy5238; + case 0xBB: goto yy5239; + case 0xBC: goto yy5240; + case 0xBD: goto yy5241; + case 0xBF: goto yy3239; + default: goto yy2; + } +yy2597: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy5242; + case 0x91: goto yy5243; + case 0x92: goto yy5244; + case 0x93: goto yy5245; + case 0x94: goto yy5246; + case 0x96: goto yy5247; + case 0x9B: goto yy5248; + case 0x9D: goto yy5249; + case 0x9E: goto yy5250; + case 0x9F: goto yy3249; + default: goto yy2; + } +yy2598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 1) { + goto yy200; + } + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy1980; + goto yy2; + } else { + if (yych <= '+') goto yy1980; + if (yych <= '/') goto yy2; + goto yy3677; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1980; + goto yy2; + } else { + if (yych <= 'Z') goto yy5251; + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1980; + goto yy5251; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy1980; + goto yy2; + } else { + if (yych <= '~') goto yy1980; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy5253; + goto yy5254; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy5255; + if (yych <= 0xCA) goto yy5256; + goto yy3685; + } else { + if (yych <= 0xCC) goto yy3686; + if (yych <= 0xCD) goto yy5257; + if (yych <= 0xCE) goto yy5258; + goto yy5259; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy5260; + goto yy5255; + } else { + if (yych <= 0xD4) goto yy5261; + if (yych <= 0xD5) goto yy5262; + if (yych <= 0xD6) goto yy5263; + goto yy5264; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy5265; + if (yych <= 0xD9) goto yy5266; + goto yy5255; + } else { + if (yych <= 0xDB) goto yy5267; + if (yych <= 0xDC) goto yy5268; + if (yych <= 0xDD) goto yy5269; + goto yy5270; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy5271; + if (yych <= 0xE0) goto yy5272; + goto yy5273; + } else { + if (yych <= 0xE2) goto yy5274; + if (yych <= 0xE3) goto yy5275; + if (yych <= 0xE4) goto yy3706; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy5276; + if (yych <= 0xEE) goto yy2; + goto yy5277; + } else { + if (yych <= 0xF0) goto yy5278; + if (yych == 0xF3) goto yy3710; + goto yy2; + } + } + } + } +yy2599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych == 0x9A) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; + } + } +yy2600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy950; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy2601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy950; + } else { + if (yych == 0xBD) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy2602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x90) goto yy950; + if (yych <= 0x97) goto yy113; + goto yy950; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy2603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy950; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy950; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy950; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy950; + goto yy2; + } else { + if (yych <= 0xB2) goto yy950; + if (yych <= 0xB5) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy2604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy113; + goto yy950; + } else { + if (yych == 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy950; + goto yy2; + } else { + if (yych <= 0xA1) goto yy950; + if (yych <= 0xA3) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy1246; + if (yych <= 0xB1) goto yy950; + goto yy113; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } + } + } +yy2605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy950; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy950; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy950; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy950; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy950; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy950; + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy2606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x91) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy950; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy1246; + goto yy113; + } else { + if (yych <= 0xB4) goto yy950; + if (yych <= 0xB5) goto yy113; + goto yy2; + } + } + } +yy2607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy950; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy950; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy950; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy950; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy2608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy950; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy950; + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy113; + } else { + if (yych == 0xB9) goto yy950; + goto yy2; + } + } + } +yy2609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy950; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy950; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy950; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy950; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy2610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy950; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy950; + goto yy2; + } + } + } +yy2611: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy113; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy950; + default: goto yy2; + } +yy2612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy950; + if (yych == 0x97) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1246; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; + } + } +yy2613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy950; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy950; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy950; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy2615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy950; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy950; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy2616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy950; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy950; + goto yy2; + } + } + } +yy2617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy950; + goto yy2; + } else { + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x8E) goto yy950; + if (yych <= 0x96) goto yy2; + goto yy113; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy950; + if (yych <= 0xA3) goto yy113; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy1246; + goto yy2; + } else { + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } + } +yy2619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy950; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy950; + } else { + if (yych == 0xBD) goto yy950; + goto yy2; + } + } +yy2620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy950; + goto yy2; + } else { + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1246; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy2621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) goto yy1246; + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy2622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy950; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; +yy2623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy950; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy2624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy2598; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy2625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy950; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) goto yy950; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy2626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych <= 0x93) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy950; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy2627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy2598; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy1246; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy2628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy950; + goto yy113; + } else { + if (yych <= 0xAA) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy2629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy950; + goto yy2; + } else { + if (yych <= 0xAB) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } +yy2630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy950; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy2631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xA0) goto yy950; + goto yy113; + } else { + if (yych <= 0xAF) goto yy950; + if (yych <= 0xB9) goto yy1246; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy2632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy950; + if (yych <= 0xB3) goto yy113; + goto yy2; +yy2633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy950; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy2634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1246; + goto yy2; + } else { + if (yych <= 0x8F) goto yy950; + if (yych <= 0x99) goto yy1246; + if (yych <= 0xB7) goto yy950; + goto yy2; + } +yy2635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy113; + goto yy2; + } else { + if (yych <= 0xA8) goto yy113; + if (yych <= 0xAC) goto yy950; + goto yy113; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy950; + if (yych <= 0xB4) goto yy113; + goto yy950; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy2636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy950; + } else { + if (yych == 0xBE) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy2637: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x84) goto yy950; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy950; + goto yy113; + } else { + if (yych <= 0x93) goto yy950; + if (yych <= 0x95) goto yy2; + goto yy950; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0xAC) goto yy950; + if (yych <= 0xAF) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy950; + goto yy2; + } else { + if (yych <= 0xBC) goto yy950; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } + } +yy2638: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy2598; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy1567; + goto yy2; + } + } +yy2639: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy113; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy950; + default: goto yy2; + } +yy2640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy950; + } else { + if (yych == 0x8E) goto yy950; + if (yych <= 0x8F) goto yy113; + goto yy2; + } +yy2641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy950; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy2642: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy5279; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2643: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy950; + goto yy113; + } else { + if (yych <= 0xAE) goto yy950; + if (yych <= 0xB1) goto yy113; + if (yych <= 0xB3) goto yy950; + goto yy2; + } +yy2644: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy950; + if (yych == 0xBF) goto yy113; + goto yy2; +yy2645: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy950; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy950; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2646: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy2598; + if (yych == 0x9A) goto yy2598; + goto yy2; +yy2647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x93) { + if (yych == 0x84) goto yy113; + if (yych <= 0x91) goto yy2; + goto yy113; + } else { + if (yych == 0xA0) goto yy113; + if (yych <= 0xA9) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB5) goto yy1439; + if (yych <= 0xB7) goto yy113; + goto yy2; + } else { + if (yych <= 0xBC) goto yy950; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy2648: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBA) goto yy950; + goto yy2; + } +yy2649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy950; + goto yy2; +yy2650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy950; + goto yy2; + } else { + if (yych <= 0x9F) goto yy950; + if (yych <= 0xA9) goto yy1246; + if (yych <= 0xAB) goto yy950; + goto yy2; + } +yy2651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy950; + goto yy113; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy2652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy950; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy2653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy2; +yy2654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } else { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy2655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy950; + if (yych <= 0x88) goto yy2; + goto yy113; + } else { + if (yych <= 0xAD) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy950; + goto yy2; + } +yy2656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy950; + goto yy113; + } else { + if (yych == 0x86) goto yy113; + goto yy950; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy113; + if (yych <= 0xA2) goto yy950; + goto yy113; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy2657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0xB3) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2658: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy1246; + if (yych <= 0x9F) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy950; + if (yych <= 0xBA) goto yy2; + goto yy950; + } else { + if (yych == 0xBD) goto yy950; + goto yy2; + } + } +yy2659: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1246; + goto yy950; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy2660: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy950; + if (yych <= 0x93) goto yy113; + goto yy2; +yy2661: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy950; + if (yych <= 0xB6) goto yy113; + goto yy2; +yy2662: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy950; + goto yy113; + } else { + if (yych <= 0x8B) goto yy950; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy1246; + if (yych <= 0xB6) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } + } +yy2663: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy950; + goto yy113; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy950; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy113; + goto yy2; + } + } +yy2664: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy950; + if (yych <= 0x9B) goto yy113; + goto yy2; + } else { + if (yych <= 0xA5) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy2665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy950; + if (yych <= 0xAA) goto yy113; + goto yy2; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; + } +yy2666: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy950; + goto yy2; + } else { + if (yych <= 0x97) goto yy950; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy950; + goto yy113; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy113; + if (yych <= 0xB6) goto yy950; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy950; + goto yy2; + } + } +yy2667: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy2668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy2669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy950; + goto yy2; + } else { + if (yych <= 0xBB) goto yy950; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy2670: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy2598; + if (yych <= 0xB4) goto yy1567; + goto yy2; + } +yy2671: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1567; + goto yy2; + } else { + if (yych <= 0x92) goto yy200; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy113; + goto yy2598; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy113; + if (yych == 0xA9) goto yy113; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy2672: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy2598; + goto yy200; + } + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xBA) goto yy950; + goto yy2; + } else { + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } + } +yy2673: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) goto yy950; + if (yych <= 0x9B) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy2; + goto yy113; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy2674: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy2815; + case 0x81: goto yy2816; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy213; + case 0x83: goto yy2817; + case 0x84: goto yy3728; + case 0x85: goto yy3729; + case 0x86: goto yy3730; + case 0x87: goto yy3731; + case 0x8A: goto yy2818; + case 0x8B: goto yy5280; + case 0x8C: goto yy2820; + case 0x8D: goto yy5281; + case 0x8E: goto yy2822; + case 0x8F: goto yy2823; + case 0x92: goto yy5282; + case 0x94: goto yy2825; + case 0x95: goto yy2826; + case 0x9C: goto yy2827; + case 0x9D: goto yy2828; + case 0xA0: goto yy2829; + case 0xA1: goto yy5283; + case 0xA2: goto yy2831; + case 0xA3: goto yy2832; + case 0xA4: goto yy2833; + case 0xA6: goto yy2834; + case 0xA8: goto yy5284; + case 0xA9: goto yy2836; + case 0xAA: goto yy2837; + case 0xAB: goto yy5285; + case 0xAC: goto yy998; + case 0xAD: goto yy2839; + case 0xAE: goto yy2840; + case 0xB1: goto yy2841; + case 0xB2: + case 0xB3: goto yy2842; + default: goto yy2; + } +yy2675: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5286; + case 0x81: goto yy3759; + case 0x82: goto yy5287; + case 0x83: goto yy5288; + case 0x84: goto yy5289; + case 0x85: goto yy5290; + case 0x86: goto yy5291; + case 0x87: goto yy5292; + case 0x88: goto yy5293; + case 0x8A: goto yy2852; + case 0x8B: goto yy5294; + case 0x8C: goto yy5295; + case 0x8D: goto yy5296; + case 0x92: + case 0x98: goto yy5297; + case 0x93: goto yy5298; + case 0x96: goto yy5299; + case 0x97: goto yy5300; + case 0x99: goto yy5301; + case 0x9A: goto yy5302; + case 0x9B: goto yy3777; + case 0x9C: goto yy3778; + case 0xA2: goto yy2864; + case 0xA3: goto yy5303; + case 0xAB: goto yy2866; + default: goto yy2; + } +yy2676: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy213; + case 0xA8: goto yy2866; + case 0xA9: goto yy5304; + case 0xAB: goto yy5305; + case 0xAC: goto yy5306; + case 0xAD: goto yy5307; + case 0xAE: goto yy2875; + case 0xBD: goto yy5308; + case 0xBE: goto yy3792; + default: goto yy2; + } +yy2677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x80) goto yy2877; + goto yy2; + } else { + if (yych <= 0xB0) goto yy213; + if (yych <= 0xB1) goto yy2878; + if (yych <= 0xB2) goto yy5309; + goto yy2; + } +yy2678: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy118; + case 0x83: goto yy637; + case 0x84: goto yy3795; + case 0x85: goto yy3796; + case 0x87: goto yy3797; + case 0x89: goto yy3798; + case 0x8D: goto yy3799; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy213; + case 0x91: goto yy2880; + case 0x92: goto yy2881; + case 0x93: goto yy2882; + case 0x94: goto yy2883; + case 0x95: goto yy2884; + case 0x9A: goto yy2885; + case 0x9B: goto yy5310; + case 0x9C: goto yy5311; + case 0x9D: goto yy5312; + case 0x9E: goto yy5313; + case 0x9F: goto yy5314; + case 0xAA: goto yy3811; + default: goto yy2; + } +yy2679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy213; + if (yych <= 0xA3) goto yy5315; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2892; + goto yy2893; + } else { + if (yych <= 0xBA) goto yy2894; + if (yych <= 0xBB) goto yy3816; + goto yy2; + } + } +yy2680: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych == 0x9A) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy110; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy110; + goto yy2; + } + } +yy2681: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy1567; + if (yych <= 0x9B) goto yy110; + goto yy2; +yy2682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy1567; + goto yy2; +yy2683: + yych = *++YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy1567; + } else { + if (yych == 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy2684: + yych = *++YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x90) goto yy1567; + if (yych <= 0x97) goto yy110; + goto yy1567; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy2685: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1567; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1567; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1567; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1567; + if (yych <= 0xB5) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy2686: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy110; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy110; + goto yy1567; + } else { + if (yych == 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy1567; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1567; + if (yych <= 0xA3) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy1589; + if (yych <= 0xB1) goto yy1567; + goto yy110; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; + } + } + } +yy2687: + yych = *++YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy1567; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy1567; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy1567; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy1567; + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy2688: + yych = *++YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x91) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1567; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy1589; + goto yy110; + } else { + if (yych <= 0xB4) goto yy1567; + if (yych <= 0xB5) goto yy110; + goto yy2; + } + } + } +yy2689: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy1567; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy1567; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1567; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1567; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy2690: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x90) goto yy1567; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy1567; + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy110; + } else { + if (yych == 0xB9) goto yy1567; + goto yy2; + } + } + } +yy2691: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy1567; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1567; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1567; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1567; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy2692: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy1567; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xB1) goto yy1567; + goto yy2; + } + } + } +yy2693: + yych = *++YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy110; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy1567; + default: goto yy2; + } +yy2694: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy1567; + if (yych == 0x97) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1589; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy110; + goto yy2; + } + } +yy2695: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy1567; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy2696: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy1567; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy1567; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } + } +yy2697: + yych = *++YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy1567; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy1567; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy2698: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy1567; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy1567; + goto yy2; + } + } + } +yy2699: + yych = *++YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy1567; + goto yy2; + } else { + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy2700: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x8E) goto yy1567; + if (yych <= 0x96) goto yy2; + goto yy110; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy1567; + if (yych <= 0xA3) goto yy110; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy1589; + goto yy2; + } else { + if (yych <= 0xB9) goto yy110; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } + } +yy2701: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy1567; + } else { + if (yych == 0xBD) goto yy1567; + goto yy2; + } + } +yy2702: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1567; + goto yy2; + } else { + if (yych <= 0x8A) goto yy110; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1589; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } + } +yy2703: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; +yy2704: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; +yy2705: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy1589; + if (yych <= 0xB3) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy2706: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1589; + goto yy2; + } else { + if (yych <= 0x99) goto yy110; + if (yych <= 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy110; + goto yy2; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy2707: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy110; + } else { + if (yych <= 0x99) goto yy1589; + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy2708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych == 0x87) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy1567; + if (yych <= 0x8F) goto yy2; + goto yy1567; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy2709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1567; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1567; + if (yych <= 0x8F) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy1567; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1567; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy2710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy1567; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1567; + goto yy2; + } + } +yy2711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy1567; + if (yych <= 0x81) goto yy2; + goto yy1567; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy1567; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy2712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1567; + goto yy2; + } else { + if (yych <= 0x95) goto yy1567; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy2713: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1567; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy110; + goto yy2; +yy2714: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1567; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy2715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1567; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy1567; + goto yy2; +yy2716: + yych = *++YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy2717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy1567; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy2718: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1567; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy2719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1567; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy1567; + goto yy2; +yy2720: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy1567; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy110; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1567; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy2721: + yych = *++YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych <= 0x93) goto yy110; + if (yych <= 0x9F) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy1567; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } + } +yy2722: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy110; + if (yych <= 0x9A) goto yy2; + goto yy110; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1589; + goto yy2; + } + } +yy2723: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy2724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy1567; + goto yy2; +yy2725: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1567; + goto yy110; + } else { + if (yych <= 0xAA) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy2726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1567; + goto yy2; +yy2727: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1567; + goto yy2; + } else { + if (yych <= 0xAB) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; + } +yy2728: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy110; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy1589; + goto yy2; +yy2729: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2730: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1567; + if (yych <= 0x9B) goto yy110; + goto yy2; +yy2731: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1589; + goto yy2; + } else { + if (yych <= 0x99) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy110; + goto yy2; + } +yy2732: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy1589; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy110; + goto yy2; + } +yy2733: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xA0) goto yy1567; + goto yy110; + } else { + if (yych <= 0xAF) goto yy1567; + if (yych <= 0xB9) goto yy1589; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy2734: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1567; + if (yych <= 0xB3) goto yy110; + goto yy2; +yy2735: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1567; + if (yych <= 0xB7) goto yy110; + goto yy2; +yy2736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1589; + goto yy2; + } else { + if (yych <= 0x8F) goto yy1567; + if (yych <= 0x99) goto yy1589; + if (yych <= 0xB7) goto yy1567; + goto yy2; + } +yy2737: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy110; + goto yy2; + } else { + if (yych <= 0xA8) goto yy110; + if (yych <= 0xAC) goto yy1567; + goto yy110; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy1567; + if (yych <= 0xB4) goto yy110; + goto yy1567; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy110; + goto yy2; + } + } +yy2738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1567; + goto yy2; +yy2739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy2740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1567; + goto yy2; +yy2741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1567; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1567; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy2742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1567; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1567; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy1567; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy1567; + goto yy2; + } + } +yy2743: + yych = *++YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy1567; + } else { + if (yych == 0xBE) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy2744: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0x84) goto yy1567; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy1567; + goto yy110; + } else { + if (yych <= 0x93) goto yy1567; + if (yych <= 0x95) goto yy2; + goto yy1567; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy110; + } else { + if (yych <= 0xAC) goto yy1567; + if (yych <= 0xAF) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy1567; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1567; + if (yych <= 0xBE) goto yy110; + goto yy2; + } + } + } +yy2745: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy110; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1567; + default: goto yy2; + } +yy2746: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy1567; + } else { + if (yych == 0x8E) goto yy1567; + if (yych <= 0x8F) goto yy110; + goto yy2; + } +yy2747: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1567; + goto yy2; + } else { + if (yych <= 0x8B) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy2748: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy2749: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1567; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1567; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy2750: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1567; + goto yy110; + } else { + if (yych <= 0xAE) goto yy1567; + if (yych <= 0xB1) goto yy110; + if (yych <= 0xB3) goto yy1567; + goto yy2; + } +yy2751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy1567; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy1567; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy2752: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1567; + if (yych == 0xBF) goto yy110; + goto yy2; +yy2753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy1567; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1567; + goto yy2; + } + } +yy2754: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy1567; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy2755: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x93) { + if (yych == 0x84) goto yy110; + if (yych <= 0x91) goto yy2; + goto yy110; + } else { + if (yych == 0xA0) goto yy110; + if (yych <= 0xA9) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB5) goto yy1589; + if (yych <= 0xB7) goto yy110; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1567; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy2756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x98) goto yy2; + if (yych <= 0x9A) goto yy110; + goto yy2809; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy2757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy2758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy1567; + goto yy2; +yy2759: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy110; + goto yy2; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBA) goto yy1567; + goto yy2; + } +yy2760: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy2761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy110; + if (yych <= 0xBE) goto yy2809; + goto yy2; +yy2762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy2809; + goto yy2; +yy2763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy2809; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2764: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1567; + goto yy2; +yy2765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1567; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1567; + if (yych <= 0xA9) goto yy1589; + if (yych <= 0xAB) goto yy1567; + goto yy2; + } +yy2766: + yych = *++YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1567; + goto yy110; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } +yy2767: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1567; + goto yy2; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy2768: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy110; + goto yy2; +yy2769: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } else { + if (yych <= 0xA1) goto yy110; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy2770: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1567; + if (yych <= 0x88) goto yy2; + goto yy110; + } else { + if (yych <= 0xAD) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1567; + goto yy2; + } +yy2771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1567; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy2772: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1567; + goto yy110; + } else { + if (yych == 0x86) goto yy110; + goto yy1567; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy110; + if (yych <= 0xA2) goto yy1567; + goto yy110; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy110; + goto yy2; + } + } +yy2773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1567; + goto yy2; +yy2774: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0xB3) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2775: + yych = *++YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy1589; + if (yych <= 0x9F) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy1567; + if (yych <= 0xBA) goto yy2; + goto yy1567; + } else { + if (yych == 0xBD) goto yy1567; + goto yy2; + } + } +yy2776: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1589; + goto yy1567; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy2777: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1567; + if (yych <= 0x93) goto yy110; + goto yy2; +yy2778: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy1589; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; + } + } +yy2779: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1567; + if (yych <= 0xB6) goto yy110; + goto yy2; +yy2780: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1567; + goto yy110; + } else { + if (yych <= 0x8B) goto yy1567; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy1589; + if (yych <= 0xB6) goto yy2; + goto yy110; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } + } +yy2781: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy1567; + goto yy110; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy1567; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy110; + goto yy2; + } + } +yy2782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy1567; + goto yy2; + } else { + if (yych <= 0x8E) goto yy1567; + if (yych <= 0x90) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1567; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy2783: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1567; + if (yych <= 0x9B) goto yy110; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy2784: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy1567; + if (yych <= 0xAA) goto yy110; + goto yy2; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; + } +yy2785: + yych = *++YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1567; + goto yy2; + } else { + if (yych <= 0x97) goto yy1567; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy1567; + goto yy110; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy110; + if (yych <= 0xB6) goto yy1567; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1567; + goto yy2; + } + } +yy2786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1567; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy2787: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2788: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy2789: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy1567; + goto yy2; +yy2790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy2791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1567; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy2792: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1567; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1567; + if (yych <= 0xBD) goto yy110; + goto yy2; + } +yy2793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy2809; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy110; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy2794: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy1567; + goto yy2; +yy2795: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x8B) goto yy110; + if (yych <= 0x9B) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy1567; + goto yy2; + } else { + if (yych <= 0xBE) goto yy110; + if (yych <= 0xBF) goto yy2809; + goto yy2; + } + } +yy2796: + yych = *++YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x9A) goto yy1567; + if (yych <= 0x9B) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy2; + goto yy110; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy2797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1589; + goto yy2; +yy2798: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy5316; + case 0x81: goto yy5317; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy926; + case 0x83: goto yy5318; + case 0x84: goto yy2069; + case 0x85: goto yy2070; + case 0x86: goto yy2071; + case 0x87: goto yy2072; + case 0x8A: goto yy5319; + case 0x8B: goto yy5320; + case 0x8C: goto yy5321; + case 0x8D: goto yy5322; + case 0x8E: goto yy5323; + case 0x8F: goto yy5324; + case 0x92: goto yy5325; + case 0x94: goto yy5326; + case 0x95: goto yy5327; + case 0x9C: goto yy5328; + case 0x9D: goto yy5329; + case 0xA0: goto yy5330; + case 0xA1: goto yy5331; + case 0xA2: goto yy5332; + case 0xA3: goto yy5333; + case 0xA4: goto yy5334; + case 0xA6: goto yy5335; + case 0xA8: goto yy5336; + case 0xA9: goto yy5337; + case 0xAA: goto yy5338; + case 0xAB: goto yy5339; + case 0xAC: goto yy2726; + case 0xAD: goto yy5340; + case 0xAE: goto yy5341; + case 0xB1: goto yy5342; + case 0xB2: + case 0xB3: goto yy5343; + default: goto yy2; + } +yy2799: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy5344; + case 0x81: goto yy5345; + case 0x82: goto yy5346; + case 0x83: goto yy5347; + case 0x84: goto yy5348; + case 0x85: goto yy5349; + case 0x86: goto yy5350; + case 0x87: goto yy5351; + case 0x88: goto yy5352; + case 0x8A: goto yy5353; + case 0x8B: goto yy5354; + case 0x8C: goto yy5355; + case 0x8D: goto yy5356; + case 0x92: + case 0x98: goto yy5357; + case 0x93: goto yy5358; + case 0x96: goto yy5359; + case 0x97: goto yy5360; + case 0x99: goto yy5361; + case 0x9A: goto yy5362; + case 0x9B: goto yy5363; + case 0x9C: goto yy5364; + case 0xA2: goto yy5365; + case 0xA3: goto yy5366; + case 0xAB: goto yy5367; + default: goto yy2; + } +yy2800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy926; + goto yy5368; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy926; + if (yych <= 0x95) goto yy5369; + goto yy2; + } +yy2801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy926; + if (yych <= 0x90) goto yy5370; + goto yy2; +yy2802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy926; + if (yych <= 0x99) goto yy5371; + goto yy2; +yy2803: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy926; + case 0xA8: goto yy5367; + case 0xA9: goto yy5372; + case 0xAB: goto yy5373; + case 0xAC: goto yy5374; + case 0xAD: goto yy5375; + case 0xAE: goto yy5376; + case 0xBD: goto yy5377; + case 0xBE: goto yy2127; + default: goto yy2; + } +yy2804: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x80) goto yy5378; + goto yy2; + } else { + if (yych <= 0xB0) goto yy926; + if (yych <= 0xB1) goto yy5379; + if (yych <= 0xB2) goto yy5380; + goto yy2; + } +yy2805: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy121; + case 0x83: goto yy2130; + case 0x84: goto yy2131; + case 0x85: goto yy2132; + case 0x87: goto yy2133; + case 0x89: goto yy2134; + case 0x8D: goto yy2135; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy926; + case 0x91: goto yy5381; + case 0x92: goto yy5382; + case 0x93: goto yy5383; + case 0x94: goto yy5384; + case 0x95: goto yy5385; + case 0x9A: goto yy5386; + case 0x9B: goto yy5387; + case 0x9C: goto yy5388; + case 0x9D: goto yy5389; + case 0x9E: goto yy5390; + case 0x9F: goto yy5391; + case 0xAA: goto yy2147; + default: goto yy2; + } +yy2806: + yych = *++YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy926; + if (yych <= 0xA3) goto yy5392; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy5393; + goto yy5394; + } else { + if (yych <= 0xBA) goto yy5395; + if (yych <= 0xBB) goto yy2152; + goto yy2; + } + } +yy2807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 1) { + goto yy200; + } + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy1121; + goto yy2; + } else { + if (yych <= '+') goto yy1121; + if (yych <= '/') goto yy2; + goto yy4039; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1121; + goto yy2; + } else { + if (yych <= 'Z') goto yy5136; + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1121; + goto yy5136; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy1121; + goto yy2; + } else { + if (yych <= '~') goto yy1121; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy2572; + goto yy2573; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy2574; + if (yych <= 0xCA) goto yy2575; + goto yy1135; + } else { + if (yych <= 0xCC) goto yy1136; + if (yych <= 0xCD) goto yy2576; + if (yych <= 0xCE) goto yy2577; + goto yy2578; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy2579; + goto yy2574; + } else { + if (yych <= 0xD4) goto yy2580; + if (yych <= 0xD5) goto yy2581; + if (yych <= 0xD6) goto yy2582; + goto yy2583; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy2584; + if (yych <= 0xD9) goto yy2585; + goto yy2574; + } else { + if (yych <= 0xDB) goto yy2586; + if (yych <= 0xDC) goto yy2587; + if (yych <= 0xDD) goto yy2588; + goto yy2589; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy2590; + if (yych <= 0xE0) goto yy2591; + goto yy2592; + } else { + if (yych <= 0xE2) goto yy2593; + if (yych <= 0xE3) goto yy2594; + if (yych <= 0xE4) goto yy1156; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy2595; + if (yych <= 0xEE) goto yy2; + goto yy2596; + } else { + if (yych <= 0xF0) goto yy2597; + if (yych == 0xF3) goto yy1160; + goto yy2; + } + } + } + } +yy2808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy2; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy533; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy5034; + if (yych <= '.') goto yy200; + if (yych <= '/') goto yy2; + goto yy2445; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy2; + goto yy2445; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy533; + goto yy2445; + } else { + if (yych == '|') goto yy533; + if (yych <= '}') goto yy2; + goto yy533; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + goto yy874; + } else { + if (yych <= 0xCA) goto yy875; + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + goto yy876; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy877; + if (yych <= 0xCF) goto yy878; + goto yy874; + } else { + if (yych <= 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + if (yych <= 0xD4) goto yy880; + goto yy881; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy882; + if (yych <= 0xD7) goto yy883; + if (yych <= 0xD8) goto yy884; + goto yy2437; + } else { + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy2438; + if (yych <= 0xDC) goto yy887; + goto yy888; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy2439; + goto yy2440; + } else { + if (yych <= 0xE1) goto yy2441; + if (yych <= 0xE2) goto yy893; + if (yych <= 0xE3) goto yy894; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2442; + if (yych <= 0xEE) goto yy2; + goto yy2443; + } else { + if (yych <= 0xF0) goto yy2444; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy2809: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= '^') { + if (yych <= '/') { + if (yych <= '*') { + if (yych == '$') goto yy110; + goto yy57; + } else { + if (yych <= '+') goto yy110; + if (yych == '.') goto yy4042; + goto yy57; + } + } else { + if (yych <= '>') { + if (yych <= '9') goto yy2809; + if (yych <= ';') goto yy57; + goto yy110; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy110; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= '_') goto yy2809; + if (yych <= '`') goto yy110; + goto yy1567; + } else { + if (yych == '|') goto yy110; + if (yych <= '}') goto yy57; + goto yy110; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy924; + if (yych <= 0xC3) goto yy925; + goto yy926; + } else { + if (yych <= 0xCA) goto yy927; + if (yych <= 0xCB) goto yy120; + if (yych <= 0xCC) goto yy121; + goto yy928; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy929; + if (yych <= 0xCF) goto yy930; + goto yy926; + } else { + if (yych <= 0xD2) goto yy931; + if (yych <= 0xD3) goto yy926; + if (yych <= 0xD4) goto yy932; + goto yy933; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy934; + if (yych <= 0xD7) goto yy935; + if (yych <= 0xD8) goto yy936; + goto yy937; + } else { + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy938; + if (yych <= 0xDC) goto yy939; + goto yy940; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy941; + if (yych <= 0xDF) goto yy942; + goto yy943; + } else { + if (yych <= 0xE1) goto yy944; + if (yych <= 0xE2) goto yy945; + if (yych <= 0xE3) goto yy946; + goto yy141; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy947; + if (yych <= 0xEE) goto yy57; + goto yy948; + } else { + if (yych <= 0xF0) goto yy949; + if (yych == 0xF3) goto yy145; + goto yy57; + } + } + } + } +yy2811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= '`') { + if (yych <= '/') { + if (yych <= '*') { + if (yych == '$') goto yy110; + goto yy2; + } else { + if (yych <= '+') goto yy110; + if (yych == '.') goto yy112; + goto yy2; + } + } else { + if (yych <= '>') { + if (yych <= '9') goto yy5396; + if (yych <= ';') goto yy2; + goto yy110; + } else { + if (yych <= '@') goto yy2; + if (yych <= 'Z') goto yy113; + if (yych <= ']') goto yy2; + goto yy110; + } + } + } else { + if (yych <= 0xC2) { + if (yych <= '|') { + if (yych <= 'z') goto yy113; + if (yych <= '{') goto yy2; + goto yy110; + } else { + if (yych == '~') goto yy110; + if (yych <= 0xC1) goto yy2; + goto yy116; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC3) goto yy117; + if (yych <= 0xC9) goto yy118; + goto yy119; + } else { + if (yych <= 0xCB) goto yy120; + if (yych <= 0xCC) goto yy121; + if (yych <= 0xCD) goto yy122; + goto yy123; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy124; + if (yych <= 0xD1) goto yy118; + goto yy125; + } else { + if (yych <= 0xD3) goto yy118; + if (yych <= 0xD4) goto yy126; + if (yych <= 0xD5) goto yy127; + goto yy128; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy129; + if (yych <= 0xD8) goto yy130; + goto yy5398; + } else { + if (yych <= 0xDA) goto yy118; + if (yych <= 0xDB) goto yy5399; + if (yych <= 0xDC) goto yy133; + goto yy134; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy135; + if (yych <= 0xDF) goto yy5400; + goto yy5401; + } else { + if (yych <= 0xE1) goto yy5402; + if (yych <= 0xE2) goto yy139; + if (yych <= 0xE3) goto yy140; + goto yy141; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5403; + if (yych <= 0xEE) goto yy2; + goto yy5404; + } else { + if (yych <= 0xF0) goto yy5405; + if (yych == 0xF3) goto yy145; + goto yy2; + } + } + } + } +yy2812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy110; + goto yy2; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy110; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy200; + if (yych <= '.') goto yy2808; + if (yych <= '/') goto yy2; + goto yy5406; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy110; + if (yych <= '@') goto yy2; + goto yy5408; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy110; + goto yy5408; + } else { + if (yych == '|') goto yy110; + if (yych <= '}') goto yy2; + goto yy110; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy5410; + if (yych <= 0xC3) goto yy5411; + goto yy5412; + } else { + if (yych <= 0xCA) goto yy5413; + if (yych <= 0xCB) goto yy120; + if (yych <= 0xCC) goto yy121; + goto yy5414; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy5415; + if (yych <= 0xCF) goto yy5416; + goto yy5412; + } else { + if (yych <= 0xD2) goto yy5417; + if (yych <= 0xD3) goto yy5412; + if (yych <= 0xD4) goto yy5418; + goto yy5419; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy5420; + if (yych <= 0xD7) goto yy5421; + if (yych <= 0xD8) goto yy5422; + goto yy5423; + } else { + if (yych <= 0xDA) goto yy5412; + if (yych <= 0xDB) goto yy5424; + if (yych <= 0xDC) goto yy5425; + goto yy5426; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy5427; + if (yych <= 0xDF) goto yy5428; + goto yy5429; + } else { + if (yych <= 0xE1) goto yy5430; + if (yych <= 0xE2) goto yy5431; + if (yych <= 0xE3) goto yy5432; + goto yy141; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5433; + if (yych <= 0xEE) goto yy2; + goto yy5434; + } else { + if (yych <= 0xF0) goto yy5435; + if (yych == 0xF3) goto yy145; + goto yy2; + } + } + } + } +yy2813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= '^') { + if (yych <= '/') { + if (yych <= '*') { + if (yych == '$') goto yy110; + goto yy2; + } else { + if (yych <= '+') goto yy110; + if (yych == '.') goto yy112; + goto yy2; + } + } else { + if (yych <= '>') { + if (yych <= '9') goto yy2813; + if (yych <= ';') goto yy2; + goto yy110; + } else { + if (yych <= '@') goto yy2; + if (yych <= 'Z') goto yy1437; + if (yych <= ']') goto yy2; + goto yy110; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= '_') goto yy2809; + if (yych <= '`') goto yy110; + goto yy1437; + } else { + if (yych == '|') goto yy110; + if (yych <= '}') goto yy2; + goto yy110; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy288; + if (yych <= 0xC3) goto yy289; + goto yy290; + } else { + if (yych <= 0xCA) goto yy291; + if (yych <= 0xCB) goto yy120; + if (yych <= 0xCC) goto yy121; + goto yy292; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy293; + if (yych <= 0xCF) goto yy294; + goto yy290; + } else { + if (yych <= 0xD2) goto yy295; + if (yych <= 0xD3) goto yy290; + if (yych <= 0xD4) goto yy296; + goto yy297; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy298; + if (yych <= 0xD7) goto yy299; + if (yych <= 0xD8) goto yy300; + goto yy301; + } else { + if (yych <= 0xDA) goto yy290; + if (yych <= 0xDB) goto yy302; + if (yych <= 0xDC) goto yy303; + goto yy304; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy305; + if (yych <= 0xDF) goto yy306; + goto yy307; + } else { + if (yych <= 0xE1) goto yy308; + if (yych <= 0xE2) goto yy309; + if (yych <= 0xE3) goto yy310; + goto yy141; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy311; + if (yych <= 0xEE) goto yy2; + goto yy312; + } else { + if (yych <= 0xF0) goto yy313; + if (yych == 0xF3) goto yy145; + goto yy2; + } + } + } + } +yy2815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy950; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy950; + } else { + if (yych == 0xBF) goto yy950; + goto yy2; + } + } +yy2816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy950; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy950; + goto yy2; +yy2817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy950; + goto yy2; +yy2818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy2819: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy950; + if (yych == 0xA0) goto yy110; + goto yy2; +yy2820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy2821: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy950; + if (yych <= 0x81) goto yy2; + goto yy950; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy950; + if (yych <= 0xBA) goto yy110; + goto yy2; + } +yy2822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy2823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy950; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy950; + goto yy2; +yy2824: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy325; + goto yy2; +yy2825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy2826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy950; + goto yy2; +yy2827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy950; + goto yy2; +yy2828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy950; + goto yy2; +yy2829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy950; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy950; + goto yy2; + } else { + if (yych <= 0xBC) goto yy950; + if (yych == 0xBF) goto yy950; + goto yy2; + } + } +yy2830: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy950; + goto yy2; + } else { + if (yych <= 0xB6) goto yy950; + if (yych <= 0xB8) goto yy110; + goto yy2; + } +yy2831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy950; + goto yy2; +yy2832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy950; + goto yy2; +yy2833: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy950; + goto yy2; +yy2834: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy950; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy2835: + yych = *++YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy950; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych <= 0x86) goto yy110; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy110; + goto yy950; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy950; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy110; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } + } +yy2836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy950; + goto yy2; +yy2837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy950; + goto yy2; +yy2838: + yych = *++YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy950; + goto yy110; + } else { + if (yych <= 0xA4) goto yy950; + if (yych <= 0xA6) goto yy110; + goto yy2; + } +yy2839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy950; + goto yy2; +yy2840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy950; + goto yy2; +yy2841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy950; + goto yy2; +yy2842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy950; + goto yy2; +yy2843: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xB7) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2844: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy325; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy2845: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xAF) goto yy950; + if (yych <= 0xBA) goto yy110; + goto yy2; +yy2846: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy325; + goto yy2; +yy2847: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy950; + } else { + if (yych <= 0xB4) goto yy110; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy325; + goto yy2; + } +yy2848: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy950; + goto yy110; + } else { + if (yych == 0xB6) goto yy950; + goto yy2; + } +yy2849: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xB2) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2850: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy950; + if (yych <= 0x89) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + goto yy950; + } else { + if (yych == 0x9C) goto yy950; + goto yy2; + } + } +yy2851: + yych = *++YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy950; + goto yy2; + } else { + if (yych <= 0xAB) goto yy950; + if (yych <= 0xB7) goto yy110; + goto yy2; + } +yy2852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy950; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy950; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy950; + goto yy2; + } else { + if (yych <= 0xA8) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy2853: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy950; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy325; + goto yy2; + } +yy2854: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy950; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy950; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy950; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy950; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy2855: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x90) goto yy950; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy110; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy950; + goto yy110; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } + } +yy2856: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy950; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy2857: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x85) goto yy950; + goto yy2; + } else { + if (yych <= 0x87) goto yy950; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + goto yy2; + } +yy2858: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy950; + goto yy110; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy2859: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy110; + goto yy2; + } else { + if (yych <= 0x9B) goto yy950; + if (yych <= 0x9D) goto yy110; + goto yy2; + } +yy2860: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy110; + goto yy2; + } else { + if (yych <= 0x84) goto yy950; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + goto yy2; + } +yy2861: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy950; + if (yych <= 0xB7) goto yy110; + goto yy2; +yy2862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + goto yy2; +yy2863: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy110; + goto yy2; + } else { + if (yych <= 0xB9) goto yy325; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy2864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy2865: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy950; + goto yy325; + } else { + if (yych == 0xBF) goto yy950; + goto yy2; + } +yy2866: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy950; + goto yy2; +yy2867: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy950; + goto yy2; +yy2868: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy950; + goto yy2; +yy2869: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy950; + goto yy2; +yy2870: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy950; + goto yy2; +yy2871: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy325; + goto yy2; +yy2872: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; +yy2873: + yych = *++YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy950; + goto yy110; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy2874: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy325; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy950; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy2875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy950; + goto yy2; +yy2876: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy950; + goto yy2; + } else { + if (yych <= 0x90) goto yy950; + if (yych <= 0xBE) goto yy110; + goto yy2; + } +yy2877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1439; + goto yy2; +yy2878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy950; + goto yy2; +yy2879: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy950; + goto yy2; + } else { + if (yych <= 0x99) goto yy950; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy110; + goto yy2; + } +yy2880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy2881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy950; + } else { + if (yych == 0xA2) goto yy950; + if (yych <= 0xA4) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy950; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy950; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } + } +yy2882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy2883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy950; + goto yy2; + } else { + if (yych <= 0x8A) goto yy950; + if (yych <= 0x8C) goto yy2; + goto yy950; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy950; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy950; + goto yy2; + } + } +yy2884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy950; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy950; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy2885: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy950; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; +yy2886: + yych = *++YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy110; + goto yy950; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy110; + goto yy950; + } else { + if (yych <= 0xBB) goto yy110; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy2887: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy950; + goto yy110; + } else { + if (yych == 0xB5) goto yy110; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy2888: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy950; + goto yy110; + } else { + if (yych == 0xAF) goto yy110; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy2889: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy950; + goto yy110; + } else { + if (yych == 0xA9) goto yy110; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy2890: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy950; + goto yy110; + } else { + if (yych <= 0x8B) goto yy950; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy325; + goto yy2; + } +yy2891: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy950; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; +yy2892: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy950; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy950; + } else { + if (yych == 0xA4) goto yy950; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy950; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy950; + } else { + if (yych == 0xBB) goto yy950; + goto yy2; + } + } + } +yy2893: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy950; + default: goto yy2; + } +yy2894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy950; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy950; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy950; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy950; + goto yy2; + } + } +yy2895: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCF) { + if (yych <= '^') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy208; + goto yy146; + } + } else { + if (yych <= '?') { + if (yych <= '/') goto yy208; + if (yych <= '9') goto yy5436; + goto yy208; + } else { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy803; + goto yy208; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= 'z') { + if (yych <= '_') goto yy146; + if (yych <= '`') goto yy208; + goto yy803; + } else { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy805; + goto yy806; + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + goto yy208; + } else { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy812; + goto yy807; + } else { + if (yych <= 0xD4) goto yy813; + if (yych <= 0xD5) goto yy814; + goto yy846; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy816; + if (yych <= 0xD8) goto yy847; + goto yy848; + } else { + if (yych <= 0xDA) goto yy807; + if (yych <= 0xDB) goto yy849; + goto yy820; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy850; + } else { + if (yych <= 0xE0) goto yy851; + if (yych <= 0xE1) goto yy852; + goto yy853; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy208; + goto yy854; + } else { + if (yych <= 0xEE) goto yy208; + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy208; + } + } + } + } +yy2896: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy534; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy781; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy5437; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy534; + goto yy41; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy870; + if (yych <= ']') goto yy41; + goto yy534; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy870; + goto yy41; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy41; + if (yych <= '~') goto yy534; + goto yy41; + } else { + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + if (yych <= 0xC9) goto yy874; + goto yy875; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy534; + if (yych <= 0xCD) goto yy2430; + if (yych <= 0xCE) goto yy877; + goto yy878; + } else { + if (yych == 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + goto yy880; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy2431; + if (yych <= 0xD7) goto yy883; + goto yy2432; + } else { + if (yych <= 0xD9) goto yy2433; + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy886; + goto yy887; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy2434; + goto yy891; + } else { + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy2435; + if (yych <= 0xE3) goto yy894; + goto yy534; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy895; + if (yych <= 0xEE) goto yy41; + goto yy2436; + } else { + if (yych <= 0xF0) goto yy897; + if (yych == 0xF3) goto yy534; + goto yy41; + } + } + } + } +yy2897: + yych = *++YYCURSOR; + if (yych <= '1') goto yy2; + if (yych <= '9') goto yy4755; + goto yy2; +yy2898: + yych = *++YYCURSOR; + if (yych <= ',') { + if (yych == ' ') goto yy2897; + goto yy2; + } else { + if (yych <= '.') goto yy2897; + if (yych <= '1') goto yy2; + if (yych <= '9') goto yy4755; + goto yy2; + } +yy2899: + yych = *++YYCURSOR; + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xD3) { + if (yych <= 0xC1) { + if (yych <= '9') { + if (yych <= '\'') { + if (yych <= '&') goto yy147; + goto yy200; + } else { + if (yych <= '/') goto yy147; + if (yych <= '1') goto yy803; + goto yy5438; + } + } else { + if (yych <= 'Z') { + if (yych <= '@') goto yy147; + goto yy803; + } else { + if (yych <= '`') goto yy147; + if (yych <= 'z') goto yy803; + goto yy147; + } + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC3) { + if (yych <= 0xC2) goto yy805; + goto yy806; + } else { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + goto yy147; + } + } else { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } else { + if (yych == 0xD2) goto yy812; + goto yy807; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD8) { + if (yych <= 0xD5) { + if (yych <= 0xD4) goto yy813; + goto yy814; + } else { + if (yych <= 0xD6) goto yy846; + if (yych <= 0xD7) goto yy816; + goto yy847; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD9) goto yy848; + if (yych <= 0xDA) goto yy807; + goto yy849; + } else { + if (yych <= 0xDC) goto yy820; + if (yych <= 0xDD) goto yy821; + goto yy822; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy850; + goto yy851; + } else { + if (yych <= 0xE1) goto yy852; + if (yych <= 0xE2) goto yy853; + goto yy827; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy854; + goto yy147; + } else { + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy147; + } + } + } + } +yy2900: + yych = *++YYCURSOR; + if (yych <= 0xCD) { + if (yych <= '?') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy534; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy534; + goto yy781; + } + } else { + if (yych <= '.') { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy867; + goto yy203; + } else { + if (yych <= '/') goto yy534; + if (yych <= '1') goto yy868; + if (yych <= '9') goto yy5439; + goto yy534; + } + } + } else { + if (yych <= 'z') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy870; + goto yy534; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy534; + goto yy870; + } + } else { + if (yych <= 0xC3) { + if (yych <= 0xC1) goto yy534; + if (yych <= 0xC2) goto yy872; + goto yy873; + } else { + if (yych <= 0xC9) goto yy874; + if (yych <= 0xCA) goto yy875; + if (yych <= 0xCC) goto yy534; + goto yy876; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD4) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy877; + if (yych <= 0xCF) goto yy878; + goto yy874; + } else { + if (yych <= 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + goto yy880; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy882; + goto yy883; + } else { + if (yych <= 0xD8) goto yy884; + if (yych <= 0xD9) goto yy885; + if (yych <= 0xDA) goto yy874; + goto yy886; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDE) { + if (yych <= 0xDC) goto yy887; + if (yych <= 0xDD) goto yy888; + goto yy889; + } else { + if (yych <= 0xDF) goto yy890; + if (yych <= 0xE0) goto yy891; + if (yych <= 0xE1) goto yy892; + goto yy893; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy894; + if (yych <= 0xE9) goto yy534; + goto yy895; + } else { + if (yych <= 0xEE) goto yy534; + if (yych <= 0xEF) goto yy896; + if (yych <= 0xF0) goto yy897; + goto yy534; + } + } + } + } +yy2901: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy111; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy170; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy5440; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy111; + goto yy41; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy206; + if (yych <= ']') goto yy41; + goto yy111; + } else { + if (yych <= '_') goto yy209; + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy206; + goto yy41; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy41; + if (yych <= '~') goto yy111; + goto yy41; + } else { + if (yych <= 0xC2) goto yy211; + if (yych <= 0xC3) goto yy212; + if (yych <= 0xC9) goto yy213; + goto yy214; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy111; + if (yych <= 0xCD) goto yy215; + if (yych <= 0xCE) goto yy216; + goto yy217; + } else { + if (yych == 0xD2) goto yy218; + if (yych <= 0xD3) goto yy213; + goto yy219; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy220; + if (yych <= 0xD6) goto yy221; + if (yych <= 0xD7) goto yy222; + goto yy223; + } else { + if (yych <= 0xD9) goto yy224; + if (yych <= 0xDA) goto yy213; + if (yych <= 0xDB) goto yy225; + goto yy226; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy227; + if (yych <= 0xDE) goto yy228; + if (yych <= 0xDF) goto yy229; + goto yy230; + } else { + if (yych <= 0xE1) goto yy231; + if (yych <= 0xE2) goto yy232; + if (yych <= 0xE3) goto yy233; + goto yy111; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy234; + if (yych <= 0xEE) goto yy41; + goto yy235; + } else { + if (yych <= 0xF0) goto yy236; + if (yych == 0xF3) goto yy111; + goto yy41; + } + } + } + } +yy2902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB4) { + if (yych == 0xAA) goto yy1087; + goto yy2; + } else { + if (yych <= 0xB5) goto yy1087; + if (yych == 0xBA) goto yy1087; + goto yy2; + } +yy2903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1087; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy2904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy2905: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1087; + goto yy2; +yy2906: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy1087; + default: goto yy2; + } +yy2907: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy1087; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1087; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } +yy2908: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy2909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1087; + if (yych <= 0x89) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy2910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy2911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1087; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy2912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1087; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1087; + if (yych == 0xBE) goto yy1087; + goto yy2; + } +yy2913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy1087; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy1087; + goto yy2; +yy2914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy2915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy1087; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy1087; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } +yy2916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy1087; + } else { + if (yych == 0x95) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xAF) goto yy1087; + if (yych <= 0xB9) goto yy843; + goto yy1087; + } else { + if (yych == 0xBF) goto yy1087; + goto yy2; + } + } +yy2917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1087; + if (yych <= 0x91) goto yy2; + if (yych <= 0xAF) goto yy1087; + goto yy2; +yy2918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy2919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1087; + if (yych == 0xB1) goto yy1087; + goto yy2; +yy2920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + if (yych <= 0xAA) goto yy1087; + goto yy2; +yy2921: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy5441; + case 0xA1: goto yy5442; + case 0xA2: goto yy5443; + case 0xA4: goto yy5444; + case 0xA5: goto yy5445; + case 0xA6: goto yy5446; + case 0xA7: goto yy5447; + case 0xA8: goto yy5448; + case 0xA9: goto yy5449; + case 0xAA: goto yy5450; + case 0xAB: goto yy5451; + case 0xAC: goto yy5452; + case 0xAD: goto yy5453; + case 0xAE: goto yy5454; + case 0xAF: goto yy5455; + case 0xB0: goto yy5456; + case 0xB1: goto yy5457; + case 0xB2: goto yy5458; + case 0xB3: goto yy5459; + case 0xB4: goto yy5460; + case 0xB5: goto yy5461; + case 0xB6: goto yy5462; + case 0xB7: goto yy5463; + case 0xB9: + case 0xBB: goto yy2360; + case 0xBC: goto yy2361; + default: goto yy2; + } +yy2922: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x81: goto yy2362; + case 0x82: goto yy5464; + case 0x83: goto yy5465; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy2904; + case 0x89: goto yy5466; + case 0x8A: goto yy5467; + case 0x8B: goto yy5468; + case 0x8C: goto yy5469; + case 0x8D: + case 0xB6: goto yy5470; + case 0x8E: goto yy5471; + case 0x8F: goto yy5472; + case 0x99: goto yy5473; + case 0x9A: goto yy5474; + case 0x9B: goto yy5475; + case 0x9C: goto yy5476; + case 0x9D: goto yy5477; + case 0x9F: goto yy2361; + case 0xA0: goto yy5478; + case 0xA1: goto yy5479; + case 0xA2: goto yy5480; + case 0xA3: goto yy5481; + case 0xA4: goto yy5482; + case 0xA5: goto yy2365; + case 0xA7: + case 0xAD: goto yy2360; + case 0xA8: goto yy5483; + case 0xAA: goto yy2366; + case 0xAE: goto yy5484; + case 0xAF: goto yy5485; + case 0xB0: goto yy5486; + case 0xB1: goto yy5487; + case 0xB3: goto yy5488; + case 0xB4: goto yy5489; + case 0xB5: goto yy5490; + case 0xBC: goto yy5491; + case 0xBD: goto yy5492; + case 0xBE: goto yy5493; + case 0xBF: goto yy5494; + default: goto yy2; + } +yy2923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych == 0x80) goto yy2997; + if (yych <= 0x83) goto yy2; + goto yy5495; + } else { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy5496; + goto yy5497; + } else { + if (yych == 0x88) goto yy3001; + goto yy2; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5498; + goto yy5499; + } else { + if (yych <= 0xB2) goto yy2904; + if (yych <= 0xB3) goto yy5500; + goto yy5501; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy5502; + goto yy5503; + } else { + if (yych <= 0xB7) goto yy5504; + if (yych <= 0xB8) goto yy3009; + goto yy2; + } + } + } +yy2924: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy5505; + goto yy2; + } else { + if (yych <= 0x84) goto yy5506; + if (yych == 0x86) goto yy5507; + goto yy2; + } +yy2925: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x93: goto yy5508; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy2904; + case 0x98: goto yy5509; + case 0x99: goto yy5510; + case 0x9A: goto yy5511; + case 0x9B: goto yy5485; + case 0x9C: goto yy5512; + case 0x9D: goto yy2910; + case 0x9E: goto yy5513; + case 0x9F: goto yy5514; + case 0xA0: goto yy5515; + case 0xA1: goto yy5516; + case 0xA2: goto yy5517; + case 0xA3: goto yy5518; + case 0xA4: goto yy5519; + case 0xA5: goto yy5520; + case 0xA7: goto yy2373; + case 0xA8: goto yy5521; + case 0xA9: goto yy5522; + case 0xAB: goto yy5523; + case 0xAC: goto yy5524; + case 0xAD: goto yy5525; + case 0xAF: goto yy5526; + default: goto yy2; + } +yy2926: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy5527; + case 0xAD: goto yy5528; + case 0xAE: goto yy5529; + case 0xAF: goto yy5530; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy2904; + case 0xB4: goto yy5531; + case 0xB5: goto yy5532; + case 0xB6: goto yy5533; + case 0xB7: goto yy5534; + case 0xB8: goto yy3040; + case 0xB9: goto yy5535; + case 0xBB: goto yy5536; + case 0xBC: goto yy5537; + case 0xBD: goto yy5538; + default: goto yy2; + } +yy2927: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy5539; + case 0x91: goto yy5540; + case 0x92: goto yy5541; + case 0x93: goto yy5542; + case 0x94: goto yy5543; + case 0x96: goto yy5544; + case 0x9B: goto yy5545; + case 0x9D: goto yy5546; + case 0x9E: goto yy5547; + default: goto yy2; + } +yy2928: + yyaccept = 18; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xD3) { + if (yych <= 0xC1) { + if (yych <= '/') { + if (yych <= '\'') { + if (yych <= '&') goto yy1091; + goto yy1087; + } else { + if (yych <= ',') goto yy1091; + if (yych <= '.') goto yy1087; + goto yy1091; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy843; + if (yych <= '@') goto yy1091; + goto yy2939; + } else { + if (yych <= '`') goto yy1091; + if (yych <= 'z') goto yy2939; + goto yy1091; + } + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC3) { + if (yych <= 0xC2) goto yy4024; + goto yy4025; + } else { + if (yych <= 0xC9) goto yy1108; + if (yych <= 0xCA) goto yy4026; + goto yy1091; + } + } else { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy4027; + if (yych <= 0xCE) goto yy4028; + goto yy4029; + } else { + if (yych == 0xD2) goto yy4030; + goto yy1108; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD8) { + if (yych <= 0xD5) { + if (yych <= 0xD4) goto yy4031; + goto yy4032; + } else { + if (yych <= 0xD6) goto yy4033; + if (yych <= 0xD7) goto yy1105; + goto yy1106; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD9) goto yy1107; + if (yych <= 0xDA) goto yy1108; + goto yy1109; + } else { + if (yych <= 0xDC) goto yy1110; + if (yych <= 0xDD) goto yy1111; + goto yy1112; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy1113; + goto yy1114; + } else { + if (yych <= 0xE1) goto yy4034; + if (yych <= 0xE2) goto yy4035; + goto yy1117; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy4036; + goto yy1091; + } else { + if (yych <= 0xEF) goto yy4037; + if (yych <= 0xF0) goto yy4038; + goto yy1091; + } + } + } + } +yy2929: + yyaccept = 17; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD3) { + if (yych <= 0xC1) { + if (yych <= '/') { + if (yych <= '\'') { + if (yych <= '&') goto yy923; + goto yy1087; + } else { + if (yych <= ',') goto yy923; + if (yych <= '.') goto yy1087; + goto yy923; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy843; + if (yych <= '@') goto yy923; + goto yy2939; + } else { + if (yych <= '`') goto yy923; + if (yych <= 'z') goto yy2939; + goto yy923; + } + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC3) { + if (yych <= 0xC2) goto yy4024; + goto yy4025; + } else { + if (yych <= 0xC9) goto yy1108; + if (yych <= 0xCA) goto yy4026; + goto yy923; + } + } else { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy4027; + if (yych <= 0xCE) goto yy4028; + goto yy4029; + } else { + if (yych == 0xD2) goto yy4030; + goto yy1108; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD8) { + if (yych <= 0xD5) { + if (yych <= 0xD4) goto yy4031; + goto yy4032; + } else { + if (yych <= 0xD6) goto yy4033; + if (yych <= 0xD7) goto yy1105; + goto yy1106; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD9) goto yy1107; + if (yych <= 0xDA) goto yy1108; + goto yy1109; + } else { + if (yych <= 0xDC) goto yy1110; + if (yych <= 0xDD) goto yy1111; + goto yy1112; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy1113; + goto yy1114; + } else { + if (yych <= 0xE1) goto yy4034; + if (yych <= 0xE2) goto yy4035; + goto yy1117; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy4036; + goto yy923; + } else { + if (yych <= 0xEF) goto yy4037; + if (yych <= 0xF0) goto yy4038; + goto yy923; + } + } + } + } +yy2930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD6) { + if (yych <= 0xCA) { + if (yych <= 'z') { + if (yych <= '@') goto yy2; + if (yych <= 'Z') goto yy5548; + if (yych <= '`') goto yy2; + goto yy5548; + } else { + if (yych <= 0xC2) { + if (yych <= 0xC1) goto yy2; + goto yy5550; + } else { + if (yych <= 0xC3) goto yy5551; + if (yych <= 0xC9) goto yy5552; + goto yy5553; + } + } + } else { + if (yych <= 0xD1) { + if (yych <= 0xCD) { + if (yych <= 0xCC) goto yy2; + goto yy5554; + } else { + if (yych <= 0xCE) goto yy5555; + if (yych <= 0xCF) goto yy5556; + goto yy5552; + } + } else { + if (yych <= 0xD3) { + if (yych <= 0xD2) goto yy5557; + goto yy5552; + } else { + if (yych <= 0xD4) goto yy5558; + if (yych <= 0xD5) goto yy5559; + goto yy5560; + } + } + } + } else { + if (yych <= 0xDF) { + if (yych <= 0xDA) { + if (yych <= 0xD7) goto yy5561; + if (yych <= 0xD8) goto yy5562; + if (yych <= 0xD9) goto yy5563; + goto yy5552; + } else { + if (yych <= 0xDC) { + if (yych <= 0xDB) goto yy5564; + goto yy5565; + } else { + if (yych <= 0xDD) goto yy5566; + if (yych <= 0xDE) goto yy5567; + goto yy5568; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xE0) goto yy5569; + goto yy5570; + } else { + if (yych <= 0xE2) goto yy5571; + if (yych <= 0xE3) goto yy5572; + goto yy2; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xEA) goto yy5573; + goto yy2; + } else { + if (yych <= 0xEF) goto yy5574; + if (yych <= 0xF0) goto yy5575; + goto yy2; + } + } + } + } +yy2931: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAA: + case 0xBA: goto yy2939; + case 0xB5: goto yy1089; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy2932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy2930; + goto yy2; +yy2933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy1089; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy1089; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1089; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; + } + } +yy2934: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1089; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1564; + if (yych == 0xBE) goto yy1564; + goto yy2; + } +yy2935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy2939; + goto yy2; + } else { + if (yych <= 0xB2) goto yy2939; + if (yych == 0xB4) goto yy2930; + goto yy2; + } +yy2936: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x81: goto yy2362; + case 0x82: goto yy2964; + case 0x83: goto yy2965; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: goto yy1108; + case 0x89: goto yy2966; + case 0x8A: goto yy2967; + case 0x8B: goto yy2968; + case 0x8C: goto yy2969; + case 0x8D: goto yy2970; + case 0x8E: goto yy2971; + case 0x8F: goto yy2972; + case 0x90: goto yy5576; + case 0x99: goto yy2974; + case 0x9A: goto yy2975; + case 0x9B: goto yy2976; + case 0x9C: goto yy2977; + case 0x9D: goto yy2978; + case 0x9F: goto yy2361; + case 0xA0: goto yy5577; + case 0xA1: goto yy2980; + case 0xA2: goto yy2981; + case 0xA3: goto yy2982; + case 0xA4: goto yy2983; + case 0xA5: goto yy2365; + case 0xA7: + case 0xAD: goto yy2360; + case 0xA8: goto yy2984; + case 0xAA: goto yy2366; + case 0xAE: goto yy2985; + case 0xAF: goto yy2986; + case 0xB0: goto yy2987; + case 0xB1: goto yy2988; + case 0xB3: goto yy2989; + case 0xB4: goto yy2990; + case 0xB5: goto yy2991; + case 0xB6: goto yy2992; + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1094; + case 0xBC: goto yy2993; + case 0xBD: goto yy2994; + case 0xBE: goto yy2995; + case 0xBF: goto yy2996; + default: goto yy2; + } +yy2937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych == 0x80) goto yy5578; + if (yych <= 0x83) goto yy2; + goto yy2998; + } else { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2999; + goto yy3000; + } else { + if (yych == 0x88) goto yy5579; + goto yy2; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3002; + goto yy3003; + } else { + if (yych <= 0xB2) goto yy1094; + if (yych <= 0xB3) goto yy3004; + goto yy3005; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy3006; + goto yy3007; + } else { + if (yych <= 0xB7) goto yy3008; + if (yych <= 0xB8) goto yy5580; + goto yy2; + } + } + } +yy2938: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy3032; + case 0xAD: goto yy3033; + case 0xAE: goto yy3034; + case 0xAF: goto yy3035; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1108; + case 0xB4: goto yy3036; + case 0xB5: goto yy3037; + case 0xB6: goto yy3038; + case 0xB7: goto yy3039; + case 0xB8: goto yy5581; + case 0xB9: goto yy5582; + case 0xBB: goto yy3042; + case 0xBC: goto yy5583; + case 0xBD: goto yy3044; + default: goto yy2; + } +yy2939: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD1) { + if (yych <= '`') { + if (yych <= '.') { + if (yych <= '\'') { + if (yych <= '&') goto yy57; + goto yy1564; + } else { + if (yych <= ',') goto yy57; + if (yych <= '-') goto yy1564; + goto yy2929; + } + } else { + if (yych <= ':') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy843; + goto yy2930; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy2939; + goto yy57; + } + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) { + if (yych <= 'z') goto yy2939; + if (yych <= 0xC1) goto yy57; + goto yy5584; + } else { + if (yych <= 0xC3) goto yy4025; + if (yych <= 0xC9) goto yy1108; + goto yy4026; + } + } else { + if (yych <= 0xCD) { + if (yych <= 0xCB) goto yy2932; + if (yych <= 0xCC) goto yy57; + goto yy4027; + } else { + if (yych <= 0xCE) goto yy5585; + if (yych <= 0xCF) goto yy4029; + goto yy1108; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xD2) goto yy4030; + if (yych <= 0xD3) goto yy1108; + goto yy4031; + } else { + if (yych <= 0xD5) goto yy4032; + if (yych <= 0xD6) goto yy5586; + goto yy2935; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy1106; + if (yych <= 0xD9) goto yy1107; + goto yy1108; + } else { + if (yych <= 0xDB) goto yy1109; + if (yych <= 0xDC) goto yy1110; + goto yy1111; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1112; + if (yych <= 0xDF) goto yy1113; + goto yy1114; + } else { + if (yych <= 0xE1) goto yy5587; + if (yych <= 0xE2) goto yy5588; + goto yy1117; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy4036; + goto yy57; + } else { + if (yych <= 0xEF) goto yy5589; + if (yych <= 0xF0) goto yy4038; + goto yy57; + } + } + } + } +yy2941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy2939; + goto yy2; +yy2942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy2939; + goto yy2; +yy2943: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy2939; + goto yy2; +yy2944: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0xB9) goto yy2939; + if (yych == 0xBD) goto yy2939; + goto yy2; +yy2945: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy2939; + if (yych <= 0x97) goto yy2; + goto yy2939; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy2946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych == 0x80) goto yy2939; + if (yych <= 0x84) goto yy2; + goto yy2939; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy2939; + if (yych <= 0x92) goto yy2; + goto yy2939; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy2939; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy2939; + } else { + if (yych == 0xBD) goto yy2939; + goto yy2; + } + } + } +yy2947: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy2; + goto yy2939; + } else { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0xA1) goto yy2939; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2939; + goto yy2; + } + } +yy2948: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy2939; + goto yy2; + } else { + if (yych <= 0x90) goto yy2939; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy2939; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy2939; + goto yy2; + } + } +yy2949: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy2939; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB4) goto yy2939; + goto yy2; + } + } +yy2950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8D) goto yy2939; + goto yy2; + } else { + if (yych == 0x92) goto yy2; + if (yych <= 0xA8) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy2939; + goto yy2; + } else { + if (yych <= 0xB9) goto yy2939; + if (yych == 0xBD) goto yy2939; + goto yy2; + } + } +yy2951: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy2939; + if (yych <= 0x9F) goto yy2; + goto yy2939; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xB9) goto yy2939; + goto yy2; + } + } +yy2952: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy2939; + goto yy2; + } else { + if (yych <= 0x90) goto yy2939; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy2939; + goto yy2; + } else { + if (yych <= 0xB9) goto yy2939; + if (yych == 0xBD) goto yy2939; + goto yy2; + } + } +yy2953: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy2939; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xB1) goto yy2939; + goto yy2; + } + } +yy2954: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy2939; + default: goto yy2; + } +yy2955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy2939; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; +yy2956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8C) { + if (yych <= 0x84) goto yy2; + goto yy2939; + } else { + if (yych <= 0x8D) goto yy2; + if (yych <= 0x90) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy2939; + } else { + if (yych == 0xBD) goto yy2939; + goto yy2; + } + } +yy2957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy2939; + goto yy2; + } else { + if (yych <= 0xA1) goto yy2939; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; + } +yy2958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy2939; + goto yy2; + } else { + if (yych == 0x91) goto yy2; + goto yy2939; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA9) goto yy2; + if (yych <= 0xB3) goto yy2939; + goto yy2; + } else { + if (yych <= 0xB9) goto yy2939; + if (yych == 0xBD) goto yy2939; + goto yy2; + } + } +yy2959: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x9E: + case 0xA0: + case 0xA1: + case 0xB1: + case 0xB2: goto yy2939; + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: goto yy843; + default: goto yy2; + } +yy2960: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy2939; + } else { + if (yych <= 0xBA) { + if (yych <= 0x91) goto yy2; + goto yy2939; + } else { + if (yych == 0xBD) goto yy2939; + goto yy2; + } + } +yy2961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x8E) goto yy2939; + if (yych <= 0x9E) goto yy2; + goto yy2939; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy2962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy2939; + if (yych <= 0x99) goto yy2; + goto yy2939; + } else { + if (yych <= 0xBB) { + if (yych <= 0xB2) goto yy2; + goto yy2939; + } else { + if (yych == 0xBD) goto yy2939; + goto yy2; + } + } +yy2963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy2939; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; +yy2964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy2965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy1089; + } else { + if (yych == 0x87) goto yy1089; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy1089; + if (yych <= 0x8F) goto yy2; + goto yy2939; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy2966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy2939; + goto yy2; + } else { + if (yych <= 0x8D) goto yy2939; + if (yych <= 0x8F) goto yy2; + goto yy2939; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy2939; + goto yy2; + } else { + if (yych <= 0x9D) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy2967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy2939; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy2939; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy2939; + goto yy2; + } + } +yy2968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy2939; + if (yych <= 0x81) goto yy2; + goto yy2939; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy2939; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy2969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy2939; + goto yy2; + } else { + if (yych <= 0x95) goto yy2939; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy2970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy2939; + goto yy2; +yy2971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy2972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1089; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy1089; + goto yy2; +yy2973: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy2974: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy2939; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy2975: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy2976: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy2939; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy2939; + goto yy2; +yy2977: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy2939; + goto yy2; + } else { + if (yych <= 0x91) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy2939; + goto yy2; + } +yy2978: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy2939; + goto yy2; + } else { + if (yych == 0xAD) goto yy2; + if (yych <= 0xB0) goto yy2939; + goto yy2; + } +yy2979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych == 0x86) goto yy1087; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy2980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy2939; + goto yy2; +yy2981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy2939; + goto yy2; + } else { + if (yych <= 0xAA) goto yy2939; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy2982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy2939; + goto yy2; +yy2983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy2939; + goto yy2; +yy2984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy2939; + goto yy2; +yy2985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x82) goto yy2; + if (yych <= 0xA0) goto yy2939; + goto yy2; + } else { + if (yych <= 0xAF) goto yy2939; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy2986: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy2939; + goto yy2; +yy2987: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy2939; + goto yy2; +yy2988: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy2939; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy2939; + goto yy2; + } +yy2989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAC) goto yy2939; + goto yy2; + } else { + if (yych <= 0xB1) goto yy2939; + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy2939; + goto yy2; + } +yy2990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1089; + goto yy2; +yy2991: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy2992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1089; + goto yy2; +yy2993: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1089; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1089; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; + } +yy2994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1089; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1089; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy1089; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy1089; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy1089; + goto yy2; + } + } +yy2995: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy1089; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1089; + goto yy2; + } +yy2996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x84) goto yy1089; + goto yy2; + } else { + if (yych <= 0x8C) goto yy1089; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1089; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9B) goto yy1089; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAC) goto yy1089; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBC) goto yy1089; + goto yy2; + } + } +yy2997: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1087; + goto yy2; + } else { + if (yych <= 0x99) goto yy1087; + if (yych == 0xA4) goto yy1087; + goto yy2; + } +yy2998: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1089; + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: goto yy2939; + default: goto yy2; + } +yy2999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0x89) goto yy1089; + if (yych == 0x8E) goto yy1089; + goto yy2; +yy3000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1089; + goto yy2; +yy3001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x92) goto yy1087; + goto yy2; +yy3002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy3003: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1089; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1089; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; + } +yy3004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1089; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1089; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1089; + goto yy2; + } +yy3005: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy1089; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy1089; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy3006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy2939; + goto yy2; +yy3007: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy2939; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy2939; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy2939; + goto yy2; + } + } +yy3008: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x87) goto yy2; + goto yy2939; + } else { + if (yych <= 0x96) { + if (yych <= 0x8F) goto yy2; + goto yy2939; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9E) goto yy2939; + goto yy2; + } + } +yy3009: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy1087; + if (yych == 0x9A) goto yy1087; + goto yy2; +yy3010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBC) goto yy2939; + goto yy2; +yy3011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy2939; + goto yy2; +yy3012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBA) goto yy2939; + goto yy2; +yy3013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy2939; + goto yy2; +yy3014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy2939; + goto yy2; + } else { + if (yych <= 0x9F) goto yy2939; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy2939; + goto yy2; + } +yy3015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAD) goto yy1089; + if (yych <= 0xAE) goto yy2939; + goto yy2; +yy3016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1089; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy3017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy3018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1089; + if (yych <= 0x8A) goto yy2; + goto yy1089; + } else { + if (yych <= 0xAD) { + if (yych <= 0x8F) goto yy2939; + goto yy1089; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1089; + goto yy2; + } + } +yy3019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych == 0xB7) goto yy2939; + goto yy2; + } else { + if (yych <= 0xBA) goto yy1089; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy3020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x82) goto yy2; + goto yy2939; + } else { + if (yych <= 0x8A) { + if (yych <= 0x86) goto yy2; + goto yy2939; + } else { + if (yych <= 0x8B) goto yy2; + if (yych <= 0xA2) goto yy2939; + goto yy2; + } + } +yy3021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy2939; + goto yy2; +yy3022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) goto yy2; + if (yych <= 0xB3) goto yy2939; + goto yy2; +yy3023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB1) goto yy2; + goto yy2939; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy2939; + } else { + if (yych == 0xBD) goto yy2939; + goto yy2; + } + } +yy3024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2939; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy3025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy2939; + goto yy2; +yy3026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy2939; + goto yy2; +yy3027: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy2939; + goto yy2; + } else { + if (yych <= 0x8B) goto yy2939; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy3028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy2939; + if (yych == 0xB2) goto yy2939; + goto yy2; +yy3029: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy2939; + goto yy2; + } else { + if (yych <= 0x8E) goto yy2939; + if (yych <= 0x90) goto yy2; + goto yy2939; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy2939; + goto yy2; + } else { + if (yych <= 0xAE) goto yy2939; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; + } + } +yy3030: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1089; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1089; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; + } +yy3031: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy2939; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy3032: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1089; + goto yy2; + } else { + if (yych <= 0x97) goto yy1089; + if (yych == 0x9D) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB6) goto yy2939; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy2939; + goto yy2; + } + } +yy3033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy2939; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy3034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy2939; + goto yy2; +yy3035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy3036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy2939; + goto yy2; +yy3037: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy3038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy2939; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy3039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy2939; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy2939; + goto yy2; +yy3040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB2) goto yy1087; + goto yy2; +yy3041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych == 0x92) goto yy1087; + if (yych <= 0xA2) goto yy2; + goto yy1087; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy2939; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy3042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy2939; + goto yy2; +yy3043: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych == 0x87) goto yy1087; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy1089; + goto yy2; + } + } +yy3044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1089; + goto yy2; +yy3045: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5590; + case 0x81: goto yy5591; + case 0x82: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy1108; + case 0x83: goto yy5592; + case 0x8A: goto yy5593; + case 0x8B: goto yy5594; + case 0x8C: goto yy5595; + case 0x8D: goto yy5596; + case 0x8E: goto yy5597; + case 0x8F: goto yy5598; + case 0x90: goto yy1094; + case 0x91: goto yy5599; + case 0x92: goto yy5600; + case 0x94: goto yy5601; + case 0x95: goto yy2987; + case 0x9C: goto yy5602; + case 0x9D: goto yy5603; + case 0xA0: goto yy5604; + case 0xA1: goto yy5605; + case 0xA2: goto yy2983; + case 0xA3: goto yy5606; + case 0xA4: goto yy5607; + case 0xA6: goto yy5608; + case 0xA8: goto yy5609; + case 0xA9: goto yy5610; + case 0xAA: goto yy5611; + case 0xAB: goto yy5612; + case 0xAC: goto yy2982; + case 0xAD: goto yy5613; + case 0xAE: goto yy5614; + case 0xB1: goto yy5615; + case 0xB2: + case 0xB3: goto yy5616; + default: goto yy2; + } +yy3046: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5617; + case 0x81: goto yy4840; + case 0x82: goto yy5618; + case 0x83: goto yy5619; + case 0x84: goto yy5620; + case 0x85: goto yy5621; + case 0x86: goto yy5622; + case 0x87: goto yy5623; + case 0x88: goto yy5624; + case 0x8A: goto yy5625; + case 0x8B: goto yy5626; + case 0x8C: goto yy2952; + case 0x8D: goto yy5627; + case 0x92: + case 0x98: goto yy4026; + case 0x93: goto yy5628; + case 0x96: goto yy5629; + case 0x97: goto yy5630; + case 0x99: goto yy5631; + case 0x9A: goto yy5632; + case 0x9B: goto yy2362; + case 0x9C: goto yy4847; + case 0xA2: goto yy5633; + case 0xA3: goto yy5634; + case 0xAB: goto yy5635; + default: goto yy2; + } +yy3047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1108; + goto yy5636; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy1108; + if (yych <= 0x95) goto yy5637; + goto yy2; + } +yy3048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1108; + if (yych <= 0x90) goto yy5629; + goto yy2; +yy3049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy1108; + if (yych <= 0x99) goto yy3025; + goto yy2; +yy3050: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy1108; + case 0xA8: goto yy5635; + case 0xA9: goto yy5638; + case 0xAB: goto yy5639; + case 0xAC: goto yy4026; + case 0xAD: goto yy5640; + case 0xAE: goto yy5641; + case 0xBD: goto yy5642; + default: goto yy2; + } +yy3051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy1108; + if (yych <= 0xB1) goto yy5643; + if (yych <= 0xB2) goto yy5644; + goto yy2; +yy3052: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy1094; + case 0x91: goto yy5645; + case 0x92: goto yy5646; + case 0x93: goto yy5647; + case 0x94: goto yy5648; + case 0x95: goto yy5649; + case 0x9A: goto yy5650; + case 0x9B: goto yy5651; + case 0x9C: goto yy5652; + case 0x9D: goto yy5653; + case 0x9E: goto yy5654; + case 0x9F: goto yy5655; + default: goto yy2; + } +yy3053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy1108; + if (yych <= 0xA3) goto yy5656; + goto yy2; + } else { + if (yych <= 0xB8) goto yy5657; + if (yych <= 0xB9) goto yy5658; + if (yych <= 0xBA) goto yy5659; + goto yy2; + } +yy3054: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= ']') { + if (yych <= '-') { + if (yych <= '*') { + if (yych == '$') goto yy5660; + goto yy1766; + } else { + if (yych <= '+') goto yy5660; + if (yych <= ',') goto yy1766; + goto yy535; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy1766; + if (yych <= '9') goto yy5660; + goto yy1766; + } else { + if (yych <= '>') goto yy5660; + if (yych <= '@') goto yy1766; + if (yych <= 'Z') goto yy5660; + goto yy1766; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '|') { + if (yych == '{') goto yy1766; + goto yy5660; + } else { + if (yych == '~') goto yy5660; + goto yy1766; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) goto yy5662; + if (yych <= 0xC9) goto yy5663; + goto yy5664; + } else { + if (yych <= 0xCB) goto yy5665; + if (yych <= 0xCC) goto yy5663; + if (yych <= 0xCD) goto yy5666; + goto yy5667; + } + } + } + } else { + if (yych <= 0xDF) { + if (yych <= 0xD8) { + if (yych <= 0xD5) { + if (yych <= 0xD3) goto yy5663; + if (yych <= 0xD4) goto yy5668; + goto yy5669; + } else { + if (yych <= 0xD6) goto yy5670; + if (yych <= 0xD7) goto yy5671; + goto yy5672; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD9) goto yy5673; + if (yych <= 0xDA) goto yy5663; + goto yy5674; + } else { + if (yych <= 0xDC) goto yy5675; + if (yych <= 0xDD) goto yy5676; + if (yych <= 0xDE) goto yy5677; + goto yy5678; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE2) { + if (yych <= 0xE0) goto yy5679; + if (yych <= 0xE1) goto yy5680; + goto yy5681; + } else { + if (yych <= 0xE3) goto yy5682; + if (yych <= 0xE4) goto yy5683; + goto yy1766; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy5684; + if (yych <= 0xEE) goto yy1766; + goto yy5685; + } else { + if (yych <= 0xF0) goto yy5686; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy3055: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy1766; + if (yych <= '$') goto yy5660; + goto yy146; + } else { + if (yych == '+') goto yy5688; + if (yych <= ',') goto yy1766; + goto yy783; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy146; + if (yych <= '/') goto yy1766; + goto yy5688; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '?') goto yy1766; + goto yy148; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= 'Z') goto yy5688; + if (yych <= ']') goto yy1766; + goto yy5660; + } else { + if (yych == '`') goto yy5660; + if (yych <= 'z') goto yy5688; + goto yy1766; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy1766; + if (yych <= '~') goto yy5660; + goto yy1766; + } else { + if (yych <= 0xC2) goto yy5662; + if (yych <= 0xC9) goto yy5663; + if (yych <= 0xCA) goto yy5664; + goto yy5665; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xCE) { + if (yych <= 0xCC) goto yy5663; + if (yych <= 0xCD) goto yy5666; + goto yy5667; + } else { + if (yych <= 0xD3) goto yy5663; + if (yych <= 0xD4) goto yy5668; + if (yych <= 0xD5) goto yy5669; + goto yy5670; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy5671; + if (yych <= 0xD8) goto yy5672; + goto yy5673; + } else { + if (yych <= 0xDA) goto yy5663; + if (yych <= 0xDB) goto yy5674; + if (yych <= 0xDC) goto yy5675; + goto yy5676; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy5677; + if (yych <= 0xDF) goto yy5678; + goto yy5679; + } else { + if (yych <= 0xE1) goto yy5680; + if (yych <= 0xE2) goto yy5681; + if (yych <= 0xE3) goto yy5682; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5684; + if (yych <= 0xEE) goto yy1766; + goto yy5685; + } else { + if (yych <= 0xF0) goto yy5686; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy3056: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy1766; + if (yych <= '$') goto yy5660; + if (yych <= '%') goto yy146; + goto yy1766; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy5688; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy203; + if (yych <= '/') goto yy1766; + goto yy5690; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '?') goto yy1766; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy5690; + if (yych <= ']') goto yy1766; + if (yych <= '^') goto yy5660; + goto yy5688; + } else { + if (yych <= '`') goto yy5660; + if (yych <= 'z') goto yy5690; + if (yych <= '{') goto yy1766; + goto yy5660; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy5660; + if (yych <= 0xC1) goto yy1766; + goto yy5692; + } else { + if (yych <= 0xC3) goto yy5693; + if (yych <= 0xC9) goto yy5694; + if (yych <= 0xCA) goto yy5695; + goto yy5665; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy5663; + if (yych <= 0xCD) goto yy5696; + if (yych <= 0xCE) goto yy5697; + goto yy5698; + } else { + if (yych == 0xD2) goto yy5699; + if (yych <= 0xD3) goto yy5694; + goto yy5700; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy5701; + if (yych <= 0xD6) goto yy5702; + if (yych <= 0xD7) goto yy5703; + goto yy5704; + } else { + if (yych <= 0xD9) goto yy5705; + if (yych <= 0xDA) goto yy5694; + if (yych <= 0xDB) goto yy5706; + goto yy5707; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy5708; + if (yych <= 0xDE) goto yy5709; + if (yych <= 0xDF) goto yy5710; + goto yy5711; + } else { + if (yych <= 0xE1) goto yy5712; + if (yych <= 0xE2) goto yy5713; + if (yych <= 0xE3) goto yy5714; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5715; + if (yych <= 0xEE) goto yy1766; + goto yy5716; + } else { + if (yych <= 0xF0) goto yy5717; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy3057: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy1766; + if (yych <= '$') goto yy5660; + if (yych <= '%') goto yy146; + goto yy1766; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy5688; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1161; + if (yych <= '.') goto yy1125; + if (yych <= '/') goto yy1766; + goto yy5690; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '?') goto yy1766; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy5718; + if (yych <= ']') goto yy1766; + if (yych <= '^') goto yy5660; + goto yy5688; + } else { + if (yych <= '`') goto yy5660; + if (yych <= 'z') goto yy5718; + if (yych <= '{') goto yy1766; + goto yy5660; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy5660; + if (yych <= 0xC1) goto yy1766; + goto yy5720; + } else { + if (yych <= 0xC3) goto yy5721; + if (yych <= 0xC9) goto yy5722; + if (yych <= 0xCA) goto yy5723; + goto yy5665; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy5663; + if (yych <= 0xCD) goto yy5724; + if (yych <= 0xCE) goto yy5725; + goto yy5726; + } else { + if (yych == 0xD2) goto yy5727; + if (yych <= 0xD3) goto yy5722; + goto yy5728; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy5729; + if (yych <= 0xD6) goto yy5730; + if (yych <= 0xD7) goto yy5731; + goto yy5732; + } else { + if (yych <= 0xD9) goto yy5733; + if (yych <= 0xDA) goto yy5722; + if (yych <= 0xDB) goto yy5734; + goto yy5735; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy5736; + if (yych <= 0xDE) goto yy5737; + if (yych <= 0xDF) goto yy5738; + goto yy5739; + } else { + if (yych <= 0xE1) goto yy5740; + if (yych <= 0xE2) goto yy5741; + if (yych <= 0xE3) goto yy5742; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5743; + if (yych <= 0xEE) goto yy1766; + goto yy5744; + } else { + if (yych <= 0xF0) goto yy5745; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy3058: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1952; + case 0xAA: + case 0xB5: + case 0xBA: goto yy3083; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy3059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3083; + goto yy1952; + } else { + if (yych == 0xB7) goto yy1952; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy3060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x91) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy2; + } else { + if (yych == 0x97) goto yy5746; + goto yy1952; + } + } else { + if (yych <= 0xAC) { + if (yych <= 0xA4) goto yy2; + if (yych <= 0xAB) goto yy1952; + goto yy2; + } else { + if (yych == 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy3061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB3) goto yy3083; + if (yych <= 0xB4) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy3083; + if (yych <= 0xBA) goto yy2; + goto yy3083; + } else { + if (yych == 0xBF) goto yy3083; + goto yy2; + } + } +yy3062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy3083; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy3083; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy3063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1952; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy3064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3083; + if (yych <= 0x89) goto yy1952; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy3065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych == 0x8A) goto yy1245; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBE) goto yy1245; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy3066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy1952; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy3083; + goto yy2; + } else { + if (yych <= 0xB2) goto yy3083; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy3067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1952; + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy3068: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy3083; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy3083; + } else { + if (yych <= 0xB0) goto yy1952; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy3069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy3083; + goto yy2; + } else { + if (yych <= 0x95) goto yy3083; + if (yych == 0x9D) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy3083; + goto yy843; + } else { + if (yych <= 0xBC) goto yy3083; + if (yych <= 0xBE) goto yy1952; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy3070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy3071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1952; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy3072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3083; + if (yych <= 0xB0) goto yy1952; + if (yych <= 0xB1) goto yy3083; + goto yy2; +yy3073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy3083; + } else { + if (yych <= 0xB3) goto yy1952; + if (yych == 0xB6) goto yy1952; + goto yy2; + } +yy3074: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy5747; + case 0xA1: goto yy5748; + case 0xA2: goto yy3087; + case 0xA3: goto yy5749; + case 0xA4: goto yy5750; + case 0xA5: goto yy5751; + case 0xA6: goto yy5752; + case 0xA7: goto yy5753; + case 0xA8: goto yy5754; + case 0xA9: goto yy5755; + case 0xAA: goto yy5756; + case 0xAB: goto yy5757; + case 0xAC: goto yy5758; + case 0xAD: goto yy5759; + case 0xAE: goto yy5760; + case 0xAF: goto yy5761; + case 0xB0: goto yy5762; + case 0xB1: goto yy5763; + case 0xB2: goto yy5764; + case 0xB3: goto yy5765; + case 0xB4: goto yy5766; + case 0xB5: goto yy5767; + case 0xB6: goto yy5768; + case 0xB7: goto yy5769; + case 0xB8: goto yy5770; + case 0xB9: goto yy5771; + case 0xBA: goto yy5772; + case 0xBB: goto yy5773; + case 0xBC: goto yy5774; + case 0xBD: goto yy5775; + case 0xBE: goto yy5776; + case 0xBF: goto yy5777; + default: goto yy2; + } +yy3075: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5778; + case 0x81: goto yy5779; + case 0x82: goto yy5780; + case 0x83: goto yy3120; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1133; + case 0x89: goto yy3121; + case 0x8A: goto yy3122; + case 0x8B: goto yy3123; + case 0x8C: goto yy3124; + case 0x8D: goto yy5781; + case 0x8E: goto yy5782; + case 0x8F: goto yy3127; + case 0x90: goto yy5783; + case 0x99: goto yy3129; + case 0x9A: goto yy3130; + case 0x9B: goto yy3131; + case 0x9C: goto yy5784; + case 0x9D: goto yy5785; + case 0x9E: goto yy5786; + case 0x9F: goto yy5787; + case 0xA0: goto yy5788; + case 0xA1: goto yy3137; + case 0xA2: goto yy5789; + case 0xA3: goto yy3139; + case 0xA4: goto yy5790; + case 0xA5: goto yy5791; + case 0xA7: goto yy5792; + case 0xA8: goto yy5793; + case 0xA9: goto yy5794; + case 0xAA: goto yy5795; + case 0xAC: goto yy5796; + case 0xAD: goto yy5797; + case 0xAE: goto yy5798; + case 0xAF: goto yy5799; + case 0xB0: goto yy5800; + case 0xB1: goto yy3151; + case 0xB3: goto yy5801; + case 0xB4: goto yy3153; + case 0xB5: goto yy3154; + case 0xB6: goto yy3155; + case 0xB7: goto yy5802; + case 0xBC: goto yy3157; + case 0xBD: goto yy3158; + case 0xBE: goto yy5803; + case 0xBF: goto yy5804; + default: goto yy2; + } +yy3076: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5805; + case 0x81: goto yy5806; + case 0x82: goto yy5807; + case 0x83: goto yy5808; + case 0x84: goto yy5809; + case 0x85: goto yy5810; + case 0x86: goto yy5811; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1956; + case 0x88: goto yy5812; + case 0x8C: goto yy5813; + case 0x8F: goto yy5814; + case 0x90: goto yy5815; + case 0x91: goto yy5816; + case 0x92: goto yy5817; + case 0x93: goto yy5818; + case 0x9D: goto yy5819; + case 0x9E: goto yy5820; + case 0x9F: goto yy5821; + case 0xA6: goto yy5822; + case 0xA7: goto yy5823; + case 0xAD: goto yy5824; + case 0xAE: goto yy5825; + case 0xAF: goto yy5826; + case 0xB0: goto yy3183; + case 0xB1: goto yy3184; + case 0xB2: goto yy1133; + case 0xB3: goto yy5827; + case 0xB4: goto yy3186; + case 0xB5: goto yy5828; + case 0xB6: goto yy3188; + case 0xB7: goto yy5829; + case 0xB8: goto yy1353; + case 0xBA: goto yy5830; + case 0xBB: goto yy4638; + case 0xBF: goto yy5831; + default: goto yy2; + } +yy3077: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5832; + case 0x82: goto yy5833; + case 0x84: goto yy3195; + case 0x86: goto yy5834; + case 0x87: goto yy5835; + case 0x88: goto yy5836; + case 0x89: goto yy5837; + case 0x8A: goto yy5838; + case 0x8B: goto yy5839; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1956; + default: goto yy2; + } +yy3078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1956; + goto yy2; +yy3079: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4539; + case 0x93: goto yy5840; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy1133; + case 0x98: goto yy3204; + case 0x99: goto yy5841; + case 0x9A: goto yy5842; + case 0x9B: goto yy5843; + case 0x9C: goto yy5844; + case 0x9D: goto yy1141; + case 0x9E: goto yy5845; + case 0x9F: goto yy3210; + case 0xA0: goto yy5846; + case 0xA1: goto yy3212; + case 0xA2: goto yy5847; + case 0xA3: goto yy5848; + case 0xA4: goto yy5849; + case 0xA5: goto yy5850; + case 0xA6: goto yy5851; + case 0xA7: goto yy5852; + case 0xA8: goto yy5853; + case 0xA9: goto yy5854; + case 0xAA: goto yy5855; + case 0xAB: goto yy5856; + case 0xAC: goto yy3223; + case 0xAD: goto yy5857; + case 0xAF: goto yy5858; + default: goto yy2; + } +yy3080: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy5859; + case 0xAD: goto yy3227; + case 0xAE: goto yy5860; + case 0xAF: goto yy5861; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1133; + case 0xB4: goto yy3230; + case 0xB5: goto yy3231; + case 0xB6: goto yy3232; + case 0xB7: goto yy5862; + case 0xB8: goto yy5863; + case 0xB9: goto yy5864; + case 0xBB: goto yy3236; + case 0xBC: goto yy5865; + case 0xBD: goto yy5866; + case 0xBF: goto yy5867; + default: goto yy2; + } +yy3081: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy5868; + case 0x91: goto yy5869; + case 0x92: goto yy3242; + case 0x93: goto yy3243; + case 0x94: goto yy3244; + case 0x96: goto yy5870; + case 0x9B: goto yy5871; + case 0x9D: goto yy5872; + case 0x9E: goto yy5873; + case 0x9F: goto yy5874; + default: goto yy2; + } +yy3082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy5875; + goto yy2; +yy3083: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1952; + goto yy57; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy1952; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1565; + if (yych <= '.') goto yy5876; + if (yych <= '/') goto yy57; + goto yy5136; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy1952; + goto yy57; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy3083; + if (yych <= ']') goto yy57; + goto yy1952; + } else { + if (yych <= 'z') goto yy3083; + if (yych == '|') goto yy1952; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy1952; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy3058; + goto yy3059; + } else { + if (yych <= 0xC9) goto yy1133; + if (yych <= 0xCA) goto yy1134; + if (yych <= 0xCB) goto yy3060; + goto yy1956; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy3061; + if (yych <= 0xCE) goto yy3062; + goto yy3063; + } else { + if (yych == 0xD2) goto yy3064; + if (yych <= 0xD3) goto yy1133; + goto yy1141; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy1142; + if (yych <= 0xD6) goto yy3065; + if (yych <= 0xD7) goto yy3066; + goto yy3067; + } else { + if (yych <= 0xD9) goto yy3068; + if (yych <= 0xDA) goto yy1133; + if (yych <= 0xDB) goto yy3069; + goto yy3070; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy3071; + if (yych <= 0xDE) goto yy3072; + if (yych <= 0xDF) goto yy3073; + goto yy3074; + } else { + if (yych <= 0xE1) goto yy3075; + if (yych <= 0xE2) goto yy3076; + if (yych <= 0xE3) goto yy3077; + goto yy3078; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy3079; + if (yych <= 0xEE) goto yy57; + goto yy3080; + } else { + if (yych <= 0xF0) goto yy3081; + if (yych == 0xF3) goto yy3082; + goto yy57; + } + } + } + } +yy3085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych == 0x9A) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1121; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1121; + goto yy2; + } + } +yy3086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy3083; + if (yych <= 0x9B) goto yy1121; + goto yy2; +yy3087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy3083; + goto yy2; +yy3088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy3083; + } else { + if (yych == 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy3090: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x90) goto yy3083; + if (yych <= 0x97) goto yy1121; + goto yy3083; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1121; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy3091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3083; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3083; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3083; + goto yy2; + } else { + if (yych <= 0xB2) goto yy3083; + if (yych <= 0xB5) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy3092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1121; + goto yy3083; + } else { + if (yych == 0x97) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy3083; + goto yy2; + } else { + if (yych <= 0xA1) goto yy3083; + if (yych <= 0xA3) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1121; + goto yy2; + } + } + } +yy3093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy3083; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy3083; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy3083; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy3083; + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy3094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych == 0x91) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy3083; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1121; + } else { + if (yych <= 0xB4) goto yy3083; + if (yych <= 0xB5) goto yy1121; + goto yy2; + } + } + } +yy3095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy3083; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy3083; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3083; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3083; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy3096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych == 0x90) goto yy3083; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy3083; + if (yych <= 0xA3) goto yy1121; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1121; + } else { + if (yych == 0xB9) goto yy3083; + goto yy2; + } + } + } +yy3097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy3083; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3083; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3083; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3083; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy3098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1121; + if (yych <= 0xB1) goto yy3083; + goto yy2; + } + } + } +yy3099: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1121; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy3083; + default: goto yy2; + } +yy3100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy3083; + if (yych == 0x97) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1121; + goto yy2; + } + } +yy3101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy3102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1121; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy3083; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } + } +yy3103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy3083; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy3104: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1121; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy3083; + goto yy2; + } + } + } +yy3105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy3083; + goto yy2; + } else { + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy3106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8E) goto yy3083; + if (yych <= 0x96) goto yy2; + goto yy1121; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy3083; + if (yych <= 0xA3) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1121; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } + } +yy3107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy3083; + } else { + if (yych == 0xBD) goto yy3083; + goto yy2; + } + } +yy3108: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3083; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1121; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1121; + goto yy2; + } + } +yy3109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy1121; + goto yy2; + } else { + if (yych <= 0xBA) goto yy1121; + if (yych == 0xBF) goto yy1121; + goto yy2; + } +yy3110: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy3111: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy1121; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBC) goto yy1121; + goto yy2; + } +yy3112: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy3113: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy843; + if (yych <= 0xB3) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy3114: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x87) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0x98) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy3116: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy1121; + goto yy2; + } else { + if (yych <= 0x8F) goto yy1121; + if (yych <= 0x94) goto yy2; + if (yych <= 0x98) goto yy1121; + goto yy2; + } +yy3117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBE) goto yy1121; + goto yy2; +yy3118: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy1121; + if (yych <= 0x9D) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1121; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } + } +yy3119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1121; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy3120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych == 0x87) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy3083; + if (yych <= 0x8F) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy3121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3083; + goto yy2; + } else { + if (yych <= 0x8D) goto yy3083; + if (yych <= 0x8F) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy3083; + goto yy2; + } else { + if (yych <= 0x9D) goto yy3083; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy3122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy3083; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy3083; + goto yy2; + } + } +yy3123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy3083; + if (yych <= 0x81) goto yy2; + goto yy3083; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy3083; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy3124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy3083; + goto yy2; + } else { + if (yych <= 0x95) goto yy3083; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy3125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3083; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1121; + goto yy2; +yy3126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3083; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy3127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy3083; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy3083; + goto yy2; +yy3128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy3129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy3083; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy3130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy3083; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy3131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3083; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy3083; + goto yy2; +yy3132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy3083; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB1) goto yy3083; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } + } +yy3133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych <= 0x93) goto yy1121; + if (yych <= 0x9F) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy3083; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1121; + goto yy2; + } + } +yy3134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3135: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1121; + if (yych <= 0x9A) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } +yy3136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy3137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy3083; + goto yy2; +yy3138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xAA) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy3139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy3083; + goto yy2; +yy3140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3083; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1121; + goto yy2; + } +yy3141: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy1121; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy3142: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3083; + if (yych <= 0x9B) goto yy1121; + goto yy2; +yy3144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9E) goto yy1121; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1121; + if (yych == 0xBF) goto yy1121; + goto yy2; + } +yy3145: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy1121; + goto yy2; + } +yy3146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3147: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy1121; + goto yy2; + } +yy3148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xA0) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy3083; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy3149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3083; + if (yych <= 0xB3) goto yy1121; + goto yy2; +yy3150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy3083; + if (yych <= 0xB7) goto yy1121; + goto yy2; +yy3151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy3083; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy3083; + goto yy2; + } +yy3152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1121; + if (yych <= 0xAC) goto yy3083; + goto yy1121; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy3083; + if (yych <= 0xB4) goto yy1121; + goto yy3083; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1121; + goto yy2; + } + } +yy3153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy3083; + goto yy2; +yy3154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy3155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3083; + goto yy2; +yy3156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1121; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3083; + goto yy2; + } else { + if (yych <= 0x9D) goto yy3083; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy3158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy3083; + goto yy2; + } else { + if (yych <= 0x8D) goto yy3083; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy3083; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy3083; + goto yy2; + } + } +yy3159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy3083; + } else { + if (yych == 0xBE) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy3160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0x84) goto yy3083; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy3083; + goto yy1121; + } else { + if (yych <= 0x93) goto yy3083; + if (yych <= 0x95) goto yy2; + goto yy3083; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAC) goto yy3083; + if (yych <= 0xAF) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy3083; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3083; + if (yych <= 0xBE) goto yy1121; + goto yy2; + } + } + } +yy3161: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1087; + if (yych <= 0x97) goto yy2; + goto yy1087; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1087; + } else { + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } +yy3162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych == 0x84) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy1121; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy1121; + goto yy2; + } + } +yy3163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0x8C) goto yy1121; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBE) goto yy1121; + goto yy2; +yy3164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB0) goto yy1121; + goto yy2; +yy3165: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1121; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy3083; + default: goto yy2; + } +yy3166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + goto yy3083; + } else { + if (yych == 0x8E) goto yy3083; + if (yych <= 0x8F) goto yy1121; + goto yy2; + } +yy3167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy3083; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy3168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy5877; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1121; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy3170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy1121; + goto yy2; +yy3171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy1121; + goto yy2; +yy3172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1121; + goto yy2; +yy3173: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3174: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy1121; + goto yy2; +yy3175: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1121; + goto yy2; +yy3176: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3177: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy3178: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0x98) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3179: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy1121; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1121; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy3180: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1121; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3181: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1121; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy3182: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1121; + goto yy2; + } else { + if (yych <= 0x91) goto yy1121; + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAF) goto yy1121; + goto yy2; + } +yy3183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy3184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3083; + goto yy2; + } else { + if (yych <= 0xBB) goto yy3083; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy3185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xAE) goto yy3083; + if (yych <= 0xB1) goto yy1121; + if (yych <= 0xB3) goto yy3083; + goto yy2; + } +yy3186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy3083; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy3083; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy3187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy3083; + if (yych == 0xBF) goto yy1121; + goto yy2; +yy3188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy3083; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy3083; + goto yy2; + } + } +yy3189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy3083; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy3190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1121; + goto yy2; +yy3192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1121; + goto yy2; +yy3193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1121; + goto yy2; + } else { + if (yych <= 0x93) goto yy1121; + if (yych == 0xA0) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1121; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1121; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3083; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy3194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy1121; + goto yy2; +yy3195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy3083; + goto yy2; +yy3196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1121; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBA) goto yy3083; + goto yy2; + } +yy3197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1121; + goto yy2; +yy3198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1121; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1121; + goto yy2; + } else { + if (yych <= 0x90) goto yy1121; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy3200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB0) goto yy1121; + goto yy2; +yy3201: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy1121; + goto yy2; +yy3202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy3083; + goto yy2; +yy3204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy3083; + goto yy2; + } else { + if (yych <= 0x9F) goto yy3083; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy3083; + goto yy2; + } +yy3205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } +yy3206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy3083; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy3207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1121; + goto yy2; +yy3208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1121; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy3209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3083; + if (yych <= 0x88) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAD) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy3083; + goto yy2; + } +yy3210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy3083; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy3211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3083; + goto yy1121; + } else { + if (yych == 0x86) goto yy1121; + goto yy3083; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1121; + if (yych <= 0xA2) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1121; + goto yy2; + } + } +yy3212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy3083; + goto yy2; +yy3213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0xB3) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy3083; + if (yych <= 0xBA) goto yy2; + goto yy3083; + } else { + if (yych == 0xBD) goto yy3083; + goto yy2; + } + } +yy3215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy3083; + } else { + if (yych <= 0xAD) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy3216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3083; + if (yych <= 0x93) goto yy1121; + goto yy2; +yy3217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3218: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy1121; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } + } +yy3219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy3083; + if (yych <= 0xB6) goto yy1121; + goto yy2; +yy3220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy3083; + goto yy1121; + } else { + if (yych <= 0x8B) goto yy3083; + if (yych <= 0x8D) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } + } +yy3221: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB7: + case 0xB8: + case 0xBE: + case 0xBF: goto yy1121; + default: goto yy2; + } +yy3222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy3083; + goto yy1121; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy3083; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1121; + goto yy2; + } + } +yy3223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy3083; + goto yy2; + } else { + if (yych <= 0x8E) goto yy3083; + if (yych <= 0x90) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy3083; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy3224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3083; + if (yych <= 0x9B) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA5) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy3225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy3083; + if (yych <= 0xAA) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy3226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3083; + goto yy2; + } else { + if (yych <= 0x97) goto yy3083; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy3083; + goto yy1121; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1121; + if (yych <= 0xB6) goto yy3083; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy3083; + goto yy2; + } + } +yy3227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3083; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy3228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy3229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy3230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy3083; + goto yy2; +yy3231: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy3232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3083; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy3233: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3083; + goto yy2; + } else { + if (yych <= 0xBB) goto yy3083; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } +yy3234: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1121; + if (yych <= 0x9F) goto yy2; + goto yy1121; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy1087; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } +yy3235: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1121; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1121; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1121; + if (yych == 0xA9) goto yy1121; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy3236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy3083; + goto yy2; +yy3237: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy1121; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy3238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1121; + if (yych <= 0x9A) goto yy3083; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1121; + goto yy2; + } +yy3239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1121; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } +yy3240: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5878; + case 0x81: goto yy5879; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy1133; + case 0x83: goto yy5880; + case 0x84: goto yy5881; + case 0x85: goto yy5882; + case 0x86: goto yy5883; + case 0x87: goto yy5884; + case 0x8A: goto yy5885; + case 0x8B: goto yy5886; + case 0x8C: goto yy5887; + case 0x8D: goto yy5888; + case 0x8E: goto yy5889; + case 0x8F: goto yy5890; + case 0x92: goto yy5891; + case 0x94: goto yy5892; + case 0x95: goto yy5893; + case 0x9C: goto yy5894; + case 0x9D: goto yy5895; + case 0xA0: goto yy5896; + case 0xA1: goto yy5897; + case 0xA2: goto yy5898; + case 0xA3: goto yy5899; + case 0xA4: goto yy5900; + case 0xA6: goto yy5901; + case 0xA8: goto yy5902; + case 0xA9: goto yy5903; + case 0xAA: goto yy5904; + case 0xAB: goto yy5905; + case 0xAC: goto yy3139; + case 0xAD: goto yy5906; + case 0xAE: goto yy5907; + case 0xB1: goto yy5908; + case 0xB2: + case 0xB3: goto yy5909; + default: goto yy2; + } +yy3241: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5910; + case 0x81: goto yy5911; + case 0x82: goto yy5912; + case 0x83: goto yy5913; + case 0x84: goto yy5914; + case 0x85: goto yy5915; + case 0x86: goto yy5916; + case 0x87: goto yy5917; + case 0x88: goto yy5918; + case 0x8A: goto yy5919; + case 0x8B: goto yy5920; + case 0x8C: goto yy5921; + case 0x8D: goto yy5922; + case 0x92: + case 0x98: goto yy5923; + case 0x93: goto yy5924; + case 0x96: goto yy5925; + case 0x97: goto yy5926; + case 0x99: goto yy5927; + case 0x9A: goto yy5928; + case 0x9B: goto yy2362; + case 0x9C: goto yy5929; + case 0xA2: goto yy5930; + case 0xA3: goto yy5931; + case 0xAB: goto yy5932; + default: goto yy2; + } +yy3242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1133; + goto yy5933; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy1133; + if (yych <= 0x95) goto yy5934; + goto yy2; + } +yy3243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1133; + if (yych <= 0x90) goto yy5935; + goto yy2; +yy3244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy1133; + if (yych <= 0x99) goto yy5936; + goto yy2; +yy3245: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy1133; + case 0xA8: goto yy5932; + case 0xA9: goto yy5937; + case 0xAB: goto yy5938; + case 0xAC: goto yy5939; + case 0xAD: goto yy5940; + case 0xAE: goto yy5941; + case 0xBD: goto yy5942; + case 0xBE: goto yy5943; + default: goto yy2; + } +yy3246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy1133; + if (yych <= 0xB1) goto yy5944; + if (yych <= 0xB2) goto yy5945; + goto yy2; +yy3247: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1136; + case 0x83: goto yy5946; + case 0x84: goto yy5947; + case 0x85: goto yy5948; + case 0x87: goto yy5949; + case 0x89: goto yy5950; + case 0x8D: goto yy5951; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy1133; + case 0x91: goto yy5952; + case 0x92: goto yy5953; + case 0x93: goto yy5954; + case 0x94: goto yy5955; + case 0x95: goto yy5956; + case 0x9A: goto yy5957; + case 0x9B: goto yy5958; + case 0x9C: goto yy5959; + case 0x9D: goto yy5960; + case 0x9E: goto yy5961; + case 0x9F: goto yy5962; + case 0xAA: goto yy5963; + default: goto yy2; + } +yy3248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy1133; + if (yych <= 0xA3) goto yy5964; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy5965; + goto yy5966; + } else { + if (yych <= 0xBA) goto yy5967; + if (yych <= 0xBB) goto yy5968; + goto yy2; + } + } +yy3249: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x85: goto yy5969; + case 0x81: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: goto yy1136; + case 0x82: goto yy5970; + case 0x83: goto yy5971; + case 0x84: goto yy5972; + case 0x86: goto yy5973; + case 0x87: goto yy5974; + case 0x88: goto yy5975; + case 0x89: goto yy5976; + case 0x95: goto yy5977; + case 0x96: goto yy5978; + case 0x9B: goto yy5979; + case 0x9D: goto yy3191; + case 0x9F: goto yy5980; + case 0xA0: goto yy5981; + case 0xA1: goto yy5982; + case 0xA2: goto yy5983; + case 0xA4: goto yy5984; + case 0xA6: goto yy5985; + case 0xA7: goto yy4598; + default: goto yy2; + } +yy3250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0x86) goto yy1136; + if (yych <= 0x87) goto yy5986; + goto yy2; +yy3251: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy1766; + if (yych <= '$') goto yy1764; + if (yych <= '%') goto yy146; + goto yy1766; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy2209; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1161; + if (yych <= '.') goto yy5987; + if (yych <= '/') goto yy1766; + goto yy2402; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy1764; + if (yych <= '?') goto yy1766; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy3251; + if (yych <= ']') goto yy1766; + if (yych <= '^') goto yy1764; + goto yy2209; + } else { + if (yych <= '`') goto yy1764; + if (yych <= 'z') goto yy3251; + if (yych <= '{') goto yy1766; + goto yy1764; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy1764; + if (yych <= 0xC1) goto yy1766; + goto yy5988; + } else { + if (yych <= 0xC3) goto yy5989; + if (yych <= 0xC9) goto yy3255; + if (yych <= 0xCA) goto yy3256; + goto yy4254; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1769; + if (yych <= 0xCD) goto yy5990; + if (yych <= 0xCE) goto yy5991; + goto yy5992; + } else { + if (yych == 0xD2) goto yy5993; + if (yych <= 0xD3) goto yy3255; + goto yy3261; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy3262; + if (yych <= 0xD6) goto yy5994; + if (yych <= 0xD7) goto yy5995; + goto yy5996; + } else { + if (yych <= 0xD9) goto yy5997; + if (yych <= 0xDA) goto yy3255; + if (yych <= 0xDB) goto yy5998; + goto yy5999; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy6000; + if (yych <= 0xDE) goto yy6001; + if (yych <= 0xDF) goto yy6002; + goto yy6003; + } else { + if (yych <= 0xE1) goto yy6004; + if (yych <= 0xE2) goto yy6005; + if (yych <= 0xE3) goto yy6006; + goto yy4270; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy6007; + if (yych <= 0xEE) goto yy1766; + goto yy6008; + } else { + if (yych <= 0xF0) goto yy6009; + if (yych == 0xF3) goto yy4274; + goto yy1766; + } + } + } + } +yy3253: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1762; + case 0xAA: + case 0xB5: + case 0xBA: goto yy6010; + default: goto yy2; + } +yy3254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6010; + goto yy1762; + } else { + if (yych == 0xB7) goto yy1762; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy3255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy3256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6010; + goto yy2; +yy3257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0xB3) goto yy6010; + if (yych <= 0xB4) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy6010; + if (yych <= 0xBA) goto yy2; + goto yy6010; + } else { + if (yych == 0xBF) goto yy6010; + goto yy2; + } + } +yy3258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1762; + goto yy6010; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy6010; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy3259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1762; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy3260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6010; + if (yych <= 0x89) goto yy1762; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy3261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy3262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6010; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy3263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy3264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1762; + if (yych <= 0x8F) goto yy2; + goto yy6010; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy6010; + goto yy2; + } + } +yy3265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1762; + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy3266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy6010; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy6010; + } else { + if (yych <= 0xB0) goto yy1762; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy3267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy6010; + goto yy2; + } else { + if (yych <= 0x95) goto yy6010; + if (yych == 0x9D) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1762; + if (yych <= 0xAF) goto yy6010; + goto yy843; + } else { + if (yych <= 0xBC) goto yy6010; + if (yych <= 0xBE) goto yy1762; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy3268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy3269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1762; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy3270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6010; + if (yych <= 0xB0) goto yy1762; + if (yych <= 0xB1) goto yy6010; + goto yy2; +yy3271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy6010; + } else { + if (yych <= 0xB3) goto yy1762; + if (yych == 0xB6) goto yy1762; + goto yy2; + } +yy3272: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy6012; + case 0xA1: goto yy6013; + case 0xA2: goto yy6014; + case 0xA3: goto yy4278; + case 0xA4: goto yy6015; + case 0xA5: goto yy6016; + case 0xA6: goto yy6017; + case 0xA7: goto yy6018; + case 0xA8: goto yy6019; + case 0xA9: goto yy6020; + case 0xAA: goto yy6021; + case 0xAB: goto yy6022; + case 0xAC: goto yy6023; + case 0xAD: goto yy6024; + case 0xAE: goto yy6025; + case 0xAF: goto yy6026; + case 0xB0: goto yy6027; + case 0xB1: goto yy6028; + case 0xB2: goto yy6029; + case 0xB3: goto yy6030; + case 0xB4: goto yy6031; + case 0xB5: goto yy6032; + case 0xB6: goto yy6033; + case 0xB7: goto yy6034; + case 0xB8: goto yy4299; + case 0xB9: goto yy4905; + case 0xBA: goto yy4301; + case 0xBB: goto yy4906; + case 0xBC: goto yy4907; + case 0xBD: goto yy4304; + case 0xBE: goto yy4305; + case 0xBF: goto yy4306; + default: goto yy2; + } +yy3273: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4307; + case 0x81: goto yy4908; + case 0x82: goto yy6035; + case 0x83: goto yy6036; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy3255; + case 0x89: goto yy6037; + case 0x8A: goto yy6038; + case 0x8B: goto yy6039; + case 0x8C: goto yy6040; + case 0x8D: goto yy6041; + case 0x8E: goto yy6042; + case 0x8F: goto yy6043; + case 0x90: goto yy6044; + case 0x99: goto yy6045; + case 0x9A: goto yy6046; + case 0x9B: goto yy6047; + case 0x9C: goto yy6048; + case 0x9D: goto yy6049; + case 0x9E: goto yy4324; + case 0x9F: goto yy4924; + case 0xA0: goto yy6050; + case 0xA1: goto yy6051; + case 0xA2: goto yy6052; + case 0xA3: goto yy6053; + case 0xA4: goto yy6054; + case 0xA5: goto yy4930; + case 0xA7: goto yy4931; + case 0xA8: goto yy6055; + case 0xA9: goto yy4334; + case 0xAA: goto yy4933; + case 0xAC: goto yy4336; + case 0xAD: goto yy4934; + case 0xAE: goto yy6056; + case 0xAF: goto yy6057; + case 0xB0: goto yy6058; + case 0xB1: goto yy6059; + case 0xB3: goto yy6060; + case 0xB4: goto yy6061; + case 0xB5: goto yy6062; + case 0xB6: goto yy6063; + case 0xB7: goto yy4346; + case 0xBC: goto yy6064; + case 0xBD: goto yy6065; + case 0xBE: goto yy6066; + case 0xBF: goto yy6067; + default: goto yy2; + } +yy3274: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6068; + case 0x81: goto yy4352; + case 0x82: goto yy4353; + case 0x83: goto yy4354; + case 0x84: goto yy6069; + case 0x85: goto yy6070; + case 0x86: goto yy6071; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1772; + case 0x88: goto yy6072; + case 0x8C: goto yy4358; + case 0x8F: goto yy4359; + case 0x90: goto yy4360; + case 0x91: goto yy4361; + case 0x92: goto yy4362; + case 0x93: goto yy4363; + case 0x9D: goto yy4364; + case 0x9E: goto yy4365; + case 0x9F: goto yy4366; + case 0xA6: goto yy4367; + case 0xA7: goto yy4368; + case 0xAD: goto yy4369; + case 0xAE: goto yy4370; + case 0xAF: goto yy4371; + case 0xB0: goto yy6073; + case 0xB1: goto yy6074; + case 0xB2: goto yy3255; + case 0xB3: goto yy6075; + case 0xB4: goto yy6076; + case 0xB5: goto yy6077; + case 0xB6: goto yy6078; + case 0xB7: goto yy6079; + case 0xB8: goto yy3009; + case 0xBA: goto yy4379; + case 0xBB: goto yy4380; + case 0xBF: goto yy4381; + default: goto yy2; + } +yy3275: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6080; + case 0x82: goto yy4383; + case 0x84: goto yy6081; + case 0x86: goto yy6082; + case 0x87: goto yy4386; + case 0x88: goto yy4387; + case 0x89: goto yy4388; + case 0x8A: goto yy4389; + case 0x8B: goto yy4390; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1772; + default: goto yy2; + } +yy3276: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4391; + case 0x93: goto yy6083; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy3255; + case 0x98: goto yy6084; + case 0x99: goto yy6085; + case 0x9A: goto yy6086; + case 0x9B: goto yy6087; + case 0x9C: goto yy6088; + case 0x9D: goto yy3261; + case 0x9E: goto yy6089; + case 0x9F: goto yy6090; + case 0xA0: goto yy6091; + case 0xA1: goto yy6092; + case 0xA2: goto yy6093; + case 0xA3: goto yy6094; + case 0xA4: goto yy6095; + case 0xA5: goto yy6096; + case 0xA6: goto yy4406; + case 0xA7: goto yy4976; + case 0xA8: goto yy6097; + case 0xA9: goto yy6098; + case 0xAA: goto yy4410; + case 0xAB: goto yy6099; + case 0xAC: goto yy6100; + case 0xAD: goto yy6101; + case 0xAF: goto yy6102; + default: goto yy2; + } +yy3277: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy6103; + case 0xAD: goto yy6104; + case 0xAE: goto yy6105; + case 0xAF: goto yy6106; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy3255; + case 0xB4: goto yy6107; + case 0xB5: goto yy6108; + case 0xB6: goto yy6109; + case 0xB7: goto yy6110; + case 0xB8: goto yy6111; + case 0xB9: goto yy6112; + case 0xBB: goto yy6113; + case 0xBC: goto yy6114; + case 0xBD: goto yy6115; + case 0xBF: goto yy4427; + default: goto yy2; + } +yy3278: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy6116; + case 0x91: goto yy6117; + case 0x92: goto yy6118; + case 0x93: goto yy6119; + case 0x94: goto yy6120; + case 0x96: goto yy6121; + case 0x9B: goto yy6122; + case 0x9D: goto yy6123; + case 0x9E: goto yy6124; + case 0x9F: goto yy4437; + default: goto yy2; + } +yy3279: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xD2) { + if (yych <= 'z') { + if (yych <= '.') { + if (yych <= '\'') { + if (yych <= '&') goto yy57; + goto yy1087; + } else { + if (yych <= ',') goto yy57; + if (yych <= '-') goto yy1087; + goto yy4077; + } + } else { + if (yych <= '@') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy843; + goto yy57; + } else { + if (yych <= 'Z') goto yy2939; + if (yych <= '`') goto yy57; + goto yy2939; + } + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) { + if (yych <= 0xC1) goto yy57; + goto yy4024; + } else { + if (yych <= 0xC3) goto yy4025; + if (yych <= 0xC9) goto yy1108; + goto yy4026; + } + } else { + if (yych <= 0xCE) { + if (yych <= 0xCC) goto yy57; + if (yych <= 0xCD) goto yy4027; + goto yy4028; + } else { + if (yych <= 0xCF) goto yy4029; + if (yych <= 0xD1) goto yy1108; + goto yy4030; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xD3) goto yy1108; + goto yy4031; + } else { + if (yych <= 0xD5) goto yy4032; + if (yych <= 0xD6) goto yy4033; + goto yy1105; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy1106; + if (yych <= 0xD9) goto yy1107; + goto yy1108; + } else { + if (yych <= 0xDB) goto yy1109; + if (yych <= 0xDC) goto yy1110; + goto yy1111; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1112; + if (yych <= 0xDF) goto yy1113; + goto yy1114; + } else { + if (yych <= 0xE1) goto yy4034; + if (yych <= 0xE2) goto yy4035; + goto yy1117; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy4036; + goto yy57; + } else { + if (yych <= 0xEF) goto yy4037; + if (yych <= 0xF0) goto yy4038; + goto yy57; + } + } + } + } +yy3280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy2; + if (yych <= '$') goto yy1762; + goto yy146; + } else { + if (yych == '\'') goto yy1087; + if (yych <= '*') goto yy2; + goto yy2207; + } + } else { + if (yych <= '9') { + if (yych <= ',') goto yy2; + if (yych <= '.') goto yy1125; + if (yych <= '/') goto yy2; + goto yy2400; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1762; + if (yych <= '?') goto yy2; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy6125; + if (yych <= ']') goto yy2; + if (yych <= '^') goto yy1762; + goto yy2207; + } else { + if (yych <= '`') goto yy1762; + if (yych <= 'z') goto yy6125; + if (yych <= '{') goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy1762; + if (yych <= 0xC1) goto yy2; + goto yy6127; + } else { + if (yych <= 0xC3) goto yy6128; + if (yych <= 0xC9) goto yy6129; + if (yych <= 0xCA) goto yy6130; + goto yy1771; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1772; + if (yych <= 0xCD) goto yy6131; + if (yych <= 0xCE) goto yy6132; + goto yy6133; + } else { + if (yych == 0xD2) goto yy6134; + if (yych <= 0xD3) goto yy6129; + goto yy6135; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy6136; + if (yych <= 0xD6) goto yy6137; + if (yych <= 0xD7) goto yy6138; + goto yy6139; + } else { + if (yych <= 0xD9) goto yy6140; + if (yych <= 0xDA) goto yy6129; + if (yych <= 0xDB) goto yy6141; + goto yy6142; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy6143; + if (yych <= 0xDE) goto yy6144; + if (yych <= 0xDF) goto yy6145; + goto yy6146; + } else { + if (yych <= 0xE1) goto yy6147; + if (yych <= 0xE2) goto yy6148; + if (yych <= 0xE3) goto yy6149; + goto yy1792; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy6150; + if (yych <= 0xEE) goto yy2; + goto yy6151; + } else { + if (yych <= 0xF0) goto yy6152; + if (yych == 0xF3) goto yy1796; + goto yy2; + } + } + } + } +yy3281: + yyaccept = 22; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy3282; + if (yych <= '$') goto yy533; + if (yych <= '%') goto yy146; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy781; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1161; + if (yych <= '.') goto yy1125; + if (yych >= '0') goto yy870; + } else { + if (yych <= ';') goto yy3282; + if (yych <= '>') goto yy533; + if (yych >= '@') goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy6153; + if (yych <= ']') goto yy3282; + if (yych <= '^') goto yy533; + goto yy781; + } else { + if (yych <= '`') goto yy533; + if (yych <= 'z') goto yy6153; + if (yych >= '|') goto yy533; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy533; + if (yych >= 0xC2) goto yy6154; + } else { + if (yych <= 0xC3) goto yy6155; + if (yych <= 0xC9) goto yy6156; + if (yych <= 0xCA) goto yy6157; + goto yy539; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy6158; + if (yych <= 0xCE) goto yy6159; + goto yy6160; + } else { + if (yych == 0xD2) goto yy6161; + if (yych <= 0xD3) goto yy6156; + goto yy6162; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy6163; + if (yych <= 0xD6) goto yy6164; + if (yych <= 0xD7) goto yy6165; + goto yy6166; + } else { + if (yych <= 0xD9) goto yy6167; + if (yych <= 0xDA) goto yy6156; + if (yych <= 0xDB) goto yy6168; + goto yy6169; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy6170; + if (yych <= 0xDE) goto yy6171; + if (yych <= 0xDF) goto yy6172; + goto yy6173; + } else { + if (yych <= 0xE1) goto yy6174; + if (yych <= 0xE2) goto yy6175; + if (yych <= 0xE3) goto yy6176; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy6177; + if (yych >= 0xEF) goto yy6178; + } else { + if (yych <= 0xF0) goto yy6179; + if (yych == 0xF3) goto yy561; + } + } + } + } +yy3282: +#line 172 "scanner.re" + { return ACRONYM; } +#line 62992 "scanner.c" +yy3283: + yyaccept = 15; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy245; + if (yych <= '$') goto yy533; + if (yych <= '%') goto yy146; + goto yy245; + } else { + if (yych <= '\'') goto yy3279; + if (yych == '+') goto yy781; + goto yy245; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy3280; + if (yych <= '.') goto yy6180; + if (yych <= '/') goto yy245; + goto yy870; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy245; + if (yych <= '>') goto yy533; + goto yy245; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy3283; + if (yych <= ']') goto yy245; + goto yy533; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy533; + if (yych <= 'z') goto yy3283; + goto yy245; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy245; + if (yych <= '~') goto yy533; + goto yy245; + } else { + if (yych <= 0xC2) goto yy3285; + if (yych <= 0xC3) goto yy3286; + if (yych <= 0xC9) goto yy3287; + goto yy3288; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy3289; + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy3290; + goto yy3291; + } else { + if (yych <= 0xCF) goto yy3292; + if (yych == 0xD2) goto yy3293; + goto yy3287; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy3294; + if (yych <= 0xD5) goto yy3295; + if (yych <= 0xD6) goto yy3296; + goto yy3297; + } else { + if (yych <= 0xD8) goto yy3298; + if (yych <= 0xD9) goto yy3299; + if (yych <= 0xDA) goto yy3287; + goto yy3300; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy3301; + if (yych <= 0xDD) goto yy3302; + if (yych <= 0xDE) goto yy3303; + goto yy3304; + } else { + if (yych <= 0xE0) goto yy3305; + if (yych <= 0xE1) goto yy3306; + if (yych <= 0xE2) goto yy3307; + goto yy3308; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy557; + if (yych == 0xEA) goto yy3309; + goto yy245; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy3310; + goto yy3311; + } else { + if (yych == 0xF3) goto yy561; + goto yy245; + } + } + } + } + } +yy3285: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy533; + case 0xAA: + case 0xB5: + case 0xBA: goto yy6181; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy3286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6181; + goto yy533; + } else { + if (yych == 0xB7) goto yy533; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy3287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy3288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6181; + goto yy2; +yy3289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x91) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } else { + if (yych == 0x97) goto yy6183; + goto yy533; + } + } else { + if (yych <= 0xAC) { + if (yych <= 0xA4) goto yy2; + if (yych <= 0xAB) goto yy533; + goto yy2; + } else { + if (yych == 0xAE) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy3290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB3) goto yy6181; + if (yych <= 0xB4) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy6181; + if (yych <= 0xBA) goto yy2; + goto yy6181; + } else { + if (yych == 0xBF) goto yy6181; + goto yy2; + } + } +yy3291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy6181; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy6181; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy6181; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy3292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy533; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy3293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6181; + if (yych <= 0x89) goto yy533; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy3294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy3295: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6181; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy3296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy6181; + } else { + if (yych == 0x8A) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy533; + } else { + if (yych <= 0xBE) goto yy1564; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy3297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy6181; + goto yy2; + } else { + if (yych <= 0xB2) goto yy6181; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy3298: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy533; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy3299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy6181; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy6181; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy3300: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy6181; + goto yy2; + } else { + if (yych <= 0x95) goto yy6181; + if (yych == 0x9D) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy6181; + goto yy843; + } else { + if (yych <= 0xBC) goto yy6181; + if (yych <= 0xBE) goto yy533; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy3301: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy6181; + goto yy533; + } else { + if (yych <= 0xAF) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy3302: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy3303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6181; + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy6181; + goto yy2; +yy3304: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy6181; + } else { + if (yych <= 0xB3) goto yy533; + if (yych == 0xB6) goto yy533; + goto yy2; + } +yy3305: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy6184; + case 0xA1: goto yy6185; + case 0xA2: goto yy6186; + case 0xA3: goto yy1800; + case 0xA4: goto yy6187; + case 0xA5: goto yy6188; + case 0xA6: goto yy6189; + case 0xA7: goto yy6190; + case 0xA8: goto yy6191; + case 0xA9: goto yy6192; + case 0xAA: goto yy6193; + case 0xAB: goto yy6194; + case 0xAC: goto yy6195; + case 0xAD: goto yy6196; + case 0xAE: goto yy6197; + case 0xAF: goto yy6198; + case 0xB0: goto yy6199; + case 0xB1: goto yy6200; + case 0xB2: goto yy6201; + case 0xB3: goto yy6202; + case 0xB4: goto yy6203; + case 0xB5: goto yy6204; + case 0xB6: goto yy6205; + case 0xB7: goto yy6206; + case 0xB8: goto yy1820; + case 0xB9: goto yy3336; + case 0xBA: goto yy1822; + case 0xBB: goto yy3337; + case 0xBC: goto yy3338; + case 0xBD: goto yy1825; + case 0xBE: goto yy1826; + case 0xBF: goto yy1827; + default: goto yy2; + } +yy3306: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy3339; + case 0x82: goto yy6207; + case 0x83: goto yy6208; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy3287; + case 0x89: goto yy6209; + case 0x8A: goto yy6210; + case 0x8B: goto yy6211; + case 0x8C: goto yy6212; + case 0x8D: goto yy6213; + case 0x8E: goto yy6214; + case 0x8F: goto yy6215; + case 0x90: goto yy6216; + case 0x99: goto yy6217; + case 0x9A: goto yy6218; + case 0x9B: goto yy6219; + case 0x9C: goto yy6220; + case 0x9D: goto yy6221; + case 0x9E: goto yy1845; + case 0x9F: goto yy3355; + case 0xA0: goto yy6222; + case 0xA1: goto yy6223; + case 0xA2: goto yy6224; + case 0xA3: goto yy6225; + case 0xA4: goto yy6226; + case 0xA5: goto yy3361; + case 0xA7: goto yy3362; + case 0xA8: goto yy6227; + case 0xA9: goto yy1854; + case 0xAA: goto yy3364; + case 0xAC: goto yy1856; + case 0xAD: goto yy3365; + case 0xAE: goto yy6228; + case 0xAF: goto yy6229; + case 0xB0: goto yy6230; + case 0xB1: goto yy6231; + case 0xB3: goto yy6232; + case 0xB4: goto yy6233; + case 0xB5: goto yy6234; + case 0xB6: goto yy6235; + case 0xB7: goto yy1866; + case 0xBC: goto yy6236; + case 0xBD: goto yy6237; + case 0xBE: goto yy6238; + case 0xBF: goto yy6239; + default: goto yy2; + } +yy3307: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6240; + case 0x81: goto yy1872; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: goto yy6241; + case 0x85: goto yy6242; + case 0x86: goto yy6243; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x88: goto yy6244; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy6245; + case 0xB1: goto yy6246; + case 0xB2: goto yy3287; + case 0xB3: goto yy6247; + case 0xB4: goto yy6248; + case 0xB5: goto yy6249; + case 0xB6: goto yy6250; + case 0xB7: goto yy6251; + case 0xB8: goto yy5580; + case 0xBA: goto yy1897; + case 0xBB: goto yy1859; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy3308: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6252; + case 0x82: goto yy1900; + case 0x84: goto yy6253; + case 0x86: goto yy6254; + case 0x87: goto yy1903; + case 0x88: goto yy1904; + case 0x89: goto yy1905; + case 0x8A: goto yy1906; + case 0x8B: goto yy1907; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy537; + default: goto yy2; + } +yy3309: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy549; + case 0x93: goto yy6255; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy3287; + case 0x98: goto yy6256; + case 0x99: goto yy6257; + case 0x9A: goto yy6258; + case 0x9B: goto yy6259; + case 0x9C: goto yy6260; + case 0x9D: goto yy3294; + case 0x9E: goto yy6261; + case 0x9F: goto yy6262; + case 0xA0: goto yy6263; + case 0xA1: goto yy6264; + case 0xA2: goto yy6265; + case 0xA3: goto yy6266; + case 0xA4: goto yy6267; + case 0xA5: goto yy6268; + case 0xA6: goto yy1920; + case 0xA7: goto yy3407; + case 0xA8: goto yy6269; + case 0xA9: goto yy6270; + case 0xAA: goto yy1924; + case 0xAB: goto yy6271; + case 0xAC: goto yy6272; + case 0xAD: goto yy6273; + case 0xAF: goto yy6274; + default: goto yy2; + } +yy3310: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy6275; + case 0xAD: goto yy6276; + case 0xAE: goto yy6277; + case 0xAF: goto yy6278; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy3287; + case 0xB4: goto yy6279; + case 0xB5: goto yy6280; + case 0xB6: goto yy6281; + case 0xB7: goto yy6282; + case 0xB8: goto yy6283; + case 0xB9: goto yy6284; + case 0xBB: goto yy6285; + case 0xBC: goto yy6286; + case 0xBD: goto yy6287; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy3311: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy6288; + case 0x91: goto yy6289; + case 0x92: goto yy6290; + case 0x93: goto yy6291; + case 0x94: goto yy6292; + case 0x96: goto yy6293; + case 0x9B: goto yy6294; + case 0x9D: goto yy6295; + case 0x9E: goto yy6296; + case 0x9F: goto yy1950; + default: goto yy2; + } +yy3312: + yyaccept = 15; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy245; + } else { + if (yych <= '\'') goto yy3279; + if (yych == '+') goto yy533; + goto yy245; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6297; + if (yych <= '.') goto yy6298; + if (yych <= '/') goto yy245; + goto yy2445; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy245; + if (yych <= '>') goto yy533; + goto yy245; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy6181; + if (yych <= ']') goto yy245; + goto yy533; + } else { + if (yych <= 'z') goto yy6181; + if (yych == '|') goto yy533; + goto yy245; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy533; + if (yych <= 0xC1) goto yy245; + if (yych <= 0xC2) goto yy3285; + goto yy3286; + } else { + if (yych <= 0xC9) goto yy3287; + if (yych <= 0xCA) goto yy3288; + if (yych <= 0xCB) goto yy3289; + goto yy537; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy3290; + if (yych <= 0xCE) goto yy3291; + goto yy3292; + } else { + if (yych == 0xD2) goto yy3293; + if (yych <= 0xD3) goto yy3287; + goto yy3294; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy3295; + if (yych <= 0xD6) goto yy3296; + if (yych <= 0xD7) goto yy3297; + goto yy3298; + } else { + if (yych <= 0xD9) goto yy3299; + if (yych <= 0xDA) goto yy3287; + if (yych <= 0xDB) goto yy3300; + goto yy3301; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy3302; + if (yych <= 0xDE) goto yy3303; + if (yych <= 0xDF) goto yy3304; + goto yy3305; + } else { + if (yych <= 0xE1) goto yy3306; + if (yych <= 0xE2) goto yy3307; + if (yych <= 0xE3) goto yy3308; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy3309; + if (yych <= 0xEE) goto yy245; + goto yy3310; + } else { + if (yych <= 0xF0) goto yy3311; + if (yych == 0xF3) goto yy561; + goto yy245; + } + } + } + } +yy3313: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy3312; + } else { + if (yych == 0x9A) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy533; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy533; + goto yy2; + } + } +yy3314: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy3312; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy3315: + yych = *++YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy3312; + goto yy2; +yy3316: + yych = *++YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy3312; + } else { + if (yych == 0xBD) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy3317: + yych = *++YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x90) goto yy3312; + if (yych <= 0x97) goto yy533; + goto yy3312; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy3318: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy3312; + } else { + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3312; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3312; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3312; + goto yy2; + } else { + if (yych <= 0xB2) goto yy3312; + if (yych <= 0xB5) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy3319: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy533; + goto yy3312; + } else { + if (yych == 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy3312; + goto yy2; + } else { + if (yych <= 0xA1) goto yy3312; + if (yych <= 0xA3) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy3312; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } + } + } +yy3320: + yych = *++YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy3312; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy3312; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy3312; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy3312; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy3312; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy3312; + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy3321: + yych = *++YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x91) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy3312; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy533; + } else { + if (yych <= 0xB4) goto yy3312; + if (yych <= 0xB5) goto yy533; + goto yy2; + } + } + } +yy3322: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy3312; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy3312; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3312; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3312; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy3323: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy3312; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy3312; + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy533; + } else { + if (yych == 0xB9) goto yy3312; + goto yy2; + } + } + } +yy3324: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy3312; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3312; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3312; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3312; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy3325: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy3312; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy3312; + goto yy2; + } + } + } +yy3326: + yych = *++YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy533; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy3312; + default: goto yy2; + } +yy3327: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy3312; + if (yych == 0x97) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; + } + } +yy3328: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy3312; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy3312; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy3329: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy3312; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy3312; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy3330: + yych = *++YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy3312; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy3312; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy3331: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy3312; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy3312; + goto yy2; + } + } + } +yy3332: + yych = *++YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy3312; + goto yy2; + } else { + if (yych <= 0xBD) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy3333: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x8E) goto yy3312; + if (yych <= 0x96) goto yy2; + goto yy533; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy3312; + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy533; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } + } +yy3334: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy3312; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy3312; + } else { + if (yych == 0xBD) goto yy3312; + goto yy2; + } + } +yy3335: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3312; + goto yy2; + } else { + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy3336: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy3337: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy3338: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy843; + if (yych <= 0xB3) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy3339: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy533; + if (yych <= 0x9D) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy533; + goto yy2; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy3340: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy3341: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy3312; + } else { + if (yych == 0x87) goto yy3312; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy3312; + if (yych <= 0x8F) goto yy2; + goto yy3312; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy3342: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3312; + goto yy2; + } else { + if (yych <= 0x8D) goto yy3312; + if (yych <= 0x8F) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy3312; + goto yy2; + } else { + if (yych <= 0x9D) goto yy3312; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy3343: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy3312; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy3312; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy3312; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy3312; + goto yy2; + } + } +yy3344: + yych = *++YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy3312; + if (yych <= 0x81) goto yy2; + goto yy3312; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy3312; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy3345: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy3312; + goto yy2; + } else { + if (yych <= 0x95) goto yy3312; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy3346: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3312; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; +yy3347: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3312; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy3348: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy3312; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy3312; + goto yy2; +yy3349: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy3350: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy3312; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy3351: + yych = *++YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy3312; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy3352: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3312; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy3312; + goto yy2; +yy3353: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy3312; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy533; + goto yy2; + } else { + if (yych <= 0xB1) goto yy3312; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy3354: + yych = *++YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy3312; + } else { + if (yych <= 0x93) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy3312; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy3355: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy533; + if (yych <= 0x9A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } +yy3356: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy3357: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy3312; + goto yy2; +yy3358: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy3312; + goto yy533; + } else { + if (yych <= 0xAA) goto yy3312; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy3359: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy3312; + goto yy2; +yy3360: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3312; + goto yy2; + } else { + if (yych <= 0xAB) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } +yy3361: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy533; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy3362: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy3363: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3312; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy3364: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy533; + goto yy2; + } +yy3365: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy533; + goto yy2; + } +yy3366: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xA0) goto yy3312; + goto yy533; + } else { + if (yych <= 0xAF) goto yy3312; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy3367: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3312; + if (yych <= 0xB3) goto yy533; + goto yy2; +yy3368: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy3312; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy3369: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy3312; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy3312; + goto yy2; + } +yy3370: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy533; + goto yy2; + } else { + if (yych <= 0xA8) goto yy533; + if (yych <= 0xAC) goto yy3312; + goto yy533; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy3312; + if (yych <= 0xB4) goto yy533; + goto yy3312; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy3371: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy3312; + goto yy2; +yy3372: + yych = *++YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy3373: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3312; + goto yy2; +yy3374: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3312; + goto yy2; + } else { + if (yych <= 0x9D) goto yy3312; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy3375: + yych = *++YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy3312; + goto yy2; + } else { + if (yych <= 0x8D) goto yy3312; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy3312; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy3312; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy3312; + goto yy2; + } + } +yy3376: + yych = *++YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy3312; + } else { + if (yych == 0xBE) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy3377: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x84) goto yy3312; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy3312; + goto yy533; + } else { + if (yych <= 0x93) goto yy3312; + if (yych <= 0x95) goto yy2; + goto yy3312; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy533; + } else { + if (yych <= 0xAC) goto yy3312; + if (yych <= 0xAF) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy3312; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3312; + if (yych <= 0xBE) goto yy533; + goto yy2; + } + } + } +yy3378: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1087; + if (yych <= 0x97) goto yy2; + goto yy1087; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1087; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy3379: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy533; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy3312; + default: goto yy2; + } +yy3380: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy3312; + } else { + if (yych == 0x8E) goto yy3312; + if (yych <= 0x8F) goto yy533; + goto yy2; + } +yy3381: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy3312; + goto yy2; + } else { + if (yych <= 0x8B) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy3382: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy3383: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy3384: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3312; + goto yy2; + } else { + if (yych <= 0xBB) goto yy3312; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy3385: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy3312; + goto yy533; + } else { + if (yych <= 0xAE) goto yy3312; + if (yych <= 0xB1) goto yy533; + if (yych <= 0xB3) goto yy3312; + goto yy2; + } +yy3386: + yych = *++YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy3312; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy3312; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy3387: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy3312; + if (yych == 0xBF) goto yy533; + goto yy2; +yy3388: + yych = *++YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy3312; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy3312; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy3312; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy3312; + goto yy2; + } + } +yy3389: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy3312; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy3312; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy3312; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy3390: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x93) goto yy533; + if (yych == 0xA0) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3312; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy3391: + yych = *++YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy3312; + goto yy2; +yy3392: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy533; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBA) goto yy3312; + goto yy2; + } +yy3393: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy3312; + goto yy2; +yy3394: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy3312; + goto yy2; + } else { + if (yych <= 0x9F) goto yy3312; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy3312; + goto yy2; + } +yy3395: + yych = *++YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3312; + goto yy533; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy3396: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy3312; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy3397: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3312; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy533; + goto yy2; +yy3398: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } else { + if (yych <= 0xA1) goto yy533; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy3399: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3312; + if (yych <= 0x88) goto yy2; + goto yy533; + } else { + if (yych <= 0xAD) goto yy3312; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy3312; + goto yy2; + } +yy3400: + yych = *++YYCURSOR; + if (yych == 0xB7) goto yy3312; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy3401: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3312; + goto yy533; + } else { + if (yych == 0x86) goto yy533; + goto yy3312; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy533; + if (yych <= 0xA2) goto yy3312; + goto yy533; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy3402: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy3312; + goto yy2; +yy3403: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0xB3) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy3404: + yych = *++YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy3312; + if (yych <= 0xBA) goto yy2; + goto yy3312; + } else { + if (yych == 0xBD) goto yy3312; + goto yy2; + } + } +yy3405: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy3312; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy3406: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3312; + if (yych <= 0x93) goto yy533; + goto yy2; +yy3407: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } + } +yy3408: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy3312; + if (yych <= 0xB6) goto yy533; + goto yy2; +yy3409: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy3312; + goto yy533; + } else { + if (yych <= 0x8B) goto yy3312; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } + } +yy3410: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy3312; + goto yy533; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy3312; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy533; + goto yy2; + } + } +yy3411: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy3312; + goto yy2; + } else { + if (yych <= 0x8E) goto yy3312; + if (yych <= 0x90) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy3312; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy3412: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3312; + if (yych <= 0x9B) goto yy533; + goto yy2; + } else { + if (yych <= 0xA5) goto yy3312; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy3413: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy3312; + if (yych <= 0xAA) goto yy533; + goto yy2; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy3414: + yych = *++YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3312; + goto yy2; + } else { + if (yych <= 0x97) goto yy3312; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy3312; + goto yy533; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy533; + if (yych <= 0xB6) goto yy3312; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy3312; + goto yy2; + } + } +yy3415: + yych = *++YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3312; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy3416: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy3417: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy3418: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy3312; + goto yy2; +yy3419: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy3420: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3312; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy3421: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3312; + goto yy2; + } else { + if (yych <= 0xBB) goto yy3312; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy3422: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy1087; + if (yych <= 0xB4) goto yy533; + goto yy2; + } +yy3423: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy533; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy533; + if (yych == 0xA9) goto yy533; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy3424: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy3312; + goto yy2; +yy3425: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy533; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy3312; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy3426: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy533; + if (yych <= 0x9A) goto yy3312; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy3427: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy6301; + case 0x81: goto yy6302; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy1165; + case 0x83: goto yy6303; + case 0x84: goto yy4441; + case 0x85: goto yy4442; + case 0x86: goto yy4443; + case 0x87: goto yy4444; + case 0x8A: goto yy6304; + case 0x8B: goto yy6305; + case 0x8C: goto yy6306; + case 0x8D: goto yy6307; + case 0x8E: goto yy6308; + case 0x8F: goto yy6309; + case 0x92: goto yy6310; + case 0x94: goto yy6311; + case 0x95: goto yy6312; + case 0x9C: goto yy6313; + case 0x9D: goto yy6314; + case 0xA0: goto yy6315; + case 0xA1: goto yy6316; + case 0xA2: goto yy6317; + case 0xA3: goto yy6318; + case 0xA4: goto yy6319; + case 0xA6: goto yy6320; + case 0xA8: goto yy6321; + case 0xA9: goto yy6322; + case 0xAA: goto yy6323; + case 0xAB: goto yy6324; + case 0xAC: goto yy3359; + case 0xAD: goto yy6325; + case 0xAE: goto yy6326; + case 0xB1: goto yy6327; + case 0xB2: + case 0xB3: goto yy6328; + default: goto yy2; + } +yy3428: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy6329; + case 0x81: goto yy6330; + case 0x82: goto yy6331; + case 0x83: goto yy6332; + case 0x84: goto yy6333; + case 0x85: goto yy6334; + case 0x86: goto yy6335; + case 0x87: goto yy6336; + case 0x88: goto yy6337; + case 0x8A: goto yy6338; + case 0x8B: goto yy6339; + case 0x8C: goto yy6340; + case 0x8D: goto yy6341; + case 0x92: + case 0x98: goto yy6342; + case 0x93: goto yy6343; + case 0x96: goto yy6344; + case 0x97: goto yy6345; + case 0x99: goto yy6346; + case 0x9A: goto yy6347; + case 0x9B: goto yy2362; + case 0x9C: goto yy6348; + case 0xA2: goto yy6349; + case 0xA3: goto yy6350; + case 0xAB: goto yy6351; + default: goto yy2; + } +yy3429: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1165; + goto yy6352; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy1165; + if (yych <= 0x95) goto yy6353; + goto yy2; + } +yy3430: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1165; + if (yych <= 0x90) goto yy6354; + goto yy2; +yy3431: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy1165; + if (yych <= 0x99) goto yy6355; + goto yy2; +yy3432: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy1165; + case 0xA8: goto yy6351; + case 0xA9: goto yy6356; + case 0xAB: goto yy6357; + case 0xAC: goto yy6358; + case 0xAD: goto yy6359; + case 0xAE: goto yy6360; + case 0xBD: goto yy6361; + case 0xBE: goto yy4493; + default: goto yy2; + } +yy3433: + yych = *++YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy1165; + if (yych <= 0xB1) goto yy6362; + if (yych <= 0xB2) goto yy6363; + goto yy2; +yy3434: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy537; + case 0x83: goto yy1850; + case 0x84: goto yy4496; + case 0x85: goto yy4497; + case 0x87: goto yy4498; + case 0x89: goto yy4499; + case 0x8D: goto yy4500; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy1165; + case 0x91: goto yy6364; + case 0x92: goto yy6365; + case 0x93: goto yy6366; + case 0x94: goto yy6367; + case 0x95: goto yy6368; + case 0x9A: goto yy6369; + case 0x9B: goto yy6370; + case 0x9C: goto yy6371; + case 0x9D: goto yy6372; + case 0x9E: goto yy6373; + case 0x9F: goto yy6374; + case 0xAA: goto yy4508; + default: goto yy2; + } +yy3435: + yych = *++YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy1165; + if (yych <= 0xA3) goto yy6375; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy6376; + goto yy6377; + } else { + if (yych <= 0xBA) goto yy6378; + if (yych <= 0xBB) goto yy4513; + goto yy2; + } + } +yy3436: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCB) { + if (yych <= '.') { + if (yych <= '\'') { + if (yych <= '&') goto yy5549; + goto yy57; + } else { + if (yych <= ',') goto yy5549; + if (yych <= '-') goto yy57; + goto yy4074; + } + } else { + if (yych <= 0xC1) { + if (yych == ':') goto yy57; + goto yy5549; + } else { + if (yych <= 0xC2) goto yy5550; + if (yych <= 0xCA) goto yy5549; + goto yy57; + } + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xCE) { + if (yych <= 0xCD) goto yy5549; + goto yy5555; + } else { + if (yych <= 0xD5) goto yy5549; + if (yych <= 0xD6) goto yy5560; + goto yy5561; + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xE0) goto yy5549; + if (yych <= 0xE1) goto yy5570; + goto yy5571; + } else { + if (yych == 0xEF) goto yy5574; + goto yy5549; + } + } + } +yy3437: + yyaccept = 17; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD6) { + if (yych <= 0xCA) { + if (yych <= 'z') { + if (yych <= '@') goto yy923; + if (yych <= 'Z') goto yy5548; + if (yych <= '`') goto yy923; + goto yy5548; + } else { + if (yych <= 0xC2) { + if (yych <= 0xC1) goto yy923; + goto yy5550; + } else { + if (yych <= 0xC3) goto yy5551; + if (yych <= 0xC9) goto yy5552; + goto yy5553; + } + } + } else { + if (yych <= 0xD1) { + if (yych <= 0xCD) { + if (yych <= 0xCC) goto yy923; + goto yy5554; + } else { + if (yych <= 0xCE) goto yy5555; + if (yych <= 0xCF) goto yy5556; + goto yy5552; + } + } else { + if (yych <= 0xD3) { + if (yych <= 0xD2) goto yy5557; + goto yy5552; + } else { + if (yych <= 0xD4) goto yy5558; + if (yych <= 0xD5) goto yy5559; + goto yy5560; + } + } + } + } else { + if (yych <= 0xDF) { + if (yych <= 0xDA) { + if (yych <= 0xD7) goto yy5561; + if (yych <= 0xD8) goto yy5562; + if (yych <= 0xD9) goto yy5563; + goto yy5552; + } else { + if (yych <= 0xDC) { + if (yych <= 0xDB) goto yy5564; + goto yy5565; + } else { + if (yych <= 0xDD) goto yy5566; + if (yych <= 0xDE) goto yy5567; + goto yy5568; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xE0) goto yy5569; + goto yy5570; + } else { + if (yych <= 0xE2) goto yy5571; + if (yych <= 0xE3) goto yy5572; + goto yy923; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xEA) goto yy5573; + goto yy923; + } else { + if (yych <= 0xEF) goto yy5574; + if (yych <= 0xF0) goto yy5575; + goto yy923; + } + } + } + } +yy3438: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAA: + case 0xB5: + case 0xBA: goto yy1189; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy3439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy1189; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1189; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } + } +yy3440: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1189; + goto yy2; + } else { + if (yych <= 0x8A) goto yy2930; + if (yych == 0xBE) goto yy2930; + goto yy2; + } +yy3441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy1189; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1189; + if (yych == 0xB4) goto yy2930; + goto yy2; + } +yy3442: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: goto yy1203; + case 0x83: goto yy3468; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1193; + case 0x89: goto yy3469; + case 0x8A: goto yy3470; + case 0x8B: goto yy3471; + case 0x8C: goto yy3472; + case 0x8D: + case 0xB6: goto yy3473; + case 0x8E: goto yy3474; + case 0x8F: goto yy3475; + case 0x90: goto yy6379; + case 0x99: goto yy3477; + case 0x9A: goto yy3478; + case 0x9B: goto yy3479; + case 0x9C: goto yy3480; + case 0x9D: goto yy3481; + case 0xA0: goto yy6380; + case 0xA1: goto yy3482; + case 0xA2: goto yy3483; + case 0xA3: goto yy3484; + case 0xA4: goto yy3485; + case 0xA8: goto yy3486; + case 0xAE: goto yy3487; + case 0xAF: goto yy3488; + case 0xB0: goto yy3489; + case 0xB1: goto yy3490; + case 0xB3: goto yy3491; + case 0xB4: goto yy3492; + case 0xB5: goto yy3493; + case 0xBC: goto yy3494; + case 0xBD: goto yy3495; + case 0xBE: goto yy3496; + case 0xBF: goto yy3497; + default: goto yy2; + } +yy3443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych == 0x80) goto yy6381; + if (yych <= 0x83) goto yy2; + goto yy3498; + } else { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy3499; + goto yy3500; + } else { + if (yych == 0x88) goto yy6382; + goto yy2; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3501; + goto yy3502; + } else { + if (yych <= 0xB2) goto yy1193; + if (yych <= 0xB3) goto yy3503; + goto yy3504; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy3505; + goto yy3506; + } else { + if (yych <= 0xB7) goto yy3507; + if (yych <= 0xB8) goto yy6383; + goto yy2; + } + } + } +yy3444: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy3529; + case 0xAD: goto yy3530; + case 0xAE: goto yy3531; + case 0xAF: goto yy3532; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1193; + case 0xB4: goto yy3533; + case 0xB5: goto yy3534; + case 0xB6: goto yy3535; + case 0xB7: goto yy3536; + case 0xB8: goto yy6384; + case 0xB9: goto yy6385; + case 0xBB: goto yy3538; + case 0xBC: goto yy6386; + case 0xBD: goto yy3540; + default: goto yy2; + } +yy3445: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1189; + goto yy2; +yy3446: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy1189; + goto yy2; +yy3447: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy1189; + goto yy2; +yy3448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0xB9) goto yy1189; + if (yych == 0xBD) goto yy1189; + goto yy2; +yy3449: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x90) goto yy1189; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1189; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy3450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych == 0x80) goto yy1189; + if (yych <= 0x84) goto yy2; + goto yy1189; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy1189; + if (yych <= 0x92) goto yy2; + goto yy1189; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy1189; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy1189; + } else { + if (yych == 0xBD) goto yy1189; + goto yy2; + } + } + } +yy3451: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych == 0x8E) goto yy1189; + if (yych <= 0x9B) goto yy2; + goto yy1189; + } else { + if (yych <= 0xA1) { + if (yych <= 0x9E) goto yy2; + goto yy1189; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1189; + goto yy2; + } + } +yy3452: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1189; + goto yy2; + } else { + if (yych <= 0x90) goto yy1189; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1189; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1189; + goto yy2; + } + } +yy3453: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy1189; + goto yy2; + } else { + if (yych <= 0x9E) goto yy1189; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB4) goto yy1189; + goto yy2; + } +yy3454: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8D) goto yy1189; + goto yy2; + } else { + if (yych == 0x92) goto yy2; + if (yych <= 0xA8) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1189; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1189; + if (yych == 0xBD) goto yy1189; + goto yy2; + } + } +yy3455: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych == 0x90) goto yy1189; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1189; + if (yych == 0xB9) goto yy1189; + goto yy2; + } +yy3456: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy1189; + goto yy2; + } else { + if (yych <= 0x90) goto yy1189; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1189; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1189; + if (yych == 0xBD) goto yy1189; + goto yy2; + } + } +yy3457: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy1189; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1189; + if (yych == 0xB1) goto yy1189; + goto yy2; + } +yy3458: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy1189; + default: goto yy2; + } +yy3459: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1189; + goto yy2; +yy3460: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8C) { + if (yych <= 0x84) goto yy2; + goto yy1189; + } else { + if (yych <= 0x8D) goto yy2; + if (yych <= 0x90) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy1189; + } else { + if (yych == 0xBD) goto yy1189; + goto yy2; + } + } +yy3461: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy1189; + goto yy2; +yy3462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy1189; + goto yy2; + } else { + if (yych == 0x91) goto yy2; + goto yy1189; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA9) goto yy2; + if (yych <= 0xB3) goto yy1189; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1189; + if (yych == 0xBD) goto yy1189; + goto yy2; + } + } +yy3463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych == 0x9E) goto yy1189; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1189; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy1189; + goto yy2; + } +yy3464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy1189; + } else { + if (yych <= 0xBA) { + if (yych <= 0x91) goto yy2; + goto yy1189; + } else { + if (yych == 0xBD) goto yy1189; + goto yy2; + } + } +yy3465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych == 0x8E) goto yy1189; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1189; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy3466: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1189; + if (yych <= 0x99) goto yy2; + goto yy1189; + } else { + if (yych <= 0xBB) { + if (yych <= 0xB2) goto yy2; + goto yy1189; + } else { + if (yych == 0xBD) goto yy1189; + goto yy2; + } + } +yy3467: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1189; + goto yy2; +yy3468: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy1189; + } else { + if (yych == 0x87) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy1189; + if (yych <= 0x8F) goto yy2; + goto yy1189; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } + } +yy3469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1189; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1189; + if (yych <= 0x8F) goto yy2; + goto yy1189; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy1189; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } + } +yy3470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy1189; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy1189; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1189; + goto yy2; + } + } +yy3471: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy1189; + if (yych <= 0x81) goto yy2; + goto yy1189; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy1189; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } + } +yy3472: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1189; + goto yy2; + } else { + if (yych <= 0x95) goto yy1189; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy3473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1189; + goto yy2; +yy3474: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1189; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy1189; + goto yy2; +yy3476: + yych = *++YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy1189; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3478: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1189; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy1189; + goto yy2; +yy3480: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy1189; + goto yy2; + } else { + if (yych <= 0x91) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy1189; + goto yy2; + } +yy3481: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1189; + goto yy2; + } else { + if (yych == 0xAD) goto yy2; + if (yych <= 0xB0) goto yy1189; + goto yy2; + } +yy3482: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy1189; + goto yy2; +yy3483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1189; + goto yy2; + } else { + if (yych <= 0xAA) goto yy1189; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy3484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1189; + goto yy2; +yy3485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1189; + goto yy2; +yy3486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1189; + goto yy2; +yy3487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x82) goto yy2; + if (yych <= 0xA0) goto yy1189; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1189; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy3488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1189; + goto yy2; +yy3489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1189; + goto yy2; +yy3490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1189; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy1189; + goto yy2; +yy3491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAC) goto yy1189; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1189; + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1189; + goto yy2; + } +yy3492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1189; + goto yy2; +yy3493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1189; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy3495: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1189; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1189; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy1189; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy1189; + goto yy2; + } + } +yy3496: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy1189; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1189; + goto yy2; + } +yy3497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x84) goto yy1189; + goto yy2; + } else { + if (yych <= 0x8C) goto yy1189; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9B) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAC) goto yy1189; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBC) goto yy1189; + goto yy2; + } + } +yy3498: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1189; + default: goto yy2; + } +yy3499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0x89) goto yy1189; + if (yych == 0x8E) goto yy1189; + goto yy2; +yy3500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1189; + goto yy2; +yy3501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1189; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1189; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy3503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1189; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1189; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1189; + goto yy2; + } +yy3504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy1189; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy1189; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } + } +yy3505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1189; + goto yy2; +yy3506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy1189; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy1189; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1189; + goto yy2; + } + } +yy3507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x87) goto yy2; + goto yy1189; + } else { + if (yych <= 0x96) { + if (yych <= 0x8F) goto yy2; + goto yy1189; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9E) goto yy1189; + goto yy2; + } + } +yy3508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBC) goto yy1189; + goto yy2; +yy3509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy1189; + goto yy2; +yy3510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBA) goto yy1189; + goto yy2; +yy3511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1189; + goto yy2; +yy3512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1189; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1189; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy1189; + goto yy2; + } +yy3513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1189; + goto yy2; +yy3514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1189; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1189; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1189; + goto yy2; + } +yy3517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1189; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x82) goto yy2; + goto yy1189; + } else { + if (yych <= 0x8A) { + if (yych <= 0x86) goto yy2; + goto yy1189; + } else { + if (yych <= 0x8B) goto yy2; + if (yych <= 0xA2) goto yy1189; + goto yy2; + } + } +yy3519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1189; + goto yy2; +yy3520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) goto yy2; + if (yych <= 0xB3) goto yy1189; + goto yy2; +yy3521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBA) { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB7) goto yy1189; + goto yy2; + } else { + if (yych == 0xBC) goto yy2; + if (yych <= 0xBD) goto yy1189; + goto yy2; + } +yy3522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy1189; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1189; + goto yy2; +yy3524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0x8B) goto yy1189; + goto yy2; +yy3525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy1189; + if (yych == 0xB2) goto yy1189; + goto yy2; +yy3526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy1189; + goto yy2; + } else { + if (yych <= 0x8E) goto yy1189; + if (yych <= 0x90) goto yy2; + goto yy1189; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1189; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } + } +yy3527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1189; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1189; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy3528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy1189; + goto yy2; +yy3529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1189; + goto yy2; + } else { + if (yych <= 0x97) goto yy1189; + if (yych == 0x9D) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB6) goto yy1189; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1189; + goto yy2; + } + } +yy3530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1189; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy3531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1189; + goto yy2; +yy3532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy1189; + goto yy2; +yy3534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1189; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3536: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1189; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1189; + goto yy2; +yy3537: + yych = *++YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy3538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy1189; + goto yy2; +yy3539: + yych = *++YYCURSOR; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy1189; + goto yy2; +yy3540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1189; + goto yy2; +yy3541: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6387; + case 0x81: goto yy6388; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy1193; + case 0x83: goto yy6389; + case 0x8A: goto yy6390; + case 0x8B: goto yy6391; + case 0x8C: goto yy6392; + case 0x8D: goto yy6393; + case 0x8E: goto yy6394; + case 0x8F: goto yy6395; + case 0x92: goto yy6396; + case 0x94: goto yy6397; + case 0x95: goto yy3489; + case 0x9C: goto yy6398; + case 0x9D: goto yy6399; + case 0xA0: goto yy6400; + case 0xA1: goto yy6401; + case 0xA2: goto yy3485; + case 0xA3: goto yy6402; + case 0xA4: goto yy6403; + case 0xA6: goto yy6404; + case 0xA8: goto yy6405; + case 0xA9: goto yy6406; + case 0xAA: goto yy6407; + case 0xAB: goto yy6408; + case 0xAC: goto yy3484; + case 0xAD: goto yy6409; + case 0xAE: goto yy6410; + case 0xB1: goto yy6411; + case 0xB2: + case 0xB3: goto yy6412; + default: goto yy2; + } +yy3542: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6413; + case 0x82: goto yy6414; + case 0x83: goto yy6415; + case 0x84: goto yy6416; + case 0x85: goto yy6417; + case 0x86: goto yy6418; + case 0x87: goto yy6419; + case 0x88: goto yy6420; + case 0x8A: goto yy6421; + case 0x8B: goto yy3485; + case 0x8C: goto yy3456; + case 0x8D: goto yy6422; + case 0x92: + case 0x98: goto yy1194; + case 0x93: goto yy6423; + case 0x96: goto yy3513; + case 0x97: goto yy6424; + case 0x99: goto yy6425; + case 0x9A: goto yy6426; + case 0xA2: goto yy1203; + case 0xA3: goto yy6427; + case 0xAB: goto yy6428; + default: goto yy2; + } +yy3543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1193; + goto yy6429; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy1193; + if (yych <= 0x95) goto yy6430; + goto yy2; + } +yy3544: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1193; + if (yych <= 0x90) goto yy3513; + goto yy2; +yy3545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy1193; + if (yych <= 0x99) goto yy3467; + goto yy2; +yy3546: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy1193; + case 0xA8: goto yy6428; + case 0xA9: goto yy3485; + case 0xAB: goto yy6431; + case 0xAC: goto yy1194; + case 0xAD: goto yy6432; + case 0xAE: goto yy6433; + case 0xBD: goto yy6434; + default: goto yy2; + } +yy3547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy1193; + if (yych <= 0xB1) goto yy6435; + if (yych <= 0xB2) goto yy6436; + goto yy2; +yy3548: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy1193; + case 0x91: goto yy6437; + case 0x92: goto yy6438; + case 0x93: goto yy6439; + case 0x94: goto yy6440; + case 0x95: goto yy6441; + case 0x9A: goto yy6442; + case 0x9B: goto yy6443; + case 0x9C: goto yy6444; + case 0x9D: goto yy6445; + case 0x9E: goto yy6446; + case 0x9F: goto yy3524; + default: goto yy2; + } +yy3549: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy1193; + if (yych <= 0xA3) goto yy6447; + goto yy2; + } else { + if (yych <= 0xB8) goto yy6448; + if (yych <= 0xB9) goto yy6449; + if (yych <= 0xBA) goto yy6450; + goto yy2; + } +yy3550: + yych = *++YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy533; + case 0xAA: + case 0xB5: + case 0xBA: goto yy6181; + default: goto yy2; + } +yy3551: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy6181; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy6181; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy6181; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy3552: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy6181; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy533; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy3553: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy6181; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy6181; + goto yy2; + } + } +yy3554: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy3339; + case 0x82: goto yy6207; + case 0x83: goto yy6208; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy3287; + case 0x89: goto yy6209; + case 0x8A: goto yy6210; + case 0x8B: goto yy6211; + case 0x8C: goto yy6212; + case 0x8D: goto yy6213; + case 0x8E: goto yy6214; + case 0x8F: goto yy6215; + case 0x90: goto yy6451; + case 0x99: goto yy6217; + case 0x9A: goto yy6218; + case 0x9B: goto yy6219; + case 0x9C: goto yy6220; + case 0x9D: goto yy6221; + case 0x9E: goto yy1845; + case 0x9F: goto yy3355; + case 0xA0: goto yy6452; + case 0xA1: goto yy6223; + case 0xA2: goto yy6224; + case 0xA3: goto yy6225; + case 0xA4: goto yy6226; + case 0xA5: goto yy3361; + case 0xA7: goto yy3362; + case 0xA8: goto yy6227; + case 0xA9: goto yy1854; + case 0xAA: goto yy3364; + case 0xAC: goto yy1856; + case 0xAD: goto yy3365; + case 0xAE: goto yy6228; + case 0xAF: goto yy6229; + case 0xB0: goto yy6230; + case 0xB1: goto yy6231; + case 0xB3: goto yy6232; + case 0xB4: goto yy6233; + case 0xB5: goto yy6234; + case 0xB6: goto yy6235; + case 0xB7: goto yy1866; + case 0xBC: goto yy6236; + case 0xBD: goto yy6237; + case 0xBE: goto yy6238; + case 0xBF: goto yy6239; + default: goto yy2; + } +yy3555: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy3378; + case 0x81: goto yy1872; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: goto yy6241; + case 0x85: goto yy6242; + case 0x86: goto yy6243; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x88: goto yy3382; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy6245; + case 0xB1: goto yy6246; + case 0xB2: goto yy3287; + case 0xB3: goto yy6247; + case 0xB4: goto yy6248; + case 0xB5: goto yy6249; + case 0xB6: goto yy6250; + case 0xB7: goto yy6251; + case 0xB8: goto yy3009; + case 0xBA: goto yy1897; + case 0xBB: goto yy1859; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy3556: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy6275; + case 0xAD: goto yy6276; + case 0xAE: goto yy6277; + case 0xAF: goto yy6278; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy3287; + case 0xB4: goto yy6279; + case 0xB5: goto yy6280; + case 0xB6: goto yy6281; + case 0xB7: goto yy6282; + case 0xB8: goto yy3422; + case 0xB9: goto yy6453; + case 0xBB: goto yy6285; + case 0xBC: goto yy6454; + case 0xBD: goto yy6287; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy3557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych == 0x9A) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; + } + } +yy3558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy1567; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy3559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy1567; + } else { + if (yych == 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy3560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x90) goto yy1567; + if (yych <= 0x97) goto yy113; + goto yy1567; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy3561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1567; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1567; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1567; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1567; + if (yych <= 0xB5) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy3562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy113; + goto yy1567; + } else { + if (yych == 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy1567; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1567; + if (yych <= 0xA3) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy1589; + if (yych <= 0xB1) goto yy1567; + goto yy113; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } + } + } +yy3563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy1567; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy1567; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy1567; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy1567; + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy3564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x91) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1567; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy1589; + goto yy113; + } else { + if (yych <= 0xB4) goto yy1567; + if (yych <= 0xB5) goto yy113; + goto yy2; + } + } + } +yy3565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1567; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy1567; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1567; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1567; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy3566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy1567; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy1567; + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy113; + } else { + if (yych == 0xB9) goto yy1567; + goto yy2; + } + } + } +yy3567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1567; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1567; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1567; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1567; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy3568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy1567; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy1567; + goto yy2; + } + } + } +yy3569: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy113; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy1567; + default: goto yy2; + } +yy3570: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy1567; + if (yych == 0x97) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1589; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; + } + } +yy3571: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy1567; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy3572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy1567; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy1567; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy3573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1567; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy1567; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy3574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy1567; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy1567; + goto yy2; + } + } + } +yy3575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy1567; + goto yy2; + } else { + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy3576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x8E) goto yy1567; + if (yych <= 0x96) goto yy2; + goto yy113; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy1567; + if (yych <= 0xA3) goto yy113; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy1589; + goto yy2; + } else { + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } + } +yy3577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy1567; + } else { + if (yych == 0xBD) goto yy1567; + goto yy2; + } + } +yy3578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1567; + goto yy2; + } else { + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1589; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy3579: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; +yy3580: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; +yy3581: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy1589; + if (yych <= 0xB3) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy3582: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1589; + goto yy2; + } else { + if (yych <= 0x99) goto yy113; + if (yych <= 0x9D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy113; + goto yy2; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy3583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) goto yy1589; + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy3584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1567; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; +yy3585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1567; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy3586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy3587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy1567; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1567; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy3588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych <= 0x93) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy1567; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy3589: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy113; + if (yych <= 0x9A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1589; + goto yy2; + } + } +yy3590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1980; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy1589; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy3591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1567; + goto yy113; + } else { + if (yych <= 0xAA) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy3592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1567; + goto yy2; + } else { + if (yych <= 0xAB) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } +yy3593: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy113; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy1589; + goto yy2; +yy3594: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1567; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy3596: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1589; + goto yy2; + } else { + if (yych <= 0x99) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; + } +yy3597: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy1589; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy113; + goto yy2; + } +yy3598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xA0) goto yy1567; + goto yy113; + } else { + if (yych <= 0xAF) goto yy1567; + if (yych <= 0xB9) goto yy1589; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy3599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1567; + if (yych <= 0xB3) goto yy113; + goto yy2; +yy3600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1567; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy3601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy113; + goto yy2; + } else { + if (yych <= 0xA8) goto yy113; + if (yych <= 0xAC) goto yy1567; + goto yy113; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy1567; + if (yych <= 0xB4) goto yy113; + goto yy1567; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy3602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy1567; + } else { + if (yych == 0xBE) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy3603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x84) goto yy1567; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy1567; + goto yy113; + } else { + if (yych <= 0x93) goto yy1567; + if (yych <= 0x95) goto yy2; + goto yy1567; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0xAC) goto yy1567; + if (yych <= 0xAF) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy1567; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1567; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } + } +yy3604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1980; + if (yych == 0xBF) goto yy1567; + goto yy2; +yy3605: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy113; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1567; + default: goto yy2; + } +yy3606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy1567; + } else { + if (yych == 0x8E) goto yy1567; + if (yych <= 0x8F) goto yy113; + goto yy2; + } +yy3607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1567; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy3608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1567; + goto yy113; + } else { + if (yych <= 0xAE) goto yy1567; + if (yych <= 0xB1) goto yy113; + if (yych <= 0xB3) goto yy1567; + goto yy2; + } +yy3609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1567; + if (yych == 0xBF) goto yy113; + goto yy2; +yy3610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy1567; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy3611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x93) { + if (yych == 0x84) goto yy113; + if (yych <= 0x91) goto yy2; + goto yy113; + } else { + if (yych == 0xA0) goto yy113; + if (yych <= 0xA9) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB5) goto yy1589; + if (yych <= 0xB7) goto yy113; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1567; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy3612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x98) goto yy2; + if (yych <= 0x9A) goto yy113; + goto yy1567; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy3613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBA) goto yy1567; + goto yy2; + } +yy3614: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy3615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy113; + if (yych <= 0xBE) goto yy1567; + goto yy2; +yy3616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1567; + goto yy2; +yy3618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1567; + goto yy113; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy3619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1567; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy3620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy2; +yy3621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } else { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy3622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1567; + if (yych <= 0x88) goto yy2; + goto yy113; + } else { + if (yych <= 0xAD) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1567; + goto yy2; + } +yy3623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1567; + goto yy113; + } else { + if (yych == 0x86) goto yy113; + goto yy1567; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy113; + if (yych <= 0xA2) goto yy1567; + goto yy113; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy3624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0xB3) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy1589; + if (yych <= 0x9F) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy1567; + if (yych <= 0xBA) goto yy2; + goto yy1567; + } else { + if (yych == 0xBD) goto yy1567; + goto yy2; + } + } +yy3626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1589; + goto yy1567; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy3627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1567; + if (yych <= 0x93) goto yy113; + goto yy2; +yy3628: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy1589; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; + } + } +yy3629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1567; + if (yych <= 0xB6) goto yy113; + goto yy2; +yy3630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1567; + goto yy113; + } else { + if (yych <= 0x8B) goto yy1567; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy1589; + if (yych <= 0xB6) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } + } +yy3631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy1567; + goto yy113; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy1567; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy113; + goto yy2; + } + } +yy3632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1567; + if (yych <= 0x9B) goto yy113; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy3633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy1567; + if (yych <= 0xAA) goto yy113; + goto yy2; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; + } +yy3634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1567; + goto yy2; + } else { + if (yych <= 0x97) goto yy1567; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy1567; + goto yy113; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy113; + if (yych <= 0xB6) goto yy1567; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1567; + goto yy2; + } + } +yy3635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy3637: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1567; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1567; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy3638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy1980; + if (yych <= 0xB4) goto yy1567; + goto yy2; + } +yy3639: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1567; + goto yy2; + } else { + if (yych == 0xA3) goto yy1980; + goto yy113; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy113; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy3640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych == 0x8D) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy113; + if (yych <= 0xA0) goto yy2; + goto yy1567; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy3641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) goto yy1567; + if (yych <= 0x9B) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy2; + goto yy113; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy3642: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5316; + case 0x81: goto yy5317; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy926; + case 0x83: goto yy5318; + case 0x84: goto yy3728; + case 0x85: goto yy3729; + case 0x86: goto yy3730; + case 0x87: goto yy3731; + case 0x8A: goto yy5319; + case 0x8B: goto yy6455; + case 0x8C: goto yy5321; + case 0x8D: goto yy6456; + case 0x8E: goto yy5323; + case 0x8F: goto yy5324; + case 0x92: goto yy5325; + case 0x94: goto yy5326; + case 0x95: goto yy5327; + case 0x9C: goto yy5328; + case 0x9D: goto yy5329; + case 0xA0: goto yy5330; + case 0xA1: goto yy6457; + case 0xA2: goto yy5332; + case 0xA3: goto yy5333; + case 0xA4: goto yy5334; + case 0xA6: goto yy5335; + case 0xA8: goto yy6458; + case 0xA9: goto yy5337; + case 0xAA: goto yy5338; + case 0xAB: goto yy6459; + case 0xAC: goto yy2726; + case 0xAD: goto yy5340; + case 0xAE: goto yy5341; + case 0xB1: goto yy5342; + case 0xB2: + case 0xB3: goto yy5343; + default: goto yy2; + } +yy3643: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6460; + case 0x81: goto yy6461; + case 0x82: goto yy6462; + case 0x83: goto yy5347; + case 0x84: goto yy6463; + case 0x85: goto yy6464; + case 0x86: goto yy6465; + case 0x87: goto yy6466; + case 0x88: goto yy6467; + case 0x8A: goto yy5353; + case 0x8B: goto yy6468; + case 0x8C: goto yy6469; + case 0x8D: goto yy6470; + case 0x92: + case 0x98: goto yy6471; + case 0x93: goto yy6472; + case 0x96: goto yy6473; + case 0x97: goto yy6474; + case 0x99: goto yy6475; + case 0x9A: goto yy6476; + case 0x9B: goto yy5363; + case 0x9C: goto yy6477; + case 0xA2: goto yy5365; + case 0xA3: goto yy5366; + case 0xAB: goto yy5367; + default: goto yy2; + } +yy3644: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy926; + case 0xA8: goto yy5367; + case 0xA9: goto yy5372; + case 0xAB: goto yy6478; + case 0xAC: goto yy6479; + case 0xAD: goto yy6480; + case 0xAE: goto yy5376; + case 0xBD: goto yy6481; + case 0xBE: goto yy3792; + default: goto yy2; + } +yy3645: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x80) goto yy5378; + goto yy2; + } else { + if (yych <= 0xB0) goto yy926; + if (yych <= 0xB1) goto yy5379; + if (yych <= 0xB2) goto yy6482; + goto yy2; + } +yy3646: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy118; + case 0x83: goto yy637; + case 0x84: goto yy3795; + case 0x85: goto yy3796; + case 0x87: goto yy3797; + case 0x89: goto yy3798; + case 0x8D: goto yy3799; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy926; + case 0x91: goto yy5381; + case 0x92: goto yy5382; + case 0x93: goto yy5383; + case 0x94: goto yy5384; + case 0x95: goto yy5385; + case 0x9A: goto yy5386; + case 0x9B: goto yy6483; + case 0x9C: goto yy6484; + case 0x9D: goto yy6485; + case 0x9E: goto yy6486; + case 0x9F: goto yy6487; + case 0xAA: goto yy3811; + default: goto yy2; + } +yy3647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy926; + if (yych <= 0xA3) goto yy6488; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy5393; + goto yy5394; + } else { + if (yych <= 0xBA) goto yy5395; + if (yych <= 0xBB) goto yy3816; + goto yy2; + } + } +yy3648: + yyaccept = 15; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCD) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy534; + goto yy245; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy534; + goto yy245; + } + } else { + if (yych <= '/') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy1087; + goto yy245; + } else { + if (yych <= '9') goto yy2445; + if (yych <= ';') goto yy245; + if (yych <= '>') goto yy534; + goto yy245; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy6181; + if (yych <= ']') goto yy245; + goto yy534; + } else { + if (yych <= 'z') goto yy6181; + if (yych == '|') goto yy534; + goto yy245; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy534; + if (yych <= 0xC1) goto yy245; + if (yych <= 0xC2) goto yy3550; + goto yy3286; + } else { + if (yych <= 0xC9) goto yy3287; + if (yych <= 0xCA) goto yy3288; + if (yych <= 0xCC) goto yy534; + goto yy3290; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy3551; + if (yych <= 0xCF) goto yy3292; + goto yy3287; + } else { + if (yych <= 0xD2) goto yy3293; + if (yych <= 0xD3) goto yy3287; + if (yych <= 0xD4) goto yy3294; + goto yy3295; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy3552; + if (yych <= 0xD7) goto yy3553; + if (yych <= 0xD8) goto yy3298; + goto yy3299; + } else { + if (yych <= 0xDA) goto yy3287; + if (yych <= 0xDB) goto yy3300; + if (yych <= 0xDC) goto yy3301; + goto yy3302; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy3303; + if (yych <= 0xDF) goto yy3304; + goto yy3305; + } else { + if (yych <= 0xE1) goto yy3554; + if (yych <= 0xE2) goto yy3555; + if (yych <= 0xE3) goto yy3308; + goto yy534; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy3309; + if (yych <= 0xEE) goto yy245; + goto yy3556; + } else { + if (yych <= 0xF0) goto yy3311; + if (yych == 0xF3) goto yy534; + goto yy245; + } + } + } + } +yy3649: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy113; + goto yy57; + } else { + if (yych <= '\'') goto yy3436; + if (yych == '+') goto yy113; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6489; + if (yych <= '.') goto yy6490; + if (yych <= '/') goto yy57; + goto yy113; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + goto yy57; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy3649; + if (yych <= ']') goto yy57; + goto yy113; + } else { + if (yych <= 'z') goto yy3649; + if (yych == '|') goto yy113; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy113; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy6491; + goto yy3652; + } else { + if (yych <= 0xC9) goto yy3653; + if (yych <= 0xCA) goto yy3654; + if (yych <= 0xCB) goto yy6492; + goto yy118; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy3655; + if (yych <= 0xCE) goto yy6493; + goto yy3657; + } else { + if (yych == 0xD2) goto yy3658; + if (yych <= 0xD3) goto yy3653; + goto yy3659; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy3660; + if (yych <= 0xD6) goto yy6494; + if (yych <= 0xD7) goto yy6495; + goto yy3663; + } else { + if (yych <= 0xD9) goto yy3664; + if (yych <= 0xDA) goto yy3653; + if (yych <= 0xDB) goto yy3665; + goto yy3666; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy3667; + if (yych <= 0xDE) goto yy3668; + if (yych <= 0xDF) goto yy3669; + goto yy3670; + } else { + if (yych <= 0xE1) goto yy6496; + if (yych <= 0xE2) goto yy6497; + if (yych <= 0xE3) goto yy3673; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy3674; + if (yych <= 0xEE) goto yy57; + goto yy6498; + } else { + if (yych <= 0xF0) goto yy3676; + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } +yy3651: + yych = *++YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy113; + case 0xAA: + case 0xB5: + case 0xBA: goto yy3649; + default: goto yy2; + } +yy3652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3649; + goto yy113; + } else { + if (yych == 0xB7) goto yy113; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy3653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy3654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3649; + goto yy2; +yy3655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB3) goto yy3649; + if (yych <= 0xB4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy3649; + if (yych <= 0xBA) goto yy2; + goto yy3649; + } else { + if (yych == 0xBF) goto yy3649; + goto yy2; + } + } +yy3656: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy3649; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy3649; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy3657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy113; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy3658: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3649; + if (yych <= 0x89) goto yy113; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy3659: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy3660: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3649; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy3661: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy3649; + } else { + if (yych == 0x8A) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy3662: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy3649; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy3649; + goto yy2; + } + } +yy3663: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy113; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy3664: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy3649; + if (yych <= 0x9F) goto yy113; + goto yy2; + } else { + if (yych == 0xB0) goto yy113; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy3665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy3649; + goto yy2; + } else { + if (yych <= 0x95) goto yy3649; + if (yych == 0x9D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy3649; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3649; + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy3666: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy3649; + goto yy113; + } else { + if (yych <= 0xAF) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy3667: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy3668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3649; + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy3649; + goto yy2; +yy3669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy3649; + goto yy113; + } else { + if (yych == 0xB6) goto yy113; + goto yy2; + } +yy3670: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy6499; + case 0xA1: goto yy6500; + case 0xA2: goto yy6501; + case 0xA3: goto yy1251; + case 0xA4: goto yy6502; + case 0xA5: goto yy6503; + case 0xA6: goto yy6504; + case 0xA7: goto yy6505; + case 0xA8: goto yy6506; + case 0xA9: goto yy6507; + case 0xAA: goto yy6508; + case 0xAB: goto yy6509; + case 0xAC: goto yy6510; + case 0xAD: goto yy6511; + case 0xAE: goto yy6512; + case 0xAF: goto yy6513; + case 0xB0: goto yy6514; + case 0xB1: goto yy6515; + case 0xB2: goto yy6516; + case 0xB3: goto yy6517; + case 0xB4: goto yy6518; + case 0xB5: goto yy6519; + case 0xB6: goto yy6520; + case 0xB7: goto yy6521; + case 0xB8: goto yy1272; + case 0xB9: goto yy2003; + case 0xBA: goto yy1274; + case 0xBB: goto yy2004; + case 0xBC: goto yy2005; + case 0xBD: goto yy1277; + case 0xBE: goto yy1278; + case 0xBF: goto yy1279; + default: goto yy2; + } +yy3671: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy2006; + case 0x82: goto yy6522; + case 0x83: goto yy6523; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy3653; + case 0x89: goto yy6524; + case 0x8A: goto yy6525; + case 0x8B: goto yy6526; + case 0x8C: goto yy6527; + case 0x8D: goto yy6528; + case 0x8E: goto yy6529; + case 0x8F: goto yy6530; + case 0x90: goto yy6531; + case 0x99: goto yy6532; + case 0x9A: goto yy6533; + case 0x9B: goto yy6534; + case 0x9C: goto yy6535; + case 0x9D: goto yy6536; + case 0x9E: goto yy1297; + case 0x9F: goto yy2013; + case 0xA0: goto yy6537; + case 0xA1: goto yy6538; + case 0xA2: goto yy6539; + case 0xA3: goto yy6540; + case 0xA4: goto yy6541; + case 0xA5: goto yy2017; + case 0xA7: goto yy2018; + case 0xA8: goto yy6542; + case 0xA9: goto yy1307; + case 0xAA: goto yy2019; + case 0xAC: goto yy1309; + case 0xAD: goto yy2020; + case 0xAE: goto yy6543; + case 0xAF: goto yy6544; + case 0xB0: goto yy6545; + case 0xB1: goto yy6546; + case 0xB3: goto yy6547; + case 0xB4: goto yy6548; + case 0xB5: goto yy6549; + case 0xB6: goto yy6550; + case 0xB7: goto yy1319; + case 0xBC: goto yy6551; + case 0xBD: goto yy6552; + case 0xBE: goto yy6553; + case 0xBF: goto yy6554; + default: goto yy2; + } +yy3672: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy2026; + case 0x81: goto yy2027; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: goto yy6555; + case 0x85: goto yy6556; + case 0x86: goto yy6557; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy6558; + case 0xB1: goto yy6559; + case 0xB2: goto yy3653; + case 0xB3: goto yy6560; + case 0xB4: goto yy6561; + case 0xB5: goto yy6562; + case 0xB6: goto yy6563; + case 0xB7: goto yy6564; + case 0xB8: goto yy2032; + case 0xBA: goto yy1354; + case 0xBB: goto yy709; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy3673: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6565; + case 0x82: goto yy2034; + case 0x84: goto yy6566; + case 0x86: goto yy6567; + case 0x87: goto yy2036; + case 0x88: goto yy1361; + case 0x89: goto yy1362; + case 0x8A: goto yy1363; + case 0x8B: goto yy2037; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy118; + default: goto yy2; + } +yy3674: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy572; + case 0x93: goto yy6568; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy3653; + case 0x98: goto yy6569; + case 0x99: goto yy6570; + case 0x9A: goto yy6571; + case 0x9B: goto yy6572; + case 0x9C: goto yy6573; + case 0x9D: goto yy3659; + case 0x9E: goto yy6574; + case 0x9F: goto yy6575; + case 0xA0: goto yy6576; + case 0xA1: goto yy6577; + case 0xA2: goto yy6578; + case 0xA3: goto yy6579; + case 0xA4: goto yy6580; + case 0xA5: goto yy6581; + case 0xA6: goto yy1380; + case 0xA7: goto yy2048; + case 0xA8: goto yy6582; + case 0xA9: goto yy6583; + case 0xAA: goto yy1384; + case 0xAB: goto yy6584; + case 0xAC: goto yy6585; + case 0xAD: goto yy6586; + case 0xAF: goto yy6587; + default: goto yy2; + } +yy3675: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy6588; + case 0xAD: goto yy6589; + case 0xAE: goto yy6590; + case 0xAF: goto yy6591; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy3653; + case 0xB4: goto yy6592; + case 0xB5: goto yy6593; + case 0xB6: goto yy6594; + case 0xB7: goto yy6595; + case 0xB8: goto yy2057; + case 0xB9: goto yy6596; + case 0xBB: goto yy6597; + case 0xBC: goto yy6598; + case 0xBD: goto yy6599; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy3676: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy6600; + case 0x91: goto yy6601; + case 0x92: goto yy6602; + case 0x93: goto yy6603; + case 0x94: goto yy6604; + case 0x96: goto yy6605; + case 0x9B: goto yy6606; + case 0x9D: goto yy6607; + case 0x9E: goto yy6608; + case 0x9F: goto yy1412; + default: goto yy2; + } +yy3677: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 1) { + goto yy200; + } + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy1980; + goto yy208; + } else { + if (yych <= '+') goto yy1980; + if (yych <= '/') goto yy208; + goto yy3677; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy1980; + goto yy208; + } else { + if (yych <= 'Z') goto yy5251; + if (yych <= ']') goto yy208; + if (yych <= '`') goto yy1980; + goto yy5251; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy1980; + goto yy208; + } else { + if (yych <= '~') goto yy1980; + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy5253; + goto yy5254; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy5255; + if (yych <= 0xCA) goto yy5256; + goto yy3685; + } else { + if (yych <= 0xCC) goto yy3686; + if (yych <= 0xCD) goto yy5257; + if (yych <= 0xCE) goto yy5258; + goto yy5259; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy5260; + goto yy5255; + } else { + if (yych <= 0xD4) goto yy5261; + if (yych <= 0xD5) goto yy5262; + if (yych <= 0xD6) goto yy5263; + goto yy5264; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy5265; + if (yych <= 0xD9) goto yy5266; + goto yy5255; + } else { + if (yych <= 0xDB) goto yy5267; + if (yych <= 0xDC) goto yy5268; + if (yych <= 0xDD) goto yy5269; + goto yy5270; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy5271; + if (yych <= 0xE0) goto yy5272; + goto yy5273; + } else { + if (yych <= 0xE2) goto yy5274; + if (yych <= 0xE3) goto yy5275; + if (yych <= 0xE4) goto yy3706; + goto yy208; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy5276; + if (yych <= 0xEE) goto yy208; + goto yy5277; + } else { + if (yych <= 0xF0) goto yy5278; + if (yych == 0xF3) goto yy3710; + goto yy208; + } + } + } + } +yy3679: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy4671; + goto yy57; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy4671; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1565; + if (yych <= '.') goto yy2929; + if (yych <= '/') goto yy57; + goto yy5251; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy4671; + goto yy57; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy3679; + if (yych <= ']') goto yy57; + goto yy4671; + } else { + if (yych <= 'z') goto yy3679; + if (yych == '|') goto yy4671; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy4671; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy6609; + goto yy6610; + } else { + if (yych <= 0xC9) goto yy3683; + if (yych <= 0xCA) goto yy3684; + if (yych <= 0xCB) goto yy6611; + goto yy4675; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy6612; + if (yych <= 0xCE) goto yy6613; + goto yy6614; + } else { + if (yych == 0xD2) goto yy6615; + if (yych <= 0xD3) goto yy3683; + goto yy3691; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy3692; + if (yych <= 0xD6) goto yy6616; + if (yych <= 0xD7) goto yy6617; + goto yy6618; + } else { + if (yych <= 0xD9) goto yy6619; + if (yych <= 0xDA) goto yy3683; + if (yych <= 0xDB) goto yy6620; + goto yy6621; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy6622; + if (yych <= 0xDE) goto yy6623; + if (yych <= 0xDF) goto yy6624; + goto yy6625; + } else { + if (yych <= 0xE1) goto yy6626; + if (yych <= 0xE2) goto yy6627; + if (yych <= 0xE3) goto yy6628; + goto yy6629; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy6630; + if (yych <= 0xEE) goto yy57; + goto yy6631; + } else { + if (yych <= 0xF0) goto yy6632; + if (yych == 0xF3) goto yy6633; + goto yy57; + } + } + } + } +yy3681: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1980; + case 0xAA: + case 0xB5: + case 0xBA: goto yy3679; + default: goto yy2; + } +yy3682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3679; + goto yy1980; + } else { + if (yych == 0xB7) goto yy1980; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy3683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy3684: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3679; + goto yy2; +yy3685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + goto yy1980; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x9F) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych == 0xAC) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy3686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy3687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0xB3) goto yy3679; + if (yych <= 0xB4) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy3679; + if (yych <= 0xBA) goto yy2; + goto yy3679; + } else { + if (yych == 0xBF) goto yy3679; + goto yy2; + } + } +yy3688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1980; + goto yy3679; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy3679; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy3689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1980; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy3690: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3679; + if (yych <= 0x89) goto yy1980; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy3691: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy3692: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3679; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy3693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy3694: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1980; + if (yych <= 0x8F) goto yy2; + goto yy3679; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy3679; + goto yy2; + } + } +yy3695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1980; + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy3696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy3679; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy3679; + } else { + if (yych <= 0xB0) goto yy1980; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy3697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy3679; + goto yy2; + } else { + if (yych <= 0x95) goto yy3679; + if (yych == 0x9D) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1980; + if (yych <= 0xAF) goto yy3679; + goto yy843; + } else { + if (yych <= 0xBC) goto yy3679; + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy3698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy3699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1980; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy3700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3679; + if (yych <= 0xB0) goto yy1980; + if (yych <= 0xB1) goto yy3679; + goto yy2; +yy3701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy3679; + } else { + if (yych <= 0xB3) goto yy1980; + if (yych == 0xB6) goto yy1980; + goto yy2; + } +yy3702: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy6634; + case 0xA1: goto yy6635; + case 0xA2: goto yy6636; + case 0xA3: goto yy6637; + case 0xA4: goto yy6638; + case 0xA5: goto yy6639; + case 0xA6: goto yy6640; + case 0xA7: goto yy6641; + case 0xA8: goto yy6642; + case 0xA9: goto yy6643; + case 0xAA: goto yy6644; + case 0xAB: goto yy6645; + case 0xAC: goto yy6646; + case 0xAD: goto yy6647; + case 0xAE: goto yy6648; + case 0xAF: goto yy6649; + case 0xB0: goto yy6650; + case 0xB1: goto yy6651; + case 0xB2: goto yy6652; + case 0xB3: goto yy6653; + case 0xB4: goto yy6654; + case 0xB5: goto yy6655; + case 0xB6: goto yy6656; + case 0xB7: goto yy6657; + case 0xB8: goto yy6658; + case 0xB9: goto yy6659; + case 0xBA: goto yy6660; + case 0xBB: goto yy6661; + case 0xBC: goto yy6662; + case 0xBD: goto yy6663; + case 0xBE: goto yy6664; + case 0xBF: goto yy6665; + default: goto yy2; + } +yy3703: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6666; + case 0x81: goto yy6667; + case 0x82: goto yy6668; + case 0x83: goto yy6669; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy3683; + case 0x89: goto yy6670; + case 0x8A: goto yy6671; + case 0x8B: goto yy6672; + case 0x8C: goto yy6673; + case 0x8D: goto yy6674; + case 0x8E: goto yy6675; + case 0x8F: goto yy6676; + case 0x90: goto yy6677; + case 0x99: goto yy6678; + case 0x9A: goto yy6679; + case 0x9B: goto yy6680; + case 0x9C: goto yy6681; + case 0x9D: goto yy6682; + case 0x9E: goto yy6683; + case 0x9F: goto yy6684; + case 0xA0: goto yy6685; + case 0xA1: goto yy6686; + case 0xA2: goto yy6687; + case 0xA3: goto yy6688; + case 0xA4: goto yy6689; + case 0xA5: goto yy6690; + case 0xA7: goto yy6691; + case 0xA8: goto yy6692; + case 0xA9: goto yy6693; + case 0xAA: goto yy6694; + case 0xAC: goto yy6695; + case 0xAD: goto yy6696; + case 0xAE: goto yy6697; + case 0xAF: goto yy6698; + case 0xB0: goto yy6699; + case 0xB1: goto yy6700; + case 0xB3: goto yy6701; + case 0xB4: goto yy6702; + case 0xB5: goto yy6703; + case 0xB6: goto yy6704; + case 0xB7: goto yy6705; + case 0xBC: goto yy6706; + case 0xBD: goto yy6707; + case 0xBE: goto yy6708; + case 0xBF: goto yy6709; + default: goto yy2; + } +yy3704: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6710; + case 0x81: goto yy6711; + case 0x82: goto yy6712; + case 0x83: goto yy6713; + case 0x84: goto yy6714; + case 0x85: goto yy6715; + case 0x86: goto yy6716; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy3686; + case 0x88: goto yy6717; + case 0x8C: goto yy6718; + case 0x8F: goto yy6719; + case 0x90: goto yy6720; + case 0x91: goto yy6721; + case 0x92: goto yy6722; + case 0x93: goto yy6723; + case 0x9D: goto yy6724; + case 0x9E: goto yy6725; + case 0x9F: goto yy6726; + case 0xA6: goto yy6727; + case 0xA7: goto yy6728; + case 0xAD: goto yy6729; + case 0xAE: goto yy6730; + case 0xAF: goto yy6731; + case 0xB0: goto yy6732; + case 0xB1: goto yy6733; + case 0xB2: goto yy3683; + case 0xB3: goto yy6734; + case 0xB4: goto yy6735; + case 0xB5: goto yy6736; + case 0xB6: goto yy6737; + case 0xB7: goto yy6738; + case 0xB8: goto yy3009; + case 0xBA: goto yy6739; + case 0xBB: goto yy6740; + case 0xBF: goto yy6741; + default: goto yy2; + } +yy3705: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6742; + case 0x82: goto yy6743; + case 0x84: goto yy6744; + case 0x86: goto yy6745; + case 0x87: goto yy6746; + case 0x88: goto yy6747; + case 0x89: goto yy6748; + case 0x8A: goto yy6749; + case 0x8B: goto yy6750; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy3686; + default: goto yy2; + } +yy3706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy3686; + goto yy2; +yy3707: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy6751; + case 0x93: goto yy6752; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy3683; + case 0x98: goto yy6753; + case 0x99: goto yy6754; + case 0x9A: goto yy6755; + case 0x9B: goto yy6756; + case 0x9C: goto yy6757; + case 0x9D: goto yy3691; + case 0x9E: goto yy6758; + case 0x9F: goto yy6759; + case 0xA0: goto yy6760; + case 0xA1: goto yy6761; + case 0xA2: goto yy6762; + case 0xA3: goto yy6763; + case 0xA4: goto yy6764; + case 0xA5: goto yy6765; + case 0xA6: goto yy6766; + case 0xA7: goto yy6767; + case 0xA8: goto yy6768; + case 0xA9: goto yy6769; + case 0xAA: goto yy6770; + case 0xAB: goto yy6771; + case 0xAC: goto yy6772; + case 0xAD: goto yy6773; + case 0xAF: goto yy6774; + default: goto yy2; + } +yy3708: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy6775; + case 0xAD: goto yy6776; + case 0xAE: goto yy6777; + case 0xAF: goto yy6778; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy3683; + case 0xB4: goto yy6779; + case 0xB5: goto yy6780; + case 0xB6: goto yy6781; + case 0xB7: goto yy6782; + case 0xB8: goto yy6783; + case 0xB9: goto yy6784; + case 0xBB: goto yy6785; + case 0xBC: goto yy6786; + case 0xBD: goto yy6787; + case 0xBF: goto yy6788; + default: goto yy2; + } +yy3709: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy6789; + case 0x91: goto yy6790; + case 0x92: goto yy6791; + case 0x93: goto yy6792; + case 0x94: goto yy6793; + case 0x96: goto yy6794; + case 0x9B: goto yy6795; + case 0x9D: goto yy6796; + case 0x9E: goto yy6797; + case 0x9F: goto yy6798; + default: goto yy2; + } +yy3710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy6799; + goto yy2; +yy3711: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy1246; + default: goto yy2; + } +yy3712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1246; + goto yy2; + } else { + if (yych <= 0x8A) goto yy200; + if (yych == 0xBE) goto yy200; + goto yy2; + } +yy3713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy3714: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy1246; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy1246; + if (yych <= 0xAD) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy3715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x94) goto yy2; + goto yy1246; + } else { + if (yych <= 0xBC) { + if (yych <= 0xAD) goto yy2; + goto yy1246; + } else { + if (yych == 0xBF) goto yy1246; + goto yy2; + } + } +yy3716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1246; + goto yy2; +yy3717: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy4109; + case 0xA1: goto yy4110; + case 0xA2: goto yy4111; + case 0xA4: goto yy4112; + case 0xA5: goto yy6800; + case 0xA6: goto yy4114; + case 0xA7: goto yy6801; + case 0xA8: goto yy4116; + case 0xA9: goto yy6802; + case 0xAA: goto yy4118; + case 0xAB: goto yy6803; + case 0xAC: goto yy4120; + case 0xAD: goto yy6804; + case 0xAE: goto yy4122; + case 0xAF: goto yy6805; + case 0xB0: goto yy4124; + case 0xB1: goto yy6806; + case 0xB2: goto yy4126; + case 0xB3: goto yy6807; + case 0xB4: goto yy4128; + case 0xB5: goto yy6808; + case 0xB6: goto yy4130; + case 0xB7: goto yy6809; + case 0xB9: + case 0xBB: goto yy6810; + case 0xBC: goto yy6811; + default: goto yy2; + } +yy3718: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x81: goto yy3777; + case 0x82: goto yy6812; + case 0x83: goto yy4135; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1593; + case 0x89: goto yy4136; + case 0x8A: goto yy4137; + case 0x8B: goto yy4138; + case 0x8C: goto yy4139; + case 0x8D: + case 0xB6: goto yy4140; + case 0x8E: goto yy4141; + case 0x8F: goto yy4142; + case 0x90: goto yy4143; + case 0x99: goto yy4144; + case 0x9A: goto yy4145; + case 0x9B: goto yy4146; + case 0x9C: goto yy4147; + case 0x9D: goto yy4148; + case 0x9F: goto yy6811; + case 0xA0: goto yy6813; + case 0xA1: goto yy4150; + case 0xA2: goto yy4151; + case 0xA3: goto yy4152; + case 0xA4: goto yy4153; + case 0xA5: goto yy6814; + case 0xA7: + case 0xAD: goto yy6810; + case 0xA8: goto yy4155; + case 0xAA: goto yy6815; + case 0xAE: goto yy6816; + case 0xAF: goto yy4158; + case 0xB0: goto yy4159; + case 0xB1: goto yy6817; + case 0xB3: goto yy4161; + case 0xB4: goto yy4162; + case 0xB5: goto yy4163; + case 0xBC: goto yy4164; + case 0xBD: goto yy4165; + case 0xBE: goto yy4166; + case 0xBF: goto yy4167; + default: goto yy2; + } +yy3719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy6818; + } else { + if (yych <= 0x81) goto yy6819; + if (yych <= 0x83) goto yy2; + goto yy4170; + } + } else { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy4171; + goto yy4172; + } else { + if (yych == 0x88) goto yy2296; + goto yy2; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4173; + goto yy4174; + } else { + if (yych <= 0xB2) goto yy1593; + if (yych <= 0xB3) goto yy4175; + goto yy4176; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy4177; + goto yy4178; + } else { + if (yych <= 0xB7) goto yy4179; + if (yych <= 0xB8) goto yy1030; + goto yy2; + } + } + } +yy3720: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x93: goto yy4187; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy1593; + case 0x98: goto yy6820; + case 0x99: goto yy4189; + case 0x9A: goto yy4190; + case 0x9B: goto yy4158; + case 0x9C: goto yy4191; + case 0x9D: goto yy1599; + case 0x9E: goto yy4192; + case 0x9F: goto yy4193; + case 0xA0: goto yy4194; + case 0xA1: goto yy4195; + case 0xA2: goto yy4196; + case 0xA3: goto yy6821; + case 0xA4: goto yy6822; + case 0xA5: goto yy4199; + case 0xA7: goto yy6823; + case 0xA8: goto yy4201; + case 0xA9: goto yy6824; + case 0xAB: goto yy4203; + case 0xAC: goto yy4204; + case 0xAD: goto yy4205; + case 0xAF: goto yy6825; + default: goto yy2; + } +yy3721: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy4207; + case 0xAD: goto yy4208; + case 0xAE: goto yy4209; + case 0xAF: goto yy4210; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1593; + case 0xB4: goto yy4211; + case 0xB5: goto yy4212; + case 0xB6: goto yy4213; + case 0xB7: goto yy4214; + case 0xB8: goto yy6826; + case 0xB9: goto yy6827; + case 0xBB: goto yy4217; + case 0xBC: goto yy6828; + case 0xBD: goto yy4219; + case 0xBE: goto yy1074; + default: goto yy2; + } +yy3722: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy6829; + case 0x91: goto yy6830; + case 0x92: goto yy4222; + case 0x93: goto yy4223; + case 0x94: goto yy4224; + case 0x96: goto yy6831; + case 0x9B: goto yy4226; + case 0x9D: goto yy6832; + case 0x9E: goto yy4228; + default: goto yy2; + } +yy3723: + yych = *++YYCURSOR; + if (yych <= 0xD6) { + if (yych <= 0xCA) { + if (yych <= 'z') { + if (yych <= '@') goto yy1088; + if (yych <= 'Z') goto yy6833; + if (yych <= '`') goto yy1088; + goto yy6833; + } else { + if (yych <= 0xC2) { + if (yych <= 0xC1) goto yy1088; + goto yy6835; + } else { + if (yych <= 0xC3) goto yy6836; + if (yych <= 0xC9) goto yy6837; + goto yy6838; + } + } + } else { + if (yych <= 0xD1) { + if (yych <= 0xCD) { + if (yych <= 0xCC) goto yy1088; + goto yy6839; + } else { + if (yych <= 0xCE) goto yy6840; + if (yych <= 0xCF) goto yy6841; + goto yy6837; + } + } else { + if (yych <= 0xD3) { + if (yych <= 0xD2) goto yy6842; + goto yy6837; + } else { + if (yych <= 0xD4) goto yy6843; + if (yych <= 0xD5) goto yy6844; + goto yy6845; + } + } + } + } else { + if (yych <= 0xDF) { + if (yych <= 0xDA) { + if (yych <= 0xD7) goto yy6846; + if (yych <= 0xD8) goto yy6847; + if (yych <= 0xD9) goto yy6848; + goto yy6837; + } else { + if (yych <= 0xDC) { + if (yych <= 0xDB) goto yy6849; + goto yy6850; + } else { + if (yych <= 0xDD) goto yy6851; + if (yych <= 0xDE) goto yy6852; + goto yy6853; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xE0) goto yy6854; + goto yy6855; + } else { + if (yych <= 0xE2) goto yy6856; + if (yych <= 0xE3) goto yy6857; + goto yy1088; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xEA) goto yy6858; + goto yy1088; + } else { + if (yych <= 0xEF) goto yy6859; + if (yych <= 0xF0) goto yy6860; + goto yy1088; + } + } + } + } +yy3724: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy113; + goto yy115; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy113; + goto yy115; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6861; + if (yych <= '.') goto yy6862; + if (yych <= '/') goto yy115; + goto yy5408; + } else { + if (yych <= ';') goto yy115; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy115; + goto yy6863; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy115; + if (yych <= '`') goto yy113; + goto yy6863; + } else { + if (yych == '|') goto yy113; + if (yych <= '}') goto yy115; + goto yy113; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy115; + if (yych <= 0xC2) goto yy6865; + if (yych <= 0xC3) goto yy6866; + goto yy6867; + } else { + if (yych <= 0xCA) goto yy6868; + if (yych <= 0xCB) goto yy564; + if (yych <= 0xCC) goto yy118; + goto yy6869; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy6870; + if (yych <= 0xCF) goto yy6871; + goto yy6867; + } else { + if (yych <= 0xD2) goto yy6872; + if (yych <= 0xD3) goto yy6867; + if (yych <= 0xD4) goto yy6873; + goto yy6874; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy6875; + if (yych <= 0xD7) goto yy6876; + if (yych <= 0xD8) goto yy6877; + goto yy6878; + } else { + if (yych <= 0xDA) goto yy6867; + if (yych <= 0xDB) goto yy6879; + if (yych <= 0xDC) goto yy6880; + goto yy6881; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy6882; + if (yych <= 0xDF) goto yy6883; + goto yy6884; + } else { + if (yych <= 0xE1) goto yy6885; + if (yych <= 0xE2) goto yy6886; + if (yych <= 0xE3) goto yy6887; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy6888; + if (yych <= 0xEE) goto yy115; + goto yy6889; + } else { + if (yych <= 0xF0) goto yy6890; + if (yych == 0xF3) goto yy282; + goto yy115; + } + } + } + } +yy3725: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy1240; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy1240; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy1240; + } else { + if (yych == 0xBF) goto yy1240; + goto yy2; + } + } +yy3726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1240; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy1240; + goto yy2; +yy3727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy1240; + goto yy2; +yy3728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy113; + if (yych <= 0x8B) goto yy2; + goto yy113; + } else { + if (yych <= 0x9B) { + if (yych <= 0x8F) goto yy2; + goto yy113; + } else { + if (yych == 0xA0) goto yy113; + goto yy2; + } + } +yy3731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; +yy3732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1240; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy3733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1240; + if (yych == 0xA0) goto yy113; + goto yy2; +yy3734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1240; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy3735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy1240; + if (yych <= 0x81) goto yy2; + goto yy1240; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy1240; + if (yych <= 0xBA) goto yy113; + goto yy2; + } +yy3736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1240; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy3737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1240; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy1240; + goto yy2; +yy3738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1242; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy3739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1240; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1246; + goto yy2; +yy3740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1240; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy3741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1240; + goto yy2; +yy3742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy1240; + goto yy2; +yy3743: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1240; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy1240; + goto yy2; +yy3744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1240; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy1240; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1240; + if (yych == 0xBF) goto yy1240; + goto yy2; + } + } +yy3745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1240; + goto yy2; + } else { + if (yych <= 0xB6) goto yy1240; + if (yych <= 0xB8) goto yy113; + goto yy2; + } +yy3746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1240; + goto yy2; +yy3747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy1240; + goto yy2; +yy3748: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1240; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy1240; + goto yy2; +yy3749: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy1240; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy3750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1240; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych <= 0x86) goto yy113; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy1240; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy1240; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy113; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy3751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy1240; + goto yy2; +yy3752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1240; + goto yy2; +yy3753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1240; + goto yy113; + } else { + if (yych <= 0xA4) goto yy1240; + if (yych <= 0xA6) goto yy113; + goto yy2; + } +yy3754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1240; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy1240; + goto yy2; +yy3755: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1240; + goto yy2; +yy3756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1240; + goto yy2; +yy3757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1242; + goto yy2; +yy3758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB7) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3759: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1246; + if (yych == 0xBF) goto yy113; + goto yy2; + } +yy3760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xAF) goto yy1240; + if (yych <= 0xBA) goto yy113; + goto yy2; +yy3761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy1240; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; +yy3762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy1240; + } else { + if (yych <= 0xB4) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy3763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy1240; + goto yy113; + } else { + if (yych == 0xB6) goto yy1240; + goto yy2; + } +yy3764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB2) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy1240; + if (yych <= 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy1240; + } else { + if (yych == 0x9C) goto yy1240; + goto yy2; + } + } +yy3766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1240; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1240; + if (yych <= 0xB7) goto yy113; + goto yy2; + } +yy3767: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1240; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy1240; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1240; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy3768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1240; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; + } +yy3769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1240; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1240; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1240; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1240; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy3770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy1240; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy113; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy1240; + goto yy113; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } + } +yy3771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x85) goto yy1240; + goto yy2; + } else { + if (yych <= 0x87) goto yy1240; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; + } +yy3773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1240; + goto yy113; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy3774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x9B) goto yy1240; + if (yych <= 0x9D) goto yy113; + goto yy2; + } +yy3775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x84) goto yy1240; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; + } +yy3776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1240; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy3777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1246; + goto yy2; +yy3778: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy113; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1246; + if (yych == 0xBF) goto yy113; + goto yy2; + } +yy3779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; +yy3780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1242; + goto yy1246; + } else { + if (yych == 0xBF) goto yy1240; + goto yy2; + } +yy3781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy1240; + goto yy2; +yy3782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy1240; + goto yy2; +yy3783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1240; + goto yy2; +yy3784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1240; + goto yy2; +yy3785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1240; + goto yy2; +yy3786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1240; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1246; + goto yy2; +yy3787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1240; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy3788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1240; + goto yy113; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy3789: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy1240; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy3790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1240; + goto yy2; +yy3791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1240; + goto yy2; + } else { + if (yych <= 0x90) goto yy1240; + if (yych <= 0xBE) goto yy113; + goto yy2; + } +yy3792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x92) goto yy113; + goto yy2; +yy3793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1240; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy1240; + goto yy2; +yy3794: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1240; + goto yy2; + } else { + if (yych <= 0x99) goto yy1240; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy3795: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy113; + if (yych <= 0xA8) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3796: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy113; + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy113; + goto yy2; +yy3798: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; +yy3799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; +yy3800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; +yy3801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1242; + } else { + if (yych == 0xA2) goto yy1242; + if (yych <= 0xA4) goto yy2; + goto yy1242; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy1242; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1242; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } + } + } +yy3802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; +yy3803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1242; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1242; + if (yych <= 0x8C) goto yy2; + goto yy1242; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy1242; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy1242; + goto yy2; + } + } +yy3804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1242; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy1242; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } + } +yy3805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1242; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy1242; + goto yy2; +yy3806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy113; + goto yy1242; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy113; + goto yy1242; + } else { + if (yych <= 0xBB) goto yy113; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } + } +yy3807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1242; + goto yy113; + } else { + if (yych == 0xB5) goto yy113; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } +yy3808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1242; + goto yy113; + } else { + if (yych == 0xAF) goto yy113; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } +yy3809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1242; + goto yy113; + } else { + if (yych == 0xA9) goto yy113; + if (yych <= 0xBF) goto yy1242; + goto yy2; + } +yy3810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1242; + goto yy113; + } else { + if (yych <= 0x8B) goto yy1242; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy3811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + goto yy2; + } else { + if (yych == 0xA0) goto yy2; + if (yych <= 0xAF) goto yy113; + goto yy2; + } +yy3812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1240; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; +yy3813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1240; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy1240; + } else { + if (yych == 0xA4) goto yy1240; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy1240; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy1240; + } else { + if (yych == 0xBB) goto yy1240; + goto yy2; + } + } + } +yy3814: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy1240; + default: goto yy2; + } +yy3815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy1240; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy1240; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy1240; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy1240; + goto yy2; + } + } +yy3816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy2; +yy3817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy113; + goto yy2; + } else { + if (yych <= 0xAE) goto yy113; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy3819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych == 0x90) goto yy2; + if (yych <= 0xB5) goto yy113; + goto yy2; +yy3820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; +yy3823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy113; + goto yy2; +yy3824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBA) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA4) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy113; + goto yy2; + } else { + if (yych <= 0xAC) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } +yy3827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy113; + goto yy2; +yy3828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy3830: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; +yy3831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy113; + goto yy2; +yy3832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; +yy3833: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + switch (yych) { + case '$': + case '<': + case '=': + case '>': + case '^': + case '`': + case '|': + case '~': goto yy113; + case '%': goto yy146; + case '\'': goto yy242; + case '+': goto yy182; + case '-': goto yy243; + case '.': goto yy1217; + case '0': + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': goto yy206; + case ':': goto yy6891; + case '@': goto yy148; + case 'A': + case 'B': + case 'C': + case 'D': + case 'E': + case 'F': + case 'G': + case 'H': + case 'I': + case 'J': + case 'K': + case 'L': + case 'M': + case 'N': + case 'O': + case 'P': + case 'Q': + case 'R': + case 'T': + case 'U': + case 'V': + case 'W': + case 'X': + case 'Y': + case 'Z': + case 'a': + case 'b': + case 'c': + case 'd': + case 'e': + case 'f': + case 'g': + case 'h': + case 'i': + case 'j': + case 'k': + case 'l': + case 'm': + case 'n': + case 'o': + case 'p': + case 'q': + case 'r': + case 't': + case 'u': + case 'v': + case 'w': + case 'x': + case 'y': + case 'z': goto yy247; + case 'S': + case 's': goto yy6892; + case '_': goto yy249; + case 0xC2: goto yy251; + case 0xC3: goto yy252; + case 0xC4: + case 0xC5: + case 0xC8: + case 0xC9: + case 0xD0: + case 0xD1: + case 0xD3: goto yy253; + case 0xC6: goto yy254; + case 0xC7: goto yy255; + case 0xCA: goto yy256; + case 0xCB: goto yy257; + case 0xCC: goto yy118; + case 0xCD: goto yy258; + case 0xCE: goto yy259; + case 0xCF: goto yy260; + case 0xD2: goto yy261; + case 0xD4: goto yy262; + case 0xD5: goto yy263; + case 0xD6: goto yy264; + case 0xD7: goto yy265; + case 0xD8: goto yy266; + case 0xD9: goto yy267; + case 0xDA: goto yy268; + case 0xDB: goto yy269; + case 0xDC: goto yy270; + case 0xDD: goto yy271; + case 0xDE: goto yy272; + case 0xDF: goto yy273; + case 0xE0: goto yy274; + case 0xE1: goto yy275; + case 0xE2: goto yy276; + case 0xE3: goto yy277; + case 0xE4: goto yy278; + case 0xEA: goto yy279; + case 0xEF: goto yy280; + case 0xF0: goto yy281; + case 0xF3: goto yy282; + default: goto yy57; + } +yy3834: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych == 0x9A) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; + } + } +yy3835: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy1437; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy3836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy1437; + } else { + if (yych == 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy3837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x90) goto yy1437; + if (yych <= 0x97) goto yy113; + goto yy1437; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy3838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1437; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1437; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1437; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1437; + if (yych <= 0xB5) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy3839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy113; + goto yy1437; + } else { + if (yych == 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy1437; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1437; + if (yych <= 0xA3) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy1439; + if (yych <= 0xB1) goto yy1437; + goto yy113; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } + } + } +yy3840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy1437; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy1437; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy1437; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy1437; + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy3841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x91) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1437; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy1439; + goto yy113; + } else { + if (yych <= 0xB4) goto yy1437; + if (yych <= 0xB5) goto yy113; + goto yy2; + } + } + } +yy3842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1437; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy1437; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1437; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1437; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy3843: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy1437; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy1437; + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy113; + } else { + if (yych == 0xB9) goto yy1437; + goto yy2; + } + } + } +yy3844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1437; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1437; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1437; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1437; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy3845: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy1437; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy1437; + goto yy2; + } + } + } +yy3846: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy113; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy1437; + default: goto yy2; + } +yy3847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy1437; + if (yych == 0x97) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1439; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; + } + } +yy3848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy1437; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy3849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy1437; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy1437; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy3850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1437; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy1437; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy3851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy1437; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy1437; + goto yy2; + } + } + } +yy3852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy1437; + goto yy2; + } else { + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy3853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x8E) goto yy1437; + if (yych <= 0x96) goto yy2; + goto yy113; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy1437; + if (yych <= 0xA3) goto yy113; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy1439; + goto yy2; + } else { + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } + } +yy3854: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy1437; + } else { + if (yych == 0xBD) goto yy1437; + goto yy2; + } + } +yy3855: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1437; + goto yy2; + } else { + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1439; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy3856: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; +yy3857: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; +yy3858: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy1439; + if (yych <= 0xB3) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy3859: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1439; + goto yy2; + } else { + if (yych <= 0x99) goto yy113; + if (yych <= 0x9D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy113; + goto yy2; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy3860: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) goto yy1439; + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy3861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1437; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; +yy3862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1437; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy3863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy3864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy1437; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1437; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy3865: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych <= 0x93) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy1437; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy3866: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy113; + if (yych <= 0x9A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1439; + goto yy2; + } + } +yy3867: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1980; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy1439; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy3868: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1437; + goto yy113; + } else { + if (yych <= 0xAA) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy3869: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1437; + goto yy2; + } else { + if (yych <= 0xAB) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } +yy3870: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy113; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy1439; + goto yy2; +yy3871: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3872: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1437; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy3873: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1439; + goto yy2; + } else { + if (yych <= 0x99) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; + } +yy3874: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy1439; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy113; + goto yy2; + } +yy3875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xA0) goto yy1437; + goto yy113; + } else { + if (yych <= 0xAF) goto yy1437; + if (yych <= 0xB9) goto yy1439; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy3876: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1437; + if (yych <= 0xB3) goto yy113; + goto yy2; +yy3877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1437; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy3878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy113; + goto yy2; + } else { + if (yych <= 0xA8) goto yy113; + if (yych <= 0xAC) goto yy1437; + goto yy113; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy1437; + if (yych <= 0xB4) goto yy113; + goto yy1437; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy3879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy1437; + } else { + if (yych == 0xBE) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy3880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x84) goto yy1437; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy1437; + goto yy113; + } else { + if (yych <= 0x93) goto yy1437; + if (yych <= 0x95) goto yy2; + goto yy1437; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0xAC) goto yy1437; + if (yych <= 0xAF) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy1437; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1437; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } + } +yy3881: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy113; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1437; + default: goto yy2; + } +yy3882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy1437; + } else { + if (yych == 0x8E) goto yy1437; + if (yych <= 0x8F) goto yy113; + goto yy2; + } +yy3883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1437; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy3884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1437; + goto yy113; + } else { + if (yych <= 0xAE) goto yy1437; + if (yych <= 0xB1) goto yy113; + if (yych <= 0xB3) goto yy1437; + goto yy2; + } +yy3885: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1437; + if (yych == 0xBF) goto yy113; + goto yy2; +yy3886: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy1437; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy3887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x93) { + if (yych == 0x84) goto yy113; + if (yych <= 0x91) goto yy2; + goto yy113; + } else { + if (yych == 0xA0) goto yy113; + if (yych <= 0xA9) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB5) goto yy1439; + if (yych <= 0xB7) goto yy113; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1437; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy3888: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBA) goto yy1437; + goto yy2; + } +yy3889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1437; + goto yy2; +yy3890: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1437; + goto yy113; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy3891: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1437; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy3892: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy2; +yy3893: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } else { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy3894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1437; + if (yych <= 0x88) goto yy2; + goto yy113; + } else { + if (yych <= 0xAD) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1437; + goto yy2; + } +yy3895: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1437; + goto yy113; + } else { + if (yych == 0x86) goto yy113; + goto yy1437; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy113; + if (yych <= 0xA2) goto yy1437; + goto yy113; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy3896: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0xB3) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3897: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy1439; + if (yych <= 0x9F) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy1437; + if (yych <= 0xBA) goto yy2; + goto yy1437; + } else { + if (yych == 0xBD) goto yy1437; + goto yy2; + } + } +yy3898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1439; + goto yy1437; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy3899: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1437; + if (yych <= 0x93) goto yy113; + goto yy2; +yy3900: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy1439; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; + } + } +yy3901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1437; + if (yych <= 0xB6) goto yy113; + goto yy2; +yy3902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1437; + goto yy113; + } else { + if (yych <= 0x8B) goto yy1437; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy1439; + if (yych <= 0xB6) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } + } +yy3903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy1437; + goto yy113; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy1437; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy113; + goto yy2; + } + } +yy3904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1437; + if (yych <= 0x9B) goto yy113; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy3905: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy1437; + if (yych <= 0xAA) goto yy113; + goto yy2; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; + } +yy3906: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1437; + goto yy2; + } else { + if (yych <= 0x97) goto yy1437; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy1437; + goto yy113; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy113; + if (yych <= 0xB6) goto yy1437; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1437; + goto yy2; + } + } +yy3907: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy3908: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy3909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1437; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1437; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy3910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1567; + goto yy2; + } else { + if (yych == 0xA3) goto yy1980; + goto yy113; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy113; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy3911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych == 0x8D) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy113; + if (yych <= 0xA0) goto yy2; + goto yy1437; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy3912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) goto yy1437; + if (yych <= 0x9B) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy2; + goto yy113; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy3913: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3945; + case 0x81: goto yy3946; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy290; + case 0x83: goto yy3947; + case 0x84: goto yy3728; + case 0x85: goto yy3729; + case 0x86: goto yy3730; + case 0x87: goto yy3731; + case 0x8A: goto yy3948; + case 0x8B: goto yy6893; + case 0x8C: goto yy3950; + case 0x8D: goto yy6894; + case 0x8E: goto yy3952; + case 0x8F: goto yy3953; + case 0x92: goto yy3954; + case 0x94: goto yy3955; + case 0x95: goto yy3956; + case 0x9C: goto yy3957; + case 0x9D: goto yy3958; + case 0xA0: goto yy3959; + case 0xA1: goto yy6895; + case 0xA2: goto yy3961; + case 0xA3: goto yy3962; + case 0xA4: goto yy3963; + case 0xA6: goto yy3964; + case 0xA8: goto yy6896; + case 0xA9: goto yy3966; + case 0xAA: goto yy3967; + case 0xAB: goto yy6897; + case 0xAC: goto yy1487; + case 0xAD: goto yy3969; + case 0xAE: goto yy3970; + case 0xB1: goto yy3971; + case 0xB2: + case 0xB3: goto yy3972; + default: goto yy2; + } +yy3914: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6898; + case 0x81: goto yy6899; + case 0x82: goto yy6900; + case 0x83: goto yy3976; + case 0x84: goto yy6901; + case 0x85: goto yy6902; + case 0x86: goto yy6903; + case 0x87: goto yy6904; + case 0x88: goto yy6905; + case 0x8A: goto yy3982; + case 0x8B: goto yy6906; + case 0x8C: goto yy6907; + case 0x8D: goto yy6908; + case 0x92: + case 0x98: goto yy6909; + case 0x93: goto yy6910; + case 0x96: goto yy6911; + case 0x97: goto yy6912; + case 0x99: goto yy6913; + case 0x9A: goto yy6914; + case 0x9B: goto yy3992; + case 0x9C: goto yy6915; + case 0xA2: goto yy3994; + case 0xA3: goto yy3995; + case 0xAB: goto yy3996; + default: goto yy2; + } +yy3915: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy290; + case 0xA8: goto yy3996; + case 0xA9: goto yy4001; + case 0xAB: goto yy6916; + case 0xAC: goto yy6917; + case 0xAD: goto yy6918; + case 0xAE: goto yy4005; + case 0xBD: goto yy6919; + case 0xBE: goto yy3792; + default: goto yy2; + } +yy3916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x80) goto yy2877; + goto yy2; + } else { + if (yych <= 0xB0) goto yy290; + if (yych <= 0xB1) goto yy4007; + if (yych <= 0xB2) goto yy6920; + goto yy2; + } +yy3917: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy118; + case 0x83: goto yy637; + case 0x84: goto yy3795; + case 0x85: goto yy3796; + case 0x87: goto yy3797; + case 0x89: goto yy3798; + case 0x8D: goto yy3799; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy290; + case 0x91: goto yy4009; + case 0x92: goto yy4010; + case 0x93: goto yy4011; + case 0x94: goto yy4012; + case 0x95: goto yy4013; + case 0x9A: goto yy4014; + case 0x9B: goto yy6921; + case 0x9C: goto yy6922; + case 0x9D: goto yy6923; + case 0x9E: goto yy6924; + case 0x9F: goto yy6925; + case 0xAA: goto yy3811; + default: goto yy2; + } +yy3918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy290; + if (yych <= 0xA3) goto yy6926; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy4021; + goto yy4022; + } else { + if (yych <= 0xBA) goto yy4023; + if (yych <= 0xBB) goto yy3816; + goto yy2; + } + } +yy3919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB4) { + if (yych == 0xAA) goto yy1439; + goto yy2; + } else { + if (yych <= 0xB5) goto yy1439; + if (yych == 0xBA) goto yy1439; + goto yy2; + } +yy3920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1439; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy3921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy3922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1439; + goto yy2; +yy3923: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy1439; + default: goto yy2; + } +yy3924: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy1439; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1439; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy3925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy3926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1439; + if (yych <= 0x89) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy3927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy3928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1439; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy3929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1439; + goto yy2; +yy3930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy1439; + goto yy2; +yy3931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy3932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy1439; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy1439; + if (yych <= 0xAD) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy3933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x94) goto yy2; + goto yy1439; + } else { + if (yych <= 0xBC) { + if (yych <= 0xAD) goto yy2; + goto yy1439; + } else { + if (yych == 0xBF) goto yy1439; + goto yy2; + } + } +yy3934: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1439; + if (yych <= 0x91) goto yy2; + if (yych <= 0xAF) goto yy1439; + goto yy2; +yy3935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy3936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1439; + if (yych == 0xB1) goto yy1439; + goto yy2; +yy3937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1439; + goto yy2; +yy3938: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy6927; + case 0xA1: goto yy6928; + case 0xA2: goto yy6929; + case 0xA4: goto yy6930; + case 0xA5: goto yy6931; + case 0xA6: goto yy6932; + case 0xA7: goto yy6933; + case 0xA8: goto yy6934; + case 0xA9: goto yy6935; + case 0xAA: goto yy6936; + case 0xAB: goto yy6937; + case 0xAC: goto yy6938; + case 0xAD: goto yy6939; + case 0xAE: goto yy6940; + case 0xAF: goto yy6941; + case 0xB0: goto yy6942; + case 0xB1: goto yy6943; + case 0xB2: goto yy6944; + case 0xB3: goto yy6945; + case 0xB4: goto yy6946; + case 0xB5: goto yy6947; + case 0xB6: goto yy6948; + case 0xB7: goto yy6949; + case 0xB9: + case 0xBB: goto yy6950; + case 0xBC: goto yy6951; + default: goto yy2; + } +yy3939: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x81: goto yy3992; + case 0x82: + case 0xA0: goto yy6952; + case 0x83: goto yy6953; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy3921; + case 0x89: goto yy6954; + case 0x8A: goto yy6955; + case 0x8B: goto yy6956; + case 0x8C: goto yy6957; + case 0x8D: + case 0xB6: goto yy6958; + case 0x8E: goto yy6959; + case 0x8F: goto yy6960; + case 0x90: goto yy6961; + case 0x99: goto yy6962; + case 0x9A: goto yy6963; + case 0x9B: goto yy6964; + case 0x9C: goto yy6965; + case 0x9D: goto yy6966; + case 0x9F: goto yy6951; + case 0xA1: goto yy6967; + case 0xA2: goto yy6968; + case 0xA3: goto yy6969; + case 0xA4: goto yy6970; + case 0xA5: goto yy6971; + case 0xA7: + case 0xAD: goto yy6950; + case 0xA8: goto yy6972; + case 0xAA: goto yy6973; + case 0xAE: goto yy6974; + case 0xAF: goto yy6975; + case 0xB0: goto yy6976; + case 0xB1: goto yy6977; + case 0xB3: goto yy6978; + case 0xB4: goto yy6979; + case 0xB5: goto yy6980; + case 0xBC: goto yy6981; + case 0xBD: goto yy6982; + case 0xBE: goto yy6983; + case 0xBF: goto yy6984; + default: goto yy2; + } +yy3940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy6985; + if (yych <= 0x81) goto yy6819; + goto yy2; + } else { + if (yych <= 0x84) goto yy6986; + if (yych <= 0x85) goto yy6987; + if (yych <= 0x86) goto yy6988; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB0) goto yy6989; + if (yych <= 0xB1) goto yy6990; + if (yych <= 0xB2) goto yy3921; + goto yy6991; + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy6992; + goto yy6993; + } else { + if (yych <= 0xB6) goto yy6994; + if (yych <= 0xB7) goto yy6995; + goto yy2; + } + } + } +yy3941: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6996; + case 0x82: goto yy4181; + case 0x83: goto yy1033; + case 0x84: goto yy6997; + case 0x86: goto yy6998; + case 0x87: goto yy4184; + case 0x8B: goto yy4185; + case 0x8C: goto yy3921; + case 0x8D: goto yy4186; + default: goto yy2; + } +yy3942: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x93: goto yy6999; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy3921; + case 0x98: goto yy7000; + case 0x99: goto yy7001; + case 0x9A: goto yy7002; + case 0x9B: goto yy6975; + case 0x9C: goto yy7003; + case 0x9D: goto yy3927; + case 0x9E: goto yy7004; + case 0x9F: goto yy7005; + case 0xA0: goto yy7006; + case 0xA1: goto yy7007; + case 0xA2: goto yy7008; + case 0xA3: goto yy7009; + case 0xA4: goto yy7010; + case 0xA5: goto yy7011; + case 0xA7: goto yy7012; + case 0xA8: goto yy7013; + case 0xA9: goto yy7014; + case 0xAB: goto yy7015; + case 0xAC: goto yy7016; + case 0xAD: goto yy7017; + case 0xAF: goto yy7018; + default: goto yy2; + } +yy3943: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy7019; + case 0xAD: goto yy7020; + case 0xAE: goto yy7021; + case 0xAF: goto yy7022; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy3921; + case 0xB4: goto yy7023; + case 0xB5: goto yy7024; + case 0xB6: goto yy7025; + case 0xB7: goto yy7026; + case 0xB8: goto yy7027; + case 0xB9: goto yy7028; + case 0xBB: goto yy7029; + case 0xBC: goto yy7030; + case 0xBD: goto yy7031; + case 0xBE: goto yy1074; + default: goto yy2; + } +yy3944: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy7032; + case 0x91: goto yy7033; + case 0x92: goto yy7034; + case 0x93: goto yy7035; + case 0x94: goto yy7036; + case 0x96: goto yy7037; + case 0x9B: goto yy7038; + case 0x9D: goto yy7039; + case 0x9E: goto yy7040; + default: goto yy2; + } +yy3945: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy1437; + } else { + if (yych == 0xBF) goto yy1437; + goto yy2; + } + } +yy3946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1437; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy1437; + goto yy2; +yy3947: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy1437; + goto yy2; +yy3948: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1437; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy3949: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1437; + if (yych == 0xA0) goto yy110; + goto yy2; +yy3950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy3951: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy1437; + if (yych <= 0x81) goto yy2; + goto yy1437; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy1437; + if (yych <= 0xBA) goto yy110; + goto yy2; + } +yy3952: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1437; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy3953: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1437; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy1437; + goto yy2; +yy3954: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1437; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1439; + goto yy2; +yy3955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy3956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1437; + goto yy2; +yy3957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy1437; + goto yy2; +yy3958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1437; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy1437; + goto yy2; +yy3959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1437; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy1437; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1437; + if (yych == 0xBF) goto yy1437; + goto yy2; + } + } +yy3960: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1437; + goto yy2; + } else { + if (yych <= 0xB6) goto yy1437; + if (yych <= 0xB8) goto yy110; + goto yy2; + } +yy3961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1437; + goto yy2; +yy3962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy1437; + goto yy2; +yy3963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1437; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy1437; + goto yy2; +yy3964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy1437; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy3965: + yych = *++YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1437; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych <= 0x86) goto yy110; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy110; + goto yy1437; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy1437; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy110; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } + } +yy3966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy1437; + goto yy2; +yy3967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1437; + goto yy2; +yy3968: + yych = *++YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1437; + goto yy110; + } else { + if (yych <= 0xA4) goto yy1437; + if (yych <= 0xA6) goto yy110; + goto yy2; + } +yy3969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1437; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy1437; + goto yy2; +yy3970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1437; + goto yy2; +yy3971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1437; + goto yy2; +yy3972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1437; + goto yy2; +yy3973: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xB7) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy3974: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1439; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy3975: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xAF) goto yy1437; + if (yych <= 0xBA) goto yy110; + goto yy2; +yy3976: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; +yy3977: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy1437; + } else { + if (yych <= 0xB4) goto yy110; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy3978: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy1437; + goto yy110; + } else { + if (yych == 0xB6) goto yy1437; + goto yy2; + } +yy3979: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xB2) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy3980: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy1437; + if (yych <= 0x89) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy1437; + } else { + if (yych == 0x9C) goto yy1437; + goto yy2; + } + } +yy3981: + yych = *++YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1437; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1437; + if (yych <= 0xB7) goto yy110; + goto yy2; + } +yy3982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1437; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy1437; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy3983: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1437; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; + } +yy3984: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy1437; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1437; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1437; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1437; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy3985: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x90) goto yy1437; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy110; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy1437; + goto yy110; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } + } +yy3986: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1437; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy3987: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x85) goto yy1437; + goto yy2; + } else { + if (yych <= 0x87) goto yy1437; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; + } +yy3988: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1437; + goto yy110; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy3989: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy110; + goto yy2; + } else { + if (yych <= 0x9B) goto yy1437; + if (yych <= 0x9D) goto yy110; + goto yy2; + } +yy3990: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy110; + goto yy2; + } else { + if (yych <= 0x84) goto yy1437; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; + } +yy3991: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1437; + if (yych <= 0xB7) goto yy110; + goto yy2; +yy3992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1439; + goto yy2; +yy3993: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy110; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1439; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy3994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy3995: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1437; + goto yy1439; + } else { + if (yych == 0xBF) goto yy1437; + goto yy2; + } +yy3996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy1437; + goto yy2; +yy3997: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy1437; + goto yy2; +yy3998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1437; + goto yy2; +yy3999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1437; + goto yy2; +yy4000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1437; + goto yy2; +yy4001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1437; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1439; + goto yy2; +yy4002: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; +yy4003: + yych = *++YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1437; + goto yy110; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy4004: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy1437; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy4005: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1437; + goto yy2; +yy4006: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1437; + goto yy2; + } else { + if (yych <= 0x90) goto yy1437; + if (yych <= 0xBE) goto yy110; + goto yy2; + } +yy4007: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy1437; + goto yy2; +yy4008: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1437; + goto yy2; + } else { + if (yych <= 0x99) goto yy1437; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy110; + goto yy2; + } +yy4009: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy4010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1437; + } else { + if (yych == 0xA2) goto yy1437; + if (yych <= 0xA4) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy1437; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1437; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } + } +yy4011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy4012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1437; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1437; + if (yych <= 0x8C) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy1437; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy1437; + goto yy2; + } + } +yy4013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1437; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy1437; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy4014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1437; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; +yy4015: + yych = *++YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy110; + goto yy1437; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy110; + goto yy1437; + } else { + if (yych <= 0xBB) goto yy110; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy4016: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1437; + goto yy110; + } else { + if (yych == 0xB5) goto yy110; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy4017: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1437; + goto yy110; + } else { + if (yych == 0xAF) goto yy110; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy4018: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1437; + goto yy110; + } else { + if (yych == 0xA9) goto yy110; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy4019: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1437; + goto yy110; + } else { + if (yych <= 0x8B) goto yy1437; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy4020: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1437; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; +yy4021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1437; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy1437; + } else { + if (yych == 0xA4) goto yy1437; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy1437; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy1437; + } else { + if (yych == 0xBB) goto yy1437; + goto yy2; + } + } + } +yy4022: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy1437; + default: goto yy2; + } +yy4023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy1437; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy1437; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy1437; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy1437; + goto yy2; + } + } +yy4024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB4) { + if (yych == 0xAA) goto yy2939; + goto yy2; + } else { + if (yych <= 0xB5) goto yy2939; + if (yych == 0xBA) goto yy2939; + goto yy2; + } +yy4025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy2939; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy4026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy2939; + goto yy2; +yy4027: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy2939; + default: goto yy2; + } +yy4028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy2939; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy2939; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy4029: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy4030: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy2939; + if (yych <= 0x89) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy4031: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy4032: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy2939; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy4033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy2939; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1087; + if (yych == 0xBE) goto yy1087; + goto yy2; + } +yy4034: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x81: goto yy2362; + case 0x82: goto yy7041; + case 0x83: goto yy7042; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1108; + case 0x89: goto yy2966; + case 0x8A: goto yy2967; + case 0x8B: goto yy2968; + case 0x8C: goto yy2969; + case 0x8D: + case 0xB6: goto yy2970; + case 0x8E: goto yy7043; + case 0x8F: goto yy7044; + case 0x90: goto yy2973; + case 0x99: goto yy2974; + case 0x9A: goto yy2975; + case 0x9B: goto yy2976; + case 0x9C: goto yy2977; + case 0x9D: goto yy2978; + case 0x9F: goto yy2361; + case 0xA0: goto yy2979; + case 0xA1: goto yy2980; + case 0xA2: goto yy2981; + case 0xA3: goto yy2982; + case 0xA4: goto yy2983; + case 0xA5: goto yy2365; + case 0xA7: + case 0xAD: goto yy2360; + case 0xA8: goto yy2984; + case 0xAA: goto yy2366; + case 0xAE: goto yy2985; + case 0xAF: goto yy2986; + case 0xB0: goto yy2987; + case 0xB1: goto yy2988; + case 0xB3: goto yy2989; + case 0xB4: goto yy7045; + case 0xB5: goto yy7046; + case 0xBC: goto yy7047; + case 0xBD: goto yy7048; + case 0xBE: goto yy7049; + case 0xBF: goto yy7050; + default: goto yy2; + } +yy4035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych == 0x80) goto yy2997; + if (yych <= 0x83) goto yy2; + goto yy7051; + } else { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy7052; + goto yy7053; + } else { + if (yych == 0x88) goto yy3001; + goto yy2; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy7054; + goto yy7055; + } else { + if (yych <= 0xB2) goto yy1108; + if (yych <= 0xB3) goto yy7056; + goto yy7057; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy3006; + goto yy3007; + } else { + if (yych <= 0xB7) goto yy3008; + if (yych <= 0xB8) goto yy3009; + goto yy2; + } + } + } +yy4036: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x93: goto yy3013; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy1108; + case 0x98: goto yy3014; + case 0x99: goto yy5629; + case 0x9A: goto yy7058; + case 0x9B: goto yy2986; + case 0x9C: goto yy7059; + case 0x9D: goto yy4031; + case 0x9E: goto yy7060; + case 0x9F: goto yy7061; + case 0xA0: goto yy3020; + case 0xA1: goto yy3021; + case 0xA2: goto yy3022; + case 0xA3: goto yy3023; + case 0xA4: goto yy3024; + case 0xA5: goto yy3025; + case 0xA7: goto yy2373; + case 0xA8: goto yy3026; + case 0xA9: goto yy3027; + case 0xAB: goto yy3028; + case 0xAC: goto yy7062; + case 0xAD: goto yy7063; + case 0xAF: goto yy3031; + default: goto yy2; + } +yy4037: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy7064; + case 0xAD: goto yy3033; + case 0xAE: goto yy3034; + case 0xAF: goto yy3035; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1108; + case 0xB4: goto yy3036; + case 0xB5: goto yy3037; + case 0xB6: goto yy3038; + case 0xB7: goto yy3039; + case 0xB8: goto yy3040; + case 0xB9: goto yy3041; + case 0xBB: goto yy3042; + case 0xBC: goto yy7065; + case 0xBD: goto yy7066; + default: goto yy2; + } +yy4038: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy7067; + case 0x91: goto yy7068; + case 0x92: goto yy3047; + case 0x93: goto yy3048; + case 0x94: goto yy3049; + case 0x96: goto yy3050; + case 0x9B: goto yy3051; + case 0x9D: goto yy7069; + case 0x9E: goto yy3053; + default: goto yy2; + } +yy4039: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1121; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy1121; + goto yy208; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy200; + if (yych <= '.') goto yy7070; + if (yych <= '/') goto yy208; + goto yy4039; + } else { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy1121; + if (yych <= '@') goto yy208; + goto yy5136; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy208; + if (yych <= '`') goto yy1121; + goto yy5136; + } else { + if (yych == '|') goto yy1121; + if (yych <= '}') goto yy208; + goto yy1121; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy2572; + if (yych <= 0xC3) goto yy2573; + goto yy2574; + } else { + if (yych <= 0xCA) goto yy2575; + if (yych <= 0xCB) goto yy1135; + if (yych <= 0xCC) goto yy1136; + goto yy2576; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy2577; + if (yych <= 0xCF) goto yy2578; + goto yy2574; + } else { + if (yych <= 0xD2) goto yy2579; + if (yych <= 0xD3) goto yy2574; + if (yych <= 0xD4) goto yy2580; + goto yy2581; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy2582; + if (yych <= 0xD7) goto yy2583; + if (yych <= 0xD8) goto yy2584; + goto yy2585; + } else { + if (yych <= 0xDA) goto yy2574; + if (yych <= 0xDB) goto yy2586; + if (yych <= 0xDC) goto yy2587; + goto yy2588; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy2589; + if (yych <= 0xDF) goto yy2590; + goto yy2591; + } else { + if (yych <= 0xE1) goto yy2592; + if (yych <= 0xE2) goto yy2593; + if (yych <= 0xE3) goto yy2594; + goto yy1156; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2595; + if (yych <= 0xEE) goto yy208; + goto yy2596; + } else { + if (yych <= 0xF0) goto yy2597; + if (yych == 0xF3) goto yy1160; + goto yy208; + } + } + } + } +yy4041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1762; + goto yy2; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy1762; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy2; + goto yy7071; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1762; + if (yych <= '@') goto yy2; + goto yy6010; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1762; + goto yy6010; + } else { + if (yych == '|') goto yy1762; + if (yych <= '}') goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy3253; + if (yych <= 0xC3) goto yy3254; + goto yy3255; + } else { + if (yych <= 0xCA) goto yy3256; + if (yych <= 0xCB) goto yy1771; + if (yych <= 0xCC) goto yy1772; + goto yy3257; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy3258; + if (yych <= 0xCF) goto yy3259; + goto yy3255; + } else { + if (yych <= 0xD2) goto yy3260; + if (yych <= 0xD3) goto yy3255; + if (yych <= 0xD4) goto yy3261; + goto yy3262; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy3263; + if (yych <= 0xD7) goto yy3264; + if (yych <= 0xD8) goto yy3265; + goto yy3266; + } else { + if (yych <= 0xDA) goto yy3255; + if (yych <= 0xDB) goto yy3267; + if (yych <= 0xDC) goto yy3268; + goto yy3269; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy3270; + if (yych <= 0xDF) goto yy3271; + goto yy3272; + } else { + if (yych <= 0xE1) goto yy3273; + if (yych <= 0xE2) goto yy3274; + if (yych <= 0xE3) goto yy3275; + goto yy1792; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy3276; + if (yych <= 0xEE) goto yy2; + goto yy3277; + } else { + if (yych <= 0xF0) goto yy3278; + if (yych == 0xF3) goto yy1796; + goto yy2; + } + } + } + } +yy4042: + yyaccept = 17; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '-') { + if (yych <= '*') { + if (yych == '$') goto yy534; + goto yy923; + } else { + if (yych == ',') goto yy923; + goto yy534; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy923; + if (yych <= '9') goto yy534; + goto yy923; + } else { + if (yych <= '>') goto yy534; + if (yych <= '@') goto yy923; + if (yych <= 'Z') goto yy534; + goto yy923; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= '|') { + if (yych == '{') goto yy923; + goto yy534; + } else { + if (yych == '~') goto yy534; + if (yych <= 0xC1) goto yy923; + goto yy534; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy534; + goto yy923; + } else { + if (yych <= 0xF0) goto yy534; + if (yych == 0xF3) goto yy534; + goto yy923; + } + } + } +yy4043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) goto yy1246; + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy4044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy1240; + } else { + if (yych == 0x87) goto yy1240; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy1240; + if (yych <= 0x8F) goto yy2; + goto yy1240; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy4045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1240; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy4046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1240; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy1240; + goto yy2; +yy4047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1240; + goto yy2; +yy4048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy4049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1240; + goto yy2; +yy4050: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1240; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1240; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy4051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1240; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1240; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy1240; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy1240; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy1240; + goto yy2; + } + } +yy4052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy1240; + } else { + if (yych == 0xBE) goto yy1240; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy4053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x84) goto yy1240; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy1240; + goto yy113; + } else { + if (yych <= 0x93) goto yy1240; + if (yych <= 0x95) goto yy2; + goto yy1240; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0xAC) goto yy1240; + if (yych <= 0xAF) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy1240; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1240; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } + } +yy4054: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy113; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1240; + default: goto yy2; + } +yy4055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy1240; + } else { + if (yych == 0x8E) goto yy1240; + if (yych <= 0x8F) goto yy113; + goto yy2; + } +yy4056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1240; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy4057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy4058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1240; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1240; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy4059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1240; + goto yy113; + } else { + if (yych <= 0xAE) goto yy1240; + if (yych <= 0xB1) goto yy113; + if (yych <= 0xB3) goto yy1240; + goto yy2; + } +yy4060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy1240; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy1240; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy4061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1240; + goto yy113; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy4062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1240; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy4063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } else { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy4064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1240; + if (yych <= 0x88) goto yy2; + goto yy113; + } else { + if (yych <= 0xAD) goto yy1240; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1240; + goto yy2; + } +yy4065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1240; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy4066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy1240; + goto yy2; + } else { + if (yych <= 0x8E) goto yy1240; + if (yych <= 0x90) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1240; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy4067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1240; + if (yych <= 0x9B) goto yy113; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1240; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy4068: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1240; + goto yy2; + } else { + if (yych <= 0x97) goto yy1240; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy1240; + goto yy113; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy113; + if (yych <= 0xB6) goto yy1240; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1240; + goto yy2; + } + } +yy4069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy113; + } else { + if (yych == 0x87) goto yy3723; + goto yy2; + } + } else { + if (yych <= 0x8C) { + if (yych <= 0x8B) goto yy113; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1245; + if (yych <= 0x8E) goto yy3723; + goto yy2; + } + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy843; + goto yy246; + } else { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xBA) goto yy1240; + goto yy2; + } else { + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } + } +yy4070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) goto yy1240; + if (yych <= 0x9B) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy2; + goto yy113; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy4071: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3725; + case 0x81: goto yy3726; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy268; + case 0x83: goto yy3727; + case 0x84: goto yy3728; + case 0x85: goto yy3729; + case 0x86: goto yy3730; + case 0x87: goto yy3731; + case 0x8A: goto yy3732; + case 0x8B: goto yy3733; + case 0x8C: goto yy3734; + case 0x8D: goto yy3735; + case 0x8E: goto yy3736; + case 0x8F: goto yy3737; + case 0x92: goto yy3739; + case 0x94: goto yy3740; + case 0x95: goto yy3741; + case 0x9C: goto yy3742; + case 0x9D: goto yy3743; + case 0xA0: goto yy3744; + case 0xA1: goto yy3745; + case 0xA2: goto yy3746; + case 0xA3: goto yy3747; + case 0xA4: goto yy3748; + case 0xA6: goto yy3749; + case 0xA8: goto yy3750; + case 0xA9: goto yy3751; + case 0xAA: goto yy3752; + case 0xAB: goto yy3753; + case 0xAC: goto yy1302; + case 0xAD: goto yy3754; + case 0xAE: goto yy3755; + case 0xB1: goto yy3756; + case 0xB2: + case 0xB3: goto yy7073; + default: goto yy2; + } +yy4072: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3758; + case 0x81: goto yy3759; + case 0x82: goto yy3760; + case 0x83: goto yy3761; + case 0x84: goto yy3762; + case 0x85: goto yy3763; + case 0x86: goto yy3764; + case 0x87: goto yy3765; + case 0x88: goto yy3766; + case 0x8A: goto yy3767; + case 0x8B: goto yy3768; + case 0x8C: goto yy3769; + case 0x8D: goto yy3770; + case 0x92: + case 0x98: goto yy3771; + case 0x93: goto yy3772; + case 0x96: goto yy3773; + case 0x97: goto yy3774; + case 0x99: goto yy3775; + case 0x9A: goto yy3776; + case 0x9B: goto yy3777; + case 0x9C: goto yy3778; + case 0xA2: goto yy7074; + case 0xA3: goto yy7075; + case 0xAB: goto yy3781; + default: goto yy2; + } +yy4073: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy118; + case 0x83: goto yy637; + case 0x84: goto yy3795; + case 0x85: goto yy3796; + case 0x87: goto yy3797; + case 0x89: goto yy3798; + case 0x8D: goto yy3799; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy268; + case 0x91: goto yy7076; + case 0x92: goto yy7077; + case 0x93: goto yy7078; + case 0x94: goto yy7079; + case 0x95: goto yy7080; + case 0x9A: goto yy7081; + case 0x9B: goto yy7082; + case 0x9C: goto yy7083; + case 0x9D: goto yy7084; + case 0x9E: goto yy7085; + case 0x9F: goto yy7086; + case 0xAA: goto yy3811; + default: goto yy2; + } +yy4074: + yych = *++YYCURSOR; + goto yy923; +yy4075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy7087; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy7087; + goto yy2; +yy4076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAC) goto yy7088; + if (yych <= 0xAD) goto yy7089; + goto yy2; +yy4077: + yyaccept = 17; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '`') { + if (yych <= '.') { + if (yych == '\'') goto yy1088; + if (yych <= ',') goto yy923; + goto yy1088; + } else { + if (yych <= '9') { + if (yych <= '/') goto yy923; + goto yy1088; + } else { + if (yych <= '@') goto yy923; + if (yych <= 'Z') goto yy1088; + goto yy923; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xC1) { + if (yych <= 'z') goto yy1088; + goto yy923; + } else { + if (yych <= 0xCA) goto yy1088; + if (yych <= 0xCC) goto yy923; + goto yy1088; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE9) goto yy923; + goto yy1088; + } else { + if (yych <= 0xEE) goto yy923; + if (yych <= 0xF0) goto yy1088; + goto yy923; + } + } + } +yy4078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy7090; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy7090; + goto yy2; +yy4079: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy7091; + case 0xAD: goto yy7092; + case 0xAE: goto yy3034; + case 0xAF: goto yy3035; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1108; + case 0xB4: goto yy3036; + case 0xB5: goto yy3037; + case 0xB6: goto yy3038; + case 0xB7: goto yy3039; + case 0xB8: goto yy3040; + case 0xB9: goto yy3041; + case 0xBB: goto yy3042; + case 0xBC: goto yy7065; + case 0xBD: goto yy7066; + default: goto yy2; + } +yy4080: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCA) { + if (yych <= '>') { + if (yych <= '+') { + if (yych <= '$') { + if (yych == '"') goto yy1584; + if (yych <= '#') goto yy57; + goto yy113; + } else { + if (yych == '\'') goto yy1585; + if (yych <= '*') goto yy57; + goto yy113; + } + } else { + if (yych <= '/') { + if (yych <= ',') goto yy57; + if (yych <= '-') goto yy1565; + if (yych <= '.') goto yy3648; + goto yy57; + } else { + if (yych <= '9') goto yy950; + if (yych <= ':') goto yy246; + if (yych <= ';') goto yy57; + goto yy113; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1240; + if (yych <= ']') goto yy57; + goto yy113; + } else { + if (yych <= '_') goto yy1567; + if (yych <= '`') goto yy113; + if (yych <= 'z') goto yy1240; + goto yy57; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy57; + if (yych <= '~') goto yy113; + goto yy57; + } else { + if (yych <= 0xC2) goto yy1569; + if (yych <= 0xC3) goto yy1570; + if (yych <= 0xC9) goto yy268; + goto yy1571; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy257; + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy1572; + goto yy1573; + } else { + if (yych <= 0xCF) goto yy1574; + if (yych == 0xD2) goto yy1575; + goto yy268; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy1576; + if (yych <= 0xD5) goto yy1577; + if (yych <= 0xD6) goto yy1578; + goto yy1586; + } else { + if (yych <= 0xD8) goto yy266; + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + goto yy269; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy270; + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + goto yy273; + } else { + if (yych <= 0xE0) goto yy274; + if (yych <= 0xE1) goto yy1579; + if (yych <= 0xE2) goto yy1580; + goto yy277; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy278; + if (yych == 0xEA) goto yy1581; + goto yy57; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy1587; + goto yy1583; + } else { + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } + } +yy4081: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1240; + goto yy2; + } else { + if (yych <= 0x97) goto yy1240; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy4080; + goto yy113; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy113; + if (yych <= 0xB6) goto yy4080; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy4080; + goto yy2; + } + } +yy4082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x82) goto yy2; + goto yy4080; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy4080; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy4083: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB4) { + if (yych == 0xAA) goto yy1589; + goto yy2; + } else { + if (yych <= 0xB5) goto yy1589; + if (yych == 0xBA) goto yy1589; + goto yy2; + } +yy4084: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1589; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy4085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy4086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1589; + goto yy2; +yy4087: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy1589; + default: goto yy2; + } +yy4088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy1589; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1589; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy4089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy4090: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1589; + if (yych <= 0x89) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy4091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy4092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1589; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy4093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1589; + goto yy2; +yy4094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy1589; + goto yy2; +yy4095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy4096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy1589; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy1589; + if (yych <= 0xAD) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy4097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x94) goto yy2; + goto yy1589; + } else { + if (yych <= 0xBC) { + if (yych <= 0xAD) goto yy2; + goto yy1589; + } else { + if (yych == 0xBF) goto yy1589; + goto yy2; + } + } +yy4098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1589; + if (yych <= 0x91) goto yy2; + if (yych <= 0xAF) goto yy1589; + goto yy2; +yy4099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy4100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1589; + if (yych == 0xB1) goto yy1589; + goto yy2; +yy4101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1589; + goto yy2; +yy4102: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy7093; + case 0xA1: goto yy7094; + case 0xA2: goto yy7095; + case 0xA4: goto yy7096; + case 0xA5: goto yy7097; + case 0xA6: goto yy7098; + case 0xA7: goto yy7099; + case 0xA8: goto yy7100; + case 0xA9: goto yy7101; + case 0xAA: goto yy7102; + case 0xAB: goto yy7103; + case 0xAC: goto yy7104; + case 0xAD: goto yy7105; + case 0xAE: goto yy7106; + case 0xAF: goto yy7107; + case 0xB0: goto yy7108; + case 0xB1: goto yy7109; + case 0xB2: goto yy7110; + case 0xB3: goto yy7111; + case 0xB4: goto yy7112; + case 0xB5: goto yy7113; + case 0xB6: goto yy7114; + case 0xB7: goto yy7115; + case 0xB9: + case 0xBB: goto yy7116; + case 0xBC: goto yy7117; + default: goto yy2; + } +yy4103: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x81: goto yy5363; + case 0x82: + case 0xA0: goto yy7118; + case 0x83: goto yy7119; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy4085; + case 0x89: goto yy7120; + case 0x8A: goto yy7121; + case 0x8B: goto yy7122; + case 0x8C: goto yy7123; + case 0x8D: + case 0xB6: goto yy7124; + case 0x8E: goto yy7125; + case 0x8F: goto yy7126; + case 0x90: goto yy7127; + case 0x99: goto yy7128; + case 0x9A: goto yy7129; + case 0x9B: goto yy7130; + case 0x9C: goto yy7131; + case 0x9D: goto yy7132; + case 0x9F: goto yy7117; + case 0xA1: goto yy7133; + case 0xA2: goto yy7134; + case 0xA3: goto yy7135; + case 0xA4: goto yy7136; + case 0xA5: goto yy7137; + case 0xA7: + case 0xAD: goto yy7116; + case 0xA8: goto yy7138; + case 0xAA: goto yy7139; + case 0xAE: goto yy7140; + case 0xAF: goto yy7141; + case 0xB0: goto yy7142; + case 0xB1: goto yy7143; + case 0xB3: goto yy7144; + case 0xB4: goto yy7145; + case 0xB5: goto yy7146; + case 0xBC: goto yy7147; + case 0xBD: goto yy7148; + case 0xBE: goto yy7149; + case 0xBF: goto yy7150; + default: goto yy2; + } +yy4104: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy6985; + if (yych <= 0x81) goto yy6819; + goto yy2; + } else { + if (yych <= 0x84) goto yy7151; + if (yych <= 0x85) goto yy7152; + if (yych <= 0x86) goto yy7153; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB0) goto yy7154; + if (yych <= 0xB1) goto yy7155; + if (yych <= 0xB2) goto yy4085; + goto yy7156; + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy7157; + goto yy7158; + } else { + if (yych <= 0xB6) goto yy7159; + if (yych <= 0xB7) goto yy7160; + goto yy2; + } + } + } +yy4105: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7161; + case 0x82: goto yy7162; + case 0x83: goto yy2757; + case 0x84: goto yy7163; + case 0x86: goto yy7164; + case 0x87: goto yy7165; + case 0x8B: goto yy7166; + case 0x8C: goto yy4085; + case 0x8D: goto yy7167; + default: goto yy2; + } +yy4106: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x93: goto yy7168; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy4085; + case 0x98: goto yy7169; + case 0x99: goto yy7170; + case 0x9A: goto yy7171; + case 0x9B: goto yy7141; + case 0x9C: goto yy7172; + case 0x9D: goto yy4091; + case 0x9E: goto yy7173; + case 0x9F: goto yy7174; + case 0xA0: goto yy7175; + case 0xA1: goto yy7176; + case 0xA2: goto yy7177; + case 0xA3: goto yy7178; + case 0xA4: goto yy7179; + case 0xA5: goto yy7180; + case 0xA7: goto yy7181; + case 0xA8: goto yy7182; + case 0xA9: goto yy7183; + case 0xAB: goto yy7184; + case 0xAC: goto yy7185; + case 0xAD: goto yy7186; + case 0xAF: goto yy7187; + default: goto yy2; + } +yy4107: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy7188; + case 0xAD: goto yy7189; + case 0xAE: goto yy7190; + case 0xAF: goto yy7191; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy4085; + case 0xB4: goto yy7192; + case 0xB5: goto yy7193; + case 0xB6: goto yy7194; + case 0xB7: goto yy7195; + case 0xB8: goto yy7027; + case 0xB9: goto yy7196; + case 0xBB: goto yy7197; + case 0xBC: goto yy7198; + case 0xBD: goto yy7199; + case 0xBE: goto yy2797; + default: goto yy2; + } +yy4108: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy7200; + case 0x91: goto yy7201; + case 0x92: goto yy7202; + case 0x93: goto yy7203; + case 0x94: goto yy7204; + case 0x96: goto yy7205; + case 0x9B: goto yy7206; + case 0x9D: goto yy7207; + case 0x9E: goto yy7208; + default: goto yy2; + } +yy4109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1246; + goto yy2; +yy4110: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy1246; + goto yy2; +yy4111: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy1246; + goto yy2; +yy4112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0xB9) goto yy1246; + if (yych == 0xBD) goto yy1246; + goto yy2; +yy4113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy1246; + if (yych <= 0x97) goto yy2; + goto yy1246; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy325; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy4114: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych == 0x80) goto yy1246; + if (yych <= 0x84) goto yy2; + goto yy1246; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy1246; + if (yych <= 0x92) goto yy2; + goto yy1246; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy1246; + } else { + if (yych == 0xBD) goto yy1246; + goto yy2; + } + } + } +yy4115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy2; + goto yy1246; + } else { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0xA1) goto yy1246; + goto yy2; + } else { + if (yych <= 0xAF) goto yy325; + if (yych <= 0xB1) goto yy1246; + goto yy2; + } + } +yy4116: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1246; + goto yy2; + } else { + if (yych <= 0x90) goto yy1246; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1246; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; + } + } +yy4117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1246; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy325; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB4) goto yy1246; + goto yy2; + } + } +yy4118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8D) goto yy1246; + goto yy2; + } else { + if (yych == 0x92) goto yy2; + if (yych <= 0xA8) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1246; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1246; + if (yych == 0xBD) goto yy1246; + goto yy2; + } + } +yy4119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy1246; + if (yych <= 0x9F) goto yy2; + goto yy1246; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy325; + } else { + if (yych == 0xB9) goto yy1246; + goto yy2; + } + } +yy4120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy1246; + goto yy2; + } else { + if (yych <= 0x90) goto yy1246; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1246; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1246; + if (yych == 0xBD) goto yy1246; + goto yy2; + } + } +yy4121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy1246; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy325; + } else { + if (yych == 0xB1) goto yy1246; + goto yy2; + } + } +yy4122: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy1246; + default: goto yy2; + } +yy4123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1246; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy325; + goto yy2; +yy4124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8C) { + if (yych <= 0x84) goto yy2; + goto yy1246; + } else { + if (yych <= 0x8D) goto yy2; + if (yych <= 0x90) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy1246; + } else { + if (yych == 0xBD) goto yy1246; + goto yy2; + } + } +yy4125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy1246; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1246; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy325; + goto yy2; + } +yy4126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy1246; + goto yy2; + } else { + if (yych == 0x91) goto yy2; + goto yy1246; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA9) goto yy2; + if (yych <= 0xB3) goto yy1246; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1246; + if (yych == 0xBD) goto yy1246; + goto yy2; + } + } +yy4127: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x9E: + case 0xA0: + case 0xA1: + case 0xB1: + case 0xB2: goto yy1246; + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: goto yy325; + default: goto yy2; + } +yy4128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy1246; + } else { + if (yych <= 0xBA) { + if (yych <= 0x91) goto yy2; + goto yy1246; + } else { + if (yych == 0xBD) goto yy1246; + goto yy2; + } + } +yy4129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x8E) goto yy1246; + if (yych <= 0x9E) goto yy2; + goto yy1246; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy325; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy4130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1246; + if (yych <= 0x99) goto yy2; + goto yy1246; + } else { + if (yych <= 0xBB) { + if (yych <= 0xB2) goto yy2; + goto yy1246; + } else { + if (yych == 0xBD) goto yy1246; + goto yy2; + } + } +yy4131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1246; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy325; + goto yy2; +yy4132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + goto yy2; +yy4133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy325; + goto yy2; +yy4134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy4135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy1246; + } else { + if (yych == 0x87) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy1246; + if (yych <= 0x8F) goto yy2; + goto yy1246; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy4136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1246; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1246; + if (yych <= 0x8F) goto yy2; + goto yy1246; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy1246; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy4137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy1246; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1246; + goto yy2; + } + } +yy4138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy1246; + if (yych <= 0x81) goto yy2; + goto yy1246; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy1246; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy4139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1246; + goto yy2; + } else { + if (yych <= 0x95) goto yy1246; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy4140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1246; + goto yy2; +yy4141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy4142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1246; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy1246; + goto yy2; +yy4143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy200; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy4144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy1246; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy4145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy4146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1246; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy1246; + goto yy2; +yy4147: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy1246; + goto yy2; + } else { + if (yych <= 0x91) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy1246; + goto yy2; + } +yy4148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1246; + goto yy2; + } else { + if (yych == 0xAD) goto yy2; + if (yych <= 0xB0) goto yy1246; + goto yy2; + } +yy4149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych == 0x86) goto yy200; + goto yy2; + } else { + if (yych <= 0x99) goto yy325; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy4150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy1246; + goto yy2; +yy4151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1246; + goto yy2; + } else { + if (yych <= 0xAA) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy4152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1246; + goto yy2; +yy4153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1246; + goto yy2; +yy4154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy325; + goto yy2; +yy4155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1246; + goto yy2; +yy4156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + goto yy2; +yy4157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x82) goto yy2; + if (yych <= 0xA0) goto yy1246; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1246; + if (yych <= 0xB9) goto yy325; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy4158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1246; + goto yy2; +yy4159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1246; + goto yy2; +yy4160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + goto yy2; + } else { + if (yych <= 0x8F) goto yy1246; + if (yych <= 0x99) goto yy325; + if (yych <= 0xB7) goto yy1246; + goto yy2; + } +yy4161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAC) goto yy1246; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1246; + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1246; + goto yy2; + } +yy4162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1246; + goto yy2; +yy4163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy4164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1246; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy4165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1246; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1246; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy1246; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy1246; + goto yy2; + } + } +yy4166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy1246; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1246; + goto yy2; + } +yy4167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x84) goto yy1246; + goto yy2; + } else { + if (yych <= 0x8C) goto yy1246; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9B) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAC) goto yy1246; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBC) goto yy1246; + goto yy2; + } + } +yy4168: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + if (yych <= 0x97) goto yy2; + goto yy1588; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1588; + } else { + if (yych == 0xBF) goto yy1589; + goto yy2; + } + } +yy4169: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1589; + goto yy2; + } else { + if (yych <= 0x84) goto yy202; + if (yych == 0x94) goto yy1589; + goto yy2; + } +yy4170: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1246; + default: goto yy2; + } +yy4171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0x89) goto yy1246; + if (yych == 0x8E) goto yy1246; + goto yy2; +yy4172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1246; + goto yy2; +yy4173: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy4174: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1246; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1246; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy4175: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1246; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1246; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1246; + goto yy2; + } +yy4176: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy1246; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy1246; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy4177: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1246; + goto yy2; +yy4178: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy1246; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1246; + goto yy2; + } + } +yy4179: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x87) goto yy2; + goto yy1246; + } else { + if (yych <= 0x96) { + if (yych <= 0x8F) goto yy2; + goto yy1246; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9E) goto yy1246; + goto yy2; + } + } +yy4180: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB5) goto yy1439; + if (yych == 0xBC) goto yy1246; + goto yy2; +yy4181: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) goto yy2; + if (yych <= 0x9C) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy4182: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy1246; + goto yy2; +yy4183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBA) goto yy1246; + goto yy2; +yy4184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy4185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBE) goto yy1439; + goto yy2; +yy4186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy1439; + goto yy2; +yy4187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1246; + goto yy2; +yy4188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1246; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1246; + if (yych <= 0xA9) goto yy325; + if (yych <= 0xAB) goto yy1246; + goto yy2; + } +yy4189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1246; + goto yy2; +yy4190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy4191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy4192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1246; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1246; + goto yy2; + } +yy4193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1246; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy4194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x82) goto yy2; + goto yy1246; + } else { + if (yych <= 0x8A) { + if (yych <= 0x86) goto yy2; + goto yy1246; + } else { + if (yych <= 0x8B) goto yy2; + if (yych <= 0xA2) goto yy1246; + goto yy2; + } + } +yy4195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1246; + goto yy2; +yy4196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) goto yy2; + if (yych <= 0xB3) goto yy1246; + goto yy2; +yy4197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + if (yych <= 0xB1) goto yy2; + goto yy1246; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1246; + } else { + if (yych == 0xBD) goto yy1246; + goto yy2; + } + } +yy4198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy325; + goto yy1246; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy4199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1246; + goto yy2; +yy4200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy325; + goto yy2; +yy4201: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1246; + goto yy2; +yy4202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1246; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1246; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + goto yy2; + } +yy4203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy1246; + if (yych == 0xB2) goto yy1246; + goto yy2; +yy4204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy1246; + goto yy2; + } else { + if (yych <= 0x8E) goto yy1246; + if (yych <= 0x90) goto yy2; + goto yy1246; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1246; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy4205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1246; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy4206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy325; + goto yy2; +yy4207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1246; + goto yy2; + } else { + if (yych <= 0x97) goto yy1246; + if (yych == 0x9D) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB6) goto yy1246; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1246; + goto yy2; + } + } +yy4208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1246; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy4209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1246; + goto yy2; +yy4210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy4211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy1246; + goto yy2; +yy4212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy4213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1246; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy4214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1246; + goto yy2; +yy4215: + yych = *++YYCURSOR; + if (yych <= 0x94) { + if (yych == 0x90) goto yy202; + if (yych <= 0x93) goto yy2; + goto yy202; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy200; + if (yych <= 0xB4) goto yy1589; + goto yy2; + } +yy4216: + yych = *++YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x90) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1589; + goto yy202; + } else { + if (yych == 0x92) goto yy1588; + if (yych <= 0x93) goto yy2; + goto yy202; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA3) goto yy200; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy4217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy1246; + goto yy2; +yy4218: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x8B) { + if (yych == 0x87) goto yy1588; + goto yy2; + } else { + if (yych <= 0x8C) goto yy202; + if (yych <= 0x8D) goto yy200; + if (yych <= 0x8E) goto yy1588; + goto yy2; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x99) goto yy831; + if (yych == 0x9B) goto yy202; + goto yy2; + } else { + if (yych <= 0xBA) goto yy1246; + if (yych == 0xBF) goto yy1589; + goto yy2; + } + } +yy4219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1246; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy4220: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7209; + case 0x81: goto yy7210; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy1593; + case 0x83: goto yy7211; + case 0x8A: goto yy7212; + case 0x8B: goto yy7213; + case 0x8C: goto yy7214; + case 0x8D: goto yy7215; + case 0x8E: goto yy7216; + case 0x8F: goto yy7217; + case 0x92: goto yy7218; + case 0x94: goto yy7219; + case 0x95: goto yy4159; + case 0x9C: goto yy7220; + case 0x9D: goto yy7221; + case 0xA0: goto yy7222; + case 0xA1: goto yy7223; + case 0xA2: goto yy4153; + case 0xA3: goto yy7224; + case 0xA4: goto yy7225; + case 0xA6: goto yy7226; + case 0xA8: goto yy7227; + case 0xA9: goto yy7228; + case 0xAA: goto yy7229; + case 0xAB: goto yy7230; + case 0xAC: goto yy4152; + case 0xAD: goto yy7231; + case 0xAE: goto yy7232; + case 0xB1: goto yy7233; + case 0xB2: + case 0xB3: goto yy7234; + default: goto yy2; + } +yy4221: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7235; + case 0x81: goto yy7236; + case 0x82: goto yy7237; + case 0x83: goto yy7238; + case 0x84: goto yy7239; + case 0x85: goto yy7240; + case 0x86: goto yy7241; + case 0x87: goto yy7242; + case 0x88: goto yy7243; + case 0x8A: goto yy7244; + case 0x8B: goto yy7245; + case 0x8C: goto yy4120; + case 0x8D: goto yy7246; + case 0x92: + case 0x98: goto yy1594; + case 0x93: goto yy7247; + case 0x96: goto yy4189; + case 0x97: goto yy7248; + case 0x99: goto yy7249; + case 0x9A: goto yy3716; + case 0x9B: goto yy2862; + case 0x9C: goto yy7250; + case 0xA2: goto yy3713; + case 0xA3: goto yy7251; + case 0xAB: goto yy7252; + default: goto yy2; + } +yy4222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1593; + goto yy7253; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy1593; + if (yych <= 0x95) goto yy7254; + goto yy2; + } +yy4223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1593; + if (yych <= 0x90) goto yy4189; + goto yy2; +yy4224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy1593; + if (yych <= 0x99) goto yy4199; + goto yy2; +yy4225: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy1593; + case 0xA8: goto yy7252; + case 0xA9: goto yy7255; + case 0xAB: goto yy7256; + case 0xAC: goto yy1594; + case 0xAD: goto yy7257; + case 0xAE: goto yy7258; + case 0xBD: goto yy7259; + default: goto yy2; + } +yy4226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x80) goto yy2877; + goto yy2; + } else { + if (yych <= 0xB0) goto yy1593; + if (yych <= 0xB1) goto yy7260; + if (yych <= 0xB2) goto yy7261; + goto yy2; + } +yy4227: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy1593; + case 0x91: goto yy7262; + case 0x92: goto yy7263; + case 0x93: goto yy7264; + case 0x94: goto yy7265; + case 0x95: goto yy7266; + case 0x9A: goto yy7267; + case 0x9B: goto yy7268; + case 0x9C: goto yy7269; + case 0x9D: goto yy7270; + case 0x9E: goto yy7271; + case 0x9F: goto yy7272; + default: goto yy2; + } +yy4228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy1593; + if (yych <= 0xA3) goto yy7273; + goto yy2; + } else { + if (yych <= 0xB8) goto yy7274; + if (yych <= 0xB9) goto yy7275; + if (yych <= 0xBA) goto yy7276; + goto yy2; + } +yy4229: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCB) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '\'') { + if (yych == '$') goto yy113; + if (yych <= '&') goto yy57; + goto yy1564; + } else { + if (yych == '+') goto yy113; + if (yych <= ',') goto yy57; + goto yy1565; + } + } else { + if (yych <= ':') { + if (yych <= '.') goto yy3648; + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy950; + goto yy246; + } else { + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy57; + goto yy1240; + } + } + } else { + if (yych <= '|') { + if (yych <= '`') { + if (yych <= ']') goto yy57; + if (yych == '_') goto yy1567; + goto yy113; + } else { + if (yych <= 'a') goto yy7277; + if (yych <= 'z') goto yy1240; + if (yych <= '{') goto yy57; + goto yy113; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy113; + if (yych <= 0xC1) goto yy57; + goto yy1569; + } else { + if (yych <= 0xC3) goto yy1570; + if (yych <= 0xC9) goto yy268; + if (yych <= 0xCA) goto yy1571; + goto yy257; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy1572; + if (yych <= 0xCE) goto yy1573; + goto yy1574; + } else { + if (yych == 0xD2) goto yy1575; + if (yych <= 0xD3) goto yy268; + goto yy1576; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy1577; + if (yych <= 0xD6) goto yy1578; + if (yych <= 0xD7) goto yy265; + goto yy266; + } else { + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + if (yych <= 0xDB) goto yy269; + goto yy270; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + if (yych <= 0xDF) goto yy273; + goto yy274; + } else { + if (yych <= 0xE1) goto yy1579; + if (yych <= 0xE2) goto yy1580; + if (yych <= 0xE3) goto yy277; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1581; + if (yych <= 0xEE) goto yy57; + goto yy1582; + } else { + if (yych <= 0xF0) goto yy1583; + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } +yy4230: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy1281; + case 0x82: goto yy4043; + case 0x83: goto yy4044; + case 0x84: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy268; + case 0x85: goto yy7278; + case 0x86: goto yy7279; + case 0x89: goto yy1284; + case 0x8A: goto yy1285; + case 0x8B: goto yy1286; + case 0x8C: goto yy1287; + case 0x8D: goto yy1288; + case 0x8E: goto yy4045; + case 0x8F: goto yy4046; + case 0x90: goto yy1291; + case 0x99: goto yy1292; + case 0x9A: goto yy1293; + case 0x9B: goto yy1294; + case 0x9C: goto yy1295; + case 0x9D: goto yy1296; + case 0x9E: goto yy1297; + case 0x9F: goto yy1298; + case 0xA0: goto yy1299; + case 0xA1: goto yy1300; + case 0xA2: goto yy1301; + case 0xA3: goto yy1302; + case 0xA4: goto yy1303; + case 0xA5: goto yy1304; + case 0xA7: goto yy1305; + case 0xA8: goto yy1306; + case 0xA9: goto yy1307; + case 0xAA: goto yy1308; + case 0xAC: goto yy1309; + case 0xAD: goto yy1310; + case 0xAE: goto yy1311; + case 0xAF: goto yy1312; + case 0xB0: goto yy1313; + case 0xB1: goto yy1314; + case 0xB3: goto yy1315; + case 0xB4: goto yy4047; + case 0xB5: goto yy4048; + case 0xB6: goto yy4049; + case 0xB7: goto yy1319; + case 0xBC: goto yy4050; + case 0xBD: goto yy4051; + case 0xBE: goto yy4052; + case 0xBF: goto yy4053; + default: goto yy2; + } +yy4231: + yych = *++YYCURSOR; + if (yych <= 0x9D) goto yy2; + if (yych <= 0x9E) goto yy7280; + if (yych <= 0x9F) goto yy7281; + goto yy2; +yy4232: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy1281; + case 0x82: goto yy4043; + case 0x83: goto yy4044; + case 0x84: + case 0x85: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy268; + case 0x86: goto yy7282; + case 0x87: goto yy7283; + case 0x89: goto yy1284; + case 0x8A: goto yy1285; + case 0x8B: goto yy1286; + case 0x8C: goto yy1287; + case 0x8D: goto yy1288; + case 0x8E: goto yy4045; + case 0x8F: goto yy4046; + case 0x90: goto yy1291; + case 0x99: goto yy1292; + case 0x9A: goto yy1293; + case 0x9B: goto yy1294; + case 0x9C: goto yy1295; + case 0x9D: goto yy1296; + case 0x9E: goto yy1297; + case 0x9F: goto yy1298; + case 0xA0: goto yy1299; + case 0xA1: goto yy1300; + case 0xA2: goto yy1301; + case 0xA3: goto yy1302; + case 0xA4: goto yy1303; + case 0xA5: goto yy1304; + case 0xA7: goto yy1305; + case 0xA8: goto yy1306; + case 0xA9: goto yy1307; + case 0xAA: goto yy1308; + case 0xAC: goto yy1309; + case 0xAD: goto yy1310; + case 0xAE: goto yy1311; + case 0xAF: goto yy1312; + case 0xB0: goto yy1313; + case 0xB1: goto yy1314; + case 0xB3: goto yy1315; + case 0xB4: goto yy4047; + case 0xB5: goto yy4048; + case 0xB6: goto yy4049; + case 0xB7: goto yy1319; + case 0xBC: goto yy4050; + case 0xBD: goto yy4051; + case 0xBE: goto yy4052; + case 0xBF: goto yy4053; + default: goto yy2; + } +yy4233: + yych = *++YYCURSOR; + if (yych == 0x9F) goto yy7284; + goto yy2; +yy4234: + yyaccept = 7; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy110; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy110; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy200; + if (yych <= '.') goto yy7285; + if (yych <= '/') goto yy41; + goto yy4234; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy110; + goto yy41; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy5408; + if (yych <= ']') goto yy41; + goto yy110; + } else { + if (yych <= 'z') goto yy5408; + if (yych == '|') goto yy110; + goto yy41; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy110; + if (yych <= 0xC1) goto yy41; + if (yych <= 0xC2) goto yy5410; + goto yy5411; + } else { + if (yych <= 0xC9) goto yy5412; + if (yych <= 0xCA) goto yy5413; + if (yych <= 0xCB) goto yy120; + goto yy121; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy7286; + if (yych <= 0xCE) goto yy5415; + goto yy5416; + } else { + if (yych == 0xD2) goto yy5417; + if (yych <= 0xD3) goto yy5412; + goto yy5418; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy5419; + if (yych <= 0xD6) goto yy7287; + if (yych <= 0xD7) goto yy5421; + goto yy7288; + } else { + if (yych <= 0xD9) goto yy7289; + if (yych <= 0xDA) goto yy5412; + if (yych <= 0xDB) goto yy7290; + goto yy5425; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy5426; + if (yych <= 0xDE) goto yy5427; + if (yych <= 0xDF) goto yy7291; + goto yy7292; + } else { + if (yych <= 0xE1) goto yy7293; + if (yych <= 0xE2) goto yy7294; + if (yych <= 0xE3) goto yy5432; + goto yy141; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy7295; + if (yych <= 0xEE) goto yy41; + goto yy7296; + } else { + if (yych <= 0xF0) goto yy7297; + if (yych == 0xF3) goto yy145; + goto yy41; + } + } + } + } +yy4236: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xA9) goto yy831; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy831; + if (yych <= 0xAD) goto yy2; + goto yy113; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy4237: + yych = *++YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy113; + goto yy2; + } else { + if (yych <= 0x95) goto yy113; + if (yych == 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy113; + goto yy831; + } else { + if (yych <= 0xBC) goto yy113; + if (yych <= 0xBE) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy4238: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy113; + } else { + if (yych <= 0xB3) goto yy110; + if (yych == 0xB6) goto yy110; + goto yy2; + } +yy4239: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: goto yy583; + case 0xA1: goto yy584; + case 0xA2: goto yy585; + case 0xA3: goto yy586; + case 0xA4: goto yy587; + case 0xA5: goto yy7298; + case 0xA6: goto yy589; + case 0xA7: goto yy7299; + case 0xA8: goto yy591; + case 0xA9: goto yy7300; + case 0xAA: goto yy593; + case 0xAB: goto yy7301; + case 0xAC: goto yy595; + case 0xAD: goto yy7302; + case 0xAE: goto yy597; + case 0xAF: goto yy7303; + case 0xB0: goto yy599; + case 0xB1: goto yy7304; + case 0xB2: goto yy601; + case 0xB3: goto yy7305; + case 0xB4: goto yy603; + case 0xB5: goto yy7306; + case 0xB6: goto yy605; + case 0xB7: goto yy7307; + case 0xB8: goto yy607; + case 0xB9: goto yy7308; + case 0xBA: goto yy609; + case 0xBB: goto yy7309; + case 0xBC: goto yy7310; + case 0xBD: goto yy612; + case 0xBE: goto yy613; + case 0xBF: goto yy614; + default: goto yy2; + } +yy4240: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy615; + case 0x81: goto yy7311; + case 0x82: goto yy7312; + case 0x83: goto yy618; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy118; + case 0x89: goto yy619; + case 0x8A: goto yy620; + case 0x8B: goto yy621; + case 0x8C: goto yy622; + case 0x8D: goto yy623; + case 0x8E: goto yy624; + case 0x8F: goto yy625; + case 0x90: goto yy626; + case 0x99: goto yy627; + case 0x9A: goto yy628; + case 0x9B: goto yy629; + case 0x9C: goto yy630; + case 0x9D: goto yy631; + case 0x9E: goto yy632; + case 0x9F: goto yy7313; + case 0xA0: goto yy7314; + case 0xA1: goto yy635; + case 0xA2: goto yy636; + case 0xA3: goto yy637; + case 0xA4: goto yy638; + case 0xA5: goto yy7315; + case 0xA7: goto yy7316; + case 0xA8: goto yy641; + case 0xA9: goto yy642; + case 0xAA: goto yy7317; + case 0xAC: goto yy644; + case 0xAD: goto yy7318; + case 0xAE: goto yy7319; + case 0xAF: goto yy647; + case 0xB0: goto yy648; + case 0xB1: goto yy7320; + case 0xB3: goto yy650; + case 0xB4: goto yy651; + case 0xB5: goto yy652; + case 0xB6: goto yy653; + case 0xB7: goto yy654; + case 0xBC: goto yy655; + case 0xBD: goto yy656; + case 0xBE: goto yy657; + case 0xBF: goto yy658; + default: goto yy2; + } +yy4241: + yych = *++YYCURSOR; + switch (yych) { + case 0x92: goto yy699; + case 0x93: goto yy700; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy118; + case 0x98: goto yy7321; + case 0x99: goto yy702; + case 0x9A: goto yy703; + case 0x9B: goto yy704; + case 0x9C: goto yy705; + case 0x9D: goto yy126; + case 0x9E: goto yy706; + case 0x9F: goto yy707; + case 0xA0: goto yy708; + case 0xA1: goto yy709; + case 0xA2: goto yy710; + case 0xA3: goto yy7322; + case 0xA4: goto yy7323; + case 0xA5: goto yy713; + case 0xA6: goto yy714; + case 0xA7: goto yy7324; + case 0xA8: goto yy716; + case 0xA9: goto yy7325; + case 0xAA: goto yy718; + case 0xAB: goto yy719; + case 0xAC: goto yy720; + case 0xAD: goto yy721; + case 0xAF: goto yy7326; + default: goto yy2; + } +yy4242: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy723; + case 0xAD: goto yy724; + case 0xAE: goto yy725; + case 0xAF: goto yy726; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy118; + case 0xB4: goto yy727; + case 0xB5: goto yy572; + case 0xB6: goto yy728; + case 0xB7: goto yy729; + case 0xB8: goto yy730; + case 0xB9: goto yy731; + case 0xBB: goto yy732; + case 0xBC: goto yy7327; + case 0xBD: goto yy734; + case 0xBF: goto yy735; + default: goto yy2; + } +yy4243: + yych = *++YYCURSOR; + switch (yych) { + case 0x90: goto yy7328; + case 0x91: goto yy7329; + case 0x92: goto yy738; + case 0x93: goto yy739; + case 0x94: goto yy740; + case 0x96: goto yy7330; + case 0x9B: goto yy742; + case 0x9D: goto yy7331; + case 0x9E: goto yy744; + case 0x9F: goto yy745; + default: goto yy2; + } +yy4244: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7332; + case 0x82: goto yy7333; + case 0x83: goto yy7334; + case 0x84: goto yy6997; + case 0x86: goto yy6998; + case 0x87: goto yy7335; + case 0x8B: goto yy7336; + case 0x8C: goto yy7337; + case 0x8D: goto yy7338; + default: goto yy2; + } +yy4245: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy7019; + case 0xAD: goto yy7020; + case 0xAE: goto yy7021; + case 0xAF: goto yy7022; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy3921; + case 0xB4: goto yy7023; + case 0xB5: goto yy7024; + case 0xB6: goto yy7025; + case 0xB7: goto yy7026; + case 0xB8: goto yy7027; + case 0xB9: goto yy7028; + case 0xBB: goto yy7029; + case 0xBC: goto yy7030; + case 0xBD: goto yy7339; + case 0xBE: goto yy7340; + default: goto yy2; + } +yy4246: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy7032; + case 0x91: goto yy7033; + case 0x92: goto yy7034; + case 0x93: goto yy7035; + case 0x94: goto yy7036; + case 0x96: goto yy7037; + case 0x9B: goto yy7341; + case 0x9D: goto yy7039; + case 0x9E: goto yy7040; + default: goto yy2; + } +yy4247: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7342; + case 0x82: goto yy7343; + case 0x83: goto yy7334; + case 0x84: goto yy1519; + case 0x86: goto yy1520; + case 0x87: goto yy7344; + case 0x88: goto yy695; + case 0x89: goto yy696; + case 0x8A: goto yy697; + case 0x8B: goto yy7345; + case 0x8C: goto yy455; + case 0x8D: goto yy7346; + case 0x8E: + case 0x8F: goto yy121; + default: goto yy2; + } +yy4248: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy1542; + case 0xAD: goto yy1543; + case 0xAE: goto yy1544; + case 0xAF: goto yy1545; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy290; + case 0xB4: goto yy1546; + case 0xB5: goto yy1547; + case 0xB6: goto yy1548; + case 0xB7: goto yy1549; + case 0xB8: goto yy1550; + case 0xB9: goto yy1551; + case 0xBB: goto yy1552; + case 0xBC: goto yy1553; + case 0xBD: goto yy7347; + case 0xBE: goto yy7340; + case 0xBF: goto yy735; + default: goto yy2; + } +yy4249: + yych = *++YYCURSOR; + switch (yych) { + case 0x90: goto yy1555; + case 0x91: goto yy1556; + case 0x92: goto yy1557; + case 0x93: goto yy1558; + case 0x94: goto yy1559; + case 0x96: goto yy1560; + case 0x9B: goto yy7348; + case 0x9D: goto yy1562; + case 0x9E: goto yy1563; + case 0x9F: goto yy745; + default: goto yy2; + } +yy4250: + yych = *++YYCURSOR; + if (yych == 'a') goto yy7349; + goto yy2; +yy4251: + yych = *++YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0x85) goto yy7350; + if (yych <= 0x86) goto yy7351; + goto yy2; +yy4252: + yych = *++YYCURSOR; + if (yych <= 0x85) goto yy2; + if (yych <= 0x86) goto yy7352; + if (yych <= 0x87) goto yy7353; + goto yy2; +yy4253: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB5: + case 0xB8: + case 0xBA: goto yy1764; + default: goto yy2; + } +yy4254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + goto yy1764; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x9F) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych == 0xAC) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) { + if (yych <= 0xBA) goto yy2; + goto yy1764; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } +yy4256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + goto yy1764; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1764; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych == 0x8A) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBE) goto yy7354; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1764; + if (yych <= 0x8F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy1764; + goto yy2; + } + } +yy4259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1764; + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xAD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy4261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9C) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA4) goto yy1764; + if (yych <= 0xA6) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy4263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1764; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy4264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1764; + goto yy2; +yy4265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB3) goto yy1764; + if (yych == 0xB6) goto yy1764; + goto yy2; +yy4266: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy7356; + case 0xA1: goto yy7357; + case 0xA2: goto yy4277; + case 0xA3: goto yy7358; + case 0xA4: goto yy1769; + case 0xA5: goto yy7359; + case 0xA6: goto yy7360; + case 0xA7: goto yy7361; + case 0xA8: goto yy7362; + case 0xA9: goto yy7363; + case 0xAA: goto yy7364; + case 0xAB: goto yy7365; + case 0xAC: goto yy7366; + case 0xAD: goto yy7367; + case 0xAE: goto yy7368; + case 0xAF: goto yy7369; + case 0xB0: goto yy7370; + case 0xB1: goto yy7371; + case 0xB2: goto yy7372; + case 0xB3: goto yy7373; + case 0xB4: goto yy7374; + case 0xB5: goto yy7375; + case 0xB6: goto yy7376; + case 0xB7: goto yy7377; + case 0xB8: goto yy7378; + case 0xB9: goto yy7379; + case 0xBA: goto yy7380; + case 0xBB: goto yy7381; + case 0xBC: goto yy7382; + case 0xBD: goto yy7383; + case 0xBE: goto yy7384; + case 0xBF: goto yy7385; + default: goto yy2; + } +yy4267: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7386; + case 0x81: goto yy7387; + case 0x82: goto yy7388; + case 0x83: goto yy4310; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1769; + case 0x89: goto yy4311; + case 0x8A: goto yy4312; + case 0x8B: goto yy4313; + case 0x8C: goto yy4314; + case 0x8D: goto yy7389; + case 0x8E: goto yy7390; + case 0x8F: goto yy4317; + case 0x90: goto yy7391; + case 0x99: goto yy4319; + case 0x9A: goto yy4320; + case 0x9B: goto yy4321; + case 0x9C: goto yy7392; + case 0x9D: goto yy7393; + case 0x9E: goto yy7394; + case 0x9F: goto yy7395; + case 0xA0: goto yy7396; + case 0xA1: goto yy4327; + case 0xA2: goto yy7397; + case 0xA3: goto yy4329; + case 0xA4: goto yy7398; + case 0xA5: goto yy7399; + case 0xA7: goto yy7400; + case 0xA8: goto yy7357; + case 0xA9: goto yy7401; + case 0xAA: goto yy7402; + case 0xAC: goto yy7403; + case 0xAD: goto yy7404; + case 0xAE: goto yy7405; + case 0xAF: goto yy4401; + case 0xB0: goto yy7406; + case 0xB1: goto yy4341; + case 0xB3: goto yy7407; + case 0xB4: goto yy4343; + case 0xB5: goto yy4344; + case 0xB6: goto yy4345; + case 0xB7: goto yy7408; + case 0xBC: goto yy4347; + case 0xBD: goto yy4348; + case 0xBE: goto yy7409; + case 0xBF: goto yy7410; + default: goto yy2; + } +yy4268: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7411; + case 0x81: goto yy7412; + case 0x82: goto yy7413; + case 0x83: goto yy7414; + case 0x84: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xB2: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1769; + case 0x85: goto yy7415; + case 0x86: goto yy7416; + case 0x8C: goto yy7417; + case 0x8F: goto yy7418; + case 0x90: goto yy7419; + case 0x91: goto yy7420; + case 0x92: goto yy7421; + case 0x93: goto yy7422; + case 0x9D: goto yy7423; + case 0x9E: goto yy7424; + case 0x9F: goto yy7425; + case 0xA6: goto yy7426; + case 0xA7: goto yy7427; + case 0xAD: goto yy7428; + case 0xAE: goto yy7429; + case 0xAF: goto yy7430; + case 0xB0: goto yy4372; + case 0xB1: goto yy4373; + case 0xB3: + case 0xBB: goto yy4401; + case 0xB4: goto yy4375; + case 0xB5: goto yy7431; + case 0xB6: goto yy4377; + case 0xB7: goto yy7432; + case 0xB8: goto yy7433; + case 0xBA: goto yy7434; + case 0xBF: goto yy7435; + default: goto yy2; + } +yy4269: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7436; + case 0x82: goto yy7437; + case 0x84: goto yy4384; + case 0x86: goto yy7438; + case 0x87: goto yy7439; + case 0x88: goto yy7440; + case 0x89: goto yy7441; + case 0x8A: goto yy7442; + case 0x8B: goto yy7443; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1769; + default: goto yy2; + } +yy4270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1769; + goto yy2; +yy4271: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4262; + case 0x93: goto yy7444; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xA2: + case 0xAE: goto yy1769; + case 0x98: goto yy4393; + case 0x99: goto yy7445; + case 0x9A: goto yy7446; + case 0x9B: goto yy7447; + case 0x9C: goto yy7448; + case 0x9D: goto yy1777; + case 0x9E: goto yy7449; + case 0x9F: goto yy4399; + case 0xA0: goto yy7450; + case 0xA1: goto yy4401; + case 0xA3: goto yy7451; + case 0xA4: goto yy7452; + case 0xA5: goto yy7453; + case 0xA6: goto yy7454; + case 0xA7: goto yy7455; + case 0xA8: goto yy7456; + case 0xA9: goto yy7457; + case 0xAA: goto yy7458; + case 0xAB: goto yy7459; + case 0xAC: goto yy4412; + case 0xAD: goto yy7460; + case 0xAF: goto yy7461; + default: goto yy2; + } +yy4272: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy7462; + case 0xAD: goto yy4416; + case 0xAE: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1769; + case 0xAF: goto yy7463; + case 0xB4: goto yy4419; + case 0xB5: goto yy4262; + case 0xB6: goto yy4420; + case 0xB7: goto yy7464; + case 0xB8: goto yy7465; + case 0xB9: goto yy7466; + case 0xBB: goto yy4424; + case 0xBC: goto yy7467; + case 0xBD: goto yy7468; + case 0xBF: goto yy7469; + default: goto yy2; + } +yy4273: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy7470; + case 0x91: goto yy7471; + case 0x92: goto yy4430; + case 0x93: goto yy4431; + case 0x94: goto yy4432; + case 0x96: goto yy7472; + case 0x9B: goto yy7473; + case 0x9D: goto yy7474; + case 0x9E: goto yy7475; + case 0x9F: goto yy7476; + default: goto yy2; + } +yy4274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy7477; + goto yy2; +yy4275: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych == 0x9A) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1762; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1762; + goto yy2; + } + } +yy4276: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy1764; + if (yych <= 0x9B) goto yy1762; + goto yy2; +yy4277: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; +yy4278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy1764; + } else { + if (yych == 0xBD) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy4280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1764; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1764; + if (yych <= 0xB5) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy4282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1762; + goto yy1764; + } else { + if (yych == 0x97) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1764; + if (yych <= 0xA3) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1762; + goto yy2; + } + } + } +yy4283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy1764; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy1764; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy1764; + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy4284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x90) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy1762; + } else { + if (yych <= 0xB4) goto yy1764; + if (yych <= 0xB5) goto yy1762; + goto yy2; + } + } + } +yy4285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy1764; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy1764; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1764; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy4286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x8F) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy1764; + if (yych <= 0xA3) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1762; + if (yych == 0xB9) goto yy1764; + goto yy2; + } + } +yy4287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy1764; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1764; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1764; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy4288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x95) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB0) goto yy1762; + if (yych <= 0xB1) goto yy1764; + goto yy2; + } + } + } +yy4289: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1762; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy1764; + default: goto yy2; + } +yy4290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy1764; + goto yy2; + } else { + if (yych <= 0x97) goto yy1762; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1762; + goto yy2; + } + } +yy4291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy4292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x94) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy1764; + if (yych <= 0x9F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xA3) goto yy1762; + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } +yy4293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy4294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x94) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy1764; + if (yych <= 0x9F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xA3) goto yy1762; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy1764; + goto yy2; + } + } +yy4295: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBD) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy4296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x8E) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1762; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy1762; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy1764; + } else { + if (yych == 0xBD) goto yy1764; + goto yy2; + } + } +yy4298: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1762; + if (yych <= 0x8E) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy1762; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1762; + goto yy2; + } + } +yy4299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy1762; + goto yy2; + } else { + if (yych <= 0xBA) goto yy1762; + if (yych == 0xBF) goto yy1762; + goto yy2; + } +yy4300: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy1762; + goto yy2; +yy4301: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy1762; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBC) goto yy1762; + goto yy2; + } +yy4302: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy1762; + goto yy2; +yy4303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych == 0x93) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xB3) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy4304: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4305: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x87) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0x98) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy4306: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy1762; + goto yy2; + } else { + if (yych <= 0x8F) goto yy1762; + if (yych <= 0x94) goto yy2; + if (yych <= 0x98) goto yy1762; + goto yy2; + } +yy4307: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBE) goto yy1762; + goto yy2; +yy4308: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x99) { + if (yych <= 0x95) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9D) goto yy2; + if (yych <= 0xA0) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0xA4) goto yy1762; + if (yych <= 0xA6) goto yy2; + goto yy1762; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } + } +yy4309: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1762; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy4310: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych == 0x87) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x8F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4311: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1764; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x8F) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4312: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } + } +yy4313: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy1764; + if (yych <= 0x81) goto yy2; + goto yy1764; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy1764; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4314: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1764; + goto yy2; + } else { + if (yych <= 0x95) goto yy1764; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy4315: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1764; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1762; + goto yy2; +yy4316: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1764; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy4317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1764; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; +yy4318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy4319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy1764; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy4320: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy4321: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1764; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy1764; + goto yy2; +yy4322: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1764; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } + } +yy4323: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x93) goto yy1762; + if (yych <= 0x9F) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1762; + goto yy2; + } + } +yy4324: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4325: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1762; + goto yy2; + } else { + if (yych == 0x9C) goto yy2; + if (yych <= 0x9D) goto yy1762; + goto yy2; + } +yy4326: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy4327: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy4328: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xAA) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy4329: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1764; + goto yy2; +yy4330: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1762; + goto yy2; + } +yy4331: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1762; + goto yy2; +yy4332: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1764; + if (yych <= 0x9B) goto yy1762; + goto yy2; +yy4334: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9E) goto yy1762; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1762; + if (yych == 0xBF) goto yy1762; + goto yy2; + } +yy4335: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy1762; + goto yy2; +yy4336: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4337: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy1762; + goto yy2; +yy4338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xA0) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy1764; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy4339: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1764; + if (yych <= 0xB3) goto yy1762; + goto yy2; +yy4340: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1764; + if (yych <= 0xB7) goto yy1762; + goto yy2; +yy4341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1764; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy4342: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1762; + if (yych <= 0xAC) goto yy1764; + goto yy1762; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy1764; + if (yych <= 0xB4) goto yy1762; + goto yy1764; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1762; + goto yy2; + } + } +yy4343: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1764; + goto yy2; +yy4344: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy4345: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1764; + goto yy2; +yy4346: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1762; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4347: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy4348: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy1764; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } + } +yy4349: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy1764; + } else { + if (yych == 0xBE) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy4350: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy1764; + goto yy1762; + } else { + if (yych <= 0x93) goto yy1764; + if (yych <= 0x95) goto yy2; + goto yy1764; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAC) goto yy1764; + if (yych <= 0xAF) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1764; + if (yych <= 0xBE) goto yy1762; + goto yy2; + } + } + } +yy4351: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBF) goto yy1762; + goto yy2; +yy4352: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych == 0x84) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy1762; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy1762; + goto yy2; + } + } +yy4353: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0x8C) goto yy1762; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBE) goto yy1762; + goto yy2; +yy4354: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB0) goto yy1762; + goto yy2; +yy4355: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1762; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1764; + default: goto yy2; + } +yy4356: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + goto yy1764; + } else { + if (yych == 0x8E) goto yy1764; + if (yych <= 0x8F) goto yy1762; + goto yy2; + } +yy4357: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy4358: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1762; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy4359: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy1762; + goto yy2; +yy4360: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy1762; + goto yy2; +yy4361: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1762; + goto yy2; +yy4362: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4363: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy1762; + goto yy2; +yy4364: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1762; + goto yy2; +yy4365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy4367: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0x98) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4368: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy1762; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1762; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy4369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1762; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1762; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy4371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1762; + goto yy2; + } else { + if (yych <= 0x91) goto yy1762; + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAF) goto yy1762; + goto yy2; + } +yy4372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy4373: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1764; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy4374: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xAE) goto yy1764; + if (yych <= 0xB1) goto yy1762; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } +yy4375: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1764; + if (yych == 0xBF) goto yy1762; + goto yy2; +yy4377: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } + } +yy4378: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy4379: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4380: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1762; + goto yy2; +yy4381: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1762; + goto yy2; +yy4382: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1762; + goto yy2; + } else { + if (yych <= 0x93) goto yy1762; + if (yych == 0xA0) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1762; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1762; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1764; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy4383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy1762; + goto yy2; +yy4384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy1764; + goto yy2; +yy4385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1762; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBA) goto yy1764; + goto yy2; + } +yy4386: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1762; + goto yy2; +yy4387: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1762; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4388: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1762; + goto yy2; + } else { + if (yych <= 0x90) goto yy1762; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy4389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB0) goto yy1762; + goto yy2; +yy4390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy1762; + goto yy2; +yy4391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy4393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy1764; + goto yy2; + } +yy4394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } +yy4395: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy4396: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1762; + goto yy2; +yy4397: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1762; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy4398: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1764; + if (yych <= 0x88) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1764; + goto yy2; + } +yy4399: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1764; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy4400: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + goto yy1762; + } else { + if (yych == 0x86) goto yy1762; + goto yy1764; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1762; + if (yych <= 0xA2) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1762; + goto yy2; + } + } +yy4401: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; +yy4402: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0xB3) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4403: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy1762; + goto yy1764; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1764; + } else { + if (yych == 0xBD) goto yy1764; + goto yy2; + } + } +yy4404: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy4405: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + if (yych <= 0x93) goto yy1762; + goto yy2; +yy4406: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4407: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1762; + if (yych == 0xA5) goto yy1762; + goto yy2; +yy4408: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1764; + if (yych <= 0xB6) goto yy1762; + goto yy2; +yy4409: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x83) goto yy1762; + if (yych <= 0x8B) goto yy1764; + goto yy1762; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } + } +yy4410: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB7: + case 0xB8: + case 0xBE: + case 0xBF: goto yy1762; + default: goto yy2; + } +yy4411: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy1764; + goto yy1762; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1762; + goto yy2; + } + } +yy4412: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy1764; + goto yy2; + } else { + if (yych <= 0x8E) goto yy1764; + if (yych <= 0x90) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1764; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4413: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1764; + if (yych <= 0x9B) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy4414: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy1762; + goto yy2; + } +yy4415: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + goto yy2; + } else { + if (yych <= 0x97) goto yy1764; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy1764; + goto yy1762; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1762; + if (yych <= 0xB6) goto yy1764; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } + } +yy4416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy4417: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy4419: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; +yy4420: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1764; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy4421: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1764; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } +yy4422: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1762; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } +yy4423: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1762; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy1762; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4424: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy1764; + goto yy2; +yy4425: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy1762; + } else { + if (yych == 0x8B) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy1762; + if (yych <= 0xA0) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy4426: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1762; + if (yych <= 0x9A) goto yy1764; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1762; + goto yy2; + } +yy4427: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1762; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } +yy4428: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7478; + case 0x81: goto yy7479; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy1769; + case 0x83: goto yy7418; + case 0x84: goto yy7480; + case 0x85: goto yy7481; + case 0x86: goto yy7482; + case 0x87: goto yy7483; + case 0x8A: goto yy7484; + case 0x8B: goto yy7485; + case 0x8C: goto yy7486; + case 0x8D: goto yy7487; + case 0x8E: goto yy7488; + case 0x8F: goto yy7489; + case 0x92: goto yy7490; + case 0x94: goto yy7491; + case 0x95: goto yy7439; + case 0x9C: goto yy7456; + case 0x9D: goto yy7492; + case 0xA0: goto yy7493; + case 0xA1: goto yy7494; + case 0xA2: goto yy7495; + case 0xA3: goto yy7496; + case 0xA4: goto yy7497; + case 0xA6: goto yy7498; + case 0xA8: goto yy7499; + case 0xA9: goto yy7500; + case 0xAA: goto yy7501; + case 0xAB: goto yy7502; + case 0xAC: goto yy4329; + case 0xAD: goto yy7503; + case 0xAE: goto yy7504; + case 0xB1: goto yy7505; + case 0xB2: + case 0xB3: goto yy7506; + default: goto yy2; + } +yy4429: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7507; + case 0x81: goto yy7508; + case 0x82: goto yy7509; + case 0x83: goto yy7510; + case 0x84: goto yy7511; + case 0x85: goto yy7512; + case 0x86: goto yy7513; + case 0x87: goto yy7514; + case 0x88: goto yy7515; + case 0x8A: goto yy7516; + case 0x8B: goto yy7517; + case 0x8C: goto yy7518; + case 0x8D: goto yy7519; + case 0x92: + case 0x98: goto yy7520; + case 0x93: goto yy7521; + case 0x96: goto yy7522; + case 0x97: goto yy7523; + case 0x99: goto yy7524; + case 0x9A: goto yy7525; + case 0x9C: goto yy7526; + case 0xA2: goto yy7527; + case 0xA3: goto yy7528; + case 0xAB: goto yy7529; + default: goto yy2; + } +yy4430: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1769; + goto yy7530; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy1769; + if (yych <= 0x95) goto yy7531; + goto yy2; + } +yy4431: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1769; + if (yych <= 0x90) goto yy7532; + goto yy2; +yy4432: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy1769; + if (yych <= 0x99) goto yy7533; + goto yy2; +yy4433: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy1769; + case 0xA8: goto yy7529; + case 0xA9: goto yy7495; + case 0xAB: goto yy7534; + case 0xAC: goto yy7535; + case 0xAD: goto yy7536; + case 0xAE: goto yy7415; + case 0xBD: goto yy7537; + case 0xBE: goto yy7538; + default: goto yy2; + } +yy4434: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy1769; + if (yych <= 0xB1) goto yy7539; + if (yych <= 0xB2) goto yy7540; + goto yy2; +yy4435: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1772; + case 0x83: goto yy7541; + case 0x84: goto yy7542; + case 0x85: goto yy7543; + case 0x87: goto yy7544; + case 0x89: goto yy7545; + case 0x8D: goto yy7546; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy1769; + case 0x91: goto yy7547; + case 0x92: goto yy7548; + case 0x93: goto yy7549; + case 0x94: goto yy7550; + case 0x95: goto yy7551; + case 0x9A: goto yy7552; + case 0x9B: goto yy7553; + case 0x9C: goto yy7554; + case 0x9D: goto yy7555; + case 0x9E: goto yy7556; + case 0x9F: goto yy7557; + case 0xAA: goto yy7558; + default: goto yy2; + } +yy4436: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy1769; + if (yych <= 0xA3) goto yy7559; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy7560; + goto yy7561; + } else { + if (yych <= 0xBA) goto yy7562; + if (yych <= 0xBB) goto yy7563; + goto yy2; + } + } +yy4437: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x85: goto yy7564; + case 0x81: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: goto yy1772; + case 0x82: goto yy7565; + case 0x83: goto yy7566; + case 0x84: goto yy7567; + case 0x86: goto yy7568; + case 0x87: goto yy7569; + case 0x88: goto yy7570; + case 0x89: goto yy7571; + case 0x95: goto yy7572; + case 0x96: goto yy7573; + case 0x9B: goto yy7574; + case 0x9D: goto yy4380; + case 0x9F: goto yy7575; + case 0xA0: goto yy7576; + case 0xA1: goto yy7577; + case 0xA2: goto yy7578; + case 0xA4: goto yy7579; + case 0xA6: goto yy7580; + case 0xA7: goto yy4331; + default: goto yy2; + } +yy4438: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0x86) goto yy1772; + if (yych <= 0x87) goto yy7581; + goto yy2; +yy4439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy533; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy4440: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy533; + goto yy2; +yy4441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4442: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy533; + if (yych <= 0x8B) goto yy2; + goto yy533; + } else { + if (yych <= 0x9B) { + if (yych <= 0x8F) goto yy2; + goto yy533; + } else { + if (yych == 0xA0) goto yy533; + goto yy2; + } + } +yy4444: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; +yy4445: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4446: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy533; + if (yych == 0xA0) goto yy533; + goto yy2; +yy4447: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x89) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; + } +yy4449: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy2; +yy4451: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy533; + goto yy2; +yy4452: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4453: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy533; + goto yy2; +yy4454: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy533; + goto yy2; + } else { + if (yych <= 0xBC) goto yy533; + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy4455: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB8) goto yy533; + goto yy2; +yy4456: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; +yy4457: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy533; + goto yy2; +yy4458: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; +yy4459: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy533; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4460: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych <= 0x86) goto yy533; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x93) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0x98) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } else { + if (yych <= 0xBA) goto yy533; + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy4461: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy533; + goto yy2; +yy4462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy533; + goto yy2; +yy4463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy533; + goto yy2; +yy4464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy533; + goto yy2; +yy4465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy533; + goto yy2; +yy4466: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy533; + goto yy2; +yy4467: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + if (yych == 0xBF) goto yy533; + goto yy2; +yy4468: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy533; + goto yy2; +yy4469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; +yy4470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB3) goto yy533; + if (yych == 0xB6) goto yy533; + goto yy2; +yy4471: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy533; + } else { + if (yych == 0x9C) goto yy533; + goto yy2; + } + } +yy4472: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy4473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy533; + goto yy2; + } else { + if (yych <= 0xA8) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy4474: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy533; + goto yy2; +yy4475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy533; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy533; + if (yych <= 0x92) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy533; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy533; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy4476: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA3) { + if (yych == 0x97) goto yy533; + if (yych <= 0x9C) goto yy2; + goto yy533; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } + } +yy4477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + if (yych <= 0x87) goto yy533; + goto yy2; +yy4478: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy533; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy533; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9D) goto yy533; + goto yy2; +yy4480: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy533; + if (yych == 0x84) goto yy533; + goto yy2; +yy4481: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy533; + if (yych == 0xBF) goto yy533; + goto yy2; +yy4482: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy533; + if (yych == 0xBF) goto yy533; + goto yy2; +yy4484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy533; + goto yy2; +yy4485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy533; + goto yy2; +yy4486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; +yy4487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy533; + goto yy2; +yy4488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + goto yy2; +yy4489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; +yy4490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy533; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy533; + goto yy2; + } else { + if (yych <= 0xB7) goto yy533; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy4492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBE) goto yy533; + goto yy2; +yy4493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x92) goto yy533; + goto yy2; +yy4494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy533; + goto yy2; +yy4495: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy533; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy4496: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy533; + if (yych <= 0xA8) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy533; + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4498: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy533; + goto yy2; +yy4499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; +yy4500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; +yy4501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy533; + } else { + if (yych == 0xA2) goto yy533; + if (yych <= 0xA4) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy533; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy533; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy4503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } else { + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8C) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy533; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy533; + goto yy2; + } + } +yy4505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy4506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy533; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy533; + goto yy2; +yy4508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + goto yy2; + } else { + if (yych == 0xA0) goto yy2; + if (yych <= 0xAF) goto yy533; + goto yy2; + } +yy4509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; +yy4510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy533; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy533; + } else { + if (yych == 0xA4) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy533; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy533; + } else { + if (yych == 0xBB) goto yy533; + goto yy2; + } + } + } +yy4511: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy533; + default: goto yy2; + } +yy4512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy533; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } + } +yy4513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy533; + goto yy2; +yy4514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy533; + goto yy2; + } else { + if (yych <= 0xAE) goto yy533; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy4516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych == 0x90) goto yy2; + if (yych <= 0xB5) goto yy533; + goto yy2; +yy4517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; +yy4520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy533; + goto yy2; +yy4521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBA) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA4) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy533; + goto yy2; + } else { + if (yych <= 0xAC) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } +yy4524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy533; + goto yy2; +yy4525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy4526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy4527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy533; + goto yy2; +yy4528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy533; + goto yy2; +yy4529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; +yy4530: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB5: + case 0xB8: + case 0xBA: goto yy1952; + default: goto yy2; + } +yy4531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + goto yy1952; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x9F) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych == 0xAC) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy4532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) { + if (yych <= 0xBA) goto yy2; + goto yy1952; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } +yy4533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + goto yy1952; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy1952; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy4534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych == 0x8A) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy4535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1952; + if (yych <= 0x8F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy1952; + goto yy2; + } + } +yy4536: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1952; + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy4537: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xAD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy4538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9C) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA4) goto yy1952; + if (yych <= 0xA6) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy4539: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy4540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1952; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy4541: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1952; + goto yy2; +yy4542: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB3) goto yy1952; + if (yych == 0xB6) goto yy1952; + goto yy2; +yy4543: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy7582; + case 0xA1: goto yy7583; + case 0xA2: goto yy4552; + case 0xA3: goto yy5749; + case 0xA4: goto yy1956; + case 0xA5: goto yy7584; + case 0xA6: goto yy7585; + case 0xA7: goto yy7586; + case 0xA8: goto yy7587; + case 0xA9: goto yy7588; + case 0xAA: goto yy7589; + case 0xAB: goto yy7590; + case 0xAC: goto yy7591; + case 0xAD: goto yy7592; + case 0xAE: goto yy7593; + case 0xAF: goto yy7594; + case 0xB0: goto yy7595; + case 0xB1: goto yy7596; + case 0xB2: goto yy7597; + case 0xB3: goto yy7598; + case 0xB4: goto yy7599; + case 0xB5: goto yy7600; + case 0xB6: goto yy7601; + case 0xB7: goto yy7602; + case 0xB8: goto yy5770; + case 0xB9: goto yy7603; + case 0xBA: goto yy5772; + case 0xBB: goto yy7604; + case 0xBC: goto yy7605; + case 0xBD: goto yy5775; + case 0xBE: goto yy5776; + case 0xBF: goto yy5777; + default: goto yy2; + } +yy4544: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5778; + case 0x81: goto yy7606; + case 0x82: goto yy7607; + case 0x83: goto yy4578; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1956; + case 0x89: goto yy4579; + case 0x8A: goto yy4580; + case 0x8B: goto yy4581; + case 0x8C: goto yy4582; + case 0x8D: goto yy7608; + case 0x8E: goto yy7609; + case 0x8F: goto yy4585; + case 0x90: goto yy7610; + case 0x99: goto yy4587; + case 0x9A: goto yy4588; + case 0x9B: goto yy4589; + case 0x9C: goto yy7611; + case 0x9D: goto yy7612; + case 0x9E: goto yy5786; + case 0x9F: goto yy7613; + case 0xA0: goto yy7614; + case 0xA1: goto yy4594; + case 0xA2: goto yy7615; + case 0xA3: goto yy4596; + case 0xA4: goto yy7616; + case 0xA5: goto yy7617; + case 0xA7: goto yy7618; + case 0xA8: goto yy7583; + case 0xA9: goto yy5794; + case 0xAA: goto yy7619; + case 0xAC: goto yy5796; + case 0xAD: goto yy7620; + case 0xAE: goto yy7621; + case 0xAF: goto yy4638; + case 0xB0: goto yy7622; + case 0xB1: goto yy4606; + case 0xB3: goto yy7623; + case 0xB4: goto yy4608; + case 0xB5: goto yy4609; + case 0xB6: goto yy4610; + case 0xB7: goto yy5802; + case 0xBC: goto yy4611; + case 0xBD: goto yy4612; + case 0xBE: goto yy7624; + case 0xBF: goto yy7625; + default: goto yy2; + } +yy4545: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7626; + case 0x81: goto yy5806; + case 0x82: goto yy5807; + case 0x83: goto yy5808; + case 0x84: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xB2: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1956; + case 0x85: goto yy7627; + case 0x86: goto yy7628; + case 0x8C: goto yy5813; + case 0x8F: goto yy5814; + case 0x90: goto yy5815; + case 0x91: goto yy5816; + case 0x92: goto yy5817; + case 0x93: goto yy5818; + case 0x9D: goto yy5819; + case 0x9E: goto yy5820; + case 0x9F: goto yy5821; + case 0xA6: goto yy5822; + case 0xA7: goto yy5823; + case 0xAD: goto yy5824; + case 0xAE: goto yy5825; + case 0xAF: goto yy5826; + case 0xB0: goto yy4619; + case 0xB1: goto yy4620; + case 0xB3: + case 0xBB: goto yy4638; + case 0xB4: goto yy4622; + case 0xB5: goto yy7629; + case 0xB6: goto yy4624; + case 0xB7: goto yy7630; + case 0xB8: goto yy2032; + case 0xBA: goto yy5830; + case 0xBF: goto yy5831; + default: goto yy2; + } +yy4546: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7631; + case 0x82: goto yy5833; + case 0x84: goto yy4627; + case 0x86: goto yy7632; + case 0x87: goto yy5835; + case 0x88: goto yy5836; + case 0x89: goto yy5837; + case 0x8A: goto yy5838; + case 0x8B: goto yy5839; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1956; + default: goto yy2; + } +yy4547: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4539; + case 0x93: goto yy7633; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xA2: + case 0xAE: goto yy1956; + case 0x98: goto yy4630; + case 0x99: goto yy7634; + case 0x9A: goto yy7635; + case 0x9B: goto yy7636; + case 0x9C: goto yy7637; + case 0x9D: goto yy1962; + case 0x9E: goto yy7638; + case 0x9F: goto yy4636; + case 0xA0: goto yy7639; + case 0xA1: goto yy4638; + case 0xA3: goto yy7640; + case 0xA4: goto yy7641; + case 0xA5: goto yy7642; + case 0xA6: goto yy5851; + case 0xA7: goto yy7643; + case 0xA8: goto yy7644; + case 0xA9: goto yy7645; + case 0xAA: goto yy5855; + case 0xAB: goto yy7646; + case 0xAC: goto yy4647; + case 0xAD: goto yy7647; + case 0xAF: goto yy7648; + default: goto yy2; + } +yy4548: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy7649; + case 0xAD: goto yy4651; + case 0xAE: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1956; + case 0xAF: goto yy7650; + case 0xB4: goto yy4654; + case 0xB5: goto yy4539; + case 0xB6: goto yy4655; + case 0xB7: goto yy7651; + case 0xB8: goto yy7652; + case 0xB9: goto yy7653; + case 0xBB: goto yy4659; + case 0xBC: goto yy7654; + case 0xBD: goto yy7655; + case 0xBF: goto yy5867; + default: goto yy2; + } +yy4549: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy7656; + case 0x91: goto yy7657; + case 0x92: goto yy4664; + case 0x93: goto yy4665; + case 0x94: goto yy4666; + case 0x96: goto yy7658; + case 0x9B: goto yy7659; + case 0x9D: goto yy7660; + case 0x9E: goto yy7661; + case 0x9F: goto yy5874; + default: goto yy2; + } +yy4550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych == 0x9A) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1121; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1121; + goto yy2; + } + } +yy4551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy1952; + if (yych <= 0x9B) goto yy1121; + goto yy2; +yy4552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; +yy4553: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy1952; + } else { + if (yych == 0xBD) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy4554: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy4555: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1952; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1952; + if (yych <= 0xB5) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy4556: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1121; + goto yy1952; + } else { + if (yych == 0x97) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1952; + if (yych <= 0xA3) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1121; + goto yy2; + } + } + } +yy4557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy1952; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy1952; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy1952; + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy4558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x90) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy1121; + } else { + if (yych <= 0xB4) goto yy1952; + if (yych <= 0xB5) goto yy1121; + goto yy2; + } + } + } +yy4559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy1952; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy1952; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1952; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy4560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x8F) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy1952; + if (yych <= 0xA3) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1121; + if (yych == 0xB9) goto yy1952; + goto yy2; + } + } +yy4561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy1952; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1952; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1952; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy4562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x95) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB0) goto yy1121; + if (yych <= 0xB1) goto yy1952; + goto yy2; + } + } + } +yy4563: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1121; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy1952; + default: goto yy2; + } +yy4564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy1952; + goto yy2; + } else { + if (yych <= 0x97) goto yy1121; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1121; + goto yy2; + } + } +yy4565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy4566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x94) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy1952; + if (yych <= 0x9F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xA3) goto yy1121; + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } +yy4567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy4568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x94) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy1952; + if (yych <= 0x9F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xA3) goto yy1121; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy1952; + goto yy2; + } + } +yy4569: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBD) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy4570: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x8E) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1121; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy1121; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy4571: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy1952; + } else { + if (yych == 0xBD) goto yy1952; + goto yy2; + } + } +yy4572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1121; + if (yych <= 0x8E) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy1121; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1121; + goto yy2; + } + } +yy4573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy1121; + goto yy2; +yy4574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy1121; + goto yy2; +yy4575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych == 0x93) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xB3) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy4576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x99) { + if (yych <= 0x95) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9D) goto yy2; + if (yych <= 0xA0) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0xA4) goto yy1121; + if (yych <= 0xA6) goto yy2; + goto yy1121; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } + } +yy4577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1121; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy4578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych == 0x87) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x8F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy4579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1952; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x8F) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy4580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } + } +yy4581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy1952; + if (yych <= 0x81) goto yy2; + goto yy1952; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy1952; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy4582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1952; + goto yy2; + } else { + if (yych <= 0x95) goto yy1952; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy4583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1952; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1121; + goto yy2; +yy4584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1952; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy4585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1952; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; +yy4586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy4587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy1952; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy4588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy4589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1952; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy1952; + goto yy2; +yy4590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1952; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } + } +yy4591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x93) goto yy1121; + if (yych <= 0x9F) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1121; + goto yy2; + } + } +yy4592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1121; + goto yy2; + } else { + if (yych == 0x9C) goto yy2; + if (yych <= 0x9D) goto yy1121; + goto yy2; + } +yy4593: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy4594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy4595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xAA) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy4596: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1952; + goto yy2; +yy4597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1121; + goto yy2; + } +yy4598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1121; + goto yy2; +yy4599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy4600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1952; + if (yych <= 0x9B) goto yy1121; + goto yy2; +yy4601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy1121; + goto yy2; +yy4602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy1121; + goto yy2; +yy4603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xA0) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy1952; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy4604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1952; + if (yych <= 0xB3) goto yy1121; + goto yy2; +yy4605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1952; + if (yych <= 0xB7) goto yy1121; + goto yy2; +yy4606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1952; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy4607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1121; + if (yych <= 0xAC) goto yy1952; + goto yy1121; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy1952; + if (yych <= 0xB4) goto yy1121; + goto yy1952; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1121; + goto yy2; + } + } +yy4608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1952; + goto yy2; +yy4609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy4610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1952; + goto yy2; +yy4611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy4612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy1952; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } + } +yy4613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy1952; + } else { + if (yych == 0xBE) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy4614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy1952; + goto yy1121; + } else { + if (yych <= 0x93) goto yy1952; + if (yych <= 0x95) goto yy2; + goto yy1952; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAC) goto yy1952; + if (yych <= 0xAF) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1952; + if (yych <= 0xBE) goto yy1121; + goto yy2; + } + } + } +yy4615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBF) goto yy1121; + goto yy2; +yy4616: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1121; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1952; + default: goto yy2; + } +yy4617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + goto yy1952; + } else { + if (yych == 0x8E) goto yy1952; + if (yych <= 0x8F) goto yy1121; + goto yy2; + } +yy4618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy4619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy4620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1952; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy4621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xAE) goto yy1952; + if (yych <= 0xB1) goto yy1121; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } +yy4622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy4623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1952; + if (yych == 0xBF) goto yy1121; + goto yy2; +yy4624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } + } +yy4625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy4626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1121; + goto yy2; + } else { + if (yych <= 0x93) goto yy1121; + if (yych == 0xA0) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1121; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1121; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1952; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy4627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy1952; + goto yy2; +yy4628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1121; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBA) goto yy1952; + goto yy2; + } +yy4629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy4630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy1952; + goto yy2; + } +yy4631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } +yy4632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy4633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1121; + goto yy2; +yy4634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1121; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy4635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1952; + if (yych <= 0x88) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1952; + goto yy2; + } +yy4636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1952; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy4637: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + goto yy1121; + } else { + if (yych == 0x86) goto yy1121; + goto yy1952; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1121; + if (yych <= 0xA2) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1121; + goto yy2; + } + } +yy4638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; +yy4639: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0xB3) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy4640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy1121; + goto yy1952; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1952; + } else { + if (yych == 0xBD) goto yy1952; + goto yy2; + } + } +yy4641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy4642: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + if (yych <= 0x93) goto yy1121; + goto yy2; +yy4643: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1121; + if (yych == 0xA5) goto yy1121; + goto yy2; +yy4644: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1952; + if (yych <= 0xB6) goto yy1121; + goto yy2; +yy4645: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x83) goto yy1121; + if (yych <= 0x8B) goto yy1952; + goto yy1121; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } + } +yy4646: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy1952; + goto yy1121; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1121; + goto yy2; + } + } +yy4647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy1952; + goto yy2; + } else { + if (yych <= 0x8E) goto yy1952; + if (yych <= 0x90) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1952; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy4648: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1952; + if (yych <= 0x9B) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy4649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy1121; + goto yy2; + } +yy4650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + goto yy2; + } else { + if (yych <= 0x97) goto yy1952; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy1952; + goto yy1121; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1121; + if (yych <= 0xB6) goto yy1952; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } + } +yy4651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy4652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy4653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy4654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; +yy4655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1952; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy4656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1952; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } +yy4657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1121; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } +yy4658: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1121; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy1121; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy4659: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy1952; + goto yy2; +yy4660: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy1121; + } else { + if (yych == 0x8B) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy1121; + if (yych <= 0xA0) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy4661: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1121; + if (yych <= 0x9A) goto yy1952; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1121; + goto yy2; + } +yy4662: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7662; + case 0x81: goto yy7663; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy1956; + case 0x83: goto yy5814; + case 0x84: goto yy5881; + case 0x85: goto yy5882; + case 0x86: goto yy5883; + case 0x87: goto yy5884; + case 0x8A: goto yy7664; + case 0x8B: goto yy7665; + case 0x8C: goto yy7666; + case 0x8D: goto yy7667; + case 0x8E: goto yy7668; + case 0x8F: goto yy7669; + case 0x92: goto yy7670; + case 0x94: goto yy7671; + case 0x95: goto yy5835; + case 0x9C: goto yy7644; + case 0x9D: goto yy7672; + case 0xA0: goto yy7673; + case 0xA1: goto yy7674; + case 0xA2: goto yy7675; + case 0xA3: goto yy7676; + case 0xA4: goto yy7677; + case 0xA6: goto yy7678; + case 0xA8: goto yy7679; + case 0xA9: goto yy7680; + case 0xAA: goto yy7681; + case 0xAB: goto yy7682; + case 0xAC: goto yy4596; + case 0xAD: goto yy7683; + case 0xAE: goto yy7684; + case 0xB1: goto yy7685; + case 0xB2: + case 0xB3: goto yy7686; + default: goto yy2; + } +yy4663: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7687; + case 0x81: goto yy7688; + case 0x82: goto yy7689; + case 0x83: goto yy7690; + case 0x84: goto yy7691; + case 0x85: goto yy7692; + case 0x86: goto yy7693; + case 0x87: goto yy7694; + case 0x88: goto yy7695; + case 0x8A: goto yy7696; + case 0x8B: goto yy7697; + case 0x8C: goto yy7698; + case 0x8D: goto yy7699; + case 0x92: + case 0x98: goto yy7700; + case 0x93: goto yy7701; + case 0x96: goto yy7702; + case 0x97: goto yy7703; + case 0x99: goto yy7704; + case 0x9A: goto yy7705; + case 0x9C: goto yy7706; + case 0xA2: goto yy7707; + case 0xA3: goto yy7708; + case 0xAB: goto yy7709; + default: goto yy2; + } +yy4664: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1956; + goto yy7710; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy1956; + if (yych <= 0x95) goto yy7711; + goto yy2; + } +yy4665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1956; + if (yych <= 0x90) goto yy7712; + goto yy2; +yy4666: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy1956; + if (yych <= 0x99) goto yy7713; + goto yy2; +yy4667: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy1956; + case 0xA8: goto yy7709; + case 0xA9: goto yy7675; + case 0xAB: goto yy7714; + case 0xAC: goto yy7715; + case 0xAD: goto yy7716; + case 0xAE: goto yy7627; + case 0xBD: goto yy7717; + case 0xBE: goto yy5943; + default: goto yy2; + } +yy4668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy1956; + if (yych <= 0xB1) goto yy7718; + if (yych <= 0xB2) goto yy7719; + goto yy2; +yy4669: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1136; + case 0x83: goto yy5946; + case 0x84: goto yy5947; + case 0x85: goto yy5948; + case 0x87: goto yy5949; + case 0x89: goto yy5950; + case 0x8D: goto yy5951; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy1956; + case 0x91: goto yy7720; + case 0x92: goto yy7721; + case 0x93: goto yy7722; + case 0x94: goto yy7723; + case 0x95: goto yy7724; + case 0x9A: goto yy7725; + case 0x9B: goto yy7726; + case 0x9C: goto yy7727; + case 0x9D: goto yy7728; + case 0x9E: goto yy7729; + case 0x9F: goto yy7730; + case 0xAA: goto yy5963; + default: goto yy2; + } +yy4670: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy1956; + if (yych <= 0xA3) goto yy7731; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy7732; + goto yy7733; + } else { + if (yych <= 0xBA) goto yy7734; + if (yych <= 0xBB) goto yy5968; + goto yy2; + } + } +yy4671: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= ']') { + if (yych <= '-') { + if (yych <= '*') { + if (yych == '$') goto yy4671; + goto yy115; + } else { + if (yych <= '+') goto yy4671; + if (yych <= ',') goto yy115; + goto yy562; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy115; + if (yych <= '9') goto yy4671; + goto yy115; + } else { + if (yych <= '>') goto yy4671; + if (yych <= '@') goto yy115; + if (yych <= 'Z') goto yy4671; + goto yy115; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '|') { + if (yych == '{') goto yy115; + goto yy4671; + } else { + if (yych == '~') goto yy4671; + goto yy115; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) goto yy7735; + if (yych <= 0xC9) goto yy4675; + goto yy4676; + } else { + if (yych <= 0xCB) goto yy7736; + if (yych <= 0xCC) goto yy4675; + if (yych <= 0xCD) goto yy7737; + goto yy7738; + } + } + } + } else { + if (yych <= 0xDF) { + if (yych <= 0xD8) { + if (yych <= 0xD5) { + if (yych <= 0xD3) goto yy4675; + if (yych <= 0xD4) goto yy4681; + goto yy4682; + } else { + if (yych <= 0xD6) goto yy7739; + if (yych <= 0xD7) goto yy7740; + goto yy7741; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD9) goto yy7742; + if (yych <= 0xDA) goto yy4675; + goto yy7743; + } else { + if (yych <= 0xDC) goto yy7744; + if (yych <= 0xDD) goto yy7745; + if (yych <= 0xDE) goto yy7746; + goto yy7747; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE2) { + if (yych <= 0xE0) goto yy7748; + if (yych <= 0xE1) goto yy7749; + goto yy7750; + } else { + if (yych <= 0xE3) goto yy7751; + if (yych <= 0xE4) goto yy6629; + goto yy115; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy7752; + if (yych <= 0xEE) goto yy115; + goto yy7753; + } else { + if (yych <= 0xF0) goto yy7754; + if (yych == 0xF3) goto yy6633; + goto yy115; + } + } + } + } +yy4673: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1980; + case 0xAA: + case 0xB5: + case 0xBA: goto yy4671; + default: goto yy2; + } +yy4674: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy1980; + } else { + if (yych == 0xB7) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy4675: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy4676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy4671; + goto yy2; +yy4677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0xB3) goto yy4671; + if (yych <= 0xB4) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy4671; + if (yych <= 0xBA) goto yy2; + goto yy4671; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } +yy4678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1980; + goto yy4671; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy4671; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy4679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy4680: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0x89) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy4681: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy4682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4671; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy4683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4671; + if (yych <= 0x8C) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy1980; + } else { + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } +yy4684: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1980; + if (yych <= 0x8F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy4671; + goto yy2; + } + } +yy4685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1980; + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy4686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy4671; + if (yych <= 0x9F) goto yy1980; + goto yy2; + } else { + if (yych == 0xB0) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy4687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy4671; + goto yy2; + } else { + if (yych <= 0x95) goto yy4671; + if (yych == 0x9D) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1980; + if (yych <= 0xAF) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBC) goto yy4671; + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy4688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy4689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1980; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy4690: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy4671; + if (yych <= 0xB0) goto yy1980; + if (yych <= 0xB1) goto yy4671; + goto yy2; +yy4691: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy4671; + goto yy1980; + } else { + if (yych == 0xB6) goto yy1980; + goto yy2; + } +yy4692: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy7755; + case 0xA1: goto yy7756; + case 0xA2: goto yy7757; + case 0xA3: goto yy6637; + case 0xA4: goto yy7758; + case 0xA5: goto yy7759; + case 0xA6: goto yy7760; + case 0xA7: goto yy7761; + case 0xA8: goto yy7762; + case 0xA9: goto yy7763; + case 0xAA: goto yy7764; + case 0xAB: goto yy7765; + case 0xAC: goto yy7766; + case 0xAD: goto yy7767; + case 0xAE: goto yy7768; + case 0xAF: goto yy7769; + case 0xB0: goto yy7770; + case 0xB1: goto yy7771; + case 0xB2: goto yy7772; + case 0xB3: goto yy7773; + case 0xB4: goto yy7774; + case 0xB5: goto yy7775; + case 0xB6: goto yy7776; + case 0xB7: goto yy7777; + case 0xB8: goto yy6658; + case 0xB9: goto yy7778; + case 0xBA: goto yy6660; + case 0xBB: goto yy7779; + case 0xBC: goto yy7780; + case 0xBD: goto yy6663; + case 0xBE: goto yy6664; + case 0xBF: goto yy6665; + default: goto yy2; + } +yy4693: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6666; + case 0x81: goto yy7781; + case 0x82: goto yy7782; + case 0x83: goto yy7783; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy4675; + case 0x89: goto yy7784; + case 0x8A: goto yy7785; + case 0x8B: goto yy7786; + case 0x8C: goto yy7787; + case 0x8D: goto yy7788; + case 0x8E: goto yy7789; + case 0x8F: goto yy7790; + case 0x90: goto yy7791; + case 0x99: goto yy7792; + case 0x9A: goto yy7793; + case 0x9B: goto yy7794; + case 0x9C: goto yy7795; + case 0x9D: goto yy7796; + case 0x9E: goto yy6683; + case 0x9F: goto yy7797; + case 0xA0: goto yy7798; + case 0xA1: goto yy7799; + case 0xA2: goto yy7800; + case 0xA3: goto yy7801; + case 0xA4: goto yy7802; + case 0xA5: goto yy7803; + case 0xA7: goto yy7804; + case 0xA8: goto yy7805; + case 0xA9: goto yy6693; + case 0xAA: goto yy7806; + case 0xAC: goto yy6695; + case 0xAD: goto yy7807; + case 0xAE: goto yy7808; + case 0xAF: goto yy7809; + case 0xB0: goto yy7810; + case 0xB1: goto yy7811; + case 0xB3: goto yy7812; + case 0xB4: goto yy7813; + case 0xB5: goto yy7814; + case 0xB6: goto yy7815; + case 0xB7: goto yy6705; + case 0xBC: goto yy7816; + case 0xBD: goto yy7817; + case 0xBE: goto yy7818; + case 0xBF: goto yy7819; + default: goto yy2; + } +yy4694: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7820; + case 0x81: goto yy6711; + case 0x82: goto yy6712; + case 0x83: goto yy6713; + case 0x84: goto yy7821; + case 0x85: goto yy7822; + case 0x86: goto yy7823; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy3686; + case 0x8C: goto yy6718; + case 0x8F: goto yy6719; + case 0x90: goto yy6720; + case 0x91: goto yy6721; + case 0x92: goto yy6722; + case 0x93: goto yy6723; + case 0x9D: goto yy6724; + case 0x9E: goto yy6725; + case 0x9F: goto yy6726; + case 0xA6: goto yy6727; + case 0xA7: goto yy6728; + case 0xAD: goto yy6729; + case 0xAE: goto yy6730; + case 0xAF: goto yy6731; + case 0xB0: goto yy7824; + case 0xB1: goto yy7825; + case 0xB2: goto yy4675; + case 0xB3: goto yy7826; + case 0xB4: goto yy7827; + case 0xB5: goto yy7828; + case 0xB6: goto yy7829; + case 0xB7: goto yy7830; + case 0xBA: goto yy6739; + case 0xBB: goto yy6740; + case 0xBF: goto yy6741; + default: goto yy2; + } +yy4695: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7831; + case 0x82: goto yy6743; + case 0x84: goto yy7832; + case 0x86: goto yy7833; + case 0x87: goto yy6746; + case 0x88: goto yy6747; + case 0x89: goto yy6748; + case 0x8A: goto yy6749; + case 0x8B: goto yy6750; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy3686; + default: goto yy2; + } +yy4696: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy6751; + case 0x93: goto yy7834; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy4675; + case 0x98: goto yy7835; + case 0x99: goto yy7836; + case 0x9A: goto yy7837; + case 0x9B: goto yy7838; + case 0x9C: goto yy7839; + case 0x9D: goto yy4681; + case 0x9E: goto yy7840; + case 0x9F: goto yy7841; + case 0xA0: goto yy7842; + case 0xA1: goto yy7843; + case 0xA2: goto yy7844; + case 0xA3: goto yy7845; + case 0xA4: goto yy7846; + case 0xA5: goto yy7847; + case 0xA6: goto yy6766; + case 0xA7: goto yy7848; + case 0xA8: goto yy7849; + case 0xA9: goto yy7850; + case 0xAA: goto yy6770; + case 0xAB: goto yy7851; + case 0xAC: goto yy7852; + case 0xAD: goto yy7853; + case 0xAF: goto yy7854; + default: goto yy2; + } +yy4697: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy7855; + case 0xAD: goto yy7856; + case 0xAE: goto yy7857; + case 0xAF: goto yy7858; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy4675; + case 0xB4: goto yy7859; + case 0xB5: goto yy7744; + case 0xB6: goto yy7860; + case 0xB7: goto yy7861; + case 0xB8: goto yy7862; + case 0xB9: goto yy7863; + case 0xBB: goto yy7864; + case 0xBC: goto yy7865; + case 0xBD: goto yy7866; + case 0xBF: goto yy6788; + default: goto yy2; + } +yy4698: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy7867; + case 0x91: goto yy7868; + case 0x92: goto yy7869; + case 0x93: goto yy7870; + case 0x94: goto yy7871; + case 0x96: goto yy7872; + case 0x9B: goto yy7873; + case 0x9D: goto yy7874; + case 0x9E: goto yy7875; + case 0x9F: goto yy6798; + default: goto yy2; + } +yy4699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy113; + if (yych == 0xA0) goto yy113; + goto yy2; +yy4700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x89) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; + } +yy4701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB8) goto yy113; + goto yy2; +yy4702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych <= 0x86) goto yy113; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x93) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0x98) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } else { + if (yych <= 0xBA) goto yy113; + if (yych == 0xBF) goto yy113; + goto yy2; + } + } +yy4703: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + if (yych == 0xBF) goto yy113; + goto yy2; +yy4704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy4705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB3) goto yy113; + if (yych == 0xB6) goto yy113; + goto yy2; +yy4706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy113; + } else { + if (yych == 0x9C) goto yy113; + goto yy2; + } + } +yy4707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy4708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy113; + goto yy2; +yy4709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy113; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy113; + if (yych <= 0x92) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy113; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy113; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy4710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA3) { + if (yych == 0x97) goto yy113; + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } + } +yy4711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + if (yych <= 0x87) goto yy113; + goto yy2; +yy4712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy113; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy4713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy113; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9D) goto yy113; + goto yy2; +yy4714: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy113; + if (yych == 0x84) goto yy113; + goto yy2; +yy4715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy113; + if (yych == 0xBF) goto yy113; + goto yy2; +yy4716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy4717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy113; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy4718: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy113; + goto yy2; + } else { + if (yych <= 0xB7) goto yy113; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy4719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; +yy4720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy113; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy4721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy113; + goto yy2; +yy4722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; +yy4723: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= '9') { + if (yych == '.') goto yy2171; + if (yych <= '/') goto yy2; + goto yy7876; + } else { + if (yych <= 'Z') { + if (yych <= '@') goto yy2; + goto yy7876; + } else { + if (yych <= '`') goto yy2; + if (yych <= 'z') goto yy7876; + goto yy2; + } + } +yy4724: + yych = *++YYCURSOR; + goto yy1091; +yy4725: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy4726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy2172; + goto yy2; + } else { + if (yych <= 0x87) goto yy2172; + if (yych == 0x8D) goto yy2172; + goto yy2; + } +yy4727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy2172; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy2172; + goto yy2; +yy4728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy2172; + goto yy2; +yy4729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy4730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy2172; + goto yy2; +yy4731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy2172; + goto yy2; + } else { + if (yych <= 0x9D) goto yy2172; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; + } +yy4732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy2172; + goto yy2; + } else { + if (yych <= 0x8D) goto yy2172; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy2172; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy2172; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy2172; + goto yy2; + } + } +yy4733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy2172; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy2172; + goto yy2; + } +yy4734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x84) goto yy2172; + goto yy2; + } else { + if (yych <= 0x8C) goto yy2172; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy2172; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9B) goto yy2172; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAC) goto yy2172; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBC) goto yy2172; + goto yy2; + } + } +yy4735: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy2172; + default: goto yy2; + } +yy4736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0x89) goto yy2172; + if (yych == 0x8E) goto yy2172; + goto yy2; +yy4737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy2172; + goto yy2; +yy4738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy4739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy2172; + goto yy2; + } else { + if (yych <= 0xBB) goto yy2172; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; + } +yy4740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy2172; + goto yy2; + } else { + if (yych <= 0xAE) goto yy2172; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy2172; + goto yy2; + } +yy4741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy2172; + goto yy2; + } else { + if (yych <= 0xA7) goto yy2172; + if (yych == 0xAD) goto yy2172; + goto yy2; + } +yy4742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAD) goto yy2172; + goto yy2; +yy4743: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy2172; + goto yy2; +yy4744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy4745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy2172; + if (yych <= 0x8A) goto yy2; + goto yy2172; + } else { + if (yych <= 0xAD) { + if (yych <= 0x8F) goto yy2; + goto yy2172; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy2172; + goto yy2; + } + } +yy4746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBA) goto yy2172; + goto yy2; +yy4747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy4748: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy2172; + goto yy2; + } else { + if (yych <= 0xA5) goto yy2172; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; + } +yy4749: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy2172; + if (yych <= 0x92) goto yy2; + if (yych <= 0x97) goto yy2172; + goto yy2; +yy4750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy2172; + goto yy2; +yy4751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy2172; + goto yy2; +yy4752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy2176; + goto yy7878; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy7879; + goto yy2; + } +yy4753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy4725; + if (yych <= 0xA3) goto yy7880; + goto yy2; +yy4754: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy2176; + case 0x91: goto yy7881; + case 0x92: goto yy7882; + case 0x93: goto yy7883; + case 0x94: goto yy7884; + case 0x95: goto yy7885; + case 0x9A: goto yy7886; + case 0x9B: goto yy7887; + case 0x9C: goto yy7888; + case 0x9D: goto yy7889; + case 0x9E: goto yy7890; + case 0x9F: goto yy7891; + default: goto yy2; + } +yy4755: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy7892; + goto yy2; +yy4756: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy4766; + if (yych <= '\'') goto yy2; + goto yy4766; + } else { + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy4766; + if (yych <= '9') goto yy7893; + goto yy2; + } +yy4757: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy4766; + if (yych <= '\'') goto yy2; + goto yy4766; + } else { + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy4766; + if (yych <= '9') goto yy7894; + goto yy2; + } +yy4758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy797; + goto yy2; +yy4759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy797; + if (yych == 0xAF) goto yy797; + goto yy2; +yy4760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x9F) goto yy797; + goto yy2; +yy4761: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy4766; + if (yych <= '\'') goto yy147; + goto yy4766; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy4767; + } else { + if (yych <= '/') goto yy4766; + if (yych <= '9') goto yy7895; + goto yy147; + } + } +yy4762: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy4766; + if (yych <= '\'') goto yy147; + goto yy4766; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy4767; + } else { + if (yych <= '/') goto yy4766; + if (yych <= '9') goto yy7896; + goto yy147; + } + } +yy4763: + yych = *++YYCURSOR; + if (yych <= '9') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy1763; + goto yy2207; + } else { + if (yych <= ',') goto yy1763; + if (yych <= '.') goto yy146; + if (yych <= '/') goto yy1763; + goto yy7897; + } + } else { + if (yych <= '^') { + if (yych <= '?') goto yy1763; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2209; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } +yy4764: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + goto yy4766; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy4766; + goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy7898; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy4768; + goto yy4766; + } else { + if (yych <= '9') goto yy7899; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy4765: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych >= '*') goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy7898; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy4768; + } else { + if (yych <= '9') goto yy7900; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy4766: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy7893; + goto yy2; +yy4767: + yych = *++YYCURSOR; + if (yych <= '/') goto yy147; + if (yych <= '9') goto yy7895; + goto yy147; +yy4768: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy534; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy7899; + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy4769: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy7901; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy7901; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy7902; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy7903; + goto yy7901; + } else { + if (yych <= '9') goto yy7904; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy4770: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy7905; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= '(') goto yy7901; + if (yych <= ')') goto yy7906; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy7907; + } + } + } else { + if (yych <= '@') { + if (yych <= '1') { + if (yych <= '.') goto yy7908; + if (yych <= '/') goto yy7901; + goto yy7904; + } else { + if (yych <= '9') goto yy7909; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy4771: + yych = *++YYCURSOR; + if (yych == '9') goto yy7910; + goto yy147; +yy4772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych == 0x87) goto yy200; + if (yych <= 0x8C) goto yy2; + goto yy200; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy831; + } else { + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy843; + goto yy2; + } + } +yy4773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy843; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy843; + goto yy2; + } + } +yy4774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy843; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy843; + goto yy2; +yy4775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy843; + goto yy2; +yy4776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy4777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy843; + goto yy2; +yy4778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy4779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy843; + goto yy2; + } else { + if (yych <= 0x89) goto yy843; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy843; + goto yy2; + } +yy4780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy4781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy843; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy4782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy831; + goto yy2; +yy4783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy4784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy843; + goto yy2; +yy4785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy843; + goto yy2; +yy4786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy843; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy843; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy843; + goto yy2; + } else { + if (yych <= 0xBC) goto yy843; + if (yych == 0xBF) goto yy843; + goto yy2; + } + } +yy4787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB6) goto yy843; + goto yy2; +yy4788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy843; + goto yy2; +yy4789: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy4790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy843; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy4791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych == 0x80) goto yy843; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x97) { + if (yych <= 0x94) goto yy2; + goto yy843; + } else { + if (yych <= 0x98) goto yy2; + if (yych <= 0xB3) goto yy843; + goto yy2; + } + } +yy4792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy843; + goto yy2; +yy4793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy843; + goto yy2; +yy4794: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x88) goto yy2; + if (yych <= 0xA4) goto yy843; + goto yy2; +yy4795: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy843; + goto yy2; +yy4796: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy843; + goto yy2; +yy4797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy843; + goto yy2; +yy4798: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy843; + goto yy2; +yy4799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB7) goto yy843; + goto yy2; +yy4800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; +yy4801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; +yy4802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA6) goto yy843; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy831; + goto yy2; +yy4803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy843; + if (yych == 0xB6) goto yy843; + goto yy2; +yy4804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB2) goto yy843; + goto yy2; +yy4805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x84) goto yy843; + if (yych <= 0x8F) goto yy2; + goto yy831; + } else { + if (yych == 0x9B) goto yy2; + if (yych <= 0x9C) goto yy843; + goto yy2; + } +yy4806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xAB) goto yy843; + goto yy2; +yy4807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy843; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy843; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy843; + goto yy2; + } else { + if (yych <= 0xA8) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy4808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; +yy4809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy843; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy843; + goto yy2; +yy4810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy843; + goto yy2; + } else { + if (yych <= 0x87) goto yy843; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; + } +yy4811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9B) goto yy843; + goto yy2; +yy4812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x84) goto yy843; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; +yy4813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy843; + goto yy831; + } else { + if (yych == 0xBF) goto yy843; + goto yy2; + } +yy4814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy843; + goto yy2; +yy4815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy4816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy843; + goto yy2; +yy4817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy831; + goto yy2; +yy4818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy843; + goto yy2; +yy4819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; + } else { + if (yych <= 0xB7) goto yy843; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy4820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy4821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy843; + if (yych == 0x90) goto yy843; + goto yy2; +yy4822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy843; + goto yy2; +yy4823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy843; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy4824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy4825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy843; + } else { + if (yych == 0xA2) goto yy843; + if (yych <= 0xA4) goto yy2; + goto yy843; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy843; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy843; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } + } +yy4826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy4827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy843; + goto yy2; + } else { + if (yych <= 0x8A) goto yy843; + if (yych <= 0x8C) goto yy2; + goto yy843; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy843; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy843; + goto yy2; + } + } +yy4828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy843; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy843; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy4829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy843; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy4830: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych == 0x80) goto yy843; + if (yych <= 0x81) goto yy2; + goto yy843; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy2; + goto yy843; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } + } +yy4831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy843; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy4832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy843; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy4833: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy843; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy4834: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy843; + goto yy2; + } else { + if (yych <= 0x8B) goto yy843; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy831; + goto yy2; + } +yy4835: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy843; + goto yy2; +yy4836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy843; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy843; + } else { + if (yych == 0xA4) goto yy843; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy843; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy843; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy843; + } else { + if (yych == 0xBB) goto yy843; + goto yy2; + } + } + } +yy4837: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy843; + default: goto yy2; + } +yy4838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy843; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy843; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy843; + goto yy2; + } + } +yy4839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy4840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; +yy4841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy4842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA6) goto yy843; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy4843: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x84) goto yy843; + goto yy2; + } else { + if (yych == 0x9B) goto yy2; + if (yych <= 0x9C) goto yy843; + goto yy2; + } +yy4844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy4845: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy843; + goto yy2; + } else { + if (yych <= 0x87) goto yy843; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy4846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x84) goto yy843; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy4847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy4848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy843; + if (yych == 0xBF) goto yy843; + goto yy2; +yy4849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy4850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } else { + if (yych <= 0xB7) goto yy843; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy4851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy843; + goto yy2; + } else { + if (yych <= 0x8B) goto yy843; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy4852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy202; + if (yych == 0xA4) goto yy202; + goto yy2; +yy4853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy202; + if (yych == 0x94) goto yy202; + goto yy2; +yy4854: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych == 0x90) goto yy202; + goto yy2; + } else { + if (yych == 0x93) goto yy2; + if (yych <= 0x94) goto yy202; + goto yy2; + } +yy4855: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x87: + case 0x8C: + case 0x8E: + case 0x9B: goto yy202; + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy857; + default: goto yy2; + } +yy4856: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy857; + goto yy2; +yy4857: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy857; + goto yy2; +yy4858: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1764; + case 0xAA: + case 0xB5: + case 0xBA: goto yy4880; + default: goto yy2; + } +yy4859: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4880; + goto yy1764; + } else { + if (yych == 0xB7) goto yy1764; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy4860: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB3) goto yy4880; + if (yych <= 0xB4) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy4880; + if (yych <= 0xBA) goto yy2; + goto yy4880; + } else { + if (yych == 0xBF) goto yy4880; + goto yy2; + } + } +yy4861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy4880; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy4880; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy4862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1764; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy4863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4880; + if (yych <= 0x89) goto yy1764; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy4864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych == 0x8A) goto yy7911; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBE) goto yy7911; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy4865: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1764; + if (yych <= 0x8F) goto yy2; + goto yy4880; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy4880; + goto yy2; + } + } +yy4866: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1764; + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy4867: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy4880; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy4880; + } else { + if (yych <= 0xB0) goto yy1764; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy4868: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy4880; + goto yy2; + } else { + if (yych <= 0x95) goto yy4880; + if (yych == 0x9D) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy4880; + goto yy843; + } else { + if (yych <= 0xBC) goto yy4880; + if (yych <= 0xBE) goto yy1764; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy4869: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy4870: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1764; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy4871: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy4880; + if (yych <= 0xB0) goto yy1764; + if (yych <= 0xB1) goto yy4880; + goto yy2; +yy4872: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy4880; + } else { + if (yych <= 0xB3) goto yy1764; + if (yych == 0xB6) goto yy1764; + goto yy2; + } +yy4873: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy7912; + case 0xA1: goto yy7913; + case 0xA2: goto yy4884; + case 0xA3: goto yy7358; + case 0xA4: goto yy7914; + case 0xA5: goto yy7915; + case 0xA6: goto yy7916; + case 0xA7: goto yy7917; + case 0xA8: goto yy7918; + case 0xA9: goto yy7919; + case 0xAA: goto yy7920; + case 0xAB: goto yy7921; + case 0xAC: goto yy7922; + case 0xAD: goto yy7923; + case 0xAE: goto yy7924; + case 0xAF: goto yy7925; + case 0xB0: goto yy7926; + case 0xB1: goto yy7927; + case 0xB2: goto yy7928; + case 0xB3: goto yy7929; + case 0xB4: goto yy7930; + case 0xB5: goto yy7931; + case 0xB6: goto yy7932; + case 0xB7: goto yy7933; + case 0xB8: goto yy7378; + case 0xB9: goto yy7934; + case 0xBA: goto yy7380; + case 0xBB: goto yy7935; + case 0xBC: goto yy7936; + case 0xBD: goto yy7383; + case 0xBE: goto yy7384; + case 0xBF: goto yy7385; + default: goto yy2; + } +yy4874: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7386; + case 0x81: goto yy7937; + case 0x82: goto yy7938; + case 0x83: goto yy4910; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy2406; + case 0x89: goto yy4911; + case 0x8A: goto yy4912; + case 0x8B: goto yy4913; + case 0x8C: goto yy4914; + case 0x8D: goto yy7939; + case 0x8E: goto yy7940; + case 0x8F: goto yy4917; + case 0x90: goto yy7941; + case 0x99: goto yy4919; + case 0x9A: goto yy4920; + case 0x9B: goto yy4921; + case 0x9C: goto yy7942; + case 0x9D: goto yy7943; + case 0x9E: goto yy7394; + case 0x9F: goto yy7944; + case 0xA0: goto yy7945; + case 0xA1: goto yy4926; + case 0xA2: goto yy7946; + case 0xA3: goto yy4928; + case 0xA4: goto yy7947; + case 0xA5: goto yy7948; + case 0xA7: goto yy7949; + case 0xA8: goto yy7950; + case 0xA9: goto yy7401; + case 0xAA: goto yy7951; + case 0xAC: goto yy7403; + case 0xAD: goto yy7952; + case 0xAE: goto yy7953; + case 0xAF: goto yy7954; + case 0xB0: goto yy7955; + case 0xB1: goto yy4938; + case 0xB3: goto yy7956; + case 0xB4: goto yy4940; + case 0xB5: goto yy4941; + case 0xB6: goto yy4942; + case 0xB7: goto yy7408; + case 0xBC: goto yy4943; + case 0xBD: goto yy4944; + case 0xBE: goto yy7957; + case 0xBF: goto yy7958; + default: goto yy2; + } +yy4875: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7959; + case 0x81: goto yy7412; + case 0x82: goto yy7413; + case 0x83: goto yy7414; + case 0x84: goto yy7960; + case 0x85: goto yy7961; + case 0x86: goto yy7962; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1769; + case 0x88: goto yy7963; + case 0x8C: goto yy7417; + case 0x8F: goto yy7418; + case 0x90: goto yy7419; + case 0x91: goto yy7420; + case 0x92: goto yy7421; + case 0x93: goto yy7422; + case 0x9D: goto yy7423; + case 0x9E: goto yy7424; + case 0x9F: goto yy7425; + case 0xA6: goto yy7426; + case 0xA7: goto yy7427; + case 0xAD: goto yy7428; + case 0xAE: goto yy7429; + case 0xAF: goto yy7430; + case 0xB0: goto yy4952; + case 0xB1: goto yy4953; + case 0xB2: goto yy2406; + case 0xB3: goto yy7964; + case 0xB4: goto yy4955; + case 0xB5: goto yy7965; + case 0xB6: goto yy4957; + case 0xB7: goto yy7966; + case 0xB8: goto yy7967; + case 0xBA: goto yy7434; + case 0xBB: goto yy4401; + case 0xBF: goto yy7435; + default: goto yy2; + } +yy4876: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7968; + case 0x82: goto yy7437; + case 0x84: goto yy4960; + case 0x86: goto yy7969; + case 0x87: goto yy7439; + case 0x88: goto yy7440; + case 0x89: goto yy7441; + case 0x8A: goto yy7442; + case 0x8B: goto yy7443; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1769; + default: goto yy2; + } +yy4877: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4262; + case 0x93: goto yy7970; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy2406; + case 0x98: goto yy4963; + case 0x99: goto yy7971; + case 0x9A: goto yy7972; + case 0x9B: goto yy7973; + case 0x9C: goto yy7974; + case 0x9D: goto yy2412; + case 0x9E: goto yy7975; + case 0x9F: goto yy4969; + case 0xA0: goto yy7976; + case 0xA1: goto yy4971; + case 0xA2: goto yy7977; + case 0xA3: goto yy7978; + case 0xA4: goto yy7979; + case 0xA5: goto yy7980; + case 0xA6: goto yy7454; + case 0xA7: goto yy7981; + case 0xA8: goto yy7982; + case 0xA9: goto yy7983; + case 0xAA: goto yy7458; + case 0xAB: goto yy7984; + case 0xAC: goto yy4980; + case 0xAD: goto yy7985; + case 0xAF: goto yy7986; + default: goto yy2; + } +yy4878: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy7987; + case 0xAD: goto yy4984; + case 0xAE: goto yy7988; + case 0xAF: goto yy7989; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy2406; + case 0xB4: goto yy4987; + case 0xB5: goto yy4988; + case 0xB6: goto yy4989; + case 0xB7: goto yy7990; + case 0xB8: goto yy7991; + case 0xB9: goto yy7992; + case 0xBB: goto yy4993; + case 0xBC: goto yy7993; + case 0xBD: goto yy7994; + case 0xBF: goto yy7469; + default: goto yy2; + } +yy4879: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy7995; + case 0x91: goto yy7996; + case 0x92: goto yy4998; + case 0x93: goto yy4999; + case 0x94: goto yy5000; + case 0x96: goto yy7997; + case 0x9B: goto yy7998; + case 0x9D: goto yy7999; + case 0x9E: goto yy8000; + case 0x9F: goto yy7476; + default: goto yy2; + } +yy4880: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1764; + goto yy1766; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy1764; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy5034; + if (yych <= '.') goto yy7070; + if (yych <= '/') goto yy1766; + goto yy4880; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy1764; + if (yych <= '@') goto yy1766; + goto yy4880; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy1766; + if (yych <= '`') goto yy1764; + goto yy4880; + } else { + if (yych == '|') goto yy1764; + if (yych <= '}') goto yy1766; + goto yy1764; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy4858; + if (yych <= 0xC3) goto yy4859; + goto yy2406; + } else { + if (yych <= 0xCA) goto yy2407; + if (yych <= 0xCB) goto yy4254; + if (yych <= 0xCC) goto yy1769; + goto yy4860; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy4861; + if (yych <= 0xCF) goto yy4862; + goto yy2406; + } else { + if (yych <= 0xD2) goto yy4863; + if (yych <= 0xD3) goto yy2406; + if (yych <= 0xD4) goto yy2412; + goto yy2413; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy4864; + if (yych <= 0xD7) goto yy4865; + if (yych <= 0xD8) goto yy4866; + goto yy4867; + } else { + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy4868; + if (yych <= 0xDC) goto yy4869; + goto yy4870; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy4871; + if (yych <= 0xDF) goto yy4872; + goto yy4873; + } else { + if (yych <= 0xE1) goto yy4874; + if (yych <= 0xE2) goto yy4875; + if (yych <= 0xE3) goto yy4876; + goto yy4270; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy4877; + if (yych <= 0xEE) goto yy1766; + goto yy4878; + } else { + if (yych <= 0xF0) goto yy4879; + if (yych == 0xF3) goto yy4274; + goto yy1766; + } + } + } + } +yy4882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych == 0x9A) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1762; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1762; + goto yy2; + } + } +yy4883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy4880; + if (yych <= 0x9B) goto yy1762; + goto yy2; +yy4884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy4880; + goto yy2; +yy4885: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy4880; + } else { + if (yych == 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy4886: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x90) goto yy4880; + if (yych <= 0x97) goto yy1762; + goto yy4880; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1762; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy4887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy4880; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy4880; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4880; + goto yy2; + } else { + if (yych <= 0xB2) goto yy4880; + if (yych <= 0xB5) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy4888: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1762; + goto yy4880; + } else { + if (yych == 0x97) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy4880; + goto yy2; + } else { + if (yych <= 0xA1) goto yy4880; + if (yych <= 0xA3) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1762; + goto yy2; + } + } + } +yy4889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy4880; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy4880; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy4880; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy4880; + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy4890: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych == 0x91) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy4880; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1762; + } else { + if (yych <= 0xB4) goto yy4880; + if (yych <= 0xB5) goto yy1762; + goto yy2; + } + } + } +yy4891: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy4880; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy4880; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy4880; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4880; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy4892: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych == 0x90) goto yy4880; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy4880; + if (yych <= 0xA3) goto yy1762; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1762; + } else { + if (yych == 0xB9) goto yy4880; + goto yy2; + } + } + } +yy4893: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy4880; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy4880; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy4880; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4880; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy4894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1762; + if (yych <= 0xB1) goto yy4880; + goto yy2; + } + } + } +yy4895: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1762; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy4880; + default: goto yy2; + } +yy4896: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy4880; + if (yych == 0x97) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1762; + goto yy2; + } + } +yy4897: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy4880; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy4898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1762; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy4880; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } + } +yy4899: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy4880; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy4880; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy4900: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1762; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy4880; + goto yy2; + } + } + } +yy4901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy4880; + goto yy2; + } else { + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy4902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8E) goto yy4880; + if (yych <= 0x96) goto yy2; + goto yy1762; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy4880; + if (yych <= 0xA3) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1762; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } + } +yy4903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy4880; + } else { + if (yych == 0xBD) goto yy4880; + goto yy2; + } + } +yy4904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4880; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1762; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1762; + goto yy2; + } + } +yy4905: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy4906: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy4907: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy843; + if (yych <= 0xB3) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy4908: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy1762; + if (yych <= 0x9D) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1762; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } + } +yy4909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1762; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy4910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych == 0x87) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy4880; + if (yych <= 0x8F) goto yy2; + goto yy4880; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy4911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy4880; + goto yy2; + } else { + if (yych <= 0x8D) goto yy4880; + if (yych <= 0x8F) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy4880; + goto yy2; + } else { + if (yych <= 0x9D) goto yy4880; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy4912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy4880; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy4880; + goto yy2; + } + } +yy4913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy4880; + if (yych <= 0x81) goto yy2; + goto yy4880; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy4880; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy4914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy4880; + goto yy2; + } else { + if (yych <= 0x95) goto yy4880; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy4915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy4880; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1762; + goto yy2; +yy4916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy4880; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy4917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy4880; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy4880; + goto yy2; +yy4918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy200; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy4919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy4880; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy4920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy4880; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy4921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy4880; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy4880; + goto yy2; +yy4922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy4880; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB1) goto yy4880; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } + } +yy4923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych <= 0x93) goto yy1762; + if (yych <= 0x9F) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy4880; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1762; + goto yy2; + } + } +yy4924: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1762; + if (yych <= 0x9A) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } +yy4925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy200; + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy4926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy4880; + goto yy2; +yy4927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xAA) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy4928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy4880; + goto yy2; +yy4929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy4880; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1762; + goto yy2; + } +yy4930: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy1762; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy4931: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4880; + if (yych <= 0x9B) goto yy1762; + goto yy2; +yy4933: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy1762; + goto yy2; + } +yy4934: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy1762; + goto yy2; + } +yy4935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xA0) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy4880; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy4936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy4880; + if (yych <= 0xB3) goto yy1762; + goto yy2; +yy4937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy4880; + if (yych <= 0xB7) goto yy1762; + goto yy2; +yy4938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy4880; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy4880; + goto yy2; + } +yy4939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1762; + if (yych <= 0xAC) goto yy4880; + goto yy1762; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy4880; + if (yych <= 0xB4) goto yy1762; + goto yy4880; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1762; + goto yy2; + } + } +yy4940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy4880; + goto yy2; +yy4941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy4942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy4880; + goto yy2; +yy4943: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4880; + goto yy2; + } else { + if (yych <= 0x9D) goto yy4880; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy4944: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy4880; + goto yy2; + } else { + if (yych <= 0x8D) goto yy4880; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy4880; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy4880; + goto yy2; + } + } +yy4945: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy4880; + } else { + if (yych == 0xBE) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy4946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0x84) goto yy4880; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy4880; + goto yy1762; + } else { + if (yych <= 0x93) goto yy4880; + if (yych <= 0x95) goto yy2; + goto yy4880; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAC) goto yy4880; + if (yych <= 0xAF) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy4880; + goto yy2; + } else { + if (yych <= 0xBC) goto yy4880; + if (yych <= 0xBE) goto yy1762; + goto yy2; + } + } + } +yy4947: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } +yy4948: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1762; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy4880; + default: goto yy2; + } +yy4949: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + goto yy4880; + } else { + if (yych == 0x8E) goto yy4880; + if (yych <= 0x8F) goto yy1762; + goto yy2; + } +yy4950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy4880; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy4951: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy8001; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4952: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy4953: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy4880; + goto yy2; + } else { + if (yych <= 0xBB) goto yy4880; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy4954: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xAE) goto yy4880; + if (yych <= 0xB1) goto yy1762; + if (yych <= 0xB3) goto yy4880; + goto yy2; + } +yy4955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy4880; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy4880; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy4956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy4880; + if (yych == 0xBF) goto yy1762; + goto yy2; +yy4957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy4880; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy4880; + goto yy2; + } + } +yy4958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy4880; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy4959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1762; + goto yy2; + } else { + if (yych <= 0x93) goto yy1762; + if (yych == 0xA0) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1762; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1762; + goto yy2; + } else { + if (yych <= 0xBC) goto yy4880; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy4960: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy4880; + goto yy2; +yy4961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1762; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBA) goto yy4880; + goto yy2; + } +yy4962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy4880; + goto yy2; +yy4963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy4880; + goto yy2; + } else { + if (yych <= 0x9F) goto yy4880; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy4880; + goto yy2; + } +yy4964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } +yy4965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy4880; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy4966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1762; + goto yy2; +yy4967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1762; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy4968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4880; + if (yych <= 0x88) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAD) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy4880; + goto yy2; + } +yy4969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy4880; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy4970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4880; + goto yy1762; + } else { + if (yych == 0x86) goto yy1762; + goto yy4880; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1762; + if (yych <= 0xA2) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1762; + goto yy2; + } + } +yy4971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy4880; + goto yy2; +yy4972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0xB3) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4973: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy4880; + if (yych <= 0xBA) goto yy2; + goto yy4880; + } else { + if (yych == 0xBD) goto yy4880; + goto yy2; + } + } +yy4974: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy4880; + } else { + if (yych <= 0xAD) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy4975: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4880; + if (yych <= 0x93) goto yy1762; + goto yy2; +yy4976: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy1762; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } + } +yy4977: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy4880; + if (yych <= 0xB6) goto yy1762; + goto yy2; +yy4978: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4880; + goto yy1762; + } else { + if (yych <= 0x8B) goto yy4880; + if (yych <= 0x8D) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } + } +yy4979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy4880; + goto yy1762; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy4880; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1762; + goto yy2; + } + } +yy4980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy4880; + goto yy2; + } else { + if (yych <= 0x8E) goto yy4880; + if (yych <= 0x90) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy4880; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy4981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy4880; + if (yych <= 0x9B) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA5) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy4982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy4880; + if (yych <= 0xAA) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy4983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4880; + goto yy2; + } else { + if (yych <= 0x97) goto yy4880; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy4880; + goto yy1762; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1762; + if (yych <= 0xB6) goto yy4880; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy4880; + goto yy2; + } + } +yy4984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4880; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy4985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy4986: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy4987: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy4880; + goto yy2; +yy4988: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy4989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy4880; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy4990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4880; + goto yy2; + } else { + if (yych <= 0xBB) goto yy4880; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } +yy4991: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1762; + if (yych <= 0x9F) goto yy2; + goto yy1762; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy200; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } +yy4992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1762; + goto yy2; + } else { + if (yych <= 0x92) goto yy200; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1762; + goto yy200; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1762; + if (yych == 0xA9) goto yy1762; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy4993: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy4880; + goto yy2; +yy4994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych == 0x8B) goto yy1762; + if (yych <= 0x8C) goto yy2; + goto yy200; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy4880; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy4995: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1762; + if (yych <= 0x9A) goto yy4880; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1762; + goto yy2; + } +yy4996: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8002; + case 0x81: goto yy8003; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy2406; + case 0x83: goto yy8004; + case 0x84: goto yy7480; + case 0x85: goto yy7481; + case 0x86: goto yy7482; + case 0x87: goto yy7483; + case 0x8A: goto yy8005; + case 0x8B: goto yy8006; + case 0x8C: goto yy8007; + case 0x8D: goto yy8008; + case 0x8E: goto yy8009; + case 0x8F: goto yy8010; + case 0x92: goto yy8011; + case 0x94: goto yy8012; + case 0x95: goto yy8013; + case 0x9C: goto yy8014; + case 0x9D: goto yy8015; + case 0xA0: goto yy8016; + case 0xA1: goto yy8017; + case 0xA2: goto yy8018; + case 0xA3: goto yy8019; + case 0xA4: goto yy8020; + case 0xA6: goto yy8021; + case 0xA8: goto yy8022; + case 0xA9: goto yy8023; + case 0xAA: goto yy8024; + case 0xAB: goto yy8025; + case 0xAC: goto yy4928; + case 0xAD: goto yy8026; + case 0xAE: goto yy8027; + case 0xB1: goto yy8028; + case 0xB2: + case 0xB3: goto yy8029; + default: goto yy2; + } +yy4997: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8030; + case 0x81: goto yy8031; + case 0x82: goto yy8032; + case 0x83: goto yy8033; + case 0x84: goto yy8034; + case 0x85: goto yy8035; + case 0x86: goto yy8036; + case 0x87: goto yy8037; + case 0x88: goto yy8038; + case 0x8A: goto yy8039; + case 0x8B: goto yy8040; + case 0x8C: goto yy8041; + case 0x8D: goto yy8042; + case 0x92: + case 0x98: goto yy8043; + case 0x93: goto yy8044; + case 0x96: goto yy8045; + case 0x97: goto yy8046; + case 0x99: goto yy8047; + case 0x9A: goto yy8048; + case 0x9B: goto yy2362; + case 0x9C: goto yy8049; + case 0xA2: goto yy8050; + case 0xA3: goto yy8051; + case 0xAB: goto yy8052; + default: goto yy2; + } +yy4998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy2406; + goto yy8053; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy2406; + if (yych <= 0x95) goto yy8054; + goto yy2; + } +yy4999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy2406; + if (yych <= 0x90) goto yy8055; + goto yy2; +yy5000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy2406; + if (yych <= 0x99) goto yy8056; + goto yy2; +yy5001: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy2406; + case 0xA8: goto yy8052; + case 0xA9: goto yy8057; + case 0xAB: goto yy8058; + case 0xAC: goto yy8059; + case 0xAD: goto yy8060; + case 0xAE: goto yy8061; + case 0xBD: goto yy8062; + case 0xBE: goto yy7538; + default: goto yy2; + } +yy5002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy2406; + if (yych <= 0xB1) goto yy8063; + if (yych <= 0xB2) goto yy8064; + goto yy2; +yy5003: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1772; + case 0x83: goto yy7541; + case 0x84: goto yy7542; + case 0x85: goto yy7543; + case 0x87: goto yy7544; + case 0x89: goto yy7545; + case 0x8D: goto yy7546; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy2406; + case 0x91: goto yy8065; + case 0x92: goto yy8066; + case 0x93: goto yy8067; + case 0x94: goto yy8068; + case 0x95: goto yy8069; + case 0x9A: goto yy8070; + case 0x9B: goto yy8071; + case 0x9C: goto yy8072; + case 0x9D: goto yy8073; + case 0x9E: goto yy8074; + case 0x9F: goto yy8075; + case 0xAA: goto yy7558; + default: goto yy2; + } +yy5004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy2406; + if (yych <= 0xA3) goto yy8076; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy8077; + goto yy8078; + } else { + if (yych <= 0xBA) goto yy8079; + if (yych <= 0xBB) goto yy7563; + goto yy2; + } + } +yy5005: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + if (yych <= 0x97) goto yy2; + goto yy1588; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1588; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy5006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych == 0x84) goto yy8080; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy533; + goto yy2; + } + } +yy5007: + yych = *++YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x90) goto yy202; + if (yych <= 0x93) goto yy2; + goto yy202; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAF) goto yy533; + goto yy2; + } else { + if (yych <= 0xB2) goto yy200; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy5008: + yych = *++YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + if (yych <= 0x90) goto yy202; + goto yy2; + } else { + if (yych <= 0x93) { + if (yych <= 0x92) goto yy1588; + goto yy2; + } else { + if (yych <= 0x94) goto yy202; + if (yych <= 0xA1) goto yy2; + goto yy533; + } + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy200; + if (yych <= 0xA6) goto yy533; + if (yych <= 0xA8) goto yy2; + goto yy533; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy2445; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } + } +yy5009: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy1588; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x8C) goto yy202; + if (yych <= 0x8D) goto yy200; + goto yy1588; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy831; + } else { + if (yych <= 0x9A) goto yy2; + if (yych <= 0x9B) goto yy202; + goto yy533; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy2445; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy5010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x90) goto yy2445; + if (yych <= 0x97) goto yy533; + goto yy2445; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy5011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy533; + goto yy2445; + } else { + if (yych == 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy2445; + goto yy2; + } else { + if (yych <= 0xA1) goto yy2445; + if (yych <= 0xA3) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2445; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } + } + } +yy5012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x91) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy2445; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy533; + } else { + if (yych <= 0xB4) goto yy2445; + if (yych <= 0xB5) goto yy533; + goto yy2; + } + } + } +yy5013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy2445; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy2445; + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy533; + } else { + if (yych == 0xB9) goto yy2445; + goto yy2; + } + } + } +yy5014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy2445; + goto yy2; + } + } + } +yy5015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy2445; + if (yych == 0x97) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; + } + } +yy5016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy5017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy2445; + goto yy2; + } + } + } +yy5018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x8E) goto yy2445; + if (yych <= 0x96) goto yy2; + goto yy533; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy2445; + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } + } +yy5019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy2445; + goto yy2; + } else { + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy5020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy5021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy200; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy5022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xA0) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2445; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy5023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy2445; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy2445; + goto yy2; + } +yy5024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy2445; + goto yy2; + } else { + if (yych <= 0x9F) goto yy2445; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy2445; + goto yy2; + } +yy5025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy2445; + if (yych <= 0xBA) goto yy2; + goto yy2445; + } else { + if (yych == 0xBD) goto yy2445; + goto yy2; + } + } +yy5026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2445; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy5027: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy2445; + goto yy533; + } else { + if (yych <= 0x8B) goto yy2445; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } + } +yy5028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy2445; + if (yych <= 0xAA) goto yy533; + goto yy2; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy5029: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych == 0x8B) goto yy533; + if (yych <= 0x8C) goto yy2; + goto yy200; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy2445; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy5030: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5036; + case 0x81: goto yy5037; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy874; + case 0x83: goto yy5038; + case 0x84: goto yy4441; + case 0x85: goto yy4442; + case 0x86: goto yy4443; + case 0x87: goto yy4444; + case 0x8A: goto yy5039; + case 0x8B: goto yy5040; + case 0x8C: goto yy5041; + case 0x8D: goto yy5042; + case 0x8E: goto yy5043; + case 0x8F: goto yy5044; + case 0x92: goto yy8081; + case 0x94: goto yy5046; + case 0x95: goto yy5047; + case 0x9C: goto yy5048; + case 0x9D: goto yy5049; + case 0xA0: goto yy5050; + case 0xA1: goto yy5051; + case 0xA2: goto yy5052; + case 0xA3: goto yy5053; + case 0xA4: goto yy5054; + case 0xA6: goto yy5055; + case 0xA8: goto yy5056; + case 0xA9: goto yy5057; + case 0xAA: goto yy5058; + case 0xAB: goto yy5059; + case 0xAC: goto yy2493; + case 0xAD: goto yy5060; + case 0xAE: goto yy5061; + case 0xB1: goto yy5062; + case 0xB2: + case 0xB3: goto yy5063; + default: goto yy2; + } +yy5031: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5064; + case 0x81: goto yy6330; + case 0x82: goto yy5066; + case 0x83: goto yy8082; + case 0x84: goto yy8083; + case 0x85: goto yy5069; + case 0x86: goto yy5070; + case 0x87: goto yy8084; + case 0x88: goto yy5072; + case 0x8A: goto yy5073; + case 0x8B: goto yy8085; + case 0x8C: goto yy5075; + case 0x8D: goto yy5076; + case 0x92: + case 0x98: goto yy5077; + case 0x93: goto yy8086; + case 0x96: goto yy5079; + case 0x97: goto yy5080; + case 0x99: goto yy8087; + case 0x9A: goto yy5082; + case 0x9B: goto yy2362; + case 0x9C: goto yy6348; + case 0xA2: goto yy5084; + case 0xA3: goto yy8088; + case 0xAB: goto yy5086; + default: goto yy2; + } +yy5032: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy874; + case 0xA8: goto yy5086; + case 0xA9: goto yy8089; + case 0xAB: goto yy5092; + case 0xAC: goto yy5093; + case 0xAD: goto yy8090; + case 0xAE: goto yy5095; + case 0xBD: goto yy5096; + case 0xBE: goto yy4493; + default: goto yy2; + } +yy5033: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy537; + case 0x83: goto yy1850; + case 0x84: goto yy4496; + case 0x85: goto yy4497; + case 0x87: goto yy4498; + case 0x89: goto yy4499; + case 0x8D: goto yy4500; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy874; + case 0x91: goto yy5099; + case 0x92: goto yy5100; + case 0x93: goto yy5101; + case 0x94: goto yy5102; + case 0x95: goto yy5103; + case 0x9A: goto yy5104; + case 0x9B: goto yy5105; + case 0x9C: goto yy5106; + case 0x9D: goto yy5107; + case 0x9E: goto yy5108; + case 0x9F: goto yy8091; + case 0xAA: goto yy4508; + default: goto yy2; + } +yy5034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 1) { + goto yy200; + } + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy1762; + goto yy2; + } else { + if (yych <= '+') goto yy1762; + if (yych <= '/') goto yy2; + goto yy7071; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1762; + goto yy2; + } else { + if (yych <= 'Z') goto yy4880; + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1762; + goto yy4880; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy1762; + goto yy2; + } else { + if (yych <= '~') goto yy1762; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy2404; + goto yy2405; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy2406; + if (yych <= 0xCA) goto yy2407; + goto yy1771; + } else { + if (yych <= 0xCC) goto yy1772; + if (yych <= 0xCD) goto yy2408; + if (yych <= 0xCE) goto yy2409; + goto yy2410; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy2411; + goto yy2406; + } else { + if (yych <= 0xD4) goto yy2412; + if (yych <= 0xD5) goto yy2413; + if (yych <= 0xD6) goto yy2414; + goto yy2415; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy2416; + if (yych <= 0xD9) goto yy2417; + goto yy2406; + } else { + if (yych <= 0xDB) goto yy2418; + if (yych <= 0xDC) goto yy2419; + if (yych <= 0xDD) goto yy2420; + goto yy2421; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy2422; + if (yych <= 0xE0) goto yy2423; + goto yy2424; + } else { + if (yych <= 0xE2) goto yy2425; + if (yych <= 0xE3) goto yy2426; + if (yych <= 0xE4) goto yy1792; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy2427; + if (yych <= 0xEE) goto yy2; + goto yy2428; + } else { + if (yych <= 0xF0) goto yy2429; + if (yych == 0xF3) goto yy1796; + goto yy2; + } + } + } + } +yy5035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy2; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy533; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy5034; + if (yych <= '.') goto yy2808; + if (yych <= '/') goto yy2; + goto yy2445; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy2; + goto yy2445; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy533; + goto yy2445; + } else { + if (yych == '|') goto yy533; + if (yych <= '}') goto yy2; + goto yy533; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + goto yy874; + } else { + if (yych <= 0xCA) goto yy875; + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + goto yy876; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy877; + if (yych <= 0xCF) goto yy878; + goto yy874; + } else { + if (yych <= 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + if (yych <= 0xD4) goto yy880; + goto yy881; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy882; + if (yych <= 0xD7) goto yy883; + if (yych <= 0xD8) goto yy884; + goto yy2437; + } else { + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy2438; + if (yych <= 0xDC) goto yy887; + goto yy888; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy2439; + goto yy2440; + } else { + if (yych <= 0xE1) goto yy2441; + if (yych <= 0xE2) goto yy893; + if (yych <= 0xE3) goto yy894; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2442; + if (yych <= 0xEE) goto yy2; + goto yy2443; + } else { + if (yych <= 0xF0) goto yy2444; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy5036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy2445; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy2445; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy2445; + } else { + if (yych == 0xBF) goto yy2445; + goto yy2; + } + } +yy5037: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy2445; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy2445; + goto yy2; +yy5038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy2445; + goto yy2; +yy5039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy5040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy2445; + if (yych == 0xA0) goto yy533; + goto yy2; +yy5041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy2445; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy5042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy2445; + if (yych <= 0x81) goto yy2; + goto yy2445; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy2445; + if (yych <= 0xBA) goto yy533; + goto yy2; + } +yy5043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy5044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy2445; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy2445; + goto yy2; +yy5045: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy831; + goto yy2; +yy5046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy2445; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy5047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy2445; + goto yy2; +yy5048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy2445; + goto yy2; +yy5049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy2445; + goto yy2; +yy5050: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy2445; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy2445; + goto yy2; + } else { + if (yych <= 0xBC) goto yy2445; + if (yych == 0xBF) goto yy2445; + goto yy2; + } + } +yy5051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy2445; + goto yy2; + } else { + if (yych <= 0xB6) goto yy2445; + if (yych <= 0xB8) goto yy533; + goto yy2; + } +yy5052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy2445; + goto yy2; +yy5053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy2445; + goto yy2; +yy5054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy2445; + goto yy2; +yy5055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy2445; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy5056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy2445; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych <= 0x86) goto yy533; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy2445; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy2445; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy533; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy5057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy2445; + goto yy2; +yy5058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy2445; + goto yy2; +yy5059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy2445; + goto yy533; + } else { + if (yych <= 0xA4) goto yy2445; + if (yych <= 0xA6) goto yy533; + goto yy2; + } +yy5060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy2445; + goto yy2; +yy5061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy2445; + goto yy2; +yy5062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy2445; + goto yy2; +yy5063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy2445; + goto yy2; +yy5064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB7) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy5065: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy831; + if (yych == 0xBF) goto yy533; + goto yy2; + } +yy5066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xAF) goto yy2445; + if (yych <= 0xBA) goto yy533; + goto yy2; +yy5067: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy2445; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; +yy5068: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2445; + } else { + if (yych <= 0xB4) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy831; + goto yy2; + } +yy5069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy2445; + goto yy533; + } else { + if (yych == 0xB6) goto yy2445; + goto yy2; + } +yy5070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB2) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy5071: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2445; + if (yych <= 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2445; + } else { + if (yych == 0x9C) goto yy2445; + goto yy2; + } + } +yy5072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy2445; + goto yy2; + } else { + if (yych <= 0xAB) goto yy2445; + if (yych <= 0xB7) goto yy533; + goto yy2; + } +yy5073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy2445; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy2445; + goto yy2; + } else { + if (yych <= 0xA8) goto yy2445; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy5074: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; + } +yy5075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy2445; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy2445; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy2445; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2445; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy5076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy2445; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy533; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } + } +yy5077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy2445; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy5078: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x85) goto yy2445; + goto yy2; + } else { + if (yych <= 0x87) goto yy2445; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; + } +yy5079: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy2445; + goto yy533; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy5080: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x9B) goto yy2445; + if (yych <= 0x9D) goto yy533; + goto yy2; + } +yy5081: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x84) goto yy2445; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; + } +yy5082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy2445; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy5083: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy533; + goto yy2; + } else { + if (yych <= 0xB9) goto yy831; + if (yych == 0xBF) goto yy533; + goto yy2; + } +yy5084: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy5085: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy2445; + goto yy831; + } else { + if (yych == 0xBF) goto yy2445; + goto yy2; + } +yy5086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy2445; + goto yy2; +yy5087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy2445; + goto yy2; +yy5088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy2445; + goto yy2; +yy5089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy2445; + goto yy2; +yy5090: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy2445; + goto yy2; +yy5091: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy831; + goto yy2; +yy5092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy2445; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; +yy5093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy2445; + goto yy533; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy5094: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy831; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy2445; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy5095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy2445; + goto yy2; +yy5096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy2445; + goto yy2; + } else { + if (yych <= 0x90) goto yy2445; + if (yych <= 0xBE) goto yy533; + goto yy2; + } +yy5097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy2445; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy2445; + goto yy2; +yy5098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy2445; + goto yy2; + } else { + if (yych <= 0x99) goto yy2445; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy5099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy5100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy2445; + } else { + if (yych == 0xA2) goto yy2445; + if (yych <= 0xA4) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy2445; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy2445; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } + } +yy5101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy5102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy2445; + goto yy2; + } else { + if (yych <= 0x8A) goto yy2445; + if (yych <= 0x8C) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy2445; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy2445; + goto yy2; + } + } +yy5103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy2445; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy2445; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy5104: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy2445; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; +yy5105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy533; + goto yy2445; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy533; + goto yy2445; + } else { + if (yych <= 0xBB) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy5106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy2445; + goto yy533; + } else { + if (yych == 0xB5) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy5107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy2445; + goto yy533; + } else { + if (yych == 0xAF) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy5108: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy2445; + goto yy533; + } else { + if (yych == 0xA9) goto yy533; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } +yy5109: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy2445; + goto yy533; + } else { + if (yych <= 0x8B) goto yy2445; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy831; + goto yy2; + } +yy5110: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy2445; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; +yy5111: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy2445; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy2445; + } else { + if (yych == 0xA4) goto yy2445; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy2445; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy2445; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy2445; + } else { + if (yych == 0xBB) goto yy2445; + goto yy2; + } + } + } +yy5112: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy2445; + default: goto yy2; + } +yy5113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy2445; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy2445; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy2445; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy2445; + goto yy2; + } + } +yy5114: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1952; + case 0xAA: + case 0xB5: + case 0xBA: goto yy5136; + default: goto yy2; + } +yy5115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5136; + goto yy1952; + } else { + if (yych == 0xB7) goto yy1952; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy5116: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB3) goto yy5136; + if (yych <= 0xB4) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy5136; + if (yych <= 0xBA) goto yy2; + goto yy5136; + } else { + if (yych == 0xBF) goto yy5136; + goto yy2; + } + } +yy5117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy5136; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy5136; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy5118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1952; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy5119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5136; + if (yych <= 0x89) goto yy1952; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy5120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych == 0x8A) goto yy2598; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBE) goto yy2598; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy5121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1952; + if (yych <= 0x8F) goto yy2; + goto yy5136; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy5136; + goto yy2; + } + } +yy5122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1952; + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy5123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy5136; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy5136; + } else { + if (yych <= 0xB0) goto yy1952; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy5124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy5136; + goto yy2; + } else { + if (yych <= 0x95) goto yy5136; + if (yych == 0x9D) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy5136; + goto yy843; + } else { + if (yych <= 0xBC) goto yy5136; + if (yych <= 0xBE) goto yy1952; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy5125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy5126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1952; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy5127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5136; + if (yych <= 0xB0) goto yy1952; + if (yych <= 0xB1) goto yy5136; + goto yy2; +yy5128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy5136; + } else { + if (yych <= 0xB3) goto yy1952; + if (yych == 0xB6) goto yy1952; + goto yy2; + } +yy5129: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy8092; + case 0xA1: goto yy8093; + case 0xA2: goto yy5140; + case 0xA3: goto yy5749; + case 0xA4: goto yy8094; + case 0xA5: goto yy8095; + case 0xA6: goto yy8096; + case 0xA7: goto yy8097; + case 0xA8: goto yy8098; + case 0xA9: goto yy8099; + case 0xAA: goto yy8100; + case 0xAB: goto yy8101; + case 0xAC: goto yy8102; + case 0xAD: goto yy8103; + case 0xAE: goto yy8104; + case 0xAF: goto yy8105; + case 0xB0: goto yy8106; + case 0xB1: goto yy8107; + case 0xB2: goto yy8108; + case 0xB3: goto yy8109; + case 0xB4: goto yy8110; + case 0xB5: goto yy8111; + case 0xB6: goto yy8112; + case 0xB7: goto yy8113; + case 0xB8: goto yy5770; + case 0xB9: goto yy5771; + case 0xBA: goto yy5772; + case 0xBB: goto yy5773; + case 0xBC: goto yy5774; + case 0xBD: goto yy5775; + case 0xBE: goto yy5776; + case 0xBF: goto yy5777; + default: goto yy2; + } +yy5130: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5778; + case 0x81: goto yy5779; + case 0x82: goto yy8114; + case 0x83: goto yy5162; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy2574; + case 0x89: goto yy5163; + case 0x8A: goto yy5164; + case 0x8B: goto yy5165; + case 0x8C: goto yy5166; + case 0x8D: goto yy8115; + case 0x8E: goto yy8116; + case 0x8F: goto yy5169; + case 0x90: goto yy8117; + case 0x99: goto yy5171; + case 0x9A: goto yy5172; + case 0x9B: goto yy5173; + case 0x9C: goto yy8118; + case 0x9D: goto yy8119; + case 0x9E: goto yy5786; + case 0x9F: goto yy5787; + case 0xA0: goto yy8120; + case 0xA1: goto yy5177; + case 0xA2: goto yy8121; + case 0xA3: goto yy5179; + case 0xA4: goto yy8122; + case 0xA5: goto yy5791; + case 0xA7: goto yy5792; + case 0xA8: goto yy8123; + case 0xA9: goto yy5794; + case 0xAA: goto yy5795; + case 0xAC: goto yy5796; + case 0xAD: goto yy5797; + case 0xAE: goto yy8124; + case 0xAF: goto yy8125; + case 0xB0: goto yy8126; + case 0xB1: goto yy5185; + case 0xB3: goto yy8127; + case 0xB4: goto yy5187; + case 0xB5: goto yy5188; + case 0xB6: goto yy5189; + case 0xB7: goto yy5802; + case 0xBC: goto yy5190; + case 0xBD: goto yy5191; + case 0xBE: goto yy8128; + case 0xBF: goto yy8129; + default: goto yy2; + } +yy5131: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8130; + case 0x81: goto yy5806; + case 0x82: goto yy5807; + case 0x83: goto yy5808; + case 0x84: goto yy8131; + case 0x85: goto yy8132; + case 0x86: goto yy8133; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1956; + case 0x88: goto yy8134; + case 0x8C: goto yy5813; + case 0x8F: goto yy5814; + case 0x90: goto yy5815; + case 0x91: goto yy5816; + case 0x92: goto yy5817; + case 0x93: goto yy5818; + case 0x9D: goto yy5819; + case 0x9E: goto yy5820; + case 0x9F: goto yy5821; + case 0xA6: goto yy5822; + case 0xA7: goto yy5823; + case 0xAD: goto yy5824; + case 0xAE: goto yy5825; + case 0xAF: goto yy5826; + case 0xB0: goto yy5199; + case 0xB1: goto yy5200; + case 0xB2: goto yy2574; + case 0xB3: goto yy8135; + case 0xB4: goto yy5202; + case 0xB5: goto yy8136; + case 0xB6: goto yy5204; + case 0xB7: goto yy8137; + case 0xB8: goto yy2646; + case 0xBA: goto yy5830; + case 0xBB: goto yy4638; + case 0xBF: goto yy5831; + default: goto yy2; + } +yy5132: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8138; + case 0x82: goto yy5833; + case 0x84: goto yy5207; + case 0x86: goto yy8139; + case 0x87: goto yy5835; + case 0x88: goto yy5836; + case 0x89: goto yy5837; + case 0x8A: goto yy5838; + case 0x8B: goto yy5839; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1956; + default: goto yy2; + } +yy5133: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4539; + case 0x93: goto yy8140; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy2574; + case 0x98: goto yy5210; + case 0x99: goto yy8141; + case 0x9A: goto yy8142; + case 0x9B: goto yy8143; + case 0x9C: goto yy8144; + case 0x9D: goto yy2580; + case 0x9E: goto yy8145; + case 0x9F: goto yy5216; + case 0xA0: goto yy8146; + case 0xA1: goto yy5218; + case 0xA2: goto yy8147; + case 0xA3: goto yy8148; + case 0xA4: goto yy8149; + case 0xA5: goto yy8150; + case 0xA6: goto yy5851; + case 0xA7: goto yy5852; + case 0xA8: goto yy8151; + case 0xA9: goto yy8152; + case 0xAA: goto yy5855; + case 0xAB: goto yy8153; + case 0xAC: goto yy5226; + case 0xAD: goto yy8154; + case 0xAF: goto yy8155; + default: goto yy2; + } +yy5134: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy8156; + case 0xAD: goto yy5230; + case 0xAE: goto yy8157; + case 0xAF: goto yy8158; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy2574; + case 0xB4: goto yy5233; + case 0xB5: goto yy5234; + case 0xB6: goto yy5235; + case 0xB7: goto yy8159; + case 0xB8: goto yy8160; + case 0xB9: goto yy8161; + case 0xBB: goto yy5239; + case 0xBC: goto yy8162; + case 0xBD: goto yy8163; + case 0xBF: goto yy5867; + default: goto yy2; + } +yy5135: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy8164; + case 0x91: goto yy8165; + case 0x92: goto yy5244; + case 0x93: goto yy5245; + case 0x94: goto yy5246; + case 0x96: goto yy8166; + case 0x9B: goto yy8167; + case 0x9D: goto yy8168; + case 0x9E: goto yy8169; + case 0x9F: goto yy5874; + default: goto yy2; + } +yy5136: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1952; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy1952; + goto yy208; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy2807; + if (yych <= '.') goto yy7070; + if (yych <= '/') goto yy208; + goto yy5136; + } else { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy1952; + if (yych <= '@') goto yy208; + goto yy5136; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy208; + if (yych <= '`') goto yy1952; + goto yy5136; + } else { + if (yych == '|') goto yy1952; + if (yych <= '}') goto yy208; + goto yy1952; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy5114; + if (yych <= 0xC3) goto yy5115; + goto yy2574; + } else { + if (yych <= 0xCA) goto yy2575; + if (yych <= 0xCB) goto yy4531; + if (yych <= 0xCC) goto yy1956; + goto yy5116; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy5117; + if (yych <= 0xCF) goto yy5118; + goto yy2574; + } else { + if (yych <= 0xD2) goto yy5119; + if (yych <= 0xD3) goto yy2574; + if (yych <= 0xD4) goto yy2580; + goto yy2581; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy5120; + if (yych <= 0xD7) goto yy5121; + if (yych <= 0xD8) goto yy5122; + goto yy5123; + } else { + if (yych <= 0xDA) goto yy2574; + if (yych <= 0xDB) goto yy5124; + if (yych <= 0xDC) goto yy5125; + goto yy5126; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy5127; + if (yych <= 0xDF) goto yy5128; + goto yy5129; + } else { + if (yych <= 0xE1) goto yy5130; + if (yych <= 0xE2) goto yy5131; + if (yych <= 0xE3) goto yy5132; + goto yy3078; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5133; + if (yych <= 0xEE) goto yy208; + goto yy5134; + } else { + if (yych <= 0xF0) goto yy5135; + if (yych == 0xF3) goto yy3082; + goto yy208; + } + } + } + } +yy5138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych == 0x9A) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1121; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1121; + goto yy2; + } + } +yy5139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy5136; + if (yych <= 0x9B) goto yy1121; + goto yy2; +yy5140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy5136; + goto yy2; +yy5141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy5136; + } else { + if (yych == 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy5142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x90) goto yy5136; + if (yych <= 0x97) goto yy1121; + goto yy5136; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1121; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy5143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5136; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5136; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5136; + goto yy2; + } else { + if (yych <= 0xB2) goto yy5136; + if (yych <= 0xB5) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy5144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1121; + goto yy5136; + } else { + if (yych == 0x97) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy5136; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5136; + if (yych <= 0xA3) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1121; + goto yy2; + } + } + } +yy5145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy5136; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy5136; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy5136; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy5136; + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy5146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych == 0x91) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy5136; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1121; + } else { + if (yych <= 0xB4) goto yy5136; + if (yych <= 0xB5) goto yy1121; + goto yy2; + } + } + } +yy5147: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy5136; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy5136; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5136; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5136; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy5148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych == 0x90) goto yy5136; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy5136; + if (yych <= 0xA3) goto yy1121; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1121; + } else { + if (yych == 0xB9) goto yy5136; + goto yy2; + } + } + } +yy5149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy5136; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5136; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5136; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5136; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy5150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1121; + if (yych <= 0xB1) goto yy5136; + goto yy2; + } + } + } +yy5151: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1121; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy5136; + default: goto yy2; + } +yy5152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy5136; + if (yych == 0x97) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1121; + goto yy2; + } + } +yy5153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy5136; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy5154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1121; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy5136; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } + } +yy5155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy5136; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy5136; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy5156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1121; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy5136; + goto yy2; + } + } + } +yy5157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy5136; + goto yy2; + } else { + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy5158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8E) goto yy5136; + if (yych <= 0x96) goto yy2; + goto yy1121; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5136; + if (yych <= 0xA3) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1121; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } + } +yy5159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy5136; + } else { + if (yych == 0xBD) goto yy5136; + goto yy2; + } + } +yy5160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5136; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1121; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1121; + goto yy2; + } + } +yy5161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1121; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy5162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych == 0x87) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy5136; + if (yych <= 0x8F) goto yy2; + goto yy5136; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy5163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5136; + goto yy2; + } else { + if (yych <= 0x8D) goto yy5136; + if (yych <= 0x8F) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy5136; + goto yy2; + } else { + if (yych <= 0x9D) goto yy5136; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy5164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy5136; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy5136; + goto yy2; + } + } +yy5165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy5136; + if (yych <= 0x81) goto yy2; + goto yy5136; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy5136; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy5166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5136; + goto yy2; + } else { + if (yych <= 0x95) goto yy5136; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy5167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5136; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1121; + goto yy2; +yy5168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5136; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy5169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy5136; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy5136; + goto yy2; +yy5170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy200; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy5171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy5136; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy5172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy5136; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy5173: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5136; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy5136; + goto yy2; +yy5174: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy5136; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB1) goto yy5136; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } + } +yy5175: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych <= 0x93) goto yy1121; + if (yych <= 0x9F) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy5136; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1121; + goto yy2; + } + } +yy5176: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy200; + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy5177: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy5136; + goto yy2; +yy5178: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xAA) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy5179: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy5136; + goto yy2; +yy5180: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5136; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1121; + goto yy2; + } +yy5181: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5136; + if (yych <= 0x9B) goto yy1121; + goto yy2; +yy5182: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xA0) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy5136; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy5183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5136; + if (yych <= 0xB3) goto yy1121; + goto yy2; +yy5184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy5136; + if (yych <= 0xB7) goto yy1121; + goto yy2; +yy5185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy5136; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy5136; + goto yy2; + } +yy5186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1121; + if (yych <= 0xAC) goto yy5136; + goto yy1121; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy5136; + if (yych <= 0xB4) goto yy1121; + goto yy5136; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1121; + goto yy2; + } + } +yy5187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy5136; + goto yy2; +yy5188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy5189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5136; + goto yy2; +yy5190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5136; + goto yy2; + } else { + if (yych <= 0x9D) goto yy5136; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy5191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5136; + goto yy2; + } else { + if (yych <= 0x8D) goto yy5136; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy5136; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy5136; + goto yy2; + } + } +yy5192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy5136; + } else { + if (yych == 0xBE) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy5193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0x84) goto yy5136; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy5136; + goto yy1121; + } else { + if (yych <= 0x93) goto yy5136; + if (yych <= 0x95) goto yy2; + goto yy5136; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAC) goto yy5136; + if (yych <= 0xAF) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy5136; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5136; + if (yych <= 0xBE) goto yy1121; + goto yy2; + } + } + } +yy5194: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } +yy5195: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1121; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy5136; + default: goto yy2; + } +yy5196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + goto yy5136; + } else { + if (yych == 0x8E) goto yy5136; + if (yych <= 0x8F) goto yy1121; + goto yy2; + } +yy5197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy5136; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy5198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy8170; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy5200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5136; + goto yy2; + } else { + if (yych <= 0xBB) goto yy5136; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy5201: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xAE) goto yy5136; + if (yych <= 0xB1) goto yy1121; + if (yych <= 0xB3) goto yy5136; + goto yy2; + } +yy5202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy5136; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy5136; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy5203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5136; + if (yych == 0xBF) goto yy1121; + goto yy2; +yy5204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy5136; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy5136; + goto yy2; + } + } +yy5205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy5136; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy5206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1121; + goto yy2; + } else { + if (yych <= 0x93) goto yy1121; + if (yych == 0xA0) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1121; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1121; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5136; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy5207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy5136; + goto yy2; +yy5208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1121; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBA) goto yy5136; + goto yy2; + } +yy5209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy5136; + goto yy2; +yy5210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy5136; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5136; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy5136; + goto yy2; + } +yy5211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } +yy5212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy5136; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy5213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1121; + goto yy2; +yy5214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1121; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy5215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5136; + if (yych <= 0x88) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAD) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy5136; + goto yy2; + } +yy5216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy5136; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy5217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5136; + goto yy1121; + } else { + if (yych == 0x86) goto yy1121; + goto yy5136; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1121; + if (yych <= 0xA2) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1121; + goto yy2; + } + } +yy5218: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy5136; + goto yy2; +yy5219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0xB3) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy5136; + if (yych <= 0xBA) goto yy2; + goto yy5136; + } else { + if (yych == 0xBD) goto yy5136; + goto yy2; + } + } +yy5221: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy5136; + } else { + if (yych <= 0xAD) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy5222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5136; + if (yych <= 0x93) goto yy1121; + goto yy2; +yy5223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5136; + if (yych <= 0xB6) goto yy1121; + goto yy2; +yy5224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5136; + goto yy1121; + } else { + if (yych <= 0x8B) goto yy5136; + if (yych <= 0x8D) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } + } +yy5225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy5136; + goto yy1121; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy5136; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1121; + goto yy2; + } + } +yy5226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy5136; + goto yy2; + } else { + if (yych <= 0x8E) goto yy5136; + if (yych <= 0x90) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy5136; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy5227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5136; + if (yych <= 0x9B) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA5) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy5228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy5136; + if (yych <= 0xAA) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy5229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5136; + goto yy2; + } else { + if (yych <= 0x97) goto yy5136; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy5136; + goto yy1121; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1121; + if (yych <= 0xB6) goto yy5136; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy5136; + goto yy2; + } + } +yy5230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5136; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy5231: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy5233: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy5136; + goto yy2; +yy5234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy5235: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5136; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy5236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5136; + goto yy2; + } else { + if (yych <= 0xBB) goto yy5136; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } +yy5237: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1121; + if (yych <= 0x9F) goto yy2; + goto yy1121; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy200; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } +yy5238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1121; + goto yy2; + } else { + if (yych <= 0x92) goto yy200; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1121; + goto yy200; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1121; + if (yych == 0xA9) goto yy1121; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy5239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy5136; + goto yy2; +yy5240: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych == 0x8B) goto yy1121; + if (yych <= 0x8C) goto yy2; + goto yy200; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy5136; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy5241: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1121; + if (yych <= 0x9A) goto yy5136; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1121; + goto yy2; + } +yy5242: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8171; + case 0x81: goto yy8172; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy2574; + case 0x83: goto yy8173; + case 0x84: goto yy5881; + case 0x85: goto yy5882; + case 0x86: goto yy5883; + case 0x87: goto yy5884; + case 0x8A: goto yy8174; + case 0x8B: goto yy8175; + case 0x8C: goto yy8176; + case 0x8D: goto yy8177; + case 0x8E: goto yy8178; + case 0x8F: goto yy8179; + case 0x92: goto yy8180; + case 0x94: goto yy8181; + case 0x95: goto yy8182; + case 0x9C: goto yy8183; + case 0x9D: goto yy8184; + case 0xA0: goto yy8185; + case 0xA1: goto yy8186; + case 0xA2: goto yy8187; + case 0xA3: goto yy8188; + case 0xA4: goto yy8189; + case 0xA6: goto yy8190; + case 0xA8: goto yy8191; + case 0xA9: goto yy8192; + case 0xAA: goto yy8193; + case 0xAB: goto yy8194; + case 0xAC: goto yy5179; + case 0xAD: goto yy8195; + case 0xAE: goto yy8196; + case 0xB1: goto yy8197; + case 0xB2: + case 0xB3: goto yy8198; + default: goto yy2; + } +yy5243: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8199; + case 0x81: goto yy5911; + case 0x82: goto yy8200; + case 0x83: goto yy8201; + case 0x84: goto yy8202; + case 0x85: goto yy8203; + case 0x86: goto yy8204; + case 0x87: goto yy8205; + case 0x88: goto yy8206; + case 0x8A: goto yy8207; + case 0x8B: goto yy8208; + case 0x8C: goto yy8209; + case 0x8D: goto yy8210; + case 0x92: + case 0x98: goto yy8211; + case 0x93: goto yy8212; + case 0x96: goto yy8213; + case 0x97: goto yy8214; + case 0x99: goto yy8215; + case 0x9A: goto yy8216; + case 0x9B: goto yy2362; + case 0x9C: goto yy5929; + case 0xA2: goto yy8217; + case 0xA3: goto yy8218; + case 0xAB: goto yy8219; + default: goto yy2; + } +yy5244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy2574; + goto yy8220; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy2574; + if (yych <= 0x95) goto yy8221; + goto yy2; + } +yy5245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy2574; + if (yych <= 0x90) goto yy8222; + goto yy2; +yy5246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy2574; + if (yych <= 0x99) goto yy8223; + goto yy2; +yy5247: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy2574; + case 0xA8: goto yy8219; + case 0xA9: goto yy8224; + case 0xAB: goto yy8225; + case 0xAC: goto yy8226; + case 0xAD: goto yy8227; + case 0xAE: goto yy8228; + case 0xBD: goto yy8229; + case 0xBE: goto yy5943; + default: goto yy2; + } +yy5248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy2574; + if (yych <= 0xB1) goto yy8230; + if (yych <= 0xB2) goto yy8231; + goto yy2; +yy5249: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1136; + case 0x83: goto yy5946; + case 0x84: goto yy5947; + case 0x85: goto yy5948; + case 0x87: goto yy5949; + case 0x89: goto yy5950; + case 0x8D: goto yy5951; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy2574; + case 0x91: goto yy8232; + case 0x92: goto yy8233; + case 0x93: goto yy8234; + case 0x94: goto yy8235; + case 0x95: goto yy8236; + case 0x9A: goto yy8237; + case 0x9B: goto yy8238; + case 0x9C: goto yy8239; + case 0x9D: goto yy8240; + case 0x9E: goto yy8241; + case 0x9F: goto yy8242; + case 0xAA: goto yy5963; + default: goto yy2; + } +yy5250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy2574; + if (yych <= 0xA3) goto yy8243; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy8244; + goto yy8245; + } else { + if (yych <= 0xBA) goto yy8246; + if (yych <= 0xBB) goto yy5968; + goto yy2; + } + } +yy5251: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy4671; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy4671; + goto yy208; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy2807; + if (yych <= '.') goto yy200; + if (yych <= '/') goto yy208; + goto yy5251; + } else { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy4671; + if (yych <= '@') goto yy208; + goto yy5251; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy208; + if (yych <= '`') goto yy4671; + goto yy5251; + } else { + if (yych == '|') goto yy4671; + if (yych <= '}') goto yy208; + goto yy4671; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy8247; + if (yych <= 0xC3) goto yy8248; + goto yy5255; + } else { + if (yych <= 0xCA) goto yy5256; + if (yych <= 0xCB) goto yy7736; + if (yych <= 0xCC) goto yy4675; + goto yy8249; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy8250; + if (yych <= 0xCF) goto yy8251; + goto yy5255; + } else { + if (yych <= 0xD2) goto yy8252; + if (yych <= 0xD3) goto yy5255; + if (yych <= 0xD4) goto yy5261; + goto yy5262; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy8253; + if (yych <= 0xD7) goto yy8254; + if (yych <= 0xD8) goto yy8255; + goto yy8256; + } else { + if (yych <= 0xDA) goto yy5255; + if (yych <= 0xDB) goto yy8257; + if (yych <= 0xDC) goto yy8258; + goto yy8259; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy8260; + if (yych <= 0xDF) goto yy8261; + goto yy8262; + } else { + if (yych <= 0xE1) goto yy8263; + if (yych <= 0xE2) goto yy8264; + if (yych <= 0xE3) goto yy8265; + goto yy6629; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy8266; + if (yych <= 0xEE) goto yy208; + goto yy8267; + } else { + if (yych <= 0xF0) goto yy8268; + if (yych == 0xF3) goto yy6633; + goto yy208; + } + } + } + } +yy5253: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1980; + case 0xAA: + case 0xB5: + case 0xBA: goto yy5251; + default: goto yy2; + } +yy5254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5251; + goto yy1980; + } else { + if (yych == 0xB7) goto yy1980; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy5255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy5256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5251; + goto yy2; +yy5257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0xB3) goto yy5251; + if (yych <= 0xB4) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy5251; + if (yych <= 0xBA) goto yy2; + goto yy5251; + } else { + if (yych == 0xBF) goto yy5251; + goto yy2; + } + } +yy5258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1980; + goto yy5251; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy5251; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy5259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1980; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy5260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5251; + if (yych <= 0x89) goto yy1980; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy5261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy5262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5251; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy5263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych == 0x8A) goto yy200; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBE) goto yy200; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy5264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1980; + if (yych <= 0x8F) goto yy2; + goto yy5251; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy5251; + goto yy2; + } + } +yy5265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1980; + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy5266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy5251; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy5251; + } else { + if (yych <= 0xB0) goto yy1980; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy5267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy5251; + goto yy2; + } else { + if (yych <= 0x95) goto yy5251; + if (yych == 0x9D) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1980; + if (yych <= 0xAF) goto yy5251; + goto yy843; + } else { + if (yych <= 0xBC) goto yy5251; + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy5268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy5269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1980; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy5270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5251; + if (yych <= 0xB0) goto yy1980; + if (yych <= 0xB1) goto yy5251; + goto yy2; +yy5271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy5251; + } else { + if (yych <= 0xB3) goto yy1980; + if (yych == 0xB6) goto yy1980; + goto yy2; + } +yy5272: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy8269; + case 0xA1: goto yy8270; + case 0xA2: goto yy8271; + case 0xA3: goto yy6637; + case 0xA4: goto yy8272; + case 0xA5: goto yy8273; + case 0xA6: goto yy8274; + case 0xA7: goto yy8275; + case 0xA8: goto yy8276; + case 0xA9: goto yy8277; + case 0xAA: goto yy8278; + case 0xAB: goto yy8279; + case 0xAC: goto yy8280; + case 0xAD: goto yy8281; + case 0xAE: goto yy8282; + case 0xAF: goto yy8283; + case 0xB0: goto yy8284; + case 0xB1: goto yy8285; + case 0xB2: goto yy8286; + case 0xB3: goto yy8287; + case 0xB4: goto yy8288; + case 0xB5: goto yy8289; + case 0xB6: goto yy8290; + case 0xB7: goto yy8291; + case 0xB8: goto yy6658; + case 0xB9: goto yy6659; + case 0xBA: goto yy6660; + case 0xBB: goto yy6661; + case 0xBC: goto yy6662; + case 0xBD: goto yy6663; + case 0xBE: goto yy6664; + case 0xBF: goto yy6665; + default: goto yy2; + } +yy5273: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6666; + case 0x81: goto yy6667; + case 0x82: goto yy8292; + case 0x83: goto yy8293; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy5255; + case 0x89: goto yy8294; + case 0x8A: goto yy8295; + case 0x8B: goto yy8296; + case 0x8C: goto yy8297; + case 0x8D: goto yy8298; + case 0x8E: goto yy8299; + case 0x8F: goto yy8300; + case 0x90: goto yy8301; + case 0x99: goto yy8302; + case 0x9A: goto yy8303; + case 0x9B: goto yy8304; + case 0x9C: goto yy8305; + case 0x9D: goto yy8306; + case 0x9E: goto yy6683; + case 0x9F: goto yy6684; + case 0xA0: goto yy8307; + case 0xA1: goto yy8308; + case 0xA2: goto yy8309; + case 0xA3: goto yy8310; + case 0xA4: goto yy8311; + case 0xA5: goto yy6690; + case 0xA7: goto yy6691; + case 0xA8: goto yy8312; + case 0xA9: goto yy6693; + case 0xAA: goto yy6694; + case 0xAC: goto yy6695; + case 0xAD: goto yy6696; + case 0xAE: goto yy8313; + case 0xAF: goto yy8314; + case 0xB0: goto yy8315; + case 0xB1: goto yy8316; + case 0xB3: goto yy8317; + case 0xB4: goto yy8318; + case 0xB5: goto yy8319; + case 0xB6: goto yy8320; + case 0xB7: goto yy6705; + case 0xBC: goto yy8321; + case 0xBD: goto yy8322; + case 0xBE: goto yy8323; + case 0xBF: goto yy8324; + default: goto yy2; + } +yy5274: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8325; + case 0x81: goto yy6711; + case 0x82: goto yy6712; + case 0x83: goto yy6713; + case 0x84: goto yy8326; + case 0x85: goto yy8327; + case 0x86: goto yy8328; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy3686; + case 0x88: goto yy8329; + case 0x8C: goto yy6718; + case 0x8F: goto yy6719; + case 0x90: goto yy6720; + case 0x91: goto yy6721; + case 0x92: goto yy6722; + case 0x93: goto yy6723; + case 0x9D: goto yy6724; + case 0x9E: goto yy6725; + case 0x9F: goto yy6726; + case 0xA6: goto yy6727; + case 0xA7: goto yy6728; + case 0xAD: goto yy6729; + case 0xAE: goto yy6730; + case 0xAF: goto yy6731; + case 0xB0: goto yy8330; + case 0xB1: goto yy8331; + case 0xB2: goto yy5255; + case 0xB3: goto yy8332; + case 0xB4: goto yy8333; + case 0xB5: goto yy8334; + case 0xB6: goto yy8335; + case 0xB7: goto yy8336; + case 0xB8: goto yy1030; + case 0xBA: goto yy6739; + case 0xBB: goto yy6740; + case 0xBF: goto yy6741; + default: goto yy2; + } +yy5275: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8337; + case 0x82: goto yy6743; + case 0x84: goto yy8338; + case 0x86: goto yy8339; + case 0x87: goto yy6746; + case 0x88: goto yy6747; + case 0x89: goto yy6748; + case 0x8A: goto yy6749; + case 0x8B: goto yy6750; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy3686; + default: goto yy2; + } +yy5276: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy6751; + case 0x93: goto yy8340; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy5255; + case 0x98: goto yy8341; + case 0x99: goto yy8342; + case 0x9A: goto yy8343; + case 0x9B: goto yy8344; + case 0x9C: goto yy8345; + case 0x9D: goto yy5261; + case 0x9E: goto yy8346; + case 0x9F: goto yy8347; + case 0xA0: goto yy8348; + case 0xA1: goto yy8349; + case 0xA2: goto yy8350; + case 0xA3: goto yy8351; + case 0xA4: goto yy8352; + case 0xA5: goto yy8353; + case 0xA6: goto yy6766; + case 0xA7: goto yy6767; + case 0xA8: goto yy8354; + case 0xA9: goto yy8355; + case 0xAA: goto yy6770; + case 0xAB: goto yy8356; + case 0xAC: goto yy8357; + case 0xAD: goto yy8358; + case 0xAF: goto yy8359; + default: goto yy2; + } +yy5277: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy8360; + case 0xAD: goto yy8361; + case 0xAE: goto yy8362; + case 0xAF: goto yy8363; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy5255; + case 0xB4: goto yy8364; + case 0xB5: goto yy8365; + case 0xB6: goto yy8366; + case 0xB7: goto yy8367; + case 0xB8: goto yy8368; + case 0xB9: goto yy8369; + case 0xBB: goto yy8370; + case 0xBC: goto yy8371; + case 0xBD: goto yy8372; + case 0xBF: goto yy6788; + default: goto yy2; + } +yy5278: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy8373; + case 0x91: goto yy8374; + case 0x92: goto yy8375; + case 0x93: goto yy8376; + case 0x94: goto yy8377; + case 0x96: goto yy8378; + case 0x9B: goto yy8379; + case 0x9D: goto yy8380; + case 0x9E: goto yy8381; + case 0x9F: goto yy6798; + default: goto yy2; + } +yy5279: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy113; + goto yy115; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy113; + goto yy115; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy2807; + if (yych <= '.') goto yy2808; + if (yych <= '/') goto yy115; + goto yy5408; + } else { + if (yych <= ';') goto yy115; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy115; + goto yy5408; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy115; + if (yych <= '`') goto yy113; + goto yy5408; + } else { + if (yych == '|') goto yy113; + if (yych <= '}') goto yy115; + goto yy113; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy115; + if (yych <= 0xC2) goto yy8382; + if (yych <= 0xC3) goto yy8383; + goto yy5412; + } else { + if (yych <= 0xCA) goto yy5413; + if (yych <= 0xCB) goto yy564; + if (yych <= 0xCC) goto yy118; + goto yy8384; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy8385; + if (yych <= 0xCF) goto yy8386; + goto yy5412; + } else { + if (yych <= 0xD2) goto yy8387; + if (yych <= 0xD3) goto yy5412; + if (yych <= 0xD4) goto yy5418; + goto yy5419; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy8388; + if (yych <= 0xD7) goto yy8389; + if (yych <= 0xD8) goto yy8390; + goto yy8391; + } else { + if (yych <= 0xDA) goto yy5412; + if (yych <= 0xDB) goto yy8392; + if (yych <= 0xDC) goto yy8393; + goto yy8394; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy8395; + if (yych <= 0xDF) goto yy8396; + goto yy8397; + } else { + if (yych <= 0xE1) goto yy8398; + if (yych <= 0xE2) goto yy8399; + if (yych <= 0xE3) goto yy8400; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy8401; + if (yych <= 0xEE) goto yy115; + goto yy8402; + } else { + if (yych <= 0xF0) goto yy8403; + if (yych == 0xF3) goto yy282; + goto yy115; + } + } + } + } +yy5280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy950; + if (yych == 0xA0) goto yy113; + goto yy2; +yy5281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy950; + if (yych <= 0x81) goto yy2; + goto yy950; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy950; + if (yych <= 0xBA) goto yy113; + goto yy2; + } +yy5282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1246; + goto yy2; +yy5283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy950; + goto yy2; + } else { + if (yych <= 0xB6) goto yy950; + if (yych <= 0xB8) goto yy113; + goto yy2; + } +yy5284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy950; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych <= 0x86) goto yy113; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy950; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy950; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy113; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy5285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy950; + goto yy113; + } else { + if (yych <= 0xA4) goto yy950; + if (yych <= 0xA6) goto yy113; + goto yy2; + } +yy5286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB7) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy5287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xAF) goto yy950; + if (yych <= 0xBA) goto yy113; + goto yy2; +yy5288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; +yy5289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy950; + } else { + if (yych <= 0xB4) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy5290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy950; + goto yy113; + } else { + if (yych == 0xB6) goto yy950; + goto yy2; + } +yy5291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB2) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy5292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy950; + if (yych <= 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy950; + } else { + if (yych == 0x9C) goto yy950; + goto yy2; + } + } +yy5293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy950; + goto yy2; + } else { + if (yych <= 0xAB) goto yy950; + if (yych <= 0xB7) goto yy113; + goto yy2; + } +yy5294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy950; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; + } +yy5295: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy950; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy950; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy950; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy950; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy950; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy5296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy950; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy113; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy950; + goto yy113; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } + } +yy5297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy950; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy5298: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x85) goto yy950; + goto yy2; + } else { + if (yych <= 0x87) goto yy950; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; + } +yy5299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy950; + goto yy113; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy5300: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x9B) goto yy950; + if (yych <= 0x9D) goto yy113; + goto yy2; + } +yy5301: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x84) goto yy950; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; + } +yy5302: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy950; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy5303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy950; + goto yy1246; + } else { + if (yych == 0xBF) goto yy950; + goto yy2; + } +yy5304: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy950; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1246; + goto yy2; +yy5305: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy950; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy5306: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy950; + goto yy113; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy5307: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy950; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy5308: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy950; + goto yy2; + } else { + if (yych <= 0x90) goto yy950; + if (yych <= 0xBE) goto yy113; + goto yy2; + } +yy5309: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy950; + goto yy2; + } else { + if (yych <= 0x99) goto yy950; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy5310: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy113; + goto yy950; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy113; + goto yy950; + } else { + if (yych <= 0xBB) goto yy113; + if (yych <= 0xBF) goto yy950; + goto yy2; + } + } +yy5311: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy950; + goto yy113; + } else { + if (yych == 0xB5) goto yy113; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy5312: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy950; + goto yy113; + } else { + if (yych == 0xAF) goto yy113; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy5313: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy950; + goto yy113; + } else { + if (yych == 0xA9) goto yy113; + if (yych <= 0xBF) goto yy950; + goto yy2; + } +yy5314: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy950; + goto yy113; + } else { + if (yych <= 0x8B) goto yy950; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy5315: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy950; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; +yy5316: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy1567; + } else { + if (yych == 0xBF) goto yy1567; + goto yy2; + } + } +yy5317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1567; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy1567; + goto yy2; +yy5318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy1567; + goto yy2; +yy5319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1567; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy5320: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1567; + if (yych == 0xA0) goto yy110; + goto yy2; +yy5321: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy5322: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy1567; + if (yych <= 0x81) goto yy2; + goto yy1567; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy1567; + if (yych <= 0xBA) goto yy110; + goto yy2; + } +yy5323: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1567; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy5324: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1567; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy1567; + goto yy2; +yy5325: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1567; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1589; + goto yy2; +yy5326: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy5327: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1567; + goto yy2; +yy5328: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy1567; + goto yy2; +yy5329: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1567; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy1567; + goto yy2; +yy5330: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1567; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy1567; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1567; + if (yych == 0xBF) goto yy1567; + goto yy2; + } + } +yy5331: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1567; + goto yy2; + } else { + if (yych <= 0xB6) goto yy1567; + if (yych <= 0xB8) goto yy110; + goto yy2; + } +yy5332: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1567; + goto yy2; +yy5333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy1567; + goto yy2; +yy5334: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1567; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy1567; + goto yy2; +yy5335: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy1567; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy5336: + yych = *++YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1567; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych <= 0x86) goto yy110; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy110; + goto yy1567; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy1567; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy110; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } + } +yy5337: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy1567; + goto yy2; +yy5338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1567; + goto yy2; +yy5339: + yych = *++YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1567; + goto yy110; + } else { + if (yych <= 0xA4) goto yy1567; + if (yych <= 0xA6) goto yy110; + goto yy2; + } +yy5340: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1567; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy1567; + goto yy2; +yy5341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1567; + goto yy2; +yy5342: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1567; + goto yy2; +yy5343: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1567; + goto yy2; +yy5344: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xB7) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy5345: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1589; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy5346: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xAF) goto yy1567; + if (yych <= 0xBA) goto yy110; + goto yy2; +yy5347: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; +yy5348: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy1567; + } else { + if (yych <= 0xB4) goto yy110; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy5349: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy1567; + goto yy110; + } else { + if (yych == 0xB6) goto yy1567; + goto yy2; + } +yy5350: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xB2) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy5351: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy1567; + if (yych <= 0x89) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy1567; + } else { + if (yych == 0x9C) goto yy1567; + goto yy2; + } + } +yy5352: + yych = *++YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1567; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1567; + if (yych <= 0xB7) goto yy110; + goto yy2; + } +yy5353: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1567; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy1567; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy5354: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1567; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; + } +yy5355: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy1567; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1567; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1567; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1567; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy5356: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x90) goto yy1567; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy110; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy1567; + goto yy110; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } + } +yy5357: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1567; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy5358: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x85) goto yy1567; + goto yy2; + } else { + if (yych <= 0x87) goto yy1567; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; + } +yy5359: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1567; + goto yy110; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy5360: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy110; + goto yy2; + } else { + if (yych <= 0x9B) goto yy1567; + if (yych <= 0x9D) goto yy110; + goto yy2; + } +yy5361: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy110; + goto yy2; + } else { + if (yych <= 0x84) goto yy1567; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; + } +yy5362: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1567; + if (yych <= 0xB7) goto yy110; + goto yy2; +yy5363: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1589; + goto yy2; +yy5364: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy110; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1589; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy5365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy5366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1567; + goto yy1589; + } else { + if (yych == 0xBF) goto yy1567; + goto yy2; + } +yy5367: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy1567; + goto yy2; +yy5368: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy1567; + goto yy2; +yy5369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1567; + goto yy2; +yy5370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1567; + goto yy2; +yy5371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1567; + goto yy2; +yy5372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1567; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1589; + goto yy2; +yy5373: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; +yy5374: + yych = *++YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1567; + goto yy110; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy5375: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy1567; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy5376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1567; + goto yy2; +yy5377: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1567; + goto yy2; + } else { + if (yych <= 0x90) goto yy1567; + if (yych <= 0xBE) goto yy110; + goto yy2; + } +yy5378: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1589; + goto yy2; +yy5379: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy1567; + goto yy2; +yy5380: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1567; + goto yy2; + } else { + if (yych <= 0x99) goto yy1567; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy110; + goto yy2; + } +yy5381: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy5382: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1567; + } else { + if (yych == 0xA2) goto yy1567; + if (yych <= 0xA4) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy1567; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1567; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } + } +yy5383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy5384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1567; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1567; + if (yych <= 0x8C) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy1567; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy1567; + goto yy2; + } + } +yy5385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1567; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy1567; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy5386: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1567; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; +yy5387: + yych = *++YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy110; + goto yy1567; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy110; + goto yy1567; + } else { + if (yych <= 0xBB) goto yy110; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy5388: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1567; + goto yy110; + } else { + if (yych == 0xB5) goto yy110; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy5389: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1567; + goto yy110; + } else { + if (yych == 0xAF) goto yy110; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy5390: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1567; + goto yy110; + } else { + if (yych == 0xA9) goto yy110; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy5391: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1567; + goto yy110; + } else { + if (yych <= 0x8B) goto yy1567; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy5392: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1567; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; +yy5393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1567; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy1567; + } else { + if (yych == 0xA4) goto yy1567; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy1567; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy1567; + } else { + if (yych == 0xBB) goto yy1567; + goto yy2; + } + } + } +yy5394: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy1567; + default: goto yy2; + } +yy5395: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy1567; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy1567; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy1567; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy1567; + goto yy2; + } + } +yy5396: + yyaccept = 7; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy110; + goto yy41; + } else { + if (yych <= '+') goto yy110; + if (yych <= ',') goto yy202; + if (yych <= '-') goto yy41; + goto yy8404; + } + } else { + if (yych <= ':') { + if (yych <= '/') goto yy41; + if (yych <= '9') goto yy5396; + goto yy41; + } else { + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy110; + if (yych <= '@') goto yy41; + goto yy113; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy41; + if (yych <= '`') goto yy110; + goto yy113; + } else { + if (yych == '|') goto yy110; + if (yych <= '}') goto yy41; + goto yy110; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy41; + if (yych <= 0xC2) goto yy116; + if (yych <= 0xC3) goto yy117; + goto yy118; + } else { + if (yych <= 0xCA) goto yy119; + if (yych <= 0xCB) goto yy120; + if (yych <= 0xCC) goto yy121; + goto yy8405; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy123; + if (yych <= 0xCF) goto yy124; + goto yy118; + } else { + if (yych <= 0xD2) goto yy125; + if (yych <= 0xD3) goto yy118; + if (yych <= 0xD4) goto yy126; + goto yy127; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy8406; + if (yych <= 0xD7) goto yy129; + if (yych <= 0xD8) goto yy8407; + goto yy8408; + } else { + if (yych <= 0xDA) goto yy118; + if (yych <= 0xDB) goto yy5399; + if (yych <= 0xDC) goto yy133; + goto yy134; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy135; + if (yych <= 0xDF) goto yy8409; + goto yy5401; + } else { + if (yych <= 0xE1) goto yy5402; + if (yych <= 0xE2) goto yy8410; + if (yych <= 0xE3) goto yy140; + goto yy141; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5403; + if (yych <= 0xEE) goto yy41; + goto yy8411; + } else { + if (yych <= 0xF0) goto yy5405; + if (yych == 0xF3) goto yy145; + goto yy41; + } + } + } + } +yy5398: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xA9) goto yy857; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy857; + if (yych <= 0xAD) goto yy2; + goto yy113; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy5399: + yych = *++YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy113; + goto yy2; + } else { + if (yych <= 0x95) goto yy113; + if (yych == 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy113; + goto yy857; + } else { + if (yych <= 0xBC) goto yy113; + if (yych <= 0xBE) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy5400: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + goto yy113; + } else { + if (yych <= 0xB3) goto yy110; + if (yych == 0xB6) goto yy110; + goto yy2; + } +yy5401: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: goto yy583; + case 0xA1: goto yy584; + case 0xA2: goto yy585; + case 0xA3: goto yy586; + case 0xA4: goto yy587; + case 0xA5: goto yy8412; + case 0xA6: goto yy589; + case 0xA7: goto yy8413; + case 0xA8: goto yy591; + case 0xA9: goto yy8414; + case 0xAA: goto yy593; + case 0xAB: goto yy8415; + case 0xAC: goto yy595; + case 0xAD: goto yy8416; + case 0xAE: goto yy597; + case 0xAF: goto yy8417; + case 0xB0: goto yy599; + case 0xB1: goto yy8418; + case 0xB2: goto yy601; + case 0xB3: goto yy8419; + case 0xB4: goto yy603; + case 0xB5: goto yy8420; + case 0xB6: goto yy605; + case 0xB7: goto yy8421; + case 0xB8: goto yy607; + case 0xB9: goto yy8422; + case 0xBA: goto yy609; + case 0xBB: goto yy8423; + case 0xBC: goto yy8424; + case 0xBD: goto yy612; + case 0xBE: goto yy613; + case 0xBF: goto yy614; + default: goto yy2; + } +yy5402: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy615; + case 0x81: goto yy8425; + case 0x82: goto yy8426; + case 0x83: goto yy618; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy118; + case 0x89: goto yy619; + case 0x8A: goto yy620; + case 0x8B: goto yy621; + case 0x8C: goto yy622; + case 0x8D: goto yy623; + case 0x8E: goto yy624; + case 0x8F: goto yy625; + case 0x90: goto yy626; + case 0x99: goto yy627; + case 0x9A: goto yy628; + case 0x9B: goto yy629; + case 0x9C: goto yy630; + case 0x9D: goto yy631; + case 0x9E: goto yy632; + case 0x9F: goto yy8427; + case 0xA0: goto yy8428; + case 0xA1: goto yy635; + case 0xA2: goto yy636; + case 0xA3: goto yy637; + case 0xA4: goto yy638; + case 0xA5: goto yy8429; + case 0xA7: goto yy8430; + case 0xA8: goto yy641; + case 0xA9: goto yy642; + case 0xAA: goto yy8431; + case 0xAC: goto yy644; + case 0xAD: goto yy8432; + case 0xAE: goto yy8433; + case 0xAF: goto yy647; + case 0xB0: goto yy648; + case 0xB1: goto yy8434; + case 0xB3: goto yy650; + case 0xB4: goto yy651; + case 0xB5: goto yy652; + case 0xB6: goto yy653; + case 0xB7: goto yy654; + case 0xBC: goto yy655; + case 0xBD: goto yy656; + case 0xBE: goto yy657; + case 0xBF: goto yy658; + default: goto yy2; + } +yy5403: + yych = *++YYCURSOR; + switch (yych) { + case 0x92: goto yy699; + case 0x93: goto yy700; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy118; + case 0x98: goto yy8435; + case 0x99: goto yy702; + case 0x9A: goto yy703; + case 0x9B: goto yy704; + case 0x9C: goto yy705; + case 0x9D: goto yy126; + case 0x9E: goto yy706; + case 0x9F: goto yy707; + case 0xA0: goto yy708; + case 0xA1: goto yy709; + case 0xA2: goto yy710; + case 0xA3: goto yy8436; + case 0xA4: goto yy8437; + case 0xA5: goto yy713; + case 0xA6: goto yy714; + case 0xA7: goto yy8438; + case 0xA8: goto yy716; + case 0xA9: goto yy8439; + case 0xAA: goto yy718; + case 0xAB: goto yy719; + case 0xAC: goto yy720; + case 0xAD: goto yy721; + case 0xAF: goto yy8440; + default: goto yy2; + } +yy5404: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy723; + case 0xAD: goto yy724; + case 0xAE: goto yy725; + case 0xAF: goto yy726; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy118; + case 0xB4: goto yy727; + case 0xB5: goto yy572; + case 0xB6: goto yy728; + case 0xB7: goto yy729; + case 0xB8: goto yy730; + case 0xB9: goto yy731; + case 0xBB: goto yy732; + case 0xBC: goto yy8441; + case 0xBD: goto yy734; + case 0xBF: goto yy735; + default: goto yy2; + } +yy5405: + yych = *++YYCURSOR; + switch (yych) { + case 0x90: goto yy8442; + case 0x91: goto yy8443; + case 0x92: goto yy738; + case 0x93: goto yy739; + case 0x94: goto yy740; + case 0x96: goto yy8444; + case 0x9B: goto yy742; + case 0x9D: goto yy8445; + case 0x9E: goto yy744; + case 0x9F: goto yy745; + default: goto yy2; + } +yy5406: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy110; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy110; + goto yy208; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy200; + if (yych <= '.') goto yy2808; + if (yych <= '/') goto yy208; + goto yy5406; + } else { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy110; + if (yych <= '@') goto yy208; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy208; + if (yych <= '`') goto yy110; + } else { + if (yych == '|') goto yy110; + if (yych <= '}') goto yy208; + goto yy110; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy5410; + if (yych <= 0xC3) goto yy5411; + goto yy5412; + } else { + if (yych <= 0xCA) goto yy5413; + if (yych <= 0xCB) goto yy120; + if (yych <= 0xCC) goto yy121; + goto yy5414; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy5415; + if (yych <= 0xCF) goto yy5416; + goto yy5412; + } else { + if (yych <= 0xD2) goto yy5417; + if (yych <= 0xD3) goto yy5412; + if (yych <= 0xD4) goto yy5418; + goto yy5419; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy5420; + if (yych <= 0xD7) goto yy5421; + if (yych <= 0xD8) goto yy5422; + goto yy5423; + } else { + if (yych <= 0xDA) goto yy5412; + if (yych <= 0xDB) goto yy5424; + if (yych <= 0xDC) goto yy5425; + goto yy5426; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy5427; + if (yych <= 0xDF) goto yy5428; + goto yy5429; + } else { + if (yych <= 0xE1) goto yy5430; + if (yych <= 0xE2) goto yy5431; + if (yych <= 0xE3) goto yy5432; + goto yy141; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5433; + if (yych <= 0xEE) goto yy208; + goto yy5434; + } else { + if (yych <= 0xF0) goto yy5435; + if (yych == 0xF3) goto yy145; + goto yy208; + } + } + } + } +yy5408: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy113; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy113; + goto yy208; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy2807; + if (yych <= '.') goto yy2808; + if (yych <= '/') goto yy208; + goto yy5408; + } else { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy208; + goto yy5408; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy208; + if (yych <= '`') goto yy113; + goto yy5408; + } else { + if (yych == '|') goto yy113; + if (yych <= '}') goto yy208; + goto yy113; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy8382; + if (yych <= 0xC3) goto yy8383; + goto yy5412; + } else { + if (yych <= 0xCA) goto yy5413; + if (yych <= 0xCB) goto yy564; + if (yych <= 0xCC) goto yy118; + goto yy8384; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy8385; + if (yych <= 0xCF) goto yy8386; + goto yy5412; + } else { + if (yych <= 0xD2) goto yy8387; + if (yych <= 0xD3) goto yy5412; + if (yych <= 0xD4) goto yy5418; + goto yy5419; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy8388; + if (yych <= 0xD7) goto yy8389; + if (yych <= 0xD8) goto yy8390; + goto yy8391; + } else { + if (yych <= 0xDA) goto yy5412; + if (yych <= 0xDB) goto yy8392; + if (yych <= 0xDC) goto yy8393; + goto yy8394; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy8395; + if (yych <= 0xDF) goto yy8396; + goto yy8397; + } else { + if (yych <= 0xE1) goto yy8398; + if (yych <= 0xE2) goto yy8399; + if (yych <= 0xE3) goto yy8400; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy8401; + if (yych <= 0xEE) goto yy208; + goto yy8402; + } else { + if (yych <= 0xF0) goto yy8403; + if (yych == 0xF3) goto yy282; + goto yy208; + } + } + } + } +yy5410: + yych = *++YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy110; + case 0xAA: + case 0xB5: + case 0xBA: goto yy5408; + default: goto yy2; + } +yy5411: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5408; + goto yy110; + } else { + if (yych == 0xB7) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy5412: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy5413: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5408; + goto yy2; +yy5414: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0xB3) goto yy5408; + if (yych <= 0xB4) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy5408; + if (yych <= 0xBA) goto yy2; + goto yy5408; + } else { + if (yych == 0xBF) goto yy5408; + goto yy2; + } + } +yy5415: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy110; + goto yy5408; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy5408; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy5416: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy5417: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5408; + if (yych <= 0x89) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy5418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy5419: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5408; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy5420: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych == 0x8A) goto yy200; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy110; + } else { + if (yych <= 0xBE) goto yy200; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy5421: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy5408; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy5408; + goto yy2; + } + } +yy5422: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy110; + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy5423: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy5408; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy5408; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy5424: + yych = *++YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy5408; + goto yy2; + } else { + if (yych <= 0x95) goto yy5408; + if (yych == 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy5408; + goto yy843; + } else { + if (yych <= 0xBC) goto yy5408; + if (yych <= 0xBE) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy5425: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAF) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy5426: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy110; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy5427: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5408; + if (yych <= 0xB0) goto yy110; + if (yych <= 0xB1) goto yy5408; + goto yy2; +yy5428: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy5408; + } else { + if (yych <= 0xB3) goto yy110; + if (yych == 0xB6) goto yy110; + goto yy2; + } +yy5429: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: goto yy8446; + case 0xA1: goto yy8447; + case 0xA2: goto yy8448; + case 0xA3: goto yy586; + case 0xA4: goto yy8449; + case 0xA5: goto yy8450; + case 0xA6: goto yy8451; + case 0xA7: goto yy8452; + case 0xA8: goto yy8453; + case 0xA9: goto yy8454; + case 0xAA: goto yy8455; + case 0xAB: goto yy8456; + case 0xAC: goto yy8457; + case 0xAD: goto yy8458; + case 0xAE: goto yy8459; + case 0xAF: goto yy8460; + case 0xB0: goto yy8461; + case 0xB1: goto yy8462; + case 0xB2: goto yy8463; + case 0xB3: goto yy8464; + case 0xB4: goto yy8465; + case 0xB5: goto yy8466; + case 0xB6: goto yy8467; + case 0xB7: goto yy8468; + case 0xB8: goto yy607; + case 0xB9: goto yy8469; + case 0xBA: goto yy609; + case 0xBB: goto yy8470; + case 0xBC: goto yy8471; + case 0xBD: goto yy612; + case 0xBE: goto yy613; + case 0xBF: goto yy614; + default: goto yy2; + } +yy5430: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy615; + case 0x81: goto yy8472; + case 0x82: goto yy8473; + case 0x83: goto yy8474; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy5412; + case 0x89: goto yy8475; + case 0x8A: goto yy8476; + case 0x8B: goto yy8477; + case 0x8C: goto yy8478; + case 0x8D: goto yy8479; + case 0x8E: goto yy8480; + case 0x8F: goto yy8481; + case 0x90: goto yy8482; + case 0x99: goto yy8483; + case 0x9A: goto yy8484; + case 0x9B: goto yy8485; + case 0x9C: goto yy8486; + case 0x9D: goto yy8487; + case 0x9E: goto yy632; + case 0x9F: goto yy8488; + case 0xA0: goto yy8489; + case 0xA1: goto yy8490; + case 0xA2: goto yy8491; + case 0xA3: goto yy8492; + case 0xA4: goto yy8493; + case 0xA5: goto yy8494; + case 0xA7: goto yy8495; + case 0xA8: goto yy8496; + case 0xA9: goto yy642; + case 0xAA: goto yy8497; + case 0xAC: goto yy644; + case 0xAD: goto yy8498; + case 0xAE: goto yy8499; + case 0xAF: goto yy8500; + case 0xB0: goto yy8501; + case 0xB1: goto yy8502; + case 0xB3: goto yy8503; + case 0xB4: goto yy8504; + case 0xB5: goto yy8505; + case 0xB6: goto yy8506; + case 0xB7: goto yy654; + case 0xBC: goto yy8507; + case 0xBD: goto yy8508; + case 0xBE: goto yy8509; + case 0xBF: goto yy8510; + default: goto yy2; + } +yy5431: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8511; + case 0x81: goto yy660; + case 0x82: goto yy661; + case 0x83: goto yy662; + case 0x84: goto yy8512; + case 0x85: goto yy8513; + case 0x86: goto yy8514; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy121; + case 0x88: goto yy1022; + case 0x8C: goto yy666; + case 0x8F: goto yy667; + case 0x90: goto yy668; + case 0x91: goto yy669; + case 0x92: goto yy670; + case 0x93: goto yy671; + case 0x9D: goto yy672; + case 0x9E: goto yy673; + case 0x9F: goto yy674; + case 0xA6: goto yy675; + case 0xA7: goto yy676; + case 0xAD: goto yy677; + case 0xAE: goto yy678; + case 0xAF: goto yy679; + case 0xB0: goto yy8515; + case 0xB1: goto yy8516; + case 0xB2: goto yy5412; + case 0xB3: goto yy8517; + case 0xB4: goto yy8518; + case 0xB5: goto yy8519; + case 0xB6: goto yy8520; + case 0xB7: goto yy8521; + case 0xB8: goto yy1030; + case 0xBA: goto yy687; + case 0xBB: goto yy688; + case 0xBF: goto yy689; + default: goto yy2; + } +yy5432: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy8522; + case 0x82: goto yy691; + case 0x84: goto yy8523; + case 0x86: goto yy8524; + case 0x87: goto yy694; + case 0x88: goto yy695; + case 0x89: goto yy696; + case 0x8A: goto yy697; + case 0x8B: goto yy698; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy121; + default: goto yy2; + } +yy5433: + yych = *++YYCURSOR; + switch (yych) { + case 0x92: goto yy699; + case 0x93: goto yy8525; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy5412; + case 0x98: goto yy8526; + case 0x99: goto yy8527; + case 0x9A: goto yy8528; + case 0x9B: goto yy8529; + case 0x9C: goto yy8530; + case 0x9D: goto yy5418; + case 0x9E: goto yy8531; + case 0x9F: goto yy8532; + case 0xA0: goto yy8533; + case 0xA1: goto yy8534; + case 0xA2: goto yy8535; + case 0xA3: goto yy8536; + case 0xA4: goto yy8537; + case 0xA5: goto yy8538; + case 0xA6: goto yy714; + case 0xA7: goto yy8539; + case 0xA8: goto yy8540; + case 0xA9: goto yy8541; + case 0xAA: goto yy718; + case 0xAB: goto yy8542; + case 0xAC: goto yy8543; + case 0xAD: goto yy8544; + case 0xAF: goto yy8545; + default: goto yy2; + } +yy5434: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy8546; + case 0xAD: goto yy8547; + case 0xAE: goto yy8548; + case 0xAF: goto yy8549; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy5412; + case 0xB4: goto yy8550; + case 0xB5: goto yy8551; + case 0xB6: goto yy8552; + case 0xB7: goto yy8553; + case 0xB8: goto yy8554; + case 0xB9: goto yy8555; + case 0xBB: goto yy8556; + case 0xBC: goto yy8557; + case 0xBD: goto yy8558; + case 0xBF: goto yy735; + default: goto yy2; + } +yy5435: + yych = *++YYCURSOR; + switch (yych) { + case 0x90: goto yy8559; + case 0x91: goto yy8560; + case 0x92: goto yy8561; + case 0x93: goto yy8562; + case 0x94: goto yy8563; + case 0x96: goto yy8564; + case 0x9B: goto yy8565; + case 0x9D: goto yy8566; + case 0x9E: goto yy8567; + case 0x9F: goto yy745; + default: goto yy2; + } +yy5436: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '1') { + if (yych <= '(') { + if (yych <= '$') { + if (yych == ' ') goto yy2897; + goto yy208; + } else { + if (yych <= '%') goto yy146; + if (yych == '\'') goto yy200; + goto yy208; + } + } else { + if (yych <= '+') { + if (yych <= ')') goto yy2898; + if (yych <= '*') goto yy208; + goto yy146; + } else { + if (yych <= ',') goto yy208; + if (yych <= '.') goto yy2899; + if (yych <= '/') goto yy208; + goto yy803; + } + } + } else { + if (yych <= '`') { + if (yych <= '@') { + if (yych <= '9') goto yy5438; + if (yych <= '?') goto yy208; + goto yy148; + } else { + if (yych <= 'Z') goto yy803; + if (yych == '_') goto yy146; + goto yy208; + } + } else { + if (yych <= 0xC2) { + if (yych <= 'z') goto yy803; + if (yych <= 0xC1) goto yy208; + goto yy805; + } else { + if (yych <= 0xC3) goto yy806; + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + goto yy208; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } else { + if (yych == 0xD2) goto yy812; + if (yych <= 0xD3) goto yy807; + goto yy813; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD5) goto yy814; + if (yych <= 0xD6) goto yy846; + goto yy816; + } else { + if (yych <= 0xD8) goto yy847; + if (yych <= 0xD9) goto yy848; + if (yych <= 0xDA) goto yy807; + goto yy849; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDE) { + if (yych <= 0xDC) goto yy820; + if (yych <= 0xDD) goto yy821; + goto yy822; + } else { + if (yych <= 0xDF) goto yy850; + if (yych <= 0xE0) goto yy851; + if (yych <= 0xE1) goto yy852; + goto yy853; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy208; + goto yy854; + } else { + if (yych <= 0xEE) goto yy208; + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy208; + } + } + } + } +yy5437: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xC2) { + if (yych <= '9') { + if (yych <= '(') { + if (yych <= '$') { + if (yych == ' ') goto yy2897; + if (yych <= '#') goto yy41; + goto yy534; + } else { + if (yych <= '%') goto yy146; + if (yych == '\'') goto yy200; + goto yy41; + } + } else { + if (yych <= ',') { + if (yych <= ')') goto yy2898; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy781; + goto yy202; + } else { + if (yych <= '.') { + if (yych <= '-') goto yy8568; + goto yy2900; + } else { + if (yych <= '/') goto yy41; + if (yych <= '1') goto yy868; + goto yy5439; + } + } + } + } else { + if (yych <= '^') { + if (yych <= '?') { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy534; + goto yy41; + } else { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy870; + if (yych <= ']') goto yy41; + goto yy534; + } + } else { + if (yych <= '{') { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy870; + goto yy41; + } else { + if (yych <= '}') { + if (yych <= '|') goto yy534; + goto yy41; + } else { + if (yych <= '~') goto yy534; + if (yych <= 0xC1) goto yy41; + goto yy872; + } + } + } + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD1) { + if (yych <= 0xCC) { + if (yych <= 0xC3) goto yy873; + if (yych <= 0xC9) goto yy874; + if (yych <= 0xCA) goto yy875; + goto yy534; + } else { + if (yych <= 0xCD) goto yy2430; + if (yych <= 0xCE) goto yy877; + if (yych <= 0xCF) goto yy878; + goto yy874; + } + } else { + if (yych <= 0xD5) { + if (yych <= 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + if (yych <= 0xD4) goto yy880; + goto yy881; + } else { + if (yych <= 0xD7) { + if (yych <= 0xD6) goto yy2431; + goto yy883; + } else { + if (yych <= 0xD8) goto yy2432; + if (yych <= 0xD9) goto yy2433; + goto yy874; + } + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDE) { + if (yych <= 0xDB) goto yy886; + if (yych <= 0xDC) goto yy887; + if (yych <= 0xDD) goto yy888; + goto yy889; + } else { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy2434; + goto yy891; + } else { + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy2435; + goto yy894; + } + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy534; + if (yych == 0xEA) goto yy895; + goto yy41; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy2436; + goto yy897; + } else { + if (yych == 0xF3) goto yy534; + goto yy41; + } + } + } + } + } +yy5438: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCF) { + if (yych <= '^') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy208; + goto yy146; + } + } else { + if (yych <= '?') { + if (yych <= '/') goto yy208; + if (yych <= '9') goto yy8569; + goto yy208; + } else { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy803; + goto yy208; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= 'z') { + if (yych <= '_') goto yy146; + if (yych <= '`') goto yy208; + goto yy803; + } else { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy805; + goto yy806; + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + goto yy208; + } else { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy812; + goto yy807; + } else { + if (yych <= 0xD4) goto yy813; + if (yych <= 0xD5) goto yy814; + goto yy846; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy816; + if (yych <= 0xD8) goto yy847; + goto yy848; + } else { + if (yych <= 0xDA) goto yy807; + if (yych <= 0xDB) goto yy849; + goto yy820; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy850; + } else { + if (yych <= 0xE0) goto yy851; + if (yych <= 0xE1) goto yy852; + goto yy853; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy208; + goto yy854; + } else { + if (yych <= 0xEE) goto yy208; + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy208; + } + } + } + } +yy5439: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy534; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy781; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy8570; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy534; + goto yy41; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy870; + if (yych <= ']') goto yy41; + goto yy534; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy870; + goto yy41; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy41; + if (yych <= '~') goto yy534; + goto yy41; + } else { + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + if (yych <= 0xC9) goto yy874; + goto yy875; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy534; + if (yych <= 0xCD) goto yy2430; + if (yych <= 0xCE) goto yy877; + goto yy878; + } else { + if (yych == 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + goto yy880; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy2431; + if (yych <= 0xD7) goto yy883; + goto yy2432; + } else { + if (yych <= 0xD9) goto yy2433; + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy886; + goto yy887; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy2434; + goto yy891; + } else { + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy2435; + if (yych <= 0xE3) goto yy894; + goto yy534; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy895; + if (yych <= 0xEE) goto yy41; + goto yy2436; + } else { + if (yych <= 0xF0) goto yy897; + if (yych == 0xF3) goto yy534; + goto yy41; + } + } + } + } +yy5440: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy111; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy170; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy8571; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy111; + goto yy41; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy206; + if (yych <= ']') goto yy41; + goto yy111; + } else { + if (yych <= '_') goto yy209; + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy206; + goto yy41; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy41; + if (yych <= '~') goto yy111; + goto yy41; + } else { + if (yych <= 0xC2) goto yy211; + if (yych <= 0xC3) goto yy212; + if (yych <= 0xC9) goto yy213; + goto yy214; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy111; + if (yych <= 0xCD) goto yy215; + if (yych <= 0xCE) goto yy216; + goto yy217; + } else { + if (yych == 0xD2) goto yy218; + if (yych <= 0xD3) goto yy213; + goto yy219; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy220; + if (yych <= 0xD6) goto yy221; + if (yych <= 0xD7) goto yy222; + goto yy223; + } else { + if (yych <= 0xD9) goto yy224; + if (yych <= 0xDA) goto yy213; + if (yych <= 0xDB) goto yy225; + goto yy226; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy227; + if (yych <= 0xDE) goto yy228; + if (yych <= 0xDF) goto yy229; + goto yy230; + } else { + if (yych <= 0xE1) goto yy231; + if (yych <= 0xE2) goto yy232; + if (yych <= 0xE3) goto yy233; + goto yy111; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy234; + if (yych <= 0xEE) goto yy41; + goto yy235; + } else { + if (yych <= 0xF0) goto yy236; + if (yych == 0xF3) goto yy111; + goto yy41; + } + } + } + } +yy5441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1087; + goto yy2; +yy5442: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy1087; + goto yy2; +yy5443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy1087; + goto yy2; +yy5444: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0xB9) goto yy1087; + if (yych == 0xBD) goto yy1087; + goto yy2; +yy5445: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy1087; + if (yych <= 0x97) goto yy2; + goto yy1087; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } +yy5446: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych == 0x80) goto yy1087; + if (yych <= 0x84) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy1087; + if (yych <= 0x92) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy1087; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy1087; + } else { + if (yych == 0xBD) goto yy1087; + goto yy2; + } + } + } +yy5447: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy2; + goto yy1087; + } else { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0xA1) goto yy1087; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy1087; + goto yy2; + } + } +yy5448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1087; + goto yy2; + } else { + if (yych <= 0x90) goto yy1087; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1087; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1087; + goto yy2; + } + } +yy5449: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1087; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB4) goto yy1087; + goto yy2; + } + } +yy5450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8D) goto yy1087; + goto yy2; + } else { + if (yych == 0x92) goto yy2; + if (yych <= 0xA8) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1087; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1087; + if (yych == 0xBD) goto yy1087; + goto yy2; + } + } +yy5451: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy1087; + if (yych <= 0x9F) goto yy2; + goto yy1087; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xB9) goto yy1087; + goto yy2; + } + } +yy5452: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy1087; + goto yy2; + } else { + if (yych <= 0x90) goto yy1087; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1087; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1087; + if (yych == 0xBD) goto yy1087; + goto yy2; + } + } +yy5453: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy1087; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xB1) goto yy1087; + goto yy2; + } + } +yy5454: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy1087; + default: goto yy2; + } +yy5455: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1087; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; +yy5456: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8C) { + if (yych <= 0x84) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8D) goto yy2; + if (yych <= 0x90) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy1087; + } else { + if (yych == 0xBD) goto yy1087; + goto yy2; + } + } +yy5457: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy1087; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1087; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; + } +yy5458: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy1087; + goto yy2; + } else { + if (yych == 0x91) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA9) goto yy2; + if (yych <= 0xB3) goto yy1087; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1087; + if (yych == 0xBD) goto yy1087; + goto yy2; + } + } +yy5459: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x9E: + case 0xA0: + case 0xA1: + case 0xB1: + case 0xB2: goto yy1087; + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: goto yy843; + default: goto yy2; + } +yy5460: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy1087; + } else { + if (yych <= 0xBA) { + if (yych <= 0x91) goto yy2; + goto yy1087; + } else { + if (yych == 0xBD) goto yy1087; + goto yy2; + } + } +yy5461: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x8E) goto yy1087; + if (yych <= 0x9E) goto yy2; + goto yy1087; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } +yy5462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1087; + if (yych <= 0x99) goto yy2; + goto yy1087; + } else { + if (yych <= 0xBB) { + if (yych <= 0xB2) goto yy2; + goto yy1087; + } else { + if (yych == 0xBD) goto yy1087; + goto yy2; + } + } +yy5463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1087; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; +yy5464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy5465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy1087; + } else { + if (yych == 0x87) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy1087; + if (yych <= 0x8F) goto yy2; + goto yy1087; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } +yy5466: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1087; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1087; + if (yych <= 0x8F) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy1087; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } +yy5467: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy1087; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy1087; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1087; + goto yy2; + } + } +yy5468: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy1087; + if (yych <= 0x81) goto yy2; + goto yy1087; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy1087; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } +yy5469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1087; + goto yy2; + } else { + if (yych <= 0x95) goto yy1087; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy5470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1087; + goto yy2; +yy5471: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy5472: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1087; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy1087; + goto yy2; +yy5473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy1087; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy5474: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy5475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1087; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy1087; + goto yy2; +yy5476: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy1087; + goto yy2; + } else { + if (yych <= 0x91) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy1087; + goto yy2; + } +yy5477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1087; + goto yy2; + } else { + if (yych == 0xAD) goto yy2; + if (yych <= 0xB0) goto yy1087; + goto yy2; + } +yy5478: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych == 0x86) goto yy1087; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy5479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy1087; + goto yy2; +yy5480: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1087; + goto yy2; + } else { + if (yych <= 0xAA) goto yy1087; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy5481: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1087; + goto yy2; +yy5482: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1087; + goto yy2; +yy5483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1087; + goto yy2; +yy5484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x82) goto yy2; + if (yych <= 0xA0) goto yy1087; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1087; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy5485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1087; + goto yy2; +yy5486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1087; + goto yy2; +yy5487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy1087; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy1087; + goto yy2; + } +yy5488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAC) goto yy1087; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1087; + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1087; + goto yy2; + } +yy5489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1087; + goto yy2; +yy5490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy5491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1087; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy5492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1087; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1087; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy1087; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy1087; + goto yy2; + } + } +yy5493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy1087; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1087; + goto yy2; + } +yy5494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x84) goto yy1087; + goto yy2; + } else { + if (yych <= 0x8C) goto yy1087; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9B) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAC) goto yy1087; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBC) goto yy1087; + goto yy2; + } + } +yy5495: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1087; + default: goto yy2; + } +yy5496: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0x89) goto yy1087; + if (yych == 0x8E) goto yy1087; + goto yy2; +yy5497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1087; + goto yy2; +yy5498: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy5499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1087; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1087; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy5500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1087; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1087; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1087; + goto yy2; + } +yy5501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy1087; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy1087; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } +yy5502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1087; + goto yy2; +yy5503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy1087; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy1087; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1087; + goto yy2; + } + } +yy5504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x87) goto yy2; + goto yy1087; + } else { + if (yych <= 0x96) { + if (yych <= 0x8F) goto yy2; + goto yy1087; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9E) goto yy1087; + goto yy2; + } + } +yy5505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBC) goto yy1087; + goto yy2; +yy5506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy1087; + goto yy2; +yy5507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBA) goto yy1087; + goto yy2; +yy5508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1087; + goto yy2; +yy5509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1087; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1087; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy1087; + goto yy2; + } +yy5510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1087; + goto yy2; +yy5511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy5512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy5513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1087; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1087; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1087; + goto yy2; + } +yy5514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1087; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy5515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x82) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8A) { + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8B) goto yy2; + if (yych <= 0xA2) goto yy1087; + goto yy2; + } + } +yy5516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1087; + goto yy2; +yy5517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) goto yy2; + if (yych <= 0xB3) goto yy1087; + goto yy2; +yy5518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB1) goto yy2; + goto yy1087; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1087; + } else { + if (yych == 0xBD) goto yy1087; + goto yy2; + } + } +yy5519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy1087; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy5520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1087; + goto yy2; +yy5521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1087; + goto yy2; +yy5522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1087; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1087; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy5523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy1087; + if (yych == 0xB2) goto yy1087; + goto yy2; +yy5524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy1087; + goto yy2; + } else { + if (yych <= 0x8E) goto yy1087; + if (yych <= 0x90) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1087; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } +yy5525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1087; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1087; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy5526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy1087; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy5527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1087; + goto yy2; + } else { + if (yych <= 0x97) goto yy1087; + if (yych == 0x9D) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB6) goto yy1087; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1087; + goto yy2; + } + } +yy5528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1087; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy5529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1087; + goto yy2; +yy5530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy5531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy1087; + goto yy2; +yy5532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy5533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1087; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy5534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1087; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1087; + goto yy2; +yy5535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych == 0x92) goto yy1087; + if (yych <= 0xA2) goto yy2; + goto yy1087; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy1087; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } +yy5536: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy1087; + goto yy2; +yy5537: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych == 0x87) goto yy1087; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy1087; + goto yy2; + } + } +yy5538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1087; + goto yy2; +yy5539: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8572; + case 0x81: goto yy8573; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy2904; + case 0x83: goto yy8574; + case 0x8A: goto yy8575; + case 0x8B: goto yy8576; + case 0x8C: goto yy8577; + case 0x8D: goto yy8578; + case 0x8E: goto yy8579; + case 0x8F: goto yy8580; + case 0x92: goto yy8581; + case 0x94: goto yy8582; + case 0x95: goto yy5486; + case 0x9C: goto yy8583; + case 0x9D: goto yy8584; + case 0xA0: goto yy8585; + case 0xA1: goto yy8586; + case 0xA2: goto yy5482; + case 0xA3: goto yy8587; + case 0xA4: goto yy8588; + case 0xA6: goto yy8589; + case 0xA8: goto yy8590; + case 0xA9: goto yy8591; + case 0xAA: goto yy8592; + case 0xAB: goto yy8593; + case 0xAC: goto yy5481; + case 0xAD: goto yy8594; + case 0xAE: goto yy8595; + case 0xB1: goto yy8596; + case 0xB2: + case 0xB3: goto yy8597; + default: goto yy2; + } +yy5540: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8598; + case 0x81: goto yy4840; + case 0x82: goto yy8599; + case 0x83: goto yy8600; + case 0x84: goto yy8601; + case 0x85: goto yy8602; + case 0x86: goto yy8603; + case 0x87: goto yy8604; + case 0x88: goto yy8605; + case 0x8A: goto yy8606; + case 0x8B: goto yy8607; + case 0x8C: goto yy5452; + case 0x8D: goto yy8608; + case 0x92: + case 0x98: goto yy2905; + case 0x93: goto yy8609; + case 0x96: goto yy5510; + case 0x97: goto yy8610; + case 0x99: goto yy8611; + case 0x9A: goto yy8612; + case 0x9B: goto yy2362; + case 0x9C: goto yy4847; + case 0xA2: goto yy2914; + case 0xA3: goto yy8613; + case 0xAB: goto yy8614; + default: goto yy2; + } +yy5541: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy2904; + goto yy8615; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy2904; + if (yych <= 0x95) goto yy8616; + goto yy2; + } +yy5542: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy2904; + if (yych <= 0x90) goto yy5510; + goto yy2; +yy5543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy2904; + if (yych <= 0x99) goto yy5520; + goto yy2; +yy5544: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy2904; + case 0xA8: goto yy8614; + case 0xA9: goto yy8617; + case 0xAB: goto yy8618; + case 0xAC: goto yy2905; + case 0xAD: goto yy8619; + case 0xAE: goto yy8620; + case 0xBD: goto yy8621; + default: goto yy2; + } +yy5545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy2904; + if (yych <= 0xB1) goto yy8622; + if (yych <= 0xB2) goto yy8623; + goto yy2; +yy5546: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy2904; + case 0x91: goto yy8624; + case 0x92: goto yy8625; + case 0x93: goto yy8626; + case 0x94: goto yy8627; + case 0x95: goto yy8628; + case 0x9A: goto yy8629; + case 0x9B: goto yy8630; + case 0x9C: goto yy8631; + case 0x9D: goto yy8632; + case 0x9E: goto yy8633; + case 0x9F: goto yy8634; + default: goto yy2; + } +yy5547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy2904; + if (yych <= 0xA3) goto yy8635; + goto yy2; + } else { + if (yych <= 0xB8) goto yy8636; + if (yych <= 0xB9) goto yy8637; + if (yych <= 0xBA) goto yy8638; + goto yy2; + } +yy5548: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; +yy5549: + if (yych <= 0xD2) { + if (yych <= 'z') { + if (yych <= '.') { + if (yych <= '\'') { + if (yych <= '&') goto yy57; + goto yy2930; + } else { + if (yych <= ',') goto yy57; + if (yych <= '-') goto yy2930; + goto yy3437; + } + } else { + if (yych <= '@') { + if (yych == ':') goto yy2930; + goto yy57; + } else { + if (yych <= 'Z') goto yy5548; + if (yych <= '`') goto yy57; + goto yy5548; + } + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC3) { + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy8639; + goto yy5551; + } else { + if (yych <= 0xC9) goto yy5552; + if (yych <= 0xCA) goto yy5553; + goto yy2932; + } + } else { + if (yych <= 0xCE) { + if (yych <= 0xCC) goto yy57; + if (yych <= 0xCD) goto yy5554; + goto yy8640; + } else { + if (yych <= 0xCF) goto yy5556; + if (yych <= 0xD1) goto yy5552; + goto yy5557; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xD3) goto yy5552; + goto yy5558; + } else { + if (yych <= 0xD5) goto yy5559; + if (yych <= 0xD6) goto yy8641; + goto yy8642; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy5562; + if (yych <= 0xD9) goto yy5563; + goto yy5552; + } else { + if (yych <= 0xDB) goto yy5564; + if (yych <= 0xDC) goto yy5565; + goto yy5566; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy5567; + if (yych <= 0xDF) goto yy5568; + goto yy5569; + } else { + if (yych <= 0xE1) goto yy8643; + if (yych <= 0xE2) goto yy8644; + goto yy5572; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy5573; + goto yy57; + } else { + if (yych <= 0xEF) goto yy8645; + if (yych <= 0xF0) goto yy5575; + goto yy57; + } + } + } + } +yy5550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB4) { + if (yych == 0xAA) goto yy5548; + goto yy2; + } else { + if (yych <= 0xB5) goto yy5548; + if (yych == 0xBA) goto yy5548; + goto yy2; + } +yy5551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5548; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy5552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy5553: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5548; + goto yy2; +yy5554: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy5548; + default: goto yy2; + } +yy5555: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy5548; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy5548; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } + } +yy5556: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy5557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5548; + if (yych <= 0x89) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy5558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy5559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5548; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy5560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5548; + goto yy2; +yy5561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy5548; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy5548; + goto yy2; +yy5562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy5563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy5548; + goto yy2; + } else { + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy5564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy5548; + } else { + if (yych == 0x95) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xAF) goto yy5548; + if (yych <= 0xB9) goto yy2; + goto yy5548; + } else { + if (yych == 0xBF) goto yy5548; + goto yy2; + } + } +yy5565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy5548; + if (yych <= 0x91) goto yy2; + if (yych <= 0xAF) goto yy5548; + goto yy2; +yy5566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy5567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5548; + if (yych == 0xB1) goto yy5548; + goto yy2; +yy5568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy5548; + goto yy2; +yy5569: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy8646; + case 0xA1: goto yy8647; + case 0xA2: goto yy8648; + case 0xA4: goto yy8649; + case 0xA5: goto yy8650; + case 0xA6: goto yy8651; + case 0xA7: goto yy8652; + case 0xA8: goto yy8653; + case 0xA9: goto yy8654; + case 0xAA: goto yy8655; + case 0xAB: goto yy8656; + case 0xAC: goto yy8657; + case 0xAD: goto yy8658; + case 0xAE: goto yy8659; + case 0xAF: goto yy8660; + case 0xB0: goto yy8661; + case 0xB1: goto yy8662; + case 0xB2: goto yy8663; + case 0xB3: goto yy8664; + case 0xB4: goto yy8665; + case 0xB5: goto yy8666; + case 0xB6: goto yy8667; + case 0xB7: goto yy8668; + default: goto yy2; + } +yy5570: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xA0: goto yy5562; + case 0x83: goto yy8669; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy5552; + case 0x89: goto yy8670; + case 0x8A: goto yy8671; + case 0x8B: goto yy8672; + case 0x8C: goto yy8673; + case 0x8D: + case 0xB6: goto yy8674; + case 0x8E: goto yy8675; + case 0x8F: goto yy8676; + case 0x90: goto yy8677; + case 0x99: goto yy8678; + case 0x9A: goto yy8679; + case 0x9B: goto yy8680; + case 0x9C: goto yy8681; + case 0x9D: goto yy8682; + case 0xA1: goto yy8683; + case 0xA2: goto yy8684; + case 0xA3: goto yy8685; + case 0xA4: goto yy8686; + case 0xA8: goto yy8687; + case 0xAE: goto yy8688; + case 0xAF: goto yy8689; + case 0xB0: goto yy8690; + case 0xB1: goto yy8691; + case 0xB3: goto yy8692; + case 0xB4: goto yy8693; + case 0xB5: goto yy8694; + case 0xBC: goto yy8695; + case 0xBD: goto yy8696; + case 0xBE: goto yy8697; + case 0xBF: goto yy8698; + default: goto yy2; + } +yy5571: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x85) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x84) goto yy8699; + goto yy8700; + } else { + if (yych <= 0x86) goto yy8701; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy8702; + goto yy8703; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB2) goto yy5552; + if (yych <= 0xB3) goto yy8704; + goto yy8705; + } else { + if (yych <= 0xB5) goto yy8706; + if (yych <= 0xB6) goto yy8707; + if (yych <= 0xB7) goto yy8708; + goto yy2; + } + } +yy5572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy8709; + goto yy2; + } else { + if (yych <= 0x84) goto yy8710; + if (yych == 0x86) goto yy8711; + goto yy2; + } +yy5573: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x93: goto yy8712; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy5552; + case 0x98: goto yy8713; + case 0x99: goto yy8714; + case 0x9A: goto yy8715; + case 0x9B: goto yy8689; + case 0x9C: goto yy8716; + case 0x9D: goto yy5558; + case 0x9E: goto yy8717; + case 0x9F: goto yy8718; + case 0xA0: goto yy8719; + case 0xA1: goto yy8720; + case 0xA2: goto yy8721; + case 0xA3: goto yy8722; + case 0xA4: goto yy8723; + case 0xA5: goto yy8668; + case 0xA8: goto yy8724; + case 0xA9: goto yy8725; + case 0xAB: goto yy8726; + case 0xAC: goto yy8727; + case 0xAD: goto yy8728; + case 0xAF: goto yy8729; + default: goto yy2; + } +yy5574: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy8730; + case 0xAD: goto yy8731; + case 0xAE: goto yy8732; + case 0xAF: goto yy8733; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy5552; + case 0xB4: goto yy8734; + case 0xB5: goto yy8735; + case 0xB6: goto yy8736; + case 0xB7: goto yy8737; + case 0xB9: goto yy8738; + case 0xBB: goto yy8739; + case 0xBC: goto yy8740; + case 0xBD: goto yy8741; + default: goto yy2; + } +yy5575: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy8742; + case 0x91: goto yy8743; + case 0x92: goto yy8744; + case 0x93: goto yy8745; + case 0x94: goto yy8746; + case 0x96: goto yy8747; + case 0x9B: goto yy8748; + case 0x9D: goto yy8749; + case 0x9E: goto yy8750; + default: goto yy2; + } +yy5576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1564; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy5577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych == 0x86) goto yy1564; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy5578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1564; + if (yych <= 0x97) goto yy2; + goto yy1564; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1564; + } else { + if (yych == 0xA7) goto yy2930; + goto yy2; + } + } +yy5579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x92) goto yy1564; + goto yy2; +yy5580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy1564; + if (yych == 0x9A) goto yy1564; + goto yy2; +yy5581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x93) goto yy2930; + if (yych == 0xB2) goto yy1564; + goto yy2; +yy5582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x91) goto yy2; + goto yy1564; + } else { + if (yych == 0x95) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA3) goto yy1564; + if (yych <= 0xAF) goto yy2; + goto yy2939; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy5583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x87) { + if (yych <= 0x86) goto yy2; + goto yy1564; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8E) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy843; + goto yy2930; + } else { + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy1089; + goto yy2; + } + } +yy5584: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAA: + case 0xB5: + case 0xBA: goto yy2939; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy5585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy2939; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy2939; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy5586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy2939; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1564; + if (yych == 0xBE) goto yy1564; + goto yy2; + } +yy5587: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x81: goto yy2362; + case 0x82: goto yy7041; + case 0x83: goto yy7042; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1108; + case 0x89: goto yy2966; + case 0x8A: goto yy2967; + case 0x8B: goto yy2968; + case 0x8C: goto yy2969; + case 0x8D: + case 0xB6: goto yy2970; + case 0x8E: goto yy7043; + case 0x8F: goto yy7044; + case 0x90: goto yy5576; + case 0x99: goto yy2974; + case 0x9A: goto yy2975; + case 0x9B: goto yy2976; + case 0x9C: goto yy2977; + case 0x9D: goto yy2978; + case 0x9F: goto yy2361; + case 0xA0: goto yy5577; + case 0xA1: goto yy2980; + case 0xA2: goto yy2981; + case 0xA3: goto yy2982; + case 0xA4: goto yy2983; + case 0xA5: goto yy2365; + case 0xA7: + case 0xAD: goto yy2360; + case 0xA8: goto yy2984; + case 0xAA: goto yy2366; + case 0xAE: goto yy2985; + case 0xAF: goto yy2986; + case 0xB0: goto yy2987; + case 0xB1: goto yy2988; + case 0xB3: goto yy2989; + case 0xB4: goto yy7045; + case 0xB5: goto yy7046; + case 0xBC: goto yy7047; + case 0xBD: goto yy7048; + case 0xBE: goto yy7049; + case 0xBF: goto yy7050; + default: goto yy2; + } +yy5588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych == 0x80) goto yy5578; + if (yych <= 0x83) goto yy2; + goto yy7051; + } else { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy7052; + goto yy7053; + } else { + if (yych == 0x88) goto yy5579; + goto yy2; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy7054; + goto yy7055; + } else { + if (yych <= 0xB2) goto yy1108; + if (yych <= 0xB3) goto yy7056; + goto yy7057; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy3006; + goto yy3007; + } else { + if (yych <= 0xB7) goto yy3008; + if (yych <= 0xB8) goto yy5580; + goto yy2; + } + } + } +yy5589: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy7064; + case 0xAD: goto yy3033; + case 0xAE: goto yy3034; + case 0xAF: goto yy3035; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1108; + case 0xB4: goto yy3036; + case 0xB5: goto yy3037; + case 0xB6: goto yy3038; + case 0xB7: goto yy3039; + case 0xB8: goto yy5581; + case 0xB9: goto yy5582; + case 0xBB: goto yy3042; + case 0xBC: goto yy8751; + case 0xBD: goto yy7066; + default: goto yy2; + } +yy5590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy2939; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy2939; + } else { + if (yych == 0xBF) goto yy2939; + goto yy2; + } + } +yy5591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy2939; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy2939; + goto yy2; +yy5592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy2939; + goto yy2; +yy5593: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy5594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy2939; + goto yy2; +yy5595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy2939; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy5596: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy2939; + goto yy2; + } else { + if (yych <= 0x89) goto yy2939; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy2939; + goto yy2; + } +yy5597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy5598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy2939; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy2939; + goto yy2; +yy5599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1089; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy5600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy5601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy2939; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy5602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy2939; + goto yy2; +yy5603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy2939; + goto yy2; +yy5604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy2939; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy2939; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy2939; + goto yy2; + } else { + if (yych <= 0xBC) goto yy2939; + if (yych == 0xBF) goto yy2939; + goto yy2; + } + } +yy5605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB6) goto yy2939; + goto yy2; +yy5606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy2939; + goto yy2; +yy5607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy2939; + goto yy2; +yy5608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy2939; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy5609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych == 0x80) goto yy2939; + if (yych <= 0x8F) goto yy2; + goto yy2939; + } else { + if (yych <= 0x97) { + if (yych <= 0x94) goto yy2; + goto yy2939; + } else { + if (yych <= 0x98) goto yy2; + if (yych <= 0xB3) goto yy2939; + goto yy2; + } + } +yy5610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy2939; + goto yy2; +yy5611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy2939; + goto yy2; +yy5612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x88) goto yy2; + if (yych <= 0xA4) goto yy2939; + goto yy2; +yy5613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy2939; + goto yy2; +yy5614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy2939; + goto yy2; +yy5615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy2939; + goto yy2; +yy5616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1089; + goto yy2; +yy5617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB7) goto yy2939; + goto yy2; +yy5618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xAF) goto yy2939; + goto yy2; +yy5619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy2939; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy5620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA6) goto yy2939; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy5621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy2939; + if (yych == 0xB6) goto yy2939; + goto yy2; +yy5622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB2) goto yy2939; + goto yy2; +yy5623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x84) goto yy2939; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych == 0x9B) goto yy2; + if (yych <= 0x9C) goto yy2939; + goto yy2; + } +yy5624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xAB) goto yy2939; + goto yy2; +yy5625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy2939; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy2939; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy2939; + goto yy2; + } else { + if (yych <= 0xA8) goto yy2939; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy5626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy2939; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy5627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy2939; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy2939; + goto yy2; +yy5628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy2939; + goto yy2; + } else { + if (yych <= 0x87) goto yy2939; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy5629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy2939; + goto yy2; +yy5630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9B) goto yy2939; + goto yy2; +yy5631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x84) goto yy2939; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy5632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy2939; + goto yy2; +yy5633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy5634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1089; + goto yy843; + } else { + if (yych == 0xBF) goto yy2939; + goto yy2; + } +yy5635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy2939; + goto yy2; +yy5636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy2939; + goto yy2; +yy5637: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy2939; + goto yy2; +yy5638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy5639: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy2939; + goto yy2; +yy5640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } else { + if (yych <= 0xB7) goto yy2939; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy5641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy2939; + goto yy2; +yy5642: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy2939; + if (yych == 0x90) goto yy2939; + goto yy2; +yy5643: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy2939; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy2939; + goto yy2; +yy5644: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy2939; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy2939; + goto yy2; +yy5645: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy5646: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1089; + } else { + if (yych == 0xA2) goto yy1089; + if (yych <= 0xA4) goto yy2; + goto yy1089; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy1089; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1089; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; + } + } + } +yy5647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy5648: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1089; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1089; + if (yych <= 0x8C) goto yy2; + goto yy1089; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy1089; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy1089; + goto yy2; + } + } +yy5649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1089; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy1089; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; + } + } +yy5650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1089; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; +yy5651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych == 0x80) goto yy1089; + if (yych <= 0x81) goto yy2; + goto yy1089; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy2; + goto yy1089; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; + } + } +yy5652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1089; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; + } +yy5653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1089; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; + } +yy5654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1089; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + if (yych <= 0xBF) goto yy1089; + goto yy2; + } +yy5655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1089; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1089; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy5656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy2939; + goto yy2; +yy5657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy2939; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy2939; + } else { + if (yych == 0xA4) goto yy2939; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy2939; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy2939; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy2939; + } else { + if (yych == 0xBB) goto yy2939; + goto yy2; + } + } + } +yy5658: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy2939; + default: goto yy2; + } +yy5659: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy2939; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy2939; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy2939; + goto yy2; + } + } +yy5660: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; +yy5661: + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '*') { + if (yych == '$') goto yy5660; + goto yy1766; + } else { + if (yych <= '+') goto yy5660; + if (yych <= ',') goto yy1766; + goto yy535; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy3054; + if (yych <= '/') goto yy1766; + goto yy5660; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '@') goto yy1766; + goto yy5660; + } + } + } else { + if (yych <= '~') { + if (yych <= '{') { + if (yych <= ']') goto yy1766; + if (yych <= 'z') goto yy5660; + goto yy1766; + } else { + if (yych == '}') goto yy1766; + goto yy5660; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych >= 0xC3) goto yy5663; + } else { + if (yych <= 0xCA) goto yy5664; + if (yych <= 0xCB) goto yy5665; + if (yych <= 0xCC) goto yy5663; + goto yy5666; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xCE) goto yy5667; + if (yych <= 0xD3) goto yy5663; + goto yy5668; + } else { + if (yych <= 0xD5) goto yy5669; + if (yych <= 0xD6) goto yy5670; + goto yy5671; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy5672; + if (yych <= 0xD9) goto yy5673; + goto yy5663; + } else { + if (yych <= 0xDB) goto yy5674; + if (yych <= 0xDC) goto yy5675; + if (yych <= 0xDD) goto yy5676; + goto yy5677; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy5678; + if (yych <= 0xE0) goto yy5679; + goto yy5680; + } else { + if (yych <= 0xE2) goto yy5681; + if (yych <= 0xE3) goto yy5682; + if (yych <= 0xE4) goto yy5683; + goto yy1766; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy5684; + if (yych <= 0xEE) goto yy1766; + goto yy5685; + } else { + if (yych <= 0xF0) goto yy5686; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy5662: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB5: + case 0xB8: + case 0xBA: goto yy5660; + default: goto yy2; + } +yy5663: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy5664: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5660; + goto yy2; +yy5665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + goto yy5660; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x9F) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych == 0xAC) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy5666: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) { + if (yych <= 0xBA) goto yy2; + goto yy5660; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } +yy5667: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + goto yy5660; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy5660; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy5668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy5669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5660; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy5670: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5660; + if (yych <= 0x8C) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy5660; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } +yy5671: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy5660; + if (yych <= 0x8F) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy5660; + goto yy2; + } + } +yy5672: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy5660; + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy5673: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xAD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy5674: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9C) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA4) goto yy5660; + if (yych <= 0xA6) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy5675: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy5676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy5660; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy5677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy5660; + goto yy2; +yy5678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB3) goto yy5660; + if (yych == 0xB6) goto yy5660; + goto yy2; +yy5679: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy8752; + case 0xA1: goto yy8753; + case 0xA2: goto yy8754; + case 0xA3: goto yy8755; + case 0xA4: goto yy5663; + case 0xA5: goto yy8756; + case 0xA6: goto yy8757; + case 0xA7: goto yy8758; + case 0xA8: goto yy8759; + case 0xA9: goto yy8760; + case 0xAA: goto yy8761; + case 0xAB: goto yy8762; + case 0xAC: goto yy8763; + case 0xAD: goto yy8764; + case 0xAE: goto yy8765; + case 0xAF: goto yy8766; + case 0xB0: goto yy8767; + case 0xB1: goto yy8768; + case 0xB2: goto yy8769; + case 0xB3: goto yy8770; + case 0xB4: goto yy8771; + case 0xB5: goto yy8772; + case 0xB6: goto yy8773; + case 0xB7: goto yy8774; + case 0xB8: goto yy8775; + case 0xB9: goto yy8776; + case 0xBA: goto yy8777; + case 0xBB: goto yy8778; + case 0xBC: goto yy8779; + case 0xBD: goto yy8780; + case 0xBE: goto yy8781; + case 0xBF: goto yy8782; + default: goto yy2; + } +yy5680: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8783; + case 0x81: goto yy8784; + case 0x82: goto yy8785; + case 0x83: goto yy8786; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy5663; + case 0x89: goto yy8787; + case 0x8A: goto yy8788; + case 0x8B: goto yy8789; + case 0x8C: goto yy8790; + case 0x8D: goto yy8791; + case 0x8E: goto yy8792; + case 0x8F: goto yy8793; + case 0x90: goto yy8794; + case 0x99: goto yy8795; + case 0x9A: goto yy8796; + case 0x9B: goto yy8797; + case 0x9C: goto yy8798; + case 0x9D: goto yy8799; + case 0x9E: goto yy8800; + case 0x9F: goto yy8801; + case 0xA0: goto yy8802; + case 0xA1: goto yy8803; + case 0xA2: goto yy8804; + case 0xA3: goto yy8805; + case 0xA4: goto yy8806; + case 0xA5: goto yy8807; + case 0xA7: goto yy8808; + case 0xA8: goto yy8753; + case 0xA9: goto yy8809; + case 0xAA: goto yy8810; + case 0xAC: goto yy8811; + case 0xAD: goto yy8812; + case 0xAE: goto yy8813; + case 0xAF: goto yy8814; + case 0xB0: goto yy8815; + case 0xB1: goto yy8816; + case 0xB3: goto yy8817; + case 0xB4: goto yy8818; + case 0xB5: goto yy8819; + case 0xB6: goto yy8820; + case 0xB7: goto yy8821; + case 0xBC: goto yy8822; + case 0xBD: goto yy8823; + case 0xBE: goto yy8824; + case 0xBF: goto yy8825; + default: goto yy2; + } +yy5681: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8826; + case 0x81: goto yy8827; + case 0x82: goto yy8828; + case 0x83: goto yy8829; + case 0x84: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xB2: + case 0xBC: + case 0xBD: + case 0xBE: goto yy5663; + case 0x85: goto yy8830; + case 0x86: goto yy8831; + case 0x8C: goto yy8832; + case 0x8F: goto yy8833; + case 0x90: goto yy8834; + case 0x91: goto yy8835; + case 0x92: goto yy8836; + case 0x93: goto yy8837; + case 0x9D: goto yy8838; + case 0x9E: goto yy8839; + case 0x9F: goto yy8840; + case 0xA6: goto yy8841; + case 0xA7: goto yy8842; + case 0xAD: goto yy8843; + case 0xAE: goto yy8844; + case 0xAF: goto yy8845; + case 0xB0: goto yy8846; + case 0xB1: goto yy8847; + case 0xB3: + case 0xBB: goto yy8814; + case 0xB4: goto yy8848; + case 0xB5: goto yy8849; + case 0xB6: goto yy8850; + case 0xB7: goto yy8851; + case 0xBA: goto yy8852; + case 0xBF: goto yy8853; + default: goto yy2; + } +yy5682: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8854; + case 0x82: goto yy8855; + case 0x84: goto yy8856; + case 0x86: goto yy8857; + case 0x87: goto yy8858; + case 0x88: goto yy8859; + case 0x89: goto yy8860; + case 0x8A: goto yy8861; + case 0x8B: goto yy8862; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy5663; + default: goto yy2; + } +yy5683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy5663; + goto yy2; +yy5684: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy5675; + case 0x93: goto yy8863; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xA2: + case 0xAE: goto yy5663; + case 0x98: goto yy8864; + case 0x99: goto yy8865; + case 0x9A: goto yy8866; + case 0x9B: goto yy8867; + case 0x9C: goto yy8868; + case 0x9D: goto yy5668; + case 0x9E: goto yy8869; + case 0x9F: goto yy8870; + case 0xA0: goto yy8871; + case 0xA1: goto yy8814; + case 0xA3: goto yy8872; + case 0xA4: goto yy8873; + case 0xA5: goto yy8874; + case 0xA6: goto yy8875; + case 0xA7: goto yy8876; + case 0xA8: goto yy8877; + case 0xA9: goto yy8878; + case 0xAA: goto yy8879; + case 0xAB: goto yy8880; + case 0xAC: goto yy8881; + case 0xAD: goto yy8882; + case 0xAF: goto yy8883; + default: goto yy2; + } +yy5685: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy8884; + case 0xAD: goto yy8885; + case 0xAE: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy5663; + case 0xAF: goto yy8886; + case 0xB4: goto yy8887; + case 0xB5: goto yy5675; + case 0xB6: goto yy8888; + case 0xB7: goto yy8889; + case 0xB8: goto yy8890; + case 0xB9: goto yy8891; + case 0xBB: goto yy8892; + case 0xBC: goto yy8893; + case 0xBD: goto yy8894; + case 0xBF: goto yy8895; + default: goto yy2; + } +yy5686: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy8896; + case 0x91: goto yy8897; + case 0x92: goto yy8898; + case 0x93: goto yy8899; + case 0x94: goto yy8900; + case 0x96: goto yy8901; + case 0x9B: goto yy8902; + case 0x9D: goto yy8903; + case 0x9E: goto yy8904; + case 0x9F: goto yy8905; + default: goto yy2; + } +yy5687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy8906; + goto yy2; +yy5688: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= '-') { + if (yych <= '%') { + if (yych <= '#') goto yy1766; + if (yych <= '$') goto yy5660; + goto yy146; + } else { + if (yych == '+') goto yy5688; + if (yych <= ',') goto yy1766; + goto yy783; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy3055; + if (yych <= '/') goto yy1766; + goto yy5688; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '?') goto yy1766; + goto yy148; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= 'Z') goto yy5688; + if (yych <= ']') goto yy1766; + goto yy5660; + } else { + if (yych == '`') goto yy5660; + if (yych <= 'z') goto yy5688; + goto yy1766; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy1766; + if (yych <= '~') goto yy5660; + goto yy1766; + } else { + if (yych <= 0xC2) goto yy5662; + if (yych <= 0xC9) goto yy5663; + if (yych <= 0xCA) goto yy5664; + goto yy5665; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xCE) { + if (yych <= 0xCC) goto yy5663; + if (yych <= 0xCD) goto yy5666; + goto yy5667; + } else { + if (yych <= 0xD3) goto yy5663; + if (yych <= 0xD4) goto yy5668; + if (yych <= 0xD5) goto yy5669; + goto yy5670; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy5671; + if (yych <= 0xD8) goto yy5672; + goto yy5673; + } else { + if (yych <= 0xDA) goto yy5663; + if (yych <= 0xDB) goto yy5674; + if (yych <= 0xDC) goto yy5675; + goto yy5676; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy5677; + if (yych <= 0xDF) goto yy5678; + goto yy5679; + } else { + if (yych <= 0xE1) goto yy5680; + if (yych <= 0xE2) goto yy5681; + if (yych <= 0xE3) goto yy5682; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5684; + if (yych <= 0xEE) goto yy1766; + goto yy5685; + } else { + if (yych <= 0xF0) goto yy5686; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy5690: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy1766; + if (yych <= '$') goto yy5660; + if (yych <= '%') goto yy146; + goto yy1766; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy5688; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy3056; + if (yych <= '/') goto yy1766; + goto yy5690; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '?') goto yy1766; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy5690; + if (yych <= ']') goto yy1766; + if (yych <= '^') goto yy5660; + goto yy5688; + } else { + if (yych <= '`') goto yy5660; + if (yych <= 'z') goto yy5690; + if (yych <= '{') goto yy1766; + goto yy5660; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy5660; + if (yych <= 0xC1) goto yy1766; + } else { + if (yych <= 0xC3) goto yy5693; + if (yych <= 0xC9) goto yy5694; + if (yych <= 0xCA) goto yy5695; + goto yy5665; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy5663; + if (yych <= 0xCD) goto yy5696; + if (yych <= 0xCE) goto yy5697; + goto yy5698; + } else { + if (yych == 0xD2) goto yy5699; + if (yych <= 0xD3) goto yy5694; + goto yy5700; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy5701; + if (yych <= 0xD6) goto yy5702; + if (yych <= 0xD7) goto yy5703; + goto yy5704; + } else { + if (yych <= 0xD9) goto yy5705; + if (yych <= 0xDA) goto yy5694; + if (yych <= 0xDB) goto yy5706; + goto yy5707; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy5708; + if (yych <= 0xDE) goto yy5709; + if (yych <= 0xDF) goto yy5710; + goto yy5711; + } else { + if (yych <= 0xE1) goto yy5712; + if (yych <= 0xE2) goto yy5713; + if (yych <= 0xE3) goto yy5714; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5715; + if (yych <= 0xEE) goto yy1766; + goto yy5716; + } else { + if (yych <= 0xF0) goto yy5717; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy5692: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy5660; + case 0xAA: + case 0xB5: + case 0xBA: goto yy8907; + default: goto yy2; + } +yy5693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy8907; + goto yy5660; + } else { + if (yych == 0xB7) goto yy5660; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy5694: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy5695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy8907; + goto yy2; +yy5696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB3) goto yy8907; + if (yych <= 0xB4) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy8907; + if (yych <= 0xBA) goto yy2; + goto yy8907; + } else { + if (yych == 0xBF) goto yy8907; + goto yy2; + } + } +yy5697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy8907; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy8907; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy8907; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy5698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy5660; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy5699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy8907; + if (yych <= 0x89) goto yy5660; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy5700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy5701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy8907; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy5702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy8907; + } else { + if (yych == 0x8A) goto yy200; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBE) goto yy200; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy5703: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy5660; + if (yych <= 0x8F) goto yy2; + goto yy8907; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy8907; + goto yy2; + } + } +yy5704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy5660; + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy5705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy8907; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy8907; + } else { + if (yych <= 0xB0) goto yy5660; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy5706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy8907; + goto yy2; + } else { + if (yych <= 0x95) goto yy8907; + if (yych == 0x9D) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xAF) goto yy8907; + goto yy843; + } else { + if (yych <= 0xBC) goto yy8907; + if (yych <= 0xBE) goto yy5660; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy5707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy5708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy5660; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy5709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy8907; + if (yych <= 0xB0) goto yy5660; + if (yych <= 0xB1) goto yy8907; + goto yy2; +yy5710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy8907; + } else { + if (yych <= 0xB3) goto yy5660; + if (yych == 0xB6) goto yy5660; + goto yy2; + } +yy5711: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy8909; + case 0xA1: goto yy8910; + case 0xA2: goto yy8911; + case 0xA3: goto yy8755; + case 0xA4: goto yy8912; + case 0xA5: goto yy8913; + case 0xA6: goto yy8914; + case 0xA7: goto yy8915; + case 0xA8: goto yy8916; + case 0xA9: goto yy8917; + case 0xAA: goto yy8918; + case 0xAB: goto yy8919; + case 0xAC: goto yy8920; + case 0xAD: goto yy8921; + case 0xAE: goto yy8922; + case 0xAF: goto yy8923; + case 0xB0: goto yy8924; + case 0xB1: goto yy8925; + case 0xB2: goto yy8926; + case 0xB3: goto yy8927; + case 0xB4: goto yy8928; + case 0xB5: goto yy8929; + case 0xB6: goto yy8930; + case 0xB7: goto yy8931; + case 0xB8: goto yy8775; + case 0xB9: goto yy8932; + case 0xBA: goto yy8777; + case 0xBB: goto yy8933; + case 0xBC: goto yy8934; + case 0xBD: goto yy8780; + case 0xBE: goto yy8781; + case 0xBF: goto yy8782; + default: goto yy2; + } +yy5712: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8783; + case 0x81: goto yy8935; + case 0x82: goto yy8936; + case 0x83: goto yy8937; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy5694; + case 0x89: goto yy8938; + case 0x8A: goto yy8939; + case 0x8B: goto yy8940; + case 0x8C: goto yy8941; + case 0x8D: goto yy8942; + case 0x8E: goto yy8943; + case 0x8F: goto yy8944; + case 0x90: goto yy8945; + case 0x99: goto yy8946; + case 0x9A: goto yy8947; + case 0x9B: goto yy8948; + case 0x9C: goto yy8949; + case 0x9D: goto yy8950; + case 0x9E: goto yy8800; + case 0x9F: goto yy8951; + case 0xA0: goto yy8952; + case 0xA1: goto yy8953; + case 0xA2: goto yy8954; + case 0xA3: goto yy8955; + case 0xA4: goto yy8956; + case 0xA5: goto yy8957; + case 0xA7: goto yy8958; + case 0xA8: goto yy8959; + case 0xA9: goto yy8809; + case 0xAA: goto yy8960; + case 0xAC: goto yy8811; + case 0xAD: goto yy8961; + case 0xAE: goto yy8962; + case 0xAF: goto yy8963; + case 0xB0: goto yy8964; + case 0xB1: goto yy8965; + case 0xB3: goto yy8966; + case 0xB4: goto yy8967; + case 0xB5: goto yy8968; + case 0xB6: goto yy8969; + case 0xB7: goto yy8821; + case 0xBC: goto yy8970; + case 0xBD: goto yy8971; + case 0xBE: goto yy8972; + case 0xBF: goto yy8973; + default: goto yy2; + } +yy5713: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8974; + case 0x81: goto yy8827; + case 0x82: goto yy8828; + case 0x83: goto yy8829; + case 0x84: goto yy8975; + case 0x85: goto yy8976; + case 0x86: goto yy8977; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy5663; + case 0x88: goto yy8978; + case 0x8C: goto yy8832; + case 0x8F: goto yy8833; + case 0x90: goto yy8834; + case 0x91: goto yy8835; + case 0x92: goto yy8836; + case 0x93: goto yy8837; + case 0x9D: goto yy8838; + case 0x9E: goto yy8839; + case 0x9F: goto yy8840; + case 0xA6: goto yy8841; + case 0xA7: goto yy8842; + case 0xAD: goto yy8843; + case 0xAE: goto yy8844; + case 0xAF: goto yy8845; + case 0xB0: goto yy8979; + case 0xB1: goto yy8980; + case 0xB2: goto yy5694; + case 0xB3: goto yy8981; + case 0xB4: goto yy8982; + case 0xB5: goto yy8983; + case 0xB6: goto yy8984; + case 0xB7: goto yy8985; + case 0xB8: goto yy1030; + case 0xBA: goto yy8852; + case 0xBB: goto yy8814; + case 0xBF: goto yy8853; + default: goto yy2; + } +yy5714: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8986; + case 0x82: goto yy8855; + case 0x84: goto yy8987; + case 0x86: goto yy8988; + case 0x87: goto yy8858; + case 0x88: goto yy8859; + case 0x89: goto yy8860; + case 0x8A: goto yy8861; + case 0x8B: goto yy8862; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy5663; + default: goto yy2; + } +yy5715: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy5675; + case 0x93: goto yy8989; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy5694; + case 0x98: goto yy8990; + case 0x99: goto yy8991; + case 0x9A: goto yy8992; + case 0x9B: goto yy8993; + case 0x9C: goto yy8994; + case 0x9D: goto yy5700; + case 0x9E: goto yy8995; + case 0x9F: goto yy8996; + case 0xA0: goto yy8997; + case 0xA1: goto yy8998; + case 0xA2: goto yy8999; + case 0xA3: goto yy9000; + case 0xA4: goto yy9001; + case 0xA5: goto yy9002; + case 0xA6: goto yy8875; + case 0xA7: goto yy9003; + case 0xA8: goto yy9004; + case 0xA9: goto yy9005; + case 0xAA: goto yy8879; + case 0xAB: goto yy9006; + case 0xAC: goto yy9007; + case 0xAD: goto yy9008; + case 0xAF: goto yy9009; + default: goto yy2; + } +yy5716: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy9010; + case 0xAD: goto yy9011; + case 0xAE: goto yy9012; + case 0xAF: goto yy9013; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy5694; + case 0xB4: goto yy9014; + case 0xB5: goto yy9015; + case 0xB6: goto yy9016; + case 0xB7: goto yy9017; + case 0xB8: goto yy9018; + case 0xB9: goto yy9019; + case 0xBB: goto yy9020; + case 0xBC: goto yy9021; + case 0xBD: goto yy9022; + case 0xBF: goto yy8895; + default: goto yy2; + } +yy5717: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy9023; + case 0x91: goto yy9024; + case 0x92: goto yy9025; + case 0x93: goto yy9026; + case 0x94: goto yy9027; + case 0x96: goto yy9028; + case 0x9B: goto yy9029; + case 0x9D: goto yy9030; + case 0x9E: goto yy9031; + case 0x9F: goto yy8905; + default: goto yy2; + } +yy5718: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy1766; + if (yych <= '$') goto yy5660; + if (yych <= '%') goto yy146; + goto yy1766; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy5688; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy3280; + if (yych <= '.') goto yy3057; + if (yych <= '/') goto yy1766; + goto yy5690; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + goto yy1766; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy5718; + if (yych <= ']') goto yy1766; + goto yy5660; + } else { + if (yych <= '_') goto yy5688; + if (yych <= '`') goto yy5660; + if (yych <= 'z') goto yy5718; + goto yy1766; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy1766; + if (yych <= '~') goto yy5660; + goto yy1766; + } else { + if (yych <= 0xC2) goto yy9032; + if (yych <= 0xC3) goto yy5721; + if (yych <= 0xC9) goto yy5722; + goto yy5723; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy9033; + if (yych <= 0xCC) goto yy5663; + if (yych <= 0xCD) goto yy5724; + goto yy9034; + } else { + if (yych <= 0xCF) goto yy5726; + if (yych == 0xD2) goto yy5727; + goto yy5722; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy5728; + if (yych <= 0xD5) goto yy5729; + if (yych <= 0xD6) goto yy9035; + goto yy9036; + } else { + if (yych <= 0xD8) goto yy5732; + if (yych <= 0xD9) goto yy5733; + if (yych <= 0xDA) goto yy5722; + goto yy5734; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy5735; + if (yych <= 0xDD) goto yy5736; + if (yych <= 0xDE) goto yy5737; + goto yy5738; + } else { + if (yych <= 0xE0) goto yy5739; + if (yych <= 0xE1) goto yy9037; + if (yych <= 0xE2) goto yy9038; + goto yy5742; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy5683; + if (yych == 0xEA) goto yy5743; + goto yy1766; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy9039; + goto yy5745; + } else { + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } + } +yy5720: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy5660; + case 0xAA: + case 0xB5: + case 0xBA: goto yy9040; + default: goto yy2; + } +yy5721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9040; + goto yy5660; + } else { + if (yych == 0xB7) goto yy5660; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy5722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy5723: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9040; + goto yy2; +yy5724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB3) goto yy9040; + if (yych <= 0xB4) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy9040; + if (yych <= 0xBA) goto yy2; + goto yy9040; + } else { + if (yych == 0xBF) goto yy9040; + goto yy2; + } + } +yy5725: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy9040; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy9040; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy9040; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy5726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy5660; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy5727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9040; + if (yych <= 0x89) goto yy5660; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy5728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy5729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9040; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy5730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy9040; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy5731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy5660; + if (yych <= 0x8F) goto yy2; + goto yy9040; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy9040; + goto yy2; + } + } +yy5732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy5660; + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy5733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy9040; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy9040; + } else { + if (yych <= 0xB0) goto yy5660; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy5734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy9040; + goto yy2; + } else { + if (yych <= 0x95) goto yy9040; + if (yych == 0x9D) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xAF) goto yy9040; + goto yy843; + } else { + if (yych <= 0xBC) goto yy9040; + if (yych <= 0xBE) goto yy5660; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy5735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy5736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy5660; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy5737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9040; + if (yych <= 0xB0) goto yy5660; + if (yych <= 0xB1) goto yy9040; + goto yy2; +yy5738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy9040; + } else { + if (yych <= 0xB3) goto yy5660; + if (yych == 0xB6) goto yy5660; + goto yy2; + } +yy5739: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy9042; + case 0xA1: goto yy9043; + case 0xA2: goto yy9044; + case 0xA3: goto yy8755; + case 0xA4: goto yy9045; + case 0xA5: goto yy9046; + case 0xA6: goto yy9047; + case 0xA7: goto yy9048; + case 0xA8: goto yy9049; + case 0xA9: goto yy9050; + case 0xAA: goto yy9051; + case 0xAB: goto yy9052; + case 0xAC: goto yy9053; + case 0xAD: goto yy9054; + case 0xAE: goto yy9055; + case 0xAF: goto yy9056; + case 0xB0: goto yy9057; + case 0xB1: goto yy9058; + case 0xB2: goto yy9059; + case 0xB3: goto yy9060; + case 0xB4: goto yy9061; + case 0xB5: goto yy9062; + case 0xB6: goto yy9063; + case 0xB7: goto yy9064; + case 0xB8: goto yy8775; + case 0xB9: goto yy8932; + case 0xBA: goto yy8777; + case 0xBB: goto yy8933; + case 0xBC: goto yy8934; + case 0xBD: goto yy8780; + case 0xBE: goto yy8781; + case 0xBF: goto yy8782; + default: goto yy2; + } +yy5740: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8783; + case 0x81: goto yy8935; + case 0x82: goto yy9065; + case 0x83: goto yy9066; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy5722; + case 0x89: goto yy9067; + case 0x8A: goto yy9068; + case 0x8B: goto yy9069; + case 0x8C: goto yy9070; + case 0x8D: goto yy9071; + case 0x8E: goto yy9072; + case 0x8F: goto yy9073; + case 0x90: goto yy9074; + case 0x99: goto yy9075; + case 0x9A: goto yy9076; + case 0x9B: goto yy9077; + case 0x9C: goto yy9078; + case 0x9D: goto yy9079; + case 0x9E: goto yy8800; + case 0x9F: goto yy8951; + case 0xA0: goto yy9080; + case 0xA1: goto yy9081; + case 0xA2: goto yy9082; + case 0xA3: goto yy9083; + case 0xA4: goto yy9084; + case 0xA5: goto yy8957; + case 0xA7: goto yy8958; + case 0xA8: goto yy9085; + case 0xA9: goto yy8809; + case 0xAA: goto yy8960; + case 0xAC: goto yy8811; + case 0xAD: goto yy8961; + case 0xAE: goto yy9086; + case 0xAF: goto yy9087; + case 0xB0: goto yy9088; + case 0xB1: goto yy9089; + case 0xB3: goto yy9090; + case 0xB4: goto yy9091; + case 0xB5: goto yy9092; + case 0xB6: goto yy9093; + case 0xB7: goto yy8821; + case 0xBC: goto yy9094; + case 0xBD: goto yy9095; + case 0xBE: goto yy9096; + case 0xBF: goto yy9097; + default: goto yy2; + } +yy5741: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9098; + case 0x81: goto yy8827; + case 0x82: goto yy8828; + case 0x83: goto yy8829; + case 0x84: goto yy9099; + case 0x85: goto yy9100; + case 0x86: goto yy9101; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy5663; + case 0x88: goto yy9102; + case 0x8C: goto yy8832; + case 0x8F: goto yy8833; + case 0x90: goto yy8834; + case 0x91: goto yy8835; + case 0x92: goto yy8836; + case 0x93: goto yy8837; + case 0x9D: goto yy8838; + case 0x9E: goto yy8839; + case 0x9F: goto yy8840; + case 0xA6: goto yy8841; + case 0xA7: goto yy8842; + case 0xAD: goto yy8843; + case 0xAE: goto yy8844; + case 0xAF: goto yy8845; + case 0xB0: goto yy9103; + case 0xB1: goto yy9104; + case 0xB2: goto yy5722; + case 0xB3: goto yy9105; + case 0xB4: goto yy9106; + case 0xB5: goto yy9107; + case 0xB6: goto yy9108; + case 0xB7: goto yy9109; + case 0xB8: goto yy3009; + case 0xBA: goto yy8852; + case 0xBB: goto yy8814; + case 0xBF: goto yy8853; + default: goto yy2; + } +yy5742: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9110; + case 0x82: goto yy8855; + case 0x84: goto yy9111; + case 0x86: goto yy9112; + case 0x87: goto yy8858; + case 0x88: goto yy8859; + case 0x89: goto yy8860; + case 0x8A: goto yy8861; + case 0x8B: goto yy8862; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy5663; + default: goto yy2; + } +yy5743: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy5675; + case 0x93: goto yy9113; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy5722; + case 0x98: goto yy9114; + case 0x99: goto yy9115; + case 0x9A: goto yy9116; + case 0x9B: goto yy9117; + case 0x9C: goto yy9118; + case 0x9D: goto yy5728; + case 0x9E: goto yy9119; + case 0x9F: goto yy9120; + case 0xA0: goto yy9121; + case 0xA1: goto yy9122; + case 0xA2: goto yy9123; + case 0xA3: goto yy9124; + case 0xA4: goto yy9125; + case 0xA5: goto yy9126; + case 0xA6: goto yy8875; + case 0xA7: goto yy9003; + case 0xA8: goto yy9127; + case 0xA9: goto yy9128; + case 0xAA: goto yy8879; + case 0xAB: goto yy9129; + case 0xAC: goto yy9130; + case 0xAD: goto yy9131; + case 0xAF: goto yy9132; + default: goto yy2; + } +yy5744: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy9133; + case 0xAD: goto yy9134; + case 0xAE: goto yy9135; + case 0xAF: goto yy9136; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy5722; + case 0xB4: goto yy9137; + case 0xB5: goto yy9138; + case 0xB6: goto yy9139; + case 0xB7: goto yy9140; + case 0xB8: goto yy9141; + case 0xB9: goto yy9142; + case 0xBB: goto yy9143; + case 0xBC: goto yy9144; + case 0xBD: goto yy9145; + case 0xBF: goto yy8895; + default: goto yy2; + } +yy5745: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy9146; + case 0x91: goto yy9147; + case 0x92: goto yy9148; + case 0x93: goto yy9149; + case 0x94: goto yy9150; + case 0x96: goto yy9151; + case 0x9B: goto yy9152; + case 0x9D: goto yy9153; + case 0x9E: goto yy9154; + case 0x9F: goto yy8905; + default: goto yy2; + } +yy5746: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy1952; + goto yy115; + } else { + if (yych <= '+') goto yy1952; + if (yych <= ',') goto yy115; + if (yych <= '-') goto yy562; + goto yy3054; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy115; + if (yych <= '9') goto yy1952; + goto yy115; + } else { + if (yych <= '>') goto yy1952; + if (yych <= '@') goto yy115; + if (yych <= 'Z') goto yy9155; + goto yy115; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '{') { + if (yych <= '`') goto yy1952; + if (yych <= 'z') goto yy9155; + goto yy115; + } else { + if (yych == '}') goto yy115; + if (yych <= '~') goto yy1952; + goto yy115; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) goto yy9157; + if (yych <= 0xC3) goto yy9158; + if (yych <= 0xC9) goto yy9159; + goto yy9160; + } else { + if (yych <= 0xCB) goto yy4531; + if (yych <= 0xCC) goto yy1956; + if (yych <= 0xCD) goto yy9161; + goto yy9162; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy9163; + if (yych <= 0xD1) goto yy9159; + goto yy9164; + } else { + if (yych <= 0xD3) goto yy9159; + if (yych <= 0xD4) goto yy9165; + if (yych <= 0xD5) goto yy9166; + goto yy9167; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy9168; + if (yych <= 0xD8) goto yy9169; + goto yy9170; + } else { + if (yych <= 0xDA) goto yy9159; + if (yych <= 0xDB) goto yy9171; + if (yych <= 0xDC) goto yy9172; + goto yy9173; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy9174; + if (yych <= 0xDF) goto yy9175; + goto yy9176; + } else { + if (yych <= 0xE1) goto yy9177; + if (yych <= 0xE2) goto yy9178; + if (yych <= 0xE3) goto yy9179; + goto yy3078; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9180; + if (yych <= 0xEE) goto yy115; + goto yy9181; + } else { + if (yych <= 0xF0) goto yy9182; + if (yych == 0xF3) goto yy3082; + goto yy115; + } + } + } + } +yy5747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych == 0x9A) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1952; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1952; + goto yy2; + } + } +yy5748: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy3083; + if (yych <= 0x9B) goto yy1952; + goto yy2; +yy5749: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy3083; + } else { + if (yych == 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy5751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x90) goto yy3083; + if (yych <= 0x97) goto yy1952; + goto yy3083; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1952; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy5752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3083; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3083; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3083; + goto yy2; + } else { + if (yych <= 0xB2) goto yy3083; + if (yych <= 0xB5) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy5753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1952; + goto yy3083; + } else { + if (yych == 0x97) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy3083; + goto yy2; + } else { + if (yych <= 0xA1) goto yy3083; + if (yych <= 0xA3) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1952; + goto yy2; + } + } + } +yy5754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy3083; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy3083; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy3083; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy3083; + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy5755: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych == 0x91) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy3083; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1952; + } else { + if (yych <= 0xB4) goto yy3083; + if (yych <= 0xB5) goto yy1952; + goto yy2; + } + } + } +yy5756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy3083; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy3083; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3083; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3083; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy5757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych == 0x90) goto yy3083; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy3083; + if (yych <= 0xA3) goto yy1952; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1952; + } else { + if (yych == 0xB9) goto yy3083; + goto yy2; + } + } + } +yy5758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy3083; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3083; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3083; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3083; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy5759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1952; + if (yych <= 0xB1) goto yy3083; + goto yy2; + } + } + } +yy5760: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1952; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy3083; + default: goto yy2; + } +yy5761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy3083; + if (yych == 0x97) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1952; + goto yy2; + } + } +yy5762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy5763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1952; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy3083; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } + } +yy5764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy3083; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy5765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1952; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy3083; + goto yy2; + } + } + } +yy5766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy3083; + goto yy2; + } else { + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy5767: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8E) goto yy3083; + if (yych <= 0x96) goto yy2; + goto yy1952; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy3083; + if (yych <= 0xA3) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1952; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } + } +yy5768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy3083; + } else { + if (yych == 0xBD) goto yy3083; + goto yy2; + } + } +yy5769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3083; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1952; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } + } +yy5770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBA) goto yy1952; + if (yych == 0xBF) goto yy1952; + goto yy2; + } +yy5771: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy5772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy1952; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBC) goto yy1952; + goto yy2; + } +yy5773: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy5774: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy843; + if (yych <= 0xB3) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy5775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x87) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0x98) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy5777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy1952; + goto yy2; + } else { + if (yych <= 0x8F) goto yy1952; + if (yych <= 0x94) goto yy2; + if (yych <= 0x98) goto yy1952; + goto yy2; + } +yy5778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBE) goto yy1952; + goto yy2; +yy5779: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy1952; + if (yych <= 0x9D) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } + } +yy5780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1952; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy5781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3083; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1952; + goto yy2; +yy5782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3083; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy5783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1245; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy5784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy3083; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB1) goto yy3083; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } + } +yy5785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych <= 0x93) goto yy1952; + if (yych <= 0x9F) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy3083; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } + } +yy5786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5787: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1952; + if (yych <= 0x9A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } +yy5788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1245; + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy5789: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xAA) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy5790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3083; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1952; + goto yy2; + } +yy5791: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy1952; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy5792: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3083; + if (yych <= 0x9B) goto yy1952; + goto yy2; +yy5794: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1952; + if (yych == 0xBF) goto yy1952; + goto yy2; + } +yy5795: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } +yy5796: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5797: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy1952; + goto yy2; + } +yy5798: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xA0) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy3083; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy5799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3083; + if (yych <= 0xB3) goto yy1952; + goto yy2; +yy5800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy3083; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy5801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1952; + if (yych <= 0xAC) goto yy3083; + goto yy1952; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy3083; + if (yych <= 0xB4) goto yy1952; + goto yy3083; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1952; + goto yy2; + } + } +yy5802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1952; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy3083; + } else { + if (yych == 0xBE) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy5804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0x84) goto yy3083; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy3083; + goto yy1952; + } else { + if (yych <= 0x93) goto yy3083; + if (yych <= 0x95) goto yy2; + goto yy3083; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAC) goto yy3083; + if (yych <= 0xAF) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy3083; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3083; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } + } + } +yy5805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy1245; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy1564; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } +yy5806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych == 0x84) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy1952; + goto yy2; + } + } +yy5807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0x8C) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBE) goto yy1952; + goto yy2; +yy5808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB0) goto yy1952; + goto yy2; +yy5809: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1952; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy3083; + default: goto yy2; + } +yy5810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy3083; + } else { + if (yych == 0x8E) goto yy3083; + if (yych <= 0x8F) goto yy1952; + goto yy2; + } +yy5811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy3083; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy5812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy9183; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1952; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy5814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy1952; + goto yy2; +yy5815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy1952; + goto yy2; +yy5816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1952; + goto yy2; +yy5817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy1952; + goto yy2; +yy5819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1952; + goto yy2; +yy5820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy5822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0x98) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1952; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy5824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1952; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1952; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy5826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1952; + goto yy2; + } else { + if (yych <= 0x91) goto yy1952; + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAF) goto yy1952; + goto yy2; + } +yy5827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xAE) goto yy3083; + if (yych <= 0xB1) goto yy1952; + if (yych <= 0xB3) goto yy3083; + goto yy2; + } +yy5828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy3083; + if (yych == 0xBF) goto yy1952; + goto yy2; +yy5829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy3083; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy5830: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1952; + goto yy2; +yy5832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x93) goto yy1952; + if (yych == 0xA0) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1952; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3083; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy5833: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy1952; + goto yy2; +yy5834: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xBA) goto yy3083; + goto yy2; + } +yy5835: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1952; + goto yy2; +yy5836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1952; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1952; + goto yy2; + } else { + if (yych <= 0x90) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy5838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB0) goto yy1952; + goto yy2; +yy5839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy1952; + goto yy2; +yy5840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy3083; + goto yy2; +yy5841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } +yy5842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy3083; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy5843: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1952; + goto yy2; +yy5844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1952; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy5845: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3083; + if (yych <= 0x88) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAD) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy3083; + goto yy2; + } +yy5846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3083; + goto yy1952; + } else { + if (yych == 0x86) goto yy1952; + goto yy3083; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1952; + if (yych <= 0xA2) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1952; + goto yy2; + } + } +yy5847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0xB3) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy3083; + if (yych <= 0xBA) goto yy2; + goto yy3083; + } else { + if (yych == 0xBD) goto yy3083; + goto yy2; + } + } +yy5849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy3083; + } else { + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy5850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3083; + if (yych <= 0x93) goto yy1952; + goto yy2; +yy5851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5852: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy1952; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } + } +yy5853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy3083; + if (yych <= 0xB6) goto yy1952; + goto yy2; +yy5854: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy3083; + goto yy1952; + } else { + if (yych <= 0x8B) goto yy3083; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } + } +yy5855: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB7: + case 0xB8: + case 0xBE: + case 0xBF: goto yy1952; + default: goto yy2; + } +yy5856: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy3083; + goto yy1952; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy3083; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1952; + goto yy2; + } + } +yy5857: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3083; + if (yych <= 0x9B) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA5) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy5858: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy3083; + if (yych <= 0xAA) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy5859: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3083; + goto yy2; + } else { + if (yych <= 0x97) goto yy3083; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy3083; + goto yy1952; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1952; + if (yych <= 0xB6) goto yy3083; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy3083; + goto yy2; + } + } +yy5860: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy5861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy5862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3083; + goto yy2; + } else { + if (yych <= 0xBB) goto yy3083; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } +yy5863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1245; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } + } +yy5864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1952; + if (yych <= 0x91) goto yy2; + goto yy1564; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy1245; + if (yych <= 0xA6) goto yy1952; + if (yych <= 0xA8) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy3083; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } + } +yy5865: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1564; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy1245; + goto yy1564; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy5866: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1952; + if (yych <= 0x9A) goto yy3083; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } +yy5867: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1952; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } +yy5868: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5878; + case 0x81: goto yy5879; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy1133; + case 0x83: goto yy5880; + case 0x84: goto yy9184; + case 0x85: goto yy9185; + case 0x86: goto yy9186; + case 0x87: goto yy9187; + case 0x8A: goto yy5885; + case 0x8B: goto yy9188; + case 0x8C: goto yy5887; + case 0x8D: goto yy9189; + case 0x8E: goto yy5889; + case 0x8F: goto yy5890; + case 0x92: goto yy5891; + case 0x94: goto yy5892; + case 0x95: goto yy5893; + case 0x9C: goto yy5894; + case 0x9D: goto yy5895; + case 0xA0: goto yy5896; + case 0xA1: goto yy9190; + case 0xA2: goto yy5898; + case 0xA3: goto yy5899; + case 0xA4: goto yy5900; + case 0xA6: goto yy5901; + case 0xA8: goto yy9191; + case 0xA9: goto yy5903; + case 0xAA: goto yy5904; + case 0xAB: goto yy9192; + case 0xAC: goto yy3139; + case 0xAD: goto yy5906; + case 0xAE: goto yy5907; + case 0xB1: goto yy5908; + case 0xB2: + case 0xB3: goto yy5909; + default: goto yy2; + } +yy5869: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9193; + case 0x81: goto yy9194; + case 0x82: goto yy9195; + case 0x83: goto yy5913; + case 0x84: goto yy9196; + case 0x85: goto yy9197; + case 0x86: goto yy9198; + case 0x87: goto yy9199; + case 0x88: goto yy9200; + case 0x8A: goto yy5919; + case 0x8B: goto yy9201; + case 0x8C: goto yy9202; + case 0x8D: goto yy9203; + case 0x92: + case 0x98: goto yy9204; + case 0x93: goto yy9205; + case 0x96: goto yy9206; + case 0x97: goto yy9207; + case 0x99: goto yy9208; + case 0x9A: goto yy9209; + case 0x9B: goto yy2362; + case 0x9C: goto yy9210; + case 0xA2: goto yy5930; + case 0xA3: goto yy5931; + case 0xAB: goto yy5932; + default: goto yy2; + } +yy5870: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy1133; + case 0xA8: goto yy5932; + case 0xA9: goto yy5937; + case 0xAB: goto yy9211; + case 0xAC: goto yy9212; + case 0xAD: goto yy9213; + case 0xAE: goto yy5941; + case 0xBD: goto yy9214; + case 0xBE: goto yy9215; + default: goto yy2; + } +yy5871: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy1133; + if (yych <= 0xB1) goto yy5944; + if (yych <= 0xB2) goto yy9216; + goto yy2; +yy5872: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1956; + case 0x83: goto yy4596; + case 0x84: goto yy9217; + case 0x85: goto yy9218; + case 0x87: goto yy9219; + case 0x89: goto yy9220; + case 0x8D: goto yy9221; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy1133; + case 0x91: goto yy5952; + case 0x92: goto yy5953; + case 0x93: goto yy5954; + case 0x94: goto yy5955; + case 0x95: goto yy5956; + case 0x9A: goto yy5957; + case 0x9B: goto yy9222; + case 0x9C: goto yy9223; + case 0x9D: goto yy9224; + case 0x9E: goto yy9225; + case 0x9F: goto yy9226; + case 0xAA: goto yy9227; + default: goto yy2; + } +yy5873: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy1133; + if (yych <= 0xA3) goto yy9228; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy5965; + goto yy5966; + } else { + if (yych <= 0xBA) goto yy5967; + if (yych <= 0xBB) goto yy9229; + goto yy2; + } + } +yy5874: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x85: goto yy9230; + case 0x81: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: goto yy1956; + case 0x82: goto yy9231; + case 0x83: goto yy9232; + case 0x84: goto yy9233; + case 0x86: goto yy4610; + case 0x87: goto yy9234; + case 0x88: goto yy9235; + case 0x89: goto yy9236; + case 0x95: goto yy9237; + case 0x96: goto yy9238; + case 0x9B: goto yy9239; + case 0x9D: goto yy4638; + case 0x9F: goto yy9240; + case 0xA0: goto yy9241; + case 0xA1: goto yy9242; + case 0xA2: goto yy9243; + case 0xA4: goto yy9244; + case 0xA6: goto yy9245; + case 0xA7: goto yy7617; + default: goto yy2; + } +yy5875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0x86) goto yy1956; + if (yych <= 0x87) goto yy1957; + goto yy2; +yy5876: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy5660; + goto yy1766; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy5660; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy1766; + goto yy8907; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '@') goto yy1766; + goto yy9040; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy1766; + if (yych <= '`') goto yy5660; + goto yy9040; + } else { + if (yych == '|') goto yy5660; + if (yych <= '}') goto yy1766; + goto yy5660; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy5720; + if (yych <= 0xC3) goto yy5721; + goto yy5722; + } else { + if (yych <= 0xCA) goto yy5723; + if (yych <= 0xCB) goto yy5665; + if (yych <= 0xCC) goto yy5663; + goto yy5724; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy5725; + if (yych <= 0xCF) goto yy5726; + goto yy5722; + } else { + if (yych <= 0xD2) goto yy5727; + if (yych <= 0xD3) goto yy5722; + if (yych <= 0xD4) goto yy5728; + goto yy5729; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy5730; + if (yych <= 0xD7) goto yy5731; + if (yych <= 0xD8) goto yy5732; + goto yy5733; + } else { + if (yych <= 0xDA) goto yy5722; + if (yych <= 0xDB) goto yy5734; + if (yych <= 0xDC) goto yy5735; + goto yy5736; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy5737; + if (yych <= 0xDF) goto yy5738; + goto yy5739; + } else { + if (yych <= 0xE1) goto yy5740; + if (yych <= 0xE2) goto yy5741; + if (yych <= 0xE3) goto yy5742; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5743; + if (yych <= 0xEE) goto yy1766; + goto yy5744; + } else { + if (yych <= 0xF0) goto yy5745; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy5877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1121; + goto yy2; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy1121; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1087; + if (yych <= '.') goto yy9246; + if (yych <= '/') goto yy2; + goto yy4039; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1121; + if (yych <= '@') goto yy2; + goto yy9247; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1121; + goto yy9247; + } else { + if (yych == '|') goto yy1121; + if (yych <= '}') goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy9249; + if (yych <= 0xC3) goto yy9250; + goto yy9251; + } else { + if (yych <= 0xCA) goto yy9252; + if (yych <= 0xCB) goto yy1135; + if (yych <= 0xCC) goto yy1136; + goto yy9253; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy9254; + if (yych <= 0xCF) goto yy9255; + goto yy9251; + } else { + if (yych <= 0xD2) goto yy9256; + if (yych <= 0xD3) goto yy9251; + if (yych <= 0xD4) goto yy9257; + goto yy9258; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy9259; + if (yych <= 0xD7) goto yy9260; + if (yych <= 0xD8) goto yy9261; + goto yy9262; + } else { + if (yych <= 0xDA) goto yy9251; + if (yych <= 0xDB) goto yy9263; + if (yych <= 0xDC) goto yy9264; + goto yy9265; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy9266; + if (yych <= 0xDF) goto yy9267; + goto yy9268; + } else { + if (yych <= 0xE1) goto yy9269; + if (yych <= 0xE2) goto yy9270; + if (yych <= 0xE3) goto yy9271; + goto yy1156; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9272; + if (yych <= 0xEE) goto yy2; + goto yy9273; + } else { + if (yych <= 0xF0) goto yy9274; + if (yych == 0xF3) goto yy1160; + goto yy2; + } + } + } + } +yy5878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy3083; + } else { + if (yych == 0xBF) goto yy3083; + goto yy2; + } + } +yy5879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy3083; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy3083; + goto yy2; +yy5880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy3083; + goto yy2; +yy5881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1121; + if (yych <= 0x8B) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9B) { + if (yych <= 0x8F) goto yy2; + goto yy1121; + } else { + if (yych == 0xA0) goto yy1121; + goto yy2; + } + } +yy5884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBD) goto yy1121; + goto yy2; +yy5885: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy3083; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy5886: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy3083; + if (yych == 0xA0) goto yy1121; + goto yy2; +yy5887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy5888: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy3083; + if (yych <= 0x81) goto yy2; + goto yy3083; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy3083; + if (yych <= 0xBA) goto yy1121; + goto yy2; + } +yy5889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy3083; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy5890: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy3083; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy3083; + goto yy2; +yy5891: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy3083; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy5892: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy5893: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy3083; + goto yy2; +yy5894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy3083; + goto yy2; +yy5895: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3083; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy3083; + goto yy2; +yy5896: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy3083; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy3083; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3083; + if (yych == 0xBF) goto yy3083; + goto yy2; + } + } +yy5897: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3083; + goto yy2; + } else { + if (yych <= 0xB6) goto yy3083; + if (yych <= 0xB8) goto yy1121; + goto yy2; + } +yy5898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3083; + goto yy2; +yy5899: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy3083; + goto yy2; +yy5900: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3083; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy3083; + goto yy2; +yy5901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy3083; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy5902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy3083; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych <= 0x86) goto yy1121; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1121; + goto yy3083; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1121; + } else { + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } + } +yy5903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy3083; + goto yy2; +yy5904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy3083; + goto yy2; +yy5905: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xA4) goto yy3083; + if (yych <= 0xA6) goto yy1121; + goto yy2; + } +yy5906: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3083; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy3083; + goto yy2; +yy5907: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy3083; + goto yy2; +yy5908: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3083; + goto yy2; +yy5909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy3083; + goto yy2; +yy5910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xB7) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5911: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych == 0xBF) goto yy1121; + goto yy2; + } +yy5912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xAF) goto yy3083; + if (yych <= 0xBA) goto yy1121; + goto yy2; +yy5913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy5914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + goto yy3083; + } else { + if (yych <= 0xB4) goto yy1121; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy5915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy3083; + goto yy1121; + } else { + if (yych == 0xB6) goto yy3083; + goto yy2; + } +yy5916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xB2) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy3083; + if (yych <= 0x89) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy3083; + } else { + if (yych == 0x9C) goto yy3083; + goto yy2; + } + } +yy5918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy3083; + goto yy2; + } else { + if (yych <= 0xAB) goto yy3083; + if (yych <= 0xB7) goto yy1121; + goto yy2; + } +yy5919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3083; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy3083; + goto yy2; + } else { + if (yych <= 0xA8) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy5920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy5921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy3083; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3083; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3083; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3083; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy5922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych == 0x90) goto yy3083; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1121; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } + } + } +yy5923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3083; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5924: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x85) goto yy3083; + goto yy2; + } else { + if (yych <= 0x87) goto yy3083; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy5925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy5926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1121; + goto yy2; + } else { + if (yych <= 0x9B) goto yy3083; + if (yych <= 0x9D) goto yy1121; + goto yy2; + } +yy5927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1121; + goto yy2; + } else { + if (yych <= 0x84) goto yy3083; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy5928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3083; + if (yych <= 0xB7) goto yy1121; + goto yy2; +yy5929: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBF) goto yy1121; + goto yy2; + } +yy5930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy5931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy3083; + goto yy843; + } else { + if (yych == 0xBF) goto yy3083; + goto yy2; + } +yy5932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy3083; + goto yy2; +yy5933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy3083; + goto yy2; +yy5934: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy3083; + goto yy2; +yy5935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3083; + goto yy2; +yy5936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3083; + goto yy2; +yy5937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3083; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy5938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1121; + goto yy2; +yy5939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3083; + goto yy1121; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy5940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1121; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy5941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3083; + goto yy2; +yy5942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy3083; + goto yy2; + } else { + if (yych <= 0x90) goto yy3083; + if (yych <= 0xBE) goto yy1121; + goto yy2; + } +yy5943: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x92) goto yy1121; + goto yy2; +yy5944: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy3083; + goto yy2; +yy5945: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3083; + goto yy2; + } else { + if (yych <= 0x99) goto yy3083; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1121; + goto yy2; + } +yy5946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1121; + goto yy2; +yy5947: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy1121; + if (yych <= 0xA8) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5948: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1121; + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5949: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1121; + goto yy2; +yy5950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1121; + goto yy2; +yy5951: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; +yy5952: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy5953: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy3083; + } else { + if (yych == 0xA2) goto yy3083; + if (yych <= 0xA4) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } + } +yy5954: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy5955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy3083; + goto yy2; + } else { + if (yych <= 0x8A) goto yy3083; + if (yych <= 0x8C) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy3083; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy3083; + goto yy2; + } + } +yy5956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy3083; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy3083; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy5957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3083; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy5958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1121; + goto yy3083; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1121; + goto yy3083; + } else { + if (yych <= 0xBB) goto yy1121; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy5959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy3083; + goto yy1121; + } else { + if (yych == 0xB5) goto yy1121; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy5960: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy3083; + goto yy1121; + } else { + if (yych == 0xAF) goto yy1121; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy5961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3083; + goto yy1121; + } else { + if (yych == 0xA9) goto yy1121; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy5962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy3083; + goto yy1121; + } else { + if (yych <= 0x8B) goto yy3083; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy5963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1121; + goto yy2; + } else { + if (yych == 0xA0) goto yy2; + if (yych <= 0xAF) goto yy1121; + goto yy2; + } +yy5964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy3083; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; +yy5965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy3083; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy3083; + } else { + if (yych == 0xA4) goto yy3083; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy3083; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy3083; + } else { + if (yych == 0xBB) goto yy3083; + goto yy2; + } + } + } +yy5966: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy3083; + default: goto yy2; + } +yy5967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy3083; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy3083; + goto yy2; + } + } +yy5968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1121; + goto yy2; +yy5969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1121; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy5971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych == 0x90) goto yy2; + if (yych <= 0xB5) goto yy1121; + goto yy2; +yy5972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5973: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1121; + goto yy2; +yy5974: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5975: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy1121; + goto yy2; +yy5976: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1121; + goto yy2; +yy5977: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBA) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5978: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA4) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAC) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB3) goto yy1121; + goto yy2; + } +yy5980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1121; + goto yy2; +yy5981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy5982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1121; + goto yy2; + } else { + if (yych <= 0x99) goto yy1121; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy5983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1121; + goto yy2; +yy5984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy1121; + goto yy2; +yy5985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + goto yy2; +yy5986: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1121; + goto yy2; +yy5987: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy1766; + if (yych <= '$') goto yy5660; + if (yych <= '%') goto yy146; + goto yy1766; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy5688; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1161; + if (yych <= '.') goto yy1125; + if (yych <= '/') goto yy1766; + goto yy5690; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '?') goto yy1766; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy9275; + if (yych <= ']') goto yy1766; + if (yych <= '^') goto yy5660; + goto yy5688; + } else { + if (yych <= '`') goto yy5660; + if (yych <= 'z') goto yy9275; + if (yych <= '{') goto yy1766; + goto yy5660; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy5660; + if (yych <= 0xC1) goto yy1766; + goto yy9277; + } else { + if (yych <= 0xC3) goto yy9278; + if (yych <= 0xC9) goto yy9279; + if (yych <= 0xCA) goto yy9280; + goto yy5665; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy5663; + if (yych <= 0xCD) goto yy9281; + if (yych <= 0xCE) goto yy9282; + goto yy9283; + } else { + if (yych == 0xD2) goto yy9284; + if (yych <= 0xD3) goto yy9279; + goto yy9285; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy9286; + if (yych <= 0xD6) goto yy9287; + if (yych <= 0xD7) goto yy9288; + goto yy9289; + } else { + if (yych <= 0xD9) goto yy9290; + if (yych <= 0xDA) goto yy9279; + if (yych <= 0xDB) goto yy9291; + goto yy9292; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy9293; + if (yych <= 0xDE) goto yy9294; + if (yych <= 0xDF) goto yy9295; + goto yy9296; + } else { + if (yych <= 0xE1) goto yy9297; + if (yych <= 0xE2) goto yy9298; + if (yych <= 0xE3) goto yy9299; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9300; + if (yych <= 0xEE) goto yy1766; + goto yy9301; + } else { + if (yych <= 0xF0) goto yy9302; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy5988: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1764; + case 0xAA: + case 0xB5: + case 0xBA: goto yy6010; + default: goto yy2; + } +yy5989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6010; + goto yy1764; + } else { + if (yych == 0xB7) goto yy1764; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy5990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB3) goto yy6010; + if (yych <= 0xB4) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy6010; + if (yych <= 0xBA) goto yy2; + goto yy6010; + } else { + if (yych == 0xBF) goto yy6010; + goto yy2; + } + } +yy5991: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy6010; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy6010; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy5992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1764; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy5993: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6010; + if (yych <= 0x89) goto yy1764; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy5994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych == 0x8A) goto yy9303; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBE) goto yy9303; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy5995: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1764; + if (yych <= 0x8F) goto yy2; + goto yy6010; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy6010; + goto yy2; + } + } +yy5996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1764; + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy5997: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy6010; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy6010; + } else { + if (yych <= 0xB0) goto yy1764; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy5998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy6010; + goto yy2; + } else { + if (yych <= 0x95) goto yy6010; + if (yych == 0x9D) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy6010; + goto yy843; + } else { + if (yych <= 0xBC) goto yy6010; + if (yych <= 0xBE) goto yy1764; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy5999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy6000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1764; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy6001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6010; + if (yych <= 0xB0) goto yy1764; + if (yych <= 0xB1) goto yy6010; + goto yy2; +yy6002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy6010; + } else { + if (yych <= 0xB3) goto yy1764; + if (yych == 0xB6) goto yy1764; + goto yy2; + } +yy6003: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy9304; + case 0xA1: goto yy9305; + case 0xA2: goto yy6014; + case 0xA3: goto yy7358; + case 0xA4: goto yy9306; + case 0xA5: goto yy9307; + case 0xA6: goto yy9308; + case 0xA7: goto yy9309; + case 0xA8: goto yy9310; + case 0xA9: goto yy9311; + case 0xAA: goto yy9312; + case 0xAB: goto yy9313; + case 0xAC: goto yy9314; + case 0xAD: goto yy9315; + case 0xAE: goto yy9316; + case 0xAF: goto yy9317; + case 0xB0: goto yy9318; + case 0xB1: goto yy9319; + case 0xB2: goto yy9320; + case 0xB3: goto yy9321; + case 0xB4: goto yy9322; + case 0xB5: goto yy9323; + case 0xB6: goto yy9324; + case 0xB7: goto yy9325; + case 0xB8: goto yy7378; + case 0xB9: goto yy7934; + case 0xBA: goto yy7380; + case 0xBB: goto yy7935; + case 0xBC: goto yy7936; + case 0xBD: goto yy7383; + case 0xBE: goto yy7384; + case 0xBF: goto yy7385; + default: goto yy2; + } +yy6004: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7386; + case 0x81: goto yy7937; + case 0x82: goto yy9326; + case 0x83: goto yy6036; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy3255; + case 0x89: goto yy6037; + case 0x8A: goto yy6038; + case 0x8B: goto yy6039; + case 0x8C: goto yy6040; + case 0x8D: goto yy9327; + case 0x8E: goto yy9328; + case 0x8F: goto yy6043; + case 0x90: goto yy9329; + case 0x99: goto yy6045; + case 0x9A: goto yy6046; + case 0x9B: goto yy6047; + case 0x9C: goto yy9330; + case 0x9D: goto yy9331; + case 0x9E: goto yy7394; + case 0x9F: goto yy7944; + case 0xA0: goto yy9332; + case 0xA1: goto yy6051; + case 0xA2: goto yy9333; + case 0xA3: goto yy6053; + case 0xA4: goto yy9334; + case 0xA5: goto yy7948; + case 0xA7: goto yy7949; + case 0xA8: goto yy9335; + case 0xA9: goto yy7401; + case 0xAA: goto yy7951; + case 0xAC: goto yy7403; + case 0xAD: goto yy7952; + case 0xAE: goto yy9336; + case 0xAF: goto yy9337; + case 0xB0: goto yy9338; + case 0xB1: goto yy6059; + case 0xB3: goto yy9339; + case 0xB4: goto yy6061; + case 0xB5: goto yy6062; + case 0xB6: goto yy6063; + case 0xB7: goto yy7408; + case 0xBC: goto yy6064; + case 0xBD: goto yy6065; + case 0xBE: goto yy9340; + case 0xBF: goto yy9341; + default: goto yy2; + } +yy6005: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9342; + case 0x81: goto yy7412; + case 0x82: goto yy7413; + case 0x83: goto yy7414; + case 0x84: goto yy9343; + case 0x85: goto yy9344; + case 0x86: goto yy9345; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1769; + case 0x88: goto yy9346; + case 0x8C: goto yy7417; + case 0x8F: goto yy7418; + case 0x90: goto yy7419; + case 0x91: goto yy7420; + case 0x92: goto yy7421; + case 0x93: goto yy7422; + case 0x9D: goto yy7423; + case 0x9E: goto yy7424; + case 0x9F: goto yy7425; + case 0xA6: goto yy7426; + case 0xA7: goto yy7427; + case 0xAD: goto yy7428; + case 0xAE: goto yy7429; + case 0xAF: goto yy7430; + case 0xB0: goto yy6073; + case 0xB1: goto yy6074; + case 0xB2: goto yy3255; + case 0xB3: goto yy9347; + case 0xB4: goto yy6076; + case 0xB5: goto yy9348; + case 0xB6: goto yy6078; + case 0xB7: goto yy9349; + case 0xB8: goto yy9350; + case 0xBA: goto yy7434; + case 0xBB: goto yy4401; + case 0xBF: goto yy7435; + default: goto yy2; + } +yy6006: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9351; + case 0x82: goto yy7437; + case 0x84: goto yy6081; + case 0x86: goto yy9352; + case 0x87: goto yy7439; + case 0x88: goto yy7440; + case 0x89: goto yy7441; + case 0x8A: goto yy7442; + case 0x8B: goto yy7443; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1769; + default: goto yy2; + } +yy6007: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4262; + case 0x93: goto yy9353; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy3255; + case 0x98: goto yy6084; + case 0x99: goto yy9354; + case 0x9A: goto yy9355; + case 0x9B: goto yy9356; + case 0x9C: goto yy9357; + case 0x9D: goto yy3261; + case 0x9E: goto yy9358; + case 0x9F: goto yy6090; + case 0xA0: goto yy9359; + case 0xA1: goto yy6092; + case 0xA2: goto yy9360; + case 0xA3: goto yy9361; + case 0xA4: goto yy9362; + case 0xA5: goto yy9363; + case 0xA6: goto yy7454; + case 0xA7: goto yy7981; + case 0xA8: goto yy9364; + case 0xA9: goto yy9365; + case 0xAA: goto yy7458; + case 0xAB: goto yy9366; + case 0xAC: goto yy6100; + case 0xAD: goto yy9367; + case 0xAF: goto yy9368; + default: goto yy2; + } +yy6008: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy9369; + case 0xAD: goto yy6104; + case 0xAE: goto yy9370; + case 0xAF: goto yy9371; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy3255; + case 0xB4: goto yy6107; + case 0xB5: goto yy6108; + case 0xB6: goto yy6109; + case 0xB7: goto yy9372; + case 0xB8: goto yy9373; + case 0xB9: goto yy9374; + case 0xBB: goto yy6113; + case 0xBC: goto yy9375; + case 0xBD: goto yy9376; + case 0xBF: goto yy7469; + default: goto yy2; + } +yy6009: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy9377; + case 0x91: goto yy9378; + case 0x92: goto yy6118; + case 0x93: goto yy6119; + case 0x94: goto yy6120; + case 0x96: goto yy9379; + case 0x9B: goto yy9380; + case 0x9D: goto yy9381; + case 0x9E: goto yy9382; + case 0x9F: goto yy7476; + default: goto yy2; + } +yy6010: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1764; + goto yy1766; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy1764; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy9246; + if (yych <= '/') goto yy1766; + goto yy4880; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy1764; + if (yych <= '@') goto yy1766; + goto yy6010; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy1766; + if (yych <= '`') goto yy1764; + goto yy6010; + } else { + if (yych == '|') goto yy1764; + if (yych <= '}') goto yy1766; + goto yy1764; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy5988; + if (yych <= 0xC3) goto yy5989; + goto yy3255; + } else { + if (yych <= 0xCA) goto yy3256; + if (yych <= 0xCB) goto yy4254; + if (yych <= 0xCC) goto yy1769; + goto yy5990; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy5991; + if (yych <= 0xCF) goto yy5992; + goto yy3255; + } else { + if (yych <= 0xD2) goto yy5993; + if (yych <= 0xD3) goto yy3255; + if (yych <= 0xD4) goto yy3261; + goto yy3262; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy5994; + if (yych <= 0xD7) goto yy5995; + if (yych <= 0xD8) goto yy5996; + goto yy5997; + } else { + if (yych <= 0xDA) goto yy3255; + if (yych <= 0xDB) goto yy5998; + if (yych <= 0xDC) goto yy5999; + goto yy6000; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy6001; + if (yych <= 0xDF) goto yy6002; + goto yy6003; + } else { + if (yych <= 0xE1) goto yy6004; + if (yych <= 0xE2) goto yy6005; + if (yych <= 0xE3) goto yy6006; + goto yy4270; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy6007; + if (yych <= 0xEE) goto yy1766; + goto yy6008; + } else { + if (yych <= 0xF0) goto yy6009; + if (yych == 0xF3) goto yy4274; + goto yy1766; + } + } + } + } +yy6012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych == 0x9A) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1762; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1762; + goto yy2; + } + } +yy6013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy6010; + if (yych <= 0x9B) goto yy1762; + goto yy2; +yy6014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy6010; + goto yy2; +yy6015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy6010; + } else { + if (yych == 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy6016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x90) goto yy6010; + if (yych <= 0x97) goto yy1762; + goto yy6010; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1762; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy6017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6010; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6010; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6010; + goto yy2; + } else { + if (yych <= 0xB2) goto yy6010; + if (yych <= 0xB5) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy6018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1762; + goto yy6010; + } else { + if (yych == 0x97) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy6010; + goto yy2; + } else { + if (yych <= 0xA1) goto yy6010; + if (yych <= 0xA3) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1762; + goto yy2; + } + } + } +yy6019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy6010; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy6010; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy6010; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy6010; + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy6020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych == 0x91) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy6010; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1762; + } else { + if (yych <= 0xB4) goto yy6010; + if (yych <= 0xB5) goto yy1762; + goto yy2; + } + } + } +yy6021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy6010; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy6010; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6010; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6010; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy6022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych == 0x90) goto yy6010; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy6010; + if (yych <= 0xA3) goto yy1762; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1762; + } else { + if (yych == 0xB9) goto yy6010; + goto yy2; + } + } + } +yy6023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy6010; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6010; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6010; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6010; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy6024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1762; + if (yych <= 0xB1) goto yy6010; + goto yy2; + } + } + } +yy6025: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1762; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy6010; + default: goto yy2; + } +yy6026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy6010; + if (yych == 0x97) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1762; + goto yy2; + } + } +yy6027: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy6010; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy6028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1762; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy6010; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } + } +yy6029: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy6010; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy6010; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy6030: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1762; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy6010; + goto yy2; + } + } + } +yy6031: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy6010; + goto yy2; + } else { + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy6032: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8E) goto yy6010; + if (yych <= 0x96) goto yy2; + goto yy1762; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy6010; + if (yych <= 0xA3) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1762; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } + } +yy6033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy6010; + } else { + if (yych == 0xBD) goto yy6010; + goto yy2; + } + } +yy6034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6010; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1762; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1762; + goto yy2; + } + } +yy6035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1762; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy6036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych == 0x87) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy6010; + if (yych <= 0x8F) goto yy2; + goto yy6010; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy6037: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6010; + goto yy2; + } else { + if (yych <= 0x8D) goto yy6010; + if (yych <= 0x8F) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy6010; + goto yy2; + } else { + if (yych <= 0x9D) goto yy6010; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy6038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy6010; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy6010; + goto yy2; + } + } +yy6039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy6010; + if (yych <= 0x81) goto yy2; + goto yy6010; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy6010; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy6040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy6010; + goto yy2; + } else { + if (yych <= 0x95) goto yy6010; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy6041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6010; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1762; + goto yy2; +yy6042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6010; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy6043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy6010; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy6010; + goto yy2; +yy6044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy6045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy6010; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy6046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy6010; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy6047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6010; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy6010; + goto yy2; +yy6048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy6010; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB1) goto yy6010; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } + } +yy6049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych <= 0x93) goto yy1762; + if (yych <= 0x9F) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy6010; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1762; + goto yy2; + } + } +yy6050: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy6051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy6010; + goto yy2; +yy6052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xAA) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy6053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy6010; + goto yy2; +yy6054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6010; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1762; + goto yy2; + } +yy6055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6010; + if (yych <= 0x9B) goto yy1762; + goto yy2; +yy6056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xA0) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy6010; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy6057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6010; + if (yych <= 0xB3) goto yy1762; + goto yy2; +yy6058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy6010; + if (yych <= 0xB7) goto yy1762; + goto yy2; +yy6059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy6010; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy6010; + goto yy2; + } +yy6060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1762; + if (yych <= 0xAC) goto yy6010; + goto yy1762; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy6010; + if (yych <= 0xB4) goto yy1762; + goto yy6010; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1762; + goto yy2; + } + } +yy6061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy6010; + goto yy2; +yy6062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy6063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6010; + goto yy2; +yy6064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6010; + goto yy2; + } else { + if (yych <= 0x9D) goto yy6010; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy6065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6010; + goto yy2; + } else { + if (yych <= 0x8D) goto yy6010; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy6010; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy6010; + goto yy2; + } + } +yy6066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy6010; + } else { + if (yych == 0xBE) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy6067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0x84) goto yy6010; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy6010; + goto yy1762; + } else { + if (yych <= 0x93) goto yy6010; + if (yych <= 0x95) goto yy2; + goto yy6010; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAC) goto yy6010; + if (yych <= 0xAF) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy6010; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6010; + if (yych <= 0xBE) goto yy1762; + goto yy2; + } + } + } +yy6068: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1087; + if (yych <= 0x97) goto yy2; + goto yy1087; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1087; + } else { + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } +yy6069: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1762; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy6010; + default: goto yy2; + } +yy6070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + goto yy6010; + } else { + if (yych == 0x8E) goto yy6010; + if (yych <= 0x8F) goto yy1762; + goto yy2; + } +yy6071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy6010; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy6072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy9383; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy6073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy6074: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6010; + goto yy2; + } else { + if (yych <= 0xBB) goto yy6010; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy6075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xAE) goto yy6010; + if (yych <= 0xB1) goto yy1762; + if (yych <= 0xB3) goto yy6010; + goto yy2; + } +yy6076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy6010; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy6010; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy6077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy6010; + if (yych == 0xBF) goto yy1762; + goto yy2; +yy6078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy6010; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy6010; + goto yy2; + } + } +yy6079: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy6010; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy6080: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1762; + goto yy2; + } else { + if (yych <= 0x93) goto yy1762; + if (yych == 0xA0) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1762; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1762; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6010; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy6081: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy6010; + goto yy2; +yy6082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1762; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBA) goto yy6010; + goto yy2; + } +yy6083: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy6010; + goto yy2; +yy6084: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy6010; + goto yy2; + } else { + if (yych <= 0x9F) goto yy6010; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy6010; + goto yy2; + } +yy6085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } +yy6086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy6010; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy6087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1762; + goto yy2; +yy6088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1762; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy6089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6010; + if (yych <= 0x88) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAD) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy6010; + goto yy2; + } +yy6090: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy6010; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy6091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6010; + goto yy1762; + } else { + if (yych == 0x86) goto yy1762; + goto yy6010; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1762; + if (yych <= 0xA2) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1762; + goto yy2; + } + } +yy6092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy6010; + goto yy2; +yy6093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0xB3) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy6094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy6010; + if (yych <= 0xBA) goto yy2; + goto yy6010; + } else { + if (yych == 0xBD) goto yy6010; + goto yy2; + } + } +yy6095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy6010; + } else { + if (yych <= 0xAD) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy6096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6010; + if (yych <= 0x93) goto yy1762; + goto yy2; +yy6097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy6010; + if (yych <= 0xB6) goto yy1762; + goto yy2; +yy6098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy6010; + goto yy1762; + } else { + if (yych <= 0x8B) goto yy6010; + if (yych <= 0x8D) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } + } +yy6099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy6010; + goto yy1762; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy6010; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1762; + goto yy2; + } + } +yy6100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy6010; + goto yy2; + } else { + if (yych <= 0x8E) goto yy6010; + if (yych <= 0x90) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy6010; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy6101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6010; + if (yych <= 0x9B) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA5) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy6102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy6010; + if (yych <= 0xAA) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy6103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6010; + goto yy2; + } else { + if (yych <= 0x97) goto yy6010; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy6010; + goto yy1762; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1762; + if (yych <= 0xB6) goto yy6010; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy6010; + goto yy2; + } + } +yy6104: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6010; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy6105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy6106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy6107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy6010; + goto yy2; +yy6108: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy6109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6010; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy6110: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6010; + goto yy2; + } else { + if (yych <= 0xBB) goto yy6010; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } +yy6111: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1762; + if (yych <= 0x9F) goto yy2; + goto yy1762; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy1087; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } +yy6112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1762; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1762; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1762; + if (yych == 0xA9) goto yy1762; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy6113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy6010; + goto yy2; +yy6114: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy1762; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy6010; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy6115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1762; + if (yych <= 0x9A) goto yy6010; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1762; + goto yy2; + } +yy6116: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9384; + case 0x81: goto yy9385; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy3255; + case 0x83: goto yy9386; + case 0x84: goto yy7480; + case 0x85: goto yy7481; + case 0x86: goto yy7482; + case 0x87: goto yy7483; + case 0x8A: goto yy9387; + case 0x8B: goto yy9388; + case 0x8C: goto yy9389; + case 0x8D: goto yy9390; + case 0x8E: goto yy9391; + case 0x8F: goto yy9392; + case 0x92: goto yy9393; + case 0x94: goto yy9394; + case 0x95: goto yy9395; + case 0x9C: goto yy9396; + case 0x9D: goto yy9397; + case 0xA0: goto yy9398; + case 0xA1: goto yy9399; + case 0xA2: goto yy9400; + case 0xA3: goto yy9401; + case 0xA4: goto yy9402; + case 0xA6: goto yy9403; + case 0xA8: goto yy9404; + case 0xA9: goto yy9405; + case 0xAA: goto yy9406; + case 0xAB: goto yy9407; + case 0xAC: goto yy6053; + case 0xAD: goto yy9408; + case 0xAE: goto yy9409; + case 0xB1: goto yy9410; + case 0xB2: + case 0xB3: goto yy9411; + default: goto yy2; + } +yy6117: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9412; + case 0x81: goto yy8031; + case 0x82: goto yy9413; + case 0x83: goto yy9414; + case 0x84: goto yy9415; + case 0x85: goto yy9416; + case 0x86: goto yy9417; + case 0x87: goto yy9418; + case 0x88: goto yy9419; + case 0x8A: goto yy9420; + case 0x8B: goto yy9421; + case 0x8C: goto yy9422; + case 0x8D: goto yy9423; + case 0x92: + case 0x98: goto yy9424; + case 0x93: goto yy9425; + case 0x96: goto yy9426; + case 0x97: goto yy9427; + case 0x99: goto yy9428; + case 0x9A: goto yy9429; + case 0x9B: goto yy2362; + case 0x9C: goto yy8049; + case 0xA2: goto yy9430; + case 0xA3: goto yy9431; + case 0xAB: goto yy9432; + default: goto yy2; + } +yy6118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy3255; + goto yy9433; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy3255; + if (yych <= 0x95) goto yy9434; + goto yy2; + } +yy6119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3255; + if (yych <= 0x90) goto yy9435; + goto yy2; +yy6120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy3255; + if (yych <= 0x99) goto yy9436; + goto yy2; +yy6121: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy3255; + case 0xA8: goto yy9432; + case 0xA9: goto yy9437; + case 0xAB: goto yy9438; + case 0xAC: goto yy9439; + case 0xAD: goto yy9440; + case 0xAE: goto yy9441; + case 0xBD: goto yy9442; + case 0xBE: goto yy7538; + default: goto yy2; + } +yy6122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy3255; + if (yych <= 0xB1) goto yy9443; + if (yych <= 0xB2) goto yy9444; + goto yy2; +yy6123: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1772; + case 0x83: goto yy7541; + case 0x84: goto yy7542; + case 0x85: goto yy7543; + case 0x87: goto yy7544; + case 0x89: goto yy7545; + case 0x8D: goto yy7546; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy3255; + case 0x91: goto yy9445; + case 0x92: goto yy9446; + case 0x93: goto yy9447; + case 0x94: goto yy9448; + case 0x95: goto yy9449; + case 0x9A: goto yy9450; + case 0x9B: goto yy9451; + case 0x9C: goto yy9452; + case 0x9D: goto yy9453; + case 0x9E: goto yy9454; + case 0x9F: goto yy9455; + case 0xAA: goto yy7558; + default: goto yy2; + } +yy6124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy3255; + if (yych <= 0xA3) goto yy9456; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy9457; + goto yy9458; + } else { + if (yych <= 0xBA) goto yy9459; + if (yych <= 0xBB) goto yy7563; + goto yy2; + } + } +yy6125: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy1766; + if (yych <= '$') goto yy1764; + if (yych <= '%') goto yy146; + goto yy1766; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy2209; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy3280; + if (yych <= '.') goto yy3057; + if (yych <= '/') goto yy1766; + goto yy2402; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy1764; + goto yy1766; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy6125; + if (yych <= ']') goto yy1766; + goto yy1764; + } else { + if (yych <= '_') goto yy2209; + if (yych <= '`') goto yy1764; + if (yych <= 'z') goto yy6125; + goto yy1766; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy1766; + if (yych <= '~') goto yy1764; + goto yy1766; + } else { + if (yych <= 0xC2) goto yy9460; + if (yych <= 0xC3) goto yy9461; + if (yych <= 0xC9) goto yy6129; + goto yy6130; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy9462; + if (yych <= 0xCC) goto yy1769; + if (yych <= 0xCD) goto yy9463; + goto yy9464; + } else { + if (yych <= 0xCF) goto yy9465; + if (yych == 0xD2) goto yy9466; + goto yy6129; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy6135; + if (yych <= 0xD5) goto yy6136; + if (yych <= 0xD6) goto yy9467; + goto yy9468; + } else { + if (yych <= 0xD8) goto yy9469; + if (yych <= 0xD9) goto yy9470; + if (yych <= 0xDA) goto yy6129; + goto yy9471; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy9472; + if (yych <= 0xDD) goto yy9473; + if (yych <= 0xDE) goto yy9474; + goto yy9475; + } else { + if (yych <= 0xE0) goto yy9476; + if (yych <= 0xE1) goto yy9477; + if (yych <= 0xE2) goto yy9478; + goto yy9479; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy4270; + if (yych == 0xEA) goto yy9480; + goto yy1766; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy9481; + goto yy9482; + } else { + if (yych == 0xF3) goto yy4274; + goto yy1766; + } + } + } + } + } +yy6127: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1762; + case 0xAA: + case 0xB5: + case 0xBA: goto yy9483; + default: goto yy2; + } +yy6128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9483; + goto yy1762; + } else { + if (yych == 0xB7) goto yy1762; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy6129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy6130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9483; + goto yy2; +yy6131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0xB3) goto yy9483; + if (yych <= 0xB4) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy9483; + if (yych <= 0xBA) goto yy2; + goto yy9483; + } else { + if (yych == 0xBF) goto yy9483; + goto yy2; + } + } +yy6132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1762; + goto yy9483; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy9483; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy6133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1762; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy6134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9483; + if (yych <= 0x89) goto yy1762; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy6135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy6136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9483; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy6137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy6138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1762; + if (yych <= 0x8F) goto yy2; + goto yy9483; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy9483; + goto yy2; + } + } +yy6139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1762; + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy6140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy9483; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy9483; + } else { + if (yych <= 0xB0) goto yy1762; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy6141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy9483; + goto yy2; + } else { + if (yych <= 0x95) goto yy9483; + if (yych == 0x9D) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1762; + if (yych <= 0xAF) goto yy9483; + goto yy843; + } else { + if (yych <= 0xBC) goto yy9483; + if (yych <= 0xBE) goto yy1762; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy6142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy6143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1762; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy6144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9483; + if (yych <= 0xB0) goto yy1762; + if (yych <= 0xB1) goto yy9483; + goto yy2; +yy6145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy9483; + } else { + if (yych <= 0xB3) goto yy1762; + if (yych == 0xB6) goto yy1762; + goto yy2; + } +yy6146: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy9485; + case 0xA1: goto yy9486; + case 0xA2: goto yy9487; + case 0xA3: goto yy4278; + case 0xA4: goto yy9488; + case 0xA5: goto yy9489; + case 0xA6: goto yy9490; + case 0xA7: goto yy9491; + case 0xA8: goto yy9492; + case 0xA9: goto yy9493; + case 0xAA: goto yy9494; + case 0xAB: goto yy9495; + case 0xAC: goto yy9496; + case 0xAD: goto yy9497; + case 0xAE: goto yy9498; + case 0xAF: goto yy9499; + case 0xB0: goto yy9500; + case 0xB1: goto yy9501; + case 0xB2: goto yy9502; + case 0xB3: goto yy9503; + case 0xB4: goto yy9504; + case 0xB5: goto yy9505; + case 0xB6: goto yy9506; + case 0xB7: goto yy9507; + case 0xB8: goto yy4299; + case 0xB9: goto yy4905; + case 0xBA: goto yy4301; + case 0xBB: goto yy4906; + case 0xBC: goto yy4907; + case 0xBD: goto yy4304; + case 0xBE: goto yy4305; + case 0xBF: goto yy4306; + default: goto yy2; + } +yy6147: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4307; + case 0x81: goto yy4908; + case 0x82: goto yy9508; + case 0x83: goto yy9509; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy6129; + case 0x89: goto yy9510; + case 0x8A: goto yy9511; + case 0x8B: goto yy9512; + case 0x8C: goto yy9513; + case 0x8D: goto yy9514; + case 0x8E: goto yy9515; + case 0x8F: goto yy9516; + case 0x90: goto yy9517; + case 0x99: goto yy9518; + case 0x9A: goto yy9519; + case 0x9B: goto yy9520; + case 0x9C: goto yy9521; + case 0x9D: goto yy9522; + case 0x9E: goto yy4324; + case 0x9F: goto yy4924; + case 0xA0: goto yy9523; + case 0xA1: goto yy9524; + case 0xA2: goto yy9525; + case 0xA3: goto yy9526; + case 0xA4: goto yy9527; + case 0xA5: goto yy4930; + case 0xA7: goto yy4931; + case 0xA8: goto yy9528; + case 0xA9: goto yy4334; + case 0xAA: goto yy4933; + case 0xAC: goto yy4336; + case 0xAD: goto yy4934; + case 0xAE: goto yy9529; + case 0xAF: goto yy9530; + case 0xB0: goto yy9531; + case 0xB1: goto yy9532; + case 0xB3: goto yy9533; + case 0xB4: goto yy9534; + case 0xB5: goto yy9535; + case 0xB6: goto yy9536; + case 0xB7: goto yy4346; + case 0xBC: goto yy9537; + case 0xBD: goto yy9538; + case 0xBE: goto yy9539; + case 0xBF: goto yy9540; + default: goto yy2; + } +yy6148: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6068; + case 0x81: goto yy4352; + case 0x82: goto yy4353; + case 0x83: goto yy4354; + case 0x84: goto yy9541; + case 0x85: goto yy9542; + case 0x86: goto yy9543; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1772; + case 0x88: goto yy6072; + case 0x8C: goto yy4358; + case 0x8F: goto yy4359; + case 0x90: goto yy4360; + case 0x91: goto yy4361; + case 0x92: goto yy4362; + case 0x93: goto yy4363; + case 0x9D: goto yy4364; + case 0x9E: goto yy4365; + case 0x9F: goto yy4366; + case 0xA6: goto yy4367; + case 0xA7: goto yy4368; + case 0xAD: goto yy4369; + case 0xAE: goto yy4370; + case 0xAF: goto yy4371; + case 0xB0: goto yy9544; + case 0xB1: goto yy9545; + case 0xB2: goto yy6129; + case 0xB3: goto yy9546; + case 0xB4: goto yy9547; + case 0xB5: goto yy9548; + case 0xB6: goto yy9549; + case 0xB7: goto yy9550; + case 0xB8: goto yy3009; + case 0xBA: goto yy4379; + case 0xBB: goto yy4380; + case 0xBF: goto yy4381; + default: goto yy2; + } +yy6149: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9551; + case 0x82: goto yy4383; + case 0x84: goto yy9552; + case 0x86: goto yy9553; + case 0x87: goto yy4386; + case 0x88: goto yy4387; + case 0x89: goto yy4388; + case 0x8A: goto yy4389; + case 0x8B: goto yy4390; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1772; + default: goto yy2; + } +yy6150: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4391; + case 0x93: goto yy9554; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy6129; + case 0x98: goto yy9555; + case 0x99: goto yy9556; + case 0x9A: goto yy9557; + case 0x9B: goto yy9558; + case 0x9C: goto yy9559; + case 0x9D: goto yy6135; + case 0x9E: goto yy9560; + case 0x9F: goto yy9561; + case 0xA0: goto yy9562; + case 0xA1: goto yy9563; + case 0xA2: goto yy9564; + case 0xA3: goto yy9565; + case 0xA4: goto yy9566; + case 0xA5: goto yy9567; + case 0xA6: goto yy4406; + case 0xA7: goto yy4976; + case 0xA8: goto yy9568; + case 0xA9: goto yy9569; + case 0xAA: goto yy4410; + case 0xAB: goto yy9570; + case 0xAC: goto yy9571; + case 0xAD: goto yy9572; + case 0xAF: goto yy9573; + default: goto yy2; + } +yy6151: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy9574; + case 0xAD: goto yy9575; + case 0xAE: goto yy9576; + case 0xAF: goto yy9577; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy6129; + case 0xB4: goto yy9578; + case 0xB5: goto yy9579; + case 0xB6: goto yy9580; + case 0xB7: goto yy9581; + case 0xB8: goto yy6111; + case 0xB9: goto yy9582; + case 0xBB: goto yy9583; + case 0xBC: goto yy9584; + case 0xBD: goto yy9585; + case 0xBF: goto yy4427; + default: goto yy2; + } +yy6152: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy9586; + case 0x91: goto yy9587; + case 0x92: goto yy9588; + case 0x93: goto yy9589; + case 0x94: goto yy9590; + case 0x96: goto yy9591; + case 0x9B: goto yy9592; + case 0x9D: goto yy9593; + case 0x9E: goto yy9594; + case 0x9F: goto yy4437; + default: goto yy2; + } +yy6153: + yyaccept = 22; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy3282; + if (yych <= '$') goto yy533; + if (yych <= '%') goto yy146; + goto yy3282; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy781; + goto yy3282; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy3280; + if (yych <= '.') goto yy3281; + if (yych <= '/') goto yy3282; + goto yy870; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy3282; + if (yych <= '>') goto yy533; + goto yy3282; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy9595; + if (yych <= ']') goto yy3282; + goto yy533; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy533; + if (yych <= 'z') goto yy9595; + goto yy3282; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy3282; + if (yych <= '~') goto yy533; + goto yy3282; + } else { + if (yych <= 0xC2) goto yy9597; + if (yych <= 0xC3) goto yy9598; + if (yych <= 0xC9) goto yy9599; + goto yy9600; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy3289; + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy9601; + goto yy9602; + } else { + if (yych <= 0xCF) goto yy9603; + if (yych == 0xD2) goto yy9604; + goto yy9599; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy9605; + if (yych <= 0xD5) goto yy9606; + if (yych <= 0xD6) goto yy9607; + goto yy9608; + } else { + if (yych <= 0xD8) goto yy9609; + if (yych <= 0xD9) goto yy9610; + if (yych <= 0xDA) goto yy9599; + goto yy9611; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy9612; + if (yych <= 0xDD) goto yy9613; + if (yych <= 0xDE) goto yy9614; + goto yy9615; + } else { + if (yych <= 0xE0) goto yy9616; + if (yych <= 0xE1) goto yy9617; + if (yych <= 0xE2) goto yy9618; + goto yy9619; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy557; + if (yych == 0xEA) goto yy9620; + goto yy3282; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy9621; + goto yy9622; + } else { + if (yych == 0xF3) goto yy561; + goto yy3282; + } + } + } + } + } +yy6154: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy533; + case 0xAA: + case 0xB5: + case 0xBA: goto yy9623; + default: goto yy2; + } +yy6155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9623; + goto yy533; + } else { + if (yych == 0xB7) goto yy533; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy6156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy6157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9623; + goto yy2; +yy6158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB3) goto yy9623; + if (yych <= 0xB4) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy9623; + if (yych <= 0xBA) goto yy2; + goto yy9623; + } else { + if (yych == 0xBF) goto yy9623; + goto yy2; + } + } +yy6159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy9623; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy9623; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy9623; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy6160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy533; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy6161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9623; + if (yych <= 0x89) goto yy533; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy6162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy6163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9623; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy6164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy9623; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy533; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy6165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy9623; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy9623; + goto yy2; + } + } +yy6166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy533; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy6167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy9623; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy9623; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy6168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy9623; + goto yy2; + } else { + if (yych <= 0x95) goto yy9623; + if (yych == 0x9D) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy9623; + goto yy843; + } else { + if (yych <= 0xBC) goto yy9623; + if (yych <= 0xBE) goto yy533; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy6169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy9623; + goto yy533; + } else { + if (yych <= 0xAF) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy6170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy6171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9623; + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy9623; + goto yy2; +yy6172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy9623; + } else { + if (yych <= 0xB3) goto yy533; + if (yych == 0xB6) goto yy533; + goto yy2; + } +yy6173: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy9624; + case 0xA1: goto yy9625; + case 0xA2: goto yy9626; + case 0xA3: goto yy1800; + case 0xA4: goto yy9627; + case 0xA5: goto yy9628; + case 0xA6: goto yy9629; + case 0xA7: goto yy9630; + case 0xA8: goto yy9631; + case 0xA9: goto yy9632; + case 0xAA: goto yy9633; + case 0xAB: goto yy9634; + case 0xAC: goto yy9635; + case 0xAD: goto yy9636; + case 0xAE: goto yy9637; + case 0xAF: goto yy9638; + case 0xB0: goto yy9639; + case 0xB1: goto yy9640; + case 0xB2: goto yy9641; + case 0xB3: goto yy9642; + case 0xB4: goto yy9643; + case 0xB5: goto yy9644; + case 0xB6: goto yy9645; + case 0xB7: goto yy9646; + case 0xB8: goto yy1820; + case 0xB9: goto yy3336; + case 0xBA: goto yy1822; + case 0xBB: goto yy3337; + case 0xBC: goto yy3338; + case 0xBD: goto yy1825; + case 0xBE: goto yy1826; + case 0xBF: goto yy1827; + default: goto yy2; + } +yy6174: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy3339; + case 0x82: goto yy9647; + case 0x83: goto yy9648; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy6156; + case 0x89: goto yy9649; + case 0x8A: goto yy9650; + case 0x8B: goto yy9651; + case 0x8C: goto yy9652; + case 0x8D: goto yy9653; + case 0x8E: goto yy9654; + case 0x8F: goto yy9655; + case 0x90: goto yy9656; + case 0x99: goto yy9657; + case 0x9A: goto yy9658; + case 0x9B: goto yy9659; + case 0x9C: goto yy9660; + case 0x9D: goto yy9661; + case 0x9E: goto yy1845; + case 0x9F: goto yy3355; + case 0xA0: goto yy9662; + case 0xA1: goto yy9663; + case 0xA2: goto yy9664; + case 0xA3: goto yy9665; + case 0xA4: goto yy9666; + case 0xA5: goto yy3361; + case 0xA7: goto yy3362; + case 0xA8: goto yy9667; + case 0xA9: goto yy1854; + case 0xAA: goto yy3364; + case 0xAC: goto yy1856; + case 0xAD: goto yy3365; + case 0xAE: goto yy9668; + case 0xAF: goto yy9669; + case 0xB0: goto yy9670; + case 0xB1: goto yy9671; + case 0xB3: goto yy9672; + case 0xB4: goto yy9673; + case 0xB5: goto yy9674; + case 0xB6: goto yy9675; + case 0xB7: goto yy1866; + case 0xBC: goto yy9676; + case 0xBD: goto yy9677; + case 0xBE: goto yy9678; + case 0xBF: goto yy9679; + default: goto yy2; + } +yy6175: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3378; + case 0x81: goto yy1872; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: goto yy9680; + case 0x85: goto yy9681; + case 0x86: goto yy9682; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x88: goto yy3382; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy9683; + case 0xB1: goto yy9684; + case 0xB2: goto yy6156; + case 0xB3: goto yy9685; + case 0xB4: goto yy9686; + case 0xB5: goto yy9687; + case 0xB6: goto yy9688; + case 0xB7: goto yy9689; + case 0xB8: goto yy3009; + case 0xBA: goto yy1897; + case 0xBB: goto yy1859; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy6176: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9690; + case 0x82: goto yy1900; + case 0x84: goto yy9691; + case 0x86: goto yy9692; + case 0x87: goto yy1903; + case 0x88: goto yy1904; + case 0x89: goto yy1905; + case 0x8A: goto yy1906; + case 0x8B: goto yy1907; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy537; + default: goto yy2; + } +yy6177: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy549; + case 0x93: goto yy9693; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy6156; + case 0x98: goto yy9694; + case 0x99: goto yy9695; + case 0x9A: goto yy9696; + case 0x9B: goto yy9697; + case 0x9C: goto yy9698; + case 0x9D: goto yy6162; + case 0x9E: goto yy9699; + case 0x9F: goto yy9700; + case 0xA0: goto yy9701; + case 0xA1: goto yy9702; + case 0xA2: goto yy9703; + case 0xA3: goto yy9704; + case 0xA4: goto yy9705; + case 0xA5: goto yy9706; + case 0xA6: goto yy1920; + case 0xA7: goto yy3407; + case 0xA8: goto yy9707; + case 0xA9: goto yy9708; + case 0xAA: goto yy1924; + case 0xAB: goto yy9709; + case 0xAC: goto yy9710; + case 0xAD: goto yy9711; + case 0xAF: goto yy9712; + default: goto yy2; + } +yy6178: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy9713; + case 0xAD: goto yy9714; + case 0xAE: goto yy9715; + case 0xAF: goto yy9716; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy6156; + case 0xB4: goto yy9717; + case 0xB5: goto yy9718; + case 0xB6: goto yy9719; + case 0xB7: goto yy9720; + case 0xB8: goto yy3422; + case 0xB9: goto yy9721; + case 0xBB: goto yy9722; + case 0xBC: goto yy9723; + case 0xBD: goto yy9724; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy6179: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy9725; + case 0x91: goto yy9726; + case 0x92: goto yy9727; + case 0x93: goto yy9728; + case 0x94: goto yy9729; + case 0x96: goto yy9730; + case 0x9B: goto yy9731; + case 0x9D: goto yy9732; + case 0x9E: goto yy9733; + case 0x9F: goto yy1950; + default: goto yy2; + } +yy6180: + yyaccept = 15; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy245; + if (yych <= '$') goto yy533; + if (yych <= '%') goto yy146; + goto yy245; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy781; + goto yy245; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1161; + if (yych <= '.') goto yy1125; + if (yych <= '/') goto yy245; + goto yy870; + } else { + if (yych <= ';') goto yy245; + if (yych <= '>') goto yy533; + if (yych <= '?') goto yy245; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy9595; + if (yych <= ']') goto yy245; + if (yych <= '^') goto yy533; + goto yy781; + } else { + if (yych <= '`') goto yy533; + if (yych <= 'z') goto yy9595; + if (yych <= '{') goto yy245; + goto yy533; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy533; + if (yych <= 0xC1) goto yy245; + goto yy9734; + } else { + if (yych <= 0xC3) goto yy9598; + if (yych <= 0xC9) goto yy9599; + if (yych <= 0xCA) goto yy9600; + goto yy539; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy9601; + if (yych <= 0xCE) goto yy9735; + goto yy9603; + } else { + if (yych == 0xD2) goto yy9604; + if (yych <= 0xD3) goto yy9599; + goto yy9605; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy9606; + if (yych <= 0xD6) goto yy9736; + if (yych <= 0xD7) goto yy9737; + goto yy9609; + } else { + if (yych <= 0xD9) goto yy9610; + if (yych <= 0xDA) goto yy9599; + if (yych <= 0xDB) goto yy9611; + goto yy9612; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy9613; + if (yych <= 0xDE) goto yy9614; + if (yych <= 0xDF) goto yy9615; + goto yy9616; + } else { + if (yych <= 0xE1) goto yy9738; + if (yych <= 0xE2) goto yy9739; + if (yych <= 0xE3) goto yy9619; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9620; + if (yych <= 0xEE) goto yy245; + goto yy9740; + } else { + if (yych <= 0xF0) goto yy9622; + if (yych == 0xF3) goto yy561; + goto yy245; + } + } + } + } +yy6181: + yyaccept = 15; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy245; + } else { + if (yych <= '\'') goto yy3279; + if (yych == '+') goto yy533; + goto yy245; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6297; + if (yych <= '.') goto yy9741; + if (yych <= '/') goto yy245; + goto yy2445; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy245; + if (yych <= '>') goto yy533; + goto yy245; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy6181; + if (yych <= ']') goto yy245; + goto yy533; + } else { + if (yych <= 'z') goto yy6181; + if (yych == '|') goto yy533; + goto yy245; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy533; + if (yych <= 0xC1) goto yy245; + if (yych <= 0xC2) goto yy3285; + goto yy3286; + } else { + if (yych <= 0xC9) goto yy3287; + if (yych <= 0xCA) goto yy3288; + if (yych <= 0xCB) goto yy3289; + goto yy537; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy3290; + if (yych <= 0xCE) goto yy3291; + goto yy3292; + } else { + if (yych == 0xD2) goto yy3293; + if (yych <= 0xD3) goto yy3287; + goto yy3294; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy3295; + if (yych <= 0xD6) goto yy3296; + if (yych <= 0xD7) goto yy3297; + goto yy3298; + } else { + if (yych <= 0xD9) goto yy3299; + if (yych <= 0xDA) goto yy3287; + if (yych <= 0xDB) goto yy3300; + goto yy3301; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy3302; + if (yych <= 0xDE) goto yy3303; + if (yych <= 0xDF) goto yy3304; + goto yy3305; + } else { + if (yych <= 0xE1) goto yy3306; + if (yych <= 0xE2) goto yy3307; + if (yych <= 0xE3) goto yy3308; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy3309; + if (yych <= 0xEE) goto yy245; + goto yy3310; + } else { + if (yych <= 0xF0) goto yy3311; + if (yych == 0xF3) goto yy561; + goto yy245; + } + } + } + } +yy6183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy533; + goto yy2; + } else { + if (yych <= '+') goto yy533; + if (yych <= ',') goto yy2; + if (yych <= '-') goto yy535; + goto yy112; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy533; + goto yy2; + } else { + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy2; + if (yych <= 'Z') goto yy9742; + goto yy2; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '{') { + if (yych <= '`') goto yy533; + if (yych <= 'z') goto yy9742; + goto yy2; + } else { + if (yych == '}') goto yy2; + if (yych <= '~') goto yy533; + goto yy2; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) goto yy9744; + if (yych <= 0xC3) goto yy9745; + if (yych <= 0xC9) goto yy9746; + goto yy9747; + } else { + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy9748; + goto yy9749; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy9750; + if (yych <= 0xD1) goto yy9746; + goto yy9751; + } else { + if (yych <= 0xD3) goto yy9746; + if (yych <= 0xD4) goto yy9752; + if (yych <= 0xD5) goto yy9753; + goto yy9754; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy9755; + if (yych <= 0xD8) goto yy9756; + goto yy9757; + } else { + if (yych <= 0xDA) goto yy9746; + if (yych <= 0xDB) goto yy9758; + if (yych <= 0xDC) goto yy9759; + goto yy9760; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy9761; + if (yych <= 0xDF) goto yy9762; + goto yy9763; + } else { + if (yych <= 0xE1) goto yy9764; + if (yych <= 0xE2) goto yy9765; + if (yych <= 0xE3) goto yy9766; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9767; + if (yych <= 0xEE) goto yy2; + goto yy9768; + } else { + if (yych <= 0xF0) goto yy9769; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy6184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy6181; + } else { + if (yych == 0x9A) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy533; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy533; + goto yy2; + } + } +yy6185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy6181; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy6186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy6181; + goto yy2; +yy6187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy6181; + } else { + if (yych == 0xBD) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy6188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x90) goto yy6181; + if (yych <= 0x97) goto yy533; + goto yy6181; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy6189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy6181; + } else { + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6181; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6181; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6181; + goto yy2; + } else { + if (yych <= 0xB2) goto yy6181; + if (yych <= 0xB5) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy6190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy533; + goto yy6181; + } else { + if (yych == 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy6181; + goto yy2; + } else { + if (yych <= 0xA1) goto yy6181; + if (yych <= 0xA3) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy6181; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } + } + } +yy6191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy6181; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy6181; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy6181; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy6181; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy6181; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy6181; + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy6192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x91) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy6181; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy533; + } else { + if (yych <= 0xB4) goto yy6181; + if (yych <= 0xB5) goto yy533; + goto yy2; + } + } + } +yy6193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy6181; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy6181; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6181; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6181; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy6194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy6181; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy6181; + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy533; + } else { + if (yych == 0xB9) goto yy6181; + goto yy2; + } + } + } +yy6195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy6181; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6181; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6181; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6181; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy6196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy6181; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy6181; + goto yy2; + } + } + } +yy6197: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy533; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy6181; + default: goto yy2; + } +yy6198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy6181; + if (yych == 0x97) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; + } + } +yy6199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy6181; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy6181; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy6200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy6181; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy6181; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy6201: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy6181; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy6181; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy6202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy6181; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy6181; + goto yy2; + } + } + } +yy6203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy6181; + goto yy2; + } else { + if (yych <= 0xBD) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy6204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x8E) goto yy6181; + if (yych <= 0x96) goto yy2; + goto yy533; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy6181; + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy533; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } + } +yy6205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy6181; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy6181; + } else { + if (yych == 0xBD) goto yy6181; + goto yy2; + } + } +yy6206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6181; + goto yy2; + } else { + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy6207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy6208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy6181; + } else { + if (yych == 0x87) goto yy6181; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy6181; + if (yych <= 0x8F) goto yy2; + goto yy6181; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy6209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6181; + goto yy2; + } else { + if (yych <= 0x8D) goto yy6181; + if (yych <= 0x8F) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy6181; + goto yy2; + } else { + if (yych <= 0x9D) goto yy6181; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy6210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy6181; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy6181; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy6181; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy6181; + goto yy2; + } + } +yy6211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy6181; + if (yych <= 0x81) goto yy2; + goto yy6181; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy6181; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy6212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy6181; + goto yy2; + } else { + if (yych <= 0x95) goto yy6181; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy6213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6181; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; +yy6214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6181; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy6215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy6181; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy6181; + goto yy2; +yy6216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1564; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy6217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy6181; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy6218: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy6181; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy6219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6181; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy6181; + goto yy2; +yy6220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy6181; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy533; + goto yy2; + } else { + if (yych <= 0xB1) goto yy6181; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy6221: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy6181; + } else { + if (yych <= 0x93) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy6181; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy6222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1564; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy6223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy6181; + goto yy2; +yy6224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy6181; + goto yy533; + } else { + if (yych <= 0xAA) goto yy6181; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy6225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy6181; + goto yy2; +yy6226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6181; + goto yy2; + } else { + if (yych <= 0xAB) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } +yy6227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6181; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy6228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xA0) goto yy6181; + goto yy533; + } else { + if (yych <= 0xAF) goto yy6181; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy6229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6181; + if (yych <= 0xB3) goto yy533; + goto yy2; +yy6230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy6181; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy6231: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy6181; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy6181; + goto yy2; + } +yy6232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy533; + goto yy2; + } else { + if (yych <= 0xA8) goto yy533; + if (yych <= 0xAC) goto yy6181; + goto yy533; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy6181; + if (yych <= 0xB4) goto yy533; + goto yy6181; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy6233: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy6181; + goto yy2; +yy6234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy6235: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6181; + goto yy2; +yy6236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6181; + goto yy2; + } else { + if (yych <= 0x9D) goto yy6181; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy6237: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6181; + goto yy2; + } else { + if (yych <= 0x8D) goto yy6181; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy6181; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy6181; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy6181; + goto yy2; + } + } +yy6238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy6181; + } else { + if (yych == 0xBE) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy6239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x84) goto yy6181; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy6181; + goto yy533; + } else { + if (yych <= 0x93) goto yy6181; + if (yych <= 0x95) goto yy2; + goto yy6181; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy533; + } else { + if (yych <= 0xAC) goto yy6181; + if (yych <= 0xAF) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy6181; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6181; + if (yych <= 0xBE) goto yy533; + goto yy2; + } + } + } +yy6240: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy1564; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy1564; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy6241: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy533; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy6181; + default: goto yy2; + } +yy6242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy6181; + } else { + if (yych == 0x8E) goto yy6181; + if (yych <= 0x8F) goto yy533; + goto yy2; + } +yy6243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy6181; + goto yy2; + } else { + if (yych <= 0x8B) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy6244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy9770; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy6245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy6246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6181; + goto yy2; + } else { + if (yych <= 0xBB) goto yy6181; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy6247: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy6181; + goto yy533; + } else { + if (yych <= 0xAE) goto yy6181; + if (yych <= 0xB1) goto yy533; + if (yych <= 0xB3) goto yy6181; + goto yy2; + } +yy6248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy6181; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy6181; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy6249: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy6181; + if (yych == 0xBF) goto yy533; + goto yy2; +yy6250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy6181; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy6181; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy6181; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy6181; + goto yy2; + } + } +yy6251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy6181; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy6181; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy6181; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy6252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x93) goto yy533; + if (yych == 0xA0) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6181; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy6253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy6181; + goto yy2; +yy6254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy533; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBA) goto yy6181; + goto yy2; + } +yy6255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy6181; + goto yy2; +yy6256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy6181; + goto yy2; + } else { + if (yych <= 0x9F) goto yy6181; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy6181; + goto yy2; + } +yy6257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6181; + goto yy533; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy6258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy6181; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy6259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6181; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy533; + goto yy2; +yy6260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } else { + if (yych <= 0xA1) goto yy533; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy6261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6181; + if (yych <= 0x88) goto yy2; + goto yy533; + } else { + if (yych <= 0xAD) goto yy6181; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy6181; + goto yy2; + } +yy6262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy6181; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy6263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6181; + goto yy533; + } else { + if (yych == 0x86) goto yy533; + goto yy6181; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy533; + if (yych <= 0xA2) goto yy6181; + goto yy533; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy6264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy6181; + goto yy2; +yy6265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0xB3) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy6266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy6181; + if (yych <= 0xBA) goto yy2; + goto yy6181; + } else { + if (yych == 0xBD) goto yy6181; + goto yy2; + } + } +yy6267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy6181; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy6268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6181; + if (yych <= 0x93) goto yy533; + goto yy2; +yy6269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy6181; + if (yych <= 0xB6) goto yy533; + goto yy2; +yy6270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy6181; + goto yy533; + } else { + if (yych <= 0x8B) goto yy6181; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } + } +yy6271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy6181; + goto yy533; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy6181; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy533; + goto yy2; + } + } +yy6272: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy6181; + goto yy2; + } else { + if (yych <= 0x8E) goto yy6181; + if (yych <= 0x90) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy6181; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy6273: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6181; + if (yych <= 0x9B) goto yy533; + goto yy2; + } else { + if (yych <= 0xA5) goto yy6181; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy6274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy6181; + if (yych <= 0xAA) goto yy533; + goto yy2; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy6275: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6181; + goto yy2; + } else { + if (yych <= 0x97) goto yy6181; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy6181; + goto yy533; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy533; + if (yych <= 0xB6) goto yy6181; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy6181; + goto yy2; + } + } +yy6276: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6181; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy6277: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy6278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy6279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy6181; + goto yy2; +yy6280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy6281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6181; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy6282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6181; + goto yy2; + } else { + if (yych <= 0xBB) goto yy6181; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy6283: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy533; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1564; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy6284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + if (yych <= 0x91) goto yy2; + goto yy1564; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy1564; + if (yych <= 0xA6) goto yy533; + if (yych <= 0xA8) goto yy2; + goto yy533; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy6181; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } + } +yy6285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy6181; + goto yy2; +yy6286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy1564; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8E) goto yy1564; + goto yy2; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy6181; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy6287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy533; + if (yych <= 0x9A) goto yy6181; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy6288: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9771; + case 0x81: goto yy9772; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy3287; + case 0x83: goto yy9773; + case 0x84: goto yy4441; + case 0x85: goto yy4442; + case 0x86: goto yy4443; + case 0x87: goto yy4444; + case 0x8A: goto yy9774; + case 0x8B: goto yy9775; + case 0x8C: goto yy9776; + case 0x8D: goto yy9777; + case 0x8E: goto yy9778; + case 0x8F: goto yy9779; + case 0x92: goto yy9780; + case 0x94: goto yy9781; + case 0x95: goto yy9782; + case 0x9C: goto yy9783; + case 0x9D: goto yy9784; + case 0xA0: goto yy9785; + case 0xA1: goto yy9786; + case 0xA2: goto yy9787; + case 0xA3: goto yy9788; + case 0xA4: goto yy9789; + case 0xA6: goto yy9790; + case 0xA8: goto yy9791; + case 0xA9: goto yy9792; + case 0xAA: goto yy9793; + case 0xAB: goto yy9794; + case 0xAC: goto yy6225; + case 0xAD: goto yy9795; + case 0xAE: goto yy9796; + case 0xB1: goto yy9797; + case 0xB2: + case 0xB3: goto yy9798; + default: goto yy2; + } +yy6289: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9799; + case 0x81: goto yy6330; + case 0x82: goto yy9800; + case 0x83: goto yy9801; + case 0x84: goto yy9802; + case 0x85: goto yy9803; + case 0x86: goto yy9804; + case 0x87: goto yy9805; + case 0x88: goto yy9806; + case 0x8A: goto yy9807; + case 0x8B: goto yy9808; + case 0x8C: goto yy9809; + case 0x8D: goto yy9810; + case 0x92: + case 0x98: goto yy9811; + case 0x93: goto yy9812; + case 0x96: goto yy9813; + case 0x97: goto yy9814; + case 0x99: goto yy9815; + case 0x9A: goto yy9816; + case 0x9B: goto yy2362; + case 0x9C: goto yy6348; + case 0xA2: goto yy9817; + case 0xA3: goto yy9818; + case 0xAB: goto yy9819; + default: goto yy2; + } +yy6290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy3287; + goto yy9820; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy3287; + if (yych <= 0x95) goto yy9821; + goto yy2; + } +yy6291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3287; + if (yych <= 0x90) goto yy9822; + goto yy2; +yy6292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy3287; + if (yych <= 0x99) goto yy9823; + goto yy2; +yy6293: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy3287; + case 0xA8: goto yy9819; + case 0xA9: goto yy9824; + case 0xAB: goto yy9825; + case 0xAC: goto yy9826; + case 0xAD: goto yy9827; + case 0xAE: goto yy9828; + case 0xBD: goto yy9829; + case 0xBE: goto yy4493; + default: goto yy2; + } +yy6294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy3287; + if (yych <= 0xB1) goto yy9830; + if (yych <= 0xB2) goto yy9831; + goto yy2; +yy6295: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy537; + case 0x83: goto yy1850; + case 0x84: goto yy4496; + case 0x85: goto yy4497; + case 0x87: goto yy4498; + case 0x89: goto yy4499; + case 0x8D: goto yy4500; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy3287; + case 0x91: goto yy9832; + case 0x92: goto yy9833; + case 0x93: goto yy9834; + case 0x94: goto yy9835; + case 0x95: goto yy9836; + case 0x9A: goto yy9837; + case 0x9B: goto yy9838; + case 0x9C: goto yy9839; + case 0x9D: goto yy9840; + case 0x9E: goto yy9841; + case 0x9F: goto yy9842; + case 0xAA: goto yy4508; + default: goto yy2; + } +yy6296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy3287; + if (yych <= 0xA3) goto yy9843; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy9844; + goto yy9845; + } else { + if (yych <= 0xBA) goto yy9846; + if (yych <= 0xBB) goto yy4513; + goto yy2; + } + } +yy6297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1762; + goto yy2; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy1762; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy2; + goto yy7071; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1762; + if (yych <= '@') goto yy2; + goto yy9483; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1762; + goto yy9483; + } else { + if (yych == '|') goto yy1762; + if (yych <= '}') goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy6127; + if (yych <= 0xC3) goto yy6128; + goto yy6129; + } else { + if (yych <= 0xCA) goto yy6130; + if (yych <= 0xCB) goto yy1771; + if (yych <= 0xCC) goto yy1772; + goto yy6131; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy6132; + if (yych <= 0xCF) goto yy6133; + goto yy6129; + } else { + if (yych <= 0xD2) goto yy6134; + if (yych <= 0xD3) goto yy6129; + if (yych <= 0xD4) goto yy6135; + goto yy6136; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy6137; + if (yych <= 0xD7) goto yy6138; + if (yych <= 0xD8) goto yy6139; + goto yy6140; + } else { + if (yych <= 0xDA) goto yy6129; + if (yych <= 0xDB) goto yy6141; + if (yych <= 0xDC) goto yy6142; + goto yy6143; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy6144; + if (yych <= 0xDF) goto yy6145; + goto yy6146; + } else { + if (yych <= 0xE1) goto yy6147; + if (yych <= 0xE2) goto yy6148; + if (yych <= 0xE3) goto yy6149; + goto yy1792; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy6150; + if (yych <= 0xEE) goto yy2; + goto yy6151; + } else { + if (yych <= 0xF0) goto yy6152; + if (yych == 0xF3) goto yy1796; + goto yy2; + } + } + } + } +yy6298: + yyaccept = 22; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy3282; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy533; + goto yy3282; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy3282; + goto yy2445; + } else { + if (yych <= ';') goto yy3282; + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy3282; + goto yy9623; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy3282; + if (yych <= '`') goto yy533; + goto yy9623; + } else { + if (yych == '|') goto yy533; + if (yych <= '}') goto yy3282; + goto yy533; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy3282; + if (yych <= 0xC2) goto yy6154; + if (yych <= 0xC3) goto yy6155; + goto yy6156; + } else { + if (yych <= 0xCA) goto yy6157; + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + goto yy6158; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy6159; + if (yych <= 0xCF) goto yy6160; + goto yy6156; + } else { + if (yych <= 0xD2) goto yy6161; + if (yych <= 0xD3) goto yy6156; + if (yych <= 0xD4) goto yy6162; + goto yy6163; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy6164; + if (yych <= 0xD7) goto yy6165; + if (yych <= 0xD8) goto yy6166; + goto yy6167; + } else { + if (yych <= 0xDA) goto yy6156; + if (yych <= 0xDB) goto yy6168; + if (yych <= 0xDC) goto yy6169; + goto yy6170; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy6171; + if (yych <= 0xDF) goto yy6172; + goto yy6173; + } else { + if (yych <= 0xE1) goto yy6174; + if (yych <= 0xE2) goto yy6175; + if (yych <= 0xE3) goto yy6176; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy6177; + if (yych <= 0xEE) goto yy3282; + goto yy6178; + } else { + if (yych <= 0xF0) goto yy6179; + if (yych == 0xF3) goto yy561; + goto yy3282; + } + } + } + } +yy6299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy2; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy533; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy6862; + if (yych <= '/') goto yy2; + goto yy2445; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy2; + goto yy6299; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy533; + goto yy6299; + } else { + if (yych == '|') goto yy533; + if (yych <= '}') goto yy2; + goto yy533; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy9847; + if (yych <= 0xC3) goto yy9848; + goto yy9849; + } else { + if (yych <= 0xCA) goto yy9850; + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + goto yy9851; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy9852; + if (yych <= 0xCF) goto yy9853; + goto yy9849; + } else { + if (yych <= 0xD2) goto yy9854; + if (yych <= 0xD3) goto yy9849; + if (yych <= 0xD4) goto yy9855; + goto yy9856; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy9857; + if (yych <= 0xD7) goto yy9858; + if (yych <= 0xD8) goto yy9859; + goto yy9860; + } else { + if (yych <= 0xDA) goto yy9849; + if (yych <= 0xDB) goto yy9861; + if (yych <= 0xDC) goto yy9862; + goto yy9863; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy9864; + if (yych <= 0xDF) goto yy9865; + goto yy9866; + } else { + if (yych <= 0xE1) goto yy9867; + if (yych <= 0xE2) goto yy9868; + if (yych <= 0xE3) goto yy9869; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9870; + if (yych <= 0xEE) goto yy2; + goto yy9871; + } else { + if (yych <= 0xF0) goto yy9872; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy6301: + yych = *++YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy3312; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy3312; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy3312; + } else { + if (yych == 0xBF) goto yy3312; + goto yy2; + } + } +yy6302: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy3312; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy3312; + goto yy2; +yy6303: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy3312; + goto yy2; +yy6304: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy3312; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy6305: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy3312; + if (yych == 0xA0) goto yy533; + goto yy2; +yy6306: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy3312; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy6307: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy3312; + if (yych <= 0x81) goto yy2; + goto yy3312; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy3312; + if (yych <= 0xBA) goto yy533; + goto yy2; + } +yy6308: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy3312; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy6309: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy3312; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy3312; + goto yy2; +yy6310: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy3312; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy6311: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy3312; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy6312: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy3312; + goto yy2; +yy6313: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy3312; + goto yy2; +yy6314: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3312; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy3312; + goto yy2; +yy6315: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy3312; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy3312; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3312; + if (yych == 0xBF) goto yy3312; + goto yy2; + } + } +yy6316: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3312; + goto yy2; + } else { + if (yych <= 0xB6) goto yy3312; + if (yych <= 0xB8) goto yy533; + goto yy2; + } +yy6317: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3312; + goto yy2; +yy6318: + yych = *++YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy3312; + goto yy2; +yy6319: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3312; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy3312; + goto yy2; +yy6320: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy3312; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy6321: + yych = *++YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy3312; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych <= 0x86) goto yy533; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy3312; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy3312; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy533; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy6322: + yych = *++YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy3312; + goto yy2; +yy6323: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy3312; + goto yy2; +yy6324: + yych = *++YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3312; + goto yy533; + } else { + if (yych <= 0xA4) goto yy3312; + if (yych <= 0xA6) goto yy533; + goto yy2; + } +yy6325: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3312; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy3312; + goto yy2; +yy6326: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy3312; + goto yy2; +yy6327: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3312; + goto yy2; +yy6328: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy3312; + goto yy2; +yy6329: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB7) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy6330: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych == 0xBF) goto yy533; + goto yy2; + } +yy6331: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xAF) goto yy3312; + if (yych <= 0xBA) goto yy533; + goto yy2; +yy6332: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy3312; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy6333: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy3312; + } else { + if (yych <= 0xB4) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy6334: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy3312; + goto yy533; + } else { + if (yych == 0xB6) goto yy3312; + goto yy2; + } +yy6335: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB2) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy6336: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy3312; + if (yych <= 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy3312; + } else { + if (yych == 0x9C) goto yy3312; + goto yy2; + } + } +yy6337: + yych = *++YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy3312; + goto yy2; + } else { + if (yych <= 0xAB) goto yy3312; + if (yych <= 0xB7) goto yy533; + goto yy2; + } +yy6338: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3312; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy3312; + goto yy2; + } else { + if (yych <= 0xA8) goto yy3312; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy6339: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3312; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy6340: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy3312; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3312; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3312; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3312; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy6341: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy3312; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy533; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy3312; + goto yy533; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } + } +yy6342: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3312; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy6343: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x85) goto yy3312; + goto yy2; + } else { + if (yych <= 0x87) goto yy3312; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy6344: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3312; + goto yy533; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy6345: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x9B) goto yy3312; + if (yych <= 0x9D) goto yy533; + goto yy2; + } +yy6346: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x84) goto yy3312; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy6347: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3312; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy6348: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy533; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBF) goto yy533; + goto yy2; + } +yy6349: + yych = *++YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy6350: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy3312; + goto yy843; + } else { + if (yych == 0xBF) goto yy3312; + goto yy2; + } +yy6351: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy3312; + goto yy2; +yy6352: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy3312; + goto yy2; +yy6353: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy3312; + goto yy2; +yy6354: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3312; + goto yy2; +yy6355: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3312; + goto yy2; +yy6356: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3312; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy6357: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy3312; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; +yy6358: + yych = *++YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3312; + goto yy533; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy6359: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy3312; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy6360: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3312; + goto yy2; +yy6361: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy3312; + goto yy2; + } else { + if (yych <= 0x90) goto yy3312; + if (yych <= 0xBE) goto yy533; + goto yy2; + } +yy6362: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3312; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy3312; + goto yy2; +yy6363: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3312; + goto yy2; + } else { + if (yych <= 0x99) goto yy3312; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy6364: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy6365: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy3312; + } else { + if (yych == 0xA2) goto yy3312; + if (yych <= 0xA4) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy3312; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy3312; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } + } +yy6366: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy6367: + yych = *++YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy3312; + goto yy2; + } else { + if (yych <= 0x8A) goto yy3312; + if (yych <= 0x8C) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy3312; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy3312; + goto yy2; + } + } +yy6368: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy3312; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy3312; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy6369: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3312; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy3312; + goto yy2; +yy6370: + yych = *++YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy533; + goto yy3312; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy533; + goto yy3312; + } else { + if (yych <= 0xBB) goto yy533; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } + } +yy6371: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy3312; + goto yy533; + } else { + if (yych == 0xB5) goto yy533; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy6372: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy3312; + goto yy533; + } else { + if (yych == 0xAF) goto yy533; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy6373: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3312; + goto yy533; + } else { + if (yych == 0xA9) goto yy533; + if (yych <= 0xBF) goto yy3312; + goto yy2; + } +yy6374: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy3312; + goto yy533; + } else { + if (yych <= 0x8B) goto yy3312; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy6375: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy3312; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; +yy6376: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy3312; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy3312; + } else { + if (yych == 0xA4) goto yy3312; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy3312; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy3312; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy3312; + } else { + if (yych == 0xBB) goto yy3312; + goto yy2; + } + } + } +yy6377: + yych = *++YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy3312; + default: goto yy2; + } +yy6378: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy3312; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy3312; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy3312; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy3312; + goto yy2; + } + } +yy6379: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy2930; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy6380: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x86) goto yy2930; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy6381: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy2930; + if (yych <= 0x97) goto yy2; + goto yy2930; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy2930; + } else { + if (yych == 0xA7) goto yy2930; + goto yy2; + } + } +yy6382: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x92) goto yy2930; + goto yy2; +yy6383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy2930; + if (yych == 0x9A) goto yy2930; + goto yy2; +yy6384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x93) goto yy2930; + if (yych == 0xB2) goto yy2930; + goto yy2; +yy6385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x91) goto yy2; + goto yy2930; + } else { + if (yych == 0x95) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA3) goto yy2930; + if (yych <= 0xAF) goto yy2; + goto yy1189; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } + } +yy6386: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych == 0x87) goto yy2930; + if (yych <= 0x8C) goto yy2; + goto yy2930; + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy2930; + } else { + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy1189; + goto yy2; + } + } +yy6387: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy1189; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy1189; + } else { + if (yych == 0xBF) goto yy1189; + goto yy2; + } + } +yy6388: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1189; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy1189; + goto yy2; +yy6389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy1189; + goto yy2; +yy6390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy6391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1189; + goto yy2; +yy6392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1189; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy6393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy1189; + goto yy2; + } else { + if (yych <= 0x89) goto yy1189; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy1189; + goto yy2; + } +yy6394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy6395: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1189; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy1189; + goto yy2; +yy6396: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1189; + goto yy2; +yy6397: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1189; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy6398: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy1189; + goto yy2; +yy6399: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy1189; + goto yy2; +yy6400: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1189; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1189; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy1189; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1189; + if (yych == 0xBF) goto yy1189; + goto yy2; + } + } +yy6401: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB6) goto yy1189; + goto yy2; +yy6402: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy1189; + goto yy2; +yy6403: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy1189; + goto yy2; +yy6404: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy1189; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy6405: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych == 0x80) goto yy1189; + if (yych <= 0x8F) goto yy2; + goto yy1189; + } else { + if (yych <= 0x97) { + if (yych <= 0x94) goto yy2; + goto yy1189; + } else { + if (yych <= 0x98) goto yy2; + if (yych <= 0xB3) goto yy1189; + goto yy2; + } + } +yy6406: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy1189; + goto yy2; +yy6407: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1189; + goto yy2; +yy6408: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x88) goto yy2; + if (yych <= 0xA4) goto yy1189; + goto yy2; +yy6409: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1189; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy1189; + goto yy2; +yy6410: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1189; + goto yy2; +yy6411: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1189; + goto yy2; +yy6412: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1189; + goto yy2; +yy6413: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB7) goto yy1189; + goto yy2; +yy6414: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xAF) goto yy1189; + goto yy2; +yy6415: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy1189; + goto yy2; +yy6416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA6) goto yy1189; + goto yy2; +yy6417: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy1189; + if (yych == 0xB6) goto yy1189; + goto yy2; +yy6418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB2) goto yy1189; + goto yy2; +yy6419: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x84) goto yy1189; + goto yy2; + } else { + if (yych == 0x9B) goto yy2; + if (yych <= 0x9C) goto yy1189; + goto yy2; + } +yy6420: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xAB) goto yy1189; + goto yy2; +yy6421: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1189; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1189; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy1189; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1189; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } + } +yy6422: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1189; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy1189; + goto yy2; +yy6423: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych == 0x86) goto yy2; + if (yych <= 0x87) goto yy1189; + goto yy2; +yy6424: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9B) goto yy1189; + goto yy2; +yy6425: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x84) goto yy1189; + goto yy2; +yy6426: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1189; + goto yy2; +yy6427: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1189; + if (yych == 0xBF) goto yy1189; + goto yy2; +yy6428: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy1189; + goto yy2; +yy6429: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy1189; + goto yy2; +yy6430: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1189; + goto yy2; +yy6431: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1189; + goto yy2; +yy6432: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xB7) goto yy1189; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy6433: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1189; + goto yy2; +yy6434: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1189; + if (yych == 0x90) goto yy1189; + goto yy2; +yy6435: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1189; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy1189; + goto yy2; +yy6436: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1189; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1189; + goto yy2; +yy6437: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy6438: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1189; + } else { + if (yych == 0xA2) goto yy1189; + if (yych <= 0xA4) goto yy2; + goto yy1189; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy1189; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1189; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } + } + } +yy6439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy6440: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1189; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1189; + if (yych <= 0x8C) goto yy2; + goto yy1189; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy1189; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy1189; + goto yy2; + } + } +yy6441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1189; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy1189; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } + } +yy6442: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1189; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; +yy6443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych == 0x80) goto yy1189; + if (yych <= 0x81) goto yy2; + goto yy1189; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy2; + goto yy1189; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } + } +yy6444: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1189; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy6445: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1189; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy6446: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1189; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + if (yych <= 0xBF) goto yy1189; + goto yy2; + } +yy6447: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1189; + goto yy2; +yy6448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1189; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy1189; + } else { + if (yych == 0xA4) goto yy1189; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy1189; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy1189; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy1189; + } else { + if (yych == 0xBB) goto yy1189; + goto yy2; + } + } + } +yy6449: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy1189; + default: goto yy2; + } +yy6450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy1189; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy1189; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy1189; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy1189; + goto yy2; + } + } +yy6451: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy6452: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy6453: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy533; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy533; + if (yych == 0xA9) goto yy533; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy6454: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy533; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy6181; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy6455: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1567; + if (yych == 0xA0) goto yy113; + goto yy2; +yy6456: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy1567; + if (yych <= 0x81) goto yy2; + goto yy1567; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy1567; + if (yych <= 0xBA) goto yy113; + goto yy2; + } +yy6457: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1567; + goto yy2; + } else { + if (yych <= 0xB6) goto yy1567; + if (yych <= 0xB8) goto yy113; + goto yy2; + } +yy6458: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1567; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych <= 0x86) goto yy113; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy1567; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy1567; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy113; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy6459: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1567; + goto yy113; + } else { + if (yych <= 0xA4) goto yy1567; + if (yych <= 0xA6) goto yy113; + goto yy2; + } +yy6460: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB7) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy6461: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1589; + if (yych == 0xBF) goto yy113; + goto yy2; + } +yy6462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xAF) goto yy1567; + if (yych <= 0xBA) goto yy113; + goto yy2; +yy6463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy1567; + } else { + if (yych <= 0xB4) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy6464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy1567; + goto yy113; + } else { + if (yych == 0xB6) goto yy1567; + goto yy2; + } +yy6465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB2) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy6466: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy1567; + if (yych <= 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy1567; + } else { + if (yych == 0x9C) goto yy1567; + goto yy2; + } + } +yy6467: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1567; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1567; + if (yych <= 0xB7) goto yy113; + goto yy2; + } +yy6468: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1567; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; + } +yy6469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1567; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1567; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1567; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1567; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1567; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy6470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy1567; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy113; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy1567; + goto yy113; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } + } +yy6471: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1567; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy6472: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x85) goto yy1567; + goto yy2; + } else { + if (yych <= 0x87) goto yy1567; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; + } +yy6473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1567; + goto yy113; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy6474: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x9B) goto yy1567; + if (yych <= 0x9D) goto yy113; + goto yy2; + } +yy6475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x84) goto yy1567; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; + } +yy6476: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1567; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy6477: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy113; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1589; + if (yych == 0xBF) goto yy113; + goto yy2; + } +yy6478: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1567; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy6479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1567; + goto yy113; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy6480: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy1567; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy6481: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1567; + goto yy2; + } else { + if (yych <= 0x90) goto yy1567; + if (yych <= 0xBE) goto yy113; + goto yy2; + } +yy6482: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1567; + goto yy2; + } else { + if (yych <= 0x99) goto yy1567; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy6483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy113; + goto yy1567; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy113; + goto yy1567; + } else { + if (yych <= 0xBB) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } + } +yy6484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1567; + goto yy113; + } else { + if (yych == 0xB5) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy6485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1567; + goto yy113; + } else { + if (yych == 0xAF) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy6486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1567; + goto yy113; + } else { + if (yych == 0xA9) goto yy113; + if (yych <= 0xBF) goto yy1567; + goto yy2; + } +yy6487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1567; + goto yy113; + } else { + if (yych <= 0x8B) goto yy1567; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy6488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1567; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; +yy6489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy1121; + goto yy2; + } else { + if (yych <= '+') goto yy1121; + if (yych <= '/') goto yy2; + goto yy1121; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1121; + goto yy2; + } else { + if (yych <= 'Z') goto yy9155; + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1121; + goto yy9155; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy1121; + goto yy2; + } else { + if (yych <= '~') goto yy1121; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy9873; + goto yy9874; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy9159; + if (yych <= 0xCA) goto yy9160; + goto yy1135; + } else { + if (yych <= 0xCC) goto yy1136; + if (yych <= 0xCD) goto yy9875; + if (yych <= 0xCE) goto yy9876; + goto yy9877; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy9878; + goto yy9159; + } else { + if (yych <= 0xD4) goto yy9165; + if (yych <= 0xD5) goto yy9166; + if (yych <= 0xD6) goto yy9879; + goto yy9880; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy9881; + if (yych <= 0xD9) goto yy9882; + goto yy9159; + } else { + if (yych <= 0xDB) goto yy9883; + if (yych <= 0xDC) goto yy9884; + if (yych <= 0xDD) goto yy9885; + goto yy9886; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy9887; + if (yych <= 0xE0) goto yy9888; + goto yy9889; + } else { + if (yych <= 0xE2) goto yy9890; + if (yych <= 0xE3) goto yy9891; + if (yych <= 0xE4) goto yy1156; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy9892; + if (yych <= 0xEE) goto yy2; + goto yy9893; + } else { + if (yych <= 0xF0) goto yy9894; + if (yych == 0xF3) goto yy1160; + goto yy2; + } + } + } + } +yy6490: + yyaccept = 17; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= '`') { + if (yych <= '/') { + if (yych <= '*') { + if (yych == '$') goto yy533; + goto yy923; + } else { + if (yych <= '+') goto yy533; + if (yych == '-') goto yy535; + goto yy923; + } + } else { + if (yych <= '>') { + if (yych <= '9') goto yy533; + if (yych <= ';') goto yy923; + goto yy533; + } else { + if (yych <= '@') goto yy923; + if (yych <= 'Z') goto yy9742; + if (yych <= ']') goto yy923; + goto yy533; + } + } + } else { + if (yych <= 0xC2) { + if (yych <= '|') { + if (yych <= 'z') goto yy9742; + if (yych <= '{') goto yy923; + goto yy533; + } else { + if (yych == '~') goto yy533; + if (yych <= 0xC1) goto yy923; + goto yy9744; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC3) goto yy9745; + if (yych <= 0xC9) goto yy9746; + goto yy9747; + } else { + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy9748; + goto yy9749; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy9750; + if (yych <= 0xD1) goto yy9746; + goto yy9751; + } else { + if (yych <= 0xD3) goto yy9746; + if (yych <= 0xD4) goto yy9752; + if (yych <= 0xD5) goto yy9753; + goto yy9754; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy9755; + if (yych <= 0xD8) goto yy9756; + goto yy9757; + } else { + if (yych <= 0xDA) goto yy9746; + if (yych <= 0xDB) goto yy9758; + if (yych <= 0xDC) goto yy9759; + goto yy9760; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy9761; + if (yych <= 0xDF) goto yy9762; + goto yy9763; + } else { + if (yych <= 0xE1) goto yy9764; + if (yych <= 0xE2) goto yy9765; + if (yych <= 0xE3) goto yy9766; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9767; + if (yych <= 0xEE) goto yy923; + goto yy9768; + } else { + if (yych <= 0xF0) goto yy9769; + if (yych == 0xF3) goto yy561; + goto yy923; + } + } + } + } +yy6491: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy113; + case 0xAA: + case 0xB5: + case 0xBA: goto yy3649; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy6492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x91) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } else { + if (yych == 0x97) goto yy9895; + goto yy113; + } + } else { + if (yych <= 0xAC) { + if (yych <= 0xA4) goto yy2; + if (yych <= 0xAB) goto yy113; + goto yy2; + } else { + if (yych == 0xAE) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy6493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy3649; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy3649; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy6494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy3649; + } else { + if (yych == 0x8A) goto yy9896; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy9896; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy6495: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy3649; + goto yy2; + } else { + if (yych <= 0xB2) goto yy3649; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy6496: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy2006; + case 0x82: goto yy6522; + case 0x83: goto yy6523; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy3653; + case 0x89: goto yy6524; + case 0x8A: goto yy6525; + case 0x8B: goto yy6526; + case 0x8C: goto yy6527; + case 0x8D: goto yy6528; + case 0x8E: goto yy6529; + case 0x8F: goto yy6530; + case 0x90: goto yy9897; + case 0x99: goto yy6532; + case 0x9A: goto yy6533; + case 0x9B: goto yy6534; + case 0x9C: goto yy6535; + case 0x9D: goto yy6536; + case 0x9E: goto yy1297; + case 0x9F: goto yy2013; + case 0xA0: goto yy9898; + case 0xA1: goto yy6538; + case 0xA2: goto yy6539; + case 0xA3: goto yy6540; + case 0xA4: goto yy6541; + case 0xA5: goto yy2017; + case 0xA7: goto yy2018; + case 0xA8: goto yy6542; + case 0xA9: goto yy1307; + case 0xAA: goto yy2019; + case 0xAC: goto yy1309; + case 0xAD: goto yy2020; + case 0xAE: goto yy6543; + case 0xAF: goto yy6544; + case 0xB0: goto yy6545; + case 0xB1: goto yy6546; + case 0xB3: goto yy6547; + case 0xB4: goto yy6548; + case 0xB5: goto yy6549; + case 0xB6: goto yy6550; + case 0xB7: goto yy1319; + case 0xBC: goto yy6551; + case 0xBD: goto yy6552; + case 0xBE: goto yy6553; + case 0xBF: goto yy6554; + default: goto yy2; + } +yy6497: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9899; + case 0x81: goto yy2027; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: goto yy6555; + case 0x85: goto yy6556; + case 0x86: goto yy6557; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x88: goto yy9900; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy6558; + case 0xB1: goto yy6559; + case 0xB2: goto yy3653; + case 0xB3: goto yy6560; + case 0xB4: goto yy6561; + case 0xB5: goto yy6562; + case 0xB6: goto yy6563; + case 0xB7: goto yy6564; + case 0xB8: goto yy9901; + case 0xBA: goto yy1354; + case 0xBB: goto yy709; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy6498: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy6588; + case 0xAD: goto yy6589; + case 0xAE: goto yy6590; + case 0xAF: goto yy6591; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy3653; + case 0xB4: goto yy6592; + case 0xB5: goto yy6593; + case 0xB6: goto yy6594; + case 0xB7: goto yy6595; + case 0xB8: goto yy9902; + case 0xB9: goto yy9903; + case 0xBB: goto yy6597; + case 0xBC: goto yy9904; + case 0xBD: goto yy6599; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy6499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy3649; + } else { + if (yych == 0x9A) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; + } + } +yy6500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy3649; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy6501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy3649; + goto yy2; +yy6502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy3649; + } else { + if (yych == 0xBD) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy6503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy3649; + goto yy113; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy3649; + goto yy113; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy6504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy3649; + } else { + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3649; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3649; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3649; + goto yy2; + } else { + if (yych <= 0xB2) goto yy3649; + if (yych <= 0xB5) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy6505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy113; + goto yy3649; + } else { + if (yych == 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy3649; + goto yy2; + } else { + if (yych <= 0xA1) goto yy3649; + if (yych <= 0xA3) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy3649; + goto yy113; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } + } + } +yy6506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy3649; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy3649; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy3649; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy3649; + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy6507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x90) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy3649; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy113; + } else { + if (yych <= 0xB4) goto yy3649; + if (yych <= 0xB5) goto yy113; + goto yy2; + } + } + } +yy6508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy3649; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy3649; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3649; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3649; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy6509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy3649; + if (yych <= 0xA3) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) goto yy113; + if (yych == 0xB9) goto yy3649; + goto yy2; + } + } +yy6510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy3649; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3649; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3649; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3649; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy6511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x95) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy3649; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy113; + goto yy2; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy3649; + goto yy2; + } + } + } +yy6512: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy113; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy3649; + default: goto yy2; + } +yy6513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy3649; + goto yy2; + } else { + if (yych <= 0x97) goto yy113; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; + } + } +yy6514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy3649; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy6515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x94) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy3649; + if (yych <= 0x9F) goto yy2; + goto yy3649; + } else { + if (yych <= 0xA3) goto yy113; + if (yych == 0xBF) goto yy113; + goto yy2; + } + } +yy6516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy3649; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy3649; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy6517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x94) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy3649; + if (yych <= 0x9F) goto yy2; + goto yy3649; + } else { + if (yych <= 0xA3) goto yy113; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy3649; + goto yy2; + } + } +yy6518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy3649; + goto yy2; + } else { + if (yych <= 0xBD) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy6519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x8E) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy113; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy3649; + goto yy113; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy6520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy3649; + } else { + if (yych == 0xBD) goto yy3649; + goto yy2; + } + } +yy6521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3649; + goto yy2; + } else { + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8E) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy6522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy6523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy3649; + } else { + if (yych == 0x87) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy3649; + if (yych <= 0x8F) goto yy2; + goto yy3649; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy6524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3649; + goto yy2; + } else { + if (yych <= 0x8D) goto yy3649; + if (yych <= 0x8F) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy3649; + goto yy2; + } else { + if (yych <= 0x9D) goto yy3649; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy6525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy3649; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy3649; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy3649; + goto yy2; + } + } +yy6526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy3649; + if (yych <= 0x81) goto yy2; + goto yy3649; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy3649; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy6527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy3649; + goto yy2; + } else { + if (yych <= 0x95) goto yy3649; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy6528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3649; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; +yy6529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3649; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy6530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy3649; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy3649; + goto yy2; +yy6531: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy6532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy3649; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy6533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy3649; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy6534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3649; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy3649; + goto yy2; +yy6535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy3649; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) goto yy3649; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy6536: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy3649; + } else { + if (yych <= 0x93) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy3649; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy6537: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy1980; + goto yy2; + } else { + if (yych <= 0x8D) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy6538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy3649; + goto yy2; +yy6539: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy3649; + goto yy113; + } else { + if (yych <= 0xAA) goto yy3649; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy6540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy3649; + goto yy2; +yy6541: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3649; + goto yy2; + } else { + if (yych <= 0xAB) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } +yy6542: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3649; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy6543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xA0) goto yy3649; + goto yy113; + } else { + if (yych <= 0xAF) goto yy3649; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy6544: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3649; + if (yych <= 0xB3) goto yy113; + goto yy2; +yy6545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy3649; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy6546: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy3649; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy3649; + goto yy2; +yy6547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy113; + goto yy2; + } else { + if (yych <= 0xA8) goto yy113; + if (yych <= 0xAC) goto yy3649; + goto yy113; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy3649; + if (yych <= 0xB4) goto yy113; + goto yy3649; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy6548: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy3649; + goto yy2; +yy6549: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy6550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3649; + goto yy2; +yy6551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3649; + goto yy2; + } else { + if (yych <= 0x9D) goto yy3649; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy6552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy3649; + goto yy2; + } else { + if (yych <= 0x8D) goto yy3649; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy3649; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy3649; + goto yy2; + } + } +yy6553: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy3649; + } else { + if (yych == 0xBE) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy6554: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x84) goto yy3649; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy3649; + goto yy113; + } else { + if (yych <= 0x93) goto yy3649; + if (yych <= 0x95) goto yy2; + goto yy3649; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0xAC) goto yy3649; + if (yych <= 0xAF) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy3649; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3649; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } + } +yy6555: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy113; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy3649; + default: goto yy2; + } +yy6556: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy3649; + } else { + if (yych == 0x8E) goto yy3649; + if (yych <= 0x8F) goto yy113; + goto yy2; + } +yy6557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy3649; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy6558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy6559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3649; + goto yy2; + } else { + if (yych <= 0xBB) goto yy3649; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy6560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy3649; + goto yy113; + } else { + if (yych <= 0xAE) goto yy3649; + if (yych <= 0xB1) goto yy113; + if (yych <= 0xB3) goto yy3649; + goto yy2; + } +yy6561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy3649; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy3649; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy6562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy3649; + if (yych == 0xBF) goto yy113; + goto yy2; +yy6563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy3649; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy3649; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy3649; + goto yy2; + } + } +yy6564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy3649; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy3649; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy6565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x93) goto yy113; + if (yych == 0xA0) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3649; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy6566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy3649; + goto yy2; +yy6567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBA) goto yy3649; + goto yy2; + } +yy6568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy3649; + goto yy2; +yy6569: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy3649; + goto yy2; + } else { + if (yych <= 0x9F) goto yy3649; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy3649; + goto yy2; + } +yy6570: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3649; + goto yy113; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy6571: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy3649; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy6572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3649; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy2; +yy6573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } else { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy6574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3649; + if (yych <= 0x88) goto yy2; + goto yy113; + } else { + if (yych <= 0xAD) goto yy3649; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy3649; + goto yy2; + } +yy6575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy3649; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy6576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3649; + goto yy113; + } else { + if (yych == 0x86) goto yy113; + goto yy3649; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy113; + if (yych <= 0xA2) goto yy3649; + goto yy113; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy6577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy3649; + goto yy2; +yy6578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0xB3) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy6579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy3649; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy3649; + } else { + if (yych == 0xBD) goto yy3649; + goto yy2; + } + } +yy6580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy3649; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy6581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3649; + if (yych <= 0x93) goto yy113; + goto yy2; +yy6582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy3649; + if (yych <= 0xB6) goto yy113; + goto yy2; +yy6583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy3649; + } else { + if (yych <= 0x83) goto yy113; + if (yych <= 0x8B) goto yy3649; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } + } +yy6584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy3649; + goto yy113; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy3649; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy113; + goto yy2; + } + } +yy6585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy3649; + goto yy2; + } else { + if (yych <= 0x8E) goto yy3649; + if (yych <= 0x90) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy3649; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy6586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3649; + if (yych <= 0x9B) goto yy113; + goto yy2; + } else { + if (yych <= 0xA5) goto yy3649; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy6587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy3649; + goto yy113; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; + } +yy6588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3649; + goto yy2; + } else { + if (yych <= 0x97) goto yy3649; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy3649; + goto yy113; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy113; + if (yych <= 0xB6) goto yy3649; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy3649; + goto yy2; + } + } +yy6589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3649; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy6590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy6591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy6592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy3649; + goto yy2; +yy6593: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy6594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3649; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy6595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3649; + goto yy2; + } else { + if (yych <= 0xBB) goto yy3649; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy6596: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy2; + } else { + if (yych == 0xA3) goto yy1980; + goto yy113; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy113; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy6597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy3649; + goto yy2; +yy6598: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8C) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } else { + if (yych <= 0xBA) goto yy3649; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy6599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy113; + if (yych <= 0x9A) goto yy3649; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy6600: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9905; + case 0x81: goto yy9906; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy3653; + case 0x83: goto yy9907; + case 0x84: goto yy3728; + case 0x85: goto yy3729; + case 0x86: goto yy3730; + case 0x87: goto yy3731; + case 0x8A: goto yy9908; + case 0x8B: goto yy9909; + case 0x8C: goto yy9910; + case 0x8D: goto yy9911; + case 0x8E: goto yy9912; + case 0x8F: goto yy9913; + case 0x92: goto yy9914; + case 0x94: goto yy9915; + case 0x95: goto yy9916; + case 0x9C: goto yy9917; + case 0x9D: goto yy9918; + case 0xA0: goto yy9919; + case 0xA1: goto yy9920; + case 0xA2: goto yy9921; + case 0xA3: goto yy9922; + case 0xA4: goto yy9923; + case 0xA6: goto yy9924; + case 0xA8: goto yy9925; + case 0xA9: goto yy9926; + case 0xAA: goto yy9927; + case 0xAB: goto yy9928; + case 0xAC: goto yy6540; + case 0xAD: goto yy9929; + case 0xAE: goto yy9930; + case 0xB1: goto yy9931; + case 0xB2: + case 0xB3: goto yy9932; + default: goto yy2; + } +yy6601: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9933; + case 0x81: goto yy4703; + case 0x82: goto yy9934; + case 0x83: goto yy9935; + case 0x84: goto yy9936; + case 0x85: goto yy9937; + case 0x86: goto yy9938; + case 0x87: goto yy9939; + case 0x88: goto yy9940; + case 0x8A: goto yy9941; + case 0x8B: goto yy9942; + case 0x8C: goto yy9943; + case 0x8D: goto yy9944; + case 0x92: + case 0x98: goto yy9945; + case 0x93: goto yy9946; + case 0x96: goto yy9947; + case 0x97: goto yy9948; + case 0x99: goto yy9949; + case 0x9A: goto yy9950; + case 0x9C: goto yy4715; + case 0xA2: goto yy9951; + case 0xA3: goto yy9952; + case 0xAB: goto yy9953; + default: goto yy2; + } +yy6602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy3653; + goto yy9954; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy3653; + if (yych <= 0x95) goto yy9955; + goto yy2; + } +yy6603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3653; + if (yych <= 0x90) goto yy9956; + goto yy2; +yy6604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy3653; + if (yych <= 0x99) goto yy9957; + goto yy2; +yy6605: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy3653; + case 0xA8: goto yy9953; + case 0xA9: goto yy9921; + case 0xAB: goto yy9958; + case 0xAC: goto yy9959; + case 0xAD: goto yy9960; + case 0xAE: goto yy9961; + case 0xBD: goto yy9962; + case 0xBE: goto yy3792; + default: goto yy2; + } +yy6606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy3653; + if (yych <= 0xB1) goto yy9963; + if (yych <= 0xB2) goto yy9964; + goto yy2; +yy6607: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy118; + case 0x83: goto yy637; + case 0x84: goto yy3795; + case 0x85: goto yy3796; + case 0x87: goto yy3797; + case 0x89: goto yy3798; + case 0x8D: goto yy3799; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy3653; + case 0x91: goto yy9965; + case 0x92: goto yy9966; + case 0x93: goto yy9967; + case 0x94: goto yy9968; + case 0x95: goto yy9969; + case 0x9A: goto yy9970; + case 0x9B: goto yy9971; + case 0x9C: goto yy9972; + case 0x9D: goto yy9973; + case 0x9E: goto yy9974; + case 0x9F: goto yy9975; + case 0xAA: goto yy3811; + default: goto yy2; + } +yy6608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy3653; + if (yych <= 0xA3) goto yy9976; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy9977; + goto yy9978; + } else { + if (yych <= 0xBA) goto yy9979; + if (yych <= 0xBB) goto yy3816; + goto yy2; + } + } +yy6609: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy4671; + case 0xAA: + case 0xB5: + case 0xBA: goto yy3679; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy6610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3679; + goto yy4671; + } else { + if (yych == 0xB7) goto yy4671; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy6611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x91) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy2; + } else { + if (yych == 0x97) goto yy9980; + goto yy4671; + } + } else { + if (yych <= 0xAC) { + if (yych <= 0xA4) goto yy2; + if (yych <= 0xAB) goto yy4671; + goto yy2; + } else { + if (yych == 0xAE) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy6612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB3) goto yy3679; + if (yych <= 0xB4) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy3679; + if (yych <= 0xBA) goto yy2; + goto yy3679; + } else { + if (yych == 0xBF) goto yy3679; + goto yy2; + } + } +yy6613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy3679; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy3679; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy6614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy4671; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy6615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3679; + if (yych <= 0x89) goto yy4671; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy6616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych == 0x8A) goto yy1245; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBE) goto yy1245; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy6617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy4671; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy3679; + goto yy2; + } else { + if (yych <= 0xB2) goto yy3679; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy6618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy4671; + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy6619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy3679; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy3679; + } else { + if (yych <= 0xB0) goto yy4671; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy6620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy3679; + goto yy2; + } else { + if (yych <= 0x95) goto yy3679; + if (yych == 0x9D) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy3679; + goto yy843; + } else { + if (yych <= 0xBC) goto yy3679; + if (yych <= 0xBE) goto yy4671; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy6621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy6622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy4671; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy6623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3679; + if (yych <= 0xB0) goto yy4671; + if (yych <= 0xB1) goto yy3679; + goto yy2; +yy6624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy3679; + } else { + if (yych <= 0xB3) goto yy4671; + if (yych == 0xB6) goto yy4671; + goto yy2; + } +yy6625: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy9981; + case 0xA1: goto yy9982; + case 0xA2: goto yy6636; + case 0xA3: goto yy9983; + case 0xA4: goto yy9984; + case 0xA5: goto yy9985; + case 0xA6: goto yy9986; + case 0xA7: goto yy9987; + case 0xA8: goto yy9988; + case 0xA9: goto yy9989; + case 0xAA: goto yy9990; + case 0xAB: goto yy9991; + case 0xAC: goto yy9992; + case 0xAD: goto yy9993; + case 0xAE: goto yy9994; + case 0xAF: goto yy9995; + case 0xB0: goto yy9996; + case 0xB1: goto yy9997; + case 0xB2: goto yy9998; + case 0xB3: goto yy9999; + case 0xB4: goto yy10000; + case 0xB5: goto yy10001; + case 0xB6: goto yy10002; + case 0xB7: goto yy10003; + case 0xB8: goto yy10004; + case 0xB9: goto yy10005; + case 0xBA: goto yy10006; + case 0xBB: goto yy10007; + case 0xBC: goto yy10008; + case 0xBD: goto yy10009; + case 0xBE: goto yy10010; + case 0xBF: goto yy10011; + default: goto yy2; + } +yy6626: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10012; + case 0x81: goto yy10013; + case 0x82: goto yy10014; + case 0x83: goto yy6669; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy3683; + case 0x89: goto yy6670; + case 0x8A: goto yy6671; + case 0x8B: goto yy6672; + case 0x8C: goto yy6673; + case 0x8D: goto yy10015; + case 0x8E: goto yy10016; + case 0x8F: goto yy6676; + case 0x90: goto yy10017; + case 0x99: goto yy6678; + case 0x9A: goto yy6679; + case 0x9B: goto yy6680; + case 0x9C: goto yy10018; + case 0x9D: goto yy10019; + case 0x9E: goto yy10020; + case 0x9F: goto yy10021; + case 0xA0: goto yy10022; + case 0xA1: goto yy6686; + case 0xA2: goto yy10023; + case 0xA3: goto yy6688; + case 0xA4: goto yy10024; + case 0xA5: goto yy10025; + case 0xA7: goto yy10026; + case 0xA8: goto yy10027; + case 0xA9: goto yy10028; + case 0xAA: goto yy10029; + case 0xAC: goto yy10030; + case 0xAD: goto yy10031; + case 0xAE: goto yy10032; + case 0xAF: goto yy10033; + case 0xB0: goto yy10034; + case 0xB1: goto yy6700; + case 0xB3: goto yy10035; + case 0xB4: goto yy6702; + case 0xB5: goto yy6703; + case 0xB6: goto yy6704; + case 0xB7: goto yy10036; + case 0xBC: goto yy6706; + case 0xBD: goto yy6707; + case 0xBE: goto yy10037; + case 0xBF: goto yy10038; + default: goto yy2; + } +yy6627: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10039; + case 0x81: goto yy10040; + case 0x82: goto yy10041; + case 0x83: goto yy10042; + case 0x84: goto yy10043; + case 0x85: goto yy10044; + case 0x86: goto yy10045; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy4675; + case 0x88: goto yy10046; + case 0x8C: goto yy10047; + case 0x8F: goto yy10048; + case 0x90: goto yy10049; + case 0x91: goto yy10050; + case 0x92: goto yy10051; + case 0x93: goto yy10052; + case 0x9D: goto yy10053; + case 0x9E: goto yy10054; + case 0x9F: goto yy10055; + case 0xA6: goto yy10056; + case 0xA7: goto yy10057; + case 0xAD: goto yy10058; + case 0xAE: goto yy10059; + case 0xAF: goto yy10060; + case 0xB0: goto yy6732; + case 0xB1: goto yy6733; + case 0xB2: goto yy3683; + case 0xB3: goto yy10061; + case 0xB4: goto yy6735; + case 0xB5: goto yy10062; + case 0xB6: goto yy6737; + case 0xB7: goto yy10063; + case 0xB8: goto yy1353; + case 0xBA: goto yy10064; + case 0xBB: goto yy7843; + case 0xBF: goto yy10065; + default: goto yy2; + } +yy6628: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10066; + case 0x82: goto yy10067; + case 0x84: goto yy6744; + case 0x86: goto yy10068; + case 0x87: goto yy10069; + case 0x88: goto yy10070; + case 0x89: goto yy10071; + case 0x8A: goto yy10072; + case 0x8B: goto yy10073; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy4675; + default: goto yy2; + } +yy6629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy4675; + goto yy2; +yy6630: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy7744; + case 0x93: goto yy10074; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy3683; + case 0x98: goto yy6753; + case 0x99: goto yy10075; + case 0x9A: goto yy10076; + case 0x9B: goto yy10077; + case 0x9C: goto yy10078; + case 0x9D: goto yy3691; + case 0x9E: goto yy10079; + case 0x9F: goto yy6759; + case 0xA0: goto yy10080; + case 0xA1: goto yy6761; + case 0xA2: goto yy10081; + case 0xA3: goto yy10082; + case 0xA4: goto yy10083; + case 0xA5: goto yy10084; + case 0xA6: goto yy10085; + case 0xA7: goto yy10086; + case 0xA8: goto yy10087; + case 0xA9: goto yy10088; + case 0xAA: goto yy10089; + case 0xAB: goto yy10090; + case 0xAC: goto yy6772; + case 0xAD: goto yy10091; + case 0xAF: goto yy10092; + default: goto yy2; + } +yy6631: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy10093; + case 0xAD: goto yy6776; + case 0xAE: goto yy10094; + case 0xAF: goto yy10095; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy3683; + case 0xB4: goto yy6779; + case 0xB5: goto yy6780; + case 0xB6: goto yy6781; + case 0xB7: goto yy10096; + case 0xB8: goto yy10097; + case 0xB9: goto yy10098; + case 0xBB: goto yy6785; + case 0xBC: goto yy10099; + case 0xBD: goto yy10100; + case 0xBF: goto yy10101; + default: goto yy2; + } +yy6632: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy10102; + case 0x91: goto yy10103; + case 0x92: goto yy6791; + case 0x93: goto yy6792; + case 0x94: goto yy6793; + case 0x96: goto yy10104; + case 0x9B: goto yy10105; + case 0x9D: goto yy10106; + case 0x9E: goto yy10107; + case 0x9F: goto yy10108; + default: goto yy2; + } +yy6633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy10109; + goto yy2; +yy6634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych == 0x9A) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1980; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1980; + goto yy2; + } + } +yy6635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy3679; + if (yych <= 0x9B) goto yy1980; + goto yy2; +yy6636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy3679; + goto yy2; +yy6637: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy3679; + } else { + if (yych == 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy6639: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x90) goto yy3679; + if (yych <= 0x97) goto yy1980; + goto yy3679; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1980; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy6640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3679; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3679; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3679; + goto yy2; + } else { + if (yych <= 0xB2) goto yy3679; + if (yych <= 0xB5) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy6641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1980; + goto yy3679; + } else { + if (yych == 0x97) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy3679; + goto yy2; + } else { + if (yych <= 0xA1) goto yy3679; + if (yych <= 0xA3) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1980; + goto yy2; + } + } + } +yy6642: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy3679; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy3679; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy3679; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy3679; + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy6643: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych == 0x91) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy3679; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1980; + } else { + if (yych <= 0xB4) goto yy3679; + if (yych <= 0xB5) goto yy1980; + goto yy2; + } + } + } +yy6644: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy3679; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy3679; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3679; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3679; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy6645: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych == 0x90) goto yy3679; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy3679; + if (yych <= 0xA3) goto yy1980; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1980; + } else { + if (yych == 0xB9) goto yy3679; + goto yy2; + } + } + } +yy6646: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy3679; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3679; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3679; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3679; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy6647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1980; + if (yych <= 0xB1) goto yy3679; + goto yy2; + } + } + } +yy6648: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1980; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy3679; + default: goto yy2; + } +yy6649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy3679; + if (yych == 0x97) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1980; + goto yy2; + } + } +yy6650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy6651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1980; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy3679; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } + } +yy6652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy3679; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy6653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1980; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy3679; + goto yy2; + } + } + } +yy6654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy3679; + goto yy2; + } else { + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy6655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8E) goto yy3679; + if (yych <= 0x96) goto yy2; + goto yy1980; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy3679; + if (yych <= 0xA3) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1980; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } + } +yy6656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy3679; + } else { + if (yych == 0xBD) goto yy3679; + goto yy2; + } + } +yy6657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3679; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1980; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1980; + goto yy2; + } + } +yy6658: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy1980; + goto yy2; + } else { + if (yych <= 0xBA) goto yy1980; + if (yych == 0xBF) goto yy1980; + goto yy2; + } +yy6659: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy6660: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy1980; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBC) goto yy1980; + goto yy2; + } +yy6661: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy6662: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy843; + if (yych <= 0xB3) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy6663: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6664: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x87) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0x98) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy6665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy1980; + goto yy2; + } else { + if (yych <= 0x8F) goto yy1980; + if (yych <= 0x94) goto yy2; + if (yych <= 0x98) goto yy1980; + goto yy2; + } +yy6666: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBE) goto yy1980; + goto yy2; +yy6667: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy1980; + if (yych <= 0x9D) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1980; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } + } +yy6668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1980; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy6669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych == 0x87) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy3679; + if (yych <= 0x8F) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy6670: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3679; + goto yy2; + } else { + if (yych <= 0x8D) goto yy3679; + if (yych <= 0x8F) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy3679; + goto yy2; + } else { + if (yych <= 0x9D) goto yy3679; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy6671: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy3679; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy3679; + goto yy2; + } + } +yy6672: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy3679; + if (yych <= 0x81) goto yy2; + goto yy3679; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy3679; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy6673: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy3679; + goto yy2; + } else { + if (yych <= 0x95) goto yy3679; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy6674: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3679; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1980; + goto yy2; +yy6675: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3679; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy6676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy3679; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy3679; + goto yy2; +yy6677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy6678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy3679; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy6679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy3679; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy6680: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3679; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy3679; + goto yy2; +yy6681: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy3679; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB1) goto yy3679; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } + } +yy6682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych <= 0x93) goto yy1980; + if (yych <= 0x9F) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy3679; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1980; + goto yy2; + } + } +yy6683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6684: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1980; + if (yych <= 0x9A) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } +yy6685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy6686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy3679; + goto yy2; +yy6687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xAA) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy6688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy3679; + goto yy2; +yy6689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3679; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1980; + goto yy2; + } +yy6690: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy1980; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy6691: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6692: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3679; + if (yych <= 0x9B) goto yy1980; + goto yy2; +yy6693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9E) goto yy1980; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1980; + if (yych == 0xBF) goto yy1980; + goto yy2; + } +yy6694: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy1980; + goto yy2; + } +yy6695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6696: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy1980; + goto yy2; + } +yy6697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xA0) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy3679; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy6698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3679; + if (yych <= 0xB3) goto yy1980; + goto yy2; +yy6699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy3679; + if (yych <= 0xB7) goto yy1980; + goto yy2; +yy6700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy3679; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy3679; + goto yy2; + } +yy6701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1980; + if (yych <= 0xAC) goto yy3679; + goto yy1980; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy3679; + if (yych <= 0xB4) goto yy1980; + goto yy3679; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1980; + goto yy2; + } + } +yy6702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy3679; + goto yy2; +yy6703: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy6704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3679; + goto yy2; +yy6705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1980; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3679; + goto yy2; + } else { + if (yych <= 0x9D) goto yy3679; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy6707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy3679; + goto yy2; + } else { + if (yych <= 0x8D) goto yy3679; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy3679; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy3679; + goto yy2; + } + } +yy6708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy3679; + } else { + if (yych == 0xBE) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy6709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0x84) goto yy3679; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy3679; + goto yy1980; + } else { + if (yych <= 0x93) goto yy3679; + if (yych <= 0x95) goto yy2; + goto yy3679; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAC) goto yy3679; + if (yych <= 0xAF) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy3679; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3679; + if (yych <= 0xBE) goto yy1980; + goto yy2; + } + } + } +yy6710: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1087; + if (yych <= 0x97) goto yy2; + goto yy1087; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1087; + } else { + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } +yy6711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych == 0x84) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy1980; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy1980; + goto yy2; + } + } +yy6712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0x8C) goto yy1980; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBE) goto yy1980; + goto yy2; +yy6713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB0) goto yy1980; + goto yy2; +yy6714: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1980; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy3679; + default: goto yy2; + } +yy6715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + goto yy3679; + } else { + if (yych == 0x8E) goto yy3679; + if (yych <= 0x8F) goto yy1980; + goto yy2; + } +yy6716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy3679; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy6717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy10110; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6718: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1980; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy6719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy1980; + goto yy2; +yy6720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy1980; + goto yy2; +yy6721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1980; + goto yy2; +yy6722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6723: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy1980; + goto yy2; +yy6724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1980; + goto yy2; +yy6725: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy6727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0x98) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy1980; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1980; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy6729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1980; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1980; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy6731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1980; + goto yy2; + } else { + if (yych <= 0x91) goto yy1980; + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAF) goto yy1980; + goto yy2; + } +yy6732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy6733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3679; + goto yy2; + } else { + if (yych <= 0xBB) goto yy3679; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy6734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xAE) goto yy3679; + if (yych <= 0xB1) goto yy1980; + if (yych <= 0xB3) goto yy3679; + goto yy2; + } +yy6735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy3679; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy3679; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy6736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy3679; + if (yych == 0xBF) goto yy1980; + goto yy2; +yy6737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy3679; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy3679; + goto yy2; + } + } +yy6738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy3679; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy6739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1980; + goto yy2; +yy6741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1980; + goto yy2; +yy6742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1980; + goto yy2; + } else { + if (yych <= 0x93) goto yy1980; + if (yych == 0xA0) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1980; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1980; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3679; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy6743: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy1980; + goto yy2; +yy6744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy3679; + goto yy2; +yy6745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1980; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBA) goto yy3679; + goto yy2; + } +yy6746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1980; + goto yy2; +yy6747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1980; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6748: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1980; + goto yy2; + } else { + if (yych <= 0x90) goto yy1980; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy6749: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB0) goto yy1980; + goto yy2; +yy6750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy1980; + goto yy2; +yy6751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy3679; + goto yy2; +yy6753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy3679; + goto yy2; + } else { + if (yych <= 0x9F) goto yy3679; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy3679; + goto yy2; + } +yy6754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } +yy6755: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy3679; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy6756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1980; + goto yy2; +yy6757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1980; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy6758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3679; + if (yych <= 0x88) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAD) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy3679; + goto yy2; + } +yy6759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy3679; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy6760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3679; + goto yy1980; + } else { + if (yych == 0x86) goto yy1980; + goto yy3679; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1980; + if (yych <= 0xA2) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1980; + goto yy2; + } + } +yy6761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy3679; + goto yy2; +yy6762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0xB3) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy3679; + if (yych <= 0xBA) goto yy2; + goto yy3679; + } else { + if (yych == 0xBD) goto yy3679; + goto yy2; + } + } +yy6764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy3679; + } else { + if (yych <= 0xAD) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy6765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3679; + if (yych <= 0x93) goto yy1980; + goto yy2; +yy6766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6767: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy1980; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } + } +yy6768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy3679; + if (yych <= 0xB6) goto yy1980; + goto yy2; +yy6769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy3679; + goto yy1980; + } else { + if (yych <= 0x8B) goto yy3679; + if (yych <= 0x8D) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } + } +yy6770: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB7: + case 0xB8: + case 0xBE: + case 0xBF: goto yy1980; + default: goto yy2; + } +yy6771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy3679; + goto yy1980; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy3679; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1980; + goto yy2; + } + } +yy6772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy3679; + goto yy2; + } else { + if (yych <= 0x8E) goto yy3679; + if (yych <= 0x90) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy3679; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy6773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3679; + if (yych <= 0x9B) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA5) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy6774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy3679; + if (yych <= 0xAA) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy6775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3679; + goto yy2; + } else { + if (yych <= 0x97) goto yy3679; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy3679; + goto yy1980; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1980; + if (yych <= 0xB6) goto yy3679; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy3679; + goto yy2; + } + } +yy6776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3679; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy6777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy6778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy6779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy3679; + goto yy2; +yy6780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy6781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3679; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy6782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3679; + goto yy2; + } else { + if (yych <= 0xBB) goto yy3679; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } +yy6783: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1980; + if (yych <= 0x9F) goto yy2; + goto yy1980; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy1087; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } +yy6784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1980; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1980; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1980; + if (yych == 0xA9) goto yy1980; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy6785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy3679; + goto yy2; +yy6786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy1980; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy6787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0x9A) goto yy3679; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1980; + goto yy2; + } +yy6788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1980; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } +yy6789: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10111; + case 0x81: goto yy10112; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy3683; + case 0x83: goto yy10113; + case 0x84: goto yy10114; + case 0x85: goto yy10115; + case 0x86: goto yy10116; + case 0x87: goto yy10117; + case 0x8A: goto yy10118; + case 0x8B: goto yy10119; + case 0x8C: goto yy10120; + case 0x8D: goto yy10121; + case 0x8E: goto yy10122; + case 0x8F: goto yy10123; + case 0x92: goto yy10124; + case 0x94: goto yy10125; + case 0x95: goto yy10126; + case 0x9C: goto yy10127; + case 0x9D: goto yy10128; + case 0xA0: goto yy10129; + case 0xA1: goto yy10130; + case 0xA2: goto yy10131; + case 0xA3: goto yy10132; + case 0xA4: goto yy10133; + case 0xA6: goto yy10134; + case 0xA8: goto yy10135; + case 0xA9: goto yy10136; + case 0xAA: goto yy10137; + case 0xAB: goto yy10138; + case 0xAC: goto yy6688; + case 0xAD: goto yy10139; + case 0xAE: goto yy10140; + case 0xB1: goto yy10141; + case 0xB2: + case 0xB3: goto yy10142; + default: goto yy2; + } +yy6790: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10143; + case 0x81: goto yy10144; + case 0x82: goto yy10145; + case 0x83: goto yy10146; + case 0x84: goto yy10147; + case 0x85: goto yy10148; + case 0x86: goto yy10149; + case 0x87: goto yy10150; + case 0x88: goto yy10151; + case 0x8A: goto yy10152; + case 0x8B: goto yy10153; + case 0x8C: goto yy10154; + case 0x8D: goto yy10155; + case 0x92: + case 0x98: goto yy10156; + case 0x93: goto yy10157; + case 0x96: goto yy10158; + case 0x97: goto yy10159; + case 0x99: goto yy10160; + case 0x9A: goto yy10161; + case 0x9B: goto yy2362; + case 0x9C: goto yy10162; + case 0xA2: goto yy10163; + case 0xA3: goto yy10164; + case 0xAB: goto yy10165; + default: goto yy2; + } +yy6791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy3683; + goto yy10166; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy3683; + if (yych <= 0x95) goto yy10167; + goto yy2; + } +yy6792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3683; + if (yych <= 0x90) goto yy10168; + goto yy2; +yy6793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy3683; + if (yych <= 0x99) goto yy10169; + goto yy2; +yy6794: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy3683; + case 0xA8: goto yy10165; + case 0xA9: goto yy10170; + case 0xAB: goto yy10171; + case 0xAC: goto yy10172; + case 0xAD: goto yy10173; + case 0xAE: goto yy10174; + case 0xBD: goto yy10175; + case 0xBE: goto yy10176; + default: goto yy2; + } +yy6795: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy3683; + if (yych <= 0xB1) goto yy10177; + if (yych <= 0xB2) goto yy10178; + goto yy2; +yy6796: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy3686; + case 0x83: goto yy10179; + case 0x84: goto yy10180; + case 0x85: goto yy10181; + case 0x87: goto yy10182; + case 0x89: goto yy10183; + case 0x8D: goto yy10184; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy3683; + case 0x91: goto yy10185; + case 0x92: goto yy10186; + case 0x93: goto yy10187; + case 0x94: goto yy10188; + case 0x95: goto yy10189; + case 0x9A: goto yy10190; + case 0x9B: goto yy10191; + case 0x9C: goto yy10192; + case 0x9D: goto yy10193; + case 0x9E: goto yy10194; + case 0x9F: goto yy10195; + case 0xAA: goto yy10196; + default: goto yy2; + } +yy6797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy3683; + if (yych <= 0xA3) goto yy10197; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy10198; + goto yy10199; + } else { + if (yych <= 0xBA) goto yy10200; + if (yych <= 0xBB) goto yy10201; + goto yy2; + } + } +yy6798: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x85: goto yy10202; + case 0x81: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: goto yy3686; + case 0x82: goto yy10203; + case 0x83: goto yy10204; + case 0x84: goto yy10205; + case 0x86: goto yy10206; + case 0x87: goto yy10207; + case 0x88: goto yy10208; + case 0x89: goto yy10209; + case 0x95: goto yy10210; + case 0x96: goto yy10211; + case 0x9B: goto yy10212; + case 0x9D: goto yy6740; + case 0x9F: goto yy10213; + case 0xA0: goto yy10214; + case 0xA1: goto yy10215; + case 0xA2: goto yy10216; + case 0xA4: goto yy10217; + case 0xA6: goto yy10218; + case 0xA7: goto yy7803; + default: goto yy2; + } +yy6799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0x86) goto yy3686; + if (yych <= 0x87) goto yy10219; + goto yy2; +yy6800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy1246; + if (yych <= 0x97) goto yy2; + goto yy1246; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy6801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych == 0x8E) goto yy1246; + if (yych <= 0x9B) goto yy2; + goto yy1246; + } else { + if (yych <= 0xA1) { + if (yych <= 0x9E) goto yy2; + goto yy1246; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xB1) goto yy1246; + goto yy2; + } + } +yy6802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1246; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB4) goto yy1246; + goto yy2; + } + } +yy6803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy1246; + if (yych <= 0x9F) goto yy2; + goto yy1246; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych == 0xB9) goto yy1246; + goto yy2; + } + } +yy6804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy1246; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych == 0xB1) goto yy1246; + goto yy2; + } + } +yy6805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1246; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy1246; + goto yy2; +yy6806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy1246; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1246; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy1246; + goto yy2; + } +yy6807: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x9E: + case 0xA0: + case 0xA1: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB1: + case 0xB2: goto yy1246; + default: goto yy2; + } +yy6808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x8E) goto yy1246; + if (yych <= 0x9E) goto yy2; + goto yy1246; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy6809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1246; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy1246; + goto yy2; +yy6810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; +yy6811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1246; + goto yy2; +yy6812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy6813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych == 0x86) goto yy200; + goto yy2; + } else { + if (yych <= 0x99) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy6814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy1246; + goto yy2; +yy6815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1246; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; +yy6816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA0) goto yy1246; + if (yych <= 0xAD) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy6817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1246; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xB7) goto yy1246; + goto yy2; +yy6818: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy1589; + goto yy2; + } + } +yy6819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1589; + if (yych == 0x94) goto yy1589; + goto yy2; +yy6820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1246; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAB) goto yy1246; + goto yy2; +yy6821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + if (yych <= 0xB1) goto yy2; + goto yy1246; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1246; + } else { + if (yych == 0xBD) goto yy1246; + goto yy2; + } + } +yy6822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy6823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; +yy6824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1246; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1246; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; + } +yy6825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; +yy6826: + yych = *++YYCURSOR; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy200; + if (yych <= 0xB4) goto yy1589; + goto yy2; +yy6827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy2; + goto yy1589; + } else { + if (yych == 0x92) goto yy200; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA3) goto yy200; + if (yych <= 0xAF) goto yy2; + goto yy1246; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy6828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x87) { + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8E) goto yy200; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xA0) goto yy2; + goto yy1246; + } else { + if (yych == 0xBF) goto yy1589; + goto yy2; + } + } +yy6829: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7209; + case 0x81: goto yy7210; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy1593; + case 0x83: goto yy7211; + case 0x8A: goto yy7212; + case 0x8B: goto yy7213; + case 0x8C: goto yy7214; + case 0x8D: goto yy7215; + case 0x8E: goto yy7216; + case 0x8F: goto yy7217; + case 0x92: goto yy10220; + case 0x94: goto yy7219; + case 0x95: goto yy4159; + case 0x9C: goto yy7220; + case 0x9D: goto yy7221; + case 0xA0: goto yy7222; + case 0xA1: goto yy7223; + case 0xA2: goto yy4153; + case 0xA3: goto yy7224; + case 0xA4: goto yy7225; + case 0xA6: goto yy7226; + case 0xA8: goto yy7227; + case 0xA9: goto yy7228; + case 0xAA: goto yy7229; + case 0xAB: goto yy7230; + case 0xAC: goto yy4152; + case 0xAD: goto yy7231; + case 0xAE: goto yy7232; + case 0xB1: goto yy7233; + case 0xB2: + case 0xB3: goto yy7234; + default: goto yy2; + } +yy6830: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7235; + case 0x81: goto yy10221; + case 0x82: goto yy7237; + case 0x83: goto yy10222; + case 0x84: goto yy10223; + case 0x85: goto yy7240; + case 0x86: goto yy7241; + case 0x87: goto yy10224; + case 0x88: goto yy7243; + case 0x8A: goto yy7244; + case 0x8B: goto yy10225; + case 0x8C: goto yy4120; + case 0x8D: goto yy7246; + case 0x92: + case 0x98: goto yy1594; + case 0x93: goto yy10226; + case 0x96: goto yy4189; + case 0x97: goto yy7248; + case 0x99: goto yy10227; + case 0x9A: goto yy3716; + case 0x9B: goto yy3777; + case 0x9C: goto yy10228; + case 0xA2: goto yy3713; + case 0xA3: goto yy10229; + case 0xAB: goto yy7252; + default: goto yy2; + } +yy6831: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy1593; + case 0xA8: goto yy7252; + case 0xA9: goto yy10230; + case 0xAB: goto yy7256; + case 0xAC: goto yy1594; + case 0xAD: goto yy10231; + case 0xAE: goto yy7258; + case 0xBD: goto yy7259; + default: goto yy2; + } +yy6832: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy1593; + case 0x91: goto yy7262; + case 0x92: goto yy7263; + case 0x93: goto yy7264; + case 0x94: goto yy7265; + case 0x95: goto yy7266; + case 0x9A: goto yy7267; + case 0x9B: goto yy7268; + case 0x9C: goto yy7269; + case 0x9D: goto yy7270; + case 0x9E: goto yy7271; + case 0x9F: goto yy10232; + default: goto yy2; + } +yy6833: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD1) { + if (yych <= '`') { + if (yych <= '.') { + if (yych <= '\'') { + if (yych <= '&') goto yy57; + goto yy3279; + } else { + if (yych <= ',') goto yy57; + if (yych <= '-') goto yy1564; + goto yy2929; + } + } else { + if (yych <= ':') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy843; + goto yy2930; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy6833; + goto yy57; + } + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) { + if (yych <= 'z') goto yy6833; + if (yych <= 0xC1) goto yy57; + goto yy10233; + } else { + if (yych <= 0xC3) goto yy6836; + if (yych <= 0xC9) goto yy6837; + goto yy6838; + } + } else { + if (yych <= 0xCD) { + if (yych <= 0xCB) goto yy2932; + if (yych <= 0xCC) goto yy57; + goto yy6839; + } else { + if (yych <= 0xCE) goto yy10234; + if (yych <= 0xCF) goto yy6841; + goto yy6837; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xD2) goto yy6842; + if (yych <= 0xD3) goto yy6837; + goto yy6843; + } else { + if (yych <= 0xD5) goto yy6844; + if (yych <= 0xD6) goto yy10235; + goto yy10236; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy6847; + if (yych <= 0xD9) goto yy6848; + goto yy6837; + } else { + if (yych <= 0xDB) goto yy6849; + if (yych <= 0xDC) goto yy6850; + goto yy6851; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy6852; + if (yych <= 0xDF) goto yy6853; + goto yy6854; + } else { + if (yych <= 0xE1) goto yy10237; + if (yych <= 0xE2) goto yy10238; + goto yy6857; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy6858; + goto yy57; + } else { + if (yych <= 0xEF) goto yy10239; + if (yych <= 0xF0) goto yy6860; + goto yy57; + } + } + } + } +yy6835: + yych = *++YYCURSOR; + if (yych <= 0xB4) { + if (yych == 0xAA) goto yy6833; + goto yy2; + } else { + if (yych <= 0xB5) goto yy6833; + if (yych == 0xBA) goto yy6833; + goto yy2; + } +yy6836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6833; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy6837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy6838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6833; + goto yy2; +yy6839: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB6: + case 0xB7: + case 0xBB: + case 0xBC: + case 0xBD: + case 0xBF: goto yy6833; + default: goto yy2; + } +yy6840: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy6833; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy6833; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy6841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy6842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6833; + if (yych <= 0x89) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy6843: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy6844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6833; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy6845: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6833; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1087; + if (yych == 0xBE) goto yy1087; + goto yy2; + } +yy6846: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy6833; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy6833; + goto yy2; +yy6847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy6848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy6833; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy6833; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy6849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy6833; + } else { + if (yych == 0x95) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xAF) goto yy6833; + if (yych <= 0xB9) goto yy843; + goto yy6833; + } else { + if (yych == 0xBF) goto yy6833; + goto yy2; + } + } +yy6850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy6833; + if (yych <= 0x91) goto yy2; + if (yych <= 0xAF) goto yy6833; + goto yy2; +yy6851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy6852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6833; + if (yych == 0xB1) goto yy6833; + goto yy2; +yy6853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + if (yych <= 0xAA) goto yy6833; + goto yy2; +yy6854: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy10240; + case 0xA1: goto yy10241; + case 0xA2: goto yy10242; + case 0xA4: goto yy10243; + case 0xA5: goto yy10244; + case 0xA6: goto yy10245; + case 0xA7: goto yy10246; + case 0xA8: goto yy10247; + case 0xA9: goto yy10248; + case 0xAA: goto yy10249; + case 0xAB: goto yy10250; + case 0xAC: goto yy10251; + case 0xAD: goto yy10252; + case 0xAE: goto yy10253; + case 0xAF: goto yy10254; + case 0xB0: goto yy10255; + case 0xB1: goto yy10256; + case 0xB2: goto yy10257; + case 0xB3: goto yy10258; + case 0xB4: goto yy10259; + case 0xB5: goto yy10260; + case 0xB6: goto yy10261; + case 0xB7: goto yy10262; + case 0xB9: + case 0xBB: goto yy2360; + case 0xBC: goto yy2361; + default: goto yy2; + } +yy6855: + yych = *++YYCURSOR; + switch (yych) { + case 0x81: goto yy2362; + case 0x82: goto yy10263; + case 0x83: goto yy10264; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy6837; + case 0x89: goto yy10265; + case 0x8A: goto yy10266; + case 0x8B: goto yy10267; + case 0x8C: goto yy10268; + case 0x8D: + case 0xB6: goto yy10269; + case 0x8E: goto yy10270; + case 0x8F: goto yy10271; + case 0x90: goto yy10272; + case 0x99: goto yy10273; + case 0x9A: goto yy10274; + case 0x9B: goto yy10275; + case 0x9C: goto yy10276; + case 0x9D: goto yy10277; + case 0x9F: goto yy2361; + case 0xA0: goto yy10278; + case 0xA1: goto yy10279; + case 0xA2: goto yy10280; + case 0xA3: goto yy10281; + case 0xA4: goto yy10282; + case 0xA5: goto yy2365; + case 0xA7: + case 0xAD: goto yy2360; + case 0xA8: goto yy10283; + case 0xAA: goto yy2366; + case 0xAE: goto yy10284; + case 0xAF: goto yy10285; + case 0xB0: goto yy10286; + case 0xB1: goto yy10287; + case 0xB3: goto yy10288; + case 0xB4: goto yy10289; + case 0xB5: goto yy10290; + case 0xBC: goto yy10291; + case 0xBD: goto yy10292; + case 0xBE: goto yy10293; + case 0xBF: goto yy10294; + default: goto yy2; + } +yy6856: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych == 0x80) goto yy2997; + if (yych <= 0x83) goto yy2; + goto yy10295; + } else { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy10296; + goto yy10297; + } else { + if (yych == 0x88) goto yy3001; + goto yy2; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10298; + goto yy10299; + } else { + if (yych <= 0xB2) goto yy6837; + if (yych <= 0xB3) goto yy10300; + goto yy10301; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy10302; + goto yy10303; + } else { + if (yych <= 0xB7) goto yy10304; + if (yych <= 0xB8) goto yy3009; + goto yy2; + } + } + } +yy6857: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy10305; + goto yy2; + } else { + if (yych <= 0x84) goto yy10306; + if (yych == 0x86) goto yy10307; + goto yy2; + } +yy6858: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x93: goto yy10308; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy6837; + case 0x98: goto yy10309; + case 0x99: goto yy10310; + case 0x9A: goto yy10311; + case 0x9B: goto yy10285; + case 0x9C: goto yy10312; + case 0x9D: goto yy6843; + case 0x9E: goto yy10313; + case 0x9F: goto yy10314; + case 0xA0: goto yy10315; + case 0xA1: goto yy10316; + case 0xA2: goto yy10317; + case 0xA3: goto yy10318; + case 0xA4: goto yy10319; + case 0xA5: goto yy10320; + case 0xA7: goto yy2373; + case 0xA8: goto yy10321; + case 0xA9: goto yy10322; + case 0xAB: goto yy10323; + case 0xAC: goto yy10324; + case 0xAD: goto yy10325; + case 0xAF: goto yy10326; + default: goto yy2; + } +yy6859: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy10327; + case 0xAD: goto yy10328; + case 0xAE: goto yy10329; + case 0xAF: goto yy10330; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy6837; + case 0xB4: goto yy10331; + case 0xB5: goto yy10332; + case 0xB6: goto yy10333; + case 0xB7: goto yy10334; + case 0xB8: goto yy3040; + case 0xB9: goto yy10335; + case 0xBB: goto yy10336; + case 0xBC: goto yy10337; + case 0xBD: goto yy10338; + default: goto yy2; + } +yy6860: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy10339; + case 0x91: goto yy10340; + case 0x92: goto yy10341; + case 0x93: goto yy10342; + case 0x94: goto yy10343; + case 0x96: goto yy10344; + case 0x9B: goto yy10345; + case 0x9D: goto yy10346; + case 0x9E: goto yy10347; + default: goto yy2; + } +yy6861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1121; + goto yy2; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy1121; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy2; + goto yy4039; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1121; + if (yych <= '@') goto yy2; + goto yy9247; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1121; + goto yy9247; + } else { + if (yych == '|') goto yy1121; + if (yych <= '}') goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy9249; + if (yych <= 0xC3) goto yy9250; + goto yy9251; + } else { + if (yych <= 0xCA) goto yy9252; + if (yych <= 0xCB) goto yy1135; + if (yych <= 0xCC) goto yy1136; + goto yy9253; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy9254; + if (yych <= 0xCF) goto yy9255; + goto yy9251; + } else { + if (yych <= 0xD2) goto yy9256; + if (yych <= 0xD3) goto yy9251; + if (yych <= 0xD4) goto yy9257; + goto yy9258; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy9259; + if (yych <= 0xD7) goto yy9260; + if (yych <= 0xD8) goto yy9261; + goto yy9262; + } else { + if (yych <= 0xDA) goto yy9251; + if (yych <= 0xDB) goto yy9263; + if (yych <= 0xDC) goto yy9264; + goto yy9265; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy9266; + if (yych <= 0xDF) goto yy9267; + goto yy9268; + } else { + if (yych <= 0xE1) goto yy9269; + if (yych <= 0xE2) goto yy9270; + if (yych <= 0xE3) goto yy9271; + goto yy1156; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9272; + if (yych <= 0xEE) goto yy2; + goto yy9273; + } else { + if (yych <= 0xF0) goto yy9274; + if (yych == 0xF3) goto yy1160; + goto yy2; + } + } + } + } +yy6862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy2; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy533; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy2; + goto yy2445; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy2; + goto yy6299; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy533; + goto yy6299; + } else { + if (yych == '|') goto yy533; + if (yych <= '}') goto yy2; + goto yy533; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy9847; + if (yych <= 0xC3) goto yy9848; + goto yy9849; + } else { + if (yych <= 0xCA) goto yy9850; + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + goto yy9851; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy9852; + if (yych <= 0xCF) goto yy9853; + goto yy9849; + } else { + if (yych <= 0xD2) goto yy9854; + if (yych <= 0xD3) goto yy9849; + if (yych <= 0xD4) goto yy9855; + goto yy9856; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy9857; + if (yych <= 0xD7) goto yy9858; + if (yych <= 0xD8) goto yy9859; + goto yy9860; + } else { + if (yych <= 0xDA) goto yy9849; + if (yych <= 0xDB) goto yy9861; + if (yych <= 0xDC) goto yy9862; + goto yy9863; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy9864; + if (yych <= 0xDF) goto yy9865; + goto yy9866; + } else { + if (yych <= 0xE1) goto yy9867; + if (yych <= 0xE2) goto yy9868; + if (yych <= 0xE3) goto yy9869; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9870; + if (yych <= 0xEE) goto yy2; + goto yy9871; + } else { + if (yych <= 0xF0) goto yy9872; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy6863: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy113; + goto yy57; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy113; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1565; + if (yych <= '.') goto yy10348; + if (yych <= '/') goto yy57; + goto yy5408; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + goto yy57; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy6863; + if (yych <= ']') goto yy57; + goto yy113; + } else { + if (yych <= 'z') goto yy6863; + if (yych == '|') goto yy113; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy113; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy10349; + goto yy6866; + } else { + if (yych <= 0xC9) goto yy6867; + if (yych <= 0xCA) goto yy6868; + if (yych <= 0xCB) goto yy6492; + goto yy118; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy6869; + if (yych <= 0xCE) goto yy10350; + goto yy6871; + } else { + if (yych == 0xD2) goto yy6872; + if (yych <= 0xD3) goto yy6867; + goto yy6873; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy6874; + if (yych <= 0xD6) goto yy10351; + if (yych <= 0xD7) goto yy10352; + goto yy6877; + } else { + if (yych <= 0xD9) goto yy6878; + if (yych <= 0xDA) goto yy6867; + if (yych <= 0xDB) goto yy6879; + goto yy6880; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy6881; + if (yych <= 0xDE) goto yy6882; + if (yych <= 0xDF) goto yy6883; + goto yy6884; + } else { + if (yych <= 0xE1) goto yy10353; + if (yych <= 0xE2) goto yy10354; + if (yych <= 0xE3) goto yy6887; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy6888; + if (yych <= 0xEE) goto yy57; + goto yy10355; + } else { + if (yych <= 0xF0) goto yy6890; + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } +yy6865: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy113; + case 0xAA: + case 0xB5: + case 0xBA: goto yy6863; + default: goto yy2; + } +yy6866: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6863; + goto yy113; + } else { + if (yych == 0xB7) goto yy113; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy6867: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy6868: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6863; + goto yy2; +yy6869: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB3) goto yy6863; + if (yych <= 0xB4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy6863; + if (yych <= 0xBA) goto yy2; + goto yy6863; + } else { + if (yych == 0xBF) goto yy6863; + goto yy2; + } + } +yy6870: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy6863; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy6863; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy6863; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy6871: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy113; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy6872: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6863; + if (yych <= 0x89) goto yy113; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy6873: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy6874: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6863; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy6875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy6863; + } else { + if (yych == 0x8A) goto yy10110; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy10110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy6876: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy6863; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy6863; + goto yy2; + } + } +yy6877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy113; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy6878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy6863; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy6863; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy6879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy6863; + goto yy2; + } else { + if (yych <= 0x95) goto yy6863; + if (yych == 0x9D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy6863; + goto yy843; + } else { + if (yych <= 0xBC) goto yy6863; + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy6880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy6863; + goto yy113; + } else { + if (yych <= 0xAF) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy6881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy6882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6863; + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy6863; + goto yy2; +yy6883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy6863; + } else { + if (yych <= 0xB3) goto yy113; + if (yych == 0xB6) goto yy113; + goto yy2; + } +yy6884: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy10356; + case 0xA1: goto yy10357; + case 0xA2: goto yy10358; + case 0xA3: goto yy1251; + case 0xA4: goto yy10359; + case 0xA5: goto yy10360; + case 0xA6: goto yy10361; + case 0xA7: goto yy10362; + case 0xA8: goto yy10363; + case 0xA9: goto yy10364; + case 0xAA: goto yy10365; + case 0xAB: goto yy10366; + case 0xAC: goto yy10367; + case 0xAD: goto yy10368; + case 0xAE: goto yy10369; + case 0xAF: goto yy10370; + case 0xB0: goto yy10371; + case 0xB1: goto yy10372; + case 0xB2: goto yy10373; + case 0xB3: goto yy10374; + case 0xB4: goto yy10375; + case 0xB5: goto yy10376; + case 0xB6: goto yy10377; + case 0xB7: goto yy10378; + case 0xB8: goto yy1272; + case 0xB9: goto yy10379; + case 0xBA: goto yy1274; + case 0xBB: goto yy10380; + case 0xBC: goto yy10381; + case 0xBD: goto yy1277; + case 0xBE: goto yy1278; + case 0xBF: goto yy1279; + default: goto yy2; + } +yy6885: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy10382; + case 0x82: goto yy10383; + case 0x83: goto yy10384; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy6867; + case 0x89: goto yy10385; + case 0x8A: goto yy10386; + case 0x8B: goto yy10387; + case 0x8C: goto yy10388; + case 0x8D: goto yy10389; + case 0x8E: goto yy10390; + case 0x8F: goto yy10391; + case 0x90: goto yy10392; + case 0x99: goto yy10393; + case 0x9A: goto yy10394; + case 0x9B: goto yy10395; + case 0x9C: goto yy10396; + case 0x9D: goto yy10397; + case 0x9E: goto yy1297; + case 0x9F: goto yy10398; + case 0xA0: goto yy10399; + case 0xA1: goto yy10400; + case 0xA2: goto yy10401; + case 0xA3: goto yy10402; + case 0xA4: goto yy10403; + case 0xA5: goto yy10404; + case 0xA7: goto yy10405; + case 0xA8: goto yy10406; + case 0xA9: goto yy1307; + case 0xAA: goto yy10407; + case 0xAC: goto yy1309; + case 0xAD: goto yy10408; + case 0xAE: goto yy10409; + case 0xAF: goto yy10410; + case 0xB0: goto yy10411; + case 0xB1: goto yy10412; + case 0xB3: goto yy10413; + case 0xB4: goto yy10414; + case 0xB5: goto yy10415; + case 0xB6: goto yy10416; + case 0xB7: goto yy1319; + case 0xBC: goto yy10417; + case 0xBD: goto yy10418; + case 0xBE: goto yy10419; + case 0xBF: goto yy10420; + default: goto yy2; + } +yy6886: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10421; + case 0x81: goto yy2027; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: goto yy10422; + case 0x85: goto yy10423; + case 0x86: goto yy10424; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x88: goto yy10425; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy10426; + case 0xB1: goto yy10427; + case 0xB2: goto yy6867; + case 0xB3: goto yy10428; + case 0xB4: goto yy10429; + case 0xB5: goto yy10430; + case 0xB6: goto yy10431; + case 0xB7: goto yy10432; + case 0xB8: goto yy10433; + case 0xBA: goto yy1354; + case 0xBB: goto yy709; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy6887: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10434; + case 0x82: goto yy2034; + case 0x84: goto yy10435; + case 0x86: goto yy10436; + case 0x87: goto yy2036; + case 0x88: goto yy1361; + case 0x89: goto yy1362; + case 0x8A: goto yy1363; + case 0x8B: goto yy2037; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy118; + default: goto yy2; + } +yy6888: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy572; + case 0x93: goto yy10437; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy6867; + case 0x98: goto yy10438; + case 0x99: goto yy10439; + case 0x9A: goto yy10440; + case 0x9B: goto yy10441; + case 0x9C: goto yy10442; + case 0x9D: goto yy6873; + case 0x9E: goto yy10443; + case 0x9F: goto yy10444; + case 0xA0: goto yy10445; + case 0xA1: goto yy10446; + case 0xA2: goto yy10447; + case 0xA3: goto yy10448; + case 0xA4: goto yy10449; + case 0xA5: goto yy10450; + case 0xA6: goto yy1380; + case 0xA7: goto yy10451; + case 0xA8: goto yy10452; + case 0xA9: goto yy10453; + case 0xAA: goto yy1384; + case 0xAB: goto yy10454; + case 0xAC: goto yy10455; + case 0xAD: goto yy10456; + case 0xAF: goto yy10457; + default: goto yy2; + } +yy6889: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy10458; + case 0xAD: goto yy10459; + case 0xAE: goto yy10460; + case 0xAF: goto yy10461; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy6867; + case 0xB4: goto yy10462; + case 0xB5: goto yy10463; + case 0xB6: goto yy10464; + case 0xB7: goto yy10465; + case 0xB8: goto yy10466; + case 0xB9: goto yy10467; + case 0xBB: goto yy10468; + case 0xBC: goto yy10469; + case 0xBD: goto yy10470; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy6890: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy10471; + case 0x91: goto yy10472; + case 0x92: goto yy10473; + case 0x93: goto yy10474; + case 0x94: goto yy10475; + case 0x96: goto yy10476; + case 0x9B: goto yy10477; + case 0x9D: goto yy10478; + case 0x9E: goto yy10479; + case 0x9F: goto yy1412; + default: goto yy2; + } +yy6891: + yych = *++YYCURSOR; + if (yych <= 0xD4) { + if (yych <= 0xC2) { + if (yych <= '@') { + if (yych <= '%') { + if (yych <= '$') goto yy2; + goto yy10480; + } else { + if (yych <= '.') goto yy2; + if (yych <= '9') goto yy10480; + goto yy2; + } + } else { + if (yych <= '`') { + if (yych <= 'Z') goto yy10481; + goto yy2; + } else { + if (yych <= 'z') goto yy10481; + if (yych <= 0xC1) goto yy2; + goto yy1191; + } + } + } else { + if (yych <= 0xCD) { + if (yych <= 0xC9) { + if (yych <= 0xC3) goto yy1192; + goto yy1193; + } else { + if (yych <= 0xCA) goto yy1194; + if (yych <= 0xCC) goto yy2; + goto yy1195; + } + } else { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy1196; + if (yych <= 0xCF) goto yy1197; + goto yy1193; + } else { + if (yych <= 0xD2) goto yy1198; + if (yych <= 0xD3) goto yy1193; + goto yy1199; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD9) { + if (yych <= 0xD6) { + if (yych <= 0xD5) goto yy1200; + goto yy1201; + } else { + if (yych <= 0xD7) goto yy1202; + if (yych <= 0xD8) goto yy1203; + goto yy1204; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xDA) goto yy1193; + goto yy1205; + } else { + if (yych <= 0xDC) goto yy1206; + if (yych <= 0xDD) goto yy1207; + goto yy1208; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy1209; + goto yy1210; + } else { + if (yych <= 0xE1) goto yy1211; + if (yych <= 0xE2) goto yy1212; + goto yy1213; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy1214; + goto yy2; + } else { + if (yych <= 0xEF) goto yy1215; + if (yych <= 0xF0) goto yy1216; + goto yy2; + } + } + } + } +yy6892: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xC9) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy57; + if (yych <= '$') goto yy113; + if (yych <= '%') goto yy146; + goto yy57; + } else { + if (yych <= '\'') goto yy242; + if (yych == '+') goto yy182; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy243; + if (yych <= '.') goto yy1217; + if (yych <= '/') goto yy57; + goto yy206; + } else { + if (yych <= ';') { + if (yych <= ':') goto yy6891; + goto yy57; + } else { + if (yych <= '>') goto yy113; + if (yych <= '?') goto yy57; + goto yy148; + } + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy247; + if (yych <= ']') goto yy57; + if (yych <= '^') goto yy113; + goto yy249; + } else { + if (yych <= '`') goto yy113; + if (yych <= 'z') goto yy247; + if (yych <= '{') goto yy57; + goto yy113; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy113; + if (yych <= 0xC1) goto yy57; + goto yy251; + } else { + if (yych <= 0xC5) { + if (yych <= 0xC3) goto yy252; + goto yy253; + } else { + if (yych <= 0xC6) goto yy254; + if (yych <= 0xC7) goto yy255; + goto yy253; + } + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD2) { + if (yych <= 0xCD) { + if (yych <= 0xCA) goto yy256; + if (yych <= 0xCB) goto yy257; + if (yych <= 0xCC) goto yy118; + goto yy258; + } else { + if (yych <= 0xCE) goto yy259; + if (yych <= 0xCF) goto yy260; + if (yych <= 0xD1) goto yy253; + goto yy261; + } + } else { + if (yych <= 0xD6) { + if (yych <= 0xD3) goto yy253; + if (yych <= 0xD4) goto yy262; + if (yych <= 0xD5) goto yy263; + goto yy264; + } else { + if (yych <= 0xD8) { + if (yych <= 0xD7) goto yy265; + goto yy266; + } else { + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + goto yy269; + } + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy270; + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + goto yy273; + } else { + if (yych <= 0xE0) goto yy274; + if (yych <= 0xE1) goto yy275; + if (yych <= 0xE2) goto yy276; + goto yy277; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy278; + if (yych == 0xEA) goto yy279; + goto yy57; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy280; + goto yy281; + } else { + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } + } +yy6893: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1437; + if (yych == 0xA0) goto yy113; + goto yy2; +yy6894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy1437; + if (yych <= 0x81) goto yy2; + goto yy1437; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy1437; + if (yych <= 0xBA) goto yy113; + goto yy2; + } +yy6895: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1437; + goto yy2; + } else { + if (yych <= 0xB6) goto yy1437; + if (yych <= 0xB8) goto yy113; + goto yy2; + } +yy6896: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1437; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych <= 0x86) goto yy113; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy1437; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy1437; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy113; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy6897: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1437; + goto yy113; + } else { + if (yych <= 0xA4) goto yy1437; + if (yych <= 0xA6) goto yy113; + goto yy2; + } +yy6898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB7) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy6899: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1439; + if (yych == 0xBF) goto yy113; + goto yy2; + } +yy6900: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xAF) goto yy1437; + if (yych <= 0xBA) goto yy113; + goto yy2; +yy6901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy1437; + } else { + if (yych <= 0xB4) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy6902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy1437; + goto yy113; + } else { + if (yych == 0xB6) goto yy1437; + goto yy2; + } +yy6903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB2) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy6904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy1437; + if (yych <= 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy1437; + } else { + if (yych == 0x9C) goto yy1437; + goto yy2; + } + } +yy6905: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1437; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1437; + if (yych <= 0xB7) goto yy113; + goto yy2; + } +yy6906: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1437; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; + } +yy6907: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy1437; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1437; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1437; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1437; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1437; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy6908: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy1437; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy113; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy1437; + goto yy113; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } + } +yy6909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1437; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy6910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x85) goto yy1437; + goto yy2; + } else { + if (yych <= 0x87) goto yy1437; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; + } +yy6911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1437; + goto yy113; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy6912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x9B) goto yy1437; + if (yych <= 0x9D) goto yy113; + goto yy2; + } +yy6913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x84) goto yy1437; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; + } +yy6914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1437; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy6915: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy113; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1439; + if (yych == 0xBF) goto yy113; + goto yy2; + } +yy6916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1437; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy6917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1437; + goto yy113; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy6918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy1437; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy6919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1437; + goto yy2; + } else { + if (yych <= 0x90) goto yy1437; + if (yych <= 0xBE) goto yy113; + goto yy2; + } +yy6920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1437; + goto yy2; + } else { + if (yych <= 0x99) goto yy1437; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy6921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy113; + goto yy1437; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy113; + goto yy1437; + } else { + if (yych <= 0xBB) goto yy113; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } + } +yy6922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1437; + goto yy113; + } else { + if (yych == 0xB5) goto yy113; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy6923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1437; + goto yy113; + } else { + if (yych == 0xAF) goto yy113; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy6924: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1437; + goto yy113; + } else { + if (yych == 0xA9) goto yy113; + if (yych <= 0xBF) goto yy1437; + goto yy2; + } +yy6925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1437; + goto yy113; + } else { + if (yych <= 0x8B) goto yy1437; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy6926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1437; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; +yy6927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1439; + goto yy2; +yy6928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy1439; + goto yy2; +yy6929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy1439; + goto yy2; +yy6930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0xB9) goto yy1439; + if (yych == 0xBD) goto yy1439; + goto yy2; +yy6931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy1439; + if (yych <= 0x97) goto yy2; + goto yy1439; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy6932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych == 0x80) goto yy1439; + if (yych <= 0x84) goto yy2; + goto yy1439; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy1439; + if (yych <= 0x92) goto yy2; + goto yy1439; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy1439; + } else { + if (yych == 0xBD) goto yy1439; + goto yy2; + } + } + } +yy6933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych == 0x8E) goto yy1439; + if (yych <= 0x9B) goto yy2; + goto yy1439; + } else { + if (yych <= 0xA1) { + if (yych <= 0x9E) goto yy2; + goto yy1439; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xB1) goto yy1439; + goto yy2; + } + } +yy6934: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1439; + goto yy2; + } else { + if (yych <= 0x90) goto yy1439; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1439; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; + } + } +yy6935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1439; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB4) goto yy1439; + goto yy2; + } + } +yy6936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8D) goto yy1439; + goto yy2; + } else { + if (yych == 0x92) goto yy2; + if (yych <= 0xA8) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1439; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1439; + if (yych == 0xBD) goto yy1439; + goto yy2; + } + } +yy6937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy1439; + if (yych <= 0x9F) goto yy2; + goto yy1439; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych == 0xB9) goto yy1439; + goto yy2; + } + } +yy6938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy1439; + goto yy2; + } else { + if (yych <= 0x90) goto yy1439; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1439; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1439; + if (yych == 0xBD) goto yy1439; + goto yy2; + } + } +yy6939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy1439; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych == 0xB1) goto yy1439; + goto yy2; + } + } +yy6940: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy1439; + default: goto yy2; + } +yy6941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1439; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy1439; + goto yy2; +yy6942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8C) { + if (yych <= 0x84) goto yy2; + goto yy1439; + } else { + if (yych <= 0x8D) goto yy2; + if (yych <= 0x90) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy1439; + } else { + if (yych == 0xBD) goto yy1439; + goto yy2; + } + } +yy6943: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy1439; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1439; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy1439; + goto yy2; + } +yy6944: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy1439; + goto yy2; + } else { + if (yych == 0x91) goto yy2; + goto yy1439; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA9) goto yy2; + if (yych <= 0xB3) goto yy1439; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1439; + if (yych == 0xBD) goto yy1439; + goto yy2; + } + } +yy6945: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x9E: + case 0xA0: + case 0xA1: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB1: + case 0xB2: goto yy1439; + default: goto yy2; + } +yy6946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy1439; + } else { + if (yych <= 0xBA) { + if (yych <= 0x91) goto yy2; + goto yy1439; + } else { + if (yych == 0xBD) goto yy1439; + goto yy2; + } + } +yy6947: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x8E) goto yy1439; + if (yych <= 0x9E) goto yy2; + goto yy1439; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy6948: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1439; + if (yych <= 0x99) goto yy2; + goto yy1439; + } else { + if (yych <= 0xBB) { + if (yych <= 0xB2) goto yy2; + goto yy1439; + } else { + if (yych == 0xBD) goto yy1439; + goto yy2; + } + } +yy6949: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1439; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy1439; + goto yy2; +yy6950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; +yy6951: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1439; + goto yy2; +yy6952: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy6953: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy1439; + } else { + if (yych == 0x87) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy1439; + if (yych <= 0x8F) goto yy2; + goto yy1439; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy6954: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1439; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1439; + if (yych <= 0x8F) goto yy2; + goto yy1439; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy1439; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy6955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy1439; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1439; + goto yy2; + } + } +yy6956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy1439; + if (yych <= 0x81) goto yy2; + goto yy1439; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy1439; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy6957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1439; + goto yy2; + } else { + if (yych <= 0x95) goto yy1439; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy6958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1439; + goto yy2; +yy6959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy6960: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1439; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy1439; + goto yy2; +yy6961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy6962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy1439; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy6963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy6964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1439; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy1439; + goto yy2; +yy6965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy1439; + goto yy2; + } else { + if (yych <= 0x91) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy1439; + goto yy2; + } +yy6966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1439; + goto yy2; + } else { + if (yych == 0xAD) goto yy2; + if (yych <= 0xB0) goto yy1439; + goto yy2; + } +yy6967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy1439; + goto yy2; +yy6968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1439; + goto yy2; + } else { + if (yych <= 0xAA) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy6969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1439; + goto yy2; +yy6970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1439; + goto yy2; +yy6971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy1439; + goto yy2; +yy6972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1439; + goto yy2; +yy6973: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1439; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; +yy6974: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA0) goto yy1439; + if (yych <= 0xAD) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy6975: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1439; + goto yy2; +yy6976: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1439; + goto yy2; +yy6977: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1439; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xB7) goto yy1439; + goto yy2; +yy6978: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAC) goto yy1439; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1439; + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1439; + goto yy2; + } +yy6979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1439; + goto yy2; +yy6980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy6981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1439; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy6982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1439; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1439; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy1439; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy1439; + goto yy2; + } + } +yy6983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy1439; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1439; + goto yy2; + } +yy6984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x84) goto yy1439; + goto yy2; + } else { + if (yych <= 0x8C) goto yy1439; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9B) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAC) goto yy1439; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBC) goto yy1439; + goto yy2; + } + } +yy6985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBF) goto yy1589; + goto yy2; +yy6986: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1439; + default: goto yy2; + } +yy6987: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0x89) goto yy1439; + if (yych == 0x8E) goto yy1439; + goto yy2; +yy6988: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1439; + goto yy2; +yy6989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy6990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1439; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1439; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy6991: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1439; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1439; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1439; + goto yy2; + } +yy6992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy1439; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy1439; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy6993: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1439; + goto yy2; +yy6994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy1439; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy1439; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1439; + goto yy2; + } + } +yy6995: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x87) goto yy2; + goto yy1439; + } else { + if (yych <= 0x96) { + if (yych <= 0x8F) goto yy2; + goto yy1439; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9E) goto yy1439; + goto yy2; + } + } +yy6996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB5) goto yy1439; + if (yych == 0xBC) goto yy1439; + goto yy2; +yy6997: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy1439; + goto yy2; +yy6998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBA) goto yy1439; + goto yy2; +yy6999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1439; + goto yy2; +yy7000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1439; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAB) goto yy1439; + goto yy2; +yy7001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1439; + goto yy2; +yy7002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy7003: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy7004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1439; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1439; + goto yy2; + } +yy7005: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1439; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy7006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x82) goto yy2; + goto yy1439; + } else { + if (yych <= 0x8A) { + if (yych <= 0x86) goto yy2; + goto yy1439; + } else { + if (yych <= 0x8B) goto yy2; + if (yych <= 0xA2) goto yy1439; + goto yy2; + } + } +yy7007: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1439; + goto yy2; +yy7008: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) goto yy2; + if (yych <= 0xB3) goto yy1439; + goto yy2; +yy7009: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + if (yych <= 0xB1) goto yy2; + goto yy1439; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1439; + } else { + if (yych == 0xBD) goto yy1439; + goto yy2; + } + } +yy7010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy7011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1439; + goto yy2; +yy7012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; +yy7013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1439; + goto yy2; +yy7014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1439; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1439; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; + } +yy7015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy1439; + if (yych == 0xB2) goto yy1439; + goto yy2; +yy7016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy1439; + goto yy2; + } else { + if (yych <= 0x8E) goto yy1439; + if (yych <= 0x90) goto yy2; + goto yy1439; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1439; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy7017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1439; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy7018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; +yy7019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1439; + goto yy2; + } else { + if (yych <= 0x97) goto yy1439; + if (yych == 0x9D) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB6) goto yy1439; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1439; + goto yy2; + } + } +yy7020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1439; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy7021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1439; + goto yy2; +yy7022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy7023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy1439; + goto yy2; +yy7024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy7025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1439; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy7026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1439; + goto yy2; +yy7027: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xB4) goto yy1589; + goto yy2; +yy7028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1589; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy7029: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy1439; + goto yy2; +yy7030: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy1439; + if (yych == 0xBF) goto yy1589; + goto yy2; +yy7031: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1439; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy7032: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10482; + case 0x81: goto yy10483; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy3921; + case 0x83: goto yy10484; + case 0x8A: goto yy10485; + case 0x8B: goto yy10486; + case 0x8C: goto yy10487; + case 0x8D: goto yy10488; + case 0x8E: goto yy10489; + case 0x8F: goto yy10490; + case 0x92: goto yy10491; + case 0x94: goto yy10492; + case 0x95: goto yy6976; + case 0x9C: goto yy10493; + case 0x9D: goto yy10494; + case 0xA0: goto yy10495; + case 0xA1: goto yy10496; + case 0xA2: goto yy6970; + case 0xA3: goto yy10497; + case 0xA4: goto yy10498; + case 0xA6: goto yy10499; + case 0xA8: goto yy10500; + case 0xA9: goto yy10501; + case 0xAA: goto yy10502; + case 0xAB: goto yy10503; + case 0xAC: goto yy6969; + case 0xAD: goto yy10504; + case 0xAE: goto yy10505; + case 0xB1: goto yy10506; + case 0xB2: + case 0xB3: goto yy10507; + default: goto yy2; + } +yy7033: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10508; + case 0x81: goto yy10509; + case 0x82: goto yy10510; + case 0x83: goto yy10511; + case 0x84: goto yy10512; + case 0x85: goto yy10513; + case 0x86: goto yy10514; + case 0x87: goto yy10515; + case 0x88: goto yy10516; + case 0x8A: goto yy10517; + case 0x8B: goto yy10518; + case 0x8C: goto yy6938; + case 0x8D: goto yy10519; + case 0x92: + case 0x98: goto yy3922; + case 0x93: goto yy10520; + case 0x96: goto yy7001; + case 0x97: goto yy10521; + case 0x99: goto yy10522; + case 0x9A: goto yy3937; + case 0x9B: goto yy3992; + case 0x9C: goto yy10523; + case 0xA2: goto yy3931; + case 0xA3: goto yy10524; + case 0xAB: goto yy10525; + default: goto yy2; + } +yy7034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy3921; + goto yy10526; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy3921; + if (yych <= 0x95) goto yy10527; + goto yy2; + } +yy7035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3921; + if (yych <= 0x90) goto yy7001; + goto yy2; +yy7036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy3921; + if (yych <= 0x99) goto yy7011; + goto yy2; +yy7037: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy3921; + case 0xA8: goto yy10525; + case 0xA9: goto yy10528; + case 0xAB: goto yy10529; + case 0xAC: goto yy3922; + case 0xAD: goto yy10530; + case 0xAE: goto yy10531; + case 0xBD: goto yy10532; + default: goto yy2; + } +yy7038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x80) goto yy2877; + goto yy2; + } else { + if (yych <= 0xB0) goto yy3921; + if (yych <= 0xB1) goto yy10533; + if (yych <= 0xB2) goto yy10534; + goto yy2; + } +yy7039: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy3921; + case 0x91: goto yy10535; + case 0x92: goto yy10536; + case 0x93: goto yy10537; + case 0x94: goto yy10538; + case 0x95: goto yy10539; + case 0x9A: goto yy10540; + case 0x9B: goto yy10541; + case 0x9C: goto yy10542; + case 0x9D: goto yy10543; + case 0x9E: goto yy10544; + case 0x9F: goto yy10545; + default: goto yy2; + } +yy7040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy3921; + if (yych <= 0xA3) goto yy10546; + goto yy2; + } else { + if (yych <= 0xB8) goto yy10547; + if (yych <= 0xB9) goto yy10548; + if (yych <= 0xBA) goto yy10549; + goto yy2; + } +yy7041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy7042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy2939; + } else { + if (yych == 0x87) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy2939; + if (yych <= 0x8F) goto yy2; + goto yy2939; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy7043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy7044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy2939; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy2939; + goto yy2; +yy7045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy2939; + goto yy2; +yy7046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy7047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy2939; + goto yy2; + } else { + if (yych <= 0x9D) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy7048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy2939; + goto yy2; + } else { + if (yych <= 0x8D) goto yy2939; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy2939; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy2939; + goto yy2; + } + } +yy7049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy2939; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy2939; + goto yy2; + } +yy7050: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x84) goto yy2939; + goto yy2; + } else { + if (yych <= 0x8C) goto yy2939; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9B) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAC) goto yy2939; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBC) goto yy2939; + goto yy2; + } + } +yy7051: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy2939; + default: goto yy2; + } +yy7052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0x89) goto yy2939; + if (yych == 0x8E) goto yy2939; + goto yy2; +yy7053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy2939; + goto yy2; +yy7054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy7055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy2939; + goto yy2; + } else { + if (yych <= 0xBB) goto yy2939; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy7056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy2939; + goto yy2; + } else { + if (yych <= 0xAE) goto yy2939; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy2939; + goto yy2; + } +yy7057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy2939; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy2939; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy7058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy2939; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy7059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy7060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy2939; + goto yy2; + } else { + if (yych <= 0xAD) goto yy2939; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy2939; + goto yy2; + } +yy7061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy2939; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy7062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy2939; + goto yy2; + } else { + if (yych <= 0x8E) goto yy2939; + if (yych <= 0x90) goto yy2; + goto yy2939; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy2939; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy7063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy2939; + goto yy2; + } else { + if (yych <= 0xA5) goto yy2939; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy7064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy2939; + goto yy2; + } else { + if (yych <= 0x97) goto yy2939; + if (yych == 0x9D) goto yy2939; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB6) goto yy2939; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy2939; + goto yy2; + } + } +yy7065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych == 0x87) goto yy1087; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy2939; + goto yy2; + } + } +yy7066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy2939; + goto yy2; +yy7067: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5590; + case 0x81: goto yy5591; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy1108; + case 0x83: goto yy5592; + case 0x8A: goto yy5593; + case 0x8B: goto yy5594; + case 0x8C: goto yy5595; + case 0x8D: goto yy5596; + case 0x8E: goto yy5597; + case 0x8F: goto yy5598; + case 0x92: goto yy5600; + case 0x94: goto yy5601; + case 0x95: goto yy2987; + case 0x9C: goto yy5602; + case 0x9D: goto yy5603; + case 0xA0: goto yy5604; + case 0xA1: goto yy5605; + case 0xA2: goto yy2983; + case 0xA3: goto yy5606; + case 0xA4: goto yy5607; + case 0xA6: goto yy5608; + case 0xA8: goto yy5609; + case 0xA9: goto yy5610; + case 0xAA: goto yy5611; + case 0xAB: goto yy5612; + case 0xAC: goto yy2982; + case 0xAD: goto yy5613; + case 0xAE: goto yy5614; + case 0xB1: goto yy5615; + case 0xB2: + case 0xB3: goto yy10550; + default: goto yy2; + } +yy7068: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5617; + case 0x81: goto yy4840; + case 0x82: goto yy5618; + case 0x83: goto yy5619; + case 0x84: goto yy5620; + case 0x85: goto yy5621; + case 0x86: goto yy5622; + case 0x87: goto yy5623; + case 0x88: goto yy5624; + case 0x8A: goto yy5625; + case 0x8B: goto yy5626; + case 0x8C: goto yy2952; + case 0x8D: goto yy5627; + case 0x92: + case 0x98: goto yy4026; + case 0x93: goto yy5628; + case 0x96: goto yy5629; + case 0x97: goto yy5630; + case 0x99: goto yy5631; + case 0x9A: goto yy5632; + case 0x9B: goto yy2362; + case 0x9C: goto yy4847; + case 0xA2: goto yy1106; + case 0xA3: goto yy10551; + case 0xAB: goto yy5635; + default: goto yy2; + } +yy7069: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy1108; + case 0x91: goto yy10552; + case 0x92: goto yy10553; + case 0x93: goto yy10554; + case 0x94: goto yy10555; + case 0x95: goto yy10556; + case 0x9A: goto yy10557; + case 0x9B: goto yy10558; + case 0x9C: goto yy10559; + case 0x9D: goto yy10560; + case 0x9E: goto yy10561; + case 0x9F: goto yy10562; + default: goto yy2; + } +yy7070: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy5660; + goto yy1766; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy5660; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy5034; + if (yych <= '.') goto yy200; + if (yych <= '/') goto yy1766; + goto yy8907; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '@') goto yy1766; + goto yy8907; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy1766; + if (yych <= '`') goto yy5660; + goto yy8907; + } else { + if (yych == '|') goto yy5660; + if (yych <= '}') goto yy1766; + goto yy5660; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy5692; + if (yych <= 0xC3) goto yy5693; + goto yy5694; + } else { + if (yych <= 0xCA) goto yy5695; + if (yych <= 0xCB) goto yy5665; + if (yych <= 0xCC) goto yy5663; + goto yy5696; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy5697; + if (yych <= 0xCF) goto yy5698; + goto yy5694; + } else { + if (yych <= 0xD2) goto yy5699; + if (yych <= 0xD3) goto yy5694; + if (yych <= 0xD4) goto yy5700; + goto yy5701; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy5702; + if (yych <= 0xD7) goto yy5703; + if (yych <= 0xD8) goto yy5704; + goto yy5705; + } else { + if (yych <= 0xDA) goto yy5694; + if (yych <= 0xDB) goto yy5706; + if (yych <= 0xDC) goto yy5707; + goto yy5708; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy5709; + if (yych <= 0xDF) goto yy5710; + goto yy5711; + } else { + if (yych <= 0xE1) goto yy5712; + if (yych <= 0xE2) goto yy5713; + if (yych <= 0xE3) goto yy5714; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5715; + if (yych <= 0xEE) goto yy1766; + goto yy5716; + } else { + if (yych <= 0xF0) goto yy5717; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy7071: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1762; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy1762; + goto yy208; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy200; + if (yych <= '.') goto yy7070; + if (yych <= '/') goto yy208; + goto yy7071; + } else { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy1762; + if (yych <= '@') goto yy208; + goto yy4880; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy208; + if (yych <= '`') goto yy1762; + goto yy4880; + } else { + if (yych == '|') goto yy1762; + if (yych <= '}') goto yy208; + goto yy1762; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy2404; + if (yych <= 0xC3) goto yy2405; + goto yy2406; + } else { + if (yych <= 0xCA) goto yy2407; + if (yych <= 0xCB) goto yy1771; + if (yych <= 0xCC) goto yy1772; + goto yy2408; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy2409; + if (yych <= 0xCF) goto yy2410; + goto yy2406; + } else { + if (yych <= 0xD2) goto yy2411; + if (yych <= 0xD3) goto yy2406; + if (yych <= 0xD4) goto yy2412; + goto yy2413; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy2414; + if (yych <= 0xD7) goto yy2415; + if (yych <= 0xD8) goto yy2416; + goto yy2417; + } else { + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy2418; + if (yych <= 0xDC) goto yy2419; + goto yy2420; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy2421; + if (yych <= 0xDF) goto yy2422; + goto yy2423; + } else { + if (yych <= 0xE1) goto yy2424; + if (yych <= 0xE2) goto yy2425; + if (yych <= 0xE3) goto yy2426; + goto yy1792; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2427; + if (yych <= 0xEE) goto yy208; + goto yy2428; + } else { + if (yych <= 0xF0) goto yy2429; + if (yych == 0xF3) goto yy1796; + goto yy208; + } + } + } + } +yy7073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1240; + goto yy2; +yy7074: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy7075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1240; + goto yy1246; + } else { + if (yych == 0xBF) goto yy1240; + goto yy2; + } +yy7076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy7077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1240; + } else { + if (yych == 0xA2) goto yy1240; + if (yych <= 0xA4) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy1240; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1240; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } + } +yy7078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy7079: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1240; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1240; + if (yych <= 0x8C) goto yy2; + goto yy1240; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy1240; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy1240; + goto yy2; + } + } +yy7080: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1240; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy1240; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy7081: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1240; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy7082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy113; + goto yy1240; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy113; + goto yy1240; + } else { + if (yych <= 0xBB) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } + } +yy7083: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1240; + goto yy113; + } else { + if (yych == 0xB5) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy7084: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1240; + goto yy113; + } else { + if (yych == 0xAF) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy7085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1240; + goto yy113; + } else { + if (yych == 0xA9) goto yy113; + if (yych <= 0xBF) goto yy1240; + goto yy2; + } +yy7086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1240; + goto yy113; + } else { + if (yych <= 0x8B) goto yy1240; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy7087: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= '.') { + if (yych == '"') goto yy1584; + if (yych <= '-') goto yy57; + goto yy4074; + } else { + if (yych <= 0xD7) { + if (yych <= 0xD6) goto yy57; + goto yy4075; + } else { + if (yych == 0xEF) goto yy4076; + goto yy57; + } + } +yy7088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy7087; + } else { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA8) goto yy7087; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0xB7) goto yy2; + goto yy7087; + } else { + if (yych == 0xBE) goto yy7087; + goto yy2; + } + } +yy7089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7087; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0x8F) goto yy7087; + goto yy2; + } +yy7090: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xD1) { + if (yych <= '`') { + if (yych <= '.') { + if (yych <= '\'') { + if (yych <= '&') goto yy57; + goto yy1585; + } else { + if (yych <= ',') goto yy57; + if (yych <= '-') goto yy1564; + goto yy2929; + } + } else { + if (yych <= ':') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy843; + goto yy2930; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy2939; + goto yy57; + } + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) { + if (yych <= 'z') goto yy2939; + if (yych <= 0xC1) goto yy57; + goto yy5584; + } else { + if (yych <= 0xC3) goto yy4025; + if (yych <= 0xC9) goto yy1108; + goto yy4026; + } + } else { + if (yych <= 0xCD) { + if (yych <= 0xCB) goto yy2932; + if (yych <= 0xCC) goto yy57; + goto yy4027; + } else { + if (yych <= 0xCE) goto yy5585; + if (yych <= 0xCF) goto yy4029; + goto yy1108; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xD2) goto yy4030; + if (yych <= 0xD3) goto yy1108; + goto yy4031; + } else { + if (yych <= 0xD5) goto yy4032; + if (yych <= 0xD6) goto yy5586; + goto yy10563; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy1106; + if (yych <= 0xD9) goto yy1107; + goto yy1108; + } else { + if (yych <= 0xDB) goto yy1109; + if (yych <= 0xDC) goto yy1110; + goto yy1111; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1112; + if (yych <= 0xDF) goto yy1113; + goto yy1114; + } else { + if (yych <= 0xE1) goto yy5587; + if (yych <= 0xE2) goto yy5588; + goto yy1117; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy4036; + goto yy57; + } else { + if (yych <= 0xEF) goto yy10564; + if (yych <= 0xF0) goto yy4038; + goto yy57; + } + } + } + } +yy7091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy2939; + goto yy2; + } else { + if (yych <= 0x97) goto yy2939; + if (yych == 0x9D) goto yy7090; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB6) goto yy7090; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy7090; + goto yy2; + } + } +yy7092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x82) goto yy2; + goto yy7090; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy7090; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy7093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1589; + goto yy2; +yy7094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy1589; + goto yy2; +yy7095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy1589; + goto yy2; +yy7096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0xB9) goto yy1589; + if (yych == 0xBD) goto yy1589; + goto yy2; +yy7097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy1589; + if (yych <= 0x97) goto yy2; + goto yy1589; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy7098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych == 0x80) goto yy1589; + if (yych <= 0x84) goto yy2; + goto yy1589; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy1589; + if (yych <= 0x92) goto yy2; + goto yy1589; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy1589; + } else { + if (yych == 0xBD) goto yy1589; + goto yy2; + } + } + } +yy7099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych == 0x8E) goto yy1589; + if (yych <= 0x9B) goto yy2; + goto yy1589; + } else { + if (yych <= 0xA1) { + if (yych <= 0x9E) goto yy2; + goto yy1589; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xB1) goto yy1589; + goto yy2; + } + } +yy7100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1589; + goto yy2; + } else { + if (yych <= 0x90) goto yy1589; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1589; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; + } + } +yy7101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1589; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB4) goto yy1589; + goto yy2; + } + } +yy7102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8D) goto yy1589; + goto yy2; + } else { + if (yych == 0x92) goto yy2; + if (yych <= 0xA8) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1589; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1589; + if (yych == 0xBD) goto yy1589; + goto yy2; + } + } +yy7103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy1589; + if (yych <= 0x9F) goto yy2; + goto yy1589; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych == 0xB9) goto yy1589; + goto yy2; + } + } +yy7104: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy1589; + goto yy2; + } else { + if (yych <= 0x90) goto yy1589; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1589; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1589; + if (yych == 0xBD) goto yy1589; + goto yy2; + } + } +yy7105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy1589; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych == 0xB1) goto yy1589; + goto yy2; + } + } +yy7106: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy1589; + default: goto yy2; + } +yy7107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1589; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy1589; + goto yy2; +yy7108: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8C) { + if (yych <= 0x84) goto yy2; + goto yy1589; + } else { + if (yych <= 0x8D) goto yy2; + if (yych <= 0x90) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy1589; + } else { + if (yych == 0xBD) goto yy1589; + goto yy2; + } + } +yy7109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy1589; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1589; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy1589; + goto yy2; + } +yy7110: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy1589; + goto yy2; + } else { + if (yych == 0x91) goto yy2; + goto yy1589; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA9) goto yy2; + if (yych <= 0xB3) goto yy1589; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1589; + if (yych == 0xBD) goto yy1589; + goto yy2; + } + } +yy7111: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x9E: + case 0xA0: + case 0xA1: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB1: + case 0xB2: goto yy1589; + default: goto yy2; + } +yy7112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy1589; + } else { + if (yych <= 0xBA) { + if (yych <= 0x91) goto yy2; + goto yy1589; + } else { + if (yych == 0xBD) goto yy1589; + goto yy2; + } + } +yy7113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x8E) goto yy1589; + if (yych <= 0x9E) goto yy2; + goto yy1589; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy7114: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1589; + if (yych <= 0x99) goto yy2; + goto yy1589; + } else { + if (yych <= 0xBB) { + if (yych <= 0xB2) goto yy2; + goto yy1589; + } else { + if (yych == 0xBD) goto yy1589; + goto yy2; + } + } +yy7115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1589; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy1589; + goto yy2; +yy7116: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; +yy7117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1589; + goto yy2; +yy7118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy1589; + } else { + if (yych == 0x87) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy1589; + if (yych <= 0x8F) goto yy2; + goto yy1589; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy7120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1589; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1589; + if (yych <= 0x8F) goto yy2; + goto yy1589; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy1589; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy7121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy1589; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1589; + goto yy2; + } + } +yy7122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy1589; + if (yych <= 0x81) goto yy2; + goto yy1589; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy1589; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy7123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1589; + goto yy2; + } else { + if (yych <= 0x95) goto yy1589; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy7124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1589; + goto yy2; +yy7125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1589; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy1589; + goto yy2; +yy7127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy1589; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1589; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy1589; + goto yy2; +yy7131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy1589; + goto yy2; + } else { + if (yych <= 0x91) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy1589; + goto yy2; + } +yy7132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1589; + goto yy2; + } else { + if (yych == 0xAD) goto yy2; + if (yych <= 0xB0) goto yy1589; + goto yy2; + } +yy7133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy1589; + goto yy2; +yy7134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1589; + goto yy2; + } else { + if (yych <= 0xAA) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy7135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1589; + goto yy2; +yy7136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1589; + goto yy2; +yy7137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy1589; + goto yy2; +yy7138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1589; + goto yy2; +yy7139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1589; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; +yy7140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA0) goto yy1589; + if (yych <= 0xAD) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1589; + goto yy2; +yy7142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1589; + goto yy2; +yy7143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1589; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xB7) goto yy1589; + goto yy2; +yy7144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAC) goto yy1589; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1589; + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1589; + goto yy2; + } +yy7145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1589; + goto yy2; +yy7146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7147: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1589; + goto yy2; + } else { + if (yych <= 0x9D) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy7148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1589; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1589; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy1589; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy1589; + goto yy2; + } + } +yy7149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy1589; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1589; + goto yy2; + } +yy7150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x84) goto yy1589; + goto yy2; + } else { + if (yych <= 0x8C) goto yy1589; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9B) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAC) goto yy1589; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBC) goto yy1589; + goto yy2; + } + } +yy7151: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy1589; + default: goto yy2; + } +yy7152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0x89) goto yy1589; + if (yych == 0x8E) goto yy1589; + goto yy2; +yy7153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1589; + goto yy2; +yy7154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1589; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1589; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy7156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy1589; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1589; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1589; + goto yy2; + } +yy7157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy1589; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy1589; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy7158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1589; + goto yy2; +yy7159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy1589; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy1589; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy1589; + goto yy2; + } + } +yy7160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x87) goto yy2; + goto yy1589; + } else { + if (yych <= 0x96) { + if (yych <= 0x8F) goto yy2; + goto yy1589; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9E) goto yy1589; + goto yy2; + } + } +yy7161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB5) goto yy1589; + if (yych == 0xBC) goto yy1589; + goto yy2; +yy7162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) goto yy2; + if (yych <= 0x9C) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy1589; + goto yy2; +yy7164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBA) goto yy1589; + goto yy2; +yy7165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBE) goto yy1589; + goto yy2; +yy7167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy1589; + goto yy2; +yy7168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1589; + goto yy2; +yy7169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1589; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAB) goto yy1589; + goto yy2; +yy7170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1589; + goto yy2; +yy7171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7173: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1589; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1589; + goto yy2; + } +yy7174: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy1589; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7175: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x82) goto yy2; + goto yy1589; + } else { + if (yych <= 0x8A) { + if (yych <= 0x86) goto yy2; + goto yy1589; + } else { + if (yych <= 0x8B) goto yy2; + if (yych <= 0xA2) goto yy1589; + goto yy2; + } + } +yy7176: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1589; + goto yy2; +yy7177: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) goto yy2; + if (yych <= 0xB3) goto yy1589; + goto yy2; +yy7178: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + if (yych <= 0xB1) goto yy2; + goto yy1589; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1589; + } else { + if (yych == 0xBD) goto yy1589; + goto yy2; + } + } +yy7179: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7180: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1589; + goto yy2; +yy7181: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; +yy7182: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1589; + goto yy2; +yy7183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1589; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1589; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; + } +yy7184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy1589; + if (yych == 0xB2) goto yy1589; + goto yy2; +yy7185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy1589; + goto yy2; + } else { + if (yych <= 0x8E) goto yy1589; + if (yych <= 0x90) goto yy2; + goto yy1589; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1589; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy7186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1589; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy7187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; +yy7188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1589; + goto yy2; + } else { + if (yych <= 0x97) goto yy1589; + if (yych == 0x9D) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB6) goto yy1589; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy1589; + goto yy2; + } + } +yy7189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1589; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy7190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy1589; + goto yy2; +yy7191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy1589; + goto yy2; +yy7193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1589; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1589; + goto yy2; +yy7196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1589; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy7197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy1589; + goto yy2; +yy7198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy1589; + if (yych == 0xBF) goto yy1589; + goto yy2; +yy7199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1589; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy7200: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10565; + case 0x81: goto yy10566; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy4085; + case 0x83: goto yy10567; + case 0x8A: goto yy10568; + case 0x8B: goto yy10569; + case 0x8C: goto yy10570; + case 0x8D: goto yy10571; + case 0x8E: goto yy10572; + case 0x8F: goto yy10573; + case 0x92: goto yy10574; + case 0x94: goto yy10575; + case 0x95: goto yy7142; + case 0x9C: goto yy10576; + case 0x9D: goto yy10577; + case 0xA0: goto yy10578; + case 0xA1: goto yy10579; + case 0xA2: goto yy7136; + case 0xA3: goto yy10580; + case 0xA4: goto yy10581; + case 0xA6: goto yy10582; + case 0xA8: goto yy10583; + case 0xA9: goto yy10584; + case 0xAA: goto yy10585; + case 0xAB: goto yy10586; + case 0xAC: goto yy7135; + case 0xAD: goto yy10587; + case 0xAE: goto yy10588; + case 0xB1: goto yy10589; + case 0xB2: + case 0xB3: goto yy10590; + default: goto yy2; + } +yy7201: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10591; + case 0x81: goto yy10592; + case 0x82: goto yy10593; + case 0x83: goto yy10594; + case 0x84: goto yy10595; + case 0x85: goto yy10596; + case 0x86: goto yy10597; + case 0x87: goto yy10598; + case 0x88: goto yy10599; + case 0x8A: goto yy10600; + case 0x8B: goto yy10601; + case 0x8C: goto yy7104; + case 0x8D: goto yy10602; + case 0x92: + case 0x98: goto yy4086; + case 0x93: goto yy10603; + case 0x96: goto yy7170; + case 0x97: goto yy10604; + case 0x99: goto yy10605; + case 0x9A: goto yy4101; + case 0x9B: goto yy5363; + case 0x9C: goto yy10606; + case 0xA2: goto yy4095; + case 0xA3: goto yy10607; + case 0xAB: goto yy10608; + default: goto yy2; + } +yy7202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy4085; + goto yy10609; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy4085; + if (yych <= 0x95) goto yy10610; + goto yy2; + } +yy7203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy4085; + if (yych <= 0x90) goto yy7170; + goto yy2; +yy7204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy4085; + if (yych <= 0x99) goto yy7180; + goto yy2; +yy7205: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy4085; + case 0xA8: goto yy10608; + case 0xA9: goto yy10611; + case 0xAB: goto yy10612; + case 0xAC: goto yy4086; + case 0xAD: goto yy10613; + case 0xAE: goto yy10614; + case 0xBD: goto yy10615; + default: goto yy2; + } +yy7206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x80) goto yy5378; + goto yy2; + } else { + if (yych <= 0xB0) goto yy4085; + if (yych <= 0xB1) goto yy10616; + if (yych <= 0xB2) goto yy10617; + goto yy2; + } +yy7207: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy4085; + case 0x91: goto yy10618; + case 0x92: goto yy10619; + case 0x93: goto yy10620; + case 0x94: goto yy10621; + case 0x95: goto yy10622; + case 0x9A: goto yy10623; + case 0x9B: goto yy10624; + case 0x9C: goto yy10625; + case 0x9D: goto yy10626; + case 0x9E: goto yy10627; + case 0x9F: goto yy10628; + default: goto yy2; + } +yy7208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy4085; + if (yych <= 0xA3) goto yy10629; + goto yy2; + } else { + if (yych <= 0xB8) goto yy10630; + if (yych <= 0xB9) goto yy10631; + if (yych <= 0xBA) goto yy10632; + goto yy2; + } +yy7209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy1246; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy1246; + } else { + if (yych == 0xBF) goto yy1246; + goto yy2; + } + } +yy7210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1246; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy1246; + goto yy2; +yy7211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy1246; + goto yy2; +yy7212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy7213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1246; + goto yy2; +yy7214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy7215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy1246; + goto yy2; + } else { + if (yych <= 0x89) goto yy1246; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy1246; + goto yy2; + } +yy7216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy7217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1246; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy1246; + goto yy2; +yy7218: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy325; + goto yy2; +yy7219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy7220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy1246; + goto yy2; +yy7221: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy1246; + goto yy2; +yy7222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1246; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1246; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy1246; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1246; + if (yych == 0xBF) goto yy1246; + goto yy2; + } + } +yy7223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB6) goto yy1246; + goto yy2; +yy7224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy1246; + goto yy2; +yy7225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; +yy7226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy1246; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy7227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych == 0x80) goto yy1246; + if (yych <= 0x8F) goto yy2; + goto yy1246; + } else { + if (yych <= 0x97) { + if (yych <= 0x94) goto yy2; + goto yy1246; + } else { + if (yych <= 0x98) goto yy2; + if (yych <= 0xB3) goto yy1246; + goto yy2; + } + } +yy7228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy1246; + goto yy2; +yy7229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1246; + goto yy2; +yy7230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x88) goto yy2; + if (yych <= 0xA4) goto yy1246; + goto yy2; +yy7231: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy1246; + goto yy2; +yy7232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1246; + goto yy2; +yy7233: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1246; + goto yy2; +yy7234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1246; + goto yy2; +yy7235: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB7) goto yy1246; + goto yy2; +yy7236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy325; + goto yy2; +yy7237: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xAF) goto yy1246; + goto yy2; +yy7238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy325; + goto yy2; +yy7239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA6) goto yy1246; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy325; + goto yy2; +yy7240: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy1246; + if (yych == 0xB6) goto yy1246; + goto yy2; +yy7241: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB2) goto yy1246; + goto yy2; +yy7242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x84) goto yy1246; + if (yych <= 0x8F) goto yy2; + goto yy325; + } else { + if (yych == 0x9B) goto yy2; + if (yych <= 0x9C) goto yy1246; + goto yy2; + } +yy7243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xAB) goto yy1246; + goto yy2; +yy7244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1246; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1246; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy1246; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy7245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy325; + goto yy2; +yy7246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1246; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy1246; + goto yy2; +yy7247: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1246; + goto yy2; + } else { + if (yych <= 0x87) goto yy1246; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + goto yy2; + } +yy7248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9B) goto yy1246; + goto yy2; +yy7249: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x84) goto yy1246; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + goto yy2; +yy7250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy325; + goto yy2; +yy7251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1246; + goto yy325; + } else { + if (yych == 0xBF) goto yy1246; + goto yy2; + } +yy7252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy1246; + goto yy2; +yy7253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; +yy7254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1246; + goto yy2; +yy7255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy325; + goto yy2; +yy7256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1246; + goto yy2; +yy7257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy325; + goto yy2; + } else { + if (yych <= 0xB7) goto yy1246; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy7258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1246; + goto yy2; +yy7259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1246; + if (yych == 0x90) goto yy1246; + goto yy2; +yy7260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy1246; + goto yy2; +yy7261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1246; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; +yy7262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy7263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1246; + } else { + if (yych == 0xA2) goto yy1246; + if (yych <= 0xA4) goto yy2; + goto yy1246; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy1246; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1246; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } + } +yy7264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy7265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1246; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1246; + if (yych <= 0x8C) goto yy2; + goto yy1246; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy1246; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy1246; + goto yy2; + } + } +yy7266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1246; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy1246; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy7267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1246; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy7268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych == 0x80) goto yy1246; + if (yych <= 0x81) goto yy2; + goto yy1246; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy2; + goto yy1246; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } + } +yy7269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1246; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy7270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1246; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy7271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1246; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy7272: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1246; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1246; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy325; + goto yy2; + } +yy7273: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1246; + goto yy2; +yy7274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1246; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy1246; + } else { + if (yych == 0xA4) goto yy1246; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy1246; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy1246; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy1246; + } else { + if (yych == 0xBB) goto yy1246; + goto yy2; + } + } + } +yy7275: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy1246; + default: goto yy2; + } +yy7276: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy1246; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy1246; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy1246; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy1246; + goto yy2; + } + } +yy7277: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '\'') { + if (yych == '$') goto yy113; + if (yych <= '&') goto yy57; + goto yy1564; + } else { + if (yych == '+') goto yy113; + if (yych <= ',') goto yy57; + goto yy1565; + } + } else { + if (yych <= ':') { + if (yych <= '.') goto yy3648; + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy950; + goto yy246; + } else { + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy57; + goto yy1240; + } + } + } else { + if (yych <= '{') { + if (yych <= '`') { + if (yych <= ']') goto yy57; + if (yych == '_') goto yy1567; + goto yy113; + } else { + if (yych == 'n') goto yy10633; + if (yych <= 'z') goto yy1240; + goto yy57; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy57; + if (yych <= '~') goto yy113; + goto yy57; + } else { + if (yych <= 0xC2) goto yy1569; + if (yych <= 0xC3) goto yy1570; + if (yych <= 0xC9) goto yy268; + goto yy1571; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy257; + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy1572; + goto yy1573; + } else { + if (yych <= 0xCF) goto yy1574; + if (yych == 0xD2) goto yy1575; + goto yy268; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy1576; + if (yych <= 0xD5) goto yy1577; + if (yych <= 0xD6) goto yy1578; + goto yy265; + } else { + if (yych <= 0xD8) goto yy266; + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + goto yy269; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy270; + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + goto yy273; + } else { + if (yych <= 0xE0) goto yy274; + if (yych <= 0xE1) goto yy1579; + if (yych <= 0xE2) goto yy1580; + goto yy277; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy278; + if (yych == 0xEA) goto yy1581; + goto yy57; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy1582; + goto yy1583; + } else { + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } + } +yy7278: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1240; + if (yych <= 0xBF) goto yy10634; + goto yy2; +yy7279: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy10634; + if (yych <= 0xBF) goto yy1240; + goto yy2; +yy7280: + yych = *++YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10635; + goto yy2; +yy7281: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10635; + goto yy2; +yy7282: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1240; + if (yych <= 0xBF) goto yy10636; + goto yy2; +yy7283: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy10636; + goto yy2; +yy7284: + yych = *++YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0xBB) goto yy10638; + goto yy2; +yy7285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy2; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy533; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy5034; + if (yych <= '.') goto yy200; + if (yych <= '/') goto yy2; + goto yy10639; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy2; + goto yy2445; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy533; + goto yy2445; + } else { + if (yych == '|') goto yy533; + if (yych <= '}') goto yy2; + goto yy533; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + goto yy874; + } else { + if (yych <= 0xCA) goto yy875; + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + goto yy876; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy877; + if (yych <= 0xCF) goto yy878; + goto yy874; + } else { + if (yych <= 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + if (yych <= 0xD4) goto yy880; + goto yy881; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy882; + if (yych <= 0xD7) goto yy883; + if (yych <= 0xD8) goto yy884; + goto yy885; + } else { + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy886; + if (yych <= 0xDC) goto yy887; + goto yy888; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy890; + goto yy891; + } else { + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy893; + if (yych <= 0xE3) goto yy894; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy895; + if (yych <= 0xEE) goto yy2; + goto yy896; + } else { + if (yych <= 0xF0) goto yy897; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy7286: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0xB3) goto yy5408; + if (yych <= 0xB4) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy5408; + if (yych <= 0xBA) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBE) goto yy202; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy7287: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5408; + goto yy2; + } else { + if (yych <= 0x89) goto yy202; + if (yych <= 0x8A) goto yy200; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy110; + } else { + if (yych <= 0xBE) goto yy200; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy7288: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy110; + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy202; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy7289: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x9F) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy5408; + goto yy110; + } else { + if (yych == 0xAA) goto yy2; + goto yy831; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAC) goto yy202; + if (yych <= 0xAD) goto yy2; + goto yy5408; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy7290: + yych = *++YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy5408; + goto yy2; + } else { + if (yych <= 0x95) goto yy5408; + if (yych == 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy5408; + goto yy831; + } else { + if (yych <= 0xBC) goto yy5408; + if (yych <= 0xBE) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy7291: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + if (yych <= 0xAA) goto yy5408; + goto yy110; + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy2; + goto yy110; + } else { + if (yych == 0xB8) goto yy202; + goto yy2; + } + } +yy7292: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: goto yy8446; + case 0xA1: goto yy8447; + case 0xA2: goto yy8448; + case 0xA3: goto yy586; + case 0xA4: goto yy8449; + case 0xA5: goto yy10641; + case 0xA6: goto yy8451; + case 0xA7: goto yy10642; + case 0xA8: goto yy8453; + case 0xA9: goto yy10643; + case 0xAA: goto yy8455; + case 0xAB: goto yy10644; + case 0xAC: goto yy8457; + case 0xAD: goto yy10645; + case 0xAE: goto yy8459; + case 0xAF: goto yy10646; + case 0xB0: goto yy8461; + case 0xB1: goto yy10647; + case 0xB2: goto yy8463; + case 0xB3: goto yy10648; + case 0xB4: goto yy8465; + case 0xB5: goto yy10649; + case 0xB6: goto yy8467; + case 0xB7: goto yy10650; + case 0xB8: goto yy607; + case 0xB9: goto yy7308; + case 0xBA: goto yy609; + case 0xBB: goto yy7309; + case 0xBC: goto yy7310; + case 0xBD: goto yy612; + case 0xBE: goto yy613; + case 0xBF: goto yy614; + default: goto yy2; + } +yy7293: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy615; + case 0x81: goto yy7311; + case 0x82: goto yy10651; + case 0x83: goto yy8474; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy5412; + case 0x89: goto yy8475; + case 0x8A: goto yy8476; + case 0x8B: goto yy8477; + case 0x8C: goto yy8478; + case 0x8D: goto yy8479; + case 0x8E: goto yy8480; + case 0x8F: goto yy8481; + case 0x90: goto yy8482; + case 0x99: goto yy8483; + case 0x9A: goto yy8484; + case 0x9B: goto yy8485; + case 0x9C: goto yy8486; + case 0x9D: goto yy8487; + case 0x9E: goto yy632; + case 0x9F: goto yy7313; + case 0xA0: goto yy10652; + case 0xA1: goto yy8490; + case 0xA2: goto yy8491; + case 0xA3: goto yy8492; + case 0xA4: goto yy8493; + case 0xA5: goto yy7315; + case 0xA7: goto yy7316; + case 0xA8: goto yy8496; + case 0xA9: goto yy642; + case 0xAA: goto yy7317; + case 0xAC: goto yy644; + case 0xAD: goto yy7318; + case 0xAE: goto yy10653; + case 0xAF: goto yy8500; + case 0xB0: goto yy8501; + case 0xB1: goto yy10654; + case 0xB3: goto yy8503; + case 0xB4: goto yy8504; + case 0xB5: goto yy8505; + case 0xB6: goto yy8506; + case 0xB7: goto yy654; + case 0xBC: goto yy8507; + case 0xBD: goto yy8508; + case 0xBE: goto yy8509; + case 0xBF: goto yy8510; + default: goto yy2; + } +yy7294: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy10655; + case 0x81: goto yy10656; + case 0x82: goto yy661; + case 0x83: goto yy662; + case 0x84: goto yy8512; + case 0x85: goto yy8513; + case 0x86: goto yy8514; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy121; + case 0x88: goto yy1022; + case 0x8C: goto yy666; + case 0x8F: goto yy667; + case 0x90: goto yy668; + case 0x91: goto yy669; + case 0x92: goto yy670; + case 0x93: goto yy671; + case 0x9D: goto yy672; + case 0x9E: goto yy673; + case 0x9F: goto yy674; + case 0xA6: goto yy675; + case 0xA7: goto yy676; + case 0xAD: goto yy677; + case 0xAE: goto yy678; + case 0xAF: goto yy679; + case 0xB0: goto yy8515; + case 0xB1: goto yy8516; + case 0xB2: goto yy5412; + case 0xB3: goto yy8517; + case 0xB4: goto yy8518; + case 0xB5: goto yy8519; + case 0xB6: goto yy8520; + case 0xB7: goto yy8521; + case 0xB8: goto yy1030; + case 0xBA: goto yy687; + case 0xBB: goto yy688; + case 0xBF: goto yy689; + default: goto yy2; + } +yy7295: + yych = *++YYCURSOR; + switch (yych) { + case 0x92: goto yy699; + case 0x93: goto yy8525; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy5412; + case 0x98: goto yy10657; + case 0x99: goto yy8527; + case 0x9A: goto yy8528; + case 0x9B: goto yy8529; + case 0x9C: goto yy8530; + case 0x9D: goto yy5418; + case 0x9E: goto yy8531; + case 0x9F: goto yy8532; + case 0xA0: goto yy8533; + case 0xA1: goto yy8534; + case 0xA2: goto yy8535; + case 0xA3: goto yy10658; + case 0xA4: goto yy10659; + case 0xA5: goto yy8538; + case 0xA6: goto yy714; + case 0xA7: goto yy7324; + case 0xA8: goto yy8540; + case 0xA9: goto yy10660; + case 0xAA: goto yy718; + case 0xAB: goto yy8542; + case 0xAC: goto yy8543; + case 0xAD: goto yy8544; + case 0xAF: goto yy10661; + default: goto yy2; + } +yy7296: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy8546; + case 0xAD: goto yy8547; + case 0xAE: goto yy8548; + case 0xAF: goto yy8549; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy5412; + case 0xB4: goto yy8550; + case 0xB5: goto yy8551; + case 0xB6: goto yy8552; + case 0xB7: goto yy8553; + case 0xB8: goto yy10662; + case 0xB9: goto yy10663; + case 0xBB: goto yy8556; + case 0xBC: goto yy10664; + case 0xBD: goto yy8558; + case 0xBF: goto yy735; + default: goto yy2; + } +yy7297: + yych = *++YYCURSOR; + switch (yych) { + case 0x90: goto yy10665; + case 0x91: goto yy10666; + case 0x92: goto yy8561; + case 0x93: goto yy8562; + case 0x94: goto yy8563; + case 0x96: goto yy10667; + case 0x9B: goto yy8565; + case 0x9D: goto yy10668; + case 0x9E: goto yy8567; + case 0x9F: goto yy745; + default: goto yy2; + } +yy7298: + yych = *++YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x90) goto yy113; + if (yych <= 0x97) goto yy110; + goto yy113; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy7299: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy110; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy110; + goto yy113; + } else { + if (yych == 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy113; + goto yy2; + } else { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xA3) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy831; + if (yych <= 0xB1) goto yy113; + goto yy110; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; + } + } + } +yy7300: + yych = *++YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x91) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy831; + goto yy110; + } else { + if (yych <= 0xB4) goto yy113; + if (yych <= 0xB5) goto yy110; + goto yy2; + } + } + } +yy7301: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x90) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy110; + } else { + if (yych == 0xB9) goto yy113; + goto yy2; + } + } + } +yy7302: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy113; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xB1) goto yy113; + goto yy2; + } + } + } +yy7303: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy113; + if (yych == 0x97) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy831; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy110; + goto yy2; + } + } +yy7304: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy113; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } + } +yy7305: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy113; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy113; + goto yy2; + } + } + } +yy7306: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x8E) goto yy113; + if (yych <= 0x96) goto yy2; + goto yy110; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy113; + if (yych <= 0xA3) goto yy110; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy831; + goto yy2; + } else { + if (yych <= 0xB9) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy7307: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + goto yy2; + } else { + if (yych <= 0x8A) goto yy110; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy831; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } + } +yy7308: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; +yy7309: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; +yy7310: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy831; + if (yych <= 0xB3) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy7311: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy2; + } else { + if (yych <= 0x99) goto yy110; + if (yych <= 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy110; + goto yy2; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy7312: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy110; + } else { + if (yych <= 0x99) goto yy831; + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy7313: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy110; + if (yych <= 0x9A) goto yy2; + goto yy110; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy831; + goto yy2; + } + } +yy7314: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy831; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy7315: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy110; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy831; + goto yy2; +yy7316: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy7317: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy2; + } else { + if (yych <= 0x99) goto yy831; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy110; + goto yy2; + } +yy7318: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy831; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy110; + goto yy2; + } +yy7319: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xA0) goto yy113; + goto yy110; + } else { + if (yych <= 0xAF) goto yy113; + if (yych <= 0xB9) goto yy831; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy7320: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy2; + } else { + if (yych <= 0x8F) goto yy113; + if (yych <= 0x99) goto yy831; + if (yych <= 0xB7) goto yy113; + goto yy2; + } +yy7321: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xA9) goto yy831; + if (yych <= 0xAB) goto yy113; + goto yy2; + } +yy7322: + yych = *++YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy831; + if (yych <= 0x9F) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy113; + if (yych <= 0xBA) goto yy2; + goto yy113; + } else { + if (yych == 0xBD) goto yy113; + goto yy2; + } + } +yy7323: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy113; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy7324: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy831; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; + } + } +yy7325: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy110; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy831; + if (yych <= 0xB6) goto yy2; + goto yy110; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } + } +yy7326: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy113; + if (yych <= 0xAA) goto yy110; + goto yy2; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; + } +yy7327: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x8B) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy831; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy110; + goto yy2; + } else { + if (yych <= 0xBA) goto yy113; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy7328: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy2067; + case 0x81: goto yy2068; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy118; + case 0x83: goto yy1333; + case 0x84: goto yy2069; + case 0x85: goto yy2070; + case 0x86: goto yy2071; + case 0x87: goto yy2072; + case 0x8A: goto yy2073; + case 0x8B: goto yy2074; + case 0x8C: goto yy2075; + case 0x8D: goto yy2076; + case 0x8E: goto yy2077; + case 0x8F: goto yy2078; + case 0x92: goto yy10669; + case 0x94: goto yy2080; + case 0x95: goto yy2036; + case 0x9C: goto yy2049; + case 0x9D: goto yy2081; + case 0xA0: goto yy2082; + case 0xA1: goto yy2083; + case 0xA2: goto yy2084; + case 0xA3: goto yy2085; + case 0xA4: goto yy2086; + case 0xA6: goto yy2087; + case 0xA8: goto yy2088; + case 0xA9: goto yy2089; + case 0xAA: goto yy2090; + case 0xAB: goto yy2091; + case 0xAC: goto yy637; + case 0xAD: goto yy2092; + case 0xAE: goto yy2093; + case 0xB1: goto yy2094; + case 0xB2: + case 0xB3: goto yy2095; + default: goto yy2; + } +yy7329: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy2096; + case 0x81: goto yy10670; + case 0x82: goto yy2098; + case 0x83: goto yy10671; + case 0x84: goto yy10672; + case 0x85: goto yy2101; + case 0x86: goto yy2102; + case 0x87: goto yy10673; + case 0x88: goto yy2104; + case 0x8A: goto yy2105; + case 0x8B: goto yy10674; + case 0x8C: goto yy2107; + case 0x8D: goto yy2108; + case 0x92: + case 0x98: goto yy2109; + case 0x93: goto yy10675; + case 0x96: goto yy2111; + case 0x97: goto yy2112; + case 0x99: goto yy10676; + case 0x9A: goto yy2114; + case 0x9B: goto yy191; + case 0x9C: goto yy10677; + case 0xA2: goto yy2116; + case 0xA3: goto yy10678; + case 0xAB: goto yy2118; + default: goto yy2; + } +yy7330: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy118; + case 0xA8: goto yy2118; + case 0xA9: goto yy10679; + case 0xAB: goto yy2123; + case 0xAC: goto yy2124; + case 0xAD: goto yy10680; + case 0xAE: goto yy2028; + case 0xBD: goto yy2126; + case 0xBE: goto yy2127; + default: goto yy2; + } +yy7331: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy121; + case 0x83: goto yy2130; + case 0x84: goto yy2131; + case 0x85: goto yy2132; + case 0x87: goto yy2133; + case 0x89: goto yy2134; + case 0x8D: goto yy2135; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy118; + case 0x91: goto yy2136; + case 0x92: goto yy2137; + case 0x93: goto yy2138; + case 0x94: goto yy2139; + case 0x95: goto yy2140; + case 0x9A: goto yy2141; + case 0x9B: goto yy2142; + case 0x9C: goto yy2143; + case 0x9D: goto yy2144; + case 0x9E: goto yy2145; + case 0x9F: goto yy10681; + case 0xAA: goto yy2147; + default: goto yy2; + } +yy7332: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB5) goto yy1627; + if (yych == 0xBC) goto yy1439; + goto yy2; +yy7333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) goto yy2; + if (yych <= 0x9C) goto yy1627; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1627; + goto yy2; +yy7334: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1627; + goto yy2; +yy7335: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1627; + goto yy2; +yy7336: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBE) goto yy1627; + goto yy2; +yy7337: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy1627; + goto yy2; +yy7338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy1627; + goto yy2; +yy7339: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy1439; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1627; + goto yy2; +yy7340: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1627; + goto yy2; +yy7341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x80) goto yy10682; + goto yy2; + } else { + if (yych <= 0xB0) goto yy3921; + if (yych <= 0xB1) goto yy10533; + if (yych <= 0xB2) goto yy10534; + goto yy2; + } +yy7342: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x93) { + if (yych == 0x84) goto yy110; + if (yych <= 0x91) goto yy2; + goto yy110; + } else { + if (yych == 0xA0) goto yy110; + if (yych <= 0xA9) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB5) goto yy1627; + if (yych <= 0xB7) goto yy110; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1437; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy7343: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x98) goto yy2; + if (yych <= 0x9A) goto yy110; + goto yy1629; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1627; + goto yy2; + } +yy7344: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1627; + goto yy2; +yy7345: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy110; + if (yych <= 0xBE) goto yy1629; + goto yy2; +yy7346: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy1629; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy7347: + yych = *++YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x9A) goto yy1437; + if (yych <= 0x9B) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy2; + goto yy110; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1627; + goto yy2; + } + } +yy7348: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x80) goto yy10682; + goto yy2; + } else { + if (yych <= 0xB0) goto yy290; + if (yych <= 0xB1) goto yy4007; + if (yych <= 0xB2) goto yy4008; + goto yy2; + } +yy7349: + yych = *++YYCURSOR; + if (yych == 'n') goto yy10683; + goto yy2; +yy7350: + yych = *++YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10635; + goto yy2; +yy7351: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy10635; + goto yy2; +yy7352: + yych = *++YYCURSOR; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy10638; + goto yy2; +yy7353: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy10638; + goto yy2; +yy7354: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy7354; + goto yy2; + } else { + if (yych <= '+') goto yy7354; + if (yych <= '/') goto yy2; + goto yy7354; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy7354; + goto yy2; + } else { + if (yych <= 'Z') goto yy10684; + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy7354; + goto yy10684; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy7354; + goto yy2; + } else { + if (yych <= '~') goto yy7354; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy10686; + goto yy10687; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy10688; + if (yych <= 0xCA) goto yy10689; + goto yy10690; + } else { + if (yych <= 0xCC) goto yy10691; + if (yych <= 0xCD) goto yy10692; + if (yych <= 0xCE) goto yy10693; + goto yy10694; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy10695; + goto yy10688; + } else { + if (yych <= 0xD4) goto yy10696; + if (yych <= 0xD5) goto yy10697; + if (yych <= 0xD6) goto yy10698; + goto yy10699; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy10700; + if (yych <= 0xD9) goto yy10701; + goto yy10688; + } else { + if (yych <= 0xDB) goto yy10702; + if (yych <= 0xDC) goto yy10703; + if (yych <= 0xDD) goto yy10704; + goto yy10705; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy10706; + if (yych <= 0xE0) goto yy10707; + goto yy10708; + } else { + if (yych <= 0xE2) goto yy10709; + if (yych <= 0xE3) goto yy10710; + if (yych <= 0xE4) goto yy10711; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy10712; + if (yych <= 0xEE) goto yy2; + goto yy10713; + } else { + if (yych <= 0xF0) goto yy10714; + if (yych == 0xF3) goto yy10715; + goto yy2; + } + } + } + } +yy7356: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + goto yy1764; + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1764; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1764; + goto yy2; + } + } +yy7357: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1764; + goto yy2; +yy7358: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7359: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1764; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7360: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy1764; + if (yych <= 0x92) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy7361: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8E) goto yy1764; + if (yych <= 0x96) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1764; + goto yy2; + } + } + } +yy7362: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy1764; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy1764; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy1764; + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy7363: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + goto yy2; + } else { + if (yych <= 0x88) goto yy1764; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x91) goto yy1764; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9E) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB5) goto yy1764; + goto yy2; + } + } +yy7364: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8E) goto yy2; + if (yych == 0x92) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy7365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy2; + } else { + if (yych == 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x90) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA3) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1764; + if (yych == 0xB9) goto yy1764; + goto yy2; + } + } +yy7366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy1764; + if (yych <= 0x92) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy7367: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x88) goto yy1764; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x97) goto yy1764; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA3) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1764; + goto yy2; + } + } +yy7368: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBE: + case 0xBF: goto yy1764; + default: goto yy2; + } +yy7369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy1764; + goto yy2; + } else { + if (yych <= 0x97) goto yy1764; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1764; + goto yy2; + } + } +yy7370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xA8) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1764; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9A) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA3) goto yy1764; + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } +yy7372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1764; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7373: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych <= 0x96) goto yy1764; + if (yych == 0x9E) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA3) goto yy1764; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy1764; + goto yy2; + } + } +yy7374: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych == 0x91) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7375: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA3) goto yy1764; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy1764; + } else { + if (yych == 0xBD) goto yy1764; + goto yy2; + } + } +yy7377: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1764; + if (yych <= 0x8E) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } + } +yy7378: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBA) goto yy1764; + if (yych == 0xBF) goto yy1764; + goto yy2; + } +yy7379: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy1764; + goto yy2; +yy7380: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy1764; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBC) goto yy1764; + goto yy2; + } +yy7381: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy1764; + goto yy2; +yy7382: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych == 0x93) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xB3) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x87) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0x98) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy1764; + goto yy2; + } else { + if (yych <= 0x8F) goto yy1764; + if (yych <= 0x94) goto yy2; + if (yych <= 0x98) goto yy1764; + goto yy2; + } +yy7386: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBE) goto yy1764; + goto yy2; +yy7387: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x99) { + if (yych <= 0x95) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9D) goto yy2; + if (yych <= 0xA0) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0xA4) goto yy1764; + if (yych <= 0xA6) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } + } +yy7388: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } else { + if (yych <= 0x8F) goto yy1764; + if (yych <= 0x99) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1764; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1764; + goto yy2; +yy7390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy7354; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy1764; + goto yy2; + } else { + if (yych <= 0x94) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } +yy7393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1764; + if (yych <= 0x9F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } + } +yy7394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7395: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1764; + goto yy2; + } else { + if (yych == 0x9C) goto yy2; + if (yych <= 0x9D) goto yy1764; + goto yy2; + } +yy7396: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy7354; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7397: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7398: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1764; + goto yy2; + } +yy7399: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1764; + goto yy2; +yy7400: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7401: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1764; + if (yych == 0xBF) goto yy1764; + goto yy2; + } +yy7402: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy1764; + goto yy2; +yy7403: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7404: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy1764; + goto yy2; +yy7405: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1764; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7406: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy7407: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1764; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1764; + goto yy2; + } +yy7408: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1764; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7409: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7410: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x93) goto yy1764; + if (yych <= 0x95) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAF) goto yy1764; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } + } +yy7411: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy7354; + if (yych == 0xBF) goto yy1764; + goto yy2; +yy7412: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych == 0x84) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy1764; + goto yy2; + } + } +yy7413: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0x8C) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBE) goto yy1764; + goto yy2; +yy7414: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB0) goto yy1764; + goto yy2; +yy7415: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1764; + goto yy2; +yy7416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7417: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1764; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy1764; + goto yy2; +yy7419: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy1764; + goto yy2; +yy7420: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1764; + goto yy2; +yy7421: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7422: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy1764; + goto yy2; +yy7423: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1764; + goto yy2; +yy7424: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7425: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7426: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0x98) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7427: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBB) goto yy1764; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7428: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy1764; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7429: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1764; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7430: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1764; + goto yy2; + } else { + if (yych <= 0x91) goto yy1764; + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAF) goto yy1764; + goto yy2; + } +yy7431: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1764; + if (yych == 0xBF) goto yy1764; + goto yy2; +yy7432: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7433: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy7354; + if (yych == 0x9A) goto yy7354; + goto yy2; +yy7434: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7435: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1764; + goto yy2; +yy7436: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x93) goto yy1764; + if (yych == 0xA0) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1764; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1764; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7437: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy1764; + goto yy2; +yy7438: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1764; + if (yych <= 0x95) goto yy2; + if (yych <= 0xBA) goto yy1764; + goto yy2; +yy7439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1764; + goto yy2; +yy7440: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1764; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1764; + goto yy2; + } else { + if (yych <= 0x90) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7442: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB0) goto yy1764; + goto yy2; +yy7443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy1764; + goto yy2; +yy7444: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy7445: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; +yy7446: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1764; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7447: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1764; + goto yy2; +yy7448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7449: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1764; + goto yy2; + } +yy7450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1764; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1764; + goto yy2; +yy7451: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x9F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1764; + } else { + if (yych == 0xBD) goto yy1764; + goto yy2; + } + } +yy7452: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7453: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1764; + goto yy2; +yy7454: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7455: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1764; + if (yych == 0xA5) goto yy1764; + goto yy2; +yy7456: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy1764; + goto yy2; +yy7457: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } +yy7458: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB7: + case 0xB8: + case 0xBE: + case 0xBF: goto yy1764; + default: goto yy2; + } +yy7459: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x81) goto yy1764; + if (yych <= 0x9F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1764; + goto yy2; + } + } +yy7460: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7461: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAB) goto yy2; + if (yych <= 0xAD) goto yy1764; + goto yy2; +yy7462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0x97) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0xB7) goto yy2; + goto yy1764; + } else { + if (yych == 0xBE) goto yy1764; + goto yy2; + } + } +yy7463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; +yy7465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1764; + if (yych <= 0x9F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy7354; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } +yy7466: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1764; + goto yy2; + } else { + if (yych == 0xA3) goto yy7354; + goto yy1764; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy1764; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7467: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1764; + if (yych <= 0x8C) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBA) goto yy1764; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7468: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1764; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } +yy7469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1764; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } +yy7470: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7478; + case 0x81: goto yy7479; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy1769; + case 0x83: goto yy7418; + case 0x84: goto yy10716; + case 0x85: goto yy10717; + case 0x86: goto yy10718; + case 0x87: goto yy10719; + case 0x8A: goto yy7484; + case 0x8B: goto yy10720; + case 0x8C: goto yy7486; + case 0x8D: goto yy10721; + case 0x8E: goto yy7488; + case 0x8F: goto yy7489; + case 0x92: goto yy7490; + case 0x94: goto yy7491; + case 0x95: goto yy7439; + case 0x9C: goto yy7456; + case 0x9D: goto yy7492; + case 0xA0: goto yy7493; + case 0xA1: goto yy10722; + case 0xA2: goto yy7495; + case 0xA3: goto yy7496; + case 0xA4: goto yy7497; + case 0xA6: goto yy7498; + case 0xA8: goto yy10723; + case 0xA9: goto yy7500; + case 0xAA: goto yy7501; + case 0xAB: goto yy7419; + case 0xAC: goto yy4329; + case 0xAD: goto yy7503; + case 0xAE: goto yy7504; + case 0xB1: goto yy7505; + case 0xB2: + case 0xB3: goto yy7506; + default: goto yy2; + } +yy7471: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x86: + case 0x92: + case 0x98: goto yy1769; + case 0x81: goto yy10724; + case 0x82: goto yy7418; + case 0x83: goto yy7510; + case 0x84: goto yy10725; + case 0x85: goto yy10726; + case 0x87: goto yy10727; + case 0x88: goto yy10728; + case 0x8A: goto yy7516; + case 0x8B: goto yy10729; + case 0x8C: goto yy10730; + case 0x8D: goto yy10731; + case 0x93: goto yy10732; + case 0x96: goto yy10733; + case 0x97: goto yy10734; + case 0x99: goto yy10735; + case 0x9A: goto yy7406; + case 0x9C: goto yy10736; + case 0xA2: goto yy7527; + case 0xA3: goto yy7528; + case 0xAB: goto yy7529; + default: goto yy2; + } +yy7472: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy1769; + case 0xA8: goto yy7529; + case 0xA9: goto yy7495; + case 0xAB: goto yy10737; + case 0xAC: goto yy10738; + case 0xAD: goto yy10739; + case 0xAE: goto yy7415; + case 0xBD: goto yy10740; + case 0xBE: goto yy10741; + default: goto yy2; + } +yy7473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy1769; + if (yych <= 0xB1) goto yy7539; + if (yych <= 0xB2) goto yy10742; + goto yy2; +yy7474: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9B: + case 0x9C: + case 0x9D: + case 0x9E: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1769; + case 0x83: goto yy4329; + case 0x84: goto yy10743; + case 0x85: goto yy10744; + case 0x87: goto yy10745; + case 0x89: goto yy10746; + case 0x8D: goto yy10747; + case 0x91: goto yy7547; + case 0x92: goto yy7548; + case 0x93: goto yy7549; + case 0x94: goto yy7550; + case 0x95: goto yy7551; + case 0x9A: goto yy7552; + case 0x9F: goto yy10748; + case 0xAA: goto yy10749; + default: goto yy2; + } +yy7475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy1769; + if (yych <= 0xA3) goto yy10750; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy7560; + goto yy7561; + } else { + if (yych <= 0xBA) goto yy7562; + if (yych <= 0xBB) goto yy10751; + goto yy2; + } + } +yy7476: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x85: goto yy10752; + case 0x81: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: goto yy1769; + case 0x82: goto yy10753; + case 0x83: goto yy10754; + case 0x84: goto yy10755; + case 0x86: goto yy4345; + case 0x87: goto yy10756; + case 0x88: goto yy10757; + case 0x89: goto yy10758; + case 0x95: goto yy10759; + case 0x96: goto yy10760; + case 0x9B: goto yy10761; + case 0x9D: goto yy4401; + case 0x9F: goto yy10762; + case 0xA0: goto yy10763; + case 0xA1: goto yy10764; + case 0xA2: goto yy10765; + case 0xA4: goto yy10766; + case 0xA6: goto yy10767; + case 0xA7: goto yy7399; + default: goto yy2; + } +yy7477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0x86) goto yy1769; + if (yych <= 0x87) goto yy1770; + goto yy2; +yy7478: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy1764; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } +yy7479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy1764; + goto yy2; +yy7480: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy7481: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy7482: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1762; + if (yych <= 0x8B) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9B) { + if (yych <= 0x8F) goto yy2; + goto yy1762; + } else { + if (yych == 0xA0) goto yy1762; + goto yy2; + } + } +yy7483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBD) goto yy1762; + goto yy2; +yy7484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1764; + if (yych == 0xA0) goto yy1762; + goto yy2; +yy7486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy1764; + if (yych <= 0x81) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy1764; + if (yych <= 0xBA) goto yy1762; + goto yy2; + } +yy7488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy1764; + goto yy2; +yy7490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1764; + goto yy2; +yy7491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy1764; + goto yy2; +yy7493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1764; + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } +yy7494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB6) goto yy1764; + if (yych <= 0xB8) goto yy1762; + goto yy2; + } +yy7495: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; +yy7496: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy1764; + goto yy2; +yy7497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy1764; + goto yy2; +yy7498: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy1764; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1764; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych <= 0x86) goto yy1762; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1762; + goto yy1764; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1762; + } else { + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } + } +yy7500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy1764; + goto yy2; +yy7501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1764; + goto yy2; +yy7502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xA4) goto yy1764; + if (yych <= 0xA6) goto yy1762; + goto yy2; + } +yy7503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy1764; + goto yy2; +yy7504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1764; + goto yy2; +yy7505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1764; + goto yy2; +yy7506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1764; + goto yy2; +yy7507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xB7) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy7508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1762; + if (yych == 0xBF) goto yy1762; + goto yy2; +yy7509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xAF) goto yy1764; + if (yych <= 0xBA) goto yy1762; + goto yy2; +yy7510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy1764; + goto yy2; +yy7511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xA6) goto yy1764; + if (yych <= 0xB4) goto yy1762; + goto yy2; +yy7512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy1764; + goto yy1762; + } else { + if (yych == 0xB6) goto yy1764; + goto yy2; + } +yy7513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xB2) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy7514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy1764; + if (yych <= 0x89) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy1764; + } else { + if (yych == 0x9C) goto yy1764; + goto yy2; + } + } +yy7515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1764; + if (yych <= 0xB7) goto yy1762; + goto yy2; + } +yy7516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1764; + if (yych <= 0xAA) goto yy1762; + goto yy2; +yy7518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy1764; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1764; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1764; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy7519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych == 0x90) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1762; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } + } + } +yy7520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1764; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy7521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy1764; + } else { + if (yych == 0x87) goto yy1764; + goto yy2; + } +yy7522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy7523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1762; + goto yy2; + } else { + if (yych <= 0x9B) goto yy1764; + if (yych <= 0x9D) goto yy1762; + goto yy2; + } +yy7524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1762; + if (yych == 0x84) goto yy1764; + goto yy2; +yy7525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1764; + if (yych <= 0xB7) goto yy1762; + goto yy2; +yy7526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy1762; + if (yych == 0xBF) goto yy1762; + goto yy2; +yy7527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1764; + if (yych == 0xBF) goto yy1764; + goto yy2; +yy7529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy1764; + goto yy2; +yy7530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy1764; + goto yy2; +yy7531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy2; +yy7532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1764; + goto yy2; +yy7533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + goto yy2; +yy7534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1762; + goto yy2; +yy7535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1764; + goto yy1762; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy7536: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB7) goto yy1764; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7537: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x90) goto yy1764; + if (yych <= 0xBE) goto yy1762; + goto yy2; + } +yy7538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x92) goto yy1762; + goto yy2; +yy7539: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy1764; + goto yy2; +yy7540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1764; + goto yy2; + } else { + if (yych <= 0x99) goto yy1764; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1762; + goto yy2; + } +yy7541: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1762; + goto yy2; +yy7542: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy1762; + if (yych <= 0xA8) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy7543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1762; + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy7544: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1762; + goto yy2; +yy7545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1762; + goto yy2; +yy7546: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; +yy7547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7548: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1764; + } else { + if (yych == 0xA2) goto yy1764; + if (yych <= 0xA4) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy7549: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1764; + if (yych <= 0x8C) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy1764; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } + } +yy7551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1764; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy1764; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1764; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7553: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1762; + goto yy1764; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1762; + goto yy1764; + } else { + if (yych <= 0xBB) goto yy1762; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7554: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1764; + goto yy1762; + } else { + if (yych == 0xB5) goto yy1762; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7555: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1764; + goto yy1762; + } else { + if (yych == 0xAF) goto yy1762; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7556: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1764; + goto yy1762; + } else { + if (yych == 0xA9) goto yy1762; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy1762; + if (yych <= 0x8B) goto yy1764; + goto yy2; +yy7558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1762; + goto yy2; + } else { + if (yych == 0xA0) goto yy2; + if (yych <= 0xAF) goto yy1762; + goto yy2; + } +yy7559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; +yy7560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1764; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy1764; + } else { + if (yych == 0xA4) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy1764; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy1764; + } else { + if (yych == 0xBB) goto yy1764; + goto yy2; + } + } + } +yy7561: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy1764; + default: goto yy2; + } +yy7562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy1764; + goto yy2; + } + } +yy7563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1762; + goto yy2; +yy7564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy7565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1762; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy7566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych == 0x90) goto yy2; + if (yych <= 0xB5) goto yy1762; + goto yy2; +yy7567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy7568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1762; + goto yy2; +yy7569: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy7570: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy1762; + goto yy2; +yy7571: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1762; + goto yy2; +yy7572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBA) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy7573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA4) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy7574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAC) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB3) goto yy1762; + goto yy2; + } +yy7575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1762; + goto yy2; +yy7576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy7577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1762; + goto yy2; + } else { + if (yych <= 0x99) goto yy1762; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy7578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1762; + goto yy2; +yy7579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy1762; + goto yy2; +yy7580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + goto yy2; +yy7581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1762; + goto yy2; +yy7582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + goto yy1952; + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1952; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1952; + goto yy2; + } + } +yy7583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1952; + goto yy2; +yy7584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy1952; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy1952; + if (yych <= 0x92) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy7586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8E) goto yy1952; + if (yych <= 0x96) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1952; + goto yy2; + } + } + } +yy7587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy1952; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy1952; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy1952; + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy7588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + goto yy2; + } else { + if (yych <= 0x88) goto yy1952; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x91) goto yy1952; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9E) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB5) goto yy1952; + goto yy2; + } + } +yy7589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8E) goto yy2; + if (yych == 0x92) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy7590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy2; + } else { + if (yych == 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x90) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA3) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1952; + if (yych == 0xB9) goto yy1952; + goto yy2; + } + } +yy7591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy1952; + if (yych <= 0x92) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy7592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x88) goto yy1952; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x97) goto yy1952; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA3) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1952; + goto yy2; + } + } +yy7593: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBE: + case 0xBF: goto yy1952; + default: goto yy2; + } +yy7594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy1952; + goto yy2; + } else { + if (yych <= 0x97) goto yy1952; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1952; + goto yy2; + } + } +yy7595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xA8) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1952; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy7596: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9A) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA3) goto yy1952; + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } +yy7597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1952; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy7598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych <= 0x96) goto yy1952; + if (yych == 0x9E) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA3) goto yy1952; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy1952; + goto yy2; + } + } +yy7599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych == 0x91) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy7600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA3) goto yy1952; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy7601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy1952; + } else { + if (yych == 0xBD) goto yy1952; + goto yy2; + } + } +yy7602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1952; + if (yych <= 0x8E) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } + } +yy7603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy1952; + goto yy2; +yy7604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy1952; + goto yy2; +yy7605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych == 0x93) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xB3) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy7606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x99) { + if (yych <= 0x95) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9D) goto yy2; + if (yych <= 0xA0) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0xA4) goto yy1952; + if (yych <= 0xA6) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } + } +yy7607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } else { + if (yych <= 0x8F) goto yy1952; + if (yych <= 0x99) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy7608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1952; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1952; + goto yy2; +yy7609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy1952; + goto yy2; + } else { + if (yych <= 0x94) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } +yy7612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1952; + if (yych <= 0x9F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } + } +yy7613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1952; + goto yy2; + } else { + if (yych == 0x9C) goto yy2; + if (yych <= 0x9D) goto yy1952; + goto yy2; + } +yy7614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy1980; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy7615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1952; + goto yy2; + } +yy7617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1952; + goto yy2; +yy7618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy1952; + goto yy2; +yy7620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy1952; + goto yy2; +yy7621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1952; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy7623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1952; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1952; + goto yy2; + } +yy7624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x93) goto yy1952; + if (yych <= 0x95) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAF) goto yy1952; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } + } +yy7626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1980; + if (yych == 0xBF) goto yy1952; + goto yy2; +yy7627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1952; + goto yy2; +yy7628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy7629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1952; + if (yych == 0xBF) goto yy1952; + goto yy2; +yy7630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy7631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x93) goto yy1952; + if (yych == 0xA0) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1952; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1952; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy7632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1952; + if (yych <= 0x95) goto yy2; + if (yych <= 0xBA) goto yy1952; + goto yy2; +yy7633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy7634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; +yy7635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1952; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1952; + goto yy2; +yy7637: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy1952; + goto yy2; + } +yy7639: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1952; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1952; + goto yy2; +yy7640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x9F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1952; + } else { + if (yych == 0xBD) goto yy1952; + goto yy2; + } + } +yy7641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7642: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1952; + goto yy2; +yy7643: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1952; + if (yych == 0xA5) goto yy1952; + goto yy2; +yy7644: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy1952; + goto yy2; +yy7645: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } +yy7646: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x81) goto yy1952; + if (yych <= 0x9F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1952; + goto yy2; + } + } +yy7647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA5) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy7648: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAB) goto yy2; + if (yych <= 0xAD) goto yy1952; + goto yy2; +yy7649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0x97) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0xB7) goto yy2; + goto yy1952; + } else { + if (yych == 0xBE) goto yy1952; + goto yy2; + } + } +yy7650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; +yy7652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1952; + if (yych <= 0x9F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy1980; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } +yy7653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1952; + goto yy2; + } else { + if (yych == 0xA3) goto yy1980; + goto yy1952; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy1952; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy7654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1952; + if (yych <= 0x8C) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBA) goto yy1952; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy7655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1952; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } +yy7656: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7662; + case 0x81: goto yy7663; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy1956; + case 0x83: goto yy5814; + case 0x84: goto yy9184; + case 0x85: goto yy9185; + case 0x86: goto yy9186; + case 0x87: goto yy9187; + case 0x8A: goto yy7664; + case 0x8B: goto yy10768; + case 0x8C: goto yy7666; + case 0x8D: goto yy10769; + case 0x8E: goto yy7668; + case 0x8F: goto yy7669; + case 0x92: goto yy7670; + case 0x94: goto yy7671; + case 0x95: goto yy5835; + case 0x9C: goto yy7644; + case 0x9D: goto yy7672; + case 0xA0: goto yy7673; + case 0xA1: goto yy10770; + case 0xA2: goto yy7675; + case 0xA3: goto yy7676; + case 0xA4: goto yy7677; + case 0xA6: goto yy7678; + case 0xA8: goto yy10771; + case 0xA9: goto yy7680; + case 0xAA: goto yy7681; + case 0xAB: goto yy5815; + case 0xAC: goto yy4596; + case 0xAD: goto yy7683; + case 0xAE: goto yy7684; + case 0xB1: goto yy7685; + case 0xB2: + case 0xB3: goto yy7686; + default: goto yy2; + } +yy7657: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x86: + case 0x92: + case 0x98: goto yy1956; + case 0x81: goto yy10772; + case 0x82: goto yy5814; + case 0x83: goto yy7690; + case 0x84: goto yy10773; + case 0x85: goto yy10774; + case 0x87: goto yy10775; + case 0x88: goto yy10776; + case 0x8A: goto yy7696; + case 0x8B: goto yy10777; + case 0x8C: goto yy10778; + case 0x8D: goto yy10779; + case 0x93: goto yy10780; + case 0x96: goto yy10781; + case 0x97: goto yy10782; + case 0x99: goto yy10783; + case 0x9A: goto yy7622; + case 0x9C: goto yy10784; + case 0xA2: goto yy7707; + case 0xA3: goto yy7708; + case 0xAB: goto yy7709; + default: goto yy2; + } +yy7658: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy1956; + case 0xA8: goto yy7709; + case 0xA9: goto yy7675; + case 0xAB: goto yy10785; + case 0xAC: goto yy10786; + case 0xAD: goto yy10787; + case 0xAE: goto yy7627; + case 0xBD: goto yy10788; + case 0xBE: goto yy9215; + default: goto yy2; + } +yy7659: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy1956; + if (yych <= 0xB1) goto yy7718; + if (yych <= 0xB2) goto yy10789; + goto yy2; +yy7660: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9B: + case 0x9C: + case 0x9D: + case 0x9E: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1956; + case 0x83: goto yy4596; + case 0x84: goto yy9217; + case 0x85: goto yy9218; + case 0x87: goto yy9219; + case 0x89: goto yy9220; + case 0x8D: goto yy9221; + case 0x91: goto yy7720; + case 0x92: goto yy7721; + case 0x93: goto yy7722; + case 0x94: goto yy7723; + case 0x95: goto yy7724; + case 0x9A: goto yy7725; + case 0x9F: goto yy10790; + case 0xAA: goto yy9227; + default: goto yy2; + } +yy7661: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy1956; + if (yych <= 0xA3) goto yy10791; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy7732; + goto yy7733; + } else { + if (yych <= 0xBA) goto yy7734; + if (yych <= 0xBB) goto yy9229; + goto yy2; + } + } +yy7662: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy1952; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } +yy7663: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy1952; + goto yy2; +yy7664: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1952; + if (yych == 0xA0) goto yy1121; + goto yy2; +yy7666: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7667: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy1952; + if (yych <= 0x81) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy1952; + if (yych <= 0xBA) goto yy1121; + goto yy2; + } +yy7668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy1952; + goto yy2; +yy7670: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1952; + goto yy2; +yy7671: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7672: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy1952; + goto yy2; +yy7673: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1952; + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } +yy7674: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB6) goto yy1952; + if (yych <= 0xB8) goto yy1121; + goto yy2; + } +yy7675: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; +yy7676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy1952; + goto yy2; +yy7677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy1952; + goto yy2; +yy7678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy1952; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1952; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych <= 0x86) goto yy1121; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1121; + goto yy1952; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1121; + } else { + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } + } +yy7680: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy1952; + goto yy2; +yy7681: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1952; + goto yy2; +yy7682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xA4) goto yy1952; + if (yych <= 0xA6) goto yy1121; + goto yy2; + } +yy7683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy1952; + goto yy2; +yy7684: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1952; + goto yy2; +yy7685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1952; + goto yy2; +yy7686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1952; + goto yy2; +yy7687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xB7) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy7688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1121; + if (yych == 0xBF) goto yy1121; + goto yy2; +yy7689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xAF) goto yy1952; + if (yych <= 0xBA) goto yy1121; + goto yy2; +yy7690: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy1952; + goto yy2; +yy7691: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xA6) goto yy1952; + if (yych <= 0xB4) goto yy1121; + goto yy2; +yy7692: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy1952; + goto yy1121; + } else { + if (yych == 0xB6) goto yy1952; + goto yy2; + } +yy7693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xB2) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy7694: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy1952; + if (yych <= 0x89) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy1952; + } else { + if (yych == 0x9C) goto yy1952; + goto yy2; + } + } +yy7695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1952; + if (yych <= 0xB7) goto yy1121; + goto yy2; + } +yy7696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy7697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1952; + if (yych <= 0xAA) goto yy1121; + goto yy2; +yy7698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy1952; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy1952; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy1952; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy7699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych == 0x90) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1121; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } + } + } +yy7700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1952; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy7701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy1952; + } else { + if (yych == 0x87) goto yy1952; + goto yy2; + } +yy7702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy7703: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1121; + goto yy2; + } else { + if (yych <= 0x9B) goto yy1952; + if (yych <= 0x9D) goto yy1121; + goto yy2; + } +yy7704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1121; + if (yych == 0x84) goto yy1952; + goto yy2; +yy7705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1952; + if (yych <= 0xB7) goto yy1121; + goto yy2; +yy7706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy1121; + if (yych == 0xBF) goto yy1121; + goto yy2; +yy7707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1952; + if (yych == 0xBF) goto yy1952; + goto yy2; +yy7709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy1952; + goto yy2; +yy7710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy1952; + goto yy2; +yy7711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy2; +yy7712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy1952; + goto yy2; +yy7713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + goto yy2; +yy7714: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1121; + goto yy2; +yy7715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1952; + goto yy1121; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy7716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB7) goto yy1952; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy7717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x90) goto yy1952; + if (yych <= 0xBE) goto yy1121; + goto yy2; + } +yy7718: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy1952; + goto yy2; +yy7719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1952; + goto yy2; + } else { + if (yych <= 0x99) goto yy1952; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1121; + goto yy2; + } +yy7720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1952; + } else { + if (yych == 0xA2) goto yy1952; + if (yych <= 0xA4) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy7722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7723: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1952; + if (yych <= 0x8C) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy1952; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } + } +yy7724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1952; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy1952; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy7725: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1952; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy7726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1121; + goto yy1952; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1121; + goto yy1952; + } else { + if (yych <= 0xBB) goto yy1121; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy7727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1952; + goto yy1121; + } else { + if (yych == 0xB5) goto yy1121; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy7728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1952; + goto yy1121; + } else { + if (yych == 0xAF) goto yy1121; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy7729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1952; + goto yy1121; + } else { + if (yych == 0xA9) goto yy1121; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy7730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy1121; + if (yych <= 0x8B) goto yy1952; + goto yy2; +yy7731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; +yy7732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1952; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy1952; + } else { + if (yych == 0xA4) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy1952; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy1952; + } else { + if (yych == 0xBB) goto yy1952; + goto yy2; + } + } + } +yy7733: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy1952; + default: goto yy2; + } +yy7734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy1952; + goto yy2; + } + } +yy7735: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB5: + case 0xB8: + case 0xBA: goto yy4671; + default: goto yy2; + } +yy7736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + goto yy4671; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x9F) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych == 0xAC) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy7737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) { + if (yych <= 0xBA) goto yy2; + goto yy4671; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } +yy7738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + goto yy4671; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy4671; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy7739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych == 0x8A) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy7740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy4671; + if (yych <= 0x8F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy4671; + goto yy2; + } + } +yy7741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy4671; + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy7742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xAD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy7743: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9C) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA4) goto yy4671; + if (yych <= 0xA6) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy7744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy7745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy4671; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy7746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy4671; + goto yy2; +yy7747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB3) goto yy4671; + if (yych == 0xB6) goto yy4671; + goto yy2; +yy7748: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy10792; + case 0xA1: goto yy10793; + case 0xA2: goto yy7757; + case 0xA3: goto yy9983; + case 0xA4: goto yy4675; + case 0xA5: goto yy10794; + case 0xA6: goto yy10795; + case 0xA7: goto yy10796; + case 0xA8: goto yy10797; + case 0xA9: goto yy10798; + case 0xAA: goto yy10799; + case 0xAB: goto yy10800; + case 0xAC: goto yy10801; + case 0xAD: goto yy10802; + case 0xAE: goto yy10803; + case 0xAF: goto yy10804; + case 0xB0: goto yy10805; + case 0xB1: goto yy10806; + case 0xB2: goto yy10807; + case 0xB3: goto yy10808; + case 0xB4: goto yy10809; + case 0xB5: goto yy10810; + case 0xB6: goto yy10811; + case 0xB7: goto yy10812; + case 0xB8: goto yy10004; + case 0xB9: goto yy10813; + case 0xBA: goto yy10006; + case 0xBB: goto yy10814; + case 0xBC: goto yy10815; + case 0xBD: goto yy10009; + case 0xBE: goto yy10010; + case 0xBF: goto yy10011; + default: goto yy2; + } +yy7749: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10012; + case 0x81: goto yy10816; + case 0x82: goto yy10817; + case 0x83: goto yy7783; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy4675; + case 0x89: goto yy7784; + case 0x8A: goto yy7785; + case 0x8B: goto yy7786; + case 0x8C: goto yy7787; + case 0x8D: goto yy10818; + case 0x8E: goto yy10819; + case 0x8F: goto yy7790; + case 0x90: goto yy10820; + case 0x99: goto yy7792; + case 0x9A: goto yy7793; + case 0x9B: goto yy7794; + case 0x9C: goto yy10821; + case 0x9D: goto yy10822; + case 0x9E: goto yy10020; + case 0x9F: goto yy10823; + case 0xA0: goto yy10824; + case 0xA1: goto yy7799; + case 0xA2: goto yy10825; + case 0xA3: goto yy7801; + case 0xA4: goto yy10826; + case 0xA5: goto yy10827; + case 0xA7: goto yy10828; + case 0xA8: goto yy10793; + case 0xA9: goto yy10028; + case 0xAA: goto yy10829; + case 0xAC: goto yy10030; + case 0xAD: goto yy10830; + case 0xAE: goto yy10831; + case 0xAF: goto yy7843; + case 0xB0: goto yy10832; + case 0xB1: goto yy7811; + case 0xB3: goto yy10833; + case 0xB4: goto yy7813; + case 0xB5: goto yy7814; + case 0xB6: goto yy7815; + case 0xB7: goto yy10036; + case 0xBC: goto yy7816; + case 0xBD: goto yy7817; + case 0xBE: goto yy10834; + case 0xBF: goto yy10835; + default: goto yy2; + } +yy7750: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10836; + case 0x81: goto yy10040; + case 0x82: goto yy10041; + case 0x83: goto yy10042; + case 0x84: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xB2: + case 0xBC: + case 0xBD: + case 0xBE: goto yy4675; + case 0x85: goto yy10837; + case 0x86: goto yy10838; + case 0x8C: goto yy10047; + case 0x8F: goto yy10048; + case 0x90: goto yy10049; + case 0x91: goto yy10050; + case 0x92: goto yy10051; + case 0x93: goto yy10052; + case 0x9D: goto yy10053; + case 0x9E: goto yy10054; + case 0x9F: goto yy10055; + case 0xA6: goto yy10056; + case 0xA7: goto yy10057; + case 0xAD: goto yy10058; + case 0xAE: goto yy10059; + case 0xAF: goto yy10060; + case 0xB0: goto yy7824; + case 0xB1: goto yy7825; + case 0xB3: + case 0xBB: goto yy7843; + case 0xB4: goto yy7827; + case 0xB5: goto yy10839; + case 0xB6: goto yy7829; + case 0xB7: goto yy10840; + case 0xB8: goto yy2032; + case 0xBA: goto yy10064; + case 0xBF: goto yy10065; + default: goto yy2; + } +yy7751: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10841; + case 0x82: goto yy10067; + case 0x84: goto yy7832; + case 0x86: goto yy10842; + case 0x87: goto yy10069; + case 0x88: goto yy10070; + case 0x89: goto yy10071; + case 0x8A: goto yy10072; + case 0x8B: goto yy10073; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy4675; + default: goto yy2; + } +yy7752: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy7744; + case 0x93: goto yy10843; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xA2: + case 0xAE: goto yy4675; + case 0x98: goto yy7835; + case 0x99: goto yy10844; + case 0x9A: goto yy10845; + case 0x9B: goto yy10846; + case 0x9C: goto yy10847; + case 0x9D: goto yy4681; + case 0x9E: goto yy10848; + case 0x9F: goto yy7841; + case 0xA0: goto yy10849; + case 0xA1: goto yy7843; + case 0xA3: goto yy10850; + case 0xA4: goto yy10851; + case 0xA5: goto yy10852; + case 0xA6: goto yy10085; + case 0xA7: goto yy10853; + case 0xA8: goto yy10854; + case 0xA9: goto yy10855; + case 0xAA: goto yy10089; + case 0xAB: goto yy10856; + case 0xAC: goto yy7852; + case 0xAD: goto yy10857; + case 0xAF: goto yy10858; + default: goto yy2; + } +yy7753: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy10859; + case 0xAD: goto yy7856; + case 0xAE: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy4675; + case 0xAF: goto yy10860; + case 0xB4: goto yy7859; + case 0xB5: goto yy7744; + case 0xB6: goto yy7860; + case 0xB7: goto yy10861; + case 0xB8: goto yy10862; + case 0xB9: goto yy10863; + case 0xBB: goto yy7864; + case 0xBC: goto yy10864; + case 0xBD: goto yy10865; + case 0xBF: goto yy10101; + default: goto yy2; + } +yy7754: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy10866; + case 0x91: goto yy10867; + case 0x92: goto yy7869; + case 0x93: goto yy7870; + case 0x94: goto yy7871; + case 0x96: goto yy10868; + case 0x9B: goto yy10869; + case 0x9D: goto yy10870; + case 0x9E: goto yy10871; + case 0x9F: goto yy10108; + default: goto yy2; + } +yy7755: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych == 0x9A) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1980; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1980; + goto yy2; + } + } +yy7756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy4671; + if (yych <= 0x9B) goto yy1980; + goto yy2; +yy7757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; +yy7758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy4671; + } else { + if (yych == 0xBD) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy7759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy7760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy4671; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB2) goto yy4671; + if (yych <= 0xB5) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy7761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1980; + goto yy4671; + } else { + if (yych == 0x97) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA1) goto yy4671; + if (yych <= 0xA3) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1980; + goto yy2; + } + } + } +yy7762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy4671; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy4671; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy4671; + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy7763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x90) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy1980; + } else { + if (yych <= 0xB4) goto yy4671; + if (yych <= 0xB5) goto yy1980; + goto yy2; + } + } + } +yy7764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy4671; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy4671; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4671; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy7765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x8F) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy4671; + if (yych <= 0xA3) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1980; + if (yych == 0xB9) goto yy4671; + goto yy2; + } + } +yy7766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy4671; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy4671; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4671; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy7767: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x95) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB0) goto yy1980; + if (yych <= 0xB1) goto yy4671; + goto yy2; + } + } + } +yy7768: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1980; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy4671; + default: goto yy2; + } +yy7769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy4671; + goto yy2; + } else { + if (yych <= 0x97) goto yy1980; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1980; + goto yy2; + } + } +yy7770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy7771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x94) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy4671; + if (yych <= 0x9F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xA3) goto yy1980; + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } +yy7772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy7773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x94) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy4671; + if (yych <= 0x9F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xA3) goto yy1980; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy4671; + goto yy2; + } + } +yy7774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBD) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy7775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x8E) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1980; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy7776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy4671; + } else { + if (yych == 0xBD) goto yy4671; + goto yy2; + } + } +yy7777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1980; + if (yych <= 0x8E) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy1980; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1980; + goto yy2; + } + } +yy7778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy1980; + goto yy2; +yy7779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy1980; + goto yy2; +yy7780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych == 0x93) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xB3) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy7781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x99) { + if (yych <= 0x95) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9D) goto yy2; + if (yych <= 0xA0) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0xA4) goto yy1980; + if (yych <= 0xA6) goto yy2; + goto yy1980; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } + } +yy7782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1980; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy7783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych == 0x87) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x8F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy7784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy4671; + goto yy2; + } else { + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x8F) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9D) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy7785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } + } +yy7786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy4671; + if (yych <= 0x81) goto yy2; + goto yy4671; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy4671; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy7787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy4671; + goto yy2; + } else { + if (yych <= 0x95) goto yy4671; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy7788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy4671; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1980; + goto yy2; +yy7789: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy4671; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy7790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy4671; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; +yy7791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy7792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy4671; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy7793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy7794: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy4671; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy4671; + goto yy2; +yy7795: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB1) goto yy4671; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } + } +yy7796: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x93) goto yy1980; + if (yych <= 0x9F) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1980; + goto yy2; + } + } +yy7797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1980; + goto yy2; + } else { + if (yych == 0x9C) goto yy2; + if (yych <= 0x9D) goto yy1980; + goto yy2; + } +yy7798: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy7799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy7800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xAA) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy7801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy4671; + goto yy2; +yy7802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1980; + goto yy2; + } +yy7803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1980; + goto yy2; +yy7804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy7805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4671; + if (yych <= 0x9B) goto yy1980; + goto yy2; +yy7806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy1980; + goto yy2; +yy7807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy1980; + goto yy2; +yy7808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xA0) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy4671; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy7809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy4671; + if (yych <= 0xB3) goto yy1980; + goto yy2; +yy7810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy4671; + if (yych <= 0xB7) goto yy1980; + goto yy2; +yy7811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy4671; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy7812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1980; + if (yych <= 0xAC) goto yy4671; + goto yy1980; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy4671; + if (yych <= 0xB4) goto yy1980; + goto yy4671; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1980; + goto yy2; + } + } +yy7813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy4671; + goto yy2; +yy7814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy7815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy4671; + goto yy2; +yy7816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9D) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy7817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy2; + } else { + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy4671; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } + } +yy7818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy4671; + } else { + if (yych == 0xBE) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy7819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy4671; + goto yy1980; + } else { + if (yych <= 0x93) goto yy4671; + if (yych <= 0x95) goto yy2; + goto yy4671; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAC) goto yy4671; + if (yych <= 0xAF) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBC) goto yy4671; + if (yych <= 0xBE) goto yy1980; + goto yy2; + } + } + } +yy7820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBF) goto yy1980; + goto yy2; +yy7821: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1980; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy4671; + default: goto yy2; + } +yy7822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + goto yy4671; + } else { + if (yych == 0x8E) goto yy4671; + if (yych <= 0x8F) goto yy1980; + goto yy2; + } +yy7823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy7824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy7825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBB) goto yy4671; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy7826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xAE) goto yy4671; + if (yych <= 0xB1) goto yy1980; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } +yy7827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy7828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy4671; + if (yych == 0xBF) goto yy1980; + goto yy2; +yy7829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } + } +yy7830: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy7831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1980; + goto yy2; + } else { + if (yych <= 0x93) goto yy1980; + if (yych == 0xA0) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1980; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1980; + goto yy2; + } else { + if (yych <= 0xBC) goto yy4671; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy7832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy4671; + goto yy2; +yy7833: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1980; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBA) goto yy4671; + goto yy2; + } +yy7834: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy7835: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy4671; + goto yy2; + } +yy7836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } +yy7837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy7838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1980; + goto yy2; +yy7839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy7840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4671; + if (yych <= 0x88) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy4671; + goto yy2; + } +yy7841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy4671; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy7842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + goto yy1980; + } else { + if (yych == 0x86) goto yy1980; + goto yy4671; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1980; + if (yych <= 0xA2) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1980; + goto yy2; + } + } +yy7843: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; +yy7844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0xB3) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy7845: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy1980; + goto yy4671; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy4671; + } else { + if (yych == 0xBD) goto yy4671; + goto yy2; + } + } +yy7846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy7847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + if (yych <= 0x93) goto yy1980; + goto yy2; +yy7848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1980; + if (yych == 0xA5) goto yy1980; + goto yy2; +yy7849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy4671; + if (yych <= 0xB6) goto yy1980; + goto yy2; +yy7850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x83) goto yy1980; + if (yych <= 0x8B) goto yy4671; + goto yy1980; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } + } +yy7851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy4671; + goto yy1980; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1980; + goto yy2; + } + } +yy7852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy4671; + goto yy2; + } else { + if (yych <= 0x8E) goto yy4671; + if (yych <= 0x90) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy4671; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy7853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy4671; + if (yych <= 0x9B) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA5) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy7854: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy1980; + goto yy2; + } +yy7855: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + goto yy2; + } else { + if (yych <= 0x97) goto yy4671; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy4671; + goto yy1980; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1980; + if (yych <= 0xB6) goto yy4671; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } + } +yy7856: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy7857: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy7858: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy7859: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; +yy7860: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy4671; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy7861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBB) goto yy4671; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } +yy7862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAF) goto yy1980; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } +yy7863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1980; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy1980; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy7864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy4671; + goto yy2; +yy7865: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy1980; + } else { + if (yych == 0x8B) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy1980; + if (yych <= 0xA0) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy7866: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0x9A) goto yy4671; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1980; + goto yy2; + } +yy7867: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10872; + case 0x81: goto yy10873; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy4675; + case 0x83: goto yy10048; + case 0x84: goto yy10114; + case 0x85: goto yy10115; + case 0x86: goto yy10116; + case 0x87: goto yy10117; + case 0x8A: goto yy10874; + case 0x8B: goto yy10875; + case 0x8C: goto yy10876; + case 0x8D: goto yy10877; + case 0x8E: goto yy10878; + case 0x8F: goto yy10879; + case 0x92: goto yy10880; + case 0x94: goto yy10881; + case 0x95: goto yy10069; + case 0x9C: goto yy10854; + case 0x9D: goto yy10882; + case 0xA0: goto yy10883; + case 0xA1: goto yy10884; + case 0xA2: goto yy10885; + case 0xA3: goto yy10886; + case 0xA4: goto yy10887; + case 0xA6: goto yy10888; + case 0xA8: goto yy10889; + case 0xA9: goto yy10890; + case 0xAA: goto yy10891; + case 0xAB: goto yy10892; + case 0xAC: goto yy7801; + case 0xAD: goto yy10893; + case 0xAE: goto yy10894; + case 0xB1: goto yy10895; + case 0xB2: + case 0xB3: goto yy10896; + default: goto yy2; + } +yy7868: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10897; + case 0x81: goto yy10898; + case 0x82: goto yy10899; + case 0x83: goto yy10900; + case 0x84: goto yy10901; + case 0x85: goto yy10902; + case 0x86: goto yy10903; + case 0x87: goto yy10904; + case 0x88: goto yy10905; + case 0x8A: goto yy10906; + case 0x8B: goto yy10907; + case 0x8C: goto yy10908; + case 0x8D: goto yy10909; + case 0x92: + case 0x98: goto yy10910; + case 0x93: goto yy10911; + case 0x96: goto yy10912; + case 0x97: goto yy10913; + case 0x99: goto yy10914; + case 0x9A: goto yy10915; + case 0x9C: goto yy10916; + case 0xA2: goto yy10917; + case 0xA3: goto yy10918; + case 0xAB: goto yy10919; + default: goto yy2; + } +yy7869: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy4675; + goto yy10920; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy4675; + if (yych <= 0x95) goto yy10921; + goto yy2; + } +yy7870: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy4675; + if (yych <= 0x90) goto yy10922; + goto yy2; +yy7871: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy4675; + if (yych <= 0x99) goto yy10923; + goto yy2; +yy7872: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy4675; + case 0xA8: goto yy10919; + case 0xA9: goto yy10885; + case 0xAB: goto yy10924; + case 0xAC: goto yy10925; + case 0xAD: goto yy10926; + case 0xAE: goto yy10837; + case 0xBD: goto yy10927; + case 0xBE: goto yy10176; + default: goto yy2; + } +yy7873: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy4675; + if (yych <= 0xB1) goto yy10928; + if (yych <= 0xB2) goto yy10929; + goto yy2; +yy7874: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy3686; + case 0x83: goto yy10179; + case 0x84: goto yy10180; + case 0x85: goto yy10181; + case 0x87: goto yy10182; + case 0x89: goto yy10183; + case 0x8D: goto yy10184; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy4675; + case 0x91: goto yy10930; + case 0x92: goto yy10931; + case 0x93: goto yy10932; + case 0x94: goto yy10933; + case 0x95: goto yy10934; + case 0x9A: goto yy10935; + case 0x9B: goto yy10936; + case 0x9C: goto yy10937; + case 0x9D: goto yy10938; + case 0x9E: goto yy10939; + case 0x9F: goto yy10940; + case 0xAA: goto yy10196; + default: goto yy2; + } +yy7875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy4675; + if (yych <= 0xA3) goto yy10941; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy10942; + goto yy10943; + } else { + if (yych <= 0xBA) goto yy10944; + if (yych <= 0xBB) goto yy10201; + goto yy2; + } + } +yy7876: + yyaccept = 23; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= '9') { + if (yych == '.') goto yy2171; + if (yych >= '0') goto yy10945; + } else { + if (yych <= 'Z') { + if (yych >= 'A') goto yy10945; + } else { + if (yych <= '`') goto yy7877; + if (yych <= 'z') goto yy10945; + } + } +yy7877: +#line 164 "scanner.re" + { return EMAIL; } +#line 139100 "scanner.c" +yy7878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy2172; + goto yy2; +yy7879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy2172; + goto yy2; +yy7880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy2172; + goto yy2; +yy7881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy7882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy2172; + } else { + if (yych == 0xA2) goto yy2172; + if (yych <= 0xA4) goto yy2; + goto yy2172; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy2172; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy2172; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; + } + } + } +yy7883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy7884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy2172; + goto yy2; + } else { + if (yych <= 0x8A) goto yy2172; + if (yych <= 0x8C) goto yy2; + goto yy2172; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy2172; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy2172; + goto yy2; + } + } +yy7885: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy2172; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy2172; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; + } + } +yy7886: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy2172; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; +yy7887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych == 0x80) goto yy2172; + if (yych <= 0x81) goto yy2; + goto yy2172; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy2; + goto yy2172; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; + } + } +yy7888: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy2172; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; + } +yy7889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy2172; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; + } +yy7890: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy2172; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + if (yych <= 0xBF) goto yy2172; + goto yy2; + } +yy7891: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0x8B) goto yy2172; + goto yy2; +yy7892: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy10946; + goto yy2; +yy7893: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy7901; + if (yych <= '\'') goto yy2; + goto yy7901; + } else { + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy7901; + if (yych <= '9') goto yy10947; + goto yy2; + } +yy7894: + yych = *++YYCURSOR; + switch (yych) { + case ' ': + case '-': + case '.': goto yy7905; + case '(': + case '/': goto yy7901; + case ')': goto yy7906; + case '0': + case '1': goto yy10947; + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': goto yy10948; + default: goto yy2; + } +yy7895: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy7901; + if (yych <= '\'') goto yy147; + goto yy7901; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy7902; + } else { + if (yych <= '/') goto yy7901; + if (yych <= '9') goto yy10949; + goto yy147; + } + } +yy7896: + yych = *++YYCURSOR; + switch (yych) { + case ' ': goto yy7905; + case '(': + case '/': goto yy7901; + case ')': goto yy7906; + case '-': + case '.': goto yy7907; + case '0': + case '1': goto yy10949; + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': goto yy10950; + default: goto yy147; + } +yy7897: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy1763; + goto yy4766; + } else { + if (yych == '%') goto yy146; + goto yy1763; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy4766; + goto yy1763; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy1763; + goto yy4767; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy10951; + goto yy4766; + } else { + if (yych <= '9') goto yy10952; + if (yych <= '?') goto yy1763; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy2209; + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy7898: + yych = *++YYCURSOR; + if (yych <= '9') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy1763; + goto yy2207; + } else { + if (yych <= ',') goto yy1763; + if (yych <= '.') goto yy146; + if (yych <= '/') goto yy1763; + goto yy10952; + } + } else { + if (yych <= '^') { + if (yych <= '?') goto yy1763; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2209; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } +yy7899: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + goto yy7901; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy7901; + goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy10953; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy7903; + goto yy7901; + } else { + if (yych <= '9') goto yy10954; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy7900: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + goto yy7905; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych <= '(') goto yy7901; + if (yych <= ')') goto yy7906; + goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy10955; + } + } + } else { + if (yych <= '@') { + if (yych <= '1') { + if (yych <= '.') goto yy7908; + if (yych >= '0') goto yy10954; + } else { + if (yych <= '9') goto yy10956; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy7901: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy10947; + goto yy2; +yy7902: + yych = *++YYCURSOR; + if (yych <= '/') goto yy147; + if (yych <= '9') goto yy10949; + goto yy147; +yy7903: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy534; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy10954; + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy7904: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy10957; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy10957; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy10958; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy10959; + goto yy10957; + } else { + if (yych <= '9') goto yy10960; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy7905: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '1') goto yy10947; + if (yych <= '9') goto yy10948; + goto yy2; +yy7906: + yych = *++YYCURSOR; + if (yych <= '.') { + if (yych == ' ') goto yy2897; + if (yych <= ',') goto yy2; + goto yy2897; + } else { + if (yych <= '/') goto yy2; + if (yych <= '1') goto yy10947; + if (yych <= '9') goto yy10948; + goto yy2; + } +yy7907: + yych = *++YYCURSOR; + if (yych <= '/') goto yy147; + if (yych <= '1') goto yy10949; + if (yych <= '9') goto yy10950; + goto yy147; +yy7908: + yych = *++YYCURSOR; + if (yych <= '1') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= '-') { + if (yych <= ',') goto yy534; + goto yy783; + } else { + if (yych <= '.') goto yy146; + if (yych <= '/') goto yy534; + goto yy10954; + } + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy10956; + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy7909: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy10957; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy10957; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy10958; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy10959; + goto yy10957; + } else { + if (yych <= '9') goto yy10961; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy7910: + yych = *++YYCURSOR; + if (yych <= '9') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy798; + goto yy146; + } else { + if (yych <= ',') goto yy798; + if (yych <= '.') goto yy799; + if (yych <= '/') goto yy798; + goto yy2217; + } + } else { + if (yych <= '^') { + if (yych <= '?') goto yy798; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy146; + goto yy798; + } else { + if (yych == '`') goto yy798; + if (yych <= 'z') goto yy146; + goto yy798; + } + } +yy7911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 1) { + goto yy200; + } + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy7354; + goto yy2; + } else { + if (yych <= '+') goto yy7354; + if (yych <= '/') goto yy2; + goto yy10962; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy7354; + goto yy2; + } else { + if (yych <= 'Z') goto yy10964; + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy7354; + goto yy10964; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy7354; + goto yy2; + } else { + if (yych <= '~') goto yy7354; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy10966; + goto yy10967; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy10968; + if (yych <= 0xCA) goto yy10969; + goto yy10690; + } else { + if (yych <= 0xCC) goto yy10691; + if (yych <= 0xCD) goto yy10970; + if (yych <= 0xCE) goto yy10971; + goto yy10972; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy10973; + goto yy10968; + } else { + if (yych <= 0xD4) goto yy10974; + if (yych <= 0xD5) goto yy10975; + if (yych <= 0xD6) goto yy10976; + goto yy10977; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy10978; + if (yych <= 0xD9) goto yy10979; + goto yy10968; + } else { + if (yych <= 0xDB) goto yy10980; + if (yych <= 0xDC) goto yy10981; + if (yych <= 0xDD) goto yy10982; + goto yy10983; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy10984; + if (yych <= 0xE0) goto yy10985; + goto yy10986; + } else { + if (yych <= 0xE2) goto yy10987; + if (yych <= 0xE3) goto yy10988; + if (yych <= 0xE4) goto yy10711; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy10989; + if (yych <= 0xEE) goto yy2; + goto yy10990; + } else { + if (yych <= 0xF0) goto yy10991; + if (yych == 0xF3) goto yy10715; + goto yy2; + } + } + } + } +yy7912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych == 0x9A) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1764; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1764; + goto yy2; + } + } +yy7913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy4880; + if (yych <= 0x9B) goto yy1764; + goto yy2; +yy7914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy4880; + } else { + if (yych == 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x90) goto yy4880; + if (yych <= 0x97) goto yy1764; + goto yy4880; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1764; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy7916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy4880; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy4880; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4880; + goto yy2; + } else { + if (yych <= 0xB2) goto yy4880; + if (yych <= 0xB5) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy7917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1764; + goto yy4880; + } else { + if (yych == 0x97) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy4880; + goto yy2; + } else { + if (yych <= 0xA1) goto yy4880; + if (yych <= 0xA3) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1764; + goto yy2; + } + } + } +yy7918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy4880; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy4880; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy4880; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy4880; + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy7919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych == 0x91) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy4880; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1764; + } else { + if (yych <= 0xB4) goto yy4880; + if (yych <= 0xB5) goto yy1764; + goto yy2; + } + } + } +yy7920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy4880; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy4880; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy4880; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4880; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy7921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych == 0x90) goto yy4880; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy4880; + if (yych <= 0xA3) goto yy1764; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1764; + } else { + if (yych == 0xB9) goto yy4880; + goto yy2; + } + } + } +yy7922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy4880; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy4880; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy4880; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4880; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy7923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1764; + if (yych <= 0xB1) goto yy4880; + goto yy2; + } + } + } +yy7924: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1764; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy4880; + default: goto yy2; + } +yy7925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy4880; + if (yych == 0x97) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1764; + goto yy2; + } + } +yy7926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy4880; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1764; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy4880; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } + } +yy7928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy4880; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy4880; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy7929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1764; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy4880; + goto yy2; + } + } + } +yy7930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy4880; + goto yy2; + } else { + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8E) goto yy4880; + if (yych <= 0x96) goto yy2; + goto yy1764; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy4880; + if (yych <= 0xA3) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1764; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } + } +yy7932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy4880; + } else { + if (yych == 0xBD) goto yy4880; + goto yy2; + } + } +yy7933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4880; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1764; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } + } +yy7934: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy7935: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy7936: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy843; + if (yych <= 0xB3) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7937: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy1764; + if (yych <= 0x9D) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } + } +yy7938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1764; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy7939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy4880; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1764; + goto yy2; +yy7940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy4880; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy7941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy7911; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy7942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy4880; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB1) goto yy4880; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } + } +yy7943: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych <= 0x93) goto yy1764; + if (yych <= 0x9F) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy4880; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } + } +yy7944: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1764; + if (yych <= 0x9A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } +yy7945: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy7911; + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy7946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xAA) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy7947: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy4880; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1764; + goto yy2; + } +yy7948: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy1764; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy7949: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4880; + if (yych <= 0x9B) goto yy1764; + goto yy2; +yy7951: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } +yy7952: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy1764; + goto yy2; + } +yy7953: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xA0) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy4880; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy7954: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy4880; + if (yych <= 0xB3) goto yy1764; + goto yy2; +yy7955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy4880; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy7956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1764; + if (yych <= 0xAC) goto yy4880; + goto yy1764; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy4880; + if (yych <= 0xB4) goto yy1764; + goto yy4880; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1764; + goto yy2; + } + } +yy7957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy4880; + } else { + if (yych == 0xBE) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0x84) goto yy4880; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy4880; + goto yy1764; + } else { + if (yych <= 0x93) goto yy4880; + if (yych <= 0x95) goto yy2; + goto yy4880; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAC) goto yy4880; + if (yych <= 0xAF) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy4880; + goto yy2; + } else { + if (yych <= 0xBC) goto yy4880; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } + } + } +yy7959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy7911; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } +yy7960: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1764; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy4880; + default: goto yy2; + } +yy7961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy4880; + } else { + if (yych == 0x8E) goto yy4880; + if (yych <= 0x8F) goto yy1764; + goto yy2; + } +yy7962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy4880; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy7963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xAE) goto yy4880; + if (yych <= 0xB1) goto yy1764; + if (yych <= 0xB3) goto yy4880; + goto yy2; + } +yy7965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy4880; + if (yych == 0xBF) goto yy1764; + goto yy2; +yy7966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy4880; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy7911; + if (yych == 0x9A) goto yy7911; + goto yy2; +yy7968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x93) goto yy1764; + if (yych == 0xA0) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1764; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBC) goto yy4880; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy7969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xBA) goto yy4880; + goto yy2; + } +yy7970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy4880; + goto yy2; +yy7971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } +yy7972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy4880; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy7973: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1764; + goto yy2; +yy7974: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1764; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy7975: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4880; + if (yych <= 0x88) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAD) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy4880; + goto yy2; + } +yy7976: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4880; + goto yy1764; + } else { + if (yych == 0x86) goto yy1764; + goto yy4880; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1764; + if (yych <= 0xA2) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1764; + goto yy2; + } + } +yy7977: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0xB3) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7978: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy4880; + if (yych <= 0xBA) goto yy2; + goto yy4880; + } else { + if (yych == 0xBD) goto yy4880; + goto yy2; + } + } +yy7979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy4880; + } else { + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy7980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4880; + if (yych <= 0x93) goto yy1764; + goto yy2; +yy7981: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy1764; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } + } +yy7982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy4880; + if (yych <= 0xB6) goto yy1764; + goto yy2; +yy7983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4880; + goto yy1764; + } else { + if (yych <= 0x8B) goto yy4880; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } + } +yy7984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy4880; + goto yy1764; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy4880; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1764; + goto yy2; + } + } +yy7985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy4880; + if (yych <= 0x9B) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA5) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy7986: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy4880; + if (yych <= 0xAA) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy7987: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4880; + goto yy2; + } else { + if (yych <= 0x97) goto yy4880; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy4880; + goto yy1764; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1764; + if (yych <= 0xB6) goto yy4880; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy4880; + goto yy2; + } + } +yy7988: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy7989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy7990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4880; + goto yy2; + } else { + if (yych <= 0xBB) goto yy4880; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } +yy7991: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1764; + if (yych <= 0x9F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy7911; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } +yy7992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1764; + goto yy2; + } else { + if (yych <= 0x92) goto yy200; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1764; + goto yy7911; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1764; + if (yych == 0xA9) goto yy1764; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy7993: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy7911; + goto yy200; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy4880; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy7994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1764; + if (yych <= 0x9A) goto yy4880; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } +yy7995: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8002; + case 0x81: goto yy8003; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy2406; + case 0x83: goto yy8004; + case 0x84: goto yy10716; + case 0x85: goto yy10717; + case 0x86: goto yy10718; + case 0x87: goto yy10719; + case 0x8A: goto yy8005; + case 0x8B: goto yy10992; + case 0x8C: goto yy8007; + case 0x8D: goto yy10993; + case 0x8E: goto yy8009; + case 0x8F: goto yy8010; + case 0x92: goto yy8011; + case 0x94: goto yy8012; + case 0x95: goto yy8013; + case 0x9C: goto yy8014; + case 0x9D: goto yy8015; + case 0xA0: goto yy8016; + case 0xA1: goto yy10994; + case 0xA2: goto yy8018; + case 0xA3: goto yy8019; + case 0xA4: goto yy8020; + case 0xA6: goto yy8021; + case 0xA8: goto yy10995; + case 0xA9: goto yy8023; + case 0xAA: goto yy8024; + case 0xAB: goto yy10996; + case 0xAC: goto yy4928; + case 0xAD: goto yy8026; + case 0xAE: goto yy8027; + case 0xB1: goto yy8028; + case 0xB2: + case 0xB3: goto yy8029; + default: goto yy2; + } +yy7996: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10997; + case 0x81: goto yy10998; + case 0x82: goto yy10999; + case 0x83: goto yy8033; + case 0x84: goto yy11000; + case 0x85: goto yy11001; + case 0x86: goto yy11002; + case 0x87: goto yy11003; + case 0x88: goto yy11004; + case 0x8A: goto yy8039; + case 0x8B: goto yy11005; + case 0x8C: goto yy11006; + case 0x8D: goto yy11007; + case 0x92: + case 0x98: goto yy11008; + case 0x93: goto yy11009; + case 0x96: goto yy11010; + case 0x97: goto yy11011; + case 0x99: goto yy11012; + case 0x9A: goto yy11013; + case 0x9B: goto yy2362; + case 0x9C: goto yy11014; + case 0xA2: goto yy8050; + case 0xA3: goto yy8051; + case 0xAB: goto yy8052; + default: goto yy2; + } +yy7997: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy2406; + case 0xA8: goto yy8052; + case 0xA9: goto yy8057; + case 0xAB: goto yy11015; + case 0xAC: goto yy11016; + case 0xAD: goto yy11017; + case 0xAE: goto yy8061; + case 0xBD: goto yy11018; + case 0xBE: goto yy10741; + default: goto yy2; + } +yy7998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy2406; + if (yych <= 0xB1) goto yy8063; + if (yych <= 0xB2) goto yy11019; + goto yy2; +yy7999: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1769; + case 0x83: goto yy4329; + case 0x84: goto yy10743; + case 0x85: goto yy10744; + case 0x87: goto yy10745; + case 0x89: goto yy10746; + case 0x8D: goto yy10747; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy2406; + case 0x91: goto yy8065; + case 0x92: goto yy8066; + case 0x93: goto yy8067; + case 0x94: goto yy8068; + case 0x95: goto yy8069; + case 0x9A: goto yy8070; + case 0x9B: goto yy11020; + case 0x9C: goto yy11021; + case 0x9D: goto yy11022; + case 0x9E: goto yy11023; + case 0x9F: goto yy11024; + case 0xAA: goto yy10749; + default: goto yy2; + } +yy8000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy2406; + if (yych <= 0xA3) goto yy11025; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy8077; + goto yy8078; + } else { + if (yych <= 0xBA) goto yy8079; + if (yych <= 0xBB) goto yy10751; + goto yy2; + } + } +yy8001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1762; + goto yy2; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy1762; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy200; + if (yych <= '.') goto yy7070; + if (yych <= '/') goto yy2; + goto yy7071; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1762; + if (yych <= '@') goto yy2; + goto yy4880; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1762; + goto yy4880; + } else { + if (yych == '|') goto yy1762; + if (yych <= '}') goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy2404; + if (yych <= 0xC3) goto yy2405; + goto yy2406; + } else { + if (yych <= 0xCA) goto yy2407; + if (yych <= 0xCB) goto yy1771; + if (yych <= 0xCC) goto yy1772; + goto yy2408; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy2409; + if (yych <= 0xCF) goto yy2410; + goto yy2406; + } else { + if (yych <= 0xD2) goto yy2411; + if (yych <= 0xD3) goto yy2406; + if (yych <= 0xD4) goto yy2412; + goto yy2413; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy2414; + if (yych <= 0xD7) goto yy2415; + if (yych <= 0xD8) goto yy2416; + goto yy2417; + } else { + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy2418; + if (yych <= 0xDC) goto yy2419; + goto yy2420; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy2421; + if (yych <= 0xDF) goto yy2422; + goto yy2423; + } else { + if (yych <= 0xE1) goto yy2424; + if (yych <= 0xE2) goto yy2425; + if (yych <= 0xE3) goto yy2426; + goto yy1792; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2427; + if (yych <= 0xEE) goto yy2; + goto yy2428; + } else { + if (yych <= 0xF0) goto yy2429; + if (yych == 0xF3) goto yy1796; + goto yy2; + } + } + } + } +yy8002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy4880; + } else { + if (yych == 0xBF) goto yy4880; + goto yy2; + } + } +yy8003: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy4880; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy4880; + goto yy2; +yy8004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy4880; + goto yy2; +yy8005: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy4880; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy8006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy4880; + if (yych == 0xA0) goto yy1762; + goto yy2; +yy8007: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy8008: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy4880; + if (yych <= 0x81) goto yy2; + goto yy4880; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy4880; + if (yych <= 0xBA) goto yy1762; + goto yy2; + } +yy8009: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy4880; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy8010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4880; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy4880; + goto yy2; +yy8011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy4880; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy8012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy8013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy4880; + goto yy2; +yy8014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy4880; + goto yy2; +yy8015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4880; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy4880; + goto yy2; +yy8016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy4880; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy4880; + goto yy2; + } else { + if (yych <= 0xBC) goto yy4880; + if (yych == 0xBF) goto yy4880; + goto yy2; + } + } +yy8017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4880; + goto yy2; + } else { + if (yych <= 0xB6) goto yy4880; + if (yych <= 0xB8) goto yy1762; + goto yy2; + } +yy8018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy4880; + goto yy2; +yy8019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy4880; + goto yy2; +yy8020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4880; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy4880; + goto yy2; +yy8021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy4880; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy8022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy4880; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych <= 0x86) goto yy1762; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1762; + goto yy4880; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy4880; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1762; + } else { + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } + } +yy8023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy4880; + goto yy2; +yy8024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy4880; + goto yy2; +yy8025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xA4) goto yy4880; + if (yych <= 0xA6) goto yy1762; + goto yy2; + } +yy8026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4880; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy4880; + goto yy2; +yy8027: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy4880; + goto yy2; +yy8028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy4880; + goto yy2; +yy8029: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy4880; + goto yy2; +yy8030: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xB7) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy8031: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych == 0xBF) goto yy1762; + goto yy2; + } +yy8032: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xAF) goto yy4880; + if (yych <= 0xBA) goto yy1762; + goto yy2; +yy8033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy8034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + goto yy4880; + } else { + if (yych <= 0xB4) goto yy1762; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy8035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy4880; + goto yy1762; + } else { + if (yych == 0xB6) goto yy4880; + goto yy2; + } +yy8036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xB2) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy8037: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy4880; + if (yych <= 0x89) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy4880; + } else { + if (yych == 0x9C) goto yy4880; + goto yy2; + } + } +yy8038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy4880; + goto yy2; + } else { + if (yych <= 0xAB) goto yy4880; + if (yych <= 0xB7) goto yy1762; + goto yy2; + } +yy8039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4880; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy4880; + goto yy2; + } else { + if (yych <= 0xA8) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy8040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy8041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy4880; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy4880; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy4880; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4880; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy8042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych == 0x90) goto yy4880; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1762; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } + } + } +yy8043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy4880; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy8044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x85) goto yy4880; + goto yy2; + } else { + if (yych <= 0x87) goto yy4880; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy8045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy8046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1762; + goto yy2; + } else { + if (yych <= 0x9B) goto yy4880; + if (yych <= 0x9D) goto yy1762; + goto yy2; + } +yy8047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1762; + goto yy2; + } else { + if (yych <= 0x84) goto yy4880; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy8048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy4880; + if (yych <= 0xB7) goto yy1762; + goto yy2; +yy8049: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBF) goto yy1762; + goto yy2; + } +yy8050: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy8051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy4880; + goto yy843; + } else { + if (yych == 0xBF) goto yy4880; + goto yy2; + } +yy8052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy4880; + goto yy2; +yy8053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy4880; + goto yy2; +yy8054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4880; + goto yy2; +yy8055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy4880; + goto yy2; +yy8056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4880; + goto yy2; +yy8057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy4880; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy8058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1762; + goto yy2; +yy8059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy4880; + goto yy1762; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy8060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1762; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy4880; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy8061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy4880; + goto yy2; +yy8062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4880; + goto yy2; + } else { + if (yych <= 0x90) goto yy4880; + if (yych <= 0xBE) goto yy1762; + goto yy2; + } +yy8063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy4880; + goto yy2; +yy8064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy4880; + goto yy2; + } else { + if (yych <= 0x99) goto yy4880; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1762; + goto yy2; + } +yy8065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy8066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy4880; + } else { + if (yych == 0xA2) goto yy4880; + if (yych <= 0xA4) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy4880; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy4880; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } + } +yy8067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy8068: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy4880; + goto yy2; + } else { + if (yych <= 0x8A) goto yy4880; + if (yych <= 0x8C) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy4880; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy4880; + goto yy2; + } + } +yy8069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4880; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy4880; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy8070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy4880; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; +yy8071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1762; + goto yy4880; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1762; + goto yy4880; + } else { + if (yych <= 0xBB) goto yy1762; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy8072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy4880; + goto yy1762; + } else { + if (yych == 0xB5) goto yy1762; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy8073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy4880; + goto yy1762; + } else { + if (yych == 0xAF) goto yy1762; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy8074: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy4880; + goto yy1762; + } else { + if (yych == 0xA9) goto yy1762; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy8075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4880; + goto yy1762; + } else { + if (yych <= 0x8B) goto yy4880; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy8076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4880; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; +yy8077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy4880; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy4880; + } else { + if (yych == 0xA4) goto yy4880; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy4880; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy4880; + } else { + if (yych == 0xBB) goto yy4880; + goto yy2; + } + } + } +yy8078: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy4880; + default: goto yy2; + } +yy8079: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy4880; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy4880; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy4880; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy4880; + goto yy2; + } + } +yy8080: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '*') { + if (yych == '$') goto yy533; + goto yy2; + } else { + if (yych <= '+') goto yy533; + if (yych <= ',') goto yy2; + goto yy535; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy112; + if (yych <= '/') goto yy2; + goto yy11026; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy2; + goto yy533; + } + } + } else { + if (yych <= '~') { + if (yych <= '{') { + if (yych <= ']') goto yy2; + if (yych <= 'z') goto yy533; + goto yy2; + } else { + if (yych == '}') goto yy2; + goto yy533; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy536; + goto yy537; + } else { + if (yych <= 0xCA) goto yy538; + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + goto yy540; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xCE) goto yy541; + if (yych <= 0xD3) goto yy537; + goto yy542; + } else { + if (yych <= 0xD5) goto yy543; + if (yych <= 0xD6) goto yy544; + goto yy545; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy546; + if (yych <= 0xD9) goto yy11028; + goto yy537; + } else { + if (yych <= 0xDB) goto yy11029; + if (yych <= 0xDC) goto yy549; + if (yych <= 0xDD) goto yy550; + goto yy551; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy11030; + if (yych <= 0xE0) goto yy11031; + goto yy11032; + } else { + if (yych <= 0xE2) goto yy555; + if (yych <= 0xE3) goto yy556; + if (yych <= 0xE4) goto yy557; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy11033; + if (yych <= 0xEE) goto yy2; + goto yy11034; + } else { + if (yych <= 0xF0) goto yy11035; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy8081: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy8082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy2445; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy8083: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2445; + } else { + if (yych <= 0xB4) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy8084: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2445; + if (yych <= 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2445; + } else { + if (yych == 0x9C) goto yy2445; + goto yy2; + } + } +yy8085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy2445; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy8086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x85) goto yy2445; + goto yy2; + } else { + if (yych <= 0x87) goto yy2445; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy8087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x84) goto yy2445; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy8088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy2445; + goto yy843; + } else { + if (yych == 0xBF) goto yy2445; + goto yy2; + } +yy8089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy2445; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy8090: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy2445; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy2445; + goto yy2; + } + } +yy8091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy2445; + goto yy533; + } else { + if (yych <= 0x8B) goto yy2445; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy8092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych == 0x9A) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1952; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1952; + goto yy2; + } + } +yy8093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy5136; + if (yych <= 0x9B) goto yy1952; + goto yy2; +yy8094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy5136; + } else { + if (yych == 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy8095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x90) goto yy5136; + if (yych <= 0x97) goto yy1952; + goto yy5136; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1952; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy8096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5136; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5136; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5136; + goto yy2; + } else { + if (yych <= 0xB2) goto yy5136; + if (yych <= 0xB5) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy8097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1952; + goto yy5136; + } else { + if (yych == 0x97) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy5136; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5136; + if (yych <= 0xA3) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1952; + goto yy2; + } + } + } +yy8098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy5136; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy5136; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy5136; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy5136; + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy8099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych == 0x91) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy5136; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1952; + } else { + if (yych <= 0xB4) goto yy5136; + if (yych <= 0xB5) goto yy1952; + goto yy2; + } + } + } +yy8100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy5136; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy5136; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5136; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5136; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy8101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych == 0x90) goto yy5136; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy5136; + if (yych <= 0xA3) goto yy1952; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1952; + } else { + if (yych == 0xB9) goto yy5136; + goto yy2; + } + } + } +yy8102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy5136; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5136; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5136; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5136; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy8103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1952; + if (yych <= 0xB1) goto yy5136; + goto yy2; + } + } + } +yy8104: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1952; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy5136; + default: goto yy2; + } +yy8105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy5136; + if (yych == 0x97) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1952; + goto yy2; + } + } +yy8106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy5136; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy8107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1952; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy5136; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } + } +yy8108: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy5136; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy5136; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy8109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1952; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy5136; + goto yy2; + } + } + } +yy8110: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy5136; + goto yy2; + } else { + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy8111: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8E) goto yy5136; + if (yych <= 0x96) goto yy2; + goto yy1952; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5136; + if (yych <= 0xA3) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1952; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } + } +yy8112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy5136; + } else { + if (yych == 0xBD) goto yy5136; + goto yy2; + } + } +yy8113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5136; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1952; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } + } +yy8114: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1952; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy8115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5136; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1952; + goto yy2; +yy8116: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5136; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy8117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy2598; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy8118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy5136; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB1) goto yy5136; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } + } +yy8119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych <= 0x93) goto yy1952; + if (yych <= 0x9F) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy5136; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } + } +yy8120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy2598; + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy8121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xAA) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy8122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5136; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1952; + goto yy2; + } +yy8123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5136; + if (yych <= 0x9B) goto yy1952; + goto yy2; +yy8124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xA0) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy5136; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy8125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5136; + if (yych <= 0xB3) goto yy1952; + goto yy2; +yy8126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy5136; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy8127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1952; + if (yych <= 0xAC) goto yy5136; + goto yy1952; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy5136; + if (yych <= 0xB4) goto yy1952; + goto yy5136; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1952; + goto yy2; + } + } +yy8128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy5136; + } else { + if (yych == 0xBE) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy8129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0x84) goto yy5136; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy5136; + goto yy1952; + } else { + if (yych <= 0x93) goto yy5136; + if (yych <= 0x95) goto yy2; + goto yy5136; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAC) goto yy5136; + if (yych <= 0xAF) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy5136; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5136; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } + } + } +yy8130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy2598; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } +yy8131: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1952; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy5136; + default: goto yy2; + } +yy8132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy5136; + } else { + if (yych == 0x8E) goto yy5136; + if (yych <= 0x8F) goto yy1952; + goto yy2; + } +yy8133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy5136; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy8134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy11036; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy8135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xAE) goto yy5136; + if (yych <= 0xB1) goto yy1952; + if (yych <= 0xB3) goto yy5136; + goto yy2; + } +yy8136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5136; + if (yych == 0xBF) goto yy1952; + goto yy2; +yy8137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy5136; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy8138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x93) goto yy1952; + if (yych == 0xA0) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1952; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5136; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy8139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xBA) goto yy5136; + goto yy2; + } +yy8140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy5136; + goto yy2; +yy8141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } +yy8142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy5136; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy8143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1952; + goto yy2; +yy8144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1952; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy8145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5136; + if (yych <= 0x88) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAD) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy5136; + goto yy2; + } +yy8146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5136; + goto yy1952; + } else { + if (yych == 0x86) goto yy1952; + goto yy5136; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1952; + if (yych <= 0xA2) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1952; + goto yy2; + } + } +yy8147: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0xB3) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy8148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy5136; + if (yych <= 0xBA) goto yy2; + goto yy5136; + } else { + if (yych == 0xBD) goto yy5136; + goto yy2; + } + } +yy8149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy5136; + } else { + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy8150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5136; + if (yych <= 0x93) goto yy1952; + goto yy2; +yy8151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5136; + if (yych <= 0xB6) goto yy1952; + goto yy2; +yy8152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5136; + goto yy1952; + } else { + if (yych <= 0x8B) goto yy5136; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } + } +yy8153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy5136; + goto yy1952; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy5136; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1952; + goto yy2; + } + } +yy8154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5136; + if (yych <= 0x9B) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA5) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy8155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy5136; + if (yych <= 0xAA) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy8156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5136; + goto yy2; + } else { + if (yych <= 0x97) goto yy5136; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy5136; + goto yy1952; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1952; + if (yych <= 0xB6) goto yy5136; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy5136; + goto yy2; + } + } +yy8157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy8158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy8159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5136; + goto yy2; + } else { + if (yych <= 0xBB) goto yy5136; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } +yy8160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1952; + if (yych <= 0x9F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy2598; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } +yy8161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1952; + goto yy2; + } else { + if (yych <= 0x92) goto yy200; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1952; + goto yy2598; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1952; + if (yych == 0xA9) goto yy1952; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy8162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy2598; + goto yy200; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy5136; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy8163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1952; + if (yych <= 0x9A) goto yy5136; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } +yy8164: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8171; + case 0x81: goto yy8172; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy2574; + case 0x83: goto yy8173; + case 0x84: goto yy9184; + case 0x85: goto yy9185; + case 0x86: goto yy9186; + case 0x87: goto yy9187; + case 0x8A: goto yy8174; + case 0x8B: goto yy11037; + case 0x8C: goto yy8176; + case 0x8D: goto yy11038; + case 0x8E: goto yy8178; + case 0x8F: goto yy8179; + case 0x92: goto yy8180; + case 0x94: goto yy8181; + case 0x95: goto yy8182; + case 0x9C: goto yy8183; + case 0x9D: goto yy8184; + case 0xA0: goto yy8185; + case 0xA1: goto yy11039; + case 0xA2: goto yy8187; + case 0xA3: goto yy8188; + case 0xA4: goto yy8189; + case 0xA6: goto yy8190; + case 0xA8: goto yy11040; + case 0xA9: goto yy8192; + case 0xAA: goto yy8193; + case 0xAB: goto yy11041; + case 0xAC: goto yy5179; + case 0xAD: goto yy8195; + case 0xAE: goto yy8196; + case 0xB1: goto yy8197; + case 0xB2: + case 0xB3: goto yy8198; + default: goto yy2; + } +yy8165: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11042; + case 0x81: goto yy9194; + case 0x82: goto yy11043; + case 0x83: goto yy8201; + case 0x84: goto yy11044; + case 0x85: goto yy11045; + case 0x86: goto yy11046; + case 0x87: goto yy11047; + case 0x88: goto yy11048; + case 0x8A: goto yy8207; + case 0x8B: goto yy11049; + case 0x8C: goto yy11050; + case 0x8D: goto yy11051; + case 0x92: + case 0x98: goto yy11052; + case 0x93: goto yy11053; + case 0x96: goto yy11054; + case 0x97: goto yy11055; + case 0x99: goto yy11056; + case 0x9A: goto yy11057; + case 0x9B: goto yy2362; + case 0x9C: goto yy9210; + case 0xA2: goto yy8217; + case 0xA3: goto yy8218; + case 0xAB: goto yy8219; + default: goto yy2; + } +yy8166: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy2574; + case 0xA8: goto yy8219; + case 0xA9: goto yy8224; + case 0xAB: goto yy11058; + case 0xAC: goto yy11059; + case 0xAD: goto yy11060; + case 0xAE: goto yy8228; + case 0xBD: goto yy11061; + case 0xBE: goto yy9215; + default: goto yy2; + } +yy8167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy2574; + if (yych <= 0xB1) goto yy8230; + if (yych <= 0xB2) goto yy11062; + goto yy2; +yy8168: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1956; + case 0x83: goto yy4596; + case 0x84: goto yy9217; + case 0x85: goto yy9218; + case 0x87: goto yy9219; + case 0x89: goto yy9220; + case 0x8D: goto yy9221; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy2574; + case 0x91: goto yy8232; + case 0x92: goto yy8233; + case 0x93: goto yy8234; + case 0x94: goto yy8235; + case 0x95: goto yy8236; + case 0x9A: goto yy8237; + case 0x9B: goto yy11063; + case 0x9C: goto yy11064; + case 0x9D: goto yy11065; + case 0x9E: goto yy11066; + case 0x9F: goto yy11067; + case 0xAA: goto yy9227; + default: goto yy2; + } +yy8169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy2574; + if (yych <= 0xA3) goto yy11068; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy8244; + goto yy8245; + } else { + if (yych <= 0xBA) goto yy8246; + if (yych <= 0xBB) goto yy9229; + goto yy2; + } + } +yy8170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1121; + goto yy2; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy1121; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy200; + if (yych <= '.') goto yy7070; + if (yych <= '/') goto yy2; + goto yy4039; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1121; + if (yych <= '@') goto yy2; + goto yy5136; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1121; + goto yy5136; + } else { + if (yych == '|') goto yy1121; + if (yych <= '}') goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy2572; + if (yych <= 0xC3) goto yy2573; + goto yy2574; + } else { + if (yych <= 0xCA) goto yy2575; + if (yych <= 0xCB) goto yy1135; + if (yych <= 0xCC) goto yy1136; + goto yy2576; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy2577; + if (yych <= 0xCF) goto yy2578; + goto yy2574; + } else { + if (yych <= 0xD2) goto yy2579; + if (yych <= 0xD3) goto yy2574; + if (yych <= 0xD4) goto yy2580; + goto yy2581; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy2582; + if (yych <= 0xD7) goto yy2583; + if (yych <= 0xD8) goto yy2584; + goto yy2585; + } else { + if (yych <= 0xDA) goto yy2574; + if (yych <= 0xDB) goto yy2586; + if (yych <= 0xDC) goto yy2587; + goto yy2588; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy2589; + if (yych <= 0xDF) goto yy2590; + goto yy2591; + } else { + if (yych <= 0xE1) goto yy2592; + if (yych <= 0xE2) goto yy2593; + if (yych <= 0xE3) goto yy2594; + goto yy1156; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2595; + if (yych <= 0xEE) goto yy2; + goto yy2596; + } else { + if (yych <= 0xF0) goto yy2597; + if (yych == 0xF3) goto yy1160; + goto yy2; + } + } + } + } +yy8171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy5136; + } else { + if (yych == 0xBF) goto yy5136; + goto yy2; + } + } +yy8172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy5136; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy5136; + goto yy2; +yy8173: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy5136; + goto yy2; +yy8174: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy5136; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy8175: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5136; + if (yych == 0xA0) goto yy1121; + goto yy2; +yy8176: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy8177: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy5136; + if (yych <= 0x81) goto yy2; + goto yy5136; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy5136; + if (yych <= 0xBA) goto yy1121; + goto yy2; + } +yy8178: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy5136; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy8179: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5136; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy5136; + goto yy2; +yy8180: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy5136; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy8181: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy8182: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy5136; + goto yy2; +yy8183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy5136; + goto yy2; +yy8184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5136; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy5136; + goto yy2; +yy8185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5136; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy5136; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5136; + if (yych == 0xBF) goto yy5136; + goto yy2; + } + } +yy8186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5136; + goto yy2; + } else { + if (yych <= 0xB6) goto yy5136; + if (yych <= 0xB8) goto yy1121; + goto yy2; + } +yy8187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5136; + goto yy2; +yy8188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy5136; + goto yy2; +yy8189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5136; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy5136; + goto yy2; +yy8190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy5136; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy8191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy5136; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych <= 0x86) goto yy1121; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1121; + goto yy5136; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy5136; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1121; + } else { + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } + } +yy8192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy5136; + goto yy2; +yy8193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy5136; + goto yy2; +yy8194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xA4) goto yy5136; + if (yych <= 0xA6) goto yy1121; + goto yy2; + } +yy8195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5136; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy5136; + goto yy2; +yy8196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy5136; + goto yy2; +yy8197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5136; + goto yy2; +yy8198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy5136; + goto yy2; +yy8199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xB7) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy8200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xAF) goto yy5136; + if (yych <= 0xBA) goto yy1121; + goto yy2; +yy8201: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy8202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + goto yy5136; + } else { + if (yych <= 0xB4) goto yy1121; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy8203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy5136; + goto yy1121; + } else { + if (yych == 0xB6) goto yy5136; + goto yy2; + } +yy8204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xB2) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy8205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy5136; + if (yych <= 0x89) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy5136; + } else { + if (yych == 0x9C) goto yy5136; + goto yy2; + } + } +yy8206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy5136; + goto yy2; + } else { + if (yych <= 0xAB) goto yy5136; + if (yych <= 0xB7) goto yy1121; + goto yy2; + } +yy8207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5136; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy5136; + goto yy2; + } else { + if (yych <= 0xA8) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy8208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy8209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy5136; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5136; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5136; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5136; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy8210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych == 0x90) goto yy5136; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1121; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } + } + } +yy8211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5136; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy8212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x85) goto yy5136; + goto yy2; + } else { + if (yych <= 0x87) goto yy5136; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy8213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy8214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1121; + goto yy2; + } else { + if (yych <= 0x9B) goto yy5136; + if (yych <= 0x9D) goto yy1121; + goto yy2; + } +yy8215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1121; + goto yy2; + } else { + if (yych <= 0x84) goto yy5136; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy8216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5136; + if (yych <= 0xB7) goto yy1121; + goto yy2; +yy8217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy8218: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy5136; + goto yy843; + } else { + if (yych == 0xBF) goto yy5136; + goto yy2; + } +yy8219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy5136; + goto yy2; +yy8220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy5136; + goto yy2; +yy8221: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5136; + goto yy2; +yy8222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5136; + goto yy2; +yy8223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5136; + goto yy2; +yy8224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5136; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy8225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1121; + goto yy2; +yy8226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5136; + goto yy1121; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy8227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1121; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy5136; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy8228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5136; + goto yy2; +yy8229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5136; + goto yy2; + } else { + if (yych <= 0x90) goto yy5136; + if (yych <= 0xBE) goto yy1121; + goto yy2; + } +yy8230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy5136; + goto yy2; +yy8231: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5136; + goto yy2; + } else { + if (yych <= 0x99) goto yy5136; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1121; + goto yy2; + } +yy8232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy8233: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy5136; + } else { + if (yych == 0xA2) goto yy5136; + if (yych <= 0xA4) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy5136; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy5136; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } + } +yy8234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy8235: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5136; + goto yy2; + } else { + if (yych <= 0x8A) goto yy5136; + if (yych <= 0x8C) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy5136; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy5136; + goto yy2; + } + } +yy8236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5136; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy5136; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy8237: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5136; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; +yy8238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1121; + goto yy5136; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1121; + goto yy5136; + } else { + if (yych <= 0xBB) goto yy1121; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy8239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy5136; + goto yy1121; + } else { + if (yych == 0xB5) goto yy1121; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy8240: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy5136; + goto yy1121; + } else { + if (yych == 0xAF) goto yy1121; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy8241: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5136; + goto yy1121; + } else { + if (yych == 0xA9) goto yy1121; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy8242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5136; + goto yy1121; + } else { + if (yych <= 0x8B) goto yy5136; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy8243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5136; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; +yy8244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy5136; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy5136; + } else { + if (yych == 0xA4) goto yy5136; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy5136; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy5136; + } else { + if (yych == 0xBB) goto yy5136; + goto yy2; + } + } + } +yy8245: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy5136; + default: goto yy2; + } +yy8246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy5136; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy5136; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy5136; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy5136; + goto yy2; + } + } +yy8247: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy4671; + case 0xAA: + case 0xB5: + case 0xBA: goto yy5251; + default: goto yy2; + } +yy8248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5251; + goto yy4671; + } else { + if (yych == 0xB7) goto yy4671; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy8249: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB3) goto yy5251; + if (yych <= 0xB4) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy5251; + if (yych <= 0xBA) goto yy2; + goto yy5251; + } else { + if (yych == 0xBF) goto yy5251; + goto yy2; + } + } +yy8250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy5251; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy5251; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy8251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy4671; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy8252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5251; + if (yych <= 0x89) goto yy4671; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy8253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych == 0x8A) goto yy2598; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBE) goto yy2598; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy8254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy4671; + if (yych <= 0x8F) goto yy2; + goto yy5251; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy5251; + goto yy2; + } + } +yy8255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy4671; + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy8256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy5251; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy5251; + } else { + if (yych <= 0xB0) goto yy4671; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy8257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy5251; + goto yy2; + } else { + if (yych <= 0x95) goto yy5251; + if (yych == 0x9D) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy5251; + goto yy843; + } else { + if (yych <= 0xBC) goto yy5251; + if (yych <= 0xBE) goto yy4671; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy8258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy8259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy4671; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy8260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5251; + if (yych <= 0xB0) goto yy4671; + if (yych <= 0xB1) goto yy5251; + goto yy2; +yy8261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy5251; + } else { + if (yych <= 0xB3) goto yy4671; + if (yych == 0xB6) goto yy4671; + goto yy2; + } +yy8262: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy11069; + case 0xA1: goto yy11070; + case 0xA2: goto yy8271; + case 0xA3: goto yy9983; + case 0xA4: goto yy11071; + case 0xA5: goto yy11072; + case 0xA6: goto yy11073; + case 0xA7: goto yy11074; + case 0xA8: goto yy11075; + case 0xA9: goto yy11076; + case 0xAA: goto yy11077; + case 0xAB: goto yy11078; + case 0xAC: goto yy11079; + case 0xAD: goto yy11080; + case 0xAE: goto yy11081; + case 0xAF: goto yy11082; + case 0xB0: goto yy11083; + case 0xB1: goto yy11084; + case 0xB2: goto yy11085; + case 0xB3: goto yy11086; + case 0xB4: goto yy11087; + case 0xB5: goto yy11088; + case 0xB6: goto yy11089; + case 0xB7: goto yy11090; + case 0xB8: goto yy10004; + case 0xB9: goto yy10005; + case 0xBA: goto yy10006; + case 0xBB: goto yy10007; + case 0xBC: goto yy10008; + case 0xBD: goto yy10009; + case 0xBE: goto yy10010; + case 0xBF: goto yy10011; + default: goto yy2; + } +yy8263: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10012; + case 0x81: goto yy10013; + case 0x82: goto yy11091; + case 0x83: goto yy8293; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy5255; + case 0x89: goto yy8294; + case 0x8A: goto yy8295; + case 0x8B: goto yy8296; + case 0x8C: goto yy8297; + case 0x8D: goto yy11092; + case 0x8E: goto yy11093; + case 0x8F: goto yy8300; + case 0x90: goto yy11094; + case 0x99: goto yy8302; + case 0x9A: goto yy8303; + case 0x9B: goto yy8304; + case 0x9C: goto yy11095; + case 0x9D: goto yy11096; + case 0x9E: goto yy10020; + case 0x9F: goto yy10021; + case 0xA0: goto yy11097; + case 0xA1: goto yy8308; + case 0xA2: goto yy11098; + case 0xA3: goto yy8310; + case 0xA4: goto yy11099; + case 0xA5: goto yy10025; + case 0xA7: goto yy10026; + case 0xA8: goto yy11100; + case 0xA9: goto yy10028; + case 0xAA: goto yy10029; + case 0xAC: goto yy10030; + case 0xAD: goto yy10031; + case 0xAE: goto yy11101; + case 0xAF: goto yy11102; + case 0xB0: goto yy11103; + case 0xB1: goto yy8316; + case 0xB3: goto yy11104; + case 0xB4: goto yy8318; + case 0xB5: goto yy8319; + case 0xB6: goto yy8320; + case 0xB7: goto yy10036; + case 0xBC: goto yy8321; + case 0xBD: goto yy8322; + case 0xBE: goto yy11105; + case 0xBF: goto yy11106; + default: goto yy2; + } +yy8264: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11107; + case 0x81: goto yy10040; + case 0x82: goto yy10041; + case 0x83: goto yy10042; + case 0x84: goto yy11108; + case 0x85: goto yy11109; + case 0x86: goto yy11110; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy4675; + case 0x88: goto yy11111; + case 0x8C: goto yy10047; + case 0x8F: goto yy10048; + case 0x90: goto yy10049; + case 0x91: goto yy10050; + case 0x92: goto yy10051; + case 0x93: goto yy10052; + case 0x9D: goto yy10053; + case 0x9E: goto yy10054; + case 0x9F: goto yy10055; + case 0xA6: goto yy10056; + case 0xA7: goto yy10057; + case 0xAD: goto yy10058; + case 0xAE: goto yy10059; + case 0xAF: goto yy10060; + case 0xB0: goto yy8330; + case 0xB1: goto yy8331; + case 0xB2: goto yy5255; + case 0xB3: goto yy11112; + case 0xB4: goto yy8333; + case 0xB5: goto yy11113; + case 0xB6: goto yy8335; + case 0xB7: goto yy11114; + case 0xB8: goto yy2646; + case 0xBA: goto yy10064; + case 0xBB: goto yy7843; + case 0xBF: goto yy10065; + default: goto yy2; + } +yy8265: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11115; + case 0x82: goto yy10067; + case 0x84: goto yy8338; + case 0x86: goto yy11116; + case 0x87: goto yy10069; + case 0x88: goto yy10070; + case 0x89: goto yy10071; + case 0x8A: goto yy10072; + case 0x8B: goto yy10073; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy4675; + default: goto yy2; + } +yy8266: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy7744; + case 0x93: goto yy11117; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy5255; + case 0x98: goto yy8341; + case 0x99: goto yy11118; + case 0x9A: goto yy11119; + case 0x9B: goto yy11120; + case 0x9C: goto yy11121; + case 0x9D: goto yy5261; + case 0x9E: goto yy11122; + case 0x9F: goto yy8347; + case 0xA0: goto yy11123; + case 0xA1: goto yy8349; + case 0xA2: goto yy11124; + case 0xA3: goto yy11125; + case 0xA4: goto yy11126; + case 0xA5: goto yy11127; + case 0xA6: goto yy10085; + case 0xA7: goto yy10086; + case 0xA8: goto yy11128; + case 0xA9: goto yy11129; + case 0xAA: goto yy10089; + case 0xAB: goto yy11130; + case 0xAC: goto yy8357; + case 0xAD: goto yy11131; + case 0xAF: goto yy11132; + default: goto yy2; + } +yy8267: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy11133; + case 0xAD: goto yy8361; + case 0xAE: goto yy11134; + case 0xAF: goto yy11135; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy5255; + case 0xB4: goto yy8364; + case 0xB5: goto yy8365; + case 0xB6: goto yy8366; + case 0xB7: goto yy11136; + case 0xB8: goto yy11137; + case 0xB9: goto yy11138; + case 0xBB: goto yy8370; + case 0xBC: goto yy11139; + case 0xBD: goto yy11140; + case 0xBF: goto yy10101; + default: goto yy2; + } +yy8268: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy11141; + case 0x91: goto yy11142; + case 0x92: goto yy8375; + case 0x93: goto yy8376; + case 0x94: goto yy8377; + case 0x96: goto yy11143; + case 0x9B: goto yy11144; + case 0x9D: goto yy11145; + case 0x9E: goto yy11146; + case 0x9F: goto yy10108; + default: goto yy2; + } +yy8269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych == 0x9A) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1980; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1980; + goto yy2; + } + } +yy8270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy5251; + if (yych <= 0x9B) goto yy1980; + goto yy2; +yy8271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy5251; + goto yy2; +yy8272: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy5251; + } else { + if (yych == 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy8273: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x90) goto yy5251; + if (yych <= 0x97) goto yy1980; + goto yy5251; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1980; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy8274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5251; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5251; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5251; + goto yy2; + } else { + if (yych <= 0xB2) goto yy5251; + if (yych <= 0xB5) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy8275: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1980; + goto yy5251; + } else { + if (yych == 0x97) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy5251; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5251; + if (yych <= 0xA3) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1980; + goto yy2; + } + } + } +yy8276: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy5251; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy5251; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy5251; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy5251; + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy8277: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych == 0x91) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy5251; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1980; + } else { + if (yych <= 0xB4) goto yy5251; + if (yych <= 0xB5) goto yy1980; + goto yy2; + } + } + } +yy8278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy5251; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy5251; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5251; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5251; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy8279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych == 0x90) goto yy5251; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy5251; + if (yych <= 0xA3) goto yy1980; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1980; + } else { + if (yych == 0xB9) goto yy5251; + goto yy2; + } + } + } +yy8280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy5251; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5251; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5251; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5251; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy8281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1980; + if (yych <= 0xB1) goto yy5251; + goto yy2; + } + } + } +yy8282: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1980; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy5251; + default: goto yy2; + } +yy8283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy5251; + if (yych == 0x97) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1980; + goto yy2; + } + } +yy8284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy5251; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy8285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1980; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy5251; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } + } +yy8286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy5251; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy5251; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy8287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1980; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy5251; + goto yy2; + } + } + } +yy8288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy5251; + goto yy2; + } else { + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy8289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8E) goto yy5251; + if (yych <= 0x96) goto yy2; + goto yy1980; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5251; + if (yych <= 0xA3) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1980; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } + } +yy8290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy5251; + } else { + if (yych == 0xBD) goto yy5251; + goto yy2; + } + } +yy8291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5251; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1980; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1980; + goto yy2; + } + } +yy8292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1980; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy8293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych == 0x87) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy5251; + if (yych <= 0x8F) goto yy2; + goto yy5251; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy8294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5251; + goto yy2; + } else { + if (yych <= 0x8D) goto yy5251; + if (yych <= 0x8F) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy5251; + goto yy2; + } else { + if (yych <= 0x9D) goto yy5251; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy8295: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy5251; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy5251; + goto yy2; + } + } +yy8296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy5251; + if (yych <= 0x81) goto yy2; + goto yy5251; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy5251; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy8297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5251; + goto yy2; + } else { + if (yych <= 0x95) goto yy5251; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy8298: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5251; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1980; + goto yy2; +yy8299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5251; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy8300: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy5251; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy5251; + goto yy2; +yy8301: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy200; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy8302: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy5251; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy8303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy5251; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy8304: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5251; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy5251; + goto yy2; +yy8305: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy5251; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB1) goto yy5251; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } + } +yy8306: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych <= 0x93) goto yy1980; + if (yych <= 0x9F) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy5251; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1980; + goto yy2; + } + } +yy8307: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy200; + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy8308: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy5251; + goto yy2; +yy8309: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xAA) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy8310: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy5251; + goto yy2; +yy8311: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5251; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1980; + goto yy2; + } +yy8312: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5251; + if (yych <= 0x9B) goto yy1980; + goto yy2; +yy8313: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xA0) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy5251; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy8314: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5251; + if (yych <= 0xB3) goto yy1980; + goto yy2; +yy8315: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy5251; + if (yych <= 0xB7) goto yy1980; + goto yy2; +yy8316: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy5251; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy5251; + goto yy2; + } +yy8317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1980; + if (yych <= 0xAC) goto yy5251; + goto yy1980; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy5251; + if (yych <= 0xB4) goto yy1980; + goto yy5251; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1980; + goto yy2; + } + } +yy8318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy5251; + goto yy2; +yy8319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy8320: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5251; + goto yy2; +yy8321: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5251; + goto yy2; + } else { + if (yych <= 0x9D) goto yy5251; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy8322: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5251; + goto yy2; + } else { + if (yych <= 0x8D) goto yy5251; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy5251; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy5251; + goto yy2; + } + } +yy8323: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy5251; + } else { + if (yych == 0xBE) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy8324: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0x84) goto yy5251; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy5251; + goto yy1980; + } else { + if (yych <= 0x93) goto yy5251; + if (yych <= 0x95) goto yy2; + goto yy5251; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAC) goto yy5251; + if (yych <= 0xAF) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy5251; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5251; + if (yych <= 0xBE) goto yy1980; + goto yy2; + } + } + } +yy8325: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } +yy8326: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1980; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy5251; + default: goto yy2; + } +yy8327: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + goto yy5251; + } else { + if (yych == 0x8E) goto yy5251; + if (yych <= 0x8F) goto yy1980; + goto yy2; + } +yy8328: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy5251; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy8329: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2598; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy8330: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy8331: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5251; + goto yy2; + } else { + if (yych <= 0xBB) goto yy5251; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy8332: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xAE) goto yy5251; + if (yych <= 0xB1) goto yy1980; + if (yych <= 0xB3) goto yy5251; + goto yy2; + } +yy8333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy5251; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy5251; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy8334: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5251; + if (yych == 0xBF) goto yy1980; + goto yy2; +yy8335: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy5251; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy5251; + goto yy2; + } + } +yy8336: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy5251; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy8337: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1980; + goto yy2; + } else { + if (yych <= 0x93) goto yy1980; + if (yych == 0xA0) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1980; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1980; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5251; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy8338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy5251; + goto yy2; +yy8339: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1980; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBA) goto yy5251; + goto yy2; + } +yy8340: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy5251; + goto yy2; +yy8341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy5251; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5251; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy5251; + goto yy2; + } +yy8342: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } +yy8343: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy5251; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy8344: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1980; + goto yy2; +yy8345: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1980; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy8346: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5251; + if (yych <= 0x88) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAD) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy5251; + goto yy2; + } +yy8347: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy5251; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy8348: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5251; + goto yy1980; + } else { + if (yych == 0x86) goto yy1980; + goto yy5251; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1980; + if (yych <= 0xA2) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1980; + goto yy2; + } + } +yy8349: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy5251; + goto yy2; +yy8350: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0xB3) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy8351: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy5251; + if (yych <= 0xBA) goto yy2; + goto yy5251; + } else { + if (yych == 0xBD) goto yy5251; + goto yy2; + } + } +yy8352: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy5251; + } else { + if (yych <= 0xAD) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy8353: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5251; + if (yych <= 0x93) goto yy1980; + goto yy2; +yy8354: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5251; + if (yych <= 0xB6) goto yy1980; + goto yy2; +yy8355: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5251; + goto yy1980; + } else { + if (yych <= 0x8B) goto yy5251; + if (yych <= 0x8D) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } + } +yy8356: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy5251; + goto yy1980; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy5251; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1980; + goto yy2; + } + } +yy8357: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy5251; + goto yy2; + } else { + if (yych <= 0x8E) goto yy5251; + if (yych <= 0x90) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy5251; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy8358: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5251; + if (yych <= 0x9B) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA5) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy8359: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy5251; + if (yych <= 0xAA) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy8360: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5251; + goto yy2; + } else { + if (yych <= 0x97) goto yy5251; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy5251; + goto yy1980; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1980; + if (yych <= 0xB6) goto yy5251; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy5251; + goto yy2; + } + } +yy8361: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5251; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy8362: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy8363: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy8364: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy5251; + goto yy2; +yy8365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy8366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5251; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy8367: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5251; + goto yy2; + } else { + if (yych <= 0xBB) goto yy5251; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } +yy8368: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1980; + if (yych <= 0x9F) goto yy2; + goto yy1980; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy200; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } +yy8369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1980; + goto yy2; + } else { + if (yych <= 0x92) goto yy200; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1980; + goto yy200; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1980; + if (yych == 0xA9) goto yy1980; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy8370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy5251; + goto yy2; +yy8371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych == 0x8B) goto yy1980; + if (yych <= 0x8C) goto yy2; + goto yy200; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy5251; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy8372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0x9A) goto yy5251; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1980; + goto yy2; + } +yy8373: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11147; + case 0x81: goto yy11148; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy5255; + case 0x83: goto yy11149; + case 0x84: goto yy10114; + case 0x85: goto yy10115; + case 0x86: goto yy10116; + case 0x87: goto yy10117; + case 0x8A: goto yy11150; + case 0x8B: goto yy11151; + case 0x8C: goto yy11152; + case 0x8D: goto yy11153; + case 0x8E: goto yy11154; + case 0x8F: goto yy11155; + case 0x92: goto yy11156; + case 0x94: goto yy11157; + case 0x95: goto yy11158; + case 0x9C: goto yy11159; + case 0x9D: goto yy11160; + case 0xA0: goto yy11161; + case 0xA1: goto yy11162; + case 0xA2: goto yy11163; + case 0xA3: goto yy11164; + case 0xA4: goto yy11165; + case 0xA6: goto yy11166; + case 0xA8: goto yy11167; + case 0xA9: goto yy11168; + case 0xAA: goto yy11169; + case 0xAB: goto yy11170; + case 0xAC: goto yy8310; + case 0xAD: goto yy11171; + case 0xAE: goto yy11172; + case 0xB1: goto yy11173; + case 0xB2: + case 0xB3: goto yy11174; + default: goto yy2; + } +yy8374: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11175; + case 0x81: goto yy10144; + case 0x82: goto yy11176; + case 0x83: goto yy11177; + case 0x84: goto yy11178; + case 0x85: goto yy11179; + case 0x86: goto yy11180; + case 0x87: goto yy11181; + case 0x88: goto yy11182; + case 0x8A: goto yy11183; + case 0x8B: goto yy11184; + case 0x8C: goto yy11185; + case 0x8D: goto yy11186; + case 0x92: + case 0x98: goto yy11187; + case 0x93: goto yy11188; + case 0x96: goto yy11189; + case 0x97: goto yy11190; + case 0x99: goto yy11191; + case 0x9A: goto yy11192; + case 0x9B: goto yy2362; + case 0x9C: goto yy10162; + case 0xA2: goto yy11193; + case 0xA3: goto yy11194; + case 0xAB: goto yy11195; + default: goto yy2; + } +yy8375: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy5255; + goto yy11196; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy5255; + if (yych <= 0x95) goto yy11197; + goto yy2; + } +yy8376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5255; + if (yych <= 0x90) goto yy11198; + goto yy2; +yy8377: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy5255; + if (yych <= 0x99) goto yy11199; + goto yy2; +yy8378: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy5255; + case 0xA8: goto yy11195; + case 0xA9: goto yy11200; + case 0xAB: goto yy11201; + case 0xAC: goto yy11202; + case 0xAD: goto yy11203; + case 0xAE: goto yy11204; + case 0xBD: goto yy11205; + case 0xBE: goto yy10176; + default: goto yy2; + } +yy8379: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy5255; + if (yych <= 0xB1) goto yy11206; + if (yych <= 0xB2) goto yy11207; + goto yy2; +yy8380: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy3686; + case 0x83: goto yy10179; + case 0x84: goto yy10180; + case 0x85: goto yy10181; + case 0x87: goto yy10182; + case 0x89: goto yy10183; + case 0x8D: goto yy10184; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy5255; + case 0x91: goto yy11208; + case 0x92: goto yy11209; + case 0x93: goto yy11210; + case 0x94: goto yy11211; + case 0x95: goto yy11212; + case 0x9A: goto yy11213; + case 0x9B: goto yy11214; + case 0x9C: goto yy11215; + case 0x9D: goto yy11216; + case 0x9E: goto yy11217; + case 0x9F: goto yy11218; + case 0xAA: goto yy10196; + default: goto yy2; + } +yy8381: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy5255; + if (yych <= 0xA3) goto yy11219; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy11220; + goto yy11221; + } else { + if (yych <= 0xBA) goto yy11222; + if (yych <= 0xBB) goto yy10201; + goto yy2; + } + } +yy8382: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy113; + case 0xAA: + case 0xB5: + case 0xBA: goto yy5408; + default: goto yy2; + } +yy8383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5408; + goto yy113; + } else { + if (yych == 0xB7) goto yy113; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy8384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB3) goto yy5408; + if (yych <= 0xB4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy5408; + if (yych <= 0xBA) goto yy2; + goto yy5408; + } else { + if (yych == 0xBF) goto yy5408; + goto yy2; + } + } +yy8385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy5408; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy5408; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy8386: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy113; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy8387: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5408; + if (yych <= 0x89) goto yy113; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy8388: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych == 0x8A) goto yy2598; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy2598; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy8389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy5408; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy5408; + goto yy2; + } + } +yy8390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy113; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy8391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy5408; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy5408; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy8392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy5408; + goto yy2; + } else { + if (yych <= 0x95) goto yy5408; + if (yych == 0x9D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy5408; + goto yy843; + } else { + if (yych <= 0xBC) goto yy5408; + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy8393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy5408; + goto yy113; + } else { + if (yych <= 0xAF) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy8394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy8395: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5408; + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy5408; + goto yy2; +yy8396: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy5408; + } else { + if (yych <= 0xB3) goto yy113; + if (yych == 0xB6) goto yy113; + goto yy2; + } +yy8397: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy11223; + case 0xA1: goto yy11224; + case 0xA2: goto yy8448; + case 0xA3: goto yy1251; + case 0xA4: goto yy11225; + case 0xA5: goto yy11226; + case 0xA6: goto yy11227; + case 0xA7: goto yy11228; + case 0xA8: goto yy11229; + case 0xA9: goto yy11230; + case 0xAA: goto yy11231; + case 0xAB: goto yy11232; + case 0xAC: goto yy11233; + case 0xAD: goto yy11234; + case 0xAE: goto yy11235; + case 0xAF: goto yy11236; + case 0xB0: goto yy11237; + case 0xB1: goto yy11238; + case 0xB2: goto yy11239; + case 0xB3: goto yy11240; + case 0xB4: goto yy11241; + case 0xB5: goto yy11242; + case 0xB6: goto yy11243; + case 0xB7: goto yy11244; + case 0xB8: goto yy1272; + case 0xB9: goto yy10379; + case 0xBA: goto yy1274; + case 0xBB: goto yy10380; + case 0xBC: goto yy10381; + case 0xBD: goto yy1277; + case 0xBE: goto yy1278; + case 0xBF: goto yy1279; + default: goto yy2; + } +yy8398: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy10382; + case 0x82: goto yy11245; + case 0x83: goto yy8474; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy5412; + case 0x89: goto yy8475; + case 0x8A: goto yy8476; + case 0x8B: goto yy8477; + case 0x8C: goto yy8478; + case 0x8D: goto yy11246; + case 0x8E: goto yy11247; + case 0x8F: goto yy8481; + case 0x90: goto yy11248; + case 0x99: goto yy8483; + case 0x9A: goto yy8484; + case 0x9B: goto yy8485; + case 0x9C: goto yy11249; + case 0x9D: goto yy11250; + case 0x9E: goto yy1297; + case 0x9F: goto yy10398; + case 0xA0: goto yy11251; + case 0xA1: goto yy8490; + case 0xA2: goto yy11252; + case 0xA3: goto yy8492; + case 0xA4: goto yy11253; + case 0xA5: goto yy10404; + case 0xA7: goto yy10405; + case 0xA8: goto yy11254; + case 0xA9: goto yy1307; + case 0xAA: goto yy10407; + case 0xAC: goto yy1309; + case 0xAD: goto yy10408; + case 0xAE: goto yy11255; + case 0xAF: goto yy11256; + case 0xB0: goto yy11257; + case 0xB1: goto yy8502; + case 0xB3: goto yy11258; + case 0xB4: goto yy8504; + case 0xB5: goto yy8505; + case 0xB6: goto yy8506; + case 0xB7: goto yy1319; + case 0xBC: goto yy8507; + case 0xBD: goto yy8508; + case 0xBE: goto yy11259; + case 0xBF: goto yy11260; + default: goto yy2; + } +yy8399: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11261; + case 0x81: goto yy2027; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: goto yy11262; + case 0x85: goto yy11263; + case 0x86: goto yy11264; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x88: goto yy2642; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy8515; + case 0xB1: goto yy8516; + case 0xB2: goto yy5412; + case 0xB3: goto yy11265; + case 0xB4: goto yy8518; + case 0xB5: goto yy11266; + case 0xB6: goto yy8520; + case 0xB7: goto yy11267; + case 0xB8: goto yy2646; + case 0xBA: goto yy1354; + case 0xBB: goto yy709; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy8400: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11268; + case 0x82: goto yy2034; + case 0x84: goto yy8523; + case 0x86: goto yy11269; + case 0x87: goto yy2036; + case 0x88: goto yy1361; + case 0x89: goto yy1362; + case 0x8A: goto yy1363; + case 0x8B: goto yy2037; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy118; + default: goto yy2; + } +yy8401: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy572; + case 0x93: goto yy11270; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy5412; + case 0x98: goto yy8526; + case 0x99: goto yy11271; + case 0x9A: goto yy11272; + case 0x9B: goto yy11273; + case 0x9C: goto yy11274; + case 0x9D: goto yy5418; + case 0x9E: goto yy11275; + case 0x9F: goto yy8532; + case 0xA0: goto yy11276; + case 0xA1: goto yy8534; + case 0xA2: goto yy11277; + case 0xA3: goto yy11278; + case 0xA4: goto yy11279; + case 0xA5: goto yy11280; + case 0xA6: goto yy1380; + case 0xA7: goto yy10451; + case 0xA8: goto yy11281; + case 0xA9: goto yy11282; + case 0xAA: goto yy1384; + case 0xAB: goto yy11283; + case 0xAC: goto yy8543; + case 0xAD: goto yy11284; + case 0xAF: goto yy11285; + default: goto yy2; + } +yy8402: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy11286; + case 0xAD: goto yy8547; + case 0xAE: goto yy11287; + case 0xAF: goto yy11288; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy5412; + case 0xB4: goto yy8550; + case 0xB5: goto yy8551; + case 0xB6: goto yy8552; + case 0xB7: goto yy11289; + case 0xB8: goto yy11290; + case 0xB9: goto yy11291; + case 0xBB: goto yy8556; + case 0xBC: goto yy11292; + case 0xBD: goto yy11293; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy8403: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy11294; + case 0x91: goto yy11295; + case 0x92: goto yy8561; + case 0x93: goto yy8562; + case 0x94: goto yy8563; + case 0x96: goto yy11296; + case 0x9B: goto yy11297; + case 0x9D: goto yy11298; + case 0x9E: goto yy11299; + case 0x9F: goto yy1412; + default: goto yy2; + } +yy8404: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= ']') { + if (yych <= '-') { + if (yych <= '*') { + if (yych == '$') goto yy533; + goto yy2; + } else { + if (yych <= '+') goto yy533; + if (yych <= ',') goto yy2; + goto yy535; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy11026; + goto yy2; + } else { + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy2; + if (yych <= 'Z') goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '|') { + if (yych == '{') goto yy2; + goto yy533; + } else { + if (yych == '~') goto yy533; + goto yy2; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) goto yy536; + if (yych <= 0xC9) goto yy537; + goto yy538; + } else { + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy540; + goto yy541; + } + } + } + } else { + if (yych <= 0xDF) { + if (yych <= 0xD8) { + if (yych <= 0xD5) { + if (yych <= 0xD3) goto yy537; + if (yych <= 0xD4) goto yy542; + goto yy543; + } else { + if (yych <= 0xD6) goto yy544; + if (yych <= 0xD7) goto yy545; + goto yy546; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD9) goto yy11028; + if (yych <= 0xDA) goto yy537; + goto yy11029; + } else { + if (yych <= 0xDC) goto yy549; + if (yych <= 0xDD) goto yy550; + if (yych <= 0xDE) goto yy551; + goto yy11030; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE2) { + if (yych <= 0xE0) goto yy11031; + if (yych <= 0xE1) goto yy11032; + goto yy555; + } else { + if (yych <= 0xE3) goto yy556; + if (yych <= 0xE4) goto yy557; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy11033; + if (yych <= 0xEE) goto yy2; + goto yy11034; + } else { + if (yych <= 0xF0) goto yy11035; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy8405: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0xB3) goto yy113; + if (yych <= 0xB4) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy113; + if (yych <= 0xBA) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy202; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy8406: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych == 0x89) goto yy202; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy110; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } +yy8407: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy110; + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy202; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy8408: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x9F) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy113; + goto yy110; + } else { + if (yych == 0xAA) goto yy2; + goto yy857; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAC) goto yy202; + if (yych <= 0xAD) goto yy2; + goto yy113; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy8409: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + if (yych <= 0xAA) goto yy113; + goto yy110; + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy2; + goto yy110; + } else { + if (yych == 0xB8) goto yy202; + goto yy2; + } + } +yy8410: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11300; + case 0x81: goto yy10656; + case 0x82: goto yy661; + case 0x83: goto yy662; + case 0x84: goto yy663; + case 0x85: goto yy664; + case 0x86: goto yy665; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy121; + case 0x8C: goto yy666; + case 0x8F: goto yy667; + case 0x90: goto yy668; + case 0x91: goto yy669; + case 0x92: goto yy670; + case 0x93: goto yy671; + case 0x9D: goto yy672; + case 0x9E: goto yy673; + case 0x9F: goto yy674; + case 0xA6: goto yy675; + case 0xA7: goto yy676; + case 0xAD: goto yy677; + case 0xAE: goto yy678; + case 0xAF: goto yy679; + case 0xB0: goto yy680; + case 0xB1: goto yy681; + case 0xB2: goto yy118; + case 0xB3: goto yy682; + case 0xB4: goto yy683; + case 0xB5: goto yy684; + case 0xB6: goto yy685; + case 0xB7: goto yy686; + case 0xBA: goto yy687; + case 0xBB: goto yy688; + case 0xBF: goto yy689; + default: goto yy2; + } +yy8411: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy723; + case 0xAD: goto yy724; + case 0xAE: goto yy725; + case 0xAF: goto yy726; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy118; + case 0xB4: goto yy727; + case 0xB5: goto yy572; + case 0xB6: goto yy728; + case 0xB7: goto yy729; + case 0xB8: goto yy11301; + case 0xB9: goto yy11302; + case 0xBB: goto yy732; + case 0xBC: goto yy11303; + case 0xBD: goto yy734; + case 0xBF: goto yy735; + default: goto yy2; + } +yy8412: + yych = *++YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x90) goto yy113; + if (yych <= 0x97) goto yy110; + goto yy113; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy857; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy8413: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy110; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy110; + goto yy113; + } else { + if (yych == 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy113; + goto yy2; + } else { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xA3) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy857; + if (yych <= 0xB1) goto yy113; + goto yy110; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; + } + } + } +yy8414: + yych = *++YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x91) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy857; + goto yy110; + } else { + if (yych <= 0xB4) goto yy113; + if (yych <= 0xB5) goto yy110; + goto yy2; + } + } + } +yy8415: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x90) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy857; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy110; + } else { + if (yych == 0xB9) goto yy113; + goto yy2; + } + } + } +yy8416: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy113; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy857; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xB1) goto yy113; + goto yy2; + } + } + } +yy8417: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy113; + if (yych == 0x97) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy857; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy110; + goto yy2; + } + } +yy8418: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy113; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy857; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } + } +yy8419: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy113; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy857; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy113; + goto yy2; + } + } + } +yy8420: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x8E) goto yy113; + if (yych <= 0x96) goto yy2; + goto yy110; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy113; + if (yych <= 0xA3) goto yy110; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy857; + goto yy2; + } else { + if (yych <= 0xB9) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy8421: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + goto yy2; + } else { + if (yych <= 0x8A) goto yy110; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy857; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } + } +yy8422: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + goto yy2; +yy8423: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + goto yy2; +yy8424: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy857; + if (yych <= 0xB3) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy8425: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + goto yy2; + } else { + if (yych <= 0x99) goto yy110; + if (yych <= 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy110; + goto yy2; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy8426: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy110; + } else { + if (yych <= 0x99) goto yy857; + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy8427: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy110; + if (yych <= 0x9A) goto yy2; + goto yy110; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy857; + goto yy2; + } + } +yy8428: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy857; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy8429: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy110; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy857; + goto yy2; +yy8430: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy8431: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + goto yy2; + } else { + if (yych <= 0x99) goto yy857; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy110; + goto yy2; + } +yy8432: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy857; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy110; + goto yy2; + } +yy8433: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xA0) goto yy113; + goto yy110; + } else { + if (yych <= 0xAF) goto yy113; + if (yych <= 0xB9) goto yy857; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy8434: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + goto yy2; + } else { + if (yych <= 0x8F) goto yy113; + if (yych <= 0x99) goto yy857; + if (yych <= 0xB7) goto yy113; + goto yy2; + } +yy8435: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xA9) goto yy857; + if (yych <= 0xAB) goto yy113; + goto yy2; + } +yy8436: + yych = *++YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy857; + if (yych <= 0x9F) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy113; + if (yych <= 0xBA) goto yy2; + goto yy113; + } else { + if (yych == 0xBD) goto yy113; + goto yy2; + } + } +yy8437: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + goto yy113; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy8438: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy857; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy857; + goto yy2; + } + } +yy8439: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy110; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy857; + if (yych <= 0xB6) goto yy2; + goto yy110; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } + } +yy8440: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy113; + if (yych <= 0xAA) goto yy110; + goto yy2; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy857; + goto yy2; + } +yy8441: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x8B) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy857; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy110; + goto yy2; + } else { + if (yych <= 0xBA) goto yy113; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy8442: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy2067; + case 0x81: goto yy2068; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy118; + case 0x83: goto yy1333; + case 0x84: goto yy2069; + case 0x85: goto yy2070; + case 0x86: goto yy2071; + case 0x87: goto yy2072; + case 0x8A: goto yy2073; + case 0x8B: goto yy2074; + case 0x8C: goto yy2075; + case 0x8D: goto yy2076; + case 0x8E: goto yy2077; + case 0x8F: goto yy2078; + case 0x92: goto yy11304; + case 0x94: goto yy2080; + case 0x95: goto yy2036; + case 0x9C: goto yy2049; + case 0x9D: goto yy2081; + case 0xA0: goto yy2082; + case 0xA1: goto yy2083; + case 0xA2: goto yy2084; + case 0xA3: goto yy2085; + case 0xA4: goto yy2086; + case 0xA6: goto yy2087; + case 0xA8: goto yy2088; + case 0xA9: goto yy2089; + case 0xAA: goto yy2090; + case 0xAB: goto yy2091; + case 0xAC: goto yy637; + case 0xAD: goto yy2092; + case 0xAE: goto yy2093; + case 0xB1: goto yy2094; + case 0xB2: + case 0xB3: goto yy2095; + default: goto yy2; + } +yy8443: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy2096; + case 0x81: goto yy11305; + case 0x82: goto yy2098; + case 0x83: goto yy11306; + case 0x84: goto yy11307; + case 0x85: goto yy2101; + case 0x86: goto yy2102; + case 0x87: goto yy11308; + case 0x88: goto yy2104; + case 0x8A: goto yy2105; + case 0x8B: goto yy11309; + case 0x8C: goto yy2107; + case 0x8D: goto yy2108; + case 0x92: + case 0x98: goto yy2109; + case 0x93: goto yy11310; + case 0x96: goto yy2111; + case 0x97: goto yy2112; + case 0x99: goto yy11311; + case 0x9A: goto yy2114; + case 0x9B: goto yy861; + case 0x9C: goto yy11312; + case 0xA2: goto yy2116; + case 0xA3: goto yy11313; + case 0xAB: goto yy2118; + default: goto yy2; + } +yy8444: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy118; + case 0xA8: goto yy2118; + case 0xA9: goto yy11314; + case 0xAB: goto yy2123; + case 0xAC: goto yy2124; + case 0xAD: goto yy11315; + case 0xAE: goto yy2028; + case 0xBD: goto yy2126; + case 0xBE: goto yy2127; + default: goto yy2; + } +yy8445: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy121; + case 0x83: goto yy2130; + case 0x84: goto yy2131; + case 0x85: goto yy2132; + case 0x87: goto yy2133; + case 0x89: goto yy2134; + case 0x8D: goto yy2135; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy118; + case 0x91: goto yy2136; + case 0x92: goto yy2137; + case 0x93: goto yy2138; + case 0x94: goto yy2139; + case 0x95: goto yy2140; + case 0x9A: goto yy2141; + case 0x9B: goto yy2142; + case 0x9C: goto yy2143; + case 0x9D: goto yy2144; + case 0x9E: goto yy2145; + case 0x9F: goto yy11316; + case 0xAA: goto yy2147; + default: goto yy2; + } +yy8446: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych == 0x9A) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy110; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy110; + goto yy2; + } + } +yy8447: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy5408; + if (yych <= 0x9B) goto yy110; + goto yy2; +yy8448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy5408; + goto yy2; +yy8449: + yych = *++YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy5408; + } else { + if (yych == 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy8450: + yych = *++YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x90) goto yy5408; + if (yych <= 0x97) goto yy110; + goto yy5408; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy8451: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5408; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5408; + goto yy2; + } else { + if (yych <= 0xB2) goto yy5408; + if (yych <= 0xB5) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy8452: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy110; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy110; + goto yy5408; + } else { + if (yych == 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy5408; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5408; + if (yych <= 0xA3) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy5408; + goto yy110; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; + } + } + } +yy8453: + yych = *++YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy5408; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy5408; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy5408; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy5408; + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy8454: + yych = *++YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x91) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy5408; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy110; + } else { + if (yych <= 0xB4) goto yy5408; + if (yych <= 0xB5) goto yy110; + goto yy2; + } + } + } +yy8455: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy5408; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy5408; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5408; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy8456: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x90) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy5408; + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy110; + } else { + if (yych == 0xB9) goto yy5408; + goto yy2; + } + } + } +yy8457: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy5408; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5408; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5408; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy8458: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xB1) goto yy5408; + goto yy2; + } + } + } +yy8459: + yych = *++YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy110; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy5408; + default: goto yy2; + } +yy8460: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy5408; + if (yych == 0x97) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy110; + goto yy2; + } + } +yy8461: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy8462: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } + } +yy8463: + yych = *++YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy5408; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy8464: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy5408; + goto yy2; + } + } + } +yy8465: + yych = *++YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy5408; + goto yy2; + } else { + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy8466: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x8E) goto yy5408; + if (yych <= 0x96) goto yy2; + goto yy110; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5408; + if (yych <= 0xA3) goto yy110; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } + } +yy8467: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy5408; + } else { + if (yych == 0xBD) goto yy5408; + goto yy2; + } + } +yy8468: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5408; + goto yy2; + } else { + if (yych <= 0x8A) goto yy110; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } + } +yy8469: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy8470: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy8471: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy843; + if (yych <= 0xB3) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy8472: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy110; + if (yych <= 0x9D) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy110; + goto yy2; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy8473: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy110; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy8474: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych == 0x87) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy5408; + if (yych <= 0x8F) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy8475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5408; + goto yy2; + } else { + if (yych <= 0x8D) goto yy5408; + if (yych <= 0x8F) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy5408; + goto yy2; + } else { + if (yych <= 0x9D) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy8476: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy5408; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy5408; + goto yy2; + } + } +yy8477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy5408; + if (yych <= 0x81) goto yy2; + goto yy5408; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy5408; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy8478: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5408; + goto yy2; + } else { + if (yych <= 0x95) goto yy5408; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy8479: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5408; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy110; + goto yy2; +yy8480: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5408; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy8481: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy5408; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy5408; + goto yy2; +yy8482: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy200; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy8483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy5408; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy8484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy8485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5408; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy5408; + goto yy2; +yy8486: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy5408; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy110; + goto yy2; + } else { + if (yych <= 0xB1) goto yy5408; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy8487: + yych = *++YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych <= 0x93) goto yy110; + if (yych <= 0x9F) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy5408; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } + } +yy8488: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy110; + if (yych <= 0x9A) goto yy2; + goto yy110; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } +yy8489: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy200; + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy8490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy5408; + goto yy2; +yy8491: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAA) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy8492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy5408; + goto yy2; +yy8493: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5408; + goto yy2; + } else { + if (yych <= 0xAB) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; + } +yy8494: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy110; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy8495: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy8496: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5408; + if (yych <= 0x9B) goto yy110; + goto yy2; +yy8497: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy110; + goto yy2; + } +yy8498: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy110; + goto yy2; + } +yy8499: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xA0) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAF) goto yy5408; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy8500: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5408; + if (yych <= 0xB3) goto yy110; + goto yy2; +yy8501: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy5408; + if (yych <= 0xB7) goto yy110; + goto yy2; +yy8502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy5408; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy5408; + goto yy2; + } +yy8503: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy110; + goto yy2; + } else { + if (yych <= 0xA8) goto yy110; + if (yych <= 0xAC) goto yy5408; + goto yy110; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy5408; + if (yych <= 0xB4) goto yy110; + goto yy5408; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy110; + goto yy2; + } + } +yy8504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy5408; + goto yy2; +yy8505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy8506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5408; + goto yy2; +yy8507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5408; + goto yy2; + } else { + if (yych <= 0x9D) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy8508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5408; + goto yy2; + } else { + if (yych <= 0x8D) goto yy5408; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy5408; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy5408; + goto yy2; + } + } +yy8509: + yych = *++YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy5408; + } else { + if (yych == 0xBE) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy8510: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0x84) goto yy5408; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy5408; + goto yy110; + } else { + if (yych <= 0x93) goto yy5408; + if (yych <= 0x95) goto yy2; + goto yy5408; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy110; + } else { + if (yych <= 0xAC) goto yy5408; + if (yych <= 0xAF) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy5408; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5408; + if (yych <= 0xBE) goto yy110; + goto yy2; + } + } + } +yy8511: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } +yy8512: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy110; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy5408; + default: goto yy2; + } +yy8513: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy5408; + } else { + if (yych == 0x8E) goto yy5408; + if (yych <= 0x8F) goto yy110; + goto yy2; + } +yy8514: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy5408; + goto yy2; + } else { + if (yych <= 0x8B) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy8515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy8516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5408; + goto yy2; + } else { + if (yych <= 0xBB) goto yy5408; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy8517: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAE) goto yy5408; + if (yych <= 0xB1) goto yy110; + if (yych <= 0xB3) goto yy5408; + goto yy2; + } +yy8518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy5408; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy5408; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy8519: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5408; + if (yych == 0xBF) goto yy110; + goto yy2; +yy8520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy5408; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy5408; + goto yy2; + } + } +yy8521: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy5408; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy8522: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x93) goto yy110; + if (yych == 0xA0) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy110; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy110; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5408; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } +yy8523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy5408; + goto yy2; +yy8524: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy110; + goto yy2; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBA) goto yy5408; + goto yy2; + } +yy8525: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy110; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy5408; + goto yy2; +yy8526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy5408; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5408; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy5408; + goto yy2; + } +yy8527: + yych = *++YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5408; + goto yy110; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } +yy8528: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy5408; + goto yy2; + } else { + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy8529: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy110; + goto yy2; +yy8530: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } else { + if (yych <= 0xA1) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy8531: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5408; + if (yych <= 0x88) goto yy2; + goto yy110; + } else { + if (yych <= 0xAD) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy5408; + goto yy2; + } +yy8532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy5408; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy8533: + yych = *++YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5408; + goto yy110; + } else { + if (yych == 0x86) goto yy110; + goto yy5408; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy110; + if (yych <= 0xA2) goto yy5408; + goto yy110; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy110; + goto yy2; + } + } +yy8534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy5408; + goto yy2; +yy8535: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0xB3) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy8536: + yych = *++YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy5408; + if (yych <= 0xBA) goto yy2; + goto yy5408; + } else { + if (yych == 0xBD) goto yy5408; + goto yy2; + } + } +yy8537: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy5408; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy8538: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5408; + if (yych <= 0x93) goto yy110; + goto yy2; +yy8539: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } + } +yy8540: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5408; + if (yych <= 0xB6) goto yy110; + goto yy2; +yy8541: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5408; + goto yy110; + } else { + if (yych <= 0x8B) goto yy5408; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy110; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } + } +yy8542: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy110; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy5408; + goto yy110; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy5408; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy110; + goto yy2; + } + } +yy8543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy5408; + goto yy2; + } else { + if (yych <= 0x8E) goto yy5408; + if (yych <= 0x90) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy5408; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy8544: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5408; + if (yych <= 0x9B) goto yy110; + goto yy2; + } else { + if (yych <= 0xA5) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy8545: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy5408; + if (yych <= 0xAA) goto yy110; + goto yy2; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy8546: + yych = *++YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5408; + goto yy2; + } else { + if (yych <= 0x97) goto yy5408; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy5408; + goto yy110; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy110; + if (yych <= 0xB6) goto yy5408; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy5408; + goto yy2; + } + } +yy8547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5408; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy8548: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy8549: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy110; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy8550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy5408; + goto yy2; +yy8551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy8552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5408; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy8553: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5408; + goto yy2; + } else { + if (yych <= 0xBB) goto yy5408; + if (yych <= 0xBD) goto yy110; + goto yy2; + } +yy8554: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy110; + if (yych <= 0x9F) goto yy2; + goto yy110; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy200; + if (yych <= 0xB4) goto yy110; + goto yy2; + } +yy8555: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy110; + goto yy2; + } else { + if (yych <= 0x92) goto yy200; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy110; + goto yy200; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy110; + if (yych == 0xA9) goto yy110; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy8556: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy5408; + goto yy2; +yy8557: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych == 0x8B) goto yy110; + if (yych <= 0x8C) goto yy2; + goto yy200; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy110; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy8558: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy110; + if (yych <= 0x9A) goto yy5408; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy110; + goto yy2; + } +yy8559: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy11317; + case 0x81: goto yy11318; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy5412; + case 0x83: goto yy11319; + case 0x84: goto yy2069; + case 0x85: goto yy2070; + case 0x86: goto yy2071; + case 0x87: goto yy2072; + case 0x8A: goto yy11320; + case 0x8B: goto yy11321; + case 0x8C: goto yy11322; + case 0x8D: goto yy11323; + case 0x8E: goto yy11324; + case 0x8F: goto yy11325; + case 0x92: goto yy11326; + case 0x94: goto yy11327; + case 0x95: goto yy11328; + case 0x9C: goto yy11329; + case 0x9D: goto yy11330; + case 0xA0: goto yy11331; + case 0xA1: goto yy11332; + case 0xA2: goto yy11333; + case 0xA3: goto yy11334; + case 0xA4: goto yy11335; + case 0xA6: goto yy11336; + case 0xA8: goto yy11337; + case 0xA9: goto yy11338; + case 0xAA: goto yy11339; + case 0xAB: goto yy11340; + case 0xAC: goto yy8492; + case 0xAD: goto yy11341; + case 0xAE: goto yy11342; + case 0xB1: goto yy11343; + case 0xB2: + case 0xB3: goto yy11344; + default: goto yy2; + } +yy8560: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy11345; + case 0x81: goto yy11346; + case 0x82: goto yy11347; + case 0x83: goto yy11348; + case 0x84: goto yy11349; + case 0x85: goto yy11350; + case 0x86: goto yy11351; + case 0x87: goto yy11352; + case 0x88: goto yy11353; + case 0x8A: goto yy11354; + case 0x8B: goto yy11355; + case 0x8C: goto yy11356; + case 0x8D: goto yy11357; + case 0x92: + case 0x98: goto yy11358; + case 0x93: goto yy11359; + case 0x96: goto yy11360; + case 0x97: goto yy11361; + case 0x99: goto yy11362; + case 0x9A: goto yy11363; + case 0x9B: goto yy2362; + case 0x9C: goto yy11364; + case 0xA2: goto yy11365; + case 0xA3: goto yy11366; + case 0xAB: goto yy11367; + default: goto yy2; + } +yy8561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy5412; + goto yy11368; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy5412; + if (yych <= 0x95) goto yy11369; + goto yy2; + } +yy8562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5412; + if (yych <= 0x90) goto yy11370; + goto yy2; +yy8563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy5412; + if (yych <= 0x99) goto yy11371; + goto yy2; +yy8564: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy5412; + case 0xA8: goto yy11367; + case 0xA9: goto yy11372; + case 0xAB: goto yy11373; + case 0xAC: goto yy11374; + case 0xAD: goto yy11375; + case 0xAE: goto yy11376; + case 0xBD: goto yy11377; + case 0xBE: goto yy2127; + default: goto yy2; + } +yy8565: + yych = *++YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy5412; + if (yych <= 0xB1) goto yy11378; + if (yych <= 0xB2) goto yy11379; + goto yy2; +yy8566: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy121; + case 0x83: goto yy2130; + case 0x84: goto yy2131; + case 0x85: goto yy2132; + case 0x87: goto yy2133; + case 0x89: goto yy2134; + case 0x8D: goto yy2135; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy5412; + case 0x91: goto yy11380; + case 0x92: goto yy11381; + case 0x93: goto yy11382; + case 0x94: goto yy11383; + case 0x95: goto yy11384; + case 0x9A: goto yy11385; + case 0x9B: goto yy11386; + case 0x9C: goto yy11387; + case 0x9D: goto yy11388; + case 0x9E: goto yy11389; + case 0x9F: goto yy11390; + case 0xAA: goto yy2147; + default: goto yy2; + } +yy8567: + yych = *++YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy5412; + if (yych <= 0xA3) goto yy11391; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy11392; + goto yy11393; + } else { + if (yych <= 0xBA) goto yy11394; + if (yych <= 0xBB) goto yy2152; + goto yy2; + } + } +yy8568: + yych = *++YYCURSOR; + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCF) { + if (yych <= 'Z') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy1763; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy1763; + goto yy2207; + } + } else { + if (yych <= '9') { + if (yych <= '/') goto yy1763; + if (yych <= '1') goto yy2400; + goto yy11395; + } else { + if (yych <= '?') goto yy1763; + if (yych <= '@') goto yy148; + goto yy2402; + } + } + } else { + if (yych <= 0xC2) { + if (yych <= '`') { + if (yych == '_') goto yy2207; + goto yy1763; + } else { + if (yych <= 'z') goto yy2402; + if (yych <= 0xC1) goto yy1763; + goto yy2404; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC3) goto yy2405; + if (yych <= 0xC9) goto yy2406; + goto yy2407; + } else { + if (yych <= 0xCC) goto yy1763; + if (yych <= 0xCD) goto yy2408; + if (yych <= 0xCE) goto yy2409; + goto yy2410; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy2411; + goto yy2406; + } else { + if (yych <= 0xD4) goto yy2412; + if (yych <= 0xD5) goto yy2413; + goto yy2414; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy2415; + if (yych <= 0xD8) goto yy2416; + goto yy2417; + } else { + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy2418; + goto yy2419; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy2420; + if (yych <= 0xDE) goto yy2421; + goto yy2422; + } else { + if (yych <= 0xE0) goto yy2423; + if (yych <= 0xE1) goto yy2424; + goto yy2425; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy2426; + if (yych <= 0xE9) goto yy1763; + goto yy2427; + } else { + if (yych <= 0xEE) goto yy1763; + if (yych <= 0xEF) goto yy2428; + if (yych <= 0xF0) goto yy2429; + goto yy1763; + } + } + } + } +yy8569: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCF) { + if (yych <= '^') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy208; + goto yy146; + } + } else { + if (yych <= '?') { + if (yych <= '/') goto yy208; + if (yych <= '9') goto yy11396; + goto yy208; + } else { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy803; + goto yy208; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= 'z') { + if (yych <= '_') goto yy146; + if (yych <= '`') goto yy208; + goto yy803; + } else { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy805; + goto yy806; + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + goto yy208; + } else { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy812; + goto yy807; + } else { + if (yych <= 0xD4) goto yy813; + if (yych <= 0xD5) goto yy814; + goto yy846; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy816; + if (yych <= 0xD8) goto yy847; + goto yy848; + } else { + if (yych <= 0xDA) goto yy807; + if (yych <= 0xDB) goto yy849; + goto yy820; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy850; + } else { + if (yych <= 0xE0) goto yy851; + if (yych <= 0xE1) goto yy852; + goto yy853; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy208; + goto yy854; + } else { + if (yych <= 0xEE) goto yy208; + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy208; + } + } + } + } +yy8570: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy534; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy781; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy11397; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy534; + goto yy41; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy870; + if (yych <= ']') goto yy41; + goto yy534; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy870; + goto yy41; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy41; + if (yych <= '~') goto yy534; + goto yy41; + } else { + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + if (yych <= 0xC9) goto yy874; + goto yy875; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy534; + if (yych <= 0xCD) goto yy2430; + if (yych <= 0xCE) goto yy877; + goto yy878; + } else { + if (yych == 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + goto yy880; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy2431; + if (yych <= 0xD7) goto yy883; + goto yy2432; + } else { + if (yych <= 0xD9) goto yy2433; + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy886; + goto yy887; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy2434; + goto yy891; + } else { + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy2435; + if (yych <= 0xE3) goto yy894; + goto yy534; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy895; + if (yych <= 0xEE) goto yy41; + goto yy2436; + } else { + if (yych <= 0xF0) goto yy897; + if (yych == 0xF3) goto yy534; + goto yy41; + } + } + } + } +yy8571: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xC9) { + if (yych <= ';') { + if (yych <= '*') { + if (yych <= '$') { + if (yych == ' ') goto yy11398; + if (yych <= '#') goto yy41; + goto yy111; + } else { + if (yych <= '%') goto yy146; + if (yych == '\'') goto yy200; + goto yy41; + } + } else { + if (yych <= '.') { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy202; + if (yych <= '-') goto yy11399; + goto yy11400; + } else { + if (yych <= '/') goto yy41; + if (yych <= '9') goto yy11401; + if (yych <= ':') goto yy41; + goto yy202; + } + } + } else { + if (yych <= '`') { + if (yych <= 'Z') { + if (yych <= '>') goto yy111; + if (yych <= '?') goto yy41; + if (yych <= '@') goto yy148; + goto yy206; + } else { + if (yych <= ']') goto yy41; + if (yych == '_') goto yy209; + goto yy111; + } + } else { + if (yych <= '}') { + if (yych <= 'z') goto yy206; + if (yych == '|') goto yy111; + goto yy41; + } else { + if (yych <= 0xC1) { + if (yych <= '~') goto yy111; + goto yy41; + } else { + if (yych <= 0xC2) goto yy211; + if (yych <= 0xC3) goto yy212; + goto yy213; + } + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCA) goto yy214; + if (yych <= 0xCC) goto yy111; + if (yych <= 0xCD) goto yy215; + goto yy216; + } else { + if (yych <= 0xCF) goto yy217; + if (yych == 0xD2) goto yy218; + goto yy213; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy219; + if (yych <= 0xD5) goto yy220; + if (yych <= 0xD6) goto yy221; + goto yy222; + } else { + if (yych <= 0xD8) goto yy223; + if (yych <= 0xD9) goto yy224; + if (yych <= 0xDA) goto yy213; + goto yy225; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy226; + if (yych <= 0xDD) goto yy227; + if (yych <= 0xDE) goto yy228; + goto yy229; + } else { + if (yych <= 0xE0) goto yy230; + if (yych <= 0xE1) goto yy231; + if (yych <= 0xE2) goto yy232; + goto yy233; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy111; + if (yych == 0xEA) goto yy234; + goto yy41; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy235; + goto yy236; + } else { + if (yych == 0xF3) goto yy111; + goto yy41; + } + } + } + } + } +yy8572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy1087; + } else { + if (yych == 0xBF) goto yy1087; + goto yy2; + } + } +yy8573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1087; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy1087; + goto yy2; +yy8574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy1087; + goto yy2; +yy8575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy8576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1087; + goto yy2; +yy8577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1087; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy8578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy1087; + goto yy2; + } else { + if (yych <= 0x89) goto yy1087; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy1087; + goto yy2; + } +yy8579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy8580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1087; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy1087; + goto yy2; +yy8581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy8582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1087; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy8583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy1087; + goto yy2; +yy8584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy1087; + goto yy2; +yy8585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1087; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy1087; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1087; + if (yych == 0xBF) goto yy1087; + goto yy2; + } + } +yy8586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB6) goto yy1087; + goto yy2; +yy8587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy1087; + goto yy2; +yy8588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy1087; + goto yy2; +yy8589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy1087; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy8590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych == 0x80) goto yy1087; + if (yych <= 0x8F) goto yy2; + goto yy1087; + } else { + if (yych <= 0x97) { + if (yych <= 0x94) goto yy2; + goto yy1087; + } else { + if (yych <= 0x98) goto yy2; + if (yych <= 0xB3) goto yy1087; + goto yy2; + } + } +yy8591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy1087; + goto yy2; +yy8592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1087; + goto yy2; +yy8593: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x88) goto yy2; + if (yych <= 0xA4) goto yy1087; + goto yy2; +yy8594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy1087; + goto yy2; +yy8595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1087; + goto yy2; +yy8596: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1087; + goto yy2; +yy8597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1087; + goto yy2; +yy8598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB7) goto yy1087; + goto yy2; +yy8599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xAF) goto yy1087; + goto yy2; +yy8600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy1087; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy8601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA6) goto yy1087; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy8602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy1087; + if (yych == 0xB6) goto yy1087; + goto yy2; +yy8603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB2) goto yy1087; + goto yy2; +yy8604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x84) goto yy1087; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych == 0x9B) goto yy2; + if (yych <= 0x9C) goto yy1087; + goto yy2; + } +yy8605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xAB) goto yy1087; + goto yy2; +yy8606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1087; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy1087; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1087; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } +yy8607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1087; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy8608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1087; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy1087; + goto yy2; +yy8609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1087; + goto yy2; + } else { + if (yych <= 0x87) goto yy1087; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy8610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9B) goto yy1087; + goto yy2; +yy8611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x84) goto yy1087; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy8612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1087; + goto yy2; +yy8613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1087; + goto yy843; + } else { + if (yych == 0xBF) goto yy1087; + goto yy2; + } +yy8614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy1087; + goto yy2; +yy8615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy1087; + goto yy2; +yy8616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1087; + goto yy2; +yy8617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1087; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy8618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1087; + goto yy2; +yy8619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } else { + if (yych <= 0xB7) goto yy1087; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy8620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1087; + goto yy2; +yy8621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1087; + if (yych == 0x90) goto yy1087; + goto yy2; +yy8622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1087; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy1087; + goto yy2; +yy8623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1087; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1087; + goto yy2; +yy8624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy8625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1087; + } else { + if (yych == 0xA2) goto yy1087; + if (yych <= 0xA4) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy1087; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1087; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } + } +yy8626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy8627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1087; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1087; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy1087; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy1087; + goto yy2; + } + } +yy8628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1087; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy1087; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } +yy8629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1087; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; +yy8630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych == 0x80) goto yy1087; + if (yych <= 0x81) goto yy2; + goto yy1087; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy2; + goto yy1087; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } + } +yy8631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1087; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy8632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1087; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy8633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1087; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + if (yych <= 0xBF) goto yy1087; + goto yy2; + } +yy8634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1087; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1087; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy8635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1087; + goto yy2; +yy8636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1087; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy1087; + } else { + if (yych == 0xA4) goto yy1087; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy1087; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy1087; + } else { + if (yych == 0xBB) goto yy1087; + goto yy2; + } + } + } +yy8637: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy1087; + default: goto yy2; + } +yy8638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy1087; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy1087; + goto yy2; + } + } +yy8639: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAA: + case 0xB5: + case 0xBA: goto yy5548; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy8640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy5548; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy5548; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } + } +yy8641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5548; + goto yy2; + } else { + if (yych <= 0x8A) goto yy2930; + if (yych == 0xBE) goto yy2930; + goto yy2; + } +yy8642: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy5548; + goto yy2; + } else { + if (yych <= 0xB2) goto yy5548; + if (yych == 0xB4) goto yy2930; + goto yy2; + } +yy8643: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: goto yy5562; + case 0x83: goto yy8669; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy5552; + case 0x89: goto yy8670; + case 0x8A: goto yy8671; + case 0x8B: goto yy8672; + case 0x8C: goto yy8673; + case 0x8D: + case 0xB6: goto yy8674; + case 0x8E: goto yy8675; + case 0x8F: goto yy8676; + case 0x90: goto yy11402; + case 0x99: goto yy8678; + case 0x9A: goto yy8679; + case 0x9B: goto yy8680; + case 0x9C: goto yy8681; + case 0x9D: goto yy8682; + case 0xA0: goto yy11403; + case 0xA1: goto yy8683; + case 0xA2: goto yy8684; + case 0xA3: goto yy8685; + case 0xA4: goto yy8686; + case 0xA8: goto yy8687; + case 0xAE: goto yy8688; + case 0xAF: goto yy8689; + case 0xB0: goto yy8690; + case 0xB1: goto yy8691; + case 0xB3: goto yy8692; + case 0xB4: goto yy8693; + case 0xB5: goto yy8694; + case 0xBC: goto yy8695; + case 0xBD: goto yy8696; + case 0xBE: goto yy8697; + case 0xBF: goto yy8698; + default: goto yy2; + } +yy8644: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych == 0x80) goto yy6381; + if (yych <= 0x83) goto yy2; + goto yy8699; + } else { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy8700; + goto yy8701; + } else { + if (yych == 0x88) goto yy6382; + goto yy2; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy8702; + goto yy8703; + } else { + if (yych <= 0xB2) goto yy5552; + if (yych <= 0xB3) goto yy8704; + goto yy8705; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy8706; + goto yy8707; + } else { + if (yych <= 0xB7) goto yy8708; + if (yych <= 0xB8) goto yy6383; + goto yy2; + } + } + } +yy8645: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy8730; + case 0xAD: goto yy8731; + case 0xAE: goto yy8732; + case 0xAF: goto yy8733; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy5552; + case 0xB4: goto yy8734; + case 0xB5: goto yy8735; + case 0xB6: goto yy8736; + case 0xB7: goto yy8737; + case 0xB8: goto yy6384; + case 0xB9: goto yy11404; + case 0xBB: goto yy8739; + case 0xBC: goto yy11405; + case 0xBD: goto yy8741; + default: goto yy2; + } +yy8646: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5548; + goto yy2; +yy8647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy5548; + goto yy2; +yy8648: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy5548; + goto yy2; +yy8649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0xB9) goto yy5548; + if (yych == 0xBD) goto yy5548; + goto yy2; +yy8650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x90) goto yy5548; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5548; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy8651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych == 0x80) goto yy5548; + if (yych <= 0x84) goto yy2; + goto yy5548; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy5548; + if (yych <= 0x92) goto yy2; + goto yy5548; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy5548; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy5548; + } else { + if (yych == 0xBD) goto yy5548; + goto yy2; + } + } + } +yy8652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych == 0x8E) goto yy5548; + if (yych <= 0x9B) goto yy2; + goto yy5548; + } else { + if (yych <= 0xA1) { + if (yych <= 0x9E) goto yy2; + goto yy5548; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy5548; + goto yy2; + } + } +yy8653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy5548; + goto yy2; + } else { + if (yych <= 0x90) goto yy5548; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5548; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy5548; + goto yy2; + } + } +yy8654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy5548; + goto yy2; + } else { + if (yych <= 0x9E) goto yy5548; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB4) goto yy5548; + goto yy2; + } +yy8655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8D) goto yy5548; + goto yy2; + } else { + if (yych == 0x92) goto yy2; + if (yych <= 0xA8) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5548; + goto yy2; + } else { + if (yych <= 0xB9) goto yy5548; + if (yych == 0xBD) goto yy5548; + goto yy2; + } + } +yy8656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych == 0x90) goto yy5548; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5548; + if (yych == 0xB9) goto yy5548; + goto yy2; + } +yy8657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy5548; + goto yy2; + } else { + if (yych <= 0x90) goto yy5548; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5548; + goto yy2; + } else { + if (yych <= 0xB9) goto yy5548; + if (yych == 0xBD) goto yy5548; + goto yy2; + } + } +yy8658: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy5548; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5548; + if (yych == 0xB1) goto yy5548; + goto yy2; + } +yy8659: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy5548; + default: goto yy2; + } +yy8660: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy5548; + goto yy2; +yy8661: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8C) { + if (yych <= 0x84) goto yy2; + goto yy5548; + } else { + if (yych <= 0x8D) goto yy2; + if (yych <= 0x90) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy5548; + } else { + if (yych == 0xBD) goto yy5548; + goto yy2; + } + } +yy8662: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5548; + goto yy2; +yy8663: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy5548; + goto yy2; + } else { + if (yych == 0x91) goto yy2; + goto yy5548; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA9) goto yy2; + if (yych <= 0xB3) goto yy5548; + goto yy2; + } else { + if (yych <= 0xB9) goto yy5548; + if (yych == 0xBD) goto yy5548; + goto yy2; + } + } +yy8664: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych == 0x9E) goto yy5548; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5548; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy5548; + goto yy2; + } +yy8665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy5548; + } else { + if (yych <= 0xBA) { + if (yych <= 0x91) goto yy2; + goto yy5548; + } else { + if (yych == 0xBD) goto yy5548; + goto yy2; + } + } +yy8666: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych == 0x8E) goto yy5548; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5548; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy8667: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy5548; + if (yych <= 0x99) goto yy2; + goto yy5548; + } else { + if (yych <= 0xBB) { + if (yych <= 0xB2) goto yy2; + goto yy5548; + } else { + if (yych == 0xBD) goto yy5548; + goto yy2; + } + } +yy8668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5548; + goto yy2; +yy8669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy5548; + } else { + if (yych == 0x87) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy5548; + if (yych <= 0x8F) goto yy2; + goto yy5548; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } + } +yy8670: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5548; + goto yy2; + } else { + if (yych <= 0x8D) goto yy5548; + if (yych <= 0x8F) goto yy2; + goto yy5548; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy5548; + goto yy2; + } else { + if (yych <= 0x9D) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } + } +yy8671: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy5548; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy5548; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy5548; + goto yy2; + } + } +yy8672: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy5548; + if (yych <= 0x81) goto yy2; + goto yy5548; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy5548; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } + } +yy8673: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5548; + goto yy2; + } else { + if (yych <= 0x95) goto yy5548; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy8674: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5548; + goto yy2; +yy8675: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy5548; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy5548; + goto yy2; +yy8677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy5548; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8680: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5548; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy5548; + goto yy2; +yy8681: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy5548; + goto yy2; + } else { + if (yych <= 0x91) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy5548; + goto yy2; + } +yy8682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy5548; + goto yy2; + } else { + if (yych == 0xAD) goto yy2; + if (yych <= 0xB0) goto yy5548; + goto yy2; + } +yy8683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy5548; + goto yy2; +yy8684: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5548; + goto yy2; + } else { + if (yych <= 0xAA) goto yy5548; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy8685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy5548; + goto yy2; +yy8686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5548; + goto yy2; +yy8687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5548; + goto yy2; +yy8688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x82) goto yy2; + if (yych <= 0xA0) goto yy5548; + goto yy2; + } else { + if (yych <= 0xAF) goto yy5548; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy8689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5548; + goto yy2; +yy8690: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy5548; + goto yy2; +yy8691: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy5548; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy5548; + goto yy2; +yy8692: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAC) goto yy5548; + goto yy2; + } else { + if (yych <= 0xB1) goto yy5548; + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy5548; + goto yy2; + } +yy8693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy5548; + goto yy2; +yy8694: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5548; + goto yy2; + } else { + if (yych <= 0x9D) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy8696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5548; + goto yy2; + } else { + if (yych <= 0x8D) goto yy5548; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy5548; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy5548; + goto yy2; + } + } +yy8697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy5548; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy5548; + goto yy2; + } +yy8698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x84) goto yy5548; + goto yy2; + } else { + if (yych <= 0x8C) goto yy5548; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9B) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAC) goto yy5548; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBC) goto yy5548; + goto yy2; + } + } +yy8699: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy5548; + default: goto yy2; + } +yy8700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0x89) goto yy5548; + if (yych == 0x8E) goto yy5548; + goto yy2; +yy8701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy5548; + goto yy2; +yy8702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8703: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5548; + goto yy2; + } else { + if (yych <= 0xBB) goto yy5548; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy8704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy5548; + goto yy2; + } else { + if (yych <= 0xAE) goto yy5548; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5548; + goto yy2; + } +yy8705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy5548; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy5548; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } + } +yy8706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5548; + goto yy2; +yy8707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy5548; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy5548; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy5548; + goto yy2; + } + } +yy8708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x87) goto yy2; + goto yy5548; + } else { + if (yych <= 0x96) { + if (yych <= 0x8F) goto yy2; + goto yy5548; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9E) goto yy5548; + goto yy2; + } + } +yy8709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBC) goto yy5548; + goto yy2; +yy8710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy5548; + goto yy2; +yy8711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBA) goto yy5548; + goto yy2; +yy8712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy5548; + goto yy2; +yy8713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy5548; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5548; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy5548; + goto yy2; + } +yy8714: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5548; + goto yy2; +yy8715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5548; + goto yy2; + } else { + if (yych <= 0xAD) goto yy5548; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy5548; + goto yy2; + } +yy8718: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy5548; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x82) goto yy2; + goto yy5548; + } else { + if (yych <= 0x8A) { + if (yych <= 0x86) goto yy2; + goto yy5548; + } else { + if (yych <= 0x8B) goto yy2; + if (yych <= 0xA2) goto yy5548; + goto yy2; + } + } +yy8720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy5548; + goto yy2; +yy8721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) goto yy2; + if (yych <= 0xB3) goto yy5548; + goto yy2; +yy8722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBA) { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB7) goto yy5548; + goto yy2; + } else { + if (yych == 0xBC) goto yy2; + if (yych <= 0xBD) goto yy5548; + goto yy2; + } +yy8723: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy5548; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5548; + goto yy2; +yy8725: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0x8B) goto yy5548; + goto yy2; +yy8726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy5548; + if (yych == 0xB2) goto yy5548; + goto yy2; +yy8727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy5548; + goto yy2; + } else { + if (yych <= 0x8E) goto yy5548; + if (yych <= 0x90) goto yy2; + goto yy5548; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy5548; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } + } +yy8728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5548; + goto yy2; + } else { + if (yych <= 0xA5) goto yy5548; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy8729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy5548; + goto yy2; +yy8730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5548; + goto yy2; + } else { + if (yych <= 0x97) goto yy5548; + if (yych == 0x9D) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB6) goto yy5548; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy5548; + goto yy2; + } + } +yy8731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5548; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy8732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy5548; + goto yy2; +yy8733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy5548; + goto yy2; +yy8735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5548; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5548; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy5548; + goto yy2; +yy8738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy8739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy5548; + goto yy2; +yy8740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy5548; + goto yy2; +yy8741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy5548; + goto yy2; +yy8742: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11406; + case 0x81: goto yy11407; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy5552; + case 0x83: goto yy11408; + case 0x8A: goto yy11409; + case 0x8B: goto yy11410; + case 0x8C: goto yy11411; + case 0x8D: goto yy11412; + case 0x8E: goto yy11413; + case 0x8F: goto yy11414; + case 0x92: goto yy11415; + case 0x94: goto yy11416; + case 0x95: goto yy8690; + case 0x9C: goto yy11417; + case 0x9D: goto yy11418; + case 0xA0: goto yy11419; + case 0xA1: goto yy11420; + case 0xA2: goto yy8686; + case 0xA3: goto yy11421; + case 0xA4: goto yy11422; + case 0xA6: goto yy11423; + case 0xA8: goto yy11424; + case 0xA9: goto yy11425; + case 0xAA: goto yy11426; + case 0xAB: goto yy11427; + case 0xAC: goto yy8685; + case 0xAD: goto yy11428; + case 0xAE: goto yy11429; + case 0xB1: goto yy11430; + case 0xB2: + case 0xB3: goto yy11431; + default: goto yy2; + } +yy8743: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11432; + case 0x82: goto yy11433; + case 0x83: goto yy11434; + case 0x84: goto yy11435; + case 0x85: goto yy11436; + case 0x86: goto yy11437; + case 0x87: goto yy11438; + case 0x88: goto yy11439; + case 0x8A: goto yy11440; + case 0x8B: goto yy8686; + case 0x8C: goto yy8657; + case 0x8D: goto yy11441; + case 0x92: + case 0x98: goto yy5553; + case 0x93: goto yy11442; + case 0x96: goto yy8714; + case 0x97: goto yy11443; + case 0x99: goto yy11444; + case 0x9A: goto yy11445; + case 0xA2: goto yy5562; + case 0xA3: goto yy11446; + case 0xAB: goto yy11447; + default: goto yy2; + } +yy8744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy5552; + goto yy11448; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy5552; + if (yych <= 0x95) goto yy11449; + goto yy2; + } +yy8745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5552; + if (yych <= 0x90) goto yy8714; + goto yy2; +yy8746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy5552; + if (yych <= 0x99) goto yy8668; + goto yy2; +yy8747: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy5552; + case 0xA8: goto yy11447; + case 0xA9: goto yy8686; + case 0xAB: goto yy11450; + case 0xAC: goto yy5553; + case 0xAD: goto yy11451; + case 0xAE: goto yy11452; + case 0xBD: goto yy11453; + default: goto yy2; + } +yy8748: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy5552; + if (yych <= 0xB1) goto yy11454; + if (yych <= 0xB2) goto yy11455; + goto yy2; +yy8749: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy5552; + case 0x91: goto yy11456; + case 0x92: goto yy11457; + case 0x93: goto yy11458; + case 0x94: goto yy11459; + case 0x95: goto yy11460; + case 0x9A: goto yy11461; + case 0x9B: goto yy11462; + case 0x9C: goto yy11463; + case 0x9D: goto yy11464; + case 0x9E: goto yy11465; + case 0x9F: goto yy8725; + default: goto yy2; + } +yy8750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy5552; + if (yych <= 0xA3) goto yy11466; + goto yy2; + } else { + if (yych <= 0xB8) goto yy11467; + if (yych <= 0xB9) goto yy11468; + if (yych <= 0xBA) goto yy11469; + goto yy2; + } +yy8751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x87) { + if (yych <= 0x86) goto yy2; + goto yy1564; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8E) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy843; + goto yy2930; + } else { + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy2939; + goto yy2; + } + } +yy8752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + goto yy5660; + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy5660; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy5660; + goto yy2; + } + } +yy8753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy5660; + goto yy2; +yy8754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; +yy8755: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy5660; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy5660; + if (yych <= 0x92) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy8758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8E) goto yy5660; + if (yych <= 0x96) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy5660; + goto yy2; + } + } + } +yy8759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy5660; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy5660; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy5660; + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy8760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + goto yy2; + } else { + if (yych <= 0x88) goto yy5660; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x91) goto yy5660; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9E) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB5) goto yy5660; + goto yy2; + } + } +yy8761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8E) goto yy2; + if (yych == 0x92) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy8762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy2; + } else { + if (yych == 0x8A) goto yy2; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x90) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA3) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB1) goto yy5660; + if (yych == 0xB9) goto yy5660; + goto yy2; + } + } +yy8763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy5660; + if (yych <= 0x92) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy8764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy2; + } else { + if (yych <= 0x88) goto yy5660; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x97) goto yy5660; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA3) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy5660; + goto yy2; + } + } +yy8765: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBE: + case 0xBF: goto yy5660; + default: goto yy2; + } +yy8766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy5660; + goto yy2; + } else { + if (yych <= 0x97) goto yy5660; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy5660; + goto yy2; + } + } +yy8767: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xA8) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB9) goto yy5660; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9A) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA3) goto yy5660; + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } +yy8769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB9) goto yy5660; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych <= 0x96) goto yy5660; + if (yych == 0x9E) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA3) goto yy5660; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy5660; + goto yy2; + } + } +yy8771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych == 0x91) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA3) goto yy5660; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy5660; + } else { + if (yych == 0xBD) goto yy5660; + goto yy2; + } + } +yy8774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5660; + goto yy2; + } else { + if (yych <= 0x8A) goto yy5660; + if (yych <= 0x8E) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; + } + } +yy8775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy5660; + goto yy2; + } else { + if (yych <= 0xBA) goto yy5660; + if (yych == 0xBF) goto yy5660; + goto yy2; + } +yy8776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy5660; + goto yy2; +yy8777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy5660; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBC) goto yy5660; + goto yy2; + } +yy8778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy5660; + goto yy2; +yy8779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych == 0x93) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xB3) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x87) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0x98) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy5660; + goto yy2; + } else { + if (yych <= 0x8F) goto yy5660; + if (yych <= 0x94) goto yy2; + if (yych <= 0x98) goto yy5660; + goto yy2; + } +yy8783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBE) goto yy5660; + goto yy2; +yy8784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x99) { + if (yych <= 0x95) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9D) goto yy2; + if (yych <= 0xA0) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0xA4) goto yy5660; + if (yych <= 0xA6) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } + } +yy8785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } else { + if (yych <= 0x8F) goto yy5660; + if (yych <= 0x99) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych == 0x87) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x8F) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5660; + goto yy2; + } else { + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x8F) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9D) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy5660; + goto yy2; + } + } +yy8789: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy5660; + if (yych <= 0x81) goto yy2; + goto yy5660; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy5660; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5660; + goto yy2; + } else { + if (yych <= 0x95) goto yy5660; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5660; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy5660; + goto yy2; +yy8792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy5660; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; +yy8794: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8795: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy5660; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8796: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5660; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy5660; + goto yy2; +yy8798: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy5660; + goto yy2; + } else { + if (yych <= 0x94) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } +yy8799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy5660; + if (yych <= 0x9F) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; + } + } +yy8800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy5660; + goto yy2; + } else { + if (yych == 0x9C) goto yy2; + if (yych <= 0x9D) goto yy5660; + goto yy2; + } +yy8802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy5660; + goto yy2; +yy8804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy5660; + goto yy2; +yy8806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAB) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy5660; + goto yy2; + } +yy8807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy5660; + goto yy2; +yy8808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5660; + if (yych == 0xBF) goto yy5660; + goto yy2; + } +yy8810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy5660; + goto yy2; +yy8811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy5660; + goto yy2; +yy8813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5660; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; +yy8815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy5660; + goto yy2; +yy8816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy5660; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy5660; + goto yy2; +yy8817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy5660; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy5660; + goto yy2; + } +yy8818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy5660; + goto yy2; +yy8819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5660; + goto yy2; +yy8821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy5660; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9D) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy2; + } else { + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy5660; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } + } +yy8824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy2; + } else { + if (yych <= 0x93) goto yy5660; + if (yych <= 0x95) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAF) goto yy5660; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBE) goto yy5660; + goto yy2; + } + } +yy8826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBF) goto yy5660; + goto yy2; +yy8827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych == 0x84) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy5660; + goto yy2; + } + } +yy8828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0x8C) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBE) goto yy5660; + goto yy2; +yy8829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB0) goto yy5660; + goto yy2; +yy8830: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5660; + goto yy2; +yy8831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy2; + } else { + if (yych <= 0x8B) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA8) goto yy5660; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8833: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy5660; + goto yy2; +yy8834: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy5660; + goto yy2; +yy8835: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy5660; + goto yy2; +yy8836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy5660; + goto yy2; +yy8838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5660; + goto yy2; +yy8839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA5) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0x98) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy5660; + goto yy2; + } else { + if (yych <= 0xBB) goto yy5660; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8843: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy5660; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB9) goto yy5660; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8845: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5660; + goto yy2; + } else { + if (yych <= 0x91) goto yy5660; + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAF) goto yy5660; + goto yy2; + } +yy8846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; + } else { + if (yych <= 0xBB) goto yy5660; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5660; + if (yych == 0xBF) goto yy5660; + goto yy2; +yy8850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy5660; + goto yy2; + } + } +yy8851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy5660; + goto yy2; +yy8854: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy5660; + goto yy2; + } else { + if (yych <= 0x93) goto yy5660; + if (yych == 0xA0) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy5660; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy5660; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8855: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy5660; + goto yy2; +yy8856: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy5660; + goto yy2; +yy8857: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy5660; + if (yych <= 0x95) goto yy2; + if (yych <= 0xBA) goto yy5660; + goto yy2; +yy8858: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy5660; + goto yy2; +yy8859: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5660; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8860: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5660; + goto yy2; + } else { + if (yych <= 0x90) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB0) goto yy5660; + goto yy2; +yy8862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy5660; + goto yy2; +yy8863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy5660; + goto yy2; +yy8864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy5660; + goto yy2; + } +yy8865: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; +yy8866: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy5660; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8867: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy5660; + goto yy2; +yy8868: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8869: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy5660; + goto yy2; + } +yy8870: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy5660; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8871: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy5660; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy5660; + goto yy2; +yy8872: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x9F) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy5660; + } else { + if (yych == 0xBD) goto yy5660; + goto yy2; + } + } +yy8873: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8874: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy5660; + goto yy2; +yy8875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8876: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy5660; + if (yych == 0xA5) goto yy5660; + goto yy2; +yy8877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy5660; + goto yy2; +yy8878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } +yy8879: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB7: + case 0xB8: + case 0xBE: + case 0xBF: goto yy5660; + default: goto yy2; + } +yy8880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x81) goto yy5660; + if (yych <= 0x9F) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy5660; + goto yy2; + } + } +yy8881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy5660; + goto yy2; + } else { + if (yych <= 0x8E) goto yy5660; + if (yych <= 0x90) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy5660; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA5) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAB) goto yy2; + if (yych <= 0xAD) goto yy5660; + goto yy2; +yy8884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0x97) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0xB7) goto yy2; + goto yy5660; + } else { + if (yych == 0xBE) goto yy5660; + goto yy2; + } + } +yy8885: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8886: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; +yy8888: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5660; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; +yy8890: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAF) goto yy5660; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } +yy8891: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy5660; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy5660; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8892: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy5660; + goto yy2; +yy8893: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy5660; + } else { + if (yych == 0x8B) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy5660; + if (yych <= 0xA0) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5660; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; + } +yy8895: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAE) goto yy5660; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } +yy8896: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11470; + case 0x81: goto yy11471; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy5663; + case 0x83: goto yy8833; + case 0x84: goto yy11472; + case 0x85: goto yy11473; + case 0x86: goto yy11474; + case 0x87: goto yy11475; + case 0x8A: goto yy11476; + case 0x8B: goto yy11477; + case 0x8C: goto yy11478; + case 0x8D: goto yy11479; + case 0x8E: goto yy11480; + case 0x8F: goto yy11481; + case 0x92: goto yy11482; + case 0x94: goto yy11483; + case 0x95: goto yy8858; + case 0x9C: goto yy8877; + case 0x9D: goto yy11484; + case 0xA0: goto yy11485; + case 0xA1: goto yy11486; + case 0xA2: goto yy11487; + case 0xA3: goto yy11488; + case 0xA4: goto yy11489; + case 0xA6: goto yy11490; + case 0xA8: goto yy11491; + case 0xA9: goto yy11492; + case 0xAA: goto yy11493; + case 0xAB: goto yy8834; + case 0xAC: goto yy8805; + case 0xAD: goto yy11494; + case 0xAE: goto yy11495; + case 0xB1: goto yy11496; + case 0xB2: + case 0xB3: goto yy11497; + default: goto yy2; + } +yy8897: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x86: + case 0x92: + case 0x98: goto yy5663; + case 0x81: goto yy11498; + case 0x82: goto yy8833; + case 0x83: goto yy11499; + case 0x84: goto yy11500; + case 0x85: goto yy11501; + case 0x87: goto yy11502; + case 0x88: goto yy11503; + case 0x8A: goto yy11504; + case 0x8B: goto yy11505; + case 0x8C: goto yy11506; + case 0x8D: goto yy11507; + case 0x93: goto yy11508; + case 0x96: goto yy11509; + case 0x97: goto yy11510; + case 0x99: goto yy11511; + case 0x9A: goto yy8815; + case 0x9C: goto yy11512; + case 0xA2: goto yy11513; + case 0xA3: goto yy11514; + case 0xAB: goto yy11515; + default: goto yy2; + } +yy8898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy5663; + goto yy11516; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy5663; + if (yych <= 0x95) goto yy11517; + goto yy2; + } +yy8899: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5663; + if (yych <= 0x90) goto yy11518; + goto yy2; +yy8900: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy5663; + if (yych <= 0x99) goto yy11519; + goto yy2; +yy8901: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy5663; + case 0xA8: goto yy11515; + case 0xA9: goto yy11487; + case 0xAB: goto yy11520; + case 0xAC: goto yy11521; + case 0xAD: goto yy11522; + case 0xAE: goto yy8830; + case 0xBD: goto yy11523; + case 0xBE: goto yy11524; + default: goto yy2; + } +yy8902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy5663; + if (yych <= 0xB1) goto yy11525; + if (yych <= 0xB2) goto yy11526; + goto yy2; +yy8903: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9B: + case 0x9C: + case 0x9D: + case 0x9E: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy5663; + case 0x83: goto yy8805; + case 0x84: goto yy11527; + case 0x85: goto yy11528; + case 0x87: goto yy11529; + case 0x89: goto yy11530; + case 0x8D: goto yy11531; + case 0x91: goto yy11532; + case 0x92: goto yy11533; + case 0x93: goto yy11534; + case 0x94: goto yy11535; + case 0x95: goto yy11536; + case 0x9A: goto yy11537; + case 0x9F: goto yy11538; + case 0xAA: goto yy11539; + default: goto yy2; + } +yy8904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy5663; + if (yych <= 0xA3) goto yy11540; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy11541; + goto yy11542; + } else { + if (yych <= 0xBA) goto yy11543; + if (yych <= 0xBB) goto yy11544; + goto yy2; + } + } +yy8905: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x85: goto yy11545; + case 0x81: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: goto yy5663; + case 0x82: goto yy11546; + case 0x83: goto yy11547; + case 0x84: goto yy11548; + case 0x86: goto yy8820; + case 0x87: goto yy11549; + case 0x88: goto yy11550; + case 0x89: goto yy11551; + case 0x95: goto yy11552; + case 0x96: goto yy11553; + case 0x9B: goto yy11554; + case 0x9D: goto yy8814; + case 0x9F: goto yy11555; + case 0xA0: goto yy11556; + case 0xA1: goto yy11557; + case 0xA2: goto yy11558; + case 0xA4: goto yy11559; + case 0xA6: goto yy11560; + case 0xA7: goto yy8807; + default: goto yy2; + } +yy8906: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0x86) goto yy5663; + if (yych <= 0x87) goto yy5664; + goto yy2; +yy8907: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy5660; + goto yy1766; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy5660; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy5034; + if (yych <= '.') goto yy7070; + if (yych <= '/') goto yy1766; + goto yy8907; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '@') goto yy1766; + goto yy8907; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy1766; + if (yych <= '`') goto yy5660; + goto yy8907; + } else { + if (yych == '|') goto yy5660; + if (yych <= '}') goto yy1766; + goto yy5660; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy5692; + if (yych <= 0xC3) goto yy5693; + goto yy5694; + } else { + if (yych <= 0xCA) goto yy5695; + if (yych <= 0xCB) goto yy5665; + if (yych <= 0xCC) goto yy5663; + goto yy5696; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy5697; + if (yych <= 0xCF) goto yy5698; + goto yy5694; + } else { + if (yych <= 0xD2) goto yy5699; + if (yych <= 0xD3) goto yy5694; + if (yych <= 0xD4) goto yy5700; + goto yy5701; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy5702; + if (yych <= 0xD7) goto yy5703; + if (yych <= 0xD8) goto yy5704; + goto yy5705; + } else { + if (yych <= 0xDA) goto yy5694; + if (yych <= 0xDB) goto yy5706; + if (yych <= 0xDC) goto yy5707; + goto yy5708; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy5709; + if (yych <= 0xDF) goto yy5710; + goto yy5711; + } else { + if (yych <= 0xE1) goto yy5712; + if (yych <= 0xE2) goto yy5713; + if (yych <= 0xE3) goto yy5714; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5715; + if (yych <= 0xEE) goto yy1766; + goto yy5716; + } else { + if (yych <= 0xF0) goto yy5717; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy8909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy8907; + } else { + if (yych == 0x9A) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy5660; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy5660; + goto yy2; + } + } +yy8910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy8907; + if (yych <= 0x9B) goto yy5660; + goto yy2; +yy8911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy8907; + goto yy2; +yy8912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy8907; + } else { + if (yych == 0xBD) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x90) goto yy8907; + if (yych <= 0x97) goto yy5660; + goto yy8907; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy5660; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy8914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy8907; + } else { + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy8907; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy8907; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy8907; + goto yy2; + } else { + if (yych <= 0xB2) goto yy8907; + if (yych <= 0xB5) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy8915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy5660; + goto yy8907; + } else { + if (yych == 0x97) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy8907; + goto yy2; + } else { + if (yych <= 0xA1) goto yy8907; + if (yych <= 0xA3) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy5660; + goto yy2; + } + } + } +yy8916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy8907; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy8907; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy8907; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy8907; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy8907; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy8907; + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy8917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych == 0x91) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy8907; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy5660; + } else { + if (yych <= 0xB4) goto yy8907; + if (yych <= 0xB5) goto yy5660; + goto yy2; + } + } + } +yy8918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy8907; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy8907; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy8907; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy8907; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy8919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych == 0x90) goto yy8907; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy8907; + if (yych <= 0xA3) goto yy5660; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy5660; + } else { + if (yych == 0xB9) goto yy8907; + goto yy2; + } + } + } +yy8920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy8907; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy8907; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy8907; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy8907; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy8921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy5660; + if (yych <= 0xB1) goto yy8907; + goto yy2; + } + } + } +yy8922: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy5660; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy8907; + default: goto yy2; + } +yy8923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy8907; + if (yych == 0x97) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy5660; + goto yy2; + } + } +yy8924: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy8907; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy8907; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy5660; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy8907; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } + } +yy8926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy8907; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy8907; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy8927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy5660; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy8907; + goto yy2; + } + } + } +yy8928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy8907; + goto yy2; + } else { + if (yych <= 0xBD) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8E) goto yy8907; + if (yych <= 0x96) goto yy2; + goto yy5660; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy8907; + if (yych <= 0xA3) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy5660; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } + } +yy8930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy8907; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy8907; + } else { + if (yych == 0xBD) goto yy8907; + goto yy2; + } + } +yy8931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy8907; + goto yy2; + } else { + if (yych <= 0x8A) goto yy5660; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; + } + } +yy8932: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy8933: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy8934: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy843; + if (yych <= 0xB3) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8935: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy5660; + if (yych <= 0x9D) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } + } +yy8936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy5660; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy8937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy8907; + } else { + if (yych == 0x87) goto yy8907; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy8907; + if (yych <= 0x8F) goto yy2; + goto yy8907; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy8938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy8907; + goto yy2; + } else { + if (yych <= 0x8D) goto yy8907; + if (yych <= 0x8F) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy8907; + goto yy2; + } else { + if (yych <= 0x9D) goto yy8907; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy8939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy8907; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy8907; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy8907; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy8907; + goto yy2; + } + } +yy8940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy8907; + if (yych <= 0x81) goto yy2; + goto yy8907; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy8907; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy8941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy8907; + goto yy2; + } else { + if (yych <= 0x95) goto yy8907; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy8942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy8907; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy5660; + goto yy2; +yy8943: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy8907; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy8944: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy8907; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy8907; + goto yy2; +yy8945: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy200; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy8946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy8907; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy8947: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy8907; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy8948: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy8907; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy8907; + goto yy2; +yy8949: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy8907; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB1) goto yy8907; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } + } +yy8950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy8907; + } else { + if (yych <= 0x93) goto yy5660; + if (yych <= 0x9F) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy8907; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; + } + } +yy8951: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy5660; + if (yych <= 0x9A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } +yy8952: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy200; + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy8953: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy8907; + goto yy2; +yy8954: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xAA) goto yy8907; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy8955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy8907; + goto yy2; +yy8956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy8907; + goto yy2; + } else { + if (yych <= 0xAB) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy5660; + goto yy2; + } +yy8957: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy5660; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy8958: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy8907; + if (yych <= 0x9B) goto yy5660; + goto yy2; +yy8960: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy5660; + goto yy2; + } +yy8961: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy5660; + goto yy2; + } +yy8962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xA0) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy8907; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy8963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy8907; + if (yych <= 0xB3) goto yy5660; + goto yy2; +yy8964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy8907; + if (yych <= 0xB7) goto yy5660; + goto yy2; +yy8965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy8907; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy8907; + goto yy2; + } +yy8966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA8) goto yy5660; + if (yych <= 0xAC) goto yy8907; + goto yy5660; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy8907; + if (yych <= 0xB4) goto yy5660; + goto yy8907; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy5660; + goto yy2; + } + } +yy8967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy8907; + goto yy2; +yy8968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy8969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy8907; + goto yy2; +yy8970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy8907; + goto yy2; + } else { + if (yych <= 0x9D) goto yy8907; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy8971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy8907; + goto yy2; + } else { + if (yych <= 0x8D) goto yy8907; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy8907; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy8907; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy8907; + goto yy2; + } + } +yy8972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy8907; + } else { + if (yych == 0xBE) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8973: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + if (yych <= 0x84) goto yy8907; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy8907; + goto yy5660; + } else { + if (yych <= 0x93) goto yy8907; + if (yych <= 0x95) goto yy2; + goto yy8907; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAC) goto yy8907; + if (yych <= 0xAF) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy8907; + goto yy2; + } else { + if (yych <= 0xBC) goto yy8907; + if (yych <= 0xBE) goto yy5660; + goto yy2; + } + } + } +yy8974: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } +yy8975: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy5660; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy8907; + default: goto yy2; + } +yy8976: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy8907; + } else { + if (yych == 0x8E) goto yy8907; + if (yych <= 0x8F) goto yy5660; + goto yy2; + } +yy8977: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy8907; + goto yy2; + } else { + if (yych <= 0x8B) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy8978: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy8979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy8980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy8907; + goto yy2; + } else { + if (yych <= 0xBB) goto yy8907; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy8981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xAE) goto yy8907; + if (yych <= 0xB1) goto yy5660; + if (yych <= 0xB3) goto yy8907; + goto yy2; + } +yy8982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy8907; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy8907; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy8983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy8907; + if (yych == 0xBF) goto yy5660; + goto yy2; +yy8984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy8907; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy8907; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy8907; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy8907; + goto yy2; + } + } +yy8985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy8907; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy8907; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy8907; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8986: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy5660; + goto yy2; + } else { + if (yych <= 0x93) goto yy5660; + if (yych == 0xA0) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy5660; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy5660; + goto yy2; + } else { + if (yych <= 0xBC) goto yy8907; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy8987: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy8907; + goto yy2; +yy8988: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xBA) goto yy8907; + goto yy2; + } +yy8989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy8907; + goto yy2; +yy8990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy8907; + goto yy2; + } else { + if (yych <= 0x9F) goto yy8907; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy8907; + goto yy2; + } +yy8991: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } +yy8992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy8907; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy8993: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy8907; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy5660; + goto yy2; +yy8994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5660; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy8995: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy8907; + if (yych <= 0x88) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAD) goto yy8907; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy8907; + goto yy2; + } +yy8996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy8907; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy8997: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy8907; + goto yy5660; + } else { + if (yych == 0x86) goto yy5660; + goto yy8907; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy5660; + if (yych <= 0xA2) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy5660; + goto yy2; + } + } +yy8998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy8907; + goto yy2; +yy8999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + if (yych <= 0xB3) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy9000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy8907; + if (yych <= 0xBA) goto yy2; + goto yy8907; + } else { + if (yych == 0xBD) goto yy8907; + goto yy2; + } + } +yy9001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy8907; + } else { + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy9002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy8907; + if (yych <= 0x93) goto yy5660; + goto yy2; +yy9003: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy5660; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } + } +yy9004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy8907; + if (yych <= 0xB6) goto yy5660; + goto yy2; +yy9005: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy8907; + goto yy5660; + } else { + if (yych <= 0x8B) goto yy8907; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } + } +yy9006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy8907; + goto yy5660; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy8907; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy5660; + goto yy2; + } + } +yy9007: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy8907; + goto yy2; + } else { + if (yych <= 0x8E) goto yy8907; + if (yych <= 0x90) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy8907; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy9008: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy8907; + if (yych <= 0x9B) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA5) goto yy8907; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy9009: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy8907; + if (yych <= 0xAA) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy9010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy8907; + goto yy2; + } else { + if (yych <= 0x97) goto yy8907; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy8907; + goto yy5660; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy5660; + if (yych <= 0xB6) goto yy8907; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy8907; + goto yy2; + } + } +yy9011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy8907; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy9012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy9013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy9014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy8907; + goto yy2; +yy9015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy9016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy8907; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy9017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy8907; + goto yy2; + } else { + if (yych <= 0xBB) goto yy8907; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } +yy9018: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5660; + if (yych <= 0x9F) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy200; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } +yy9019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy5660; + goto yy2; + } else { + if (yych <= 0x92) goto yy200; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy5660; + goto yy200; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy5660; + if (yych == 0xA9) goto yy5660; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy9020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy8907; + goto yy2; +yy9021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych == 0x8B) goto yy5660; + if (yych <= 0x8C) goto yy2; + goto yy200; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy8907; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy9022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy5660; + if (yych <= 0x9A) goto yy8907; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; + } +yy9023: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11561; + case 0x81: goto yy11562; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy5694; + case 0x83: goto yy11563; + case 0x84: goto yy11472; + case 0x85: goto yy11473; + case 0x86: goto yy11474; + case 0x87: goto yy11475; + case 0x8A: goto yy11564; + case 0x8B: goto yy11565; + case 0x8C: goto yy11566; + case 0x8D: goto yy11567; + case 0x8E: goto yy11568; + case 0x8F: goto yy11569; + case 0x92: goto yy11570; + case 0x94: goto yy11571; + case 0x95: goto yy11572; + case 0x9C: goto yy11573; + case 0x9D: goto yy11574; + case 0xA0: goto yy11575; + case 0xA1: goto yy11576; + case 0xA2: goto yy11577; + case 0xA3: goto yy11578; + case 0xA4: goto yy11579; + case 0xA6: goto yy11580; + case 0xA8: goto yy11581; + case 0xA9: goto yy11582; + case 0xAA: goto yy11583; + case 0xAB: goto yy11584; + case 0xAC: goto yy8955; + case 0xAD: goto yy11585; + case 0xAE: goto yy11586; + case 0xB1: goto yy11587; + case 0xB2: + case 0xB3: goto yy11588; + default: goto yy2; + } +yy9024: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11589; + case 0x81: goto yy11590; + case 0x82: goto yy11591; + case 0x83: goto yy11592; + case 0x84: goto yy11593; + case 0x85: goto yy11594; + case 0x86: goto yy11595; + case 0x87: goto yy11596; + case 0x88: goto yy11597; + case 0x8A: goto yy11598; + case 0x8B: goto yy11599; + case 0x8C: goto yy11600; + case 0x8D: goto yy11601; + case 0x92: + case 0x98: goto yy11602; + case 0x93: goto yy11603; + case 0x96: goto yy11604; + case 0x97: goto yy11605; + case 0x99: goto yy11606; + case 0x9A: goto yy11607; + case 0x9B: goto yy2362; + case 0x9C: goto yy11608; + case 0xA2: goto yy11609; + case 0xA3: goto yy11610; + case 0xAB: goto yy11611; + default: goto yy2; + } +yy9025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy5694; + goto yy11612; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy5694; + if (yych <= 0x95) goto yy11613; + goto yy2; + } +yy9026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5694; + if (yych <= 0x90) goto yy11614; + goto yy2; +yy9027: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy5694; + if (yych <= 0x99) goto yy11615; + goto yy2; +yy9028: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy5694; + case 0xA8: goto yy11611; + case 0xA9: goto yy11616; + case 0xAB: goto yy11617; + case 0xAC: goto yy11618; + case 0xAD: goto yy11619; + case 0xAE: goto yy11620; + case 0xBD: goto yy11621; + case 0xBE: goto yy11524; + default: goto yy2; + } +yy9029: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy5694; + if (yych <= 0xB1) goto yy11622; + if (yych <= 0xB2) goto yy11623; + goto yy2; +yy9030: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy5663; + case 0x83: goto yy8805; + case 0x84: goto yy11527; + case 0x85: goto yy11528; + case 0x87: goto yy11529; + case 0x89: goto yy11530; + case 0x8D: goto yy11531; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy5694; + case 0x91: goto yy11624; + case 0x92: goto yy11625; + case 0x93: goto yy11626; + case 0x94: goto yy11627; + case 0x95: goto yy11628; + case 0x9A: goto yy11629; + case 0x9B: goto yy11630; + case 0x9C: goto yy11631; + case 0x9D: goto yy11632; + case 0x9E: goto yy11633; + case 0x9F: goto yy11634; + case 0xAA: goto yy11539; + default: goto yy2; + } +yy9031: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy5694; + if (yych <= 0xA3) goto yy11635; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy11636; + goto yy11637; + } else { + if (yych <= 0xBA) goto yy11638; + if (yych <= 0xBB) goto yy11544; + goto yy2; + } + } +yy9032: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy5660; + case 0xAA: + case 0xB5: + case 0xBA: goto yy9040; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy9033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x91) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy2; + } else { + if (yych == 0x97) goto yy11639; + goto yy5660; + } + } else { + if (yych <= 0xAC) { + if (yych <= 0xA4) goto yy2; + if (yych <= 0xAB) goto yy5660; + goto yy2; + } else { + if (yych == 0xAE) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy9034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy9040; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy9040; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy9040; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy9035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy9040; + } else { + if (yych == 0x8A) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBE) goto yy1564; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy9036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy5660; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy9040; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9040; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy9037: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8783; + case 0x81: goto yy8935; + case 0x82: goto yy9065; + case 0x83: goto yy9066; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy5722; + case 0x89: goto yy9067; + case 0x8A: goto yy9068; + case 0x8B: goto yy9069; + case 0x8C: goto yy9070; + case 0x8D: goto yy9071; + case 0x8E: goto yy9072; + case 0x8F: goto yy9073; + case 0x90: goto yy11640; + case 0x99: goto yy9075; + case 0x9A: goto yy9076; + case 0x9B: goto yy9077; + case 0x9C: goto yy9078; + case 0x9D: goto yy9079; + case 0x9E: goto yy8800; + case 0x9F: goto yy8951; + case 0xA0: goto yy11641; + case 0xA1: goto yy9081; + case 0xA2: goto yy9082; + case 0xA3: goto yy9083; + case 0xA4: goto yy9084; + case 0xA5: goto yy8957; + case 0xA7: goto yy8958; + case 0xA8: goto yy9085; + case 0xA9: goto yy8809; + case 0xAA: goto yy8960; + case 0xAC: goto yy8811; + case 0xAD: goto yy8961; + case 0xAE: goto yy9086; + case 0xAF: goto yy9087; + case 0xB0: goto yy9088; + case 0xB1: goto yy9089; + case 0xB3: goto yy9090; + case 0xB4: goto yy9091; + case 0xB5: goto yy9092; + case 0xB6: goto yy9093; + case 0xB7: goto yy8821; + case 0xBC: goto yy9094; + case 0xBD: goto yy9095; + case 0xBE: goto yy9096; + case 0xBF: goto yy9097; + default: goto yy2; + } +yy9038: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11642; + case 0x81: goto yy8827; + case 0x82: goto yy8828; + case 0x83: goto yy8829; + case 0x84: goto yy9099; + case 0x85: goto yy9100; + case 0x86: goto yy9101; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy5663; + case 0x88: goto yy11643; + case 0x8C: goto yy8832; + case 0x8F: goto yy8833; + case 0x90: goto yy8834; + case 0x91: goto yy8835; + case 0x92: goto yy8836; + case 0x93: goto yy8837; + case 0x9D: goto yy8838; + case 0x9E: goto yy8839; + case 0x9F: goto yy8840; + case 0xA6: goto yy8841; + case 0xA7: goto yy8842; + case 0xAD: goto yy8843; + case 0xAE: goto yy8844; + case 0xAF: goto yy8845; + case 0xB0: goto yy9103; + case 0xB1: goto yy9104; + case 0xB2: goto yy5722; + case 0xB3: goto yy9105; + case 0xB4: goto yy9106; + case 0xB5: goto yy9107; + case 0xB6: goto yy9108; + case 0xB7: goto yy9109; + case 0xB8: goto yy5580; + case 0xBA: goto yy8852; + case 0xBB: goto yy8814; + case 0xBF: goto yy8853; + default: goto yy2; + } +yy9039: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy9133; + case 0xAD: goto yy9134; + case 0xAE: goto yy9135; + case 0xAF: goto yy9136; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy5722; + case 0xB4: goto yy9137; + case 0xB5: goto yy9138; + case 0xB6: goto yy9139; + case 0xB7: goto yy9140; + case 0xB8: goto yy11644; + case 0xB9: goto yy11645; + case 0xBB: goto yy9143; + case 0xBC: goto yy11646; + case 0xBD: goto yy9145; + case 0xBF: goto yy8895; + default: goto yy2; + } +yy9040: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy5660; + goto yy1766; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy5660; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6297; + if (yych <= '.') goto yy5876; + if (yych <= '/') goto yy1766; + goto yy8907; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + goto yy1766; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy9040; + if (yych <= ']') goto yy1766; + goto yy5660; + } else { + if (yych <= 'z') goto yy9040; + if (yych == '|') goto yy5660; + goto yy1766; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy5660; + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy9032; + goto yy5721; + } else { + if (yych <= 0xC9) goto yy5722; + if (yych <= 0xCA) goto yy5723; + if (yych <= 0xCB) goto yy9033; + goto yy5663; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy5724; + if (yych <= 0xCE) goto yy9034; + goto yy5726; + } else { + if (yych == 0xD2) goto yy5727; + if (yych <= 0xD3) goto yy5722; + goto yy5728; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy5729; + if (yych <= 0xD6) goto yy9035; + if (yych <= 0xD7) goto yy9036; + goto yy5732; + } else { + if (yych <= 0xD9) goto yy5733; + if (yych <= 0xDA) goto yy5722; + if (yych <= 0xDB) goto yy5734; + goto yy5735; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy5736; + if (yych <= 0xDE) goto yy5737; + if (yych <= 0xDF) goto yy5738; + goto yy5739; + } else { + if (yych <= 0xE1) goto yy9037; + if (yych <= 0xE2) goto yy9038; + if (yych <= 0xE3) goto yy5742; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5743; + if (yych <= 0xEE) goto yy1766; + goto yy9039; + } else { + if (yych <= 0xF0) goto yy5745; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy9042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy9040; + } else { + if (yych == 0x9A) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy5660; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy5660; + goto yy2; + } + } +yy9043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy9040; + if (yych <= 0x9B) goto yy5660; + goto yy2; +yy9044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy9040; + goto yy2; +yy9045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy9040; + } else { + if (yych == 0xBD) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy9046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x90) goto yy9040; + if (yych <= 0x97) goto yy5660; + goto yy9040; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy5660; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy9047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy9040; + } else { + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9040; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9040; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9040; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9040; + if (yych <= 0xB5) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy9048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy5660; + goto yy9040; + } else { + if (yych == 0x97) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy9040; + goto yy2; + } else { + if (yych <= 0xA1) goto yy9040; + if (yych <= 0xA3) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy5660; + goto yy2; + } + } + } +yy9049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy9040; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy9040; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy9040; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy9040; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy9040; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy9040; + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy9050: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych == 0x91) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy9040; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy5660; + } else { + if (yych <= 0xB4) goto yy9040; + if (yych <= 0xB5) goto yy5660; + goto yy2; + } + } + } +yy9051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy9040; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy9040; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9040; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9040; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy9052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych == 0x90) goto yy9040; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy9040; + if (yych <= 0xA3) goto yy5660; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy5660; + } else { + if (yych == 0xB9) goto yy9040; + goto yy2; + } + } + } +yy9053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy9040; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9040; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9040; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9040; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy9054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy5660; + if (yych <= 0xB1) goto yy9040; + goto yy2; + } + } + } +yy9055: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy5660; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy9040; + default: goto yy2; + } +yy9056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy9040; + if (yych == 0x97) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy5660; + goto yy2; + } + } +yy9057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy9040; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy9040; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy9058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy5660; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy9040; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } + } +yy9059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy9040; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy9040; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy9060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy5660; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy9040; + goto yy2; + } + } + } +yy9061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy9040; + goto yy2; + } else { + if (yych <= 0xBD) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy9062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8E) goto yy9040; + if (yych <= 0x96) goto yy2; + goto yy5660; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9040; + if (yych <= 0xA3) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy5660; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } + } +yy9063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy9040; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy9040; + } else { + if (yych == 0xBD) goto yy9040; + goto yy2; + } + } +yy9064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9040; + goto yy2; + } else { + if (yych <= 0x8A) goto yy5660; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; + } + } +yy9065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy5660; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy9066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy9040; + } else { + if (yych == 0x87) goto yy9040; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy9040; + if (yych <= 0x8F) goto yy2; + goto yy9040; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy9067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9040; + goto yy2; + } else { + if (yych <= 0x8D) goto yy9040; + if (yych <= 0x8F) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy9040; + goto yy2; + } else { + if (yych <= 0x9D) goto yy9040; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy9068: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy9040; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy9040; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy9040; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy9040; + goto yy2; + } + } +yy9069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy9040; + if (yych <= 0x81) goto yy2; + goto yy9040; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy9040; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy9070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9040; + goto yy2; + } else { + if (yych <= 0x95) goto yy9040; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy9071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9040; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy5660; + goto yy2; +yy9072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9040; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy9073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy9040; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy9040; + goto yy2; +yy9074: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy9075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy9040; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy9076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy9040; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy9077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9040; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy9040; + goto yy2; +yy9078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy9040; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB1) goto yy9040; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } + } +yy9079: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy9040; + } else { + if (yych <= 0x93) goto yy5660; + if (yych <= 0x9F) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy9040; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; + } + } +yy9080: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy9081: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy9040; + goto yy2; +yy9082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xAA) goto yy9040; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy9083: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy9040; + goto yy2; +yy9084: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9040; + goto yy2; + } else { + if (yych <= 0xAB) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy5660; + goto yy2; + } +yy9085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9040; + if (yych <= 0x9B) goto yy5660; + goto yy2; +yy9086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xA0) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy9040; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy9087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9040; + if (yych <= 0xB3) goto yy5660; + goto yy2; +yy9088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9040; + if (yych <= 0xB7) goto yy5660; + goto yy2; +yy9089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy9040; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy9040; + goto yy2; + } +yy9090: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA8) goto yy5660; + if (yych <= 0xAC) goto yy9040; + goto yy5660; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy9040; + if (yych <= 0xB4) goto yy5660; + goto yy9040; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy5660; + goto yy2; + } + } +yy9091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy9040; + goto yy2; +yy9092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy9093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9040; + goto yy2; +yy9094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9040; + goto yy2; + } else { + if (yych <= 0x9D) goto yy9040; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy9095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9040; + goto yy2; + } else { + if (yych <= 0x8D) goto yy9040; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy9040; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy9040; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy9040; + goto yy2; + } + } +yy9096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy9040; + } else { + if (yych == 0xBE) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy9097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + if (yych <= 0x84) goto yy9040; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy9040; + goto yy5660; + } else { + if (yych <= 0x93) goto yy9040; + if (yych <= 0x95) goto yy2; + goto yy9040; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAC) goto yy9040; + if (yych <= 0xAF) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy9040; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9040; + if (yych <= 0xBE) goto yy5660; + goto yy2; + } + } + } +yy9098: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1087; + if (yych <= 0x97) goto yy2; + goto yy1087; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1087; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } +yy9099: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy5660; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy9040; + default: goto yy2; + } +yy9100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy9040; + } else { + if (yych == 0x8E) goto yy9040; + if (yych <= 0x8F) goto yy5660; + goto yy2; + } +yy9101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy9040; + goto yy2; + } else { + if (yych <= 0x8B) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy9102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy9103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy9104: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9040; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9040; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy9105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xAE) goto yy9040; + if (yych <= 0xB1) goto yy5660; + if (yych <= 0xB3) goto yy9040; + goto yy2; + } +yy9106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy9040; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy9040; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy9107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9040; + if (yych == 0xBF) goto yy5660; + goto yy2; +yy9108: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy9040; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy9040; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy9040; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy9040; + goto yy2; + } + } +yy9109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy9040; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy9040; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy9040; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy9110: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy5660; + goto yy2; + } else { + if (yych <= 0x93) goto yy5660; + if (yych == 0xA0) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy5660; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy5660; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9040; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy9111: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy9040; + goto yy2; +yy9112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xBA) goto yy9040; + goto yy2; + } +yy9113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy9040; + goto yy2; +yy9114: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy9040; + goto yy2; + } else { + if (yych <= 0x9F) goto yy9040; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy9040; + goto yy2; + } +yy9115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } +yy9116: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy9040; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy9117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9040; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy5660; + goto yy2; +yy9118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5660; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy9119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9040; + if (yych <= 0x88) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAD) goto yy9040; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy9040; + goto yy2; + } +yy9120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy9040; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy9121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9040; + goto yy5660; + } else { + if (yych == 0x86) goto yy5660; + goto yy9040; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy5660; + if (yych <= 0xA2) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy5660; + goto yy2; + } + } +yy9122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy9040; + goto yy2; +yy9123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + if (yych <= 0xB3) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy9124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy9040; + if (yych <= 0xBA) goto yy2; + goto yy9040; + } else { + if (yych == 0xBD) goto yy9040; + goto yy2; + } + } +yy9125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy9040; + } else { + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy9126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9040; + if (yych <= 0x93) goto yy5660; + goto yy2; +yy9127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9040; + if (yych <= 0xB6) goto yy5660; + goto yy2; +yy9128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy9040; + goto yy5660; + } else { + if (yych <= 0x8B) goto yy9040; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } + } +yy9129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy9040; + goto yy5660; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy9040; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy5660; + goto yy2; + } + } +yy9130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy9040; + goto yy2; + } else { + if (yych <= 0x8E) goto yy9040; + if (yych <= 0x90) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy9040; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy9131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9040; + if (yych <= 0x9B) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA5) goto yy9040; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy9132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy9040; + if (yych <= 0xAA) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy9133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9040; + goto yy2; + } else { + if (yych <= 0x97) goto yy9040; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy9040; + goto yy5660; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy5660; + if (yych <= 0xB6) goto yy9040; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy9040; + goto yy2; + } + } +yy9134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9040; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy9135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy9136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy9137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy9040; + goto yy2; +yy9138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy9139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9040; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy9140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9040; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9040; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } +yy9141: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5660; + if (yych <= 0x9F) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy1087; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } +yy9142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy5660; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy5660; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy5660; + if (yych == 0xA9) goto yy5660; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy9143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy9040; + goto yy2; +yy9144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy5660; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy9040; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy9145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy5660; + if (yych <= 0x9A) goto yy9040; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; + } +yy9146: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11649; + case 0x81: goto yy11650; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy5722; + case 0x83: goto yy11651; + case 0x84: goto yy11472; + case 0x85: goto yy11473; + case 0x86: goto yy11474; + case 0x87: goto yy11475; + case 0x8A: goto yy11652; + case 0x8B: goto yy11653; + case 0x8C: goto yy11654; + case 0x8D: goto yy11655; + case 0x8E: goto yy11656; + case 0x8F: goto yy11657; + case 0x92: goto yy11658; + case 0x94: goto yy11659; + case 0x95: goto yy11660; + case 0x9C: goto yy11661; + case 0x9D: goto yy11662; + case 0xA0: goto yy11663; + case 0xA1: goto yy11664; + case 0xA2: goto yy11665; + case 0xA3: goto yy11666; + case 0xA4: goto yy11667; + case 0xA6: goto yy11668; + case 0xA8: goto yy11669; + case 0xA9: goto yy11670; + case 0xAA: goto yy11671; + case 0xAB: goto yy11672; + case 0xAC: goto yy9083; + case 0xAD: goto yy11673; + case 0xAE: goto yy11674; + case 0xB1: goto yy11675; + case 0xB2: + case 0xB3: goto yy11676; + default: goto yy2; + } +yy9147: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11677; + case 0x81: goto yy11590; + case 0x82: goto yy11678; + case 0x83: goto yy11679; + case 0x84: goto yy11680; + case 0x85: goto yy11681; + case 0x86: goto yy11682; + case 0x87: goto yy11683; + case 0x88: goto yy11684; + case 0x8A: goto yy11685; + case 0x8B: goto yy11686; + case 0x8C: goto yy11687; + case 0x8D: goto yy11688; + case 0x92: + case 0x98: goto yy11689; + case 0x93: goto yy11690; + case 0x96: goto yy11691; + case 0x97: goto yy11692; + case 0x99: goto yy11693; + case 0x9A: goto yy11694; + case 0x9B: goto yy2362; + case 0x9C: goto yy11608; + case 0xA2: goto yy11695; + case 0xA3: goto yy11696; + case 0xAB: goto yy11697; + default: goto yy2; + } +yy9148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy5722; + goto yy11698; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy5722; + if (yych <= 0x95) goto yy11699; + goto yy2; + } +yy9149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5722; + if (yych <= 0x90) goto yy11700; + goto yy2; +yy9150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy5722; + if (yych <= 0x99) goto yy11701; + goto yy2; +yy9151: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy5722; + case 0xA8: goto yy11697; + case 0xA9: goto yy11702; + case 0xAB: goto yy11703; + case 0xAC: goto yy11704; + case 0xAD: goto yy11705; + case 0xAE: goto yy11706; + case 0xBD: goto yy11707; + case 0xBE: goto yy11524; + default: goto yy2; + } +yy9152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy5722; + if (yych <= 0xB1) goto yy11708; + if (yych <= 0xB2) goto yy11709; + goto yy2; +yy9153: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy5663; + case 0x83: goto yy8805; + case 0x84: goto yy11527; + case 0x85: goto yy11528; + case 0x87: goto yy11529; + case 0x89: goto yy11530; + case 0x8D: goto yy11531; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy5722; + case 0x91: goto yy11710; + case 0x92: goto yy11711; + case 0x93: goto yy11712; + case 0x94: goto yy11713; + case 0x95: goto yy11714; + case 0x9A: goto yy11715; + case 0x9B: goto yy11716; + case 0x9C: goto yy11717; + case 0x9D: goto yy11718; + case 0x9E: goto yy11719; + case 0x9F: goto yy11720; + case 0xAA: goto yy11539; + default: goto yy2; + } +yy9154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy5722; + if (yych <= 0xA3) goto yy11721; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy11722; + goto yy11723; + } else { + if (yych <= 0xBA) goto yy11724; + if (yych <= 0xBB) goto yy11544; + goto yy2; + } + } +yy9155: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1952; + goto yy57; + } else { + if (yych <= '\'') goto yy2930; + if (yych == '+') goto yy1952; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6489; + if (yych <= '.') goto yy11725; + if (yych <= '/') goto yy57; + goto yy1952; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy1952; + goto yy57; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy9155; + if (yych <= ']') goto yy57; + goto yy1952; + } else { + if (yych <= 'z') goto yy9155; + if (yych == '|') goto yy1952; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy1952; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy11726; + goto yy9158; + } else { + if (yych <= 0xC9) goto yy9159; + if (yych <= 0xCA) goto yy9160; + if (yych <= 0xCB) goto yy3060; + goto yy1956; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy9161; + if (yych <= 0xCE) goto yy11727; + goto yy9163; + } else { + if (yych == 0xD2) goto yy9164; + if (yych <= 0xD3) goto yy9159; + goto yy9165; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy9166; + if (yych <= 0xD6) goto yy11728; + if (yych <= 0xD7) goto yy11729; + goto yy9169; + } else { + if (yych <= 0xD9) goto yy9170; + if (yych <= 0xDA) goto yy9159; + if (yych <= 0xDB) goto yy9171; + goto yy9172; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy9173; + if (yych <= 0xDE) goto yy9174; + if (yych <= 0xDF) goto yy9175; + goto yy9176; + } else { + if (yych <= 0xE1) goto yy11730; + if (yych <= 0xE2) goto yy11731; + if (yych <= 0xE3) goto yy9179; + goto yy3078; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9180; + if (yych <= 0xEE) goto yy57; + goto yy11732; + } else { + if (yych <= 0xF0) goto yy9182; + if (yych == 0xF3) goto yy3082; + goto yy57; + } + } + } + } +yy9157: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1952; + case 0xAA: + case 0xB5: + case 0xBA: goto yy9155; + default: goto yy2; + } +yy9158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9155; + goto yy1952; + } else { + if (yych == 0xB7) goto yy1952; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy9159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy9160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9155; + goto yy2; +yy9161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB3) goto yy9155; + if (yych <= 0xB4) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy9155; + if (yych <= 0xBA) goto yy2; + goto yy9155; + } else { + if (yych == 0xBF) goto yy9155; + goto yy2; + } + } +yy9162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy9155; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy9155; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy9163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1952; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy9164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9155; + if (yych <= 0x89) goto yy1952; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy9165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy9166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9155; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy9167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych == 0x8A) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy9168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1952; + if (yych <= 0x8F) goto yy2; + goto yy9155; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy9155; + goto yy2; + } + } +yy9169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1952; + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy9170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy9155; + if (yych <= 0x9F) goto yy1952; + goto yy2; + } else { + if (yych == 0xB0) goto yy1952; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy9171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy9155; + goto yy2; + } else { + if (yych <= 0x95) goto yy9155; + if (yych == 0x9D) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy9155; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9155; + if (yych <= 0xBE) goto yy1952; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy9172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy9173: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1952; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy9174: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9155; + if (yych <= 0xB0) goto yy1952; + if (yych <= 0xB1) goto yy9155; + goto yy2; +yy9175: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy9155; + goto yy1952; + } else { + if (yych == 0xB6) goto yy1952; + goto yy2; + } +yy9176: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy11733; + case 0xA1: goto yy11734; + case 0xA2: goto yy11735; + case 0xA3: goto yy5749; + case 0xA4: goto yy11736; + case 0xA5: goto yy11737; + case 0xA6: goto yy11738; + case 0xA7: goto yy11739; + case 0xA8: goto yy11740; + case 0xA9: goto yy11741; + case 0xAA: goto yy11742; + case 0xAB: goto yy11743; + case 0xAC: goto yy11744; + case 0xAD: goto yy11745; + case 0xAE: goto yy11746; + case 0xAF: goto yy11747; + case 0xB0: goto yy11748; + case 0xB1: goto yy11749; + case 0xB2: goto yy11750; + case 0xB3: goto yy11751; + case 0xB4: goto yy11752; + case 0xB5: goto yy11753; + case 0xB6: goto yy11754; + case 0xB7: goto yy11755; + case 0xB8: goto yy5770; + case 0xB9: goto yy7603; + case 0xBA: goto yy5772; + case 0xBB: goto yy7604; + case 0xBC: goto yy7605; + case 0xBD: goto yy5775; + case 0xBE: goto yy5776; + case 0xBF: goto yy5777; + default: goto yy2; + } +yy9177: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5778; + case 0x81: goto yy7606; + case 0x82: goto yy11756; + case 0x83: goto yy11757; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy9159; + case 0x89: goto yy11758; + case 0x8A: goto yy11759; + case 0x8B: goto yy11760; + case 0x8C: goto yy11761; + case 0x8D: goto yy11762; + case 0x8E: goto yy11763; + case 0x8F: goto yy11764; + case 0x90: goto yy11765; + case 0x99: goto yy11766; + case 0x9A: goto yy11767; + case 0x9B: goto yy11768; + case 0x9C: goto yy11769; + case 0x9D: goto yy11770; + case 0x9E: goto yy5786; + case 0x9F: goto yy7613; + case 0xA0: goto yy11771; + case 0xA1: goto yy11772; + case 0xA2: goto yy11773; + case 0xA3: goto yy11774; + case 0xA4: goto yy11775; + case 0xA5: goto yy7617; + case 0xA7: goto yy7618; + case 0xA8: goto yy11776; + case 0xA9: goto yy5794; + case 0xAA: goto yy7619; + case 0xAC: goto yy5796; + case 0xAD: goto yy7620; + case 0xAE: goto yy11777; + case 0xAF: goto yy11778; + case 0xB0: goto yy11779; + case 0xB1: goto yy11780; + case 0xB3: goto yy11781; + case 0xB4: goto yy11782; + case 0xB5: goto yy11783; + case 0xB6: goto yy11784; + case 0xB7: goto yy5802; + case 0xBC: goto yy11785; + case 0xBD: goto yy11786; + case 0xBE: goto yy11787; + case 0xBF: goto yy11788; + default: goto yy2; + } +yy9178: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7626; + case 0x81: goto yy5806; + case 0x82: goto yy5807; + case 0x83: goto yy5808; + case 0x84: goto yy11789; + case 0x85: goto yy11790; + case 0x86: goto yy11791; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1956; + case 0x8C: goto yy5813; + case 0x8F: goto yy5814; + case 0x90: goto yy5815; + case 0x91: goto yy5816; + case 0x92: goto yy5817; + case 0x93: goto yy5818; + case 0x9D: goto yy5819; + case 0x9E: goto yy5820; + case 0x9F: goto yy5821; + case 0xA6: goto yy5822; + case 0xA7: goto yy5823; + case 0xAD: goto yy5824; + case 0xAE: goto yy5825; + case 0xAF: goto yy5826; + case 0xB0: goto yy11792; + case 0xB1: goto yy11793; + case 0xB2: goto yy9159; + case 0xB3: goto yy11794; + case 0xB4: goto yy11795; + case 0xB5: goto yy11796; + case 0xB6: goto yy11797; + case 0xB7: goto yy11798; + case 0xB8: goto yy2032; + case 0xBA: goto yy5830; + case 0xBB: goto yy4638; + case 0xBF: goto yy5831; + default: goto yy2; + } +yy9179: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11799; + case 0x82: goto yy5833; + case 0x84: goto yy11800; + case 0x86: goto yy11801; + case 0x87: goto yy5835; + case 0x88: goto yy5836; + case 0x89: goto yy5837; + case 0x8A: goto yy5838; + case 0x8B: goto yy5839; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1956; + default: goto yy2; + } +yy9180: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4539; + case 0x93: goto yy11802; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy9159; + case 0x98: goto yy11803; + case 0x99: goto yy11804; + case 0x9A: goto yy11805; + case 0x9B: goto yy11806; + case 0x9C: goto yy11807; + case 0x9D: goto yy9165; + case 0x9E: goto yy11808; + case 0x9F: goto yy11809; + case 0xA0: goto yy11810; + case 0xA1: goto yy11811; + case 0xA2: goto yy11812; + case 0xA3: goto yy11813; + case 0xA4: goto yy11814; + case 0xA5: goto yy11815; + case 0xA6: goto yy5851; + case 0xA7: goto yy7643; + case 0xA8: goto yy11816; + case 0xA9: goto yy11817; + case 0xAA: goto yy5855; + case 0xAB: goto yy11818; + case 0xAC: goto yy11819; + case 0xAD: goto yy11820; + case 0xAF: goto yy11821; + default: goto yy2; + } +yy9181: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy11822; + case 0xAD: goto yy11823; + case 0xAE: goto yy11824; + case 0xAF: goto yy11825; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy9159; + case 0xB4: goto yy11826; + case 0xB5: goto yy11827; + case 0xB6: goto yy11828; + case 0xB7: goto yy11829; + case 0xB8: goto yy7652; + case 0xB9: goto yy11830; + case 0xBB: goto yy11831; + case 0xBC: goto yy11832; + case 0xBD: goto yy11833; + case 0xBF: goto yy5867; + default: goto yy2; + } +yy9182: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy11834; + case 0x91: goto yy11835; + case 0x92: goto yy11836; + case 0x93: goto yy11837; + case 0x94: goto yy11838; + case 0x96: goto yy11839; + case 0x9B: goto yy11840; + case 0x9D: goto yy11841; + case 0x9E: goto yy11842; + case 0x9F: goto yy5874; + default: goto yy2; + } +yy9183: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1952; + goto yy115; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy1952; + goto yy115; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6861; + if (yych <= '.') goto yy9246; + if (yych <= '/') goto yy115; + goto yy5136; + } else { + if (yych <= ';') goto yy115; + if (yych <= '>') goto yy1952; + if (yych <= '@') goto yy115; + goto yy3083; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy115; + if (yych <= '`') goto yy1952; + goto yy3083; + } else { + if (yych == '|') goto yy1952; + if (yych <= '}') goto yy115; + goto yy1952; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy115; + if (yych <= 0xC2) goto yy11843; + if (yych <= 0xC3) goto yy3059; + goto yy1133; + } else { + if (yych <= 0xCA) goto yy1134; + if (yych <= 0xCB) goto yy4531; + if (yych <= 0xCC) goto yy1956; + goto yy3061; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy11844; + if (yych <= 0xCF) goto yy3063; + goto yy1133; + } else { + if (yych <= 0xD2) goto yy3064; + if (yych <= 0xD3) goto yy1133; + if (yych <= 0xD4) goto yy1141; + goto yy1142; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy11845; + if (yych <= 0xD7) goto yy11846; + if (yych <= 0xD8) goto yy3067; + goto yy3068; + } else { + if (yych <= 0xDA) goto yy1133; + if (yych <= 0xDB) goto yy3069; + if (yych <= 0xDC) goto yy3070; + goto yy3071; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy3072; + if (yych <= 0xDF) goto yy3073; + goto yy3074; + } else { + if (yych <= 0xE1) goto yy11847; + if (yych <= 0xE2) goto yy11848; + if (yych <= 0xE3) goto yy3077; + goto yy3078; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy3079; + if (yych <= 0xEE) goto yy115; + goto yy11849; + } else { + if (yych <= 0xF0) goto yy3081; + if (yych == 0xF3) goto yy3082; + goto yy115; + } + } + } + } +yy9184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy9185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy9186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1952; + if (yych <= 0x8B) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9B) { + if (yych <= 0x8F) goto yy2; + goto yy1952; + } else { + if (yych == 0xA0) goto yy1952; + goto yy2; + } + } +yy9187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; +yy9188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy3083; + if (yych == 0xA0) goto yy1952; + goto yy2; +yy9189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy3083; + if (yych <= 0x81) goto yy2; + goto yy3083; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy3083; + if (yych <= 0xBA) goto yy1952; + goto yy2; + } +yy9190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3083; + goto yy2; + } else { + if (yych <= 0xB6) goto yy3083; + if (yych <= 0xB8) goto yy1952; + goto yy2; + } +yy9191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy3083; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych <= 0x86) goto yy1952; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1952; + goto yy3083; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1952; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } + } +yy9192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xA4) goto yy3083; + if (yych <= 0xA6) goto yy1952; + goto yy2; + } +yy9193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xB7) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy9194: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych == 0xBF) goto yy1952; + goto yy2; + } +yy9195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xAF) goto yy3083; + if (yych <= 0xBA) goto yy1952; + goto yy2; +yy9196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + goto yy3083; + } else { + if (yych <= 0xB4) goto yy1952; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy9197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy3083; + goto yy1952; + } else { + if (yych == 0xB6) goto yy3083; + goto yy2; + } +yy9198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xB2) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy9199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy3083; + if (yych <= 0x89) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy3083; + } else { + if (yych == 0x9C) goto yy3083; + goto yy2; + } + } +yy9200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy3083; + goto yy2; + } else { + if (yych <= 0xAB) goto yy3083; + if (yych <= 0xB7) goto yy1952; + goto yy2; + } +yy9201: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy9202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy3083; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3083; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3083; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3083; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3083; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy9203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych == 0x90) goto yy3083; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1952; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } + } + } +yy9204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3083; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy9205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x85) goto yy3083; + goto yy2; + } else { + if (yych <= 0x87) goto yy3083; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy9206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy9207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9B) goto yy3083; + if (yych <= 0x9D) goto yy1952; + goto yy2; + } +yy9208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1952; + goto yy2; + } else { + if (yych <= 0x84) goto yy3083; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy9209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3083; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy9210: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBF) goto yy1952; + goto yy2; + } +yy9211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy3083; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; +yy9212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3083; + goto yy1952; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy9213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1952; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy9214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy3083; + goto yy2; + } else { + if (yych <= 0x90) goto yy3083; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } +yy9215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x92) goto yy1952; + goto yy2; +yy9216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3083; + goto yy2; + } else { + if (yych <= 0x99) goto yy3083; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } +yy9217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy1952; + if (yych <= 0xA8) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy9218: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1952; + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy9219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1952; + goto yy2; +yy9220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy2; +yy9221: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; +yy9222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1952; + goto yy3083; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1952; + goto yy3083; + } else { + if (yych <= 0xBB) goto yy1952; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy9223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy3083; + goto yy1952; + } else { + if (yych == 0xB5) goto yy1952; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy9224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy3083; + goto yy1952; + } else { + if (yych == 0xAF) goto yy1952; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy9225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3083; + goto yy1952; + } else { + if (yych == 0xA9) goto yy1952; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } +yy9226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy3083; + goto yy1952; + } else { + if (yych <= 0x8B) goto yy3083; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy9227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + goto yy2; + } else { + if (yych == 0xA0) goto yy2; + if (yych <= 0xAF) goto yy1952; + goto yy2; + } +yy9228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy3083; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; +yy9229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1952; + goto yy2; +yy9230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy9231: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1952; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy9232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych == 0x90) goto yy2; + if (yych <= 0xB5) goto yy1952; + goto yy2; +yy9233: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy9234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy9235: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy1952; + goto yy2; +yy9236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1952; + goto yy2; +yy9237: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBA) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy9238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA4) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy9239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAC) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } +yy9240: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1952; + goto yy2; +yy9241: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy9242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1952; + goto yy2; + } else { + if (yych <= 0x99) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy9243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1952; + goto yy2; +yy9244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy1952; + goto yy2; +yy9245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; +yy9246: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy5660; + goto yy1766; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy5660; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy1766; + goto yy8907; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '@') goto yy1766; + goto yy11647; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy1766; + if (yych <= '`') goto yy5660; + goto yy11647; + } else { + if (yych == '|') goto yy5660; + if (yych <= '}') goto yy1766; + goto yy5660; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy9277; + if (yych <= 0xC3) goto yy9278; + goto yy9279; + } else { + if (yych <= 0xCA) goto yy9280; + if (yych <= 0xCB) goto yy5665; + if (yych <= 0xCC) goto yy5663; + goto yy9281; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy9282; + if (yych <= 0xCF) goto yy9283; + goto yy9279; + } else { + if (yych <= 0xD2) goto yy9284; + if (yych <= 0xD3) goto yy9279; + if (yych <= 0xD4) goto yy9285; + goto yy9286; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy9287; + if (yych <= 0xD7) goto yy9288; + if (yych <= 0xD8) goto yy9289; + goto yy9290; + } else { + if (yych <= 0xDA) goto yy9279; + if (yych <= 0xDB) goto yy9291; + if (yych <= 0xDC) goto yy9292; + goto yy9293; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy9294; + if (yych <= 0xDF) goto yy9295; + goto yy9296; + } else { + if (yych <= 0xE1) goto yy9297; + if (yych <= 0xE2) goto yy9298; + if (yych <= 0xE3) goto yy9299; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9300; + if (yych <= 0xEE) goto yy1766; + goto yy9301; + } else { + if (yych <= 0xF0) goto yy9302; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy9247: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1952; + goto yy115; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy1952; + goto yy115; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6861; + if (yych <= '.') goto yy9246; + if (yych <= '/') goto yy115; + goto yy5136; + } else { + if (yych <= ';') goto yy115; + if (yych <= '>') goto yy1952; + if (yych <= '@') goto yy115; + goto yy9247; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy115; + if (yych <= '`') goto yy1952; + goto yy9247; + } else { + if (yych == '|') goto yy1952; + if (yych <= '}') goto yy115; + goto yy1952; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy115; + if (yych <= 0xC2) goto yy11850; + if (yych <= 0xC3) goto yy11851; + goto yy9251; + } else { + if (yych <= 0xCA) goto yy9252; + if (yych <= 0xCB) goto yy4531; + if (yych <= 0xCC) goto yy1956; + goto yy11852; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy11853; + if (yych <= 0xCF) goto yy11854; + goto yy9251; + } else { + if (yych <= 0xD2) goto yy11855; + if (yych <= 0xD3) goto yy9251; + if (yych <= 0xD4) goto yy9257; + goto yy9258; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy11856; + if (yych <= 0xD7) goto yy11857; + if (yych <= 0xD8) goto yy11858; + goto yy11859; + } else { + if (yych <= 0xDA) goto yy9251; + if (yych <= 0xDB) goto yy11860; + if (yych <= 0xDC) goto yy11861; + goto yy11862; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy11863; + if (yych <= 0xDF) goto yy11864; + goto yy11865; + } else { + if (yych <= 0xE1) goto yy11866; + if (yych <= 0xE2) goto yy11867; + if (yych <= 0xE3) goto yy11868; + goto yy3078; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy11869; + if (yych <= 0xEE) goto yy115; + goto yy11870; + } else { + if (yych <= 0xF0) goto yy11871; + if (yych == 0xF3) goto yy3082; + goto yy115; + } + } + } + } +yy9249: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1121; + case 0xAA: + case 0xB5: + case 0xBA: goto yy9247; + default: goto yy2; + } +yy9250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9247; + goto yy1121; + } else { + if (yych == 0xB7) goto yy1121; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy9251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy9252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9247; + goto yy2; +yy9253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0xB3) goto yy9247; + if (yych <= 0xB4) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy9247; + if (yych <= 0xBA) goto yy2; + goto yy9247; + } else { + if (yych == 0xBF) goto yy9247; + goto yy2; + } + } +yy9254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1121; + goto yy9247; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy9247; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy9255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1121; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy9256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9247; + if (yych <= 0x89) goto yy1121; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy9257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy9258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9247; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy9259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy9260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1121; + if (yych <= 0x8F) goto yy2; + goto yy9247; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy9247; + goto yy2; + } + } +yy9261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1121; + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy9262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy9247; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy9247; + } else { + if (yych <= 0xB0) goto yy1121; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy9263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy9247; + goto yy2; + } else { + if (yych <= 0x95) goto yy9247; + if (yych == 0x9D) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1121; + if (yych <= 0xAF) goto yy9247; + goto yy843; + } else { + if (yych <= 0xBC) goto yy9247; + if (yych <= 0xBE) goto yy1121; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy9264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy9265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1121; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy9266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9247; + if (yych <= 0xB0) goto yy1121; + if (yych <= 0xB1) goto yy9247; + goto yy2; +yy9267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy9247; + } else { + if (yych <= 0xB3) goto yy1121; + if (yych == 0xB6) goto yy1121; + goto yy2; + } +yy9268: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy11872; + case 0xA1: goto yy11873; + case 0xA2: goto yy11874; + case 0xA3: goto yy3088; + case 0xA4: goto yy11875; + case 0xA5: goto yy11876; + case 0xA6: goto yy11877; + case 0xA7: goto yy11878; + case 0xA8: goto yy11879; + case 0xA9: goto yy11880; + case 0xAA: goto yy11881; + case 0xAB: goto yy11882; + case 0xAC: goto yy11883; + case 0xAD: goto yy11884; + case 0xAE: goto yy11885; + case 0xAF: goto yy11886; + case 0xB0: goto yy11887; + case 0xB1: goto yy11888; + case 0xB2: goto yy11889; + case 0xB3: goto yy11890; + case 0xB4: goto yy11891; + case 0xB5: goto yy11892; + case 0xB6: goto yy11893; + case 0xB7: goto yy11894; + case 0xB8: goto yy3109; + case 0xB9: goto yy3110; + case 0xBA: goto yy3111; + case 0xBB: goto yy3112; + case 0xBC: goto yy3113; + case 0xBD: goto yy3114; + case 0xBE: goto yy3115; + case 0xBF: goto yy3116; + default: goto yy2; + } +yy9269: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3117; + case 0x81: goto yy3118; + case 0x82: goto yy11895; + case 0x83: goto yy11896; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy9251; + case 0x89: goto yy11897; + case 0x8A: goto yy11898; + case 0x8B: goto yy11899; + case 0x8C: goto yy11900; + case 0x8D: goto yy11901; + case 0x8E: goto yy11902; + case 0x8F: goto yy11903; + case 0x90: goto yy11904; + case 0x99: goto yy11905; + case 0x9A: goto yy11906; + case 0x9B: goto yy11907; + case 0x9C: goto yy11908; + case 0x9D: goto yy11909; + case 0x9E: goto yy3134; + case 0x9F: goto yy3135; + case 0xA0: goto yy11910; + case 0xA1: goto yy11911; + case 0xA2: goto yy11912; + case 0xA3: goto yy11913; + case 0xA4: goto yy11914; + case 0xA5: goto yy3141; + case 0xA7: goto yy3142; + case 0xA8: goto yy11915; + case 0xA9: goto yy3144; + case 0xAA: goto yy3145; + case 0xAC: goto yy3146; + case 0xAD: goto yy3147; + case 0xAE: goto yy11916; + case 0xAF: goto yy11917; + case 0xB0: goto yy11918; + case 0xB1: goto yy11919; + case 0xB3: goto yy11920; + case 0xB4: goto yy11921; + case 0xB5: goto yy11922; + case 0xB6: goto yy11923; + case 0xB7: goto yy3156; + case 0xBC: goto yy11924; + case 0xBD: goto yy11925; + case 0xBE: goto yy11926; + case 0xBF: goto yy11927; + default: goto yy2; + } +yy9270: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3161; + case 0x81: goto yy3162; + case 0x82: goto yy3163; + case 0x83: goto yy3164; + case 0x84: goto yy11928; + case 0x85: goto yy11929; + case 0x86: goto yy11930; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1136; + case 0x88: goto yy3168; + case 0x8C: goto yy3169; + case 0x8F: goto yy3170; + case 0x90: goto yy3171; + case 0x91: goto yy3172; + case 0x92: goto yy3173; + case 0x93: goto yy3174; + case 0x9D: goto yy3175; + case 0x9E: goto yy3176; + case 0x9F: goto yy3177; + case 0xA6: goto yy3178; + case 0xA7: goto yy3179; + case 0xAD: goto yy3180; + case 0xAE: goto yy3181; + case 0xAF: goto yy3182; + case 0xB0: goto yy11931; + case 0xB1: goto yy11932; + case 0xB2: goto yy9251; + case 0xB3: goto yy11933; + case 0xB4: goto yy11934; + case 0xB5: goto yy11935; + case 0xB6: goto yy11936; + case 0xB7: goto yy11937; + case 0xB8: goto yy3009; + case 0xBA: goto yy3190; + case 0xBB: goto yy3191; + case 0xBF: goto yy3192; + default: goto yy2; + } +yy9271: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11938; + case 0x82: goto yy3194; + case 0x84: goto yy11939; + case 0x86: goto yy11940; + case 0x87: goto yy3197; + case 0x88: goto yy3198; + case 0x89: goto yy3199; + case 0x8A: goto yy3200; + case 0x8B: goto yy3201; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1136; + default: goto yy2; + } +yy9272: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy3202; + case 0x93: goto yy11941; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy9251; + case 0x98: goto yy11942; + case 0x99: goto yy11943; + case 0x9A: goto yy11944; + case 0x9B: goto yy11945; + case 0x9C: goto yy11946; + case 0x9D: goto yy9257; + case 0x9E: goto yy11947; + case 0x9F: goto yy11948; + case 0xA0: goto yy11949; + case 0xA1: goto yy11950; + case 0xA2: goto yy11951; + case 0xA3: goto yy11952; + case 0xA4: goto yy11953; + case 0xA5: goto yy11954; + case 0xA6: goto yy3217; + case 0xA7: goto yy3218; + case 0xA8: goto yy11955; + case 0xA9: goto yy11956; + case 0xAA: goto yy3221; + case 0xAB: goto yy11957; + case 0xAC: goto yy11958; + case 0xAD: goto yy11959; + case 0xAF: goto yy11960; + default: goto yy2; + } +yy9273: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy11961; + case 0xAD: goto yy11962; + case 0xAE: goto yy11963; + case 0xAF: goto yy11964; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy9251; + case 0xB4: goto yy11965; + case 0xB5: goto yy11966; + case 0xB6: goto yy11967; + case 0xB7: goto yy11968; + case 0xB8: goto yy3234; + case 0xB9: goto yy11969; + case 0xBB: goto yy11970; + case 0xBC: goto yy11971; + case 0xBD: goto yy11972; + case 0xBF: goto yy3239; + default: goto yy2; + } +yy9274: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy11973; + case 0x91: goto yy11974; + case 0x92: goto yy11975; + case 0x93: goto yy11976; + case 0x94: goto yy11977; + case 0x96: goto yy11978; + case 0x9B: goto yy11979; + case 0x9D: goto yy11980; + case 0x9E: goto yy11981; + case 0x9F: goto yy3249; + default: goto yy2; + } +yy9275: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy1766; + if (yych <= '$') goto yy5660; + if (yych <= '%') goto yy146; + goto yy1766; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy5688; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1161; + if (yych <= '.') goto yy5987; + if (yych <= '/') goto yy1766; + goto yy5690; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '?') goto yy1766; + goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy9275; + if (yych <= ']') goto yy1766; + if (yych <= '^') goto yy5660; + goto yy5688; + } else { + if (yych <= '`') goto yy5660; + if (yych <= 'z') goto yy9275; + if (yych <= '{') goto yy1766; + goto yy5660; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy5660; + if (yych <= 0xC1) goto yy1766; + } else { + if (yych <= 0xC3) goto yy9278; + if (yych <= 0xC9) goto yy9279; + if (yych <= 0xCA) goto yy9280; + goto yy5665; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy5663; + if (yych <= 0xCD) goto yy9281; + if (yych <= 0xCE) goto yy9282; + goto yy9283; + } else { + if (yych == 0xD2) goto yy9284; + if (yych <= 0xD3) goto yy9279; + goto yy9285; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy9286; + if (yych <= 0xD6) goto yy9287; + if (yych <= 0xD7) goto yy9288; + goto yy9289; + } else { + if (yych <= 0xD9) goto yy9290; + if (yych <= 0xDA) goto yy9279; + if (yych <= 0xDB) goto yy9291; + goto yy9292; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy9293; + if (yych <= 0xDE) goto yy9294; + if (yych <= 0xDF) goto yy9295; + goto yy9296; + } else { + if (yych <= 0xE1) goto yy9297; + if (yych <= 0xE2) goto yy9298; + if (yych <= 0xE3) goto yy9299; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9300; + if (yych <= 0xEE) goto yy1766; + goto yy9301; + } else { + if (yych <= 0xF0) goto yy9302; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy9277: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy5660; + case 0xAA: + case 0xB5: + case 0xBA: goto yy11647; + default: goto yy2; + } +yy9278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy11647; + goto yy5660; + } else { + if (yych == 0xB7) goto yy5660; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy9279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy9280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy11647; + goto yy2; +yy9281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB3) goto yy11647; + if (yych <= 0xB4) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy11647; + if (yych <= 0xBA) goto yy2; + goto yy11647; + } else { + if (yych == 0xBF) goto yy11647; + goto yy2; + } + } +yy9282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy11647; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy11647; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy11647; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy9283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy5660; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy9284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy11647; + if (yych <= 0x89) goto yy5660; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy9285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy9286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy11647; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy9287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy11647; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy9288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy5660; + if (yych <= 0x8F) goto yy2; + goto yy11647; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy11647; + goto yy2; + } + } +yy9289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy5660; + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy9290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy11647; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy11647; + } else { + if (yych <= 0xB0) goto yy5660; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy9291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy11647; + goto yy2; + } else { + if (yych <= 0x95) goto yy11647; + if (yych == 0x9D) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xAF) goto yy11647; + goto yy843; + } else { + if (yych <= 0xBC) goto yy11647; + if (yych <= 0xBE) goto yy5660; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy9292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy9293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy5660; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy9294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy11647; + if (yych <= 0xB0) goto yy5660; + if (yych <= 0xB1) goto yy11647; + goto yy2; +yy9295: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy11647; + } else { + if (yych <= 0xB3) goto yy5660; + if (yych == 0xB6) goto yy5660; + goto yy2; + } +yy9296: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy11982; + case 0xA1: goto yy11983; + case 0xA2: goto yy11984; + case 0xA3: goto yy8755; + case 0xA4: goto yy11985; + case 0xA5: goto yy11986; + case 0xA6: goto yy11987; + case 0xA7: goto yy11988; + case 0xA8: goto yy11989; + case 0xA9: goto yy11990; + case 0xAA: goto yy11991; + case 0xAB: goto yy11992; + case 0xAC: goto yy11993; + case 0xAD: goto yy11994; + case 0xAE: goto yy11995; + case 0xAF: goto yy11996; + case 0xB0: goto yy11997; + case 0xB1: goto yy11998; + case 0xB2: goto yy11999; + case 0xB3: goto yy12000; + case 0xB4: goto yy12001; + case 0xB5: goto yy12002; + case 0xB6: goto yy12003; + case 0xB7: goto yy12004; + case 0xB8: goto yy8775; + case 0xB9: goto yy8932; + case 0xBA: goto yy8777; + case 0xBB: goto yy8933; + case 0xBC: goto yy8934; + case 0xBD: goto yy8780; + case 0xBE: goto yy8781; + case 0xBF: goto yy8782; + default: goto yy2; + } +yy9297: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8783; + case 0x81: goto yy8935; + case 0x82: goto yy12005; + case 0x83: goto yy12006; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy9279; + case 0x89: goto yy12007; + case 0x8A: goto yy12008; + case 0x8B: goto yy12009; + case 0x8C: goto yy12010; + case 0x8D: goto yy12011; + case 0x8E: goto yy12012; + case 0x8F: goto yy12013; + case 0x90: goto yy12014; + case 0x99: goto yy12015; + case 0x9A: goto yy12016; + case 0x9B: goto yy12017; + case 0x9C: goto yy12018; + case 0x9D: goto yy12019; + case 0x9E: goto yy8800; + case 0x9F: goto yy8951; + case 0xA0: goto yy12020; + case 0xA1: goto yy12021; + case 0xA2: goto yy12022; + case 0xA3: goto yy12023; + case 0xA4: goto yy12024; + case 0xA5: goto yy8957; + case 0xA7: goto yy8958; + case 0xA8: goto yy12025; + case 0xA9: goto yy8809; + case 0xAA: goto yy8960; + case 0xAC: goto yy8811; + case 0xAD: goto yy8961; + case 0xAE: goto yy12026; + case 0xAF: goto yy12027; + case 0xB0: goto yy12028; + case 0xB1: goto yy12029; + case 0xB3: goto yy12030; + case 0xB4: goto yy12031; + case 0xB5: goto yy12032; + case 0xB6: goto yy12033; + case 0xB7: goto yy8821; + case 0xBC: goto yy12034; + case 0xBD: goto yy12035; + case 0xBE: goto yy12036; + case 0xBF: goto yy12037; + default: goto yy2; + } +yy9298: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9098; + case 0x81: goto yy8827; + case 0x82: goto yy8828; + case 0x83: goto yy8829; + case 0x84: goto yy12038; + case 0x85: goto yy12039; + case 0x86: goto yy12040; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy5663; + case 0x88: goto yy9102; + case 0x8C: goto yy8832; + case 0x8F: goto yy8833; + case 0x90: goto yy8834; + case 0x91: goto yy8835; + case 0x92: goto yy8836; + case 0x93: goto yy8837; + case 0x9D: goto yy8838; + case 0x9E: goto yy8839; + case 0x9F: goto yy8840; + case 0xA6: goto yy8841; + case 0xA7: goto yy8842; + case 0xAD: goto yy8843; + case 0xAE: goto yy8844; + case 0xAF: goto yy8845; + case 0xB0: goto yy12041; + case 0xB1: goto yy12042; + case 0xB2: goto yy9279; + case 0xB3: goto yy12043; + case 0xB4: goto yy12044; + case 0xB5: goto yy12045; + case 0xB6: goto yy12046; + case 0xB7: goto yy12047; + case 0xB8: goto yy3009; + case 0xBA: goto yy8852; + case 0xBB: goto yy8814; + case 0xBF: goto yy8853; + default: goto yy2; + } +yy9299: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12048; + case 0x82: goto yy8855; + case 0x84: goto yy12049; + case 0x86: goto yy12050; + case 0x87: goto yy8858; + case 0x88: goto yy8859; + case 0x89: goto yy8860; + case 0x8A: goto yy8861; + case 0x8B: goto yy8862; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy5663; + default: goto yy2; + } +yy9300: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy5675; + case 0x93: goto yy12051; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy9279; + case 0x98: goto yy12052; + case 0x99: goto yy12053; + case 0x9A: goto yy12054; + case 0x9B: goto yy12055; + case 0x9C: goto yy12056; + case 0x9D: goto yy9285; + case 0x9E: goto yy12057; + case 0x9F: goto yy12058; + case 0xA0: goto yy12059; + case 0xA1: goto yy12060; + case 0xA2: goto yy12061; + case 0xA3: goto yy12062; + case 0xA4: goto yy12063; + case 0xA5: goto yy12064; + case 0xA6: goto yy8875; + case 0xA7: goto yy9003; + case 0xA8: goto yy12065; + case 0xA9: goto yy12066; + case 0xAA: goto yy8879; + case 0xAB: goto yy12067; + case 0xAC: goto yy12068; + case 0xAD: goto yy12069; + case 0xAF: goto yy12070; + default: goto yy2; + } +yy9301: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy12071; + case 0xAD: goto yy12072; + case 0xAE: goto yy12073; + case 0xAF: goto yy12074; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy9279; + case 0xB4: goto yy12075; + case 0xB5: goto yy12076; + case 0xB6: goto yy12077; + case 0xB7: goto yy12078; + case 0xB8: goto yy9141; + case 0xB9: goto yy12079; + case 0xBB: goto yy12080; + case 0xBC: goto yy12081; + case 0xBD: goto yy12082; + case 0xBF: goto yy8895; + default: goto yy2; + } +yy9302: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy12083; + case 0x91: goto yy12084; + case 0x92: goto yy12085; + case 0x93: goto yy12086; + case 0x94: goto yy12087; + case 0x96: goto yy12088; + case 0x9B: goto yy12089; + case 0x9D: goto yy12090; + case 0x9E: goto yy12091; + case 0x9F: goto yy8905; + default: goto yy2; + } +yy9303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy7354; + goto yy2; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy7354; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy2; + goto yy10962; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy7354; + if (yych <= '@') goto yy2; + goto yy12092; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy7354; + goto yy12092; + } else { + if (yych == '|') goto yy7354; + if (yych <= '}') goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy12094; + if (yych <= 0xC3) goto yy12095; + goto yy12096; + } else { + if (yych <= 0xCA) goto yy12097; + if (yych <= 0xCB) goto yy10690; + if (yych <= 0xCC) goto yy10691; + goto yy12098; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy12099; + if (yych <= 0xCF) goto yy12100; + goto yy12096; + } else { + if (yych <= 0xD2) goto yy12101; + if (yych <= 0xD3) goto yy12096; + if (yych <= 0xD4) goto yy12102; + goto yy12103; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy12104; + if (yych <= 0xD7) goto yy12105; + if (yych <= 0xD8) goto yy12106; + goto yy12107; + } else { + if (yych <= 0xDA) goto yy12096; + if (yych <= 0xDB) goto yy12108; + if (yych <= 0xDC) goto yy12109; + goto yy12110; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy12111; + if (yych <= 0xDF) goto yy12112; + goto yy12113; + } else { + if (yych <= 0xE1) goto yy12114; + if (yych <= 0xE2) goto yy12115; + if (yych <= 0xE3) goto yy12116; + goto yy10711; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy12117; + if (yych <= 0xEE) goto yy2; + goto yy12118; + } else { + if (yych <= 0xF0) goto yy12119; + if (yych == 0xF3) goto yy10715; + goto yy2; + } + } + } + } +yy9304: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych == 0x9A) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1764; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1764; + goto yy2; + } + } +yy9305: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy6010; + if (yych <= 0x9B) goto yy1764; + goto yy2; +yy9306: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy6010; + } else { + if (yych == 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy9307: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x90) goto yy6010; + if (yych <= 0x97) goto yy1764; + goto yy6010; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1764; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy9308: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6010; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6010; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6010; + goto yy2; + } else { + if (yych <= 0xB2) goto yy6010; + if (yych <= 0xB5) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy9309: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1764; + goto yy6010; + } else { + if (yych == 0x97) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy6010; + goto yy2; + } else { + if (yych <= 0xA1) goto yy6010; + if (yych <= 0xA3) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1764; + goto yy2; + } + } + } +yy9310: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy6010; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy6010; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy6010; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy6010; + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy9311: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych == 0x91) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy6010; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1764; + } else { + if (yych <= 0xB4) goto yy6010; + if (yych <= 0xB5) goto yy1764; + goto yy2; + } + } + } +yy9312: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy6010; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy6010; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6010; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6010; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy9313: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych == 0x90) goto yy6010; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy6010; + if (yych <= 0xA3) goto yy1764; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1764; + } else { + if (yych == 0xB9) goto yy6010; + goto yy2; + } + } + } +yy9314: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy6010; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6010; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6010; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6010; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy9315: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1764; + if (yych <= 0xB1) goto yy6010; + goto yy2; + } + } + } +yy9316: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1764; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy6010; + default: goto yy2; + } +yy9317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy6010; + if (yych == 0x97) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1764; + goto yy2; + } + } +yy9318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy6010; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy9319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1764; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy6010; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } + } +yy9320: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy6010; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy6010; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy9321: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1764; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy6010; + goto yy2; + } + } + } +yy9322: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy6010; + goto yy2; + } else { + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy9323: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8E) goto yy6010; + if (yych <= 0x96) goto yy2; + goto yy1764; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy6010; + if (yych <= 0xA3) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1764; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } + } +yy9324: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy6010; + } else { + if (yych == 0xBD) goto yy6010; + goto yy2; + } + } +yy9325: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6010; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1764; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } + } +yy9326: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1764; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy9327: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6010; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1764; + goto yy2; +yy9328: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6010; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy9329: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9303; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy9330: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy6010; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB1) goto yy6010; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } + } +yy9331: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych <= 0x93) goto yy1764; + if (yych <= 0x9F) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy6010; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } + } +yy9332: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy9303; + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy9333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xAA) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy9334: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6010; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1764; + goto yy2; + } +yy9335: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6010; + if (yych <= 0x9B) goto yy1764; + goto yy2; +yy9336: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xA0) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy6010; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy9337: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6010; + if (yych <= 0xB3) goto yy1764; + goto yy2; +yy9338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy6010; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy9339: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1764; + if (yych <= 0xAC) goto yy6010; + goto yy1764; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy6010; + if (yych <= 0xB4) goto yy1764; + goto yy6010; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1764; + goto yy2; + } + } +yy9340: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy6010; + } else { + if (yych == 0xBE) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy9341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0x84) goto yy6010; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy6010; + goto yy1764; + } else { + if (yych <= 0x93) goto yy6010; + if (yych <= 0x95) goto yy2; + goto yy6010; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAC) goto yy6010; + if (yych <= 0xAF) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy6010; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6010; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } + } + } +yy9342: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy9303; + if (yych <= 0x97) goto yy2; + goto yy1087; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1087; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } +yy9343: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1764; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy6010; + default: goto yy2; + } +yy9344: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy6010; + } else { + if (yych == 0x8E) goto yy6010; + if (yych <= 0x8F) goto yy1764; + goto yy2; + } +yy9345: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy6010; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy9346: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy9347: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xAE) goto yy6010; + if (yych <= 0xB1) goto yy1764; + if (yych <= 0xB3) goto yy6010; + goto yy2; + } +yy9348: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy6010; + if (yych == 0xBF) goto yy1764; + goto yy2; +yy9349: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy6010; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy9350: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy9303; + if (yych == 0x9A) goto yy9303; + goto yy2; +yy9351: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x93) goto yy1764; + if (yych == 0xA0) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1764; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6010; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy9352: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xBA) goto yy6010; + goto yy2; + } +yy9353: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy6010; + goto yy2; +yy9354: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } +yy9355: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy6010; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy9356: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1764; + goto yy2; +yy9357: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1764; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy9358: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6010; + if (yych <= 0x88) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAD) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy6010; + goto yy2; + } +yy9359: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6010; + goto yy1764; + } else { + if (yych == 0x86) goto yy1764; + goto yy6010; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1764; + if (yych <= 0xA2) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1764; + goto yy2; + } + } +yy9360: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0xB3) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy9361: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy6010; + if (yych <= 0xBA) goto yy2; + goto yy6010; + } else { + if (yych == 0xBD) goto yy6010; + goto yy2; + } + } +yy9362: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy6010; + } else { + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy9363: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6010; + if (yych <= 0x93) goto yy1764; + goto yy2; +yy9364: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy6010; + if (yych <= 0xB6) goto yy1764; + goto yy2; +yy9365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy6010; + goto yy1764; + } else { + if (yych <= 0x8B) goto yy6010; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } + } +yy9366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy6010; + goto yy1764; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy6010; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1764; + goto yy2; + } + } +yy9367: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6010; + if (yych <= 0x9B) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA5) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy9368: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy6010; + if (yych <= 0xAA) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy9369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6010; + goto yy2; + } else { + if (yych <= 0x97) goto yy6010; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy6010; + goto yy1764; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1764; + if (yych <= 0xB6) goto yy6010; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy6010; + goto yy2; + } + } +yy9370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy9371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy9372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6010; + goto yy2; + } else { + if (yych <= 0xBB) goto yy6010; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } +yy9373: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1764; + if (yych <= 0x9F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy9303; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } +yy9374: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1764; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1764; + goto yy9303; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1764; + if (yych == 0xA9) goto yy1764; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy9375: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy9303; + goto yy1087; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy6010; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy9376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1764; + if (yych <= 0x9A) goto yy6010; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } +yy9377: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9384; + case 0x81: goto yy9385; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy3255; + case 0x83: goto yy9386; + case 0x84: goto yy10716; + case 0x85: goto yy10717; + case 0x86: goto yy10718; + case 0x87: goto yy10719; + case 0x8A: goto yy9387; + case 0x8B: goto yy12120; + case 0x8C: goto yy9389; + case 0x8D: goto yy12121; + case 0x8E: goto yy9391; + case 0x8F: goto yy9392; + case 0x92: goto yy9393; + case 0x94: goto yy9394; + case 0x95: goto yy9395; + case 0x9C: goto yy9396; + case 0x9D: goto yy9397; + case 0xA0: goto yy9398; + case 0xA1: goto yy12122; + case 0xA2: goto yy9400; + case 0xA3: goto yy9401; + case 0xA4: goto yy9402; + case 0xA6: goto yy9403; + case 0xA8: goto yy12123; + case 0xA9: goto yy9405; + case 0xAA: goto yy9406; + case 0xAB: goto yy12124; + case 0xAC: goto yy6053; + case 0xAD: goto yy9408; + case 0xAE: goto yy9409; + case 0xB1: goto yy9410; + case 0xB2: + case 0xB3: goto yy9411; + default: goto yy2; + } +yy9378: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12125; + case 0x81: goto yy10998; + case 0x82: goto yy12126; + case 0x83: goto yy9414; + case 0x84: goto yy12127; + case 0x85: goto yy12128; + case 0x86: goto yy12129; + case 0x87: goto yy12130; + case 0x88: goto yy12131; + case 0x8A: goto yy9420; + case 0x8B: goto yy12132; + case 0x8C: goto yy12133; + case 0x8D: goto yy12134; + case 0x92: + case 0x98: goto yy12135; + case 0x93: goto yy12136; + case 0x96: goto yy12137; + case 0x97: goto yy12138; + case 0x99: goto yy12139; + case 0x9A: goto yy12140; + case 0x9B: goto yy2362; + case 0x9C: goto yy11014; + case 0xA2: goto yy9430; + case 0xA3: goto yy9431; + case 0xAB: goto yy9432; + default: goto yy2; + } +yy9379: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy3255; + case 0xA8: goto yy9432; + case 0xA9: goto yy9437; + case 0xAB: goto yy12141; + case 0xAC: goto yy12142; + case 0xAD: goto yy12143; + case 0xAE: goto yy9441; + case 0xBD: goto yy12144; + case 0xBE: goto yy10741; + default: goto yy2; + } +yy9380: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy3255; + if (yych <= 0xB1) goto yy9443; + if (yych <= 0xB2) goto yy12145; + goto yy2; +yy9381: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1769; + case 0x83: goto yy4329; + case 0x84: goto yy10743; + case 0x85: goto yy10744; + case 0x87: goto yy10745; + case 0x89: goto yy10746; + case 0x8D: goto yy10747; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy3255; + case 0x91: goto yy9445; + case 0x92: goto yy9446; + case 0x93: goto yy9447; + case 0x94: goto yy9448; + case 0x95: goto yy9449; + case 0x9A: goto yy9450; + case 0x9B: goto yy12146; + case 0x9C: goto yy12147; + case 0x9D: goto yy12148; + case 0x9E: goto yy12149; + case 0x9F: goto yy12150; + case 0xAA: goto yy10749; + default: goto yy2; + } +yy9382: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy3255; + if (yych <= 0xA3) goto yy12151; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy9457; + goto yy9458; + } else { + if (yych <= 0xBA) goto yy9459; + if (yych <= 0xBB) goto yy10751; + goto yy2; + } + } +yy9383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1762; + goto yy2; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy1762; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1087; + if (yych <= '.') goto yy9246; + if (yych <= '/') goto yy2; + goto yy7071; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1762; + if (yych <= '@') goto yy2; + goto yy6010; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1762; + goto yy6010; + } else { + if (yych == '|') goto yy1762; + if (yych <= '}') goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy3253; + if (yych <= 0xC3) goto yy3254; + goto yy3255; + } else { + if (yych <= 0xCA) goto yy3256; + if (yych <= 0xCB) goto yy1771; + if (yych <= 0xCC) goto yy1772; + goto yy3257; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy3258; + if (yych <= 0xCF) goto yy3259; + goto yy3255; + } else { + if (yych <= 0xD2) goto yy3260; + if (yych <= 0xD3) goto yy3255; + if (yych <= 0xD4) goto yy3261; + goto yy3262; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy3263; + if (yych <= 0xD7) goto yy3264; + if (yych <= 0xD8) goto yy3265; + goto yy3266; + } else { + if (yych <= 0xDA) goto yy3255; + if (yych <= 0xDB) goto yy3267; + if (yych <= 0xDC) goto yy3268; + goto yy3269; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy3270; + if (yych <= 0xDF) goto yy3271; + goto yy3272; + } else { + if (yych <= 0xE1) goto yy3273; + if (yych <= 0xE2) goto yy3274; + if (yych <= 0xE3) goto yy3275; + goto yy1792; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy3276; + if (yych <= 0xEE) goto yy2; + goto yy3277; + } else { + if (yych <= 0xF0) goto yy3278; + if (yych == 0xF3) goto yy1796; + goto yy2; + } + } + } + } +yy9384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy6010; + } else { + if (yych == 0xBF) goto yy6010; + goto yy2; + } + } +yy9385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy6010; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy6010; + goto yy2; +yy9386: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy6010; + goto yy2; +yy9387: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy6010; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy9388: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy6010; + if (yych == 0xA0) goto yy1762; + goto yy2; +yy9389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy9390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy6010; + if (yych <= 0x81) goto yy2; + goto yy6010; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy6010; + if (yych <= 0xBA) goto yy1762; + goto yy2; + } +yy9391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy6010; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy9392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy6010; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy6010; + goto yy2; +yy9393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy6010; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy9394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy9395: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy6010; + goto yy2; +yy9396: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy6010; + goto yy2; +yy9397: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6010; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy6010; + goto yy2; +yy9398: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6010; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy6010; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6010; + if (yych == 0xBF) goto yy6010; + goto yy2; + } + } +yy9399: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6010; + goto yy2; + } else { + if (yych <= 0xB6) goto yy6010; + if (yych <= 0xB8) goto yy1762; + goto yy2; + } +yy9400: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6010; + goto yy2; +yy9401: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy6010; + goto yy2; +yy9402: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6010; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy6010; + goto yy2; +yy9403: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy6010; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy9404: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy6010; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych <= 0x86) goto yy1762; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1762; + goto yy6010; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy6010; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1762; + } else { + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } + } +yy9405: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy6010; + goto yy2; +yy9406: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy6010; + goto yy2; +yy9407: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xA4) goto yy6010; + if (yych <= 0xA6) goto yy1762; + goto yy2; + } +yy9408: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6010; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy6010; + goto yy2; +yy9409: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy6010; + goto yy2; +yy9410: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6010; + goto yy2; +yy9411: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy6010; + goto yy2; +yy9412: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xB7) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy9413: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xAF) goto yy6010; + if (yych <= 0xBA) goto yy1762; + goto yy2; +yy9414: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy9415: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + goto yy6010; + } else { + if (yych <= 0xB4) goto yy1762; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy9416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy6010; + goto yy1762; + } else { + if (yych == 0xB6) goto yy6010; + goto yy2; + } +yy9417: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xB2) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy9418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy6010; + if (yych <= 0x89) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy6010; + } else { + if (yych == 0x9C) goto yy6010; + goto yy2; + } + } +yy9419: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy6010; + goto yy2; + } else { + if (yych <= 0xAB) goto yy6010; + if (yych <= 0xB7) goto yy1762; + goto yy2; + } +yy9420: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6010; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy6010; + goto yy2; + } else { + if (yych <= 0xA8) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy9421: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy9422: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy6010; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6010; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6010; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6010; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy9423: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych == 0x90) goto yy6010; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1762; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } + } + } +yy9424: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6010; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy9425: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x85) goto yy6010; + goto yy2; + } else { + if (yych <= 0x87) goto yy6010; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy9426: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy9427: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1762; + goto yy2; + } else { + if (yych <= 0x9B) goto yy6010; + if (yych <= 0x9D) goto yy1762; + goto yy2; + } +yy9428: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1762; + goto yy2; + } else { + if (yych <= 0x84) goto yy6010; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy9429: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6010; + if (yych <= 0xB7) goto yy1762; + goto yy2; +yy9430: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy9431: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy6010; + goto yy843; + } else { + if (yych == 0xBF) goto yy6010; + goto yy2; + } +yy9432: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy6010; + goto yy2; +yy9433: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy6010; + goto yy2; +yy9434: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy6010; + goto yy2; +yy9435: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6010; + goto yy2; +yy9436: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6010; + goto yy2; +yy9437: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6010; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy9438: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1762; + goto yy2; +yy9439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6010; + goto yy1762; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy9440: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1762; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy6010; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy9441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6010; + goto yy2; +yy9442: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy6010; + goto yy2; + } else { + if (yych <= 0x90) goto yy6010; + if (yych <= 0xBE) goto yy1762; + goto yy2; + } +yy9443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy6010; + goto yy2; +yy9444: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6010; + goto yy2; + } else { + if (yych <= 0x99) goto yy6010; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1762; + goto yy2; + } +yy9445: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy9446: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy6010; + } else { + if (yych == 0xA2) goto yy6010; + if (yych <= 0xA4) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy6010; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy6010; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } + } +yy9447: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy9448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6010; + goto yy2; + } else { + if (yych <= 0x8A) goto yy6010; + if (yych <= 0x8C) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy6010; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy6010; + goto yy2; + } + } +yy9449: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy6010; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy6010; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy9450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6010; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; +yy9451: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1762; + goto yy6010; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1762; + goto yy6010; + } else { + if (yych <= 0xBB) goto yy1762; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy9452: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy6010; + goto yy1762; + } else { + if (yych == 0xB5) goto yy1762; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy9453: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy6010; + goto yy1762; + } else { + if (yych == 0xAF) goto yy1762; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy9454: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6010; + goto yy1762; + } else { + if (yych == 0xA9) goto yy1762; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy9455: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy6010; + goto yy1762; + } else { + if (yych <= 0x8B) goto yy6010; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy9456: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy6010; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; +yy9457: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy6010; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy6010; + } else { + if (yych == 0xA4) goto yy6010; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy6010; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy6010; + } else { + if (yych == 0xBB) goto yy6010; + goto yy2; + } + } + } +yy9458: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy6010; + default: goto yy2; + } +yy9459: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy6010; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy6010; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy6010; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy6010; + goto yy2; + } + } +yy9460: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1764; + case 0xAA: + case 0xB5: + case 0xBA: goto yy9483; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy9461: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9483; + goto yy1764; + } else { + if (yych == 0xB7) goto yy1764; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy9462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x91) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy2; + } else { + if (yych == 0x97) goto yy12152; + goto yy1764; + } + } else { + if (yych <= 0xAC) { + if (yych <= 0xA4) goto yy2; + if (yych <= 0xAB) goto yy1764; + goto yy2; + } else { + if (yych == 0xAE) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy9463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB3) goto yy9483; + if (yych <= 0xB4) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy9483; + if (yych <= 0xBA) goto yy2; + goto yy9483; + } else { + if (yych == 0xBF) goto yy9483; + goto yy2; + } + } +yy9464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy9483; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy9483; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy9465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1764; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy9466: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9483; + if (yych <= 0x89) goto yy1764; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy9467: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych == 0x8A) goto yy12153; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBE) goto yy12153; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy9468: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy1764; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy9483; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9483; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy9469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1764; + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy9470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy9483; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy9483; + } else { + if (yych <= 0xB0) goto yy1764; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy9471: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy9483; + goto yy2; + } else { + if (yych <= 0x95) goto yy9483; + if (yych == 0x9D) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy9483; + goto yy843; + } else { + if (yych <= 0xBC) goto yy9483; + if (yych <= 0xBE) goto yy1764; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy9472: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy9473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1764; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy9474: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9483; + if (yych <= 0xB0) goto yy1764; + if (yych <= 0xB1) goto yy9483; + goto yy2; +yy9475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy9483; + } else { + if (yych <= 0xB3) goto yy1764; + if (yych == 0xB6) goto yy1764; + goto yy2; + } +yy9476: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy12154; + case 0xA1: goto yy12155; + case 0xA2: goto yy9487; + case 0xA3: goto yy7358; + case 0xA4: goto yy12156; + case 0xA5: goto yy12157; + case 0xA6: goto yy12158; + case 0xA7: goto yy12159; + case 0xA8: goto yy12160; + case 0xA9: goto yy12161; + case 0xAA: goto yy12162; + case 0xAB: goto yy12163; + case 0xAC: goto yy12164; + case 0xAD: goto yy12165; + case 0xAE: goto yy12166; + case 0xAF: goto yy12167; + case 0xB0: goto yy12168; + case 0xB1: goto yy12169; + case 0xB2: goto yy12170; + case 0xB3: goto yy12171; + case 0xB4: goto yy12172; + case 0xB5: goto yy12173; + case 0xB6: goto yy12174; + case 0xB7: goto yy12175; + case 0xB8: goto yy7378; + case 0xB9: goto yy7934; + case 0xBA: goto yy7380; + case 0xBB: goto yy7935; + case 0xBC: goto yy7936; + case 0xBD: goto yy7383; + case 0xBE: goto yy7384; + case 0xBF: goto yy7385; + default: goto yy2; + } +yy9477: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7386; + case 0x81: goto yy7937; + case 0x82: goto yy12176; + case 0x83: goto yy9509; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy6129; + case 0x89: goto yy9510; + case 0x8A: goto yy9511; + case 0x8B: goto yy9512; + case 0x8C: goto yy9513; + case 0x8D: goto yy12177; + case 0x8E: goto yy12178; + case 0x8F: goto yy9516; + case 0x90: goto yy12179; + case 0x99: goto yy9518; + case 0x9A: goto yy9519; + case 0x9B: goto yy9520; + case 0x9C: goto yy12180; + case 0x9D: goto yy12181; + case 0x9E: goto yy7394; + case 0x9F: goto yy7944; + case 0xA0: goto yy12182; + case 0xA1: goto yy9524; + case 0xA2: goto yy12183; + case 0xA3: goto yy9526; + case 0xA4: goto yy12184; + case 0xA5: goto yy7948; + case 0xA7: goto yy7949; + case 0xA8: goto yy12185; + case 0xA9: goto yy7401; + case 0xAA: goto yy7951; + case 0xAC: goto yy7403; + case 0xAD: goto yy7952; + case 0xAE: goto yy12186; + case 0xAF: goto yy12187; + case 0xB0: goto yy12188; + case 0xB1: goto yy9532; + case 0xB3: goto yy12189; + case 0xB4: goto yy9534; + case 0xB5: goto yy9535; + case 0xB6: goto yy9536; + case 0xB7: goto yy7408; + case 0xBC: goto yy9537; + case 0xBD: goto yy9538; + case 0xBE: goto yy12190; + case 0xBF: goto yy12191; + default: goto yy2; + } +yy9478: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12192; + case 0x81: goto yy7412; + case 0x82: goto yy7413; + case 0x83: goto yy7414; + case 0x84: goto yy12193; + case 0x85: goto yy12194; + case 0x86: goto yy12195; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1769; + case 0x88: goto yy12196; + case 0x8C: goto yy7417; + case 0x8F: goto yy7418; + case 0x90: goto yy7419; + case 0x91: goto yy7420; + case 0x92: goto yy7421; + case 0x93: goto yy7422; + case 0x9D: goto yy7423; + case 0x9E: goto yy7424; + case 0x9F: goto yy7425; + case 0xA6: goto yy7426; + case 0xA7: goto yy7427; + case 0xAD: goto yy7428; + case 0xAE: goto yy7429; + case 0xAF: goto yy7430; + case 0xB0: goto yy9544; + case 0xB1: goto yy9545; + case 0xB2: goto yy6129; + case 0xB3: goto yy12197; + case 0xB4: goto yy9547; + case 0xB5: goto yy12198; + case 0xB6: goto yy9549; + case 0xB7: goto yy12199; + case 0xB8: goto yy12200; + case 0xBA: goto yy7434; + case 0xBB: goto yy4401; + case 0xBF: goto yy7435; + default: goto yy2; + } +yy9479: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12201; + case 0x82: goto yy7437; + case 0x84: goto yy9552; + case 0x86: goto yy12202; + case 0x87: goto yy7439; + case 0x88: goto yy7440; + case 0x89: goto yy7441; + case 0x8A: goto yy7442; + case 0x8B: goto yy7443; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1769; + default: goto yy2; + } +yy9480: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4262; + case 0x93: goto yy12203; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy6129; + case 0x98: goto yy9555; + case 0x99: goto yy12204; + case 0x9A: goto yy12205; + case 0x9B: goto yy12206; + case 0x9C: goto yy12207; + case 0x9D: goto yy6135; + case 0x9E: goto yy12208; + case 0x9F: goto yy9561; + case 0xA0: goto yy12209; + case 0xA1: goto yy9563; + case 0xA2: goto yy12210; + case 0xA3: goto yy12211; + case 0xA4: goto yy12212; + case 0xA5: goto yy12213; + case 0xA6: goto yy7454; + case 0xA7: goto yy7981; + case 0xA8: goto yy12214; + case 0xA9: goto yy12215; + case 0xAA: goto yy7458; + case 0xAB: goto yy12216; + case 0xAC: goto yy9571; + case 0xAD: goto yy12217; + case 0xAF: goto yy12218; + default: goto yy2; + } +yy9481: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy12219; + case 0xAD: goto yy9575; + case 0xAE: goto yy12220; + case 0xAF: goto yy12221; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy6129; + case 0xB4: goto yy9578; + case 0xB5: goto yy9579; + case 0xB6: goto yy9580; + case 0xB7: goto yy12222; + case 0xB8: goto yy12223; + case 0xB9: goto yy12224; + case 0xBB: goto yy9583; + case 0xBC: goto yy12225; + case 0xBD: goto yy12226; + case 0xBF: goto yy7469; + default: goto yy2; + } +yy9482: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy12227; + case 0x91: goto yy12228; + case 0x92: goto yy9588; + case 0x93: goto yy9589; + case 0x94: goto yy9590; + case 0x96: goto yy12229; + case 0x9B: goto yy12230; + case 0x9D: goto yy12231; + case 0x9E: goto yy12232; + case 0x9F: goto yy7476; + default: goto yy2; + } +yy9483: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1764; + goto yy1766; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy1764; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6297; + if (yych <= '.') goto yy5876; + if (yych <= '/') goto yy1766; + goto yy4880; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy1764; + goto yy1766; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy9483; + if (yych <= ']') goto yy1766; + goto yy1764; + } else { + if (yych <= 'z') goto yy9483; + if (yych == '|') goto yy1764; + goto yy1766; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy1764; + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy9460; + goto yy9461; + } else { + if (yych <= 0xC9) goto yy6129; + if (yych <= 0xCA) goto yy6130; + if (yych <= 0xCB) goto yy9462; + goto yy1769; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy9463; + if (yych <= 0xCE) goto yy9464; + goto yy9465; + } else { + if (yych == 0xD2) goto yy9466; + if (yych <= 0xD3) goto yy6129; + goto yy6135; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy6136; + if (yych <= 0xD6) goto yy9467; + if (yych <= 0xD7) goto yy9468; + goto yy9469; + } else { + if (yych <= 0xD9) goto yy9470; + if (yych <= 0xDA) goto yy6129; + if (yych <= 0xDB) goto yy9471; + goto yy9472; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy9473; + if (yych <= 0xDE) goto yy9474; + if (yych <= 0xDF) goto yy9475; + goto yy9476; + } else { + if (yych <= 0xE1) goto yy9477; + if (yych <= 0xE2) goto yy9478; + if (yych <= 0xE3) goto yy9479; + goto yy4270; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9480; + if (yych <= 0xEE) goto yy1766; + goto yy9481; + } else { + if (yych <= 0xF0) goto yy9482; + if (yych == 0xF3) goto yy4274; + goto yy1766; + } + } + } + } +yy9485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych == 0x9A) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1762; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1762; + goto yy2; + } + } +yy9486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy9483; + if (yych <= 0x9B) goto yy1762; + goto yy2; +yy9487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy9483; + goto yy2; +yy9488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy9483; + } else { + if (yych == 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy9489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x90) goto yy9483; + if (yych <= 0x97) goto yy1762; + goto yy9483; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1762; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy9490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9483; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9483; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9483; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9483; + if (yych <= 0xB5) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy9491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1762; + goto yy9483; + } else { + if (yych == 0x97) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy9483; + goto yy2; + } else { + if (yych <= 0xA1) goto yy9483; + if (yych <= 0xA3) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1762; + goto yy2; + } + } + } +yy9492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy9483; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy9483; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy9483; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy9483; + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy9493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych == 0x91) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy9483; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1762; + } else { + if (yych <= 0xB4) goto yy9483; + if (yych <= 0xB5) goto yy1762; + goto yy2; + } + } + } +yy9494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy9483; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy9483; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9483; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9483; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy9495: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych == 0x90) goto yy9483; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy9483; + if (yych <= 0xA3) goto yy1762; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1762; + } else { + if (yych == 0xB9) goto yy9483; + goto yy2; + } + } + } +yy9496: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy9483; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9483; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9483; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9483; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy9497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1762; + if (yych <= 0xB1) goto yy9483; + goto yy2; + } + } + } +yy9498: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1762; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy9483; + default: goto yy2; + } +yy9499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy9483; + if (yych == 0x97) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1762; + goto yy2; + } + } +yy9500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy9501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1762; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy9483; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } + } +yy9502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy9483; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy9503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1762; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy9483; + goto yy2; + } + } + } +yy9504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy9483; + goto yy2; + } else { + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy9505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8E) goto yy9483; + if (yych <= 0x96) goto yy2; + goto yy1762; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9483; + if (yych <= 0xA3) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1762; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } + } +yy9506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy9483; + } else { + if (yych == 0xBD) goto yy9483; + goto yy2; + } + } +yy9507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9483; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1762; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1762; + goto yy2; + } + } +yy9508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1762; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy9509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych == 0x87) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy9483; + if (yych <= 0x8F) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy9510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9483; + goto yy2; + } else { + if (yych <= 0x8D) goto yy9483; + if (yych <= 0x8F) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy9483; + goto yy2; + } else { + if (yych <= 0x9D) goto yy9483; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy9511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy9483; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy9483; + goto yy2; + } + } +yy9512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy9483; + if (yych <= 0x81) goto yy2; + goto yy9483; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy9483; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy9513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9483; + goto yy2; + } else { + if (yych <= 0x95) goto yy9483; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy9514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9483; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1762; + goto yy2; +yy9515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9483; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy9516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy9483; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy9483; + goto yy2; +yy9517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy9518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy9483; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy9519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy9483; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy9520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9483; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy9483; + goto yy2; +yy9521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy9483; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB1) goto yy9483; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } + } +yy9522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych <= 0x93) goto yy1762; + if (yych <= 0x9F) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy9483; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1762; + goto yy2; + } + } +yy9523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy9524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy9483; + goto yy2; +yy9525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xAA) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy9526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy9483; + goto yy2; +yy9527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9483; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1762; + goto yy2; + } +yy9528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9483; + if (yych <= 0x9B) goto yy1762; + goto yy2; +yy9529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xA0) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy9483; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy9530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9483; + if (yych <= 0xB3) goto yy1762; + goto yy2; +yy9531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9483; + if (yych <= 0xB7) goto yy1762; + goto yy2; +yy9532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy9483; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy9483; + goto yy2; + } +yy9533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1762; + if (yych <= 0xAC) goto yy9483; + goto yy1762; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy9483; + if (yych <= 0xB4) goto yy1762; + goto yy9483; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1762; + goto yy2; + } + } +yy9534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy9483; + goto yy2; +yy9535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy9536: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9483; + goto yy2; +yy9537: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9483; + goto yy2; + } else { + if (yych <= 0x9D) goto yy9483; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy9538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9483; + goto yy2; + } else { + if (yych <= 0x8D) goto yy9483; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy9483; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy9483; + goto yy2; + } + } +yy9539: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy9483; + } else { + if (yych == 0xBE) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy9540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0x84) goto yy9483; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy9483; + goto yy1762; + } else { + if (yych <= 0x93) goto yy9483; + if (yych <= 0x95) goto yy2; + goto yy9483; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAC) goto yy9483; + if (yych <= 0xAF) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy9483; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9483; + if (yych <= 0xBE) goto yy1762; + goto yy2; + } + } + } +yy9541: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1762; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy9483; + default: goto yy2; + } +yy9542: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + goto yy9483; + } else { + if (yych == 0x8E) goto yy9483; + if (yych <= 0x8F) goto yy1762; + goto yy2; + } +yy9543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy9483; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy9544: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy9545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9483; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9483; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy9546: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xAE) goto yy9483; + if (yych <= 0xB1) goto yy1762; + if (yych <= 0xB3) goto yy9483; + goto yy2; + } +yy9547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy9483; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy9483; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy9548: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9483; + if (yych == 0xBF) goto yy1762; + goto yy2; +yy9549: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy9483; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy9483; + goto yy2; + } + } +yy9550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy9483; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy9551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1762; + goto yy2; + } else { + if (yych <= 0x93) goto yy1762; + if (yych == 0xA0) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1762; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1762; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9483; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy9552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy9483; + goto yy2; +yy9553: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1762; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBA) goto yy9483; + goto yy2; + } +yy9554: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy9483; + goto yy2; +yy9555: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy9483; + goto yy2; + } else { + if (yych <= 0x9F) goto yy9483; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy9483; + goto yy2; + } +yy9556: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } +yy9557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy9483; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy9558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1762; + goto yy2; +yy9559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1762; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy9560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9483; + if (yych <= 0x88) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAD) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy9483; + goto yy2; + } +yy9561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy9483; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy9562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9483; + goto yy1762; + } else { + if (yych == 0x86) goto yy1762; + goto yy9483; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1762; + if (yych <= 0xA2) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1762; + goto yy2; + } + } +yy9563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy9483; + goto yy2; +yy9564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0xB3) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy9565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy9483; + if (yych <= 0xBA) goto yy2; + goto yy9483; + } else { + if (yych == 0xBD) goto yy9483; + goto yy2; + } + } +yy9566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy9483; + } else { + if (yych <= 0xAD) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy9567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9483; + if (yych <= 0x93) goto yy1762; + goto yy2; +yy9568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9483; + if (yych <= 0xB6) goto yy1762; + goto yy2; +yy9569: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy9483; + goto yy1762; + } else { + if (yych <= 0x8B) goto yy9483; + if (yych <= 0x8D) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } + } +yy9570: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy9483; + goto yy1762; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy9483; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1762; + goto yy2; + } + } +yy9571: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy9483; + goto yy2; + } else { + if (yych <= 0x8E) goto yy9483; + if (yych <= 0x90) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy9483; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy9572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9483; + if (yych <= 0x9B) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA5) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy9573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy9483; + if (yych <= 0xAA) goto yy1762; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy9574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9483; + goto yy2; + } else { + if (yych <= 0x97) goto yy9483; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy9483; + goto yy1762; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1762; + if (yych <= 0xB6) goto yy9483; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy9483; + goto yy2; + } + } +yy9575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9483; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy9576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy9577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy9578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy9483; + goto yy2; +yy9579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy9580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9483; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy9581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9483; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9483; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } +yy9582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1762; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1762; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1762; + if (yych == 0xA9) goto yy1762; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy9583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy9483; + goto yy2; +yy9584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy1762; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy9585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1762; + if (yych <= 0x9A) goto yy9483; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1762; + goto yy2; + } +yy9586: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12233; + case 0x81: goto yy12234; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy6129; + case 0x83: goto yy12235; + case 0x84: goto yy7480; + case 0x85: goto yy7481; + case 0x86: goto yy7482; + case 0x87: goto yy7483; + case 0x8A: goto yy12236; + case 0x8B: goto yy12237; + case 0x8C: goto yy12238; + case 0x8D: goto yy12239; + case 0x8E: goto yy12240; + case 0x8F: goto yy12241; + case 0x92: goto yy12242; + case 0x94: goto yy12243; + case 0x95: goto yy12244; + case 0x9C: goto yy12245; + case 0x9D: goto yy12246; + case 0xA0: goto yy12247; + case 0xA1: goto yy12248; + case 0xA2: goto yy12249; + case 0xA3: goto yy12250; + case 0xA4: goto yy12251; + case 0xA6: goto yy12252; + case 0xA8: goto yy12253; + case 0xA9: goto yy12254; + case 0xAA: goto yy12255; + case 0xAB: goto yy12256; + case 0xAC: goto yy9526; + case 0xAD: goto yy12257; + case 0xAE: goto yy12258; + case 0xB1: goto yy12259; + case 0xB2: + case 0xB3: goto yy12260; + default: goto yy2; + } +yy9587: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12261; + case 0x81: goto yy8031; + case 0x82: goto yy12262; + case 0x83: goto yy12263; + case 0x84: goto yy12264; + case 0x85: goto yy12265; + case 0x86: goto yy12266; + case 0x87: goto yy12267; + case 0x88: goto yy12268; + case 0x8A: goto yy12269; + case 0x8B: goto yy12270; + case 0x8C: goto yy12271; + case 0x8D: goto yy12272; + case 0x92: + case 0x98: goto yy12273; + case 0x93: goto yy12274; + case 0x96: goto yy12275; + case 0x97: goto yy12276; + case 0x99: goto yy12277; + case 0x9A: goto yy12278; + case 0x9B: goto yy2362; + case 0x9C: goto yy8049; + case 0xA2: goto yy12279; + case 0xA3: goto yy12280; + case 0xAB: goto yy12281; + default: goto yy2; + } +yy9588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy6129; + goto yy12282; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy6129; + if (yych <= 0x95) goto yy12283; + goto yy2; + } +yy9589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6129; + if (yych <= 0x90) goto yy12284; + goto yy2; +yy9590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy6129; + if (yych <= 0x99) goto yy12285; + goto yy2; +yy9591: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy6129; + case 0xA8: goto yy12281; + case 0xA9: goto yy12286; + case 0xAB: goto yy12287; + case 0xAC: goto yy12288; + case 0xAD: goto yy12289; + case 0xAE: goto yy12290; + case 0xBD: goto yy12291; + case 0xBE: goto yy7538; + default: goto yy2; + } +yy9592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy6129; + if (yych <= 0xB1) goto yy12292; + if (yych <= 0xB2) goto yy12293; + goto yy2; +yy9593: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1772; + case 0x83: goto yy7541; + case 0x84: goto yy7542; + case 0x85: goto yy7543; + case 0x87: goto yy7544; + case 0x89: goto yy7545; + case 0x8D: goto yy7546; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy6129; + case 0x91: goto yy12294; + case 0x92: goto yy12295; + case 0x93: goto yy12296; + case 0x94: goto yy12297; + case 0x95: goto yy12298; + case 0x9A: goto yy12299; + case 0x9B: goto yy12300; + case 0x9C: goto yy12301; + case 0x9D: goto yy12302; + case 0x9E: goto yy12303; + case 0x9F: goto yy12304; + case 0xAA: goto yy7558; + default: goto yy2; + } +yy9594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy6129; + if (yych <= 0xA3) goto yy12305; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy12306; + goto yy12307; + } else { + if (yych <= 0xBA) goto yy12308; + if (yych <= 0xBB) goto yy7563; + goto yy2; + } + } +yy9595: + yyaccept = 15; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy245; + if (yych <= '$') goto yy533; + if (yych <= '%') goto yy146; + goto yy245; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy781; + goto yy245; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy3280; + if (yych <= '.') goto yy6180; + if (yych <= '/') goto yy245; + goto yy870; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy245; + if (yych <= '>') goto yy533; + goto yy245; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy9595; + if (yych <= ']') goto yy245; + goto yy533; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy533; + if (yych <= 'z') goto yy9595; + goto yy245; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy245; + if (yych <= '~') goto yy533; + goto yy245; + } else { + if (yych <= 0xC2) goto yy9597; + if (yych <= 0xC3) goto yy9598; + if (yych <= 0xC9) goto yy9599; + goto yy9600; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy3289; + if (yych <= 0xCC) goto yy537; + if (yych <= 0xCD) goto yy9601; + goto yy9602; + } else { + if (yych <= 0xCF) goto yy9603; + if (yych == 0xD2) goto yy9604; + goto yy9599; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy9605; + if (yych <= 0xD5) goto yy9606; + if (yych <= 0xD6) goto yy9607; + goto yy9608; + } else { + if (yych <= 0xD8) goto yy9609; + if (yych <= 0xD9) goto yy9610; + if (yych <= 0xDA) goto yy9599; + goto yy9611; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy9612; + if (yych <= 0xDD) goto yy9613; + if (yych <= 0xDE) goto yy9614; + goto yy9615; + } else { + if (yych <= 0xE0) goto yy9616; + if (yych <= 0xE1) goto yy9617; + if (yych <= 0xE2) goto yy9618; + goto yy9619; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy557; + if (yych == 0xEA) goto yy9620; + goto yy245; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy9621; + goto yy9622; + } else { + if (yych == 0xF3) goto yy561; + goto yy245; + } + } + } + } + } +yy9597: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy533; + case 0xAA: + case 0xB5: + case 0xBA: goto yy12309; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy9598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12309; + goto yy533; + } else { + if (yych == 0xB7) goto yy533; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy9599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy9600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12309; + goto yy2; +yy9601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB3) goto yy12309; + if (yych <= 0xB4) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy12309; + if (yych <= 0xBA) goto yy2; + goto yy12309; + } else { + if (yych == 0xBF) goto yy12309; + goto yy2; + } + } +yy9602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy12309; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy12309; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy12309; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy9603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy533; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy9604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12309; + if (yych <= 0x89) goto yy533; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy9605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy9606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12309; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy9607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy12309; + } else { + if (yych == 0x8A) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy533; + } else { + if (yych <= 0xBE) goto yy1564; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy9608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy12309; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12309; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy9609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy533; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy9610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy12309; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy12309; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy9611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy12309; + goto yy2; + } else { + if (yych <= 0x95) goto yy12309; + if (yych == 0x9D) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy12309; + goto yy843; + } else { + if (yych <= 0xBC) goto yy12309; + if (yych <= 0xBE) goto yy533; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy9612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy12309; + goto yy533; + } else { + if (yych <= 0xAF) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy9613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy9614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12309; + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy12309; + goto yy2; +yy9615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy12309; + } else { + if (yych <= 0xB3) goto yy533; + if (yych == 0xB6) goto yy533; + goto yy2; + } +yy9616: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy12311; + case 0xA1: goto yy12312; + case 0xA2: goto yy12313; + case 0xA3: goto yy1800; + case 0xA4: goto yy12314; + case 0xA5: goto yy12315; + case 0xA6: goto yy12316; + case 0xA7: goto yy12317; + case 0xA8: goto yy12318; + case 0xA9: goto yy12319; + case 0xAA: goto yy12320; + case 0xAB: goto yy12321; + case 0xAC: goto yy12322; + case 0xAD: goto yy12323; + case 0xAE: goto yy12324; + case 0xAF: goto yy12325; + case 0xB0: goto yy12326; + case 0xB1: goto yy12327; + case 0xB2: goto yy12328; + case 0xB3: goto yy12329; + case 0xB4: goto yy12330; + case 0xB5: goto yy12331; + case 0xB6: goto yy12332; + case 0xB7: goto yy12333; + case 0xB8: goto yy1820; + case 0xB9: goto yy3336; + case 0xBA: goto yy1822; + case 0xBB: goto yy3337; + case 0xBC: goto yy3338; + case 0xBD: goto yy1825; + case 0xBE: goto yy1826; + case 0xBF: goto yy1827; + default: goto yy2; + } +yy9617: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy3339; + case 0x82: goto yy12334; + case 0x83: goto yy12335; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy9599; + case 0x89: goto yy12336; + case 0x8A: goto yy12337; + case 0x8B: goto yy12338; + case 0x8C: goto yy12339; + case 0x8D: goto yy12340; + case 0x8E: goto yy12341; + case 0x8F: goto yy12342; + case 0x90: goto yy12343; + case 0x99: goto yy12344; + case 0x9A: goto yy12345; + case 0x9B: goto yy12346; + case 0x9C: goto yy12347; + case 0x9D: goto yy12348; + case 0x9E: goto yy1845; + case 0x9F: goto yy3355; + case 0xA0: goto yy12349; + case 0xA1: goto yy12350; + case 0xA2: goto yy12351; + case 0xA3: goto yy12352; + case 0xA4: goto yy12353; + case 0xA5: goto yy3361; + case 0xA7: goto yy3362; + case 0xA8: goto yy12354; + case 0xA9: goto yy1854; + case 0xAA: goto yy3364; + case 0xAC: goto yy1856; + case 0xAD: goto yy3365; + case 0xAE: goto yy12355; + case 0xAF: goto yy12356; + case 0xB0: goto yy12357; + case 0xB1: goto yy12358; + case 0xB3: goto yy12359; + case 0xB4: goto yy12360; + case 0xB5: goto yy12361; + case 0xB6: goto yy12362; + case 0xB7: goto yy1866; + case 0xBC: goto yy12363; + case 0xBD: goto yy12364; + case 0xBE: goto yy12365; + case 0xBF: goto yy12366; + default: goto yy2; + } +yy9618: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6240; + case 0x81: goto yy1872; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: goto yy12367; + case 0x85: goto yy12368; + case 0x86: goto yy12369; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x88: goto yy6244; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy12370; + case 0xB1: goto yy12371; + case 0xB2: goto yy9599; + case 0xB3: goto yy12372; + case 0xB4: goto yy12373; + case 0xB5: goto yy12374; + case 0xB6: goto yy12375; + case 0xB7: goto yy12376; + case 0xB8: goto yy5580; + case 0xBA: goto yy1897; + case 0xBB: goto yy1859; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy9619: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12377; + case 0x82: goto yy1900; + case 0x84: goto yy12378; + case 0x86: goto yy12379; + case 0x87: goto yy1903; + case 0x88: goto yy1904; + case 0x89: goto yy1905; + case 0x8A: goto yy1906; + case 0x8B: goto yy1907; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy537; + default: goto yy2; + } +yy9620: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy549; + case 0x93: goto yy12380; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy9599; + case 0x98: goto yy12381; + case 0x99: goto yy12382; + case 0x9A: goto yy12383; + case 0x9B: goto yy12384; + case 0x9C: goto yy12385; + case 0x9D: goto yy9605; + case 0x9E: goto yy12386; + case 0x9F: goto yy12387; + case 0xA0: goto yy12388; + case 0xA1: goto yy12389; + case 0xA2: goto yy12390; + case 0xA3: goto yy12391; + case 0xA4: goto yy12392; + case 0xA5: goto yy12393; + case 0xA6: goto yy1920; + case 0xA7: goto yy3407; + case 0xA8: goto yy12394; + case 0xA9: goto yy12395; + case 0xAA: goto yy1924; + case 0xAB: goto yy12396; + case 0xAC: goto yy12397; + case 0xAD: goto yy12398; + case 0xAF: goto yy12399; + default: goto yy2; + } +yy9621: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy12400; + case 0xAD: goto yy12401; + case 0xAE: goto yy12402; + case 0xAF: goto yy12403; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy9599; + case 0xB4: goto yy12404; + case 0xB5: goto yy12405; + case 0xB6: goto yy12406; + case 0xB7: goto yy12407; + case 0xB8: goto yy6283; + case 0xB9: goto yy12408; + case 0xBB: goto yy12409; + case 0xBC: goto yy12410; + case 0xBD: goto yy12411; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy9622: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy12412; + case 0x91: goto yy12413; + case 0x92: goto yy12414; + case 0x93: goto yy12415; + case 0x94: goto yy12416; + case 0x96: goto yy12417; + case 0x9B: goto yy12418; + case 0x9D: goto yy12419; + case 0x9E: goto yy12420; + case 0x9F: goto yy1950; + default: goto yy2; + } +yy9623: + yyaccept = 22; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy3282; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy533; + goto yy3282; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6297; + if (yych <= '.') goto yy6298; + if (yych <= '/') goto yy3282; + goto yy2445; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy3282; + if (yych <= '>') goto yy533; + goto yy3282; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy12309; + if (yych <= ']') goto yy3282; + goto yy533; + } else { + if (yych <= 'z') goto yy12309; + if (yych == '|') goto yy533; + goto yy3282; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy533; + if (yych <= 0xC1) goto yy3282; + if (yych <= 0xC2) goto yy9597; + goto yy9598; + } else { + if (yych <= 0xC9) goto yy9599; + if (yych <= 0xCA) goto yy9600; + if (yych <= 0xCB) goto yy3289; + goto yy537; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy9601; + if (yych <= 0xCE) goto yy9602; + goto yy9603; + } else { + if (yych == 0xD2) goto yy9604; + if (yych <= 0xD3) goto yy9599; + goto yy9605; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy9606; + if (yych <= 0xD6) goto yy9607; + if (yych <= 0xD7) goto yy9608; + goto yy9609; + } else { + if (yych <= 0xD9) goto yy9610; + if (yych <= 0xDA) goto yy9599; + if (yych <= 0xDB) goto yy9611; + goto yy9612; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy9613; + if (yych <= 0xDE) goto yy9614; + if (yych <= 0xDF) goto yy9615; + goto yy9616; + } else { + if (yych <= 0xE1) goto yy9617; + if (yych <= 0xE2) goto yy9618; + if (yych <= 0xE3) goto yy9619; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9620; + if (yych <= 0xEE) goto yy3282; + goto yy9621; + } else { + if (yych <= 0xF0) goto yy9622; + if (yych == 0xF3) goto yy561; + goto yy3282; + } + } + } + } +yy9624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy9623; + } else { + if (yych == 0x9A) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy533; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy533; + goto yy2; + } + } +yy9625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy9623; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy9626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy9623; + goto yy2; +yy9627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy9623; + } else { + if (yych == 0xBD) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy9628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x90) goto yy9623; + if (yych <= 0x97) goto yy533; + goto yy9623; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy9629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy9623; + } else { + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9623; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9623; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9623; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9623; + if (yych <= 0xB5) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy9630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy533; + goto yy9623; + } else { + if (yych == 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy9623; + goto yy2; + } else { + if (yych <= 0xA1) goto yy9623; + if (yych <= 0xA3) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy9623; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } + } + } +yy9631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy9623; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy9623; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy9623; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy9623; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy9623; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy9623; + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy9632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x91) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy9623; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy533; + } else { + if (yych <= 0xB4) goto yy9623; + if (yych <= 0xB5) goto yy533; + goto yy2; + } + } + } +yy9633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy9623; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy9623; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9623; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9623; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy9634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy9623; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy9623; + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy533; + } else { + if (yych == 0xB9) goto yy9623; + goto yy2; + } + } + } +yy9635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy9623; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9623; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9623; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9623; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy9636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9623; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy9623; + goto yy2; + } + } + } +yy9637: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy533; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy9623; + default: goto yy2; + } +yy9638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy9623; + if (yych == 0x97) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; + } + } +yy9639: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy9623; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy9623; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy9640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy9623; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9623; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy9641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy9623; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy9623; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy9642: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9623; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy9623; + goto yy2; + } + } + } +yy9643: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy9623; + goto yy2; + } else { + if (yych <= 0xBD) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy9644: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x8E) goto yy9623; + if (yych <= 0x96) goto yy2; + goto yy533; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9623; + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy533; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } + } +yy9645: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy9623; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy9623; + } else { + if (yych == 0xBD) goto yy9623; + goto yy2; + } + } +yy9646: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9623; + goto yy2; + } else { + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy9647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy9648: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy9623; + } else { + if (yych == 0x87) goto yy9623; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy9623; + if (yych <= 0x8F) goto yy2; + goto yy9623; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy9649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9623; + goto yy2; + } else { + if (yych <= 0x8D) goto yy9623; + if (yych <= 0x8F) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy9623; + goto yy2; + } else { + if (yych <= 0x9D) goto yy9623; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy9650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy9623; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy9623; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy9623; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy9623; + goto yy2; + } + } +yy9651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy9623; + if (yych <= 0x81) goto yy2; + goto yy9623; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy9623; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy9652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9623; + goto yy2; + } else { + if (yych <= 0x95) goto yy9623; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy9653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9623; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; +yy9654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9623; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy9655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy9623; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy9623; + goto yy2; +yy9656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy9657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy9623; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy9658: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy9623; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy9659: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9623; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy9623; + goto yy2; +yy9660: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy9623; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy533; + goto yy2; + } else { + if (yych <= 0xB1) goto yy9623; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy9661: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy9623; + } else { + if (yych <= 0x93) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy9623; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy9662: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy9663: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy9623; + goto yy2; +yy9664: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9623; + goto yy533; + } else { + if (yych <= 0xAA) goto yy9623; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy9665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy9623; + goto yy2; +yy9666: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9623; + goto yy2; + } else { + if (yych <= 0xAB) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } +yy9667: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9623; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy9668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xA0) goto yy9623; + goto yy533; + } else { + if (yych <= 0xAF) goto yy9623; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy9669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9623; + if (yych <= 0xB3) goto yy533; + goto yy2; +yy9670: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9623; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy9671: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy9623; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy9623; + goto yy2; + } +yy9672: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy533; + goto yy2; + } else { + if (yych <= 0xA8) goto yy533; + if (yych <= 0xAC) goto yy9623; + goto yy533; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy9623; + if (yych <= 0xB4) goto yy533; + goto yy9623; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy9673: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy9623; + goto yy2; +yy9674: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy9675: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9623; + goto yy2; +yy9676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9623; + goto yy2; + } else { + if (yych <= 0x9D) goto yy9623; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy9677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9623; + goto yy2; + } else { + if (yych <= 0x8D) goto yy9623; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy9623; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy9623; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy9623; + goto yy2; + } + } +yy9678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy9623; + } else { + if (yych == 0xBE) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy9679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x84) goto yy9623; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy9623; + goto yy533; + } else { + if (yych <= 0x93) goto yy9623; + if (yych <= 0x95) goto yy2; + goto yy9623; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy533; + } else { + if (yych <= 0xAC) goto yy9623; + if (yych <= 0xAF) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy9623; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9623; + if (yych <= 0xBE) goto yy533; + goto yy2; + } + } + } +yy9680: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy533; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy9623; + default: goto yy2; + } +yy9681: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy9623; + } else { + if (yych == 0x8E) goto yy9623; + if (yych <= 0x8F) goto yy533; + goto yy2; + } +yy9682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy9623; + goto yy2; + } else { + if (yych <= 0x8B) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy9683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy9684: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9623; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9623; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy9685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy9623; + goto yy533; + } else { + if (yych <= 0xAE) goto yy9623; + if (yych <= 0xB1) goto yy533; + if (yych <= 0xB3) goto yy9623; + goto yy2; + } +yy9686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy9623; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy9623; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy9687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9623; + if (yych == 0xBF) goto yy533; + goto yy2; +yy9688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy9623; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy9623; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy9623; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy9623; + goto yy2; + } + } +yy9689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy9623; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy9623; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy9623; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy9690: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x93) goto yy533; + if (yych == 0xA0) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9623; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy9691: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy9623; + goto yy2; +yy9692: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy533; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBA) goto yy9623; + goto yy2; + } +yy9693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy9623; + goto yy2; +yy9694: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy9623; + goto yy2; + } else { + if (yych <= 0x9F) goto yy9623; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy9623; + goto yy2; + } +yy9695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9623; + goto yy533; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy9696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy9623; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy9697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9623; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy533; + goto yy2; +yy9698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } else { + if (yych <= 0xA1) goto yy533; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy9699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9623; + if (yych <= 0x88) goto yy2; + goto yy533; + } else { + if (yych <= 0xAD) goto yy9623; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy9623; + goto yy2; + } +yy9700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy9623; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy9701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9623; + goto yy533; + } else { + if (yych == 0x86) goto yy533; + goto yy9623; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy533; + if (yych <= 0xA2) goto yy9623; + goto yy533; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy9702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy9623; + goto yy2; +yy9703: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0xB3) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy9704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy9623; + if (yych <= 0xBA) goto yy2; + goto yy9623; + } else { + if (yych == 0xBD) goto yy9623; + goto yy2; + } + } +yy9705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy9623; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy9706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9623; + if (yych <= 0x93) goto yy533; + goto yy2; +yy9707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9623; + if (yych <= 0xB6) goto yy533; + goto yy2; +yy9708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy9623; + goto yy533; + } else { + if (yych <= 0x8B) goto yy9623; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } + } +yy9709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy9623; + goto yy533; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy9623; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy533; + goto yy2; + } + } +yy9710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy9623; + goto yy2; + } else { + if (yych <= 0x8E) goto yy9623; + if (yych <= 0x90) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy9623; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy9711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9623; + if (yych <= 0x9B) goto yy533; + goto yy2; + } else { + if (yych <= 0xA5) goto yy9623; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy9712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy9623; + if (yych <= 0xAA) goto yy533; + goto yy2; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy9713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9623; + goto yy2; + } else { + if (yych <= 0x97) goto yy9623; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy9623; + goto yy533; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy533; + if (yych <= 0xB6) goto yy9623; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy9623; + goto yy2; + } + } +yy9714: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9623; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy9715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy9716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy9717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy9623; + goto yy2; +yy9718: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy9719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9623; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy9720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9623; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9623; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy9721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy533; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy533; + if (yych == 0xA9) goto yy533; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy9722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy9623; + goto yy2; +yy9723: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy533; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy9623; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy9724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy533; + if (yych <= 0x9A) goto yy9623; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy9725: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12421; + case 0x81: goto yy12422; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy6156; + case 0x83: goto yy12423; + case 0x84: goto yy4441; + case 0x85: goto yy4442; + case 0x86: goto yy4443; + case 0x87: goto yy4444; + case 0x8A: goto yy12424; + case 0x8B: goto yy12425; + case 0x8C: goto yy12426; + case 0x8D: goto yy12427; + case 0x8E: goto yy12428; + case 0x8F: goto yy12429; + case 0x92: goto yy12430; + case 0x94: goto yy12431; + case 0x95: goto yy12432; + case 0x9C: goto yy12433; + case 0x9D: goto yy12434; + case 0xA0: goto yy12435; + case 0xA1: goto yy12436; + case 0xA2: goto yy12437; + case 0xA3: goto yy12438; + case 0xA4: goto yy12439; + case 0xA6: goto yy12440; + case 0xA8: goto yy12441; + case 0xA9: goto yy12442; + case 0xAA: goto yy12443; + case 0xAB: goto yy12444; + case 0xAC: goto yy9665; + case 0xAD: goto yy12445; + case 0xAE: goto yy12446; + case 0xB1: goto yy12447; + case 0xB2: + case 0xB3: goto yy12448; + default: goto yy2; + } +yy9726: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12449; + case 0x81: goto yy6330; + case 0x82: goto yy12450; + case 0x83: goto yy12451; + case 0x84: goto yy12452; + case 0x85: goto yy12453; + case 0x86: goto yy12454; + case 0x87: goto yy12455; + case 0x88: goto yy12456; + case 0x8A: goto yy12457; + case 0x8B: goto yy12458; + case 0x8C: goto yy12459; + case 0x8D: goto yy12460; + case 0x92: + case 0x98: goto yy12461; + case 0x93: goto yy12462; + case 0x96: goto yy12463; + case 0x97: goto yy12464; + case 0x99: goto yy12465; + case 0x9A: goto yy12466; + case 0x9B: goto yy2362; + case 0x9C: goto yy6348; + case 0xA2: goto yy12467; + case 0xA3: goto yy12468; + case 0xAB: goto yy12469; + default: goto yy2; + } +yy9727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy6156; + goto yy12470; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy6156; + if (yych <= 0x95) goto yy12471; + goto yy2; + } +yy9728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6156; + if (yych <= 0x90) goto yy12472; + goto yy2; +yy9729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy6156; + if (yych <= 0x99) goto yy12473; + goto yy2; +yy9730: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy6156; + case 0xA8: goto yy12469; + case 0xA9: goto yy12474; + case 0xAB: goto yy12475; + case 0xAC: goto yy12476; + case 0xAD: goto yy12477; + case 0xAE: goto yy12478; + case 0xBD: goto yy12479; + case 0xBE: goto yy4493; + default: goto yy2; + } +yy9731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy6156; + if (yych <= 0xB1) goto yy12480; + if (yych <= 0xB2) goto yy12481; + goto yy2; +yy9732: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy537; + case 0x83: goto yy1850; + case 0x84: goto yy4496; + case 0x85: goto yy4497; + case 0x87: goto yy4498; + case 0x89: goto yy4499; + case 0x8D: goto yy4500; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy6156; + case 0x91: goto yy12482; + case 0x92: goto yy12483; + case 0x93: goto yy12484; + case 0x94: goto yy12485; + case 0x95: goto yy12486; + case 0x9A: goto yy12487; + case 0x9B: goto yy12488; + case 0x9C: goto yy12489; + case 0x9D: goto yy12490; + case 0x9E: goto yy12491; + case 0x9F: goto yy12492; + case 0xAA: goto yy4508; + default: goto yy2; + } +yy9733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy6156; + if (yych <= 0xA3) goto yy12493; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy12494; + goto yy12495; + } else { + if (yych <= 0xBA) goto yy12496; + if (yych <= 0xBB) goto yy4513; + goto yy2; + } + } +yy9734: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy533; + case 0xAA: + case 0xB5: + case 0xBA: goto yy12309; + default: goto yy2; + } +yy9735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy12309; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy12309; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy12309; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy9736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy12309; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy533; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy9737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy12309; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy12309; + goto yy2; + } + } +yy9738: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy3339; + case 0x82: goto yy12334; + case 0x83: goto yy12335; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy9599; + case 0x89: goto yy12336; + case 0x8A: goto yy12337; + case 0x8B: goto yy12338; + case 0x8C: goto yy12339; + case 0x8D: goto yy12340; + case 0x8E: goto yy12341; + case 0x8F: goto yy12342; + case 0x90: goto yy12497; + case 0x99: goto yy12344; + case 0x9A: goto yy12345; + case 0x9B: goto yy12346; + case 0x9C: goto yy12347; + case 0x9D: goto yy12348; + case 0x9E: goto yy1845; + case 0x9F: goto yy3355; + case 0xA0: goto yy12498; + case 0xA1: goto yy12350; + case 0xA2: goto yy12351; + case 0xA3: goto yy12352; + case 0xA4: goto yy12353; + case 0xA5: goto yy3361; + case 0xA7: goto yy3362; + case 0xA8: goto yy12354; + case 0xA9: goto yy1854; + case 0xAA: goto yy3364; + case 0xAC: goto yy1856; + case 0xAD: goto yy3365; + case 0xAE: goto yy12355; + case 0xAF: goto yy12356; + case 0xB0: goto yy12357; + case 0xB1: goto yy12358; + case 0xB3: goto yy12359; + case 0xB4: goto yy12360; + case 0xB5: goto yy12361; + case 0xB6: goto yy12362; + case 0xB7: goto yy1866; + case 0xBC: goto yy12363; + case 0xBD: goto yy12364; + case 0xBE: goto yy12365; + case 0xBF: goto yy12366; + default: goto yy2; + } +yy9739: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3378; + case 0x81: goto yy1872; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: goto yy12367; + case 0x85: goto yy12368; + case 0x86: goto yy12369; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x88: goto yy3382; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy12370; + case 0xB1: goto yy12371; + case 0xB2: goto yy9599; + case 0xB3: goto yy12372; + case 0xB4: goto yy12373; + case 0xB5: goto yy12374; + case 0xB6: goto yy12375; + case 0xB7: goto yy12376; + case 0xB8: goto yy3009; + case 0xBA: goto yy1897; + case 0xBB: goto yy1859; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy9740: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy12400; + case 0xAD: goto yy12401; + case 0xAE: goto yy12402; + case 0xAF: goto yy12403; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy9599; + case 0xB4: goto yy12404; + case 0xB5: goto yy12405; + case 0xB6: goto yy12406; + case 0xB7: goto yy12407; + case 0xB8: goto yy3422; + case 0xB9: goto yy12499; + case 0xBB: goto yy12409; + case 0xBC: goto yy12500; + case 0xBD: goto yy12411; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy9741: + yyaccept = 15; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy245; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy533; + goto yy245; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy245; + goto yy2445; + } else { + if (yych <= ';') goto yy245; + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy245; + goto yy12309; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy245; + if (yych <= '`') goto yy533; + goto yy12309; + } else { + if (yych == '|') goto yy533; + if (yych <= '}') goto yy245; + goto yy533; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy245; + if (yych <= 0xC2) goto yy9734; + if (yych <= 0xC3) goto yy9598; + goto yy9599; + } else { + if (yych <= 0xCA) goto yy9600; + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + goto yy9601; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy9735; + if (yych <= 0xCF) goto yy9603; + goto yy9599; + } else { + if (yych <= 0xD2) goto yy9604; + if (yych <= 0xD3) goto yy9599; + if (yych <= 0xD4) goto yy9605; + goto yy9606; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy9736; + if (yych <= 0xD7) goto yy9737; + if (yych <= 0xD8) goto yy9609; + goto yy9610; + } else { + if (yych <= 0xDA) goto yy9599; + if (yych <= 0xDB) goto yy9611; + if (yych <= 0xDC) goto yy9612; + goto yy9613; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy9614; + if (yych <= 0xDF) goto yy9615; + goto yy9616; + } else { + if (yych <= 0xE1) goto yy9738; + if (yych <= 0xE2) goto yy9739; + if (yych <= 0xE3) goto yy9619; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9620; + if (yych <= 0xEE) goto yy245; + goto yy9740; + } else { + if (yych <= 0xF0) goto yy9622; + if (yych == 0xF3) goto yy561; + goto yy245; + } + } + } + } +yy9742: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy57; + } else { + if (yych <= '\'') goto yy2930; + if (yych == '+') goto yy533; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy12501; + if (yych <= '.') goto yy6490; + if (yych <= '/') goto yy57; + goto yy533; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy533; + goto yy57; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy9742; + if (yych <= ']') goto yy57; + goto yy533; + } else { + if (yych <= 'z') goto yy9742; + if (yych == '|') goto yy533; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy533; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy12502; + goto yy9745; + } else { + if (yych <= 0xC9) goto yy9746; + if (yych <= 0xCA) goto yy9747; + if (yych <= 0xCB) goto yy3289; + goto yy537; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy9748; + if (yych <= 0xCE) goto yy12503; + goto yy9750; + } else { + if (yych == 0xD2) goto yy9751; + if (yych <= 0xD3) goto yy9746; + goto yy9752; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy9753; + if (yych <= 0xD6) goto yy12504; + if (yych <= 0xD7) goto yy12505; + goto yy9756; + } else { + if (yych <= 0xD9) goto yy9757; + if (yych <= 0xDA) goto yy9746; + if (yych <= 0xDB) goto yy9758; + goto yy9759; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy9760; + if (yych <= 0xDE) goto yy9761; + if (yych <= 0xDF) goto yy9762; + goto yy9763; + } else { + if (yych <= 0xE1) goto yy12506; + if (yych <= 0xE2) goto yy12507; + if (yych <= 0xE3) goto yy9766; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9767; + if (yych <= 0xEE) goto yy57; + goto yy12508; + } else { + if (yych <= 0xF0) goto yy9769; + if (yych == 0xF3) goto yy561; + goto yy57; + } + } + } + } +yy9744: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy533; + case 0xAA: + case 0xB5: + case 0xBA: goto yy9742; + default: goto yy2; + } +yy9745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9742; + goto yy533; + } else { + if (yych == 0xB7) goto yy533; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy9746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy9747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9742; + goto yy2; +yy9748: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB3) goto yy9742; + if (yych <= 0xB4) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy9742; + if (yych <= 0xBA) goto yy2; + goto yy9742; + } else { + if (yych == 0xBF) goto yy9742; + goto yy2; + } + } +yy9749: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy9742; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy9742; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy9750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy533; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy9751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9742; + if (yych <= 0x89) goto yy533; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy9752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy9753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9742; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy9754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9742; + if (yych <= 0x8C) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy533; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy9755: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy9742; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy9742; + goto yy2; + } + } +yy9756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy533; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy9757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy9742; + if (yych <= 0x9F) goto yy533; + goto yy2; + } else { + if (yych == 0xB0) goto yy533; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy9758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy9742; + goto yy2; + } else { + if (yych <= 0x95) goto yy9742; + if (yych == 0x9D) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy9742; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9742; + if (yych <= 0xBE) goto yy533; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy9759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy9742; + goto yy533; + } else { + if (yych <= 0xAF) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy9760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy9761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9742; + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy9742; + goto yy2; +yy9762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy9742; + goto yy533; + } else { + if (yych == 0xB6) goto yy533; + goto yy2; + } +yy9763: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy12509; + case 0xA1: goto yy12510; + case 0xA2: goto yy12511; + case 0xA3: goto yy1800; + case 0xA4: goto yy12512; + case 0xA5: goto yy12513; + case 0xA6: goto yy12514; + case 0xA7: goto yy12515; + case 0xA8: goto yy12516; + case 0xA9: goto yy12517; + case 0xAA: goto yy12518; + case 0xAB: goto yy12519; + case 0xAC: goto yy12520; + case 0xAD: goto yy12521; + case 0xAE: goto yy12522; + case 0xAF: goto yy12523; + case 0xB0: goto yy12524; + case 0xB1: goto yy12525; + case 0xB2: goto yy12526; + case 0xB3: goto yy12527; + case 0xB4: goto yy12528; + case 0xB5: goto yy12529; + case 0xB6: goto yy12530; + case 0xB7: goto yy12531; + case 0xB8: goto yy1820; + case 0xB9: goto yy1821; + case 0xBA: goto yy1822; + case 0xBB: goto yy1823; + case 0xBC: goto yy1824; + case 0xBD: goto yy1825; + case 0xBE: goto yy1826; + case 0xBF: goto yy1827; + default: goto yy2; + } +yy9764: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy1829; + case 0x82: goto yy12532; + case 0x83: goto yy12533; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy9746; + case 0x89: goto yy12534; + case 0x8A: goto yy12535; + case 0x8B: goto yy12536; + case 0x8C: goto yy12537; + case 0x8D: goto yy12538; + case 0x8E: goto yy12539; + case 0x8F: goto yy12540; + case 0x90: goto yy12541; + case 0x99: goto yy12542; + case 0x9A: goto yy12543; + case 0x9B: goto yy12544; + case 0x9C: goto yy12545; + case 0x9D: goto yy12546; + case 0x9E: goto yy1845; + case 0x9F: goto yy1846; + case 0xA0: goto yy12547; + case 0xA1: goto yy12548; + case 0xA2: goto yy12549; + case 0xA3: goto yy12550; + case 0xA4: goto yy12551; + case 0xA5: goto yy1852; + case 0xA7: goto yy1853; + case 0xA8: goto yy12552; + case 0xA9: goto yy1854; + case 0xAA: goto yy1855; + case 0xAC: goto yy1856; + case 0xAD: goto yy1857; + case 0xAE: goto yy12553; + case 0xAF: goto yy12554; + case 0xB0: goto yy12555; + case 0xB1: goto yy12556; + case 0xB3: goto yy12557; + case 0xB4: goto yy12558; + case 0xB5: goto yy12559; + case 0xB6: goto yy12560; + case 0xB7: goto yy1866; + case 0xBC: goto yy12561; + case 0xBD: goto yy12562; + case 0xBE: goto yy12563; + case 0xBF: goto yy12564; + default: goto yy2; + } +yy9765: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1871; + case 0x81: goto yy1872; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: goto yy12565; + case 0x85: goto yy12566; + case 0x86: goto yy12567; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy12568; + case 0xB1: goto yy12569; + case 0xB2: goto yy9746; + case 0xB3: goto yy12570; + case 0xB4: goto yy12571; + case 0xB5: goto yy12572; + case 0xB6: goto yy12573; + case 0xB7: goto yy12574; + case 0xBA: goto yy1897; + case 0xBB: goto yy1859; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy9766: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12575; + case 0x82: goto yy1900; + case 0x84: goto yy12576; + case 0x86: goto yy12577; + case 0x87: goto yy1903; + case 0x88: goto yy1904; + case 0x89: goto yy1905; + case 0x8A: goto yy1906; + case 0x8B: goto yy1907; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy537; + default: goto yy2; + } +yy9767: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy549; + case 0x93: goto yy12578; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy9746; + case 0x98: goto yy12579; + case 0x99: goto yy12580; + case 0x9A: goto yy12581; + case 0x9B: goto yy12582; + case 0x9C: goto yy12583; + case 0x9D: goto yy9752; + case 0x9E: goto yy12584; + case 0x9F: goto yy12585; + case 0xA0: goto yy12586; + case 0xA1: goto yy12587; + case 0xA2: goto yy12588; + case 0xA3: goto yy12589; + case 0xA4: goto yy12590; + case 0xA5: goto yy12591; + case 0xA6: goto yy1920; + case 0xA7: goto yy1921; + case 0xA8: goto yy12592; + case 0xA9: goto yy12593; + case 0xAA: goto yy1924; + case 0xAB: goto yy12594; + case 0xAC: goto yy12595; + case 0xAD: goto yy12596; + case 0xAF: goto yy12597; + default: goto yy2; + } +yy9768: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy12598; + case 0xAD: goto yy12599; + case 0xAE: goto yy12600; + case 0xAF: goto yy12601; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy9746; + case 0xB4: goto yy12602; + case 0xB5: goto yy12603; + case 0xB6: goto yy12604; + case 0xB7: goto yy12605; + case 0xB8: goto yy1935; + case 0xB9: goto yy12606; + case 0xBB: goto yy12607; + case 0xBC: goto yy12608; + case 0xBD: goto yy12609; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy9769: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy12610; + case 0x91: goto yy12611; + case 0x92: goto yy12612; + case 0x93: goto yy12613; + case 0x94: goto yy12614; + case 0x96: goto yy12615; + case 0x9B: goto yy12616; + case 0x9D: goto yy12617; + case 0x9E: goto yy12618; + case 0x9F: goto yy1950; + default: goto yy2; + } +yy9770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy2; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy533; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy6862; + if (yych <= '/') goto yy2; + goto yy2445; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy2; + goto yy12619; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy533; + goto yy12619; + } else { + if (yych == '|') goto yy533; + if (yych <= '}') goto yy2; + goto yy533; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy12621; + if (yych <= 0xC3) goto yy12622; + goto yy12623; + } else { + if (yych <= 0xCA) goto yy12624; + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + goto yy12625; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy12626; + if (yych <= 0xCF) goto yy12627; + goto yy12623; + } else { + if (yych <= 0xD2) goto yy12628; + if (yych <= 0xD3) goto yy12623; + if (yych <= 0xD4) goto yy12629; + goto yy12630; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy12631; + if (yych <= 0xD7) goto yy12632; + if (yych <= 0xD8) goto yy12633; + goto yy12634; + } else { + if (yych <= 0xDA) goto yy12623; + if (yych <= 0xDB) goto yy12635; + if (yych <= 0xDC) goto yy12636; + goto yy12637; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy12638; + if (yych <= 0xDF) goto yy12639; + goto yy12640; + } else { + if (yych <= 0xE1) goto yy12641; + if (yych <= 0xE2) goto yy12642; + if (yych <= 0xE3) goto yy12643; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy12644; + if (yych <= 0xEE) goto yy2; + goto yy12645; + } else { + if (yych <= 0xF0) goto yy12646; + if (yych == 0xF3) goto yy561; + goto yy2; + } + } + } + } +yy9771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy6181; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy6181; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy6181; + } else { + if (yych == 0xBF) goto yy6181; + goto yy2; + } + } +yy9772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy6181; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy6181; + goto yy2; +yy9773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy6181; + goto yy2; +yy9774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy6181; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy9775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy6181; + if (yych == 0xA0) goto yy533; + goto yy2; +yy9776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy6181; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy9777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy6181; + if (yych <= 0x81) goto yy2; + goto yy6181; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy6181; + if (yych <= 0xBA) goto yy533; + goto yy2; + } +yy9778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy6181; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy9779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy6181; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy6181; + goto yy2; +yy9780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy6181; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy9781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy6181; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy9782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy6181; + goto yy2; +yy9783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy6181; + goto yy2; +yy9784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6181; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy6181; + goto yy2; +yy9785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6181; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy6181; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6181; + if (yych == 0xBF) goto yy6181; + goto yy2; + } + } +yy9786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6181; + goto yy2; + } else { + if (yych <= 0xB6) goto yy6181; + if (yych <= 0xB8) goto yy533; + goto yy2; + } +yy9787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6181; + goto yy2; +yy9788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy6181; + goto yy2; +yy9789: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6181; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy6181; + goto yy2; +yy9790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy6181; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy9791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy6181; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych <= 0x86) goto yy533; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy6181; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy6181; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy533; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy9792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy6181; + goto yy2; +yy9793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy6181; + goto yy2; +yy9794: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6181; + goto yy533; + } else { + if (yych <= 0xA4) goto yy6181; + if (yych <= 0xA6) goto yy533; + goto yy2; + } +yy9795: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6181; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy6181; + goto yy2; +yy9796: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy6181; + goto yy2; +yy9797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6181; + goto yy2; +yy9798: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy6181; + goto yy2; +yy9799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB7) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy9800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xAF) goto yy6181; + if (yych <= 0xBA) goto yy533; + goto yy2; +yy9801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy6181; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy9802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy6181; + } else { + if (yych <= 0xB4) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy9803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy6181; + goto yy533; + } else { + if (yych == 0xB6) goto yy6181; + goto yy2; + } +yy9804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB2) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy9805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy6181; + if (yych <= 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy6181; + } else { + if (yych == 0x9C) goto yy6181; + goto yy2; + } + } +yy9806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy6181; + goto yy2; + } else { + if (yych <= 0xAB) goto yy6181; + if (yych <= 0xB7) goto yy533; + goto yy2; + } +yy9807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6181; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy6181; + goto yy2; + } else { + if (yych <= 0xA8) goto yy6181; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy9808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6181; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy9809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy6181; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6181; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6181; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6181; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy9810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy6181; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy533; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy6181; + goto yy533; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } + } +yy9811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6181; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy9812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x85) goto yy6181; + goto yy2; + } else { + if (yych <= 0x87) goto yy6181; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy9813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6181; + goto yy533; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy9814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x9B) goto yy6181; + if (yych <= 0x9D) goto yy533; + goto yy2; + } +yy9815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x84) goto yy6181; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy9816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6181; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy9817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy9818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy6181; + goto yy843; + } else { + if (yych == 0xBF) goto yy6181; + goto yy2; + } +yy9819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy6181; + goto yy2; +yy9820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy6181; + goto yy2; +yy9821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy6181; + goto yy2; +yy9822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6181; + goto yy2; +yy9823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6181; + goto yy2; +yy9824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6181; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy9825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy6181; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; +yy9826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6181; + goto yy533; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy9827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy6181; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy9828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6181; + goto yy2; +yy9829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy6181; + goto yy2; + } else { + if (yych <= 0x90) goto yy6181; + if (yych <= 0xBE) goto yy533; + goto yy2; + } +yy9830: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6181; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy6181; + goto yy2; +yy9831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6181; + goto yy2; + } else { + if (yych <= 0x99) goto yy6181; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy9832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy9833: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy6181; + } else { + if (yych == 0xA2) goto yy6181; + if (yych <= 0xA4) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy6181; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy6181; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } + } +yy9834: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy9835: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6181; + goto yy2; + } else { + if (yych <= 0x8A) goto yy6181; + if (yych <= 0x8C) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy6181; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy6181; + goto yy2; + } + } +yy9836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy6181; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy6181; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy9837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6181; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy6181; + goto yy2; +yy9838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy533; + goto yy6181; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy533; + goto yy6181; + } else { + if (yych <= 0xBB) goto yy533; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } + } +yy9839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy6181; + goto yy533; + } else { + if (yych == 0xB5) goto yy533; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy9840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy6181; + goto yy533; + } else { + if (yych == 0xAF) goto yy533; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy9841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6181; + goto yy533; + } else { + if (yych == 0xA9) goto yy533; + if (yych <= 0xBF) goto yy6181; + goto yy2; + } +yy9842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy6181; + goto yy533; + } else { + if (yych <= 0x8B) goto yy6181; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy9843: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy6181; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; +yy9844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy6181; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy6181; + } else { + if (yych == 0xA4) goto yy6181; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy6181; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy6181; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy6181; + } else { + if (yych == 0xBB) goto yy6181; + goto yy2; + } + } + } +yy9845: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy6181; + default: goto yy2; + } +yy9846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy6181; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy6181; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy6181; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy6181; + goto yy2; + } + } +yy9847: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy533; + case 0xAA: + case 0xB5: + case 0xBA: goto yy6299; + default: goto yy2; + } +yy9848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6299; + goto yy533; + } else { + if (yych == 0xB7) goto yy533; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy9849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy9850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6299; + goto yy2; +yy9851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB3) goto yy6299; + if (yych <= 0xB4) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy6299; + if (yych <= 0xBA) goto yy2; + goto yy6299; + } else { + if (yych == 0xBF) goto yy6299; + goto yy2; + } + } +yy9852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy6299; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy6299; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy6299; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy9853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy533; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy9854: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6299; + if (yych <= 0x89) goto yy533; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy9855: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy9856: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6299; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy9857: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy6299; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy533; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy9858: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy6299; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy6299; + goto yy2; + } + } +yy9859: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy533; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy9860: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy6299; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy6299; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy9861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy6299; + goto yy2; + } else { + if (yych <= 0x95) goto yy6299; + if (yych == 0x9D) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy6299; + goto yy843; + } else { + if (yych <= 0xBC) goto yy6299; + if (yych <= 0xBE) goto yy533; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy9862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy6299; + goto yy533; + } else { + if (yych <= 0xAF) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy9863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy9864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6299; + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy6299; + goto yy2; +yy9865: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy6299; + } else { + if (yych <= 0xB3) goto yy533; + if (yych == 0xB6) goto yy533; + goto yy2; + } +yy9866: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy12647; + case 0xA1: goto yy12648; + case 0xA2: goto yy12649; + case 0xA3: goto yy1800; + case 0xA4: goto yy12650; + case 0xA5: goto yy12651; + case 0xA6: goto yy12652; + case 0xA7: goto yy12653; + case 0xA8: goto yy12654; + case 0xA9: goto yy12655; + case 0xAA: goto yy12656; + case 0xAB: goto yy12657; + case 0xAC: goto yy12658; + case 0xAD: goto yy12659; + case 0xAE: goto yy12660; + case 0xAF: goto yy12661; + case 0xB0: goto yy12662; + case 0xB1: goto yy12663; + case 0xB2: goto yy12664; + case 0xB3: goto yy12665; + case 0xB4: goto yy12666; + case 0xB5: goto yy12667; + case 0xB6: goto yy12668; + case 0xB7: goto yy12669; + case 0xB8: goto yy1820; + case 0xB9: goto yy3336; + case 0xBA: goto yy1822; + case 0xBB: goto yy3337; + case 0xBC: goto yy3338; + case 0xBD: goto yy1825; + case 0xBE: goto yy1826; + case 0xBF: goto yy1827; + default: goto yy2; + } +yy9867: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy3339; + case 0x82: goto yy12670; + case 0x83: goto yy12671; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy9849; + case 0x89: goto yy12672; + case 0x8A: goto yy12673; + case 0x8B: goto yy12674; + case 0x8C: goto yy12675; + case 0x8D: goto yy12676; + case 0x8E: goto yy12677; + case 0x8F: goto yy12678; + case 0x90: goto yy12679; + case 0x99: goto yy12680; + case 0x9A: goto yy12681; + case 0x9B: goto yy12682; + case 0x9C: goto yy12683; + case 0x9D: goto yy12684; + case 0x9E: goto yy1845; + case 0x9F: goto yy3355; + case 0xA0: goto yy12685; + case 0xA1: goto yy12686; + case 0xA2: goto yy12687; + case 0xA3: goto yy12688; + case 0xA4: goto yy12689; + case 0xA5: goto yy3361; + case 0xA7: goto yy3362; + case 0xA8: goto yy12690; + case 0xA9: goto yy1854; + case 0xAA: goto yy3364; + case 0xAC: goto yy1856; + case 0xAD: goto yy3365; + case 0xAE: goto yy12691; + case 0xAF: goto yy12692; + case 0xB0: goto yy12693; + case 0xB1: goto yy12694; + case 0xB3: goto yy12695; + case 0xB4: goto yy12696; + case 0xB5: goto yy12697; + case 0xB6: goto yy12698; + case 0xB7: goto yy1866; + case 0xBC: goto yy12699; + case 0xBD: goto yy12700; + case 0xBE: goto yy12701; + case 0xBF: goto yy12702; + default: goto yy2; + } +yy9868: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3378; + case 0x81: goto yy1872; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: goto yy12703; + case 0x85: goto yy12704; + case 0x86: goto yy12705; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x88: goto yy3382; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy12706; + case 0xB1: goto yy12707; + case 0xB2: goto yy9849; + case 0xB3: goto yy12708; + case 0xB4: goto yy12709; + case 0xB5: goto yy12710; + case 0xB6: goto yy12711; + case 0xB7: goto yy12712; + case 0xB8: goto yy3009; + case 0xBA: goto yy1897; + case 0xBB: goto yy1859; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy9869: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12713; + case 0x82: goto yy1900; + case 0x84: goto yy12714; + case 0x86: goto yy12715; + case 0x87: goto yy1903; + case 0x88: goto yy1904; + case 0x89: goto yy1905; + case 0x8A: goto yy1906; + case 0x8B: goto yy1907; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy537; + default: goto yy2; + } +yy9870: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy549; + case 0x93: goto yy12716; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy9849; + case 0x98: goto yy12717; + case 0x99: goto yy12718; + case 0x9A: goto yy12719; + case 0x9B: goto yy12720; + case 0x9C: goto yy12721; + case 0x9D: goto yy9855; + case 0x9E: goto yy12722; + case 0x9F: goto yy12723; + case 0xA0: goto yy12724; + case 0xA1: goto yy12725; + case 0xA2: goto yy12726; + case 0xA3: goto yy12727; + case 0xA4: goto yy12728; + case 0xA5: goto yy12729; + case 0xA6: goto yy1920; + case 0xA7: goto yy3407; + case 0xA8: goto yy12730; + case 0xA9: goto yy12731; + case 0xAA: goto yy1924; + case 0xAB: goto yy12732; + case 0xAC: goto yy12733; + case 0xAD: goto yy12734; + case 0xAF: goto yy12735; + default: goto yy2; + } +yy9871: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy12736; + case 0xAD: goto yy12737; + case 0xAE: goto yy12738; + case 0xAF: goto yy12739; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy9849; + case 0xB4: goto yy12740; + case 0xB5: goto yy12741; + case 0xB6: goto yy12742; + case 0xB7: goto yy12743; + case 0xB8: goto yy3422; + case 0xB9: goto yy12744; + case 0xBB: goto yy12745; + case 0xBC: goto yy12746; + case 0xBD: goto yy12747; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy9872: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy12748; + case 0x91: goto yy12749; + case 0x92: goto yy12750; + case 0x93: goto yy12751; + case 0x94: goto yy12752; + case 0x96: goto yy12753; + case 0x9B: goto yy12754; + case 0x9D: goto yy12755; + case 0x9E: goto yy12756; + case 0x9F: goto yy1950; + default: goto yy2; + } +yy9873: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1121; + case 0xAA: + case 0xB5: + case 0xBA: goto yy9155; + default: goto yy2; + } +yy9874: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9155; + goto yy1121; + } else { + if (yych == 0xB7) goto yy1121; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy9875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0xB3) goto yy9155; + if (yych <= 0xB4) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy9155; + if (yych <= 0xBA) goto yy2; + goto yy9155; + } else { + if (yych == 0xBF) goto yy9155; + goto yy2; + } + } +yy9876: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1121; + goto yy9155; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy9155; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy9877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1121; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy9878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9155; + if (yych <= 0x89) goto yy1121; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy9879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9155; + if (yych <= 0x8C) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy1121; + } else { + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } +yy9880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1121; + if (yych <= 0x8F) goto yy2; + goto yy9155; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy9155; + goto yy2; + } + } +yy9881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1121; + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy9882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy9155; + if (yych <= 0x9F) goto yy1121; + goto yy2; + } else { + if (yych == 0xB0) goto yy1121; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy9883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy9155; + goto yy2; + } else { + if (yych <= 0x95) goto yy9155; + if (yych == 0x9D) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1121; + if (yych <= 0xAF) goto yy9155; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9155; + if (yych <= 0xBE) goto yy1121; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy9884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy9885: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1121; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy9886: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9155; + if (yych <= 0xB0) goto yy1121; + if (yych <= 0xB1) goto yy9155; + goto yy2; +yy9887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy9155; + goto yy1121; + } else { + if (yych == 0xB6) goto yy1121; + goto yy2; + } +yy9888: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy12757; + case 0xA1: goto yy12758; + case 0xA2: goto yy11735; + case 0xA3: goto yy3088; + case 0xA4: goto yy12759; + case 0xA5: goto yy12760; + case 0xA6: goto yy12761; + case 0xA7: goto yy12762; + case 0xA8: goto yy12763; + case 0xA9: goto yy12764; + case 0xAA: goto yy12765; + case 0xAB: goto yy12766; + case 0xAC: goto yy12767; + case 0xAD: goto yy12768; + case 0xAE: goto yy12769; + case 0xAF: goto yy12770; + case 0xB0: goto yy12771; + case 0xB1: goto yy12772; + case 0xB2: goto yy12773; + case 0xB3: goto yy12774; + case 0xB4: goto yy12775; + case 0xB5: goto yy12776; + case 0xB6: goto yy12777; + case 0xB7: goto yy12778; + case 0xB8: goto yy3109; + case 0xB9: goto yy4573; + case 0xBA: goto yy3111; + case 0xBB: goto yy4574; + case 0xBC: goto yy4575; + case 0xBD: goto yy3114; + case 0xBE: goto yy3115; + case 0xBF: goto yy3116; + default: goto yy2; + } +yy9889: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3117; + case 0x81: goto yy4576; + case 0x82: goto yy12779; + case 0x83: goto yy11757; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy9159; + case 0x89: goto yy11758; + case 0x8A: goto yy11759; + case 0x8B: goto yy11760; + case 0x8C: goto yy11761; + case 0x8D: goto yy12780; + case 0x8E: goto yy12781; + case 0x8F: goto yy11764; + case 0x90: goto yy12782; + case 0x99: goto yy11766; + case 0x9A: goto yy11767; + case 0x9B: goto yy11768; + case 0x9C: goto yy12783; + case 0x9D: goto yy12784; + case 0x9E: goto yy3134; + case 0x9F: goto yy4592; + case 0xA0: goto yy12785; + case 0xA1: goto yy11772; + case 0xA2: goto yy12786; + case 0xA3: goto yy11774; + case 0xA4: goto yy12787; + case 0xA5: goto yy4598; + case 0xA7: goto yy4599; + case 0xA8: goto yy12788; + case 0xA9: goto yy3144; + case 0xAA: goto yy4601; + case 0xAC: goto yy3146; + case 0xAD: goto yy4602; + case 0xAE: goto yy12789; + case 0xAF: goto yy12790; + case 0xB0: goto yy12791; + case 0xB1: goto yy11780; + case 0xB3: goto yy12792; + case 0xB4: goto yy11782; + case 0xB5: goto yy11783; + case 0xB6: goto yy11784; + case 0xB7: goto yy3156; + case 0xBC: goto yy11785; + case 0xBD: goto yy11786; + case 0xBE: goto yy12793; + case 0xBF: goto yy12794; + default: goto yy2; + } +yy9890: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4615; + case 0x81: goto yy3162; + case 0x82: goto yy3163; + case 0x83: goto yy3164; + case 0x84: goto yy12795; + case 0x85: goto yy12796; + case 0x86: goto yy12797; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1136; + case 0x8C: goto yy3169; + case 0x8F: goto yy3170; + case 0x90: goto yy3171; + case 0x91: goto yy3172; + case 0x92: goto yy3173; + case 0x93: goto yy3174; + case 0x9D: goto yy3175; + case 0x9E: goto yy3176; + case 0x9F: goto yy3177; + case 0xA6: goto yy3178; + case 0xA7: goto yy3179; + case 0xAD: goto yy3180; + case 0xAE: goto yy3181; + case 0xAF: goto yy3182; + case 0xB0: goto yy11792; + case 0xB1: goto yy11793; + case 0xB2: goto yy9159; + case 0xB3: goto yy12798; + case 0xB4: goto yy11795; + case 0xB5: goto yy12799; + case 0xB6: goto yy11797; + case 0xB7: goto yy12800; + case 0xBA: goto yy3190; + case 0xBB: goto yy3191; + case 0xBF: goto yy3192; + default: goto yy2; + } +yy9891: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12801; + case 0x82: goto yy3194; + case 0x84: goto yy11800; + case 0x86: goto yy12802; + case 0x87: goto yy3197; + case 0x88: goto yy3198; + case 0x89: goto yy3199; + case 0x8A: goto yy3200; + case 0x8B: goto yy3201; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1136; + default: goto yy2; + } +yy9892: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy3202; + case 0x93: goto yy12803; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy9159; + case 0x98: goto yy11803; + case 0x99: goto yy12804; + case 0x9A: goto yy12805; + case 0x9B: goto yy12806; + case 0x9C: goto yy12807; + case 0x9D: goto yy9165; + case 0x9E: goto yy12808; + case 0x9F: goto yy11809; + case 0xA0: goto yy12809; + case 0xA1: goto yy11811; + case 0xA2: goto yy12810; + case 0xA3: goto yy12811; + case 0xA4: goto yy12812; + case 0xA5: goto yy12813; + case 0xA6: goto yy3217; + case 0xA7: goto yy4643; + case 0xA8: goto yy12814; + case 0xA9: goto yy12815; + case 0xAA: goto yy3221; + case 0xAB: goto yy12816; + case 0xAC: goto yy11819; + case 0xAD: goto yy12817; + case 0xAF: goto yy12818; + default: goto yy2; + } +yy9893: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy12819; + case 0xAD: goto yy11823; + case 0xAE: goto yy12820; + case 0xAF: goto yy12821; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy9159; + case 0xB4: goto yy11826; + case 0xB5: goto yy11827; + case 0xB6: goto yy11828; + case 0xB7: goto yy12822; + case 0xB8: goto yy4657; + case 0xB9: goto yy12823; + case 0xBB: goto yy11831; + case 0xBC: goto yy12824; + case 0xBD: goto yy12825; + case 0xBF: goto yy3239; + default: goto yy2; + } +yy9894: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy12826; + case 0x91: goto yy12827; + case 0x92: goto yy11836; + case 0x93: goto yy11837; + case 0x94: goto yy11838; + case 0x96: goto yy12828; + case 0x9B: goto yy12829; + case 0x9D: goto yy12830; + case 0x9E: goto yy12831; + case 0x9F: goto yy3249; + default: goto yy2; + } +yy9895: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy113; + goto yy115; + } else { + if (yych <= '+') goto yy113; + if (yych <= ',') goto yy115; + if (yych <= '-') goto yy562; + goto yy112; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy115; + if (yych <= '9') goto yy113; + goto yy115; + } else { + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy115; + if (yych <= 'Z') goto yy12832; + goto yy115; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '{') { + if (yych <= '`') goto yy113; + if (yych <= 'z') goto yy12832; + goto yy115; + } else { + if (yych == '}') goto yy115; + if (yych <= '~') goto yy113; + goto yy115; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) goto yy12834; + if (yych <= 0xC3) goto yy12835; + if (yych <= 0xC9) goto yy12836; + goto yy12837; + } else { + if (yych <= 0xCB) goto yy564; + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy12838; + goto yy12839; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy12840; + if (yych <= 0xD1) goto yy12836; + goto yy12841; + } else { + if (yych <= 0xD3) goto yy12836; + if (yych <= 0xD4) goto yy12842; + if (yych <= 0xD5) goto yy12843; + goto yy12844; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy12845; + if (yych <= 0xD8) goto yy12846; + goto yy12847; + } else { + if (yych <= 0xDA) goto yy12836; + if (yych <= 0xDB) goto yy12848; + if (yych <= 0xDC) goto yy12849; + goto yy12850; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy12851; + if (yych <= 0xDF) goto yy12852; + goto yy12853; + } else { + if (yych <= 0xE1) goto yy12854; + if (yych <= 0xE2) goto yy12855; + if (yych <= 0xE3) goto yy12856; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy12857; + if (yych <= 0xEE) goto yy115; + goto yy12858; + } else { + if (yych <= 0xF0) goto yy12859; + if (yych == 0xF3) goto yy282; + goto yy115; + } + } + } + } +yy9896: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy1980; + goto yy2; + } else { + if (yych <= '+') goto yy1980; + if (yych <= '/') goto yy2; + goto yy1980; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1980; + goto yy2; + } else { + if (yych <= 'Z') goto yy12860; + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1980; + goto yy12860; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy1980; + goto yy2; + } else { + if (yych <= '~') goto yy1980; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy12862; + goto yy12863; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy12864; + if (yych <= 0xCA) goto yy12865; + goto yy3685; + } else { + if (yych <= 0xCC) goto yy3686; + if (yych <= 0xCD) goto yy12866; + if (yych <= 0xCE) goto yy12867; + goto yy12868; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy12869; + goto yy12864; + } else { + if (yych <= 0xD4) goto yy12870; + if (yych <= 0xD5) goto yy12871; + if (yych <= 0xD6) goto yy12872; + goto yy12873; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy12874; + if (yych <= 0xD9) goto yy12875; + goto yy12864; + } else { + if (yych <= 0xDB) goto yy12876; + if (yych <= 0xDC) goto yy12877; + if (yych <= 0xDD) goto yy12878; + goto yy12879; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy12880; + if (yych <= 0xE0) goto yy12881; + goto yy12882; + } else { + if (yych <= 0xE2) goto yy12883; + if (yych <= 0xE3) goto yy12884; + if (yych <= 0xE4) goto yy3706; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy12885; + if (yych <= 0xEE) goto yy2; + goto yy12886; + } else { + if (yych <= 0xF0) goto yy12887; + if (yych == 0xF3) goto yy3710; + goto yy2; + } + } + } + } +yy9897: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9896; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy9898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy9896; + goto yy2; + } else { + if (yych <= 0x8D) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy9899: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy9896; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2930; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } +yy9900: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy9895; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy9901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy9896; + if (yych == 0x9A) goto yy9896; + goto yy2; +yy9902: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy113; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9896; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy9903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy113; + if (yych <= 0x91) goto yy2; + goto yy2930; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy9896; + if (yych <= 0xA6) goto yy113; + if (yych <= 0xA8) goto yy2; + goto yy113; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy3649; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } + } +yy9904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy2930; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy9896; + goto yy2930; + } + } + } else { + if (yych <= 0x9E) { + if (yych == 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy3649; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy9905: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy3649; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy3649; + } else { + if (yych == 0xBF) goto yy3649; + goto yy2; + } + } +yy9906: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy3649; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy3649; + goto yy2; +yy9907: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy3649; + goto yy2; +yy9908: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy3649; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy9909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy3649; + if (yych == 0xA0) goto yy113; + goto yy2; +yy9910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy3649; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy9911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy3649; + if (yych <= 0x81) goto yy2; + goto yy3649; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy3649; + if (yych <= 0xBA) goto yy113; + goto yy2; + } +yy9912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy3649; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy9913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy3649; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy3649; + goto yy2; +yy9914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy3649; + goto yy2; +yy9915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy3649; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy9916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy3649; + goto yy2; +yy9917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy3649; + goto yy2; +yy9918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3649; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy3649; + goto yy2; +yy9919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy3649; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy3649; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3649; + if (yych == 0xBF) goto yy3649; + goto yy2; + } + } +yy9920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3649; + goto yy2; + } else { + if (yych <= 0xB6) goto yy3649; + if (yych <= 0xB8) goto yy113; + goto yy2; + } +yy9921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3649; + goto yy2; +yy9922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy3649; + goto yy2; +yy9923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3649; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy3649; + goto yy2; +yy9924: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy3649; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy9925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy3649; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych <= 0x86) goto yy113; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy3649; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy3649; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy113; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy9926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy3649; + goto yy2; +yy9927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy3649; + goto yy2; +yy9928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3649; + goto yy113; + } else { + if (yych <= 0xA4) goto yy3649; + if (yych <= 0xA6) goto yy113; + goto yy2; + } +yy9929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3649; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy3649; + goto yy2; +yy9930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy3649; + goto yy2; +yy9931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3649; + goto yy2; +yy9932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy3649; + goto yy2; +yy9933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB7) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy9934: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xAF) goto yy3649; + if (yych <= 0xBA) goto yy113; + goto yy2; +yy9935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy3649; + goto yy2; +yy9936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xA6) goto yy3649; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy9937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy3649; + goto yy113; + } else { + if (yych == 0xB6) goto yy3649; + goto yy2; + } +yy9938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB2) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy9939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy3649; + if (yych <= 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy3649; + } else { + if (yych == 0x9C) goto yy3649; + goto yy2; + } + } +yy9940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy3649; + goto yy2; + } else { + if (yych <= 0xAB) goto yy3649; + if (yych <= 0xB7) goto yy113; + goto yy2; + } +yy9941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3649; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy3649; + goto yy2; + } else { + if (yych <= 0xA8) goto yy3649; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy9942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3649; + if (yych <= 0xAA) goto yy113; + goto yy2; +yy9943: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy3649; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3649; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3649; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3649; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy9944: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy3649; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy113; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy3649; + goto yy113; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } + } +yy9945: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3649; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy9946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy3649; + } else { + if (yych == 0x87) goto yy3649; + goto yy2; + } +yy9947: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3649; + goto yy113; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy9948: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x9B) goto yy3649; + if (yych <= 0x9D) goto yy113; + goto yy2; + } +yy9949: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy113; + if (yych == 0x84) goto yy3649; + goto yy2; +yy9950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3649; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy9951: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy9952: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy3649; + if (yych == 0xBF) goto yy3649; + goto yy2; +yy9953: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy3649; + goto yy2; +yy9954: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy3649; + goto yy2; +yy9955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy3649; + goto yy2; +yy9956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3649; + goto yy2; +yy9957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3649; + goto yy2; +yy9958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy3649; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy9959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3649; + goto yy113; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy9960: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy113; + goto yy2; + } else { + if (yych <= 0xB7) goto yy3649; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy9961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3649; + goto yy2; +yy9962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy3649; + goto yy2; + } else { + if (yych <= 0x90) goto yy3649; + if (yych <= 0xBE) goto yy113; + goto yy2; + } +yy9963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3649; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy3649; + goto yy2; +yy9964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3649; + goto yy2; + } else { + if (yych <= 0x99) goto yy3649; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy9965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy9966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy3649; + } else { + if (yych == 0xA2) goto yy3649; + if (yych <= 0xA4) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy3649; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy3649; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } + } +yy9967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy9968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy3649; + goto yy2; + } else { + if (yych <= 0x8A) goto yy3649; + if (yych <= 0x8C) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy3649; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy3649; + goto yy2; + } + } +yy9969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy3649; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy3649; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy9970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3649; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy3649; + goto yy2; +yy9971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy113; + goto yy3649; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy113; + goto yy3649; + } else { + if (yych <= 0xBB) goto yy113; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } + } +yy9972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy3649; + goto yy113; + } else { + if (yych == 0xB5) goto yy113; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy9973: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy3649; + goto yy113; + } else { + if (yych == 0xAF) goto yy113; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy9974: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3649; + goto yy113; + } else { + if (yych == 0xA9) goto yy113; + if (yych <= 0xBF) goto yy3649; + goto yy2; + } +yy9975: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy113; + if (yych <= 0x8B) goto yy3649; + goto yy2; +yy9976: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy3649; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; +yy9977: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy3649; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy3649; + } else { + if (yych == 0xA4) goto yy3649; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy3649; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy3649; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy3649; + } else { + if (yych == 0xBB) goto yy3649; + goto yy2; + } + } + } +yy9978: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy3649; + default: goto yy2; + } +yy9979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy3649; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy3649; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy3649; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy3649; + goto yy2; + } + } +yy9980: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= '`') { + if (yych <= '/') { + if (yych <= '*') { + if (yych == '$') goto yy4671; + goto yy115; + } else { + if (yych <= '+') goto yy4671; + if (yych == '-') goto yy562; + goto yy115; + } + } else { + if (yych <= '>') { + if (yych <= '9') goto yy4671; + if (yych <= ';') goto yy115; + goto yy4671; + } else { + if (yych <= '@') goto yy115; + if (yych <= 'Z') goto yy12860; + if (yych <= ']') goto yy115; + goto yy4671; + } + } + } else { + if (yych <= 0xC2) { + if (yych <= '|') { + if (yych <= 'z') goto yy12860; + if (yych <= '{') goto yy115; + goto yy4671; + } else { + if (yych == '~') goto yy4671; + if (yych <= 0xC1) goto yy115; + goto yy12888; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC3) goto yy12889; + if (yych <= 0xC9) goto yy12864; + goto yy12865; + } else { + if (yych <= 0xCB) goto yy7736; + if (yych <= 0xCC) goto yy4675; + if (yych <= 0xCD) goto yy12890; + goto yy12891; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy12892; + if (yych <= 0xD1) goto yy12864; + goto yy12893; + } else { + if (yych <= 0xD3) goto yy12864; + if (yych <= 0xD4) goto yy12870; + if (yych <= 0xD5) goto yy12871; + goto yy12894; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy12895; + if (yych <= 0xD8) goto yy12896; + goto yy12897; + } else { + if (yych <= 0xDA) goto yy12864; + if (yych <= 0xDB) goto yy12898; + if (yych <= 0xDC) goto yy12899; + goto yy12900; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy12901; + if (yych <= 0xDF) goto yy12902; + goto yy12903; + } else { + if (yych <= 0xE1) goto yy12904; + if (yych <= 0xE2) goto yy12905; + if (yych <= 0xE3) goto yy12906; + goto yy6629; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy12907; + if (yych <= 0xEE) goto yy115; + goto yy12908; + } else { + if (yych <= 0xF0) goto yy12909; + if (yych == 0xF3) goto yy6633; + goto yy115; + } + } + } + } +yy9981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych == 0x9A) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy4671; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy4671; + goto yy2; + } + } +yy9982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy3679; + if (yych <= 0x9B) goto yy4671; + goto yy2; +yy9983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy9984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy3679; + } else { + if (yych == 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy9985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x90) goto yy3679; + if (yych <= 0x97) goto yy4671; + goto yy3679; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy4671; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy9986: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3679; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3679; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3679; + goto yy2; + } else { + if (yych <= 0xB2) goto yy3679; + if (yych <= 0xB5) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy9987: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy4671; + goto yy3679; + } else { + if (yych == 0x97) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy3679; + goto yy2; + } else { + if (yych <= 0xA1) goto yy3679; + if (yych <= 0xA3) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy4671; + goto yy2; + } + } + } +yy9988: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy3679; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy3679; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy3679; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy3679; + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy9989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych == 0x91) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy3679; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy4671; + } else { + if (yych <= 0xB4) goto yy3679; + if (yych <= 0xB5) goto yy4671; + goto yy2; + } + } + } +yy9990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy3679; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy3679; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3679; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3679; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy9991: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych == 0x90) goto yy3679; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy3679; + if (yych <= 0xA3) goto yy4671; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy4671; + } else { + if (yych == 0xB9) goto yy3679; + goto yy2; + } + } + } +yy9992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy3679; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3679; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3679; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3679; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy9993: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy4671; + if (yych <= 0xB1) goto yy3679; + goto yy2; + } + } + } +yy9994: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy4671; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy3679; + default: goto yy2; + } +yy9995: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy3679; + if (yych == 0x97) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy4671; + goto yy2; + } + } +yy9996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy9997: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy4671; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy3679; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } + } +yy9998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy3679; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy9999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy4671; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy3679; + goto yy2; + } + } + } +yy10000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy3679; + goto yy2; + } else { + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8E) goto yy3679; + if (yych <= 0x96) goto yy2; + goto yy4671; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy3679; + if (yych <= 0xA3) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy4671; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } + } +yy10002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy3679; + } else { + if (yych == 0xBD) goto yy3679; + goto yy2; + } + } +yy10003: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3679; + goto yy2; + } else { + if (yych <= 0x8A) goto yy4671; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } + } +yy10004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBA) goto yy4671; + if (yych == 0xBF) goto yy4671; + goto yy2; + } +yy10005: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy10006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy4671; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBC) goto yy4671; + goto yy2; + } +yy10007: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy10008: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy843; + if (yych <= 0xB3) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10009: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x87) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0x98) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy4671; + goto yy2; + } else { + if (yych <= 0x8F) goto yy4671; + if (yych <= 0x94) goto yy2; + if (yych <= 0x98) goto yy4671; + goto yy2; + } +yy10012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBE) goto yy4671; + goto yy2; +yy10013: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy4671; + if (yych <= 0x9D) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } + } +yy10014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy4671; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy10015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3679; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy4671; + goto yy2; +yy10016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3679; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy10017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1245; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy10018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy3679; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB1) goto yy3679; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } + } +yy10019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych <= 0x93) goto yy4671; + if (yych <= 0x9F) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy3679; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } + } +yy10020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10021: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy4671; + if (yych <= 0x9A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } +yy10022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1245; + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy10023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xAA) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy10024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3679; + goto yy2; + } else { + if (yych <= 0xAB) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy4671; + goto yy2; + } +yy10025: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy4671; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy10026: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10027: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy3679; + if (yych <= 0x9B) goto yy4671; + goto yy2; +yy10028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBC) goto yy4671; + if (yych == 0xBF) goto yy4671; + goto yy2; + } +yy10029: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } +yy10030: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10031: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy4671; + goto yy2; + } +yy10032: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xA0) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy3679; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy10033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3679; + if (yych <= 0xB3) goto yy4671; + goto yy2; +yy10034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy3679; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy10035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA8) goto yy4671; + if (yych <= 0xAC) goto yy3679; + goto yy4671; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy3679; + if (yych <= 0xB4) goto yy4671; + goto yy3679; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy4671; + goto yy2; + } + } +yy10036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy4671; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10037: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy3679; + } else { + if (yych == 0xBE) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0x84) goto yy3679; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy3679; + goto yy4671; + } else { + if (yych <= 0x93) goto yy3679; + if (yych <= 0x95) goto yy2; + goto yy3679; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAC) goto yy3679; + if (yych <= 0xAF) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy3679; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3679; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } + } + } +yy10039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy1245; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy1564; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } +yy10040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych == 0x84) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy4671; + goto yy2; + } + } +yy10041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0x8C) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBE) goto yy4671; + goto yy2; +yy10042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB0) goto yy4671; + goto yy2; +yy10043: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy4671; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy3679; + default: goto yy2; + } +yy10044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy3679; + } else { + if (yych == 0x8E) goto yy3679; + if (yych <= 0x8F) goto yy4671; + goto yy2; + } +yy10045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy3679; + goto yy2; + } else { + if (yych <= 0x8B) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy12910; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA8) goto yy4671; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy4671; + goto yy2; +yy10049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy4671; + goto yy2; +yy10050: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy4671; + goto yy2; +yy10051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy4671; + goto yy2; +yy10053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy4671; + goto yy2; +yy10054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA5) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0x98) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBB) goto yy4671; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy4671; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB9) goto yy4671; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy4671; + goto yy2; + } else { + if (yych <= 0x91) goto yy4671; + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAF) goto yy4671; + goto yy2; + } +yy10061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xAE) goto yy3679; + if (yych <= 0xB1) goto yy4671; + if (yych <= 0xB3) goto yy3679; + goto yy2; + } +yy10062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy3679; + if (yych == 0xBF) goto yy4671; + goto yy2; +yy10063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy3679; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy4671; + goto yy2; +yy10066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x93) goto yy4671; + if (yych == 0xA0) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy4671; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3679; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy4671; + goto yy2; +yy10068: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xBA) goto yy3679; + goto yy2; + } +yy10069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy4671; + goto yy2; +yy10070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy4671; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4671; + goto yy2; + } else { + if (yych <= 0x90) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB0) goto yy4671; + goto yy2; +yy10073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy4671; + goto yy2; +yy10074: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy3679; + goto yy2; +yy10075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } +yy10076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy3679; + goto yy2; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy10077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy4671; + goto yy2; +yy10078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA1) goto yy4671; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy10079: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3679; + if (yych <= 0x88) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAD) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy3679; + goto yy2; + } +yy10080: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy3679; + goto yy4671; + } else { + if (yych == 0x86) goto yy4671; + goto yy3679; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy4671; + if (yych <= 0xA2) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy4671; + goto yy2; + } + } +yy10081: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0xB3) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy3679; + if (yych <= 0xBA) goto yy2; + goto yy3679; + } else { + if (yych == 0xBD) goto yy3679; + goto yy2; + } + } +yy10083: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy3679; + } else { + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy10084: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3679; + if (yych <= 0x93) goto yy4671; + goto yy2; +yy10085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10086: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy4671; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } + } +yy10087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy3679; + if (yych <= 0xB6) goto yy4671; + goto yy2; +yy10088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy3679; + goto yy4671; + } else { + if (yych <= 0x8B) goto yy3679; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } + } +yy10089: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB7: + case 0xB8: + case 0xBE: + case 0xBF: goto yy4671; + default: goto yy2; + } +yy10090: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy3679; + goto yy4671; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy3679; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy4671; + goto yy2; + } + } +yy10091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy3679; + if (yych <= 0x9B) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA5) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy10092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy3679; + if (yych <= 0xAA) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy10093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3679; + goto yy2; + } else { + if (yych <= 0x97) goto yy3679; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy3679; + goto yy4671; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy4671; + if (yych <= 0xB6) goto yy3679; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy3679; + goto yy2; + } + } +yy10094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy10096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3679; + goto yy2; + } else { + if (yych <= 0xBB) goto yy3679; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } +yy10097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1245; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } + } +yy10098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy4671; + if (yych <= 0x91) goto yy2; + goto yy1564; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy1245; + if (yych <= 0xA6) goto yy4671; + if (yych <= 0xA8) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy3679; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } + } +yy10099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy1564; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy1245; + goto yy1564; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy10100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy4671; + if (yych <= 0x9A) goto yy3679; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } +yy10101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAE) goto yy4671; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } +yy10102: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10111; + case 0x81: goto yy10112; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy3683; + case 0x83: goto yy10113; + case 0x84: goto yy12911; + case 0x85: goto yy12912; + case 0x86: goto yy12913; + case 0x87: goto yy12914; + case 0x8A: goto yy10118; + case 0x8B: goto yy12915; + case 0x8C: goto yy10120; + case 0x8D: goto yy12916; + case 0x8E: goto yy10122; + case 0x8F: goto yy10123; + case 0x92: goto yy10124; + case 0x94: goto yy10125; + case 0x95: goto yy10126; + case 0x9C: goto yy10127; + case 0x9D: goto yy10128; + case 0xA0: goto yy10129; + case 0xA1: goto yy12917; + case 0xA2: goto yy10131; + case 0xA3: goto yy10132; + case 0xA4: goto yy10133; + case 0xA6: goto yy10134; + case 0xA8: goto yy12918; + case 0xA9: goto yy10136; + case 0xAA: goto yy10137; + case 0xAB: goto yy12919; + case 0xAC: goto yy6688; + case 0xAD: goto yy10139; + case 0xAE: goto yy10140; + case 0xB1: goto yy10141; + case 0xB2: + case 0xB3: goto yy10142; + default: goto yy2; + } +yy10103: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12920; + case 0x81: goto yy12921; + case 0x82: goto yy12922; + case 0x83: goto yy10146; + case 0x84: goto yy12923; + case 0x85: goto yy12924; + case 0x86: goto yy12925; + case 0x87: goto yy12926; + case 0x88: goto yy12927; + case 0x8A: goto yy10152; + case 0x8B: goto yy12928; + case 0x8C: goto yy12929; + case 0x8D: goto yy12930; + case 0x92: + case 0x98: goto yy12931; + case 0x93: goto yy12932; + case 0x96: goto yy12933; + case 0x97: goto yy12934; + case 0x99: goto yy12935; + case 0x9A: goto yy12936; + case 0x9B: goto yy2362; + case 0x9C: goto yy12937; + case 0xA2: goto yy10163; + case 0xA3: goto yy10164; + case 0xAB: goto yy10165; + default: goto yy2; + } +yy10104: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy3683; + case 0xA8: goto yy10165; + case 0xA9: goto yy10170; + case 0xAB: goto yy12938; + case 0xAC: goto yy12939; + case 0xAD: goto yy12940; + case 0xAE: goto yy10174; + case 0xBD: goto yy12941; + case 0xBE: goto yy12942; + default: goto yy2; + } +yy10105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy3683; + if (yych <= 0xB1) goto yy10177; + if (yych <= 0xB2) goto yy12943; + goto yy2; +yy10106: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy4675; + case 0x83: goto yy7801; + case 0x84: goto yy12944; + case 0x85: goto yy12945; + case 0x87: goto yy12946; + case 0x89: goto yy12947; + case 0x8D: goto yy12948; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy3683; + case 0x91: goto yy10185; + case 0x92: goto yy10186; + case 0x93: goto yy10187; + case 0x94: goto yy10188; + case 0x95: goto yy10189; + case 0x9A: goto yy10190; + case 0x9B: goto yy12949; + case 0x9C: goto yy12950; + case 0x9D: goto yy12951; + case 0x9E: goto yy12952; + case 0x9F: goto yy12953; + case 0xAA: goto yy12954; + default: goto yy2; + } +yy10107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy3683; + if (yych <= 0xA3) goto yy12955; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy10198; + goto yy10199; + } else { + if (yych <= 0xBA) goto yy10200; + if (yych <= 0xBB) goto yy12956; + goto yy2; + } + } +yy10108: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x85: goto yy12957; + case 0x81: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: goto yy4675; + case 0x82: goto yy12958; + case 0x83: goto yy12959; + case 0x84: goto yy12960; + case 0x86: goto yy7815; + case 0x87: goto yy12961; + case 0x88: goto yy12962; + case 0x89: goto yy12963; + case 0x95: goto yy12964; + case 0x96: goto yy12965; + case 0x9B: goto yy12966; + case 0x9D: goto yy7843; + case 0x9F: goto yy12967; + case 0xA0: goto yy12968; + case 0xA1: goto yy12969; + case 0xA2: goto yy12970; + case 0xA4: goto yy12971; + case 0xA6: goto yy12972; + case 0xA7: goto yy10827; + default: goto yy2; + } +yy10109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0x86) goto yy4675; + if (yych <= 0x87) goto yy4676; + goto yy2; +yy10110: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1980; + goto yy2; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy1980; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy2; + goto yy3677; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1980; + if (yych <= '@') goto yy2; + goto yy12973; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1980; + goto yy12973; + } else { + if (yych == '|') goto yy1980; + if (yych <= '}') goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy12975; + if (yych <= 0xC3) goto yy12976; + goto yy12977; + } else { + if (yych <= 0xCA) goto yy12978; + if (yych <= 0xCB) goto yy3685; + if (yych <= 0xCC) goto yy3686; + goto yy12979; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy12980; + if (yych <= 0xCF) goto yy12981; + goto yy12977; + } else { + if (yych <= 0xD2) goto yy12982; + if (yych <= 0xD3) goto yy12977; + if (yych <= 0xD4) goto yy12983; + goto yy12984; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy12985; + if (yych <= 0xD7) goto yy12986; + if (yych <= 0xD8) goto yy12987; + goto yy12988; + } else { + if (yych <= 0xDA) goto yy12977; + if (yych <= 0xDB) goto yy12989; + if (yych <= 0xDC) goto yy12990; + goto yy12991; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy12992; + if (yych <= 0xDF) goto yy12993; + goto yy12994; + } else { + if (yych <= 0xE1) goto yy12995; + if (yych <= 0xE2) goto yy12996; + if (yych <= 0xE3) goto yy12997; + goto yy3706; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy12998; + if (yych <= 0xEE) goto yy2; + goto yy12999; + } else { + if (yych <= 0xF0) goto yy13000; + if (yych == 0xF3) goto yy3710; + goto yy2; + } + } + } + } +yy10111: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy3679; + } else { + if (yych == 0xBF) goto yy3679; + goto yy2; + } + } +yy10112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy3679; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy3679; + goto yy2; +yy10113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy3679; + goto yy2; +yy10114: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10116: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1980; + if (yych <= 0x8B) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9B) { + if (yych <= 0x8F) goto yy2; + goto yy1980; + } else { + if (yych == 0xA0) goto yy1980; + goto yy2; + } + } +yy10117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBD) goto yy1980; + goto yy2; +yy10118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy3679; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy10119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy3679; + if (yych == 0xA0) goto yy1980; + goto yy2; +yy10120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy10121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy3679; + if (yych <= 0x81) goto yy2; + goto yy3679; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy3679; + if (yych <= 0xBA) goto yy1980; + goto yy2; + } +yy10122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy3679; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy10123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy3679; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy3679; + goto yy2; +yy10124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy3679; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy10125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy10126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy3679; + goto yy2; +yy10127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy3679; + goto yy2; +yy10128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3679; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy3679; + goto yy2; +yy10129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy3679; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy3679; + goto yy2; + } else { + if (yych <= 0xBC) goto yy3679; + if (yych == 0xBF) goto yy3679; + goto yy2; + } + } +yy10130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3679; + goto yy2; + } else { + if (yych <= 0xB6) goto yy3679; + if (yych <= 0xB8) goto yy1980; + goto yy2; + } +yy10131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3679; + goto yy2; +yy10132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy3679; + goto yy2; +yy10133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3679; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy3679; + goto yy2; +yy10134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy3679; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy10135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy3679; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych <= 0x86) goto yy1980; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1980; + goto yy3679; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1980; + } else { + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } + } +yy10136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy3679; + goto yy2; +yy10137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy3679; + goto yy2; +yy10138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xA4) goto yy3679; + if (yych <= 0xA6) goto yy1980; + goto yy2; + } +yy10139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3679; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy3679; + goto yy2; +yy10140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy3679; + goto yy2; +yy10141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3679; + goto yy2; +yy10142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy3679; + goto yy2; +yy10143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xB7) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10144: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych == 0xBF) goto yy1980; + goto yy2; + } +yy10145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xAF) goto yy3679; + if (yych <= 0xBA) goto yy1980; + goto yy2; +yy10146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy10147: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + goto yy3679; + } else { + if (yych <= 0xB4) goto yy1980; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy10148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy3679; + goto yy1980; + } else { + if (yych == 0xB6) goto yy3679; + goto yy2; + } +yy10149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xB2) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy3679; + if (yych <= 0x89) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy3679; + } else { + if (yych == 0x9C) goto yy3679; + goto yy2; + } + } +yy10151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy3679; + goto yy2; + } else { + if (yych <= 0xAB) goto yy3679; + if (yych <= 0xB7) goto yy1980; + goto yy2; + } +yy10152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3679; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy3679; + goto yy2; + } else { + if (yych <= 0xA8) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy10153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy10154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy3679; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3679; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3679; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3679; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy10155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych == 0x90) goto yy3679; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1980; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } + } + } +yy10156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3679; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x85) goto yy3679; + goto yy2; + } else { + if (yych <= 0x87) goto yy3679; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy10158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy10159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1980; + goto yy2; + } else { + if (yych <= 0x9B) goto yy3679; + if (yych <= 0x9D) goto yy1980; + goto yy2; + } +yy10160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1980; + goto yy2; + } else { + if (yych <= 0x84) goto yy3679; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy10161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3679; + if (yych <= 0xB7) goto yy1980; + goto yy2; +yy10162: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBF) goto yy1980; + goto yy2; + } +yy10163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy10164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy3679; + goto yy843; + } else { + if (yych == 0xBF) goto yy3679; + goto yy2; + } +yy10165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy3679; + goto yy2; +yy10166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy3679; + goto yy2; +yy10167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy3679; + goto yy2; +yy10168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3679; + goto yy2; +yy10169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy3679; + goto yy2; +yy10170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3679; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy10171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1980; + goto yy2; +yy10172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3679; + goto yy1980; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy10173: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1980; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy10174: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy3679; + goto yy2; +yy10175: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy3679; + goto yy2; + } else { + if (yych <= 0x90) goto yy3679; + if (yych <= 0xBE) goto yy1980; + goto yy2; + } +yy10176: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x92) goto yy1980; + goto yy2; +yy10177: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy3679; + goto yy2; +yy10178: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3679; + goto yy2; + } else { + if (yych <= 0x99) goto yy3679; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1980; + goto yy2; + } +yy10179: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1980; + goto yy2; +yy10180: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy1980; + if (yych <= 0xA8) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10181: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1980; + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10182: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1980; + goto yy2; +yy10183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1980; + goto yy2; +yy10184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; +yy10185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy10186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy3679; + } else { + if (yych == 0xA2) goto yy3679; + if (yych <= 0xA4) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } + } +yy10187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy10188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy3679; + goto yy2; + } else { + if (yych <= 0x8A) goto yy3679; + if (yych <= 0x8C) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy3679; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy3679; + goto yy2; + } + } +yy10189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy3679; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy3679; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy10190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy3679; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy10191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1980; + goto yy3679; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1980; + goto yy3679; + } else { + if (yych <= 0xBB) goto yy1980; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy10192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy3679; + goto yy1980; + } else { + if (yych == 0xB5) goto yy1980; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy10193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy3679; + goto yy1980; + } else { + if (yych == 0xAF) goto yy1980; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy10194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3679; + goto yy1980; + } else { + if (yych == 0xA9) goto yy1980; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy10195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy3679; + goto yy1980; + } else { + if (yych <= 0x8B) goto yy3679; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy10196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1980; + goto yy2; + } else { + if (yych == 0xA0) goto yy2; + if (yych <= 0xAF) goto yy1980; + goto yy2; + } +yy10197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy3679; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; +yy10198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy3679; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy3679; + } else { + if (yych == 0xA4) goto yy3679; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy3679; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy3679; + } else { + if (yych == 0xBB) goto yy3679; + goto yy2; + } + } + } +yy10199: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy3679; + default: goto yy2; + } +yy10200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy3679; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy3679; + goto yy2; + } + } +yy10201: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1980; + goto yy2; +yy10202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1980; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy10204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych == 0x90) goto yy2; + if (yych <= 0xB5) goto yy1980; + goto yy2; +yy10205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy1980; + goto yy2; +yy10207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy1980; + goto yy2; +yy10209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1980; + goto yy2; +yy10210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBA) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA4) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAC) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB3) goto yy1980; + goto yy2; + } +yy10213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1980; + goto yy2; +yy10214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1980; + goto yy2; + } else { + if (yych <= 0x99) goto yy1980; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy10216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1980; + goto yy2; +yy10217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy1980; + goto yy2; +yy10218: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + goto yy2; +yy10219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy1980; + goto yy2; +yy10220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1246; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1246; + goto yy2; +yy10221: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy1246; + goto yy2; +yy10222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; +yy10223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA6) goto yy1246; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; +yy10224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x84) goto yy1246; + goto yy2; + } else { + if (yych == 0x9B) goto yy2; + if (yych <= 0x9C) goto yy1246; + goto yy2; + } +yy10225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1246; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; +yy10226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1246; + goto yy2; + } else { + if (yych <= 0x87) goto yy1246; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; + } +yy10227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x84) goto yy1246; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; +yy10228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1246; + goto yy2; +yy10229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy1246; + if (yych == 0xBF) goto yy1246; + goto yy2; +yy10230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1246; + goto yy2; +yy10231: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1246; + goto yy2; + } else { + if (yych <= 0xB7) goto yy1246; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy10232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1246; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1246; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy1246; + goto yy2; + } +yy10233: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAA: + case 0xB5: + case 0xBA: goto yy6833; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy10234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy2; + goto yy6833; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy6833; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy10235: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6833; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1564; + if (yych == 0xBE) goto yy1564; + goto yy2; + } +yy10236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy6833; + goto yy2; + } else { + if (yych <= 0xB2) goto yy6833; + if (yych == 0xB4) goto yy2930; + goto yy2; + } +yy10237: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x81: goto yy2362; + case 0x82: goto yy10263; + case 0x83: goto yy10264; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy6837; + case 0x89: goto yy10265; + case 0x8A: goto yy10266; + case 0x8B: goto yy10267; + case 0x8C: goto yy10268; + case 0x8D: + case 0xB6: goto yy10269; + case 0x8E: goto yy10270; + case 0x8F: goto yy10271; + case 0x90: goto yy13001; + case 0x99: goto yy10273; + case 0x9A: goto yy10274; + case 0x9B: goto yy10275; + case 0x9C: goto yy10276; + case 0x9D: goto yy10277; + case 0x9F: goto yy2361; + case 0xA0: goto yy13002; + case 0xA1: goto yy10279; + case 0xA2: goto yy10280; + case 0xA3: goto yy10281; + case 0xA4: goto yy10282; + case 0xA5: goto yy2365; + case 0xA7: + case 0xAD: goto yy2360; + case 0xA8: goto yy10283; + case 0xAA: goto yy2366; + case 0xAE: goto yy10284; + case 0xAF: goto yy10285; + case 0xB0: goto yy10286; + case 0xB1: goto yy10287; + case 0xB3: goto yy10288; + case 0xB4: goto yy10289; + case 0xB5: goto yy10290; + case 0xBC: goto yy10291; + case 0xBD: goto yy10292; + case 0xBE: goto yy10293; + case 0xBF: goto yy10294; + default: goto yy2; + } +yy10238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x84) { + if (yych == 0x80) goto yy5578; + if (yych <= 0x83) goto yy2; + goto yy10295; + } else { + if (yych <= 0x86) { + if (yych <= 0x85) goto yy10296; + goto yy10297; + } else { + if (yych == 0x88) goto yy5579; + goto yy2; + } + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10298; + goto yy10299; + } else { + if (yych <= 0xB2) goto yy6837; + if (yych <= 0xB3) goto yy10300; + goto yy10301; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB5) goto yy10302; + goto yy10303; + } else { + if (yych <= 0xB7) goto yy10304; + if (yych <= 0xB8) goto yy5580; + goto yy2; + } + } + } +yy10239: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy10327; + case 0xAD: goto yy10328; + case 0xAE: goto yy10329; + case 0xAF: goto yy10330; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy6837; + case 0xB4: goto yy10331; + case 0xB5: goto yy10332; + case 0xB6: goto yy10333; + case 0xB7: goto yy10334; + case 0xB8: goto yy5581; + case 0xB9: goto yy13003; + case 0xBB: goto yy10336; + case 0xBC: goto yy13004; + case 0xBD: goto yy10338; + default: goto yy2; + } +yy10240: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6833; + goto yy2; +yy10241: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy6833; + goto yy2; +yy10242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy6833; + goto yy2; +yy10243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0xB9) goto yy6833; + if (yych == 0xBD) goto yy6833; + goto yy2; +yy10244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy6833; + if (yych <= 0x97) goto yy2; + goto yy6833; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy10245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych == 0x80) goto yy6833; + if (yych <= 0x84) goto yy2; + goto yy6833; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy6833; + if (yych <= 0x92) goto yy2; + goto yy6833; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy6833; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy6833; + } else { + if (yych == 0xBD) goto yy6833; + goto yy2; + } + } + } +yy10246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy2; + goto yy6833; + } else { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0xA1) goto yy6833; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy6833; + goto yy2; + } + } +yy10247: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy6833; + goto yy2; + } else { + if (yych <= 0x90) goto yy6833; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy6833; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy6833; + goto yy2; + } + } +yy10248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy6833; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB4) goto yy6833; + goto yy2; + } + } +yy10249: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8D) goto yy6833; + goto yy2; + } else { + if (yych == 0x92) goto yy2; + if (yych <= 0xA8) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy6833; + goto yy2; + } else { + if (yych <= 0xB9) goto yy6833; + if (yych == 0xBD) goto yy6833; + goto yy2; + } + } +yy10250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x90) goto yy6833; + if (yych <= 0x9F) goto yy2; + goto yy6833; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xB9) goto yy6833; + goto yy2; + } + } +yy10251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8E) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy6833; + goto yy2; + } else { + if (yych <= 0x90) goto yy6833; + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xB1) goto yy2; + if (yych <= 0xB3) goto yy6833; + goto yy2; + } else { + if (yych <= 0xB9) goto yy6833; + if (yych == 0xBD) goto yy6833; + goto yy2; + } + } +yy10252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy6833; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xB1) goto yy6833; + goto yy2; + } + } +yy10253: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy6833; + default: goto yy2; + } +yy10254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy6833; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; +yy10255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8C) { + if (yych <= 0x84) goto yy2; + goto yy6833; + } else { + if (yych <= 0x8D) goto yy2; + if (yych <= 0x90) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy6833; + } else { + if (yych == 0xBD) goto yy6833; + goto yy2; + } + } +yy10256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy6833; + goto yy2; + } else { + if (yych <= 0xA1) goto yy6833; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; + } +yy10257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy6833; + goto yy2; + } else { + if (yych == 0x91) goto yy2; + goto yy6833; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA9) goto yy2; + if (yych <= 0xB3) goto yy6833; + goto yy2; + } else { + if (yych <= 0xB9) goto yy6833; + if (yych == 0xBD) goto yy6833; + goto yy2; + } + } +yy10258: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x9E: + case 0xA0: + case 0xA1: + case 0xB1: + case 0xB2: goto yy6833; + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: goto yy843; + default: goto yy2; + } +yy10259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy6833; + } else { + if (yych <= 0xBA) { + if (yych <= 0x91) goto yy2; + goto yy6833; + } else { + if (yych == 0xBD) goto yy6833; + goto yy2; + } + } +yy10260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych == 0x8E) goto yy6833; + if (yych <= 0x9E) goto yy2; + goto yy6833; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy10261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy6833; + if (yych <= 0x99) goto yy2; + goto yy6833; + } else { + if (yych <= 0xBB) { + if (yych <= 0xB2) goto yy2; + goto yy6833; + } else { + if (yych == 0xBD) goto yy6833; + goto yy2; + } + } +yy10262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6833; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy843; + goto yy2; +yy10263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy10264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy6833; + } else { + if (yych == 0x87) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy6833; + if (yych <= 0x8F) goto yy2; + goto yy6833; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy10265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6833; + goto yy2; + } else { + if (yych <= 0x8D) goto yy6833; + if (yych <= 0x8F) goto yy2; + goto yy6833; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy6833; + goto yy2; + } else { + if (yych <= 0x9D) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy10266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy6833; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy6833; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy6833; + goto yy2; + } + } +yy10267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy6833; + if (yych <= 0x81) goto yy2; + goto yy6833; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy6833; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy10268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy6833; + goto yy2; + } else { + if (yych <= 0x95) goto yy6833; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy10269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6833; + goto yy2; +yy10270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy10271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy6833; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy6833; + goto yy2; +yy10272: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy10273: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy6833; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy10274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy10275: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6833; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy6833; + goto yy2; +yy10276: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy6833; + goto yy2; + } else { + if (yych <= 0x91) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy6833; + goto yy2; + } +yy10277: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy6833; + goto yy2; + } else { + if (yych == 0xAD) goto yy2; + if (yych <= 0xB0) goto yy6833; + goto yy2; + } +yy10278: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych == 0x86) goto yy1087; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy10279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy6833; + goto yy2; +yy10280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy6833; + goto yy2; + } else { + if (yych <= 0xAA) goto yy6833; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy10281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy6833; + goto yy2; +yy10282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6833; + goto yy2; +yy10283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6833; + goto yy2; +yy10284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x82) goto yy2; + if (yych <= 0xA0) goto yy6833; + goto yy2; + } else { + if (yych <= 0xAF) goto yy6833; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy10285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6833; + goto yy2; +yy10286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy6833; + goto yy2; +yy10287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy6833; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy6833; + goto yy2; + } +yy10288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAC) goto yy6833; + goto yy2; + } else { + if (yych <= 0xB1) goto yy6833; + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy6833; + goto yy2; + } +yy10289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy6833; + goto yy2; +yy10290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy10291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6833; + goto yy2; + } else { + if (yych <= 0x9D) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy10292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6833; + goto yy2; + } else { + if (yych <= 0x8D) goto yy6833; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy6833; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy6833; + goto yy2; + } + } +yy10293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy6833; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy6833; + goto yy2; + } +yy10294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x84) goto yy6833; + goto yy2; + } else { + if (yych <= 0x8C) goto yy6833; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9B) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAC) goto yy6833; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBC) goto yy6833; + goto yy2; + } + } +yy10295: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy6833; + default: goto yy2; + } +yy10296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0x89) goto yy6833; + if (yych == 0x8E) goto yy6833; + goto yy2; +yy10297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy6833; + goto yy2; +yy10298: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy10299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6833; + goto yy2; + } else { + if (yych <= 0xBB) goto yy6833; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy10300: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy6833; + goto yy2; + } else { + if (yych <= 0xAE) goto yy6833; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy6833; + goto yy2; + } +yy10301: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy6833; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy6833; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy10302: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy6833; + goto yy2; +yy10303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy6833; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy6833; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy6833; + goto yy2; + } + } +yy10304: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x87) goto yy2; + goto yy6833; + } else { + if (yych <= 0x96) { + if (yych <= 0x8F) goto yy2; + goto yy6833; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9E) goto yy6833; + goto yy2; + } + } +yy10305: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBC) goto yy6833; + goto yy2; +yy10306: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy6833; + goto yy2; +yy10307: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBA) goto yy6833; + goto yy2; +yy10308: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy6833; + goto yy2; +yy10309: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy6833; + goto yy2; + } else { + if (yych <= 0x9F) goto yy6833; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy6833; + goto yy2; + } +yy10310: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6833; + goto yy2; +yy10311: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy10312: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy10313: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6833; + goto yy2; + } else { + if (yych <= 0xAD) goto yy6833; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy6833; + goto yy2; + } +yy10314: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy6833; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy10315: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x82) goto yy2; + goto yy6833; + } else { + if (yych <= 0x8A) { + if (yych <= 0x86) goto yy2; + goto yy6833; + } else { + if (yych <= 0x8B) goto yy2; + if (yych <= 0xA2) goto yy6833; + goto yy2; + } + } +yy10316: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy6833; + goto yy2; +yy10317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) goto yy2; + if (yych <= 0xB3) goto yy6833; + goto yy2; +yy10318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB1) goto yy2; + goto yy6833; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy6833; + } else { + if (yych == 0xBD) goto yy6833; + goto yy2; + } + } +yy10319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy6833; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy10320: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6833; + goto yy2; +yy10321: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy6833; + goto yy2; +yy10322: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy6833; + goto yy2; + } else { + if (yych <= 0x8B) goto yy6833; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy10323: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy6833; + if (yych == 0xB2) goto yy6833; + goto yy2; +yy10324: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy6833; + goto yy2; + } else { + if (yych <= 0x8E) goto yy6833; + if (yych <= 0x90) goto yy2; + goto yy6833; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy6833; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy10325: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6833; + goto yy2; + } else { + if (yych <= 0xA5) goto yy6833; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy10326: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy6833; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy10327: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6833; + goto yy2; + } else { + if (yych <= 0x97) goto yy6833; + if (yych == 0x9D) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB6) goto yy6833; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy6833; + goto yy2; + } + } +yy10328: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6833; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy10329: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy6833; + goto yy2; +yy10330: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy10331: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy6833; + goto yy2; +yy10332: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy10333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6833; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy10334: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6833; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy6833; + goto yy2; +yy10335: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych == 0x92) goto yy1087; + if (yych <= 0xA2) goto yy2; + goto yy1087; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy6833; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy10336: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy6833; + goto yy2; +yy10337: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych == 0x87) goto yy1087; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy6833; + goto yy2; + } + } +yy10338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy6833; + goto yy2; +yy10339: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13005; + case 0x81: goto yy13006; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy6837; + case 0x83: goto yy13007; + case 0x8A: goto yy13008; + case 0x8B: goto yy13009; + case 0x8C: goto yy13010; + case 0x8D: goto yy13011; + case 0x8E: goto yy13012; + case 0x8F: goto yy13013; + case 0x92: goto yy13014; + case 0x94: goto yy13015; + case 0x95: goto yy10286; + case 0x9C: goto yy13016; + case 0x9D: goto yy13017; + case 0xA0: goto yy13018; + case 0xA1: goto yy13019; + case 0xA2: goto yy10282; + case 0xA3: goto yy13020; + case 0xA4: goto yy13021; + case 0xA6: goto yy13022; + case 0xA8: goto yy13023; + case 0xA9: goto yy13024; + case 0xAA: goto yy13025; + case 0xAB: goto yy13026; + case 0xAC: goto yy10281; + case 0xAD: goto yy13027; + case 0xAE: goto yy13028; + case 0xB1: goto yy13029; + case 0xB2: + case 0xB3: goto yy13030; + default: goto yy2; + } +yy10340: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13031; + case 0x81: goto yy4840; + case 0x82: goto yy13032; + case 0x83: goto yy13033; + case 0x84: goto yy13034; + case 0x85: goto yy13035; + case 0x86: goto yy13036; + case 0x87: goto yy13037; + case 0x88: goto yy13038; + case 0x8A: goto yy13039; + case 0x8B: goto yy13040; + case 0x8C: goto yy10251; + case 0x8D: goto yy13041; + case 0x92: + case 0x98: goto yy6838; + case 0x93: goto yy13042; + case 0x96: goto yy10310; + case 0x97: goto yy13043; + case 0x99: goto yy13044; + case 0x9A: goto yy13045; + case 0x9B: goto yy2362; + case 0x9C: goto yy4847; + case 0xA2: goto yy6847; + case 0xA3: goto yy13046; + case 0xAB: goto yy13047; + default: goto yy2; + } +yy10341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy6837; + goto yy13048; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy6837; + if (yych <= 0x95) goto yy13049; + goto yy2; + } +yy10342: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6837; + if (yych <= 0x90) goto yy10310; + goto yy2; +yy10343: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy6837; + if (yych <= 0x99) goto yy10320; + goto yy2; +yy10344: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy6837; + case 0xA8: goto yy13047; + case 0xA9: goto yy13050; + case 0xAB: goto yy13051; + case 0xAC: goto yy6838; + case 0xAD: goto yy13052; + case 0xAE: goto yy13053; + case 0xBD: goto yy13054; + default: goto yy2; + } +yy10345: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy6837; + if (yych <= 0xB1) goto yy13055; + if (yych <= 0xB2) goto yy13056; + goto yy2; +yy10346: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy6837; + case 0x91: goto yy13057; + case 0x92: goto yy13058; + case 0x93: goto yy13059; + case 0x94: goto yy13060; + case 0x95: goto yy13061; + case 0x9A: goto yy13062; + case 0x9B: goto yy13063; + case 0x9C: goto yy13064; + case 0x9D: goto yy13065; + case 0x9E: goto yy13066; + case 0x9F: goto yy13067; + default: goto yy2; + } +yy10347: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy6837; + if (yych <= 0xA3) goto yy13068; + goto yy2; + } else { + if (yych <= 0xB8) goto yy13069; + if (yych <= 0xB9) goto yy13070; + if (yych <= 0xBA) goto yy13071; + goto yy2; + } +yy10348: + yyaccept = 17; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy923; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy533; + goto yy923; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy923; + goto yy2445; + } else { + if (yych <= ';') goto yy923; + if (yych <= '>') goto yy533; + if (yych <= '@') goto yy923; + goto yy12619; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy923; + if (yych <= '`') goto yy533; + goto yy12619; + } else { + if (yych == '|') goto yy533; + if (yych <= '}') goto yy923; + goto yy533; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy923; + if (yych <= 0xC2) goto yy12621; + if (yych <= 0xC3) goto yy12622; + goto yy12623; + } else { + if (yych <= 0xCA) goto yy12624; + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + goto yy12625; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy12626; + if (yych <= 0xCF) goto yy12627; + goto yy12623; + } else { + if (yych <= 0xD2) goto yy12628; + if (yych <= 0xD3) goto yy12623; + if (yych <= 0xD4) goto yy12629; + goto yy12630; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy12631; + if (yych <= 0xD7) goto yy12632; + if (yych <= 0xD8) goto yy12633; + goto yy12634; + } else { + if (yych <= 0xDA) goto yy12623; + if (yych <= 0xDB) goto yy12635; + if (yych <= 0xDC) goto yy12636; + goto yy12637; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy12638; + if (yych <= 0xDF) goto yy12639; + goto yy12640; + } else { + if (yych <= 0xE1) goto yy12641; + if (yych <= 0xE2) goto yy12642; + if (yych <= 0xE3) goto yy12643; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy12644; + if (yych <= 0xEE) goto yy923; + goto yy12645; + } else { + if (yych <= 0xF0) goto yy12646; + if (yych == 0xF3) goto yy561; + goto yy923; + } + } + } + } +yy10349: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy113; + case 0xAA: + case 0xB5: + case 0xBA: goto yy6863; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy10350: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy6863; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy6863; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy6863; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy10351: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy6863; + } else { + if (yych == 0x8A) goto yy1245; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy1245; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy10352: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy6863; + goto yy2; + } else { + if (yych <= 0xB2) goto yy6863; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy10353: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy10382; + case 0x82: goto yy10383; + case 0x83: goto yy10384; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy6867; + case 0x89: goto yy10385; + case 0x8A: goto yy10386; + case 0x8B: goto yy10387; + case 0x8C: goto yy10388; + case 0x8D: goto yy10389; + case 0x8E: goto yy10390; + case 0x8F: goto yy10391; + case 0x90: goto yy13072; + case 0x99: goto yy10393; + case 0x9A: goto yy10394; + case 0x9B: goto yy10395; + case 0x9C: goto yy10396; + case 0x9D: goto yy10397; + case 0x9E: goto yy1297; + case 0x9F: goto yy10398; + case 0xA0: goto yy13073; + case 0xA1: goto yy10400; + case 0xA2: goto yy10401; + case 0xA3: goto yy10402; + case 0xA4: goto yy10403; + case 0xA5: goto yy10404; + case 0xA7: goto yy10405; + case 0xA8: goto yy10406; + case 0xA9: goto yy1307; + case 0xAA: goto yy10407; + case 0xAC: goto yy1309; + case 0xAD: goto yy10408; + case 0xAE: goto yy10409; + case 0xAF: goto yy10410; + case 0xB0: goto yy10411; + case 0xB1: goto yy10412; + case 0xB3: goto yy10413; + case 0xB4: goto yy10414; + case 0xB5: goto yy10415; + case 0xB6: goto yy10416; + case 0xB7: goto yy1319; + case 0xBC: goto yy10417; + case 0xBD: goto yy10418; + case 0xBE: goto yy10419; + case 0xBF: goto yy10420; + default: goto yy2; + } +yy10354: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13074; + case 0x81: goto yy2027; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: goto yy10422; + case 0x85: goto yy10423; + case 0x86: goto yy10424; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x88: goto yy1331; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy10426; + case 0xB1: goto yy10427; + case 0xB2: goto yy6867; + case 0xB3: goto yy10428; + case 0xB4: goto yy10429; + case 0xB5: goto yy10430; + case 0xB6: goto yy10431; + case 0xB7: goto yy10432; + case 0xB8: goto yy1353; + case 0xBA: goto yy1354; + case 0xBB: goto yy709; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy10355: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy10458; + case 0xAD: goto yy10459; + case 0xAE: goto yy10460; + case 0xAF: goto yy10461; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy6867; + case 0xB4: goto yy10462; + case 0xB5: goto yy10463; + case 0xB6: goto yy10464; + case 0xB7: goto yy10465; + case 0xB8: goto yy13075; + case 0xB9: goto yy13076; + case 0xBB: goto yy10468; + case 0xBC: goto yy13077; + case 0xBD: goto yy10470; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy10356: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy6863; + } else { + if (yych == 0x9A) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; + } + } +yy10357: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy6863; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy10358: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy6863; + goto yy2; +yy10359: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy6863; + } else { + if (yych == 0xBD) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy10360: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x90) goto yy6863; + if (yych <= 0x97) goto yy113; + goto yy6863; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy10361: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy6863; + } else { + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6863; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6863; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6863; + goto yy2; + } else { + if (yych <= 0xB2) goto yy6863; + if (yych <= 0xB5) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy10362: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy113; + goto yy6863; + } else { + if (yych == 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy6863; + goto yy2; + } else { + if (yych <= 0xA1) goto yy6863; + if (yych <= 0xA3) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy6863; + goto yy113; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } + } + } +yy10363: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy6863; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy6863; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy6863; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy6863; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy6863; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy6863; + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy10364: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x91) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy6863; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy113; + } else { + if (yych <= 0xB4) goto yy6863; + if (yych <= 0xB5) goto yy113; + goto yy2; + } + } + } +yy10365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy6863; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy6863; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6863; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6863; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy10366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy6863; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy6863; + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy113; + } else { + if (yych == 0xB9) goto yy6863; + goto yy2; + } + } + } +yy10367: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy6863; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6863; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6863; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6863; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy10368: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy6863; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy6863; + goto yy2; + } + } + } +yy10369: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy113; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy6863; + default: goto yy2; + } +yy10370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy6863; + if (yych == 0x97) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; + } + } +yy10371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy6863; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy6863; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy10372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy6863; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy6863; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy10373: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy6863; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy6863; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy10374: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy6863; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy6863; + goto yy2; + } + } + } +yy10375: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy6863; + goto yy2; + } else { + if (yych <= 0xBD) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy10376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x8E) goto yy6863; + if (yych <= 0x96) goto yy2; + goto yy113; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy6863; + if (yych <= 0xA3) goto yy113; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } + } +yy10377: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy6863; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy6863; + } else { + if (yych == 0xBD) goto yy6863; + goto yy2; + } + } +yy10378: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6863; + goto yy2; + } else { + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy10379: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy10380: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy10381: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy843; + if (yych <= 0xB3) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy10382: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy113; + if (yych <= 0x9D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy113; + goto yy2; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy10383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy10384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy6863; + } else { + if (yych == 0x87) goto yy6863; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy6863; + if (yych <= 0x8F) goto yy2; + goto yy6863; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy10385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6863; + goto yy2; + } else { + if (yych <= 0x8D) goto yy6863; + if (yych <= 0x8F) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy6863; + goto yy2; + } else { + if (yych <= 0x9D) goto yy6863; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy10386: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy6863; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy6863; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy6863; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy6863; + goto yy2; + } + } +yy10387: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy6863; + if (yych <= 0x81) goto yy2; + goto yy6863; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy6863; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy10388: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy6863; + goto yy2; + } else { + if (yych <= 0x95) goto yy6863; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy10389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6863; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; +yy10390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6863; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy10391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy6863; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy6863; + goto yy2; +yy10392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy10110; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy10393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy6863; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy10394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy6863; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy10395: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6863; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy6863; + goto yy2; +yy10396: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy6863; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) goto yy6863; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy10397: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy6863; + } else { + if (yych <= 0x93) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy6863; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy10398: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy113; + if (yych <= 0x9A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } +yy10399: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy10110; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy10400: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy6863; + goto yy2; +yy10401: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy6863; + goto yy113; + } else { + if (yych <= 0xAA) goto yy6863; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy10402: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy6863; + goto yy2; +yy10403: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6863; + goto yy2; + } else { + if (yych <= 0xAB) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } +yy10404: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy113; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy10405: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy10406: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6863; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy10407: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy113; + goto yy2; + } +yy10408: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy113; + goto yy2; + } +yy10409: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xA0) goto yy6863; + goto yy113; + } else { + if (yych <= 0xAF) goto yy6863; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy10410: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6863; + if (yych <= 0xB3) goto yy113; + goto yy2; +yy10411: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy6863; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy10412: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy6863; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy6863; + goto yy2; + } +yy10413: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy113; + goto yy2; + } else { + if (yych <= 0xA8) goto yy113; + if (yych <= 0xAC) goto yy6863; + goto yy113; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy6863; + if (yych <= 0xB4) goto yy113; + goto yy6863; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy10414: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy6863; + goto yy2; +yy10415: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy10416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6863; + goto yy2; +yy10417: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6863; + goto yy2; + } else { + if (yych <= 0x9D) goto yy6863; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy10418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6863; + goto yy2; + } else { + if (yych <= 0x8D) goto yy6863; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy6863; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy6863; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy6863; + goto yy2; + } + } +yy10419: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy6863; + } else { + if (yych == 0xBE) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy10420: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x84) goto yy6863; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy6863; + goto yy113; + } else { + if (yych <= 0x93) goto yy6863; + if (yych <= 0x95) goto yy2; + goto yy6863; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0xAC) goto yy6863; + if (yych <= 0xAF) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy6863; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6863; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } + } +yy10421: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy10110; + if (yych <= 0x97) goto yy2; + goto yy1087; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1087; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } +yy10422: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy113; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy6863; + default: goto yy2; + } +yy10423: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy6863; + } else { + if (yych == 0x8E) goto yy6863; + if (yych <= 0x8F) goto yy113; + goto yy2; + } +yy10424: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy6863; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy10425: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy10426: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy10427: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6863; + goto yy2; + } else { + if (yych <= 0xBB) goto yy6863; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy10428: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy6863; + goto yy113; + } else { + if (yych <= 0xAE) goto yy6863; + if (yych <= 0xB1) goto yy113; + if (yych <= 0xB3) goto yy6863; + goto yy2; + } +yy10429: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy6863; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy6863; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy10430: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy6863; + if (yych == 0xBF) goto yy113; + goto yy2; +yy10431: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy6863; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy6863; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy6863; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy6863; + goto yy2; + } + } +yy10432: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy6863; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy6863; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy6863; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy10433: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy10110; + if (yych == 0x9A) goto yy10110; + goto yy2; +yy10434: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x93) goto yy113; + if (yych == 0xA0) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6863; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy10435: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy6863; + goto yy2; +yy10436: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBA) goto yy6863; + goto yy2; + } +yy10437: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy6863; + goto yy2; +yy10438: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy6863; + goto yy2; + } else { + if (yych <= 0x9F) goto yy6863; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy6863; + goto yy2; + } +yy10439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6863; + goto yy113; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy10440: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy6863; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy10441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6863; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy2; +yy10442: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } else { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy10443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6863; + if (yych <= 0x88) goto yy2; + goto yy113; + } else { + if (yych <= 0xAD) goto yy6863; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy6863; + goto yy2; + } +yy10444: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy6863; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy10445: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6863; + goto yy113; + } else { + if (yych == 0x86) goto yy113; + goto yy6863; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy113; + if (yych <= 0xA2) goto yy6863; + goto yy113; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy10446: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy6863; + goto yy2; +yy10447: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0xB3) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy10448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy6863; + if (yych <= 0xBA) goto yy2; + goto yy6863; + } else { + if (yych == 0xBD) goto yy6863; + goto yy2; + } + } +yy10449: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy6863; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy10450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6863; + if (yych <= 0x93) goto yy113; + goto yy2; +yy10451: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } + } +yy10452: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy6863; + if (yych <= 0xB6) goto yy113; + goto yy2; +yy10453: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy6863; + goto yy113; + } else { + if (yych <= 0x8B) goto yy6863; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } + } +yy10454: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy6863; + goto yy113; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy6863; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy113; + goto yy2; + } + } +yy10455: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy6863; + goto yy2; + } else { + if (yych <= 0x8E) goto yy6863; + if (yych <= 0x90) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy6863; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy10456: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6863; + if (yych <= 0x9B) goto yy113; + goto yy2; + } else { + if (yych <= 0xA5) goto yy6863; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy10457: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy6863; + if (yych <= 0xAA) goto yy113; + goto yy2; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy10458: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6863; + goto yy2; + } else { + if (yych <= 0x97) goto yy6863; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy6863; + goto yy113; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy113; + if (yych <= 0xB6) goto yy6863; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy6863; + goto yy2; + } + } +yy10459: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6863; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy10460: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy10461: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy10462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy6863; + goto yy2; +yy10463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy10464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6863; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy10465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6863; + goto yy2; + } else { + if (yych <= 0xBB) goto yy6863; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy10466: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy10110; + if (yych <= 0xB4) goto yy113; + goto yy2; + } +yy10467: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy113; + goto yy10110; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy113; + if (yych == 0xA9) goto yy113; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy10468: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy6863; + goto yy2; +yy10469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy10110; + goto yy1087; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy6863; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy10470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy113; + if (yych <= 0x9A) goto yy6863; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy10471: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13080; + case 0x81: goto yy13081; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy6867; + case 0x83: goto yy13082; + case 0x84: goto yy3728; + case 0x85: goto yy3729; + case 0x86: goto yy3730; + case 0x87: goto yy3731; + case 0x8A: goto yy13083; + case 0x8B: goto yy13084; + case 0x8C: goto yy13085; + case 0x8D: goto yy13086; + case 0x8E: goto yy13087; + case 0x8F: goto yy13088; + case 0x92: goto yy13089; + case 0x94: goto yy13090; + case 0x95: goto yy13091; + case 0x9C: goto yy13092; + case 0x9D: goto yy13093; + case 0xA0: goto yy13094; + case 0xA1: goto yy13095; + case 0xA2: goto yy13096; + case 0xA3: goto yy13097; + case 0xA4: goto yy13098; + case 0xA6: goto yy13099; + case 0xA8: goto yy13100; + case 0xA9: goto yy13101; + case 0xAA: goto yy13102; + case 0xAB: goto yy13103; + case 0xAC: goto yy10402; + case 0xAD: goto yy13104; + case 0xAE: goto yy13105; + case 0xB1: goto yy13106; + case 0xB2: + case 0xB3: goto yy13107; + default: goto yy2; + } +yy10472: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13108; + case 0x81: goto yy13109; + case 0x82: goto yy13110; + case 0x83: goto yy13111; + case 0x84: goto yy13112; + case 0x85: goto yy13113; + case 0x86: goto yy13114; + case 0x87: goto yy13115; + case 0x88: goto yy13116; + case 0x8A: goto yy13117; + case 0x8B: goto yy13118; + case 0x8C: goto yy13119; + case 0x8D: goto yy13120; + case 0x92: + case 0x98: goto yy13121; + case 0x93: goto yy13122; + case 0x96: goto yy13123; + case 0x97: goto yy13124; + case 0x99: goto yy13125; + case 0x9A: goto yy13126; + case 0x9B: goto yy2362; + case 0x9C: goto yy13127; + case 0xA2: goto yy13128; + case 0xA3: goto yy13129; + case 0xAB: goto yy13130; + default: goto yy2; + } +yy10473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy6867; + goto yy13131; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy6867; + if (yych <= 0x95) goto yy13132; + goto yy2; + } +yy10474: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6867; + if (yych <= 0x90) goto yy13133; + goto yy2; +yy10475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy6867; + if (yych <= 0x99) goto yy13134; + goto yy2; +yy10476: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy6867; + case 0xA8: goto yy13130; + case 0xA9: goto yy13135; + case 0xAB: goto yy13136; + case 0xAC: goto yy13137; + case 0xAD: goto yy13138; + case 0xAE: goto yy13139; + case 0xBD: goto yy13140; + case 0xBE: goto yy3792; + default: goto yy2; + } +yy10477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy6867; + if (yych <= 0xB1) goto yy13141; + if (yych <= 0xB2) goto yy13142; + goto yy2; +yy10478: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy118; + case 0x83: goto yy637; + case 0x84: goto yy3795; + case 0x85: goto yy3796; + case 0x87: goto yy3797; + case 0x89: goto yy3798; + case 0x8D: goto yy3799; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy6867; + case 0x91: goto yy13143; + case 0x92: goto yy13144; + case 0x93: goto yy13145; + case 0x94: goto yy13146; + case 0x95: goto yy13147; + case 0x9A: goto yy13148; + case 0x9B: goto yy13149; + case 0x9C: goto yy13150; + case 0x9D: goto yy13151; + case 0x9E: goto yy13152; + case 0x9F: goto yy13153; + case 0xAA: goto yy3811; + default: goto yy2; + } +yy10479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy6867; + if (yych <= 0xA3) goto yy13154; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy13155; + goto yy13156; + } else { + if (yych <= 0xBA) goto yy13157; + if (yych <= 0xBB) goto yy3816; + goto yy2; + } + } +yy10480: + yych = *++YYCURSOR; + if (yych <= '>') { + if (yych <= '\r') { + if (yych <= 0x08) { + if (yych <= 0x00) goto yy2; + goto yy13159; + } else { + if (yych == '\v') goto yy13159; + goto yy2; + } + } else { + if (yych <= ';') { + if (yych == ' ') goto yy2; + goto yy13159; + } else { + if (yych == '=') goto yy13159; + goto yy2; + } + } + } else { + if (yych <= '{') { + if (yych <= '\\') { + if (yych == '[') goto yy2; + goto yy13159; + } else { + if (yych <= ']') goto yy2; + if (yych <= 'z') goto yy13159; + goto yy2; + } + } else { + if (yych <= 0x7F) { + if (yych == '}') goto yy2; + goto yy13159; + } else { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xF4) goto yy13159; + goto yy2; + } + } + } +yy10481: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '>') { + if (yych <= '\r') { + if (yych <= 0x08) { + if (yych <= 0x00) goto yy57; + goto yy13159; + } else { + if (yych == '\v') goto yy13159; + goto yy57; + } + } else { + if (yych <= ';') { + if (yych == ' ') goto yy57; + goto yy13159; + } else { + if (yych == '=') goto yy13159; + goto yy57; + } + } + } else { + if (yych <= '{') { + if (yych <= '\\') { + if (yych == '[') goto yy57; + goto yy13159; + } else { + if (yych <= ']') goto yy57; + if (yych <= 'z') goto yy13159; + goto yy57; + } + } else { + if (yych <= 0x7F) { + if (yych == '}') goto yy57; + goto yy13159; + } else { + if (yych <= 0xC1) goto yy57; + if (yych <= 0xF4) goto yy13159; + goto yy57; + } + } + } +yy10482: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy1439; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy1439; + } else { + if (yych == 0xBF) goto yy1439; + goto yy2; + } + } +yy10483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1439; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy1439; + goto yy2; +yy10484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy1439; + goto yy2; +yy10485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy10486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1439; + goto yy2; +yy10487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy10488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy1439; + goto yy2; + } else { + if (yych <= 0x89) goto yy1439; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy1439; + goto yy2; + } +yy10489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy10490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1439; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy1439; + goto yy2; +yy10491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1439; + goto yy2; +yy10492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy10493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy1439; + goto yy2; +yy10494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy1439; + goto yy2; +yy10495: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1439; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1439; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy1439; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1439; + if (yych == 0xBF) goto yy1439; + goto yy2; + } + } +yy10496: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB6) goto yy1439; + goto yy2; +yy10497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy1439; + goto yy2; +yy10498: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; +yy10499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy1439; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy10500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych == 0x80) goto yy1439; + if (yych <= 0x8F) goto yy2; + goto yy1439; + } else { + if (yych <= 0x97) { + if (yych <= 0x94) goto yy2; + goto yy1439; + } else { + if (yych <= 0x98) goto yy2; + if (yych <= 0xB3) goto yy1439; + goto yy2; + } + } +yy10501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy1439; + goto yy2; +yy10502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1439; + goto yy2; +yy10503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x88) goto yy2; + if (yych <= 0xA4) goto yy1439; + goto yy2; +yy10504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1439; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy1439; + goto yy2; +yy10505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1439; + goto yy2; +yy10506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1439; + goto yy2; +yy10507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1439; + goto yy2; +yy10508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB7) goto yy1439; + goto yy2; +yy10509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy1439; + goto yy2; +yy10510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xAF) goto yy1439; + goto yy2; +yy10511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; +yy10512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA6) goto yy1439; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy10513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy1439; + if (yych == 0xB6) goto yy1439; + goto yy2; +yy10514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB2) goto yy1439; + goto yy2; +yy10515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x84) goto yy1439; + goto yy2; + } else { + if (yych == 0x9B) goto yy2; + if (yych <= 0x9C) goto yy1439; + goto yy2; + } +yy10516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xAB) goto yy1439; + goto yy2; +yy10517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1439; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1439; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy1439; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy10518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; +yy10519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1439; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy1439; + goto yy2; +yy10520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1439; + goto yy2; + } else { + if (yych <= 0x87) goto yy1439; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; + } +yy10521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9B) goto yy1439; + goto yy2; +yy10522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x84) goto yy1439; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; +yy10523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1439; + goto yy2; +yy10524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy1439; + if (yych == 0xBF) goto yy1439; + goto yy2; +yy10525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy1439; + goto yy2; +yy10526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; +yy10527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1439; + goto yy2; +yy10528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1439; + goto yy2; +yy10529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1439; + goto yy2; +yy10530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; + } else { + if (yych <= 0xB7) goto yy1439; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy10531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1439; + goto yy2; +yy10532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1439; + if (yych == 0x90) goto yy1439; + goto yy2; +yy10533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1439; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy1439; + goto yy2; +yy10534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1439; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1439; + goto yy2; +yy10535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy10536: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1439; + } else { + if (yych == 0xA2) goto yy1439; + if (yych <= 0xA4) goto yy2; + goto yy1439; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy1439; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1439; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } + } +yy10537: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy10538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1439; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1439; + if (yych <= 0x8C) goto yy2; + goto yy1439; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy1439; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy1439; + goto yy2; + } + } +yy10539: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1439; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy1439; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy10540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1439; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; +yy10541: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych == 0x80) goto yy1439; + if (yych <= 0x81) goto yy2; + goto yy1439; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy2; + goto yy1439; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } + } +yy10542: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1439; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy10543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1439; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy10544: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1439; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy10545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1439; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1439; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy1439; + goto yy2; + } +yy10546: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1439; + goto yy2; +yy10547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1439; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy1439; + } else { + if (yych == 0xA4) goto yy1439; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy1439; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy1439; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy1439; + } else { + if (yych == 0xBB) goto yy1439; + goto yy2; + } + } + } +yy10548: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy1439; + default: goto yy2; + } +yy10549: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy1439; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy1439; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy1439; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy1439; + goto yy2; + } + } +yy10550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy2939; + goto yy2; +yy10551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy2939; + goto yy843; + } else { + if (yych == 0xBF) goto yy2939; + goto yy2; + } +yy10552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy10553: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy2939; + } else { + if (yych == 0xA2) goto yy2939; + if (yych <= 0xA4) goto yy2; + goto yy2939; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy2939; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy2939; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } + } +yy10554: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy10555: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy2939; + goto yy2; + } else { + if (yych <= 0x8A) goto yy2939; + if (yych <= 0x8C) goto yy2; + goto yy2939; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy2939; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy2939; + goto yy2; + } + } +yy10556: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy2939; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy2939; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy10557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy2939; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; +yy10558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych == 0x80) goto yy2939; + if (yych <= 0x81) goto yy2; + goto yy2939; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy2; + goto yy2939; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } + } +yy10559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy2939; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy10560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy2939; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy10561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy2939; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + if (yych <= 0xBF) goto yy2939; + goto yy2; + } +yy10562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy2939; + goto yy2; + } else { + if (yych <= 0x8B) goto yy2939; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy10563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy7090; + goto yy2; + } else { + if (yych <= 0xB2) goto yy7090; + if (yych == 0xB4) goto yy2930; + goto yy2; + } +yy10564: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy7091; + case 0xAD: goto yy7092; + case 0xAE: goto yy3034; + case 0xAF: goto yy3035; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1108; + case 0xB4: goto yy3036; + case 0xB5: goto yy3037; + case 0xB6: goto yy3038; + case 0xB7: goto yy3039; + case 0xB8: goto yy5581; + case 0xB9: goto yy5582; + case 0xBB: goto yy3042; + case 0xBC: goto yy8751; + case 0xBD: goto yy7066; + default: goto yy2; + } +yy10565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy1589; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy1589; + } else { + if (yych == 0xBF) goto yy1589; + goto yy2; + } + } +yy10566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy1589; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy1589; + goto yy2; +yy10567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy1589; + goto yy2; +yy10568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy10569: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1589; + goto yy2; +yy10570: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy10571: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy1589; + goto yy2; + } else { + if (yych <= 0x89) goto yy1589; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy1589; + goto yy2; + } +yy10572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy10573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1589; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy1589; + goto yy2; +yy10574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1589; + goto yy2; +yy10575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy10576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy1589; + goto yy2; +yy10577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy1589; + goto yy2; +yy10578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1589; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1589; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy1589; + goto yy2; + } else { + if (yych <= 0xBC) goto yy1589; + if (yych == 0xBF) goto yy1589; + goto yy2; + } + } +yy10579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB6) goto yy1589; + goto yy2; +yy10580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy1589; + goto yy2; +yy10581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; +yy10582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy1589; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy10583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych == 0x80) goto yy1589; + if (yych <= 0x8F) goto yy2; + goto yy1589; + } else { + if (yych <= 0x97) { + if (yych <= 0x94) goto yy2; + goto yy1589; + } else { + if (yych <= 0x98) goto yy2; + if (yych <= 0xB3) goto yy1589; + goto yy2; + } + } +yy10584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy1589; + goto yy2; +yy10585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy1589; + goto yy2; +yy10586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x88) goto yy2; + if (yych <= 0xA4) goto yy1589; + goto yy2; +yy10587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1589; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy1589; + goto yy2; +yy10588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy1589; + goto yy2; +yy10589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1589; + goto yy2; +yy10590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1589; + goto yy2; +yy10591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB7) goto yy1589; + goto yy2; +yy10592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy1589; + goto yy2; +yy10593: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xAF) goto yy1589; + goto yy2; +yy10594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; +yy10595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA6) goto yy1589; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy10596: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy1589; + if (yych == 0xB6) goto yy1589; + goto yy2; +yy10597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB2) goto yy1589; + goto yy2; +yy10598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x84) goto yy1589; + goto yy2; + } else { + if (yych == 0x9B) goto yy2; + if (yych <= 0x9C) goto yy1589; + goto yy2; + } +yy10599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xAB) goto yy1589; + goto yy2; +yy10600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1589; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1589; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy1589; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy10601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; +yy10602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy1589; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy1589; + goto yy2; +yy10603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1589; + goto yy2; + } else { + if (yych <= 0x87) goto yy1589; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; + } +yy10604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9B) goto yy1589; + goto yy2; +yy10605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x84) goto yy1589; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; +yy10606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy1589; + goto yy2; +yy10607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy1589; + if (yych == 0xBF) goto yy1589; + goto yy2; +yy10608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy1589; + goto yy2; +yy10609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; +yy10610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1589; + goto yy2; +yy10611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9F) goto yy2; + if (yych <= 0xA9) goto yy1589; + goto yy2; +yy10612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1589; + goto yy2; +yy10613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; + } else { + if (yych <= 0xB7) goto yy1589; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy10614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1589; + goto yy2; +yy10615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1589; + if (yych == 0x90) goto yy1589; + goto yy2; +yy10616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1589; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy1589; + goto yy2; +yy10617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1589; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy1589; + goto yy2; +yy10618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy10619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy1589; + } else { + if (yych == 0xA2) goto yy1589; + if (yych <= 0xA4) goto yy2; + goto yy1589; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy1589; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy1589; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } + } +yy10620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy10621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1589; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1589; + if (yych <= 0x8C) goto yy2; + goto yy1589; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy1589; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy1589; + goto yy2; + } + } +yy10622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1589; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy1589; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy10623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy1589; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; +yy10624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych == 0x80) goto yy1589; + if (yych <= 0x81) goto yy2; + goto yy1589; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy2; + goto yy1589; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } + } +yy10625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1589; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy10626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy1589; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy10627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1589; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy10628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1589; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1589; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy1589; + goto yy2; + } +yy10629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1589; + goto yy2; +yy10630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1589; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy1589; + } else { + if (yych == 0xA4) goto yy1589; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy1589; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy1589; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy1589; + } else { + if (yych == 0xBB) goto yy1589; + goto yy2; + } + } + } +yy10631: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy1589; + default: goto yy2; + } +yy10632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy1589; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy1589; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy1589; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy1589; + goto yy2; + } + } +yy10633: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '\'') { + if (yych == '$') goto yy113; + if (yych <= '&') goto yy57; + goto yy1564; + } else { + if (yych == '+') goto yy113; + if (yych <= ',') goto yy57; + goto yy1565; + } + } else { + if (yych <= ':') { + if (yych <= '.') goto yy3648; + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy950; + goto yy246; + } else { + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy57; + goto yy1240; + } + } + } else { + if (yych <= '{') { + if (yych <= '`') { + if (yych <= ']') goto yy57; + if (yych == '_') goto yy1567; + goto yy113; + } else { + if (yych == 'g') goto yy13170; + if (yych <= 'z') goto yy1240; + goto yy57; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy57; + if (yych <= '~') goto yy113; + goto yy57; + } else { + if (yych <= 0xC2) goto yy1569; + if (yych <= 0xC3) goto yy1570; + if (yych <= 0xC9) goto yy268; + goto yy1571; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy257; + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy1572; + goto yy1573; + } else { + if (yych <= 0xCF) goto yy1574; + if (yych == 0xD2) goto yy1575; + goto yy268; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy1576; + if (yych <= 0xD5) goto yy1577; + if (yych <= 0xD6) goto yy1578; + goto yy265; + } else { + if (yych <= 0xD8) goto yy266; + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + goto yy269; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy270; + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + goto yy273; + } else { + if (yych <= 0xE0) goto yy274; + if (yych <= 0xE1) goto yy1579; + if (yych <= 0xE2) goto yy1580; + goto yy277; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy278; + if (yych == 0xEA) goto yy1581; + goto yy57; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy1582; + goto yy1583; + } else { + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } + } +yy10634: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '\'') { + if (yych == '$') goto yy113; + if (yych <= '&') goto yy57; + goto yy1564; + } else { + if (yych == '+') goto yy113; + if (yych <= ',') goto yy57; + goto yy1565; + } + } else { + if (yych <= ':') { + if (yych <= '.') goto yy3648; + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy950; + goto yy246; + } else { + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy57; + goto yy1240; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= ']') goto yy57; + if (yych == '_') goto yy1567; + goto yy113; + } else { + if (yych <= 'z') goto yy1240; + if (yych == '|') goto yy113; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy113; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy1569; + goto yy1570; + } else { + if (yych <= 0xC9) goto yy268; + if (yych <= 0xCA) goto yy1571; + if (yych <= 0xCB) goto yy257; + goto yy118; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCD) goto yy1572; + if (yych <= 0xCE) goto yy1573; + if (yych <= 0xCF) goto yy1574; + goto yy268; + } else { + if (yych <= 0xD2) goto yy1575; + if (yych <= 0xD3) goto yy268; + if (yych <= 0xD4) goto yy1576; + goto yy1577; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy1578; + if (yych <= 0xD7) goto yy265; + if (yych <= 0xD8) goto yy266; + goto yy267; + } else { + if (yych <= 0xDA) goto yy268; + if (yych <= 0xDB) goto yy269; + if (yych <= 0xDC) goto yy270; + goto yy271; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDE) goto yy272; + if (yych <= 0xDF) goto yy273; + if (yych <= 0xE0) goto yy274; + goto yy4232; + } else { + if (yych <= 0xE2) goto yy1580; + if (yych <= 0xE3) goto yy277; + if (yych <= 0xE4) goto yy278; + goto yy57; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xEA) goto yy1581; + if (yych == 0xED) goto yy4233; + goto yy57; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy1582; + goto yy1583; + } else { + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } + } +yy10635: + yych = *++YYCURSOR; + if (yych == 0xE1) goto yy4252; + if (yych == 0xED) goto yy4233; + goto yy2; +yy10636: + yyaccept = 24; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy113; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy113; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1565; + if (yych <= '.') goto yy3648; + if (yych >= '0') goto yy950; + } else { + if (yych <= ':') goto yy246; + if (yych <= ';') goto yy10637; + if (yych <= '>') goto yy113; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy1240; + if (yych <= ']') goto yy10637; + if (yych <= '^') goto yy113; + goto yy1567; + } else { + if (yych <= '`') goto yy113; + if (yych <= 'z') goto yy1240; + if (yych >= '|') goto yy113; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy113; + if (yych >= 0xC2) goto yy1569; + } else { + if (yych <= 0xC3) goto yy1570; + if (yych <= 0xC9) goto yy268; + if (yych <= 0xCA) goto yy1571; + goto yy257; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy1572; + if (yych <= 0xCE) goto yy1573; + goto yy1574; + } else { + if (yych == 0xD2) goto yy1575; + if (yych <= 0xD3) goto yy268; + goto yy1576; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy1577; + if (yych <= 0xD6) goto yy1578; + if (yych <= 0xD7) goto yy265; + goto yy266; + } else { + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + if (yych <= 0xDB) goto yy269; + goto yy270; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + if (yych <= 0xDF) goto yy273; + goto yy274; + } else { + if (yych <= 0xE1) goto yy1579; + if (yych <= 0xE2) goto yy1580; + if (yych <= 0xE3) goto yy277; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1581; + if (yych >= 0xEF) goto yy1582; + } else { + if (yych <= 0xF0) goto yy1583; + if (yych == 0xF3) goto yy282; + } + } + } + } +yy10637: +#line 180 "scanner.re" + { return HANGUL_SYLLABLE; } +#line 186261 "scanner.c" +yy10638: + yych = *++YYCURSOR; + goto yy10637; +yy10639: + yyaccept = 7; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy533; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy5034; + if (yych <= '.') goto yy7285; + if (yych <= '/') goto yy41; + goto yy10639; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy533; + goto yy41; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy2445; + if (yych <= ']') goto yy41; + goto yy533; + } else { + if (yych <= 'z') goto yy2445; + if (yych == '|') goto yy533; + goto yy41; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy533; + if (yych <= 0xC1) goto yy41; + if (yych <= 0xC2) goto yy872; + goto yy873; + } else { + if (yych <= 0xC9) goto yy874; + if (yych <= 0xCA) goto yy875; + if (yych <= 0xCB) goto yy539; + goto yy537; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy2430; + if (yych <= 0xCE) goto yy877; + goto yy878; + } else { + if (yych == 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + goto yy880; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy2431; + if (yych <= 0xD7) goto yy883; + goto yy2432; + } else { + if (yych <= 0xD9) goto yy2433; + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy886; + goto yy887; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy2434; + goto yy891; + } else { + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy2435; + if (yych <= 0xE3) goto yy894; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy895; + if (yych <= 0xEE) goto yy41; + goto yy2436; + } else { + if (yych <= 0xF0) goto yy897; + if (yych == 0xF3) goto yy561; + goto yy41; + } + } + } + } +yy10641: + yych = *++YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x90) goto yy5408; + if (yych <= 0x97) goto yy110; + goto yy5408; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy10642: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy110; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy110; + goto yy5408; + } else { + if (yych == 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy5408; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5408; + if (yych <= 0xA3) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy831; + if (yych <= 0xB1) goto yy5408; + goto yy110; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy110; + goto yy2; + } + } + } +yy10643: + yych = *++YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x91) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy5408; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy831; + goto yy110; + } else { + if (yych <= 0xB4) goto yy5408; + if (yych <= 0xB5) goto yy110; + goto yy2; + } + } + } +yy10644: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x90) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy5408; + if (yych <= 0xA3) goto yy110; + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy110; + } else { + if (yych == 0xB9) goto yy5408; + goto yy2; + } + } + } +yy10645: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB0) goto yy110; + if (yych <= 0xB1) goto yy5408; + goto yy2; + } + } + } +yy10646: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy5408; + if (yych == 0x97) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy831; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy110; + goto yy2; + } + } +yy10647: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } + } +yy10648: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy831; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy5408; + goto yy2; + } + } + } +yy10649: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy110; + } else { + if (yych <= 0x8E) goto yy5408; + if (yych <= 0x96) goto yy2; + goto yy110; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5408; + if (yych <= 0xA3) goto yy110; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy831; + goto yy2; + } else { + if (yych <= 0xB9) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } + } +yy10650: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5408; + goto yy2; + } else { + if (yych <= 0x8A) goto yy110; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy831; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy110; + goto yy2; + } + } +yy10651: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy110; + } else { + if (yych <= 0x99) goto yy831; + if (yych <= 0x9F) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy10652: + yych = *++YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy200; + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy831; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy10653: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xA0) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAF) goto yy5408; + if (yych <= 0xB9) goto yy831; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy10654: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy2; + } else { + if (yych <= 0x8F) goto yy5408; + if (yych <= 0x99) goto yy831; + if (yych <= 0xB7) goto yy5408; + goto yy2; + } +yy10655: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + if (yych <= 0x97) goto yy2; + goto yy1588; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1588; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } +yy10656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych == 0x84) goto yy2811; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy110; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy110; + goto yy2; + } + } +yy10657: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy5408; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5408; + if (yych <= 0xA9) goto yy831; + if (yych <= 0xAB) goto yy5408; + goto yy2; + } +yy10658: + yych = *++YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + goto yy2; + } else { + if (yych <= 0x99) goto yy831; + if (yych <= 0x9F) goto yy2; + goto yy110; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy5408; + if (yych <= 0xBA) goto yy2; + goto yy5408; + } else { + if (yych == 0xBD) goto yy5408; + goto yy2; + } + } +yy10659: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy831; + goto yy5408; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy10660: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5408; + goto yy110; + } else { + if (yych <= 0x8B) goto yy5408; + if (yych <= 0x8D) goto yy110; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy831; + if (yych <= 0xB6) goto yy2; + goto yy110; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy110; + goto yy2; + } + } +yy10661: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy5408; + if (yych <= 0xAA) goto yy110; + goto yy2; + } else { + if (yych <= 0xAD) goto yy110; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; + } +yy10662: + yych = *++YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x90) goto yy202; + if (yych <= 0x93) goto yy2; + goto yy202; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAF) goto yy110; + goto yy2; + } else { + if (yych <= 0xB2) goto yy200; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy10663: + yych = *++YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy110; + if (yych <= 0x90) goto yy202; + goto yy2; + } else { + if (yych <= 0x93) { + if (yych <= 0x92) goto yy1588; + goto yy2; + } else { + if (yych <= 0x94) goto yy202; + if (yych <= 0xA1) goto yy2; + goto yy110; + } + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy200; + if (yych <= 0xA6) goto yy110; + if (yych <= 0xA8) goto yy2; + goto yy110; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy5408; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } + } +yy10664: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy1588; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych <= 0x8C) goto yy202; + if (yych <= 0x8D) goto yy200; + goto yy1588; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy831; + } else { + if (yych <= 0x9A) goto yy2; + if (yych <= 0x9B) goto yy202; + goto yy110; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy10665: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy11317; + case 0x81: goto yy11318; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy5412; + case 0x83: goto yy11319; + case 0x84: goto yy2069; + case 0x85: goto yy2070; + case 0x86: goto yy2071; + case 0x87: goto yy2072; + case 0x8A: goto yy11320; + case 0x8B: goto yy11321; + case 0x8C: goto yy11322; + case 0x8D: goto yy11323; + case 0x8E: goto yy11324; + case 0x8F: goto yy11325; + case 0x92: goto yy13171; + case 0x94: goto yy11327; + case 0x95: goto yy11328; + case 0x9C: goto yy11329; + case 0x9D: goto yy11330; + case 0xA0: goto yy11331; + case 0xA1: goto yy11332; + case 0xA2: goto yy11333; + case 0xA3: goto yy11334; + case 0xA4: goto yy11335; + case 0xA6: goto yy11336; + case 0xA8: goto yy11337; + case 0xA9: goto yy11338; + case 0xAA: goto yy11339; + case 0xAB: goto yy11340; + case 0xAC: goto yy8492; + case 0xAD: goto yy11341; + case 0xAE: goto yy11342; + case 0xB1: goto yy11343; + case 0xB2: + case 0xB3: goto yy11344; + default: goto yy2; + } +yy10666: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy11345; + case 0x81: goto yy10670; + case 0x82: goto yy11347; + case 0x83: goto yy13172; + case 0x84: goto yy13173; + case 0x85: goto yy11350; + case 0x86: goto yy11351; + case 0x87: goto yy13174; + case 0x88: goto yy11353; + case 0x8A: goto yy11354; + case 0x8B: goto yy13175; + case 0x8C: goto yy11356; + case 0x8D: goto yy11357; + case 0x92: + case 0x98: goto yy11358; + case 0x93: goto yy13176; + case 0x96: goto yy11360; + case 0x97: goto yy11361; + case 0x99: goto yy13177; + case 0x9A: goto yy11363; + case 0x9B: goto yy191; + case 0x9C: goto yy10677; + case 0xA2: goto yy11365; + case 0xA3: goto yy13178; + case 0xAB: goto yy11367; + default: goto yy2; + } +yy10667: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy5412; + case 0xA8: goto yy11367; + case 0xA9: goto yy13179; + case 0xAB: goto yy11373; + case 0xAC: goto yy11374; + case 0xAD: goto yy13180; + case 0xAE: goto yy11376; + case 0xBD: goto yy11377; + case 0xBE: goto yy2127; + default: goto yy2; + } +yy10668: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy121; + case 0x83: goto yy2130; + case 0x84: goto yy2131; + case 0x85: goto yy2132; + case 0x87: goto yy2133; + case 0x89: goto yy2134; + case 0x8D: goto yy2135; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy5412; + case 0x91: goto yy11380; + case 0x92: goto yy11381; + case 0x93: goto yy11382; + case 0x94: goto yy11383; + case 0x95: goto yy11384; + case 0x9A: goto yy11385; + case 0x9B: goto yy11386; + case 0x9C: goto yy11387; + case 0x9D: goto yy11388; + case 0x9E: goto yy11389; + case 0x9F: goto yy13181; + case 0xAA: goto yy2147; + default: goto yy2; + } +yy10669: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy831; + goto yy2; +yy10670: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy831; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy10671: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; +yy10672: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy113; + } else { + if (yych <= 0xB4) goto yy110; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy831; + goto yy2; + } +yy10673: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy113; + if (yych <= 0x89) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy113; + } else { + if (yych == 0x9C) goto yy113; + goto yy2; + } + } +yy10674: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; + } +yy10675: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x85) goto yy113; + goto yy2; + } else { + if (yych <= 0x87) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; + } +yy10676: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy110; + goto yy2; + } else { + if (yych <= 0x84) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; + } +yy10677: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy110; + goto yy2; + } else { + if (yych <= 0xB9) goto yy831; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy10678: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy831; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } +yy10679: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy831; + goto yy2; +yy10680: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy831; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy113; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy10681: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy110; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy831; + goto yy2; + } +yy10682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1627; + goto yy2; +yy10683: + yych = *++YYCURSOR; + if (yych == 'g') goto yy13182; + goto yy2; +yy10684: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= ']') { + if (yych <= '-') { + if (yych <= '*') { + if (yych == '$') goto yy10684; + goto yy1766; + } else { + if (yych <= '+') goto yy10684; + if (yych <= ',') goto yy1766; + goto yy535; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy1766; + if (yych <= '9') goto yy10684; + goto yy1766; + } else { + if (yych <= '>') goto yy10684; + if (yych <= '@') goto yy1766; + if (yych <= 'Z') goto yy10684; + goto yy1766; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '|') { + if (yych == '{') goto yy1766; + goto yy10684; + } else { + if (yych == '~') goto yy10684; + goto yy1766; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) goto yy13183; + if (yych <= 0xC9) goto yy10688; + goto yy10689; + } else { + if (yych <= 0xCB) goto yy13184; + if (yych <= 0xCC) goto yy10688; + if (yych <= 0xCD) goto yy13185; + goto yy13186; + } + } + } + } else { + if (yych <= 0xDF) { + if (yych <= 0xD8) { + if (yych <= 0xD5) { + if (yych <= 0xD3) goto yy10688; + if (yych <= 0xD4) goto yy10696; + goto yy10697; + } else { + if (yych <= 0xD6) goto yy13187; + if (yych <= 0xD7) goto yy13188; + goto yy13189; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD9) goto yy13190; + if (yych <= 0xDA) goto yy10688; + goto yy13191; + } else { + if (yych <= 0xDC) goto yy13192; + if (yych <= 0xDD) goto yy13193; + if (yych <= 0xDE) goto yy13194; + goto yy13195; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE2) { + if (yych <= 0xE0) goto yy13196; + if (yych <= 0xE1) goto yy13197; + goto yy13198; + } else { + if (yych <= 0xE3) goto yy13199; + if (yych <= 0xE4) goto yy13200; + goto yy1766; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy13201; + if (yych <= 0xEE) goto yy1766; + goto yy13202; + } else { + if (yych <= 0xF0) goto yy13203; + if (yych == 0xF3) goto yy13204; + goto yy1766; + } + } + } + } +yy10686: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy7354; + case 0xAA: + case 0xB5: + case 0xBA: goto yy10684; + default: goto yy2; + } +yy10687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy7354; + } else { + if (yych == 0xB7) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy10688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy10689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy10684; + goto yy2; +yy10690: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + goto yy7354; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x9F) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych == 0xAC) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy10691: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy10692: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0xB3) goto yy10684; + if (yych <= 0xB4) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy10684; + if (yych <= 0xBA) goto yy2; + goto yy10684; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } +yy10693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy7354; + goto yy10684; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy10684; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy10694: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy10695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0x89) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy10696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy10697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10684; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy10698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10684; + if (yych <= 0x8C) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy7354; + } else { + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } +yy10699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy7354; + if (yych <= 0x8F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy10684; + goto yy2; + } + } +yy10700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy7354; + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy10701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy10684; + if (yych <= 0x9F) goto yy7354; + goto yy2; + } else { + if (yych == 0xB0) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy10702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy10684; + goto yy2; + } else { + if (yych <= 0x95) goto yy10684; + if (yych == 0x9D) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy7354; + if (yych <= 0xAF) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBC) goto yy10684; + if (yych <= 0xBE) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy10703: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy10704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy7354; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy10705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy10684; + if (yych <= 0xB0) goto yy7354; + if (yych <= 0xB1) goto yy10684; + goto yy2; +yy10706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy10684; + goto yy7354; + } else { + if (yych == 0xB6) goto yy7354; + goto yy2; + } +yy10707: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy13205; + case 0xA1: goto yy13206; + case 0xA2: goto yy13207; + case 0xA3: goto yy13208; + case 0xA4: goto yy13209; + case 0xA5: goto yy13210; + case 0xA6: goto yy13211; + case 0xA7: goto yy13212; + case 0xA8: goto yy13213; + case 0xA9: goto yy13214; + case 0xAA: goto yy13215; + case 0xAB: goto yy13216; + case 0xAC: goto yy13217; + case 0xAD: goto yy13218; + case 0xAE: goto yy13219; + case 0xAF: goto yy13220; + case 0xB0: goto yy13221; + case 0xB1: goto yy13222; + case 0xB2: goto yy13223; + case 0xB3: goto yy13224; + case 0xB4: goto yy13225; + case 0xB5: goto yy13226; + case 0xB6: goto yy13227; + case 0xB7: goto yy13228; + case 0xB8: goto yy13229; + case 0xB9: goto yy13230; + case 0xBA: goto yy13231; + case 0xBB: goto yy13232; + case 0xBC: goto yy13233; + case 0xBD: goto yy13234; + case 0xBE: goto yy13235; + case 0xBF: goto yy13236; + default: goto yy2; + } +yy10708: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13237; + case 0x81: goto yy13238; + case 0x82: goto yy13239; + case 0x83: goto yy13240; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy10688; + case 0x89: goto yy13241; + case 0x8A: goto yy13242; + case 0x8B: goto yy13243; + case 0x8C: goto yy13244; + case 0x8D: goto yy13245; + case 0x8E: goto yy13246; + case 0x8F: goto yy13247; + case 0x90: goto yy13248; + case 0x99: goto yy13249; + case 0x9A: goto yy13250; + case 0x9B: goto yy13251; + case 0x9C: goto yy13252; + case 0x9D: goto yy13253; + case 0x9E: goto yy13254; + case 0x9F: goto yy13255; + case 0xA0: goto yy13256; + case 0xA1: goto yy13257; + case 0xA2: goto yy13258; + case 0xA3: goto yy13259; + case 0xA4: goto yy13260; + case 0xA5: goto yy13261; + case 0xA7: goto yy13262; + case 0xA8: goto yy13263; + case 0xA9: goto yy13264; + case 0xAA: goto yy13265; + case 0xAC: goto yy13266; + case 0xAD: goto yy13267; + case 0xAE: goto yy13268; + case 0xAF: goto yy13269; + case 0xB0: goto yy13270; + case 0xB1: goto yy13271; + case 0xB3: goto yy13272; + case 0xB4: goto yy13273; + case 0xB5: goto yy13274; + case 0xB6: goto yy13275; + case 0xB7: goto yy13276; + case 0xBC: goto yy13277; + case 0xBD: goto yy13278; + case 0xBE: goto yy13279; + case 0xBF: goto yy13280; + default: goto yy2; + } +yy10709: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13281; + case 0x81: goto yy13282; + case 0x82: goto yy13283; + case 0x83: goto yy13284; + case 0x84: goto yy13285; + case 0x85: goto yy13286; + case 0x86: goto yy13287; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy10691; + case 0x8C: goto yy13288; + case 0x8F: goto yy13289; + case 0x90: goto yy13290; + case 0x91: goto yy13291; + case 0x92: goto yy13292; + case 0x93: goto yy13293; + case 0x9D: goto yy13294; + case 0x9E: goto yy13295; + case 0x9F: goto yy13296; + case 0xA6: goto yy13297; + case 0xA7: goto yy13298; + case 0xAD: goto yy13299; + case 0xAE: goto yy13300; + case 0xAF: goto yy13301; + case 0xB0: goto yy13302; + case 0xB1: goto yy13303; + case 0xB2: goto yy10688; + case 0xB3: goto yy13304; + case 0xB4: goto yy13305; + case 0xB5: goto yy13306; + case 0xB6: goto yy13307; + case 0xB7: goto yy13308; + case 0xBA: goto yy13309; + case 0xBB: goto yy13310; + case 0xBF: goto yy13311; + default: goto yy2; + } +yy10710: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13312; + case 0x82: goto yy13313; + case 0x84: goto yy13314; + case 0x86: goto yy13315; + case 0x87: goto yy13316; + case 0x88: goto yy13317; + case 0x89: goto yy13318; + case 0x8A: goto yy13319; + case 0x8B: goto yy13320; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy10691; + default: goto yy2; + } +yy10711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy10691; + goto yy2; +yy10712: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy13321; + case 0x93: goto yy13322; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy10688; + case 0x98: goto yy13323; + case 0x99: goto yy13324; + case 0x9A: goto yy13325; + case 0x9B: goto yy13326; + case 0x9C: goto yy13327; + case 0x9D: goto yy10696; + case 0x9E: goto yy13328; + case 0x9F: goto yy13329; + case 0xA0: goto yy13330; + case 0xA1: goto yy13331; + case 0xA2: goto yy13332; + case 0xA3: goto yy13333; + case 0xA4: goto yy13334; + case 0xA5: goto yy13335; + case 0xA6: goto yy13336; + case 0xA7: goto yy13337; + case 0xA8: goto yy13338; + case 0xA9: goto yy13339; + case 0xAA: goto yy13340; + case 0xAB: goto yy13341; + case 0xAC: goto yy13342; + case 0xAD: goto yy13343; + case 0xAF: goto yy13344; + default: goto yy2; + } +yy10713: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy13345; + case 0xAD: goto yy13346; + case 0xAE: goto yy13347; + case 0xAF: goto yy13348; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy10688; + case 0xB4: goto yy13349; + case 0xB5: goto yy13192; + case 0xB6: goto yy13350; + case 0xB7: goto yy13351; + case 0xB8: goto yy13352; + case 0xB9: goto yy13353; + case 0xBB: goto yy13354; + case 0xBC: goto yy13355; + case 0xBD: goto yy13356; + case 0xBF: goto yy13357; + default: goto yy2; + } +yy10714: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy13358; + case 0x91: goto yy13359; + case 0x92: goto yy13360; + case 0x93: goto yy13361; + case 0x94: goto yy13362; + case 0x96: goto yy13363; + case 0x9B: goto yy13364; + case 0x9D: goto yy13365; + case 0x9E: goto yy13366; + case 0x9F: goto yy13367; + default: goto yy2; + } +yy10715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy13368; + goto yy2; +yy10716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy10717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy10718: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy1764; + if (yych <= 0x8B) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9B) { + if (yych <= 0x8F) goto yy2; + goto yy1764; + } else { + if (yych == 0xA0) goto yy1764; + goto yy2; + } + } +yy10719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; +yy10720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1764; + if (yych == 0xA0) goto yy1764; + goto yy2; +yy10721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy1764; + goto yy2; + } else { + if (yych <= 0x89) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy1764; + goto yy2; + } +yy10722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB8) goto yy1764; + goto yy2; +yy10723: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych <= 0x86) goto yy1764; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x93) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0x98) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBA) goto yy1764; + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } +yy10724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + if (yych == 0xBF) goto yy1764; + goto yy2; +yy10725: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; +yy10726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB3) goto yy1764; + if (yych == 0xB6) goto yy1764; + goto yy2; +yy10727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x89) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy1764; + } else { + if (yych == 0x9C) goto yy1764; + goto yy2; + } + } +yy10728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy10729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1764; + goto yy2; +yy10730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy1764; + if (yych <= 0x92) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy10731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x8F) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA3) { + if (yych == 0x97) goto yy1764; + if (yych <= 0x9C) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } + } + } +yy10732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + if (yych <= 0x87) goto yy1764; + goto yy2; +yy10733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1764; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy10734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1764; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9D) goto yy1764; + goto yy2; +yy10735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1764; + if (yych == 0x84) goto yy1764; + goto yy2; +yy10736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy1764; + if (yych == 0xBF) goto yy1764; + goto yy2; +yy10737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; +yy10738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy1764; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy10739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB7) goto yy1764; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy10740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBE) goto yy1764; + goto yy2; +yy10741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x92) goto yy1764; + goto yy2; +yy10742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1764; + goto yy2; + } else { + if (yych <= 0x99) goto yy1764; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } +yy10743: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy1764; + if (yych <= 0xA8) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy10744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy1764; + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy10745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy1764; + goto yy2; +yy10746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy2; +yy10747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; +yy10748: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1764; + goto yy2; +yy10749: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + goto yy2; + } else { + if (yych == 0xA0) goto yy2; + if (yych <= 0xAF) goto yy1764; + goto yy2; + } +yy10750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; +yy10751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1764; + goto yy2; +yy10752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy10753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAE) goto yy1764; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy10754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych == 0x90) goto yy2; + if (yych <= 0xB5) goto yy1764; + goto yy2; +yy10755: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy10756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy10757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy1764; + goto yy2; +yy10758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1764; + goto yy2; +yy10759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBA) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy10760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA4) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy10761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAC) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } +yy10762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy1764; + goto yy2; +yy10763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy10764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1764; + goto yy2; + } else { + if (yych <= 0x99) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy10765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1764; + goto yy2; +yy10766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy1764; + goto yy2; +yy10767: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; +yy10768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy1952; + if (yych == 0xA0) goto yy1952; + goto yy2; +yy10769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy1952; + goto yy2; + } else { + if (yych <= 0x89) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy1952; + goto yy2; + } +yy10770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB8) goto yy1952; + goto yy2; +yy10771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych <= 0x86) goto yy1952; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x93) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0x98) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBA) goto yy1952; + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } +yy10772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + if (yych == 0xBF) goto yy1952; + goto yy2; +yy10773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; +yy10774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB3) goto yy1952; + if (yych == 0xB6) goto yy1952; + goto yy2; +yy10775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x89) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy1952; + } else { + if (yych == 0x9C) goto yy1952; + goto yy2; + } + } +yy10776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy10777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy1952; + goto yy2; +yy10778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy1952; + if (yych <= 0x92) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy10779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x8F) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA3) { + if (yych == 0x97) goto yy1952; + if (yych <= 0x9C) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } + } + } +yy10780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + if (yych <= 0x87) goto yy1952; + goto yy2; +yy10781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy1952; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy10782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1952; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9D) goto yy1952; + goto yy2; +yy10783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1952; + if (yych == 0x84) goto yy1952; + goto yy2; +yy10784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy1952; + if (yych == 0xBF) goto yy1952; + goto yy2; +yy10785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; +yy10786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy1952; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy10787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB7) goto yy1952; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy10788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBE) goto yy1952; + goto yy2; +yy10789: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy1952; + goto yy2; + } else { + if (yych <= 0x99) goto yy1952; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } +yy10790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy1952; + goto yy2; +yy10791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; +yy10792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + goto yy4671; + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy4671; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy4671; + goto yy2; + } + } +yy10793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy4671; + goto yy2; +yy10794: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy4671; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10795: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy4671; + if (yych <= 0x92) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy10796: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8E) goto yy4671; + if (yych <= 0x96) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy4671; + goto yy2; + } + } + } +yy10797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy4671; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy4671; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy4671; + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy10798: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + goto yy2; + } else { + if (yych <= 0x88) goto yy4671; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x91) goto yy4671; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9E) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB5) goto yy4671; + goto yy2; + } + } +yy10799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8E) goto yy2; + if (yych == 0x92) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy10800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy2; + } else { + if (yych == 0x8A) goto yy2; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x90) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA3) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB1) goto yy4671; + if (yych == 0xB9) goto yy4671; + goto yy2; + } + } +yy10801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy4671; + if (yych <= 0x92) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy10802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x88) goto yy4671; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x97) goto yy4671; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA3) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy4671; + goto yy2; + } + } +yy10803: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBE: + case 0xBF: goto yy4671; + default: goto yy2; + } +yy10804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy4671; + goto yy2; + } else { + if (yych <= 0x97) goto yy4671; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy4671; + goto yy2; + } + } +yy10805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xA8) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB9) goto yy4671; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9A) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA3) goto yy4671; + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } +yy10807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB9) goto yy4671; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych <= 0x96) goto yy4671; + if (yych == 0x9E) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA3) goto yy4671; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy4671; + goto yy2; + } + } +yy10809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych == 0x91) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA3) goto yy4671; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy4671; + } else { + if (yych == 0xBD) goto yy4671; + goto yy2; + } + } +yy10812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + goto yy2; + } else { + if (yych <= 0x8A) goto yy4671; + if (yych <= 0x8E) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } + } +yy10813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy4671; + goto yy2; +yy10814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy4671; + goto yy2; +yy10815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych == 0x93) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xB3) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x99) { + if (yych <= 0x95) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9D) goto yy2; + if (yych <= 0xA0) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0xA4) goto yy4671; + if (yych <= 0xA6) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } + } +yy10817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } else { + if (yych <= 0x8F) goto yy4671; + if (yych <= 0x99) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy4671; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy4671; + goto yy2; +yy10819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy4671; + goto yy2; + } else { + if (yych <= 0x94) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } +yy10822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy4671; + if (yych <= 0x9F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } + } +yy10823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy4671; + goto yy2; + } else { + if (yych == 0x9C) goto yy2; + if (yych <= 0x9D) goto yy4671; + goto yy2; + } +yy10824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy1980; + goto yy2; + } else { + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAB) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy4671; + goto yy2; + } +yy10827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy4671; + goto yy2; +yy10828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy4671; + goto yy2; +yy10830: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy4671; + goto yy2; +yy10831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy4671; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy10833: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy4671; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy4671; + goto yy2; + } +yy10834: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10835: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x93) goto yy4671; + if (yych <= 0x95) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAF) goto yy4671; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } + } +yy10836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1980; + if (yych == 0xBF) goto yy4671; + goto yy2; +yy10837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy4671; + goto yy2; +yy10838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x8B) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy4671; + if (yych == 0xBF) goto yy4671; + goto yy2; +yy10840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x93) goto yy4671; + if (yych == 0xA0) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy4671; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy4671; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy4671; + if (yych <= 0x95) goto yy2; + if (yych <= 0xBA) goto yy4671; + goto yy2; +yy10843: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy10844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; +yy10845: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy4671; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy4671; + goto yy2; +yy10847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy4671; + goto yy2; + } +yy10849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy4671; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy4671; + goto yy2; +yy10850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x9F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy4671; + } else { + if (yych == 0xBD) goto yy4671; + goto yy2; + } + } +yy10851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy4671; + goto yy2; +yy10853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy4671; + if (yych == 0xA5) goto yy4671; + goto yy2; +yy10854: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy4671; + goto yy2; +yy10855: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } +yy10856: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x81) goto yy4671; + if (yych <= 0x9F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy4671; + goto yy2; + } + } +yy10857: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA5) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10858: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAB) goto yy2; + if (yych <= 0xAD) goto yy4671; + goto yy2; +yy10859: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0x97) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0xB7) goto yy2; + goto yy4671; + } else { + if (yych == 0xBE) goto yy4671; + goto yy2; + } + } +yy10860: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; +yy10862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy4671; + if (yych <= 0x9F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy1980; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } +yy10863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy4671; + goto yy2; + } else { + if (yych == 0xA3) goto yy1980; + goto yy4671; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy4671; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x8B) goto yy4671; + if (yych <= 0x8C) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBA) goto yy4671; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10865: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy4671; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } +yy10866: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10872; + case 0x81: goto yy10873; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy4675; + case 0x83: goto yy10048; + case 0x84: goto yy12911; + case 0x85: goto yy12912; + case 0x86: goto yy12913; + case 0x87: goto yy12914; + case 0x8A: goto yy10874; + case 0x8B: goto yy13369; + case 0x8C: goto yy10876; + case 0x8D: goto yy13370; + case 0x8E: goto yy10878; + case 0x8F: goto yy10879; + case 0x92: goto yy10880; + case 0x94: goto yy10881; + case 0x95: goto yy10069; + case 0x9C: goto yy10854; + case 0x9D: goto yy10882; + case 0xA0: goto yy10883; + case 0xA1: goto yy13371; + case 0xA2: goto yy10885; + case 0xA3: goto yy10886; + case 0xA4: goto yy10887; + case 0xA6: goto yy10888; + case 0xA8: goto yy13372; + case 0xA9: goto yy10890; + case 0xAA: goto yy10891; + case 0xAB: goto yy10049; + case 0xAC: goto yy7801; + case 0xAD: goto yy10893; + case 0xAE: goto yy10894; + case 0xB1: goto yy10895; + case 0xB2: + case 0xB3: goto yy10896; + default: goto yy2; + } +yy10867: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x86: + case 0x92: + case 0x98: goto yy4675; + case 0x81: goto yy13373; + case 0x82: goto yy10048; + case 0x83: goto yy10900; + case 0x84: goto yy13374; + case 0x85: goto yy13375; + case 0x87: goto yy13376; + case 0x88: goto yy13377; + case 0x8A: goto yy10906; + case 0x8B: goto yy13378; + case 0x8C: goto yy13379; + case 0x8D: goto yy13380; + case 0x93: goto yy13381; + case 0x96: goto yy13382; + case 0x97: goto yy13383; + case 0x99: goto yy13384; + case 0x9A: goto yy10832; + case 0x9C: goto yy13385; + case 0xA2: goto yy10917; + case 0xA3: goto yy10918; + case 0xAB: goto yy10919; + default: goto yy2; + } +yy10868: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy4675; + case 0xA8: goto yy10919; + case 0xA9: goto yy10885; + case 0xAB: goto yy13386; + case 0xAC: goto yy13387; + case 0xAD: goto yy13388; + case 0xAE: goto yy10837; + case 0xBD: goto yy13389; + case 0xBE: goto yy12942; + default: goto yy2; + } +yy10869: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy4675; + if (yych <= 0xB1) goto yy10928; + if (yych <= 0xB2) goto yy13390; + goto yy2; +yy10870: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9B: + case 0x9C: + case 0x9D: + case 0x9E: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy4675; + case 0x83: goto yy7801; + case 0x84: goto yy12944; + case 0x85: goto yy12945; + case 0x87: goto yy12946; + case 0x89: goto yy12947; + case 0x8D: goto yy12948; + case 0x91: goto yy10930; + case 0x92: goto yy10931; + case 0x93: goto yy10932; + case 0x94: goto yy10933; + case 0x95: goto yy10934; + case 0x9A: goto yy10935; + case 0x9F: goto yy13391; + case 0xAA: goto yy12954; + default: goto yy2; + } +yy10871: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy4675; + if (yych <= 0xA3) goto yy13392; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy10942; + goto yy10943; + } else { + if (yych <= 0xBA) goto yy10944; + if (yych <= 0xBB) goto yy12956; + goto yy2; + } + } +yy10872: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy4671; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } +yy10873: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy4671; + goto yy2; +yy10874: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy4671; + if (yych == 0xA0) goto yy1980; + goto yy2; +yy10876: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy4671; + if (yych <= 0x81) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy4671; + if (yych <= 0xBA) goto yy1980; + goto yy2; + } +yy10878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy4671; + goto yy2; +yy10880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy4671; + goto yy2; +yy10881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy4671; + goto yy2; +yy10883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBC) goto yy4671; + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } +yy10884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB6) goto yy4671; + if (yych <= 0xB8) goto yy1980; + goto yy2; + } +yy10885: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; +yy10886: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy4671; + goto yy2; +yy10887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy4671; + goto yy2; +yy10888: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy4671; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy4671; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych <= 0x86) goto yy1980; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1980; + goto yy4671; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1980; + } else { + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } + } +yy10890: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy4671; + goto yy2; +yy10891: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy4671; + goto yy2; +yy10892: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xA4) goto yy4671; + if (yych <= 0xA6) goto yy1980; + goto yy2; + } +yy10893: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy4671; + goto yy2; +yy10894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy4671; + goto yy2; +yy10895: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy4671; + goto yy2; +yy10896: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy4671; + goto yy2; +yy10897: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xB7) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1980; + if (yych == 0xBF) goto yy1980; + goto yy2; +yy10899: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xAF) goto yy4671; + if (yych <= 0xBA) goto yy1980; + goto yy2; +yy10900: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy4671; + goto yy2; +yy10901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xA6) goto yy4671; + if (yych <= 0xB4) goto yy1980; + goto yy2; +yy10902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy4671; + goto yy1980; + } else { + if (yych == 0xB6) goto yy4671; + goto yy2; + } +yy10903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xB2) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy4671; + if (yych <= 0x89) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy4671; + } else { + if (yych == 0x9C) goto yy4671; + goto yy2; + } + } +yy10905: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAB) goto yy4671; + if (yych <= 0xB7) goto yy1980; + goto yy2; + } +yy10906: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA8) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10907: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy4671; + if (yych <= 0xAA) goto yy1980; + goto yy2; +yy10908: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy4671; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy4671; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4671; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy10909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych == 0x90) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1980; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } + } + } +yy10910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy4671; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy10911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy4671; + } else { + if (yych == 0x87) goto yy4671; + goto yy2; + } +yy10912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy10913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1980; + goto yy2; + } else { + if (yych <= 0x9B) goto yy4671; + if (yych <= 0x9D) goto yy1980; + goto yy2; + } +yy10914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1980; + if (yych == 0x84) goto yy4671; + goto yy2; +yy10915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy4671; + if (yych <= 0xB7) goto yy1980; + goto yy2; +yy10916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy1980; + if (yych == 0xBF) goto yy1980; + goto yy2; +yy10917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy4671; + if (yych == 0xBF) goto yy4671; + goto yy2; +yy10919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy4671; + goto yy2; +yy10920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy4671; + goto yy2; +yy10921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy2; +yy10922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy4671; + goto yy2; +yy10923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + goto yy2; +yy10924: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1980; + goto yy2; +yy10925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy4671; + goto yy1980; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy10926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB7) goto yy4671; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x90) goto yy4671; + if (yych <= 0xBE) goto yy1980; + goto yy2; + } +yy10928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy4671; + goto yy2; +yy10929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy4671; + goto yy2; + } else { + if (yych <= 0x99) goto yy4671; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1980; + goto yy2; + } +yy10930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy4671; + } else { + if (yych == 0xA2) goto yy4671; + if (yych <= 0xA4) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy10932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy2; + } else { + if (yych <= 0x8A) goto yy4671; + if (yych <= 0x8C) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy4671; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } + } +yy10934: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4671; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy4671; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy4671; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy10936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1980; + goto yy4671; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1980; + goto yy4671; + } else { + if (yych <= 0xBB) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy10937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy4671; + goto yy1980; + } else { + if (yych == 0xB5) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy4671; + goto yy1980; + } else { + if (yych == 0xAF) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy4671; + goto yy1980; + } else { + if (yych == 0xA9) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy10940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy1980; + if (yych <= 0x8B) goto yy4671; + goto yy2; +yy10941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; +yy10942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy4671; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy4671; + } else { + if (yych == 0xA4) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy4671; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy4671; + } else { + if (yych == 0xBB) goto yy4671; + goto yy2; + } + } + } +yy10943: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy4671; + default: goto yy2; + } +yy10944: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy4671; + goto yy2; + } + } +yy10945: + yyaccept = 23; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= '9') { + if (yych == '.') goto yy2171; + if (yych <= '/') goto yy7877; + goto yy747; + } else { + if (yych <= 'Z') { + if (yych <= '@') goto yy7877; + goto yy747; + } else { + if (yych <= '`') goto yy7877; + if (yych <= 'z') goto yy747; + goto yy7877; + } + } +yy10946: + yych = *++YYCURSOR; + if (yych <= ',') { + if (yych == ' ') goto yy11398; + goto yy2; + } else { + if (yych <= '.') goto yy11398; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy13393; + goto yy2; + } +yy10947: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy10957; + if (yych <= '\'') goto yy2; + goto yy10957; + } else { + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy10957; + if (yych <= '9') goto yy13394; + goto yy2; + } +yy10948: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy10957; + if (yych <= '\'') goto yy2; + goto yy10957; + } else { + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy10957; + if (yych <= '9') goto yy13395; + goto yy2; + } +yy10949: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy10957; + if (yych <= '\'') goto yy147; + goto yy10957; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy10958; + } else { + if (yych <= '/') goto yy10957; + if (yych <= '9') goto yy13396; + goto yy147; + } + } +yy10950: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy10957; + if (yych <= '\'') goto yy147; + goto yy10957; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy10958; + } else { + if (yych <= '/') goto yy10957; + if (yych <= '9') goto yy13397; + goto yy147; + } + } +yy10951: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy5661; + goto yy5688; + } else { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy5661; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy13398; + if (yych <= '?') goto yy5661; + if (yych <= '@') goto yy148; + goto yy5688; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy10952: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy1763; + goto yy7901; + } else { + if (yych == '%') goto yy146; + goto yy1763; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy7901; + goto yy1763; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy1763; + goto yy7902; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy13399; + goto yy7901; + } else { + if (yych <= '9') goto yy13400; + if (yych <= '?') goto yy1763; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy2209; + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy10953: + yych = *++YYCURSOR; + if (yych <= '9') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy1763; + goto yy2207; + } else { + if (yych <= ',') goto yy1763; + if (yych <= '.') goto yy146; + if (yych <= '/') goto yy1763; + goto yy13400; + } + } else { + if (yych <= '^') { + if (yych <= '?') goto yy1763; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2209; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } +yy10954: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + goto yy10957; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy10957; + goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy13401; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy10959; + goto yy10957; + } else { + if (yych <= '9') goto yy13402; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy10955: + yych = *++YYCURSOR; + if (yych <= '1') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy1763; + goto yy2207; + } else { + if (yych <= ',') goto yy1763; + if (yych <= '.') goto yy146; + if (yych <= '/') goto yy1763; + goto yy13400; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy13403; + if (yych <= '?') goto yy1763; + if (yych <= '@') goto yy148; + goto yy2209; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy10956: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych >= '*') goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy13401; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy10959; + } else { + if (yych <= '9') goto yy13404; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy10957: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy13394; + goto yy2; +yy10958: + yych = *++YYCURSOR; + if (yych <= '/') goto yy147; + if (yych <= '9') goto yy13396; + goto yy147; +yy10959: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy534; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy13402; + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy10960: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy13405; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy13405; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy13406; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy13407; + goto yy13405; + } else { + if (yych <= '9') goto yy13408; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy10961: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy13405; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy13405; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy13406; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy13407; + goto yy13405; + } else { + if (yych <= '9') goto yy13409; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy10962: + yyaccept = 14; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yybm[0+yych] & 1) { + goto yy200; + } + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy7354; + goto yy208; + } else { + if (yych <= '+') goto yy7354; + if (yych <= '/') goto yy208; + goto yy10962; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy7354; + goto yy208; + } else { + if (yych <= 'Z') goto yy10964; + if (yych <= ']') goto yy208; + if (yych <= '`') goto yy7354; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy7354; + goto yy208; + } else { + if (yych <= '~') goto yy7354; + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy10966; + goto yy10967; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy10968; + if (yych <= 0xCA) goto yy10969; + goto yy10690; + } else { + if (yych <= 0xCC) goto yy10691; + if (yych <= 0xCD) goto yy10970; + if (yych <= 0xCE) goto yy10971; + goto yy10972; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy10973; + goto yy10968; + } else { + if (yych <= 0xD4) goto yy10974; + if (yych <= 0xD5) goto yy10975; + if (yych <= 0xD6) goto yy10976; + goto yy10977; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy10978; + if (yych <= 0xD9) goto yy10979; + goto yy10968; + } else { + if (yych <= 0xDB) goto yy10980; + if (yych <= 0xDC) goto yy10981; + if (yych <= 0xDD) goto yy10982; + goto yy10983; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy10984; + if (yych <= 0xE0) goto yy10985; + goto yy10986; + } else { + if (yych <= 0xE2) goto yy10987; + if (yych <= 0xE3) goto yy10988; + if (yych <= 0xE4) goto yy10711; + goto yy208; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy10989; + if (yych <= 0xEE) goto yy208; + goto yy10990; + } else { + if (yych <= 0xF0) goto yy10991; + if (yych == 0xF3) goto yy10715; + goto yy208; + } + } + } + } +yy10964: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy10684; + goto yy1766; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy10684; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy5034; + if (yych <= '.') goto yy200; + if (yych <= '/') goto yy1766; + goto yy10964; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy10684; + if (yych <= '@') goto yy1766; + goto yy10964; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy1766; + if (yych <= '`') goto yy10684; + goto yy10964; + } else { + if (yych == '|') goto yy10684; + if (yych <= '}') goto yy1766; + goto yy10684; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy13410; + if (yych <= 0xC3) goto yy13411; + goto yy10968; + } else { + if (yych <= 0xCA) goto yy10969; + if (yych <= 0xCB) goto yy13184; + if (yych <= 0xCC) goto yy10688; + goto yy13412; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy13413; + if (yych <= 0xCF) goto yy13414; + goto yy10968; + } else { + if (yych <= 0xD2) goto yy13415; + if (yych <= 0xD3) goto yy10968; + if (yych <= 0xD4) goto yy10974; + goto yy10975; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy13416; + if (yych <= 0xD7) goto yy13417; + if (yych <= 0xD8) goto yy13418; + goto yy13419; + } else { + if (yych <= 0xDA) goto yy10968; + if (yych <= 0xDB) goto yy13420; + if (yych <= 0xDC) goto yy13421; + goto yy13422; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy13423; + if (yych <= 0xDF) goto yy13424; + goto yy13425; + } else { + if (yych <= 0xE1) goto yy13426; + if (yych <= 0xE2) goto yy13427; + if (yych <= 0xE3) goto yy13428; + goto yy13200; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy13429; + if (yych <= 0xEE) goto yy1766; + goto yy13430; + } else { + if (yych <= 0xF0) goto yy13431; + if (yych == 0xF3) goto yy13204; + goto yy1766; + } + } + } + } +yy10966: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy7354; + case 0xAA: + case 0xB5: + case 0xBA: goto yy10964; + default: goto yy2; + } +yy10967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10964; + goto yy7354; + } else { + if (yych == 0xB7) goto yy7354; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy10968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy10969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy10964; + goto yy2; +yy10970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0xB3) goto yy10964; + if (yych <= 0xB4) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy10964; + if (yych <= 0xBA) goto yy2; + goto yy10964; + } else { + if (yych == 0xBF) goto yy10964; + goto yy2; + } + } +yy10971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy7354; + goto yy10964; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy10964; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy10972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy7354; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy10973: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10964; + if (yych <= 0x89) goto yy7354; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy10974: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy10975: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10964; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy10976: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych == 0x8A) goto yy200; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBE) goto yy200; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy10977: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy7354; + if (yych <= 0x8F) goto yy2; + goto yy10964; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy10964; + goto yy2; + } + } +yy10978: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy7354; + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy10979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy10964; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy10964; + } else { + if (yych <= 0xB0) goto yy7354; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy10980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy10964; + goto yy2; + } else { + if (yych <= 0x95) goto yy10964; + if (yych == 0x9D) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy7354; + if (yych <= 0xAF) goto yy10964; + goto yy843; + } else { + if (yych <= 0xBC) goto yy10964; + if (yych <= 0xBE) goto yy7354; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy10981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy10982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy7354; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy10983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy10964; + if (yych <= 0xB0) goto yy7354; + if (yych <= 0xB1) goto yy10964; + goto yy2; +yy10984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy10964; + } else { + if (yych <= 0xB3) goto yy7354; + if (yych == 0xB6) goto yy7354; + goto yy2; + } +yy10985: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy13432; + case 0xA1: goto yy13433; + case 0xA2: goto yy13434; + case 0xA3: goto yy13208; + case 0xA4: goto yy13435; + case 0xA5: goto yy13436; + case 0xA6: goto yy13437; + case 0xA7: goto yy13438; + case 0xA8: goto yy13439; + case 0xA9: goto yy13440; + case 0xAA: goto yy13441; + case 0xAB: goto yy13442; + case 0xAC: goto yy13443; + case 0xAD: goto yy13444; + case 0xAE: goto yy13445; + case 0xAF: goto yy13446; + case 0xB0: goto yy13447; + case 0xB1: goto yy13448; + case 0xB2: goto yy13449; + case 0xB3: goto yy13450; + case 0xB4: goto yy13451; + case 0xB5: goto yy13452; + case 0xB6: goto yy13453; + case 0xB7: goto yy13454; + case 0xB8: goto yy13229; + case 0xB9: goto yy13455; + case 0xBA: goto yy13231; + case 0xBB: goto yy13456; + case 0xBC: goto yy13457; + case 0xBD: goto yy13234; + case 0xBE: goto yy13235; + case 0xBF: goto yy13236; + default: goto yy2; + } +yy10986: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13237; + case 0x81: goto yy13458; + case 0x82: goto yy13459; + case 0x83: goto yy13460; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy10968; + case 0x89: goto yy13461; + case 0x8A: goto yy13462; + case 0x8B: goto yy13463; + case 0x8C: goto yy13464; + case 0x8D: goto yy13465; + case 0x8E: goto yy13466; + case 0x8F: goto yy13467; + case 0x90: goto yy13468; + case 0x99: goto yy13469; + case 0x9A: goto yy13470; + case 0x9B: goto yy13471; + case 0x9C: goto yy13472; + case 0x9D: goto yy13473; + case 0x9E: goto yy13254; + case 0x9F: goto yy13474; + case 0xA0: goto yy13475; + case 0xA1: goto yy13476; + case 0xA2: goto yy13477; + case 0xA3: goto yy13478; + case 0xA4: goto yy13479; + case 0xA5: goto yy13480; + case 0xA7: goto yy13481; + case 0xA8: goto yy13482; + case 0xA9: goto yy13264; + case 0xAA: goto yy13483; + case 0xAC: goto yy13266; + case 0xAD: goto yy13484; + case 0xAE: goto yy13485; + case 0xAF: goto yy13486; + case 0xB0: goto yy13487; + case 0xB1: goto yy13488; + case 0xB3: goto yy13489; + case 0xB4: goto yy13490; + case 0xB5: goto yy13491; + case 0xB6: goto yy13492; + case 0xB7: goto yy13276; + case 0xBC: goto yy13493; + case 0xBD: goto yy13494; + case 0xBE: goto yy13495; + case 0xBF: goto yy13496; + default: goto yy2; + } +yy10987: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13497; + case 0x81: goto yy13282; + case 0x82: goto yy13283; + case 0x83: goto yy13284; + case 0x84: goto yy13498; + case 0x85: goto yy13499; + case 0x86: goto yy13500; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy10691; + case 0x88: goto yy13501; + case 0x8C: goto yy13288; + case 0x8F: goto yy13289; + case 0x90: goto yy13290; + case 0x91: goto yy13291; + case 0x92: goto yy13292; + case 0x93: goto yy13293; + case 0x9D: goto yy13294; + case 0x9E: goto yy13295; + case 0x9F: goto yy13296; + case 0xA6: goto yy13297; + case 0xA7: goto yy13298; + case 0xAD: goto yy13299; + case 0xAE: goto yy13300; + case 0xAF: goto yy13301; + case 0xB0: goto yy13502; + case 0xB1: goto yy13503; + case 0xB2: goto yy10968; + case 0xB3: goto yy13504; + case 0xB4: goto yy13505; + case 0xB5: goto yy13506; + case 0xB6: goto yy13507; + case 0xB7: goto yy13508; + case 0xB8: goto yy1030; + case 0xBA: goto yy13309; + case 0xBB: goto yy13310; + case 0xBF: goto yy13311; + default: goto yy2; + } +yy10988: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13509; + case 0x82: goto yy13313; + case 0x84: goto yy13510; + case 0x86: goto yy13511; + case 0x87: goto yy13316; + case 0x88: goto yy13317; + case 0x89: goto yy13318; + case 0x8A: goto yy13319; + case 0x8B: goto yy13320; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy10691; + default: goto yy2; + } +yy10989: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy13321; + case 0x93: goto yy13512; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy10968; + case 0x98: goto yy13513; + case 0x99: goto yy13514; + case 0x9A: goto yy13515; + case 0x9B: goto yy13516; + case 0x9C: goto yy13517; + case 0x9D: goto yy10974; + case 0x9E: goto yy13518; + case 0x9F: goto yy13519; + case 0xA0: goto yy13520; + case 0xA1: goto yy13521; + case 0xA2: goto yy13522; + case 0xA3: goto yy13523; + case 0xA4: goto yy13524; + case 0xA5: goto yy13525; + case 0xA6: goto yy13336; + case 0xA7: goto yy13526; + case 0xA8: goto yy13527; + case 0xA9: goto yy13528; + case 0xAA: goto yy13340; + case 0xAB: goto yy13529; + case 0xAC: goto yy13530; + case 0xAD: goto yy13531; + case 0xAF: goto yy13532; + default: goto yy2; + } +yy10990: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy13533; + case 0xAD: goto yy13534; + case 0xAE: goto yy13535; + case 0xAF: goto yy13536; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy10968; + case 0xB4: goto yy13537; + case 0xB5: goto yy13538; + case 0xB6: goto yy13539; + case 0xB7: goto yy13540; + case 0xB8: goto yy13541; + case 0xB9: goto yy13542; + case 0xBB: goto yy13543; + case 0xBC: goto yy13544; + case 0xBD: goto yy13545; + case 0xBF: goto yy13357; + default: goto yy2; + } +yy10991: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy13546; + case 0x91: goto yy13547; + case 0x92: goto yy13548; + case 0x93: goto yy13549; + case 0x94: goto yy13550; + case 0x96: goto yy13551; + case 0x9B: goto yy13552; + case 0x9D: goto yy13553; + case 0x9E: goto yy13554; + case 0x9F: goto yy13367; + default: goto yy2; + } +yy10992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy4880; + if (yych == 0xA0) goto yy1764; + goto yy2; +yy10993: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy4880; + if (yych <= 0x81) goto yy2; + goto yy4880; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy4880; + if (yych <= 0xBA) goto yy1764; + goto yy2; + } +yy10994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4880; + goto yy2; + } else { + if (yych <= 0xB6) goto yy4880; + if (yych <= 0xB8) goto yy1764; + goto yy2; + } +yy10995: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy4880; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych <= 0x86) goto yy1764; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1764; + goto yy4880; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy4880; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1764; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } + } +yy10996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xA4) goto yy4880; + if (yych <= 0xA6) goto yy1764; + goto yy2; + } +yy10997: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xB7) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy10998: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych == 0xBF) goto yy1764; + goto yy2; + } +yy10999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xAF) goto yy4880; + if (yych <= 0xBA) goto yy1764; + goto yy2; +yy11000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + goto yy4880; + } else { + if (yych <= 0xB4) goto yy1764; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy11001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy4880; + goto yy1764; + } else { + if (yych == 0xB6) goto yy4880; + goto yy2; + } +yy11002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xB2) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy11003: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy4880; + if (yych <= 0x89) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy4880; + } else { + if (yych == 0x9C) goto yy4880; + goto yy2; + } + } +yy11004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy4880; + goto yy2; + } else { + if (yych <= 0xAB) goto yy4880; + if (yych <= 0xB7) goto yy1764; + goto yy2; + } +yy11005: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy11006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy4880; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy4880; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy4880; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy4880; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy4880; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy11007: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych == 0x90) goto yy4880; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1764; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } + } + } +yy11008: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy4880; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy11009: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x85) goto yy4880; + goto yy2; + } else { + if (yych <= 0x87) goto yy4880; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy11010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy11011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9B) goto yy4880; + if (yych <= 0x9D) goto yy1764; + goto yy2; + } +yy11012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1764; + goto yy2; + } else { + if (yych <= 0x84) goto yy4880; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy11013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy4880; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy11014: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBF) goto yy1764; + goto yy2; + } +yy11015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy4880; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; +yy11016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy4880; + goto yy1764; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy11017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1764; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy4880; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy11018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4880; + goto yy2; + } else { + if (yych <= 0x90) goto yy4880; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } +yy11019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy4880; + goto yy2; + } else { + if (yych <= 0x99) goto yy4880; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } +yy11020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1764; + goto yy4880; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1764; + goto yy4880; + } else { + if (yych <= 0xBB) goto yy1764; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } + } +yy11021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy4880; + goto yy1764; + } else { + if (yych == 0xB5) goto yy1764; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy11022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy4880; + goto yy1764; + } else { + if (yych == 0xAF) goto yy1764; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy11023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy4880; + goto yy1764; + } else { + if (yych == 0xA9) goto yy1764; + if (yych <= 0xBF) goto yy4880; + goto yy2; + } +yy11024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4880; + goto yy1764; + } else { + if (yych <= 0x8B) goto yy4880; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy11025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4880; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; +yy11026: + yyaccept = 7; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= '@') { + if (yych <= '-') { + if (yych <= '*') { + if (yych == '$') goto yy533; + goto yy41; + } else { + if (yych <= '+') goto yy533; + if (yych <= ',') goto yy202; + goto yy535; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy8404; + if (yych <= '/') goto yy41; + goto yy11026; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy533; + goto yy41; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= 'Z') goto yy533; + if (yych <= ']') goto yy41; + goto yy533; + } else { + if (yych == '|') goto yy533; + if (yych <= '}') goto yy41; + goto yy533; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy41; + if (yych <= 0xC2) goto yy536; + goto yy537; + } else { + if (yych <= 0xCA) goto yy538; + if (yych <= 0xCB) goto yy539; + if (yych <= 0xCC) goto yy537; + goto yy13555; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD4) { + if (yych <= 0xCE) goto yy541; + if (yych <= 0xD3) goto yy537; + goto yy542; + } else { + if (yych <= 0xD5) goto yy543; + if (yych <= 0xD6) goto yy13556; + goto yy545; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy13557; + if (yych <= 0xD9) goto yy13558; + goto yy537; + } else { + if (yych <= 0xDB) goto yy11029; + if (yych <= 0xDC) goto yy549; + if (yych <= 0xDD) goto yy550; + goto yy551; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy13559; + if (yych <= 0xE0) goto yy11031; + goto yy11032; + } else { + if (yych <= 0xE2) goto yy13560; + if (yych <= 0xE3) goto yy556; + if (yych <= 0xE4) goto yy557; + goto yy41; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy11033; + if (yych <= 0xEE) goto yy41; + goto yy13561; + } else { + if (yych <= 0xF0) goto yy11035; + if (yych == 0xF3) goto yy561; + goto yy41; + } + } + } + } +yy11028: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x9F) goto yy533; + if (yych <= 0xA9) goto yy857; + goto yy2; + } else { + if (yych <= 0xAB) goto yy857; + if (yych <= 0xAD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy11029: + yych = *++YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9C) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA4) goto yy533; + if (yych <= 0xA6) goto yy2; + goto yy533; + } else { + if (yych <= 0xB9) goto yy857; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy11030: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + goto yy533; + } else { + if (yych == 0xB6) goto yy533; + goto yy2; + } +yy11031: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: goto yy1797; + case 0xA1: goto yy1798; + case 0xA2: goto yy1799; + case 0xA3: goto yy1800; + case 0xA4: goto yy537; + case 0xA5: goto yy13562; + case 0xA6: goto yy1802; + case 0xA7: goto yy13563; + case 0xA8: goto yy1804; + case 0xA9: goto yy13564; + case 0xAA: goto yy1806; + case 0xAB: goto yy13565; + case 0xAC: goto yy1808; + case 0xAD: goto yy13566; + case 0xAE: goto yy1810; + case 0xAF: goto yy13567; + case 0xB0: goto yy1812; + case 0xB1: goto yy13568; + case 0xB2: goto yy1814; + case 0xB3: goto yy13569; + case 0xB4: goto yy1816; + case 0xB5: goto yy13570; + case 0xB6: goto yy1818; + case 0xB7: goto yy13571; + case 0xB8: goto yy1820; + case 0xB9: goto yy13572; + case 0xBA: goto yy1822; + case 0xBB: goto yy13573; + case 0xBC: goto yy13574; + case 0xBD: goto yy1825; + case 0xBE: goto yy1826; + case 0xBF: goto yy1827; + default: goto yy2; + } +yy11032: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy13575; + case 0x82: goto yy13576; + case 0x83: goto yy1831; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy537; + case 0x89: goto yy1832; + case 0x8A: goto yy1833; + case 0x8B: goto yy1834; + case 0x8C: goto yy1835; + case 0x8D: goto yy1836; + case 0x8E: goto yy1837; + case 0x8F: goto yy1838; + case 0x90: goto yy1839; + case 0x99: goto yy1840; + case 0x9A: goto yy1841; + case 0x9B: goto yy1842; + case 0x9C: goto yy1843; + case 0x9D: goto yy1844; + case 0x9E: goto yy1845; + case 0x9F: goto yy13577; + case 0xA0: goto yy13578; + case 0xA1: goto yy1848; + case 0xA2: goto yy1849; + case 0xA3: goto yy1850; + case 0xA4: goto yy1851; + case 0xA5: goto yy13579; + case 0xA7: goto yy13580; + case 0xA8: goto yy1798; + case 0xA9: goto yy1854; + case 0xAA: goto yy13581; + case 0xAC: goto yy1856; + case 0xAD: goto yy13582; + case 0xAE: goto yy13583; + case 0xAF: goto yy1859; + case 0xB0: goto yy1860; + case 0xB1: goto yy13584; + case 0xB3: goto yy1862; + case 0xB4: goto yy1863; + case 0xB5: goto yy1864; + case 0xB6: goto yy1865; + case 0xB7: goto yy1866; + case 0xBC: goto yy1867; + case 0xBD: goto yy1868; + case 0xBE: goto yy1869; + case 0xBF: goto yy1870; + default: goto yy2; + } +yy11033: + yych = *++YYCURSOR; + switch (yych) { + case 0x92: goto yy549; + case 0x93: goto yy1908; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xA2: + case 0xAE: goto yy537; + case 0x98: goto yy13585; + case 0x99: goto yy1910; + case 0x9A: goto yy1911; + case 0x9B: goto yy1912; + case 0x9C: goto yy1913; + case 0x9D: goto yy542; + case 0x9E: goto yy1914; + case 0x9F: goto yy1915; + case 0xA0: goto yy1916; + case 0xA1: goto yy1859; + case 0xA3: goto yy13586; + case 0xA4: goto yy13587; + case 0xA5: goto yy1919; + case 0xA6: goto yy1920; + case 0xA7: goto yy13588; + case 0xA8: goto yy1922; + case 0xA9: goto yy13589; + case 0xAA: goto yy1924; + case 0xAB: goto yy1925; + case 0xAC: goto yy1926; + case 0xAD: goto yy1927; + case 0xAF: goto yy13590; + default: goto yy2; + } +yy11034: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy1929; + case 0xAD: goto yy1930; + case 0xAE: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy537; + case 0xAF: goto yy1931; + case 0xB4: goto yy1932; + case 0xB5: goto yy549; + case 0xB6: goto yy1933; + case 0xB7: goto yy1934; + case 0xB8: goto yy1935; + case 0xB9: goto yy1936; + case 0xBB: goto yy1937; + case 0xBC: goto yy13591; + case 0xBD: goto yy1939; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy11035: + yych = *++YYCURSOR; + switch (yych) { + case 0x90: goto yy13592; + case 0x91: goto yy13593; + case 0x92: goto yy1943; + case 0x93: goto yy1944; + case 0x94: goto yy1945; + case 0x96: goto yy13594; + case 0x9B: goto yy1947; + case 0x9D: goto yy13595; + case 0x9E: goto yy1949; + case 0x9F: goto yy1950; + default: goto yy2; + } +yy11036: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1952; + goto yy115; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy1952; + goto yy115; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy2807; + if (yych <= '.') goto yy7070; + if (yych <= '/') goto yy115; + goto yy5136; + } else { + if (yych <= ';') goto yy115; + if (yych <= '>') goto yy1952; + if (yych <= '@') goto yy115; + goto yy5136; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy115; + if (yych <= '`') goto yy1952; + goto yy5136; + } else { + if (yych == '|') goto yy1952; + if (yych <= '}') goto yy115; + goto yy1952; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy115; + if (yych <= 0xC2) goto yy5114; + if (yych <= 0xC3) goto yy5115; + goto yy2574; + } else { + if (yych <= 0xCA) goto yy2575; + if (yych <= 0xCB) goto yy4531; + if (yych <= 0xCC) goto yy1956; + goto yy5116; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy5117; + if (yych <= 0xCF) goto yy5118; + goto yy2574; + } else { + if (yych <= 0xD2) goto yy5119; + if (yych <= 0xD3) goto yy2574; + if (yych <= 0xD4) goto yy2580; + goto yy2581; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy5120; + if (yych <= 0xD7) goto yy5121; + if (yych <= 0xD8) goto yy5122; + goto yy5123; + } else { + if (yych <= 0xDA) goto yy2574; + if (yych <= 0xDB) goto yy5124; + if (yych <= 0xDC) goto yy5125; + goto yy5126; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy5127; + if (yych <= 0xDF) goto yy5128; + goto yy5129; + } else { + if (yych <= 0xE1) goto yy5130; + if (yych <= 0xE2) goto yy5131; + if (yych <= 0xE3) goto yy5132; + goto yy3078; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5133; + if (yych <= 0xEE) goto yy115; + goto yy5134; + } else { + if (yych <= 0xF0) goto yy5135; + if (yych == 0xF3) goto yy3082; + goto yy115; + } + } + } + } +yy11037: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5136; + if (yych == 0xA0) goto yy1952; + goto yy2; +yy11038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy5136; + if (yych <= 0x81) goto yy2; + goto yy5136; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy5136; + if (yych <= 0xBA) goto yy1952; + goto yy2; + } +yy11039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5136; + goto yy2; + } else { + if (yych <= 0xB6) goto yy5136; + if (yych <= 0xB8) goto yy1952; + goto yy2; + } +yy11040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy5136; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych <= 0x86) goto yy1952; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1952; + goto yy5136; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy5136; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1952; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } + } +yy11041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xA4) goto yy5136; + if (yych <= 0xA6) goto yy1952; + goto yy2; + } +yy11042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xB7) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy11043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xAF) goto yy5136; + if (yych <= 0xBA) goto yy1952; + goto yy2; +yy11044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + goto yy5136; + } else { + if (yych <= 0xB4) goto yy1952; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy11045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy5136; + goto yy1952; + } else { + if (yych == 0xB6) goto yy5136; + goto yy2; + } +yy11046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xB2) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy11047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy5136; + if (yych <= 0x89) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy5136; + } else { + if (yych == 0x9C) goto yy5136; + goto yy2; + } + } +yy11048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy5136; + goto yy2; + } else { + if (yych <= 0xAB) goto yy5136; + if (yych <= 0xB7) goto yy1952; + goto yy2; + } +yy11049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy11050: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy5136; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5136; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5136; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5136; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5136; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy11051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych == 0x90) goto yy5136; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1952; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } + } + } +yy11052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5136; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy11053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x85) goto yy5136; + goto yy2; + } else { + if (yych <= 0x87) goto yy5136; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy11054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy11055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9B) goto yy5136; + if (yych <= 0x9D) goto yy1952; + goto yy2; + } +yy11056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1952; + goto yy2; + } else { + if (yych <= 0x84) goto yy5136; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy11057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5136; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy11058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy5136; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; +yy11059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5136; + goto yy1952; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy11060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1952; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy5136; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy11061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5136; + goto yy2; + } else { + if (yych <= 0x90) goto yy5136; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } +yy11062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5136; + goto yy2; + } else { + if (yych <= 0x99) goto yy5136; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } +yy11063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1952; + goto yy5136; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1952; + goto yy5136; + } else { + if (yych <= 0xBB) goto yy1952; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } + } +yy11064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy5136; + goto yy1952; + } else { + if (yych == 0xB5) goto yy1952; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy11065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy5136; + goto yy1952; + } else { + if (yych == 0xAF) goto yy1952; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy11066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5136; + goto yy1952; + } else { + if (yych == 0xA9) goto yy1952; + if (yych <= 0xBF) goto yy5136; + goto yy2; + } +yy11067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5136; + goto yy1952; + } else { + if (yych <= 0x8B) goto yy5136; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy11068: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5136; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; +yy11069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych == 0x9A) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy4671; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy4671; + goto yy2; + } + } +yy11070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy5251; + if (yych <= 0x9B) goto yy4671; + goto yy2; +yy11071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy5251; + } else { + if (yych == 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy11072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x90) goto yy5251; + if (yych <= 0x97) goto yy4671; + goto yy5251; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy4671; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy11073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5251; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5251; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5251; + goto yy2; + } else { + if (yych <= 0xB2) goto yy5251; + if (yych <= 0xB5) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy11074: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy4671; + goto yy5251; + } else { + if (yych == 0x97) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy5251; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5251; + if (yych <= 0xA3) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy4671; + goto yy2; + } + } + } +yy11075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy5251; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy5251; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy5251; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy5251; + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy11076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych == 0x91) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy5251; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy4671; + } else { + if (yych <= 0xB4) goto yy5251; + if (yych <= 0xB5) goto yy4671; + goto yy2; + } + } + } +yy11077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy5251; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy5251; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5251; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5251; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy11078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych == 0x90) goto yy5251; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy5251; + if (yych <= 0xA3) goto yy4671; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy4671; + } else { + if (yych == 0xB9) goto yy5251; + goto yy2; + } + } + } +yy11079: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy5251; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5251; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5251; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5251; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy11080: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy4671; + if (yych <= 0xB1) goto yy5251; + goto yy2; + } + } + } +yy11081: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy4671; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy5251; + default: goto yy2; + } +yy11082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy5251; + if (yych == 0x97) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy4671; + goto yy2; + } + } +yy11083: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy5251; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy11084: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy4671; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy5251; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } + } +yy11085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy5251; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy5251; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy11086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy4671; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy5251; + goto yy2; + } + } + } +yy11087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy5251; + goto yy2; + } else { + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy11088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8E) goto yy5251; + if (yych <= 0x96) goto yy2; + goto yy4671; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5251; + if (yych <= 0xA3) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy4671; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } + } +yy11089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy5251; + } else { + if (yych == 0xBD) goto yy5251; + goto yy2; + } + } +yy11090: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5251; + goto yy2; + } else { + if (yych <= 0x8A) goto yy4671; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } + } +yy11091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy4671; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy11092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5251; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy4671; + goto yy2; +yy11093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5251; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy11094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy2598; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy11095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy5251; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB1) goto yy5251; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } + } +yy11096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych <= 0x93) goto yy4671; + if (yych <= 0x9F) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy5251; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } + } +yy11097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy2598; + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy11098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xAA) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy11099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5251; + goto yy2; + } else { + if (yych <= 0xAB) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy4671; + goto yy2; + } +yy11100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5251; + if (yych <= 0x9B) goto yy4671; + goto yy2; +yy11101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xA0) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy5251; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy11102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5251; + if (yych <= 0xB3) goto yy4671; + goto yy2; +yy11103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy5251; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy11104: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA8) goto yy4671; + if (yych <= 0xAC) goto yy5251; + goto yy4671; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy5251; + if (yych <= 0xB4) goto yy4671; + goto yy5251; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy4671; + goto yy2; + } + } +yy11105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy5251; + } else { + if (yych == 0xBE) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy11106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0x84) goto yy5251; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy5251; + goto yy4671; + } else { + if (yych <= 0x93) goto yy5251; + if (yych <= 0x95) goto yy2; + goto yy5251; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAC) goto yy5251; + if (yych <= 0xAF) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy5251; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5251; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } + } + } +yy11107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy2598; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } +yy11108: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy4671; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy5251; + default: goto yy2; + } +yy11109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy5251; + } else { + if (yych == 0x8E) goto yy5251; + if (yych <= 0x8F) goto yy4671; + goto yy2; + } +yy11110: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy5251; + goto yy2; + } else { + if (yych <= 0x8B) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy11111: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy13596; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy11112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xAE) goto yy5251; + if (yych <= 0xB1) goto yy4671; + if (yych <= 0xB3) goto yy5251; + goto yy2; + } +yy11113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5251; + if (yych == 0xBF) goto yy4671; + goto yy2; +yy11114: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy5251; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy11115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x93) goto yy4671; + if (yych == 0xA0) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy4671; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5251; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy11116: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xBA) goto yy5251; + goto yy2; + } +yy11117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy5251; + goto yy2; +yy11118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } +yy11119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy5251; + goto yy2; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy11120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy4671; + goto yy2; +yy11121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA1) goto yy4671; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy11122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5251; + if (yych <= 0x88) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAD) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy5251; + goto yy2; + } +yy11123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5251; + goto yy4671; + } else { + if (yych == 0x86) goto yy4671; + goto yy5251; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy4671; + if (yych <= 0xA2) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy4671; + goto yy2; + } + } +yy11124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0xB3) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy11125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy5251; + if (yych <= 0xBA) goto yy2; + goto yy5251; + } else { + if (yych == 0xBD) goto yy5251; + goto yy2; + } + } +yy11126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy5251; + } else { + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy11127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5251; + if (yych <= 0x93) goto yy4671; + goto yy2; +yy11128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5251; + if (yych <= 0xB6) goto yy4671; + goto yy2; +yy11129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5251; + goto yy4671; + } else { + if (yych <= 0x8B) goto yy5251; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } + } +yy11130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy5251; + goto yy4671; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy5251; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy4671; + goto yy2; + } + } +yy11131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5251; + if (yych <= 0x9B) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA5) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy11132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy5251; + if (yych <= 0xAA) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy11133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5251; + goto yy2; + } else { + if (yych <= 0x97) goto yy5251; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy5251; + goto yy4671; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy4671; + if (yych <= 0xB6) goto yy5251; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy5251; + goto yy2; + } + } +yy11134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy11135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy11136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5251; + goto yy2; + } else { + if (yych <= 0xBB) goto yy5251; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } +yy11137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy4671; + if (yych <= 0x9F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy2598; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } +yy11138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy4671; + goto yy2; + } else { + if (yych <= 0x92) goto yy200; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy4671; + goto yy2598; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy4671; + if (yych == 0xA9) goto yy4671; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy11139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy2598; + goto yy200; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy5251; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy11140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy4671; + if (yych <= 0x9A) goto yy5251; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } +yy11141: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11147; + case 0x81: goto yy11148; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy5255; + case 0x83: goto yy11149; + case 0x84: goto yy12911; + case 0x85: goto yy12912; + case 0x86: goto yy12913; + case 0x87: goto yy12914; + case 0x8A: goto yy11150; + case 0x8B: goto yy13597; + case 0x8C: goto yy11152; + case 0x8D: goto yy13598; + case 0x8E: goto yy11154; + case 0x8F: goto yy11155; + case 0x92: goto yy11156; + case 0x94: goto yy11157; + case 0x95: goto yy11158; + case 0x9C: goto yy11159; + case 0x9D: goto yy11160; + case 0xA0: goto yy11161; + case 0xA1: goto yy13599; + case 0xA2: goto yy11163; + case 0xA3: goto yy11164; + case 0xA4: goto yy11165; + case 0xA6: goto yy11166; + case 0xA8: goto yy13600; + case 0xA9: goto yy11168; + case 0xAA: goto yy11169; + case 0xAB: goto yy13601; + case 0xAC: goto yy8310; + case 0xAD: goto yy11171; + case 0xAE: goto yy11172; + case 0xB1: goto yy11173; + case 0xB2: + case 0xB3: goto yy11174; + default: goto yy2; + } +yy11142: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13602; + case 0x81: goto yy12921; + case 0x82: goto yy13603; + case 0x83: goto yy11177; + case 0x84: goto yy13604; + case 0x85: goto yy13605; + case 0x86: goto yy13606; + case 0x87: goto yy13607; + case 0x88: goto yy13608; + case 0x8A: goto yy11183; + case 0x8B: goto yy13609; + case 0x8C: goto yy13610; + case 0x8D: goto yy13611; + case 0x92: + case 0x98: goto yy13612; + case 0x93: goto yy13613; + case 0x96: goto yy13614; + case 0x97: goto yy13615; + case 0x99: goto yy13616; + case 0x9A: goto yy13617; + case 0x9B: goto yy2362; + case 0x9C: goto yy12937; + case 0xA2: goto yy11193; + case 0xA3: goto yy11194; + case 0xAB: goto yy11195; + default: goto yy2; + } +yy11143: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy5255; + case 0xA8: goto yy11195; + case 0xA9: goto yy11200; + case 0xAB: goto yy13618; + case 0xAC: goto yy13619; + case 0xAD: goto yy13620; + case 0xAE: goto yy11204; + case 0xBD: goto yy13621; + case 0xBE: goto yy12942; + default: goto yy2; + } +yy11144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy5255; + if (yych <= 0xB1) goto yy11206; + if (yych <= 0xB2) goto yy13622; + goto yy2; +yy11145: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy4675; + case 0x83: goto yy7801; + case 0x84: goto yy12944; + case 0x85: goto yy12945; + case 0x87: goto yy12946; + case 0x89: goto yy12947; + case 0x8D: goto yy12948; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy5255; + case 0x91: goto yy11208; + case 0x92: goto yy11209; + case 0x93: goto yy11210; + case 0x94: goto yy11211; + case 0x95: goto yy11212; + case 0x9A: goto yy11213; + case 0x9B: goto yy13623; + case 0x9C: goto yy13624; + case 0x9D: goto yy13625; + case 0x9E: goto yy13626; + case 0x9F: goto yy13627; + case 0xAA: goto yy12954; + default: goto yy2; + } +yy11146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy5255; + if (yych <= 0xA3) goto yy13628; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy11220; + goto yy11221; + } else { + if (yych <= 0xBA) goto yy11222; + if (yych <= 0xBB) goto yy12956; + goto yy2; + } + } +yy11147: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy5251; + } else { + if (yych == 0xBF) goto yy5251; + goto yy2; + } + } +yy11148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy5251; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy5251; + goto yy2; +yy11149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy5251; + goto yy2; +yy11150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy5251; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy11151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5251; + if (yych == 0xA0) goto yy1980; + goto yy2; +yy11152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy11153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy5251; + if (yych <= 0x81) goto yy2; + goto yy5251; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy5251; + if (yych <= 0xBA) goto yy1980; + goto yy2; + } +yy11154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy5251; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy11155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5251; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy5251; + goto yy2; +yy11156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy5251; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy11157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy11158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy5251; + goto yy2; +yy11159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy5251; + goto yy2; +yy11160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5251; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy5251; + goto yy2; +yy11161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5251; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy5251; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5251; + if (yych == 0xBF) goto yy5251; + goto yy2; + } + } +yy11162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5251; + goto yy2; + } else { + if (yych <= 0xB6) goto yy5251; + if (yych <= 0xB8) goto yy1980; + goto yy2; + } +yy11163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5251; + goto yy2; +yy11164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy5251; + goto yy2; +yy11165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5251; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy5251; + goto yy2; +yy11166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy5251; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy11167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy5251; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych <= 0x86) goto yy1980; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1980; + goto yy5251; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy5251; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1980; + } else { + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } + } +yy11168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy5251; + goto yy2; +yy11169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy5251; + goto yy2; +yy11170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xA4) goto yy5251; + if (yych <= 0xA6) goto yy1980; + goto yy2; + } +yy11171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5251; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy5251; + goto yy2; +yy11172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy5251; + goto yy2; +yy11173: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5251; + goto yy2; +yy11174: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy5251; + goto yy2; +yy11175: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xB7) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy11176: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xAF) goto yy5251; + if (yych <= 0xBA) goto yy1980; + goto yy2; +yy11177: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy11178: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + goto yy5251; + } else { + if (yych <= 0xB4) goto yy1980; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy11179: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy5251; + goto yy1980; + } else { + if (yych == 0xB6) goto yy5251; + goto yy2; + } +yy11180: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xB2) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy11181: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy5251; + if (yych <= 0x89) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy5251; + } else { + if (yych == 0x9C) goto yy5251; + goto yy2; + } + } +yy11182: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy5251; + goto yy2; + } else { + if (yych <= 0xAB) goto yy5251; + if (yych <= 0xB7) goto yy1980; + goto yy2; + } +yy11183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5251; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy5251; + goto yy2; + } else { + if (yych <= 0xA8) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy11184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy11185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy5251; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5251; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5251; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5251; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy11186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych == 0x90) goto yy5251; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1980; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } + } + } +yy11187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5251; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy11188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x85) goto yy5251; + goto yy2; + } else { + if (yych <= 0x87) goto yy5251; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy11189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy11190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1980; + goto yy2; + } else { + if (yych <= 0x9B) goto yy5251; + if (yych <= 0x9D) goto yy1980; + goto yy2; + } +yy11191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1980; + goto yy2; + } else { + if (yych <= 0x84) goto yy5251; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy11192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5251; + if (yych <= 0xB7) goto yy1980; + goto yy2; +yy11193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy11194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy5251; + goto yy843; + } else { + if (yych == 0xBF) goto yy5251; + goto yy2; + } +yy11195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy5251; + goto yy2; +yy11196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy5251; + goto yy2; +yy11197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5251; + goto yy2; +yy11198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5251; + goto yy2; +yy11199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5251; + goto yy2; +yy11200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5251; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy11201: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1980; + goto yy2; +yy11202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5251; + goto yy1980; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy11203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1980; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy5251; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy11204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5251; + goto yy2; +yy11205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5251; + goto yy2; + } else { + if (yych <= 0x90) goto yy5251; + if (yych <= 0xBE) goto yy1980; + goto yy2; + } +yy11206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy5251; + goto yy2; +yy11207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5251; + goto yy2; + } else { + if (yych <= 0x99) goto yy5251; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1980; + goto yy2; + } +yy11208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy11209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy5251; + } else { + if (yych == 0xA2) goto yy5251; + if (yych <= 0xA4) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy5251; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy5251; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } + } +yy11210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy11211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5251; + goto yy2; + } else { + if (yych <= 0x8A) goto yy5251; + if (yych <= 0x8C) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy5251; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy5251; + goto yy2; + } + } +yy11212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5251; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy5251; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy11213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5251; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; +yy11214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1980; + goto yy5251; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1980; + goto yy5251; + } else { + if (yych <= 0xBB) goto yy1980; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy11215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy5251; + goto yy1980; + } else { + if (yych == 0xB5) goto yy1980; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy11216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy5251; + goto yy1980; + } else { + if (yych == 0xAF) goto yy1980; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy11217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5251; + goto yy1980; + } else { + if (yych == 0xA9) goto yy1980; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy11218: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5251; + goto yy1980; + } else { + if (yych <= 0x8B) goto yy5251; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy11219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5251; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; +yy11220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy5251; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy5251; + } else { + if (yych == 0xA4) goto yy5251; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy5251; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy5251; + } else { + if (yych == 0xBB) goto yy5251; + goto yy2; + } + } + } +yy11221: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy5251; + default: goto yy2; + } +yy11222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy5251; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy5251; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy5251; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy5251; + goto yy2; + } + } +yy11223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych == 0x9A) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; + } + } +yy11224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy5408; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy11225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy5408; + } else { + if (yych == 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy11226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x90) goto yy5408; + if (yych <= 0x97) goto yy113; + goto yy5408; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy11227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5408; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5408; + goto yy2; + } else { + if (yych <= 0xB2) goto yy5408; + if (yych <= 0xB5) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy11228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy113; + goto yy5408; + } else { + if (yych == 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy5408; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5408; + if (yych <= 0xA3) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy5408; + goto yy113; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } + } + } +yy11229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy5408; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy5408; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy5408; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy5408; + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy11230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x91) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy5408; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy113; + } else { + if (yych <= 0xB4) goto yy5408; + if (yych <= 0xB5) goto yy113; + goto yy2; + } + } + } +yy11231: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy5408; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy5408; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5408; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy11232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy5408; + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy113; + } else { + if (yych == 0xB9) goto yy5408; + goto yy2; + } + } + } +yy11233: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy5408; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5408; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5408; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy11234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5408; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy5408; + goto yy2; + } + } + } +yy11235: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy113; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy5408; + default: goto yy2; + } +yy11236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy5408; + if (yych == 0x97) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; + } + } +yy11237: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy11238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5408; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy11239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy5408; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy11240: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy5408; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy5408; + goto yy2; + } + } + } +yy11241: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy5408; + goto yy2; + } else { + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy11242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x8E) goto yy5408; + if (yych <= 0x96) goto yy2; + goto yy113; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy5408; + if (yych <= 0xA3) goto yy113; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } + } +yy11243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy5408; + } else { + if (yych == 0xBD) goto yy5408; + goto yy2; + } + } +yy11244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5408; + goto yy2; + } else { + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy11245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy11246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5408; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; +yy11247: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5408; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy11248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy2598; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy11249: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy5408; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) goto yy5408; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy11250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych <= 0x93) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy5408; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy11251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy2598; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy11252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5408; + goto yy113; + } else { + if (yych <= 0xAA) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy11253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5408; + goto yy2; + } else { + if (yych <= 0xAB) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } +yy11254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5408; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy11255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xA0) goto yy5408; + goto yy113; + } else { + if (yych <= 0xAF) goto yy5408; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy11256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5408; + if (yych <= 0xB3) goto yy113; + goto yy2; +yy11257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy5408; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy11258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy113; + goto yy2; + } else { + if (yych <= 0xA8) goto yy113; + if (yych <= 0xAC) goto yy5408; + goto yy113; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy5408; + if (yych <= 0xB4) goto yy113; + goto yy5408; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy11259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy5408; + } else { + if (yych == 0xBE) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy11260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x84) goto yy5408; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy5408; + goto yy113; + } else { + if (yych <= 0x93) goto yy5408; + if (yych <= 0x95) goto yy2; + goto yy5408; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0xAC) goto yy5408; + if (yych <= 0xAF) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy5408; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5408; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } + } +yy11261: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy2598; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } +yy11262: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy113; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy5408; + default: goto yy2; + } +yy11263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy5408; + } else { + if (yych == 0x8E) goto yy5408; + if (yych <= 0x8F) goto yy113; + goto yy2; + } +yy11264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy5408; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy11265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy5408; + goto yy113; + } else { + if (yych <= 0xAE) goto yy5408; + if (yych <= 0xB1) goto yy113; + if (yych <= 0xB3) goto yy5408; + goto yy2; + } +yy11266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5408; + if (yych == 0xBF) goto yy113; + goto yy2; +yy11267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy5408; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy11268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x93) goto yy113; + if (yych == 0xA0) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5408; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy11269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBA) goto yy5408; + goto yy2; + } +yy11270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy5408; + goto yy2; +yy11271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5408; + goto yy113; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy11272: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy5408; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy11273: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy2; +yy11274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } else { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy11275: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5408; + if (yych <= 0x88) goto yy2; + goto yy113; + } else { + if (yych <= 0xAD) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy5408; + goto yy2; + } +yy11276: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5408; + goto yy113; + } else { + if (yych == 0x86) goto yy113; + goto yy5408; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy113; + if (yych <= 0xA2) goto yy5408; + goto yy113; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy11277: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0xB3) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy11278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy5408; + if (yych <= 0xBA) goto yy2; + goto yy5408; + } else { + if (yych == 0xBD) goto yy5408; + goto yy2; + } + } +yy11279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy5408; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy11280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5408; + if (yych <= 0x93) goto yy113; + goto yy2; +yy11281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5408; + if (yych <= 0xB6) goto yy113; + goto yy2; +yy11282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5408; + goto yy113; + } else { + if (yych <= 0x8B) goto yy5408; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } + } +yy11283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy5408; + goto yy113; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy5408; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy113; + goto yy2; + } + } +yy11284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy5408; + if (yych <= 0x9B) goto yy113; + goto yy2; + } else { + if (yych <= 0xA5) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy11285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy5408; + if (yych <= 0xAA) goto yy113; + goto yy2; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy11286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5408; + goto yy2; + } else { + if (yych <= 0x97) goto yy5408; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy5408; + goto yy113; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy113; + if (yych <= 0xB6) goto yy5408; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy5408; + goto yy2; + } + } +yy11287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy11288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy11289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5408; + goto yy2; + } else { + if (yych <= 0xBB) goto yy5408; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy11290: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy2598; + if (yych <= 0xB4) goto yy113; + goto yy2; + } +yy11291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy2; + } else { + if (yych <= 0x92) goto yy200; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy113; + goto yy2598; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy113; + if (yych == 0xA9) goto yy113; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy11292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy2598; + goto yy200; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy11293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy113; + if (yych <= 0x9A) goto yy5408; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy11294: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy11317; + case 0x81: goto yy11318; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy5412; + case 0x83: goto yy11319; + case 0x84: goto yy3728; + case 0x85: goto yy3729; + case 0x86: goto yy3730; + case 0x87: goto yy3731; + case 0x8A: goto yy11320; + case 0x8B: goto yy13629; + case 0x8C: goto yy11322; + case 0x8D: goto yy13630; + case 0x8E: goto yy11324; + case 0x8F: goto yy11325; + case 0x92: goto yy11326; + case 0x94: goto yy11327; + case 0x95: goto yy11328; + case 0x9C: goto yy11329; + case 0x9D: goto yy11330; + case 0xA0: goto yy11331; + case 0xA1: goto yy13631; + case 0xA2: goto yy11333; + case 0xA3: goto yy11334; + case 0xA4: goto yy11335; + case 0xA6: goto yy11336; + case 0xA8: goto yy13632; + case 0xA9: goto yy11338; + case 0xAA: goto yy11339; + case 0xAB: goto yy13633; + case 0xAC: goto yy8492; + case 0xAD: goto yy11341; + case 0xAE: goto yy11342; + case 0xB1: goto yy11343; + case 0xB2: + case 0xB3: goto yy11344; + default: goto yy2; + } +yy11295: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13634; + case 0x81: goto yy13109; + case 0x82: goto yy13635; + case 0x83: goto yy11348; + case 0x84: goto yy13636; + case 0x85: goto yy13637; + case 0x86: goto yy13638; + case 0x87: goto yy13639; + case 0x88: goto yy13640; + case 0x8A: goto yy11354; + case 0x8B: goto yy13641; + case 0x8C: goto yy13642; + case 0x8D: goto yy13643; + case 0x92: + case 0x98: goto yy13644; + case 0x93: goto yy13645; + case 0x96: goto yy13646; + case 0x97: goto yy13647; + case 0x99: goto yy13648; + case 0x9A: goto yy13649; + case 0x9B: goto yy2362; + case 0x9C: goto yy13127; + case 0xA2: goto yy11365; + case 0xA3: goto yy11366; + case 0xAB: goto yy11367; + default: goto yy2; + } +yy11296: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy5412; + case 0xA8: goto yy11367; + case 0xA9: goto yy11372; + case 0xAB: goto yy13650; + case 0xAC: goto yy13651; + case 0xAD: goto yy13652; + case 0xAE: goto yy11376; + case 0xBD: goto yy13653; + case 0xBE: goto yy3792; + default: goto yy2; + } +yy11297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy5412; + if (yych <= 0xB1) goto yy11378; + if (yych <= 0xB2) goto yy13654; + goto yy2; +yy11298: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy118; + case 0x83: goto yy637; + case 0x84: goto yy3795; + case 0x85: goto yy3796; + case 0x87: goto yy3797; + case 0x89: goto yy3798; + case 0x8D: goto yy3799; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy5412; + case 0x91: goto yy11380; + case 0x92: goto yy11381; + case 0x93: goto yy11382; + case 0x94: goto yy11383; + case 0x95: goto yy11384; + case 0x9A: goto yy11385; + case 0x9B: goto yy13655; + case 0x9C: goto yy13656; + case 0x9D: goto yy13657; + case 0x9E: goto yy13658; + case 0x9F: goto yy13659; + case 0xAA: goto yy3811; + default: goto yy2; + } +yy11299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy5412; + if (yych <= 0xA3) goto yy13660; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy11392; + goto yy11393; + } else { + if (yych <= 0xBA) goto yy11394; + if (yych <= 0xBB) goto yy3816; + goto yy2; + } + } +yy11300: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy202; + goto yy2; + } else { + if (yych <= 0xA4) goto yy202; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy11301: + yych = *++YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x90) goto yy202; + if (yych <= 0x93) goto yy2; + goto yy202; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9F) goto yy2; + goto yy110; + } else { + if (yych <= 0xB2) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } +yy11302: + yych = *++YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy110; + if (yych <= 0x90) goto yy202; + goto yy2; + } else { + if (yych <= 0x93) { + if (yych <= 0x92) goto yy202; + goto yy2; + } else { + if (yych <= 0x94) goto yy202; + if (yych <= 0xA1) goto yy2; + goto yy110; + } + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy2; + if (yych <= 0xA6) goto yy110; + if (yych <= 0xA8) goto yy2; + goto yy110; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy113; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy11303: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy202; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x8D) goto yy2; + goto yy202; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy857; + } else { + if (yych <= 0x9A) goto yy2; + if (yych <= 0x9B) goto yy202; + goto yy110; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy11304: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy857; + goto yy2; +yy11305: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy857; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy11306: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy857; + goto yy2; +yy11307: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy113; + } else { + if (yych <= 0xB4) goto yy110; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy857; + goto yy2; + } +yy11308: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy113; + if (yych <= 0x89) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + goto yy113; + } else { + if (yych == 0x9C) goto yy113; + goto yy2; + } + } +yy11309: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy857; + goto yy2; + } +yy11310: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x85) goto yy113; + goto yy2; + } else { + if (yych <= 0x87) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + goto yy2; + } +yy11311: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy110; + goto yy2; + } else { + if (yych <= 0x84) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + goto yy2; + } +yy11312: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy110; + goto yy2; + } else { + if (yych <= 0xB9) goto yy857; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy11313: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy857; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } +yy11314: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy857; + goto yy2; +yy11315: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy857; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy113; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy11316: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy110; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy857; + goto yy2; + } +yy11317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy5408; + } else { + if (yych == 0xBF) goto yy5408; + goto yy2; + } + } +yy11318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy5408; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy5408; + goto yy2; +yy11319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy5408; + goto yy2; +yy11320: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy11321: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5408; + if (yych == 0xA0) goto yy110; + goto yy2; +yy11322: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy11323: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy5408; + if (yych <= 0x81) goto yy2; + goto yy5408; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy5408; + if (yych <= 0xBA) goto yy110; + goto yy2; + } +yy11324: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy11325: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5408; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy5408; + goto yy2; +yy11326: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy11327: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy11328: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy5408; + goto yy2; +yy11329: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy5408; + goto yy2; +yy11330: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy5408; + goto yy2; +yy11331: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5408; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy5408; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5408; + if (yych == 0xBF) goto yy5408; + goto yy2; + } + } +yy11332: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5408; + goto yy2; + } else { + if (yych <= 0xB6) goto yy5408; + if (yych <= 0xB8) goto yy110; + goto yy2; + } +yy11333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5408; + goto yy2; +yy11334: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy5408; + goto yy2; +yy11335: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy5408; + goto yy2; +yy11336: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy5408; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy11337: + yych = *++YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy5408; + if (yych <= 0x83) goto yy110; + goto yy2; + } else { + if (yych <= 0x86) goto yy110; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy110; + goto yy5408; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy110; + } else { + if (yych == 0xBF) goto yy110; + goto yy2; + } + } + } +yy11338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy5408; + goto yy2; +yy11339: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy5408; + goto yy2; +yy11340: + yych = *++YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5408; + goto yy110; + } else { + if (yych <= 0xA4) goto yy5408; + if (yych <= 0xA6) goto yy110; + goto yy2; + } +yy11341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy5408; + goto yy2; +yy11342: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy5408; + goto yy2; +yy11343: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5408; + goto yy2; +yy11344: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy5408; + goto yy2; +yy11345: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xB7) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy11346: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy110; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy11347: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xAF) goto yy5408; + if (yych <= 0xBA) goto yy110; + goto yy2; +yy11348: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy11349: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy5408; + } else { + if (yych <= 0xB4) goto yy110; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy11350: + yych = *++YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy5408; + goto yy110; + } else { + if (yych == 0xB6) goto yy5408; + goto yy2; + } +yy11351: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + if (yych <= 0xB2) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy11352: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy5408; + if (yych <= 0x89) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy5408; + } else { + if (yych == 0x9C) goto yy5408; + goto yy2; + } + } +yy11353: + yych = *++YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy5408; + goto yy2; + } else { + if (yych <= 0xAB) goto yy5408; + if (yych <= 0xB7) goto yy110; + goto yy2; + } +yy11354: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5408; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy5408; + goto yy2; + } else { + if (yych <= 0xA8) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy11355: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy11356: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x84) goto yy2; + goto yy5408; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5408; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5408; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy110; + } else { + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; + } + } + } +yy11357: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy110; + if (yych <= 0x86) goto yy2; + goto yy110; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy110; + } else { + if (yych == 0x90) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy110; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; + } + } + } +yy11358: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5408; + if (yych <= 0xBF) goto yy110; + goto yy2; +yy11359: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x85) goto yy5408; + goto yy2; + } else { + if (yych <= 0x87) goto yy5408; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy11360: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5408; + goto yy110; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy11361: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy110; + goto yy2; + } else { + if (yych <= 0x9B) goto yy5408; + if (yych <= 0x9D) goto yy110; + goto yy2; + } +yy11362: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy110; + goto yy2; + } else { + if (yych <= 0x84) goto yy5408; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy11363: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5408; + if (yych <= 0xB7) goto yy110; + goto yy2; +yy11364: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy110; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBF) goto yy110; + goto yy2; + } +yy11365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy11366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy5408; + goto yy843; + } else { + if (yych == 0xBF) goto yy5408; + goto yy2; + } +yy11367: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy5408; + goto yy2; +yy11368: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy5408; + goto yy2; +yy11369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5408; + goto yy2; +yy11370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5408; + goto yy2; +yy11371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5408; + goto yy2; +yy11372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy11373: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy110; + goto yy2; +yy11374: + yych = *++YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5408; + goto yy110; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy110; + goto yy2; + } +yy11375: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy11376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5408; + goto yy2; +yy11377: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5408; + goto yy2; + } else { + if (yych <= 0x90) goto yy5408; + if (yych <= 0xBE) goto yy110; + goto yy2; + } +yy11378: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy5408; + goto yy2; +yy11379: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5408; + goto yy2; + } else { + if (yych <= 0x99) goto yy5408; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy110; + goto yy2; + } +yy11380: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy11381: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy5408; + } else { + if (yych == 0xA2) goto yy5408; + if (yych <= 0xA4) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } + } +yy11382: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy11383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5408; + goto yy2; + } else { + if (yych <= 0x8A) goto yy5408; + if (yych <= 0x8C) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy5408; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy5408; + goto yy2; + } + } +yy11384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5408; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy5408; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy11385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5408; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; +yy11386: + yych = *++YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy110; + goto yy5408; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy110; + goto yy5408; + } else { + if (yych <= 0xBB) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy11387: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy5408; + goto yy110; + } else { + if (yych == 0xB5) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy11388: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy5408; + goto yy110; + } else { + if (yych == 0xAF) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy11389: + yych = *++YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5408; + goto yy110; + } else { + if (yych == 0xA9) goto yy110; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy11390: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5408; + goto yy110; + } else { + if (yych <= 0x8B) goto yy5408; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy11391: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5408; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy110; + goto yy2; +yy11392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy5408; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy5408; + } else { + if (yych == 0xA4) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy5408; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy5408; + } else { + if (yych == 0xBB) goto yy5408; + goto yy2; + } + } + } +yy11393: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy5408; + default: goto yy2; + } +yy11394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy5408; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy5408; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy5408; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy5408; + goto yy2; + } + } +yy11395: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy208; + if (yych <= '$') goto yy1763; + goto yy146; + } else { + if (yych == '\'') goto yy200; + if (yych <= '*') goto yy208; + goto yy2207; + } + } else { + if (yych <= '/') { + if (yych <= ',') goto yy208; + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy3056; + goto yy208; + } else { + if (yych <= '9') goto yy13661; + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy1763; + goto yy208; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2402; + if (yych <= ']') goto yy208; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2402; + goto yy208; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy208; + if (yych <= '~') goto yy1763; + goto yy208; + } else { + if (yych <= 0xC2) goto yy2404; + if (yych <= 0xC3) goto yy2405; + if (yych <= 0xC9) goto yy2406; + goto yy2407; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1763; + if (yych <= 0xCD) goto yy2408; + if (yych <= 0xCE) goto yy2409; + goto yy2410; + } else { + if (yych == 0xD2) goto yy2411; + if (yych <= 0xD3) goto yy2406; + goto yy2412; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy2413; + if (yych <= 0xD6) goto yy2414; + if (yych <= 0xD7) goto yy2415; + goto yy2416; + } else { + if (yych <= 0xD9) goto yy2417; + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy2418; + goto yy2419; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy2420; + if (yych <= 0xDE) goto yy2421; + if (yych <= 0xDF) goto yy2422; + goto yy2423; + } else { + if (yych <= 0xE1) goto yy2424; + if (yych <= 0xE2) goto yy2425; + if (yych <= 0xE3) goto yy2426; + goto yy1763; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2427; + if (yych <= 0xEE) goto yy208; + goto yy2428; + } else { + if (yych <= 0xF0) goto yy2429; + if (yych == 0xF3) goto yy1763; + goto yy208; + } + } + } + } +yy11396: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCD) { + if (yych <= '?') { + if (yych <= '\'') { + if (yych <= '$') { + if (yych == ' ') goto yy11398; + goto yy208; + } else { + if (yych <= '%') goto yy146; + if (yych <= '&') goto yy208; + goto yy200; + } + } else { + if (yych <= ',') { + if (yych == '+') goto yy146; + goto yy208; + } else { + if (yych <= '.') goto yy11399; + if (yych <= '/') goto yy208; + if (yych <= '9') goto yy13662; + goto yy208; + } + } + } else { + if (yych <= 'z') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy803; + goto yy208; + } else { + if (yych <= '_') goto yy146; + if (yych <= '`') goto yy208; + goto yy803; + } + } else { + if (yych <= 0xC3) { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy805; + goto yy806; + } else { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + if (yych <= 0xCC) goto yy208; + goto yy845; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD4) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy810; + if (yych <= 0xCF) goto yy811; + goto yy807; + } else { + if (yych <= 0xD2) goto yy812; + if (yych <= 0xD3) goto yy807; + goto yy813; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD5) goto yy814; + if (yych <= 0xD6) goto yy846; + goto yy816; + } else { + if (yych <= 0xD8) goto yy847; + if (yych <= 0xD9) goto yy848; + if (yych <= 0xDA) goto yy807; + goto yy849; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDE) { + if (yych <= 0xDC) goto yy820; + if (yych <= 0xDD) goto yy821; + goto yy822; + } else { + if (yych <= 0xDF) goto yy850; + if (yych <= 0xE0) goto yy851; + if (yych <= 0xE1) goto yy852; + goto yy853; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy208; + goto yy854; + } else { + if (yych <= 0xEE) goto yy208; + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy208; + } + } + } + } +yy11397: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xC9) { + if (yych <= ';') { + if (yych <= '*') { + if (yych <= '$') { + if (yych == ' ') goto yy11398; + if (yych <= '#') goto yy41; + goto yy534; + } else { + if (yych <= '%') goto yy146; + if (yych == '\'') goto yy200; + goto yy41; + } + } else { + if (yych <= '.') { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy202; + if (yych <= '-') goto yy13663; + goto yy11400; + } else { + if (yych <= '/') goto yy41; + if (yych <= '9') goto yy13664; + if (yych <= ':') goto yy41; + goto yy202; + } + } + } else { + if (yych <= '`') { + if (yych <= 'Z') { + if (yych <= '>') goto yy534; + if (yych <= '?') goto yy41; + if (yych <= '@') goto yy148; + goto yy870; + } else { + if (yych <= ']') goto yy41; + if (yych == '_') goto yy781; + goto yy534; + } + } else { + if (yych <= '}') { + if (yych <= 'z') goto yy870; + if (yych == '|') goto yy534; + goto yy41; + } else { + if (yych <= 0xC1) { + if (yych <= '~') goto yy534; + goto yy41; + } else { + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + goto yy874; + } + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCA) goto yy875; + if (yych <= 0xCC) goto yy534; + if (yych <= 0xCD) goto yy2430; + goto yy877; + } else { + if (yych <= 0xCF) goto yy878; + if (yych == 0xD2) goto yy879; + goto yy874; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy880; + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy2431; + goto yy883; + } else { + if (yych <= 0xD8) goto yy2432; + if (yych <= 0xD9) goto yy2433; + if (yych <= 0xDA) goto yy874; + goto yy886; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy887; + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + goto yy2434; + } else { + if (yych <= 0xE0) goto yy891; + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy2435; + goto yy894; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy534; + if (yych == 0xEA) goto yy895; + goto yy41; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy2436; + goto yy897; + } else { + if (yych == 0xF3) goto yy534; + goto yy41; + } + } + } + } + } +yy11398: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy13393; + goto yy2; +yy11399: + yych = *++YYCURSOR; + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xD4) { + if (yych <= 0xC2) { + if (yych <= '@') { + if (yych <= '\'') { + if (yych <= '&') goto yy147; + goto yy200; + } else { + if (yych <= '/') goto yy147; + if (yych <= '9') goto yy13662; + goto yy147; + } + } else { + if (yych <= '`') { + if (yych <= 'Z') goto yy803; + goto yy147; + } else { + if (yych <= 'z') goto yy803; + if (yych <= 0xC1) goto yy147; + goto yy805; + } + } + } else { + if (yych <= 0xCD) { + if (yych <= 0xC9) { + if (yych <= 0xC3) goto yy806; + goto yy807; + } else { + if (yych <= 0xCA) goto yy808; + if (yych <= 0xCC) goto yy147; + goto yy845; + } + } else { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy810; + if (yych <= 0xCF) goto yy811; + goto yy807; + } else { + if (yych <= 0xD2) goto yy812; + if (yych <= 0xD3) goto yy807; + goto yy813; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD9) { + if (yych <= 0xD6) { + if (yych <= 0xD5) goto yy814; + goto yy846; + } else { + if (yych <= 0xD7) goto yy816; + if (yych <= 0xD8) goto yy847; + goto yy848; + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xDA) goto yy807; + goto yy849; + } else { + if (yych <= 0xDC) goto yy820; + if (yych <= 0xDD) goto yy821; + goto yy822; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xE0) { + if (yych <= 0xDF) goto yy850; + goto yy851; + } else { + if (yych <= 0xE1) goto yy852; + if (yych <= 0xE2) goto yy853; + goto yy827; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy854; + goto yy147; + } else { + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy147; + } + } + } + } +yy11400: + yych = *++YYCURSOR; + if (yych <= 0xCE) { + if (yych <= '@') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy534; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy534; + goto yy781; + } + } else { + if (yych <= '.') { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy867; + goto yy203; + } else { + if (yych <= '/') goto yy534; + if (yych <= '9') goto yy13664; + if (yych <= '?') goto yy534; + goto yy148; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '_') { + if (yych <= 'Z') goto yy870; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy870; + goto yy534; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + goto yy874; + } else { + if (yych <= 0xCA) goto yy875; + if (yych <= 0xCC) goto yy534; + if (yych <= 0xCD) goto yy876; + goto yy877; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD5) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy878; + if (yych <= 0xD1) goto yy874; + goto yy879; + } else { + if (yych <= 0xD3) goto yy874; + if (yych <= 0xD4) goto yy880; + goto yy881; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD6) goto yy882; + if (yych <= 0xD7) goto yy883; + goto yy884; + } else { + if (yych <= 0xD9) goto yy885; + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy886; + goto yy887; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + goto yy890; + } else { + if (yych <= 0xE0) goto yy891; + if (yych <= 0xE1) goto yy892; + goto yy893; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy894; + if (yych <= 0xE9) goto yy534; + goto yy895; + } else { + if (yych <= 0xEE) goto yy534; + if (yych <= 0xEF) goto yy896; + if (yych <= 0xF0) goto yy897; + goto yy534; + } + } + } + } +yy11401: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy111; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy170; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy13665; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy111; + goto yy41; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy206; + if (yych <= ']') goto yy41; + goto yy111; + } else { + if (yych <= '_') goto yy209; + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy206; + goto yy41; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy41; + if (yych <= '~') goto yy111; + goto yy41; + } else { + if (yych <= 0xC2) goto yy211; + if (yych <= 0xC3) goto yy212; + if (yych <= 0xC9) goto yy213; + goto yy214; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy111; + if (yych <= 0xCD) goto yy215; + if (yych <= 0xCE) goto yy216; + goto yy217; + } else { + if (yych == 0xD2) goto yy218; + if (yych <= 0xD3) goto yy213; + goto yy219; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy220; + if (yych <= 0xD6) goto yy221; + if (yych <= 0xD7) goto yy222; + goto yy223; + } else { + if (yych <= 0xD9) goto yy224; + if (yych <= 0xDA) goto yy213; + if (yych <= 0xDB) goto yy225; + goto yy226; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy227; + if (yych <= 0xDE) goto yy228; + if (yych <= 0xDF) goto yy229; + goto yy230; + } else { + if (yych <= 0xE1) goto yy231; + if (yych <= 0xE2) goto yy232; + if (yych <= 0xE3) goto yy233; + goto yy111; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy234; + if (yych <= 0xEE) goto yy41; + goto yy235; + } else { + if (yych <= 0xF0) goto yy236; + if (yych == 0xF3) goto yy111; + goto yy41; + } + } + } + } +yy11402: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy2930; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy11403: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x86) goto yy2930; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy11404: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x91) goto yy2; + goto yy2930; + } else { + if (yych == 0x95) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA3) goto yy2930; + if (yych <= 0xAF) goto yy2; + goto yy5548; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } + } +yy11405: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych == 0x87) goto yy2930; + if (yych <= 0x8C) goto yy2; + goto yy2930; + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy2930; + } else { + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy5548; + goto yy2; + } + } +yy11406: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy5548; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy5548; + } else { + if (yych == 0xBF) goto yy5548; + goto yy2; + } + } +yy11407: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy5548; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy5548; + goto yy2; +yy11408: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy5548; + goto yy2; +yy11409: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy11410: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5548; + goto yy2; +yy11411: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy5548; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy11412: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy5548; + goto yy2; + } else { + if (yych <= 0x89) goto yy5548; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy5548; + goto yy2; + } +yy11413: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy11414: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5548; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy5548; + goto yy2; +yy11415: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy5548; + goto yy2; +yy11416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5548; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy11417: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy5548; + goto yy2; +yy11418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy5548; + goto yy2; +yy11419: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5548; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy5548; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy5548; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5548; + if (yych == 0xBF) goto yy5548; + goto yy2; + } + } +yy11420: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB6) goto yy5548; + goto yy2; +yy11421: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy5548; + goto yy2; +yy11422: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy5548; + goto yy2; +yy11423: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy5548; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy11424: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych == 0x80) goto yy5548; + if (yych <= 0x8F) goto yy2; + goto yy5548; + } else { + if (yych <= 0x97) { + if (yych <= 0x94) goto yy2; + goto yy5548; + } else { + if (yych <= 0x98) goto yy2; + if (yych <= 0xB3) goto yy5548; + goto yy2; + } + } +yy11425: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy5548; + goto yy2; +yy11426: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy5548; + goto yy2; +yy11427: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x88) goto yy2; + if (yych <= 0xA4) goto yy5548; + goto yy2; +yy11428: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5548; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy5548; + goto yy2; +yy11429: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy5548; + goto yy2; +yy11430: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5548; + goto yy2; +yy11431: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy5548; + goto yy2; +yy11432: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB7) goto yy5548; + goto yy2; +yy11433: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xAF) goto yy5548; + goto yy2; +yy11434: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy5548; + goto yy2; +yy11435: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA6) goto yy5548; + goto yy2; +yy11436: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy5548; + if (yych == 0xB6) goto yy5548; + goto yy2; +yy11437: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB2) goto yy5548; + goto yy2; +yy11438: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x84) goto yy5548; + goto yy2; + } else { + if (yych == 0x9B) goto yy2; + if (yych <= 0x9C) goto yy5548; + goto yy2; + } +yy11439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xAB) goto yy5548; + goto yy2; +yy11440: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5548; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy5548; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy5548; + goto yy2; + } else { + if (yych <= 0xA8) goto yy5548; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } + } +yy11441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy5548; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy5548; + goto yy2; +yy11442: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych == 0x86) goto yy2; + if (yych <= 0x87) goto yy5548; + goto yy2; +yy11443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9B) goto yy5548; + goto yy2; +yy11444: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x84) goto yy5548; + goto yy2; +yy11445: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5548; + goto yy2; +yy11446: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy5548; + if (yych == 0xBF) goto yy5548; + goto yy2; +yy11447: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy5548; + goto yy2; +yy11448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy5548; + goto yy2; +yy11449: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5548; + goto yy2; +yy11450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy5548; + goto yy2; +yy11451: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xB7) goto yy5548; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy11452: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy5548; + goto yy2; +yy11453: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5548; + if (yych == 0x90) goto yy5548; + goto yy2; +yy11454: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5548; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy5548; + goto yy2; +yy11455: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5548; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy5548; + goto yy2; +yy11456: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy11457: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy5548; + } else { + if (yych == 0xA2) goto yy5548; + if (yych <= 0xA4) goto yy2; + goto yy5548; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy5548; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy5548; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } + } + } +yy11458: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy11459: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5548; + goto yy2; + } else { + if (yych <= 0x8A) goto yy5548; + if (yych <= 0x8C) goto yy2; + goto yy5548; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy5548; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy5548; + goto yy2; + } + } +yy11460: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5548; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy5548; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } + } +yy11461: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5548; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; +yy11462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych == 0x80) goto yy5548; + if (yych <= 0x81) goto yy2; + goto yy5548; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy2; + goto yy5548; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } + } +yy11463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy5548; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy11464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy5548; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy11465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5548; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + if (yych <= 0xBF) goto yy5548; + goto yy2; + } +yy11466: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5548; + goto yy2; +yy11467: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy5548; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy5548; + } else { + if (yych == 0xA4) goto yy5548; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy5548; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy5548; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy5548; + } else { + if (yych == 0xBB) goto yy5548; + goto yy2; + } + } + } +yy11468: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy5548; + default: goto yy2; + } +yy11469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy5548; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy5548; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy5548; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy5548; + goto yy2; + } + } +yy11470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy5660; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } +yy11471: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy5660; + goto yy2; +yy11472: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11474: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy5660; + if (yych <= 0x8B) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9B) { + if (yych <= 0x8F) goto yy2; + goto yy5660; + } else { + if (yych == 0xA0) goto yy5660; + goto yy2; + } + } +yy11475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; +yy11476: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5660; + if (yych == 0xA0) goto yy5660; + goto yy2; +yy11478: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy5660; + goto yy2; + } else { + if (yych <= 0x89) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy5660; + goto yy2; + } +yy11480: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11481: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy5660; + goto yy2; +yy11482: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy5660; + goto yy2; +yy11483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy5660; + goto yy2; +yy11485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy5660; + goto yy2; + } else { + if (yych <= 0xBC) goto yy5660; + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } +yy11486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB8) goto yy5660; + goto yy2; +yy11487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; +yy11488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy5660; + goto yy2; +yy11489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy5660; + goto yy2; +yy11490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy5660; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych <= 0x86) goto yy5660; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x93) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0x98) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; + } else { + if (yych <= 0xBA) goto yy5660; + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } +yy11492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy5660; + goto yy2; +yy11493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy5660; + goto yy2; +yy11494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy5660; + goto yy2; +yy11495: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy5660; + goto yy2; +yy11496: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5660; + goto yy2; +yy11497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy5660; + goto yy2; +yy11498: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5660; + if (yych == 0xBF) goto yy5660; + goto yy2; +yy11499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy5660; + goto yy2; +yy11500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; +yy11501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB3) goto yy5660; + if (yych == 0xB6) goto yy5660; + goto yy2; +yy11502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x89) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy5660; + } else { + if (yych == 0x9C) goto yy5660; + goto yy2; + } + } +yy11503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xB7) goto yy5660; + goto yy2; +yy11504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5660; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA8) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy11505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5660; + goto yy2; +yy11506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy5660; + if (yych <= 0x92) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy11507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x8F) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA3) { + if (yych == 0x97) goto yy5660; + if (yych <= 0x9C) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } + } + } +yy11508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + if (yych <= 0x87) goto yy5660; + goto yy2; +yy11509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy5660; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy5660; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9D) goto yy5660; + goto yy2; +yy11511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy5660; + if (yych == 0x84) goto yy5660; + goto yy2; +yy11512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy5660; + if (yych == 0xBF) goto yy5660; + goto yy2; +yy11513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy5660; + if (yych == 0xBF) goto yy5660; + goto yy2; +yy11515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy5660; + goto yy2; +yy11516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy5660; + goto yy2; +yy11517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy2; +yy11518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5660; + goto yy2; +yy11519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5660; + goto yy2; +yy11520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; +yy11521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy5660; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB7) goto yy5660; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy11523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBE) goto yy5660; + goto yy2; +yy11524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x92) goto yy5660; + goto yy2; +yy11525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy5660; + goto yy2; +yy11526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5660; + goto yy2; + } else { + if (yych <= 0x99) goto yy5660; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; + } +yy11527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy5660; + if (yych <= 0xA8) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy5660; + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy5660; + goto yy2; +yy11530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy2; +yy11531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; +yy11532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy5660; + } else { + if (yych == 0xA2) goto yy5660; + if (yych <= 0xA4) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy11534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy2; + } else { + if (yych <= 0x8A) goto yy5660; + if (yych <= 0x8C) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy5660; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy5660; + goto yy2; + } + } +yy11536: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5660; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy5660; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy11537: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy5660; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy5660; + goto yy2; +yy11539: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5660; + goto yy2; + } else { + if (yych == 0xA0) goto yy2; + if (yych <= 0xAF) goto yy5660; + goto yy2; + } +yy11540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; +yy11541: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy5660; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy5660; + } else { + if (yych == 0xA4) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy5660; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy5660; + } else { + if (yych == 0xBB) goto yy5660; + goto yy2; + } + } + } +yy11542: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy5660; + default: goto yy2; + } +yy11543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy5660; + goto yy2; + } + } +yy11544: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy5660; + goto yy2; +yy11545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11546: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAE) goto yy5660; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy11547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych == 0x90) goto yy2; + if (yych <= 0xB5) goto yy5660; + goto yy2; +yy11548: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11549: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy5660; + goto yy2; +yy11551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy5660; + goto yy2; +yy11552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBA) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11553: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA4) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11554: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAC) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; + } +yy11555: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy5660; + goto yy2; +yy11556: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5660; + goto yy2; + } else { + if (yych <= 0x99) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy11558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy5660; + goto yy2; +yy11559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy5660; + goto yy2; +yy11560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy2; +yy11561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy8907; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy8907; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy8907; + } else { + if (yych == 0xBF) goto yy8907; + goto yy2; + } + } +yy11562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy8907; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy8907; + goto yy2; +yy11563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy8907; + goto yy2; +yy11564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy8907; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy11565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy8907; + if (yych == 0xA0) goto yy5660; + goto yy2; +yy11566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy8907; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy11567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy8907; + if (yych <= 0x81) goto yy2; + goto yy8907; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy8907; + if (yych <= 0xBA) goto yy5660; + goto yy2; + } +yy11568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy8907; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy11569: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy8907; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy8907; + goto yy2; +yy11570: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy8907; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy11571: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy8907; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy11572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy8907; + goto yy2; +yy11573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy8907; + goto yy2; +yy11574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy8907; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy8907; + goto yy2; +yy11575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy8907; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy8907; + goto yy2; + } else { + if (yych <= 0xBC) goto yy8907; + if (yych == 0xBF) goto yy8907; + goto yy2; + } + } +yy11576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy8907; + goto yy2; + } else { + if (yych <= 0xB6) goto yy8907; + if (yych <= 0xB8) goto yy5660; + goto yy2; + } +yy11577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy8907; + goto yy2; +yy11578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy8907; + goto yy2; +yy11579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy8907; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy8907; + goto yy2; +yy11580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy8907; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy11581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy8907; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych <= 0x86) goto yy5660; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy5660; + goto yy8907; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy8907; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy5660; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } + } +yy11582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy8907; + goto yy2; +yy11583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy8907; + goto yy2; +yy11584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xA4) goto yy8907; + if (yych <= 0xA6) goto yy5660; + goto yy2; + } +yy11585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy8907; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy8907; + goto yy2; +yy11586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy8907; + goto yy2; +yy11587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy8907; + goto yy2; +yy11588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy8907; + goto yy2; +yy11589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xB7) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11590: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych == 0xBF) goto yy5660; + goto yy2; + } +yy11591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xAF) goto yy8907; + if (yych <= 0xBA) goto yy5660; + goto yy2; +yy11592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy8907; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy11593: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + goto yy8907; + } else { + if (yych <= 0xB4) goto yy5660; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy11594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy8907; + goto yy5660; + } else { + if (yych == 0xB6) goto yy8907; + goto yy2; + } +yy11595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xB2) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11596: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy8907; + if (yych <= 0x89) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy8907; + } else { + if (yych == 0x9C) goto yy8907; + goto yy2; + } + } +yy11597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy8907; + goto yy2; + } else { + if (yych <= 0xAB) goto yy8907; + if (yych <= 0xB7) goto yy5660; + goto yy2; + } +yy11598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy8907; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy8907; + goto yy2; + } else { + if (yych <= 0xA8) goto yy8907; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy11599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy11600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy8907; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy8907; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy8907; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy8907; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy11601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych == 0x90) goto yy8907; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy5660; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } + } + } +yy11602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy8907; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x85) goto yy8907; + goto yy2; + } else { + if (yych <= 0x87) goto yy8907; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy11604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy11605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9B) goto yy8907; + if (yych <= 0x9D) goto yy5660; + goto yy2; + } +yy11606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy5660; + goto yy2; + } else { + if (yych <= 0x84) goto yy8907; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy11607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy8907; + if (yych <= 0xB7) goto yy5660; + goto yy2; +yy11608: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBF) goto yy5660; + goto yy2; + } +yy11609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy11610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy8907; + goto yy843; + } else { + if (yych == 0xBF) goto yy8907; + goto yy2; + } +yy11611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy8907; + goto yy2; +yy11612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy8907; + goto yy2; +yy11613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy8907; + goto yy2; +yy11614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy8907; + goto yy2; +yy11615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy8907; + goto yy2; +yy11616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy8907; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy11617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy8907; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; +yy11618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy8907; + goto yy5660; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy11619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy5660; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy8907; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy11620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy8907; + goto yy2; +yy11621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy8907; + goto yy2; + } else { + if (yych <= 0x90) goto yy8907; + if (yych <= 0xBE) goto yy5660; + goto yy2; + } +yy11622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy8907; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy8907; + goto yy2; +yy11623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy8907; + goto yy2; + } else { + if (yych <= 0x99) goto yy8907; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; + } +yy11624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy11625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy8907; + } else { + if (yych == 0xA2) goto yy8907; + if (yych <= 0xA4) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy8907; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy8907; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } + } +yy11626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy11627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy8907; + goto yy2; + } else { + if (yych <= 0x8A) goto yy8907; + if (yych <= 0x8C) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy8907; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy8907; + goto yy2; + } + } +yy11628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy8907; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy8907; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy11629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy8907; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy8907; + goto yy2; +yy11630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy5660; + goto yy8907; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy5660; + goto yy8907; + } else { + if (yych <= 0xBB) goto yy5660; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } + } +yy11631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy8907; + goto yy5660; + } else { + if (yych == 0xB5) goto yy5660; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy11632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy8907; + goto yy5660; + } else { + if (yych == 0xAF) goto yy5660; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy11633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy8907; + goto yy5660; + } else { + if (yych == 0xA9) goto yy5660; + if (yych <= 0xBF) goto yy8907; + goto yy2; + } +yy11634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy8907; + goto yy5660; + } else { + if (yych <= 0x8B) goto yy8907; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy11635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy8907; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; +yy11636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy8907; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy8907; + } else { + if (yych == 0xA4) goto yy8907; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy8907; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy8907; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy8907; + } else { + if (yych == 0xBB) goto yy8907; + goto yy2; + } + } + } +yy11637: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy8907; + default: goto yy2; + } +yy11638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy8907; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy8907; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy8907; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy8907; + goto yy2; + } + } +yy11639: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy5660; + goto yy1766; + } else { + if (yych <= '+') goto yy5660; + if (yych <= ',') goto yy1766; + if (yych <= '-') goto yy535; + goto yy3054; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy1766; + if (yych <= '9') goto yy5660; + goto yy1766; + } else { + if (yych <= '>') goto yy5660; + if (yych <= '@') goto yy1766; + if (yych <= 'Z') goto yy13666; + goto yy1766; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '{') { + if (yych <= '`') goto yy5660; + if (yych <= 'z') goto yy13666; + goto yy1766; + } else { + if (yych == '}') goto yy1766; + if (yych <= '~') goto yy5660; + goto yy1766; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) goto yy13668; + if (yych <= 0xC3) goto yy13669; + if (yych <= 0xC9) goto yy13670; + goto yy13671; + } else { + if (yych <= 0xCB) goto yy5665; + if (yych <= 0xCC) goto yy5663; + if (yych <= 0xCD) goto yy13672; + goto yy13673; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy13674; + if (yych <= 0xD1) goto yy13670; + goto yy13675; + } else { + if (yych <= 0xD3) goto yy13670; + if (yych <= 0xD4) goto yy13676; + if (yych <= 0xD5) goto yy13677; + goto yy13678; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy13679; + if (yych <= 0xD8) goto yy13680; + goto yy13681; + } else { + if (yych <= 0xDA) goto yy13670; + if (yych <= 0xDB) goto yy13682; + if (yych <= 0xDC) goto yy13683; + goto yy13684; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy13685; + if (yych <= 0xDF) goto yy13686; + goto yy13687; + } else { + if (yych <= 0xE1) goto yy13688; + if (yych <= 0xE2) goto yy13689; + if (yych <= 0xE3) goto yy13690; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy13691; + if (yych <= 0xEE) goto yy1766; + goto yy13692; + } else { + if (yych <= 0xF0) goto yy13693; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy11640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1564; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy11641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1564; + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy11642: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy1564; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy1564; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } +yy11643: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy13694; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11644: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1564; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } + } +yy11645: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy5660; + if (yych <= 0x91) goto yy2; + goto yy1564; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy1564; + if (yych <= 0xA6) goto yy5660; + if (yych <= 0xA8) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy9040; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } + } +yy11646: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy1564; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8E) goto yy1564; + goto yy2; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy9040; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy11647: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy5660; + goto yy1766; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy5660; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy9246; + if (yych <= '/') goto yy1766; + goto yy8907; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '@') goto yy1766; + goto yy11647; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy1766; + if (yych <= '`') goto yy5660; + goto yy11647; + } else { + if (yych == '|') goto yy5660; + if (yych <= '}') goto yy1766; + goto yy5660; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy9277; + if (yych <= 0xC3) goto yy9278; + goto yy9279; + } else { + if (yych <= 0xCA) goto yy9280; + if (yych <= 0xCB) goto yy5665; + if (yych <= 0xCC) goto yy5663; + goto yy9281; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy9282; + if (yych <= 0xCF) goto yy9283; + goto yy9279; + } else { + if (yych <= 0xD2) goto yy9284; + if (yych <= 0xD3) goto yy9279; + if (yych <= 0xD4) goto yy9285; + goto yy9286; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy9287; + if (yych <= 0xD7) goto yy9288; + if (yych <= 0xD8) goto yy9289; + goto yy9290; + } else { + if (yych <= 0xDA) goto yy9279; + if (yych <= 0xDB) goto yy9291; + if (yych <= 0xDC) goto yy9292; + goto yy9293; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy9294; + if (yych <= 0xDF) goto yy9295; + goto yy9296; + } else { + if (yych <= 0xE1) goto yy9297; + if (yych <= 0xE2) goto yy9298; + if (yych <= 0xE3) goto yy9299; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9300; + if (yych <= 0xEE) goto yy1766; + goto yy9301; + } else { + if (yych <= 0xF0) goto yy9302; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy11649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy9040; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy9040; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy9040; + } else { + if (yych == 0xBF) goto yy9040; + goto yy2; + } + } +yy11650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy9040; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy9040; + goto yy2; +yy11651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy9040; + goto yy2; +yy11652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy9040; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy11653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9040; + if (yych == 0xA0) goto yy5660; + goto yy2; +yy11654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy9040; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy11655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy9040; + if (yych <= 0x81) goto yy2; + goto yy9040; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy9040; + if (yych <= 0xBA) goto yy5660; + goto yy2; + } +yy11656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy9040; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy11657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy9040; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy9040; + goto yy2; +yy11658: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy9040; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy11659: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9040; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy11660: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9040; + goto yy2; +yy11661: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy9040; + goto yy2; +yy11662: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9040; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy9040; + goto yy2; +yy11663: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9040; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy9040; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9040; + if (yych == 0xBF) goto yy9040; + goto yy2; + } + } +yy11664: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9040; + goto yy2; + } else { + if (yych <= 0xB6) goto yy9040; + if (yych <= 0xB8) goto yy5660; + goto yy2; + } +yy11665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9040; + goto yy2; +yy11666: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy9040; + goto yy2; +yy11667: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9040; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy9040; + goto yy2; +yy11668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy9040; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy11669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9040; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych <= 0x86) goto yy5660; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy5660; + goto yy9040; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy9040; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy5660; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } + } +yy11670: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy9040; + goto yy2; +yy11671: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy9040; + goto yy2; +yy11672: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xA4) goto yy9040; + if (yych <= 0xA6) goto yy5660; + goto yy2; + } +yy11673: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9040; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy9040; + goto yy2; +yy11674: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9040; + goto yy2; +yy11675: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9040; + goto yy2; +yy11676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy9040; + goto yy2; +yy11677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xB7) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xAF) goto yy9040; + if (yych <= 0xBA) goto yy5660; + goto yy2; +yy11679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy9040; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy11680: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + goto yy9040; + } else { + if (yych <= 0xB4) goto yy5660; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy11681: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy9040; + goto yy5660; + } else { + if (yych == 0xB6) goto yy9040; + goto yy2; + } +yy11682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xB2) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy9040; + if (yych <= 0x89) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy9040; + } else { + if (yych == 0x9C) goto yy9040; + goto yy2; + } + } +yy11684: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9040; + goto yy2; + } else { + if (yych <= 0xAB) goto yy9040; + if (yych <= 0xB7) goto yy5660; + goto yy2; + } +yy11685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9040; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy9040; + goto yy2; + } else { + if (yych <= 0xA8) goto yy9040; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy11686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy11687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy9040; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9040; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9040; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9040; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy11688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych == 0x90) goto yy9040; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy5660; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } + } + } +yy11689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9040; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy11690: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x85) goto yy9040; + goto yy2; + } else { + if (yych <= 0x87) goto yy9040; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy11691: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy11692: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9B) goto yy9040; + if (yych <= 0x9D) goto yy5660; + goto yy2; + } +yy11693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy5660; + goto yy2; + } else { + if (yych <= 0x84) goto yy9040; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy11694: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9040; + if (yych <= 0xB7) goto yy5660; + goto yy2; +yy11695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy11696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy9040; + goto yy843; + } else { + if (yych == 0xBF) goto yy9040; + goto yy2; + } +yy11697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy9040; + goto yy2; +yy11698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy9040; + goto yy2; +yy11699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy9040; + goto yy2; +yy11700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9040; + goto yy2; +yy11701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9040; + goto yy2; +yy11702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9040; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy11703: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy9040; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; +yy11704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9040; + goto yy5660; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy11705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy5660; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy9040; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy11706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9040; + goto yy2; +yy11707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9040; + goto yy2; + } else { + if (yych <= 0x90) goto yy9040; + if (yych <= 0xBE) goto yy5660; + goto yy2; + } +yy11708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9040; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy9040; + goto yy2; +yy11709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9040; + goto yy2; + } else { + if (yych <= 0x99) goto yy9040; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; + } +yy11710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy11711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy9040; + } else { + if (yych == 0xA2) goto yy9040; + if (yych <= 0xA4) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy9040; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy9040; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } + } +yy11712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy11713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9040; + goto yy2; + } else { + if (yych <= 0x8A) goto yy9040; + if (yych <= 0x8C) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy9040; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy9040; + goto yy2; + } + } +yy11714: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy9040; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy9040; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy11715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9040; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy9040; + goto yy2; +yy11716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy5660; + goto yy9040; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy5660; + goto yy9040; + } else { + if (yych <= 0xBB) goto yy5660; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } + } +yy11717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy9040; + goto yy5660; + } else { + if (yych == 0xB5) goto yy5660; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy11718: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy9040; + goto yy5660; + } else { + if (yych == 0xAF) goto yy5660; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy11719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9040; + goto yy5660; + } else { + if (yych == 0xA9) goto yy5660; + if (yych <= 0xBF) goto yy9040; + goto yy2; + } +yy11720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy9040; + goto yy5660; + } else { + if (yych <= 0x8B) goto yy9040; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy11721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9040; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; +yy11722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy9040; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy9040; + } else { + if (yych == 0xA4) goto yy9040; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy9040; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy9040; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy9040; + } else { + if (yych == 0xBB) goto yy9040; + goto yy2; + } + } + } +yy11723: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy9040; + default: goto yy2; + } +yy11724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy9040; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy9040; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy9040; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy9040; + goto yy2; + } + } +yy11725: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= '`') { + if (yych <= '/') { + if (yych <= '*') { + if (yych == '$') goto yy5660; + goto yy1766; + } else { + if (yych <= '+') goto yy5660; + if (yych == '-') goto yy535; + goto yy1766; + } + } else { + if (yych <= '>') { + if (yych <= '9') goto yy5660; + if (yych <= ';') goto yy1766; + goto yy5660; + } else { + if (yych <= '@') goto yy1766; + if (yych <= 'Z') goto yy13666; + if (yych <= ']') goto yy1766; + goto yy5660; + } + } + } else { + if (yych <= 0xC2) { + if (yych <= '|') { + if (yych <= 'z') goto yy13666; + if (yych <= '{') goto yy1766; + goto yy5660; + } else { + if (yych == '~') goto yy5660; + if (yych <= 0xC1) goto yy1766; + goto yy13668; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC3) goto yy13669; + if (yych <= 0xC9) goto yy13670; + goto yy13671; + } else { + if (yych <= 0xCB) goto yy5665; + if (yych <= 0xCC) goto yy5663; + if (yych <= 0xCD) goto yy13672; + goto yy13673; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy13674; + if (yych <= 0xD1) goto yy13670; + goto yy13675; + } else { + if (yych <= 0xD3) goto yy13670; + if (yych <= 0xD4) goto yy13676; + if (yych <= 0xD5) goto yy13677; + goto yy13678; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy13679; + if (yych <= 0xD8) goto yy13680; + goto yy13681; + } else { + if (yych <= 0xDA) goto yy13670; + if (yych <= 0xDB) goto yy13682; + if (yych <= 0xDC) goto yy13683; + goto yy13684; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy13685; + if (yych <= 0xDF) goto yy13686; + goto yy13687; + } else { + if (yych <= 0xE1) goto yy13688; + if (yych <= 0xE2) goto yy13689; + if (yych <= 0xE3) goto yy13690; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy13691; + if (yych <= 0xEE) goto yy1766; + goto yy13692; + } else { + if (yych <= 0xF0) goto yy13693; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy11726: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1952; + case 0xAA: + case 0xB5: + case 0xBA: goto yy9155; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy11727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy9155; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy9155; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy11728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych == 0x8A) goto yy9896; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBE) goto yy9896; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy11729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy1952; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy9155; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9155; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy11730: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5778; + case 0x81: goto yy7606; + case 0x82: goto yy11756; + case 0x83: goto yy11757; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy9159; + case 0x89: goto yy11758; + case 0x8A: goto yy11759; + case 0x8B: goto yy11760; + case 0x8C: goto yy11761; + case 0x8D: goto yy11762; + case 0x8E: goto yy11763; + case 0x8F: goto yy11764; + case 0x90: goto yy13695; + case 0x99: goto yy11766; + case 0x9A: goto yy11767; + case 0x9B: goto yy11768; + case 0x9C: goto yy11769; + case 0x9D: goto yy11770; + case 0x9E: goto yy5786; + case 0x9F: goto yy7613; + case 0xA0: goto yy13696; + case 0xA1: goto yy11772; + case 0xA2: goto yy11773; + case 0xA3: goto yy11774; + case 0xA4: goto yy11775; + case 0xA5: goto yy7617; + case 0xA7: goto yy7618; + case 0xA8: goto yy11776; + case 0xA9: goto yy5794; + case 0xAA: goto yy7619; + case 0xAC: goto yy5796; + case 0xAD: goto yy7620; + case 0xAE: goto yy11777; + case 0xAF: goto yy11778; + case 0xB0: goto yy11779; + case 0xB1: goto yy11780; + case 0xB3: goto yy11781; + case 0xB4: goto yy11782; + case 0xB5: goto yy11783; + case 0xB6: goto yy11784; + case 0xB7: goto yy5802; + case 0xBC: goto yy11785; + case 0xBD: goto yy11786; + case 0xBE: goto yy11787; + case 0xBF: goto yy11788; + default: goto yy2; + } +yy11731: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13697; + case 0x81: goto yy5806; + case 0x82: goto yy5807; + case 0x83: goto yy5808; + case 0x84: goto yy11789; + case 0x85: goto yy11790; + case 0x86: goto yy11791; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1956; + case 0x88: goto yy13698; + case 0x8C: goto yy5813; + case 0x8F: goto yy5814; + case 0x90: goto yy5815; + case 0x91: goto yy5816; + case 0x92: goto yy5817; + case 0x93: goto yy5818; + case 0x9D: goto yy5819; + case 0x9E: goto yy5820; + case 0x9F: goto yy5821; + case 0xA6: goto yy5822; + case 0xA7: goto yy5823; + case 0xAD: goto yy5824; + case 0xAE: goto yy5825; + case 0xAF: goto yy5826; + case 0xB0: goto yy11792; + case 0xB1: goto yy11793; + case 0xB2: goto yy9159; + case 0xB3: goto yy11794; + case 0xB4: goto yy11795; + case 0xB5: goto yy11796; + case 0xB6: goto yy11797; + case 0xB7: goto yy11798; + case 0xB8: goto yy9901; + case 0xBA: goto yy5830; + case 0xBB: goto yy4638; + case 0xBF: goto yy5831; + default: goto yy2; + } +yy11732: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy11822; + case 0xAD: goto yy11823; + case 0xAE: goto yy11824; + case 0xAF: goto yy11825; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy9159; + case 0xB4: goto yy11826; + case 0xB5: goto yy11827; + case 0xB6: goto yy11828; + case 0xB7: goto yy11829; + case 0xB8: goto yy13699; + case 0xB9: goto yy13700; + case 0xBB: goto yy11831; + case 0xBC: goto yy13701; + case 0xBD: goto yy11833; + case 0xBF: goto yy5867; + default: goto yy2; + } +yy11733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych == 0x9A) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1952; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1952; + goto yy2; + } + } +yy11734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy9155; + if (yych <= 0x9B) goto yy1952; + goto yy2; +yy11735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy9155; + goto yy2; +yy11736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy9155; + } else { + if (yych == 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy11737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy11738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9155; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9155; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9155; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9155; + if (yych <= 0xB5) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy11739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1952; + goto yy9155; + } else { + if (yych == 0x97) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy9155; + goto yy2; + } else { + if (yych <= 0xA1) goto yy9155; + if (yych <= 0xA3) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1952; + goto yy2; + } + } + } +yy11740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy9155; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy9155; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy9155; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy9155; + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy11741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x90) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy9155; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB4) goto yy9155; + if (yych <= 0xB5) goto yy1952; + goto yy2; + } + } + } +yy11742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy9155; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy9155; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9155; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9155; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy11743: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x8F) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9155; + if (yych <= 0xA3) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1952; + if (yych == 0xB9) goto yy9155; + goto yy2; + } + } +yy11744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy9155; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9155; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9155; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9155; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy11745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x95) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy9155; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB0) goto yy1952; + if (yych <= 0xB1) goto yy9155; + goto yy2; + } + } + } +yy11746: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1952; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy9155; + default: goto yy2; + } +yy11747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy9155; + goto yy2; + } else { + if (yych <= 0x97) goto yy1952; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1952; + goto yy2; + } + } +yy11748: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy9155; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy11749: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1952; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x94) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy9155; + if (yych <= 0x9F) goto yy2; + goto yy9155; + } else { + if (yych <= 0xA3) goto yy1952; + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } +yy11750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy9155; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy9155; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy11751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1952; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x94) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy9155; + if (yych <= 0x9F) goto yy2; + goto yy9155; + } else { + if (yych <= 0xA3) goto yy1952; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy9155; + goto yy2; + } + } +yy11752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy9155; + goto yy2; + } else { + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy11753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1952; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x8E) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1952; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy1952; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy11754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy9155; + } else { + if (yych == 0xBD) goto yy9155; + goto yy2; + } + } +yy11755: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9155; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1952; + if (yych <= 0x8E) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } + } +yy11756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1952; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy11757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych == 0x87) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy9155; + if (yych <= 0x8F) goto yy2; + goto yy9155; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy11758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9155; + goto yy2; + } else { + if (yych <= 0x8D) goto yy9155; + if (yych <= 0x8F) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy9155; + goto yy2; + } else { + if (yych <= 0x9D) goto yy9155; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy11759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy9155; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy9155; + goto yy2; + } + } +yy11760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy9155; + if (yych <= 0x81) goto yy2; + goto yy9155; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy9155; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy11761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9155; + goto yy2; + } else { + if (yych <= 0x95) goto yy9155; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy11762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9155; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1952; + goto yy2; +yy11763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9155; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy11764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy9155; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy9155; + goto yy2; +yy11765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy11766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy9155; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy11767: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy9155; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy11768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9155; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy9155; + goto yy2; +yy11769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy9155; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB1) goto yy9155; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } + } +yy11770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych <= 0x93) goto yy1952; + if (yych <= 0x9F) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy9155; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } + } +yy11771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy1980; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy11772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy9155; + goto yy2; +yy11773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xAA) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy11774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy9155; + goto yy2; +yy11775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9155; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1952; + goto yy2; + } +yy11776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9155; + if (yych <= 0x9B) goto yy1952; + goto yy2; +yy11777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xA0) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy9155; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy11778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9155; + if (yych <= 0xB3) goto yy1952; + goto yy2; +yy11779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9155; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy11780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy9155; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy9155; + goto yy2; +yy11781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1952; + if (yych <= 0xAC) goto yy9155; + goto yy1952; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy9155; + if (yych <= 0xB4) goto yy1952; + goto yy9155; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1952; + goto yy2; + } + } +yy11782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy9155; + goto yy2; +yy11783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy11784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9155; + goto yy2; +yy11785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9155; + goto yy2; + } else { + if (yych <= 0x9D) goto yy9155; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy11786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9155; + goto yy2; + } else { + if (yych <= 0x8D) goto yy9155; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy9155; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy9155; + goto yy2; + } + } +yy11787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy9155; + } else { + if (yych == 0xBE) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy11788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0x84) goto yy9155; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy9155; + goto yy1952; + } else { + if (yych <= 0x93) goto yy9155; + if (yych <= 0x95) goto yy2; + goto yy9155; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAC) goto yy9155; + if (yych <= 0xAF) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy9155; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9155; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } + } + } +yy11789: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1952; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy9155; + default: goto yy2; + } +yy11790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy9155; + } else { + if (yych == 0x8E) goto yy9155; + if (yych <= 0x8F) goto yy1952; + goto yy2; + } +yy11791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy9155; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy11792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy11793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9155; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9155; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy11794: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xAE) goto yy9155; + if (yych <= 0xB1) goto yy1952; + if (yych <= 0xB3) goto yy9155; + goto yy2; + } +yy11795: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy9155; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy9155; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy11796: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9155; + if (yych == 0xBF) goto yy1952; + goto yy2; +yy11797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy9155; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy9155; + goto yy2; + } + } +yy11798: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy9155; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy11799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x93) goto yy1952; + if (yych == 0xA0) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1952; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9155; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy11800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy9155; + goto yy2; +yy11801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xBA) goto yy9155; + goto yy2; + } +yy11802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy9155; + goto yy2; +yy11803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy9155; + goto yy2; + } else { + if (yych <= 0x9F) goto yy9155; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy9155; + goto yy2; + } +yy11804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } +yy11805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy9155; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy11806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1952; + goto yy2; +yy11807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1952; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy11808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9155; + if (yych <= 0x88) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAD) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy9155; + goto yy2; + } +yy11809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy9155; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy11810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9155; + goto yy1952; + } else { + if (yych == 0x86) goto yy1952; + goto yy9155; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1952; + if (yych <= 0xA2) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1952; + goto yy2; + } + } +yy11811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy9155; + goto yy2; +yy11812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0xB3) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy11813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy1952; + goto yy9155; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy9155; + } else { + if (yych == 0xBD) goto yy9155; + goto yy2; + } + } +yy11814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy11815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9155; + if (yych <= 0x93) goto yy1952; + goto yy2; +yy11816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9155; + if (yych <= 0xB6) goto yy1952; + goto yy2; +yy11817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych <= 0x83) goto yy1952; + if (yych <= 0x8B) goto yy9155; + goto yy1952; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } + } +yy11818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy9155; + goto yy1952; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy9155; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1952; + goto yy2; + } + } +yy11819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy9155; + goto yy2; + } else { + if (yych <= 0x8E) goto yy9155; + if (yych <= 0x90) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy9155; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy11820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9155; + if (yych <= 0x9B) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA5) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy11821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy1952; + goto yy2; + } +yy11822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9155; + goto yy2; + } else { + if (yych <= 0x97) goto yy9155; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy9155; + goto yy1952; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1952; + if (yych <= 0xB6) goto yy9155; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy9155; + goto yy2; + } + } +yy11823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9155; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy11824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy11825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy11826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy9155; + goto yy2; +yy11827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy11828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9155; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy11829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9155; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9155; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } +yy11830: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1952; + goto yy2; + } else { + if (yych == 0xA3) goto yy1980; + goto yy1952; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy1952; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy11831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy9155; + goto yy2; +yy11832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1952; + if (yych <= 0x8C) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBA) goto yy9155; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy11833: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1952; + if (yych <= 0x9A) goto yy9155; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } +yy11834: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13702; + case 0x81: goto yy13703; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy9159; + case 0x83: goto yy13704; + case 0x84: goto yy9184; + case 0x85: goto yy9185; + case 0x86: goto yy9186; + case 0x87: goto yy9187; + case 0x8A: goto yy13705; + case 0x8B: goto yy13706; + case 0x8C: goto yy13707; + case 0x8D: goto yy13708; + case 0x8E: goto yy13709; + case 0x8F: goto yy13710; + case 0x92: goto yy13711; + case 0x94: goto yy13712; + case 0x95: goto yy13713; + case 0x9C: goto yy13714; + case 0x9D: goto yy13715; + case 0xA0: goto yy13716; + case 0xA1: goto yy13717; + case 0xA2: goto yy13718; + case 0xA3: goto yy13719; + case 0xA4: goto yy13720; + case 0xA6: goto yy13721; + case 0xA8: goto yy13722; + case 0xA9: goto yy13723; + case 0xAA: goto yy13724; + case 0xAB: goto yy13725; + case 0xAC: goto yy11774; + case 0xAD: goto yy13726; + case 0xAE: goto yy13727; + case 0xB1: goto yy13728; + case 0xB2: + case 0xB3: goto yy13729; + default: goto yy2; + } +yy11835: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13730; + case 0x81: goto yy10772; + case 0x82: goto yy13731; + case 0x83: goto yy13732; + case 0x84: goto yy13733; + case 0x85: goto yy13734; + case 0x86: goto yy13735; + case 0x87: goto yy13736; + case 0x88: goto yy13737; + case 0x8A: goto yy13738; + case 0x8B: goto yy13739; + case 0x8C: goto yy13740; + case 0x8D: goto yy13741; + case 0x92: + case 0x98: goto yy13742; + case 0x93: goto yy13743; + case 0x96: goto yy13744; + case 0x97: goto yy13745; + case 0x99: goto yy13746; + case 0x9A: goto yy13747; + case 0x9C: goto yy10784; + case 0xA2: goto yy13748; + case 0xA3: goto yy13749; + case 0xAB: goto yy13750; + default: goto yy2; + } +yy11836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy9159; + goto yy13751; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy9159; + if (yych <= 0x95) goto yy13752; + goto yy2; + } +yy11837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9159; + if (yych <= 0x90) goto yy13753; + goto yy2; +yy11838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy9159; + if (yych <= 0x99) goto yy13754; + goto yy2; +yy11839: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy9159; + case 0xA8: goto yy13750; + case 0xA9: goto yy13718; + case 0xAB: goto yy13755; + case 0xAC: goto yy13756; + case 0xAD: goto yy13757; + case 0xAE: goto yy13758; + case 0xBD: goto yy13759; + case 0xBE: goto yy9215; + default: goto yy2; + } +yy11840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy9159; + if (yych <= 0xB1) goto yy13760; + if (yych <= 0xB2) goto yy13761; + goto yy2; +yy11841: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1956; + case 0x83: goto yy4596; + case 0x84: goto yy9217; + case 0x85: goto yy9218; + case 0x87: goto yy9219; + case 0x89: goto yy9220; + case 0x8D: goto yy9221; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy9159; + case 0x91: goto yy13762; + case 0x92: goto yy13763; + case 0x93: goto yy13764; + case 0x94: goto yy13765; + case 0x95: goto yy13766; + case 0x9A: goto yy13767; + case 0x9B: goto yy13768; + case 0x9C: goto yy13769; + case 0x9D: goto yy13770; + case 0x9E: goto yy13771; + case 0x9F: goto yy13772; + case 0xAA: goto yy9227; + default: goto yy2; + } +yy11842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy9159; + if (yych <= 0xA3) goto yy13773; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy13774; + goto yy13775; + } else { + if (yych <= 0xBA) goto yy13776; + if (yych <= 0xBB) goto yy9229; + goto yy2; + } + } +yy11843: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1952; + case 0xAA: + case 0xB5: + case 0xBA: goto yy3083; + default: goto yy2; + } +yy11844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy3083; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy3083; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy3083; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy11845: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy3083; + } else { + if (yych == 0x8A) goto yy10110; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBE) goto yy10110; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy11846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1952; + if (yych <= 0x8F) goto yy2; + goto yy3083; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy3083; + goto yy2; + } + } +yy11847: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5778; + case 0x81: goto yy5779; + case 0x82: goto yy5780; + case 0x83: goto yy3120; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy1133; + case 0x89: goto yy3121; + case 0x8A: goto yy3122; + case 0x8B: goto yy3123; + case 0x8C: goto yy3124; + case 0x8D: goto yy5781; + case 0x8E: goto yy5782; + case 0x8F: goto yy3127; + case 0x90: goto yy13777; + case 0x99: goto yy3129; + case 0x9A: goto yy3130; + case 0x9B: goto yy3131; + case 0x9C: goto yy5784; + case 0x9D: goto yy5785; + case 0x9E: goto yy5786; + case 0x9F: goto yy5787; + case 0xA0: goto yy13778; + case 0xA1: goto yy3137; + case 0xA2: goto yy5789; + case 0xA3: goto yy3139; + case 0xA4: goto yy5790; + case 0xA5: goto yy5791; + case 0xA7: goto yy5792; + case 0xA8: goto yy5793; + case 0xA9: goto yy5794; + case 0xAA: goto yy5795; + case 0xAC: goto yy5796; + case 0xAD: goto yy5797; + case 0xAE: goto yy5798; + case 0xAF: goto yy5799; + case 0xB0: goto yy5800; + case 0xB1: goto yy3151; + case 0xB3: goto yy5801; + case 0xB4: goto yy3153; + case 0xB5: goto yy3154; + case 0xB6: goto yy3155; + case 0xB7: goto yy5802; + case 0xBC: goto yy3157; + case 0xBD: goto yy3158; + case 0xBE: goto yy5803; + case 0xBF: goto yy5804; + default: goto yy2; + } +yy11848: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13779; + case 0x81: goto yy5806; + case 0x82: goto yy5807; + case 0x83: goto yy5808; + case 0x84: goto yy5809; + case 0x85: goto yy5810; + case 0x86: goto yy5811; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1956; + case 0x88: goto yy13780; + case 0x8C: goto yy5813; + case 0x8F: goto yy5814; + case 0x90: goto yy5815; + case 0x91: goto yy5816; + case 0x92: goto yy5817; + case 0x93: goto yy5818; + case 0x9D: goto yy5819; + case 0x9E: goto yy5820; + case 0x9F: goto yy5821; + case 0xA6: goto yy5822; + case 0xA7: goto yy5823; + case 0xAD: goto yy5824; + case 0xAE: goto yy5825; + case 0xAF: goto yy5826; + case 0xB0: goto yy3183; + case 0xB1: goto yy3184; + case 0xB2: goto yy1133; + case 0xB3: goto yy5827; + case 0xB4: goto yy3186; + case 0xB5: goto yy5828; + case 0xB6: goto yy3188; + case 0xB7: goto yy5829; + case 0xB8: goto yy10433; + case 0xBA: goto yy5830; + case 0xBB: goto yy4638; + case 0xBF: goto yy5831; + default: goto yy2; + } +yy11849: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy5859; + case 0xAD: goto yy3227; + case 0xAE: goto yy5860; + case 0xAF: goto yy5861; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy1133; + case 0xB4: goto yy3230; + case 0xB5: goto yy3231; + case 0xB6: goto yy3232; + case 0xB7: goto yy5862; + case 0xB8: goto yy13781; + case 0xB9: goto yy13782; + case 0xBB: goto yy3236; + case 0xBC: goto yy13783; + case 0xBD: goto yy5866; + case 0xBF: goto yy5867; + default: goto yy2; + } +yy11850: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1952; + case 0xAA: + case 0xB5: + case 0xBA: goto yy9247; + default: goto yy2; + } +yy11851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9247; + goto yy1952; + } else { + if (yych == 0xB7) goto yy1952; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy11852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB3) goto yy9247; + if (yych <= 0xB4) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy9247; + if (yych <= 0xBA) goto yy2; + goto yy9247; + } else { + if (yych == 0xBF) goto yy9247; + goto yy2; + } + } +yy11853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy9247; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy9247; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy11854: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1952; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy11855: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9247; + if (yych <= 0x89) goto yy1952; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy11856: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych == 0x8A) goto yy10110; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBE) goto yy10110; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy11857: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1952; + if (yych <= 0x8F) goto yy2; + goto yy9247; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy9247; + goto yy2; + } + } +yy11858: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1952; + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy11859: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy9247; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy9247; + } else { + if (yych <= 0xB0) goto yy1952; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy11860: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy9247; + goto yy2; + } else { + if (yych <= 0x95) goto yy9247; + if (yych == 0x9D) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy9247; + goto yy843; + } else { + if (yych <= 0xBC) goto yy9247; + if (yych <= 0xBE) goto yy1952; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy11861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy11862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1952; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy11863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9247; + if (yych <= 0xB0) goto yy1952; + if (yych <= 0xB1) goto yy9247; + goto yy2; +yy11864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy9247; + } else { + if (yych <= 0xB3) goto yy1952; + if (yych == 0xB6) goto yy1952; + goto yy2; + } +yy11865: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy13784; + case 0xA1: goto yy13785; + case 0xA2: goto yy11874; + case 0xA3: goto yy5749; + case 0xA4: goto yy13786; + case 0xA5: goto yy13787; + case 0xA6: goto yy13788; + case 0xA7: goto yy13789; + case 0xA8: goto yy13790; + case 0xA9: goto yy13791; + case 0xAA: goto yy13792; + case 0xAB: goto yy13793; + case 0xAC: goto yy13794; + case 0xAD: goto yy13795; + case 0xAE: goto yy13796; + case 0xAF: goto yy13797; + case 0xB0: goto yy13798; + case 0xB1: goto yy13799; + case 0xB2: goto yy13800; + case 0xB3: goto yy13801; + case 0xB4: goto yy13802; + case 0xB5: goto yy13803; + case 0xB6: goto yy13804; + case 0xB7: goto yy13805; + case 0xB8: goto yy5770; + case 0xB9: goto yy5771; + case 0xBA: goto yy5772; + case 0xBB: goto yy5773; + case 0xBC: goto yy5774; + case 0xBD: goto yy5775; + case 0xBE: goto yy5776; + case 0xBF: goto yy5777; + default: goto yy2; + } +yy11866: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy5778; + case 0x81: goto yy5779; + case 0x82: goto yy13806; + case 0x83: goto yy11896; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy9251; + case 0x89: goto yy11897; + case 0x8A: goto yy11898; + case 0x8B: goto yy11899; + case 0x8C: goto yy11900; + case 0x8D: goto yy13807; + case 0x8E: goto yy13808; + case 0x8F: goto yy11903; + case 0x90: goto yy13809; + case 0x99: goto yy11905; + case 0x9A: goto yy11906; + case 0x9B: goto yy11907; + case 0x9C: goto yy13810; + case 0x9D: goto yy13811; + case 0x9E: goto yy5786; + case 0x9F: goto yy5787; + case 0xA0: goto yy13812; + case 0xA1: goto yy11911; + case 0xA2: goto yy13813; + case 0xA3: goto yy11913; + case 0xA4: goto yy13814; + case 0xA5: goto yy5791; + case 0xA7: goto yy5792; + case 0xA8: goto yy13815; + case 0xA9: goto yy5794; + case 0xAA: goto yy5795; + case 0xAC: goto yy5796; + case 0xAD: goto yy5797; + case 0xAE: goto yy13816; + case 0xAF: goto yy13817; + case 0xB0: goto yy13818; + case 0xB1: goto yy11919; + case 0xB3: goto yy13819; + case 0xB4: goto yy11921; + case 0xB5: goto yy11922; + case 0xB6: goto yy11923; + case 0xB7: goto yy5802; + case 0xBC: goto yy11924; + case 0xBD: goto yy11925; + case 0xBE: goto yy13820; + case 0xBF: goto yy13821; + default: goto yy2; + } +yy11867: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13779; + case 0x81: goto yy5806; + case 0x82: goto yy5807; + case 0x83: goto yy5808; + case 0x84: goto yy13822; + case 0x85: goto yy13823; + case 0x86: goto yy13824; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1956; + case 0x88: goto yy13780; + case 0x8C: goto yy5813; + case 0x8F: goto yy5814; + case 0x90: goto yy5815; + case 0x91: goto yy5816; + case 0x92: goto yy5817; + case 0x93: goto yy5818; + case 0x9D: goto yy5819; + case 0x9E: goto yy5820; + case 0x9F: goto yy5821; + case 0xA6: goto yy5822; + case 0xA7: goto yy5823; + case 0xAD: goto yy5824; + case 0xAE: goto yy5825; + case 0xAF: goto yy5826; + case 0xB0: goto yy11931; + case 0xB1: goto yy11932; + case 0xB2: goto yy9251; + case 0xB3: goto yy13825; + case 0xB4: goto yy11934; + case 0xB5: goto yy13826; + case 0xB6: goto yy11936; + case 0xB7: goto yy13827; + case 0xB8: goto yy10433; + case 0xBA: goto yy5830; + case 0xBB: goto yy4638; + case 0xBF: goto yy5831; + default: goto yy2; + } +yy11868: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13828; + case 0x82: goto yy5833; + case 0x84: goto yy11939; + case 0x86: goto yy13829; + case 0x87: goto yy5835; + case 0x88: goto yy5836; + case 0x89: goto yy5837; + case 0x8A: goto yy5838; + case 0x8B: goto yy5839; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1956; + default: goto yy2; + } +yy11869: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4539; + case 0x93: goto yy13830; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy9251; + case 0x98: goto yy11942; + case 0x99: goto yy13831; + case 0x9A: goto yy13832; + case 0x9B: goto yy13833; + case 0x9C: goto yy13834; + case 0x9D: goto yy9257; + case 0x9E: goto yy13835; + case 0x9F: goto yy11948; + case 0xA0: goto yy13836; + case 0xA1: goto yy11950; + case 0xA2: goto yy13837; + case 0xA3: goto yy13838; + case 0xA4: goto yy13839; + case 0xA5: goto yy13840; + case 0xA6: goto yy5851; + case 0xA7: goto yy5852; + case 0xA8: goto yy13841; + case 0xA9: goto yy13842; + case 0xAA: goto yy5855; + case 0xAB: goto yy13843; + case 0xAC: goto yy11958; + case 0xAD: goto yy13844; + case 0xAF: goto yy13845; + default: goto yy2; + } +yy11870: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy13846; + case 0xAD: goto yy11962; + case 0xAE: goto yy13847; + case 0xAF: goto yy13848; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy9251; + case 0xB4: goto yy11965; + case 0xB5: goto yy11966; + case 0xB6: goto yy11967; + case 0xB7: goto yy13849; + case 0xB8: goto yy13781; + case 0xB9: goto yy13850; + case 0xBB: goto yy11970; + case 0xBC: goto yy13851; + case 0xBD: goto yy13852; + case 0xBF: goto yy5867; + default: goto yy2; + } +yy11871: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy13853; + case 0x91: goto yy13854; + case 0x92: goto yy11975; + case 0x93: goto yy11976; + case 0x94: goto yy11977; + case 0x96: goto yy13855; + case 0x9B: goto yy13856; + case 0x9D: goto yy13857; + case 0x9E: goto yy13858; + case 0x9F: goto yy5874; + default: goto yy2; + } +yy11872: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych == 0x9A) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1121; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1121; + goto yy2; + } + } +yy11873: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy9247; + if (yych <= 0x9B) goto yy1121; + goto yy2; +yy11874: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy9247; + goto yy2; +yy11875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy9247; + } else { + if (yych == 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy11876: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x90) goto yy9247; + if (yych <= 0x97) goto yy1121; + goto yy9247; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1121; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy11877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9247; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9247; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9247; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9247; + if (yych <= 0xB5) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy11878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1121; + goto yy9247; + } else { + if (yych == 0x97) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy9247; + goto yy2; + } else { + if (yych <= 0xA1) goto yy9247; + if (yych <= 0xA3) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1121; + goto yy2; + } + } + } +yy11879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy9247; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy9247; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy9247; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy9247; + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy11880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych == 0x91) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy9247; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1121; + } else { + if (yych <= 0xB4) goto yy9247; + if (yych <= 0xB5) goto yy1121; + goto yy2; + } + } + } +yy11881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy9247; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy9247; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9247; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9247; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy11882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych == 0x90) goto yy9247; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy9247; + if (yych <= 0xA3) goto yy1121; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1121; + } else { + if (yych == 0xB9) goto yy9247; + goto yy2; + } + } + } +yy11883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy9247; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9247; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9247; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9247; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy11884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1121; + if (yych <= 0xB1) goto yy9247; + goto yy2; + } + } + } +yy11885: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1121; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy9247; + default: goto yy2; + } +yy11886: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy9247; + if (yych == 0x97) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1121; + goto yy2; + } + } +yy11887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy9247; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy11888: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1121; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy9247; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } + } +yy11889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy9247; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy9247; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy11890: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1121; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy9247; + goto yy2; + } + } + } +yy11891: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy9247; + goto yy2; + } else { + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy11892: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8E) goto yy9247; + if (yych <= 0x96) goto yy2; + goto yy1121; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9247; + if (yych <= 0xA3) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1121; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } + } +yy11893: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy9247; + } else { + if (yych == 0xBD) goto yy9247; + goto yy2; + } + } +yy11894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9247; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1121; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1121; + goto yy2; + } + } +yy11895: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1121; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy11896: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych == 0x87) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy9247; + if (yych <= 0x8F) goto yy2; + goto yy9247; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy11897: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9247; + goto yy2; + } else { + if (yych <= 0x8D) goto yy9247; + if (yych <= 0x8F) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy9247; + goto yy2; + } else { + if (yych <= 0x9D) goto yy9247; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy11898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy9247; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy9247; + goto yy2; + } + } +yy11899: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy9247; + if (yych <= 0x81) goto yy2; + goto yy9247; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy9247; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy11900: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9247; + goto yy2; + } else { + if (yych <= 0x95) goto yy9247; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy11901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9247; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1121; + goto yy2; +yy11902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9247; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy11903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy9247; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy9247; + goto yy2; +yy11904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy11905: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy9247; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy11906: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy9247; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy11907: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9247; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy9247; + goto yy2; +yy11908: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy9247; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB1) goto yy9247; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } + } +yy11909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych <= 0x93) goto yy1121; + if (yych <= 0x9F) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy9247; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1121; + goto yy2; + } + } +yy11910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy11911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy9247; + goto yy2; +yy11912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xAA) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy11913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy9247; + goto yy2; +yy11914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9247; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1121; + goto yy2; + } +yy11915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9247; + if (yych <= 0x9B) goto yy1121; + goto yy2; +yy11916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xA0) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy9247; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy11917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9247; + if (yych <= 0xB3) goto yy1121; + goto yy2; +yy11918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9247; + if (yych <= 0xB7) goto yy1121; + goto yy2; +yy11919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy9247; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy9247; + goto yy2; + } +yy11920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1121; + if (yych <= 0xAC) goto yy9247; + goto yy1121; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy9247; + if (yych <= 0xB4) goto yy1121; + goto yy9247; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1121; + goto yy2; + } + } +yy11921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy9247; + goto yy2; +yy11922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy11923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9247; + goto yy2; +yy11924: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9247; + goto yy2; + } else { + if (yych <= 0x9D) goto yy9247; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy11925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9247; + goto yy2; + } else { + if (yych <= 0x8D) goto yy9247; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy9247; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy9247; + goto yy2; + } + } +yy11926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy9247; + } else { + if (yych == 0xBE) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy11927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0x84) goto yy9247; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy9247; + goto yy1121; + } else { + if (yych <= 0x93) goto yy9247; + if (yych <= 0x95) goto yy2; + goto yy9247; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAC) goto yy9247; + if (yych <= 0xAF) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy9247; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9247; + if (yych <= 0xBE) goto yy1121; + goto yy2; + } + } + } +yy11928: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1121; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy9247; + default: goto yy2; + } +yy11929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + goto yy9247; + } else { + if (yych == 0x8E) goto yy9247; + if (yych <= 0x8F) goto yy1121; + goto yy2; + } +yy11930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy9247; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy11931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy11932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9247; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9247; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy11933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xAE) goto yy9247; + if (yych <= 0xB1) goto yy1121; + if (yych <= 0xB3) goto yy9247; + goto yy2; + } +yy11934: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy9247; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy9247; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy11935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9247; + if (yych == 0xBF) goto yy1121; + goto yy2; +yy11936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy9247; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy9247; + goto yy2; + } + } +yy11937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy9247; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy11938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1121; + goto yy2; + } else { + if (yych <= 0x93) goto yy1121; + if (yych == 0xA0) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1121; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1121; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9247; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy11939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy9247; + goto yy2; +yy11940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1121; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBA) goto yy9247; + goto yy2; + } +yy11941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy9247; + goto yy2; +yy11942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy9247; + goto yy2; + } else { + if (yych <= 0x9F) goto yy9247; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy9247; + goto yy2; + } +yy11943: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } +yy11944: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy9247; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy11945: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1121; + goto yy2; +yy11946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1121; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy11947: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9247; + if (yych <= 0x88) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAD) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy9247; + goto yy2; + } +yy11948: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy9247; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy11949: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9247; + goto yy1121; + } else { + if (yych == 0x86) goto yy1121; + goto yy9247; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1121; + if (yych <= 0xA2) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1121; + goto yy2; + } + } +yy11950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy9247; + goto yy2; +yy11951: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0xB3) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy11952: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy9247; + if (yych <= 0xBA) goto yy2; + goto yy9247; + } else { + if (yych == 0xBD) goto yy9247; + goto yy2; + } + } +yy11953: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy9247; + } else { + if (yych <= 0xAD) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy11954: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9247; + if (yych <= 0x93) goto yy1121; + goto yy2; +yy11955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9247; + if (yych <= 0xB6) goto yy1121; + goto yy2; +yy11956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy9247; + goto yy1121; + } else { + if (yych <= 0x8B) goto yy9247; + if (yych <= 0x8D) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } + } +yy11957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy9247; + goto yy1121; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy9247; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1121; + goto yy2; + } + } +yy11958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy9247; + goto yy2; + } else { + if (yych <= 0x8E) goto yy9247; + if (yych <= 0x90) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy9247; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy11959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9247; + if (yych <= 0x9B) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA5) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy11960: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy9247; + if (yych <= 0xAA) goto yy1121; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy11961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9247; + goto yy2; + } else { + if (yych <= 0x97) goto yy9247; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy9247; + goto yy1121; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1121; + if (yych <= 0xB6) goto yy9247; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy9247; + goto yy2; + } + } +yy11962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9247; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy11963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy11964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy11965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy9247; + goto yy2; +yy11966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy11967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9247; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy11968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9247; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9247; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } +yy11969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1121; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1121; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1121; + if (yych == 0xA9) goto yy1121; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy11970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy9247; + goto yy2; +yy11971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy1121; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy9247; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy11972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1121; + if (yych <= 0x9A) goto yy9247; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1121; + goto yy2; + } +yy11973: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13859; + case 0x81: goto yy13860; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy9251; + case 0x83: goto yy13861; + case 0x84: goto yy5881; + case 0x85: goto yy5882; + case 0x86: goto yy5883; + case 0x87: goto yy5884; + case 0x8A: goto yy13862; + case 0x8B: goto yy13863; + case 0x8C: goto yy13864; + case 0x8D: goto yy13865; + case 0x8E: goto yy13866; + case 0x8F: goto yy13867; + case 0x92: goto yy13868; + case 0x94: goto yy13869; + case 0x95: goto yy13870; + case 0x9C: goto yy13871; + case 0x9D: goto yy13872; + case 0xA0: goto yy13873; + case 0xA1: goto yy13874; + case 0xA2: goto yy13875; + case 0xA3: goto yy13876; + case 0xA4: goto yy13877; + case 0xA6: goto yy13878; + case 0xA8: goto yy13879; + case 0xA9: goto yy13880; + case 0xAA: goto yy13881; + case 0xAB: goto yy13882; + case 0xAC: goto yy11913; + case 0xAD: goto yy13883; + case 0xAE: goto yy13884; + case 0xB1: goto yy13885; + case 0xB2: + case 0xB3: goto yy13886; + default: goto yy2; + } +yy11974: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13887; + case 0x81: goto yy5911; + case 0x82: goto yy13888; + case 0x83: goto yy13889; + case 0x84: goto yy13890; + case 0x85: goto yy13891; + case 0x86: goto yy13892; + case 0x87: goto yy13893; + case 0x88: goto yy13894; + case 0x8A: goto yy13895; + case 0x8B: goto yy13896; + case 0x8C: goto yy13897; + case 0x8D: goto yy13898; + case 0x92: + case 0x98: goto yy13899; + case 0x93: goto yy13900; + case 0x96: goto yy13901; + case 0x97: goto yy13902; + case 0x99: goto yy13903; + case 0x9A: goto yy13904; + case 0x9B: goto yy2362; + case 0x9C: goto yy5929; + case 0xA2: goto yy13905; + case 0xA3: goto yy13906; + case 0xAB: goto yy13907; + default: goto yy2; + } +yy11975: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy9251; + goto yy13908; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy9251; + if (yych <= 0x95) goto yy13909; + goto yy2; + } +yy11976: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9251; + if (yych <= 0x90) goto yy13910; + goto yy2; +yy11977: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy9251; + if (yych <= 0x99) goto yy13911; + goto yy2; +yy11978: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy9251; + case 0xA8: goto yy13907; + case 0xA9: goto yy13912; + case 0xAB: goto yy13913; + case 0xAC: goto yy13914; + case 0xAD: goto yy13915; + case 0xAE: goto yy13916; + case 0xBD: goto yy13917; + case 0xBE: goto yy5943; + default: goto yy2; + } +yy11979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy9251; + if (yych <= 0xB1) goto yy13918; + if (yych <= 0xB2) goto yy13919; + goto yy2; +yy11980: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1136; + case 0x83: goto yy5946; + case 0x84: goto yy5947; + case 0x85: goto yy5948; + case 0x87: goto yy5949; + case 0x89: goto yy5950; + case 0x8D: goto yy5951; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy9251; + case 0x91: goto yy13920; + case 0x92: goto yy13921; + case 0x93: goto yy13922; + case 0x94: goto yy13923; + case 0x95: goto yy13924; + case 0x9A: goto yy13925; + case 0x9B: goto yy13926; + case 0x9C: goto yy13927; + case 0x9D: goto yy13928; + case 0x9E: goto yy13929; + case 0x9F: goto yy13930; + case 0xAA: goto yy5963; + default: goto yy2; + } +yy11981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy9251; + if (yych <= 0xA3) goto yy13931; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy13932; + goto yy13933; + } else { + if (yych <= 0xBA) goto yy13934; + if (yych <= 0xBB) goto yy5968; + goto yy2; + } + } +yy11982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy11647; + } else { + if (yych == 0x9A) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy5660; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy5660; + goto yy2; + } + } +yy11983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy11647; + if (yych <= 0x9B) goto yy5660; + goto yy2; +yy11984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy11647; + goto yy2; +yy11985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy11647; + } else { + if (yych == 0xBD) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy11986: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x90) goto yy11647; + if (yych <= 0x97) goto yy5660; + goto yy11647; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy5660; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy11987: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy11647; + } else { + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy11647; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy11647; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy11647; + goto yy2; + } else { + if (yych <= 0xB2) goto yy11647; + if (yych <= 0xB5) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy11988: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy5660; + goto yy11647; + } else { + if (yych == 0x97) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy11647; + goto yy2; + } else { + if (yych <= 0xA1) goto yy11647; + if (yych <= 0xA3) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy5660; + goto yy2; + } + } + } +yy11989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy11647; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy11647; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy11647; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy11647; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy11647; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy11647; + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy11990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych == 0x91) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy11647; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy5660; + } else { + if (yych <= 0xB4) goto yy11647; + if (yych <= 0xB5) goto yy5660; + goto yy2; + } + } + } +yy11991: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy11647; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy11647; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy11647; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy11647; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy11992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych == 0x90) goto yy11647; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy11647; + if (yych <= 0xA3) goto yy5660; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy5660; + } else { + if (yych == 0xB9) goto yy11647; + goto yy2; + } + } + } +yy11993: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy11647; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy11647; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy11647; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy11647; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy11994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy5660; + if (yych <= 0xB1) goto yy11647; + goto yy2; + } + } + } +yy11995: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy5660; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy11647; + default: goto yy2; + } +yy11996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy11647; + if (yych == 0x97) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy5660; + goto yy2; + } + } +yy11997: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy11647; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy11647; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy11998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy5660; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy11647; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } + } +yy11999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy11647; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy11647; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy12000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy5660; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy11647; + goto yy2; + } + } + } +yy12001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy11647; + goto yy2; + } else { + if (yych <= 0xBD) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy12002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8E) goto yy11647; + if (yych <= 0x96) goto yy2; + goto yy5660; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy11647; + if (yych <= 0xA3) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy5660; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } + } +yy12003: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy11647; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy11647; + } else { + if (yych == 0xBD) goto yy11647; + goto yy2; + } + } +yy12004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy11647; + goto yy2; + } else { + if (yych <= 0x8A) goto yy5660; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; + } + } +yy12005: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy5660; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy12006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy11647; + } else { + if (yych == 0x87) goto yy11647; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy11647; + if (yych <= 0x8F) goto yy2; + goto yy11647; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy12007: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy11647; + goto yy2; + } else { + if (yych <= 0x8D) goto yy11647; + if (yych <= 0x8F) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy11647; + goto yy2; + } else { + if (yych <= 0x9D) goto yy11647; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy12008: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy11647; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy11647; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy11647; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy11647; + goto yy2; + } + } +yy12009: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy11647; + if (yych <= 0x81) goto yy2; + goto yy11647; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy11647; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy12010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy11647; + goto yy2; + } else { + if (yych <= 0x95) goto yy11647; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy12011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy11647; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy5660; + goto yy2; +yy12012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy11647; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy12013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy11647; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy11647; + goto yy2; +yy12014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy12015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy11647; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy12016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy11647; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy12017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy11647; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy11647; + goto yy2; +yy12018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy11647; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB1) goto yy11647; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } + } +yy12019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy11647; + } else { + if (yych <= 0x93) goto yy5660; + if (yych <= 0x9F) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy11647; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; + } + } +yy12020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy12021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy11647; + goto yy2; +yy12022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xAA) goto yy11647; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy12023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy11647; + goto yy2; +yy12024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy11647; + goto yy2; + } else { + if (yych <= 0xAB) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy5660; + goto yy2; + } +yy12025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy11647; + if (yych <= 0x9B) goto yy5660; + goto yy2; +yy12026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xA0) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy11647; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy12027: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy11647; + if (yych <= 0xB3) goto yy5660; + goto yy2; +yy12028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy11647; + if (yych <= 0xB7) goto yy5660; + goto yy2; +yy12029: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy11647; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy11647; + goto yy2; + } +yy12030: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA8) goto yy5660; + if (yych <= 0xAC) goto yy11647; + goto yy5660; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy11647; + if (yych <= 0xB4) goto yy5660; + goto yy11647; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy5660; + goto yy2; + } + } +yy12031: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy11647; + goto yy2; +yy12032: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy12033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy11647; + goto yy2; +yy12034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy11647; + goto yy2; + } else { + if (yych <= 0x9D) goto yy11647; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy12035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy11647; + goto yy2; + } else { + if (yych <= 0x8D) goto yy11647; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy11647; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy11647; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy11647; + goto yy2; + } + } +yy12036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy11647; + } else { + if (yych == 0xBE) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy12037: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + if (yych <= 0x84) goto yy11647; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy11647; + goto yy5660; + } else { + if (yych <= 0x93) goto yy11647; + if (yych <= 0x95) goto yy2; + goto yy11647; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAC) goto yy11647; + if (yych <= 0xAF) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy11647; + goto yy2; + } else { + if (yych <= 0xBC) goto yy11647; + if (yych <= 0xBE) goto yy5660; + goto yy2; + } + } + } +yy12038: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy5660; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy11647; + default: goto yy2; + } +yy12039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy11647; + } else { + if (yych == 0x8E) goto yy11647; + if (yych <= 0x8F) goto yy5660; + goto yy2; + } +yy12040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy11647; + goto yy2; + } else { + if (yych <= 0x8B) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy12041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy12042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy11647; + goto yy2; + } else { + if (yych <= 0xBB) goto yy11647; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy12043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xAE) goto yy11647; + if (yych <= 0xB1) goto yy5660; + if (yych <= 0xB3) goto yy11647; + goto yy2; + } +yy12044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy11647; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy11647; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy12045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy11647; + if (yych == 0xBF) goto yy5660; + goto yy2; +yy12046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy11647; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy11647; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy11647; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy11647; + goto yy2; + } + } +yy12047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy11647; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy11647; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy11647; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy12048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy5660; + goto yy2; + } else { + if (yych <= 0x93) goto yy5660; + if (yych == 0xA0) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy5660; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy5660; + goto yy2; + } else { + if (yych <= 0xBC) goto yy11647; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy12049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy11647; + goto yy2; +yy12050: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xBA) goto yy11647; + goto yy2; + } +yy12051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy11647; + goto yy2; +yy12052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy11647; + goto yy2; + } else { + if (yych <= 0x9F) goto yy11647; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy11647; + goto yy2; + } +yy12053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } +yy12054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy11647; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy12055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy11647; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy5660; + goto yy2; +yy12056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5660; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy12057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy11647; + if (yych <= 0x88) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAD) goto yy11647; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy11647; + goto yy2; + } +yy12058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy11647; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy12059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy11647; + goto yy5660; + } else { + if (yych == 0x86) goto yy5660; + goto yy11647; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy5660; + if (yych <= 0xA2) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy5660; + goto yy2; + } + } +yy12060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy11647; + goto yy2; +yy12061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + if (yych <= 0xB3) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy12062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy11647; + if (yych <= 0xBA) goto yy2; + goto yy11647; + } else { + if (yych == 0xBD) goto yy11647; + goto yy2; + } + } +yy12063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy11647; + } else { + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy12064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy11647; + if (yych <= 0x93) goto yy5660; + goto yy2; +yy12065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy11647; + if (yych <= 0xB6) goto yy5660; + goto yy2; +yy12066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy11647; + goto yy5660; + } else { + if (yych <= 0x8B) goto yy11647; + if (yych <= 0x8D) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } + } +yy12067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy11647; + goto yy5660; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy11647; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy5660; + goto yy2; + } + } +yy12068: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy11647; + goto yy2; + } else { + if (yych <= 0x8E) goto yy11647; + if (yych <= 0x90) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy11647; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy12069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy11647; + if (yych <= 0x9B) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA5) goto yy11647; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy12070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy11647; + if (yych <= 0xAA) goto yy5660; + goto yy2; + } else { + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy12071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy11647; + goto yy2; + } else { + if (yych <= 0x97) goto yy11647; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy11647; + goto yy5660; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy5660; + if (yych <= 0xB6) goto yy11647; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy11647; + goto yy2; + } + } +yy12072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy11647; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy12073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy12074: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy12075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy11647; + goto yy2; +yy12076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy12077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy11647; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy12078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy11647; + goto yy2; + } else { + if (yych <= 0xBB) goto yy11647; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } +yy12079: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy5660; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy5660; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy5660; + if (yych == 0xA9) goto yy5660; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy12080: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy11647; + goto yy2; +yy12081: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy5660; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy11647; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy12082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy5660; + if (yych <= 0x9A) goto yy11647; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; + } +yy12083: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13935; + case 0x81: goto yy13936; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy9279; + case 0x83: goto yy13937; + case 0x84: goto yy11472; + case 0x85: goto yy11473; + case 0x86: goto yy11474; + case 0x87: goto yy11475; + case 0x8A: goto yy13938; + case 0x8B: goto yy13939; + case 0x8C: goto yy13940; + case 0x8D: goto yy13941; + case 0x8E: goto yy13942; + case 0x8F: goto yy13943; + case 0x92: goto yy13944; + case 0x94: goto yy13945; + case 0x95: goto yy13946; + case 0x9C: goto yy13947; + case 0x9D: goto yy13948; + case 0xA0: goto yy13949; + case 0xA1: goto yy13950; + case 0xA2: goto yy13951; + case 0xA3: goto yy13952; + case 0xA4: goto yy13953; + case 0xA6: goto yy13954; + case 0xA8: goto yy13955; + case 0xA9: goto yy13956; + case 0xAA: goto yy13957; + case 0xAB: goto yy13958; + case 0xAC: goto yy12023; + case 0xAD: goto yy13959; + case 0xAE: goto yy13960; + case 0xB1: goto yy13961; + case 0xB2: + case 0xB3: goto yy13962; + default: goto yy2; + } +yy12084: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13963; + case 0x81: goto yy11590; + case 0x82: goto yy13964; + case 0x83: goto yy13965; + case 0x84: goto yy13966; + case 0x85: goto yy13967; + case 0x86: goto yy13968; + case 0x87: goto yy13969; + case 0x88: goto yy13970; + case 0x8A: goto yy13971; + case 0x8B: goto yy13972; + case 0x8C: goto yy13973; + case 0x8D: goto yy13974; + case 0x92: + case 0x98: goto yy13975; + case 0x93: goto yy13976; + case 0x96: goto yy13977; + case 0x97: goto yy13978; + case 0x99: goto yy13979; + case 0x9A: goto yy13980; + case 0x9B: goto yy2362; + case 0x9C: goto yy11608; + case 0xA2: goto yy13981; + case 0xA3: goto yy13982; + case 0xAB: goto yy13983; + default: goto yy2; + } +yy12085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy9279; + goto yy13984; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy9279; + if (yych <= 0x95) goto yy13985; + goto yy2; + } +yy12086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9279; + if (yych <= 0x90) goto yy13986; + goto yy2; +yy12087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy9279; + if (yych <= 0x99) goto yy13987; + goto yy2; +yy12088: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy9279; + case 0xA8: goto yy13983; + case 0xA9: goto yy13988; + case 0xAB: goto yy13989; + case 0xAC: goto yy13990; + case 0xAD: goto yy13991; + case 0xAE: goto yy13992; + case 0xBD: goto yy13993; + case 0xBE: goto yy11524; + default: goto yy2; + } +yy12089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy9279; + if (yych <= 0xB1) goto yy13994; + if (yych <= 0xB2) goto yy13995; + goto yy2; +yy12090: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy5663; + case 0x83: goto yy8805; + case 0x84: goto yy11527; + case 0x85: goto yy11528; + case 0x87: goto yy11529; + case 0x89: goto yy11530; + case 0x8D: goto yy11531; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy9279; + case 0x91: goto yy13996; + case 0x92: goto yy13997; + case 0x93: goto yy13998; + case 0x94: goto yy13999; + case 0x95: goto yy14000; + case 0x9A: goto yy14001; + case 0x9B: goto yy14002; + case 0x9C: goto yy14003; + case 0x9D: goto yy14004; + case 0x9E: goto yy14005; + case 0x9F: goto yy14006; + case 0xAA: goto yy11539; + default: goto yy2; + } +yy12091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy9279; + if (yych <= 0xA3) goto yy14007; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy14008; + goto yy14009; + } else { + if (yych <= 0xBA) goto yy14010; + if (yych <= 0xBB) goto yy11544; + goto yy2; + } + } +yy12092: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy10684; + goto yy1766; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy10684; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy1766; + goto yy10964; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy10684; + if (yych <= '@') goto yy1766; + goto yy12092; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy1766; + if (yych <= '`') goto yy10684; + goto yy12092; + } else { + if (yych == '|') goto yy10684; + if (yych <= '}') goto yy1766; + goto yy10684; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy14011; + if (yych <= 0xC3) goto yy14012; + goto yy12096; + } else { + if (yych <= 0xCA) goto yy12097; + if (yych <= 0xCB) goto yy13184; + if (yych <= 0xCC) goto yy10688; + goto yy14013; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy14014; + if (yych <= 0xCF) goto yy14015; + goto yy12096; + } else { + if (yych <= 0xD2) goto yy14016; + if (yych <= 0xD3) goto yy12096; + if (yych <= 0xD4) goto yy12102; + goto yy12103; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy14017; + if (yych <= 0xD7) goto yy14018; + if (yych <= 0xD8) goto yy14019; + goto yy14020; + } else { + if (yych <= 0xDA) goto yy12096; + if (yych <= 0xDB) goto yy14021; + if (yych <= 0xDC) goto yy14022; + goto yy14023; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy14024; + if (yych <= 0xDF) goto yy14025; + goto yy14026; + } else { + if (yych <= 0xE1) goto yy14027; + if (yych <= 0xE2) goto yy14028; + if (yych <= 0xE3) goto yy14029; + goto yy13200; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy14030; + if (yych <= 0xEE) goto yy1766; + goto yy14031; + } else { + if (yych <= 0xF0) goto yy14032; + if (yych == 0xF3) goto yy13204; + goto yy1766; + } + } + } + } +yy12094: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy7354; + case 0xAA: + case 0xB5: + case 0xBA: goto yy12092; + default: goto yy2; + } +yy12095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12092; + goto yy7354; + } else { + if (yych == 0xB7) goto yy7354; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy12096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy12097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12092; + goto yy2; +yy12098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0xB3) goto yy12092; + if (yych <= 0xB4) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy12092; + if (yych <= 0xBA) goto yy2; + goto yy12092; + } else { + if (yych == 0xBF) goto yy12092; + goto yy2; + } + } +yy12099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy7354; + goto yy12092; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy12092; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy12100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy7354; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy12101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12092; + if (yych <= 0x89) goto yy7354; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy12102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy12103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12092; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy12104: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy12105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy7354; + if (yych <= 0x8F) goto yy2; + goto yy12092; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy12092; + goto yy2; + } + } +yy12106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy7354; + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy12107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy12092; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy12092; + } else { + if (yych <= 0xB0) goto yy7354; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy12108: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy12092; + goto yy2; + } else { + if (yych <= 0x95) goto yy12092; + if (yych == 0x9D) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy7354; + if (yych <= 0xAF) goto yy12092; + goto yy843; + } else { + if (yych <= 0xBC) goto yy12092; + if (yych <= 0xBE) goto yy7354; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy12109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy12110: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy7354; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy12111: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12092; + if (yych <= 0xB0) goto yy7354; + if (yych <= 0xB1) goto yy12092; + goto yy2; +yy12112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy12092; + } else { + if (yych <= 0xB3) goto yy7354; + if (yych == 0xB6) goto yy7354; + goto yy2; + } +yy12113: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy14033; + case 0xA1: goto yy14034; + case 0xA2: goto yy14035; + case 0xA3: goto yy13208; + case 0xA4: goto yy14036; + case 0xA5: goto yy14037; + case 0xA6: goto yy14038; + case 0xA7: goto yy14039; + case 0xA8: goto yy14040; + case 0xA9: goto yy14041; + case 0xAA: goto yy14042; + case 0xAB: goto yy14043; + case 0xAC: goto yy14044; + case 0xAD: goto yy14045; + case 0xAE: goto yy14046; + case 0xAF: goto yy14047; + case 0xB0: goto yy14048; + case 0xB1: goto yy14049; + case 0xB2: goto yy14050; + case 0xB3: goto yy14051; + case 0xB4: goto yy14052; + case 0xB5: goto yy14053; + case 0xB6: goto yy14054; + case 0xB7: goto yy14055; + case 0xB8: goto yy13229; + case 0xB9: goto yy13455; + case 0xBA: goto yy13231; + case 0xBB: goto yy13456; + case 0xBC: goto yy13457; + case 0xBD: goto yy13234; + case 0xBE: goto yy13235; + case 0xBF: goto yy13236; + default: goto yy2; + } +yy12114: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13237; + case 0x81: goto yy13458; + case 0x82: goto yy14056; + case 0x83: goto yy14057; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy12096; + case 0x89: goto yy14058; + case 0x8A: goto yy14059; + case 0x8B: goto yy14060; + case 0x8C: goto yy14061; + case 0x8D: goto yy14062; + case 0x8E: goto yy14063; + case 0x8F: goto yy14064; + case 0x90: goto yy14065; + case 0x99: goto yy14066; + case 0x9A: goto yy14067; + case 0x9B: goto yy14068; + case 0x9C: goto yy14069; + case 0x9D: goto yy14070; + case 0x9E: goto yy13254; + case 0x9F: goto yy13474; + case 0xA0: goto yy14071; + case 0xA1: goto yy14072; + case 0xA2: goto yy14073; + case 0xA3: goto yy14074; + case 0xA4: goto yy14075; + case 0xA5: goto yy13480; + case 0xA7: goto yy13481; + case 0xA8: goto yy14076; + case 0xA9: goto yy13264; + case 0xAA: goto yy13483; + case 0xAC: goto yy13266; + case 0xAD: goto yy13484; + case 0xAE: goto yy14077; + case 0xAF: goto yy14078; + case 0xB0: goto yy14079; + case 0xB1: goto yy14080; + case 0xB3: goto yy14081; + case 0xB4: goto yy14082; + case 0xB5: goto yy14083; + case 0xB6: goto yy14084; + case 0xB7: goto yy13276; + case 0xBC: goto yy14085; + case 0xBD: goto yy14086; + case 0xBE: goto yy14087; + case 0xBF: goto yy14088; + default: goto yy2; + } +yy12115: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14089; + case 0x81: goto yy13282; + case 0x82: goto yy13283; + case 0x83: goto yy13284; + case 0x84: goto yy14090; + case 0x85: goto yy14091; + case 0x86: goto yy14092; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy10691; + case 0x88: goto yy14093; + case 0x8C: goto yy13288; + case 0x8F: goto yy13289; + case 0x90: goto yy13290; + case 0x91: goto yy13291; + case 0x92: goto yy13292; + case 0x93: goto yy13293; + case 0x9D: goto yy13294; + case 0x9E: goto yy13295; + case 0x9F: goto yy13296; + case 0xA6: goto yy13297; + case 0xA7: goto yy13298; + case 0xAD: goto yy13299; + case 0xAE: goto yy13300; + case 0xAF: goto yy13301; + case 0xB0: goto yy14094; + case 0xB1: goto yy14095; + case 0xB2: goto yy12096; + case 0xB3: goto yy14096; + case 0xB4: goto yy14097; + case 0xB5: goto yy14098; + case 0xB6: goto yy14099; + case 0xB7: goto yy14100; + case 0xB8: goto yy3009; + case 0xBA: goto yy13309; + case 0xBB: goto yy13310; + case 0xBF: goto yy13311; + default: goto yy2; + } +yy12116: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14101; + case 0x82: goto yy13313; + case 0x84: goto yy14102; + case 0x86: goto yy14103; + case 0x87: goto yy13316; + case 0x88: goto yy13317; + case 0x89: goto yy13318; + case 0x8A: goto yy13319; + case 0x8B: goto yy13320; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy10691; + default: goto yy2; + } +yy12117: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy13321; + case 0x93: goto yy14104; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy12096; + case 0x98: goto yy14105; + case 0x99: goto yy14106; + case 0x9A: goto yy14107; + case 0x9B: goto yy14108; + case 0x9C: goto yy14109; + case 0x9D: goto yy12102; + case 0x9E: goto yy14110; + case 0x9F: goto yy14111; + case 0xA0: goto yy14112; + case 0xA1: goto yy14113; + case 0xA2: goto yy14114; + case 0xA3: goto yy14115; + case 0xA4: goto yy14116; + case 0xA5: goto yy14117; + case 0xA6: goto yy13336; + case 0xA7: goto yy13526; + case 0xA8: goto yy14118; + case 0xA9: goto yy14119; + case 0xAA: goto yy13340; + case 0xAB: goto yy14120; + case 0xAC: goto yy14121; + case 0xAD: goto yy14122; + case 0xAF: goto yy14123; + default: goto yy2; + } +yy12118: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy14124; + case 0xAD: goto yy14125; + case 0xAE: goto yy14126; + case 0xAF: goto yy14127; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy12096; + case 0xB4: goto yy14128; + case 0xB5: goto yy14129; + case 0xB6: goto yy14130; + case 0xB7: goto yy14131; + case 0xB8: goto yy14132; + case 0xB9: goto yy14133; + case 0xBB: goto yy14134; + case 0xBC: goto yy14135; + case 0xBD: goto yy14136; + case 0xBF: goto yy13357; + default: goto yy2; + } +yy12119: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy14137; + case 0x91: goto yy14138; + case 0x92: goto yy14139; + case 0x93: goto yy14140; + case 0x94: goto yy14141; + case 0x96: goto yy14142; + case 0x9B: goto yy14143; + case 0x9D: goto yy14144; + case 0x9E: goto yy14145; + case 0x9F: goto yy13367; + default: goto yy2; + } +yy12120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy6010; + if (yych == 0xA0) goto yy1764; + goto yy2; +yy12121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy6010; + if (yych <= 0x81) goto yy2; + goto yy6010; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy6010; + if (yych <= 0xBA) goto yy1764; + goto yy2; + } +yy12122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6010; + goto yy2; + } else { + if (yych <= 0xB6) goto yy6010; + if (yych <= 0xB8) goto yy1764; + goto yy2; + } +yy12123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy6010; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych <= 0x86) goto yy1764; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1764; + goto yy6010; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy6010; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1764; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } + } +yy12124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xA4) goto yy6010; + if (yych <= 0xA6) goto yy1764; + goto yy2; + } +yy12125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xB7) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy12126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xAF) goto yy6010; + if (yych <= 0xBA) goto yy1764; + goto yy2; +yy12127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + goto yy6010; + } else { + if (yych <= 0xB4) goto yy1764; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy12128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy6010; + goto yy1764; + } else { + if (yych == 0xB6) goto yy6010; + goto yy2; + } +yy12129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xB2) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy12130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy6010; + if (yych <= 0x89) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy6010; + } else { + if (yych == 0x9C) goto yy6010; + goto yy2; + } + } +yy12131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy6010; + goto yy2; + } else { + if (yych <= 0xAB) goto yy6010; + if (yych <= 0xB7) goto yy1764; + goto yy2; + } +yy12132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy12133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy6010; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6010; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6010; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6010; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6010; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy12134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych == 0x90) goto yy6010; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1764; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } + } + } +yy12135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6010; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy12136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x85) goto yy6010; + goto yy2; + } else { + if (yych <= 0x87) goto yy6010; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy12137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy12138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9B) goto yy6010; + if (yych <= 0x9D) goto yy1764; + goto yy2; + } +yy12139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1764; + goto yy2; + } else { + if (yych <= 0x84) goto yy6010; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy12140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6010; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy12141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy6010; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; +yy12142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6010; + goto yy1764; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy12143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1764; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy6010; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy12144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy6010; + goto yy2; + } else { + if (yych <= 0x90) goto yy6010; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } +yy12145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6010; + goto yy2; + } else { + if (yych <= 0x99) goto yy6010; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } +yy12146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1764; + goto yy6010; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1764; + goto yy6010; + } else { + if (yych <= 0xBB) goto yy1764; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } + } +yy12147: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy6010; + goto yy1764; + } else { + if (yych == 0xB5) goto yy1764; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy12148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy6010; + goto yy1764; + } else { + if (yych == 0xAF) goto yy1764; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy12149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6010; + goto yy1764; + } else { + if (yych == 0xA9) goto yy1764; + if (yych <= 0xBF) goto yy6010; + goto yy2; + } +yy12150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy6010; + goto yy1764; + } else { + if (yych <= 0x8B) goto yy6010; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy12151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy6010; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; +yy12152: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy1764; + goto yy1766; + } else { + if (yych <= '+') goto yy1764; + if (yych <= ',') goto yy1766; + if (yych <= '-') goto yy535; + goto yy3054; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy1766; + if (yych <= '9') goto yy1764; + goto yy1766; + } else { + if (yych <= '>') goto yy1764; + if (yych <= '@') goto yy1766; + if (yych <= 'Z') goto yy14146; + goto yy1766; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '{') { + if (yych <= '`') goto yy1764; + if (yych <= 'z') goto yy14146; + goto yy1766; + } else { + if (yych == '}') goto yy1766; + if (yych <= '~') goto yy1764; + goto yy1766; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC2) goto yy14148; + if (yych <= 0xC3) goto yy14149; + if (yych <= 0xC9) goto yy14150; + goto yy14151; + } else { + if (yych <= 0xCB) goto yy4254; + if (yych <= 0xCC) goto yy1769; + if (yych <= 0xCD) goto yy14152; + goto yy14153; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy14154; + if (yych <= 0xD1) goto yy14150; + goto yy14155; + } else { + if (yych <= 0xD3) goto yy14150; + if (yych <= 0xD4) goto yy14156; + if (yych <= 0xD5) goto yy14157; + goto yy14158; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy14159; + if (yych <= 0xD8) goto yy14160; + goto yy14161; + } else { + if (yych <= 0xDA) goto yy14150; + if (yych <= 0xDB) goto yy14162; + if (yych <= 0xDC) goto yy14163; + goto yy14164; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy14165; + if (yych <= 0xDF) goto yy14166; + goto yy14167; + } else { + if (yych <= 0xE1) goto yy14168; + if (yych <= 0xE2) goto yy14169; + if (yych <= 0xE3) goto yy14170; + goto yy4270; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy14171; + if (yych <= 0xEE) goto yy1766; + goto yy14172; + } else { + if (yych <= 0xF0) goto yy14173; + if (yych == 0xF3) goto yy4274; + goto yy1766; + } + } + } + } +yy12153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy7354; + goto yy2; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy7354; + goto yy2; + } + } else { + if (yych <= '9') { + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy2; + goto yy10962; + } else { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy7354; + if (yych <= '@') goto yy2; + goto yy14174; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy7354; + goto yy14174; + } else { + if (yych == '|') goto yy7354; + if (yych <= '}') goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy14176; + if (yych <= 0xC3) goto yy14177; + goto yy14178; + } else { + if (yych <= 0xCA) goto yy14179; + if (yych <= 0xCB) goto yy10690; + if (yych <= 0xCC) goto yy10691; + goto yy14180; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy14181; + if (yych <= 0xCF) goto yy14182; + goto yy14178; + } else { + if (yych <= 0xD2) goto yy14183; + if (yych <= 0xD3) goto yy14178; + if (yych <= 0xD4) goto yy14184; + goto yy14185; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy14186; + if (yych <= 0xD7) goto yy14187; + if (yych <= 0xD8) goto yy14188; + goto yy14189; + } else { + if (yych <= 0xDA) goto yy14178; + if (yych <= 0xDB) goto yy14190; + if (yych <= 0xDC) goto yy14191; + goto yy14192; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy14193; + if (yych <= 0xDF) goto yy14194; + goto yy14195; + } else { + if (yych <= 0xE1) goto yy14196; + if (yych <= 0xE2) goto yy14197; + if (yych <= 0xE3) goto yy14198; + goto yy10711; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy14199; + if (yych <= 0xEE) goto yy2; + goto yy14200; + } else { + if (yych <= 0xF0) goto yy14201; + if (yych == 0xF3) goto yy10715; + goto yy2; + } + } + } + } +yy12154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych == 0x9A) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1764; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1764; + goto yy2; + } + } +yy12155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy9483; + if (yych <= 0x9B) goto yy1764; + goto yy2; +yy12156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy9483; + } else { + if (yych == 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy12157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x90) goto yy9483; + if (yych <= 0x97) goto yy1764; + goto yy9483; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1764; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy12158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9483; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9483; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9483; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9483; + if (yych <= 0xB5) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy12159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1764; + goto yy9483; + } else { + if (yych == 0x97) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy9483; + goto yy2; + } else { + if (yych <= 0xA1) goto yy9483; + if (yych <= 0xA3) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1764; + goto yy2; + } + } + } +yy12160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy9483; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy9483; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy9483; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy9483; + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy12161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych == 0x91) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy9483; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1764; + } else { + if (yych <= 0xB4) goto yy9483; + if (yych <= 0xB5) goto yy1764; + goto yy2; + } + } + } +yy12162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy9483; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy9483; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9483; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9483; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy12163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych == 0x90) goto yy9483; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy9483; + if (yych <= 0xA3) goto yy1764; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1764; + } else { + if (yych == 0xB9) goto yy9483; + goto yy2; + } + } + } +yy12164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy9483; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9483; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9483; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9483; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy12165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1764; + if (yych <= 0xB1) goto yy9483; + goto yy2; + } + } + } +yy12166: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1764; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy9483; + default: goto yy2; + } +yy12167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy9483; + if (yych == 0x97) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1764; + goto yy2; + } + } +yy12168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy12169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1764; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy9483; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } + } +yy12170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy9483; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy12171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1764; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy9483; + goto yy2; + } + } + } +yy12172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy9483; + goto yy2; + } else { + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy12173: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8E) goto yy9483; + if (yych <= 0x96) goto yy2; + goto yy1764; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9483; + if (yych <= 0xA3) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1764; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } + } +yy12174: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy9483; + } else { + if (yych == 0xBD) goto yy9483; + goto yy2; + } + } +yy12175: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9483; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1764; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } + } +yy12176: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1764; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy12177: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9483; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1764; + goto yy2; +yy12178: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9483; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy12179: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy12153; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy12180: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy9483; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB1) goto yy9483; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } + } +yy12181: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych <= 0x93) goto yy1764; + if (yych <= 0x9F) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy9483; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } + } +yy12182: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy12153; + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy12183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xAA) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy12184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9483; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1764; + goto yy2; + } +yy12185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9483; + if (yych <= 0x9B) goto yy1764; + goto yy2; +yy12186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xA0) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy9483; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy12187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9483; + if (yych <= 0xB3) goto yy1764; + goto yy2; +yy12188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9483; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy12189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1764; + if (yych <= 0xAC) goto yy9483; + goto yy1764; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy9483; + if (yych <= 0xB4) goto yy1764; + goto yy9483; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1764; + goto yy2; + } + } +yy12190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy9483; + } else { + if (yych == 0xBE) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy12191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0x84) goto yy9483; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy9483; + goto yy1764; + } else { + if (yych <= 0x93) goto yy9483; + if (yych <= 0x95) goto yy2; + goto yy9483; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAC) goto yy9483; + if (yych <= 0xAF) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy9483; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9483; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } + } + } +yy12192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy12153; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy1564; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } +yy12193: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1764; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy9483; + default: goto yy2; + } +yy12194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy9483; + } else { + if (yych == 0x8E) goto yy9483; + if (yych <= 0x8F) goto yy1764; + goto yy2; + } +yy12195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy9483; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy12196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy14202; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy12197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xAE) goto yy9483; + if (yych <= 0xB1) goto yy1764; + if (yych <= 0xB3) goto yy9483; + goto yy2; + } +yy12198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9483; + if (yych == 0xBF) goto yy1764; + goto yy2; +yy12199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy9483; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy12200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy12153; + if (yych == 0x9A) goto yy12153; + goto yy2; +yy12201: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x93) goto yy1764; + if (yych == 0xA0) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1764; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9483; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy12202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xBA) goto yy9483; + goto yy2; + } +yy12203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy9483; + goto yy2; +yy12204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } +yy12205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy9483; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy12206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1764; + goto yy2; +yy12207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1764; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy12208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9483; + if (yych <= 0x88) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAD) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy9483; + goto yy2; + } +yy12209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9483; + goto yy1764; + } else { + if (yych == 0x86) goto yy1764; + goto yy9483; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1764; + if (yych <= 0xA2) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1764; + goto yy2; + } + } +yy12210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0xB3) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy12211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy9483; + if (yych <= 0xBA) goto yy2; + goto yy9483; + } else { + if (yych == 0xBD) goto yy9483; + goto yy2; + } + } +yy12212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy9483; + } else { + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy12213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9483; + if (yych <= 0x93) goto yy1764; + goto yy2; +yy12214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9483; + if (yych <= 0xB6) goto yy1764; + goto yy2; +yy12215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy9483; + goto yy1764; + } else { + if (yych <= 0x8B) goto yy9483; + if (yych <= 0x8D) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } + } +yy12216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy9483; + goto yy1764; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy9483; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1764; + goto yy2; + } + } +yy12217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9483; + if (yych <= 0x9B) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA5) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy12218: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy9483; + if (yych <= 0xAA) goto yy1764; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy12219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9483; + goto yy2; + } else { + if (yych <= 0x97) goto yy9483; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy9483; + goto yy1764; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1764; + if (yych <= 0xB6) goto yy9483; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy9483; + goto yy2; + } + } +yy12220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy12221: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy12222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9483; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9483; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } +yy12223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12153; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } + } +yy12224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1764; + if (yych <= 0x91) goto yy2; + goto yy1564; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy12153; + if (yych <= 0xA6) goto yy1764; + if (yych <= 0xA8) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy9483; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } + } +yy12225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1564; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy12153; + goto yy1564; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy12226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1764; + if (yych <= 0x9A) goto yy9483; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } +yy12227: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy12233; + case 0x81: goto yy12234; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy6129; + case 0x83: goto yy12235; + case 0x84: goto yy10716; + case 0x85: goto yy10717; + case 0x86: goto yy10718; + case 0x87: goto yy10719; + case 0x8A: goto yy12236; + case 0x8B: goto yy14203; + case 0x8C: goto yy12238; + case 0x8D: goto yy14204; + case 0x8E: goto yy12240; + case 0x8F: goto yy12241; + case 0x92: goto yy12242; + case 0x94: goto yy12243; + case 0x95: goto yy12244; + case 0x9C: goto yy12245; + case 0x9D: goto yy12246; + case 0xA0: goto yy12247; + case 0xA1: goto yy14205; + case 0xA2: goto yy12249; + case 0xA3: goto yy12250; + case 0xA4: goto yy12251; + case 0xA6: goto yy12252; + case 0xA8: goto yy14206; + case 0xA9: goto yy12254; + case 0xAA: goto yy12255; + case 0xAB: goto yy14207; + case 0xAC: goto yy9526; + case 0xAD: goto yy12257; + case 0xAE: goto yy12258; + case 0xB1: goto yy12259; + case 0xB2: + case 0xB3: goto yy12260; + default: goto yy2; + } +yy12228: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14208; + case 0x81: goto yy10998; + case 0x82: goto yy14209; + case 0x83: goto yy12263; + case 0x84: goto yy14210; + case 0x85: goto yy14211; + case 0x86: goto yy14212; + case 0x87: goto yy14213; + case 0x88: goto yy14214; + case 0x8A: goto yy12269; + case 0x8B: goto yy14215; + case 0x8C: goto yy14216; + case 0x8D: goto yy14217; + case 0x92: + case 0x98: goto yy14218; + case 0x93: goto yy14219; + case 0x96: goto yy14220; + case 0x97: goto yy14221; + case 0x99: goto yy14222; + case 0x9A: goto yy14223; + case 0x9B: goto yy2362; + case 0x9C: goto yy11014; + case 0xA2: goto yy12279; + case 0xA3: goto yy12280; + case 0xAB: goto yy12281; + default: goto yy2; + } +yy12229: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy6129; + case 0xA8: goto yy12281; + case 0xA9: goto yy12286; + case 0xAB: goto yy14224; + case 0xAC: goto yy14225; + case 0xAD: goto yy14226; + case 0xAE: goto yy12290; + case 0xBD: goto yy14227; + case 0xBE: goto yy10741; + default: goto yy2; + } +yy12230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy6129; + if (yych <= 0xB1) goto yy12292; + if (yych <= 0xB2) goto yy14228; + goto yy2; +yy12231: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1769; + case 0x83: goto yy4329; + case 0x84: goto yy10743; + case 0x85: goto yy10744; + case 0x87: goto yy10745; + case 0x89: goto yy10746; + case 0x8D: goto yy10747; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy6129; + case 0x91: goto yy12294; + case 0x92: goto yy12295; + case 0x93: goto yy12296; + case 0x94: goto yy12297; + case 0x95: goto yy12298; + case 0x9A: goto yy12299; + case 0x9B: goto yy14229; + case 0x9C: goto yy14230; + case 0x9D: goto yy14231; + case 0x9E: goto yy14232; + case 0x9F: goto yy14233; + case 0xAA: goto yy10749; + default: goto yy2; + } +yy12232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy6129; + if (yych <= 0xA3) goto yy14234; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy12306; + goto yy12307; + } else { + if (yych <= 0xBA) goto yy12308; + if (yych <= 0xBB) goto yy10751; + goto yy2; + } + } +yy12233: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy9483; + } else { + if (yych == 0xBF) goto yy9483; + goto yy2; + } + } +yy12234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy9483; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy9483; + goto yy2; +yy12235: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy9483; + goto yy2; +yy12236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy9483; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy12237: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9483; + if (yych == 0xA0) goto yy1762; + goto yy2; +yy12238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy12239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy9483; + if (yych <= 0x81) goto yy2; + goto yy9483; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy9483; + if (yych <= 0xBA) goto yy1762; + goto yy2; + } +yy12240: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy9483; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy12241: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy9483; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy9483; + goto yy2; +yy12242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy9483; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy12243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy12244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9483; + goto yy2; +yy12245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy9483; + goto yy2; +yy12246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9483; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy9483; + goto yy2; +yy12247: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9483; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy9483; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9483; + if (yych == 0xBF) goto yy9483; + goto yy2; + } + } +yy12248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9483; + goto yy2; + } else { + if (yych <= 0xB6) goto yy9483; + if (yych <= 0xB8) goto yy1762; + goto yy2; + } +yy12249: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9483; + goto yy2; +yy12250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy9483; + goto yy2; +yy12251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9483; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy9483; + goto yy2; +yy12252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy9483; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy12253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9483; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych <= 0x86) goto yy1762; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1762; + goto yy9483; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1762; + } else { + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } + } +yy12254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy9483; + goto yy2; +yy12255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy9483; + goto yy2; +yy12256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xA4) goto yy9483; + if (yych <= 0xA6) goto yy1762; + goto yy2; + } +yy12257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9483; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy9483; + goto yy2; +yy12258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9483; + goto yy2; +yy12259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9483; + goto yy2; +yy12260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy9483; + goto yy2; +yy12261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xB7) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy12262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xAF) goto yy9483; + if (yych <= 0xBA) goto yy1762; + goto yy2; +yy12263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy12264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + goto yy9483; + } else { + if (yych <= 0xB4) goto yy1762; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy12265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy9483; + goto yy1762; + } else { + if (yych == 0xB6) goto yy9483; + goto yy2; + } +yy12266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xB2) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy12267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy9483; + if (yych <= 0x89) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy9483; + } else { + if (yych == 0x9C) goto yy9483; + goto yy2; + } + } +yy12268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9483; + goto yy2; + } else { + if (yych <= 0xAB) goto yy9483; + if (yych <= 0xB7) goto yy1762; + goto yy2; + } +yy12269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9483; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy9483; + goto yy2; + } else { + if (yych <= 0xA8) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy12270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy12271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy9483; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9483; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9483; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9483; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy12272: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych == 0x90) goto yy9483; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1762; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } + } + } +yy12273: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9483; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy12274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x85) goto yy9483; + goto yy2; + } else { + if (yych <= 0x87) goto yy9483; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy12275: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy12276: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1762; + goto yy2; + } else { + if (yych <= 0x9B) goto yy9483; + if (yych <= 0x9D) goto yy1762; + goto yy2; + } +yy12277: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1762; + goto yy2; + } else { + if (yych <= 0x84) goto yy9483; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy12278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9483; + if (yych <= 0xB7) goto yy1762; + goto yy2; +yy12279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy12280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy9483; + goto yy843; + } else { + if (yych == 0xBF) goto yy9483; + goto yy2; + } +yy12281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy9483; + goto yy2; +yy12282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy9483; + goto yy2; +yy12283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy9483; + goto yy2; +yy12284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9483; + goto yy2; +yy12285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9483; + goto yy2; +yy12286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9483; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy12287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1762; + goto yy2; +yy12288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9483; + goto yy1762; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy12289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1762; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy12290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9483; + goto yy2; +yy12291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9483; + goto yy2; + } else { + if (yych <= 0x90) goto yy9483; + if (yych <= 0xBE) goto yy1762; + goto yy2; + } +yy12292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy9483; + goto yy2; +yy12293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9483; + goto yy2; + } else { + if (yych <= 0x99) goto yy9483; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1762; + goto yy2; + } +yy12294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy12295: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy9483; + } else { + if (yych == 0xA2) goto yy9483; + if (yych <= 0xA4) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } + } +yy12296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy12297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9483; + goto yy2; + } else { + if (yych <= 0x8A) goto yy9483; + if (yych <= 0x8C) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy9483; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy9483; + goto yy2; + } + } +yy12298: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy9483; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy9483; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy12299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9483; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy12300: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1762; + goto yy9483; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1762; + goto yy9483; + } else { + if (yych <= 0xBB) goto yy1762; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy12301: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy9483; + goto yy1762; + } else { + if (yych == 0xB5) goto yy1762; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy12302: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy9483; + goto yy1762; + } else { + if (yych == 0xAF) goto yy1762; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy12303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9483; + goto yy1762; + } else { + if (yych == 0xA9) goto yy1762; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy12304: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy9483; + goto yy1762; + } else { + if (yych <= 0x8B) goto yy9483; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy12305: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9483; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; +yy12306: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy9483; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy9483; + } else { + if (yych == 0xA4) goto yy9483; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy9483; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy9483; + } else { + if (yych == 0xBB) goto yy9483; + goto yy2; + } + } + } +yy12307: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy9483; + default: goto yy2; + } +yy12308: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy9483; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy9483; + goto yy2; + } + } +yy12309: + yyaccept = 15; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy245; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy533; + goto yy245; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6297; + if (yych <= '.') goto yy9741; + if (yych <= '/') goto yy245; + goto yy2445; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy245; + if (yych <= '>') goto yy533; + goto yy245; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy12309; + if (yych <= ']') goto yy245; + goto yy533; + } else { + if (yych <= 'z') goto yy12309; + if (yych == '|') goto yy533; + goto yy245; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy533; + if (yych <= 0xC1) goto yy245; + if (yych <= 0xC2) goto yy9597; + goto yy9598; + } else { + if (yych <= 0xC9) goto yy9599; + if (yych <= 0xCA) goto yy9600; + if (yych <= 0xCB) goto yy3289; + goto yy537; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy9601; + if (yych <= 0xCE) goto yy9602; + goto yy9603; + } else { + if (yych == 0xD2) goto yy9604; + if (yych <= 0xD3) goto yy9599; + goto yy9605; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy9606; + if (yych <= 0xD6) goto yy9607; + if (yych <= 0xD7) goto yy9608; + goto yy9609; + } else { + if (yych <= 0xD9) goto yy9610; + if (yych <= 0xDA) goto yy9599; + if (yych <= 0xDB) goto yy9611; + goto yy9612; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy9613; + if (yych <= 0xDE) goto yy9614; + if (yych <= 0xDF) goto yy9615; + goto yy9616; + } else { + if (yych <= 0xE1) goto yy9617; + if (yych <= 0xE2) goto yy9618; + if (yych <= 0xE3) goto yy9619; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9620; + if (yych <= 0xEE) goto yy245; + goto yy9621; + } else { + if (yych <= 0xF0) goto yy9622; + if (yych == 0xF3) goto yy561; + goto yy245; + } + } + } + } +yy12311: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy12309; + } else { + if (yych == 0x9A) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy533; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy533; + goto yy2; + } + } +yy12312: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy12309; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy12313: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy12309; + goto yy2; +yy12314: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy12309; + } else { + if (yych == 0xBD) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy12315: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x90) goto yy12309; + if (yych <= 0x97) goto yy533; + goto yy12309; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy12316: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy12309; + } else { + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12309; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12309; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12309; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12309; + if (yych <= 0xB5) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy533; + goto yy12309; + } else { + if (yych == 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy12309; + goto yy2; + } else { + if (yych <= 0xA1) goto yy12309; + if (yych <= 0xA3) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy12309; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } + } + } +yy12318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy12309; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy12309; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy12309; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy12309; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy12309; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy12309; + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x91) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy12309; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy533; + } else { + if (yych <= 0xB4) goto yy12309; + if (yych <= 0xB5) goto yy533; + goto yy2; + } + } + } +yy12320: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy12309; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy12309; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12309; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12309; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12321: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy12309; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy12309; + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy533; + } else { + if (yych == 0xB9) goto yy12309; + goto yy2; + } + } + } +yy12322: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy12309; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12309; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12309; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12309; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12323: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12309; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy12309; + goto yy2; + } + } + } +yy12324: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy533; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy12309; + default: goto yy2; + } +yy12325: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy12309; + if (yych == 0x97) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; + } + } +yy12326: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy12309; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy12309; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12327: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy12309; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12309; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy12328: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy12309; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy12309; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12329: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12309; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy12309; + goto yy2; + } + } + } +yy12330: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy12309; + goto yy2; + } else { + if (yych <= 0xBD) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12331: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x8E) goto yy12309; + if (yych <= 0x96) goto yy2; + goto yy533; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12309; + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy533; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } + } +yy12332: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy12309; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy12309; + } else { + if (yych == 0xBD) goto yy12309; + goto yy2; + } + } +yy12333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12309; + goto yy2; + } else { + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy12334: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy12335: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy12309; + } else { + if (yych == 0x87) goto yy12309; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy12309; + if (yych <= 0x8F) goto yy2; + goto yy12309; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy12336: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12309; + goto yy2; + } else { + if (yych <= 0x8D) goto yy12309; + if (yych <= 0x8F) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy12309; + goto yy2; + } else { + if (yych <= 0x9D) goto yy12309; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy12337: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy12309; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy12309; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy12309; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy12309; + goto yy2; + } + } +yy12338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy12309; + if (yych <= 0x81) goto yy2; + goto yy12309; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy12309; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy12339: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12309; + goto yy2; + } else { + if (yych <= 0x95) goto yy12309; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy12340: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12309; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; +yy12341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12309; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy12342: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy12309; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy12309; + goto yy2; +yy12343: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1564; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy12344: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy12309; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy12345: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy12309; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy12346: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12309; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy12309; + goto yy2; +yy12347: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy12309; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy533; + goto yy2; + } else { + if (yych <= 0xB1) goto yy12309; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy12348: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy12309; + } else { + if (yych <= 0x93) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy12309; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy12349: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1564; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy12350: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy12309; + goto yy2; +yy12351: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12309; + goto yy533; + } else { + if (yych <= 0xAA) goto yy12309; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy12352: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy12309; + goto yy2; +yy12353: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12309; + goto yy2; + } else { + if (yych <= 0xAB) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } +yy12354: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12309; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy12355: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xA0) goto yy12309; + goto yy533; + } else { + if (yych <= 0xAF) goto yy12309; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy12356: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12309; + if (yych <= 0xB3) goto yy533; + goto yy2; +yy12357: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12309; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy12358: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy12309; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy12309; + goto yy2; + } +yy12359: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy533; + goto yy2; + } else { + if (yych <= 0xA8) goto yy533; + if (yych <= 0xAC) goto yy12309; + goto yy533; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy12309; + if (yych <= 0xB4) goto yy533; + goto yy12309; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy12360: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy12309; + goto yy2; +yy12361: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy12362: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12309; + goto yy2; +yy12363: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12309; + goto yy2; + } else { + if (yych <= 0x9D) goto yy12309; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy12364: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12309; + goto yy2; + } else { + if (yych <= 0x8D) goto yy12309; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy12309; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy12309; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy12309; + goto yy2; + } + } +yy12365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy12309; + } else { + if (yych == 0xBE) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy12366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x84) goto yy12309; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy12309; + goto yy533; + } else { + if (yych <= 0x93) goto yy12309; + if (yych <= 0x95) goto yy2; + goto yy12309; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy533; + } else { + if (yych <= 0xAC) goto yy12309; + if (yych <= 0xAF) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy12309; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12309; + if (yych <= 0xBE) goto yy533; + goto yy2; + } + } + } +yy12367: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy533; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy12309; + default: goto yy2; + } +yy12368: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy12309; + } else { + if (yych == 0x8E) goto yy12309; + if (yych <= 0x8F) goto yy533; + goto yy2; + } +yy12369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy12309; + goto yy2; + } else { + if (yych <= 0x8B) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy12370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy12371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12309; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12309; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy12372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy12309; + goto yy533; + } else { + if (yych <= 0xAE) goto yy12309; + if (yych <= 0xB1) goto yy533; + if (yych <= 0xB3) goto yy12309; + goto yy2; + } +yy12373: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy12309; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy12309; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy12374: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12309; + if (yych == 0xBF) goto yy533; + goto yy2; +yy12375: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy12309; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy12309; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy12309; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy12309; + goto yy2; + } + } +yy12376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy12309; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy12309; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy12309; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12377: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x93) goto yy533; + if (yych == 0xA0) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12309; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12378: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy12309; + goto yy2; +yy12379: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy533; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBA) goto yy12309; + goto yy2; + } +yy12380: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy12309; + goto yy2; +yy12381: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy12309; + goto yy2; + } else { + if (yych <= 0x9F) goto yy12309; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy12309; + goto yy2; + } +yy12382: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12309; + goto yy533; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy12383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy12309; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy12384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12309; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy533; + goto yy2; +yy12385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } else { + if (yych <= 0xA1) goto yy533; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy12386: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12309; + if (yych <= 0x88) goto yy2; + goto yy533; + } else { + if (yych <= 0xAD) goto yy12309; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy12309; + goto yy2; + } +yy12387: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy12309; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy12388: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12309; + goto yy533; + } else { + if (yych == 0x86) goto yy533; + goto yy12309; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy533; + if (yych <= 0xA2) goto yy12309; + goto yy533; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy12389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy12309; + goto yy2; +yy12390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0xB3) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy12391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy12309; + if (yych <= 0xBA) goto yy2; + goto yy12309; + } else { + if (yych == 0xBD) goto yy12309; + goto yy2; + } + } +yy12392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy12309; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy12393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12309; + if (yych <= 0x93) goto yy533; + goto yy2; +yy12394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12309; + if (yych <= 0xB6) goto yy533; + goto yy2; +yy12395: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy12309; + goto yy533; + } else { + if (yych <= 0x8B) goto yy12309; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } + } +yy12396: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy12309; + goto yy533; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy12309; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy533; + goto yy2; + } + } +yy12397: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy12309; + goto yy2; + } else { + if (yych <= 0x8E) goto yy12309; + if (yych <= 0x90) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy12309; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy12398: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12309; + if (yych <= 0x9B) goto yy533; + goto yy2; + } else { + if (yych <= 0xA5) goto yy12309; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy12399: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy12309; + if (yych <= 0xAA) goto yy533; + goto yy2; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy12400: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12309; + goto yy2; + } else { + if (yych <= 0x97) goto yy12309; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy12309; + goto yy533; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy533; + if (yych <= 0xB6) goto yy12309; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy12309; + goto yy2; + } + } +yy12401: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12309; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy12402: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy12403: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy12404: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy12309; + goto yy2; +yy12405: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy12406: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12309; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy12407: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12309; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12309; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy12408: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + if (yych <= 0x91) goto yy2; + goto yy1564; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy1564; + if (yych <= 0xA6) goto yy533; + if (yych <= 0xA8) goto yy2; + goto yy533; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy12309; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } + } +yy12409: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy12309; + goto yy2; +yy12410: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy1564; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8E) goto yy1564; + goto yy2; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy12309; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12411: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy533; + if (yych <= 0x9A) goto yy12309; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy12412: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14235; + case 0x81: goto yy14236; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy9599; + case 0x83: goto yy14237; + case 0x84: goto yy4441; + case 0x85: goto yy4442; + case 0x86: goto yy4443; + case 0x87: goto yy4444; + case 0x8A: goto yy14238; + case 0x8B: goto yy14239; + case 0x8C: goto yy14240; + case 0x8D: goto yy14241; + case 0x8E: goto yy14242; + case 0x8F: goto yy14243; + case 0x92: goto yy14244; + case 0x94: goto yy14245; + case 0x95: goto yy14246; + case 0x9C: goto yy14247; + case 0x9D: goto yy14248; + case 0xA0: goto yy14249; + case 0xA1: goto yy14250; + case 0xA2: goto yy14251; + case 0xA3: goto yy14252; + case 0xA4: goto yy14253; + case 0xA6: goto yy14254; + case 0xA8: goto yy14255; + case 0xA9: goto yy14256; + case 0xAA: goto yy14257; + case 0xAB: goto yy14258; + case 0xAC: goto yy12352; + case 0xAD: goto yy14259; + case 0xAE: goto yy14260; + case 0xB1: goto yy14261; + case 0xB2: + case 0xB3: goto yy14262; + default: goto yy2; + } +yy12413: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14263; + case 0x81: goto yy6330; + case 0x82: goto yy14264; + case 0x83: goto yy14265; + case 0x84: goto yy14266; + case 0x85: goto yy14267; + case 0x86: goto yy14268; + case 0x87: goto yy14269; + case 0x88: goto yy14270; + case 0x8A: goto yy14271; + case 0x8B: goto yy14272; + case 0x8C: goto yy14273; + case 0x8D: goto yy14274; + case 0x92: + case 0x98: goto yy14275; + case 0x93: goto yy14276; + case 0x96: goto yy14277; + case 0x97: goto yy14278; + case 0x99: goto yy14279; + case 0x9A: goto yy14280; + case 0x9B: goto yy2362; + case 0x9C: goto yy6348; + case 0xA2: goto yy14281; + case 0xA3: goto yy14282; + case 0xAB: goto yy14283; + default: goto yy2; + } +yy12414: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy9599; + goto yy14284; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy9599; + if (yych <= 0x95) goto yy14285; + goto yy2; + } +yy12415: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9599; + if (yych <= 0x90) goto yy14286; + goto yy2; +yy12416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy9599; + if (yych <= 0x99) goto yy14287; + goto yy2; +yy12417: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy9599; + case 0xA8: goto yy14283; + case 0xA9: goto yy14288; + case 0xAB: goto yy14289; + case 0xAC: goto yy14290; + case 0xAD: goto yy14291; + case 0xAE: goto yy14292; + case 0xBD: goto yy14293; + case 0xBE: goto yy4493; + default: goto yy2; + } +yy12418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy9599; + if (yych <= 0xB1) goto yy14294; + if (yych <= 0xB2) goto yy14295; + goto yy2; +yy12419: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy537; + case 0x83: goto yy1850; + case 0x84: goto yy4496; + case 0x85: goto yy4497; + case 0x87: goto yy4498; + case 0x89: goto yy4499; + case 0x8D: goto yy4500; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy9599; + case 0x91: goto yy14296; + case 0x92: goto yy14297; + case 0x93: goto yy14298; + case 0x94: goto yy14299; + case 0x95: goto yy14300; + case 0x9A: goto yy14301; + case 0x9B: goto yy14302; + case 0x9C: goto yy14303; + case 0x9D: goto yy14304; + case 0x9E: goto yy14305; + case 0x9F: goto yy14306; + case 0xAA: goto yy4508; + default: goto yy2; + } +yy12420: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy9599; + if (yych <= 0xA3) goto yy14307; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy14308; + goto yy14309; + } else { + if (yych <= 0xBA) goto yy14310; + if (yych <= 0xBB) goto yy4513; + goto yy2; + } + } +yy12421: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy9623; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy9623; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy9623; + } else { + if (yych == 0xBF) goto yy9623; + goto yy2; + } + } +yy12422: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy9623; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy9623; + goto yy2; +yy12423: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy9623; + goto yy2; +yy12424: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy9623; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy12425: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9623; + if (yych == 0xA0) goto yy533; + goto yy2; +yy12426: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy9623; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy12427: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy9623; + if (yych <= 0x81) goto yy2; + goto yy9623; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy9623; + if (yych <= 0xBA) goto yy533; + goto yy2; + } +yy12428: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy9623; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy12429: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy9623; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy9623; + goto yy2; +yy12430: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy9623; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy12431: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9623; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy12432: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9623; + goto yy2; +yy12433: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy9623; + goto yy2; +yy12434: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9623; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy9623; + goto yy2; +yy12435: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9623; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy9623; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9623; + if (yych == 0xBF) goto yy9623; + goto yy2; + } + } +yy12436: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9623; + goto yy2; + } else { + if (yych <= 0xB6) goto yy9623; + if (yych <= 0xB8) goto yy533; + goto yy2; + } +yy12437: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9623; + goto yy2; +yy12438: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy9623; + goto yy2; +yy12439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9623; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy9623; + goto yy2; +yy12440: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy9623; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy12441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9623; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych <= 0x86) goto yy533; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy9623; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy9623; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy533; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy12442: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy9623; + goto yy2; +yy12443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy9623; + goto yy2; +yy12444: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9623; + goto yy533; + } else { + if (yych <= 0xA4) goto yy9623; + if (yych <= 0xA6) goto yy533; + goto yy2; + } +yy12445: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9623; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy9623; + goto yy2; +yy12446: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9623; + goto yy2; +yy12447: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9623; + goto yy2; +yy12448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy9623; + goto yy2; +yy12449: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB7) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy12450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xAF) goto yy9623; + if (yych <= 0xBA) goto yy533; + goto yy2; +yy12451: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy9623; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy12452: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy9623; + } else { + if (yych <= 0xB4) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy12453: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy9623; + goto yy533; + } else { + if (yych == 0xB6) goto yy9623; + goto yy2; + } +yy12454: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB2) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy12455: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy9623; + if (yych <= 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy9623; + } else { + if (yych == 0x9C) goto yy9623; + goto yy2; + } + } +yy12456: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9623; + goto yy2; + } else { + if (yych <= 0xAB) goto yy9623; + if (yych <= 0xB7) goto yy533; + goto yy2; + } +yy12457: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9623; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy9623; + goto yy2; + } else { + if (yych <= 0xA8) goto yy9623; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy12458: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9623; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy12459: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy9623; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9623; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9623; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9623; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12460: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy9623; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy533; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy9623; + goto yy533; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } + } +yy12461: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9623; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy12462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x85) goto yy9623; + goto yy2; + } else { + if (yych <= 0x87) goto yy9623; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy12463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9623; + goto yy533; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy12464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x9B) goto yy9623; + if (yych <= 0x9D) goto yy533; + goto yy2; + } +yy12465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x84) goto yy9623; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy12466: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9623; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy12467: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy12468: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy9623; + goto yy843; + } else { + if (yych == 0xBF) goto yy9623; + goto yy2; + } +yy12469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy9623; + goto yy2; +yy12470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy9623; + goto yy2; +yy12471: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy9623; + goto yy2; +yy12472: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9623; + goto yy2; +yy12473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9623; + goto yy2; +yy12474: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9623; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy12475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy9623; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; +yy12476: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9623; + goto yy533; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy12477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy9623; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy12478: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9623; + goto yy2; +yy12479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9623; + goto yy2; + } else { + if (yych <= 0x90) goto yy9623; + if (yych <= 0xBE) goto yy533; + goto yy2; + } +yy12480: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9623; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy9623; + goto yy2; +yy12481: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9623; + goto yy2; + } else { + if (yych <= 0x99) goto yy9623; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy12482: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy12483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy9623; + } else { + if (yych == 0xA2) goto yy9623; + if (yych <= 0xA4) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy9623; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy9623; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } + } +yy12484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy12485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9623; + goto yy2; + } else { + if (yych <= 0x8A) goto yy9623; + if (yych <= 0x8C) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy9623; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy9623; + goto yy2; + } + } +yy12486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy9623; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy9623; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy12487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9623; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy9623; + goto yy2; +yy12488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy533; + goto yy9623; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy533; + goto yy9623; + } else { + if (yych <= 0xBB) goto yy533; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } + } +yy12489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy9623; + goto yy533; + } else { + if (yych == 0xB5) goto yy533; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy12490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy9623; + goto yy533; + } else { + if (yych == 0xAF) goto yy533; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy12491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9623; + goto yy533; + } else { + if (yych == 0xA9) goto yy533; + if (yych <= 0xBF) goto yy9623; + goto yy2; + } +yy12492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy9623; + goto yy533; + } else { + if (yych <= 0x8B) goto yy9623; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy12493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9623; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; +yy12494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy9623; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy9623; + } else { + if (yych == 0xA4) goto yy9623; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy9623; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy9623; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy9623; + } else { + if (yych == 0xBB) goto yy9623; + goto yy2; + } + } + } +yy12495: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy9623; + default: goto yy2; + } +yy12496: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy9623; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy9623; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy9623; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy9623; + goto yy2; + } + } +yy12497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy12498: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy12499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy533; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy533; + if (yych == 0xA9) goto yy533; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy12500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy533; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy12309; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy1762; + goto yy2; + } else { + if (yych <= '+') goto yy1762; + if (yych <= '/') goto yy2; + goto yy1762; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy1762; + goto yy2; + } else { + if (yych <= 'Z') goto yy14146; + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy1762; + goto yy14146; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy1762; + goto yy2; + } else { + if (yych <= '~') goto yy1762; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy14311; + goto yy14312; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy14150; + if (yych <= 0xCA) goto yy14151; + goto yy1771; + } else { + if (yych <= 0xCC) goto yy1772; + if (yych <= 0xCD) goto yy14313; + if (yych <= 0xCE) goto yy14314; + goto yy14315; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy14316; + goto yy14150; + } else { + if (yych <= 0xD4) goto yy14156; + if (yych <= 0xD5) goto yy14157; + if (yych <= 0xD6) goto yy14317; + goto yy14318; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy14319; + if (yych <= 0xD9) goto yy14320; + goto yy14150; + } else { + if (yych <= 0xDB) goto yy14321; + if (yych <= 0xDC) goto yy14322; + if (yych <= 0xDD) goto yy14323; + goto yy14324; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy14325; + if (yych <= 0xE0) goto yy14326; + goto yy14327; + } else { + if (yych <= 0xE2) goto yy14328; + if (yych <= 0xE3) goto yy14329; + if (yych <= 0xE4) goto yy1792; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy14330; + if (yych <= 0xEE) goto yy2; + goto yy14331; + } else { + if (yych <= 0xF0) goto yy14332; + if (yych == 0xF3) goto yy1796; + goto yy2; + } + } + } + } +yy12502: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy533; + case 0xAA: + case 0xB5: + case 0xBA: goto yy9742; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy12503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy9742; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy9742; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy12504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy9742; + } else { + if (yych == 0x8A) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy533; + } else { + if (yych <= 0xBE) goto yy2930; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy9742; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9742; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy12506: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy1829; + case 0x82: goto yy12532; + case 0x83: goto yy12533; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy9746; + case 0x89: goto yy12534; + case 0x8A: goto yy12535; + case 0x8B: goto yy12536; + case 0x8C: goto yy12537; + case 0x8D: goto yy12538; + case 0x8E: goto yy12539; + case 0x8F: goto yy12540; + case 0x90: goto yy14333; + case 0x99: goto yy12542; + case 0x9A: goto yy12543; + case 0x9B: goto yy12544; + case 0x9C: goto yy12545; + case 0x9D: goto yy12546; + case 0x9E: goto yy1845; + case 0x9F: goto yy1846; + case 0xA0: goto yy14334; + case 0xA1: goto yy12548; + case 0xA2: goto yy12549; + case 0xA3: goto yy12550; + case 0xA4: goto yy12551; + case 0xA5: goto yy1852; + case 0xA7: goto yy1853; + case 0xA8: goto yy12552; + case 0xA9: goto yy1854; + case 0xAA: goto yy1855; + case 0xAC: goto yy1856; + case 0xAD: goto yy1857; + case 0xAE: goto yy12553; + case 0xAF: goto yy12554; + case 0xB0: goto yy12555; + case 0xB1: goto yy12556; + case 0xB3: goto yy12557; + case 0xB4: goto yy12558; + case 0xB5: goto yy12559; + case 0xB6: goto yy12560; + case 0xB7: goto yy1866; + case 0xBC: goto yy12561; + case 0xBD: goto yy12562; + case 0xBE: goto yy12563; + case 0xBF: goto yy12564; + default: goto yy2; + } +yy12507: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14335; + case 0x81: goto yy1872; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: goto yy12565; + case 0x85: goto yy12566; + case 0x86: goto yy12567; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x88: goto yy14336; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy12568; + case 0xB1: goto yy12569; + case 0xB2: goto yy9746; + case 0xB3: goto yy12570; + case 0xB4: goto yy12571; + case 0xB5: goto yy12572; + case 0xB6: goto yy12573; + case 0xB7: goto yy12574; + case 0xB8: goto yy6383; + case 0xBA: goto yy1897; + case 0xBB: goto yy1859; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy12508: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy12598; + case 0xAD: goto yy12599; + case 0xAE: goto yy12600; + case 0xAF: goto yy12601; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy9746; + case 0xB4: goto yy12602; + case 0xB5: goto yy12603; + case 0xB6: goto yy12604; + case 0xB7: goto yy12605; + case 0xB8: goto yy14337; + case 0xB9: goto yy14338; + case 0xBB: goto yy12607; + case 0xBC: goto yy14339; + case 0xBD: goto yy12609; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy12509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy9742; + } else { + if (yych == 0x9A) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy533; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy533; + goto yy2; + } + } +yy12510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy9742; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy12511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy9742; + goto yy2; +yy12512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy9742; + } else { + if (yych == 0xBD) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy12513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy9742; + goto yy533; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy9742; + goto yy533; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy12514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy9742; + } else { + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9742; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9742; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9742; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9742; + if (yych <= 0xB5) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy533; + goto yy9742; + } else { + if (yych == 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy9742; + goto yy2; + } else { + if (yych <= 0xA1) goto yy9742; + if (yych <= 0xA3) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy9742; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } + } + } +yy12516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy9742; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy9742; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy9742; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy9742; + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x90) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy9742; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy533; + } else { + if (yych <= 0xB4) goto yy9742; + if (yych <= 0xB5) goto yy533; + goto yy2; + } + } + } +yy12518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy9742; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy9742; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9742; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9742; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9742; + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB1) goto yy533; + if (yych == 0xB9) goto yy9742; + goto yy2; + } + } +yy12520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy9742; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9742; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9742; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9742; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x95) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy9742; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy9742; + goto yy2; + } + } + } +yy12522: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy533; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy9742; + default: goto yy2; + } +yy12523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy9742; + goto yy2; + } else { + if (yych <= 0x97) goto yy533; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; + } + } +yy12524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy9742; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x94) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy9742; + if (yych <= 0x9F) goto yy2; + goto yy9742; + } else { + if (yych <= 0xA3) goto yy533; + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy12526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy9742; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy9742; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x94) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy9742; + if (yych <= 0x9F) goto yy2; + goto yy9742; + } else { + if (yych <= 0xA3) goto yy533; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy9742; + goto yy2; + } + } +yy12528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy9742; + goto yy2; + } else { + if (yych <= 0xBD) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x8E) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy533; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9742; + goto yy533; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy533; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy12530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy9742; + } else { + if (yych == 0xBD) goto yy9742; + goto yy2; + } + } +yy12531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9742; + goto yy2; + } else { + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8E) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy533; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy12532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy12533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy9742; + } else { + if (yych == 0x87) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy9742; + if (yych <= 0x8F) goto yy2; + goto yy9742; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy12534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9742; + goto yy2; + } else { + if (yych <= 0x8D) goto yy9742; + if (yych <= 0x8F) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy9742; + goto yy2; + } else { + if (yych <= 0x9D) goto yy9742; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy12535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy9742; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy9742; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy9742; + goto yy2; + } + } +yy12536: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy9742; + if (yych <= 0x81) goto yy2; + goto yy9742; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy9742; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy12537: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9742; + goto yy2; + } else { + if (yych <= 0x95) goto yy9742; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy12538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9742; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; +yy12539: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9742; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy12540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy9742; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy9742; + goto yy2; +yy12541: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy12542: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy9742; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy12543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy9742; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy12544: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9742; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy9742; + goto yy2; +yy12545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy9742; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy533; + goto yy2; + } else { + if (yych <= 0xB1) goto yy9742; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy12546: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy9742; + } else { + if (yych <= 0x93) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy9742; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy12547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy12548: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy9742; + goto yy2; +yy12549: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9742; + goto yy533; + } else { + if (yych <= 0xAA) goto yy9742; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy12550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy9742; + goto yy2; +yy12551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9742; + goto yy2; + } else { + if (yych <= 0xAB) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } +yy12552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9742; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy12553: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xA0) goto yy9742; + goto yy533; + } else { + if (yych <= 0xAF) goto yy9742; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy12554: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9742; + if (yych <= 0xB3) goto yy533; + goto yy2; +yy12555: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9742; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy12556: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy9742; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy9742; + goto yy2; +yy12557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy533; + goto yy2; + } else { + if (yych <= 0xA8) goto yy533; + if (yych <= 0xAC) goto yy9742; + goto yy533; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy9742; + if (yych <= 0xB4) goto yy533; + goto yy9742; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy12558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy9742; + goto yy2; +yy12559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy12560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9742; + goto yy2; +yy12561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9742; + goto yy2; + } else { + if (yych <= 0x9D) goto yy9742; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy12562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9742; + goto yy2; + } else { + if (yych <= 0x8D) goto yy9742; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy9742; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy9742; + goto yy2; + } + } +yy12563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy9742; + } else { + if (yych == 0xBE) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy12564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x84) goto yy9742; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy9742; + goto yy533; + } else { + if (yych <= 0x93) goto yy9742; + if (yych <= 0x95) goto yy2; + goto yy9742; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy533; + } else { + if (yych <= 0xAC) goto yy9742; + if (yych <= 0xAF) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy9742; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9742; + if (yych <= 0xBE) goto yy533; + goto yy2; + } + } + } +yy12565: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy533; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy9742; + default: goto yy2; + } +yy12566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy9742; + } else { + if (yych == 0x8E) goto yy9742; + if (yych <= 0x8F) goto yy533; + goto yy2; + } +yy12567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy9742; + goto yy2; + } else { + if (yych <= 0x8B) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy12568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy12569: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9742; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9742; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy12570: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy9742; + goto yy533; + } else { + if (yych <= 0xAE) goto yy9742; + if (yych <= 0xB1) goto yy533; + if (yych <= 0xB3) goto yy9742; + goto yy2; + } +yy12571: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy9742; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy9742; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy12572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9742; + if (yych == 0xBF) goto yy533; + goto yy2; +yy12573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy9742; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy9742; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy9742; + goto yy2; + } + } +yy12574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy9742; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy9742; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x93) goto yy533; + if (yych == 0xA0) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9742; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy9742; + goto yy2; +yy12577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy533; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBA) goto yy9742; + goto yy2; + } +yy12578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy9742; + goto yy2; +yy12579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy9742; + goto yy2; + } else { + if (yych <= 0x9F) goto yy9742; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy9742; + goto yy2; + } +yy12580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9742; + goto yy533; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy12581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy9742; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy12582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9742; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy533; + goto yy2; +yy12583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } else { + if (yych <= 0xA1) goto yy533; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy12584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9742; + if (yych <= 0x88) goto yy2; + goto yy533; + } else { + if (yych <= 0xAD) goto yy9742; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy9742; + goto yy2; + } +yy12585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy9742; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy12586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9742; + goto yy533; + } else { + if (yych == 0x86) goto yy533; + goto yy9742; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy533; + if (yych <= 0xA2) goto yy9742; + goto yy533; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy12587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy9742; + goto yy2; +yy12588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0xB3) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy12589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy533; + goto yy9742; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy9742; + } else { + if (yych == 0xBD) goto yy9742; + goto yy2; + } + } +yy12590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy9742; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy12591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9742; + if (yych <= 0x93) goto yy533; + goto yy2; +yy12592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9742; + if (yych <= 0xB6) goto yy533; + goto yy2; +yy12593: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy9742; + } else { + if (yych <= 0x83) goto yy533; + if (yych <= 0x8B) goto yy9742; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } + } +yy12594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy9742; + goto yy533; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy9742; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy533; + goto yy2; + } + } +yy12595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy9742; + goto yy2; + } else { + if (yych <= 0x8E) goto yy9742; + if (yych <= 0x90) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy9742; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy12596: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9742; + if (yych <= 0x9B) goto yy533; + goto yy2; + } else { + if (yych <= 0xA5) goto yy9742; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy12597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy9742; + goto yy533; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy533; + goto yy2; + } +yy12598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9742; + goto yy2; + } else { + if (yych <= 0x97) goto yy9742; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy9742; + goto yy533; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy533; + if (yych <= 0xB6) goto yy9742; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy9742; + goto yy2; + } + } +yy12599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9742; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy12600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy12601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy12602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy9742; + goto yy2; +yy12603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy12604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9742; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy12605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9742; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9742; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy12606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy533; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy12607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy9742; + goto yy2; +yy12608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy533; + } else { + if (yych == 0x8B) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy533; + if (yych <= 0xA0) goto yy2; + goto yy9742; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy533; + if (yych <= 0x9A) goto yy9742; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy12610: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14340; + case 0x81: goto yy14341; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy9746; + case 0x83: goto yy14342; + case 0x84: goto yy4441; + case 0x85: goto yy4442; + case 0x86: goto yy4443; + case 0x87: goto yy4444; + case 0x8A: goto yy14343; + case 0x8B: goto yy14344; + case 0x8C: goto yy14345; + case 0x8D: goto yy14346; + case 0x8E: goto yy14347; + case 0x8F: goto yy14348; + case 0x92: goto yy14349; + case 0x94: goto yy14350; + case 0x95: goto yy14351; + case 0x9C: goto yy14352; + case 0x9D: goto yy14353; + case 0xA0: goto yy14354; + case 0xA1: goto yy14355; + case 0xA2: goto yy14356; + case 0xA3: goto yy14357; + case 0xA4: goto yy14358; + case 0xA6: goto yy14359; + case 0xA8: goto yy14360; + case 0xA9: goto yy14361; + case 0xAA: goto yy14362; + case 0xAB: goto yy14363; + case 0xAC: goto yy12550; + case 0xAD: goto yy14364; + case 0xAE: goto yy14365; + case 0xB1: goto yy14366; + case 0xB2: + case 0xB3: goto yy14367; + default: goto yy2; + } +yy12611: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14368; + case 0x81: goto yy4467; + case 0x82: goto yy14369; + case 0x83: goto yy14370; + case 0x84: goto yy14371; + case 0x85: goto yy14372; + case 0x86: goto yy14373; + case 0x87: goto yy14374; + case 0x88: goto yy14375; + case 0x8A: goto yy14376; + case 0x8B: goto yy14377; + case 0x8C: goto yy14378; + case 0x8D: goto yy14379; + case 0x92: + case 0x98: goto yy14380; + case 0x93: goto yy14381; + case 0x96: goto yy14382; + case 0x97: goto yy14383; + case 0x99: goto yy14384; + case 0x9A: goto yy14385; + case 0x9C: goto yy4481; + case 0xA2: goto yy14386; + case 0xA3: goto yy14387; + case 0xAB: goto yy14388; + default: goto yy2; + } +yy12612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy9746; + goto yy14389; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy9746; + if (yych <= 0x95) goto yy14390; + goto yy2; + } +yy12613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9746; + if (yych <= 0x90) goto yy14391; + goto yy2; +yy12614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy9746; + if (yych <= 0x99) goto yy14392; + goto yy2; +yy12615: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy9746; + case 0xA8: goto yy14388; + case 0xA9: goto yy14356; + case 0xAB: goto yy14393; + case 0xAC: goto yy14394; + case 0xAD: goto yy14395; + case 0xAE: goto yy14396; + case 0xBD: goto yy14397; + case 0xBE: goto yy4493; + default: goto yy2; + } +yy12616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy9746; + if (yych <= 0xB1) goto yy14398; + if (yych <= 0xB2) goto yy14399; + goto yy2; +yy12617: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy537; + case 0x83: goto yy1850; + case 0x84: goto yy4496; + case 0x85: goto yy4497; + case 0x87: goto yy4498; + case 0x89: goto yy4499; + case 0x8D: goto yy4500; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy9746; + case 0x91: goto yy14400; + case 0x92: goto yy14401; + case 0x93: goto yy14402; + case 0x94: goto yy14403; + case 0x95: goto yy14404; + case 0x9A: goto yy14405; + case 0x9B: goto yy14406; + case 0x9C: goto yy14407; + case 0x9D: goto yy14408; + case 0x9E: goto yy14409; + case 0x9F: goto yy14410; + case 0xAA: goto yy4508; + default: goto yy2; + } +yy12618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy9746; + if (yych <= 0xA3) goto yy14411; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy14412; + goto yy14413; + } else { + if (yych <= 0xBA) goto yy14414; + if (yych <= 0xBB) goto yy4513; + goto yy2; + } + } +yy12619: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy533; + goto yy57; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy533; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6297; + if (yych <= '.') goto yy10348; + if (yych <= '/') goto yy57; + goto yy2445; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy533; + goto yy57; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy12619; + if (yych <= ']') goto yy57; + goto yy533; + } else { + if (yych <= 'z') goto yy12619; + if (yych == '|') goto yy533; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy533; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy14415; + goto yy12622; + } else { + if (yych <= 0xC9) goto yy12623; + if (yych <= 0xCA) goto yy12624; + if (yych <= 0xCB) goto yy3289; + goto yy537; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy12625; + if (yych <= 0xCE) goto yy14416; + goto yy12627; + } else { + if (yych == 0xD2) goto yy12628; + if (yych <= 0xD3) goto yy12623; + goto yy12629; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy12630; + if (yych <= 0xD6) goto yy14417; + if (yych <= 0xD7) goto yy14418; + goto yy12633; + } else { + if (yych <= 0xD9) goto yy12634; + if (yych <= 0xDA) goto yy12623; + if (yych <= 0xDB) goto yy12635; + goto yy12636; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy12637; + if (yych <= 0xDE) goto yy12638; + if (yych <= 0xDF) goto yy12639; + goto yy12640; + } else { + if (yych <= 0xE1) goto yy14419; + if (yych <= 0xE2) goto yy14420; + if (yych <= 0xE3) goto yy12643; + goto yy557; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy12644; + if (yych <= 0xEE) goto yy57; + goto yy14421; + } else { + if (yych <= 0xF0) goto yy12646; + if (yych == 0xF3) goto yy561; + goto yy57; + } + } + } + } +yy12621: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy533; + case 0xAA: + case 0xB5: + case 0xBA: goto yy12619; + default: goto yy2; + } +yy12622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12619; + goto yy533; + } else { + if (yych == 0xB7) goto yy533; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy12623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy12624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12619; + goto yy2; +yy12625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB3) goto yy12619; + if (yych <= 0xB4) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy12619; + if (yych <= 0xBA) goto yy2; + goto yy12619; + } else { + if (yych == 0xBF) goto yy12619; + goto yy2; + } + } +yy12626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy12619; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy12619; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy12619; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy12627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy533; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy12628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12619; + if (yych <= 0x89) goto yy533; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy12629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy12630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12619; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy12631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy12619; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy533; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy12619; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy12619; + goto yy2; + } + } +yy12633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy533; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy12634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy12619; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy12619; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy12635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy12619; + goto yy2; + } else { + if (yych <= 0x95) goto yy12619; + if (yych == 0x9D) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy12619; + goto yy843; + } else { + if (yych <= 0xBC) goto yy12619; + if (yych <= 0xBE) goto yy533; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy12636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy12619; + goto yy533; + } else { + if (yych <= 0xAF) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy12637: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy12638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12619; + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy12619; + goto yy2; +yy12639: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy12619; + } else { + if (yych <= 0xB3) goto yy533; + if (yych == 0xB6) goto yy533; + goto yy2; + } +yy12640: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy14422; + case 0xA1: goto yy14423; + case 0xA2: goto yy14424; + case 0xA3: goto yy1800; + case 0xA4: goto yy14425; + case 0xA5: goto yy14426; + case 0xA6: goto yy14427; + case 0xA7: goto yy14428; + case 0xA8: goto yy14429; + case 0xA9: goto yy14430; + case 0xAA: goto yy14431; + case 0xAB: goto yy14432; + case 0xAC: goto yy14433; + case 0xAD: goto yy14434; + case 0xAE: goto yy14435; + case 0xAF: goto yy14436; + case 0xB0: goto yy14437; + case 0xB1: goto yy14438; + case 0xB2: goto yy14439; + case 0xB3: goto yy14440; + case 0xB4: goto yy14441; + case 0xB5: goto yy14442; + case 0xB6: goto yy14443; + case 0xB7: goto yy14444; + case 0xB8: goto yy1820; + case 0xB9: goto yy3336; + case 0xBA: goto yy1822; + case 0xBB: goto yy3337; + case 0xBC: goto yy3338; + case 0xBD: goto yy1825; + case 0xBE: goto yy1826; + case 0xBF: goto yy1827; + default: goto yy2; + } +yy12641: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy3339; + case 0x82: goto yy14445; + case 0x83: goto yy14446; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy12623; + case 0x89: goto yy14447; + case 0x8A: goto yy14448; + case 0x8B: goto yy14449; + case 0x8C: goto yy14450; + case 0x8D: goto yy14451; + case 0x8E: goto yy14452; + case 0x8F: goto yy14453; + case 0x90: goto yy14454; + case 0x99: goto yy14455; + case 0x9A: goto yy14456; + case 0x9B: goto yy14457; + case 0x9C: goto yy14458; + case 0x9D: goto yy14459; + case 0x9E: goto yy1845; + case 0x9F: goto yy3355; + case 0xA0: goto yy14460; + case 0xA1: goto yy14461; + case 0xA2: goto yy14462; + case 0xA3: goto yy14463; + case 0xA4: goto yy14464; + case 0xA5: goto yy3361; + case 0xA7: goto yy3362; + case 0xA8: goto yy14465; + case 0xA9: goto yy1854; + case 0xAA: goto yy3364; + case 0xAC: goto yy1856; + case 0xAD: goto yy3365; + case 0xAE: goto yy14466; + case 0xAF: goto yy14467; + case 0xB0: goto yy14468; + case 0xB1: goto yy14469; + case 0xB3: goto yy14470; + case 0xB4: goto yy14471; + case 0xB5: goto yy14472; + case 0xB6: goto yy14473; + case 0xB7: goto yy1866; + case 0xBC: goto yy14474; + case 0xBD: goto yy14475; + case 0xBE: goto yy14476; + case 0xBF: goto yy14477; + default: goto yy2; + } +yy12642: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy3378; + case 0x81: goto yy1872; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: goto yy14478; + case 0x85: goto yy14479; + case 0x86: goto yy14480; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x88: goto yy3382; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy14481; + case 0xB1: goto yy14482; + case 0xB2: goto yy12623; + case 0xB3: goto yy14483; + case 0xB4: goto yy14484; + case 0xB5: goto yy14485; + case 0xB6: goto yy14486; + case 0xB7: goto yy14487; + case 0xB8: goto yy3009; + case 0xBA: goto yy1897; + case 0xBB: goto yy1859; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy12643: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14488; + case 0x82: goto yy1900; + case 0x84: goto yy14489; + case 0x86: goto yy14490; + case 0x87: goto yy1903; + case 0x88: goto yy1904; + case 0x89: goto yy1905; + case 0x8A: goto yy1906; + case 0x8B: goto yy1907; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy537; + default: goto yy2; + } +yy12644: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy549; + case 0x93: goto yy14491; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy12623; + case 0x98: goto yy14492; + case 0x99: goto yy14493; + case 0x9A: goto yy14494; + case 0x9B: goto yy14495; + case 0x9C: goto yy14496; + case 0x9D: goto yy12629; + case 0x9E: goto yy14497; + case 0x9F: goto yy14498; + case 0xA0: goto yy14499; + case 0xA1: goto yy14500; + case 0xA2: goto yy14501; + case 0xA3: goto yy14502; + case 0xA4: goto yy14503; + case 0xA5: goto yy14504; + case 0xA6: goto yy1920; + case 0xA7: goto yy3407; + case 0xA8: goto yy14505; + case 0xA9: goto yy14506; + case 0xAA: goto yy1924; + case 0xAB: goto yy14507; + case 0xAC: goto yy14508; + case 0xAD: goto yy14509; + case 0xAF: goto yy14510; + default: goto yy2; + } +yy12645: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy14511; + case 0xAD: goto yy14512; + case 0xAE: goto yy14513; + case 0xAF: goto yy14514; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy12623; + case 0xB4: goto yy14515; + case 0xB5: goto yy14516; + case 0xB6: goto yy14517; + case 0xB7: goto yy14518; + case 0xB8: goto yy3422; + case 0xB9: goto yy14519; + case 0xBB: goto yy14520; + case 0xBC: goto yy14521; + case 0xBD: goto yy14522; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy12646: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy14523; + case 0x91: goto yy14524; + case 0x92: goto yy14525; + case 0x93: goto yy14526; + case 0x94: goto yy14527; + case 0x96: goto yy14528; + case 0x9B: goto yy14529; + case 0x9D: goto yy14530; + case 0x9E: goto yy14531; + case 0x9F: goto yy1950; + default: goto yy2; + } +yy12647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy6299; + } else { + if (yych == 0x9A) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy533; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy533; + goto yy2; + } + } +yy12648: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy6299; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy12649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy6299; + goto yy2; +yy12650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy6299; + } else { + if (yych == 0xBD) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy12651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x90) goto yy6299; + if (yych <= 0x97) goto yy533; + goto yy6299; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy12652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy6299; + } else { + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6299; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6299; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6299; + goto yy2; + } else { + if (yych <= 0xB2) goto yy6299; + if (yych <= 0xB5) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy533; + goto yy6299; + } else { + if (yych == 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy6299; + goto yy2; + } else { + if (yych <= 0xA1) goto yy6299; + if (yych <= 0xA3) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy6299; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } + } + } +yy12654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy6299; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy6299; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy6299; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy6299; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy6299; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy6299; + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x91) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy6299; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy533; + } else { + if (yych <= 0xB4) goto yy6299; + if (yych <= 0xB5) goto yy533; + goto yy2; + } + } + } +yy12656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy6299; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy6299; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6299; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6299; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy6299; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy6299; + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy533; + } else { + if (yych == 0xB9) goto yy6299; + goto yy2; + } + } + } +yy12658: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy6299; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6299; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6299; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6299; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12659: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy6299; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy6299; + goto yy2; + } + } + } +yy12660: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy533; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy6299; + default: goto yy2; + } +yy12661: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy6299; + if (yych == 0x97) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; + } + } +yy12662: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy6299; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy6299; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12663: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy6299; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy6299; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy12664: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy6299; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy6299; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy6299; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy6299; + goto yy2; + } + } + } +yy12666: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy6299; + goto yy2; + } else { + if (yych <= 0xBD) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12667: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x8E) goto yy6299; + if (yych <= 0x96) goto yy2; + goto yy533; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy6299; + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy533; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } + } +yy12668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy6299; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy6299; + } else { + if (yych == 0xBD) goto yy6299; + goto yy2; + } + } +yy12669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6299; + goto yy2; + } else { + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy12670: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy12671: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy6299; + } else { + if (yych == 0x87) goto yy6299; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy6299; + if (yych <= 0x8F) goto yy2; + goto yy6299; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy12672: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6299; + goto yy2; + } else { + if (yych <= 0x8D) goto yy6299; + if (yych <= 0x8F) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy6299; + goto yy2; + } else { + if (yych <= 0x9D) goto yy6299; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy12673: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy6299; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy6299; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy6299; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy6299; + goto yy2; + } + } +yy12674: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy6299; + if (yych <= 0x81) goto yy2; + goto yy6299; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy6299; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy12675: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy6299; + goto yy2; + } else { + if (yych <= 0x95) goto yy6299; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy12676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6299; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; +yy12677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6299; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy12678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy6299; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy6299; + goto yy2; +yy12679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy12680: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy6299; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy12681: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy6299; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy12682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6299; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy6299; + goto yy2; +yy12683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy6299; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy533; + goto yy2; + } else { + if (yych <= 0xB1) goto yy6299; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy12684: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy6299; + } else { + if (yych <= 0x93) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy6299; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy12685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy12686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy6299; + goto yy2; +yy12687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy6299; + goto yy533; + } else { + if (yych <= 0xAA) goto yy6299; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy12688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy6299; + goto yy2; +yy12689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6299; + goto yy2; + } else { + if (yych <= 0xAB) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } +yy12690: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy6299; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy12691: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xA0) goto yy6299; + goto yy533; + } else { + if (yych <= 0xAF) goto yy6299; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy12692: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6299; + if (yych <= 0xB3) goto yy533; + goto yy2; +yy12693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy6299; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy12694: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy6299; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy6299; + goto yy2; + } +yy12695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy533; + goto yy2; + } else { + if (yych <= 0xA8) goto yy533; + if (yych <= 0xAC) goto yy6299; + goto yy533; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy6299; + if (yych <= 0xB4) goto yy533; + goto yy6299; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy12696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy6299; + goto yy2; +yy12697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy12698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6299; + goto yy2; +yy12699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6299; + goto yy2; + } else { + if (yych <= 0x9D) goto yy6299; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy12700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6299; + goto yy2; + } else { + if (yych <= 0x8D) goto yy6299; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy6299; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy6299; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy6299; + goto yy2; + } + } +yy12701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy6299; + } else { + if (yych == 0xBE) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy12702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x84) goto yy6299; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy6299; + goto yy533; + } else { + if (yych <= 0x93) goto yy6299; + if (yych <= 0x95) goto yy2; + goto yy6299; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy533; + } else { + if (yych <= 0xAC) goto yy6299; + if (yych <= 0xAF) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy6299; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6299; + if (yych <= 0xBE) goto yy533; + goto yy2; + } + } + } +yy12703: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy533; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy6299; + default: goto yy2; + } +yy12704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy6299; + } else { + if (yych == 0x8E) goto yy6299; + if (yych <= 0x8F) goto yy533; + goto yy2; + } +yy12705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy6299; + goto yy2; + } else { + if (yych <= 0x8B) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy12706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy12707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6299; + goto yy2; + } else { + if (yych <= 0xBB) goto yy6299; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy12708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy6299; + goto yy533; + } else { + if (yych <= 0xAE) goto yy6299; + if (yych <= 0xB1) goto yy533; + if (yych <= 0xB3) goto yy6299; + goto yy2; + } +yy12709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy6299; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy6299; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy12710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy6299; + if (yych == 0xBF) goto yy533; + goto yy2; +yy12711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy6299; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy6299; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy6299; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy6299; + goto yy2; + } + } +yy12712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy6299; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy6299; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy6299; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x93) goto yy533; + if (yych == 0xA0) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6299; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy12714: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy6299; + goto yy2; +yy12715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy533; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBA) goto yy6299; + goto yy2; + } +yy12716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy6299; + goto yy2; +yy12717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy6299; + goto yy2; + } else { + if (yych <= 0x9F) goto yy6299; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy6299; + goto yy2; + } +yy12718: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6299; + goto yy533; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy12719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy6299; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy12720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6299; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy533; + goto yy2; +yy12721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } else { + if (yych <= 0xA1) goto yy533; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy12722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6299; + if (yych <= 0x88) goto yy2; + goto yy533; + } else { + if (yych <= 0xAD) goto yy6299; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy6299; + goto yy2; + } +yy12723: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy6299; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy12724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6299; + goto yy533; + } else { + if (yych == 0x86) goto yy533; + goto yy6299; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy533; + if (yych <= 0xA2) goto yy6299; + goto yy533; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy12725: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy6299; + goto yy2; +yy12726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0xB3) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy12727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy6299; + if (yych <= 0xBA) goto yy2; + goto yy6299; + } else { + if (yych == 0xBD) goto yy6299; + goto yy2; + } + } +yy12728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy6299; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy12729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6299; + if (yych <= 0x93) goto yy533; + goto yy2; +yy12730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy6299; + if (yych <= 0xB6) goto yy533; + goto yy2; +yy12731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy6299; + goto yy533; + } else { + if (yych <= 0x8B) goto yy6299; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } + } +yy12732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy6299; + goto yy533; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy6299; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy533; + goto yy2; + } + } +yy12733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy6299; + goto yy2; + } else { + if (yych <= 0x8E) goto yy6299; + if (yych <= 0x90) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy6299; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy12734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy6299; + if (yych <= 0x9B) goto yy533; + goto yy2; + } else { + if (yych <= 0xA5) goto yy6299; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy12735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy6299; + if (yych <= 0xAA) goto yy533; + goto yy2; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy12736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6299; + goto yy2; + } else { + if (yych <= 0x97) goto yy6299; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy6299; + goto yy533; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy533; + if (yych <= 0xB6) goto yy6299; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy6299; + goto yy2; + } + } +yy12737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy6299; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy12738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy12739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy12740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy6299; + goto yy2; +yy12741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy12742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6299; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy12743: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6299; + goto yy2; + } else { + if (yych <= 0xBB) goto yy6299; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy12744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy533; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy533; + if (yych == 0xA9) goto yy533; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy12745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy6299; + goto yy2; +yy12746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy533; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy6299; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy12747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy533; + if (yych <= 0x9A) goto yy6299; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy12748: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14532; + case 0x81: goto yy14533; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy9849; + case 0x83: goto yy14534; + case 0x84: goto yy4441; + case 0x85: goto yy4442; + case 0x86: goto yy4443; + case 0x87: goto yy4444; + case 0x8A: goto yy14535; + case 0x8B: goto yy14536; + case 0x8C: goto yy14537; + case 0x8D: goto yy14538; + case 0x8E: goto yy14539; + case 0x8F: goto yy14540; + case 0x92: goto yy14541; + case 0x94: goto yy14542; + case 0x95: goto yy14543; + case 0x9C: goto yy14544; + case 0x9D: goto yy14545; + case 0xA0: goto yy14546; + case 0xA1: goto yy14547; + case 0xA2: goto yy14548; + case 0xA3: goto yy14549; + case 0xA4: goto yy14550; + case 0xA6: goto yy14551; + case 0xA8: goto yy14552; + case 0xA9: goto yy14553; + case 0xAA: goto yy14554; + case 0xAB: goto yy14555; + case 0xAC: goto yy12688; + case 0xAD: goto yy14556; + case 0xAE: goto yy14557; + case 0xB1: goto yy14558; + case 0xB2: + case 0xB3: goto yy14559; + default: goto yy2; + } +yy12749: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14560; + case 0x81: goto yy6330; + case 0x82: goto yy14561; + case 0x83: goto yy14562; + case 0x84: goto yy14563; + case 0x85: goto yy14564; + case 0x86: goto yy14565; + case 0x87: goto yy14566; + case 0x88: goto yy14567; + case 0x8A: goto yy14568; + case 0x8B: goto yy14569; + case 0x8C: goto yy14570; + case 0x8D: goto yy14571; + case 0x92: + case 0x98: goto yy14572; + case 0x93: goto yy14573; + case 0x96: goto yy14574; + case 0x97: goto yy14575; + case 0x99: goto yy14576; + case 0x9A: goto yy14577; + case 0x9B: goto yy2362; + case 0x9C: goto yy6348; + case 0xA2: goto yy14578; + case 0xA3: goto yy14579; + case 0xAB: goto yy14580; + default: goto yy2; + } +yy12750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy9849; + goto yy14581; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy9849; + if (yych <= 0x95) goto yy14582; + goto yy2; + } +yy12751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9849; + if (yych <= 0x90) goto yy14583; + goto yy2; +yy12752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy9849; + if (yych <= 0x99) goto yy14584; + goto yy2; +yy12753: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy9849; + case 0xA8: goto yy14580; + case 0xA9: goto yy14585; + case 0xAB: goto yy14586; + case 0xAC: goto yy14587; + case 0xAD: goto yy14588; + case 0xAE: goto yy14589; + case 0xBD: goto yy14590; + case 0xBE: goto yy4493; + default: goto yy2; + } +yy12754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy9849; + if (yych <= 0xB1) goto yy14591; + if (yych <= 0xB2) goto yy14592; + goto yy2; +yy12755: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy537; + case 0x83: goto yy1850; + case 0x84: goto yy4496; + case 0x85: goto yy4497; + case 0x87: goto yy4498; + case 0x89: goto yy4499; + case 0x8D: goto yy4500; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy9849; + case 0x91: goto yy14593; + case 0x92: goto yy14594; + case 0x93: goto yy14595; + case 0x94: goto yy14596; + case 0x95: goto yy14597; + case 0x9A: goto yy14598; + case 0x9B: goto yy14599; + case 0x9C: goto yy14600; + case 0x9D: goto yy14601; + case 0x9E: goto yy14602; + case 0x9F: goto yy14603; + case 0xAA: goto yy4508; + default: goto yy2; + } +yy12756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy9849; + if (yych <= 0xA3) goto yy14604; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy14605; + goto yy14606; + } else { + if (yych <= 0xBA) goto yy14607; + if (yych <= 0xBB) goto yy4513; + goto yy2; + } + } +yy12757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych == 0x9A) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1121; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1121; + goto yy2; + } + } +yy12758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy9155; + if (yych <= 0x9B) goto yy1121; + goto yy2; +yy12759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy9155; + } else { + if (yych == 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy12760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy12761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9155; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9155; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9155; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9155; + if (yych <= 0xB5) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy12762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1121; + goto yy9155; + } else { + if (yych == 0x97) goto yy1121; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy9155; + goto yy2; + } else { + if (yych <= 0xA1) goto yy9155; + if (yych <= 0xA3) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1121; + goto yy2; + } + } + } +yy12763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy9155; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy9155; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy9155; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy9155; + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy12764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x90) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy9155; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy1121; + } else { + if (yych <= 0xB4) goto yy9155; + if (yych <= 0xB5) goto yy1121; + goto yy2; + } + } + } +yy12765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy9155; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy9155; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9155; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9155; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy12766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x8F) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9155; + if (yych <= 0xA3) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1121; + if (yych == 0xB9) goto yy9155; + goto yy2; + } + } +yy12767: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy9155; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9155; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9155; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9155; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy12768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x95) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy9155; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB0) goto yy1121; + if (yych <= 0xB1) goto yy9155; + goto yy2; + } + } + } +yy12769: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1121; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy9155; + default: goto yy2; + } +yy12770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy9155; + goto yy2; + } else { + if (yych <= 0x97) goto yy1121; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1121; + goto yy2; + } + } +yy12771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy9155; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy12772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x94) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy9155; + if (yych <= 0x9F) goto yy2; + goto yy9155; + } else { + if (yych <= 0xA3) goto yy1121; + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } +yy12773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy9155; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy9155; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy12774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x94) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy9155; + if (yych <= 0x9F) goto yy2; + goto yy9155; + } else { + if (yych <= 0xA3) goto yy1121; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy9155; + goto yy2; + } + } +yy12775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy9155; + goto yy2; + } else { + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy12776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1121; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x8E) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1121; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy1121; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy12777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy9155; + } else { + if (yych == 0xBD) goto yy9155; + goto yy2; + } + } +yy12778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9155; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1121; + if (yych <= 0x8E) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy1121; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1121; + goto yy2; + } + } +yy12779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1121; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy12780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9155; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1121; + goto yy2; +yy12781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9155; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy12782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy12783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy9155; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB1) goto yy9155; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } + } +yy12784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych <= 0x93) goto yy1121; + if (yych <= 0x9F) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy9155; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1121; + goto yy2; + } + } +yy12785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1121; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy12786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xAA) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy12787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9155; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1121; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1121; + goto yy2; + } +yy12788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9155; + if (yych <= 0x9B) goto yy1121; + goto yy2; +yy12789: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xA0) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy9155; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy12790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9155; + if (yych <= 0xB3) goto yy1121; + goto yy2; +yy12791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9155; + if (yych <= 0xB7) goto yy1121; + goto yy2; +yy12792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1121; + if (yych <= 0xAC) goto yy9155; + goto yy1121; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy9155; + if (yych <= 0xB4) goto yy1121; + goto yy9155; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1121; + goto yy2; + } + } +yy12793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy9155; + } else { + if (yych == 0xBE) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy12794: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0x84) goto yy9155; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy9155; + goto yy1121; + } else { + if (yych <= 0x93) goto yy9155; + if (yych <= 0x95) goto yy2; + goto yy9155; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAC) goto yy9155; + if (yych <= 0xAF) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy9155; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9155; + if (yych <= 0xBE) goto yy1121; + goto yy2; + } + } + } +yy12795: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1121; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy9155; + default: goto yy2; + } +yy12796: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + goto yy9155; + } else { + if (yych == 0x8E) goto yy9155; + if (yych <= 0x8F) goto yy1121; + goto yy2; + } +yy12797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy9155; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy12798: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xAE) goto yy9155; + if (yych <= 0xB1) goto yy1121; + if (yych <= 0xB3) goto yy9155; + goto yy2; + } +yy12799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9155; + if (yych == 0xBF) goto yy1121; + goto yy2; +yy12800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy9155; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy12801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1121; + goto yy2; + } else { + if (yych <= 0x93) goto yy1121; + if (yych == 0xA0) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1121; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1121; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9155; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy12802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1121; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBA) goto yy9155; + goto yy2; + } +yy12803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1121; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy9155; + goto yy2; +yy12804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } +yy12805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy9155; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1121; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy12806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1121; + goto yy2; +yy12807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1121; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy12808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9155; + if (yych <= 0x88) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAD) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy9155; + goto yy2; + } +yy12809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9155; + goto yy1121; + } else { + if (yych == 0x86) goto yy1121; + goto yy9155; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1121; + if (yych <= 0xA2) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1121; + goto yy2; + } + } +yy12810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0xB3) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy12811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy1121; + goto yy9155; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy9155; + } else { + if (yych == 0xBD) goto yy9155; + goto yy2; + } + } +yy12812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy12813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9155; + if (yych <= 0x93) goto yy1121; + goto yy2; +yy12814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9155; + if (yych <= 0xB6) goto yy1121; + goto yy2; +yy12815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych <= 0x83) goto yy1121; + if (yych <= 0x8B) goto yy9155; + goto yy1121; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } + } +yy12816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1121; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy9155; + goto yy1121; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy9155; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1121; + goto yy2; + } + } +yy12817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9155; + if (yych <= 0x9B) goto yy1121; + goto yy2; + } else { + if (yych <= 0xA5) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy12818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy1121; + goto yy2; + } +yy12819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9155; + goto yy2; + } else { + if (yych <= 0x97) goto yy9155; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy9155; + goto yy1121; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1121; + if (yych <= 0xB6) goto yy9155; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy9155; + goto yy2; + } + } +yy12820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy12821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1121; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy12822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9155; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9155; + if (yych <= 0xBD) goto yy1121; + goto yy2; + } +yy12823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1121; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy1121; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy12824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy1121; + } else { + if (yych == 0x8B) goto yy1121; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy1121; + if (yych <= 0xA0) goto yy2; + goto yy9155; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } +yy12825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1121; + if (yych <= 0x9A) goto yy9155; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1121; + goto yy2; + } +yy12826: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13702; + case 0x81: goto yy13703; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy9159; + case 0x83: goto yy13704; + case 0x84: goto yy5881; + case 0x85: goto yy5882; + case 0x86: goto yy5883; + case 0x87: goto yy5884; + case 0x8A: goto yy13705; + case 0x8B: goto yy14608; + case 0x8C: goto yy13707; + case 0x8D: goto yy14609; + case 0x8E: goto yy13709; + case 0x8F: goto yy13710; + case 0x92: goto yy13711; + case 0x94: goto yy13712; + case 0x95: goto yy13713; + case 0x9C: goto yy13714; + case 0x9D: goto yy13715; + case 0xA0: goto yy13716; + case 0xA1: goto yy14610; + case 0xA2: goto yy13718; + case 0xA3: goto yy13719; + case 0xA4: goto yy13720; + case 0xA6: goto yy13721; + case 0xA8: goto yy14611; + case 0xA9: goto yy13723; + case 0xAA: goto yy13724; + case 0xAB: goto yy14612; + case 0xAC: goto yy11774; + case 0xAD: goto yy13726; + case 0xAE: goto yy13727; + case 0xB1: goto yy13728; + case 0xB2: + case 0xB3: goto yy13729; + default: goto yy2; + } +yy12827: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14613; + case 0x81: goto yy7688; + case 0x82: goto yy14614; + case 0x83: goto yy13732; + case 0x84: goto yy14615; + case 0x85: goto yy14616; + case 0x86: goto yy14617; + case 0x87: goto yy14618; + case 0x88: goto yy14619; + case 0x8A: goto yy13738; + case 0x8B: goto yy14620; + case 0x8C: goto yy14621; + case 0x8D: goto yy14622; + case 0x92: + case 0x98: goto yy14623; + case 0x93: goto yy14624; + case 0x96: goto yy14625; + case 0x97: goto yy14626; + case 0x99: goto yy14627; + case 0x9A: goto yy14628; + case 0x9C: goto yy7706; + case 0xA2: goto yy13748; + case 0xA3: goto yy13749; + case 0xAB: goto yy13750; + default: goto yy2; + } +yy12828: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy9159; + case 0xA8: goto yy13750; + case 0xA9: goto yy13718; + case 0xAB: goto yy14629; + case 0xAC: goto yy14630; + case 0xAD: goto yy14631; + case 0xAE: goto yy13758; + case 0xBD: goto yy14632; + case 0xBE: goto yy5943; + default: goto yy2; + } +yy12829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy9159; + if (yych <= 0xB1) goto yy13760; + if (yych <= 0xB2) goto yy14633; + goto yy2; +yy12830: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1136; + case 0x83: goto yy5946; + case 0x84: goto yy5947; + case 0x85: goto yy5948; + case 0x87: goto yy5949; + case 0x89: goto yy5950; + case 0x8D: goto yy5951; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy9159; + case 0x91: goto yy13762; + case 0x92: goto yy13763; + case 0x93: goto yy13764; + case 0x94: goto yy13765; + case 0x95: goto yy13766; + case 0x9A: goto yy13767; + case 0x9B: goto yy14634; + case 0x9C: goto yy14635; + case 0x9D: goto yy14636; + case 0x9E: goto yy14637; + case 0x9F: goto yy14638; + case 0xAA: goto yy5963; + default: goto yy2; + } +yy12831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy9159; + if (yych <= 0xA3) goto yy14639; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy13774; + goto yy13775; + } else { + if (yych <= 0xBA) goto yy13776; + if (yych <= 0xBB) goto yy5968; + goto yy2; + } + } +yy12832: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy113; + goto yy57; + } else { + if (yych <= '\'') goto yy2930; + if (yych == '+') goto yy113; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6489; + if (yych <= '.') goto yy6490; + if (yych <= '/') goto yy57; + goto yy113; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + goto yy57; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy12832; + if (yych <= ']') goto yy57; + goto yy113; + } else { + if (yych <= 'z') goto yy12832; + if (yych == '|') goto yy113; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy113; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy14640; + goto yy12835; + } else { + if (yych <= 0xC9) goto yy12836; + if (yych <= 0xCA) goto yy12837; + if (yych <= 0xCB) goto yy6492; + goto yy118; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy12838; + if (yych <= 0xCE) goto yy14641; + goto yy12840; + } else { + if (yych == 0xD2) goto yy12841; + if (yych <= 0xD3) goto yy12836; + goto yy12842; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy12843; + if (yych <= 0xD6) goto yy14642; + if (yych <= 0xD7) goto yy14643; + goto yy12846; + } else { + if (yych <= 0xD9) goto yy12847; + if (yych <= 0xDA) goto yy12836; + if (yych <= 0xDB) goto yy12848; + goto yy12849; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy12850; + if (yych <= 0xDE) goto yy12851; + if (yych <= 0xDF) goto yy12852; + goto yy12853; + } else { + if (yych <= 0xE1) goto yy14644; + if (yych <= 0xE2) goto yy14645; + if (yych <= 0xE3) goto yy12856; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy12857; + if (yych <= 0xEE) goto yy57; + goto yy14646; + } else { + if (yych <= 0xF0) goto yy12859; + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } +yy12834: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy113; + case 0xAA: + case 0xB5: + case 0xBA: goto yy12832; + default: goto yy2; + } +yy12835: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12832; + goto yy113; + } else { + if (yych == 0xB7) goto yy113; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy12836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy12837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12832; + goto yy2; +yy12838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB3) goto yy12832; + if (yych <= 0xB4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy12832; + if (yych <= 0xBA) goto yy2; + goto yy12832; + } else { + if (yych == 0xBF) goto yy12832; + goto yy2; + } + } +yy12839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy12832; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy12832; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy12840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy113; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy12841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12832; + if (yych <= 0x89) goto yy113; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy12842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy12843: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12832; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy12844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy12832; + } else { + if (yych == 0x8A) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy12845: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy12832; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy12832; + goto yy2; + } + } +yy12846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy113; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy12847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy12832; + if (yych <= 0x9F) goto yy113; + goto yy2; + } else { + if (yych == 0xB0) goto yy113; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy12848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy12832; + goto yy2; + } else { + if (yych <= 0x95) goto yy12832; + if (yych == 0x9D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy12832; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12832; + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy12849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy12832; + goto yy113; + } else { + if (yych <= 0xAF) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy12850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy12851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12832; + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy12832; + goto yy2; +yy12852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy12832; + goto yy113; + } else { + if (yych == 0xB6) goto yy113; + goto yy2; + } +yy12853: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy14647; + case 0xA1: goto yy14648; + case 0xA2: goto yy14649; + case 0xA3: goto yy1251; + case 0xA4: goto yy14650; + case 0xA5: goto yy14651; + case 0xA6: goto yy14652; + case 0xA7: goto yy14653; + case 0xA8: goto yy14654; + case 0xA9: goto yy14655; + case 0xAA: goto yy14656; + case 0xAB: goto yy14657; + case 0xAC: goto yy14658; + case 0xAD: goto yy14659; + case 0xAE: goto yy14660; + case 0xAF: goto yy14661; + case 0xB0: goto yy14662; + case 0xB1: goto yy14663; + case 0xB2: goto yy14664; + case 0xB3: goto yy14665; + case 0xB4: goto yy14666; + case 0xB5: goto yy14667; + case 0xB6: goto yy14668; + case 0xB7: goto yy14669; + case 0xB8: goto yy1272; + case 0xB9: goto yy2003; + case 0xBA: goto yy1274; + case 0xBB: goto yy2004; + case 0xBC: goto yy2005; + case 0xBD: goto yy1277; + case 0xBE: goto yy1278; + case 0xBF: goto yy1279; + default: goto yy2; + } +yy12854: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy2006; + case 0x82: goto yy14670; + case 0x83: goto yy14671; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy12836; + case 0x89: goto yy14672; + case 0x8A: goto yy14673; + case 0x8B: goto yy14674; + case 0x8C: goto yy14675; + case 0x8D: goto yy14676; + case 0x8E: goto yy14677; + case 0x8F: goto yy14678; + case 0x90: goto yy14679; + case 0x99: goto yy14680; + case 0x9A: goto yy14681; + case 0x9B: goto yy14682; + case 0x9C: goto yy14683; + case 0x9D: goto yy14684; + case 0x9E: goto yy1297; + case 0x9F: goto yy2013; + case 0xA0: goto yy14685; + case 0xA1: goto yy14686; + case 0xA2: goto yy14687; + case 0xA3: goto yy14688; + case 0xA4: goto yy14689; + case 0xA5: goto yy2017; + case 0xA7: goto yy2018; + case 0xA8: goto yy14690; + case 0xA9: goto yy1307; + case 0xAA: goto yy2019; + case 0xAC: goto yy1309; + case 0xAD: goto yy2020; + case 0xAE: goto yy14691; + case 0xAF: goto yy14692; + case 0xB0: goto yy14693; + case 0xB1: goto yy14694; + case 0xB3: goto yy14695; + case 0xB4: goto yy14696; + case 0xB5: goto yy14697; + case 0xB6: goto yy14698; + case 0xB7: goto yy1319; + case 0xBC: goto yy14699; + case 0xBD: goto yy14700; + case 0xBE: goto yy14701; + case 0xBF: goto yy14702; + default: goto yy2; + } +yy12855: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy2026; + case 0x81: goto yy2027; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: goto yy14703; + case 0x85: goto yy14704; + case 0x86: goto yy14705; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy14706; + case 0xB1: goto yy14707; + case 0xB2: goto yy12836; + case 0xB3: goto yy14708; + case 0xB4: goto yy14709; + case 0xB5: goto yy14710; + case 0xB6: goto yy14711; + case 0xB7: goto yy14712; + case 0xB8: goto yy2032; + case 0xBA: goto yy1354; + case 0xBB: goto yy709; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy12856: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14713; + case 0x82: goto yy2034; + case 0x84: goto yy14714; + case 0x86: goto yy14715; + case 0x87: goto yy2036; + case 0x88: goto yy1361; + case 0x89: goto yy1362; + case 0x8A: goto yy1363; + case 0x8B: goto yy2037; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy118; + default: goto yy2; + } +yy12857: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy572; + case 0x93: goto yy14716; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy12836; + case 0x98: goto yy14717; + case 0x99: goto yy14718; + case 0x9A: goto yy14719; + case 0x9B: goto yy14720; + case 0x9C: goto yy14721; + case 0x9D: goto yy12842; + case 0x9E: goto yy14722; + case 0x9F: goto yy14723; + case 0xA0: goto yy14724; + case 0xA1: goto yy14725; + case 0xA2: goto yy14726; + case 0xA3: goto yy14727; + case 0xA4: goto yy14728; + case 0xA5: goto yy14729; + case 0xA6: goto yy1380; + case 0xA7: goto yy2048; + case 0xA8: goto yy14730; + case 0xA9: goto yy14731; + case 0xAA: goto yy1384; + case 0xAB: goto yy14732; + case 0xAC: goto yy14733; + case 0xAD: goto yy14734; + case 0xAF: goto yy14735; + default: goto yy2; + } +yy12858: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy14736; + case 0xAD: goto yy14737; + case 0xAE: goto yy14738; + case 0xAF: goto yy14739; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy12836; + case 0xB4: goto yy14740; + case 0xB5: goto yy14741; + case 0xB6: goto yy14742; + case 0xB7: goto yy14743; + case 0xB8: goto yy2057; + case 0xB9: goto yy14744; + case 0xBB: goto yy14745; + case 0xBC: goto yy14746; + case 0xBD: goto yy14747; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy12859: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy14748; + case 0x91: goto yy14749; + case 0x92: goto yy14750; + case 0x93: goto yy14751; + case 0x94: goto yy14752; + case 0x96: goto yy14753; + case 0x9B: goto yy14754; + case 0x9D: goto yy14755; + case 0x9E: goto yy14756; + case 0x9F: goto yy1412; + default: goto yy2; + } +yy12860: + yyaccept = 10; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy4671; + goto yy57; + } else { + if (yych <= '\'') goto yy2930; + if (yych == '+') goto yy4671; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6489; + if (yych <= '.') goto yy3437; + if (yych <= '/') goto yy57; + goto yy4671; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy4671; + goto yy57; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy12860; + if (yych <= ']') goto yy57; + goto yy4671; + } else { + if (yych <= 'z') goto yy12860; + if (yych == '|') goto yy4671; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy4671; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy14757; + goto yy12889; + } else { + if (yych <= 0xC9) goto yy12864; + if (yych <= 0xCA) goto yy12865; + if (yych <= 0xCB) goto yy6611; + goto yy4675; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy12890; + if (yych <= 0xCE) goto yy14758; + goto yy12892; + } else { + if (yych == 0xD2) goto yy12893; + if (yych <= 0xD3) goto yy12864; + goto yy12870; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy12871; + if (yych <= 0xD6) goto yy14759; + if (yych <= 0xD7) goto yy14760; + goto yy12896; + } else { + if (yych <= 0xD9) goto yy12897; + if (yych <= 0xDA) goto yy12864; + if (yych <= 0xDB) goto yy12898; + goto yy12899; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy12900; + if (yych <= 0xDE) goto yy12901; + if (yych <= 0xDF) goto yy12902; + goto yy12903; + } else { + if (yych <= 0xE1) goto yy14761; + if (yych <= 0xE2) goto yy14762; + if (yych <= 0xE3) goto yy12906; + goto yy6629; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy12907; + if (yych <= 0xEE) goto yy57; + goto yy14763; + } else { + if (yych <= 0xF0) goto yy12909; + if (yych == 0xF3) goto yy6633; + goto yy57; + } + } + } + } +yy12862: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1980; + case 0xAA: + case 0xB5: + case 0xBA: goto yy12860; + default: goto yy2; + } +yy12863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12860; + goto yy1980; + } else { + if (yych == 0xB7) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy12864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy12865: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12860; + goto yy2; +yy12866: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0xB3) goto yy12860; + if (yych <= 0xB4) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy12860; + if (yych <= 0xBA) goto yy2; + goto yy12860; + } else { + if (yych == 0xBF) goto yy12860; + goto yy2; + } + } +yy12867: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1980; + goto yy12860; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy12860; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy12868: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy12869: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12860; + if (yych <= 0x89) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy12870: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy12871: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12860; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy12872: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12860; + if (yych <= 0x8C) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy1980; + } else { + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } +yy12873: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1980; + if (yych <= 0x8F) goto yy2; + goto yy12860; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy12860; + goto yy2; + } + } +yy12874: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1980; + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy12875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy12860; + if (yych <= 0x9F) goto yy1980; + goto yy2; + } else { + if (yych == 0xB0) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy12876: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy12860; + goto yy2; + } else { + if (yych <= 0x95) goto yy12860; + if (yych == 0x9D) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1980; + if (yych <= 0xAF) goto yy12860; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12860; + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy12877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy12878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1980; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy12879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12860; + if (yych <= 0xB0) goto yy1980; + if (yych <= 0xB1) goto yy12860; + goto yy2; +yy12880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy12860; + goto yy1980; + } else { + if (yych == 0xB6) goto yy1980; + goto yy2; + } +yy12881: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy14764; + case 0xA1: goto yy14765; + case 0xA2: goto yy14766; + case 0xA3: goto yy6637; + case 0xA4: goto yy14767; + case 0xA5: goto yy14768; + case 0xA6: goto yy14769; + case 0xA7: goto yy14770; + case 0xA8: goto yy14771; + case 0xA9: goto yy14772; + case 0xAA: goto yy14773; + case 0xAB: goto yy14774; + case 0xAC: goto yy14775; + case 0xAD: goto yy14776; + case 0xAE: goto yy14777; + case 0xAF: goto yy14778; + case 0xB0: goto yy14779; + case 0xB1: goto yy14780; + case 0xB2: goto yy14781; + case 0xB3: goto yy14782; + case 0xB4: goto yy14783; + case 0xB5: goto yy14784; + case 0xB6: goto yy14785; + case 0xB7: goto yy14786; + case 0xB8: goto yy6658; + case 0xB9: goto yy7778; + case 0xBA: goto yy6660; + case 0xBB: goto yy7779; + case 0xBC: goto yy7780; + case 0xBD: goto yy6663; + case 0xBE: goto yy6664; + case 0xBF: goto yy6665; + default: goto yy2; + } +yy12882: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6666; + case 0x81: goto yy7781; + case 0x82: goto yy14787; + case 0x83: goto yy14788; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy12864; + case 0x89: goto yy14789; + case 0x8A: goto yy14790; + case 0x8B: goto yy14791; + case 0x8C: goto yy14792; + case 0x8D: goto yy14793; + case 0x8E: goto yy14794; + case 0x8F: goto yy14795; + case 0x90: goto yy14796; + case 0x99: goto yy14797; + case 0x9A: goto yy14798; + case 0x9B: goto yy14799; + case 0x9C: goto yy14800; + case 0x9D: goto yy14801; + case 0x9E: goto yy6683; + case 0x9F: goto yy7797; + case 0xA0: goto yy14802; + case 0xA1: goto yy14803; + case 0xA2: goto yy14804; + case 0xA3: goto yy14805; + case 0xA4: goto yy14806; + case 0xA5: goto yy7803; + case 0xA7: goto yy7804; + case 0xA8: goto yy14807; + case 0xA9: goto yy6693; + case 0xAA: goto yy7806; + case 0xAC: goto yy6695; + case 0xAD: goto yy7807; + case 0xAE: goto yy14808; + case 0xAF: goto yy14809; + case 0xB0: goto yy14810; + case 0xB1: goto yy14811; + case 0xB3: goto yy14812; + case 0xB4: goto yy14813; + case 0xB5: goto yy14814; + case 0xB6: goto yy14815; + case 0xB7: goto yy6705; + case 0xBC: goto yy14816; + case 0xBD: goto yy14817; + case 0xBE: goto yy14818; + case 0xBF: goto yy14819; + default: goto yy2; + } +yy12883: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7820; + case 0x81: goto yy6711; + case 0x82: goto yy6712; + case 0x83: goto yy6713; + case 0x84: goto yy14820; + case 0x85: goto yy14821; + case 0x86: goto yy14822; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy3686; + case 0x8C: goto yy6718; + case 0x8F: goto yy6719; + case 0x90: goto yy6720; + case 0x91: goto yy6721; + case 0x92: goto yy6722; + case 0x93: goto yy6723; + case 0x9D: goto yy6724; + case 0x9E: goto yy6725; + case 0x9F: goto yy6726; + case 0xA6: goto yy6727; + case 0xA7: goto yy6728; + case 0xAD: goto yy6729; + case 0xAE: goto yy6730; + case 0xAF: goto yy6731; + case 0xB0: goto yy14823; + case 0xB1: goto yy14824; + case 0xB2: goto yy12864; + case 0xB3: goto yy14825; + case 0xB4: goto yy14826; + case 0xB5: goto yy14827; + case 0xB6: goto yy14828; + case 0xB7: goto yy14829; + case 0xBA: goto yy6739; + case 0xBB: goto yy6740; + case 0xBF: goto yy6741; + default: goto yy2; + } +yy12884: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14830; + case 0x82: goto yy6743; + case 0x84: goto yy14831; + case 0x86: goto yy14832; + case 0x87: goto yy6746; + case 0x88: goto yy6747; + case 0x89: goto yy6748; + case 0x8A: goto yy6749; + case 0x8B: goto yy6750; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy3686; + default: goto yy2; + } +yy12885: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy6751; + case 0x93: goto yy14833; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy12864; + case 0x98: goto yy14834; + case 0x99: goto yy14835; + case 0x9A: goto yy14836; + case 0x9B: goto yy14837; + case 0x9C: goto yy14838; + case 0x9D: goto yy12870; + case 0x9E: goto yy14839; + case 0x9F: goto yy14840; + case 0xA0: goto yy14841; + case 0xA1: goto yy14842; + case 0xA2: goto yy14843; + case 0xA3: goto yy14844; + case 0xA4: goto yy14845; + case 0xA5: goto yy14846; + case 0xA6: goto yy6766; + case 0xA7: goto yy7848; + case 0xA8: goto yy14847; + case 0xA9: goto yy14848; + case 0xAA: goto yy6770; + case 0xAB: goto yy14849; + case 0xAC: goto yy14850; + case 0xAD: goto yy14851; + case 0xAF: goto yy14852; + default: goto yy2; + } +yy12886: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy14853; + case 0xAD: goto yy14854; + case 0xAE: goto yy14855; + case 0xAF: goto yy14856; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy12864; + case 0xB4: goto yy14857; + case 0xB5: goto yy14858; + case 0xB6: goto yy14859; + case 0xB7: goto yy14860; + case 0xB8: goto yy7862; + case 0xB9: goto yy14861; + case 0xBB: goto yy14862; + case 0xBC: goto yy14863; + case 0xBD: goto yy14864; + case 0xBF: goto yy6788; + default: goto yy2; + } +yy12887: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy14865; + case 0x91: goto yy14866; + case 0x92: goto yy14867; + case 0x93: goto yy14868; + case 0x94: goto yy14869; + case 0x96: goto yy14870; + case 0x9B: goto yy14871; + case 0x9D: goto yy14872; + case 0x9E: goto yy14873; + case 0x9F: goto yy6798; + default: goto yy2; + } +yy12888: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy4671; + case 0xAA: + case 0xB5: + case 0xBA: goto yy12860; + default: goto yy2; + } +yy12889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12860; + goto yy4671; + } else { + if (yych == 0xB7) goto yy4671; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy12890: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB3) goto yy12860; + if (yych <= 0xB4) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy12860; + if (yych <= 0xBA) goto yy2; + goto yy12860; + } else { + if (yych == 0xBF) goto yy12860; + goto yy2; + } + } +yy12891: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy12860; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy12860; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy12892: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy4671; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy12893: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12860; + if (yych <= 0x89) goto yy4671; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy12894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych == 0x8A) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy12895: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy4671; + if (yych <= 0x8F) goto yy2; + goto yy12860; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy12860; + goto yy2; + } + } +yy12896: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy4671; + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy12897: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy12860; + if (yych <= 0x9F) goto yy4671; + goto yy2; + } else { + if (yych == 0xB0) goto yy4671; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy12898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy12860; + goto yy2; + } else { + if (yych <= 0x95) goto yy12860; + if (yych == 0x9D) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy12860; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12860; + if (yych <= 0xBE) goto yy4671; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy12899: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy12900: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy4671; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy12901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12860; + if (yych <= 0xB0) goto yy4671; + if (yych <= 0xB1) goto yy12860; + goto yy2; +yy12902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy12860; + goto yy4671; + } else { + if (yych == 0xB6) goto yy4671; + goto yy2; + } +yy12903: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy14874; + case 0xA1: goto yy14875; + case 0xA2: goto yy14766; + case 0xA3: goto yy9983; + case 0xA4: goto yy14876; + case 0xA5: goto yy14877; + case 0xA6: goto yy14878; + case 0xA7: goto yy14879; + case 0xA8: goto yy14880; + case 0xA9: goto yy14881; + case 0xAA: goto yy14882; + case 0xAB: goto yy14883; + case 0xAC: goto yy14884; + case 0xAD: goto yy14885; + case 0xAE: goto yy14886; + case 0xAF: goto yy14887; + case 0xB0: goto yy14888; + case 0xB1: goto yy14889; + case 0xB2: goto yy14890; + case 0xB3: goto yy14891; + case 0xB4: goto yy14892; + case 0xB5: goto yy14893; + case 0xB6: goto yy14894; + case 0xB7: goto yy14895; + case 0xB8: goto yy10004; + case 0xB9: goto yy10813; + case 0xBA: goto yy10006; + case 0xBB: goto yy10814; + case 0xBC: goto yy10815; + case 0xBD: goto yy10009; + case 0xBE: goto yy10010; + case 0xBF: goto yy10011; + default: goto yy2; + } +yy12904: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10012; + case 0x81: goto yy10816; + case 0x82: goto yy14896; + case 0x83: goto yy14788; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy12864; + case 0x89: goto yy14789; + case 0x8A: goto yy14790; + case 0x8B: goto yy14791; + case 0x8C: goto yy14792; + case 0x8D: goto yy14897; + case 0x8E: goto yy14898; + case 0x8F: goto yy14795; + case 0x90: goto yy14899; + case 0x99: goto yy14797; + case 0x9A: goto yy14798; + case 0x9B: goto yy14799; + case 0x9C: goto yy14900; + case 0x9D: goto yy14901; + case 0x9E: goto yy10020; + case 0x9F: goto yy10823; + case 0xA0: goto yy14902; + case 0xA1: goto yy14803; + case 0xA2: goto yy14903; + case 0xA3: goto yy14805; + case 0xA4: goto yy14904; + case 0xA5: goto yy10827; + case 0xA7: goto yy10828; + case 0xA8: goto yy14905; + case 0xA9: goto yy10028; + case 0xAA: goto yy10829; + case 0xAC: goto yy10030; + case 0xAD: goto yy10830; + case 0xAE: goto yy14906; + case 0xAF: goto yy14907; + case 0xB0: goto yy14908; + case 0xB1: goto yy14811; + case 0xB3: goto yy14909; + case 0xB4: goto yy14813; + case 0xB5: goto yy14814; + case 0xB6: goto yy14815; + case 0xB7: goto yy10036; + case 0xBC: goto yy14816; + case 0xBD: goto yy14817; + case 0xBE: goto yy14910; + case 0xBF: goto yy14911; + default: goto yy2; + } +yy12905: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10836; + case 0x81: goto yy10040; + case 0x82: goto yy10041; + case 0x83: goto yy10042; + case 0x84: goto yy14912; + case 0x85: goto yy14913; + case 0x86: goto yy14914; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy4675; + case 0x8C: goto yy10047; + case 0x8F: goto yy10048; + case 0x90: goto yy10049; + case 0x91: goto yy10050; + case 0x92: goto yy10051; + case 0x93: goto yy10052; + case 0x9D: goto yy10053; + case 0x9E: goto yy10054; + case 0x9F: goto yy10055; + case 0xA6: goto yy10056; + case 0xA7: goto yy10057; + case 0xAD: goto yy10058; + case 0xAE: goto yy10059; + case 0xAF: goto yy10060; + case 0xB0: goto yy14823; + case 0xB1: goto yy14824; + case 0xB2: goto yy12864; + case 0xB3: goto yy14915; + case 0xB4: goto yy14826; + case 0xB5: goto yy14916; + case 0xB6: goto yy14828; + case 0xB7: goto yy14917; + case 0xB8: goto yy2032; + case 0xBA: goto yy10064; + case 0xBB: goto yy7843; + case 0xBF: goto yy10065; + default: goto yy2; + } +yy12906: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14918; + case 0x82: goto yy10067; + case 0x84: goto yy14831; + case 0x86: goto yy14919; + case 0x87: goto yy10069; + case 0x88: goto yy10070; + case 0x89: goto yy10071; + case 0x8A: goto yy10072; + case 0x8B: goto yy10073; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy4675; + default: goto yy2; + } +yy12907: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy7744; + case 0x93: goto yy14920; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy12864; + case 0x98: goto yy14834; + case 0x99: goto yy14921; + case 0x9A: goto yy14922; + case 0x9B: goto yy14923; + case 0x9C: goto yy14924; + case 0x9D: goto yy12870; + case 0x9E: goto yy14925; + case 0x9F: goto yy14840; + case 0xA0: goto yy14926; + case 0xA1: goto yy14842; + case 0xA2: goto yy14927; + case 0xA3: goto yy14928; + case 0xA4: goto yy14929; + case 0xA5: goto yy14930; + case 0xA6: goto yy10085; + case 0xA7: goto yy10853; + case 0xA8: goto yy14931; + case 0xA9: goto yy14932; + case 0xAA: goto yy10089; + case 0xAB: goto yy14933; + case 0xAC: goto yy14850; + case 0xAD: goto yy14934; + case 0xAF: goto yy14935; + default: goto yy2; + } +yy12908: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy14936; + case 0xAD: goto yy14854; + case 0xAE: goto yy14937; + case 0xAF: goto yy14938; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy12864; + case 0xB4: goto yy14857; + case 0xB5: goto yy14858; + case 0xB6: goto yy14859; + case 0xB7: goto yy14939; + case 0xB8: goto yy10862; + case 0xB9: goto yy14940; + case 0xBB: goto yy14862; + case 0xBC: goto yy14941; + case 0xBD: goto yy14942; + case 0xBF: goto yy10101; + default: goto yy2; + } +yy12909: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy14943; + case 0x91: goto yy14944; + case 0x92: goto yy14867; + case 0x93: goto yy14868; + case 0x94: goto yy14869; + case 0x96: goto yy14945; + case 0x9B: goto yy14946; + case 0x9D: goto yy14947; + case 0x9E: goto yy14948; + case 0x9F: goto yy10108; + default: goto yy2; + } +yy12910: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy4671; + goto yy115; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy4671; + goto yy115; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6861; + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy115; + goto yy5251; + } else { + if (yych <= ';') goto yy115; + if (yych <= '>') goto yy4671; + if (yych <= '@') goto yy115; + goto yy3679; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy115; + if (yych <= '`') goto yy4671; + goto yy3679; + } else { + if (yych == '|') goto yy4671; + if (yych <= '}') goto yy115; + goto yy4671; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy115; + if (yych <= 0xC2) goto yy14949; + if (yych <= 0xC3) goto yy6610; + goto yy3683; + } else { + if (yych <= 0xCA) goto yy3684; + if (yych <= 0xCB) goto yy7736; + if (yych <= 0xCC) goto yy4675; + goto yy6612; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy14950; + if (yych <= 0xCF) goto yy6614; + goto yy3683; + } else { + if (yych <= 0xD2) goto yy6615; + if (yych <= 0xD3) goto yy3683; + if (yych <= 0xD4) goto yy3691; + goto yy3692; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy14951; + if (yych <= 0xD7) goto yy14952; + if (yych <= 0xD8) goto yy6618; + goto yy6619; + } else { + if (yych <= 0xDA) goto yy3683; + if (yych <= 0xDB) goto yy6620; + if (yych <= 0xDC) goto yy6621; + goto yy6622; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy6623; + if (yych <= 0xDF) goto yy6624; + goto yy6625; + } else { + if (yych <= 0xE1) goto yy14953; + if (yych <= 0xE2) goto yy14954; + if (yych <= 0xE3) goto yy6628; + goto yy6629; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy6630; + if (yych <= 0xEE) goto yy115; + goto yy14955; + } else { + if (yych <= 0xF0) goto yy6632; + if (yych == 0xF3) goto yy6633; + goto yy115; + } + } + } + } +yy12911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy12912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy12913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy4671; + if (yych <= 0x8B) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9B) { + if (yych <= 0x8F) goto yy2; + goto yy4671; + } else { + if (yych == 0xA0) goto yy4671; + goto yy2; + } + } +yy12914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; +yy12915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy3679; + if (yych == 0xA0) goto yy4671; + goto yy2; +yy12916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy3679; + if (yych <= 0x81) goto yy2; + goto yy3679; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy3679; + if (yych <= 0xBA) goto yy4671; + goto yy2; + } +yy12917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy3679; + goto yy2; + } else { + if (yych <= 0xB6) goto yy3679; + if (yych <= 0xB8) goto yy4671; + goto yy2; + } +yy12918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy3679; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych <= 0x86) goto yy4671; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy4671; + goto yy3679; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy4671; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } + } +yy12919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xA4) goto yy3679; + if (yych <= 0xA6) goto yy4671; + goto yy2; + } +yy12920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xB7) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy12921: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych == 0xBF) goto yy4671; + goto yy2; + } +yy12922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xAF) goto yy3679; + if (yych <= 0xBA) goto yy4671; + goto yy2; +yy12923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + goto yy3679; + } else { + if (yych <= 0xB4) goto yy4671; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy12924: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy3679; + goto yy4671; + } else { + if (yych == 0xB6) goto yy3679; + goto yy2; + } +yy12925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xB2) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy12926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy3679; + if (yych <= 0x89) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy3679; + } else { + if (yych == 0x9C) goto yy3679; + goto yy2; + } + } +yy12927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy3679; + goto yy2; + } else { + if (yych <= 0xAB) goto yy3679; + if (yych <= 0xB7) goto yy4671; + goto yy2; + } +yy12928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy12929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy3679; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy3679; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy3679; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy3679; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy3679; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy12930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych == 0x90) goto yy3679; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy4671; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } + } + } +yy12931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3679; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy12932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x85) goto yy3679; + goto yy2; + } else { + if (yych <= 0x87) goto yy3679; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy12933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy12934: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9B) goto yy3679; + if (yych <= 0x9D) goto yy4671; + goto yy2; + } +yy12935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy4671; + goto yy2; + } else { + if (yych <= 0x84) goto yy3679; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy12936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy3679; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy12937: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBF) goto yy4671; + goto yy2; + } +yy12938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy3679; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; +yy12939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy3679; + goto yy4671; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy12940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy4671; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy12941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy3679; + goto yy2; + } else { + if (yych <= 0x90) goto yy3679; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } +yy12942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x92) goto yy4671; + goto yy2; +yy12943: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3679; + goto yy2; + } else { + if (yych <= 0x99) goto yy3679; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } +yy12944: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy4671; + if (yych <= 0xA8) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy12945: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy4671; + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy12946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy4671; + goto yy2; +yy12947: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy2; +yy12948: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; +yy12949: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy4671; + goto yy3679; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy4671; + goto yy3679; + } else { + if (yych <= 0xBB) goto yy4671; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy12950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy3679; + goto yy4671; + } else { + if (yych == 0xB5) goto yy4671; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy12951: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy3679; + goto yy4671; + } else { + if (yych == 0xAF) goto yy4671; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy12952: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy3679; + goto yy4671; + } else { + if (yych == 0xA9) goto yy4671; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } +yy12953: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy3679; + goto yy4671; + } else { + if (yych <= 0x8B) goto yy3679; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy12954: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + goto yy2; + } else { + if (yych == 0xA0) goto yy2; + if (yych <= 0xAF) goto yy4671; + goto yy2; + } +yy12955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy3679; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; +yy12956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy4671; + goto yy2; +yy12957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy12958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAE) goto yy4671; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy12959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych == 0x90) goto yy2; + if (yych <= 0xB5) goto yy4671; + goto yy2; +yy12960: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy12961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy12962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy4671; + goto yy2; +yy12963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy4671; + goto yy2; +yy12964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBA) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy12965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA4) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy12966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAC) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } +yy12967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy4671; + goto yy2; +yy12968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy12969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4671; + goto yy2; + } else { + if (yych <= 0x99) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy12970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy4671; + goto yy2; +yy12971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy4671; + goto yy2; +yy12972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; +yy12973: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy4671; + goto yy115; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy4671; + goto yy115; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6861; + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy115; + goto yy5251; + } else { + if (yych <= ';') goto yy115; + if (yych <= '>') goto yy4671; + if (yych <= '@') goto yy115; + goto yy12973; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy115; + if (yych <= '`') goto yy4671; + goto yy12973; + } else { + if (yych == '|') goto yy4671; + if (yych <= '}') goto yy115; + goto yy4671; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy115; + if (yych <= 0xC2) goto yy14956; + if (yych <= 0xC3) goto yy14957; + goto yy12977; + } else { + if (yych <= 0xCA) goto yy12978; + if (yych <= 0xCB) goto yy7736; + if (yych <= 0xCC) goto yy4675; + goto yy14958; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy14959; + if (yych <= 0xCF) goto yy14960; + goto yy12977; + } else { + if (yych <= 0xD2) goto yy14961; + if (yych <= 0xD3) goto yy12977; + if (yych <= 0xD4) goto yy12983; + goto yy12984; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy14962; + if (yych <= 0xD7) goto yy14963; + if (yych <= 0xD8) goto yy14964; + goto yy14965; + } else { + if (yych <= 0xDA) goto yy12977; + if (yych <= 0xDB) goto yy14966; + if (yych <= 0xDC) goto yy14967; + goto yy14968; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy14969; + if (yych <= 0xDF) goto yy14970; + goto yy14971; + } else { + if (yych <= 0xE1) goto yy14972; + if (yych <= 0xE2) goto yy14973; + if (yych <= 0xE3) goto yy14974; + goto yy6629; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy14975; + if (yych <= 0xEE) goto yy115; + goto yy14976; + } else { + if (yych <= 0xF0) goto yy14977; + if (yych == 0xF3) goto yy6633; + goto yy115; + } + } + } + } +yy12975: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1980; + case 0xAA: + case 0xB5: + case 0xBA: goto yy12973; + default: goto yy2; + } +yy12976: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12973; + goto yy1980; + } else { + if (yych == 0xB7) goto yy1980; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy12977: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy12978: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12973; + goto yy2; +yy12979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0xB3) goto yy12973; + if (yych <= 0xB4) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy12973; + if (yych <= 0xBA) goto yy2; + goto yy12973; + } else { + if (yych == 0xBF) goto yy12973; + goto yy2; + } + } +yy12980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1980; + goto yy12973; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy12973; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy12981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1980; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy12982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12973; + if (yych <= 0x89) goto yy1980; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy12983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy12984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12973; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy12985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy12986: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1980; + if (yych <= 0x8F) goto yy2; + goto yy12973; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy12973; + goto yy2; + } + } +yy12987: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1980; + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy12988: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy12973; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy12973; + } else { + if (yych <= 0xB0) goto yy1980; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy12989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy12973; + goto yy2; + } else { + if (yych <= 0x95) goto yy12973; + if (yych == 0x9D) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1980; + if (yych <= 0xAF) goto yy12973; + goto yy843; + } else { + if (yych <= 0xBC) goto yy12973; + if (yych <= 0xBE) goto yy1980; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy12990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy12991: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1980; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy12992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12973; + if (yych <= 0xB0) goto yy1980; + if (yych <= 0xB1) goto yy12973; + goto yy2; +yy12993: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy12973; + } else { + if (yych <= 0xB3) goto yy1980; + if (yych == 0xB6) goto yy1980; + goto yy2; + } +yy12994: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy14978; + case 0xA1: goto yy14979; + case 0xA2: goto yy14980; + case 0xA3: goto yy6637; + case 0xA4: goto yy14981; + case 0xA5: goto yy14982; + case 0xA6: goto yy14983; + case 0xA7: goto yy14984; + case 0xA8: goto yy14985; + case 0xA9: goto yy14986; + case 0xAA: goto yy14987; + case 0xAB: goto yy14988; + case 0xAC: goto yy14989; + case 0xAD: goto yy14990; + case 0xAE: goto yy14991; + case 0xAF: goto yy14992; + case 0xB0: goto yy14993; + case 0xB1: goto yy14994; + case 0xB2: goto yy14995; + case 0xB3: goto yy14996; + case 0xB4: goto yy14997; + case 0xB5: goto yy14998; + case 0xB6: goto yy14999; + case 0xB7: goto yy15000; + case 0xB8: goto yy6658; + case 0xB9: goto yy6659; + case 0xBA: goto yy6660; + case 0xBB: goto yy6661; + case 0xBC: goto yy6662; + case 0xBD: goto yy6663; + case 0xBE: goto yy6664; + case 0xBF: goto yy6665; + default: goto yy2; + } +yy12995: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6666; + case 0x81: goto yy6667; + case 0x82: goto yy15001; + case 0x83: goto yy15002; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy12977; + case 0x89: goto yy15003; + case 0x8A: goto yy15004; + case 0x8B: goto yy15005; + case 0x8C: goto yy15006; + case 0x8D: goto yy15007; + case 0x8E: goto yy15008; + case 0x8F: goto yy15009; + case 0x90: goto yy15010; + case 0x99: goto yy15011; + case 0x9A: goto yy15012; + case 0x9B: goto yy15013; + case 0x9C: goto yy15014; + case 0x9D: goto yy15015; + case 0x9E: goto yy6683; + case 0x9F: goto yy6684; + case 0xA0: goto yy15016; + case 0xA1: goto yy15017; + case 0xA2: goto yy15018; + case 0xA3: goto yy15019; + case 0xA4: goto yy15020; + case 0xA5: goto yy6690; + case 0xA7: goto yy6691; + case 0xA8: goto yy15021; + case 0xA9: goto yy6693; + case 0xAA: goto yy6694; + case 0xAC: goto yy6695; + case 0xAD: goto yy6696; + case 0xAE: goto yy15022; + case 0xAF: goto yy15023; + case 0xB0: goto yy15024; + case 0xB1: goto yy15025; + case 0xB3: goto yy15026; + case 0xB4: goto yy15027; + case 0xB5: goto yy15028; + case 0xB6: goto yy15029; + case 0xB7: goto yy6705; + case 0xBC: goto yy15030; + case 0xBD: goto yy15031; + case 0xBE: goto yy15032; + case 0xBF: goto yy15033; + default: goto yy2; + } +yy12996: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6710; + case 0x81: goto yy6711; + case 0x82: goto yy6712; + case 0x83: goto yy6713; + case 0x84: goto yy15034; + case 0x85: goto yy15035; + case 0x86: goto yy15036; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy3686; + case 0x88: goto yy6717; + case 0x8C: goto yy6718; + case 0x8F: goto yy6719; + case 0x90: goto yy6720; + case 0x91: goto yy6721; + case 0x92: goto yy6722; + case 0x93: goto yy6723; + case 0x9D: goto yy6724; + case 0x9E: goto yy6725; + case 0x9F: goto yy6726; + case 0xA6: goto yy6727; + case 0xA7: goto yy6728; + case 0xAD: goto yy6729; + case 0xAE: goto yy6730; + case 0xAF: goto yy6731; + case 0xB0: goto yy15037; + case 0xB1: goto yy15038; + case 0xB2: goto yy12977; + case 0xB3: goto yy15039; + case 0xB4: goto yy15040; + case 0xB5: goto yy15041; + case 0xB6: goto yy15042; + case 0xB7: goto yy15043; + case 0xB8: goto yy3009; + case 0xBA: goto yy6739; + case 0xBB: goto yy6740; + case 0xBF: goto yy6741; + default: goto yy2; + } +yy12997: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15044; + case 0x82: goto yy6743; + case 0x84: goto yy15045; + case 0x86: goto yy15046; + case 0x87: goto yy6746; + case 0x88: goto yy6747; + case 0x89: goto yy6748; + case 0x8A: goto yy6749; + case 0x8B: goto yy6750; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy3686; + default: goto yy2; + } +yy12998: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy6751; + case 0x93: goto yy15047; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy12977; + case 0x98: goto yy15048; + case 0x99: goto yy15049; + case 0x9A: goto yy15050; + case 0x9B: goto yy15051; + case 0x9C: goto yy15052; + case 0x9D: goto yy12983; + case 0x9E: goto yy15053; + case 0x9F: goto yy15054; + case 0xA0: goto yy15055; + case 0xA1: goto yy15056; + case 0xA2: goto yy15057; + case 0xA3: goto yy15058; + case 0xA4: goto yy15059; + case 0xA5: goto yy15060; + case 0xA6: goto yy6766; + case 0xA7: goto yy6767; + case 0xA8: goto yy15061; + case 0xA9: goto yy15062; + case 0xAA: goto yy6770; + case 0xAB: goto yy15063; + case 0xAC: goto yy15064; + case 0xAD: goto yy15065; + case 0xAF: goto yy15066; + default: goto yy2; + } +yy12999: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy15067; + case 0xAD: goto yy15068; + case 0xAE: goto yy15069; + case 0xAF: goto yy15070; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy12977; + case 0xB4: goto yy15071; + case 0xB5: goto yy15072; + case 0xB6: goto yy15073; + case 0xB7: goto yy15074; + case 0xB8: goto yy6783; + case 0xB9: goto yy15075; + case 0xBB: goto yy15076; + case 0xBC: goto yy15077; + case 0xBD: goto yy15078; + case 0xBF: goto yy6788; + default: goto yy2; + } +yy13000: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy15079; + case 0x91: goto yy15080; + case 0x92: goto yy15081; + case 0x93: goto yy15082; + case 0x94: goto yy15083; + case 0x96: goto yy15084; + case 0x9B: goto yy15085; + case 0x9D: goto yy15086; + case 0x9E: goto yy15087; + case 0x9F: goto yy6798; + default: goto yy2; + } +yy13001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1564; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy13002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych == 0x86) goto yy1564; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy13003: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x91) goto yy2; + goto yy1564; + } else { + if (yych == 0x95) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych <= 0xA3) goto yy1564; + if (yych <= 0xAF) goto yy2; + goto yy6833; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy13004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x87) { + if (yych <= 0x86) goto yy2; + goto yy1564; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8E) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy843; + goto yy2930; + } else { + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBA) goto yy6833; + goto yy2; + } + } +yy13005: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy6833; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy6833; + } else { + if (yych == 0xBF) goto yy6833; + goto yy2; + } + } +yy13006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy6833; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy6833; + goto yy2; +yy13007: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy6833; + goto yy2; +yy13008: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy13009: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy6833; + goto yy2; +yy13010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy6833; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy13011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy6833; + goto yy2; + } else { + if (yych <= 0x89) goto yy6833; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy6833; + goto yy2; + } +yy13012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy13013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy6833; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy6833; + goto yy2; +yy13014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy13015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy6833; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy13016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy6833; + goto yy2; +yy13017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy6833; + goto yy2; +yy13018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6833; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy6833; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy6833; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6833; + if (yych == 0xBF) goto yy6833; + goto yy2; + } + } +yy13019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB6) goto yy6833; + goto yy2; +yy13020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy6833; + goto yy2; +yy13021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy6833; + goto yy2; +yy13022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy6833; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy13023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych == 0x80) goto yy6833; + if (yych <= 0x8F) goto yy2; + goto yy6833; + } else { + if (yych <= 0x97) { + if (yych <= 0x94) goto yy2; + goto yy6833; + } else { + if (yych <= 0x98) goto yy2; + if (yych <= 0xB3) goto yy6833; + goto yy2; + } + } +yy13024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy6833; + goto yy2; +yy13025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy6833; + goto yy2; +yy13026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x88) goto yy2; + if (yych <= 0xA4) goto yy6833; + goto yy2; +yy13027: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy6833; + goto yy2; +yy13028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy6833; + goto yy2; +yy13029: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6833; + goto yy2; +yy13030: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy6833; + goto yy2; +yy13031: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB7) goto yy6833; + goto yy2; +yy13032: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xAF) goto yy6833; + goto yy2; +yy13033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy6833; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy13034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xA6) goto yy6833; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; +yy13035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy6833; + if (yych == 0xB6) goto yy6833; + goto yy2; +yy13036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) goto yy2; + if (yych <= 0xB2) goto yy6833; + goto yy2; +yy13037: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x84) goto yy6833; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych == 0x9B) goto yy2; + if (yych <= 0x9C) goto yy6833; + goto yy2; + } +yy13038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xAB) goto yy6833; + goto yy2; +yy13039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6833; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy6833; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy6833; + goto yy2; + } else { + if (yych <= 0xA8) goto yy6833; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy13040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6833; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy13041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x90) goto yy6833; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy6833; + goto yy2; +yy13042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy6833; + goto yy2; + } else { + if (yych <= 0x87) goto yy6833; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy13043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9B) goto yy6833; + goto yy2; +yy13044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x84) goto yy6833; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy13045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6833; + goto yy2; +yy13046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy6833; + goto yy843; + } else { + if (yych == 0xBF) goto yy6833; + goto yy2; + } +yy13047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy6833; + goto yy2; +yy13048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy6833; + goto yy2; +yy13049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy6833; + goto yy2; +yy13050: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6833; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy13051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy6833; + goto yy2; +yy13052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } else { + if (yych <= 0xB7) goto yy6833; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy13053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6833; + goto yy2; +yy13054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy6833; + if (yych == 0x90) goto yy6833; + goto yy2; +yy13055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6833; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy6833; + goto yy2; +yy13056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6833; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy6833; + goto yy2; +yy13057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy13058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy6833; + } else { + if (yych == 0xA2) goto yy6833; + if (yych <= 0xA4) goto yy2; + goto yy6833; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy6833; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy6833; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } + } +yy13059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy13060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6833; + goto yy2; + } else { + if (yych <= 0x8A) goto yy6833; + if (yych <= 0x8C) goto yy2; + goto yy6833; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy6833; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy6833; + goto yy2; + } + } +yy13061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy6833; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy6833; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy13062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6833; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; +yy13063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych == 0x80) goto yy6833; + if (yych <= 0x81) goto yy2; + goto yy6833; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy2; + goto yy6833; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } + } +yy13064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy6833; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy13065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy6833; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy13066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6833; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + if (yych <= 0xBF) goto yy6833; + goto yy2; + } +yy13067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy6833; + goto yy2; + } else { + if (yych <= 0x8B) goto yy6833; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy13068: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy6833; + goto yy2; +yy13069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy6833; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy6833; + } else { + if (yych == 0xA4) goto yy6833; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy6833; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy6833; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy6833; + } else { + if (yych == 0xBB) goto yy6833; + goto yy2; + } + } + } +yy13070: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy6833; + default: goto yy2; + } +yy13071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy6833; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy6833; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy6833; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy6833; + goto yy2; + } + } +yy13072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1245; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy13073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1245; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy13074: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy1245; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy1564; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } +yy13075: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy113; + goto yy2; + } else { + if (yych <= 0xB2) goto yy1245; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy13076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy113; + if (yych <= 0x91) goto yy2; + goto yy1564; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy1245; + if (yych <= 0xA6) goto yy113; + if (yych <= 0xA8) goto yy2; + goto yy113; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy6863; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } + } +yy13077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy1564; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy1245; + goto yy1564; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy6863; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy13078: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy113; + goto yy115; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy113; + goto yy115; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6861; + if (yych <= '.') goto yy6862; + if (yych <= '/') goto yy115; + goto yy5408; + } else { + if (yych <= ';') goto yy115; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy115; + goto yy13078; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy115; + if (yych <= '`') goto yy113; + goto yy13078; + } else { + if (yych == '|') goto yy113; + if (yych <= '}') goto yy115; + goto yy113; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy115; + if (yych <= 0xC2) goto yy15088; + if (yych <= 0xC3) goto yy15089; + goto yy15090; + } else { + if (yych <= 0xCA) goto yy15091; + if (yych <= 0xCB) goto yy564; + if (yych <= 0xCC) goto yy118; + goto yy15092; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy15093; + if (yych <= 0xCF) goto yy15094; + goto yy15090; + } else { + if (yych <= 0xD2) goto yy15095; + if (yych <= 0xD3) goto yy15090; + if (yych <= 0xD4) goto yy15096; + goto yy15097; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy15098; + if (yych <= 0xD7) goto yy15099; + if (yych <= 0xD8) goto yy15100; + goto yy15101; + } else { + if (yych <= 0xDA) goto yy15090; + if (yych <= 0xDB) goto yy15102; + if (yych <= 0xDC) goto yy15103; + goto yy15104; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy15105; + if (yych <= 0xDF) goto yy15106; + goto yy15107; + } else { + if (yych <= 0xE1) goto yy15108; + if (yych <= 0xE2) goto yy15109; + if (yych <= 0xE3) goto yy15110; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy15111; + if (yych <= 0xEE) goto yy115; + goto yy15112; + } else { + if (yych <= 0xF0) goto yy15113; + if (yych == 0xF3) goto yy282; + goto yy115; + } + } + } + } +yy13080: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy6863; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy6863; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy6863; + } else { + if (yych == 0xBF) goto yy6863; + goto yy2; + } + } +yy13081: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy6863; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy6863; + goto yy2; +yy13082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy6863; + goto yy2; +yy13083: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy6863; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy13084: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy6863; + if (yych == 0xA0) goto yy113; + goto yy2; +yy13085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy6863; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy13086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy6863; + if (yych <= 0x81) goto yy2; + goto yy6863; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy6863; + if (yych <= 0xBA) goto yy113; + goto yy2; + } +yy13087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy6863; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy13088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy6863; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy6863; + goto yy2; +yy13089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy6863; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy13090: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy6863; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy13091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy6863; + goto yy2; +yy13092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy6863; + goto yy2; +yy13093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6863; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy6863; + goto yy2; +yy13094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6863; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy6863; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6863; + if (yych == 0xBF) goto yy6863; + goto yy2; + } + } +yy13095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6863; + goto yy2; + } else { + if (yych <= 0xB6) goto yy6863; + if (yych <= 0xB8) goto yy113; + goto yy2; + } +yy13096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6863; + goto yy2; +yy13097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy6863; + goto yy2; +yy13098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6863; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy6863; + goto yy2; +yy13099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy6863; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy13100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy6863; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych <= 0x86) goto yy113; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy6863; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy6863; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy113; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy13101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy6863; + goto yy2; +yy13102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy6863; + goto yy2; +yy13103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6863; + goto yy113; + } else { + if (yych <= 0xA4) goto yy6863; + if (yych <= 0xA6) goto yy113; + goto yy2; + } +yy13104: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6863; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy6863; + goto yy2; +yy13105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy6863; + goto yy2; +yy13106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6863; + goto yy2; +yy13107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy6863; + goto yy2; +yy13108: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB7) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy13109: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych == 0xBF) goto yy113; + goto yy2; + } +yy13110: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xAF) goto yy6863; + if (yych <= 0xBA) goto yy113; + goto yy2; +yy13111: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy6863; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy13112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy6863; + } else { + if (yych <= 0xB4) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy13113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy6863; + goto yy113; + } else { + if (yych == 0xB6) goto yy6863; + goto yy2; + } +yy13114: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB2) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy13115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy6863; + if (yych <= 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy6863; + } else { + if (yych == 0x9C) goto yy6863; + goto yy2; + } + } +yy13116: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy6863; + goto yy2; + } else { + if (yych <= 0xAB) goto yy6863; + if (yych <= 0xB7) goto yy113; + goto yy2; + } +yy13117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6863; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy6863; + goto yy2; + } else { + if (yych <= 0xA8) goto yy6863; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy13118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6863; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy13119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy6863; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6863; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6863; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6863; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy13120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy6863; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy113; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy6863; + goto yy113; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } + } +yy13121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6863; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy13122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x85) goto yy6863; + goto yy2; + } else { + if (yych <= 0x87) goto yy6863; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy13123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6863; + goto yy113; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy13124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x9B) goto yy6863; + if (yych <= 0x9D) goto yy113; + goto yy2; + } +yy13125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x84) goto yy6863; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy13126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6863; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy13127: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy113; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBF) goto yy113; + goto yy2; + } +yy13128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy13129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy6863; + goto yy843; + } else { + if (yych == 0xBF) goto yy6863; + goto yy2; + } +yy13130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy6863; + goto yy2; +yy13131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy6863; + goto yy2; +yy13132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy6863; + goto yy2; +yy13133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6863; + goto yy2; +yy13134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6863; + goto yy2; +yy13135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6863; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy13136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy6863; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy13137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6863; + goto yy113; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy13138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy6863; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy13139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6863; + goto yy2; +yy13140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy6863; + goto yy2; + } else { + if (yych <= 0x90) goto yy6863; + if (yych <= 0xBE) goto yy113; + goto yy2; + } +yy13141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6863; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy6863; + goto yy2; +yy13142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6863; + goto yy2; + } else { + if (yych <= 0x99) goto yy6863; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy13143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy13144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy6863; + } else { + if (yych == 0xA2) goto yy6863; + if (yych <= 0xA4) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy6863; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy6863; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } + } +yy13145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy13146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6863; + goto yy2; + } else { + if (yych <= 0x8A) goto yy6863; + if (yych <= 0x8C) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy6863; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy6863; + goto yy2; + } + } +yy13147: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy6863; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy6863; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy13148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6863; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy6863; + goto yy2; +yy13149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy113; + goto yy6863; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy113; + goto yy6863; + } else { + if (yych <= 0xBB) goto yy113; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } + } +yy13150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy6863; + goto yy113; + } else { + if (yych == 0xB5) goto yy113; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy13151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy6863; + goto yy113; + } else { + if (yych == 0xAF) goto yy113; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy13152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6863; + goto yy113; + } else { + if (yych == 0xA9) goto yy113; + if (yych <= 0xBF) goto yy6863; + goto yy2; + } +yy13153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy6863; + goto yy113; + } else { + if (yych <= 0x8B) goto yy6863; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy13154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy6863; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; +yy13155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy6863; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy6863; + } else { + if (yych == 0xA4) goto yy6863; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy6863; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy6863; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy6863; + } else { + if (yych == 0xBB) goto yy6863; + goto yy2; + } + } + } +yy13156: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy6863; + default: goto yy2; + } +yy13157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy6863; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy6863; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy6863; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy6863; + goto yy2; + } + } +yy13158: + yyaccept = 25; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; +yy13159: + if (yybm[0+yych] & 128) { + goto yy13158; + } + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xC1) goto yy13160; + if (yych <= 0xC2) goto yy13161; + goto yy13162; + } else { + if (yych <= 0xE0) goto yy13163; + if (yych <= 0xE1) goto yy13164; + goto yy13165; + } + } else { + if (yych <= 0xF0) { + if (yych <= 0xE3) goto yy13166; + if (yych <= 0xEF) goto yy13164; + goto yy13167; + } else { + if (yych <= 0xF3) goto yy13168; + if (yych <= 0xF4) goto yy13169; + } + } +yy13160: +#line 165 "scanner.re" + { return URL; } +#line 228834 "scanner.c" +yy13161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA0) goto yy2; + if (yych <= 0xBF) goto yy13158; + goto yy2; +yy13162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy13158; + goto yy2; +yy13163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13162; + goto yy2; +yy13164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy13162; + goto yy2; +yy13165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy15114; + if (yych <= 0xBF) goto yy13162; + goto yy2; +yy13166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy15115; + if (yych <= 0xBF) goto yy13162; + goto yy2; +yy13167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy13164; + goto yy2; +yy13168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy13164; + goto yy2; +yy13169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy13164; + goto yy2; +yy13170: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '\'') { + if (yych == '$') goto yy113; + if (yych <= '&') goto yy57; + goto yy1564; + } else { + if (yych == '+') goto yy113; + if (yych <= ',') goto yy57; + goto yy1565; + } + } else { + if (yych <= ':') { + if (yych <= '.') goto yy3648; + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy950; + goto yy246; + } else { + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy57; + goto yy1240; + } + } + } else { + if (yych <= '{') { + if (yych <= '`') { + if (yych <= ']') goto yy57; + if (yych == '_') goto yy1567; + goto yy113; + } else { + if (yych == 'u') goto yy15116; + if (yych <= 'z') goto yy1240; + goto yy57; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy57; + if (yych <= '~') goto yy113; + goto yy57; + } else { + if (yych <= 0xC2) goto yy1569; + if (yych <= 0xC3) goto yy1570; + if (yych <= 0xC9) goto yy268; + goto yy1571; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy257; + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy1572; + goto yy1573; + } else { + if (yych <= 0xCF) goto yy1574; + if (yych == 0xD2) goto yy1575; + goto yy268; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy1576; + if (yych <= 0xD5) goto yy1577; + if (yych <= 0xD6) goto yy1578; + goto yy265; + } else { + if (yych <= 0xD8) goto yy266; + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + goto yy269; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy270; + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + goto yy273; + } else { + if (yych <= 0xE0) goto yy274; + if (yych <= 0xE1) goto yy1579; + if (yych <= 0xE2) goto yy1580; + goto yy277; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy278; + if (yych == 0xEA) goto yy1581; + goto yy57; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy1582; + goto yy1583; + } else { + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } + } +yy13171: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy831; + goto yy2; +yy13172: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; +yy13173: + yych = *++YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy110; + goto yy5408; + } else { + if (yych <= 0xB4) goto yy110; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy831; + goto yy2; + } +yy13174: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy110; + } else { + if (yych <= 0x84) goto yy5408; + if (yych <= 0x89) goto yy2; + goto yy110; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy5408; + } else { + if (yych == 0x9C) goto yy5408; + goto yy2; + } + } +yy13175: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5408; + goto yy110; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy831; + goto yy2; + } +yy13176: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy110; + if (yych <= 0x85) goto yy5408; + goto yy2; + } else { + if (yych <= 0x87) goto yy5408; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; + } +yy13177: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy110; + goto yy2; + } else { + if (yych <= 0x84) goto yy5408; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy831; + goto yy2; + } +yy13178: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy5408; + goto yy831; + } else { + if (yych == 0xBF) goto yy5408; + goto yy2; + } +yy13179: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5408; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy831; + goto yy2; +yy13180: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy110; + if (yych <= 0x8F) goto yy2; + goto yy831; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy13181: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5408; + goto yy110; + } else { + if (yych <= 0x8B) goto yy5408; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy831; + goto yy2; + } +yy13182: + yych = *++YYCURSOR; + if (yych == 'u') goto yy15117; + goto yy2; +yy13183: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB5: + case 0xB8: + case 0xBA: goto yy10684; + default: goto yy2; + } +yy13184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x85) { + if (yych <= 0x81) goto yy2; + goto yy10684; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x9F) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych == 0xAC) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) { + if (yych <= 0xBA) goto yy2; + goto yy10684; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } +yy13186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + goto yy10684; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy10684; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych == 0x8A) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBE) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy10684; + if (yych <= 0x8F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy10684; + goto yy2; + } + } +yy13189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy10684; + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xAD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy13191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x93) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9C) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA4) goto yy10684; + if (yych <= 0xA6) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy13193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy10684; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy13194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy10684; + goto yy2; +yy13195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB3) goto yy10684; + if (yych == 0xB6) goto yy10684; + goto yy2; +yy13196: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy15118; + case 0xA1: goto yy15119; + case 0xA2: goto yy13207; + case 0xA3: goto yy15120; + case 0xA4: goto yy10688; + case 0xA5: goto yy15121; + case 0xA6: goto yy15122; + case 0xA7: goto yy15123; + case 0xA8: goto yy15124; + case 0xA9: goto yy15125; + case 0xAA: goto yy15126; + case 0xAB: goto yy15127; + case 0xAC: goto yy15128; + case 0xAD: goto yy15129; + case 0xAE: goto yy15130; + case 0xAF: goto yy15131; + case 0xB0: goto yy15132; + case 0xB1: goto yy15133; + case 0xB2: goto yy15134; + case 0xB3: goto yy15135; + case 0xB4: goto yy15136; + case 0xB5: goto yy15137; + case 0xB6: goto yy15138; + case 0xB7: goto yy15139; + case 0xB8: goto yy15140; + case 0xB9: goto yy15141; + case 0xBA: goto yy15142; + case 0xBB: goto yy15143; + case 0xBC: goto yy15144; + case 0xBD: goto yy15145; + case 0xBE: goto yy15146; + case 0xBF: goto yy15147; + default: goto yy2; + } +yy13197: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15148; + case 0x81: goto yy15149; + case 0x82: goto yy15150; + case 0x83: goto yy13240; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy10688; + case 0x89: goto yy13241; + case 0x8A: goto yy13242; + case 0x8B: goto yy13243; + case 0x8C: goto yy13244; + case 0x8D: goto yy15151; + case 0x8E: goto yy15152; + case 0x8F: goto yy13247; + case 0x90: goto yy15153; + case 0x99: goto yy13249; + case 0x9A: goto yy13250; + case 0x9B: goto yy13251; + case 0x9C: goto yy15154; + case 0x9D: goto yy15155; + case 0x9E: goto yy15156; + case 0x9F: goto yy15157; + case 0xA0: goto yy15158; + case 0xA1: goto yy13257; + case 0xA2: goto yy15159; + case 0xA3: goto yy13259; + case 0xA4: goto yy15160; + case 0xA5: goto yy15161; + case 0xA7: goto yy15162; + case 0xA8: goto yy15119; + case 0xA9: goto yy15163; + case 0xAA: goto yy15164; + case 0xAC: goto yy15165; + case 0xAD: goto yy15166; + case 0xAE: goto yy15167; + case 0xAF: goto yy13331; + case 0xB0: goto yy15168; + case 0xB1: goto yy13271; + case 0xB3: goto yy15169; + case 0xB4: goto yy13273; + case 0xB5: goto yy13274; + case 0xB6: goto yy13275; + case 0xB7: goto yy15170; + case 0xBC: goto yy13277; + case 0xBD: goto yy13278; + case 0xBE: goto yy15171; + case 0xBF: goto yy15172; + default: goto yy2; + } +yy13198: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15173; + case 0x81: goto yy15174; + case 0x82: goto yy15175; + case 0x83: goto yy15176; + case 0x84: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xB2: + case 0xBC: + case 0xBD: + case 0xBE: goto yy10688; + case 0x85: goto yy15177; + case 0x86: goto yy15178; + case 0x8C: goto yy15179; + case 0x8F: goto yy15180; + case 0x90: goto yy15181; + case 0x91: goto yy15182; + case 0x92: goto yy15183; + case 0x93: goto yy15184; + case 0x9D: goto yy15185; + case 0x9E: goto yy15186; + case 0x9F: goto yy15187; + case 0xA6: goto yy15188; + case 0xA7: goto yy15189; + case 0xAD: goto yy15190; + case 0xAE: goto yy15191; + case 0xAF: goto yy15192; + case 0xB0: goto yy13302; + case 0xB1: goto yy13303; + case 0xB3: + case 0xBB: goto yy13331; + case 0xB4: goto yy13305; + case 0xB5: goto yy15193; + case 0xB6: goto yy13307; + case 0xB7: goto yy15194; + case 0xB8: goto yy7433; + case 0xBA: goto yy15195; + case 0xBF: goto yy15196; + default: goto yy2; + } +yy13199: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15197; + case 0x82: goto yy15198; + case 0x84: goto yy13314; + case 0x86: goto yy15199; + case 0x87: goto yy15200; + case 0x88: goto yy15201; + case 0x89: goto yy15202; + case 0x8A: goto yy15203; + case 0x8B: goto yy15204; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy10688; + default: goto yy2; + } +yy13200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy10688; + goto yy2; +yy13201: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy13192; + case 0x93: goto yy15205; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xA2: + case 0xAE: goto yy10688; + case 0x98: goto yy13323; + case 0x99: goto yy15206; + case 0x9A: goto yy15207; + case 0x9B: goto yy15208; + case 0x9C: goto yy15209; + case 0x9D: goto yy10696; + case 0x9E: goto yy15210; + case 0x9F: goto yy13329; + case 0xA0: goto yy15211; + case 0xA1: goto yy13331; + case 0xA3: goto yy15212; + case 0xA4: goto yy15213; + case 0xA5: goto yy15214; + case 0xA6: goto yy15215; + case 0xA7: goto yy15216; + case 0xA8: goto yy15217; + case 0xA9: goto yy15218; + case 0xAA: goto yy15219; + case 0xAB: goto yy15220; + case 0xAC: goto yy13342; + case 0xAD: goto yy15221; + case 0xAF: goto yy15222; + default: goto yy2; + } +yy13202: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy15223; + case 0xAD: goto yy13346; + case 0xAE: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy10688; + case 0xAF: goto yy15224; + case 0xB4: goto yy13349; + case 0xB5: goto yy13192; + case 0xB6: goto yy13350; + case 0xB7: goto yy15225; + case 0xB8: goto yy15226; + case 0xB9: goto yy15227; + case 0xBB: goto yy13354; + case 0xBC: goto yy15228; + case 0xBD: goto yy15229; + case 0xBF: goto yy15230; + default: goto yy2; + } +yy13203: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy15231; + case 0x91: goto yy15232; + case 0x92: goto yy13360; + case 0x93: goto yy13361; + case 0x94: goto yy13362; + case 0x96: goto yy15233; + case 0x9B: goto yy15234; + case 0x9D: goto yy15235; + case 0x9E: goto yy15236; + case 0x9F: goto yy15237; + default: goto yy2; + } +yy13204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xA0) goto yy15238; + goto yy2; +yy13205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych == 0x9A) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy7354; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy7354; + goto yy2; + } + } +yy13206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy10684; + if (yych <= 0x9B) goto yy7354; + goto yy2; +yy13207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; +yy13208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy10684; + } else { + if (yych == 0xBD) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy13210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy10684; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB2) goto yy10684; + if (yych <= 0xB5) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy13212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy7354; + goto yy10684; + } else { + if (yych == 0x97) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA1) goto yy10684; + if (yych <= 0xA3) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy7354; + goto yy2; + } + } + } +yy13213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy10684; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy10684; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy10684; + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy13214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x90) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy7354; + } else { + if (yych <= 0xB4) goto yy10684; + if (yych <= 0xB5) goto yy7354; + goto yy2; + } + } + } +yy13215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy10684; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy10684; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10684; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy13216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x8F) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy10684; + if (yych <= 0xA3) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB1) goto yy7354; + if (yych == 0xB9) goto yy10684; + goto yy2; + } + } +yy13217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy10684; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy10684; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10684; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy13218: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x95) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB0) goto yy7354; + if (yych <= 0xB1) goto yy10684; + goto yy2; + } + } + } +yy13219: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy7354; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy10684; + default: goto yy2; + } +yy13220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy10684; + goto yy2; + } else { + if (yych <= 0x97) goto yy7354; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy7354; + goto yy2; + } + } +yy13221: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy13222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x94) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy10684; + if (yych <= 0x9F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xA3) goto yy7354; + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } +yy13223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy13224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x94) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy10684; + if (yych <= 0x9F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xA3) goto yy7354; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy10684; + goto yy2; + } + } +yy13225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBD) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy13226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x8E) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy7354; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy10684; + } else { + if (yych == 0xBD) goto yy10684; + goto yy2; + } + } +yy13228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + goto yy2; + } else { + if (yych <= 0x8A) goto yy7354; + if (yych <= 0x8E) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy7354; + goto yy2; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy7354; + goto yy2; + } + } +yy13229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy7354; + goto yy2; + } else { + if (yych <= 0xBA) goto yy7354; + if (yych == 0xBF) goto yy7354; + goto yy2; + } +yy13230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy7354; + goto yy2; +yy13231: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy7354; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBC) goto yy7354; + goto yy2; + } +yy13232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy7354; + goto yy2; +yy13233: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych == 0x93) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xB3) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy13234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13235: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x87) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0x98) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy13236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy7354; + goto yy2; + } else { + if (yych <= 0x8F) goto yy7354; + if (yych <= 0x94) goto yy2; + if (yych <= 0x98) goto yy7354; + goto yy2; + } +yy13237: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBE) goto yy7354; + goto yy2; +yy13238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x99) { + if (yych <= 0x95) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9D) goto yy2; + if (yych <= 0xA0) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0xA4) goto yy7354; + if (yych <= 0xA6) goto yy2; + goto yy7354; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } + } +yy13239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy7354; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy13240: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych == 0x87) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x8F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13241: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy10684; + goto yy2; + } else { + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x8F) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9D) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } + } +yy13243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy10684; + if (yych <= 0x81) goto yy2; + goto yy10684; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy10684; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy10684; + goto yy2; + } else { + if (yych <= 0x95) goto yy10684; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy13245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy10684; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy7354; + goto yy2; +yy13246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy10684; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy13247: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy10684; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; +yy13248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy13249: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy10684; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy13250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy13251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy10684; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy10684; + goto yy2; +yy13252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB1) goto yy10684; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } + } +yy13253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x93) goto yy7354; + if (yych <= 0x9F) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy7354; + goto yy2; + } + } +yy13254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy7354; + goto yy2; + } else { + if (yych == 0x9C) goto yy2; + if (yych <= 0x9D) goto yy7354; + goto yy2; + } +yy13256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy13257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy13258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xAA) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy13259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy10684; + goto yy2; +yy13260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAB) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy7354; + goto yy2; + } +yy13261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy7354; + goto yy2; +yy13262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10684; + if (yych <= 0x9B) goto yy7354; + goto yy2; +yy13264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9E) goto yy7354; + goto yy2; + } else { + if (yych <= 0xBC) goto yy7354; + if (yych == 0xBF) goto yy7354; + goto yy2; + } +yy13265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy7354; + goto yy2; +yy13266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy7354; + goto yy2; +yy13268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xA0) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy10684; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy13269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy10684; + if (yych <= 0xB3) goto yy7354; + goto yy2; +yy13270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy10684; + if (yych <= 0xB7) goto yy7354; + goto yy2; +yy13271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy10684; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy13272: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA8) goto yy7354; + if (yych <= 0xAC) goto yy10684; + goto yy7354; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy10684; + if (yych <= 0xB4) goto yy7354; + goto yy10684; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy7354; + goto yy2; + } + } +yy13273: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy10684; + goto yy2; +yy13274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy13275: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy10684; + goto yy2; +yy13276: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy7354; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13277: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9D) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy13278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy2; + } else { + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy10684; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } + } +yy13279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy10684; + } else { + if (yych == 0xBE) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy13280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy10684; + goto yy7354; + } else { + if (yych <= 0x93) goto yy10684; + if (yych <= 0x95) goto yy2; + goto yy10684; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAC) goto yy10684; + if (yych <= 0xAF) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBC) goto yy10684; + if (yych <= 0xBE) goto yy7354; + goto yy2; + } + } + } +yy13281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xBF) goto yy7354; + goto yy2; +yy13282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych == 0x84) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy7354; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy7354; + goto yy2; + } + } +yy13283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0x8C) goto yy7354; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBE) goto yy7354; + goto yy2; +yy13284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB0) goto yy7354; + goto yy2; +yy13285: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy7354; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy10684; + default: goto yy2; + } +yy13286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + goto yy10684; + } else { + if (yych == 0x8E) goto yy10684; + if (yych <= 0x8F) goto yy7354; + goto yy2; + } +yy13287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x8B) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy13288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA8) goto yy7354; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy13289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy7354; + goto yy2; +yy13290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy7354; + goto yy2; +yy13291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy7354; + goto yy2; +yy13292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy7354; + goto yy2; +yy13294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy7354; + goto yy2; +yy13295: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA5) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy13297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0x98) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13298: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy7354; + goto yy2; + } else { + if (yych <= 0xBB) goto yy7354; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy13299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy7354; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13300: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB9) goto yy7354; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy13301: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy7354; + goto yy2; + } else { + if (yych <= 0x91) goto yy7354; + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAF) goto yy7354; + goto yy2; + } +yy13302: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy13303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBB) goto yy10684; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy13304: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xAE) goto yy10684; + if (yych <= 0xB1) goto yy7354; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } +yy13305: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13306: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy10684; + if (yych == 0xBF) goto yy7354; + goto yy2; +yy13307: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } + } +yy13308: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy13309: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13310: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy7354; + goto yy2; +yy13311: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy7354; + goto yy2; +yy13312: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy7354; + goto yy2; + } else { + if (yych <= 0x93) goto yy7354; + if (yych == 0xA0) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy7354; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy7354; + goto yy2; + } else { + if (yych <= 0xBC) goto yy10684; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy13313: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy7354; + goto yy2; +yy13314: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy10684; + goto yy2; +yy13315: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy7354; + goto yy2; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBA) goto yy10684; + goto yy2; + } +yy13316: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy7354; + goto yy2; +yy13317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy7354; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy7354; + goto yy2; + } else { + if (yych <= 0x90) goto yy7354; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy13319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB0) goto yy7354; + goto yy2; +yy13320: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy7354; + goto yy2; +yy13321: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13322: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy13323: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy10684; + goto yy2; + } +yy13324: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } +yy13325: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy13326: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy7354; + goto yy2; +yy13327: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA1) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy13328: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10684; + if (yych <= 0x88) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy10684; + goto yy2; + } +yy13329: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy10684; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy13330: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + goto yy7354; + } else { + if (yych == 0x86) goto yy7354; + goto yy10684; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy7354; + if (yych <= 0xA2) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy7354; + goto yy2; + } + } +yy13331: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; +yy13332: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0xB3) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy7354; + goto yy10684; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy10684; + } else { + if (yych == 0xBD) goto yy10684; + goto yy2; + } + } +yy13334: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy13335: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + if (yych <= 0x93) goto yy7354; + goto yy2; +yy13336: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13337: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy7354; + if (yych == 0xA5) goto yy7354; + goto yy2; +yy13338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy10684; + if (yych <= 0xB6) goto yy7354; + goto yy2; +yy13339: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x83) goto yy7354; + if (yych <= 0x8B) goto yy10684; + goto yy7354; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } + } +yy13340: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB7: + case 0xB8: + case 0xBE: + case 0xBF: goto yy7354; + default: goto yy2; + } +yy13341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy10684; + goto yy7354; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy7354; + goto yy2; + } + } +yy13342: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy10684; + goto yy2; + } else { + if (yych <= 0x8E) goto yy10684; + if (yych <= 0x90) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy10684; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13343: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy10684; + if (yych <= 0x9B) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA5) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy13344: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy7354; + goto yy2; + } +yy13345: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + goto yy2; + } else { + if (yych <= 0x97) goto yy10684; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy10684; + goto yy7354; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy7354; + if (yych <= 0xB6) goto yy10684; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } + } +yy13346: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy13347: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13348: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy13349: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; +yy13350: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy10684; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy13351: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBB) goto yy10684; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } +yy13352: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAF) goto yy7354; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } +yy13353: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy7354; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy7354; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13354: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy10684; + goto yy2; +yy13355: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy7354; + } else { + if (yych == 0x8B) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy7354; + if (yych <= 0xA0) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy13356: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy7354; + if (yych <= 0x9A) goto yy10684; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy7354; + goto yy2; + } +yy13357: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAE) goto yy7354; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } +yy13358: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15239; + case 0x81: goto yy15240; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy10688; + case 0x83: goto yy15180; + case 0x84: goto yy15241; + case 0x85: goto yy15242; + case 0x86: goto yy15243; + case 0x87: goto yy15244; + case 0x8A: goto yy15245; + case 0x8B: goto yy15246; + case 0x8C: goto yy15247; + case 0x8D: goto yy15248; + case 0x8E: goto yy15249; + case 0x8F: goto yy15250; + case 0x92: goto yy15251; + case 0x94: goto yy15252; + case 0x95: goto yy15200; + case 0x9C: goto yy15217; + case 0x9D: goto yy15253; + case 0xA0: goto yy15254; + case 0xA1: goto yy15255; + case 0xA2: goto yy15256; + case 0xA3: goto yy15257; + case 0xA4: goto yy15258; + case 0xA6: goto yy15259; + case 0xA8: goto yy15260; + case 0xA9: goto yy15261; + case 0xAA: goto yy15262; + case 0xAB: goto yy15263; + case 0xAC: goto yy13259; + case 0xAD: goto yy15264; + case 0xAE: goto yy15265; + case 0xB1: goto yy15266; + case 0xB2: + case 0xB3: goto yy15267; + default: goto yy2; + } +yy13359: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15268; + case 0x81: goto yy15269; + case 0x82: goto yy15270; + case 0x83: goto yy15271; + case 0x84: goto yy15272; + case 0x85: goto yy15273; + case 0x86: goto yy15274; + case 0x87: goto yy15275; + case 0x88: goto yy15276; + case 0x8A: goto yy15277; + case 0x8B: goto yy15278; + case 0x8C: goto yy15279; + case 0x8D: goto yy15280; + case 0x92: + case 0x98: goto yy15281; + case 0x93: goto yy15282; + case 0x96: goto yy15283; + case 0x97: goto yy15284; + case 0x99: goto yy15285; + case 0x9A: goto yy15286; + case 0x9C: goto yy15287; + case 0xA2: goto yy15288; + case 0xA3: goto yy15289; + case 0xAB: goto yy15290; + default: goto yy2; + } +yy13360: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy10688; + goto yy15291; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy10688; + if (yych <= 0x95) goto yy15292; + goto yy2; + } +yy13361: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy10688; + if (yych <= 0x90) goto yy15293; + goto yy2; +yy13362: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy10688; + if (yych <= 0x99) goto yy15294; + goto yy2; +yy13363: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy10688; + case 0xA8: goto yy15290; + case 0xA9: goto yy15256; + case 0xAB: goto yy15295; + case 0xAC: goto yy15296; + case 0xAD: goto yy15297; + case 0xAE: goto yy15177; + case 0xBD: goto yy15298; + case 0xBE: goto yy15299; + default: goto yy2; + } +yy13364: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy10688; + if (yych <= 0xB1) goto yy15300; + if (yych <= 0xB2) goto yy15301; + goto yy2; +yy13365: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy10691; + case 0x83: goto yy15302; + case 0x84: goto yy15303; + case 0x85: goto yy15304; + case 0x87: goto yy15305; + case 0x89: goto yy15306; + case 0x8D: goto yy15307; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy10688; + case 0x91: goto yy15308; + case 0x92: goto yy15309; + case 0x93: goto yy15310; + case 0x94: goto yy15311; + case 0x95: goto yy15312; + case 0x9A: goto yy15313; + case 0x9B: goto yy15314; + case 0x9C: goto yy15315; + case 0x9D: goto yy15316; + case 0x9E: goto yy15317; + case 0x9F: goto yy15318; + case 0xAA: goto yy15319; + default: goto yy2; + } +yy13366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy10688; + if (yych <= 0xA3) goto yy15320; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy15321; + goto yy15322; + } else { + if (yych <= 0xBA) goto yy15323; + if (yych <= 0xBB) goto yy15324; + goto yy2; + } + } +yy13367: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x85: goto yy15325; + case 0x81: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: goto yy10691; + case 0x82: goto yy15326; + case 0x83: goto yy15327; + case 0x84: goto yy15328; + case 0x86: goto yy15329; + case 0x87: goto yy15330; + case 0x88: goto yy15331; + case 0x89: goto yy15332; + case 0x95: goto yy15333; + case 0x96: goto yy15334; + case 0x9B: goto yy15335; + case 0x9D: goto yy13310; + case 0x9F: goto yy15336; + case 0xA0: goto yy15337; + case 0xA1: goto yy15338; + case 0xA2: goto yy15339; + case 0xA4: goto yy15340; + case 0xA6: goto yy15341; + case 0xA7: goto yy13261; + default: goto yy2; + } +yy13368: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0x86) goto yy10691; + if (yych <= 0x87) goto yy15342; + goto yy2; +yy13369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy4671; + if (yych == 0xA0) goto yy4671; + goto yy2; +yy13370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy4671; + goto yy2; + } else { + if (yych <= 0x89) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy4671; + goto yy2; + } +yy13371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB8) goto yy4671; + goto yy2; +yy13372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych <= 0x86) goto yy4671; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x93) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0x98) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBA) goto yy4671; + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } +yy13373: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + if (yych == 0xBF) goto yy4671; + goto yy2; +yy13374: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; +yy13375: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB3) goto yy4671; + if (yych == 0xB6) goto yy4671; + goto yy2; +yy13376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x89) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy4671; + } else { + if (yych == 0x9C) goto yy4671; + goto yy2; + } + } +yy13377: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy13378: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy4671; + goto yy2; +yy13379: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy4671; + if (yych <= 0x92) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy13380: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x8F) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA3) { + if (yych == 0x97) goto yy4671; + if (yych <= 0x9C) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } + } + } +yy13381: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + if (yych <= 0x87) goto yy4671; + goto yy2; +yy13382: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy4671; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy13383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy4671; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9D) goto yy4671; + goto yy2; +yy13384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy4671; + if (yych == 0x84) goto yy4671; + goto yy2; +yy13385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy4671; + if (yych == 0xBF) goto yy4671; + goto yy2; +yy13386: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; +yy13387: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy4671; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy13388: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB7) goto yy4671; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy13389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBE) goto yy4671; + goto yy2; +yy13390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy4671; + goto yy2; + } else { + if (yych <= 0x99) goto yy4671; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } +yy13391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy4671; + goto yy2; +yy13392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; +yy13393: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy15343; + goto yy2; +yy13394: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy13405; + if (yych <= '\'') goto yy2; + goto yy13405; + } else { + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy13405; + if (yych <= '9') goto yy15344; + goto yy2; + } +yy13395: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy13405; + if (yych <= '\'') goto yy2; + goto yy13405; + } else { + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy13405; + if (yych <= '9') goto yy15345; + goto yy2; + } +yy13396: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy13405; + if (yych <= '\'') goto yy147; + goto yy13405; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy13406; + } else { + if (yych <= '/') goto yy13405; + if (yych <= '9') goto yy15346; + goto yy147; + } + } +yy13397: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy13405; + if (yych <= '\'') goto yy147; + goto yy13405; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy13406; + } else { + if (yych <= '/') goto yy13405; + if (yych <= '9') goto yy15347; + goto yy147; + } + } +yy13398: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy5661; + goto yy7901; + } else { + if (yych == '%') goto yy146; + goto yy5661; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy7901; + goto yy5661; + } else { + if (yych <= '+') goto yy5688; + if (yych <= ',') goto yy5661; + goto yy10953; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych >= '/') goto yy7901; + } else { + if (yych <= '9') goto yy15348; + if (yych <= '?') goto yy5661; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy5688; + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy13399: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy5661; + goto yy5688; + } else { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy5661; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy15348; + if (yych <= '?') goto yy5661; + if (yych <= '@') goto yy148; + goto yy5688; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy13400: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy1763; + goto yy10957; + } else { + if (yych == '%') goto yy146; + goto yy1763; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy10957; + goto yy1763; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy1763; + goto yy10958; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy15349; + goto yy10957; + } else { + if (yych <= '9') goto yy15350; + if (yych <= '?') goto yy1763; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy2209; + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy13401: + yych = *++YYCURSOR; + if (yych <= '9') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy1763; + goto yy2207; + } else { + if (yych <= ',') goto yy1763; + if (yych <= '.') goto yy146; + if (yych <= '/') goto yy1763; + goto yy15350; + } + } else { + if (yych <= '^') { + if (yych <= '?') goto yy1763; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2209; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } +yy13402: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + goto yy13405; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy13405; + goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy15351; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy13407; + goto yy13405; + } else { + if (yych <= '9') goto yy15352; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy13403: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy1763; + goto yy10957; + } else { + if (yych == '%') goto yy146; + goto yy1763; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy10957; + goto yy1763; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy1763; + goto yy10958; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy15349; + goto yy10957; + } else { + if (yych <= '9') goto yy15353; + if (yych <= '?') goto yy1763; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy2209; + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy13404: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych >= '*') goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy15351; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy13407; + } else { + if (yych <= '9') goto yy15354; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy13405: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy15344; + goto yy2; +yy13406: + yych = *++YYCURSOR; + if (yych <= '/') goto yy147; + if (yych <= '9') goto yy15346; + goto yy147; +yy13407: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy534; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy15352; + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy13408: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy15355; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy15355; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy15356; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy15357; + goto yy15355; + } else { + if (yych <= '9') goto yy15358; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy13409: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy15359; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy15355; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy15360; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy15361; + goto yy15355; + } else { + if (yych <= '9') goto yy15362; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy13410: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy10684; + case 0xAA: + case 0xB5: + case 0xBA: goto yy10964; + default: goto yy2; + } +yy13411: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10964; + goto yy10684; + } else { + if (yych == 0xB7) goto yy10684; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy13412: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB3) goto yy10964; + if (yych <= 0xB4) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy10964; + if (yych <= 0xBA) goto yy2; + goto yy10964; + } else { + if (yych == 0xBF) goto yy10964; + goto yy2; + } + } +yy13413: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy10964; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy10964; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy13414: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy10684; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy13415: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10964; + if (yych <= 0x89) goto yy10684; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy13416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych == 0x8A) goto yy7911; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBE) goto yy7911; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy13417: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy10684; + if (yych <= 0x8F) goto yy2; + goto yy10964; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy10964; + goto yy2; + } + } +yy13418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy10684; + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy13419: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy10964; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy10964; + } else { + if (yych <= 0xB0) goto yy10684; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy13420: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy10964; + goto yy2; + } else { + if (yych <= 0x95) goto yy10964; + if (yych == 0x9D) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy10964; + goto yy843; + } else { + if (yych <= 0xBC) goto yy10964; + if (yych <= 0xBE) goto yy10684; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy13421: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy13422: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy10684; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy13423: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy10964; + if (yych <= 0xB0) goto yy10684; + if (yych <= 0xB1) goto yy10964; + goto yy2; +yy13424: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy10964; + } else { + if (yych <= 0xB3) goto yy10684; + if (yych == 0xB6) goto yy10684; + goto yy2; + } +yy13425: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy15363; + case 0xA1: goto yy15364; + case 0xA2: goto yy13434; + case 0xA3: goto yy15120; + case 0xA4: goto yy15365; + case 0xA5: goto yy15366; + case 0xA6: goto yy15367; + case 0xA7: goto yy15368; + case 0xA8: goto yy15369; + case 0xA9: goto yy15370; + case 0xAA: goto yy15371; + case 0xAB: goto yy15372; + case 0xAC: goto yy15373; + case 0xAD: goto yy15374; + case 0xAE: goto yy15375; + case 0xAF: goto yy15376; + case 0xB0: goto yy15377; + case 0xB1: goto yy15378; + case 0xB2: goto yy15379; + case 0xB3: goto yy15380; + case 0xB4: goto yy15381; + case 0xB5: goto yy15382; + case 0xB6: goto yy15383; + case 0xB7: goto yy15384; + case 0xB8: goto yy15140; + case 0xB9: goto yy15385; + case 0xBA: goto yy15142; + case 0xBB: goto yy15386; + case 0xBC: goto yy15387; + case 0xBD: goto yy15145; + case 0xBE: goto yy15146; + case 0xBF: goto yy15147; + default: goto yy2; + } +yy13426: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15148; + case 0x81: goto yy15388; + case 0x82: goto yy15389; + case 0x83: goto yy13460; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy10968; + case 0x89: goto yy13461; + case 0x8A: goto yy13462; + case 0x8B: goto yy13463; + case 0x8C: goto yy13464; + case 0x8D: goto yy15390; + case 0x8E: goto yy15391; + case 0x8F: goto yy13467; + case 0x90: goto yy15392; + case 0x99: goto yy13469; + case 0x9A: goto yy13470; + case 0x9B: goto yy13471; + case 0x9C: goto yy15393; + case 0x9D: goto yy15394; + case 0x9E: goto yy15156; + case 0x9F: goto yy15395; + case 0xA0: goto yy15396; + case 0xA1: goto yy13476; + case 0xA2: goto yy15397; + case 0xA3: goto yy13478; + case 0xA4: goto yy15398; + case 0xA5: goto yy15399; + case 0xA7: goto yy15400; + case 0xA8: goto yy15401; + case 0xA9: goto yy15163; + case 0xAA: goto yy15402; + case 0xAC: goto yy15165; + case 0xAD: goto yy15403; + case 0xAE: goto yy15404; + case 0xAF: goto yy15405; + case 0xB0: goto yy15406; + case 0xB1: goto yy13488; + case 0xB3: goto yy15407; + case 0xB4: goto yy13490; + case 0xB5: goto yy13491; + case 0xB6: goto yy13492; + case 0xB7: goto yy15170; + case 0xBC: goto yy13493; + case 0xBD: goto yy13494; + case 0xBE: goto yy15408; + case 0xBF: goto yy15409; + default: goto yy2; + } +yy13427: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15410; + case 0x81: goto yy15174; + case 0x82: goto yy15175; + case 0x83: goto yy15176; + case 0x84: goto yy15411; + case 0x85: goto yy15412; + case 0x86: goto yy15413; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy10688; + case 0x88: goto yy15414; + case 0x8C: goto yy15179; + case 0x8F: goto yy15180; + case 0x90: goto yy15181; + case 0x91: goto yy15182; + case 0x92: goto yy15183; + case 0x93: goto yy15184; + case 0x9D: goto yy15185; + case 0x9E: goto yy15186; + case 0x9F: goto yy15187; + case 0xA6: goto yy15188; + case 0xA7: goto yy15189; + case 0xAD: goto yy15190; + case 0xAE: goto yy15191; + case 0xAF: goto yy15192; + case 0xB0: goto yy13502; + case 0xB1: goto yy13503; + case 0xB2: goto yy10968; + case 0xB3: goto yy15415; + case 0xB4: goto yy13505; + case 0xB5: goto yy15416; + case 0xB6: goto yy13507; + case 0xB7: goto yy15417; + case 0xB8: goto yy7967; + case 0xBA: goto yy15195; + case 0xBB: goto yy13331; + case 0xBF: goto yy15196; + default: goto yy2; + } +yy13428: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15418; + case 0x82: goto yy15198; + case 0x84: goto yy13510; + case 0x86: goto yy15419; + case 0x87: goto yy15200; + case 0x88: goto yy15201; + case 0x89: goto yy15202; + case 0x8A: goto yy15203; + case 0x8B: goto yy15204; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy10688; + default: goto yy2; + } +yy13429: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy13192; + case 0x93: goto yy15420; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy10968; + case 0x98: goto yy13513; + case 0x99: goto yy15421; + case 0x9A: goto yy15422; + case 0x9B: goto yy15423; + case 0x9C: goto yy15424; + case 0x9D: goto yy10974; + case 0x9E: goto yy15425; + case 0x9F: goto yy13519; + case 0xA0: goto yy15426; + case 0xA1: goto yy13521; + case 0xA2: goto yy15427; + case 0xA3: goto yy15428; + case 0xA4: goto yy15429; + case 0xA5: goto yy15430; + case 0xA6: goto yy15215; + case 0xA7: goto yy15431; + case 0xA8: goto yy15432; + case 0xA9: goto yy15433; + case 0xAA: goto yy15219; + case 0xAB: goto yy15434; + case 0xAC: goto yy13530; + case 0xAD: goto yy15435; + case 0xAF: goto yy15436; + default: goto yy2; + } +yy13430: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy15437; + case 0xAD: goto yy13534; + case 0xAE: goto yy15438; + case 0xAF: goto yy15439; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy10968; + case 0xB4: goto yy13537; + case 0xB5: goto yy13538; + case 0xB6: goto yy13539; + case 0xB7: goto yy15440; + case 0xB8: goto yy15441; + case 0xB9: goto yy15442; + case 0xBB: goto yy13543; + case 0xBC: goto yy15443; + case 0xBD: goto yy15444; + case 0xBF: goto yy15230; + default: goto yy2; + } +yy13431: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy15445; + case 0x91: goto yy15446; + case 0x92: goto yy13548; + case 0x93: goto yy13549; + case 0x94: goto yy13550; + case 0x96: goto yy15447; + case 0x9B: goto yy15448; + case 0x9D: goto yy15449; + case 0x9E: goto yy15450; + case 0x9F: goto yy15237; + default: goto yy2; + } +yy13432: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych == 0x9A) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy7354; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy7354; + goto yy2; + } + } +yy13433: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy10964; + if (yych <= 0x9B) goto yy7354; + goto yy2; +yy13434: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy10964; + goto yy2; +yy13435: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy10964; + } else { + if (yych == 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy13436: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x90) goto yy10964; + if (yych <= 0x97) goto yy7354; + goto yy10964; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy7354; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy13437: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy10964; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy10964; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10964; + goto yy2; + } else { + if (yych <= 0xB2) goto yy10964; + if (yych <= 0xB5) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy13438: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy7354; + goto yy10964; + } else { + if (yych == 0x97) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy10964; + goto yy2; + } else { + if (yych <= 0xA1) goto yy10964; + if (yych <= 0xA3) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy7354; + goto yy2; + } + } + } +yy13439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy10964; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy10964; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy10964; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy10964; + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy13440: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych == 0x91) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy10964; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy7354; + } else { + if (yych <= 0xB4) goto yy10964; + if (yych <= 0xB5) goto yy7354; + goto yy2; + } + } + } +yy13441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy10964; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy10964; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy10964; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10964; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy13442: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych == 0x90) goto yy10964; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy10964; + if (yych <= 0xA3) goto yy7354; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy7354; + } else { + if (yych == 0xB9) goto yy10964; + goto yy2; + } + } + } +yy13443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy10964; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy10964; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy10964; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10964; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy13444: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy7354; + if (yych <= 0xB1) goto yy10964; + goto yy2; + } + } + } +yy13445: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy7354; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy10964; + default: goto yy2; + } +yy13446: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy10964; + if (yych == 0x97) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy7354; + goto yy2; + } + } +yy13447: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy10964; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy13448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy7354; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy10964; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } + } +yy13449: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy10964; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy10964; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy13450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy7354; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy10964; + goto yy2; + } + } + } +yy13451: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy10964; + goto yy2; + } else { + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy13452: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8E) goto yy10964; + if (yych <= 0x96) goto yy2; + goto yy7354; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy10964; + if (yych <= 0xA3) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy7354; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } + } +yy13453: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy10964; + } else { + if (yych == 0xBD) goto yy10964; + goto yy2; + } + } +yy13454: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10964; + goto yy2; + } else { + if (yych <= 0x8A) goto yy7354; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy7354; + goto yy2; + } + } +yy13455: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy13456: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy13457: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy843; + if (yych <= 0xB3) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy13458: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy7354; + if (yych <= 0x9D) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAD) goto yy7354; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } + } +yy13459: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy7354; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy13460: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych == 0x87) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy10964; + if (yych <= 0x8F) goto yy2; + goto yy10964; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy13461: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy10964; + goto yy2; + } else { + if (yych <= 0x8D) goto yy10964; + if (yych <= 0x8F) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy10964; + goto yy2; + } else { + if (yych <= 0x9D) goto yy10964; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy13462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy10964; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy10964; + goto yy2; + } + } +yy13463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy10964; + if (yych <= 0x81) goto yy2; + goto yy10964; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy10964; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy13464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy10964; + goto yy2; + } else { + if (yych <= 0x95) goto yy10964; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy13465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy10964; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy7354; + goto yy2; +yy13466: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy10964; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy13467: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy10964; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy10964; + goto yy2; +yy13468: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy200; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy13469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy10964; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy13470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy10964; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy13471: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy10964; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy10964; + goto yy2; +yy13472: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy10964; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB1) goto yy10964; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } + } +yy13473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych <= 0x93) goto yy7354; + if (yych <= 0x9F) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy10964; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy7354; + goto yy2; + } + } +yy13474: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy7354; + if (yych <= 0x9A) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } +yy13475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy200; + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy13476: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy10964; + goto yy2; +yy13477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xAA) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy13478: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy10964; + goto yy2; +yy13479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy10964; + goto yy2; + } else { + if (yych <= 0xAB) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy7354; + goto yy2; + } +yy13480: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy7354; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy13481: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13482: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10964; + if (yych <= 0x9B) goto yy7354; + goto yy2; +yy13483: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy7354; + goto yy2; + } +yy13484: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy7354; + goto yy2; + } +yy13485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xA0) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy10964; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy13486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy10964; + if (yych <= 0xB3) goto yy7354; + goto yy2; +yy13487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy10964; + if (yych <= 0xB7) goto yy7354; + goto yy2; +yy13488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy10964; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy10964; + goto yy2; + } +yy13489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA8) goto yy7354; + if (yych <= 0xAC) goto yy10964; + goto yy7354; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy10964; + if (yych <= 0xB4) goto yy7354; + goto yy10964; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy7354; + goto yy2; + } + } +yy13490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy10964; + goto yy2; +yy13491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy13492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy10964; + goto yy2; +yy13493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10964; + goto yy2; + } else { + if (yych <= 0x9D) goto yy10964; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy13494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy10964; + goto yy2; + } else { + if (yych <= 0x8D) goto yy10964; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy10964; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy10964; + goto yy2; + } + } +yy13495: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy10964; + } else { + if (yych == 0xBE) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy13496: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0x84) goto yy10964; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy10964; + goto yy7354; + } else { + if (yych <= 0x93) goto yy10964; + if (yych <= 0x95) goto yy2; + goto yy10964; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAC) goto yy10964; + if (yych <= 0xAF) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy10964; + goto yy2; + } else { + if (yych <= 0xBC) goto yy10964; + if (yych <= 0xBE) goto yy7354; + goto yy2; + } + } + } +yy13497: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy200; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } +yy13498: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy7354; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy10964; + default: goto yy2; + } +yy13499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + goto yy10964; + } else { + if (yych == 0x8E) goto yy10964; + if (yych <= 0x8F) goto yy7354; + goto yy2; + } +yy13500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy10964; + goto yy2; + } else { + if (yych <= 0x8B) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy13501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy7911; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy13503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy10964; + goto yy2; + } else { + if (yych <= 0xBB) goto yy10964; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy13504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xAE) goto yy10964; + if (yych <= 0xB1) goto yy7354; + if (yych <= 0xB3) goto yy10964; + goto yy2; + } +yy13505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy10964; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy10964; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy13506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy10964; + if (yych == 0xBF) goto yy7354; + goto yy2; +yy13507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy10964; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy10964; + goto yy2; + } + } +yy13508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy10964; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy13509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy7354; + goto yy2; + } else { + if (yych <= 0x93) goto yy7354; + if (yych == 0xA0) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy7354; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy7354; + goto yy2; + } else { + if (yych <= 0xBC) goto yy10964; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy13510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy10964; + goto yy2; +yy13511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy7354; + goto yy2; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBA) goto yy10964; + goto yy2; + } +yy13512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy10964; + goto yy2; +yy13513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy10964; + goto yy2; + } else { + if (yych <= 0x9F) goto yy10964; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy10964; + goto yy2; + } +yy13514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } +yy13515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy10964; + goto yy2; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy13516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy7354; + goto yy2; +yy13517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA1) goto yy7354; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy13518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10964; + if (yych <= 0x88) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAD) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy10964; + goto yy2; + } +yy13519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy10964; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy13520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10964; + goto yy7354; + } else { + if (yych == 0x86) goto yy7354; + goto yy10964; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy7354; + if (yych <= 0xA2) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy7354; + goto yy2; + } + } +yy13521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy10964; + goto yy2; +yy13522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0xB3) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy10964; + if (yych <= 0xBA) goto yy2; + goto yy10964; + } else { + if (yych == 0xBD) goto yy10964; + goto yy2; + } + } +yy13524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy10964; + } else { + if (yych <= 0xAD) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy13525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10964; + if (yych <= 0x93) goto yy7354; + goto yy2; +yy13526: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy7354; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } + } +yy13527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy10964; + if (yych <= 0xB6) goto yy7354; + goto yy2; +yy13528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10964; + goto yy7354; + } else { + if (yych <= 0x8B) goto yy10964; + if (yych <= 0x8D) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } + } +yy13529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy10964; + goto yy7354; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy10964; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy7354; + goto yy2; + } + } +yy13530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy10964; + goto yy2; + } else { + if (yych <= 0x8E) goto yy10964; + if (yych <= 0x90) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy10964; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy13531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy10964; + if (yych <= 0x9B) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA5) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy13532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy10964; + if (yych <= 0xAA) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAD) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy13533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10964; + goto yy2; + } else { + if (yych <= 0x97) goto yy10964; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy10964; + goto yy7354; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy7354; + if (yych <= 0xB6) goto yy10964; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy10964; + goto yy2; + } + } +yy13534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10964; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy13535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy13536: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy13537: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy10964; + goto yy2; +yy13538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy13539: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy10964; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy13540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10964; + goto yy2; + } else { + if (yych <= 0xBB) goto yy10964; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } +yy13541: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy7354; + if (yych <= 0x9F) goto yy2; + goto yy7354; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy200; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } +yy13542: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy7354; + goto yy2; + } else { + if (yych <= 0x92) goto yy200; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy7354; + goto yy200; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy7354; + if (yych == 0xA9) goto yy7354; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy13543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy10964; + goto yy2; +yy13544: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych == 0x8B) goto yy7354; + if (yych <= 0x8C) goto yy2; + goto yy200; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy10964; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy13545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy7354; + if (yych <= 0x9A) goto yy10964; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy7354; + goto yy2; + } +yy13546: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15451; + case 0x81: goto yy15452; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy10968; + case 0x83: goto yy15453; + case 0x84: goto yy15241; + case 0x85: goto yy15242; + case 0x86: goto yy15243; + case 0x87: goto yy15244; + case 0x8A: goto yy15454; + case 0x8B: goto yy15455; + case 0x8C: goto yy15456; + case 0x8D: goto yy15457; + case 0x8E: goto yy15458; + case 0x8F: goto yy15459; + case 0x92: goto yy15460; + case 0x94: goto yy15461; + case 0x95: goto yy15462; + case 0x9C: goto yy15463; + case 0x9D: goto yy15464; + case 0xA0: goto yy15465; + case 0xA1: goto yy15466; + case 0xA2: goto yy15467; + case 0xA3: goto yy15468; + case 0xA4: goto yy15469; + case 0xA6: goto yy15470; + case 0xA8: goto yy15471; + case 0xA9: goto yy15472; + case 0xAA: goto yy15473; + case 0xAB: goto yy15474; + case 0xAC: goto yy13478; + case 0xAD: goto yy15475; + case 0xAE: goto yy15476; + case 0xB1: goto yy15477; + case 0xB2: + case 0xB3: goto yy15478; + default: goto yy2; + } +yy13547: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15479; + case 0x81: goto yy15480; + case 0x82: goto yy15481; + case 0x83: goto yy15482; + case 0x84: goto yy15483; + case 0x85: goto yy15484; + case 0x86: goto yy15485; + case 0x87: goto yy15486; + case 0x88: goto yy15487; + case 0x8A: goto yy15488; + case 0x8B: goto yy15489; + case 0x8C: goto yy15490; + case 0x8D: goto yy15491; + case 0x92: + case 0x98: goto yy15492; + case 0x93: goto yy15493; + case 0x96: goto yy15494; + case 0x97: goto yy15495; + case 0x99: goto yy15496; + case 0x9A: goto yy15497; + case 0x9B: goto yy2362; + case 0x9C: goto yy15498; + case 0xA2: goto yy15499; + case 0xA3: goto yy15500; + case 0xAB: goto yy15501; + default: goto yy2; + } +yy13548: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy10968; + goto yy15502; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy10968; + if (yych <= 0x95) goto yy15503; + goto yy2; + } +yy13549: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy10968; + if (yych <= 0x90) goto yy15504; + goto yy2; +yy13550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy10968; + if (yych <= 0x99) goto yy15505; + goto yy2; +yy13551: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy10968; + case 0xA8: goto yy15501; + case 0xA9: goto yy15506; + case 0xAB: goto yy15507; + case 0xAC: goto yy15508; + case 0xAD: goto yy15509; + case 0xAE: goto yy15510; + case 0xBD: goto yy15511; + case 0xBE: goto yy15299; + default: goto yy2; + } +yy13552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy10968; + if (yych <= 0xB1) goto yy15512; + if (yych <= 0xB2) goto yy15513; + goto yy2; +yy13553: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy10691; + case 0x83: goto yy15302; + case 0x84: goto yy15303; + case 0x85: goto yy15304; + case 0x87: goto yy15305; + case 0x89: goto yy15306; + case 0x8D: goto yy15307; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy10968; + case 0x91: goto yy15514; + case 0x92: goto yy15515; + case 0x93: goto yy15516; + case 0x94: goto yy15517; + case 0x95: goto yy15518; + case 0x9A: goto yy15519; + case 0x9B: goto yy15520; + case 0x9C: goto yy15521; + case 0x9D: goto yy15522; + case 0x9E: goto yy15523; + case 0x9F: goto yy15524; + case 0xAA: goto yy15319; + default: goto yy2; + } +yy13554: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy10968; + if (yych <= 0xA3) goto yy15525; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy15526; + goto yy15527; + } else { + if (yych <= 0xBA) goto yy15528; + if (yych <= 0xBB) goto yy15324; + goto yy2; + } + } +yy13555: + yych = *++YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) { + if (yych <= 0xBA) goto yy2; + goto yy533; + } else { + if (yych <= 0xBE) goto yy202; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy13556: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych == 0x89) goto yy202; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy533; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy13557: + yych = *++YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy533; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy202; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy13558: + yych = *++YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x9F) goto yy533; + if (yych <= 0xA9) goto yy857; + goto yy2; + } else { + if (yych <= 0xAC) { + if (yych <= 0xAB) goto yy857; + goto yy202; + } else { + if (yych <= 0xAD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy13559: + yych = *++YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + if (yych <= 0xB3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB6) goto yy533; + if (yych == 0xB8) goto yy202; + goto yy2; + } +yy13560: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15529; + case 0x81: goto yy5006; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xB2: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x85: goto yy1875; + case 0x86: goto yy1876; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy1891; + case 0xB1: goto yy1892; + case 0xB3: + case 0xBB: goto yy1859; + case 0xB4: goto yy1893; + case 0xB5: goto yy1894; + case 0xB6: goto yy1895; + case 0xB7: goto yy1896; + case 0xBA: goto yy1897; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy13561: + yych = *++YYCURSOR; + switch (yych) { + case 0xAC: goto yy1929; + case 0xAD: goto yy1930; + case 0xAE: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy537; + case 0xAF: goto yy1931; + case 0xB4: goto yy1932; + case 0xB5: goto yy549; + case 0xB6: goto yy1933; + case 0xB7: goto yy1934; + case 0xB8: goto yy15530; + case 0xB9: goto yy15531; + case 0xBB: goto yy1937; + case 0xBC: goto yy15532; + case 0xBD: goto yy1939; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy13562: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy857; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy13563: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8E) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy857; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } + } + } +yy13564: + yych = *++YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x90) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy533; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy857; + if (yych <= 0xB5) goto yy533; + goto yy2; + } + } +yy13565: + yych = *++YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy857; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy533; + } else { + if (yych == 0xB9) goto yy533; + goto yy2; + } + } + } +yy13566: + yych = *++YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x95) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy533; + } else { + if (yych <= 0xA5) goto yy2; + if (yych <= 0xAF) goto yy857; + if (yych <= 0xB1) goto yy533; + goto yy2; + } + } +yy13567: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy533; + if (yych == 0x97) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy857; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; + } + } +yy13568: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x94) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy857; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy13569: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x94) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy857; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy533; + goto yy2; + } + } + } +yy13570: + yych = *++YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8E) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x97) goto yy533; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy857; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy13571: + yych = *++YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + goto yy2; + } else { + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy857; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy13572: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + goto yy2; +yy13573: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + goto yy2; +yy13574: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy857; + if (yych <= 0xB3) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy13575: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + goto yy2; + } else { + if (yych <= 0x99) goto yy533; + if (yych <= 0x9D) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy533; + goto yy2; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy13576: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } else { + if (yych <= 0x8F) goto yy533; + if (yych <= 0x99) goto yy857; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy13577: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy533; + if (yych <= 0x9A) goto yy2; + goto yy533; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy857; + goto yy2; + } + } +yy13578: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy857; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy13579: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy533; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy857; + goto yy2; +yy13580: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy13581: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + goto yy2; + } else { + if (yych <= 0x99) goto yy857; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy533; + goto yy2; + } +yy13582: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy857; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy533; + goto yy2; + } +yy13583: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy533; + if (yych <= 0xB9) goto yy857; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy13584: + yych = *++YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + goto yy2; + } else { + if (yych <= 0x8F) goto yy533; + if (yych <= 0x99) goto yy857; + if (yych <= 0xB7) goto yy533; + goto yy2; + } +yy13585: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy533; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xA9) goto yy857; + if (yych <= 0xAB) goto yy533; + goto yy2; + } +yy13586: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy533; + if (yych <= 0xBA) goto yy2; + goto yy533; + } else { + if (yych == 0xBD) goto yy533; + goto yy2; + } + } +yy13587: + yych = *++YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy857; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy13588: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy857; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy857; + goto yy2; + } + } +yy13589: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy857; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } + } +yy13590: + yych = *++YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy533; + goto yy2; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy857; + goto yy2; + } +yy13591: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x8B) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy857; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } else { + if (yych <= 0xBA) goto yy533; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy13592: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: goto yy4439; + case 0x81: goto yy4440; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy537; + case 0x83: goto yy1878; + case 0x84: goto yy4441; + case 0x85: goto yy4442; + case 0x86: goto yy4443; + case 0x87: goto yy4444; + case 0x8A: goto yy4445; + case 0x8B: goto yy4446; + case 0x8C: goto yy4447; + case 0x8D: goto yy4448; + case 0x8E: goto yy4449; + case 0x8F: goto yy4450; + case 0x92: goto yy15533; + case 0x94: goto yy4452; + case 0x95: goto yy1903; + case 0x9C: goto yy1922; + case 0x9D: goto yy4453; + case 0xA0: goto yy4454; + case 0xA1: goto yy4455; + case 0xA2: goto yy4456; + case 0xA3: goto yy4457; + case 0xA4: goto yy4458; + case 0xA6: goto yy4459; + case 0xA8: goto yy4460; + case 0xA9: goto yy4461; + case 0xAA: goto yy4462; + case 0xAB: goto yy1879; + case 0xAC: goto yy1850; + case 0xAD: goto yy4463; + case 0xAE: goto yy4464; + case 0xB1: goto yy4465; + case 0xB2: + case 0xB3: goto yy4466; + default: goto yy2; + } +yy13593: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x86: + case 0x92: + case 0x98: goto yy537; + case 0x81: goto yy15534; + case 0x82: goto yy1878; + case 0x83: goto yy15535; + case 0x84: goto yy15536; + case 0x85: goto yy4470; + case 0x87: goto yy15537; + case 0x88: goto yy4472; + case 0x8A: goto yy4473; + case 0x8B: goto yy15538; + case 0x8C: goto yy4475; + case 0x8D: goto yy4476; + case 0x93: goto yy15539; + case 0x96: goto yy4478; + case 0x97: goto yy4479; + case 0x99: goto yy15540; + case 0x9A: goto yy1860; + case 0x9B: goto yy861; + case 0x9C: goto yy15541; + case 0xA2: goto yy4482; + case 0xA3: goto yy15542; + case 0xAB: goto yy4484; + default: goto yy2; + } +yy13594: + yych = *++YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy537; + case 0xA8: goto yy4484; + case 0xA9: goto yy15543; + case 0xAB: goto yy4489; + case 0xAC: goto yy4490; + case 0xAD: goto yy15544; + case 0xAE: goto yy1875; + case 0xBD: goto yy4492; + case 0xBE: goto yy4493; + default: goto yy2; + } +yy13595: + yych = *++YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9B: + case 0x9C: + case 0x9D: + case 0x9E: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy537; + case 0x83: goto yy1850; + case 0x84: goto yy4496; + case 0x85: goto yy4497; + case 0x87: goto yy4498; + case 0x89: goto yy4499; + case 0x8D: goto yy4500; + case 0x91: goto yy4501; + case 0x92: goto yy4502; + case 0x93: goto yy4503; + case 0x94: goto yy4504; + case 0x95: goto yy4505; + case 0x9A: goto yy4506; + case 0x9F: goto yy15545; + case 0xAA: goto yy4508; + default: goto yy2; + } +yy13596: + yyaccept = 11; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy4671; + goto yy115; + } else { + if (yych <= '\'') goto yy200; + if (yych == '+') goto yy4671; + goto yy115; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy2807; + if (yych <= '.') goto yy200; + if (yych <= '/') goto yy115; + goto yy5251; + } else { + if (yych <= ';') goto yy115; + if (yych <= '>') goto yy4671; + if (yych <= '@') goto yy115; + goto yy5251; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy115; + if (yych <= '`') goto yy4671; + goto yy5251; + } else { + if (yych == '|') goto yy4671; + if (yych <= '}') goto yy115; + goto yy4671; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy115; + if (yych <= 0xC2) goto yy8247; + if (yych <= 0xC3) goto yy8248; + goto yy5255; + } else { + if (yych <= 0xCA) goto yy5256; + if (yych <= 0xCB) goto yy7736; + if (yych <= 0xCC) goto yy4675; + goto yy8249; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy8250; + if (yych <= 0xCF) goto yy8251; + goto yy5255; + } else { + if (yych <= 0xD2) goto yy8252; + if (yych <= 0xD3) goto yy5255; + if (yych <= 0xD4) goto yy5261; + goto yy5262; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy8253; + if (yych <= 0xD7) goto yy8254; + if (yych <= 0xD8) goto yy8255; + goto yy8256; + } else { + if (yych <= 0xDA) goto yy5255; + if (yych <= 0xDB) goto yy8257; + if (yych <= 0xDC) goto yy8258; + goto yy8259; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy8260; + if (yych <= 0xDF) goto yy8261; + goto yy8262; + } else { + if (yych <= 0xE1) goto yy8263; + if (yych <= 0xE2) goto yy8264; + if (yych <= 0xE3) goto yy8265; + goto yy6629; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy8266; + if (yych <= 0xEE) goto yy115; + goto yy8267; + } else { + if (yych <= 0xF0) goto yy8268; + if (yych == 0xF3) goto yy6633; + goto yy115; + } + } + } + } +yy13597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5251; + if (yych == 0xA0) goto yy4671; + goto yy2; +yy13598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy5251; + if (yych <= 0x81) goto yy2; + goto yy5251; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy5251; + if (yych <= 0xBA) goto yy4671; + goto yy2; + } +yy13599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5251; + goto yy2; + } else { + if (yych <= 0xB6) goto yy5251; + if (yych <= 0xB8) goto yy4671; + goto yy2; + } +yy13600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy5251; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych <= 0x86) goto yy4671; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy4671; + goto yy5251; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy5251; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy4671; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } + } +yy13601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xA4) goto yy5251; + if (yych <= 0xA6) goto yy4671; + goto yy2; + } +yy13602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xB7) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy13603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xAF) goto yy5251; + if (yych <= 0xBA) goto yy4671; + goto yy2; +yy13604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + goto yy5251; + } else { + if (yych <= 0xB4) goto yy4671; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy13605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy5251; + goto yy4671; + } else { + if (yych == 0xB6) goto yy5251; + goto yy2; + } +yy13606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xB2) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy13607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy5251; + if (yych <= 0x89) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy5251; + } else { + if (yych == 0x9C) goto yy5251; + goto yy2; + } + } +yy13608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy5251; + goto yy2; + } else { + if (yych <= 0xAB) goto yy5251; + if (yych <= 0xB7) goto yy4671; + goto yy2; + } +yy13609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy13610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy5251; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5251; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5251; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5251; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5251; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy13611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych == 0x90) goto yy5251; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy4671; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } + } + } +yy13612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5251; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy13613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x85) goto yy5251; + goto yy2; + } else { + if (yych <= 0x87) goto yy5251; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy13614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy13615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9B) goto yy5251; + if (yych <= 0x9D) goto yy4671; + goto yy2; + } +yy13616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy4671; + goto yy2; + } else { + if (yych <= 0x84) goto yy5251; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy13617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5251; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy13618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy5251; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; +yy13619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5251; + goto yy4671; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy13620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy4671; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy5251; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy13621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5251; + goto yy2; + } else { + if (yych <= 0x90) goto yy5251; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } +yy13622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5251; + goto yy2; + } else { + if (yych <= 0x99) goto yy5251; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } +yy13623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy4671; + goto yy5251; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy4671; + goto yy5251; + } else { + if (yych <= 0xBB) goto yy4671; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } + } +yy13624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy5251; + goto yy4671; + } else { + if (yych == 0xB5) goto yy4671; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy13625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy5251; + goto yy4671; + } else { + if (yych == 0xAF) goto yy4671; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy13626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5251; + goto yy4671; + } else { + if (yych == 0xA9) goto yy4671; + if (yych <= 0xBF) goto yy5251; + goto yy2; + } +yy13627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5251; + goto yy4671; + } else { + if (yych <= 0x8B) goto yy5251; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy13628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5251; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; +yy13629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy5408; + if (yych == 0xA0) goto yy113; + goto yy2; +yy13630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy5408; + if (yych <= 0x81) goto yy2; + goto yy5408; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy5408; + if (yych <= 0xBA) goto yy113; + goto yy2; + } +yy13631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy5408; + goto yy2; + } else { + if (yych <= 0xB6) goto yy5408; + if (yych <= 0xB8) goto yy113; + goto yy2; + } +yy13632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy5408; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych <= 0x86) goto yy113; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy5408; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy113; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy13633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy5408; + goto yy113; + } else { + if (yych <= 0xA4) goto yy5408; + if (yych <= 0xA6) goto yy113; + goto yy2; + } +yy13634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB7) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy13635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xAF) goto yy5408; + if (yych <= 0xBA) goto yy113; + goto yy2; +yy13636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy5408; + } else { + if (yych <= 0xB4) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy13637: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy5408; + goto yy113; + } else { + if (yych == 0xB6) goto yy5408; + goto yy2; + } +yy13638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB2) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy13639: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy5408; + if (yych <= 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy5408; + } else { + if (yych == 0x9C) goto yy5408; + goto yy2; + } + } +yy13640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy5408; + goto yy2; + } else { + if (yych <= 0xAB) goto yy5408; + if (yych <= 0xB7) goto yy113; + goto yy2; + } +yy13641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy5408; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy13642: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy5408; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy5408; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy5408; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy5408; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy13643: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy5408; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy113; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy5408; + goto yy113; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } + } +yy13644: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5408; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy13645: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x85) goto yy5408; + goto yy2; + } else { + if (yych <= 0x87) goto yy5408; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy13646: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy5408; + goto yy113; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy13647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x9B) goto yy5408; + if (yych <= 0x9D) goto yy113; + goto yy2; + } +yy13648: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x84) goto yy5408; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy13649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy5408; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy13650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy5408; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy13651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy5408; + goto yy113; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy13652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy5408; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy13653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5408; + goto yy2; + } else { + if (yych <= 0x90) goto yy5408; + if (yych <= 0xBE) goto yy113; + goto yy2; + } +yy13654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5408; + goto yy2; + } else { + if (yych <= 0x99) goto yy5408; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy13655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy113; + goto yy5408; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy113; + goto yy5408; + } else { + if (yych <= 0xBB) goto yy113; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } + } +yy13656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy5408; + goto yy113; + } else { + if (yych == 0xB5) goto yy113; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy13657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy5408; + goto yy113; + } else { + if (yych == 0xAF) goto yy113; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy13658: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy5408; + goto yy113; + } else { + if (yych == 0xA9) goto yy113; + if (yych <= 0xBF) goto yy5408; + goto yy2; + } +yy13659: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5408; + goto yy113; + } else { + if (yych <= 0x8B) goto yy5408; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy13660: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5408; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; +yy13661: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy208; + if (yych <= '$') goto yy1763; + goto yy146; + } else { + if (yych == '\'') goto yy200; + if (yych <= '*') goto yy208; + goto yy2207; + } + } else { + if (yych <= '/') { + if (yych <= ',') goto yy208; + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy3056; + goto yy208; + } else { + if (yych <= '9') goto yy15546; + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy1763; + goto yy208; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2402; + if (yych <= ']') goto yy208; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2402; + goto yy208; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy208; + if (yych <= '~') goto yy1763; + goto yy208; + } else { + if (yych <= 0xC2) goto yy2404; + if (yych <= 0xC3) goto yy2405; + if (yych <= 0xC9) goto yy2406; + goto yy2407; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1763; + if (yych <= 0xCD) goto yy2408; + if (yych <= 0xCE) goto yy2409; + goto yy2410; + } else { + if (yych == 0xD2) goto yy2411; + if (yych <= 0xD3) goto yy2406; + goto yy2412; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy2413; + if (yych <= 0xD6) goto yy2414; + if (yych <= 0xD7) goto yy2415; + goto yy2416; + } else { + if (yych <= 0xD9) goto yy2417; + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy2418; + goto yy2419; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy2420; + if (yych <= 0xDE) goto yy2421; + if (yych <= 0xDF) goto yy2422; + goto yy2423; + } else { + if (yych <= 0xE1) goto yy2424; + if (yych <= 0xE2) goto yy2425; + if (yych <= 0xE3) goto yy2426; + goto yy1763; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2427; + if (yych <= 0xEE) goto yy208; + goto yy2428; + } else { + if (yych <= 0xF0) goto yy2429; + if (yych == 0xF3) goto yy1763; + goto yy208; + } + } + } + } +yy13662: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCF) { + if (yych <= '^') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy208; + goto yy146; + } + } else { + if (yych <= '?') { + if (yych <= '/') goto yy208; + if (yych <= '9') goto yy15547; + goto yy208; + } else { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy803; + goto yy208; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= 'z') { + if (yych <= '_') goto yy146; + if (yych <= '`') goto yy208; + goto yy803; + } else { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy805; + goto yy806; + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + goto yy208; + } else { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy812; + goto yy807; + } else { + if (yych <= 0xD4) goto yy813; + if (yych <= 0xD5) goto yy814; + goto yy846; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy816; + if (yych <= 0xD8) goto yy847; + goto yy848; + } else { + if (yych <= 0xDA) goto yy807; + if (yych <= 0xDB) goto yy849; + goto yy820; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy850; + } else { + if (yych <= 0xE0) goto yy851; + if (yych <= 0xE1) goto yy852; + goto yy853; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy208; + goto yy854; + } else { + if (yych <= 0xEE) goto yy208; + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy208; + } + } + } + } +yy13663: + yych = *++YYCURSOR; + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCF) { + if (yych <= '^') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy1763; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy1763; + goto yy2207; + } + } else { + if (yych <= '?') { + if (yych <= '/') goto yy1763; + if (yych <= '9') goto yy15548; + goto yy1763; + } else { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2402; + goto yy1763; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= 'z') { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + goto yy2402; + } else { + if (yych <= 0xC1) goto yy1763; + if (yych <= 0xC2) goto yy2404; + goto yy2405; + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC9) goto yy2406; + if (yych <= 0xCA) goto yy2407; + goto yy1763; + } else { + if (yych <= 0xCD) goto yy2408; + if (yych <= 0xCE) goto yy2409; + goto yy2410; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy2411; + goto yy2406; + } else { + if (yych <= 0xD4) goto yy2412; + if (yych <= 0xD5) goto yy2413; + goto yy2414; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy2415; + if (yych <= 0xD8) goto yy2416; + goto yy2417; + } else { + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy2418; + goto yy2419; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy2420; + if (yych <= 0xDE) goto yy2421; + goto yy2422; + } else { + if (yych <= 0xE0) goto yy2423; + if (yych <= 0xE1) goto yy2424; + goto yy2425; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy2426; + if (yych <= 0xE9) goto yy1763; + goto yy2427; + } else { + if (yych <= 0xEE) goto yy1763; + if (yych <= 0xEF) goto yy2428; + if (yych <= 0xF0) goto yy2429; + goto yy1763; + } + } + } + } +yy13664: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy534; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy781; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy15549; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy534; + goto yy41; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy870; + if (yych <= ']') goto yy41; + goto yy534; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy870; + goto yy41; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy41; + if (yych <= '~') goto yy534; + goto yy41; + } else { + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + if (yych <= 0xC9) goto yy874; + goto yy875; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy534; + if (yych <= 0xCD) goto yy2430; + if (yych <= 0xCE) goto yy877; + goto yy878; + } else { + if (yych == 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + goto yy880; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy2431; + if (yych <= 0xD7) goto yy883; + goto yy2432; + } else { + if (yych <= 0xD9) goto yy2433; + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy886; + goto yy887; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy2434; + goto yy891; + } else { + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy2435; + if (yych <= 0xE3) goto yy894; + goto yy534; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy895; + if (yych <= 0xEE) goto yy41; + goto yy2436; + } else { + if (yych <= 0xF0) goto yy897; + if (yych == 0xF3) goto yy534; + goto yy41; + } + } + } + } +yy13665: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy111; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy170; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy15550; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy111; + goto yy41; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy206; + if (yych <= ']') goto yy41; + goto yy111; + } else { + if (yych <= '_') goto yy209; + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy206; + goto yy41; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy41; + if (yych <= '~') goto yy111; + goto yy41; + } else { + if (yych <= 0xC2) goto yy211; + if (yych <= 0xC3) goto yy212; + if (yych <= 0xC9) goto yy213; + goto yy214; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy111; + if (yych <= 0xCD) goto yy215; + if (yych <= 0xCE) goto yy216; + goto yy217; + } else { + if (yych == 0xD2) goto yy218; + if (yych <= 0xD3) goto yy213; + goto yy219; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy220; + if (yych <= 0xD6) goto yy221; + if (yych <= 0xD7) goto yy222; + goto yy223; + } else { + if (yych <= 0xD9) goto yy224; + if (yych <= 0xDA) goto yy213; + if (yych <= 0xDB) goto yy225; + goto yy226; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy227; + if (yych <= 0xDE) goto yy228; + if (yych <= 0xDF) goto yy229; + goto yy230; + } else { + if (yych <= 0xE1) goto yy231; + if (yych <= 0xE2) goto yy232; + if (yych <= 0xE3) goto yy233; + goto yy111; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy234; + if (yych <= 0xEE) goto yy41; + goto yy235; + } else { + if (yych <= 0xF0) goto yy236; + if (yych == 0xF3) goto yy111; + goto yy41; + } + } + } + } +yy13666: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy5660; + goto yy1766; + } else { + if (yych <= '\'') goto yy2930; + if (yych == '+') goto yy5660; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy12501; + if (yych <= '.') goto yy11725; + if (yych <= '/') goto yy1766; + goto yy5660; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + goto yy1766; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy13666; + if (yych <= ']') goto yy1766; + goto yy5660; + } else { + if (yych <= 'z') goto yy13666; + if (yych == '|') goto yy5660; + goto yy1766; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy5660; + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy15551; + goto yy13669; + } else { + if (yych <= 0xC9) goto yy13670; + if (yych <= 0xCA) goto yy13671; + if (yych <= 0xCB) goto yy9033; + goto yy5663; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy13672; + if (yych <= 0xCE) goto yy15552; + goto yy13674; + } else { + if (yych == 0xD2) goto yy13675; + if (yych <= 0xD3) goto yy13670; + goto yy13676; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy13677; + if (yych <= 0xD6) goto yy15553; + if (yych <= 0xD7) goto yy15554; + goto yy13680; + } else { + if (yych <= 0xD9) goto yy13681; + if (yych <= 0xDA) goto yy13670; + if (yych <= 0xDB) goto yy13682; + goto yy13683; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy13684; + if (yych <= 0xDE) goto yy13685; + if (yych <= 0xDF) goto yy13686; + goto yy13687; + } else { + if (yych <= 0xE1) goto yy15555; + if (yych <= 0xE2) goto yy15556; + if (yych <= 0xE3) goto yy13690; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy13691; + if (yych <= 0xEE) goto yy1766; + goto yy15557; + } else { + if (yych <= 0xF0) goto yy13693; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy13668: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy5660; + case 0xAA: + case 0xB5: + case 0xBA: goto yy13666; + default: goto yy2; + } +yy13669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy13666; + goto yy5660; + } else { + if (yych == 0xB7) goto yy5660; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy13670: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy13671: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy13666; + goto yy2; +yy13672: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB3) goto yy13666; + if (yych <= 0xB4) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy13666; + if (yych <= 0xBA) goto yy2; + goto yy13666; + } else { + if (yych == 0xBF) goto yy13666; + goto yy2; + } + } +yy13673: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy13666; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy13666; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy13674: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy5660; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy13675: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy13666; + if (yych <= 0x89) goto yy5660; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy13676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy13677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy13666; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy13678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy13666; + if (yych <= 0x8C) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy5660; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } +yy13679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy5660; + if (yych <= 0x8F) goto yy2; + goto yy13666; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy13666; + goto yy2; + } + } +yy13680: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy5660; + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy13681: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy13666; + if (yych <= 0x9F) goto yy5660; + goto yy2; + } else { + if (yych == 0xB0) goto yy5660; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy13682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy13666; + goto yy2; + } else { + if (yych <= 0x95) goto yy13666; + if (yych == 0x9D) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy5660; + if (yych <= 0xAF) goto yy13666; + goto yy2; + } else { + if (yych <= 0xBC) goto yy13666; + if (yych <= 0xBE) goto yy5660; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy13683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy13684: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy5660; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy13685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy13666; + if (yych <= 0xB0) goto yy5660; + if (yych <= 0xB1) goto yy13666; + goto yy2; +yy13686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy13666; + goto yy5660; + } else { + if (yych == 0xB6) goto yy5660; + goto yy2; + } +yy13687: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy15558; + case 0xA1: goto yy15559; + case 0xA2: goto yy15560; + case 0xA3: goto yy8755; + case 0xA4: goto yy15561; + case 0xA5: goto yy15562; + case 0xA6: goto yy15563; + case 0xA7: goto yy15564; + case 0xA8: goto yy15565; + case 0xA9: goto yy15566; + case 0xAA: goto yy15567; + case 0xAB: goto yy15568; + case 0xAC: goto yy15569; + case 0xAD: goto yy15570; + case 0xAE: goto yy15571; + case 0xAF: goto yy15572; + case 0xB0: goto yy15573; + case 0xB1: goto yy15574; + case 0xB2: goto yy15575; + case 0xB3: goto yy15576; + case 0xB4: goto yy15577; + case 0xB5: goto yy15578; + case 0xB6: goto yy15579; + case 0xB7: goto yy15580; + case 0xB8: goto yy8775; + case 0xB9: goto yy8776; + case 0xBA: goto yy8777; + case 0xBB: goto yy8778; + case 0xBC: goto yy8779; + case 0xBD: goto yy8780; + case 0xBE: goto yy8781; + case 0xBF: goto yy8782; + default: goto yy2; + } +yy13688: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8783; + case 0x81: goto yy8784; + case 0x82: goto yy15581; + case 0x83: goto yy15582; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy13670; + case 0x89: goto yy15583; + case 0x8A: goto yy15584; + case 0x8B: goto yy15585; + case 0x8C: goto yy15586; + case 0x8D: goto yy15587; + case 0x8E: goto yy15588; + case 0x8F: goto yy15589; + case 0x90: goto yy15590; + case 0x99: goto yy15591; + case 0x9A: goto yy15592; + case 0x9B: goto yy15593; + case 0x9C: goto yy15594; + case 0x9D: goto yy15595; + case 0x9E: goto yy8800; + case 0x9F: goto yy8801; + case 0xA0: goto yy15596; + case 0xA1: goto yy15597; + case 0xA2: goto yy15598; + case 0xA3: goto yy15599; + case 0xA4: goto yy15600; + case 0xA5: goto yy8807; + case 0xA7: goto yy8808; + case 0xA8: goto yy15601; + case 0xA9: goto yy8809; + case 0xAA: goto yy8810; + case 0xAC: goto yy8811; + case 0xAD: goto yy8812; + case 0xAE: goto yy15602; + case 0xAF: goto yy15603; + case 0xB0: goto yy15604; + case 0xB1: goto yy15605; + case 0xB3: goto yy15606; + case 0xB4: goto yy15607; + case 0xB5: goto yy15608; + case 0xB6: goto yy15609; + case 0xB7: goto yy8821; + case 0xBC: goto yy15610; + case 0xBD: goto yy15611; + case 0xBE: goto yy15612; + case 0xBF: goto yy15613; + default: goto yy2; + } +yy13689: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8826; + case 0x81: goto yy8827; + case 0x82: goto yy8828; + case 0x83: goto yy8829; + case 0x84: goto yy15614; + case 0x85: goto yy15615; + case 0x86: goto yy15616; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy5663; + case 0x8C: goto yy8832; + case 0x8F: goto yy8833; + case 0x90: goto yy8834; + case 0x91: goto yy8835; + case 0x92: goto yy8836; + case 0x93: goto yy8837; + case 0x9D: goto yy8838; + case 0x9E: goto yy8839; + case 0x9F: goto yy8840; + case 0xA6: goto yy8841; + case 0xA7: goto yy8842; + case 0xAD: goto yy8843; + case 0xAE: goto yy8844; + case 0xAF: goto yy8845; + case 0xB0: goto yy15617; + case 0xB1: goto yy15618; + case 0xB2: goto yy13670; + case 0xB3: goto yy15619; + case 0xB4: goto yy15620; + case 0xB5: goto yy15621; + case 0xB6: goto yy15622; + case 0xB7: goto yy15623; + case 0xBA: goto yy8852; + case 0xBB: goto yy8814; + case 0xBF: goto yy8853; + default: goto yy2; + } +yy13690: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15624; + case 0x82: goto yy8855; + case 0x84: goto yy15625; + case 0x86: goto yy15626; + case 0x87: goto yy8858; + case 0x88: goto yy8859; + case 0x89: goto yy8860; + case 0x8A: goto yy8861; + case 0x8B: goto yy8862; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy5663; + default: goto yy2; + } +yy13691: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy5675; + case 0x93: goto yy15627; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy13670; + case 0x98: goto yy15628; + case 0x99: goto yy15629; + case 0x9A: goto yy15630; + case 0x9B: goto yy15631; + case 0x9C: goto yy15632; + case 0x9D: goto yy13676; + case 0x9E: goto yy15633; + case 0x9F: goto yy15634; + case 0xA0: goto yy15635; + case 0xA1: goto yy15636; + case 0xA2: goto yy15637; + case 0xA3: goto yy15638; + case 0xA4: goto yy15639; + case 0xA5: goto yy15640; + case 0xA6: goto yy8875; + case 0xA7: goto yy8876; + case 0xA8: goto yy15641; + case 0xA9: goto yy15642; + case 0xAA: goto yy8879; + case 0xAB: goto yy15643; + case 0xAC: goto yy15644; + case 0xAD: goto yy15645; + case 0xAF: goto yy15646; + default: goto yy2; + } +yy13692: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy15647; + case 0xAD: goto yy15648; + case 0xAE: goto yy15649; + case 0xAF: goto yy15650; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy13670; + case 0xB4: goto yy15651; + case 0xB5: goto yy15652; + case 0xB6: goto yy15653; + case 0xB7: goto yy15654; + case 0xB8: goto yy8890; + case 0xB9: goto yy15655; + case 0xBB: goto yy15656; + case 0xBC: goto yy15657; + case 0xBD: goto yy15658; + case 0xBF: goto yy8895; + default: goto yy2; + } +yy13693: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy15659; + case 0x91: goto yy15660; + case 0x92: goto yy15661; + case 0x93: goto yy15662; + case 0x94: goto yy15663; + case 0x96: goto yy15664; + case 0x9B: goto yy15665; + case 0x9D: goto yy15666; + case 0x9E: goto yy15667; + case 0x9F: goto yy8905; + default: goto yy2; + } +yy13694: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy5660; + goto yy1766; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy5660; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy9246; + if (yych <= '/') goto yy1766; + goto yy8907; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy5660; + if (yych <= '@') goto yy1766; + goto yy9040; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy1766; + if (yych <= '`') goto yy5660; + goto yy9040; + } else { + if (yych == '|') goto yy5660; + if (yych <= '}') goto yy1766; + goto yy5660; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy5720; + if (yych <= 0xC3) goto yy5721; + goto yy5722; + } else { + if (yych <= 0xCA) goto yy5723; + if (yych <= 0xCB) goto yy5665; + if (yych <= 0xCC) goto yy5663; + goto yy5724; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy5725; + if (yych <= 0xCF) goto yy5726; + goto yy5722; + } else { + if (yych <= 0xD2) goto yy5727; + if (yych <= 0xD3) goto yy5722; + if (yych <= 0xD4) goto yy5728; + goto yy5729; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy5730; + if (yych <= 0xD7) goto yy5731; + if (yych <= 0xD8) goto yy5732; + goto yy5733; + } else { + if (yych <= 0xDA) goto yy5722; + if (yych <= 0xDB) goto yy5734; + if (yych <= 0xDC) goto yy5735; + goto yy5736; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy5737; + if (yych <= 0xDF) goto yy5738; + goto yy5739; + } else { + if (yych <= 0xE1) goto yy5740; + if (yych <= 0xE2) goto yy5741; + if (yych <= 0xE3) goto yy5742; + goto yy5683; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5743; + if (yych <= 0xEE) goto yy1766; + goto yy5744; + } else { + if (yych <= 0xF0) goto yy5745; + if (yych == 0xF3) goto yy5687; + goto yy1766; + } + } + } + } +yy13695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9896; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy13696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy9896; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1952; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy13697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy9896; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2930; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } +yy13698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy5746; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy13699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9896; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } + } +yy13700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1952; + if (yych <= 0x91) goto yy2; + goto yy2930; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy9896; + if (yych <= 0xA6) goto yy1952; + if (yych <= 0xA8) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy9155; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } + } +yy13701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy2930; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy9896; + goto yy2930; + } + } + } else { + if (yych <= 0x9E) { + if (yych == 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy9155; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy13702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy9155; + } else { + if (yych == 0xBF) goto yy9155; + goto yy2; + } + } +yy13703: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy9155; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy9155; + goto yy2; +yy13704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy9155; + goto yy2; +yy13705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy9155; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy13706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9155; + if (yych == 0xA0) goto yy1952; + goto yy2; +yy13707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy13708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy9155; + if (yych <= 0x81) goto yy2; + goto yy9155; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy9155; + if (yych <= 0xBA) goto yy1952; + goto yy2; + } +yy13709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy9155; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy13710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy9155; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy9155; + goto yy2; +yy13711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy9155; + goto yy2; +yy13712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy13713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9155; + goto yy2; +yy13714: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy9155; + goto yy2; +yy13715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9155; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy9155; + goto yy2; +yy13716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9155; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy9155; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9155; + if (yych == 0xBF) goto yy9155; + goto yy2; + } + } +yy13717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9155; + goto yy2; + } else { + if (yych <= 0xB6) goto yy9155; + if (yych <= 0xB8) goto yy1952; + goto yy2; + } +yy13718: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9155; + goto yy2; +yy13719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy9155; + goto yy2; +yy13720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9155; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy9155; + goto yy2; +yy13721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy9155; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy13722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9155; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych <= 0x86) goto yy1952; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1952; + goto yy9155; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy9155; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1952; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } + } +yy13723: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy9155; + goto yy2; +yy13724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy9155; + goto yy2; +yy13725: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xA4) goto yy9155; + if (yych <= 0xA6) goto yy1952; + goto yy2; + } +yy13726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9155; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy9155; + goto yy2; +yy13727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9155; + goto yy2; +yy13728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9155; + goto yy2; +yy13729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy9155; + goto yy2; +yy13730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xB7) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy13731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xAF) goto yy9155; + if (yych <= 0xBA) goto yy1952; + goto yy2; +yy13732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy9155; + goto yy2; +yy13733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xA6) goto yy9155; + if (yych <= 0xB4) goto yy1952; + goto yy2; +yy13734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy9155; + goto yy1952; + } else { + if (yych == 0xB6) goto yy9155; + goto yy2; + } +yy13735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xB2) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy13736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy9155; + if (yych <= 0x89) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy9155; + } else { + if (yych == 0x9C) goto yy9155; + goto yy2; + } + } +yy13737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9155; + goto yy2; + } else { + if (yych <= 0xAB) goto yy9155; + if (yych <= 0xB7) goto yy1952; + goto yy2; + } +yy13738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9155; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy9155; + goto yy2; + } else { + if (yych <= 0xA8) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy13739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9155; + if (yych <= 0xAA) goto yy1952; + goto yy2; +yy13740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy9155; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9155; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9155; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9155; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy13741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych == 0x90) goto yy9155; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1952; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } + } + } +yy13742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9155; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy13743: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy9155; + } else { + if (yych == 0x87) goto yy9155; + goto yy2; + } +yy13744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy13745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9B) goto yy9155; + if (yych <= 0x9D) goto yy1952; + goto yy2; + } +yy13746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1952; + if (yych == 0x84) goto yy9155; + goto yy2; +yy13747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9155; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy13748: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy13749: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy9155; + if (yych == 0xBF) goto yy9155; + goto yy2; +yy13750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy9155; + goto yy2; +yy13751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy9155; + goto yy2; +yy13752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy9155; + goto yy2; +yy13753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9155; + goto yy2; +yy13754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9155; + goto yy2; +yy13755: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; +yy13756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9155; + goto yy1952; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy13757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB7) goto yy9155; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy13758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9155; + goto yy2; +yy13759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9155; + goto yy2; + } else { + if (yych <= 0x90) goto yy9155; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } +yy13760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy9155; + goto yy2; +yy13761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9155; + goto yy2; + } else { + if (yych <= 0x99) goto yy9155; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } +yy13762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy13763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy9155; + } else { + if (yych == 0xA2) goto yy9155; + if (yych <= 0xA4) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy9155; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy9155; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } + } +yy13764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy13765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9155; + goto yy2; + } else { + if (yych <= 0x8A) goto yy9155; + if (yych <= 0x8C) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy9155; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy9155; + goto yy2; + } + } +yy13766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy9155; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy9155; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy13767: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9155; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; +yy13768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1952; + goto yy9155; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1952; + goto yy9155; + } else { + if (yych <= 0xBB) goto yy1952; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy13769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy9155; + goto yy1952; + } else { + if (yych == 0xB5) goto yy1952; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy13770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy9155; + goto yy1952; + } else { + if (yych == 0xAF) goto yy1952; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy13771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9155; + goto yy1952; + } else { + if (yych == 0xA9) goto yy1952; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy13772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy1952; + if (yych <= 0x8B) goto yy9155; + goto yy2; +yy13773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9155; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; +yy13774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy9155; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy9155; + } else { + if (yych == 0xA4) goto yy9155; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy9155; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy9155; + } else { + if (yych == 0xBB) goto yy9155; + goto yy2; + } + } + } +yy13775: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy9155; + default: goto yy2; + } +yy13776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy9155; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy9155; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy9155; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy9155; + goto yy2; + } + } +yy13777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy10110; + if (yych <= 0xBF) goto yy3083; + goto yy2; +yy13778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy10110; + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy13779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy10110; + if (yych <= 0x97) goto yy2; + goto yy1087; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1087; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } +yy13780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy13781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy1952; + if (yych <= 0x9F) goto yy2; + goto yy1952; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy10110; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } +yy13782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1952; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1952; + goto yy10110; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1952; + if (yych == 0xA9) goto yy1952; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy3083; + goto yy2; + } + } +yy13783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy10110; + goto yy1087; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy3083; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy13784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych == 0x9A) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1952; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1952; + goto yy2; + } + } +yy13785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy9247; + if (yych <= 0x9B) goto yy1952; + goto yy2; +yy13786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy9247; + } else { + if (yych == 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy13787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x90) goto yy9247; + if (yych <= 0x97) goto yy1952; + goto yy9247; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1952; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy13788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9247; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9247; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9247; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9247; + if (yych <= 0xB5) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy13789: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1952; + goto yy9247; + } else { + if (yych == 0x97) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy9247; + goto yy2; + } else { + if (yych <= 0xA1) goto yy9247; + if (yych <= 0xA3) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1952; + goto yy2; + } + } + } +yy13790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy9247; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy9247; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy9247; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy9247; + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy13791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych == 0x91) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy9247; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1952; + } else { + if (yych <= 0xB4) goto yy9247; + if (yych <= 0xB5) goto yy1952; + goto yy2; + } + } + } +yy13792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy9247; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy9247; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9247; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9247; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy13793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych == 0x90) goto yy9247; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy9247; + if (yych <= 0xA3) goto yy1952; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1952; + } else { + if (yych == 0xB9) goto yy9247; + goto yy2; + } + } + } +yy13794: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy9247; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9247; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9247; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9247; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy13795: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1952; + if (yych <= 0xB1) goto yy9247; + goto yy2; + } + } + } +yy13796: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1952; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy9247; + default: goto yy2; + } +yy13797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy9247; + if (yych == 0x97) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1952; + goto yy2; + } + } +yy13798: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy9247; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy13799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1952; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy9247; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } + } +yy13800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy9247; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy9247; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy13801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1952; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy9247; + goto yy2; + } + } + } +yy13802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy9247; + goto yy2; + } else { + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy13803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8E) goto yy9247; + if (yych <= 0x96) goto yy2; + goto yy1952; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy9247; + if (yych <= 0xA3) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1952; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } + } +yy13804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy9247; + } else { + if (yych == 0xBD) goto yy9247; + goto yy2; + } + } +yy13805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9247; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1952; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } + } +yy13806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1952; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy13807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9247; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1952; + goto yy2; +yy13808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9247; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy13809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy10110; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy13810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy9247; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1952; + goto yy2; + } else { + if (yych <= 0xB1) goto yy9247; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } + } +yy13811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych <= 0x93) goto yy1952; + if (yych <= 0x9F) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy9247; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1952; + goto yy2; + } + } +yy13812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy10110; + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy13813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xAA) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy13814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9247; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1952; + goto yy2; + } +yy13815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy9247; + if (yych <= 0x9B) goto yy1952; + goto yy2; +yy13816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xA0) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy9247; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy13817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9247; + if (yych <= 0xB3) goto yy1952; + goto yy2; +yy13818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9247; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy13819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1952; + if (yych <= 0xAC) goto yy9247; + goto yy1952; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy9247; + if (yych <= 0xB4) goto yy1952; + goto yy9247; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1952; + goto yy2; + } + } +yy13820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy9247; + } else { + if (yych == 0xBE) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy13821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0x84) goto yy9247; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy9247; + goto yy1952; + } else { + if (yych <= 0x93) goto yy9247; + if (yych <= 0x95) goto yy2; + goto yy9247; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAC) goto yy9247; + if (yych <= 0xAF) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy9247; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9247; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } + } + } +yy13822: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1952; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy9247; + default: goto yy2; + } +yy13823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy9247; + } else { + if (yych == 0x8E) goto yy9247; + if (yych <= 0x8F) goto yy1952; + goto yy2; + } +yy13824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy9247; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy13825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xAE) goto yy9247; + if (yych <= 0xB1) goto yy1952; + if (yych <= 0xB3) goto yy9247; + goto yy2; + } +yy13826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9247; + if (yych == 0xBF) goto yy1952; + goto yy2; +yy13827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy9247; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy13828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x93) goto yy1952; + if (yych == 0xA0) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1952; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1952; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9247; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } +yy13829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xBA) goto yy9247; + goto yy2; + } +yy13830: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1952; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy9247; + goto yy2; +yy13831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } +yy13832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy9247; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1952; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy13833: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1952; + goto yy2; +yy13834: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1952; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy13835: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9247; + if (yych <= 0x88) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAD) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy9247; + goto yy2; + } +yy13836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy9247; + goto yy1952; + } else { + if (yych == 0x86) goto yy1952; + goto yy9247; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1952; + if (yych <= 0xA2) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1952; + goto yy2; + } + } +yy13837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0xB3) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy13838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy9247; + if (yych <= 0xBA) goto yy2; + goto yy9247; + } else { + if (yych == 0xBD) goto yy9247; + goto yy2; + } + } +yy13839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy9247; + } else { + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy13840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9247; + if (yych <= 0x93) goto yy1952; + goto yy2; +yy13841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy9247; + if (yych <= 0xB6) goto yy1952; + goto yy2; +yy13842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy9247; + goto yy1952; + } else { + if (yych <= 0x8B) goto yy9247; + if (yych <= 0x8D) goto yy1952; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } + } +yy13843: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1952; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy9247; + goto yy1952; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy9247; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1952; + goto yy2; + } + } +yy13844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy9247; + if (yych <= 0x9B) goto yy1952; + goto yy2; + } else { + if (yych <= 0xA5) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy13845: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy9247; + if (yych <= 0xAA) goto yy1952; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1952; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy13846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9247; + goto yy2; + } else { + if (yych <= 0x97) goto yy9247; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy9247; + goto yy1952; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1952; + if (yych <= 0xB6) goto yy9247; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy9247; + goto yy2; + } + } +yy13847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy13848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1952; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy13849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9247; + goto yy2; + } else { + if (yych <= 0xBB) goto yy9247; + if (yych <= 0xBD) goto yy1952; + goto yy2; + } +yy13850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1952; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1952; + goto yy10110; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1952; + if (yych == 0xA9) goto yy1952; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy13851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy10110; + goto yy1087; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy9247; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy13852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1952; + if (yych <= 0x9A) goto yy9247; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } +yy13853: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13859; + case 0x81: goto yy13860; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy9251; + case 0x83: goto yy13861; + case 0x84: goto yy9184; + case 0x85: goto yy9185; + case 0x86: goto yy9186; + case 0x87: goto yy9187; + case 0x8A: goto yy13862; + case 0x8B: goto yy15668; + case 0x8C: goto yy13864; + case 0x8D: goto yy15669; + case 0x8E: goto yy13866; + case 0x8F: goto yy13867; + case 0x92: goto yy13868; + case 0x94: goto yy13869; + case 0x95: goto yy13870; + case 0x9C: goto yy13871; + case 0x9D: goto yy13872; + case 0xA0: goto yy13873; + case 0xA1: goto yy15670; + case 0xA2: goto yy13875; + case 0xA3: goto yy13876; + case 0xA4: goto yy13877; + case 0xA6: goto yy13878; + case 0xA8: goto yy15671; + case 0xA9: goto yy13880; + case 0xAA: goto yy13881; + case 0xAB: goto yy15672; + case 0xAC: goto yy11913; + case 0xAD: goto yy13883; + case 0xAE: goto yy13884; + case 0xB1: goto yy13885; + case 0xB2: + case 0xB3: goto yy13886; + default: goto yy2; + } +yy13854: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15673; + case 0x81: goto yy9194; + case 0x82: goto yy15674; + case 0x83: goto yy13889; + case 0x84: goto yy15675; + case 0x85: goto yy15676; + case 0x86: goto yy15677; + case 0x87: goto yy15678; + case 0x88: goto yy15679; + case 0x8A: goto yy13895; + case 0x8B: goto yy15680; + case 0x8C: goto yy15681; + case 0x8D: goto yy15682; + case 0x92: + case 0x98: goto yy15683; + case 0x93: goto yy15684; + case 0x96: goto yy15685; + case 0x97: goto yy15686; + case 0x99: goto yy15687; + case 0x9A: goto yy15688; + case 0x9B: goto yy2362; + case 0x9C: goto yy9210; + case 0xA2: goto yy13905; + case 0xA3: goto yy13906; + case 0xAB: goto yy13907; + default: goto yy2; + } +yy13855: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy9251; + case 0xA8: goto yy13907; + case 0xA9: goto yy13912; + case 0xAB: goto yy15689; + case 0xAC: goto yy15690; + case 0xAD: goto yy15691; + case 0xAE: goto yy13916; + case 0xBD: goto yy15692; + case 0xBE: goto yy9215; + default: goto yy2; + } +yy13856: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy9251; + if (yych <= 0xB1) goto yy13918; + if (yych <= 0xB2) goto yy15693; + goto yy2; +yy13857: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1956; + case 0x83: goto yy4596; + case 0x84: goto yy9217; + case 0x85: goto yy9218; + case 0x87: goto yy9219; + case 0x89: goto yy9220; + case 0x8D: goto yy9221; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy9251; + case 0x91: goto yy13920; + case 0x92: goto yy13921; + case 0x93: goto yy13922; + case 0x94: goto yy13923; + case 0x95: goto yy13924; + case 0x9A: goto yy13925; + case 0x9B: goto yy15694; + case 0x9C: goto yy15695; + case 0x9D: goto yy15696; + case 0x9E: goto yy15697; + case 0x9F: goto yy15698; + case 0xAA: goto yy9227; + default: goto yy2; + } +yy13858: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy9251; + if (yych <= 0xA3) goto yy15699; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy13932; + goto yy13933; + } else { + if (yych <= 0xBA) goto yy13934; + if (yych <= 0xBB) goto yy9229; + goto yy2; + } + } +yy13859: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy9247; + } else { + if (yych == 0xBF) goto yy9247; + goto yy2; + } + } +yy13860: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy9247; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy9247; + goto yy2; +yy13861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy9247; + goto yy2; +yy13862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy9247; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy13863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9247; + if (yych == 0xA0) goto yy1121; + goto yy2; +yy13864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy13865: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy9247; + if (yych <= 0x81) goto yy2; + goto yy9247; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy9247; + if (yych <= 0xBA) goto yy1121; + goto yy2; + } +yy13866: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy9247; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy13867: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy9247; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy9247; + goto yy2; +yy13868: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy9247; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy13869: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy13870: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9247; + goto yy2; +yy13871: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy9247; + goto yy2; +yy13872: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9247; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy9247; + goto yy2; +yy13873: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9247; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy9247; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9247; + if (yych == 0xBF) goto yy9247; + goto yy2; + } + } +yy13874: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9247; + goto yy2; + } else { + if (yych <= 0xB6) goto yy9247; + if (yych <= 0xB8) goto yy1121; + goto yy2; + } +yy13875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9247; + goto yy2; +yy13876: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy9247; + goto yy2; +yy13877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9247; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy9247; + goto yy2; +yy13878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy9247; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy13879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9247; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych <= 0x86) goto yy1121; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1121; + goto yy9247; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy9247; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1121; + } else { + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } + } +yy13880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy9247; + goto yy2; +yy13881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy9247; + goto yy2; +yy13882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xA4) goto yy9247; + if (yych <= 0xA6) goto yy1121; + goto yy2; + } +yy13883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9247; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy9247; + goto yy2; +yy13884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9247; + goto yy2; +yy13885: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9247; + goto yy2; +yy13886: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy9247; + goto yy2; +yy13887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xB7) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy13888: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xAF) goto yy9247; + if (yych <= 0xBA) goto yy1121; + goto yy2; +yy13889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy13890: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + goto yy9247; + } else { + if (yych <= 0xB4) goto yy1121; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy13891: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy9247; + goto yy1121; + } else { + if (yych == 0xB6) goto yy9247; + goto yy2; + } +yy13892: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xB2) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy13893: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy9247; + if (yych <= 0x89) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy9247; + } else { + if (yych == 0x9C) goto yy9247; + goto yy2; + } + } +yy13894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9247; + goto yy2; + } else { + if (yych <= 0xAB) goto yy9247; + if (yych <= 0xB7) goto yy1121; + goto yy2; + } +yy13895: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9247; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy9247; + goto yy2; + } else { + if (yych <= 0xA8) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy13896: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy13897: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy9247; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9247; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9247; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9247; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy13898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych == 0x90) goto yy9247; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1121; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } + } + } +yy13899: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9247; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy13900: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x85) goto yy9247; + goto yy2; + } else { + if (yych <= 0x87) goto yy9247; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy13901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy13902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1121; + goto yy2; + } else { + if (yych <= 0x9B) goto yy9247; + if (yych <= 0x9D) goto yy1121; + goto yy2; + } +yy13903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1121; + goto yy2; + } else { + if (yych <= 0x84) goto yy9247; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy13904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9247; + if (yych <= 0xB7) goto yy1121; + goto yy2; +yy13905: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy13906: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy9247; + goto yy843; + } else { + if (yych == 0xBF) goto yy9247; + goto yy2; + } +yy13907: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy9247; + goto yy2; +yy13908: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy9247; + goto yy2; +yy13909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy9247; + goto yy2; +yy13910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9247; + goto yy2; +yy13911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9247; + goto yy2; +yy13912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9247; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy13913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1121; + goto yy2; +yy13914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9247; + goto yy1121; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy13915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1121; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy9247; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy13916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9247; + goto yy2; +yy13917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9247; + goto yy2; + } else { + if (yych <= 0x90) goto yy9247; + if (yych <= 0xBE) goto yy1121; + goto yy2; + } +yy13918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy9247; + goto yy2; +yy13919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9247; + goto yy2; + } else { + if (yych <= 0x99) goto yy9247; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1121; + goto yy2; + } +yy13920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy13921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy9247; + } else { + if (yych == 0xA2) goto yy9247; + if (yych <= 0xA4) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy9247; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy9247; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } + } +yy13922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy13923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9247; + goto yy2; + } else { + if (yych <= 0x8A) goto yy9247; + if (yych <= 0x8C) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy9247; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy9247; + goto yy2; + } + } +yy13924: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy9247; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy9247; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy13925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9247; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; +yy13926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1121; + goto yy9247; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1121; + goto yy9247; + } else { + if (yych <= 0xBB) goto yy1121; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy13927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy9247; + goto yy1121; + } else { + if (yych == 0xB5) goto yy1121; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy13928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy9247; + goto yy1121; + } else { + if (yych == 0xAF) goto yy1121; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy13929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9247; + goto yy1121; + } else { + if (yych == 0xA9) goto yy1121; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy13930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy9247; + goto yy1121; + } else { + if (yych <= 0x8B) goto yy9247; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy13931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9247; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; +yy13932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy9247; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy9247; + } else { + if (yych == 0xA4) goto yy9247; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy9247; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy9247; + } else { + if (yych == 0xBB) goto yy9247; + goto yy2; + } + } + } +yy13933: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy9247; + default: goto yy2; + } +yy13934: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy9247; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy9247; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy9247; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy9247; + goto yy2; + } + } +yy13935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy11647; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy11647; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy11647; + } else { + if (yych == 0xBF) goto yy11647; + goto yy2; + } + } +yy13936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy11647; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy11647; + goto yy2; +yy13937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy11647; + goto yy2; +yy13938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy11647; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy13939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy11647; + if (yych == 0xA0) goto yy5660; + goto yy2; +yy13940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy11647; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy13941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy11647; + if (yych <= 0x81) goto yy2; + goto yy11647; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy11647; + if (yych <= 0xBA) goto yy5660; + goto yy2; + } +yy13942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy11647; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy13943: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy11647; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy11647; + goto yy2; +yy13944: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy11647; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy13945: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy11647; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy13946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy11647; + goto yy2; +yy13947: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy11647; + goto yy2; +yy13948: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy11647; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy11647; + goto yy2; +yy13949: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy11647; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy11647; + goto yy2; + } else { + if (yych <= 0xBC) goto yy11647; + if (yych == 0xBF) goto yy11647; + goto yy2; + } + } +yy13950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy11647; + goto yy2; + } else { + if (yych <= 0xB6) goto yy11647; + if (yych <= 0xB8) goto yy5660; + goto yy2; + } +yy13951: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy11647; + goto yy2; +yy13952: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy11647; + goto yy2; +yy13953: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy11647; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy11647; + goto yy2; +yy13954: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy11647; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy13955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy11647; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych <= 0x86) goto yy5660; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy5660; + goto yy11647; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy11647; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy5660; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } + } +yy13956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy11647; + goto yy2; +yy13957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy11647; + goto yy2; +yy13958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xA4) goto yy11647; + if (yych <= 0xA6) goto yy5660; + goto yy2; + } +yy13959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy11647; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy11647; + goto yy2; +yy13960: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy11647; + goto yy2; +yy13961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy11647; + goto yy2; +yy13962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy11647; + goto yy2; +yy13963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xB7) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy13964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xAF) goto yy11647; + if (yych <= 0xBA) goto yy5660; + goto yy2; +yy13965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy11647; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy13966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + goto yy11647; + } else { + if (yych <= 0xB4) goto yy5660; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy13967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy11647; + goto yy5660; + } else { + if (yych == 0xB6) goto yy11647; + goto yy2; + } +yy13968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xB2) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy13969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy11647; + if (yych <= 0x89) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy11647; + } else { + if (yych == 0x9C) goto yy11647; + goto yy2; + } + } +yy13970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy11647; + goto yy2; + } else { + if (yych <= 0xAB) goto yy11647; + if (yych <= 0xB7) goto yy5660; + goto yy2; + } +yy13971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy11647; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy11647; + goto yy2; + } else { + if (yych <= 0xA8) goto yy11647; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy13972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy13973: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy11647; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy11647; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy11647; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy11647; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy13974: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych == 0x90) goto yy11647; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy5660; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } + } + } +yy13975: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy11647; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy13976: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x85) goto yy11647; + goto yy2; + } else { + if (yych <= 0x87) goto yy11647; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy13977: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy13978: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9B) goto yy11647; + if (yych <= 0x9D) goto yy5660; + goto yy2; + } +yy13979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy5660; + goto yy2; + } else { + if (yych <= 0x84) goto yy11647; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy13980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy11647; + if (yych <= 0xB7) goto yy5660; + goto yy2; +yy13981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy13982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy11647; + goto yy843; + } else { + if (yych == 0xBF) goto yy11647; + goto yy2; + } +yy13983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy11647; + goto yy2; +yy13984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy11647; + goto yy2; +yy13985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy11647; + goto yy2; +yy13986: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy11647; + goto yy2; +yy13987: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy11647; + goto yy2; +yy13988: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy11647; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy13989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy11647; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; +yy13990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy11647; + goto yy5660; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy13991: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy5660; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy11647; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy13992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy11647; + goto yy2; +yy13993: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy11647; + goto yy2; + } else { + if (yych <= 0x90) goto yy11647; + if (yych <= 0xBE) goto yy5660; + goto yy2; + } +yy13994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy11647; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy11647; + goto yy2; +yy13995: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy11647; + goto yy2; + } else { + if (yych <= 0x99) goto yy11647; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; + } +yy13996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy13997: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy11647; + } else { + if (yych == 0xA2) goto yy11647; + if (yych <= 0xA4) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy11647; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy11647; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } + } +yy13998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy13999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy11647; + goto yy2; + } else { + if (yych <= 0x8A) goto yy11647; + if (yych <= 0x8C) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy11647; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy11647; + goto yy2; + } + } +yy14000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy11647; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy11647; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy14001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy11647; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy11647; + goto yy2; +yy14002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy5660; + goto yy11647; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy5660; + goto yy11647; + } else { + if (yych <= 0xBB) goto yy5660; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } + } +yy14003: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy11647; + goto yy5660; + } else { + if (yych == 0xB5) goto yy5660; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy14004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy11647; + goto yy5660; + } else { + if (yych == 0xAF) goto yy5660; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy14005: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy11647; + goto yy5660; + } else { + if (yych == 0xA9) goto yy5660; + if (yych <= 0xBF) goto yy11647; + goto yy2; + } +yy14006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy11647; + goto yy5660; + } else { + if (yych <= 0x8B) goto yy11647; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy14007: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy11647; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; +yy14008: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy11647; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy11647; + } else { + if (yych == 0xA4) goto yy11647; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy11647; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy11647; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy11647; + } else { + if (yych == 0xBB) goto yy11647; + goto yy2; + } + } + } +yy14009: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy11647; + default: goto yy2; + } +yy14010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy11647; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy11647; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy11647; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy11647; + goto yy2; + } + } +yy14011: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy10684; + case 0xAA: + case 0xB5: + case 0xBA: goto yy12092; + default: goto yy2; + } +yy14012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12092; + goto yy10684; + } else { + if (yych == 0xB7) goto yy10684; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy14013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB3) goto yy12092; + if (yych <= 0xB4) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy12092; + if (yych <= 0xBA) goto yy2; + goto yy12092; + } else { + if (yych == 0xBF) goto yy12092; + goto yy2; + } + } +yy14014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy12092; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy12092; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy14015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy10684; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy14016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12092; + if (yych <= 0x89) goto yy10684; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy14017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych == 0x8A) goto yy9303; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBE) goto yy9303; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy14018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy10684; + if (yych <= 0x8F) goto yy2; + goto yy12092; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy12092; + goto yy2; + } + } +yy14019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy10684; + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy14020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy12092; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy12092; + } else { + if (yych <= 0xB0) goto yy10684; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy14021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy12092; + goto yy2; + } else { + if (yych <= 0x95) goto yy12092; + if (yych == 0x9D) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy12092; + goto yy843; + } else { + if (yych <= 0xBC) goto yy12092; + if (yych <= 0xBE) goto yy10684; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy14022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy14023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy10684; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy14024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12092; + if (yych <= 0xB0) goto yy10684; + if (yych <= 0xB1) goto yy12092; + goto yy2; +yy14025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy12092; + } else { + if (yych <= 0xB3) goto yy10684; + if (yych == 0xB6) goto yy10684; + goto yy2; + } +yy14026: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy15700; + case 0xA1: goto yy15701; + case 0xA2: goto yy14035; + case 0xA3: goto yy15120; + case 0xA4: goto yy15702; + case 0xA5: goto yy15703; + case 0xA6: goto yy15704; + case 0xA7: goto yy15705; + case 0xA8: goto yy15706; + case 0xA9: goto yy15707; + case 0xAA: goto yy15708; + case 0xAB: goto yy15709; + case 0xAC: goto yy15710; + case 0xAD: goto yy15711; + case 0xAE: goto yy15712; + case 0xAF: goto yy15713; + case 0xB0: goto yy15714; + case 0xB1: goto yy15715; + case 0xB2: goto yy15716; + case 0xB3: goto yy15717; + case 0xB4: goto yy15718; + case 0xB5: goto yy15719; + case 0xB6: goto yy15720; + case 0xB7: goto yy15721; + case 0xB8: goto yy15140; + case 0xB9: goto yy15385; + case 0xBA: goto yy15142; + case 0xBB: goto yy15386; + case 0xBC: goto yy15387; + case 0xBD: goto yy15145; + case 0xBE: goto yy15146; + case 0xBF: goto yy15147; + default: goto yy2; + } +yy14027: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15148; + case 0x81: goto yy15388; + case 0x82: goto yy15722; + case 0x83: goto yy14057; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy12096; + case 0x89: goto yy14058; + case 0x8A: goto yy14059; + case 0x8B: goto yy14060; + case 0x8C: goto yy14061; + case 0x8D: goto yy15723; + case 0x8E: goto yy15724; + case 0x8F: goto yy14064; + case 0x90: goto yy15725; + case 0x99: goto yy14066; + case 0x9A: goto yy14067; + case 0x9B: goto yy14068; + case 0x9C: goto yy15726; + case 0x9D: goto yy15727; + case 0x9E: goto yy15156; + case 0x9F: goto yy15395; + case 0xA0: goto yy15728; + case 0xA1: goto yy14072; + case 0xA2: goto yy15729; + case 0xA3: goto yy14074; + case 0xA4: goto yy15730; + case 0xA5: goto yy15399; + case 0xA7: goto yy15400; + case 0xA8: goto yy15731; + case 0xA9: goto yy15163; + case 0xAA: goto yy15402; + case 0xAC: goto yy15165; + case 0xAD: goto yy15403; + case 0xAE: goto yy15732; + case 0xAF: goto yy15733; + case 0xB0: goto yy15734; + case 0xB1: goto yy14080; + case 0xB3: goto yy15735; + case 0xB4: goto yy14082; + case 0xB5: goto yy14083; + case 0xB6: goto yy14084; + case 0xB7: goto yy15170; + case 0xBC: goto yy14085; + case 0xBD: goto yy14086; + case 0xBE: goto yy15736; + case 0xBF: goto yy15737; + default: goto yy2; + } +yy14028: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15738; + case 0x81: goto yy15174; + case 0x82: goto yy15175; + case 0x83: goto yy15176; + case 0x84: goto yy15739; + case 0x85: goto yy15740; + case 0x86: goto yy15741; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy10688; + case 0x88: goto yy15742; + case 0x8C: goto yy15179; + case 0x8F: goto yy15180; + case 0x90: goto yy15181; + case 0x91: goto yy15182; + case 0x92: goto yy15183; + case 0x93: goto yy15184; + case 0x9D: goto yy15185; + case 0x9E: goto yy15186; + case 0x9F: goto yy15187; + case 0xA6: goto yy15188; + case 0xA7: goto yy15189; + case 0xAD: goto yy15190; + case 0xAE: goto yy15191; + case 0xAF: goto yy15192; + case 0xB0: goto yy14094; + case 0xB1: goto yy14095; + case 0xB2: goto yy12096; + case 0xB3: goto yy15743; + case 0xB4: goto yy14097; + case 0xB5: goto yy15744; + case 0xB6: goto yy14099; + case 0xB7: goto yy15745; + case 0xB8: goto yy9350; + case 0xBA: goto yy15195; + case 0xBB: goto yy13331; + case 0xBF: goto yy15196; + default: goto yy2; + } +yy14029: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15746; + case 0x82: goto yy15198; + case 0x84: goto yy14102; + case 0x86: goto yy15747; + case 0x87: goto yy15200; + case 0x88: goto yy15201; + case 0x89: goto yy15202; + case 0x8A: goto yy15203; + case 0x8B: goto yy15204; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy10688; + default: goto yy2; + } +yy14030: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy13192; + case 0x93: goto yy15748; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy12096; + case 0x98: goto yy14105; + case 0x99: goto yy15749; + case 0x9A: goto yy15750; + case 0x9B: goto yy15751; + case 0x9C: goto yy15752; + case 0x9D: goto yy12102; + case 0x9E: goto yy15753; + case 0x9F: goto yy14111; + case 0xA0: goto yy15754; + case 0xA1: goto yy14113; + case 0xA2: goto yy15755; + case 0xA3: goto yy15756; + case 0xA4: goto yy15757; + case 0xA5: goto yy15758; + case 0xA6: goto yy15215; + case 0xA7: goto yy15431; + case 0xA8: goto yy15759; + case 0xA9: goto yy15760; + case 0xAA: goto yy15219; + case 0xAB: goto yy15761; + case 0xAC: goto yy14121; + case 0xAD: goto yy15762; + case 0xAF: goto yy15763; + default: goto yy2; + } +yy14031: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy15764; + case 0xAD: goto yy14125; + case 0xAE: goto yy15765; + case 0xAF: goto yy15766; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy12096; + case 0xB4: goto yy14128; + case 0xB5: goto yy14129; + case 0xB6: goto yy14130; + case 0xB7: goto yy15767; + case 0xB8: goto yy15768; + case 0xB9: goto yy15769; + case 0xBB: goto yy14134; + case 0xBC: goto yy15770; + case 0xBD: goto yy15771; + case 0xBF: goto yy15230; + default: goto yy2; + } +yy14032: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy15772; + case 0x91: goto yy15773; + case 0x92: goto yy14139; + case 0x93: goto yy14140; + case 0x94: goto yy14141; + case 0x96: goto yy15774; + case 0x9B: goto yy15775; + case 0x9D: goto yy15776; + case 0x9E: goto yy15777; + case 0x9F: goto yy15237; + default: goto yy2; + } +yy14033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych == 0x9A) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy7354; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy7354; + goto yy2; + } + } +yy14034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy12092; + if (yych <= 0x9B) goto yy7354; + goto yy2; +yy14035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy12092; + goto yy2; +yy14036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy12092; + } else { + if (yych == 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy14037: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x90) goto yy12092; + if (yych <= 0x97) goto yy7354; + goto yy12092; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy7354; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy14038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12092; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12092; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12092; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12092; + if (yych <= 0xB5) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy14039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy7354; + goto yy12092; + } else { + if (yych == 0x97) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy12092; + goto yy2; + } else { + if (yych <= 0xA1) goto yy12092; + if (yych <= 0xA3) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy7354; + goto yy2; + } + } + } +yy14040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy12092; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy12092; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy12092; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy12092; + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy14041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych == 0x91) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy12092; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy7354; + } else { + if (yych <= 0xB4) goto yy12092; + if (yych <= 0xB5) goto yy7354; + goto yy2; + } + } + } +yy14042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy12092; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy12092; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12092; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12092; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy14043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych == 0x90) goto yy12092; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy12092; + if (yych <= 0xA3) goto yy7354; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy7354; + } else { + if (yych == 0xB9) goto yy12092; + goto yy2; + } + } + } +yy14044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy12092; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12092; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12092; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12092; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy14045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy7354; + if (yych <= 0xB1) goto yy12092; + goto yy2; + } + } + } +yy14046: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy7354; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy12092; + default: goto yy2; + } +yy14047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy12092; + if (yych == 0x97) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy7354; + goto yy2; + } + } +yy14048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy12092; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy14049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy7354; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy12092; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } + } +yy14050: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy12092; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy12092; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy14051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy7354; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy12092; + goto yy2; + } + } + } +yy14052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy12092; + goto yy2; + } else { + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy14053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8E) goto yy12092; + if (yych <= 0x96) goto yy2; + goto yy7354; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12092; + if (yych <= 0xA3) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy7354; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } + } +yy14054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy12092; + } else { + if (yych == 0xBD) goto yy12092; + goto yy2; + } + } +yy14055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12092; + goto yy2; + } else { + if (yych <= 0x8A) goto yy7354; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy7354; + goto yy2; + } + } +yy14056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy7354; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy14057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych == 0x87) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy12092; + if (yych <= 0x8F) goto yy2; + goto yy12092; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy14058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12092; + goto yy2; + } else { + if (yych <= 0x8D) goto yy12092; + if (yych <= 0x8F) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy12092; + goto yy2; + } else { + if (yych <= 0x9D) goto yy12092; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy14059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy12092; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy12092; + goto yy2; + } + } +yy14060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy12092; + if (yych <= 0x81) goto yy2; + goto yy12092; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy12092; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy14061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12092; + goto yy2; + } else { + if (yych <= 0x95) goto yy12092; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy14062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12092; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy7354; + goto yy2; +yy14063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12092; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy14064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy12092; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy12092; + goto yy2; +yy14065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy14066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy12092; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy14067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy12092; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy14068: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12092; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy12092; + goto yy2; +yy14069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy12092; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB1) goto yy12092; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } + } +yy14070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych <= 0x93) goto yy7354; + if (yych <= 0x9F) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy12092; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy7354; + goto yy2; + } + } +yy14071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy14072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy12092; + goto yy2; +yy14073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xAA) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy14074: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy12092; + goto yy2; +yy14075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12092; + goto yy2; + } else { + if (yych <= 0xAB) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy7354; + goto yy2; + } +yy14076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12092; + if (yych <= 0x9B) goto yy7354; + goto yy2; +yy14077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xA0) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy12092; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy14078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12092; + if (yych <= 0xB3) goto yy7354; + goto yy2; +yy14079: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12092; + if (yych <= 0xB7) goto yy7354; + goto yy2; +yy14080: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy12092; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy12092; + goto yy2; + } +yy14081: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA8) goto yy7354; + if (yych <= 0xAC) goto yy12092; + goto yy7354; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy12092; + if (yych <= 0xB4) goto yy7354; + goto yy12092; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy7354; + goto yy2; + } + } +yy14082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy12092; + goto yy2; +yy14083: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy14084: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12092; + goto yy2; +yy14085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12092; + goto yy2; + } else { + if (yych <= 0x9D) goto yy12092; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy14086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12092; + goto yy2; + } else { + if (yych <= 0x8D) goto yy12092; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy12092; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy12092; + goto yy2; + } + } +yy14087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy12092; + } else { + if (yych == 0xBE) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy14088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0x84) goto yy12092; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy12092; + goto yy7354; + } else { + if (yych <= 0x93) goto yy12092; + if (yych <= 0x95) goto yy2; + goto yy12092; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAC) goto yy12092; + if (yych <= 0xAF) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy12092; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12092; + if (yych <= 0xBE) goto yy7354; + goto yy2; + } + } + } +yy14089: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy1087; + if (yych <= 0x97) goto yy2; + goto yy1087; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1087; + } else { + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } +yy14090: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy7354; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy12092; + default: goto yy2; + } +yy14091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + goto yy12092; + } else { + if (yych == 0x8E) goto yy12092; + if (yych <= 0x8F) goto yy7354; + goto yy2; + } +yy14092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy12092; + goto yy2; + } else { + if (yych <= 0x8B) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy14093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy9303; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy14094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy14095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12092; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12092; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy14096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xAE) goto yy12092; + if (yych <= 0xB1) goto yy7354; + if (yych <= 0xB3) goto yy12092; + goto yy2; + } +yy14097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy12092; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy12092; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy14098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12092; + if (yych == 0xBF) goto yy7354; + goto yy2; +yy14099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy12092; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy12092; + goto yy2; + } + } +yy14100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy12092; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy14101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy7354; + goto yy2; + } else { + if (yych <= 0x93) goto yy7354; + if (yych == 0xA0) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy7354; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy7354; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12092; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy14102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy12092; + goto yy2; +yy14103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy7354; + goto yy2; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBA) goto yy12092; + goto yy2; + } +yy14104: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy12092; + goto yy2; +yy14105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy12092; + goto yy2; + } else { + if (yych <= 0x9F) goto yy12092; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy12092; + goto yy2; + } +yy14106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } +yy14107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy12092; + goto yy2; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy14108: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy7354; + goto yy2; +yy14109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA1) goto yy7354; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy14110: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12092; + if (yych <= 0x88) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAD) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy12092; + goto yy2; + } +yy14111: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy12092; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy14112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12092; + goto yy7354; + } else { + if (yych == 0x86) goto yy7354; + goto yy12092; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy7354; + if (yych <= 0xA2) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy7354; + goto yy2; + } + } +yy14113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy12092; + goto yy2; +yy14114: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0xB3) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy14115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy12092; + if (yych <= 0xBA) goto yy2; + goto yy12092; + } else { + if (yych == 0xBD) goto yy12092; + goto yy2; + } + } +yy14116: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy12092; + } else { + if (yych <= 0xAD) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy14117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12092; + if (yych <= 0x93) goto yy7354; + goto yy2; +yy14118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12092; + if (yych <= 0xB6) goto yy7354; + goto yy2; +yy14119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy12092; + goto yy7354; + } else { + if (yych <= 0x8B) goto yy12092; + if (yych <= 0x8D) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } + } +yy14120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy12092; + goto yy7354; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy12092; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy7354; + goto yy2; + } + } +yy14121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy12092; + goto yy2; + } else { + if (yych <= 0x8E) goto yy12092; + if (yych <= 0x90) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy12092; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy14122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12092; + if (yych <= 0x9B) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA5) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy14123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy12092; + if (yych <= 0xAA) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAD) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy14124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12092; + goto yy2; + } else { + if (yych <= 0x97) goto yy12092; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy12092; + goto yy7354; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy7354; + if (yych <= 0xB6) goto yy12092; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy12092; + goto yy2; + } + } +yy14125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12092; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy14126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy14127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy14128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy12092; + goto yy2; +yy14129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy14130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12092; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy14131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12092; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12092; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } +yy14132: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy7354; + if (yych <= 0x9F) goto yy2; + goto yy7354; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy1087; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } +yy14133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy7354; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy7354; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy7354; + if (yych == 0xA9) goto yy7354; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy14134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy12092; + goto yy2; +yy14135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy7354; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy12092; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy14136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy7354; + if (yych <= 0x9A) goto yy12092; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy7354; + goto yy2; + } +yy14137: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15778; + case 0x81: goto yy15779; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy12096; + case 0x83: goto yy15780; + case 0x84: goto yy15241; + case 0x85: goto yy15242; + case 0x86: goto yy15243; + case 0x87: goto yy15244; + case 0x8A: goto yy15781; + case 0x8B: goto yy15782; + case 0x8C: goto yy15783; + case 0x8D: goto yy15784; + case 0x8E: goto yy15785; + case 0x8F: goto yy15786; + case 0x92: goto yy15787; + case 0x94: goto yy15788; + case 0x95: goto yy15789; + case 0x9C: goto yy15790; + case 0x9D: goto yy15791; + case 0xA0: goto yy15792; + case 0xA1: goto yy15793; + case 0xA2: goto yy15794; + case 0xA3: goto yy15795; + case 0xA4: goto yy15796; + case 0xA6: goto yy15797; + case 0xA8: goto yy15798; + case 0xA9: goto yy15799; + case 0xAA: goto yy15800; + case 0xAB: goto yy15801; + case 0xAC: goto yy14074; + case 0xAD: goto yy15802; + case 0xAE: goto yy15803; + case 0xB1: goto yy15804; + case 0xB2: + case 0xB3: goto yy15805; + default: goto yy2; + } +yy14138: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15806; + case 0x81: goto yy15480; + case 0x82: goto yy15807; + case 0x83: goto yy15808; + case 0x84: goto yy15809; + case 0x85: goto yy15810; + case 0x86: goto yy15811; + case 0x87: goto yy15812; + case 0x88: goto yy15813; + case 0x8A: goto yy15814; + case 0x8B: goto yy15815; + case 0x8C: goto yy15816; + case 0x8D: goto yy15817; + case 0x92: + case 0x98: goto yy15818; + case 0x93: goto yy15819; + case 0x96: goto yy15820; + case 0x97: goto yy15821; + case 0x99: goto yy15822; + case 0x9A: goto yy15823; + case 0x9B: goto yy2362; + case 0x9C: goto yy15498; + case 0xA2: goto yy15824; + case 0xA3: goto yy15825; + case 0xAB: goto yy15826; + default: goto yy2; + } +yy14139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy12096; + goto yy15827; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy12096; + if (yych <= 0x95) goto yy15828; + goto yy2; + } +yy14140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12096; + if (yych <= 0x90) goto yy15829; + goto yy2; +yy14141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy12096; + if (yych <= 0x99) goto yy15830; + goto yy2; +yy14142: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy12096; + case 0xA8: goto yy15826; + case 0xA9: goto yy15831; + case 0xAB: goto yy15832; + case 0xAC: goto yy15833; + case 0xAD: goto yy15834; + case 0xAE: goto yy15835; + case 0xBD: goto yy15836; + case 0xBE: goto yy15299; + default: goto yy2; + } +yy14143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy12096; + if (yych <= 0xB1) goto yy15837; + if (yych <= 0xB2) goto yy15838; + goto yy2; +yy14144: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy10691; + case 0x83: goto yy15302; + case 0x84: goto yy15303; + case 0x85: goto yy15304; + case 0x87: goto yy15305; + case 0x89: goto yy15306; + case 0x8D: goto yy15307; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy12096; + case 0x91: goto yy15839; + case 0x92: goto yy15840; + case 0x93: goto yy15841; + case 0x94: goto yy15842; + case 0x95: goto yy15843; + case 0x9A: goto yy15844; + case 0x9B: goto yy15845; + case 0x9C: goto yy15846; + case 0x9D: goto yy15847; + case 0x9E: goto yy15848; + case 0x9F: goto yy15849; + case 0xAA: goto yy15319; + default: goto yy2; + } +yy14145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy12096; + if (yych <= 0xA3) goto yy15850; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy15851; + goto yy15852; + } else { + if (yych <= 0xBA) goto yy15853; + if (yych <= 0xBB) goto yy15324; + goto yy2; + } + } +yy14146: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1764; + goto yy1766; + } else { + if (yych <= '\'') goto yy2930; + if (yych == '+') goto yy1764; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy12501; + if (yych <= '.') goto yy11725; + if (yych <= '/') goto yy1766; + goto yy1764; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy1764; + goto yy1766; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy14146; + if (yych <= ']') goto yy1766; + goto yy1764; + } else { + if (yych <= 'z') goto yy14146; + if (yych == '|') goto yy1764; + goto yy1766; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy1764; + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy15854; + goto yy14149; + } else { + if (yych <= 0xC9) goto yy14150; + if (yych <= 0xCA) goto yy14151; + if (yych <= 0xCB) goto yy9462; + goto yy1769; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy14152; + if (yych <= 0xCE) goto yy15855; + goto yy14154; + } else { + if (yych == 0xD2) goto yy14155; + if (yych <= 0xD3) goto yy14150; + goto yy14156; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy14157; + if (yych <= 0xD6) goto yy15856; + if (yych <= 0xD7) goto yy15857; + goto yy14160; + } else { + if (yych <= 0xD9) goto yy14161; + if (yych <= 0xDA) goto yy14150; + if (yych <= 0xDB) goto yy14162; + goto yy14163; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy14164; + if (yych <= 0xDE) goto yy14165; + if (yych <= 0xDF) goto yy14166; + goto yy14167; + } else { + if (yych <= 0xE1) goto yy15858; + if (yych <= 0xE2) goto yy15859; + if (yych <= 0xE3) goto yy14170; + goto yy4270; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy14171; + if (yych <= 0xEE) goto yy1766; + goto yy15860; + } else { + if (yych <= 0xF0) goto yy14173; + if (yych == 0xF3) goto yy4274; + goto yy1766; + } + } + } + } +yy14148: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1764; + case 0xAA: + case 0xB5: + case 0xBA: goto yy14146; + default: goto yy2; + } +yy14149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy14146; + goto yy1764; + } else { + if (yych == 0xB7) goto yy1764; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy14150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy14151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy14146; + goto yy2; +yy14152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB3) goto yy14146; + if (yych <= 0xB4) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy14146; + if (yych <= 0xBA) goto yy2; + goto yy14146; + } else { + if (yych == 0xBF) goto yy14146; + goto yy2; + } + } +yy14153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy14146; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy14146; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy14154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1764; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy14155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy14146; + if (yych <= 0x89) goto yy1764; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy14156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy14157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy14146; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy14158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych == 0x8A) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBE) goto yy7354; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy14159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1764; + if (yych <= 0x8F) goto yy2; + goto yy14146; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy14146; + goto yy2; + } + } +yy14160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1764; + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy14161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy14146; + if (yych <= 0x9F) goto yy1764; + goto yy2; + } else { + if (yych == 0xB0) goto yy1764; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy14162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy14146; + goto yy2; + } else { + if (yych <= 0x95) goto yy14146; + if (yych == 0x9D) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1764; + if (yych <= 0xAF) goto yy14146; + goto yy2; + } else { + if (yych <= 0xBC) goto yy14146; + if (yych <= 0xBE) goto yy1764; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy14163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy14164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1764; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy14165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14146; + if (yych <= 0xB0) goto yy1764; + if (yych <= 0xB1) goto yy14146; + goto yy2; +yy14166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy14146; + goto yy1764; + } else { + if (yych == 0xB6) goto yy1764; + goto yy2; + } +yy14167: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy15861; + case 0xA1: goto yy15862; + case 0xA2: goto yy15863; + case 0xA3: goto yy7358; + case 0xA4: goto yy15864; + case 0xA5: goto yy15865; + case 0xA6: goto yy15866; + case 0xA7: goto yy15867; + case 0xA8: goto yy15868; + case 0xA9: goto yy15869; + case 0xAA: goto yy15870; + case 0xAB: goto yy15871; + case 0xAC: goto yy15872; + case 0xAD: goto yy15873; + case 0xAE: goto yy15874; + case 0xAF: goto yy15875; + case 0xB0: goto yy15876; + case 0xB1: goto yy15877; + case 0xB2: goto yy15878; + case 0xB3: goto yy15879; + case 0xB4: goto yy15880; + case 0xB5: goto yy15881; + case 0xB6: goto yy15882; + case 0xB7: goto yy15883; + case 0xB8: goto yy7378; + case 0xB9: goto yy7379; + case 0xBA: goto yy7380; + case 0xBB: goto yy7381; + case 0xBC: goto yy7382; + case 0xBD: goto yy7383; + case 0xBE: goto yy7384; + case 0xBF: goto yy7385; + default: goto yy2; + } +yy14168: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7386; + case 0x81: goto yy7387; + case 0x82: goto yy15884; + case 0x83: goto yy15885; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy14150; + case 0x89: goto yy15886; + case 0x8A: goto yy15887; + case 0x8B: goto yy15888; + case 0x8C: goto yy15889; + case 0x8D: goto yy15890; + case 0x8E: goto yy15891; + case 0x8F: goto yy15892; + case 0x90: goto yy15893; + case 0x99: goto yy15894; + case 0x9A: goto yy15895; + case 0x9B: goto yy15896; + case 0x9C: goto yy15897; + case 0x9D: goto yy15898; + case 0x9E: goto yy7394; + case 0x9F: goto yy7395; + case 0xA0: goto yy15899; + case 0xA1: goto yy15900; + case 0xA2: goto yy15901; + case 0xA3: goto yy15902; + case 0xA4: goto yy15903; + case 0xA5: goto yy7399; + case 0xA7: goto yy7400; + case 0xA8: goto yy15904; + case 0xA9: goto yy7401; + case 0xAA: goto yy7402; + case 0xAC: goto yy7403; + case 0xAD: goto yy7404; + case 0xAE: goto yy15905; + case 0xAF: goto yy15906; + case 0xB0: goto yy15907; + case 0xB1: goto yy15908; + case 0xB3: goto yy15909; + case 0xB4: goto yy15910; + case 0xB5: goto yy15911; + case 0xB6: goto yy15912; + case 0xB7: goto yy7408; + case 0xBC: goto yy15913; + case 0xBD: goto yy15914; + case 0xBE: goto yy15915; + case 0xBF: goto yy15916; + default: goto yy2; + } +yy14169: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7411; + case 0x81: goto yy7412; + case 0x82: goto yy7413; + case 0x83: goto yy7414; + case 0x84: goto yy15917; + case 0x85: goto yy15918; + case 0x86: goto yy15919; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1769; + case 0x8C: goto yy7417; + case 0x8F: goto yy7418; + case 0x90: goto yy7419; + case 0x91: goto yy7420; + case 0x92: goto yy7421; + case 0x93: goto yy7422; + case 0x9D: goto yy7423; + case 0x9E: goto yy7424; + case 0x9F: goto yy7425; + case 0xA6: goto yy7426; + case 0xA7: goto yy7427; + case 0xAD: goto yy7428; + case 0xAE: goto yy7429; + case 0xAF: goto yy7430; + case 0xB0: goto yy15920; + case 0xB1: goto yy15921; + case 0xB2: goto yy14150; + case 0xB3: goto yy15922; + case 0xB4: goto yy15923; + case 0xB5: goto yy15924; + case 0xB6: goto yy15925; + case 0xB7: goto yy15926; + case 0xB8: goto yy7433; + case 0xBA: goto yy7434; + case 0xBB: goto yy4401; + case 0xBF: goto yy7435; + default: goto yy2; + } +yy14170: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15927; + case 0x82: goto yy7437; + case 0x84: goto yy15928; + case 0x86: goto yy15929; + case 0x87: goto yy7439; + case 0x88: goto yy7440; + case 0x89: goto yy7441; + case 0x8A: goto yy7442; + case 0x8B: goto yy7443; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1769; + default: goto yy2; + } +yy14171: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4262; + case 0x93: goto yy15930; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy14150; + case 0x98: goto yy15931; + case 0x99: goto yy15932; + case 0x9A: goto yy15933; + case 0x9B: goto yy15934; + case 0x9C: goto yy15935; + case 0x9D: goto yy14156; + case 0x9E: goto yy15936; + case 0x9F: goto yy15937; + case 0xA0: goto yy15938; + case 0xA1: goto yy15939; + case 0xA2: goto yy15940; + case 0xA3: goto yy15941; + case 0xA4: goto yy15942; + case 0xA5: goto yy15943; + case 0xA6: goto yy7454; + case 0xA7: goto yy7455; + case 0xA8: goto yy15944; + case 0xA9: goto yy15945; + case 0xAA: goto yy7458; + case 0xAB: goto yy15946; + case 0xAC: goto yy15947; + case 0xAD: goto yy15948; + case 0xAF: goto yy15949; + default: goto yy2; + } +yy14172: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy15950; + case 0xAD: goto yy15951; + case 0xAE: goto yy15952; + case 0xAF: goto yy15953; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy14150; + case 0xB4: goto yy15954; + case 0xB5: goto yy15955; + case 0xB6: goto yy15956; + case 0xB7: goto yy15957; + case 0xB8: goto yy7465; + case 0xB9: goto yy15958; + case 0xBB: goto yy15959; + case 0xBC: goto yy15960; + case 0xBD: goto yy15961; + case 0xBF: goto yy7469; + default: goto yy2; + } +yy14173: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy15962; + case 0x91: goto yy15963; + case 0x92: goto yy15964; + case 0x93: goto yy15965; + case 0x94: goto yy15966; + case 0x96: goto yy15967; + case 0x9B: goto yy15968; + case 0x9D: goto yy15969; + case 0x9E: goto yy15970; + case 0x9F: goto yy7476; + default: goto yy2; + } +yy14174: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy10684; + goto yy1766; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy10684; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy6297; + if (yych <= '.') goto yy2929; + if (yych <= '/') goto yy1766; + goto yy10964; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy10684; + goto yy1766; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy14174; + if (yych <= ']') goto yy1766; + goto yy10684; + } else { + if (yych <= 'z') goto yy14174; + if (yych == '|') goto yy10684; + goto yy1766; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy10684; + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy15971; + goto yy15972; + } else { + if (yych <= 0xC9) goto yy14178; + if (yych <= 0xCA) goto yy14179; + if (yych <= 0xCB) goto yy15973; + goto yy10688; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy15974; + if (yych <= 0xCE) goto yy15975; + goto yy15976; + } else { + if (yych == 0xD2) goto yy15977; + if (yych <= 0xD3) goto yy14178; + goto yy14184; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy14185; + if (yych <= 0xD6) goto yy15978; + if (yych <= 0xD7) goto yy15979; + goto yy15980; + } else { + if (yych <= 0xD9) goto yy15981; + if (yych <= 0xDA) goto yy14178; + if (yych <= 0xDB) goto yy15982; + goto yy15983; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy15984; + if (yych <= 0xDE) goto yy15985; + if (yych <= 0xDF) goto yy15986; + goto yy15987; + } else { + if (yych <= 0xE1) goto yy15988; + if (yych <= 0xE2) goto yy15989; + if (yych <= 0xE3) goto yy15990; + goto yy13200; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy15991; + if (yych <= 0xEE) goto yy1766; + goto yy15992; + } else { + if (yych <= 0xF0) goto yy15993; + if (yych == 0xF3) goto yy13204; + goto yy1766; + } + } + } + } +yy14176: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy7354; + case 0xAA: + case 0xB5: + case 0xBA: goto yy14174; + default: goto yy2; + } +yy14177: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy14174; + goto yy7354; + } else { + if (yych == 0xB7) goto yy7354; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy14178: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy14179: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy14174; + goto yy2; +yy14180: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0xB3) goto yy14174; + if (yych <= 0xB4) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy14174; + if (yych <= 0xBA) goto yy2; + goto yy14174; + } else { + if (yych == 0xBF) goto yy14174; + goto yy2; + } + } +yy14181: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy7354; + goto yy14174; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy14174; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy14182: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy7354; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy14183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy14174; + if (yych <= 0x89) goto yy7354; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy14184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy14185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy14174; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy14186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych == 0x8A) goto yy1087; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBE) goto yy1087; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy14187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy7354; + if (yych <= 0x8F) goto yy2; + goto yy14174; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy14174; + goto yy2; + } + } +yy14188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy7354; + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy14189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy14174; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy14174; + } else { + if (yych <= 0xB0) goto yy7354; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy14190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy14174; + goto yy2; + } else { + if (yych <= 0x95) goto yy14174; + if (yych == 0x9D) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy7354; + if (yych <= 0xAF) goto yy14174; + goto yy843; + } else { + if (yych <= 0xBC) goto yy14174; + if (yych <= 0xBE) goto yy7354; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy14191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy14192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy7354; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy14193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14174; + if (yych <= 0xB0) goto yy7354; + if (yych <= 0xB1) goto yy14174; + goto yy2; +yy14194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy14174; + } else { + if (yych <= 0xB3) goto yy7354; + if (yych == 0xB6) goto yy7354; + goto yy2; + } +yy14195: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy15994; + case 0xA1: goto yy15995; + case 0xA2: goto yy15996; + case 0xA3: goto yy13208; + case 0xA4: goto yy15997; + case 0xA5: goto yy15998; + case 0xA6: goto yy15999; + case 0xA7: goto yy16000; + case 0xA8: goto yy16001; + case 0xA9: goto yy16002; + case 0xAA: goto yy16003; + case 0xAB: goto yy16004; + case 0xAC: goto yy16005; + case 0xAD: goto yy16006; + case 0xAE: goto yy16007; + case 0xAF: goto yy16008; + case 0xB0: goto yy16009; + case 0xB1: goto yy16010; + case 0xB2: goto yy16011; + case 0xB3: goto yy16012; + case 0xB4: goto yy16013; + case 0xB5: goto yy16014; + case 0xB6: goto yy16015; + case 0xB7: goto yy16016; + case 0xB8: goto yy13229; + case 0xB9: goto yy13455; + case 0xBA: goto yy13231; + case 0xBB: goto yy13456; + case 0xBC: goto yy13457; + case 0xBD: goto yy13234; + case 0xBE: goto yy13235; + case 0xBF: goto yy13236; + default: goto yy2; + } +yy14196: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13237; + case 0x81: goto yy13458; + case 0x82: goto yy16017; + case 0x83: goto yy16018; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy14178; + case 0x89: goto yy16019; + case 0x8A: goto yy16020; + case 0x8B: goto yy16021; + case 0x8C: goto yy16022; + case 0x8D: goto yy16023; + case 0x8E: goto yy16024; + case 0x8F: goto yy16025; + case 0x90: goto yy16026; + case 0x99: goto yy16027; + case 0x9A: goto yy16028; + case 0x9B: goto yy16029; + case 0x9C: goto yy16030; + case 0x9D: goto yy16031; + case 0x9E: goto yy13254; + case 0x9F: goto yy13474; + case 0xA0: goto yy16032; + case 0xA1: goto yy16033; + case 0xA2: goto yy16034; + case 0xA3: goto yy16035; + case 0xA4: goto yy16036; + case 0xA5: goto yy13480; + case 0xA7: goto yy13481; + case 0xA8: goto yy16037; + case 0xA9: goto yy13264; + case 0xAA: goto yy13483; + case 0xAC: goto yy13266; + case 0xAD: goto yy13484; + case 0xAE: goto yy16038; + case 0xAF: goto yy16039; + case 0xB0: goto yy16040; + case 0xB1: goto yy16041; + case 0xB3: goto yy16042; + case 0xB4: goto yy16043; + case 0xB5: goto yy16044; + case 0xB6: goto yy16045; + case 0xB7: goto yy13276; + case 0xBC: goto yy16046; + case 0xBD: goto yy16047; + case 0xBE: goto yy16048; + case 0xBF: goto yy16049; + default: goto yy2; + } +yy14197: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy14089; + case 0x81: goto yy13282; + case 0x82: goto yy13283; + case 0x83: goto yy13284; + case 0x84: goto yy16050; + case 0x85: goto yy16051; + case 0x86: goto yy16052; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy10691; + case 0x88: goto yy14093; + case 0x8C: goto yy13288; + case 0x8F: goto yy13289; + case 0x90: goto yy13290; + case 0x91: goto yy13291; + case 0x92: goto yy13292; + case 0x93: goto yy13293; + case 0x9D: goto yy13294; + case 0x9E: goto yy13295; + case 0x9F: goto yy13296; + case 0xA6: goto yy13297; + case 0xA7: goto yy13298; + case 0xAD: goto yy13299; + case 0xAE: goto yy13300; + case 0xAF: goto yy13301; + case 0xB0: goto yy16053; + case 0xB1: goto yy16054; + case 0xB2: goto yy14178; + case 0xB3: goto yy16055; + case 0xB4: goto yy16056; + case 0xB5: goto yy16057; + case 0xB6: goto yy16058; + case 0xB7: goto yy16059; + case 0xB8: goto yy3009; + case 0xBA: goto yy13309; + case 0xBB: goto yy13310; + case 0xBF: goto yy13311; + default: goto yy2; + } +yy14198: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16060; + case 0x82: goto yy13313; + case 0x84: goto yy16061; + case 0x86: goto yy16062; + case 0x87: goto yy13316; + case 0x88: goto yy13317; + case 0x89: goto yy13318; + case 0x8A: goto yy13319; + case 0x8B: goto yy13320; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy10691; + default: goto yy2; + } +yy14199: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy13321; + case 0x93: goto yy16063; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy14178; + case 0x98: goto yy16064; + case 0x99: goto yy16065; + case 0x9A: goto yy16066; + case 0x9B: goto yy16067; + case 0x9C: goto yy16068; + case 0x9D: goto yy14184; + case 0x9E: goto yy16069; + case 0x9F: goto yy16070; + case 0xA0: goto yy16071; + case 0xA1: goto yy16072; + case 0xA2: goto yy16073; + case 0xA3: goto yy16074; + case 0xA4: goto yy16075; + case 0xA5: goto yy16076; + case 0xA6: goto yy13336; + case 0xA7: goto yy13526; + case 0xA8: goto yy16077; + case 0xA9: goto yy16078; + case 0xAA: goto yy13340; + case 0xAB: goto yy16079; + case 0xAC: goto yy16080; + case 0xAD: goto yy16081; + case 0xAF: goto yy16082; + default: goto yy2; + } +yy14200: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy16083; + case 0xAD: goto yy16084; + case 0xAE: goto yy16085; + case 0xAF: goto yy16086; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy14178; + case 0xB4: goto yy16087; + case 0xB5: goto yy16088; + case 0xB6: goto yy16089; + case 0xB7: goto yy16090; + case 0xB8: goto yy14132; + case 0xB9: goto yy16091; + case 0xBB: goto yy16092; + case 0xBC: goto yy16093; + case 0xBD: goto yy16094; + case 0xBF: goto yy13357; + default: goto yy2; + } +yy14201: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy16095; + case 0x91: goto yy16096; + case 0x92: goto yy16097; + case 0x93: goto yy16098; + case 0x94: goto yy16099; + case 0x96: goto yy16100; + case 0x9B: goto yy16101; + case 0x9D: goto yy16102; + case 0x9E: goto yy16103; + case 0x9F: goto yy13367; + default: goto yy2; + } +yy14202: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy1764; + goto yy1766; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy1764; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy9246; + if (yych <= '/') goto yy1766; + goto yy4880; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy1764; + if (yych <= '@') goto yy1766; + goto yy9483; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy1766; + if (yych <= '`') goto yy1764; + goto yy9483; + } else { + if (yych == '|') goto yy1764; + if (yych <= '}') goto yy1766; + goto yy1764; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy16104; + if (yych <= 0xC3) goto yy9461; + goto yy6129; + } else { + if (yych <= 0xCA) goto yy6130; + if (yych <= 0xCB) goto yy4254; + if (yych <= 0xCC) goto yy1769; + goto yy9463; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy16105; + if (yych <= 0xCF) goto yy9465; + goto yy6129; + } else { + if (yych <= 0xD2) goto yy9466; + if (yych <= 0xD3) goto yy6129; + if (yych <= 0xD4) goto yy6135; + goto yy6136; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy16106; + if (yych <= 0xD7) goto yy16107; + if (yych <= 0xD8) goto yy9469; + goto yy9470; + } else { + if (yych <= 0xDA) goto yy6129; + if (yych <= 0xDB) goto yy9471; + if (yych <= 0xDC) goto yy9472; + goto yy9473; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy9474; + if (yych <= 0xDF) goto yy9475; + goto yy9476; + } else { + if (yych <= 0xE1) goto yy16108; + if (yych <= 0xE2) goto yy16109; + if (yych <= 0xE3) goto yy9479; + goto yy4270; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy9480; + if (yych <= 0xEE) goto yy1766; + goto yy16110; + } else { + if (yych <= 0xF0) goto yy9482; + if (yych == 0xF3) goto yy4274; + goto yy1766; + } + } + } + } +yy14203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9483; + if (yych == 0xA0) goto yy1764; + goto yy2; +yy14204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy9483; + if (yych <= 0x81) goto yy2; + goto yy9483; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy9483; + if (yych <= 0xBA) goto yy1764; + goto yy2; + } +yy14205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9483; + goto yy2; + } else { + if (yych <= 0xB6) goto yy9483; + if (yych <= 0xB8) goto yy1764; + goto yy2; + } +yy14206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9483; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych <= 0x86) goto yy1764; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1764; + goto yy9483; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1764; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } + } +yy14207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xA4) goto yy9483; + if (yych <= 0xA6) goto yy1764; + goto yy2; + } +yy14208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xB7) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy14209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xAF) goto yy9483; + if (yych <= 0xBA) goto yy1764; + goto yy2; +yy14210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + goto yy9483; + } else { + if (yych <= 0xB4) goto yy1764; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy14211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy9483; + goto yy1764; + } else { + if (yych == 0xB6) goto yy9483; + goto yy2; + } +yy14212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xB2) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy14213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy9483; + if (yych <= 0x89) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy9483; + } else { + if (yych == 0x9C) goto yy9483; + goto yy2; + } + } +yy14214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9483; + goto yy2; + } else { + if (yych <= 0xAB) goto yy9483; + if (yych <= 0xB7) goto yy1764; + goto yy2; + } +yy14215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy14216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy9483; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9483; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9483; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9483; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9483; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy14217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych == 0x90) goto yy9483; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1764; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } + } + } +yy14218: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9483; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy14219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x85) goto yy9483; + goto yy2; + } else { + if (yych <= 0x87) goto yy9483; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy14220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy14221: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9B) goto yy9483; + if (yych <= 0x9D) goto yy1764; + goto yy2; + } +yy14222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1764; + goto yy2; + } else { + if (yych <= 0x84) goto yy9483; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy14223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9483; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy14224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy9483; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; +yy14225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9483; + goto yy1764; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy14226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1764; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy14227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9483; + goto yy2; + } else { + if (yych <= 0x90) goto yy9483; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } +yy14228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9483; + goto yy2; + } else { + if (yych <= 0x99) goto yy9483; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } +yy14229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1764; + goto yy9483; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1764; + goto yy9483; + } else { + if (yych <= 0xBB) goto yy1764; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy14230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy9483; + goto yy1764; + } else { + if (yych == 0xB5) goto yy1764; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy14231: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy9483; + goto yy1764; + } else { + if (yych == 0xAF) goto yy1764; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy14232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9483; + goto yy1764; + } else { + if (yych == 0xA9) goto yy1764; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } +yy14233: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy9483; + goto yy1764; + } else { + if (yych <= 0x8B) goto yy9483; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy14234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9483; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; +yy14235: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy12309; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy12309; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy12309; + } else { + if (yych == 0xBF) goto yy12309; + goto yy2; + } + } +yy14236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy12309; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy12309; + goto yy2; +yy14237: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy12309; + goto yy2; +yy14238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy12309; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy14239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12309; + if (yych == 0xA0) goto yy533; + goto yy2; +yy14240: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy12309; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy14241: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy12309; + if (yych <= 0x81) goto yy2; + goto yy12309; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy12309; + if (yych <= 0xBA) goto yy533; + goto yy2; + } +yy14242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy12309; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy14243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy12309; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy12309; + goto yy2; +yy14244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy12309; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy14245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12309; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy14246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12309; + goto yy2; +yy14247: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy12309; + goto yy2; +yy14248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12309; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy12309; + goto yy2; +yy14249: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12309; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy12309; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12309; + if (yych == 0xBF) goto yy12309; + goto yy2; + } + } +yy14250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12309; + goto yy2; + } else { + if (yych <= 0xB6) goto yy12309; + if (yych <= 0xB8) goto yy533; + goto yy2; + } +yy14251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12309; + goto yy2; +yy14252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy12309; + goto yy2; +yy14253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12309; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy12309; + goto yy2; +yy14254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy12309; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy14255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy12309; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych <= 0x86) goto yy533; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy12309; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy12309; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy533; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy14256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy12309; + goto yy2; +yy14257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy12309; + goto yy2; +yy14258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12309; + goto yy533; + } else { + if (yych <= 0xA4) goto yy12309; + if (yych <= 0xA6) goto yy533; + goto yy2; + } +yy14259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12309; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy12309; + goto yy2; +yy14260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12309; + goto yy2; +yy14261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12309; + goto yy2; +yy14262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy12309; + goto yy2; +yy14263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB7) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy14264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xAF) goto yy12309; + if (yych <= 0xBA) goto yy533; + goto yy2; +yy14265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy12309; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy14266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy12309; + } else { + if (yych <= 0xB4) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy14267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy12309; + goto yy533; + } else { + if (yych == 0xB6) goto yy12309; + goto yy2; + } +yy14268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB2) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy14269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy12309; + if (yych <= 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy12309; + } else { + if (yych == 0x9C) goto yy12309; + goto yy2; + } + } +yy14270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12309; + goto yy2; + } else { + if (yych <= 0xAB) goto yy12309; + if (yych <= 0xB7) goto yy533; + goto yy2; + } +yy14271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12309; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy12309; + goto yy2; + } else { + if (yych <= 0xA8) goto yy12309; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy14272: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12309; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy14273: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy12309; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12309; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12309; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12309; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy14274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy12309; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy533; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy12309; + goto yy533; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } + } +yy14275: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12309; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy14276: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x85) goto yy12309; + goto yy2; + } else { + if (yych <= 0x87) goto yy12309; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy14277: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12309; + goto yy533; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy14278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x9B) goto yy12309; + if (yych <= 0x9D) goto yy533; + goto yy2; + } +yy14279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x84) goto yy12309; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy14280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12309; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy14281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy14282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy12309; + goto yy843; + } else { + if (yych == 0xBF) goto yy12309; + goto yy2; + } +yy14283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy12309; + goto yy2; +yy14284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy12309; + goto yy2; +yy14285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy12309; + goto yy2; +yy14286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12309; + goto yy2; +yy14287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12309; + goto yy2; +yy14288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12309; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy14289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy12309; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; +yy14290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12309; + goto yy533; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy14291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy12309; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy14292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12309; + goto yy2; +yy14293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12309; + goto yy2; + } else { + if (yych <= 0x90) goto yy12309; + if (yych <= 0xBE) goto yy533; + goto yy2; + } +yy14294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12309; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy12309; + goto yy2; +yy14295: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12309; + goto yy2; + } else { + if (yych <= 0x99) goto yy12309; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy14296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy14297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy12309; + } else { + if (yych == 0xA2) goto yy12309; + if (yych <= 0xA4) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy12309; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy12309; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } + } +yy14298: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy14299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12309; + goto yy2; + } else { + if (yych <= 0x8A) goto yy12309; + if (yych <= 0x8C) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy12309; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy12309; + goto yy2; + } + } +yy14300: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy12309; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy12309; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy14301: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12309; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy12309; + goto yy2; +yy14302: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy533; + goto yy12309; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy533; + goto yy12309; + } else { + if (yych <= 0xBB) goto yy533; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } + } +yy14303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy12309; + goto yy533; + } else { + if (yych == 0xB5) goto yy533; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy14304: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy12309; + goto yy533; + } else { + if (yych == 0xAF) goto yy533; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy14305: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12309; + goto yy533; + } else { + if (yych == 0xA9) goto yy533; + if (yych <= 0xBF) goto yy12309; + goto yy2; + } +yy14306: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy12309; + goto yy533; + } else { + if (yych <= 0x8B) goto yy12309; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy14307: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12309; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; +yy14308: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy12309; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy12309; + } else { + if (yych == 0xA4) goto yy12309; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy12309; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy12309; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy12309; + } else { + if (yych == 0xBB) goto yy12309; + goto yy2; + } + } + } +yy14309: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy12309; + default: goto yy2; + } +yy14310: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy12309; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy12309; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy12309; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy12309; + goto yy2; + } + } +yy14311: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1762; + case 0xAA: + case 0xB5: + case 0xBA: goto yy14146; + default: goto yy2; + } +yy14312: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy14146; + goto yy1762; + } else { + if (yych == 0xB7) goto yy1762; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy14313: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0xB3) goto yy14146; + if (yych <= 0xB4) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy14146; + if (yych <= 0xBA) goto yy2; + goto yy14146; + } else { + if (yych == 0xBF) goto yy14146; + goto yy2; + } + } +yy14314: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1762; + goto yy14146; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy14146; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy14315: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy1762; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy14316: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy14146; + if (yych <= 0x89) goto yy1762; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy14317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy14146; + if (yych <= 0x8C) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy1762; + } else { + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } +yy14318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1762; + if (yych <= 0x8F) goto yy2; + goto yy14146; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy14146; + goto yy2; + } + } +yy14319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy1762; + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy14320: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy14146; + if (yych <= 0x9F) goto yy1762; + goto yy2; + } else { + if (yych == 0xB0) goto yy1762; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy14321: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy14146; + goto yy2; + } else { + if (yych <= 0x95) goto yy14146; + if (yych == 0x9D) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy1762; + if (yych <= 0xAF) goto yy14146; + goto yy2; + } else { + if (yych <= 0xBC) goto yy14146; + if (yych <= 0xBE) goto yy1762; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy14322: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy14323: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy1762; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy14324: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14146; + if (yych <= 0xB0) goto yy1762; + if (yych <= 0xB1) goto yy14146; + goto yy2; +yy14325: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy14146; + goto yy1762; + } else { + if (yych == 0xB6) goto yy1762; + goto yy2; + } +yy14326: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy16111; + case 0xA1: goto yy16112; + case 0xA2: goto yy15863; + case 0xA3: goto yy4278; + case 0xA4: goto yy16113; + case 0xA5: goto yy16114; + case 0xA6: goto yy16115; + case 0xA7: goto yy16116; + case 0xA8: goto yy16117; + case 0xA9: goto yy16118; + case 0xAA: goto yy16119; + case 0xAB: goto yy16120; + case 0xAC: goto yy16121; + case 0xAD: goto yy16122; + case 0xAE: goto yy16123; + case 0xAF: goto yy16124; + case 0xB0: goto yy16125; + case 0xB1: goto yy16126; + case 0xB2: goto yy16127; + case 0xB3: goto yy16128; + case 0xB4: goto yy16129; + case 0xB5: goto yy16130; + case 0xB6: goto yy16131; + case 0xB7: goto yy16132; + case 0xB8: goto yy4299; + case 0xB9: goto yy4300; + case 0xBA: goto yy4301; + case 0xBB: goto yy4302; + case 0xBC: goto yy4303; + case 0xBD: goto yy4304; + case 0xBE: goto yy4305; + case 0xBF: goto yy4306; + default: goto yy2; + } +yy14327: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4307; + case 0x81: goto yy4308; + case 0x82: goto yy16133; + case 0x83: goto yy15885; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy14150; + case 0x89: goto yy15886; + case 0x8A: goto yy15887; + case 0x8B: goto yy15888; + case 0x8C: goto yy15889; + case 0x8D: goto yy16134; + case 0x8E: goto yy16135; + case 0x8F: goto yy15892; + case 0x90: goto yy16136; + case 0x99: goto yy15894; + case 0x9A: goto yy15895; + case 0x9B: goto yy15896; + case 0x9C: goto yy16137; + case 0x9D: goto yy16138; + case 0x9E: goto yy4324; + case 0x9F: goto yy4325; + case 0xA0: goto yy16139; + case 0xA1: goto yy15900; + case 0xA2: goto yy16140; + case 0xA3: goto yy15902; + case 0xA4: goto yy16141; + case 0xA5: goto yy4331; + case 0xA7: goto yy4332; + case 0xA8: goto yy16142; + case 0xA9: goto yy4334; + case 0xAA: goto yy4335; + case 0xAC: goto yy4336; + case 0xAD: goto yy4337; + case 0xAE: goto yy16143; + case 0xAF: goto yy16144; + case 0xB0: goto yy16145; + case 0xB1: goto yy15908; + case 0xB3: goto yy16146; + case 0xB4: goto yy15910; + case 0xB5: goto yy15911; + case 0xB6: goto yy15912; + case 0xB7: goto yy4346; + case 0xBC: goto yy15913; + case 0xBD: goto yy15914; + case 0xBE: goto yy16147; + case 0xBF: goto yy16148; + default: goto yy2; + } +yy14328: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy4351; + case 0x81: goto yy4352; + case 0x82: goto yy4353; + case 0x83: goto yy4354; + case 0x84: goto yy16149; + case 0x85: goto yy16150; + case 0x86: goto yy16151; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1772; + case 0x8C: goto yy4358; + case 0x8F: goto yy4359; + case 0x90: goto yy4360; + case 0x91: goto yy4361; + case 0x92: goto yy4362; + case 0x93: goto yy4363; + case 0x9D: goto yy4364; + case 0x9E: goto yy4365; + case 0x9F: goto yy4366; + case 0xA6: goto yy4367; + case 0xA7: goto yy4368; + case 0xAD: goto yy4369; + case 0xAE: goto yy4370; + case 0xAF: goto yy4371; + case 0xB0: goto yy15920; + case 0xB1: goto yy15921; + case 0xB2: goto yy14150; + case 0xB3: goto yy16152; + case 0xB4: goto yy15923; + case 0xB5: goto yy16153; + case 0xB6: goto yy15925; + case 0xB7: goto yy16154; + case 0xBA: goto yy4379; + case 0xBB: goto yy4380; + case 0xBF: goto yy4381; + default: goto yy2; + } +yy14329: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16155; + case 0x82: goto yy4383; + case 0x84: goto yy15928; + case 0x86: goto yy16156; + case 0x87: goto yy4386; + case 0x88: goto yy4387; + case 0x89: goto yy4388; + case 0x8A: goto yy4389; + case 0x8B: goto yy4390; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy1772; + default: goto yy2; + } +yy14330: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy4391; + case 0x93: goto yy16157; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy14150; + case 0x98: goto yy15931; + case 0x99: goto yy16158; + case 0x9A: goto yy16159; + case 0x9B: goto yy16160; + case 0x9C: goto yy16161; + case 0x9D: goto yy14156; + case 0x9E: goto yy16162; + case 0x9F: goto yy15937; + case 0xA0: goto yy16163; + case 0xA1: goto yy15939; + case 0xA2: goto yy16164; + case 0xA3: goto yy16165; + case 0xA4: goto yy16166; + case 0xA5: goto yy16167; + case 0xA6: goto yy4406; + case 0xA7: goto yy4407; + case 0xA8: goto yy16168; + case 0xA9: goto yy16169; + case 0xAA: goto yy4410; + case 0xAB: goto yy16170; + case 0xAC: goto yy15947; + case 0xAD: goto yy16171; + case 0xAF: goto yy16172; + default: goto yy2; + } +yy14331: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy16173; + case 0xAD: goto yy15951; + case 0xAE: goto yy16174; + case 0xAF: goto yy16175; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy14150; + case 0xB4: goto yy15954; + case 0xB5: goto yy15955; + case 0xB6: goto yy15956; + case 0xB7: goto yy16176; + case 0xB8: goto yy4422; + case 0xB9: goto yy16177; + case 0xBB: goto yy15959; + case 0xBC: goto yy16178; + case 0xBD: goto yy16179; + case 0xBF: goto yy4427; + default: goto yy2; + } +yy14332: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy16180; + case 0x91: goto yy16181; + case 0x92: goto yy15964; + case 0x93: goto yy15965; + case 0x94: goto yy15966; + case 0x96: goto yy16182; + case 0x9B: goto yy16183; + case 0x9D: goto yy16184; + case 0x9E: goto yy16185; + case 0x9F: goto yy4437; + default: goto yy2; + } +yy14333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy2930; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy14334: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy2930; + goto yy2; + } else { + if (yych <= 0x8D) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy14335: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy2930; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2930; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } +yy14336: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy6183; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy14337: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy533; + goto yy2; + } else { + if (yych <= 0xB2) goto yy2930; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy14338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + if (yych <= 0x91) goto yy2; + goto yy2930; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy2930; + if (yych <= 0xA6) goto yy533; + if (yych <= 0xA8) goto yy2; + goto yy533; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy9742; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } + } +yy14339: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy2930; + } else { + if (yych == 0x8B) goto yy533; + if (yych <= 0x8C) goto yy2; + goto yy2930; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy9742; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy14340: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy9742; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy9742; + } else { + if (yych == 0xBF) goto yy9742; + goto yy2; + } + } +yy14341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy9742; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy9742; + goto yy2; +yy14342: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy9742; + goto yy2; +yy14343: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy9742; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy14344: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9742; + if (yych == 0xA0) goto yy533; + goto yy2; +yy14345: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy9742; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy14346: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy9742; + if (yych <= 0x81) goto yy2; + goto yy9742; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy9742; + if (yych <= 0xBA) goto yy533; + goto yy2; + } +yy14347: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy9742; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy14348: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy9742; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy9742; + goto yy2; +yy14349: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy9742; + goto yy2; +yy14350: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy9742; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy14351: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy9742; + goto yy2; +yy14352: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy9742; + goto yy2; +yy14353: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9742; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy9742; + goto yy2; +yy14354: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9742; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy9742; + goto yy2; + } else { + if (yych <= 0xBC) goto yy9742; + if (yych == 0xBF) goto yy9742; + goto yy2; + } + } +yy14355: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9742; + goto yy2; + } else { + if (yych <= 0xB6) goto yy9742; + if (yych <= 0xB8) goto yy533; + goto yy2; + } +yy14356: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9742; + goto yy2; +yy14357: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy9742; + goto yy2; +yy14358: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9742; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy9742; + goto yy2; +yy14359: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy9742; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy14360: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9742; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych <= 0x86) goto yy533; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy9742; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy9742; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy533; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy14361: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy9742; + goto yy2; +yy14362: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy9742; + goto yy2; +yy14363: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9742; + goto yy533; + } else { + if (yych <= 0xA4) goto yy9742; + if (yych <= 0xA6) goto yy533; + goto yy2; + } +yy14364: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9742; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy9742; + goto yy2; +yy14365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9742; + goto yy2; +yy14366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9742; + goto yy2; +yy14367: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy9742; + goto yy2; +yy14368: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB7) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy14369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xAF) goto yy9742; + if (yych <= 0xBA) goto yy533; + goto yy2; +yy14370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy9742; + goto yy2; +yy14371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xA6) goto yy9742; + if (yych <= 0xB4) goto yy533; + goto yy2; +yy14372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy9742; + goto yy533; + } else { + if (yych == 0xB6) goto yy9742; + goto yy2; + } +yy14373: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB2) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy14374: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy9742; + if (yych <= 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy9742; + } else { + if (yych == 0x9C) goto yy9742; + goto yy2; + } + } +yy14375: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9742; + goto yy2; + } else { + if (yych <= 0xAB) goto yy9742; + if (yych <= 0xB7) goto yy533; + goto yy2; + } +yy14376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9742; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy9742; + goto yy2; + } else { + if (yych <= 0xA8) goto yy9742; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy14377: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9742; + if (yych <= 0xAA) goto yy533; + goto yy2; +yy14378: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy9742; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9742; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9742; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9742; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy14379: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy9742; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy533; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy9742; + goto yy533; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } + } +yy14380: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9742; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy14381: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy9742; + } else { + if (yych == 0x87) goto yy9742; + goto yy2; + } +yy14382: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9742; + goto yy533; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy14383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x9B) goto yy9742; + if (yych <= 0x9D) goto yy533; + goto yy2; + } +yy14384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy533; + if (yych == 0x84) goto yy9742; + goto yy2; +yy14385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9742; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy14386: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy14387: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy9742; + if (yych == 0xBF) goto yy9742; + goto yy2; +yy14388: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy9742; + goto yy2; +yy14389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy9742; + goto yy2; +yy14390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy9742; + goto yy2; +yy14391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9742; + goto yy2; +yy14392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy9742; + goto yy2; +yy14393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy9742; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; +yy14394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9742; + goto yy533; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy14395: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy533; + goto yy2; + } else { + if (yych <= 0xB7) goto yy9742; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy14396: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy9742; + goto yy2; +yy14397: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9742; + goto yy2; + } else { + if (yych <= 0x90) goto yy9742; + if (yych <= 0xBE) goto yy533; + goto yy2; + } +yy14398: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9742; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy9742; + goto yy2; +yy14399: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9742; + goto yy2; + } else { + if (yych <= 0x99) goto yy9742; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy14400: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy14401: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy9742; + } else { + if (yych == 0xA2) goto yy9742; + if (yych <= 0xA4) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy9742; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy9742; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } + } +yy14402: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy14403: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy9742; + goto yy2; + } else { + if (yych <= 0x8A) goto yy9742; + if (yych <= 0x8C) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy9742; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy9742; + goto yy2; + } + } +yy14404: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy9742; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy9742; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy14405: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy9742; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy9742; + goto yy2; +yy14406: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy533; + goto yy9742; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy533; + goto yy9742; + } else { + if (yych <= 0xBB) goto yy533; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } + } +yy14407: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy9742; + goto yy533; + } else { + if (yych == 0xB5) goto yy533; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy14408: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy9742; + goto yy533; + } else { + if (yych == 0xAF) goto yy533; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy14409: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9742; + goto yy533; + } else { + if (yych == 0xA9) goto yy533; + if (yych <= 0xBF) goto yy9742; + goto yy2; + } +yy14410: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy533; + if (yych <= 0x8B) goto yy9742; + goto yy2; +yy14411: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9742; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; +yy14412: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy9742; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy9742; + } else { + if (yych == 0xA4) goto yy9742; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy9742; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy9742; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy9742; + } else { + if (yych == 0xBB) goto yy9742; + goto yy2; + } + } + } +yy14413: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy9742; + default: goto yy2; + } +yy14414: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy9742; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy9742; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy9742; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy9742; + goto yy2; + } + } +yy14415: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy533; + case 0xAA: + case 0xB5: + case 0xBA: goto yy12619; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy14416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy12619; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy12619; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy12619; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy14417: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy12619; + } else { + if (yych == 0x8A) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy533; + } else { + if (yych <= 0xBE) goto yy1564; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy14418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy12619; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12619; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy14419: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1828; + case 0x81: goto yy3339; + case 0x82: goto yy14445; + case 0x83: goto yy14446; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy12623; + case 0x89: goto yy14447; + case 0x8A: goto yy14448; + case 0x8B: goto yy14449; + case 0x8C: goto yy14450; + case 0x8D: goto yy14451; + case 0x8E: goto yy14452; + case 0x8F: goto yy14453; + case 0x90: goto yy16186; + case 0x99: goto yy14455; + case 0x9A: goto yy14456; + case 0x9B: goto yy14457; + case 0x9C: goto yy14458; + case 0x9D: goto yy14459; + case 0x9E: goto yy1845; + case 0x9F: goto yy3355; + case 0xA0: goto yy16187; + case 0xA1: goto yy14461; + case 0xA2: goto yy14462; + case 0xA3: goto yy14463; + case 0xA4: goto yy14464; + case 0xA5: goto yy3361; + case 0xA7: goto yy3362; + case 0xA8: goto yy14465; + case 0xA9: goto yy1854; + case 0xAA: goto yy3364; + case 0xAC: goto yy1856; + case 0xAD: goto yy3365; + case 0xAE: goto yy14466; + case 0xAF: goto yy14467; + case 0xB0: goto yy14468; + case 0xB1: goto yy14469; + case 0xB3: goto yy14470; + case 0xB4: goto yy14471; + case 0xB5: goto yy14472; + case 0xB6: goto yy14473; + case 0xB7: goto yy1866; + case 0xBC: goto yy14474; + case 0xBD: goto yy14475; + case 0xBE: goto yy14476; + case 0xBF: goto yy14477; + default: goto yy2; + } +yy14420: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy6240; + case 0x81: goto yy1872; + case 0x82: goto yy1873; + case 0x83: goto yy1874; + case 0x84: goto yy14478; + case 0x85: goto yy14479; + case 0x86: goto yy14480; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy537; + case 0x88: goto yy6244; + case 0x8C: goto yy1877; + case 0x8F: goto yy1878; + case 0x90: goto yy1879; + case 0x91: goto yy1880; + case 0x92: goto yy1881; + case 0x93: goto yy1882; + case 0x9D: goto yy1883; + case 0x9E: goto yy1884; + case 0x9F: goto yy1885; + case 0xA6: goto yy1886; + case 0xA7: goto yy1887; + case 0xAD: goto yy1888; + case 0xAE: goto yy1889; + case 0xAF: goto yy1890; + case 0xB0: goto yy14481; + case 0xB1: goto yy14482; + case 0xB2: goto yy12623; + case 0xB3: goto yy14483; + case 0xB4: goto yy14484; + case 0xB5: goto yy14485; + case 0xB6: goto yy14486; + case 0xB7: goto yy14487; + case 0xB8: goto yy5580; + case 0xBA: goto yy1897; + case 0xBB: goto yy1859; + case 0xBF: goto yy1898; + default: goto yy2; + } +yy14421: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy14511; + case 0xAD: goto yy14512; + case 0xAE: goto yy14513; + case 0xAF: goto yy14514; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy12623; + case 0xB4: goto yy14515; + case 0xB5: goto yy14516; + case 0xB6: goto yy14517; + case 0xB7: goto yy14518; + case 0xB8: goto yy6283; + case 0xB9: goto yy16188; + case 0xBB: goto yy14520; + case 0xBC: goto yy16189; + case 0xBD: goto yy14522; + case 0xBF: goto yy1940; + default: goto yy2; + } +yy14422: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy12619; + } else { + if (yych == 0x9A) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy533; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy533; + goto yy2; + } + } +yy14423: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy12619; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy14424: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy12619; + goto yy2; +yy14425: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy12619; + } else { + if (yych == 0xBD) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy14426: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x90) goto yy12619; + if (yych <= 0x97) goto yy533; + goto yy12619; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy14427: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy12619; + } else { + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12619; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12619; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12619; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12619; + if (yych <= 0xB5) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy14428: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy533; + goto yy12619; + } else { + if (yych == 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy12619; + goto yy2; + } else { + if (yych <= 0xA1) goto yy12619; + if (yych <= 0xA3) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy12619; + goto yy533; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } + } + } +yy14429: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy12619; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy12619; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy12619; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy12619; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy12619; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy12619; + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy14430: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x91) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy12619; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy533; + } else { + if (yych <= 0xB4) goto yy12619; + if (yych <= 0xB5) goto yy533; + goto yy2; + } + } + } +yy14431: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy12619; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy12619; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12619; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12619; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy14432: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy12619; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy12619; + if (yych <= 0xA3) goto yy533; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy533; + } else { + if (yych == 0xB9) goto yy12619; + goto yy2; + } + } + } +yy14433: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy12619; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12619; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12619; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12619; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy14434: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12619; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy533; + if (yych <= 0xB1) goto yy12619; + goto yy2; + } + } + } +yy14435: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy533; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy12619; + default: goto yy2; + } +yy14436: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy12619; + if (yych == 0x97) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy533; + goto yy2; + } + } +yy14437: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy12619; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy12619; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy14438: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy12619; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12619; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy14439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy12619; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy12619; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy14440: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12619; + goto yy533; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy12619; + goto yy2; + } + } + } +yy14441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy12619; + goto yy2; + } else { + if (yych <= 0xBD) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy14442: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy533; + } else { + if (yych <= 0x8E) goto yy12619; + if (yych <= 0x96) goto yy2; + goto yy533; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12619; + if (yych <= 0xA3) goto yy533; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy533; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } + } +yy14443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy12619; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy12619; + } else { + if (yych == 0xBD) goto yy12619; + goto yy2; + } + } +yy14444: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12619; + goto yy2; + } else { + if (yych <= 0x8A) goto yy533; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy14445: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy14446: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy12619; + } else { + if (yych == 0x87) goto yy12619; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy12619; + if (yych <= 0x8F) goto yy2; + goto yy12619; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy14447: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12619; + goto yy2; + } else { + if (yych <= 0x8D) goto yy12619; + if (yych <= 0x8F) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy12619; + goto yy2; + } else { + if (yych <= 0x9D) goto yy12619; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy14448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy12619; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy12619; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy12619; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy12619; + goto yy2; + } + } +yy14449: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy12619; + if (yych <= 0x81) goto yy2; + goto yy12619; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy12619; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy14450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12619; + goto yy2; + } else { + if (yych <= 0x95) goto yy12619; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy14451: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12619; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy2; +yy14452: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12619; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy14453: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy12619; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy12619; + goto yy2; +yy14454: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy14455: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy12619; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy14456: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy12619; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy14457: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12619; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy12619; + goto yy2; +yy14458: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy12619; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy533; + goto yy2; + } else { + if (yych <= 0xB1) goto yy12619; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy14459: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy12619; + } else { + if (yych <= 0x93) goto yy533; + if (yych <= 0x9F) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy12619; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy533; + goto yy2; + } + } +yy14460: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy14461: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy12619; + goto yy2; +yy14462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12619; + goto yy533; + } else { + if (yych <= 0xAA) goto yy12619; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy14463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy12619; + goto yy2; +yy14464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12619; + goto yy2; + } else { + if (yych <= 0xAB) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy533; + goto yy2; + } +yy14465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12619; + if (yych <= 0x9B) goto yy533; + goto yy2; +yy14466: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xA0) goto yy12619; + goto yy533; + } else { + if (yych <= 0xAF) goto yy12619; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy14467: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12619; + if (yych <= 0xB3) goto yy533; + goto yy2; +yy14468: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12619; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy14469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy12619; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy12619; + goto yy2; + } +yy14470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy533; + goto yy2; + } else { + if (yych <= 0xA8) goto yy533; + if (yych <= 0xAC) goto yy12619; + goto yy533; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy12619; + if (yych <= 0xB4) goto yy533; + goto yy12619; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy14471: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy12619; + goto yy2; +yy14472: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy14473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12619; + goto yy2; +yy14474: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12619; + goto yy2; + } else { + if (yych <= 0x9D) goto yy12619; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy14475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12619; + goto yy2; + } else { + if (yych <= 0x8D) goto yy12619; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy12619; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy12619; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy12619; + goto yy2; + } + } +yy14476: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy12619; + } else { + if (yych == 0xBE) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy14477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x84) goto yy12619; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy12619; + goto yy533; + } else { + if (yych <= 0x93) goto yy12619; + if (yych <= 0x95) goto yy2; + goto yy12619; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy533; + } else { + if (yych <= 0xAC) goto yy12619; + if (yych <= 0xAF) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy12619; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12619; + if (yych <= 0xBE) goto yy533; + goto yy2; + } + } + } +yy14478: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy533; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy12619; + default: goto yy2; + } +yy14479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy12619; + } else { + if (yych == 0x8E) goto yy12619; + if (yych <= 0x8F) goto yy533; + goto yy2; + } +yy14480: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy12619; + goto yy2; + } else { + if (yych <= 0x8B) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy14481: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy14482: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12619; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12619; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy14483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy12619; + goto yy533; + } else { + if (yych <= 0xAE) goto yy12619; + if (yych <= 0xB1) goto yy533; + if (yych <= 0xB3) goto yy12619; + goto yy2; + } +yy14484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy12619; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy12619; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy14485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12619; + if (yych == 0xBF) goto yy533; + goto yy2; +yy14486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy12619; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy12619; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy12619; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy12619; + goto yy2; + } + } +yy14487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy12619; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy12619; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy12619; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy14488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x93) goto yy533; + if (yych == 0xA0) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy533; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12619; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy14489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy12619; + goto yy2; +yy14490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy533; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBA) goto yy12619; + goto yy2; + } +yy14491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy12619; + goto yy2; +yy14492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy12619; + goto yy2; + } else { + if (yych <= 0x9F) goto yy12619; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy12619; + goto yy2; + } +yy14493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12619; + goto yy533; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy14494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy12619; + goto yy2; + } else { + if (yych <= 0x9F) goto yy533; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy14495: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12619; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy533; + goto yy2; +yy14496: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; + } else { + if (yych <= 0xA1) goto yy533; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy14497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12619; + if (yych <= 0x88) goto yy2; + goto yy533; + } else { + if (yych <= 0xAD) goto yy12619; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy12619; + goto yy2; + } +yy14498: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy12619; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy14499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12619; + goto yy533; + } else { + if (yych == 0x86) goto yy533; + goto yy12619; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy533; + if (yych <= 0xA2) goto yy12619; + goto yy533; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy533; + goto yy2; + } + } +yy14500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy12619; + goto yy2; +yy14501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0xB3) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy14502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy12619; + if (yych <= 0xBA) goto yy2; + goto yy12619; + } else { + if (yych == 0xBD) goto yy12619; + goto yy2; + } + } +yy14503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy12619; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy14504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12619; + if (yych <= 0x93) goto yy533; + goto yy2; +yy14505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12619; + if (yych <= 0xB6) goto yy533; + goto yy2; +yy14506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy12619; + goto yy533; + } else { + if (yych <= 0x8B) goto yy12619; + if (yych <= 0x8D) goto yy533; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy533; + goto yy2; + } + } +yy14507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy533; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy12619; + goto yy533; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy12619; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy533; + goto yy2; + } + } +yy14508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy12619; + goto yy2; + } else { + if (yych <= 0x8E) goto yy12619; + if (yych <= 0x90) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy12619; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy14509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12619; + if (yych <= 0x9B) goto yy533; + goto yy2; + } else { + if (yych <= 0xA5) goto yy12619; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy14510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy12619; + if (yych <= 0xAA) goto yy533; + goto yy2; + } else { + if (yych <= 0xAD) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy14511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12619; + goto yy2; + } else { + if (yych <= 0x97) goto yy12619; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy12619; + goto yy533; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy533; + if (yych <= 0xB6) goto yy12619; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy12619; + goto yy2; + } + } +yy14512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12619; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy14513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy14514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy533; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy14515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy12619; + goto yy2; +yy14516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy14517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12619; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy14518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12619; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12619; + if (yych <= 0xBD) goto yy533; + goto yy2; + } +yy14519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy533; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy533; + if (yych == 0xA9) goto yy533; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy14520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy12619; + goto yy2; +yy14521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy533; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy12619; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy14522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy533; + if (yych <= 0x9A) goto yy12619; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy14523: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16190; + case 0x81: goto yy16191; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy12623; + case 0x83: goto yy16192; + case 0x84: goto yy4441; + case 0x85: goto yy4442; + case 0x86: goto yy4443; + case 0x87: goto yy4444; + case 0x8A: goto yy16193; + case 0x8B: goto yy16194; + case 0x8C: goto yy16195; + case 0x8D: goto yy16196; + case 0x8E: goto yy16197; + case 0x8F: goto yy16198; + case 0x92: goto yy16199; + case 0x94: goto yy16200; + case 0x95: goto yy16201; + case 0x9C: goto yy16202; + case 0x9D: goto yy16203; + case 0xA0: goto yy16204; + case 0xA1: goto yy16205; + case 0xA2: goto yy16206; + case 0xA3: goto yy16207; + case 0xA4: goto yy16208; + case 0xA6: goto yy16209; + case 0xA8: goto yy16210; + case 0xA9: goto yy16211; + case 0xAA: goto yy16212; + case 0xAB: goto yy16213; + case 0xAC: goto yy14463; + case 0xAD: goto yy16214; + case 0xAE: goto yy16215; + case 0xB1: goto yy16216; + case 0xB2: + case 0xB3: goto yy16217; + default: goto yy2; + } +yy14524: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16218; + case 0x81: goto yy6330; + case 0x82: goto yy16219; + case 0x83: goto yy16220; + case 0x84: goto yy16221; + case 0x85: goto yy16222; + case 0x86: goto yy16223; + case 0x87: goto yy16224; + case 0x88: goto yy16225; + case 0x8A: goto yy16226; + case 0x8B: goto yy16227; + case 0x8C: goto yy16228; + case 0x8D: goto yy16229; + case 0x92: + case 0x98: goto yy16230; + case 0x93: goto yy16231; + case 0x96: goto yy16232; + case 0x97: goto yy16233; + case 0x99: goto yy16234; + case 0x9A: goto yy16235; + case 0x9B: goto yy2362; + case 0x9C: goto yy6348; + case 0xA2: goto yy16236; + case 0xA3: goto yy16237; + case 0xAB: goto yy16238; + default: goto yy2; + } +yy14525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy12623; + goto yy16239; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy12623; + if (yych <= 0x95) goto yy16240; + goto yy2; + } +yy14526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12623; + if (yych <= 0x90) goto yy16241; + goto yy2; +yy14527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy12623; + if (yych <= 0x99) goto yy16242; + goto yy2; +yy14528: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy12623; + case 0xA8: goto yy16238; + case 0xA9: goto yy16243; + case 0xAB: goto yy16244; + case 0xAC: goto yy16245; + case 0xAD: goto yy16246; + case 0xAE: goto yy16247; + case 0xBD: goto yy16248; + case 0xBE: goto yy4493; + default: goto yy2; + } +yy14529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy12623; + if (yych <= 0xB1) goto yy16249; + if (yych <= 0xB2) goto yy16250; + goto yy2; +yy14530: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy537; + case 0x83: goto yy1850; + case 0x84: goto yy4496; + case 0x85: goto yy4497; + case 0x87: goto yy4498; + case 0x89: goto yy4499; + case 0x8D: goto yy4500; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy12623; + case 0x91: goto yy16251; + case 0x92: goto yy16252; + case 0x93: goto yy16253; + case 0x94: goto yy16254; + case 0x95: goto yy16255; + case 0x9A: goto yy16256; + case 0x9B: goto yy16257; + case 0x9C: goto yy16258; + case 0x9D: goto yy16259; + case 0x9E: goto yy16260; + case 0x9F: goto yy16261; + case 0xAA: goto yy4508; + default: goto yy2; + } +yy14531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy12623; + if (yych <= 0xA3) goto yy16262; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy16263; + goto yy16264; + } else { + if (yych <= 0xBA) goto yy16265; + if (yych <= 0xBB) goto yy4513; + goto yy2; + } + } +yy14532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy6299; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy6299; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy6299; + } else { + if (yych == 0xBF) goto yy6299; + goto yy2; + } + } +yy14533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy6299; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy6299; + goto yy2; +yy14534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy6299; + goto yy2; +yy14535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy6299; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy14536: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy6299; + if (yych == 0xA0) goto yy533; + goto yy2; +yy14537: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy6299; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy14538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy6299; + if (yych <= 0x81) goto yy2; + goto yy6299; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy6299; + if (yych <= 0xBA) goto yy533; + goto yy2; + } +yy14539: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy6299; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy14540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy6299; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy6299; + goto yy2; +yy14541: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy6299; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy14542: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy6299; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy14543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy6299; + goto yy2; +yy14544: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy6299; + goto yy2; +yy14545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6299; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy6299; + goto yy2; +yy14546: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6299; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy6299; + goto yy2; + } else { + if (yych <= 0xBC) goto yy6299; + if (yych == 0xBF) goto yy6299; + goto yy2; + } + } +yy14547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6299; + goto yy2; + } else { + if (yych <= 0xB6) goto yy6299; + if (yych <= 0xB8) goto yy533; + goto yy2; + } +yy14548: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6299; + goto yy2; +yy14549: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy6299; + goto yy2; +yy14550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6299; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy6299; + goto yy2; +yy14551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy6299; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy14552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy6299; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych <= 0x86) goto yy533; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy6299; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy6299; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy533; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy14553: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy6299; + goto yy2; +yy14554: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy6299; + goto yy2; +yy14555: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy6299; + goto yy533; + } else { + if (yych <= 0xA4) goto yy6299; + if (yych <= 0xA6) goto yy533; + goto yy2; + } +yy14556: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy6299; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy6299; + goto yy2; +yy14557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy6299; + goto yy2; +yy14558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6299; + goto yy2; +yy14559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy6299; + goto yy2; +yy14560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB7) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy14561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xAF) goto yy6299; + if (yych <= 0xBA) goto yy533; + goto yy2; +yy14562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy6299; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy14563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy6299; + } else { + if (yych <= 0xB4) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy14564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy6299; + goto yy533; + } else { + if (yych == 0xB6) goto yy6299; + goto yy2; + } +yy14565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB2) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy14566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy6299; + if (yych <= 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy6299; + } else { + if (yych == 0x9C) goto yy6299; + goto yy2; + } + } +yy14567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy6299; + goto yy2; + } else { + if (yych <= 0xAB) goto yy6299; + if (yych <= 0xB7) goto yy533; + goto yy2; + } +yy14568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6299; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy6299; + goto yy2; + } else { + if (yych <= 0xA8) goto yy6299; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy14569: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6299; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy14570: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy6299; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy6299; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy6299; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy6299; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy14571: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy6299; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy533; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy6299; + goto yy533; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } + } +yy14572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6299; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy14573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x85) goto yy6299; + goto yy2; + } else { + if (yych <= 0x87) goto yy6299; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy14574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6299; + goto yy533; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy14575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x9B) goto yy6299; + if (yych <= 0x9D) goto yy533; + goto yy2; + } +yy14576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x84) goto yy6299; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy14577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6299; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy14578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy14579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy6299; + goto yy843; + } else { + if (yych == 0xBF) goto yy6299; + goto yy2; + } +yy14580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy6299; + goto yy2; +yy14581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy6299; + goto yy2; +yy14582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy6299; + goto yy2; +yy14583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy6299; + goto yy2; +yy14584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy6299; + goto yy2; +yy14585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy6299; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy14586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy6299; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; +yy14587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy6299; + goto yy533; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy14588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy6299; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy14589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy6299; + goto yy2; +yy14590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy6299; + goto yy2; + } else { + if (yych <= 0x90) goto yy6299; + if (yych <= 0xBE) goto yy533; + goto yy2; + } +yy14591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy6299; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy6299; + goto yy2; +yy14592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6299; + goto yy2; + } else { + if (yych <= 0x99) goto yy6299; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy14593: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy14594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy6299; + } else { + if (yych == 0xA2) goto yy6299; + if (yych <= 0xA4) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy6299; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy6299; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } + } +yy14595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy14596: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy6299; + goto yy2; + } else { + if (yych <= 0x8A) goto yy6299; + if (yych <= 0x8C) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy6299; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy6299; + goto yy2; + } + } +yy14597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy6299; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy6299; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy14598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy6299; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy6299; + goto yy2; +yy14599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy533; + goto yy6299; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy533; + goto yy6299; + } else { + if (yych <= 0xBB) goto yy533; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } + } +yy14600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy6299; + goto yy533; + } else { + if (yych == 0xB5) goto yy533; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy14601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy6299; + goto yy533; + } else { + if (yych == 0xAF) goto yy533; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy14602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy6299; + goto yy533; + } else { + if (yych == 0xA9) goto yy533; + if (yych <= 0xBF) goto yy6299; + goto yy2; + } +yy14603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy6299; + goto yy533; + } else { + if (yych <= 0x8B) goto yy6299; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy14604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy6299; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; +yy14605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy6299; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy6299; + } else { + if (yych == 0xA4) goto yy6299; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy6299; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy6299; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy6299; + } else { + if (yych == 0xBB) goto yy6299; + goto yy2; + } + } + } +yy14606: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy6299; + default: goto yy2; + } +yy14607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy6299; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy6299; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy6299; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy6299; + goto yy2; + } + } +yy14608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9155; + if (yych == 0xA0) goto yy1121; + goto yy2; +yy14609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy9155; + if (yych <= 0x81) goto yy2; + goto yy9155; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy9155; + if (yych <= 0xBA) goto yy1121; + goto yy2; + } +yy14610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9155; + goto yy2; + } else { + if (yych <= 0xB6) goto yy9155; + if (yych <= 0xB8) goto yy1121; + goto yy2; + } +yy14611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9155; + if (yych <= 0x83) goto yy1121; + goto yy2; + } else { + if (yych <= 0x86) goto yy1121; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1121; + goto yy9155; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy9155; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1121; + } else { + if (yych == 0xBF) goto yy1121; + goto yy2; + } + } + } +yy14612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xA4) goto yy9155; + if (yych <= 0xA6) goto yy1121; + goto yy2; + } +yy14613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xB7) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy14614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xAF) goto yy9155; + if (yych <= 0xBA) goto yy1121; + goto yy2; +yy14615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xA6) goto yy9155; + if (yych <= 0xB4) goto yy1121; + goto yy2; +yy14616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy9155; + goto yy1121; + } else { + if (yych == 0xB6) goto yy9155; + goto yy2; + } +yy14617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1121; + if (yych <= 0xB2) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy14618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1121; + } else { + if (yych <= 0x84) goto yy9155; + if (yych <= 0x89) goto yy2; + goto yy1121; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy9155; + } else { + if (yych == 0x9C) goto yy9155; + goto yy2; + } + } +yy14619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9155; + goto yy2; + } else { + if (yych <= 0xAB) goto yy9155; + if (yych <= 0xB7) goto yy1121; + goto yy2; + } +yy14620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9155; + if (yych <= 0xAA) goto yy1121; + goto yy2; +yy14621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + if (yych <= 0x84) goto yy2; + goto yy9155; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9155; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9155; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9155; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9155; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1121; + } else { + if (yych <= 0xBD) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } + } + } +yy14622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1121; + if (yych <= 0x86) goto yy2; + goto yy1121; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1121; + } else { + if (yych == 0x90) goto yy9155; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1121; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1121; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1121; + goto yy2; + } + } + } +yy14623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9155; + if (yych <= 0xBF) goto yy1121; + goto yy2; +yy14624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1121; + goto yy9155; + } else { + if (yych == 0x87) goto yy9155; + goto yy2; + } +yy14625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy14626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1121; + goto yy2; + } else { + if (yych <= 0x9B) goto yy9155; + if (yych <= 0x9D) goto yy1121; + goto yy2; + } +yy14627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1121; + if (yych == 0x84) goto yy9155; + goto yy2; +yy14628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9155; + if (yych <= 0xB7) goto yy1121; + goto yy2; +yy14629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy9155; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1121; + goto yy2; +yy14630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9155; + goto yy1121; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1121; + goto yy2; + } +yy14631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy1121; + goto yy2; + } else { + if (yych <= 0xB7) goto yy9155; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy14632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9155; + goto yy2; + } else { + if (yych <= 0x90) goto yy9155; + if (yych <= 0xBE) goto yy1121; + goto yy2; + } +yy14633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9155; + goto yy2; + } else { + if (yych <= 0x99) goto yy9155; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1121; + goto yy2; + } +yy14634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1121; + goto yy9155; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1121; + goto yy9155; + } else { + if (yych <= 0xBB) goto yy1121; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } + } +yy14635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy9155; + goto yy1121; + } else { + if (yych == 0xB5) goto yy1121; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy14636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy9155; + goto yy1121; + } else { + if (yych == 0xAF) goto yy1121; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy14637: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9155; + goto yy1121; + } else { + if (yych == 0xA9) goto yy1121; + if (yych <= 0xBF) goto yy9155; + goto yy2; + } +yy14638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy1121; + if (yych <= 0x8B) goto yy9155; + goto yy2; +yy14639: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9155; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1121; + goto yy2; +yy14640: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy113; + case 0xAA: + case 0xB5: + case 0xBA: goto yy12832; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy14641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy12832; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy12832; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy14642: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy12832; + } else { + if (yych == 0x8A) goto yy9896; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy9896; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy14643: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy12832; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12832; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy14644: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy2006; + case 0x82: goto yy14670; + case 0x83: goto yy14671; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy12836; + case 0x89: goto yy14672; + case 0x8A: goto yy14673; + case 0x8B: goto yy14674; + case 0x8C: goto yy14675; + case 0x8D: goto yy14676; + case 0x8E: goto yy14677; + case 0x8F: goto yy14678; + case 0x90: goto yy16266; + case 0x99: goto yy14680; + case 0x9A: goto yy14681; + case 0x9B: goto yy14682; + case 0x9C: goto yy14683; + case 0x9D: goto yy14684; + case 0x9E: goto yy1297; + case 0x9F: goto yy2013; + case 0xA0: goto yy16267; + case 0xA1: goto yy14686; + case 0xA2: goto yy14687; + case 0xA3: goto yy14688; + case 0xA4: goto yy14689; + case 0xA5: goto yy2017; + case 0xA7: goto yy2018; + case 0xA8: goto yy14690; + case 0xA9: goto yy1307; + case 0xAA: goto yy2019; + case 0xAC: goto yy1309; + case 0xAD: goto yy2020; + case 0xAE: goto yy14691; + case 0xAF: goto yy14692; + case 0xB0: goto yy14693; + case 0xB1: goto yy14694; + case 0xB3: goto yy14695; + case 0xB4: goto yy14696; + case 0xB5: goto yy14697; + case 0xB6: goto yy14698; + case 0xB7: goto yy1319; + case 0xBC: goto yy14699; + case 0xBD: goto yy14700; + case 0xBE: goto yy14701; + case 0xBF: goto yy14702; + default: goto yy2; + } +yy14645: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9899; + case 0x81: goto yy2027; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: goto yy14703; + case 0x85: goto yy14704; + case 0x86: goto yy14705; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x88: goto yy9900; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy14706; + case 0xB1: goto yy14707; + case 0xB2: goto yy12836; + case 0xB3: goto yy14708; + case 0xB4: goto yy14709; + case 0xB5: goto yy14710; + case 0xB6: goto yy14711; + case 0xB7: goto yy14712; + case 0xB8: goto yy9901; + case 0xBA: goto yy1354; + case 0xBB: goto yy709; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy14646: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy14736; + case 0xAD: goto yy14737; + case 0xAE: goto yy14738; + case 0xAF: goto yy14739; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy12836; + case 0xB4: goto yy14740; + case 0xB5: goto yy14741; + case 0xB6: goto yy14742; + case 0xB7: goto yy14743; + case 0xB8: goto yy9902; + case 0xB9: goto yy16268; + case 0xBB: goto yy14745; + case 0xBC: goto yy16269; + case 0xBD: goto yy14747; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy14647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy12832; + } else { + if (yych == 0x9A) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; + } + } +yy14648: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy12832; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy14649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy12832; + goto yy2; +yy14650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy12832; + } else { + if (yych == 0xBD) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy14651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy12832; + goto yy113; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy12832; + goto yy113; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy14652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy12832; + } else { + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12832; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12832; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12832; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12832; + if (yych <= 0xB5) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy14653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy113; + goto yy12832; + } else { + if (yych == 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy12832; + goto yy2; + } else { + if (yych <= 0xA1) goto yy12832; + if (yych <= 0xA3) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy12832; + goto yy113; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } + } + } +yy14654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy12832; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy12832; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy12832; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy12832; + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy14655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x90) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy12832; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy113; + } else { + if (yych <= 0xB4) goto yy12832; + if (yych <= 0xB5) goto yy113; + goto yy2; + } + } + } +yy14656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy12832; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy12832; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12832; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12832; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy14657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12832; + if (yych <= 0xA3) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) goto yy113; + if (yych == 0xB9) goto yy12832; + goto yy2; + } + } +yy14658: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy12832; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12832; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12832; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12832; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy14659: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x95) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy12832; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy113; + goto yy2; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy12832; + goto yy2; + } + } + } +yy14660: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy113; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy12832; + default: goto yy2; + } +yy14661: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy12832; + goto yy2; + } else { + if (yych <= 0x97) goto yy113; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; + } + } +yy14662: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy12832; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy14663: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x94) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy12832; + if (yych <= 0x9F) goto yy2; + goto yy12832; + } else { + if (yych <= 0xA3) goto yy113; + if (yych == 0xBF) goto yy113; + goto yy2; + } + } +yy14664: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy12832; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy12832; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy14665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x94) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy12832; + if (yych <= 0x9F) goto yy2; + goto yy12832; + } else { + if (yych <= 0xA3) goto yy113; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy12832; + goto yy2; + } + } +yy14666: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy12832; + goto yy2; + } else { + if (yych <= 0xBD) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy14667: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + if (yych <= 0x8E) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy113; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12832; + goto yy113; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy14668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy12832; + } else { + if (yych == 0xBD) goto yy12832; + goto yy2; + } + } +yy14669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12832; + goto yy2; + } else { + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8E) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy14670: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy14671: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy12832; + } else { + if (yych == 0x87) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy12832; + if (yych <= 0x8F) goto yy2; + goto yy12832; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy14672: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12832; + goto yy2; + } else { + if (yych <= 0x8D) goto yy12832; + if (yych <= 0x8F) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy12832; + goto yy2; + } else { + if (yych <= 0x9D) goto yy12832; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy14673: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy12832; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy12832; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy12832; + goto yy2; + } + } +yy14674: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy12832; + if (yych <= 0x81) goto yy2; + goto yy12832; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy12832; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy14675: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12832; + goto yy2; + } else { + if (yych <= 0x95) goto yy12832; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy14676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12832; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; +yy14677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12832; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy14678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy12832; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy12832; + goto yy2; +yy14679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy14680: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy12832; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy14681: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy12832; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy14682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12832; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy12832; + goto yy2; +yy14683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy12832; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) goto yy12832; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy14684: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy12832; + } else { + if (yych <= 0x93) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy12832; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy14685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy1980; + goto yy2; + } else { + if (yych <= 0x8D) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy14686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy12832; + goto yy2; +yy14687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12832; + goto yy113; + } else { + if (yych <= 0xAA) goto yy12832; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy14688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy12832; + goto yy2; +yy14689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12832; + goto yy2; + } else { + if (yych <= 0xAB) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } +yy14690: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12832; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy14691: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xA0) goto yy12832; + goto yy113; + } else { + if (yych <= 0xAF) goto yy12832; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy14692: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12832; + if (yych <= 0xB3) goto yy113; + goto yy2; +yy14693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12832; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy14694: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy12832; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy12832; + goto yy2; +yy14695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy113; + goto yy2; + } else { + if (yych <= 0xA8) goto yy113; + if (yych <= 0xAC) goto yy12832; + goto yy113; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy12832; + if (yych <= 0xB4) goto yy113; + goto yy12832; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy14696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy12832; + goto yy2; +yy14697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy14698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12832; + goto yy2; +yy14699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12832; + goto yy2; + } else { + if (yych <= 0x9D) goto yy12832; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy14700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12832; + goto yy2; + } else { + if (yych <= 0x8D) goto yy12832; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy12832; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy12832; + goto yy2; + } + } +yy14701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy12832; + } else { + if (yych == 0xBE) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy14702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x84) goto yy12832; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy12832; + goto yy113; + } else { + if (yych <= 0x93) goto yy12832; + if (yych <= 0x95) goto yy2; + goto yy12832; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0xAC) goto yy12832; + if (yych <= 0xAF) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy12832; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12832; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } + } +yy14703: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy113; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy12832; + default: goto yy2; + } +yy14704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy12832; + } else { + if (yych == 0x8E) goto yy12832; + if (yych <= 0x8F) goto yy113; + goto yy2; + } +yy14705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy12832; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy14706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy14707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12832; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12832; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy14708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy12832; + goto yy113; + } else { + if (yych <= 0xAE) goto yy12832; + if (yych <= 0xB1) goto yy113; + if (yych <= 0xB3) goto yy12832; + goto yy2; + } +yy14709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy12832; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy12832; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy14710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12832; + if (yych == 0xBF) goto yy113; + goto yy2; +yy14711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy12832; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy12832; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy12832; + goto yy2; + } + } +yy14712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy12832; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy12832; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy14713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x93) goto yy113; + if (yych == 0xA0) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12832; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy14714: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy12832; + goto yy2; +yy14715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBA) goto yy12832; + goto yy2; + } +yy14716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy12832; + goto yy2; +yy14717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy12832; + goto yy2; + } else { + if (yych <= 0x9F) goto yy12832; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy12832; + goto yy2; + } +yy14718: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12832; + goto yy113; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy14719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy12832; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy14720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12832; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy2; +yy14721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } else { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy14722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12832; + if (yych <= 0x88) goto yy2; + goto yy113; + } else { + if (yych <= 0xAD) goto yy12832; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy12832; + goto yy2; + } +yy14723: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy12832; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy14724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12832; + goto yy113; + } else { + if (yych == 0x86) goto yy113; + goto yy12832; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy113; + if (yych <= 0xA2) goto yy12832; + goto yy113; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy14725: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy12832; + goto yy2; +yy14726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0xB3) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy14727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy12832; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy12832; + } else { + if (yych == 0xBD) goto yy12832; + goto yy2; + } + } +yy14728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy12832; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy14729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12832; + if (yych <= 0x93) goto yy113; + goto yy2; +yy14730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12832; + if (yych <= 0xB6) goto yy113; + goto yy2; +yy14731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy12832; + } else { + if (yych <= 0x83) goto yy113; + if (yych <= 0x8B) goto yy12832; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } + } +yy14732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy12832; + goto yy113; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy12832; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy113; + goto yy2; + } + } +yy14733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy12832; + goto yy2; + } else { + if (yych <= 0x8E) goto yy12832; + if (yych <= 0x90) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy12832; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy14734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12832; + if (yych <= 0x9B) goto yy113; + goto yy2; + } else { + if (yych <= 0xA5) goto yy12832; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy14735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy12832; + goto yy113; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; + } +yy14736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12832; + goto yy2; + } else { + if (yych <= 0x97) goto yy12832; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy12832; + goto yy113; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy113; + if (yych <= 0xB6) goto yy12832; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy12832; + goto yy2; + } + } +yy14737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12832; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy14738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy14739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy14740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy12832; + goto yy2; +yy14741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy14742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12832; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy14743: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12832; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12832; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy14744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy2; + } else { + if (yych == 0xA3) goto yy1980; + goto yy113; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy113; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy14745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy12832; + goto yy2; +yy14746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8C) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } else { + if (yych <= 0xBA) goto yy12832; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy14747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy113; + if (yych <= 0x9A) goto yy12832; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy14748: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16270; + case 0x81: goto yy16271; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy12836; + case 0x83: goto yy16272; + case 0x84: goto yy3728; + case 0x85: goto yy3729; + case 0x86: goto yy3730; + case 0x87: goto yy3731; + case 0x8A: goto yy16273; + case 0x8B: goto yy16274; + case 0x8C: goto yy16275; + case 0x8D: goto yy16276; + case 0x8E: goto yy16277; + case 0x8F: goto yy16278; + case 0x92: goto yy16279; + case 0x94: goto yy16280; + case 0x95: goto yy16281; + case 0x9C: goto yy16282; + case 0x9D: goto yy16283; + case 0xA0: goto yy16284; + case 0xA1: goto yy16285; + case 0xA2: goto yy16286; + case 0xA3: goto yy16287; + case 0xA4: goto yy16288; + case 0xA6: goto yy16289; + case 0xA8: goto yy16290; + case 0xA9: goto yy16291; + case 0xAA: goto yy16292; + case 0xAB: goto yy16293; + case 0xAC: goto yy14688; + case 0xAD: goto yy16294; + case 0xAE: goto yy16295; + case 0xB1: goto yy16296; + case 0xB2: + case 0xB3: goto yy16297; + default: goto yy2; + } +yy14749: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16298; + case 0x81: goto yy4703; + case 0x82: goto yy16299; + case 0x83: goto yy16300; + case 0x84: goto yy16301; + case 0x85: goto yy16302; + case 0x86: goto yy16303; + case 0x87: goto yy16304; + case 0x88: goto yy16305; + case 0x8A: goto yy16306; + case 0x8B: goto yy16307; + case 0x8C: goto yy16308; + case 0x8D: goto yy16309; + case 0x92: + case 0x98: goto yy16310; + case 0x93: goto yy16311; + case 0x96: goto yy16312; + case 0x97: goto yy16313; + case 0x99: goto yy16314; + case 0x9A: goto yy16315; + case 0x9C: goto yy4715; + case 0xA2: goto yy16316; + case 0xA3: goto yy16317; + case 0xAB: goto yy16318; + default: goto yy2; + } +yy14750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy12836; + goto yy16319; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy12836; + if (yych <= 0x95) goto yy16320; + goto yy2; + } +yy14751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12836; + if (yych <= 0x90) goto yy16321; + goto yy2; +yy14752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy12836; + if (yych <= 0x99) goto yy16322; + goto yy2; +yy14753: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy12836; + case 0xA8: goto yy16318; + case 0xA9: goto yy16286; + case 0xAB: goto yy16323; + case 0xAC: goto yy16324; + case 0xAD: goto yy16325; + case 0xAE: goto yy16326; + case 0xBD: goto yy16327; + case 0xBE: goto yy3792; + default: goto yy2; + } +yy14754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy12836; + if (yych <= 0xB1) goto yy16328; + if (yych <= 0xB2) goto yy16329; + goto yy2; +yy14755: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy118; + case 0x83: goto yy637; + case 0x84: goto yy3795; + case 0x85: goto yy3796; + case 0x87: goto yy3797; + case 0x89: goto yy3798; + case 0x8D: goto yy3799; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy12836; + case 0x91: goto yy16330; + case 0x92: goto yy16331; + case 0x93: goto yy16332; + case 0x94: goto yy16333; + case 0x95: goto yy16334; + case 0x9A: goto yy16335; + case 0x9B: goto yy16336; + case 0x9C: goto yy16337; + case 0x9D: goto yy16338; + case 0x9E: goto yy16339; + case 0x9F: goto yy16340; + case 0xAA: goto yy3811; + default: goto yy2; + } +yy14756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy12836; + if (yych <= 0xA3) goto yy16341; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy16342; + goto yy16343; + } else { + if (yych <= 0xBA) goto yy16344; + if (yych <= 0xBB) goto yy3816; + goto yy2; + } + } +yy14757: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy4671; + case 0xAA: + case 0xB5: + case 0xBA: goto yy12860; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy14758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy12860; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy12860; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy14759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych == 0x8A) goto yy9896; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBE) goto yy9896; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy14760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy4671; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy12860; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12860; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy14761: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10012; + case 0x81: goto yy10816; + case 0x82: goto yy14896; + case 0x83: goto yy14788; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy12864; + case 0x89: goto yy14789; + case 0x8A: goto yy14790; + case 0x8B: goto yy14791; + case 0x8C: goto yy14792; + case 0x8D: goto yy14897; + case 0x8E: goto yy14898; + case 0x8F: goto yy14795; + case 0x90: goto yy16345; + case 0x99: goto yy14797; + case 0x9A: goto yy14798; + case 0x9B: goto yy14799; + case 0x9C: goto yy14900; + case 0x9D: goto yy14901; + case 0x9E: goto yy10020; + case 0x9F: goto yy10823; + case 0xA0: goto yy16346; + case 0xA1: goto yy14803; + case 0xA2: goto yy14903; + case 0xA3: goto yy14805; + case 0xA4: goto yy14904; + case 0xA5: goto yy10827; + case 0xA7: goto yy10828; + case 0xA8: goto yy14905; + case 0xA9: goto yy10028; + case 0xAA: goto yy10829; + case 0xAC: goto yy10030; + case 0xAD: goto yy10830; + case 0xAE: goto yy14906; + case 0xAF: goto yy14907; + case 0xB0: goto yy14908; + case 0xB1: goto yy14811; + case 0xB3: goto yy14909; + case 0xB4: goto yy14813; + case 0xB5: goto yy14814; + case 0xB6: goto yy14815; + case 0xB7: goto yy10036; + case 0xBC: goto yy14816; + case 0xBD: goto yy14817; + case 0xBE: goto yy14910; + case 0xBF: goto yy14911; + default: goto yy2; + } +yy14762: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16347; + case 0x81: goto yy10040; + case 0x82: goto yy10041; + case 0x83: goto yy10042; + case 0x84: goto yy14912; + case 0x85: goto yy14913; + case 0x86: goto yy14914; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy4675; + case 0x88: goto yy16348; + case 0x8C: goto yy10047; + case 0x8F: goto yy10048; + case 0x90: goto yy10049; + case 0x91: goto yy10050; + case 0x92: goto yy10051; + case 0x93: goto yy10052; + case 0x9D: goto yy10053; + case 0x9E: goto yy10054; + case 0x9F: goto yy10055; + case 0xA6: goto yy10056; + case 0xA7: goto yy10057; + case 0xAD: goto yy10058; + case 0xAE: goto yy10059; + case 0xAF: goto yy10060; + case 0xB0: goto yy14823; + case 0xB1: goto yy14824; + case 0xB2: goto yy12864; + case 0xB3: goto yy14915; + case 0xB4: goto yy14826; + case 0xB5: goto yy14916; + case 0xB6: goto yy14828; + case 0xB7: goto yy14917; + case 0xB8: goto yy9901; + case 0xBA: goto yy10064; + case 0xBB: goto yy7843; + case 0xBF: goto yy10065; + default: goto yy2; + } +yy14763: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy14936; + case 0xAD: goto yy14854; + case 0xAE: goto yy14937; + case 0xAF: goto yy14938; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy12864; + case 0xB4: goto yy14857; + case 0xB5: goto yy14858; + case 0xB6: goto yy14859; + case 0xB7: goto yy14939; + case 0xB8: goto yy16349; + case 0xB9: goto yy16350; + case 0xBB: goto yy14862; + case 0xBC: goto yy16351; + case 0xBD: goto yy14942; + case 0xBF: goto yy10101; + default: goto yy2; + } +yy14764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych == 0x9A) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1980; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1980; + goto yy2; + } + } +yy14765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy12860; + if (yych <= 0x9B) goto yy1980; + goto yy2; +yy14766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy12860; + goto yy2; +yy14767: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy12860; + } else { + if (yych == 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy14768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy14769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12860; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12860; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12860; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12860; + if (yych <= 0xB5) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy14770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1980; + goto yy12860; + } else { + if (yych == 0x97) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy12860; + goto yy2; + } else { + if (yych <= 0xA1) goto yy12860; + if (yych <= 0xA3) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1980; + goto yy2; + } + } + } +yy14771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy12860; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy12860; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy12860; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy12860; + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy14772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x90) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy12860; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy1980; + } else { + if (yych <= 0xB4) goto yy12860; + if (yych <= 0xB5) goto yy1980; + goto yy2; + } + } + } +yy14773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy12860; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy12860; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12860; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12860; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy14774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x8F) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12860; + if (yych <= 0xA3) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1980; + if (yych == 0xB9) goto yy12860; + goto yy2; + } + } +yy14775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy12860; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12860; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12860; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12860; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy14776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x95) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy12860; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB0) goto yy1980; + if (yych <= 0xB1) goto yy12860; + goto yy2; + } + } + } +yy14777: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1980; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy12860; + default: goto yy2; + } +yy14778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy12860; + goto yy2; + } else { + if (yych <= 0x97) goto yy1980; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1980; + goto yy2; + } + } +yy14779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy12860; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy14780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x94) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy12860; + if (yych <= 0x9F) goto yy2; + goto yy12860; + } else { + if (yych <= 0xA3) goto yy1980; + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } +yy14781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy12860; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy12860; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy14782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x94) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy12860; + if (yych <= 0x9F) goto yy2; + goto yy12860; + } else { + if (yych <= 0xA3) goto yy1980; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy12860; + goto yy2; + } + } +yy14783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy12860; + goto yy2; + } else { + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy14784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x8E) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1980; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy14785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy12860; + } else { + if (yych == 0xBD) goto yy12860; + goto yy2; + } + } +yy14786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12860; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1980; + if (yych <= 0x8E) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy1980; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1980; + goto yy2; + } + } +yy14787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1980; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych == 0x87) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy12860; + if (yych <= 0x8F) goto yy2; + goto yy12860; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy14789: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12860; + goto yy2; + } else { + if (yych <= 0x8D) goto yy12860; + if (yych <= 0x8F) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy12860; + goto yy2; + } else { + if (yych <= 0x9D) goto yy12860; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy14790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy12860; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy12860; + goto yy2; + } + } +yy14791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy12860; + if (yych <= 0x81) goto yy2; + goto yy12860; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy12860; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy14792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12860; + goto yy2; + } else { + if (yych <= 0x95) goto yy12860; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12860; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1980; + goto yy2; +yy14794: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12860; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14795: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy12860; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy12860; + goto yy2; +yy14796: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy14797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy12860; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy14798: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy12860; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy14799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12860; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy12860; + goto yy2; +yy14800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy12860; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB1) goto yy12860; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } + } +yy14801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych <= 0x93) goto yy1980; + if (yych <= 0x9F) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy12860; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1980; + goto yy2; + } + } +yy14802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1980; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy14803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy12860; + goto yy2; +yy14804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xAA) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy12860; + goto yy2; +yy14806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12860; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1980; + goto yy2; + } +yy14807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12860; + if (yych <= 0x9B) goto yy1980; + goto yy2; +yy14808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xA0) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy12860; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12860; + if (yych <= 0xB3) goto yy1980; + goto yy2; +yy14810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12860; + if (yych <= 0xB7) goto yy1980; + goto yy2; +yy14811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy12860; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy12860; + goto yy2; +yy14812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1980; + if (yych <= 0xAC) goto yy12860; + goto yy1980; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy12860; + if (yych <= 0xB4) goto yy1980; + goto yy12860; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1980; + goto yy2; + } + } +yy14813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy12860; + goto yy2; +yy14814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy14815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12860; + goto yy2; +yy14816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12860; + goto yy2; + } else { + if (yych <= 0x9D) goto yy12860; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12860; + goto yy2; + } else { + if (yych <= 0x8D) goto yy12860; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy12860; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy12860; + goto yy2; + } + } +yy14818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy12860; + } else { + if (yych == 0xBE) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy14819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0x84) goto yy12860; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy12860; + goto yy1980; + } else { + if (yych <= 0x93) goto yy12860; + if (yych <= 0x95) goto yy2; + goto yy12860; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAC) goto yy12860; + if (yych <= 0xAF) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy12860; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12860; + if (yych <= 0xBE) goto yy1980; + goto yy2; + } + } + } +yy14820: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1980; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy12860; + default: goto yy2; + } +yy14821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + goto yy12860; + } else { + if (yych == 0x8E) goto yy12860; + if (yych <= 0x8F) goto yy1980; + goto yy2; + } +yy14822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy12860; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy14823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy14824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12860; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12860; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xAE) goto yy12860; + if (yych <= 0xB1) goto yy1980; + if (yych <= 0xB3) goto yy12860; + goto yy2; + } +yy14826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy12860; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy12860; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy14827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12860; + if (yych == 0xBF) goto yy1980; + goto yy2; +yy14828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy12860; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy12860; + goto yy2; + } + } +yy14829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy12860; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy14830: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1980; + goto yy2; + } else { + if (yych <= 0x93) goto yy1980; + if (yych == 0xA0) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1980; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1980; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12860; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy14831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy12860; + goto yy2; +yy14832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1980; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBA) goto yy12860; + goto yy2; + } +yy14833: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy12860; + goto yy2; +yy14834: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy12860; + goto yy2; + } else { + if (yych <= 0x9F) goto yy12860; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy12860; + goto yy2; + } +yy14835: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } +yy14836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy12860; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1980; + goto yy2; +yy14838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12860; + if (yych <= 0x88) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAD) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy12860; + goto yy2; + } +yy14840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy12860; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy14841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12860; + goto yy1980; + } else { + if (yych == 0x86) goto yy1980; + goto yy12860; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1980; + if (yych <= 0xA2) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1980; + goto yy2; + } + } +yy14842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy12860; + goto yy2; +yy14843: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0xB3) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy14844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy1980; + goto yy12860; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy12860; + } else { + if (yych == 0xBD) goto yy12860; + goto yy2; + } + } +yy14845: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12860; + if (yych <= 0x93) goto yy1980; + goto yy2; +yy14847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12860; + if (yych <= 0xB6) goto yy1980; + goto yy2; +yy14848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych <= 0x83) goto yy1980; + if (yych <= 0x8B) goto yy12860; + goto yy1980; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } + } +yy14849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy12860; + goto yy1980; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy12860; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1980; + goto yy2; + } + } +yy14850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy12860; + goto yy2; + } else { + if (yych <= 0x8E) goto yy12860; + if (yych <= 0x90) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy12860; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy14851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12860; + if (yych <= 0x9B) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA5) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy1980; + goto yy2; + } +yy14853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12860; + goto yy2; + } else { + if (yych <= 0x97) goto yy12860; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy12860; + goto yy1980; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1980; + if (yych <= 0xB6) goto yy12860; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy12860; + goto yy2; + } + } +yy14854: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12860; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14855: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy14856: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy14857: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy12860; + goto yy2; +yy14858: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy14859: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12860; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy14860: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12860; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12860; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } +yy14861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1980; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy1980; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy14862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy12860; + goto yy2; +yy14863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy1980; + } else { + if (yych == 0x8B) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy1980; + if (yych <= 0xA0) goto yy2; + goto yy12860; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy14864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0x9A) goto yy12860; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1980; + goto yy2; + } +yy14865: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16352; + case 0x81: goto yy16353; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy12864; + case 0x83: goto yy16354; + case 0x84: goto yy10114; + case 0x85: goto yy10115; + case 0x86: goto yy10116; + case 0x87: goto yy10117; + case 0x8A: goto yy16355; + case 0x8B: goto yy16356; + case 0x8C: goto yy16357; + case 0x8D: goto yy16358; + case 0x8E: goto yy16359; + case 0x8F: goto yy16360; + case 0x92: goto yy16361; + case 0x94: goto yy16362; + case 0x95: goto yy16363; + case 0x9C: goto yy16364; + case 0x9D: goto yy16365; + case 0xA0: goto yy16366; + case 0xA1: goto yy16367; + case 0xA2: goto yy16368; + case 0xA3: goto yy16369; + case 0xA4: goto yy16370; + case 0xA6: goto yy16371; + case 0xA8: goto yy16372; + case 0xA9: goto yy16373; + case 0xAA: goto yy16374; + case 0xAB: goto yy16375; + case 0xAC: goto yy14805; + case 0xAD: goto yy16376; + case 0xAE: goto yy16377; + case 0xB1: goto yy16378; + case 0xB2: + case 0xB3: goto yy16379; + default: goto yy2; + } +yy14866: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16380; + case 0x81: goto yy10898; + case 0x82: goto yy16381; + case 0x83: goto yy16382; + case 0x84: goto yy16383; + case 0x85: goto yy16384; + case 0x86: goto yy16385; + case 0x87: goto yy16386; + case 0x88: goto yy16387; + case 0x8A: goto yy16388; + case 0x8B: goto yy16389; + case 0x8C: goto yy16390; + case 0x8D: goto yy16391; + case 0x92: + case 0x98: goto yy16392; + case 0x93: goto yy16393; + case 0x96: goto yy16394; + case 0x97: goto yy16395; + case 0x99: goto yy16396; + case 0x9A: goto yy16397; + case 0x9C: goto yy10916; + case 0xA2: goto yy16398; + case 0xA3: goto yy16399; + case 0xAB: goto yy16400; + default: goto yy2; + } +yy14867: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy12864; + goto yy16401; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy12864; + if (yych <= 0x95) goto yy16402; + goto yy2; + } +yy14868: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12864; + if (yych <= 0x90) goto yy16403; + goto yy2; +yy14869: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy12864; + if (yych <= 0x99) goto yy16404; + goto yy2; +yy14870: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy12864; + case 0xA8: goto yy16400; + case 0xA9: goto yy16368; + case 0xAB: goto yy16405; + case 0xAC: goto yy16406; + case 0xAD: goto yy16407; + case 0xAE: goto yy16408; + case 0xBD: goto yy16409; + case 0xBE: goto yy10176; + default: goto yy2; + } +yy14871: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy12864; + if (yych <= 0xB1) goto yy16410; + if (yych <= 0xB2) goto yy16411; + goto yy2; +yy14872: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy3686; + case 0x83: goto yy10179; + case 0x84: goto yy10180; + case 0x85: goto yy10181; + case 0x87: goto yy10182; + case 0x89: goto yy10183; + case 0x8D: goto yy10184; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy12864; + case 0x91: goto yy16412; + case 0x92: goto yy16413; + case 0x93: goto yy16414; + case 0x94: goto yy16415; + case 0x95: goto yy16416; + case 0x9A: goto yy16417; + case 0x9B: goto yy16418; + case 0x9C: goto yy16419; + case 0x9D: goto yy16420; + case 0x9E: goto yy16421; + case 0x9F: goto yy16422; + case 0xAA: goto yy10196; + default: goto yy2; + } +yy14873: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy12864; + if (yych <= 0xA3) goto yy16423; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy16424; + goto yy16425; + } else { + if (yych <= 0xBA) goto yy16426; + if (yych <= 0xBB) goto yy10201; + goto yy2; + } + } +yy14874: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych == 0x9A) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy4671; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy4671; + goto yy2; + } + } +yy14875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy12860; + if (yych <= 0x9B) goto yy4671; + goto yy2; +yy14876: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy12860; + } else { + if (yych == 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy14877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy14878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12860; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12860; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12860; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12860; + if (yych <= 0xB5) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy14879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy4671; + goto yy12860; + } else { + if (yych == 0x97) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy12860; + goto yy2; + } else { + if (yych <= 0xA1) goto yy12860; + if (yych <= 0xA3) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy4671; + goto yy2; + } + } + } +yy14880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy12860; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy12860; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy12860; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy12860; + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy14881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x90) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy12860; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB4) goto yy12860; + if (yych <= 0xB5) goto yy4671; + goto yy2; + } + } + } +yy14882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy12860; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy12860; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12860; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12860; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy14883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x8F) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12860; + if (yych <= 0xA3) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB1) goto yy4671; + if (yych == 0xB9) goto yy12860; + goto yy2; + } + } +yy14884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy12860; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12860; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12860; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12860; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy14885: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x95) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy12860; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB0) goto yy4671; + if (yych <= 0xB1) goto yy12860; + goto yy2; + } + } + } +yy14886: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy4671; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy12860; + default: goto yy2; + } +yy14887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy12860; + goto yy2; + } else { + if (yych <= 0x97) goto yy4671; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy4671; + goto yy2; + } + } +yy14888: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy12860; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy14889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4671; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x94) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy12860; + if (yych <= 0x9F) goto yy2; + goto yy12860; + } else { + if (yych <= 0xA3) goto yy4671; + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } +yy14890: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy12860; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy12860; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy14891: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4671; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x94) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy12860; + if (yych <= 0x9F) goto yy2; + goto yy12860; + } else { + if (yych <= 0xA3) goto yy4671; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy12860; + goto yy2; + } + } +yy14892: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy12860; + goto yy2; + } else { + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy14893: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4671; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x8E) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy4671; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy4671; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy14894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy12860; + } else { + if (yych == 0xBD) goto yy12860; + goto yy2; + } + } +yy14895: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12860; + goto yy2; + } else { + if (yych <= 0x8A) goto yy4671; + if (yych <= 0x8E) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } + } +yy14896: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy4671; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14897: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12860; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy4671; + goto yy2; +yy14898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12860; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14899: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy14900: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy12860; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB1) goto yy12860; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } + } +yy14901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych <= 0x93) goto yy4671; + if (yych <= 0x9F) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy12860; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } + } +yy14902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy1980; + goto yy2; + } else { + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xAA) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12860; + goto yy2; + } else { + if (yych <= 0xAB) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy4671; + goto yy2; + } +yy14905: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12860; + if (yych <= 0x9B) goto yy4671; + goto yy2; +yy14906: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xA0) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy12860; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14907: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12860; + if (yych <= 0xB3) goto yy4671; + goto yy2; +yy14908: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12860; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy14909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA8) goto yy4671; + if (yych <= 0xAC) goto yy12860; + goto yy4671; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy12860; + if (yych <= 0xB4) goto yy4671; + goto yy12860; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy4671; + goto yy2; + } + } +yy14910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy12860; + } else { + if (yych == 0xBE) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy14911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0x84) goto yy12860; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy12860; + goto yy4671; + } else { + if (yych <= 0x93) goto yy12860; + if (yych <= 0x95) goto yy2; + goto yy12860; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAC) goto yy12860; + if (yych <= 0xAF) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy12860; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12860; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } + } + } +yy14912: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy4671; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy12860; + default: goto yy2; + } +yy14913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy12860; + } else { + if (yych == 0x8E) goto yy12860; + if (yych <= 0x8F) goto yy4671; + goto yy2; + } +yy14914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy12860; + goto yy2; + } else { + if (yych <= 0x8B) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy14915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xAE) goto yy12860; + if (yych <= 0xB1) goto yy4671; + if (yych <= 0xB3) goto yy12860; + goto yy2; + } +yy14916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12860; + if (yych == 0xBF) goto yy4671; + goto yy2; +yy14917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy12860; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy14918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x93) goto yy4671; + if (yych == 0xA0) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy4671; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12860; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy14919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xBA) goto yy12860; + goto yy2; + } +yy14920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy12860; + goto yy2; +yy14921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } +yy14922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy12860; + goto yy2; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy4671; + goto yy2; +yy14924: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA1) goto yy4671; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12860; + if (yych <= 0x88) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAD) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy12860; + goto yy2; + } +yy14926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12860; + goto yy4671; + } else { + if (yych == 0x86) goto yy4671; + goto yy12860; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy4671; + if (yych <= 0xA2) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy4671; + goto yy2; + } + } +yy14927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0xB3) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy14928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy4671; + goto yy12860; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy12860; + } else { + if (yych == 0xBD) goto yy12860; + goto yy2; + } + } +yy14929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12860; + if (yych <= 0x93) goto yy4671; + goto yy2; +yy14931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12860; + if (yych <= 0xB6) goto yy4671; + goto yy2; +yy14932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych <= 0x83) goto yy4671; + if (yych <= 0x8B) goto yy12860; + goto yy4671; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } + } +yy14933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy12860; + goto yy4671; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy12860; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy4671; + goto yy2; + } + } +yy14934: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12860; + if (yych <= 0x9B) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA5) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy14935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy4671; + goto yy2; + } +yy14936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12860; + goto yy2; + } else { + if (yych <= 0x97) goto yy12860; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy12860; + goto yy4671; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy4671; + if (yych <= 0xB6) goto yy12860; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy12860; + goto yy2; + } + } +yy14937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy14938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy14939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12860; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12860; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } +yy14940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy4671; + goto yy2; + } else { + if (yych == 0xA3) goto yy1980; + goto yy4671; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy4671; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy14941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x8B) goto yy4671; + if (yych <= 0x8C) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBA) goto yy12860; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy14942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy4671; + if (yych <= 0x9A) goto yy12860; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } +yy14943: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16352; + case 0x81: goto yy16353; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy12864; + case 0x83: goto yy16354; + case 0x84: goto yy12911; + case 0x85: goto yy12912; + case 0x86: goto yy12913; + case 0x87: goto yy12914; + case 0x8A: goto yy16355; + case 0x8B: goto yy16427; + case 0x8C: goto yy16357; + case 0x8D: goto yy16428; + case 0x8E: goto yy16359; + case 0x8F: goto yy16360; + case 0x92: goto yy16361; + case 0x94: goto yy16362; + case 0x95: goto yy16363; + case 0x9C: goto yy16364; + case 0x9D: goto yy16365; + case 0xA0: goto yy16366; + case 0xA1: goto yy16429; + case 0xA2: goto yy16368; + case 0xA3: goto yy16369; + case 0xA4: goto yy16370; + case 0xA6: goto yy16371; + case 0xA8: goto yy16430; + case 0xA9: goto yy16373; + case 0xAA: goto yy16374; + case 0xAB: goto yy16431; + case 0xAC: goto yy14805; + case 0xAD: goto yy16376; + case 0xAE: goto yy16377; + case 0xB1: goto yy16378; + case 0xB2: + case 0xB3: goto yy16379; + default: goto yy2; + } +yy14944: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16432; + case 0x81: goto yy13373; + case 0x82: goto yy16433; + case 0x83: goto yy16382; + case 0x84: goto yy16434; + case 0x85: goto yy16435; + case 0x86: goto yy16436; + case 0x87: goto yy16437; + case 0x88: goto yy16438; + case 0x8A: goto yy16388; + case 0x8B: goto yy16439; + case 0x8C: goto yy16440; + case 0x8D: goto yy16441; + case 0x92: + case 0x98: goto yy16442; + case 0x93: goto yy16443; + case 0x96: goto yy16444; + case 0x97: goto yy16445; + case 0x99: goto yy16446; + case 0x9A: goto yy16447; + case 0x9C: goto yy13385; + case 0xA2: goto yy16398; + case 0xA3: goto yy16399; + case 0xAB: goto yy16400; + default: goto yy2; + } +yy14945: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy12864; + case 0xA8: goto yy16400; + case 0xA9: goto yy16368; + case 0xAB: goto yy16448; + case 0xAC: goto yy16449; + case 0xAD: goto yy16450; + case 0xAE: goto yy16408; + case 0xBD: goto yy16451; + case 0xBE: goto yy12942; + default: goto yy2; + } +yy14946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy12864; + if (yych <= 0xB1) goto yy16410; + if (yych <= 0xB2) goto yy16452; + goto yy2; +yy14947: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy4675; + case 0x83: goto yy7801; + case 0x84: goto yy12944; + case 0x85: goto yy12945; + case 0x87: goto yy12946; + case 0x89: goto yy12947; + case 0x8D: goto yy12948; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy12864; + case 0x91: goto yy16412; + case 0x92: goto yy16413; + case 0x93: goto yy16414; + case 0x94: goto yy16415; + case 0x95: goto yy16416; + case 0x9A: goto yy16417; + case 0x9B: goto yy16453; + case 0x9C: goto yy16454; + case 0x9D: goto yy16455; + case 0x9E: goto yy16456; + case 0x9F: goto yy16457; + case 0xAA: goto yy12954; + default: goto yy2; + } +yy14948: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy12864; + if (yych <= 0xA3) goto yy16458; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy16424; + goto yy16425; + } else { + if (yych <= 0xBA) goto yy16426; + if (yych <= 0xBB) goto yy12956; + goto yy2; + } + } +yy14949: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy4671; + case 0xAA: + case 0xB5: + case 0xBA: goto yy3679; + default: goto yy2; + } +yy14950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy3679; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy3679; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy3679; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy14951: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy3679; + } else { + if (yych == 0x8A) goto yy10110; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBE) goto yy10110; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy14952: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy4671; + if (yych <= 0x8F) goto yy2; + goto yy3679; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy3679; + goto yy2; + } + } +yy14953: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10012; + case 0x81: goto yy10013; + case 0x82: goto yy10014; + case 0x83: goto yy6669; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy3683; + case 0x89: goto yy6670; + case 0x8A: goto yy6671; + case 0x8B: goto yy6672; + case 0x8C: goto yy6673; + case 0x8D: goto yy10015; + case 0x8E: goto yy10016; + case 0x8F: goto yy6676; + case 0x90: goto yy16459; + case 0x99: goto yy6678; + case 0x9A: goto yy6679; + case 0x9B: goto yy6680; + case 0x9C: goto yy10018; + case 0x9D: goto yy10019; + case 0x9E: goto yy10020; + case 0x9F: goto yy10021; + case 0xA0: goto yy16460; + case 0xA1: goto yy6686; + case 0xA2: goto yy10023; + case 0xA3: goto yy6688; + case 0xA4: goto yy10024; + case 0xA5: goto yy10025; + case 0xA7: goto yy10026; + case 0xA8: goto yy10027; + case 0xA9: goto yy10028; + case 0xAA: goto yy10029; + case 0xAC: goto yy10030; + case 0xAD: goto yy10031; + case 0xAE: goto yy10032; + case 0xAF: goto yy10033; + case 0xB0: goto yy10034; + case 0xB1: goto yy6700; + case 0xB3: goto yy10035; + case 0xB4: goto yy6702; + case 0xB5: goto yy6703; + case 0xB6: goto yy6704; + case 0xB7: goto yy10036; + case 0xBC: goto yy6706; + case 0xBD: goto yy6707; + case 0xBE: goto yy10037; + case 0xBF: goto yy10038; + default: goto yy2; + } +yy14954: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16461; + case 0x81: goto yy10040; + case 0x82: goto yy10041; + case 0x83: goto yy10042; + case 0x84: goto yy10043; + case 0x85: goto yy10044; + case 0x86: goto yy10045; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy4675; + case 0x88: goto yy16462; + case 0x8C: goto yy10047; + case 0x8F: goto yy10048; + case 0x90: goto yy10049; + case 0x91: goto yy10050; + case 0x92: goto yy10051; + case 0x93: goto yy10052; + case 0x9D: goto yy10053; + case 0x9E: goto yy10054; + case 0x9F: goto yy10055; + case 0xA6: goto yy10056; + case 0xA7: goto yy10057; + case 0xAD: goto yy10058; + case 0xAE: goto yy10059; + case 0xAF: goto yy10060; + case 0xB0: goto yy6732; + case 0xB1: goto yy6733; + case 0xB2: goto yy3683; + case 0xB3: goto yy10061; + case 0xB4: goto yy6735; + case 0xB5: goto yy10062; + case 0xB6: goto yy6737; + case 0xB7: goto yy10063; + case 0xB8: goto yy10433; + case 0xBA: goto yy10064; + case 0xBB: goto yy7843; + case 0xBF: goto yy10065; + default: goto yy2; + } +yy14955: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy10093; + case 0xAD: goto yy6776; + case 0xAE: goto yy10094; + case 0xAF: goto yy10095; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy3683; + case 0xB4: goto yy6779; + case 0xB5: goto yy6780; + case 0xB6: goto yy6781; + case 0xB7: goto yy10096; + case 0xB8: goto yy16463; + case 0xB9: goto yy16464; + case 0xBB: goto yy6785; + case 0xBC: goto yy16465; + case 0xBD: goto yy10100; + case 0xBF: goto yy10101; + default: goto yy2; + } +yy14956: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy4671; + case 0xAA: + case 0xB5: + case 0xBA: goto yy12973; + default: goto yy2; + } +yy14957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12973; + goto yy4671; + } else { + if (yych == 0xB7) goto yy4671; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy14958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB3) goto yy12973; + if (yych <= 0xB4) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy12973; + if (yych <= 0xBA) goto yy2; + goto yy12973; + } else { + if (yych == 0xBF) goto yy12973; + goto yy2; + } + } +yy14959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy12973; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy12973; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy14960: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy4671; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy14961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12973; + if (yych <= 0x89) goto yy4671; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy14962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych == 0x8A) goto yy10110; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBE) goto yy10110; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy14963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy4671; + if (yych <= 0x8F) goto yy2; + goto yy12973; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy12973; + goto yy2; + } + } +yy14964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy4671; + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy14965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy12973; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy12973; + } else { + if (yych <= 0xB0) goto yy4671; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy14966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy12973; + goto yy2; + } else { + if (yych <= 0x95) goto yy12973; + if (yych == 0x9D) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy12973; + goto yy843; + } else { + if (yych <= 0xBC) goto yy12973; + if (yych <= 0xBE) goto yy4671; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy14967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy14968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy4671; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy14969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12973; + if (yych <= 0xB0) goto yy4671; + if (yych <= 0xB1) goto yy12973; + goto yy2; +yy14970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy12973; + } else { + if (yych <= 0xB3) goto yy4671; + if (yych == 0xB6) goto yy4671; + goto yy2; + } +yy14971: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy16466; + case 0xA1: goto yy16467; + case 0xA2: goto yy14980; + case 0xA3: goto yy9983; + case 0xA4: goto yy16468; + case 0xA5: goto yy16469; + case 0xA6: goto yy16470; + case 0xA7: goto yy16471; + case 0xA8: goto yy16472; + case 0xA9: goto yy16473; + case 0xAA: goto yy16474; + case 0xAB: goto yy16475; + case 0xAC: goto yy16476; + case 0xAD: goto yy16477; + case 0xAE: goto yy16478; + case 0xAF: goto yy16479; + case 0xB0: goto yy16480; + case 0xB1: goto yy16481; + case 0xB2: goto yy16482; + case 0xB3: goto yy16483; + case 0xB4: goto yy16484; + case 0xB5: goto yy16485; + case 0xB6: goto yy16486; + case 0xB7: goto yy16487; + case 0xB8: goto yy10004; + case 0xB9: goto yy10005; + case 0xBA: goto yy10006; + case 0xBB: goto yy10007; + case 0xBC: goto yy10008; + case 0xBD: goto yy10009; + case 0xBE: goto yy10010; + case 0xBF: goto yy10011; + default: goto yy2; + } +yy14972: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10012; + case 0x81: goto yy10013; + case 0x82: goto yy16488; + case 0x83: goto yy15002; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy12977; + case 0x89: goto yy15003; + case 0x8A: goto yy15004; + case 0x8B: goto yy15005; + case 0x8C: goto yy15006; + case 0x8D: goto yy16489; + case 0x8E: goto yy16490; + case 0x8F: goto yy15009; + case 0x90: goto yy16491; + case 0x99: goto yy15011; + case 0x9A: goto yy15012; + case 0x9B: goto yy15013; + case 0x9C: goto yy16492; + case 0x9D: goto yy16493; + case 0x9E: goto yy10020; + case 0x9F: goto yy10021; + case 0xA0: goto yy16494; + case 0xA1: goto yy15017; + case 0xA2: goto yy16495; + case 0xA3: goto yy15019; + case 0xA4: goto yy16496; + case 0xA5: goto yy10025; + case 0xA7: goto yy10026; + case 0xA8: goto yy16497; + case 0xA9: goto yy10028; + case 0xAA: goto yy10029; + case 0xAC: goto yy10030; + case 0xAD: goto yy10031; + case 0xAE: goto yy16498; + case 0xAF: goto yy16499; + case 0xB0: goto yy16500; + case 0xB1: goto yy15025; + case 0xB3: goto yy16501; + case 0xB4: goto yy15027; + case 0xB5: goto yy15028; + case 0xB6: goto yy15029; + case 0xB7: goto yy10036; + case 0xBC: goto yy15030; + case 0xBD: goto yy15031; + case 0xBE: goto yy16502; + case 0xBF: goto yy16503; + default: goto yy2; + } +yy14973: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16461; + case 0x81: goto yy10040; + case 0x82: goto yy10041; + case 0x83: goto yy10042; + case 0x84: goto yy16504; + case 0x85: goto yy16505; + case 0x86: goto yy16506; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy4675; + case 0x88: goto yy16462; + case 0x8C: goto yy10047; + case 0x8F: goto yy10048; + case 0x90: goto yy10049; + case 0x91: goto yy10050; + case 0x92: goto yy10051; + case 0x93: goto yy10052; + case 0x9D: goto yy10053; + case 0x9E: goto yy10054; + case 0x9F: goto yy10055; + case 0xA6: goto yy10056; + case 0xA7: goto yy10057; + case 0xAD: goto yy10058; + case 0xAE: goto yy10059; + case 0xAF: goto yy10060; + case 0xB0: goto yy15037; + case 0xB1: goto yy15038; + case 0xB2: goto yy12977; + case 0xB3: goto yy16507; + case 0xB4: goto yy15040; + case 0xB5: goto yy16508; + case 0xB6: goto yy15042; + case 0xB7: goto yy16509; + case 0xB8: goto yy10433; + case 0xBA: goto yy10064; + case 0xBB: goto yy7843; + case 0xBF: goto yy10065; + default: goto yy2; + } +yy14974: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16510; + case 0x82: goto yy10067; + case 0x84: goto yy15045; + case 0x86: goto yy16511; + case 0x87: goto yy10069; + case 0x88: goto yy10070; + case 0x89: goto yy10071; + case 0x8A: goto yy10072; + case 0x8B: goto yy10073; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy4675; + default: goto yy2; + } +yy14975: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy7744; + case 0x93: goto yy16512; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy12977; + case 0x98: goto yy15048; + case 0x99: goto yy16513; + case 0x9A: goto yy16514; + case 0x9B: goto yy16515; + case 0x9C: goto yy16516; + case 0x9D: goto yy12983; + case 0x9E: goto yy16517; + case 0x9F: goto yy15054; + case 0xA0: goto yy16518; + case 0xA1: goto yy15056; + case 0xA2: goto yy16519; + case 0xA3: goto yy16520; + case 0xA4: goto yy16521; + case 0xA5: goto yy16522; + case 0xA6: goto yy10085; + case 0xA7: goto yy10086; + case 0xA8: goto yy16523; + case 0xA9: goto yy16524; + case 0xAA: goto yy10089; + case 0xAB: goto yy16525; + case 0xAC: goto yy15064; + case 0xAD: goto yy16526; + case 0xAF: goto yy16527; + default: goto yy2; + } +yy14976: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy16528; + case 0xAD: goto yy15068; + case 0xAE: goto yy16529; + case 0xAF: goto yy16530; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy12977; + case 0xB4: goto yy15071; + case 0xB5: goto yy15072; + case 0xB6: goto yy15073; + case 0xB7: goto yy16531; + case 0xB8: goto yy16463; + case 0xB9: goto yy16532; + case 0xBB: goto yy15076; + case 0xBC: goto yy16533; + case 0xBD: goto yy16534; + case 0xBF: goto yy10101; + default: goto yy2; + } +yy14977: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy16535; + case 0x91: goto yy16536; + case 0x92: goto yy15081; + case 0x93: goto yy15082; + case 0x94: goto yy15083; + case 0x96: goto yy16537; + case 0x9B: goto yy16538; + case 0x9D: goto yy16539; + case 0x9E: goto yy16540; + case 0x9F: goto yy10108; + default: goto yy2; + } +yy14978: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych == 0x9A) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1980; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1980; + goto yy2; + } + } +yy14979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy12973; + if (yych <= 0x9B) goto yy1980; + goto yy2; +yy14980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy12973; + goto yy2; +yy14981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy12973; + } else { + if (yych == 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy14982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x90) goto yy12973; + if (yych <= 0x97) goto yy1980; + goto yy12973; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1980; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy14983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12973; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12973; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12973; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12973; + if (yych <= 0xB5) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy14984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1980; + goto yy12973; + } else { + if (yych == 0x97) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy12973; + goto yy2; + } else { + if (yych <= 0xA1) goto yy12973; + if (yych <= 0xA3) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1980; + goto yy2; + } + } + } +yy14985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy12973; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy12973; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy12973; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy12973; + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy14986: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych == 0x91) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy12973; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy1980; + } else { + if (yych <= 0xB4) goto yy12973; + if (yych <= 0xB5) goto yy1980; + goto yy2; + } + } + } +yy14987: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy12973; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy12973; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12973; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12973; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy14988: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych == 0x90) goto yy12973; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy12973; + if (yych <= 0xA3) goto yy1980; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy1980; + } else { + if (yych == 0xB9) goto yy12973; + goto yy2; + } + } + } +yy14989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy12973; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12973; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12973; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12973; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy14990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy1980; + if (yych <= 0xB1) goto yy12973; + goto yy2; + } + } + } +yy14991: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1980; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy12973; + default: goto yy2; + } +yy14992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy12973; + if (yych == 0x97) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1980; + goto yy2; + } + } +yy14993: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy12973; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy14994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1980; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy12973; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } + } +yy14995: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy12973; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy12973; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy14996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1980; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy12973; + goto yy2; + } + } + } +yy14997: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy12973; + goto yy2; + } else { + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy14998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8E) goto yy12973; + if (yych <= 0x96) goto yy2; + goto yy1980; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12973; + if (yych <= 0xA3) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy1980; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } + } +yy14999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy12973; + } else { + if (yych == 0xBD) goto yy12973; + goto yy2; + } + } +yy15000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12973; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1980; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1980; + goto yy2; + } + } +yy15001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1980; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy15002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych == 0x87) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy12973; + if (yych <= 0x8F) goto yy2; + goto yy12973; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy15003: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12973; + goto yy2; + } else { + if (yych <= 0x8D) goto yy12973; + if (yych <= 0x8F) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy12973; + goto yy2; + } else { + if (yych <= 0x9D) goto yy12973; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy15004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy12973; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy12973; + goto yy2; + } + } +yy15005: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy12973; + if (yych <= 0x81) goto yy2; + goto yy12973; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy12973; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy15006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12973; + goto yy2; + } else { + if (yych <= 0x95) goto yy12973; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy15007: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12973; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1980; + goto yy2; +yy15008: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12973; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy15009: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy12973; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy12973; + goto yy2; +yy15010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy15011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy12973; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy15012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy12973; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy15013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12973; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy12973; + goto yy2; +yy15014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy12973; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB1) goto yy12973; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } + } +yy15015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych <= 0x93) goto yy1980; + if (yych <= 0x9F) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy12973; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1980; + goto yy2; + } + } +yy15016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy15017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy12973; + goto yy2; +yy15018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xAA) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy15019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy12973; + goto yy2; +yy15020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12973; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1980; + goto yy2; + } +yy15021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12973; + if (yych <= 0x9B) goto yy1980; + goto yy2; +yy15022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xA0) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy12973; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy15023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12973; + if (yych <= 0xB3) goto yy1980; + goto yy2; +yy15024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12973; + if (yych <= 0xB7) goto yy1980; + goto yy2; +yy15025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy12973; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy12973; + goto yy2; + } +yy15026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1980; + if (yych <= 0xAC) goto yy12973; + goto yy1980; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy12973; + if (yych <= 0xB4) goto yy1980; + goto yy12973; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1980; + goto yy2; + } + } +yy15027: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy12973; + goto yy2; +yy15028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy15029: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12973; + goto yy2; +yy15030: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12973; + goto yy2; + } else { + if (yych <= 0x9D) goto yy12973; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy15031: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12973; + goto yy2; + } else { + if (yych <= 0x8D) goto yy12973; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy12973; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy12973; + goto yy2; + } + } +yy15032: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy12973; + } else { + if (yych == 0xBE) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy15033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0x84) goto yy12973; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy12973; + goto yy1980; + } else { + if (yych <= 0x93) goto yy12973; + if (yych <= 0x95) goto yy2; + goto yy12973; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAC) goto yy12973; + if (yych <= 0xAF) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy12973; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12973; + if (yych <= 0xBE) goto yy1980; + goto yy2; + } + } + } +yy15034: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1980; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy12973; + default: goto yy2; + } +yy15035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + goto yy12973; + } else { + if (yych == 0x8E) goto yy12973; + if (yych <= 0x8F) goto yy1980; + goto yy2; + } +yy15036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy12973; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy15037: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy15038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12973; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12973; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy15039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xAE) goto yy12973; + if (yych <= 0xB1) goto yy1980; + if (yych <= 0xB3) goto yy12973; + goto yy2; + } +yy15040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy12973; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy12973; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy15041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12973; + if (yych == 0xBF) goto yy1980; + goto yy2; +yy15042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy12973; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy12973; + goto yy2; + } + } +yy15043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy12973; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy15044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1980; + goto yy2; + } else { + if (yych <= 0x93) goto yy1980; + if (yych == 0xA0) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1980; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1980; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12973; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } +yy15045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy12973; + goto yy2; +yy15046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1980; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBA) goto yy12973; + goto yy2; + } +yy15047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1980; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy12973; + goto yy2; +yy15048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy12973; + goto yy2; + } else { + if (yych <= 0x9F) goto yy12973; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy12973; + goto yy2; + } +yy15049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } +yy15050: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy12973; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1980; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy15051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1980; + goto yy2; +yy15052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1980; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy15053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12973; + if (yych <= 0x88) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAD) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy12973; + goto yy2; + } +yy15054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy12973; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy15055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12973; + goto yy1980; + } else { + if (yych == 0x86) goto yy1980; + goto yy12973; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1980; + if (yych <= 0xA2) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1980; + goto yy2; + } + } +yy15056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy12973; + goto yy2; +yy15057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0xB3) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy15058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy12973; + if (yych <= 0xBA) goto yy2; + goto yy12973; + } else { + if (yych == 0xBD) goto yy12973; + goto yy2; + } + } +yy15059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy12973; + } else { + if (yych <= 0xAD) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy15060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12973; + if (yych <= 0x93) goto yy1980; + goto yy2; +yy15061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12973; + if (yych <= 0xB6) goto yy1980; + goto yy2; +yy15062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy12973; + goto yy1980; + } else { + if (yych <= 0x8B) goto yy12973; + if (yych <= 0x8D) goto yy1980; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } + } +yy15063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1980; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy12973; + goto yy1980; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy12973; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1980; + goto yy2; + } + } +yy15064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy12973; + goto yy2; + } else { + if (yych <= 0x8E) goto yy12973; + if (yych <= 0x90) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy12973; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy15065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12973; + if (yych <= 0x9B) goto yy1980; + goto yy2; + } else { + if (yych <= 0xA5) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy15066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy12973; + if (yych <= 0xAA) goto yy1980; + goto yy2; + } else { + if (yych <= 0xAD) goto yy1980; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy15067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12973; + goto yy2; + } else { + if (yych <= 0x97) goto yy12973; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy12973; + goto yy1980; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1980; + if (yych <= 0xB6) goto yy12973; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy12973; + goto yy2; + } + } +yy15068: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12973; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy15069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy15070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1980; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy15071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy12973; + goto yy2; +yy15072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy15073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12973; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy15074: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12973; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12973; + if (yych <= 0xBD) goto yy1980; + goto yy2; + } +yy15075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1980; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1980; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1980; + if (yych == 0xA9) goto yy1980; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy15076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy12973; + goto yy2; +yy15077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy1980; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy12973; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy15078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1980; + if (yych <= 0x9A) goto yy12973; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1980; + goto yy2; + } +yy15079: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16541; + case 0x81: goto yy16542; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy12977; + case 0x83: goto yy16543; + case 0x84: goto yy10114; + case 0x85: goto yy10115; + case 0x86: goto yy10116; + case 0x87: goto yy10117; + case 0x8A: goto yy16544; + case 0x8B: goto yy16545; + case 0x8C: goto yy16546; + case 0x8D: goto yy16547; + case 0x8E: goto yy16548; + case 0x8F: goto yy16549; + case 0x92: goto yy16550; + case 0x94: goto yy16551; + case 0x95: goto yy16552; + case 0x9C: goto yy16553; + case 0x9D: goto yy16554; + case 0xA0: goto yy16555; + case 0xA1: goto yy16556; + case 0xA2: goto yy16557; + case 0xA3: goto yy16558; + case 0xA4: goto yy16559; + case 0xA6: goto yy16560; + case 0xA8: goto yy16561; + case 0xA9: goto yy16562; + case 0xAA: goto yy16563; + case 0xAB: goto yy16564; + case 0xAC: goto yy15019; + case 0xAD: goto yy16565; + case 0xAE: goto yy16566; + case 0xB1: goto yy16567; + case 0xB2: + case 0xB3: goto yy16568; + default: goto yy2; + } +yy15080: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16569; + case 0x81: goto yy10144; + case 0x82: goto yy16570; + case 0x83: goto yy16571; + case 0x84: goto yy16572; + case 0x85: goto yy16573; + case 0x86: goto yy16574; + case 0x87: goto yy16575; + case 0x88: goto yy16576; + case 0x8A: goto yy16577; + case 0x8B: goto yy16578; + case 0x8C: goto yy16579; + case 0x8D: goto yy16580; + case 0x92: + case 0x98: goto yy16581; + case 0x93: goto yy16582; + case 0x96: goto yy16583; + case 0x97: goto yy16584; + case 0x99: goto yy16585; + case 0x9A: goto yy16586; + case 0x9B: goto yy2362; + case 0x9C: goto yy10162; + case 0xA2: goto yy16587; + case 0xA3: goto yy16588; + case 0xAB: goto yy16589; + default: goto yy2; + } +yy15081: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy12977; + goto yy16590; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy12977; + if (yych <= 0x95) goto yy16591; + goto yy2; + } +yy15082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12977; + if (yych <= 0x90) goto yy16592; + goto yy2; +yy15083: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy12977; + if (yych <= 0x99) goto yy16593; + goto yy2; +yy15084: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy12977; + case 0xA8: goto yy16589; + case 0xA9: goto yy16594; + case 0xAB: goto yy16595; + case 0xAC: goto yy16596; + case 0xAD: goto yy16597; + case 0xAE: goto yy16598; + case 0xBD: goto yy16599; + case 0xBE: goto yy10176; + default: goto yy2; + } +yy15085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy12977; + if (yych <= 0xB1) goto yy16600; + if (yych <= 0xB2) goto yy16601; + goto yy2; +yy15086: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy3686; + case 0x83: goto yy10179; + case 0x84: goto yy10180; + case 0x85: goto yy10181; + case 0x87: goto yy10182; + case 0x89: goto yy10183; + case 0x8D: goto yy10184; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy12977; + case 0x91: goto yy16602; + case 0x92: goto yy16603; + case 0x93: goto yy16604; + case 0x94: goto yy16605; + case 0x95: goto yy16606; + case 0x9A: goto yy16607; + case 0x9B: goto yy16608; + case 0x9C: goto yy16609; + case 0x9D: goto yy16610; + case 0x9E: goto yy16611; + case 0x9F: goto yy16612; + case 0xAA: goto yy10196; + default: goto yy2; + } +yy15087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy12977; + if (yych <= 0xA3) goto yy16613; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy16614; + goto yy16615; + } else { + if (yych <= 0xBA) goto yy16616; + if (yych <= 0xBB) goto yy10201; + goto yy2; + } + } +yy15088: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy113; + case 0xAA: + case 0xB5: + case 0xBA: goto yy13078; + default: goto yy2; + } +yy15089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy13078; + goto yy113; + } else { + if (yych == 0xB7) goto yy113; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy15090: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy15091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy13078; + goto yy2; +yy15092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0xB3) goto yy13078; + if (yych <= 0xB4) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy13078; + if (yych <= 0xBA) goto yy2; + goto yy13078; + } else { + if (yych == 0xBF) goto yy13078; + goto yy2; + } + } +yy15093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy13078; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy13078; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy13078; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy15094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy113; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy15095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy13078; + if (yych <= 0x89) goto yy113; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy15096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy15097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy13078; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy15098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy13078; + } else { + if (yych == 0x8A) goto yy10110; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy113; + } else { + if (yych <= 0xBE) goto yy10110; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy15099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy13078; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy13078; + goto yy2; + } + } +yy15100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy113; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy15101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy13078; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy13078; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy15102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy13078; + goto yy2; + } else { + if (yych <= 0x95) goto yy13078; + if (yych == 0x9D) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy13078; + goto yy843; + } else { + if (yych <= 0xBC) goto yy13078; + if (yych <= 0xBE) goto yy113; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy15103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy13078; + goto yy113; + } else { + if (yych <= 0xAF) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy15104: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy15105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy13078; + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy13078; + goto yy2; +yy15106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy13078; + } else { + if (yych <= 0xB3) goto yy113; + if (yych == 0xB6) goto yy113; + goto yy2; + } +yy15107: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy16617; + case 0xA1: goto yy16618; + case 0xA2: goto yy16619; + case 0xA3: goto yy1251; + case 0xA4: goto yy16620; + case 0xA5: goto yy16621; + case 0xA6: goto yy16622; + case 0xA7: goto yy16623; + case 0xA8: goto yy16624; + case 0xA9: goto yy16625; + case 0xAA: goto yy16626; + case 0xAB: goto yy16627; + case 0xAC: goto yy16628; + case 0xAD: goto yy16629; + case 0xAE: goto yy16630; + case 0xAF: goto yy16631; + case 0xB0: goto yy16632; + case 0xB1: goto yy16633; + case 0xB2: goto yy16634; + case 0xB3: goto yy16635; + case 0xB4: goto yy16636; + case 0xB5: goto yy16637; + case 0xB6: goto yy16638; + case 0xB7: goto yy16639; + case 0xB8: goto yy1272; + case 0xB9: goto yy10379; + case 0xBA: goto yy1274; + case 0xBB: goto yy10380; + case 0xBC: goto yy10381; + case 0xBD: goto yy1277; + case 0xBE: goto yy1278; + case 0xBF: goto yy1279; + default: goto yy2; + } +yy15108: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy1280; + case 0x81: goto yy10382; + case 0x82: goto yy16640; + case 0x83: goto yy16641; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy15090; + case 0x89: goto yy16642; + case 0x8A: goto yy16643; + case 0x8B: goto yy16644; + case 0x8C: goto yy16645; + case 0x8D: goto yy16646; + case 0x8E: goto yy16647; + case 0x8F: goto yy16648; + case 0x90: goto yy16649; + case 0x99: goto yy16650; + case 0x9A: goto yy16651; + case 0x9B: goto yy16652; + case 0x9C: goto yy16653; + case 0x9D: goto yy16654; + case 0x9E: goto yy1297; + case 0x9F: goto yy10398; + case 0xA0: goto yy16655; + case 0xA1: goto yy16656; + case 0xA2: goto yy16657; + case 0xA3: goto yy16658; + case 0xA4: goto yy16659; + case 0xA5: goto yy10404; + case 0xA7: goto yy10405; + case 0xA8: goto yy16660; + case 0xA9: goto yy1307; + case 0xAA: goto yy10407; + case 0xAC: goto yy1309; + case 0xAD: goto yy10408; + case 0xAE: goto yy16661; + case 0xAF: goto yy16662; + case 0xB0: goto yy16663; + case 0xB1: goto yy16664; + case 0xB3: goto yy16665; + case 0xB4: goto yy16666; + case 0xB5: goto yy16667; + case 0xB6: goto yy16668; + case 0xB7: goto yy1319; + case 0xBC: goto yy16669; + case 0xBD: goto yy16670; + case 0xBE: goto yy16671; + case 0xBF: goto yy16672; + default: goto yy2; + } +yy15109: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy10421; + case 0x81: goto yy2027; + case 0x82: goto yy1326; + case 0x83: goto yy1327; + case 0x84: goto yy16673; + case 0x85: goto yy16674; + case 0x86: goto yy16675; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy118; + case 0x88: goto yy10425; + case 0x8C: goto yy1332; + case 0x8F: goto yy1333; + case 0x90: goto yy1334; + case 0x91: goto yy1335; + case 0x92: goto yy1336; + case 0x93: goto yy1337; + case 0x9D: goto yy1338; + case 0x9E: goto yy1339; + case 0x9F: goto yy1340; + case 0xA6: goto yy1341; + case 0xA7: goto yy1342; + case 0xAD: goto yy1343; + case 0xAE: goto yy1344; + case 0xAF: goto yy1345; + case 0xB0: goto yy16676; + case 0xB1: goto yy16677; + case 0xB2: goto yy15090; + case 0xB3: goto yy16678; + case 0xB4: goto yy16679; + case 0xB5: goto yy16680; + case 0xB6: goto yy16681; + case 0xB7: goto yy16682; + case 0xB8: goto yy10433; + case 0xBA: goto yy1354; + case 0xBB: goto yy709; + case 0xBF: goto yy1355; + default: goto yy2; + } +yy15110: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16683; + case 0x82: goto yy2034; + case 0x84: goto yy16684; + case 0x86: goto yy16685; + case 0x87: goto yy2036; + case 0x88: goto yy1361; + case 0x89: goto yy1362; + case 0x8A: goto yy1363; + case 0x8B: goto yy2037; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy118; + default: goto yy2; + } +yy15111: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy572; + case 0x93: goto yy16686; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy15090; + case 0x98: goto yy16687; + case 0x99: goto yy16688; + case 0x9A: goto yy16689; + case 0x9B: goto yy16690; + case 0x9C: goto yy16691; + case 0x9D: goto yy15096; + case 0x9E: goto yy16692; + case 0x9F: goto yy16693; + case 0xA0: goto yy16694; + case 0xA1: goto yy16695; + case 0xA2: goto yy16696; + case 0xA3: goto yy16697; + case 0xA4: goto yy16698; + case 0xA5: goto yy16699; + case 0xA6: goto yy1380; + case 0xA7: goto yy10451; + case 0xA8: goto yy16700; + case 0xA9: goto yy16701; + case 0xAA: goto yy1384; + case 0xAB: goto yy16702; + case 0xAC: goto yy16703; + case 0xAD: goto yy16704; + case 0xAF: goto yy16705; + default: goto yy2; + } +yy15112: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy16706; + case 0xAD: goto yy16707; + case 0xAE: goto yy16708; + case 0xAF: goto yy16709; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy15090; + case 0xB4: goto yy16710; + case 0xB5: goto yy16711; + case 0xB6: goto yy16712; + case 0xB7: goto yy16713; + case 0xB8: goto yy10466; + case 0xB9: goto yy16714; + case 0xBB: goto yy16715; + case 0xBC: goto yy16716; + case 0xBD: goto yy16717; + case 0xBF: goto yy1402; + default: goto yy2; + } +yy15113: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy16718; + case 0x91: goto yy16719; + case 0x92: goto yy16720; + case 0x93: goto yy16721; + case 0x94: goto yy16722; + case 0x96: goto yy16723; + case 0x9B: goto yy16724; + case 0x9D: goto yy16725; + case 0x9E: goto yy16726; + case 0x9F: goto yy1412; + default: goto yy2; + } +yy15114: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0xBF) goto yy13158; + goto yy2; +yy15115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy13158; + goto yy2; +yy15116: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= 'Z') { + if (yych <= '-') { + if (yych <= '\'') { + if (yych == '$') goto yy113; + if (yych <= '&') goto yy57; + goto yy1564; + } else { + if (yych == '+') goto yy113; + if (yych <= ',') goto yy57; + goto yy1565; + } + } else { + if (yych <= ':') { + if (yych <= '.') goto yy3648; + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy950; + goto yy246; + } else { + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + if (yych <= '@') goto yy57; + goto yy1240; + } + } + } else { + if (yych <= '{') { + if (yych <= '`') { + if (yych <= ']') goto yy57; + if (yych == '_') goto yy1567; + goto yy113; + } else { + if (yych == 'l') goto yy16727; + if (yych <= 'z') goto yy1240; + goto yy57; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy57; + if (yych <= '~') goto yy113; + goto yy57; + } else { + if (yych <= 0xC2) goto yy1569; + if (yych <= 0xC3) goto yy1570; + if (yych <= 0xC9) goto yy268; + goto yy1571; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCB) goto yy257; + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy1572; + goto yy1573; + } else { + if (yych <= 0xCF) goto yy1574; + if (yych == 0xD2) goto yy1575; + goto yy268; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy1576; + if (yych <= 0xD5) goto yy1577; + if (yych <= 0xD6) goto yy1578; + goto yy265; + } else { + if (yych <= 0xD8) goto yy266; + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + goto yy269; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy270; + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + goto yy273; + } else { + if (yych <= 0xE0) goto yy274; + if (yych <= 0xE1) goto yy1579; + if (yych <= 0xE2) goto yy1580; + goto yy277; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy278; + if (yych == 0xEA) goto yy1581; + goto yy57; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy1582; + goto yy1583; + } else { + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } + } +yy15117: + yych = *++YYCURSOR; + if (yych == 'l') goto yy16728; + goto yy2; +yy15118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + goto yy10684; + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy10684; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy10684; + goto yy2; + } + } +yy15119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy10684; + goto yy2; +yy15120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy10684; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy10684; + if (yych <= 0x92) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB5) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8E) goto yy10684; + if (yych <= 0x96) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy10684; + goto yy2; + } + } + } +yy15124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy10684; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy10684; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy10684; + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + goto yy2; + } else { + if (yych <= 0x88) goto yy10684; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x91) goto yy10684; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9E) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB5) goto yy10684; + goto yy2; + } + } +yy15126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8E) goto yy2; + if (yych == 0x92) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy2; + } else { + if (yych == 0x8A) goto yy2; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x90) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA3) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB1) goto yy10684; + if (yych == 0xB9) goto yy10684; + goto yy2; + } + } +yy15128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych == 0x84) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy10684; + if (yych <= 0x92) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x88) goto yy10684; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x97) goto yy10684; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9D) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA3) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy10684; + goto yy2; + } + } +yy15130: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBE: + case 0xBF: goto yy10684; + default: goto yy2; + } +yy15131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy10684; + goto yy2; + } else { + if (yych <= 0x97) goto yy10684; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy10684; + goto yy2; + } + } +yy15132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xA8) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB9) goto yy10684; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9A) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA3) goto yy10684; + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } +yy15134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB4) { + if (yych == 0xA9) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB9) goto yy10684; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x9F) { + if (yych <= 0x96) goto yy10684; + if (yych == 0x9E) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA3) goto yy10684; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy10684; + goto yy2; + } + } +yy15136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8C) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych == 0x91) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA3) goto yy10684; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy10684; + } else { + if (yych == 0xBD) goto yy10684; + goto yy2; + } + } +yy15139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + goto yy2; + } else { + if (yych <= 0x8A) goto yy10684; + if (yych <= 0x8E) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } + } +yy15140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBA) goto yy10684; + if (yych == 0xBF) goto yy10684; + goto yy2; + } +yy15141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy10684; + goto yy2; +yy15142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych == 0xB1) goto yy10684; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBC) goto yy10684; + goto yy2; + } +yy15143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy10684; + goto yy2; +yy15144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych == 0x93) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xB3) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x85) goto yy2; + if (yych <= 0x87) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0x98) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15147: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy10684; + goto yy2; + } else { + if (yych <= 0x8F) goto yy10684; + if (yych <= 0x94) goto yy2; + if (yych <= 0x98) goto yy10684; + goto yy2; + } +yy15148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBE) goto yy10684; + goto yy2; +yy15149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x99) { + if (yych <= 0x95) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9D) goto yy2; + if (yych <= 0xA0) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xAD) { + if (yych <= 0xA4) goto yy10684; + if (yych <= 0xA6) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } + } +yy15150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } else { + if (yych <= 0x8F) goto yy10684; + if (yych <= 0x99) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy10684; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy10684; + goto yy2; +yy15152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8C) goto yy10684; + goto yy2; + } else { + if (yych <= 0x94) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } +yy15155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy10684; + if (yych <= 0x9F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } + } +yy15156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy10684; + goto yy2; + } else { + if (yych == 0x9C) goto yy2; + if (yych <= 0x9D) goto yy10684; + goto yy2; + } +yy15158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy7354; + goto yy2; + } else { + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAB) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy10684; + goto yy2; + } +yy15161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy10684; + goto yy2; +yy15162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBC) goto yy10684; + if (yych == 0xBF) goto yy10684; + goto yy2; + } +yy15164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy10684; + goto yy2; +yy15165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy10684; + goto yy2; +yy15167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy10684; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy15169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy10684; + goto yy2; + } else { + if (yych == 0xB7) goto yy2; + if (yych <= 0xB9) goto yy10684; + goto yy2; + } +yy15170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy10684; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x93) goto yy10684; + if (yych <= 0x95) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAF) goto yy10684; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } + } +yy15173: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy7354; + if (yych == 0xBF) goto yy10684; + goto yy2; +yy15174: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych == 0x84) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x94) { + if (yych == 0x93) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBC) goto yy10684; + goto yy2; + } + } +yy15175: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0x8C) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBE) goto yy10684; + goto yy2; +yy15176: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB0) goto yy10684; + goto yy2; +yy15177: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy10684; + goto yy2; +yy15178: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x8B) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15179: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA8) goto yy10684; + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15180: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy10684; + goto yy2; +yy15181: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy10684; + goto yy2; +yy15182: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy10684; + goto yy2; +yy15183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA9) goto yy10684; + goto yy2; +yy15185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy10684; + goto yy2; +yy15186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA5) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0x98) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x97) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBB) goto yy10684; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy10684; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB9) goto yy10684; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy10684; + goto yy2; + } else { + if (yych <= 0x91) goto yy10684; + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAF) goto yy10684; + goto yy2; + } +yy15193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy10684; + if (yych == 0xBF) goto yy10684; + goto yy2; +yy15194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x9A) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy10684; + goto yy2; +yy15197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x93) goto yy10684; + if (yych == 0xA0) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy10684; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy10684; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) goto yy2; + if (yych <= 0x9C) goto yy10684; + goto yy2; +yy15199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy10684; + if (yych <= 0x95) goto yy2; + if (yych <= 0xBA) goto yy10684; + goto yy2; +yy15200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy10684; + goto yy2; +yy15201: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy10684; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10684; + goto yy2; + } else { + if (yych <= 0x90) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xB0) goto yy10684; + goto yy2; +yy15204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBE) goto yy10684; + goto yy2; +yy15205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy15206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; +yy15207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy10684; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy10684; + goto yy2; +yy15209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy10684; + goto yy2; + } +yy15211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy10684; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy10684; + goto yy2; +yy15212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x9F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy10684; + } else { + if (yych == 0xBD) goto yy10684; + goto yy2; + } + } +yy15213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) goto yy2; + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy10684; + goto yy2; +yy15215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy10684; + if (yych == 0xA5) goto yy10684; + goto yy2; +yy15217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy10684; + goto yy2; +yy15218: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } +yy15219: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xB0: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB7: + case 0xB8: + case 0xBE: + case 0xBF: goto yy10684; + default: goto yy2; + } +yy15220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych == 0x81) goto yy10684; + if (yych <= 0x9F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy10684; + goto yy2; + } + } +yy15221: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA5) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAB) goto yy2; + if (yych <= 0xAD) goto yy10684; + goto yy2; +yy15223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0x97) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych == 0xB7) goto yy2; + goto yy10684; + } else { + if (yych == 0xBE) goto yy10684; + goto yy2; + } + } +yy15224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; +yy15226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy10684; + if (yych <= 0x9F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy7354; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } +yy15227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy10684; + goto yy2; + } else { + if (yych == 0xA3) goto yy7354; + goto yy10684; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy10684; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x8B) goto yy10684; + if (yych <= 0x8C) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBA) goto yy10684; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy10684; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } +yy15230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAE) goto yy10684; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } +yy15231: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15239; + case 0x81: goto yy15240; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy10688; + case 0x83: goto yy15180; + case 0x84: goto yy16729; + case 0x85: goto yy16730; + case 0x86: goto yy16731; + case 0x87: goto yy16732; + case 0x8A: goto yy15245; + case 0x8B: goto yy16733; + case 0x8C: goto yy15247; + case 0x8D: goto yy16734; + case 0x8E: goto yy15249; + case 0x8F: goto yy15250; + case 0x92: goto yy15251; + case 0x94: goto yy15252; + case 0x95: goto yy15200; + case 0x9C: goto yy15217; + case 0x9D: goto yy15253; + case 0xA0: goto yy15254; + case 0xA1: goto yy16735; + case 0xA2: goto yy15256; + case 0xA3: goto yy15257; + case 0xA4: goto yy15258; + case 0xA6: goto yy15259; + case 0xA8: goto yy16736; + case 0xA9: goto yy15261; + case 0xAA: goto yy15262; + case 0xAB: goto yy15181; + case 0xAC: goto yy13259; + case 0xAD: goto yy15264; + case 0xAE: goto yy15265; + case 0xB1: goto yy15266; + case 0xB2: + case 0xB3: goto yy15267; + default: goto yy2; + } +yy15232: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x86: + case 0x92: + case 0x98: goto yy10688; + case 0x81: goto yy16737; + case 0x82: goto yy15180; + case 0x83: goto yy15271; + case 0x84: goto yy16738; + case 0x85: goto yy16739; + case 0x87: goto yy16740; + case 0x88: goto yy16741; + case 0x8A: goto yy15277; + case 0x8B: goto yy16742; + case 0x8C: goto yy16743; + case 0x8D: goto yy16744; + case 0x93: goto yy16745; + case 0x96: goto yy16746; + case 0x97: goto yy16747; + case 0x99: goto yy16748; + case 0x9A: goto yy15168; + case 0x9C: goto yy16749; + case 0xA2: goto yy15288; + case 0xA3: goto yy15289; + case 0xAB: goto yy15290; + default: goto yy2; + } +yy15233: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy10688; + case 0xA8: goto yy15290; + case 0xA9: goto yy15256; + case 0xAB: goto yy16750; + case 0xAC: goto yy16751; + case 0xAD: goto yy16752; + case 0xAE: goto yy15177; + case 0xBD: goto yy16753; + case 0xBE: goto yy16754; + default: goto yy2; + } +yy15234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy10688; + if (yych <= 0xB1) goto yy15300; + if (yych <= 0xB2) goto yy16755; + goto yy2; +yy15235: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9B: + case 0x9C: + case 0x9D: + case 0x9E: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy10688; + case 0x83: goto yy13259; + case 0x84: goto yy16756; + case 0x85: goto yy16757; + case 0x87: goto yy16758; + case 0x89: goto yy16759; + case 0x8D: goto yy16760; + case 0x91: goto yy15308; + case 0x92: goto yy15309; + case 0x93: goto yy15310; + case 0x94: goto yy15311; + case 0x95: goto yy15312; + case 0x9A: goto yy15313; + case 0x9F: goto yy16761; + case 0xAA: goto yy16762; + default: goto yy2; + } +yy15236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy10688; + if (yych <= 0xA3) goto yy16763; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy15321; + goto yy15322; + } else { + if (yych <= 0xBA) goto yy15323; + if (yych <= 0xBB) goto yy16764; + goto yy2; + } + } +yy15237: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x85: goto yy16765; + case 0x81: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: goto yy10688; + case 0x82: goto yy16766; + case 0x83: goto yy16767; + case 0x84: goto yy16768; + case 0x86: goto yy13275; + case 0x87: goto yy16769; + case 0x88: goto yy16770; + case 0x89: goto yy16771; + case 0x95: goto yy16772; + case 0x96: goto yy16773; + case 0x9B: goto yy16774; + case 0x9D: goto yy13331; + case 0x9F: goto yy16775; + case 0xA0: goto yy16776; + case 0xA1: goto yy16777; + case 0xA2: goto yy16778; + case 0xA4: goto yy16779; + case 0xA6: goto yy16780; + case 0xA7: goto yy15161; + default: goto yy2; + } +yy15238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) goto yy2; + if (yych <= 0x86) goto yy10688; + if (yych <= 0x87) goto yy10689; + goto yy2; +yy15239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy10684; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } +yy15240: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy10684; + goto yy2; +yy15241: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy7354; + if (yych <= 0x8B) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9B) { + if (yych <= 0x8F) goto yy2; + goto yy7354; + } else { + if (yych == 0xA0) goto yy7354; + goto yy2; + } + } +yy15244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBD) goto yy7354; + goto yy2; +yy15245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy10684; + if (yych == 0xA0) goto yy7354; + goto yy2; +yy15247: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy10684; + if (yych <= 0x81) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy10684; + if (yych <= 0xBA) goto yy7354; + goto yy2; + } +yy15249: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy10684; + goto yy2; +yy15251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy10684; + goto yy2; +yy15252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy10684; + goto yy2; +yy15254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBC) goto yy10684; + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } +yy15255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB6) goto yy10684; + if (yych <= 0xB8) goto yy7354; + goto yy2; + } +yy15256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; +yy15257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy10684; + goto yy2; +yy15258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy10684; + goto yy2; +yy15259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy10684; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy10684; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych <= 0x86) goto yy7354; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy7354; + goto yy10684; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy7354; + } else { + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } + } +yy15261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy10684; + goto yy2; +yy15262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy10684; + goto yy2; +yy15263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xA4) goto yy10684; + if (yych <= 0xA6) goto yy7354; + goto yy2; + } +yy15264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy10684; + goto yy2; +yy15265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy10684; + goto yy2; +yy15266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy10684; + goto yy2; +yy15267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy10684; + goto yy2; +yy15268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xB7) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy7354; + if (yych == 0xBF) goto yy7354; + goto yy2; +yy15270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xAF) goto yy10684; + if (yych <= 0xBA) goto yy7354; + goto yy2; +yy15271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy10684; + goto yy2; +yy15272: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xA6) goto yy10684; + if (yych <= 0xB4) goto yy7354; + goto yy2; +yy15273: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy10684; + goto yy7354; + } else { + if (yych == 0xB6) goto yy10684; + goto yy2; + } +yy15274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xB2) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15275: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy10684; + if (yych <= 0x89) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy10684; + } else { + if (yych == 0x9C) goto yy10684; + goto yy2; + } + } +yy15276: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAB) goto yy10684; + if (yych <= 0xB7) goto yy7354; + goto yy2; + } +yy15277: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA8) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy10684; + if (yych <= 0xAA) goto yy7354; + goto yy2; +yy15279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy10684; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy10684; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10684; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy15280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych == 0x90) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy7354; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } + } + } +yy15281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy10684; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy10684; + } else { + if (yych == 0x87) goto yy10684; + goto yy2; + } +yy15283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy15284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy7354; + goto yy2; + } else { + if (yych <= 0x9B) goto yy10684; + if (yych <= 0x9D) goto yy7354; + goto yy2; + } +yy15285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy7354; + if (yych == 0x84) goto yy10684; + goto yy2; +yy15286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy10684; + if (yych <= 0xB7) goto yy7354; + goto yy2; +yy15287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy7354; + if (yych == 0xBF) goto yy7354; + goto yy2; +yy15288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy10684; + if (yych == 0xBF) goto yy10684; + goto yy2; +yy15290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy10684; + goto yy2; +yy15291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy10684; + goto yy2; +yy15292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy2; +yy15293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy10684; + goto yy2; +yy15294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + goto yy2; +yy15295: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy7354; + goto yy2; +yy15296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy10684; + goto yy7354; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy15297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB7) goto yy10684; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15298: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x90) goto yy10684; + if (yych <= 0xBE) goto yy7354; + goto yy2; + } +yy15299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x92) goto yy7354; + goto yy2; +yy15300: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy10684; + goto yy2; +yy15301: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy10684; + goto yy2; + } else { + if (yych <= 0x99) goto yy10684; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy7354; + goto yy2; + } +yy15302: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy7354; + goto yy2; +yy15303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy7354; + if (yych <= 0xA8) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15304: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy7354; + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15305: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy7354; + goto yy2; +yy15306: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy7354; + goto yy2; +yy15307: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; +yy15308: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15309: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy10684; + } else { + if (yych == 0xA2) goto yy10684; + if (yych <= 0xA4) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15310: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15311: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy2; + } else { + if (yych <= 0x8A) goto yy10684; + if (yych <= 0x8C) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy10684; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } + } +yy15312: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10684; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy10684; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15313: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy10684; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15314: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy7354; + goto yy10684; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy7354; + goto yy10684; + } else { + if (yych <= 0xBB) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15315: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy10684; + goto yy7354; + } else { + if (yych == 0xB5) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15316: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy10684; + goto yy7354; + } else { + if (yych == 0xAF) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy10684; + goto yy7354; + } else { + if (yych == 0xA9) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy7354; + if (yych <= 0x8B) goto yy10684; + goto yy2; +yy15319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy7354; + goto yy2; + } else { + if (yych == 0xA0) goto yy2; + if (yych <= 0xAF) goto yy7354; + goto yy2; + } +yy15320: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; +yy15321: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy10684; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy10684; + } else { + if (yych == 0xA4) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy10684; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy10684; + } else { + if (yych == 0xBB) goto yy10684; + goto yy2; + } + } + } +yy15322: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy10684; + default: goto yy2; + } +yy15323: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy10684; + goto yy2; + } + } +yy15324: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy7354; + goto yy2; +yy15325: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15326: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAE) goto yy7354; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy15327: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych == 0x90) goto yy2; + if (yych <= 0xB5) goto yy7354; + goto yy2; +yy15328: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15329: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy7354; + goto yy2; +yy15330: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15331: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy7354; + goto yy2; +yy15332: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy7354; + goto yy2; +yy15333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBA) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15334: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA4) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15335: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAC) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB3) goto yy7354; + goto yy2; + } +yy15336: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy7354; + goto yy2; +yy15337: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy7354; + goto yy2; + } else { + if (yych <= 0x99) goto yy7354; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy15339: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy7354; + goto yy2; +yy15340: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy7354; + goto yy2; +yy15341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + goto yy2; +yy15342: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy7354; + goto yy2; +yy15343: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy16781; + goto yy2; +yy15344: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy15355; + if (yych <= '\'') goto yy2; + goto yy15355; + } else { + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy15355; + if (yych <= '9') goto yy16782; + goto yy2; + } +yy15345: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy15359; + if (yych <= '\'') goto yy2; + goto yy15355; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy2; + goto yy15359; + } else { + if (yych <= '/') goto yy15355; + if (yych <= '9') goto yy16783; + goto yy2; + } + } +yy15346: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy15355; + if (yych <= '\'') goto yy147; + goto yy15355; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy15356; + } else { + if (yych <= '/') goto yy15355; + if (yych <= '9') goto yy16784; + goto yy147; + } + } +yy15347: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy15359; + if (yych <= '\'') goto yy147; + goto yy15355; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy15360; + } else { + if (yych <= '/') goto yy15355; + if (yych <= '9') goto yy16785; + goto yy147; + } + } +yy15348: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy5661; + goto yy10957; + } else { + if (yych == '%') goto yy146; + goto yy5661; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy10957; + goto yy5661; + } else { + if (yych <= '+') goto yy5688; + if (yych <= ',') goto yy5661; + goto yy13401; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych >= '/') goto yy10957; + } else { + if (yych <= '9') goto yy16786; + if (yych <= '?') goto yy5661; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy5688; + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy15349: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy5661; + goto yy5688; + } else { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy5661; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy16786; + if (yych <= '?') goto yy5661; + if (yych <= '@') goto yy148; + goto yy5688; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy15350: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy1763; + goto yy13405; + } else { + if (yych == '%') goto yy146; + goto yy1763; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy13405; + goto yy1763; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy1763; + goto yy13406; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy16787; + goto yy13405; + } else { + if (yych <= '9') goto yy16788; + if (yych <= '?') goto yy1763; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy2209; + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy15351: + yych = *++YYCURSOR; + if (yych <= '9') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy1763; + goto yy2207; + } else { + if (yych <= ',') goto yy1763; + if (yych <= '.') goto yy146; + if (yych <= '/') goto yy1763; + goto yy16788; + } + } else { + if (yych <= '^') { + if (yych <= '?') goto yy1763; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2209; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } +yy15352: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + goto yy15355; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy15355; + goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy16789; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy15357; + goto yy15355; + } else { + if (yych <= '9') goto yy16790; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy15353: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy1763; + goto yy13405; + } else { + if (yych == '%') goto yy146; + goto yy1763; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy13405; + goto yy1763; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy1763; + goto yy13406; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy16787; + goto yy13405; + } else { + if (yych <= '9') goto yy16791; + if (yych <= '?') goto yy1763; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy2209; + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy15354: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + goto yy15359; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych >= '*') goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy16792; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy15361; + } else { + if (yych <= '9') goto yy16793; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy15355: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy16782; + goto yy2; +yy15356: + yych = *++YYCURSOR; + if (yych <= '/') goto yy147; + if (yych <= '9') goto yy16784; + goto yy147; +yy15357: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy534; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy16790; + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy15358: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy16794; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy16794; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy16795; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy16796; + goto yy16794; + } else { + if (yych <= '9') goto yy16797; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy15359: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy16783; + goto yy2; +yy15360: + yych = *++YYCURSOR; + if (yych <= '/') goto yy147; + if (yych <= '9') goto yy16785; + goto yy147; +yy15361: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy534; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy16793; + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy15362: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy16794; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy16794; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy16795; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy16796; + goto yy16794; + } else { + if (yych <= '9') goto yy16798; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy15363: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych == 0x9A) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy10684; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy10684; + goto yy2; + } + } +yy15364: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy10964; + if (yych <= 0x9B) goto yy10684; + goto yy2; +yy15365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy10964; + } else { + if (yych == 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x90) goto yy10964; + if (yych <= 0x97) goto yy10684; + goto yy10964; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy10684; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy15367: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy10964; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy10964; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10964; + goto yy2; + } else { + if (yych <= 0xB2) goto yy10964; + if (yych <= 0xB5) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15368: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy10684; + goto yy10964; + } else { + if (yych == 0x97) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy10964; + goto yy2; + } else { + if (yych <= 0xA1) goto yy10964; + if (yych <= 0xA3) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy10684; + goto yy2; + } + } + } +yy15369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy10964; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy10964; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy10964; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy10964; + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych == 0x91) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy10964; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy10684; + } else { + if (yych <= 0xB4) goto yy10964; + if (yych <= 0xB5) goto yy10684; + goto yy2; + } + } + } +yy15371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy10964; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy10964; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy10964; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10964; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych == 0x90) goto yy10964; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy10964; + if (yych <= 0xA3) goto yy10684; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy10684; + } else { + if (yych == 0xB9) goto yy10964; + goto yy2; + } + } + } +yy15373: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy10964; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy10964; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy10964; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10964; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15374: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy10684; + if (yych <= 0xB1) goto yy10964; + goto yy2; + } + } + } +yy15375: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy10684; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy10964; + default: goto yy2; + } +yy15376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy10964; + if (yych == 0x97) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy10684; + goto yy2; + } + } +yy15377: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy10964; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15378: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy10684; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy10964; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15379: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy10964; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy10964; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15380: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy10684; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy10964; + goto yy2; + } + } + } +yy15381: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy10964; + goto yy2; + } else { + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15382: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8E) goto yy10964; + if (yych <= 0x96) goto yy2; + goto yy10684; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy10964; + if (yych <= 0xA3) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy10684; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } + } +yy15383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy10964; + } else { + if (yych == 0xBD) goto yy10964; + goto yy2; + } + } +yy15384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10964; + goto yy2; + } else { + if (yych <= 0x8A) goto yy10684; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } + } +yy15385: + yych = *++YYCURSOR; + if (yych <= 0x86) goto yy2; + if (yych <= 0x8E) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy15386: + yych = *++YYCURSOR; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; +yy15387: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x92) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych == 0x94) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy843; + if (yych <= 0xB3) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15388: + yych = *++YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy10684; + if (yych <= 0x9D) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA6) { + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA4) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } + } +yy15389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy10684; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy15390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy10964; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy10684; + goto yy2; +yy15391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy10964; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy15392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy7911; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy15393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy10964; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB1) goto yy10964; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } + } +yy15394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych <= 0x93) goto yy10684; + if (yych <= 0x9F) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy10964; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } + } +yy15395: + yych = *++YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy10684; + if (yych <= 0x9A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9D) { + if (yych <= 0x9C) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } +yy15396: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy7911; + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy15397: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xAA) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy15398: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy10964; + goto yy2; + } else { + if (yych <= 0xAB) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy10684; + goto yy2; + } +yy15399: + yych = *++YYCURSOR; + if (yych == 0x80) goto yy10684; + if (yych <= 0x85) goto yy2; + if (yych <= 0x8F) goto yy843; + goto yy2; +yy15400: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9D) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15401: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10964; + if (yych <= 0x9B) goto yy10684; + goto yy2; +yy15402: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } +yy15403: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBC) goto yy10684; + goto yy2; + } +yy15404: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xA0) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy10964; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy15405: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy10964; + if (yych <= 0xB3) goto yy10684; + goto yy2; +yy15406: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy10964; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy15407: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA8) goto yy10684; + if (yych <= 0xAC) goto yy10964; + goto yy10684; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy10964; + if (yych <= 0xB4) goto yy10684; + goto yy10964; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy10684; + goto yy2; + } + } +yy15408: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy10964; + } else { + if (yych == 0xBE) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15409: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0x84) goto yy10964; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy10964; + goto yy10684; + } else { + if (yych <= 0x93) goto yy10964; + if (yych <= 0x95) goto yy2; + goto yy10964; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAC) goto yy10964; + if (yych <= 0xAF) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy10964; + goto yy2; + } else { + if (yych <= 0xBC) goto yy10964; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } + } + } +yy15410: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy7911; + if (yych <= 0x97) goto yy2; + goto yy200; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy200; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } +yy15411: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy10684; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy10964; + default: goto yy2; + } +yy15412: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy10964; + } else { + if (yych == 0x8E) goto yy10964; + if (yych <= 0x8F) goto yy10684; + goto yy2; + } +yy15413: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy10964; + goto yy2; + } else { + if (yych <= 0x8B) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15414: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15415: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xAE) goto yy10964; + if (yych <= 0xB1) goto yy10684; + if (yych <= 0xB3) goto yy10964; + goto yy2; + } +yy15416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy10964; + if (yych == 0xBF) goto yy10684; + goto yy2; +yy15417: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy10964; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x93) goto yy10684; + if (yych == 0xA0) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy10684; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBC) goto yy10964; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15419: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xBA) goto yy10964; + goto yy2; + } +yy15420: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy10964; + goto yy2; +yy15421: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } +yy15422: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy10964; + goto yy2; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy15423: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy10684; + goto yy2; +yy15424: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA1) goto yy10684; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy15425: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10964; + if (yych <= 0x88) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAD) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy10964; + goto yy2; + } +yy15426: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10964; + goto yy10684; + } else { + if (yych == 0x86) goto yy10684; + goto yy10964; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy10684; + if (yych <= 0xA2) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy10684; + goto yy2; + } + } +yy15427: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0xB3) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15428: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy10964; + if (yych <= 0xBA) goto yy2; + goto yy10964; + } else { + if (yych == 0xBD) goto yy10964; + goto yy2; + } + } +yy15429: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy10964; + } else { + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy15430: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10964; + if (yych <= 0x93) goto yy10684; + goto yy2; +yy15431: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x80) goto yy10684; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xA5) { + if (yych <= 0xA4) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } + } +yy15432: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy10964; + if (yych <= 0xB6) goto yy10684; + goto yy2; +yy15433: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10964; + goto yy10684; + } else { + if (yych <= 0x8B) goto yy10964; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } + } +yy15434: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy10964; + goto yy10684; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy10964; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy10684; + goto yy2; + } + } +yy15435: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy10964; + if (yych <= 0x9B) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA5) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy15436: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy10964; + if (yych <= 0xAA) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy15437: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10964; + goto yy2; + } else { + if (yych <= 0x97) goto yy10964; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy10964; + goto yy10684; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy10684; + if (yych <= 0xB6) goto yy10964; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy10964; + goto yy2; + } + } +yy15438: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy15440: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10964; + goto yy2; + } else { + if (yych <= 0xBB) goto yy10964; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } +yy15441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy10684; + if (yych <= 0x9F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy7911; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } +yy15442: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy10684; + goto yy2; + } else { + if (yych <= 0x92) goto yy200; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy10684; + goto yy7911; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy10684; + if (yych == 0xA9) goto yy10684; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy15443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy200; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy7911; + goto yy200; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy10964; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15444: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy10684; + if (yych <= 0x9A) goto yy10964; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } +yy15445: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15451; + case 0x81: goto yy15452; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy10968; + case 0x83: goto yy15453; + case 0x84: goto yy16729; + case 0x85: goto yy16730; + case 0x86: goto yy16731; + case 0x87: goto yy16732; + case 0x8A: goto yy15454; + case 0x8B: goto yy16799; + case 0x8C: goto yy15456; + case 0x8D: goto yy16800; + case 0x8E: goto yy15458; + case 0x8F: goto yy15459; + case 0x92: goto yy15460; + case 0x94: goto yy15461; + case 0x95: goto yy15462; + case 0x9C: goto yy15463; + case 0x9D: goto yy15464; + case 0xA0: goto yy15465; + case 0xA1: goto yy16801; + case 0xA2: goto yy15467; + case 0xA3: goto yy15468; + case 0xA4: goto yy15469; + case 0xA6: goto yy15470; + case 0xA8: goto yy16802; + case 0xA9: goto yy15472; + case 0xAA: goto yy15473; + case 0xAB: goto yy16803; + case 0xAC: goto yy13478; + case 0xAD: goto yy15475; + case 0xAE: goto yy15476; + case 0xB1: goto yy15477; + case 0xB2: + case 0xB3: goto yy15478; + default: goto yy2; + } +yy15446: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16804; + case 0x81: goto yy16805; + case 0x82: goto yy16806; + case 0x83: goto yy15482; + case 0x84: goto yy16807; + case 0x85: goto yy16808; + case 0x86: goto yy16809; + case 0x87: goto yy16810; + case 0x88: goto yy16811; + case 0x8A: goto yy15488; + case 0x8B: goto yy16812; + case 0x8C: goto yy16813; + case 0x8D: goto yy16814; + case 0x92: + case 0x98: goto yy16815; + case 0x93: goto yy16816; + case 0x96: goto yy16817; + case 0x97: goto yy16818; + case 0x99: goto yy16819; + case 0x9A: goto yy16820; + case 0x9B: goto yy2362; + case 0x9C: goto yy16821; + case 0xA2: goto yy15499; + case 0xA3: goto yy15500; + case 0xAB: goto yy15501; + default: goto yy2; + } +yy15447: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy10968; + case 0xA8: goto yy15501; + case 0xA9: goto yy15506; + case 0xAB: goto yy16822; + case 0xAC: goto yy16823; + case 0xAD: goto yy16824; + case 0xAE: goto yy15510; + case 0xBD: goto yy16825; + case 0xBE: goto yy16754; + default: goto yy2; + } +yy15448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy10968; + if (yych <= 0xB1) goto yy15512; + if (yych <= 0xB2) goto yy16826; + goto yy2; +yy15449: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy10688; + case 0x83: goto yy13259; + case 0x84: goto yy16756; + case 0x85: goto yy16757; + case 0x87: goto yy16758; + case 0x89: goto yy16759; + case 0x8D: goto yy16760; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy10968; + case 0x91: goto yy15514; + case 0x92: goto yy15515; + case 0x93: goto yy15516; + case 0x94: goto yy15517; + case 0x95: goto yy15518; + case 0x9A: goto yy15519; + case 0x9B: goto yy16827; + case 0x9C: goto yy16828; + case 0x9D: goto yy16829; + case 0x9E: goto yy16830; + case 0x9F: goto yy16831; + case 0xAA: goto yy16762; + default: goto yy2; + } +yy15450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy10968; + if (yych <= 0xA3) goto yy16832; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy15526; + goto yy15527; + } else { + if (yych <= 0xBA) goto yy15528; + if (yych <= 0xBB) goto yy16764; + goto yy2; + } + } +yy15451: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy10964; + } else { + if (yych == 0xBF) goto yy10964; + goto yy2; + } + } +yy15452: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy10964; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy10964; + goto yy2; +yy15453: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy10964; + goto yy2; +yy15454: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy10964; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy15455: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy10964; + if (yych == 0xA0) goto yy7354; + goto yy2; +yy15456: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy15457: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy10964; + if (yych <= 0x81) goto yy2; + goto yy10964; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy10964; + if (yych <= 0xBA) goto yy7354; + goto yy2; + } +yy15458: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy10964; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy15459: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10964; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy10964; + goto yy2; +yy15460: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy10964; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy15461: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy15462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy10964; + goto yy2; +yy15463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy10964; + goto yy2; +yy15464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10964; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy10964; + goto yy2; +yy15465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy10964; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy10964; + goto yy2; + } else { + if (yych <= 0xBC) goto yy10964; + if (yych == 0xBF) goto yy10964; + goto yy2; + } + } +yy15466: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10964; + goto yy2; + } else { + if (yych <= 0xB6) goto yy10964; + if (yych <= 0xB8) goto yy7354; + goto yy2; + } +yy15467: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy10964; + goto yy2; +yy15468: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy10964; + goto yy2; +yy15469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10964; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy10964; + goto yy2; +yy15470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy10964; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy15471: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy10964; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych <= 0x86) goto yy7354; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy7354; + goto yy10964; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy10964; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy7354; + } else { + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } + } +yy15472: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy10964; + goto yy2; +yy15473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy10964; + goto yy2; +yy15474: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xA4) goto yy10964; + if (yych <= 0xA6) goto yy7354; + goto yy2; + } +yy15475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10964; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy10964; + goto yy2; +yy15476: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy10964; + goto yy2; +yy15477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy10964; + goto yy2; +yy15478: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy10964; + goto yy2; +yy15479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xB7) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15480: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych == 0xBF) goto yy7354; + goto yy2; + } +yy15481: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xAF) goto yy10964; + if (yych <= 0xBA) goto yy7354; + goto yy2; +yy15482: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy15483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + goto yy10964; + } else { + if (yych <= 0xB4) goto yy7354; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy15484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy10964; + goto yy7354; + } else { + if (yych == 0xB6) goto yy10964; + goto yy2; + } +yy15485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xB2) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy10964; + if (yych <= 0x89) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy10964; + } else { + if (yych == 0x9C) goto yy10964; + goto yy2; + } + } +yy15487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy10964; + goto yy2; + } else { + if (yych <= 0xAB) goto yy10964; + if (yych <= 0xB7) goto yy7354; + goto yy2; + } +yy15488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10964; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy10964; + goto yy2; + } else { + if (yych <= 0xA8) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy15489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy15490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy10964; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy10964; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy10964; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10964; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy15491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych == 0x90) goto yy10964; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy7354; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } + } + } +yy15492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy10964; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x85) goto yy10964; + goto yy2; + } else { + if (yych <= 0x87) goto yy10964; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy15494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy15495: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy7354; + goto yy2; + } else { + if (yych <= 0x9B) goto yy10964; + if (yych <= 0x9D) goto yy7354; + goto yy2; + } +yy15496: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy7354; + goto yy2; + } else { + if (yych <= 0x84) goto yy10964; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy15497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy10964; + if (yych <= 0xB7) goto yy7354; + goto yy2; +yy15498: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBF) goto yy7354; + goto yy2; + } +yy15499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy15500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy10964; + goto yy843; + } else { + if (yych == 0xBF) goto yy10964; + goto yy2; + } +yy15501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy10964; + goto yy2; +yy15502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy10964; + goto yy2; +yy15503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10964; + goto yy2; +yy15504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy10964; + goto yy2; +yy15505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10964; + goto yy2; +yy15506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy10964; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy15507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy7354; + goto yy2; +yy15508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy10964; + goto yy7354; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy15509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy7354; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy10964; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy15510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy10964; + goto yy2; +yy15511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10964; + goto yy2; + } else { + if (yych <= 0x90) goto yy10964; + if (yych <= 0xBE) goto yy7354; + goto yy2; + } +yy15512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy10964; + goto yy2; +yy15513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy10964; + goto yy2; + } else { + if (yych <= 0x99) goto yy10964; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy7354; + goto yy2; + } +yy15514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy15515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy10964; + } else { + if (yych == 0xA2) goto yy10964; + if (yych <= 0xA4) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy10964; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy10964; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } + } +yy15516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy15517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy10964; + goto yy2; + } else { + if (yych <= 0x8A) goto yy10964; + if (yych <= 0x8C) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy10964; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy10964; + goto yy2; + } + } +yy15518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10964; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy10964; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy15519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy10964; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; +yy15520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy7354; + goto yy10964; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy7354; + goto yy10964; + } else { + if (yych <= 0xBB) goto yy7354; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy15521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy10964; + goto yy7354; + } else { + if (yych == 0xB5) goto yy7354; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy15522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy10964; + goto yy7354; + } else { + if (yych == 0xAF) goto yy7354; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy15523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy10964; + goto yy7354; + } else { + if (yych == 0xA9) goto yy7354; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy15524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10964; + goto yy7354; + } else { + if (yych <= 0x8B) goto yy10964; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy15525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10964; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; +yy15526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy10964; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy10964; + } else { + if (yych == 0xA4) goto yy10964; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy10964; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy10964; + } else { + if (yych == 0xBB) goto yy10964; + goto yy2; + } + } + } +yy15527: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy10964; + default: goto yy2; + } +yy15528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy10964; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy10964; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy10964; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy10964; + goto yy2; + } + } +yy15529: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy202; + goto yy2; + } else { + if (yych <= 0xA4) goto yy202; + if (yych == 0xBF) goto yy533; + goto yy2; + } +yy15530: + yych = *++YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x90) goto yy202; + if (yych <= 0x93) goto yy2; + goto yy202; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9F) goto yy2; + goto yy533; + } else { + if (yych <= 0xB2) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } +yy15531: + yych = *++YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + if (yych <= 0x90) goto yy202; + goto yy2; + } else { + if (yych <= 0x93) { + if (yych <= 0x92) goto yy202; + goto yy2; + } else { + if (yych <= 0x94) goto yy202; + if (yych <= 0xA1) goto yy2; + goto yy533; + } + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy2; + if (yych <= 0xA6) goto yy533; + if (yych <= 0xA8) goto yy2; + goto yy533; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy533; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy15532: + yych = *++YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy202; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x8D) goto yy2; + goto yy202; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy857; + } else { + if (yych <= 0x9A) goto yy2; + if (yych <= 0x9B) goto yy202; + goto yy533; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy15533: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy857; + goto yy2; +yy15534: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy533; + goto yy2; + } else { + if (yych <= 0xAF) goto yy857; + if (yych == 0xBF) goto yy533; + goto yy2; + } +yy15535: + yych = *++YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy857; + goto yy2; +yy15536: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy857; + goto yy2; +yy15537: + yych = *++YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8C) goto yy533; + goto yy2; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy857; + goto yy533; + } else { + if (yych == 0x9C) goto yy533; + goto yy2; + } + } +yy15538: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy533; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy857; + goto yy2; +yy15539: + yych = *++YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy533; + goto yy2; + } else { + if (yych <= 0x87) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + goto yy2; + } +yy15540: + yych = *++YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x84) goto yy533; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy857; + goto yy2; + } +yy15541: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy533; + goto yy2; + } else { + if (yych <= 0xB9) goto yy857; + if (yych == 0xBF) goto yy533; + goto yy2; + } +yy15542: + yych = *++YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy533; + goto yy857; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } +yy15543: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy533; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy857; + goto yy2; +yy15544: + yych = *++YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy857; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy533; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } +yy15545: + yych = *++YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy533; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy857; + goto yy2; +yy15546: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xC9) { + if (yych <= '>') { + if (yych <= '*') { + if (yych <= '$') { + if (yych == ' ') goto yy11398; + if (yych <= '#') goto yy208; + goto yy1763; + } else { + if (yych <= '%') goto yy146; + if (yych == '\'') goto yy200; + goto yy208; + } + } else { + if (yych <= '.') { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy208; + if (yych <= '-') goto yy11399; + goto yy16833; + } else { + if (yych <= '/') goto yy208; + if (yych <= '9') goto yy15548; + if (yych <= ';') goto yy208; + goto yy1763; + } + } + } else { + if (yych <= 'z') { + if (yych <= ']') { + if (yych <= '?') goto yy208; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2402; + goto yy208; + } else { + if (yych == '_') goto yy2207; + if (yych <= '`') goto yy1763; + goto yy2402; + } + } else { + if (yych <= '~') { + if (yych == '|') goto yy1763; + if (yych <= '}') goto yy208; + goto yy1763; + } else { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy2404; + if (yych <= 0xC3) goto yy2405; + goto yy2406; + } + } + } + } else { + if (yych <= 0xDB) { + if (yych <= 0xD3) { + if (yych <= 0xCE) { + if (yych <= 0xCA) goto yy2407; + if (yych <= 0xCC) goto yy1763; + if (yych <= 0xCD) goto yy2408; + goto yy2409; + } else { + if (yych <= 0xCF) goto yy2410; + if (yych == 0xD2) goto yy2411; + goto yy2406; + } + } else { + if (yych <= 0xD7) { + if (yych <= 0xD4) goto yy2412; + if (yych <= 0xD5) goto yy2413; + if (yych <= 0xD6) goto yy2414; + goto yy2415; + } else { + if (yych <= 0xD8) goto yy2416; + if (yych <= 0xD9) goto yy2417; + if (yych <= 0xDA) goto yy2406; + goto yy2418; + } + } + } else { + if (yych <= 0xE3) { + if (yych <= 0xDF) { + if (yych <= 0xDC) goto yy2419; + if (yych <= 0xDD) goto yy2420; + if (yych <= 0xDE) goto yy2421; + goto yy2422; + } else { + if (yych <= 0xE0) goto yy2423; + if (yych <= 0xE1) goto yy2424; + if (yych <= 0xE2) goto yy2425; + goto yy2426; + } + } else { + if (yych <= 0xEE) { + if (yych <= 0xE4) goto yy1763; + if (yych == 0xEA) goto yy2427; + goto yy208; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEF) goto yy2428; + goto yy2429; + } else { + if (yych == 0xF3) goto yy1763; + goto yy208; + } + } + } + } + } +yy15547: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCF) { + if (yych <= '^') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy208; + goto yy146; + } + } else { + if (yych <= '?') { + if (yych <= '/') goto yy208; + if (yych <= '9') goto yy16834; + goto yy208; + } else { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy803; + goto yy208; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= 'z') { + if (yych <= '_') goto yy146; + if (yych <= '`') goto yy208; + goto yy803; + } else { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy805; + goto yy806; + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + goto yy208; + } else { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy812; + goto yy807; + } else { + if (yych <= 0xD4) goto yy813; + if (yych <= 0xD5) goto yy814; + goto yy846; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy816; + if (yych <= 0xD8) goto yy847; + goto yy848; + } else { + if (yych <= 0xDA) goto yy807; + if (yych <= 0xDB) goto yy849; + goto yy820; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy850; + } else { + if (yych <= 0xE0) goto yy851; + if (yych <= 0xE1) goto yy852; + goto yy853; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy208; + goto yy854; + } else { + if (yych <= 0xEE) goto yy208; + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy208; + } + } + } + } +yy15548: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy208; + if (yych <= '$') goto yy1763; + goto yy146; + } else { + if (yych == '\'') goto yy200; + if (yych <= '*') goto yy208; + goto yy2207; + } + } else { + if (yych <= '/') { + if (yych <= ',') goto yy208; + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy3056; + goto yy208; + } else { + if (yych <= '9') goto yy16835; + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy1763; + goto yy208; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2402; + if (yych <= ']') goto yy208; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2402; + goto yy208; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy208; + if (yych <= '~') goto yy1763; + goto yy208; + } else { + if (yych <= 0xC2) goto yy2404; + if (yych <= 0xC3) goto yy2405; + if (yych <= 0xC9) goto yy2406; + goto yy2407; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1763; + if (yych <= 0xCD) goto yy2408; + if (yych <= 0xCE) goto yy2409; + goto yy2410; + } else { + if (yych == 0xD2) goto yy2411; + if (yych <= 0xD3) goto yy2406; + goto yy2412; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy2413; + if (yych <= 0xD6) goto yy2414; + if (yych <= 0xD7) goto yy2415; + goto yy2416; + } else { + if (yych <= 0xD9) goto yy2417; + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy2418; + goto yy2419; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy2420; + if (yych <= 0xDE) goto yy2421; + if (yych <= 0xDF) goto yy2422; + goto yy2423; + } else { + if (yych <= 0xE1) goto yy2424; + if (yych <= 0xE2) goto yy2425; + if (yych <= 0xE3) goto yy2426; + goto yy1763; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2427; + if (yych <= 0xEE) goto yy208; + goto yy2428; + } else { + if (yych <= 0xF0) goto yy2429; + if (yych == 0xF3) goto yy1763; + goto yy208; + } + } + } + } +yy15549: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy534; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy781; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy16836; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy534; + goto yy41; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy870; + if (yych <= ']') goto yy41; + goto yy534; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy870; + goto yy41; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy41; + if (yych <= '~') goto yy534; + goto yy41; + } else { + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + if (yych <= 0xC9) goto yy874; + goto yy875; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy534; + if (yych <= 0xCD) goto yy2430; + if (yych <= 0xCE) goto yy877; + goto yy878; + } else { + if (yych == 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + goto yy880; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy2431; + if (yych <= 0xD7) goto yy883; + goto yy2432; + } else { + if (yych <= 0xD9) goto yy2433; + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy886; + goto yy887; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy2434; + goto yy891; + } else { + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy2435; + if (yych <= 0xE3) goto yy894; + goto yy534; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy895; + if (yych <= 0xEE) goto yy41; + goto yy2436; + } else { + if (yych <= 0xF0) goto yy897; + if (yych == 0xF3) goto yy534; + goto yy41; + } + } + } + } +yy15550: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy111; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy170; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy16837; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy111; + goto yy41; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy206; + if (yych <= ']') goto yy41; + goto yy111; + } else { + if (yych <= '_') goto yy209; + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy206; + goto yy41; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy41; + if (yych <= '~') goto yy111; + goto yy41; + } else { + if (yych <= 0xC2) goto yy211; + if (yych <= 0xC3) goto yy212; + if (yych <= 0xC9) goto yy213; + goto yy214; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy111; + if (yych <= 0xCD) goto yy215; + if (yych <= 0xCE) goto yy216; + goto yy217; + } else { + if (yych == 0xD2) goto yy218; + if (yych <= 0xD3) goto yy213; + goto yy219; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy220; + if (yych <= 0xD6) goto yy221; + if (yych <= 0xD7) goto yy222; + goto yy223; + } else { + if (yych <= 0xD9) goto yy224; + if (yych <= 0xDA) goto yy213; + if (yych <= 0xDB) goto yy225; + goto yy226; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy227; + if (yych <= 0xDE) goto yy228; + if (yych <= 0xDF) goto yy229; + goto yy230; + } else { + if (yych <= 0xE1) goto yy231; + if (yych <= 0xE2) goto yy232; + if (yych <= 0xE3) goto yy233; + goto yy111; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy234; + if (yych <= 0xEE) goto yy41; + goto yy235; + } else { + if (yych <= 0xF0) goto yy236; + if (yych == 0xF3) goto yy111; + goto yy41; + } + } + } + } +yy15551: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy5660; + case 0xAA: + case 0xB5: + case 0xBA: goto yy13666; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy15552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy5660; + goto yy13666; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy13666; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy15553: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy13666; + } else { + if (yych == 0x8A) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBE) goto yy2930; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy15554: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy5660; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy13666; + goto yy2; + } else { + if (yych <= 0xB2) goto yy13666; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy15555: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy8783; + case 0x81: goto yy8784; + case 0x82: goto yy15581; + case 0x83: goto yy15582; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy13670; + case 0x89: goto yy15583; + case 0x8A: goto yy15584; + case 0x8B: goto yy15585; + case 0x8C: goto yy15586; + case 0x8D: goto yy15587; + case 0x8E: goto yy15588; + case 0x8F: goto yy15589; + case 0x90: goto yy16839; + case 0x99: goto yy15591; + case 0x9A: goto yy15592; + case 0x9B: goto yy15593; + case 0x9C: goto yy15594; + case 0x9D: goto yy15595; + case 0x9E: goto yy8800; + case 0x9F: goto yy8801; + case 0xA0: goto yy16840; + case 0xA1: goto yy15597; + case 0xA2: goto yy15598; + case 0xA3: goto yy15599; + case 0xA4: goto yy15600; + case 0xA5: goto yy8807; + case 0xA7: goto yy8808; + case 0xA8: goto yy15601; + case 0xA9: goto yy8809; + case 0xAA: goto yy8810; + case 0xAC: goto yy8811; + case 0xAD: goto yy8812; + case 0xAE: goto yy15602; + case 0xAF: goto yy15603; + case 0xB0: goto yy15604; + case 0xB1: goto yy15605; + case 0xB3: goto yy15606; + case 0xB4: goto yy15607; + case 0xB5: goto yy15608; + case 0xB6: goto yy15609; + case 0xB7: goto yy8821; + case 0xBC: goto yy15610; + case 0xBD: goto yy15611; + case 0xBE: goto yy15612; + case 0xBF: goto yy15613; + default: goto yy2; + } +yy15556: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16841; + case 0x81: goto yy8827; + case 0x82: goto yy8828; + case 0x83: goto yy8829; + case 0x84: goto yy15614; + case 0x85: goto yy15615; + case 0x86: goto yy15616; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy5663; + case 0x88: goto yy16842; + case 0x8C: goto yy8832; + case 0x8F: goto yy8833; + case 0x90: goto yy8834; + case 0x91: goto yy8835; + case 0x92: goto yy8836; + case 0x93: goto yy8837; + case 0x9D: goto yy8838; + case 0x9E: goto yy8839; + case 0x9F: goto yy8840; + case 0xA6: goto yy8841; + case 0xA7: goto yy8842; + case 0xAD: goto yy8843; + case 0xAE: goto yy8844; + case 0xAF: goto yy8845; + case 0xB0: goto yy15617; + case 0xB1: goto yy15618; + case 0xB2: goto yy13670; + case 0xB3: goto yy15619; + case 0xB4: goto yy15620; + case 0xB5: goto yy15621; + case 0xB6: goto yy15622; + case 0xB7: goto yy15623; + case 0xB8: goto yy6383; + case 0xBA: goto yy8852; + case 0xBB: goto yy8814; + case 0xBF: goto yy8853; + default: goto yy2; + } +yy15557: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy15647; + case 0xAD: goto yy15648; + case 0xAE: goto yy15649; + case 0xAF: goto yy15650; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy13670; + case 0xB4: goto yy15651; + case 0xB5: goto yy15652; + case 0xB6: goto yy15653; + case 0xB7: goto yy15654; + case 0xB8: goto yy16843; + case 0xB9: goto yy16844; + case 0xBB: goto yy15656; + case 0xBC: goto yy16845; + case 0xBD: goto yy15658; + case 0xBF: goto yy8895; + default: goto yy2; + } +yy15558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy13666; + } else { + if (yych == 0x9A) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy5660; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy5660; + goto yy2; + } + } +yy15559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy13666; + if (yych <= 0x9B) goto yy5660; + goto yy2; +yy15560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy13666; + goto yy2; +yy15561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy13666; + } else { + if (yych == 0xBD) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy15562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy15563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy13666; + } else { + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy13666; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy13666; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy13666; + goto yy2; + } else { + if (yych <= 0xB2) goto yy13666; + if (yych <= 0xB5) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy15564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy5660; + goto yy13666; + } else { + if (yych == 0x97) goto yy5660; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy13666; + goto yy2; + } else { + if (yych <= 0xA1) goto yy13666; + if (yych <= 0xA3) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy5660; + goto yy2; + } + } + } +yy15565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy13666; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy13666; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy13666; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy13666; + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy15566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x90) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy13666; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB4) goto yy13666; + if (yych <= 0xB5) goto yy5660; + goto yy2; + } + } + } +yy15567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy13666; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy13666; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy13666; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy13666; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy15568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x8F) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy13666; + if (yych <= 0xA3) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB1) goto yy5660; + if (yych == 0xB9) goto yy13666; + goto yy2; + } + } +yy15569: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy13666; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy13666; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy13666; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy13666; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy15570: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x95) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy13666; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB0) goto yy5660; + if (yych <= 0xB1) goto yy13666; + goto yy2; + } + } + } +yy15571: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy5660; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy13666; + default: goto yy2; + } +yy15572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy13666; + goto yy2; + } else { + if (yych <= 0x97) goto yy5660; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy5660; + goto yy2; + } + } +yy15573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy13666; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy15574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5660; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x94) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy13666; + if (yych <= 0x9F) goto yy2; + goto yy13666; + } else { + if (yych <= 0xA3) goto yy5660; + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } +yy15575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy13666; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy13666; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy15576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5660; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x94) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy13666; + if (yych <= 0x9F) goto yy2; + goto yy13666; + } else { + if (yych <= 0xA3) goto yy5660; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy13666; + goto yy2; + } + } +yy15577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy13666; + goto yy2; + } else { + if (yych <= 0xBD) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy15578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy5660; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x8E) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy5660; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy5660; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy15579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy13666; + } else { + if (yych == 0xBD) goto yy13666; + goto yy2; + } + } +yy15580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy13666; + goto yy2; + } else { + if (yych <= 0x8A) goto yy5660; + if (yych <= 0x8E) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; + } + } +yy15581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy5660; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy15582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy13666; + } else { + if (yych == 0x87) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy13666; + if (yych <= 0x8F) goto yy2; + goto yy13666; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy15583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy13666; + goto yy2; + } else { + if (yych <= 0x8D) goto yy13666; + if (yych <= 0x8F) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy13666; + goto yy2; + } else { + if (yych <= 0x9D) goto yy13666; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy15584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy13666; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy13666; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy13666; + goto yy2; + } + } +yy15585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy13666; + if (yych <= 0x81) goto yy2; + goto yy13666; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy13666; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy15586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy13666; + goto yy2; + } else { + if (yych <= 0x95) goto yy13666; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy15587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy13666; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy5660; + goto yy2; +yy15588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy13666; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy15589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy13666; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy13666; + goto yy2; +yy15590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy15591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy13666; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy15592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy13666; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy15593: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy13666; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy13666; + goto yy2; +yy15594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy13666; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB1) goto yy13666; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } + } +yy15595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy13666; + } else { + if (yych <= 0x93) goto yy5660; + if (yych <= 0x9F) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy13666; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy5660; + goto yy2; + } + } +yy15596: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy15597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy13666; + goto yy2; +yy15598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xAA) goto yy13666; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy15599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy13666; + goto yy2; +yy15600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy13666; + goto yy2; + } else { + if (yych <= 0xAB) goto yy5660; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy5660; + goto yy2; + } +yy15601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy13666; + if (yych <= 0x9B) goto yy5660; + goto yy2; +yy15602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xA0) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy13666; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy15603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy13666; + if (yych <= 0xB3) goto yy5660; + goto yy2; +yy15604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy13666; + if (yych <= 0xB7) goto yy5660; + goto yy2; +yy15605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy13666; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy13666; + goto yy2; +yy15606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA8) goto yy5660; + if (yych <= 0xAC) goto yy13666; + goto yy5660; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy13666; + if (yych <= 0xB4) goto yy5660; + goto yy13666; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy5660; + goto yy2; + } + } +yy15607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy13666; + goto yy2; +yy15608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy15609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy13666; + goto yy2; +yy15610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy13666; + goto yy2; + } else { + if (yych <= 0x9D) goto yy13666; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy15611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy13666; + goto yy2; + } else { + if (yych <= 0x8D) goto yy13666; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy13666; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy13666; + goto yy2; + } + } +yy15612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy13666; + } else { + if (yych == 0xBE) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy15613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + if (yych <= 0x84) goto yy13666; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy13666; + goto yy5660; + } else { + if (yych <= 0x93) goto yy13666; + if (yych <= 0x95) goto yy2; + goto yy13666; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAC) goto yy13666; + if (yych <= 0xAF) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy13666; + goto yy2; + } else { + if (yych <= 0xBC) goto yy13666; + if (yych <= 0xBE) goto yy5660; + goto yy2; + } + } + } +yy15614: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy5660; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy13666; + default: goto yy2; + } +yy15615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + goto yy13666; + } else { + if (yych == 0x8E) goto yy13666; + if (yych <= 0x8F) goto yy5660; + goto yy2; + } +yy15616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy13666; + goto yy2; + } else { + if (yych <= 0x8B) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy15617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy15618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy13666; + goto yy2; + } else { + if (yych <= 0xBB) goto yy13666; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy15619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xAE) goto yy13666; + if (yych <= 0xB1) goto yy5660; + if (yych <= 0xB3) goto yy13666; + goto yy2; + } +yy15620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy13666; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy13666; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy15621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy13666; + if (yych == 0xBF) goto yy5660; + goto yy2; +yy15622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy13666; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy13666; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy13666; + goto yy2; + } + } +yy15623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy13666; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy13666; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy15624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy5660; + goto yy2; + } else { + if (yych <= 0x93) goto yy5660; + if (yych == 0xA0) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy5660; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy5660; + goto yy2; + } else { + if (yych <= 0xBC) goto yy13666; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy15625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy13666; + goto yy2; +yy15626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xBA) goto yy13666; + goto yy2; + } +yy15627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy5660; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy13666; + goto yy2; +yy15628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy13666; + goto yy2; + } else { + if (yych <= 0x9F) goto yy13666; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy13666; + goto yy2; + } +yy15629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } +yy15630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy13666; + goto yy2; + } else { + if (yych <= 0x9F) goto yy5660; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy15631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy13666; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy5660; + goto yy2; +yy15632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA1) goto yy5660; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy15633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy13666; + if (yych <= 0x88) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAD) goto yy13666; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy13666; + goto yy2; + } +yy15634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy13666; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy15635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy13666; + goto yy5660; + } else { + if (yych == 0x86) goto yy5660; + goto yy13666; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy5660; + if (yych <= 0xA2) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy5660; + goto yy2; + } + } +yy15636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy13666; + goto yy2; +yy15637: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + if (yych <= 0xB3) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy15638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy5660; + goto yy13666; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy13666; + } else { + if (yych == 0xBD) goto yy13666; + goto yy2; + } + } +yy15639: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy15640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy13666; + if (yych <= 0x93) goto yy5660; + goto yy2; +yy15641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy13666; + if (yych <= 0xB6) goto yy5660; + goto yy2; +yy15642: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy13666; + } else { + if (yych <= 0x83) goto yy5660; + if (yych <= 0x8B) goto yy13666; + goto yy5660; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } + } +yy15643: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy5660; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy13666; + goto yy5660; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy13666; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy5660; + goto yy2; + } + } +yy15644: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy13666; + goto yy2; + } else { + if (yych <= 0x8E) goto yy13666; + if (yych <= 0x90) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy13666; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy15645: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy13666; + if (yych <= 0x9B) goto yy5660; + goto yy2; + } else { + if (yych <= 0xA5) goto yy13666; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy15646: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy5660; + goto yy2; + } +yy15647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy13666; + goto yy2; + } else { + if (yych <= 0x97) goto yy13666; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy13666; + goto yy5660; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy5660; + if (yych <= 0xB6) goto yy13666; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy13666; + goto yy2; + } + } +yy15648: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy13666; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy15649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy15650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy5660; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy15651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy13666; + goto yy2; +yy15652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy15653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy13666; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy15654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy13666; + goto yy2; + } else { + if (yych <= 0xBB) goto yy13666; + if (yych <= 0xBD) goto yy5660; + goto yy2; + } +yy15655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy5660; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy5660; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy15656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy13666; + goto yy2; +yy15657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy5660; + } else { + if (yych == 0x8B) goto yy5660; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy5660; + if (yych <= 0xA0) goto yy2; + goto yy13666; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } +yy15658: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy5660; + if (yych <= 0x9A) goto yy13666; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; + } +yy15659: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16846; + case 0x81: goto yy16847; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy13670; + case 0x83: goto yy16848; + case 0x84: goto yy11472; + case 0x85: goto yy11473; + case 0x86: goto yy11474; + case 0x87: goto yy11475; + case 0x8A: goto yy16849; + case 0x8B: goto yy16850; + case 0x8C: goto yy16851; + case 0x8D: goto yy16852; + case 0x8E: goto yy16853; + case 0x8F: goto yy16854; + case 0x92: goto yy16855; + case 0x94: goto yy16856; + case 0x95: goto yy16857; + case 0x9C: goto yy16858; + case 0x9D: goto yy16859; + case 0xA0: goto yy16860; + case 0xA1: goto yy16861; + case 0xA2: goto yy16862; + case 0xA3: goto yy16863; + case 0xA4: goto yy16864; + case 0xA6: goto yy16865; + case 0xA8: goto yy16866; + case 0xA9: goto yy16867; + case 0xAA: goto yy16868; + case 0xAB: goto yy16869; + case 0xAC: goto yy15599; + case 0xAD: goto yy16870; + case 0xAE: goto yy16871; + case 0xB1: goto yy16872; + case 0xB2: + case 0xB3: goto yy16873; + default: goto yy2; + } +yy15660: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16874; + case 0x81: goto yy11498; + case 0x82: goto yy16875; + case 0x83: goto yy16876; + case 0x84: goto yy16877; + case 0x85: goto yy16878; + case 0x86: goto yy16879; + case 0x87: goto yy16880; + case 0x88: goto yy16881; + case 0x8A: goto yy16882; + case 0x8B: goto yy16883; + case 0x8C: goto yy16884; + case 0x8D: goto yy16885; + case 0x92: + case 0x98: goto yy16886; + case 0x93: goto yy16887; + case 0x96: goto yy16888; + case 0x97: goto yy16889; + case 0x99: goto yy16890; + case 0x9A: goto yy16891; + case 0x9C: goto yy11512; + case 0xA2: goto yy16892; + case 0xA3: goto yy16893; + case 0xAB: goto yy16894; + default: goto yy2; + } +yy15661: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy13670; + goto yy16895; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy13670; + if (yych <= 0x95) goto yy16896; + goto yy2; + } +yy15662: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy13670; + if (yych <= 0x90) goto yy16897; + goto yy2; +yy15663: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy13670; + if (yych <= 0x99) goto yy16898; + goto yy2; +yy15664: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy13670; + case 0xA8: goto yy16894; + case 0xA9: goto yy16862; + case 0xAB: goto yy16899; + case 0xAC: goto yy16900; + case 0xAD: goto yy16901; + case 0xAE: goto yy16902; + case 0xBD: goto yy16903; + case 0xBE: goto yy11524; + default: goto yy2; + } +yy15665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy13670; + if (yych <= 0xB1) goto yy16904; + if (yych <= 0xB2) goto yy16905; + goto yy2; +yy15666: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy5663; + case 0x83: goto yy8805; + case 0x84: goto yy11527; + case 0x85: goto yy11528; + case 0x87: goto yy11529; + case 0x89: goto yy11530; + case 0x8D: goto yy11531; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy13670; + case 0x91: goto yy16906; + case 0x92: goto yy16907; + case 0x93: goto yy16908; + case 0x94: goto yy16909; + case 0x95: goto yy16910; + case 0x9A: goto yy16911; + case 0x9B: goto yy16912; + case 0x9C: goto yy16913; + case 0x9D: goto yy16914; + case 0x9E: goto yy16915; + case 0x9F: goto yy16916; + case 0xAA: goto yy11539; + default: goto yy2; + } +yy15667: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy13670; + if (yych <= 0xA3) goto yy16917; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy16918; + goto yy16919; + } else { + if (yych <= 0xBA) goto yy16920; + if (yych <= 0xBB) goto yy11544; + goto yy2; + } + } +yy15668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy9247; + if (yych == 0xA0) goto yy1952; + goto yy2; +yy15669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy9247; + if (yych <= 0x81) goto yy2; + goto yy9247; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy9247; + if (yych <= 0xBA) goto yy1952; + goto yy2; + } +yy15670: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy9247; + goto yy2; + } else { + if (yych <= 0xB6) goto yy9247; + if (yych <= 0xB8) goto yy1952; + goto yy2; + } +yy15671: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9247; + if (yych <= 0x83) goto yy1952; + goto yy2; + } else { + if (yych <= 0x86) goto yy1952; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1952; + goto yy9247; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy9247; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1952; + } else { + if (yych == 0xBF) goto yy1952; + goto yy2; + } + } + } +yy15672: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xA4) goto yy9247; + if (yych <= 0xA6) goto yy1952; + goto yy2; + } +yy15673: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xB7) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy15674: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xAF) goto yy9247; + if (yych <= 0xBA) goto yy1952; + goto yy2; +yy15675: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + goto yy9247; + } else { + if (yych <= 0xB4) goto yy1952; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy15676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy9247; + goto yy1952; + } else { + if (yych == 0xB6) goto yy9247; + goto yy2; + } +yy15677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1952; + if (yych <= 0xB2) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy15678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1952; + } else { + if (yych <= 0x84) goto yy9247; + if (yych <= 0x89) goto yy2; + goto yy1952; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy9247; + } else { + if (yych == 0x9C) goto yy9247; + goto yy2; + } + } +yy15679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy9247; + goto yy2; + } else { + if (yych <= 0xAB) goto yy9247; + if (yych <= 0xB7) goto yy1952; + goto yy2; + } +yy15680: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy15681: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x84) goto yy2; + goto yy9247; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy9247; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy9247; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy9247; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy9247; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1952; + } else { + if (yych <= 0xBD) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } + } + } +yy15682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1952; + if (yych <= 0x86) goto yy2; + goto yy1952; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1952; + } else { + if (yych == 0x90) goto yy9247; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1952; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1952; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; + } + } + } +yy15683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9247; + if (yych <= 0xBF) goto yy1952; + goto yy2; +yy15684: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1952; + if (yych <= 0x85) goto yy9247; + goto yy2; + } else { + if (yych <= 0x87) goto yy9247; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy15685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy15686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1952; + goto yy2; + } else { + if (yych <= 0x9B) goto yy9247; + if (yych <= 0x9D) goto yy1952; + goto yy2; + } +yy15687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1952; + goto yy2; + } else { + if (yych <= 0x84) goto yy9247; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy15688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy9247; + if (yych <= 0xB7) goto yy1952; + goto yy2; +yy15689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy9247; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1952; + goto yy2; +yy15690: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy9247; + goto yy1952; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1952; + goto yy2; + } +yy15691: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1952; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy9247; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy15692: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9247; + goto yy2; + } else { + if (yych <= 0x90) goto yy9247; + if (yych <= 0xBE) goto yy1952; + goto yy2; + } +yy15693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9247; + goto yy2; + } else { + if (yych <= 0x99) goto yy9247; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1952; + goto yy2; + } +yy15694: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1952; + goto yy9247; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1952; + goto yy9247; + } else { + if (yych <= 0xBB) goto yy1952; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } + } +yy15695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy9247; + goto yy1952; + } else { + if (yych == 0xB5) goto yy1952; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy15696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy9247; + goto yy1952; + } else { + if (yych == 0xAF) goto yy1952; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy15697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy9247; + goto yy1952; + } else { + if (yych == 0xA9) goto yy1952; + if (yych <= 0xBF) goto yy9247; + goto yy2; + } +yy15698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy9247; + goto yy1952; + } else { + if (yych <= 0x8B) goto yy9247; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy15699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy9247; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1952; + goto yy2; +yy15700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych == 0x9A) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy10684; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy10684; + goto yy2; + } + } +yy15701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy12092; + if (yych <= 0x9B) goto yy10684; + goto yy2; +yy15702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy12092; + } else { + if (yych == 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15703: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x90) goto yy12092; + if (yych <= 0x97) goto yy10684; + goto yy12092; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy10684; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy15704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12092; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12092; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12092; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12092; + if (yych <= 0xB5) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy10684; + goto yy12092; + } else { + if (yych == 0x97) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy12092; + goto yy2; + } else { + if (yych <= 0xA1) goto yy12092; + if (yych <= 0xA3) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy10684; + goto yy2; + } + } + } +yy15706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy12092; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy12092; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy12092; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy12092; + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych == 0x91) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy12092; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy10684; + } else { + if (yych <= 0xB4) goto yy12092; + if (yych <= 0xB5) goto yy10684; + goto yy2; + } + } + } +yy15708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy12092; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy12092; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12092; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12092; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych == 0x90) goto yy12092; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy12092; + if (yych <= 0xA3) goto yy10684; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy10684; + } else { + if (yych == 0xB9) goto yy12092; + goto yy2; + } + } + } +yy15710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy12092; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12092; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12092; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12092; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy10684; + if (yych <= 0xB1) goto yy12092; + goto yy2; + } + } + } +yy15712: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy10684; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy12092; + default: goto yy2; + } +yy15713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy12092; + if (yych == 0x97) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy10684; + goto yy2; + } + } +yy15714: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy12092; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy10684; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy12092; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy12092; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy12092; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy10684; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy12092; + goto yy2; + } + } + } +yy15718: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy12092; + goto yy2; + } else { + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8E) goto yy12092; + if (yych <= 0x96) goto yy2; + goto yy10684; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12092; + if (yych <= 0xA3) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy10684; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } + } +yy15720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy12092; + } else { + if (yych == 0xBD) goto yy12092; + goto yy2; + } + } +yy15721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12092; + goto yy2; + } else { + if (yych <= 0x8A) goto yy10684; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } + } +yy15722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy10684; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy15723: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12092; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy10684; + goto yy2; +yy15724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12092; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy15725: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9303; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy15726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy12092; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB1) goto yy12092; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } + } +yy15727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych <= 0x93) goto yy10684; + if (yych <= 0x9F) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy12092; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } + } +yy15728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy9303; + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy15729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xAA) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy15730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12092; + goto yy2; + } else { + if (yych <= 0xAB) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy10684; + goto yy2; + } +yy15731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12092; + if (yych <= 0x9B) goto yy10684; + goto yy2; +yy15732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xA0) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy12092; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy15733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12092; + if (yych <= 0xB3) goto yy10684; + goto yy2; +yy15734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12092; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy15735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA8) goto yy10684; + if (yych <= 0xAC) goto yy12092; + goto yy10684; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy12092; + if (yych <= 0xB4) goto yy10684; + goto yy12092; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy10684; + goto yy2; + } + } +yy15736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy12092; + } else { + if (yych == 0xBE) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0x84) goto yy12092; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy12092; + goto yy10684; + } else { + if (yych <= 0x93) goto yy12092; + if (yych <= 0x95) goto yy2; + goto yy12092; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAC) goto yy12092; + if (yych <= 0xAF) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy12092; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12092; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } + } + } +yy15738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy9303; + if (yych <= 0x97) goto yy2; + goto yy1087; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1087; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } +yy15739: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy10684; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy12092; + default: goto yy2; + } +yy15740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy12092; + } else { + if (yych == 0x8E) goto yy12092; + if (yych <= 0x8F) goto yy10684; + goto yy2; + } +yy15741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy12092; + goto yy2; + } else { + if (yych <= 0x8B) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15743: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xAE) goto yy12092; + if (yych <= 0xB1) goto yy10684; + if (yych <= 0xB3) goto yy12092; + goto yy2; + } +yy15744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12092; + if (yych == 0xBF) goto yy10684; + goto yy2; +yy15745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy12092; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x93) goto yy10684; + if (yych == 0xA0) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy10684; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12092; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xBA) goto yy12092; + goto yy2; + } +yy15748: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy12092; + goto yy2; +yy15749: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } +yy15750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy12092; + goto yy2; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy15751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy10684; + goto yy2; +yy15752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA1) goto yy10684; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy15753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12092; + if (yych <= 0x88) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAD) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy12092; + goto yy2; + } +yy15754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12092; + goto yy10684; + } else { + if (yych == 0x86) goto yy10684; + goto yy12092; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy10684; + if (yych <= 0xA2) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy10684; + goto yy2; + } + } +yy15755: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0xB3) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy12092; + if (yych <= 0xBA) goto yy2; + goto yy12092; + } else { + if (yych == 0xBD) goto yy12092; + goto yy2; + } + } +yy15757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy12092; + } else { + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy15758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12092; + if (yych <= 0x93) goto yy10684; + goto yy2; +yy15759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12092; + if (yych <= 0xB6) goto yy10684; + goto yy2; +yy15760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy12092; + goto yy10684; + } else { + if (yych <= 0x8B) goto yy12092; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } + } +yy15761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy12092; + goto yy10684; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy12092; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy10684; + goto yy2; + } + } +yy15762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12092; + if (yych <= 0x9B) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA5) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy15763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy12092; + if (yych <= 0xAA) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy15764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12092; + goto yy2; + } else { + if (yych <= 0x97) goto yy12092; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy12092; + goto yy10684; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy10684; + if (yych <= 0xB6) goto yy12092; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy12092; + goto yy2; + } + } +yy15765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy15766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy15767: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12092; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12092; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } +yy15768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy10684; + if (yych <= 0x9F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy9303; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } +yy15769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy10684; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy10684; + goto yy9303; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy10684; + if (yych == 0xA9) goto yy10684; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy15770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy9303; + goto yy1087; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy12092; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy15771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy10684; + if (yych <= 0x9A) goto yy12092; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } +yy15772: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15778; + case 0x81: goto yy15779; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy12096; + case 0x83: goto yy15780; + case 0x84: goto yy16729; + case 0x85: goto yy16730; + case 0x86: goto yy16731; + case 0x87: goto yy16732; + case 0x8A: goto yy15781; + case 0x8B: goto yy16921; + case 0x8C: goto yy15783; + case 0x8D: goto yy16922; + case 0x8E: goto yy15785; + case 0x8F: goto yy15786; + case 0x92: goto yy15787; + case 0x94: goto yy15788; + case 0x95: goto yy15789; + case 0x9C: goto yy15790; + case 0x9D: goto yy15791; + case 0xA0: goto yy15792; + case 0xA1: goto yy16923; + case 0xA2: goto yy15794; + case 0xA3: goto yy15795; + case 0xA4: goto yy15796; + case 0xA6: goto yy15797; + case 0xA8: goto yy16924; + case 0xA9: goto yy15799; + case 0xAA: goto yy15800; + case 0xAB: goto yy16925; + case 0xAC: goto yy14074; + case 0xAD: goto yy15802; + case 0xAE: goto yy15803; + case 0xB1: goto yy15804; + case 0xB2: + case 0xB3: goto yy15805; + default: goto yy2; + } +yy15773: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16926; + case 0x81: goto yy16805; + case 0x82: goto yy16927; + case 0x83: goto yy15808; + case 0x84: goto yy16928; + case 0x85: goto yy16929; + case 0x86: goto yy16930; + case 0x87: goto yy16931; + case 0x88: goto yy16932; + case 0x8A: goto yy15814; + case 0x8B: goto yy16933; + case 0x8C: goto yy16934; + case 0x8D: goto yy16935; + case 0x92: + case 0x98: goto yy16936; + case 0x93: goto yy16937; + case 0x96: goto yy16938; + case 0x97: goto yy16939; + case 0x99: goto yy16940; + case 0x9A: goto yy16941; + case 0x9B: goto yy2362; + case 0x9C: goto yy16821; + case 0xA2: goto yy15824; + case 0xA3: goto yy15825; + case 0xAB: goto yy15826; + default: goto yy2; + } +yy15774: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy12096; + case 0xA8: goto yy15826; + case 0xA9: goto yy15831; + case 0xAB: goto yy16942; + case 0xAC: goto yy16943; + case 0xAD: goto yy16944; + case 0xAE: goto yy15835; + case 0xBD: goto yy16945; + case 0xBE: goto yy16754; + default: goto yy2; + } +yy15775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy12096; + if (yych <= 0xB1) goto yy15837; + if (yych <= 0xB2) goto yy16946; + goto yy2; +yy15776: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy10688; + case 0x83: goto yy13259; + case 0x84: goto yy16756; + case 0x85: goto yy16757; + case 0x87: goto yy16758; + case 0x89: goto yy16759; + case 0x8D: goto yy16760; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy12096; + case 0x91: goto yy15839; + case 0x92: goto yy15840; + case 0x93: goto yy15841; + case 0x94: goto yy15842; + case 0x95: goto yy15843; + case 0x9A: goto yy15844; + case 0x9B: goto yy16947; + case 0x9C: goto yy16948; + case 0x9D: goto yy16949; + case 0x9E: goto yy16950; + case 0x9F: goto yy16951; + case 0xAA: goto yy16762; + default: goto yy2; + } +yy15777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy12096; + if (yych <= 0xA3) goto yy16952; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy15851; + goto yy15852; + } else { + if (yych <= 0xBA) goto yy15853; + if (yych <= 0xBB) goto yy16764; + goto yy2; + } + } +yy15778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy12092; + } else { + if (yych == 0xBF) goto yy12092; + goto yy2; + } + } +yy15779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy12092; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy12092; + goto yy2; +yy15780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy12092; + goto yy2; +yy15781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy12092; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy15782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12092; + if (yych == 0xA0) goto yy7354; + goto yy2; +yy15783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy15784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy12092; + if (yych <= 0x81) goto yy2; + goto yy12092; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy12092; + if (yych <= 0xBA) goto yy7354; + goto yy2; + } +yy15785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy12092; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy15786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy12092; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy12092; + goto yy2; +yy15787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy12092; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy15788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy15789: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12092; + goto yy2; +yy15790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy12092; + goto yy2; +yy15791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12092; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy12092; + goto yy2; +yy15792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12092; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy12092; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12092; + if (yych == 0xBF) goto yy12092; + goto yy2; + } + } +yy15793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12092; + goto yy2; + } else { + if (yych <= 0xB6) goto yy12092; + if (yych <= 0xB8) goto yy7354; + goto yy2; + } +yy15794: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12092; + goto yy2; +yy15795: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy12092; + goto yy2; +yy15796: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12092; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy12092; + goto yy2; +yy15797: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy12092; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy15798: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy12092; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych <= 0x86) goto yy7354; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy7354; + goto yy12092; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy12092; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy7354; + } else { + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } + } +yy15799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy12092; + goto yy2; +yy15800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy12092; + goto yy2; +yy15801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xA4) goto yy12092; + if (yych <= 0xA6) goto yy7354; + goto yy2; + } +yy15802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12092; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy12092; + goto yy2; +yy15803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12092; + goto yy2; +yy15804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12092; + goto yy2; +yy15805: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy12092; + goto yy2; +yy15806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xB7) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xAF) goto yy12092; + if (yych <= 0xBA) goto yy7354; + goto yy2; +yy15808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy15809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + goto yy12092; + } else { + if (yych <= 0xB4) goto yy7354; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy15810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy12092; + goto yy7354; + } else { + if (yych == 0xB6) goto yy12092; + goto yy2; + } +yy15811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xB2) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy12092; + if (yych <= 0x89) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy12092; + } else { + if (yych == 0x9C) goto yy12092; + goto yy2; + } + } +yy15813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12092; + goto yy2; + } else { + if (yych <= 0xAB) goto yy12092; + if (yych <= 0xB7) goto yy7354; + goto yy2; + } +yy15814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12092; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy12092; + goto yy2; + } else { + if (yych <= 0xA8) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy15815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy15816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy12092; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12092; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12092; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12092; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy15817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych == 0x90) goto yy12092; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy7354; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } + } + } +yy15818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12092; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy15819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x85) goto yy12092; + goto yy2; + } else { + if (yych <= 0x87) goto yy12092; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy15820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy15821: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy7354; + goto yy2; + } else { + if (yych <= 0x9B) goto yy12092; + if (yych <= 0x9D) goto yy7354; + goto yy2; + } +yy15822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy7354; + goto yy2; + } else { + if (yych <= 0x84) goto yy12092; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy15823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12092; + if (yych <= 0xB7) goto yy7354; + goto yy2; +yy15824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy15825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy12092; + goto yy843; + } else { + if (yych == 0xBF) goto yy12092; + goto yy2; + } +yy15826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy12092; + goto yy2; +yy15827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy12092; + goto yy2; +yy15828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy12092; + goto yy2; +yy15829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12092; + goto yy2; +yy15830: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12092; + goto yy2; +yy15831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12092; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy15832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy7354; + goto yy2; +yy15833: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12092; + goto yy7354; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy15834: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy7354; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy12092; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy15835: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12092; + goto yy2; +yy15836: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12092; + goto yy2; + } else { + if (yych <= 0x90) goto yy12092; + if (yych <= 0xBE) goto yy7354; + goto yy2; + } +yy15837: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy12092; + goto yy2; +yy15838: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12092; + goto yy2; + } else { + if (yych <= 0x99) goto yy12092; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy7354; + goto yy2; + } +yy15839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy15840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy12092; + } else { + if (yych == 0xA2) goto yy12092; + if (yych <= 0xA4) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy12092; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy12092; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } + } +yy15841: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy15842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12092; + goto yy2; + } else { + if (yych <= 0x8A) goto yy12092; + if (yych <= 0x8C) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy12092; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy12092; + goto yy2; + } + } +yy15843: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy12092; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy12092; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy15844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12092; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; +yy15845: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy7354; + goto yy12092; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy7354; + goto yy12092; + } else { + if (yych <= 0xBB) goto yy7354; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy15846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy12092; + goto yy7354; + } else { + if (yych == 0xB5) goto yy7354; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy15847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy12092; + goto yy7354; + } else { + if (yych == 0xAF) goto yy7354; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy15848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12092; + goto yy7354; + } else { + if (yych == 0xA9) goto yy7354; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy15849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy12092; + goto yy7354; + } else { + if (yych <= 0x8B) goto yy12092; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy15850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12092; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; +yy15851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy12092; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy12092; + } else { + if (yych == 0xA4) goto yy12092; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy12092; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy12092; + } else { + if (yych == 0xBB) goto yy12092; + goto yy2; + } + } + } +yy15852: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy12092; + default: goto yy2; + } +yy15853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy12092; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy12092; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy12092; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy12092; + goto yy2; + } + } +yy15854: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1764; + case 0xAA: + case 0xB5: + case 0xBA: goto yy14146; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy15855: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy14146; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy14146; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy15856: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych == 0x8A) goto yy16953; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBE) goto yy16953; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy15857: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy1764; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy14146; + goto yy2; + } else { + if (yych <= 0xB2) goto yy14146; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy15858: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7386; + case 0x81: goto yy7387; + case 0x82: goto yy15884; + case 0x83: goto yy15885; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy14150; + case 0x89: goto yy15886; + case 0x8A: goto yy15887; + case 0x8B: goto yy15888; + case 0x8C: goto yy15889; + case 0x8D: goto yy15890; + case 0x8E: goto yy15891; + case 0x8F: goto yy15892; + case 0x90: goto yy16954; + case 0x99: goto yy15894; + case 0x9A: goto yy15895; + case 0x9B: goto yy15896; + case 0x9C: goto yy15897; + case 0x9D: goto yy15898; + case 0x9E: goto yy7394; + case 0x9F: goto yy7395; + case 0xA0: goto yy16955; + case 0xA1: goto yy15900; + case 0xA2: goto yy15901; + case 0xA3: goto yy15902; + case 0xA4: goto yy15903; + case 0xA5: goto yy7399; + case 0xA7: goto yy7400; + case 0xA8: goto yy15904; + case 0xA9: goto yy7401; + case 0xAA: goto yy7402; + case 0xAC: goto yy7403; + case 0xAD: goto yy7404; + case 0xAE: goto yy15905; + case 0xAF: goto yy15906; + case 0xB0: goto yy15907; + case 0xB1: goto yy15908; + case 0xB3: goto yy15909; + case 0xB4: goto yy15910; + case 0xB5: goto yy15911; + case 0xB6: goto yy15912; + case 0xB7: goto yy7408; + case 0xBC: goto yy15913; + case 0xBD: goto yy15914; + case 0xBE: goto yy15915; + case 0xBF: goto yy15916; + default: goto yy2; + } +yy15859: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16956; + case 0x81: goto yy7412; + case 0x82: goto yy7413; + case 0x83: goto yy7414; + case 0x84: goto yy15917; + case 0x85: goto yy15918; + case 0x86: goto yy15919; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1769; + case 0x88: goto yy16957; + case 0x8C: goto yy7417; + case 0x8F: goto yy7418; + case 0x90: goto yy7419; + case 0x91: goto yy7420; + case 0x92: goto yy7421; + case 0x93: goto yy7422; + case 0x9D: goto yy7423; + case 0x9E: goto yy7424; + case 0x9F: goto yy7425; + case 0xA6: goto yy7426; + case 0xA7: goto yy7427; + case 0xAD: goto yy7428; + case 0xAE: goto yy7429; + case 0xAF: goto yy7430; + case 0xB0: goto yy15920; + case 0xB1: goto yy15921; + case 0xB2: goto yy14150; + case 0xB3: goto yy15922; + case 0xB4: goto yy15923; + case 0xB5: goto yy15924; + case 0xB6: goto yy15925; + case 0xB7: goto yy15926; + case 0xB8: goto yy16958; + case 0xBA: goto yy7434; + case 0xBB: goto yy4401; + case 0xBF: goto yy7435; + default: goto yy2; + } +yy15860: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy15950; + case 0xAD: goto yy15951; + case 0xAE: goto yy15952; + case 0xAF: goto yy15953; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy14150; + case 0xB4: goto yy15954; + case 0xB5: goto yy15955; + case 0xB6: goto yy15956; + case 0xB7: goto yy15957; + case 0xB8: goto yy16959; + case 0xB9: goto yy16960; + case 0xBB: goto yy15959; + case 0xBC: goto yy16961; + case 0xBD: goto yy15961; + case 0xBF: goto yy7469; + default: goto yy2; + } +yy15861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych == 0x9A) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1764; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1764; + goto yy2; + } + } +yy15862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy14146; + if (yych <= 0x9B) goto yy1764; + goto yy2; +yy15863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy14146; + goto yy2; +yy15864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy14146; + } else { + if (yych == 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy15865: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy15866: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy14146; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14146; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14146; + goto yy2; + } else { + if (yych <= 0xB2) goto yy14146; + if (yych <= 0xB5) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy15867: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1764; + goto yy14146; + } else { + if (yych == 0x97) goto yy1764; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy14146; + goto yy2; + } else { + if (yych <= 0xA1) goto yy14146; + if (yych <= 0xA3) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1764; + goto yy2; + } + } + } +yy15868: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy14146; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy14146; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy14146; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy14146; + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy15869: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x90) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy14146; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB4) goto yy14146; + if (yych <= 0xB5) goto yy1764; + goto yy2; + } + } + } +yy15870: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy14146; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy14146; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14146; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14146; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy15871: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x8F) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy14146; + if (yych <= 0xA3) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1764; + if (yych == 0xB9) goto yy14146; + goto yy2; + } + } +yy15872: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy14146; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy14146; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14146; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14146; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy15873: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x95) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy14146; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB0) goto yy1764; + if (yych <= 0xB1) goto yy14146; + goto yy2; + } + } + } +yy15874: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1764; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy14146; + default: goto yy2; + } +yy15875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy14146; + goto yy2; + } else { + if (yych <= 0x97) goto yy1764; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1764; + goto yy2; + } + } +yy15876: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy14146; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy15877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1764; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x94) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy14146; + if (yych <= 0x9F) goto yy2; + goto yy14146; + } else { + if (yych <= 0xA3) goto yy1764; + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } +yy15878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy14146; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy14146; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy15879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1764; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x94) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy14146; + if (yych <= 0x9F) goto yy2; + goto yy14146; + } else { + if (yych <= 0xA3) goto yy1764; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy14146; + goto yy2; + } + } +yy15880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy14146; + goto yy2; + } else { + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy15881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1764; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x8E) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1764; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy1764; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy15882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy14146; + } else { + if (yych == 0xBD) goto yy14146; + goto yy2; + } + } +yy15883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14146; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1764; + if (yych <= 0x8E) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } + } +yy15884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1764; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy15885: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych == 0x87) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy14146; + if (yych <= 0x8F) goto yy2; + goto yy14146; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy15886: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy14146; + goto yy2; + } else { + if (yych <= 0x8D) goto yy14146; + if (yych <= 0x8F) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy14146; + goto yy2; + } else { + if (yych <= 0x9D) goto yy14146; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy15887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy14146; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy14146; + goto yy2; + } + } +yy15888: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy14146; + if (yych <= 0x81) goto yy2; + goto yy14146; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy14146; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy15889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy14146; + goto yy2; + } else { + if (yych <= 0x95) goto yy14146; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy15890: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy14146; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1764; + goto yy2; +yy15891: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy14146; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy15892: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy14146; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy14146; + goto yy2; +yy15893: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy7354; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy15894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy14146; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy15895: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy14146; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy15896: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy14146; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy14146; + goto yy2; +yy15897: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy14146; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB1) goto yy14146; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } + } +yy15898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych <= 0x93) goto yy1764; + if (yych <= 0x9F) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy14146; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1764; + goto yy2; + } + } +yy15899: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy7354; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy15900: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy14146; + goto yy2; +yy15901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xAA) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy15902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy14146; + goto yy2; +yy15903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy14146; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1764; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1764; + goto yy2; + } +yy15904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy14146; + if (yych <= 0x9B) goto yy1764; + goto yy2; +yy15905: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xA0) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy14146; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy15906: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14146; + if (yych <= 0xB3) goto yy1764; + goto yy2; +yy15907: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy14146; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy15908: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy14146; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy14146; + goto yy2; +yy15909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1764; + if (yych <= 0xAC) goto yy14146; + goto yy1764; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy14146; + if (yych <= 0xB4) goto yy1764; + goto yy14146; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1764; + goto yy2; + } + } +yy15910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy14146; + goto yy2; +yy15911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy15912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy14146; + goto yy2; +yy15913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy14146; + goto yy2; + } else { + if (yych <= 0x9D) goto yy14146; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy15914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy14146; + goto yy2; + } else { + if (yych <= 0x8D) goto yy14146; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy14146; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy14146; + goto yy2; + } + } +yy15915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy14146; + } else { + if (yych == 0xBE) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy15916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0x84) goto yy14146; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy14146; + goto yy1764; + } else { + if (yych <= 0x93) goto yy14146; + if (yych <= 0x95) goto yy2; + goto yy14146; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAC) goto yy14146; + if (yych <= 0xAF) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy14146; + goto yy2; + } else { + if (yych <= 0xBC) goto yy14146; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } + } + } +yy15917: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1764; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy14146; + default: goto yy2; + } +yy15918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + goto yy14146; + } else { + if (yych == 0x8E) goto yy14146; + if (yych <= 0x8F) goto yy1764; + goto yy2; + } +yy15919: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy14146; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy15920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy15921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy14146; + goto yy2; + } else { + if (yych <= 0xBB) goto yy14146; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy15922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xAE) goto yy14146; + if (yych <= 0xB1) goto yy1764; + if (yych <= 0xB3) goto yy14146; + goto yy2; + } +yy15923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy14146; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy14146; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy15924: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy14146; + if (yych == 0xBF) goto yy1764; + goto yy2; +yy15925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy14146; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy14146; + goto yy2; + } + } +yy15926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy14146; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy15927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x93) goto yy1764; + if (yych == 0xA0) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1764; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBC) goto yy14146; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy15928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy14146; + goto yy2; +yy15929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xBA) goto yy14146; + goto yy2; + } +yy15930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1764; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy14146; + goto yy2; +yy15931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy14146; + goto yy2; + } else { + if (yych <= 0x9F) goto yy14146; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy14146; + goto yy2; + } +yy15932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } +yy15933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy14146; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1764; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy15934: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1764; + goto yy2; +yy15935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1764; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy15936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy14146; + if (yych <= 0x88) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAD) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy14146; + goto yy2; + } +yy15937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy14146; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy15938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy14146; + goto yy1764; + } else { + if (yych == 0x86) goto yy1764; + goto yy14146; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1764; + if (yych <= 0xA2) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1764; + goto yy2; + } + } +yy15939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy14146; + goto yy2; +yy15940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0xB3) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy15941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy1764; + goto yy14146; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy14146; + } else { + if (yych == 0xBD) goto yy14146; + goto yy2; + } + } +yy15942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy15943: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14146; + if (yych <= 0x93) goto yy1764; + goto yy2; +yy15944: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy14146; + if (yych <= 0xB6) goto yy1764; + goto yy2; +yy15945: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych <= 0x83) goto yy1764; + if (yych <= 0x8B) goto yy14146; + goto yy1764; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } + } +yy15946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy14146; + goto yy1764; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy14146; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1764; + goto yy2; + } + } +yy15947: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy14146; + goto yy2; + } else { + if (yych <= 0x8E) goto yy14146; + if (yych <= 0x90) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy14146; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy15948: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy14146; + if (yych <= 0x9B) goto yy1764; + goto yy2; + } else { + if (yych <= 0xA5) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy15949: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy1764; + goto yy2; + } +yy15950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14146; + goto yy2; + } else { + if (yych <= 0x97) goto yy14146; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy14146; + goto yy1764; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1764; + if (yych <= 0xB6) goto yy14146; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy14146; + goto yy2; + } + } +yy15951: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy14146; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy15952: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy15953: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1764; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy15954: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy14146; + goto yy2; +yy15955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy15956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy14146; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy15957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy14146; + goto yy2; + } else { + if (yych <= 0xBB) goto yy14146; + if (yych <= 0xBD) goto yy1764; + goto yy2; + } +yy15958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1764; + goto yy2; + } else { + if (yych == 0xA3) goto yy7354; + goto yy1764; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy1764; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy15959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy14146; + goto yy2; +yy15960: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy1764; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1764; + if (yych <= 0x8C) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } else { + if (yych <= 0xBA) goto yy14146; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy15961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1764; + if (yych <= 0x9A) goto yy14146; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } +yy15962: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16962; + case 0x81: goto yy16963; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy14150; + case 0x83: goto yy16964; + case 0x84: goto yy10716; + case 0x85: goto yy10717; + case 0x86: goto yy10718; + case 0x87: goto yy10719; + case 0x8A: goto yy16965; + case 0x8B: goto yy16966; + case 0x8C: goto yy16967; + case 0x8D: goto yy16968; + case 0x8E: goto yy16969; + case 0x8F: goto yy16970; + case 0x92: goto yy16971; + case 0x94: goto yy16972; + case 0x95: goto yy16973; + case 0x9C: goto yy16974; + case 0x9D: goto yy16975; + case 0xA0: goto yy16976; + case 0xA1: goto yy16977; + case 0xA2: goto yy16978; + case 0xA3: goto yy16979; + case 0xA4: goto yy16980; + case 0xA6: goto yy16981; + case 0xA8: goto yy16982; + case 0xA9: goto yy16983; + case 0xAA: goto yy16984; + case 0xAB: goto yy16985; + case 0xAC: goto yy15902; + case 0xAD: goto yy16986; + case 0xAE: goto yy16987; + case 0xB1: goto yy16988; + case 0xB2: + case 0xB3: goto yy16989; + default: goto yy2; + } +yy15963: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16990; + case 0x81: goto yy10724; + case 0x82: goto yy16991; + case 0x83: goto yy16992; + case 0x84: goto yy16993; + case 0x85: goto yy16994; + case 0x86: goto yy16995; + case 0x87: goto yy16996; + case 0x88: goto yy16997; + case 0x8A: goto yy16998; + case 0x8B: goto yy16999; + case 0x8C: goto yy17000; + case 0x8D: goto yy17001; + case 0x92: + case 0x98: goto yy17002; + case 0x93: goto yy17003; + case 0x96: goto yy17004; + case 0x97: goto yy17005; + case 0x99: goto yy17006; + case 0x9A: goto yy17007; + case 0x9C: goto yy10736; + case 0xA2: goto yy17008; + case 0xA3: goto yy17009; + case 0xAB: goto yy17010; + default: goto yy2; + } +yy15964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy14150; + goto yy17011; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy14150; + if (yych <= 0x95) goto yy17012; + goto yy2; + } +yy15965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy14150; + if (yych <= 0x90) goto yy17013; + goto yy2; +yy15966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy14150; + if (yych <= 0x99) goto yy17014; + goto yy2; +yy15967: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy14150; + case 0xA8: goto yy17010; + case 0xA9: goto yy16978; + case 0xAB: goto yy17015; + case 0xAC: goto yy17016; + case 0xAD: goto yy17017; + case 0xAE: goto yy17018; + case 0xBD: goto yy17019; + case 0xBE: goto yy10741; + default: goto yy2; + } +yy15968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy14150; + if (yych <= 0xB1) goto yy17020; + if (yych <= 0xB2) goto yy17021; + goto yy2; +yy15969: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1769; + case 0x83: goto yy4329; + case 0x84: goto yy10743; + case 0x85: goto yy10744; + case 0x87: goto yy10745; + case 0x89: goto yy10746; + case 0x8D: goto yy10747; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy14150; + case 0x91: goto yy17022; + case 0x92: goto yy17023; + case 0x93: goto yy17024; + case 0x94: goto yy17025; + case 0x95: goto yy17026; + case 0x9A: goto yy17027; + case 0x9B: goto yy17028; + case 0x9C: goto yy17029; + case 0x9D: goto yy17030; + case 0x9E: goto yy17031; + case 0x9F: goto yy17032; + case 0xAA: goto yy10749; + default: goto yy2; + } +yy15970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy14150; + if (yych <= 0xA3) goto yy17033; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy17034; + goto yy17035; + } else { + if (yych <= 0xBA) goto yy17036; + if (yych <= 0xBB) goto yy10751; + goto yy2; + } + } +yy15971: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy10684; + case 0xAA: + case 0xB5: + case 0xBA: goto yy14174; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy15972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy14174; + goto yy10684; + } else { + if (yych == 0xB7) goto yy10684; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy15973: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x91) { + if (yych <= 0x81) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy2; + } else { + if (yych == 0x97) goto yy17037; + goto yy10684; + } + } else { + if (yych <= 0xAC) { + if (yych <= 0xA4) goto yy2; + if (yych <= 0xAB) goto yy10684; + goto yy2; + } else { + if (yych == 0xAE) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15974: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB3) goto yy14174; + if (yych <= 0xB4) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy14174; + if (yych <= 0xBA) goto yy2; + goto yy14174; + } else { + if (yych == 0xBF) goto yy14174; + goto yy2; + } + } +yy15975: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy14174; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy14174; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy15976: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy10684; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy15977: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy14174; + if (yych <= 0x89) goto yy10684; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy15978: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych == 0x8A) goto yy12153; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBE) goto yy12153; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy15979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy10684; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy14174; + goto yy2; + } else { + if (yych <= 0xB2) goto yy14174; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy15980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy10684; + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy15981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x8A) { + if (yych <= 0x80) goto yy2; + goto yy14174; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xA9) goto yy843; + goto yy2; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xAB) goto yy843; + if (yych <= 0xAD) goto yy2; + goto yy14174; + } else { + if (yych <= 0xB0) goto yy10684; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy15982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy14174; + goto yy2; + } else { + if (yych <= 0x95) goto yy14174; + if (yych == 0x9D) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy14174; + goto yy843; + } else { + if (yych <= 0xBC) goto yy14174; + if (yych <= 0xBE) goto yy10684; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy15983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy15984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy10684; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy15985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14174; + if (yych <= 0xB0) goto yy10684; + if (yych <= 0xB1) goto yy14174; + goto yy2; +yy15986: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy14174; + } else { + if (yych <= 0xB3) goto yy10684; + if (yych == 0xB6) goto yy10684; + goto yy2; + } +yy15987: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy17038; + case 0xA1: goto yy17039; + case 0xA2: goto yy15996; + case 0xA3: goto yy15120; + case 0xA4: goto yy17040; + case 0xA5: goto yy17041; + case 0xA6: goto yy17042; + case 0xA7: goto yy17043; + case 0xA8: goto yy17044; + case 0xA9: goto yy17045; + case 0xAA: goto yy17046; + case 0xAB: goto yy17047; + case 0xAC: goto yy17048; + case 0xAD: goto yy17049; + case 0xAE: goto yy17050; + case 0xAF: goto yy17051; + case 0xB0: goto yy17052; + case 0xB1: goto yy17053; + case 0xB2: goto yy17054; + case 0xB3: goto yy17055; + case 0xB4: goto yy17056; + case 0xB5: goto yy17057; + case 0xB6: goto yy17058; + case 0xB7: goto yy17059; + case 0xB8: goto yy15140; + case 0xB9: goto yy15385; + case 0xBA: goto yy15142; + case 0xBB: goto yy15386; + case 0xBC: goto yy15387; + case 0xBD: goto yy15145; + case 0xBE: goto yy15146; + case 0xBF: goto yy15147; + default: goto yy2; + } +yy15988: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15148; + case 0x81: goto yy15388; + case 0x82: goto yy17060; + case 0x83: goto yy16018; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy14178; + case 0x89: goto yy16019; + case 0x8A: goto yy16020; + case 0x8B: goto yy16021; + case 0x8C: goto yy16022; + case 0x8D: goto yy17061; + case 0x8E: goto yy17062; + case 0x8F: goto yy16025; + case 0x90: goto yy17063; + case 0x99: goto yy16027; + case 0x9A: goto yy16028; + case 0x9B: goto yy16029; + case 0x9C: goto yy17064; + case 0x9D: goto yy17065; + case 0x9E: goto yy15156; + case 0x9F: goto yy15395; + case 0xA0: goto yy17066; + case 0xA1: goto yy16033; + case 0xA2: goto yy17067; + case 0xA3: goto yy16035; + case 0xA4: goto yy17068; + case 0xA5: goto yy15399; + case 0xA7: goto yy15400; + case 0xA8: goto yy17069; + case 0xA9: goto yy15163; + case 0xAA: goto yy15402; + case 0xAC: goto yy15165; + case 0xAD: goto yy15403; + case 0xAE: goto yy17070; + case 0xAF: goto yy17071; + case 0xB0: goto yy17072; + case 0xB1: goto yy16041; + case 0xB3: goto yy17073; + case 0xB4: goto yy16043; + case 0xB5: goto yy16044; + case 0xB6: goto yy16045; + case 0xB7: goto yy15170; + case 0xBC: goto yy16046; + case 0xBD: goto yy16047; + case 0xBE: goto yy17074; + case 0xBF: goto yy17075; + default: goto yy2; + } +yy15989: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17076; + case 0x81: goto yy15174; + case 0x82: goto yy15175; + case 0x83: goto yy15176; + case 0x84: goto yy17077; + case 0x85: goto yy17078; + case 0x86: goto yy17079; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy10688; + case 0x88: goto yy17080; + case 0x8C: goto yy15179; + case 0x8F: goto yy15180; + case 0x90: goto yy15181; + case 0x91: goto yy15182; + case 0x92: goto yy15183; + case 0x93: goto yy15184; + case 0x9D: goto yy15185; + case 0x9E: goto yy15186; + case 0x9F: goto yy15187; + case 0xA6: goto yy15188; + case 0xA7: goto yy15189; + case 0xAD: goto yy15190; + case 0xAE: goto yy15191; + case 0xAF: goto yy15192; + case 0xB0: goto yy16053; + case 0xB1: goto yy16054; + case 0xB2: goto yy14178; + case 0xB3: goto yy17081; + case 0xB4: goto yy16056; + case 0xB5: goto yy17082; + case 0xB6: goto yy16058; + case 0xB7: goto yy17083; + case 0xB8: goto yy12200; + case 0xBA: goto yy15195; + case 0xBB: goto yy13331; + case 0xBF: goto yy15196; + default: goto yy2; + } +yy15990: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17084; + case 0x82: goto yy15198; + case 0x84: goto yy16061; + case 0x86: goto yy17085; + case 0x87: goto yy15200; + case 0x88: goto yy15201; + case 0x89: goto yy15202; + case 0x8A: goto yy15203; + case 0x8B: goto yy15204; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy10688; + default: goto yy2; + } +yy15991: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy13192; + case 0x93: goto yy17086; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy14178; + case 0x98: goto yy16064; + case 0x99: goto yy17087; + case 0x9A: goto yy17088; + case 0x9B: goto yy17089; + case 0x9C: goto yy17090; + case 0x9D: goto yy14184; + case 0x9E: goto yy17091; + case 0x9F: goto yy16070; + case 0xA0: goto yy17092; + case 0xA1: goto yy16072; + case 0xA2: goto yy17093; + case 0xA3: goto yy17094; + case 0xA4: goto yy17095; + case 0xA5: goto yy17096; + case 0xA6: goto yy15215; + case 0xA7: goto yy15431; + case 0xA8: goto yy17097; + case 0xA9: goto yy17098; + case 0xAA: goto yy15219; + case 0xAB: goto yy17099; + case 0xAC: goto yy16080; + case 0xAD: goto yy17100; + case 0xAF: goto yy17101; + default: goto yy2; + } +yy15992: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy17102; + case 0xAD: goto yy16084; + case 0xAE: goto yy17103; + case 0xAF: goto yy17104; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy14178; + case 0xB4: goto yy16087; + case 0xB5: goto yy16088; + case 0xB6: goto yy16089; + case 0xB7: goto yy17105; + case 0xB8: goto yy17106; + case 0xB9: goto yy17107; + case 0xBB: goto yy16092; + case 0xBC: goto yy17108; + case 0xBD: goto yy17109; + case 0xBF: goto yy15230; + default: goto yy2; + } +yy15993: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy17110; + case 0x91: goto yy17111; + case 0x92: goto yy16097; + case 0x93: goto yy16098; + case 0x94: goto yy16099; + case 0x96: goto yy17112; + case 0x9B: goto yy17113; + case 0x9D: goto yy17114; + case 0x9E: goto yy17115; + case 0x9F: goto yy15237; + default: goto yy2; + } +yy15994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych == 0x9A) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy7354; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy7354; + goto yy2; + } + } +yy15995: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy14174; + if (yych <= 0x9B) goto yy7354; + goto yy2; +yy15996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy14174; + goto yy2; +yy15997: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy14174; + } else { + if (yych == 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy15998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x90) goto yy14174; + if (yych <= 0x97) goto yy7354; + goto yy14174; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy7354; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy15999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy14174; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14174; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14174; + goto yy2; + } else { + if (yych <= 0xB2) goto yy14174; + if (yych <= 0xB5) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy16000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy7354; + goto yy14174; + } else { + if (yych == 0x97) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy14174; + goto yy2; + } else { + if (yych <= 0xA1) goto yy14174; + if (yych <= 0xA3) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy7354; + goto yy2; + } + } + } +yy16001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy14174; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy14174; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy14174; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy14174; + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy16002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych == 0x91) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy14174; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy7354; + } else { + if (yych <= 0xB4) goto yy14174; + if (yych <= 0xB5) goto yy7354; + goto yy2; + } + } + } +yy16003: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy14174; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy14174; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14174; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14174; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy16004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych == 0x90) goto yy14174; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy14174; + if (yych <= 0xA3) goto yy7354; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy7354; + } else { + if (yych == 0xB9) goto yy14174; + goto yy2; + } + } + } +yy16005: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy14174; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy14174; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14174; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14174; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy16006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy7354; + if (yych <= 0xB1) goto yy14174; + goto yy2; + } + } + } +yy16007: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy7354; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy14174; + default: goto yy2; + } +yy16008: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy14174; + if (yych == 0x97) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy7354; + goto yy2; + } + } +yy16009: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy16010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy7354; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy14174; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } + } +yy16011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy14174; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy16012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy7354; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy14174; + goto yy2; + } + } + } +yy16013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy14174; + goto yy2; + } else { + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy16014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8E) goto yy14174; + if (yych <= 0x96) goto yy2; + goto yy7354; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy14174; + if (yych <= 0xA3) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy7354; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } + } +yy16015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy14174; + } else { + if (yych == 0xBD) goto yy14174; + goto yy2; + } + } +yy16016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14174; + goto yy2; + } else { + if (yych <= 0x8A) goto yy7354; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy7354; + goto yy2; + } + } +yy16017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy7354; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy16018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych == 0x87) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy14174; + if (yych <= 0x8F) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy16019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy14174; + goto yy2; + } else { + if (yych <= 0x8D) goto yy14174; + if (yych <= 0x8F) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy14174; + goto yy2; + } else { + if (yych <= 0x9D) goto yy14174; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy16020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy14174; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy14174; + goto yy2; + } + } +yy16021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy14174; + if (yych <= 0x81) goto yy2; + goto yy14174; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy14174; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy16022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy14174; + goto yy2; + } else { + if (yych <= 0x95) goto yy14174; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy16023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy14174; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy7354; + goto yy2; +yy16024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy14174; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy16025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy14174; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy14174; + goto yy2; +yy16026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1087; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy16027: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy14174; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy16028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy14174; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy16029: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy14174; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy14174; + goto yy2; +yy16030: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy14174; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB1) goto yy14174; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } + } +yy16031: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych <= 0x93) goto yy7354; + if (yych <= 0x9F) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy14174; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy7354; + goto yy2; + } + } +yy16032: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1087; + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy16033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy14174; + goto yy2; +yy16034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xAA) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy16035: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy14174; + goto yy2; +yy16036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy14174; + goto yy2; + } else { + if (yych <= 0xAB) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy7354; + goto yy2; + } +yy16037: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy14174; + if (yych <= 0x9B) goto yy7354; + goto yy2; +yy16038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xA0) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy14174; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy16039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14174; + if (yych <= 0xB3) goto yy7354; + goto yy2; +yy16040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy14174; + if (yych <= 0xB7) goto yy7354; + goto yy2; +yy16041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy14174; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy14174; + goto yy2; + } +yy16042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA8) goto yy7354; + if (yych <= 0xAC) goto yy14174; + goto yy7354; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy14174; + if (yych <= 0xB4) goto yy7354; + goto yy14174; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy7354; + goto yy2; + } + } +yy16043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy14174; + goto yy2; +yy16044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy16045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy14174; + goto yy2; +yy16046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy14174; + goto yy2; + } else { + if (yych <= 0x9D) goto yy14174; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy16047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy14174; + goto yy2; + } else { + if (yych <= 0x8D) goto yy14174; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy14174; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy14174; + goto yy2; + } + } +yy16048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy14174; + } else { + if (yych == 0xBE) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy16049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0x84) goto yy14174; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy14174; + goto yy7354; + } else { + if (yych <= 0x93) goto yy14174; + if (yych <= 0x95) goto yy2; + goto yy14174; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAC) goto yy14174; + if (yych <= 0xAF) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy14174; + goto yy2; + } else { + if (yych <= 0xBC) goto yy14174; + if (yych <= 0xBE) goto yy7354; + goto yy2; + } + } + } +yy16050: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy7354; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy14174; + default: goto yy2; + } +yy16051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + goto yy14174; + } else { + if (yych == 0x8E) goto yy14174; + if (yych <= 0x8F) goto yy7354; + goto yy2; + } +yy16052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy14174; + goto yy2; + } else { + if (yych <= 0x8B) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy16053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy16054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy14174; + goto yy2; + } else { + if (yych <= 0xBB) goto yy14174; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy16055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xAE) goto yy14174; + if (yych <= 0xB1) goto yy7354; + if (yych <= 0xB3) goto yy14174; + goto yy2; + } +yy16056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy14174; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy14174; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy16057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy14174; + if (yych == 0xBF) goto yy7354; + goto yy2; +yy16058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy14174; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy14174; + goto yy2; + } + } +yy16059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy14174; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy16060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy7354; + goto yy2; + } else { + if (yych <= 0x93) goto yy7354; + if (yych == 0xA0) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy7354; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy7354; + goto yy2; + } else { + if (yych <= 0xBC) goto yy14174; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy16061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy14174; + goto yy2; +yy16062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy7354; + goto yy2; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBA) goto yy14174; + goto yy2; + } +yy16063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy14174; + goto yy2; +yy16064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy14174; + goto yy2; + } else { + if (yych <= 0x9F) goto yy14174; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy14174; + goto yy2; + } +yy16065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } +yy16066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy14174; + goto yy2; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy16067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy7354; + goto yy2; +yy16068: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA1) goto yy7354; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy16069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy14174; + if (yych <= 0x88) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAD) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy14174; + goto yy2; + } +yy16070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy14174; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy16071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy14174; + goto yy7354; + } else { + if (yych == 0x86) goto yy7354; + goto yy14174; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy7354; + if (yych <= 0xA2) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy7354; + goto yy2; + } + } +yy16072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy14174; + goto yy2; +yy16073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0xB3) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy16074: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy14174; + if (yych <= 0xBA) goto yy2; + goto yy14174; + } else { + if (yych == 0xBD) goto yy14174; + goto yy2; + } + } +yy16075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy14174; + } else { + if (yych <= 0xAD) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy16076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14174; + if (yych <= 0x93) goto yy7354; + goto yy2; +yy16077: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy14174; + if (yych <= 0xB6) goto yy7354; + goto yy2; +yy16078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy14174; + goto yy7354; + } else { + if (yych <= 0x8B) goto yy14174; + if (yych <= 0x8D) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } + } +yy16079: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy14174; + goto yy7354; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy14174; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy7354; + goto yy2; + } + } +yy16080: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy14174; + goto yy2; + } else { + if (yych <= 0x8E) goto yy14174; + if (yych <= 0x90) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy14174; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy16081: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy14174; + if (yych <= 0x9B) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA5) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy16082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy14174; + if (yych <= 0xAA) goto yy7354; + goto yy2; + } else { + if (yych <= 0xAD) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy16083: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14174; + goto yy2; + } else { + if (yych <= 0x97) goto yy14174; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy14174; + goto yy7354; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy7354; + if (yych <= 0xB6) goto yy14174; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy14174; + goto yy2; + } + } +yy16084: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy14174; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy16085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy16086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy16087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy14174; + goto yy2; +yy16088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy16089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy14174; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy16090: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy14174; + goto yy2; + } else { + if (yych <= 0xBB) goto yy14174; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } +yy16091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy7354; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy7354; + goto yy1087; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy7354; + if (yych == 0xA9) goto yy7354; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy16092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy14174; + goto yy2; +yy16093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych == 0x8B) goto yy7354; + if (yych <= 0x8C) goto yy2; + goto yy1087; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy16094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy7354; + if (yych <= 0x9A) goto yy14174; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy7354; + goto yy2; + } +yy16095: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17116; + case 0x81: goto yy17117; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy14178; + case 0x83: goto yy17118; + case 0x84: goto yy15241; + case 0x85: goto yy15242; + case 0x86: goto yy15243; + case 0x87: goto yy15244; + case 0x8A: goto yy17119; + case 0x8B: goto yy17120; + case 0x8C: goto yy17121; + case 0x8D: goto yy17122; + case 0x8E: goto yy17123; + case 0x8F: goto yy17124; + case 0x92: goto yy17125; + case 0x94: goto yy17126; + case 0x95: goto yy17127; + case 0x9C: goto yy17128; + case 0x9D: goto yy17129; + case 0xA0: goto yy17130; + case 0xA1: goto yy17131; + case 0xA2: goto yy17132; + case 0xA3: goto yy17133; + case 0xA4: goto yy17134; + case 0xA6: goto yy17135; + case 0xA8: goto yy17136; + case 0xA9: goto yy17137; + case 0xAA: goto yy17138; + case 0xAB: goto yy17139; + case 0xAC: goto yy16035; + case 0xAD: goto yy17140; + case 0xAE: goto yy17141; + case 0xB1: goto yy17142; + case 0xB2: + case 0xB3: goto yy17143; + default: goto yy2; + } +yy16096: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17144; + case 0x81: goto yy15480; + case 0x82: goto yy17145; + case 0x83: goto yy17146; + case 0x84: goto yy17147; + case 0x85: goto yy17148; + case 0x86: goto yy17149; + case 0x87: goto yy17150; + case 0x88: goto yy17151; + case 0x8A: goto yy17152; + case 0x8B: goto yy17153; + case 0x8C: goto yy17154; + case 0x8D: goto yy17155; + case 0x92: + case 0x98: goto yy17156; + case 0x93: goto yy17157; + case 0x96: goto yy17158; + case 0x97: goto yy17159; + case 0x99: goto yy17160; + case 0x9A: goto yy17161; + case 0x9B: goto yy2362; + case 0x9C: goto yy15498; + case 0xA2: goto yy17162; + case 0xA3: goto yy17163; + case 0xAB: goto yy17164; + default: goto yy2; + } +yy16097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy14178; + goto yy17165; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy14178; + if (yych <= 0x95) goto yy17166; + goto yy2; + } +yy16098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy14178; + if (yych <= 0x90) goto yy17167; + goto yy2; +yy16099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy14178; + if (yych <= 0x99) goto yy17168; + goto yy2; +yy16100: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy14178; + case 0xA8: goto yy17164; + case 0xA9: goto yy17169; + case 0xAB: goto yy17170; + case 0xAC: goto yy17171; + case 0xAD: goto yy17172; + case 0xAE: goto yy17173; + case 0xBD: goto yy17174; + case 0xBE: goto yy15299; + default: goto yy2; + } +yy16101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy14178; + if (yych <= 0xB1) goto yy17175; + if (yych <= 0xB2) goto yy17176; + goto yy2; +yy16102: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy10691; + case 0x83: goto yy15302; + case 0x84: goto yy15303; + case 0x85: goto yy15304; + case 0x87: goto yy15305; + case 0x89: goto yy15306; + case 0x8D: goto yy15307; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy14178; + case 0x91: goto yy17177; + case 0x92: goto yy17178; + case 0x93: goto yy17179; + case 0x94: goto yy17180; + case 0x95: goto yy17181; + case 0x9A: goto yy17182; + case 0x9B: goto yy17183; + case 0x9C: goto yy17184; + case 0x9D: goto yy17185; + case 0x9E: goto yy17186; + case 0x9F: goto yy17187; + case 0xAA: goto yy15319; + default: goto yy2; + } +yy16103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy14178; + if (yych <= 0xA3) goto yy17188; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy17189; + goto yy17190; + } else { + if (yych <= 0xBA) goto yy17191; + if (yych <= 0xBB) goto yy15324; + goto yy2; + } + } +yy16104: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy1764; + case 0xAA: + case 0xB5: + case 0xBA: goto yy9483; + default: goto yy2; + } +yy16105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy9483; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy9483; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy9483; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy16106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy9483; + } else { + if (yych == 0x8A) goto yy9303; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBE) goto yy9303; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } +yy16107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy1764; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy1764; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy1764; + if (yych <= 0x8F) goto yy2; + goto yy9483; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy9483; + goto yy2; + } + } +yy16108: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy7386; + case 0x81: goto yy7937; + case 0x82: goto yy12176; + case 0x83: goto yy9509; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy6129; + case 0x89: goto yy9510; + case 0x8A: goto yy9511; + case 0x8B: goto yy9512; + case 0x8C: goto yy9513; + case 0x8D: goto yy12177; + case 0x8E: goto yy12178; + case 0x8F: goto yy9516; + case 0x90: goto yy17192; + case 0x99: goto yy9518; + case 0x9A: goto yy9519; + case 0x9B: goto yy9520; + case 0x9C: goto yy12180; + case 0x9D: goto yy12181; + case 0x9E: goto yy7394; + case 0x9F: goto yy7944; + case 0xA0: goto yy17193; + case 0xA1: goto yy9524; + case 0xA2: goto yy12183; + case 0xA3: goto yy9526; + case 0xA4: goto yy12184; + case 0xA5: goto yy7948; + case 0xA7: goto yy7949; + case 0xA8: goto yy12185; + case 0xA9: goto yy7401; + case 0xAA: goto yy7951; + case 0xAC: goto yy7403; + case 0xAD: goto yy7952; + case 0xAE: goto yy12186; + case 0xAF: goto yy12187; + case 0xB0: goto yy12188; + case 0xB1: goto yy9532; + case 0xB3: goto yy12189; + case 0xB4: goto yy9534; + case 0xB5: goto yy9535; + case 0xB6: goto yy9536; + case 0xB7: goto yy7408; + case 0xBC: goto yy9537; + case 0xBD: goto yy9538; + case 0xBE: goto yy12190; + case 0xBF: goto yy12191; + default: goto yy2; + } +yy16109: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy9342; + case 0x81: goto yy7412; + case 0x82: goto yy7413; + case 0x83: goto yy7414; + case 0x84: goto yy12193; + case 0x85: goto yy12194; + case 0x86: goto yy12195; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy1769; + case 0x88: goto yy9346; + case 0x8C: goto yy7417; + case 0x8F: goto yy7418; + case 0x90: goto yy7419; + case 0x91: goto yy7420; + case 0x92: goto yy7421; + case 0x93: goto yy7422; + case 0x9D: goto yy7423; + case 0x9E: goto yy7424; + case 0x9F: goto yy7425; + case 0xA6: goto yy7426; + case 0xA7: goto yy7427; + case 0xAD: goto yy7428; + case 0xAE: goto yy7429; + case 0xAF: goto yy7430; + case 0xB0: goto yy9544; + case 0xB1: goto yy9545; + case 0xB2: goto yy6129; + case 0xB3: goto yy12197; + case 0xB4: goto yy9547; + case 0xB5: goto yy12198; + case 0xB6: goto yy9549; + case 0xB7: goto yy12199; + case 0xB8: goto yy9350; + case 0xBA: goto yy7434; + case 0xBB: goto yy4401; + case 0xBF: goto yy7435; + default: goto yy2; + } +yy16110: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy12219; + case 0xAD: goto yy9575; + case 0xAE: goto yy12220; + case 0xAF: goto yy12221; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy6129; + case 0xB4: goto yy9578; + case 0xB5: goto yy9579; + case 0xB6: goto yy9580; + case 0xB7: goto yy12222; + case 0xB8: goto yy9373; + case 0xB9: goto yy17194; + case 0xBB: goto yy9583; + case 0xBC: goto yy17195; + case 0xBD: goto yy12226; + case 0xBF: goto yy7469; + default: goto yy2; + } +yy16111: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych == 0x9A) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy1762; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy1762; + goto yy2; + } + } +yy16112: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy14146; + if (yych <= 0x9B) goto yy1762; + goto yy2; +yy16113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy14146; + } else { + if (yych == 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy16114: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy16115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy14146; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14146; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14146; + goto yy2; + } else { + if (yych <= 0xB2) goto yy14146; + if (yych <= 0xB5) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy16116: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy1762; + goto yy14146; + } else { + if (yych == 0x97) goto yy1762; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy14146; + goto yy2; + } else { + if (yych <= 0xA1) goto yy14146; + if (yych <= 0xA3) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy1762; + goto yy2; + } + } + } +yy16117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy14146; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy14146; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy14146; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy14146; + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy16118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x90) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy14146; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy1762; + } else { + if (yych <= 0xB4) goto yy14146; + if (yych <= 0xB5) goto yy1762; + goto yy2; + } + } + } +yy16119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy14146; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy14146; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14146; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14146; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy16120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x8F) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy14146; + if (yych <= 0xA3) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB1) goto yy1762; + if (yych == 0xB9) goto yy14146; + goto yy2; + } + } +yy16121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy14146; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy14146; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14146; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14146; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy16122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x95) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy14146; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB0) goto yy1762; + if (yych <= 0xB1) goto yy14146; + goto yy2; + } + } + } +yy16123: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy1762; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy14146; + default: goto yy2; + } +yy16124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy14146; + goto yy2; + } else { + if (yych <= 0x97) goto yy1762; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy1762; + goto yy2; + } + } +yy16125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy14146; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy16126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x94) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy14146; + if (yych <= 0x9F) goto yy2; + goto yy14146; + } else { + if (yych <= 0xA3) goto yy1762; + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } +yy16127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy14146; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy14146; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy16128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x94) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy14146; + if (yych <= 0x9F) goto yy2; + goto yy14146; + } else { + if (yych <= 0xA3) goto yy1762; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy14146; + goto yy2; + } + } +yy16129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy14146; + goto yy2; + } else { + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy16130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy1762; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x8E) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1762; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy1762; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy16131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy14146; + } else { + if (yych == 0xBD) goto yy14146; + goto yy2; + } + } +yy16132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14146; + goto yy2; + } else { + if (yych <= 0x8A) goto yy1762; + if (yych <= 0x8E) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy1762; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1762; + goto yy2; + } + } +yy16133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy1762; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy16134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy14146; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy1762; + goto yy2; +yy16135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy14146; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy16136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy16137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy14146; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB1) goto yy14146; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } + } +yy16138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych <= 0x93) goto yy1762; + if (yych <= 0x9F) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy14146; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy1762; + goto yy2; + } + } +yy16139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy1762; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy16140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xAA) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy16141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy14146; + goto yy2; + } else { + if (yych <= 0xAB) goto yy1762; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy1762; + goto yy2; + } +yy16142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy14146; + if (yych <= 0x9B) goto yy1762; + goto yy2; +yy16143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xA0) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy14146; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy16144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14146; + if (yych <= 0xB3) goto yy1762; + goto yy2; +yy16145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy14146; + if (yych <= 0xB7) goto yy1762; + goto yy2; +yy16146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA8) goto yy1762; + if (yych <= 0xAC) goto yy14146; + goto yy1762; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy14146; + if (yych <= 0xB4) goto yy1762; + goto yy14146; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy1762; + goto yy2; + } + } +yy16147: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy14146; + } else { + if (yych == 0xBE) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy16148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0x84) goto yy14146; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy14146; + goto yy1762; + } else { + if (yych <= 0x93) goto yy14146; + if (yych <= 0x95) goto yy2; + goto yy14146; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAC) goto yy14146; + if (yych <= 0xAF) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy14146; + goto yy2; + } else { + if (yych <= 0xBC) goto yy14146; + if (yych <= 0xBE) goto yy1762; + goto yy2; + } + } + } +yy16149: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy1762; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy14146; + default: goto yy2; + } +yy16150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + goto yy14146; + } else { + if (yych == 0x8E) goto yy14146; + if (yych <= 0x8F) goto yy1762; + goto yy2; + } +yy16151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy14146; + goto yy2; + } else { + if (yych <= 0x8B) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy16152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xAE) goto yy14146; + if (yych <= 0xB1) goto yy1762; + if (yych <= 0xB3) goto yy14146; + goto yy2; + } +yy16153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy14146; + if (yych == 0xBF) goto yy1762; + goto yy2; +yy16154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy14146; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy16155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy1762; + goto yy2; + } else { + if (yych <= 0x93) goto yy1762; + if (yych == 0xA0) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy1762; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy1762; + goto yy2; + } else { + if (yych <= 0xBC) goto yy14146; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy16156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy1762; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBA) goto yy14146; + goto yy2; + } +yy16157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy1762; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy14146; + goto yy2; +yy16158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } +yy16159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy14146; + goto yy2; + } else { + if (yych <= 0x9F) goto yy1762; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy16160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy1762; + goto yy2; +yy16161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA1) goto yy1762; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy16162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy14146; + if (yych <= 0x88) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAD) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy14146; + goto yy2; + } +yy16163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy14146; + goto yy1762; + } else { + if (yych == 0x86) goto yy1762; + goto yy14146; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy1762; + if (yych <= 0xA2) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy1762; + goto yy2; + } + } +yy16164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0xB3) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy16165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy1762; + goto yy14146; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy14146; + } else { + if (yych == 0xBD) goto yy14146; + goto yy2; + } + } +yy16166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy16167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14146; + if (yych <= 0x93) goto yy1762; + goto yy2; +yy16168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy14146; + if (yych <= 0xB6) goto yy1762; + goto yy2; +yy16169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych <= 0x83) goto yy1762; + if (yych <= 0x8B) goto yy14146; + goto yy1762; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } + } +yy16170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy1762; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy14146; + goto yy1762; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy14146; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy1762; + goto yy2; + } + } +yy16171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy14146; + if (yych <= 0x9B) goto yy1762; + goto yy2; + } else { + if (yych <= 0xA5) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy16172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy1762; + goto yy2; + } +yy16173: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14146; + goto yy2; + } else { + if (yych <= 0x97) goto yy14146; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy14146; + goto yy1762; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy1762; + if (yych <= 0xB6) goto yy14146; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy14146; + goto yy2; + } + } +yy16174: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy16175: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy1762; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy16176: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy14146; + goto yy2; + } else { + if (yych <= 0xBB) goto yy14146; + if (yych <= 0xBD) goto yy1762; + goto yy2; + } +yy16177: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1762; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy1762; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy16178: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy1762; + } else { + if (yych == 0x8B) goto yy1762; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy1762; + if (yych <= 0xA0) goto yy2; + goto yy14146; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } +yy16179: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1762; + if (yych <= 0x9A) goto yy14146; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy1762; + goto yy2; + } +yy16180: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16962; + case 0x81: goto yy16963; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy14150; + case 0x83: goto yy16964; + case 0x84: goto yy7480; + case 0x85: goto yy7481; + case 0x86: goto yy7482; + case 0x87: goto yy7483; + case 0x8A: goto yy16965; + case 0x8B: goto yy17196; + case 0x8C: goto yy16967; + case 0x8D: goto yy17197; + case 0x8E: goto yy16969; + case 0x8F: goto yy16970; + case 0x92: goto yy16971; + case 0x94: goto yy16972; + case 0x95: goto yy16973; + case 0x9C: goto yy16974; + case 0x9D: goto yy16975; + case 0xA0: goto yy16976; + case 0xA1: goto yy17198; + case 0xA2: goto yy16978; + case 0xA3: goto yy16979; + case 0xA4: goto yy16980; + case 0xA6: goto yy16981; + case 0xA8: goto yy17199; + case 0xA9: goto yy16983; + case 0xAA: goto yy16984; + case 0xAB: goto yy17200; + case 0xAC: goto yy15902; + case 0xAD: goto yy16986; + case 0xAE: goto yy16987; + case 0xB1: goto yy16988; + case 0xB2: + case 0xB3: goto yy16989; + default: goto yy2; + } +yy16181: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17201; + case 0x81: goto yy7508; + case 0x82: goto yy17202; + case 0x83: goto yy16992; + case 0x84: goto yy17203; + case 0x85: goto yy17204; + case 0x86: goto yy17205; + case 0x87: goto yy17206; + case 0x88: goto yy17207; + case 0x8A: goto yy16998; + case 0x8B: goto yy17208; + case 0x8C: goto yy17209; + case 0x8D: goto yy17210; + case 0x92: + case 0x98: goto yy17211; + case 0x93: goto yy17212; + case 0x96: goto yy17213; + case 0x97: goto yy17214; + case 0x99: goto yy17215; + case 0x9A: goto yy17216; + case 0x9C: goto yy7526; + case 0xA2: goto yy17008; + case 0xA3: goto yy17009; + case 0xAB: goto yy17010; + default: goto yy2; + } +yy16182: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy14150; + case 0xA8: goto yy17010; + case 0xA9: goto yy16978; + case 0xAB: goto yy17217; + case 0xAC: goto yy17218; + case 0xAD: goto yy17219; + case 0xAE: goto yy17018; + case 0xBD: goto yy17220; + case 0xBE: goto yy7538; + default: goto yy2; + } +yy16183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy14150; + if (yych <= 0xB1) goto yy17020; + if (yych <= 0xB2) goto yy17221; + goto yy2; +yy16184: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy1772; + case 0x83: goto yy7541; + case 0x84: goto yy7542; + case 0x85: goto yy7543; + case 0x87: goto yy7544; + case 0x89: goto yy7545; + case 0x8D: goto yy7546; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy14150; + case 0x91: goto yy17022; + case 0x92: goto yy17023; + case 0x93: goto yy17024; + case 0x94: goto yy17025; + case 0x95: goto yy17026; + case 0x9A: goto yy17027; + case 0x9B: goto yy17222; + case 0x9C: goto yy17223; + case 0x9D: goto yy17224; + case 0x9E: goto yy17225; + case 0x9F: goto yy17226; + case 0xAA: goto yy7558; + default: goto yy2; + } +yy16185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy14150; + if (yych <= 0xA3) goto yy17227; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy17034; + goto yy17035; + } else { + if (yych <= 0xBA) goto yy17036; + if (yych <= 0xBB) goto yy7563; + goto yy2; + } + } +yy16186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy1564; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy16187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy1564; + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy16188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy533; + if (yych <= 0x91) goto yy2; + goto yy1564; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy533; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy1564; + if (yych <= 0xA6) goto yy533; + if (yych <= 0xA8) goto yy2; + goto yy533; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy12619; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } + } +yy16189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy1564; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8E) goto yy1564; + goto yy2; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy533; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy12619; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy16190: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy12619; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy12619; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy12619; + } else { + if (yych == 0xBF) goto yy12619; + goto yy2; + } + } +yy16191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy12619; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy12619; + goto yy2; +yy16192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy12619; + goto yy2; +yy16193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy12619; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy16194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12619; + if (yych == 0xA0) goto yy533; + goto yy2; +yy16195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy12619; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy16196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy12619; + if (yych <= 0x81) goto yy2; + goto yy12619; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy12619; + if (yych <= 0xBA) goto yy533; + goto yy2; + } +yy16197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy12619; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy16198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy12619; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy12619; + goto yy2; +yy16199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy12619; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy16200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12619; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy16201: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12619; + goto yy2; +yy16202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy12619; + goto yy2; +yy16203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12619; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy12619; + goto yy2; +yy16204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12619; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy12619; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12619; + if (yych == 0xBF) goto yy12619; + goto yy2; + } + } +yy16205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12619; + goto yy2; + } else { + if (yych <= 0xB6) goto yy12619; + if (yych <= 0xB8) goto yy533; + goto yy2; + } +yy16206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12619; + goto yy2; +yy16207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy12619; + goto yy2; +yy16208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12619; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy12619; + goto yy2; +yy16209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy12619; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy16210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy12619; + if (yych <= 0x83) goto yy533; + goto yy2; + } else { + if (yych <= 0x86) goto yy533; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy533; + goto yy12619; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy12619; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy533; + } else { + if (yych == 0xBF) goto yy533; + goto yy2; + } + } + } +yy16211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy12619; + goto yy2; +yy16212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy12619; + goto yy2; +yy16213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12619; + goto yy533; + } else { + if (yych <= 0xA4) goto yy12619; + if (yych <= 0xA6) goto yy533; + goto yy2; + } +yy16214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12619; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy12619; + goto yy2; +yy16215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12619; + goto yy2; +yy16216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12619; + goto yy2; +yy16217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy12619; + goto yy2; +yy16218: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB7) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy16219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xAF) goto yy12619; + if (yych <= 0xBA) goto yy533; + goto yy2; +yy16220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy12619; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy16221: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + goto yy12619; + } else { + if (yych <= 0xB4) goto yy533; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy16222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy12619; + goto yy533; + } else { + if (yych == 0xB6) goto yy12619; + goto yy2; + } +yy16223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy533; + if (yych <= 0xB2) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy16224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy533; + } else { + if (yych <= 0x84) goto yy12619; + if (yych <= 0x89) goto yy2; + goto yy533; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy12619; + } else { + if (yych == 0x9C) goto yy12619; + goto yy2; + } + } +yy16225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12619; + goto yy2; + } else { + if (yych <= 0xAB) goto yy12619; + if (yych <= 0xB7) goto yy533; + goto yy2; + } +yy16226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12619; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy12619; + goto yy2; + } else { + if (yych <= 0xA8) goto yy12619; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy16227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12619; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy16228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x84) goto yy2; + goto yy12619; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12619; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12619; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12619; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy533; + } else { + if (yych <= 0xBD) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; + } + } + } +yy16229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy533; + if (yych <= 0x86) goto yy2; + goto yy533; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy533; + } else { + if (yych == 0x90) goto yy12619; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy533; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy12619; + goto yy533; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy533; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; + } + } + } +yy16230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12619; + if (yych <= 0xBF) goto yy533; + goto yy2; +yy16231: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy533; + if (yych <= 0x85) goto yy12619; + goto yy2; + } else { + if (yych <= 0x87) goto yy12619; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy16232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12619; + goto yy533; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy16233: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x9B) goto yy12619; + if (yych <= 0x9D) goto yy533; + goto yy2; + } +yy16234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy533; + goto yy2; + } else { + if (yych <= 0x84) goto yy12619; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy16235: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12619; + if (yych <= 0xB7) goto yy533; + goto yy2; +yy16236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy16237: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy12619; + goto yy843; + } else { + if (yych == 0xBF) goto yy12619; + goto yy2; + } +yy16238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy12619; + goto yy2; +yy16239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy12619; + goto yy2; +yy16240: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy12619; + goto yy2; +yy16241: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12619; + goto yy2; +yy16242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12619; + goto yy2; +yy16243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12619; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy16244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy12619; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy533; + goto yy2; +yy16245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12619; + goto yy533; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy533; + goto yy2; + } +yy16246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy533; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy12619; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy16247: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12619; + goto yy2; +yy16248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12619; + goto yy2; + } else { + if (yych <= 0x90) goto yy12619; + if (yych <= 0xBE) goto yy533; + goto yy2; + } +yy16249: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12619; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy12619; + goto yy2; +yy16250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12619; + goto yy2; + } else { + if (yych <= 0x99) goto yy12619; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy533; + goto yy2; + } +yy16251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy16252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy12619; + } else { + if (yych == 0xA2) goto yy12619; + if (yych <= 0xA4) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy12619; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy12619; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } + } +yy16253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy16254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12619; + goto yy2; + } else { + if (yych <= 0x8A) goto yy12619; + if (yych <= 0x8C) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy12619; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy12619; + goto yy2; + } + } +yy16255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy12619; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy12619; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy16256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12619; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy12619; + goto yy2; +yy16257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy533; + goto yy12619; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy533; + goto yy12619; + } else { + if (yych <= 0xBB) goto yy533; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } + } +yy16258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy12619; + goto yy533; + } else { + if (yych == 0xB5) goto yy533; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy16259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy12619; + goto yy533; + } else { + if (yych == 0xAF) goto yy533; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy16260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12619; + goto yy533; + } else { + if (yych == 0xA9) goto yy533; + if (yych <= 0xBF) goto yy12619; + goto yy2; + } +yy16261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy12619; + goto yy533; + } else { + if (yych <= 0x8B) goto yy12619; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy16262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12619; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy533; + goto yy2; +yy16263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy12619; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy12619; + } else { + if (yych == 0xA4) goto yy12619; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy12619; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy12619; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy12619; + } else { + if (yych == 0xBB) goto yy12619; + goto yy2; + } + } + } +yy16264: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy12619; + default: goto yy2; + } +yy16265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy12619; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy12619; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy12619; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy12619; + goto yy2; + } + } +yy16266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9896; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy16267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy9896; + goto yy2; + } else { + if (yych <= 0x8D) goto yy113; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy16268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy113; + if (yych <= 0x91) goto yy2; + goto yy2930; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy9896; + if (yych <= 0xA6) goto yy113; + if (yych <= 0xA8) goto yy2; + goto yy113; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy12832; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } + } +yy16269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy2930; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy9896; + goto yy2930; + } + } + } else { + if (yych <= 0x9E) { + if (yych == 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy12832; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy16270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy12832; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy12832; + } else { + if (yych == 0xBF) goto yy12832; + goto yy2; + } + } +yy16271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy12832; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy12832; + goto yy2; +yy16272: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy12832; + goto yy2; +yy16273: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy12832; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy16274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12832; + if (yych == 0xA0) goto yy113; + goto yy2; +yy16275: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy12832; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy16276: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy12832; + if (yych <= 0x81) goto yy2; + goto yy12832; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy12832; + if (yych <= 0xBA) goto yy113; + goto yy2; + } +yy16277: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy12832; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy16278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy12832; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy12832; + goto yy2; +yy16279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy12832; + goto yy2; +yy16280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12832; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy16281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12832; + goto yy2; +yy16282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy12832; + goto yy2; +yy16283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12832; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy12832; + goto yy2; +yy16284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12832; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy12832; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12832; + if (yych == 0xBF) goto yy12832; + goto yy2; + } + } +yy16285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12832; + goto yy2; + } else { + if (yych <= 0xB6) goto yy12832; + if (yych <= 0xB8) goto yy113; + goto yy2; + } +yy16286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12832; + goto yy2; +yy16287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy12832; + goto yy2; +yy16288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12832; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy12832; + goto yy2; +yy16289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy12832; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy16290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy12832; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych <= 0x86) goto yy113; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy12832; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy12832; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy113; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy16291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy12832; + goto yy2; +yy16292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy12832; + goto yy2; +yy16293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12832; + goto yy113; + } else { + if (yych <= 0xA4) goto yy12832; + if (yych <= 0xA6) goto yy113; + goto yy2; + } +yy16294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12832; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy12832; + goto yy2; +yy16295: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12832; + goto yy2; +yy16296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12832; + goto yy2; +yy16297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy12832; + goto yy2; +yy16298: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB7) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy16299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xAF) goto yy12832; + if (yych <= 0xBA) goto yy113; + goto yy2; +yy16300: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy12832; + goto yy2; +yy16301: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xA6) goto yy12832; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy16302: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy12832; + goto yy113; + } else { + if (yych == 0xB6) goto yy12832; + goto yy2; + } +yy16303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB2) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy16304: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy12832; + if (yych <= 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy12832; + } else { + if (yych == 0x9C) goto yy12832; + goto yy2; + } + } +yy16305: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12832; + goto yy2; + } else { + if (yych <= 0xAB) goto yy12832; + if (yych <= 0xB7) goto yy113; + goto yy2; + } +yy16306: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12832; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy12832; + goto yy2; + } else { + if (yych <= 0xA8) goto yy12832; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy16307: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12832; + if (yych <= 0xAA) goto yy113; + goto yy2; +yy16308: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy12832; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12832; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12832; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12832; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy16309: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy12832; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy113; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy12832; + goto yy113; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } + } +yy16310: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12832; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy16311: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy12832; + } else { + if (yych == 0x87) goto yy12832; + goto yy2; + } +yy16312: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12832; + goto yy113; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy16313: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x9B) goto yy12832; + if (yych <= 0x9D) goto yy113; + goto yy2; + } +yy16314: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy113; + if (yych == 0x84) goto yy12832; + goto yy2; +yy16315: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12832; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy16316: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy16317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy12832; + if (yych == 0xBF) goto yy12832; + goto yy2; +yy16318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy12832; + goto yy2; +yy16319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy12832; + goto yy2; +yy16320: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy12832; + goto yy2; +yy16321: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12832; + goto yy2; +yy16322: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12832; + goto yy2; +yy16323: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy12832; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy16324: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12832; + goto yy113; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy16325: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy113; + goto yy2; + } else { + if (yych <= 0xB7) goto yy12832; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy16326: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12832; + goto yy2; +yy16327: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12832; + goto yy2; + } else { + if (yych <= 0x90) goto yy12832; + if (yych <= 0xBE) goto yy113; + goto yy2; + } +yy16328: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12832; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy12832; + goto yy2; +yy16329: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12832; + goto yy2; + } else { + if (yych <= 0x99) goto yy12832; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy16330: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy16331: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy12832; + } else { + if (yych == 0xA2) goto yy12832; + if (yych <= 0xA4) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy12832; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy12832; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } + } +yy16332: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy16333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12832; + goto yy2; + } else { + if (yych <= 0x8A) goto yy12832; + if (yych <= 0x8C) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy12832; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy12832; + goto yy2; + } + } +yy16334: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy12832; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy12832; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy16335: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12832; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy12832; + goto yy2; +yy16336: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy113; + goto yy12832; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy113; + goto yy12832; + } else { + if (yych <= 0xBB) goto yy113; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } + } +yy16337: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy12832; + goto yy113; + } else { + if (yych == 0xB5) goto yy113; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy16338: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy12832; + goto yy113; + } else { + if (yych == 0xAF) goto yy113; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy16339: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12832; + goto yy113; + } else { + if (yych == 0xA9) goto yy113; + if (yych <= 0xBF) goto yy12832; + goto yy2; + } +yy16340: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy113; + if (yych <= 0x8B) goto yy12832; + goto yy2; +yy16341: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12832; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; +yy16342: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy12832; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy12832; + } else { + if (yych == 0xA4) goto yy12832; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy12832; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy12832; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy12832; + } else { + if (yych == 0xBB) goto yy12832; + goto yy2; + } + } + } +yy16343: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy12832; + default: goto yy2; + } +yy16344: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy12832; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy12832; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy12832; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy12832; + goto yy2; + } + } +yy16345: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9896; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy16346: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy9896; + goto yy2; + } else { + if (yych <= 0x8D) goto yy4671; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy16347: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy9896; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2930; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } +yy16348: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy9980; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy16349: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB2) goto yy9896; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } + } +yy16350: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy4671; + if (yych <= 0x91) goto yy2; + goto yy2930; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy9896; + if (yych <= 0xA6) goto yy4671; + if (yych <= 0xA8) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy12860; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } + } +yy16351: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy2930; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy9896; + goto yy2930; + } + } + } else { + if (yych <= 0x9E) { + if (yych == 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy12860; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy16352: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy12860; + } else { + if (yych == 0xBF) goto yy12860; + goto yy2; + } + } +yy16353: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy12860; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy12860; + goto yy2; +yy16354: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy12860; + goto yy2; +yy16355: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy12860; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy16356: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12860; + if (yych == 0xA0) goto yy1980; + goto yy2; +yy16357: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy16358: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy12860; + if (yych <= 0x81) goto yy2; + goto yy12860; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy12860; + if (yych <= 0xBA) goto yy1980; + goto yy2; + } +yy16359: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy12860; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy16360: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy12860; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy12860; + goto yy2; +yy16361: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy12860; + goto yy2; +yy16362: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy16363: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12860; + goto yy2; +yy16364: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy12860; + goto yy2; +yy16365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12860; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy12860; + goto yy2; +yy16366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12860; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy12860; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12860; + if (yych == 0xBF) goto yy12860; + goto yy2; + } + } +yy16367: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12860; + goto yy2; + } else { + if (yych <= 0xB6) goto yy12860; + if (yych <= 0xB8) goto yy1980; + goto yy2; + } +yy16368: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12860; + goto yy2; +yy16369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy12860; + goto yy2; +yy16370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12860; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy12860; + goto yy2; +yy16371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy12860; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy16372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy12860; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych <= 0x86) goto yy1980; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1980; + goto yy12860; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy12860; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1980; + } else { + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } + } +yy16373: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy12860; + goto yy2; +yy16374: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy12860; + goto yy2; +yy16375: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xA4) goto yy12860; + if (yych <= 0xA6) goto yy1980; + goto yy2; + } +yy16376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12860; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy12860; + goto yy2; +yy16377: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12860; + goto yy2; +yy16378: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12860; + goto yy2; +yy16379: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy12860; + goto yy2; +yy16380: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xB7) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy16381: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xAF) goto yy12860; + if (yych <= 0xBA) goto yy1980; + goto yy2; +yy16382: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy12860; + goto yy2; +yy16383: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xA6) goto yy12860; + if (yych <= 0xB4) goto yy1980; + goto yy2; +yy16384: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy12860; + goto yy1980; + } else { + if (yych == 0xB6) goto yy12860; + goto yy2; + } +yy16385: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xB2) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy16386: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy12860; + if (yych <= 0x89) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy12860; + } else { + if (yych == 0x9C) goto yy12860; + goto yy2; + } + } +yy16387: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12860; + goto yy2; + } else { + if (yych <= 0xAB) goto yy12860; + if (yych <= 0xB7) goto yy1980; + goto yy2; + } +yy16388: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12860; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy12860; + goto yy2; + } else { + if (yych <= 0xA8) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy16389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12860; + if (yych <= 0xAA) goto yy1980; + goto yy2; +yy16390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy12860; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12860; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12860; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12860; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy16391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych == 0x90) goto yy12860; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1980; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } + } + } +yy16392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12860; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy16393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + goto yy12860; + } else { + if (yych == 0x87) goto yy12860; + goto yy2; + } +yy16394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy16395: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1980; + goto yy2; + } else { + if (yych <= 0x9B) goto yy12860; + if (yych <= 0x9D) goto yy1980; + goto yy2; + } +yy16396: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1980; + if (yych == 0x84) goto yy12860; + goto yy2; +yy16397: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12860; + if (yych <= 0xB7) goto yy1980; + goto yy2; +yy16398: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy16399: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy12860; + if (yych == 0xBF) goto yy12860; + goto yy2; +yy16400: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy12860; + goto yy2; +yy16401: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy12860; + goto yy2; +yy16402: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy12860; + goto yy2; +yy16403: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12860; + goto yy2; +yy16404: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12860; + goto yy2; +yy16405: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1980; + goto yy2; +yy16406: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12860; + goto yy1980; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy16407: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy1980; + goto yy2; + } else { + if (yych <= 0xB7) goto yy12860; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy16408: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12860; + goto yy2; +yy16409: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12860; + goto yy2; + } else { + if (yych <= 0x90) goto yy12860; + if (yych <= 0xBE) goto yy1980; + goto yy2; + } +yy16410: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy12860; + goto yy2; +yy16411: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12860; + goto yy2; + } else { + if (yych <= 0x99) goto yy12860; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1980; + goto yy2; + } +yy16412: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy16413: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy12860; + } else { + if (yych == 0xA2) goto yy12860; + if (yych <= 0xA4) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy12860; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy12860; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } + } +yy16414: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy16415: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12860; + goto yy2; + } else { + if (yych <= 0x8A) goto yy12860; + if (yych <= 0x8C) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy12860; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy12860; + goto yy2; + } + } +yy16416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy12860; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy12860; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy16417: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12860; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; +yy16418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1980; + goto yy12860; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1980; + goto yy12860; + } else { + if (yych <= 0xBB) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy16419: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy12860; + goto yy1980; + } else { + if (yych == 0xB5) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy16420: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy12860; + goto yy1980; + } else { + if (yych == 0xAF) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy16421: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12860; + goto yy1980; + } else { + if (yych == 0xA9) goto yy1980; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy16422: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy1980; + if (yych <= 0x8B) goto yy12860; + goto yy2; +yy16423: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12860; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; +yy16424: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy12860; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy12860; + } else { + if (yych == 0xA4) goto yy12860; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy12860; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy12860; + } else { + if (yych == 0xBB) goto yy12860; + goto yy2; + } + } + } +yy16425: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy12860; + default: goto yy2; + } +yy16426: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy12860; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy12860; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy12860; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy12860; + goto yy2; + } + } +yy16427: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12860; + if (yych == 0xA0) goto yy4671; + goto yy2; +yy16428: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy12860; + if (yych <= 0x81) goto yy2; + goto yy12860; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy12860; + if (yych <= 0xBA) goto yy4671; + goto yy2; + } +yy16429: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12860; + goto yy2; + } else { + if (yych <= 0xB6) goto yy12860; + if (yych <= 0xB8) goto yy4671; + goto yy2; + } +yy16430: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy12860; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych <= 0x86) goto yy4671; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy4671; + goto yy12860; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy12860; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy4671; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } + } +yy16431: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xA4) goto yy12860; + if (yych <= 0xA6) goto yy4671; + goto yy2; + } +yy16432: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xB7) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy16433: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xAF) goto yy12860; + if (yych <= 0xBA) goto yy4671; + goto yy2; +yy16434: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xA6) goto yy12860; + if (yych <= 0xB4) goto yy4671; + goto yy2; +yy16435: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy12860; + goto yy4671; + } else { + if (yych == 0xB6) goto yy12860; + goto yy2; + } +yy16436: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xB2) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy16437: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy12860; + if (yych <= 0x89) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy12860; + } else { + if (yych == 0x9C) goto yy12860; + goto yy2; + } + } +yy16438: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12860; + goto yy2; + } else { + if (yych <= 0xAB) goto yy12860; + if (yych <= 0xB7) goto yy4671; + goto yy2; + } +yy16439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12860; + if (yych <= 0xAA) goto yy4671; + goto yy2; +yy16440: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy12860; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12860; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12860; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12860; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12860; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy16441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych == 0x90) goto yy12860; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy4671; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } + } + } +yy16442: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12860; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy16443: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy12860; + } else { + if (yych == 0x87) goto yy12860; + goto yy2; + } +yy16444: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy16445: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9B) goto yy12860; + if (yych <= 0x9D) goto yy4671; + goto yy2; + } +yy16446: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy4671; + if (yych == 0x84) goto yy12860; + goto yy2; +yy16447: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12860; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy16448: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy12860; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; +yy16449: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12860; + goto yy4671; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy16450: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB7) goto yy12860; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy16451: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12860; + goto yy2; + } else { + if (yych <= 0x90) goto yy12860; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } +yy16452: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12860; + goto yy2; + } else { + if (yych <= 0x99) goto yy12860; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } +yy16453: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy4671; + goto yy12860; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy4671; + goto yy12860; + } else { + if (yych <= 0xBB) goto yy4671; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } + } +yy16454: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy12860; + goto yy4671; + } else { + if (yych == 0xB5) goto yy4671; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy16455: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy12860; + goto yy4671; + } else { + if (yych == 0xAF) goto yy4671; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy16456: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12860; + goto yy4671; + } else { + if (yych == 0xA9) goto yy4671; + if (yych <= 0xBF) goto yy12860; + goto yy2; + } +yy16457: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy4671; + if (yych <= 0x8B) goto yy12860; + goto yy2; +yy16458: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12860; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; +yy16459: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy10110; + if (yych <= 0xBF) goto yy3679; + goto yy2; +yy16460: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy10110; + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy16461: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x93) goto yy10110; + if (yych <= 0x97) goto yy2; + goto yy1087; + } else { + if (yych <= 0xA4) { + if (yych <= 0xA3) goto yy2; + goto yy1087; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } +yy16462: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy16463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy4671; + if (yych <= 0x9F) goto yy2; + goto yy4671; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB2) goto yy10110; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } +yy16464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy4671; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy4671; + goto yy10110; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy4671; + if (yych == 0xA9) goto yy4671; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy3679; + goto yy2; + } + } +yy16465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy10110; + goto yy1087; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy3679; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy16466: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych == 0x9A) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy4671; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy4671; + goto yy2; + } + } +yy16467: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy12973; + if (yych <= 0x9B) goto yy4671; + goto yy2; +yy16468: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy12973; + } else { + if (yych == 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy16469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x90) goto yy12973; + if (yych <= 0x97) goto yy4671; + goto yy12973; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy4671; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy16470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12973; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12973; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12973; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12973; + if (yych <= 0xB5) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy16471: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy4671; + goto yy12973; + } else { + if (yych == 0x97) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy12973; + goto yy2; + } else { + if (yych <= 0xA1) goto yy12973; + if (yych <= 0xA3) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy4671; + goto yy2; + } + } + } +yy16472: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy12973; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy12973; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy12973; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy12973; + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy16473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych == 0x91) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy12973; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy4671; + } else { + if (yych <= 0xB4) goto yy12973; + if (yych <= 0xB5) goto yy4671; + goto yy2; + } + } + } +yy16474: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy12973; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy12973; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12973; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12973; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy16475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych == 0x90) goto yy12973; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy12973; + if (yych <= 0xA3) goto yy4671; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy4671; + } else { + if (yych == 0xB9) goto yy12973; + goto yy2; + } + } + } +yy16476: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy12973; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12973; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12973; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12973; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy16477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy4671; + if (yych <= 0xB1) goto yy12973; + goto yy2; + } + } + } +yy16478: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy4671; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy12973; + default: goto yy2; + } +yy16479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy12973; + if (yych == 0x97) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy4671; + goto yy2; + } + } +yy16480: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy12973; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy16481: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy4671; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy12973; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } + } +yy16482: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy12973; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy12973; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy16483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy4671; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy12973; + goto yy2; + } + } + } +yy16484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy12973; + goto yy2; + } else { + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy16485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8E) goto yy12973; + if (yych <= 0x96) goto yy2; + goto yy4671; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy12973; + if (yych <= 0xA3) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy4671; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } + } +yy16486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy12973; + } else { + if (yych == 0xBD) goto yy12973; + goto yy2; + } + } +yy16487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12973; + goto yy2; + } else { + if (yych <= 0x8A) goto yy4671; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } + } +yy16488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy4671; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy16489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12973; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy4671; + goto yy2; +yy16490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12973; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy16491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy10110; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy16492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy12973; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy4671; + goto yy2; + } else { + if (yych <= 0xB1) goto yy12973; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } + } +yy16493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych <= 0x93) goto yy4671; + if (yych <= 0x9F) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy12973; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy4671; + goto yy2; + } + } +yy16494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy10110; + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy16495: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xAA) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy16496: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12973; + goto yy2; + } else { + if (yych <= 0xAB) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy4671; + goto yy2; + } +yy16497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy12973; + if (yych <= 0x9B) goto yy4671; + goto yy2; +yy16498: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xA0) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy12973; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy16499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12973; + if (yych <= 0xB3) goto yy4671; + goto yy2; +yy16500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12973; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy16501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA8) goto yy4671; + if (yych <= 0xAC) goto yy12973; + goto yy4671; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy12973; + if (yych <= 0xB4) goto yy4671; + goto yy12973; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy4671; + goto yy2; + } + } +yy16502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy12973; + } else { + if (yych == 0xBE) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy16503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0x84) goto yy12973; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy12973; + goto yy4671; + } else { + if (yych <= 0x93) goto yy12973; + if (yych <= 0x95) goto yy2; + goto yy12973; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAC) goto yy12973; + if (yych <= 0xAF) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy12973; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12973; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } + } + } +yy16504: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy4671; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy12973; + default: goto yy2; + } +yy16505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy12973; + } else { + if (yych == 0x8E) goto yy12973; + if (yych <= 0x8F) goto yy4671; + goto yy2; + } +yy16506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy12973; + goto yy2; + } else { + if (yych <= 0x8B) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy16507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xAE) goto yy12973; + if (yych <= 0xB1) goto yy4671; + if (yych <= 0xB3) goto yy12973; + goto yy2; + } +yy16508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12973; + if (yych == 0xBF) goto yy4671; + goto yy2; +yy16509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy12973; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy16510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x93) goto yy4671; + if (yych == 0xA0) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy4671; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy4671; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12973; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } +yy16511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xBA) goto yy12973; + goto yy2; + } +yy16512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy4671; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy12973; + goto yy2; +yy16513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } +yy16514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy12973; + goto yy2; + } else { + if (yych <= 0x9F) goto yy4671; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy16515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy4671; + goto yy2; +yy16516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA1) goto yy4671; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy16517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12973; + if (yych <= 0x88) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAD) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy12973; + goto yy2; + } +yy16518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy12973; + goto yy4671; + } else { + if (yych == 0x86) goto yy4671; + goto yy12973; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy4671; + if (yych <= 0xA2) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy4671; + goto yy2; + } + } +yy16519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0xB3) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy16520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy12973; + if (yych <= 0xBA) goto yy2; + goto yy12973; + } else { + if (yych == 0xBD) goto yy12973; + goto yy2; + } + } +yy16521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy12973; + } else { + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy16522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12973; + if (yych <= 0x93) goto yy4671; + goto yy2; +yy16523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy12973; + if (yych <= 0xB6) goto yy4671; + goto yy2; +yy16524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy12973; + goto yy4671; + } else { + if (yych <= 0x8B) goto yy12973; + if (yych <= 0x8D) goto yy4671; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } + } +yy16525: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy4671; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy12973; + goto yy4671; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy12973; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy4671; + goto yy2; + } + } +yy16526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy12973; + if (yych <= 0x9B) goto yy4671; + goto yy2; + } else { + if (yych <= 0xA5) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy16527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy12973; + if (yych <= 0xAA) goto yy4671; + goto yy2; + } else { + if (yych <= 0xAD) goto yy4671; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy16528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12973; + goto yy2; + } else { + if (yych <= 0x97) goto yy12973; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy12973; + goto yy4671; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy4671; + if (yych <= 0xB6) goto yy12973; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy12973; + goto yy2; + } + } +yy16529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy16530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy4671; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy16531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12973; + goto yy2; + } else { + if (yych <= 0xBB) goto yy12973; + if (yych <= 0xBD) goto yy4671; + goto yy2; + } +yy16532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy4671; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy4671; + goto yy10110; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy4671; + if (yych == 0xA9) goto yy4671; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy16533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy10110; + goto yy1087; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy12973; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy16534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy4671; + if (yych <= 0x9A) goto yy12973; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } +yy16535: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy16541; + case 0x81: goto yy16542; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy12977; + case 0x83: goto yy16543; + case 0x84: goto yy12911; + case 0x85: goto yy12912; + case 0x86: goto yy12913; + case 0x87: goto yy12914; + case 0x8A: goto yy16544; + case 0x8B: goto yy17228; + case 0x8C: goto yy16546; + case 0x8D: goto yy17229; + case 0x8E: goto yy16548; + case 0x8F: goto yy16549; + case 0x92: goto yy16550; + case 0x94: goto yy16551; + case 0x95: goto yy16552; + case 0x9C: goto yy16553; + case 0x9D: goto yy16554; + case 0xA0: goto yy16555; + case 0xA1: goto yy17230; + case 0xA2: goto yy16557; + case 0xA3: goto yy16558; + case 0xA4: goto yy16559; + case 0xA6: goto yy16560; + case 0xA8: goto yy17231; + case 0xA9: goto yy16562; + case 0xAA: goto yy16563; + case 0xAB: goto yy17232; + case 0xAC: goto yy15019; + case 0xAD: goto yy16565; + case 0xAE: goto yy16566; + case 0xB1: goto yy16567; + case 0xB2: + case 0xB3: goto yy16568; + default: goto yy2; + } +yy16536: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17233; + case 0x81: goto yy12921; + case 0x82: goto yy17234; + case 0x83: goto yy16571; + case 0x84: goto yy17235; + case 0x85: goto yy17236; + case 0x86: goto yy17237; + case 0x87: goto yy17238; + case 0x88: goto yy17239; + case 0x8A: goto yy16577; + case 0x8B: goto yy17240; + case 0x8C: goto yy17241; + case 0x8D: goto yy17242; + case 0x92: + case 0x98: goto yy17243; + case 0x93: goto yy17244; + case 0x96: goto yy17245; + case 0x97: goto yy17246; + case 0x99: goto yy17247; + case 0x9A: goto yy17248; + case 0x9B: goto yy2362; + case 0x9C: goto yy12937; + case 0xA2: goto yy16587; + case 0xA3: goto yy16588; + case 0xAB: goto yy16589; + default: goto yy2; + } +yy16537: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy12977; + case 0xA8: goto yy16589; + case 0xA9: goto yy16594; + case 0xAB: goto yy17249; + case 0xAC: goto yy17250; + case 0xAD: goto yy17251; + case 0xAE: goto yy16598; + case 0xBD: goto yy17252; + case 0xBE: goto yy12942; + default: goto yy2; + } +yy16538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy12977; + if (yych <= 0xB1) goto yy16600; + if (yych <= 0xB2) goto yy17253; + goto yy2; +yy16539: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy4675; + case 0x83: goto yy7801; + case 0x84: goto yy12944; + case 0x85: goto yy12945; + case 0x87: goto yy12946; + case 0x89: goto yy12947; + case 0x8D: goto yy12948; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy12977; + case 0x91: goto yy16602; + case 0x92: goto yy16603; + case 0x93: goto yy16604; + case 0x94: goto yy16605; + case 0x95: goto yy16606; + case 0x9A: goto yy16607; + case 0x9B: goto yy17254; + case 0x9C: goto yy17255; + case 0x9D: goto yy17256; + case 0x9E: goto yy17257; + case 0x9F: goto yy17258; + case 0xAA: goto yy12954; + default: goto yy2; + } +yy16540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy12977; + if (yych <= 0xA3) goto yy17259; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy16614; + goto yy16615; + } else { + if (yych <= 0xBA) goto yy16616; + if (yych <= 0xBB) goto yy12956; + goto yy2; + } + } +yy16541: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy12973; + } else { + if (yych == 0xBF) goto yy12973; + goto yy2; + } + } +yy16542: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy12973; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy12973; + goto yy2; +yy16543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy12973; + goto yy2; +yy16544: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy12973; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy16545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12973; + if (yych == 0xA0) goto yy1980; + goto yy2; +yy16546: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy16547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy12973; + if (yych <= 0x81) goto yy2; + goto yy12973; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy12973; + if (yych <= 0xBA) goto yy1980; + goto yy2; + } +yy16548: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy12973; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy16549: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy12973; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy12973; + goto yy2; +yy16550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy12973; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy16551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy16552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy12973; + goto yy2; +yy16553: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy12973; + goto yy2; +yy16554: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12973; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy12973; + goto yy2; +yy16555: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12973; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy12973; + goto yy2; + } else { + if (yych <= 0xBC) goto yy12973; + if (yych == 0xBF) goto yy12973; + goto yy2; + } + } +yy16556: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12973; + goto yy2; + } else { + if (yych <= 0xB6) goto yy12973; + if (yych <= 0xB8) goto yy1980; + goto yy2; + } +yy16557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12973; + goto yy2; +yy16558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy12973; + goto yy2; +yy16559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12973; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy12973; + goto yy2; +yy16560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy12973; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy16561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy12973; + if (yych <= 0x83) goto yy1980; + goto yy2; + } else { + if (yych <= 0x86) goto yy1980; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1980; + goto yy12973; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy12973; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1980; + } else { + if (yych == 0xBF) goto yy1980; + goto yy2; + } + } + } +yy16562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy12973; + goto yy2; +yy16563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy12973; + goto yy2; +yy16564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xA4) goto yy12973; + if (yych <= 0xA6) goto yy1980; + goto yy2; + } +yy16565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12973; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy12973; + goto yy2; +yy16566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12973; + goto yy2; +yy16567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12973; + goto yy2; +yy16568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy12973; + goto yy2; +yy16569: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xB7) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy16570: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xAF) goto yy12973; + if (yych <= 0xBA) goto yy1980; + goto yy2; +yy16571: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy16572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + goto yy12973; + } else { + if (yych <= 0xB4) goto yy1980; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy16573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy12973; + goto yy1980; + } else { + if (yych == 0xB6) goto yy12973; + goto yy2; + } +yy16574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1980; + if (yych <= 0xB2) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy16575: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1980; + } else { + if (yych <= 0x84) goto yy12973; + if (yych <= 0x89) goto yy2; + goto yy1980; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy12973; + } else { + if (yych == 0x9C) goto yy12973; + goto yy2; + } + } +yy16576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12973; + goto yy2; + } else { + if (yych <= 0xAB) goto yy12973; + if (yych <= 0xB7) goto yy1980; + goto yy2; + } +yy16577: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12973; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy12973; + goto yy2; + } else { + if (yych <= 0xA8) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy16578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy16579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x84) goto yy2; + goto yy12973; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12973; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12973; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12973; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1980; + } else { + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } + } + } +yy16580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1980; + if (yych <= 0x86) goto yy2; + goto yy1980; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1980; + } else { + if (yych == 0x90) goto yy12973; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1980; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1980; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1980; + goto yy2; + } + } + } +yy16581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12973; + if (yych <= 0xBF) goto yy1980; + goto yy2; +yy16582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1980; + if (yych <= 0x85) goto yy12973; + goto yy2; + } else { + if (yych <= 0x87) goto yy12973; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy16583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy16584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1980; + goto yy2; + } else { + if (yych <= 0x9B) goto yy12973; + if (yych <= 0x9D) goto yy1980; + goto yy2; + } +yy16585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy1980; + goto yy2; + } else { + if (yych <= 0x84) goto yy12973; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy16586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12973; + if (yych <= 0xB7) goto yy1980; + goto yy2; +yy16587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy16588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy12973; + goto yy843; + } else { + if (yych == 0xBF) goto yy12973; + goto yy2; + } +yy16589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy12973; + goto yy2; +yy16590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy12973; + goto yy2; +yy16591: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy12973; + goto yy2; +yy16592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12973; + goto yy2; +yy16593: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy12973; + goto yy2; +yy16594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12973; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy16595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1980; + goto yy2; +yy16596: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12973; + goto yy1980; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1980; + goto yy2; + } +yy16597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy1980; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy12973; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy16598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy12973; + goto yy2; +yy16599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12973; + goto yy2; + } else { + if (yych <= 0x90) goto yy12973; + if (yych <= 0xBE) goto yy1980; + goto yy2; + } +yy16600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy12973; + goto yy2; +yy16601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12973; + goto yy2; + } else { + if (yych <= 0x99) goto yy12973; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1980; + goto yy2; + } +yy16602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy16603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy12973; + } else { + if (yych == 0xA2) goto yy12973; + if (yych <= 0xA4) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy12973; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy12973; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } + } +yy16604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy16605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy12973; + goto yy2; + } else { + if (yych <= 0x8A) goto yy12973; + if (yych <= 0x8C) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy12973; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy12973; + goto yy2; + } + } +yy16606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy12973; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy12973; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy16607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy12973; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; +yy16608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1980; + goto yy12973; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1980; + goto yy12973; + } else { + if (yych <= 0xBB) goto yy1980; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy16609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy12973; + goto yy1980; + } else { + if (yych == 0xB5) goto yy1980; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy16610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy12973; + goto yy1980; + } else { + if (yych == 0xAF) goto yy1980; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy16611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12973; + goto yy1980; + } else { + if (yych == 0xA9) goto yy1980; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy16612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy12973; + goto yy1980; + } else { + if (yych <= 0x8B) goto yy12973; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy16613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12973; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1980; + goto yy2; +yy16614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy12973; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy12973; + } else { + if (yych == 0xA4) goto yy12973; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy12973; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy12973; + } else { + if (yych == 0xBB) goto yy12973; + goto yy2; + } + } + } +yy16615: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy12973; + default: goto yy2; + } +yy16616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy12973; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy12973; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy12973; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy12973; + goto yy2; + } + } +yy16617: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy13078; + } else { + if (yych == 0x9A) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy113; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy113; + goto yy2; + } + } +yy16618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy13078; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy16619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy13078; + goto yy2; +yy16620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy13078; + } else { + if (yych == 0xBD) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy16621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x90) goto yy13078; + if (yych <= 0x97) goto yy113; + goto yy13078; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy16622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy13078; + } else { + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy13078; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy13078; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy13078; + goto yy2; + } else { + if (yych <= 0xB2) goto yy13078; + if (yych <= 0xB5) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy16623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy113; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy113; + goto yy13078; + } else { + if (yych == 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy13078; + goto yy2; + } else { + if (yych <= 0xA1) goto yy13078; + if (yych <= 0xA3) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy13078; + goto yy113; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } + } + } +yy16624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy13078; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy13078; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy13078; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy13078; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy13078; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy13078; + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy16625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x91) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy13078; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy113; + } else { + if (yych <= 0xB4) goto yy13078; + if (yych <= 0xB5) goto yy113; + goto yy2; + } + } + } +yy16626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy13078; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy13078; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy13078; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy13078; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy16627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy13078; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy13078; + if (yych <= 0xA3) goto yy113; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy113; + } else { + if (yych == 0xB9) goto yy13078; + goto yy2; + } + } + } +yy16628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy13078; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy13078; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy13078; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy13078; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy16629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy13078; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy113; + if (yych <= 0xB1) goto yy13078; + goto yy2; + } + } + } +yy16630: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy113; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy13078; + default: goto yy2; + } +yy16631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy13078; + if (yych == 0x97) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy113; + goto yy2; + } + } +yy16632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy13078; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy13078; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy16633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy13078; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy13078; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy16634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy13078; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy13078; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy16635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy13078; + goto yy113; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy13078; + goto yy2; + } + } + } +yy16636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy13078; + goto yy2; + } else { + if (yych <= 0xBD) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy16637: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy113; + } else { + if (yych <= 0x8E) goto yy13078; + if (yych <= 0x96) goto yy2; + goto yy113; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy13078; + if (yych <= 0xA3) goto yy113; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy113; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } + } +yy16638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy13078; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy13078; + } else { + if (yych == 0xBD) goto yy13078; + goto yy2; + } + } +yy16639: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy13078; + goto yy2; + } else { + if (yych <= 0x8A) goto yy113; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy16640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy16641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy13078; + } else { + if (yych == 0x87) goto yy13078; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy13078; + if (yych <= 0x8F) goto yy2; + goto yy13078; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy16642: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy13078; + goto yy2; + } else { + if (yych <= 0x8D) goto yy13078; + if (yych <= 0x8F) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy13078; + goto yy2; + } else { + if (yych <= 0x9D) goto yy13078; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy16643: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy13078; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy13078; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy13078; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy13078; + goto yy2; + } + } +yy16644: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy13078; + if (yych <= 0x81) goto yy2; + goto yy13078; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy13078; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy16645: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy13078; + goto yy2; + } else { + if (yych <= 0x95) goto yy13078; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy16646: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy13078; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy113; + goto yy2; +yy16647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy13078; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy16648: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy13078; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy13078; + goto yy2; +yy16649: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy10110; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy16650: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy13078; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy16651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy13078; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy16652: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy13078; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy13078; + goto yy2; +yy16653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy13078; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy113; + goto yy2; + } else { + if (yych <= 0xB1) goto yy13078; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } +yy16654: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy13078; + } else { + if (yych <= 0x93) goto yy113; + if (yych <= 0x9F) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy13078; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy113; + goto yy2; + } + } +yy16655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy10110; + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy16656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy13078; + goto yy2; +yy16657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy13078; + goto yy113; + } else { + if (yych <= 0xAA) goto yy13078; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy16658: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy13078; + goto yy2; +yy16659: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy13078; + goto yy2; + } else { + if (yych <= 0xAB) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy113; + goto yy2; + } +yy16660: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy13078; + if (yych <= 0x9B) goto yy113; + goto yy2; +yy16661: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xA0) goto yy13078; + goto yy113; + } else { + if (yych <= 0xAF) goto yy13078; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy16662: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy13078; + if (yych <= 0xB3) goto yy113; + goto yy2; +yy16663: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy13078; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy16664: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy2; + } else { + if (yych <= 0x8F) goto yy13078; + if (yych <= 0x99) goto yy843; + if (yych <= 0xB7) goto yy13078; + goto yy2; + } +yy16665: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy113; + goto yy2; + } else { + if (yych <= 0xA8) goto yy113; + if (yych <= 0xAC) goto yy13078; + goto yy113; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy13078; + if (yych <= 0xB4) goto yy113; + goto yy13078; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy16666: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy13078; + goto yy2; +yy16667: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy16668: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy13078; + goto yy2; +yy16669: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy13078; + goto yy2; + } else { + if (yych <= 0x9D) goto yy13078; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy16670: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy13078; + goto yy2; + } else { + if (yych <= 0x8D) goto yy13078; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy13078; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy13078; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy13078; + goto yy2; + } + } +yy16671: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy13078; + } else { + if (yych == 0xBE) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy16672: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x84) goto yy13078; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy13078; + goto yy113; + } else { + if (yych <= 0x93) goto yy13078; + if (yych <= 0x95) goto yy2; + goto yy13078; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy113; + } else { + if (yych <= 0xAC) goto yy13078; + if (yych <= 0xAF) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy13078; + goto yy2; + } else { + if (yych <= 0xBC) goto yy13078; + if (yych <= 0xBE) goto yy113; + goto yy2; + } + } + } +yy16673: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy113; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy13078; + default: goto yy2; + } +yy16674: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy13078; + } else { + if (yych == 0x8E) goto yy13078; + if (yych <= 0x8F) goto yy113; + goto yy2; + } +yy16675: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy13078; + goto yy2; + } else { + if (yych <= 0x8B) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy16676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy16677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy13078; + goto yy2; + } else { + if (yych <= 0xBB) goto yy13078; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy16678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy13078; + goto yy113; + } else { + if (yych <= 0xAE) goto yy13078; + if (yych <= 0xB1) goto yy113; + if (yych <= 0xB3) goto yy13078; + goto yy2; + } +yy16679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy13078; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy13078; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy16680: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy13078; + if (yych == 0xBF) goto yy113; + goto yy2; +yy16681: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy13078; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy13078; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy13078; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy13078; + goto yy2; + } + } +yy16682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy13078; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy13078; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy13078; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy16683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x93) goto yy113; + if (yych == 0xA0) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy113; + goto yy2; + } else { + if (yych <= 0xBC) goto yy13078; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } +yy16684: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy13078; + goto yy2; +yy16685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy113; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBA) goto yy13078; + goto yy2; + } +yy16686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy113; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy13078; + goto yy2; +yy16687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy13078; + goto yy2; + } else { + if (yych <= 0x9F) goto yy13078; + if (yych <= 0xA9) goto yy843; + if (yych <= 0xAB) goto yy13078; + goto yy2; + } +yy16688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy13078; + goto yy113; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy16689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy13078; + goto yy2; + } else { + if (yych <= 0x9F) goto yy113; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy16690: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy13078; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy113; + goto yy2; +yy16691: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; + } else { + if (yych <= 0xA1) goto yy113; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy16692: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy13078; + if (yych <= 0x88) goto yy2; + goto yy113; + } else { + if (yych <= 0xAD) goto yy13078; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy13078; + goto yy2; + } +yy16693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy13078; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy16694: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy13078; + goto yy113; + } else { + if (yych == 0x86) goto yy113; + goto yy13078; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy113; + if (yych <= 0xA2) goto yy13078; + goto yy113; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy113; + goto yy2; + } + } +yy16695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy13078; + goto yy2; +yy16696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0xB3) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy16697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy113; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy13078; + if (yych <= 0xBA) goto yy2; + goto yy13078; + } else { + if (yych == 0xBD) goto yy13078; + goto yy2; + } + } +yy16698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy13078; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy16699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy13078; + if (yych <= 0x93) goto yy113; + goto yy2; +yy16700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy13078; + if (yych <= 0xB6) goto yy113; + goto yy2; +yy16701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy13078; + goto yy113; + } else { + if (yych <= 0x8B) goto yy13078; + if (yych <= 0x8D) goto yy113; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy113; + goto yy2; + } + } +yy16702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy113; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy13078; + goto yy113; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy13078; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy113; + goto yy2; + } + } +yy16703: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy13078; + goto yy2; + } else { + if (yych <= 0x8E) goto yy13078; + if (yych <= 0x90) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy13078; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy16704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy13078; + if (yych <= 0x9B) goto yy113; + goto yy2; + } else { + if (yych <= 0xA5) goto yy13078; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy16705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy13078; + if (yych <= 0xAA) goto yy113; + goto yy2; + } else { + if (yych <= 0xAD) goto yy113; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy16706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy13078; + goto yy2; + } else { + if (yych <= 0x97) goto yy13078; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy13078; + goto yy113; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy113; + if (yych <= 0xB6) goto yy13078; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy13078; + goto yy2; + } + } +yy16707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy13078; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy16708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy16709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy113; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy16710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy13078; + goto yy2; +yy16711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy16712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy13078; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy16713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy13078; + goto yy2; + } else { + if (yych <= 0xBB) goto yy13078; + if (yych <= 0xBD) goto yy113; + goto yy2; + } +yy16714: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy113; + goto yy10110; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy113; + if (yych == 0xA9) goto yy113; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy16715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy13078; + goto yy2; +yy16716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy10110; + goto yy1087; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy113; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy13078; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy16717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy113; + if (yych <= 0x9A) goto yy13078; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy16718: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17260; + case 0x81: goto yy17261; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy15090; + case 0x83: goto yy17262; + case 0x84: goto yy3728; + case 0x85: goto yy3729; + case 0x86: goto yy3730; + case 0x87: goto yy3731; + case 0x8A: goto yy17263; + case 0x8B: goto yy17264; + case 0x8C: goto yy17265; + case 0x8D: goto yy17266; + case 0x8E: goto yy17267; + case 0x8F: goto yy17268; + case 0x92: goto yy17269; + case 0x94: goto yy17270; + case 0x95: goto yy17271; + case 0x9C: goto yy17272; + case 0x9D: goto yy17273; + case 0xA0: goto yy17274; + case 0xA1: goto yy17275; + case 0xA2: goto yy17276; + case 0xA3: goto yy17277; + case 0xA4: goto yy17278; + case 0xA6: goto yy17279; + case 0xA8: goto yy17280; + case 0xA9: goto yy17281; + case 0xAA: goto yy17282; + case 0xAB: goto yy17283; + case 0xAC: goto yy16658; + case 0xAD: goto yy17284; + case 0xAE: goto yy17285; + case 0xB1: goto yy17286; + case 0xB2: + case 0xB3: goto yy17287; + default: goto yy2; + } +yy16719: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17288; + case 0x81: goto yy13109; + case 0x82: goto yy17289; + case 0x83: goto yy17290; + case 0x84: goto yy17291; + case 0x85: goto yy17292; + case 0x86: goto yy17293; + case 0x87: goto yy17294; + case 0x88: goto yy17295; + case 0x8A: goto yy17296; + case 0x8B: goto yy17297; + case 0x8C: goto yy17298; + case 0x8D: goto yy17299; + case 0x92: + case 0x98: goto yy17300; + case 0x93: goto yy17301; + case 0x96: goto yy17302; + case 0x97: goto yy17303; + case 0x99: goto yy17304; + case 0x9A: goto yy17305; + case 0x9B: goto yy2362; + case 0x9C: goto yy13127; + case 0xA2: goto yy17306; + case 0xA3: goto yy17307; + case 0xAB: goto yy17308; + default: goto yy2; + } +yy16720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy15090; + goto yy17309; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy15090; + if (yych <= 0x95) goto yy17310; + goto yy2; + } +yy16721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy15090; + if (yych <= 0x90) goto yy17311; + goto yy2; +yy16722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy15090; + if (yych <= 0x99) goto yy17312; + goto yy2; +yy16723: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy15090; + case 0xA8: goto yy17308; + case 0xA9: goto yy17313; + case 0xAB: goto yy17314; + case 0xAC: goto yy17315; + case 0xAD: goto yy17316; + case 0xAE: goto yy17317; + case 0xBD: goto yy17318; + case 0xBE: goto yy3792; + default: goto yy2; + } +yy16724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy15090; + if (yych <= 0xB1) goto yy17319; + if (yych <= 0xB2) goto yy17320; + goto yy2; +yy16725: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy118; + case 0x83: goto yy637; + case 0x84: goto yy3795; + case 0x85: goto yy3796; + case 0x87: goto yy3797; + case 0x89: goto yy3798; + case 0x8D: goto yy3799; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy15090; + case 0x91: goto yy17321; + case 0x92: goto yy17322; + case 0x93: goto yy17323; + case 0x94: goto yy17324; + case 0x95: goto yy17325; + case 0x9A: goto yy17326; + case 0x9B: goto yy17327; + case 0x9C: goto yy17328; + case 0x9D: goto yy17329; + case 0x9E: goto yy17330; + case 0x9F: goto yy17331; + case 0xAA: goto yy3811; + default: goto yy2; + } +yy16726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy15090; + if (yych <= 0xA3) goto yy17332; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy17333; + goto yy17334; + } else { + if (yych <= 0xBA) goto yy17335; + if (yych <= 0xBB) goto yy3816; + goto yy2; + } + } +yy16727: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCB) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy113; + goto yy57; + } else { + if (yych <= '\'') goto yy1564; + if (yych == '+') goto yy113; + goto yy57; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy1565; + if (yych <= '.') goto yy3648; + if (yych <= '/') goto yy57; + goto yy950; + } else { + if (yych <= ':') goto yy246; + if (yych <= ';') goto yy57; + if (yych <= '>') goto yy113; + goto yy57; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy1240; + if (yych <= ']') goto yy57; + if (yych <= '^') goto yy113; + goto yy17336; + } else { + if (yych <= '`') goto yy113; + if (yych <= 'z') goto yy1240; + if (yych <= '{') goto yy57; + goto yy113; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy113; + if (yych <= 0xC1) goto yy57; + goto yy1569; + } else { + if (yych <= 0xC3) goto yy1570; + if (yych <= 0xC9) goto yy268; + if (yych <= 0xCA) goto yy1571; + goto yy257; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy118; + if (yych <= 0xCD) goto yy1572; + if (yych <= 0xCE) goto yy1573; + goto yy1574; + } else { + if (yych == 0xD2) goto yy1575; + if (yych <= 0xD3) goto yy268; + goto yy1576; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy1577; + if (yych <= 0xD6) goto yy1578; + if (yych <= 0xD7) goto yy265; + goto yy266; + } else { + if (yych <= 0xD9) goto yy267; + if (yych <= 0xDA) goto yy268; + if (yych <= 0xDB) goto yy269; + goto yy270; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy271; + if (yych <= 0xDE) goto yy272; + if (yych <= 0xDF) goto yy273; + goto yy274; + } else { + if (yych <= 0xE1) goto yy1579; + if (yych <= 0xE2) goto yy1580; + if (yych <= 0xE3) goto yy277; + goto yy278; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1581; + if (yych <= 0xEE) goto yy57; + goto yy1582; + } else { + if (yych <= 0xF0) goto yy1583; + if (yych == 0xF3) goto yy282; + goto yy57; + } + } + } + } +yy16728: + yych = *++YYCURSOR; + if (yych == '_') goto yy17337; + goto yy2; +yy16729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB8) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy10684; + if (yych <= 0x8B) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9B) { + if (yych <= 0x8F) goto yy2; + goto yy10684; + } else { + if (yych == 0xA0) goto yy10684; + goto yy2; + } + } +yy16732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; +yy16733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy10684; + if (yych == 0xA0) goto yy10684; + goto yy2; +yy16734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x81) { + if (yych == 0x80) goto yy10684; + goto yy2; + } else { + if (yych <= 0x89) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy10684; + goto yy2; + } +yy16735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB8) goto yy10684; + goto yy2; +yy16736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych <= 0x86) goto yy10684; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x93) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB7) { + if (yych == 0x98) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBA) goto yy10684; + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } +yy16737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + if (yych == 0xBF) goto yy10684; + goto yy2; +yy16738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; +yy16739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB3) goto yy10684; + if (yych == 0xB6) goto yy10684; + goto yy2; +yy16740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x89) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy10684; + } else { + if (yych == 0x9C) goto yy10684; + goto yy2; + } + } +yy16741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy2; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy16742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy10684; + goto yy2; +yy16743: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x90) goto yy10684; + if (yych <= 0x92) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB1) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB4) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy16744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x8F) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA3) { + if (yych == 0x97) goto yy10684; + if (yych <= 0x9C) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } + } + } +yy16745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + if (yych <= 0x87) goto yy10684; + goto yy2; +yy16746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy10684; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy10684; + if (yych <= 0x97) goto yy2; + if (yych <= 0x9D) goto yy10684; + goto yy2; +yy16748: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy10684; + if (yych == 0x84) goto yy10684; + goto yy2; +yy16749: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy10684; + if (yych == 0xBF) goto yy10684; + goto yy2; +yy16750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; +yy16751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy10684; + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB7) goto yy10684; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy16753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBE) goto yy10684; + goto yy2; +yy16754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x92) goto yy10684; + goto yy2; +yy16755: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy10684; + goto yy2; + } else { + if (yych <= 0x99) goto yy10684; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } +yy16756: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA6) goto yy10684; + if (yych <= 0xA8) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy10684; + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy10684; + goto yy2; +yy16759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy2; +yy16760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; +yy16761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy10684; + goto yy2; +yy16762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + goto yy2; + } else { + if (yych == 0xA0) goto yy2; + if (yych <= 0xAF) goto yy10684; + goto yy2; + } +yy16763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; +yy16764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy10684; + goto yy2; +yy16765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAE) goto yy10684; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy16767: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych == 0x90) goto yy2; + if (yych <= 0xB5) goto yy10684; + goto yy2; +yy16768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBA) goto yy10684; + goto yy2; +yy16771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy10684; + goto yy2; +yy16772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xBA) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xA4) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAC) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } +yy16775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy10684; + goto yy2; +yy16776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10684; + goto yy2; + } else { + if (yych <= 0x99) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy16778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy10684; + goto yy2; +yy16779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy10684; + goto yy2; +yy16780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; +yy16781: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy17338; + goto yy2; +yy16782: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy16794; + if (yych <= '\'') goto yy2; + goto yy16794; + } else { + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy16794; + if (yych <= '9') goto yy17339; + goto yy2; + } +yy16783: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy16794; + if (yych <= '\'') goto yy2; + goto yy16794; + } else { + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy16794; + if (yych <= '9') goto yy17340; + goto yy2; + } +yy16784: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy16794; + if (yych <= '\'') goto yy147; + goto yy16794; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy16795; + } else { + if (yych <= '/') goto yy16794; + if (yych <= '9') goto yy17341; + goto yy147; + } + } +yy16785: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy16794; + if (yych <= '\'') goto yy147; + goto yy16794; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy16795; + } else { + if (yych <= '/') goto yy16794; + if (yych <= '9') goto yy17342; + goto yy147; + } + } +yy16786: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy5661; + goto yy13405; + } else { + if (yych == '%') goto yy146; + goto yy5661; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy13405; + goto yy5661; + } else { + if (yych <= '+') goto yy5688; + if (yych <= ',') goto yy5661; + goto yy15351; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych >= '/') goto yy13405; + } else { + if (yych <= '9') goto yy17343; + if (yych <= '?') goto yy5661; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy5688; + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy16787: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy5661; + goto yy5688; + } else { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy5661; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17343; + if (yych <= '?') goto yy5661; + if (yych <= '@') goto yy148; + goto yy5688; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy16788: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy1763; + goto yy15355; + } else { + if (yych == '%') goto yy146; + goto yy1763; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy15355; + goto yy1763; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy1763; + goto yy15356; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy17344; + goto yy15355; + } else { + if (yych <= '9') goto yy17345; + if (yych <= '?') goto yy1763; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy2209; + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy16789: + yych = *++YYCURSOR; + if (yych <= '9') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy1763; + goto yy2207; + } else { + if (yych <= ',') goto yy1763; + if (yych <= '.') goto yy146; + if (yych <= '/') goto yy1763; + goto yy17345; + } + } else { + if (yych <= '^') { + if (yych <= '?') goto yy1763; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2209; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } +yy16790: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + goto yy16794; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy16794; + goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy17346; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy16796; + goto yy16794; + } else { + if (yych <= '9') goto yy17347; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy16791: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy1763; + goto yy15359; + } else { + if (yych == '%') goto yy146; + goto yy1763; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy15355; + goto yy1763; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy1763; + goto yy15360; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy17348; + goto yy15355; + } else { + if (yych <= '9') goto yy17349; + if (yych <= '?') goto yy1763; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy2209; + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy16792: + yych = *++YYCURSOR; + if (yych <= '9') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy1763; + goto yy2207; + } else { + if (yych <= ',') goto yy1763; + if (yych <= '.') goto yy146; + if (yych <= '/') goto yy1763; + goto yy17349; + } + } else { + if (yych <= '^') { + if (yych <= '?') goto yy1763; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2209; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } +yy16793: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych >= '*') goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy17346; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy16796; + } else { + if (yych <= '9') goto yy17350; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy16794: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy17339; + goto yy2; +yy16795: + yych = *++YYCURSOR; + if (yych <= '/') goto yy147; + if (yych <= '9') goto yy17341; + goto yy147; +yy16796: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy534; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17347; + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy16797: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy17351; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy17351; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy17352; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy17353; + goto yy17351; + } else { + if (yych <= '9') goto yy17354; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy16798: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy111; + goto yy17351; + } else { + if (yych == '%') goto yy146; + goto yy111; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy17351; + goto yy111; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy111; + goto yy17352; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy17353; + goto yy17351; + } else { + if (yych <= '9') goto yy17355; + if (yych <= '?') goto yy111; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy182; + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy16799: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy10964; + if (yych == 0xA0) goto yy10684; + goto yy2; +yy16800: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy10964; + if (yych <= 0x81) goto yy2; + goto yy10964; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy10964; + if (yych <= 0xBA) goto yy10684; + goto yy2; + } +yy16801: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy10964; + goto yy2; + } else { + if (yych <= 0xB6) goto yy10964; + if (yych <= 0xB8) goto yy10684; + goto yy2; + } +yy16802: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy10964; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych <= 0x86) goto yy10684; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy10684; + goto yy10964; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy10964; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy10684; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } + } +yy16803: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xA4) goto yy10964; + if (yych <= 0xA6) goto yy10684; + goto yy2; + } +yy16804: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xB7) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16805: + yych = *++YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych == 0xBF) goto yy10684; + goto yy2; + } +yy16806: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xAF) goto yy10964; + if (yych <= 0xBA) goto yy10684; + goto yy2; +yy16807: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + goto yy10964; + } else { + if (yych <= 0xB4) goto yy10684; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy16808: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy10964; + goto yy10684; + } else { + if (yych == 0xB6) goto yy10964; + goto yy2; + } +yy16809: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xB2) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16810: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy10964; + if (yych <= 0x89) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy10964; + } else { + if (yych == 0x9C) goto yy10964; + goto yy2; + } + } +yy16811: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy10964; + goto yy2; + } else { + if (yych <= 0xAB) goto yy10964; + if (yych <= 0xB7) goto yy10684; + goto yy2; + } +yy16812: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy16813: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy10964; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy10964; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy10964; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy10964; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy10964; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy16814: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych == 0x90) goto yy10964; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy10684; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } + } + } +yy16815: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy10964; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16816: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x85) goto yy10964; + goto yy2; + } else { + if (yych <= 0x87) goto yy10964; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy16817: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy16818: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9B) goto yy10964; + if (yych <= 0x9D) goto yy10684; + goto yy2; + } +yy16819: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy10684; + goto yy2; + } else { + if (yych <= 0x84) goto yy10964; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy16820: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy10964; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy16821: + yych = *++YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x9C) goto yy2; + if (yych <= 0xAB) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB9) goto yy843; + if (yych == 0xBF) goto yy10684; + goto yy2; + } +yy16822: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy10964; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; +yy16823: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy10964; + goto yy10684; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy16824: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy10684; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy10964; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy16825: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10964; + goto yy2; + } else { + if (yych <= 0x90) goto yy10964; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } +yy16826: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy10964; + goto yy2; + } else { + if (yych <= 0x99) goto yy10964; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } +yy16827: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy10684; + goto yy10964; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy10684; + goto yy10964; + } else { + if (yych <= 0xBB) goto yy10684; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } + } +yy16828: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy10964; + goto yy10684; + } else { + if (yych == 0xB5) goto yy10684; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy16829: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy10964; + goto yy10684; + } else { + if (yych == 0xAF) goto yy10684; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy16830: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy10964; + goto yy10684; + } else { + if (yych == 0xA9) goto yy10684; + if (yych <= 0xBF) goto yy10964; + goto yy2; + } +yy16831: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10964; + goto yy10684; + } else { + if (yych <= 0x8B) goto yy10964; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy16832: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10964; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; +yy16833: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCE) { + if (yych <= '@') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy5661; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy5661; + goto yy5688; + } + } else { + if (yych <= '.') { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy867; + goto yy203; + } else { + if (yych <= '/') goto yy5661; + if (yych <= '9') goto yy17356; + if (yych <= '?') goto yy5661; + goto yy148; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '_') { + if (yych <= 'Z') goto yy5690; + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5690; + goto yy5661; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC2) goto yy5692; + if (yych <= 0xC3) goto yy5693; + goto yy5694; + } else { + if (yych <= 0xCA) goto yy5695; + if (yych <= 0xCC) goto yy5661; + if (yych <= 0xCD) goto yy5696; + goto yy5697; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD5) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy5698; + if (yych <= 0xD1) goto yy5694; + goto yy5699; + } else { + if (yych <= 0xD3) goto yy5694; + if (yych <= 0xD4) goto yy5700; + goto yy5701; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD6) goto yy5702; + if (yych <= 0xD7) goto yy5703; + goto yy5704; + } else { + if (yych <= 0xD9) goto yy5705; + if (yych <= 0xDA) goto yy5694; + if (yych <= 0xDB) goto yy5706; + goto yy5707; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy5708; + if (yych <= 0xDE) goto yy5709; + goto yy5710; + } else { + if (yych <= 0xE0) goto yy5711; + if (yych <= 0xE1) goto yy5712; + goto yy5713; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy5714; + if (yych <= 0xE9) goto yy5661; + goto yy5715; + } else { + if (yych <= 0xEE) goto yy5661; + if (yych <= 0xEF) goto yy5716; + if (yych <= 0xF0) goto yy5717; + goto yy5661; + } + } + } + } +yy16834: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCF) { + if (yych <= '^') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy208; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy208; + goto yy146; + } + } else { + if (yych <= '?') { + if (yych <= '/') goto yy208; + if (yych <= '9') goto yy17357; + goto yy208; + } else { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy803; + goto yy208; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= 'z') { + if (yych <= '_') goto yy146; + if (yych <= '`') goto yy208; + goto yy803; + } else { + if (yych <= 0xC1) goto yy208; + if (yych <= 0xC2) goto yy805; + goto yy806; + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + goto yy208; + } else { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy812; + goto yy807; + } else { + if (yych <= 0xD4) goto yy813; + if (yych <= 0xD5) goto yy814; + goto yy846; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy816; + if (yych <= 0xD8) goto yy847; + goto yy848; + } else { + if (yych <= 0xDA) goto yy807; + if (yych <= 0xDB) goto yy849; + goto yy820; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy850; + } else { + if (yych <= 0xE0) goto yy851; + if (yych <= 0xE1) goto yy852; + goto yy853; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy208; + goto yy854; + } else { + if (yych <= 0xEE) goto yy208; + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy208; + } + } + } + } +yy16835: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy208; + if (yych <= '$') goto yy1763; + goto yy146; + } else { + if (yych == '\'') goto yy200; + if (yych <= '*') goto yy208; + goto yy2207; + } + } else { + if (yych <= '/') { + if (yych <= ',') goto yy208; + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy3056; + goto yy208; + } else { + if (yych <= '9') goto yy17358; + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy1763; + goto yy208; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2402; + if (yych <= ']') goto yy208; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2402; + goto yy208; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy208; + if (yych <= '~') goto yy1763; + goto yy208; + } else { + if (yych <= 0xC2) goto yy2404; + if (yych <= 0xC3) goto yy2405; + if (yych <= 0xC9) goto yy2406; + goto yy2407; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1763; + if (yych <= 0xCD) goto yy2408; + if (yych <= 0xCE) goto yy2409; + goto yy2410; + } else { + if (yych == 0xD2) goto yy2411; + if (yych <= 0xD3) goto yy2406; + goto yy2412; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy2413; + if (yych <= 0xD6) goto yy2414; + if (yych <= 0xD7) goto yy2415; + goto yy2416; + } else { + if (yych <= 0xD9) goto yy2417; + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy2418; + goto yy2419; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy2420; + if (yych <= 0xDE) goto yy2421; + if (yych <= 0xDF) goto yy2422; + goto yy2423; + } else { + if (yych <= 0xE1) goto yy2424; + if (yych <= 0xE2) goto yy2425; + if (yych <= 0xE3) goto yy2426; + goto yy1763; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2427; + if (yych <= 0xEE) goto yy208; + goto yy2428; + } else { + if (yych <= 0xF0) goto yy2429; + if (yych == 0xF3) goto yy1763; + goto yy208; + } + } + } + } +yy16836: + yyaccept = 7; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy41; + if (yych <= '$') goto yy534; + if (yych <= '%') goto yy146; + goto yy41; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy41; + if (yych <= '+') goto yy781; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy41; + goto yy17359; + } else { + if (yych <= ':') goto yy41; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy534; + goto yy41; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy870; + if (yych <= ']') goto yy41; + goto yy534; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy870; + goto yy41; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy41; + if (yych <= '~') goto yy534; + goto yy41; + } else { + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + if (yych <= 0xC9) goto yy874; + goto yy875; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy534; + if (yych <= 0xCD) goto yy2430; + if (yych <= 0xCE) goto yy877; + goto yy878; + } else { + if (yych == 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + goto yy880; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy2431; + if (yych <= 0xD7) goto yy883; + goto yy2432; + } else { + if (yych <= 0xD9) goto yy2433; + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy886; + goto yy887; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy2434; + goto yy891; + } else { + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy2435; + if (yych <= 0xE3) goto yy894; + goto yy534; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy895; + if (yych <= 0xEE) goto yy41; + goto yy2436; + } else { + if (yych <= 0xF0) goto yy897; + if (yych == 0xF3) goto yy534; + goto yy41; + } + } + } + } +yy16837: + yyaccept = 26; + yych = *(YYMARKER = ++YYCURSOR); + if (yybm[512+yych] & 128) { + goto yy39; + } + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy16838; + if (yych <= '$') goto yy111; + goto yy146; + } else { + if (yych == '\'') goto yy200; + if (yych >= '+') goto yy170; + } + } else { + if (yych <= ':') { + if (yych <= ',') goto yy202; + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy205; + } else { + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy111; + if (yych >= '@') goto yy148; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= 'Z') goto yy206; + if (yych <= ']') goto yy16838; + if (yych <= '^') goto yy111; + goto yy209; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy206; + if (yych >= '|') goto yy111; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy111; + if (yych >= 0xC2) goto yy211; + } else { + if (yych <= 0xC3) goto yy212; + if (yych <= 0xC9) goto yy213; + if (yych <= 0xCA) goto yy214; + goto yy111; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy215; + if (yych <= 0xCE) goto yy216; + goto yy217; + } else { + if (yych == 0xD2) goto yy218; + if (yych <= 0xD3) goto yy213; + goto yy219; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy220; + if (yych <= 0xD6) goto yy221; + if (yych <= 0xD7) goto yy222; + goto yy223; + } else { + if (yych <= 0xD9) goto yy224; + if (yych <= 0xDA) goto yy213; + if (yych <= 0xDB) goto yy225; + goto yy226; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy227; + if (yych <= 0xDE) goto yy228; + if (yych <= 0xDF) goto yy229; + goto yy230; + } else { + if (yych <= 0xE1) goto yy231; + if (yych <= 0xE2) goto yy232; + if (yych <= 0xE3) goto yy233; + goto yy111; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy234; + if (yych >= 0xEF) goto yy235; + } else { + if (yych <= 0xF0) goto yy236; + if (yych == 0xF3) goto yy111; + } + } + } + } +yy16838: +#line 169 "scanner.re" + { return US_PHONE; } +#line 291348 "scanner.c" +yy16839: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy2930; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy16840: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy2930; + goto yy2; + } else { + if (yych <= 0x8D) goto yy5660; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy16841: + yych = *++YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy2930; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2930; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } +yy16842: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy11639; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy16843: + yych = *++YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB2) goto yy2930; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } + } +yy16844: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy5660; + if (yych <= 0x91) goto yy2; + goto yy2930; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy2930; + if (yych <= 0xA6) goto yy5660; + if (yych <= 0xA8) goto yy2; + goto yy5660; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy13666; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } + } +yy16845: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy2930; + } else { + if (yych == 0x8B) goto yy5660; + if (yych <= 0x8C) goto yy2; + goto yy2930; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy13666; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy16846: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy13666; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy13666; + } else { + if (yych == 0xBF) goto yy13666; + goto yy2; + } + } +yy16847: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy13666; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy13666; + goto yy2; +yy16848: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy13666; + goto yy2; +yy16849: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy13666; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy16850: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy13666; + if (yych == 0xA0) goto yy5660; + goto yy2; +yy16851: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy13666; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy16852: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy13666; + if (yych <= 0x81) goto yy2; + goto yy13666; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy13666; + if (yych <= 0xBA) goto yy5660; + goto yy2; + } +yy16853: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy13666; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy16854: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy13666; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy13666; + goto yy2; +yy16855: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy13666; + goto yy2; +yy16856: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy13666; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy16857: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy13666; + goto yy2; +yy16858: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy13666; + goto yy2; +yy16859: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy13666; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy13666; + goto yy2; +yy16860: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy13666; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy13666; + goto yy2; + } else { + if (yych <= 0xBC) goto yy13666; + if (yych == 0xBF) goto yy13666; + goto yy2; + } + } +yy16861: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy13666; + goto yy2; + } else { + if (yych <= 0xB6) goto yy13666; + if (yych <= 0xB8) goto yy5660; + goto yy2; + } +yy16862: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy13666; + goto yy2; +yy16863: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy13666; + goto yy2; +yy16864: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy13666; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy13666; + goto yy2; +yy16865: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy13666; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy16866: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy13666; + if (yych <= 0x83) goto yy5660; + goto yy2; + } else { + if (yych <= 0x86) goto yy5660; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy5660; + goto yy13666; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy13666; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy5660; + } else { + if (yych == 0xBF) goto yy5660; + goto yy2; + } + } + } +yy16867: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy13666; + goto yy2; +yy16868: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy13666; + goto yy2; +yy16869: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xA4) goto yy13666; + if (yych <= 0xA6) goto yy5660; + goto yy2; + } +yy16870: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy13666; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy13666; + goto yy2; +yy16871: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy13666; + goto yy2; +yy16872: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy13666; + goto yy2; +yy16873: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy13666; + goto yy2; +yy16874: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xB7) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy16875: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xAF) goto yy13666; + if (yych <= 0xBA) goto yy5660; + goto yy2; +yy16876: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy13666; + goto yy2; +yy16877: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xA6) goto yy13666; + if (yych <= 0xB4) goto yy5660; + goto yy2; +yy16878: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy13666; + goto yy5660; + } else { + if (yych == 0xB6) goto yy13666; + goto yy2; + } +yy16879: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy5660; + if (yych <= 0xB2) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy16880: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy5660; + } else { + if (yych <= 0x84) goto yy13666; + if (yych <= 0x89) goto yy2; + goto yy5660; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy13666; + } else { + if (yych == 0x9C) goto yy13666; + goto yy2; + } + } +yy16881: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy13666; + goto yy2; + } else { + if (yych <= 0xAB) goto yy13666; + if (yych <= 0xB7) goto yy5660; + goto yy2; + } +yy16882: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy13666; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy13666; + goto yy2; + } else { + if (yych <= 0xA8) goto yy13666; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy16883: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy13666; + if (yych <= 0xAA) goto yy5660; + goto yy2; +yy16884: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + if (yych <= 0x84) goto yy2; + goto yy13666; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy13666; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy13666; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy13666; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy5660; + } else { + if (yych <= 0xBD) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } + } + } +yy16885: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy5660; + if (yych <= 0x86) goto yy2; + goto yy5660; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy5660; + } else { + if (yych == 0x90) goto yy13666; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy5660; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy5660; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; + } + } + } +yy16886: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy13666; + if (yych <= 0xBF) goto yy5660; + goto yy2; +yy16887: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy5660; + goto yy13666; + } else { + if (yych == 0x87) goto yy13666; + goto yy2; + } +yy16888: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy16889: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy5660; + goto yy2; + } else { + if (yych <= 0x9B) goto yy13666; + if (yych <= 0x9D) goto yy5660; + goto yy2; + } +yy16890: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy5660; + if (yych == 0x84) goto yy13666; + goto yy2; +yy16891: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy13666; + if (yych <= 0xB7) goto yy5660; + goto yy2; +yy16892: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy16893: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy13666; + if (yych == 0xBF) goto yy13666; + goto yy2; +yy16894: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy13666; + goto yy2; +yy16895: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy13666; + goto yy2; +yy16896: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy13666; + goto yy2; +yy16897: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy13666; + goto yy2; +yy16898: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy13666; + goto yy2; +yy16899: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy13666; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy5660; + goto yy2; +yy16900: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy13666; + goto yy5660; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy5660; + goto yy2; + } +yy16901: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy5660; + goto yy2; + } else { + if (yych <= 0xB7) goto yy13666; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy16902: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy13666; + goto yy2; +yy16903: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy13666; + goto yy2; + } else { + if (yych <= 0x90) goto yy13666; + if (yych <= 0xBE) goto yy5660; + goto yy2; + } +yy16904: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy13666; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy13666; + goto yy2; +yy16905: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy13666; + goto yy2; + } else { + if (yych <= 0x99) goto yy13666; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy5660; + goto yy2; + } +yy16906: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy16907: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy13666; + } else { + if (yych == 0xA2) goto yy13666; + if (yych <= 0xA4) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy13666; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy13666; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } + } +yy16908: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy16909: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy13666; + goto yy2; + } else { + if (yych <= 0x8A) goto yy13666; + if (yych <= 0x8C) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy13666; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy13666; + goto yy2; + } + } +yy16910: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy13666; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy13666; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy16911: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy13666; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy13666; + goto yy2; +yy16912: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy5660; + goto yy13666; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy5660; + goto yy13666; + } else { + if (yych <= 0xBB) goto yy5660; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } + } +yy16913: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy13666; + goto yy5660; + } else { + if (yych == 0xB5) goto yy5660; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy16914: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy13666; + goto yy5660; + } else { + if (yych == 0xAF) goto yy5660; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy16915: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy13666; + goto yy5660; + } else { + if (yych == 0xA9) goto yy5660; + if (yych <= 0xBF) goto yy13666; + goto yy2; + } +yy16916: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy5660; + if (yych <= 0x8B) goto yy13666; + goto yy2; +yy16917: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy13666; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy5660; + goto yy2; +yy16918: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy13666; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy13666; + } else { + if (yych == 0xA4) goto yy13666; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy13666; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy13666; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy13666; + } else { + if (yych == 0xBB) goto yy13666; + goto yy2; + } + } + } +yy16919: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy13666; + default: goto yy2; + } +yy16920: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy13666; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy13666; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy13666; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy13666; + goto yy2; + } + } +yy16921: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12092; + if (yych == 0xA0) goto yy10684; + goto yy2; +yy16922: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy12092; + if (yych <= 0x81) goto yy2; + goto yy12092; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy12092; + if (yych <= 0xBA) goto yy10684; + goto yy2; + } +yy16923: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12092; + goto yy2; + } else { + if (yych <= 0xB6) goto yy12092; + if (yych <= 0xB8) goto yy10684; + goto yy2; + } +yy16924: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy12092; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych <= 0x86) goto yy10684; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy10684; + goto yy12092; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy12092; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy10684; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } + } +yy16925: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xA4) goto yy12092; + if (yych <= 0xA6) goto yy10684; + goto yy2; + } +yy16926: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xB7) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16927: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xAF) goto yy12092; + if (yych <= 0xBA) goto yy10684; + goto yy2; +yy16928: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + goto yy12092; + } else { + if (yych <= 0xB4) goto yy10684; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy16929: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy12092; + goto yy10684; + } else { + if (yych == 0xB6) goto yy12092; + goto yy2; + } +yy16930: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xB2) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16931: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy12092; + if (yych <= 0x89) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy12092; + } else { + if (yych == 0x9C) goto yy12092; + goto yy2; + } + } +yy16932: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12092; + goto yy2; + } else { + if (yych <= 0xAB) goto yy12092; + if (yych <= 0xB7) goto yy10684; + goto yy2; + } +yy16933: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy16934: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy12092; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12092; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12092; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12092; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12092; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy16935: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych == 0x90) goto yy12092; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy10684; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } + } + } +yy16936: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12092; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy16937: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x85) goto yy12092; + goto yy2; + } else { + if (yych <= 0x87) goto yy12092; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy16938: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy16939: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9B) goto yy12092; + if (yych <= 0x9D) goto yy10684; + goto yy2; + } +yy16940: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy10684; + goto yy2; + } else { + if (yych <= 0x84) goto yy12092; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy16941: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12092; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy16942: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy12092; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; +yy16943: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12092; + goto yy10684; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy16944: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy10684; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy12092; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy16945: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12092; + goto yy2; + } else { + if (yych <= 0x90) goto yy12092; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } +yy16946: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12092; + goto yy2; + } else { + if (yych <= 0x99) goto yy12092; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } +yy16947: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy10684; + goto yy12092; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy10684; + goto yy12092; + } else { + if (yych <= 0xBB) goto yy10684; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } + } +yy16948: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy12092; + goto yy10684; + } else { + if (yych == 0xB5) goto yy10684; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy16949: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy12092; + goto yy10684; + } else { + if (yych == 0xAF) goto yy10684; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy16950: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12092; + goto yy10684; + } else { + if (yych == 0xA9) goto yy10684; + if (yych <= 0xBF) goto yy12092; + goto yy2; + } +yy16951: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy12092; + goto yy10684; + } else { + if (yych <= 0x8B) goto yy12092; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy16952: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12092; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; +yy16953: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCF) { + if (yych <= 'z') { + if (yych <= '9') { + if (yych <= '*') { + if (yych == '$') goto yy7354; + goto yy2; + } else { + if (yych <= '+') goto yy7354; + if (yych <= '/') goto yy2; + goto yy7354; + } + } else { + if (yych <= '@') { + if (yych <= ';') goto yy2; + if (yych <= '>') goto yy7354; + goto yy2; + } else { + if (yych <= 'Z') goto yy17360; + if (yych <= ']') goto yy2; + if (yych <= '`') goto yy7354; + goto yy17360; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= '}') { + if (yych == '|') goto yy7354; + goto yy2; + } else { + if (yych <= '~') goto yy7354; + if (yych <= 0xC1) goto yy2; + if (yych <= 0xC2) goto yy17362; + goto yy17363; + } + } else { + if (yych <= 0xCB) { + if (yych <= 0xC9) goto yy17364; + if (yych <= 0xCA) goto yy17365; + goto yy10690; + } else { + if (yych <= 0xCC) goto yy10691; + if (yych <= 0xCD) goto yy17366; + if (yych <= 0xCE) goto yy17367; + goto yy17368; + } + } + } + } else { + if (yych <= 0xDE) { + if (yych <= 0xD7) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy17369; + goto yy17364; + } else { + if (yych <= 0xD4) goto yy17370; + if (yych <= 0xD5) goto yy17371; + if (yych <= 0xD6) goto yy17372; + goto yy17373; + } + } else { + if (yych <= 0xDA) { + if (yych <= 0xD8) goto yy17374; + if (yych <= 0xD9) goto yy17375; + goto yy17364; + } else { + if (yych <= 0xDB) goto yy17376; + if (yych <= 0xDC) goto yy17377; + if (yych <= 0xDD) goto yy17378; + goto yy17379; + } + } + } else { + if (yych <= 0xE9) { + if (yych <= 0xE1) { + if (yych <= 0xDF) goto yy17380; + if (yych <= 0xE0) goto yy17381; + goto yy17382; + } else { + if (yych <= 0xE2) goto yy17383; + if (yych <= 0xE3) goto yy17384; + if (yych <= 0xE4) goto yy10711; + goto yy2; + } + } else { + if (yych <= 0xEF) { + if (yych <= 0xEA) goto yy17385; + if (yych <= 0xEE) goto yy2; + goto yy17386; + } else { + if (yych <= 0xF0) goto yy17387; + if (yych == 0xF3) goto yy10715; + goto yy2; + } + } + } + } +yy16954: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy16953; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy16955: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy16953; + goto yy2; + } else { + if (yych <= 0x8D) goto yy1764; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy16956: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy16953; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2930; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } +yy16957: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy12152; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy16958: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x97) goto yy16953; + if (yych == 0x9A) goto yy16953; + goto yy2; +yy16959: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB2) goto yy16953; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } + } +yy16960: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1764; + if (yych <= 0x91) goto yy2; + goto yy2930; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy16953; + if (yych <= 0xA6) goto yy1764; + if (yych <= 0xA8) goto yy2; + goto yy1764; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy14146; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } + } +yy16961: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy2930; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy16953; + goto yy2930; + } + } + } else { + if (yych <= 0x9E) { + if (yych == 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy14146; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy16962: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy14146; + } else { + if (yych == 0xBF) goto yy14146; + goto yy2; + } + } +yy16963: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy14146; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy14146; + goto yy2; +yy16964: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy14146; + goto yy2; +yy16965: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy14146; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy16966: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy14146; + if (yych == 0xA0) goto yy1764; + goto yy2; +yy16967: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy16968: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy14146; + if (yych <= 0x81) goto yy2; + goto yy14146; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy14146; + if (yych <= 0xBA) goto yy1764; + goto yy2; + } +yy16969: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy14146; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy16970: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy14146; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy14146; + goto yy2; +yy16971: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy14146; + goto yy2; +yy16972: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy16973: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy14146; + goto yy2; +yy16974: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy14146; + goto yy2; +yy16975: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy14146; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy14146; + goto yy2; +yy16976: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy14146; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy14146; + goto yy2; + } else { + if (yych <= 0xBC) goto yy14146; + if (yych == 0xBF) goto yy14146; + goto yy2; + } + } +yy16977: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy14146; + goto yy2; + } else { + if (yych <= 0xB6) goto yy14146; + if (yych <= 0xB8) goto yy1764; + goto yy2; + } +yy16978: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy14146; + goto yy2; +yy16979: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy14146; + goto yy2; +yy16980: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy14146; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy14146; + goto yy2; +yy16981: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy14146; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy16982: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy14146; + if (yych <= 0x83) goto yy1764; + goto yy2; + } else { + if (yych <= 0x86) goto yy1764; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1764; + goto yy14146; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy14146; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1764; + } else { + if (yych == 0xBF) goto yy1764; + goto yy2; + } + } + } +yy16983: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy14146; + goto yy2; +yy16984: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy14146; + goto yy2; +yy16985: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xA4) goto yy14146; + if (yych <= 0xA6) goto yy1764; + goto yy2; + } +yy16986: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy14146; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy14146; + goto yy2; +yy16987: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy14146; + goto yy2; +yy16988: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy14146; + goto yy2; +yy16989: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy14146; + goto yy2; +yy16990: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xB7) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy16991: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xAF) goto yy14146; + if (yych <= 0xBA) goto yy1764; + goto yy2; +yy16992: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy14146; + goto yy2; +yy16993: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xA6) goto yy14146; + if (yych <= 0xB4) goto yy1764; + goto yy2; +yy16994: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy14146; + goto yy1764; + } else { + if (yych == 0xB6) goto yy14146; + goto yy2; + } +yy16995: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1764; + if (yych <= 0xB2) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy16996: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1764; + } else { + if (yych <= 0x84) goto yy14146; + if (yych <= 0x89) goto yy2; + goto yy1764; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy14146; + } else { + if (yych == 0x9C) goto yy14146; + goto yy2; + } + } +yy16997: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy14146; + goto yy2; + } else { + if (yych <= 0xAB) goto yy14146; + if (yych <= 0xB7) goto yy1764; + goto yy2; + } +yy16998: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14146; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy14146; + goto yy2; + } else { + if (yych <= 0xA8) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy16999: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy14146; + if (yych <= 0xAA) goto yy1764; + goto yy2; +yy17000: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + if (yych <= 0x84) goto yy2; + goto yy14146; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy14146; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14146; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14146; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy17001: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych == 0x90) goto yy14146; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1764; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1764; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; + } + } + } +yy17002: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy14146; + if (yych <= 0xBF) goto yy1764; + goto yy2; +yy17003: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1764; + goto yy14146; + } else { + if (yych == 0x87) goto yy14146; + goto yy2; + } +yy17004: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy17005: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1764; + goto yy2; + } else { + if (yych <= 0x9B) goto yy14146; + if (yych <= 0x9D) goto yy1764; + goto yy2; + } +yy17006: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1764; + if (yych == 0x84) goto yy14146; + goto yy2; +yy17007: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy14146; + if (yych <= 0xB7) goto yy1764; + goto yy2; +yy17008: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy17009: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy14146; + if (yych == 0xBF) goto yy14146; + goto yy2; +yy17010: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy14146; + goto yy2; +yy17011: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy14146; + goto yy2; +yy17012: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy14146; + goto yy2; +yy17013: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy14146; + goto yy2; +yy17014: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14146; + goto yy2; +yy17015: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1764; + goto yy2; +yy17016: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy14146; + goto yy1764; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } +yy17017: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy1764; + goto yy2; + } else { + if (yych <= 0xB7) goto yy14146; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy17018: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy14146; + goto yy2; +yy17019: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy14146; + goto yy2; + } else { + if (yych <= 0x90) goto yy14146; + if (yych <= 0xBE) goto yy1764; + goto yy2; + } +yy17020: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy14146; + goto yy2; +yy17021: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy14146; + goto yy2; + } else { + if (yych <= 0x99) goto yy14146; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1764; + goto yy2; + } +yy17022: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy17023: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy14146; + } else { + if (yych == 0xA2) goto yy14146; + if (yych <= 0xA4) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy14146; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy14146; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } + } +yy17024: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy17025: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy14146; + goto yy2; + } else { + if (yych <= 0x8A) goto yy14146; + if (yych <= 0x8C) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy14146; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy14146; + goto yy2; + } + } +yy17026: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy14146; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy14146; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy17027: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14146; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; +yy17028: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1764; + goto yy14146; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1764; + goto yy14146; + } else { + if (yych <= 0xBB) goto yy1764; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy17029: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy14146; + goto yy1764; + } else { + if (yych == 0xB5) goto yy1764; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy17030: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy14146; + goto yy1764; + } else { + if (yych == 0xAF) goto yy1764; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy17031: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy14146; + goto yy1764; + } else { + if (yych == 0xA9) goto yy1764; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy17032: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy1764; + if (yych <= 0x8B) goto yy14146; + goto yy2; +yy17033: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy14146; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1764; + goto yy2; +yy17034: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy14146; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy14146; + } else { + if (yych == 0xA4) goto yy14146; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy14146; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy14146; + } else { + if (yych == 0xBB) goto yy14146; + goto yy2; + } + } + } +yy17035: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy14146; + default: goto yy2; + } +yy17036: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy14146; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy14146; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy14146; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy14146; + goto yy2; + } + } +yy17037: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCE) { + if (yych <= '`') { + if (yych <= '/') { + if (yych <= '*') { + if (yych == '$') goto yy10684; + goto yy1766; + } else { + if (yych <= '+') goto yy10684; + if (yych == '-') goto yy535; + goto yy1766; + } + } else { + if (yych <= '>') { + if (yych <= '9') goto yy10684; + if (yych <= ';') goto yy1766; + goto yy10684; + } else { + if (yych <= '@') goto yy1766; + if (yych <= 'Z') goto yy17360; + if (yych <= ']') goto yy1766; + goto yy10684; + } + } + } else { + if (yych <= 0xC2) { + if (yych <= '|') { + if (yych <= 'z') goto yy17360; + if (yych <= '{') goto yy1766; + goto yy10684; + } else { + if (yych == '~') goto yy10684; + if (yych <= 0xC1) goto yy1766; + goto yy17388; + } + } else { + if (yych <= 0xCA) { + if (yych <= 0xC3) goto yy17389; + if (yych <= 0xC9) goto yy17364; + goto yy17365; + } else { + if (yych <= 0xCB) goto yy13184; + if (yych <= 0xCC) goto yy10688; + if (yych <= 0xCD) goto yy17390; + goto yy17391; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD6) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy17392; + if (yych <= 0xD1) goto yy17364; + goto yy17393; + } else { + if (yych <= 0xD3) goto yy17364; + if (yych <= 0xD4) goto yy17370; + if (yych <= 0xD5) goto yy17371; + goto yy17394; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy17395; + if (yych <= 0xD8) goto yy17396; + goto yy17397; + } else { + if (yych <= 0xDA) goto yy17364; + if (yych <= 0xDB) goto yy17398; + if (yych <= 0xDC) goto yy17399; + goto yy17400; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy17401; + if (yych <= 0xDF) goto yy17402; + goto yy17403; + } else { + if (yych <= 0xE1) goto yy17404; + if (yych <= 0xE2) goto yy17405; + if (yych <= 0xE3) goto yy17406; + goto yy13200; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy17407; + if (yych <= 0xEE) goto yy1766; + goto yy17408; + } else { + if (yych <= 0xF0) goto yy17409; + if (yych == 0xF3) goto yy13204; + goto yy1766; + } + } + } + } +yy17038: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych == 0x9A) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy10684; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy10684; + goto yy2; + } + } +yy17039: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy14174; + if (yych <= 0x9B) goto yy10684; + goto yy2; +yy17040: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy14174; + } else { + if (yych == 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy17041: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x90) goto yy14174; + if (yych <= 0x97) goto yy10684; + goto yy14174; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy10684; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy17042: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy14174; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14174; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14174; + goto yy2; + } else { + if (yych <= 0xB2) goto yy14174; + if (yych <= 0xB5) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17043: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy10684; + goto yy14174; + } else { + if (yych == 0x97) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy14174; + goto yy2; + } else { + if (yych <= 0xA1) goto yy14174; + if (yych <= 0xA3) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy10684; + goto yy2; + } + } + } +yy17044: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy14174; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy14174; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy14174; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy14174; + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17045: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych == 0x91) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA5) { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy14174; + goto yy2; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy843; + goto yy10684; + } else { + if (yych <= 0xB4) goto yy14174; + if (yych <= 0xB5) goto yy10684; + goto yy2; + } + } + } +yy17046: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy14174; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy14174; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14174; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14174; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17047: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych == 0x90) goto yy14174; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA1) goto yy14174; + if (yych <= 0xA3) goto yy10684; + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy2; + goto yy10684; + } else { + if (yych == 0xB9) goto yy14174; + goto yy2; + } + } + } +yy17048: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy14174; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy14174; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14174; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14174; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17049: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x95) goto yy2; + if (yych <= 0x97) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9E) goto yy2; + if (yych <= 0xA1) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy10684; + if (yych <= 0xB1) goto yy14174; + goto yy2; + } + } + } +yy17050: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy10684; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy14174; + default: goto yy2; + } +yy17051: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x90) goto yy14174; + if (yych == 0x97) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy10684; + goto yy2; + } + } +yy17052: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy17053: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy10684; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x9A) goto yy14174; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17054: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy14174; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17055: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy10684; + } else { + if (yych <= 0x94) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych == 0x9F) goto yy2; + if (yych <= 0xA1) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA5) goto yy2; + goto yy843; + } else { + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy14174; + goto yy2; + } + } + } +yy17056: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy14174; + goto yy2; + } else { + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy17057: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x89) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8E) goto yy14174; + if (yych <= 0x96) goto yy2; + goto yy10684; + } + } + } else { + if (yych <= 0xA5) { + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy14174; + if (yych <= 0xA3) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB8) { + if (yych <= 0xAF) goto yy843; + goto yy2; + } else { + if (yych <= 0xB9) goto yy10684; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } + } +yy17058: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy14174; + } else { + if (yych == 0xBD) goto yy14174; + goto yy2; + } + } +yy17059: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14174; + goto yy2; + } else { + if (yych <= 0x8A) goto yy10684; + if (yych <= 0x8E) goto yy2; + if (yych <= 0x94) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xA5) { + if (yych == 0x97) goto yy2; + if (yych <= 0x9F) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAF) goto yy843; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } + } +yy17060: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy10684; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17061: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy14174; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy10684; + goto yy2; +yy17062: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy14174; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17063: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy12153; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy17064: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy14174; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB1) goto yy14174; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } + } +yy17065: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych <= 0x93) goto yy10684; + if (yych <= 0x9F) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy14174; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } + } +yy17066: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy12153; + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy17067: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xAA) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17068: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy14174; + goto yy2; + } else { + if (yych <= 0xAB) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy10684; + goto yy2; + } +yy17069: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy14174; + if (yych <= 0x9B) goto yy10684; + goto yy2; +yy17070: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xA0) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy14174; + if (yych <= 0xB9) goto yy843; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17071: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14174; + if (yych <= 0xB3) goto yy10684; + goto yy2; +yy17072: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy14174; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy17073: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA8) goto yy10684; + if (yych <= 0xAC) goto yy14174; + goto yy10684; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy14174; + if (yych <= 0xB4) goto yy10684; + goto yy14174; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy10684; + goto yy2; + } + } +yy17074: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy14174; + } else { + if (yych == 0xBE) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy17075: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0x84) goto yy14174; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy14174; + goto yy10684; + } else { + if (yych <= 0x93) goto yy14174; + if (yych <= 0x95) goto yy2; + goto yy14174; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAC) goto yy14174; + if (yych <= 0xAF) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy14174; + goto yy2; + } else { + if (yych <= 0xBC) goto yy14174; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } + } + } +yy17076: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy12153; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy1564; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy1564; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } +yy17077: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy10684; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy14174; + default: goto yy2; + } +yy17078: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy14174; + } else { + if (yych == 0x8E) goto yy14174; + if (yych <= 0x8F) goto yy10684; + goto yy2; + } +yy17079: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy14174; + goto yy2; + } else { + if (yych <= 0x8B) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy17080: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy17410; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy17081: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xAE) goto yy14174; + if (yych <= 0xB1) goto yy10684; + if (yych <= 0xB3) goto yy14174; + goto yy2; + } +yy17082: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy14174; + if (yych == 0xBF) goto yy10684; + goto yy2; +yy17083: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy14174; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy17084: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x93) goto yy10684; + if (yych == 0xA0) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy10684; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBC) goto yy14174; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy17085: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xBA) goto yy14174; + goto yy2; + } +yy17086: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy14174; + goto yy2; +yy17087: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } +yy17088: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy14174; + goto yy2; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17089: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy10684; + goto yy2; +yy17090: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA1) goto yy10684; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17091: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy14174; + if (yych <= 0x88) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAD) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy14174; + goto yy2; + } +yy17092: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy14174; + goto yy10684; + } else { + if (yych == 0x86) goto yy10684; + goto yy14174; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy10684; + if (yych <= 0xA2) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy10684; + goto yy2; + } + } +yy17093: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0xB3) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy17094: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB1) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x99) goto yy843; + if (yych <= 0x9F) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB7) goto yy14174; + if (yych <= 0xBA) goto yy2; + goto yy14174; + } else { + if (yych == 0xBD) goto yy14174; + goto yy2; + } + } +yy17095: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x89) goto yy843; + goto yy14174; + } else { + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17096: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14174; + if (yych <= 0x93) goto yy10684; + goto yy2; +yy17097: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy14174; + if (yych <= 0xB6) goto yy10684; + goto yy2; +yy17098: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy14174; + goto yy10684; + } else { + if (yych <= 0x8B) goto yy14174; + if (yych <= 0x8D) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0x99) goto yy843; + if (yych <= 0xB6) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } + } +yy17099: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy14174; + goto yy10684; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy14174; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy10684; + goto yy2; + } + } +yy17100: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy14174; + if (yych <= 0x9B) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA5) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17101: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAB) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy14174; + if (yych <= 0xAA) goto yy10684; + goto yy2; + } else { + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy17102: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14174; + goto yy2; + } else { + if (yych <= 0x97) goto yy14174; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy14174; + goto yy10684; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy10684; + if (yych <= 0xB6) goto yy14174; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy14174; + goto yy2; + } + } +yy17103: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy17104: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy17105: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy14174; + goto yy2; + } else { + if (yych <= 0xBB) goto yy14174; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } +yy17106: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB2) goto yy12153; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } + } +yy17107: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy10684; + if (yych <= 0x91) goto yy2; + goto yy1564; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy12153; + if (yych <= 0xA6) goto yy10684; + if (yych <= 0xA8) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy14174; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } + } +yy17108: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy1564; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy12153; + goto yy1564; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17109: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy10684; + if (yych <= 0x9A) goto yy14174; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } +yy17110: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17116; + case 0x81: goto yy17117; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy14178; + case 0x83: goto yy17118; + case 0x84: goto yy16729; + case 0x85: goto yy16730; + case 0x86: goto yy16731; + case 0x87: goto yy16732; + case 0x8A: goto yy17119; + case 0x8B: goto yy17411; + case 0x8C: goto yy17121; + case 0x8D: goto yy17412; + case 0x8E: goto yy17123; + case 0x8F: goto yy17124; + case 0x92: goto yy17125; + case 0x94: goto yy17126; + case 0x95: goto yy17127; + case 0x9C: goto yy17128; + case 0x9D: goto yy17129; + case 0xA0: goto yy17130; + case 0xA1: goto yy17413; + case 0xA2: goto yy17132; + case 0xA3: goto yy17133; + case 0xA4: goto yy17134; + case 0xA6: goto yy17135; + case 0xA8: goto yy17414; + case 0xA9: goto yy17137; + case 0xAA: goto yy17138; + case 0xAB: goto yy17415; + case 0xAC: goto yy16035; + case 0xAD: goto yy17140; + case 0xAE: goto yy17141; + case 0xB1: goto yy17142; + case 0xB2: + case 0xB3: goto yy17143; + default: goto yy2; + } +yy17111: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17416; + case 0x81: goto yy16805; + case 0x82: goto yy17417; + case 0x83: goto yy17146; + case 0x84: goto yy17418; + case 0x85: goto yy17419; + case 0x86: goto yy17420; + case 0x87: goto yy17421; + case 0x88: goto yy17422; + case 0x8A: goto yy17152; + case 0x8B: goto yy17423; + case 0x8C: goto yy17424; + case 0x8D: goto yy17425; + case 0x92: + case 0x98: goto yy17426; + case 0x93: goto yy17427; + case 0x96: goto yy17428; + case 0x97: goto yy17429; + case 0x99: goto yy17430; + case 0x9A: goto yy17431; + case 0x9B: goto yy2362; + case 0x9C: goto yy16821; + case 0xA2: goto yy17162; + case 0xA3: goto yy17163; + case 0xAB: goto yy17164; + default: goto yy2; + } +yy17112: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy14178; + case 0xA8: goto yy17164; + case 0xA9: goto yy17169; + case 0xAB: goto yy17432; + case 0xAC: goto yy17433; + case 0xAD: goto yy17434; + case 0xAE: goto yy17173; + case 0xBD: goto yy17435; + case 0xBE: goto yy16754; + default: goto yy2; + } +yy17113: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy14178; + if (yych <= 0xB1) goto yy17175; + if (yych <= 0xB2) goto yy17436; + goto yy2; +yy17114: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy10688; + case 0x83: goto yy13259; + case 0x84: goto yy16756; + case 0x85: goto yy16757; + case 0x87: goto yy16758; + case 0x89: goto yy16759; + case 0x8D: goto yy16760; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy14178; + case 0x91: goto yy17177; + case 0x92: goto yy17178; + case 0x93: goto yy17179; + case 0x94: goto yy17180; + case 0x95: goto yy17181; + case 0x9A: goto yy17182; + case 0x9B: goto yy17437; + case 0x9C: goto yy17438; + case 0x9D: goto yy17439; + case 0x9E: goto yy17440; + case 0x9F: goto yy17441; + case 0xAA: goto yy16762; + default: goto yy2; + } +yy17115: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy14178; + if (yych <= 0xA3) goto yy17442; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy17189; + goto yy17190; + } else { + if (yych <= 0xBA) goto yy17191; + if (yych <= 0xBB) goto yy16764; + goto yy2; + } + } +yy17116: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy14174; + } else { + if (yych == 0xBF) goto yy14174; + goto yy2; + } + } +yy17117: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy14174; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy14174; + goto yy2; +yy17118: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy14174; + goto yy2; +yy17119: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy14174; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy17120: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy14174; + if (yych == 0xA0) goto yy7354; + goto yy2; +yy17121: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy17122: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy14174; + if (yych <= 0x81) goto yy2; + goto yy14174; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy14174; + if (yych <= 0xBA) goto yy7354; + goto yy2; + } +yy17123: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy14174; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy17124: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy14174; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy14174; + goto yy2; +yy17125: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy14174; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy17126: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy17127: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy14174; + goto yy2; +yy17128: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy14174; + goto yy2; +yy17129: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy14174; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy14174; + goto yy2; +yy17130: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy14174; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy14174; + goto yy2; + } else { + if (yych <= 0xBC) goto yy14174; + if (yych == 0xBF) goto yy14174; + goto yy2; + } + } +yy17131: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy14174; + goto yy2; + } else { + if (yych <= 0xB6) goto yy14174; + if (yych <= 0xB8) goto yy7354; + goto yy2; + } +yy17132: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy14174; + goto yy2; +yy17133: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy14174; + goto yy2; +yy17134: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy14174; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy14174; + goto yy2; +yy17135: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy14174; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy17136: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy14174; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych <= 0x86) goto yy7354; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy7354; + goto yy14174; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy7354; + } else { + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } + } +yy17137: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy14174; + goto yy2; +yy17138: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy14174; + goto yy2; +yy17139: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xA4) goto yy14174; + if (yych <= 0xA6) goto yy7354; + goto yy2; + } +yy17140: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy14174; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy14174; + goto yy2; +yy17141: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy14174; + goto yy2; +yy17142: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy14174; + goto yy2; +yy17143: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy14174; + goto yy2; +yy17144: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xB7) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy17145: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xAF) goto yy14174; + if (yych <= 0xBA) goto yy7354; + goto yy2; +yy17146: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy17147: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + goto yy14174; + } else { + if (yych <= 0xB4) goto yy7354; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy17148: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy14174; + goto yy7354; + } else { + if (yych == 0xB6) goto yy14174; + goto yy2; + } +yy17149: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xB2) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy17150: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy14174; + if (yych <= 0x89) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy14174; + } else { + if (yych == 0x9C) goto yy14174; + goto yy2; + } + } +yy17151: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy14174; + goto yy2; + } else { + if (yych <= 0xAB) goto yy14174; + if (yych <= 0xB7) goto yy7354; + goto yy2; + } +yy17152: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14174; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy14174; + goto yy2; + } else { + if (yych <= 0xA8) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy17153: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy17154: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy14174; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy14174; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14174; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14174; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy17155: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych == 0x90) goto yy14174; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy7354; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } + } + } +yy17156: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy14174; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy17157: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x85) goto yy14174; + goto yy2; + } else { + if (yych <= 0x87) goto yy14174; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy17158: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy17159: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy7354; + goto yy2; + } else { + if (yych <= 0x9B) goto yy14174; + if (yych <= 0x9D) goto yy7354; + goto yy2; + } +yy17160: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy7354; + goto yy2; + } else { + if (yych <= 0x84) goto yy14174; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy17161: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy14174; + if (yych <= 0xB7) goto yy7354; + goto yy2; +yy17162: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy17163: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy14174; + goto yy843; + } else { + if (yych == 0xBF) goto yy14174; + goto yy2; + } +yy17164: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy14174; + goto yy2; +yy17165: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy14174; + goto yy2; +yy17166: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy14174; + goto yy2; +yy17167: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy14174; + goto yy2; +yy17168: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy14174; + goto yy2; +yy17169: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy14174; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy17170: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy7354; + goto yy2; +yy17171: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy14174; + goto yy7354; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy17172: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy7354; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy17173: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy14174; + goto yy2; +yy17174: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy14174; + goto yy2; + } else { + if (yych <= 0x90) goto yy14174; + if (yych <= 0xBE) goto yy7354; + goto yy2; + } +yy17175: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy14174; + goto yy2; +yy17176: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy14174; + goto yy2; + } else { + if (yych <= 0x99) goto yy14174; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy7354; + goto yy2; + } +yy17177: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy17178: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy14174; + } else { + if (yych == 0xA2) goto yy14174; + if (yych <= 0xA4) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } + } +yy17179: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy17180: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy14174; + goto yy2; + } else { + if (yych <= 0x8A) goto yy14174; + if (yych <= 0x8C) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy14174; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy14174; + goto yy2; + } + } +yy17181: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy14174; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy14174; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy17182: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy14174; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy17183: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy7354; + goto yy14174; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy7354; + goto yy14174; + } else { + if (yych <= 0xBB) goto yy7354; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy17184: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy14174; + goto yy7354; + } else { + if (yych == 0xB5) goto yy7354; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17185: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy14174; + goto yy7354; + } else { + if (yych == 0xAF) goto yy7354; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17186: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy14174; + goto yy7354; + } else { + if (yych == 0xA9) goto yy7354; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17187: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy14174; + goto yy7354; + } else { + if (yych <= 0x8B) goto yy14174; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy17188: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy14174; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; +yy17189: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy14174; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy14174; + } else { + if (yych == 0xA4) goto yy14174; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy14174; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy14174; + } else { + if (yych == 0xBB) goto yy14174; + goto yy2; + } + } + } +yy17190: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy14174; + default: goto yy2; + } +yy17191: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy14174; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy14174; + goto yy2; + } + } +yy17192: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9303; + if (yych <= 0xBF) goto yy9483; + goto yy2; +yy17193: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy9303; + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy17194: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy1764; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy1764; + goto yy9303; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy1764; + if (yych == 0xA9) goto yy1764; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy9483; + goto yy2; + } + } +yy17195: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy1764; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy1764; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy9303; + goto yy1087; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy1764; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy9483; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy1764; + goto yy2; + } + } + } +yy17196: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy14146; + if (yych == 0xA0) goto yy1762; + goto yy2; +yy17197: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy14146; + if (yych <= 0x81) goto yy2; + goto yy14146; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy14146; + if (yych <= 0xBA) goto yy1762; + goto yy2; + } +yy17198: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy14146; + goto yy2; + } else { + if (yych <= 0xB6) goto yy14146; + if (yych <= 0xB8) goto yy1762; + goto yy2; + } +yy17199: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy14146; + if (yych <= 0x83) goto yy1762; + goto yy2; + } else { + if (yych <= 0x86) goto yy1762; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy1762; + goto yy14146; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy14146; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy1762; + } else { + if (yych == 0xBF) goto yy1762; + goto yy2; + } + } + } +yy17200: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xA4) goto yy14146; + if (yych <= 0xA6) goto yy1762; + goto yy2; + } +yy17201: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xB7) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy17202: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xAF) goto yy14146; + if (yych <= 0xBA) goto yy1762; + goto yy2; +yy17203: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xA6) goto yy14146; + if (yych <= 0xB4) goto yy1762; + goto yy2; +yy17204: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy14146; + goto yy1762; + } else { + if (yych == 0xB6) goto yy14146; + goto yy2; + } +yy17205: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy1762; + if (yych <= 0xB2) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy17206: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy1762; + } else { + if (yych <= 0x84) goto yy14146; + if (yych <= 0x89) goto yy2; + goto yy1762; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy14146; + } else { + if (yych == 0x9C) goto yy14146; + goto yy2; + } + } +yy17207: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy14146; + goto yy2; + } else { + if (yych <= 0xAB) goto yy14146; + if (yych <= 0xB7) goto yy1762; + goto yy2; + } +yy17208: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy14146; + if (yych <= 0xAA) goto yy1762; + goto yy2; +yy17209: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + if (yych <= 0x84) goto yy2; + goto yy14146; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy14146; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14146; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14146; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy14146; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy1762; + } else { + if (yych <= 0xBD) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } + } + } +yy17210: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy1762; + if (yych <= 0x86) goto yy2; + goto yy1762; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy1762; + } else { + if (yych == 0x90) goto yy14146; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy1762; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy1762; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1762; + goto yy2; + } + } + } +yy17211: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy14146; + if (yych <= 0xBF) goto yy1762; + goto yy2; +yy17212: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy1762; + goto yy14146; + } else { + if (yych == 0x87) goto yy14146; + goto yy2; + } +yy17213: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy17214: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy1762; + goto yy2; + } else { + if (yych <= 0x9B) goto yy14146; + if (yych <= 0x9D) goto yy1762; + goto yy2; + } +yy17215: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy1762; + if (yych == 0x84) goto yy14146; + goto yy2; +yy17216: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy14146; + if (yych <= 0xB7) goto yy1762; + goto yy2; +yy17217: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy14146; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy1762; + goto yy2; +yy17218: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy14146; + goto yy1762; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy1762; + goto yy2; + } +yy17219: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy1762; + goto yy2; + } else { + if (yych <= 0xB7) goto yy14146; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy17220: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy14146; + goto yy2; + } else { + if (yych <= 0x90) goto yy14146; + if (yych <= 0xBE) goto yy1762; + goto yy2; + } +yy17221: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy14146; + goto yy2; + } else { + if (yych <= 0x99) goto yy14146; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy1762; + goto yy2; + } +yy17222: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy1762; + goto yy14146; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy1762; + goto yy14146; + } else { + if (yych <= 0xBB) goto yy1762; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } + } +yy17223: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy14146; + goto yy1762; + } else { + if (yych == 0xB5) goto yy1762; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy17224: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy14146; + goto yy1762; + } else { + if (yych == 0xAF) goto yy1762; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy17225: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy14146; + goto yy1762; + } else { + if (yych == 0xA9) goto yy1762; + if (yych <= 0xBF) goto yy14146; + goto yy2; + } +yy17226: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy1762; + if (yych <= 0x8B) goto yy14146; + goto yy2; +yy17227: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy14146; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy1762; + goto yy2; +yy17228: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy12973; + if (yych == 0xA0) goto yy4671; + goto yy2; +yy17229: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy12973; + if (yych <= 0x81) goto yy2; + goto yy12973; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy12973; + if (yych <= 0xBA) goto yy4671; + goto yy2; + } +yy17230: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy12973; + goto yy2; + } else { + if (yych <= 0xB6) goto yy12973; + if (yych <= 0xB8) goto yy4671; + goto yy2; + } +yy17231: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy12973; + if (yych <= 0x83) goto yy4671; + goto yy2; + } else { + if (yych <= 0x86) goto yy4671; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy4671; + goto yy12973; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy12973; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy4671; + } else { + if (yych == 0xBF) goto yy4671; + goto yy2; + } + } + } +yy17232: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xA4) goto yy12973; + if (yych <= 0xA6) goto yy4671; + goto yy2; + } +yy17233: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xB7) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy17234: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xAF) goto yy12973; + if (yych <= 0xBA) goto yy4671; + goto yy2; +yy17235: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + goto yy12973; + } else { + if (yych <= 0xB4) goto yy4671; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy17236: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy12973; + goto yy4671; + } else { + if (yych == 0xB6) goto yy12973; + goto yy2; + } +yy17237: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy4671; + if (yych <= 0xB2) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy17238: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy4671; + } else { + if (yych <= 0x84) goto yy12973; + if (yych <= 0x89) goto yy2; + goto yy4671; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy12973; + } else { + if (yych == 0x9C) goto yy12973; + goto yy2; + } + } +yy17239: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy12973; + goto yy2; + } else { + if (yych <= 0xAB) goto yy12973; + if (yych <= 0xB7) goto yy4671; + goto yy2; + } +yy17240: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy17241: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x84) goto yy2; + goto yy12973; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy12973; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy12973; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy12973; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy12973; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy4671; + } else { + if (yych <= 0xBD) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } + } + } +yy17242: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy4671; + if (yych <= 0x86) goto yy2; + goto yy4671; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy4671; + } else { + if (yych == 0x90) goto yy12973; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy4671; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy4671; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; + } + } + } +yy17243: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12973; + if (yych <= 0xBF) goto yy4671; + goto yy2; +yy17244: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy4671; + if (yych <= 0x85) goto yy12973; + goto yy2; + } else { + if (yych <= 0x87) goto yy12973; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy17245: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy17246: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy4671; + goto yy2; + } else { + if (yych <= 0x9B) goto yy12973; + if (yych <= 0x9D) goto yy4671; + goto yy2; + } +yy17247: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy4671; + goto yy2; + } else { + if (yych <= 0x84) goto yy12973; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy17248: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy12973; + if (yych <= 0xB7) goto yy4671; + goto yy2; +yy17249: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy12973; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy4671; + goto yy2; +yy17250: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy12973; + goto yy4671; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy4671; + goto yy2; + } +yy17251: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy4671; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy12973; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy17252: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12973; + goto yy2; + } else { + if (yych <= 0x90) goto yy12973; + if (yych <= 0xBE) goto yy4671; + goto yy2; + } +yy17253: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12973; + goto yy2; + } else { + if (yych <= 0x99) goto yy12973; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy4671; + goto yy2; + } +yy17254: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy4671; + goto yy12973; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy4671; + goto yy12973; + } else { + if (yych <= 0xBB) goto yy4671; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } + } +yy17255: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy12973; + goto yy4671; + } else { + if (yych == 0xB5) goto yy4671; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy17256: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy12973; + goto yy4671; + } else { + if (yych == 0xAF) goto yy4671; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy17257: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy12973; + goto yy4671; + } else { + if (yych == 0xA9) goto yy4671; + if (yych <= 0xBF) goto yy12973; + goto yy2; + } +yy17258: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy12973; + goto yy4671; + } else { + if (yych <= 0x8B) goto yy12973; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy17259: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy12973; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy4671; + goto yy2; +yy17260: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy13078; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy13078; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy13078; + } else { + if (yych == 0xBF) goto yy13078; + goto yy2; + } + } +yy17261: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy13078; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy13078; + goto yy2; +yy17262: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy13078; + goto yy2; +yy17263: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy13078; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy17264: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy13078; + if (yych == 0xA0) goto yy113; + goto yy2; +yy17265: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy13078; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy17266: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy13078; + if (yych <= 0x81) goto yy2; + goto yy13078; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy13078; + if (yych <= 0xBA) goto yy113; + goto yy2; + } +yy17267: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy13078; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy17268: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy13078; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy13078; + goto yy2; +yy17269: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy13078; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy17270: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy13078; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy17271: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy13078; + goto yy2; +yy17272: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy13078; + goto yy2; +yy17273: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy13078; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy13078; + goto yy2; +yy17274: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy13078; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy13078; + goto yy2; + } else { + if (yych <= 0xBC) goto yy13078; + if (yych == 0xBF) goto yy13078; + goto yy2; + } + } +yy17275: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy13078; + goto yy2; + } else { + if (yych <= 0xB6) goto yy13078; + if (yych <= 0xB8) goto yy113; + goto yy2; + } +yy17276: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy13078; + goto yy2; +yy17277: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy13078; + goto yy2; +yy17278: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy13078; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy13078; + goto yy2; +yy17279: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy13078; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy17280: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy13078; + if (yych <= 0x83) goto yy113; + goto yy2; + } else { + if (yych <= 0x86) goto yy113; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy113; + goto yy13078; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy13078; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy113; + } else { + if (yych == 0xBF) goto yy113; + goto yy2; + } + } + } +yy17281: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy13078; + goto yy2; +yy17282: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy13078; + goto yy2; +yy17283: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy13078; + goto yy113; + } else { + if (yych <= 0xA4) goto yy13078; + if (yych <= 0xA6) goto yy113; + goto yy2; + } +yy17284: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy13078; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy13078; + goto yy2; +yy17285: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy13078; + goto yy2; +yy17286: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy13078; + goto yy2; +yy17287: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy13078; + goto yy2; +yy17288: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB7) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy17289: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xAF) goto yy13078; + if (yych <= 0xBA) goto yy113; + goto yy2; +yy17290: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy13078; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; +yy17291: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + goto yy13078; + } else { + if (yych <= 0xB4) goto yy113; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy17292: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy13078; + goto yy113; + } else { + if (yych == 0xB6) goto yy13078; + goto yy2; + } +yy17293: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy113; + if (yych <= 0xB2) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy17294: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy113; + } else { + if (yych <= 0x84) goto yy13078; + if (yych <= 0x89) goto yy2; + goto yy113; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy13078; + } else { + if (yych == 0x9C) goto yy13078; + goto yy2; + } + } +yy17295: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy13078; + goto yy2; + } else { + if (yych <= 0xAB) goto yy13078; + if (yych <= 0xB7) goto yy113; + goto yy2; + } +yy17296: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy13078; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy13078; + goto yy2; + } else { + if (yych <= 0xA8) goto yy13078; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy17297: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy13078; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy17298: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x84) goto yy2; + goto yy13078; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy13078; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy13078; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy13078; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy113; + } else { + if (yych <= 0xBD) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; + } + } + } +yy17299: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy113; + if (yych <= 0x86) goto yy2; + goto yy113; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy113; + } else { + if (yych == 0x90) goto yy13078; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy113; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy13078; + goto yy113; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy113; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; + } + } + } +yy17300: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy13078; + if (yych <= 0xBF) goto yy113; + goto yy2; +yy17301: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy113; + if (yych <= 0x85) goto yy13078; + goto yy2; + } else { + if (yych <= 0x87) goto yy13078; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy17302: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy13078; + goto yy113; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy17303: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x9B) goto yy13078; + if (yych <= 0x9D) goto yy113; + goto yy2; + } +yy17304: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy113; + goto yy2; + } else { + if (yych <= 0x84) goto yy13078; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy17305: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy13078; + if (yych <= 0xB7) goto yy113; + goto yy2; +yy17306: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy17307: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy13078; + goto yy843; + } else { + if (yych == 0xBF) goto yy13078; + goto yy2; + } +yy17308: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy13078; + goto yy2; +yy17309: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy13078; + goto yy2; +yy17310: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy13078; + goto yy2; +yy17311: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy13078; + goto yy2; +yy17312: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy13078; + goto yy2; +yy17313: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy13078; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA9) goto yy843; + goto yy2; +yy17314: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy13078; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy113; + goto yy2; +yy17315: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy13078; + goto yy113; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy113; + goto yy2; + } +yy17316: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy113; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy13078; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy17317: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy13078; + goto yy2; +yy17318: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy13078; + goto yy2; + } else { + if (yych <= 0x90) goto yy13078; + if (yych <= 0xBE) goto yy113; + goto yy2; + } +yy17319: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy13078; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy13078; + goto yy2; +yy17320: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy13078; + goto yy2; + } else { + if (yych <= 0x99) goto yy13078; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy113; + goto yy2; + } +yy17321: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy17322: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy13078; + } else { + if (yych == 0xA2) goto yy13078; + if (yych <= 0xA4) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy13078; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy13078; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } + } +yy17323: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy17324: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy13078; + goto yy2; + } else { + if (yych <= 0x8A) goto yy13078; + if (yych <= 0x8C) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy13078; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy13078; + goto yy2; + } + } +yy17325: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy13078; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy13078; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy17326: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy13078; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy13078; + goto yy2; +yy17327: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy113; + goto yy13078; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy113; + goto yy13078; + } else { + if (yych <= 0xBB) goto yy113; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } + } +yy17328: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy13078; + goto yy113; + } else { + if (yych == 0xB5) goto yy113; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy17329: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy13078; + goto yy113; + } else { + if (yych == 0xAF) goto yy113; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy17330: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy13078; + goto yy113; + } else { + if (yych == 0xA9) goto yy113; + if (yych <= 0xBF) goto yy13078; + goto yy2; + } +yy17331: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy13078; + goto yy113; + } else { + if (yych <= 0x8B) goto yy13078; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy17332: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy13078; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy113; + goto yy2; +yy17333: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy13078; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy13078; + } else { + if (yych == 0xA4) goto yy13078; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy13078; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy13078; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy13078; + } else { + if (yych == 0xBB) goto yy13078; + goto yy2; + } + } + } +yy17334: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy13078; + default: goto yy2; + } +yy17335: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy13078; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy13078; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy13078; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy13078; + goto yy2; + } + } +yy17336: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } + } + } else { + if (yych <= '|') { + if (yych <= 'r') { + if (yych == '`') goto yy114; + goto yy1567; + } else { + if (yych <= 's') goto yy17443; + if (yych <= 'z') goto yy1567; + if (yych <= '{') goto yy57; + goto yy114; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy114; + if (yych <= 0xC1) goto yy57; + goto yy1218; + } else { + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy114; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17337: + yych = *++YYCURSOR; + if (yych == 's') goto yy17444; + goto yy2; +yy17338: + yych = *++YYCURSOR; + goto yy16838; +yy17339: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy17351; + if (yych <= '\'') goto yy2; + goto yy17351; + } else { + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy17351; + if (yych <= '9') goto yy17445; + goto yy2; + } +yy17340: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy17351; + if (yych <= '\'') goto yy2; + goto yy17351; + } else { + if (yych <= ',') goto yy2; + if (yych <= '/') goto yy17351; + if (yych <= '9') goto yy17446; + goto yy2; + } +yy17341: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy17351; + if (yych <= '\'') goto yy147; + goto yy17351; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy17352; + } else { + if (yych <= '/') goto yy17351; + if (yych <= '9') goto yy17447; + goto yy147; + } + } +yy17342: + yych = *++YYCURSOR; + if (yych <= ')') { + if (yych == ' ') goto yy17351; + if (yych <= '\'') goto yy147; + goto yy17351; + } else { + if (yych <= '.') { + if (yych <= ',') goto yy147; + goto yy17352; + } else { + if (yych <= '/') goto yy17351; + if (yych <= '9') goto yy17448; + goto yy147; + } + } +yy17343: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy5661; + goto yy15355; + } else { + if (yych == '%') goto yy146; + goto yy5661; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy15355; + goto yy5661; + } else { + if (yych <= '+') goto yy5688; + if (yych <= ',') goto yy5661; + goto yy16789; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych >= '/') goto yy15355; + } else { + if (yych <= '9') goto yy17449; + if (yych <= '?') goto yy5661; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy5688; + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy17344: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy5661; + goto yy5688; + } else { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy5661; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17449; + if (yych <= '?') goto yy5661; + if (yych <= '@') goto yy148; + goto yy5688; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy17345: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy1763; + goto yy16794; + } else { + if (yych == '%') goto yy146; + goto yy1763; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy16794; + goto yy1763; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy1763; + goto yy16795; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy17450; + goto yy16794; + } else { + if (yych <= '9') goto yy17451; + if (yych <= '?') goto yy1763; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy2209; + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy17346: + yych = *++YYCURSOR; + if (yych <= '9') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy1763; + goto yy2207; + } else { + if (yych <= ',') goto yy1763; + if (yych <= '.') goto yy146; + if (yych <= '/') goto yy1763; + goto yy17451; + } + } else { + if (yych <= '^') { + if (yych <= '?') goto yy1763; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2209; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } +yy17347: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + goto yy17351; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy17351; + goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy17452; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy17353; + goto yy17351; + } else { + if (yych <= '9') goto yy17453; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy17348: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy5661; + goto yy5688; + } else { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy5661; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17454; + if (yych <= '?') goto yy5661; + if (yych <= '@') goto yy148; + goto yy5688; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy17349: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy1763; + goto yy16794; + } else { + if (yych == '%') goto yy146; + goto yy1763; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy16794; + goto yy1763; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy1763; + goto yy16795; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy17450; + goto yy16794; + } else { + if (yych <= '9') goto yy17455; + if (yych <= '?') goto yy1763; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy2209; + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy17350: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy534; + } else { + if (yych == '%') goto yy146; + goto yy534; + } + } else { + if (yych <= '*') { + if (yych >= '*') goto yy534; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy534; + goto yy17452; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy17353; + } else { + if (yych <= '9') goto yy17456; + if (yych <= '?') goto yy534; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy781; + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy17351: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy17445; + goto yy2; +yy17352: + yych = *++YYCURSOR; + if (yych <= '/') goto yy147; + if (yych <= '9') goto yy17447; + goto yy147; +yy17353: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy534; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17453; + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy17354: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy111; + goto yy170; + } else { + if (yych <= ',') goto yy111; + if (yych <= '-') goto yy146; + if (yych <= '.') goto yy172; + goto yy111; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17457; + if (yych <= '?') goto yy111; + if (yych <= '@') goto yy148; + goto yy182; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy17355: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy111; + goto yy170; + } else { + if (yych <= ',') goto yy111; + if (yych <= '-') goto yy146; + if (yych <= '.') goto yy172; + goto yy111; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17459; + if (yych <= '?') goto yy111; + if (yych <= '@') goto yy148; + goto yy182; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy111; + goto yy170; + } else { + if (yych <= '`') goto yy111; + if (yych <= 'z') goto yy182; + goto yy111; + } + } + } +yy17356: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCE) { + if (yych <= '@') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy5661; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy5661; + goto yy5688; + } + } else { + if (yych <= '.') { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy867; + goto yy3056; + } else { + if (yych <= '/') goto yy5661; + if (yych <= '9') goto yy17460; + if (yych <= '?') goto yy5661; + goto yy148; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '_') { + if (yych <= 'Z') goto yy5690; + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5690; + goto yy5661; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC2) goto yy5692; + if (yych <= 0xC3) goto yy5693; + goto yy5694; + } else { + if (yych <= 0xCA) goto yy5695; + if (yych <= 0xCC) goto yy5661; + if (yych <= 0xCD) goto yy5696; + goto yy5697; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD5) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy5698; + if (yych <= 0xD1) goto yy5694; + goto yy5699; + } else { + if (yych <= 0xD3) goto yy5694; + if (yych <= 0xD4) goto yy5700; + goto yy5701; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD6) goto yy5702; + if (yych <= 0xD7) goto yy5703; + goto yy5704; + } else { + if (yych <= 0xD9) goto yy5705; + if (yych <= 0xDA) goto yy5694; + if (yych <= 0xDB) goto yy5706; + goto yy5707; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy5708; + if (yych <= 0xDE) goto yy5709; + goto yy5710; + } else { + if (yych <= 0xE0) goto yy5711; + if (yych <= 0xE1) goto yy5712; + goto yy5713; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy5714; + if (yych <= 0xE9) goto yy5661; + goto yy5715; + } else { + if (yych <= 0xEE) goto yy5661; + if (yych <= 0xEF) goto yy5716; + if (yych <= 0xF0) goto yy5717; + goto yy5661; + } + } + } + } +yy17357: + yyaccept = 26; + yych = *(YYMARKER = ++YYCURSOR); + if (yybm[0+yych] & 2) { + goto yy203; + } + if (yych <= 0xCF) { + if (yych <= '^') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy16838; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy16838; + goto yy146; + } + } else { + if (yych <= '?') { + if (yych <= '/') goto yy16838; + if (yych <= '9') goto yy803; + goto yy16838; + } else { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy803; + goto yy16838; + } + } + } else { + if (yych <= 0xC3) { + if (yych <= 'z') { + if (yych <= '_') goto yy146; + if (yych <= '`') goto yy16838; + goto yy803; + } else { + if (yych <= 0xC1) goto yy16838; + if (yych <= 0xC2) goto yy805; + goto yy806; + } + } else { + if (yych <= 0xCC) { + if (yych <= 0xC9) goto yy807; + if (yych <= 0xCA) goto yy808; + goto yy16838; + } else { + if (yych <= 0xCD) goto yy845; + if (yych <= 0xCE) goto yy810; + goto yy811; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD6) { + if (yych <= 0xD3) { + if (yych == 0xD2) goto yy812; + goto yy807; + } else { + if (yych <= 0xD4) goto yy813; + if (yych <= 0xD5) goto yy814; + goto yy846; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD7) goto yy816; + if (yych <= 0xD8) goto yy847; + goto yy848; + } else { + if (yych <= 0xDA) goto yy807; + if (yych <= 0xDB) goto yy849; + goto yy820; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy821; + if (yych <= 0xDE) goto yy822; + goto yy850; + } else { + if (yych <= 0xE0) goto yy851; + if (yych <= 0xE1) goto yy852; + goto yy853; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy827; + if (yych <= 0xE9) goto yy16838; + goto yy854; + } else { + if (yych <= 0xEE) goto yy16838; + if (yych <= 0xEF) goto yy855; + if (yych <= 0xF0) goto yy856; + goto yy16838; + } + } + } + } +yy17358: + yyaccept = 14; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy208; + if (yych <= '$') goto yy1763; + goto yy146; + } else { + if (yych == '\'') goto yy200; + if (yych <= '*') goto yy208; + goto yy2207; + } + } else { + if (yych <= '/') { + if (yych <= ',') goto yy208; + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy3056; + goto yy208; + } else { + if (yych <= '9') goto yy17461; + if (yych <= ';') goto yy208; + if (yych <= '>') goto yy1763; + goto yy208; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2402; + if (yych <= ']') goto yy208; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2402; + goto yy208; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy208; + if (yych <= '~') goto yy1763; + goto yy208; + } else { + if (yych <= 0xC2) goto yy2404; + if (yych <= 0xC3) goto yy2405; + if (yych <= 0xC9) goto yy2406; + goto yy2407; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1763; + if (yych <= 0xCD) goto yy2408; + if (yych <= 0xCE) goto yy2409; + goto yy2410; + } else { + if (yych == 0xD2) goto yy2411; + if (yych <= 0xD3) goto yy2406; + goto yy2412; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy2413; + if (yych <= 0xD6) goto yy2414; + if (yych <= 0xD7) goto yy2415; + goto yy2416; + } else { + if (yych <= 0xD9) goto yy2417; + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy2418; + goto yy2419; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy2420; + if (yych <= 0xDE) goto yy2421; + if (yych <= 0xDF) goto yy2422; + goto yy2423; + } else { + if (yych <= 0xE1) goto yy2424; + if (yych <= 0xE2) goto yy2425; + if (yych <= 0xE3) goto yy2426; + goto yy1763; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2427; + if (yych <= 0xEE) goto yy208; + goto yy2428; + } else { + if (yych <= 0xF0) goto yy2429; + if (yych == 0xF3) goto yy1763; + goto yy208; + } + } + } + } +yy17359: + yyaccept = 26; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= ',') { + if (yych <= '&') { + if (yych <= '#') goto yy16838; + if (yych <= '$') goto yy534; + if (yych <= '%') goto yy146; + goto yy16838; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy16838; + if (yych <= '+') goto yy781; + goto yy202; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy205; + if (yych <= '/') goto yy16838; + goto yy868; + } else { + if (yych <= ':') goto yy16838; + if (yych <= ';') goto yy202; + if (yych <= '>') goto yy534; + goto yy16838; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy870; + if (yych <= ']') goto yy16838; + goto yy534; + } else { + if (yych <= '_') goto yy781; + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy870; + goto yy16838; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy16838; + if (yych <= '~') goto yy534; + goto yy16838; + } else { + if (yych <= 0xC2) goto yy872; + if (yych <= 0xC3) goto yy873; + if (yych <= 0xC9) goto yy874; + goto yy875; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy534; + if (yych <= 0xCD) goto yy2430; + if (yych <= 0xCE) goto yy877; + goto yy878; + } else { + if (yych == 0xD2) goto yy879; + if (yych <= 0xD3) goto yy874; + goto yy880; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy881; + if (yych <= 0xD6) goto yy2431; + if (yych <= 0xD7) goto yy883; + goto yy2432; + } else { + if (yych <= 0xD9) goto yy2433; + if (yych <= 0xDA) goto yy874; + if (yych <= 0xDB) goto yy886; + goto yy887; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy888; + if (yych <= 0xDE) goto yy889; + if (yych <= 0xDF) goto yy2434; + goto yy891; + } else { + if (yych <= 0xE1) goto yy892; + if (yych <= 0xE2) goto yy2435; + if (yych <= 0xE3) goto yy894; + goto yy534; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy895; + if (yych <= 0xEE) goto yy16838; + goto yy2436; + } else { + if (yych <= 0xF0) goto yy897; + if (yych == 0xF3) goto yy534; + goto yy16838; + } + } + } + } +yy17360: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCC) { + if (yych <= '@') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy10684; + goto yy1766; + } else { + if (yych <= '\'') goto yy2930; + if (yych == '+') goto yy10684; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy12501; + if (yych <= '.') goto yy3437; + if (yych <= '/') goto yy1766; + goto yy10684; + } else { + if (yych <= ':') goto yy2930; + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy10684; + goto yy1766; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych <= 'Z') goto yy17360; + if (yych <= ']') goto yy1766; + goto yy10684; + } else { + if (yych <= 'z') goto yy17360; + if (yych == '|') goto yy10684; + goto yy1766; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy10684; + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy17462; + goto yy17389; + } else { + if (yych <= 0xC9) goto yy17364; + if (yych <= 0xCA) goto yy17365; + if (yych <= 0xCB) goto yy15973; + goto yy10688; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy17390; + if (yych <= 0xCE) goto yy17463; + goto yy17392; + } else { + if (yych == 0xD2) goto yy17393; + if (yych <= 0xD3) goto yy17364; + goto yy17370; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy17371; + if (yych <= 0xD6) goto yy17464; + if (yych <= 0xD7) goto yy17465; + goto yy17396; + } else { + if (yych <= 0xD9) goto yy17397; + if (yych <= 0xDA) goto yy17364; + if (yych <= 0xDB) goto yy17398; + goto yy17399; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy17400; + if (yych <= 0xDE) goto yy17401; + if (yych <= 0xDF) goto yy17402; + goto yy17403; + } else { + if (yych <= 0xE1) goto yy17466; + if (yych <= 0xE2) goto yy17467; + if (yych <= 0xE3) goto yy17406; + goto yy13200; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy17407; + if (yych <= 0xEE) goto yy1766; + goto yy17468; + } else { + if (yych <= 0xF0) goto yy17409; + if (yych == 0xF3) goto yy13204; + goto yy1766; + } + } + } + } +yy17362: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy7354; + case 0xAA: + case 0xB5: + case 0xBA: goto yy17360; + default: goto yy2; + } +yy17363: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy17360; + goto yy7354; + } else { + if (yych == 0xB7) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17364: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17365: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy17360; + goto yy2; +yy17366: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0xB3) goto yy17360; + if (yych <= 0xB4) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy17360; + if (yych <= 0xBA) goto yy2; + goto yy17360; + } else { + if (yych == 0xBF) goto yy17360; + goto yy2; + } + } +yy17367: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy7354; + goto yy17360; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy17360; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17368: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17369: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy17360; + if (yych <= 0x89) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17370: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB0) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17371: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy17360; + if (yych <= 0xA0) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17372: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy17360; + if (yych <= 0x8C) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) { + if (yych <= 0x90) goto yy2; + goto yy7354; + } else { + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } +yy17373: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy7354; + if (yych <= 0x8F) goto yy2; + goto yy17360; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy17360; + goto yy2; + } + } +yy17374: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy7354; + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17375: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy17360; + if (yych <= 0x9F) goto yy7354; + goto yy2; + } else { + if (yych == 0xB0) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17376: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy17360; + goto yy2; + } else { + if (yych <= 0x95) goto yy17360; + if (yych == 0x9D) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy7354; + if (yych <= 0xAF) goto yy17360; + goto yy2; + } else { + if (yych <= 0xBC) goto yy17360; + if (yych <= 0xBE) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17377: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy17378: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy7354; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17379: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy17360; + if (yych <= 0xB0) goto yy7354; + if (yych <= 0xB1) goto yy17360; + goto yy2; +yy17380: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy17360; + goto yy7354; + } else { + if (yych == 0xB6) goto yy7354; + goto yy2; + } +yy17381: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy17469; + case 0xA1: goto yy17470; + case 0xA2: goto yy17471; + case 0xA3: goto yy13208; + case 0xA4: goto yy17472; + case 0xA5: goto yy17473; + case 0xA6: goto yy17474; + case 0xA7: goto yy17475; + case 0xA8: goto yy17476; + case 0xA9: goto yy17477; + case 0xAA: goto yy17478; + case 0xAB: goto yy17479; + case 0xAC: goto yy17480; + case 0xAD: goto yy17481; + case 0xAE: goto yy17482; + case 0xAF: goto yy17483; + case 0xB0: goto yy17484; + case 0xB1: goto yy17485; + case 0xB2: goto yy17486; + case 0xB3: goto yy17487; + case 0xB4: goto yy17488; + case 0xB5: goto yy17489; + case 0xB6: goto yy17490; + case 0xB7: goto yy17491; + case 0xB8: goto yy13229; + case 0xB9: goto yy13230; + case 0xBA: goto yy13231; + case 0xBB: goto yy13232; + case 0xBC: goto yy13233; + case 0xBD: goto yy13234; + case 0xBE: goto yy13235; + case 0xBF: goto yy13236; + default: goto yy2; + } +yy17382: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13237; + case 0x81: goto yy13238; + case 0x82: goto yy17492; + case 0x83: goto yy17493; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy17364; + case 0x89: goto yy17494; + case 0x8A: goto yy17495; + case 0x8B: goto yy17496; + case 0x8C: goto yy17497; + case 0x8D: goto yy17498; + case 0x8E: goto yy17499; + case 0x8F: goto yy17500; + case 0x90: goto yy17501; + case 0x99: goto yy17502; + case 0x9A: goto yy17503; + case 0x9B: goto yy17504; + case 0x9C: goto yy17505; + case 0x9D: goto yy17506; + case 0x9E: goto yy13254; + case 0x9F: goto yy13255; + case 0xA0: goto yy17507; + case 0xA1: goto yy17508; + case 0xA2: goto yy17509; + case 0xA3: goto yy17510; + case 0xA4: goto yy17511; + case 0xA5: goto yy13261; + case 0xA7: goto yy13262; + case 0xA8: goto yy17512; + case 0xA9: goto yy13264; + case 0xAA: goto yy13265; + case 0xAC: goto yy13266; + case 0xAD: goto yy13267; + case 0xAE: goto yy17513; + case 0xAF: goto yy17514; + case 0xB0: goto yy17515; + case 0xB1: goto yy17516; + case 0xB3: goto yy17517; + case 0xB4: goto yy17518; + case 0xB5: goto yy17519; + case 0xB6: goto yy17520; + case 0xB7: goto yy13276; + case 0xBC: goto yy17521; + case 0xBD: goto yy17522; + case 0xBE: goto yy17523; + case 0xBF: goto yy17524; + default: goto yy2; + } +yy17383: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy13281; + case 0x81: goto yy13282; + case 0x82: goto yy13283; + case 0x83: goto yy13284; + case 0x84: goto yy17525; + case 0x85: goto yy17526; + case 0x86: goto yy17527; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy10691; + case 0x8C: goto yy13288; + case 0x8F: goto yy13289; + case 0x90: goto yy13290; + case 0x91: goto yy13291; + case 0x92: goto yy13292; + case 0x93: goto yy13293; + case 0x9D: goto yy13294; + case 0x9E: goto yy13295; + case 0x9F: goto yy13296; + case 0xA6: goto yy13297; + case 0xA7: goto yy13298; + case 0xAD: goto yy13299; + case 0xAE: goto yy13300; + case 0xAF: goto yy13301; + case 0xB0: goto yy17528; + case 0xB1: goto yy17529; + case 0xB2: goto yy17364; + case 0xB3: goto yy17530; + case 0xB4: goto yy17531; + case 0xB5: goto yy17532; + case 0xB6: goto yy17533; + case 0xB7: goto yy17534; + case 0xBA: goto yy13309; + case 0xBB: goto yy13310; + case 0xBF: goto yy13311; + default: goto yy2; + } +yy17384: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17535; + case 0x82: goto yy13313; + case 0x84: goto yy17536; + case 0x86: goto yy17537; + case 0x87: goto yy13316; + case 0x88: goto yy13317; + case 0x89: goto yy13318; + case 0x8A: goto yy13319; + case 0x8B: goto yy13320; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy10691; + default: goto yy2; + } +yy17385: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy13321; + case 0x93: goto yy17538; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy17364; + case 0x98: goto yy17539; + case 0x99: goto yy17540; + case 0x9A: goto yy17541; + case 0x9B: goto yy17542; + case 0x9C: goto yy17543; + case 0x9D: goto yy17370; + case 0x9E: goto yy17544; + case 0x9F: goto yy17545; + case 0xA0: goto yy17546; + case 0xA1: goto yy17547; + case 0xA2: goto yy17548; + case 0xA3: goto yy17549; + case 0xA4: goto yy17550; + case 0xA5: goto yy17551; + case 0xA6: goto yy13336; + case 0xA7: goto yy13337; + case 0xA8: goto yy17552; + case 0xA9: goto yy17553; + case 0xAA: goto yy13340; + case 0xAB: goto yy17554; + case 0xAC: goto yy17555; + case 0xAD: goto yy17556; + case 0xAF: goto yy17557; + default: goto yy2; + } +yy17386: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy17558; + case 0xAD: goto yy17559; + case 0xAE: goto yy17560; + case 0xAF: goto yy17561; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy17364; + case 0xB4: goto yy17562; + case 0xB5: goto yy17563; + case 0xB6: goto yy17564; + case 0xB7: goto yy17565; + case 0xB8: goto yy13352; + case 0xB9: goto yy17566; + case 0xBB: goto yy17567; + case 0xBC: goto yy17568; + case 0xBD: goto yy17569; + case 0xBF: goto yy13357; + default: goto yy2; + } +yy17387: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy17570; + case 0x91: goto yy17571; + case 0x92: goto yy17572; + case 0x93: goto yy17573; + case 0x94: goto yy17574; + case 0x96: goto yy17575; + case 0x9B: goto yy17576; + case 0x9D: goto yy17577; + case 0x9E: goto yy17578; + case 0x9F: goto yy13367; + default: goto yy2; + } +yy17388: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy10684; + case 0xAA: + case 0xB5: + case 0xBA: goto yy17360; + default: goto yy2; + } +yy17389: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy17360; + goto yy10684; + } else { + if (yych == 0xB7) goto yy10684; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17390: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB3) goto yy17360; + if (yych <= 0xB4) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xBD) { + if (yych <= 0xB7) goto yy17360; + if (yych <= 0xBA) goto yy2; + goto yy17360; + } else { + if (yych == 0xBF) goto yy17360; + goto yy2; + } + } +yy17391: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy17360; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy17360; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17392: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xB6) goto yy10684; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17393: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy17360; + if (yych <= 0x89) goto yy10684; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17394: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych == 0x8A) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBE) goto yy7354; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy17395: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy10684; + if (yych <= 0x8F) goto yy2; + goto yy17360; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy17360; + goto yy2; + } + } +yy17396: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x85) goto yy2; + if (yych <= 0x88) goto yy10684; + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9A) { + if (yych <= 0x8D) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17397: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x8A) goto yy17360; + if (yych <= 0x9F) goto yy10684; + goto yy2; + } else { + if (yych == 0xB0) goto yy10684; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17398: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA4) { + if (yych <= 0x94) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x93) goto yy17360; + goto yy2; + } else { + if (yych <= 0x95) goto yy17360; + if (yych == 0x9D) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA6) goto yy2; + if (yych <= 0xAD) goto yy10684; + if (yych <= 0xAF) goto yy17360; + goto yy2; + } else { + if (yych <= 0xBC) goto yy17360; + if (yych <= 0xBE) goto yy10684; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17399: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x90) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy17400: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8A) goto yy10684; + if (yych <= 0x8C) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17401: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy17360; + if (yych <= 0xB0) goto yy10684; + if (yych <= 0xB1) goto yy17360; + goto yy2; +yy17402: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xAA) goto yy17360; + goto yy10684; + } else { + if (yych == 0xB6) goto yy10684; + goto yy2; + } +yy17403: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: goto yy17579; + case 0xA1: goto yy17580; + case 0xA2: goto yy17471; + case 0xA3: goto yy15120; + case 0xA4: goto yy17581; + case 0xA5: goto yy17582; + case 0xA6: goto yy17583; + case 0xA7: goto yy17584; + case 0xA8: goto yy17585; + case 0xA9: goto yy17586; + case 0xAA: goto yy17587; + case 0xAB: goto yy17588; + case 0xAC: goto yy17589; + case 0xAD: goto yy17590; + case 0xAE: goto yy17591; + case 0xAF: goto yy17592; + case 0xB0: goto yy17593; + case 0xB1: goto yy17594; + case 0xB2: goto yy17595; + case 0xB3: goto yy17596; + case 0xB4: goto yy17597; + case 0xB5: goto yy17598; + case 0xB6: goto yy17599; + case 0xB7: goto yy17600; + case 0xB8: goto yy15140; + case 0xB9: goto yy15141; + case 0xBA: goto yy15142; + case 0xBB: goto yy15143; + case 0xBC: goto yy15144; + case 0xBD: goto yy15145; + case 0xBE: goto yy15146; + case 0xBF: goto yy15147; + default: goto yy2; + } +yy17404: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15148; + case 0x81: goto yy15149; + case 0x82: goto yy17601; + case 0x83: goto yy17493; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy17364; + case 0x89: goto yy17494; + case 0x8A: goto yy17495; + case 0x8B: goto yy17496; + case 0x8C: goto yy17497; + case 0x8D: goto yy17602; + case 0x8E: goto yy17603; + case 0x8F: goto yy17500; + case 0x90: goto yy17604; + case 0x99: goto yy17502; + case 0x9A: goto yy17503; + case 0x9B: goto yy17504; + case 0x9C: goto yy17605; + case 0x9D: goto yy17606; + case 0x9E: goto yy15156; + case 0x9F: goto yy15157; + case 0xA0: goto yy17607; + case 0xA1: goto yy17508; + case 0xA2: goto yy17608; + case 0xA3: goto yy17510; + case 0xA4: goto yy17609; + case 0xA5: goto yy15161; + case 0xA7: goto yy15162; + case 0xA8: goto yy17610; + case 0xA9: goto yy15163; + case 0xAA: goto yy15164; + case 0xAC: goto yy15165; + case 0xAD: goto yy15166; + case 0xAE: goto yy17611; + case 0xAF: goto yy17612; + case 0xB0: goto yy17613; + case 0xB1: goto yy17516; + case 0xB3: goto yy17614; + case 0xB4: goto yy17518; + case 0xB5: goto yy17519; + case 0xB6: goto yy17520; + case 0xB7: goto yy15170; + case 0xBC: goto yy17521; + case 0xBD: goto yy17522; + case 0xBE: goto yy17615; + case 0xBF: goto yy17616; + default: goto yy2; + } +yy17405: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15173; + case 0x81: goto yy15174; + case 0x82: goto yy15175; + case 0x83: goto yy15176; + case 0x84: goto yy17617; + case 0x85: goto yy17618; + case 0x86: goto yy17619; + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy10688; + case 0x8C: goto yy15179; + case 0x8F: goto yy15180; + case 0x90: goto yy15181; + case 0x91: goto yy15182; + case 0x92: goto yy15183; + case 0x93: goto yy15184; + case 0x9D: goto yy15185; + case 0x9E: goto yy15186; + case 0x9F: goto yy15187; + case 0xA6: goto yy15188; + case 0xA7: goto yy15189; + case 0xAD: goto yy15190; + case 0xAE: goto yy15191; + case 0xAF: goto yy15192; + case 0xB0: goto yy17528; + case 0xB1: goto yy17529; + case 0xB2: goto yy17364; + case 0xB3: goto yy17620; + case 0xB4: goto yy17531; + case 0xB5: goto yy17621; + case 0xB6: goto yy17533; + case 0xB7: goto yy17622; + case 0xB8: goto yy7433; + case 0xBA: goto yy15195; + case 0xBB: goto yy13331; + case 0xBF: goto yy15196; + default: goto yy2; + } +yy17406: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17623; + case 0x82: goto yy15198; + case 0x84: goto yy17536; + case 0x86: goto yy17624; + case 0x87: goto yy15200; + case 0x88: goto yy15201; + case 0x89: goto yy15202; + case 0x8A: goto yy15203; + case 0x8B: goto yy15204; + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: goto yy10688; + default: goto yy2; + } +yy17407: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x92: goto yy13192; + case 0x93: goto yy17625; + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0xAE: goto yy17364; + case 0x98: goto yy17539; + case 0x99: goto yy17626; + case 0x9A: goto yy17627; + case 0x9B: goto yy17628; + case 0x9C: goto yy17629; + case 0x9D: goto yy17370; + case 0x9E: goto yy17630; + case 0x9F: goto yy17545; + case 0xA0: goto yy17631; + case 0xA1: goto yy17547; + case 0xA2: goto yy17632; + case 0xA3: goto yy17633; + case 0xA4: goto yy17634; + case 0xA5: goto yy17635; + case 0xA6: goto yy15215; + case 0xA7: goto yy15216; + case 0xA8: goto yy17636; + case 0xA9: goto yy17637; + case 0xAA: goto yy15219; + case 0xAB: goto yy17638; + case 0xAC: goto yy17555; + case 0xAD: goto yy17639; + case 0xAF: goto yy17640; + default: goto yy2; + } +yy17408: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy17641; + case 0xAD: goto yy17559; + case 0xAE: goto yy17642; + case 0xAF: goto yy17643; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy17364; + case 0xB4: goto yy17562; + case 0xB5: goto yy17563; + case 0xB6: goto yy17564; + case 0xB7: goto yy17644; + case 0xB8: goto yy15226; + case 0xB9: goto yy17645; + case 0xBB: goto yy17567; + case 0xBC: goto yy17646; + case 0xBD: goto yy17647; + case 0xBF: goto yy15230; + default: goto yy2; + } +yy17409: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x90: goto yy17648; + case 0x91: goto yy17649; + case 0x92: goto yy17572; + case 0x93: goto yy17573; + case 0x94: goto yy17574; + case 0x96: goto yy17650; + case 0x9B: goto yy17651; + case 0x9D: goto yy17652; + case 0x9E: goto yy17653; + case 0x9F: goto yy15237; + default: goto yy2; + } +yy17410: + yyaccept = 21; + YYMARKER = ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xCD) { + if (yych <= 'Z') { + if (yych <= ',') { + if (yych <= '&') { + if (yych == '$') goto yy10684; + goto yy1766; + } else { + if (yych <= '\'') goto yy1087; + if (yych == '+') goto yy10684; + goto yy1766; + } + } else { + if (yych <= '9') { + if (yych <= '-') goto yy4041; + if (yych <= '.') goto yy1087; + if (yych <= '/') goto yy1766; + goto yy10964; + } else { + if (yych <= ';') goto yy1766; + if (yych <= '>') goto yy10684; + if (yych <= '@') goto yy1766; + goto yy14174; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych <= ']') goto yy1766; + if (yych <= '`') goto yy10684; + goto yy14174; + } else { + if (yych == '|') goto yy10684; + if (yych <= '}') goto yy1766; + goto yy10684; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC1) goto yy1766; + if (yych <= 0xC2) goto yy17654; + if (yych <= 0xC3) goto yy15972; + goto yy14178; + } else { + if (yych <= 0xCA) goto yy14179; + if (yych <= 0xCB) goto yy13184; + if (yych <= 0xCC) goto yy10688; + goto yy15974; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy17655; + if (yych <= 0xCF) goto yy15976; + goto yy14178; + } else { + if (yych <= 0xD2) goto yy15977; + if (yych <= 0xD3) goto yy14178; + if (yych <= 0xD4) goto yy14184; + goto yy14185; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy17656; + if (yych <= 0xD7) goto yy17657; + if (yych <= 0xD8) goto yy15980; + goto yy15981; + } else { + if (yych <= 0xDA) goto yy14178; + if (yych <= 0xDB) goto yy15982; + if (yych <= 0xDC) goto yy15983; + goto yy15984; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy15985; + if (yych <= 0xDF) goto yy15986; + goto yy15987; + } else { + if (yych <= 0xE1) goto yy17658; + if (yych <= 0xE2) goto yy17659; + if (yych <= 0xE3) goto yy15990; + goto yy13200; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy15991; + if (yych <= 0xEE) goto yy1766; + goto yy17660; + } else { + if (yych <= 0xF0) goto yy15993; + if (yych == 0xF3) goto yy13204; + goto yy1766; + } + } + } + } +yy17411: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy14174; + if (yych == 0xA0) goto yy10684; + goto yy2; +yy17412: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy14174; + if (yych <= 0x81) goto yy2; + goto yy14174; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy14174; + if (yych <= 0xBA) goto yy10684; + goto yy2; + } +yy17413: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy14174; + goto yy2; + } else { + if (yych <= 0xB6) goto yy14174; + if (yych <= 0xB8) goto yy10684; + goto yy2; + } +yy17414: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy14174; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych <= 0x86) goto yy10684; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy10684; + goto yy14174; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy10684; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17415: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xA4) goto yy14174; + if (yych <= 0xA6) goto yy10684; + goto yy2; + } +yy17416: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xB7) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy17417: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xAF) goto yy14174; + if (yych <= 0xBA) goto yy10684; + goto yy2; +yy17418: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + goto yy14174; + } else { + if (yych <= 0xB4) goto yy10684; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy17419: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy14174; + goto yy10684; + } else { + if (yych == 0xB6) goto yy14174; + goto yy2; + } +yy17420: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xB2) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy17421: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy14174; + if (yych <= 0x89) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy14174; + } else { + if (yych == 0x9C) goto yy14174; + goto yy2; + } + } +yy17422: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy14174; + goto yy2; + } else { + if (yych <= 0xAB) goto yy14174; + if (yych <= 0xB7) goto yy10684; + goto yy2; + } +yy17423: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB9) goto yy843; + goto yy2; + } +yy17424: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy14174; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy14174; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy14174; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy14174; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy14174; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17425: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych == 0x90) goto yy14174; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy10684; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } + } + } +yy17426: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy14174; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy17427: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x85) goto yy14174; + goto yy2; + } else { + if (yych <= 0x87) goto yy14174; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy17428: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy17429: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9B) goto yy14174; + if (yych <= 0x9D) goto yy10684; + goto yy2; + } +yy17430: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych == 0x80) goto yy10684; + goto yy2; + } else { + if (yych <= 0x84) goto yy14174; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + goto yy2; + } +yy17431: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy14174; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy17432: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy14174; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; +yy17433: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy14174; + goto yy10684; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy17434: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych == 0x85) goto yy10684; + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0xB7) { + if (yych <= 0xA2) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy17435: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy14174; + goto yy2; + } else { + if (yych <= 0x90) goto yy14174; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } +yy17436: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy14174; + goto yy2; + } else { + if (yych <= 0x99) goto yy14174; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } +yy17437: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy10684; + goto yy14174; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy10684; + goto yy14174; + } else { + if (yych <= 0xBB) goto yy10684; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy17438: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy14174; + goto yy10684; + } else { + if (yych == 0xB5) goto yy10684; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17439: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy14174; + goto yy10684; + } else { + if (yych == 0xAF) goto yy10684; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17440: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy14174; + goto yy10684; + } else { + if (yych == 0xA9) goto yy10684; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } +yy17441: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x83) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy14174; + goto yy10684; + } else { + if (yych <= 0x8B) goto yy14174; + if (yych <= 0x8D) goto yy2; + if (yych <= 0xBF) goto yy843; + goto yy2; + } +yy17442: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy14174; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; +yy17443: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } + } + } else { + if (yych <= '|') { + if (yych <= 'x') { + if (yych == '`') goto yy114; + goto yy1567; + } else { + if (yych <= 'y') goto yy17661; + if (yych <= 'z') goto yy1567; + if (yych <= '{') goto yy57; + goto yy114; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy114; + if (yych <= 0xC1) goto yy57; + goto yy1218; + } else { + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy114; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17444: + yych = *++YYCURSOR; + if (yych == 'y') goto yy17662; + goto yy2; +yy17445: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy17663; + goto yy2; +yy17446: + yych = *++YYCURSOR; + if (yych <= '/') goto yy2; + if (yych <= '9') goto yy17664; + goto yy2; +yy17447: + yych = *++YYCURSOR; + if (yych <= '/') goto yy147; + if (yych <= '9') goto yy17665; + goto yy147; +yy17448: + yych = *++YYCURSOR; + if (yych <= '/') goto yy147; + if (yych <= '9') goto yy17666; + goto yy147; +yy17449: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy5661; + goto yy16794; + } else { + if (yych == '%') goto yy146; + goto yy5661; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy16794; + goto yy5661; + } else { + if (yych <= '+') goto yy5688; + if (yych <= ',') goto yy5661; + goto yy17346; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych >= '/') goto yy16794; + } else { + if (yych <= '9') goto yy17667; + if (yych <= '?') goto yy5661; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy5688; + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy17450: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy5661; + goto yy5688; + } else { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy5661; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17667; + if (yych <= '?') goto yy5661; + if (yych <= '@') goto yy148; + goto yy5688; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy17451: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy1763; + goto yy17351; + } else { + if (yych == '%') goto yy146; + goto yy1763; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy17351; + goto yy1763; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy1763; + goto yy17352; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy17668; + goto yy17351; + } else { + if (yych <= '9') goto yy17669; + if (yych <= '?') goto yy1763; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy2209; + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy17452: + yych = *++YYCURSOR; + if (yych <= '9') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy1763; + goto yy2207; + } else { + if (yych <= ',') goto yy1763; + if (yych <= '.') goto yy146; + if (yych <= '/') goto yy1763; + goto yy17669; + } + } else { + if (yych <= '^') { + if (yych <= '?') goto yy1763; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2209; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } +yy17453: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy172; + goto yy534; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17670; + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy17454: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy5661; + goto yy16794; + } else { + if (yych == '%') goto yy146; + goto yy5661; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy16794; + goto yy5661; + } else { + if (yych <= '+') goto yy5688; + if (yych <= ',') goto yy5661; + goto yy17346; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy17450; + goto yy16794; + } else { + if (yych <= '9') goto yy17671; + if (yych <= '?') goto yy5661; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy5688; + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy17455: + yych = *++YYCURSOR; + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy1763; + goto yy17351; + } else { + if (yych == '%') goto yy146; + goto yy1763; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy17351; + goto yy1763; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy1763; + goto yy17352; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy17668; + goto yy17351; + } else { + if (yych <= '9') goto yy17672; + if (yych <= '?') goto yy1763; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy2209; + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy17456: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy534; + goto yy781; + } else { + if (yych <= ',') goto yy534; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy172; + goto yy534; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17673; + if (yych <= '?') goto yy534; + if (yych <= '@') goto yy148; + goto yy781; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy534; + goto yy781; + } else { + if (yych <= '`') goto yy534; + if (yych <= 'z') goto yy781; + goto yy534; + } + } + } +yy17457: + yyaccept = 27; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych <= '#') goto yy17458; + if (yych <= '$') goto yy111; + if (yych <= '%') goto yy146; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy17458; + if (yych <= '-') goto yy146; + goto yy172; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy17458; + if (yych <= '9') goto yy17674; + if (yych >= '<') goto yy111; + } else { + if (yych <= '?') goto yy17458; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy182; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych == '_') goto yy170; + if (yych <= '`') goto yy111; + goto yy182; + } else { + if (yych == '|') goto yy111; + if (yych >= '~') goto yy111; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xC1) goto yy17458; + if (yych <= 0xE4) goto yy111; + if (yych >= 0xEA) goto yy111; + } else { + if (yych <= 0xF0) { + if (yych >= 0xEF) goto yy111; + } else { + if (yych == 0xF3) goto yy111; + } + } + } + } +yy17458: +#line 170 "scanner.re" + { return INTL_PHONE; } +#line 301598 "scanner.c" +yy17459: + yyaccept = 26; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych <= '#') goto yy16838; + if (yych <= '$') goto yy111; + if (yych <= '%') goto yy146; + goto yy16838; + } else { + if (yych <= '+') goto yy170; + if (yych <= ',') goto yy16838; + if (yych <= '-') goto yy146; + goto yy172; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy16838; + if (yych <= '9') goto yy17674; + if (yych <= ';') goto yy16838; + goto yy111; + } else { + if (yych <= '?') goto yy16838; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy182; + goto yy16838; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych == '_') goto yy170; + if (yych <= '`') goto yy111; + goto yy182; + } else { + if (yych == '|') goto yy111; + if (yych <= '}') goto yy16838; + goto yy111; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xC1) goto yy16838; + if (yych <= 0xE4) goto yy111; + if (yych <= 0xE9) goto yy16838; + goto yy111; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEE) goto yy16838; + goto yy111; + } else { + if (yych == 0xF3) goto yy111; + goto yy16838; + } + } + } + } +yy17460: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCE) { + if (yych <= '@') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy5661; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy5661; + goto yy5688; + } + } else { + if (yych <= '.') { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy867; + goto yy3056; + } else { + if (yych <= '/') goto yy5661; + if (yych <= '9') goto yy17675; + if (yych <= '?') goto yy5661; + goto yy148; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '_') { + if (yych <= 'Z') goto yy5690; + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5690; + goto yy5661; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC2) goto yy5692; + if (yych <= 0xC3) goto yy5693; + goto yy5694; + } else { + if (yych <= 0xCA) goto yy5695; + if (yych <= 0xCC) goto yy5661; + if (yych <= 0xCD) goto yy5696; + goto yy5697; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD5) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy5698; + if (yych <= 0xD1) goto yy5694; + goto yy5699; + } else { + if (yych <= 0xD3) goto yy5694; + if (yych <= 0xD4) goto yy5700; + goto yy5701; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD6) goto yy5702; + if (yych <= 0xD7) goto yy5703; + goto yy5704; + } else { + if (yych <= 0xD9) goto yy5705; + if (yych <= 0xDA) goto yy5694; + if (yych <= 0xDB) goto yy5706; + goto yy5707; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy5708; + if (yych <= 0xDE) goto yy5709; + goto yy5710; + } else { + if (yych <= 0xE0) goto yy5711; + if (yych <= 0xE1) goto yy5712; + goto yy5713; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy5714; + if (yych <= 0xE9) goto yy5661; + goto yy5715; + } else { + if (yych <= 0xEE) goto yy5661; + if (yych <= 0xEF) goto yy5716; + if (yych <= 0xF0) goto yy5717; + goto yy5661; + } + } + } + } +yy17461: + yyaccept = 26; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy16838; + if (yych <= '$') goto yy1763; + goto yy146; + } else { + if (yych == '\'') goto yy200; + if (yych <= '*') goto yy16838; + goto yy2207; + } + } else { + if (yych <= '/') { + if (yych <= ',') goto yy16838; + if (yych <= '-') goto yy203; + if (yych <= '.') goto yy3056; + goto yy16838; + } else { + if (yych <= '9') goto yy2400; + if (yych <= ';') goto yy16838; + if (yych <= '>') goto yy1763; + goto yy16838; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2402; + if (yych <= ']') goto yy16838; + goto yy1763; + } else { + if (yych <= '_') goto yy2207; + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2402; + goto yy16838; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy16838; + if (yych <= '~') goto yy1763; + goto yy16838; + } else { + if (yych <= 0xC2) goto yy2404; + if (yych <= 0xC3) goto yy2405; + if (yych <= 0xC9) goto yy2406; + goto yy2407; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy1763; + if (yych <= 0xCD) goto yy2408; + if (yych <= 0xCE) goto yy2409; + goto yy2410; + } else { + if (yych == 0xD2) goto yy2411; + if (yych <= 0xD3) goto yy2406; + goto yy2412; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy2413; + if (yych <= 0xD6) goto yy2414; + if (yych <= 0xD7) goto yy2415; + goto yy2416; + } else { + if (yych <= 0xD9) goto yy2417; + if (yych <= 0xDA) goto yy2406; + if (yych <= 0xDB) goto yy2418; + goto yy2419; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy2420; + if (yych <= 0xDE) goto yy2421; + if (yych <= 0xDF) goto yy2422; + goto yy2423; + } else { + if (yych <= 0xE1) goto yy2424; + if (yych <= 0xE2) goto yy2425; + if (yych <= 0xE3) goto yy2426; + goto yy1763; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy2427; + if (yych <= 0xEE) goto yy16838; + goto yy2428; + } else { + if (yych <= 0xF0) goto yy2429; + if (yych == 0xF3) goto yy1763; + goto yy16838; + } + } + } + } +yy17462: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy10684; + case 0xAA: + case 0xB5: + case 0xBA: goto yy17360; + case 0xB7: goto yy2930; + default: goto yy2; + } +yy17463: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy17360; + } else { + if (yych <= 0x87) goto yy2930; + if (yych <= 0x8A) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy17360; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17464: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych == 0x8A) goto yy16953; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBE) goto yy16953; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy17465: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x87) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x82) goto yy10684; + goto yy2; + } else { + if (yych == 0x86) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAA) goto yy17360; + goto yy2; + } else { + if (yych <= 0xB2) goto yy17360; + if (yych == 0xB4) goto yy2930; + goto yy2; + } + } +yy17466: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15148; + case 0x81: goto yy15149; + case 0x82: goto yy17601; + case 0x83: goto yy17493; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy17364; + case 0x89: goto yy17494; + case 0x8A: goto yy17495; + case 0x8B: goto yy17496; + case 0x8C: goto yy17497; + case 0x8D: goto yy17602; + case 0x8E: goto yy17603; + case 0x8F: goto yy17500; + case 0x90: goto yy17676; + case 0x99: goto yy17502; + case 0x9A: goto yy17503; + case 0x9B: goto yy17504; + case 0x9C: goto yy17605; + case 0x9D: goto yy17606; + case 0x9E: goto yy15156; + case 0x9F: goto yy15157; + case 0xA0: goto yy17677; + case 0xA1: goto yy17508; + case 0xA2: goto yy17608; + case 0xA3: goto yy17510; + case 0xA4: goto yy17609; + case 0xA5: goto yy15161; + case 0xA7: goto yy15162; + case 0xA8: goto yy17610; + case 0xA9: goto yy15163; + case 0xAA: goto yy15164; + case 0xAC: goto yy15165; + case 0xAD: goto yy15166; + case 0xAE: goto yy17611; + case 0xAF: goto yy17612; + case 0xB0: goto yy17613; + case 0xB1: goto yy17516; + case 0xB3: goto yy17614; + case 0xB4: goto yy17518; + case 0xB5: goto yy17519; + case 0xB6: goto yy17520; + case 0xB7: goto yy15170; + case 0xBC: goto yy17521; + case 0xBD: goto yy17522; + case 0xBE: goto yy17615; + case 0xBF: goto yy17616; + default: goto yy2; + } +yy17467: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17678; + case 0x81: goto yy15174; + case 0x82: goto yy15175; + case 0x83: goto yy15176; + case 0x84: goto yy17617; + case 0x85: goto yy17618; + case 0x86: goto yy17619; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy10688; + case 0x88: goto yy17679; + case 0x8C: goto yy15179; + case 0x8F: goto yy15180; + case 0x90: goto yy15181; + case 0x91: goto yy15182; + case 0x92: goto yy15183; + case 0x93: goto yy15184; + case 0x9D: goto yy15185; + case 0x9E: goto yy15186; + case 0x9F: goto yy15187; + case 0xA6: goto yy15188; + case 0xA7: goto yy15189; + case 0xAD: goto yy15190; + case 0xAE: goto yy15191; + case 0xAF: goto yy15192; + case 0xB0: goto yy17528; + case 0xB1: goto yy17529; + case 0xB2: goto yy17364; + case 0xB3: goto yy17620; + case 0xB4: goto yy17531; + case 0xB5: goto yy17621; + case 0xB6: goto yy17533; + case 0xB7: goto yy17622; + case 0xB8: goto yy16958; + case 0xBA: goto yy15195; + case 0xBB: goto yy13331; + case 0xBF: goto yy15196; + default: goto yy2; + } +yy17468: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy17641; + case 0xAD: goto yy17559; + case 0xAE: goto yy17642; + case 0xAF: goto yy17643; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy17364; + case 0xB4: goto yy17562; + case 0xB5: goto yy17563; + case 0xB6: goto yy17564; + case 0xB7: goto yy17644; + case 0xB8: goto yy17680; + case 0xB9: goto yy17681; + case 0xBB: goto yy17567; + case 0xBC: goto yy17682; + case 0xBD: goto yy17647; + case 0xBF: goto yy15230; + default: goto yy2; + } +yy17469: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych == 0x9A) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy7354; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy7354; + goto yy2; + } + } +yy17470: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy17360; + if (yych <= 0x9B) goto yy7354; + goto yy2; +yy17471: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB4) goto yy17360; + goto yy2; +yy17472: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy17360; + } else { + if (yych == 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy17473: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17474: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy17360; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy17360; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy17360; + goto yy2; + } else { + if (yych <= 0xB2) goto yy17360; + if (yych <= 0xB5) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy17475: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy7354; + goto yy17360; + } else { + if (yych == 0x97) goto yy7354; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy17360; + goto yy2; + } else { + if (yych <= 0xA1) goto yy17360; + if (yych <= 0xA3) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy7354; + goto yy2; + } + } + } +yy17476: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy17360; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy17360; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy17360; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy17360; + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy17477: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x90) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy17360; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy7354; + } else { + if (yych <= 0xB4) goto yy17360; + if (yych <= 0xB5) goto yy7354; + goto yy2; + } + } + } +yy17478: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy17360; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy17360; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy17360; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy17360; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy17479: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x8F) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy17360; + if (yych <= 0xA3) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB1) goto yy7354; + if (yych == 0xB9) goto yy17360; + goto yy2; + } + } +yy17480: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy17360; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy17360; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy17360; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy17360; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy17481: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x95) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy17360; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB0) goto yy7354; + if (yych <= 0xB1) goto yy17360; + goto yy2; + } + } + } +yy17482: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy7354; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy17360; + default: goto yy2; + } +yy17483: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy17360; + goto yy2; + } else { + if (yych <= 0x97) goto yy7354; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy7354; + goto yy2; + } + } +yy17484: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy17360; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy17485: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x94) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy17360; + if (yych <= 0x9F) goto yy2; + goto yy17360; + } else { + if (yych <= 0xA3) goto yy7354; + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } +yy17486: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy17360; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy17360; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy17487: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x94) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy17360; + if (yych <= 0x9F) goto yy2; + goto yy17360; + } else { + if (yych <= 0xA3) goto yy7354; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy17360; + goto yy2; + } + } +yy17488: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy17360; + goto yy2; + } else { + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy17489: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy7354; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x8E) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy7354; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17490: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy17360; + } else { + if (yych == 0xBD) goto yy17360; + goto yy2; + } + } +yy17491: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy17360; + goto yy2; + } else { + if (yych <= 0x8A) goto yy7354; + if (yych <= 0x8E) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy7354; + goto yy2; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy7354; + goto yy2; + } + } +yy17492: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy7354; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17493: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych == 0x87) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x8D) goto yy17360; + if (yych <= 0x8F) goto yy2; + goto yy17360; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17494: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy17360; + goto yy2; + } else { + if (yych <= 0x8D) goto yy17360; + if (yych <= 0x8F) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0x99) { + if (yych == 0x98) goto yy17360; + goto yy2; + } else { + if (yych <= 0x9D) goto yy17360; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17495: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych == 0xB1) goto yy2; + goto yy17360; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy17360; + goto yy2; + } + } +yy17496: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych == 0x80) goto yy17360; + if (yych <= 0x81) goto yy2; + goto yy17360; + } else { + if (yych <= 0x96) { + if (yych <= 0x87) goto yy2; + goto yy17360; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17497: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy17360; + goto yy2; + } else { + if (yych <= 0x95) goto yy17360; + if (yych <= 0x97) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17498: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy17360; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy7354; + goto yy2; +yy17499: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy17360; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17500: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy17360; + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBD) goto yy17360; + goto yy2; +yy17501: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17502: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAC) goto yy17360; + if (yych <= 0xAE) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17503: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x80) goto yy2; + if (yych <= 0x9A) goto yy17360; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17504: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy17360; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB8) goto yy17360; + goto yy2; +yy17505: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy17360; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB1) goto yy17360; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } + } +yy17506: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych <= 0x93) goto yy7354; + if (yych <= 0x9F) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy17360; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy7354; + goto yy2; + } + } +yy17507: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy7354; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17508: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy2; + if (yych <= 0xB7) goto yy17360; + goto yy2; +yy17509: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xAA) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17510: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB5) goto yy17360; + goto yy2; +yy17511: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy17360; + goto yy2; + } else { + if (yych <= 0xAB) goto yy7354; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy7354; + goto yy2; + } +yy17512: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy17360; + if (yych <= 0x9B) goto yy7354; + goto yy2; +yy17513: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xA0) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy17360; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17514: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy17360; + if (yych <= 0xB3) goto yy7354; + goto yy2; +yy17515: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy17360; + if (yych <= 0xB7) goto yy7354; + goto yy2; +yy17516: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy17360; + if (yych <= 0x99) goto yy2; + if (yych <= 0xB7) goto yy17360; + goto yy2; +yy17517: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA8) goto yy7354; + if (yych <= 0xAC) goto yy17360; + goto yy7354; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy17360; + if (yych <= 0xB4) goto yy7354; + goto yy17360; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy7354; + goto yy2; + } + } +yy17518: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAB) goto yy17360; + goto yy2; +yy17519: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) goto yy2; + if (yych == 0xB8) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17520: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy17360; + goto yy2; +yy17521: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy17360; + goto yy2; + } else { + if (yych <= 0x9D) goto yy17360; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17522: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x98) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy17360; + goto yy2; + } else { + if (yych <= 0x8D) goto yy17360; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x97) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0x9C) { + if (yych == 0x9A) goto yy2; + if (yych <= 0x9B) goto yy17360; + goto yy2; + } else { + if (yych == 0x9E) goto yy2; + if (yych <= 0xBD) goto yy17360; + goto yy2; + } + } +yy17523: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy17360; + } else { + if (yych == 0xBE) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy17524: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0x84) goto yy17360; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy17360; + goto yy7354; + } else { + if (yych <= 0x93) goto yy17360; + if (yych <= 0x95) goto yy2; + goto yy17360; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAC) goto yy17360; + if (yych <= 0xAF) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy17360; + goto yy2; + } else { + if (yych <= 0xBC) goto yy17360; + if (yych <= 0xBE) goto yy7354; + goto yy2; + } + } + } +yy17525: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy7354; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy17360; + default: goto yy2; + } +yy17526: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + goto yy17360; + } else { + if (yych == 0x8E) goto yy17360; + if (yych <= 0x8F) goto yy7354; + goto yy2; + } +yy17527: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy17360; + goto yy2; + } else { + if (yych <= 0x8B) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy17528: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17529: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy17360; + goto yy2; + } else { + if (yych <= 0xBB) goto yy17360; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17530: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xAE) goto yy17360; + if (yych <= 0xB1) goto yy7354; + if (yych <= 0xB3) goto yy17360; + goto yy2; + } +yy17531: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xA6) goto yy2; + goto yy17360; + } else { + if (yych <= 0xAD) { + if (yych <= 0xAC) goto yy2; + goto yy17360; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17532: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy17360; + if (yych == 0xBF) goto yy7354; + goto yy2; +yy17533: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x96) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xB6) { + if (yych == 0xAF) goto yy2; + goto yy17360; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBE) goto yy17360; + goto yy2; + } + } +yy17534: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy17360; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy17535: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy7354; + goto yy2; + } else { + if (yych <= 0x93) goto yy7354; + if (yych == 0xA0) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy7354; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy7354; + goto yy2; + } else { + if (yych <= 0xBC) goto yy17360; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy17536: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x84) goto yy2; + if (yych <= 0xAD) goto yy17360; + goto yy2; +yy17537: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy7354; + goto yy2; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBA) goto yy17360; + goto yy2; + } +yy17538: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy7354; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy17360; + goto yy2; +yy17539: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8B) goto yy17360; + goto yy2; + } else { + if (yych <= 0x9F) goto yy17360; + if (yych <= 0xA9) goto yy2; + if (yych <= 0xAB) goto yy17360; + goto yy2; + } +yy17540: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } +yy17541: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy17360; + goto yy2; + } else { + if (yych <= 0x9F) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17542: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy7354; + goto yy2; +yy17543: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA1) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17544: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy17360; + if (yych <= 0x88) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAD) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy17360; + goto yy2; + } +yy17545: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0xB7) goto yy17360; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17546: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy17360; + goto yy7354; + } else { + if (yych == 0x86) goto yy7354; + goto yy17360; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy7354; + if (yych <= 0xA2) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy7354; + goto yy2; + } + } +yy17547: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB3) goto yy17360; + goto yy2; +yy17548: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0xB3) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy17549: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy7354; + goto yy17360; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy17360; + } else { + if (yych == 0xBD) goto yy17360; + goto yy2; + } + } +yy17550: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17551: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy17360; + if (yych <= 0x93) goto yy7354; + goto yy2; +yy17552: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy17360; + if (yych <= 0xB6) goto yy7354; + goto yy2; +yy17553: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych <= 0x83) goto yy7354; + if (yych <= 0x8B) goto yy17360; + goto yy7354; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } + } +yy17554: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy7354; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy17360; + goto yy7354; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy17360; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy7354; + goto yy2; + } + } +yy17555: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x86) goto yy17360; + goto yy2; + } else { + if (yych <= 0x8E) goto yy17360; + if (yych <= 0x90) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA6) goto yy17360; + goto yy2; + } else { + if (yych == 0xAF) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17556: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy17360; + if (yych <= 0x9B) goto yy7354; + goto yy2; + } else { + if (yych <= 0xA5) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17557: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy7354; + goto yy2; + } +yy17558: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy17360; + goto yy2; + } else { + if (yych <= 0x97) goto yy17360; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy17360; + goto yy7354; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy7354; + if (yych <= 0xB6) goto yy17360; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy17360; + goto yy2; + } + } +yy17559: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy17360; + goto yy2; + } else { + if (yych == 0x85) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17560: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy17561: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy7354; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17562: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBD) goto yy17360; + goto yy2; +yy17563: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17564: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy17360; + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17565: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy17360; + goto yy2; + } else { + if (yych <= 0xBB) goto yy17360; + if (yych <= 0xBD) goto yy7354; + goto yy2; + } +yy17566: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy7354; + goto yy2; + } else { + if (yych == 0xA3) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy7354; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17567: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBC) goto yy17360; + goto yy2; +yy17568: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x84) { + if (yych <= 0x83) goto yy2; + goto yy7354; + } else { + if (yych == 0x8B) goto yy7354; + goto yy2; + } + } else { + if (yych <= 0xBA) { + if (yych <= 0x9E) goto yy7354; + if (yych <= 0xA0) goto yy2; + goto yy17360; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } +yy17569: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy7354; + if (yych <= 0x9A) goto yy17360; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy7354; + goto yy2; + } +yy17570: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17683; + case 0x81: goto yy17684; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy17364; + case 0x83: goto yy17685; + case 0x84: goto yy15241; + case 0x85: goto yy15242; + case 0x86: goto yy15243; + case 0x87: goto yy15244; + case 0x8A: goto yy17686; + case 0x8B: goto yy17687; + case 0x8C: goto yy17688; + case 0x8D: goto yy17689; + case 0x8E: goto yy17690; + case 0x8F: goto yy17691; + case 0x92: goto yy17692; + case 0x94: goto yy17693; + case 0x95: goto yy17694; + case 0x9C: goto yy17695; + case 0x9D: goto yy17696; + case 0xA0: goto yy17697; + case 0xA1: goto yy17698; + case 0xA2: goto yy17699; + case 0xA3: goto yy17700; + case 0xA4: goto yy17701; + case 0xA6: goto yy17702; + case 0xA8: goto yy17703; + case 0xA9: goto yy17704; + case 0xAA: goto yy17705; + case 0xAB: goto yy17706; + case 0xAC: goto yy17510; + case 0xAD: goto yy17707; + case 0xAE: goto yy17708; + case 0xB1: goto yy17709; + case 0xB2: + case 0xB3: goto yy17710; + default: goto yy2; + } +yy17571: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17711; + case 0x81: goto yy15269; + case 0x82: goto yy17712; + case 0x83: goto yy17713; + case 0x84: goto yy17714; + case 0x85: goto yy17715; + case 0x86: goto yy17716; + case 0x87: goto yy17717; + case 0x88: goto yy17718; + case 0x8A: goto yy17719; + case 0x8B: goto yy17720; + case 0x8C: goto yy17721; + case 0x8D: goto yy17722; + case 0x92: + case 0x98: goto yy17723; + case 0x93: goto yy17724; + case 0x96: goto yy17725; + case 0x97: goto yy17726; + case 0x99: goto yy17727; + case 0x9A: goto yy17728; + case 0x9C: goto yy15287; + case 0xA2: goto yy17729; + case 0xA3: goto yy17730; + case 0xAB: goto yy17731; + default: goto yy2; + } +yy17572: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy17364; + goto yy17732; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0x94) goto yy17364; + if (yych <= 0x95) goto yy17733; + goto yy2; + } +yy17573: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy17364; + if (yych <= 0x90) goto yy17734; + goto yy2; +yy17574: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x98) goto yy17364; + if (yych <= 0x99) goto yy17735; + goto yy2; +yy17575: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy17364; + case 0xA8: goto yy17731; + case 0xA9: goto yy17699; + case 0xAB: goto yy17736; + case 0xAC: goto yy17737; + case 0xAD: goto yy17738; + case 0xAE: goto yy17739; + case 0xBD: goto yy17740; + case 0xBE: goto yy15299; + default: goto yy2; + } +yy17576: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy17364; + if (yych <= 0xB1) goto yy17741; + if (yych <= 0xB2) goto yy17742; + goto yy2; +yy17577: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy10691; + case 0x83: goto yy15302; + case 0x84: goto yy15303; + case 0x85: goto yy15304; + case 0x87: goto yy15305; + case 0x89: goto yy15306; + case 0x8D: goto yy15307; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy17364; + case 0x91: goto yy17743; + case 0x92: goto yy17744; + case 0x93: goto yy17745; + case 0x94: goto yy17746; + case 0x95: goto yy17747; + case 0x9A: goto yy17748; + case 0x9B: goto yy17749; + case 0x9C: goto yy17750; + case 0x9D: goto yy17751; + case 0x9E: goto yy17752; + case 0x9F: goto yy17753; + case 0xAA: goto yy15319; + default: goto yy2; + } +yy17578: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy17364; + if (yych <= 0xA3) goto yy17754; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy17755; + goto yy17756; + } else { + if (yych <= 0xBA) goto yy17757; + if (yych <= 0xBB) goto yy15324; + goto yy2; + } + } +yy17579: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych == 0x9A) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2; + goto yy10684; + } else { + if (yych <= 0xA8) goto yy2; + if (yych <= 0xAD) goto yy10684; + goto yy2; + } + } +yy17580: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x98) goto yy17360; + if (yych <= 0x9B) goto yy10684; + goto yy2; +yy17581: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy17360; + } else { + if (yych == 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy17582: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x90) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xA3) { + if (yych <= 0xA1) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17583: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy17360; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy17360; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy17360; + goto yy2; + } else { + if (yych <= 0xB2) goto yy17360; + if (yych <= 0xB5) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17584: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x8A) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x86) goto yy2; + if (yych <= 0x88) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0x8E) { + if (yych <= 0x8D) goto yy10684; + goto yy17360; + } else { + if (yych == 0x97) goto yy10684; + goto yy2; + } + } + } else { + if (yych <= 0xAF) { + if (yych <= 0x9E) { + if (yych <= 0x9D) goto yy17360; + goto yy2; + } else { + if (yych <= 0xA1) goto yy17360; + if (yych <= 0xA3) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBB) goto yy10684; + goto yy2; + } + } + } +yy17585: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB0) { + if (yych <= 0x8E) { + if (yych <= 0x83) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x8A) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0x92) { + if (yych <= 0x90) goto yy17360; + goto yy2; + } else { + if (yych == 0xA9) goto yy2; + goto yy17360; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xB3) { + if (yych <= 0xB1) goto yy2; + goto yy17360; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xB9) goto yy17360; + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17586: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x90) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x98) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy17360; + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB4) goto yy17360; + if (yych <= 0xB5) goto yy10684; + goto yy2; + } + } + } +yy17587: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8D) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy17360; + } else { + if (yych <= 0x91) { + if (yych <= 0x8E) goto yy2; + goto yy17360; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy17360; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy17360; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17588: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x8F) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA1) goto yy17360; + if (yych <= 0xA3) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB1) goto yy10684; + if (yych == 0xB9) goto yy17360; + goto yy2; + } + } +yy17589: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy17360; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy17360; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy17360; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy17360; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17590: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x95) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x9B) goto yy2; + if (yych == 0x9E) goto yy2; + goto yy17360; + } else { + if (yych <= 0xAF) { + if (yych <= 0xA3) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB0) goto yy10684; + if (yych <= 0xB1) goto yy17360; + goto yy2; + } + } + } +yy17591: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0xBE: + case 0xBF: goto yy10684; + case 0x83: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x89: + case 0x8A: + case 0x8E: + case 0x8F: + case 0x90: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x99: + case 0x9A: + case 0x9C: + case 0x9E: + case 0x9F: + case 0xA3: + case 0xA4: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: goto yy17360; + default: goto yy2; + } +yy17592: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x96) { + if (yych == 0x90) goto yy17360; + goto yy2; + } else { + if (yych <= 0x97) goto yy10684; + if (yych <= 0xB2) goto yy2; + if (yych <= 0xBA) goto yy10684; + goto yy2; + } + } +yy17593: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + if (yych <= 0x90) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xB9) { + if (yych == 0xA9) goto yy2; + goto yy17360; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy17594: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10684; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x94) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA1) { + if (yych <= 0x97) goto yy2; + if (yych <= 0x9A) goto yy17360; + if (yych <= 0x9F) goto yy2; + goto yy17360; + } else { + if (yych <= 0xA3) goto yy10684; + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } +yy17595: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA8) { + if (yych <= 0x8C) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy17360; + } else { + if (yych <= 0x8D) goto yy2; + if (yych == 0x91) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA9) goto yy2; + if (yych == 0xB4) goto yy2; + goto yy17360; + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17596: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10684; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x94) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x9E) goto yy17360; + if (yych <= 0x9F) goto yy2; + goto yy17360; + } else { + if (yych <= 0xA3) goto yy10684; + if (yych <= 0xB0) goto yy2; + if (yych <= 0xB2) goto yy17360; + goto yy2; + } + } +yy17597: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x90) { + if (yych <= 0x84) { + if (yych <= 0x80) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych == 0x8D) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBA) goto yy17360; + goto yy2; + } else { + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy17598: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy10684; + } else { + if (yych <= 0x89) goto yy2; + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x8E) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy10684; + if (yych <= 0x9E) goto yy2; + if (yych <= 0xA1) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xB8) goto yy2; + if (yych <= 0xB9) goto yy10684; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17599: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x83) { + if (yych <= 0x81) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy2; + if (yych <= 0x96) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych == 0xB2) goto yy2; + goto yy17360; + } else { + if (yych == 0xBD) goto yy17360; + goto yy2; + } + } +yy17600: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy17360; + goto yy2; + } else { + if (yych <= 0x8A) goto yy10684; + if (yych <= 0x8E) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x97) { + if (yych == 0x96) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } + } +yy17601: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x81) goto yy2; + if (yych == 0x8E) goto yy2; + goto yy10684; + } else { + if (yych <= 0x99) goto yy2; + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17602: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy17360; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9F) goto yy10684; + goto yy2; +yy17603: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x99) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy17360; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17604: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17605: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x8D) goto yy2; + goto yy17360; + } else { + if (yych <= 0x9F) { + if (yych <= 0x94) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB1) goto yy17360; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } + } +yy17606: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAC) { + if (yych <= 0x91) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych <= 0x93) goto yy10684; + if (yych <= 0x9F) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xB0) { + if (yych <= 0xAD) goto yy2; + goto yy17360; + } else { + if (yych <= 0xB1) goto yy2; + if (yych <= 0xB3) goto yy10684; + goto yy2; + } + } +yy17607: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy7354; + goto yy2; + } else { + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17608: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xAA) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17609: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy17360; + goto yy2; + } else { + if (yych <= 0xAB) goto yy10684; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBB) goto yy10684; + goto yy2; + } +yy17610: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy17360; + if (yych <= 0x9B) goto yy10684; + goto yy2; +yy17611: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xA0) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy17360; + if (yych <= 0xB9) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17612: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy17360; + if (yych <= 0xB3) goto yy10684; + goto yy2; +yy17613: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy17360; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy17614: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x92) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA8) goto yy10684; + if (yych <= 0xAC) goto yy17360; + goto yy10684; + } + } else { + if (yych <= 0xB6) { + if (yych <= 0xB1) goto yy17360; + if (yych <= 0xB4) goto yy10684; + goto yy17360; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xB9) goto yy10684; + goto yy2; + } + } +yy17615: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xBC) { + if (yych <= 0x7F) goto yy2; + if (yych == 0xB5) goto yy2; + goto yy17360; + } else { + if (yych == 0xBE) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy17616: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0x84) goto yy17360; + goto yy2; + } else { + if (yych <= 0x8F) { + if (yych <= 0x8C) goto yy17360; + goto yy10684; + } else { + if (yych <= 0x93) goto yy17360; + if (yych <= 0x95) goto yy2; + goto yy17360; + } + } + } else { + if (yych <= 0xB1) { + if (yych <= 0x9F) { + if (yych <= 0x9C) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAC) goto yy17360; + if (yych <= 0xAF) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xB5) { + if (yych <= 0xB4) goto yy17360; + goto yy2; + } else { + if (yych <= 0xBC) goto yy17360; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } + } + } +yy17617: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x83: + case 0x84: + case 0x85: + case 0x86: + case 0x88: + case 0x89: + case 0x94: + case 0x96: + case 0x97: + case 0x98: + case 0x9E: + case 0x9F: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA5: + case 0xA7: + case 0xA9: + case 0xAE: + case 0xBA: + case 0xBB: goto yy10684; + case 0x82: + case 0x87: + case 0x8A: + case 0x8B: + case 0x8C: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x90: + case 0x91: + case 0x92: + case 0x93: + case 0x95: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0x9D: + case 0xA4: + case 0xA6: + case 0xA8: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xAD: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB8: + case 0xB9: + case 0xBC: + case 0xBD: + case 0xBE: + case 0xBF: goto yy17360; + default: goto yy2; + } +yy17618: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + goto yy17360; + } else { + if (yych == 0x8E) goto yy17360; + if (yych <= 0x8F) goto yy10684; + goto yy2; + } +yy17619: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x82) goto yy2; + if (yych <= 0x84) goto yy17360; + goto yy2; + } else { + if (yych <= 0x8B) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy17620: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA4) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xAE) goto yy17360; + if (yych <= 0xB1) goto yy10684; + if (yych <= 0xB3) goto yy17360; + goto yy2; + } +yy17621: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy17360; + if (yych == 0xBF) goto yy10684; + goto yy2; +yy17622: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8E) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0x9E) { + if (yych == 0x97) goto yy2; + goto yy17360; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy17623: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x91) { + if (yych == 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x93) goto yy10684; + if (yych == 0xA0) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xAF) goto yy10684; + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB7) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBC) goto yy17360; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy17624: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x91) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xBA) goto yy17360; + goto yy2; + } +yy17625: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy10684; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB7) goto yy17360; + goto yy2; +yy17626: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB2) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xB3) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } +yy17627: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9D) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9B) goto yy17360; + goto yy2; + } else { + if (yych <= 0x9F) goto yy10684; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17628: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB1) goto yy10684; + goto yy2; +yy17629: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA1) goto yy10684; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17630: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy17360; + if (yych <= 0x88) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAD) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB7) goto yy17360; + goto yy2; + } +yy17631: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy17360; + goto yy10684; + } else { + if (yych == 0x86) goto yy10684; + goto yy17360; + } + } else { + if (yych <= 0xAB) { + if (yych <= 0x8B) goto yy10684; + if (yych <= 0xA2) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xB9) goto yy10684; + goto yy2; + } + } +yy17632: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0xB3) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy17633: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB1) goto yy10684; + goto yy17360; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy17360; + } else { + if (yych == 0xBD) goto yy17360; + goto yy2; + } + } +yy17634: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAD) { + if (yych <= 0x89) goto yy2; + if (yych <= 0xA5) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17635: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy17360; + if (yych <= 0x93) goto yy10684; + goto yy2; +yy17636: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA8) goto yy17360; + if (yych <= 0xB6) goto yy10684; + goto yy2; +yy17637: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x82) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych <= 0x83) goto yy10684; + if (yych <= 0x8B) goto yy17360; + goto yy10684; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB6) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBA) goto yy2; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } + } +yy17638: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x81) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xAA) goto yy17360; + goto yy10684; + } + } else { + if (yych <= 0xB2) { + if (yych <= 0xB1) goto yy2; + goto yy17360; + } else { + if (yych <= 0xB4) goto yy2; + if (yych <= 0xB6) goto yy10684; + goto yy2; + } + } +yy17639: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9A) goto yy17360; + if (yych <= 0x9B) goto yy10684; + goto yy2; + } else { + if (yych <= 0xA5) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17640: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAA) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA2) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xAB) goto yy2; + if (yych <= 0xAD) goto yy10684; + goto yy2; + } +yy17641: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9E) { + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy17360; + goto yy2; + } else { + if (yych <= 0x97) goto yy17360; + if (yych <= 0x9C) goto yy2; + if (yych <= 0x9D) goto yy17360; + goto yy10684; + } + } else { + if (yych <= 0xB7) { + if (yych == 0xA9) goto yy10684; + if (yych <= 0xB6) goto yy17360; + goto yy2; + } else { + if (yych == 0xBD) goto yy2; + if (yych <= 0xBE) goto yy17360; + goto yy2; + } + } +yy17642: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB1) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy17643: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x81) goto yy10684; + if (yych <= 0x92) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17644: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy17360; + goto yy2; + } else { + if (yych <= 0xBB) goto yy17360; + if (yych <= 0xBD) goto yy10684; + goto yy2; + } +yy17645: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0xA1) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy10684; + goto yy2; + } else { + if (yych == 0xA3) goto yy7354; + goto yy10684; + } + } else { + if (yych <= 0xAF) { + if (yych == 0xA9) goto yy10684; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17646: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x8A) { + if (yych == 0x84) goto yy10684; + goto yy2; + } else { + if (yych <= 0x8B) goto yy10684; + if (yych <= 0x8C) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0xA0) { + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } else { + if (yych <= 0xBA) goto yy17360; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy17647: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9B) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy10684; + if (yych <= 0x9A) goto yy17360; + goto yy2; + } else { + if (yych == 0x9D) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } +yy17648: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17683; + case 0x81: goto yy17684; + case 0x82: + case 0x90: + case 0x91: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0xB0: goto yy17364; + case 0x83: goto yy17685; + case 0x84: goto yy16729; + case 0x85: goto yy16730; + case 0x86: goto yy16731; + case 0x87: goto yy16732; + case 0x8A: goto yy17686; + case 0x8B: goto yy17758; + case 0x8C: goto yy17688; + case 0x8D: goto yy17759; + case 0x8E: goto yy17690; + case 0x8F: goto yy17691; + case 0x92: goto yy17692; + case 0x94: goto yy17693; + case 0x95: goto yy17694; + case 0x9C: goto yy17695; + case 0x9D: goto yy17696; + case 0xA0: goto yy17697; + case 0xA1: goto yy17760; + case 0xA2: goto yy17699; + case 0xA3: goto yy17700; + case 0xA4: goto yy17701; + case 0xA6: goto yy17702; + case 0xA8: goto yy17761; + case 0xA9: goto yy17704; + case 0xAA: goto yy17705; + case 0xAB: goto yy17762; + case 0xAC: goto yy17510; + case 0xAD: goto yy17707; + case 0xAE: goto yy17708; + case 0xB1: goto yy17709; + case 0xB2: + case 0xB3: goto yy17710; + default: goto yy2; + } +yy17649: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy17763; + case 0x81: goto yy16737; + case 0x82: goto yy17764; + case 0x83: goto yy17713; + case 0x84: goto yy17765; + case 0x85: goto yy17766; + case 0x86: goto yy17767; + case 0x87: goto yy17768; + case 0x88: goto yy17769; + case 0x8A: goto yy17719; + case 0x8B: goto yy17770; + case 0x8C: goto yy17771; + case 0x8D: goto yy17772; + case 0x92: + case 0x98: goto yy17773; + case 0x93: goto yy17774; + case 0x96: goto yy17775; + case 0x97: goto yy17776; + case 0x99: goto yy17777; + case 0x9A: goto yy17778; + case 0x9C: goto yy16749; + case 0xA2: goto yy17729; + case 0xA3: goto yy17730; + case 0xAB: goto yy17731; + default: goto yy2; + } +yy17650: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xBC: goto yy17364; + case 0xA8: goto yy17731; + case 0xA9: goto yy17699; + case 0xAB: goto yy17779; + case 0xAC: goto yy17780; + case 0xAD: goto yy17781; + case 0xAE: goto yy17739; + case 0xBD: goto yy17782; + case 0xBE: goto yy16754; + default: goto yy2; + } +yy17651: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB0) goto yy17364; + if (yych <= 0xB1) goto yy17741; + if (yych <= 0xB2) goto yy17783; + goto yy2; +yy17652: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: + case 0x81: + case 0x82: + case 0x86: + case 0x88: + case 0x8C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA7: + case 0xA8: + case 0xA9: goto yy10688; + case 0x83: goto yy13259; + case 0x84: goto yy16756; + case 0x85: goto yy16757; + case 0x87: goto yy16758; + case 0x89: goto yy16759; + case 0x8D: goto yy16760; + case 0x90: + case 0x96: + case 0x97: + case 0x98: + case 0x99: goto yy17364; + case 0x91: goto yy17743; + case 0x92: goto yy17744; + case 0x93: goto yy17745; + case 0x94: goto yy17746; + case 0x95: goto yy17747; + case 0x9A: goto yy17748; + case 0x9B: goto yy17784; + case 0x9C: goto yy17785; + case 0x9D: goto yy17786; + case 0x9E: goto yy17787; + case 0x9F: goto yy17788; + case 0xAA: goto yy16762; + default: goto yy2; + } +yy17653: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB7) { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA2) goto yy17364; + if (yych <= 0xA3) goto yy17789; + goto yy2; + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy17755; + goto yy17756; + } else { + if (yych <= 0xBA) goto yy17757; + if (yych <= 0xBB) goto yy16764; + goto yy2; + } + } +yy17654: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA6: + case 0xA8: + case 0xA9: + case 0xAC: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB4: + case 0xB8: goto yy10684; + case 0xAA: + case 0xB5: + case 0xBA: goto yy14174; + default: goto yy2; + } +yy17655: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8B) { + if (yych <= 0x86) { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy14174; + } else { + if (yych <= 0x87) goto yy2; + if (yych <= 0x8A) goto yy14174; + goto yy2; + } + } else { + if (yych <= 0xA1) { + if (yych == 0x8D) goto yy2; + goto yy14174; + } else { + if (yych <= 0xA2) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy17656: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + goto yy14174; + } else { + if (yych == 0x8A) goto yy9303; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0x90) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBE) goto yy9303; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } +yy17657: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x82) { + if (yych <= 0x80) goto yy2; + goto yy10684; + } else { + if (yych <= 0x83) goto yy2; + if (yych <= 0x85) goto yy10684; + goto yy2; + } + } else { + if (yych <= 0xAA) { + if (yych <= 0x87) goto yy10684; + if (yych <= 0x8F) goto yy2; + goto yy14174; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB2) goto yy14174; + goto yy2; + } + } +yy17658: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15148; + case 0x81: goto yy15388; + case 0x82: goto yy17060; + case 0x83: goto yy16018; + case 0x84: + case 0x85: + case 0x86: + case 0x87: + case 0x88: + case 0x91: + case 0x92: + case 0x93: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0xB8: + case 0xB9: + case 0xBA: + case 0xBB: goto yy14178; + case 0x89: goto yy16019; + case 0x8A: goto yy16020; + case 0x8B: goto yy16021; + case 0x8C: goto yy16022; + case 0x8D: goto yy17061; + case 0x8E: goto yy17062; + case 0x8F: goto yy16025; + case 0x90: goto yy17790; + case 0x99: goto yy16027; + case 0x9A: goto yy16028; + case 0x9B: goto yy16029; + case 0x9C: goto yy17064; + case 0x9D: goto yy17065; + case 0x9E: goto yy15156; + case 0x9F: goto yy15395; + case 0xA0: goto yy17791; + case 0xA1: goto yy16033; + case 0xA2: goto yy17067; + case 0xA3: goto yy16035; + case 0xA4: goto yy17068; + case 0xA5: goto yy15399; + case 0xA7: goto yy15400; + case 0xA8: goto yy17069; + case 0xA9: goto yy15163; + case 0xAA: goto yy15402; + case 0xAC: goto yy15165; + case 0xAD: goto yy15403; + case 0xAE: goto yy17070; + case 0xAF: goto yy17071; + case 0xB0: goto yy17072; + case 0xB1: goto yy16041; + case 0xB3: goto yy17073; + case 0xB4: goto yy16043; + case 0xB5: goto yy16044; + case 0xB6: goto yy16045; + case 0xB7: goto yy15170; + case 0xBC: goto yy16046; + case 0xBD: goto yy16047; + case 0xBE: goto yy17074; + case 0xBF: goto yy17075; + default: goto yy2; + } +yy17659: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x80: goto yy15738; + case 0x81: goto yy15174; + case 0x82: goto yy15175; + case 0x83: goto yy15176; + case 0x84: goto yy17077; + case 0x85: goto yy17078; + case 0x86: goto yy17079; + case 0x87: + case 0x89: + case 0x8A: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x94: + case 0x95: + case 0x96: + case 0x97: + case 0x98: + case 0x99: + case 0x9A: + case 0x9B: + case 0x9C: + case 0xA0: + case 0xA1: + case 0xA2: + case 0xA3: + case 0xA4: + case 0xA5: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAB: + case 0xAC: + case 0xBC: + case 0xBD: + case 0xBE: goto yy10688; + case 0x88: goto yy15742; + case 0x8C: goto yy15179; + case 0x8F: goto yy15180; + case 0x90: goto yy15181; + case 0x91: goto yy15182; + case 0x92: goto yy15183; + case 0x93: goto yy15184; + case 0x9D: goto yy15185; + case 0x9E: goto yy15186; + case 0x9F: goto yy15187; + case 0xA6: goto yy15188; + case 0xA7: goto yy15189; + case 0xAD: goto yy15190; + case 0xAE: goto yy15191; + case 0xAF: goto yy15192; + case 0xB0: goto yy16053; + case 0xB1: goto yy16054; + case 0xB2: goto yy14178; + case 0xB3: goto yy17081; + case 0xB4: goto yy16056; + case 0xB5: goto yy17082; + case 0xB6: goto yy16058; + case 0xB7: goto yy17083; + case 0xB8: goto yy9350; + case 0xBA: goto yy15195; + case 0xBB: goto yy13331; + case 0xBF: goto yy15196; + default: goto yy2; + } +yy17660: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0xAC: goto yy17102; + case 0xAD: goto yy16084; + case 0xAE: goto yy17103; + case 0xAF: goto yy17104; + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB3: + case 0xBA: goto yy14178; + case 0xB4: goto yy16087; + case 0xB5: goto yy16088; + case 0xB6: goto yy16089; + case 0xB7: goto yy17105; + case 0xB8: goto yy15768; + case 0xB9: goto yy17792; + case 0xBB: goto yy16092; + case 0xBC: goto yy17793; + case 0xBD: goto yy17109; + case 0xBF: goto yy15230; + default: goto yy2; + } +yy17661: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } + } + } else { + if (yych <= '|') { + if (yych <= 'k') { + if (yych == '`') goto yy114; + goto yy1567; + } else { + if (yych <= 'l') goto yy17794; + if (yych <= 'z') goto yy1567; + if (yych <= '{') goto yy57; + goto yy114; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy114; + if (yych <= 0xC1) goto yy57; + goto yy1218; + } else { + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy114; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17662: + yych = *++YYCURSOR; + if (yych == 'l') goto yy17795; + goto yy2; +yy17663: + yych = *++YYCURSOR; + if (yych <= '/') goto yy17458; + if (yych <= '9') goto yy17796; + goto yy17458; +yy17664: + yych = *++YYCURSOR; + if (yych <= '/') goto yy16838; + if (yych <= '9') goto yy17796; + goto yy16838; +yy17665: + yyaccept = 27; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '*') { + if (yych == '%') goto yy147; + goto yy17458; + } else { + if (yych == ',') goto yy17458; + if (yych <= '.') goto yy147; + goto yy17458; + } + } else { + if (yych <= '^') { + if (yych <= '9') goto yy17797; + if (yych <= '?') goto yy17458; + if (yych <= 'Z') goto yy147; + goto yy17458; + } else { + if (yych == '`') goto yy17458; + if (yych <= 'z') goto yy147; + goto yy17458; + } + } +yy17666: + yyaccept = 26; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '*') { + if (yych == '%') goto yy147; + goto yy16838; + } else { + if (yych == ',') goto yy16838; + if (yych <= '.') goto yy147; + goto yy16838; + } + } else { + if (yych <= '^') { + if (yych <= '9') goto yy17797; + if (yych <= '?') goto yy16838; + if (yych <= 'Z') goto yy147; + goto yy16838; + } else { + if (yych == '`') goto yy16838; + if (yych <= 'z') goto yy147; + goto yy16838; + } + } +yy17667: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy5661; + goto yy17351; + } else { + if (yych == '%') goto yy146; + goto yy5661; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy17351; + goto yy5661; + } else { + if (yych <= '+') goto yy5688; + if (yych <= ',') goto yy5661; + goto yy17452; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych >= '/') goto yy17351; + } else { + if (yych <= '9') goto yy17798; + if (yych <= '?') goto yy5661; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy5688; + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy17668: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy5661; + goto yy5688; + } else { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy146; + goto yy5661; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17798; + if (yych <= '?') goto yy5661; + if (yych <= '@') goto yy148; + goto yy5688; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy17669: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy1763; + goto yy2207; + } else { + if (yych <= ',') goto yy1763; + if (yych <= '-') goto yy146; + if (yych <= '.') goto yy3055; + goto yy1763; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17799; + if (yych <= '?') goto yy1763; + if (yych <= '@') goto yy148; + goto yy2209; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy17670: + yyaccept = 27; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych <= '#') goto yy17458; + if (yych <= '$') goto yy534; + if (yych <= '%') goto yy146; + goto yy17458; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy17458; + if (yych <= '-') goto yy783; + goto yy172; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy17458; + if (yych <= '9') goto yy17800; + if (yych <= ';') goto yy17458; + goto yy534; + } else { + if (yych <= '?') goto yy17458; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy781; + goto yy17458; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych == '_') goto yy781; + if (yych <= '`') goto yy534; + goto yy781; + } else { + if (yych == '|') goto yy534; + if (yych <= '}') goto yy17458; + goto yy534; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xC1) goto yy17458; + if (yych <= 0xE4) goto yy534; + if (yych <= 0xE9) goto yy17458; + goto yy534; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEE) goto yy17458; + goto yy534; + } else { + if (yych == 0xF3) goto yy534; + goto yy17458; + } + } + } + } +yy17671: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '-') { + if (yych <= '\'') { + if (yych <= ' ') { + if (yych <= 0x1F) goto yy5661; + goto yy17351; + } else { + if (yych == '%') goto yy146; + goto yy5661; + } + } else { + if (yych <= '*') { + if (yych <= ')') goto yy17351; + goto yy5661; + } else { + if (yych <= '+') goto yy5688; + if (yych <= ',') goto yy5661; + goto yy17452; + } + } + } else { + if (yych <= '@') { + if (yych <= '/') { + if (yych <= '.') goto yy17668; + goto yy17351; + } else { + if (yych <= '9') goto yy17801; + if (yych <= '?') goto yy5661; + goto yy148; + } + } else { + if (yych <= '_') { + if (yych <= 'Z') goto yy5688; + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy17672: + yych = *++YYCURSOR; + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy1763; + goto yy2207; + } else { + if (yych <= ',') goto yy1763; + if (yych <= '-') goto yy146; + if (yych <= '.') goto yy3055; + goto yy1763; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17802; + if (yych <= '?') goto yy1763; + if (yych <= '@') goto yy148; + goto yy2209; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy1763; + goto yy2207; + } else { + if (yych <= '`') goto yy1763; + if (yych <= 'z') goto yy2209; + goto yy1763; + } + } + } +yy17673: + yyaccept = 26; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych <= '#') goto yy16838; + if (yych <= '$') goto yy534; + if (yych <= '%') goto yy146; + goto yy16838; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy16838; + if (yych <= '-') goto yy783; + goto yy172; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy16838; + if (yych <= '9') goto yy17800; + if (yych <= ';') goto yy16838; + goto yy534; + } else { + if (yych <= '?') goto yy16838; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy781; + goto yy16838; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych == '_') goto yy781; + if (yych <= '`') goto yy534; + goto yy781; + } else { + if (yych == '|') goto yy534; + if (yych <= '}') goto yy16838; + goto yy534; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xC1) goto yy16838; + if (yych <= 0xE4) goto yy534; + if (yych <= 0xE9) goto yy16838; + goto yy534; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEE) goto yy16838; + goto yy534; + } else { + if (yych == 0xF3) goto yy534; + goto yy16838; + } + } + } + } +yy17674: + yyaccept = 27; + yych = *(YYMARKER = ++YYCURSOR); + if (yybm[256+yych] & 16) { + goto yy170; + } + if (yych <= '`') { + if (yych <= '.') { + if (yych <= '%') { + if (yych <= '#') goto yy17458; + if (yych <= '$') goto yy111; + goto yy146; + } else { + if (yych <= ',') goto yy17458; + if (yych <= '-') goto yy146; + goto yy172; + } + } else { + if (yych <= '?') { + if (yych <= ';') goto yy17458; + if (yych <= '>') goto yy111; + goto yy17458; + } else { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy182; + if (yych <= ']') goto yy17458; + goto yy111; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= '|') { + if (yych <= 'z') goto yy182; + if (yych <= '{') goto yy17458; + goto yy111; + } else { + if (yych == '~') goto yy111; + if (yych <= 0xC1) goto yy17458; + goto yy111; + } + } else { + if (yych <= 0xEE) { + if (yych == 0xEA) goto yy111; + goto yy17458; + } else { + if (yych <= 0xF0) goto yy111; + if (yych == 0xF3) goto yy111; + goto yy17458; + } + } + } +yy17675: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCE) { + if (yych <= '@') { + if (yych <= '+') { + if (yych <= '&') { + if (yych == '%') goto yy146; + goto yy5661; + } else { + if (yych <= '\'') goto yy200; + if (yych <= '*') goto yy5661; + goto yy5688; + } + } else { + if (yych <= '.') { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy867; + goto yy3056; + } else { + if (yych <= '/') goto yy5661; + if (yych <= '9') goto yy17803; + if (yych <= '?') goto yy5661; + goto yy148; + } + } + } else { + if (yych <= 0xC1) { + if (yych <= '_') { + if (yych <= 'Z') goto yy5690; + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5690; + goto yy5661; + } + } else { + if (yych <= 0xC9) { + if (yych <= 0xC2) goto yy5692; + if (yych <= 0xC3) goto yy5693; + goto yy5694; + } else { + if (yych <= 0xCA) goto yy5695; + if (yych <= 0xCC) goto yy5661; + if (yych <= 0xCD) goto yy5696; + goto yy5697; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD5) { + if (yych <= 0xD2) { + if (yych <= 0xCF) goto yy5698; + if (yych <= 0xD1) goto yy5694; + goto yy5699; + } else { + if (yych <= 0xD3) goto yy5694; + if (yych <= 0xD4) goto yy5700; + goto yy5701; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD6) goto yy5702; + if (yych <= 0xD7) goto yy5703; + goto yy5704; + } else { + if (yych <= 0xD9) goto yy5705; + if (yych <= 0xDA) goto yy5694; + if (yych <= 0xDB) goto yy5706; + goto yy5707; + } + } + } else { + if (yych <= 0xE2) { + if (yych <= 0xDF) { + if (yych <= 0xDD) goto yy5708; + if (yych <= 0xDE) goto yy5709; + goto yy5710; + } else { + if (yych <= 0xE0) goto yy5711; + if (yych <= 0xE1) goto yy5712; + goto yy5713; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xE3) goto yy5714; + if (yych <= 0xE9) goto yy5661; + goto yy5715; + } else { + if (yych <= 0xEE) goto yy5661; + if (yych <= 0xEF) goto yy5716; + if (yych <= 0xF0) goto yy5717; + goto yy5661; + } + } + } + } +yy17676: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy16953; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17677: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8A) { + if (yych == 0x86) goto yy16953; + goto yy2; + } else { + if (yych <= 0x8D) goto yy10684; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17678: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x93) { + if (yych <= 0x8F) goto yy2; + goto yy16953; + } else { + if (yych <= 0x97) goto yy2; + if (yych <= 0x99) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xA7) { + if (yych <= 0xA4) goto yy2930; + if (yych <= 0xA6) goto yy2; + goto yy2930; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } +yy17679: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x92) goto yy17037; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy17680: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych == 0x93) goto yy2930; + goto yy2; + } + } else { + if (yych <= 0xB1) { + if (yych <= 0xAF) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB2) goto yy16953; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } + } +yy17681: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych <= 0x92) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy10684; + if (yych <= 0x91) goto yy2; + goto yy2930; + } else { + if (yych == 0x95) goto yy2930; + if (yych <= 0xA1) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0xA9) { + if (yych <= 0xA3) goto yy16953; + if (yych <= 0xA6) goto yy10684; + if (yych <= 0xA8) goto yy2; + goto yy10684; + } else { + if (yych <= 0xB4) { + if (yych <= 0xAF) goto yy2; + goto yy17360; + } else { + if (yych <= 0xB5) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } + } +yy17682: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy2930; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy16953; + goto yy2930; + } + } + } else { + if (yych <= 0x9E) { + if (yych == 0x9A) goto yy2930; + if (yych <= 0x9B) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy17360; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17683: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA7) { + if (yych <= 0x8B) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0xA6) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xBD) { + if (yych == 0xBB) goto yy2; + goto yy17360; + } else { + if (yych == 0xBF) goto yy17360; + goto yy2; + } + } +yy17684: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8D) goto yy17360; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x9D) goto yy17360; + goto yy2; +yy17685: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xBA) goto yy17360; + goto yy2; +yy17686: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy17360; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17687: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy17360; + if (yych == 0xA0) goto yy7354; + goto yy2; +yy17688: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17689: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy17360; + if (yych <= 0x81) goto yy2; + goto yy17360; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy17360; + if (yych <= 0xBA) goto yy7354; + goto yy2; + } +yy17690: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy17360; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17691: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy17360; + if (yych <= 0x87) goto yy2; + if (yych <= 0x8F) goto yy17360; + goto yy2; +yy17692: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9D) goto yy17360; + goto yy2; +yy17693: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA7) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17694: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA3) goto yy17360; + goto yy2; +yy17695: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB6) goto yy17360; + goto yy2; +yy17696: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy17360; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xA7) goto yy17360; + goto yy2; +yy17697: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy17360; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xBB) { + if (yych <= 0xB6) goto yy2; + if (yych <= 0xB8) goto yy17360; + goto yy2; + } else { + if (yych <= 0xBC) goto yy17360; + if (yych == 0xBF) goto yy17360; + goto yy2; + } + } +yy17698: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy17360; + goto yy2; + } else { + if (yych <= 0xB6) goto yy17360; + if (yych <= 0xB8) goto yy7354; + goto yy2; + } +yy17699: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy17360; + goto yy2; +yy17700: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych == 0xB3) goto yy2; + if (yych <= 0xB5) goto yy17360; + goto yy2; +yy17701: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy17360; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB9) goto yy17360; + goto yy2; +yy17702: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB7) goto yy17360; + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17703: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy17360; + if (yych <= 0x83) goto yy7354; + goto yy2; + } else { + if (yych <= 0x86) goto yy7354; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy7354; + goto yy17360; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy17360; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy7354; + } else { + if (yych == 0xBF) goto yy7354; + goto yy2; + } + } + } +yy17704: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBC) goto yy17360; + goto yy2; +yy17705: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9C) goto yy17360; + goto yy2; +yy17706: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xA4) goto yy17360; + if (yych <= 0xA6) goto yy7354; + goto yy2; + } +yy17707: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy17360; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xB2) goto yy17360; + goto yy2; +yy17708: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy17360; + goto yy2; +yy17709: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy17360; + goto yy2; +yy17710: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB2) goto yy17360; + goto yy2; +yy17711: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xB7) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy17712: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xAF) goto yy17360; + if (yych <= 0xBA) goto yy7354; + goto yy2; +yy17713: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xA8) goto yy17360; + goto yy2; +yy17714: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xA6) goto yy17360; + if (yych <= 0xB4) goto yy7354; + goto yy2; +yy17715: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy17360; + goto yy7354; + } else { + if (yych == 0xB6) goto yy17360; + goto yy2; + } +yy17716: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy7354; + if (yych <= 0xB2) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy17717: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy7354; + } else { + if (yych <= 0x84) goto yy17360; + if (yych <= 0x89) goto yy2; + goto yy7354; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy17360; + } else { + if (yych == 0x9C) goto yy17360; + goto yy2; + } + } +yy17718: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy17360; + goto yy2; + } else { + if (yych <= 0xAB) goto yy17360; + if (yych <= 0xB7) goto yy7354; + goto yy2; + } +yy17719: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych <= 0x87) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy17360; + goto yy2; + } else { + if (yych == 0x89) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8E) goto yy2; + if (yych <= 0x9D) goto yy17360; + goto yy2; + } else { + if (yych <= 0xA8) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17720: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy17360; + if (yych <= 0xAA) goto yy7354; + goto yy2; +yy17721: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + if (yych <= 0x84) goto yy2; + goto yy17360; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy17360; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy17360; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy17360; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy7354; + } else { + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } + } + } +yy17722: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy7354; + if (yych <= 0x86) goto yy2; + goto yy7354; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy7354; + } else { + if (yych == 0x90) goto yy17360; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy7354; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy7354; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy7354; + goto yy2; + } + } + } +yy17723: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy17360; + if (yych <= 0xBF) goto yy7354; + goto yy2; +yy17724: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy7354; + goto yy17360; + } else { + if (yych == 0x87) goto yy17360; + goto yy2; + } +yy17725: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy17726: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy7354; + goto yy2; + } else { + if (yych <= 0x9B) goto yy17360; + if (yych <= 0x9D) goto yy7354; + goto yy2; + } +yy17727: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy7354; + if (yych == 0x84) goto yy17360; + goto yy2; +yy17728: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy17360; + if (yych <= 0xB7) goto yy7354; + goto yy2; +yy17729: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17730: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9F) goto yy17360; + if (yych == 0xBF) goto yy17360; + goto yy2; +yy17731: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xB8) goto yy17360; + goto yy2; +yy17732: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x99) goto yy17360; + goto yy2; +yy17733: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy17360; + goto yy2; +yy17734: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy17360; + goto yy2; +yy17735: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x86) goto yy17360; + goto yy2; +yy17736: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy7354; + goto yy2; +yy17737: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy17360; + goto yy7354; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy7354; + goto yy2; + } +yy17738: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy7354; + goto yy2; + } else { + if (yych <= 0xB7) goto yy17360; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17739: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8F) goto yy17360; + goto yy2; +yy17740: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy17360; + goto yy2; + } else { + if (yych <= 0x90) goto yy17360; + if (yych <= 0xBE) goto yy7354; + goto yy2; + } +yy17741: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xBC) goto yy17360; + goto yy2; +yy17742: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy17360; + goto yy2; + } else { + if (yych <= 0x99) goto yy17360; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy7354; + goto yy2; + } +yy17743: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x95) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17744: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x9D) goto yy2; + goto yy17360; + } else { + if (yych == 0xA2) goto yy17360; + if (yych <= 0xA4) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xA8) goto yy2; + if (yych == 0xAD) goto yy2; + goto yy17360; + } else { + if (yych <= 0xBB) { + if (yych <= 0xBA) goto yy2; + goto yy17360; + } else { + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } + } +yy17745: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17746: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x94) { + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x85) goto yy17360; + goto yy2; + } else { + if (yych <= 0x8A) goto yy17360; + if (yych <= 0x8C) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0x9D) { + if (yych <= 0x95) goto yy2; + if (yych <= 0x9C) goto yy17360; + goto yy2; + } else { + if (yych == 0xBA) goto yy2; + if (yych <= 0xBE) goto yy17360; + goto yy2; + } + } +yy17747: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x86) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x85) goto yy2; + goto yy17360; + } else { + if (yych <= 0x90) { + if (yych <= 0x89) goto yy2; + goto yy17360; + } else { + if (yych <= 0x91) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17748: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xA5) goto yy17360; + if (yych <= 0xA7) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; +yy17749: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy7354; + goto yy17360; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy7354; + goto yy17360; + } else { + if (yych <= 0xBB) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17750: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy17360; + goto yy7354; + } else { + if (yych == 0xB5) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17751: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy17360; + goto yy7354; + } else { + if (yych == 0xAF) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17752: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy17360; + goto yy7354; + } else { + if (yych == 0xA9) goto yy7354; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17753: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy7354; + if (yych <= 0x8B) goto yy17360; + goto yy2; +yy17754: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy17360; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy7354; + goto yy2; +yy17755: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA6) { + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x84) goto yy2; + goto yy17360; + } else { + if (yych <= 0xA2) { + if (yych <= 0xA0) goto yy2; + goto yy17360; + } else { + if (yych == 0xA4) goto yy17360; + goto yy2; + } + } + } else { + if (yych <= 0xB7) { + if (yych <= 0xA8) { + if (yych <= 0xA7) goto yy17360; + goto yy2; + } else { + if (yych == 0xB3) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB8) goto yy2; + goto yy17360; + } else { + if (yych == 0xBB) goto yy17360; + goto yy2; + } + } + } +yy17756: + ++YYCURSOR; + yych = *YYCURSOR; + switch (yych) { + case 0x82: + case 0x87: + case 0x89: + case 0x8B: + case 0x8D: + case 0x8E: + case 0x8F: + case 0x91: + case 0x92: + case 0x94: + case 0x97: + case 0x99: + case 0x9B: + case 0x9D: + case 0x9F: + case 0xA1: + case 0xA2: + case 0xA4: + case 0xA7: + case 0xA8: + case 0xA9: + case 0xAA: + case 0xAC: + case 0xAD: + case 0xAE: + case 0xAF: + case 0xB0: + case 0xB1: + case 0xB2: + case 0xB4: + case 0xB5: + case 0xB6: + case 0xB7: + case 0xB9: + case 0xBA: + case 0xBB: + case 0xBC: + case 0xBE: goto yy17360; + default: goto yy2; + } +yy17757: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA0) { + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + goto yy17360; + } else { + if (yych <= 0x8A) goto yy2; + if (yych <= 0x9B) goto yy17360; + goto yy2; + } + } else { + if (yych <= 0xA9) { + if (yych == 0xA4) goto yy2; + goto yy17360; + } else { + if (yych <= 0xAA) goto yy2; + if (yych <= 0xBB) goto yy17360; + goto yy2; + } + } +yy17758: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x90) goto yy17360; + if (yych == 0xA0) goto yy10684; + goto yy2; +yy17759: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych == 0x80) goto yy17360; + if (yych <= 0x81) goto yy2; + goto yy17360; + } else { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB5) goto yy17360; + if (yych <= 0xBA) goto yy10684; + goto yy2; + } +yy17760: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x95) goto yy17360; + goto yy2; + } else { + if (yych <= 0xB6) goto yy17360; + if (yych <= 0xB8) goto yy10684; + goto yy2; + } +yy17761: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x93) { + if (yych <= 0x84) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy17360; + if (yych <= 0x83) goto yy10684; + goto yy2; + } else { + if (yych <= 0x86) goto yy10684; + if (yych <= 0x8B) goto yy2; + if (yych <= 0x8F) goto yy10684; + goto yy17360; + } + } else { + if (yych <= 0xB3) { + if (yych <= 0x94) goto yy2; + if (yych == 0x98) goto yy2; + goto yy17360; + } else { + if (yych <= 0xBA) { + if (yych <= 0xB7) goto yy2; + goto yy10684; + } else { + if (yych == 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17762: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x87) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xA4) goto yy17360; + if (yych <= 0xA6) goto yy10684; + goto yy2; + } +yy17763: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xB7) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy17764: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xAF) goto yy17360; + if (yych <= 0xBA) goto yy10684; + goto yy2; +yy17765: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xA6) goto yy17360; + if (yych <= 0xB4) goto yy10684; + goto yy2; +yy17766: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB3) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0xB2) goto yy17360; + goto yy10684; + } else { + if (yych == 0xB6) goto yy17360; + goto yy2; + } +yy17767: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x82) goto yy10684; + if (yych <= 0xB2) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy17768: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8C) { + if (yych <= 0x80) { + if (yych <= 0x7F) goto yy2; + goto yy10684; + } else { + if (yych <= 0x84) goto yy17360; + if (yych <= 0x89) goto yy2; + goto yy10684; + } + } else { + if (yych <= 0x9A) { + if (yych <= 0x99) goto yy2; + goto yy17360; + } else { + if (yych == 0x9C) goto yy17360; + goto yy2; + } + } +yy17769: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x92) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x91) goto yy17360; + goto yy2; + } else { + if (yych <= 0xAB) goto yy17360; + if (yych <= 0xB7) goto yy10684; + goto yy2; + } +yy17770: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x9E) goto yy17360; + if (yych <= 0xAA) goto yy10684; + goto yy2; +yy17771: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA9) { + if (yych <= 0x8C) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + if (yych <= 0x84) goto yy2; + goto yy17360; + } else { + if (yych <= 0x90) { + if (yych <= 0x8E) goto yy2; + goto yy17360; + } else { + if (yych <= 0x92) goto yy2; + if (yych <= 0xA8) goto yy17360; + goto yy2; + } + } + } else { + if (yych <= 0xB9) { + if (yych <= 0xB1) { + if (yych <= 0xB0) goto yy17360; + goto yy2; + } else { + if (yych == 0xB4) goto yy2; + goto yy17360; + } + } else { + if (yych <= 0xBC) { + if (yych <= 0xBB) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBD) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17772: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x96) { + if (yych <= 0x88) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8D) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych == 0x90) goto yy17360; + goto yy2; + } + } + } else { + if (yych <= 0xA3) { + if (yych <= 0x97) goto yy10684; + if (yych <= 0x9C) goto yy2; + if (yych <= 0xA1) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xAC) { + if (yych <= 0xA5) goto yy2; + goto yy10684; + } else { + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; + } + } + } +yy17773: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy17360; + if (yych <= 0xBF) goto yy10684; + goto yy2; +yy17774: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x85) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x83) goto yy10684; + goto yy17360; + } else { + if (yych == 0x87) goto yy17360; + goto yy2; + } +yy17775: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB5) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAE) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xB7) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy17776: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x97) { + if (yych == 0x80) goto yy10684; + goto yy2; + } else { + if (yych <= 0x9B) goto yy17360; + if (yych <= 0x9D) goto yy10684; + goto yy2; + } +yy17777: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych == 0x80) goto yy10684; + if (yych == 0x84) goto yy17360; + goto yy2; +yy17778: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAA) goto yy17360; + if (yych <= 0xB7) goto yy10684; + goto yy2; +yy17779: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) goto yy2; + if (yych <= 0xAD) goto yy17360; + if (yych <= 0xAF) goto yy2; + if (yych <= 0xB4) goto yy10684; + goto yy2; +yy17780: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xB6) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0xAF) goto yy17360; + goto yy10684; + } else { + if (yych <= 0xBB) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } +yy17781: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA2) { + if (yych == 0x85) goto yy10684; + goto yy2; + } else { + if (yych <= 0xB7) goto yy17360; + if (yych <= 0xBC) goto yy2; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17782: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy17360; + goto yy2; + } else { + if (yych <= 0x90) goto yy17360; + if (yych <= 0xBE) goto yy10684; + goto yy2; + } +yy17783: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy17360; + goto yy2; + } else { + if (yych <= 0x99) goto yy17360; + if (yych <= 0x9B) goto yy2; + if (yych <= 0x9E) goto yy10684; + goto yy2; + } +yy17784: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x9A) { + if (yych <= 0x7F) goto yy2; + if (yych == 0x81) goto yy10684; + goto yy17360; + } else { + if (yych <= 0xBA) { + if (yych <= 0x9B) goto yy10684; + goto yy17360; + } else { + if (yych <= 0xBB) goto yy10684; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } + } +yy17785: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x95) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x94) goto yy17360; + goto yy10684; + } else { + if (yych == 0xB5) goto yy10684; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17786: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8F) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x8E) goto yy17360; + goto yy10684; + } else { + if (yych == 0xAF) goto yy10684; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17787: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x89) { + if (yych <= 0x7F) goto yy2; + if (yych <= 0x88) goto yy17360; + goto yy10684; + } else { + if (yych == 0xA9) goto yy10684; + if (yych <= 0xBF) goto yy17360; + goto yy2; + } +yy17788: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych == 0x83) goto yy10684; + if (yych <= 0x8B) goto yy17360; + goto yy2; +yy17789: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x84) goto yy17360; + if (yych <= 0x8F) goto yy2; + if (yych <= 0x96) goto yy10684; + goto yy2; +yy17790: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x7F) goto yy2; + if (yych <= 0x80) goto yy9303; + if (yych <= 0xBF) goto yy14174; + goto yy2; +yy17791: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8D) { + if (yych == 0x86) goto yy9303; + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x99) { + if (yych <= 0x8F) goto yy2; + goto yy843; + } else { + if (yych <= 0x9F) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy17792: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0xA3) { + if (yych <= 0x91) { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8F) goto yy10684; + goto yy2; + } else { + if (yych <= 0x92) goto yy1087; + if (yych <= 0xA1) goto yy2; + if (yych <= 0xA2) goto yy10684; + goto yy9303; + } + } else { + if (yych <= 0xAF) { + if (yych <= 0xA6) goto yy10684; + if (yych == 0xA9) goto yy10684; + goto yy2; + } else { + if (yych == 0xB5) goto yy2; + if (yych <= 0xBF) goto yy14174; + goto yy2; + } + } +yy17793: + ++YYCURSOR; + yych = *YYCURSOR; + if (yych <= 0x8E) { + if (yych <= 0x87) { + if (yych == 0x84) goto yy10684; + if (yych <= 0x86) goto yy2; + goto yy1087; + } else { + if (yych <= 0x8B) { + if (yych <= 0x8A) goto yy2; + goto yy10684; + } else { + if (yych <= 0x8C) goto yy2; + if (yych <= 0x8D) goto yy9303; + goto yy1087; + } + } + } else { + if (yych <= 0x9E) { + if (yych <= 0x8F) goto yy2; + if (yych <= 0x99) goto yy843; + if (yych <= 0x9B) goto yy2; + goto yy10684; + } else { + if (yych <= 0xBA) { + if (yych <= 0xA0) goto yy2; + goto yy14174; + } else { + if (yych <= 0xBD) goto yy2; + if (yych <= 0xBF) goto yy10684; + goto yy2; + } + } + } +yy17794: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } + } + } else { + if (yych <= '|') { + if (yych <= 'k') { + if (yych == '`') goto yy114; + goto yy1567; + } else { + if (yych <= 'l') goto yy17804; + if (yych <= 'z') goto yy1567; + if (yych <= '{') goto yy57; + goto yy114; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy114; + if (yych <= 0xC1) goto yy57; + goto yy1218; + } else { + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy114; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17795: + yych = *++YYCURSOR; + if (yych == 'l') goto yy17805; + goto yy2; +yy17796: + yych = *++YYCURSOR; + goto yy17458; +yy17797: + yyaccept = 27; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '*') { + if (yych == '%') goto yy147; + goto yy17458; + } else { + if (yych == ',') goto yy17458; + if (yych <= '.') goto yy147; + goto yy17458; + } + } else { + if (yych <= '^') { + if (yych <= '9') goto yy147; + if (yych <= '?') goto yy17458; + if (yych <= 'Z') goto yy147; + goto yy17458; + } else { + if (yych == '`') goto yy17458; + if (yych <= 'z') goto yy147; + goto yy17458; + } + } +yy17798: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy5661; + goto yy5688; + } else { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy3055; + goto yy5661; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17806; + if (yych <= '?') goto yy5661; + if (yych <= '@') goto yy148; + goto yy5688; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy17799: + yyaccept = 27; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych <= '#') goto yy17458; + if (yych <= '$') goto yy1763; + if (yych <= '%') goto yy146; + goto yy17458; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy17458; + if (yych <= '-') goto yy146; + goto yy3055; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy17458; + if (yych <= '9') goto yy17807; + if (yych <= ';') goto yy17458; + goto yy1763; + } else { + if (yych <= '?') goto yy17458; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2209; + goto yy17458; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych == '_') goto yy2207; + if (yych <= '`') goto yy1763; + goto yy2209; + } else { + if (yych == '|') goto yy1763; + if (yych <= '}') goto yy17458; + goto yy1763; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xC1) goto yy17458; + if (yych <= 0xE4) goto yy1763; + if (yych <= 0xE9) goto yy17458; + goto yy1763; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEE) goto yy17458; + goto yy1763; + } else { + if (yych == 0xF3) goto yy1763; + goto yy17458; + } + } + } + } +yy17800: + yyaccept = 27; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych <= '#') goto yy17458; + if (yych <= '$') goto yy534; + if (yych <= '%') goto yy146; + goto yy17458; + } else { + if (yych <= '+') goto yy781; + if (yych <= ',') goto yy17458; + if (yych <= '-') goto yy783; + goto yy172; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy17458; + if (yych <= '9') goto yy781; + if (yych <= ';') goto yy17458; + goto yy534; + } else { + if (yych <= '?') goto yy17458; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy781; + goto yy17458; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych == '_') goto yy781; + if (yych <= '`') goto yy534; + goto yy781; + } else { + if (yych == '|') goto yy534; + if (yych <= '}') goto yy17458; + goto yy534; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xC1) goto yy17458; + if (yych <= 0xE4) goto yy534; + if (yych <= 0xE9) goto yy17458; + goto yy534; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEE) goto yy17458; + goto yy534; + } else { + if (yych == 0xF3) goto yy534; + goto yy17458; + } + } + } + } +yy17801: + yyaccept = 21; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= '/') { + if (yych <= '+') { + if (yych == '%') goto yy146; + if (yych <= '*') goto yy5661; + goto yy5688; + } else { + if (yych <= ',') goto yy5661; + if (yych <= '-') goto yy783; + if (yych <= '.') goto yy3055; + goto yy5661; + } + } else { + if (yych <= 'Z') { + if (yych <= '9') goto yy17808; + if (yych <= '?') goto yy5661; + if (yych <= '@') goto yy148; + goto yy5688; + } else { + if (yych <= '_') { + if (yych <= '^') goto yy5661; + goto yy5688; + } else { + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5688; + goto yy5661; + } + } + } +yy17802: + yyaccept = 26; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych <= '#') goto yy16838; + if (yych <= '$') goto yy1763; + if (yych <= '%') goto yy146; + goto yy16838; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy16838; + if (yych <= '-') goto yy146; + goto yy3055; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy16838; + if (yych <= '9') goto yy17807; + if (yych <= ';') goto yy16838; + goto yy1763; + } else { + if (yych <= '?') goto yy16838; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2209; + goto yy16838; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych == '_') goto yy2207; + if (yych <= '`') goto yy1763; + goto yy2209; + } else { + if (yych == '|') goto yy1763; + if (yych <= '}') goto yy16838; + goto yy1763; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xC1) goto yy16838; + if (yych <= 0xE4) goto yy1763; + if (yych <= 0xE9) goto yy16838; + goto yy1763; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEE) goto yy16838; + goto yy1763; + } else { + if (yych == 0xF3) goto yy1763; + goto yy16838; + } + } + } + } +yy17803: + yyaccept = 26; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= '?') { + if (yych <= '+') { + if (yych <= '%') { + if (yych <= '#') goto yy16838; + if (yych <= '$') goto yy5661; + goto yy146; + } else { + if (yych == '\'') goto yy200; + if (yych <= '*') goto yy16838; + goto yy5688; + } + } else { + if (yych <= '/') { + if (yych <= ',') goto yy16838; + if (yych <= '-') goto yy867; + if (yych <= '.') goto yy3056; + goto yy16838; + } else { + if (yych <= '9') goto yy5690; + if (yych <= ';') goto yy16838; + if (yych <= '>') goto yy5661; + goto yy16838; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy5690; + if (yych <= ']') goto yy16838; + goto yy5661; + } else { + if (yych <= '_') goto yy5688; + if (yych <= '`') goto yy5661; + if (yych <= 'z') goto yy5690; + goto yy16838; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy16838; + if (yych <= '~') goto yy5661; + goto yy16838; + } else { + if (yych <= 0xC2) goto yy5692; + if (yych <= 0xC3) goto yy5693; + if (yych <= 0xC9) goto yy5694; + goto yy5695; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy5661; + if (yych <= 0xCD) goto yy5696; + if (yych <= 0xCE) goto yy5697; + goto yy5698; + } else { + if (yych == 0xD2) goto yy5699; + if (yych <= 0xD3) goto yy5694; + goto yy5700; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy5701; + if (yych <= 0xD6) goto yy5702; + if (yych <= 0xD7) goto yy5703; + goto yy5704; + } else { + if (yych <= 0xD9) goto yy5705; + if (yych <= 0xDA) goto yy5694; + if (yych <= 0xDB) goto yy5706; + goto yy5707; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy5708; + if (yych <= 0xDE) goto yy5709; + if (yych <= 0xDF) goto yy5710; + goto yy5711; + } else { + if (yych <= 0xE1) goto yy5712; + if (yych <= 0xE2) goto yy5713; + if (yych <= 0xE3) goto yy5714; + goto yy5661; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy5715; + if (yych <= 0xEE) goto yy16838; + goto yy5716; + } else { + if (yych <= 0xF0) goto yy5717; + if (yych == 0xF3) goto yy5661; + goto yy16838; + } + } + } + } +yy17804: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCD) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } + } + } else { + if (yych <= '}') { + if (yych <= 'a') { + if (yych <= '_') goto yy1567; + if (yych <= '`') goto yy114; + goto yy17809; + } else { + if (yych <= 'z') goto yy1567; + if (yych == '|') goto yy114; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy114; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy1218; + goto yy1219; + } else { + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + if (yych <= 0xCC) goto yy114; + goto yy1220; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy1221; + if (yych <= 0xCF) goto yy1222; + goto yy926; + } else { + if (yych <= 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + if (yych <= 0xD4) goto yy932; + goto yy933; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + if (yych <= 0xD8) goto yy1226; + goto yy1227; + } else { + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + if (yych <= 0xDC) goto yy1229; + goto yy1230; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17805: + yych = *++YYCURSOR; + if (yych == 'a') goto yy17810; + goto yy2; +yy17806: + yyaccept = 27; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych <= '#') goto yy17458; + if (yych <= '$') goto yy5661; + if (yych <= '%') goto yy146; + goto yy17458; + } else { + if (yych <= '+') goto yy5688; + if (yych <= ',') goto yy17458; + if (yych <= '-') goto yy783; + goto yy3055; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy17458; + if (yych <= '9') goto yy17811; + if (yych <= ';') goto yy17458; + goto yy5661; + } else { + if (yych <= '?') goto yy17458; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy5688; + goto yy17458; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych == '_') goto yy5688; + if (yych <= '`') goto yy5661; + goto yy5688; + } else { + if (yych == '|') goto yy5661; + if (yych <= '}') goto yy17458; + goto yy5661; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xC1) goto yy17458; + if (yych <= 0xE4) goto yy5661; + if (yych <= 0xE9) goto yy17458; + goto yy5661; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEE) goto yy17458; + goto yy5661; + } else { + if (yych == 0xF3) goto yy5661; + goto yy17458; + } + } + } + } +yy17807: + yyaccept = 27; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych <= '#') goto yy17458; + if (yych <= '$') goto yy1763; + if (yych <= '%') goto yy146; + goto yy17458; + } else { + if (yych <= '+') goto yy2207; + if (yych <= ',') goto yy17458; + if (yych <= '-') goto yy146; + goto yy3055; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy17458; + if (yych <= '9') goto yy2207; + if (yych <= ';') goto yy17458; + goto yy1763; + } else { + if (yych <= '?') goto yy17458; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy2209; + goto yy17458; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych == '_') goto yy2207; + if (yych <= '`') goto yy1763; + goto yy2209; + } else { + if (yych == '|') goto yy1763; + if (yych <= '}') goto yy17458; + goto yy1763; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xC1) goto yy17458; + if (yych <= 0xE4) goto yy1763; + if (yych <= 0xE9) goto yy17458; + goto yy1763; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEE) goto yy17458; + goto yy1763; + } else { + if (yych == 0xF3) goto yy1763; + goto yy17458; + } + } + } + } +yy17808: + yyaccept = 26; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych <= '#') goto yy16838; + if (yych <= '$') goto yy5661; + if (yych <= '%') goto yy146; + goto yy16838; + } else { + if (yych <= '+') goto yy5688; + if (yych <= ',') goto yy16838; + if (yych <= '-') goto yy783; + goto yy3055; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy16838; + if (yych <= '9') goto yy17811; + if (yych <= ';') goto yy16838; + goto yy5661; + } else { + if (yych <= '?') goto yy16838; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy5688; + goto yy16838; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych == '_') goto yy5688; + if (yych <= '`') goto yy5661; + goto yy5688; + } else { + if (yych == '|') goto yy5661; + if (yych <= '}') goto yy16838; + goto yy5661; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xC1) goto yy16838; + if (yych <= 0xE4) goto yy5661; + if (yych <= 0xE9) goto yy16838; + goto yy5661; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEE) goto yy16838; + goto yy5661; + } else { + if (yych == 0xF3) goto yy5661; + goto yy16838; + } + } + } + } +yy17809: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } + } + } else { + if (yych <= '|') { + if (yych <= 'a') { + if (yych == '`') goto yy114; + goto yy1567; + } else { + if (yych <= 'b') goto yy17812; + if (yych <= 'z') goto yy1567; + if (yych <= '{') goto yy57; + goto yy114; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy114; + if (yych <= 0xC1) goto yy57; + goto yy1218; + } else { + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy114; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17810: + yych = *++YYCURSOR; + if (yych == 'b') goto yy17813; + goto yy2; +yy17811: + yyaccept = 27; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych <= '#') goto yy17458; + if (yych <= '$') goto yy5661; + if (yych <= '%') goto yy146; + goto yy17458; + } else { + if (yych <= '+') goto yy5688; + if (yych <= ',') goto yy17458; + if (yych <= '-') goto yy783; + goto yy3055; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy17458; + if (yych <= '9') goto yy5688; + if (yych <= ';') goto yy17458; + goto yy5661; + } else { + if (yych <= '?') goto yy17458; + if (yych <= '@') goto yy148; + if (yych <= 'Z') goto yy5688; + goto yy17458; + } + } + } else { + if (yych <= '~') { + if (yych <= 'z') { + if (yych == '_') goto yy5688; + if (yych <= '`') goto yy5661; + goto yy5688; + } else { + if (yych == '|') goto yy5661; + if (yych <= '}') goto yy17458; + goto yy5661; + } + } else { + if (yych <= 0xEA) { + if (yych <= 0xC1) goto yy17458; + if (yych <= 0xE4) goto yy5661; + if (yych <= 0xE9) goto yy17458; + goto yy5661; + } else { + if (yych <= 0xF0) { + if (yych <= 0xEE) goto yy17458; + goto yy5661; + } else { + if (yych == 0xF3) goto yy5661; + goto yy17458; + } + } + } + } +yy17812: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } + } + } else { + if (yych <= '|') { + if (yych <= 'k') { + if (yych == '`') goto yy114; + goto yy1567; + } else { + if (yych <= 'l') goto yy17814; + if (yych <= 'z') goto yy1567; + if (yych <= '{') goto yy57; + goto yy114; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy114; + if (yych <= 0xC1) goto yy57; + goto yy1218; + } else { + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy114; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17813: + yych = *++YYCURSOR; + if (yych == 'l') goto yy17815; + goto yy2; +yy17814: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } + } + } else { + if (yych <= '|') { + if (yych <= 'd') { + if (yych == '`') goto yy114; + goto yy1567; + } else { + if (yych <= 'e') goto yy17816; + if (yych <= 'z') goto yy1567; + if (yych <= '{') goto yy57; + goto yy114; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy114; + if (yych <= 0xC1) goto yy57; + goto yy1218; + } else { + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy114; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17815: + yych = *++YYCURSOR; + if (yych == 'e') goto yy17817; + goto yy2; +yy17816: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCD) { + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + goto yy57; + } else { + if (yych <= '>') goto yy114; + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + goto yy57; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych == '_') goto yy17818; + goto yy114; + } else { + if (yych <= 'z') goto yy1567; + if (yych == '|') goto yy114; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy114; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy1218; + goto yy1219; + } else { + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + if (yych <= 0xCC) goto yy114; + goto yy1220; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy1221; + if (yych <= 0xCF) goto yy1222; + goto yy926; + } else { + if (yych <= 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + if (yych <= 0xD4) goto yy932; + goto yy933; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + if (yych <= 0xD8) goto yy1226; + goto yy1227; + } else { + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + if (yych <= 0xDC) goto yy1229; + goto yy1230; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17817: + yych = *++YYCURSOR; + if (yych == '_') goto yy17819; + goto yy2; +yy17818: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } + } + } else { + if (yych <= '|') { + if (yych <= 'b') { + if (yych == '`') goto yy114; + goto yy1567; + } else { + if (yych <= 'c') goto yy17820; + if (yych <= 'z') goto yy1567; + if (yych <= '{') goto yy57; + goto yy114; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy114; + if (yych <= 0xC1) goto yy57; + goto yy1218; + } else { + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy114; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17819: + yych = *++YYCURSOR; + if (yych == 'c') goto yy17821; + goto yy2; +yy17820: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } + } + } else { + if (yych <= '|') { + if (yych <= 'k') { + if (yych == '`') goto yy114; + goto yy1567; + } else { + if (yych <= 'l') goto yy17822; + if (yych <= 'z') goto yy1567; + if (yych <= '{') goto yy57; + goto yy114; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy114; + if (yych <= 0xC1) goto yy57; + goto yy1218; + } else { + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy114; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17821: + yych = *++YYCURSOR; + if (yych == 'l') goto yy17823; + goto yy2; +yy17822: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCD) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } + } + } else { + if (yych <= '}') { + if (yych <= 'a') { + if (yych <= '_') goto yy1567; + if (yych <= '`') goto yy114; + goto yy17824; + } else { + if (yych <= 'z') goto yy1567; + if (yych == '|') goto yy114; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy114; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy1218; + goto yy1219; + } else { + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + if (yych <= 0xCC) goto yy114; + goto yy1220; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy1221; + if (yych <= 0xCF) goto yy1222; + goto yy926; + } else { + if (yych <= 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + if (yych <= 0xD4) goto yy932; + goto yy933; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + if (yych <= 0xD8) goto yy1226; + goto yy1227; + } else { + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + if (yych <= 0xDC) goto yy1229; + goto yy1230; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17823: + yych = *++YYCURSOR; + if (yych == 'a') goto yy17825; + goto yy2; +yy17824: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } + } + } else { + if (yych <= '|') { + if (yych <= 'r') { + if (yych == '`') goto yy114; + goto yy1567; + } else { + if (yych <= 's') goto yy17826; + if (yych <= 'z') goto yy1567; + if (yych <= '{') goto yy57; + goto yy114; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy114; + if (yych <= 0xC1) goto yy57; + goto yy1218; + } else { + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy114; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17825: + yych = *++YYCURSOR; + if (yych == 's') goto yy17827; + goto yy2; +yy17826: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= '^') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } + } + } else { + if (yych <= '|') { + if (yych <= 'r') { + if (yych == '`') goto yy114; + goto yy1567; + } else { + if (yych <= 's') goto yy17828; + if (yych <= 'z') goto yy1567; + if (yych <= '{') goto yy57; + goto yy114; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy114; + if (yych <= 0xC1) goto yy57; + goto yy1218; + } else { + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy114; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17827: + yych = *++YYCURSOR; + if (yych == 's') goto yy17829; + goto yy2; +yy17828: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCD) { + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + goto yy57; + } else { + if (yych <= '>') goto yy114; + if (yych <= '@') goto yy57; + if (yych <= 'Z') goto yy1567; + goto yy57; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych == '_') goto yy17830; + goto yy114; + } else { + if (yych <= 'z') goto yy1567; + if (yych == '|') goto yy114; + goto yy57; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy114; + if (yych <= 0xC1) goto yy57; + if (yych <= 0xC2) goto yy1218; + goto yy1219; + } else { + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + if (yych <= 0xCC) goto yy114; + goto yy1220; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy1221; + if (yych <= 0xCF) goto yy1222; + goto yy926; + } else { + if (yych <= 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + if (yych <= 0xD4) goto yy932; + goto yy933; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + if (yych <= 0xD8) goto yy1226; + goto yy1227; + } else { + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + if (yych <= 0xDC) goto yy1229; + goto yy1230; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17829: + yych = *++YYCURSOR; + if (yych == '_') goto yy17831; + goto yy2; +yy17830: + yyaccept = 10; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCA) { + if (yych <= 'U') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy57; + } else { + if (yych == ',') goto yy57; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy57; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy57; + goto yy114; + } else { + if (yych <= '@') goto yy57; + if (yych == 'L') goto yy17832; + goto yy1567; + } + } + } else { + if (yych <= '{') { + if (yych <= '^') { + if (yych <= 'V') goto yy17833; + if (yych <= 'Z') goto yy1567; + if (yych <= ']') goto yy57; + goto yy114; + } else { + if (yych == '`') goto yy114; + if (yych <= 'z') goto yy1567; + goto yy57; + } + } else { + if (yych <= 0xC1) { + if (yych == '}') goto yy57; + if (yych <= '~') goto yy114; + goto yy57; + } else { + if (yych <= 0xC2) goto yy1218; + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + goto yy927; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCC) goto yy114; + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy57; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy57; + } + } + } + } +yy17831: + yych = *++YYCURSOR; + if (yych == 'L') goto yy17834; + if (yych == 'V') goto yy10638; + goto yy2; +yy17832: + yyaccept = 24; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= 'Z') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy10637; + } else { + if (yych == ',') goto yy10637; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy10637; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy10637; + goto yy114; + } else { + if (yych <= '@') goto yy10637; + if (yych == 'V') goto yy17835; + goto yy1567; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= ']') goto yy10637; + if (yych <= '^') goto yy114; + goto yy1567; + } else { + if (yych <= '`') goto yy114; + if (yych <= 'z') goto yy1567; + if (yych <= '{') goto yy10637; + goto yy114; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy114; + if (yych <= 0xC1) goto yy10637; + goto yy1218; + } else { + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy114; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy10637; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy10637; + } + } + } + } +yy17833: + yyaccept = 24; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCD) { + if (yych <= ']') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy10637; + } else { + if (yych == ',') goto yy10637; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= ';') { + if (yych <= '/') goto yy10637; + if (yych <= '9') goto yy1567; + goto yy10637; + } else { + if (yych <= '>') goto yy114; + if (yych <= '@') goto yy10637; + if (yych <= 'Z') goto yy1567; + goto yy10637; + } + } + } else { + if (yych <= '}') { + if (yych <= '`') { + if (yych == '_') goto yy1567; + goto yy114; + } else { + if (yych <= 'z') goto yy1567; + if (yych == '|') goto yy114; + goto yy10637; + } + } else { + if (yych <= 0xC3) { + if (yych <= '~') goto yy114; + if (yych <= 0xC1) goto yy10637; + if (yych <= 0xC2) goto yy1218; + goto yy1219; + } else { + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + if (yych <= 0xCC) goto yy114; + goto yy1220; + } + } + } + } else { + if (yych <= 0xDD) { + if (yych <= 0xD5) { + if (yych <= 0xD1) { + if (yych <= 0xCE) goto yy1221; + if (yych <= 0xCF) goto yy1222; + goto yy926; + } else { + if (yych <= 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + if (yych <= 0xD4) goto yy932; + goto yy933; + } + } else { + if (yych <= 0xD9) { + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + if (yych <= 0xD8) goto yy1226; + goto yy1227; + } else { + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + if (yych <= 0xDC) goto yy1229; + goto yy1230; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy10637; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy10637; + } + } + } + } +yy17834: + yych = *++YYCURSOR; + if (yych == 'V') goto yy17836; + goto yy10637; +yy17835: + yyaccept = 24; + yych = *(YYMARKER = ++YYCURSOR); + if (yych <= 0xCC) { + if (yych <= 'Z') { + if (yych <= '.') { + if (yych <= '*') { + if (yych == '$') goto yy114; + goto yy10637; + } else { + if (yych == ',') goto yy10637; + if (yych <= '-') goto yy114; + goto yy4042; + } + } else { + if (yych <= '>') { + if (yych <= '/') goto yy10637; + if (yych <= '9') goto yy1567; + if (yych <= ';') goto yy10637; + goto yy114; + } else { + if (yych <= '@') goto yy10637; + if (yych == 'T') goto yy17833; + goto yy1567; + } + } + } else { + if (yych <= '|') { + if (yych <= '_') { + if (yych <= ']') goto yy10637; + if (yych <= '^') goto yy114; + goto yy1567; + } else { + if (yych <= '`') goto yy114; + if (yych <= 'z') goto yy1567; + if (yych <= '{') goto yy10637; + goto yy114; + } + } else { + if (yych <= 0xC2) { + if (yych == '~') goto yy114; + if (yych <= 0xC1) goto yy10637; + goto yy1218; + } else { + if (yych <= 0xC3) goto yy1219; + if (yych <= 0xC9) goto yy926; + if (yych <= 0xCA) goto yy927; + goto yy114; + } + } + } + } else { + if (yych <= 0xDC) { + if (yych <= 0xD4) { + if (yych <= 0xCF) { + if (yych <= 0xCD) goto yy1220; + if (yych <= 0xCE) goto yy1221; + goto yy1222; + } else { + if (yych == 0xD2) goto yy1223; + if (yych <= 0xD3) goto yy926; + goto yy932; + } + } else { + if (yych <= 0xD8) { + if (yych <= 0xD5) goto yy933; + if (yych <= 0xD6) goto yy1224; + if (yych <= 0xD7) goto yy1225; + goto yy1226; + } else { + if (yych <= 0xD9) goto yy1227; + if (yych <= 0xDA) goto yy926; + if (yych <= 0xDB) goto yy1228; + goto yy1229; + } + } + } else { + if (yych <= 0xE4) { + if (yych <= 0xE0) { + if (yych <= 0xDD) goto yy1230; + if (yych <= 0xDE) goto yy1231; + if (yych <= 0xDF) goto yy1232; + goto yy1233; + } else { + if (yych <= 0xE1) goto yy1234; + if (yych <= 0xE2) goto yy1235; + if (yych <= 0xE3) goto yy1236; + goto yy114; + } + } else { + if (yych <= 0xEF) { + if (yych == 0xEA) goto yy1237; + if (yych <= 0xEE) goto yy10637; + goto yy1238; + } else { + if (yych <= 0xF0) goto yy1239; + if (yych == 0xF3) goto yy114; + goto yy10637; + } + } + } + } +yy17836: + ++YYCURSOR; + if ((yych = *YYCURSOR) == 'T') goto yy10638; + goto yy10637; +} +#line 214 "scanner.re" + + +} + +inline scanner_t scanner_from_string(const char *input, size_t len) { + unsigned char *s = (unsigned char *)input; + + scanner_t scanner; + scanner.src = s; + scanner.cursor = s; + scanner.start = s; + scanner.end = s + len; + + return scanner; +} + +void tokenize_add_tokens(token_array *tokens, const char *input, size_t len, bool keep_whitespace) { + scanner_t scanner = scanner_from_string(input, len); + + size_t token_start, token_length; + uint16_t token_type; + + size_t consumed = 0; + + while (consumed < len && (token_type = scan_token(&scanner)) != END) { + token_start = scanner.start - scanner.src; + token_length = scanner.cursor - scanner.start; + + if ((token_type == WHITESPACE && !keep_whitespace) || (token_type == INVALID_CHAR)) { + continue; + } + + token_t token; + token.offset = token_start; + token.len = token_length; + token.type = token_type; + + token_array_push(tokens, token); + + consumed += token_length; + } + +} + +token_array *tokenize_keep_whitespace(const char *input) { + token_array *tokens = token_array_new(); + tokenize_add_tokens(tokens, input, strlen(input), true); + return tokens; +} + +token_array *tokenize(const char *input) { + + token_array *tokens = token_array_new(); + + tokenize_add_tokens(tokens, input, strlen(input), false); + + return tokens; +} diff --git a/src/scanner.h b/src/scanner.h new file mode 100644 index 0000000..ac11368 --- /dev/null +++ b/src/scanner.h @@ -0,0 +1,28 @@ +#ifndef SCANNER_H +#define SCANNER_H + + + +#include +#include +#include + +#include "token_types.h" +#include "tokens.h" + +typedef struct scanner { + unsigned char *src, *cursor, *start, *end; +} scanner_t; + +uint16_t scan_token(scanner_t *s); + +scanner_t scanner_from_string(const char *input, size_t len); + +void tokenize_add_tokens(token_array *tokens, const char *input, size_t len, bool keep_whitespace); +token_array *tokenize_keep_whitespace(const char *input); +token_array *tokenize(const char *input); + + + + +#endif diff --git a/src/scanner.re b/src/scanner.re new file mode 100644 index 0000000..eae1286 --- /dev/null +++ b/src/scanner.re @@ -0,0 +1,271 @@ +#include +#include +#include + +#include "scanner.h" + +uint16_t scan_token(scanner_t *s) +{ + s->start = s->cursor; + unsigned char *marker = s->cursor; + +#define YYCTYPE unsigned char +#define YYCURSOR s->cursor +#define YYMARKER marker +#define YYLIMIT (s->end) +/*!re2c +re2c:yyfill:enable = 0; + +any = [^\u0000]; +newline = ("\r\n")|[\r\n\u2028\u2029\u000B\u000C\u0085]; + +ascii_letter = [A-Za-z]; +digit = [0-9]; + +control_chars = [\x00-\x1f\x7f-\x9f]; +other_format_chars = [\xad\u0600-\u0605\u061c\u06dd\u070f\u180e\u200b-\u200f\u202a-\u202e\u2060-\u2064\u2066-\u206f\ufeff\ufff9-\ufffb\U000110bd\U0001bca0-\U0001bca3\U0001d173-\U0001d17a\U000e0001\U000e0020-\U000e007f]; +other_private_use_chars = [\ue000\uf8ff\U000f0000\U000ffffd\U00100000\U0010fffd]; +other_surrogate_chars = [\ud800\udb7f-\udb80\udbff-\udc00\udfff]; + +letter_lower_chars = [a-z\xb5\xdf-\xf6\xf8-\xff\u0101\u0103\u0105\u0107\u0109\u010b\u010d\u010f\u0111\u0113\u0115\u0117\u0119\u011b\u011d\u011f\u0121\u0123\u0125\u0127\u0129\u012b\u012d\u012f\u0131\u0133\u0135\u0137-\u0138\u013a\u013c\u013e\u0140\u0142\u0144\u0146\u0148-\u0149\u014b\u014d\u014f\u0151\u0153\u0155\u0157\u0159\u015b\u015d\u015f\u0161\u0163\u0165\u0167\u0169\u016b\u016d\u016f\u0171\u0173\u0175\u0177\u017a\u017c\u017e-\u0180\u0183\u0185\u0188\u018c-\u018d\u0192\u0195\u0199-\u019b\u019e\u01a1\u01a3\u01a5\u01a8\u01aa-\u01ab\u01ad\u01b0\u01b4\u01b6\u01b9-\u01ba\u01bd-\u01bf\u01c6\u01c9\u01cc\u01ce\u01d0\u01d2\u01d4\u01d6\u01d8\u01da\u01dc-\u01dd\u01df\u01e1\u01e3\u01e5\u01e7\u01e9\u01eb\u01ed\u01ef-\u01f0\u01f3\u01f5\u01f9\u01fb\u01fd\u01ff\u0201\u0203\u0205\u0207\u0209\u020b\u020d\u020f\u0211\u0213\u0215\u0217\u0219\u021b\u021d\u021f\u0221\u0223\u0225\u0227\u0229\u022b\u022d\u022f\u0231\u0233-\u0239\u023c\u023f-\u0240\u0242\u0247\u0249\u024b\u024d\u024f-\u0293\u0295-\u02af\u0371\u0373\u0377\u037b-\u037d\u0390\u03ac-\u03ce\u03d0-\u03d1\u03d5-\u03d7\u03d9\u03db\u03dd\u03df\u03e1\u03e3\u03e5\u03e7\u03e9\u03eb\u03ed\u03ef-\u03f3\u03f5\u03f8\u03fb-\u03fc\u0430-\u045f\u0461\u0463\u0465\u0467\u0469\u046b\u046d\u046f\u0471\u0473\u0475\u0477\u0479\u047b\u047d\u047f\u0481\u048b\u048d\u048f\u0491\u0493\u0495\u0497\u0499\u049b\u049d\u049f\u04a1\u04a3\u04a5\u04a7\u04a9\u04ab\u04ad\u04af\u04b1\u04b3\u04b5\u04b7\u04b9\u04bb\u04bd\u04bf\u04c2\u04c4\u04c6\u04c8\u04ca\u04cc\u04ce-\u04cf\u04d1\u04d3\u04d5\u04d7\u04d9\u04db\u04dd\u04df\u04e1\u04e3\u04e5\u04e7\u04e9\u04eb\u04ed\u04ef\u04f1\u04f3\u04f5\u04f7\u04f9\u04fb\u04fd\u04ff\u0501\u0503\u0505\u0507\u0509\u050b\u050d\u050f\u0511\u0513\u0515\u0517\u0519\u051b\u051d\u051f\u0521\u0523\u0525\u0527\u0529\u052b\u052d\u052f\u0561-\u0587\u13f8-\u13fd\u1d00-\u1d2b\u1d6b-\u1d77\u1d79-\u1d9a\u1e01\u1e03\u1e05\u1e07\u1e09\u1e0b\u1e0d\u1e0f\u1e11\u1e13\u1e15\u1e17\u1e19\u1e1b\u1e1d\u1e1f\u1e21\u1e23\u1e25\u1e27\u1e29\u1e2b\u1e2d\u1e2f\u1e31\u1e33\u1e35\u1e37\u1e39\u1e3b\u1e3d\u1e3f\u1e41\u1e43\u1e45\u1e47\u1e49\u1e4b\u1e4d\u1e4f\u1e51\u1e53\u1e55\u1e57\u1e59\u1e5b\u1e5d\u1e5f\u1e61\u1e63\u1e65\u1e67\u1e69\u1e6b\u1e6d\u1e6f\u1e71\u1e73\u1e75\u1e77\u1e79\u1e7b\u1e7d\u1e7f\u1e81\u1e83\u1e85\u1e87\u1e89\u1e8b\u1e8d\u1e8f\u1e91\u1e93\u1e95-\u1e9d\u1e9f\u1ea1\u1ea3\u1ea5\u1ea7\u1ea9\u1eab\u1ead\u1eaf\u1eb1\u1eb3\u1eb5\u1eb7\u1eb9\u1ebb\u1ebd\u1ebf\u1ec1\u1ec3\u1ec5\u1ec7\u1ec9\u1ecb\u1ecd\u1ecf\u1ed1\u1ed3\u1ed5\u1ed7\u1ed9\u1edb\u1edd\u1edf\u1ee1\u1ee3\u1ee5\u1ee7\u1ee9\u1eeb\u1eed\u1eef\u1ef1\u1ef3\u1ef5\u1ef7\u1ef9\u1efb\u1efd\u1eff-\u1f07\u1f10-\u1f15\u1f20-\u1f27\u1f30-\u1f37\u1f40-\u1f45\u1f50-\u1f57\u1f60-\u1f67\u1f70-\u1f7d\u1f80-\u1f87\u1f90-\u1f97\u1fa0-\u1fa7\u1fb0-\u1fb4\u1fb6-\u1fb7\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fc7\u1fd0-\u1fd3\u1fd6-\u1fd7\u1fe0-\u1fe7\u1ff2-\u1ff4\u1ff6-\u1ff7\u210a\u210e-\u210f\u2113\u212f\u2134\u2139\u213c-\u213d\u2146-\u2149\u214e\u2184\u2c30-\u2c5e\u2c61\u2c65-\u2c66\u2c68\u2c6a\u2c6c\u2c71\u2c73-\u2c74\u2c76-\u2c7b\u2c81\u2c83\u2c85\u2c87\u2c89\u2c8b\u2c8d\u2c8f\u2c91\u2c93\u2c95\u2c97\u2c99\u2c9b\u2c9d\u2c9f\u2ca1\u2ca3\u2ca5\u2ca7\u2ca9\u2cab\u2cad\u2caf\u2cb1\u2cb3\u2cb5\u2cb7\u2cb9\u2cbb\u2cbd\u2cbf\u2cc1\u2cc3\u2cc5\u2cc7\u2cc9\u2ccb\u2ccd\u2ccf\u2cd1\u2cd3\u2cd5\u2cd7\u2cd9\u2cdb\u2cdd\u2cdf\u2ce1\u2ce3-\u2ce4\u2cec\u2cee\u2cf3\u2d00-\u2d25\u2d27\u2d2d\ua641\ua643\ua645\ua647\ua649\ua64b\ua64d\ua64f\ua651\ua653\ua655\ua657\ua659\ua65b\ua65d\ua65f\ua661\ua663\ua665\ua667\ua669\ua66b\ua66d\ua681\ua683\ua685\ua687\ua689\ua68b\ua68d\ua68f\ua691\ua693\ua695\ua697\ua699\ua69b\ua723\ua725\ua727\ua729\ua72b\ua72d\ua72f-\ua731\ua733\ua735\ua737\ua739\ua73b\ua73d\ua73f\ua741\ua743\ua745\ua747\ua749\ua74b\ua74d\ua74f\ua751\ua753\ua755\ua757\ua759\ua75b\ua75d\ua75f\ua761\ua763\ua765\ua767\ua769\ua76b\ua76d\ua76f\ua771-\ua778\ua77a\ua77c\ua77f\ua781\ua783\ua785\ua787\ua78c\ua78e\ua791\ua793-\ua795\ua797\ua799\ua79b\ua79d\ua79f\ua7a1\ua7a3\ua7a5\ua7a7\ua7a9\ua7b5\ua7b7\ua7fa\uab30-\uab5a\uab60-\uab65\uab70-\uabbf\ufb00-\ufb06\ufb13-\ufb17\uff41-\uff5a\U00010428-\U0001044f\U00010cc0-\U00010cf2\U000118c0-\U000118df\U0001d41a-\U0001d433\U0001d44e-\U0001d454\U0001d456-\U0001d467\U0001d482-\U0001d49b\U0001d4b6-\U0001d4b9\U0001d4bb\U0001d4bd-\U0001d4c3\U0001d4c5-\U0001d4cf\U0001d4ea-\U0001d503\U0001d51e-\U0001d537\U0001d552-\U0001d56b\U0001d586-\U0001d59f\U0001d5ba-\U0001d5d3\U0001d5ee-\U0001d607\U0001d622-\U0001d63b\U0001d656-\U0001d66f\U0001d68a-\U0001d6a5\U0001d6c2-\U0001d6da\U0001d6dc-\U0001d6e1\U0001d6fc-\U0001d714\U0001d716-\U0001d71b\U0001d736-\U0001d74e\U0001d750-\U0001d755\U0001d770-\U0001d788\U0001d78a-\U0001d78f\U0001d7aa-\U0001d7c2\U0001d7c4-\U0001d7c9\U0001d7cb]; +letter_modifier_chars = [\u02b0-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0374\u037a\u0559\u0640\u06e5-\u06e6\u07f4-\u07f5\u07fa\u081a\u0824\u0828\u0971\u0e46\u0ec6\u10fc\u17d7\u1843\u1aa7\u1c78-\u1c7d\u1d2c-\u1d6a\u1d78\u1d9b-\u1dbf\u2071\u207f\u2090-\u209c\u2c7c-\u2c7d\u2d6f\u2e2f\u3005\u3031-\u3035\u303b\u309d-\u309e\u30fc-\u30fe\ua015\ua4f8-\ua4fd\ua60c\ua67f\ua69c-\ua69d\ua717-\ua71f\ua770\ua788\ua7f8-\ua7f9\ua9cf\ua9e6\uaa70\uaadd\uaaf3-\uaaf4\uab5c-\uab5f\uff70\uff9e-\uff9f\U00016b40-\U00016b43\U00016f93-\U00016f9f]; +letter_other_chars = [\xaa\xba\u01bb\u01c0-\u01c3\u0294\u05d0-\u05ea\u05f0-\u05f2\u0620-\u063f\u0641-\u064a\u066e-\u066f\u0671-\u06d3\u06d5\u06ee-\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u0800-\u0815\u0840-\u0858\u08a0-\u08b4\u0904-\u0939\u093d\u0950\u0958-\u0961\u0972-\u0980\u0985-\u098c\u098f-\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc-\u09dd\u09df-\u09e1\u09f0-\u09f1\u0a05-\u0a0a\u0a0f-\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32-\u0a33\u0a35-\u0a36\u0a38-\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2-\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0-\u0ae1\u0af9\u0b05-\u0b0c\u0b0f-\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32-\u0b33\u0b35-\u0b39\u0b3d\u0b5c-\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99-\u0b9a\u0b9c\u0b9e-\u0b9f\u0ba3-\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c60-\u0c61\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0-\u0ce1\u0cf1-\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32-\u0e33\u0e40-\u0e45\u0e81-\u0e82\u0e84\u0e87-\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa-\u0eab\u0ead-\u0eb0\u0eb2-\u0eb3\u0ebd\u0ec0-\u0ec4\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065-\u1066\u106e-\u1070\u1075-\u1081\u108e\u10d0-\u10fa\u10fd-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16f1-\u16f8\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17dc\u1820-\u1842\u1844-\u1877\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae-\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c77\u1ce9-\u1cec\u1cee-\u1cf1\u1cf5-\u1cf6\u2135-\u2138\u2d30-\u2d67\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3006\u303c\u3041-\u3096\u309f\u30a1-\u30fa\u30ff\u3105-\u312d\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400\u4db5\u4e00\u9fd5\ua000-\ua014\ua016-\ua48c\ua4d0-\ua4f7\ua500-\ua60b\ua610-\ua61f\ua62a-\ua62b\ua66e\ua6a0-\ua6e5\ua78f\ua7f7\ua7fb-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9e0-\ua9e4\ua9e7-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa6f\uaa71-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5-\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadc\uaae0-\uaaea\uaaf2\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uabc0-\uabe2\uac00\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40-\ufb41\ufb43-\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff66-\uff6f\uff71-\uff9d\uffa0-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc\U00010000-\U0001000b\U0001000d-\U00010026\U00010028-\U0001003a\U0001003c-\U0001003d\U0001003f-\U0001004d\U00010050-\U0001005d\U00010080-\U000100fa\U00010280-\U0001029c\U000102a0-\U000102d0\U00010300-\U0001031f\U00010330-\U00010340\U00010342-\U00010349\U00010350-\U00010375\U00010380-\U0001039d\U000103a0-\U000103c3\U000103c8-\U000103cf\U00010450-\U0001049d\U00010500-\U00010527\U00010530-\U00010563\U00010600-\U00010736\U00010740-\U00010755\U00010760-\U00010767\U00010800-\U00010805\U00010808\U0001080a-\U00010835\U00010837-\U00010838\U0001083c\U0001083f-\U00010855\U00010860-\U00010876\U00010880-\U0001089e\U000108e0-\U000108f2\U000108f4-\U000108f5\U00010900-\U00010915\U00010920-\U00010939\U00010980-\U000109b7\U000109be-\U000109bf\U00010a00\U00010a10-\U00010a13\U00010a15-\U00010a17\U00010a19-\U00010a33\U00010a60-\U00010a7c\U00010a80-\U00010a9c\U00010ac0-\U00010ac7\U00010ac9-\U00010ae4\U00010b00-\U00010b35\U00010b40-\U00010b55\U00010b60-\U00010b72\U00010b80-\U00010b91\U00010c00-\U00010c48\U00011003-\U00011037\U00011083-\U000110af\U000110d0-\U000110e8\U00011103-\U00011126\U00011150-\U00011172\U00011176\U00011183-\U000111b2\U000111c1-\U000111c4\U000111da\U000111dc\U00011200-\U00011211\U00011213-\U0001122b\U00011280-\U00011286\U00011288\U0001128a-\U0001128d\U0001128f-\U0001129d\U0001129f-\U000112a8\U000112b0-\U000112de\U00011305-\U0001130c\U0001130f-\U00011310\U00011313-\U00011328\U0001132a-\U00011330\U00011332-\U00011333\U00011335-\U00011339\U0001133d\U00011350\U0001135d-\U00011361\U00011480-\U000114af\U000114c4-\U000114c5\U000114c7\U00011580-\U000115ae\U000115d8-\U000115db\U00011600-\U0001162f\U00011644\U00011680-\U000116aa\U00011700-\U00011719\U000118ff\U00011ac0-\U00011af8\U00012000-\U00012399\U00012480-\U00012543\U00013000-\U0001342e\U00014400-\U00014646\U00016800-\U00016a38\U00016a40-\U00016a5e\U00016ad0-\U00016aed\U00016b00-\U00016b2f\U00016b63-\U00016b77\U00016b7d-\U00016b8f\U00016f00-\U00016f44\U00016f50\U0001b000-\U0001b001\U0001bc00-\U0001bc6a\U0001bc70-\U0001bc7c\U0001bc80-\U0001bc88\U0001bc90-\U0001bc99\U0001e800-\U0001e8c4\U0001ee00-\U0001ee03\U0001ee05-\U0001ee1f\U0001ee21-\U0001ee22\U0001ee24\U0001ee27\U0001ee29-\U0001ee32\U0001ee34-\U0001ee37\U0001ee39\U0001ee3b\U0001ee42\U0001ee47\U0001ee49\U0001ee4b\U0001ee4d-\U0001ee4f\U0001ee51-\U0001ee52\U0001ee54\U0001ee57\U0001ee59\U0001ee5b\U0001ee5d\U0001ee5f\U0001ee61-\U0001ee62\U0001ee64\U0001ee67-\U0001ee6a\U0001ee6c-\U0001ee72\U0001ee74-\U0001ee77\U0001ee79-\U0001ee7c\U0001ee7e\U0001ee80-\U0001ee89\U0001ee8b-\U0001ee9b\U0001eea1-\U0001eea3\U0001eea5-\U0001eea9\U0001eeab-\U0001eebb\U00020000\U0002a6d6\U0002a700\U0002b734\U0002b740\U0002b81d\U0002b820\U0002cea1\U0002f800-\U0002fa1d]; +letter_title_chars = [\u01c5\u01c8\u01cb\u01f2\u1f88-\u1f8f\u1f98-\u1f9f\u1fa8-\u1faf\u1fbc\u1fcc\u1ffc]; +letter_upper_chars = [A-Z\xc0-\xd6\xd8-\xde\u0100\u0102\u0104\u0106\u0108\u010a\u010c\u010e\u0110\u0112\u0114\u0116\u0118\u011a\u011c\u011e\u0120\u0122\u0124\u0126\u0128\u012a\u012c\u012e\u0130\u0132\u0134\u0136\u0139\u013b\u013d\u013f\u0141\u0143\u0145\u0147\u014a\u014c\u014e\u0150\u0152\u0154\u0156\u0158\u015a\u015c\u015e\u0160\u0162\u0164\u0166\u0168\u016a\u016c\u016e\u0170\u0172\u0174\u0176\u0178-\u0179\u017b\u017d\u0181-\u0182\u0184\u0186-\u0187\u0189-\u018b\u018e-\u0191\u0193-\u0194\u0196-\u0198\u019c-\u019d\u019f-\u01a0\u01a2\u01a4\u01a6-\u01a7\u01a9\u01ac\u01ae-\u01af\u01b1-\u01b3\u01b5\u01b7-\u01b8\u01bc\u01c4\u01c7\u01ca\u01cd\u01cf\u01d1\u01d3\u01d5\u01d7\u01d9\u01db\u01de\u01e0\u01e2\u01e4\u01e6\u01e8\u01ea\u01ec\u01ee\u01f1\u01f4\u01f6-\u01f8\u01fa\u01fc\u01fe\u0200\u0202\u0204\u0206\u0208\u020a\u020c\u020e\u0210\u0212\u0214\u0216\u0218\u021a\u021c\u021e\u0220\u0222\u0224\u0226\u0228\u022a\u022c\u022e\u0230\u0232\u023a-\u023b\u023d-\u023e\u0241\u0243-\u0246\u0248\u024a\u024c\u024e\u0370\u0372\u0376\u037f\u0386\u0388-\u038a\u038c\u038e-\u038f\u0391-\u03a1\u03a3-\u03ab\u03cf\u03d2-\u03d4\u03d8\u03da\u03dc\u03de\u03e0\u03e2\u03e4\u03e6\u03e8\u03ea\u03ec\u03ee\u03f4\u03f7\u03f9-\u03fa\u03fd-\u042f\u0460\u0462\u0464\u0466\u0468\u046a\u046c\u046e\u0470\u0472\u0474\u0476\u0478\u047a\u047c\u047e\u0480\u048a\u048c\u048e\u0490\u0492\u0494\u0496\u0498\u049a\u049c\u049e\u04a0\u04a2\u04a4\u04a6\u04a8\u04aa\u04ac\u04ae\u04b0\u04b2\u04b4\u04b6\u04b8\u04ba\u04bc\u04be\u04c0-\u04c1\u04c3\u04c5\u04c7\u04c9\u04cb\u04cd\u04d0\u04d2\u04d4\u04d6\u04d8\u04da\u04dc\u04de\u04e0\u04e2\u04e4\u04e6\u04e8\u04ea\u04ec\u04ee\u04f0\u04f2\u04f4\u04f6\u04f8\u04fa\u04fc\u04fe\u0500\u0502\u0504\u0506\u0508\u050a\u050c\u050e\u0510\u0512\u0514\u0516\u0518\u051a\u051c\u051e\u0520\u0522\u0524\u0526\u0528\u052a\u052c\u052e\u0531-\u0556\u10a0-\u10c5\u10c7\u10cd\u13a0-\u13f5\u1e00\u1e02\u1e04\u1e06\u1e08\u1e0a\u1e0c\u1e0e\u1e10\u1e12\u1e14\u1e16\u1e18\u1e1a\u1e1c\u1e1e\u1e20\u1e22\u1e24\u1e26\u1e28\u1e2a\u1e2c\u1e2e\u1e30\u1e32\u1e34\u1e36\u1e38\u1e3a\u1e3c\u1e3e\u1e40\u1e42\u1e44\u1e46\u1e48\u1e4a\u1e4c\u1e4e\u1e50\u1e52\u1e54\u1e56\u1e58\u1e5a\u1e5c\u1e5e\u1e60\u1e62\u1e64\u1e66\u1e68\u1e6a\u1e6c\u1e6e\u1e70\u1e72\u1e74\u1e76\u1e78\u1e7a\u1e7c\u1e7e\u1e80\u1e82\u1e84\u1e86\u1e88\u1e8a\u1e8c\u1e8e\u1e90\u1e92\u1e94\u1e9e\u1ea0\u1ea2\u1ea4\u1ea6\u1ea8\u1eaa\u1eac\u1eae\u1eb0\u1eb2\u1eb4\u1eb6\u1eb8\u1eba\u1ebc\u1ebe\u1ec0\u1ec2\u1ec4\u1ec6\u1ec8\u1eca\u1ecc\u1ece\u1ed0\u1ed2\u1ed4\u1ed6\u1ed8\u1eda\u1edc\u1ede\u1ee0\u1ee2\u1ee4\u1ee6\u1ee8\u1eea\u1eec\u1eee\u1ef0\u1ef2\u1ef4\u1ef6\u1ef8\u1efa\u1efc\u1efe\u1f08-\u1f0f\u1f18-\u1f1d\u1f28-\u1f2f\u1f38-\u1f3f\u1f48-\u1f4d\u1f59\u1f5b\u1f5d\u1f5f\u1f68-\u1f6f\u1fb8-\u1fbb\u1fc8-\u1fcb\u1fd8-\u1fdb\u1fe8-\u1fec\u1ff8-\u1ffb\u2102\u2107\u210b-\u210d\u2110-\u2112\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u2130-\u2133\u213e-\u213f\u2145\u2183\u2c00-\u2c2e\u2c60\u2c62-\u2c64\u2c67\u2c69\u2c6b\u2c6d-\u2c70\u2c72\u2c75\u2c7e-\u2c80\u2c82\u2c84\u2c86\u2c88\u2c8a\u2c8c\u2c8e\u2c90\u2c92\u2c94\u2c96\u2c98\u2c9a\u2c9c\u2c9e\u2ca0\u2ca2\u2ca4\u2ca6\u2ca8\u2caa\u2cac\u2cae\u2cb0\u2cb2\u2cb4\u2cb6\u2cb8\u2cba\u2cbc\u2cbe\u2cc0\u2cc2\u2cc4\u2cc6\u2cc8\u2cca\u2ccc\u2cce\u2cd0\u2cd2\u2cd4\u2cd6\u2cd8\u2cda\u2cdc\u2cde\u2ce0\u2ce2\u2ceb\u2ced\u2cf2\ua640\ua642\ua644\ua646\ua648\ua64a\ua64c\ua64e\ua650\ua652\ua654\ua656\ua658\ua65a\ua65c\ua65e\ua660\ua662\ua664\ua666\ua668\ua66a\ua66c\ua680\ua682\ua684\ua686\ua688\ua68a\ua68c\ua68e\ua690\ua692\ua694\ua696\ua698\ua69a\ua722\ua724\ua726\ua728\ua72a\ua72c\ua72e\ua732\ua734\ua736\ua738\ua73a\ua73c\ua73e\ua740\ua742\ua744\ua746\ua748\ua74a\ua74c\ua74e\ua750\ua752\ua754\ua756\ua758\ua75a\ua75c\ua75e\ua760\ua762\ua764\ua766\ua768\ua76a\ua76c\ua76e\ua779\ua77b\ua77d-\ua77e\ua780\ua782\ua784\ua786\ua78b\ua78d\ua790\ua792\ua796\ua798\ua79a\ua79c\ua79e\ua7a0\ua7a2\ua7a4\ua7a6\ua7a8\ua7aa-\ua7ad\ua7b0-\ua7b4\ua7b6\uff21-\uff3a\U00010400-\U00010427\U00010c80-\U00010cb2\U000118a0-\U000118bf\U0001d400-\U0001d419\U0001d434-\U0001d44d\U0001d468-\U0001d481\U0001d49c\U0001d49e-\U0001d49f\U0001d4a2\U0001d4a5-\U0001d4a6\U0001d4a9-\U0001d4ac\U0001d4ae-\U0001d4b5\U0001d4d0-\U0001d4e9\U0001d504-\U0001d505\U0001d507-\U0001d50a\U0001d50d-\U0001d514\U0001d516-\U0001d51c\U0001d538-\U0001d539\U0001d53b-\U0001d53e\U0001d540-\U0001d544\U0001d546\U0001d54a-\U0001d550\U0001d56c-\U0001d585\U0001d5a0-\U0001d5b9\U0001d5d4-\U0001d5ed\U0001d608-\U0001d621\U0001d63c-\U0001d655\U0001d670-\U0001d689\U0001d6a8-\U0001d6c0\U0001d6e2-\U0001d6fa\U0001d71c-\U0001d734\U0001d756-\U0001d76e\U0001d790-\U0001d7a8\U0001d7ca]; + +mark_spacing_combining_chars = [\u0903\u093b\u093e-\u0940\u0949-\u094c\u094e-\u094f\u0982-\u0983\u09be-\u09c0\u09c7-\u09c8\u09cb-\u09cc\u09d7\u0a03\u0a3e-\u0a40\u0a83\u0abe-\u0ac0\u0ac9\u0acb-\u0acc\u0b02-\u0b03\u0b3e\u0b40\u0b47-\u0b48\u0b4b-\u0b4c\u0b57\u0bbe-\u0bbf\u0bc1-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcc\u0bd7\u0c01-\u0c03\u0c41-\u0c44\u0c82-\u0c83\u0cbe\u0cc0-\u0cc4\u0cc7-\u0cc8\u0cca-\u0ccb\u0cd5-\u0cd6\u0d02-\u0d03\u0d3e-\u0d40\u0d46-\u0d48\u0d4a-\u0d4c\u0d57\u0d82-\u0d83\u0dcf-\u0dd1\u0dd8-\u0ddf\u0df2-\u0df3\u0f3e-\u0f3f\u0f7f\u102b-\u102c\u1031\u1038\u103b-\u103c\u1056-\u1057\u1062-\u1064\u1067-\u106d\u1083-\u1084\u1087-\u108c\u108f\u109a-\u109c\u17b6\u17be-\u17c5\u17c7-\u17c8\u1923-\u1926\u1929-\u192b\u1930-\u1931\u1933-\u1938\u1a19-\u1a1a\u1a55\u1a57\u1a61\u1a63-\u1a64\u1a6d-\u1a72\u1b04\u1b35\u1b3b\u1b3d-\u1b41\u1b43-\u1b44\u1b82\u1ba1\u1ba6-\u1ba7\u1baa\u1be7\u1bea-\u1bec\u1bee\u1bf2-\u1bf3\u1c24-\u1c2b\u1c34-\u1c35\u1ce1\u1cf2-\u1cf3\u302e-\u302f\ua823-\ua824\ua827\ua880-\ua881\ua8b4-\ua8c3\ua952-\ua953\ua983\ua9b4-\ua9b5\ua9ba-\ua9bb\ua9bd-\ua9c0\uaa2f-\uaa30\uaa33-\uaa34\uaa4d\uaa7b\uaa7d\uaaeb\uaaee-\uaaef\uaaf5\uabe3-\uabe4\uabe6-\uabe7\uabe9-\uabea\uabec\U00011000\U00011002\U00011082\U000110b0-\U000110b2\U000110b7-\U000110b8\U0001112c\U00011182\U000111b3-\U000111b5\U000111bf-\U000111c0\U0001122c-\U0001122e\U00011232-\U00011233\U00011235\U000112e0-\U000112e2\U00011302-\U00011303\U0001133e-\U0001133f\U00011341-\U00011344\U00011347-\U00011348\U0001134b-\U0001134d\U00011357\U00011362-\U00011363\U000114b0-\U000114b2\U000114b9\U000114bb-\U000114be\U000114c1\U000115af-\U000115b1\U000115b8-\U000115bb\U000115be\U00011630-\U00011632\U0001163b-\U0001163c\U0001163e\U000116ac\U000116ae-\U000116af\U000116b6\U00011720-\U00011721\U00011726\U00016f51-\U00016f7e\U0001d165-\U0001d166\U0001d16d-\U0001d172]; +mark_enclosing_chars = [\u0488-\u0489\u1abe\u20dd-\u20e0\u20e2-\u20e4\ua670-\ua672]; +mark_nonspacing_chars = [\u0300-\u036f\u0483-\u0487\u0591-\u05bd\u05bf\u05c1-\u05c2\u05c4-\u05c5\u05c7\u0610-\u061a\u064b-\u065f\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7-\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u08e3-\u0902\u093a\u093c\u0941-\u0948\u094d\u0951-\u0957\u0962-\u0963\u0981\u09bc\u09c1-\u09c4\u09cd\u09e2-\u09e3\u0a01-\u0a02\u0a3c\u0a41-\u0a42\u0a47-\u0a48\u0a4b-\u0a4d\u0a51\u0a70-\u0a71\u0a75\u0a81-\u0a82\u0abc\u0ac1-\u0ac5\u0ac7-\u0ac8\u0acd\u0ae2-\u0ae3\u0b01\u0b3c\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b62-\u0b63\u0b82\u0bc0\u0bcd\u0c00\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55-\u0c56\u0c62-\u0c63\u0c81\u0cbc\u0cbf\u0cc6\u0ccc-\u0ccd\u0ce2-\u0ce3\u0d01\u0d41-\u0d44\u0d4d\u0d62-\u0d63\u0dca\u0dd2-\u0dd4\u0dd6\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb-\u0ebc\u0ec8-\u0ecd\u0f18-\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86-\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039-\u103a\u103d-\u103e\u1058-\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085-\u1086\u108d\u109d\u135d-\u135f\u1712-\u1714\u1732-\u1734\u1752-\u1753\u1772-\u1773\u17b4-\u17b5\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927-\u1928\u1932\u1939-\u193b\u1a17-\u1a18\u1a1b\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1ab0-\u1abd\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80-\u1b81\u1ba2-\u1ba5\u1ba8-\u1ba9\u1bab-\u1bad\u1be6\u1be8-\u1be9\u1bed\u1bef-\u1bf1\u1c2c-\u1c33\u1c36-\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1cf4\u1cf8-\u1cf9\u1dc0-\u1df5\u1dfc-\u1dff\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302d\u3099-\u309a\ua66f\ua674-\ua67d\ua69e-\ua69f\ua6f0-\ua6f1\ua802\ua806\ua80b\ua825-\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\ua9e5\uaa29-\uaa2e\uaa31-\uaa32\uaa35-\uaa36\uaa43\uaa4c\uaa7c\uaab0\uaab2-\uaab4\uaab7-\uaab8\uaabe-\uaabf\uaac1\uaaec-\uaaed\uaaf6\uabe5\uabe8\uabed\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\U000101fd\U000102e0\U00010376-\U0001037a\U00010a01-\U00010a03\U00010a05-\U00010a06\U00010a0c-\U00010a0f\U00010a38-\U00010a3a\U00010a3f\U00010ae5-\U00010ae6\U00011001\U00011038-\U00011046\U0001107f-\U00011081\U000110b3-\U000110b6\U000110b9-\U000110ba\U00011100-\U00011102\U00011127-\U0001112b\U0001112d-\U00011134\U00011173\U00011180-\U00011181\U000111b6-\U000111be\U000111ca-\U000111cc\U0001122f-\U00011231\U00011234\U00011236-\U00011237\U000112df\U000112e3-\U000112ea\U00011300-\U00011301\U0001133c\U00011340\U00011366-\U0001136c\U00011370-\U00011374\U000114b3-\U000114b8\U000114ba\U000114bf-\U000114c0\U000114c2-\U000114c3\U000115b2-\U000115b5\U000115bc-\U000115bd\U000115bf-\U000115c0\U000115dc-\U000115dd\U00011633-\U0001163a\U0001163d\U0001163f-\U00011640\U000116ab\U000116ad\U000116b0-\U000116b5\U000116b7\U0001171d-\U0001171f\U00011722-\U00011725\U00011727-\U0001172b\U00016af0-\U00016af4\U00016b30-\U00016b36\U00016f8f-\U00016f92\U0001bc9d-\U0001bc9e\U0001d167-\U0001d169\U0001d17b-\U0001d182\U0001d185-\U0001d18b\U0001d1aa-\U0001d1ad\U0001d242-\U0001d244\U0001da00-\U0001da36\U0001da3b-\U0001da6c\U0001da75\U0001da84\U0001da9b-\U0001da9f\U0001daa1-\U0001daaf\U0001e8d0-\U0001e8d6\U000e0100-\U000e01ef]; + +number_or_digit_chars = [0-9\u0660-\u0669\u06f0-\u06f9\u07c0-\u07c9\u0966-\u096f\u09e6-\u09ef\u0a66-\u0a6f\u0ae6-\u0aef\u0b66-\u0b6f\u0be6-\u0bef\u0c66-\u0c6f\u0ce6-\u0cef\u0d66-\u0d6f\u0de6-\u0def\u0e50-\u0e59\u0ed0-\u0ed9\u0f20-\u0f29\u1040-\u1049\u1090-\u1099\u17e0-\u17e9\u1810-\u1819\u1946-\u194f\u19d0-\u19d9\u1a80-\u1a89\u1a90-\u1a99\u1b50-\u1b59\u1bb0-\u1bb9\u1c40-\u1c49\u1c50-\u1c59\ua620-\ua629\ua8d0-\ua8d9\ua900-\ua909\ua9d0-\ua9d9\ua9f0-\ua9f9\uaa50-\uaa59\uabf0-\uabf9\uff10-\uff19\U000104a0-\U000104a9\U00011066-\U0001106f\U000110f0-\U000110f9\U00011136-\U0001113f\U000111d0-\U000111d9\U000112f0-\U000112f9\U000114d0-\U000114d9\U00011650-\U00011659\U000116c0-\U000116c9\U00011730-\U00011739\U000118e0-\U000118e9\U00016a60-\U00016a69\U00016b50-\U00016b59\U0001d7ce-\U0001d7ff]; +number_letter_chars = [\u16ee-\u16f0\u2160-\u2182\u2185-\u2188\u3007\u3021-\u3029\u3038-\u303a\ua6e6-\ua6ef\U00010140-\U00010174\U00010341\U0001034a\U000103d1-\U000103d5\U00012400-\U0001246e]; +number_other_chars = [\xb2-\xb3\xb9\xbc-\xbe\u09f4-\u09f9\u0b72-\u0b77\u0bf0-\u0bf2\u0c78-\u0c7e\u0d70-\u0d75\u0f2a-\u0f33\u1369-\u137c\u17f0-\u17f9\u19da\u2070\u2074-\u2079\u2080-\u2089\u2150-\u215f\u2189\u2460-\u249b\u24ea-\u24ff\u2776-\u2793\u2cfd\u3192-\u3195\u3220-\u3229\u3248-\u324f\u3251-\u325f\u3280-\u3289\u32b1-\u32bf\ua830-\ua835\U00010107-\U00010133\U00010175-\U00010178\U0001018a-\U0001018b\U000102e1-\U000102fb\U00010320-\U00010323\U00010858-\U0001085f\U00010879-\U0001087f\U000108a7-\U000108af\U000108fb-\U000108ff\U00010916-\U0001091b\U000109bc-\U000109bd\U000109c0-\U000109cf\U000109d2-\U000109ff\U00010a40-\U00010a47\U00010a7d-\U00010a7e\U00010a9d-\U00010a9f\U00010aeb-\U00010aef\U00010b58-\U00010b5f\U00010b78-\U00010b7f\U00010ba9-\U00010baf\U00010cfa-\U00010cff\U00010e60-\U00010e7e\U00011052-\U00011065\U000111e1-\U000111f4\U0001173a-\U0001173b\U000118ea-\U000118f2\U00016b5b-\U00016b61\U0001d360-\U0001d371\U0001e8c7-\U0001e8cf\U0001f100-\U0001f10c]; + +punct_connector_chars = [_\u203f-\u2040\u2054\ufe33-\ufe34\ufe4d-\ufe4f\uff3f]; +punct_dash_chars = [\-\u058a\u05be\u1400\u1806\u2010-\u2015\u2e17\u2e1a\u2e3a-\u2e3b\u2e40\u301c\u3030\u30a0\ufe31-\ufe32\ufe58\ufe63\uff0d]; +punct_close_chars = [)\]\}\u0f3b\u0f3d\u169c\u2046\u207e\u208e\u2309\u230b\u232a\u2769\u276b\u276d\u276f\u2771\u2773\u2775\u27c6\u27e7\u27e9\u27eb\u27ed\u27ef\u2984\u2986\u2988\u298a\u298c\u298e\u2990\u2992\u2994\u2996\u2998\u29d9\u29db\u29fd\u2e23\u2e25\u2e27\u2e29\u3009\u300b\u300d\u300f\u3011\u3015\u3017\u3019\u301b\u301e-\u301f\ufd3e\ufe18\ufe36\ufe38\ufe3a\ufe3c\ufe3e\ufe40\ufe42\ufe44\ufe48\ufe5a\ufe5c\ufe5e\uff09\uff3d\uff5d\uff60\uff63]; +punct_final_quote_chars = [\xbb\u2019\u201d\u203a\u2e03\u2e05\u2e0a\u2e0d\u2e1d\u2e21]; +punct_initial_quote_chars = [\xab\u2018\u201b-\u201c\u201f\u2039\u2e02\u2e04\u2e09\u2e0c\u2e1c\u2e20]; +punct_other_chars = [!-#%-'*,.-/:-;?-@\\\xa1\xa7\xb6-\xb7\xbf\u037e\u0387\u055a-\u055f\u0589\u05c0\u05c3\u05c6\u05f3-\u05f4\u0609-\u060a\u060c-\u060d\u061b\u061e-\u061f\u066a-\u066d\u06d4\u0700-\u070d\u07f7-\u07f9\u0830-\u083e\u085e\u0964-\u0965\u0970\u0af0\u0df4\u0e4f\u0e5a-\u0e5b\u0f04-\u0f12\u0f14\u0f85\u0fd0-\u0fd4\u0fd9-\u0fda\u104a-\u104f\u10fb\u1360-\u1368\u166d-\u166e\u16eb-\u16ed\u1735-\u1736\u17d4-\u17d6\u17d8-\u17da\u1800-\u1805\u1807-\u180a\u1944-\u1945\u1a1e-\u1a1f\u1aa0-\u1aa6\u1aa8-\u1aad\u1b5a-\u1b60\u1bfc-\u1bff\u1c3b-\u1c3f\u1c7e-\u1c7f\u1cc0-\u1cc7\u1cd3\u2016-\u2017\u2020-\u2027\u2030-\u2038\u203b-\u203e\u2041-\u2043\u2047-\u2051\u2053\u2055-\u205e\u2cf9-\u2cfc\u2cfe-\u2cff\u2d70\u2e00-\u2e01\u2e06-\u2e08\u2e0b\u2e0e-\u2e16\u2e18-\u2e19\u2e1b\u2e1e-\u2e1f\u2e2a-\u2e2e\u2e30-\u2e39\u2e3c-\u2e3f\u2e41\u3001-\u3003\u303d\u30fb\ua4fe-\ua4ff\ua60d-\ua60f\ua673\ua67e\ua6f2-\ua6f7\ua874-\ua877\ua8ce-\ua8cf\ua8f8-\ua8fa\ua8fc\ua92e-\ua92f\ua95f\ua9c1-\ua9cd\ua9de-\ua9df\uaa5c-\uaa5f\uaade-\uaadf\uaaf0-\uaaf1\uabeb\ufe10-\ufe16\ufe19\ufe30\ufe45-\ufe46\ufe49-\ufe4c\ufe50-\ufe52\ufe54-\ufe57\ufe5f-\ufe61\ufe68\ufe6a-\ufe6b\uff01-\uff03\uff05-\uff07\uff0a\uff0c\uff0e-\uff0f\uff1a-\uff1b\uff1f-\uff20\uff3c\uff61\uff64-\uff65\U00010100-\U00010102\U0001039f\U000103d0\U0001056f\U00010857\U0001091f\U0001093f\U00010a50-\U00010a58\U00010a7f\U00010af0-\U00010af6\U00010b39-\U00010b3f\U00010b99-\U00010b9c\U00011047-\U0001104d\U000110bb-\U000110bc\U000110be-\U000110c1\U00011140-\U00011143\U00011174-\U00011175\U000111c5-\U000111c9\U000111cd\U000111db\U000111dd-\U000111df\U00011238-\U0001123d\U000112a9\U000114c6\U000115c1-\U000115d7\U00011641-\U00011643\U0001173c-\U0001173e\U00012470-\U00012474\U00016a6e-\U00016a6f\U00016af5\U00016b37-\U00016b3b\U00016b44\U0001bc9f\U0001da87-\U0001da8b]; +punct_open_chars = [(\[\{\u0f3a\u0f3c\u169b\u201a\u201e\u2045\u207d\u208d\u2308\u230a\u2329\u2768\u276a\u276c\u276e\u2770\u2772\u2774\u27c5\u27e6\u27e8\u27ea\u27ec\u27ee\u2983\u2985\u2987\u2989\u298b\u298d\u298f\u2991\u2993\u2995\u2997\u29d8\u29da\u29fc\u2e22\u2e24\u2e26\u2e28\u2e42\u3008\u300a\u300c\u300e\u3010\u3014\u3016\u3018\u301a\u301d\ufd3f\ufe17\ufe35\ufe37\ufe39\ufe3b\ufe3d\ufe3f\ufe41\ufe43\ufe47\ufe59\ufe5b\ufe5d\uff08\uff3b\uff5b\uff5f\uff62]; + +currency_symbol_chars = [$\xa2-\xa5\u058f\u060b\u09f2-\u09f3\u09fb\u0af1\u0bf9\u0e3f\u17db\u20a0-\u20be\ua838\ufdfc\ufe69\uff04\uffe0-\uffe1\uffe5-\uffe6]; +symbol_modifier_chars = [\^`\xa8\xaf\xb4\xb8\u02c2-\u02c5\u02d2-\u02df\u02e5-\u02eb\u02ed\u02ef-\u02ff\u0375\u0384-\u0385\u1fbd\u1fbf-\u1fc1\u1fcd-\u1fcf\u1fdd-\u1fdf\u1fed-\u1fef\u1ffd-\u1ffe\u309b-\u309c\ua700-\ua716\ua720-\ua721\ua789-\ua78a\uab5b\ufbb2-\ufbc1\uff3e\uff40\uffe3\U0001f3fb-\U0001f3ff]; +symbol_math_chars = [+<->|~\xac\xb1\xd7\xf7\u03f6\u0606-\u0608\u2044\u2052\u207a-\u207c\u208a-\u208c\u2118\u2140-\u2144\u214b\u2190-\u2194\u219a-\u219b\u21a0\u21a3\u21a6\u21ae\u21ce-\u21cf\u21d2\u21d4\u21f4-\u22ff\u2320-\u2321\u237c\u239b-\u23b3\u23dc-\u23e1\u25b7\u25c1\u25f8-\u25ff\u266f\u27c0-\u27c4\u27c7-\u27e5\u27f0-\u27ff\u2900-\u2982\u2999-\u29d7\u29dc-\u29fb\u29fe-\u2aff\u2b30-\u2b44\u2b47-\u2b4c\ufb29\ufe62\ufe64-\ufe66\uff0b\uff1c-\uff1e\uff5c\uff5e\uffe2\uffe9-\uffec\U0001d6c1\U0001d6db\U0001d6fb\U0001d715\U0001d735\U0001d74f\U0001d76f\U0001d789\U0001d7a9\U0001d7c3\U0001eef0-\U0001eef1]; +symbol_other_chars = [\xa6\xa9\xae\xb0\u0482\u058d-\u058e\u060e-\u060f\u06de\u06e9\u06fd-\u06fe\u07f6\u09fa\u0b70\u0bf3-\u0bf8\u0bfa\u0c7f\u0d79\u0f01-\u0f03\u0f13\u0f15-\u0f17\u0f1a-\u0f1f\u0f34\u0f36\u0f38\u0fbe-\u0fc5\u0fc7-\u0fcc\u0fce-\u0fcf\u0fd5-\u0fd8\u109e-\u109f\u1390-\u1399\u1940\u19de-\u19ff\u1b61-\u1b6a\u1b74-\u1b7c\u2100-\u2101\u2103-\u2106\u2108-\u2109\u2114\u2116-\u2117\u211e-\u2123\u2125\u2127\u2129\u212e\u213a-\u213b\u214a\u214c-\u214d\u214f\u218a-\u218b\u2195-\u2199\u219c-\u219f\u21a1-\u21a2\u21a4-\u21a5\u21a7-\u21ad\u21af-\u21cd\u21d0-\u21d1\u21d3\u21d5-\u21f3\u2300-\u2307\u230c-\u231f\u2322-\u2328\u232b-\u237b\u237d-\u239a\u23b4-\u23db\u23e2-\u23fa\u2400-\u2426\u2440-\u244a\u249c-\u24e9\u2500-\u25b6\u25b8-\u25c0\u25c2-\u25f7\u2600-\u266e\u2670-\u2767\u2794-\u27bf\u2800-\u28ff\u2b00-\u2b2f\u2b45-\u2b46\u2b4d-\u2b73\u2b76-\u2b95\u2b98-\u2bb9\u2bbd-\u2bc8\u2bca-\u2bd1\u2bec-\u2bef\u2ce5-\u2cea\u2e80-\u2e99\u2e9b-\u2ef3\u2f00-\u2fd5\u2ff0-\u2ffb\u3004\u3012-\u3013\u3020\u3036-\u3037\u303e-\u303f\u3190-\u3191\u3196-\u319f\u31c0-\u31e3\u3200-\u321e\u322a-\u3247\u3250\u3260-\u327f\u328a-\u32b0\u32c0-\u32fe\u3300-\u33ff\u4dc0-\u4dff\ua490-\ua4c6\ua828-\ua82b\ua836-\ua837\ua839\uaa77-\uaa79\ufdfd\uffe4\uffe8\uffed-\uffee\ufffc-\ufffd\U00010137-\U0001013f\U00010179-\U00010189\U0001018c\U00010190-\U0001019b\U000101a0\U000101d0-\U000101fc\U00010877-\U00010878\U00010ac8\U0001173f\U00016b3c-\U00016b3f\U00016b45\U0001bc9c\U0001d000-\U0001d0f5\U0001d100-\U0001d126\U0001d129-\U0001d164\U0001d16a-\U0001d16c\U0001d183-\U0001d184\U0001d18c-\U0001d1a9\U0001d1ae-\U0001d1e8\U0001d200-\U0001d241\U0001d245\U0001d300-\U0001d356\U0001d800-\U0001d9ff\U0001da37-\U0001da3a\U0001da6d-\U0001da74\U0001da76-\U0001da83\U0001da85-\U0001da86\U0001f000-\U0001f02b\U0001f030-\U0001f093\U0001f0a0-\U0001f0ae\U0001f0b1-\U0001f0bf\U0001f0c1-\U0001f0cf\U0001f0d1-\U0001f0f5\U0001f110-\U0001f12e\U0001f130-\U0001f16b\U0001f170-\U0001f19a\U0001f1e6-\U0001f202\U0001f210-\U0001f23a\U0001f240-\U0001f248\U0001f250-\U0001f251\U0001f300-\U0001f3fa\U0001f400-\U0001f579\U0001f57b-\U0001f5a3\U0001f5a5-\U0001f6d0\U0001f6e0-\U0001f6ec\U0001f6f0-\U0001f6f3\U0001f700-\U0001f773\U0001f780-\U0001f7d4\U0001f800-\U0001f80b\U0001f810-\U0001f847\U0001f850-\U0001f859\U0001f860-\U0001f887\U0001f890-\U0001f8ad\U0001f910-\U0001f918\U0001f980-\U0001f984\U0001f9c0]; + +separator_line_chars = [\u2028]; +separator_paragraph_chars = [\u2029]; +space = [ \xa0\u1680\u2000-\u200a\u202f\u205f\u3000]; + +non_space = [^ \u00a0\u1680\u180e\u2000-\u200a\u202f\u3000\u0000-\u001f\u007f-\u009f]; + +// TR-29 word segmentation + +hebrew_letter_chars = [\u05d0-\u05ea\u05f0-\u05f2\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40-\ufb41\ufb43-\ufb44\ufb46-\ufb4f]; +format_chars = [\u00ad\u0600-\u0605\u061c\u06dd\u070f\u180e\u200e-\u200f\u202a-\u202e\u2060-\u2064\u2066-\u206f\ufeff\ufff9-\ufffb\U000110bd\U0001bca0-\U0001bca3\U0001d173-\U0001d17a\U000e0001\U000e0020-\U000e007f]; +extend_chars = [\u0300-\u036f\u0483-\u0487\u0488-\u0489\u0591-\u05bd\u05bf\u05c1-\u05c2\u05c4-\u05c5\u05c7\u0610-\u061a\u064b-\u065f\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7-\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u08e3-\u0902\u0903\u093a\u093b\u093c\u093e-\u0940\u0941-\u0948\u0949-\u094c\u094d\u094e-\u094f\u0951-\u0957\u0962-\u0963\u0981\u0982-\u0983\u09bc\u09be-\u09c0\u09c1-\u09c4\u09c7-\u09c8\u09cb-\u09cc\u09cd\u09d7\u09e2-\u09e3\u0a01-\u0a02\u0a03\u0a3c\u0a3e-\u0a40\u0a41-\u0a42\u0a47-\u0a48\u0a4b-\u0a4d\u0a51\u0a70-\u0a71\u0a75\u0a81-\u0a82\u0a83\u0abc\u0abe-\u0ac0\u0ac1-\u0ac5\u0ac7-\u0ac8\u0ac9\u0acb-\u0acc\u0acd\u0ae2-\u0ae3\u0b01\u0b02-\u0b03\u0b3c\u0b3e\u0b3f\u0b40\u0b41-\u0b44\u0b47-\u0b48\u0b4b-\u0b4c\u0b4d\u0b56\u0b57\u0b62-\u0b63\u0b82\u0bbe-\u0bbf\u0bc0\u0bc1-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcc\u0bcd\u0bd7\u0c00\u0c01-\u0c03\u0c3e-\u0c40\u0c41-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55-\u0c56\u0c62-\u0c63\u0c81\u0c82-\u0c83\u0cbc\u0cbe\u0cbf\u0cc0-\u0cc4\u0cc6\u0cc7-\u0cc8\u0cca-\u0ccb\u0ccc-\u0ccd\u0cd5-\u0cd6\u0ce2-\u0ce3\u0d01\u0d02-\u0d03\u0d3e-\u0d40\u0d41-\u0d44\u0d46-\u0d48\u0d4a-\u0d4c\u0d4d\u0d57\u0d62-\u0d63\u0d82-\u0d83\u0dca\u0dcf-\u0dd1\u0dd2-\u0dd4\u0dd6\u0dd8-\u0ddf\u0df2-\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb-\u0ebc\u0ec8-\u0ecd\u0f18-\u0f19\u0f35\u0f37\u0f39\u0f3e-\u0f3f\u0f71-\u0f7e\u0f7f\u0f80-\u0f84\u0f86-\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u102c\u102d-\u1030\u1031\u1032-\u1037\u1038\u1039-\u103a\u103b-\u103c\u103d-\u103e\u1056-\u1057\u1058-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082\u1083-\u1084\u1085-\u1086\u1087-\u108c\u108d\u108f\u109a-\u109c\u109d\u135d-\u135f\u1712-\u1714\u1732-\u1734\u1752-\u1753\u1772-\u1773\u17b4-\u17b5\u17b6\u17b7-\u17bd\u17be-\u17c5\u17c6\u17c7-\u17c8\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1923-\u1926\u1927-\u1928\u1929-\u192b\u1930-\u1931\u1932\u1933-\u1938\u1939-\u193b\u1a17-\u1a18\u1a19-\u1a1a\u1a1b\u1a55\u1a56\u1a57\u1a58-\u1a5e\u1a60\u1a61\u1a62\u1a63-\u1a64\u1a65-\u1a6c\u1a6d-\u1a72\u1a73-\u1a7c\u1a7f\u1ab0-\u1abd\u1abe\u1b00-\u1b03\u1b04\u1b34\u1b35\u1b36-\u1b3a\u1b3b\u1b3c\u1b3d-\u1b41\u1b42\u1b43-\u1b44\u1b6b-\u1b73\u1b80-\u1b81\u1b82\u1ba1\u1ba2-\u1ba5\u1ba6-\u1ba7\u1ba8-\u1ba9\u1baa\u1bab-\u1bad\u1be6\u1be7\u1be8-\u1be9\u1bea-\u1bec\u1bed\u1bee\u1bef-\u1bf1\u1bf2-\u1bf3\u1c24-\u1c2b\u1c2c-\u1c33\u1c34-\u1c35\u1c36-\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce1\u1ce2-\u1ce8\u1ced\u1cf2-\u1cf3\u1cf4\u1cf8-\u1cf9\u1dc0-\u1df5\u1dfc-\u1dff\u200c-\u200d\u20d0-\u20dc\u20dd-\u20e0\u20e1\u20e2-\u20e4\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302d\u302e-\u302f\u3099-\u309a\ua66f\ua670-\ua672\ua674-\ua67d\ua69e-\ua69f\ua6f0-\ua6f1\ua802\ua806\ua80b\ua823-\ua824\ua825-\ua826\ua827\ua880-\ua881\ua8b4-\ua8c3\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua952-\ua953\ua980-\ua982\ua983\ua9b3\ua9b4-\ua9b5\ua9b6-\ua9b9\ua9ba-\ua9bb\ua9bc\ua9bd-\ua9c0\ua9e5\uaa29-\uaa2e\uaa2f-\uaa30\uaa31-\uaa32\uaa33-\uaa34\uaa35-\uaa36\uaa43\uaa4c\uaa4d\uaa7b\uaa7c\uaa7d\uaab0\uaab2-\uaab4\uaab7-\uaab8\uaabe-\uaabf\uaac1\uaaeb\uaaec-\uaaed\uaaee-\uaaef\uaaf5\uaaf6\uabe3-\uabe4\uabe5\uabe6-\uabe7\uabe8\uabe9-\uabea\uabec\uabed\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\uff9e-\uff9f\U000101fd\U000102e0\U00010376-\U0001037a\U00010a01-\U00010a03\U00010a05-\U00010a06\U00010a0c-\U00010a0f\U00010a38-\U00010a3a\U00010a3f\U00010ae5-\U00010ae6\U00011000\U00011001\U00011002\U00011038-\U00011046\U0001107f-\U00011081\U00011082\U000110b0-\U000110b2\U000110b3-\U000110b6\U000110b7-\U000110b8\U000110b9-\U000110ba\U00011100-\U00011102\U00011127-\U0001112b\U0001112c\U0001112d-\U00011134\U00011173\U00011180-\U00011181\U00011182\U000111b3-\U000111b5\U000111b6-\U000111be\U000111bf-\U000111c0\U000111ca-\U000111cc\U0001122c-\U0001122e\U0001122f-\U00011231\U00011232-\U00011233\U00011234\U00011235\U00011236-\U00011237\U000112df\U000112e0-\U000112e2\U000112e3-\U000112ea\U00011300-\U00011301\U00011302-\U00011303\U0001133c\U0001133e-\U0001133f\U00011340\U00011341-\U00011344\U00011347-\U00011348\U0001134b-\U0001134d\U00011357\U00011362-\U00011363\U00011366-\U0001136c\U00011370-\U00011374\U000114b0-\U000114b2\U000114b3-\U000114b8\U000114b9\U000114ba\U000114bb-\U000114be\U000114bf-\U000114c0\U000114c1\U000114c2-\U000114c3\U000115af-\U000115b1\U000115b2-\U000115b5\U000115b8-\U000115bb\U000115bc-\U000115bd\U000115be\U000115bf-\U000115c0\U000115dc-\U000115dd\U00011630-\U00011632\U00011633-\U0001163a\U0001163b-\U0001163c\U0001163d\U0001163e\U0001163f-\U00011640\U000116ab\U000116ac\U000116ad\U000116ae-\U000116af\U000116b0-\U000116b5\U000116b6\U000116b7\U0001171d-\U0001171f\U00011720-\U00011721\U00011722-\U00011725\U00011726\U00011727-\U0001172b\U00016af0-\U00016af4\U00016b30-\U00016b36\U00016f51-\U00016f7e\U00016f8f-\U00016f92\U0001bc9d-\U0001bc9e\U0001d165-\U0001d166\U0001d167-\U0001d169\U0001d16d-\U0001d172\U0001d17b-\U0001d182\U0001d185-\U0001d18b\U0001d1aa-\U0001d1ad\U0001d242-\U0001d244\U0001da00-\U0001da36\U0001da3b-\U0001da6c\U0001da75\U0001da84\U0001da9b-\U0001da9f\U0001daa1-\U0001daaf\U0001e8d0-\U0001e8d6\U000e0100-\U000e01ef]; +katakana_chars = [\u3031-\u3035\u309b-\u309c\u30a0\u30a1-\u30fa\u30fc-\u30fe\u30ff\u31f0-\u31ff\u32d0-\u32fe\u3300-\u3357\uff66-\uff6f\uff70\uff71-\uff9d\U0001b000]; +letter_other_alpha_chars = [\u00aa\u00ba\u01bb\u01c0-\u01c3\u0294\u0620-\u063f\u0641-\u064a\u066e-\u066f\u0671-\u06d3\u06d5\u06ee-\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u0800-\u0815\u0840-\u0858\u08a0-\u08b4\u0904-\u0939\u093d\u0950\u0958-\u0961\u0972-\u0980\u0985-\u098c\u098f-\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc-\u09dd\u09df-\u09e1\u09f0-\u09f1\u0a05-\u0a0a\u0a0f-\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32-\u0a33\u0a35-\u0a36\u0a38-\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2-\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0-\u0ae1\u0af9\u0b05-\u0b0c\u0b0f-\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32-\u0b33\u0b35-\u0b39\u0b3d\u0b5c-\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99-\u0b9a\u0b9c\u0b9e-\u0b9f\u0ba3-\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c60-\u0c61\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0-\u0ce1\u0cf1-\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u10d0-\u10fa\u10fd-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16f1-\u16f8\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1820-\u1842\u1844-\u1877\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1a00-\u1a16\u1b83-\u1ba0\u1bae-\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c77\u1ce9-\u1cec\u1cee-\u1cf1\u1cf5-\u1cf6\u2135-\u2138\u2d30-\u2d67\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u303c\u3105-\u312d\u31a0-\u31ba\ua4d0-\ua4f7\ua500-\ua60b\ua610-\ua61f\ua62a-\ua62b\ua66e\ua6a0-\ua6e5\ua78f\ua7f7\ua7fb-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua90a-\ua925\ua930-\ua946\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaae0-\uaaea\uaaf2\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uabc0-\uabe2\ufb50-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\U00010000-\U0001000b\U0001000d-\U00010026\U00010028-\U0001003a\U0001003c-\U0001003d\U0001003f-\U0001004d\U00010050-\U0001005d\U00010080-\U000100fa\U00010280-\U0001029c\U000102a0-\U000102d0\U00010300-\U0001031f\U00010330-\U00010340\U00010342-\U00010349\U00010350-\U00010375\U00010380-\U0001039d\U000103a0-\U000103c3\U000103c8-\U000103cf\U00010450-\U0001049d\U00010500-\U00010527\U00010530-\U00010563\U00010600-\U00010736\U00010740-\U00010755\U00010760-\U00010767\U00010800-\U00010805\U00010808\U0001080a-\U00010835\U00010837-\U00010838\U0001083c\U0001083f-\U00010855\U00010860-\U00010876\U00010880-\U0001089e\U000108e0-\U000108f2\U000108f4-\U000108f5\U00010900-\U00010915\U00010920-\U00010939\U00010980-\U000109b7\U000109be-\U000109bf\U00010a00\U00010a10-\U00010a13\U00010a15-\U00010a17\U00010a19-\U00010a33\U00010a60-\U00010a7c\U00010a80-\U00010a9c\U00010ac0-\U00010ac7\U00010ac9-\U00010ae4\U00010b00-\U00010b35\U00010b40-\U00010b55\U00010b60-\U00010b72\U00010b80-\U00010b91\U00010c00-\U00010c48\U00011003-\U00011037\U00011083-\U000110af\U000110d0-\U000110e8\U00011103-\U00011126\U00011150-\U00011172\U00011176\U00011183-\U000111b2\U000111c1-\U000111c4\U000111da\U000111dc\U00011200-\U00011211\U00011213-\U0001122b\U00011280-\U00011286\U00011288\U0001128a-\U0001128d\U0001128f-\U0001129d\U0001129f-\U000112a8\U000112b0-\U000112de\U00011305-\U0001130c\U0001130f-\U00011310\U00011313-\U00011328\U0001132a-\U00011330\U00011332-\U00011333\U00011335-\U00011339\U0001133d\U00011350\U0001135d-\U00011361\U00011480-\U000114af\U000114c4-\U000114c5\U000114c7\U00011580-\U000115ae\U000115d8-\U000115db\U00011600-\U0001162f\U00011644\U00011680-\U000116aa\U000118ff\U00011ac0-\U00011af8\U00012000-\U00012399\U00012480-\U00012543\U00013000-\U0001342e\U00014400-\U00014646\U00016800-\U00016a38\U00016a40-\U00016a5e\U00016ad0-\U00016aed\U00016b00-\U00016b2f\U00016b63-\U00016b77\U00016b7d-\U00016b8f\U00016f00-\U00016f44\U00016f50\U0001bc00-\U0001bc6a\U0001bc70-\U0001bc7c\U0001bc80-\U0001bc88\U0001bc90-\U0001bc99\U0001e800-\U0001e8c4\U0001ee00-\U0001ee03\U0001ee05-\U0001ee1f\U0001ee21-\U0001ee22\U0001ee24\U0001ee27\U0001ee29-\U0001ee32\U0001ee34-\U0001ee37\U0001ee39\U0001ee3b\U0001ee42\U0001ee47\U0001ee49\U0001ee4b\U0001ee4d-\U0001ee4f\U0001ee51-\U0001ee52\U0001ee54\U0001ee57\U0001ee59\U0001ee5b\U0001ee5d\U0001ee5f\U0001ee61-\U0001ee62\U0001ee64\U0001ee67-\U0001ee6a\U0001ee6c-\U0001ee72\U0001ee74-\U0001ee77\U0001ee79-\U0001ee7c\U0001ee7e\U0001ee80-\U0001ee89\U0001ee8b-\U0001ee9b\U0001eea1-\U0001eea3\U0001eea5-\U0001eea9\U0001eeab-\U0001eebb]; +mid_letter_chars = [\u003a\u00b7\u02d7\u0387\u05f4\u2027\ufe13\ufe55\uff1a]; +mid_number_chars = [\u002c\u003b\u037e\u0589\u060c-\u060d\u066c\u07f8\u2044\ufe10\ufe14\ufe50\ufe54\uff0c\uff1b]; +mid_num_letter_chars = [\u002e\u2018\u2019\u2024\ufe52\uff07\uff0e]; +numeric_chars = [\u0030-\u0039\u0660-\u0669\u066b\u06f0-\u06f9\u07c0-\u07c9\u0966-\u096f\u09e6-\u09ef\u0a66-\u0a6f\u0ae6-\u0aef\u0b66-\u0b6f\u0be6-\u0bef\u0c66-\u0c6f\u0ce6-\u0cef\u0d66-\u0d6f\u0de6-\u0def\u0e50-\u0e59\u0ed0-\u0ed9\u0f20-\u0f29\u1040-\u1049\u1090-\u1099\u17e0-\u17e9\u1810-\u1819\u1946-\u194f\u19d0-\u19d9\u1a80-\u1a89\u1a90-\u1a99\u1b50-\u1b59\u1bb0-\u1bb9\u1c40-\u1c49\u1c50-\u1c59\ua620-\ua629\ua8d0-\ua8d9\ua900-\ua909\ua9d0-\ua9d9\ua9f0-\ua9f9\uaa50-\uaa59\uabf0-\uabf9\U000104a0-\U000104a9\U00011066-\U0001106f\U000110f0-\U000110f9\U00011136-\U0001113f\U000111d0-\U000111d9\U000112f0-\U000112f9\U000114d0-\U000114d9\U00011650-\U00011659\U000116c0-\U000116c9\U00011730-\U00011739\U000118e0-\U000118e9\U00016a60-\U00016a69\U00016b50-\U00016b59\U0001d7ce-\U0001d7ff]; +extend_num_letter_chars = [\u005f\u203f-\u2040\u2054\ufe33-\ufe34\ufe4d-\ufe4f\uff3f]; + +hangul_syllable_class_LV = [\uac00\uac1c\uac38\uac54\uac70\uac8c\uaca8\uacc4\uace0\uacfc\uad18\uad34\uad50\uad6c\uad88\uada4\uadc0\uaddc\uadf8\uae14\uae30\uae4c\uae68\uae84\uaea0\uaebc\uaed8\uaef4\uaf10\uaf2c\uaf48\uaf64\uaf80\uaf9c\uafb8\uafd4\uaff0\ub00c\ub028\ub044\ub060\ub07c\ub098\ub0b4\ub0d0\ub0ec\ub108\ub124\ub140\ub15c\ub178\ub194\ub1b0\ub1cc\ub1e8\ub204\ub220\ub23c\ub258\ub274\ub290\ub2ac\ub2c8\ub2e4\ub300\ub31c\ub338\ub354\ub370\ub38c\ub3a8\ub3c4\ub3e0\ub3fc\ub418\ub434\ub450\ub46c\ub488\ub4a4\ub4c0\ub4dc\ub4f8\ub514\ub530\ub54c\ub568\ub584\ub5a0\ub5bc\ub5d8\ub5f4\ub610\ub62c\ub648\ub664\ub680\ub69c\ub6b8\ub6d4\ub6f0\ub70c\ub728\ub744\ub760\ub77c\ub798\ub7b4\ub7d0\ub7ec\ub808\ub824\ub840\ub85c\ub878\ub894\ub8b0\ub8cc\ub8e8\ub904\ub920\ub93c\ub958\ub974\ub990\ub9ac\ub9c8\ub9e4\uba00\uba1c\uba38\uba54\uba70\uba8c\ubaa8\ubac4\ubae0\ubafc\ubb18\ubb34\ubb50\ubb6c\ubb88\ubba4\ubbc0\ubbdc\ubbf8\ubc14\ubc30\ubc4c\ubc68\ubc84\ubca0\ubcbc\ubcd8\ubcf4\ubd10\ubd2c\ubd48\ubd64\ubd80\ubd9c\ubdb8\ubdd4\ubdf0\ube0c\ube28\ube44\ube60\ube7c\ube98\ubeb4\ubed0\ubeec\ubf08\ubf24\ubf40\ubf5c\ubf78\ubf94\ubfb0\ubfcc\ubfe8\uc004\uc020\uc03c\uc058\uc074\uc090\uc0ac\uc0c8\uc0e4\uc100\uc11c\uc138\uc154\uc170\uc18c\uc1a8\uc1c4\uc1e0\uc1fc\uc218\uc234\uc250\uc26c\uc288\uc2a4\uc2c0\uc2dc\uc2f8\uc314\uc330\uc34c\uc368\uc384\uc3a0\uc3bc\uc3d8\uc3f4\uc410\uc42c\uc448\uc464\uc480\uc49c\uc4b8\uc4d4\uc4f0\uc50c\uc528\uc544\uc560\uc57c\uc598\uc5b4\uc5d0\uc5ec\uc608\uc624\uc640\uc65c\uc678\uc694\uc6b0\uc6cc\uc6e8\uc704\uc720\uc73c\uc758\uc774\uc790\uc7ac\uc7c8\uc7e4\uc800\uc81c\uc838\uc854\uc870\uc88c\uc8a8\uc8c4\uc8e0\uc8fc\uc918\uc934\uc950\uc96c\uc988\uc9a4\uc9c0\uc9dc\uc9f8\uca14\uca30\uca4c\uca68\uca84\ucaa0\ucabc\ucad8\ucaf4\ucb10\ucb2c\ucb48\ucb64\ucb80\ucb9c\ucbb8\ucbd4\ucbf0\ucc0c\ucc28\ucc44\ucc60\ucc7c\ucc98\uccb4\uccd0\uccec\ucd08\ucd24\ucd40\ucd5c\ucd78\ucd94\ucdb0\ucdcc\ucde8\uce04\uce20\uce3c\uce58\uce74\uce90\uceac\ucec8\ucee4\ucf00\ucf1c\ucf38\ucf54\ucf70\ucf8c\ucfa8\ucfc4\ucfe0\ucffc\ud018\ud034\ud050\ud06c\ud088\ud0a4\ud0c0\ud0dc\ud0f8\ud114\ud130\ud14c\ud168\ud184\ud1a0\ud1bc\ud1d8\ud1f4\ud210\ud22c\ud248\ud264\ud280\ud29c\ud2b8\ud2d4\ud2f0\ud30c\ud328\ud344\ud360\ud37c\ud398\ud3b4\ud3d0\ud3ec\ud408\ud424\ud440\ud45c\ud478\ud494\ud4b0\ud4cc\ud4e8\ud504\ud520\ud53c\ud558\ud574\ud590\ud5ac\ud5c8\ud5e4\ud600\ud61c\ud638\ud654\ud670\ud68c\ud6a8\ud6c4\ud6e0\ud6fc\ud718\ud734\ud750\ud76c\ud788]; +hangul_syllable_class_LVT = [\uac01-\uac1b\uac1d-\uac37\uac39-\uac53\uac55-\uac6f\uac71-\uac8b\uac8d-\uaca7\uaca9-\uacc3\uacc5-\uacdf\uace1-\uacfb\uacfd-\uad17\uad19-\uad33\uad35-\uad4f\uad51-\uad6b\uad6d-\uad87\uad89-\uada3\uada5-\uadbf\uadc1-\uaddb\uaddd-\uadf7\uadf9-\uae13\uae15-\uae2f\uae31-\uae4b\uae4d-\uae67\uae69-\uae83\uae85-\uae9f\uaea1-\uaebb\uaebd-\uaed7\uaed9-\uaef3\uaef5-\uaf0f\uaf11-\uaf2b\uaf2d-\uaf47\uaf49-\uaf63\uaf65-\uaf7f\uaf81-\uaf9b\uaf9d-\uafb7\uafb9-\uafd3\uafd5-\uafef\uaff1-\ub00b\ub00d-\ub027\ub029-\ub043\ub045-\ub05f\ub061-\ub07b\ub07d-\ub097\ub099-\ub0b3\ub0b5-\ub0cf\ub0d1-\ub0eb\ub0ed-\ub107\ub109-\ub123\ub125-\ub13f\ub141-\ub15b\ub15d-\ub177\ub179-\ub193\ub195-\ub1af\ub1b1-\ub1cb\ub1cd-\ub1e7\ub1e9-\ub203\ub205-\ub21f\ub221-\ub23b\ub23d-\ub257\ub259-\ub273\ub275-\ub28f\ub291-\ub2ab\ub2ad-\ub2c7\ub2c9-\ub2e3\ub2e5-\ub2ff\ub301-\ub31b\ub31d-\ub337\ub339-\ub353\ub355-\ub36f\ub371-\ub38b\ub38d-\ub3a7\ub3a9-\ub3c3\ub3c5-\ub3df\ub3e1-\ub3fb\ub3fd-\ub417\ub419-\ub433\ub435-\ub44f\ub451-\ub46b\ub46d-\ub487\ub489-\ub4a3\ub4a5-\ub4bf\ub4c1-\ub4db\ub4dd-\ub4f7\ub4f9-\ub513\ub515-\ub52f\ub531-\ub54b\ub54d-\ub567\ub569-\ub583\ub585-\ub59f\ub5a1-\ub5bb\ub5bd-\ub5d7\ub5d9-\ub5f3\ub5f5-\ub60f\ub611-\ub62b\ub62d-\ub647\ub649-\ub663\ub665-\ub67f\ub681-\ub69b\ub69d-\ub6b7\ub6b9-\ub6d3\ub6d5-\ub6ef\ub6f1-\ub70b\ub70d-\ub727\ub729-\ub743\ub745-\ub75f\ub761-\ub77b\ub77d-\ub797\ub799-\ub7b3\ub7b5-\ub7cf\ub7d1-\ub7eb\ub7ed-\ub807\ub809-\ub823\ub825-\ub83f\ub841-\ub85b\ub85d-\ub877\ub879-\ub893\ub895-\ub8af\ub8b1-\ub8cb\ub8cd-\ub8e7\ub8e9-\ub903\ub905-\ub91f\ub921-\ub93b\ub93d-\ub957\ub959-\ub973\ub975-\ub98f\ub991-\ub9ab\ub9ad-\ub9c7\ub9c9-\ub9e3\ub9e5-\ub9ff\uba01-\uba1b\uba1d-\uba37\uba39-\uba53\uba55-\uba6f\uba71-\uba8b\uba8d-\ubaa7\ubaa9-\ubac3\ubac5-\ubadf\ubae1-\ubafb\ubafd-\ubb17\ubb19-\ubb33\ubb35-\ubb4f\ubb51-\ubb6b\ubb6d-\ubb87\ubb89-\ubba3\ubba5-\ubbbf\ubbc1-\ubbdb\ubbdd-\ubbf7\ubbf9-\ubc13\ubc15-\ubc2f\ubc31-\ubc4b\ubc4d-\ubc67\ubc69-\ubc83\ubc85-\ubc9f\ubca1-\ubcbb\ubcbd-\ubcd7\ubcd9-\ubcf3\ubcf5-\ubd0f\ubd11-\ubd2b\ubd2d-\ubd47\ubd49-\ubd63\ubd65-\ubd7f\ubd81-\ubd9b\ubd9d-\ubdb7\ubdb9-\ubdd3\ubdd5-\ubdef\ubdf1-\ube0b\ube0d-\ube27\ube29-\ube43\ube45-\ube5f\ube61-\ube7b\ube7d-\ube97\ube99-\ubeb3\ubeb5-\ubecf\ubed1-\ubeeb\ubeed-\ubf07\ubf09-\ubf23\ubf25-\ubf3f\ubf41-\ubf5b\ubf5d-\ubf77\ubf79-\ubf93\ubf95-\ubfaf\ubfb1-\ubfcb\ubfcd-\ubfe7\ubfe9-\uc003\uc005-\uc01f\uc021-\uc03b\uc03d-\uc057\uc059-\uc073\uc075-\uc08f\uc091-\uc0ab\uc0ad-\uc0c7\uc0c9-\uc0e3\uc0e5-\uc0ff\uc101-\uc11b\uc11d-\uc137\uc139-\uc153\uc155-\uc16f\uc171-\uc18b\uc18d-\uc1a7\uc1a9-\uc1c3\uc1c5-\uc1df\uc1e1-\uc1fb\uc1fd-\uc217\uc219-\uc233\uc235-\uc24f\uc251-\uc26b\uc26d-\uc287\uc289-\uc2a3\uc2a5-\uc2bf\uc2c1-\uc2db\uc2dd-\uc2f7\uc2f9-\uc313\uc315-\uc32f\uc331-\uc34b\uc34d-\uc367\uc369-\uc383\uc385-\uc39f\uc3a1-\uc3bb\uc3bd-\uc3d7\uc3d9-\uc3f3\uc3f5-\uc40f\uc411-\uc42b\uc42d-\uc447\uc449-\uc463\uc465-\uc47f\uc481-\uc49b\uc49d-\uc4b7\uc4b9-\uc4d3\uc4d5-\uc4ef\uc4f1-\uc50b\uc50d-\uc527\uc529-\uc543\uc545-\uc55f\uc561-\uc57b\uc57d-\uc597\uc599-\uc5b3\uc5b5-\uc5cf\uc5d1-\uc5eb\uc5ed-\uc607\uc609-\uc623\uc625-\uc63f\uc641-\uc65b\uc65d-\uc677\uc679-\uc693\uc695-\uc6af\uc6b1-\uc6cb\uc6cd-\uc6e7\uc6e9-\uc703\uc705-\uc71f\uc721-\uc73b\uc73d-\uc757\uc759-\uc773\uc775-\uc78f\uc791-\uc7ab\uc7ad-\uc7c7\uc7c9-\uc7e3\uc7e5-\uc7ff\uc801-\uc81b\uc81d-\uc837\uc839-\uc853\uc855-\uc86f\uc871-\uc88b\uc88d-\uc8a7\uc8a9-\uc8c3\uc8c5-\uc8df\uc8e1-\uc8fb\uc8fd-\uc917\uc919-\uc933\uc935-\uc94f\uc951-\uc96b\uc96d-\uc987\uc989-\uc9a3\uc9a5-\uc9bf\uc9c1-\uc9db\uc9dd-\uc9f7\uc9f9-\uca13\uca15-\uca2f\uca31-\uca4b\uca4d-\uca67\uca69-\uca83\uca85-\uca9f\ucaa1-\ucabb\ucabd-\ucad7\ucad9-\ucaf3\ucaf5-\ucb0f\ucb11-\ucb2b\ucb2d-\ucb47\ucb49-\ucb63\ucb65-\ucb7f\ucb81-\ucb9b\ucb9d-\ucbb7\ucbb9-\ucbd3\ucbd5-\ucbef\ucbf1-\ucc0b\ucc0d-\ucc27\ucc29-\ucc43\ucc45-\ucc5f\ucc61-\ucc7b\ucc7d-\ucc97\ucc99-\uccb3\uccb5-\ucccf\uccd1-\ucceb\ucced-\ucd07\ucd09-\ucd23\ucd25-\ucd3f\ucd41-\ucd5b\ucd5d-\ucd77\ucd79-\ucd93\ucd95-\ucdaf\ucdb1-\ucdcb\ucdcd-\ucde7\ucde9-\uce03\uce05-\uce1f\uce21-\uce3b\uce3d-\uce57\uce59-\uce73\uce75-\uce8f\uce91-\uceab\ucead-\ucec7\ucec9-\ucee3\ucee5-\uceff\ucf01-\ucf1b\ucf1d-\ucf37\ucf39-\ucf53\ucf55-\ucf6f\ucf71-\ucf8b\ucf8d-\ucfa7\ucfa9-\ucfc3\ucfc5-\ucfdf\ucfe1-\ucffb\ucffd-\ud017\ud019-\ud033\ud035-\ud04f\ud051-\ud06b\ud06d-\ud087\ud089-\ud0a3\ud0a5-\ud0bf\ud0c1-\ud0db\ud0dd-\ud0f7\ud0f9-\ud113\ud115-\ud12f\ud131-\ud14b\ud14d-\ud167\ud169-\ud183\ud185-\ud19f\ud1a1-\ud1bb\ud1bd-\ud1d7\ud1d9-\ud1f3\ud1f5-\ud20f\ud211-\ud22b\ud22d-\ud247\ud249-\ud263\ud265-\ud27f\ud281-\ud29b\ud29d-\ud2b7\ud2b9-\ud2d3\ud2d5-\ud2ef\ud2f1-\ud30b\ud30d-\ud327\ud329-\ud343\ud345-\ud35f\ud361-\ud37b\ud37d-\ud397\ud399-\ud3b3\ud3b5-\ud3cf\ud3d1-\ud3eb\ud3ed-\ud407\ud409-\ud423\ud425-\ud43f\ud441-\ud45b\ud45d-\ud477\ud479-\ud493\ud495-\ud4af\ud4b1-\ud4cb\ud4cd-\ud4e7\ud4e9-\ud503\ud505-\ud51f\ud521-\ud53b\ud53d-\ud557\ud559-\ud573\ud575-\ud58f\ud591-\ud5ab\ud5ad-\ud5c7\ud5c9-\ud5e3\ud5e5-\ud5ff\ud601-\ud61b\ud61d-\ud637\ud639-\ud653\ud655-\ud66f\ud671-\ud68b\ud68d-\ud6a7\ud6a9-\ud6c3\ud6c5-\ud6df\ud6e1-\ud6fb\ud6fd-\ud717\ud719-\ud733\ud735-\ud74f\ud751-\ud76b\ud76d-\ud787\ud789-\ud7a3]; +hangul_syllable_class_V = [\u1160-\u11a7\ud7b0-\ud7c6]; +hangul_syllable_class_L = [\u1100-\u115f\ua960-\ua97c]; +hangul_syllable_class_T = [\u11a8-\u11ff\ud7cb-\ud7fb]; + +ideographic_numeric_chars = [\u00b2-\u00b3\u00b9\u00bc-\u00be\u2070\u2074-\u2079\u2080-\u2089\u2150-\u215f\u2189\u2460-\u249b\u24ea-\u24ff\u2776-\u2793\u3192-\u3195\u3220-\u3229\u3248-\u324f\u3251-\u325f\u3280-\u3289\u32b1-\u32bf\ua830-\ua835\U00010107-\U00010133\U000102e1-\U000102fb\U0001d360-\U0001d371\U0001f100-\U0001f10c\u2160-\u2182\u2185-\u2188\U00010140-\U00010174\U00010175-\U00010178\U0001018a-\U0001018b\U00010e60-\U00010e7e\u09f4-\u09f9\u0b72-\u0b77\u0bf0-\u0bf2\u0c78-\u0c7e\u0d70-\u0d75\U000111e1-\U000111f4\u0f2a-\u0f33\u1369-\u137c\u16ee-\u16f0\u17f0-\u17f9\u3007\u3021-\u3029\u3038-\u303a\U00010320-\U00010323\U00010341\U0001034a\u2cfd\u19da\U000103d1-\U000103d5\U00010a40-\U00010a47\U00012400-\U0001246e\U00010916-\U0001091b\ua6e6-\ua6ef\U00010858-\U0001085f\U00010a7d-\U00010a7e\U00010b58-\U00010b5f\U00010b78-\U00010b7f\U00011052-\U00011065\U000109bc-\U000109bd\U000109c0-\U000109cf\U000109d2-\U000109ff\U00016b5b-\U00016b61\U00010aeb-\U00010aef\U0001e8c7-\U0001e8cf\U00010a9d-\U00010a9f\U000108a7-\U000108af\U00010879-\U0001087f\U00010ba9-\U00010baf\U000118ea-\U000118f2\U0001173a-\U0001173b\U000108fb-\U000108ff\U00010cfa-\U00010cff]; +ideographic_chars = [\u0e01-\u0e30\u0e31\u0e32-\u0e33\u0e34-\u0e3a\u0e40-\u0e45\u0e46\u0e47-\u0e4e\u0e4f\u0e50-\u0e59\u0e5a-\u0e5b\u0e81-\u0e82\u0e84\u0e87-\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa-\u0eab\u0ead-\u0eb0\u0eb1\u0eb2-\u0eb3\u0eb4-\u0eb9\u0ebb-\u0ebc\u0ebd\u0ec0-\u0ec4\u0ec6\u0ec8-\u0ecd\u0ed0-\u0ed9\u0edc-\u0edf\u0f00\u0f01-\u0f03\u0f04-\u0f12\u0f13\u0f14\u0f15-\u0f17\u0f18-\u0f19\u0f1a-\u0f1f\u0f20-\u0f29\u0f2a-\u0f33\u0f34\u0f35\u0f36\u0f37\u0f38\u0f39\u0f3a\u0f3b\u0f3c\u0f3d\u0f3e-\u0f3f\u0f40-\u0f47\u0f49-\u0f6c\u0f71-\u0f7e\u0f7f\u0f80-\u0f84\u0f85\u0f86-\u0f87\u0f88-\u0f8c\u0f8d-\u0f97\u0f99-\u0fbc\u0fbe-\u0fc5\u0fc6\u0fc7-\u0fcc\u0fce-\u0fcf\u0fd0-\u0fd4\u0fd9-\u0fda\u1100-\u11ff\u302e-\u302f\u3131-\u318e\u3200-\u321e\u3260-\u327e\ua960-\ua97c\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uffa0-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc\u3041-\u3096\u309d-\u309e\u309f\U0001b001\U0001f200\u2e80-\u2e99\u2e9b-\u2ef3\u2f00-\u2fd5\u3005\u3007\u3021-\u3029\u3038-\u303a\u303b\u3400-\u4db5\u4e00-\u9fd5\uf900-\ufa6d\ufa70-\ufad9\U00020000-\U0002a6d6\U0002a700-\U0002b734\U0002b740-\U0002b81d\U0002b820-\U0002cea1\U0002f800-\U0002fa1d\ua000-\ua014\ua015\ua016-\ua48c\ua490-\ua4c6\u1b00-\u1b03\u1b04\u1b05-\u1b33\u1b34\u1b35\u1b36-\u1b3a\u1b3b\u1b3c\u1b3d-\u1b41\u1b42\u1b43-\u1b44\u1b45-\u1b4b\u1b50-\u1b59\u1b5a-\u1b60\u1b61-\u1b6a\u1b6b-\u1b73\u1b74-\u1b7c\ua980-\ua982\ua983\ua984-\ua9b2\ua9b3\ua9b4-\ua9b5\ua9b6-\ua9b9\ua9ba-\ua9bb\ua9bc\ua9bd-\ua9c0\ua9c1-\ua9cd\ua9d0-\ua9d9\ua9de-\ua9df]; + +single_quote = [\u0027]; +double_quote = [\u0022]; + +letter = {letter_lower_chars}|{letter_upper_chars}|{letter_title_chars}|{letter_other_alpha_chars}|{hebrew_letter_chars}; +latinish_letter = {letter_lower_chars}|{letter_upper_chars}|{letter_title_chars}; + +underscore = [_]; + +hyphen = [\-]; +minus = [\u2212]; +figure_dash = [\u2012]; +ndash = [\u2013]; +mdash = [\u2014\u2e3a\u2e3b\ufe31\ufe58]; +hbar = [\u2015]; +swung_dash = [\u2053]; + + +other_non_breaking_dash = [\u058a\u05be\u1400\u1806\u2010-\u2013\u2212\u2e17\u2e1a\ufe32\ufe63\uff0d]; + +non_breaking_dash = (({hyphen}{1,1})|{other_non_breaking_dash}); +breaking_dash = ({mdash}|{hbar}|{swung_dash}|({hyphen}{2,})); + +// WB5 +basic_word = {letter}+; +// WB6 +word_non_breaking_mid_char = {letter}+(({mid_letter_chars}|{non_breaking_dash}|{mid_num_letter_chars}|{single_quote}){letter}+)+; +// WB7 +word_end_single_quote = {letter}+(({mid_letter_chars}|{mid_num_letter_chars}){letter}+{single_quote}); +// WB7a +hebrew_word_single_quote = ({hebrew_letter_chars}+{single_quote})+; +// WB7b and WB7c +hebrew_word_double_quote = ({hebrew_letter_chars}+{double_quote})+{hebrew_letter_chars}*; + +// WB11 and WB12 (modified slightly) +possible_numeric_chars = ({numeric_chars}|{letter}|{non_breaking_dash}|{hyphen}|{mid_num_letter_chars}|{single_quote}); +number = ({non_breaking_dash}?((({numeric_chars}|{number_or_digit_chars})+({mid_number_chars}|{mid_num_letter_chars}))*)({numeric_chars}|{number_or_digit_chars})+); +numeric = (({non_breaking_dash}|((({numeric_chars}|{number_or_digit_chars}|{letter})+{possible_numeric_chars}*)*))({numeric_chars}|{number_or_digit_chars})+({possible_numeric_chars}*({numeric_chars}|{number_or_digit_chars}|{letter})+)*); + + +// WB13 +katakana = {katakana_chars}+; + +// WB13a and WB13b +word_extend_num_letter = ({letter}|{numeric_chars}|{katakana}|{extend_num_letter_chars})+{extend_num_letter_chars}({letter}|{numeric_chars}|{katakana}|{extend_num_letter_chars})*; + +possible_word_char = {letter}|{mark_spacing_combining_chars}|{mark_enclosing_chars}|{mark_nonspacing_chars}|{punct_connector_chars}|{currency_symbol_chars}|{symbol_modifier_chars}|{symbol_math_chars}|{symbol_other_chars}|{digit}; +any_word = (({possible_word_char}*{letter}+{possible_word_char}*{non_breaking_dash})*{possible_word_char}*{letter}+{possible_word_char}*); + +// GB6, GB7 & GB8 +hangul_syllable = (({hangul_syllable_class_L}(hangul_syllable_class_L|hangul_syllable_class_V|hangul_syllable_class_LV|hangul_syllable_class_LVT))|(({hangul_syllable_class_L}|{hangul_syllable_class_V})({hangul_syllable_class_V}{hangul_syllable_class_T}))|(({hangul_syllable_class_LVT}|{hangul_syllable_class_T}){hangul_syllable_class_T})); + +apos_word = ("'"?({latinish_letter}+"'"){latinish_letter}+"'"?); + +ellipsis = ("\."{2,}|"\u2026"); + +acronym = ({letter}"\."){2,}{letter}?; +multi_punct_abbreviation = ({letter}+"\.")+{letter}*; + +abbrev_word = (({letter}|{possible_word_char})+"\.")+({letter}|{possible_word_char})*; + +hyphen_plus_abbreviation = ((({abbrev_word}|{any_word}){hyphen})+({abbrev_word}))|(({abbrev_word}|{any_word}){hyphen})*({abbrev_word}{hyphen})+(({abbrev_word}|{any_word}){hyphen})*({abbrev_word}|{any_word}); + +word = ({basic_word})|({word_non_breaking_mid_char})|({word_end_single_quote})|({hebrew_word_single_quote})|({hebrew_word_double_quote})|({word_extend_num_letter}); + +abbreviation = ({word})"\."; + +us_phone_number = ("\+"?"1"[\-\. ]?)?"\("?([2-9][0-8][0-9])"\)"?[\-\. ]?([2-9][0-9]{2})[\-\. ]?([0-9]{4}); +international_phone_number = "\+"("9"[976][0-9]|"8"[987530][0-9]|"6"[987][0-9]|"5"[90][0-9]|"420-9"|"3"[875][0-9]|"2"[98654321][0-9]|"9"[8543210]|"8"[6421]|"6"[6543210]|"5"[87654321]|"4"[987654310]|"3"[9643210]|"2"[70]|"7"|"1"){space}*(([()\.\-/ ]{0,1}[0-9]){9}[0-9]{1,2}); + +url = ('http''s'?":"("/"{1,3}|[A-Za-z0-9%]))([^\u0000 \t\u00A0\u2000-\u200A\u3000\r\n\f<>{}\[\]]+); + +email = ([a-zA-Z0-9\._%+\-]+"@"([a-zA-Z0-9]+[\.])+[a-zA-Z0-9]{2,3}); + +invalid_chars = ({control_chars}|{other_format_chars}|{other_private_use_chars}); + +"\u0000" { return END; } +{invalid_chars} { return INVALID_CHAR; } +{space}+ { return WHITESPACE; } + +{email} { return EMAIL; } +{url} { return URL; } + +{ellipsis} { return ELLIPSIS; } + +{us_phone_number} { return US_PHONE; } +{international_phone_number} { return INTL_PHONE; } + +{acronym} { return ACRONYM; } +{multi_punct_abbreviation} { return ABBREVIATION; } +{hyphen_plus_abbreviation} { return ABBREVIATION; } +{abbreviation} { return ABBREVIATION; } + +{number} { return NUMERIC; } +{numeric} { return NUMERIC; } +{apos_word} { return WORD; } +{hangul_syllable} { return HANGUL_SYLLABLE; } +{ideographic_chars} { return IDEOGRAPHIC_CHAR; } +{ideographic_numeric_chars} { return IDEOGRAPHIC_NUMBER; } +{word} { return WORD; } +{katakana} { return WORD; } +{any_word} { return WORD; } + +{newline} { return NEWLINE; } +"\." { return PERIOD; } +"!" { return EXCLAMATION; } +"?" { return QUESTION_MARK; } +{hyphen}{1} { return HYPHEN; } +"," { return COMMA; } +":" { return COLON; } +";" { return SEMICOLON; } +{punct_open_chars} { return PUNCT_OPEN; } +{punct_close_chars} { return PUNCT_CLOSE; } +"/" { return SLASH; } +"\\" { return BACKSLASH; } +"\"" { return DOUBLE_QUOTE; } +"'" { return SINGLE_QUOTE; } +{punct_initial_quote_chars} { return OPEN_QUOTE; } +{punct_final_quote_chars} { return CLOSE_QUOTE; } +"&" { return AMPERSAND; } +">" { return GREATER_THAN; } +"<" { return LESS_THAN; } +"@" { return AT_SIGN; } +"+" { return PLUS; } +"#" { return POUND; } +{other_non_breaking_dash} { return DASH; } +{breaking_dash} { return BREAKING_DASH; } +{other_surrogate_chars} { return INVALID_CHAR; } +{any} { return OTHER; } + +*/ + +} + +inline scanner_t scanner_from_string(const char *input, size_t len) { + unsigned char *s = (unsigned char *)input; + + scanner_t scanner; + scanner.src = s; + scanner.cursor = s; + scanner.start = s; + scanner.end = s + len; + + return scanner; +} + +void tokenize_add_tokens(token_array *tokens, const char *input, size_t len, bool keep_whitespace) { + scanner_t scanner = scanner_from_string(input, len); + + size_t token_start, token_length; + uint16_t token_type; + + size_t consumed = 0; + + while (consumed < len && (token_type = scan_token(&scanner)) != END) { + token_start = scanner.start - scanner.src; + token_length = scanner.cursor - scanner.start; + + if ((token_type == WHITESPACE && !keep_whitespace) || (token_type == INVALID_CHAR)) { + continue; + } + + token_t token; + token.offset = token_start; + token.len = token_length; + token.type = token_type; + + token_array_push(tokens, token); + + consumed += token_length; + } + +} + +token_array *tokenize_keep_whitespace(const char *input) { + token_array *tokens = token_array_new(); + tokenize_add_tokens(tokens, input, strlen(input), true); + return tokens; +} + +token_array *tokenize(const char *input) { + + token_array *tokens = token_array_new(); + + tokenize_add_tokens(tokens, input, strlen(input), false); + + return tokens; +} diff --git a/src/shuffle.c b/src/shuffle.c new file mode 100644 index 0000000..caae483 --- /dev/null +++ b/src/shuffle.c @@ -0,0 +1,126 @@ +#include "shuffle.h" + +#include + +#include "string_utils.h" + +#include "file_utils.h" + +// Run shuf/gshuf on a file in-place if the shuf command is available. +bool shuffle_file(char *filename) { + char *shuffle_command = NULL; + + #if defined(HAVE_SHUF) + shuffle_command = "shuf"; + #elif defined(HAVE_GSHUF) + shuffle_command = "gshuf"; + #else + return false; + #endif + + char_array *command = char_array_new(); + + char_array_cat_printf(command, "%s -o %s %s", shuffle_command, filename, filename); + + int ret = system(char_array_get_string(command)); + + char_array_destroy(command); + + return ret == EXIT_SUCCESS; +} + +// Assign each line of the file randomly to n chunks and shuffle each file sequentially in-memory +// This approach will produce a random permutation of the lines using limited memory +bool shuffle_file_chunked(char *filename, size_t parts) { + char *shuffle_command = NULL; + + // Linux + #if defined(HAVE_SHUF) + shuffle_command = "shuf"; + // Mac + #elif defined(HAVE_GSHUF) + shuffle_command = "gshuf"; + #else + return false; + #endif + + if (filename == NULL) { + return false; + } + + // Make sure the input file exists + if (!file_exists(filename)) { + return false; + } + + // This is an in-place shuffle to keep the API simple + char *outfile = filename; + + char_array *command = char_array_new(); + if (command == NULL) { + return false; + } + + // Split the file randomly into $parts files + // Need to be assigned randomly, not just every nth line or it's not really a random permutation + char_array_cat_printf(command, "awk -v parts=%zu 'BEGIN{srand();} { f = \"%s.\"int(rand() * parts); print > f }' %s", parts, filename, filename); + + int ret = system(char_array_get_string(command)); + if (ret != EXIT_SUCCESS) { + goto exit_char_array_allocated; + } + + // Run shuf sequentially on each of the $parts files + // This should be sequential, not parallelized as the goal is + // to limit memory usage when shuffling large files + for (size_t i = 0; i < parts; i++) { + char_array_clear(command); + char_array_cat_printf(command, "%s %s.%zu %s %s.tmp", shuffle_command, filename, i, i > 0 ? ">>" : ">", outfile); + ret = system(char_array_get_string(command)); + if (ret != EXIT_SUCCESS) { + goto exit_char_array_allocated; + } + + // Delete the file temp file + char_array_clear(command); + char_array_cat_printf(command, "rm %s.%zu", filename, i); + ret = system(char_array_get_string(command)); + if (ret != EXIT_SUCCESS) { + goto exit_char_array_allocated; + } + } + + char_array_clear(command); + char_array_cat_printf(command, "mv %s.tmp %s", outfile, outfile); + ret = system(char_array_get_string(command)); + if (ret != EXIT_SUCCESS) { + goto exit_char_array_allocated; + } + + +exit_char_array_allocated: + char_array_destroy(command); + return ret == EXIT_SUCCESS; +} + +// Shuffle a file in-place, specifying a rough upper bound on system memory +bool shuffle_file_chunked_size(char *filename, size_t chunk_size) { + FILE *f = fopen(filename, "r"); + + if (f == NULL) return false; + + fseek(f, 0L, SEEK_END); + size_t size = ftell(f); + fclose(f); + + size_t parts = size / chunk_size + 1; + // If the file is smaller than the chunk size, do a + // simple in-memory shuffle of the whole file + if (parts == 1) { + return shuffle_file(filename); + } + + return shuffle_file_chunked(filename, parts); +} + + diff --git a/src/shuffle.h b/src/shuffle.h new file mode 100644 index 0000000..137651e --- /dev/null +++ b/src/shuffle.h @@ -0,0 +1,16 @@ +#ifndef HAVE_SHUFFLE_H +#define HAVE_SHUFFLE_H + +#include +#include +#include + +#define CHUNK_SIZE_MB UINT64_C(1024) * UINT64_C(1024) +#define CHUNK_SIZE_GB UINT64_C(1024) * (CHUNK_SIZE_MB) +#define DEFAULT_SHUFFLE_CHUNK_SIZE UINT64_C(2) * (CHUNK_SIZE_GB) + +bool shuffle_file(char *filename); +bool shuffle_file_chunked(char *filename, size_t parts); +bool shuffle_file_chunked_size(char *filename, size_t chunk_size); + +#endif \ No newline at end of file diff --git a/src/soft_tfidf.c b/src/soft_tfidf.c new file mode 100644 index 0000000..10c8c45 --- /dev/null +++ b/src/soft_tfidf.c @@ -0,0 +1,592 @@ +#include "soft_tfidf.h" +#include +#include "address_dictionary.h" +#include "float_utils.h" +#include "string_similarity.h" +#include "string_utils.h" +#include "log/log.h" + +static soft_tfidf_options_t DEFAULT_SOFT_TFIDF_OPTIONS = { + .jaro_winkler_min = 0.9, + .jaro_winkler_min_length = 4, + .damerau_levenshtein_max = 1, + .damerau_levenshtein_min_length = 4, + .possible_affine_gap_abbreviations = true, + .strict_abbreviation_min_length = 4, + .strict_abbreviation_sim = 0.99 +}; + + +soft_tfidf_options_t soft_tfidf_default_options(void) { + return DEFAULT_SOFT_TFIDF_OPTIONS; +} + +bool compare_canonical(address_expansion_t e1, char **tokens1, phrase_t match1, address_expansion_t e2, char **tokens2, phrase_t match2) { + bool e1_canonical = e1.canonical_index == NULL_CANONICAL_INDEX; + bool e2_canonical = e2.canonical_index == NULL_CANONICAL_INDEX; + + if (!e1_canonical && !e2_canonical) { + return e1.canonical_index == e2.canonical_index; + } else if (e1_canonical && e2_canonical) { + if (match1.len != match2.len || match1.len == 0) return false; + for (size_t i = 0; i < match1.len; i++) { + char *s1 = tokens1[match1.start + i]; + char *s2 = tokens2[match2.start + i]; + if (!string_equals(s1, s2)) return false; + } + return true; + } else { + char **canonical_tokens = e1_canonical ? tokens1 : tokens2; + char *other_canonical = e1_canonical ? address_dictionary_get_canonical(e2.canonical_index) : address_dictionary_get_canonical(e1.canonical_index); + phrase_t match = e1_canonical ? match1 : match2; + + size_t canonical_index = 0; + size_t canonical_len = strlen(other_canonical); + + for (size_t i = match.start; i < match.start + match.len; i++) { + char *canonical_token = canonical_tokens[i]; + size_t canonical_token_len = strlen(canonical_token); + + if (canonical_index + canonical_token_len <= canonical_len && strncmp(other_canonical + canonical_index, canonical_token, canonical_token_len) == 0) { + canonical_index += canonical_token_len; + + if (i < match.start + match.len - 1 && canonical_index < canonical_len && strncmp(other_canonical + canonical_index, " ", 1) == 0) { + canonical_index++; + } + } else { + return false; + } + } + return canonical_index == canonical_len; + } +} + +typedef enum { + CANONICAL_NO_MATCH = 0, + NEITHER_CANONICAL, + SECOND_CANONICAL, + FIRST_CANONICAL, + BOTH_CANONICAL +} canonical_match_t; + +bool phrases_have_same_canonical(size_t num_tokens1, char **tokens1, size_t num_tokens2, char **tokens2, phrase_t match1, phrase_t match2, canonical_match_t *response) { + address_expansion_value_t *val1 = address_dictionary_get_expansions(match1.data); + address_expansion_value_t *val2 = address_dictionary_get_expansions(match2.data); + + if (val1 == NULL || val2 == NULL) return false; + + address_expansion_array *expansions_array1 = val1->expansions; + address_expansion_array *expansions_array2 = val2->expansions; + + if (expansions_array1 == NULL || expansions_array2 == NULL) return false; + + address_expansion_t *expansions1 = expansions_array1->a; + address_expansion_t *expansions2 = expansions_array2->a; + + *response = CANONICAL_NO_MATCH; + + bool same_canonical = false; + for (size_t i = 0; i < expansions_array1->n; i++) { + address_expansion_t e1 = expansions1[i]; + + for (size_t j = 0; j < expansions_array2->n; j++) { + address_expansion_t e2 = expansions2[j]; + + same_canonical = compare_canonical(e1, tokens1, match1, e2, tokens2, match2); + if (same_canonical) { + bool e1_canonical = e1.canonical_index == NULL_CANONICAL_INDEX; + bool e2_canonical = e2.canonical_index == NULL_CANONICAL_INDEX; + + if (e1_canonical && e2_canonical) { + *response = BOTH_CANONICAL; + } else if (e1_canonical) { + *response = FIRST_CANONICAL; + } else if (e2_canonical) { + *response = SECOND_CANONICAL; + } else { + *response = NEITHER_CANONICAL; + } + break; + } + } + if (same_canonical) break; + } + + return same_canonical; +} + +static inline size_t sum_token_lengths(size_t num_tokens, char **tokens) { + size_t n = 0; + for (size_t i = 0; i < num_tokens; i++) { + char *token = tokens[i]; + n += strlen(token); + } + return n; +} + + +double soft_tfidf_similarity_with_phrases_and_acronyms(size_t num_tokens1, char **tokens1, double *token_scores1, phrase_array *phrases1, uint32_array *ordinal_suffixes1, size_t num_tokens2, char **tokens2, double *token_scores2, phrase_array *phrases2, uint32_array *ordinal_suffixes2, phrase_array *acronym_alignments, phrase_array *multi_word_alignments, soft_tfidf_options_t options, size_t *num_matches) { + if (token_scores1 == NULL || token_scores2 == NULL) return 0.0; + + if (num_tokens1 > num_tokens2 || (num_tokens1 == num_tokens2 && sum_token_lengths(num_tokens1, tokens1) > sum_token_lengths(num_tokens2, tokens2))) { + double *tmp_scores = token_scores1; + token_scores1 = token_scores2; + token_scores2 = tmp_scores; + char **tmp_tokens = tokens1; + tokens1 = tokens2; + tokens2 = tmp_tokens; + + phrase_array *tmp_phrases = phrases1; + phrases1 = phrases2; + phrases2 = tmp_phrases; + + uint32_array *tmp_suffixes = ordinal_suffixes1; + ordinal_suffixes1 = ordinal_suffixes2; + ordinal_suffixes2 = tmp_suffixes; + + size_t tmp_num_tokens = num_tokens1; + num_tokens1 = num_tokens2; + num_tokens2 = tmp_num_tokens; + } + + size_t len1 = num_tokens1; + size_t len2 = num_tokens2; + + double total_sim = 0.0; + + uint32_array **t1_tokens_unicode = NULL; + uint32_array **t2_tokens_unicode = NULL; + + uint32_array *t1_unicode = NULL; + uint32_array *t2_unicode = NULL; + + int64_array *phrase_memberships_array1 = NULL; + int64_array *phrase_memberships_array2 = NULL; + int64_t *phrase_memberships1 = NULL; + int64_t *phrase_memberships2 = NULL; + + int64_array *acronym_memberships_array = NULL; + int64_t *acronym_memberships = NULL; + + int64_array *multi_word_memberships_array = NULL; + int64_t *multi_word_memberships = NULL; + + t1_tokens_unicode = calloc(len1, sizeof(uint32_array *)); + if (t1_tokens_unicode == NULL) { + total_sim = -1.0; + goto return_soft_tfidf_score; + } + for (size_t i = 0; i < len1; i++) { + t1_unicode = unicode_codepoints(tokens1[i]); + if (t1_unicode == NULL) { + total_sim = -1.0; + goto return_soft_tfidf_score; + } + t1_tokens_unicode[i] = t1_unicode; + } + + t2_tokens_unicode = calloc(len2, sizeof(uint32_array *)); + if (t2_tokens_unicode == NULL) { + total_sim = -1.0; + goto return_soft_tfidf_score; + } + + for (size_t j = 0; j < len2; j++) { + t2_unicode = unicode_codepoints(tokens2[j]); + if (t2_unicode == NULL) { + total_sim = -1.0; + goto return_soft_tfidf_score; + } + t2_tokens_unicode[j] = t2_unicode; + } + + + if (phrases1 != NULL && phrases2 != NULL) { + phrase_memberships_array1 = int64_array_new(); + phrase_memberships_array2 = int64_array_new(); + token_phrase_memberships(phrases1, phrase_memberships_array1, len1); + token_phrase_memberships(phrases2, phrase_memberships_array2, len2); + + if (phrase_memberships_array1->n == len1) { + phrase_memberships1 = phrase_memberships_array1->a; + } + + if (phrase_memberships_array2->n == len2) { + phrase_memberships2 = phrase_memberships_array2->a; + } + } + + if (acronym_alignments != NULL) { + acronym_memberships_array = int64_array_new(); + token_phrase_memberships(acronym_alignments, acronym_memberships_array, len2); + if (acronym_memberships_array->n == len2) { + acronym_memberships = acronym_memberships_array->a; + } + } + + if (multi_word_alignments != NULL) { + multi_word_memberships_array = int64_array_new(); + token_phrase_memberships(multi_word_alignments, multi_word_memberships_array, len2); + if (multi_word_memberships_array->n == len2) { + multi_word_memberships = multi_word_memberships_array->a; + } + } + + uint32_t *suffixes1 = NULL; + uint32_t *suffixes2 = NULL; + + if (ordinal_suffixes1 != NULL && ordinal_suffixes2 != NULL) { + suffixes1 = ordinal_suffixes1->a; + suffixes2 = ordinal_suffixes2->a; + } + + double jaro_winkler_min = options.jaro_winkler_min; + size_t jaro_winkler_min_length = options.jaro_winkler_min_length; + size_t damerau_levenshtein_max = options.damerau_levenshtein_max; + size_t damerau_levenshtein_min_length = options.damerau_levenshtein_min_length; + size_t strict_abbreviation_min_length = options.strict_abbreviation_min_length; + + bool possible_affine_gap_abbreviations = options.possible_affine_gap_abbreviations; + + double norm1_offset = 0.0; + double norm2_offset = 0.0; + + size_t matched_tokens = 0; + + for (size_t i = 0; i < len1; i++) { + uint32_array *t1u = t1_tokens_unicode[i]; + uint32_array *t2u; + double t1_score = token_scores1[i]; + + size_t t1_len = t1u->n; + + log_debug("t1 = %s\n", tokens1[i]); + + double max_sim = 0.0; + size_t min_dist = t1_len; + size_t argmax_sim = 0; + size_t argmin_dist = 0; + double argmin_dist_sim = 0.0; + size_t last_abbreviation = 0; + double last_abbreviation_sim = 0.0; + bool have_abbreviation = false; + bool have_strict_abbreviation = false; + bool have_acronym_match = false; + size_t last_ordinal_suffix = 0; + bool have_ordinal_suffix = false; + phrase_t acronym_phrase = NULL_PHRASE; + bool have_phrase_match = false; + int64_t pm1 = phrase_memberships1 != NULL ? phrase_memberships1[i] : NULL_PHRASE_MEMBERSHIP; + phrase_t p1 = pm1 >= 0 ? phrases1->a[pm1] : NULL_PHRASE; + phrase_t argmax_phrase = NULL_PHRASE; + + uint32_t ordinal_suffix_i = 0; + if (suffixes1 != NULL) { + ordinal_suffix_i = suffixes1[i]; + } + + bool have_multi_word_match = false; + phrase_t multi_word_phrase = NULL_PHRASE; + + bool use_jaro_winkler = t1_len >= jaro_winkler_min_length; + bool use_strict_abbreviation_sim = t1_len >= strict_abbreviation_min_length; + bool use_damerau_levenshtein = damerau_levenshtein_max > 0 && t1_len >= damerau_levenshtein_min_length; + log_debug("use_jaro_winkler = %d, use_damerau_levenshtein=%d\n", use_jaro_winkler, use_damerau_levenshtein); + + bool have_equal = false; + + canonical_match_t best_canonical_phrase_response = CANONICAL_NO_MATCH; + + double t2_score; + + log_debug("p1.len = %zu, i = %zu, p1.start = %zu\n", p1.len, i, p1.start); + if (p1.len > 0 && i > p1.start) { + log_debug("skipping token\n"); + continue; + } + + size_t slen1 = strlen(tokens1[i]); + + for (size_t j = 0; j < len2; j++) { + t2u = t2_tokens_unicode[j]; + + log_debug("t2 = %s\n", tokens2[j]); + int64_t pm2 = phrase_memberships2 != NULL ? phrase_memberships2[j] : NULL_PHRASE_MEMBERSHIP; + phrase_t p2 = pm2 >= 0 ? phrases2->a[pm2] : NULL_PHRASE; + + uint32_t ordinal_suffix_j = 0; + if (suffixes2 != NULL) { + ordinal_suffix_j = suffixes2[j]; + } + + canonical_match_t canonical_response = CANONICAL_NO_MATCH; + if (p1.len > 0 && p2.len > 0 && phrases_have_same_canonical(num_tokens1, tokens1, num_tokens2, tokens2, p1, p2, &canonical_response)) { + if (canonical_response > best_canonical_phrase_response) { + log_debug("canonical_response = %d\n", canonical_response); + best_canonical_phrase_response = canonical_response; + argmax_sim = j; + argmax_phrase = p2; + max_sim = 1.0; + have_phrase_match = true; + continue; + } + } + + if (unicode_equals(t1u, t2u)) { + max_sim = 1.0; + argmax_sim = j; + have_equal = true; + break; + } + + if (acronym_memberships != NULL) { + int64_t acronym_membership = acronym_memberships[j]; + log_debug("acronym_membership = %zd\n", acronym_membership); + if (acronym_membership >= 0) { + acronym_phrase = acronym_alignments->a[acronym_membership]; + uint32_t acronym_match_index = acronym_phrase.data; + if (acronym_match_index == i) { + max_sim = 1.0; + argmax_sim = j; + have_acronym_match = true; + log_debug("have acronym match\n"); + break; + } + } + } + + if (multi_word_memberships != NULL) { + int64_t multi_word_membership = multi_word_memberships[j]; + log_debug("multi_word_membership = %zd\n", multi_word_membership); + if (multi_word_membership >= 0) { + multi_word_phrase = multi_word_alignments->a[multi_word_membership]; + uint32_t multi_word_match_index = multi_word_phrase.data; + if (multi_word_match_index == i) { + max_sim = 1.0; + argmax_sim = j; + have_multi_word_match = true; + log_debug("have multi-word match\n"); + break; + } + } + } + + + double jaro_winkler = jaro_winkler_distance_unicode(t1u, t2u); + if (jaro_winkler > max_sim) { + max_sim = jaro_winkler; + argmax_sim = j; + } + + + if (use_damerau_levenshtein) { + size_t replace_cost = 0; + ssize_t dist = damerau_levenshtein_distance_unicode(t1u, t2u, replace_cost); + if (dist >= 0 && dist < min_dist) { + min_dist = (size_t)dist; + argmin_dist = j; + argmin_dist_sim = jaro_winkler; + } + } + + if (possible_affine_gap_abbreviations) { + bool is_abbreviation = possible_abbreviation_unicode(t1u, t2u); + if (is_abbreviation) { + last_abbreviation = j; + last_abbreviation_sim = jaro_winkler; + have_abbreviation = true; + if (use_strict_abbreviation_sim && possible_abbreviation_unicode_strict(t1u, t2u)) { + last_abbreviation_sim = last_abbreviation_sim > options.strict_abbreviation_sim ? last_abbreviation_sim : options.strict_abbreviation_sim; + } + } + } + + if (ordinal_suffix_i > 0) { + size_t slen2 = strlen(tokens2[j]); + if (utf8_common_prefix_len(tokens1[i], tokens2[j], slen2) == slen2) { + last_ordinal_suffix = j; + have_ordinal_suffix = true; + } + } else if (ordinal_suffix_j > 0) { + if (utf8_common_prefix_len(tokens1[i], tokens2[j], slen1) == slen1) { + last_ordinal_suffix = j; + have_ordinal_suffix = true; + } + } + } + + // Note: here edit distance, affine gap and abbreviations are only used in the thresholding process. + // Jaro-Winkler is still used to calculate similarity + + if (!have_acronym_match && !have_phrase_match && !have_multi_word_match) { + if (have_equal || (use_jaro_winkler && (max_sim > jaro_winkler_min || double_equals(max_sim, jaro_winkler_min)))) { + log_debug("jaro-winkler, max_sim = %f\n", max_sim); + t2_score = token_scores2[argmax_sim]; + double jaro_winkler_sim = 0.0; + if (have_abbreviation && argmax_sim == last_abbreviation) { + double abbrev_sim = last_abbreviation_sim > max_sim ? last_abbreviation_sim : max_sim; + log_debug("have abbreviation, max(max_sim, last_abbreviation_sim) = %f\n", abbrev_sim); + double max_score = 0.0; + if (t1_score > t2_score || double_equals(t1_score, t2_score)) { + norm2_offset += (t1_score * t1_score) - (t2_score * t2_score); + log_debug("t1_score >= t2_score, norm2_offset = %f\n", norm2_offset); + max_score = t1_score; + } else { + norm1_offset += (t2_score * t2_score) - (t1_score * t1_score); + log_debug("t2_score > t1_score, norm1_offset = %f\n", norm1_offset); + max_score = t2_score; + } + + jaro_winkler_sim = abbrev_sim * max_score * max_score; + } else { + jaro_winkler_sim = max_sim * t1_score * t2_score; + log_debug("t1_score = %f, t2_score = %f, jaro_winkler_sim = %f\n", t1_score, t2_score, jaro_winkler_sim); + } + total_sim += jaro_winkler_sim; + matched_tokens++; + } else if (use_damerau_levenshtein && min_dist <= damerau_levenshtein_max) { + log_debug("levenshtein, argmin_dist_sim = %f\n", argmin_dist_sim); + t2_score = token_scores2[argmin_dist]; + if (have_abbreviation && argmin_dist == last_abbreviation) { + argmin_dist_sim = last_abbreviation_sim > argmin_dist_sim ? last_abbreviation_sim : argmin_dist_sim; + } + total_sim += argmin_dist_sim * t1_score * t2_score; + matched_tokens++; + } else if (possible_affine_gap_abbreviations && have_abbreviation) { + log_debug("have abbreviation, last_abbreviation_sim = %f\n", last_abbreviation_sim); + t2_score = token_scores2[last_abbreviation]; + total_sim += last_abbreviation_sim * t1_score * t2_score; + matched_tokens++; + } else if (have_ordinal_suffix) { + log_debug("have ordinal suffix from %zu\n", last_ordinal_suffix); + t2_score = token_scores2[last_ordinal_suffix]; + total_sim += 1.0 * t1_score * t2_score; + matched_tokens++; + } + } else if (have_phrase_match) { + double p2_score = 0.0; + for (size_t p = argmax_phrase.start; p < argmax_phrase.start + argmax_phrase.len; p++) { + t2_score = token_scores2[p]; + p2_score += t2_score * t2_score; + } + + double p1_score = 0.0; + + for (size_t p = p1.start; p < p1.start + p1.len; p++) { + double t1_score_p = token_scores1[p]; + p1_score += t1_score_p * t1_score_p; + } + + total_sim += sqrt(p1_score) * sqrt(p2_score); + + matched_tokens += p1.len; + log_debug("have_phrase_match\n"); + } else if (have_multi_word_match) { + double multi_word_score = 0.0; + for (size_t p = multi_word_phrase.start; p < multi_word_phrase.start + multi_word_phrase.len; p++) { + t2_score = token_scores2[p]; + multi_word_score += t2_score * t2_score; + } + + double norm_multi_word_score = sqrt(multi_word_score); + + double max_multi_word_score = 0.0; + if (t1_score > norm_multi_word_score || double_equals(t1_score, norm_multi_word_score)) { + norm2_offset += (t1_score * t1_score) - multi_word_score; + log_debug("t1_score >= norm_multi_word_score, norm2_offset = %f\n", norm2_offset); + max_multi_word_score = t1_score; + } else { + norm1_offset += multi_word_score - (t1_score * t1_score); + log_debug("norm_multi_word_score > t1_score, norm1_offset = %f\n", norm1_offset); + max_multi_word_score = norm_multi_word_score; + } + + log_debug("max_multi_word_score = %f\n", max_multi_word_score); + + total_sim += max_multi_word_score * max_multi_word_score; + + log_debug("have multi-word match\n"); + matched_tokens++; + } else if (have_acronym_match) { + double acronym_score = 0.0; + for (size_t p = acronym_phrase.start; p < acronym_phrase.start + acronym_phrase.len; p++) { + t2_score = token_scores2[p]; + acronym_score += t2_score * t2_score; + } + + double norm_acronym_score = sqrt(acronym_score); + + double max_acronym_score = 0.0; + if (t1_score > norm_acronym_score || double_equals(t1_score, norm_acronym_score)) { + norm2_offset += (t1_score * t1_score) - acronym_score; + log_debug("t1_score >= norm_acronym_score, norm2_offset = %f\n", norm2_offset); + max_acronym_score = t1_score; + } else { + norm1_offset += acronym_score - (t1_score * t1_score); + log_debug("norm_acronym_score > t1_score, norm1_offset = %f\n", norm1_offset); + max_acronym_score = norm_acronym_score; + } + + log_debug("max_acronym_score = %f\n", max_acronym_score); + + total_sim += max_acronym_score * max_acronym_score; + + log_debug("have_acronym_match\n"); + matched_tokens++; + } + + log_debug("total sim = %f\n", total_sim); + } + + log_debug("matched_tokens = %zu\n", matched_tokens); + + *num_matches = matched_tokens; + +return_soft_tfidf_score: + if (t1_tokens_unicode != NULL) { + for (size_t i = 0; i < len1; i++) { + t1_unicode = t1_tokens_unicode[i]; + if (t1_unicode != NULL) { + uint32_array_destroy(t1_unicode); + } + } + free(t1_tokens_unicode); + } + + if (t2_tokens_unicode != NULL) { + for (size_t i = 0; i < len2; i++) { + t2_unicode = t2_tokens_unicode[i]; + if (t2_unicode != NULL) { + uint32_array_destroy(t2_unicode); + } + } + free(t2_tokens_unicode); + } + + if (phrase_memberships_array1 != NULL) { + int64_array_destroy(phrase_memberships_array1); + } + + if (phrase_memberships_array2 != NULL) { + int64_array_destroy(phrase_memberships_array2); + } + + if (acronym_memberships_array != NULL) { + int64_array_destroy(acronym_memberships_array); + } + + if (multi_word_memberships_array != NULL) { + int64_array_destroy(multi_word_memberships_array); + } + + double norm = sqrt(double_array_sum_sq(token_scores1, num_tokens1) + norm1_offset) * sqrt(double_array_sum_sq(token_scores2, num_tokens2) + norm2_offset); + log_debug("total_sim = %f, norm1_offset = %f, norm2_offset = %f, norm = %f\n", total_sim, norm1_offset, norm2_offset, norm); + + double total_sim_norm = total_sim / norm; + return total_sim_norm > 1.0 ? 1.0 : total_sim_norm; +} + + +double soft_tfidf_similarity(size_t num_tokens1, char **tokens1, double *token_scores1, size_t num_tokens2, char **tokens2, double *token_scores2, soft_tfidf_options_t options, size_t *num_matches) { + return soft_tfidf_similarity_with_phrases_and_acronyms(num_tokens1, tokens1, token_scores1, NULL, NULL, num_tokens2, tokens2, token_scores2, NULL, NULL, NULL, NULL, options, num_matches); +} diff --git a/src/soft_tfidf.h b/src/soft_tfidf.h new file mode 100644 index 0000000..3568983 --- /dev/null +++ b/src/soft_tfidf.h @@ -0,0 +1,51 @@ +#ifndef SOFT_TFIDF_H +#define SOFT_TFIDF_H + +#include +#include "collections.h" +#include "libpostal.h" +#include "trie_search.h" + +/* +This is a variant of Soft-TFIDF as described in: + +Cohen, Ravikumar, and Fienberg. A comparison of string distance +metrics for name-matching tasks. (2003) +https://www.cs.cmu.edu/~wcohen/postscript/ijcai-ws-2003.pdf + +Soft TFIDF is a hybrid similarity function for strings, typically names, +which combines both global statistics (TF-IDF) and a local similarity +function (e.g. Jaro-Winkler, which the authors suggest performs best). + +Given two strings, s1 and s2, each token t1 in s1 is matched with its most +similar counterpart t2 in s2 according to the local distance function. + +The Soft-TFIDF similarity is then the dot product of the max token +similarities and the cosine similarity of the TF-IDF vectors for all tokens +if the max similarity is >= a given threshold theta. + +This version is a modified Soft-TFIDF. Jaro-Winkler is used as the secondary +distance metric. However, the defintion of two tokens being "similar" is +defined as either: + +1. Jaro-Winkler distance >= theta +2. Damerau-Levenshtein edit distance <= max_edit_distance +3. Affine gap edit counts indicate a possible abbreviation (# matches == min(len1, len2)) +*/ + +typedef struct soft_tfidf_options { + double jaro_winkler_min; + size_t jaro_winkler_min_length; + size_t damerau_levenshtein_max; + size_t damerau_levenshtein_min_length; + bool possible_affine_gap_abbreviations; + size_t strict_abbreviation_min_length; + double strict_abbreviation_sim; +} soft_tfidf_options_t; + +soft_tfidf_options_t soft_tfidf_default_options(void); + +double soft_tfidf_similarity_with_phrases_and_acronyms(size_t num_tokens1, char **tokens1, double *token_scores1, phrase_array *phrases1, uint32_array *ordinal_suffixes1, size_t num_tokens2, char **tokens2, double *token_scores2, phrase_array *phrases2, uint32_array *ordinal_suffixes2, phrase_array *acronym_alignments, phrase_array *multi_word_alignments, soft_tfidf_options_t options, size_t *num_matches); +double soft_tfidf_similarity(size_t num_tokens1, char **tokens1, double *token_scores1, size_t num_tokens2, char **tokens2, double *token_scores2, soft_tfidf_options_t options, size_t *num_matches); + +#endif \ No newline at end of file diff --git a/src/sparkey/LICENSE b/src/sparkey/LICENSE new file mode 100644 index 0000000..4e39dd7 --- /dev/null +++ b/src/sparkey/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2012-2013 Spotify AB + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/src/sparkey/Makefile.am b/src/sparkey/Makefile.am new file mode 100644 index 0000000..5f92673 --- /dev/null +++ b/src/sparkey/Makefile.am @@ -0,0 +1,11 @@ +CFLAGS_CONF = @CFLAGS@ +CFLAGS = -I/usr/local/include -O2 -Wall -Wextra -Wfloat-equal -Wshadow -Wpointer-arith -Werror -pedantic $(CFLAGS_CONF) + +noinst_LTLIBRARIES = libsparkey.la +libsparkey_la_SOURCES = endiantools.h hashheader.h logheader.h \ +MurmurHash3.h buf.c hashalgorithms.c hashiter.c hashwriter.c \ +logreader.c returncodes.c util.c buf.h hashalgorithms.h hashiter.h \ +sparkey.h util.h endiantools.c \ +hashheader.c hashreader.c logheader.c logwriter.c MurmurHash3.c \ +sparkey-internal.h +libsparkey_la_LDFLAGS = -L/usr/local/lib diff --git a/src/sparkey/MurmurHash3.c b/src/sparkey/MurmurHash3.c new file mode 100644 index 0000000..6f6b2f5 --- /dev/null +++ b/src/sparkey/MurmurHash3.c @@ -0,0 +1,349 @@ +//----------------------------------------------------------------------------- +// MurmurHash3 was written by Austin Appleby, and is placed in the public +// domain. The author hereby disclaims copyright to this source code. + +// Note - The x86 and x64 versions do _not_ produce the same results, as the +// algorithms are optimized for their respective platforms. You can still +// compile and run any of them on any platform, but your performance with the +// non-native version will be less than optimal. + +#include "MurmurHash3.h" +#include "endiantools.h" + +//----------------------------------------------------------------------------- +// Platform-specific functions and macros + +// Microsoft Visual Studio + +#if defined(_MSC_VER) + +#define FORCE_INLINE __forceinline + +#include + +#define ROTL32(x,y) _rotl(x,y) +#define ROTL64(x,y) _rotl64(x,y) + +#define BIG_CONSTANT(x) (x) + +// Other compilers + +#else // defined(_MSC_VER) + +#define FORCE_INLINE __attribute__((always_inline)) inline + +static inline uint32_t rotl32 ( uint32_t x, int8_t r ) +{ + return (x << r) | (x >> (32 - r)); +} + +static inline uint64_t rotl64 ( uint64_t x, int8_t r ) +{ + return (x << r) | (x >> (64 - r)); +} + +#define ROTL32(x,y) rotl32(x,y) +#define ROTL64(x,y) rotl64(x,y) + +#define BIG_CONSTANT(x) (x##LLU) + +#endif // !defined(_MSC_VER) + +//----------------------------------------------------------------------------- +// Block read - if your platform needs to do endian-swapping or can only +// handle aligned reads, do the conversion here + +FORCE_INLINE uint32_t getblock32 ( const uint32_t * p, int i ) +{ + return read_little_endian32((uint8_t *) p, 4*i); +} + +FORCE_INLINE uint64_t getblock64 ( const uint64_t * p, int i ) +{ + return read_little_endian64((uint8_t *) p, 8*i); +} + +//----------------------------------------------------------------------------- +// Finalization mix - force all bits of a hash block to avalanche + +FORCE_INLINE uint32_t fmix32 ( uint32_t h ) +{ + h ^= h >> 16; + h *= 0x85ebca6b; + h ^= h >> 13; + h *= 0xc2b2ae35; + h ^= h >> 16; + + return h; +} + +//---------- + +FORCE_INLINE uint64_t fmix64 ( uint64_t k ) +{ + k ^= k >> 33; + k *= BIG_CONSTANT(0xff51afd7ed558ccd); + k ^= k >> 33; + k *= BIG_CONSTANT(0xc4ceb9fe1a85ec53); + k ^= k >> 33; + + return k; +} + +//----------------------------------------------------------------------------- + +void MurmurHash3_x86_32 ( const void * key, int len, + uint32_t seed, void * out ) +{ + const uint8_t * data = (const uint8_t*)key; + const int nblocks = len / 4; + + uint32_t h1 = seed; + + const uint32_t c1 = 0xcc9e2d51; + const uint32_t c2 = 0x1b873593; + + //---------- + // body + + const uint32_t * blocks = (const uint32_t *)(data + nblocks*4); + + for(int i = -nblocks; i; i++) + { + uint32_t k1 = getblock32(blocks,i); + + k1 *= c1; + k1 = ROTL32(k1,15); + k1 *= c2; + + h1 ^= k1; + h1 = ROTL32(h1,13); + h1 = h1*5+0xe6546b64; + } + + //---------- + // tail + + const uint8_t * tail = (const uint8_t*)(data + nblocks*4); + + uint32_t k1 = 0; + + switch(len & 3) + { + case 3: k1 ^= tail[2] << 16; + case 2: k1 ^= tail[1] << 8; + case 1: k1 ^= tail[0]; + k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; + }; + + //---------- + // finalization + + h1 ^= len; + + h1 = fmix32(h1); + + *(uint32_t*)out = h1; +} + +//----------------------------------------------------------------------------- + +void MurmurHash3_x86_128 ( const void * key, const int len, + uint32_t seed, void * out ) +{ + const uint8_t * data = (const uint8_t*)key; + const int nblocks = len / 16; + + uint32_t h1 = seed; + uint32_t h2 = seed; + uint32_t h3 = seed; + uint32_t h4 = seed; + + const uint32_t c1 = 0x239b961b; + const uint32_t c2 = 0xab0e9789; + const uint32_t c3 = 0x38b34ae5; + const uint32_t c4 = 0xa1e38b93; + + //---------- + // body + + const uint32_t * blocks = (const uint32_t *)(data + nblocks*16); + + for(int i = -nblocks; i; i++) + { + uint32_t k1 = getblock32(blocks,i*4+0); + uint32_t k2 = getblock32(blocks,i*4+1); + uint32_t k3 = getblock32(blocks,i*4+2); + uint32_t k4 = getblock32(blocks,i*4+3); + + k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; + + h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; + + k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; + + h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; + + k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; + + h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35; + + k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4; + + h4 = ROTL32(h4,13); h4 += h1; h4 = h4*5+0x32ac3b17; + } + + //---------- + // tail + + const uint8_t * tail = (const uint8_t*)(data + nblocks*16); + + uint32_t k1 = 0; + uint32_t k2 = 0; + uint32_t k3 = 0; + uint32_t k4 = 0; + + switch(len & 15) + { + case 15: k4 ^= tail[14] << 16; + case 14: k4 ^= tail[13] << 8; + case 13: k4 ^= tail[12] << 0; + k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4; + + case 12: k3 ^= tail[11] << 24; + case 11: k3 ^= tail[10] << 16; + case 10: k3 ^= tail[ 9] << 8; + case 9: k3 ^= tail[ 8] << 0; + k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; + + case 8: k2 ^= tail[ 7] << 24; + case 7: k2 ^= tail[ 6] << 16; + case 6: k2 ^= tail[ 5] << 8; + case 5: k2 ^= tail[ 4] << 0; + k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; + + case 4: k1 ^= tail[ 3] << 24; + case 3: k1 ^= tail[ 2] << 16; + case 2: k1 ^= tail[ 1] << 8; + case 1: k1 ^= tail[ 0] << 0; + k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; + }; + + //---------- + // finalization + + h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len; + + h1 += h2; h1 += h3; h1 += h4; + h2 += h1; h3 += h1; h4 += h1; + + h1 = fmix32(h1); + h2 = fmix32(h2); + h3 = fmix32(h3); + h4 = fmix32(h4); + + h1 += h2; h1 += h3; h1 += h4; + h2 += h1; h3 += h1; h4 += h1; + + ((uint32_t*)out)[0] = h1; + ((uint32_t*)out)[1] = h2; + ((uint32_t*)out)[2] = h3; + ((uint32_t*)out)[3] = h4; +} + +//----------------------------------------------------------------------------- + +void MurmurHash3_x64_128 ( const void * key, const int len, + const uint32_t seed, void * out ) +{ + const uint8_t * data = (const uint8_t*)key; + const int nblocks = len / 16; + + uint64_t h1 = seed; + uint64_t h2 = seed; + + const uint64_t c1 = BIG_CONSTANT(0x87c37b91114253d5); + const uint64_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); + + //---------- + // body + + const uint64_t * blocks = (const uint64_t *)(data); + + for(int i = 0; i < nblocks; i++) + { + uint64_t k1 = getblock64(blocks,i*2+0); + uint64_t k2 = getblock64(blocks,i*2+1); + + k1 *= c1; k1 = ROTL64(k1,31); k1 *= c2; h1 ^= k1; + + h1 = ROTL64(h1,27); h1 += h2; h1 = h1*5+0x52dce729; + + k2 *= c2; k2 = ROTL64(k2,33); k2 *= c1; h2 ^= k2; + + h2 = ROTL64(h2,31); h2 += h1; h2 = h2*5+0x38495ab5; + } + + //---------- + // tail + + const uint8_t * tail = (const uint8_t*)(data + nblocks*16); + + uint64_t k1 = 0; + uint64_t k2 = 0; + + switch(len & 15) + { + case 15: k2 ^= ((uint64_t)tail[14]) << 48; + case 14: k2 ^= ((uint64_t)tail[13]) << 40; + case 13: k2 ^= ((uint64_t)tail[12]) << 32; + case 12: k2 ^= ((uint64_t)tail[11]) << 24; + case 11: k2 ^= ((uint64_t)tail[10]) << 16; + case 10: k2 ^= ((uint64_t)tail[ 9]) << 8; + case 9: k2 ^= ((uint64_t)tail[ 8]) << 0; + k2 *= c2; k2 = ROTL64(k2,33); k2 *= c1; h2 ^= k2; + + case 8: k1 ^= ((uint64_t)tail[ 7]) << 56; + case 7: k1 ^= ((uint64_t)tail[ 6]) << 48; + case 6: k1 ^= ((uint64_t)tail[ 5]) << 40; + case 5: k1 ^= ((uint64_t)tail[ 4]) << 32; + case 4: k1 ^= ((uint64_t)tail[ 3]) << 24; + case 3: k1 ^= ((uint64_t)tail[ 2]) << 16; + case 2: k1 ^= ((uint64_t)tail[ 1]) << 8; + case 1: k1 ^= ((uint64_t)tail[ 0]) << 0; + k1 *= c1; k1 = ROTL64(k1,31); k1 *= c2; h1 ^= k1; + }; + + //---------- + // finalization + + h1 ^= len; h2 ^= len; + + h1 += h2; + h2 += h1; + + h1 = fmix64(h1); + h2 = fmix64(h2); + + h1 += h2; + h2 += h1; + + ((uint64_t*)out)[0] = h1; + ((uint64_t*)out)[1] = h2; +} + +//----------------------------------------------------------------------------- + +uint64_t murmurhash32_hash(const uint8_t *buf, uint64_t len, uint32_t seed) { + uint32_t res; + MurmurHash3_x86_32(buf, len, seed, &res); + return res; +} + +uint64_t murmurhash64_hash(const uint8_t *buf, uint64_t len, uint32_t seed) { + uint64_t res[2]; + MurmurHash3_x64_128(buf, len, seed, res); + return res[0]; +} + + diff --git a/src/sparkey/MurmurHash3.h b/src/sparkey/MurmurHash3.h new file mode 100644 index 0000000..b395ee1 --- /dev/null +++ b/src/sparkey/MurmurHash3.h @@ -0,0 +1,35 @@ +//----------------------------------------------------------------------------- +// MurmurHash3 was written by Austin Appleby, and is placed in the public +// domain. The author hereby disclaims copyright to this source code. + +#ifndef _MURMURHASH3_H_ +#define _MURMURHASH3_H_ + +//----------------------------------------------------------------------------- +// Platform-specific functions and macros + +// Microsoft Visual Studio + +#if defined(_MSC_VER) + +typedef unsigned char uint8_t; +typedef unsigned long uint32_t; +typedef unsigned __int64 uint64_t; + +// Other compilers + +#else // defined(_MSC_VER) + +#include + +#endif // !defined(_MSC_VER) + +//----------------------------------------------------------------------------- + +uint64_t murmurhash32_hash(const uint8_t *buf, uint64_t len, uint32_t seed); + +uint64_t murmurhash64_hash(const uint8_t *buf, uint64_t len, uint32_t seed); + +//----------------------------------------------------------------------------- + +#endif // _MURMURHASH3_H_ diff --git a/src/sparkey/buf.c b/src/sparkey/buf.c new file mode 100644 index 0000000..33044f9 --- /dev/null +++ b/src/sparkey/buf.c @@ -0,0 +1,77 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#include +#include +#include +#include +#include +#include "util.h" +#include "endiantools.h" +#include "buf.h" + +sparkey_returncode buf_init(sparkey_buf *buf, ptrdiff_t size) { + buf->start = malloc(size); + if (buf->start == NULL) { + return SPARKEY_INTERNAL_ERROR; + } + buf->cur = buf->start; + buf->end = buf->start + size; + return SPARKEY_SUCCESS; +} + +void buf_close(sparkey_buf *buf) { + free(buf->start); + buf->start = NULL; + buf->cur = NULL; + buf->end = NULL; +} + +uint64_t buf_size(sparkey_buf *buf) { + return buf->end - buf->start; +} + +uint64_t buf_remaining(sparkey_buf *buf) { + return buf->end - buf->cur; +} + +uint64_t buf_used(sparkey_buf *buf) { + return buf->cur - buf->start; +} + +sparkey_returncode buf_flushfile(sparkey_buf *buf, int fd) { + RETHROW(write_full(fd, buf->start, buf_used(buf))); + buf->cur = buf->start; + return SPARKEY_SUCCESS; +} + +sparkey_returncode buf_add(sparkey_buf *buf, int fd, const uint8_t *data, ptrdiff_t len) { + while (1) { + ptrdiff_t remaining = buf_remaining(buf); + if (remaining >= len) { + memcpy(buf->cur, data, len); + buf->cur += len; + return SPARKEY_SUCCESS; + } else { + memcpy(buf->cur, data, remaining); + buf->cur += remaining; + data += remaining; + len -= remaining; + RETHROW(buf_flushfile(buf, fd)); + } + } + return SPARKEY_SUCCESS; +} + diff --git a/src/sparkey/buf.h b/src/sparkey/buf.h new file mode 100644 index 0000000..02473f5 --- /dev/null +++ b/src/sparkey/buf.h @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#ifndef BUF_H_INCLUDED +#define BUF_H_INCLUDED + +#include +#include +#include +#include +#include +#include "util.h" +#include "endiantools.h" + +typedef struct { + uint8_t *start; + uint8_t *cur; + uint8_t *end; +} sparkey_buf; + +sparkey_returncode buf_init(sparkey_buf *buf, ptrdiff_t size); + +void buf_close(sparkey_buf *buf); + +uint64_t buf_size(sparkey_buf *buf); + +uint64_t buf_remaining(sparkey_buf *buf); + +uint64_t buf_used(sparkey_buf *buf); + +sparkey_returncode buf_flushfile(sparkey_buf *buf, int fd); + +sparkey_returncode buf_add(sparkey_buf *buf, int fd, const uint8_t *data, ptrdiff_t len); + +#endif + diff --git a/src/sparkey/endiantools.c b/src/sparkey/endiantools.c new file mode 100644 index 0000000..5b3567c --- /dev/null +++ b/src/sparkey/endiantools.c @@ -0,0 +1,145 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#if defined(__linux) +# include +#elif defined(__APPLE__) +# include +# define bswap_32 OSSwapInt32 +# define bswap_64 OSSwapInt64 +#elif defined(__OpenBSD__) +# include +# define bswap_32 swap32 +# define bswap_64 swap64 +#else +# error "no byteswap.h or libkern/OSByteOrder.h" +#endif + +#include +#include +#include +#include + +#include "util.h" +#include "endiantools.h" +#include "sparkey.h" + +static sparkey_returncode _write_full(int fd, uint8_t *buf, size_t count) { + while (count > 0) { + ssize_t actual = write(fd, buf, count); + if (actual < 0) { + switch (errno) { + case EINTR: + case EAGAIN: continue; + case ENOSPC: return SPARKEY_OUT_OF_DISK; + case EFBIG: return SPARKEY_FILE_SIZE_EXCEEDED; + case EBADF: return SPARKEY_FILE_CLOSED; + default: + fprintf(stderr, "_write_full():%d bug: actual_written = %"PRIu64", wanted = %"PRIu64", errno = %d\n", __LINE__, (uint64_t)actual, (uint64_t)count, errno); + return SPARKEY_INTERNAL_ERROR; + } + } + count -= actual; + buf += actual; + } + return SPARKEY_SUCCESS; +} + +sparkey_returncode write_full(int fd, uint8_t *buf, size_t count) { + const size_t block_size = 256*1024*1024; + size_t fullruns = count / block_size; + while (fullruns > 0) { + RETHROW(_write_full(fd, buf, block_size)); + buf += block_size; + fullruns--; + } + return _write_full(fd, buf, count % block_size); +} + +void write_little_endian32(uint8_t *buf, uint32_t value) { + buf[0] = (value >> 0) & 0xFF; + buf[1] = (value >> 8) & 0xFF; + buf[2] = (value >> 16) & 0xFF; + buf[3] = (value >> 24) & 0xFF; +} + +sparkey_returncode fwrite_little_endian32(int fd, uint32_t value) { + uint8_t buf[4]; + write_little_endian32(buf, value); + return write_full(fd, buf, 4); +} + +void write_little_endian64(uint8_t *buf, uint64_t value) { + buf[0] = (value >> 0) & 0xFF; + buf[1] = (value >> 8) & 0xFF; + buf[2] = (value >> 16) & 0xFF; + buf[3] = (value >> 24) & 0xFF; + buf[4] = (value >> 32) & 0xFF; + buf[5] = (value >> 40) & 0xFF; + buf[6] = (value >> 48) & 0xFF; + buf[7] = (value >> 56) & 0xFF; +} + +sparkey_returncode fwrite_little_endian64(int fd, uint64_t value) { + uint8_t buf[8]; + write_little_endian64(buf, value); + return write_full(fd, buf, 8); +} + +#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ || defined(__LITTLE_ENDIAN) || defined(__LITTLE_ENDIAN__) +uint32_t read_little_endian32(const uint8_t * array, uint64_t pos) { + return *((uint32_t*)(array + pos)); +} + +uint64_t read_little_endian64(const uint8_t * array, uint64_t pos) { + return *((uint64_t*)(array + pos)); +} +#elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ || defined(__BIG_ENDIAN) || defined(__BIG_ENDIAN__) +uint32_t read_little_endian32(const uint8_t * array, uint64_t pos) { + return bswap_32(*((uint32_t*)(array + pos))); +} + +uint64_t read_little_endian64(const uint8_t * array, uint64_t pos) { + return bswap_64(*((uint64_t*)(array + pos))); +} +#else +#error "none of __LITTLE_ENDIAN, __LITTLE_ENDIAN__, __BIG_ENDIAN, __BIG_ENDIAN__ is defined" +#endif + + +sparkey_returncode correct_endian_platform() { + return SPARKEY_SUCCESS; +} + +sparkey_returncode fread_little_endian32(FILE *fp, uint32_t *res) { + uint8_t data[4]; + int count = fread(data, 4, 1, fp); + if (count < 1) { + return SPARKEY_UNEXPECTED_EOF; + } + *res = read_little_endian32(data, 0); + return SPARKEY_SUCCESS; +} + +sparkey_returncode fread_little_endian64(FILE *fp, uint64_t *res) { + uint8_t data[8]; + int count = fread(data, 8, 1, fp); + if (count < 1) { + return SPARKEY_UNEXPECTED_EOF; + } + *res = read_little_endian64(data, 0); + return SPARKEY_SUCCESS; +} + diff --git a/src/sparkey/endiantools.h b/src/sparkey/endiantools.h new file mode 100644 index 0000000..ea2df7d --- /dev/null +++ b/src/sparkey/endiantools.h @@ -0,0 +1,79 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#ifndef ENDIANTOOLS_H_INCLUDED +#define ENDIANTOOLS_H_INCLUDED + +#include +#include +#include + +#include "sparkey.h" + +typedef union { + uint32_t i; + uint8_t c[4]; +} endian_union; + +/** + * Writes count bytes of buf to a file with file descriptor fd + * @param fd file descriptor of a file to write to. + * @param buf bytes to write to file. + * Must point to a block of memory at least count long. + * @param count number of bytes to write. + * @returns SPARKEY_SUCCESS if all goes well, otherwise a sparkey error code. + */ +sparkey_returncode write_full(int fd, uint8_t *buf, size_t count); + +/** + * Write a 32 bit value to buf in little endian. + * @param buf buf to write to. Must be at least 4 bytes long. + * @param value the value to write. + */ +void write_little_endian32(uint8_t *buf, uint32_t value); + +/** + * Write a 32 bit value to file in little endian. + * @param fd file descriptor of file open for write. + * @param value the value to write. + * @returns SPARKEY_SUCCESS if all goes well, a sparkey error if the + * writing to file fails. + */ +sparkey_returncode fwrite_little_endian32(int fd, uint32_t value); + +/** + * Write a 64 bit value to buf in little endian. + * @param buf buf to write to. Must be at least 8 bytes long. + * @param value the value to write. + */ +void write_little_endian64(uint8_t *buf, uint64_t value); + +/** + * Write a 64 bit value to file in little endian. + * @param fd file descriptor of file open for write. + * @param value the value to write. + * @returns SPARKEY_SUCCESS if all goes well, a sparkey error if the + * writing to file fails. + */ +sparkey_returncode fwrite_little_endian64(int fd, uint64_t value); +uint32_t read_little_endian32(const uint8_t * array, uint64_t pos); +uint64_t read_little_endian64(const uint8_t * array, uint64_t pos); +sparkey_returncode correct_endian_platform(); + +sparkey_returncode fread_little_endian32(FILE *fp, uint32_t *res); +sparkey_returncode fread_little_endian64(FILE *fp, uint64_t *res); + +#endif /* ENDIAN_H_INCLUDED */ + diff --git a/src/sparkey/hashalgorithms.c b/src/sparkey/hashalgorithms.c new file mode 100644 index 0000000..fab4a56 --- /dev/null +++ b/src/sparkey/hashalgorithms.c @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#include "hashalgorithms.h" +#include "MurmurHash3.h" + +static uint64_t _read_little_endian32(const uint8_t *data, uint64_t pos) { + return read_little_endian32(data, pos); +} + +static void _write_little_endian32(uint8_t *data, uint64_t hash) { + write_little_endian32(data, hash); +} + +static sparkey_hash_algorithm murmurhash32 = { + &murmurhash32_hash, + &_read_little_endian32, + &_write_little_endian32 +}; + +static sparkey_hash_algorithm murmurhash64 = { + &murmurhash64_hash, + &read_little_endian64, + &write_little_endian64 +}; + +static sparkey_hash_algorithm invalid = { + NULL, NULL, NULL +}; + +sparkey_hash_algorithm sparkey_get_hash_algorithm(uint32_t hash_size) { + switch (hash_size) { + case 4: return murmurhash32; + case 8: return murmurhash64; + default: return invalid; + } +} + diff --git a/src/sparkey/hashalgorithms.h b/src/sparkey/hashalgorithms.h new file mode 100644 index 0000000..b60a537 --- /dev/null +++ b/src/sparkey/hashalgorithms.h @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#ifndef SPARKEY_HASHALGORITHM_H_INCLUDED +#define SPARKEY_HASHALGORITHM_H_INCLUDED + +#include "endiantools.h" + +typedef struct { + uint64_t (*hash)(const uint8_t *data, uint64_t len, uint32_t seed); + uint64_t (*read_hash)(const uint8_t *data, uint64_t pos); + void (*write_hash)(uint8_t *data, uint64_t hash); +} sparkey_hash_algorithm; + +sparkey_hash_algorithm sparkey_get_hash_algorithm(uint32_t hash_size); + +#endif diff --git a/src/sparkey/hashheader.c b/src/sparkey/hashheader.c new file mode 100644 index 0000000..5176e48 --- /dev/null +++ b/src/sparkey/hashheader.c @@ -0,0 +1,136 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#include +#include +#include +#include + +#include "hashheader.h" +#include "endiantools.h" +#include "util.h" +#include "sparkey.h" + +void print_hashheader(sparkey_hashheader *header) { + printf("Hash file version %d.%d\n", header->major_version, header->minor_version); + printf("Identifier: %08x\n", header->file_identifier); + printf("Max key size: %"PRIu64", Max value size: %"PRIu64"\n", header->max_key_len, header->max_value_len); + printf("Hash size: %d bit Murmurhash3\n", 8*header->hash_size); + printf("Num entries: %"PRIu64", Capacity: %"PRIu64"\n", header->num_entries, header->hash_capacity); + printf("Num collisions: %"PRIu64", Max displacement: %"PRIu64", Average displacement: %.2f\n", header->hash_collisions, header->max_displacement, (double) header->total_displacement / (double) header->num_entries); + printf("Data size: %"PRIu64", Garbage size: %"PRIu64"\n", header->data_end, header->garbage_size); +} + +static sparkey_returncode hashheader_version0(sparkey_hashheader *header, FILE *fp) { + RETHROW(fread_little_endian32(fp, &header->file_identifier)); + RETHROW(fread_little_endian32(fp, &header->hash_seed)); + RETHROW(fread_little_endian64(fp, &header->data_end)); + RETHROW(fread_little_endian64(fp, &header->max_key_len)); + RETHROW(fread_little_endian64(fp, &header->max_value_len)); + RETHROW(fread_little_endian64(fp, &header->num_puts)); + RETHROW(fread_little_endian64(fp, &header->garbage_size)); + RETHROW(fread_little_endian64(fp, &header->num_entries)); + + RETHROW(fread_little_endian32(fp, &header->address_size)); + RETHROW(fread_little_endian32(fp, &header->hash_size)); + RETHROW(fread_little_endian64(fp, &header->hash_capacity)); + RETHROW(fread_little_endian64(fp, &header->max_displacement)); + RETHROW(fread_little_endian32(fp, &header->entry_block_bits)); + header->entry_block_bitmask = (1 << header->entry_block_bits) - 1; + RETHROW(fread_little_endian64(fp, &header->hash_collisions)); + RETHROW(fread_little_endian64(fp, &header->total_displacement)); + header->header_size = HASH_HEADER_SIZE; + + header->hash_algorithm = sparkey_get_hash_algorithm(header->hash_size); + if (header->hash_algorithm.hash == NULL) { + return SPARKEY_HASH_HEADER_CORRUPT; + } + // Some basic consistency checks + if (header->num_entries > header->num_puts) { + return SPARKEY_HASH_HEADER_CORRUPT; + } + if (header->max_displacement > header->num_entries) { + return SPARKEY_HASH_HEADER_CORRUPT; + } + if (header->hash_collisions > header->num_entries) { + return SPARKEY_HASH_HEADER_CORRUPT; + } + + return SPARKEY_SUCCESS; +} + + +typedef sparkey_returncode (*loader)(sparkey_hashheader *header, FILE *fp); + +static loader loaders[2] = { hashheader_version0, hashheader_version0 }; + +sparkey_returncode sparkey_load_hashheader(sparkey_hashheader *header, const char *filename) { + FILE *fp = fopen(filename, "r"); + if (fp == NULL) { + return sparkey_open_returncode(errno); + } + + uint32_t tmp; + RETHROW(fread_little_endian32(fp, &tmp)); + if (tmp != HASH_MAGIC_NUMBER) { + fclose(fp); + return SPARKEY_WRONG_HASH_MAGIC_NUMBER; + } + RETHROW(fread_little_endian32(fp, &header->major_version)); + if (header->major_version != HASH_MAJOR_VERSION) { + fclose(fp); + return SPARKEY_WRONG_HASH_MAJOR_VERSION; + } + RETHROW(fread_little_endian32(fp, &header->minor_version)); + if (header->minor_version > HASH_MINOR_VERSION) { + fclose(fp); + return SPARKEY_UNSUPPORTED_HASH_MINOR_VERSION; + } + int version = header->minor_version; + loader l = loaders[version]; + if (l == NULL) { + fclose(fp); + return SPARKEY_INTERNAL_ERROR; + } + sparkey_returncode x = (*l)(header, fp); + fclose(fp); + return x; +} + +sparkey_returncode write_hashheader(int fd, sparkey_hashheader *header) { + RETHROW(fwrite_little_endian32(fd, HASH_MAGIC_NUMBER)); + RETHROW(fwrite_little_endian32(fd, HASH_MAJOR_VERSION)); + RETHROW(fwrite_little_endian32(fd, HASH_MINOR_VERSION)); + RETHROW(fwrite_little_endian32(fd, header->file_identifier)); + RETHROW(fwrite_little_endian32(fd, header->hash_seed)); + RETHROW(fwrite_little_endian64(fd, header->data_end)); + RETHROW(fwrite_little_endian64(fd, header->max_key_len)); + RETHROW(fwrite_little_endian64(fd, header->max_value_len)); + RETHROW(fwrite_little_endian64(fd, header->num_puts)); + RETHROW(fwrite_little_endian64(fd, header->garbage_size)); + RETHROW(fwrite_little_endian64(fd, header->num_entries)); + RETHROW(fwrite_little_endian32(fd, header->address_size)); + RETHROW(fwrite_little_endian32(fd, header->hash_size)); + RETHROW(fwrite_little_endian64(fd, header->hash_capacity)); + RETHROW(fwrite_little_endian64(fd, header->max_displacement)); + RETHROW(fwrite_little_endian32(fd, header->entry_block_bits)); + RETHROW(fwrite_little_endian64(fd, header->hash_collisions)); + RETHROW(fwrite_little_endian64(fd, header->total_displacement)); + + return SPARKEY_SUCCESS; +} + + + diff --git a/src/sparkey/hashheader.h b/src/sparkey/hashheader.h new file mode 100644 index 0000000..f9ce699 --- /dev/null +++ b/src/sparkey/hashheader.h @@ -0,0 +1,99 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#ifndef SPARKEY_HASHHEADER_H_INCLUDED +#define SPARKEY_HASHHEADER_H_INCLUDED + +#include +#include "endiantools.h" + +#include "sparkey.h" +#include "hashalgorithms.h" + +#define HASH_MAGIC_NUMBER (0x9a11318f) +#define HASH_MAJOR_VERSION (1) +#define HASH_MINOR_VERSION (1) +#define HASH_HEADER_SIZE (112) + +typedef struct { + uint32_t major_version; + uint32_t minor_version; + uint32_t file_identifier; + uint32_t hash_seed; + uint32_t header_size; + + uint64_t data_end; + uint64_t max_key_len; + uint64_t max_value_len; + + uint64_t garbage_size; + uint64_t num_entries; + uint32_t address_size; + uint32_t hash_size; + uint64_t hash_capacity; + uint64_t max_displacement; + uint64_t num_puts; + uint32_t entry_block_bits; + uint32_t entry_block_bitmask; + uint64_t hash_collisions; + uint64_t total_displacement; + sparkey_hash_algorithm hash_algorithm; +} sparkey_hashheader; + +/** + * fills up a hashheader struct based on the contents at the beginning of the file. + * @param header header struct to fill + * @param filename a hash file + * @returns an error code if it could not load the file. + */ +sparkey_returncode sparkey_load_hashheader(sparkey_hashheader *header, const char *filename); + +/** + * Dumps a human readable representation of the header to stdout + * @param header an initialized header struct + */ +void print_hashheader(sparkey_hashheader *header); + +/** + * Writes a header to the current position in the file + * @param fd a file descripter pointing to a file open for writing + * @param header the header to write + * @returns an error code if it could not write to file. + */ +sparkey_returncode write_hashheader(int fd, sparkey_hashheader *header); + +static inline uint64_t get_displacement(uint64_t capacity, uint64_t slot, uint64_t hash) { + uint64_t wanted_slot = hash % capacity; + return (capacity + (slot - wanted_slot)) % capacity; +} + +static inline uint64_t read_addr(uint8_t *hashtable, uint64_t pos, int address_size) { + switch (address_size) { + case 4: return read_little_endian32(hashtable, pos); + case 8: return read_little_endian64(hashtable, pos); + } + return -1; +} + +static inline void write_addr(uint8_t *buf, uint64_t value, int address_size) { + switch (address_size) { + case 4: write_little_endian32(buf, value); return; + case 8: write_little_endian64(buf, value); return; + } +} + + +#endif + diff --git a/src/sparkey/hashiter.c b/src/sparkey/hashiter.c new file mode 100644 index 0000000..27aef4b --- /dev/null +++ b/src/sparkey/hashiter.c @@ -0,0 +1,46 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#include +#include + +#include "sparkey.h" +#include "sparkey-internal.h" +#include "hashiter.h" + +uint64_t sparkey_iter_hash(sparkey_hashheader *hash_header, sparkey_logiter *iter, sparkey_logreader *log) { + uint8_t *buf; + uint64_t len; + sparkey_returncode returncode = sparkey_logiter_keychunk(iter, log, 1 << 31, &buf, &len); + if (returncode != SPARKEY_SUCCESS) { + return 0; + } + if (len == iter->keylen) { + return hash_header->hash_algorithm.hash(buf, len, hash_header->hash_seed); + } else { + uint8_t *keybuf = malloc(iter->keylen); + memcpy(keybuf, buf, len); + uint64_t len2; + returncode = sparkey_logiter_fill_key(iter, log, 1 << 31, keybuf + len, &len2); + if (len + len2 != iter->keylen) { + free(keybuf); + return 0; + } + uint64_t hash = hash_header->hash_algorithm.hash(keybuf, iter->keylen, hash_header->hash_seed); + free(keybuf); + return hash; + } +} + diff --git a/src/sparkey/hashiter.h b/src/sparkey/hashiter.h new file mode 100644 index 0000000..70bd6d5 --- /dev/null +++ b/src/sparkey/hashiter.h @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#ifndef SPARKEY_HASHITER_H_INCLUDED +#define SPARKEY_HASHITER_H_INCLUDED + +#include "sparkey.h" + +#include "hashheader.h" + +uint64_t sparkey_iter_hash(sparkey_hashheader *hash_header, sparkey_logiter *iter, sparkey_logreader *log); + +#endif + diff --git a/src/sparkey/hashreader.c b/src/sparkey/hashreader.c new file mode 100644 index 0000000..4fd2bd8 --- /dev/null +++ b/src/sparkey/hashreader.c @@ -0,0 +1,255 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#include +#include +#include +#include +#include +#include + +#include "hashheader.h" +#include "hashiter.h" +#include "util.h" +#include "endiantools.h" +#include "sparkey.h" +#include "sparkey-internal.h" + +#define MAGIC_VALUE_HASHREADER (0x75103df9) + +sparkey_returncode sparkey_hash_open(sparkey_hashreader **reader_ref, const char *hash_filename, const char *log_filename) { + RETHROW(correct_endian_platform()); + + sparkey_returncode returncode; + + sparkey_hashreader *reader = malloc(sizeof(sparkey_hashreader)); + if (reader == NULL) { + return SPARKEY_INTERNAL_ERROR; + } + + TRY(sparkey_load_hashheader(&reader->header, hash_filename), free_reader); + TRY(sparkey_logreader_open_noalloc(&reader->log, log_filename), free_reader); + if (reader->header.file_identifier != reader->log.header.file_identifier) { + returncode = SPARKEY_FILE_IDENTIFIER_MISMATCH; + goto close_reader; + } + if (reader->header.data_end > reader->log.header.data_end) { + returncode = SPARKEY_HASH_HEADER_CORRUPT; + goto close_reader; + } + if (reader->header.max_key_len > reader->log.header.max_key_len) { + returncode = SPARKEY_HASH_HEADER_CORRUPT; + goto close_reader; + } + if (reader->header.max_value_len > reader->log.header.max_value_len) { + returncode = SPARKEY_HASH_HEADER_CORRUPT; + goto close_reader; + } + + reader->fd = open(hash_filename, O_RDONLY); + if (reader->fd < 0) { + int e = errno; + returncode = sparkey_open_returncode(e); + goto close_reader; + } + + reader->data_len = reader->header.header_size + reader->header.hash_capacity * (reader->header.hash_size + reader->header.address_size); + + struct stat s; + stat(hash_filename, &s); + if (reader->data_len > (uint64_t) s.st_size) { + returncode = SPARKEY_HASH_TOO_SMALL; + goto close_reader; + } + + reader->data = mmap(NULL, reader->data_len, PROT_READ, MAP_SHARED, reader->fd, 0); + if (reader->data == MAP_FAILED) { + returncode = SPARKEY_MMAP_FAILED; + goto close_reader; + } + + *reader_ref = reader; + reader->open_status = MAGIC_VALUE_HASHREADER; + return SPARKEY_SUCCESS; + +close_reader: + sparkey_hash_close(&reader); + return returncode; + +free_reader: + free(reader); + return returncode; +} + +void sparkey_hash_close(sparkey_hashreader **reader_ref) { + if (reader_ref == NULL) { + return; + } + sparkey_hashreader *reader = *reader_ref; + if (reader == NULL) { + return; + } + + if (reader->open_status != MAGIC_VALUE_HASHREADER) { + return; + } + sparkey_logreader_close_nodealloc(&reader->log); + + reader->open_status = 0; + if (reader->data != NULL) { + munmap(reader->data, reader->data_len); + reader->data = NULL; + } + close(reader->fd); + reader->fd = -1; + free(reader); + *reader_ref = NULL; +} + +static sparkey_returncode assert_reader_open(sparkey_hashreader *reader) { + if (reader->open_status != MAGIC_VALUE_HASHREADER) { + return SPARKEY_HASH_CLOSED; + } + return SPARKEY_SUCCESS; +} + +sparkey_returncode sparkey_hash_get(sparkey_hashreader *reader, const uint8_t *key, uint64_t keylen, sparkey_logiter *iter) { + RETHROW(assert_reader_open(reader)); + uint64_t hash = reader->header.hash_algorithm.hash(key, keylen, reader->header.hash_seed); + uint64_t wanted_slot = hash % reader->header.hash_capacity; + + int slot_size = reader->header.address_size + reader->header.hash_size; + uint64_t pos = wanted_slot * slot_size; + + uint64_t displacement = 0; + uint64_t slot = wanted_slot; + + uint8_t *hashtable = reader->data + reader->header.header_size; + + while (1) { + uint64_t hash2 = reader->header.hash_algorithm.read_hash(hashtable, pos); + uint64_t position2 = read_addr(hashtable, pos + reader->header.hash_size, reader->header.address_size); + if (position2 == 0) { + iter->state = SPARKEY_ITER_INVALID; + return SPARKEY_SUCCESS; + } + int entry_index2 = (int) (position2) & reader->header.entry_block_bitmask; + position2 >>= reader->header.entry_block_bits; + if (hash == hash2) { + RETHROW(sparkey_logiter_seek(iter, &reader->log, position2)); + RETHROW(sparkey_logiter_skip(iter, &reader->log, entry_index2)); + RETHROW(sparkey_logiter_next(iter, &reader->log)); + uint64_t keylen2 = iter->keylen; + if (iter->type != SPARKEY_ENTRY_PUT) { + iter->state = SPARKEY_ITER_INVALID; + return SPARKEY_INTERNAL_ERROR; + } + if (keylen == keylen2) { + uint64_t pos2 = 0; + int equals = 1; + while (pos2 < keylen) { + uint8_t *buf2; + uint64_t len2; + RETHROW(sparkey_logiter_keychunk(iter, &reader->log, keylen, &buf2, &len2)); + if (memcmp(&key[pos2], buf2, len2) != 0) { + equals = 0; + break; + } + pos2 += len2; + } + if (equals) { + return SPARKEY_SUCCESS; + } + } + } + uint64_t other_displacement = get_displacement(reader->header.hash_capacity, slot, hash2); + if (displacement > other_displacement) { + iter->state = SPARKEY_ITER_INVALID; + return SPARKEY_SUCCESS; + } + pos += slot_size; + displacement++; + slot++; + if (slot >= reader->header.hash_capacity) { + pos = 0; + slot = 0; + } + } + iter->state = SPARKEY_ITER_INVALID; + return SPARKEY_INTERNAL_ERROR; +} + +sparkey_returncode sparkey_logiter_hashnext(sparkey_logiter *iter, sparkey_hashreader *reader) { + RETHROW(assert_reader_open(reader)); + + uint8_t *hashtable = reader->data + reader->header.header_size; + int slot_size = reader->header.address_size + reader->header.hash_size; + + while (1) { + RETHROW(sparkey_logiter_next(iter, &reader->log)); + if (iter->state != SPARKEY_ITER_ACTIVE) { + return SPARKEY_SUCCESS; + } + if (iter->type != SPARKEY_ENTRY_PUT) { + continue; + } + uint64_t position = (iter->entry_block_position << reader->header.entry_block_bits) | iter->entry_count; + + uint64_t key_hash = sparkey_iter_hash(&reader->header, iter, &reader->log); + uint64_t wanted_slot = key_hash % reader->header.hash_capacity; + + uint64_t pos = wanted_slot * slot_size; + + uint64_t displacement = 0; + uint64_t slot = wanted_slot; + + while (1) { + uint64_t hash2 = reader->header.hash_algorithm.read_hash(hashtable, pos); + uint64_t position2 = read_addr(hashtable, pos + reader->header.hash_size, reader->header.address_size); + if (position2 == 0) { + break; + } + if (position == position2) { + // Found a match! Just reset the iterator + RETHROW(sparkey_logiter_reset(iter, &reader->log)); + return SPARKEY_SUCCESS; + } + uint64_t other_displacement = get_displacement(reader->header.hash_capacity, slot, hash2); + if (displacement > other_displacement) { + break; + } + pos += slot_size; + displacement++; + slot++; + if (slot >= reader->header.hash_capacity) { + pos = 0; + slot = 0; + } + } + } +} + +sparkey_logreader * sparkey_hash_getreader(sparkey_hashreader *reader) { + return &reader->log; +} + +uint64_t sparkey_hash_numentries(sparkey_hashreader *reader) { + return reader->header.num_entries; +} + +uint64_t sparkey_hash_numcollisions(sparkey_hashreader *reader) { + return reader->header.hash_collisions; +} + diff --git a/src/sparkey/hashwriter.c b/src/sparkey/hashwriter.c new file mode 100644 index 0000000..9a57ae2 --- /dev/null +++ b/src/sparkey/hashwriter.c @@ -0,0 +1,521 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#include +#include +#include +#include +#include +#include +#include +#include + +#include "sparkey.h" +#include "sparkey-internal.h" + +#include "logheader.h" +#include "endiantools.h" +#include "util.h" +#include "hashheader.h" +#include "hashiter.h" + +static uint32_t int_log2(uint32_t x) { + uint32_t count = 0; + while (x > 0) { + x >>= 1; + count++; + } + return count; +} + +static int unsigned_vlq_size(uint64_t value) { + if (value < 1ULL << 7ULL) { + return 1; + } + if (value < 1ULL << 14ULL) { + return 2; + } + if (value < 1ULL << 21ULL) { + return 3; + } + if (value < 1ULL << 28ULL) { + return 4; + } + if (value < 1ULL << 35ULL) { + return 5; + } + if (value < 1ULL << 42ULL) { + return 6; + } + if (value < 1ULL << 49ULL) { + return 7; + } + if (value < 1ULL << 56ULL) { + return 8; + } + if (value < 1ULL << 63ULL) { + return 9; + } + return 10; +} + + +static void added_entry(sparkey_hashheader *hash_header) { + hash_header->num_entries++; +} + +static void replaced_entry(sparkey_hashheader *hash_header, uint64_t keylen, uint64_t valuelen) { + hash_header->garbage_size += keylen + valuelen + unsigned_vlq_size(keylen + 1) + unsigned_vlq_size(valuelen); +} + +static void deleted_entry(sparkey_hashheader *hash_header, uint64_t keylen, uint64_t valuelen) { + hash_header->garbage_size += keylen + valuelen + unsigned_vlq_size(keylen + 1) + unsigned_vlq_size(valuelen); + hash_header->num_entries--; +} + +static sparkey_returncode hash_delete(uint64_t wanted_slot, uint64_t hash, uint8_t *hashtable, sparkey_hashheader *hash_header, sparkey_logiter *iter, sparkey_logiter *ra_iter, sparkey_logreader *log) { + int slot_size = hash_header->address_size + hash_header->hash_size; + uint64_t pos = wanted_slot * slot_size; + + uint64_t displacement = 0; + uint64_t slot = wanted_slot; + + while (1) { + uint64_t hash2 = hash_header->hash_algorithm.read_hash(hashtable, pos); + uint64_t position2 = read_addr(hashtable, pos + hash_header->hash_size, hash_header->address_size); + if (position2 == 0) { + return SPARKEY_SUCCESS; + } + int entry_index2 = (int) (position2) & hash_header->entry_block_bitmask; + position2 >>= hash_header->entry_block_bits; + if (position2 < log->header.header_size || position2 >= log->header.data_end ) { + fprintf(stderr, "hash_delete():%d bug: found pointer outside of range %"PRIu64"\n", __LINE__, position2); + return SPARKEY_INTERNAL_ERROR; + } + if (hash == hash2) { + RETHROW(sparkey_logiter_seek(ra_iter, log, position2)); + RETHROW(sparkey_logiter_skip(ra_iter, log, entry_index2)); + RETHROW(sparkey_logiter_next(ra_iter, log)); + uint64_t keylen2 = ra_iter->keylen; + uint64_t valuelen2 = ra_iter->valuelen; + if (ra_iter->type != SPARKEY_ENTRY_PUT) { + fprintf(stderr, "hash_delete():%d bug: expected a put entry but found %d\n", __LINE__, ra_iter->type); + return SPARKEY_INTERNAL_ERROR; + } + if (iter->keylen == keylen2) { + RETHROW(sparkey_logiter_reset(iter, log)); + int cmp; + RETHROW(sparkey_logiter_keycmp(iter, ra_iter, log, &cmp)); + if (cmp == 0) { + // TODO: possibly optimize this to read and write stuff to move in chunks instead of one by one, to decrease number of seeks. + while (1) { + uint64_t next_slot = (slot + 1) % hash_header->hash_capacity; + uint64_t next_pos = next_slot * slot_size; + + uint64_t hash3 = hash_header->hash_algorithm.read_hash(hashtable, next_pos); + uint64_t position3 = read_addr(hashtable, next_pos + hash_header->hash_size, hash_header->address_size); + if (position3 == 0) { + break; + } + if ((hash3 % hash_header->hash_capacity) == next_slot) { + break; + } + + uint64_t pos3 = slot * slot_size; + hash_header->hash_algorithm.write_hash(&hashtable[pos3], hash3); + write_addr(&hashtable[pos3 + hash_header->hash_size], position3, hash_header->address_size); + + slot = next_slot; + } + + uint64_t pos3 = slot * slot_size; + hash_header->hash_algorithm.write_hash(&hashtable[pos3], 0); + write_addr(&hashtable[pos3 + hash_header->hash_size], 0, hash_header->address_size); + deleted_entry(hash_header, keylen2, valuelen2); + + return SPARKEY_SUCCESS; + + } + } + } + uint64_t other_displacement = get_displacement(hash_header->hash_capacity, slot, hash2); + if (displacement > other_displacement) { + return SPARKEY_SUCCESS; + } + pos += slot_size; + displacement++; + slot++; + if (slot >= hash_header->hash_capacity) { + pos = 0; + slot = 0; + } + } + fprintf(stderr, "hash_put():%d bug: unreachable statement\n", __LINE__); + return SPARKEY_INTERNAL_ERROR; +} + +static sparkey_returncode hash_put(uint64_t wanted_slot, uint64_t hash, uint8_t *hashtable, sparkey_hashheader *hash_header, sparkey_logiter *iter, sparkey_logiter *ra_iter, sparkey_logreader *log, uint64_t position) { + int slot_size = hash_header->address_size + hash_header->hash_size; + uint64_t pos = wanted_slot * slot_size; + + uint64_t displacement = 0; + uint64_t slot = wanted_slot; + + int might_be_collision = iter != NULL && ra_iter != NULL && log != NULL; + while (1) { + uint64_t hash2 = hash_header->hash_algorithm.read_hash(hashtable, pos); + uint64_t position2 = read_addr(hashtable, pos + hash_header->hash_size, hash_header->address_size); + if (position2 == 0) { + hash_header->hash_algorithm.write_hash(&hashtable[pos], hash); + write_addr(&hashtable[pos + hash_header->hash_size], position, hash_header->address_size); + added_entry(hash_header); + return SPARKEY_SUCCESS; + } + + int entry_index2 = (int) (position2) & hash_header->entry_block_bitmask; + uint64_t position3 = position2 >> hash_header->entry_block_bits; + + if (might_be_collision && hash == hash2) { + RETHROW(sparkey_logiter_seek(ra_iter, log, position3)); + RETHROW(sparkey_logiter_skip(ra_iter, log, entry_index2)); + RETHROW(sparkey_logiter_next(ra_iter, log)); + uint64_t keylen2 = ra_iter->keylen; + uint64_t valuelen2 = ra_iter->valuelen; + if (ra_iter->type != SPARKEY_ENTRY_PUT) { + fprintf(stderr, "hash_put():%d bug: expected a put entry but found %d\n", __LINE__, ra_iter->type); + return SPARKEY_INTERNAL_ERROR; + } + if (iter->keylen == keylen2) { + RETHROW(sparkey_logiter_reset(iter, log)); + int cmp; + RETHROW(sparkey_logiter_keycmp(iter, ra_iter, log, &cmp)); + if (cmp == 0) { + hash_header->hash_algorithm.write_hash(&hashtable[pos], hash); + write_addr(&hashtable[pos + hash_header->hash_size], position, hash_header->address_size); + replaced_entry(hash_header, keylen2, valuelen2); + return SPARKEY_SUCCESS; + } + } + } + + uint64_t other_displacement = get_displacement(hash_header->hash_capacity, slot, hash2); + if (displacement > other_displacement) { + // Steal the slot, and move the other one + hash_header->hash_algorithm.write_hash(&hashtable[pos], hash); + write_addr(&hashtable[pos + hash_header->hash_size], position, hash_header->address_size); + position = position2; + displacement = other_displacement; + hash = hash2; + might_be_collision = 0; + } + pos += slot_size; + displacement++; + slot++; + if (slot >= hash_header->hash_capacity) { + pos = 0; + slot = 0; + } + } + fprintf(stderr, "hash_put():%d bug: unreachable statement\n", __LINE__); + return SPARKEY_INTERNAL_ERROR; +} + +static void calculate_max_displacement(sparkey_hashheader *hash_header, uint8_t *hashtable) { + uint64_t capacity = hash_header->hash_capacity; + int hash_size = hash_header->hash_size; + int slot_size = hash_header->address_size + hash_size; + + uint64_t max_displacement = 0; + uint64_t num_hash_collisions = 0; + uint64_t total_displacement = 0; + + int has_first = 0; + uint64_t first_hash = 0; + + int has_last = 0; + uint64_t last_hash = 0; + + int has_prev = 0; + uint64_t prev_hash = -1; + for (uint64_t slot = 0; slot < capacity; slot++) { + uint64_t hash = hash_header->hash_algorithm.read_hash(hashtable, slot * slot_size); + if (has_prev && prev_hash == hash) { + num_hash_collisions++; + } + uint64_t position = read_addr(hashtable, slot * slot_size + hash_size, hash_header->address_size); + if (position != 0) { + prev_hash = hash; + has_prev = 1; + uint64_t displacement = get_displacement(capacity, slot, hash); + total_displacement += displacement; + if (displacement > max_displacement) { + max_displacement = displacement; + } + if (slot == 0) { + first_hash = hash; + has_first = 1; + } + if (slot == capacity - 1) { + last_hash = hash; + has_last = 1; + } + } else { + has_prev = 0; + } + } + if (has_first && has_last && first_hash == last_hash) { + num_hash_collisions++; + } + hash_header->total_displacement = total_displacement; + hash_header->max_displacement = max_displacement; + hash_header->hash_collisions = num_hash_collisions; +} + +static sparkey_returncode read_fully(int fd, uint8_t *buf, size_t count) { + while (count > 0) { + ssize_t actual_read = read(fd, buf, count); + if (actual_read < 0) { + fprintf(stderr, "read_fully():%d bug: actual_read = %"PRIu64", errno = %d\n", __LINE__, (uint64_t)actual_read, errno); + return SPARKEY_INTERNAL_ERROR; + } + count -= actual_read; + } + return SPARKEY_SUCCESS; +} + +static sparkey_returncode hash_copy(uint8_t *hashtable, uint8_t *buf, size_t buffer_size, sparkey_hashheader *old_header, sparkey_hashheader *new_header) { + int slot_size = old_header->address_size + old_header->hash_size; + for (unsigned int i = 0; i < buffer_size; i += slot_size) { + uint64_t hash = old_header->hash_algorithm.read_hash(buf, i); + uint64_t position = read_addr(buf, i + old_header->hash_size, old_header->address_size); + + int entry_index = (int) (position) & old_header->entry_block_bitmask; + position >>= old_header->entry_block_bits; + + uint64_t wanted_slot = hash % new_header->hash_capacity; + if (position != 0) { + RETHROW(hash_put(wanted_slot, hash, hashtable, new_header, NULL, NULL, NULL, (position << new_header->entry_block_bits) | entry_index)); + } + } + return SPARKEY_SUCCESS; +} + +static sparkey_returncode fill_hash(uint8_t *hashtable, const char *hash_filename, sparkey_hashheader *old_header, sparkey_hashheader *new_header) { + int fd = open(hash_filename, O_RDONLY); + if (fd < 0) { + return sparkey_open_returncode(errno); + } + + lseek(fd, old_header->header_size, SEEK_SET); + + int slot_size = old_header->address_size + old_header->hash_size; + uint64_t buffer_size = slot_size * 1024; + uint8_t *buf = malloc(buffer_size); + if (buf == NULL) { + fprintf(stderr, "fill_hash():%d bug: could not malloc %"PRIu64" bytes\n", __LINE__, buffer_size); + return SPARKEY_INTERNAL_ERROR; + } + + sparkey_returncode returncode = SPARKEY_SUCCESS; + uint64_t remaining = old_header->hash_capacity * slot_size; + while (buffer_size <= remaining) { + TRY(read_fully(fd, buf, buffer_size), free); + TRY(hash_copy(hashtable, buf, buffer_size, old_header, new_header), free); + remaining -= buffer_size; + } + TRY(read_fully(fd, buf, remaining), free); + TRY(hash_copy(hashtable, buf, remaining, old_header, new_header), free); + +free: + free(buf); + if (close(fd) < 0) { + if (returncode == SPARKEY_SUCCESS) { + fprintf(stderr, "fill_hash():%d bug: could not close file. errno = %d\n", __LINE__, errno); + returncode = SPARKEY_INTERNAL_ERROR; + } + } + + return returncode; +} + +sparkey_returncode sparkey_hash_write(const char *hash_filename, const char *log_filename, int hash_size) { + sparkey_logheader log_header; + sparkey_logreader *log; + sparkey_logiter *iter = NULL; + sparkey_logiter *ra_iter = NULL; + + RETHROW(sparkey_load_logheader(&log_header, log_filename)); + + RETHROW(sparkey_logreader_open(&log, log_filename)); + sparkey_returncode returncode = SPARKEY_SUCCESS; + TRY(sparkey_logiter_create(&iter, log), close_reader); + TRY(sparkey_logiter_create(&ra_iter, log), close_iter); + + sparkey_hashheader hash_header; + sparkey_hashheader old_header; + + double cap; + uint64_t start; + uint32_t hash_seed; + int copy_old; + uint32_t old_hash_size = 0; + returncode = sparkey_load_hashheader(&old_header, hash_filename); + if (returncode == SPARKEY_SUCCESS && + old_header.file_identifier == log_header.file_identifier && + old_header.major_version == HASH_MAJOR_VERSION && + old_header.minor_version == HASH_MINOR_VERSION) { + // Prepare to copy stuff from old header + cap = ((log_header.num_puts - old_header.num_puts) + old_header.num_entries) * 1.3; + start = old_header.data_end; + hash_seed = old_header.hash_seed; + hash_header.garbage_size = old_header.garbage_size; + + copy_old = 1; + old_hash_size = old_header.hash_size; + } else { + cap = log_header.num_puts * 1.3; + start = log_header.header_size; + TRY(rand32(&hash_seed), close_iter); + hash_header.garbage_size = 0; + copy_old = 0; + returncode = SPARKEY_SUCCESS; + } + + hash_header.hash_capacity = 1 | (uint64_t) cap; + + hash_header.hash_seed = hash_seed; + hash_header.max_key_len = log_header.max_key_len; + hash_header.max_value_len = log_header.max_value_len; + hash_header.data_end = log_header.data_end; + hash_header.num_puts = log_header.num_puts; + + hash_header.entry_block_bits = int_log2(log_header.max_entries_per_block); + hash_header.entry_block_bitmask = (1 << hash_header.entry_block_bits) - 1; + + if (hash_header.data_end < (1ULL << (32 - hash_header.entry_block_bits))) { + hash_header.address_size = 4; + } else { + hash_header.address_size = 8; + } + if (old_hash_size == 8 || hash_header.hash_capacity >= (1 << 23)) { + hash_header.hash_size = 8; + } else { + hash_header.hash_size = 4; + } + if (hash_size != 0) { + if (hash_size == 4 || hash_size == 8) { + hash_header.hash_size = hash_size; + } else { + returncode = SPARKEY_HASH_SIZE_INVALID; + goto close_iter; + } + } + if (hash_header.hash_size != old_hash_size) { + copy_old = 0; + } + hash_header.hash_algorithm = sparkey_get_hash_algorithm(hash_header.hash_size); + + int slot_size = hash_header.hash_size + hash_header.address_size; + uint64_t hashsize = slot_size * hash_header.hash_capacity; + uint8_t *hashtable = malloc(hashsize); + if (hashtable == NULL) { + fprintf(stderr, "sparkey_hash_write():%d bug: could not malloc %"PRIu64" bytes\n", __LINE__, hashsize); + returncode = SPARKEY_INTERNAL_ERROR; + goto close_iter; + } + memset(hashtable, 0, hashsize); + + hash_header.max_displacement = 0; + hash_header.total_displacement = 0; + hash_header.num_entries = 0; + hash_header.hash_collisions = 0; + + if (copy_old) { + if (old_header.data_end == log->header.data_end) { + // Nothing needs to be done - just exit + goto close_iter; + } + TRY(fill_hash(hashtable, hash_filename, &old_header, &hash_header), free_hashtable); + TRY(sparkey_logiter_seek(iter, log, start), free_hashtable); + } + + while (1) { + TRY(sparkey_logiter_next(iter, log), free_hashtable); + switch (iter->state) { + case SPARKEY_ITER_CLOSED: + goto normal_exit; + break; + case SPARKEY_ITER_ACTIVE: + break; + default: + fprintf(stderr, "sparkey_hash_write():%d bug: invalid iter state: %d\n", __LINE__, iter->state); + returncode = SPARKEY_INTERNAL_ERROR; + goto free_hashtable; + break; + } + + uint64_t iter_block_start = iter->block_position; + uint64_t iter_entry_count = iter->entry_count; + + uint64_t key_hash = sparkey_iter_hash(&hash_header, iter, log); + uint64_t wanted_slot = key_hash % hash_header.hash_capacity; + + switch (iter->type) { + case SPARKEY_ENTRY_PUT: + TRY(hash_put(wanted_slot, key_hash, hashtable, &hash_header, iter, ra_iter, log, (iter_block_start << hash_header.entry_block_bits) | iter_entry_count), free_hashtable); + break; + case SPARKEY_ENTRY_DELETE: + hash_header.garbage_size += 1 + unsigned_vlq_size(iter->keylen) + iter->keylen; + TRY(hash_delete(wanted_slot, key_hash, hashtable, &hash_header, iter, ra_iter, log), free_hashtable); + break; + } + } +normal_exit: + + calculate_max_displacement(&hash_header, hashtable); + + // Try removing it first, to avoid overwriting existing files that readers may be using. + if (remove(hash_filename) < 0) { + int e = errno; + if (e != ENOENT) { + returncode = sparkey_remove_returncode(e); + goto free_hashtable; + } + } + int fd = creat(hash_filename, 00644); + hash_header.major_version = HASH_MAJOR_VERSION; + hash_header.minor_version = HASH_MINOR_VERSION; + hash_header.file_identifier = log_header.file_identifier; + hash_header.data_end = log_header.data_end; + + TRY(write_hashheader(fd, &hash_header), close_hash); + TRY(write_full(fd, hashtable, hashsize), close_hash); + +close_hash: + close(fd); + +free_hashtable: + free(hashtable); + +close_iter: + sparkey_logiter_close(&iter); + sparkey_logiter_close(&ra_iter); + +close_reader: + sparkey_logreader_close(&log); + + return returncode; +} + diff --git a/src/sparkey/logheader.c b/src/sparkey/logheader.c new file mode 100644 index 0000000..2a2e6a1 --- /dev/null +++ b/src/sparkey/logheader.c @@ -0,0 +1,124 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#include +#include +#include +#include + +#include "logheader.h" +#include "endiantools.h" +#include "util.h" + +static char * compression_types[] = { "Uncompressed", "Snappy", NULL }; + +void print_logheader(sparkey_logheader *header) { + printf("Log file version %d.%d\n", header->major_version, + header->minor_version); + printf("Identifier: %08x\n", header->file_identifier); + printf("Puts: %"PRIu64", Deletes: %"PRIu64"\n", header->num_puts, header->num_deletes); + printf("Max key size: %"PRIu64", Max value size: %"PRIu64"\n", header->max_key_len, header->max_value_len); + printf("Compression: %s, block size: %d\n", + compression_types[header->compression_type], + header->compression_block_size); +} + +static sparkey_returncode logheader_version0(sparkey_logheader *header, FILE *fp) { + RETHROW(fread_little_endian32(fp, &header->file_identifier)); + RETHROW(fread_little_endian64(fp, &header->num_puts)); + RETHROW(fread_little_endian64(fp, &header->num_deletes)); + RETHROW(fread_little_endian64(fp, &header->data_end)); + RETHROW(fread_little_endian64(fp, &header->max_key_len)); + RETHROW(fread_little_endian64(fp, &header->max_value_len)); + RETHROW(fread_little_endian64(fp, &header->delete_size)); + RETHROW(fread_little_endian32(fp, &header->compression_type)); + RETHROW(fread_little_endian32(fp, &header->compression_block_size)); + RETHROW(fread_little_endian64(fp, &header->put_size)); + RETHROW(fread_little_endian32(fp, &header->max_entries_per_block)); + header->header_size = LOG_HEADER_SIZE; + + // Some basic consistency checks + if (header->data_end < header->header_size) { + return SPARKEY_LOG_HEADER_CORRUPT; + } + if (header->num_puts > header->data_end) { + return SPARKEY_LOG_HEADER_CORRUPT; + } + if (header->num_deletes > header->data_end) { + return SPARKEY_LOG_HEADER_CORRUPT; + } + if (header->compression_type > SPARKEY_COMPRESSION_SNAPPY) { + return SPARKEY_LOG_HEADER_CORRUPT; + } + return SPARKEY_SUCCESS; +} + + +typedef sparkey_returncode (*loader)(sparkey_logheader *header, FILE *fp); + +static loader loaders[1] = { logheader_version0 }; + +sparkey_returncode sparkey_load_logheader(sparkey_logheader *header, const char *filename) { + FILE *fp = fopen(filename, "r"); + if (fp == NULL) { + return sparkey_open_returncode(errno); + } + + uint32_t tmp; + RETHROW(fread_little_endian32(fp, &tmp)); + if (tmp != LOG_MAGIC_NUMBER) { + fclose(fp); + return SPARKEY_WRONG_LOG_MAGIC_NUMBER; + } + RETHROW(fread_little_endian32(fp, &header->major_version)); + if (header->major_version != LOG_MAJOR_VERSION) { + fclose(fp); + return SPARKEY_WRONG_LOG_MAJOR_VERSION; + } + RETHROW(fread_little_endian32(fp, &header->minor_version)); + if (header->minor_version > LOG_MINOR_VERSION) { + fclose(fp); + return SPARKEY_UNSUPPORTED_LOG_MINOR_VERSION; + } + int version = header->minor_version; + loader l = loaders[version]; + if (l == NULL) { + fclose(fp); + return SPARKEY_INTERNAL_ERROR; + } + sparkey_returncode x = (*l)(header, fp); + fclose(fp); + return x; +} + +sparkey_returncode write_logheader(int fd, sparkey_logheader *header) { + RETHROW(fwrite_little_endian32(fd, LOG_MAGIC_NUMBER)); + RETHROW(fwrite_little_endian32(fd, LOG_MAJOR_VERSION)); + RETHROW(fwrite_little_endian32(fd, LOG_MINOR_VERSION)); + RETHROW(fwrite_little_endian32(fd, header->file_identifier)); + RETHROW(fwrite_little_endian64(fd, header->num_puts)); + RETHROW(fwrite_little_endian64(fd, header->num_deletes)); + RETHROW(fwrite_little_endian64(fd, header->data_end)); + RETHROW(fwrite_little_endian64(fd, header->max_key_len)); + RETHROW(fwrite_little_endian64(fd, header->max_value_len)); + RETHROW(fwrite_little_endian64(fd, header->delete_size)); + RETHROW(fwrite_little_endian32(fd, header->compression_type)); + RETHROW(fwrite_little_endian32(fd, header->compression_block_size)); + RETHROW(fwrite_little_endian64(fd, header->put_size)); + RETHROW(fwrite_little_endian32(fd, header->max_entries_per_block)); + return SPARKEY_SUCCESS; +} + + diff --git a/src/sparkey/logheader.h b/src/sparkey/logheader.h new file mode 100644 index 0000000..3ebe3cc --- /dev/null +++ b/src/sparkey/logheader.h @@ -0,0 +1,68 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#ifndef SPARKEY_LOGHEADER_H_INCLUDED +#define SPARKEY_LOGHEADER_H_INCLUDED + +#include + +#include "sparkey.h" + +#define LOG_MAGIC_NUMBER (0x49b39c95) +#define LOG_MAJOR_VERSION (1) +#define LOG_MINOR_VERSION (0) +#define LOG_HEADER_SIZE (84) + +typedef struct { + uint32_t major_version; + uint32_t minor_version; + uint32_t file_identifier; + uint64_t num_puts; + uint64_t num_deletes; + uint64_t data_end; + uint64_t max_key_len; + uint64_t max_value_len; + uint64_t delete_size; + sparkey_compression_type compression_type; + uint32_t compression_block_size; + uint64_t put_size; + uint32_t header_size; + uint32_t max_entries_per_block; +} sparkey_logheader; + +/** + * fills up a logheader struct based on the contents at the beginning of the file. + * @param header header struct to fill + * @param filename a log file + * @returns an error code if it could not load the file. + */ +sparkey_returncode sparkey_load_logheader(sparkey_logheader *header, const char *filename); + +/** + * Dumps a human readable representation of the header to stdout + * @param header an initialized header struct + */ +void print_logheader(sparkey_logheader *header); + +/** + * Writes a header to the current position in the file + * @param fd a file descripter pointing to a file open for writing + * @param header the header to write + * @returns an error code if it could not write to file. + */ +sparkey_returncode write_logheader(int fd, sparkey_logheader *header); + +#endif + diff --git a/src/sparkey/logreader.c b/src/sparkey/logreader.c new file mode 100644 index 0000000..19897dc --- /dev/null +++ b/src/sparkey/logreader.c @@ -0,0 +1,511 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#include +#include +#include +#include +#include +#include +#include + +#include + +#include "sparkey.h" +#include "sparkey-internal.h" +#include "logheader.h" +#include "endiantools.h" +#include "util.h" + +#define MAGIC_VALUE_LOGITER (0xd765c8cc) +#define MAGIC_VALUE_LOGREADER (0xe93356c4) + +static inline uint64_t min64(uint64_t a, uint64_t b) { + if (a < b) { + return a; + } + return b; +} + +static inline uint64_t read_vlq(uint8_t * array, uint64_t *position) { + uint64_t res = 0; + uint64_t shift = 0; + uint64_t tmp, tmp2; + while (1) { + tmp = array[(*position)++]; + tmp2 = tmp & 0x7f; + if (tmp == tmp2) { + return res | tmp << shift; + } + res |= tmp2 << shift; + shift += 7; + } + return res; +} + +sparkey_returncode sparkey_logreader_open_noalloc(sparkey_logreader *log, const char *filename) { + int fd = 0; + sparkey_returncode returncode; + TRY(sparkey_load_logheader(&log->header, filename), cleanup); + log->data_len = log->header.data_end; + + struct stat s; + stat(filename, &s); + if (log->data_len > (uint64_t) s.st_size) { + returncode = SPARKEY_LOG_TOO_SMALL; + goto cleanup; + } + + fd = open(filename, O_RDONLY); + if (fd < 0) { + returncode = sparkey_open_returncode(errno); + goto cleanup; + } + log->fd = fd; + + log->data = mmap(NULL, log->data_len, PROT_READ, MAP_SHARED, fd, 0); + if (log->data == MAP_FAILED) { + returncode = SPARKEY_MMAP_FAILED; + goto cleanup; + } + + log->open_status = MAGIC_VALUE_LOGREADER; + return SPARKEY_SUCCESS; + +cleanup: + if (fd > 0) close(fd); + return returncode; +} + +sparkey_returncode sparkey_logreader_open(sparkey_logreader **log_ref, const char *filename) { + RETHROW(correct_endian_platform()); + + sparkey_logreader *log = malloc(sizeof(sparkey_logreader)); + if (log == NULL) { + return SPARKEY_INTERNAL_ERROR; + } + + sparkey_returncode returncode; + TRY(sparkey_logreader_open_noalloc(log, filename), cleanup); + + *log_ref = log; + return SPARKEY_SUCCESS; + +cleanup: + free(log); + return returncode; +} + +void sparkey_logreader_close_nodealloc(sparkey_logreader *log) { + if (log == NULL) { + return; + } + if (log->open_status != MAGIC_VALUE_LOGREADER) { + return; + } + log->open_status = 0; + if (log->data != NULL) { + munmap(log->data, log->data_len); + log->data = NULL; + } + close(log->fd); + log->fd = -1; +} + +void sparkey_logreader_close(sparkey_logreader **log_ref) { + if (log_ref == NULL) { + return; + } + sparkey_logreader *log = *log_ref; + sparkey_logreader_close_nodealloc(log); + free(log); + *log_ref = NULL; +} + +static sparkey_returncode assert_log_open(sparkey_logreader *log) { + if (log->open_status != MAGIC_VALUE_LOGREADER) { + return SPARKEY_LOG_CLOSED; + } + return SPARKEY_SUCCESS; +} + +static sparkey_returncode assert_iter_open(sparkey_logiter *iter, sparkey_logreader *log) { + RETHROW(assert_log_open(log)); + if (iter->open_status != MAGIC_VALUE_LOGITER) { + return SPARKEY_LOG_ITERATOR_CLOSED; + } + if (iter->file_identifier != log->header.file_identifier) { + return SPARKEY_LOG_ITERATOR_MISMATCH; + } + return SPARKEY_SUCCESS; +} + +sparkey_returncode sparkey_logiter_create(sparkey_logiter **iter_ref, sparkey_logreader *log) { + RETHROW(assert_log_open(log)); + + sparkey_logiter *iter = malloc(sizeof(sparkey_logiter)); + if (iter == NULL) { + return SPARKEY_INTERNAL_ERROR; + } + + iter->open_status = MAGIC_VALUE_LOGITER; + iter->file_identifier = log->header.file_identifier; + iter->block_position = 0; + iter->next_block_position = log->header.header_size; + iter->block_offset = 0; + iter->block_len = 0; + iter->state = SPARKEY_ITER_NEW; + + switch (log->header.compression_type) { + case SPARKEY_COMPRESSION_NONE: + iter->compression_buf_allocated = 0; + break; + case SPARKEY_COMPRESSION_SNAPPY: + iter->compression_buf_allocated = 1; + iter->compression_buf = malloc(log->header.compression_block_size); + if (iter->compression_buf == NULL) { + free(iter); + return SPARKEY_INTERNAL_ERROR; + } + break; + default: + free(iter); + return SPARKEY_INTERNAL_ERROR; + } + + *iter_ref = iter; + return SPARKEY_SUCCESS; +} + +void sparkey_logiter_close(sparkey_logiter **iter_ref) { + if (iter_ref == NULL) { + return; + } + sparkey_logiter *iter = *iter_ref; + if (iter == NULL) { + return; + } + if (iter->open_status != MAGIC_VALUE_LOGITER) { + return; + } + iter->open_status = 0; + + if (iter->compression_buf_allocated) { + free(iter->compression_buf); + } + free(iter); + *iter_ref = NULL; +} + +static sparkey_returncode seekblock(sparkey_logiter *iter, sparkey_logreader *log, uint64_t position) { + iter->block_offset = 0; + if (iter->block_position == position) { + return SPARKEY_SUCCESS; + } + if (log->header.compression_type == SPARKEY_COMPRESSION_NONE) { + iter->compression_buf = &log->data[position]; + iter->block_position = position; + iter->next_block_position = log->header.data_end; + iter->block_len = log->data_len - position; + return SPARKEY_SUCCESS; + } + if (log->header.compression_type == SPARKEY_COMPRESSION_SNAPPY) { + uint64_t pos = position; + // TODO: assert that size_t >= uint64_t + size_t compressed_size = read_vlq(log->data, &pos); + uint64_t next_pos = pos + compressed_size; + const char *input = (char *) &log->data[pos]; + + size_t uncompressed_size = log->header.compression_block_size; + snappy_status status = snappy_uncompress(input, compressed_size, (char *) iter->compression_buf, &uncompressed_size); + switch (status) { + case SNAPPY_OK: break; + case SNAPPY_INVALID_INPUT: + return SPARKEY_INTERNAL_ERROR; + case SNAPPY_BUFFER_TOO_SMALL: + return SPARKEY_INTERNAL_ERROR; + default: + return SPARKEY_INTERNAL_ERROR; + } + iter->block_position = position; + iter->next_block_position = next_pos; + iter->block_len = uncompressed_size; + return SPARKEY_SUCCESS; + } + + return SPARKEY_INTERNAL_ERROR; +} + +sparkey_returncode sparkey_logiter_seek(sparkey_logiter *iter, sparkey_logreader *log, uint64_t position) { + RETHROW(assert_iter_open(iter, log)); + if (position == log->header.data_end) { + iter->state = SPARKEY_ITER_CLOSED; + return SPARKEY_SUCCESS; + } + RETHROW(seekblock(iter, log, position)); + iter->entry_count = -1; + iter->state = SPARKEY_ITER_NEW; + return SPARKEY_SUCCESS; +} + +static sparkey_returncode ensure_available(sparkey_logiter *iter, sparkey_logreader *log) { + if (iter->block_offset < iter->block_len) { + return SPARKEY_SUCCESS; + } + + if (iter->next_block_position >= log->header.data_end) { + iter->block_position = 0; + iter->block_offset = 0; + iter->block_len = 0; + return SPARKEY_SUCCESS; + } + RETHROW(seekblock(iter, log, iter->next_block_position)); + iter->entry_count = -1; + + return SPARKEY_SUCCESS; +} + +static sparkey_returncode skip(sparkey_logiter *iter, sparkey_logreader *log, uint64_t len) { + while (len > 0) { + RETHROW(ensure_available(iter, log)); + uint64_t m = min64(len, iter->block_len - iter->block_offset); + len -= m; + iter->block_offset += m; + } + return SPARKEY_SUCCESS; +} + +sparkey_returncode sparkey_logiter_next(sparkey_logiter *iter, sparkey_logreader *log) { + if (iter->state == SPARKEY_ITER_CLOSED) { + return SPARKEY_SUCCESS; + } + uint64_t key_remaining = 0; + uint64_t value_remaining = 0; + if (iter->state == SPARKEY_ITER_ACTIVE) { + key_remaining = iter->key_remaining; + value_remaining = iter->value_remaining; + } + + iter->state = SPARKEY_ITER_INVALID; + iter->key_remaining = 0; + iter->value_remaining = 0; + iter->keylen = 0; + iter->valuelen = 0; + + RETHROW(assert_iter_open(iter, log)); + RETHROW(skip(iter, log, key_remaining)); + RETHROW(skip(iter, log, value_remaining)); + + RETHROW(ensure_available(iter, log)); + if (iter->block_len - iter->block_offset == 0) { + // Reached end of data + iter->state = SPARKEY_ITER_CLOSED; + return SPARKEY_SUCCESS; + } + + if (log->header.compression_type == SPARKEY_COMPRESSION_NONE) { + iter->block_position += iter->block_offset; + iter->block_len -= iter->block_offset; + iter->block_offset = 0; + iter->compression_buf = &log->data[iter->block_position]; + iter->entry_count = -1; + } + + iter->entry_count++; + + uint64_t a = read_vlq(iter->compression_buf, &iter->block_offset); + uint64_t b = read_vlq(iter->compression_buf, &iter->block_offset); + if (a == 0) { + iter->keylen = iter->key_remaining = b; + iter->valuelen = iter->value_remaining = 0; + iter->type = SPARKEY_ENTRY_DELETE; + } else { + iter->keylen = iter->key_remaining = a - 1; + iter->valuelen = iter->value_remaining = b; + iter->type = SPARKEY_ENTRY_PUT; + } + + iter->entry_block_position = iter->block_position; + iter->entry_block_offset = iter->block_offset; + + iter->state = SPARKEY_ITER_ACTIVE; + + return SPARKEY_SUCCESS; +} + +sparkey_returncode sparkey_logiter_reset(sparkey_logiter *iter, sparkey_logreader *log) { + if (iter->state != SPARKEY_ITER_ACTIVE) { + return SPARKEY_LOG_ITERATOR_INACTIVE; + } + RETHROW(seekblock(iter, log, iter->entry_block_position)); + + iter->key_remaining = iter->keylen; + iter->value_remaining = iter->valuelen; + iter->block_offset = iter->entry_block_offset; + return SPARKEY_SUCCESS; +} + +sparkey_returncode sparkey_logiter_skip(sparkey_logiter *iter, sparkey_logreader *log, int count) { + while (count > 0) { + count--; + RETHROW(sparkey_logiter_next(iter, log)); + } + return SPARKEY_SUCCESS; +} + + + +static sparkey_returncode sparkey_logiter_chunk(sparkey_logiter *iter, sparkey_logreader *log, uint64_t maxlen, uint64_t *len, uint8_t ** res, uint64_t *var) { + RETHROW(assert_iter_open(iter, log)); + + if (iter->state != SPARKEY_ITER_ACTIVE) { + return SPARKEY_LOG_ITERATOR_INACTIVE; + } + + if (*var > 0) { + RETHROW(ensure_available(iter, log)); + uint64_t m = min64(*var, iter->block_len - iter->block_offset); + m = min64(maxlen, m); + *len = m; + *res = &iter->compression_buf[iter->block_offset]; + iter->block_offset += m; + *var -= m; + return SPARKEY_SUCCESS; + } + *len = 0; + return SPARKEY_SUCCESS; +} + +sparkey_returncode sparkey_logiter_keychunk(sparkey_logiter *iter, sparkey_logreader *log, uint64_t maxlen, uint8_t ** res, uint64_t *len) { + return sparkey_logiter_chunk(iter, log, maxlen, len, res, &iter->key_remaining); +} + +sparkey_returncode sparkey_logiter_valuechunk(sparkey_logiter *iter, sparkey_logreader *log, uint64_t maxlen, uint8_t ** res, uint64_t *len) { + RETHROW(skip(iter, log, iter->key_remaining)); + iter->key_remaining = 0; + return sparkey_logiter_chunk(iter, log, maxlen, len, res, &iter->value_remaining); +} + +sparkey_returncode sparkey_logiter_fill_key(sparkey_logiter *iter, sparkey_logreader *log, uint64_t maxlen, uint8_t *buf, uint64_t *len) { + *len = 0; + while (maxlen > 0) { + uint8_t *buf2; + uint64_t len2; + RETHROW(sparkey_logiter_keychunk(iter, log, maxlen, &buf2, &len2)); + if (len2 == 0) { + return SPARKEY_SUCCESS; + } + memcpy(buf, buf2, len2); + buf += len2; + *len += len2; + maxlen -= len2; + } + return SPARKEY_SUCCESS; +} + +sparkey_returncode sparkey_logiter_fill_value(sparkey_logiter *iter, sparkey_logreader *log, uint64_t maxlen, uint8_t *buf, uint64_t *len) { + *len = 0; + while (maxlen > 0) { + uint8_t *buf2; + uint64_t len2; + RETHROW(sparkey_logiter_valuechunk(iter, log, maxlen, &buf2, &len2)); + if (len2 == 0) { + return SPARKEY_SUCCESS; + } + memcpy(buf, buf2, len2); + buf += len2; + *len += len2; + maxlen -= len2; + } + return SPARKEY_SUCCESS; +} + +sparkey_returncode sparkey_logiter_keycmp(sparkey_logiter *iter1, sparkey_logiter *iter2, sparkey_logreader *log, int *res) { + uint8_t *first; + uint64_t first_len; + uint8_t *second; + uint64_t second_len; + + RETHROW(sparkey_logiter_keychunk(iter1, log, 1 << 30, &first, &first_len)); + RETHROW(sparkey_logiter_keychunk(iter2, log, 1 << 30, &second, &second_len)); + + while (1) { + if (first_len == 0 && second_len == 0) { + break; + } + if (first_len == 0) { + *res = -1; + return SPARKEY_SUCCESS; + } + if (second_len == 0) { + *res = 1; + return SPARKEY_SUCCESS; + } + + uint64_t cmp_len = min64(first_len, second_len); + int v = memcmp(first, second, cmp_len); + if (v) { + *res = v; + return SPARKEY_SUCCESS; + } + first += cmp_len; + first_len -= cmp_len; + second += cmp_len; + second_len -= cmp_len; + + if (first_len == 0) { + RETHROW(sparkey_logiter_keychunk(iter1, log, 1 << 30, &first, &first_len)); + } + if (second_len == 0) { + RETHROW(sparkey_logiter_keychunk(iter2, log, 1 << 30, &second, &second_len)); + } + } + *res = 0; + return SPARKEY_SUCCESS; +} + + +uint64_t sparkey_logreader_maxkeylen(sparkey_logreader *log) { + return log->header.max_key_len; +} + +uint64_t sparkey_logreader_maxvaluelen(sparkey_logreader *log) { + return log->header.max_value_len; +} + +int sparkey_logreader_get_compression_blocksize(sparkey_logreader *log) { + return log->header.compression_block_size; +} + +sparkey_compression_type sparkey_logreader_get_compression_type(sparkey_logreader *log) { + return log->header.compression_type; +} + +sparkey_iter_state sparkey_logiter_state(sparkey_logiter *iter) { + return iter->state; +} + +sparkey_entry_type sparkey_logiter_type(sparkey_logiter *iter) { + return iter->type; +} + +uint64_t sparkey_logiter_keylen(sparkey_logiter *iter) { + return iter->keylen; +} + +uint64_t sparkey_logiter_valuelen(sparkey_logiter *iter) { + return iter->valuelen; +} + diff --git a/src/sparkey/logwriter.c b/src/sparkey/logwriter.c new file mode 100644 index 0000000..019330d --- /dev/null +++ b/src/sparkey/logwriter.c @@ -0,0 +1,339 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#include +#include +#include +#include +#include +#include + +#include + +#include "util.h" +#include "sparkey.h" +#include "logheader.h" +#include "endiantools.h" +#include "buf.h" +#include "sparkey-internal.h" + +#define MAGIC_VALUE_LOGWRITER (0x2866211b) + + +static inline int write_vlq(uint8_t *buf, uint64_t value) { + int count = 1; + while (value >= 1 << 7) { + *buf = (value & 0x7f) | 0x80; + value >>= 7; + count++; + buf++; + } + *buf = value; + return count; +} + +static sparkey_returncode assert_writer_open(sparkey_logwriter *log) { + if (log->open_status != MAGIC_VALUE_LOGWRITER) { + return SPARKEY_LOG_CLOSED; + } + return SPARKEY_SUCCESS; +} + +sparkey_returncode sparkey_logwriter_create(sparkey_logwriter **log_ref, const char *filename, sparkey_compression_type compression_type, int compression_block_size) { + sparkey_returncode returncode; + int fd = 0; + sparkey_logwriter *l = malloc(sizeof(sparkey_logwriter)); + if (l == NULL) { + TRY(SPARKEY_INTERNAL_ERROR, error); + } + switch (compression_type) { + case SPARKEY_COMPRESSION_NONE: + compression_block_size = 0; + l->compressed = NULL; + break; + case SPARKEY_COMPRESSION_SNAPPY: + if (compression_block_size < 10) { + TRY(SPARKEY_INVALID_COMPRESSION_BLOCK_SIZE, error); + } + l->max_compressed_size = snappy_max_compressed_length(compression_block_size); + l->compressed = malloc(l->max_compressed_size); + if (l->compressed == NULL) { + TRY(SPARKEY_INTERNAL_ERROR, error); + } + break; + default: + TRY(SPARKEY_INVALID_COMPRESSION_TYPE, error); + } + + // Try removing it first, to avoid overwriting existing files that readers may be using. + if (remove(filename) < 0) { + int e = errno; + if (e != ENOENT) { + TRY(sparkey_remove_returncode(e), error); + } + } + + fd = open(filename, O_WRONLY | O_TRUNC | O_CREAT, 00644); + if (fd == -1) { + TRY(sparkey_create_returncode(errno), error); + } + l->fd = fd; + + l->header.compression_block_size = compression_block_size; + l->header.compression_type = compression_type; + + TRY(rand32(&(l->header.file_identifier)), error); + l->header.data_end = LOG_HEADER_SIZE; + l->header.major_version = LOG_MAJOR_VERSION; + l->header.minor_version = LOG_MINOR_VERSION; + l->header.put_size = 0; + l->header.delete_size = 0; + l->header.num_puts = 0; + l->header.num_deletes = 0; + l->header.max_entries_per_block = 0; + l->header.max_key_len = 0; + l->header.max_value_len = 0; + + TRY(write_logheader(fd, &l->header), error); + off_t pos = lseek(fd, 0, SEEK_CUR); + if (pos != LOG_HEADER_SIZE) { + TRY(SPARKEY_INTERNAL_ERROR, error); + } + + TRY(buf_init(&l->file_buf, 1024*1024), error); + TRY(buf_init(&l->block_buf, compression_block_size), error); + + l->entry_count = 0; + + l->open_status = MAGIC_VALUE_LOGWRITER; + *log_ref = l; + return SPARKEY_SUCCESS; +error: + free(l); + if (fd > 0) close(fd); + return returncode; +} + +sparkey_returncode sparkey_logwriter_append(sparkey_logwriter **log_ref, const char *filename) { + sparkey_returncode returncode; + int fd = 0; + sparkey_logwriter *log = malloc(sizeof(sparkey_logwriter)); + if (log == NULL) { + TRY(SPARKEY_INTERNAL_ERROR, error); + } + TRY(sparkey_load_logheader(&log->header, filename), error); + + if (log->header.major_version != LOG_MAJOR_VERSION) { + TRY(SPARKEY_WRONG_LOG_MAJOR_VERSION, error); + } + if (log->header.minor_version != LOG_MINOR_VERSION) { + TRY(SPARKEY_UNSUPPORTED_LOG_MINOR_VERSION, error); + } + + switch (log->header.compression_type) { + case SPARKEY_COMPRESSION_NONE: + log->header.compression_block_size = 0; + log->compressed = NULL; + break; + case SPARKEY_COMPRESSION_SNAPPY: + if (log->header.compression_block_size < 10) { + TRY(SPARKEY_INVALID_COMPRESSION_BLOCK_SIZE, error); + } + log->max_compressed_size = snappy_max_compressed_length(log->header.compression_block_size); + log->compressed = malloc(log->max_compressed_size); + break; + default: + TRY(SPARKEY_INVALID_COMPRESSION_TYPE, error); + } + + fd = open(filename, O_WRONLY, 00644); + if (fd == -1) { + int e = errno; + TRY(sparkey_create_returncode(e), error); + } + log->fd = fd; + + lseek(fd, log->header.data_end, SEEK_SET); + + TRY(buf_init(&log->file_buf, 1024*1024), error); + TRY(buf_init(&log->block_buf, log->header.compression_block_size), error); + + log->entry_count = 0; + + log->open_status = MAGIC_VALUE_LOGWRITER; + *log_ref = log; + return SPARKEY_SUCCESS; +error: + free(log); + if (fd > 0) close(fd); + return returncode; +} + +static sparkey_returncode flush_snappy(sparkey_logwriter *log) { + log->flushed = 1; + if (log->entry_count > (int) log->header.max_entries_per_block) { + log->header.max_entries_per_block = log->entry_count; + } + log->entry_count = 0; + sparkey_buf *block_buf = &log->block_buf; + uint8_t *compressed = log->compressed; + uint32_t max_compressed_size = log->max_compressed_size; + sparkey_buf *file_buf = &log->file_buf; + int fd = log->fd; + + size_t compressed_size = max_compressed_size; + snappy_status status = snappy_compress((char *) block_buf->start, buf_used(block_buf), (char *) compressed, &compressed_size); + switch (status) { + case SNAPPY_OK: break; + case SNAPPY_INVALID_INPUT: + case SNAPPY_BUFFER_TOO_SMALL: + default: + return SPARKEY_INTERNAL_ERROR; + } + uint8_t buf1[10]; + ptrdiff_t written1 = write_vlq(buf1, compressed_size); + RETHROW(buf_add(file_buf, fd, buf1, written1)); + RETHROW(buf_add(file_buf, fd, compressed, compressed_size)); + block_buf->cur = block_buf->start; + return SPARKEY_SUCCESS; +} + + +sparkey_returncode sparkey_logwriter_flush(sparkey_logwriter *log) { + RETHROW(assert_writer_open(log)); + if (buf_used(&log->block_buf) > 0) { + RETHROW(flush_snappy(log)); + } + if (buf_used(&log->file_buf) > 0) { + RETHROW(buf_flushfile(&log->file_buf, log->fd)); + } + off_t pos = lseek(log->fd, 0, SEEK_CUR); + log->header.data_end = pos; + lseek(log->fd, 0, SEEK_SET); + RETHROW(write_logheader(log->fd, &log->header)); + lseek(log->fd, pos, SEEK_SET); + + /* Can't build fsync support on lenny */ + /* fsync(log->fd); */ + return SPARKEY_SUCCESS; +} + +sparkey_returncode sparkey_logwriter_close(sparkey_logwriter **log) { + sparkey_logwriter *l = *log; + if (l->open_status != MAGIC_VALUE_LOGWRITER) { + return SPARKEY_SUCCESS; + } + + RETHROW(sparkey_logwriter_flush(l)); + close(l->fd); + buf_close(&l->file_buf); + buf_close(&l->block_buf); + if (l->compressed != NULL) { + free(l->compressed); + } + + l->open_status = 0; + free(l); + *log = NULL; + return SPARKEY_SUCCESS; +} + +static sparkey_returncode snappy_add(sparkey_logwriter *log, const uint8_t *data, ptrdiff_t len) { + sparkey_buf *block_buf = &log->block_buf; + + while (1) { + ptrdiff_t remaining = buf_remaining(block_buf); + if (remaining >= len) { + memcpy(block_buf->cur, data, len); + block_buf->cur += len; + return SPARKEY_SUCCESS; + } else { + memcpy(block_buf->cur, data, remaining); + block_buf->cur += remaining; + data += remaining; + len -= remaining; + RETHROW(flush_snappy(log)); + } + } + return SPARKEY_SUCCESS; +} + + +static sparkey_returncode log_add(sparkey_logwriter *log, uint64_t num1, uint64_t num2, uint64_t len1, const uint8_t *data1, uint64_t len2, const uint8_t *data2, ptrdiff_t *datasize) { + uint8_t buf1[10]; + uint8_t buf2[10]; + + uint64_t written1 = write_vlq(buf1, num1); + uint64_t written2 = write_vlq(buf2, num2); + + *datasize = written1 + written2 + len1 + len2; + uint64_t remaining; + switch (log->header.compression_type) { + case SPARKEY_COMPRESSION_NONE: + RETHROW(buf_add(&log->file_buf, log->fd, buf1, written1)); + RETHROW(buf_add(&log->file_buf, log->fd, buf2, written2)); + RETHROW(buf_add(&log->file_buf, log->fd, data1, len1)); + RETHROW(buf_add(&log->file_buf, log->fd, data2, len2)); + break; + case SPARKEY_COMPRESSION_SNAPPY: + remaining = buf_remaining(&log->block_buf); + // todo: make it smarter by checking if it's better to flush directly + uint64_t fits_in_one = written1 + written2 + len1 + len2 <= buf_size(&log->block_buf); + uint64_t doesnt_fit_this = written1 + written2 + len1 + len2 > buf_remaining(&log->block_buf); + if ((remaining < written1 + written2) || (fits_in_one && doesnt_fit_this)) { + RETHROW(flush_snappy(log)); + } + log->entry_count++; + log->flushed = 0; + RETHROW(snappy_add(log, buf1, written1)); + RETHROW(snappy_add(log, buf2, written2)); + RETHROW(snappy_add(log, data1, len1)); + RETHROW(snappy_add(log, data2, len2)); + if (log->flushed && buf_used(&log->block_buf) > 0) { + RETHROW(flush_snappy(log)); + } + break; + default: + return SPARKEY_INTERNAL_ERROR; + } + return SPARKEY_SUCCESS; +} + +sparkey_returncode sparkey_logwriter_put(sparkey_logwriter *log, uint64_t keylen, const uint8_t *key, uint64_t valuelen, const uint8_t *value) { + RETHROW(assert_writer_open(log)); + ptrdiff_t datasize; + RETHROW(log_add(log, keylen + 1, valuelen, keylen, key, valuelen, value, &datasize)); + + log->header.num_puts++; + log->header.put_size += datasize; + if (keylen > log->header.max_key_len) { + log->header.max_key_len = keylen; + } + if (valuelen > log->header.max_value_len) { + log->header.max_value_len = valuelen; + } + return SPARKEY_SUCCESS; +} + +sparkey_returncode sparkey_logwriter_delete(sparkey_logwriter *log, uint64_t keylen, const uint8_t *key) { + RETHROW(assert_writer_open(log)); + ptrdiff_t datasize; + RETHROW(log_add(log, 0, keylen, 0, NULL, keylen, key, &datasize)); + + log->header.num_deletes++; + log->header.delete_size += datasize; + return SPARKEY_SUCCESS; +} + diff --git a/src/sparkey/returncodes.c b/src/sparkey/returncodes.c new file mode 100644 index 0000000..c983364 --- /dev/null +++ b/src/sparkey/returncodes.c @@ -0,0 +1,60 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#include "sparkey.h" + +const char * sparkey_errstring(sparkey_returncode code) { + switch (code) { + case SPARKEY_SUCCESS: return "Success"; + case SPARKEY_INTERNAL_ERROR: return "Internal error"; + case SPARKEY_FILE_NOT_FOUND: return "File not found"; + case SPARKEY_PERMISSION_DENIED: return "Permission denied"; + case SPARKEY_TOO_MANY_OPEN_FILES: return "Too many open files"; + case SPARKEY_FILE_TOO_LARGE: return "File is too large"; + case SPARKEY_FILE_ALREADY_EXISTS: return "File already exists"; + case SPARKEY_FILE_BUSY: return "File is busy"; + case SPARKEY_FILE_IS_DIRECTORY: return "File is a directory"; + case SPARKEY_FILE_SIZE_EXCEEDED: return "Maximum file size exceeded"; + case SPARKEY_FILE_CLOSED: return "File is closed"; + case SPARKEY_OUT_OF_DISK: return "Out of free disk space"; + case SPARKEY_UNEXPECTED_EOF: return "Encountered unexpected end of file"; + case SPARKEY_MMAP_FAILED: return "mmap failed - running on 32 bit system?"; + + case SPARKEY_WRONG_LOG_MAGIC_NUMBER: return "Wrong magic number of log file"; + case SPARKEY_WRONG_LOG_MAJOR_VERSION: return "Wrong major version of log file"; + case SPARKEY_UNSUPPORTED_LOG_MINOR_VERSION: return "Unsupported minor version of log file"; + case SPARKEY_LOG_TOO_SMALL: return "Corrupt log file - smaller than the header indicates"; + case SPARKEY_LOG_CLOSED: return "Log file is closed"; + case SPARKEY_LOG_ITERATOR_INACTIVE: return "Log iterator is inactive"; + case SPARKEY_LOG_ITERATOR_MISMATCH: return "The iterator is not associated with the log"; + case SPARKEY_LOG_ITERATOR_CLOSED: return "Log iterator is closed"; + case SPARKEY_LOG_HEADER_CORRUPT: return "Log header is corrupt"; + + case SPARKEY_INVALID_COMPRESSION_BLOCK_SIZE: return "Invalid compression block size"; + case SPARKEY_INVALID_COMPRESSION_TYPE: return "Invalid compression type"; + + case SPARKEY_WRONG_HASH_MAGIC_NUMBER: return "Wrong magic number of hash file"; + case SPARKEY_WRONG_HASH_MAJOR_VERSION: return "Wrong major version of hash file"; + case SPARKEY_UNSUPPORTED_HASH_MINOR_VERSION: return "Unsupported minor version of hash file"; + case SPARKEY_HASH_TOO_SMALL: return "Corrupt hash file - smaller than the header indicates"; + case SPARKEY_HASH_CLOSED: return "Hash file is closed"; + case SPARKEY_FILE_IDENTIFIER_MISMATCH: return "File identifier differs between hash file and log file"; + case SPARKEY_HASH_HEADER_CORRUPT: return "Hash header is corrupt"; + case SPARKEY_HASH_SIZE_INVALID: return "Hash size is invalid"; + + default: return "Unknown error"; + } +} + diff --git a/src/sparkey/sparkey-internal.h b/src/sparkey/sparkey-internal.h new file mode 100644 index 0000000..509122c --- /dev/null +++ b/src/sparkey/sparkey-internal.h @@ -0,0 +1,90 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#ifndef SPARKEY_INTERNAL_H +#define SPARKEY_INTERNAL_H +#include + +#include "sparkey.h" + +#include "logheader.h" +#include "hashheader.h" +#include "buf.h" + +struct sparkey_logreader { + uint32_t open_status; + sparkey_logheader header; + int fd; + + uint64_t data_len; + uint8_t *data; +}; + +struct sparkey_logiter { + uint32_t open_status; + uint32_t file_identifier; + + // position in reader + uint64_t block_position; + uint64_t next_block_position; + uint64_t block_offset; + uint64_t block_len; + int entry_count; + + // compression buffer + int compression_buf_allocated; + uint8_t *compression_buf; + + // current entry + uint64_t entry_block_position; + uint64_t entry_block_offset; + sparkey_entry_type type; + sparkey_iter_state state; + uint64_t keylen; + uint64_t valuelen; + uint64_t key_remaining; + uint64_t value_remaining; +}; + +struct sparkey_logwriter { + uint32_t open_status; + sparkey_logheader header; + int fd; + + sparkey_buf block_buf; + uint32_t max_compressed_size; + uint8_t *compressed; + sparkey_buf file_buf; + int flushed; + + int entry_count; +}; + +struct sparkey_hashreader { + uint32_t open_status; + sparkey_hashheader header; + sparkey_logreader log; + + int fd; + + uint64_t data_len; + uint8_t *data; + +}; + +sparkey_returncode sparkey_logreader_open_noalloc(sparkey_logreader *log, const char *filename); +void sparkey_logreader_close_nodealloc(sparkey_logreader *log); + +#endif diff --git a/src/sparkey/sparkey.h b/src/sparkey/sparkey.h new file mode 100644 index 0000000..e1a6f1c --- /dev/null +++ b/src/sparkey/sparkey.h @@ -0,0 +1,673 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#ifndef SPOTIFY_SPARKEY_H_INCLUDED +#define SPOTIFY_SPARKEY_H_INCLUDED + +/** + * \mainpage Sparkey C API + * \section intro_sec Getting started + * + * For a complete listing of available functions, see sparkey.h . + * + * \section logwriter Writing to a log file + * + * This section contains all functions relevant for writing entries to a log. + * Writing to the same log file is not thread safe. Only use the writer objects + * from one thread at a time, and make sure to only write to a file from one process. + * The library will not do any form of locking or checking for other writers, so be + * careful. + * + * Basic workflow: + * - Create and initialize the logwriter: + * \code + * sparkey_logwriter *mywriter; + * sparkey_returncode returncode = sparkey_logwriter_create(&mywriter, "mylog.spl", SPARKEY_COMPRESSION_NONE, 0); + * // TODO: check the returncode + * \endcode + * - Write to the log: + * \code + * const char *mykey = "mykey"; + * const char *myvalue = "this is my value"; + * sparkey_returncode returncode = sparkey_logwriter_put(mywriter, strlen(mykey), (uint8_t*)mykey, strlen(myvalue), (uint8_t*)myvalue); + * // TODO: check the returncode + * \endcode + * - Close it when you're done: + * \code + * sparkey_returncode returncode = sparkey_logwriter_close(&mywriter); + * // TODO: check the returncode + * \endcode + * + * \section logreader Reading from a log file + * + * This section contains all functions relevant for reading entries from a log. + * A sparkey_logreader may be shared between multiple threads, but \ref sparkey_logreader_open + * and \ref sparkey_logreader_close are not thread safe. + * + * The logreader is not useful by itself. You also need a sparkey_logiter to iterate through the entries. + * This is a highly mutable struct and should not be shared between threads. It is not threadsafe. + * + * Here is a basic workflow for iterating through all entries in a logfile: + * - Create a logreader + * \code + * sparkey_logreader *myreader; + * sparkey_returncode returncode = sparkey_logreader_open(&myreader, "mylog.spl"); + * \endcode + * - Create a logiter + * \code + * sparkey_logiter *myiter; + * sparkey_returncode returncode = sparkey_logiter_create(&myiter, myreader); + * \endcode + * - Perform the iteration: + * \code + * while (1) { + * sparkey_returncode returncode = sparkey_logiter_next(myiter, myreader); + * // TODO: check the returncode + * if (sparkey_logiter_state(myiter) != SPARKEY_ITER_ACTIVE) { + * break; + * } + * uint64_t wanted_keylen = sparkey_logiter_keylen(myiter); + * uint8_t *keybuf = malloc(wanted_keylen); + * uint64_t actual_keylen; + * returncode = sparkey_logiter_fill_key(myiter, myreader, wanted_keylen, keybuf, &actual_keylen); + * // TODO: check the returncode + * // TODO: assert actual_keylen == wanted_keylen + * uint64_t wanted_valuelen = sparkey_logiter_valuelen(myiter); + * uint8_t *valuebuf = malloc(wanted_valuelen); + * uint64_t actual_valuelen; + * returncode = sparkey_logiter_fill_value(myiter, myreader, wanted_valuelen, valuebuf, &actual_valuelen); + * // TODO: check the returncode + * // TODO: assert actual_valuelen == wanted_valuelen + * // Do stuff with key and value + * free(keybuf); + * free(valuebuf); + * } + * \endcode + * Note that you have to allocate memory for the key and value manually - Sparkey does not allocate memory except for when + * creating readers, writers and iterators. + * + * - Alternatively, you can preallocate the buffers by using + * max_key_len and max_value_len provided by the log header: + * \code + * uint8_t *keybuf = malloc(sparkey_logreader_maxkeylen(sparkey_hash_getreader(myreader))); + * uint8_t *valuebuf = malloc(sparkey_logreader_maxvaluelen(sparkey_hash_getreader(myreader))); + * while (1) { + * sparkey_returncode returncode = sparkey_logiter_next(&myiter, &myreader); + * // TODO: check the returncode + * if (sparkey_logiter_state(myiter) != SPARKEY_ITER_ACTIVE) { + * break; + * } + * uint64_t wanted_keylen = sparkey_logiter_keylen(myiter); + * uint64_t actual_keylen; + * returncode = sparkey_logiter_fill_key(&myiter, &myreader, wanted_keylen, keybuf, &actual_keylen); + * // TODO: check the returncode + * // TODO: assert actual_keylen == wanted_keylen + * uint64_t wanted_valuelen = sparkey_logiter_valuelen(myiter); + * uint64_t actual_valuelen; + * returncode = sparkey_logiter_fill_value(&myiter, &myreader, wanted_valuelen, valuebuf, &actual_valuelen); + * // TODO: check the returncode + * // TODO: assert actual_valuelen == wanted_valuelen + * // Do stuff with key and value + * } + * free(keybuf); + * free(valuebuf); + * \endcode + * - You can also skip allocating at all, if you can process the key and/or value in chunks. Here's an example for processing a key in chunks, + * but the same can be applied for values: + * \code + * uint64_t total_len = sparkey_logiter_keylen(myiter); + * while (total_len > 0) { + * uint8_t *buf; + * uint64_t len; + * sparkey_returncode returncode = sparkey_logiter_keychunk(&myiter, &myreader, total_len, &buf, &len); + * // TODO: check the returncode + * // Example: use the chunks to write to standard out + * fwrite(buf, 1, len, stdout); + * total_len -= len; + * } + * \endcode + * - Close everything when you're done: + * \code + * sparkey_logreader_close(&myreader); + * sparkey_logiter_close(&myiter); + * \endcode + * + * \section hashwriter Creating hash files from log files + * + * This header only contains the function sparkey_hash_write which creates a hash file. + * + * This is all you need to do to create a hash file based on an existing log file: + * \code + * sparkey_returncode returncode = sparkey_hash_write("mylog.spi", "mylog.spl", 0); + * // TODO: check the returncode + * \endcode + * + * \section hashreader Reading from a hash-file/log-file pair + * + * This header contains all functions relevant for reading live key/value pairs from a log and hash file. + * The documentation is very similar to the one for reading from a log file, because this api is an extension. + * Random lookups is the only feature that's added, and iteration simply skips dead entries. + * + * A sparkey_hashreader may be shared between multiple threads, but \ref sparkey_hash_open + * and \ref sparkey_hash_close are not thread safe. + * + * The hashreader is not useful by itself. You also need a sparkey_logiter to do random lookups and + * iterate through the entries. + * This is a highly mutable struct and should not be shared between threads. It is not threadsafe. + * + * Here is a basic workflow for iterating through all live entries in a log and hash file: + * - Create a hashreader + * \code + * sparkey_hashreader *myreader; + * sparkey_returncode returncode = sparkey_hash_open(&myreader, "mylog.spi", "mylog.spl"); + * // TODO: check the returncode + * \endcode + * \code + * sparkey_logiter *myiter; + * sparkey_returncode returncode = sparkey_logiter_create(&myiter, sparkey_hash_getreader(myreader)); + * // TODO: check the returncode + * \endcode + * - Iteration is exactly as described previously, but uses \ref sparkey_logiter_hashnext instead of + * \ref sparkey_logiter_next. + * - Random lookup + * \code + * sparkey_returncode returncode = sparkey_hash_get(myreader, (uint8_t*)"mykey", 5, myiter); + * if (sparkey_logiter_state(myiter) != SPARKEY_ITER_ACTIVE) { + * // Entry not found; + * } else { + * // Extracting value is done the same as when iterating. + * uint64_t wanted_valuelen = sparkey_logiter_valuelen(myiter); + * uint8_t *valuebuf = malloc(wanted_valuelen); + * uint64_t actual_valuelen; + * returncode = sparkey_logiter_fill_value(myiter, sparkey_hash_getreader(myreader), wanted_valuelen, valuebuf, &actual_valuelen); + * } + * \endcode + * Note that this API allows you to do a random seek and then iterate through the following entries. This may be + * useful when you insert groups of entries in order and quickly want to access all of them. + * - Close everything when you're done: + * \code + * sparkey_hash_close(&myreader); + * sparkey_logiter_close(&myiter); + * \endcode + */ + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +typedef enum { + SPARKEY_SUCCESS = 0, + SPARKEY_INTERNAL_ERROR = -1, + + SPARKEY_FILE_NOT_FOUND = -100, + SPARKEY_PERMISSION_DENIED = -101, + SPARKEY_TOO_MANY_OPEN_FILES = -102, + SPARKEY_FILE_TOO_LARGE = -103, + SPARKEY_FILE_ALREADY_EXISTS = -104, + SPARKEY_FILE_BUSY = -105, + SPARKEY_FILE_IS_DIRECTORY = -106, + SPARKEY_FILE_SIZE_EXCEEDED = -107, + SPARKEY_FILE_CLOSED = -108, + SPARKEY_OUT_OF_DISK = -109, + SPARKEY_UNEXPECTED_EOF = -110, + SPARKEY_MMAP_FAILED = -111, + + SPARKEY_WRONG_LOG_MAGIC_NUMBER = -200, + SPARKEY_WRONG_LOG_MAJOR_VERSION = -201, + SPARKEY_UNSUPPORTED_LOG_MINOR_VERSION = -202, + SPARKEY_LOG_TOO_SMALL = -203, + SPARKEY_LOG_CLOSED = -204, + SPARKEY_LOG_ITERATOR_INACTIVE = -205, + SPARKEY_LOG_ITERATOR_MISMATCH = -206, + SPARKEY_LOG_ITERATOR_CLOSED = -207, + SPARKEY_LOG_HEADER_CORRUPT = -208, + SPARKEY_INVALID_COMPRESSION_BLOCK_SIZE = -209, + SPARKEY_INVALID_COMPRESSION_TYPE = -210, + + SPARKEY_WRONG_HASH_MAGIC_NUMBER = -300, + SPARKEY_WRONG_HASH_MAJOR_VERSION = -301, + SPARKEY_UNSUPPORTED_HASH_MINOR_VERSION = -302, + SPARKEY_HASH_TOO_SMALL = -303, + SPARKEY_HASH_CLOSED = -304, + SPARKEY_FILE_IDENTIFIER_MISMATCH = -305, + SPARKEY_HASH_HEADER_CORRUPT = -306, + SPARKEY_HASH_SIZE_INVALID = -307, + +} sparkey_returncode; + +/** + * Get a human readable string from a return code. + * @param code a return code + * @returns a string representing the return code. + */ +const char * sparkey_errstring(sparkey_returncode code); + +/* logwriter */ + +/** + * A structure holding all the data necessary to add entries to a log file. + */ +struct sparkey_logwriter; +typedef struct sparkey_logwriter sparkey_logwriter; + +typedef enum { + SPARKEY_COMPRESSION_NONE, + SPARKEY_COMPRESSION_SNAPPY +} sparkey_compression_type; + +typedef enum { + SPARKEY_ENTRY_PUT, + SPARKEY_ENTRY_DELETE +} sparkey_entry_type; + +typedef enum { + SPARKEY_ITER_NEW, + SPARKEY_ITER_ACTIVE, + SPARKEY_ITER_CLOSED, + SPARKEY_ITER_INVALID +} sparkey_iter_state; + +struct sparkey_logreader; +typedef struct sparkey_logreader sparkey_logreader; + +struct sparkey_logiter; +typedef struct sparkey_logiter sparkey_logiter; + +struct sparkey_hashreader; +typedef struct sparkey_hashreader sparkey_hashreader; + + +/** + * Creates a new Sparkey log file, possibly overwriting an already existing. + * @param log a double reference to a sparkey_logwriter structure that gets allocated and initialized by this call. + * @param filename the file to create. + * @param compression_type NONE or SNAPPY, specifies if block compression should be used or not. + * @param compression_block_size is only relevant if compression type is not NONE. + * It represents the maximum number of bytes of an uncompressed block. + * @return SPARKEY_SUCCESS if all goes well. + */ +sparkey_returncode sparkey_logwriter_create(sparkey_logwriter **log, const char *filename, sparkey_compression_type compression_type, int compression_block_size); + +/** + * Append to an existing Sparkey log file. + * @param log a double reference to a sparkey_logwriter structure that gets allocated and initialized by this call. + * @param filename the file to open for appending. + * It represents the maximum number of bytes of an uncompressed block. + * @return SPARKEY_SUCCESS if all goes well. + */ +sparkey_returncode sparkey_logwriter_append(sparkey_logwriter **log, const char *filename); + +/** + * Append a key/value pair to the log file + * @param log a reference to an open log writer. + * @param keylen the number of bytes of the key data block + * @param key a pointer to a block of continuous data where the key can be found. + * Does not need to be NUL-terminated. + * @param valuelen the number of bytes of the value data block + * @param value a pointer to a block of continuous data where the value can be found. + * Does not need to be NUL-terminated. + * @return SPARKEY_SUCCESS if all goes well. + */ +sparkey_returncode sparkey_logwriter_put(sparkey_logwriter *log, uint64_t keylen, const uint8_t *key, uint64_t valuelen, const uint8_t *value); + +/** + * Append a delete operation for a key to the log file + * @param log a reference to an open log writer. + * @param keylen the number of bytes of the key data block + * @param key a pointer to a block of continuous data where the key can be found. + * Does not need to be NUL-terminated. + * @return SPARKEY_SUCCESS if all goes well. + */ +sparkey_returncode sparkey_logwriter_delete(sparkey_logwriter *log, uint64_t keylen, const uint8_t *key); + +/** + * Flush any open compression block to file buffer. + * Flush any open file buffer to disk. + * Rewrite the header on disk. + * This enables readers to read from the log. + * @param log a reference to an open log writer. + * @return SPARKEY_SUCCESS if all goes well. + */ +sparkey_returncode sparkey_logwriter_flush(sparkey_logwriter *log); + +/** + * Flushes the log, then closes the file and marks the log as closed. + * The log will be closed after this, the sparkey_logwriter struct + * referenced will be freed and *log will be set to NULL. + * @param log a double reference to an open log writer. + * @return SPARKEY_SUCCESS if all goes well. + */ +sparkey_returncode sparkey_logwriter_close(sparkey_logwriter **log); + +/* logreader */ + +/** + * Opens a log file for reading. The logreader is threadsafe, except during opening or closing. + * @param log a double reference to a logreader. + * @param filename a filename of a file containing a sparkey log. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a return code indicating the error. + */ +sparkey_returncode sparkey_logreader_open(sparkey_logreader **log, const char *filename); + +/** + * Closes a logreader. + * It's allowed to close a logreader while there are open logiterators. + * Further operations on such logiterators will fail. + * This is a failsafe operation. + * @param log a double reference to a logreader + * This will be set to NULL after close. + */ +void sparkey_logreader_close(sparkey_logreader **log); + +/** + * Get the size of the largest key in the log. + * @param log a reference to a logreader. + * @returns + */ +uint64_t sparkey_logreader_maxkeylen(sparkey_logreader *log); + +/** + * Get the size of the largest value in the log. + * @param log a reference to a logreader. + * @returns + */ +uint64_t sparkey_logreader_maxvaluelen(sparkey_logreader *log); + +/** + * Get the blocksize for a reader + * @param log a reference to a logreader. + * @returns the blocksize + */ +int sparkey_logreader_get_compression_blocksize(sparkey_logreader *log); + +/** + * Get the compression type for a reader + * @param log a reference to a logreader. + * @returns the compression type + */ +sparkey_compression_type sparkey_logreader_get_compression_type(sparkey_logreader *log); + +/** + * Initializes a logiter and associates it with a logreader. + * The logreader must be open. The logiter is not threadsafe. + * @param iter a double reference to an uninitialized logiter. Will be set on success. + * @param log an open logreader + * @returns SPARKEY_SUCCESS or all goes well. Otherwise a returncode indicating the error. + */ +sparkey_returncode sparkey_logiter_create(sparkey_logiter **iter, sparkey_logreader *log); + +/** + * Closes a log iterator. + * This is a failsafe operation. + * @param iter a double reference to a log iterator. + * This will be set to NULL after close. + */ +void sparkey_logiter_close(sparkey_logiter **iter); + +/** + * Skips to a specific block in the logfile. + * The position must be a valid block start, but that will not be verified by the function. + * If an illegal position is used, all other operations on this logiterator are undefined, + * and may even segfault. + * @param iter an open log iterator. + * @param log an open logreader associated with iter. + * @param position an offset into the logfile where a block begins. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a returncode indicating the error. + */ +sparkey_returncode sparkey_logiter_seek(sparkey_logiter *iter, sparkey_logreader *log, uint64_t position); + +/** + * Skip a number of entries. + * This is equivalent to calling sparkey_logiter_next count number of times. + * @param iter an open logiter + * @param log an open logreader associated with iter. + * @param count the number of entries to skip. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a returncode indicating the error. + */ +sparkey_returncode sparkey_logiter_skip(sparkey_logiter *iter, sparkey_logreader *log, int count); + +/** + * Prepares the logiter to start reading from the next entry. + * iter->state will be SPARKEY_ITER_CLOSED if the last entry has been passed. + * iter->state will be SPARKEY_ITER_INVALID if anything goes wrong. + * iter->state will be SPARKEY_ITER_ACTIVE if it successfully reached the next entry. + * @param iter an open logiter + * @param log an open logreader associated with iter. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a returncode indicating the error. + */ +sparkey_returncode sparkey_logiter_next(sparkey_logiter *iter, sparkey_logreader *log); + +/** + * Resets the iterator to the start of the current entry. This is only valid if + * iter->state is SPARKEY_ITER_ACTIVE. + * @param iter an open logiter + * @param log an open logreader associated with iter. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a returncode indicating the error. + */ +sparkey_returncode sparkey_logiter_reset(sparkey_logiter *iter, sparkey_logreader *log); + +/** + * Consumes and returns part of or all of the key of the current entry. + * Usage example: + * uint8_t *res; + * uint64_t len; + * sparkey_returncode code = sparkey_logiter_keychunk(iter, log, 1 << 30, &res, &len); + * + * @param iter an open logiter + * @param log an open logreader associated with iter. + * @param maxlen a limit for how much data you want to handle. + * @param res (output parameter) reference to a read only array of data. The array is of size res, and is not NUL-terminated. + * You can not use this as a string, and you may not modify it. The data in the array is valid until the next operation on the + * logiter or until the log is closed. + * @param len (output parameter) reference to a variable holding the size of res. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a returncode indicating the error. + */ +sparkey_returncode sparkey_logiter_keychunk(sparkey_logiter *iter, sparkey_logreader *log, uint64_t maxlen, uint8_t ** res, uint64_t *len); + +/** + * First consumes and discards any remaining key parts. + * Then consumes and returns part of or all of the value of the current entry. + * Usage example: + * uint8_t *res; + * uint64_t len; + * sparkey_returncode code = sparkey_logiter_valuechunk(iter, log, 1 << 30, &res, &len); + * + * @param iter an open logiter + * @param log an open logreader associated with iter. + * @param maxlen a limit for how much data you want to handle. + * @param res (output parameter) reference to a read only array of data. The array is of size res, and is not NUL-terminated. + * You can not use this as a string, and you may not modify it. The data in the array is valid until the next operation on the + * logiter or until the log is closed. + * @param len (output parameter) reference to a variable holding the size of res. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a returncode indicating the error. + */ +sparkey_returncode sparkey_logiter_valuechunk(sparkey_logiter *iter, sparkey_logreader *log, uint64_t maxlen, uint8_t ** res, uint64_t *len); + +/** + * Convenience function around sparkey_logiter_keychunk. + * Takes a user allocated buffer and fills it as much as possible by consuming parts of the key of the current entry. + * No NUL will be appended after the data, so you may not use it as a string unless you add the NUL manually. + * Usage example: + * uint8_t *buf = malloc(iter->keylen); + * uint64_t len; + * sparkey_returncode code = sparkey_logiter_fill_key(iter, log, iter->keylen, buf, &len); + * + * @param iter an open logiter + * @param log an open logreader associated with iter. + * @param maxlen a limit for how much data you want to handle. + * @param buf a writable array of data. The array must at least be of size maxlen. + * @param len (output parameter) reference to a variable holding the amount of data written to buf. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a returncode indicating the error. + */ +sparkey_returncode sparkey_logiter_fill_key(sparkey_logiter *iter, sparkey_logreader *log, uint64_t maxlen, uint8_t *buf, uint64_t *len); + +/** + * Convenience function around sparkey_logiter_valuechunk. + * Takes a user allocated buffer and fills it as much as possible by consuming parts of the key of the current entry. + * No NUL will be appended after the data, so you may not use it as a string unless you add the NUL manually. + * Usage example: + * uint8_t *buf = malloc(iter->valuelen); + * uint64_t len; + * sparkey_returncode code = sparkey_logiter_fill_value(iter, log, iter->valuelen, buf, &len); + * + * @param iter an open logiter + * @param log an open logreader associated with iter. + * @param maxlen a limit for how much data you want to handle. + * @param buf a writable array of data. The array must at least be of size maxlen. + * @param len (output parameter) reference to a variable holding the amount of data written to buf. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a returncode indicating the error. + */ +sparkey_returncode sparkey_logiter_fill_value(sparkey_logiter *iter, sparkey_logreader *log, uint64_t maxlen, uint8_t *buf, uint64_t *len); + +/** + * Compares the keys of two iterators pointing to the same log. + * It assumes that the iterators are both clean, i.e. nothing has been consumed from the current entry. + * + * @param iter1 an open logiter + * @param iter2 an open logiter + * @param log an open logreader associated with iter1 and iter2. + * @param res (output parameter) reference to a variable holding the result of the comparison. + * It will be zero if the keys are equal, negative if key1 is smaller than key2 and positive if key1 is larger than key2. + * The behaviour is thus Like memcmp. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a returncode indicating the error. + */ +sparkey_returncode sparkey_logiter_keycmp(sparkey_logiter *iter1, sparkey_logiter *iter2, sparkey_logreader *log, int *res); + +/** + * Get the state for an iterator. + * @returns iter->state + */ +sparkey_iter_state sparkey_logiter_state(sparkey_logiter *iter); + +/** + * Get the type of an iterator. + * @returns iter->type + */ +sparkey_entry_type sparkey_logiter_type(sparkey_logiter *iter); + +/** + * Get the keylen of an iterator. + * @returns iter->keylen + */ +uint64_t sparkey_logiter_keylen(sparkey_logiter *iter); + +/** + * Get the valuelen of an iterator. + * @returns iter->valuelen + */ +uint64_t sparkey_logiter_valuelen(sparkey_logiter *iter); + +/* hashwriter */ + +/** + * Creates a hash table for a specific log file. + * It's safe and efficient to run this multiple times. + * If the hash file already exists, it will be used to speed up the creation of the new file + * by reusing the existing entries, and only update the new hash table based on + * the entries in the log that are new since the last hash was built. + * Note that the hash file is never overwritten, instead the old file is unlinked from + * the filesystem and the new one is created. Thus, it's safe to rewrite the hash table while + * other processes are reading from it. + * @param hash_filename the file to create and put the sparkey hash table in. + * @param log_filename a file that must exist and be a sparkey log file. + * @param hash_size size of the hashes for keys. + Valid values are 4 (32 bit murmurhash3_x86_32) and + 8 (lower 64-bit part of murmurhash3_x64_128). + A value of zero will make it autoselect hash size, depending on number of entries. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a returncode indicating the error. + */ +sparkey_returncode sparkey_hash_write(const char *hash_filename, const char *log_filename, int hash_size); + +/* hashreader */ +/** + * Opens a hash file and a log file for reading. The the hashreader is threadsafe, except during opening or closing. + * @param reader a double reference to an uninitialized hashreader. Will be set on success. + * @param hash_filename a filename of a file containing a sparkey hash table. + * @param log_filename a filename of a file containing a sparkey log. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a return code indicating the error. + */ +sparkey_returncode sparkey_hash_open(sparkey_hashreader **reader, const char *hash_filename, const char *log_filename); + +/** + * Gets the logreader that is referenced by the hashreader + * @param reader an open reader. + * @returns the associated logreader + */ +sparkey_logreader * sparkey_hash_getreader(sparkey_hashreader *reader); + +/** + * Closes a hashreader. + * It's allowed to close a hashreader while there are open logiterators associated with it. + * Further operations on such logiterators will fail. + * This is a failsafe operation. + * @param reader a double reference to a hashreader + */ +void sparkey_hash_close(sparkey_hashreader **reader); + +/** + * Performs a hash table lookup of a key. If the key is found, + * the iterator will have state SPARKEY_ITER_ACTIVE and the key chunk will be consumed. + * Otherwise, the iterator will have state SPARKEY_ITER_INVALID. + * @param reader an open reader. + * @param key a buffer containing the key. It does not have be NUL terminated. + * @param keylen the length of the key. + * @param iter an iterator associated with the reader. Will be mutated. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a return code indicating the error. + */ +sparkey_returncode sparkey_hash_get(sparkey_hashreader *reader, const uint8_t *key, uint64_t keylen, sparkey_logiter *iter); + +/** + * Works the same as sparkey_logiter_next, except it skips entries that are not of type SPARKEY_ENTRY_PUT + * and entries that have been overwritten or deleted. Thus it only stops at live entries. + * iter->state will be SPARKEY_ITER_CLOSED if the last entry has been passed. + * iter->state will be SPARKEY_ITER_INVALID if anything goes wrong. + * iter->state will be SPARKEY_ITER_ACTIVE if it successfully reached the next entry. + * @see sparkey_logiter_next + * @param iter an open logiter + * @param reader an open reader associated with iter. + * @returns SPARKEY_SUCCESS if all goes well. Otherwise a returncode indicating the error. + */ +sparkey_returncode sparkey_logiter_hashnext(sparkey_logiter *iter, sparkey_hashreader *reader); + +uint64_t sparkey_hash_numentries(sparkey_hashreader *reader); + +uint64_t sparkey_hash_numcollisions(sparkey_hashreader *reader); + +/* util */ + +/** + * Allocates and creates a string denoting a log file from an index file. + * This is simply a string replacement of .spi$ to .spl$ + * @param index_filename the filename representing the index file + * @returns NULL if the index_filename does not end with ".spi" + */ +char * sparkey_create_log_filename(const char *index_filename); + +/** + * Allocates and creates a string denoting an index file from a log file. + * This is simply a string replacement of .spl$ to .spi$ + * @param log_filename the filename representing the log file + * @returns NULL if the log_filename does not end with ".spl" + */ +char * sparkey_create_index_filename(const char *log_filename); + +#ifdef __cplusplus +} +#endif + +#endif + diff --git a/src/sparkey/util.c b/src/sparkey/util.c new file mode 100644 index 0000000..1db613f --- /dev/null +++ b/src/sparkey/util.c @@ -0,0 +1,92 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#include +#include + +#include "util.h" +#include "sparkey.h" + +#include +#include + +sparkey_returncode sparkey_open_returncode(int e) { + switch (e) { + case EPERM: + case EACCES: return SPARKEY_PERMISSION_DENIED; + case ENFILE: return SPARKEY_TOO_MANY_OPEN_FILES; + case ENOENT: return SPARKEY_FILE_NOT_FOUND; + case EOVERFLOW: return SPARKEY_FILE_TOO_LARGE; + default: + fprintf(stderr, "_sparkey_open_returncode():%d error: errno = %d\n", __LINE__, e); + return SPARKEY_INTERNAL_ERROR; + } +} + +sparkey_returncode sparkey_create_returncode(int e) { + switch (e) { + case EPERM: + case EROFS: + case EACCES: return SPARKEY_PERMISSION_DENIED; + case EEXIST: return SPARKEY_FILE_ALREADY_EXISTS; + case EISDIR: return SPARKEY_FILE_IS_DIRECTORY; + case ENFILE: + case EMFILE: return SPARKEY_TOO_MANY_OPEN_FILES; + default: + fprintf(stderr, "_sparkey_create_returncode():%d error: errno = %d\n", __LINE__, e); + return SPARKEY_INTERNAL_ERROR; + } +} + +sparkey_returncode sparkey_remove_returncode(int e) { + switch (e) { + case EPERM: + case EROFS: + case EACCES: return SPARKEY_PERMISSION_DENIED; + case EBUSY: return SPARKEY_FILE_BUSY; // Can't happen on linux + case EISDIR: return SPARKEY_FILE_IS_DIRECTORY; + case EOVERFLOW: return SPARKEY_FILE_TOO_LARGE; + default: + fprintf(stderr, "_sparkey_remove_returncode():%d error: errno = %d\n", __LINE__, e); + return SPARKEY_INTERNAL_ERROR; + } +} + +static inline char * _create_filename(const char *input, const char *from, char to) { + if (input == NULL) return NULL; + size_t l = strlen(input); + + // Paranoia - avoid ridiculously long filenames. + if (l > 10000) return NULL; + + // Too short to contain from + if (l < strlen(from)) return NULL; + + if (memcmp(&input[l - strlen(from)], from, strlen(from))) return NULL; + + char *output = strdup(input); + if (output == NULL) return NULL; + + output[l - 1] = to; + return output; +} + +char * sparkey_create_log_filename(const char *index_filename) { + return _create_filename(index_filename, ".spi", 'l'); +} + +char * sparkey_create_index_filename(const char *log_filename) { + return _create_filename(log_filename, ".spl", 'i'); +} diff --git a/src/sparkey/util.h b/src/sparkey/util.h new file mode 100644 index 0000000..e1a6a08 --- /dev/null +++ b/src/sparkey/util.h @@ -0,0 +1,85 @@ +/* +* Copyright (c) 2012-2013 Spotify AB +* +* Licensed under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. You may obtain a copy of +* the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +* License for the specific language governing permissions and limitations under +* the License. +*/ +#ifndef SPARKEY_UTIL_H_INCLUDED +#define SPARKEY_UTIL_H_INCLUDED + +#include +#include +#include +#include + +#include "sparkey.h" + +/** + * This macro sort of behaves like a new keyword. + * Input must be an expression that returns sparkey_returncode. + * The macro must be executed in a function that returns sparkey_returncode. + * If the expression evaluates to something else than SPARKEY_SUCCESS, + * then the containing function returns that value directly. + */ +#define RETHROW(f) do { sparkey_returncode returncode = (f); if (returncode != SPARKEY_SUCCESS) return returncode; } while (0); + +/** + * This macro requires that a sparkey_returncode returncode; is already defined in the function. + * It evaluates the first argument which must return sparkey_returncode. + * If that evaluates to something else than SPARKEY_SUCCESS, + * it sets the returncode to that and jumps to the specified label. + */ +#define TRY(f, label) do { returncode = (f); if (returncode != SPARKEY_SUCCESS) goto label; } while (0); + +/** + * Convert error codes generated by open and fopen into sparkey return codes. + * @param e an error code + * @returns a sparkey_returncode corresponding to the error, or SPARKEY_INTERNAL_ERROR + */ +sparkey_returncode sparkey_open_returncode(int e); + +/** + * Convert error codes generated by creat into sparkey return codes. + * @param e an error code + * @returns a sparkey_returncode corresponding to the error, or SPARKEY_INTERNAL_ERROR + */ +sparkey_returncode sparkey_create_returncode(int e); + +/** + * Convert error codes generated by remove or unlink into sparkey return codes. + * @param e an error code + * @returns a sparkey_returncode corresponding to the error, or SPARKEY_INTERNAL_ERROR + */ +sparkey_returncode sparkey_remove_returncode(int e); + +/** + * Fetches a 32 bit unsigned value from a pseudorandom source. + * + * @param output a pointer to an uint32_t where the random value is written + * @returns a sparkey_returncode SPARKEY_SUCCESS or, in case of error SPARKEY_INTERNAL_ERROR. + */ +static inline sparkey_returncode rand32(uint32_t *output) { + int fd = open("/dev/urandom", O_RDONLY); + if (fd < 0) { + return SPARKEY_INTERNAL_ERROR; + } + int actual = read(fd, output, 4); + close(fd); + if (actual < 4) { + return SPARKEY_INTERNAL_ERROR; + } + return SPARKEY_SUCCESS; +} + + +#endif + diff --git a/src/sparse_matrix.c b/src/sparse_matrix.c new file mode 100644 index 0000000..c765dc3 --- /dev/null +++ b/src/sparse_matrix.c @@ -0,0 +1,442 @@ +#include "sparse_matrix.h" +#include "klib/ksort.h" + +sparse_matrix_t *sparse_matrix_new_shape(size_t m, size_t n) { + sparse_matrix_t *matrix = calloc(1, sizeof(sparse_matrix_t)); + if (matrix == NULL) return NULL; + matrix->m = m; + matrix->n = n; + matrix->indptr = uint32_array_new_size(m + 1); + if (matrix->indptr == NULL) { + goto exit_sparse_matrix_created; + } + uint32_array_push(matrix->indptr, 0); + + matrix->indices = uint32_array_new(); + if (matrix->indices == NULL) { + goto exit_sparse_matrix_created; + } + + matrix->data = double_array_new(); + if (matrix->data == NULL) { + goto exit_sparse_matrix_created; + } + + return matrix; + +exit_sparse_matrix_created: + sparse_matrix_destroy(matrix); + return NULL; +} + +sparse_matrix_t *sparse_matrix_new(void) { + return sparse_matrix_new_shape(0, 0); +} + + +void sparse_matrix_destroy(sparse_matrix_t *self) { + if (self == NULL) return; + + if (self->indptr != NULL) { + uint32_array_destroy(self->indptr); + } + + if (self->indices != NULL) { + uint32_array_destroy(self->indices); + } + + if (self->data != NULL) { + double_array_destroy(self->data); + } + + free(self); +} + +inline void sparse_matrix_clear(sparse_matrix_t *self) { + uint32_array_clear(self->indptr); + uint32_array_push(self->indptr, 0); + + uint32_array_clear(self->indices); + double_array_clear(self->data); +} + +inline void sparse_matrix_finalize_row(sparse_matrix_t *self) { + uint32_array_push(self->indptr, (uint32_t)self->indices->n); + if (self->indptr->n > self->m + 1) { + self->m++; + } +} + +inline void sparse_matrix_append(sparse_matrix_t *self, uint32_t col, double val) { + uint32_array_push(self->indices, col); + double_array_push(self->data, val); + if (col >= self->n) self->n = col + 1; +} + +inline void sparse_matrix_append_row(sparse_matrix_t *self, uint32_t *col, double *val, size_t n) { + for (int i = 0; i < n; i++) { + sparse_matrix_append(self, col[i], val[i]); + } + sparse_matrix_finalize_row(self); +} + +typedef struct column_value { + uint32_t col; + double val; +} column_value_t; + +VECTOR_INIT(column_value_array, column_value_t) + +#define ks_lt_column_value(a, b) ((a).col < (b).col) + +KSORT_INIT(column_value_array, column_value_t, ks_lt_column_value) + +void sparse_matrix_sort_indices(sparse_matrix_t *self) { + uint32_t row, row_start, row_len, i; + + column_value_array *col_vals = column_value_array_new(); + + sparse_matrix_foreach_row(self, row, row_start, row_len, { + for (i = row_start; i < row_start + row_len; i++) { + column_value_array_push(col_vals, (column_value_t){self->indices->a[i], self->data->a[i]}); + } + ks_introsort(column_value_array, col_vals->n, col_vals->a); + + for (i = 0; i < col_vals->n; i++) { + column_value_t col_val = col_vals->a[i]; + self->indices->a[row_start + i] = col_val.col; + self->data->a[row_start + i] = col_val.val; + } + }) + +} + + +inline int sparse_matrix_dot_vector(sparse_matrix_t *self, double *vec, size_t n, double *result) { + if (n != self->n) return -1; + + uint32_t row, row_start, row_len; + double val; + double *data = self->data->a; + + sparse_matrix_foreach_row(self, row, row_start, row_len, { + double sum = result[row]; + for (uint32_t col = row_start; col < row_start + row_len; col++) { + sum += data[col] * vec[col]; + } + result[row] = sum; + }) + return 0; +} + +int sparse_matrix_rows_dot_vector(sparse_matrix_t *self, uint32_t *rows, size_t m, double *vec, size_t n, double *result) { + if (n != self->n) return -1; + + uint32_t *indptr = self->indptr->a; + uint32_t *indices = self->indices->a; + double *data = self->data->a; + + for (int i = 0; i < m; i++) { + uint32_t row = rows[i]; + + double sum = result[i]; + if (row >= self->m) return -1; + + for (int j = indptr[row]; j < indptr[row+1]; j++) { + sum += data[j] * vec[indices[j]]; + } + + result[i] = sum; + + } + return 0; +} + +int sparse_matrix_sum_cols(sparse_matrix_t *self, double *result, size_t n) { + if (n != self->m) return -1; + + uint32_t row, row_start, row_len; + double val; + double *data = self->data->a; + + sparse_matrix_foreach_row(self, row, row_start, row_len, { + double sum = result[row]; + for (uint32_t col = row_start; col < row_start + row_len; col++) { + sum += data[col]; + } + result[row] = sum; + }) + return 0; + +} + +// No need to allocate actual vector for values, sum rather than a dot product +int sparse_matrix_rows_sum_cols(sparse_matrix_t *self, uint32_t *rows, size_t m, double *result, size_t n) { + if (m != n) return -1; + + uint32_t *indptr = self->indptr->a; + uint32_t *indices = self->indices->a; + double *data = self->data->a; + + for (int i = 0; i < m; i++) { + uint32_t row = rows[i]; + + double sum = result[i]; + if (row >= self->m) return -1; + + for (int j = indptr[row]; j < indptr[row+1]; j++) { + sum += data[j]; + } + + result[i] = sum; + } + return 0; +} + + +int sparse_matrix_sum_all_rows(sparse_matrix_t *self, double *result, size_t n) { + if (n != self->n) return -1; + + uint32_t row, row_start, row_len; + double val; + double *data = self->data->a; + + sparse_matrix_foreach_row(self, row, row_start, row_len, { + for (uint32_t col = row_start; col < row_start + row_len; col++) { + result[col] += data[col]; + } + }) + return 0; + +} + +int sparse_matrix_sum_rows(sparse_matrix_t *self, uint32_t *rows, size_t m, double *result, size_t n) { + if (n != self->n) return -1; + + uint32_t *indptr = self->indptr->a; + uint32_t *indices = self->indices->a; + double *data = self->data->a; + + for (int i = 0; i < m; i++) { + uint32_t row = rows[i]; + + if (row >= self->m) return -1; + + for (int j = indptr[row]; j < indptr[row+1]; j++) { + result[j] += data[j]; + } + } + return 0; +} + + + +int sparse_matrix_dot_dense(sparse_matrix_t *self, double_matrix_t *matrix, double_matrix_t *result) { + if (self->n != matrix->m || self->m != result->m || matrix->n != result->n) { + return -1; + } + + uint32_t *indptr = self->indptr->a; + uint32_t *indices = self->indices->a; + double *data = self->data->a; + + size_t m1_rows = self->m; + size_t m1_cols = self->n; + + size_t m2_rows = matrix->m; + size_t m2_cols = matrix->n; + + double *dense_values = matrix->values; + double *result_values = result->values; + + uint32_t row, row_start, row_len; + + sparse_matrix_foreach_row(self, row, row_start, row_len, { + for (uint32_t j = 0; j < m2_cols; j++) { + size_t result_index = row * m2_cols + j; + double sum = result_values[result_index]; + for (uint32_t col = row_start; col < row_start + row_len; col++) { + sum += data[col] * dense_values[m2_cols * indices[col] + j]; + } + result_values[result_index] = sum; + } + }) + + return 0; +} + + + +int sparse_matrix_dot_sparse(sparse_matrix_t *self, sparse_matrix_t *other, double_matrix_t *result) { + if (self->n != other->m || self->m != result->m || other->n != result->n) { + return -1; + } + + uint32_t *indptr = self->indptr->a; + uint32_t *indices = self->indices->a; + double *data = self->data->a; + + size_t m1_rows = self->m; + size_t m1_cols = self->n; + + size_t m2_rows = other->m; + size_t m2_cols = other->n; + + uint32_t *other_indptr = other->indptr->a; + uint32_t *other_indices = other->indices->a; + double *other_data = other->data->a; + + double *result_values = result->values; + + uint32_t row, row_start, row_len; + + sparse_matrix_foreach_row(self, row, row_start, row_len, { + for (uint32_t i = row_start; i < row_start + row_len; i++) { + uint32_t col = indices[i]; + if (col >= m2_rows) { return -1; } + uint32_t m2_row_start = other_indptr[col]; + uint32_t m2_row_end = other_indptr[col + 1]; + double m1_data = data[i]; + + for (uint32_t j = m2_row_start; j < m2_row_end; j++) { + uint32_t m2_col = other_indices[j]; + size_t result_index = row * m2_cols + m2_col; + double m2_data = other_data[j]; + + result_values[result_index] += m1_data * m2_data; + } + + } + }) + + return 0; +} + + + + +sparse_matrix_t *sparse_matrix_read(FILE *f) { + sparse_matrix_t *sp = malloc(sizeof(sparse_matrix_t)); + if (sp == NULL) return NULL; + + sp->indptr = NULL; + sp->indices = NULL; + sp->data = NULL; + + if (!file_read_uint32(f, &sp->m) || + !file_read_uint32(f, &sp->n)) { + goto exit_sparse_matrix_allocated; + } + + uint64_t len_indptr; + + if (!file_read_uint64(f, &len_indptr)) { + goto exit_sparse_matrix_allocated; + } + + uint32_array *indptr = uint32_array_new_size((size_t)len_indptr); + if (indptr == NULL) { + goto exit_sparse_matrix_allocated; + } + + if (!file_read_uint32_array(f, indptr->a, len_indptr)) { + uint32_array_destroy(indptr); + goto exit_sparse_matrix_allocated; + } + + indptr->n = (size_t)len_indptr; + sp->indptr = indptr; + + uint64_t len_indices; + + if (!file_read_uint64(f, &len_indices)) { + goto exit_sparse_matrix_allocated; + } + + uint32_array *indices = uint32_array_new_size(len_indices); + if (indices == NULL) { + goto exit_sparse_matrix_allocated; + } + + if (!file_read_uint32_array(f, indices->a, len_indices)) { + uint32_array_destroy(indices); + goto exit_sparse_matrix_allocated; + } + + indices->n = (size_t)len_indices; + sp->indices = indices; + + uint64_t len_data; + + if (!file_read_uint64(f, &len_data)) { + goto exit_sparse_matrix_allocated; + } + + double_array *data = double_array_new_size(len_data); + if (data == NULL) { + goto exit_sparse_matrix_allocated; + } + + if (!file_read_double_array(f, data->a, len_data)) { + double_array_destroy(data); + goto exit_sparse_matrix_allocated; + } + + data->n = (size_t)len_data; + sp->data = data; + + return sp; + +exit_sparse_matrix_allocated: + sparse_matrix_destroy(sp); + return NULL; +} + +bool sparse_matrix_write(sparse_matrix_t *self, FILE *f) { + if (self == NULL || self->indptr == NULL || self->indices == NULL || self->data == NULL) { + return false; + } + + if (!file_write_uint32(f, self->m) || + !file_write_uint32(f, self->n)) { + return false; + } + + uint64_t len_indptr = self->indptr->n; + + if (!file_write_uint64(f, len_indptr)) { + return false; + } + + for (int i = 0; i < len_indptr; i++) { + if (!file_write_uint32(f, self->indptr->a[i])) { + return false; + } + } + + uint64_t len_indices = (uint64_t)self->indices->n; + + if (!file_write_uint64(f, len_indices)) { + return false; + } + + for (int i = 0; i < len_indices; i++) { + if (!file_write_uint32(f, self->indices->a[i])) { + return false; + } + } + + uint64_t len_data = (uint64_t)self->data->n; + + if (!file_write_uint64(f, len_data)) { + return false; + } + + for (int i = 0; i < len_data; i++) { + if (!file_write_double(f, self->data->a[i])) { + return false; + } + } + + return true; +} diff --git a/src/sparse_matrix.h b/src/sparse_matrix.h new file mode 100644 index 0000000..bc23c06 --- /dev/null +++ b/src/sparse_matrix.h @@ -0,0 +1,116 @@ +/* +sparse_matrix.h +--------------- + +Double-valued dynamic compressed sparse row (CSR) sparse matrix. + +A sparse matrix is a matrix where an overwhelming number of the +entries are 0. Thus we get significant space/time advantages +from only storing the non-zero values. + +These types of matrices arise often when representing graphs +and term-document matrices in text collections. + +The compressed sparse row format stores the following 3x4 +dense matrix: + +{ 1.0, 0.0, 0.0, 0.0, + 0.0, 1.0, 0.0, 0.0, + 0.0, 0.0, 0.0, 2.0 } + +with the following 3 arrays: + +indptr = { 0, 1, 2, 3 } +indices = { 0, 1, 3 } +data = { 1.0, 1.0, 2.0 } + +For a given row i, the indices indptr[i] through indptr[i+1] +denotes the number of nonzero columns in row i. The column +indices can be found at that contiguous location in indices +and the data values can be found at the same location in the +data array. + +Sparse matrix row iteration, row indexing, scalar arithmetic +and dot products with vectors and dense matrices are efficient. +*/ + +#ifndef SPARSE_MATRIX_H +#define SPARSE_MATRIX_H + +#include +#include +#include + +#include "collections.h" +#include "file_utils.h" +#include "matrix.h" +#include "vector.h" + +typedef struct { + uint32_t m; + uint32_t n; + uint32_array *indptr; + uint32_array *indices; + double_array *data; +} sparse_matrix_t; + + +sparse_matrix_t *sparse_matrix_new(void); +sparse_matrix_t *sparse_matrix_new_shape(size_t m, size_t n); +void sparse_matrix_destroy(sparse_matrix_t *self); + +void sparse_matrix_clear(sparse_matrix_t *self); + +void sparse_matrix_append(sparse_matrix_t *self, uint32_t col, double val); +void sparse_matrix_append_row(sparse_matrix_t *self, uint32_t *col, double *val, size_t n); + +void sparse_matrix_finalize_row(sparse_matrix_t *self); + +void sparse_matrix_sort_indices(sparse_matrix_t *self); + +int sparse_matrix_dot_vector(sparse_matrix_t *self, double *vec, size_t n, double *result); +int sparse_matrix_rows_dot_vector(sparse_matrix_t *self, uint32_t *rows, size_t m, double *vec, size_t n, double *result); + +// No need to allocate vector. Equivalent to doing a dot product with a vector of all ones +int sparse_matrix_sum_cols(sparse_matrix_t *self, double *result, size_t n); +int sparse_matrix_rows_sum_cols(sparse_matrix_t *self, uint32_t *rows, size_t m, double *result, size_t n); + +int sparse_matrix_sum_all_rows(sparse_matrix_t *self, double *result, size_t n); +int sparse_matrix_sum_rows(sparse_matrix_t *self, uint32_t *rows, size_t m, double *result, size_t n); + +int sparse_matrix_dot_dense(sparse_matrix_t *self, double_matrix_t *matrix, double_matrix_t *result); +int sparse_matrix_dot_sparse(sparse_matrix_t *self, sparse_matrix_t *other, double_matrix_t *result); + +bool sparse_matrix_write(sparse_matrix_t *self, FILE *f); +sparse_matrix_t *sparse_matrix_read(FILE *f); + +#define sparse_matrix_foreach_row(sp, row_var, index_var, length_var, code) { \ + uint32_t _row_start = 0, _row_end = 0; \ + uint32_t *_indptr = sp->indptr->a; \ + size_t _m = sp->m; \ + \ + for (uint32_t _i = 0; _i < _m; _i++) { \ + (row_var) = _i; \ + _row_start = _indptr[_i]; \ + _row_end = _indptr[_i + 1]; \ + (index_var) = _row_start; \ + (length_var) = _row_end - _row_start; \ + code; \ + } \ +} + +#define sparse_matrix_foreach(sp, row_var, col_var, data_var, code) { \ + uint32_t *_indices = sp->indices->a; \ + double *_data = sp->data->a; \ + uint32_t _index, _length; \ + sparse_matrix_foreach_row(sp, row_var, _index, _length, { \ + for (uint32_t _j = _index; _j < _index + _length; _j++) { \ + (col_var) = _indices[_j]; \ + (data_var) = _data[_j]; \ + code; \ + } \ + }) \ +} + + +#endif diff --git a/src/sparse_matrix_utils.c b/src/sparse_matrix_utils.c new file mode 100644 index 0000000..70be9d1 --- /dev/null +++ b/src/sparse_matrix_utils.c @@ -0,0 +1,108 @@ +#include "sparse_matrix_utils.h" +#include "float_utils.h" +#include "matrix.h" + + +sparse_matrix_t *sparse_matrix_new_from_matrix(double_matrix_t *matrix) { + sparse_matrix_t *sparse = sparse_matrix_new_shape(matrix->m, matrix->n); + + for (size_t i = 0; i < matrix->m; i++) { + for (size_t j = 0; j < matrix->n; j++) { + double value = double_matrix_get(matrix, i, j); + if (!double_equals(value, 0.0)) { + sparse_matrix_append(sparse, j, value); + } + } + sparse_matrix_finalize_row(sparse); + } + return sparse; +} + + +bool sparse_matrix_add_unique_columns(sparse_matrix_t *matrix, khash_t(int_uint32) *unique_columns, uint32_array *array) { + size_t n = matrix->indices->n; + uint32_t *indices = matrix->indices->a; + + kh_clear(int_uint32, unique_columns); + + size_t i; + khiter_t k; + + for (i = 0; i < n; i++) { + uint32_t col = indices[i]; + + int ret = 0; + k = kh_get(int_uint32, unique_columns, col); + if (k == kh_end(unique_columns)) { + uint32_t next_id = (uint32_t)kh_size(unique_columns); + + k = kh_put(int_uint32, unique_columns, col, &ret); + if (ret < 0) { + return false; + } + kh_value(unique_columns, k) = next_id; + } + + } + + uint32_array_clear(array); + if (!uint32_array_resize_fixed(array, kh_size(unique_columns))) { + return false; + } + + khint_t key; + + uint32_t *batch = array->a; + uint32_t col_id; + + kh_foreach(unique_columns, key, col_id, { + batch[col_id] = (uint32_t)key; + }) + + return true; +} + +bool sparse_matrix_alias_columns(sparse_matrix_t *matrix, khash_t(int_uint32) *unique_columns) { + size_t n = matrix->indices->n; + uint32_t *indices = matrix->indices->a; + + size_t i; + khiter_t k; + uint32_t col_id; + + for (i = 0; i < n; i++) { + uint32_t col = indices[i]; + + int ret = 0; + k = kh_get(int_uint32, unique_columns, col); + if (k != kh_end(unique_columns)) { + col_id = kh_value(unique_columns, k); + indices[i] = col_id; + } else { + return false; + } + } + + matrix->n = kh_size(unique_columns); + + return true; +} + +inline bool sparse_matrix_add_unique_columns_alias(sparse_matrix_t *matrix, khash_t(int_uint32) *unique_columns, uint32_array *array) { + return sparse_matrix_add_unique_columns(matrix, unique_columns, array) && + sparse_matrix_alias_columns(matrix, unique_columns); +} + +uint32_array *sparse_matrix_unique_columns(sparse_matrix_t *matrix) { + khash_t(int_uint32) *unique_columns = kh_init(int_uint32); + uint32_array *ret = uint32_array_new(); + + if (sparse_matrix_add_unique_columns(matrix, unique_columns, ret)) { + kh_destroy(int_uint32, unique_columns); + return ret; + } + + kh_destroy(int_uint32, unique_columns); + uint32_array_destroy(ret); + return NULL; +} diff --git a/src/sparse_matrix_utils.h b/src/sparse_matrix_utils.h new file mode 100644 index 0000000..da9b3bd --- /dev/null +++ b/src/sparse_matrix_utils.h @@ -0,0 +1,15 @@ +#ifndef SPARSE_MATRIX_UTILS_H +#define SPARSE_MATRIX_UTILS_H + +#include + +#include "sparse_matrix.h" +#include "matrix.h" + +sparse_matrix_t *sparse_matrix_new_from_matrix(double_matrix_t *matrix); +uint32_array *sparse_matrix_unique_columns(sparse_matrix_t *matrix); +bool sparse_matrix_add_unique_columns(sparse_matrix_t *matrix, khash_t(int_uint32) *unique_columns, uint32_array *array); +bool sparse_matrix_alias_columns(sparse_matrix_t *matrix, khash_t(int_uint32) *unique_columns); +bool sparse_matrix_add_unique_columns_alias(sparse_matrix_t *matrix, khash_t(int_uint32) *unique_columns, uint32_array *array); + +#endif \ No newline at end of file diff --git a/src/stochastic_gradient_descent.c b/src/stochastic_gradient_descent.c new file mode 100644 index 0000000..16e5f15 --- /dev/null +++ b/src/stochastic_gradient_descent.c @@ -0,0 +1,438 @@ +#include "stochastic_gradient_descent.h" +#include "sparse_matrix_utils.h" + +sgd_trainer_t *sgd_trainer_new(size_t m, size_t n, bool fit_intercept, regularization_type_t reg_type, double lambda, double gamma_0) { + sgd_trainer_t *sgd = calloc(1, sizeof(sgd_trainer_t)); + if (sgd == NULL) return NULL; + + double_matrix_t *theta = double_matrix_new_zeros(m, n); + if (theta == NULL) { + log_error("Error allocating weights\n"); + goto exit_sgd_trainer_created; + } + + sgd->fit_intercept = fit_intercept; + sgd->theta = theta; + + sgd->reg_type = reg_type; + + sgd->lambda = lambda; + + if (reg_type != REGULARIZATION_NONE) { + sgd->last_updated = uint32_array_new_zeros(m); + if (sgd->last_updated == NULL) { + goto exit_sgd_trainer_created; + } + + sgd->penalties = double_array_new(); + if (sgd->penalties == NULL) { + goto exit_sgd_trainer_created; + } + // Penalty for last_updated == 0 is 0 + double_array_push(sgd->penalties, 0.0); + } else { + sgd->last_updated = NULL; + sgd->penalties = NULL; + } + + sgd->gamma_0 = gamma_0; + sgd->iterations = 0; + + return sgd; + +exit_sgd_trainer_created: + sgd_trainer_destroy(sgd); + return NULL; +} + + +bool sgd_trainer_reset_params(sgd_trainer_t *self, double lambda, double gamma_0) { + regularization_type_t reg_type = self->reg_type; + if (reg_type != REGULARIZATION_NONE) { + if (self->last_updated == NULL) { + self->last_updated = uint32_array_new_zeros(self->theta->m); + if (self->last_updated == NULL) return false; + } else { + uint32_array_zero(self->last_updated->a, self->last_updated->n); + } + + if (self->penalties == NULL) { + self->penalties = double_array_new(); + if (self->penalties == NULL) return false; + } else { + double_array_clear(self->penalties); + } + double_array_push(self->penalties, 0.0); + } + + double_matrix_zero(self->theta); + self->iterations = 0; + self->lambda = lambda; + self->gamma_0 = gamma_0; + return true; +} + + +static inline double stochastic_gradient_descent_gamma_t(double gamma_0, double lambda, uint32_t t) { + return gamma_0 / (1.0 + lambda * gamma_0 * (double)t); +} + +static inline void gradient_update_row(double *theta_i, double *grad_i, size_t n, double gamma_t) { + for (size_t j = 0; j < n; j++) { + theta_i[j] -= gamma_t * grad_i[j]; + } +} + +bool stochastic_gradient_descent_update(sgd_trainer_t *self, double_matrix_t *gradient, size_t batch_size) { + if (self == NULL || self->theta == NULL || gradient == NULL || + gradient->m != self->theta->m || gradient->n != self->theta->n) { + return false; + } + + size_t m = gradient->m; + size_t n = gradient->n; + + double lambda = self->lambda; + double gamma_t = stochastic_gradient_descent_gamma_t(self->gamma_0, lambda, self->iterations); + + double_matrix_t *theta = self->theta; + + size_t i_start = self->fit_intercept ? 1 : 0; + + regularization_type_t reg_type = self->reg_type; + + double lambda_update = 0.0; + if (reg_type != REGULARIZATION_NONE) { + lambda_update = lambda / (double)batch_size * gamma_t; + } + + for (size_t i = 0; i < m; i++) { + double *theta_i = double_matrix_get_row(theta, i); + double *grad_i = double_matrix_get_row(gradient, i); + + gradient_update_row(theta_i, grad_i, n, gamma_t); + + if (reg_type == REGULARIZATION_L2 && i >= i_start) { + regularize_l2(theta_i, n, lambda_update); + } else if (reg_type == REGULARIZATION_L1 && i >= i_start) { + regularize_l1(theta_i, n, lambda_update); + } + } + + self->iterations++; + + return true; +} + +/* +Sparse regularization +--------------------- + +Stochastic/minibatch gradients can be decomposed into 2 updates +1. The derivative of the loss function itself (0 for features not observed in the current batch) +2. The derivative of the regularization term (applies to all weights) + +Reference: http://leon.bottou.org/publications/pdf/tricks-2012.pdf + +Here we take sparsity a step further and do "lazy" or "just-in-time" regularization. + +Updating all the weights on each iteration requires m * n operations for each minibatch +regardless of the number of parameters active in the minibatch. + +However, the "correct" value of a given parameter theta_ij is only really needed in two places: + +1. Before computing the gradient, since the current value of theta is used in said computation +2. When we're done training the model and want to save/persist it + +In L2 regularization, the derivative of the regularization term is simply: + +lambda * theta + +Since theta changes proportional to itself, we can rewrite this for multiple timesteps as: + +theta_i *= e^(-lambda * t) + +where t is the number of timesteps since theta_i was last updated. This requires storing +a vector of size n containing the last updated timestamps, as well the set of columns +used by the minibatch (this implementation assumes it is computed elsewehre and passed in). + +In NLP applications, where the updates are very sparse, only a small fraction of the +features are likely to be active in a given batch. + +This means that if, say, an infrequently used word like "fecund" or "bucolic" is seen +in only one or two batches in the entire training corpus, we only touch that parameter +twice (three times counting the finalization step), while still getting roughly the same +results as though we had done the per-iteration weight updates. +*/ + +bool stochastic_gradient_descent_update_sparse(sgd_trainer_t *self, double_matrix_t *gradient, uint32_array *update_indices, size_t batch_size) { + if (self == NULL) { + log_info("self = NULL\n"); + return false; + } + double_matrix_t *theta = self->theta; + + if (gradient->n != theta->n) { + log_info("gradient->n = %zu, theta->n = %zu\n", gradient->n, theta->n); + return false; + } + + size_t n = self->theta->n; + + uint32_t t = self->iterations; + + uint32_t *indices = update_indices->a; + size_t num_updated = update_indices->n; + + uint32_t *updates = self->last_updated->a; + + size_t i_start = self->fit_intercept ? 1 : 0; + + double lambda = self->lambda; + double gamma_0 = self->gamma_0; + double gamma_t = stochastic_gradient_descent_gamma_t(gamma_0, lambda, t); + + regularization_type_t reg_type = self->reg_type; + + double lambda_update = 0.0; + double penalty = 0.0; + + double *penalties = self->penalties->a; + + if (reg_type != REGULARIZATION_NONE) { + lambda_update = lambda / (double)batch_size * gamma_t; + + if (t > self->penalties->n) { + log_info("t = %" PRIu32 ", penalties->n = %zu\n", t, self->penalties->n); + return false; + } + penalty = self->penalties->a[t]; + } + + for (size_t i = 0; i < num_updated; i++) { + uint32_t col = indices[i]; + double *theta_i = double_matrix_get_row(theta, col); + double *grad_i = double_matrix_get_row(gradient, i); + + uint32_t last_updated = updates[col]; + double last_update_penalty = 0.0; + + if (self->iterations > 0) { + if (last_updated >= self->penalties->n) { + log_info("col = %u, t = %" PRIu32 ", last_updated = %" PRIu32 ", penalties->n = %zu\n", col, t, last_updated, self->penalties->n); + return false; + } + + last_update_penalty = penalties[last_updated]; + + // Update the weights to what they would have been + // if all the regularization updates were applied + + if (last_updated < t) { + double penalty_update = penalty - last_update_penalty; + + if (reg_type == REGULARIZATION_L2 && col >= i_start) { + regularize_l2(theta_i, n, penalty_update); + } else if (reg_type == REGULARIZATION_L1 && col >= i_start) { + regularize_l1(theta_i, n, penalty_update); + } + } + } + + // Update the gradient for the observed features in this batch + + gradient_update_row(theta_i, grad_i, n, gamma_t); + + // Add the regularization update for this iteration + // so the weights are correct for the next gradient computation + + if (reg_type == REGULARIZATION_L2 && col >= i_start) { + regularize_l2(theta_i, n, lambda_update); + } else if (reg_type == REGULARIZATION_L1 && col >= i_start) { + regularize_l1(theta_i, n, lambda_update); + } + + // Set the last updated timestep for this feature to time t + 1 + // since we're upating the iteration count + updates[col] = t + 1; + } + + if (reg_type != REGULARIZATION_NONE) { + // Add the cumulative penalty at time t to the penalties array + double_array_push(self->penalties, penalty + lambda_update); + } + + self->iterations++; + + return true; +} + +double stochastic_gradient_descent_reg_cost(sgd_trainer_t *self, uint32_array *update_indices, size_t batch_size) { + double cost = 0.0; + + regularization_type_t reg_type = self->reg_type; + + if (reg_type == REGULARIZATION_NONE) return cost; + + double_matrix_t *theta = self->theta; + size_t m = theta->m; + size_t n = theta->n; + + uint32_t *indices = NULL; + size_t num_indices = m; + + if (update_indices != NULL) { + uint32_t *indices = update_indices->a; + size_t num_indices = update_indices->n; + } + size_t i_start = self->fit_intercept ? 1 : 0; + + for (size_t i = 0; i < num_indices; i++) { + uint32_t row = i; + if (indices != NULL) { + row = indices[i]; + } + double *theta_i = double_matrix_get_row(theta, row); + + if (reg_type == REGULARIZATION_L2 && row >= i_start) { + cost += double_array_sum_sq(theta_i, n); + } else if (reg_type == REGULARIZATION_L1 && row >= i_start) { + cost += double_array_l1_norm(theta_i, n); + } + } + + if (reg_type == REGULARIZATION_L2) { + cost *= self->lambda / 2.0; + } else if (reg_type == REGULARIZATION_L1) { + cost *= self->lambda; + } + + return cost / (double)batch_size; +} + +bool stochastic_gradient_descent_set_regularized_weights(sgd_trainer_t *self, double_matrix_t *w, uint32_array *indices) { + if (self == NULL || self->theta == NULL) { + if (self->theta == NULL) { + log_info("stochastic_gradient_descent_regularize_weights theta NULL\n"); + } + return false; + } + + double lambda = self->lambda; + double gamma_0 = self->gamma_0; + regularization_type_t reg_type = self->reg_type; + + double_matrix_t *theta = self->theta; + + size_t m = theta->m; + size_t n = theta->n; + + uint32_t *row_indices = NULL; + size_t num_indices = m; + + if (indices != NULL) { + row_indices = indices->a; + num_indices = indices->n; + } + + uint32_t *updates = self->last_updated->a; + double *penalties = self->penalties->a; + + if (w != NULL && !double_matrix_resize(w, num_indices, n)) { + log_error("Resizing weights failed\n"); + return false; + } + + size_t i_start = self->fit_intercept ? 1 : 0; + bool regularize = lambda > 0.0 && reg_type != REGULARIZATION_NONE; + + for (size_t i = 0; i < num_indices; i++) { + uint32_t row_idx = i; + if (indices != NULL) { + row_idx = row_indices[i]; + } + + double *theta_i = double_matrix_get_row(theta, row_idx); + double *w_i = theta_i; + if (w != NULL) { + w_i = double_matrix_get_row(w, i); + double_array_raw_copy(w_i, theta_i, n); + } + + if (regularize && i >= i_start) { + double most_recent_penalty = 0.0; + uint32_t most_recent_iter = 0; + + if (self->iterations > 0) { + most_recent_iter = self->iterations; + if (most_recent_iter >= self->penalties->n) { + log_error("penalty_index (%u) >= self->penalties->n (%zu)\n", most_recent_iter, self->penalties->n); + return false; + } + most_recent_penalty = penalties[most_recent_iter]; + } else { + most_recent_penalty = lambda / gamma_0; + } + + uint32_t last_updated = updates[i]; + if (last_updated >= self->penalties->n) { + log_error("last_updated (%" PRIu32 ") >= self->penalties-> (%zu)\n", last_updated, self->penalties->n); + return false; + } + double last_update_penalty = penalties[last_updated]; + + if (last_updated < most_recent_iter) { + double penalty_update = most_recent_penalty - last_update_penalty; + + if (reg_type == REGULARIZATION_L2) { + regularize_l2(w_i, n, penalty_update); + } else if (reg_type == REGULARIZATION_L1) { + regularize_l1(w_i, n, penalty_update); + } + } + } + + } + + return true; +} + + +bool stochastic_gradient_descent_regularize_weights(sgd_trainer_t *self) { + return stochastic_gradient_descent_set_regularized_weights(self, NULL, NULL); +} + +double_matrix_t *stochastic_gradient_descent_get_weights(sgd_trainer_t *self) { + if (!stochastic_gradient_descent_regularize_weights(self)) { + log_info("stochastic_gradient_descent_regularize_weights returned false\n"); + return NULL; + } + + return self->theta; +} + +sparse_matrix_t *stochastic_gradient_descent_get_weights_sparse(sgd_trainer_t *self) { + if (!stochastic_gradient_descent_regularize_weights(self)) { + return NULL; + } + + return sparse_matrix_new_from_matrix(self->theta); +} + +void sgd_trainer_destroy(sgd_trainer_t *self) { + if (self == NULL) return; + + if (self->theta != NULL) { + double_matrix_destroy(self->theta); + } + + if (self->last_updated != NULL) { + uint32_array_destroy(self->last_updated); + } + + if (self->penalties != NULL) { + double_array_destroy(self->penalties); + } + + free(self); +} diff --git a/src/stochastic_gradient_descent.h b/src/stochastic_gradient_descent.h new file mode 100644 index 0000000..2bde976 --- /dev/null +++ b/src/stochastic_gradient_descent.h @@ -0,0 +1,48 @@ +/* +Stochastic gradient descent implementation + +Based on Bob Carpenter's Lazy Sparse Stochastic Gradient Descent for Regularized Mutlinomial Logistic Regression: +https://lingpipe.files.wordpress.com/2008/04/lazysgdregression.pdf + +Learning rate update based on Leon Bottou's Stochastic Gradient Descent Tricks: +http://leon.bottou.org/publications/pdf/tricks-2012.pdf + +Learning rate calculated as: +gamma_t = gamma_0(1 + gamma_0 * lambda * t)^-1 +*/ +#ifndef STOCHASTIC_GRADIENT_DESCENT_H +#define STOCHASTIC_GRADIENT_DESCENT_H + +#include +#include +#include + +#include "matrix.h" +#include "regularization.h" +#include "sparse_matrix.h" + +typedef struct sgd_trainer { + double_matrix_t *theta; + regularization_type_t reg_type; + double lambda; + double gamma_0; + bool fit_intercept; + uint32_t iterations; + uint32_array *last_updated; + double_array *penalties; +} sgd_trainer_t; + +sgd_trainer_t *sgd_trainer_new(size_t m, size_t n, bool fit_intercept, regularization_type_t reg_type, double lambda, double gamma_0); + +bool sgd_trainer_reset_params(sgd_trainer_t *self, double lambda, double gamma_0); +bool stochastic_gradient_descent_update(sgd_trainer_t *self, double_matrix_t *gradient, size_t batch_size); +bool stochastic_gradient_descent_update_sparse(sgd_trainer_t *self, double_matrix_t *gradient, uint32_array *update_indices, size_t batch_size); +double stochastic_gradient_descent_reg_cost(sgd_trainer_t *self, uint32_array *indices, size_t batch_size); +bool stochastic_gradient_descent_set_regularized_weights(sgd_trainer_t *self, double_matrix_t *w, uint32_array *indices); +bool stochastic_gradient_descent_regularize_weights(sgd_trainer_t *self); +double_matrix_t *stochastic_gradient_descent_get_weights(sgd_trainer_t *self); +sparse_matrix_t *stochastic_gradient_descent_get_weights_sparse(sgd_trainer_t *self); + +void sgd_trainer_destroy(sgd_trainer_t *self); + +#endif \ No newline at end of file diff --git a/src/string_similarity.c b/src/string_similarity.c new file mode 100644 index 0000000..4ee875a --- /dev/null +++ b/src/string_similarity.c @@ -0,0 +1,680 @@ +#include "string_similarity.h" +#include "string_utils.h" + +#include + +static affine_gap_edits_t NULL_AFFINE_GAP_EDITS = { + .num_matches = 0, + .num_mismatches = 0, + .num_transpositions = 0, + .num_gap_opens = 0, + .num_gap_extensions = 0 +}; + +typedef enum { + AFFINE_CHAR_MATCH, + AFFINE_CHAR_MISMATCH, + AFFINE_TRANSPOSITION, + AFFINE_GAP_OPEN, + AFFINE_GAP_EXTEND +} affine_gap_op; + +static inline bool space_or_equivalent(int32_t c) { + int cat = utf8proc_category(c); + return utf8_is_whitespace(c) || utf8_is_hyphen(c) || utf8_is_punctuation(cat); +} + +affine_gap_edits_t affine_gap_distance_unicode_costs(uint32_array *u1_array, uint32_array *u2_array, size_t start_gap_cost, size_t extend_gap_cost, size_t match_cost, size_t mismatch_cost, size_t transpose_cost) { + if (u1_array->n < u2_array->n) { + uint32_array *tmp_array = u1_array; + u1_array = u2_array; + u2_array = tmp_array; + } + + size_t m = u1_array->n; + size_t n = u2_array->n; + + uint32_t *u1 = u1_array->a; + uint32_t *u2 = u2_array->a; + + affine_gap_edits_t edits = NULL_AFFINE_GAP_EDITS; + + if (unicode_equals(u1_array, u2_array)) { + edits.num_matches = n; + return edits; + } + + size_t num_bytes = (m + 1) * sizeof(size_t); + + size_t *C = malloc(num_bytes); + if (C == NULL) { + return NULL_AFFINE_GAP_EDITS; + } + + size_t *D = malloc(num_bytes); + if (D == NULL) { + free(C); + return NULL_AFFINE_GAP_EDITS; + } + + affine_gap_edits_t *E = malloc((m + 1) * sizeof(affine_gap_edits_t)); + if (E == NULL) { + free(C); + free(D); + return NULL_AFFINE_GAP_EDITS; + } + + affine_gap_edits_t *ED = malloc((m + 1) * sizeof(affine_gap_edits_t)); + if (ED == NULL) { + free(C); + free(D); + free(E); + return NULL_AFFINE_GAP_EDITS; + } + + size_t e = 0, c = 0, s = 0; + + C[0] = 0; + E[0] = NULL_AFFINE_GAP_EDITS; + size_t t = start_gap_cost; + + affine_gap_edits_t base_edits = NULL_AFFINE_GAP_EDITS; + base_edits.num_gap_opens++; + + for (size_t j = 1; j < m + 1; j++) { + t += extend_gap_cost; + C[j] = t; + D[j] = t + start_gap_cost; + base_edits.num_gap_extensions++; + E[j] = base_edits; + ED[j] = base_edits; + } + + t = start_gap_cost; + base_edits = NULL_AFFINE_GAP_EDITS; + base_edits.num_gap_opens++; + + affine_gap_edits_t current_edits = NULL_AFFINE_GAP_EDITS; + affine_gap_edits_t prev_char_edits = NULL_AFFINE_GAP_EDITS; + affine_gap_edits_t prev_row_prev_char_edits = NULL_AFFINE_GAP_EDITS; + + bool in_gap = false; + + for (size_t i = 1; i < n + 1; i++) { + // s = CC[0] + s = C[0]; + uint32_t c2 = u2[i - 1]; + // CC[0] = c = t = t + h + t += extend_gap_cost; + c = t; + C[0] = c; + + prev_row_prev_char_edits = E[0]; + base_edits.num_gap_extensions++; + prev_char_edits = base_edits; + E[0] = prev_char_edits; + + // e = t + g + e = t + start_gap_cost; + + affine_gap_op op = AFFINE_GAP_OPEN; + + ssize_t match_at = -1; + + size_t min_at = 0; + size_t min_cost = SIZE_MAX; + + for (size_t j = 1; j < m + 1; j++) { + // insertion + // e = min(e, c + g) + h + size_t min = e; + uint32_t c1 = u1[j - 1]; + + affine_gap_op insert_op = AFFINE_GAP_OPEN; + + if ((c + start_gap_cost) < min) { + min = c + start_gap_cost; + insert_op = AFFINE_GAP_OPEN; + } else { + insert_op = AFFINE_GAP_EXTEND; + } + + e = min + extend_gap_cost; + + // deletion + // DD[j] = min(DD[j], CC[j] + g) + h + + affine_gap_op delete_op = AFFINE_GAP_OPEN; + + min = D[j]; + affine_gap_edits_t delete_edits = ED[j]; + affine_gap_edits_t delete_edits_stored = delete_edits; + delete_op = AFFINE_GAP_OPEN; + if (C[j] + start_gap_cost < min) { + min = C[j] + start_gap_cost; + + delete_edits = delete_edits_stored = E[j]; + delete_edits_stored.num_gap_opens++; + } + + D[j] = min + extend_gap_cost; + delete_edits_stored.num_gap_extensions++; + ED[j] = delete_edits_stored; + + // Cost + // c = min(DD[j], e, s + w(a, b)) + + affine_gap_op current_op = delete_op; + + + min = D[j]; + + // Delete transition + current_edits = delete_edits; + + if (e < min) { + min = e; + // Insert transition + current_op = insert_op; + current_edits = prev_char_edits; + } + + bool both_separators = space_or_equivalent((int32_t)c1) && space_or_equivalent((int32_t)c2); + + bool is_transpose = false; + size_t w = c1 != c2 && !both_separators ? mismatch_cost : match_cost; + + if (c1 != c2 && utf8_is_letter(utf8proc_category(c2)) && utf8_is_letter(utf8proc_category(c1)) && j < m && c2 == u1[j] && i < n && c1 == u2[i]) { + w = transpose_cost; + is_transpose = true; + } + + if (s + w < min) { + min = s + w; + + // Match/mismatch/transpose transition + current_edits = prev_row_prev_char_edits; + + if ((c1 == c2 || both_separators) && !is_transpose) { + current_op = AFFINE_CHAR_MATCH; + } else if (!is_transpose) { + current_op = AFFINE_CHAR_MISMATCH; + } else if (is_transpose) { + current_op = AFFINE_TRANSPOSITION; + } + } + + if (current_op == AFFINE_CHAR_MATCH) { + current_edits.num_matches++; + } else if (current_op == AFFINE_CHAR_MISMATCH) { + current_edits.num_mismatches++; + } else if (current_op == AFFINE_GAP_EXTEND) { + current_edits.num_gap_extensions++; + } else if (current_op == AFFINE_GAP_OPEN) { + current_edits.num_gap_opens++; + current_edits.num_gap_extensions++; + } else if (current_op == AFFINE_TRANSPOSITION) { + current_edits.num_transpositions++; + } + + if (min < min_cost) { + op = current_op; + min_cost = min; + min_at = j; + } + + c = min; + s = C[j]; + C[j] = c; + + prev_char_edits = current_edits; + prev_row_prev_char_edits = E[j]; + E[j] = prev_char_edits; + + // In the case of a transposition, duplicate costs for next character and advance by 2 + if (current_op == AFFINE_TRANSPOSITION) { + E[j + 1] = E[j]; + C[j + 1] = C[j]; + j++; + } + } + + if (op == AFFINE_TRANSPOSITION) { + i++; + } + + } + + edits = E[m]; + free(C); + free(D); + free(E); + free(ED); + + return edits; + +} + +affine_gap_edits_t affine_gap_distance_unicode(uint32_array *u1_array, uint32_array *u2_array) { + return affine_gap_distance_unicode_costs(u1_array, u2_array, DEFAULT_AFFINE_GAP_OPEN_COST, DEFAULT_AFFINE_GAP_EXTEND_COST, DEFAULT_AFFINE_GAP_MATCH_COST, DEFAULT_AFFINE_GAP_MISMATCH_COST, DEFAULT_AFFINE_GAP_TRANSPOSE_COST); +} + +affine_gap_edits_t affine_gap_distance_costs(const char *s1, const char *s2, size_t start_gap_cost, size_t extend_gap_cost, size_t match_cost, size_t mismatch_cost, size_t transpose_cost) { + if (s1 == NULL || s2 == NULL) return NULL_AFFINE_GAP_EDITS; + + uint32_array *u1_array = unicode_codepoints(s1); + if (u1_array == NULL) return NULL_AFFINE_GAP_EDITS; + + uint32_array *u2_array = unicode_codepoints(s2); + + if (u2_array == NULL) { + uint32_array_destroy(u1_array); + return NULL_AFFINE_GAP_EDITS; + } + + affine_gap_edits_t edits = affine_gap_distance_unicode_costs(u1_array, u2_array, start_gap_cost, extend_gap_cost, match_cost, mismatch_cost, transpose_cost); + + uint32_array_destroy(u1_array); + uint32_array_destroy(u2_array); + + return edits; +} + + +affine_gap_edits_t affine_gap_distance(const char *s1, const char *s2) { + return affine_gap_distance_costs(s1, s2, DEFAULT_AFFINE_GAP_OPEN_COST, DEFAULT_AFFINE_GAP_EXTEND_COST, DEFAULT_AFFINE_GAP_MATCH_COST, DEFAULT_AFFINE_GAP_MISMATCH_COST, DEFAULT_AFFINE_GAP_TRANSPOSE_COST); +} + + +bool possible_abbreviation_unicode_with_edits(uint32_array *u1_array, uint32_array *u2_array, affine_gap_edits_t edits) { + size_t len1 = u1_array->n; + size_t len2 = u2_array->n; + if (len1 == 0 || len2 == 0) return false; + + size_t min_len = len1 < len2 ? len1 : len2; + + return edits.num_matches == min_len && u1_array->a[0] == u2_array->a[0]; +} + +inline bool possible_abbreviation_unicode(uint32_array *u1_array, uint32_array *u2_array) { + affine_gap_edits_t edits = affine_gap_distance_unicode(u1_array, u2_array); + + ssize_t prefix_len = unicode_common_prefix(u1_array, u2_array); + + return prefix_len > 0 && possible_abbreviation_unicode_with_edits(u1_array, u2_array, edits); +} + + +bool possible_abbreviation_unicode_strict(uint32_array *u1_array, uint32_array *u2_array) { + size_t len1 = u1_array->n; + size_t len2 = u2_array->n; + if (len1 == 0 || len2 == 0) return false; + + size_t min_len = len1 < len2 ? len1 : len2; + + ssize_t prefix_len = unicode_common_prefix(u1_array, u2_array); + if (prefix_len == min_len) return true; + ssize_t suffix_len = unicode_common_suffix(u1_array, u2_array); + return suffix_len > 0 && prefix_len > 0 && possible_abbreviation_unicode(u1_array, u2_array); +} + +static bool possible_abbreviation_options(const char *s1, const char *s2, bool strict) { + if (s1 == NULL || s2 == NULL) return false; + + uint32_array *u1_array = unicode_codepoints(s1); + if (u1_array == NULL) return false; + + uint32_array *u2_array = unicode_codepoints(s2); + + if (u2_array == NULL) { + uint32_array_destroy(u1_array); + return false; + } + + bool abbrev = false; + if (!strict) { + abbrev = possible_abbreviation_unicode(u1_array, u2_array); + } else { + abbrev = possible_abbreviation_unicode_strict(u1_array, u2_array); + } + + uint32_array_destroy(u1_array); + uint32_array_destroy(u2_array); + + return abbrev; +} + +inline bool possible_abbreviation(const char *s1, const char *s2) { + return possible_abbreviation_options(s1, s2, false); +} + +inline bool possible_abbreviation_strict(const char *s1, const char *s2) { + return possible_abbreviation_options(s1, s2, true); +} + + +ssize_t damerau_levenshtein_distance_unicode(uint32_array *u1_array, uint32_array *u2_array, size_t replace_cost) { + size_t len1 = u1_array->n; + size_t len2 = u2_array->n; + + uint32_t *u1 = u1_array->a; + uint32_t *u2 = u2_array->a; + + size_t num_bytes = (len1 + 1) * sizeof(size_t); + + size_t *column = malloc(num_bytes); + if (column == NULL) { + return -1.0; + } + + for (size_t y = 1; y <= len1; y++) { + column[y] = y; + } + + size_t transpose_diag = 0; + size_t last_diag = 0; + + for (size_t x = 1; x <= len2; x++) { + column[0] = x; + last_diag = x - 1; + + for (size_t y = 1; y <= len1; y++) { + size_t old_diag = column[y]; + size_t cost = (u1[y - 1] == u2[x - 1] ? 0 : 1); + + size_t v1 = column[y] + 1; + size_t v2 = column[y - 1] + 1; + size_t v3 = last_diag + cost; + + size_t min = v1; + if (v2 < min) min = v2; + if (v3 < min) min = v3; + + if (x > 1 && y > 1 && u1[y - 1] == u2[x - 2] && u1[y - 2] == u2[x - 1]) { + size_t v4 = transpose_diag; + if (v4 < min) min = v4; + } + + column[y] = min; + + last_diag = old_diag; + transpose_diag = last_diag; + } + } + + size_t dist = column[len1]; + free(column); + return (ssize_t)dist; +} + +ssize_t damerau_levenshtein_distance_replace_cost(const char *s1, const char *s2, size_t replace_cost) { + if (s1 == NULL || s2 == NULL) return -1; + + uint32_array *u1_array = unicode_codepoints(s1); + if (u1_array == NULL) return -1.0; + + uint32_array *u2_array = unicode_codepoints(s2); + + if (u2_array == NULL) { + uint32_array_destroy(u1_array); + return -1.0; + } + + ssize_t lev = damerau_levenshtein_distance_unicode(u1_array, u2_array, replace_cost); + + uint32_array_destroy(u1_array); + uint32_array_destroy(u2_array); + return lev; +} + +ssize_t damerau_levenshtein_distance(const char *s1, const char *s2) { + return damerau_levenshtein_distance_replace_cost(s1, s2, 0); +} + +double jaro_distance_unicode(uint32_array *u1_array, uint32_array *u2_array) { + if (u1_array == NULL || u2_array == NULL) return -1.0; + + size_t len1 = u1_array->n; + size_t len2 = u2_array->n; + // If both strings are zero-length, return 1. If only one is, return 0 + if (len1 == 0) return len2 == 0 ? 1.0 : 0.0; + + size_t max_len = len1 > len2 ? len1 : len2; + size_t match_distance = (max_len / 2) - 1; + + uint8_t *u1_matches = calloc(len1, sizeof(uint8_t)); + uint8_t *u2_matches = calloc(len2, sizeof(uint8_t)); + + uint32_t *u1 = u1_array->a; + uint32_t *u2 = u2_array->a; + + double matches = 0.0; + double transpositions = 0.0; + + size_t i = 0; + + // count matches + for (size_t i = 0; i < len1; i++) { + // start and end take into account the match distance + size_t start = i > match_distance ? i - match_distance : 0; + size_t end = (i + match_distance + 1) < len2 ? i + match_distance + 1 : len2; + + for (size_t k = start; k < end; k++) { + // already a match at k + if (u2_matches[k]) continue; + // codepoints not equal + if (u1[i] != u2[k]) continue; + // otherwise record a match on both sides and increment counter + u1_matches[i] = true; + u2_matches[k] = true; + matches++; + break; + } + } + + if (matches == 0) { + free(u1_matches); + free(u2_matches); + return 0.0; + } + + + // count transpositions + size_t k = 0; + for (size_t i = 0; i < len1; i++) { + // wait for a match in u1 + if (!u1_matches[i]) continue; + // get the next matched character in u2 + while (!u2_matches[k]) k++; + // it's a transposition + if (u1[i] != u2[k]) transpositions++; + k++; + } + + // transpositions double-count transposed characters, so divide by 2 + transpositions /= 2.0; + + free(u1_matches); + free(u2_matches); + + // Jaro distance + return ((matches / len1) + + (matches / len2) + + ((matches - transpositions) / matches)) / 3.0; +} + +double jaro_distance(const char *s1, const char *s2) { + if (s1 == NULL || s2 == NULL) { + return -1.0; + } + + uint32_array *u1_array = unicode_codepoints(s1); + if (u1_array == NULL) return -1.0; + + uint32_array *u2_array = unicode_codepoints(s2); + + if (u2_array == NULL) { + uint32_array_destroy(u1_array); + return -1.0; + } + + double jaro = jaro_distance_unicode(u1_array, u2_array); + uint32_array_destroy(u1_array); + uint32_array_destroy(u2_array); + return jaro; +} + +#define MAX_JARO_WINKLER_PREFIX 4 + +double jaro_winkler_distance_unicode_prefix_threshold(uint32_array *u1_array, uint32_array *u2_array, double prefix_scale, double bonus_threshold) { + double jaro = jaro_distance_unicode(u1_array, u2_array); + + double j; + + size_t len1 = u1_array->n; + size_t len2 = u2_array->n; + + uint32_t *u1 = u1_array->a; + uint32_t *u2 = u2_array->a; + + size_t m = len1 < len2 ? len1 : len2; + + size_t shared_prefix = 0; + for (size_t i = 0; i < m; i++) { + if (u1[i] != u2[i]) break; + shared_prefix++; + if (shared_prefix > MAX_JARO_WINKLER_PREFIX) { + shared_prefix = MAX_JARO_WINKLER_PREFIX; + break; + } + } + + double jaro_winkler = jaro; + + if (jaro >= bonus_threshold) { + jaro_winkler += (1.0 - jaro) * shared_prefix * prefix_scale; + } + + return jaro_winkler > 1.0 ? 1.0 : jaro_winkler; +} + +double jaro_winkler_distance_prefix_threshold(const char *s1, const char *s2, double prefix_scale, double bonus_threshold) { + if (s1 == NULL || s2 == NULL) { + return -1.0; + } + + uint32_array *u1_array = unicode_codepoints(s1); + if (u1_array == NULL) return -1.0; + + uint32_array *u2_array = unicode_codepoints(s2); + + if (u2_array == NULL) { + uint32_array_destroy(u1_array); + return -1.0; + } + + double jaro_winkler = jaro_winkler_distance_unicode_prefix_threshold(u1_array, u2_array, prefix_scale, bonus_threshold); + + uint32_array_destroy(u1_array); + uint32_array_destroy(u2_array); + + return jaro_winkler; +} + +inline double jaro_winkler_distance(const char *s1, const char *s2) { + return jaro_winkler_distance_prefix_threshold(s1, s2, DEFAULT_JARO_WINKLER_PREFIX_SCALE, DEFAULT_JARO_WINKLER_BONUS_THRESHOLD); +} + +inline double jaro_winkler_distance_unicode(uint32_array *u1_array, uint32_array *u2_array) { + return jaro_winkler_distance_unicode_prefix_threshold(u1_array, u2_array, DEFAULT_JARO_WINKLER_PREFIX_SCALE, DEFAULT_JARO_WINKLER_BONUS_THRESHOLD); +} + +phrase_array *multi_word_token_alignments(const char *s1, token_array *tokens1, const char *s2, token_array *tokens2) { + if (s1 == NULL || tokens1 == NULL || s2 == NULL || tokens2 == NULL) { + return NULL; + } + + size_t len1 = tokens1->n; + size_t len2 = tokens2->n; + if (len1 == 0 || len2 == 0 || len1 == len2) return NULL; + + if (len1 > len2) { + const char *tmp_s = s1; + s1 = s2; + s2 = tmp_s; + + token_array *tmp_t = tokens1; + tokens1 = tokens2; + tokens2 = tmp_t; + + size_t tmp_l = len1; + len1 = len2; + len2 = tmp_l; + } + + phrase_array *alignments = NULL; + + token_t *t1 = tokens1->a; + token_t *t2 = tokens2->a; + + ssize_t phrase_start = -1; + ssize_t phrase_token_pos = -1; + + uint8_t *ptr1 = (uint8_t *)s1; + uint8_t *ptr2 = (uint8_t *)s2; + + int32_t c1; + ssize_t c1_len; + + for (size_t i = 0; i < len1; i++) { + token_t ti = t1[i]; + + c1_len = utf8proc_iterate(ptr1 + ti.offset, ti.len, &c1); + if (c1_len <= 0 || c1 == 0) { + break; + } + + if (!(is_word_token(ti.type) || is_numeric_token(ti.type)) || is_ideographic(ti.type)) { + phrase_token_pos = -1; + continue; + } + + size_t ti_pos = 0; + + for (size_t j = 0; j < len2; j++) { + token_t tj = t2[j]; + + if (utf8_compare_len_case_insensitive(ptr1 + ti.offset + ti_pos, ptr2 + tj.offset, tj.len) == 0) { + ti_pos += tj.len; + if (phrase_start < 0) { + phrase_start = j; + phrase_token_pos = 0; + } + phrase_token_pos++; + } else { + phrase_token_pos = -1; + phrase_start = -1; + ti_pos = 0; + continue; + } + + if (ti_pos == ti.len && j - phrase_start > 0) { + phrase_t phrase = (phrase_t){phrase_start, j - phrase_start + 1, i}; + // got alignment + if (alignments == NULL) { + alignments = phrase_array_new(); + } + + phrase_array_push(alignments, phrase); + + ti_pos = 0; + phrase_token_pos = -1; + phrase_start = -1; + } + } + + } + + return alignments; +} + diff --git a/src/string_similarity.h b/src/string_similarity.h new file mode 100644 index 0000000..37c00b6 --- /dev/null +++ b/src/string_similarity.h @@ -0,0 +1,49 @@ +#ifndef STRING_SIMILARITY_H +#define STRING_SIMILARITY_H + +#include +#include + +#include "collections.h" +#include "trie_search.h" + +#define DEFAULT_AFFINE_GAP_OPEN_COST 3 +#define DEFAULT_AFFINE_GAP_EXTEND_COST 2 +#define DEFAULT_AFFINE_GAP_MATCH_COST 0 +#define DEFAULT_AFFINE_GAP_MISMATCH_COST 6 +#define DEFAULT_AFFINE_GAP_TRANSPOSE_COST 4 + +typedef struct affine_gap_edits { + size_t num_matches; + size_t num_mismatches; + size_t num_transpositions; + size_t num_gap_opens; + size_t num_gap_extensions; +} affine_gap_edits_t; + +affine_gap_edits_t affine_gap_distance(const char *s1, const char *s2); +affine_gap_edits_t affine_gap_distance_unicode(uint32_array *u1_array, uint32_array *u2_array); + +bool possible_abbreviation(const char *s1, const char *s2); +bool possible_abbreviation_strict(const char *s1, const char *s2); +bool possible_abbreviation_unicode(uint32_array *u1_array, uint32_array *u2_array); +bool possible_abbreviation_unicode_strict(uint32_array *u1_array, uint32_array *u2_array); +bool possible_abbreviation_unicode_with_edits(uint32_array *u1_array, uint32_array *u2_array, affine_gap_edits_t edits); + +ssize_t damerau_levenshtein_distance(const char *s1, const char *s2); +ssize_t damerau_levenshtein_distance_unicode(uint32_array *u1_array, uint32_array *u2_array, size_t replace_cost); +ssize_t damerau_levenshtein_distance_replace_cost(const char *s1, const char *s2, size_t replace_cost); + +#define DEFAULT_JARO_WINKLER_PREFIX_SCALE 0.1 +#define DEFAULT_JARO_WINKLER_BONUS_THRESHOLD 0.7 + +double jaro_distance(const char *s1, const char *s2); +double jaro_distance_unicode(uint32_array *u1_array, uint32_array *u2_array); +double jaro_winkler_distance_prefix_threshold(const char *s1, const char *s2, double prefix_scale, double bonus_threshold); +double jaro_winkler_distance_unicode_prefix_threshold(uint32_array *u1_array, uint32_array *u2_array, double prefix_scale, double bonus_threshold); +double jaro_winkler_distance(const char *s1, const char *s2); +double jaro_winkler_distance_unicode(uint32_array *u1_array, uint32_array *u2_array); + +phrase_array *multi_word_token_alignments(const char *s1, token_array *tokens1, const char *s2, token_array *tokens2); + +#endif diff --git a/src/string_utils.c b/src/string_utils.c new file mode 100644 index 0000000..08e3118 --- /dev/null +++ b/src/string_utils.c @@ -0,0 +1,1513 @@ +#include +#include "log/log.h" +#include "string_utils.h" +#include "strndup.h" + +#define INVALID_INDEX(i, n) ((i) < 0 || (i) >= (n)) + +int string_compare_case_insensitive(const char *str1, const char *str2) { + int c1, c2; + + do { + c1 = tolower(*str1++); + c2 = tolower(*str2++); + } while (c1 == c2 && c1 != 0); + + return c1 - c2; +} + +int string_compare_len_case_insensitive(const char *str1, const char *str2, size_t len) { + register unsigned char *s1 = (unsigned char *) str1; + register unsigned char *s2 = (unsigned char *) str2; + + unsigned char c1, c2; + + if (len == 0) return 0; + + do { + c1 = *s1++; + c2 = *s2++; + if (!c1 || !c2) + break; + if (c1 == c2) + continue; + c1 = tolower(c1); + c2 = tolower(c2); + if (c1 != c2) + break; + } while (--len); + + return (int)c1 - (int)c2; + +} + +inline size_t string_common_prefix(const char *str1, const char *str2) { + size_t common_prefix; + for (common_prefix = 0; *str1 && *str2 && *str1 == *str2; str1++, str2++) + common_prefix++; + return common_prefix; +} + +inline size_t string_common_suffix(const char *str1, const char *str2) { + size_t common_suffix = 0; + size_t str1_len = strlen(str1); + size_t str2_len = strlen(str2); + size_t min_len = (str1_len < str2_len) ? str1_len : str2_len; + for (int i=1; i <= min_len && str1[str1_len-i] == str2[str2_len-i]; i++) + common_suffix++; + return common_suffix; +} + +inline bool string_starts_with(const char *str, const char *start) { + for (; *start; str++, start++) + if (*str != *start) + return false; + return true; +} + +inline bool string_ends_with(const char *str, const char *ending) { + size_t end_len = strlen(ending); + size_t str_len = strlen(str); + + return str_len < end_len ? false : !strcmp(str + str_len - end_len, ending); +} + +inline bool string_equals(const char *s1, const char *s2) { + if (s1 == NULL || s2 == NULL) return false; + return strcmp(s1, s2) == 0; +} + +inline void string_upper(char *s) { + for (; *s; ++s) *s = toupper(*s); +} + +inline char *string_replace_char(char *str, char c1, char c2) { + char *repl = strdup(str); + if (repl == NULL) return NULL; + char *ptr = repl; + for (; *ptr; ++ptr) { + if (*ptr == c1) *ptr = c2; + } + return repl; +} + +bool string_replace_with_array(char *str, char *replace, char *with, char_array *result) { + if (str == NULL) return false; + if (result == NULL) return false; + + if (replace == NULL) { + replace = ""; + } + + size_t len_replace = strlen(replace); + if (len_replace == 0) { + return true; + } + + if (with == NULL) { + with = ""; + } + + size_t len_with = strlen(with); + + char *temp; + char *start = str; + + for (size_t count = 0; (temp = strstr(start, replace)); count++) { + char_array_cat_len(result, start, temp - start); + char_array_cat_len(result, with, len_with); + start = temp + len_replace; + } + + char_array_cat(result, start); + + return true; +} + +char *string_replace(char *str, char *replace, char *with) { + if (str == NULL) return NULL; + + char_array *array = char_array_new_size(strlen(str)); + if (!string_replace_with_array(str, replace, with, array)) { + char_array_destroy(array); + return NULL; + } + return char_array_to_string(array); +} + + +inline bool string_is_upper(char *s) { + for (; *s; ++s) { + if (*s != toupper(*s)) return false; + } + return true; +} + +inline void string_lower(char *s) { + for (; *s; ++s) *s = tolower(*s); +} + +inline bool string_is_lower(char *s) { + for (; *s; ++s) { + if (*s != tolower(*s)) return false; + } + return true; +} + +uint32_t string_translate(char *str, size_t len, char *word_chars, char *word_repls, size_t trans_len) { + uint32_t num_replacements = 0; + + for (int i = 0; i < len; i++) { + for (int j = 0; j < trans_len; j++) { + if (str[i] == word_chars[j]) { + str[i] = word_repls[j]; + num_replacements++; + break; + } + } + } + return num_replacements; +} + +ssize_t utf8proc_iterate_reversed(const uint8_t *str, ssize_t start, int32_t *dst) { + ssize_t len = 0; + + const uint8_t *ptr = str + start; + + *dst = -1; + + do { + if (ptr <= str) return 0; + ptr--; len++; + } while ((*ptr & 0xC0) == 0x80); + + int32_t ch = 0; + + ssize_t ret_len = utf8proc_iterate(ptr, len, &ch); + *dst = ch; + return ret_len; +} + +char *utf8_reversed_string(const char *s) { + int32_t unich; + ssize_t len, remaining; + + size_t slen = strlen(s); + + char *out = malloc(slen + 1); + + uint8_t *ptr = (uint8_t *)s; + char *rev_ptr = out + slen; + + while(1) { + len = utf8proc_iterate(ptr, -1, &unich); + remaining = len; + if (len <= 0 || unich == 0) break; + if (!(utf8proc_codepoint_valid(unich))) goto error_free_output; + + rev_ptr -= len; + memcpy(rev_ptr, (char *)ptr, len); + + ptr += len; + + } + + out[slen] = '\0'; + return out; + +error_free_output: + free(out); + return NULL; +} + +typedef enum casing_option { + UTF8_LOWER, + UTF8_UPPER +} casing_option_t; + +char *utf8_case(const char *s, casing_option_t casing, utf8proc_option_t options) { + ssize_t len = (ssize_t)strlen(s); + utf8proc_uint8_t *str = (utf8proc_uint8_t *)s; + + utf8proc_ssize_t result; + result = utf8proc_decompose(str, len, NULL, 0, options); + + if (result < 0) return NULL; + utf8proc_int32_t *buffer = (utf8proc_int32_t *) malloc(result * sizeof(utf8proc_int32_t) + 1); + if (buffer == NULL) return NULL; + + result = utf8proc_decompose(str, len, buffer, result, options); + if (result < 0) { + free(buffer); + return NULL; + } + + for (utf8proc_ssize_t i = 0; i < result; i++) { + utf8proc_int32_t uc = buffer[i]; + utf8proc_int32_t norm = uc; + + if (casing == UTF8_LOWER) { + norm = utf8proc_tolower(uc); + } else if (casing == UTF8_UPPER) { + norm = utf8proc_toupper(uc); + } + buffer[i] = norm; + } + + result = utf8proc_reencode(buffer, result, options); + if (result < 0) { + free(buffer); + return NULL; + } + + utf8proc_int32_t *newptr = (utf8proc_int32_t *) realloc(buffer, (size_t)result+1); + if (newptr != NULL) { + buffer = newptr; + } else { + free(buffer); + return NULL; + } + + return (char *)buffer; +} + +inline char *utf8_lower_options(const char *s, utf8proc_option_t options) { + return utf8_case(s, UTF8_LOWER, options); +} + +inline char *utf8_lower(const char *s) { + return utf8_case(s, UTF8_LOWER, UTF8PROC_OPTIONS_NFC); +} + +inline char *utf8_upper_options(const char *s, utf8proc_option_t options) { + return utf8_case(s, UTF8_UPPER, options); +} + +inline char *utf8_upper(const char *s) { + return utf8_case(s, UTF8_UPPER, UTF8PROC_OPTIONS_NFC); +} + + +inline bool utf8_is_letter(int cat) { + return cat == UTF8PROC_CATEGORY_LL || cat == UTF8PROC_CATEGORY_LU \ + || cat == UTF8PROC_CATEGORY_LT || cat == UTF8PROC_CATEGORY_LO \ + || cat == UTF8PROC_CATEGORY_LM; +} + +inline bool utf8_is_digit(int cat) { + return cat == UTF8PROC_CATEGORY_ND; +} + +inline bool utf8_is_number(int cat) { + return cat == UTF8PROC_CATEGORY_ND || cat == UTF8PROC_CATEGORY_NL || cat == UTF8PROC_CATEGORY_NO; +} + +inline bool utf8_is_letter_or_number(int cat) { + return cat == UTF8PROC_CATEGORY_LL || cat == UTF8PROC_CATEGORY_LU \ + || cat == UTF8PROC_CATEGORY_LT || cat == UTF8PROC_CATEGORY_LO \ + || cat == UTF8PROC_CATEGORY_LM || cat == UTF8PROC_CATEGORY_ND \ + || cat == UTF8PROC_CATEGORY_NL || cat == UTF8PROC_CATEGORY_NO; +} + +inline bool utf8_is_hyphen(int32_t ch) { + int cat = utf8proc_category(ch); + return cat == UTF8PROC_CATEGORY_PD || ch == 0x2212; +} + +#define PERIOD_CODEPOINT 46 + +inline bool utf8_is_period(int32_t codepoint) { + return codepoint == PERIOD_CODEPOINT; +} + +inline bool utf8_is_punctuation(int cat) { + return cat == UTF8PROC_CATEGORY_PD || cat == UTF8PROC_CATEGORY_PE \ + || cat == UTF8PROC_CATEGORY_PF || cat == UTF8PROC_CATEGORY_PI \ + || cat == UTF8PROC_CATEGORY_PO || cat == UTF8PROC_CATEGORY_PS; +} + +inline bool utf8_is_symbol(int cat) { + return cat == UTF8PROC_CATEGORY_SK || cat == UTF8PROC_CATEGORY_SC \ + || cat == UTF8PROC_CATEGORY_SM || cat == UTF8PROC_CATEGORY_SO; +} + +inline bool utf8_is_separator(int cat) { + return cat == UTF8PROC_CATEGORY_ZS || cat == UTF8PROC_CATEGORY_ZL || cat == UTF8PROC_CATEGORY_ZP; +} + +inline bool utf8_is_whitespace(int32_t ch) { + int cat = utf8proc_category(ch); + return utf8_is_separator(cat) || + ch == 9 || // character tabulation + ch == 10 || // line feed + ch == 11 || // line tabulation + ch == 12 || // form feed + ch == 13 || // carriage return + ch == 133 // next line + ; +} + + +ssize_t utf8_len(const char *str, size_t len) { + if (str == NULL) return -1; + if (len == 0) return 0; + + int32_t ch = 0; + ssize_t num_utf8_chars = 0; + ssize_t char_len; + + uint8_t *ptr = (uint8_t *)str; + + size_t remaining = len; + + while (1) { + char_len = utf8proc_iterate(ptr, -1, &ch); + if (char_len <= 0) break; + + if (ch == 0) break; + remaining -= char_len; + if (remaining == 0) break; + + ptr += char_len; + num_utf8_chars++; + } + + return num_utf8_chars; +} + +uint32_array *unicode_codepoints(const char *str) { + if (str == NULL) return NULL; + + uint32_array *a = uint32_array_new(); + + int32_t ch = 0; + ssize_t num_utf8_chars = 0; + ssize_t char_len; + + uint8_t *ptr = (uint8_t *)str; + + while (1) { + char_len = utf8proc_iterate(ptr, -1, &ch); + if (char_len <= 0) break; + + if (ch == 0) break; + + uint32_array_push(a, (uint32_t)ch); + ptr += char_len; + } + + return a; +} + +bool unicode_equals(uint32_array *u1_array, uint32_array *u2_array) { + size_t len1 = u1_array->n; + size_t len2 = u2_array->n; + if (len1 != len2) return false; + + uint32_t *u1 = u1_array->a; + uint32_t *u2 = u2_array->a; + for (size_t i = 0; i < len1; i++) { + if (u1[i] != u2[i]) return false; + } + return true; +} + +size_t unicode_common_prefix(uint32_array *u1_array, uint32_array *u2_array) { + size_t len1 = u1_array->n; + size_t len2 = u2_array->n; + + size_t min_len = len1 <= len2 ? len1 : len2; + + uint32_t *u1 = u1_array->a; + uint32_t *u2 = u2_array->a; + size_t common_prefix = 0; + + for (size_t i = 0; i < min_len; i++) { + if (u1[i] == u2[i]) { + common_prefix++; + } else { + break; + } + } + return common_prefix; +} + +size_t unicode_common_suffix(uint32_array *u1_array, uint32_array *u2_array) { + size_t len1 = u1_array->n; + size_t len2 = u2_array->n; + + size_t min_len = len1 <= len2 ? len1 : len2; + + uint32_t *u1 = u1_array->a; + uint32_t *u2 = u2_array->a; + size_t common_suffix = 0; + + for (size_t i = 0; i < min_len; i++) { + if (u1[len1 - i - 1] == u2[len2 - i - 1]) { + common_suffix++; + } else { + break; + } + } + return common_suffix; +} + + + + +int utf8_compare_len_option(const char *str1, const char *str2, size_t len, bool case_insensitive) { + if (len == 0) return 0; + + int32_t c1, c2; + ssize_t len1, len2; + + uint8_t *ptr1 = (uint8_t *)str1; + uint8_t *ptr2 = (uint8_t *)str2; + + size_t remaining = len; + + while (1) { + len1 = utf8proc_iterate(ptr1, -1, &c1); + len2 = utf8proc_iterate(ptr2, -1, &c2); + + if (c1 == 0 || c2 == 0) break; + + if (c1 == c2 || (case_insensitive && utf8proc_tolower(c1) == utf8proc_tolower(c2))) { + ptr1 += len1; + ptr2 += len2; + remaining -= len1; + } else { + break; + } + + if (remaining == 0) break; + + } + + return (int) c1 - c2; +} + +inline int utf8_compare_len(const char *str1, const char *str2, size_t len) { + return utf8_compare_len_option(str1, str2, len, false); +} + +inline int utf8_compare(const char *str1, const char *str2) { + size_t len1 = strlen(str1); + size_t len2 = strlen(str2); + size_t max_len = len1 >= len2 ? len1 : len2; + return utf8_compare_len_option(str1, str2, max_len, false); +} + +inline int utf8_compare_len_case_insensitive(const char *str1, const char *str2, size_t len) { + return utf8_compare_len_option(str1, str2, len, true); +} + +inline int utf8_compare_case_insensitive(const char *str1, const char *str2, size_t len) { + size_t len1 = strlen(str1); + size_t len2 = strlen(str2); + size_t max_len = len1 >= len2 ? len1 : len2; + return utf8_compare_len_option(str1, str2, max_len, true); +} + + +size_t utf8_common_prefix_len(const char *str1, const char *str2, size_t len) { + size_t common_prefix = 0; + + if (len == 0) return common_prefix; + + int32_t c1 = 0; + int32_t c2 = 0; + + size_t remaining = len; + + ssize_t len1, len2; + + uint8_t *ptr1 = (uint8_t *)str1; + uint8_t *ptr2 = (uint8_t *)str2; + + while (1) { + len1 = utf8proc_iterate(ptr1, -1, &c1); + len2 = utf8proc_iterate(ptr2, -1, &c2); + + if (len1 <= 0 || len2 <= 0 || c1 <= 0 || c2 <= 0) break; + + if (c1 == c2) { + ptr1 += len1; + ptr2 += len2; + common_prefix += len1; + if (common_prefix >= len) { + return common_prefix; + } + } else { + break; + } + } + + return common_prefix; +} + +size_t utf8_common_prefix(const char *str1, const char *str2) { + size_t len1 = strlen(str1); + size_t len2 = strlen(str2); + + size_t len = len1 <= len2 ? len1 : len2; + + return utf8_common_prefix_len(str1, str2, len); +} + + +size_t utf8_common_prefix_len_ignore_separators(const char *str1, const char *str2, size_t len) { + if (len == 0) return 0; + + int32_t c1 = -1, c2 = -1; + ssize_t len1, len2; + + uint8_t *ptr1 = (uint8_t *)str1; + uint8_t *ptr2 = (uint8_t *)str2; + + size_t remaining = len; + + size_t match_len = 0; + + bool one_char_match = false; + + while (1) { + len1 = utf8proc_iterate(ptr1, -1, &c1); + len2 = utf8proc_iterate(ptr2, -1, &c2); + + /* Note: utf8 comparison can handle a non-valid UTF-8 sequence e.g. for trie + ** suffix comparison where we may be in the middle of a multi-byte character + **/ + if (len1 < 0 && len2 < 0 && *ptr1 == *ptr2) { + ptr1++; + ptr2++; + remaining--; + match_len++; + one_char_match = true; + if (remaining == 0) break; + continue; + } + + if (c1 == 0 || c2 == 0) break; + + if (c1 == c2) { + ptr1 += len1; + ptr2 += len2; + remaining -= len1; + match_len += len1; + one_char_match = true; + } else if (utf8_is_hyphen(c1) || utf8_is_separator(utf8proc_category(c1))) { + ptr1 += len1; + match_len += len1; + if (utf8_is_hyphen(c2) || utf8_is_separator(utf8proc_category(c2))) { + ptr2 += len2; + remaining -= len2; + } + } else if (utf8_is_hyphen(c2) || utf8_is_separator(utf8proc_category(c2))) { + ptr2 += len2; + remaining -= len2; + } else { + break; + } + + if (remaining == 0) break; + + } + + return one_char_match ? match_len : 0; + +} + +inline size_t utf8_common_prefix_ignore_separators(const char *str1, const char *str2) { + return utf8_common_prefix_len_ignore_separators(str1, str2, strlen(str2)); +} + +bool utf8_equal_ignore_separators_len(const char *str1, const char *str2, size_t len) { + if (len == 0) return false; + + int32_t c1 = -1, c2 = -1; + ssize_t len1, len2; + + uint8_t *ptr1 = (uint8_t *)str1; + uint8_t *ptr2 = (uint8_t *)str2; + + size_t remaining = len; + + while (1) { + len1 = utf8proc_iterate(ptr1, -1, &c1); + len2 = utf8proc_iterate(ptr2, -1, &c2); + + /* Note: utf8 comparison can handle a non-valid UTF-8 sequence e.g. for trie + ** suffix comparison where we may be in the middle of a multi-byte character + **/ + if (len1 < 0 && len2 < 0 && *ptr1 == *ptr2) { + ptr1++; + ptr2++; + remaining--; + if (remaining == 0) return true; + continue; + } + + if (c1 != 0 && c2 != 0 && c1 == c2) { + ptr1 += len1; + ptr2 += len2; + remaining -= len1; + } else if (utf8_is_hyphen(c1) || utf8_is_separator(utf8proc_category(c1))) { + ptr1 += len1; + if (utf8_is_hyphen(c2) || utf8_is_separator(utf8proc_category(c2))) { + ptr2 += len2; + } + remaining -= len1; + } else if (utf8_is_hyphen(c2) || utf8_is_separator(utf8proc_category(c2))) { + ptr2 += len2; + remaining -= len2; + } else { + break; + } + + if (remaining == 0) return true; + + } + + return false; +} + +inline bool utf8_equal_ignore_separators(const char *str1, const char *str2) { + size_t len1 = strlen(str1); + size_t len2 = strlen(str2); + size_t len = len1 > len2 ? len1 : len2; + + return utf8_equal_ignore_separators_len(str1, str2, len); +} + +bool string_is_digit(char *str, size_t len) { + uint8_t *ptr = (uint8_t *)str; + size_t idx = 0; + + bool ignorable = true; + + while (idx < len) { + int32_t ch; + ssize_t char_len = utf8proc_iterate(ptr, len, &ch); + + if (char_len <= 0) break; + if (ch == 0) break; + if (!(utf8proc_codepoint_valid(ch))) return false; + + int cat = utf8proc_category(ch); + if (cat != UTF8PROC_CATEGORY_ND) { + return false; + } + + ptr += char_len; + idx += char_len; + } + + return true; +} + +bool string_is_ignorable(char *str, size_t len) { + uint8_t *ptr = (uint8_t *)str; + size_t idx = 0; + + bool ignorable = true; + + while (idx < len) { + int32_t ch; + ssize_t char_len = utf8proc_iterate(ptr, len, &ch); + + if (char_len <= 0) break; + if (ch == 0) break; + if (!(utf8proc_codepoint_valid(ch))) return false; + + int cat = utf8proc_category(ch); + if (!utf8_is_separator(cat) && !utf8_is_hyphen(ch)) { + return false; + } + + ptr += char_len; + idx += char_len; + } + + return true; +} + +ssize_t string_next_hyphen_index(char *str, size_t len) { + uint8_t *ptr = (uint8_t *)str; + int32_t codepoint; + ssize_t idx = 0; + + while (idx < len) { + ssize_t char_len = utf8proc_iterate(ptr, len, &codepoint); + + if (char_len <= 0 || codepoint == 0) break; + + if (utf8_is_hyphen(codepoint)) return idx; + ptr += char_len; + idx += char_len; + } + return -1; +} + +inline bool string_contains(char *str, char *sub) { + return str != NULL && sub != NULL && strstr(str, sub) != NULL; +} + +inline bool string_contains_hyphen_len(char *str, size_t len) { + return string_next_hyphen_index(str, len) >= 0; +} + +inline bool string_contains_hyphen(char *str) { + return string_next_hyphen_index(str, strlen(str)) >= 0; +} + +ssize_t string_next_codepoint_len(char *str, uint32_t codepoint, size_t len) { + uint8_t *ptr = (uint8_t *)str; + int32_t ch; + ssize_t idx = 0; + + while (idx < len) { + ssize_t char_len = utf8proc_iterate(ptr, len, &ch); + + if (char_len <= 0 || ch == 0) break; + + if ((uint32_t)ch == codepoint) return idx; + ptr += char_len; + idx += char_len; + } + return -1; +} + +ssize_t string_next_codepoint(char *str, uint32_t codepoint) { + return string_next_codepoint_len(str, codepoint, strlen(str)); +} + +ssize_t string_next_period_len(char *str, size_t len) { + return string_next_codepoint_len(str, PERIOD_CODEPOINT, len); +} + +ssize_t string_next_period(char *str) { + return string_next_codepoint(str, PERIOD_CODEPOINT); +} + +inline bool string_contains_period_len(char *str, size_t len) { + return string_next_codepoint_len(str, PERIOD_CODEPOINT, len) >= 0; +} + +inline bool string_contains_period(char *str) { + return string_next_codepoint(str, string_next_codepoint(str, PERIOD_CODEPOINT)) >= 0; +} + +ssize_t string_next_whitespace_len(char *str, size_t len) { + uint8_t *ptr = (uint8_t *)str; + int32_t ch; + ssize_t idx = 0; + + while (idx < len) { + ssize_t char_len = utf8proc_iterate(ptr, len, &ch); + + if (char_len <= 0 || ch == 0) break; + + if (utf8_is_whitespace(ch)) return idx; + ptr += char_len; + idx += char_len; + } + return -1; +} + +ssize_t string_next_whitespace(char *str) { + return string_next_whitespace_len(str, strlen(str)); +} + + +size_t string_right_spaces_len(char *str, size_t len) { + size_t spaces = 0; + + uint8_t *ptr = (uint8_t *)str; + int32_t ch = 0; + ssize_t index = len; + + while (1) { + ssize_t char_len = utf8proc_iterate_reversed(ptr, index, &ch); + + if (char_len <= 0 || ch == 0) break; + + if (!utf8_is_whitespace(ch)) { + break; + } + + index -= char_len; + spaces += char_len; + } + + return spaces; + +} + +inline size_t string_hyphen_prefix_len(char *str, size_t len) { + // Strip beginning hyphens + int32_t unichr; + uint8_t *ptr = (uint8_t *)str; + ssize_t char_len = utf8proc_iterate(ptr, len, &unichr); + if (char_len <= 0 || unichr == 0) return 0; + if (utf8_is_hyphen(unichr)) { + return (size_t)char_len; + } + return 0; +} + +inline size_t string_hyphen_suffix_len(char *str, size_t len) { + // Strip ending hyphens + int32_t unichr; + uint8_t *ptr = (uint8_t *)str; + ssize_t char_len = utf8proc_iterate_reversed(ptr, len, &unichr); + if (char_len <= 0 || unichr == 0) return 0; + if (utf8_is_hyphen(unichr)) { + return (size_t)char_len; + } + return 0; +} + +size_t string_left_spaces_len(char *str, size_t len) { + size_t spaces = 0; + + uint8_t *ptr = (uint8_t *)str; + int32_t ch = 0; + ssize_t index = 0; + + while (1) { + ssize_t char_len = utf8proc_iterate(ptr, len, &ch); + + if (char_len <= 0 || ch == 0) break; + + if (!utf8_is_whitespace(ch)) { + break; + } + index += char_len; + ptr += char_len; + spaces += char_len; + } + + return spaces; +} + +char *string_trim(char *str) { + size_t len = strlen(str); + size_t left_spaces = string_left_spaces_len(str, len); + size_t right_spaces = string_right_spaces_len(str, len); + char *ret = strndup(str + left_spaces, len - left_spaces - right_spaces); + return ret; +} + +char_array *char_array_from_string(char *str) { + size_t len = strlen(str); + char_array *array = char_array_new_size(len+1); + strcpy(array->a, str); + array->n = len; + return array; +} + +char_array *char_array_from_string_no_copy(char *str, size_t n) { + char_array *array = malloc(sizeof(char_array)); + array->a = str; + array->m = n; + array->n = n; + return array; +} + +inline char *char_array_get_string(char_array *array) { + if (array->n == 0 || array->a[array->n - 1] != '\0') { + char_array_terminate(array); + } + return array->a; +} + +inline char *char_array_to_string(char_array *array) { + if (array->n == 0 || array->a[array->n - 1] != '\0') { + char_array_terminate(array); + } + char *a = array->a; + free(array); + return a; +} + + +inline void char_array_strip_nul_byte(char_array *array) { + if (array->n > 0 && array->a[array->n - 1] == '\0') { + array->a[array->n - 1] = '\0'; + array->n--; + } +} + +inline size_t char_array_len(char_array *array) { + if (array->n > 0 && array->a[array->n - 1] == '\0') { + return array->n - 1; + } else { + return array->n; + } +} + +inline void char_array_append(char_array *array, char *str) { + while(*str) { + char_array_push(array, *str++); + } +} + +inline void char_array_append_len(char_array *array, char *str, size_t len) { + for (size_t i = 0; i < len; i++) { + char_array_push(array, *str++); + } +} + +inline void char_array_append_reversed_len(char_array *array, char *str, size_t len) { + int32_t unich; + ssize_t char_len; + + size_t idx = len; + uint8_t *ptr = (uint8_t *)str; + + while(idx > 0) { + char_len = utf8proc_iterate_reversed(ptr, idx, &unich); + if (char_len <= 0 || unich == 0) break; + if (!(utf8proc_codepoint_valid(unich))) break; + + idx -= char_len; + char_array_append_len(array, str + idx, char_len); + } +} + +inline void char_array_append_reversed(char_array *array, char *str) { + size_t len = strlen(str); + char_array_append_reversed_len(array, str, len); +} + +inline void char_array_terminate(char_array *array) { + char_array_push(array, '\0'); +} + +inline void char_array_cat(char_array *array, char *str) { + char_array_strip_nul_byte(array); + char_array_append(array, str); + char_array_terminate(array); +} + +inline void char_array_cat_len(char_array *array, char *str, size_t len) { + char_array_strip_nul_byte(array); + char_array_append_len(array, str, len); + char_array_terminate(array); +} + + +inline void char_array_cat_reversed(char_array *array, char *str) { + char_array_strip_nul_byte(array); + char_array_append_reversed(array, str); + char_array_terminate(array); +} + + +inline void char_array_cat_reversed_len(char_array *array, char *str, size_t len) { + char_array_strip_nul_byte(array); + char_array_append_reversed_len(array, str, len); + char_array_terminate(array); +} + +inline void char_array_add(char_array *array, char *str) { + char_array_append(array, str); + char_array_terminate(array); +} + +inline void char_array_add_len(char_array *array, char *str, size_t len) { + char_array_append_len(array, str, len); + char_array_terminate(array); +} + + +void char_array_add_vjoined(char_array *array, char *separator, bool strip_separator, int count, va_list args) { + if (count <= 0) { + return; + } + + size_t separator_len = strlen(separator); + + for (size_t i = 0; i < count - 1; i++) { + char *arg = va_arg(args, char *); + size_t len = strlen(arg); + + if (strip_separator && + ((separator_len == 1 && arg[len-1] == separator[0]) || + (len > separator_len && strncmp(arg + len - separator_len, separator, separator_len) == 0))) { + len -= separator_len; + } + + char_array_append_len(array, arg, len); + char_array_append(array, separator); + } + + char *arg = va_arg(args, char *); + char_array_append(array, arg); + char_array_terminate(array); + +} + +inline void char_array_add_joined(char_array *array, char *separator, bool strip_separator, int count, ...) { + va_list args; + va_start(args, count); + char_array_add_vjoined(array, separator, strip_separator, count, args); + va_end(args); +} + +inline void char_array_cat_joined(char_array *array, char *separator, bool strip_separator, int count, ...) { + char_array_strip_nul_byte(array); + va_list args; + va_start(args, count); + char_array_add_vjoined(array, separator, strip_separator, count, args); + va_end(args); +} + +void char_array_cat_vprintf(char_array *array, char *format, va_list args) { + char_array_strip_nul_byte(array); + + va_list cpy; + + char *buf; + size_t buflen; + + size_t last_n = array->n; + size_t size = array->m - array->n <= 2 ? array->m * 2 : array->m; + + while(1) { + char_array_resize(array, size); + buf = array->a + last_n; + buflen = size - last_n; + if (buf == NULL) return; + array->a[size - 2] = '\0'; + va_copy(cpy, args); + vsnprintf(buf, buflen, format, cpy); + if (array->a[size - 2] != '\0') { + size *= 2; + continue; + } else { + array->n += strlen(buf); + } + break; + } +} + +void char_array_cat_printf(char_array *array, char *format, ...) { + va_list args; + va_start(args, format); + char_array_cat_vprintf(array, format, args); + va_end(args); +} + +cstring_array *cstring_array_new(void) { + cstring_array *array = malloc(sizeof(cstring_array)); + if (array == NULL) return NULL; + + array->indices = uint32_array_new(); + if (array->indices == NULL) { + cstring_array_destroy(array); + return NULL; + } + + array->str = char_array_new(); + if (array->str == NULL) { + cstring_array_destroy(array); + return NULL; + } + + return array; +} + +void cstring_array_destroy(cstring_array *self) { + if (self == NULL) return; + if (self->indices) { + uint32_array_destroy(self->indices); + } + if (self->str) { + char_array_destroy(self->str); + } + free(self); +} + +cstring_array *cstring_array_new_size(size_t size) { + cstring_array *array = cstring_array_new(); + char_array_resize(array->str, size); + return array; +} + +cstring_array *cstring_array_from_char_array(char_array *str) { + if (str == NULL) return NULL; + if (str->n == 0) + return cstring_array_new(); + + cstring_array *array = malloc(sizeof(cstring_array)); + if (array == NULL) return NULL; + + array->str = str; + array->indices = uint32_array_new_size(1); + + uint32_array_push(array->indices, 0); + char *ptr = str->a; + for (uint32_t i = 0; i < str->n - 1; i++, ptr++) { + if (*ptr == '\0') { + uint32_array_push(array->indices, i + 1); + } + } + return array; +} + +cstring_array *cstring_array_from_strings(char **strings, size_t n) { + cstring_array *array = cstring_array_new(); + for (size_t i = 0; i < n; i++) { + cstring_array_start_token(array); + cstring_array_add_string(array, strings[i]); + } + return array; +} + +bool cstring_array_extend(cstring_array *array, cstring_array *other) { + if (array == NULL || other == NULL) return false; + size_t n = cstring_array_num_strings(other); + + for (size_t i = 0; i < n; i++) { + char *s_i = cstring_array_get_string(other, i); + cstring_array_add_string(array, s_i); + } + return true; +} + + +inline size_t cstring_array_capacity(cstring_array *self) { + return self->str->m; +} + +inline size_t cstring_array_used(cstring_array *self) { + return self->str->n; +} + +inline size_t cstring_array_num_strings(cstring_array *self) { + if (self == NULL) return 0; + return self->indices->n; +} + +inline void cstring_array_resize(cstring_array *self, size_t size) { + if (size < cstring_array_capacity(self)) return; + char_array_resize(self->str, size); +} + +void cstring_array_clear(cstring_array *self) { + if (self == NULL) return; + + if (self->indices != NULL) { + uint32_array_clear(self->indices); + } + + if (self->str != NULL) { + char_array_clear(self->str); + } +} + +inline uint32_t cstring_array_start_token(cstring_array *self) { + uint32_t index = (uint32_t)self->str->n; + uint32_array_push(self->indices, index); + return index; +} + +inline void cstring_array_terminate(cstring_array *self) { + char_array_terminate(self->str); +} + +inline uint32_t cstring_array_add_string(cstring_array *self, char *str) { + uint32_t index = cstring_array_start_token(self); + char_array_append(self->str, str); + char_array_terminate(self->str); + return index; +} + +inline uint32_t cstring_array_add_string_len(cstring_array *self, char *str, size_t len) { + uint32_t index = cstring_array_start_token(self); + char_array_append_len(self->str, str, len); + char_array_terminate(self->str); + return index; +} + +inline void cstring_array_append_string(cstring_array *self, char *str) { + char_array_append(self->str, str); +} + +inline void cstring_array_append_string_len(cstring_array *self, char *str, size_t len) { + char_array_append_len(self->str, str, len); +} + +inline void cstring_array_cat_string(cstring_array *self, char *str) { + char_array_cat(self->str, str); +} + +inline void cstring_array_cat_string_len(cstring_array *self, char *str, size_t len) { + char_array_cat_len(self->str, str, len); +} + +inline int32_t cstring_array_get_offset(cstring_array *self, uint32_t i) { + if (INVALID_INDEX(i, self->indices->n)) { + return -1; + } + return (int32_t)self->indices->a[i]; +} + +inline char *cstring_array_get_string(cstring_array *self, uint32_t i) { + int32_t data_index = cstring_array_get_offset(self, i); + if (data_index < 0) return NULL; + return self->str->a + data_index; +} + +inline int64_t cstring_array_token_length(cstring_array *self, uint32_t i) { + if (INVALID_INDEX(i, self->indices->n)) { + return -1; + } + if (i < self->indices->n - 1) { + return self->indices->a[i+1] - self->indices->a[i] - 1; + } else { + return self->str->n - self->indices->a[i] - 1; + } +} + +static cstring_array *cstring_array_split_options(char *str, const char *separator, size_t separator_len, bool ignore_consecutive, size_t *count) { + *count = 0; + char_array *array = char_array_new_size(strlen(str)); + + bool last_was_separator = false; + bool first_char = false; + + while (*str) { + if ((separator_len == 1 && *str == separator[0]) || (memcmp(str, separator, separator_len) == 0)) { + if (first_char && (!ignore_consecutive || !last_was_separator)) { + char_array_push(array, '\0'); + } + str += separator_len; + last_was_separator = true; + } else { + char_array_push(array, *str); + str++; + last_was_separator = false; + first_char = true; + } + } + char_array_push(array, '\0'); + + cstring_array *string_array = cstring_array_from_char_array(array); + *count = cstring_array_num_strings(string_array); + + return string_array; +} + + +cstring_array *cstring_array_split(char *str, const char *separator, size_t separator_len, size_t *count) { + return cstring_array_split_options(str, separator, separator_len, false, count); +} + + +cstring_array *cstring_array_split_ignore_consecutive(char *str, const char *separator, size_t separator_len, size_t *count) { + return cstring_array_split_options(str, separator, separator_len, true, count); +} + + +cstring_array *cstring_array_split_no_copy(char *str, char separator, size_t *count) { + *count = 0; + char *ptr = str; + size_t len = strlen(str); + + for (int i = 0; i < len; i++, ptr++) { + if (*ptr == separator) { + *ptr = '\0'; + } + } + + char_array *array = char_array_from_string_no_copy(str, len); + cstring_array *string_array = cstring_array_from_char_array(array); + *count = cstring_array_num_strings(string_array); + + return string_array; +} + + +char **cstring_array_to_strings(cstring_array *self) { + char **strings = malloc(self->indices->n * sizeof(char *)); + + for (int i = 0; i < cstring_array_num_strings(self); i++) { + char *str = cstring_array_get_string(self, i); + strings[i] = strdup(str); + } + + cstring_array_destroy(self); + return strings; +} + + +string_tree_t *string_tree_new_size(size_t size) { + string_tree_t *self = malloc(sizeof(string_tree_t)); + if (self == NULL) { + return NULL; + } + + self->token_indices = uint32_array_new_size(size); + if (self->token_indices == NULL) { + free(self); + return NULL; + } + + uint32_array_push(self->token_indices, 0); + + self->strings = cstring_array_new(); + if (self->strings == NULL) { + uint32_array_destroy(self->token_indices); + free(self); + return NULL; + } + + return self; +} + +#define DEFAULT_STRING_TREE_SIZE 8 + +string_tree_t *string_tree_new(void) { + return string_tree_new_size((size_t)DEFAULT_STRING_TREE_SIZE); +} + +inline char *string_tree_get_alternative(string_tree_t *self, size_t token_index, uint32_t alternative) { + if (token_index >= self->token_indices->n) return NULL; + + uint32_t token_start = self->token_indices->a[token_index]; + + return cstring_array_get_string(self->strings, token_start + alternative); +} + +inline void string_tree_finalize_token(string_tree_t *self) { + uint32_array_push(self->token_indices, (uint32_t)cstring_array_num_strings(self->strings)); +} + +void string_tree_clear(string_tree_t *self) { + uint32_array_clear(self->token_indices); + uint32_array_push(self->token_indices, 0); + cstring_array_clear(self->strings); +} + +// terminated +inline void string_tree_add_string(string_tree_t *self, char *str) { + cstring_array_add_string(self->strings, str); +} + +inline void string_tree_add_string_len(string_tree_t *self, char *str, size_t len) { + cstring_array_add_string_len(self->strings, str, len); +} + +// unterminated +inline void string_tree_append_string(string_tree_t *self, char *str) { + cstring_array_append_string(self->strings, str); +} + +inline void string_tree_append_string_len(string_tree_t *self, char *str, size_t len) { + cstring_array_append_string_len(self->strings, str, len); +} + +inline uint32_t string_tree_num_tokens(string_tree_t *self) { + return (uint32_t)self->token_indices->n - 1; +} + +inline uint32_t string_tree_num_strings(string_tree_t *self) { + return (uint32_t)cstring_array_num_strings(self->strings); +} + +inline uint32_t string_tree_num_alternatives(string_tree_t *self, uint32_t i) { + if (i >= self->token_indices->n) return 0; + uint32_t n = self->token_indices->a[i + 1] - self->token_indices->a[i]; + return n > 0 ? n : 1; +} + +void string_tree_destroy(string_tree_t *self) { + if (self == NULL) return; + + if (self->token_indices != NULL) { + uint32_array_destroy(self->token_indices); + } + + if (self->strings != NULL) { + cstring_array_destroy(self->strings); + } + + free(self); +} + +string_tree_iterator_t *string_tree_iterator_new(string_tree_t *tree) { + string_tree_iterator_t *self = malloc(sizeof(string_tree_iterator_t)); + self->tree = tree; + + uint32_t num_tokens = string_tree_num_tokens(tree); + self->num_tokens = num_tokens; + + // calloc since the first path through the tree is all zeros + self->path = calloc(num_tokens, sizeof(uint32_t)); + + uint32_t permutations = 1; + uint32_t num_strings; + + for (int i = 0; i < num_tokens; i++) { + // N + 1 indices stored in token_indices, so this is always valid + num_strings = string_tree_num_alternatives(tree, i); + if (num_strings > 0) { + // 1 or more strings in the string_tree means use those instead of the actual token + permutations *= num_strings; + } + } + + if (permutations > 1) { + self->remaining = (uint32_t)permutations; + } else{ + self->remaining = 1; + } + + return self; +} + +void string_tree_iterator_next(string_tree_iterator_t *self) { + if (self->remaining > 0) { + int i; + for (i = self->num_tokens - 1; i >= 0; i--) { + self->path[i]++; + if (self->path[i] == string_tree_num_alternatives(self->tree, i)) { + self->path[i] = 0; + } else { + self->remaining--; + break; + } + } + + if (i < 0) { + self->remaining = 0; + } + } +} + +char *string_tree_iterator_get_string(string_tree_iterator_t *self, uint32_t i) { + if (i >= self->num_tokens) { + return NULL; + } + uint32_t base_index = self->tree->token_indices->a[i]; + uint32_t offset = self->path[i]; + + return cstring_array_get_string(self->tree->strings, base_index + offset); +} + +bool string_tree_iterator_done(string_tree_iterator_t *self) { + return self->remaining == 0; +} + +void string_tree_iterator_destroy(string_tree_iterator_t *self) { + if (self == NULL) return; + + if (self->path) { + free(self->path); + } + + free(self); +} diff --git a/src/string_utils.h b/src/string_utils.h new file mode 100644 index 0000000..db1aef2 --- /dev/null +++ b/src/string_utils.h @@ -0,0 +1,330 @@ +/* +string_utils.h +-------------- + +Utilities for manipulating strings in C. +*/ +#ifndef STRING_UTILS_H +#define STRING_UTILS_H + +#include +#include +#include +#include +#include +#include +#include "collections.h" +#include "utf8proc/utf8proc.h" +#include "vector.h" + +#define MAX_UTF8_CHAR_SIZE 4 + +#define INT8_MAX_STRING_LEN 5 +#define INT8_MAX_STRING_SIZE INT8_MAX_STRING_LEN + 1 +#define INT16_MAX_STRING_LEN 7 +#define INT16_MAX_STRING_SIZE INT16_MAX_STRING_LEN + 1 +#define INT32_MAX_STRING_LEN 11 +#define INT32_MAX_STRING_SIZE INT32_MAX_STRING_LEN + 1 +#define INT64_MAX_STRING_LEN 21 +#define INT64_MAX_STRING_SIZE INT64_MAX_STRING_LEN + 1 + + +#define UTF8PROC_OPTIONS_BASE UTF8PROC_NULLTERM | UTF8PROC_STABLE + +// Unicode normalization forms +#define UTF8PROC_OPTIONS_NFD UTF8PROC_OPTIONS_BASE | UTF8PROC_DECOMPOSE +#define UTF8PROC_OPTIONS_NFC UTF8PROC_OPTIONS_BASE | UTF8PROC_COMPOSE +#define UTF8PROC_OPTIONS_NFKD UTF8PROC_OPTIONS_NFD | UTF8PROC_COMPAT +#define UTF8PROC_OPTIONS_NFKC UTF8PROC_OPTIONS_NFC | UTF8PROC_COMPAT + +// Strip accents +#define UTF8PROC_OPTIONS_STRIP_ACCENTS UTF8PROC_OPTIONS_BASE | UTF8PROC_DECOMPOSE | UTF8PROC_STRIPMARK + +// Lowercase +#define UTF8PROC_OPTIONS_CASE_FOLD UTF8PROC_OPTIONS_BASE | UTF8PROC_CASEFOLD + + +// ASCII string methods +int string_compare_case_insensitive(const char *str1, const char *str2); +int string_compare_len_case_insensitive(const char *str1, const char *str2, size_t len); +size_t string_common_prefix(const char *str1, const char *str2); +size_t string_common_suffix(const char *str1, const char *str2); + +bool string_is_lower(char *s); +void string_lower(char *s); +bool string_is_upper(char *s); +void string_upper(char *s); + +char *string_replace_char(char *str, char c1, char c2); +bool string_replace_with_array(char *str, char *replace, char *with, char_array *result); +char *string_replace(char *str, char *replace, char *with); + +bool string_starts_with(const char *str, const char *start); +bool string_ends_with(const char *str, const char *ending); + +bool string_equals(const char *s1, const char *s2); + +uint32_t string_translate(char *str, size_t len, char *word_chars, char *word_repls, size_t trans_len); + +// UTF-8 string methods +char *utf8_reversed_string(const char *s); // returns a copy, caller frees +ssize_t utf8proc_iterate_reversed(const uint8_t *str, ssize_t start, int32_t *dst); + +// Casing functions return a copy, caller frees +char *utf8_lower_options(const char *s, utf8proc_option_t options); +char *utf8_lower(const char *s); +char *utf8_upper_options(const char *s, utf8proc_option_t options); +char *utf8_upper(const char *s); + +int utf8_compare(const char *str1, const char *str2); +int utf8_compare_len(const char *str1, const char *str2, size_t len); +int utf8_compare_case_insensitive(const char *str1, const char *str2, size_t len); +int utf8_compare_len_case_insensitive(const char *str1, const char *str2, size_t len); +size_t utf8_common_prefix(const char *str1, const char *str2); +size_t utf8_common_prefix_len(const char *str1, const char *str2, size_t len); +size_t utf8_common_prefix_ignore_separators(const char *str1, const char *str2); +size_t utf8_common_prefix_len_ignore_separators(const char *str1, const char *str2, size_t len); + +bool utf8_equal_ignore_separators(const char *str1, const char *str2); + +ssize_t utf8_len(const char *str, size_t len); + +uint32_array *unicode_codepoints(const char *str); +bool unicode_equals(uint32_array *u1_array, uint32_array *u2_array); +size_t unicode_common_prefix(uint32_array *u1_array, uint32_array *u2_array); +size_t unicode_common_suffix(uint32_array *u1_array, uint32_array *u2_array); + +bool utf8_is_hyphen(int32_t ch); +bool utf8_is_period(int32_t ch); +bool utf8_is_letter(int cat); +bool utf8_is_number(int cat); +bool utf8_is_digit(int cat); +bool utf8_is_letter_or_number(int cat); +bool utf8_is_punctuation(int cat); +bool utf8_is_symbol(int cat); +bool utf8_is_separator(int cat); +bool utf8_is_whitespace(int32_t ch); + +bool string_is_digit(char *str, size_t len); +bool string_is_ignorable(char *str, size_t len); + +ssize_t string_next_hyphen_index(char *str, size_t len); +bool string_contains(char *str, char *sub); +bool string_contains_hyphen(char *str); +bool string_contains_hyphen_len(char *str, size_t len); + +ssize_t string_next_codepoint_len(char *str, uint32_t codepoint, size_t len); +ssize_t string_next_codepoint(char *str, uint32_t codepoint); + +ssize_t string_next_period_len(char *str, size_t len); +ssize_t string_next_period(char *str); + +bool string_contains_period_len(char *str, size_t len); +bool string_contains_period(char *str); + +ssize_t string_next_whitespace_len(char *str, size_t len); +ssize_t string_next_whitespace(char *str); + +size_t string_left_spaces_len(char *str, size_t len); +size_t string_right_spaces_len(char *str, size_t len); +char *string_trim(char *str); + +size_t string_hyphen_prefix_len(char *str, size_t len); +size_t string_hyphen_suffix_len(char *str, size_t len); + +/* char_array is a dynamic character array defined in collections.h +but has a few additional methods related to string manipulation. + +The array pointer can be treated as a plain old C string for methods +expecting NUL-terminated char pointers, but operations like +concatenation are cheap and safe. +*/ +char_array *char_array_from_string(char *str); +char_array *char_array_from_string_no_copy(char *str, size_t n); + +// Gets the underlying C string for a char_array +char *char_array_get_string(char_array *array); + +// Frees the char_array and returns a standard NUL-terminated string +char *char_array_to_string(char_array *array); + +// Can use strlen(array->a) but this is faster +size_t char_array_len(char_array *array); + +// append_* methods do not NUL-terminate +void char_array_append(char_array *array, char *str); +void char_array_append_len(char_array *array, char *str, size_t len); +void char_array_append_reversed(char_array *array, char *str); +void char_array_append_reversed_len(char_array *array, char *str, size_t len); +// add NUL terminator to a char_array +void char_array_strip_nul_byte(char_array *array); +void char_array_terminate(char_array *array); + +// add_* methods NUL-terminate without stripping NUL-byte +void char_array_add(char_array *array, char *str); +void char_array_add_len(char_array *array, char *str, size_t len); + +// Similar to strcat but with dynamic resizing, guaranteed NUL-terminated +void char_array_cat(char_array *array, char *str); +void char_array_cat_len(char_array *array, char *str, size_t len); +void char_array_cat_reversed(char_array *array, char *str); +void char_array_cat_reversed_len(char_array *array, char *str, size_t len); + +// Similar to cat methods but with printf args +void char_array_cat_vprintf(char_array *array, char *format, va_list args); +void char_array_cat_printf(char_array *array, char *format, ...); + +// Mainly for paths or delimited strings +void char_array_add_vjoined(char_array *array, char *separator, bool strip_separator, int count, va_list args); +void char_array_add_joined(char_array *array, char *separator, bool strip_separator, int count, ...); +void char_array_cat_joined(char_array *array, char *separator, bool strip_separator, int count, ...); + + +/* +cstring_arrays represent n strings stored contiguously, delimited by the NUL byte. + +Instead of storing an array of char pointers (char **), cstring_arrays use this format: + +array->indices = {0, 4, 9}; +array->str = {'f', 'o', 'o', '\0', 'b', 'a', 'r', '\0', 'b', 'a', 'z', '\0'}; + +Each value in array->indices is the start position of a token in array->str. Each string +is NUL-terminated, so array->str->a + 4 is "bar", a valid NUL-terminated C string + +array->str is a char_array, so all of the powerful methods like char_array_cat_printf above +can be used when building the contiguous string arrays as well. + +*/ + +typedef struct { + uint32_array *indices; + char_array *str; +} cstring_array; + +cstring_array *cstring_array_new(void); + +cstring_array *cstring_array_new_size(size_t size); + +size_t cstring_array_capacity(cstring_array *self); +size_t cstring_array_used(cstring_array *self); +size_t cstring_array_num_strings(cstring_array *self); +void cstring_array_resize(cstring_array *self, size_t size); +void cstring_array_clear(cstring_array *self); + +cstring_array *cstring_array_from_char_array(char_array *str); +cstring_array *cstring_array_from_strings(char **strings, size_t n); + +bool cstring_array_extend(cstring_array *array, cstring_array *other); + +// Convert cstring_array to an array of n C strings and destroy the cstring_array +char **cstring_array_to_strings(cstring_array *self); + +// Split on delimiter +cstring_array *cstring_array_split(char *str, const char *separator, size_t separator_len, size_t *count); +// Split on delimiter, ignore multiple consecutive delimiters +cstring_array *cstring_array_split_ignore_consecutive(char *str, const char *separator, size_t separator_len, size_t *count); + +// Split on delimiter by replacing (single character) separator with the NUL byte in the original string +cstring_array *cstring_array_split_no_copy(char *str, char separator, size_t *count); + +uint32_t cstring_array_start_token(cstring_array *self); +uint32_t cstring_array_add_string(cstring_array *self, char *str); +uint32_t cstring_array_add_string_len(cstring_array *self, char *str, size_t len); + +void cstring_array_append_string(cstring_array *self, char *str); +void cstring_array_append_string_len(cstring_array *self, char *str, size_t len); + +void cstring_array_cat_string(cstring_array *self, char *str); +void cstring_array_cat_string_len(cstring_array *self, char *str, size_t len); + +void cstring_array_terminate(cstring_array *self); +int32_t cstring_array_get_offset(cstring_array *self, uint32_t i); +char *cstring_array_get_string(cstring_array *self, uint32_t i); +int64_t cstring_array_token_length(cstring_array *self, uint32_t i); + +void cstring_array_destroy(cstring_array *self); + +#define cstring_array_foreach(array, i, s, code) { \ + for (int __si = 0; __si < array->indices->n; __si++) { \ + (i) = __si; \ + (s) = array->str->a + array->indices->a[__si]; \ + code; \ + } \ +} + +/* +String trees are a way of storing alternative representations of a tokenized string concisely + +Particularly with hyphens, we may want the string "twenty-five" to normalize to both: + +twenty five +twentyfive + +so when we encounter "twenty-five", we'd propose both alternative representations as possible +normalizations of the token. + +string_tree is similar to a CSR (compressed sparse row) sparse matrix. + +@tokens - for token i, tree->tokens[i] is the index in strings->indices where token i's alternatives begin +@strings - a contiguous string array which only contains as many tokens as there are alternatives + +Since we typically only normalize on mid-word hyphens, periods and non-ASCII characters, a string_tree +might not need to store anything at all in many languages. + +*/ + +typedef struct string_tree { + uint32_array *token_indices; + cstring_array *strings; +} string_tree_t; + +string_tree_t *string_tree_new(void); +string_tree_t *string_tree_new_size(size_t size); + +// get +char *string_tree_get_alternative(string_tree_t *self, size_t token_index, uint32_t alternative); + +// finalize +void string_tree_finalize_token(string_tree_t *self); +// terminated +void string_tree_add_string(string_tree_t *self, char *str); +void string_tree_add_string_len(string_tree_t *self, char *str, size_t len); +// unterminated +void string_tree_append_string(string_tree_t *self, char *str); +void string_tree_append_string_len(string_tree_t *self, char *str, size_t len); + +void string_tree_clear(string_tree_t *self); + +uint32_t string_tree_num_tokens(string_tree_t *self); +uint32_t string_tree_num_strings(string_tree_t *self); + +uint32_t string_tree_num_alternatives(string_tree_t *self, uint32_t i); + +void string_tree_destroy(string_tree_t *self); + +typedef struct string_tree_iterator { + string_tree_t *tree; + uint32_t *path; + uint32_t num_tokens; + uint32_t remaining; +} string_tree_iterator_t; + +string_tree_iterator_t *string_tree_iterator_new(string_tree_t *tree); +void string_tree_iterator_next(string_tree_iterator_t *self); +char *string_tree_iterator_get_string(string_tree_iterator_t *self, uint32_t i); +bool string_tree_iterator_done(string_tree_iterator_t *self); +void string_tree_iterator_destroy(string_tree_iterator_t *self); + + +#define string_tree_iterator_foreach_token(iter, s, code) { \ + string_tree_t *tree = iter->tree; \ + for (int __pi = 0; __pi < iter->num_tokens; __pi++) { \ + (s) = string_tree_get_alternative(tree, __pi, iter->path[__pi]); \ + code; \ + } \ +} + + + + +#endif diff --git a/src/strndup.c b/src/strndup.c new file mode 100644 index 0000000..6d1a930 --- /dev/null +++ b/src/strndup.c @@ -0,0 +1,20 @@ +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef HAVE_STRNDUP + +#include +#include + +char *strndup(const char *s, size_t n) +{ + char* new = malloc(n+1); + if (new) { + strncpy(new, s, n); + new[n] = '\0'; + } + return new; +} + +#endif /* HAVE_STRNDUP */ diff --git a/src/strndup.h b/src/strndup.h new file mode 100644 index 0000000..7cd3bff --- /dev/null +++ b/src/strndup.h @@ -0,0 +1,13 @@ +#ifndef STRNDUP_H +#define STRNDUP_H + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef HAVE_STRNDUP + +char *strndup(const char *s, size_t n); + +#endif /* HAVE_STRNDUP */ +#endif /* STRNDUP_H */ diff --git a/src/tagger.h b/src/tagger.h new file mode 100644 index 0000000..a41c5b2 --- /dev/null +++ b/src/tagger.h @@ -0,0 +1,10 @@ +#ifndef TAGGER_H +#define TAGGER_H + +#include "string_utils.h" +#include "tokens.h" + +// Arguments: tagger, context, tokenized str, index +typedef bool (*tagger_feature_function)(void *, void *, tokenized_string_t *, uint32_t); + +#endif diff --git a/src/token_types.h b/src/token_types.h new file mode 100644 index 0000000..31cc2ba --- /dev/null +++ b/src/token_types.h @@ -0,0 +1,74 @@ +#ifndef TOKEN_TYPES_H +#define TOKEN_TYPES_H + +#include "libpostal.h" + +// Doing these as #defines so we can duplicate the values exactly in Python + + +#define END LIBPOSTAL_TOKEN_TYPE_END + +#define WORD LIBPOSTAL_TOKEN_TYPE_WORD +#define ABBREVIATION LIBPOSTAL_TOKEN_TYPE_ABBREVIATION +#define IDEOGRAPHIC_CHAR LIBPOSTAL_TOKEN_TYPE_IDEOGRAPHIC_CHAR +#define HANGUL_SYLLABLE LIBPOSTAL_TOKEN_TYPE_HANGUL_SYLLABLE +#define ACRONYM LIBPOSTAL_TOKEN_TYPE_ACRONYM +#define PHRASE LIBPOSTAL_TOKEN_TYPE_PHRASE + +#define EMAIL LIBPOSTAL_TOKEN_TYPE_EMAIL +#define URL LIBPOSTAL_TOKEN_TYPE_URL +#define US_PHONE LIBPOSTAL_TOKEN_TYPE_US_PHONE +#define INTL_PHONE LIBPOSTAL_TOKEN_TYPE_INTL_PHONE + +#define NUMERIC LIBPOSTAL_TOKEN_TYPE_NUMERIC +#define ORDINAL LIBPOSTAL_TOKEN_TYPE_ORDINAL +#define ROMAN_NUMERAL LIBPOSTAL_TOKEN_TYPE_ROMAN_NUMERAL +#define IDEOGRAPHIC_NUMBER LIBPOSTAL_TOKEN_TYPE_IDEOGRAPHIC_NUMBER + +#define PERIOD LIBPOSTAL_TOKEN_TYPE_PERIOD +#define EXCLAMATION LIBPOSTAL_TOKEN_TYPE_EXCLAMATION +#define QUESTION_MARK LIBPOSTAL_TOKEN_TYPE_QUESTION_MARK +#define COMMA LIBPOSTAL_TOKEN_TYPE_COMMA +#define COLON LIBPOSTAL_TOKEN_TYPE_COLON +#define SEMICOLON LIBPOSTAL_TOKEN_TYPE_SEMICOLON +#define PLUS LIBPOSTAL_TOKEN_TYPE_PLUS +#define AMPERSAND LIBPOSTAL_TOKEN_TYPE_AMPERSAND +#define AT_SIGN LIBPOSTAL_TOKEN_TYPE_AT_SIGN +#define POUND LIBPOSTAL_TOKEN_TYPE_POUND +#define ELLIPSIS LIBPOSTAL_TOKEN_TYPE_ELLIPSIS +#define DASH LIBPOSTAL_TOKEN_TYPE_DASH +#define BREAKING_DASH LIBPOSTAL_TOKEN_TYPE_BREAKING_DASH +#define HYPHEN LIBPOSTAL_TOKEN_TYPE_HYPHEN +#define PUNCT_OPEN LIBPOSTAL_TOKEN_TYPE_PUNCT_OPEN +#define PUNCT_CLOSE LIBPOSTAL_TOKEN_TYPE_PUNCT_CLOSE +#define DOUBLE_QUOTE LIBPOSTAL_TOKEN_TYPE_DOUBLE_QUOTE +#define SINGLE_QUOTE LIBPOSTAL_TOKEN_TYPE_SINGLE_QUOTE +#define OPEN_QUOTE LIBPOSTAL_TOKEN_TYPE_OPEN_QUOTE +#define CLOSE_QUOTE LIBPOSTAL_TOKEN_TYPE_CLOSE_QUOTE +#define SLASH LIBPOSTAL_TOKEN_TYPE_SLASH +#define BACKSLASH LIBPOSTAL_TOKEN_TYPE_BACKSLASH +#define GREATER_THAN LIBPOSTAL_TOKEN_TYPE_GREATER_THAN +#define LESS_THAN LIBPOSTAL_TOKEN_TYPE_LESS_THAN + +#define OTHER LIBPOSTAL_TOKEN_TYPE_OTHER +#define WHITESPACE LIBPOSTAL_TOKEN_TYPE_WHITESPACE +#define NEWLINE LIBPOSTAL_TOKEN_TYPE_NEWLINE + +#define INVALID_CHAR LIBPOSTAL_TOKEN_TYPE_INVALID_CHAR + + +#define is_word_token(type) ((type) == WORD || (type) == ABBREVIATION || (type) == ACRONYM || (type) == IDEOGRAPHIC_CHAR || (type) == HANGUL_SYLLABLE) + +#define is_ideographic(type) ((type) == IDEOGRAPHIC_CHAR || (type) == HANGUL_SYLLABLE || (type) == IDEOGRAPHIC_NUMBER) + +#define is_numeric_token(type) ((type) == NUMERIC || (type) == IDEOGRAPHIC_NUMBER) + +#define is_punctuation(type) ((type) >= PERIOD && (type) < OTHER) + +#define is_special_punctuation(type) ((type) == AMPERSAND || (type) == PLUS || (type) == POUND) + +#define is_special_token(type) ((type) == EMAIL || (type) == URL || (type) == US_PHONE || (type) == INTL_PHONE) + +#define is_whitespace(type) ((type) == WHITESPACE) + +#endif diff --git a/src/tokens.c b/src/tokens.c new file mode 100644 index 0000000..310e861 --- /dev/null +++ b/src/tokens.c @@ -0,0 +1,91 @@ +#include "tokens.h" +#include "strndup.h" + + +tokenized_string_t *tokenized_string_new(void) { + tokenized_string_t *self = malloc(sizeof(tokenized_string_t)); + self->str = NULL; + self->strings = cstring_array_new(); + self->tokens = token_array_new(); + return self; +} + +tokenized_string_t *tokenized_string_new_size(size_t len, size_t num_tokens) { + tokenized_string_t *self = malloc(sizeof(tokenized_string_t)); + self->str = NULL; + self->strings = cstring_array_new_size(len); + self->tokens = token_array_new_size(len); + + return self; +} + +inline tokenized_string_t *tokenized_string_new_from_str_size(char *src, size_t len, size_t num_tokens) { + tokenized_string_t *self = tokenized_string_new_size(len, num_tokens); + self->str = strndup(src, len); + if (self->str == NULL) { + tokenized_string_destroy(self); + return NULL; + } + return self; +} + + +void tokenized_string_add_token(tokenized_string_t *self, const char *src, size_t len, uint16_t token_type, size_t position) { + char *ptr = (char *) (src + position); + + cstring_array_add_string_len(self->strings, ptr, len); + + token_t token = (token_t){position, len, token_type}; + token_array_push(self->tokens, token); + +} + +tokenized_string_t *tokenized_string_from_tokens(char *src, token_array *tokens, bool copy_tokens) { + tokenized_string_t *self = malloc(sizeof(tokenized_string_t)); + self->str = strdup(src); + if (self->str == NULL) { + tokenized_string_destroy(self); + return NULL; + } + self->strings = cstring_array_new_size(strlen(src) + tokens->n); + if (copy_tokens) { + self->tokens = token_array_new_copy(tokens, tokens->n); + } else { + self->tokens = tokens; + } + + token_t token; + + for (size_t i = 0; i < tokens->n; i++) { + token = tokens->a[i]; + cstring_array_add_string_len(self->strings, src + token.offset, token.len); + } + return self; +} + + +char *tokenized_string_get_token(tokenized_string_t *self, uint32_t index) { + if (index < self->tokens->n) { + return cstring_array_get_string(self->strings, index); + } else { + return NULL; + } +} + +void tokenized_string_destroy(tokenized_string_t *self) { + if (self == NULL) return; + + if (self->str != NULL) { + free(self->str); + } + + if (self->strings != NULL) { + cstring_array_destroy(self->strings); + } + + if (self->tokens != NULL) { + token_array_destroy(self->tokens); + } + + free(self); +} diff --git a/src/tokens.h b/src/tokens.h new file mode 100644 index 0000000..bf61f5b --- /dev/null +++ b/src/tokens.h @@ -0,0 +1,38 @@ +#ifndef TOKENS_H +#define TOKENS_H + + + +#include +#include + +#include "klib/khash.h" +#include "collections.h" +#include "string_utils.h" +#include "token_types.h" +#include "vector.h" + +typedef libpostal_token_t token_t; + +#define NULL_TOKEN (token_t){0, 0, END} + +VECTOR_INIT(token_array, token_t) + +typedef struct tokenized_string { + char *str; + cstring_array *strings; + token_array *tokens; +} tokenized_string_t; + +tokenized_string_t *tokenized_string_new(void); +tokenized_string_t *tokenized_string_new_size(size_t len, size_t num_tokens); +tokenized_string_t *tokenized_string_new_from_str_size(char *src, size_t len, size_t num_tokens); +tokenized_string_t *tokenized_string_from_tokens(char *src, token_array *tokens, bool copy_tokens); +void tokenized_string_add_token(tokenized_string_t *self, const char *src, size_t len, uint16_t token_type, size_t position); +char *tokenized_string_get_token(tokenized_string_t *self, uint32_t index); +void tokenized_string_destroy(tokenized_string_t *self); + + + + +#endif diff --git a/src/transliterate.c b/src/transliterate.c new file mode 100644 index 0000000..ae99d0b --- /dev/null +++ b/src/transliterate.c @@ -0,0 +1,2001 @@ +#include +#include "transliterate.h" +#include "file_utils.h" + +#include "log/log.h" +#include "strndup.h" + +#define TRANSLITERATION_TABLE_SIGNATURE 0xAAAAAAAA + +#define NFD "NFD" +#define NFC "NFC" +#define NFKC "NFKC" +#define NFKD "NFKD" +#define STRIP_MARK "STRIP_MARK" + +static transliteration_table_t *trans_table = NULL; + +transliteration_table_t *get_transliteration_table(void) { + return trans_table; +} + +transliterator_t *transliterator_new(char *name, uint8_t internal, uint32_t steps_index, size_t steps_length) { + transliterator_t *trans = malloc(sizeof(transliterator_t)); + + if (trans == NULL) { + return NULL; + } + + trans->name = name; + trans->internal = internal; + trans->steps_index = steps_index; + trans->steps_length = steps_length; + + return trans; +} + +void transliterator_destroy(transliterator_t *self) { + if (self == NULL) return; + if (self->name) { + free(self->name); + } + free(self); +} + + +transliterator_t *get_transliterator(char *name) { + if (trans_table == NULL) { + return NULL; + } + + khiter_t k; + k = kh_get(str_transliterator, trans_table->transliterators, name); + return (k != kh_end(trans_table->transliterators)) ? kh_value(trans_table->transliterators, k) : NULL; +} + + +typedef enum { + TRANS_STATE_BEGIN, + TRANS_STATE_PARTIAL_MATCH, + TRANS_STATE_MATCH +} transliteration_state_type_t; + +typedef struct { + trie_prefix_result_t result; + transliteration_state_type_t state; + ssize_t phrase_start; + size_t phrase_len; + size_t char_len; + uint8_t advance_index:1; + uint8_t advance_state:1; + uint8_t in_set:1; + uint8_t empty_transition:1; + uint8_t repeat:1; + uint8_t word_boundary:1; +} transliteration_state_t; + + +#define TRANSLITERATION_DEFAULT_STATE (transliteration_state_t){NULL_PREFIX_RESULT, TRANS_STATE_BEGIN, 0, 0, 0, 1, 1, 0, 0, 0, 0} + + +static transliteration_replacement_t *get_replacement(trie_t *trie, trie_prefix_result_t result) { + uint32_t node_id = result.node_id; + if (node_id == NULL_NODE_ID) return NULL; + + uint32_t replacement_index = 0; + + if (!trie_get_data_at_index(trie, node_id, &replacement_index)) { + return NULL; + } + + if (replacement_index < trans_table->replacements->n) { + log_debug("Got data node\n"); + return trans_table->replacements->a[replacement_index]; + } + + return NULL; + +} + +typedef enum { + NO_CHAR_RESULT, + SINGLE_CHAR_ONLY, + SINGLE_CHAR_REPEAT, + OPEN_CHAR_SET, + CLOSED_CHAR_SET, + CHAR_SET_REPEAT, + SINGLE_EMPTY_TRANSITION, + CHAR_SET_EMPTY_TRANSITION +} char_set_type; + + +typedef struct char_set_result { + trie_prefix_result_t result; + char_set_type type; +} char_set_result_t; + +#define NULL_CHAR_SET_RESULT (char_set_result_t){NULL_PREFIX_RESULT, NO_CHAR_RESULT}; + +static char_set_result_t next_prefix_or_set(trie_t *trie, char *str, size_t len, trie_prefix_result_t last_result, bool in_set, bool check_set_only) { + trie_prefix_result_t result = trie_get_prefix_from_index(trie, str, len, last_result.node_id, last_result.tail_pos); + + bool has_empty_transition = false; + + + if (!check_set_only && result.node_id != NULL_NODE_ID) { + last_result = result; + result = trie_get_prefix_from_index(trie, REPEAT_CHAR, REPEAT_CHAR_LEN, last_result.node_id, last_result.tail_pos); + if (result.node_id == NULL_NODE_ID) { + return (char_set_result_t){last_result, SINGLE_CHAR_ONLY}; + } else { + log_debug("Got single char repeat\n"); + return (char_set_result_t){last_result, SINGLE_CHAR_REPEAT}; + } + } else if (!in_set) { + result = trie_get_prefix_from_index(trie, BEGIN_SET_CHAR, BEGIN_SET_CHAR_LEN, last_result.node_id, last_result.tail_pos); + + if (result.node_id == NULL_NODE_ID) { + result = trie_get_prefix_from_index(trie, EMPTY_TRANSITION_CHAR, EMPTY_TRANSITION_CHAR_LEN, last_result.node_id, last_result.tail_pos); + if (result.node_id == NULL_NODE_ID) { + return NULL_CHAR_SET_RESULT; + } else { + log_debug("empty result node_id=%d\n", result.node_id); + return (char_set_result_t){result, SINGLE_EMPTY_TRANSITION}; + } + } + + log_debug("Got begin set, node_id = %d\n", result.node_id); + + last_result = result; + + result = trie_get_prefix_from_index(trie, str, len, last_result.node_id, last_result.tail_pos); + + log_debug("Set node_id = %d, len=%zu\n", result.node_id, len); + + if (result.node_id == NULL_NODE_ID) { + result = trie_get_prefix_from_index(trie, EMPTY_TRANSITION_CHAR, EMPTY_TRANSITION_CHAR_LEN, last_result.node_id, last_result.tail_pos); + if (result.node_id == NULL_NODE_ID) { + return NULL_CHAR_SET_RESULT; + } + log_debug("Got empty transition char\n"); + has_empty_transition = true; + } + + in_set = true; + last_result = result; + } + + if (in_set) { + // In the set but can potentially have more than one unicode character + result = trie_get_prefix_from_index(trie, END_SET_CHAR, END_SET_CHAR_LEN, last_result.node_id, last_result.tail_pos); + if (result.node_id == NULL_NODE_ID && !has_empty_transition) { + log_debug("No end set\n"); + return (char_set_result_t){last_result, OPEN_CHAR_SET}; + } else if (result.node_id == NULL_NODE_ID && has_empty_transition) { + log_debug("has_empty_transition\n"); + return NULL_CHAR_SET_RESULT; + } + + last_result = result; + result = trie_get_prefix_from_index(trie, REPEAT_CHAR, REPEAT_CHAR_LEN, last_result.node_id, last_result.tail_pos); + + if (result.node_id == NULL_NODE_ID && !has_empty_transition) { + log_debug("Got closed set\n"); + return (char_set_result_t){last_result, CLOSED_CHAR_SET}; + // Shouldn't repeat the empty transition, so ignore repeats + } else if (has_empty_transition) { + log_debug("Char set empty transition\n"); + return (char_set_result_t){result, CHAR_SET_EMPTY_TRANSITION}; + } else { + log_debug("Char set repeated\n"); + return (char_set_result_t){result, CHAR_SET_REPEAT}; + } + } + return NULL_CHAR_SET_RESULT; + +} + +static transliteration_state_t state_from_char_result(char_set_result_t char_result, size_t index, size_t len, transliteration_state_t prev_state, bool is_context) { + transliteration_state_t state = TRANSLITERATION_DEFAULT_STATE; + + trie_prefix_result_t result = char_result.result; + + state.result = result; + state.char_len = len; + state.in_set = (char_result.type == OPEN_CHAR_SET || (prev_state.in_set && char_result.type == SINGLE_CHAR_ONLY)); + state.repeat = (char_result.type == SINGLE_CHAR_REPEAT || char_result.type == CHAR_SET_REPEAT); + state.empty_transition = (char_result.type == SINGLE_EMPTY_TRANSITION || char_result.type == CHAR_SET_EMPTY_TRANSITION); + + if (char_result.type != NO_CHAR_RESULT) { + log_debug("in state_from_char_result, char_result.type = %d\n", char_result.type); + state.state = TRANS_STATE_PARTIAL_MATCH; + + if (!is_context) { + if (prev_state.state == TRANS_STATE_BEGIN) { + state.phrase_start = index; + } else { + state.phrase_start = prev_state.phrase_start; + } + state.phrase_len = prev_state.phrase_len + len; + } + } + + return state; + +} + +static transliteration_state_t state_transition(trie_t *trie, char *str, size_t index, size_t len, transliteration_state_t prev_state) { + + log_debug("str = %s, index = %zu, char_len=%zu\n", str, index, len); + + log_debug("prev_state.result.node_id=%d, prev_state.in_set=%d\n", prev_state.result.node_id, prev_state.in_set); + + char_set_result_t char_result = next_prefix_or_set(trie, str + index, len, prev_state.result, prev_state.in_set, false); + + log_debug("char_result.type = %d\n", char_result.type); + + return state_from_char_result(char_result, index, len, prev_state, false); +} + + +static transliteration_state_t state_transition_context(trie_t *trie, char *str, size_t index, size_t len, transliteration_state_t prev_state) { + + log_debug("str = %s, index = %zu, char_len=%zu\n", str, index, len); + + log_debug("prev_state.result.node_id=%d, prev_state.in_set=%d\n", prev_state.result.node_id, prev_state.in_set); + + char_set_result_t char_result = next_prefix_or_set(trie, str + index, len, prev_state.result, prev_state.in_set, false); + + log_debug("char_result.type = %d\n", char_result.type); + + return state_from_char_result(char_result, index, len, prev_state, true); +} + + + +static inline void set_match_if_any(trie_t *trie, transliteration_state_t state, transliteration_state_t *match_state) { + if (state.state != TRANS_STATE_PARTIAL_MATCH) return; + + trie_prefix_result_t prev_result = state.result; + + // Complete string + trie_prefix_result_t result = trie_get_prefix_from_index(trie, "", 1, prev_result.node_id, prev_result.tail_pos); + if (result.node_id != NULL_NODE_ID) { + match_state->result = result; + match_state->state = TRANS_STATE_MATCH; + match_state->phrase_start = state.phrase_start; + match_state->phrase_len = state.phrase_len; + } +} + + +static transliteration_state_t check_pre_context(trie_t *trie, char *str, transliteration_state_t original_state) { + size_t start_index = original_state.phrase_start; + int32_t ch = 0; + size_t idx = start_index; + ssize_t char_len = 0; + + bool in_repeat = false; + + transliteration_state_t prev_state = original_state; + transliteration_state_t state = original_state; + + // Save the end of the repeated state the first time through + transliteration_state_t repeat_state_end; + + transliteration_state_t match_state = TRANSLITERATION_DEFAULT_STATE; + + log_debug("start_index=%zu, str=%s\n", start_index, str); + + while (idx > 0) { + char_len = utf8proc_iterate_reversed((uint8_t *)str, idx, &ch); + + if (char_len <= 0) { + break; + } + + if (!utf8proc_codepoint_valid(ch)) { + idx -= char_len; + continue; + } + + log_debug("In pre-context, got char %d, \"%.*s\"\n", ch, (int)char_len, str + idx - char_len); + + state = state_transition_context(trie, str, idx - char_len, char_len, prev_state); + set_match_if_any(trie, state, &match_state); + + if (match_state.state == TRANS_STATE_MATCH) { + log_debug("pre-context TRANS_STATE_MATCH\n"); + state = match_state; + break; + } else if (state.state == TRANS_STATE_BEGIN && !in_repeat) { + log_debug("pre-context TRANS_STATE_BEGIN and not in repeat\n"); + if (prev_state.state == TRANS_STATE_PARTIAL_MATCH) { + state = prev_state; + } + break; + } else if (state.repeat) { + log_debug("pre-context in repeat\n"); + in_repeat = true; + repeat_state_end = state; + state.advance_state = false; + } else if (state.empty_transition) { + log_debug("pre-context empty_transition\n"); + state.advance_index = false; + if (in_repeat) { + log_debug("empty_transition in repeat\n"); + prev_state = repeat_state_end; + state.advance_state = false; + in_repeat = false; + } + // If we're repeating e.g. "[abcd]+e", when we hit the "e" or another character, stop repeating and try from the end of the block + } else if (state.state == TRANS_STATE_BEGIN && in_repeat) { + log_debug("pre-context stop repeat\n"); + prev_state = repeat_state_end; + in_repeat = false; + state.advance_index = false; + state.advance_state = false; + } else if (in_repeat) { + log_debug("end repeat\n"); + log_debug("state.state==%d, state.result.node_id=%d, repeat_state_end.result.node_id=%d\n", state.state, state.result.node_id, repeat_state_end.result.node_id); + in_repeat = false; + break; + } + + if (state.advance_index) { + idx -= char_len; + } + + if (state.advance_state) { + prev_state = state; + } + + } + + return state; +} + +static transliteration_state_t check_post_context(trie_t *trie, char *str, transliteration_state_t original_state) { + size_t index = original_state.phrase_start + original_state.phrase_len; + uint8_t *ptr = (uint8_t *)str + index; + size_t len = strlen(str) - index; + int32_t ch = 0; + size_t idx = 0; + ssize_t char_len = 0; + + bool in_repeat = false; + + transliteration_state_t prev_state = original_state; + + transliteration_state_t state = original_state; + + // Save the end of the repeated state the first time through + transliteration_state_t repeat_state_end; + + transliteration_state_t match_state = TRANSLITERATION_DEFAULT_STATE; + + while (idx < len) { + char_len = utf8proc_iterate(ptr, len, &ch); + + if (char_len <= 0) { + break; + } + + if (!utf8proc_codepoint_valid(ch)) { + idx += char_len; + ptr += char_len; + continue; + } + + log_debug("In post-context, got char \"%.*s\"\n", (int)char_len, str + index + idx); + + state = state_transition_context(trie, str, index + idx, char_len, prev_state); + set_match_if_any(trie, state, &match_state); + + if (match_state.state == TRANS_STATE_MATCH) { + log_debug("post-context TRANS_STATE_MATCH\n"); + state = match_state; + break; + } else if (state.state == TRANS_STATE_BEGIN && !in_repeat) { + log_debug("post-context TRANS_STATE_BEGIN and not in repeat\n"); + break; + } else if (state.repeat) { + log_debug("post-context in repeat\n"); + in_repeat = true; + repeat_state_end = state; + state.advance_state = false; + } else if (state.empty_transition) { + log_debug("post-context empty_transition\n"); + state.advance_index = false; + if (in_repeat) { + log_debug("empty_transition in repeat\n"); + prev_state = repeat_state_end; + state.advance_state = false; + in_repeat = false; + } + // If we're repeating e.g. "[abcd]+e", when we hit the "e" or another character, stop repeating and try from the end of the block + } else if (state.state == TRANS_STATE_BEGIN && in_repeat) { + log_debug("post-context stop repeat\n"); + prev_state = repeat_state_end; + in_repeat = false; + state.advance_index = false; + state.advance_state = false; + } else if (in_repeat) { + log_debug("end repeat\n"); + in_repeat = false; + break; + } + + if (state.advance_index) { + idx += char_len; + ptr += char_len; + } + + if (state.advance_state) { + prev_state = state; + } + + } + + return state; +} + +static trie_prefix_result_t context_match(trie_t *trie, char *str, transliteration_state_t original_state) { + trie_prefix_result_t prev_result = original_state.result; + transliteration_state_t state = TRANSLITERATION_DEFAULT_STATE; + transliteration_state_t prev_state = original_state; + trie_prefix_result_t result = trie_get_prefix_from_index(trie, PRE_CONTEXT_CHAR, PRE_CONTEXT_CHAR_LEN, prev_result.node_id, prev_result.tail_pos); + + log_debug("phrase_start=%zd, phrase_len=%zu\n", original_state.phrase_start, original_state.phrase_len); + + if (result.node_id != NULL_NODE_ID) { + prev_state.result = result; + log_debug("Have pre_context\n"); + state = check_pre_context(trie, str, prev_state); + + if (state.state == TRANS_STATE_MATCH && state.result.node_id != prev_state.result.node_id) { + return state.result; + } + + if (state.state == TRANS_STATE_PARTIAL_MATCH && state.result.node_id != prev_state.result.node_id) { + log_debug("Pre-context partial match\n"); + } + + prev_result = state.result; + prev_state = state; + } + + result = trie_get_prefix_from_index(trie, POST_CONTEXT_CHAR, POST_CONTEXT_CHAR_LEN, prev_result.node_id, prev_result.tail_pos); + if (result.node_id != NULL_NODE_ID) { + prev_state.result = result; + log_debug("Have post_context\n"); + state = check_post_context(trie, str, prev_state); + if (state.state == TRANS_STATE_MATCH && state.result.node_id != prev_state.result.node_id) { + return state.result; + } + } + + log_debug("Failed to match context\n"); + return NULL_PREFIX_RESULT; +} + +static char *replace_groups(trie_t *trie, char *str, char *replacement, group_capture_array *groups, transliteration_state_t original_state) { + size_t idx = 0; + + int32_t ch = 0; + ssize_t char_len = 0; + uint8_t *ptr = (uint8_t *)str + original_state.phrase_start; + + log_debug("str=%s\n", (char *)ptr); + + size_t len = original_state.phrase_len; + + log_debug("phrase_start = %zd, phrase_len = %zu\n", original_state.phrase_start, original_state.phrase_len); + + size_t num_groups = groups->n; + + log_debug("num_groups = %zu\n", num_groups); + + if (num_groups == 0) { + return NULL; + } + + cstring_array *group_strings = cstring_array_new_size(num_groups); + + log_debug("Created arrays\n"); + + transliteration_state_t state = original_state; + transliteration_state_t prev_state = original_state; + + transliteration_state_t repeat_state_end = TRANSLITERATION_DEFAULT_STATE; + + size_t group_num = 0; + group_capture_t group = groups->a[group_num]; + + log_debug("group = {%zu, %zu}\n", group.start, group.len); + + bool in_group = false; + bool in_repeat = false; + + size_t group_start = 0; + size_t group_len = 0; + + log_debug("group now {%zu, %zu}\n", group_start, group_len); + + size_t num_chars = 0; + + while (idx < len) { + char_len = utf8proc_iterate(ptr, len, &ch); + + log_debug("Got char '%.*s' at idx=%zu, len=%zu\n", (int)char_len, ptr, idx, char_len); + + if (char_len <= 0) { + break; + } + + if (!(utf8proc_codepoint_valid(ch))) { + log_warn("Invalid codepoint: %d\n", ch); + continue; + } + + state = state_transition(trie, str, idx, char_len, prev_state); + + if (state.state == TRANS_STATE_BEGIN && !in_repeat) { + log_debug("Normal char: %.*s\n", (int)char_len, ptr); + prev_state = original_state; + } else if (state.repeat) { + log_debug("state.repeat\n"); + in_repeat = true; + repeat_state_end = state; + state.advance_state = false; + } else if (state.empty_transition) { + log_debug("state.empty_transition\n"); + state.advance_index = false; + num_chars++; + } else if (state.state == TRANS_STATE_BEGIN && in_repeat && state.result.node_id == repeat_state_end.result.node_id) { + log_debug("end of repeat\n"); + prev_state = repeat_state_end; + state.advance_index = false; + state.advance_state = false; + } else if (in_repeat) { + log_debug("in repeat\n"); + in_repeat = false; + state.advance_index = false; + state.advance_state = false; + } + + if (state.advance_index) { + if (num_chars == group.start) { + log_debug("Starting group\n"); + in_group = true; + group_start = idx; + log_debug("group_start = %zu\n", group_start); + } + + if (in_group) { + log_debug("In group\n"); + group_len += char_len; + + log_debug("group_len=%zu\n", group_len); + log_debug("group.start + group.len = %zu\n", group.start + group.len); + if (num_chars == group.start + group.len - 1) { + in_group = false; + log_debug("adding group str %.*s\n", (int)group_len, str + original_state.phrase_start + group_start); + cstring_array_add_string_len(group_strings, str + original_state.phrase_start + group_start, group_len); + if (group_num < num_groups - 1) { + group_num++; + log_debug("group_num=%zu\n", group_num); + group = groups->a[group_num]; + group_len = 0; + } + state = TRANSLITERATION_DEFAULT_STATE; + } + } + + } + + if (state.advance_index) { + ptr += char_len; + idx += char_len; + num_chars++; + log_debug("num_chars = %zu\n", num_chars); + } + + if (state.advance_state) { + prev_state = state; + } + + } + + bool in_group_ref = false; + + int group_ref = 0; + + size_t group_num_start = 0; + size_t group_num_len = 0; + + idx = 0; + + log_debug("Doing replacements\n"); + + size_t replacement_len = strlen(replacement); + + log_debug("replacement = %s, len = %zu\n", replacement, replacement_len); + + char_array *ret = char_array_new_size(replacement_len); + + uint8_t *replacement_ptr = (uint8_t *)replacement; + + while (idx < replacement_len) { + char_len = utf8proc_iterate(replacement_ptr, replacement_len, &ch); + + if (ch == GROUP_INDICATOR_CODEPOINT) { + log_debug("start group ref\n"); + in_group_ref = true; + group_num_start = idx + 1; + group_num_len = 0; + idx += char_len; + replacement_ptr += char_len; + continue; + } else if (in_group_ref) { + log_debug("in group ref\n"); + sscanf((char *)replacement_ptr, "%d", &group_ref); + log_debug("Got group_ref=%d\n", group_ref); + char *group = cstring_array_get_string(group_strings, group_ref-1); + log_debug("Got group=%s\n", group); + if (group != NULL) { + char_array_cat(ret, group); + } + log_debug("Did cat\n"); + if (group_ref > 0) { + size_t group_ref_len = (int)(log10(group_ref) + 1); + log_debug("group_ref_len=%zu\n", group_ref_len); + idx += group_ref_len; + replacement_ptr += group_ref_len; + } + in_group_ref = false; + } else { + log_debug("ptr=%.*s\n", (int)char_len, replacement_ptr); + char_array_cat_len(ret, (char *)replacement_ptr, char_len); + idx += char_len; + replacement_ptr += char_len; + } + } + + cstring_array_destroy(group_strings); + return char_array_to_string(ret); +} + +char *transliterate(char *trans_name, char *str, size_t len) { + if (trans_name == NULL || str == NULL) return NULL; + + transliteration_table_t *trans_table = get_transliteration_table(); + + if (trans_table == NULL) { + log_error("transliteration table is NULL. Call libpostal_setup() or transliteration_module_setup()\n"); + return NULL; + } + + trie_t *trie = trans_table->trie; + + if (trie == NULL) { + log_warn("transliteration table not initialized\n"); + return NULL; + } + + log_debug("len = %zu\n", len); + + str = strndup(str, len); + + bool allocated_trans_name = false; + + if (!string_is_lower(trans_name)) { + trans_name = strdup(trans_name); + + // Transliterator names are ASCII strings, so this is fine + string_lower(trans_name); + allocated_trans_name = true; + } + + log_debug("lower = %s\n", trans_name); + + transliterator_t *transliterator = get_transliterator(trans_name); + if (transliterator == NULL) { + log_warn("transliterator \"%s\" does not exist\n", trans_name); + if (allocated_trans_name) free(trans_name); + free(str); + return NULL; + } + + log_debug("got transliterator\n"); + + trie_prefix_result_t result = trie_get_prefix(trie, trans_name); + + log_debug("result = {%d, %zu}\n", result.node_id, result.tail_pos); + + uint32_t trans_node_id = result.node_id; + + result = trie_get_prefix_from_index(trans_table->trie, NAMESPACE_SEPARATOR_CHAR, NAMESPACE_SEPARATOR_CHAR_LEN, result.node_id, result.tail_pos); + + trans_node_id = result.node_id; + + trie_prefix_result_t trans_result = result; + + log_debug("trans_node_id = %d\n", trans_node_id); + + transliteration_step_t *step; + char *step_name; + + char_array *new_str = NULL; + + for (uint32_t i = transliterator->steps_index; i < transliterator->steps_index + transliterator->steps_length; i++) { + step = trans_table->steps->a[i]; + step_name = step->name; + if (step->type == STEP_RULESET && trans_node_id == NULL_NODE_ID) { + log_warn("transliterator \"%s\" does not exist in trie\n", trans_name); + if (allocated_trans_name) free(trans_name); + free(str); + return NULL; + } + + if (step->type == STEP_RULESET) { + log_debug("ruleset\n"); + result = trie_get_prefix_from_index(trie, step_name, strlen(step_name), trans_result.node_id, trans_result.tail_pos); + uint32_t step_node_id = result.node_id; + + if (step_node_id == NULL_NODE_ID) { + log_warn("transliterator step \"%s\" does not exist\n", step_name); + if (allocated_trans_name) free(trans_name); + free(str); + return NULL; + } + + result = trie_get_prefix_from_index(trie, NAMESPACE_SEPARATOR_CHAR, NAMESPACE_SEPARATOR_CHAR_LEN, result.node_id, result.tail_pos); + step_node_id = result.node_id; + + log_debug("step_node_id = %d\n", step_node_id); + + trie_prefix_result_t step_result = result; + trie_prefix_result_t context_result = NULL_PREFIX_RESULT; + + new_str = char_array_new_size(len); + + transliteration_state_t state = TRANSLITERATION_DEFAULT_STATE; + + transliteration_state_t start_state = TRANSLITERATION_DEFAULT_STATE; + start_state.result = step_result; + + transliteration_state_t prev_state = start_state; + transliteration_state_t prev2_state = start_state; + + transliteration_state_t repeat_state_end = start_state; + + bool in_repeat = false; + + int32_t ch = 0; + ssize_t char_len = 0; + uint8_t *ptr = (uint8_t *)str; + size_t idx = 0; + + char *original_str = str; + char_array *revisit = NULL; + + transliteration_replacement_t *replacement = NULL; + + transliteration_state_t match_state = TRANSLITERATION_DEFAULT_STATE; + + while (idx < len) { + log_debug("idx=%zu, ptr=%s\n", idx, ptr); + char_len = utf8proc_iterate(ptr, len, &ch); + if (char_len <= 0) { + log_warn("invalid UTF-8 at position %zu in transliterating string: %.*s\n", idx, (int)len, str); + if (allocated_trans_name) free(trans_name); + free(str); + return NULL; + } + + if (!(utf8proc_codepoint_valid(ch))) { + log_warn("Invalid codepoint: %d\n", ch); + idx += char_len; + ptr += char_len; + continue; + } + + if (ch == 0) break; + + log_debug("Got char '%.*s' at idx=%zu, prev_state.state=%d\n", (int)char_len, str + idx, idx, prev_state.state); + + state = state_transition(trie, str, idx, char_len, prev_state); + set_match_if_any(trie, state, &match_state); + + replacement = NULL; + + if ((state.state == TRANS_STATE_BEGIN && prev_state.state == TRANS_STATE_PARTIAL_MATCH) || + (state.state == TRANS_STATE_PARTIAL_MATCH && idx + char_len == len)) { + + log_debug("end of partial or last char, prev start=%zd, prev len=%zu\n", prev_state.phrase_start, prev_state.phrase_len); + + bool context_no_match = false; + + bool is_last_char = idx + char_len == len; + + transliteration_state_t match_candidate_state = state.state == TRANS_STATE_PARTIAL_MATCH ? state : prev_state; + if (state.state == TRANS_STATE_PARTIAL_MATCH) { + log_debug("state.state == TRANS_STATE_PARTIAL_MATCH\n"); + } + + context_result = context_match(trie, str, match_candidate_state); + + if (context_result.node_id != NULL_NODE_ID) { + log_debug("Context match\n"); + match_state = match_candidate_state; + match_state.state = TRANS_STATE_MATCH; + replacement = get_replacement(trie, context_result); + } else { + if (match_state.state == TRANS_STATE_MATCH) { + log_debug("Context no match and previous match\n"); + replacement = get_replacement(trie, match_state.result); + if (state.state != TRANS_STATE_PARTIAL_MATCH) { + state.advance_index = false; + } + } else { + log_debug("Checking for no-context match\n"); + set_match_if_any(trie, match_candidate_state, &match_state); + if (match_state.state != TRANS_STATE_MATCH && !match_candidate_state.in_set) { + log_debug("Trying set for match candidate\n"); + + transliteration_state_t match_prev_state = !is_last_char ? prev2_state : prev_state; + + log_debug("idx = %zu, match_candidate_state.char_len = %zu\n", idx, match_candidate_state.char_len); + + char_set_result_t char_result = next_prefix_or_set(trie, str + idx, match_candidate_state.char_len, match_prev_state.result, false, true); + log_debug("char_result.type = %d\n", char_result.type); + bool is_context = false; + + match_candidate_state = state_from_char_result(char_result, idx, match_candidate_state.char_len, match_prev_state, is_context); + if (match_candidate_state.state == TRANS_STATE_PARTIAL_MATCH) { + log_debug("Got partial match for set check\n"); + set_match_if_any(trie, match_candidate_state, &match_state); + if (match_state.state != TRANS_STATE_MATCH && !match_candidate_state.empty_transition) { + log_debug("match_state.state != TRANS_STATE_MATCH && !match_candidate_state.empty_transition\n"); + prev_state = match_candidate_state; + } + } + } + + if (match_state.state == TRANS_STATE_MATCH) { + log_debug("Match no context\n"); + replacement = get_replacement(trie, match_state.result); + } else { + + log_debug("Tried context for %s at char '%.*s', no match\n", str, (int)char_len, ptr); + context_no_match = true; + } + } + + } + + if (replacement != NULL) { + char *replacement_string = cstring_array_get_string(trans_table->replacement_strings, replacement->string_index); + char *revisit_string = NULL; + if (replacement->revisit_index != 0) { + log_debug("revisit_index = %d\n", replacement->revisit_index); + revisit_string = cstring_array_get_string(trans_table->revisit_strings, replacement->revisit_index); + } + + bool free_revisit = false; + bool free_replacement = false; + + if (replacement->groups != NULL) { + log_debug("Did groups, str=%s\n", str); + replacement_string = replace_groups(trie, str, replacement_string, replacement->groups, match_state); + free_replacement = (replacement_string != NULL); + if (revisit_string != NULL) { + log_debug("===Doing revisit\n"); + revisit_string = replace_groups(trie, str, revisit_string, replacement->groups, match_state); + free_revisit = (revisit_string != NULL); + } + } + + if (revisit_string != NULL) { + log_debug("revisit_string not null, %s\n", revisit_string); + size_t revisit_size = strlen(revisit_string) + len - idx; + if (revisit == NULL) { + revisit = char_array_new_size(revisit_size + 1); + } else { + log_debug("revisit not null\n"); + char_array_clear(revisit); + } + + char_array_cat(revisit, revisit_string); + char_array_cat_len(revisit, str + idx, len - idx); + + idx = 0; + len = revisit_size; + str = char_array_get_string(revisit); + ptr = (uint8_t *)str; + log_debug("Switching to revisit=%s, size=%zu\n", str, revisit_size); + } + + char_array_cat(new_str, replacement_string); + log_debug("Replacement = %s, revisit = %s\n", replacement_string, revisit_string); + + if (free_replacement) { + free(replacement_string); + } + if (free_revisit) { + free(revisit_string); + } + + match_state = TRANSLITERATION_DEFAULT_STATE; + } + + bool added_previous_phrase = false; + + if (context_no_match && !prev_state.empty_transition && prev_state.phrase_len > 0) { + log_debug("Previous phrase stays as is %.*s\n", (int)prev_state.phrase_len, str+prev_state.phrase_start); + char_array_cat_len(new_str, str + prev_state.phrase_start, prev_state.phrase_len); + added_previous_phrase = true; + + if (match_candidate_state.state != TRANS_STATE_PARTIAL_MATCH) { + state = start_state; + } + + } + + if (match_candidate_state.state != TRANS_STATE_PARTIAL_MATCH && !prev_state.empty_transition && idx + char_len == len) { + log_debug("No replacement for %.*s\n", (int)char_len, ptr); + char_array_cat_len(new_str, str + idx, char_len); + state = start_state; + } else if (state.state == TRANS_STATE_BEGIN && !prev_state.empty_transition) { + log_debug("TRANS_STATE_BEGIN && !prev_state.empty_transition\n"); + state.advance_index = false; + } else if (prev_state.empty_transition) { + log_debug("No replacement for %.*s\n", (int)char_len, ptr); + char_array_cat_len(new_str, str + idx, char_len); + } + + state.advance_state = false; + prev_state = start_state; + } else if (state.state == TRANS_STATE_BEGIN && !in_repeat) { + log_debug("No replacement for %.*s\n", (int)char_len, ptr); + char_array_cat_len(new_str, str + idx, char_len); + prev_state = start_state; + state.advance_state = false; + } else if (state.repeat) { + log_debug("state.repeat\n"); + in_repeat = true; + repeat_state_end = state; + state.advance_state = false; + } else if (state.empty_transition) { + log_debug("state.empty_transition\n"); + state.advance_index = false; + } else if (state.state == TRANS_STATE_BEGIN && in_repeat && state.result.node_id == repeat_state_end.result.node_id) { + prev_state = repeat_state_end; + state.advance_index = false; + state.advance_state = false; + } else if (in_repeat) { + in_repeat = false; + state.advance_index = false; + state.advance_state = false; + } + + log_debug("state.phrase_start = %zd, state.phrase_len=%zu\n", state.phrase_start, state.phrase_len); + if (state.advance_index) { + ptr += char_len; + idx += char_len; + } + + if (state.advance_state) { + prev2_state = prev_state; + prev_state = state; + } + + } + + if (revisit != NULL) { + char_array_destroy(revisit); + } + + log_debug("original_str=%s\n", original_str); + + free(original_str); + + str = char_array_to_string(new_str); + + log_debug("new_str = %s\n", str); + + } else if (step->type == STEP_UNICODE_NORMALIZATION) { + log_debug("unicode normalization\n"); + int utf8proc_options = UTF8PROC_OPTIONS_BASE; + if (string_equals(step->name, NFD)) { + utf8proc_options = UTF8PROC_OPTIONS_NFD; + } else if (string_equals(step->name, NFC)) { + utf8proc_options = UTF8PROC_OPTIONS_NFC; + } else if (string_equals(step->name, NFKD)) { + utf8proc_options = UTF8PROC_OPTIONS_NFKD; + } else if (string_equals(step->name, NFKC)) { + utf8proc_options = UTF8PROC_OPTIONS_NFKC; + } else if (string_equals(step->name, STRIP_MARK)) { + utf8proc_options = UTF8PROC_OPTIONS_STRIP_ACCENTS; + } + + uint8_t *utf8proc_normalized = NULL; + utf8proc_map((uint8_t *)str, 0, &utf8proc_normalized, utf8proc_options); + if (utf8proc_normalized != NULL) { + char *old_str = str; + str = (char *)utf8proc_normalized; + log_debug("utf8proc_normalized=%s\n", utf8proc_normalized); + len = strlen(str); + free(old_str); + } + log_debug("Got unicode normalization step, new str=%s, len=%lu\n", str, strlen(str)); + } else if (step->type == STEP_TRANSFORM) { + // Recursive call here shouldn't hurt too much, happens in only a few languages and only 2-3 calls deep + log_debug("Got STEP_TYPE_TRANSFORM, step=%s\n", step_name); + char *old_str = str; + str = transliterate(step_name, str, strlen(str)); + log_debug("Transform result = %s\n", str); + log_debug("str = %s\n", str); + len = strlen(str); + free(old_str); + } + + } + + if (allocated_trans_name) free(trans_name); + return str; +} + +void transliteration_table_destroy(void) { + transliteration_table_t *trans_table = get_transliteration_table(); + if (trans_table == NULL) return; + if (trans_table->trie) { + trie_destroy(trans_table->trie); + } + + if (trans_table->transliterators) { + transliterator_t *trans; + kh_foreach_value(trans_table->transliterators, trans, { + transliterator_destroy(trans); + }) + + kh_destroy(str_transliterator, trans_table->transliterators); + } + + if (trans_table->script_languages) { + kh_destroy(script_language_index, trans_table->script_languages); + } + + if (trans_table->transliterator_names) { + cstring_array_destroy(trans_table->transliterator_names); + } + + if (trans_table->steps) { + step_array_destroy(trans_table->steps); + } + + if (trans_table->replacements) { + transliteration_replacement_array_destroy(trans_table->replacements); + } + + if (trans_table->replacement_strings) { + cstring_array_destroy(trans_table->replacement_strings); + } + + if (trans_table->revisit_strings) { + cstring_array_destroy(trans_table->revisit_strings); + } + + free(trans_table); +} + + +transliteration_table_t *transliteration_table_init(void) { + transliteration_table_t *trans_table = get_transliteration_table(); + + if (trans_table == NULL) { + trans_table = calloc(1, sizeof(transliteration_table_t)); + + trans_table->trie = trie_new(); + if (trans_table->trie == NULL) { + goto exit_trans_table_created; + } + + trans_table->transliterators = kh_init(str_transliterator); + if (trans_table->transliterators == NULL) { + goto exit_trans_table_created; + } + + trans_table->script_languages = kh_init(script_language_index); + if (trans_table->script_languages == NULL) { + goto exit_trans_table_created; + } + + trans_table->transliterator_names = cstring_array_new(); + if (trans_table->transliterator_names == NULL) { + goto exit_trans_table_created; + } + + trans_table->steps = step_array_new(); + if (trans_table->steps == NULL) { + goto exit_trans_table_created; + } + + trans_table->replacements = transliteration_replacement_array_new(); + if (trans_table->replacements == NULL) { + goto exit_trans_table_created; + } + + trans_table->replacement_strings = cstring_array_new(); + if (trans_table->replacement_strings == NULL) { + goto exit_trans_table_created; + } + + trans_table->revisit_strings = cstring_array_new(); + if (trans_table->revisit_strings == NULL) { + goto exit_trans_table_created; + } + + } + + return trans_table; + +exit_trans_table_created: + transliteration_table_destroy(); + exit(1); +} + +transliteration_table_t *transliteration_table_new(void) { + transliteration_table_t *trans_table = transliteration_table_init(); + if (trans_table != NULL) { + cstring_array_add_string(trans_table->replacement_strings, ""); + cstring_array_add_string(trans_table->revisit_strings, ""); + } + return trans_table; +} + +transliteration_step_t *transliteration_step_new(char *name, step_type_t type) { + transliteration_step_t *self = malloc(sizeof(transliteration_step_t)); + + if (self == NULL) { + return NULL; + } + + self->name = strdup(name); + if (self->name == NULL) { + transliteration_step_destroy(self); + } + + self->type = type; + return self; +} + + +void transliteration_step_destroy(transliteration_step_t *self) { + if (self == NULL) { + return; + } + + if (self->name != NULL) { + free(self->name); + } + + free(self); +} + + +transliteration_replacement_t *transliteration_replacement_new(uint32_t string_index, uint32_t revisit_index, group_capture_array *groups) { + transliteration_replacement_t *replacement = malloc(sizeof(transliteration_replacement_t)); + + if (replacement == NULL) { + return NULL; + } + + replacement->num_groups = groups == NULL ? 0 : groups->n; + replacement->groups = groups; + + replacement->string_index = string_index; + replacement->revisit_index = revisit_index; + return replacement; + +} + +void transliteration_replacement_destroy(transliteration_replacement_t *self) { + if (self == NULL) return; + + if (self->groups != NULL) { + group_capture_array_destroy(self->groups); + } + + free(self); +} + +bool transliteration_table_add_transliterator(transliterator_t *trans) { + if (trans_table == NULL) { + return false; + } + + int ret; + khiter_t k = kh_put(str_transliterator, trans_table->transliterators, trans->name, &ret); + if (ret < 0) return false; + kh_value(trans_table->transliterators, k) = trans; + + return true; +} + +bool transliteration_table_add_script_language(script_language_t script_language, transliterator_index_t index) { + if (trans_table == NULL) { + return false; + } + + int ret; + khiter_t k = kh_put(script_language_index, trans_table->script_languages, script_language, &ret); + if (ret < 0) return false; + kh_value(trans_table->script_languages, k) = index; + + return true; +} + +transliterator_index_t get_transliterator_index_for_script_language(script_t script, char *language) { + if (trans_table == NULL || language == NULL || strlen(language) >= MAX_LANGUAGE_LEN) { + return NULL_TRANSLITERATOR_INDEX; + } + + script_language_t script_lang; + script_lang.script = script; + strcpy(script_lang.language, language); + + khiter_t k; + k = kh_get(script_language_index, trans_table->script_languages, script_lang); + return (k != kh_end(trans_table->script_languages)) ? kh_value(trans_table->script_languages, k) : NULL_TRANSLITERATOR_INDEX; +} + + +char *transliterator_replace_strings(trie_t *trie, cstring_array *replacements, char *input) { + phrase_array *phrases; + char_array *str; + char *current = input; + bool is_original = true; + + size_t len = strlen(input); + + // We may go through several rounds of replacements + while (1) { + phrases = trie_search(trie, current); + if (!phrases) { + break; + } else { + str = char_array_new_size(len); + phrase_t phrase; + size_t start = 0; + size_t end = 0; + for (size_t i = 0; i < phrases->n; i++) { + phrase = phrases->a[i]; + end = phrase.start; + char_array_append_len(str, input + start, end - start); + char_array_append(str, cstring_array_get_string(replacements, phrase.data)); + start = phrase.start + phrase.len; + } + + char_array_append_len(str, input + end, len - end); + char_array_terminate(str); + + if (!is_original) { + free(current); + } + + // Destroys the char array itself, but not the string it holds + current = char_array_to_string(str); + is_original = false; + } + } + + return current; +} + +transliterator_t *transliterator_read(FILE *f) { + uint64_t trans_name_len; + + if (!file_read_uint64(f, &trans_name_len)) { + return NULL; + } + + char *name = malloc(trans_name_len); + if (name == NULL) { + return NULL; + } + + if (!file_read_chars(f, name, trans_name_len)) { + return NULL; + } + + bool internal; + if (!file_read_uint8(f, (uint8_t *)&internal)) { + return NULL; + } + + uint32_t steps_index; + + if (!file_read_uint32(f, &steps_index)) { + return NULL; + } + + + uint32_t steps_length; + + if (!file_read_uint32(f, &steps_length)) { + return NULL; + } + + transliterator_t *trans = transliterator_new(name, internal, steps_index, steps_length); + return trans; +} + +bool transliterator_write(transliterator_t *trans, FILE *f) { + size_t trans_name_len = strlen(trans->name) + 1; + if (!file_write_uint64(f, (uint64_t)trans_name_len) || + !file_write_chars(f, trans->name, trans_name_len)) { + return false; + } + + if (!file_write_uint8(f, trans->internal)) { + return false; + } + + if (!file_write_uint32(f, trans->steps_index)) { + return false; + } + + if (!file_write_uint32(f, (uint32_t)trans->steps_length)) { + return false; + } + + return true; +} + +transliteration_step_t *transliteration_step_read(FILE *f) { + uint64_t step_name_len; + + log_debug("reading step\n");; + + transliteration_step_t *step = malloc(sizeof(transliteration_step_t)); + if (step == NULL) { + return NULL; + } + + if (!file_read_uint32(f, &step->type)) { + goto exit_step_destroy; + } + if (!file_read_uint64(f, &step_name_len)) { + goto exit_step_destroy; + } + + char *name = malloc(step_name_len); + if (name == NULL) { + goto exit_step_destroy; + } + + if (!file_read_chars(f, name, step_name_len)) { + free(name); + goto exit_step_destroy; + } + step->name = name; + + return step; + +exit_step_destroy: + free(step); + return NULL; +} + +bool transliteration_step_write(transliteration_step_t *step, FILE *f) { + if (!file_write_uint32(f, step->type)) { + return false; + } + + // Include the NUL byte + size_t step_name_len = strlen(step->name) + 1; + + if (!file_write_uint64(f, (uint64_t)step_name_len) || + !file_write_chars(f, step->name, step_name_len)) { + return false; + } + + return true; +} + +bool group_capture_read(FILE *f, group_capture_t *group) { + uint64_t start; + if (!file_read_uint64(f, &start)) { + return false; + } + group->start = (size_t)start; + + uint64_t len; + if (!file_read_uint64(f, &len)) { + return false; + } + + group->len = (size_t)len; + + return true; +} + +bool group_capture_write(group_capture_t group, FILE *f) { + if (!file_write_uint64(f, (uint64_t)group.start) || + !file_write_uint64(f, (uint64_t)group.len)) { + return false; + } + + return true; +} + +transliteration_replacement_t *transliteration_replacement_read(FILE *f) { + uint32_t string_index; + + if (!file_read_uint32(f, &string_index)) { + return NULL; + } + + uint32_t revisit_index; + + if (!file_read_uint32(f, &revisit_index)) { + return NULL; + } + + uint64_t num_groups; + + if (!file_read_uint64(f, &num_groups)) { + return NULL; + } + + group_capture_array *groups = NULL; + + if (num_groups > 0) { + groups = group_capture_array_new_size((size_t)num_groups); + group_capture_t group; + for (size_t i = 0; i < (size_t)num_groups; i++) { + if (!group_capture_read(f, &group)) { + group_capture_array_destroy(groups); + return NULL; + } + group_capture_array_push(groups, group); + } + + } + + + return transliteration_replacement_new(string_index, revisit_index, groups); +} + +bool transliteration_replacement_write(transliteration_replacement_t *replacement, FILE *f) { + if (!file_write_uint32(f, replacement->string_index)) { + return false; + } + + if (!file_write_uint32(f, replacement->revisit_index)) { + return false; + } + + if (!file_write_uint64(f, replacement->num_groups)) { + return false; + } + + group_capture_t group; + + for (size_t i = 0; i < replacement->num_groups; i++) { + group = replacement->groups->a[i]; + if (!group_capture_write(group, f)) { + return false; + } + } + + return true; + +} + +bool transliteration_table_read(FILE *f) { + if (f == NULL) { + return false; + } + + uint32_t signature; + + log_debug("Reading signature\n"); + + if (!file_read_uint32(f, &signature) || signature != TRANSLITERATION_TABLE_SIGNATURE) { + return false; + } + + trans_table = transliteration_table_init(); + + log_debug("Table initialized\n"); + + uint64_t num_transliterators = 0; + + if (!file_read_uint64(f, &num_transliterators)) { + goto exit_trans_table_load_error; + } + + + log_debug("num_transliterators = %zu\n", (size_t)num_transliterators); + + size_t i; + + transliterator_t *trans; + + for (i = 0; i < (size_t)num_transliterators; i++) { + trans = transliterator_read(f); + if (trans == NULL) { + log_error("trans was NULL\n"); + goto exit_trans_table_load_error; + } else { + log_debug("read trans with name: %s\n", trans->name); + } + if (!transliteration_table_add_transliterator(trans)) { + goto exit_trans_table_load_error; + } + } + + log_debug("Read transliterators\n"); + + uint64_t num_script_languages; + if (!file_read_uint64(f, &num_script_languages)) { + goto exit_trans_table_load_error; + } + + log_debug("num_script_languages = %zu\n", (size_t)num_script_languages); + + script_language_t script_language; + transliterator_index_t index; + + uint64_t language_len = 0; + char language[MAX_LANGUAGE_LEN] = ""; + + uint64_t transliterator_index = 0; + uint64_t index_num_transliterators = 0; + + for (i = 0; i < num_script_languages; i++) { + if (!file_read_uint32(f, (uint32_t *)&script_language.script)) { + goto exit_trans_table_load_error; + } + + if (!file_read_uint64(f, &language_len) || language_len >= MAX_LANGUAGE_LEN) { + goto exit_trans_table_load_error; + } + + if (language_len == 0) { + script_language.language[0] = '\0'; + } else if (!file_read_chars(f, (char *)language, (size_t)language_len)) { + goto exit_trans_table_load_error; + } else { + strcpy(script_language.language, language); + } + + if (!file_read_uint64(f, &transliterator_index)) { + goto exit_trans_table_load_error; + } + + index.transliterator_index = (size_t)transliterator_index; + + if (!file_read_uint64(f, &index_num_transliterators)) { + goto exit_trans_table_load_error; + } + + index.num_transliterators = (size_t)index_num_transliterators; + + log_debug("Adding script language key={%d, %s}, value={%zu, %zu}\n", script_language.script, script_language.language, index.transliterator_index, index.num_transliterators); + + transliteration_table_add_script_language(script_language, index); + } + + uint64_t trans_table_num_strings; + + if (!file_read_uint64(f, &trans_table_num_strings)) { + goto exit_trans_table_load_error; + } + + log_debug("trans_table_num_strings=%zu\n", (size_t)trans_table_num_strings); + + uint64_t trans_name_str_len; + + if (!file_read_uint64(f, &trans_name_str_len)) { + goto exit_trans_table_load_error; + } + + log_debug("Creating char_array with size=%zu\n", (size_t)trans_name_str_len); + + char_array *array = char_array_new_size((size_t)trans_name_str_len); + + if (!file_read_chars(f, array->a, (size_t)trans_name_str_len)) { + goto exit_trans_table_load_error; + } + + array->n = trans_name_str_len; + + cstring_array_destroy(trans_table->transliterator_names); + log_debug("Destroyed current cstring_array\n"); + + log_debug("char_array len=%zu\n", array->n); + + trans_table->transliterator_names = cstring_array_from_char_array(array); + log_debug("Set trans_table->transliterator_names\n"); + + if (cstring_array_num_strings(trans_table->transliterator_names) != trans_table_num_strings) { + goto exit_trans_table_load_error; + } + + uint64_t num_steps; + + if (!file_read_uint64(f, &num_steps)) { + goto exit_trans_table_load_error; + } + + log_debug("num_steps = %zu\n", (size_t)num_steps); + + if (!step_array_resize(trans_table->steps, (size_t)num_steps)) { + goto exit_trans_table_load_error; + } + + log_debug("resized\n"); + + transliteration_step_t *step; + + for (i = 0; i < num_steps; i++) { + step = transliteration_step_read(f); + if (step == NULL) { + goto exit_trans_table_load_error; + } + log_debug("Read step with name %s and type %d\n", step->name, step->type); + step_array_push(trans_table->steps, step); + } + + log_debug("Done with steps\n"); + + transliteration_replacement_t *replacement; + + uint64_t num_replacements; + + if (!file_read_uint64(f, &num_replacements)) { + goto exit_trans_table_load_error; + } + + log_debug("num_replacements = %zu\n", (size_t)num_replacements); + + if (!transliteration_replacement_array_resize(trans_table->replacements, (size_t)num_replacements)) { + goto exit_trans_table_load_error; + } + + log_debug("resized\n"); + + for (i = 0; i < num_replacements; i++) { + replacement = transliteration_replacement_read(f); + if (replacement == NULL) { + goto exit_trans_table_load_error; + } + transliteration_replacement_array_push(trans_table->replacements, replacement); + } + + log_debug("Done with replacements\n"); + + uint64_t num_replacement_tokens; + + if (!file_read_uint64(f, &num_replacement_tokens)) { + goto exit_trans_table_load_error; + } + + log_debug("num_replacement_tokens = %zu\n", (size_t)num_replacement_tokens); + + if (!uint32_array_resize(trans_table->replacement_strings->indices, (size_t)num_replacement_tokens)) { + goto exit_trans_table_load_error; + } + + log_debug("resized\n"); + + uint32_t token_index; + + for (i = 0; i < num_replacement_tokens; i++) { + if (!file_read_uint32(f, &token_index)) { + goto exit_trans_table_load_error; + } + uint32_array_push(trans_table->replacement_strings->indices, token_index); + } + + log_debug("Done with replacement token indices\n"); + + uint64_t replacement_strings_len; + + if (!file_read_uint64(f, &replacement_strings_len)) { + goto exit_trans_table_load_error; + } + + log_debug("replacement_strings_len = %zu\n", (size_t)replacement_strings_len); + + if (!char_array_resize(trans_table->replacement_strings->str, (size_t)replacement_strings_len)) { + goto exit_trans_table_load_error; + } + + log_debug("resized\n"); + + if (!file_read_chars(f, trans_table->replacement_strings->str->a, (size_t)replacement_strings_len)) { + goto exit_trans_table_load_error; + } + + log_debug("Read replacement_strings\n"); + + trans_table->replacement_strings->str->n = replacement_strings_len; + + uint64_t num_revisit_tokens; + + if (!file_read_uint64(f, &num_revisit_tokens)) { + goto exit_trans_table_load_error; + } + + log_debug("num_revisit_tokens = %zu\n", (size_t)num_revisit_tokens); + + if (!uint32_array_resize(trans_table->revisit_strings->indices, (size_t)num_revisit_tokens)) { + goto exit_trans_table_load_error; + } + + log_debug("resized\n"); + + for (i = 0; i < num_revisit_tokens; i++) { + if (!file_read_uint32(f, &token_index)) { + goto exit_trans_table_load_error; + } + uint32_array_push(trans_table->revisit_strings->indices, token_index); + } + + log_debug("Done with revisit token indices\n"); + + uint64_t revisit_strings_len = 0; + + if (!file_read_uint64(f, &revisit_strings_len)) { + goto exit_trans_table_load_error; + } + + log_debug("revisit_strings_len = %zu\n", (size_t)revisit_strings_len); + + if (!char_array_resize(trans_table->revisit_strings->str, (size_t)revisit_strings_len)) { + goto exit_trans_table_load_error; + } + + log_debug("resized\n"); + + if (!file_read_chars(f, trans_table->revisit_strings->str->a, (size_t)revisit_strings_len)) { + goto exit_trans_table_load_error; + } + + log_debug("Read revisit_strings\n"); + + trans_table->revisit_strings->str->n = revisit_strings_len; + + // Free the default trie + trie_destroy(trans_table->trie); + + trans_table->trie = trie_read(f); + log_debug("Read trie\n"); + if (trans_table->trie == NULL) { + goto exit_trans_table_load_error; + } + + return true; + +exit_trans_table_load_error: + transliteration_table_destroy(); + return false; +} + +bool transliteration_table_write(FILE *f) { + if (f == NULL) { + return false; + } + + transliterator_t *trans; + + if (!file_write_uint32(f, TRANSLITERATION_TABLE_SIGNATURE)) { + return false; + } + + size_t num_transliterators = kh_size(trans_table->transliterators); + + if (!file_write_uint64(f, (uint64_t)num_transliterators)) { + return false; + } + + kh_foreach_value(trans_table->transliterators, trans, { + if (!transliterator_write(trans, f)) { + return false; + } + }) + + size_t i; + + size_t num_script_languages = kh_size(trans_table->script_languages); + + if (!file_write_uint64(f, (uint64_t)num_script_languages)) { + return false; + } + + script_language_t script_language; + transliterator_index_t index; + + kh_foreach(trans_table->script_languages, script_language, index, { + if (!file_write_uint32(f, (uint32_t)script_language.script)) { + return false; + } + + size_t language_len = strlen(script_language.language); + + if (!file_write_uint64(f, (uint64_t)language_len)) { + return false; + } + + if (language_len > 0 && !file_write_chars(f, script_language.language, language_len)) { + return false; + } + + if (!file_write_uint64(f, (uint64_t)index.transliterator_index)) { + return false; + } + + if (!file_write_uint64(f, (uint64_t)index.num_transliterators)) { + return false; + } + }) + + size_t num_trans_names = trans_table->transliterator_names->indices->n; + + if (!file_write_uint64(f, (uint64_t)num_trans_names)) { + return false; + } + + size_t trans_names_str_len = trans_table->transliterator_names->str->n; + + if (!file_write_uint64(f, (uint64_t)trans_names_str_len)) { + return false; + } + + if (!file_write_chars(f, trans_table->transliterator_names->str->a, trans_names_str_len)) { + return false; + } + + transliteration_step_t *step; + + + size_t num_steps = trans_table->steps->n; + + if (!file_write_uint64(f, num_steps)) { + return false; + } + + for (i = 0; i < num_steps; i++) { + step = trans_table->steps->a[i]; + if (!transliteration_step_write(step, f)) { + return false; + } + } + + size_t num_replacements = trans_table->replacements->n; + + if (!file_write_uint64(f, num_replacements)) { + return false; + } + + transliteration_replacement_t *replacement; + + for (i = 0; i < trans_table->replacements->n; i++) { + replacement = trans_table->replacements->a[i]; + if (!transliteration_replacement_write(replacement, f)) { + return false; + } + } + + size_t replacement_tokens_len = trans_table->replacement_strings->indices->n; + + if (!file_write_uint64(f, replacement_tokens_len)) { + return false; + } + + for (i = 0; i < replacement_tokens_len; i++) { + if (!file_write_uint32(f, trans_table->replacement_strings->indices->a[i])) { + return false; + } + } + + size_t replacement_strings_len = trans_table->replacement_strings->str->n; + + if (!file_write_uint64(f, replacement_strings_len)) { + return false; + } + + if (!file_write_chars(f, trans_table->replacement_strings->str->a, replacement_strings_len)) { + return false; + } + + size_t revisit_tokens_len = trans_table->revisit_strings->indices->n; + + log_debug("revisit_tokens_len=%zu\n", revisit_tokens_len); + + if (!file_write_uint64(f, revisit_tokens_len)) { + return false; + } + + for (i = 0; i < revisit_tokens_len; i++) { + if (!file_write_uint32(f, trans_table->revisit_strings->indices->a[i])) { + return false; + } + } + + size_t revisit_strings_len = trans_table->revisit_strings->str->n; + + if (!file_write_uint64(f, revisit_strings_len)) { + return false; + } + + if (!file_write_chars(f, trans_table->revisit_strings->str->a, revisit_strings_len)) { + return false; + } + + if (!trie_write(trans_table->trie, f)) { + return false; + } + + return true; + +} + +bool transliteration_table_load(char *filename) { + if (filename == NULL || trans_table != NULL) { + return false; + } + + FILE *f; + + if ((f = fopen(filename, "rb")) != NULL) { + bool ret = transliteration_table_read(f); + fclose(f); + return ret; + } else { + return false; + } +} + + +bool transliteration_table_save(char *filename) { + if (trans_table == NULL || filename == NULL) { + return false; + } + + FILE *f; + + if ((f = fopen(filename, "wb")) != NULL) { + bool ret = transliteration_table_write(f); + fclose(f); + return ret; + } else { + return false; + } + +} + +bool transliteration_module_init(void) { + trans_table = transliteration_table_new(); + return trans_table != NULL; +} + +bool transliteration_module_setup(char *filename) { + if (trans_table == NULL) { + return transliteration_table_load(filename == NULL ? DEFAULT_TRANSLITERATION_PATH : filename); + } + + return true; +} + + +void transliteration_module_teardown(void) { + transliteration_table_destroy(); + trans_table = NULL; +} + diff --git a/src/transliterate.h b/src/transliterate.h new file mode 100644 index 0000000..ab55939 --- /dev/null +++ b/src/transliterate.h @@ -0,0 +1,177 @@ +#ifndef TRANSLITERATE_H +#define TRANSLITERATE_H + +#include +#include +#include + +#include "collections.h" +#include "constants.h" +#include "klib/khash.h" +#include "string_utils.h" +#include "trie.h" +#include "trie_search.h" +#include "unicode_scripts.h" + +#define LATIN_ASCII "latin-ascii" +#define LATIN_ASCII_SIMPLE "latin-ascii-simple" +#define HTML_ESCAPE "html-escape" + +#define TRANSLITERATION_DATA_FILE "transliteration.dat" +#define DEFAULT_TRANSLITERATION_PATH LIBPOSTAL_TRANSLITERATION_DIR PATH_SEPARATOR TRANSLITERATION_DATA_FILE + +#define MAX_TRANS_NAME_LEN 100 + +typedef enum { + STEP_RULESET, + STEP_TRANSFORM, + STEP_UNICODE_NORMALIZATION +} step_type_t; + +typedef struct transliteration_step { + step_type_t type; + char *name; +} transliteration_step_t; + +transliteration_step_t *transliteration_step_new(char *name, step_type_t type); +void transliteration_step_destroy(transliteration_step_t *self); + +VECTOR_INIT_FREE_DATA(step_array, transliteration_step_t *, transliteration_step_destroy) + +typedef struct transliterator { + char *name; + uint8_t internal; + uint32_t steps_index; + size_t steps_length; +} transliterator_t; + +#define MAX_GROUP_LEN 5 + +typedef struct group_capture { + size_t start; + size_t len; +} group_capture_t; + +VECTOR_INIT(group_capture_array, group_capture_t) + +typedef struct transliteration_replacement { + uint32_t string_index; + uint32_t revisit_index; + size_t num_groups; + group_capture_array *groups; +} transliteration_replacement_t; + +transliteration_replacement_t *transliteration_replacement_new( + uint32_t string_index, + uint32_t revisit_index, + group_capture_array *groups +); + +void transliteration_replacement_destroy(transliteration_replacement_t *self); + +VECTOR_INIT_FREE_DATA(transliteration_replacement_array, transliteration_replacement_t *, transliteration_replacement_destroy) + +KHASH_MAP_INIT_STR(str_transliterator, transliterator_t *) + +#define kh_script_lang_hash(key) ((khint_t)(key).script ^ (((key).language == NULL) ? 0 : kh_str_hash_func((key).language))) +#define kh_script_lang_equal(a, b) (((a).script == (b).script) && strcmp((a).language, (b).language) == 0) + +typedef struct transliterator_index { + size_t transliterator_index; + size_t num_transliterators; +} transliterator_index_t; + +#define NULL_TRANSLITERATOR_INDEX (transliterator_index_t) {0, 0} + +KHASH_INIT(script_language_index, script_language_t, transliterator_index_t, 1, kh_script_lang_hash, kh_script_lang_equal) + +typedef struct transliteration_table { + khash_t(str_transliterator) *transliterators; + + khash_t(script_language_index) *script_languages; + cstring_array *transliterator_names; + + step_array *steps; + trie_t *trie; + + transliteration_replacement_array *replacements; + cstring_array *replacement_strings; + cstring_array *revisit_strings; +} transliteration_table_t; + +// Control characters are special +#define WORD_BOUNDARY_CHAR "\x01" +#define WORD_BOUNDARY_CODEPOINT 1 +#define WORD_BOUNDARY_CHAR_LEN strlen(WORD_BOUNDARY_CHAR) +#define PRE_CONTEXT_CHAR "\x86" +#define PRE_CONTEXT_CODEPOINT 134 +#define PRE_CONTEXT_CHAR_LEN strlen(PRE_CONTEXT_CHAR) +#define POST_CONTEXT_CHAR "\x87" +#define POST_CONTEXT_CODEPOINT 135 +#define POST_CONTEXT_CHAR_LEN strlen(POST_CONTEXT_CHAR) +#define EMPTY_TRANSITION_CHAR "\x04" +#define EMPTY_TRANSITION_CODEPOINT 4 +#define EMPTY_TRANSITION_CHAR_LEN strlen(EMPTY_TRANSITION_CHAR) +#define REPEAT_CHAR "\x05" +#define REPEAT_CODEPOINT 5 +#define REPEAT_CHAR_LEN strlen(REPEAT_CHAR) +#define GROUP_INDICATOR_CHAR "\x1d" +#define GROUP_INDICATOR_CODEPOINT 29 +#define GROUP_INDICATOR_CHAR_LEN strlen(GROUP_INDICATOR_CHAR) +#define BEGIN_SET_CHAR "\x0f" +#define BEGIN_SET_CODEPOINT 15 +#define BEGIN_SET_CHAR_LEN strlen(BEGIN_SET_CHAR) +#define END_SET_CHAR "\x0e" +#define END_SET_CODEPOINT 14 +#define END_SET_CHAR_LEN strlen(END_SET_CHAR) + + +#define DOLLAR_CODEPOINT 36 + +#define LPAREN_CODEPOINT 40 +#define RPAREN_CODEPOINT 41 + +#define STAR_CODEPOINT 42 +#define PLUS_CODEPOINT 43 + +#define LSQUARE_CODEPOINT 91 +#define BACKSLASH_CODEPOINT 92 +#define RSQUARE_CODEPOINT 93 + +#define LCURLY_CODEPOINT 123 +#define RCURLY_CODEPOINT 125 + + +// Primary API +transliteration_table_t *get_transliteration_table(void); + +transliterator_t *transliterator_new(char *name, uint8_t internal, uint32_t steps_index, size_t steps_length); +void transliterator_destroy(transliterator_t *self); + +bool transliteration_table_add_transliterator(transliterator_t *trans); + +transliterator_t *get_transliterator(char *name); +char *transliterate(char *trans_name, char *str, size_t len); + +bool transliteration_table_add_script_language(script_language_t script_language, transliterator_index_t index); +transliterator_index_t get_transliterator_index_for_script_language(script_t script, char *language); + +#define foreach_transliterator(script, language, transliterator_var, code) do { \ + transliteration_table_t *__trans_table = get_transliteration_table(); \ + transliterator_index_t __index = get_transliterator_index_for_script_language(script, language); \ + for (size_t __i = __index.transliterator_index; __i < __index.transliterator_index + __index.num_transliterators; __i++) { \ + transliterator_var = cstring_array_get_string(__trans_table->transliterator_names, (uint32_t)__i); \ + if (transliterator_var == NULL) break; \ + code; \ + } \ + } while (0); + +bool transliteration_table_write(FILE *file); +bool transliteration_table_save(char *filename); + +// Module setup/teardown +bool transliteration_module_init(void); +bool transliteration_module_setup(char *filename); +void transliteration_module_teardown(void); + +#endif diff --git a/src/transliteration_data.c b/src/transliteration_data.c new file mode 100644 index 0000000..0ad2cdc --- /dev/null +++ b/src/transliteration_data.c @@ -0,0 +1,74083 @@ +#include + +transliteration_rule_source_t rules_source[] = { + {"\xe3\x83\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xe3\x83\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\xa2\xe3\x82\xa4\xe3\x82\xa6\xe3\x82\xa8\xe3\x82\xaa\xe3\x83\x8a\xe3\x83\x8b\xe3\x83\x8c\xe3\x83\x8d\xe3\x83\x8e\xe3\x83\xa4\xe3\x83\xa6\xe3\x83\xa8\xe3\x83\xb3]",44,"n\'",2,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b\x04]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b\x04]",12,CONTEXT_TYPE_STRING,1,".",1,CONTEXT_TYPE_NONE,0,NULL,0,"\x1d""1",2,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b\x04]",12,CONTEXT_TYPE_REGEX,4,"[aeiou][y\x04]\x05[bcdfghjklmnpqrstvwxyz]",35,CONTEXT_TYPE_NONE,0,NULL,0,"\x1d""1",2,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,5,"[aeiou][y\x04]\x05zd",14,CONTEXT_TYPE_NONE,0,NULL,0,"dz\x1d""1",4,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,5,"[aeiou][y\x04]\x05st",14,CONTEXT_TYPE_NONE,0,NULL,0,"ts\x1d""1",4,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,5,"[aeiou][y\x04]\x05jd",14,CONTEXT_TYPE_NONE,0,NULL,0,"dj\x1d""1",4,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,5,"[aeiou][y\x04]\x05hc",14,CONTEXT_TYPE_NONE,0,NULL,0,"ch\x1d""1",4,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,4,"[aeiou][y\x04]\x05j",13,CONTEXT_TYPE_NONE,0,NULL,0,"j\x1d""1",3,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,5,"[aeiou][y\x04]\x05hs",14,CONTEXT_TYPE_NONE,0,NULL,0,"sh\x1d""1",4,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,4,"[aeiou][y\x04]\x05w",13,CONTEXT_TYPE_NONE,0,NULL,0,"v\x1d""1",3,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,4,"[aeiou][y\x04]\x05""b",13,CONTEXT_TYPE_NONE,0,NULL,0,"h\x1d""1",3,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,4,"[aeiou][y\x04]\x05t",13,CONTEXT_TYPE_NONE,0,NULL,0,"d\x1d""1",3,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,4,"[aeiou][y\x04]\x05s",13,CONTEXT_TYPE_NONE,0,NULL,0,"z\x1d""1",3,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,4,"[aeiou][y\x04]\x05k",13,CONTEXT_TYPE_NONE,0,NULL,0,"g\x1d""1",3,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,5,"[aeiou][y\x04]\x05st",14,CONTEXT_TYPE_NONE,0,NULL,0,"dz\x1d""1",4,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,5,"[aeiou][y\x04]\x05hc",14,CONTEXT_TYPE_NONE,0,NULL,0,"dj\x1d""1",4,NULL,0,NULL,0}, + {"\xe3\x83\xbd[\xe3\x82\x99\xe3\x82\x9b]",11,CONTEXT_TYPE_REGEX,5,"[aeiou][y\x04]\x05hs",14,CONTEXT_TYPE_NONE,0,NULL,0,"j\x1d""1",3,NULL,0,NULL,0}, + {"\xe3\x83\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~yo",3,NULL,0,NULL,0}, + {"\xe3\x83\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~yu",3,NULL,0,NULL,0}, + {"\xe3\x83\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~ya",3,NULL,0,NULL,0}, + {"\xe3\x83\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~wa",3,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~tsu",4,NULL,0,NULL,0}, + {"\xe3\x82\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~o",2,NULL,0,NULL,0}, + {"\xe3\x82\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~e",2,NULL,0,NULL,0}, + {"\xe3\x82\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~u",2,NULL,0,NULL,0}, + {"\xe3\x82\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~i",2,NULL,0,NULL,0}, + {"\xe3\x82\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~a",2,NULL,0,NULL,0}, + {"\xe3\x83\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x84",2,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\x84\xe3\x82\x86\xe3\x82\x88\xe3\x83\xa4\xe3\x83\xa6\xe3\x83\xa8]",20,"y",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\x8f\xe3\x82\x90\xe3\x82\x91\xe3\x82\x92\xe3\x83\xaf\xe3\x83\xb0\xe3\x83\xb1\xe3\x83\xb2]",26,"w",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x81\x95\xe3\x81\x97\xe3\x81\x99\xe3\x81\x9b\xe3\x81\x9d\xe3\x82\xb5\xe3\x82\xb7\xe3\x82\xb9\xe3\x82\xbb\xe3\x82\xbd]",32,"s",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x81\x9f\xe3\x81\xa1\xe3\x81\xa4\xe3\x81\xa6\xe3\x81\xa8\xe3\x82\xbf\xe3\x83\x81\xe3\x83\x84\xe3\x83\x86\xe3\x83\x88]",32,"t",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\x89\xe3\x82\x8a\xe3\x82\x8b\xe3\x82\x8c\xe3\x82\x8d\xe3\x83\xa9\xe3\x83\xaa\xe3\x83\xab\xe3\x83\xac\xe3\x83\xad]",32,"r",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x81\xb5\xe3\x83\x95]",8,"f",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x81\xaf\xe3\x81\xb2\xe3\x81\xb8\xe3\x81\xbb\xe3\x83\x8f\xe3\x83\x92\xe3\x83\x98\xe3\x83\x9b]",26,"h",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x81\xaa\xe3\x81\xab\xe3\x81\xac\xe3\x81\xad\xe3\x81\xae\xe3\x83\x8a\xe3\x83\x8b\xe3\x83\x8c\xe3\x83\x8d\xe3\x83\x8e\xe3\x83\xb3]",35,"n",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x81\xbe\xe3\x81\xbf\xe3\x82\x80\xe3\x82\x81\xe3\x82\x82\xe3\x83\x9e\xe3\x83\x9f\xe3\x83\xa0\xe3\x83\xa1\xe3\x83\xa2]",32,"m",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x81\x8b\xe3\x81\x8d\xe3\x81\x8f\xe3\x81\x91\xe3\x81\x93\xe3\x82\xab\xe3\x82\xad\xe3\x82\xaf\xe3\x82\xb1\xe3\x82\xb3]",32,"k",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[\xe3\x83\xaf\xe3\x83\xb0\xe3\x83\xb1\xe3\x83\xb2]\xe3\x82\x99",17,"v",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[\xe3\x81\x95\xe3\x81\x97\xe3\x81\x99\xe3\x81\x9b\xe3\x81\x9d\xe3\x82\xb5\xe3\x82\xb7\xe3\x82\xb9\xe3\x82\xbb\xe3\x82\xbd][\xe3\x82\x99\xe3\x82\x9b]",40,"z",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[\xe3\x83\x8f\xe3\x83\x92\xe3\x83\x95\xe3\x83\x98\xe3\x83\x9b][\xe3\x82\x9a\xe3\x82\x9c]",25,"p",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[\xe3\x81\x8b\xe3\x81\x8d\xe3\x81\x8f\xe3\x81\x91\xe3\x81\x93\xe3\x82\xab\xe3\x82\xad\xe3\x82\xaf\xe3\x82\xb1\xe3\x82\xb3][\xe3\x82\x99\xe3\x82\x9b]",40,"g",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[\xe3\x81\x9f\xe3\x81\xa1\xe3\x81\xa4\xe3\x81\xa6\xe3\x81\xa8\xe3\x82\xbf\xe3\x83\x81\xe3\x83\x84\xe3\x83\x86\xe3\x83\x88][\xe3\x82\x99\xe3\x82\x9b]",40,"d",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[\xe3\x83\x8f\xe3\x83\x92\xe3\x83\x95\xe3\x83\x98\xe3\x83\x9b][\xe3\x82\x99\xe3\x82\x9b]",25,"b",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[\xe3\x81\x97\xe3\x82\xb7][\xe3\x82\x99\xe3\x82\x9b]",16,"j",1,NULL,0,NULL,0}, + {"\xe3\x83\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yo",2,NULL,0,NULL,0}, + {"\xe3\x83\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xe3\x83\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xe3\x83\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wo",2,NULL,0,NULL,0}, + {"\xe3\x83\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"we",2,NULL,0,NULL,0}, + {"\xe3\x83\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wi",2,NULL,0,NULL,0}, + {"\xe3\x83\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wa",2,NULL,0,NULL,0}, + {"\xe3\x82\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xe3\x82\xa6\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"vu",2,NULL,0,NULL,0}, + {"\xe3\x83\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tsu",3,NULL,0,NULL,0}, + {"\xe3\x83\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"to",2,NULL,0,NULL,0}, + {"\xe3\x83\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"te",2,NULL,0,NULL,0}, + {"\xe3\x83\x86\xe3\x82\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu",2,NULL,0,NULL,0}, + {"\xe3\x83\x86\xe3\x82\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti",2,NULL,0,NULL,0}, + {"\xe3\x82\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ta",2,NULL,0,NULL,0}, + {"\xe3\x82\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shi",3,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x83\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sho",3,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x82\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"she",3,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x83\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu",3,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x82\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shi~i",5,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x83\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sha",3,NULL,0,NULL,0}, + {"\xe3\x82\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"so",2,NULL,0,NULL,0}, + {"\xe3\x82\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"se",2,NULL,0,NULL,0}, + {"\xe3\x82\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su",2,NULL,0,NULL,0}, + {"\xe3\x82\xbb\xe3\x82\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"si",2,NULL,0,NULL,0}, + {"\xe3\x82\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sa",2,NULL,0,NULL,0}, + {"\xe3\x82\xbd\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zo",2,NULL,0,NULL,0}, + {"\xe3\x82\xbb\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ze",2,NULL,0,NULL,0}, + {"\xe3\x82\xb9\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu",2,NULL,0,NULL,0}, + {"\xe3\x82\xbb\xe3\x82\x99\xe3\x82\xa3",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zi",2,NULL,0,NULL,0}, + {"\xe3\x82\xb5\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"za",2,NULL,0,NULL,0}, + {"\xe3\x83\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ro",2,NULL,0,NULL,0}, + {"\xe3\x83\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"re",2,NULL,0,NULL,0}, + {"\xe3\x83\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru",2,NULL,0,NULL,0}, + {"\xe3\x83\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ri",2,NULL,0,NULL,0}, + {"\xe3\x83\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ra",2,NULL,0,NULL,0}, + {"\xe3\x83\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\xa3\xe3\x82\xa7\xe3\x83\xa3\xe3\x83\xa5\xe3\x83\xa7]",17,"r",1,"~",1,NULL,0}, + {"\xe3\x83\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fu",2,NULL,0,NULL,0}, + {"\xe3\x83\x95\xe3\x82\xa9",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fo",2,NULL,0,NULL,0}, + {"\xe3\x83\x95\xe3\x82\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fe",2,NULL,0,NULL,0}, + {"\xe3\x83\x95\xe3\x82\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fi",2,NULL,0,NULL,0}, + {"\xe3\x83\x95\xe3\x82\xa1",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fa",2,NULL,0,NULL,0}, + {"\xe3\x83\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ho",2,NULL,0,NULL,0}, + {"\xe3\x83\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"he",2,NULL,0,NULL,0}, + {"\xe3\x83\x98\xe3\x82\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu",2,NULL,0,NULL,0}, + {"\xe3\x83\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hi",2,NULL,0,NULL,0}, + {"\xe3\x83\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ha",2,NULL,0,NULL,0}, + {"\xe3\x83\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\xa3\xe3\x82\xa7\xe3\x83\xa3\xe3\x83\xa5\xe3\x83\xa7]",17,"h",1,"~",1,NULL,0}, + {"\xe3\x83\x9b\xe3\x82\x9a",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"po",2,NULL,0,NULL,0}, + {"\xe3\x83\x98\xe3\x82\x9a",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pe",2,NULL,0,NULL,0}, + {"\xe3\x83\x95\xe3\x82\x9a",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pu",2,NULL,0,NULL,0}, + {"\xe3\x83\x92\xe3\x82\x9a",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi",2,NULL,0,NULL,0}, + {"\xe3\x83\x8f\xe3\x82\x9a",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pa",2,NULL,0,NULL,0}, + {"\xe3\x83\x92\xe3\x82\x9a",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\xa3\xe3\x82\xa7\xe3\x83\xa3\xe3\x83\xa5\xe3\x83\xa7]",17,"p",1,"~",1,NULL,0}, + {"\xe3\x82\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xe3\x83\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"no",2,NULL,0,NULL,0}, + {"\xe3\x83\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ne",2,NULL,0,NULL,0}, + {"\xe3\x83\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nu",2,NULL,0,NULL,0}, + {"\xe3\x83\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni",2,NULL,0,NULL,0}, + {"\xe3\x83\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"na",2,NULL,0,NULL,0}, + {"\xe3\x83\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\xa3\xe3\x82\xa7\xe3\x83\xa3\xe3\x83\xa5\xe3\x83\xa7]",17,"n",1,"~",1,NULL,0}, + {"\xe3\x83\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mo",2,NULL,0,NULL,0}, + {"\xe3\x83\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"me",2,NULL,0,NULL,0}, + {"\xe3\x83\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mu",2,NULL,0,NULL,0}, + {"\xe3\x83\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi",2,NULL,0,NULL,0}, + {"\xe3\x83\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ma",2,NULL,0,NULL,0}, + {"\xe3\x83\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\xa3\xe3\x82\xa7\xe3\x83\xa3\xe3\x83\xa5\xe3\x83\xa7]",17,"m",1,"~",1,NULL,0}, + {"\xe3\x82\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ko",2,NULL,0,NULL,0}, + {"\xe3\x82\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ke",2,NULL,0,NULL,0}, + {"\xe3\x82\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku",2,NULL,0,NULL,0}, + {"\xe3\x82\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ki",2,NULL,0,NULL,0}, + {"\xe3\x82\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ka",2,NULL,0,NULL,0}, + {"\xe3\x82\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\xa3\xe3\x82\xa7\xe3\x83\xa3\xe3\x83\xa5\xe3\x83\xa7]",17,"k",1,"~",1,NULL,0}, + {"\xe3\x82\xb7\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji",2,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x82\x99\xe3\x83\xa7",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jo",2,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x82\x99\xe3\x82\xa7",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"je",2,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x82\x99\xe3\x83\xa5",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ju",2,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x82\x99\xe3\x82\xa3",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji~i",4,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x82\x99\xe3\x83\xa3",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ja",2,NULL,0,NULL,0}, + {"\xe3\x82\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe3\x82\xb3\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"go",2,NULL,0,NULL,0}, + {"\xe3\x82\xb1\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ge",2,NULL,0,NULL,0}, + {"\xe3\x82\xaf\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu",2,NULL,0,NULL,0}, + {"\xe3\x82\xad\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gi",2,NULL,0,NULL,0}, + {"\xe3\x82\xab\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ga",2,NULL,0,NULL,0}, + {"\xe3\x82\xad\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\xa3\xe3\x82\xa7\xe3\x83\xa3\xe3\x83\xa5\xe3\x83\xa7]",17,"g",1,"~",1,NULL,0}, + {"\xe3\x82\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe3\x83\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chi",3,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x83\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cho",3,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x82\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"che",3,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x83\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu",3,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x82\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chi~i",5,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x83\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cha",3,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dji",3,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x82\x99\xe3\x83\xa7",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"djo",3,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x82\x99\xe3\x82\xa7",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dje",3,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x82\x99\xe3\x83\xa5",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dju",3,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x82\x99\xe3\x82\xa3",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dji~i",5,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x82\x99\xe3\x83\xa3",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dja",3,NULL,0,NULL,0}, + {"\xe3\x83\x84\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dzu",3,NULL,0,NULL,0}, + {"\xe3\x83\x88\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"do",2,NULL,0,NULL,0}, + {"\xe3\x83\x86\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"de",2,NULL,0,NULL,0}, + {"\xe3\x83\x86\xe3\x82\x99\xe3\x82\xa5",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"du",2,NULL,0,NULL,0}, + {"\xe3\x83\x86\xe3\x82\x99\xe3\x82\xa3",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di",2,NULL,0,NULL,0}, + {"\xe3\x82\xbf\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"da",2,NULL,0,NULL,0}, + {"\xe3\x83\x9b\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bo",2,NULL,0,NULL,0}, + {"\xe3\x83\x98\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"be",2,NULL,0,NULL,0}, + {"\xe3\x83\x95\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bu",2,NULL,0,NULL,0}, + {"\xe3\x83\x92\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi",2,NULL,0,NULL,0}, + {"\xe3\x83\x8f\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ba",2,NULL,0,NULL,0}, + {"\xe3\x83\x92\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\xa3\xe3\x82\xa7\xe3\x83\xa3\xe3\x83\xa5\xe3\x83\xa7]",17,"b",1,"~",1,NULL,0}, + {"\xe3\x82\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"~\xe3\x83\xa7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yo",2,NULL,0,NULL,0}, + {"~\xe3\x82\xa7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ye",2,NULL,0,NULL,0}, + {"~\xe3\x83\xa5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"~\xe3\x82\xa3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yi",2,NULL,0,NULL,0}, + {"~\xe3\x83\xa3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xe3\x83\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~ke",3,NULL,0,NULL,0}, + {"\xe3\x83\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~ka",3,NULL,0,NULL,0}, + {"\xe3\x83\xb2\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"vo",2,NULL,0,NULL,0}, + {"\xe3\x83\xb1\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ve",2,NULL,0,NULL,0}, + {"\xe3\x83\xb0\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"vi",2,NULL,0,NULL,0}, + {"\xe3\x83\xaf\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"va",2,NULL,0,NULL,0}, + {"\xe3\x80\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xe3\x80\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xd9\xab",2,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9]",22,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9]",22,",",1,NULL,0,NULL,0}, + {"\xd9\xac",2,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9]",22,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9]",22,".",1,NULL,0,NULL,0}, + {"\xd9\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd8\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xd8\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,";",1,NULL,0,NULL,0}, + {"\xd8\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"\xd9\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"%",1,NULL,0,NULL,0}, + {"\xd9\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0",1,NULL,0,NULL,0}, + {"\xdb\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1",1,NULL,0,NULL,0}, + {"\xdb\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2",1,NULL,0,NULL,0}, + {"\xdb\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3",1,NULL,0,NULL,0}, + {"\xdb\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4",1,NULL,0,NULL,0}, + {"\xdb\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5",1,NULL,0,NULL,0}, + {"\xdb\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6",1,NULL,0,NULL,0}, + {"\xdb\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7",1,NULL,0,NULL,0}, + {"\xdb\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8",1,NULL,0,NULL,0}, + {"\xdb\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9",1,NULL,0,NULL,0}, + {"\xd9\x83\xd9\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd8\xb2\xd9\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd8\xb3\xd9\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xda\xaf\xd9\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd8\xa8\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bb",2,NULL,0,NULL,0}, + {"\xd9\xbe\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pp",2,NULL,0,NULL,0}, + {"\xd8\xaa\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tt",2,NULL,0,NULL,0}, + {"\xd9\xbc\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xaf\xe1\xb9\xaf",6,NULL,0,NULL,0}, + {"\xd8\xab\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x84s\xcc\x84",6,NULL,0,NULL,0}, + {"\xd8\xac\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jj",2,NULL,0,NULL,0}, + {"\xda\x86\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chch",4,NULL,0,NULL,0}, + {"\xd9\x91\xda\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tsts",4,NULL,0,NULL,0}, + {"\xd9\x91\xda\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dz",2,NULL,0,NULL,0}, + {"\xd8\xad\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa5\xe1\xb8\xa5",6,NULL,0,NULL,0}, + {"\xd8\xae\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"khkh",4,NULL,0,NULL,0}, + {"\xd8\xaf\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dd",2,NULL,0,NULL,0}, + {"\xd9\x91\xda\x89",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x8f\xe1\xb8\x8f",6,NULL,0,NULL,0}, + {"\xd8\xb0\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\x84z\xcc\x84",6,NULL,0,NULL,0}, + {"\xd8\xb1\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"rr",2,NULL,0,NULL,0}, + {"\xd9\x91\xda\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x9f\xe1\xb9\x9f",6,NULL,0,NULL,0}, + {"\xd8\xb2\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zz",2,NULL,0,NULL,0}, + {"\xda\x98\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhzh",4,NULL,0,NULL,0}, + {"\xd9\x91\xda\x98",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcd\x9fhz\xcd\x9fh",8,NULL,0,NULL,0}, + {"\xd8\xb3\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ss",2,NULL,0,NULL,0}, + {"\xd8\xb4\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shsh",4,NULL,0,NULL,0}, + {"\xd9\x91\xda\x9a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcd\x9fhs\xcd\x9fh",8,NULL,0,NULL,0}, + {"\xd8\xb5\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa3\xe1\xb9\xa3",6,NULL,0,NULL,0}, + {"\xd8\xb6\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x8d\xe1\xb8\x8d",6,NULL,0,NULL,0}, + {"\xd8\xb7\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xad\xe1\xb9\xad",6,NULL,0,NULL,0}, + {"\xd8\xb8\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x93\xe1\xba\x93",6,NULL,0,NULL,0}, + {"\xd8\xb9\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98\xe2\x80\x98",6,NULL,0,NULL,0}, + {"\xd8\xba\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ghgh",4,NULL,0,NULL,0}, + {"\xd9\x81\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ff",2,NULL,0,NULL,0}, + {"\xd9\x82\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qq",2,NULL,0,NULL,0}, + {"\xd9\x83\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kk",2,NULL,0,NULL,0}, + {"\xd9\x91\xda\xaf",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gg",2,NULL,0,NULL,0}, + {"\xd9\x91\xda\xb0",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gg",2,NULL,0,NULL,0}, + {"\xd9\x84\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ll",2,NULL,0,NULL,0}, + {"\xd9\x85\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mm",2,NULL,0,NULL,0}, + {"\xd9\x86\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nn",2,NULL,0,NULL,0}, + {"\xd9\x91\xda\xbc",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x89\xe1\xb9\x89",6,NULL,0,NULL,0}, + {"\xd9\x87\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hh",2,NULL,0,NULL,0}, + {"\xd9\x88\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ww",2,NULL,0,NULL,0}, + {"\xd9\x91\xdb\x8c",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yy",2,NULL,0,NULL,0}, + {"\xd9\x89\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yy",2,NULL,0,NULL,0}, + {"\xd8\xa1",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xd8\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99",3,NULL,0,NULL,0}, + {"\xd8\xa7",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xd8\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99\xc4\x81",5,NULL,0,NULL,0}, + {"\xd8\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd9\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd8\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd9\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xaf",3,NULL,0,NULL,0}, + {"\xd8\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd8\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x84",3,NULL,0,NULL,0}, + {"\xd8\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xda\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xda\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xda\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dz",2,NULL,0,NULL,0}, + {"\xd8\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa5",3,NULL,0,NULL,0}, + {"\xd8\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xd8\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xda\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x8f",3,NULL,0,NULL,0}, + {"\xd8\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\x84",3,NULL,0,NULL,0}, + {"\xd8\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xda\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x9f",3,NULL,0,NULL,0}, + {"\xd8\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xda\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh",2,NULL,0,NULL,0}, + {"\xda\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcd\x9fh",4,NULL,0,NULL,0}, + {"\xd8\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd8\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xda\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcd\x9fh",4,NULL,0,NULL,0}, + {"\xd8\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa3",3,NULL,0,NULL,0}, + {"\xd8\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x95",3,NULL,0,NULL,0}, + {"\xd8\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xad",3,NULL,0,NULL,0}, + {"\xd8\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x93",3,NULL,0,NULL,0}, + {"\xd8\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98",3,NULL,0,NULL,0}, + {"\xd8\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gh",2,NULL,0,NULL,0}, + {"\xd9\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd9\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xd9\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xda\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xda\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd9\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd9\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd9\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xda\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x89",3,NULL,0,NULL,0}, + {"\xd9\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"\xd9\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd9\x94\xdb\x8c",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ey",2,NULL,0,NULL,0}, + {"\xdb\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd9\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xdb\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd9\x8e\xd8\xa7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x81",2,NULL,0,NULL,0}, + {"\xd9\x8e\xd9\x89\xd9\x92",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ay",2,NULL,0,NULL,0}, + {"\xd9\x8e\xd9\x89",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1",2,NULL,0,NULL,0}, + {"\xd9\x8e\xd9\x92\xdb\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xaay",3,NULL,0,NULL,0}, + {"\xd9\x8e\xd9\x92",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xaa",2,NULL,0,NULL,0}, + {"\xd9\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd9\x90\xd9\x92\xd9\x8a",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ey",2,NULL,0,NULL,0}, + {"\xd9\x90\xd9\x8a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xab",2,NULL,0,NULL,0}, + {"\xd9\x90\xd9\x89",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xab",2,NULL,0,NULL,0}, + {"\xd9\x90\xd9\x88",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ew",2,NULL,0,NULL,0}, + {"\xd9\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd9\x8f\xd9\x88\xd9\x92",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ow",2,NULL,0,NULL,0}, + {"\xd9\x8f\xd9\x88\xdb\x8c",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xaby",3,NULL,0,NULL,0}, + {"\xd9\x8f\xd9\x88",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xab",2,NULL,0,NULL,0}, + {"\xd9\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd9\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xe3\x82\x8f\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb7",3,NULL,0,NULL,0}, + {"\xe3\x82\x90\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb8",3,NULL,0,NULL,0}, + {"\xe3\x82\x91\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb9",3,NULL,0,NULL,0}, + {"\xe3\x82\x92\xe3\x82\x99",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xba",3,NULL,0,NULL,0}, + {"\xe3\x81\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa1",3,NULL,0,NULL,0}, + {"\xe3\x81\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa2",3,NULL,0,NULL,0}, + {"\xe3\x81\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa3",3,NULL,0,NULL,0}, + {"\xe3\x81\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa4",3,NULL,0,NULL,0}, + {"\xe3\x81\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa5",3,NULL,0,NULL,0}, + {"\xe3\x81\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa6",3,NULL,0,NULL,0}, + {"\xe3\x81\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa7",3,NULL,0,NULL,0}, + {"\xe3\x81\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa8",3,NULL,0,NULL,0}, + {"\xe3\x81\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa9",3,NULL,0,NULL,0}, + {"\xe3\x81\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xaa",3,NULL,0,NULL,0}, + {"\xe3\x81\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xab",3,NULL,0,NULL,0}, + {"\xe3\x81\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xac",3,NULL,0,NULL,0}, + {"\xe3\x81\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xad",3,NULL,0,NULL,0}, + {"\xe3\x81\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xae",3,NULL,0,NULL,0}, + {"\xe3\x81\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xaf",3,NULL,0,NULL,0}, + {"\xe3\x81\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb0",3,NULL,0,NULL,0}, + {"\xe3\x81\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb1",3,NULL,0,NULL,0}, + {"\xe3\x81\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb2",3,NULL,0,NULL,0}, + {"\xe3\x81\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb3",3,NULL,0,NULL,0}, + {"\xe3\x81\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb4",3,NULL,0,NULL,0}, + {"\xe3\x81\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb5",3,NULL,0,NULL,0}, + {"\xe3\x81\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb6",3,NULL,0,NULL,0}, + {"\xe3\x81\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb7",3,NULL,0,NULL,0}, + {"\xe3\x81\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb8",3,NULL,0,NULL,0}, + {"\xe3\x81\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb9",3,NULL,0,NULL,0}, + {"\xe3\x81\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xba",3,NULL,0,NULL,0}, + {"\xe3\x81\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbb",3,NULL,0,NULL,0}, + {"\xe3\x81\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbc",3,NULL,0,NULL,0}, + {"\xe3\x81\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbd",3,NULL,0,NULL,0}, + {"\xe3\x81\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbe",3,NULL,0,NULL,0}, + {"\xe3\x81\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbf",3,NULL,0,NULL,0}, + {"\xe3\x81\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x80",3,NULL,0,NULL,0}, + {"\xe3\x81\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x81",3,NULL,0,NULL,0}, + {"\xe3\x81\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x82",3,NULL,0,NULL,0}, + {"\xe3\x81\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x83",3,NULL,0,NULL,0}, + {"\xe3\x81\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x84",3,NULL,0,NULL,0}, + {"\xe3\x81\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x85",3,NULL,0,NULL,0}, + {"\xe3\x81\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x86",3,NULL,0,NULL,0}, + {"\xe3\x81\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x87",3,NULL,0,NULL,0}, + {"\xe3\x81\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x88",3,NULL,0,NULL,0}, + {"\xe3\x81\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x89",3,NULL,0,NULL,0}, + {"\xe3\x81\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8a",3,NULL,0,NULL,0}, + {"\xe3\x81\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8b",3,NULL,0,NULL,0}, + {"\xe3\x81\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8c",3,NULL,0,NULL,0}, + {"\xe3\x81\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8d",3,NULL,0,NULL,0}, + {"\xe3\x81\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8e",3,NULL,0,NULL,0}, + {"\xe3\x81\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8f",3,NULL,0,NULL,0}, + {"\xe3\x81\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x90",3,NULL,0,NULL,0}, + {"\xe3\x81\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x91",3,NULL,0,NULL,0}, + {"\xe3\x81\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x92",3,NULL,0,NULL,0}, + {"\xe3\x81\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x93",3,NULL,0,NULL,0}, + {"\xe3\x81\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x94",3,NULL,0,NULL,0}, + {"\xe3\x81\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x95",3,NULL,0,NULL,0}, + {"\xe3\x81\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x96",3,NULL,0,NULL,0}, + {"\xe3\x81\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x97",3,NULL,0,NULL,0}, + {"\xe3\x81\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x98",3,NULL,0,NULL,0}, + {"\xe3\x81\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x99",3,NULL,0,NULL,0}, + {"\xe3\x81\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9a",3,NULL,0,NULL,0}, + {"\xe3\x81\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9b",3,NULL,0,NULL,0}, + {"\xe3\x81\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9c",3,NULL,0,NULL,0}, + {"\xe3\x81\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9d",3,NULL,0,NULL,0}, + {"\xe3\x81\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9e",3,NULL,0,NULL,0}, + {"\xe3\x81\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9f",3,NULL,0,NULL,0}, + {"\xe3\x82\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa0",3,NULL,0,NULL,0}, + {"\xe3\x82\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa1",3,NULL,0,NULL,0}, + {"\xe3\x82\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa2",3,NULL,0,NULL,0}, + {"\xe3\x82\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa3",3,NULL,0,NULL,0}, + {"\xe3\x82\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa4",3,NULL,0,NULL,0}, + {"\xe3\x82\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa5",3,NULL,0,NULL,0}, + {"\xe3\x82\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa6",3,NULL,0,NULL,0}, + {"\xe3\x82\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa7",3,NULL,0,NULL,0}, + {"\xe3\x82\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa8",3,NULL,0,NULL,0}, + {"\xe3\x82\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa9",3,NULL,0,NULL,0}, + {"\xe3\x82\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xaa",3,NULL,0,NULL,0}, + {"\xe3\x82\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xab",3,NULL,0,NULL,0}, + {"\xe3\x82\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xac",3,NULL,0,NULL,0}, + {"\xe3\x82\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xad",3,NULL,0,NULL,0}, + {"\xe3\x82\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xae",3,NULL,0,NULL,0}, + {"\xe3\x82\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xaf",3,NULL,0,NULL,0}, + {"\xe3\x82\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb0",3,NULL,0,NULL,0}, + {"\xe3\x82\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb1",3,NULL,0,NULL,0}, + {"\xe3\x82\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb2",3,NULL,0,NULL,0}, + {"\xe3\x82\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb3",3,NULL,0,NULL,0}, + {"\xe3\x82\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb4",3,NULL,0,NULL,0}, + {"\xe3\x82\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xbd",3,NULL,0,NULL,0}, + {"\xe3\x82\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xbe",3,NULL,0,NULL,0}, + {"tta",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x98\xde\xa6",4,NULL,0,NULL,0}, + {"\xe1\xb8\xa5""a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x99\xde\xa6",4,NULL,0,NULL,0}, + {"kha",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9a\xde\xa6",4,NULL,0,NULL,0}, + {"dha",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9b\xde\xa6",4,NULL,0,NULL,0}, + {"\xe1\xb9\xa3""a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9e\xde\xa6",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8f""a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9f\xde\xa6",4,NULL,0,NULL,0}, + {"t\xcc\xa4""a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa0\xde\xa6",4,NULL,0,NULL,0}, + {"\xca\xbf""a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa2\xde\xa6",4,NULL,0,NULL,0}, + {"\xc7\xa7""a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa3\xde\xa6",4,NULL,0,NULL,0}, + {"qa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa4\xde\xa6",4,NULL,0,NULL,0}, + {"ha",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x80\xde\xa6",4,NULL,0,NULL,0}, + {"\xc5\xa1""a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x81\xde\xa6",4,NULL,0,NULL,0}, + {"na",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x82\xde\xa6",4,NULL,0,NULL,0}, + {"ra",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x83\xde\xa6",4,NULL,0,NULL,0}, + {"ba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x84\xde\xa6",4,NULL,0,NULL,0}, + {"\xe1\xb8\xb7""a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x85\xde\xa6",4,NULL,0,NULL,0}, + {"ka",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x86\xde\xa6",4,NULL,0,NULL,0}, + {"\xe2\x80\x98""a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x87\xde\xa6",4,NULL,0,NULL,0}, + {"va",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x88\xde\xa6",4,NULL,0,NULL,0}, + {"ma",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x89\xde\xa6",4,NULL,0,NULL,0}, + {"fa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8a\xde\xa6",4,NULL,0,NULL,0}, + {"da",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8b\xde\xa6",4,NULL,0,NULL,0}, + {"ta",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8c\xde\xa6",4,NULL,0,NULL,0}, + {"la",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8d\xde\xa6",4,NULL,0,NULL,0}, + {"ga",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8e\xde\xa6",4,NULL,0,NULL,0}, + {"\xc3\xb1""a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8f\xde\xa6",4,NULL,0,NULL,0}, + {"sa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x90\xde\xa6",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8d""a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x91\xde\xa6",4,NULL,0,NULL,0}, + {"ja",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x96\xde\xa6",4,NULL,0,NULL,0}, + {"\xc4\x8d""a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x97\xde\xa6",4,NULL,0,NULL,0}, + {"za",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x92\xde\xa6",4,NULL,0,NULL,0}, + {"\xe1\xb9\xad""a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x93\xde\xa6",4,NULL,0,NULL,0}, + {"pa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x95\xde\xa6",4,NULL,0,NULL,0}, + {"ya",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x94\xde\xa6",4,NULL,0,NULL,0}, + {"tt\xc4\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x98\xde\xa7",4,NULL,0,NULL,0}, + {"\xe1\xb8\xa5\xc4\x81",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x99\xde\xa7",4,NULL,0,NULL,0}, + {"kh\xc4\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9a\xde\xa7",4,NULL,0,NULL,0}, + {"dh\xc4\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9b\xde\xa7",4,NULL,0,NULL,0}, + {"\xe1\xb9\xa3\xc4\x81",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9e\xde\xa7",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8f\xc4\x81",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9f\xde\xa7",4,NULL,0,NULL,0}, + {"t\xcc\xa4\xc4\x81",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa0\xde\xa7",4,NULL,0,NULL,0}, + {"\xca\xbf\xc4\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa2\xde\xa7",4,NULL,0,NULL,0}, + {"\xc7\xa7\xc4\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa3\xde\xa7",4,NULL,0,NULL,0}, + {"q\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa4\xde\xa7",4,NULL,0,NULL,0}, + {"h\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x80\xde\xa7",4,NULL,0,NULL,0}, + {"\xc5\xa1\xc4\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x81\xde\xa7",4,NULL,0,NULL,0}, + {"n\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x82\xde\xa7",4,NULL,0,NULL,0}, + {"r\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x83\xde\xa7",4,NULL,0,NULL,0}, + {"b\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x84\xde\xa7",4,NULL,0,NULL,0}, + {"\xe1\xb8\xb7\xc4\x81",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x85\xde\xa7",4,NULL,0,NULL,0}, + {"k\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x86\xde\xa7",4,NULL,0,NULL,0}, + {"\xe2\x80\x98\xc4\x81",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x87\xde\xa7",4,NULL,0,NULL,0}, + {"v\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x88\xde\xa7",4,NULL,0,NULL,0}, + {"m\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x89\xde\xa7",4,NULL,0,NULL,0}, + {"f\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8a\xde\xa7",4,NULL,0,NULL,0}, + {"d\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8b\xde\xa7",4,NULL,0,NULL,0}, + {"t\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8c\xde\xa7",4,NULL,0,NULL,0}, + {"l\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8d\xde\xa7",4,NULL,0,NULL,0}, + {"g\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8e\xde\xa7",4,NULL,0,NULL,0}, + {"\xc3\xb1\xc4\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8f\xde\xa7",4,NULL,0,NULL,0}, + {"s\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x90\xde\xa7",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8d\xc4\x81",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x91\xde\xa7",4,NULL,0,NULL,0}, + {"j\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x96\xde\xa7",4,NULL,0,NULL,0}, + {"\xc4\x8d\xc4\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x97\xde\xa7",4,NULL,0,NULL,0}, + {"z\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x92\xde\xa7",4,NULL,0,NULL,0}, + {"\xe1\xb9\xad\xc4\x81",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x93\xde\xa7",4,NULL,0,NULL,0}, + {"p\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x95\xde\xa7",4,NULL,0,NULL,0}, + {"y\xc4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x94\xde\xa7",4,NULL,0,NULL,0}, + {"tti",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x98\xde\xa8",4,NULL,0,NULL,0}, + {"\xe1\xb8\xa5i",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x99\xde\xa8",4,NULL,0,NULL,0}, + {"khi",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9a\xde\xa8",4,NULL,0,NULL,0}, + {"dhi",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9b\xde\xa8",4,NULL,0,NULL,0}, + {"\xe1\xb9\xa3i",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9e\xde\xa8",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8fi",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9f\xde\xa8",4,NULL,0,NULL,0}, + {"t\xcc\xa4i",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa0\xde\xa8",4,NULL,0,NULL,0}, + {"\xca\xbfi",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa2\xde\xa8",4,NULL,0,NULL,0}, + {"\xc7\xa7i",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa3\xde\xa8",4,NULL,0,NULL,0}, + {"qi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa4\xde\xa8",4,NULL,0,NULL,0}, + {"hi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x80\xde\xa8",4,NULL,0,NULL,0}, + {"\xc5\xa1i",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x81\xde\xa8",4,NULL,0,NULL,0}, + {"ni",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x82\xde\xa8",4,NULL,0,NULL,0}, + {"ri",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x83\xde\xa8",4,NULL,0,NULL,0}, + {"bi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x84\xde\xa8",4,NULL,0,NULL,0}, + {"\xe1\xb8\xb7i",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x85\xde\xa8",4,NULL,0,NULL,0}, + {"ki",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x86\xde\xa8",4,NULL,0,NULL,0}, + {"\xe2\x80\x98i",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x87\xde\xa8",4,NULL,0,NULL,0}, + {"vi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x88\xde\xa8",4,NULL,0,NULL,0}, + {"mi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x89\xde\xa8",4,NULL,0,NULL,0}, + {"fi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8a\xde\xa8",4,NULL,0,NULL,0}, + {"di",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8b\xde\xa8",4,NULL,0,NULL,0}, + {"ti",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8c\xde\xa8",4,NULL,0,NULL,0}, + {"li",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8d\xde\xa8",4,NULL,0,NULL,0}, + {"gi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8e\xde\xa8",4,NULL,0,NULL,0}, + {"\xc3\xb1i",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8f\xde\xa8",4,NULL,0,NULL,0}, + {"si",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x90\xde\xa8",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8di",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x91\xde\xa8",4,NULL,0,NULL,0}, + {"ji",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x96\xde\xa8",4,NULL,0,NULL,0}, + {"\xc4\x8di",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x97\xde\xa8",4,NULL,0,NULL,0}, + {"zi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x92\xde\xa8",4,NULL,0,NULL,0}, + {"\xe1\xb9\xadi",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x93\xde\xa8",4,NULL,0,NULL,0}, + {"pi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x95\xde\xa8",4,NULL,0,NULL,0}, + {"yi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x94\xde\xa8",4,NULL,0,NULL,0}, + {"tt\xc4\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x98\xde\xa9",4,NULL,0,NULL,0}, + {"\xe1\xb8\xa5\xc4\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x99\xde\xa9",4,NULL,0,NULL,0}, + {"kh\xc4\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9a\xde\xa9",4,NULL,0,NULL,0}, + {"dh\xc4\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9b\xde\xa9",4,NULL,0,NULL,0}, + {"\xe1\xb9\xa3\xc4\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9e\xde\xa9",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8f\xc4\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9f\xde\xa9",4,NULL,0,NULL,0}, + {"t\xcc\xa4\xc4\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa0\xde\xa9",4,NULL,0,NULL,0}, + {"\xca\xbf\xc4\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa2\xde\xa9",4,NULL,0,NULL,0}, + {"\xc7\xa7\xc4\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa3\xde\xa9",4,NULL,0,NULL,0}, + {"q\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa4\xde\xa9",4,NULL,0,NULL,0}, + {"h\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x80\xde\xa9",4,NULL,0,NULL,0}, + {"\xc5\xa1\xc4\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x81\xde\xa9",4,NULL,0,NULL,0}, + {"n\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x82\xde\xa9",4,NULL,0,NULL,0}, + {"r\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x83\xde\xa9",4,NULL,0,NULL,0}, + {"b\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x84\xde\xa9",4,NULL,0,NULL,0}, + {"\xe1\xb8\xb7\xc4\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x85\xde\xa9",4,NULL,0,NULL,0}, + {"k\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x86\xde\xa9",4,NULL,0,NULL,0}, + {"\xe2\x80\x98\xc4\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x87\xde\xa9",4,NULL,0,NULL,0}, + {"v\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x88\xde\xa9",4,NULL,0,NULL,0}, + {"m\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x89\xde\xa9",4,NULL,0,NULL,0}, + {"f\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8a\xde\xa9",4,NULL,0,NULL,0}, + {"d\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8b\xde\xa9",4,NULL,0,NULL,0}, + {"t\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8c\xde\xa9",4,NULL,0,NULL,0}, + {"l\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8d\xde\xa9",4,NULL,0,NULL,0}, + {"g\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8e\xde\xa9",4,NULL,0,NULL,0}, + {"\xc3\xb1\xc4\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8f\xde\xa9",4,NULL,0,NULL,0}, + {"s\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x90\xde\xa9",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8d\xc4\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x91\xde\xa9",4,NULL,0,NULL,0}, + {"j\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x96\xde\xa9",4,NULL,0,NULL,0}, + {"\xc4\x8d\xc4\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x97\xde\xa9",4,NULL,0,NULL,0}, + {"z\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x92\xde\xa9",4,NULL,0,NULL,0}, + {"\xe1\xb9\xad\xc4\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x93\xde\xa9",4,NULL,0,NULL,0}, + {"p\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x95\xde\xa9",4,NULL,0,NULL,0}, + {"y\xc4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x94\xde\xa9",4,NULL,0,NULL,0}, + {"ttu",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x98\xde\xaa",4,NULL,0,NULL,0}, + {"\xe1\xb8\xa5u",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x99\xde\xaa",4,NULL,0,NULL,0}, + {"khu",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9a\xde\xaa",4,NULL,0,NULL,0}, + {"dhu",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9b\xde\xaa",4,NULL,0,NULL,0}, + {"\xe1\xb9\xa3u",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9e\xde\xaa",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8fu",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9f\xde\xaa",4,NULL,0,NULL,0}, + {"t\xcc\xa4u",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa0\xde\xaa",4,NULL,0,NULL,0}, + {"\xca\xbfu",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa2\xde\xaa",4,NULL,0,NULL,0}, + {"\xc7\xa7u",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa3\xde\xaa",4,NULL,0,NULL,0}, + {"qu",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa4\xde\xaa",4,NULL,0,NULL,0}, + {"hu",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x80\xde\xaa",4,NULL,0,NULL,0}, + {"\xc5\xa1u",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x81\xde\xaa",4,NULL,0,NULL,0}, + {"nu",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x82\xde\xaa",4,NULL,0,NULL,0}, + {"ru",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x83\xde\xaa",4,NULL,0,NULL,0}, + {"bu",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x84\xde\xaa",4,NULL,0,NULL,0}, + {"\xe1\xb8\xb7u",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x85\xde\xaa",4,NULL,0,NULL,0}, + {"ku",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x86\xde\xaa",4,NULL,0,NULL,0}, + {"\xe2\x80\x98u",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x87\xde\xaa",4,NULL,0,NULL,0}, + {"vu",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x88\xde\xaa",4,NULL,0,NULL,0}, + {"mu",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x89\xde\xaa",4,NULL,0,NULL,0}, + {"fu",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8a\xde\xaa",4,NULL,0,NULL,0}, + {"du",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8b\xde\xaa",4,NULL,0,NULL,0}, + {"tu",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8c\xde\xaa",4,NULL,0,NULL,0}, + {"lu",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8d\xde\xaa",4,NULL,0,NULL,0}, + {"gu",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8e\xde\xaa",4,NULL,0,NULL,0}, + {"\xc3\xb1u",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8f\xde\xaa",4,NULL,0,NULL,0}, + {"su",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x90\xde\xaa",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8du",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x91\xde\xaa",4,NULL,0,NULL,0}, + {"ju",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x96\xde\xaa",4,NULL,0,NULL,0}, + {"\xc4\x8du",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x97\xde\xaa",4,NULL,0,NULL,0}, + {"zu",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x92\xde\xaa",4,NULL,0,NULL,0}, + {"\xe1\xb9\xadu",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x93\xde\xaa",4,NULL,0,NULL,0}, + {"pu",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x95\xde\xaa",4,NULL,0,NULL,0}, + {"yu",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x94\xde\xaa",4,NULL,0,NULL,0}, + {"tt\xc5\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x98\xde\xab",4,NULL,0,NULL,0}, + {"\xe1\xb8\xa5\xc5\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x99\xde\xab",4,NULL,0,NULL,0}, + {"kh\xc5\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9a\xde\xab",4,NULL,0,NULL,0}, + {"dh\xc5\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9b\xde\xab",4,NULL,0,NULL,0}, + {"\xe1\xb9\xa3\xc5\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9e\xde\xab",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8f\xc5\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9f\xde\xab",4,NULL,0,NULL,0}, + {"t\xcc\xa4\xc5\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa0\xde\xab",4,NULL,0,NULL,0}, + {"\xca\xbf\xc5\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa2\xde\xab",4,NULL,0,NULL,0}, + {"\xc7\xa7\xc5\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa3\xde\xab",4,NULL,0,NULL,0}, + {"q\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa4\xde\xab",4,NULL,0,NULL,0}, + {"h\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x80\xde\xab",4,NULL,0,NULL,0}, + {"\xc5\xa1\xc5\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x81\xde\xab",4,NULL,0,NULL,0}, + {"n\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x82\xde\xab",4,NULL,0,NULL,0}, + {"r\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x83\xde\xab",4,NULL,0,NULL,0}, + {"b\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x84\xde\xab",4,NULL,0,NULL,0}, + {"\xe1\xb8\xb7\xc5\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x85\xde\xab",4,NULL,0,NULL,0}, + {"k\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x86\xde\xab",4,NULL,0,NULL,0}, + {"\xe2\x80\x98\xc5\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x87\xde\xab",4,NULL,0,NULL,0}, + {"v\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x88\xde\xab",4,NULL,0,NULL,0}, + {"m\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x89\xde\xab",4,NULL,0,NULL,0}, + {"f\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8a\xde\xab",4,NULL,0,NULL,0}, + {"d\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8b\xde\xab",4,NULL,0,NULL,0}, + {"t\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8c\xde\xab",4,NULL,0,NULL,0}, + {"l\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8d\xde\xab",4,NULL,0,NULL,0}, + {"g\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8e\xde\xab",4,NULL,0,NULL,0}, + {"\xc3\xb1\xc5\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8f\xde\xab",4,NULL,0,NULL,0}, + {"s\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x90\xde\xab",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8d\xc5\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x91\xde\xab",4,NULL,0,NULL,0}, + {"j\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x96\xde\xab",4,NULL,0,NULL,0}, + {"\xc4\x8d\xc5\xab",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x97\xde\xab",4,NULL,0,NULL,0}, + {"z\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x92\xde\xab",4,NULL,0,NULL,0}, + {"\xe1\xb9\xad\xc5\xab",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x93\xde\xab",4,NULL,0,NULL,0}, + {"p\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x95\xde\xab",4,NULL,0,NULL,0}, + {"y\xc5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x94\xde\xab",4,NULL,0,NULL,0}, + {"tte",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x98\xde\xac",4,NULL,0,NULL,0}, + {"\xe1\xb8\xa5""e",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x99\xde\xac",4,NULL,0,NULL,0}, + {"khe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9a\xde\xac",4,NULL,0,NULL,0}, + {"dhe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9b\xde\xac",4,NULL,0,NULL,0}, + {"\xe1\xb9\xa3""e",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9e\xde\xac",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8f""e",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9f\xde\xac",4,NULL,0,NULL,0}, + {"t\xcc\xa4""e",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa0\xde\xac",4,NULL,0,NULL,0}, + {"\xca\xbf""e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa2\xde\xac",4,NULL,0,NULL,0}, + {"\xc7\xa7""e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa3\xde\xac",4,NULL,0,NULL,0}, + {"qe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa4\xde\xac",4,NULL,0,NULL,0}, + {"he",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x80\xde\xac",4,NULL,0,NULL,0}, + {"\xc5\xa1""e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x81\xde\xac",4,NULL,0,NULL,0}, + {"ne",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x82\xde\xac",4,NULL,0,NULL,0}, + {"re",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x83\xde\xac",4,NULL,0,NULL,0}, + {"be",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x84\xde\xac",4,NULL,0,NULL,0}, + {"\xe1\xb8\xb7""e",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x85\xde\xac",4,NULL,0,NULL,0}, + {"ke",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x86\xde\xac",4,NULL,0,NULL,0}, + {"\xe2\x80\x98""e",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x87\xde\xac",4,NULL,0,NULL,0}, + {"ve",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x88\xde\xac",4,NULL,0,NULL,0}, + {"me",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x89\xde\xac",4,NULL,0,NULL,0}, + {"fe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8a\xde\xac",4,NULL,0,NULL,0}, + {"de",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8b\xde\xac",4,NULL,0,NULL,0}, + {"te",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8c\xde\xac",4,NULL,0,NULL,0}, + {"le",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8d\xde\xac",4,NULL,0,NULL,0}, + {"ge",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8e\xde\xac",4,NULL,0,NULL,0}, + {"\xc3\xb1""e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8f\xde\xac",4,NULL,0,NULL,0}, + {"se",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x90\xde\xac",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8d""e",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x91\xde\xac",4,NULL,0,NULL,0}, + {"je",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x96\xde\xac",4,NULL,0,NULL,0}, + {"\xc4\x8d""e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x97\xde\xac",4,NULL,0,NULL,0}, + {"ze",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x92\xde\xac",4,NULL,0,NULL,0}, + {"\xe1\xb9\xad""e",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x93\xde\xac",4,NULL,0,NULL,0}, + {"pe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x95\xde\xac",4,NULL,0,NULL,0}, + {"ye",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x94\xde\xac",4,NULL,0,NULL,0}, + {"tt\xc4\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x98\xde\xad",4,NULL,0,NULL,0}, + {"\xe1\xb8\xa5\xc4\x93",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x99\xde\xad",4,NULL,0,NULL,0}, + {"kh\xc4\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9a\xde\xad",4,NULL,0,NULL,0}, + {"dh\xc4\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9b\xde\xad",4,NULL,0,NULL,0}, + {"\xe1\xb9\xa3\xc4\x93",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9e\xde\xad",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8f\xc4\x93",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9f\xde\xad",4,NULL,0,NULL,0}, + {"t\xcc\xa4\xc4\x93",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa0\xde\xad",4,NULL,0,NULL,0}, + {"\xca\xbf\xc4\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa2\xde\xad",4,NULL,0,NULL,0}, + {"\xc7\xa7\xc4\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa3\xde\xad",4,NULL,0,NULL,0}, + {"q\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa4\xde\xad",4,NULL,0,NULL,0}, + {"h\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x80\xde\xad",4,NULL,0,NULL,0}, + {"\xc5\xa1\xc4\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x81\xde\xad",4,NULL,0,NULL,0}, + {"n\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x82\xde\xad",4,NULL,0,NULL,0}, + {"r\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x83\xde\xad",4,NULL,0,NULL,0}, + {"b\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x84\xde\xad",4,NULL,0,NULL,0}, + {"\xe1\xb8\xb7\xc4\x93",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x85\xde\xad",4,NULL,0,NULL,0}, + {"k\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x86\xde\xad",4,NULL,0,NULL,0}, + {"\xe2\x80\x98\xc4\x93",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x87\xde\xad",4,NULL,0,NULL,0}, + {"v\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x88\xde\xad",4,NULL,0,NULL,0}, + {"m\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x89\xde\xad",4,NULL,0,NULL,0}, + {"f\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8a\xde\xad",4,NULL,0,NULL,0}, + {"d\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8b\xde\xad",4,NULL,0,NULL,0}, + {"t\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8c\xde\xad",4,NULL,0,NULL,0}, + {"l\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8d\xde\xad",4,NULL,0,NULL,0}, + {"g\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8e\xde\xad",4,NULL,0,NULL,0}, + {"\xc3\xb1\xc4\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8f\xde\xad",4,NULL,0,NULL,0}, + {"s\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x90\xde\xad",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8d\xc4\x93",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x91\xde\xad",4,NULL,0,NULL,0}, + {"j\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x96\xde\xad",4,NULL,0,NULL,0}, + {"\xc4\x8d\xc4\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x97\xde\xad",4,NULL,0,NULL,0}, + {"z\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x92\xde\xad",4,NULL,0,NULL,0}, + {"\xe1\xb9\xad\xc4\x93",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x93\xde\xad",4,NULL,0,NULL,0}, + {"p\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x95\xde\xad",4,NULL,0,NULL,0}, + {"y\xc4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x94\xde\xad",4,NULL,0,NULL,0}, + {"tto",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x98\xde\xae",4,NULL,0,NULL,0}, + {"\xe1\xb8\xa5o",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x99\xde\xae",4,NULL,0,NULL,0}, + {"kho",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9a\xde\xae",4,NULL,0,NULL,0}, + {"dho",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9b\xde\xae",4,NULL,0,NULL,0}, + {"\xe1\xb9\xa3o",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9e\xde\xae",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8fo",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9f\xde\xae",4,NULL,0,NULL,0}, + {"t\xcc\xa4o",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa0\xde\xae",4,NULL,0,NULL,0}, + {"\xca\xbfo",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa2\xde\xae",4,NULL,0,NULL,0}, + {"\xc7\xa7o",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa3\xde\xae",4,NULL,0,NULL,0}, + {"qo",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa4\xde\xae",4,NULL,0,NULL,0}, + {"ho",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x80\xde\xae",4,NULL,0,NULL,0}, + {"\xc5\xa1o",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x81\xde\xae",4,NULL,0,NULL,0}, + {"no",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x82\xde\xae",4,NULL,0,NULL,0}, + {"ro",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x83\xde\xae",4,NULL,0,NULL,0}, + {"bo",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x84\xde\xae",4,NULL,0,NULL,0}, + {"\xe1\xb8\xb7o",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x85\xde\xae",4,NULL,0,NULL,0}, + {"ko",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x86\xde\xae",4,NULL,0,NULL,0}, + {"\xe2\x80\x98o",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x87\xde\xae",4,NULL,0,NULL,0}, + {"vo",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x88\xde\xae",4,NULL,0,NULL,0}, + {"mo",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x89\xde\xae",4,NULL,0,NULL,0}, + {"fo",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8a\xde\xae",4,NULL,0,NULL,0}, + {"do",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8b\xde\xae",4,NULL,0,NULL,0}, + {"to",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8c\xde\xae",4,NULL,0,NULL,0}, + {"lo",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8d\xde\xae",4,NULL,0,NULL,0}, + {"go",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8e\xde\xae",4,NULL,0,NULL,0}, + {"\xc3\xb1o",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8f\xde\xae",4,NULL,0,NULL,0}, + {"so",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x90\xde\xae",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8do",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x91\xde\xae",4,NULL,0,NULL,0}, + {"jo",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x96\xde\xae",4,NULL,0,NULL,0}, + {"\xc4\x8do",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x97\xde\xae",4,NULL,0,NULL,0}, + {"zo",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x92\xde\xae",4,NULL,0,NULL,0}, + {"\xe1\xb9\xado",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x93\xde\xae",4,NULL,0,NULL,0}, + {"po",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x95\xde\xae",4,NULL,0,NULL,0}, + {"yo",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x94\xde\xae",4,NULL,0,NULL,0}, + {"tt\xc5\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x98\xde\xaf",4,NULL,0,NULL,0}, + {"\xe1\xb8\xa5\xc5\x8d",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x99\xde\xaf",4,NULL,0,NULL,0}, + {"kh\xc5\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9a\xde\xaf",4,NULL,0,NULL,0}, + {"dh\xc5\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9b\xde\xaf",4,NULL,0,NULL,0}, + {"\xe1\xb9\xa3\xc5\x8d",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9e\xde\xaf",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8f\xc5\x8d",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9f\xde\xaf",4,NULL,0,NULL,0}, + {"t\xcc\xa4\xc5\x8d",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa0\xde\xaf",4,NULL,0,NULL,0}, + {"\xca\xbf\xc5\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa2\xde\xaf",4,NULL,0,NULL,0}, + {"\xc7\xa7\xc5\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa3\xde\xaf",4,NULL,0,NULL,0}, + {"q\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa4\xde\xaf",4,NULL,0,NULL,0}, + {"h\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x80\xde\xaf",4,NULL,0,NULL,0}, + {"\xc5\xa1\xc5\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x81\xde\xaf",4,NULL,0,NULL,0}, + {"n\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x82\xde\xaf",4,NULL,0,NULL,0}, + {"r\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x83\xde\xaf",4,NULL,0,NULL,0}, + {"b\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x84\xde\xaf",4,NULL,0,NULL,0}, + {"\xe1\xb8\xb7\xc5\x8d",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x85\xde\xaf",4,NULL,0,NULL,0}, + {"k\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x86\xde\xaf",4,NULL,0,NULL,0}, + {"\xe2\x80\x98\xc5\x8d",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x87\xde\xaf",4,NULL,0,NULL,0}, + {"v\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x88\xde\xaf",4,NULL,0,NULL,0}, + {"m\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x89\xde\xaf",4,NULL,0,NULL,0}, + {"f\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8a\xde\xaf",4,NULL,0,NULL,0}, + {"d\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8b\xde\xaf",4,NULL,0,NULL,0}, + {"t\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8c\xde\xaf",4,NULL,0,NULL,0}, + {"l\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8d\xde\xaf",4,NULL,0,NULL,0}, + {"g\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8e\xde\xaf",4,NULL,0,NULL,0}, + {"\xc3\xb1\xc5\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8f\xde\xaf",4,NULL,0,NULL,0}, + {"s\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x90\xde\xaf",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8d\xc5\x8d",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x91\xde\xaf",4,NULL,0,NULL,0}, + {"j\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x96\xde\xaf",4,NULL,0,NULL,0}, + {"\xc4\x8d\xc5\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x97\xde\xaf",4,NULL,0,NULL,0}, + {"z\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x92\xde\xaf",4,NULL,0,NULL,0}, + {"\xe1\xb9\xad\xc5\x8d",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x93\xde\xaf",4,NULL,0,NULL,0}, + {"p\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x95\xde\xaf",4,NULL,0,NULL,0}, + {"y\xc5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x94\xde\xaf",4,NULL,0,NULL,0}, + {"tt",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x98\xde\xb0",4,NULL,0,NULL,0}, + {"\xe1\xb8\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x99\xde\xb0",4,NULL,0,NULL,0}, + {"kh",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9a\xde\xb0",4,NULL,0,NULL,0}, + {"dh",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9b\xde\xb0",4,NULL,0,NULL,0}, + {"\xe1\xb9\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9e\xde\xb0",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9f\xde\xb0",4,NULL,0,NULL,0}, + {"t\xcc\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa0\xde\xb0",4,NULL,0,NULL,0}, + {"\xca\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa2\xde\xb0",4,NULL,0,NULL,0}, + {"\xc7\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa3\xde\xb0",4,NULL,0,NULL,0}, + {"q",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa4\xde\xb0",4,NULL,0,NULL,0}, + {"h",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x80\xde\xb0",4,NULL,0,NULL,0}, + {"\xc5\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x81\xde\xb0",4,NULL,0,NULL,0}, + {"n",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x82\xde\xb0",4,NULL,0,NULL,0}, + {"r",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x83\xde\xb0",4,NULL,0,NULL,0}, + {"b",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x84\xde\xb0",4,NULL,0,NULL,0}, + {"\xe1\xb8\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x85\xde\xb0",4,NULL,0,NULL,0}, + {"k",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x86\xde\xb0",4,NULL,0,NULL,0}, + {"\xe2\x80\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x87\xde\xb0",4,NULL,0,NULL,0}, + {"v",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x88\xde\xb0",4,NULL,0,NULL,0}, + {"m",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x89\xde\xb0",4,NULL,0,NULL,0}, + {"f",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8a\xde\xb0",4,NULL,0,NULL,0}, + {"d",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8b\xde\xb0",4,NULL,0,NULL,0}, + {"t",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8c\xde\xb0",4,NULL,0,NULL,0}, + {"l",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8d\xde\xb0",4,NULL,0,NULL,0}, + {"g",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8e\xde\xb0",4,NULL,0,NULL,0}, + {"\xc3\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8f\xde\xb0",4,NULL,0,NULL,0}, + {"s",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x90\xde\xb0",4,NULL,0,NULL,0}, + {"\xe1\xb8\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x91\xde\xb0",4,NULL,0,NULL,0}, + {"j",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x96\xde\xb0",4,NULL,0,NULL,0}, + {"\xc4\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x97\xde\xb0",4,NULL,0,NULL,0}, + {"z",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x92\xde\xb0",4,NULL,0,NULL,0}, + {"\xe1\xb9\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x93\xde\xb0",4,NULL,0,NULL,0}, + {"p",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x95\xde\xb0",4,NULL,0,NULL,0}, + {"y",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x94\xde\xb0",4,NULL,0,NULL,0}, + {"a",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa6",2,NULL,0,NULL,0}, + {"\xc4\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa7",2,NULL,0,NULL,0}, + {"i",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa8",2,NULL,0,NULL,0}, + {"\xc4\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa9",2,NULL,0,NULL,0}, + {"u",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xaa",2,NULL,0,NULL,0}, + {"\xc5\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xab",2,NULL,0,NULL,0}, + {"e",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xac",2,NULL,0,NULL,0}, + {"\xc4\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xad",2,NULL,0,NULL,0}, + {"o",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xae",2,NULL,0,NULL,0}, + {"\xc5\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xaf",2,NULL,0,NULL,0}, + {"\xc3\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"oe",2,NULL,0,NULL,0}, + {"\xc3\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[abcdefghijklmnopqrstuvwxyz\xc2\xaa\xc2\xba\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\xb8\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf\xc4\x81\xc4\x83\xc4\x85\xc4\x87\xc4\x89\xc4\x8b\xc4\x8d\xc4\x8f\xc4\x91\xc4\x93\xc4\x95\xc4\x97\xc4\x99\xc4\x9b\xc4\x9d\xc4\x9f\xc4\xa1\xc4\xa3\xc4\xa5\xc4\xa7\xc4\xa9\xc4\xab\xc4\xad\xc4\xaf\xc4\xb1\xc4\xb3\xc4\xb5\xc4\xb7\xc4\xb8\xc4\xba\xc4\xbc\xc4\xbe\xc5\x80\xc5\x82\xc5\x84\xc5\x86\xc5\x88\xc5\x89\xc5\x8b\xc5\x8d\xc5\x8f\xc5\x91\xc5\x93\xc5\x95\xc5\x97\xc5\x99\xc5\x9b\xc5\x9d\xc5\x9f\xc5\xa1\xc5\xa3\xc5\xa5\xc5\xa7\xc5\xa9\xc5\xab\xc5\xad\xc5\xaf\xc5\xb1\xc5\xb3\xc5\xb5\xc5\xb7\xc5\xba\xc5\xbc\xc5\xbe\xc5\xbf\xc6\x80\xc6\x83\xc6\x85\xc6\x88\xc6\x8c\xc6\x8d\xc6\x92\xc6\x95\xc6\x99\xc6\x9a\xc6\x9b\xc6\x9e\xc6\xa1\xc6\xa3\xc6\xa5\xc6\xa8\xc6\xaa\xc6\xab\xc6\xad\xc6\xb0\xc6\xb4\xc6\xb6\xc6\xb9\xc6\xba\xc6\xbd\xc6\xbe\xc6\xbf\xc7\x86\xc7\x89\xc7\x8c\xc7\x8e\xc7\x90\xc7\x92\xc7\x94\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9d\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xa5\xc7\xa7\xc7\xa9\xc7\xab\xc7\xad\xc7\xaf\xc7\xb0\xc7\xb3\xc7\xb5\xc7\xb9\xc7\xbb\xc7\xbd\xc7\xbf\xc8\x81\xc8\x83\xc8\x85\xc8\x87\xc8\x89\xc8\x8b\xc8\x8d\xc8\x8f\xc8\x91\xc8\x93\xc8\x95\xc8\x97\xc8\x99\xc8\x9b\xc8\x9d\xc8\x9f\xc8\xa1\xc8\xa3\xc8\xa5\xc8\xa7\xc8\xa9\xc8\xab\xc8\xad\xc8\xaf\xc8\xb1\xc8\xb3\xc8\xb4\xc8\xb5\xc8\xb6\xc8\xb7\xc8\xb8\xc8\xb9\xc8\xbc\xc8\xbf\xc9\x80\xc9\x82\xc9\x87\xc9\x89\xc9\x8b\xc9\x8d\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\xca\x80\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\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\xe1\xb4\x80\xe1\xb4\x81\xe1\xb4\x82\xe1\xb4\x83\xe1\xb4\x84\xe1\xb4\x85\xe1\xb4\x86\xe1\xb4\x87\xe1\xb4\x88\xe1\xb4\x89\xe1\xb4\x8a\xe1\xb4\x8b\xe1\xb4\x8c\xe1\xb4\x8d\xe1\xb4\x8e\xe1\xb4\x8f\xe1\xb4\x90\xe1\xb4\x91\xe1\xb4\x92\xe1\xb4\x93\xe1\xb4\x94\xe1\xb4\x95\xe1\xb4\x96\xe1\xb4\x97\xe1\xb4\x98\xe1\xb4\x99\xe1\xb4\x9a\xe1\xb4\x9b\xe1\xb4\x9c\xe1\xb4\x9d\xe1\xb4\x9e\xe1\xb4\x9f\xe1\xb4\xa0\xe1\xb4\xa1\xe1\xb4\xa2\xe1\xb4\xa3\xe1\xb4\xa4\xe1\xb4\xa5\xe1\xb5\xa2\xe1\xb5\xa3\xe1\xb5\xa4\xe1\xb5\xa5\xe1\xb5\xab\xe1\xb5\xac\xe1\xb5\xad\xe1\xb5\xae\xe1\xb5\xaf\xe1\xb5\xb0\xe1\xb5\xb1\xe1\xb5\xb2\xe1\xb5\xb3\xe1\xb5\xb4\xe1\xb5\xb5\xe1\xb5\xb6\xe1\xb5\xb7\xe1\xb5\xb9\xe1\xb5\xba\xe1\xb5\xbb\xe1\xb5\xbc\xe1\xb5\xbd\xe1\xb5\xbe\xe1\xb5\xbf\xe1\xb6\x80\xe1\xb6\x81\xe1\xb6\x82\xe1\xb6\x83\xe1\xb6\x84\xe1\xb6\x85\xe1\xb6\x86\xe1\xb6\x87\xe1\xb6\x88\xe1\xb6\x89\xe1\xb6\x8a\xe1\xb6\x8b\xe1\xb6\x8c\xe1\xb6\x8d\xe1\xb6\x8e\xe1\xb6\x8f\xe1\xb6\x90\xe1\xb6\x91\xe1\xb6\x92\xe1\xb6\x93\xe1\xb6\x94\xe1\xb6\x95\xe1\xb6\x96\xe1\xb6\x97\xe1\xb6\x98\xe1\xb6\x99\xe1\xb6\x9a\xe1\xb8\x81\xe1\xb8\x83\xe1\xb8\x85\xe1\xb8\x87\xe1\xb8\x89\xe1\xb8\x8b\xe1\xb8\x8d\xe1\xb8\x8f\xe1\xb8\x91\xe1\xb8\x93\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\x99\xe1\xb8\x9b\xe1\xb8\x9d\xe1\xb8\x9f\xe1\xb8\xa1\xe1\xb8\xa3\xe1\xb8\xa5\xe1\xb8\xa7\xe1\xb8\xa9\xe1\xb8\xab\xe1\xb8\xad\xe1\xb8\xaf\xe1\xb8\xb1\xe1\xb8\xb3\xe1\xb8\xb5\xe1\xb8\xb7\xe1\xb8\xb9\xe1\xb8\xbb\xe1\xb8\xbd\xe1\xb8\xbf\xe1\xb9\x81\xe1\xb9\x83\xe1\xb9\x85\xe1\xb9\x87\xe1\xb9\x89\xe1\xb9\x8b\xe1\xb9\x8d\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x95\xe1\xb9\x97\xe1\xb9\x99\xe1\xb9\x9b\xe1\xb9\x9d\xe1\xb9\x9f\xe1\xb9\xa1\xe1\xb9\xa3\xe1\xb9\xa5\xe1\xb9\xa7\xe1\xb9\xa9\xe1\xb9\xab\xe1\xb9\xad\xe1\xb9\xaf\xe1\xb9\xb1\xe1\xb9\xb3\xe1\xb9\xb5\xe1\xb9\xb7\xe1\xb9\xb9\xe1\xb9\xbb\xe1\xb9\xbd\xe1\xb9\xbf\xe1\xba\x81\xe1\xba\x83\xe1\xba\x85\xe1\xba\x87\xe1\xba\x89\xe1\xba\x8b\xe1\xba\x8d\xe1\xba\x8f\xe1\xba\x91\xe1\xba\x93\xe1\xba\x95\xe1\xba\x96\xe1\xba\x97\xe1\xba\x98\xe1\xba\x99\xe1\xba\x9a\xe1\xba\x9b\xe1\xba\x9c\xe1\xba\x9d\xe1\xba\x9f\xe1\xba\xa1\xe1\xba\xa3\xe1\xba\xa5\xe1\xba\xa7\xe1\xba\xa9\xe1\xba\xab\xe1\xba\xad\xe1\xba\xaf\xe1\xba\xb1\xe1\xba\xb3\xe1\xba\xb5\xe1\xba\xb7\xe1\xba\xb9\xe1\xba\xbb\xe1\xba\xbd\xe1\xba\xbf\xe1\xbb\x81\xe1\xbb\x83\xe1\xbb\x85\xe1\xbb\x87\xe1\xbb\x89\xe1\xbb\x8b\xe1\xbb\x8d\xe1\xbb\x8f\xe1\xbb\x91\xe1\xbb\x93\xe1\xbb\x95\xe1\xbb\x97\xe1\xbb\x99\xe1\xbb\x9b\xe1\xbb\x9d\xe1\xbb\x9f\xe1\xbb\xa1\xe1\xbb\xa3\xe1\xbb\xa5\xe1\xbb\xa7\xe1\xbb\xa9\xe1\xbb\xab\xe1\xbb\xad\xe1\xbb\xaf\xe1\xbb\xb1\xe1\xbb\xb3\xe1\xbb\xb5\xe1\xbb\xb7\xe1\xbb\xb9\xe1\xbb\xbb\xe1\xbb\xbd\xe1\xbb\xbf\xe2\x85\x8e\xe2\x86\x84\xe2\xb1\xa1\xe2\xb1\xa5\xe2\xb1\xa6\xe2\xb1\xa8\xe2\xb1\xaa\xe2\xb1\xac\xe2\xb1\xb1\xe2\xb1\xb3\xe2\xb1\xb4\xe2\xb1\xb6\xe2\xb1\xb7\xe2\xb1\xb8\xe2\xb1\xb9\xe2\xb1\xba\xe2\xb1\xbb\xe2\xb1\xbc\xea\x9c\xa3\xea\x9c\xa5\xea\x9c\xa7\xea\x9c\xa9\xea\x9c\xab\xea\x9c\xad\xea\x9c\xaf\xea\x9c\xb0\xea\x9c\xb1\xea\x9c\xb3\xea\x9c\xb5\xea\x9c\xb7\xea\x9c\xb9\xea\x9c\xbb\xea\x9c\xbd\xea\x9c\xbf\xea\x9d\x81\xea\x9d\x83\xea\x9d\x85\xea\x9d\x87\xea\x9d\x89\xea\x9d\x8b\xea\x9d\x8d\xea\x9d\x8f\xea\x9d\x91\xea\x9d\x93\xea\x9d\x95\xea\x9d\x97\xea\x9d\x99\xea\x9d\x9b\xea\x9d\x9d\xea\x9d\x9f\xea\x9d\xa1\xea\x9d\xa3\xea\x9d\xa5\xea\x9d\xa7\xea\x9d\xa9\xea\x9d\xab\xea\x9d\xad\xea\x9d\xaf\xea\x9d\xb1\xea\x9d\xb2\xea\x9d\xb3\xea\x9d\xb4\xea\x9d\xb5\xea\x9d\xb6\xea\x9d\xb7\xea\x9d\xb8\xea\x9d\xba\xea\x9d\xbc\xea\x9d\xbf\xea\x9e\x81\xea\x9e\x83\xea\x9e\x85\xea\x9e\x87\xea\x9e\x8c\xef\xac\x80\xef\xac\x81\xef\xac\x82\xef\xac\x83\xef\xac\x84\xef\xac\x85\xef\xac\x86\xef\xbd\x81\xef\xbd\x82\xef\xbd\x83\xef\xbd\x84\xef\xbd\x85\xef\xbd\x86\xef\xbd\x87\xef\xbd\x88\xef\xbd\x89\xef\xbd\x8a\xef\xbd\x8b\xef\xbd\x8c\xef\xbd\x8d\xef\xbd\x8e\xef\xbd\x8f\xef\xbd\x90\xef\xbd\x91\xef\xbd\x92\xef\xbd\x93\xef\xbd\x94\xef\xbd\x95\xef\xbd\x96\xef\xbd\x97\xef\xbd\x98\xef\xbd\x99\xef\xbd\x9a]",1592,"Oe",2,NULL,0,NULL,0}, + {"\xc3\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"OE",2,NULL,0,NULL,0}, + {"\xc3\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"aa",2,NULL,0,NULL,0}, + {"\xc3\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[abcdefghijklmnopqrstuvwxyz\xc2\xaa\xc2\xba\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\xb8\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf\xc4\x81\xc4\x83\xc4\x85\xc4\x87\xc4\x89\xc4\x8b\xc4\x8d\xc4\x8f\xc4\x91\xc4\x93\xc4\x95\xc4\x97\xc4\x99\xc4\x9b\xc4\x9d\xc4\x9f\xc4\xa1\xc4\xa3\xc4\xa5\xc4\xa7\xc4\xa9\xc4\xab\xc4\xad\xc4\xaf\xc4\xb1\xc4\xb3\xc4\xb5\xc4\xb7\xc4\xb8\xc4\xba\xc4\xbc\xc4\xbe\xc5\x80\xc5\x82\xc5\x84\xc5\x86\xc5\x88\xc5\x89\xc5\x8b\xc5\x8d\xc5\x8f\xc5\x91\xc5\x93\xc5\x95\xc5\x97\xc5\x99\xc5\x9b\xc5\x9d\xc5\x9f\xc5\xa1\xc5\xa3\xc5\xa5\xc5\xa7\xc5\xa9\xc5\xab\xc5\xad\xc5\xaf\xc5\xb1\xc5\xb3\xc5\xb5\xc5\xb7\xc5\xba\xc5\xbc\xc5\xbe\xc5\xbf\xc6\x80\xc6\x83\xc6\x85\xc6\x88\xc6\x8c\xc6\x8d\xc6\x92\xc6\x95\xc6\x99\xc6\x9a\xc6\x9b\xc6\x9e\xc6\xa1\xc6\xa3\xc6\xa5\xc6\xa8\xc6\xaa\xc6\xab\xc6\xad\xc6\xb0\xc6\xb4\xc6\xb6\xc6\xb9\xc6\xba\xc6\xbd\xc6\xbe\xc6\xbf\xc7\x86\xc7\x89\xc7\x8c\xc7\x8e\xc7\x90\xc7\x92\xc7\x94\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9d\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xa5\xc7\xa7\xc7\xa9\xc7\xab\xc7\xad\xc7\xaf\xc7\xb0\xc7\xb3\xc7\xb5\xc7\xb9\xc7\xbb\xc7\xbd\xc7\xbf\xc8\x81\xc8\x83\xc8\x85\xc8\x87\xc8\x89\xc8\x8b\xc8\x8d\xc8\x8f\xc8\x91\xc8\x93\xc8\x95\xc8\x97\xc8\x99\xc8\x9b\xc8\x9d\xc8\x9f\xc8\xa1\xc8\xa3\xc8\xa5\xc8\xa7\xc8\xa9\xc8\xab\xc8\xad\xc8\xaf\xc8\xb1\xc8\xb3\xc8\xb4\xc8\xb5\xc8\xb6\xc8\xb7\xc8\xb8\xc8\xb9\xc8\xbc\xc8\xbf\xc9\x80\xc9\x82\xc9\x87\xc9\x89\xc9\x8b\xc9\x8d\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\xca\x80\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\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\xe1\xb4\x80\xe1\xb4\x81\xe1\xb4\x82\xe1\xb4\x83\xe1\xb4\x84\xe1\xb4\x85\xe1\xb4\x86\xe1\xb4\x87\xe1\xb4\x88\xe1\xb4\x89\xe1\xb4\x8a\xe1\xb4\x8b\xe1\xb4\x8c\xe1\xb4\x8d\xe1\xb4\x8e\xe1\xb4\x8f\xe1\xb4\x90\xe1\xb4\x91\xe1\xb4\x92\xe1\xb4\x93\xe1\xb4\x94\xe1\xb4\x95\xe1\xb4\x96\xe1\xb4\x97\xe1\xb4\x98\xe1\xb4\x99\xe1\xb4\x9a\xe1\xb4\x9b\xe1\xb4\x9c\xe1\xb4\x9d\xe1\xb4\x9e\xe1\xb4\x9f\xe1\xb4\xa0\xe1\xb4\xa1\xe1\xb4\xa2\xe1\xb4\xa3\xe1\xb4\xa4\xe1\xb4\xa5\xe1\xb5\xa2\xe1\xb5\xa3\xe1\xb5\xa4\xe1\xb5\xa5\xe1\xb5\xab\xe1\xb5\xac\xe1\xb5\xad\xe1\xb5\xae\xe1\xb5\xaf\xe1\xb5\xb0\xe1\xb5\xb1\xe1\xb5\xb2\xe1\xb5\xb3\xe1\xb5\xb4\xe1\xb5\xb5\xe1\xb5\xb6\xe1\xb5\xb7\xe1\xb5\xb9\xe1\xb5\xba\xe1\xb5\xbb\xe1\xb5\xbc\xe1\xb5\xbd\xe1\xb5\xbe\xe1\xb5\xbf\xe1\xb6\x80\xe1\xb6\x81\xe1\xb6\x82\xe1\xb6\x83\xe1\xb6\x84\xe1\xb6\x85\xe1\xb6\x86\xe1\xb6\x87\xe1\xb6\x88\xe1\xb6\x89\xe1\xb6\x8a\xe1\xb6\x8b\xe1\xb6\x8c\xe1\xb6\x8d\xe1\xb6\x8e\xe1\xb6\x8f\xe1\xb6\x90\xe1\xb6\x91\xe1\xb6\x92\xe1\xb6\x93\xe1\xb6\x94\xe1\xb6\x95\xe1\xb6\x96\xe1\xb6\x97\xe1\xb6\x98\xe1\xb6\x99\xe1\xb6\x9a\xe1\xb8\x81\xe1\xb8\x83\xe1\xb8\x85\xe1\xb8\x87\xe1\xb8\x89\xe1\xb8\x8b\xe1\xb8\x8d\xe1\xb8\x8f\xe1\xb8\x91\xe1\xb8\x93\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\x99\xe1\xb8\x9b\xe1\xb8\x9d\xe1\xb8\x9f\xe1\xb8\xa1\xe1\xb8\xa3\xe1\xb8\xa5\xe1\xb8\xa7\xe1\xb8\xa9\xe1\xb8\xab\xe1\xb8\xad\xe1\xb8\xaf\xe1\xb8\xb1\xe1\xb8\xb3\xe1\xb8\xb5\xe1\xb8\xb7\xe1\xb8\xb9\xe1\xb8\xbb\xe1\xb8\xbd\xe1\xb8\xbf\xe1\xb9\x81\xe1\xb9\x83\xe1\xb9\x85\xe1\xb9\x87\xe1\xb9\x89\xe1\xb9\x8b\xe1\xb9\x8d\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x95\xe1\xb9\x97\xe1\xb9\x99\xe1\xb9\x9b\xe1\xb9\x9d\xe1\xb9\x9f\xe1\xb9\xa1\xe1\xb9\xa3\xe1\xb9\xa5\xe1\xb9\xa7\xe1\xb9\xa9\xe1\xb9\xab\xe1\xb9\xad\xe1\xb9\xaf\xe1\xb9\xb1\xe1\xb9\xb3\xe1\xb9\xb5\xe1\xb9\xb7\xe1\xb9\xb9\xe1\xb9\xbb\xe1\xb9\xbd\xe1\xb9\xbf\xe1\xba\x81\xe1\xba\x83\xe1\xba\x85\xe1\xba\x87\xe1\xba\x89\xe1\xba\x8b\xe1\xba\x8d\xe1\xba\x8f\xe1\xba\x91\xe1\xba\x93\xe1\xba\x95\xe1\xba\x96\xe1\xba\x97\xe1\xba\x98\xe1\xba\x99\xe1\xba\x9a\xe1\xba\x9b\xe1\xba\x9c\xe1\xba\x9d\xe1\xba\x9f\xe1\xba\xa1\xe1\xba\xa3\xe1\xba\xa5\xe1\xba\xa7\xe1\xba\xa9\xe1\xba\xab\xe1\xba\xad\xe1\xba\xaf\xe1\xba\xb1\xe1\xba\xb3\xe1\xba\xb5\xe1\xba\xb7\xe1\xba\xb9\xe1\xba\xbb\xe1\xba\xbd\xe1\xba\xbf\xe1\xbb\x81\xe1\xbb\x83\xe1\xbb\x85\xe1\xbb\x87\xe1\xbb\x89\xe1\xbb\x8b\xe1\xbb\x8d\xe1\xbb\x8f\xe1\xbb\x91\xe1\xbb\x93\xe1\xbb\x95\xe1\xbb\x97\xe1\xbb\x99\xe1\xbb\x9b\xe1\xbb\x9d\xe1\xbb\x9f\xe1\xbb\xa1\xe1\xbb\xa3\xe1\xbb\xa5\xe1\xbb\xa7\xe1\xbb\xa9\xe1\xbb\xab\xe1\xbb\xad\xe1\xbb\xaf\xe1\xbb\xb1\xe1\xbb\xb3\xe1\xbb\xb5\xe1\xbb\xb7\xe1\xbb\xb9\xe1\xbb\xbb\xe1\xbb\xbd\xe1\xbb\xbf\xe2\x85\x8e\xe2\x86\x84\xe2\xb1\xa1\xe2\xb1\xa5\xe2\xb1\xa6\xe2\xb1\xa8\xe2\xb1\xaa\xe2\xb1\xac\xe2\xb1\xb1\xe2\xb1\xb3\xe2\xb1\xb4\xe2\xb1\xb6\xe2\xb1\xb7\xe2\xb1\xb8\xe2\xb1\xb9\xe2\xb1\xba\xe2\xb1\xbb\xe2\xb1\xbc\xea\x9c\xa3\xea\x9c\xa5\xea\x9c\xa7\xea\x9c\xa9\xea\x9c\xab\xea\x9c\xad\xea\x9c\xaf\xea\x9c\xb0\xea\x9c\xb1\xea\x9c\xb3\xea\x9c\xb5\xea\x9c\xb7\xea\x9c\xb9\xea\x9c\xbb\xea\x9c\xbd\xea\x9c\xbf\xea\x9d\x81\xea\x9d\x83\xea\x9d\x85\xea\x9d\x87\xea\x9d\x89\xea\x9d\x8b\xea\x9d\x8d\xea\x9d\x8f\xea\x9d\x91\xea\x9d\x93\xea\x9d\x95\xea\x9d\x97\xea\x9d\x99\xea\x9d\x9b\xea\x9d\x9d\xea\x9d\x9f\xea\x9d\xa1\xea\x9d\xa3\xea\x9d\xa5\xea\x9d\xa7\xea\x9d\xa9\xea\x9d\xab\xea\x9d\xad\xea\x9d\xaf\xea\x9d\xb1\xea\x9d\xb2\xea\x9d\xb3\xea\x9d\xb4\xea\x9d\xb5\xea\x9d\xb6\xea\x9d\xb7\xea\x9d\xb8\xea\x9d\xba\xea\x9d\xbc\xea\x9d\xbf\xea\x9e\x81\xea\x9e\x83\xea\x9e\x85\xea\x9e\x87\xea\x9e\x8c\xef\xac\x80\xef\xac\x81\xef\xac\x82\xef\xac\x83\xef\xac\x84\xef\xac\x85\xef\xac\x86\xef\xbd\x81\xef\xbd\x82\xef\xbd\x83\xef\xbd\x84\xef\xbd\x85\xef\xbd\x86\xef\xbd\x87\xef\xbd\x88\xef\xbd\x89\xef\xbd\x8a\xef\xbd\x8b\xef\xbd\x8c\xef\xbd\x8d\xef\xbd\x8e\xef\xbd\x8f\xef\xbd\x90\xef\xbd\x91\xef\xbd\x92\xef\xbd\x93\xef\xbd\x94\xef\xbd\x95\xef\xbd\x96\xef\xbd\x97\xef\xbd\x98\xef\xbd\x99\xef\xbd\x9a]",1592,"Aa",2,NULL,0,NULL,0}, + {"\xc3\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"AA",2,NULL,0,NULL,0}, + {"\xe8\x97\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[ \x04]\xe6\x96\x87",7,"z\xc3\xa0ng",5,NULL,0,NULL,0}, + {"\xe9\x87\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[ \x04]\xe5\xba\x86",7,"ch\xc3\xb3ng",6,NULL,0,NULL,0}, + {"\xe6\xb2\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[ \x04]\xe9\x98\xb3",7,"sh\xc4\x9bn",5,NULL,0,NULL,0}, + {"[\xe5\x91\xb5\xe9\x94\x95\xe9\x98\xbf\xf0\xa0\xbc\x9e\xf0\xa5\xa5\xa9\xf0\xa8\x89\x9a]",23,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x81",2,NULL,0,NULL,0}, + {"\xe5\x97\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1",2,NULL,0,NULL,0}, + {"\xe5\x95\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"[\xe3\xb6\xbc\xe5\x93\x80\xe5\x93\x8e\xe5\x94\x89\xe5\x97\xb3\xe5\x99\xaf\xe5\x9f\x83\xe5\xa8\xad\xe6\x8c\xa8\xe6\xac\xb8\xe6\xba\xbe\xe9\x8a\xb0\xe9\x8e\x84\xe9\x94\xbf\xf0\xa0\xb3\xb3\xf0\xa1\x89\x93\xf0\xa1\x9f\x93\xf0\xa2\xb0\x87\xf0\xa4\xb8\x96]",64,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x81i",3,NULL,0,NULL,0}, + {"[\xe3\xb1\xaf\xe4\xa0\xb9\xe4\xb6\xa3\xe5\x95\x80\xe5\x98\x8a\xe6\x8d\xb1\xe6\x95\xb1\xe6\x95\xb3\xe6\xba\xb0\xe7\x99\x8c\xe7\x9a\x91\xe7\x9a\x9a\xe9\xa8\x83\xf0\xa0\x8a\x8e\xf0\xa4\xb8\xb3\xf0\xa6\xa9\xb4\xf0\xa7\xaa\x9a\xf0\xa9\xaa\x82\xf0\xa9\xae\x96\xf0\xab\x98\xa4]",69,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1i",3,NULL,0,NULL,0}, + {"[\xe3\xa2\x8a\xe4\x91\x82\xe4\xa8\xa0\xe5\xa8\xbe\xe6\x98\xb9\xe6\xaf\x90\xe6\xbf\xad\xe7\x9f\xae\xe8\x94\xbc\xe8\x97\xb9\xe8\xba\xb7\xe9\x9c\xad\xe9\x9d\x84\xf0\xa3\xa4\x83\xf0\xa6\xa5\x82\xf0\xa6\xa5\x88\xf0\xa7\xa1\x8b\xf0\xa9\xab\x87]",61,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x8ei",3,NULL,0,NULL,0}, + {"[\xe3\x95\x8c\xe3\x97\x92\xe3\x98\xb7\xe3\x9d\xb6\xe3\xa4\x85\xe3\xbe\xa2\xe3\xbf\x84\xe4\x80\xb3\xe4\x85\xac\xe4\x94\xbd\xe4\x9d\xbd\xe4\xbc\x8c\xe5\x83\xbe\xe5\x8f\x86\xe5\x97\x8c\xe5\xa1\xa7\xe5\xa3\x92\xe5\xab\x92\xe5\xac\xa1\xe6\x84\x9b\xe6\x87\x93\xe6\x87\x9d\xe6\x9a\xa7\xe6\x9b\x96\xe7\x88\xb1\xe7\x91\xb7\xe7\x92\xa6\xe7\x9a\xa7\xe7\x9e\xb9\xe7\xa0\xb9\xe7\xa1\x8b\xe7\xa2\x8d\xe7\xa4\x99\xe8\x89\xbe\xe8\x96\x86\xe8\xad\xaa\xe8\xad\xba\xe9\x91\x80\xe9\x96\xa1\xe9\x9a\x98\xe9\x9d\x89\xe9\xa4\xb2\xe9\xa6\xa4\xe9\xb4\xb1\xf0\xa1\x81\x8d\xf0\xa1\xb0\xbd\xf0\xa1\xb6\x83\xf0\xa2\x9f\xaa\xf0\xa2\x9f\xb0\xf0\xa2\xa3\x8f\xf0\xa2\xa3\x95\xf0\xa3\x8b\x9e\xf0\xa3\x9c\xac\xf0\xa3\x9d\x85\xf0\xa3\xa9\xb1\xf0\xa4\xa2\xb5\xf0\xa4\xbb\xa2\xf0\xa5\xa1\xbd\xf0\xa5\xa4\xa6\xf0\xa5\xb4\xa8\xf0\xa6\x97\x8d\xf0\xa6\x97\x90\xf0\xa7\x8f\xb9\xf0\xa7\x93\x81\xf0\xa7\xb0\xbf\xf0\xa7\xb5\xa8\xf0\xa8\xb6\x82\xf0\xa9\x88\x8b\xf0\xaa\x87\x88\xf0\xaa\x95\xad]",238,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa0i",3,NULL,0,NULL,0}, + {"\xe9\xb1\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ai",2,NULL,0,NULL,0}, + {"[\xe3\x9b\xba\xe3\x9e\x84\xe3\xab\xa8\xe3\xb8\xa9\xe4\x80\x82\xe4\x85\x96\xe4\xa2\xbf\xe4\xbe\x92\xe5\xaa\x95\xe5\xae\x89\xe5\xb3\x96\xe5\xba\xb5\xe6\xa1\x89\xe6\xb0\xa8\xe7\x97\xb7\xe7\x9b\xa6\xe7\x9b\xab\xe8\x85\xa4\xe8\x8f\xb4\xe8\x90\xbb\xe8\x91\x8a\xe8\x93\xad\xe8\xaa\x9d\xe8\xab\xb3\xe8\xb0\x99\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9f\xbd\xe9\xa6\xa3\xe9\xb5\xaa\xe9\xb6\x95\xe9\xb9\x8c\xf0\xa0\xbd\xaa\xf0\xa1\xaf\x8f\xf0\xa2\xb0\x8d\xf0\xa3\x9a\x96\xf0\xa7\xa9\xb8\xf0\xa7\xab\xa5\xf0\xa7\xab\xa7\xf0\xa7\xae\x8d\xf0\xa9\xbd\xbe\xf0\xaa\x81\x9f\xf0\xaa\x98\x92]",142,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x81n",3,NULL,0,NULL,0}, + {"[\xe4\x9c\x99\xe5\x84\x91\xe5\x95\xbd\xe7\x8e\xb5\xe9\x9b\xb8\xf0\xa1\xaa\x81\xf0\xa1\xbd\x9c\xf0\xa3\xb5\xb1]",29,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1n",3,NULL,0,NULL,0}, + {"[\xe3\x9c\x9d\xe3\xbd\xa2\xe4\xbf\xba\xe5\x94\xb5\xe5\x9e\xb5\xe5\x9f\xaf\xe6\x8f\x9e\xe7\xbd\xaf\xe9\x8a\xa8\xe9\x93\xb5\xe9\x9a\x8c\xf0\xa0\x89\xac\xf0\xa4\x83\xb7\xf0\xa4\x9c\x81\xf0\xa5\xa6\x8d\xf0\xa6\xba\xbd\xf0\xa9\x85\x9d\xf0\xa9\x88\xb4]",63,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x8en",3,NULL,0,NULL,0}, + {"[\xe3\x9f\x81\xe3\xb1\x98\xe4\x85\x81\xe4\xac\x93\xe4\xae\x97\xe4\xaf\xa5\xe5\xa0\x93\xe5\xa9\xa9\xe5\xb2\xb8\xe6\x8c\x89\xe6\x99\xbb\xe6\x9a\x97\xe6\xa1\x88\xe6\xb4\x9d\xe7\x8a\xb4\xe8\x83\xba\xe8\x8d\x8c\xe8\xb1\xbb\xe9\x8c\x8c\xe9\x97\x87\xe9\xae\x9f\xe9\xbb\xaf\xf0\xa0\xb0\x91\xf0\xa1\x8e\x91\xf0\xa1\xaa\x99\xf0\xa1\xb9\xbc\xf0\xa3\x86\x9b\xf0\xa3\xa3\x9a\xf0\xa3\xbd\xa5\xf0\xa4\x9e\xbf\xf0\xa4\x9f\x89\xf0\xa5\x8f\xae\xf0\xa5\xb3\xac\xf0\xa7\x96\xae\xf0\xa8\xb2\x8a\xf0\xa9\x93\xa4\xf0\xa9\xad\xa2\xf0\xa9\xb9\x8e]",132,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa0n",3,NULL,0,NULL,0}, + {"[\xe8\x82\xae\xe9\xaa\xaf\xf0\xa0\xb5\xab\xf0\xa1\x95\x89]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x81ng",4,NULL,0,NULL,0}, + {"[\xe3\xad\xbf\xe4\x80\x9a\xe4\x92\xa2\xe4\xa9\x95\xe4\xad\xb9\xe5\x8d\xac\xe5\xb2\x87\xe6\x98\x82\xe6\x98\xbb\xf0\xa4\xad\x92\xf0\xa9\x91\x9d\xf0\xa9\x94\x98]",41,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1ng",4,NULL,0,NULL,0}, + {"[\xe4\x87\xa6\xe4\xad\xba\xf0\xa6\xab\xab]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x8eng",4,NULL,0,NULL,0}, + {"[\xe3\xbc\x9c\xe6\x9e\x8a\xe7\x9b\x8e\xe9\x86\xa0\xf0\xa0\xb9\x83\xf0\xa1\xb5\x99\xf0\xa2\x93\x8b\xf0\xa3\x89\x97\xf0\xa3\x96\xae\xf0\xa9\x89\xb0\xf0\xa9\x9c\x9f]",42,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa0ng",4,NULL,0,NULL,0}, + {"[\xe3\x95\xad\xe3\xa9\xa0\xe4\xab\x9c\xe5\x87\xb9\xe6\x9f\xaa\xe6\xa2\x8e\xe7\x88\x8a\xe8\xbb\xaa\xf0\xa4\x8f\xb6\xf0\xa7\x85\x83\xf0\xa7\xa8\xb2\xf0\xa9\xa5\x8a\xf0\xaa\x83\xa8]",46,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x81o",3,NULL,0,NULL,0}, + {"[\xe3\x9f\xbc\xe3\xa0\x82\xe3\xbf\xb0\xe4\xa5\x9d\xe4\xa6\x8b\xe4\xb5\x85\xe5\x8e\xab\xe5\x97\xb7\xe5\x97\xb8\xe5\xb6\x85\xe5\xbb\x92\xe6\x91\xae\xe6\x95\x96\xe6\xbb\xb6\xe7\x86\xac\xe7\x8d\x92\xe7\x8d\x93\xe7\x92\x88\xe7\xa3\x9d\xe7\xbf\xb1\xe7\xbf\xba\xe8\x81\xb1\xe8\x94\x9c\xe8\x9e\xaf\xe8\xac\xb7\xe8\xac\xb8\xe9\x81\xa8\xe9\x8f\x96\xe9\x9a\x9e\xe9\xb0\xb2\xe9\xb3\x8c\xe9\xb7\x94\xe9\xbc\x87\xf0\xa1\x8a\x9b\xf0\xa1\x8f\xbc\xf0\xa2\xa7\xb4\xf0\xa3\x8a\x81\xf0\xa3\xb7\xab\xf0\xa5\x82\xa2\xf0\xa6\xaa\x88\xf0\xa9\x98\xae\xf0\xa9\xae\xaf\xf0\xa9\xb1\x8f\xf0\xaa\x89\x91]",145,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1o",3,NULL,0,NULL,0}, + {"[\xe3\x91\x83\xe3\xa4\x87\xe4\xaf\xa0\xe4\xb4\x88\xe5\xaa\xaa\xe5\xaa\xbc\xe6\x8a\x9d\xe6\x8b\x97\xe8\x8a\xba\xe8\xa2\x84\xe8\xa5\x96\xe9\x95\xba\xf0\xa2\x81\xb1\xf0\xa5\x9c\x8c\xf0\xa6\xbd\x80\xf0\xa9\x88\x8f\xf0\xa9\x91\xa4\xf0\xa9\xa3\xbb\xf0\xaa\x81\xbe]",66,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x8eo",3,NULL,0,NULL,0}, + {"[\xe3\x98\xac\xe3\x98\xad\xe3\x9c\x9c\xe3\x9c\xa9\xe3\xa0\x97\xe3\xa5\xbf\xe4\x90\xbf\xe4\x9c\x92\xe4\xab\xa8\xe4\xae\xaf\xe5\x82\xb2\xe5\x9d\xb3\xe5\x9e\x87\xe5\xa2\xba\xe5\xa5\xa1\xe5\xa5\xa5\xe5\xa5\xa7\xe5\xab\xaf\xe5\xb2\x99\xe5\xb2\xb0\xe5\xb6\xb4\xe6\x85\xa0\xe6\x87\x8a\xe6\x89\xb7\xe6\x93\x99\xe6\xbe\xb3\xe9\x8f\x8a\xe9\x9a\xa9\xe9\xa9\x81\xe9\xaa\x9c\xf0\xa2\x95\x9f\xf0\xa2\xb3\x86\xf0\xa4\xba\xbe\xf0\xa5\x91\x91\xf0\xa9\x91\x8d\xf0\xa9\x95\x80\xf0\xa9\x9f\x87\xf0\xa9\xbc\x88]",124,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa0o",3,NULL,0,NULL,0}, + {"\xe7\xbf\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ao",2,NULL,0,NULL,0}, + {"[\xe3\xad\xad\xe3\xb8\xad\xe3\xba\xb4\xe3\xbf\xac\xe4\xb0\xbe\xe4\xbb\x88\xe5\x85\xab\xe5\x8f\xad\xe5\x93\xb5\xe5\xa4\xbf\xe5\xb2\x9c\xe5\xb3\x87\xe5\xb7\xb4\xe5\xb7\xbc\xe6\x89\x92\xe6\x8d\x8c\xe6\x9c\xb3\xe6\x9f\xad\xe7\x8e\x90\xe7\x96\xa4\xe7\xac\x86\xe7\xb2\x91\xe7\xbe\x93\xe8\x8a\xad\xe8\x9a\x86\xe8\xb1\x9d\xe9\x87\x9b\xe9\x87\x9f\xe9\xb2\x83\xf0\xa0\x9b\x8b\xf0\xa0\xb5\xba\xf0\xa1\x9a\xad\xf0\xa2\xa0\xad\xf0\xa2\xbb\xb7\xf0\xa4\x9c\xb1\xf0\xa4\xa3\xb8\xf0\xa4\xa4\x92\xf0\xa6\x93\xa7\xf0\xa7\x8e\xb1\xf0\xa7\xb2\xa7\xf0\xa8\x8a\xb9\xf0\xa9\x9a\xa5\xf0\xa9\xa0\x80\xf0\xa9\xa1\xa9]",149,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe3\x94\x9c\xe4\x9f\xa6\xe4\xae\x82\xe4\xb3\x8a\xe5\x8f\x90\xe5\x9d\xba\xe5\xa2\xa2\xe5\xa6\xad\xe6\x8a\x9c\xe6\x8b\x94\xe7\x82\xa6\xe7\x8a\xae\xe7\x99\xb9\xe8\x83\x88\xe8\x8c\x87\xe8\x8f\x9d\xe8\xa9\x99\xe8\xb7\x8b\xe8\xbb\xb7\xe9\xa2\xb0\xe9\xad\x83\xe9\xbc\xa5\xf0\xa2\x87\xb7\xf0\xa5\x8e\xb1\xf0\xa6\xb3\xba\xf0\xa7\xba\xa1\xf0\xa7\xba\xba\xf0\xa9\x8a\xa4\xf0\xa9\x96\xbd\xf0\xa9\x99\xa5]",100,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xa1",3,NULL,0,NULL,0}, + {"[\xe3\x9e\x8e\xe6\x8a\x8a\xe9\x88\x80\xe9\x92\xaf\xe9\x9d\xb6\xf0\xa2\x83\xb3\xf0\xa2\xba\x9e]",25,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe3\xb6\x9a\xe4\x83\xbb\xe4\x86\x89\xe4\x87\x91\xe4\x8e\xac\xe4\x8e\xb1\xe4\xa9\x97\xe4\xa9\xbb\xe4\xb6\x95\xe5\x9d\x9d\xe5\x9e\xbb\xe5\xa3\xa9\xe5\xbc\x9d\xe6\xac\x9b\xe7\x81\x9e\xe7\x88\xb8\xe7\x9f\xb2\xe7\xbd\xa2\xe7\xbd\xb7\xe8\x80\x99\xe8\xa6\x87\xe8\xb7\x81\xe9\x9c\xb8\xe9\xae\x8a\xe9\xb2\x85\xe9\xb2\x8c\xf0\xa4\x9c\x95\xf0\xa5\x9d\xa7\xf0\xa6\xab\x99\xf0\xa7\xbf\x8f\xf0\xa9\x83\xb4\xf0\xa9\xa8\x9c\xf0\xa9\xb9\x8f\xf0\xa9\xbd\xb7]",112,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xa0",3,NULL,0,NULL,0}, + {"[\xe5\x90\xa7\xe7\xb4\xa6\xe9\xad\x9e\xf0\xa3\xac\xb6\xf0\xa3\xac\xb7]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ba",2,NULL,0,NULL,0}, + {"[\xe3\x93\xa6\xe4\xaa\xb9\xe6\x8c\x80\xe6\x8e\xb0\xe6\x93\x98\xf0\xa2\x9b\x9e\xf0\xa8\x83\x85]",25,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\x81i",4,NULL,0,NULL,0}, + {"[\xe3\xbf\x9f\xe4\xb3\x86\xe7\x99\xbd\xf0\xa5\xac\x9d\xf0\xa6\xa3\xba\xf0\xaa\xa1\x88]",23,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xa1i",4,NULL,0,NULL,0}, + {"[\xe4\x99\x93\xe4\xbd\xb0\xe6\x8d\xad\xe6\x91\x86\xe6\x93\xba\xe6\x9f\x8f\xe6\xa0\xa2\xe7\x93\xb8\xe7\x99\xbe\xe7\xb2\xa8\xe7\xb5\x94\xe8\xa5\xac\xf0\xa0\xab\x9b]",42,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe3\x94\xa5\xe3\xa0\x94\xe4\x92\x94\xe4\xa2\x99\xe5\xba\x8d\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x95\x97\xe7\x8c\x88\xe7\xa8\x97\xe7\xb2\xba\xe8\x9b\xbd\xe8\xb4\x81\xe8\xb4\xa5\xe9\x9f\x9b\xf0\xa1\x8f\xaf\xf0\xa1\xad\xa2\xf0\xa2\x88\x95\xf0\xa3\xa7\x99\xf0\xa3\xba\xbd\xf0\xa4\x81\xa3\xf0\xa4\x99\x85\xf0\xa4\xbd\xb9\xf0\xa6\xa9\x8b\xf0\xa6\xb3\x9e\xf0\xa9\x8b\x82\xf0\xa9\x8e\xbb\xf0\xa9\x8f\x9e]",99,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xa0i",4,NULL,0,NULL,0}, + {"[\xe3\x97\x91\xe7\xab\xa1\xe8\x96\xad]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bai",3,NULL,0,NULL,0}, + {"[\xe4\x83\x91\xe4\x88\xb2\xe6\x89\xb3\xe6\x90\xac\xe6\x94\xbd\xe6\x96\x91\xe6\x96\x92\xe7\x8f\xad\xe7\x98\xa2\xe7\x99\x8d\xe8\x88\xac\xe8\x9e\x8c\xe8\xa4\xa9\xe8\xbe\xac\xe9\xa0\x92\xe9\xa2\x81\xe9\xb3\xbb\xf0\xa0\x94\xaf\xf0\xa0\x9a\xbc\xf0\xa0\xa6\x92\xf0\xa0\xba\x9a\xf0\xa3\xaa\x82\xf0\xa4\xa1\xb0\xf0\xa4\xa6\xa6\xf0\xa4\xab\xab\xf0\xa4\xb3\x96\xf0\xa5\xb9\x93\xf0\xa6\x8e\x8a\xf0\xa7\x87\xa5\xf0\xa8\xad\x89\xf0\xa9\x94\xae\xf0\xa9\xbf\x89\xf0\xaa\x84\x95\xf0\xaa\x89\x92\xf0\xaa\x92\x8b]",125,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe4\x89\xbd\xe4\xac\xb3\xe5\x9d\x82\xe5\xb2\x85\xe6\x98\x84\xe6\x9d\xbf\xe7\x89\x88\xe7\x93\xaa\xe7\xb2\x84\xe8\x88\xa8\xe8\x9d\x82\xe9\x88\x91\xe9\x92\xa3\xe9\x97\x86\xe9\x98\xaa\xe9\xad\xac\xf0\xa0\xa7\xab\xf0\xa1\xaf\x98\xf0\xa7\x8c\xbf\xf0\xa7\xbf\xa8]",66,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\x9a\x98\xe3\xaa\xb5\xe4\xbc\xb4\xe5\x8a\x9e\xe5\x8d\x8a\xe5\x9d\xa2\xe5\xa7\x85\xe6\x80\x91\xe6\x89\xae\xe6\x8b\x8c\xe6\x9f\x88\xe6\xb9\xb4\xe7\x93\xa3\xe7\xa7\x9a\xe7\xb5\x86\xe7\xbb\x8a\xe8\xbe\xa6\xe9\x89\xa1\xe9\x9d\xbd\xf0\xa0\xaf\x98\xf0\xa2\xb2\x94\xf0\xa2\xb4\xac\xf0\xa5\xb7\x81\xf0\xa6\x99\xb9\xf0\xa6\x9d\xa4\xf0\xa8\x90\xa6\xf0\xa8\x90\xb1\xf0\xa8\x90\xbe\xf0\xa9\xa2\x94]",99,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xa0n",4,NULL,0,NULL,0}, + {"\xe8\x9e\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ban",3,NULL,0,NULL,0}, + {"[\xe3\x99\x83\xe3\xa8\x8d\xe3\xbf\xb6\xe4\xa9\xb7\xe5\x9e\xb9\xe5\xb8\xae\xe5\xb9\x87\xe5\xb9\x9a\xe5\xb9\xab\xe6\x8d\xa0\xe6\xa2\x86\xe6\xb5\x9c\xe7\xb8\x8d\xe9\x82\xa6\xe9\x82\xab\xe9\x9e\xa4\xf0\xa0\xb2\x91\xf0\xa0\xb3\x90\xf0\xa2\x81\x8f\xf0\xa2\xb8\x8c\xf0\xa3\xae\xa1\xf0\xa4\x9a\xb0\xf0\xa4\xb1\xb5\xf0\xa6\xb0\xa5\xf0\xa8\xa2\x90\xf0\xa9\x8d\x97]",90,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe3\xae\x84\xe6\xa6\x9c\xe7\x89\x93\xe7\xb6\x81\xe7\xbb\x91\xe8\x86\x80\xe9\xab\x88\xf0\xa3\xae\xa7\xf0\xa6\xbe\xad]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe3\xad\x8b\xe4\x82\x9c\xe4\x8e\xa7\xe4\x96\xab\xe4\xa7\x9b\xe4\xb0\xb7\xe5\x82\x8d\xe5\xa1\x9d\xe6\x90\x92\xe6\xa3\x92\xe6\xa3\x93\xe7\x8e\xa4\xe7\xa3\x85\xe7\xa8\x96\xe8\x89\x95\xe8\x92\xa1\xe8\x9a\x8c\xe8\x9c\xaf\xe8\xac\x97\xe8\xb0\xa4\xe9\x8e\x8a\xe9\x95\x91\xf0\xa0\xa8\xb5\xf0\xa0\xac\xa3\xf0\xa1\xbd\xb2\xf0\xa2\x84\x8e\xf0\xa2\x9c\x97\xf0\xa2\xae\x8f\xf0\xa2\xb6\xb6\xf0\xa3\x98\x99\xf0\xa9\xa6\xa0\xf0\xa9\xae\x97]",108,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xa0ng",5,NULL,0,NULL,0}, + {"[\xe5\x8b\xb9\xe5\x8c\x85\xe5\xad\xa2\xe6\x9e\xb9\xe7\x85\xb2\xe7\xac\xa3\xe8\x83\x9e\xe8\x8b\x9e\xe8\x95\x94\xe8\xa4\x92\xe8\xa5\x83\xe9\x97\x81\xe9\xbd\x99\xe9\xbe\x85\xf0\xa0\x85\xac\xf0\xa0\xa3\x92\xf0\xa1\xb6\x84\xf0\xa7\xb5\xa2\xf0\xa8\x9a\x94]",64,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\x81o",4,NULL,0,NULL,0}, + {"[\xe3\xb5\xa1\xe3\xbf\xba\xe4\x88\x8f\xe4\xa5\xa4\xe4\xa8\x8c\xe4\xa8\x94\xe4\xaa\xa8\xe5\xab\x91\xe7\xaa\x87\xe8\x96\x84\xe9\x9b\xb9\xf0\xa4\xbf\x88\xf0\xa5\xad\x93\xf0\xa6\xa1\x95\xf0\xa6\xa2\x8a]",51,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xa1o",4,NULL,0,NULL,0}, + {"[\xe3\x99\x85\xe3\xbb\x84\xe4\x8e\x82\xe4\xad\x8b\xe4\xad\xb8\xe4\xb3\x88\xe4\xb3\xb0\xe4\xb4\x90\xe4\xbf\x9d\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xaa\xac\xe5\xae\x9d\xe5\xae\xb2\xe5\xaf\x9a\xe5\xaf\xb3\xe5\xaf\xb6\xe6\x80\x89\xe7\x8f\xa4\xe7\xb7\xa5\xe8\x91\x86\xe8\xa4\x93\xe8\xb3\xb2\xe9\x9d\x8c\xe9\xa3\xbd\xe9\xa5\xb1\xe9\xa7\x82\xe9\xb3\xb5\xe9\xb4\x87\xe9\xb8\xa8\xf0\xa0\xa4\x8f\xf0\xa1\xa7\x96\xf0\xa4\x9e\xa5\xf0\xa8\xb0\xa6\xf0\xa8\xb0\xbb\xf0\xa9\x9b\x9e\xf0\xa9\xac\xbd\xf0\xa9\xad\xbc]",124,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe3\x99\xb8\xe3\xab\xa7\xe3\xb2\x92\xe4\xa4\x96\xe5\x84\xa4\xe5\x8b\xbd\xe5\xa0\xb1\xe5\xbf\x81\xe6\x8a\xa5\xe6\x8a\xb1\xe6\x9a\xb4\xe6\x9b\x93\xe7\x88\x86\xe8\x8f\xa2\xe8\x99\xa3\xe8\x9a\xab\xe8\xa2\x8c\xe8\xb1\xb9\xe8\xb6\xb5\xe9\x89\x8b\xe9\x91\xa4\xe9\x93\x87\xe9\x9d\xa4\xe9\xaa\xb2\xe9\xab\xb1\xe9\xae\x91\xe9\xb2\x8d\xe9\xb8\x94\xf0\xa0\xa3\xba\xf0\xa0\xb9\x95\xf0\xa1\x82\x9f\xf0\xa1\x89\xa9\xf0\xa2\xbc\x8c\xf0\xa3\xad\x80\xf0\xa4\x94\xa3\xf0\xa4\x9d\xa7\xf0\xa5\x84\xb9\xf0\xa7\x9d\x98\xf0\xa7\xad\xa4\xf0\xa8\x87\x85\xf0\xa8\xa0\x96\xf0\xa9\x8a\x85\xf0\xa9\x8d\x82\xf0\xa9\xbe\xa1\xf0\xa9\xbf\x93\xf0\xaa\x8f\xb6]",158,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xa0o",4,NULL,0,NULL,0}, + {"[\xe4\xbd\xa8\xe8\x97\xb5]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bao",3,NULL,0,NULL,0}, + {"[\xe3\x97\x97\xe3\xbd\xa1\xe4\xa5\xaf\xe5\x8d\x91\xe6\x82\xb2\xe6\x8f\xb9\xe6\x9d\xaf\xe6\xa1\xae\xe6\xa4\x91\xe7\x9b\x83\xe7\xa2\x91\xe7\xa6\x86\xe8\x97\xa3\xe9\x8c\x83\xe9\x99\x82\xe9\xb5\xaf\xe9\xb9\x8e\xf0\xa2\x83\x8d\xf0\xa3\xac\x8d\xf0\xa4\xb5\x9b\xf0\xa4\xb7\x81\xf0\xa4\xbf\xbe\xf0\xa5\x8f\x93\xf0\xa5\xb6\x93\xf0\xa6\x88\xa7\xf0\xa6\x88\xb6\xf0\xa6\xa9\x96\xf0\xa7\xbc\xa0\xf0\xa9\x94\xb9]",101,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\x93i",4,NULL,0,NULL,0}, + {"[\xe3\xa4\xb3\xe4\x8b\xb3\xe5\x8c\x97\xe9\x89\xb3\xf0\xa7\x89\xa5\xf0\xa7\x8b\xb2]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\x9bi",4,NULL,0,NULL,0}, + {"[\xe2\xbb\x89\xe3\x94\xa8\xe3\x9b\x9d\xe3\xa3\x81\xe3\xab\xb2\xe3\xb0\x86\xe3\xb6\x94\xe3\xb7\xb6\xe3\xb8\xa2\xe3\xb8\xac\xe3\xb8\xbd\xe3\xbb\x97\xe3\xbe\xb1\xe4\x94\x92\xe4\x9f\xba\xe4\xa1\xb6\xe4\xa9\x80\xe4\xb0\xbd\xe4\xbf\xbb\xe5\x80\x8d\xe5\x81\x9d\xe5\x81\xb9\xe5\x82\x99\xe5\x83\x83\xe5\xa4\x87\xe5\xad\x9b\xe6\x82\x96\xe6\x83\xab\xe6\x84\x82\xe6\x86\x8a\xe6\x98\x81\xe6\xa2\x96\xe7\x84\x99\xe7\x89\xac\xe7\x8a\x95\xe7\x8b\x88\xe7\x8b\xbd\xe7\x8f\xbc\xe7\x90\xb2\xe7\xa2\x9a\xe7\xb3\x92\xe8\x83\x8c\xe8\x8b\x9d\xe8\x93\x93\xe8\xa2\xab\xe8\xa4\x99\xe8\xaa\x96\xe8\xb2\x9d\xe8\xb4\x9d\xe8\xbb\xb0\xe8\xbc\xa9\xe8\xbe\x88\xe9\x82\xb6\xe9\x83\xa5\xe9\x84\x81\xe9\x8b\x87\xe9\x90\xbe\xe9\x92\xa1\xe9\x9e\x81\xe9\x9e\xb4\xe9\xaa\xb3\xf0\xa0\x8b\xad\xf0\xa0\x90\xa1\xf0\xa0\xa2\xa5\xf0\xa1\x8b\xad\xf0\xa2\x82\x8f\xf0\xa2\xb4\xbe\xf0\xa2\xbb\xb5\xf0\xa3\x8e\xb5\xf0\xa3\x96\xbe\xf0\xa3\xac\xaa\xf0\xa4\x9c\xb2\xf0\xa4\xb0\x88\xf0\xa4\xb3\xa6\xf0\xa4\xb9\xb2\xf0\xa4\xbf\x92\xf0\xa6\xae\xb7\xf0\xa6\xbe\x99\xf0\xa7\xb6\x99\xf0\xa9\x87\xa9\xf0\xa9\x96\xa0\xf0\xa9\x9a\xbe]",269,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xa8i",4,NULL,0,NULL,0}, + {"[\xe5\x91\x97\xe5\x94\x84\xe7\xa6\x99]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bei",3,NULL,0,NULL,0}, + {"[\xe5\xa5\x94\xe6\xa0\x9f\xe6\xb3\x8d\xe7\x8a\x87\xe8\xb4\xb2\xe9\x8c\x9b\xe9\x94\x9b\xf0\xa3\xb3\xb0\xf0\xa9\xa3\xba\xf0\xa9\xa7\xbc\xf0\xaa\x91\x96]",39,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\x93n",4,NULL,0,NULL,0}, + {"[\xe3\xa1\xb7\xe3\xae\xba\xe5\xa5\x99\xe6\x9c\xac\xe6\xa5\x8d\xe7\x95\x9a\xe7\xbf\x89\xe8\x8b\xaf\xf0\xa3\x84\x8f]",30,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\x9bn",4,NULL,0,NULL,0}, + {"[\xe3\xa4\x93\xe3\xa8\xa7\xe3\xae\xa5\xe4\xac\xb1\xe5\x80\xb4\xe5\x9d\x8b\xe5\x9d\x8c\xe6\x8d\xb9\xe6\x92\xaa\xe6\xa1\xb3\xe6\xb8\x80\xe7\x8d\x96\xe7\xac\xa8\xe8\xbc\xbd\xe9\x80\xa9\xf0\xa3\xb4\x9e\xf0\xa5\xa2\x8a\xf0\xa6\xaf\x80\xf0\xa8\x8b\x92\xf0\xaa\x8a\x9c\xf0\xaa\x8e\x9d]",71,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xa8n",4,NULL,0,NULL,0}, + {"[\xe3\x94\x99\xe4\x91\xab\xe4\xa8\x9c\xe4\xbc\xbb\xe5\x82\xb0\xe5\x98\xa3\xe5\xa5\x9f\xe5\xb4\xa9\xe5\xb5\xad\xe7\x97\xad\xe7\xa5\x8a\xe7\xb5\xa3\xe7\xb6\xb3\xe9\x96\x8d\xf0\xa0\x9c\xb3\xf0\xa0\xa1\xae\xf0\xa1\xa1\x88\xf0\xa1\xb6\xa4\xf0\xa2\x86\xb8\xf0\xa2\x89\x81\xf0\xa2\x90\x92\xf0\xa3\x82\xa4\xf0\xa3\xa8\xa5\xf0\xa4\x99\xbe\xf0\xa4\xa1\xad\xf0\xa5\x9b\xb1\xf0\xa5\x9e\xa9\xf0\xa6\x85\x88\xf0\xa8\x95\xa7\xf0\xa8\xb8\x82\xf0\xa8\xb9\xb9\xf0\xa8\xbb\xb1]",116,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\x93ng",5,NULL,0,NULL,0}, + {"\xe7\x94\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xa9ng",5,NULL,0,NULL,0}, + {"[\xe3\x91\x9f\xe4\x8b\xbd\xe4\x99\x80\xe4\xa9\xac\xe4\xb3\x9e\xe5\x9f\x84\xe5\x9f\xb2\xe7\x90\xa3\xe7\x90\xab\xe7\xb9\x83\xe7\xbb\xb7\xe8\x8f\xb6\xe9\x9e\x9b\xf0\xa4\xab\xac\xf0\xa5\x80\x82\xf0\xa6\x82\x8c\xf0\xa7\x91\x91\xf0\xa7\x9a\xad\xf0\xa8\x93\x81\xf0\xa9\x8a\x8c\xf0\xa9\x91\x9a]",73,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\x9bng",5,NULL,0,NULL,0}, + {"[\xe3\xb7\xaf\xe4\xa8\xbb\xe4\xad\xb0\xe5\xa1\xb4\xe6\xb3\xb5\xe7\x94\x8f\xe8\xa0\xaf\xe8\xb9\xa6\xe8\xbf\xb8\xe9\x80\xac\xe9\x8f\xb0\xe9\x95\x9a\xf0\xa1\x8e\xbe\xf0\xa1\xbe\x9b\xf0\xa5\x96\x97\xf0\xa5\xa6\x9c\xf0\xa6\x9d\xb7\xf0\xa6\xba\x91\xf0\xa7\xa9\xb1\xf0\xa7\xbb\x93\xf0\xa8\x86\x8a\xf0\xa9\x82\xa6\xf0\xa9\x97\xb4\xf0\xaa\x94\x91]",86,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xa8ng",5,NULL,0,NULL,0}, + {"\xe6\x8f\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"beng",4,NULL,0,NULL,0}, + {"[\xe3\xa1\x99\xe4\x9a\x9c\xe4\xab\xbe\xe4\xae\xa0\xe5\x81\xaa\xe5\xb1\x84\xe6\xa5\x85\xe6\xaf\xb4\xe8\x9e\x95\xe8\xb1\x8d\xe9\x80\xbc\xe9\x8e\x9e\xe9\xb0\x8f\xe9\xb2\xbe\xe9\xb5\x96\xf0\xa2\x9f\xb5\xf0\xa2\xa1\x85\xf0\xa3\x9a\xa1\xf0\xa4\x9d\xb8\xf0\xa5\x8f\xa0\xf0\xa7\xa4\x83\xf0\xa8\xb2\x8b\xf0\xa8\xbb\xbc\xf0\xa9\xa7\xbf\xf0\xa9\xad\xa7]",87,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\xab",3,NULL,0,NULL,0}, + {"[\xe4\xa8\x86\xe4\xb5\x84\xe8\x8d\xb8\xe9\xbc\xbb\xf0\xa3\xb4\xa8\xf0\xa9\xbe\xb3]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xad",3,NULL,0,NULL,0}, + {"[\xe3\xa0\xb2\xe3\xaa\x8f\xe3\xbb\xb6\xe4\x83\xbe\xe4\x8f\xa2\xe4\x98\xa1\xe4\xa3\xa5\xe4\xbd\x8a\xe4\xbf\xbe\xe5\x8c\x95\xe5\x90\xa1\xe5\x95\x9a\xe5\xa4\xb6\xe5\xa6\xa3\xe5\xbd\xbc\xe6\x9c\xbc\xe6\x9f\x80\xe6\xaf\x94\xe6\xb2\x98\xe7\x96\x95\xe7\xa7\x95\xe7\xac\x94\xe7\xad\x86\xe7\xae\x84\xe7\xb2\x83\xe8\x81\x9b\xe8\x88\xad\xe8\xb2\x8f\xe9\x84\x99\xf0\xa0\x90\x8c\xf0\xa0\x9b\xa1\xf0\xa0\xa7\x85\xf0\xa0\xac\x88\xf0\xa1\xb3\x84\xf0\xa2\xa9\x92\xf0\xa2\xb3\x8b\xf0\xa3\x94\x93\xf0\xa4\xb9\xa6\xf0\xa4\xbd\x8a\xf0\xa6\xb8\xa3\xf0\xa8\x85\x97\xf0\xa8\x9f\xb5\xf0\xaa\x8c\x84\xf0\xaa\x90\x84]",149,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe3\x93\x96\xe3\x98\xa0\xe3\x98\xa9\xe3\x99\x84\xe3\xa1\x80\xe3\xa2\xb0\xe3\xa2\xb6\xe3\xa2\xb8\xe3\xa7\x99\xe3\xaa\xa4\xe3\xae\xbf\xe3\xaf\x87\xe3\xb1\xb8\xe3\xb3\xbc\xe3\xb5\xa5\xe3\xbb\xab\xe3\xbf\xab\xe4\x80\xa3\xe4\x81\xb9\xe4\x84\xb6\xe4\x89\xbe\xe4\x8a\xa7\xe4\x8b\x94\xe4\x8e\xb5\xe4\x8f\xb6\xe4\x95\x97\xe4\x96\xa9\xe4\x9f\x86\xe4\x9f\xa4\xe4\xa0\x8b\xe4\xa7\x97\xe4\xa9\x9b\xe4\xaa\x90\xe4\xab\x81\xe4\xac\x9b\xe4\xae\xa1\xe4\xaf\x97\xe4\xbd\x96\xe5\x93\x94\xe5\x97\xb6\xe5\x9d\x92\xe5\xa0\x9b\xe5\xa3\x81\xe5\xa5\xb0\xe5\xa6\xbc\xe5\xa9\xa2\xe5\xac\x96\xe5\xb8\x81\xe5\xb9\xa3\xe5\xba\x87\xe5\xba\xb3\xe5\xbb\xa6\xe5\xbc\x8a\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbd\x83\xe5\xbf\x85\xe6\x80\xad\xe6\x80\xb6\xe6\x84\x8a\xe6\x84\x8e\xe6\x95\x9d\xe6\x96\x83\xe6\x9e\x88\xe6\x9f\xb2\xe6\xa2\x90\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x99\xe6\xb9\xa2\xe6\xbb\x97\xe6\xbb\xad\xe6\xbd\xb7\xe6\xbf\x9e\xe7\x85\x8f\xe7\x86\x9a\xe7\x8b\xb4\xe7\x8d\x98\xe7\x8d\x99\xe7\x8f\x8c\xe7\x92\xa7\xe7\x95\x80\xe7\x95\xa2\xe7\x96\xaa\xe7\x97\xb9\xe7\x97\xba\xe7\x9a\x95\xe7\x9d\xa4\xe7\xa2\xa7\xe7\xac\x93\xe7\xad\x9a\xe7\xae\x85\xe7\xae\x86\xe7\xaf\xa6\xe7\xaf\xb3\xe7\xb2\x8a\xe7\xb6\xbc\xe7\xb8\xaa\xe7\xb9\xb4\xe7\xbd\xbc\xe8\x85\xb7\xe8\x87\x82\xe8\x8b\xbe\xe8\x8d\x9c\xe8\x90\x86\xe8\x93\x96\xe8\x93\xbd\xe8\x94\xbd\xe8\x96\x9c\xe8\x9c\x8c\xe8\xa2\x90\xe8\xa3\xa8\xe8\xa5\x9e\xe8\xa5\xa3\xe8\xa7\xb1\xe8\xa9\x96\xe8\xaf\x90\xe8\xb2\xb1\xe8\xb3\x81\xe8\xb4\x94\xe8\xb5\x91\xe8\xb7\xb8\xe8\xb9\x95\xe8\xba\x83\xe8\xba\x84\xe9\x81\xbf\xe9\x82\xb2\xe9\x84\xa8\xe9\x84\xaa\xe9\x89\x8d\xe9\x8f\x8e\xe9\x90\xb4\xe9\x93\x8b\xe9\x96\x87\xe9\x96\x89\xe9\x96\x9f\xe9\x97\xad\xe9\x99\x9b\xe9\x9e\xb8\xe9\x9f\xa0\xe9\xa3\xb6\xe9\xa5\x86\xe9\xa6\x9d\xe9\xa7\x9c\xe9\xa9\x86\xe9\xab\x80\xe9\xab\xb2\xe9\xad\x93\xe9\xae\x85\xe9\xb7\x9d\xe9\xb7\xa9\xe9\xbc\x8a\xf0\xa0\x88\xba\xf0\xa0\x8b\xaf\xf0\xa0\x93\xb7\xf0\xa0\xa1\x82\xf0\xa0\xa6\x88\xf0\xa0\xa8\x98\xf0\xa0\xa9\xbf\xf0\xa0\xae\x83\xf0\xa0\xbd\xa9\xf0\xa1\x9a\x81\xf0\xa1\x9b\x97\xf0\xa1\xa0\x9a\xf0\xa1\xbb\x9e\xf0\xa1\xbd\xb6\xf0\xa2\x81\xbd\xf0\xa2\x85\xa9\xf0\xa2\x90\xa6\xf0\xa2\x96\xac\xf0\xa2\x98\x8d\xf0\xa2\xb2\xbe\xf0\xa2\xb4\xa9\xf0\xa3\x81\x89\xf0\xa3\x81\xa2\xf0\xa3\x8b\xb9\xf0\xa3\x98\xa5\xf0\xa3\x9d\x8d\xf0\xa3\xa2\xa0\xf0\xa3\xa5\xa3\xf0\xa3\xa6\x87\xf0\xa3\xa6\xa2\xf0\xa3\xa9\xa9\xf0\xa3\xad\xa4\xf0\xa3\xae\x90\xf0\xa3\xaf\xb4\xf0\xa4\x82\x80\xf0\xa4\x85\xb9\xf0\xa4\x90\x99\xf0\xa4\x97\x9a\xf0\xa4\x99\x9e\xf0\xa4\x9c\xbb\xf0\xa4\xa0\xba\xf0\xa4\xa1\x9d\xf0\xa4\xa2\xa3\xf0\xa4\xb5\x98\xf0\xa4\xb9\x9d\xf0\xa4\xbb\x96\xf0\xa5\x86\xaf\xf0\xa5\x88\x97\xf0\xa5\x9b\x98\xf0\xa5\x9f\x97\xf0\xa5\xa2\xa6\xf0\xa5\xb3\x86\xf0\xa5\xb4\xac\xf0\xa5\xb7\x91\xf0\xa6\x82\x96\xf0\xa6\x91\x9e\xf0\xa6\x94\x86\xf0\xa6\xa0\x9e\xf0\xa6\xa4\xab\xf0\xa6\xaf\x9b\xf0\xa6\xb0\x99\xf0\xa6\xb1\x94\xf0\xa7\x8f\xbb\xf0\xa7\x92\x80\xf0\xa7\x93\x84\xf0\xa7\xa5\x91\xf0\xa7\xab\xa4\xf0\xa7\xb2\x9c\xf0\xa7\xb3\xa0\xf0\xa8\x8b\xa5\xf0\xa8\x8b\xa9\xf0\xa8\x90\xa8\xf0\xa8\x9a\x8d\xf0\xa8\x9a\x93\xf0\xa8\xa0\x94\xf0\xa8\xb5\xb0\xf0\xa8\xb8\xbc\xf0\xa9\x89\xab\xf0\xa9\x8a\xb0\xf0\xa9\x91\xbb\xf0\xa9\xaa\x96\xf0\xa9\xaa\xa7\xf0\xa9\xb2\xa2\xf0\xaa\x8b\x9c\xf0\xaa\x8d\xaa\xf0\xaa\x8f\xba]",802,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xac",3,NULL,0,NULL,0}, + {"[\xe5\x8c\x82\xe5\xac\xb6\xe5\xb9\xa4\xe8\x90\x9e\xe8\xa5\x85]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi",2,NULL,0,NULL,0}, + {"[\xe4\x9f\x8d\xe6\x8f\x99\xe7\x85\xb8\xe7\x89\x91\xe7\x8c\xb5\xe7\x94\x82\xe7\xa0\xad\xe7\xac\xbe\xe7\xae\xaf\xe7\xb1\xa9\xe7\xb7\xa8\xe7\xbc\x96\xe8\x9d\x99\xe8\xbe\xb9\xe8\xbe\xba\xe9\x82\x89\xe9\x82\x8a\xe9\x8d\xbd\xe9\x9e\xad\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb3\x8a\xf0\xa0\x90\x88\xf0\xa0\x91\x9f\xf0\xa2\xa9\x9f\xf0\xa2\xbb\xb6\xf0\xa3\xa9\x80\xf0\xa4\x84\xba\xf0\xa6\x87\xad\xf0\xa8\x96\xbe\xf0\xa8\xa9\xab\xf0\xaa\x8f\x97\xf0\xaa\x93\x8d]",112,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\xa6\x9a\xe4\x81\xb5\xe5\x8c\xbe\xe6\x83\xbc\xe6\x89\x81\xe7\xa2\xa5\xe7\xa8\xa8\xe7\xaa\x86\xe7\xb3\x84\xe8\x90\xb9\xe8\x97\x8a\xe8\xa4\x8a\xe8\xb2\xb6\xe8\xb4\xac\xe9\xb4\x98\xf0\xa0\x93\xab\xf0\xa0\xaa\x82\xf0\xa1\x88\xaf\xf0\xa1\xac\xaf\xf0\xa1\xac\xb2\xf0\xa1\xac\xb8\xf0\xa2\xb4\x82\xf0\xa4\x80\xab\xf0\xa5\xa3\x9d\xf0\xa5\xa3\xb0\xf0\xa6\x9f\xa3\xf0\xa6\xbd\x9f\xf0\xa8\x96\xa0\xf0\xaa\x96\xaf]",103,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\x9d\xb8\xe3\xa3\x90\xe3\xad\x93\xe3\xb2\xa2\xe3\xb3\x8e\xe3\xb3\x92\xe3\xb4\x9c\xe3\xb5\xb7\xe3\xba\xb9\xe4\x89\xb8\xe4\x92\xaa\xe4\x9b\x92\xe4\xa1\xa2\xe4\xaa\xbb\xe4\xbe\xbf\xe5\x8c\xa5\xe5\x8d\x9e\xe5\x8f\x98\xe5\xa4\x89\xe5\xbc\x81\xe5\xbe\xa7\xe5\xbf\xad\xe6\x8a\x83\xe6\x98\xaa\xe6\xb1\xb3\xe6\xb1\xb4\xe7\x8e\xa3\xe7\xb7\xb6\xe7\xbc\x8f\xe8\x89\x91\xe8\x8b\x84\xe8\xa6\x8d\xe8\xae\x8a\xe8\xbe\xa1\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xab\xe8\xbe\xae\xe8\xbe\xaf\xe9\x81\x8d\xe9\x87\x86\xe9\x96\x9e\xf0\xa0\xad\xb9\xf0\xa0\xaf\xb4\xf0\xa0\xb7\x96\xf0\xa2\xad\xa5\xf0\xa3\x88\xa0\xf0\xa3\x9d\x9c\xf0\xa3\xaa\xad\xf0\xa3\xb8\x87\xf0\xa4\x80\xb2\xf0\xa4\xba\x87\xf0\xa4\xbb\xb6\xf0\xa5\x8d\x9a\xf0\xa6\x89\x99\xf0\xa7\xa9\xb0\xf0\xa8\x9a\x95\xf0\xa8\xa7\x95\xf0\xa8\xb3\xb2\xf0\xa9\xa9\xaf\xf0\xa9\xb0\x8d\xf0\xaa\x89\xb1]",211,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe5\xb3\x85\xe7\x82\x9e]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bian",4,NULL,0,NULL,0}, + {"[\xe2\xba\xa3\xe3\xb6\xbe\xe4\x81\x83\xe4\x81\xad\xe4\x85\xba\xe4\x99\xb3\xe4\xae\xbd\xe5\x84\xa6\xe5\xa2\x82\xe5\xb9\x96\xe5\xbd\xaa\xe6\x91\xbd\xe6\x9d\x93\xe6\xa0\x87\xe6\xa8\x99\xe6\xb7\xb2\xe6\xbb\xae\xe7\x80\x8c\xe7\x81\xac\xe7\x86\x9b\xe7\x88\x82\xe7\x8c\x8b\xe7\x98\xad\xe7\xa3\xa6\xe7\xa9\xae\xe8\x84\xbf\xe8\x86\x98\xe8\x87\x95\xe8\x94\x88\xe8\x97\xa8\xe8\xac\xa4\xe8\xb4\x86\xe9\x8f\xa2\xe9\x91\xa3\xe9\x95\x96\xe9\x95\xb3\xe9\xa2\xa9\xe9\xa2\xae\xe9\xa2\xb7\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x91\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa9\x83\xe9\xa9\xab\xe9\xaa\x89\xe9\xaa\xa0\xe9\xab\x9f\xf0\xa0\x94\x82\xf0\xa0\x9a\xa0\xf0\xa2\x92\xaf\xf0\xa3\x84\xa0\xf0\xa4\x82\x86\xf0\xa4\x86\x80\xf0\xa4\x90\xab\xf0\xa5\xb2\xa6\xf0\xa6\x94\x97\xf0\xa6\x94\xa9\xf0\xa6\xa0\x8e\xf0\xa6\xbe\x91\xf0\xa7\xa5\x8d\xf0\xa8\xad\x9a\xf0\xa9\x99\xaa\xf0\xa9\xaa\x8a\xf0\xa9\xb4\xa9\xf0\xa9\xbd\x81]",224,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi\xc4\x81o",5,NULL,0,NULL,0}, + {"[\xe3\x9f\xbd\xe3\xa0\x92\xe3\xaf\xb9\xe4\x94\xb8\xe5\xa9\x8a\xe6\xaa\xa6\xe8\xa1\xa8\xe8\xa3\xb1\xe8\xa4\xbe\xe8\xab\x98\xe9\x8c\xb6\xf0\xa2\x85\x9a\xf0\xa5\x98\xa4\xf0\xa7\x9d\xaa]",47,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi\xc7\x8eo",5,NULL,0,NULL,0}, + {"[\xe3\xa7\xbc\xe4\x9e\x84\xe4\xbf\xb5\xe9\xb0\xbe\xe9\xb3\x94\xf0\xa0\xac\xaa\xf0\xa2\xbf\x8f\xf0\xa7\xb3\x80\xf0\xa7\xb4\x8e\xf0\xa7\xb4\x95]",37,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi\xc3\xa0o",5,NULL,0,NULL,0}, + {"\xe9\xa3\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"biao",4,NULL,0,NULL,0}, + {"[\xe3\x94\xa1\xe4\x8b\xa2\xe4\x98\xb7\xe4\xb3\xa4\xe6\x86\x8b\xe8\x99\x8c\xe8\x9f\x9e\xe9\xb1\x89\xe9\xb3\x96\xe9\xbc\x88\xe9\xbe\x9e\xf0\xa1\x90\x9e\xf0\xa1\x98\xb4\xf0\xa1\x99\x80\xf0\xa2\x90\xb3\xf0\xa2\xa0\xb3\xf0\xa3\x87\xa2\xf0\xa3\x8a\xb6\xf0\xa4\x89\xa4\xf0\xa4\xb7\x97\xf0\xa5\x9e\xb2\xf0\xa5\xa1\x81\xf0\xa7\x86\x8a\xf0\xa7\x8c\xbd\xf0\xa8\x82\x85\xf0\xa9\xb5\x9b\xf0\xa9\xb8\x81\xf0\xaa\x82\x9f]",103,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi\xc4\x93",4,NULL,0,NULL,0}, + {"[\xe4\x87\xb7\xe4\x8f\x9f\xe4\xa0\xa5\xe4\xad\xb1\xe5\x88\xa5\xe5\x88\xab\xe5\x92\x87\xe5\xbe\xb6\xe8\x8e\x82\xe8\x9b\x82\xe8\xa5\x92\xe8\xb9\xa9\xf0\xa0\x8d\xaf\xf0\xa1\x99\xaa\xf0\xa1\xb7\x98\xf0\xa2\x9b\x8e\xf0\xa4\xba\x93\xf0\xa4\xbe\xb5\xf0\xa7\x9d\xac\xf0\xa7\xa7\xb8\xf0\xa7\xbf\xa5\xf0\xa8\x92\x9c\xf0\xa9\x93\x9d\xf0\xa9\xa0\xbb\xf0\xa9\xa1\x9f\xf0\xa9\xa6\x89\xf0\xaa\x90\x86]",98,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi\xc3\xa9",4,NULL,0,NULL,0}, + {"[\xe3\xbf\x9c\xe7\x98\xaa\xe7\x99\x9f]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe3\xa2\xbc\xe4\x8c\x98\xe5\xbd\x86\xf0\xa2\x86\xa3]",15,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe3\xbb\x9e\xe4\x9a\x94\xe4\xa7\xac\xe4\xa8\x88\xe5\x82\xa7\xe5\x84\x90\xe5\xae\xbe\xe5\xbd\xac\xe6\x96\x8c\xe6\xa2\xb9\xe6\xa4\x95\xe6\xa7\x9f\xe6\xaa\xb3\xe6\xb1\x83\xe6\xbb\xa8\xe6\xbf\x92\xe6\xbf\xb1\xe7\x80\x95\xe7\x8e\xa2\xe7\x91\xb8\xe7\x92\xb8\xe7\xa0\x8f\xe7\xb9\xbd\xe7\xbc\xa4\xe8\x99\xa8\xe8\xb1\xa9\xe8\xb1\xb3\xe8\xb3\x93\xe8\xb3\x94\xe9\x82\xa0\xe9\x91\x8c\xe9\x95\x94\xe9\x9c\xa6\xe9\xa1\xae\xf0\xa0\xb4\x87\xf0\xa1\xa6\xbb\xf0\xa1\xa7\xbc\xf0\xa2\xb2\xb0\xf0\xa3\x89\xae\xf0\xa3\xa2\x8f\xf0\xa3\xb0\xa8\xf0\xa5\x83\xb0\xf0\xa7\xb7\x9f\xf0\xa8\x90\xb0\xf0\xa8\xbd\x97\xf0\xa9\x86\xb1\xf0\xa9\xb4\xb1\xf0\xaa\x87\x95]",160,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\xabn",4,NULL,0,NULL,0}, + {"\xe4\x90\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc7\x90n",4,NULL,0,NULL,0}, + {"[\xe6\x91\x88\xe6\x93\xaf\xe6\xae\xa1\xe6\xae\xaf\xe8\x86\x91\xe8\x87\x8f\xe9\xab\x8c\xe9\xab\x95\xe9\xab\xa9\xe9\xac\x82\xe9\xac\x93\xe9\xac\xa2\xf0\xa1\xa6\x86\xf0\xa7\xb8\x88]",46,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xacn",4,NULL,0,NULL,0}, + {"[\xe6\xb0\x9e\xe6\xbf\xb5]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bin",3,NULL,0,NULL,0}, + {"[\xe4\x94\x8a\xe4\xbb\x8c\xe4\xbb\x92\xe5\x85\xb5\xe5\x86\xab\xe5\x86\xb0\xe6\x8e\xa4\xe6\xb0\xb7\xf0\xa1\xb2\x8d\xf0\xa2\x8e\xb4\xf0\xa5\xb2\x82\xf0\xa8\xb9\x97\xf0\xa9\x8b\x92\xf0\xaa\x91\xb0]",50,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\xabng",5,NULL,0,NULL,0}, + {"[\xe3\xa8\x80\xe4\xb4\xb5\xe4\xb8\x99\xe6\x80\xb2\xe6\x8a\xa6\xe6\x91\x92\xe6\x98\x9e\xe6\x98\xba\xe6\x9f\x84\xe7\x82\xb3\xe7\x9c\xaa\xe7\xa6\x80\xe7\xa7\x89\xe7\xa8\x9f\xe7\xaa\x89\xe8\x8b\xaa\xe8\x9b\x83\xe9\x82\xb4\xe9\x88\xb5\xe9\x89\xbc\xe9\x99\x83\xe9\x9e\x9e\xe9\xa4\x85\xe9\xa4\xa0\xe9\xa5\xbc\xf0\xa0\x92\x9d\xf0\xa0\x9b\xa5\xf0\xa0\xb1\x9b\xf0\xa1\x87\xa4\xf0\xa1\x96\x9b\xf0\xa1\x9a\x9b\xf0\xa1\xb9\xbe\xf0\xa3\xa6\xaa\xf0\xa6\xbc\xb9\xf0\xa9\x8a\x96\xf0\xa9\x8f\x82\xf0\xa9\xb6\x81]",125,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc7\x90ng",5,NULL,0,NULL,0}, + {"[\xe3\x93\x88\xe4\x97\x92\xe4\xb8\xa6\xe4\xbd\xb5\xe5\x80\x82\xe5\x81\x8b\xe5\x82\xa1\xe5\xaf\x8e\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xba\xb0\xe6\xa0\xa4\xe6\xa3\x85\xe7\x97\x85\xe7\xab\x9d\xe8\xaa\x81\xe9\x9d\x90\xe9\xae\xa9\xf0\xa0\x8a\xa7\xf0\xa2\x86\xa9\xf0\xa2\x8a\x9c\xf0\xa2\x94\xa7\xf0\xa3\xb0\x9c\xf0\xa5\x96\xac\xf0\xa6\xa1\xbb\xf0\xa6\xbf\x85\xf0\xa8\x86\xb1\xf0\xa8\x8b\xb2\xf0\xa9\xac\x9d\xf0\xa9\xae\x9f]",104,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xacng",5,NULL,0,NULL,0}, + {"[\xe5\x9e\xaa\xe9\x8b\xb2\xe9\x9e\x86]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bing",4,NULL,0,NULL,0}, + {"[\xe3\x9e\x88\xe4\x83\x97\xe4\x9d\x9b\xe4\xad\xa6\xe5\x83\xa0\xe5\x89\x9d\xe5\x89\xa5\xe5\x93\xb1\xe5\xb6\x93\xe5\xb8\x97\xe6\x8b\xa8\xe6\x92\xa5\xe6\x92\xad\xe6\xb3\xa2\xe7\x8e\xbb\xe7\x99\xb6\xe7\x99\xb7\xe7\x9b\x8b\xe7\xa0\xb5\xe7\xa2\x86\xe7\xb4\xb4\xe7\xbc\xbd\xe8\x8f\xa0\xe8\xa2\x9a\xe8\xa2\xb0\xe8\xb9\xb3\xe9\x89\xa2\xe9\x92\xb5\xe9\xa4\x91\xe9\xa5\xbd\xe9\xa9\x8b\xe9\xae\x81\xe9\xb1\x8d\xf0\xa0\xb1\x80\xf0\xa0\xba\xa3\xf0\xa1\x80\x96\xf0\xa2\x82\x8d\xf0\xa4\x97\xb3\xf0\xa4\x9c\xa7\xf0\xa5\xae\xaf\xf0\xa6\xb2\xb1\xf0\xa7\x99\x84\xf0\xa7\xb2\xaf\xf0\xa8\xad\x82\xf0\xa9\x9c\xa5\xf0\xa9\xa7\xaf\xf0\xa9\xac\xb8\xf0\xa9\xaf\x8c]",161,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc5\x8d",3,NULL,0,NULL,0}, + {"[\xe3\x97\x98\xe3\x9f\x91\xe3\xa9\xa7\xe3\xa9\xad\xe3\xaa\x8d\xe3\xac\x8d\xe3\xac\xa7\xe3\xb4\xbe\xe3\xb6\xbf\xe3\xb9\x80\xe3\xbc\x8e\xe3\xbc\x9f\xe3\xbc\xa3\xe4\x82\x8d\xe4\x8a\xbf\xe4\x8c\x9f\xe4\x8d\xb8\xe4\x91\x88\xe4\x97\x9a\xe4\x99\x8f\xe4\x9e\xb3\xe4\x9f\x9b\xe4\xa2\x8c\xe4\xa2\xaa\xe4\xa5\xac\xe4\xaa\x87\xe4\xaa\xac\xe4\xac\xaa\xe4\xad\xaf\xe4\xae\x80\xe4\xaf\x8b\xe4\xb0\x8a\xe4\xb3\x81\xe4\xb5\x97\xe4\xb6\x88\xe4\xba\xb3\xe4\xbb\xa2\xe4\xbc\xaf\xe4\xbe\xbc\xe5\x83\xb0\xe5\x8b\x83\xe5\x8d\x9a\xe5\x9a\x97\xe5\xb8\x9b\xe6\x84\xbd\xe6\x87\xaa\xe6\x8c\xac\xe6\x90\x8f\xe6\xac\x82\xe6\xb5\xa1\xe6\xb8\xa4\xe7\x85\xbf\xe7\x89\x94\xe7\x8a\xa6\xe7\x8a\xbb\xe7\x8b\x9b\xe7\x8c\xbc\xe7\x93\x9d\xe7\x93\x9f\xe7\xa4\xa1\xe7\xa4\xb4\xe7\xa7\xa1\xe7\xae\x94\xe7\xb0\x99\xe8\x82\x91\xe8\x83\x89\xe8\x84\x96\xe8\x86\x8a\xe8\x88\xb6\xe8\x89\x8a\xe8\x8b\xa9\xe8\x91\xa7\xe8\x94\x94\xe8\xa2\xaf\xe8\xa2\xb9\xe8\xa5\x8f\xe8\xa5\xae\xe8\xb1\xb0\xe8\xb8\xa3\xe9\x83\xa3\xe9\x88\xb8\xe9\x89\x91\xe9\x8b\x8d\xe9\x8e\x9b\xe9\x91\xae\xe9\x92\xb9\xe9\x93\x82\xe9\x95\x88\xe9\xa4\xba\xe9\xa6\x8e\xe9\xa6\x9b\xe9\xa6\x9e\xe9\xa7\x81\xe9\xa7\xae\xe9\xa9\xb3\xe9\xab\x86\xe9\xab\x89\xe9\xb5\x93\xe9\xb9\x81\xf0\xa0\xa7\x9b\xf0\xa0\xae\xad\xf0\xa0\xb7\xba\xf0\xa0\xb8\xb3\xf0\xa1\x8b\xaf\xf0\xa2\x90\xbe\xf0\xa2\xa0\xba\xf0\xa2\xa3\x9e\xf0\xa2\xa9\x9e\xf0\xa2\xab\xaf\xf0\xa2\xba\xbd\xf0\xa3\x8b\xb5\xf0\xa3\x9b\x93\xf0\xa3\xa7\xa7\xf0\xa3\xad\xb7\xf0\xa3\xbd\xa1\xf0\xa4\x83\xb5\xf0\xa4\x92\x94\xf0\xa4\x97\xba\xf0\xa4\x9a\xbd\xf0\xa4\xb6\x8b\xf0\xa4\xbe\x9d\xf0\xa5\x9c\x96\xf0\xa5\xad\x96\xf0\xa5\xb4\xae\xf0\xa5\xb9\xb8\xf0\xa6\x83\x99\xf0\xa6\x88\x9e\xf0\xa6\x8b\x89\xf0\xa6\xa4\x9a\xf0\xa6\xa4\xa3\xf0\xa6\xaf\x89\xf0\xa6\xb0\xac\xf0\xa6\xbc\xad\xf0\xa6\xbd\xae\xf0\xa7\x87\x9a\xf0\xa7\x9f\xb1\xf0\xa8\x88\xa9\xf0\xa8\x8d\xad\xf0\xa8\x8f\xab\xf0\xa9\x83\xb6\xf0\xa9\x84\xbf\xf0\xa9\x8c\x8f\xf0\xa9\x8d\xbf\xf0\xa9\x8f\xaf\xf0\xa9\x93\x90\xf0\xa9\x97\x80\xf0\xa9\x97\x92\xf0\xa9\x97\x93\xf0\xa9\x99\xa6\xf0\xa9\x9f\x95\xf0\xa9\xa3\xa1\xf0\xa9\xb1\x9a\xf0\xa9\xb7\x9a\xf0\xa9\xbd\x9b\xf0\xaa\x8c\xb0\xf0\xaa\x8d\xa1\xf0\xaa\x99\x8d]",531,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xb3",3,NULL,0,NULL,0}, + {"[\xe3\x9d\xbf\xe7\xae\xa5\xe7\xb0\xb8\xe8\xb7\x9b\xf0\xa4\xbf\x91\xf0\xa5\xb8\xa5\xf0\xaa\x93\x9c\xf0\xaa\x9a\xb7]",30,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc7\x92",3,NULL,0,NULL,0}, + {"[\xe5\xad\xb9\xe6\xaa\x97\xe7\xb3\xaa\xe8\x98\x97\xe8\xad\x92\xf0\xa0\xb4\xb8\xf0\xa1\x85\x82\xf0\xa1\xaf\xb3\xf0\xa1\xaf\xb7\xf0\xa9\x88\x94]",37,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xb2",3,NULL,0,NULL,0}, + {"[\xe2\xba\x8a\xe5\x8d\x9c\xe5\x95\xb5\xe8\x90\xa1]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bo",2,NULL,0,NULL,0}, + {"[\xe5\xb3\xac\xe5\xba\xaf\xe6\x99\xa1\xe8\xaa\xa7\xe9\x80\x8b\xe9\x88\xbd\xf0\xa0\x9a\x89\xf0\xa5\xaa\x80\xf0\xa7\xbb\xb7\xf0\xa9\xb6\x89\xf0\xa9\xba\xbc]",40,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe8\xbd\x90\xe9\x86\xad\xe9\xb3\xaa\xf0\xa5\xbb\x9e]",15,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe3\x99\x9b\xe3\xa8\x90\xe4\x80\xaf\xe4\x8b\xa0\xe4\xaa\x81\xe4\xaa\x94\xe5\x8d\x9f\xe5\x93\xba\xe5\x96\xb8\xe6\x8d\x95\xe8\xa1\xa5\xe8\xa3\x9c\xe9\xb5\x8f\xf0\xa1\xa1\x90\xf0\xa3\xb1\xb6\xf0\xa4\xa3\xb0\xf0\xa5\x83\xa8\xf0\xa5\xa3\x8c\xf0\xa8\xb4\xaa\xf0\xa9\x8f\xae\xf0\xa9\x8f\xb5\xf0\xa9\xaf\x8f\xf0\xaa\x87\xb0]",81,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\x98\xb5\xe3\x9a\xb4\xe3\xb3\x8d\xe3\xbb\x89\xe3\xbe\x9f\xe4\x8a\x87\xe4\x8d\x8c\xe4\x8f\xbd\xe4\x91\xb0\xe4\x92\x80\xe4\x9d\xb5\xe4\xac\x8f\xe4\xb4\xba\xe4\xb8\x8d\xe4\xbd\x88\xe5\x8b\x8f\xe5\x90\xa5\xe5\x92\x98\xe5\x9f\x94\xe5\x9f\x97\xe5\x9f\xa0\xe5\xb8\x83\xe6\x80\x96\xe6\x82\x91\xe6\x8a\xaa\xe6\x8d\x97\xe6\x9f\xa8\xe6\xad\xa5\xe6\xad\xa8\xe6\xad\xa9\xe7\x93\xbf\xe7\xaf\xb0\xe7\xb0\xbf\xe8\x8d\xb9\xe8\x94\x80\xe8\xb8\x84\xe9\x83\xa8\xe9\x83\xb6\xe9\x92\x9a\xe9\x92\xb8\xe9\xa4\x94\xe9\xa4\xa2\xf0\xa0\x98\x81\xf0\xa0\x9c\x99\xf0\xa2\x81\xbb\xf0\xa2\x87\xb4\xf0\xa4\x9a\xb5\xf0\xa4\xb8\xb5\xf0\xa5\x91\xa2\xf0\xa5\xb3\x96\xf0\xa5\xb9\xb4\xf0\xa7\x89\xa9\xf0\xa8\x8b\x9e\xf0\xa8\x9b\x92\xf0\xa9\x85\x87\xf0\xa9\x8a\xac\xf0\xa9\x8a\xb6\xf0\xa9\xa2\x95\xf0\xa9\xa3\x9d\xf0\xa9\xb7\x96\xf0\xa9\xbb\x97\xf0\xab\x90\x93\xf0\xab\x97\xa6]",212,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe4\x83\xb0\xe4\x8c\xa8\xe5\x9a\x93\xe6\x93\xa6\xe6\x94\x83\xf0\xa4\x84\x96\xf0\xa8\x86\xbe\xf0\xa8\xba\xad\xf0\xaa\x8a\x97]",33,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc4\x81",3,NULL,0,NULL,0}, + {"\xe7\xa4\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe4\xb5\xbd\xe5\x9b\x83\xe9\x81\xaa\xf0\xa5\x97\xad\xf0\xa5\xa9\x9d]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa0",3,NULL,0,NULL,0}, + {"[\xe4\x9e\x97\xe4\x9f\x80\xe4\xa0\x95\xe5\x81\xb2\xe5\xa9\x87\xe7\x8c\x9c]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc4\x81i",4,NULL,0,NULL,0}, + {"[\xe3\x92\xb2\xe4\xb4\xad\xe6\x89\x8d\xe6\x9d\x90\xe6\xba\xa8\xe7\x8a\xb2\xe7\xba\x94\xe8\xa3\x81\xe8\xb2\xa1\xe8\xb4\xa2\xf0\xa2\x8e\x82\xf0\xa6\xac\x81\xf0\xa7\xb5\xa4\xf0\xa8\x99\xb4]",48,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa1i",4,NULL,0,NULL,0}, + {"[\xe3\xa5\x92\xe4\x8c\xbd\xe4\x90\x86\xe4\xa3\x8b\xe5\x80\xb8\xe5\x95\x8b\xe5\xaf\x80\xe5\xbd\xa9\xe6\x8e\xa1\xe6\xaf\x9d\xe7\x9d\xac\xe7\xb6\xb5\xe8\xb7\xb4\xe8\xb8\xa9\xe9\x87\x87\xf0\xa4\x9a\x80\xf0\xa4\x9d\xad\xf0\xa4\x9f\x96\xf0\xa4\xb7\x95\xf0\xa7\x80\x8a]",67,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe4\xb0\x82\xe5\x9f\xb0\xe6\xa3\x8c\xe7\xb8\xa9\xe8\x8f\x9c\xe8\x94\xa1\xf0\xa1\xa3\xae\xf0\xa4\x81\xb1\xf0\xa8\xaf\x93\xf0\xa9\x81\x9e\xf0\xa9\xa7\x87\xf0\xaa\x87\xad]",44,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa0i",4,NULL,0,NULL,0}, + {"[\xe3\x9c\x97\xe4\x89\x94\xe4\x9f\x83\xe4\xb1\x97\xe5\x82\xaa\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x96\xb0\xe5\xac\xa0\xe6\xb9\x8c\xe9\xa3\xa1\xe9\xa4\x90\xe9\xa9\x82\xe9\xaa\x96\xf0\xa0\xab\xad\xf0\xa5\xa2\xbd\xf0\xa6\xaa\x9c\xf0\xa6\xaa\xab\xf0\xa9\x9d\x96\xf0\xa9\x9f\x92]",74,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe3\xa5\x87\xe3\xa8\xbb\xe3\xb1\x9a\xe4\x8f\xbc\xe4\x97\x9d\xe4\x97\x9e\xe4\x98\x89\xe4\x99\x81\xe4\x9d\xb3\xe4\xa3\x9f\xe4\xb3\xbb\xe5\xac\xb1\xe6\x83\xad\xe6\x85\x99\xe6\x85\x9a\xe6\xae\x8b\xe6\xae\x98\xe8\x9a\x95\xe8\x9d\x85\xe8\xa0\xb6\xe8\xa0\xba\xf0\xa0\xa0\x8b\xf0\xa0\xa1\xa1\xf0\xa2\xa6\xb8\xf0\xa2\xa7\xae\xf0\xa2\xbe\x83\xf0\xa3\xa6\xbc\xf0\xa5\x82\xa5\xf0\xa6\xba\x90\xf0\xa7\x85\x80\xf0\xa7\x93\xa9\xf0\xa8\x85\x94\xf0\xa8\x9e\xb7\xf0\xa9\x80\xa7\xf0\xa9\x88\xbb]",121,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa1n",4,NULL,0,NULL,0}, + {"[\xe3\xa6\xa7\xe3\xbf\x8a\xe4\x85\x9f\xe6\x83\xa8\xe6\x85\x98\xe6\x86\xaf\xe6\x9c\x81\xe7\xa9\x87\xe7\xaf\xb8\xe9\xbb\xaa\xe9\xbb\xb2\xf0\xa1\x86\xae\xf0\xa5\xa0\xa9\xf0\xa5\xae\xbe\xf0\xa8\xb2\xb1\xf0\xa9\x88\xbc]",55,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\x9b\x91\xe3\xa3\x93\xe3\xbb\xae\xe3\xbd\xa9\xe4\x9b\xb9\xe5\xad\xb1\xe6\x8e\xba\xe6\x91\xbb\xe6\xbe\xaf\xe7\x81\xbf\xe7\x87\xa6\xe7\x92\xa8\xe7\xb2\xb2\xe8\x96\x92\xe8\xac\xb2\xf0\xa1\x9b\x9d\xf0\xa3\xb6\xa1\xf0\xa3\xbb\xac\xf0\xa4\x85\x92\xf0\xa5\xb9\x9b\xf0\xa9\xaf\x9e\xf0\xaa\x86\xb6]",75,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa0n",4,NULL,0,NULL,0}, + {"[\xe5\x84\x8f\xe7\x88\x98]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"can",3,NULL,0,NULL,0}, + {"[\xe4\xbb\x93\xe4\xbb\xba\xe4\xbc\xa7\xe5\x80\x89\xe5\x82\x96\xe5\xb5\xa2\xe6\xb2\xa7\xe6\xbb\x84\xe7\x8d\x8a\xe8\x88\xb1\xe8\x89\x99\xe8\x8b\x8d\xe8\x92\xbc\xe8\x9e\xa5\xe9\xb6\xac\xe9\xb8\xa7\xf0\xa0\xa5\x90\xf0\xa4\x9a\xac\xf0\xa6\xbe\x9d\xf0\xa9\x80\x9e\xf0\xa9\x95\xb9\xf0\xa9\x9d\x9e]",74,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe3\xb5\xb4\xe3\xb6\x93\xe8\x97\x8f\xe9\x91\xb6\xf0\xa1\xbd\xb4\xf0\xa1\xbe\xbb\xf0\xa1\xbf\x84\xf0\xa8\xa4\x83]",30,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa1ng",5,NULL,0,NULL,0}, + {"[\xe4\x85\xae\xe4\xa2\xa2\xe8\xb3\xb6]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa0ng",5,NULL,0,NULL,0}, + {"[\xe6\xac\x8c\xe6\xbf\xb8\xe7\xbd\x89]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cang",4,NULL,0,NULL,0}, + {"[\xe4\x8e\xad\xe6\x92\xa1\xe6\x93\x8d\xe7\xb3\x99\xf0\xa0\x80\x8a\xf0\xa4\x92\x95]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc4\x81o",4,NULL,0,NULL,0}, + {"[\xe3\x9c\x96\xe3\xaf\xa5\xe4\x84\x9a\xe4\x8f\x86\xe4\x90\xac\xe5\x98\x88\xe5\xb6\x86\xe6\x9b\xb9\xe6\x9b\xba\xe6\xa7\xbd\xe6\xbc\x95\xe8\x89\x9a\xe8\x93\xb8\xe8\x9e\xac\xe8\xa4\xbf\xe9\x8f\xaa\xf0\xa1\xae\xa6\xf0\xa3\x88\x85\xf0\xa3\x89\xbf\xf0\xa4\xa1\x90\xf0\xa4\xb5\xa5\xf0\xa5\x95\xa2\xf0\xa5\xb2\x8d\xf0\xa6\x8b\xbf\xf0\xa8\x8e\x9d\xf0\xa9\x9e\x84\xf0\xa9\xa0\x8e\xf0\xa9\xab\xa5]",98,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa1o",4,NULL,0,NULL,0}, + {"[\xe4\x92\x91\xe6\x84\xba\xe6\x87\x86\xe8\x89\xb8\xe8\x8d\x89\xe9\xa8\xb2\xf0\xa0\xb9\x8a]",24,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe4\x92\x83\xe8\x82\x8f\xe8\xa5\x99\xe9\x84\xb5]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa0o",4,NULL,0,NULL,0}, + {"[\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe8\x89\xb9]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cao",3,NULL,0,NULL,0}, + {"[\xe3\xa5\xbd\xe3\xa8\xb2\xe3\xa9\x8d\xe4\x87\xb2\xe4\x88\x9f\xe4\x8a\x82\xe4\x94\xb4\xe4\xbe\xa7\xe5\x81\xb4\xe5\x86\x8a\xe5\x86\x8c\xe5\x8e\x95\xe5\x8e\xa0\xe5\xa2\x84\xe5\xbb\x81\xe6\x81\xbb\xe6\x83\xbb\xe6\x86\xa1\xe6\x8b\xba\xe6\x95\x87\xe6\xb5\x8b\xe6\xb8\xac\xe7\x95\x9f\xe7\xac\xa7\xe7\xad\x96\xe7\xad\x9e\xe7\xad\xb4\xe7\xae\xa3\xe7\xb0\x8e\xe7\xb2\xa3\xe8\x90\x97\xe8\x90\xb4\xe8\x93\x9b\xf0\xa1\x8d\xab\xf0\xa2\xbf\xb8\xf0\xa3\x8c\xa7\xf0\xa5\xa0\x89\xf0\xa5\xac\xb0\xf0\xa5\xb0\xa1\xf0\xa5\xb3\xaf\xf0\xa6\x94\x8e\xf0\xa6\xa3\xa7\xf0\xa6\xb5\xaa\xf0\xa7\xb5\xa1\xf0\xa8\xb6\xa8\xf0\xa9\x92\x84]",153,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa8",3,NULL,0,NULL,0}, + {"\xf0\xa4\xad\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa8i",4,NULL,0,NULL,0}, + {"\xe5\xb5\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc4\x93n",4,NULL,0,NULL,0}, + {"[\xe3\x9e\xa5\xe4\x85\xbe\xe4\xa4\x81\xe4\xa8\x99\xe4\xb2\x8b\xe5\xb2\x91\xe6\xa2\xa3\xe6\xb6\x94\xe7\xac\x92\xf0\xa3\xa1\x8e\xf0\xa6\x8a\x83\xf0\xa8\x81\x8a\xf0\xa8\xa5\xa3\xf0\xa8\xb1\xbc\xf0\xa9\x85\xa8\xf0\xa9\x85\xae\xf0\xa9\xbb\x9b]",61,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa9n",4,NULL,0,NULL,0}, + {"[\xe5\x99\x8c\xe6\x9b\xbd\xf0\xa1\x83\x86]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc4\x93ng",5,NULL,0,NULL,0}, + {"[\xe3\xac\x9d\xe4\x81\xac\xe4\x89\x95\xe5\xb1\x82\xe5\xb1\xa4\xe5\xb6\x92\xe6\x9b\xbe\xe7\xab\xb2\xe9\xa9\x93\xf0\xa1\xaa\xa0\xf0\xa1\xbe\x93\xf0\xa2\x85\x8b\xf0\xa4\x9b\xa2\xf0\xa6\xa0\x87\xf0\xa7\xb2\x85]",53,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa9ng",5,NULL,0,NULL,0}, + {"[\xe3\xa3\x92\xe8\xb9\xad\xf0\xa0\x9f\x82]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xa8ng",5,NULL,0,NULL,0}, + {"[\xe3\x9b\xbc\xe3\xae\x91\xe5\x81\x9b\xe5\x8f\x89\xe5\x97\x8f\xe6\x89\xa0\xe6\x8c\xbf\xe6\x8f\x92\xe6\x8f\xb7\xe6\x9d\x88\xe7\x96\x80\xe8\x82\x9e\xe8\x87\xbf\xe8\x89\x96\xe9\x8a\x9f\xe9\x8d\xa4\xe9\x94\xb8\xe9\xa4\xb7\xe9\xa6\x87\xf0\xa0\x9d\x9e\xf0\xa0\x9e\x8a\xf0\xa1\x8b\xa8\xf0\xa1\xb5\x8c\xf0\xa2\x94\xa3\xf0\xa2\x98\xb9\xf0\xa2\xad\x85\xf0\xa3\x86\x97\xf0\xa4\x9c\xab\xf0\xa4\x9c\xaf\xf0\xa4\xb3\xb5\xf0\xa4\xb5\xbe\xf0\xa6\x91\x88\xf0\xa6\x9d\xa5\xf0\xa6\xa6\x98\xf0\xa6\xa6\x9c\xf0\xa6\xa6\xb1\xf0\xa8\x80\xb8\xf0\xa8\x99\xb3\xf0\xa8\xaa\xba\xf0\xa9\x9d\x9f\xf0\xaa\x98\xbe]",147,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\x81",4,NULL,0,NULL,0}, + {"[\xe3\xa2\x89\xe3\xa2\x92\xe3\xaa\xaf\xe3\xab\x85\xe4\x81\x9f\xe4\x85\x8a\xe4\x95\x93\xe4\xa4\xa9\xe5\x9e\x9e\xe5\xaf\x9f\xe5\xb5\x96\xe6\x90\xbd\xe6\x9f\xa5\xe6\xa7\x8e\xe6\xaa\xab\xe7\x8c\xb9\xe7\xa2\xb4\xe7\xa7\x85\xe8\x8c\xac\xe8\x8c\xb6\xe8\xa9\xa7\xe9\x9d\xab\xf0\xa0\xbd\xb9\xf0\xa1\x9d\x90\xf0\xa1\x9d\x99\xf0\xa1\xa8\x80\xf0\xa2\xa3\xbc\xf0\xa3\x98\xa4\xf0\xa3\x98\xbb\xf0\xa3\xb1\xb1\xf0\xa4\xb6\xa0\xf0\xa5\x8c\x80\xf0\xa5\xa5\xb8\xf0\xa5\xbb\x97\xf0\xa6\x89\x86\xf0\xa6\x91\xa3\xf0\xa6\x9b\x9d\xf0\xa6\xb3\x98\xf0\xa8\x83\x93\xf0\xa8\xbc\x91\xf0\xa9\x9f\x94\xf0\xaa\x92\xbc]",148,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa1",4,NULL,0,NULL,0}, + {"[\xe8\xa1\xa9\xe8\xb9\x85\xe9\x91\x94\xe9\x95\xb2\xf0\xa1\x8c\x9a\xf0\xa5\x91\xa5\xf0\xa5\xab\xa2\xf0\xa8\xa9\xa8]",30,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc7\x8e",4,NULL,0,NULL,0}, + {"[\xe3\xa3\xbe\xe3\xa4\x9e\xe4\x92\xb2\xe4\x93\xad\xe4\x9f\x95\xe4\xa1\xa8\xe4\xb6\xaa\xe4\xbe\x98\xe5\xa5\xbc\xe5\xa7\xb9\xe5\xb2\x94\xe5\xb7\xae\xe6\xb1\x8a\xe7\xb4\x81\xe8\xa9\xab\xe8\xaf\xa7\xf0\xa3\x8d\x8f\xf0\xa4\x9e\xa0\xf0\xa4\xb3\x85\xf0\xa5\x83\x80\xf0\xa7\xa0\x88\xf0\xa7\xab\x97\xf0\xa7\xb6\xb5\xf0\xa8\x86\x87\xf0\xa9\xb4\xb3\xf0\xaa\x91\x82\xf0\xaa\x91\xa8]",94,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa0",4,NULL,0,NULL,0}, + {"[\xe3\xbc\xae\xe4\x90\xa4\xe6\x8b\x86\xe8\x8a\x86\xe9\x87\xb5\xe9\x92\x97\xf0\xa2\xb9\x93\xf0\xa5\x90\x9f\xf0\xa9\x91\x90]",32,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\x81i",5,NULL,0,NULL,0}, + {"[\xe3\x91\xaa\xe3\xbe\xb9\xe4\x93\xb1\xe4\xbe\xaa\xe5\x84\x95\xe5\x96\x8d\xe6\x9f\xb4\xe7\xa5\xa1\xe8\xb1\xba\xe9\xbd\x9c\xf0\xa1\x9f\xad\xf0\xa1\xba\xb5\xf0\xa4\x9e\x97\xf0\xa4\xa0\x8c\xf0\xa8\x8c\x85]",52,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa1i",5,NULL,0,NULL,0}, + {"[\xe4\x9c\xba\xe8\x8c\x9d]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc7\x8ei",5,NULL,0,NULL,0}, + {"[\xe3\xb3\x97\xe4\x98\x8d\xe5\x9b\x86\xe7\x98\xa5\xe8\x99\xbf\xe8\xa0\x86\xe8\xa2\x83\xe8\xa8\x8d\xf0\xa6\x90\xb0\xf0\xa6\x91\x8f\xf0\xa7\x80\xb1\xf0\xa7\x92\xa8\xf0\xa7\x94\xb4\xf0\xa7\x95\xa7\xf0\xa7\xaa\x98\xf0\xa7\xb8\xbf]",58,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa0i",5,NULL,0,NULL,0}, + {"[\xe3\x9a\xb2\xe3\xa2\x9f\xe3\xa4\x90\xe3\xb0\xab\xe3\xba\x97\xe4\xaa\x9c\xe5\xb9\xa8\xe6\x90\x80\xe6\x94\x99\xe6\xa2\xb4\xe8\xa3\xa7\xe8\xa5\x9c\xe8\xa6\x98\xe8\xa7\x87\xe8\xbe\xbf\xe9\x89\x86\xe9\x8b\x93\xf0\xa0\xa3\x84\xf0\xa1\x96\x9e\xf0\xa1\x96\xa4\xf0\xa1\x9d\xab\xf0\xa1\xae\xbf\xf0\xa2\x8c\x9a\xf0\xa4\xb4\xbf\xf0\xa5\xad\x94\xf0\xa8\x8a\x9d\xf0\xa8\xb5\x8d\xf0\xa9\x96\x8c]",97,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\x99\xbb\xe3\xa2\x86\xe3\xb6\xa3\xe3\xba\xa5\xe4\x82\x81\xe4\x9c\x9b\xe4\xa1\xb2\xe4\xa3\x91\xe4\xa4\xab\xe4\xa7\xaf\xe4\xab\xae\xe5\x83\x9d\xe5\x84\x83\xe5\x84\xb3\xe5\x8a\x96\xe5\x9a\xb5\xe5\xa9\xb5\xe5\xac\x8b\xe5\xb7\x89\xe5\xbb\x9b\xe6\xa3\x8e\xe6\xac\x83\xe6\xaf\x9a\xe6\xb9\xb9\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbe\xb6\xe7\x80\x8d\xe7\x80\xba\xe7\x85\x98\xe7\x8d\x91\xe7\xa3\x9b\xe7\xa6\x85\xe7\xa6\xaa\xe7\xb7\xbe\xe7\xba\x8f\xe7\xba\x92\xe7\xbc\xa0\xe8\x89\xac\xe8\x9d\x89\xe8\x9f\xac\xe8\x9f\xbe\xe8\xaa\x97\xe8\xae\x92\xe8\xb0\x97\xe8\xba\x94\xe9\x84\xbd\xe9\x85\x81\xe9\x8b\x8b\xe9\x91\xb1\xe9\x95\xa1\xe9\x95\xb5\xe9\xa5\x9e\xe9\xa6\x8b\xf0\xa1\x8e\xbb\xf0\xa2\xa5\x8b\xf0\xa2\xbd\x9d\xf0\xa3\x94\xb5\xf0\xa3\xa4\xb1\xf0\xa4\xb8\xa6\xf0\xa6\x9d\x9f\xf0\xa7\x90\xb2\xf0\xa7\x93\x8b\xf0\xa7\x95\x83\xf0\xa7\xa5\x93\xf0\xa7\xa8\x97\xf0\xa7\xb4\x83\xf0\xa7\xbe\xa1\xf0\xa8\xac\x96\xf0\xa8\xae\xbb\xf0\xa8\xbd\x8a\xf0\xa9\xae\x8f\xf0\xa9\xbd\x9d\xf0\xaa\x8f\x81\xf0\xaa\x8f\x82\xf0\xaa\x8f\x8b\xf0\xaa\x8f\xa6\xf0\xaa\x93\x84\xf0\xaa\x96\x8e\xf0\xaa\x97\x82\xf0\xaa\x9a\x83]",272,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe3\xa6\x83\xe3\xaf\x86\xe3\xb9\x8c\xe3\xb9\xbd\xe4\x90\xae\xe4\x91\x8e\xe4\xa4\x98\xe4\xa5\x80\xe4\xa9\xb6\xe4\xb5\x90\xe4\xb8\xb3\xe4\xba\xa7\xe5\x86\x81\xe5\x88\xac\xe5\x89\x97\xe5\x89\xb7\xe5\x95\xb4\xe5\x98\xbd\xe5\x9b\x85\xe5\xb5\xbc\xe5\xb9\x9d\xe6\x91\x8c\xe6\x96\xba\xe6\x97\xb5\xe6\xb5\x90\xe6\xbb\xbb\xe7\x81\x9b\xe7\x87\x80\xe7\x94\xa2\xe7\x94\xa3\xe7\xb0\x85\xe7\xb9\x9f\xe8\x92\x87\xe8\x95\x86\xe8\xab\x82\xe8\xad\x82\xe8\xae\x87\xe8\xb0\x84\xe8\xbe\xb4\xe9\x8f\x9f\xe9\x93\xb2\xe9\x96\xb3\xe9\x97\xa1\xe9\x98\x90\xe9\xaa\xa3\xf0\xa0\x81\xb7\xf0\xa0\x8b\xb7\xf0\xa0\x90\xa9\xf0\xa0\x91\x86\xf0\xa0\x91\x91\xf0\xa0\x91\xa1\xf0\xa0\xb9\x96\xf0\xa1\x8d\x8c\xf0\xa1\xb6\xb4\xf0\xa2\x81\xa7\xf0\xa2\xb1\x9f\xf0\xa2\xb7\xb9\xf0\xa3\x83\x98\xf0\xa4\x9a\x8d\xf0\xa4\xaf\xa5\xf0\xa6\x86\x80\xf0\xa6\x88\x8e\xf0\xa6\xa2\x99\xf0\xa6\xb8\xb0\xf0\xa7\x88\xaa\xf0\xa7\xac\xa6\xf0\xa8\x84\x89\xf0\xa8\x87\x9d\xf0\xa8\x94\xa2\xf0\xa8\xa9\xaa\xf0\xa8\xaa\x91\xf0\xa8\xb2\xb5\xf0\xa8\xb7\xad\xf0\xa8\xbc\x92\xf0\xa9\x9d\x9a\xf0\xa9\xa5\xae\xf0\xaa\x99\x9e]",265,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\x99\xb4\xe3\xac\x84\xe3\xb8\xa5\xe4\x80\xa1\xe4\x8a\xb2\xe4\xa0\xa8\xe4\xb1\xbf\xe4\xb4\xbc\xe5\xbf\x8f\xe6\x87\xb4\xe6\x87\xba\xe6\x91\xb2\xe7\xa1\x9f\xe7\xbe\xbc\xe9\x9f\x82\xe9\xa1\xab\xe9\xa2\xa4\xf0\xa2\xba\x9f\xf0\xa4\x97\xbb\xf0\xa4\xaa\xae\xf0\xa4\xae\xad\xf0\xa4\xbc\x8b\xf0\xa5\x8a\x93\xf0\xa7\xa0\x9b\xf0\xa8\x87\xa6\xf0\xa8\xb3\x82\xf0\xa9\x9f\xb6]",93,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa0n",5,NULL,0,NULL,0}, + {"\xe5\xa3\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chan",4,NULL,0,NULL,0}, + {"[\xe4\x85\x9b\xe4\x97\x89\xe4\xae\x96\xe4\xbc\xa5\xe5\x80\x80\xe5\xa8\xbc\xe6\x98\x8c\xe6\x99\xbf\xe6\xb7\x90\xe7\x8c\x96\xe7\x90\xa9\xe8\x8f\x96\xe8\xa3\xae\xe9\x8c\xa9\xe9\x94\xa0\xe9\x96\xb6\xe9\x98\x8a\xe9\xaf\xa7\xe9\xb2\xb3\xe9\xbc\x9a\xf0\xa5\xab\x85\xf0\xa8\xb7\x87\xf0\xa9\xb2\xb9\xf0\xaa\x82\x87\xf0\xaa\x89\xa8]",82,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\x81ng",6,NULL,0,NULL,0}, + {"[\xe2\xbb\x91\xe2\xbb\x92\xe3\x99\x8a\xe3\xa6\x82\xe4\x97\x85\xe4\xa0\x86\xe4\xaf\xb4\xe4\xbb\xa7\xe5\x81\xbf\xe5\x84\x9f\xe5\x85\x8f\xe5\x98\x97\xe5\x9a\x90\xe5\xa1\xb2\xe5\xab\xa6\xe5\xb0\x9d\xe5\xb8\xb8\xe5\xbe\x9c\xe7\x91\xba\xe7\x93\xba\xe7\x94\x9e\xe8\x82\xa0\xe8\x85\xb8\xe8\x86\x93\xe8\x8b\x8c\xe8\x90\x87\xe9\x8b\xbf\xe9\x8f\x9b\xe9\x95\xb8\xe9\xb1\xa8\xe9\xb2\xbf\xf0\xa0\x99\x81\xf0\xa2\x81\x9d\xf0\xa5\x8b\xa4\xf0\xa6\xb0\xb1\xf0\xa6\xbc\xb3\xf0\xa8\xa3\x9b\xf0\xa8\xb1\xae\xf0\xaa\x81\xba\xf0\xaa\x84\xb9]",131,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa1ng",6,NULL,0,NULL,0}, + {"[\xe2\xba\x81\xe3\xab\xa4\xe5\x83\x98\xe5\x8e\x82\xe5\x8e\xb0\xe5\x9c\xba\xe5\xa0\xb4\xe5\xbb\xa0\xe6\x83\x9d\xe6\x95\x9e\xe6\x98\xb6\xe6\xb0\x85\xe9\x8b\xb9\xf0\xa1\xad\xbf\xf0\xa4\xa2\x84\xf0\xa4\xbf\xbc\xf0\xa5\x97\x8a]",57,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc7\x8eng",6,NULL,0,NULL,0}, + {"[\xe4\xa9\xa8\xe5\x80\xa1\xe5\x94\xb1\xe6\x80\x85\xe6\x82\xb5\xe6\x9a\xa2\xe7\x84\xbb\xe7\x8e\x9a\xe7\x91\x92\xe7\x95\x85\xe7\x95\xbc\xe8\xaa\xaf\xe9\x9f\x94\xe9\xac\xaf\xf0\xa0\x9a\x8a\xf0\xa2\x97\xba\xf0\xa2\xa2\x8c\xf0\xa4\xbd\xa3\xf0\xa5\x87\x94\xf0\xa5\x9f\x9a\xf0\xa5\xa0\xb4\xf0\xa7\x80\x84]",76,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa0ng",6,NULL,0,NULL,0}, + {"[\xe6\xa4\x99\xe8\x9f\x90]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chang",5,NULL,0,NULL,0}, + {"[\xe4\x9c\x88\xe4\xab\xb8\xe4\xab\xbf\xe4\xb0\xab\xe5\x8b\xa6\xe5\xbc\xa8\xe6\x80\x8a\xe6\x8a\x84\xe6\xac\xa9\xe7\x84\xaf\xe8\xa8\xac\xe8\xb6\x85\xe9\x88\x94\xe9\x92\x9e\xf0\xa0\xb0\x89\xf0\xa2\x81\xbe\xf0\xa4\x99\xb4\xf0\xa6\xbe\xb1\xf0\xa8\xb4\xa1\xf0\xa9\x96\xa5]",68,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\x81o",5,NULL,0,NULL,0}, + {"[\xe5\x98\xb2\xe5\xb7\xa2\xe5\xb7\xa3\xe6\x99\x81\xe6\x9c\x9d\xe6\xa8\x94\xe6\xbc\x85\xe6\xbd\xae\xe7\x89\x8a\xe7\xaa\xb2\xe7\xbd\xba\xe8\xac\xbf\xe8\xbd\x88\xe9\x84\x9b\xe9\xbc\x82\xe9\xbc\x8c\xf0\xa1\x8f\xae\xf0\xa1\xa1\x8a\xf0\xa1\xbb\x9d\xf0\xa1\xbc\xbc\xf0\xa3\xb0\xa9\xf0\xa5\x95\x98\xf0\xa5\xb2\x80\xf0\xa6\xb8\x9b\xf0\xa8\x84\x93]",86,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa1o",5,NULL,0,NULL,0}, + {"[\xe3\xb6\xa4\xe3\xb7\x85\xe4\x8e\x90\xe4\x8f\x9a\xe5\x90\xb5\xe5\xb7\x90\xe7\x82\x92\xe7\x84\xa3\xe7\x85\xbc\xe7\x9c\xa7\xe9\xba\xa8\xf0\xa6\x99\xa7\xf0\xa7\xa7\xa0\xf0\xa9\x88\x8e\xf0\xa9\xb1\x88\xf0\xa9\xb1\xa6\xf0\xaa\x8d\x91\xf0\xaa\x8e\x8a]",63,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc7\x8eo",5,NULL,0,NULL,0}, + {"[\xe4\xbb\xa6\xe4\xbb\xaf\xe8\x80\x96\xe8\xa7\x98\xf0\xa1\xaf\xb4\xf0\xa4\xb0\xac\xf0\xa5\xbf\xb7\xf0\xa6\xa8\x96\xf0\xa8\x8c\xac\xf0\xa8\x97\xa1\xf0\xa8\xa2\xaa\xf0\xa8\xa8\x9a\xf0\xaa\x8d\x88]",50,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa0o",5,NULL,0,NULL,0}, + {"[\xe2\xbb\x8b\xe4\xbc\xa1\xe4\xbf\xa5\xe5\x94\x93\xe7\xa0\x97\xe7\xa1\xa8\xe8\x8e\x97\xe8\x9b\xbc\xe8\xbb\x8a\xe8\xbd\xa6\xf0\xa1\xb7\x96\xf0\xa4\xa5\xad\xf0\xa9\x92\xb7]",44,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\x93",4,NULL,0,NULL,0}, + {"\xf0\xa7\x99\x9d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa9",4,NULL,0,NULL,0}, + {"[\xe3\xa8\x8b\xe3\xb5\x94\xe4\x8b\xb2\xe4\x9e\xa3\xe4\xb0\xa9\xe5\x81\x96\xe6\x89\xaf\xe6\x92\xa6\xf0\xa6\x93\x8d\xf0\xa9\xb4\x9f]",34,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe3\x92\xa4\xe3\x94\xad\xe3\xa4\xb4\xe3\xa5\x89\xe3\xac\x9a\xe3\xb3\xa7\xe3\xbe\x9d\xe3\xbf\xad\xe4\x81\xa4\xe4\x92\x86\xe4\x9a\xa2\xe4\x9b\xb8\xe4\x9c\xa0\xe4\xa7\xaa\xe5\x8b\xb6\xe5\x9d\xbc\xe5\xb1\xae\xe5\xbd\xbb\xe5\xbe\xb9\xe6\x8e\xa3\xe6\x92\xa4\xe6\xbe\x88\xe7\x83\xa2\xe7\x88\xa1\xe7\x9e\xae\xe7\xa1\xa9\xe8\x81\x85\xe8\xbf\xa0\xe9\xa0\x99\xf0\xa2\x87\x9b\xf0\xa2\x8a\x8f\xf0\xa3\xa8\x8a\xf0\xa4\x8a\xbf\xf0\xa4\x95\x9b\xf0\xa4\x96\xb7\xf0\xa4\x97\x99\xf0\xa4\xb9\x9e\xf0\xa5\xaf\xa5\xf0\xa5\xbf\x8a\xf0\xa6\x88\x88\xf0\xa6\x9b\x96\xf0\xa7\xbc\xb3\xf0\xa8\x80\xa0\xf0\xa8\xb9\xa1\xf0\xa9\x82\xbb\xf0\xa9\x8e\x9a\xf0\xa9\x97\x99\xf0\xaa\x8e\xba]",165,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe3\xa5\xb2\xe4\x80\xbc\xe4\x90\x9c\xe4\x91\xa3\xe4\xa0\xb3\xe5\x97\x94\xe6\x8a\xbb\xe6\x8d\xb5\xe7\x90\x9b\xe7\x9e\x8b\xe7\xb6\x9d\xe7\xb8\x9d\xe8\xab\x83\xe8\xac\x93\xe8\xb3\x9d\xe9\x83\xb4\xf0\xa3\x9e\x9f\xf0\xa4\x9d\x9a\xf0\xa4\x9f\xb8\xf0\xa4\xa1\xb3\xf0\xa5\x9e\x81\xf0\xa6\x81\x84\xf0\xa6\x81\x9f\xf0\xa7\xa1\xac\xf0\xa8\xbb\x96\xf0\xa8\xbc\x8c\xf0\xa9\x85\x8c\xf0\xa9\x87\x96]",98,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\x93n",5,NULL,0,NULL,0}, + {"[\xe3\x95\xb4\xe3\xab\xb3\xe3\xb4\xb4\xe3\xbd\xb8\xe4\x86\xa3\xe4\x92\x9e\xe4\x9c\x9f\xe4\x9f\xa2\xe4\xa2\x85\xe4\xa2\x88\xe4\xa2\xbb\xe4\xa3\x85\xe4\xa4\x9f\xe5\xa1\xb5\xe5\xae\xb8\xe5\xb0\x98\xe5\xbf\xb1\xe6\x84\x96\xe6\x8f\xa8\xe6\x95\x90\xe6\x99\xa8\xe6\x9b\x9f\xe6\xa8\x84\xe6\xb2\x88\xe6\xb2\x89\xe7\x85\x81\xe7\x98\x8e\xe8\x87\xa3\xe8\x8c\x9e\xe8\x8e\x80\xe8\x8e\x90\xe8\x94\xaf\xe8\x96\xbc\xe8\x9e\xb4\xe8\xa8\xa6\xe8\xab\xb6\xe8\xb0\x8c\xe8\xbb\x99\xe8\xbe\xb0\xe8\xbf\xa7\xe9\x88\x82\xe9\x99\x88\xe9\x99\xb3\xe9\x9c\x83\xe9\xb7\x90\xe9\xba\x8e\xf0\xa2\x86\xba\xf0\xa3\x80\x8d\xf0\xa4\x98\xa3\xf0\xa4\xb9\x9b\xf0\xa5\x89\x9c\xf0\xa5\xab\xb9\xf0\xa7\xa8\xa1\xf0\xa8\x91\x8c\xf0\xa8\xbc\xa4\xf0\xaa\x81\x8f]",180,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa9n",5,NULL,0,NULL,0}, + {"[\xe4\xab\x88\xe4\xab\x96\xe5\xa2\x8b\xe5\xa4\xa6\xe7\xa1\xb6\xe7\xa2\x9c\xe7\xa3\xa3\xe8\xb4\x82\xe8\xb6\xbb\xe8\xb8\xb8\xe9\x86\xa6\xe9\x8d\x96\xf0\xa5\x94\xaa\xf0\xa7\xbf\x92\xf0\xa8\xa3\x94]",50,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\x9bn",5,NULL,0,NULL,0}, + {"[\xe3\xa7\xb1\xe4\x9e\x8b\xe5\x84\xac\xe5\x84\xad\xe5\x9a\xab\xe6\xa6\x87\xe6\xab\xac\xe7\x96\xa2\xe8\xa1\xac\xe8\xa5\xaf\xe8\xae\x96\xe8\xb0\xb6\xe8\xb6\x81\xe8\xb6\x82\xe9\xbd\x93\xe9\xbd\x94\xe9\xbe\x80\xf0\xa0\x8b\x86\xf0\xa2\x8e\x95\xf0\xa5\x97\x92\xf0\xa7\x86\x82\xf0\xa7\xad\xbc\xf0\xa8\xbc\x90]",77,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa8n",5,NULL,0,NULL,0}, + {"\xe7\x83\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chen",4,NULL,0,NULL,0}, + {"[\xe3\x93\x8c\xe3\x9b\xb5\xe4\x95\x9d\xe4\x97\x80\xe4\x9e\x93\xe4\x9f\x93\xe4\x9f\xab\xe5\x81\x81\xe5\x83\x9c\xe6\x86\x86\xe6\x91\x9a\xe6\x92\x90\xe6\x92\x91\xe6\x9f\xbd\xe6\xa3\xa6\xe6\xa9\x95\xe6\xaa\x89\xe6\xb3\x9f\xe6\xb5\xbe\xe6\xb9\x9e\xe7\x88\xaf\xe7\x89\x9a\xe7\x90\xa4\xe7\x9e\xa0\xe7\xa7\xb0\xe7\xa8\xb1\xe7\xa9\xaa\xe7\xab\x80\xe7\xb7\xbd\xe8\x9b\x8f\xe8\x9f\xb6\xe8\xb5\xaa\xe8\xb5\xac\xe9\x8f\xb3\xe9\x8f\xbf\xe9\x98\xb7\xe9\x9d\x97\xe9\xa0\xb3\xe9\xa5\x93\xf0\xa0\x8f\xa7\xf0\xa1\xbd\x8a\xf0\xa3\xa5\xba\xf0\xa6\x93\xac\xf0\xa7\xaf\x92\xf0\xa8\xad\x83\xf0\xa9\x81\xb7\xf0\xa9\x9e\xa6\xf0\xa9\xa0\x8f]",155,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\x93ng",6,NULL,0,NULL,0}, + {"[\xe3\x9e\xbc\xe3\xb2\x82\xe3\xbc\xa9\xe4\x81\x8e\xe4\x84\x87\xe4\x86\x91\xe4\x86\xb5\xe4\x87\xb8\xe4\x9a\x98\xe4\xa7\x95\xe4\xab\x86\xe4\xae\xaa\xe4\xb8\x9e\xe4\xb9\x97\xe4\xb9\x98\xe5\x91\x88\xe5\x9f\x8e\xe5\x9f\x95\xe5\xa0\x98\xe5\xa1\x8d\xe5\xa1\x96\xe5\xa8\x8d\xe5\xae\xac\xe5\xb3\xb8\xe6\x83\xa9\xe6\x86\x95\xe6\x87\xb2\xe6\x88\x90\xe6\x89\xbf\xe6\x8c\xb0\xe6\x8e\x81\xe6\x99\x9f\xe6\x9c\xbe\xe6\x9e\xa8\xe6\xa3\x96\xe6\xa4\x89\xe6\xa9\x99\xe6\xaa\x99\xe6\xb4\x86\xe6\xba\x97\xe6\xbe\x82\xe6\xbe\x84\xe7\x80\x93\xe7\x8f\xb5\xe7\x8f\xb9\xe7\x95\xbb\xe7\xa2\x80\xe7\xa8\x8b\xe7\xaa\x9a\xe7\xad\xac\xe7\xb5\xbe\xe8\x84\x80\xe8\x84\xad\xe8\x8d\xbf\xe8\xa3\x8e\xe8\xaa\xa0\xe8\xaf\x9a\xe9\x83\x95\xe9\x85\xb2\xe9\x8b\xae\xe9\x93\x96\xe9\xa8\xac\xf0\xa0\x95\xa0\xf0\xa0\xb3\xbd\xf0\xa1\x9d\x9a\xf0\xa2\x90\x9e\xf0\xa2\xbb\x93\xf0\xa2\xbe\x8a\xf0\xa2\xbf\xa6\xf0\xa2\xbf\xa7\xf0\xa3\x80\x8f\xf0\xa4\x86\x81\xf0\xa4\x97\x93\xf0\xa4\xbf\xa3\xf0\xa5\xa2\xb2\xf0\xa5\xa5\xb1\xf0\xa6\xa6\xa2\xf0\xa7\xb6\x94\xf0\xa7\xb9\x93\xf0\xa8\x81\x8e\xf0\xa8\x85\x9d\xf0\xa8\x8c\xa4\xf0\xa8\x9e\x90\xf0\xa8\xb9\x9a\xf0\xa9\x99\x86\xf0\xa9\xa4\x99\xf0\xa9\xa8\x86\xf0\xa9\xab\xb9\xf0\xa9\xaf\x8e\xf0\xaa\x81\x8b]",300,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa9ng",6,NULL,0,NULL,0}, + {"[\xe4\xbe\xb1\xe5\xba\xb1\xe5\xbe\x8e\xe6\x82\x9c\xe7\x9d\x88\xe9\x80\x9e\xe9\xa8\x81\xe9\xaa\x8b\xf0\xa2\x9c\xbb\xf0\xa2\x9c\xbc\xf0\xa2\x9f\x8a\xf0\xa3\xa5\xbb]",42,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\x9bng",6,NULL,0,NULL,0}, + {"[\xe3\x90\xbc\xe7\xa7\xa4\xf0\xa1\xa4\xbf\xf0\xa2\x94\xa4\xf0\xa4\x95\x80\xf0\xa7\xa1\x88\xf0\xa7\xb6\xb8\xf0\xa7\xb7\x92\xf0\xa9\x9b\xa6]",36,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa8ng",6,NULL,0,NULL,0}, + {"\xe9\xaf\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cheng",5,NULL,0,NULL,0}, + {"[\xe3\xb0\x9e\xe3\xb7\xb0\xe3\xba\x88\xe4\x87\xaa\xe4\x9c\x89\xe4\xa7\x9d\xe4\xbe\x99\xe5\x90\x83\xe5\x93\xa7\xe5\x96\xab\xe5\x97\xa4\xe5\x99\x84\xe5\xaa\xb8\xe5\xbd\xa8\xe5\xbd\xb2\xe6\x91\x9b\xe7\x93\xbb\xe7\x97\xb4\xe7\x99\xa1\xe7\x9c\xb5\xe7\x9e\x9d\xe7\xac\x9e\xe7\xb5\xba\xe8\x83\xb5\xe8\x9a\xa9\xe8\x9e\xad\xe8\xa8\xb5\xe8\xaa\xba\xe9\xad\x91\xe9\xb4\x9f\xe9\xb8\xb1\xe9\xbb\x90\xe9\xbd\x9d\xf0\xa1\xbc\x81\xf0\xa3\xa3\xb7\xf0\xa4\xa1\xa2\xf0\xa5\x84\x87\xf0\xa5\xad\x98\xf0\xa6\x86\xa4\xf0\xa6\x90\x89\xf0\xa6\x9e\xb2\xf0\xa7\xa9\x9a\xf0\xa7\xa9\xb4\xf0\xa7\xaa\xa1\xf0\xa7\xb4\x81\xf0\xa8\x92\xac\xf0\xa9\xa4\x96\xf0\xa9\xb6\x85\xf0\xaa\x8c\xb9\xf0\xab\x84\xa8]",169,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\xab",4,NULL,0,NULL,0}, + {"[\xe3\x99\x9c\xe3\x9e\xb4\xe3\xa2\xae\xe3\xae\x9b\xe4\x99\x99\xe4\x9c\x84\xe4\x9e\xbe\xe4\xaa\xa7\xe4\xae\x88\xe4\xb6\x94\xe4\xb6\xb5\xe5\x9d\xbb\xe5\xa2\x80\xe5\xb2\xbb\xe5\xbc\x9b\xe6\x8c\x81\xe6\xad\xad\xe6\xb1\xa0\xe6\xbc\xa6\xe7\xab\xbe\xe7\xad\x82\xe7\xae\x8e\xe7\xaf\xaa\xe8\x8c\x8c\xe8\x8d\x8e\xe8\x9a\xb3\xe8\xac\x98\xe8\xb2\xbe\xe8\xb5\xbf\xe8\xb6\x8d\xe8\xb8\x9f\xe8\xbf\x9f\xe9\x81\x85\xe9\x81\x9f\xe9\x81\xb2\xe9\xa6\xb3\xe9\xa9\xb0\xf0\xa1\x82\x99\xf0\xa1\x89\xaa\xf0\xa1\x8c\x9e\xf0\xa1\x8e\x8d\xf0\xa2\x93\x8e\xf0\xa2\x94\x8a\xf0\xa3\x89\x84\xf0\xa3\xb2\x8b\xf0\xa3\xb9\xa1\xf0\xa4\x88\x94\xf0\xa6\x90\x81\xf0\xa6\x91\xa1\xf0\xa6\xb1\xb0\xf0\xa6\xb3\x9a\xf0\xa6\xb5\x9f\xf0\xa7\x8b\x97\xf0\xa7\x8e\xa8\xf0\xa7\x9b\xba\xf0\xa7\xad\x9f\xf0\xa7\xba\x8f\xf0\xa8\x98\xbe\xf0\xa8\xa8\xb2\xf0\xa9\x9a\x89\xf0\xaa\x8c\xab\xf0\xaa\x8f\x90]",213,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xad",4,NULL,0,NULL,0}, + {"[\xe2\xbb\xad\xe2\xbb\xae\xe3\x98\x9c\xe3\xa2\x81\xe3\xa2\x8b\xe3\xb1\x80\xe3\xb6\xb4\xe4\x8a\xbc\xe4\x91\x9b\xe4\x9c\xb5\xe4\x9c\xbb\xe4\xbe\x88\xe5\x8d\xb6\xe5\x8f\xba\xe5\x91\x8e\xe5\x9e\x91\xe5\xb0\xba\xe6\x81\xa5\xe6\xac\xbc\xe6\xad\xaf\xe7\xb2\x8e\xe8\x80\xbb\xe8\x83\xa3\xe8\x9a\x87\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa3\xad\xe8\xa4\xab\xe9\x89\xb9\xe9\xbd\x92\xe9\xbd\xbf\xf0\xa0\x9b\x94\xf0\xa0\x9d\xa8\xf0\xa0\xad\x8b\xf0\xa1\x96\xb3\xf0\xa1\xb3\xad\xf0\xa2\x87\x95\xf0\xa4\x9f\x86\xf0\xa4\xb5\xac\xf0\xa5\x9a\x9a\xf0\xa6\x99\x86\xf0\xa7\x80\xa4\xf0\xa7\x89\x80\xf0\xa7\x9b\xa7\xf0\xa7\xb0\xb2\xf0\xa8\x91\xa0\xf0\xa8\x96\x8e\xf0\xa8\xbe\x9b\xf0\xa9\x92\x90\xf0\xa9\xb3\xb2]",171,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc7\x90",4,NULL,0,NULL,0}, + {"[\xe3\x92\x86\xe3\x93\xbc\xe3\x94\x91\xe3\x9e\xbf\xe3\xa1\xbf\xe3\xa5\xa1\xe3\xbd\x9a\xe4\x80\xb8\xe4\x9f\xb7\xe4\xa0\xa0\xe4\xa4\xb2\xe4\xae\xbb\xe4\xb0\xa1\xe4\xb3\xb5\xe5\x82\xba\xe5\x8b\x85\xe5\x8b\x91\xe5\x8f\xb1\xe5\x95\xbb\xe5\xbd\xb3\xe6\x81\x9c\xe6\x85\x97\xe6\x86\x8f\xe6\x87\x98\xe6\x8a\xb6\xe6\x95\x95\xe6\x96\xa5\xe6\x9d\x98\xe6\xb9\x81\xe7\x81\xbb\xe7\x82\xbd\xe7\x83\xbe\xe7\x86\xbe\xe7\x97\x93\xe7\x97\xb8\xe7\x98\x88\xe7\x98\x9b\xe7\xa1\xb3\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\xa4\xe7\xbf\xa8\xe8\x85\x9f\xe8\xb5\xa4\xe8\xb6\xa9\xe8\xb7\xae\xe9\x81\xab\xe9\x89\x93\xe9\x8a\x90\xe9\x9b\xb4\xe9\xa3\xad\xe9\xa5\x8e\xe9\xa5\xac\xe9\xb6\x92\xe9\xb7\x98\xf0\xa0\x9e\xa9\xf0\xa0\xa7\x9a\xf0\xa0\xa7\xb5\xf0\xa0\xae\x9f\xf0\xa0\xbb\x9f\xf0\xa1\x9a\xa8\xf0\xa1\xa3\x80\xf0\xa2\x82\x9d\xf0\xa2\x9c\xb3\xf0\xa2\xa8\x92\xf0\xa3\x90\x83\xf0\xa3\x99\xb0\xf0\xa3\x9a\xa9\xf0\xa3\xa4\xa9\xf0\xa4\x86\x8d\xf0\xa4\xa1\x8f\xf0\xa4\xb0\xa0\xf0\xa4\xb8\xaa\xf0\xa5\x9b\x9a\xf0\xa5\xb1\xbb\xf0\xa6\x82\x8b\xf0\xa6\x8e\x9a\xf0\xa6\x8f\xbf\xf0\xa6\x94\xab\xf0\xa6\x98\xaa\xf0\xa6\xa4\xb8\xf0\xa6\xa5\x8a\xf0\xa7\xa4\x8d\xf0\xa7\xa9\xbc\xf0\xa7\xba\xa0\xf0\xa7\xba\xa7\xf0\xa7\xba\xbf\xf0\xa7\xbc\xaa\xf0\xa8\x82\xb0\xf0\xa8\x94\xa4\xf0\xa8\xa7\xb3\xf0\xa8\xa8\xac\xf0\xa9\xa5\xb2\xf0\xa9\xb7\xa7\xf0\xa9\xbe\x95\xf0\xa9\xbf\xaa\xf0\xaa\x80\xa6\xf0\xaa\x85\x8d\xf0\xaa\x85\x99\xf0\xaa\x86\xb5\xf0\xaa\x89\x84\xf0\xaa\x89\x85\xf0\xaa\x89\x97\xf0\xab\x9b\xb6]",363,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xac",4,NULL,0,NULL,0}, + {"[\xe5\xa6\x9b\xe9\xba\xb6]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chi",3,NULL,0,NULL,0}, + {"[\xe3\xa4\x9d\xe3\xb3\x98\xe4\x82\x8c\xe4\x86\x94\xe4\x86\xb9\xe4\x98\xaa\xe4\x9d\x91\xe4\xa1\xb4\xe5\x85\x85\xe5\x86\xb2\xe5\x98\x83\xe5\xbe\xb8\xe5\xbf\xa1\xe6\x86\x83\xe6\x86\xa7\xe6\x91\x8f\xe6\xb2\x96\xe6\xb5\xba\xe7\x8f\xab\xe7\xbd\xbf\xe7\xbf\x80\xe8\x88\x82\xe8\x89\x9f\xe8\x8c\xba\xe8\xa1\x9d\xe8\xb9\x96\xf0\xa0\x9d\xa4\xf0\xa0\x9f\x8d\xf0\xa2\xa5\x9e\xf0\xa5\x81\xb5\xf0\xa5\xab\xaf\xf0\xa5\xad\xa5\xf0\xa6\x9f\x9b\xf0\xa7\x90\x8d\xf0\xa7\x98\x82\xf0\xa7\x9d\x8e\xf0\xa7\xa9\x83\xf0\xa8\x88\xae\xf0\xa8\xa4\xa9\xf0\xa8\xb3\x81\xf0\xa9\xa5\xab\xf0\xa9\xac\xa4\xf0\xa9\xb0\x80\xf0\xaa\x84\xbb\xf0\xaa\x85\x88\xf0\xaa\x85\x96\xf0\xaa\x8e\xbd\xf0\xaa\x92\x92]",168,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc5\x8dng",6,NULL,0,NULL,0}, + {"[\xe3\x93\xbd\xe3\xb9\x90\xe4\x8c\xac\xe4\x96\x9d\xe4\xb3\xaf\xe5\xb4\x87\xe5\xb4\x88\xe7\x88\x9e\xe7\xb7\x9f\xe8\x99\xab\xe8\x9d\xa9\xe8\x9f\xb2\xe8\xa4\x88\xe9\x9a\x80\xf0\xa1\xbf\x82\xf0\xa2\x96\x84\xf0\xa2\x9d\x88\xf0\xa3\x90\xaf\xf0\xa8\x9b\xb1\xf0\xa9\x8c\xa8\xf0\xa9\x9c\x96\xf0\xa9\x9e\x89\xf0\xa9\x9e\x8b]",80,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xb3ng",6,NULL,0,NULL,0}, + {"[\xe5\x9f\xab\xe5\xae\xa0\xe5\xaf\xb5\xf0\xa0\x96\xa5\xf0\xa2\x9b\x92\xf0\xa6\x91\x9d\xf0\xa7\xbc\x99\xf0\xa8\xbf\xbf\xf0\xa9\x92\x98]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc7\x92ng",6,NULL,0,NULL,0}, + {"[\xe3\xa7\xa4\xe3\xae\x94\xe6\x8f\xb0\xe9\x8a\x83\xe9\x93\xb3\xf0\xa0\x91\x99\xf0\xa2\xa1\xb9\xf0\xa3\x91\x81\xf0\xa5\x85\xbb\xf0\xa5\xac\xb1\xf0\xa7\xbc\xa9\xf0\xa8\x96\xbc\xf0\xa9\xa9\xb3]",49,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xb2ng",6,NULL,0,NULL,0}, + {"[\xe3\xa8\xa8\xe3\xae\xb2\xe4\x80\xba\xe4\x8c\xb7\xe5\xa9\xa4\xe6\x8a\xbd\xe6\x90\x8a\xe7\x8a\xa8\xe7\x8a\xab\xe7\x98\xb3\xe7\xaf\x98\xf0\xa0\x8c\xaa\xf0\xa2\xad\x86\xf0\xa5\x83\xa7\xf0\xa5\xac\xa0\xf0\xa5\xb0\x9e\xf0\xa5\xb5\xac\xf0\xa5\xba\xa3\xf0\xa5\xbb\xa4\xf0\xa8\xa1\x91\xf0\xa8\xa1\xb2]",75,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc5\x8du",5,NULL,0,NULL,0}, + {"[\xe3\x90\x9c\xe3\xa4\xbd\xe3\xa6\x9e\xe3\xb5\x9e\xe3\xbf\xa7\xe4\x8c\xa7\xe4\x93\x93\xe4\xb2\x96\xe4\xbb\x87\xe4\xbf\xa6\xe5\x84\x94\xe5\x9a\x8b\xe5\xac\xa6\xe5\xb8\xb1\xe5\xb9\xac\xe6\x80\x9e\xe6\x83\x86\xe6\x84\x81\xe6\x87\xa4\xe6\xa0\xa6\xe6\xa4\x86\xe7\x87\xbd\xe7\x95\xb4\xe7\x96\x87\xe7\x9a\x97\xe7\xa8\xa0\xe7\xad\xb9\xe7\xb1\x8c\xe7\xb4\xac\xe7\xb5\x92\xe7\xb6\xa2\xe7\xbb\xb8\xe8\x8f\x97\xe8\x96\xb5\xe8\xa3\xaf\xe8\xae\x8e\xe8\xae\x90\xe8\xb8\x8c\xe8\xba\x8a\xe9\x85\xa7\xe9\x85\xac\xe9\x86\xbb\xe9\x9b\x94\xe9\x9b\xa0\xf0\xa0\x9d\xbd\xf0\xa0\xb7\x8e\xf0\xa0\xb9\x9d\xf0\xa0\xbc\xa1\xf0\xa0\xbe\x89\xf0\xa1\x95\x90\xf0\xa1\x95\xaa\xf0\xa3\x80\x93\xf0\xa3\x95\xbe\xf0\xa3\xaa\x90\xf0\xa3\xab\x90\xf0\xa4\xb3\x9d\xf0\xa4\xb3\xa0\xf0\xa4\xbd\xaf\xf0\xa4\xbe\x8a\xf0\xa4\xbe\xa6\xf0\xa5\x8f\x88\xf0\xa5\xa1\x80\xf0\xa5\xb2\x85\xf0\xa6\xa1\xb4\xf0\xa6\xad\xb8\xf0\xa7\xae\xbb\xf0\xa8\x9e\xaa\xf0\xa8\xa4\xb7\xf0\xa9\xbd\x80\xf0\xa9\xbe\x82\xf0\xaa\x87\x98]",242,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xb3u",5,NULL,0,NULL,0}, + {"[\xe4\xaa\xae\xe4\xb8\x91\xe4\xb8\x92\xe4\xbe\xb4\xe5\x81\xa2\xe5\x90\x9c\xe6\x9d\xbb\xe6\x9d\xbd\xe7\x9e\x85\xe7\x9f\x81\xe9\x86\x9c\xe9\xad\x97\xf0\xa0\x9c\x8b\xf0\xa2\xa3\x8a\xf0\xa4\x98\xb6\xf0\xa5\x84\xa8\xf0\xa7\x83\x9d\xf0\xa8\x80\x94\xf0\xa9\x8b\x84\xf0\xa9\x8c\x84]",70,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc7\x92u",5,NULL,0,NULL,0}, + {"[\xe4\x94\x8f\xe6\xae\xa0\xe8\x87\xad\xe8\x87\xb0\xe9\x81\x9a\xf0\xa5\xa6\x85\xf0\xa8\x96\xac]",25,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xb2u",5,NULL,0,NULL,0}, + {"[\xe3\x97\x99\xe4\x9d\x99\xe4\xa2\xba\xe5\x87\xba\xe5\x88\x9d\xe5\xb2\x80\xe6\x91\xb4\xe6\xa8\x97\xe8\xb2\x99\xe9\xbd\xa3\xf0\xa0\x81\x89\xf0\xa0\xb0\x95\xf0\xa0\xbf\x9d\xf0\xa4\x99\x9f\xf0\xa9\x99\x99\xf0\xa9\xa8\xb8\xf0\xaa\x81\xb2]",60,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc5\xab",4,NULL,0,NULL,0}, + {"[\xe3\x95\x8f\xe3\x95\x91\xe3\x9b\x80\xe3\xa1\xa1\xe4\x85\xb3\xe4\x8a\xb0\xe4\x8e\x9d\xe4\x9f\x9e\xe4\xa0\x82\xe4\xa0\xa7\xe5\x88\x8d\xe5\x8e\xa8\xe5\xaa\xb0\xe5\xb9\xae\xe5\xbb\x9a\xe6\xa9\xb1\xe6\xab\x89\xe6\xab\xa5\xe6\xbb\x81\xe7\x8a\x93\xe7\xaf\xa8\xe8\x80\xa1\xe8\x8a\xbb\xe8\x92\xa2\xe8\x92\xad\xe8\x95\x8f\xe8\x97\xb8\xe8\x9c\x8d\xe8\xb1\xa0\xe8\xb6\x8e\xe8\xb9\xb0\xe8\xba\x87\xe8\xba\x95\xe9\x89\x8f\xe9\x8b\xa4\xe9\x94\x84\xe9\x99\xa4\xe9\x9b\x8f\xe9\x9b\x9b\xe9\xb6\xb5\xf0\xa2\x85\xa5\xf0\xa2\x8a\x8d\xf0\xa3\xa6\xa0\xf0\xa3\xa6\xa1\xf0\xa6\xb7\x9d\xf0\xa6\xbf\x80\xf0\xa9\xbf\xbf\xf0\xaa\x86\xb7]",154,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xba",4,NULL,0,NULL,0}, + {"[\xe4\x96\x8f\xe4\x99\x98\xe5\x82\xa8\xe5\x84\xb2\xe5\x87\xa6\xe6\x9d\xb5\xe6\xa4\x98\xe6\xa5\x9a\xe6\xa5\xae\xe6\xaa\x9a\xe6\xbf\x8b\xe7\xa1\x80\xe7\xa4\x8e\xe8\xa4\x9a\xe9\xb8\x80\xe9\xbd\xad\xe9\xbd\xbc\xf0\xa0\xa7\x96\xf0\xa2\x95\x93\xf0\xa4\xbb\x87\xf0\xa7\x8e\xb7\xf0\xa8\xbc\xaa\xf0\xa9\x82\xab\xf0\xaa\x93\x90]",81,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc7\x94",4,NULL,0,NULL,0}, + {"[\xe3\x94\x98\xe3\x99\x87\xe3\xa4\x95\xe3\xbe\xa5\xe4\x87\x8d\xe4\x8e\x8c\xe4\x90\x8d\xe4\x9c\xb4\xe4\x9f\xa3\xe4\xa6\x8c\xe4\xba\x8d\xe4\xbf\xb6\xe5\x82\x97\xe5\x84\x8a\xe5\x98\xbc\xe5\x9f\xb1\xe5\xa4\x84\xe6\x80\xb5\xe6\x86\xb7\xe6\x8b\x80\xe6\x90\x90\xe6\x95\x8a\xe6\x96\xb6\xe6\x9f\xb7\xe6\xac\xaa\xe6\xad\x9c\xe6\xbb\x80\xe7\x8f\xbf\xe7\x90\xa1\xe7\x95\x9c\xe7\x9f\x97\xe7\xab\x8c\xe7\xab\x90\xe7\xb5\x80\xe7\xbb\x8c\xe8\x87\x85\xe8\x93\xab\xe8\x99\x95\xe8\xa7\xa6\xe8\xa7\xb8\xe8\xab\x94\xe8\xb1\x96\xe8\xb8\x80\xe9\x84\x90\xe9\x96\xa6\xe9\xbb\x9c\xf0\xa0\x87\x98\xf0\xa1\x90\x8c\xf0\xa1\x9d\x88\xf0\xa1\xb3\x91\xf0\xa2\x92\x94\xf0\xa2\xa3\xbf\xf0\xa2\xa8\xab\xf0\xa3\xa2\xb6\xf0\xa3\xa5\xb9\xf0\xa4\x8f\xb1\xf0\xa4\x9d\x9e\xf0\xa5\x81\xaf\xf0\xa5\x92\xad\xf0\xa5\xb9\xb5\xf0\xa6\xba\xb5\xf0\xa7\x83\x8f\xf0\xa7\xa2\xb6\xf0\xa7\xaf\xa9\xf0\xa7\xb0\xab\xf0\xa7\xba\xb6\xf0\xa7\xbd\xa7\xf0\xa8\x81\xbf\xf0\xa8\x83\x95\xf0\xa8\x95\xa2\xf0\xa8\xb4\xb0\xf0\xa9\x88\xa4\xf0\xa9\xb9\xb1\xf0\xaa\x87\x86]",252,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xb9",4,NULL,0,NULL,0}, + {"[\xe6\xa6\x8b\xe6\xa9\xbb\xe7\x92\xb4\xe8\x9f\xb5]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu",3,NULL,0,NULL,0}, + {"[\xe3\x94\x8d\xe4\x8a\xac\xe4\xb5\xb5\xe6\xac\xbb\xe6\xad\x98\xf0\xa4\x81\xab]",21,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc4\x81",5,NULL,0,NULL,0}, + {"[\xf0\xa0\xb9\x90\xf0\xa0\xbb\xa6\xf0\xa3\x9b\x95\xf0\xa3\xb9\xb6]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc7\x8e",5,NULL,0,NULL,0}, + {"\xe4\xab\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc3\xa0",5,NULL,0,NULL,0}, + {"[\xe6\x8f\xa3\xe6\x90\x8b\xf0\xa2\xb2\xbd]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc4\x81i",6,NULL,0,NULL,0}, + {"[\xe3\xaa\x93\xe8\x86\x97]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc3\xa1i",6,NULL,0,NULL,0}, + {"[\xe3\xaa\x9c\xf0\xa3\xb2\x82]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc7\x8ei",6,NULL,0,NULL,0}, + {"[\xe4\xa6\xa4\xe4\xa6\xb7\xe4\xb4\x9d\xe5\x95\x9c\xe5\x98\xac\xe8\x86\xaa\xe8\xb8\xb9\xf0\xa0\xbd\xb6\xf0\xa3\xa4\x8c\xf0\xa8\xa3\x85]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc3\xa0i",6,NULL,0,NULL,0}, + {"[\xe5\x89\xb6\xe5\xb7\x9b\xe5\xb7\x9d\xe6\xb0\x9a\xe7\x8c\xad\xe7\x91\x8f\xe7\xa9\xbf\xf0\xa0\x9b\x96\xf0\xa0\xaf\x80\xf0\xa0\xbe\xae\xf0\xa8\xa9\xb4\xf0\xa9\x82\x8d]",43,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc4\x81n",6,NULL,0,NULL,0}, + {"[\xe3\xaf\x8c\xe3\xbc\xb7\xe4\x81\xa3\xe4\xbc\x9d\xe4\xbc\xa0\xe5\x82\xb3\xe5\x9c\x8c\xe6\x9a\xb7\xe6\xa4\xbd\xe7\xaf\x85\xe8\x88\xa1\xe8\x88\xa9\xe8\x88\xb9\xe8\xbc\xb2\xe9\x81\x84\xf0\xa3\x9b\xb9\xf0\xa4\x9c\xbc\xf0\xa4\xae\x8d\xf0\xa4\xb0\x8c\xf0\xa8\x98\xbc]",67,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc3\xa1n",6,NULL,0,NULL,0}, + {"[\xe3\xb1\x9b\xe5\x83\xa2\xe5\x96\x98\xe6\xad\x82\xe8\x88\x9b\xe8\x8d\x88\xe8\xb8\xb3\xf0\xa3\xa7\x92\xf0\xa5\xac\xab\xf0\xa7\x8d\x92]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc7\x8en",6,NULL,0,NULL,0}, + {"[\xe4\xb8\xb2\xe6\xb1\x8c\xe7\x8e\x94\xe8\xb3\x97\xe9\x87\xa7\xe9\x92\x8f\xe9\xb6\xa8\xf0\xa3\x80\x94\xf0\xa4\xb6\xb1\xf0\xa5\x83\xb9\xf0\xa5\xb2\x8f\xf0\xa6\x8e\x87\xf0\xa6\x8e\x9c\xf0\xa6\xba\x9b\xf0\xa7\x91\x9d\xf0\xa8\x82\xa6]",59,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc3\xa0n",6,NULL,0,NULL,0}, + {"[\xe4\x84\x9d\xe4\x86\xab\xe5\x88\x85\xe6\x91\x90\xe7\x89\x8e\xe7\x89\x95\xe7\x96\xae\xe7\x98\xa1\xe7\xaa\x93\xe7\xaa\x97\xe7\xaa\xbb\xf0\xa1\x86\xaa\xf0\xa5\x8e\x92\xf0\xa5\xa1\x9f\xf0\xa5\xb2\xa1\xf0\xa7\x9c\xa7\xf0\xa7\xa2\x86]",59,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc4\x81ng",7,NULL,0,NULL,0}, + {"[\xe3\xa1\x96\xe4\x83\xa5\xe4\x9a\x92\xe4\xad\x9a\xe5\x99\x87\xe5\xb9\xa2\xe5\xba\x8a\xe7\x89\x80\xf0\xa0\xb3\xb9\xf0\xa6\x94\x9b\xf0\xa7\xac\xa7\xf0\xa8\xa7\x96\xf0\xa9\x83\x95\xf0\xa9\x9e\x86\xf0\xa9\xaa\x98\xf0\xaa\x81\xb1]",58,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc3\xa1ng",7,NULL,0,NULL,0}, + {"[\xe3\xbc\xbd\xe5\x82\xb8\xe6\x91\xa4\xe7\xa3\xa2\xe9\x97\x96\xe9\x97\xaf\xf0\xa0\x8f\xa8\xf0\xa0\x9e\xae\xf0\xa1\xbb\xaf]",32,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc7\x8eng",7,NULL,0,NULL,0}, + {"[\xe4\x8e\xab\xe5\x87\x94\xe5\x88\x9b\xe5\x88\xb1\xe5\x89\x8f\xe5\x89\x99\xe5\x89\xb5\xe6\x80\x86\xe6\x84\xb4\xf0\xa5\x88\x84\xf0\xa8\x9c\xbe]",37,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc3\xa0ng",7,NULL,0,NULL,0}, + {"[\xe5\x90\xb9\xe7\x82\x8a\xf0\xa4\x99\xb5]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc4\xab",5,NULL,0,NULL,0}, + {"[\xe3\x9d\xbd\xe4\x8d\x8b\xe5\x80\x95\xe5\x9e\x82\xe5\x9f\x80\xe6\x8d\xb6\xe6\x90\xa5\xe6\xa3\xb0\xe6\xa4\x8e\xe6\xa7\x8c\xe7\xae\xa0\xe8\x85\x84\xe8\x8f\x99\xe9\x8c\x98\xe9\x8e\x9a\xe9\x94\xa4\xe9\x99\xb2\xe9\xa1\x80\xf0\xa0\x84\x92\xf0\xa1\x8d\xae\xf0\xa2\x8f\x92\xf0\xa3\x87\xa6\xf0\xa6\x89\x88\xf0\xa9\x8c\x9d\xf0\xa9\x97\xb0\xf0\xa9\xad\xa6]",88,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc3\xad",5,NULL,0,NULL,0}, + {"[\xe3\xb7\x83\xe4\x9e\xbc]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc7\x90",5,NULL,0,NULL,0}, + {"[\xe9\xbe\xa1\xf0\xa3\x9f\x88\xf0\xa5\x99\x8b\xf0\xa5\x9e\x83]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc3\xac",5,NULL,0,NULL,0}, + {"[\xe4\x9e\xba\xe4\xa1\x85\xe4\xb2\xa0\xe5\xa0\xbe\xe5\xaa\x8b\xe6\x97\xbe\xe6\x98\xa5\xe6\x9a\x99\xe6\x9d\xb6\xe6\xa4\xbf\xe6\xa9\x81\xe6\xab\x84\xe7\x91\x83\xe7\xae\xba\xe8\x86\xa5\xe8\x90\x85\xe8\x9d\xbd\xe8\xbc\xb4\xe9\xb0\x86\xe9\xb6\x9e\xf0\xa1\x89\x90\xf0\xa3\x8c\x9a\xf0\xa3\x9a\x86\xf0\xa7\x87\xb6\xf0\xa8\x89\xa9\xf0\xaa\x82\xb9]",86,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc5\xabn",5,NULL,0,NULL,0}, + {"[\xe3\x9d\x84\xe3\x9d\x87\xe3\xb5\xae\xe3\xb8\xaa\xe4\x93\x90\xe4\x94\x9a\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa5\x8e\xe4\xab\x83\xe5\x94\x87\xe6\xb5\xb1\xe6\xb7\xb3\xe6\xb9\xbb\xe6\xbb\xa3\xe6\xbc\x98\xe7\x8a\x89\xe7\xb4\x94\xe7\xba\xaf\xe8\x84\xa3\xe8\x8e\xbc\xe8\x92\x93\xe8\x93\xb4\xe9\x86\x87\xe9\x86\x95\xe9\x8c\x9e\xe9\x99\x99\xe9\xaf\x99\xe9\xb6\x89\xe9\xb9\x91\xf0\xa1\x97\xa5\xf0\xa3\x8c\xa0\xf0\xa3\x98\xa3\xf0\xa3\xae\xa2\xf0\xa4\x98\x9b\xf0\xa6\x8e\xa7]",116,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xban",5,NULL,0,NULL,0}, + {"[\xe3\x96\xba\xe3\xbf\xa4\xe4\x8f\x9b\xe4\x90\x8f\xe4\x9e\x90\xe4\xa6\xae\xe4\xae\x9e\xe5\x81\x86\xe6\x83\xb7\xe7\x9d\xb6\xe8\x90\xb6\xe8\xa0\xa2\xe8\xb3\xb0\xf0\xa2\xbe\x8e\xf0\xa6\x9a\xa7\xf0\xa9\xa8\x81]",53,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc7\x94n",5,NULL,0,NULL,0}, + {"[\xe3\xaa\xac\xe6\x88\xb3\xe8\xb8\x94\xe9\x80\xb4\xf0\xa8\xae\xb8\xf0\xa8\xb0\x86]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc5\x8d",5,NULL,0,NULL,0}, + {"[\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe3\x9a\x9f\xe3\xb2\x8b\xe4\x8b\x98\xe4\x93\x8e\xe5\x9a\xbd\xe5\xa8\x95\xe5\xa8\x96\xe5\xa9\xbc\xe6\x83\x99\xe6\x93\x89\xe6\xad\xa0\xe6\xb6\xb0\xe7\xa3\xad\xe7\xb6\xbd\xe7\xb9\x9b\xe7\xbb\xb0\xe8\x85\x8f\xe8\xb6\xa0\xe8\xbc\x9f\xe8\xbe\x8d\xe8\xbe\xb5\xe8\xbe\xb6\xe9\x85\xab\xe9\x91\xa1\xe9\xbd\xaa\xe9\xbe\x8a\xf0\xa1\x81\x87\xf0\xa2\xbd\xb8\xf0\xa2\xbf\xad\xf0\xa4\xbf\xab\xf0\xa5\x93\x91\xf0\xa6\x81\xb6\xf0\xa8\x86\xac\xf0\xa8\x92\xa2\xf0\xa9\x9f\xab\xf0\xa9\xa9\x9f\xf0\xaa\x98\x9b]",133,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu\xc3\xb2",5,NULL,0,NULL,0}, + {"[\xe5\x81\xa8\xe5\x91\xb2\xe7\x96\xb5\xe7\xb8\x92\xe8\xa0\x80\xe8\xb5\xbc\xe8\xb6\x80\xe8\xb7\x90\xe9\xaa\xb4\xe9\xab\x8a\xe9\xbd\xb9\xf0\xa1\x83\xb8\xf0\xa1\xb0\xbe\xf0\xa2\xab\xb4\xf0\xa3\x9c\x81\xf0\xa6\x8d\xa7\xf0\xa6\x91\xba\xf0\xa6\x92\x81\xf0\xa7\xa0\xa5\xf0\xa8\x92\xae\xf0\xa9\xa8\xa8]",75,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc4\xab",3,NULL,0,NULL,0}, + {"[\xe3\x93\xa8\xe3\x98\x82\xe3\x98\xb9\xe3\x9e\x96\xe3\xa4\xb5\xe4\x82\xa3\xe4\x88\x98\xe4\x9b\x90\xe4\xa7\xb3\xe4\xa8\x8f\xe4\xad\xa3\xe4\xb2\xbf\xe4\xb3\x84\xe5\x9e\x90\xe5\xa0\xb2\xe5\xac\xa8\xe6\x85\x88\xe6\x9f\x8c\xe6\xbf\xa8\xe7\x8f\x81\xe7\x93\xb7\xe7\x94\x86\xe7\xa3\x81\xe7\xa4\xa0\xe7\xa5\xa0\xe7\xb3\x8d\xe8\x8c\x88\xe8\x8c\xa8\xe8\x96\x8b\xe8\xa9\x9e\xe8\xaf\x8d\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\xa4\xe8\xbe\xad\xe9\x9b\x8c\xe9\xa3\xba\xe9\xa4\x88\xe9\xb4\x9c\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb9\x9a\xf0\xa0\xa4\xab\xf0\xa0\xaf\x82\xf0\xa1\xa5\x8e\xf0\xa2\xb6\xb4\xf0\xa3\x90\x91\xf0\xa5\xb4\xba\xf0\xa5\xbf\x86\xf0\xa7\x99\x88\xf0\xa8\xa0\x90\xf0\xa9\x86\x82\xf0\xa9\x89\x8b\xf0\xa9\x9d\x90\xf0\xaa\x89\x88]",180,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xad",3,NULL,0,NULL,0}, + {"[\xe4\xbd\x8c\xe6\xad\xa4\xe6\xb3\x9a\xe7\x8e\xbc\xe7\x9a\x89\xe7\xb4\xaa\xe9\xae\x86\xf0\xa2\x93\x97\xf0\xa6\x90\xa8\xf0\xa6\x90\xbe\xf0\xa6\xbc\xa1\xf0\xa7\xba\xbc\xf0\xa8\x92\xa4\xf0\xa9\xa2\x91]",51,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe3\xa2\x80\xe3\xa9\x9e\xe4\x93\xa7\xe4\x97\xb9\xe4\xaf\xb8\xe4\xb0\x8d\xe4\xb3\x90\xe4\xbc\xba\xe4\xbd\xbd\xe5\x88\xba\xe5\x88\xbe\xe5\xba\x9b\xe6\x9c\xbf\xe6\xa0\xa8\xe6\xac\xa1\xe7\xb5\x98\xe8\x8c\xa6\xe8\x8e\xbf\xe8\x9b\x93\xe8\x9e\x86\xe8\xb3\x9c\xe8\xb5\x90\xf0\xa0\xa6\x90\xf0\xa0\xa9\x86\xf0\xa2\x85\x9c\xf0\xa3\xa2\x95\xf0\xa5\xbf\xb4\xf0\xa6\x96\x9d\xf0\xa7\x8a\x92\xf0\xa7\x8c\x90\xf0\xa7\x91\x96\xf0\xa7\xa0\x8e\xf0\xa7\xa7\x92\xf0\xa8\x8b\xb0\xf0\xa8\xb2\x81\xf0\xa8\xbe\x85\xf0\xa9\xbe\x94\xf0\xaa\x89\xaa\xf0\xaa\x91\x9f]",136,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xac",3,NULL,0,NULL,0}, + {"[\xe3\x9c\xa1\xe3\x9e\xb1\xe3\xa5\x96\xe4\x88\xa1\xe4\x90\x8b\xe4\x90\xab\xe4\x93\x97\xe4\x97\x93\xe4\xa1\xaf\xe4\xa2\xa8\xe5\x8c\x86\xe5\x9b\xaa\xe5\x9b\xb1\xe5\xbf\xa9\xe6\x80\xb1\xe6\x82\xa4\xe6\x9a\xb0\xe6\x9e\x9e\xe6\xa3\x87\xe6\xa8\x85\xe6\xa8\xac\xe6\xbc\x97\xe7\x84\xa7\xe7\x86\x9c\xe7\x87\xaa\xe7\x91\xbd\xe7\x92\x81\xe7\x9e\x9b\xe7\xaf\xb5\xe7\xb7\xab\xe7\xb9\xb1\xe8\x81\xa1\xe8\x81\xa6\xe8\x81\xaa\xe8\x81\xb0\xe8\x8b\x81\xe8\x91\xb1\xe8\x93\xaf\xe8\x94\xa5\xe8\x9f\x8c\xe9\x8d\xaf\xe9\x8f\xa6\xe9\xa8\x98\xe9\xa9\x84\xe9\xaa\xa2\xf0\xa1\x9f\x9f\xf0\xa1\xb9\xb8\xf0\xa2\x8a\x95\xf0\xa2\x90\x94\xf0\xa2\x94\xa9\xf0\xa4\xa7\x9a\xf0\xa5\x8d\xb7\xf0\xa5\x8e\x8b\xf0\xa5\xa1\xac\xf0\xa6\x87\x8e\xf0\xa6\x97\x9c\xf0\xa6\x9d\xb0\xf0\xa8\x82\xb4\xf0\xa8\x8d\x89\xf0\xa8\x91\xaa\xf0\xa8\x91\xb9\xf0\xa8\xa1\xae\xf0\xa8\xa6\xb1\xf0\xa8\xb1\xb8\xf0\xa8\xb2\xa7\xf0\xa9\xac\xbc\xf0\xaa\xbb\x90\xf0\xab\x93\xa9]",229,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc5\x8dng",5,NULL,0,NULL,0}, + {"[\xe3\x97\xb0\xe3\xbc\xbb\xe4\x89\x98\xe4\x95\xba\xe4\xb3\xb7\xe4\xb8\x9b\xe4\xbb\x8e\xe5\x8f\xa2\xe5\xa9\x83\xe5\xad\xae\xe5\xbe\x93\xe5\xbe\x96\xe5\xbe\x9e\xe6\x82\xb0\xe6\x85\x92\xe6\xa8\xb7\xe6\xac\x89\xe6\xb7\x99\xe6\xbc\x8e\xe6\xbd\x80\xe6\xbd\xa8\xe7\x81\x87\xe7\x88\x9c\xe7\x90\xae\xe8\x97\x82\xe8\xaa\xb4\xe8\xb3\xa8\xe8\xb3\xa9\xf0\xa0\x82\xa5\xf0\xa0\x95\x81\xf0\xa0\x99\x82\xf0\xa0\xa2\x9b\xf0\xa0\xa4\xb0\xf0\xa1\x85\x87\xf0\xa1\xa6\xb7\xf0\xa1\xb5\xb7\xf0\xa2\x83\x8f\xf0\xa3\x83\x97\xf0\xa3\x8a\xb7\xf0\xa4\x84\x93\xf0\xa5\xb5\xab\xf0\xa6\x87\xb1\xf0\xa7\x90\xb1\xf0\xa7\x93\x8f\xf0\xa8\x92\x80\xf0\xa9\xaf\x8d]",158,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xb3ng",5,NULL,0,NULL,0}, + {"\xf0\xa7\x9d\xae",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc7\x92ng",5,NULL,0,NULL,0}, + {"[\xe6\x86\x81\xe8\xac\xa5\xf0\xa5\xae\xa8\xf0\xa7\xa9\xaa]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xb2ng",5,NULL,0,NULL,0}, + {"\xe8\x8c\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cong",4,NULL,0,NULL,0}, + {"\xf0\xa2\x88\xbe",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc5\x8du",4,NULL,0,NULL,0}, + {"\xf0\xa7\xa1\xa3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xb3u",4,NULL,0,NULL,0}, + {"[\xe5\x87\x91\xe6\xb9\x8a\xe8\x85\xa0\xe8\xbc\xb3\xe8\xbe\x8f\xf0\xa3\x89\x85\xf0\xa3\x99\x98\xf0\xa3\x9e\x9c\xf0\xa4\x86\x91\xf0\xa6\xa6\x85\xf0\xa6\xb3\xbf\xf0\xa6\xba\x80\xf0\xa7\xb1\xaa\xf0\xa8\xa8\xaf\xf0\xa9\xb9\x80\xf0\xaa\x89\xae]",61,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xb2u",4,NULL,0,NULL,0}, + {"[\xe7\xb2\x97\xe8\xa7\x95\xe9\xba\x81\xe9\xba\x84\xe9\xba\xa4\xf0\xa1\x98\x9b\xf0\xa1\x9d\x89\xf0\xa4\xbf\x9a\xf0\xa5\x85\x97\xf0\xa7\x86\x93\xf0\xa7\xba\xb2]",41,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe4\xa2\x90\xe4\xa3\xaf\xe5\xbe\x82\xe6\xae\x82\xf0\xa6\xaf\xa3]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xba",3,NULL,0,NULL,0}, + {"\xf0\xa4\x9b\x8f",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\x97\xa4\xe4\x83\x9a\xe4\x99\xaf\xe4\x9b\xa4\xe4\x9f\x9f\xe4\xa0\x9e\xe4\xa5\x84\xe4\xa5\x98\xe4\xbf\x83\xe5\x99\x88\xe6\x86\xb1\xe7\x8c\x9d\xe7\x98\x84\xe7\x98\xaf\xe7\xb0\x87\xe7\xb8\xac\xe8\x84\xa8\xe8\x94\x9f\xe8\xaa\x8e\xe8\xb6\x97\xe8\xb8\xa7\xe8\xb9\x99\xe8\xb9\xb4\xe8\xb9\xb5\xe9\x85\xa2\xe9\x86\x8b\xe9\xa1\xa3\xe9\xbc\x80\xf0\xa0\x91\xaf\xf0\xa0\x9b\x99\xf0\xa1\x84\xb1\xf0\xa1\x9e\x9c\xf0\xa2\x84\xa7\xf0\xa2\x88\xa0\xf0\xa2\xaa\x83\xf0\xa4\x97\x81\xf0\xa4\xa0\xbd\xf0\xa5\xaa\xb1\xf0\xa5\xb7\xbc\xf0\xa5\xbb\x92\xf0\xa5\xbe\x9b\xf0\xa6\x88\x9a\xf0\xa6\x9f\xa0\xf0\xa6\xa0\x81\xf0\xa7\xbc\x9c\xf0\xaa\x93\xa1\xf0\xaa\x93\xb0\xf0\xaa\x95\x9d\xf0\xaa\x9a\xaf]",170,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe6\x92\xba\xe6\x94\x9b\xe6\xb1\x86\xe8\xb9\xbf\xe8\xba\xa5\xe9\x8b\x91\xe9\x91\xb9\xe9\x95\xa9\xf0\xa5\x8d\xac]",30,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cu\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\xa0\x9d\xe5\xb7\x91\xe6\xab\x95\xe6\xac\x91\xe7\xa9\xb3\xf0\xa2\x96\x91\xf0\xa8\xa3\xb5]",25,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cu\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe3\xb8\x91\xe6\xae\xa9\xe7\x86\xb6\xe7\x88\xa8\xe7\xaa\x9c\xe7\xab\x84\xe7\xaf\xa1\xe7\xb0\x92\xf0\xa2\xb8\xa5\xf0\xa4\x90\xb2\xf0\xa5\x8e\xa2\xf0\xa5\x8e\xa4\xf0\xa8\xbc\x89]",46,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cu\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe3\x9c\xa0\xe4\x84\x9f\xe4\x99\x91\xe5\x82\xac\xe5\x87\x97\xe5\xa2\x94\xe5\xb4\x94\xe5\xb6\x89\xe6\x85\x9b\xe6\x91\xa7\xe6\xa6\xb1\xe6\xa7\xaf\xe7\x8d\x95\xe7\xa3\xaa\xe7\xb8\x97\xe7\xbc\x9e\xe9\x8f\x99\xf0\xa2\x95\x98\xf0\xa4\x97\xaf\xf0\xa4\x9b\x8d\xf0\xa5\xbc\x82\xf0\xa7\xbc\xac\xf0\xa7\xbd\xa0\xf0\xa8\x84\x8d\xf0\xa8\xbb\xb5]",85,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cu\xc4\xab",4,NULL,0,NULL,0}, + {"[\xe3\xb5\x8f\xe4\x8a\xab\xe4\xa7\xbd\xe6\xbc\xbc\xe7\x92\x80\xe7\x9a\xa0\xe8\xb6\xa1\xf0\xa2\xb6\x93\xf0\xa3\xaf\xa7\xf0\xa3\xbf\x92\xf0\xa3\xbf\x93\xf0\xa5\xbc\xba\xf0\xa7\xb3\x9a\xf0\xa8\xbf\x90]",51,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cu\xc7\x90",4,NULL,0,NULL,0}, + {"[\xe3\x9d\xae\xe3\xaf\x94\xe3\xaf\x9c\xe3\xb1\x96\xe3\xb3\x83\xe3\xb7\xaa\xe4\x83\x80\xe4\x86\x8a\xe4\xbc\x9c\xe5\x80\x85\xe5\x95\x90\xe5\x95\x9b\xe5\xbf\xb0\xe6\x82\xb4\xe6\xaf\xb3\xe6\xb7\xac\xe6\xbf\xa2\xe7\x84\xa0\xe7\x96\xa9\xe7\x98\x81\xe7\xab\x81\xe7\xb2\x8b\xe7\xb2\xb9\xe7\xb4\xa3\xe7\xb6\xb7\xe7\xbf\x86\xe7\xbf\xa0\xe8\x84\x83\xe8\x84\x86\xe8\x84\xba\xe8\x86\xac\xe8\x86\xb5\xe8\x87\x8e\xe8\x90\x83\xe8\xa5\x8a\xe9\xa1\x87\xf0\xa0\x97\x9a\xf0\xa0\x9e\xbf\xf0\xa0\x9f\x93\xf0\xa0\xa9\xaa\xf0\xa2\x82\x95\xf0\xa2\x84\xb8\xf0\xa2\xa1\x88\xf0\xa3\x83\x8d\xf0\xa3\xb0\x9a\xf0\xa4\x8e\x8b\xf0\xa5\xa8\x92\xf0\xa5\xb3\x88\xf0\xa5\xbb\xae\xf0\xa5\xbc\x9b\xf0\xa6\xa6\xa3\xf0\xa7\x8e\x83\xf0\xa7\x91\x8e\xf0\xa7\x9a\xa5\xf0\xa7\x9c\xb1\xf0\xa7\xb9\xba\xf0\xa8\x85\x8e\xf0\xa8\x8a\x89\xf0\xa9\xa4\x8f]",202,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cu\xc3\xac",4,NULL,0,NULL,0}, + {"\xe4\xb9\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cui",3,NULL,0,NULL,0}, + {"[\xe4\x9e\xad\xe6\x9d\x91\xe6\xbe\x8a\xe7\x9a\xb4\xe7\xab\xb4\xe8\xb8\x86\xe9\x82\xa8\xf0\xa7\x9a\x89\xf0\xa8\x99\xaf]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc5\xabn",4,NULL,0,NULL,0}, + {"[\xe4\xbe\x9f\xe5\xad\x98\xe6\x8b\xb5\xf0\xa4\xbf\x84\xf0\xa8\x80\x9b\xf0\xa8\x9a\xb2]",23,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xban",4,NULL,0,NULL,0}, + {"[\xe5\x88\x8c\xe5\xbf\x96]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc7\x94n",4,NULL,0,NULL,0}, + {"[\xe4\x8d\x8e\xe5\x90\x8b\xe5\xaf\xb8\xe7\xb1\xbf]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xc3\xb9n",4,NULL,0,NULL,0}, + {"[\xe6\x90\x93\xe6\x92\xae\xe7\x91\xb3\xe7\xa3\x8b\xe8\xb9\x89\xe9\x81\xb3\xe9\x86\x9d\xf0\xa2\xa4\x8e\xf0\xa3\xa8\x8e\xf0\xa4\xa0\x9d\xf0\xa5\xad\xad\xf0\xa5\xb0\xad\xf0\xa9\xaf\x89\xf0\xaa\x92\x99]",51,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cu\xc5\x8d",4,NULL,0,NULL,0}, + {"[\xe3\xad\xab\xe3\xbd\xa8\xe3\xbf\xb7\xe4\x91\x98\xe4\xa0\xa1\xe4\xa3\x9c\xe4\xb0\x88\xe4\xb4\xbe\xe5\xb5\xaf\xe5\xb5\xb3\xe7\x97\xa4\xe7\x9d\x89\xe7\x9f\xac\xe8\x92\xab\xe8\x94\x96\xe8\x99\x98\xe8\xba\xa6\xe9\x85\x82\xe9\xb9\xba\xe9\xb9\xbe\xf0\xa0\xa6\x8f\xf0\xa3\x96\xb5\xf0\xa3\xa9\x88\xf0\xa8\x87\x83\xf0\xa9\x84\x9d\xf0\xaa\x98\x93]",86,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cu\xc3\xb3",4,NULL,0,NULL,0}, + {"[\xe4\x82\xb3\xe8\x84\x9e]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cu\xc7\x92",4,NULL,0,NULL,0}, + {"[\xe3\x9f\x87\xe4\xb1\x9c\xe5\x89\x89\xe5\x89\x92\xe5\x8e\x9d\xe5\xa4\x8e\xe6\x8c\xab\xe6\x8e\xaa\xe6\x96\xae\xe6\xa3\xa4\xe6\xad\xb5\xe8\x8e\x9d\xe8\x8e\xa1\xe8\x93\x8c\xe9\x80\xaa\xe9\x8a\xbc\xe9\x8c\xaf\xe9\x94\x89\xe9\x94\x99\xf0\xa2\x92\x90\xf0\xa2\x9a\x82\xf0\xa2\xaf\xbd\xf0\xa5\x95\x89\xf0\xa7\x9a\x8f\xf0\xa8\x9b\x8f]",83,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cu\xc3\xb2",4,NULL,0,NULL,0}, + {"[\xe3\x99\xae\xe3\xbf\xb4\xe4\x8c\x8b\xe4\x90\x9b\xe4\xaa\x9a\xe5\x92\x91\xe5\x93\x92\xe5\x97\x92\xe5\x99\xa0\xe6\x90\xad\xe6\x92\x98\xe7\xac\x9a\xe8\x80\xb7\xe8\x8d\x85\xe8\xa4\xa1\xe9\x8e\x9d\xf0\xa0\x9e\x88\xf0\xa0\xb9\xa5\xf0\xa1\x89\x91\xf0\xa1\x8d\xb2\xf0\xa1\x90\xbf\xf0\xa6\x88\x98\xf0\xa6\x96\xbf\xf0\xa6\x97\xa7\xf0\xa6\x9e\x82\xf0\xa8\xa8\xb9\xf0\xa8\xb1\x8f\xf0\xa9\x9d\xa3]",98,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe3\x9c\x93\xe3\xa9\x89\xe3\xbe\x91\xe3\xbf\xaf\xe4\x83\xae\xe4\xb5\xa3\xe5\x89\xb3\xe5\x8c\x92\xe5\x91\xbe\xe5\xa6\xb2\xe6\x80\x9b\xe6\xb2\x93\xe7\x82\x9f\xe7\x95\x97\xe7\x95\xa3\xe7\xac\xaa\xe7\xad\x94\xe7\xbe\x8d\xe8\x8d\x99\xe8\x96\x98\xe8\x9f\xbd\xe8\xa9\x9a\xe8\xba\x82\xe8\xbe\xbe\xe8\xbf\x96\xe9\x80\xb9\xe9\x81\x94\xe9\x8e\x89\xe9\x90\xbd\xe9\x98\x98\xe9\x9d\xbc\xe9\x9e\x91\xe9\x9f\x83\xe9\xbe\x96\xe9\xbe\x98\xf0\xa0\x89\xa4\xf0\xa1\x88\x90\xf0\xa2\x98\x87\xf0\xa2\x9b\x81\xf0\xa2\x9d\x89\xf0\xa3\xb8\x89\xf0\xa4\x9d\xb0\xf0\xa4\xa8\x91\xf0\xa5\x89\x8c\xf0\xa6\x82\x80\xf0\xa6\x91\xbb\xf0\xa6\xaa\xad\xf0\xa6\xac\xb9\xf0\xa9\x8f\x92\xf0\xa9\x9f\x90\xf0\xa9\xa0\x85\xf0\xa9\xa3\xaf\xf0\xa9\xad\xa3]",179,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xa1",3,NULL,0,NULL,0}, + {"[\xe6\x89\x93\xf0\xa5\x95\x87]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe5\xa4\xa7\xe6\xb1\x8f\xe7\x9c\x94\xf0\xa0\xb6\xab\xf0\xa1\x9a\xbb\xf0\xa2\xbd\x87\xf0\xa3\xa3\xb4\xf0\xa3\xa5\xbe\xf0\xa4\xa4\x8a\xf0\xa8\x97\xbe]",39,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xa0",3,NULL,0,NULL,0}, + {"[\xe3\x9f\xb7\xe5\x9e\xaf\xe5\xa2\xb6\xe7\x87\xb5\xe7\x98\xa9\xe7\xb9\xa8]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"da",2,NULL,0,NULL,0}, + {"[\xe5\x91\x86\xe5\x91\x94\xe6\x87\x9b\xe7\x8d\x83\xf0\xa0\xaf\xaa\xf0\xa3\x90\xae\xf0\xa6\xaa\x8d]",26,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc4\x81i",4,NULL,0,NULL,0}, + {"[\xe2\xba\x9e\xe4\x9a\x9e\xe4\x9a\x9f\xe5\x82\xa3\xe6\xad\xb9\xe9\x80\xae\xf0\xa3\xa6\xb6]",24,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe3\x90\xb2\xe3\x9e\xad\xe3\xaf\x82\xe3\xb6\xa1\xe3\xbb\x96\xe4\x88\x86\xe4\x92\xab\xe4\xb2\xa6\xe4\xbb\xa3\xe5\x8f\x87\xe5\x9e\x88\xe5\x9f\xad\xe5\xb2\xb1\xe5\xb8\x92\xe5\xb8\xa6\xe5\xb8\xaf\xe5\xb8\xb6\xe5\xbb\x97\xe5\xbe\x85\xe6\x80\xa0\xe6\x88\xb4\xe6\x9b\x83\xe6\x9f\x8b\xe6\xae\x86\xe7\x80\xbb\xe7\x8e\xb3\xe7\x91\x87\xe7\x94\x99\xe7\xb0\xa4\xe7\xb4\xbf\xe7\xb7\xbf\xe7\xbb\x90\xe8\x89\x9c\xe8\xa2\x8b\xe8\xa5\xb6\xe8\xb2\xb8\xe8\xb4\xb7\xe8\xb9\x9b\xe8\xbb\x91\xe8\xbb\x9a\xe8\xbb\xa9\xe8\xbd\xaa\xe8\xbf\xa8\xe9\x9c\xb4\xe9\x9d\x86\xe9\xaa\x80\xe9\xb4\x8f\xe9\xbb\x9b\xe9\xbb\xb1\xf0\xa0\xaf\x88\xf0\xa0\xb0\xba\xf0\xa0\xb7\x82\xf0\xa1\xa7\xb9\xf0\xa2\x84\x94\xf0\xa2\x8e\x8c\xf0\xa3\x87\xa8\xf0\xa3\xab\xb9\xf0\xa4\xae\xbc\xf0\xa4\xb8\x8a\xf0\xa5\xbf\x9d\xf0\xa6\x84\x82\xf0\xa6\x99\xaf\xf0\xa7\x8a\x87\xf0\xa7\x91\x94\xf0\xa8\x8a\xba\xf0\xa8\x93\x9e\xf0\xa8\x9f\xb2\xf0\xa8\xa5\xb6\xf0\xa8\xbd\xbf\xf0\xa9\x83\xa0\xf0\xa9\x83\xb7\xf0\xaa\x90\x9d]",241,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xa0i",4,NULL,0,NULL,0}, + {"\xe9\xae\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dai",3,NULL,0,NULL,0}, + {"[\xe3\x90\xa4\xe3\xa0\x86\xe3\xb4\xb7\xe4\x84\xa1\xe4\x90\xb7\xe4\x92\x9f\xe4\xb8\xb9\xe5\x84\x8b\xe5\x8b\xaf\xe5\x8c\xb0\xe5\x8d\x95\xe5\x8d\x98\xe5\x96\xae\xe5\xa6\x89\xe5\xaa\x85\xe6\x8b\x85\xe6\x93\x94\xe6\xae\x9a\xe6\xae\xab\xe7\x94\x94\xe7\x98\x85\xe7\x99\x89\xe7\x9c\x88\xe7\xa0\x83\xe7\xae\xaa\xe7\xb0\x9e\xe8\x80\xbc\xe8\x80\xbd\xe8\x81\x83\xe8\x81\xb8\xe8\xa4\x9d\xe8\xa5\x8c\xe8\xba\xad\xe9\x83\xb8\xe9\x84\xb2\xe9\xa0\x95\xf0\xa0\x86\x9b\xf0\xa0\xb9\x86\xf0\xa1\x96\x93\xf0\xa1\xb5\x95\xf0\xa2\x89\x91\xf0\xa2\x91\x9d\xf0\xa3\x85\x9f\xf0\xa3\xb2\xa5\xf0\xa6\x85\xbc\xf0\xa7\x80\xbb\xf0\xa7\xa1\xaa\xf0\xa7\xb4\xb8\xf0\xa8\xa2\xbf\xf0\xa9\x88\x8a\xf0\xa9\x8f\xa5]",170,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe3\x95\xaa\xe4\x83\xab\xe4\x89\x9e\xe4\xba\xb6\xe4\xbc\x94\xe5\x88\x90\xe6\x8a\x8c\xe6\x8e\xb8\xe6\x92\xa2\xe6\x92\xa3\xe6\xbe\xb8\xe7\x8e\xac\xe7\x93\xad\xe7\x96\xb8\xe7\xb4\x9e\xe8\x83\x86\xe8\x86\xbd\xe8\xa1\xb4\xe8\xb5\x95\xe9\xbb\x95\xe9\xbb\xae\xf0\xa0\x87\x8b\xf0\xa1\xa6\xa8\xf0\xa2\x8b\x83\xf0\xa2\xbb\xbc\xf0\xa4\xa2\x8f\xf0\xa4\xb2\xad\xf0\xa4\xba\xba\xf0\xa5\x84\xa6\xf0\xa5\x90\xb9\xf0\xa5\xb1\xb7\xf0\xa5\xb3\xb9\xf0\xa6\xbd\xab\xf0\xaa\x86\xbb]",117,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\x97\x96\xe3\xa1\xba\xe3\xb2\xb7\xe4\xa8\xa2\xe4\xa8\xb5\xe4\xa9\xa5\xe4\xad\x9b\xe4\xb3\x89\xe4\xbd\x86\xe5\x83\xa4\xe5\x95\x96\xe5\x95\x97\xe5\x95\xbf\xe5\x98\xbe\xe5\x99\x89\xe5\x9a\xaa\xe5\xb8\x8e\xe5\xbc\xb9\xe5\xbc\xbe\xe5\xbd\x88\xe6\x83\xae\xe6\x86\x9a\xe6\x86\xba\xe6\x97\xa6\xe6\x9a\xba\xe6\x9f\xa6\xe6\xb0\xae\xe6\xb2\x8a\xe6\xb3\xb9\xe6\xb7\xa1\xe6\xbe\xb9\xe7\x8b\x9a\xe7\x96\x8d\xe7\x99\x9a\xe7\xa6\xab\xe7\xaa\x9e\xe7\xb9\xb5\xe8\x85\x85\xe8\x90\x8f\xe8\x93\x9e\xe8\x9b\x8b\xe8\x9c\x91\xe8\xa7\x9b\xe8\xaa\x95\xe8\xaf\x9e\xe8\xb4\x89\xe9\x9c\xae\xe9\xa5\x8f\xe9\xa6\xbe\xe9\xa7\xb3\xe9\xab\xa7\xe9\xb4\xa0\xf0\xa0\x86\xb6\xf0\xa0\x88\xb0\xf0\xa2\x85\x92\xf0\xa2\x8e\xaa\xf0\xa3\x87\x87\xf0\xa3\x8b\x8a\xf0\xa3\x9b\xb1\xf0\xa3\xb1\x8d\xf0\xa4\x81\xa1\xf0\xa5\xa8\x8e\xf0\xa5\xb2\x84\xf0\xa5\xb2\x87\xf0\xa5\xb3\xb8\xf0\xa6\x8b\xaa\xf0\xa6\xbb\x81\xf0\xa6\xbd\x9c\xf0\xa6\xbe\xa9\xf0\xa7\x82\x84\xf0\xa7\xad\x83\xf0\xa9\x84\x95\xf0\xa9\x85\xbe\xf0\xa9\x88\x89\xf0\xa9\x95\xa4\xf0\xa9\xa9\xa7\xf0\xaa\x92\xbe]",258,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xa0n",4,NULL,0,NULL,0}, + {"[\xe3\xbc\x95\xe3\xbd\x86\xe5\x99\xb9\xe5\xbd\x93\xe6\xbe\xa2\xe7\x8f\xb0\xe7\x92\xab\xe7\x95\xb6\xe7\xad\x9c\xe7\xb0\xb9\xe8\x89\xa1\xe8\x9f\xb7\xe8\xa3\x86\xe8\xa5\xa0\xe9\x90\xba\xe9\x93\x9b\xf0\xa1\xb0\xa8\xf0\xa4\x94\xb6\xf0\xa4\x97\xbe\xf0\xa4\xa2\x8e\xf0\xa5\xa2\xb7\xf0\xa6\x97\xb4\xf0\xa6\xbc\xb2\xf0\xa8\x8e\xb4\xf0\xa9\x9f\x88\xf0\xa9\xbc\x89\xf0\xaa\x87\x81]",94,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe4\xa3\x8a\xe4\xa3\xa3\xe5\x85\x9a\xe6\x8c\xa1\xe6\x93\x8b\xe6\x94\xa9\xe6\xac\x93\xe7\x81\x99\xe8\xad\xa1\xe8\xae\x9c\xe8\xb0\xa0\xe9\xbb\xa8\xf0\xa1\x97\x8d\xf0\xa3\x97\x8b\xf0\xa3\xba\xbc\xf0\xa4\xa3\x9e\xf0\xa5\xa4\x97\xf0\xa7\x85\x97\xf0\xa9\xbd\xb3]",66,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe4\x91\x97\xe4\xa6\x92\xe5\x84\x85\xe5\x87\xbc\xe5\x9c\xb5\xe5\x9e\xb1\xe5\xa3\x8b\xe5\xa9\xb8\xe5\xae\x95\xe5\xb5\xa3\xe6\x84\x93\xe6\xa1\xa3\xe6\xaa\x94\xe6\xb0\xb9\xe6\xbd\x92\xe7\x92\x97\xe7\x93\xbd\xe7\x9b\xaa\xe7\x9e\x8a\xe7\xa0\x80\xe7\xa2\xad\xe7\xa4\x91\xe7\xb0\x9c\xe8\x8d\xa1\xe8\x8f\xaa\xe8\x95\xa9\xe8\x98\xaf\xe8\xb6\xa4\xe9\x80\xbf\xe9\x97\xa3\xe9\x9b\xbc\xf0\xa1\x87\x88\xf0\xa1\x87\xb5\xf0\xa1\xa2\x88\xf0\xa1\xbe\x95\xf0\xa2\xa0\xbd\xf0\xa2\xa1\x82\xf0\xa3\x82\xb3\xf0\xa3\x83\x89\xf0\xa3\xbb\x8d\xf0\xa5\xaf\x95\xf0\xa5\xb8\x88\xf0\xa6\xbf\x86\xf0\xa7\x91\x98\xf0\xa8\x9d\xa6\xf0\xa8\xb7\xbe]",155,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xa0ng",5,NULL,0,NULL,0}, + {"[\xe2\xba\x88\xe2\xba\x89\xe5\x88\x80\xe5\x88\x82\xe5\x8f\xa8\xe5\xbf\x89\xe6\x9c\xb7\xe6\xb0\x98\xe8\x88\xa0\xe9\x87\x96\xe9\xad\x9b\xe9\xb1\xbd\xf0\xa3\xb1\xbc\xf0\xa6\xa9\x8d\xf0\xa9\x95\xaf]",50,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc4\x81o",4,NULL,0,NULL,0}, + {"\xe6\x8d\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xa1o",4,NULL,0,NULL,0}, + {"[\xe3\xa0\x80\xe3\xa8\xb6\xe3\xbf\x92\xe5\xa3\x94\xe5\xaf\xbc\xe5\xb0\x8e\xe5\xb2\x9b\xe5\xb3\xb6\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\xb9\xe6\x8d\xa3\xe6\x90\x97\xe6\x93\xa3\xe7\xa5\xb7\xe7\xa6\x82\xe7\xa6\xb1\xe8\xb9\x88\xe9\x9a\x9d\xe9\x9a\xaf\xf0\xa0\x90\xb5\xf0\xa2\xad\x8f\xf0\xa4\xb9\xb7\xf0\xa6\xa6\xba\xf0\xa6\xa6\xbe]",82,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe4\x86\x83\xe4\x8a\xad\xe4\x8c\xa6\xe4\xa7\x82\xe5\x80\x92\xe5\x88\xb0\xe5\x99\xb5\xe6\x82\xbc\xe6\xaa\xa4\xe7\x84\x98\xe7\x87\xbe\xe7\x93\x99\xe7\x9b\x97\xe7\x9b\x9c\xe7\xa8\xb2\xe7\xa8\xbb\xe7\xae\x8c\xe7\xba\x9b\xe7\xbf\xa2\xe7\xbf\xbf\xe8\x8f\xbf\xe8\xa1\x9c\xe8\xa1\x9f\xe8\xbb\x87\xe9\x81\x93\xf0\xa0\xb4\xbc\xf0\xa1\x84\x92\xf0\xa3\x81\x8d\xf0\xa3\xab\x9c\xf0\xa4\x93\xbe\xf0\xa4\x98\x80\xf0\xa4\xb7\x98\xf0\xa5\x93\xac\xf0\xa5\x97\x9a\xf0\xa5\xba\x85\xf0\xa6\x92\xba\xf0\xa7\xbc\xa4\xf0\xa8\x97\x93\xf0\xa8\xb1\xa6\xf0\xa9\x88\x9e\xf0\xa9\xac\xb1\xf0\xa9\xad\x9f]",145,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xa0o",4,NULL,0,NULL,0}, + {"[\xe5\xb1\xb6\xe6\xa4\xa1\xe6\xa7\x9d\xe9\x99\xa6]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dao",3,NULL,0,NULL,0}, + {"\xe5\x98\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc4\x93",3,NULL,0,NULL,0}, + {"[\xe3\x9d\xb5\xe3\xa4\xab\xe3\xa5\x81\xe3\xaf\x96\xe4\x99\xb7\xe4\x99\xb8\xe5\xbe\x97\xe5\xbe\xb3\xe5\xbe\xb7\xe6\x81\xb4\xe6\x83\xaa\xe6\xa3\x8f\xe6\xb7\x82\xe9\x8d\x80\xe9\x94\x9d\xf0\xa0\xae\x8a\xf0\xa1\x8b\xa9\xf0\xa1\xad\x82\xf0\xa3\x8c\x8f\xf0\xa3\xae\x8a\xf0\xa3\xae\xb0\xf0\xa4\xb7\x99\xf0\xa8\x81\xbd]",79,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xa9",3,NULL,0,NULL,0}, + {"[\xe5\x9c\xb0\xe7\x9a\x84\xe8\x84\xa6\xf0\xa0\xb5\xa8]",15,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"de",2,NULL,0,NULL,0}, + {"[\xe3\xa9\x90\xe6\x89\xa5\xe6\x89\xbd]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xa8n",4,NULL,0,NULL,0}, + {"[\xe3\x94\x81\xe3\xb2\xaa\xe4\x94\xb2\xe4\x99\x9e\xe4\xb3\xbe\xe5\x99\x94\xe5\xac\x81\xe7\x81\xaf\xe7\x87\x88\xe7\x92\x92\xe7\x99\xbb\xe7\xab\xb3\xe7\xb0\xa6\xe8\xa6\xb4\xe8\xb1\x8b\xe8\xb9\xac\xf0\xa4\xae\x98\xf0\xa4\xba\x8c\xf0\xa4\xbc\xb6\xf0\xa7\xbe\x8a\xf0\xa8\xb6\xbf\xf0\xa9\xaf\x87\xf0\xaa\x94\x8f]",78,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc4\x93ng",5,NULL,0,NULL,0}, + {"[\xe4\x92\xad\xe6\x88\xa5\xe6\x9c\xa9\xe7\xad\x89\xf0\xa4\xbe\xa2\xf0\xaa\x8c\xb7]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc4\x9bng",5,NULL,0,NULL,0}, + {"[\xe4\xa0\xac\xe4\xae\xb4\xe5\x87\xb3\xe5\xa2\xb1\xe5\xb6\x9d\xe6\xab\x88\xe7\x9e\xaa\xe7\xa3\xb4\xe9\x82\x93\xe9\x84\xa7\xe9\x90\x99\xe9\x95\xab\xe9\x9a\xa5\xf0\xa1\xa6\x94\xf0\xa2\xaf\xad\xf0\xa2\xbf\xa4\xf0\xa3\xa9\x9f\xf0\xa6\xa9\xab\xf0\xa7\x84\xbc\xf0\xa8\x84\x87\xf0\xa8\x8e\xa4\xf0\xa8\xae\xb4\xf0\xa9\x8d\x90\xf0\xa9\x9e\xac\xf0\xaa\x91\xac\xf0\xaa\x92\x98]",93,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xa8ng",5,NULL,0,NULL,0}, + {"\xe8\x89\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"deng",4,NULL,0,NULL,0}, + {"[\xe3\x93\xb3\xe3\xab\x9d\xe4\x83\x85\xe4\x8d\x95\xe4\x90\x8e\xe4\xa7\x91\xe4\xbb\xbe\xe4\xbd\x8e\xe5\xa0\xa4\xe5\xa5\x83\xe5\xbd\xbd\xe6\xa8\x80\xe6\xb0\x90\xe6\xbb\xb4\xe7\xa3\xbe\xe7\xbe\x9d\xe8\xa2\x9b\xe8\xb6\x86\xe9\x8d\x89\xe9\x95\x9d\xe9\x9a\x84\xe9\x9e\xae\xf0\xa0\x8d\xaa\xf0\xa0\xbd\xb0\xf0\xa1\x84\xb7\xf0\xa1\x9b\x9c\xf0\xa1\xb0\x96\xf0\xa3\x85\xa5\xf0\xa3\x9a\x8c\xf0\xa3\xb2\xa2\xf0\xa4\x9e\x88\xf0\xa5\xbe\xac\xf0\xa5\xbf\x84\xf0\xa9\x89\xb1\xf0\xa9\x91\xbe]",120,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc4\xab",3,NULL,0,NULL,0}, + {"[\xe3\xa3\x99\xe3\xb0\x85\xe3\xb9\x8d\xe4\x8a\xae\xe4\xa8\x80\xe4\xa8\xa4\xe4\xaf\xbc\xe4\xb4\x9e\xe4\xb5\xa0\xe5\x94\x99\xe5\x98\x80\xe5\x9a\x81\xe5\xab\xa1\xe5\xbb\xb8\xe6\x95\x8c\xe6\x95\xb5\xe6\xa2\x91\xe6\xb6\xa4\xe6\xbb\x8c\xe7\x8b\x84\xe7\xac\x9b\xe7\xaf\xb4\xe7\xb1\xb4\xe7\xb3\xb4\xe7\xbf\x9f\xe8\x8b\x96\xe8\x8d\xbb\xe8\x94\x8b\xe8\x94\x90\xe8\x97\xa1\xe8\xa6\xbf\xe8\xa7\x8c\xe8\xb1\xb4\xe8\xb9\xa2\xe8\xbf\xaa\xe9\x8f\x91\xe9\x9d\xae\xe9\xa0\x94\xe9\xa6\xb0\xe9\xab\xa2\xe9\xac\x84\xe9\xb8\x90\xf0\xa0\x92\xbf\xf0\xa0\x95\xb3\xf0\xa1\x92\xb1\xf0\xa1\xbd\xa2\xf0\xa2\x95\x9a\xf0\xa3\x82\x89\xf0\xa4\x81\xb0\xf0\xa4\x88\xa5\xf0\xa5\x95\x90\xf0\xa5\x96\xbe\xf0\xa5\xb8\x9a\xf0\xa6\x89\xb9\xf0\xa6\xb5\xa6\xf0\xa8\xae\xb9\xf0\xa9\xad\xb2\xf0\xa9\xb4\xba\xf0\xa9\xb7\x8e\xf0\xaa\x84\xb1]",200,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xad",3,NULL,0,NULL,0}, + {"[\xe3\xaa\x86\xe3\xad\xbd\xe4\x82\xa1\xe4\x8f\x84\xe4\xa2\x91\xe4\xa3\x8c\xe5\x8e\x8e\xe5\x91\xa7\xe5\x9d\x98\xe5\x9f\x9e\xe5\xba\x95\xe5\xbc\xa4\xe6\x8a\xb5\xe6\x8b\x9e\xe6\x8e\x8b\xe6\x9f\xa2\xe7\x89\xb4\xe7\xa0\xa5\xe8\x81\x9c\xe8\x8c\x8b\xe8\x8f\xa7\xe8\xa7\x9d\xe8\xa9\x86\xe8\xaf\x8b\xe8\xbb\xa7\xe9\x82\xb8\xe9\x98\xba\xe9\xaa\xb6\xf0\xa0\xa8\xbf\xf0\xa4\x9d\xac\xf0\xa7\xa4\xb2\xf0\xa8\x82\x87\xf0\xa8\x8c\xae]",106,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe3\xa2\xa9\xe3\xbc\xb5\xe4\x80\xbf\xe4\x8f\x91\xe4\x91\xad\xe4\x91\xaf\xe4\x97\x96\xe4\xa9\x98\xe4\xa9\x9a\xe4\xb6\x8d\xe4\xbf\xa4\xe5\x81\x99\xe5\x83\x80\xe5\x95\x87\xe5\x95\xb2\xe5\x9d\x94\xe5\x9f\x8a\xe5\xa2\x91\xe5\xa2\xac\xe5\xa8\xa3\xe5\xaa\x82\xe5\xb6\xb3\xe5\xb8\x9d\xe5\xbc\x9f\xe6\x80\x9f\xe6\x85\xb8\xe6\x91\x95\xe6\x97\xb3\xe6\x9d\x95\xe6\xa2\x8a\xe6\xa3\xa3\xe6\xb8\xa7\xe7\x84\x8d\xe7\x8e\x93\xe7\x8f\xb6\xe7\x94\x8b\xe7\x9c\xb1\xe7\x9d\x87\xe7\xa2\xb2\xe7\xa5\xb6\xe7\xa6\x98\xe7\xac\xac\xe7\xb7\xa0\xe7\xbc\x94\xe8\x85\xa3\xe8\x8f\x82\xe8\x92\x82\xe8\x94\x95\xe8\x9d\x83\xe8\x9e\xae\xe8\xab\xa6\xe8\xb0\x9b\xe8\xb8\xb6\xe9\x80\x92\xe9\x80\x93\xe9\x81\x9e\xe9\x81\xb0\xe9\x87\xb1\xe9\x89\xaa\xf0\xa0\x90\x91\xf0\xa0\x9a\xad\xf0\xa0\xa5\x96\xf0\xa0\xab\x9c\xf0\xa1\x9a\x99\xf0\xa1\x9a\xb7\xf0\xa2\x85\x8a\xf0\xa2\x89\x86\xf0\xa2\x93\xa7\xf0\xa3\xac\xb4\xf0\xa3\xaf\xb5\xf0\xa4\xa7\x9b\xf0\xa4\xac\xb5\xf0\xa4\xbe\xa0\xf0\xa5\xb3\xa0\xf0\xa6\xa8\xa2\xf0\xa7\x80\xb6\xf0\xa7\x82\xa8\xf0\xa7\x89\x9b\xf0\xa7\x8b\x8d\xf0\xa7\x8d\x9d\xf0\xa7\xba\xbd\xf0\xa8\x91\xa9\xf0\xa8\x91\xbc\xf0\xa8\x97\xbc\xf0\xa8\x98\xac\xf0\xa8\xaa\xbe]",287,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xac",3,NULL,0,NULL,0}, + {"\xe9\xaf\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di",2,NULL,0,NULL,0}, + {"\xe5\x97\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di\xc7\x8e",4,NULL,0,NULL,0}, + {"[\xe5\x82\x8e\xe5\x8e\xa7\xe5\xb5\xae\xe5\xb7\x85\xe5\xb7\x93\xe5\xb7\x94\xe6\x8e\x82\xe6\x94\xa7\xe6\x95\x81\xe6\xa7\x87\xe6\xa7\x99\xe6\xbb\x87\xe7\x94\xb8\xe7\x98\xa8\xe7\x99\xab\xe7\x99\xb2\xe8\xb9\x8e\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa2\xa0\xe9\xbd\xbb\xf0\xa0\x91\x98\xf0\xa0\xab\x89\xf0\xa0\xb6\xa7\xf0\xa1\xb1\x87\xf0\xa2\x96\xa9\xf0\xa3\xaa\x80\xf0\xa4\xa0\xb6\xf0\xa6\x95\x92\xf0\xa7\x84\xba\xf0\xa7\xbd\x8d\xf0\xa8\x88\x80\xf0\xa9\x84\xa0\xf0\xa9\xa5\x84\xf0\xa9\xa8\x8b\xf0\xa9\xac\x91\xf0\xaa\x93\xbc\xf0\xaa\x96\x9a]",133,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\xb8\x83\xe4\x8d\x84\xe4\x93\xa6\xe5\x85\xb8\xe5\x9a\xb8\xe5\xa5\x8c\xe5\xa9\xb0\xe6\x95\x9f\xe7\x82\xb9\xe7\x8c\xa0\xe7\xa2\x98\xe8\x92\xa7\xe8\x95\x87\xe8\xb7\x95\xe8\xb8\xae\xe9\xbb\x9e\xf0\xa0\xa9\xb7\xf0\xa2\xbb\x85\xf0\xa3\x87\x96\xf0\xa4\xbf\xb6\xf0\xa5\xae\x8f\xf0\xa6\x92\xbb]",74,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\x93\xa0\xe3\x9d\xaa\xe3\x9e\x9f\xe3\xb6\x98\xe3\xbc\xad\xe4\xbd\x83\xe5\x9d\xab\xe5\x9e\xab\xe5\xa2\x8a\xe5\xa3\x82\xe5\xa5\xa0\xe5\xa9\x9d\xe5\xba\x97\xe6\x83\xa6\xe6\x89\x82\xe6\xa9\x82\xe6\xa9\x9d\xe6\xae\xbf\xe6\xb7\x80\xe6\xbe\xb1\xe7\x8e\xb7\xe7\x90\x94\xe7\x94\xb5\xe7\x99\x9c\xe7\xb0\x9f\xe8\x9c\x94\xe9\x92\xbf\xe9\x98\xbd\xe9\x9b\xbb\xe9\x9d\x9b\xe9\xa9\x94\xf0\xa0\xa2\xa3\xf0\xa1\xbc\x93\xf0\xa2\x85\x9d\xf0\xa2\x95\xaf\xf0\xa3\x92\x82\xf0\xa3\xa2\xa5\xf0\xa3\xa3\x88\xf0\xa3\xa3\xa3\xf0\xa3\xa7\x9b\xf0\xa3\xaa\xaa\xf0\xa4\xa9\xb1\xf0\xa5\x85\x91\xf0\xa5\x87\x9e\xf0\xa5\x91\xbc\xf0\xa5\xa6\x9f\xf0\xa5\xb3\xa2\xf0\xa5\xb5\x8f\xf0\xa6\x85\x86\xf0\xa6\xbd\x84\xf0\xa7\x8d\xbf\xf0\xa9\x82\xb5\xf0\xa9\x85\x80\xf0\xa9\x86\x94\xf0\xaa\x91\xa9]",191,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di\xc3\xa0n",5,NULL,0,NULL,0}, + {"\xe6\xa4\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dian",4,NULL,0,NULL,0}, + {"[\xe3\x9a\x8b\xe3\xa2\xaf\xe3\xb9\xa6\xe4\x82\x8f\xe4\x98\x9f\xe4\xb3\x82\xe5\x87\x8b\xe5\x88\x81\xe5\x8f\xbc\xe5\xa5\x9d\xe5\xbc\xb4\xe5\xbd\xab\xe6\xae\xa6\xe6\xb1\x88\xe7\x90\xb1\xe7\x9e\x97\xe7\xa2\x89\xe8\x99\xad\xe8\x9b\x81\xe8\xb2\x82\xe9\x9b\x95\xe9\xae\x89\xe9\xaf\x9b\xe9\xb2\xb7\xe9\xb3\xad\xe9\xb5\xb0\xe9\xbc\xa6\xf0\xa0\x9a\xa5\xf0\xa0\x9a\xbb\xf0\xa0\xb6\xb0\xf0\xa5\xae\x90\xf0\xa6\xa8\xa3\xf0\xa6\xb6\x8c\xf0\xa6\xb8\x94\xf0\xa7\x98\xa8\xf0\xa7\x98\xa9\xf0\xa8\xb8\x93\xf0\xa9\x80\x9c\xf0\xa9\xbe\x97]",131,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di\xc4\x81o",5,NULL,0,NULL,0}, + {"[\xe4\x84\xaa\xe4\x89\x86\xe5\xb1\x8c\xe6\x89\x9a\xf0\xa0\x84\x8f\xf0\xa2\x81\x95\xf0\xa2\x84\xa6\xf0\xa2\x86\xb4\xf0\xa6\x84\x8b\xf0\xa7\x9c\xa3]",38,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di\xc7\x8eo",5,NULL,0,NULL,0}, + {"[\xe3\x92\x9b\xe3\xaa\x95\xe4\x82\xbd\xe4\x94\x99\xe4\xbc\x84\xe5\x90\x8a\xe5\xbc\x94\xe6\x8e\x89\xe7\x98\xb9\xe7\xaa\x8e\xe7\xaa\xb5\xe7\xab\xa8\xe8\x93\xa7\xe8\x97\x8b\xe8\xa8\x8b\xe8\xaa\xbf\xe8\xb0\x83\xe9\x87\xa3\xe9\x8a\xb1\xe9\x8b\xbd\xe9\x91\x83\xe9\x92\x93\xe9\x93\x9e\xe9\x93\xab\xe9\x9b\xbf\xe9\xad\xa1\xf0\xa0\xa4\xbc\xf0\xa0\xa5\x91\xf0\xa3\xa9\xb0\xf0\xa4\x95\xb7\xf0\xa4\xad\x88\xf0\xa4\xb1\xa9\xf0\xa5\x81\xae\xf0\xa5\xb2\x9f\xf0\xa5\xbe\xaf\xf0\xa6\xb0\x8f\xf0\xa7\x85\x88\xf0\xa8\xb0\x91\xf0\xa9\x88\xae\xf0\xa9\x8b\x99]",136,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di\xc3\xa0o",5,NULL,0,NULL,0}, + {"\xe7\xb0\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"diao",4,NULL,0,NULL,0}, + {"[\xe3\xa6\x85\xe4\xaa\x93\xe7\x88\xb9\xe8\xa4\xba\xe8\xb7\x8c]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di\xc4\x93",4,NULL,0,NULL,0}, + {"[\xe3\x91\x99\xe3\xa5\x88\xe3\xa6\xb6\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xab\xbc\xe3\xac\xaa\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb7\xb8\xe4\x8f\xb2\xe4\x9e\x87\xe4\xa0\x9f\xe4\xab\x95\xe4\xb3\x80\xe4\xb4\x91\xe5\x8f\xa0\xe5\x96\x8b\xe5\x9e\xa4\xe5\xa0\x9e\xe5\xb3\x8c\xe5\xb5\xbd\xe6\x81\x8e\xe6\x83\xb5\xe6\x88\x9c\xe6\x8c\x95\xe6\x8f\xb2\xe6\x98\xb3\xe6\x9b\xa1\xe6\xae\x9c\xe6\xb0\x8e\xe7\x89\x83\xe7\x89\x92\xe7\x93\x9e\xe7\x95\xb3\xe7\x96\x89\xe7\x96\x8a\xe7\x9c\xa3\xe7\xa2\x9f\xe7\xb5\xb0\xe7\xbb\x96\xe8\x80\x8b\xe8\x83\x85\xe8\x87\xb7\xe8\x89\x93\xe8\x8b\xb5\xe8\x9c\xa8\xe8\x9d\xb6\xe8\xa4\x8b\xe8\xa9\x84\xe8\xab\x9c\xe8\xb0\x8d\xe8\xb6\x83\xe8\xb9\x80\xe8\xbf\xad\xe9\x95\xbb\xe9\xb0\x88\xe9\xb2\xbd\xf0\xa0\x97\x9b\xf0\xa0\x97\xa8\xf0\xa0\xa0\xaf\xf0\xa0\xb2\xb7\xf0\xa1\x85\xa5\xf0\xa1\x87\x93\xf0\xa1\xb1\xb7\xf0\xa1\xb9\xad\xf0\xa1\xba\x91\xf0\xa1\xbc\x84\xf0\xa2\x8e\x86\xf0\xa2\xb2\xbc\xf0\xa2\xb6\xa3\xf0\xa3\x88\x8d\xf0\xa3\x9b\xbb\xf0\xa3\xa1\x9f\xf0\xa3\xa7\x88\xf0\xa3\xa8\x82\xf0\xa4\x96\x92\xf0\xa4\x97\xa8\xf0\xa4\x9a\x8a\xf0\xa4\xb4\x8d\xf0\xa5\x88\x96\xf0\xa5\x89\xba\xf0\xa5\x91\x87\xf0\xa5\xb6\xba\xf0\xa5\xb7\x95\xf0\xa6\x81\x9c\xf0\xa6\x84\x94\xf0\xa6\x88\x85\xf0\xa7\x8d\xb1\xf0\xa8\x84\x8c\xf0\xa8\x88\x88\xf0\xa8\x90\x81\xf0\xa8\x93\x8a\xf0\xa8\xad\x93\xf0\xa8\xb3\xba\xf0\xa8\xb4\x97\xf0\xa8\xb8\x85\xf0\xa8\xbb\x97\xf0\xa8\xbe\xa4\xf0\xa9\x8b\x9e\xf0\xa9\xbb\xb5\xf0\xaa\x80\x92\xf0\xaa\x91\xa7]",356,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di\xc3\xa9",4,NULL,0,NULL,0}, + {"\xf0\xa1\x96\x90",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe5\x93\x8b\xe7\x9c\xb0\xe8\x80\x8a\xf0\xa0\x85\x97\xf0\xa0\x86\x99]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe5\xb9\x89\xe7\x96\x82]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"die",3,NULL,0,NULL,0}, + {"\xf0\xa8\x88\x96",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xacn",4,NULL,0,NULL,0}, + {"[\xe3\xa3\x94\xe4\xa6\xba\xe4\xb8\x81\xe4\xbb\x83\xe5\x8f\xae\xe5\xb8\x84\xe7\x8e\x8e\xe7\x96\x94\xe7\x9b\xaf\xe8\x80\xb5\xe8\x99\xb0\xe9\x85\x8a\xe9\x87\x98\xe9\x92\x89\xe9\x9d\xaa\xf0\xa6\xa8\x8d\xf0\xa7\x8c\xbe\xf0\xa7\xb3\x89\xf0\xa9\xa1\xaf\xf0\xa9\xbe\x9a]",67,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc4\xabng",5,NULL,0,NULL,0}, + {"[\xe3\xab\x80\xe3\xb4\xbf\xe5\xa5\xb5\xe5\xb5\xbf\xe6\xbf\x8e\xe8\x96\xa1\xe9\x90\xa4\xe9\xa0\x82\xe9\xa1\xb6\xe9\xbc\x8e\xe9\xbc\x91\xf0\xa2\x91\x85\xf0\xa3\x86\x8d\xf0\xa4\x90\xa3\xf0\xa4\x9b\x99\xf0\xa7\x87\xb7\xf0\xa9\xa0\x91\xf0\xaa\x94\x82]",63,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc7\x90ng",5,NULL,0,NULL,0}, + {"[\xe3\x9d\x8e\xe5\x95\xb6\xe5\xae\x9a\xe5\xbf\x8a\xe6\xa4\x97\xe7\x9f\xb4\xe7\xa2\x87\xe7\xa2\xa0\xe7\xa3\xb8\xe8\x85\x9a\xe8\x90\xa3\xe8\x9d\x8a\xe8\xa8\x82\xe8\xae\xa2\xe9\x8b\x8c\xe9\x8c\xa0\xe9\x93\xa4\xe9\x94\xad\xe9\xa1\x81\xe9\xa3\xa3\xe9\xa5\xa4\xf0\xa3\xa2\xb3\xf0\xa5\x87\x93\xf0\xa5\xaf\xa2\xf0\xa5\xb3\xb0\xf0\xa5\xb8\xa7\xf0\xa6\xa9\x98\xf0\xa9\x9c\xa6\xf0\xa9\xa0\x86\xf0\xa9\xb8\x8e]",101,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xacng",5,NULL,0,NULL,0}, + {"\xe8\x81\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ding",4,NULL,0,NULL,0}, + {"[\xe4\xb8\x9f\xe4\xb8\xa2\xe9\x8a\xa9\xe9\x93\xa5\xf0\xa0\xb2\x8d\xf0\xa2\x92\x9d]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di\xc5\xab",4,NULL,0,NULL,0}, + {"[\xe3\x9a\xb5\xe4\x8d\xb6\xe4\xb0\xa4\xe4\xb8\x9c\xe5\x80\xb2\xe5\x86\xac\xe5\x92\x9a\xe5\x9f\xac\xe5\xa8\xbb\xe5\xb2\xbd\xe5\xb4\xa0\xe5\xb4\xac\xe5\xbe\x9a\xe6\x98\xb8\xe6\x9d\xb1\xe6\xb0\xa1\xe6\xb0\xad\xe6\xb6\xb7\xe7\xac\x97\xe8\x8b\xb3\xe8\x8f\x84\xe8\x9d\x80\xe9\xaf\x9f\xe9\xb4\xa4\xe9\xb6\x87\xe9\xb8\xab\xe9\xbc\x95\xf0\xa2\x94\x85\xf0\xa2\x9b\x94\xf0\xa4\xa4\xae\xf0\xa4\xa6\xaa\xf0\xa4\xb2\x9a\xf0\xa4\xb7\x86\xf0\xa7\x93\x95\xf0\xa7\xaf\xbe\xf0\xa7\xb2\xb4\xf0\xa7\xbc\x93\xf0\xa8\xa9\xa7\xf0\xa8\xbf\xa2\xf0\xa9\x82\x93\xf0\xa9\x9c\x8d\xf0\xa9\xa3\xb3]",143,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc5\x8dng",5,NULL,0,NULL,0}, + {"[\xe3\x96\xa6\xe3\xa8\x82\xe4\x82\xa2\xe4\xb5\x94\xe5\xa2\xa5\xe5\xac\x9e\xe6\x87\x82\xe7\xae\xbd\xe8\x91\xa3\xe8\x95\xab\xe8\xab\x8c\xf0\xa3\xbf\x85\xf0\xa5\xb3\x98\xf0\xa6\xa1\x82\xf0\xa7\x84\x93\xf0\xa7\xb3\xa3\xf0\xaa\x90\x88]",59,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc7\x92ng",5,NULL,0,NULL,0}, + {"[\xe3\x91\x88\xe3\x93\x8a\xe3\xa2\xa5\xe3\xbc\xaf\xe4\x9e\x92\xe4\xbe\x97\xe5\x83\x8d\xe5\x86\xbb\xe5\x87\x8d\xe5\x8a\xa8\xe5\x8b\x95\xe5\x9e\x8c\xe5\xa7\x9b\xe5\xb3\x92\xe6\x81\xab\xe6\x88\x99\xe6\x8c\x8f\xe6\xa0\x8b\xe6\xa3\x9f\xe6\xb4\x9e\xe6\xb9\xa9\xe7\xa1\x90\xe7\xb5\xa7\xe8\x83\xa8\xe8\x83\xb4\xe8\x85\x96\xe8\xbf\xb5\xe9\x9c\x98\xe9\xa7\xa7\xf0\xa0\x84\x89\xf0\xa2\xb3\xbe\xf0\xa5\xab\x8e\xf0\xa7\xa1\x8d\xf0\xa7\xbd\xbf\xf0\xa9\x90\xa4\xf0\xa9\x90\xb5\xf0\xa9\xa7\xb2\xf0\xa9\xad\xa9\xf0\xaa\x94\xa6]",129,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xb2ng",5,NULL,0,NULL,0}, + {"[\xe9\xae\x97\xe9\xb6\xab]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dong",4,NULL,0,NULL,0}, + {"[\xe3\xa8\xae\xe5\x85\x9c\xe5\x85\xa0\xe5\x90\xba\xe5\x94\x97\xe6\xa9\xb7\xe7\xaf\xbc\xe8\x94\xb8\xe9\x83\xbd\xf0\xa0\x8d\x84\xf0\xa0\xb1\x91\xf0\xa0\xbe\x87\xf0\xa3\x82\xae\xf0\xa3\x98\x9b\xf0\xa4\x9d\x88\xf0\xa4\xbe\x92\xf0\xa5\x86\x96\xf0\xa5\x89\x9d\xf0\xa6\x84\x93\xf0\xa6\x86\x98\xf0\xa7\xa1\xb8\xf0\xa7\xaf\xa0\xf0\xa7\xaf\xa4\xf0\xa8\x81\x8b\xf0\xa9\x94\xa1\xf0\xa9\xae\xb7\xf0\xa9\xb3\x88]",101,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc5\x8du",4,NULL,0,NULL,0}, + {"[\xe3\x9e\xb3\xe3\xaa\xb7\xe5\x94\x9e\xe6\x8a\x96\xe6\x9e\x93\xe6\x9e\xa1\xe8\x9a\xaa\xe9\x88\x84\xe9\x98\xa7\xe9\x99\xa1\xf0\xa2\xa6\x8d\xf0\xa3\x81\xb5\xf0\xa3\xad\x97\xf0\xa7\x8f\x86\xf0\xa7\x98\x9e\xf0\xa8\xa5\xaa\xf0\xa9\x91\xaf\xf0\xaa\x8c\x89]",64,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xe3\x9b\x92\xe3\xa2\x84\xe4\x84\x88\xe4\x87\xba\xe4\x95\x86\xe4\x9b\xa0\xe4\xac\xa6\xe6\x96\x97\xe6\x96\xa3\xe6\xa2\xaa\xe6\xaf\xad\xe6\xb5\xa2\xe7\x97\x98\xe7\xaa\xa6\xe7\xab\x87\xe8\x84\xb0\xe8\x8d\xb3\xe8\xb1\x86\xe9\x80\x97\xe9\x83\x96\xe9\x85\x98\xe9\x96\x97\xe9\x97\x98\xe9\xa4\x96\xe9\xa5\xbe\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xaa\xe9\xac\xac\xe9\xac\xad\xf0\xa1\x82\x9b\xf0\xa1\x82\x9d\xf0\xa1\x86\x8f\xf0\xa1\x99\xac\xf0\xa1\x9f\xb3\xf0\xa4\x80\xa8\xf0\xa4\x85\x8b\xf0\xa4\x9e\x9f\xf0\xa5\xa5\xb7\xf0\xa5\xba\x89\xf0\xa7\xae\xa1\xf0\xa7\xaf\x9e\xf0\xa7\xb1\x93\xf0\xa8\xaa\x90\xf0\xa8\xb4\x9c\xf0\xa8\xb6\x9c\xf0\xa8\xb9\x9c\xf0\xa9\x8a\xaa\xf0\xaa\x90\xba]",168,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xb2u",4,NULL,0,NULL,0}, + {"[\xe4\xb9\xa7\xe8\x89\x94]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dou",3,NULL,0,NULL,0}, + {"[\xe3\x9e\x98\xe4\xa6\xa0\xe4\xa9\xb2\xe5\x89\xa2\xe5\x8e\xbe\xe5\x98\x9f\xe7\x9d\xa3\xe9\x86\x8f\xe9\x97\x8d\xe9\x98\x87\xf0\xa0\xa3\xb0\xf0\xa1\xb0\xaa\xf0\xa3\xab\x94\xf0\xa4\xab\xbb\xf0\xa5\xb3\x89\xf0\xa6\x98\xb4\xf0\xa6\x99\x8b\xf0\xa6\xba\xa5\xf0\xa7\x9e\xb9\xf0\xa7\xb0\xb5\xf0\xa7\xb7\xbf]",76,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe3\xb1\xa9\xe3\xb8\xbf\xe3\xbe\x84\xe4\x93\xaf\xe4\x99\xb1\xe4\xa2\xb1\xe4\xaa\x85\xe4\xab\xb3\xe4\xae\xb7\xe5\x87\x9f\xe5\x8c\xb5\xe5\xac\xbb\xe6\xa4\x9f\xe6\xab\x9d\xe6\xae\xb0\xe6\xaf\x92\xe6\xb6\x9c\xe6\xb8\x8e\xe7\x80\x86\xe7\x89\x8d\xe7\x89\x98\xe7\x8a\x8a\xe7\x8a\xa2\xe7\x8b\xac\xe7\x8d\xa8\xe7\x93\x84\xe7\x9a\xbe\xe7\xa2\xa1\xe8\x9d\xb3\xe8\xa3\xbb\xe8\xaa\xad\xe8\xae\x80\xe8\xae\x9f\xe8\xaf\xbb\xe8\xb1\x84\xe8\xb4\x95\xe9\x8c\x96\xe9\x91\x9f\xe9\x9f\x87\xe9\x9f\xa3\xe9\x9f\xa5\xe9\xa8\xb3\xe9\xab\x91\xe9\xbb\xa9\xe9\xbb\xb7\xf0\xa0\x89\xa9\xf0\xa0\xa0\x94\xf0\xa0\xa0\xa0\xf0\xa2\x9d\x82\xf0\xa2\xb7\xba\xf0\xa3\xb0\xac\xf0\xa4\x9a\x9a\xf0\xa5\x80\xb2\xf0\xa5\x91\xaf\xf0\xa5\x93\x8d\xf0\xa5\x96\xbf\xf0\xa6\x8c\xb7\xf0\xa6\x8f\x95\xf0\xa6\xba\x87\xf0\xa7\x81\xbf\xf0\xa7\x90\xb0\xf0\xa7\x9b\x94\xf0\xa7\xbe\xa5\xf0\xa8\x82\xad\xf0\xa8\x8d\x9b\xf0\xa8\xbd\x8d\xf0\xa9\x9e\xbe\xf0\xa9\xa7\x88\xf0\xaa\x8d\xb9]",233,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe4\x80\xbe\xe4\x88\x9e\xe5\xa0\xb5\xe5\xb8\xbe\xe7\x90\xbd\xe7\x9d\xb9\xe7\xac\x83\xe7\xaf\xa4\xe8\xa6\xa9\xe8\xb3\xad\xe8\xb5\x8c\xf0\xa2\xbe\x80\xf0\xa4\xac\x82\xf0\xa5\x93\x87\xf0\xa6\x9b\xaf]",51,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\x93\x83\xe4\x9f\xbb\xe4\xb2\xa7\xe5\xa6\x92\xe5\xa6\xac\xe5\xba\xa6\xe6\x9d\x9c\xe6\xae\xac\xe6\xb8\xa1\xe7\xa7\xba\xe7\xb0\xb5\xe8\x82\x9a\xe8\x8a\x8f\xe8\x8d\xb0\xe8\x9e\x99\xe8\xa0\xa7\xe8\xa0\xb9\xe9\x8d\x8d\xe9\x95\x80\xe9\x9d\xaf\xf0\xa1\x8d\xa8\xf0\xa1\x8e\x89\xf0\xa1\x9d\x9c\xf0\xa2\x89\x9c\xf0\xa2\xbe\x85\xf0\xa3\xa7\x83\xf0\xa3\xa8\xb2\xf0\xa4\x9a\xa1\xf0\xa4\xac\xaa\xf0\xa4\xb4\xb1\xf0\xa4\xb5\x8a\xf0\xa4\xb6\xae\xf0\xa5\x80\x81\xf0\xa5\x83\xbe\xf0\xa5\x9d\x9f\xf0\xa5\x9d\xbe\xf0\xa5\xaf\x96\xf0\xa5\xb2\x97\xf0\xa5\xb3\xb2\xf0\xa6\xa1\x84\xf0\xa6\xb3\x94\xf0\xa7\x89\x93\xf0\xa7\x8b\x8c\xf0\xa7\x91\xa0\xf0\xa7\x94\xac\xf0\xa8\x8b\x88\xf0\xa9\xa9\xae\xf0\xa9\xb5\x9a\xf0\xaa\x90\x9e]",178,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe3\x9f\xa8\xe5\x81\xb3\xe5\x89\xac\xe5\xaa\x8f\xe7\xab\xaf\xe8\x80\x91\xe8\xa4\x8d\xe9\x8d\xb4\xf0\xa5\xa0\x84\xf0\xa5\xb5\xa3\xf0\xa6\xbe\xb8\xf0\xa7\xa4\x97\xf0\xa9\xa4\x9a]",46,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"du\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe7\x9f\xad\xf0\xa2\xad\x83\xf0\xa2\xb7\x96\xf0\xa3\xa0\xad\xf0\xa7\xb6\xb2]",21,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"du\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\xab\x81\xe3\xb1\xad\xe4\xa0\xaa\xe5\xa1\x85\xe6\x96\xad\xe6\x96\xb7\xe6\xa4\xb4\xe6\xae\xb5\xe6\xaf\x88\xe7\x85\x85\xe7\x91\x96\xe7\xa2\xab\xe7\xb0\x96\xe7\xb1\xaa\xe7\xb7\x9e\xe7\xbc\x8e\xe8\x85\xb6\xe8\x91\xae\xe8\xba\x96\xe9\x8d\x9b\xe9\x94\xbb\xf0\xa0\xa1\xb1\xf0\xa2\xaf\xab\xf0\xa8\xb1\x9a\xf0\xa8\xba\xa3\xf0\xa9\x8f\x87\xf0\xa9\xa4\xa3]",89,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"du\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe4\x82\x99\xe4\x9c\x83\xe4\xad\x94\xe5\x9e\x96\xe5\xa0\x86\xe5\xa1\xa0\xe5\xb5\x9f\xe7\x97\xbd\xe7\xa3\x93\xe9\x90\x9c\xe9\xb4\xad\xf0\xa0\x82\xa4\xf0\xa0\xa6\x97\xf0\xa1\x8f\xa9\xf0\xa1\x9c\xa5\xf0\xa2\x88\xb9\xf0\xa2\x9f\x8b\xf0\xa4\xa4\xb7\xf0\xa4\xb7\x8e\xf0\xa4\xb9\xb5\xf0\xa5\x91\xb5\xf0\xa7\xa7\x86\xf0\xa9\x88\x9c\xf0\xa9\xa8\xbd\xf0\xaa\x8c\xa4]",91,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"du\xc4\xab",4,NULL,0,NULL,0}, + {"[\xe3\xa8\x83\xe9\xa0\xa7\xf0\xa0\xa1\x92\xf0\xa1\x91\x88\xf0\xa6\x9e\xb1]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"du\xc7\x90",4,NULL,0,NULL,0}, + {"[\xe3\x99\x82\xe3\x9f\x8b\xe3\xa0\x9a\xe3\xac\xa3\xe3\xb3\x94\xe4\x87\x8f\xe4\xa8\xb4\xe4\xa8\xba\xe4\xac\x88\xe4\xaf\x9f\xe5\x85\x8a\xe5\x85\x8c\xe5\x85\x91\xe5\xaf\xb9\xe5\xaf\xbe\xe5\xb0\x8d\xe6\x80\xbc\xe6\x86\x9d\xe6\x86\x9e\xe6\x87\x9f\xe6\xbf\xa7\xe7\x80\xa9\xe7\xa2\x93\xe7\xa5\x8b\xe7\xb6\x90\xe8\x96\xb1\xe8\xa5\xa8\xe8\xad\x88\xe9\x90\x93\xe9\x95\xa6\xe9\x98\x9f\xe9\x99\xae\xe9\x9a\x8a\xf0\xa0\x8f\xae\xf0\xa0\x9c\x91\xf0\xa0\xab\xa8\xf0\xa1\x81\xa8\xf0\xa1\xb7\x8b\xf0\xa1\xbc\xbb\xf0\xa3\x9d\x89\xf0\xa4\x84\x9b\xf0\xa4\xae\xa9\xf0\xa5\xb9\xb2\xf0\xa6\xa1\xb7\xf0\xa6\xb6\x8f\xf0\xa8\xb9\x85\xf0\xa9\x84\xae\xf0\xa9\x85\x86\xf0\xa9\x85\xa5\xf0\xa9\x85\xb2\xf0\xa9\x88\x81\xf0\xa9\x8a\xad\xf0\xa9\x90\x8c\xf0\xaa\x92\x9b\xf0\xaa\x92\xa1]",189,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"du\xc3\xac",4,NULL,0,NULL,0}, + {"[\xe4\x83\xa6\xe4\x94\xbb\xe4\xaa\x83\xe5\x90\xa8\xe5\x99\xb8\xe5\xa2\xa9\xe5\xa2\xaa\xe6\x83\x87\xe6\x92\x89\xe6\x92\xb4\xe6\x95\xa6\xe6\xa9\x94\xe7\x8a\x9c\xe7\x8d\xa4\xe7\xa4\x85\xe8\x9c\xb3\xe8\xb9\xb2\xe8\xb9\xbe\xe9\xa9\x90\xf0\xa1\xbc\x96\xf0\xa4\xad\x9e\xf0\xa5\x82\xa6\xf0\xa6\xbc\xbf\xf0\xa7\x9d\x97\xf0\xa9\x9e\xa4]",83,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc5\xabn",4,NULL,0,NULL,0}, + {"[\xe7\x9b\xb9\xe8\xb6\xb8\xe8\xba\x89\xf0\xa3\x8e\xb4\xf0\xa7\xbf\x97]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc7\x94n",4,NULL,0,NULL,0}, + {"[\xe4\xa4\x9c\xe4\xbc\x85\xe5\x9b\xa4\xe5\xba\x89\xe6\xa5\xaf\xe6\xb2\x8c\xe6\xbd\xa1\xe7\x82\x96\xe7\x87\x89\xe7\x9b\xbe\xe7\xa0\x98\xe8\xb8\xb2\xe9\x80\x87\xe9\x81\x81\xe9\x81\xaf\xe9\x88\x8d\xe9\x92\x9d\xe9\xa0\x93\xe9\xa1\xbf\xf0\xa0\x8e\xbb\xf0\xa1\x86\xb0\xf0\xa2\xac\xbc\xf0\xa3\x97\x81\xf0\xa3\x9a\xaa\xf0\xa3\x9e\x87\xf0\xa4\x9f\xa2\xf0\xa5\xab\xac\xf0\xa5\xab\xb1\xf0\xa5\xad\x92\xf0\xa6\xaa\x94\xf0\xa6\xb0\xad\xf0\xa8\x94\xa1\xf0\xa9\x94\x82]",115,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc3\xb9n",4,NULL,0,NULL,0}, + {"\xe7\xa2\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dun",3,NULL,0,NULL,0}, + {"[\xe3\x99\x8d\xe5\x89\x9f\xe5\x92\x84\xe5\x93\x86\xe5\x9a\x89\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xb4\x9c\xe6\x8e\x87\xe6\x95\xa0\xe6\xaf\xb2\xe7\x95\x93\xe8\xa3\xb0\xf0\xa1\x8c\xad\xf0\xa2\xb3\xbd\xf0\xa6\x8d\xa6\xf0\xa7\xa2\xb5\xf0\xa9\xa2\x8e]",61,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"du\xc5\x8d",4,NULL,0,NULL,0}, + {"[\xe3\xa3\x9e\xe4\x90\xbe\xe5\x87\x99\xe5\x89\xab\xe5\x96\xa5\xe5\xa4\xba\xe5\xa5\xaa\xe6\x82\xb3\xe6\x95\x93\xe6\x95\x9a\xe6\x95\xaa\xe7\x97\xa5\xe8\xb8\xb1\xe9\x88\xac\xe9\x90\xb8\xe9\x93\x8e\xe9\xae\xb5\xf0\xa2\x9c\xac\xf0\xa2\xbc\xa0\xf0\xa4\xa2\x95\xf0\xa7\xa9\xa7\xf0\xa8\x80\x9f\xf0\xa8\x8d\x8f\xf0\xa9\x8d\x9c\xf0\xa9\x91\x92\xf0\xaa\x83\x92\xf0\xaa\x9e\x9d]",93,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"du\xc3\xb3",4,NULL,0,NULL,0}, + {"[\xe3\x96\xbc\xe3\x99\x90\xe3\x9b\x8a\xe3\xa5\xa9\xe3\xbb\x94\xe4\x92\xb3\xe4\x99\xa4\xe4\xa0\xa4\xe4\xa4\xaa\xe4\xab\x82\xe4\xaf\xac\xe4\xba\xb8\xe5\x93\x9a\xe5\x9a\xb2\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9f\xb5\xe5\xa5\xb2\xe6\x86\x9c\xe6\x8c\x85\xe6\x8c\x86\xe6\x9c\xb5\xe6\x9c\xb6\xe6\xa4\xaf\xe7\xb6\x9e\xe7\xbc\x8d\xe8\xb6\x93\xe8\xba\xb1\xe8\xba\xb2\xe8\xbb\x83\xe9\x8d\xba\xf0\xa0\x9b\xab\xf0\xa1\xb6\xb2\xf0\xa1\xba\x87\xf0\xa4\x9b\x9b\xf0\xa5\xbf\xb0\xf0\xa6\x96\x8b\xf0\xa7\x8a\xb1\xf0\xa7\x99\xa4\xf0\xa8\x89\xa1\xf0\xa8\xa6\x83\xf0\xa8\xb2\x89\xf0\xa8\xb9\x83\xf0\xa9\x83\x92\xf0\xa9\xac\xbb\xf0\xaa\x98\x89]",155,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"du\xc7\x92",4,NULL,0,NULL,0}, + {"[\xe3\x9b\x86\xe3\xbb\xa7\xe4\x85\x9c\xe4\x91\xa8\xe4\x99\x83\xe4\xa4\xbb\xe4\xa9\x94\xe4\xb2\x8a\xe5\x88\xb4\xe5\x89\x81\xe5\xa0\x95\xe5\xa2\xae\xe5\xa2\xaf\xe5\xb0\xae\xe5\xb6\x9e\xe6\x83\xb0\xe6\x9f\x81\xe6\x9f\xae\xe6\xa1\x97\xe7\x82\xa8\xe8\x88\xb5\xe8\xb7\xa2\xe8\xb7\xa5\xe8\xb7\xba\xe9\x99\x8a\xe9\x99\x8f\xe9\xa3\xbf\xe9\xa5\xb3\xe9\xb5\xbd\xf0\xa1\x93\x89\xf0\xa1\x93\xb7\xf0\xa2\xbf\x8e\xf0\xa3\x91\xa7\xf0\xa3\xa7\xb7\xf0\xa3\xb5\xba\xf0\xa3\xb5\xbb\xf0\xa4\x8b\xa8\xf0\xa4\x8c\x83\xf0\xa4\xa4\xb8\xf0\xa4\xac\xbe\xf0\xa5\x9e\x9b\xf0\xa5\xb3\x94\xf0\xa7\xa7\x87\xf0\xa7\xb1\xab\xf0\xa8\x86\x85\xf0\xa8\xac\x8d\xf0\xa9\x8a\x9c\xf0\xa9\x8e\xab]",165,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"du\xc3\xb2",4,NULL,0,NULL,0}, + {"[\xe6\x9e\xa4\xf0\xa6\x95\xb0]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"duo",3,NULL,0,NULL,0}, + {"[\xe4\x8b\xaa\xe5\xa6\xb8\xe5\xa6\xbf\xe5\xa8\xbf\xe5\xa9\x80\xe5\xb1\x99\xe7\x97\xbe\xe9\x92\xb6\xf0\xa0\xa5\x8d\xf0\xa1\xb9\xa3\xf0\xa5\x91\xba]",38,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x93",2,NULL,0,NULL,0}, + {"[\xe3\xbc\x82\xe4\x84\x89\xe4\x95\x8f\xe4\x96\xb8\xe4\xa9\xb9\xe4\xb1\xae\xe4\xb3\x97\xe4\xb3\x98\xe4\xbf\x84\xe5\x90\xaa\xe5\x9b\xae\xe5\xa8\xa5\xe5\xb3\xa8\xe5\xb3\xa9\xe6\xb6\x90\xe7\x8f\xb4\xe7\x9a\x92\xe7\x9d\x8b\xe7\xa3\x80\xe8\x8e\xaa\xe8\x9b\xbe\xe8\xa8\x9b\xe8\xaa\x90\xe8\xad\x8c\xe8\xae\xb9\xe8\xbf\x97\xe9\x88\x8b\xe9\x94\x87\xe9\x9a\xb2\xe9\xa0\x9f\xe9\xa1\x8d\xe9\xa2\x9d\xe9\xad\xa4\xe9\xb0\xaa\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb9\x85\xf0\xa0\xb7\xb8\xf0\xa1\x85\x85\xf0\xa7\x92\x8e\xf0\xa7\x94\xbc\xf0\xa7\x9a\x84\xf0\xa7\xa2\xbd\xf0\xa7\xbd\xb6\xf0\xa7\xbf\x95\xf0\xa8\xb1\x82\xf0\xa8\xb6\xaf\xf0\xa9\x8b\xbd\xf0\xa9\x91\x81\xf0\xa9\xa3\xa3\xf0\xa9\xa4\xa9]",169,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa9",2,NULL,0,NULL,0}, + {"[\xe5\x99\x81\xe6\x9e\x99\xe7\xa0\x88\xe9\xa0\x8b\xe9\xa8\x80\xf0\xa3\x84\xb0\xf0\xa3\x98\xa8\xf0\xa7\x99\x83\xf0\xa8\xb5\x8c\xf0\xa9\x92\xb0]",37,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x9b",2,NULL,0,NULL,0}, + {"[\xe3\x93\xb5\xe3\x94\xa9\xe3\x96\xbe\xe3\x97\x81\xe3\x9f\xa7\xe3\xa0\x8b\xe3\xa3\x82\xe3\xa6\x8d\xe3\xa7\x96\xe3\xa9\xb5\xe3\xae\x99\xe3\xb7\x88\xe4\x86\x93\xe4\x91\xa5\xe4\x91\xaa\xe4\x9b\x96\xe4\x9d\x88\xe4\x9e\xa9\xe4\xa3\x9e\xe4\xab\xb7\xe4\xb3\xac\xe5\x81\x94\xe5\x83\xab\xe5\x8c\x8e\xe5\x8d\xbe\xe5\x8e\x84\xe5\x91\x83\xe5\x91\x9d\xe5\x92\xa2\xe5\x92\xb9\xe5\x99\xa9\xe5\x9e\xa9\xe5\xa0\x8a\xe5\xa0\xae\xe5\xa7\xb6\xe5\xb1\xb5\xe5\xb2\x8b\xe5\xb3\x89\xe5\xb4\xbf\xe5\xbb\x85\xe6\x81\xb6\xe6\x82\xaa\xe6\x83\xa1\xe6\x84\x95\xe6\x88\xb9\xe6\x89\xbc\xe6\x8e\xa0\xe6\x90\xa4\xe6\x90\xb9\xe6\xab\xae\xe6\xad\x9e\xe6\xad\xba\xe6\xb9\x82\xe7\x90\xa7\xe7\x95\xa5\xe7\xa0\x90\xe7\xa0\xa8\xe7\xa1\x86\xe7\xa4\x98\xe8\x85\xad\xe8\x8b\x8a\xe8\x90\xbc\xe8\x95\x9a\xe8\x9a\x85\xe8\x9d\x81\xe8\xa6\xa8\xe8\xa9\xbb\xe8\xab\xa4\xe8\xae\x8d\xe8\xb0\x94\xe8\xb1\x9f\xe8\xb2\x96\xe8\xbb\x9b\xe8\xbb\xb6\xe8\xbd\xad\xe9\x81\x8c\xe9\x81\x8f\xe9\x84\x82\xe9\x88\xaa\xe9\x8d\x94\xe9\x91\xa9\xe9\x94\xb7\xe9\x96\xbc\xe9\x98\x8f\xe9\x98\xa8\xe9\x98\xb8\xe9\xa0\x9e\xe9\xa1\x8e\xe9\xa2\x9a\xe9\xa4\x93\xe9\xa4\xa9\xe9\xa5\xbf\xe9\xad\xa5\xe9\xb0\x90\xe9\xb1\xb7\xe9\xb3\x84\xe9\xb6\x9a\xe9\xb9\x97\xe9\xbd\x83\xe9\xbd\xb6\xf0\xa0\xa5\x95\xf0\xa0\xa5\x9c\xf0\xa0\xb0\x9c\xf0\xa0\xb1\xa5\xf0\xa0\xb1\xab\xf0\xa1\x80\xbe\xf0\xa1\x85\xa1\xf0\xa1\xaa\x91\xf0\xa1\xaa\x97\xf0\xa1\xb4\xaf\xf0\xa1\xbe\x99\xf0\xa2\x83\xb2\xf0\xa2\xa8\xa1\xf0\xa2\xbc\x9a\xf0\xa3\xa2\x9b\xf0\xa3\xa4\xb2\xf0\xa3\xa6\xb5\xf0\xa4\x82\xb7\xf0\xa4\x8e\xa3\xf0\xa4\xa1\xbe\xf0\xa4\xaa\x84\xf0\xa4\xad\xbc\xf0\xa4\xb8\xb1\xf0\xa5\x8b\x99\xf0\xa5\x91\xbe\xf0\xa5\x93\x88\xf0\xa5\x94\xb2\xf0\xa5\xaf\xb3\xf0\xa6\x8a\xaa\xf0\xa6\x9b\x85\xf0\xa7\x8a\x9c\xf0\xa7\x8c\x84\xf0\xa7\x8d\xac\xf0\xa7\xa0\x9e\xf0\xa7\xa8\x9f\xf0\xa7\xad\xaa\xf0\xa7\xbc\x8e\xf0\xa8\x82\x81\xf0\xa8\x83\x83\xf0\xa8\x8c\xa7\xf0\xa8\xa4\x95\xf0\xa8\xb8\xb7\xf0\xa8\xba\xa8\xf0\xa9\x87\xa0\xf0\xa9\x89\xb4\xf0\xa9\x8a\xa2\xf0\xa9\x8b\x8a\xf0\xa9\x90\xb0\xf0\xa9\x95\x9f\xf0\xa9\x95\xac\xf0\xa9\x96\x80\xf0\xa9\x9a\xac\xf0\xa9\xa8\xae\xf0\xa9\xaa\xa4\xf0\xa9\xb8\x87\xf0\xa9\xb8\x8b\xf0\xa9\xb8\x96\xf0\xa9\xbd\xb9\xf0\xaa\x80\x9d\xf0\xaa\x85\xb4\xf0\xaa\x98\x8a\xf0\xaa\x98\x90\xf0\xaa\x99\xaf]",554,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa8",2,NULL,0,NULL,0}, + {"[\xe6\x93\x9c\xe9\xb5\x88]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"[\xe8\xaa\x92\xe8\xaf\xb6]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa9i",3,NULL,0,NULL,0}, + {"[\xe5\xa5\x80\xe6\x81\xa9\xe7\x85\xbe\xe8\x92\xbd\xf0\xa1\x9f\xaf\xf0\xa4\x87\xaf\xf0\xa4\xab\xb9]",26,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x93n",3,NULL,0,NULL,0}, + {"[\xe4\x85\xb0\xe5\xb3\x8e\xf0\xa1\xb5\x96\xf0\xa1\xb7\x90]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x9bn",3,NULL,0,NULL,0}, + {"[\xe4\xac\xb6\xe4\xad\x93\xe4\xad\xa1\xe6\x91\x81]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa8n",3,NULL,0,NULL,0}, + {"\xe9\x9e\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x93ng",4,NULL,0,NULL,0}, + {"[\xe3\x96\x87\xe3\xa7\xab\xe4\x8b\xa9\xe4\x8e\x9f\xe4\x8e\xa0\xe4\xae\x98\xe4\xbe\x95\xe5\x84\xbf\xe5\x85\x90\xe5\x85\x92\xe5\x94\xb2\xe5\xb3\x8f\xe6\xa0\xad\xe6\xb4\x8f\xe7\xb2\xab\xe8\x80\x8c\xe8\x81\x8f\xe8\x83\xb9\xe8\x8d\x8b\xe8\xa2\xbb\xe8\xbc\x80\xe8\xbd\x9c\xe9\x99\x91\xe9\x9a\xad\xe9\xab\xb5\xe9\xae\x9e\xe9\xb2\x95\xe9\xb4\xaf\xe9\xb8\xb8\xf0\xa1\xa6\x95\xf0\xa3\xa9\x9a\xf0\xa4\xbd\x93\xf0\xa5\x85\xa1\xf0\xa6\x93\x93\xf0\xa6\x93\x94\xf0\xa8\x8e\xaa\xf0\xa9\xb0\xb4\xf0\xa9\xb1\x8a\xf0\xaa\x95\xa8]",129,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa9r",3,NULL,0,NULL,0}, + {"[\xe3\x9a\xb7\xe3\xa2\xbd\xe4\x8b\x99\xe4\x8c\xba\xe5\x8e\xbc\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe6\xa0\xae\xe6\xaf\xa6\xe6\xb4\xb1\xe7\x88\xbe\xe7\x8f\xa5\xe8\x80\xb3\xe8\x96\xbe\xe8\xb6\xb0\xe8\xbf\xa9\xe9\x82\x87\xe9\x93\x92\xe9\xa4\x8c\xe9\xa5\xb5\xe9\xa7\xac\xf0\xa2\x80\xaa\xf0\xa6\x97\xbc\xf0\xa7\x8c\xa3\xf0\xa9\x9a\xaa\xf0\xa9\xb1\x93\xf0\xaa\x95\x94]",92,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x9br",3,NULL,0,NULL,0}, + {"[\xe3\x92\x83\xe3\x9b\x85\xe4\x8e\xb6\xe4\x8f\xaa\xe4\xa3\xb5\xe4\xba\x8c\xe4\xbd\xb4\xe5\x88\xb5\xe5\x92\xa1\xe5\xbc\x8d\xe5\xbc\x90\xe6\xa8\xb2\xe8\xa1\x88\xe8\xaa\x80\xe8\xb2\xae\xe8\xb2\xb3\xe8\xb4\xb0\xe9\x89\xba\xf0\xa0\x9a\xa7\xf0\xa2\x84\xbd\xf0\xa3\xa7\xb9\xf0\xa6\x96\xa2\xf0\xaa\x90\xb0]",76,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa8r",3,NULL,0,NULL,0}, + {"[\xe5\x82\xa0\xe5\x8f\x91\xe5\xbd\x82\xe6\xb2\xb7\xe7\x99\xba\xe7\x99\xbc\xe9\x85\xa6\xe9\x86\xb1\xf0\xa4\xbf\x93]",30,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe3\x95\xb9\xe3\x98\xba\xe4\x87\x85\xe4\xa3\xb9\xe4\xb9\x8f\xe4\xbc\x90\xe5\x9e\xa1\xe5\xa7\x82\xe6\xa0\xb0\xe6\xa9\x83\xe6\xb5\x8c\xe7\x96\xba\xe7\x9e\x82\xe7\xa0\x9d\xe7\xad\x8f\xe7\xbd\x9a\xe7\xbd\xb0\xe7\xbd\xb8\xe8\x8c\xb7\xe8\x97\x85\xe9\x96\xa5\xe9\x98\x80\xf0\xa0\x9e\xb5\xf0\xa4\x87\xb0\xf0\xa5\xa9\xb1\xf0\xa6\xaa\x91\xf0\xa8\x80\xb3\xf0\xa8\x8b\xba]",92,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xa1",3,NULL,0,NULL,0}, + {"[\xe4\x82\xb2\xe4\xbd\xb1\xe6\xb3\x95\xe7\x81\x8b\xf0\xa4\xa3\xb9\xf0\xa5\x8e\xb0]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe3\x9b\xb2\xe7\x8f\x90\xe7\x90\xba\xe8\x95\x9f\xe9\xab\xaa\xe9\xab\xae\xf0\xa7\xac\x8b]",24,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xa0",3,NULL,0,NULL,0}, + {"[\xe9\x8d\x85\xf0\xa0\xb2\x8e]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fa",2,NULL,0,NULL,0}, + {"[\xe4\xaa\x9b\xe5\x8b\xab\xe5\x99\x83\xe5\xac\x8f\xe5\xb8\x86\xe5\xb9\xa1\xe6\x86\xa3\xe6\x97\x99\xe6\x97\x9b\xe7\x95\xaa\xe7\xb1\x93\xe7\xb9\x99\xe7\xbf\xbb\xe8\x95\x83\xe8\x97\xa9\xe8\xa8\x89\xe8\xbd\x93\xe9\xa2\xbf\xe9\xa3\x9c\xe9\xb1\x95\xf0\xa4\x84\xab\xf0\xa6\xaa\x96\xf0\xa7\xa6\x9f]",74,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe3\xa0\xb6\xe3\xb8\x8b\xe3\xba\x95\xe4\x80\x9f\xe4\x89\x92\xe4\x8a\xa9\xe4\x8b\xa3\xe4\x8b\xa6\xe4\x8c\x93\xe4\x95\xb0\xe4\xaa\xa4\xe4\xab\xb6\xe4\xad\xb5\xe4\xae\xb3\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\xa2\xa6\xe5\xbf\x9b\xe6\x9d\x8b\xe6\x9f\x89\xe6\xa3\xa5\xe6\xa8\x8a\xe6\xa9\x8e\xe6\xb8\xa2\xe7\x80\xaa\xe7\x80\xbf\xe7\x83\xa6\xe7\x85\xa9\xe7\x87\x94\xe7\x92\xa0\xe7\x9f\xbe\xe7\xa4\xac\xe7\xac\xb2\xe7\xb1\xb5\xe7\xb7\x90\xe7\xb9\x81\xe7\xbe\xb3\xe8\x86\xb0\xe8\x88\xa7\xe8\x96\xa0\xe8\x98\xa9\xe8\xa0\x9c\xe8\xa5\x8e\xe8\xb9\xaf\xe9\x90\x87\xe9\x90\xa2\xe9\x92\x92\xe9\xb7\xad\xf0\xa2\x90\xb2\xf0\xa2\xb6\x83\xf0\xa3\x94\xb6\xf0\xa5\xa2\x8c\xf0\xa5\xb8\xa8\xf0\xa5\xbb\xab\xf0\xa5\xbc\x9e\xf0\xa5\xbf\x8b\xf0\xa6\x8a\xbb\xf0\xa6\xa8\xb2\xf0\xa7\x80\xad\xf0\xa7\x8a\xbe\xf0\xa7\xa2\x9c\xf0\xa8\x86\x8c\xf0\xa8\x99\xae\xf0\xa8\x9f\x84\xf0\xa9\xa7\x85\xf0\xa9\xa8\x8f\xf0\xaa\x96\x87]",225,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xa1n",4,NULL,0,NULL,0}, + {"[\xe3\xbd\xb9\xe4\x9b\x80\xe4\xa1\x8a\xe5\x8f\x8d\xe6\x89\x95\xe8\xbf\x94\xe9\x87\xa9\xf0\xa2\x97\xb0\xf0\xa6\x9c\x92]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\x95\xa8\xe3\x9b\xaf\xe3\xa4\x86\xe3\xb4\x80\xe3\xb6\x97\xe3\xbc\x9d\xe4\x80\x80\xe4\x89\x8a\xe4\x90\xaa\xe4\x92\xa6\xe4\xa3\xb2\xe5\xa5\xbf\xe5\xa9\x8f\xe5\xac\x8e\xe6\xa2\xb5\xe6\xb0\xbe\xe6\xb1\x8e\xe6\xb3\x9b\xe6\xbb\xbc\xe7\x8a\xaf\xe7\x95\x88\xe7\x9b\x95\xe7\xac\xb5\xe7\xaf\x84\xe8\x8c\x83\xe8\xb2\xa9\xe8\xb4\xa9\xe8\xbb\x93\xe8\xbb\xac\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa5\xad\xf0\xa0\x86\xa9\xf0\xa0\x92\xbe\xf0\xa1\x81\x88\xf0\xa1\x97\xb9\xf0\xa1\x9c\x80\xf0\xa1\xa4\x8e\xf0\xa1\xb6\x89\xf0\xa2\x87\xaa\xf0\xa3\xb3\x9c\xf0\xa4\x84\x91\xf0\xa4\xac\xa8\xf0\xa4\xad\x8d\xf0\xa5\x83\xb5\xf0\xa5\x85\x92\xf0\xa5\xb9\x87\xf0\xa7\x81\x89\xf0\xa7\x89\xa4\xf0\xa7\x8d\x99\xf0\xa8\xa0\x92\xf0\xa9\xa1\xab\xf0\xa9\xa8\xa9]",182,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xa0n",4,NULL,0,NULL,0}, + {"\xe8\x88\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fan",3,NULL,0,NULL,0}, + {"[\xe4\x84\xb1\xe5\x8c\x9a\xe5\x9d\x8a\xe6\x96\xb9\xe6\x9e\x8b\xe6\xb1\xb8\xe6\xb7\x93\xe7\x89\xa5\xe8\x8a\xb3\xe8\x9a\x84\xe9\x82\xa1\xe9\x88\x81\xe9\x92\xab\xe9\xb4\x8b\xf0\xa5\xab\xb3\xf0\xa9\x87\xb4\xf0\xa9\xb2\x8c\xf0\xaa\x95\x83]",60,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe3\xa4\x83\xe5\x9f\x85\xe5\xa6\xa8\xe6\x88\xbf\xe8\x82\xaa\xe9\x98\xb2\xe9\xad\xb4\xe9\xb0\x9f\xe9\xb2\x82\xf0\xa9\x97\xa7\xf0\xa9\xb7\xb8]",37,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xa1ng",5,NULL,0,NULL,0}, + {"[\xe3\x91\x82\xe3\x95\xab\xe3\xa7\x8d\xe3\xaf\x90\xe4\xa2\x8d\xe4\xb2\xb1\xe4\xbb\xbf\xe5\x80\xa3\xe5\xbd\xb7\xe6\x97\x8a\xe6\x98\x89\xe6\x98\x98\xe7\x93\xac\xe7\x9c\x86\xe7\xb4\xa1\xe7\xba\xba\xe8\x88\xab\xe8\xa8\xaa\xe8\xae\xbf\xe9\xab\xa3\xe9\xb6\xad\xf0\xa3\x84\x85]",69,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe6\x94\xbe\xe8\xb6\xbd\xf0\xa8\xbe\x94]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xa0ng",5,NULL,0,NULL,0}, + {"[\xe5\xa0\x8f\xe9\x8c\xba]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fang",4,NULL,0,NULL,0}, + {"[\xe2\xbb\x9c\xe3\xab\xb5\xe4\xa9\x81\xe5\x95\xa1\xe5\xa6\x83\xe5\xa9\x93\xe6\x89\x89\xe6\xb8\x84\xe7\x8c\x86\xe7\xb7\x8b\xe7\xbb\xaf\xe8\x8f\xb2\xe8\x9c\x9a\xe8\xa3\xb6\xe9\x9c\x8f\xe9\x9d\x9e\xe9\x9d\x9f\xe9\xa3\x9b\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa4\xa5\xe9\xa6\xa1\xe9\xa8\x91\xe9\xa8\x9b\xe9\xb2\xb1\xf0\xa2\x91\xae\xf0\xa5\x87\x96\xf0\xa6\xb1\xb7\xf0\xa8\xb5\x88\xf0\xa9\x87\xab\xf0\xa9\x99\xb2\xf0\xa9\xa6\x8e\xf0\xa9\xb9\x89\xf0\xaa\x81\xb9]",113,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc4\x93i",4,NULL,0,NULL,0}, + {"[\xe4\x88\x88\xe6\xb7\x9d\xe8\x82\xa5\xe8\x85\x93\xe8\x9c\xb0\xe8\x9f\xa6\xf0\xa4\xb7\x82\xf0\xa5\xad\xac\xf0\xa7\x93\x96\xf0\xa9\x87\xaf\xf0\xa9\x87\xbd]",40,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xa9i",4,NULL,0,NULL,0}, + {"[\xe3\xa5\xb1\xe4\x95\x81\xe4\xa8\xbd\xe5\x8c\xaa\xe5\xa5\x9c\xe6\x82\xb1\xe6\x96\x90\xe6\x9c\x8f\xe6\xa3\x90\xe6\xa6\xa7\xe7\xaf\x9a\xe7\xbf\xa1\xe8\x95\x9c\xe8\xaa\xb9\xe8\xaf\xbd\xf0\xa0\x8f\xbf\xf0\xa2\xbe\xba\xf0\xa3\x8d\xa7\xf0\xa5\x9f\x8d\xf0\xa5\xa0\xb6\xf0\xa6\x83\x84\xf0\xa6\x88\x97\xf0\xa7\x8d\x83\xf0\xa7\x95\x92\xf0\xa7\x95\xbf\xf0\xa9\x84\xbc]",91,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc4\x9bi",4,NULL,0,NULL,0}, + {"[\xe3\x94\x97\xe3\xa9\x8c\xe3\xb5\x92\xe3\xb9\x83\xe4\x86\x8f\xe4\x89\xac\xe4\x91\x94\xe4\x92\x88\xe4\x95\xa0\xe4\x9a\xa8\xe4\x9b\x8d\xe4\xa0\x8a\xe4\xa4\xb5\xe4\xa8\xbe\xe4\xb0\x81\xe4\xbf\xb7\xe5\x89\x95\xe5\x8e\x9e\xe5\x90\xa0\xe5\xb1\x9d\xe5\xba\x9f\xe5\xbb\x83\xe5\xbb\xa2\xe6\x98\xb2\xe6\x9b\x8a\xe6\x9d\xae\xe6\xab\xa0\xe6\xb2\xb8\xe6\xbf\xb7\xe7\x8b\x92\xe7\x96\xbf\xe7\x97\xb1\xe7\x99\x88\xe8\x82\xba\xe8\x83\x87\xe8\x8a\xbe\xe8\x90\x89\xe8\xb2\xbb\xe8\xb4\xb9\xe9\x90\xa8\xe9\x95\x84\xe9\x99\xab\xe9\x9d\x85\xe9\xaf\xa1\xe9\xbc\xa3\xf0\xa0\xae\x86\xf0\xa1\x8c\xa6\xf0\xa2\x92\x8d\xf0\xa2\xb3\x81\xf0\xa3\x99\xbf\xf0\xa4\xba\x95\xf0\xa4\xbc\xba\xf0\xa5\x84\xb1\xf0\xa5\x9d\x8a\xf0\xa5\x9d\x8b\xf0\xa7\x8c\x98\xf0\xa7\x91\x88\xf0\xa7\x9a\x86\xf0\xa7\x9d\x87\xf0\xa8\xbb\x83\xf0\xa9\x86\xa6\xf0\xa9\x87\xae\xf0\xa9\xaf\x83\xf0\xa9\xb0\xbe\xf0\xa9\xb1\x8e\xf0\xa9\xb5\xa5\xf0\xaa\x82\x8f\xf0\xab\x82\x88]",229,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xa8i",4,NULL,0,NULL,0}, + {"[\xe5\xa9\x94\xe6\x9a\x83]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fei",3,NULL,0,NULL,0}, + {"[\xe3\xa4\x8b\xe3\xac\x9f\xe5\x85\x9d\xe5\x85\xba\xe5\x88\x86\xe5\x90\xa9\xe5\x93\x9b\xe5\xb8\x89\xe6\x98\x90\xe6\x9c\x86\xe6\xa3\xbb\xe6\xb0\x9b\xe7\x87\x93\xe7\xb4\x9b\xe7\xba\xb7\xe7\xbf\x82\xe8\x8a\xac\xe8\xa1\xaf\xe8\xa8\x9c\xe9\x85\x9a\xe9\x88\x96\xe9\x9b\xb0\xe9\xa4\xb4\xe9\xa5\x99\xf0\xa2\x81\xa4\xf0\xa3\xac\xa9\xf0\xa3\xaf\xbb\xf0\xa3\xb1\xa6\xf0\xa4\x94\x9f\xf0\xa6\x90\x88\xf0\xa7\xbf\x9a\xf0\xa8\xb3\xa3\xf0\xa8\xb7\x92\xf0\xa9\xa1\xb7\xf0\xa9\xa2\x88\xf0\xa9\xb0\x9f]",122,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc4\x93n",4,NULL,0,NULL,0}, + {"[\xe3\xb7\x8a\xe3\xb8\xae\xe4\xa9\xbf\xe4\xb4\x85\xe5\x9d\x9f\xe5\xa2\xb3\xe5\xa6\xa2\xe5\xb2\x8e\xe5\xb9\xa9\xe6\x9c\x8c\xe6\x9e\x8c\xe6\xa2\xa4\xe6\xa3\xbc\xe6\xa9\xa8\xe6\xb1\xbe\xe6\xbf\x86\xe7\x82\x83\xe7\x84\x9a\xe7\x87\x8c\xe7\xbe\x92\xe7\xbe\xb5\xe8\x82\xa6\xe8\x92\xb6\xe8\x95\xa1\xe8\x9a\xa0\xe8\x9a\xa1\xe8\xb1\xae\xe8\xb1\xb6\xe8\xbd\x92\xe9\x90\xbc\xe9\x9a\xab\xe9\xa6\x9a\xe9\xa6\xa9\xe9\xad\xb5\xe9\xbb\x82\xe9\xbc\x96\xe9\xbc\xa2\xf0\xa0\x9b\xb8\xf0\xa2\x8a\xb1\xf0\xa2\xb4\xa2\xf0\xa3\xb8\xa3\xf0\xa5\xb3\xa1\xf0\xa6\x8d\x8f\xf0\xa6\x8d\xaa\xf0\xa6\xa6\x91\xf0\xa6\xb0\x9b\xf0\xa7\xae\xb1\xf0\xa7\xb7\x90\xf0\xa8\x8e\xbe\xf0\xa9\x89\xb5\xf0\xa9\xbf\x88]",169,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xa9n",4,NULL,0,NULL,0}, + {"[\xe3\xa5\xb9\xe7\xb2\x89\xe9\xbb\xba\xf0\xa0\xb5\xae\xf0\xa1\xa8\x96\xf0\xa2\x9a\x85\xf0\xa6\xb6\x9a]",27,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc4\x9bn",4,NULL,0,NULL,0}, + {"[\xe3\xb1\xb5\xe3\xbf\x8e\xe4\xbb\xbd\xe5\x81\xbe\xe5\x83\xa8\xe5\xa5\x8b\xe5\xa5\xae\xe5\xbc\x85\xe5\xbf\xbf\xe6\x84\xa4\xe6\x86\xa4\xe7\x80\xb5\xe7\xa7\x8e\xe7\xb2\xaa\xe7\xb3\x9e\xe8\x86\xb9\xe9\xb1\x9d\xe9\xb2\xbc\xf0\xa0\xbb\xab\xf0\xa1\x8a\x84\xf0\xa1\x8a\x85\xf0\xa2\x85\xaf\xf0\xa2\xa7\x9d\xf0\xa2\xb9\x94\xf0\xa4\x96\x98\xf0\xa4\x97\xb8\xf0\xa4\x98\x9d\xf0\xa4\xb0\xaa\xf0\xa5\x82\x99\xf0\xa5\xb9\xbb\xf0\xa5\xbd\x92\xf0\xa8\xa4\x98\xf0\xa8\xa4\x9a\xf0\xa9\xb8\x82]",120,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xa8n",4,NULL,0,NULL,0}, + {"[\xe7\xab\x95\xe8\xba\xae]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fen",3,NULL,0,NULL,0}, + {"[\xe2\xbb\x9b\xe3\x90\xbd\xe3\x92\xa5\xe3\x9b\x94\xe3\x9c\x82\xe3\xa0\xa6\xe4\x80\xb1\xe4\x92\xa0\xe4\xb8\xb0\xe4\xbb\xb9\xe5\x81\x91\xe5\x83\xbc\xe5\x87\xa8\xe5\x87\xac\xe5\x87\xae\xe5\xa6\xa6\xe5\xaf\xb7\xe5\xb0\x81\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb4\xb6\xe6\x9e\xab\xe6\xa1\xbb\xe6\xa5\x93\xe6\xaa\x92\xe6\xb2\xa3\xe6\xb2\xa8\xe7\x81\x83\xe7\x83\xbd\xe7\x8a\x8e\xe7\x8c\xa6\xe7\x96\xaf\xe7\x98\x8b\xe7\x9b\xbd\xe7\xa0\x9c\xe7\xa2\xb8\xe7\xaf\x88\xe8\x91\x91\xe8\x98\xb4\xe8\x9c\x82\xe8\xa0\xad\xe8\xb1\x90\xe9\x84\xb7\xe9\x85\x86\xe9\x8b\x92\xe9\x8f\xa0\xe9\x94\x8b\xe9\x97\x8f\xe9\x9c\xbb\xe9\x9d\x8a\xe9\xa2\xa8\xe9\xa3\x8c\xe9\xa3\x8e\xe9\xba\xb7\xf0\xa1\xa8\x9b\xf0\xa1\xb5\x9e\xf0\xa2\x93\xb1\xf0\xa4\x96\x80\xf0\xa5\xb7\x9c\xf0\xa5\xbd\x88\xf0\xa6\x9c\x81\xf0\xa7\x86\x89\xf0\xa7\xa5\xb9\xf0\xa7\xbe\xb3\xf0\xa8\xa9\xa5\xf0\xa8\xba\xa2\xf0\xa9\x89\xa7\xf0\xa9\x8a\xa9\xf0\xa9\x98\xb5\xf0\xa9\x99\x90\xf0\xa9\x99\xa3]",232,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc4\x93ng",5,NULL,0,NULL,0}, + {"[\xe3\xa6\x80\xe3\xb5\xaf\xe4\x8f\x8e\xe4\x99\x9c\xe4\xa9\xbc\xe5\x86\xaf\xe5\xa0\xb8\xe5\xa4\x86\xe6\x8d\x80\xe6\x91\x93\xe6\xb5\xb2\xe6\xbc\xa8\xe7\xb6\x98\xe8\x89\x82\xe9\x80\xa2\xe9\xa6\xae\xf0\xa5\x8d\xae\xf0\xa5\x9b\x9d\xf0\xa7\x8d\xaf\xf0\xa8\x9d\xad\xf0\xa8\xb2\xab]",70,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xa9ng",5,NULL,0,NULL,0}, + {"[\xe4\x9f\xaa\xe5\x94\xaa\xe8\xa6\x82\xe8\xab\xb7\xe8\xae\xbd\xf0\xa2\x87\xab\xf0\xa6\xa7\x81\xf0\xa9\x8b\xae\xf0\xaa\x90\x83]",33,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc4\x9bng",5,NULL,0,NULL,0}, + {"[\xe3\xa1\x9d\xe4\xbf\xb8\xe5\x87\xa4\xe5\xa5\x89\xe6\xb9\x97\xe7\x84\xa8\xe7\x85\x88\xe7\x94\xae\xe7\xb8\xab\xe7\xbc\x9d\xe8\xb3\xb5\xe8\xb5\x97\xe9\xb3\xaf\xe9\xb3\xb3\xe9\xb4\x8c\xf0\xa0\xa3\xa1\xf0\xa3\xbf\x9d\xf0\xa5\x8a\x92\xf0\xa9\x90\xaf\xf0\xa9\xaa\x8c]",67,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xa8ng",5,NULL,0,NULL,0}, + {"[\xe6\xba\x84\xe7\x90\x92\xe8\x98\x95\xe9\x8e\xbd]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"feng",4,NULL,0,NULL,0}, + {"\xe8\xa6\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fi\xc3\xa0o",5,NULL,0,NULL,0}, + {"[\xe4\xbb\x8f\xe5\x9d\xb2\xf0\xa7\xa5\x9a\xf0\xa7\xbc\xb4]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xb3",3,NULL,0,NULL,0}, + {"\xe6\xa2\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fo",2,NULL,0,NULL,0}, + {"\xf0\xa4\x8a\xbb",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc5\x8du",4,NULL,0,NULL,0}, + {"[\xe7\xb4\x91\xe8\xa3\xa6\xf0\xa7\x89\x88]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xb3u",4,NULL,0,NULL,0}, + {"[\xe5\x90\xa6\xe5\xa6\x9a\xe6\xae\x95\xe7\xbc\xb6\xe7\xbc\xb9\xe7\xbc\xbb\xe9\x9b\xac\xe9\xb4\x80\xf0\xa1\x9c\x8a\xf0\xa4\xbd\xa6\xf0\xa7\x8a\xa6\xf0\xa8\x9b\x94\xf0\xa9\x82\x86]",46,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xe3\x95\x8a\xe3\xa9\xa4\xe3\xad\xaa\xe3\xb2\x97\xe4\x83\xbf\xe4\x84\xae\xe4\x8e\x94\xe4\x93\x8f\xe4\x93\xb5\xe4\xb1\x90\xe4\xb4\xb8\xe4\xbc\x95\xe5\x91\x8b\xe5\x9e\xba\xe5\xa4\xab\xe5\xa6\x8b\xe5\xa7\x87\xe5\xa8\x90\xe5\xad\xb5\xe5\xb0\x83\xe6\x80\xa4\xe6\x87\xaf\xe6\x95\xb7\xe6\x97\x89\xe6\x9f\x8e\xe7\x8e\x9e\xe7\x97\xa1\xe7\xa0\x86\xe7\xa8\x83\xe7\xad\x9f\xe7\xb3\x90\xe7\xb4\xa8\xe7\xb6\x92\xe8\x82\xa4\xe8\x86\x9a\xe8\x8d\x82\xe8\x8d\xb4\xe8\xa1\xad\xe8\xb1\xa7\xe8\xb6\xba\xe8\xb7\x97\xe9\x82\x9e\xe9\x84\x9c\xe9\x88\x87\xe9\xb3\xba\xe9\xba\xa9\xe9\xba\xac\xe9\xba\xb1\xe9\xba\xb8\xf0\xa1\x8f\xaa\xf0\xa1\xab\xba\xf0\xa1\xac\x87\xf0\xa2\x97\xb2\xf0\xa3\x98\xa7\xf0\xa3\x9e\x92\xf0\xa4\x86\xae\xf0\xa4\x99\xa4\xf0\xa5\x84\x93\xf0\xa5\x92\xab\xf0\xa5\xb1\x80\xf0\xa5\xbc\xbc\xf0\xa6\x87\x81\xf0\xa6\x96\x80\xf0\xa6\xba\x89\xf0\xa7\x80\xae\xf0\xa7\x80\xb4\xf0\xa8\x81\x92\xf0\xa9\xb5\xa9\xf0\xa9\xbd\xba\xf0\xa9\xbf\xa7\xf0\xaa\x8a\x90\xf0\xab\x93\xa7]",241,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe3\x9a\x95\xe3\x9c\x91\xe3\x9f\x8a\xe3\xa0\x85\xe3\xaa\x84\xe3\xab\x99\xe4\x8b\xb9\xe4\x8c\xbf\xe4\x8d\x96\xe4\x91\xa7\xe4\x95\x8e\xe4\x98\xa0\xe4\x9e\x9e\xe4\x9f\xae\xe4\xa1\x8d\xe4\xa8\x97\xe4\xad\xae\xe4\xb3\x95\xe4\xb5\xbe\xe4\xb9\x80\xe4\xbc\x8f\xe4\xbd\x9b\xe4\xbf\x98\xe5\x86\xb9\xe5\x87\xab\xe5\x88\x9c\xe5\x8c\x90\xe5\x92\x88\xe5\x93\xb9\xe5\x9e\x98\xe5\xad\x9a\xe5\xb2\xaa\xe5\xb7\xbf\xe5\xb9\x85\xe5\xb9\x9e\xe5\xbc\x97\xe5\xbd\xbf\xe6\x80\xab\xe6\x89\xb6\xe6\x8b\x82\xe6\x9c\x8d\xe6\x9e\x8e\xe6\x9f\xab\xe6\xa0\xbf\xe6\xa1\xb4\xe6\xa3\xb4\xe6\xa6\x91\xe6\xb0\x9f\xe6\xb3\xad\xe6\xb4\x91\xe6\xb5\xae\xe6\xb6\xaa\xe6\xbe\x93\xe7\x82\xa5\xe7\x83\xb0\xe7\x8e\xb8\xe7\x90\x88\xe7\x94\xb6\xe7\x95\x89\xe7\x95\x90\xe7\x99\x81\xe7\xa0\xa9\xe7\xa5\x93\xe7\xa6\x8f\xe7\xa8\xaa\xe7\xac\xa6\xe7\xac\xb0\xe7\xae\x99\xe7\xb2\xb0\xe7\xb4\xb1\xe7\xb4\xbc\xe7\xb5\xa5\xe7\xb6\x8d\xe7\xbb\x82\xe7\xbb\x8b\xe7\xbd\x98\xe7\xbd\xa6\xe7\xbf\x87\xe8\x89\x80\xe8\x89\xb4\xe8\x8a\x99\xe8\x8a\xa3\xe8\x8b\xbb\xe8\x8c\x80\xe8\x8c\xaf\xe8\x8e\xa9\xe8\x8f\x94\xe8\x91\x8d\xe8\x99\x99\xe8\x9a\xa8\xe8\x9c\x89\xe8\x9d\xa0\xe8\xa2\xb1\xe8\xa5\x86\xe8\xab\xa8\xe8\xb8\xbe\xe8\xbc\xbb\xe8\xbe\x90\xe9\x83\x9b\xe9\x89\x98\xe9\x89\x9c\xe9\x9f\x8d\xe9\x9f\xa8\xe9\xa2\xab\xe9\xab\xb4\xe9\xae\x84\xe9\xb3\xa7\xe9\xb4\x94\xe9\xb5\xa9\xe9\xb6\x9d\xe9\xbb\xbb\xf0\xa0\xac\x9d\xf0\xa0\xb2\xbd\xf0\xa1\x9e\xaa\xf0\xa1\xa0\x9e\xf0\xa1\xa6\x84\xf0\xa2\x80\xbc\xf0\xa2\x81\x80\xf0\xa2\x82\x80\xf0\xa2\x8c\xb9\xf0\xa2\x8f\x8d\xf0\xa2\x92\x92\xf0\xa2\x9e\xa6\xf0\xa2\xb0\x86\xf0\xa3\x80\xa3\xf0\xa3\x80\xbe\xf0\xa3\x86\xb5\xf0\xa3\x91\xbf\xf0\xa3\xad\x98\xf0\xa3\xb9\x8b\xf0\xa3\xbb\x9c\xf0\xa3\xbf\x86\xf0\xa4\x89\xa8\xf0\xa4\x9d\x9f\xf0\xa4\xa0\xaa\xf0\xa4\xb1\xbd\xf0\xa4\xb6\x96\xf0\xa5\x84\x91\xf0\xa5\x98\xac\xf0\xa5\xa6\x98\xf0\xa5\xa7\xb7\xf0\xa5\xaa\x8b\xf0\xa5\xaa\x9a\xf0\xa5\xb0\x9b\xf0\xa5\xbe\xa7\xf0\xa6\x8a\xa6\xf0\xa6\x8a\xbe\xf0\xa6\x8e\xad\xf0\xa6\x90\xa1\xf0\xa6\x91\xb9\xf0\xa6\xa8\x88\xf0\xa6\xa8\x8b\xf0\xa6\xa8\xa1\xf0\xa6\xa9\xa1\xf0\xa6\xae\xb9\xf0\xa6\xb2\xab\xf0\xa6\xb3\x93\xf0\xa6\xbd\x8f\xf0\xa6\xbf\x81\xf0\xa7\x96\x9a\xf0\xa7\xa5\xb1\xf0\xa7\xb3\x82\xf0\xa7\xb4\x8c\xf0\xa7\xbc\x97\xf0\xa7\xbc\xb1\xf0\xa7\xbf\xb3\xf0\xa8\x8c\xa5\xf0\xa8\xb5\x9f\xf0\xa9\x82\x94\xf0\xa9\x82\x95\xf0\xa9\x89\xbd\xf0\xa9\x8b\x9f\xf0\xa9\x8b\xa8\xf0\xa9\x8e\x9b\xf0\xa9\x90\x9a\xf0\xa9\x93\x96\xf0\xa9\x96\xac\xf0\xa9\x96\xbc\xf0\xa9\x9c\xb2\xf0\xa9\xa0\xb7\xf0\xa9\xa2\xb0\xf0\xa9\xb3\x8e\xf0\xab\x9a\x92]",623,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe3\x93\xa1\xe3\x95\xae\xe4\x8b\xa8\xe4\x8c\x97\xe4\x97\x84\xe4\xa9\x89\xe4\xab\x8d\xe4\xab\x9d\xe4\xb9\xb6\xe4\xbf\x8c\xe4\xbf\x9b\xe4\xbf\xaf\xe5\x91\x92\xe5\x98\xb8\xe5\xba\x9c\xe5\xbc\xa3\xe6\x8a\x9a\xe6\x8b\x8a\xe6\x8d\xac\xe6\x92\xa8\xe6\x92\xab\xe6\x96\xa7\xe6\xbb\x8f\xe7\x84\xa4\xe7\x94\xab\xe7\x9b\x99\xe7\xb0\xa0\xe8\x83\x95\xe8\x85\x90\xe8\x85\x91\xe8\x9c\x85\xe8\xbc\x94\xe8\xbe\x85\xe9\x83\x99\xe9\x87\x9c\xe9\x87\xa1\xe9\xa0\xab\xe9\xac\xb4\xe9\xb3\xac\xe9\xbb\xbc\xf0\xa0\x9f\x8c\xf0\xa2\x97\xab\xf0\xa2\xaf\x8b\xf0\xa2\xbb\x80\xf0\xa3\xa5\x8b\xf0\xa4\x99\xad\xf0\xa4\xbf\xad\xf0\xa5\x92\xb0\xf0\xa6\x8e\x8e\xf0\xa7\x89\x8a\xf0\xa8\x91\x91\xf0\xa9\x91\xac\xf0\xa9\x92\x99\xf0\xa9\xb3\x90\xf0\xaa\x82\x80]",182,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe2\xbb\x8f\xe2\xbb\x96\xe3\x99\x8f\xe3\x9a\x86\xe3\xa4\x94\xe3\xa4\xb1\xe3\xac\xbc\xe3\xb3\x87\xe3\xb7\x86\xe3\xbd\xac\xe3\xbe\x88\xe4\x82\xa4\xe4\x92\x84\xe4\x92\x87\xe4\x94\xb0\xe4\x98\x80\xe4\x9d\xbe\xe4\x9e\x9c\xe4\x9e\xaf\xe4\x9e\xb8\xe4\x9f\x94\xe4\xa0\xb5\xe4\xa6\xa3\xe4\xa8\xb1\xe4\xad\xbb\xe4\xae\x9b\xe4\xbb\x98\xe5\x81\xa9\xe5\x82\x85\xe5\x86\xa8\xe5\x89\xaf\xe5\x92\x90\xe5\x9c\x91\xe5\x9d\xbf\xe5\xa4\x8d\xe5\xa6\x87\xe5\xa9\xa6\xe5\xaa\x8d\xe5\xac\x94\xe5\xaf\x8c\xe5\xb3\x8a\xe5\xbe\xa9\xe6\xa4\xb1\xe7\x88\xb6\xe7\xa5\x94\xe7\xa7\xbf\xe7\xab\x8e\xe7\xb7\xae\xe7\xb8\x9b\xe7\xbc\x9a\xe8\x85\xb9\xe8\x90\xaf\xe8\x95\xa7\xe8\x9a\xa5\xe8\x9a\xb9\xe8\x9b\x97\xe8\x9d\x9c\xe8\x9d\xae\xe8\xa2\x9d\xe8\xa4\x87\xe8\xa4\x94\xe8\xa6\x86\xe8\xa8\x83\xe8\xa9\x82\xe8\xae\xa3\xe8\xb2\xa0\xe8\xb3\xa6\xe8\xb3\xbb\xe8\xb4\x9f\xe8\xb5\x8b\xe8\xb5\x99\xe8\xb5\xb4\xe8\xbc\xb9\xe9\x8d\x91\xe9\x8d\xa2\xe9\x98\x9c\xe9\x98\x9d\xe9\x99\x84\xe9\x99\x9a\xe9\xa6\xa5\xe9\xa7\x99\xe9\xa9\xb8\xe9\xae\x92\xe9\xb0\x92\xe9\xb2\x8b\xe9\xb3\x86\xf0\xa0\x8b\xa9\xf0\xa0\x8c\xbd\xf0\xa0\x93\x97\xf0\xa0\xa3\xbe\xf0\xa0\xaa\xbb\xf0\xa1\x90\x9d\xf0\xa1\xb5\x9b\xf0\xa2\x82\x86\xf0\xa2\xa0\xb2\xf0\xa3\x84\x8e\xf0\xa4\x9d\x94\xf0\xa4\xad\x9f\xf0\xa4\xb8\x91\xf0\xa4\xb8\x97\xf0\xa5\xa8\x8d\xf0\xa5\xb2\x9b\xf0\xa5\xb3\x87\xf0\xa5\xb7\xb1\xf0\xa6\x82\x8a\xf0\xa6\x94\x8d\xf0\xa6\xb0\xba\xf0\xa6\xb1\x96\xf0\xa6\xb8\xb1\xf0\xa7\x84\x8f\xf0\xa7\x8c\x88\xf0\xa7\x8c\x93\xf0\xa7\x92\x82\xf0\xa7\x92\x99\xf0\xa7\x95\xa1\xf0\xa7\xbb\xb3\xf0\xa8\xa6\x9b\xf0\xa8\xba\x85\xf0\xa9\x82\x8e\xf0\xa9\x85\xbf\xf0\xa9\x8d\x8f\xf0\xa9\x92\xba\xf0\xa9\xa2\xbf\xf0\xa9\xa3\x9c\xf0\xa9\xa3\xb8\xf0\xa9\xac\x99\xf0\xa9\xad\xba\xf0\xa9\xb5\xb9\xf0\xa9\xbd\xbb\xf0\xa9\xbe\xbf\xf0\xaa\x80\xba\xf0\xaa\x82\x8b\xf0\xaa\x82\xbe\xf0\xaa\x83\x93\xf0\xaa\x86\xa0\xf0\xaa\x8d\x8f]",460,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe6\xa4\xa8\xe7\xa6\xa3\xe8\xa6\x84\xe9\x85\x9c\xe9\xae\xb2]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fu",2,NULL,0,NULL,0}, + {"[\xe5\x91\xb7\xe5\x98\x8e\xe5\x98\xa0\xe6\x97\xae\xf0\xa1\x89\x85]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe5\x99\xb6\xe5\xb0\x9c\xe9\x8c\xb7\xe9\x92\x86\xf0\xa1\xbc\x9b]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xa1",3,NULL,0,NULL,0}, + {"[\xe5\xb0\x95\xe7\x8e\x8d\xf0\xa0\x81\xa5]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe5\xb0\xac\xe9\xad\x80\xf0\xa1\xaf\xb0\xf0\xa1\xaf\xbd]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xa0",3,NULL,0,NULL,0}, + {"[\xe3\xb1\xbe\xe4\x80\xad\xe4\x90\xa9\xe4\xac\xb5\xe4\xbe\x85\xe5\x9e\x93\xe5\xa7\x9f\xe5\xb3\x90\xe6\x99\x90\xe7\x95\xa1\xe7\xa5\xb4\xe7\xb5\xaf\xe8\x8d\x84\xe8\xa9\xb2\xe8\xaf\xa5\xe8\xb1\xa5\xe8\xb3\x85\xe8\xb5\x85\xe9\x83\x82\xe9\x99\x94\xf0\xa7\x8a\x8f\xf0\xa7\xaf\xba]",70,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x81i",4,NULL,0,NULL,0}, + {"[\xe4\xaa\xb1\xe5\xbf\x8b\xe6\x94\xb9\xe7\xb5\xa0\xf0\xa1\xa7\xa3\xf0\xa2\x8d\x93\xf0\xa2\xbb\x89\xf0\xa6\xab\xbb\xf0\xa8\xae\x82\xf0\xa8\xb1\x95\xf0\xa8\xb1\xa3]",42,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe3\x95\xa2\xe3\xa7\x89\xe3\xae\xa3\xe4\x8f\x97\xe4\xb8\x90\xe4\xb9\xa2\xe5\x8c\x83\xe5\x8c\x84\xe6\x88\xa4\xe6\x91\xa1\xe6\x9d\x9a\xe6\xa6\x82\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xba\x89\xe6\xbc\x91\xe7\x93\x82\xe7\x9b\x96\xe8\x91\xa2\xe8\x93\x8b\xe8\xb3\x8c\xe9\x88\xa3\xe9\x92\x99\xe9\x98\xa3\xe9\x9a\x91\xf0\xa0\x8c\xb0\xf0\xa1\x92\x96\xf0\xa2\x85\xa4\xf0\xa8\x9e\xa8\xf0\xa8\xb8\x9b\xf0\xa9\x95\xad]",101,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xa0i",4,NULL,0,NULL,0}, + {"[\xe3\x93\xa7\xe3\xa4\x8c\xe3\xb6\xa5\xe3\xbf\xbb\xe4\x87\x9e\xe4\x8a\xbb\xe4\xb9\xb9\xe4\xb9\xbe\xe4\xba\x81\xe5\x87\xb2\xe5\x9d\xa9\xe5\xb0\xb2\xe5\xb0\xb4\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xbf\x93\xe6\x94\xbc\xe6\x9d\x86\xe6\x9f\x91\xe6\xb3\x94\xe6\xbc\xa7\xe7\x8e\x95\xe7\x94\x98\xe7\x96\xb3\xe7\x9f\xb8\xe7\xab\xbf\xe7\xad\xb8\xe7\xb2\x93\xe8\x82\x9d\xe8\x8a\x89\xe8\x8b\xb7\xe8\xbf\x80\xe9\x85\x90\xe9\xad\x90\xe9\xb3\xb1\xf0\xa1\xaf\x8b\xf0\xa1\xb6\x91\xf0\xa2\xa7\x80\xf0\xa3\x97\xb2\xf0\xa3\xa6\x96\xf0\xa4\xae\xbd\xf0\xa4\xaf\x8c\xf0\xa7\xbe\xb2\xf0\xa8\x9d\x8c\xf0\xa9\x96\xa6\xf0\xa9\x9a\xb5\xf0\xa9\xa0\x81\xf0\xa9\xa2\xa8\xf0\xa9\xb4\x81\xf0\xa9\xb4\xb5\xf0\xaa\x94\x86]",171,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe4\x83\xad\xe4\xa4\x97\xe4\xb5\x9f\xe4\xbb\xa0\xe6\x84\x9f\xe6\x89\x9e\xe6\x93\x80\xe6\x95\xa2\xe6\xa1\xbf\xe6\xa9\x84\xe6\xbe\x89\xe7\x9a\xaf\xe7\xa7\x86\xe7\xa8\x88\xe7\xac\xb4\xe7\xb0\xb3\xe8\xa1\xa6\xe8\xb5\xb6\xe8\xb6\x95\xe9\xb0\x94\xe9\xb1\xa4\xe9\xb3\xa1\xf0\xa0\x87\xb5\xf0\xa0\x96\xab\xf0\xa3\x98\xa0\xf0\xa5\x95\xb5\xf0\xa5\x98\x8f\xf0\xa5\xb0\x9f\xf0\xa5\xb8\xa1\xf0\xa5\xbe\x8d\xf0\xa6\xaa\xa7\xf0\xa6\xbc\xae\xf0\xa8\xa3\x9d\xf0\xa8\xb3\xbc\xf0\xa9\xb9\xb8\xf0\xaa\x8a\x84]",124,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\xbd\x8f\xe4\xaf\x8e\xe4\xb2\xba\xe5\x80\x9d\xe5\x87\x8e\xe5\xb9\xb2\xe5\xb9\xb9\xe6\x97\xb0\xe6\xa6\xa6\xe6\xaa\x8a\xe6\xb1\xb5\xe6\xb7\xa6\xe7\x81\xa8\xe7\x9b\xb0\xe7\xb4\xba\xe7\xbb\x80\xe8\xa9\x8c\xe8\xb4\x91\xe8\xb4\x9b\xe8\xb5\xa3\xe9\xaa\xad\xf0\xa3\x81\x96\xf0\xa3\x86\x99\xf0\xa3\xb5\xbc\xf0\xa3\xb9\x9f\xf0\xa4\x8c\xb9\xf0\xa6\xbe\xae\xf0\xa7\x86\x90\xf0\xa7\xb9\xb3\xf0\xa9\x89\x90\xf0\xaa\x89\xbf\xf0\xaa\x8a\x87\xf0\xaa\x9a\xac]",113,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xa0n",4,NULL,0,NULL,0}, + {"[\xe2\xba\xb1\xe3\xa7\x8f\xe3\xad\x8e\xe3\xbc\x9a\xe4\x9a\x97\xe5\x86\x88\xe5\x86\xae\xe5\x88\x9a\xe5\x89\x9b\xe5\xa0\x88\xe5\xa0\xbd\xe5\xb2\xa1\xe6\x8e\x86\xe6\x9d\xa0\xe6\xa3\xa1\xe7\x89\xa8\xe7\x8a\x85\xe7\x96\x98\xe7\x9f\xbc\xe7\xb6\xb1\xe7\xba\xb2\xe7\xbc\xb8\xe7\xbd\x81\xe7\xbd\x93\xe7\xbd\xa1\xe8\x82\x9b\xe9\x87\xad\xe9\x8b\xbc\xe9\x8e\xa0\xe9\x92\xa2\xf0\xa0\xb5\xb9\xf0\xa1\x87\xac\xf0\xa2\xad\x88\xf0\xa2\xb0\x8c\xf0\xa3\xa6\x90\xf0\xa4\xad\x9b\xf0\xa6\x8b\xb3\xf0\xa6\xb1\x8c]",124,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe3\x9f\xa0\xe3\x9f\xb5\xe3\xbd\x98\xe4\xb4\x9a\xe5\xb2\x97\xe5\xb4\x97\xe6\xb8\xaf\xf0\xa8\x9f\xbc]",27,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe6\x88\x85\xe6\x88\x86\xe6\xa7\x93\xe7\x84\xb5\xe7\xad\xbb\xf0\xa3\x97\xb5]",21,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xa0ng",5,NULL,0,NULL,0}, + {"[\xe3\xa4\x92\xe4\x86\x81\xe4\x93\x98\xe6\xa7\x94\xe6\xa7\xb9\xe6\xa9\xb0\xe6\xab\x9c\xe6\xbb\x9c\xe7\x9a\x8b\xe7\x9a\x90\xe7\x9d\xbe\xe7\xaf\x99\xe7\xb3\x95\xe7\xbe\x94\xe7\xbe\x99\xe8\x86\x8f\xe8\x87\xaf\xe9\x9f\x9f\xe9\xa4\xbb\xe9\xab\x98\xe9\xab\x99\xe9\xb7\x8e\xe9\xb7\xb1\xe9\xbc\x9b\xf0\xa1\xbc\x97\xf0\xa3\x93\x8c\xf0\xa3\xbd\x8e\xf0\xa5\xa2\x90\xf0\xa6\x8d\xb1\xf0\xa6\x8f\xa6\xf0\xa6\xa4\x8e\xf0\xa6\xba\x86\xf0\xa7\xa2\x8c\xf0\xa8\x9d\xb2\xf0\xa9\x8f\xa4\xf0\xaa\x94\x98]",122,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x81o",4,NULL,0,NULL,0}, + {"[\xe3\x9a\x8f\xe3\x9a\x96\xe3\xb5\x86\xe3\xbe\xb8\xe5\xa4\xb0\xe6\x90\x9e\xe6\x9a\xa0\xe6\x9d\xb2\xe6\xa7\x80\xe6\xa7\x81\xe6\xaa\xba\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xb8\x9e\xe7\xbc\x9f\xe8\x8f\x92\xe8\x97\x81\xe8\x97\xb3\xe9\x95\x90\xf0\xa4\xb1\x9f\xf0\xa5\x93\x96\xf0\xa5\xa2\x91\xf0\xa7\x9a\xa1\xf0\xa7\x9c\x89\xf0\xa9\x93\xa2\xf0\xa9\x94\x87\xf0\xa9\x95\x8d\xf0\xa9\xab\x93]",95,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe5\x8b\x82\xe5\x8f\x9d\xe5\x90\xbf\xe5\x91\x8a\xe7\x85\xb0\xe7\xa5\xae\xe7\xa5\xb0\xe7\xa6\x9e\xe7\xad\xb6\xe8\xaa\xa5\xe8\xaf\xb0\xe9\x83\x9c\xe9\x8b\xaf\xe9\x94\x86\xf0\xa1\x8b\x9f\xf0\xa1\x9c\xb2\xf0\xa1\xb7\xa5\xf0\xa2\x8d\x8e\xf0\xa2\x9e\x9f\xf0\xa3\x9d\x8f\xf0\xa7\xa0\xbc\xf0\xa9\x8b\xba]",76,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xa0o",4,NULL,0,NULL,0}, + {"[\xe3\xa4\x8e\xe4\x94\x85\xe4\xbb\xa1\xe5\x89\xb2\xe5\x92\xaf\xe5\x93\xa5\xe5\x9c\xaa\xe6\x88\x88\xe6\x88\x93\xe6\x88\xa8\xe6\x90\x81\xe6\x93\xb1\xe6\xad\x8c\xe6\xbb\x92\xe7\x89\xab\xe7\x89\xb1\xe7\x8a\xb5\xe7\x96\x99\xe7\xba\xa5\xe8\x82\x90\xe8\x83\xb3\xe8\xa2\xbc\xe8\xac\x8c\xe9\x8e\xb6\xe9\xb4\x90\xe9\xb4\x9a\xe9\xb4\xbf\xe9\xb8\xbd\xf0\xa0\x9b\x8a\xf0\xa0\xaf\xab\xf0\xa0\xb8\xb2\xf0\xa0\xba\x9d\xf0\xa1\x9f\x8d\xf0\xa2\x8e\x84\xf0\xa4\x87\x9e\xf0\xa4\x9c\x8a\xf0\xa4\xad\xbb\xf0\xa6\xa8\x9c\xf0\xa7\x8e\xba\xf0\xa7\x97\xb6\xf0\xa8\x9d\x86\xf0\xa8\x9f\xb6\xf0\xa8\xbe\x93\xf0\xa9\xa2\x85\xf0\xa9\xbe\xb7\xf0\xaa\x80\x81\xf0\xaa\x80\x89\xf0\xaa\x83\xbf]",166,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x93",3,NULL,0,NULL,0}, + {"[\xe3\x96\xb5\xe3\x97\x86\xe3\xa0\xb7\xe3\xa6\xb4\xe3\xad\x98\xe3\xb5\xa7\xe3\xb7\xb4\xe4\x88\x93\xe4\x90\x99\xe4\x97\x98\xe4\x98\x81\xe4\x9b\xbf\xe4\xa8\xa3\xe4\xaa\x82\xe4\xaa\xba\xe4\xab\xa6\xe4\xbd\xae\xe5\x8c\x8c\xe5\x91\x84\xe5\x97\x9d\xe5\xa1\xa5\xe6\x84\x85\xe6\x8c\x8c\xe6\x90\xbf\xe6\x95\x8b\xe6\xa0\xbc\xe6\xa7\x85\xe6\xbb\x86\xe7\x8d\xa6\xe8\x86\x88\xe8\x87\xb5\xe8\x8c\x96\xe8\x91\x9b\xe8\x9b\x92\xe8\xa3\x93\xe8\xa7\xa1\xe8\xab\xbd\xe8\xbc\xb5\xe8\xbd\x95\xe9\x95\x89\xe9\x96\xa3\xe9\x96\xa4\xe9\x98\x81\xe9\x9a\x94\xe9\x9d\xa9\xe9\x9e\x88\xe9\x9e\xb7\xe9\x9f\x90\xe9\x9f\x9a\xe9\xa8\x94\xe9\xaa\xbc\xe9\xac\xb2\xe9\xae\xaf\xf0\xa0\xb2\xb1\xf0\xa0\xb9\x93\xf0\xa2\x86\x9c\xf0\xa2\x93\x9c\xf0\xa2\xa1\x8d\xf0\xa2\xa7\xa7\xf0\xa2\xa9\x93\xf0\xa2\xaf\xb9\xf0\xa2\xbc\x9b\xf0\xa3\xad\x9d\xf0\xa4\xa0\x87\xf0\xa4\xa9\xb2\xf0\xa5\x89\x85\xf0\xa5\xa2\xb8\xf0\xa5\xb4\xa9\xf0\xa5\xba\x8a\xf0\xa6\x91\x9c\xf0\xa7\x88\x8c\xf0\xa7\x88\x91\xf0\xa7\x88\x96\xf0\xa7\x8a\xa7\xf0\xa7\xbf\xa9\xf0\xa8\x8d\xae\xf0\xa8\x8f\x9a\xf0\xa8\x8f\xb4\xf0\xa8\x90\xa5\xf0\xa8\x9e\x9b\xf0\xa8\xbc\xa3\xf0\xa9\x8e\x8e\xf0\xa9\xa2\x9b\xf0\xa9\xa8\x80\xf0\xa9\xb9\xba\xf0\xa9\xb9\xbf\xf0\xa9\xbc\x99\xf0\xaa\x84\x8e\xf0\xaa\x8c\xa3]",305,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xa9",3,NULL,0,NULL,0}, + {"[\xe5\x93\xbf\xe8\x88\xb8\xf0\xa4\x95\x92\xf0\xa5\xb0\xae]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x9b",3,NULL,0,NULL,0}, + {"[\xe4\xa7\x84\xe4\xb8\xaa\xe5\x80\x8b\xe5\x90\x84\xe5\x97\xb0\xe7\xa1\x8c\xe7\xae\x87\xe8\x99\xbc\xe9\x93\xac\xf0\xa6\x93\xb1]",33,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xa8",3,NULL,0,NULL,0}, + {"[\xe5\xbd\x81\xe6\xab\x8a]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ge",2,NULL,0,NULL,0}, + {"[\xe7\xb5\xa6\xe7\xbb\x99]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x9bi",4,NULL,0,NULL,0}, + {"[\xe6\xa0\xb9\xe8\xb7\x9f\xf0\xa0\x9b\xb5]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x93n",4,NULL,0,NULL,0}, + {"\xe5\x93\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xa9n",4,NULL,0,NULL,0}, + {"[\xe4\xab\x80\xe8\x89\xae\xf0\xa9\x92\x9d\xf0\xa9\x93\x93]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x9bn",4,NULL,0,NULL,0}, + {"[\xe3\xab\x94\xe3\xae\x93\xe4\xba\x98\xe4\xba\x99\xe6\x8f\xaf\xe8\x8c\x9b\xf0\xa0\x84\xa3\xf0\xa5\x83\xa9\xf0\xa8\x92\xbc]",32,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xa8n",4,NULL,0,NULL,0}, + {"[\xe3\xb9\xb4\xe3\xb9\xb9\xe4\x8e\xb4\xe4\xa2\x9a\xe5\x88\xaf\xe5\xba\x9a\xe6\x90\x84\xe6\xb5\xad\xe7\x84\xbf\xe7\x95\x8a\xe7\xb5\x9a\xe7\xb7\xaa\xe7\xb8\x86\xe7\xbe\xae\xe7\xbe\xb9\xe8\x80\x95\xe8\x8f\xae\xe8\xb3\xa1\xe8\xb5\x93\xe9\xb6\x8a\xe9\xb9\x92\xf0\xa6\xa3\x8d\xf0\xa7\x99\xb8\xf0\xa9\x9c\xa3\xf0\xa9\xb1\x81\xf0\xa9\xb1\x8b\xf0\xa9\xb1\xa7]",89,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x93ng",5,NULL,0,NULL,0}, + {"[\xe3\xbe\x98\xe4\x8b\x81\xe4\x8c\x84\xe5\x93\xbd\xe5\x9f\x82\xe5\xb3\xba\xe6\x8c\xad\xe6\xa2\x97\xe7\xb6\x86\xe7\xbb\xa0\xe8\x80\xbf\xe8\x8e\x84\xe9\x83\xa0\xe9\xaa\xbe\xe9\xaf\x81\xe9\xb2\xa0\xf0\xa0\xa1\xa3\xf0\xa1\xa9\x83\xf0\xa2\x99\xbe\xf0\xa2\x9e\x9a\xf0\xa3\x86\xb3\xf0\xa5\x89\x94\xf0\xa5\xbe\x9a\xf0\xa6\x9b\x9f\xf0\xa6\xb5\xb8\xf0\xa7\x80\x99\xf0\xa7\x8b\x91\xf0\xa9\x82\xbc]",98,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x9bng",5,NULL,0,NULL,0}, + {"[\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\xad\xe4\xb1\xb4\xe5\xa0\xa9\xe6\x9a\x85\xe6\x9b\xb4\xf0\xa1\x8d\xb7\xf0\xa3\x88\xb6\xf0\xa3\x8e\x84\xf0\xa5\x85\xa8\xf0\xa5\x94\x82\xf0\xa6\x9a\xb8\xf0\xa6\x9c\xb7\xf0\xa6\x9e\x8c\xf0\xa7\xb0\xa8]",59,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xa8ng",5,NULL,0,NULL,0}, + {"[\xe6\x8e\xb6\xe6\xa4\xa9]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"geng",4,NULL,0,NULL,0}, + {"[\xe3\x93\x9a\xe3\x95\xac\xe4\x82\xb5\xe4\x8d\x94\xe4\x90\xb5\xe4\xa2\xbc\xe4\xb0\xb8\xe4\xb2\xb2\xe4\xb3\x8d\xe4\xbe\x9b\xe5\x85\xac\xe5\x8a\x9f\xe5\x8c\x91\xe5\x8e\xb7\xe5\xa1\xa8\xe5\xae\xab\xe5\xae\xae\xe5\xb7\xa5\xe5\xb9\x8a\xe5\xbc\x93\xe6\x81\xad\xe6\x84\xa9\xe6\x94\xbb\xe6\x9d\x9b\xe7\x86\x95\xe7\x8e\x9c\xe7\xa2\xbd\xe7\xb3\xbc\xe8\x82\xb1\xe8\x9a\xa3\xe8\xa7\xa5\xe8\xa7\xb5\xe8\xba\xac\xe8\xba\xb3\xe9\xab\xb8\xe9\xbe\x8f\xe9\xbe\x94\xe9\xbe\x9a\xf0\xa0\x87\x92\xf0\xa1\x9a\x91\xf0\xa2\x81\xa0\xf0\xa2\x96\xb7\xf0\xa4\x85\x90\xf0\xa4\xb1\xa8\xf0\xa5\xab\x8b\xf0\xa5\xb8\xb2\xf0\xa6\x84\x9c\xf0\xa6\x8a\xab\xf0\xa6\x94\xb8\xf0\xa6\x9e\x97\xf0\xa6\x9e\xa8\xf0\xa6\xac\x98\xf0\xa7\x86\xb7\xf0\xa7\x8e\xa1\xf0\xa7\x98\x8f\xf0\xa8\x89\xab\xf0\xa8\x8a\xa7\xf0\xa8\x8b\x9d\xf0\xa8\x8b\xb7\xf0\xa8\x92\xb1\xf0\xa8\xb4\x9b\xf0\xa9\x83\x99\xf0\xa9\x90\xa3\xf0\xa9\x9b\x98\xf0\xaa\x8f\xa0\xf0\xaa\x8f\xa2]",228,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc5\x8dng",5,NULL,0,NULL,0}, + {"[\xe3\xa4\xa8\xe3\xa7\xac\xe3\xab\x92\xe3\xad\x9f\xe3\xba\xac\xe3\xbc\xa6\xe4\x82\xac\xe4\xa1\x97\xe4\xb1\x8b\xe5\xb7\xa9\xe5\xbb\xbe\xe6\x8b\xb1\xe6\x8b\xb2\xe6\xa0\xb1\xe6\xb1\x9e\xe7\x8f\x99\xe8\xbc\x81\xe9\x8b\x9b\xe9\x9e\x8f\xf0\xa2\x80\x9c\xf0\xa2\xb8\x81\xf0\xa4\xa8\xb6\xf0\xa4\xac\xb3\xf0\xa5\xa7\x82\xf0\xa5\xa8\x90\xf0\xa6\x88\xa9\xf0\xa6\x93\xb3\xf0\xa8\x8b\x91\xf0\xa8\xa3\x82\xf0\xa9\x8c\x8c\xf0\xab\x8b\x90]",107,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc7\x92ng",5,NULL,0,NULL,0}, + {"[\xe3\x93\x8b\xe3\x94\xb6\xe3\xaf\xaf\xe4\x87\xa8\xe4\x94\x88\xe5\x85\xb1\xe5\x94\x9d\xe7\xbe\xbe\xe8\x8e\xbb\xe8\xb2\xa2\xe8\xb4\xa1\xf0\xa0\x8c\x95\xf0\xa0\x9e\x96\xf0\xa1\x94\x95\xf0\xa1\x9f\xab\xf0\xa5\xa7\xa1\xf0\xa6\xa9\xbc\xf0\xaa\x84\x8c]",63,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xb2ng",5,NULL,0,NULL,0}, + {"\xe6\x85\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gong",4,NULL,0,NULL,0}, + {"[\xe3\xa1\x9a\xe3\xbd\x9b\xe4\x91\xa6\xe4\xac\xb2\xe4\xbd\x9d\xe5\x8b\xbe\xe6\xb2\x9f\xe6\xba\x9d\xe7\xaf\x9d\xe7\xb7\xb1\xe7\xbc\x91\xe8\xa2\xa7\xe8\xa4\xa0\xe9\x88\x8e\xe9\x89\xa4\xe9\x92\xa9\xe9\x9e\xb2\xe9\x9f\x9d\xf0\xa0\x9b\x8e\xf0\xa1\x97\x81\xf0\xa3\x95\x8c\xf0\xa4\x96\xae\xf0\xa4\xab\xb1\xf0\xa5\xac\x89\xf0\xa5\xb4\xb4\xf0\xa5\xbf\xba\xf0\xa6\xa9\xb7\xf0\xa6\xbd\x8b\xf0\xaa\x9a\xad]",100,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc5\x8du",4,NULL,0,NULL,0}, + {"[\xe3\xba\x83\xe5\xb2\xa3\xe6\x9e\xb8\xe7\x8b\x97\xe7\x8e\xbd\xe7\xac\xb1\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x8a\xb6\xe8\x8b\x9f\xe8\x9a\xbc\xe8\xb1\xbf\xf0\xa1\x96\x91\xf0\xa2\x84\x87\xf0\xa3\x95\x89\xf0\xa3\x99\xb1\xf0\xa6\xb1\xa3\xf0\xa8\xa9\xa6]",65,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xe3\x97\x95\xe3\x9d\x85\xe3\x9d\xa4\xe3\xa8\x8c\xe4\x83\x93\xe4\x9d\xad\xe5\x86\x93\xe5\x9d\xb8\xe5\x9e\xa2\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa7\xa4\xe5\xaa\xbe\xe5\xbd\x80\xe6\x90\x86\xe6\x92\x80\xe6\x9e\x84\xe6\xa7\x8b\xe7\x85\xb9\xe8\x8c\xa9\xe8\xa6\xaf\xe8\xa7\x8f\xe8\xa8\xbd\xe8\xa9\xac\xe8\xaf\x9f\xe8\xb3\xbc\xe8\xb4\xad\xe9\x81\x98\xe9\x9b\x8a\xf0\xa3\xab\x8c\xf0\xa4\x9a\xbc\xf0\xa4\xa0\xbc\xf0\xa5\x89\x87\xf0\xa5\xa7\x92\xf0\xa6\x8e\xaf\xf0\xa6\x8e\xbc\xf0\xa6\xb5\xb7\xf0\xa7\x83\x9b\xf0\xa7\xb2\xbf\xf0\xa7\xb5\x88\xf0\xa9\x84\xa2\xf0\xaa\x83\xba]",141,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xb2u",4,NULL,0,NULL,0}, + {"[\xe3\xbc\x8b\xe4\x89\x89\xe4\x90\xbb\xe4\xbc\xb0\xe5\x91\xb1\xe5\x92\x95\xe5\x94\x82\xe5\xa7\x91\xe5\xab\xb4\xe5\xad\xa4\xe6\x9f\xa7\xe6\xa9\xad\xe6\xb2\xbd\xe6\xb3\x92\xe7\xac\x9f\xe7\xae\x8d\xe7\xae\x9b\xe7\xbd\x9b\xe8\x8b\xbd\xe8\x8f\x87\xe8\x8f\xb0\xe8\x9b\x84\xe8\xa7\x9a\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbd\xb1\xe8\xbe\x9c\xe9\x85\xa4\xe9\x88\xb2\xe9\xae\x95\xe9\xb4\xa3\xe9\xb8\xaa\xf0\xa0\xb7\x9e\xf0\xa0\xbd\xbf\xf0\xa1\x97\xb7\xf0\xa2\xa1\x87\xf0\xa3\x80\x90\xf0\xa5\x82\xb0\xf0\xa5\xbf\x8d\xf0\xa6\x8a\xac\xf0\xa6\x8b\x86\xf0\xa6\xba\xa0\xf0\xa7\x86\xbb\xf0\xa7\x87\xa1\xf0\xa7\xac\x95\xf0\xa8\xa0\x8b\xf0\xa8\xac\x95\xf0\xa8\xb1\x83\xf0\xa8\xb8\xaf]",166,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe4\x9c\xbc\xe4\xae\xa9\xe9\xb6\xbb\xf0\xa6\x8e\xb0\xf0\xa7\xb3\xb8]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe2\xbb\xa3\xe3\x92\xb4\xe3\x9a\x89\xe3\xaf\x8f\xe3\xbe\xb6\xe4\x80\x87\xe4\x80\x9c\xe4\x80\xa6\xe4\x80\xb0\xe4\x90\xa8\xe4\xb5\xbb\xe4\xb6\x9c\xe5\x8f\xa4\xe5\x94\x83\xe5\x95\x92\xe5\x98\x8f\xe5\xa4\x83\xe5\xb0\xb3\xe6\x84\xb2\xe6\x89\xa2\xe6\xa6\x96\xe6\xa6\xbe\xe6\xaf\x82\xe6\xb1\xa9\xe6\xb7\x88\xe6\xbf\xb2\xe7\x80\x94\xe7\x89\xaf\xe7\x9a\xb7\xe7\x9a\xbc\xe7\x9b\xac\xe7\x9e\xbd\xe7\xa9\x80\xe7\xb3\x93\xe7\xb8\x8e\xe7\xbd\x9f\xe7\xbe\x96\xe8\x82\xa1\xe8\x84\xb5\xe8\x87\x8c\xe8\x93\x87\xe8\x96\xa3\xe8\x9b\x8a\xe8\x9b\x8c\xe8\xa0\xb1\xe8\xa9\x81\xe8\xaf\x82\xe8\xb0\xb7\xe8\xbd\x82\xe9\x88\xb7\xe9\x92\xb4\xe9\xa4\xb6\xe9\xa6\x89\xe9\xaa\xa8\xe9\xb9\x84\xe9\xb9\x98\xe9\xbc\x93\xe9\xbc\x94\xf0\xa0\x91\xb9\xf0\xa0\xbb\xa7\xf0\xa1\xb7\x93\xf0\xa1\xbd\x82\xf0\xa2\x9d\xb3\xf0\xa3\x96\xab\xf0\xa3\xa6\xa9\xf0\xa3\xa6\xad\xf0\xa3\xa8\x8d\xf0\xa3\xa8\xba\xf0\xa3\xab\x80\xf0\xa3\xb1\xab\xf0\xa4\x85\xb1\xf0\xa4\x9a\xb1\xf0\xa5\x90\xac\xf0\xa5\xa0\xb3\xf0\xa5\xae\x9d\xf0\xa5\xb5\xa0\xf0\xa6\x88\x94\xf0\xa6\x8d\xa9\xf0\xa6\xbe\xab\xf0\xa7\x9f\xa3\xf0\xa7\xa3\xa1\xf0\xa7\xb5\x8e\xf0\xa8\xaa\xb7\xf0\xa8\xb5\x90\xf0\xa9\x99\x8f\xf0\xa9\xb2\xb1\xf0\xaa\x87\x97\xf0\xaa\x95\xb7]",296,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\xa7\xbd\xe3\xbd\xbd\xe4\x8d\x9b\xe4\x93\xa2\xe5\x83\xb1\xe5\x87\x85\xe5\x9b\xba\xe5\xa0\x8c\xe5\xb4\x93\xe5\xb4\xae\xe6\x95\x85\xe6\xa2\x8f\xe6\xa3\x9d\xe7\x89\xbf\xe7\x97\xbc\xe7\xa5\xbb\xe7\xa8\x92\xe9\x8c\xae\xe9\x94\xa2\xe9\x9b\x87\xe9\xa1\xa7\xe9\xa1\xbe\xe9\xaf\x9d\xe9\xb2\xb4\xf0\xa3\xaa\xb8\xf0\xa9\xb4\xa1]",82,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe5\x82\xa6\xe5\xb3\xa0\xe7\xaf\x90\xe9\x80\xa7]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu",2,NULL,0,NULL,0}, + {"[\xe3\xa7\x93\xe3\xb6\xbd\xe4\x8f\xa6\xe4\x92\xb7\xe4\xab\x9a\xe4\xaf\x84\xe4\xaf\x8f\xe5\x88\xae\xe5\x8a\x80\xe6\xa0\x9d\xe6\xad\x84\xe7\x85\xb1\xe7\x93\x9c\xe7\xb7\xba\xe8\x81\x92\xe8\x83\x8d\xe8\xb6\x8f\xe8\xb8\xbb\xe9\x8a\xbd\xe9\xa2\xb3\xe9\xa8\xa7\xe9\xb4\xb0\xe9\xb8\xb9\xf0\xa0\x9b\x92\xf0\xa0\x9c\xb5\xf0\xa0\x9f\x97\xf0\xa0\xaf\x91\xf0\xa0\xb5\xaf\xf0\xa1\x9c\x81\xf0\xa5\x84\xbc\xf0\xa5\x88\x93\xf0\xa7\xbf\xbc\xf0\xa8\xb5\x83\xf0\xa9\xa2\x8d\xf0\xa9\xbb\x8e]",119,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc4\x81",4,NULL,0,NULL,0}, + {"\xf0\xaa\x87\x9c",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc3\xa1",4,NULL,0,NULL,0}, + {"[\xe3\x92\xb7\xe4\x88\x91\xe5\x86\x8e\xe5\x89\x90\xe5\x89\xae\xe5\x8f\xa7\xe5\xaf\xa1\xf0\xa0\x86\xa3\xf0\xa0\x88\xa5\xf0\xa0\x8a\xb0\xf0\xa0\x99\xbc\xf0\xa0\xae\xa0\xf0\xa3\x85\xbb\xf0\xa7\xa4\x90]",51,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc7\x8e",4,NULL,0,NULL,0}, + {"[\xe5\x8d\xa6\xe5\x95\xa9\xe5\x9d\xac\xe6\x8c\x82\xe6\x8e\x9b\xe7\xb5\x93\xe7\xbd\xa3\xe7\xbd\xab\xe8\xa4\x82\xe8\xa9\xbf\xe8\xaf\x96\xf0\xa4\x86\x9c\xf0\xa5\x9d\x92\xf0\xa6\x8a\xb1]",47,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc3\xa0",4,NULL,0,NULL,0}, + {"\xe9\xa2\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gua",3,NULL,0,NULL,0}, + {"[\xe3\xbe\xa9\xe4\x82\xb7\xe4\xb9\x96\xe6\x8e\xb4\xe6\x91\x91\xf0\xa0\x9b\x95\xf0\xa0\xa6\xac\xf0\xa1\x87\xb8\xf0\xa1\xa7\xa9\xf0\xa6\xae\x83\xf0\xa7\xb1\xbe]",41,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc4\x81i",5,NULL,0,NULL,0}, + {"[\xe6\x8b\x90\xe6\x9e\xb4\xe6\x9f\xba\xe7\xae\x89\xf0\xa6\xab\xb3\xf0\xa7\x8a\x85]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc7\x8ei",5,NULL,0,NULL,0}, + {"[\xe3\xa7\x94\xe4\x82\xaf\xe4\x8a\xbd\xe5\x8f\x8f\xe5\xa4\xac\xe6\x80\xaa\xe6\x81\xa0\xf0\xa1\x8c\xaa\xf0\xa1\x96\xaa\xf0\xa2\xb6\x92\xf0\xa3\xb2\xbe\xf0\xa5\x91\x8b\xf0\xa5\x91\xb0\xf0\xa7\xb4\x9a\xf0\xa9\xb6\xa6]",55,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc3\xa0i",5,NULL,0,NULL,0}, + {"[\xe4\x9a\xaa\xe4\xa4\xbd\xe5\x80\x8c\xe5\x85\xb3\xe5\x86\xa0\xe5\xae\x98\xe6\xa3\xba\xe7\x98\x9d\xe7\x99\x8f\xe7\xaa\xa4\xe8\x92\x84\xe8\xa6\x8c\xe8\xa6\xb3\xe8\xa7\x80\xe8\xa7\x82\xe9\x96\xa2\xe9\x97\x97\xe9\x97\x9c\xe9\xb0\xa5\xe9\xb1\x9e\xe9\xb3\x8f\xf0\xa0\xb4\xa8\xf0\xa1\x85\xad\xf0\xa1\xa0\x92\xf0\xa1\xad\xb7\xf0\xa2\x87\x87\xf0\xa2\x89\x82\xf0\xa2\xba\x84\xf0\xa5\x88\x92\xf0\xa5\x8d\x85\xf0\xa5\x8e\x85\xf0\xa5\x9c\x84\xf0\xa5\xb7\xac\xf0\xa5\xbf\x91\xf0\xa6\xba\x8a\xf0\xa8\xb7\x80\xf0\xa9\x96\x92]",129,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe4\x8f\x93\xe4\x97\x86\xe4\x98\xbe\xe4\xa6\x8e\xe4\xa9\xaa\xe4\xaa\x80\xe4\xb2\x98\xe7\x90\xaf\xe7\x97\xaf\xe7\xad\xa6\xe7\xae\xa1\xe8\x88\x98\xe8\x8e\x9e\xe8\xbc\xa8\xe9\x8c\xa7\xe9\xa4\xa8\xe9\xa6\x86\xe9\xb3\xa4\xf0\xa6\x9b\xa4\xf0\xa8\xb5\x84]",64,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\xae\xa1\xe3\xb4\xa6\xe4\x8e\x9a\xe4\x97\xb0\xe4\x99\x9b\xe4\x99\xae\xe4\x9d\xba\xe4\xb8\xb1\xe6\x82\xb9\xe6\x82\xba\xe6\x83\xaf\xe6\x85\xa3\xe6\x8e\xbc\xe6\x91\x9c\xe6\xa8\x8c\xe6\xaf\x8c\xe6\xb3\xb4\xe6\xb6\xab\xe6\xbd\x85\xe7\x81\x8c\xe7\x88\x9f\xe7\x93\x98\xe7\x9b\xa5\xe7\x9f\x94\xe7\xa4\xb6\xe7\xa5\xbc\xe7\xbd\x86\xe7\xbd\x90\xe8\xb2\xab\xe8\xb4\xaf\xe9\x81\xa6\xe9\x8f\x86\xe9\x91\xb5\xe9\x9b\x9a\xe9\xb1\xb9\xe9\xb8\x9b\xe9\xb9\xb3\xf0\xa0\xac\x86\xf0\xa3\xa5\xa5\xf0\xa3\xa9\x94\xf0\xa3\xac\x82\xf0\xa4\xbc\x90\xf0\xa5\x89\x80\xf0\xa5\x8a\xab\xf0\xa8\x9d\x91\xf0\xa8\xb1\x8c\xf0\xaa\x88\xb8]",153,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe4\xbe\x8a\xe5\x83\x99\xe5\x85\x89\xe5\x92\xa3\xe5\x9e\x99\xe5\xa7\xaf\xe6\xa1\x84\xe6\xb4\xb8\xe7\x81\xae\xe7\x82\x97\xe7\x82\x9a\xe7\x82\x9b\xe7\x83\xa1\xe8\x83\xb1\xe8\x8c\xaa\xe8\xbc\x84\xe9\x8a\xa7\xe9\xbb\x86\xf0\xa4\x96\x96\xf0\xa7\xbb\xba\xf0\xa8\x8e\xa9\xf0\xa8\x90\x88\xf0\xa8\xb6\xb0\xf0\xa9\x92\x9a\xf0\xa9\xa7\x89\xf0\xaa\x95\x93]",88,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc4\x81ng",6,NULL,0,NULL,0}, + {"[\xe5\xb9\xbf\xe5\xba\x83\xe5\xbb\xa3\xe7\x8a\xb7\xe7\x8d\xb7\xe8\x87\xa9\xf0\xa0\x8f\xa4\xf0\xa4\xb3\xad\xf0\xa4\xb4\x80\xf0\xa5\x80\xb1\xf0\xaa\x87\xb5]",40,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc7\x8eng",6,NULL,0,NULL,0}, + {"[\xe3\xa4\xae\xe3\xab\x9b\xe4\xbf\x87\xe6\x92\x97\xe7\x8f\x96\xe8\x87\xa6\xe9\x80\x9b\xf0\xa2\x93\xaf\xf0\xa6\xa2\x8e\xf0\xa8\xa4\xa1\xf0\xa9\x91\x88]",39,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc3\xa0ng",6,NULL,0,NULL,0}, + {"\xe6\xac\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"guang",5,NULL,0,NULL,0}, + {"[\xe2\xbb\xb1\xe2\xbb\xb2\xe3\xb0\xaa\xe4\x85\x85\xe4\xb2\x85\xe4\xba\x80\xe5\x82\x80\xe5\x9c\xad\xe5\xa6\xab\xe5\xaa\xaf\xe5\xab\xa2\xe5\xac\x80\xe5\xb7\x82\xe5\xb8\xb0\xe5\xbb\x86\xe5\xbd\x92\xe6\x91\xab\xe6\xa4\x9d\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xab\xb7\xe6\xad\xb8\xe7\x8f\xaa\xe7\x91\xb0\xe7\x92\x9d\xe7\x93\x8c\xe7\x9a\x88\xe7\xa1\x85\xe7\xaa\x90\xe8\x83\xbf\xe8\x86\xad\xe8\x8c\xa5\xe8\x9e\x9d\xe8\xa2\xbf\xe8\xa6\x8f\xe8\xa7\x84\xe9\x82\xbd\xe9\x83\x8c\xe9\x96\xa8\xe9\x97\xba\xe9\xa8\xa9\xe9\xac\xb6\xe9\xac\xb9\xe9\xae\xad\xe9\xb2\x91\xe9\xbe\x9c\xe9\xbe\x9f\xf0\xa1\x83\xa9\xf0\xa1\x8c\xb2\xf0\xa1\xb9\x99\xf0\xa2\x84\x8a\xf0\xa2\xbb\x82\xf0\xa4\xbc\xae\xf0\xa5\x87\xb3\xf0\xa5\x88\xb8\xf0\xa5\x8d\x81\xf0\xa5\xa6\xa3\xf0\xa6\x93\xaf\xf0\xa6\xa4\x87\xf0\xa7\xb7\xb1\xf0\xa8\xbe\x9a\xf0\xa8\xbe\xb4\xf0\xa9\x93\xa0\xf0\xaa\x84\xaf\xf0\xaa\x86\xb3\xf0\xaa\x88\xa5\xf0\xaa\x8a\xa7]",223,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc4\xab",4,NULL,0,NULL,0}, + {"[\xe2\xbb\xa4\xe3\x94\xb3\xe3\xa7\xaa\xe3\xa8\xb3\xe3\xb2\xb9\xe3\xb8\xb5\xe4\x83\xbd\xe4\x8d\xaf\xe4\x9e\xa8\xe4\xa3\x80\xe4\xa4\xa5\xe4\xbd\xb9\xe5\x8c\xa6\xe5\x8c\xad\xe5\x8e\xac\xe5\x9e\x9d\xe5\xa7\xbd\xe5\xae\x84\xe5\xba\x8b\xe5\xba\xaa\xe6\x81\x91\xe6\x94\xb1\xe6\x99\xb7\xe6\x9c\xb9\xe6\xb0\xbf\xe6\xb9\x80\xe7\x99\xb8\xe7\x9e\xa1\xe7\xa5\xaa\xe7\xb0\x8b\xe8\x9b\xab\xe8\x9f\xa1\xe8\xa7\xa4\xe8\xa9\xad\xe8\xaf\xa1\xe8\xbb\x8c\xe8\xbd\xa8\xe9\x99\x92\xe9\xac\xbc\xf0\xa0\xb1\x93\xf0\xa1\xb7\xba\xf0\xa2\x83\xaf\xf0\xa3\xa2\xaa\xf0\xa3\xaa\x95\xf0\xa3\xb7\xbe\xf0\xa4\x98\xa7\xf0\xa5\x8d\xa8\xf0\xa5\xa5\xa0\xf0\xa6\xb3\x9b\xf0\xa7\x8a\x84\xf0\xa9\x8a\x9b\xf0\xa9\xb1\xbb\xf0\xa9\xb2\xa1\xf0\xa9\xb3\xa7\xf0\xaa\x80\x97]",183,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc7\x90",4,NULL,0,NULL,0}, + {"[\xe3\xaa\x88\xe4\x81\x9b\xe4\x88\x90\xe4\x8c\x86\xe4\x90\xb4\xe4\x9d\xbf\xe4\x9e\x88\xe4\xa0\xa9\xe4\xb3\x8f\xe5\x88\xbd\xe5\x88\xbf\xe5\x8a\x8a\xe5\x8a\x8c\xe5\x8c\xb1\xe5\xb6\xa1\xe6\x92\x8c\xe6\x94\xb0\xe6\x98\x8b\xe6\x9f\x9c\xe6\xa1\x82\xe6\xa1\xa7\xe6\xa4\xa2\xe6\xa7\xb6\xe6\xaa\x9c\xe6\xab\x83\xe7\x82\x94\xe7\x8c\xa4\xe7\x99\x90\xe7\x9e\xb6\xe7\xa6\xac\xe7\xad\x80\xe7\xb0\x82\xe8\x93\x95\xe8\xa5\x98\xe8\xb2\xb4\xe8\xb4\xb5\xe8\xb7\xaa\xe9\x9e\xbc\xe9\xb1\x96\xe9\xb1\xa5\xe9\xb3\x9c\xf0\xa0\x90\xbd\xf0\xa0\xaa\x91\xf0\xa1\x97\xa4\xf0\xa1\xa7\xad\xf0\xa1\xac\x82\xf0\xa2\xa0\xbf\xf0\xa3\x84\x9c\xf0\xa3\xa6\xa6\xf0\xa3\xa7\x8e\xf0\xa4\xa1\xb1\xf0\xa4\xb1\xba\xf0\xa4\xb1\xbe\xf0\xa4\xb2\x89\xf0\xa4\xbb\xbf\xf0\xa4\xbf\xa1\xf0\xa5\x8e\x9b\xf0\xa5\x9c\x8f\xf0\xa7\xa1\xab\xf0\xa7\xb9\x91\xf0\xa7\xbb\x9c\xf0\xa8\x87\x99\xf0\xa8\x8b\xa1\xf0\xa8\xb2\xbf\xf0\xa9\x89\x9d\xf0\xa9\x8d\xa8\xf0\xa9\x8f\x90\xf0\xa9\x8f\xa1\xf0\xa9\x94\x86\xf0\xa9\xaa\x81\xf0\xa9\xb3\x9d\xf0\xaa\x8f\xa4]",249,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc3\xac",4,NULL,0,NULL,0}, + {"[\xe3\xa8\xb0\xe3\xaf\xbb\xe4\x83\x82\xe4\x8e\xbe\xe4\x9c\x87\xe4\xb8\xa8\xe6\x83\x83\xe6\xbb\x9a\xe6\xbb\xbe\xe7\xa3\x99\xe7\xb7\x84\xe7\xbb\xb2\xe8\x93\x98\xe8\x94\x89\xe8\xa1\xae\xe8\xa2\x9e\xe8\xa2\xac\xe8\xbc\xa5\xe8\xbe\x8a\xe9\xae\x8c\xe9\xaf\x80\xe9\xb2\xa7\xf0\xa0\x83\x8c\xf0\xa1\x88\xa7\xf0\xa1\x98\x9d\xf0\xa2\x83\xa9\xf0\xa3\xae\x8e\xf0\xa5\x95\xa6\xf0\xa6\x93\xbc\xf0\xa6\xa0\xba\xf0\xa6\xab\x8e\xf0\xa9\xa8\xac\xf0\xa9\xa9\x8c]",112,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc7\x94n",4,NULL,0,NULL,0}, + {"[\xe3\x99\xa5\xe4\xb5\xaa\xe6\xa3\x8d\xe7\x92\xad\xe7\x9d\x94\xe7\x9d\xb4\xe8\xac\xb4\xf0\xa0\x9e\xac\xf0\xa1\xbb\xa8\xf0\xa7\xac\xaa\xf0\xa7\xb8\xab]",39,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc3\xb9n",4,NULL,0,NULL,0}, + {"[\xe3\x97\xbb\xe3\xb3\xa1\xe3\xbf\x86\xe5\x91\x99\xe5\x92\xbc\xe5\x95\xaf\xe5\x98\x93\xe5\x9f\x9a\xe5\xa0\x9d\xe5\xa2\x8e\xe5\xb4\x9e\xe5\xbd\x89\xe5\xbd\x8d\xe6\xbf\x84\xe7\x98\x91\xe8\x9d\x88\xe8\x9f\x88\xe9\x83\xad\xe9\x88\x9b\xe9\x8d\x8b\xe9\x94\x85\xf0\xa1\x93\xa3\xf0\xa3\x81\xaf\xf0\xa3\x82\x84\xf0\xa3\xbd\x85\xf0\xa3\xbd\xb0\xf0\xa5\x82\xa3\xf0\xa6\x97\x92\xf0\xa6\x98\x8c\xf0\xa6\xac\x97\xf0\xa8\xbd\x8f\xf0\xa9\xab\x8f\xf0\xa9\xb0\xac\xf0\xa9\xb0\xad\xf0\xaa\x86\xb9\xf0\xaa\x88\x83]",125,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc5\x8d",4,NULL,0,NULL,0}, + {"[\xe3\x95\xb5\xe3\xb6\x81\xe4\x82\xb8\xe4\x86\x90\xe4\xac\x8e\xe5\x9b\xaf\xe5\x9b\xb6\xe5\x9b\xbb\xe5\x9b\xbd\xe5\x9c\x80\xe5\x9c\x8b\xe5\xb8\xbc\xe5\xb9\x97\xe6\x85\x96\xe6\xbc\x8d\xe8\x81\x9d\xe8\x85\x98\xe8\x86\x95\xe8\x94\xae\xe8\x99\xa2\xe9\xa6\x98\xf0\xa0\xa9\xa5\xf0\xa0\xbf\xa4\xf0\xa1\x87\x84\xf0\xa2\x90\x9a\xf0\xa2\xa7\xb0\xf0\xa2\xb8\x97\xf0\xa2\xb9\x96\xf0\xa4\x82\x81\xf0\xa4\xae\x8b\xf0\xa5\x84\x8d\xf0\xa5\x86\x98\xf0\xa6\x84\xb0\xf0\xa6\x9b\xa2\xf0\xa6\xb8\x88\xf0\xa7\x96\xbb\xf0\xa7\xa4\xaf\xf0\xa7\xad\x95\xf0\xa7\xad\xa3\xf0\xa7\xb0\x92\xf0\xa7\xbe\x9b\xf0\xa8\x89\xb9\xf0\xa8\xad\x97\xf0\xa9\x89\x95\xf0\xa9\xaa\x90]",161,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc3\xb3",4,NULL,0,NULL,0}, + {"[\xe4\x99\xa8\xe4\xb4\xb9\xe6\x83\x88\xe6\x9e\x9c\xe6\xa4\x81\xe6\xa7\xa8\xe6\xb7\x89\xe7\x8c\x93\xe7\xb2\xbf\xe7\xb6\xb6\xe8\x8f\x93\xe8\x9c\xbe\xe8\xa3\xb9\xe8\xbc\xa0\xe9\x8c\x81\xe9\x90\xb9\xe9\xa4\x9c\xe9\xa6\x83\xf0\xa0\x9c\xb4\xf0\xa2\x83\xa6\xf0\xa5\x81\x81\xf0\xa5\x95\x96\xf0\xa5\x9c\xad\xf0\xa9\x8b\x97\xf0\xa9\xbb\xa7\xf0\xaa\x82\xa0\xf0\xaa\x8b\x8a]",92,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc7\x92",4,NULL,0,NULL,0}, + {"[\xe3\xb3\x80\xe8\xbf\x87\xe9\x81\x8e\xf0\xa0\x8b\x9c\xf0\xa2\x85\x97\xf0\xa2\x9d\xb8\xf0\xa7\x92\x96\xf0\xa7\xa5\xb5\xf0\xa9\x9f\x82]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc3\xb2",4,NULL,0,NULL,0}, + {"[\xe5\x93\x88\xe9\x93\xaa\xf0\xa8\x89\xa3]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe8\x9b\xa4\xf0\xa1\x84\x9f]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa1",3,NULL,0,NULL,0}, + {"\xe5\xa5\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc7\x8e",3,NULL,0,NULL,0}, + {"\xe4\xb8\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ha",2,NULL,0,NULL,0}, + {"[\xe3\xa8\x9f\xe3\xb0\xa7\xe3\xb0\xa9\xe3\xb1\xbc\xe3\xbe\x82\xe5\x92\x8d\xe5\x92\xb3\xe5\x97\xa8\xf0\xa3\xa2\x87\xf0\xa8\xb8\x9c]",34,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc4\x81i",4,NULL,0,NULL,0}, + {"[\xe3\x9c\xbe\xe4\xa0\xbd\xe4\xaf\x90\xe4\xb1\xba\xe5\xad\xa9\xe8\xbf\x98\xe9\x82\x84\xe9\xa0\xa6\xe9\xaa\xb8\xf0\xa0\xb9\x9b\xf0\xa7\xbb\xb2\xf0\xa7\xbd\x8a\xf0\xa7\xbd\x96\xf0\xa9\xa0\x9a\xf0\xa9\xb0\xb6]",53,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa1i",4,NULL,0,NULL,0}, + {"[\xe6\xb5\xb7\xe7\x83\xb8\xe8\x83\xb2\xe9\x85\xbc\xe9\x86\xa2\xf0\xa3\x96\xbb\xf0\xa3\xb3\xa0\xf0\xa5\x81\x90\xf0\xa5\x82\xa7\xf0\xa8\xa1\xac]",37,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe3\xa4\xa5\xe3\xa7\xa1\xe3\xba\x94\xe4\x87\x8b\xe4\xba\xa5\xe5\x97\x90\xe5\xa6\x8e\xe5\xae\xb3\xe6\xb0\xa6\xe9\xa4\x80\xe9\xa5\x9a\xe9\xa7\xad\xe9\xaa\x87\xf0\xa0\x80\x85\xf0\xa0\x94\x91\xf0\xa1\x95\x97\xf0\xa1\xbe\xa8\xf0\xa2\x9e\x90\xf0\xa2\xa9\xb8\xf0\xa2\xbb\x9c\xf0\xa4\xb5\xbd\xf0\xa5\xa9\xa4\xf0\xa5\xa9\xb2\xf0\xa6\x90\xa4\xf0\xa6\xa4\xa6\xf0\xa6\xa4\xac\xf0\xa6\xb7\xb7\xf0\xa8\x80\x96\xf0\xa9\x9e\x9e\xf0\xa9\xa1\x94\xf0\xa9\xaa\x83\xf0\xa9\xb9\x84]",117,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa0i",4,NULL,0,NULL,0}, + {"[\xe5\x9a\xa1\xe5\xa1\xb0]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hai",3,NULL,0,NULL,0}, + {"[\xe3\xa4\xb7\xe4\x98\xb6\xe4\xa3\xbb\xe4\xbd\x84\xe5\xab\xa8\xe6\x86\xa8\xe6\xad\x9b\xe7\x82\xb6\xe8\x9a\xb6\xe8\xb0\xbd\xe9\x85\xa3\xe9\xa0\x87\xe9\xa1\xb8\xe9\xa6\xa0\xe9\xbc\xbe\xf0\xa0\xb5\xb8\xf0\xa1\xac\x96\xf0\xa3\x9d\xbd\xf0\xa3\xa2\x85\xf0\xa3\xa2\xba\xf0\xa4\x9e\xb6\xf0\xa4\xb8\x95\xf0\xa7\xad\xbb\xf0\xa7\xae\xb0\xf0\xa7\xae\xb3\xf0\xa7\xb5\x8a\xf0\xa7\xb9\xa3\xf0\xa9\x88\xa3]",99,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe3\x96\xa4\xe3\x9f\x8f\xe3\x9f\x94\xe3\xae\x80\xe3\xb6\xb0\xe3\xbc\xa8\xe4\x88\x84\xe4\x8e\x8f\xe4\x97\x99\xe4\xa4\xb4\xe4\xa5\x81\xe4\xa8\xa1\xe4\xb6\x83\xe5\x87\xbd\xe5\x87\xbe\xe5\x90\xab\xe5\x92\x81\xe5\x94\x85\xe5\x9c\x85\xe5\xa8\xa2\xe5\xaf\x92\xe5\xb4\xa1\xe5\xb5\x85\xe6\x99\x97\xe6\xa2\x92\xe6\xb5\x9b\xe6\xb6\xb5\xe6\xbe\x8f\xe7\x84\x93\xe7\x90\x80\xe7\x94\x9d\xe7\xad\xa8\xe8\x82\xa3\xe8\x99\xb7\xe8\x9c\xac\xe9\x82\x97\xe9\x82\xaf\xe9\x8b\xa1\xe9\x9f\x93\xe9\x9f\xa9\xe9\xad\xbd\xf0\xa0\x97\xb4\xf0\xa0\xa4\xae\xf0\xa0\xa4\xbe\xf0\xa0\xa5\xb4\xf0\xa0\xa6\x8a\xf0\xa0\xb2\x92\xf0\xa0\xbf\x91\xf0\xa1\x87\x9c\xf0\xa2\x94\x88\xf0\xa3\x98\x9e\xf0\xa3\xa2\x9f\xf0\xa3\xb5\xb7\xf0\xa4\xac\xaf\xf0\xa4\xad\x99\xf0\xa5\x80\x90\xf0\xa5\x86\xa1\xf0\xa6\x9c\x86\xf0\xa6\x9e\x9e\xf0\xa6\xa5\x96\xf0\xa6\xba\xa6\xf0\xa7\x83\x99\xf0\xa7\x91\x9a\xf0\xa9\x84\x99\xf0\xa9\xa6\x8a\xf0\xab\x92\xb6]",225,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa1n",4,NULL,0,NULL,0}, + {"[\xe3\x98\x8e\xe3\x98\x95\xe3\x98\x9a\xe3\xb8\x81\xe3\xba\x96\xe4\x8d\x90\xe4\x8d\x91\xe4\x93\x8d\xe4\xb8\x86\xe5\x8e\x88\xe5\x96\x8a\xe6\xb5\xab\xe7\xbd\x95\xe8\x94\x8a\xe8\xb1\x83\xe9\x98\x9a\xe9\xac\xab\xf0\xa0\xbd\xa6\xf0\xa3\x9b\xb4\xf0\xa6\x92\x9d\xf0\xa7\xaf\x98\xf0\xa7\xbe\x94]",73,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\x91\xb5\xe3\x92\x88\xe3\xa2\xa8\xe3\xa8\x94\xe3\xaa\x8b\xe3\xb2\xa6\xe3\xb5\x84\xe3\xba\x9d\xe4\x8e\xaf\xe4\x8f\xb7\xe4\x93\xbf\xe4\x95\xbf\xe4\x97\xa3\xe4\x9b\x9e\xe4\xa7\xb2\xe4\xab\xb2\xe4\xae\xa7\xe5\x82\xbc\xe5\x93\xbb\xe5\x9e\xbe\xe5\xb1\xbd\xe5\xb2\xbe\xe6\x82\x8d\xe6\x86\xbe\xe6\x8d\x8d\xe6\x92\x96\xe6\x92\xbc\xe6\x97\xb1\xe6\x99\x98\xe6\x99\xa5\xe6\x9a\xb5\xe6\xb1\x89\xe6\xb1\x97\xe6\xb6\x86\xe6\xbc\xa2\xe7\x80\x9a\xe7\x84\x8a\xe7\x86\xaf\xe7\x8c\x82\xe7\x9a\x94\xe7\x9d\x85\xe7\xbf\xb0\xe8\x8e\x9f\xe8\x8f\xa1\xe8\x98\xab\xe8\x9b\xbf\xe8\x9c\xad\xe8\x9e\x92\xe8\xad\x80\xe8\xb2\x8b\xe9\x87\xac\xe9\x8a\xb2\xe9\x8b\x8e\xe9\x96\x88\xe9\x97\xac\xe9\x9b\x97\xe9\xa0\xb7\xe9\xa1\x84\xe9\xa2\x94\xe9\xa6\xaf\xe9\xa7\xbb\xe9\xb6\xbe\xf0\xa0\xa2\x87\xf0\xa0\xb9\x84\xf0\xa1\x81\x80\xf0\xa1\xa3\x94\xf0\xa1\xb7\x9b\xf0\xa1\xbb\xa1\xf0\xa2\x80\xb5\xf0\xa2\x83\x97\xf0\xa2\x84\x9c\xf0\xa2\x87\x9e\xf0\xa2\x8e\x98\xf0\xa2\x94\x94\xf0\xa2\xa7\xa6\xf0\xa3\x90\xba\xf0\xa3\x92\xb7\xf0\xa4\x80\x89\xf0\xa4\x8c\x90\xf0\xa4\xb3\x89\xf0\xa4\xbf\xa7\xf0\xa5\x87\x8c\xf0\xa5\x89\xb0\xf0\xa6\x8b\xa3\xf0\xa6\x92\x85\xf0\xa7\x82\x83\xf0\xa7\xb0\xaa\xf0\xa8\x81\x84\xf0\xa8\x9b\x8e\xf0\xa8\xa2\x88\xf0\xa8\xb8\x97\xf0\xa9\x8e\x92\xf0\xa9\x95\xa0\xf0\xa9\x96\xba\xf0\xa9\x97\xa4\xf0\xa9\x9e\xbf\xf0\xa9\xad\xa5\xf0\xa9\xb9\x91\xf0\xa9\xb9\xbc\xf0\xa9\xbe\x9d\xf0\xab\x98\xa3]",344,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa0n",4,NULL,0,NULL,0}, + {"[\xe5\x85\xaf\xe7\x88\xb3]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"han",3,NULL,0,NULL,0}, + {"[\xe3\xb0\xa0\xe4\x82\xab\xe4\xa6\xad\xe5\xa4\xaf\xf0\xa0\xa1\x8a\xf0\xa4\xb5\xbb\xf0\xa9\xa0\xbe\xf0\xa9\xb2\x8b\xf0\xaa\x90\xa6\xf0\xaa\x95\x87]",38,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe3\xa4\x9a\xe4\x80\xaa\xe4\x98\x95\xe4\xb2\xb3\xe6\x96\xbb\xe6\x9d\xad\xe7\x8f\xa9\xe7\xac\x90\xe7\xad\x95\xe7\xb5\x8e\xe7\xbb\x97\xe8\x88\xaa\xe8\x8b\x80\xe8\x9a\xa2\xe8\xb2\xa5\xe8\xbf\x92\xe9\xa0\x8f\xe9\xa2\x83\xe9\xad\xa7\xf0\xa4\xbc\x8d\xf0\xa6\x90\x84\xf0\xa6\xa8\xb5\xf0\xa7\x98\x83\xf0\xa7\xa6\x91\xf0\xa8\x81\x88\xf0\xa8\xbe\x92\xf0\xaa\x97\x9c]",91,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa1ng",5,NULL,0,NULL,0}, + {"[\xe4\x9f\x98\xe4\xa3\x88\xe6\xb2\x86\xf0\xa1\x95\xa7\xf0\xa4\xb0\x9f\xf0\xa5\xae\x95\xf0\xa9\x94\x8b]",27,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa0ng",5,NULL,0,NULL,0}, + {"\xe5\x9e\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hang",4,NULL,0,NULL,0}, + {"[\xe5\x9a\x86\xe8\x8c\xa0\xe8\x92\xbf\xe8\x96\x85\xe8\x96\xa7\xf0\xa1\xbd\x9d\xf0\xa2\xbb\x87\xf0\xa3\xad\x96\xf0\xa3\xad\xb9\xf0\xa4\xa1\x87\xf0\xa4\xa2\xa8\xf0\xa7\xaf\x8c\xf0\xa9\xae\x98]",49,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc4\x81o",4,NULL,0,NULL,0}, + {"[\xe3\xa0\x99\xe3\xa9\x9d\xe3\xac\x94\xe4\x9d\xa5\xe4\xa7\xab\xe5\x84\xab\xe5\x97\xa5\xe5\x98\xb7\xe5\x99\x91\xe5\x9a\x8e\xe5\xa3\x95\xe6\xa4\x83\xe6\xaf\x9c\xe6\xaf\xab\xe6\xbf\xa0\xe7\x8d\x86\xe7\x8d\x8b\xe7\x8d\x94\xe7\xb1\x87\xe8\x9a\x9d\xe8\xa0\x94\xe8\xab\x95\xe8\xad\xb9\xe8\xb1\xaa\xe8\xb2\x89\xf0\xa0\x9a\x83\xf0\xa0\xa2\x95\xf0\xa1\x90\x92\xf0\xa3\x98\xab\xf0\xa4\x80\x83\xf0\xa4\xa2\xad\xf0\xa8\x82\x9c\xf0\xa8\x92\x91\xf0\xa8\x9a\x99\xf0\xa8\xbc\x8d\xf0\xa9\x90\xae\xf0\xa9\x96\xb8\xf0\xa9\xab\x95]",129,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa1o",4,NULL,0,NULL,0}, + {"[\xe5\xa5\xbd\xe9\x83\x9d\xf0\xa1\xa5\x86\xf0\xa4\xab\xa7]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe3\x98\xaa\xe3\x99\xb1\xe3\x9a\xaa\xe3\x9d\x80\xe3\x9e\xbb\xe3\xac\xb6\xe4\x92\xb5\xe4\x9a\xbd\xe4\x9d\x9e\xe4\xa7\x9a\xe4\xaa\xbd\xe4\xaf\xab\xe5\x82\x90\xe5\x8f\xb7\xe5\x93\xa0\xe5\xb3\xbc\xe6\x81\x8f\xe6\x82\x8e\xe6\x98\x8a\xe6\x98\xa6\xe6\x99\xa7\xe6\x9a\xa4\xe6\x9a\xad\xe6\x9b\x8d\xe6\xb5\xa9\xe6\xb7\x8f\xe6\xbb\x88\xe6\xbe\x94\xe7\x81\x8f\xe7\x81\x9d\xe7\x9a\x93\xe7\x9a\x9c\xe7\x9a\x9e\xe7\x9a\xa1\xe7\x9a\xa5\xe7\xa7\x8f\xe8\x80\x97\xe8\x81\x95\xe8\x96\x83\xe8\x99\x9f\xe9\x84\x97\xe9\x8e\xac\xe9\xa1\xa5\xe9\xa2\xa2\xe9\xb0\x9d\xf0\xa1\x9a\x8c\xf0\xa1\x9a\xbd\xf0\xa1\xa0\x96\xf0\xa3\x86\xa7\xf0\xa3\x9a\xa7\xf0\xa4\x9d\x90\xf0\xa4\xa9\xa9\xf0\xa4\xa9\xad\xf0\xa5\x8d\xa3\xf0\xa6\xb3\x81\xf0\xa7\x87\xbc\xf0\xa7\xac\x81\xf0\xa8\x9a\xae\xf0\xa8\xa0\xac\xf0\xa9\xb2\x8a]",197,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa0o",4,NULL,0,NULL,0}, + {"\xe7\xab\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hao",3,NULL,0,NULL,0}, + {"[\xe3\xb0\xa4\xe3\xbf\xa3\xe4\x8f\x9c\xe4\xb6\x8e\xe5\x96\x9d\xe5\x97\xac\xe6\x8a\xb2\xe6\xac\xb1\xe8\xa0\x9a\xe8\xa8\xb6\xe8\xaf\x83\xf0\xa0\x80\x80\xf0\xa0\xb3\x8a\xf0\xa0\xb5\xa9\xf0\xa2\xa5\xb3\xf0\xa3\xa3\xb9\xf0\xa5\x98\xab\xf0\xa6\x98\xbf\xf0\xa9\x90\xa5\xf0\xa9\x91\xb8\xf0\xaa\x96\xb2]",75,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc4\x93",3,NULL,0,NULL,0}, + {"[\xe3\x95\xa1\xe3\x97\xbf\xe3\xa5\xba\xe3\xaa\x83\xe3\xaa\x89\xe3\xad\xb1\xe3\xae\x9d\xe3\xae\xab\xe3\xb9\x87\xe3\xbf\xa5\xe4\x83\x92\xe4\x85\x82\xe4\x92\xa9\xe4\x95\xa3\xe4\x9e\xa6\xe4\xa2\x94\xe4\xab\x98\xe4\xae\xa4\xe4\xb6\x85\xe4\xbd\x95\xe5\x8a\xbe\xe5\x8e\x92\xe5\x90\x88\xe5\x92\x8a\xe5\x92\x8c\xe5\x93\xac\xe5\x95\x9d\xe5\xa7\x80\xe5\xb3\x86\xe6\x83\x92\xe6\x95\x86\xe6\x9b\xb7\xe6\x9f\x87\xe6\xa0\xb8\xe6\xa5\x81\xe6\xaf\xbc\xe6\xb2\xb3\xe6\xb6\xb8\xe6\xb8\xae\xe6\xbe\x95\xe7\x86\x86\xe7\x8b\xa2\xe7\x9a\xac\xe7\x9b\x87\xe7\x9b\x89\xe7\x9b\x8d\xe7\x9b\x92\xe7\xa4\x89\xe7\xa6\xbe\xe7\xa7\xb4\xe7\xaf\x95\xe7\xb1\xba\xe7\xb4\x87\xe7\xbf\xae\xe8\x8d\xb7\xe8\x8f\x8f\xe8\x90\x82\xe8\x9a\xb5\xe8\x9e\x9b\xe8\xa6\x88\xe8\xa8\xb8\xe8\xa9\xa5\xe8\xb2\x88\xe8\xbc\x85\xe9\x83\x83\xe9\x89\x8c\xe9\x91\x89\xe9\x97\x94\xe9\x98\x82\xe9\x98\x96\xe9\x9e\xa8\xe9\xa0\x9c\xe9\xa2\x8c\xe9\xa5\xb8\xe9\xad\xba\xe9\xb2\x84\xe9\xb6\xa1\xe9\xb9\x96\xe9\xba\xa7\xe9\xbd\x95\xe9\xbe\x81\xe9\xbe\xa2\xf0\xa0\x98\xa2\xf0\xa0\x9a\x94\xf0\xa0\xa7\x95\xf0\xa0\xb0\x93\xf0\xa0\xb3\x87\xf0\xa0\xb6\xb9\xf0\xa0\xbb\x99\xf0\xa1\x87\x9e\xf0\xa1\x87\xb6\xf0\xa2\x84\x8d\xf0\xa3\x8f\xb7\xf0\xa3\xb2\xb2\xf0\xa3\xbf\x8c\xf0\xa4\x88\xa7\xf0\xa4\x96\xb1\xf0\xa5\x9d\x96\xf0\xa5\x9d\xb8\xf0\xa5\x9e\x84\xf0\xa5\x9e\x8d\xf0\xa5\x9f\x83\xf0\xa5\xbb\x89\xf0\xa5\xbd\xb6\xf0\xa6\x83\x94\xf0\xa6\x87\xb8\xf0\xa6\x92\x8f\xf0\xa6\x9b\x98\xf0\xa6\x9b\x9c\xf0\xa6\xb3\xac\xf0\xa6\xbc\xb5\xf0\xa7\x87\x8e\xf0\xa7\x87\xae\xf0\xa7\x8a\xac\xf0\xa7\x9d\xb3\xf0\xa7\xaa\x9e\xf0\xa7\xad\xb3\xf0\xa7\xae\xb5\xf0\xa8\x8b\x9f\xf0\xa8\x8d\x87\xf0\xa8\x9c\xb1\xf0\xa8\x9c\xb4\xf0\xa8\xa8\x9b\xf0\xa8\xb4\xa2\xf0\xa9\x85\xa2\xf0\xa9\x8c\xa1\xf0\xa9\xa9\xb2\xf0\xaa\x88\x8a\xf0\xaa\x98\xb9]",436,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa9",3,NULL,0,NULL,0}, + {"[\xe3\xac\x9e\xe3\xb5\x91\xe3\xb7\x8e\xe4\x9a\x82\xe4\xb3\xbd\xe4\xbd\xab\xe5\x97\x83\xe5\x9e\x8e\xe5\xa3\x91\xe7\x84\x83\xe7\x85\x82\xe7\x86\x87\xe7\x88\x80\xe7\x99\x8b\xe7\xa2\x8b\xe7\xa9\x92\xe7\xbf\xaf\xe8\xa2\x94\xe8\xa4\x90\xe8\xac\x9e\xe8\xb3\x80\xe8\xb4\xba\xe8\xb5\xab\xe9\x9d\x8e\xe9\x9d\x8f\xe9\xb6\xae\xe9\xb6\xb4\xe9\xb8\x96\xe9\xb9\xa4\xf0\xa0\x97\x82\xf0\xa0\xa1\x80\xf0\xa0\xb6\xbe\xf0\xa1\xab\xa5\xf0\xa2\x85\xb0\xf0\xa2\xac\xb2\xf0\xa3\x86\x88\xf0\xa4\x8c\xbe\xf0\xa5\x8b\xbf\xf0\xa6\xba\x9e\xf0\xa6\xbd\x85\xf0\xa7\x80\x94\xf0\xa7\x9d\x82\xf0\xa7\xa8\x82\xf0\xa7\xac\x82\xf0\xa7\xac\xb1\xf0\xa7\xaf\x89\xf0\xa9\x84\xb8\xf0\xa9\xa9\x92\xf0\xa9\xb5\xa2]",169,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa8",3,NULL,0,NULL,0}, + {"[\xe7\xb2\xad\xe9\x9d\x8d]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"he",2,NULL,0,NULL,0}, + {"[\xe3\xb1\x84\xe5\x98\xbf\xe6\xbd\xb6\xe9\xbb\x91\xe9\xbb\x92\xf0\xa2\x96\x9b\xf0\xa2\xa1\x80\xf0\xa5\x95\x99\xf0\xa8\xad\x86\xf0\xa9\xbb\xa4]",37,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc4\x93i",4,NULL,0,NULL,0}, + {"[\xe3\xaf\x8a\xe6\x8b\xab\xe7\x97\x95\xe9\x9e\x8e\xf0\xa6\x9a\xa3]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa9n",4,NULL,0,NULL,0}, + {"[\xe4\x93\xb3\xe4\xbd\xb7\xe5\xbe\x88\xe7\x8b\xa0\xe8\xa9\xaa]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc4\x9bn",4,NULL,0,NULL,0}, + {"\xe6\x81\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa8n",4,NULL,0,NULL,0}, + {"[\xe4\xba\xa8\xe5\x93\xbc\xe5\x95\x88\xe6\x82\x99\xe8\x84\x9d\xf0\xa3\xa8\x89\xf0\xa6\xa8\xbe]",25,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc4\x93ng",5,NULL,0,NULL,0}, + {"[\xe3\x94\xb0\xe3\xb6\x87\xe4\xac\x96\xe4\xac\x9d\xe4\xaf\x92\xe5\xa7\xae\xe6\x81\x86\xe6\x81\x92\xe6\xa1\x81\xe6\xa8\xaa\xe6\xa9\xab\xe7\x83\x86\xe8\x83\xbb\xe8\x98\x85\xe8\xa1\xa1\xe9\x91\x85\xe9\xb4\xb4\xe9\xb8\xbb\xf0\xa0\x94\xb2\xf0\xa0\xa7\xbf\xf0\xa1\xa7\xa6\xf0\xa4\xae\x8f\xf0\xa5\x9e\xa7\xf0\xa6\xb6\x99\xf0\xa7\x9d\x92\xf0\xa9\x99\xaf\xf0\xaa\x8f\x93]",92,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa9ng",5,NULL,0,NULL,0}, + {"\xe5\xa0\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xa8ng",5,NULL,0,NULL,0}, + {"[\xe6\xb6\xa5\xe9\xb5\x86]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"heng",4,NULL,0,NULL,0}, + {"\xe5\x99\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hm",2,NULL,0,NULL,0}, + {"[\xe4\x86\xaa\xe4\x8e\x95\xe5\x8f\xbf\xe5\x90\xbd\xe5\x91\x8d\xe5\x93\x84\xe5\x9a\x9d\xe6\x8f\x88\xe6\xb8\xb9\xe7\x81\xb4\xe7\x83\x98\xe7\x84\xa2\xe7\xa1\xa1\xe8\x96\xa8\xe8\xa8\x87\xe8\xb0\xbe\xe8\xbb\xa3\xe8\xbc\xb7\xe8\xbd\x9f\xe8\xbd\xb0\xe9\x8d\xa7\xf0\xa0\x90\xbf\xf0\xa0\xb9\x85\xf0\xa2\x9d\xbb\xf0\xa4\x83\xab\xf0\xa4\x9f\xbc\xf0\xa5\x93\xb0\xf0\xa5\x94\x80\xf0\xa5\x95\x97\xf0\xa6\x90\xb3\xf0\xa6\x91\x9f\xf0\xa6\x91\xa0\xf0\xa6\x92\x83\xf0\xa6\x95\xa0\xf0\xa8\x8c\x81\xf0\xa8\x8e\x97\xf0\xa9\x90\xa0\xf0\xa9\x92\xbc\xf0\xa9\x93\x85\xf0\xa9\x96\x89\xf0\xa9\x97\x84\xf0\xa9\x98\x87\xf0\xa9\x99\x9b\xf0\xaa\x88\x98]",157,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc5\x8dng",5,NULL,0,NULL,0}, + {"[\xe3\x96\x93\xe3\x97\xa2\xe3\xa2\xac\xe4\x83\x94\xe4\x86\x96\xe4\x89\xba\xe4\x9e\x91\xe4\xa1\x8c\xe4\xa1\x8f\xe4\xa7\x86\xe4\xa8\x8e\xe4\xa9\x91\xe4\xaa\xa6\xe4\xab\xb9\xe4\xab\xba\xe4\xb2\xa8\xe4\xbb\x9c\xe5\x90\xb0\xe5\x9e\xac\xe5\xa6\x85\xe5\xa8\x82\xe5\xae\x8f\xe5\xae\x96\xe5\xb3\xb5\xe5\xbc\x98\xe5\xbd\x8b\xe6\xb1\xaf\xe6\xb3\x93\xe6\xb4\xaa\xe6\xb5\xa4\xe6\xb8\xb1\xe6\xbd\x82\xe7\x8e\x92\xe7\xa1\x94\xe7\xab\x91\xe7\xab\xa4\xe7\xb2\xa0\xe7\xb4\x85\xe7\xb4\x98\xe7\xb4\xad\xe7\xb6\x8b\xe7\xba\xa2\xe7\xba\xae\xe7\xbf\x83\xe7\xbf\x9d\xe8\x80\xbe\xe8\x8b\xb0\xe8\x8d\xad\xe8\x91\x92\xe8\x91\x93\xe8\x95\xbb\xe8\x99\xb9\xe8\xb0\xb9\xe8\xb0\xbc\xe9\x88\x9c\xe9\x89\xb7\xe9\x8b\x90\xe9\x96\x8e\xe9\x97\xb3\xe9\x9c\x90\xe9\x9c\x9f\xe9\x9e\x83\xe9\xad\x9f\xe9\xb4\xbb\xe9\xb8\xbf\xe9\xbb\x89\xe9\xbb\x8c\xf0\xa0\xaa\xb7\xf0\xa0\xb2\x93\xf0\xa1\x87\xb3\xf0\xa1\xb5\x93\xf0\xa2\x82\x94\xf0\xa2\x98\x8c\xf0\xa2\xac\x80\xf0\xa4\x82\xb2\xf0\xa4\x84\x8f\xf0\xa5\x8f\x95\xf0\xa5\xa5\x88\xf0\xa6\x81\xb7\xf0\xa6\x8f\xba\xf0\xa6\x90\x8c\xf0\xa7\x88\xbd\xf0\xa7\x90\xac\xf0\xa7\xae\xb4\xf0\xa8\x8c\x86\xf0\xa8\xa5\xba\xf0\xa8\xb9\x81\xf0\xa8\xbe\x8a\xf0\xa9\x98\x8e\xf0\xab\x9a\x89]",295,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xb3ng",5,NULL,0,NULL,0}, + {"[\xe3\xac\xb4\xe4\x80\xa7\xe5\x97\x8a\xe6\x99\x8e\xf0\xa2\x97\xb5\xf0\xa2\xa6\x85\xf0\xa2\xbc\xa6\xf0\xa3\xbd\x9d\xf0\xa8\xa2\xa3\xf0\xa9\x92\x93\xf0\xa9\x95\x86\xf0\xa9\x95\x89]",46,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc7\x92ng",5,NULL,0,NULL,0}, + {"[\xe3\xb6\xb9\xe6\x92\x94\xe6\xbe\x8b\xe6\xbe\x92\xe8\xa8\x8c\xe8\xae\xa7\xe9\x8a\xbe\xe9\x96\xa7\xe9\x97\x82\xe9\xac\xa8\xf0\xa0\xb3\x83\xf0\xa1\xba\xad\xf0\xa5\x88\xbf\xf0\xa5\xa5\xa1\xf0\xa5\xb0\xb2\xf0\xa6\x95\xb7\xf0\xa6\xb6\x93\xf0\xa7\x8a\xaf\xf0\xa7\x8b\x94\xf0\xa7\xbe\xa7\xf0\xa9\x92\xb4\xf0\xa9\x97\xa2\xf0\xa9\xb0\x93]",84,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xb2ng",5,NULL,0,NULL,0}, + {"[\xe9\xbd\x81\xf0\xa0\xaf\x9c\xf0\xa9\x99\xa1\xf0\xaa\x85\xba\xf0\xaa\x96\x99]",21,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc5\x8du",4,NULL,0,NULL,0}, + {"[\xe3\x97\x8b\xe3\xa4\xa7\xe3\xac\x8b\xe3\xae\xa2\xe3\xba\x85\xe4\x82\x89\xe4\x97\x94\xe4\x99\x88\xe4\xab\x9b\xe4\xb3\xa7\xe4\xbe\xaf\xe5\x96\x89\xe5\xb8\xbf\xe7\x8c\xb4\xe7\x98\x8a\xe7\x9d\xba\xe7\x9f\xa6\xe7\xaf\x8c\xe7\xb3\x87\xe7\xbf\xad\xe7\xbf\xb5\xe8\x91\x94\xe9\x84\x87\xe9\x8d\xad\xe9\xa4\xb1\xe9\xaa\xba\xe9\xaf\xb8\xf0\xa1\x9e\xa5\xf0\xa1\x9f\x91\xf0\xa1\xb9\xb5\xf0\xa2\x9c\xb4\xf0\xa3\x94\xb9\xf0\xa3\xa3\xa0\xf0\xa3\xa3\xa1\xf0\xa5\x88\x91\xf0\xa5\x9a\xa6\xf0\xa6\x91\x9a\xf0\xa6\x9a\xa5\xf0\xa6\x9e\x88\xf0\xa6\x9e\x95\xf0\xa7\x87\xb9\xf0\xa7\xae\xb6\xf0\xa7\xbc\xb5\xf0\xa9\x83\xba\xf0\xaa\x83\xb6\xf0\xaa\x91\xbb]",159,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xb3u",4,NULL,0,NULL,0}, + {"[\xe3\x96\x83\xe3\xb8\xb8\xe5\x90\xbc\xe7\x8a\xbc\xf0\xa0\xb4\xa3\xf0\xa4\x98\xbd\xf0\xa4\x99\xbd\xf0\xa6\x8d\xb5\xf0\xa7\xbb\xbf]",34,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xe3\xab\x97\xe4\x9e\x80\xe4\x9e\xa7\xe4\xaa\xb7\xe5\x80\x99\xe5\x8e\x9a\xe5\x90\x8e\xe5\x9e\x95\xe5\xa0\xa0\xe5\xbe\x8c\xe6\xb4\x89\xe8\xb1\x9e\xe9\x80\x85\xe9\x83\x88\xe9\xae\x9c\xe9\xb1\x9f\xe9\xb2\x8e\xe9\xb2\x98\xf0\xa0\xb7\x8b\xf0\xa5\x80\x83\xf0\xa5\x85\xa0\xf0\xa7\x99\xba\xf0\xa7\xa9\xa8\xf0\xa9\x84\xac\xf0\xa9\x98\x8b\xf0\xaa\x84\x97\xf0\xaa\x87\x82]",92,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xb2u",4,NULL,0,NULL,0}, + {"[\xe3\xa6\x86\xe3\xa6\x8c\xe3\xa7\xae\xe3\xa7\xbe\xe3\xab\x9a\xe3\xb3\xb7\xe3\xba\x80\xe4\x93\xa4\xe4\xa8\x9a\xe4\xa9\x90\xe4\xac\x8d\xe4\xb0\xa7\xe4\xb4\xa3\xe4\xb4\xaf\xe4\xb9\x8e\xe4\xb9\xaf\xe5\x8c\xa2\xe5\x8c\xab\xe5\x91\xbc\xe5\x94\xbf\xe5\x98\x91\xe5\x9e\x80\xe5\xaf\xa3\xe5\xb9\xa0\xe5\xbf\xbd\xe6\x81\x97\xe6\x83\x9a\xe6\x88\xaf\xe6\x98\x92\xe6\x9b\xb6\xe6\xad\x91\xe6\xb3\x98\xe6\xb7\xb4\xe6\xbb\xb9\xe7\x83\x80\xe8\x86\xb4\xe8\x8b\xb8\xe8\x99\x8d\xe8\x99\x96\xe8\xac\xbc\xe8\xbb\xa4\xe8\xbd\xb7\xe9\x9b\x90\xf0\xa0\xa5\xb0\xf0\xa0\xa6\xaa\xf0\xa1\xa7\xa5\xf0\xa1\xb1\xbd\xf0\xa1\xbc\x98\xf0\xa2\x91\xa2\xf0\xa2\xbd\xa8\xf0\xa3\x93\x97\xf0\xa3\xa1\xbe\xf0\xa4\x87\xa0\xf0\xa4\x8e\xb2\xf0\xa4\x90\x80\xf0\xa4\xb6\x98\xf0\xa5\x87\xb0\xf0\xa6\x81\x95\xf0\xa6\xa9\x95\xf0\xa7\x87\x9b\xf0\xa7\xa0\xa9\xf0\xa7\xa2\xb0\xf0\xa7\xa6\x9d\xf0\xa7\xa9\x93\xf0\xa8\x95\x9a\xf0\xa8\x96\x83\xf0\xa9\x82\x82\xf0\xa9\x96\xa8\xf0\xa9\xb3\xa8\xf0\xa9\xb6\x88]",239,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe3\x97\x85\xe3\xaa\xb6\xe3\xaf\x9b\xe3\xbd\x87\xe3\xbe\xb0\xe4\x81\xab\xe4\x88\xb8\xe4\x89\xbf\xe4\x8a\x80\xe4\x8e\x81\xe4\x9a\x9b\xe4\x9e\xb1\xe4\xa0\x92\xe4\xa7\xbc\xe4\xa9\xb4\xe4\xad\x85\xe4\xad\x8c\xe4\xad\x8d\xe5\x96\x96\xe5\x98\x9d\xe5\x9b\xab\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xba\xe5\xaa\xa9\xe5\xbc\xa7\xe6\x8a\x87\xe6\x90\xb0\xe6\x96\x9b\xe6\xa5\x9c\xe6\xa7\xb2\xe6\xb9\x96\xe7\x80\xab\xe7\x84\x80\xe7\x85\xb3\xe7\x8b\x90\xe7\x8c\xa2\xe7\x91\x9a\xe7\x93\xb3\xe7\xae\xb6\xe7\xb3\x8a\xe7\xb5\x97\xe7\xb8\xa0\xe8\x83\xa1\xe8\x91\xab\xe8\x94\x9b\xe8\x9d\xb4\xe8\x9e\x9c\xe8\xa1\x9a\xe8\xa7\xb3\xe9\x86\x90\xe9\x8d\xb8\xe9\x9a\xba\xe9\xa0\xb6\xe9\xa4\xac\xe9\xac\x8d\xe9\xad\xb1\xe9\xb0\x97\xe9\xb5\xa0\xe9\xb6\x98\xe9\xb6\xa6\xe9\xb9\x95\xf0\xa0\xb4\xb1\xf0\xa1\x8d\x90\xf0\xa1\xb0\x85\xf0\xa1\xb9\xb9\xf0\xa2\x89\xa2\xf0\xa2\x8e\xb5\xf0\xa2\x8f\xaf\xf0\xa2\x91\xb9\xf0\xa2\xaa\x8f\xf0\xa3\x84\x9f\xf0\xa3\x8e\x9a\xf0\xa3\x99\xb6\xf0\xa3\x9b\xab\xf0\xa3\x9d\x97\xf0\xa3\xab\x88\xf0\xa3\xb9\xac\xf0\xa4\x8c\x8d\xf0\xa4\x98\xb5\xf0\xa4\x9d\x98\xf0\xa4\x9e\xb2\xf0\xa4\xad\xb1\xf0\xa4\xbe\x85\xf0\xa5\x82\xa4\xf0\xa5\x90\xbf\xf0\xa5\xb0\xaa\xf0\xa5\xb6\x9c\xf0\xa5\xb7\x86\xf0\xa5\xbe\xa8\xf0\xa6\x8a\xa7\xf0\xa6\x8f\x97\xf0\xa6\x96\xbc\xf0\xa6\x97\xa3\xf0\xa6\xa7\x98\xf0\xa6\xb4\x89\xf0\xa6\xb7\xb3\xf0\xa6\xba\x9f\xf0\xa7\x87\xb0\xf0\xa7\x8d\xb5\xf0\xa7\x9b\x9e\xf0\xa7\x9e\x92\xf0\xa7\xa3\xbc\xf0\xa7\xb2\xa5\xf0\xa7\xb9\xbe\xf0\xa7\xbb\xb0\xf0\xa8\x8d\xb2\xf0\xa8\xa2\x8b\xf0\xa8\xa3\x97\xf0\xa8\xb4\xac\xf0\xa9\x91\xb6\xf0\xa9\xa2\xaa\xf0\xa9\xa8\x94\xf0\xa9\xb0\xaf\xf0\xa9\xb1\x8d\xf0\xa9\xb5\xac\xf0\xa9\xbe\xbb\xf0\xaa\x82\x92\xf0\xaa\x8f\xbb\xf0\xaa\x95\x89\xf0\xaa\x95\xae\xf0\xaa\x95\xb1\xf0\xaa\x99\x88]",432,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe2\xbb\x81\xe4\x97\x82\xe4\xb9\x95\xe4\xbf\xbf\xe5\x94\xac\xe6\xb1\xbb\xe6\xb5\x92\xe6\xbb\xb8\xe7\x90\xa5\xe8\x90\x80\xe8\x99\x8e\xe8\x99\x9d\xf0\xa7\x86\xa2\xf0\xa7\x86\xae\xf0\xa7\x8c\xa7\xf0\xa7\xb0\xb4\xf0\xa8\x9b\xb5\xf0\xa8\x9d\x98]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\x95\x86\xe3\xa8\xad\xe3\xb7\xa4\xe3\xb8\xa6\xe3\xba\x89\xe4\x87\x98\xe4\x8a\xba\xe4\x8d\x93\xe4\x95\xb6\xe4\xa8\xbc\xe4\xaa\x9d\xe4\xb9\xa5\xe4\xba\x92\xe5\x86\xb1\xe5\x86\xb4\xe5\x97\x80\xe5\x9a\x9b\xe5\xa9\x9f\xe5\xab\xad\xe5\xab\xae\xe5\xb2\xb5\xe5\xb8\x8d\xe5\xbc\x96\xe6\x80\x98\xe6\x80\x99\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xbd\xe6\x89\x88\xe6\x8a\xa4\xe6\x91\xa2\xe6\x98\x88\xe6\x9e\x91\xe6\xa5\x9b\xe6\xa7\xb4\xe6\xb2\x8d\xe6\xb2\xaa\xe6\xbb\xac\xe7\x86\xa9\xe7\x93\xa0\xe7\xa5\x9c\xe7\xac\x8f\xe7\xb0\x84\xe7\xb6\x94\xe8\x8a\x90\xe8\x94\xb0\xe8\xad\xb7\xe9\x84\xa0\xe9\x8d\x99\xe9\x9b\xbd\xe9\x9f\x84\xe9\xa0\x80\xe9\xb1\xaf\xe9\xb3\xa0\xe9\xb3\xb8\xe9\xb8\x8c\xe9\xb9\xb1\xf0\xa0\xaf\xb3\xf0\xa0\xb0\x9b\xf0\xa1\x9c\x82\xf0\xa1\x9e\xa0\xf0\xa1\xb4\xb1\xf0\xa1\xb5\x98\xf0\xa1\xbb\xae\xf0\xa2\x86\xb0\xf0\xa2\x9a\xaa\xf0\xa2\xa8\xa5\xf0\xa2\xa8\xa6\xf0\xa3\x91\x82\xf0\xa3\xb2\x91\xf0\xa4\x98\x94\xf0\xa4\x9c\xb7\xf0\xa4\xa8\x96\xf0\xa4\xb9\xa3\xf0\xa5\xa2\x9f\xf0\xa5\xb2\x89\xf0\xa6\x8a\x82\xf0\xa6\x8a\x98\xf0\xa6\xac\x9a\xf0\xa6\xad\x88\xf0\xa7\x82\x94\xf0\xa7\x85\xb0\xf0\xa7\x86\xaf\xf0\xa7\x97\x8c\xf0\xa7\x98\xa2\xf0\xa7\xa5\xae\xf0\xa7\xa5\xaf\xf0\xa7\xa6\x9a\xf0\xa7\xb2\x87\xf0\xa7\xb9\xb2\xf0\xa7\xbf\x93\xf0\xa7\xbf\xa0\xf0\xa8\x9d\x9e\xf0\xa8\xa2\xa4\xf0\xa8\xa5\x9b\xf0\xa8\xb1\x80\xf0\xaa\x84\xae\xf0\xaa\x8d\x82\xf0\xaa\x8f\xb3]",344,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe7\xb2\x90\xe9\x8c\xbf\xe9\xaf\xb1\xf0\xa9\xbe\x87]",15,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu",2,NULL,0,NULL,0}, + {"[\xe3\xb3\xb8\xe5\x93\x97\xe5\x98\xa9\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x92\x8a\xe9\x8c\xb5\xf0\xa0\x9d\x90\xf0\xa1\x81\x91\xf0\xa4\x99\x95\xf0\xa6\xa7\xb9\xf0\xa6\xb6\x8e\xf0\xa8\xa3\x84\xf0\xa8\xb6\xb1\xf0\xa9\x9d\xa8]",55,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc4\x81",4,NULL,0,NULL,0}, + {"[\xe3\x95\xb2\xe3\x9f\x86\xe3\xa0\x8f\xe3\xa6\x8a\xe3\xad\x89\xe4\x94\xa2\xe4\xb1\xbb\xe4\xb4\xb3\xe4\xb6\xa4\xe5\x8d\x8e\xe5\xa7\xa1\xe6\x90\xb3\xe6\x92\xb6\xe6\xbb\x91\xe7\x8c\xbe\xe7\xa3\x86\xe8\x8f\xaf\xe8\x95\x90\xe8\x9e\x96\xe8\xad\x81\xe9\x87\xaa\xe9\x87\xab\xe9\x8b\x98\xe9\x8f\xb5\xe9\x93\xa7\xe9\xa9\x8a\xe9\xaa\x85\xe9\xb7\xa8\xf0\xa0\xb3\x82\xf0\xa2\xbc\xa4\xf0\xa4\x81\xaa\xf0\xa5\x89\x84\xf0\xa5\xa2\xae\xf0\xa6\xa7\xa0\xf0\xa6\xbd\x8a\xf0\xa7\x91\x8d\xf0\xa7\xa8\x8b\xf0\xa7\xbd\x8c\xf0\xa9\xa4\x89\xf0\xaa\x89\x8a]",134,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc3\xa1",4,NULL,0,NULL,0}, + {"[\xe3\x93\xb0\xe3\x95\xa6\xe3\x95\xb7\xe3\x9a\x8c\xe4\x80\xa8\xe4\x87\x88\xe4\x8b\x80\xe4\x9b\xa1\xe5\x88\x92\xe5\x8a\x83\xe5\x8c\x96\xe5\xa4\xbb\xe5\xa9\xb3\xe5\xab\xbf\xe5\xac\x85\xe5\xb4\x8b\xe6\x91\xa6\xe6\x9d\xb9\xe6\xa1\xa6\xe6\xa7\xac\xe6\xa8\xba\xe6\xbe\x85\xe7\x94\xbb\xe7\x95\xab\xe7\x95\xb5\xe7\xb9\xa3\xe8\x88\x99\xe8\xa7\x9f\xe8\xa9\xb1\xe8\xab\xa3\xe8\xad\xae\xe8\xaf\x9d\xe9\xbb\x8a\xf0\xa0\xa4\x8e\xf0\xa0\xbf\x9c\xf0\xa2\x84\xb6\xf0\xa2\xa6\x9a\xf0\xa3\xb6\xa9\xf0\xa5\x92\xb6\xf0\xa5\xa7\xb0\xf0\xa6\x81\x8a\xf0\xa6\x96\x8d\xf0\xa6\xa7\xb5\xf0\xa6\xaa\xa0\xf0\xa8\xb6\xac\xf0\xa9\x82\xa4\xf0\xa9\x97\x90\xf0\xa9\xb2\x8f\xf0\xa9\xb5\x8f\xf0\xa9\xb8\x84]",169,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc3\xa0",4,NULL,0,NULL,0}, + {"[\xe5\x9f\x96\xe5\xa9\xb2\xe6\xa4\x9b\xe7\x92\x8d\xe7\xa1\xb4\xe7\xb3\x80\xe8\xaa\xae]",23,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hua",3,NULL,0,NULL,0}, + {"[\xe3\x9c\xb3\xe3\xa0\xa2\xe4\x83\xb6\xe5\xbe\x8a\xe6\x80\x80\xe6\x87\x90\xe6\x87\xb7\xe6\xa7\x90\xe6\xab\xb0\xe6\xb7\xae\xe7\x80\xa4\xe8\x80\xb2\xe8\x98\xb9\xe8\xa4\xa2\xe8\xa4\xb1\xe8\xb8\x9d\xf0\xa9\x8c\x83\xf0\xaa\x8a\x89]",58,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc3\xa1i",5,NULL,0,NULL,0}, + {"[\xe5\x92\xb6\xe5\x9d\x8f\xe5\xa3\x8a\xe5\xa3\x9e\xe8\x98\xbe\xe8\xab\x99\xf0\xa3\x9f\x89\xf0\xa3\xa9\xb9\xf0\xa3\xb8\x8e\xf0\xa4\x9c\x84\xf0\xa6\x8f\xa8\xf0\xa6\xa7\xac\xf0\xa7\xb1\xb3\xf0\xa9\x9f\xae]",52,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc3\xa0i",5,NULL,0,NULL,0}, + {"[\xe3\xb9\x95\xe5\x9a\xbe\xe6\x87\xbd\xe6\xac\xa2\xe6\xad\x93\xe6\xad\xa1\xe7\x8a\xbf\xe7\x8d\xbe\xe8\xae\x99\xe8\xb2\x9b\xe9\x85\x84\xe9\xa9\xa9\xe9\xb4\x85\xe9\xb5\x8d\xf0\xa0\x82\x84\xf0\xa1\x9a\x8a\xf0\xa1\x9a\x9c\xf0\xa3\x8c\x93\xf0\xa4\x9b\x9a\xf0\xa5\x90\x93\xf0\xa5\xb9\x9a\xf0\xa8\xbd\xa7\xf0\xa9\xa6\x98\xf0\xa9\xb5\x84\xf0\xa9\xbf\x8a\xf0\xaa\x88\xa9]",92,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\xa1\xb2\xe3\xb5\xb9\xe3\xb6\x8e\xe3\xbf\xaa\xe4\x9d\xa0\xe4\xa5\xa7\xe4\xa6\xa1\xe4\xad\xb4\xe4\xb4\x89\xe4\xb4\x8b\xe4\xb4\x9f\xe5\x9c\x9c\xe5\xac\x9b\xe5\xaf\x8f\xe5\xaf\xb0\xe5\xb3\x98\xe6\xa1\x93\xe6\xb4\xb9\xe6\xbe\xb4\xe7\x8b\x9f\xe7\x8e\xaf\xe7\x92\xb0\xe7\x93\x9b\xe7\xb3\xab\xe7\xb5\x99\xe7\xb6\x84\xe7\xb9\xaf\xe7\xbc\xb3\xe7\xbe\xa6\xe8\x8d\x81\xe8\x90\x88\xe8\x90\x91\xe8\xb1\xb2\xe8\xb2\x86\xe8\xbd\x98\xe9\x83\x87\xe9\x89\xae\xe9\x8d\xb0\xe9\x90\xb6\xe9\x94\xbe\xe9\x95\xae\xe9\x97\xa4\xe9\x98\x9b\xe9\x9b\x88\xe9\xac\x9f\xe9\xb9\xae\xf0\xa0\x9f\xbc\xf0\xa1\x84\xa4\xf0\xa1\x8d\xa6\xf0\xa1\x98\x8d\xf0\xa1\xa9\x82\xf0\xa1\xb1\x8c\xf0\xa2\x9f\xbf\xf0\xa4\xa9\xbd\xf0\xa6\xa3\xb4\xf0\xa6\xbb\x83\xf0\xa6\xbc\x89\xf0\xa8\x95\xb9\xf0\xa9\x8d\xa1\xf0\xa9\x91\x96\xf0\xa9\x99\xbd\xf0\xa9\xa1\xa7\xf0\xaa\x8a\xa5\xf0\xaa\x8d\xba]",212,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe3\xa3\xaa\xe4\x88\xa0\xe6\x94\x8c\xe7\xb7\xa9\xe7\xbc\x93\xf0\xa4\x80\xa3\xf0\xa4\xbc\xa2\xf0\xa5\xb6\x8d\xf0\xa6\x91\x9b\xf0\xa7\xa1\xa9]",37,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\x95\x95\xe3\xaa\xb1\xe3\xac\x87\xe3\xac\x8a\xe3\xb9\x96\xe3\xbc\xab\xe4\x80\x93\xe4\x86\xa0\xe4\x8d\xba\xe4\x92\x9b\xe4\xa0\x89\xe4\xaf\x98\xe5\x94\xa4\xe5\x96\x9a\xe5\x96\x9b\xe5\xa5\x82\xe5\xa5\x90\xe5\xae\xa6\xe5\xb5\x88\xe5\xb9\xbb\xe6\x82\xa3\xe6\x84\x8c\xe6\x8d\xa2\xe6\x8f\x9b\xe6\x93\x90\xe6\xa2\x99\xe6\xa7\xb5\xe6\xb5\xa3\xe6\xb6\xa3\xe6\xb8\x99\xe6\xbc\xb6\xe6\xbe\xa3\xe7\x83\x89\xe7\x84\x95\xe7\x85\xa5\xe7\x91\x8d\xe7\x97\xaa\xe7\x98\x93\xe7\x9d\x86\xe8\x82\x92\xe8\x97\xa7\xe8\xb1\xa2\xe9\x80\xad\xe9\xaf\x87\xe9\xb0\x80\xe9\xb2\xa9\xf0\xa0\xba\x90\xf0\xa0\xbb\x8d\xf0\xa1\x85\xb1\xf0\xa1\x85\xbb\xf0\xa1\xb7\x97\xf0\xa4\xa1\x9f\xf0\xa4\xa2\x81\xf0\xa4\xb4\xaf\xf0\xa4\xbd\x85\xf0\xa4\xbd\x95\xf0\xa5\x88\x89\xf0\xa5\x8f\x87\xf0\xa5\xa0\x85\xf0\xa6\x8c\xa6\xf0\xa6\x9d\x9d\xf0\xa7\x9a\x81\xf0\xa7\xb4\x8a\xf0\xa8\x9c\x8c]",212,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc3\xa0n",5,NULL,0,NULL,0}, + {"\xe7\x9e\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"huan",4,NULL,0,NULL,0}, + {"[\xe3\xa0\xb5\xe3\xa1\x83\xe3\xac\xbb\xe4\x80\xae\xe5\xa1\x83\xe5\xb7\x9f\xe6\x85\x8c\xe6\x9c\x9a\xe8\x82\x93\xe8\x8d\x92\xe8\xa1\x81\xf0\xa1\x9c\x8b\xf0\xa1\xa1\x84\xf0\xa1\xbf\xb0\xf0\xa2\x81\xb9\xf0\xa2\x87\x9f\xf0\xa3\x86\x96\xf0\xa3\xba\xac\xf0\xa4\x86\xb4\xf0\xa4\xa0\x9b\xf0\xa4\xad\x89\xf0\xa5\xbf\xaa\xf0\xa7\x96\xac\xf0\xa7\xa0\xac\xf0\xa8\x9a\xb3\xf0\xa9\xa2\xaf\xf0\xaa\x80\x9e]",99,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc4\x81ng",6,NULL,0,NULL,0}, + {"[\xe2\xbb\xa9\xe3\x9e\xb7\xe3\xbe\xae\xe4\x84\x93\xe4\x85\xa3\xe4\x85\xbf\xe4\x8a\x97\xe4\x8a\xa3\xe4\x8d\xbf\xe4\x91\x9f\xe4\x9e\xb9\xe4\xaa\x84\xe4\xae\xb2\xe4\xb3\xa8\xe5\x81\x9f\xe5\x85\xa4\xe5\x87\xb0\xe5\x96\xa4\xe5\xa0\xad\xe5\xa2\xb4\xe5\xaa\x93\xe5\xb4\xb2\xe5\xbe\xa8\xe6\x83\xb6\xe6\xa5\xbb\xe6\xb9\x9f\xe6\xbd\xa2\xe7\x85\x8c\xe7\x86\xbf\xe7\x8d\x9a\xe7\x91\x9d\xe7\x92\x9c\xe7\x99\x80\xe7\x9a\x87\xe7\xa3\xba\xe7\xa9\x94\xe7\xaf\x81\xe7\xaf\x8a\xe7\xb0\xa7\xe8\x89\x8e\xe8\x91\x9f\xe8\x9d\x97\xe8\x9f\xa5\xe8\xab\xbb\xe8\xb6\xaa\xe9\x81\x91\xe9\x8d\xa0\xe9\x90\x84\xe9\x94\xbd\xe9\x9a\x8d\xe9\x9f\xb9\xe9\xa4\xad\xe9\xa8\x9c\xe9\xb0\x89\xe9\xb1\x91\xe9\xb3\x87\xe9\xb7\xac\xe9\xbb\x83\xe9\xbb\x84\xf0\xa0\x82\xb8\xf0\xa1\x89\x9a\xf0\xa4\x9a\x9d\xf0\xa4\x9b\xa5\xf0\xa4\xaf\xb7\xf0\xa4\xbe\x91\xf0\xa6\xa1\xbd\xf0\xa6\xaa\x97\xf0\xa7\x95\xb8\xf0\xa8\x89\xa4\xf0\xa8\x8d\xa7\xf0\xa8\x9c\x94\xf0\xa8\x9d\xb4\xf0\xa8\xb1\x91\xf0\xa9\x9e\xa9\xf0\xaa\x8f\x8d\xf0\xaa\x8f\x92\xf0\xaa\x8f\x99\xf0\xab\x97\xae]",255,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc3\xa1ng",6,NULL,0,NULL,0}, + {"[\xe3\xa4\xba\xe4\x90\xa0\xe5\xa5\x9b\xe5\xae\xba\xe5\xb9\x8c\xe6\x80\xb3\xe6\x81\x8d\xe6\x99\x83\xe6\x99\x84\xe6\xab\x8e\xe7\x82\xbe\xe7\x86\x80\xe8\xa9\xa4\xe8\xac\x8a\xe8\xb0\x8e\xf0\xa1\xa7\xbd\xf0\xa3\x84\x99\xf0\xa3\x89\xaa\xf0\xa6\x9f\xae\xf0\xa6\xb5\xbd]",67,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc7\x8eng",6,NULL,0,NULL,0}, + {"[\xe3\xa8\xaa\xe3\xbf\xa0\xe4\x81\x9c\xe4\x8c\x99\xe6\x84\xb0\xe6\x9b\x82\xe6\xa6\xa5\xe6\xbb\x89\xe7\x9a\x9d\xe7\x9a\xa9\xe9\x8e\xa4\xf0\xa5\xab\xbc\xf0\xa8\x89\x81]",43,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc3\xa0ng",6,NULL,0,NULL,0}, + {"\xe7\xb8\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"huang",5,NULL,0,NULL,0}, + {"[\xe3\x9e\x80\xe3\xa7\x91\xe3\xab\x8e\xe3\xb7\x87\xe3\xb9\x86\xe3\xbe\xaf\xe4\x96\xb6\xe4\x9c\x90\xe4\x9d\x85\xe5\x92\xb4\xe5\x99\x85\xe5\x99\x95\xe5\xa9\x8e\xe5\xaa\x88\xe5\xb9\x91\xe5\xbe\xbd\xe6\x81\xa2\xe6\x8b\xbb\xe6\x8c\xa5\xe6\x8f\xae\xe6\x92\x9d\xe6\x99\x96\xe6\x9a\x89\xe6\xa5\x8e\xe6\xb4\x83\xe7\x80\x88\xe7\x81\xb0\xe7\x83\xa3\xe7\x85\x87\xe7\x8f\xb2\xe7\x9d\xb3\xe7\xa6\x88\xe7\xbf\x9a\xe7\xbf\xac\xe8\x98\xb3\xe8\x99\xba\xe8\xa2\x86\xe8\xa4\x98\xe8\xa9\xbc\xe8\xaf\x99\xe8\xb1\x97\xe8\xbc\x9d\xe8\xbe\x89\xe9\x9a\x93\xe9\x9a\xb3\xe9\xb0\xb4\xe9\xba\xbe\xf0\xa0\x93\x8a\xf0\xa0\xaf\xa0\xf0\xa1\x92\xbe\xf0\xa1\xaf\xa5\xf0\xa2\x80\xa1\xf0\xa2\x8a\x84\xf0\xa3\x84\x93\xf0\xa4\x95\x9a\xf0\xa4\x9f\xa4\xf0\xa4\xbe\x88\xf0\xa5\x83\x8c\xf0\xa5\x8c\x8d\xf0\xa6\xad\xb9\xf0\xa7\x89\x87\xf0\xa7\x97\xbc\xf0\xa7\xb3\x90\xf0\xa8\xa6\x97\xf0\xa9\xbb\x9f\xf0\xaa\x80\xac\xf0\xaa\x88\x91\xf0\xaa\x8f\x8f\xf0\xaa\x91\x80\xf0\xaa\x96\x95]",235,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc4\xab",4,NULL,0,NULL,0}, + {"[\xe4\xbd\xaa\xe5\x9b\x98\xe5\x9b\x9e\xe5\x9b\xac\xe5\xbb\xbb\xe5\xbb\xbd\xe6\x81\x9b\xe6\xb4\x84\xe7\x83\xa0\xe7\x97\x90\xe8\x8c\xb4\xe8\x9a\x98\xe8\x9b\x94\xe8\x9b\x95\xe8\x9c\x96\xe8\xbf\xb4\xe9\x80\xa5\xe9\xae\xb0\xf0\xa0\xb2\x9b\xf0\xa1\x8b\x99\xf0\xa1\xb0\x8b\xf0\xa1\xb9\x8e\xf0\xa4\x9c\xa1\xf0\xa8\x9b\xa4\xf0\xa9\xa2\xb1\xf0\xaa\x80\x9f\xf0\xaa\x9b\x82\xf0\xab\x9a\x94]",96,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc3\xad",4,NULL,0,NULL,0}, + {"[\xe3\xa9\x93\xe3\xb7\x84\xe3\xb7\x90\xe4\x83\xa3\xe4\x8f\xa8\xe4\x9b\xbc\xe6\x82\x94\xe6\xaa\x93\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x87\xe7\x87\xac\xe8\xad\xad\xf0\xa1\xa2\x95\xf0\xa1\xad\x9b\xf0\xa3\xb8\x80\xf0\xa4\x83\xbd\xf0\xa4\x88\xa6\xf0\xa4\x8c\x8b\xf0\xa5\x8a\x94\xf0\xa5\xb6\xb5\xf0\xa5\xb8\x83\xf0\xa6\x9e\x99\xf0\xa6\xbd\x90\xf0\xa7\x97\x8f\xf0\xa9\x83\xbe\xf0\xa9\x97\x9d\xf0\xa9\xb6\xa5\xf0\xaa\x8f\x87]",105,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc7\x90",4,NULL,0,NULL,0}, + {"[\xe3\x91\xb0\xe3\x91\xb9\xe3\x9c\x87\xe3\x9e\xa7\xe3\xa4\xac\xe3\xa5\xa3\xe3\xa8\xa4\xe3\xa8\xb9\xe3\xa9\xa8\xe3\xac\xa9\xe3\xb1\xb1\xe3\xbb\x85\xe4\x82\x95\xe4\x85\x8f\xe4\x8c\x87\xe4\x95\x87\xe4\x9b\x9b\xe4\x9c\x8b\xe4\xa4\xa7\xe4\xa7\xa5\xe4\xa9\x88\xe4\xab\xad\xe4\xbc\x9a\xe5\x83\xa1\xe5\x84\xb6\xe5\x8c\xaf\xe5\x8d\x89\xe5\x93\x95\xe5\x96\x99\xe5\x98\x92\xe5\x99\xa6\xe5\x9a\x96\xe5\x9c\x9a\xe5\xac\x92\xe5\xad\x88\xe5\xaf\xad\xe5\xbd\x97\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbe\xbb\xe6\x81\x9a\xe6\x81\xb5\xe6\x83\xa0\xe6\x85\xa7\xe6\x86\x93\xe6\x99\xa6\xe6\x9a\xb3\xe6\x9c\x83\xe6\xa7\xa5\xe6\xa9\x9e\xe6\xab\x98\xe6\xae\xa8\xe6\xb1\x87\xe6\xb3\x8b\xe6\xb5\x8d\xe6\xb9\x8f\xe6\xbb\x99\xe6\xbd\x93\xe6\xbe\xae\xe6\xbf\x8a\xe7\x83\xa9\xe7\x87\xb4\xe7\x8d\xa9\xe7\x92\xaf\xe7\x98\xa3\xe7\x9e\xba\xe7\xa7\xbd\xe7\xa9\xa2\xe7\xaf\xb2\xe7\xb5\xb5\xe7\xb9\xa2\xe7\xb9\xaa\xe7\xbb\x98\xe7\xbc\x8b\xe7\xbf\x99\xe7\xbf\xbd\xe8\x8a\x94\xe8\x8d\x9f\xe8\x94\xa7\xe8\x95\x99\xe8\x96\x88\xe8\x96\x89\xe8\x97\xb1\xe8\x9f\xaa\xe8\xa9\xaf\xe8\xaa\xa8\xe8\xab\xb1\xe8\xad\x93\xe8\xad\xbf\xe8\xae\xb3\xe8\xaf\xb2\xe8\xb3\x84\xe8\xb4\xbf\xe9\x8f\xb8\xe9\x90\xac\xe9\x97\xa0\xe9\x98\x93\xe9\x9d\xa7\xe9\xa0\xae\xe9\xa1\xaa\xe9\xa2\x92\xe9\xa4\xaf\xf0\xa0\x8d\x97\xf0\xa0\xa7\xa9\xf0\xa0\xbd\xa1\xf0\xa0\xbf\x94\xf0\xa1\x8f\x81\xf0\xa1\x9c\xa6\xf0\xa1\xa5\x8b\xf0\xa1\xb9\xaf\xf0\xa2\x84\xa3\xf0\xa2\x85\xab\xf0\xa2\x8a\x87\xf0\xa2\x95\xba\xf0\xa2\x9f\xbe\xf0\xa2\xbb\x94\xf0\xa3\x8b\x98\xf0\xa3\xa8\xb6\xf0\xa4\x86\xb3\xf0\xa4\x9c\x8b\xf0\xa4\xb8\x81\xf0\xa5\x80\xa0\xf0\xa5\x94\xaf\xf0\xa5\xb1\xb5\xf0\xa5\xb4\xaf\xf0\xa6\x82\x86\xf0\xa6\x92\x8e\xf0\xa6\xa1\x96\xf0\xa7\x8f\xa7\xf0\xa7\x96\xa2\xf0\xa7\xa7\xbe\xf0\xa7\xac\xa8\xf0\xa7\xad\xbe\xf0\xa8\x8a\xa2\xf0\xa8\x8d\xb9\xf0\xa8\x97\xa5\xf0\xa8\x98\x87\xf0\xa8\x98\xb2\xf0\xa8\xb5\x98\xf0\xa9\x86\x81\xf0\xa9\x87\xbb\xf0\xa9\x92\x8f\xf0\xa9\x92\xb3\xf0\xa9\x94\x81\xf0\xaa\x8a\x82\xf0\xaa\x94\x8a]",484,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc3\xac",4,NULL,0,NULL,0}, + {"[\xe5\xb1\xb7\xe6\x87\xb3\xe7\x81\xb3\xe7\x92\xa4\xf0\xa3\x8c\xad]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hui",3,NULL,0,NULL,0}, + {"[\xe3\x96\xa7\xe4\x8e\x9c\xe4\xa1\xa3\xe5\xa9\x9a\xe6\x83\x9b\xe6\x98\x8f\xe6\x98\xac\xe6\xa3\x94\xe6\xae\x99\xe6\xb6\xbd\xe7\x9d\xa7\xe7\x9d\xaf\xe8\x8d\xa4\xe8\x91\xb7\xe9\x96\xbd\xe9\x98\x8d\xf0\xa0\x89\xa3\xf0\xa1\xa8\xa9\xf0\xa3\x87\xb2\xf0\xa3\xa3\x8f\xf0\xa7\xa0\x9a\xf0\xa9\x85\xb4]",74,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc5\xabn",4,NULL,0,NULL,0}, + {"[\xe3\x91\xae\xe3\xa8\xa1\xe3\xae\xaf\xe4\x8a\x90\xe4\xae\x9d\xe4\xb0\x9f\xe4\xb4\xb7\xe5\xa0\x9a\xe5\xbf\xb6\xe6\xa2\xa1\xe6\xb5\x91\xe6\xb8\xbe\xe7\x90\xbf\xe7\xb9\x89\xe8\xbd\x8b\xe9\xa4\x9b\xe9\xa6\x84\xe9\xad\x82\xe9\xbc\xb2\xf0\xa3\x9d\x82\xf0\xa3\xa8\xbf\xf0\xa6\x9f\xb2\xf0\xa8\x8b\xa8\xf0\xa8\x8f\x82\xf0\xa9\xa7\xb0\xf0\xaa\x8c\xbd]",87,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xban",4,NULL,0,NULL,0}, + {"[\xe9\xaf\xb6\xf0\xa6\x83\x95\xf0\xa9\xbd\xbc\xf0\xaa\x91\x95]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc7\x94n",4,NULL,0,NULL,0}, + {"[\xe3\xa5\xb5\xe4\x85\x99\xe4\x85\xb1\xe4\x9a\xa0\xe4\x9b\xb0\xe4\xa7\xb0\xe4\xab\x9f\xe4\xbf\x92\xe5\x80\xb1\xe5\x9c\x82\xe6\x85\x81\xe6\x8e\x8d\xe6\xb7\xb7\xe6\xba\xb7\xe7\x84\x9d\xe8\xa7\xa8\xe8\xab\xa2\xe8\xaf\xa8\xf0\xa1\x87\xaf\xf0\xa3\xa3\x9e\xf0\xa6\x9e\xa2\xf0\xa6\xa1\xb5\xf0\xa6\xb5\xa3\xf0\xa7\xa3\xa2\xf0\xa8\x82\xb1\xf0\xa8\xa1\xab\xf0\xa9\x87\x87\xf0\xa9\x8f\x96]",96,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc3\xb9n",4,NULL,0,NULL,0}, + {"[\xe4\xa6\x9d\xe5\x89\xa8\xe5\x8a\x90\xe5\x90\x99\xe5\x9a\x84\xe6\x94\x89\xe8\x80\xa0\xe8\xb1\x81\xe9\x8d\x83\xe9\x94\xaa\xe9\xa8\x9e\xf0\xa8\xb7\xae\xf0\xa9\xad\xb3]",43,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc5\x8d",4,NULL,0,NULL,0}, + {"[\xe4\x84\x86\xe4\x84\x91\xe4\xa3\xb6\xe4\xbd\xb8\xe6\xb4\xbb\xe7\xa7\xae\xe7\xa7\xb3\xf0\xa1\xaf\xa2\xf0\xa2\x8b\x92\xf0\xa4\xbb\x99\xf0\xa6\xa8\xaf\xf0\xa7\xb5\xbb]",43,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc3\xb3",4,NULL,0,NULL,0}, + {"[\xe4\xbc\x99\xe5\xa4\xa5\xe6\xbc\xb7\xe7\x81\xab\xe9\x82\xa9\xe9\x88\xa5\xe9\x92\xac\xf0\xa4\x86\x84\xf0\xa4\xac\x81]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc7\x92",4,NULL,0,NULL,0}, + {"[\xe3\x93\x89\xe3\x96\xaa\xe3\x97\xb2\xe3\x98\x9e\xe3\xa6\x8e\xe3\xa6\x9c\xe3\xa6\xaf\xe3\xa8\xaf\xe3\xa9\x87\xe3\xaf\x89\xe3\xb8\x8c\xe3\xba\xa2\xe4\x81\xa8\xe4\x82\x84\xe4\x84\x80\xe4\x89\x9f\xe4\x90\xb8\xe4\xa8\xa5\xe4\xac\x89\xe4\xb0\xa5\xe4\xb1\x9b\xe4\xbf\xb0\xe5\x92\x9f\xe5\x9a\xaf\xe5\x9a\xbf\xe5\xa5\xaf\xe6\x83\x91\xe6\x88\x96\xe6\x8d\x87\xe6\x8e\x9d\xe6\x97\xa4\xe6\x9b\xa4\xe6\xa5\x87\xe6\xaa\xb4\xe6\xb2\x8e\xe6\xb9\xb1\xe6\xbf\xa9\xe7\x80\x96\xe7\x8d\xb2\xe7\x99\xa8\xe7\x9c\x93\xe7\x9f\x86\xe7\x9f\x90\xe7\xa0\x89\xe7\xa5\xb8\xe7\xa6\x8d\xe7\xa9\xab\xe8\x80\xaf\xe8\x87\x9b\xe8\x89\xa7\xe8\x8e\xb7\xe8\x92\xa6\xe8\x97\xbf\xe8\xa0\x96\xe8\xac\x8b\xe8\xb2\xa8\xe8\xb4\xa7\xe9\x91\x8a\xe9\x95\xac\xe9\x96\x84\xe9\x9c\x8d\xe9\x9d\x83\xf0\xa0\x99\x9e\xf0\xa0\xaf\x90\xf0\xa0\xb5\xbe\xf0\xa1\x84\xb4\xf0\xa1\x93\x98\xf0\xa1\xaa\x9e\xf0\xa1\xbf\xbf\xf0\xa2\x83\x8e\xf0\xa2\x9b\xaf\xf0\xa2\x9d\x87\xf0\xa2\x9e\x95\xf0\xa3\x84\xb8\xf0\xa3\x89\x92\xf0\xa3\xa4\xa8\xf0\xa4\x81\xb9\xf0\xa4\x8a\xb4\xf0\xa4\x8f\x98\xf0\xa4\x90\xb0\xf0\xa5\x87\x99\xf0\xa5\x8a\xae\xf0\xa5\x92\xa0\xf0\xa5\x99\xa8\xf0\xa5\x9d\x82\xf0\xa5\xbd\xa5\xf0\xa6\x91\x8c\xf0\xa6\x92\xa7\xf0\xa6\x9e\xa6\xf0\xa7\x86\x91\xf0\xa7\xa4\xb4\xf0\xa7\xaf\x86\xf0\xa7\xaf\xb1\xf0\xa8\x90\xb6\xf0\xa8\x98\x8c\xf0\xa8\x99\x80\xf0\xa9\x86\x80\xf0\xa9\x9e\xba\xf0\xa9\x9f\xa8\xf0\xa9\x9f\xb8\xf0\xa9\xaa\xad\xf0\xaa\x92\xa9]",348,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc3\xb2",4,NULL,0,NULL,0}, + {"[\xe3\x9a\xbb\xe3\x9b\xb7\xe3\xa6\x98\xe3\xab\xb7\xe3\xae\xb7\xe4\x81\xb6\xe4\x82\x91\xe4\x87\xab\xe4\x90\x9a\xe4\x95\xa4\xe4\x97\x97\xe4\x9b\xb4\xe4\x9f\x87\xe4\xb8\x8c\xe4\xb9\xa9\xe5\x83\x9f\xe5\x87\xbb\xe5\x88\x89\xe5\x88\x8f\xe5\x89\x9e\xe5\x8b\xa3\xe5\x8f\xbd\xe5\x92\xad\xe5\x94\xa7\xe5\x96\x9e\xe5\x97\x98\xe5\x98\xb0\xe5\x9c\xbe\xe5\x9f\xba\xe5\xa2\xbc\xe5\xa7\xab\xe5\xa7\xac\xe5\xb1\x90\xe5\xb5\x86\xe5\xb5\x87\xe6\x93\x8a\xe6\x95\xa7\xe6\x9c\x9e\xe6\x9c\xba\xe6\x9e\x85\xe6\xa7\xa3\xe6\xa9\x9f\xe6\xab\x85\xe6\xaf\x84\xe6\xbf\x80\xe7\x8a\x84\xe7\x8e\x91\xe7\x92\xa3\xe7\x95\xb8\xe7\x95\xbf\xe7\x99\xaa\xe7\x9f\xb6\xe7\xa3\xaf\xe7\xa6\xa8\xe7\xa7\xaf\xe7\xa8\x98\xe7\xa8\xbd\xe7\xa9\x8d\xe7\xac\x84\xe7\xad\x93\xe7\xae\x95\xe7\xb0\x8a\xe7\xb7\x9d\xe7\xb8\xbe\xe7\xbb\xa9\xe7\xbc\x89\xe7\xbe\x81\xe7\xbe\x87\xe7\xbe\x88\xe8\x80\xad\xe8\x82\x8c\xe8\x8a\xa8\xe8\x99\x80\xe8\xa5\x80\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa7\xad\xe8\xad\x8f\xe8\xad\xa4\xe8\xae\xa5\xe8\xb3\xab\xe8\xb3\xb7\xe8\xb5\x8d\xe8\xb7\xa1\xe8\xb7\xbb\xe8\xb9\x9f\xe8\xba\x8b\xe8\xba\xb8\xe8\xbf\xb9\xe9\x84\xbf\xe9\x8a\x88\xe9\x8c\xa4\xe9\x90\x96\xe9\x91\x87\xe9\x91\x99\xe9\x9a\xae\xe9\x9b\x9e\xe9\x9e\xbf\xe9\x9f\xb2\xe9\xa3\xa2\xe9\xa5\x91\xe9\xa5\xa5\xe9\xb3\xae\xe9\xb6\x8f\xe9\xb7\x84\xe9\xb8\x84\xe9\xb8\xa1\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x91\xf0\xa0\x80\xb7\xf0\xa0\x8b\xbb\xf0\xa0\x8d\x83\xf0\xa0\x94\x8b\xf0\xa0\x9a\xbd\xf0\xa0\x9f\xa3\xf0\xa0\xb4\xa9\xf0\xa0\xb7\x8c\xf0\xa0\xbc\xbb\xf0\xa1\x87\x9f\xf0\xa1\xab\x80\xf0\xa1\xb3\xae\xf0\xa1\xbf\x99\xf0\xa2\x81\x82\xf0\xa2\x86\xbb\xf0\xa2\xa1\xb4\xf0\xa2\xa8\x90\xf0\xa2\xa9\xa6\xf0\xa2\xbc\x8b\xf0\xa3\x87\xb3\xf0\xa3\xaa\xa0\xf0\xa3\xac\xa0\xf0\xa3\xb0\x88\xf0\xa4\x8b\xad\xf0\xa4\x8c\xbf\xf0\xa4\xb3\x8e\xf0\xa5\x98\x8c\xf0\xa5\xa1\x92\xf0\xa5\xa8\xbf\xf0\xa5\xab\xb6\xf0\xa5\xb0\xa6\xf0\xa5\xb3\x8f\xf0\xa5\xba\xb5\xf0\xa6\x8c\xb0\xf0\xa6\xa0\x84\xf0\xa6\xb3\x8c\xf0\xa6\xba\xac\xf0\xa6\xbc\xb7\xf0\xa6\xbf\x93\xf0\xa7\x90\x90\xf0\xa7\x97\x92\xf0\xa7\xab\xa0\xf0\xa8\x85\xa4\xf0\xa8\x8a\xbb\xf0\xa8\x8d\xba\xf0\xa8\x90\x86\xf0\xa8\xae\xba\xf0\xa8\xb2\xaa\xf0\xa8\xb3\xbb\xf0\xa8\xb9\xb6\xf0\xa8\xbb\x95\xf0\xa9\x89\x9c\xf0\xa9\x90\x86\xf0\xa9\x9a\xae\xf0\xa9\x9c\x86\xf0\xa9\xa0\xa8\xf0\xa9\xa8\x92\xf0\xaa\x85\xb9\xf0\xaa\x8c\x8d\xf0\xaa\x94\x8b\xf0\xab\x8c\x80]",576,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc4\xab",3,NULL,0,NULL,0}, + {"[\xe3\x94\x95\xe3\x97\x8a\xe3\x97\xb1\xe3\x98\x8d\xe3\x99\xab\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa1\xae\xe3\xa4\x82\xe3\xa5\x9b\xe3\xa7\x80\xe3\xad\xb2\xe3\xb2\xba\xe3\xb4\x95\xe3\xbb\xb7\xe3\xbd\xba\xe3\xbe\x8a\xe4\x81\x92\xe4\x90\x95\xe4\x9a\x90\xe4\x9e\x98\xe4\x9f\x8c\xe4\xa3\xa2\xe4\xa9\xaf\xe4\xb2\xaf\xe4\xb3\xad\xe4\xba\x9f\xe4\xba\xbc\xe4\xbc\x8b\xe4\xbd\xb6\xe5\x81\xae\xe5\x8d\x99\xe5\x8d\xb3\xe5\x8d\xbd\xe5\x8f\x8a\xe5\x90\x89\xe5\xa1\x89\xe5\xa7\x9e\xe5\xab\x89\xe5\xb2\x8c\xe5\xb6\xaf\xe5\xba\xb4\xe5\xbd\xb6\xe5\xbf\xa3\xe6\x80\xa5\xe6\x84\xb1\xe6\x88\xa2\xe6\x8f\xa4\xe6\x92\x83\xe6\x93\xae\xe6\x9e\x81\xe6\xa3\x98\xe6\xa5\xab\xe6\xa5\xb5\xe6\xa7\x89\xe6\xa9\xb6\xe6\xaa\x9d\xe6\xae\x9b\xe6\xb1\xb2\xe6\xb9\x92\xe6\xbd\x97\xe6\xbf\x88\xe7\x84\x8f\xe7\x8b\xa4\xe7\x96\xbe\xe7\x98\xa0\xe7\x9a\x80\xe7\x9a\x8d\xe7\xa6\x9d\xe7\xac\x88\xe7\xae\xbf\xe7\xb1\x8d\xe7\xb4\x9a\xe7\xba\xa7\xe8\x80\xa4\xe8\x84\x8a\xe8\x86\x8c\xe8\x89\xa5\xe8\x92\xba\xe8\x95\x80\xe8\x95\xba\xe8\x97\x89\xe8\x9e\x8f\xe8\xa5\x8b\xe8\xa7\x99\xe8\xaf\x98\xe8\xb0\xbb\xe8\xb6\x8c\xe8\xb8\x96\xe8\xb9\x90\xe8\xbc\xaf\xe8\xbd\x9a\xe8\xbe\x91\xe9\x83\x86\xe9\x8a\xa1\xe9\x8d\x93\xe9\x8f\xb6\xe9\x92\x91\xe9\x9b\x86\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9c\xb5\xe9\xb6\xba\xe9\xb7\x91\xe9\xb9\xa1\xf0\xa0\x91\x83\xf0\xa0\x93\x9e\xf0\xa0\x97\x8f\xf0\xa0\xa6\xab\xf0\xa0\xa8\xa0\xf0\xa0\xab\xb7\xf0\xa0\xaf\x89\xf0\xa0\xb6\xbb\xf0\xa0\xb9\x8b\xf0\xa0\xbf\xa0\xf0\xa1\x81\xb0\xf0\xa1\x83\x83\xf0\xa1\x85\xba\xf0\xa1\xa6\xaa\xf0\xa1\xb9\xaa\xf0\xa2\x83\xba\xf0\xa2\x89\x97\xf0\xa2\x8f\x9e\xf0\xa2\xb0\x92\xf0\xa2\xb1\xa3\xf0\xa3\x8f\xa1\xf0\xa3\x96\xb7\xf0\xa3\x9b\x94\xf0\xa3\x9c\x87\xf0\xa3\xa3\x9d\xf0\xa3\xb3\x83\xf0\xa3\xb9\x9c\xf0\xa4\x8a\xb5\xf0\xa4\x8e\x97\xf0\xa4\xa0\x8e\xf0\xa4\xb7\x89\xf0\xa4\xba\xb7\xf0\xa4\xbf\xa0\xf0\xa5\x88\x82\xf0\xa5\x8a\xac\xf0\xa5\x8b\xa5\xf0\xa5\x92\xa1\xf0\xa5\x95\x82\xf0\xa5\x96\x99\xf0\xa5\xa0\x8b\xf0\xa6\x8e\xa2\xf0\xa6\x9d\x96\xf0\xa6\xa0\xbe\xf0\xa6\xa9\xa7\xf0\xa6\xb5\xbe\xf0\xa6\xb6\x8d\xf0\xa6\xba\xa9\xf0\xa6\xba\xb4\xf0\xa7\x89\x86\xf0\xa7\x89\x8d\xf0\xa7\x8e\xbf\xf0\xa7\xa4\x8f\xf0\xa7\xa5\x84\xf0\xa7\xa7\xa9\xf0\xa7\xa9\xa6\xf0\xa7\xaa\xa0\xf0\xa7\xae\xad\xf0\xa7\xbd\x91\xf0\xa8\x8b\x89\xf0\xa8\xa4\xb9\xf0\xa8\xa6\xae\xf0\xa8\xaa\x8f\xf0\xa8\xb8\x9a\xf0\xa9\x80\x96\xf0\xa9\xa6\xa4\xf0\xa9\xb4\x83\xf0\xaa\x82\xba\xf0\xaa\x84\xb8]",589,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc3\xad",3,NULL,0,NULL,0}, + {"[\xe3\x9a\xa1\xe3\x9e\x86\xe3\x9e\x9b\xe3\x9e\xa6\xe3\xa6\xb8\xe3\xa8\x88\xe3\xb4\x89\xe4\x8d\xa4\xe4\xa2\xb3\xe4\xb8\xae\xe5\x87\xa0\xe5\xa6\x80\xe5\xb5\xb4\xe5\xb7\xb1\xe5\xb9\xbe\xe6\x88\x9f\xe6\x8c\xa4\xe6\x8e\x8e\xe6\x92\xa0\xe6\x93\xa0\xe6\xb3\xb2\xe7\x8a\xb1\xe7\xa9\x96\xe8\x99\xae\xe8\x9f\xa3\xe9\x88\x98\xe9\xad\x95\xe9\xad\xa2\xe9\xb1\xbe\xe9\xba\x82\xf0\xa0\xae\xaf\xf0\xa0\xb1\xa8\xf0\xa2\x93\x84\xf0\xa2\x9c\xad\xf0\xa4\x9c\x9d\xf0\xa4\x9c\xbe\xf0\xa5\xaa\xbc\xf0\xa5\xbe\x8a\xf0\xa7\xbe\xbe\xf0\xa8\x84\x90\xf0\xa8\x92\xb4\xf0\xa8\xb3\x8b\xf0\xa9\x89\xa2\xf0\xa9\xaf\x8b\xf0\xaa\x82\x8d]",152,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe2\xba\x94\xe2\xba\x95\xe3\x91\xa7\xe3\x92\xab\xe3\x99\xa8\xe3\x9e\x83\xe3\xa0\xb1\xe3\xa1\xad\xe3\xa5\x8d\xe3\xae\xa8\xe3\xb0\x9f\xe3\xb2\x85\xe3\xb3\xb5\xe3\xb8\x84\xe3\xb9\x84\xe3\xbb\x91\xe3\xbe\xb5\xe4\x80\x88\xe4\x8b\x9f\xe4\x90\x80\xe4\x93\xbd\xe4\x97\x81\xe4\x9b\x8b\xe4\x9c\x9e\xe4\x9d\xb8\xe4\xa0\x8f\xe4\xa2\x8b\xe4\xa4\x92\xe4\xa6\x87\xe4\xa8\x96\xe4\xae\xba\xe4\xb0\x8f\xe4\xb6\x93\xe4\xb6\xa9\xe4\xbc\x8e\xe5\x81\x88\xe5\x85\xbe\xe5\x86\x80\xe5\x89\x82\xe5\x89\xa4\xe5\x8a\x91\xe5\x93\x9c\xe5\x9a\x8c\xe5\x9d\x96\xe5\x9e\x8d\xe5\xa1\x88\xe5\xa6\x93\xe5\xad\xa3\xe5\xaf\x82\xe5\xaf\x84\xe5\xb3\x9c\xe5\xbd\x90\xe5\xbd\x91\xe5\xbe\x9b\xe5\xbf\x8c\xe6\x82\xb8\xe6\x83\x8e\xe6\x87\xbb\xe6\x8a\x80\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9b\x81\xe6\xa2\x9e\xe6\xaa\x95\xe6\xaa\xb5\xe6\xb4\x8e\xe6\xb5\x8e\xe6\xb8\x88\xe6\xbc\x83\xe6\xbc\x88\xe6\xbf\x9f\xe7\x80\xb1\xe7\x97\xb5\xe7\x99\xa0\xe7\xa5\xad\xe7\xa8\xa9\xe7\xa8\xb7\xe7\xa9\x84\xe7\xa9\x8a\xe7\xa9\xa7\xe7\xb4\x80\xe7\xb4\x92\xe7\xb6\x99\xe7\xb9\x8b\xe7\xb9\xbc\xe7\xba\xaa\xe7\xbb\xa7\xe7\xbd\xbd\xe8\x87\xae\xe8\x8a\xb0\xe8\x8c\x8d\xe8\x8c\xa4\xe8\x8d\xa0\xe8\x91\xaa\xe8\x93\x9f\xe8\x94\x87\xe8\x96\x8a\xe8\x96\xba\xe8\x98\x8e\xe8\x98\xae\xe8\x98\xbb\xe8\xa3\x9a\xe8\xa4\x80\xe8\xa6\xac\xe8\xa7\x8a\xe8\xa8\x88\xe8\xa8\x98\xe8\xaa\x8b\xe8\xab\x85\xe8\xae\xa1\xe8\xae\xb0\xe8\xb7\xbd\xe9\x99\x85\xe9\x9a\x9b\xe9\x9c\x81\xe9\x9c\xbd\xe9\xa9\xa5\xe9\xaa\xa5\xe9\xab\xbb\xe9\xac\xbe\xe9\xaf\x9a\xe9\xb0\xb6\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\xad\xe9\xb2\x9a\xe9\xb2\xab\xe9\xb5\x8b\xe9\xbd\x8c\xf0\xa0\xa8\x95\xf0\xa0\xb2\xb9\xf0\xa0\xb4\xab\xf0\xa0\xbf\x89\xf0\xa1\x81\xaa\xf0\xa1\x8b\x9a\xf0\xa1\x9c\xb1\xf0\xa1\xa5\x9e\xf0\xa1\xa6\x8a\xf0\xa1\xaa\xb1\xf0\xa1\xac\x84\xf0\xa1\xbd\x89\xf0\xa2\x8d\x87\xf0\xa2\x97\x82\xf0\xa2\x97\xb9\xf0\xa2\x9a\x81\xf0\xa2\xad\x84\xf0\xa2\xba\xbc\xf0\xa2\xbc\xb7\xf0\xa3\x84\xaf\xf0\xa3\x84\xb1\xf0\xa3\x94\xbd\xf0\xa3\xaf\x85\xf0\xa3\xb1\x97\xf0\xa3\xbd\x8d\xf0\xa4\x93\x91\xf0\xa4\x9b\x84\xf0\xa4\xa4\x8b\xf0\xa4\xab\x9d\xf0\xa4\xb5\x80\xf0\xa5\xa1\xb4\xf0\xa5\xa3\xa9\xf0\xa5\xaa\xab\xf0\xa5\xad\x8b\xf0\xa5\xad\x8c\xf0\xa5\xad\x9c\xf0\xa5\xb7\x99\xf0\xa6\x81\xb3\xf0\xa6\x82\x91\xf0\xa6\x86\xa1\xf0\xa6\x87\xa7\xf0\xa6\x8b\x8b\xf0\xa6\x8c\x97\xf0\xa6\x9c\xb8\xf0\xa6\xaa\xb1\xf0\xa6\xae\xaf\xf0\xa6\xae\xbc\xf0\xa6\xba\xb6\xf0\xa6\xbe\xb2\xf0\xa7\x83\x9e\xf0\xa7\x87\xaf\xf0\xa7\x93\x93\xf0\xa7\x9f\x9c\xf0\xa7\xa1\x89\xf0\xa7\xa1\xaf\xf0\xa7\xa2\xbe\xf0\xa7\xa7\x83\xf0\xa7\xa7\x9f\xf0\xa7\xaa\x87\xf0\xa7\xab\x9c\xf0\xa7\xbe\xbd\xf0\xa8\x80\xb6\xf0\xa8\x82\xa2\xf0\xa8\x9b\x89\xf0\xa8\x9b\x91\xf0\xa8\x9c\x92\xf0\xa8\xa2\xb5\xf0\xa8\xa3\xa7\xf0\xa9\x93\xae\xf0\xa9\x9e\x8a\xf0\xa9\xa5\x89\xf0\xa9\xa7\xb1\xf0\xa9\xa9\x9b\xf0\xa9\xbc\x84\xf0\xa9\xbc\x9a\xf0\xaa\x84\xb5\xf0\xaa\x8a\x86\xf0\xaa\x98\xa5]",710,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc3\xac",3,NULL,0,NULL,0}, + {"[\xe4\xba\xbd\xe5\xbb\xad\xe6\xa8\xad]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji",2,NULL,0,NULL,0}, + {"[\xe3\x9a\x99\xe3\xb9\xa2\xe4\x82\x9f\xe4\x95\x92\xe4\xb4\xa5\xe4\xb9\xab\xe4\xbc\xbd\xe4\xbd\xb3\xe5\x82\xa2\xe5\x8a\xa0\xe5\x98\x89\xe5\x9f\x89\xe5\xa4\xb9\xe5\xa4\xbe\xe5\xae\xb6\xe6\x8a\xb8\xe6\x8b\x81\xe6\x9e\xb7\xe6\xa2\x9c\xe6\xaf\xa0\xe6\xb3\x87\xe6\xb5\x83\xe6\xb5\xb9\xe7\x8a\x8c\xe7\x8c\xb3\xe7\x8f\x88\xe7\x97\x82\xe7\xac\xb3\xe8\x80\x9e\xe8\x85\xb5\xe8\x8c\x84\xe8\x91\xad\xe8\xa2\x88\xe8\xb1\xad\xe8\xb2\x91\xe8\xb7\x8f\xe8\xbf\xa6\xe9\x89\xab\xe9\x89\xbf\xe9\x8e\xb5\xe9\x95\x93\xe9\xba\x9a\xf0\xa0\xb7\x89\xf0\xa0\xba\xa2\xf0\xa1\xa9\x9a\xf0\xa1\xad\x98\xf0\xa1\xb6\xa5\xf0\xa3\xaa\x87\xf0\xa3\xae\xab\xf0\xa4\x9f\x9a\xf0\xa4\xa0\x99\xf0\xa5\x9d\xbf\xf0\xa5\xa1\xae\xf0\xa5\xb9\x8c\xf0\xa6\x8e\xae\xf0\xa6\xa3\xaf\xf0\xa7\x89\xaa\xf0\xa7\xa6\xa4\xf0\xa8\x94\x97\xf0\xa8\x94\xa3\xf0\xa9\x8a\x8f\xf0\xa9\xb6\x9b\xf0\xaa\x90\x93\xf0\xaa\x94\x9f]",216,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc4\x81",4,NULL,0,NULL,0}, + {"[\xe3\x95\x85\xe3\xaa\xb4\xe3\xae\x96\xe3\xbf\x93\xe4\x80\xab\xe4\x95\x9b\xe4\x9b\x9f\xe4\xa9\xa1\xe5\x94\x8a\xe5\x9c\xbf\xe5\xbf\xa6\xe6\x81\x9d\xe6\x88\x9b\xe6\x88\x9e\xe6\x89\xb4\xe8\x8d\x9a\xe8\x8e\xa2\xe8\x9b\xb1\xe8\x9b\xba\xe8\xa2\xb7\xe8\xa3\x8c\xe8\xb7\xb2\xe9\x83\x8f\xe9\x83\x9f\xe9\x8b\x8f\xe9\x93\x97\xe9\x9e\x82\xe9\xa0\xac\xe9\xa0\xb0\xe9\xa2\x8a\xe9\xa4\x84\xe9\xb4\xb6\xe9\xb5\x8a\xf0\xa1\x8a\xa0\xf0\xa2\xab\xa2\xf0\xa5\x87\x97\xf0\xa5\x91\x94\xf0\xa5\x9e\xb5\xf0\xa6\x8e\xb1\xf0\xa6\xa7\xae\xf0\xa6\xb8\x98\xf0\xa6\xba\xa7\xf0\xa6\xbd\xa4\xf0\xa7\xbf\xb5\xf0\xa8\x92\x87\xf0\xa9\x89\xa1\xf0\xa9\x9a\xb2\xf0\xa9\x9b\xa9\xf0\xa9\xa0\x83\xf0\xaa\x87\xb7\xf0\xaa\x88\x9f]",173,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc3\xa1",4,NULL,0,NULL,0}, + {"[\xe4\x91\x9d\xe4\xbb\xae\xe5\x81\x87\xe5\x8f\x9a\xe5\xa9\xbd\xe5\xb2\xac\xe5\xbe\xa6\xe6\x96\x9a\xe6\x96\x9d\xe6\xa4\xb5\xe6\xa6\x8e\xe6\xa7\x9a\xe6\xaa\x9f\xe7\x8e\xbe\xe7\x94\xb2\xe7\x98\x95\xe8\x83\x9b\xe8\xb3\x88\xe8\xb4\xbe\xe9\x89\x80\xe9\x92\xbe\xf0\xa3\xa6\x89\xf0\xa4\x96\xb0\xf0\xa4\x97\x9c\xf0\xa5\x91\x90\xf0\xa9\x8c\x8d\xf0\xa9\xa8\xb9\xf0\xa9\xb2\xa3\xf0\xaa\x86\xb2]",97,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc7\x8e",4,NULL,0,NULL,0}, + {"[\xe4\xbb\xb7\xe5\x83\xb9\xe5\xab\x81\xe5\xb9\x8f\xe6\x9e\xb6\xe6\xa6\xa2\xe7\xa8\xbc\xe9\xa7\x95\xe9\xa9\xbe\xf0\xa2\x89\xa4\xf0\xa2\x9c\xbf\xf0\xa2\xb1\x88\xf0\xa2\xb1\x8c\xf0\xa5\x8b\xa3\xf0\xa6\x99\xba\xf0\xa6\xa8\xa6]",57,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc3\xa0",4,NULL,0,NULL,0}, + {"\xe7\xb3\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jia",3,NULL,0,NULL,0}, + {"[\xe3\x93\xba\xe3\x94\x8b\xe3\xa1\xa8\xe3\xa6\xb0\xe3\xad\xb4\xe4\x8c\x91\xe4\x8c\xa0\xe4\x93\xb8\xe4\x94\x90\xe4\x98\x8b\xe4\xb6\xa2\xe4\xb6\xac\xe5\x81\x82\xe5\x85\xbc\xe5\x86\xbf\xe5\x9b\x8f\xe5\x9d\x9a\xe5\xa0\x85\xe5\xa5\xb8\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xb0\x96\xe5\xb9\xb5\xe6\x83\xa4\xe6\x88\x8b\xe6\x88\x94\xe6\x90\x9b\xe6\xa4\xb7\xe6\xa4\xbe\xe6\xa8\xab\xe6\xab\xbc\xe6\xad\xbc\xe6\xae\xb2\xe6\xb9\x94\xe7\x80\x90\xe7\x80\xb8\xe7\x85\x8e\xe7\x86\x9e\xe7\x86\xb8\xe7\x89\x8b\xe7\x8a\x8d\xe7\x8c\x8f\xe7\x8e\xaa\xe7\x91\x8a\xe7\x9b\x91\xe7\x9b\xa3\xe7\x9d\xb7\xe7\xa2\x8a\xe7\xa4\x9b\xe7\xac\xba\xe7\xae\x8b\xe7\xaf\xaf\xe7\xb7\x98\xe7\xb8\x91\xe7\xbc\x84\xe7\xbc\xa3\xe8\x82\xa9\xe8\x89\xb0\xe8\x89\xb1\xe8\x8f\x85\xe8\x8f\xba\xe8\x91\x8c\xe8\x92\xb9\xe8\x95\x91\xe8\x95\xb3\xe8\x99\x83\xe8\xa6\xb8\xe8\xb1\x9c\xe8\xb1\xa3\xe9\x90\xa7\xe9\x91\xaf\xe9\x96\x93\xe9\x97\xb4\xe9\x9e\xac\xe9\x9e\xaf\xe9\x9f\x80\xe9\x9f\x89\xe9\xa4\xb0\xe9\xa6\xa2\xe9\xb0\xb9\xe9\xb2\xa3\xe9\xb3\x92\xe9\xb3\xbd\xe9\xb5\xb3\xe9\xb6\xbc\xe9\xb9\xa3\xe9\xba\x89\xf0\xa0\xab\x98\xf0\xa0\xbc\xa4\xf0\xa0\xbf\x8f\xf0\xa1\x84\x91\xf0\xa1\xac\xb5\xf0\xa2\x83\xac\xf0\xa2\x90\x86\xf0\xa2\xa6\xba\xf0\xa2\xa8\xbf\xf0\xa2\xb3\x9a\xf0\xa3\x98\x96\xf0\xa3\x98\xb7\xf0\xa3\x9a\x99\xf0\xa3\x9d\x95\xf0\xa3\xae\x8f\xf0\xa3\xbd\x96\xf0\xa4\x8d\x96\xf0\xa4\xaa\x8b\xf0\xa5\x8a\x87\xf0\xa5\x8c\x88\xf0\xa5\xa1\x9d\xf0\xa6\x8b\xb0\xf0\xa6\x8f\x94\xf0\xa6\xa3\xa8\xf0\xa6\xbd\x87\xf0\xa7\x82\xa2\xf0\xa7\xa2\x96\xf0\xa7\xa4\xa8\xf0\xa7\xa5\x88\xf0\xa7\xb2\xa8\xf0\xa8\x94\xa5\xf0\xa8\xb3\xa1\xf0\xa8\xb3\xbf\xf0\xa8\xb4\xbe\xf0\xa9\x85\xbc\xf0\xa9\x86\xb7\xf0\xa9\x87\x8f\xf0\xa9\x8b\x8b\xf0\xa9\x8c\xaf\xf0\xa9\x8d\x8e\xf0\xa9\x9b\xa7\xf0\xa9\xb1\x83\xf0\xaa\x8f\x8a\xf0\xaa\x90\xbb\xf0\xaa\x92\xb9]",443,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\x94\x93\xe3\xa8\xb5\xe3\xb3\xa8\xe3\xb6\x95\xe4\x84\xaf\xe4\x85\x90\xe4\x89\x8d\xe4\x9a\x8a\xe4\x9f\xb0\xe4\xad\xa0\xe4\xae\xbf\xe4\xb5\xa1\xe4\xb5\xa4\xe4\xb6\xa0\xe4\xbf\xad\xe5\x80\xb9\xe5\x84\x89\xe5\x87\x8f\xe5\x89\xaa\xe5\x8a\x97\xe5\x9b\x9d\xe5\xa0\xbf\xe5\xbc\xbf\xe6\x88\xa9\xe6\x88\xac\xe6\x8b\xa3\xe6\x8c\xb8\xe6\x8d\xa1\xe6\x8f\x80\xe6\x8f\x83\xe6\x92\xbf\xe6\x9a\x95\xe6\x9e\xa7\xe6\x9f\xac\xe6\xa2\x98\xe6\xa3\x80\xe6\xa4\x9c\xe6\xaa\xa2\xe6\xb8\x9b\xe6\xb9\x95\xe7\x80\xbd\xe7\x91\x90\xe7\x9d\x91\xe7\x9e\xbc\xe7\xa1\xb7\xe7\xa2\xb1\xe7\xa4\x86\xe7\xac\x95\xe7\xad\xa7\xe7\xae\x80\xe7\xb0\xa1\xe7\xb1\x9b\xe7\xb5\xb8\xe7\xb9\xad\xe7\xbf\xa6\xe8\x8c\xa7\xe8\x97\x86\xe8\xa0\x92\xe8\xa3\xa5\xe8\xa5\x87\xe8\xa5\x89\xe8\xa5\xba\xe8\xa9\x83\xe8\xac\x87\xe8\xac\xad\xe8\xad\xbe\xe8\xb0\xab\xe8\xb6\xbc\xe8\xb9\x87\xe9\x90\x97\xe9\x94\x8f\xe9\xac\x8b\xe9\xb0\x8e\xe9\xb9\xb8\xe9\xb9\xbb\xe9\xb9\xbc\xf0\xa0\x8d\x9a\xf0\xa0\x8f\x87\xf0\xa0\x90\xbb\xf0\xa0\xb9\x9f\xf0\xa0\xbd\xb1\xf0\xa1\x84\x93\xf0\xa1\x85\xb6\xf0\xa1\x91\xaf\xf0\xa1\xad\xad\xf0\xa1\xbe\xb0\xf0\xa2\x86\x9e\xf0\xa2\x8d\xab\xf0\xa2\xa9\x80\xf0\xa2\xb5\x88\xf0\xa3\x9c\xad\xf0\xa3\xa0\xb7\xf0\xa3\xa5\x9e\xf0\xa3\xb3\xb2\xf0\xa4\x84\x92\xf0\xa5\x80\xb9\xf0\xa5\x8d\x80\xf0\xa5\x8d\xb9\xf0\xa5\xa2\x87\xf0\xa5\xb3\x92\xf0\xa5\xb3\x9f\xf0\xa5\xb3\xb7\xf0\xa6\x81\xb2\xf0\xa6\x82\x87\xf0\xa6\xa2\xa3\xf0\xa6\xba\x8d\xf0\xa6\xba\x98\xf0\xa7\x80\x87\xf0\xa7\x85\x86\xf0\xa7\xac\xab\xf0\xa7\xae\x88\xf0\xa8\xa2\x91\xf0\xa8\xa3\x87\xf0\xa8\xa4\x84\xf0\xa8\xb0\x93\xf0\xa9\x89\x8d\xf0\xa9\x9f\x97\xf0\xa9\xbd\x9c\xf0\xaa\x92\xab]",402,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe2\xbb\x85\xe3\xa3\xa4\xe3\xa8\xb4\xe3\xaf\xba\xe3\xb0\x84\xe3\xb5\x8e\xe4\x87\x9f\xe4\x9f\x85\xe4\xa4\x94\xe4\xa5\x9c\xe4\xa7\x96\xe4\xac\xbb\xe4\xad\x88\xe4\xaf\xa1\xe4\xbb\xb6\xe4\xbf\xb4\xe5\x81\xa5\xe5\x83\xad\xe5\x89\x91\xe5\x89\xa3\xe5\x89\xb1\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x92\xe5\x8a\x94\xe5\xaf\x8b\xe5\xbb\xba\xe5\xbe\xa4\xe6\x93\xb6\xe6\x97\x94\xe6\xa0\xab\xe6\xa5\x97\xe6\xa6\x97\xe6\xaf\xbd\xe6\xb4\x8a\xe6\xb6\xa7\xe6\xb8\x90\xe6\xba\x85\xe6\xbc\xb8\xe6\xbe\x97\xe6\xbf\xba\xe7\x80\xb3\xe7\x89\xae\xe7\x8f\x94\xe7\x9e\xb7\xe7\xa3\xb5\xe7\xae\xad\xe7\xb3\x8b\xe7\xb9\x9d\xe8\x85\xb1\xe8\x87\xb6\xe8\x88\xb0\xe8\x89\xa6\xe8\x8d\x90\xe8\x91\xa5\xe8\x94\xaa\xe8\x96\xa6\xe8\x9e\xb9\xe8\xa2\xb8\xe8\xa6\x8b\xe8\xa6\xb5\xe8\xa7\x81\xe8\xab\x93\xe8\xab\xab\xe8\xad\xbc\xe8\xb0\x8f\xe8\xb3\x8e\xe8\xb3\xa4\xe8\xb4\xb1\xe8\xb6\x9d\xe8\xb7\xb5\xe8\xb8\x90\xe8\xb8\xba\xe8\xbd\x9e\xe9\x87\xbc\xe9\x89\xb4\xe9\x8b\xbb\xe9\x8d\xb3\xe9\x8d\xb5\xe9\x8f\xa9\xe9\x90\xb1\xe9\x91\x91\xe9\x91\x92\xe9\x91\xac\xe9\x91\xb3\xe9\x94\xae\xe9\xa4\x9e\xe9\xa5\xaf\xf0\xa0\x8a\x92\xf0\xa2\x86\xa6\xf0\xa3\xb4\x93\xf0\xa3\xbd\xa6\xf0\xa4\x80\xa9\xf0\xa4\xa7\xa3\xf0\xa4\xb7\x83\xf0\xa5\xaf\xa6\xf0\xa5\xb4\xb1\xf0\xa5\xbd\x90\xf0\xa6\xa9\xb5\xf0\xa6\xbe\xb6\xf0\xa7\x80\xb5\xf0\xa7\x82\x82\xf0\xa7\x82\x86\xf0\xa7\x97\xb8\xf0\xa7\x99\xa7\xf0\xa8\x8e\xab\xf0\xa8\x8f\x8a\xf0\xa8\xaa\x85\xf0\xa8\xb5\xad\xf0\xa8\xb7\x93\xf0\xa9\x89\x94\xf0\xa9\xbb\x98\xf0\xaa\x83\x9b\xf0\xaa\x86\xbf\xf0\xaa\x89\xa6\xf0\xaa\x8b\x81\xf0\xaa\x99\xa8]",382,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe5\xa2\xb9\xe5\xbd\x85\xe6\xa9\xba\xe6\xae\xb1\xe7\xa4\x80]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jian",4,NULL,0,NULL,0}, + {"[\xe3\xb9\x94\xe4\x97\xb5\xe4\x9c\xab\xe5\x83\xb5\xe5\xa3\x83\xe5\xa7\x9c\xe5\xb0\x86\xe5\xb0\x87\xe6\x91\xaa\xe6\xa9\xbf\xe6\xae\xad\xe6\xb1\x9f\xe6\xb5\x86\xe6\xbc\xbf\xe7\x95\x95\xe7\x95\xba\xe7\x96\x85\xe7\x96\x86\xe7\xa4\x93\xe7\xb9\xae\xe7\xbc\xb0\xe7\xbf\x9e\xe8\x8c\xb3\xe8\x91\x81\xe8\x96\x91\xe8\x9e\x80\xe8\x9e\xbf\xe8\xb1\x87\xe9\x9f\x81\xe9\xb1\x82\xe9\xb3\x89\xf0\xa0\x98\x8c\xf0\xa1\xb7\x8d\xf0\xa2\xaa\x87\xf0\xa4\x95\xad\xf0\xa4\x95\xaf\xf0\xa4\x9b\x9c\xf0\xa5\x86\x85\xf0\xa5\x94\xa3\xf0\xa5\x97\xaa\xf0\xa5\xac\xae\xf0\xa6\xa6\x97\xf0\xa7\x98\x8d\xf0\xa8\x83\x87\xf0\xa8\x9c\xb0]",151,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc4\x81ng",6,NULL,0,NULL,0}, + {"[\xe3\xa2\xa1\xe3\xaf\x8d\xe4\x81\xb0\xe4\x89\x83\xe4\x8b\x8c\xe4\x92\x82\xe5\x82\x8b\xe5\xa5\x96\xe5\xa5\xa8\xe5\xa5\xac\xe6\xa1\xa8\xe6\xa7\xb3\xe7\x8d\x8e\xe8\x80\xa9\xe8\x86\x99\xe8\x92\x8b\xe8\x94\xa3\xe8\xac\x9b\xe8\xae\xb2\xe9\xa1\x9c\xf0\xa1\x8f\x9e\xf0\xa1\x91\xb6\xf0\xa3\xab\xb3\xf0\xa4\x96\x9b\xf0\xa5\xb7\x83\xf0\xa9\x8c\xbe]",86,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc7\x8eng",6,NULL,0,NULL,0}, + {"[\xe4\x9e\xaa\xe4\xa5\x92\xe5\x8b\xa5\xe5\x8c\x9e\xe5\x8c\xa0\xe5\xa4\x85\xe5\xb5\xb9\xe5\xbc\x9c\xe5\xbc\xb6\xe5\xbd\x8a\xe6\x91\xbe\xe6\xb4\x9a\xe6\xbb\xb0\xe7\x8a\x9f\xe7\xb3\xa1\xe7\xb3\xa8\xe7\xb5\xb3\xe7\xbb\x9b\xe8\xa2\xb6\xe8\xac\xbd\xe9\x85\xb1\xe9\x86\xa4\xe9\x86\xac\xe9\x99\x8d\xf0\xa0\xbc\xa2\xf0\xa1\xb2\xa3\xf0\xa2\x98\xb8\xf0\xa3\x9a\xa6\xf0\xa3\xa8\xa3\xf0\xa3\xa9\xb4\xf0\xa5\x9e\x9c\xf0\xa8\xaf\x9e\xf0\xa9\x9d\xbd\xf0\xa9\xb4\x92\xf0\xa9\xb7\x84\xf0\xa9\xb7\xad\xf0\xaa\x80\x98]",126,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc3\xa0ng",6,NULL,0,NULL,0}, + {"[\xe6\x9d\xa2\xe6\xab\xa4]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jiang",5,NULL,0,NULL,0}, + {"[\xe3\xb2\xac\xe3\xb6\x80\xe4\x8c\xad\xe4\x8d\x8a\xe4\xa2\x92\xe4\xb4\x94\xe4\xb6\xb0\xe4\xba\xa4\xe5\x83\xac\xe5\x98\x84\xe5\xa7\xa3\xe5\xa8\x87\xe5\xac\x8c\xe5\xb3\xa7\xe5\xb6\x95\xe5\xb6\xa3\xe6\x86\x8d\xe6\xa4\x92\xe6\xb5\x87\xe6\xbe\x86\xe7\x84\xa6\xe7\x87\x8b\xe7\xa4\x81\xe7\xa9\x9a\xe7\xb0\xa5\xe8\x83\xb6\xe8\x86\xa0\xe8\x86\xb2\xe8\x89\xbd\xe8\x8a\x81\xe8\x8c\xad\xe8\x8c\xae\xe8\x95\x89\xe8\x99\xa0\xe8\x9b\x9f\xe8\x9f\xad\xe8\xb7\xa4\xe8\xbd\x87\xe9\x83\x8a\xe9\x90\x8e\xe9\xa9\x95\xe9\xaa\x84\xe9\xae\xab\xe9\xb2\x9b\xe9\xb5\x81\xe9\xb7\x8d\xe9\xb7\xa6\xe9\xb7\xae\xe9\xb9\xaa\xf0\xa0\x9d\x91\xf0\xa0\xa9\x8f\xf0\xa1\x8f\xad\xf0\xa1\x93\x96\xf0\xa1\x9f\xa0\xf0\xa2\xa7\xb1\xf0\xa3\x9d\x9e\xf0\xa3\xba\xb3\xf0\xa5\x83\xaa\xf0\xa5\x84\x89\xf0\xa5\x89\xbc\xf0\xa5\xb9\x9c\xf0\xa6\x85\x83\xf0\xa6\x8c\x86\xf0\xa6\xab\xb6\xf0\xa7\xa3\xa6\xf0\xa8\x8e\xa6\xf0\xa8\x93\xa9\xf0\xa8\xa8\xb4\xf0\xa8\xb1\x93\xf0\xa8\xb6\xb2\xf0\xa8\xb8\x8b\xf0\xa9\x8e\x94\xf0\xa9\xb4\xa7\xf0\xa9\xb5\xb0\xf0\xa9\xbf\x91\xf0\xaa\x81\x89\xf0\xaa\x9a\xb0]",261,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc4\x81o",5,NULL,0,NULL,0}, + {"[\xe3\xa9\xb0\xe3\xad\x82\xe3\xb3\x85\xe3\xbd\xb1\xe3\xbd\xb2\xe4\x80\x8a\xe4\x98\xa8\xe4\x9a\xa9\xe4\xa5\x9e\xe4\xbd\xbc\xe4\xbe\xa5\xe5\x83\xa5\xe5\x84\x8c\xe5\x89\xbf\xe5\x8a\x8b\xe5\xad\x82\xe5\xbe\xba\xe5\xbe\xbc\xe6\x81\x94\xe6\x86\xbf\xe6\x8c\xa2\xe6\x8d\x81\xe6\x90\x85\xe6\x91\xb7\xe6\x92\x9f\xe6\x92\xb9\xe6\x94\xaa\xe6\x95\xab\xe6\x95\xbd\xe6\x95\xbf\xe6\x99\x88\xe6\x9a\x9e\xe6\x9b\x92\xe6\xb9\xab\xe6\xb9\xac\xe7\x81\x9a\xe7\x83\x84\xe7\x85\x8d\xe7\x87\x9e\xe7\x8b\xa1\xe7\x92\xac\xe7\x9a\x8e\xe7\x9a\xa6\xe7\x9f\xab\xe7\x9f\xaf\xe7\xb5\x9e\xe7\xb9\xb3\xe7\xbb\x9e\xe7\xbc\xb4\xe8\x84\x9a\xe8\x85\xb3\xe8\x87\xab\xe8\x9f\x9c\xe8\xa7\x92\xe8\xad\x91\xe8\xb3\x8b\xe8\xb8\x8b\xe9\x89\xb8\xe9\x93\xb0\xe9\x9a\xa6\xe9\xa4\x83\xe9\xa5\xba\xe9\xb1\x8e\xf0\xa0\x95\xa7\xf0\xa0\x9c\x85\xf0\xa0\x9e\xb0\xf0\xa1\x99\x8e\xf0\xa2\x80\x8c\xf0\xa2\x84\xba\xf0\xa2\x85\x8e\xf0\xa2\xaf\xb4\xf0\xa2\xbb\x9f\xf0\xa3\x81\xb9\xf0\xa3\x8f\x91\xf0\xa3\xa7\xa6\xf0\xa3\xa9\x93\xf0\xa4\x83\xad\xf0\xa4\x89\xa7\xf0\xa4\xb6\x80\xf0\xa4\xb6\xb3\xf0\xa5\x82\xa8\xf0\xa5\x83\xa4\xf0\xa5\x85\x9f\xf0\xa5\x87\x9f\xf0\xa5\x89\x92\xf0\xa5\x8f\xb9\xf0\xa5\xb3\xb4\xf0\xa6\x97\xb5\xf0\xa7\x82\x88\xf0\xa7\x8e\x99\xf0\xa7\x8e\xb8\xf0\xa8\x87\x95\xf0\xa8\x96\xb5\xf0\xa8\x9d\xb0\xf0\xa8\xb6\x9f\xf0\xa8\xb6\xaa\xf0\xa8\xba\xb9]",327,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc7\x8eo",5,NULL,0,NULL,0}, + {"[\xe3\xa0\x90\xe3\xac\xad\xe3\xb0\xbe\xe4\x82\x83\xe5\x8f\xab\xe5\x91\x8c\xe5\x98\x82\xe5\x98\xa6\xe5\x99\x8d\xe5\x99\xad\xe5\xac\x93\xe5\xb3\xa4\xe5\xb6\xa0\xe6\x8c\x8d\xe6\x95\x8e\xe6\x95\x99\xe6\x96\xa0\xe6\xbb\x98\xe6\xbc\x96\xe6\xbd\x90\xe7\x8d\xa5\xe7\x8f\x93\xe7\x9a\xad\xe7\xaa\x8c\xe7\xaa\x96\xe8\x97\xa0\xe8\xa8\x86\xe8\xad\xa5\xe8\xb6\xad\xe8\xbc\x83\xe8\xbd\x8e\xe8\xbd\xbf\xe8\xbe\x83\xe9\x85\xb5\xe9\x86\xae\xe9\x87\x82\xf0\xa0\x98\xa3\xf0\xa1\xa5\x88\xf0\xa1\xac\x8b\xf0\xa2\x92\xbe\xf0\xa2\x95\xaa\xf0\xa2\xa5\x9a\xf0\xa2\xbc\xab\xf0\xa4\x95\x9d\xf0\xa4\xab\xb7\xf0\xa5\x98\x8a\xf0\xa5\xa1\xa4\xf0\xa5\xa6\xa2\xf0\xa6\xae\x81\xf0\xa7\xba\x9c\xf0\xa7\xbe\x90\xf0\xa8\x8e\xac\xf0\xa8\xa1\x83\xf0\xa8\xb2\xad\xf0\xa9\x8a\x94\xf0\xa9\xaf\x98\xf0\xa9\xb1\x9e\xf0\xaa\x96\x84]",198,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc3\xa0o",5,NULL,0,NULL,0}, + {"[\xe6\xab\xb5\xe7\xba\x90\xe9\xb5\xa4]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jiao",4,NULL,0,NULL,0}, + {"[\xe3\xab\xb8\xe4\x83\x88\xe4\x95\xb8\xe4\xa5\x9b\xe4\xa6\x88\xe5\x96\x88\xe5\x97\x9f\xe5\xa0\xa6\xe5\xaa\x98\xe5\xab\x85\xe6\x8e\xa5\xe6\x8e\xb2\xe6\x8f\xad\xe6\x93\x91\xe6\xa4\x84\xe6\xb9\x9d\xe7\x85\xaf\xe7\x96\x96\xe7\x97\x8e\xe7\x99\xa4\xe7\x9a\x86\xe7\xa7\xb8\xe7\xa8\xad\xe8\x84\xbb\xe8\x8f\xa8\xe8\x9d\x94\xe8\xa1\x97\xe8\xac\xaf\xe9\x98\xb6\xe9\x9a\x8e\xe9\xb6\x9b\xf0\xa0\x99\xa4\xf0\xa3\xb6\x8f\xf0\xa4\xad\xa7\xf0\xa4\xae\x8c\xf0\xa5\xb7\xab\xf0\xa6\x81\x89\xf0\xa6\x88\xb0\xf0\xa6\x9d\xa8\xf0\xa7\x9e\x9d\xf0\xa9\x98\x85\xf0\xa9\xa9\xb0\xf0\xaa\x89\x9a]",143,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc4\x93",4,NULL,0,NULL,0}, + {"[\xe2\xba\x8b\xe3\x93\x97\xe3\x94\x9a\xe3\x98\xb6\xe3\x9b\x83\xe3\x9e\xaf\xe3\xa6\xa2\xe3\xa8\x97\xe3\xa8\xa9\xe3\xae\x9e\xe3\xae\xae\xe3\xb8\x85\xe3\xbc\xaa\xe4\x80\xb7\xe4\x80\xb9\xe4\x82\x9d\xe4\x82\xb6\xe4\x85\xa5\xe4\x8c\x96\xe4\x95\x99\xe4\x97\xbb\xe4\xa3\xa0\xe4\xb2\x99\xe5\x80\xa2\xe5\x81\xbc\xe5\x82\x91\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xbc\xe5\x8a\xab\xe5\x8a\xbc\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x96\xbc\xe5\xa9\x95\xe5\xad\x91\xe5\xb0\x90\xe5\xb2\x8a\xe5\xb4\xa8\xe5\xb5\xa5\xe5\xb7\x80\xe5\xb9\xaf\xe6\x88\xaa\xe6\x8b\xae\xe6\x8d\xb7\xe6\x98\x85\xe6\x9d\xb0\xe6\xa1\x80\xe6\xa5\xac\xe6\xa5\xb6\xe6\xa6\xa4\xe6\xab\xad\xe6\xb4\x81\xe6\xbb\x90\xe6\xbd\x94\xe7\x96\x8c\xe7\x9d\xab\xe7\xa2\xa3\xe7\xab\xad\xe7\xaf\x80\xe7\xb5\x90\xe7\xb5\x9c\xe7\xbb\x93\xe7\xbe\xaf\xe8\x8a\x82\xe8\x8e\xad\xe8\x93\xb5\xe8\x9c\x90\xe8\x9d\x8d\xe8\xa0\x98\xe8\xa0\x9e\xe8\xa0\xbd\xe8\xa1\xb1\xe8\xa2\xba\xe8\xa8\x90\xe8\xa9\xb0\xe8\xaa\xb1\xe8\xae\xa6\xe8\xb8\x95\xe8\xbf\xbc\xe9\x89\xa3\xe9\x8d\xbb\xe9\x9e\x8a\xe9\xa2\x89\xe9\xad\x9d\xe9\xae\x9a\xe9\xb2\x92\xf0\xa0\x82\x88\xf0\xa0\x84\x8d\xf0\xa0\x85\x82\xf0\xa0\x90\x89\xf0\xa0\xac\xae\xf0\xa0\xaf\x99\xf0\xa1\x89\xb7\xf0\xa1\x94\xa3\xf0\xa1\x99\xa3\xf0\xa1\xa3\xaf\xf0\xa1\xa8\xb2\xf0\xa1\xa9\xa3\xf0\xa1\xb5\x92\xf0\xa1\xb8\x8e\xf0\xa1\xbd\xb1\xf0\xa2\x88\xbb\xf0\xa2\x8e\x94\xf0\xa2\x8e\xa1\xf0\xa2\xa2\x82\xf0\xa2\xa8\x9c\xf0\xa2\xaa\x8d\xf0\xa2\xab\x90\xf0\xa2\xac\xb1\xf0\xa2\xb1\x84\xf0\xa2\xb7\xbf\xf0\xa2\xbb\xae\xf0\xa3\x99\xb4\xf0\xa3\x9a\x83\xf0\xa3\xae\x8c\xf0\xa3\xae\x8d\xf0\xa3\xb0\x9e\xf0\xa3\xb3\x9f\xf0\xa4\x81\xa2\xf0\xa5\x81\x82\xf0\xa5\x85\xb4\xf0\xa5\x87\x92\xf0\xa5\x93\x90\xf0\xa5\x9d\x94\xf0\xa5\x9d\xa5\xf0\xa5\xa0\xb9\xf0\xa5\xa2\xbb\xf0\xa5\xb5\x9e\xf0\xa5\xbe\x8c\xf0\xa6\x80\x96\xf0\xa6\x88\x9c\xf0\xa6\x8e\x92\xf0\xa6\xb5\xb4\xf0\xa6\xba\xa2\xf0\xa6\xbf\x90\xf0\xa7\x8d\xa0\xf0\xa7\x8d\xa9\xf0\xa7\x8f\xa5\xf0\xa7\x9e\xa9\xf0\xa7\x9e\xac\xf0\xa7\xab\x91\xf0\xa7\xbc\xa8\xf0\xa7\xbd\x84\xf0\xa7\xbd\x9f\xf0\xa7\xbe\xa2\xf0\xa7\xbe\xaf\xf0\xa8\x83\xb2\xf0\xa8\x93\xb0\xf0\xa8\x95\xbd\xf0\xa8\xa5\x82\xf0\xa9\x94\x84\xf0\xa9\x9f\xa6\xf0\xa9\xa2\xb4\xf0\xa9\xa7\xb5\xf0\xa9\xaf\xb0\xf0\xa9\xbe\xb6\xf0\xaa\x80\xbe\xf0\xaa\x81\x8d\xf0\xaa\x83\x88\xf0\xaa\x85\xb8\xf0\xaa\x87\xb2\xf0\xaa\x89\x8b\xf0\xaa\x8c\xa7\xf0\xaa\x96\x8b]",575,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc3\xa9",4,NULL,0,NULL,0}, + {"[\xe5\xa7\x90\xe5\xaa\x8e\xe6\xaa\x9e\xe6\xaf\x91\xe8\xa7\xa3\xe8\xa7\xa7\xe9\xa3\xb7\xf0\xa0\x8e\xbf]",27,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe3\x91\x98\xe3\x9d\x8f\xe3\xa0\xb9\xe3\xbe\x8f\xe3\xbf\x8d\xe4\x87\x92\xe4\x9b\xba\xe4\xaf\xb0\xe4\xb0\xba\xe4\xb1\x84\xe4\xb2\xb8\xe4\xb8\xaf\xe4\xbb\x8b\xe5\x80\x9f\xe5\x90\xa4\xe5\xa0\xba\xe5\xb1\x86\xe5\xb1\x8a\xe5\xb2\x95\xe5\xba\x8e\xe5\xbe\xa3\xe6\x82\x88\xe6\x88\x92\xe6\xa5\x90\xe7\x8a\x97\xe7\x8e\xa0\xe7\x90\xbe\xe7\x95\x8c\xe7\x95\x8d\xe7\x96\xa5\xe7\xa0\x8e\xe8\x8a\xa5\xe8\x9a\xa7\xe8\x9b\xb6\xe8\xa1\xb8\xe8\xa4\xaf\xe8\xaa\xa1\xe8\xaf\xab\xe8\xba\xa4\xe9\x8e\x85\xe9\xaa\xb1\xe9\xad\xaa\xf0\xa0\x93\xa2\xf0\xa0\xb7\x9f\xf0\xa1\x97\xa6\xf0\xa1\x97\xb2\xf0\xa1\xb5\x9a\xf0\xa3\xac\xab\xf0\xa4\x98\xa6\xf0\xa4\x99\xa9\xf0\xa7\x9c\x85\xf0\xa7\xa3\x8b\xf0\xa8\x90\x91\xf0\xa8\xb5\xa0\xf0\xa9\xa1\xba\xf0\xa9\xa7\xa6\xf0\xaa\x91\xb9\xf0\xaa\x99\x8f]",192,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc3\xa8",4,NULL,0,NULL,0}, + {"\xe6\xa1\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jie",3,NULL,0,NULL,0}, + {"[\xe2\xbb\x90\xe3\xa6\x97\xe3\xa7\x86\xe3\xbb\xb1\xe4\x83\xa1\xe4\x88\xa5\xe4\x88\xbd\xe4\x8c\x9d\xe4\x98\xb3\xe4\xa4\xba\xe4\xbb\x8a\xe5\x85\x93\xe5\x9f\x90\xe5\xa0\xbb\xe5\xb6\x9c\xe5\xb7\xbe\xe6\x83\x8d\xe6\x96\xa4\xe6\xb4\xa5\xe7\x8f\x92\xe7\x9f\x9c\xe7\xad\x8b\xe7\xb4\x9f\xe8\x8d\x95\xe8\xa1\xbf\xe8\xa5\x9f\xe8\xa7\x94\xe9\x87\x91\xe9\x87\x92\xe9\x87\xbf\xe9\x92\x85\xe9\xb9\xb6\xe9\xbb\x85\xf0\xa0\x82\x9f\xf0\xa0\xb0\x87\xf0\xa2\x8e\xad\xf0\xa2\xa6\x8a\xf0\xa4\xa3\xb6\xf0\xa5\x82\xb5\xf0\xa6\x88\x9f\xf0\xa6\x98\x94\xf0\xa6\x9e\xac\xf0\xa6\xa9\x8f\xf0\xa7\x97\x81\xf0\xa8\x86\x83\xf0\xa8\xad\xba\xf0\xa9\x80\xbf\xf0\xa9\xa4\xbf\xf0\xaa\x89\xa2\xf0\xaa\x91\x99\xf0\xaa\x96\xbc]",173,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc4\xabn",4,NULL,0,NULL,0}, + {"[\xe3\x9d\xbb\xe3\xaf\xb8\xe3\xb9\x8f\xe4\x8c\x8d\xe4\x92\xba\xe4\xa4\x90\xe4\xa5\x86\xe4\xad\x99\xe4\xbb\x85\xe4\xbe\xad\xe5\x83\x85\xe5\x84\x98\xe5\x8d\xba\xe5\x8e\xaa\xe5\xa0\x87\xe5\xab\xa4\xe5\xb0\xbd\xe5\xb7\xb9\xe5\xbb\x91\xe6\xa7\xbf\xe6\xbc\x8c\xe7\x91\xbe\xe7\x9b\xa1\xe7\xb4\xa7\xe7\xb7\x8a\xe8\x8f\xab\xe8\x93\xb3\xe8\xac\xb9\xe8\xb0\xa8\xe9\x8c\xa6\xe9\x94\xa6\xe9\xa5\x89\xe9\xa6\x91\xf0\xa2\xac\xac\xf0\xa3\x9d\x8c\xf0\xa5\x96\x9c\xf0\xa5\xaf\x91\xf0\xa8\x9a\xa1\xf0\xaa\x8f\xb4]",125,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc7\x90n",4,NULL,0,NULL,0}, + {"[\xe3\xa8\xb7\xe3\xac\x90\xe3\xac\x9c\xe3\xaf\xb2\xe3\xb1\x88\xe3\xb4\x86\xe3\xb6\xa6\xe3\xb6\xb3\xe4\x80\x86\xe4\x86\xae\xe4\x8b\xae\xe4\x91\xa4\xe4\x97\xaf\xe4\x9d\xb2\xe4\xab\xb4\xe4\xb6\x96\xe4\xbc\x92\xe5\x83\xb8\xe5\x87\x9a\xe5\x8a\xa4\xe5\x8a\xb2\xe5\x8b\x81\xe5\x94\xab\xe5\x99\xa4\xe5\x9a\x8d\xe5\xa2\x90\xe5\xa6\x97\xe5\xac\xa7\xe5\xaf\x96\xe6\x90\xa2\xe6\x99\x89\xe6\x99\x8b\xe6\x9a\x9c\xe6\x9e\x83\xe6\xad\x8f\xe6\xae\xa3\xe6\xb5\x95\xe6\xb5\xb8\xe6\xba\x8d\xe6\xbf\x85\xe6\xbf\x9c\xe7\x83\xac\xe7\x87\xbc\xe7\x90\x8e\xe7\x91\xa8\xe7\x92\xa1\xe7\x92\xb6\xe7\xa5\xb2\xe7\xa6\x81\xe7\xb8\x89\xe7\xbc\x99\xe8\x8d\xa9\xe8\x97\x8e\xe8\xa6\xb2\xe8\xa7\x90\xe8\xb3\xae\xe8\xb4\x90\xe8\xb5\x86\xe8\xbf\x91\xe8\xbf\x9b\xe9\x80\xb2\xe9\x9d\xb3\xe9\xbd\xbd\xf0\xa0\x9e\xb1\xf0\xa0\x9e\xbe\xf0\xa0\xa2\xb1\xf0\xa0\xa2\xb5\xf0\xa0\xac\xb6\xf0\xa0\xbe\xa4\xf0\xa0\xbe\xac\xf0\xa1\xa2\xb3\xf0\xa1\xba\xbd\xf0\xa2\x89\x85\xf0\xa2\x99\xbf\xf0\xa2\xac\xb6\xf0\xa2\xb1\xb7\xf0\xa2\xbd\x96\xf0\xa3\x93\x8f\xf0\xa4\x84\xbc\xf0\xa4\x98\xa1\xf0\xa4\xa7\xab\xf0\xa4\xb5\x9e\xf0\xa5\xa7\xb2\xf0\xa6\x8e\xb7\xf0\xa6\xa7\x88\xf0\xa6\xbd\x94\xf0\xa7\x94\xb7\xf0\xa9\x96\x97]",291,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc3\xacn",4,NULL,0,NULL,0}, + {"[\xe5\xa3\x97\xe7\x90\xbb\xe7\xa0\x9b]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jin",3,NULL,0,NULL,0}, + {"[\xe4\xaa\xab\xe4\xb4\x96\xe4\xba\xac\xe4\xba\xb0\xe5\x85\xa2\xe5\x9d\x95\xe5\x9d\x99\xe5\xa9\x9b\xe5\xb7\xa0\xe6\x83\x8a\xe6\x97\x8c\xe6\x97\x8d\xe6\x99\xb6\xe6\xb3\xbe\xe6\xb6\x87\xe7\x8c\x84\xe7\x9d\x9b\xe7\xa7\x94\xe7\xa8\x89\xe7\xb2\xb3\xe7\xb2\xbe\xe7\xb5\x8c\xe7\xb6\x93\xe7\xbb\x8f\xe8\x81\x99\xe8\x85\x88\xe8\x8c\x8e\xe8\x8d\x86\xe8\x8d\x8a\xe8\x8e\x96\xe8\x8f\x81\xe8\x91\x8f\xe9\xa9\x9a\xe9\xaf\xa8\xe9\xb2\xb8\xe9\xb5\x9b\xe9\xb6\x81\xe9\xb6\x84\xe9\xba\x96\xe9\xba\xa0\xe9\xbc\xb1\xf0\xa0\xb3\xac\xf0\xa1\x81\x94\xf0\xa2\x80\x96\xf0\xa2\x88\xb4\xf0\xa3\x8b\xa2\xf0\xa3\xbb\x92\xf0\xa4\x9c\xb0\xf0\xa4\xb7\xa6\xf0\xa5\xa0\x9b\xf0\xa6\x80\x87\xf0\xa6\x82\xa0\xf0\xa6\x9c\xb3\xf0\xa6\xbd\x81\xf0\xa6\xbe\xbf\xf0\xa7\x93\x94\xf0\xa7\xa4\xb5\xf0\xa9\x93\xa8\xf0\xa9\xb3\xaf\xf0\xa9\xb9\xa2\xf0\xaa\x82\xb4\xf0\xaa\x87\x92]",209,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc4\xabng",5,NULL,0,NULL,0}, + {"[\xe3\x98\xab\xe4\x9c\x98\xe4\xb8\xbc\xe4\xba\x95\xe5\x84\x86\xe5\x88\xad\xe5\x89\x84\xe5\x9d\x93\xe5\xae\x91\xe5\xb9\x9c\xe6\x86\xac\xe6\x86\xbc\xe6\x99\xaf\xe6\x9a\xbb\xe6\xb1\xab\xe6\xb1\xac\xe7\x87\x9b\xe7\x92\x9f\xe7\x92\xa5\xe7\xa9\xbd\xe8\x82\xbc\xe8\x9f\xbc\xe8\xad\xa6\xe9\x98\xb1\xe9\xa0\x9a\xe9\xa0\xb8\xe9\xa2\x88\xf0\xa0\x91\xb1\xf0\xa0\xad\x89\xf0\xa0\xad\x97\xf0\xa2\xb9\x98\xf0\xa4\xb0\xb3\xf0\xa7\x91\x8a\xf0\xa8\x99\xb7\xf0\xa8\xa5\x99\xf0\xa9\xbb\xb1]",119,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc7\x90ng",5,NULL,0,NULL,0}, + {"[\xe3\xa2\xa3\xe3\xa3\x8f\xe3\xac\x8c\xe4\x94\x94\xe4\x9d\xbc\xe4\xb5\x9e\xe4\xbf\x93\xe5\x80\x9e\xe5\x82\xb9\xe5\x87\x80\xe5\x87\x88\xe5\xa2\x83\xe5\xa6\x8c\xe5\xa9\x99\xe5\xa9\xa7\xe5\xbc\xaa\xe5\xbc\xb3\xe5\xbe\x84\xe5\xbe\x91\xe6\x95\xac\xe6\x9b\x94\xe6\xa1\xb1\xe6\xa2\xb7\xe6\xb5\x84\xe6\xb7\xa8\xe6\xbf\xaa\xe7\x80\x9e\xe7\x8d\x8d\xe7\x97\x89\xe7\x97\x99\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa7\xe7\xab\xab\xe7\xab\xb6\xe7\xab\xb8\xe8\x83\xab\xe8\x84\x9b\xe8\xaa\xa9\xe8\xb8\x81\xe8\xbf\xb3\xe9\x80\x95\xe9\x8f\xa1\xe9\x95\x9c\xe9\x9d\x93\xe9\x9d\x96\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9c\xf0\xa0\x97\x8a\xf0\xa0\x97\x8c\xf0\xa0\xa6\x8b\xf0\xa0\xb2\xae\xf0\xa0\xb7\x90\xf0\xa3\xac\x99\xf0\xa5\x85\xb8\xf0\xa5\xaf\x99\xf0\xa5\xb6\xb9\xf0\xa6\xa5\x8d\xf0\xa6\xb3\xb2\xf0\xa8\xb5\xbc\xf0\xa9\x83\x8b\xf0\xa9\x87\x95\xf0\xa9\x93\x9e\xf0\xa9\xb0\xb9]",213,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc3\xacng",5,NULL,0,NULL,0}, + {"[\xe6\xa9\xb8\xe7\x87\x9d]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jing",4,NULL,0,NULL,0}, + {"[\xe2\xba\x86\xe5\x86\x82\xe5\x86\x8b\xe5\x9d\xb0\xe5\x9f\x9b\xe6\x89\x83\xe7\xb5\x85\xe8\x98\x8f\xe8\x98\x94\xe9\xa7\x89\xe9\xa7\xab\xf0\xa0\x95\x95\xf0\xa2\x82\xb6\xf0\xa3\x95\x84\xf0\xa8\xb4\x80\xf0\xaa\x94\x83\xf0\xaa\x95\x8d]",59,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc5\x8dng",6,NULL,0,NULL,0}, + {"[\xe3\x93\x8f\xe3\xa2\xa0\xe3\xa4\xaf\xe3\xaf\x8b\xe3\xb7\x97\xe3\xb7\xa1\xe4\x8c\xb9\xe4\xa2\x9b\xe4\xbe\xb0\xe5\x83\x92\xe5\x86\x8f\xe5\x9b\xa7\xe6\xb3\x82\xe6\xb5\xbb\xe6\xbe\x83\xe7\x82\x85\xe7\x82\xaf\xe7\x83\xb1\xe7\x85\x9a\xe7\x85\x9b\xe7\x86\xb2\xe7\xaa\x98\xe7\xb6\x97\xe8\xa4\xa7\xe8\xbf\xa5\xe9\x80\x88\xe9\xa2\x8e\xf0\xa0\x96\xb7\xf0\xa2\x84\x97\xf0\xa3\x94\xb2\xf0\xa4\x8c\x87\xf0\xa6\x80\x9d\xf0\xa7\x8d\xae\xf0\xa9\x93\xba\xf0\xa9\x9a\xb1]",115,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc7\x92ng",6,NULL,0,NULL,0}, + {"[\xe3\xb8\xa8\xe4\x86\xb6\xe4\xa1\x82\xe4\xb8\xa9\xe5\x8b\xbc\xe5\x95\xbe\xe6\x8f\x82\xe6\x8f\xaa\xe6\x8f\xab\xe6\x91\x8e\xe6\x9c\xbb\xe6\xa8\x9b\xe7\x89\x9e\xe7\xa9\xb6\xe7\xb3\xba\xe7\xb3\xbe\xe7\xba\xa0\xe8\x90\x9b\xe8\xb5\xb3\xe9\x98\x84\xe9\xac\x8f\xe9\xac\xae\xe9\xb3\xa9\xe9\xb8\xa0\xf0\xa0\x83\x96\xf0\xa0\x95\xb4\xf0\xa0\x96\xac\xf0\xa0\x9a\xa8\xf0\xa0\xa0\xb3\xf0\xa0\xbf\x88\xf0\xa2\x80\x99\xf0\xa2\x9c\xa5\xf0\xa3\x81\xad\xf0\xa3\x9f\xbc\xf0\xa4\xb4\xa5\xf0\xa4\xb4\xa6\xf0\xa4\xb4\xaa\xf0\xa5\xa0\x83\xf0\xa5\xa4\xb3\xf0\xa6\xad\xba\xf0\xa6\xb1\xa0\xf0\xa6\xb1\xb1\xf0\xa6\xb1\xb2\xf0\xa6\xbd\xac\xf0\xa8\xb3\x8a\xf0\xa9\x8f\xb6\xf0\xa9\x8f\xb7\xf0\xa9\xad\x93\xf0\xa9\xb1\xbc]",174,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\xba\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc3\xba",4,NULL,0,NULL,0}, + {"[\xe3\xa1\xb1\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x9d\xe4\xb9\xa3\xe5\xa5\xba\xe7\x81\xb8\xe7\x8e\x96\xe7\xb4\xa4\xe8\x88\x8f\xe9\x85\x92\xe9\x95\xb9\xe9\x9f\xad\xe9\x9f\xae\xf0\xa0\x9b\xa9\xf0\xa0\x9c\x89\xf0\xa0\xb4\x84\xf0\xa1\x9a\xae\xf0\xa3\xb2\x84\xf0\xa4\x89\xa5\xf0\xa8\xbe\x89\xf0\xa8\xbe\x9e]",76,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc7\x94",4,NULL,0,NULL,0}, + {"[\xe3\x9d\x8c\xe3\xa0\x87\xe3\xa9\x86\xe3\xb2\x83\xe3\xba\xa9\xe4\x85\xa2\xe4\x86\x92\xe4\x8a\x86\xe4\x8a\x98\xe4\x9b\xae\xe4\xac\xa8\xe4\xb3\x8e\xe5\x80\x83\xe5\x83\xa6\xe5\x8c\x93\xe5\x8c\x9b\xe5\x8c\xb6\xe5\x8e\xa9\xe5\x92\x8e\xe5\xaa\xa8\xe5\xb0\xb1\xe5\xbb\x84\xe5\xbb\x8f\xe5\xbb\x90\xe6\x85\xa6\xe6\x8d\x84\xe6\x95\x91\xe6\x97\xa7\xe6\x9f\xa9\xe6\x9f\xbe\xe6\xa1\x95\xe6\xae\xa7\xe7\x96\x9a\xe8\x87\xbc\xe8\x88\x85\xe8\x88\x8a\xe9\xaf\xa6\xe9\xb7\xb2\xe9\xb9\xab\xe9\xba\x94\xe9\xbd\xa8\xf0\xa0\x83\xba\xf0\xa0\x99\x94\xf0\xa0\x9c\x83\xf0\xa0\xa3\xbf\xf0\xa1\x86\xa5\xf0\xa2\x91\x87\xf0\xa2\xbd\xad\xf0\xa4\xb7\x91\xf0\xa5\x86\xb7\xf0\xa5\x98\xa6\xf0\xa6\xa0\xa2\xf0\xa6\xad\xbb\xf0\xa7\xa1\x91\xf0\xa7\xab\xbe\xf0\xa7\xbe\xbb\xf0\xa8\x96\x8f\xf0\xa8\x98\x82\xf0\xa8\x98\xae\xf0\xa9\x92\xa6\xf0\xa9\xa2\xb9\xf0\xa9\xb6\xa7]",209,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji\xc3\xb9",4,NULL,0,NULL,0}, + {"[\xe6\x9d\xa6\xe6\xac\x8d\xe6\xb1\xa3\xf0\xa3\x90\xa4]",15,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jiu",3,NULL,0,NULL,0}, + {"[\xe3\x96\xa9\xe3\x9e\x90\xe3\xa1\xb9\xe3\xaa\xba\xe4\x85\x95\xe4\x9d\xbb\xe4\xa2\xb8\xe4\xaa\xb6\xe5\x87\xa5\xe5\x88\x9f\xe5\x8c\x8a\xe5\xa8\xb5\xe5\xa9\xae\xe5\xb1\x85\xe5\xb4\x8c\xe6\x8a\x85\xe6\x8b\x98\xe6\x8c\xb6\xe6\x8e\xac\xe6\xa2\xae\xe6\xa4\x90\xe6\xb3\x83\xe6\xb6\xba\xe7\x8b\x99\xe7\x90\x9a\xe7\x96\xbd\xe7\x97\x80\xe7\x9c\x97\xe7\xa0\xa0\xe7\xbd\x9d\xe8\x85\x92\xe8\x89\x8d\xe8\x8b\xb4\xe8\x8f\xb9\xe8\x9c\x9b\xe8\xa3\xbe\xe8\xb6\x84\xe8\xb7\x94\xe8\xb8\x98\xe8\xb8\x99\xe9\x8b\xa6\xe9\x94\x94\xe9\x99\xb1\xe9\x9b\x8e\xe9\x9e\xa0\xe9\x9e\xab\xe9\xa7\x92\xe9\xa9\xb9\xe9\xae\x88\xe9\xb4\xa1\xe9\xb6\x8b\xf0\xa0\x9f\xb0\xf0\xa0\xa4\x84\xf0\xa0\xae\x91\xf0\xa0\xb0\xbe\xf0\xa1\xa8\xa2\xf0\xa1\xab\xac\xf0\xa1\xb1\xbe\xf0\xa1\xb8\x98\xf0\xa1\xb8\xa8\xf0\xa3\xbb\x90\xf0\xa5\x87\x9b\xf0\xa5\x98\xae\xf0\xa5\xaa\x8f\xf0\xa5\xb7\x9a\xf0\xa6\x80\xa3\xf0\xa6\x9b\x93\xf0\xa6\x9c\x9b\xf0\xa6\xb1\x85\xf0\xa7\xb5\x9e\xf0\xa7\xb9\x95\xf0\xa8\x81\xba\xf0\xa8\x9b\xae\xf0\xa8\xa7\x99\xf0\xa8\xa8\xa0\xf0\xa9\x8b\x9c\xf0\xa9\x8d\x94\xf0\xa9\x8d\xb8\xf0\xaa\x82\x93\xf0\xaa\x97\x96]",271,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe2\xba\xbd\xe3\x98\xb2\xe3\xa5\x8c\xe3\xa9\xb4\xe3\xae\x82\xe3\xb9\xbc\xe3\xbd\xa4\xe4\x8b\xb0\xe4\x8e\xa4\xe4\x8f\xb1\xe4\x95\xae\xe4\x97\x87\xe4\x9c\xaf\xe4\xa1\x9e\xe4\xa4\x8e\xe4\xaa\x95\xe4\xb0\xac\xe4\xb1\xa1\xe4\xb3\x94\xe4\xb4\x97\xe4\xbe\xb7\xe5\x83\xaa\xe5\x95\xb9\xe5\xa9\x85\xe5\xb1\x80\xe5\xb7\x88\xe6\xa1\x94\xe6\xa4\x88\xe6\xa9\x98\xe6\xaa\x8b\xe6\xaf\xa9\xe6\xaf\xb1\xe6\xb3\xa6\xe6\xb7\x97\xe6\xb9\xa8\xe7\x84\x97\xe7\x8a\x91\xe7\x8b\x8a\xe7\xb2\xb7\xe8\x8f\x8a\xe8\x98\x9c\xe8\xab\x8a\xe8\xb6\x9c\xe8\xb7\xbc\xe8\xb9\xab\xe8\xba\xb9\xe8\xbc\x82\xe9\x83\xb9\xe9\x96\xb0\xe9\xa7\xb6\xe9\xa9\xa7\xe9\xb5\x99\xe9\xb5\xb4\xe9\xb6\xaa\xe9\xbc\xb3\xf0\xa0\x8b\xac\xf0\xa0\x9c\xb9\xf0\xa0\xa8\xad\xf0\xa1\x89\x8e\xf0\xa1\xa8\x85\xf0\xa1\xb3\x98\xf0\xa1\xb6\x8b\xf0\xa1\xbf\xbe\xf0\xa2\xa9\x81\xf0\xa3\x8e\x9b\xf0\xa3\x96\xa3\xf0\xa4\x9c\x94\xf0\xa4\xbc\xb3\xf0\xa5\xa2\xa7\xf0\xa5\xae\x97\xf0\xa6\x85\xbd\xf0\xa6\x99\xae\xf0\xa6\xa5\x91\xf0\xa6\xba\x96\xf0\xa7\x84\x9b\xf0\xa7\xa4\x91\xf0\xa7\xb7\xbe\xf0\xa7\xbb\x97\xf0\xa7\xbd\xbb\xf0\xa7\xbe\xa3\xf0\xa7\xbf\xbb\xf0\xa8\x8b\xa7\xf0\xa8\x8d\xaf\xf0\xa9\x9b\xba\xf0\xa9\xa7\xba\xf0\xa9\xab\xb4\xf0\xa9\xac\x9c\xf0\xa9\xad\x8a\xf0\xa9\xb3\xb5\xf0\xa9\xb7\x90\xf0\xaa\x80\xa3]",311,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe4\x83\x8a\xe4\x84\x94\xe4\x85\x93\xe4\xa2\xb9\xe4\xb8\xbe\xe5\x92\x80\xe5\xbc\x86\xe6\x8c\x99\xe6\x93\xa7\xe6\xa4\x87\xe6\xa6\x89\xe6\xa6\x98\xe6\xab\xb8\xe6\xac\x85\xe6\xb2\xae\xe7\x9f\xa9\xe7\xad\xa5\xe8\x81\xa5\xe8\x88\x89\xe8\x8e\x92\xe8\x92\x9f\xe8\xb8\xbd\xe9\xbd\x9f\xe9\xbe\x83\xf0\xa1\x95\x96\xf0\xa1\xa2\x92\xf0\xa2\xa4\xab\xf0\xa2\xaf\xba\xf0\xa3\x8c\xac\xf0\xa5\x84\xb7\xf0\xa5\x88\x8b\xf0\xa5\xaf\x94\xf0\xa5\xb4\xa7\xf0\xa6\x87\x99\xf0\xa6\x9e\x87\xf0\xa7\xba\xb9]",122,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\x98\x8c\xe3\x9c\x98\xe3\x9e\xab\xe3\xa0\xaa\xe3\xa8\xbf\xe3\xa9\x80\xe3\xac\xac\xe4\x80\xa0\xe4\x88\xae\xe4\x9b\xaf\xe4\xa3\xb0\xe4\xb1\x9f\xe4\xb5\x95\xe4\xb6\x99\xe4\xb9\xac\xe4\xbf\xb1\xe5\x80\xa8\xe5\x80\xb6\xe5\x85\xb7\xe5\x86\xa3\xe5\x89\xa7\xe5\x8a\x87\xe5\x8b\xae\xe5\x8f\xa5\xe5\x9f\xa7\xe5\x9f\xbe\xe5\xa3\x89\xe5\xa7\x96\xe5\xaf\xa0\xe5\xb1\xa6\xe5\xb1\xa8\xe5\xb2\xa0\xe5\xb7\xa8\xe5\xb7\xaa\xe6\x80\x87\xe6\x80\x90\xe6\x80\x9a\xe6\x83\xa7\xe6\x84\xb3\xe6\x87\x85\xe6\x87\xbc\xe6\x8b\x92\xe6\x8b\xa0\xe6\x8d\xae\xe6\x93\x9a\xe6\x98\x9b\xe6\xad\xab\xe6\xb4\xb0\xe6\xbe\xbd\xe7\x82\xac\xe7\x8a\x8b\xe7\xa7\xac\xe7\xaa\xad\xe7\xaa\xb6\xe7\xb0\xb4\xe7\xb2\x94\xe8\x80\x9f\xe8\x81\x9a\xe8\x8b\xa3\xe8\x99\xa1\xe8\x9a\xb7\xe8\xa2\x93\xe8\xa9\x8e\xe8\xae\xb5\xe8\xb1\xa6\xe8\xb2\x97\xe8\xb7\x99\xe8\xb7\x9d\xe8\xb8\x9e\xe8\xba\x86\xe9\x81\xbd\xe9\x82\xad\xe9\x86\xb5\xe9\x89\x85\xe9\x8b\xb8\xe9\x90\xbb\xe9\x92\x9c\xe9\x94\xaf\xe9\xa2\xb6\xe9\xa3\x93\xe9\xa7\x8f\xe9\xae\x94\xf0\xa0\x89\xa7\xf0\xa0\x99\x86\xf0\xa0\x9a\xb5\xf0\xa1\x92\x8d\xf0\xa1\xa5\xb6\xf0\xa2\x9a\x86\xf0\xa3\x8d\x87\xf0\xa3\xb6\x9d\xf0\xa4\x94\x8b\xf0\xa4\x96\xb5\xf0\xa4\xa2\x93\xf0\xa4\xb7\xa2\xf0\xa5\x82\x83\xf0\xa5\x89\x81\xf0\xa5\xac\x99\xf0\xa5\xb2\x9c\xf0\xa5\xb4\xaa\xf0\xa6\x8a\x90\xf0\xa6\x97\xbb\xf0\xa6\x9f\xb3\xf0\xa6\xbc\x88\xf0\xa7\x82\x9c\xf0\xa7\x9d\xb2\xf0\xa7\xa3\x92\xf0\xa7\xa3\xbb\xf0\xa7\xb2\x8b\xf0\xa7\xb8\xa7\xf0\xa8\x9d\xae\xf0\xa8\xb8\xb0\xf0\xa9\x89\xb8\xf0\xa9\x9c\x83\xf0\xa9\xa7\x92\xf0\xa9\xb0\xa4\xf0\xa9\xb4\x98\xf0\xa9\xbf\x9d\xf0\xaa\x80\x8f\xf0\xaa\x81\xa5]",396,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe7\x88\xa0\xe8\xa5\xb7]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ju",2,NULL,0,NULL,0}, + {"[\xe4\x85\x8c\xe4\xa3\xba\xe5\x8b\xac\xe5\xa7\xa2\xe5\xa8\x9f\xe6\x8d\x90\xe6\xb6\x93\xe7\x84\x86\xe7\x93\xb9\xe8\x84\xa7\xe8\xa0\xb2\xe8\xa3\x90\xe9\x8e\xb8\xe9\x90\xab\xe9\x95\x8c\xe9\xb5\x91\xe9\xb9\x83\xf0\xa0\xa1\xb6\xf0\xa1\xb1\x91\xf0\xa2\x9d\x93\xf0\xa5\x85\xac\xf0\xa6\xac\xbe\xf0\xa6\xae\xbb\xf0\xa7\x8e\x96\xf0\xa8\x8c\xab\xf0\xa9\x8e\xb3\xf0\xa9\x94\xb1]",93,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ju\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\xb7\xb7\xe5\x8d\xb7\xe5\x91\x9f\xe5\x9f\x8d\xe5\xb8\xa3\xe6\x8d\xb2\xe8\x87\x87\xe8\x8f\xa4\xe9\x8c\x88\xe9\x94\xa9\xf0\xa1\xab\x82\xf0\xa2\x8b\x84\xf0\xa4\x8e\xb1\xf0\xa6\x8a\x8c\xf0\xa7\x95\xb2\xf0\xa8\xb9\xb5\xf0\xa9\x8f\x97\xf0\xa9\x9c\x87\xf0\xa9\xa0\x89]",68,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ju\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\xa2\xa7\xe3\xa2\xbe\xe3\xaa\xbb\xe3\xaf\x9e\xe4\x84\x85\xe4\x8c\xb8\xe4\x96\xad\xe4\x9a\x88\xe4\xa1\x93\xe4\xb3\xaa\xe5\x80\xa6\xe5\x8a\xb5\xe5\x8b\x8c\xe5\xa5\x86\xe5\xb7\xbb\xe6\x85\xbb\xe6\xa1\x8a\xe6\xb7\x83\xe7\x8b\xb7\xe7\x8d\xa7\xe7\x9c\xb7\xe7\x9d\x8a\xe7\x9d\xa0\xe7\xb5\xad\xe7\xb5\xb9\xe7\xb8\xb3\xe7\xbb\xa2\xe7\xbd\xa5\xe7\xbe\x82\xe8\x94\xa8\xe9\x84\x84\xe9\x9a\xbd\xe9\x9b\x8b\xe9\xa3\xac\xe9\xa4\x8b\xf0\xa0\x94\x89\xf0\xa0\xa2\x9a\xf0\xa1\x98\xb0\xf0\xa1\xa1\x80\xf0\xa2\x8d\x8f\xf0\xa2\x8e\xa5\xf0\xa3\x99\xa2\xf0\xa3\x9a\x93\xf0\xa3\x9c\xa8\xf0\xa3\xac\x8b\xf0\xa3\xac\x8f\xf0\xa4\xb2\xa8\xf0\xa4\xba\xbb\xf0\xa5\x81\xa0\xf0\xa5\x86\x9e\xf0\xa5\xb1\xbd\xf0\xa6\xa6\xbd\xf0\xa6\xb3\xbd\xf0\xa6\xbc\xb1\xf0\xa7\xad\xa6\xf0\xa7\xaf\xa6\xf0\xa8\x86\x88\xf0\xa8\xa4\x91\xf0\xa9\x8f\xb9]",203,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ju\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe5\x99\x98\xe5\xb1\xa9\xe6\x92\x85\xe6\x92\xa7\xe8\xb9\xbb\xf0\xa2\xb1\xba\xf0\xa2\xb4\xad\xf0\xaa\xa8\x97\xf0\xab\x8f\x8b]",33,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ju\xc4\x93",4,NULL,0,NULL,0}, + {"[\xe3\x94\x83\xe3\x94\xa2\xe3\x9f\xb2\xe3\xa4\x9c\xe3\xa9\xb1\xe3\xad\x88\xe3\xad\xbe\xe3\xb0\x90\xe3\xb2\x84\xe3\xb5\x90\xe3\xb7\xbe\xe3\xb8\x95\xe3\xb9\x9f\xe3\xbb\x95\xe4\x80\x97\xe4\x81\xb7\xe4\x87\xb6\xe4\x8f\x90\xe4\x8f\xa3\xe4\x90\x98\xe4\x96\xbc\xe4\x98\xbf\xe4\x99\xa0\xe4\x9d\x8c\xe4\x9e\xb7\xe4\xa0\x87\xe4\xa1\x88\xe4\xa3\xa4\xe4\xa6\x86\xe4\xa6\xbc\xe4\xba\x85\xe5\x80\x94\xe5\x82\x95\xe5\x86\xb3\xe5\x88\x94\xe5\x8a\x82\xe5\x8b\xaa\xe5\x8c\xb7\xe5\x8e\xa5\xe5\x99\xb1\xe5\x9a\xbc\xe5\xad\x92\xe5\xad\x93\xe5\xb1\xab\xe5\xb4\x9b\xe5\xb6\xa5\xe5\xbc\xa1\xe5\xbd\x8f\xe6\x86\xa0\xe6\x86\xb0\xe6\x88\x84\xe6\x8a\x89\xe6\x8c\x97\xe6\x8d\x94\xe6\x8e\x98\xe6\x94\xab\xe6\x96\x8d\xe6\xa1\xb7\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xac\x94\xe6\xac\xae\xe6\xae\x8c\xe6\xb0\x92\xe6\xb1\xba\xe6\xb3\xac\xe7\x84\xb3\xe7\x86\xa6\xe7\x88\x91\xe7\x88\x9d\xe7\x88\xb4\xe7\x88\xb5\xe7\x8d\x97\xe7\x8e\x83\xe7\x8e\xa6\xe7\x8e\xa8\xe7\x8f\x8f\xe7\x91\xb4\xe7\x96\xa6\xe7\x98\x9a\xe7\x9f\x8d\xe7\x9f\xa1\xe7\xa0\x84\xe7\xb5\x95\xe7\xb5\xb6\xe7\xbb\x9d\xe8\x87\x84\xe8\x8a\xb5\xe8\x95\x9d\xe8\x95\xa8\xe8\x99\xb3\xe8\x9a\x97\xe8\x9f\xa8\xe8\x9f\xa9\xe8\xa6\x90\xe8\xa6\x9a\xe8\xa6\xba\xe8\xa7\x89\xe8\xa7\x96\xe8\xa7\xbc\xe8\xa8\xa3\xe8\xad\x8e\xe8\xaf\x80\xe8\xb0\xb2\xe8\xb2\x9c\xe8\xb5\xbd\xe8\xb6\x89\xe8\xb6\xb9\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xba\xa9\xe9\x80\xab\xe9\x88\x8c\xe9\x90\x8d\xe9\x90\x9d\xe9\x92\x81\xe9\x95\xa2\xe9\xa7\x83\xe9\xb4\x82\xe9\xb4\x83\xe9\xb6\x8c\xe9\xb7\xa2\xe9\xbe\xa3\xf0\xa0\x80\x94\xf0\xa0\x84\x8c\xf0\xa0\x84\x91\xf0\xa0\x8a\xac\xf0\xa0\x8e\xae\xf0\xa0\x9c\xbe\xf0\xa0\xa2\xa4\xf0\xa0\xa8\x8a\xf0\xa0\xab\x83\xf0\xa0\xb6\xb8\xf0\xa1\x88\x85\xf0\xa1\x9a\xa0\xf0\xa1\xb2\x97\xf0\xa1\xb3\xbe\xf0\xa1\xbe\x9c\xf0\xa2\x81\xaa\xf0\xa2\x8e\xb9\xf0\xa2\x8f\xb7\xf0\xa2\x94\xb1\xf0\xa2\x96\xa6\xf0\xa2\xa8\x8f\xf0\xa2\xa9\xaf\xf0\xa3\x85\xa1\xf0\xa3\x96\xac\xf0\xa3\xac\x8e\xf0\xa4\x9b\xa6\xf0\xa4\x9e\xb4\xf0\xa4\x9f\x8e\xf0\xa4\xb9\x8b\xf0\xa4\xbc\x97\xf0\xa5\x86\x8c\xf0\xa5\x8f\x98\xf0\xa5\x95\xb2\xf0\xa5\x9b\xaf\xf0\xa5\xa4\x98\xf0\xa5\xbe\xae\xf0\xa6\x81\x90\xf0\xa6\x8f\x85\xf0\xa6\x93\x90\xf0\xa6\x9b\xb2\xf0\xa6\xa0\x92\xf0\xa6\xaa\x98\xf0\xa7\x8d\x95\xf0\xa7\x97\xab\xf0\xa7\x9d\x83\xf0\xa7\xa3\xb8\xf0\xa7\xa4\xbc\xf0\xa7\xa5\x8e\xf0\xa7\xae\xab\xf0\xa7\xb1\x9d\xf0\xa7\xba\x90\xf0\xa7\xbd\xb8\xf0\xa7\xbe\xb5\xf0\xa7\xbf\xba\xf0\xa8\x8a\xbf\xf0\xa8\x8f\xb9\xf0\xa8\xac\x90\xf0\xa8\xb0\x9c\xf0\xa8\xbc\x8e\xf0\xa8\xbc\xb1\xf0\xa9\x8a\xba\xf0\xa9\x8d\xb7\xf0\xa9\x8f\xba\xf0\xa9\x93\xbb\xf0\xa9\xa7\x8f\xf0\xa9\xa7\xa1\xf0\xa9\xaa\x97\xf0\xa9\xb0\xa8\xf0\xaa\x81\xa0\xf0\xaa\x88\xb4\xf0\xaa\x96\x9c\xf0\xaa\x9a\x85\xf0\xab\x94\x8e\xf0\xab\x98\x9d\xf0\xab\x9b\x9e]",671,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ju\xc3\xa9",4,NULL,0,NULL,0}, + {"\xe4\x9e\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ju\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xf0\xa3\xa8\xa2\xf0\xa5\x88\xbe]",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ju\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe3\x9a\xac\xe5\x86\x9b\xe5\x90\x9b\xe5\x9d\x87\xe5\xa7\xb0\xe6\xa1\xbe\xe6\xb1\xae\xe7\x9a\xb2\xe7\x9a\xb8\xe7\x9a\xb9\xe7\xa2\x85\xe8\x8e\x99\xe8\x8f\x8c\xe8\x9a\x90\xe8\xa2\x80\xe8\xa6\xa0\xe8\xbb\x8d\xe9\x88\x9e\xe9\x8a\x81\xe9\x8a\x9e\xe9\x8d\x95\xe9\x92\xa7\xe9\xae\xb6\xe9\xb2\xaa\xe9\xba\x87\xe9\xba\x8f\xe9\xba\x95\xf0\xa0\x80\xb9\xf0\xa0\xa3\x95\xf0\xa2\xbb\xb8\xf0\xa6\x87\x98\xf0\xa6\x8c\xba\xf0\xa7\xbd\x94]",107,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc5\xabn",4,NULL,0,NULL,0}, + {"\xf0\xa2\x89\xa6",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc7\x94n",4,NULL,0,NULL,0}, + {"[\xe3\x91\xba\xe3\x92\x9e\xe3\x95\x99\xe3\x96\xa5\xe3\x9d\xa6\xe3\xb4\xab\xe3\xbb\x92\xe3\xbd\x99\xe4\x87\xb9\xe4\x90\x83\xe4\x95\x91\xe4\x9c\xad\xe4\x9d\x8d\xe4\xbf\x8a\xe5\x84\x81\xe5\x91\x81\xe5\x9f\x88\xe5\xaf\xaf\xe5\xb3\xbb\xe6\x87\x8f\xe6\x8d\x83\xe6\x94\x88\xe6\x94\x9f\xe6\x99\x99\xe6\xa3\x9e\xe6\xb5\x9a\xe6\xbf\xac\xe7\x84\x8c\xe7\x87\x87\xe7\x8f\xba\xe7\x95\xaf\xe7\xab\xa3\xe7\xae\x98\xe7\xae\x9f\xe8\x9c\xa0\xe9\x83\xa1\xe9\x99\x96\xe9\xa4\x95\xe9\xa6\x82\xe9\xa7\xbf\xe9\xaa\x8f\xe9\xb5\x94\xe9\xb5\x98\xf0\xa0\xa8\xa2\xf0\xa2\xb9\xb2\xf0\xa4\xae\xaa\xf0\xa5\x87\x98\xf0\xa5\x9a\x82\xf0\xa5\x9c\xae\xf0\xa5\xa1\xa3\xf0\xa6\xb4\x8c\xf0\xa6\xb5\xbc\xf0\xa7\xa5\xba\xf0\xa7\xaf\x96\xf0\xa8\x8c\x98\xf0\xa8\x9b\x90\xf0\xa8\xb2\x84\xf0\xa8\xb6\x8a\xf0\xaa\x8d\x81\xf0\xaa\x95\x9e]",199,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc3\xb9n",4,NULL,0,NULL,0}, + {"[\xe4\x98\x94\xe5\x92\x94\xe5\x92\x96\xe5\x96\x80\xe6\x93\x96\xe8\xa1\x89]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe4\xbd\xa7\xe5\x8d\xa1\xe8\x83\xa9\xe9\x89\xb2]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe5\x9e\xb0\xe8\xa3\x83]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ka",2,NULL,0,NULL,0}, + {"[\xe3\x9a\x8a\xe4\xa4\xa4\xe5\xa5\x92\xe5\xbc\x80\xe6\x8f\xa9\xe9\x90\xa6\xe9\x94\x8e\xe9\x96\x8b\xf0\xa1\x99\x93\xf0\xa2\x94\xa1\xf0\xa2\xbe\x86\xf0\xa4\xa1\xb2\xf0\xa5\xbb\x84\xf0\xa6\x82\x84\xf0\xa6\x88\xb2\xf0\xa8\xb4\x86]",58,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc4\x81i",4,NULL,0,NULL,0}, + {"[\xe4\x81\x97\xe4\x92\x93\xe5\x87\xaf\xe5\x87\xb1\xe5\x89\x80\xe5\x89\xb4\xe5\x98\x85\xe5\x9e\xb2\xe5\xa1\x8f\xe5\xb5\xa6\xe6\x81\xba\xe6\x84\xb7\xe6\x85\xa8\xe6\x9a\x9f\xe6\xa5\xb7\xe8\x92\x88\xe8\xbc\x86\xe9\x8d\x87\xe9\x8e\xa7\xe9\x93\xa0\xe9\x94\xb4\xe9\x97\x93\xe9\x97\xbf\xe9\xa2\xbd\xf0\xa0\xa2\xb2\xf0\xa2\x8b\x9d\xf0\xa5\x83\xa3\xf0\xa5\x8f\xaa]",90,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe3\xaa\xa1\xe4\xa1\xb7\xe5\x8b\x93\xe5\xbf\xbe\xe6\x84\x92\xe6\x84\xbe\xe6\xac\xac\xe7\x82\x8c\xe7\x82\x8f\xe7\x83\x97\xe9\x8e\x8e\xf0\xa1\xb3\x82\xf0\xa2\xa2\x9a\xf0\xa4\x89\xab\xf0\xa4\x90\xa9\xf0\xa4\xbb\x9c\xf0\xa5\x8e\x86\xf0\xa9\xab\x80]",63,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc3\xa0i",4,NULL,0,NULL,0}, + {"[\xe3\x98\x9b\xe5\x88\x8a\xe5\x8b\x98\xe5\xa0\xaa\xe5\xb5\x81\xe6\x88\xa1\xe6\xa0\x9e\xe9\xbe\x95\xe9\xbe\x9b\xf0\xa1\xba\x97\xf0\xa2\xa6\x9f\xf0\xa6\x9e\x96\xf0\xa7\xa1\xb5\xf0\xa9\x91\x9f]",49,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe3\x99\xb3\xe4\x96\x94\xe4\xbe\x83\xe5\x81\x98\xe5\x86\x9a\xe5\x9d\x8e\xe5\x9f\xb3\xe5\xa1\xaa\xe6\x83\x82\xe6\xa7\x9b\xe6\xaa\xbb\xe6\xac\xbf\xe6\xad\x81\xe7\xa0\x8d\xe7\xab\xb7\xe8\x8e\xb0\xe8\xbc\xa1\xe8\xbd\x97\xe9\xa1\x91\xf0\xa0\x9d\xb2\xf0\xa1\xb8\x9e\xf0\xa3\xa3\x92\xf0\xa3\xbd\x8c\xf0\xa5\x91\xab\xf0\xa5\xa4\xb1\xf0\xa5\xa6\x94\xf0\xa7\x87\xa6\xf0\xa7\xb1\x84\xf0\xa8\x8d\x9c\xf0\xa9\x90\xac\xf0\xa9\x92\x83\xf0\xa9\x93\x9f\xf0\xa9\x9c\xb1]",115,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe4\x80\x8d\xe4\x98\x93\xe4\xb3\x9a\xe5\xa2\x88\xe5\xb4\x81\xe7\x9c\x8b\xe7\x9e\xb0\xe7\x9f\x99\xe7\xa3\xa1\xe8\xa1\x8e\xe9\x97\x9e\xf0\xa1\xb6\xaa\xf0\xa2\x99\xae\xf0\xa3\x8a\x9f\xf0\xa5\x8d\x93\xf0\xa7\xaf\xb0\xf0\xa8\x92\x9e\xf0\xaa\x89\xaf]",63,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc3\xa0n",4,NULL,0,NULL,0}, + {"[\xe3\x9d\xa9\xe3\xb1\x82\xe3\xbc\xb9\xe4\x86\xb2\xe4\x97\xa7\xe5\xab\x9d\xe5\xb5\xbb\xe5\xba\xb7\xe5\xbf\xbc\xe6\x85\xb7\xe6\xa7\xba\xe6\xbc\xae\xe7\xa0\x8a\xe7\xa9\x85\xe7\xb2\x87\xe7\xb3\xa0\xe8\xba\xbf\xe9\x8f\xae\xe9\x97\xb6\xe9\xb1\x87\xf0\xa0\xbe\xa8\xf0\xa1\x90\x93\xf0\xa1\xb5\xbb\xf0\xa4\xae\x8a\xf0\xa5\x89\xbd\xf0\xa5\x95\x8e\xf0\xa5\xb9\xba\xf0\xa8\x80\xab\xf0\xa8\x82\x9f\xf0\xa8\x84\x97\xf0\xa8\x8e\x8d\xf0\xa8\x9d\x8e\xf0\xa8\xbb\xb7\xf0\xa9\xbe\x8c]",118,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe6\x89\x9b\xe6\x91\x83\xf0\xa2\xb4\xa6]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc3\xa1ng",5,NULL,0,NULL,0}, + {"[\xe4\xa1\x89\xf0\xa0\xbb\x9e\xf0\xa1\xbb\x9a\xf0\xa3\x94\x9b]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe3\xa2\x9c\xe4\xba\xa2\xe4\xbc\x89\xe5\x8c\x9f\xe5\x9b\xa5\xe6\x8a\x97\xe7\x82\x95\xe7\x8a\xba\xe9\x82\x9f\xe9\x88\xa7\xe9\x92\xaa\xe9\x96\x8c\xf0\xa5\x92\xb3\xf0\xaa\x8e\xb5]",46,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc3\xa0ng",5,NULL,0,NULL,0}, + {"[\xe4\xaf\x8c\xe5\xb0\xbb\xe9\xab\x9b\xf0\xa9\xa9\xbe]",15,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc4\x81o",4,NULL,0,NULL,0}, + {"[\xe4\xaf\xaa\xe4\xb8\x82\xe6\x8b\xb7\xe6\x94\xb7\xe6\xa0\xb2\xe6\xb4\x98\xe7\x83\xa4\xe7\x87\xba\xe7\xa8\x81\xe8\x80\x83\xe9\xb2\x93\xf0\xa3\x90\x8a\xf0\xa3\xa7\x8f\xf0\xa3\xa8\xbb\xf0\xa3\xa9\x85\xf0\xa5\xac\xaf\xf0\xa5\xb9\xac]",59,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe4\x8e\x8b\xe4\x90\xa7\xe7\x8a\x92\xe9\x8a\xac\xe9\x93\x90\xe9\x9d\xa0\xe9\xae\xb3\xe9\xaf\x8c\xf0\xa1\xad\xb3\xf0\xa7\x8b\x93\xf0\xa8\x98\xb4\xf0\xa9\x9d\x9d]",42,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc3\xa0o",4,NULL,0,NULL,0}, + {"[\xe3\xb8\xaf\xe4\x88\x96\xe4\x8c\x80\xe4\x90\xa6\xe5\x8c\xbc\xe5\x97\x91\xe6\x90\x95\xe6\x9f\xaf\xe6\xa3\xb5\xe6\xa6\xbc\xe6\xa8\x96\xe7\x89\x81\xe7\x8a\x90\xe7\x8f\x82\xe7\x96\xb4\xe7\x9e\x8c\xe7\xa0\xa2\xe7\xa3\x95\xe7\xa4\x9a\xe7\xa7\x91\xe7\xa8\x9e\xe7\xaa\xa0\xe8\x83\xa2\xe8\x8b\x9b\xe8\x90\xaa\xe8\x96\x96\xe8\x9d\x8c\xe8\xb6\xb7\xe8\xbb\xbb\xe8\xbd\xb2\xe9\x86\x98\xe9\x88\xb3\xe9\x8c\x92\xe9\xa1\x86\xe9\xa2\x8f\xe9\xa2\x97\xe9\xab\x81\xf0\xa0\x8f\x80\xf0\xa0\xb2\x99\xf0\xa1\xb8\xa1\xf0\xa1\xbb\x98\xf0\xa2\x88\x88\xf0\xa2\xa9\x98\xf0\xa3\xa7\xa4\xf0\xa4\x96\x87\xf0\xa4\xb0\x99\xf0\xa5\x83\x95\xf0\xa5\x9d\xb9\xf0\xa5\xa0\x81\xf0\xa5\xa7\x87\xf0\xa7\x8e\x97\xf0\xa7\xa8\xb5\xf0\xa7\xb5\x9b\xf0\xa7\xbf\xab\xf0\xa8\x8d\xb0\xf0\xa8\x8f\xbf\xf0\xa8\xa2\xb8\xf0\xa9\x8f\xad\xf0\xa9\x9c\xad\xf0\xaa\x8d\x8e]",205,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc4\x93",3,NULL,0,NULL,0}, + {"[\xe5\xa3\xb3\xe6\x8f\xa2\xe6\xae\xbc\xe7\xbf\x97]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc3\xa9",3,NULL,0,NULL,0}, + {"[\xe3\x9e\xb9\xe3\xaa\x99\xe3\xaa\xbc\xe3\xb5\xa3\xe5\x8f\xaf\xe5\x9d\xb7\xe5\xb2\xa2\xe5\xb5\x91\xe5\xb6\xb1\xe6\x95\xa4\xe6\xb8\x87\xe6\xb8\xb4\xe7\x82\xa3\xe7\xa4\x8d\xf0\xa2\xa9\x90\xf0\xa2\xbc\x90\xf0\xa4\xb8\x8e\xf0\xaa\x93\xae]",60,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc4\x9b",3,NULL,0,NULL,0}, + {"[\xe3\x95\x89\xe3\x95\x8e\xe3\x9d\x93\xe3\xa4\xa9\xe4\x86\x9f\xe4\x99\x90\xe4\xb6\x97\xe5\x85\x8b\xe5\x88\xbb\xe5\x89\x8b\xe5\x8b\x80\xe5\x8b\x8a\xe5\xa0\x81\xe5\xa8\x94\xe5\xae\xa2\xe5\xb0\x85\xe6\x81\xaa\xe6\x84\x99\xe6\xb0\xaa\xe6\xba\x98\xe7\xa2\xa6\xe7\xa4\x8a\xe7\xb7\x99\xe7\xbc\x82\xe8\x89\x90\xe8\xaa\xb2\xe8\xaf\xbe\xe9\x94\x9e\xe9\xa8\x8d\xe9\xaa\x92\xf0\xa0\x9b\xb3\xf0\xa0\xa1\x9c\xf0\xa0\xa1\xa4\xf0\xa0\xa2\xb9\xf0\xa0\xa9\xa7\xf0\xa0\xaa\x92\xf0\xa0\xaa\x9f\xf0\xa0\xb3\xad\xf0\xa0\xb6\xb2\xf0\xa0\xb7\x84\xf0\xa1\x9e\xa2\xf0\xa1\xb1\xbc\xf0\xa2\xa9\x8f\xf0\xa2\xbe\xa9\xf0\xa3\xa9\x84\xf0\xa3\xb2\x8a\xf0\xa3\xb9\x87\xf0\xa4\x9b\x97\xf0\xa5\x8a\x89\xf0\xa5\x94\xbd\xf0\xa5\xa6\xa8\xf0\xa5\xaf\x9a\xf0\xa7\x88\x97\xf0\xa7\x9b\xbe\xf0\xa7\x9c\xa1\xf0\xa7\xa0\x8b\xf0\xa9\xad\xbd\xf0\xa9\xb0\xbb\xf0\xa9\xb1\x98\xf0\xaa\x83\xad]",212,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc3\xa8",3,NULL,0,NULL,0}, + {"\xe5\xb5\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ke",2,NULL,0,NULL,0}, + {"\xf0\xa9\x8e\xa4",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc4\x93n",4,NULL,0,NULL,0}, + {"[\xe5\x95\x83\xe5\x9e\xa6\xe5\xa2\xbe\xe6\x81\xb3\xe6\x87\x87\xe8\x82\x8e\xe8\x82\xaf\xe8\x82\xbb\xe8\xb1\xa4\xe9\x8c\xb9\xe9\xbd\xa6\xe9\xbe\x88\xf0\xa0\xb3\x81\xf0\xa3\x8d\x9f\xf0\xa3\xa5\xa4\xf0\xa4\x80\x8a\xf0\xa5\x96\x9e\xf0\xa8\xbc\xaf]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc4\x9bn",4,NULL,0,NULL,0}, + {"[\xe3\xb8\xa7\xe6\x8e\xaf\xe8\xa3\x89\xe8\xa4\x83]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc3\xa8n",4,NULL,0,NULL,0}, + {"[\xe3\xa7\xb6\xe3\xb0\xa2\xe4\x83\x98\xe4\xa1\xa9\xe4\xa1\xb0\xe5\x8a\xa5\xe5\x90\xad\xe5\x9d\x91\xe5\xa6\x94\xe6\x8c\xb3\xe6\x91\xbc\xe7\x89\xbc\xe7\xa1\x81\xe7\xa1\x9c\xe7\xa1\xbb\xe8\xaa\x99\xe9\x8a\xb5\xe9\x8d\x9e\xe9\x8f\x97\xe9\x93\xbf\xe9\x98\xac\xf0\xa0\xa0\xb7\xf0\xa1\xb7\xa8\xf0\xa3\xa2\xb4\xf0\xa3\xab\x92\xf0\xa5\x89\xb8\xf0\xa5\x91\x85\xf0\xa5\x92\x81\xf0\xa5\x92\xb1\xf0\xa5\xa5\xb3\xf0\xa7\x80\x98\xf0\xa8\x8b\x94\xf0\xa8\x8c\xb3\xf0\xa8\x8c\xb6\xf0\xa8\x8d\x91]",121,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc4\x93ng",5,NULL,0,NULL,0}, + {"\xf0\xa1\x9e\x9a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc4\x9bng",5,NULL,0,NULL,0}, + {"[\xe3\x9a\x9a\xe3\xb2\x81\xe4\x85\x9d\xe5\x80\xa5\xe5\x9f\xaa\xe5\xb4\x86\xe6\x82\xbe\xe6\xb6\xb3\xe7\xa1\xbf\xe7\xa9\xba\xe7\xae\x9c\xe9\x8c\x93\xe9\xb5\xbc\xf0\xa0\x80\x9d\xf0\xa2\x83\x90\xf0\xa2\xb7\x99\xf0\xa2\xbd\xa6\xf0\xa5\x94\x87\xf0\xa6\xb1\x87\xf0\xa7\x8c\x86\xf0\xa7\x9a\xac\xf0\xaa\x94\xa3]",77,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc5\x8dng",5,NULL,0,NULL,0}, + {"[\xe3\xa4\x9f\xe5\xad\x94\xe6\x81\x90\xf0\xa2\xaa\xac\xf0\xa3\x8f\xba\xf0\xa4\xa4\xb2\xf0\xa5\xa5\x85\xf0\xa6\xb6\x90\xf0\xa9\xb2\xa7]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc7\x92ng",5,NULL,0,NULL,0}, + {"[\xe3\xb8\x9c\xe6\x8e\xa7\xe9\x9e\x9a\xf0\xa4\x97\x87\xf0\xa6\x81\x88]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc3\xb2ng",5,NULL,0,NULL,0}, + {"\xe8\xba\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kong",4,NULL,0,NULL,0}, + {"[\xe4\x81\xb1\xe5\x89\xbe\xe5\xbd\x84\xe6\x8a\xa0\xe6\x91\xb3\xe7\x9c\x8d\xe7\x9e\x98\xe8\x8a\xa4\xf0\xa0\x9b\x85\xf0\xa2\x82\x81\xf0\xa2\x84\xa0\xf0\xa6\xac\x85]",42,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc5\x8du",4,NULL,0,NULL,0}, + {"[\xe5\x8a\xb6\xe5\x8f\xa3\xf0\xa2\xbc\x83\xf0\xa4\x98\x98\xf0\xa8\x99\xab\xf0\xa8\xa5\xb4]",24,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xe3\x93\x82\xe3\xb0\xaf\xe4\x8d\x8d\xe4\xb3\xb9\xe5\x86\xa6\xe5\x8f\xa9\xe5\xae\xbc\xe5\xaf\x87\xe6\x89\xa3\xe6\x95\x82\xe6\xbb\xb1\xe7\x9e\x89\xe7\xaa\x9b\xe7\xad\x98\xe7\xb0\x86\xe8\x94\xb2\xe8\x94\xbb\xe9\x87\xa6\xe9\xb7\x87\xf0\xa1\xa0\x86\xf0\xa2\x9a\xab\xf0\xa2\x9f\xad\xf0\xa3\xbb\x8e\xf0\xa3\xbf\x9f\xf0\xa5\x8a\xa7\xf0\xa5\xb2\x83\xf0\xa6\xb4\x8e\xf0\xa6\xb6\xb2\xf0\xa7\xa5\xa3\xf0\xa9\x80\xa0\xf0\xaa\x84\xba\xf0\xaa\x87\x84\xf0\xab\x83\x9c]",115,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc3\xb2u",4,NULL,0,NULL,0}, + {"[\xe3\x97\x84\xe3\xa9\xbf\xe3\xaa\x82\xe3\xb1\xa0\xe3\xb5\xa0\xe4\x82\x97\xe4\x89\x90\xe4\xa7\x8a\xe4\xaf\x87\xe5\x88\xb3\xe5\x93\xad\xe5\x9c\x90\xe5\xa0\x80\xe5\xb4\xab\xe6\x89\x9d\xe6\x9e\xaf\xe6\xa1\x8d\xe7\x9f\xbb\xe7\xaa\x9f\xe8\x83\x90\xe8\xb7\x8d\xe9\x83\x80\xe9\xaa\xb7\xe9\xae\xac\xf0\xa0\xa0\xb6\xf0\xa1\x80\x99\xf0\xa1\x91\x9a\xf0\xa1\x91\xa3\xf0\xa1\x97\xb5\xf0\xa1\xb6\x8f\xf0\xa1\xbc\xbf\xf0\xa2\x8f\x86\xf0\xa2\xbc\x81\xf0\xa3\x97\xba\xf0\xa5\x88\xb7\xf0\xa5\x8c\x84\xf0\xa5\x9f\xbe\xf0\xa5\xa7\x8b\xf0\xa6\x9c\x87\xf0\xa6\xa1\x86\xf0\xa7\xa0\x82\xf0\xa7\xb7\x8e\xf0\xa9\x91\x94\xf0\xa9\x91\xa1\xf0\xa9\xa8\xb3\xf0\xaa\x8d\xa0]",162,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc5\xab",3,NULL,0,NULL,0}, + {"\xf0\xa6\x9b\x8f",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe4\x87\xa2\xe7\x8b\x9c\xe8\x8b\xa6\xf0\xa1\x9e\xaf\xf0\xa5\xaf\xb6\xf0\xa9\x87\xb5]",23,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\xa0\xb8\xe4\x94\xaf\xe4\xb5\x88\xe4\xbf\x88\xe5\x96\xbe\xe5\x9a\xb3\xe5\xba\x93\xe5\xba\xab\xe5\xbb\xa4\xe7\x84\x85\xe7\x98\x94\xe7\xa7\x99\xe7\xb5\x9d\xe7\xbb\x94\xe8\xa2\xb4\xe8\xa3\xa4\xe8\xa4\xb2\xe8\xb6\xb6\xe9\x85\xb7\xf0\xa0\xba\x9f\xf0\xa5\x9e\xb4\xf0\xa7\x8a\x98\xf0\xa7\xbf\x89\xf0\xa7\xbf\x8b\xf0\xa8\x90\xa1\xf0\xa8\xa1\xb1\xf0\xa9\xb1\x99\xf0\xaa\x8c\x93]",95,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe3\x9b\xbb\xe4\x93\x99\xe4\xa0\xb8\xe4\xaf\x9e\xe5\xa4\xb8\xe5\xa7\xb1\xe8\xaa\x87\xf0\xa0\x87\x97\xf0\xa1\x87\x9a\xf0\xa1\x97\xa2\xf0\xa5\x91\xb9\xf0\xa8\x95\xba\xf0\xa8\xb5\xa7]",47,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc4\x81",4,NULL,0,NULL,0}, + {"[\xe3\xa1\x81\xe4\xbe\x89\xe5\x92\xb5\xe5\x9e\xae\xe9\x8a\x99\xf0\xa2\x84\xb3\xf0\xa9\x8a\x93]",25,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc7\x8e",4,NULL,0,NULL,0}, + {"[\xe3\x90\x84\xe4\xa6\x9a\xe6\x8c\x8e\xe8\x83\xaf\xe8\xb7\xa8\xe9\xaa\xbb\xf0\xa1\x95\x92\xf0\xa2\x93\xa2\xf0\xa5\x8f\xa4\xf0\xa8\x83\x96]",36,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc3\xa0",4,NULL,0,NULL,0}, + {"\xe8\x88\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kua",3,NULL,0,NULL,0}, + {"[\xe3\xa7\x9f\xe4\x93\x92\xe6\x93\x93\xe8\x92\xaf\xf0\xa0\xa3\xb2\xf0\xa1\x9a\x85\xf0\xa3\xab\x89\xf0\xa6\xb3\x8b\xf0\xa9\xa6\xb1]",34,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc7\x8ei",5,NULL,0,NULL,0}, + {"[\xe3\x94\x9e\xe3\x99\x95\xe3\x9f\xb4\xe3\xb1\xae\xe4\x88\x9b\xe4\xad\x9d\xe4\xaf\xa4\xe4\xbe\xa9\xe5\x84\x88\xe5\x87\xb7\xe5\x93\x99\xe5\x99\xb2\xe5\x9d\x97\xe5\xa1\x8a\xe5\xa2\xa4\xe5\xb7\x9c\xe5\xbb\xa5\xe5\xbf\xab\xe6\x97\x9d\xe7\x8b\xaf\xe7\x8d\xaa\xe7\xad\xb7\xe7\xb3\xa9\xe8\x84\x8d\xe8\x86\xbe\xe9\x83\x90\xe9\x84\xb6\xe9\xb1\xa0\xe9\xb2\x99\xf0\xa0\x9c\x90\xf0\xa1\xbc\xbe\xf0\xa2\xbe\x92\xf0\xa5\xa2\xb6\xf0\xa6\x94\xa6\xf0\xa8\x9b\x96\xf0\xab\x90\x86]",117,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc3\xa0i",5,NULL,0,NULL,0}, + {"\xe5\x9c\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kuai",4,NULL,0,NULL,0}, + {"[\xe5\xae\xbd\xe5\xaf\x9b\xe5\xaf\xac\xe8\x87\x97\xe9\xab\x8b\xe9\xab\x96\xf0\xa3\x8e\x91\xf0\xa5\xa6\x80]",28,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\xaf\x98\xe4\x95\x80\xe4\xa5\x97\xe4\xb2\x8c\xe6\xac\xb5\xe6\xac\xbe\xe6\xad\x80\xe7\xaa\xbe\xf0\xa2\x95\xab\xf0\xa2\xb4\xaa\xf0\xa3\xa2\xbb\xf0\xa3\xbd\x9f\xf0\xa5\x9f\x93]",46,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe7\xaa\xbd\xe9\x91\xa7]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kuan",4,NULL,0,NULL,0}, + {"[\xe3\x91\x8c\xe4\x92\xb0\xe4\x96\xb1\xe4\xaf\x91\xe5\x8a\xbb\xe5\x8c\xa1\xe5\x8c\xa9\xe5\x93\x90\xe6\x81\x87\xe6\xa1\x86\xe6\xb4\xad\xe7\xa1\x84\xe7\xad\x90\xe8\xaa\x86\xe8\xaf\x93\xe8\xbb\xad\xe9\x82\xbc\xf0\xa2\xbc\x91\xf0\xa2\xbc\xb3\xf0\xa4\x9d\xbf\xf0\xa6\x9a\x9e\xf0\xa7\xbb\x94\xf0\xa8\x80\x95\xf0\xa8\x8f\x86\xf0\xa8\xb4\x91\xf0\xa9\xa2\xbc\xf0\xa9\xac\xb9]",93,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc4\x81ng",6,NULL,0,NULL,0}, + {"[\xe3\xbe\xa0\xe5\xbf\xb9\xe6\x8a\x82\xe7\x8b\x82\xe8\xaa\x91\xe8\xaf\xb3\xe8\xbb\x96\xe9\xb5\x9f\xf0\xa3\xb4\xa5\xf0\xa6\xa5\xb0\xf0\xa8\x96\xa2\xf0\xa9\xb7\x97]",42,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc3\xa1ng",6,NULL,0,NULL,0}, + {"[\xe5\x84\xa3\xe5\xa4\xbc\xe6\x87\xad]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc7\x8eng",6,NULL,0,NULL,0}, + {"[\xe4\x8a\xaf\xe4\xb5\x83\xe5\x86\xb5\xe5\x8d\x9d\xe5\x9c\xb9\xe5\xa3\x99\xe5\xb2\xb2\xe6\x87\xac\xe6\x97\xb7\xe6\x98\xbf\xe6\x9b\xa0\xe6\xb3\x81\xe7\x88\x8c\xe7\x9c\x96\xe7\x9c\xb6\xe7\x9f\x8c\xe7\x9f\xbf\xe7\xa4\xa6\xe7\xa9\xac\xe7\xb5\x96\xe7\xba\x8a\xe7\xba\xa9\xe8\xb2\xba\xe8\xb4\xb6\xe8\xba\x80\xe8\xbb\xa6\xe9\x82\x9d\xe9\x84\xba\xe9\x89\xb1\xe9\x91\x9b\xe9\xbb\x8b\xf0\xa1\xb6\xa2\xf0\xa1\xbe\x87\xf0\xa3\x8d\xa6\xf0\xa3\x92\xb8\xf0\xa5\x88\x8f\xf0\xa7\xa5\x8c\xf0\xa7\xbf\x88\xf0\xa8\x87\x81\xf0\xa8\xa5\x91\xf0\xa8\xa8\xad\xf0\xaa\x8d\xbf\xf0\xaa\x8f\xaa]",143,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc3\xa0ng",6,NULL,0,NULL,0}, + {"[\xe7\xa0\xbf\xe7\xad\xba\xe7\xb5\x8b]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kuang",5,NULL,0,NULL,0}, + {"[\xe3\xa8\x92\xe4\xaf\x93\xe4\xba\x8f\xe5\x88\xb2\xe5\xb2\xbf\xe5\xb7\x8b\xe6\x82\x9d\xe7\x9b\x94\xe7\xaa\xa5\xe7\xaa\xba\xe8\x81\xa7\xe8\x98\xac\xe8\x99\xa7\xe9\x97\x9a\xe9\xa1\x9d\xf0\xa1\x90\xa0\xf0\xa1\x93\xb0\xf0\xa1\xa4\x9e\xf0\xa5\x81\x87\xf0\xa7\xa2\xa6\xf0\xa9\x8f\xa3\xf0\xaa\x96\xa2]",75,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc4\xab",4,NULL,0,NULL,0}, + {"[\xe3\x99\x93\xe3\x99\xba\xe4\x95\xab\xe4\x96\xaf\xe4\x9f\xb8\xe4\xa4\x86\xe4\xa7\xb6\xe4\xb3\xab\xe5\x96\xb9\xe5\xa4\x94\xe5\xa5\x8e\xe5\xb7\x99\xe6\x88\xa3\xe6\x8f\x86\xe6\x99\x86\xe6\x9a\x8c\xe6\xa5\x8f\xe6\xa5\x91\xe6\xab\x86\xe7\x8a\xaa\xe7\x9d\xbd\xe8\x91\xb5\xe8\x97\x88\xe8\x98\xb7\xe8\x99\x81\xe8\x9d\xb0\xe8\xba\xa8\xe9\x80\xb5\xe9\x84\x88\xe9\x8d\xa8\xe9\x8d\xb7\xe9\x9a\x97\xe9\xa0\x84\xe9\xa0\xaf\xe9\xa6\x97\xe9\xa8\xa4\xe9\xaa\x99\xe9\xad\x81\xf0\xa0\x8a\xbe\xf0\xa1\x8c\xa4\xf0\xa2\x8c\xb3\xf0\xa4\xb5\xae\xf0\xa5\x9c\xb6\xf0\xa6\x9d\xa2\xf0\xa7\x8d\x9c\xf0\xa7\xa1\xa6\xf0\xa8\xbe\x8e\xf0\xa8\xbe\x97\xf0\xa9\x95\x9c\xf0\xa9\xa0\xae\xf0\xa9\xb2\x85\xf0\xa9\xb2\xb7\xf0\xa9\xb5\x89\xf0\xa9\xb9\x8d\xf0\xaa\x86\xb4]",184,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc3\xad",4,NULL,0,NULL,0}, + {"[\xe3\x92\x91\xe3\x9a\x8d\xe4\xa0\x91\xe4\xab\xa5\xe7\x85\x83\xe8\xb7\xac\xe8\xb9\x9e\xe9\xa0\x8d\xf0\xa2\x9c\xbd\xf0\xa2\xbc\x80\xf0\xa3\x84\xb2\xf0\xa3\xa5\xae\xf0\xa5\xaa\x8a\xf0\xa9\x93\x97]",50,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc7\x90",4,NULL,0,NULL,0}, + {"[\xe3\x95\x9f\xe4\x95\x9a\xe4\x99\x86\xe4\x99\x8c\xe4\x99\xa1\xe4\xaf\xa3\xe4\xb0\x8e\xe5\x8c\xae\xe5\x96\x9f\xe5\x98\xb3\xe5\xaa\xbf\xe5\xac\x87\xe5\xb0\xaf\xe6\x84\xa6\xe6\x84\xa7\xe6\x86\x92\xe6\xa8\xbb\xe6\xac\xb3\xe6\xba\x83\xe6\xbd\xb0\xe7\x9e\x86\xe7\xaf\x91\xe7\xb0\xa3\xe7\xb1\x84\xe8\x81\xa9\xe8\x81\xad\xe8\x81\xb5\xe8\x85\x83\xe8\x92\x89\xe8\x95\xa2\xe8\xac\x89\xe9\x90\x80\xe9\x91\x8e\xe9\xa4\xbd\xe9\xa5\x8b\xe9\xa6\x88\xf0\xa0\xa3\xa0\xf0\xa0\xbf\xa5\xf0\xa3\xa7\xbc\xf0\xa4\x86\x82\xf0\xa4\x8f\x9c\xf0\xa5\x8f\x99\xf0\xa7\x82\xa0\xf0\xa7\x84\x91\xf0\xa7\x91\x8b\xf0\xa7\x9d\xb7\xf0\xa7\xb7\x9b\xf0\xa8\xa3\x88]",158,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc3\xac",4,NULL,0,NULL,0}, + {"[\xe3\xa1\x93\xe3\xb1\x8e\xe4\x90\x8a\xe4\x96\xb5\xe4\xaa\xb2\xe5\x9d\xa4\xe5\xa0\x83\xe5\xa9\xab\xe5\xb4\x90\xe5\xb4\x91\xe6\x98\x86\xe6\x99\x9c\xe7\x84\x9c\xe7\x8c\x91\xe7\x90\xa8\xe7\x91\xbb\xe8\x8f\x8e\xe8\x9c\xab\xe8\xa3\x88\xe8\xa3\xa9\xe8\xa4\x8c\xe8\xb2\x87\xe9\x86\x8c\xe9\x8c\x95\xe9\x94\x9f\xe9\xa8\x89\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa8\xe9\xaf\xa4\xe9\xb2\xb2\xe9\xb5\xbe\xe9\xb6\xa4\xe9\xb9\x8d\xf0\xa0\x9a\xaf\xf0\xa1\x96\x89\xf0\xa5\x8a\xbd\xf0\xa5\x9a\x9b\xf0\xa6\x8c\xb8\xf0\xa7\xa5\x8a\xf0\xa8\xb1\x99\xf0\xa9\x93\xbd\xf0\xa9\xbb\x8b\xf0\xa9\xbd\x9e\xf0\xaa\x8b\x86]",148,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc5\xabn",4,NULL,0,NULL,0}, + {"[\xe3\xa9\xb2\xe4\xa0\x85\xe5\xa3\xb8\xe5\xa3\xbc\xe6\x82\x83\xe6\x8d\x86\xe6\xa2\xb1\xe7\xa1\xb1\xe7\xa5\xb5\xe7\xa8\x87\xe7\xa8\x9b\xe7\xb6\x91\xe8\xa3\x8d\xe9\x96\xab\xe9\x96\xb8\xe9\x98\x83\xe9\xbd\xab\xf0\xa6\x84\x90\xf0\xa7\x8b\x95\xf0\xa8\x81\x89\xf0\xa9\xa8\xab]",69,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc7\x94n",4,NULL,0,NULL,0}, + {"[\xe3\xab\xbb\xe5\x9b\xb0\xe6\xb6\x83\xe7\x9d\x8f\xf0\xa2\x88\x9b\xf0\xa3\x8f\x94\xf0\xa3\xb0\x98\xf0\xa3\xb1\x82\xf0\xa9\xa4\x8b]",34,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc3\xb9n",4,NULL,0,NULL,0}, + {"[\xe5\xa0\x92\xe5\xb0\xa1\xe6\xbd\x89\xe7\x86\xb4]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kun",3,NULL,0,NULL,0}, + {"[\xe3\x97\xa5\xe3\xbe\xa7\xe4\x9f\xaf\xe4\xa6\xa2\xe4\xaf\xba\xe5\xbb\x93\xe6\x87\x96\xe6\x89\xa9\xe6\x8b\xa1\xe6\x8b\xac\xe6\x8c\x84\xe6\x93\xb4\xe6\xa1\xb0\xe6\xbf\xb6\xe7\xad\x88\xe8\x90\xbf\xe8\x91\x80\xe8\x9b\x9e\xe9\x97\x8a\xe9\x98\x94\xe9\x9c\xa9\xe9\x9e\x9f\xe9\x9e\xb9\xe9\xa0\xa2\xe9\xab\xba\xe9\xac\xa0\xf0\xa0\x9a\xb3\xf0\xa0\xa0\x8e\xf0\xa1\x8e\x92\xf0\xa1\xbb\x99\xf0\xa2\xa0\x9b\xf0\xa4\xab\xb5\xf0\xa5\x95\x8f\xf0\xa6\xa7\x8d\xf0\xa6\xa7\x94\xf0\xa8\x93\x88\xf0\xa8\xa8\xb1\xf0\xa8\xb6\x90\xf0\xa9\x8b\xbb\xf0\xaa\x97\xbd]",136,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku\xc3\xb2",4,NULL,0,NULL,0}, + {"\xe9\x9f\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kuo",3,NULL,0,NULL,0}, + {"[\xe3\x95\x87\xe3\xa1\xb4\xe5\x9e\x83\xe6\x8b\x89\xe6\x90\x9a\xe6\x9f\x86\xe7\xbf\x8b\xe8\x8f\x88\xe9\x82\x8b\xf0\xa3\xa4\x8a\xf0\xa4\x9b\x8a\xf0\xa4\xb0\x9a\xf0\xa6\x92\x86\xf0\xa9\x83\x9c\xf0\xa9\xa4\xb2\xf0\xa9\xa8\x89]",57,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe5\x89\x8c\xe5\x9a\xb9\xe6\x8f\xa6\xe6\x97\xaf\xe7\xa0\xac\xe7\xa3\x96\xf0\xa1\x89\x86]",24,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa1",3,NULL,0,NULL,0}, + {"[\xe5\x96\x87\xe8\x97\x9e\xf0\xa5\x97\xbf\xf0\xa5\x98\x81\xf0\xa6\x8e\x8f]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe3\xbb\x8b\xe3\xbb\x9d\xe4\x82\xb0\xe4\x83\xb3\xe4\x8f\x80\xe4\x93\xa5\xe4\x97\xb6\xe4\xb1\xa8\xe4\xb1\xab\xe4\xb6\x9b\xe6\x8f\xa7\xe6\x94\x8b\xe6\xa5\x8b\xe7\x88\x89\xe7\x93\x8e\xe7\x98\x8c\xe8\x85\x8a\xe8\x87\x88\xe8\x87\x98\xe8\x9c\xa1\xe8\x9d\x8b\xe8\x9d\xb2\xe8\xa0\x9f\xe8\xbe\xa2\xe8\xbe\xa3\xe9\x91\x9e\xe9\x95\xb4\xe9\xac\x8e\xe9\xaf\xbb\xf0\xa0\xbe\xa9\xf0\xa1\x85\x98\xf0\xa2\x83\xb4\xf0\xa2\x89\xa8\xf0\xa4\x80\xa6\xf0\xa4\x8a\xb6\xf0\xa5\x80\xa5\xf0\xa5\x80\xb0\xf0\xa5\x88\x99\xf0\xa5\x96\x8d\xf0\xa6\x85\xb6\xf0\xa6\x86\xbb\xf0\xa6\x87\x9b\xf0\xa6\x92\xa6\xf0\xa7\x97\xa9\xf0\xa7\x99\x80\xf0\xa7\x9e\xaa\xf0\xa7\xa9\xb2\xf0\xa8\xad\x9b\xf0\xa9\x91\xae\xf0\xa9\x98\x8a\xf0\xa9\xaf\xbd\xf0\xaa\x87\xb9]",181,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa0",3,NULL,0,NULL,0}, + {"[\xe5\x95\xa6\xe6\xba\x82\xe9\x9e\xa1\xf0\xa4\xb7\x9f\xf0\xa9\x8b\xb7]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"la",2,NULL,0,NULL,0}, + {"[\xe3\xa5\x8e\xe4\x85\x98\xe4\x8b\xb1\xe4\xa0\xad\xe4\xa7\x92\xe4\xbe\x86\xe4\xbf\xab\xe5\x80\x88\xe5\xa9\xa1\xe5\xb4\x83\xe5\xb4\x8d\xe5\xba\xb2\xe5\xbe\x95\xe5\xbe\xa0\xe6\x9d\xa5\xe6\xa2\xbe\xe6\xa3\xb6\xe6\xb6\x9e\xe6\xb7\xb6\xe7\x8c\x8d\xe7\x90\x9c\xe7\xad\x99\xe7\xae\x82\xe8\x8e\xb1\xe8\x90\x8a\xe9\x80\xa8\xe9\x83\xb2\xe9\x8c\xb8\xe9\x93\xbc\xe9\xa8\x8b\xe9\xaf\xa0\xe9\xb6\x86\xe9\xba\xb3\xf0\xa0\x8e\x99\xf0\xa2\x91\xac\xf0\xa3\x96\xa4\xf0\xa4\xa2\x97\xf0\xa4\xa6\x83\xf0\xa4\xb2\x93\xf0\xa6\x93\xb9\xf0\xa7\xaf\xb2\xf0\xa7\xb3\x95\xf0\xa7\xb3\x9f\xf0\xa8\x82\x90\xf0\xaa\x91\x9a]",149,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa1i",4,NULL,0,NULL,0}, + {"[\xe3\x9a\x93\xe4\x82\xbe\xf0\xa2\x85\xad\xf0\xa7\xb5\xad\xf0\xa8\xa6\x82]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe3\xb8\x8a\xe4\x84\xa4\xe4\x93\xb6\xe4\x9a\x85\xe4\xb2\x9a\xe5\x94\xbb\xe6\xab\xb4\xe6\xbf\x91\xe7\x80\xa8\xe7\x80\xac\xe7\x99\x9e\xe7\x99\xa9\xe7\x9d\x90\xe7\x9d\x9e\xe7\xb1\x81\xe7\xb1\x9f\xe8\x97\xbe\xe8\xa5\xb0\xe8\xb3\x9a\xe8\xb3\xb4\xe8\xb5\x89\xe8\xb5\x96\xe9\xa0\xbc\xe9\xa1\x82\xe9\xb5\xa3\xf0\xa0\x98\x9d\xf0\xa1\x82\x96\xf0\xa1\x83\x84\xf0\xa1\x93\x92\xf0\xa6\x86\x8b\xf0\xa8\x87\x86\xf0\xa9\xb3\x86\xf0\xaa\x88\x88]",109,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa0i",4,NULL,0,NULL,0}, + {"[\xe3\x91\xa3\xe3\x98\x93\xe3\x9e\xa9\xe3\xa6\xa8\xe3\xb3\x95\xe4\x86\xbe\xe4\x8d\x80\xe4\x91\x8c\xe4\xa6\xa8\xe4\xaa\x8d\xe4\xb0\x90\xe5\x84\x96\xe5\x85\xb0\xe5\x8e\xb1\xe5\x9b\x92\xe5\xa9\xaa\xe5\xb2\x9a\xe5\xb5\x90\xe5\xb9\xb1\xe6\x83\x8f\xe6\x87\xa2\xe6\x8b\xa6\xe6\x94\x94\xe6\x96\x93\xe6\x96\x95\xe6\xa0\x8f\xe6\xac\x84\xe6\xac\x97\xe6\xbe\x9c\xe7\x80\xbe\xe7\x81\x86\xe7\x81\xa1\xe7\x87\xa3\xe7\x87\xb7\xe7\x92\xbc\xe7\xa4\xb7\xe7\xaf\xae\xe7\xb1\x83\xe7\xb1\xa3\xe7\xb9\xbf\xe8\x91\xbb\xe8\x93\x9d\xe8\x97\x8d\xe8\x98\xad\xe8\xa4\xb4\xe8\xa5\x95\xe8\xa5\xa4\xe8\xa5\xb4\xe8\xad\x8b\xe8\xae\x95\xe8\xb0\xb0\xe8\xba\x9d\xe9\x92\x84\xe9\x95\xa7\xe9\x97\x8c\xe9\x98\x91\xe9\x9f\x8a\xf0\xa0\x93\x96\xf0\xa0\xbc\x96\xf0\xa1\xae\xbb\xf0\xa2\x85\xa1\xf0\xa2\x89\xa7\xf0\xa2\x8a\x93\xf0\xa2\x9b\x93\xf0\xa3\x8b\xa3\xf0\xa5\x8c\xbb\xf0\xa5\x9c\x93\xf0\xa6\xa7\xbc\xf0\xa7\xbc\x96\xf0\xa8\x85\x8f\xf0\xa8\x85\xac\xf0\xa8\x8a\x94\xf0\xa8\xac\x92\xf0\xa8\xb7\xbb\xf0\xa9\x88\xb5\xf0\xa9\x94\xb5\xf0\xaa\x87\x96]",253,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa1n",4,NULL,0,NULL,0}, + {"[\xe3\x9b\xa6\xe3\xa8\xab\xe3\xa9\x9c\xe3\xb0\x96\xe4\x8c\xab\xe5\x9b\x95\xe5\xa3\x88\xe5\xac\xbe\xe5\xad\x84\xe5\xad\x8f\xe6\x87\x92\xe6\x87\xb6\xe6\x8f\xbd\xe6\x93\xa5\xe6\x94\xac\xe6\xa6\x84\xe6\xac\x96\xe6\xb5\xa8\xe6\xbc\xa4\xe7\x81\xa0\xe7\x88\xa6\xe7\xba\x9c\xe7\xbc\x86\xe7\xbd\xb1\xe8\xa6\xa7\xe8\xa6\xbd\xe8\xa7\x88\xe9\x86\x82\xe9\xa1\xb2\xf0\xa0\x93\xad\xf0\xa1\x92\x84\xf0\xa1\x93\x94\xf0\xa1\xbd\xb3\xf0\xa4\x91\xb8\xf0\xa4\xa3\x9f\xf0\xa5\xa6\x9d\xf0\xa7\xae\xa4\xf0\xa8\x8e\xb9\xf0\xa8\xa3\xb8\xf0\xa9\x9f\xba]",133,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\x9c\xae\xe3\xb1\xab\xe4\x83\xb9\xe5\x9a\x82\xe6\xbb\xa5\xe6\xbf\xab\xe7\x83\x82\xe7\x87\x97\xe7\x88\x81\xe7\x88\x9b\xe7\x88\xa4\xe7\x93\x93\xe7\xb3\xb7\xe9\x91\xad\xf0\xa2\x92\x9e\xf0\xa2\xb9\x99\xf0\xa4\x82\xba\xf0\xa4\x83\xa8\xf0\xa5\x97\xba\xf0\xa7\xb8\xa6\xf0\xa8\xa3\xa8\xf0\xa9\x89\x80]",76,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa0n",4,NULL,0,NULL,0}, + {"\xe8\xa5\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lan",3,NULL,0,NULL,0}, + {"\xe5\x95\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe3\x9d\x97\xe3\x9f\x8d\xe3\xa2\x83\xe3\xb1\xa2\xe3\xbe\xbf\xe4\x86\xa1\xe4\xa1\x99\xe4\xaf\x96\xe4\xb1\xb6\xe5\x8b\x86\xe5\xab\x8f\xe5\xbb\x8a\xe6\x96\x8f\xe6\xa1\xb9\xe6\xa6\x94\xe6\xac\xb4\xe7\x8b\xbc\xe7\x90\x85\xe7\x91\xaf\xe7\xa1\xa0\xe7\xa8\x82\xe7\xad\xa4\xe8\x89\x86\xe8\x93\x88\xe8\x9c\x8b\xe8\x9e\x82\xe8\xba\xb4\xe9\x83\x8e\xe9\x83\x9e\xe9\x8b\x83\xe9\x8e\xaf\xe9\x94\x92\xe9\x98\x86\xe9\xa7\xba\xf0\xa2\xbd\x82\xf0\xa5\x8d\xab\xf0\xa5\xa7\xab\xf0\xa6\xb5\xa7\xf0\xa8\x9e\xbf\xf0\xa8\xb1\x8d\xf0\xa9\x9b\xa1\xf0\xa9\xb7\x95\xf0\xaa\x81\x9c]",140,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa1ng",5,NULL,0,NULL,0}, + {"[\xe3\x93\xaa\xe3\x99\x9f\xe3\xae\xbe\xe5\xa1\xb1\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\xa4\xe6\xa8\x83\xe7\x83\xba\xe8\x93\xa2\xe8\xaa\x8f\xf0\xa0\xbb\xb4\xf0\xa3\x8a\xa7\xf0\xa5\x87\x91\xf0\xa7\x9a\x85]",51,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe3\xab\xb0\xe4\x8d\x9a\xe4\x95\x9e\xe5\x9f\x8c\xe5\xb4\x80\xe6\xb5\xaa\xe8\x8e\xa8\xe8\x92\x97\xe9\x96\xac\xf0\xa0\xba\x98\xf0\xa2\xb3\x91\xf0\xa3\xbb\xa1\xf0\xa6\xba\xab\xf0\xa7\xbb\xb4\xf0\xa8\xb6\x97\xf0\xa9\xb2\x92\xf0\xa9\xb3\xa4]",61,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa0ng",5,NULL,0,NULL,0}, + {"[\xe5\x94\xa5\xe9\x83\x92]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lang",4,NULL,0,NULL,0}, + {"[\xe6\x8d\x9e\xe6\x92\x88]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc4\x81o",4,NULL,0,NULL,0}, + {"[\xe3\x97\xa6\xe3\x9e\xa0\xe3\x9f\x89\xe3\x9f\xb9\xe3\xa8\x93\xe4\x83\x95\xe4\x9c\x8e\xe4\x9d\x81\xe4\xb2\x8f\xe5\x83\x97\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8b\x9e\xe5\x93\xb0\xe5\x94\xa0\xe5\x98\xae\xe5\xb4\x82\xe5\xb6\x97\xe6\x86\xa5\xe6\xb5\xb6\xe7\x89\xa2\xe7\x97\xa8\xe7\x99\x86\xe7\xa3\xb1\xe7\xaa\x82\xe7\xb0\xa9\xe8\x9f\xa7\xe9\x86\xaa\xe9\x90\x92\xe9\x93\xb9\xe9\xa1\x9f\xe9\xab\x9d\xf0\xa0\x88\xad\xf0\xa1\x91\x8d\xf0\xa2\x9a\x84\xf0\xa2\xad\x82\xf0\xa3\x98\xaa\xf0\xa4\x8e\xa4\xf0\xa4\x9b\xae\xf0\xa4\xa9\x82\xf0\xa5\xa2\x92\xf0\xa8\xa3\x83\xf0\xa8\xa6\xad\xf0\xa8\xb2\xae\xf0\xaa\x81\x94]",150,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa1o",4,NULL,0,NULL,0}, + {"[\xe3\xa7\xaf\xe3\xba\x90\xe4\x87\xad\xe4\x95\xa9\xe4\x9d\xa4\xe4\xb3\x93\xe4\xb5\x8f\xe4\xbd\xac\xe5\x92\xbe\xe5\xa7\xa5\xe6\x81\x85\xe6\xa0\xb3\xe6\xa9\x91\xe6\xbd\xa6\xe7\x8b\xab\xe8\x80\x81\xe8\x80\x82\xe8\x8d\x96\xe8\xbd\x91\xe9\x8a\xa0\xe9\x93\x91\xf0\xa1\x82\x95\xf0\xa3\xa0\xbc\xf0\xa4\xb6\x81\xf0\xa6\x92\xb4\xf0\xa8\xa1\xa4\xf0\xaa\x80\xa7]",89,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe5\xab\xaa\xe6\x86\xa6\xe6\xa9\xaf\xe6\xb6\x9d\xe6\xbe\x87\xe7\x83\x99\xe8\x80\xa2\xe8\x80\xae\xe8\xba\xbc\xe8\xbb\x82\xe9\x85\xaa\xf0\xa1\xac\x98\xf0\xa3\x9f\xbd\xf0\xa4\x89\x8d\xf0\xa6\xba\x9c\xf0\xa7\xa2\x8b\xf0\xa7\xaf\x8d]",59,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa0o",4,NULL,0,NULL,0}, + {"[\xe6\x9c\xa5\xe7\x8f\xaf\xe7\xa1\x93\xe7\xb2\xa9\xe8\x9b\xaf\xe9\xae\xb1\xf0\xa6\x9b\xa8]",24,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lao",3,NULL,0,NULL,0}, + {"[\xe8\x82\x8b\xf0\xa1\x83\x96]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc4\x93",3,NULL,0,NULL,0}, + {"[\xe3\x94\xb9\xe3\x96\x80\xe3\xa6\xa1\xe4\xb9\x90\xe4\xbb\x82\xe5\x8f\xbb\xe5\xbf\x87\xe6\x89\x90\xe6\xa5\xbd\xe6\xa8\x82\xe6\xb0\xbb\xe6\xb3\x90\xe7\x8e\x8f\xe7\xa0\xb3\xe7\xab\xbb\xe7\xb0\x95\xe8\x89\xbb\xe9\x98\x9e\xe9\x9f\xb7\xe9\xb0\xb3\xe9\xb3\x93\xf0\xa3\x82\x92\xf0\xa4\x9f\x93\xf0\xa4\xa8\x99\xf0\xa5\x96\xaa\xf0\xa9\x90\xbe]",85,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa8",3,NULL,0,NULL,0}, + {"[\xe4\xba\x86\xe9\xa4\x8e\xe9\xa5\xb9]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"le",2,NULL,0,NULL,0}, + {"\xe5\x8b\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc4\x93i",4,NULL,0,NULL,0}, + {"[\xe3\x92\x8d\xe3\x94\xa3\xe3\xb5\xa2\xe3\xb9\x8e\xe4\x8d\xa3\xe4\x90\xaf\xe4\xa8\x93\xe5\x84\xbd\xe5\xa3\xa8\xe5\xab\x98\xe6\x93\x82\xe6\xaa\x91\xe6\xab\x91\xe6\xac\x99\xe7\x93\x83\xe7\x95\xbe\xe7\xa4\x8c\xe7\xa4\xa7\xe7\xb8\xb2\xe7\xba\x8d\xe7\xba\x9d\xe7\xbc\xa7\xe7\xbd\x8d\xe7\xbe\xb8\xe8\x94\x82\xe8\x98\xb2\xe8\x99\x86\xe8\xa0\x9d\xe8\xbd\xa0\xe9\x90\xb3\xe9\x91\x98\xe9\x95\xad\xe9\x9b\xb7\xe9\x9d\x81\xe9\xbc\xba\xf0\xa1\x88\xb6\xf0\xa1\xb0\xa0\xf0\xa1\xbb\xb1\xf0\xa2\xb4\xb1\xf0\xa3\x80\x80\xf0\xa3\x9a\x8e\xf0\xa3\xa1\xa7\xf0\xa4\x9c\x96\xf0\xa4\xa1\x82\xf0\xa4\xae\x8e\xf0\xa4\xae\x9a\xf0\xa4\xae\xb8\xf0\xa4\xb3\xb3\xf0\xa4\xb3\xb4\xf0\xa4\xbc\x98\xf0\xa5\x8d\x94\xf0\xa6\xa3\x84\xf0\xa7\x92\x9c\xf0\xa7\x92\xbd\xf0\xa7\x9e\xad\xf0\xa8\x9e\xbd\xf0\xa9\xb4\xbb]",195,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa9i",4,NULL,0,NULL,0}, + {"[\xe3\x92\xa6\xe3\x99\xbc\xe3\xb5\xbd\xe3\xb6\x9f\xe3\xbc\x8d\xe3\xbf\x94\xe4\x89\x82\xe4\x9b\xb6\xe4\xa3\x82\xe4\xb4\x8e\xe5\x82\xab\xe5\x84\xa1\xe5\x8e\xbd\xe5\x9e\x92\xe5\xa3\x98\xe6\xa8\x8f\xe6\xab\x90\xe7\x81\x85\xe7\x99\x97\xe7\xa3\x8a\xe7\xa3\xa5\xe7\xa4\xa8\xe7\xb5\xab\xe8\x80\x92\xe8\x85\x82\xe8\x95\x8c\xe8\x95\xbe\xe8\x97\x9f\xe8\x98\xbd\xe8\xaa\x84\xe8\xae\x84\xe8\xaf\x94\xe9\x91\xb8\xe9\xb8\x93\xf0\xa0\xb1\xa4\xf0\xa1\x9a\x97\xf0\xa1\xbb\xad\xf0\xa1\xbc\x8a\xf0\xa1\xbe\x8b\xf0\xa1\xbe\x96\xf0\xa1\xbf\x89\xf0\xa1\xbf\x9b\xf0\xa2\xb9\xae\xf0\xa3\xa0\xa0\xf0\xa3\xa1\xba\xf0\xa4\x83\xbb\xf0\xa4\xa2\xb9\xf0\xa5\x91\xb6\xf0\xa5\x97\xac\xf0\xa6\x87\x84\xf0\xa6\x93\xa5\xf0\xa6\xa2\x8f\xf0\xa8\x84\xb1\xf0\xa8\x8a\x9a\xf0\xa8\xbb\x8c]",188,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc4\x9bi",4,NULL,0,NULL,0}, + {"[\xe3\x91\x8d\xe3\xb2\x95\xe3\xb4\x83\xe4\x89\xaa\xe4\x92\xb9\xe4\xa2\xae\xe4\xa3\xa6\xe4\xae\x91\xe6\x94\x82\xe6\xb3\xaa\xe6\xb4\xa1\xe6\xb6\x99\xe6\xb7\x9a\xe7\xa6\xb7\xe7\xb1\xbb\xe7\xb4\xaf\xe7\xba\x87\xe8\x98\xb1\xe9\x85\xb9\xe9\x8a\x87\xe9\x8c\x91\xe9\xa0\x9b\xe9\xa0\xaa\xe9\xa1\x9e\xe9\xa2\xa3\xf0\xa1\x94\x87\xf0\xa3\x80\x9c\xf0\xa3\xa8\x85\xf0\xa5\x85\xa6\xf0\xa5\x97\xb6\xf0\xa5\xa3\xac\xf0\xa5\xa4\x90\xf0\xa8\x80\xa4\xf0\xa8\xb6\xba\xf0\xa9\x94\x97\xf0\xa9\x9b\x9d\xf0\xa9\xb5\x93\xf0\xaa\x91\xaf]",129,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa8i",4,NULL,0,NULL,0}, + {"[\xe5\x98\x9e\xe5\xa1\x81\xe9\xb1\xa9]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lei",3,NULL,0,NULL,0}, + {"\xe3\x98\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc4\x93ng",5,NULL,0,NULL,0}, + {"[\xe4\x89\x84\xe4\xac\x8b\xe5\xa1\x84\xe5\xb4\x9a\xe6\xa3\xb1\xe6\xa5\x9e\xe7\xa2\x90\xe7\xa8\x9c\xe8\x96\x90\xe8\xbc\x98\xf0\xa5\x88\xae\xf0\xa6\xbc\x8a\xf0\xa7\xbc\x94\xf0\xa8\x88\x93\xf0\xa9\xa9\xa1]",52,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa9ng",5,NULL,0,NULL,0}, + {"\xe5\x86\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc4\x9bng",5,NULL,0,NULL,0}, + {"[\xe4\xae\x9a\xe5\x80\xb0\xe5\xa0\x8e\xe6\x84\xa3\xe7\x9d\x96\xe8\xb8\x9c]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xa8ng",5,NULL,0,NULL,0}, + {"\xe5\x93\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc4\xab",3,NULL,0,NULL,0}, + {"[\xe3\x92\xbf\xe3\x93\xaf\xe3\x9b\xa4\xe3\xa0\x9f\xe3\xa6\x92\xe3\xb0\x80\xe3\xb0\x9a\xe3\xb4\x9d\xe3\xb9\x88\xe4\x84\x9c\xe4\x85\xbb\xe4\x89\xab\xe4\x8a\x8d\xe4\x8b\xa5\xe4\x8d\xa0\xe4\x8d\xa6\xe4\x94\x86\xe4\x94\xa3\xe4\x94\xa7\xe4\x96\xa5\xe4\x96\xbd\xe4\x96\xbf\xe4\x99\xb0\xe4\xa3\x93\xe4\xa3\xab\xe4\xb1\x98\xe4\xb4\xbb\xe4\xb5\x93\xe4\xb5\xa9\xe5\x88\x95\xe5\x89\x93\xe5\x89\xba\xe5\x8a\x99\xe5\x8e\x98\xe5\x96\xb1\xe5\x9a\x9f\xe5\x9b\x84\xe5\xab\xa0\xe5\xad\x8b\xe5\xad\xb7\xe5\xbb\xb2\xe6\x82\xa1\xe6\x94\xa1\xe6\x96\x84\xe6\x9d\x9d\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xb8\xe6\xa3\x83\xe6\xa8\x86\xe6\xbc\x93\xe7\x81\x95\xe7\x8a\x81\xe7\x8a\x82\xe7\x8b\xb8\xe7\x90\x8d\xe7\x92\x83\xe7\x93\x88\xe7\x9b\xa0\xe7\x9d\x9d\xe7\xa6\xbb\xe7\xa9\xb2\xe7\xad\xa3\xe7\xaf\xb1\xe7\xb1\xac\xe7\xb2\x9a\xe7\xb3\x8e\xe7\xb8\xad\xe7\xba\x9a\xe7\xbc\xa1\xe7\xbd\xb9\xe8\x89\x83\xe8\x8d\xb2\xe8\x8f\x9e\xe8\x93\xa0\xe8\x94\xbe\xe8\x97\x9c\xe8\x98\xba\xe8\x9c\x8a\xe8\x9f\x8d\xe8\xa0\xa1\xe8\xa4\xb5\xe8\xac\xa7\xe8\xb2\x8d\xe9\x82\x8c\xe9\x86\xa8\xe9\x87\x90\xe9\x8b\xab\xe9\x8c\x85\xe9\x8f\xab\xe9\x91\x97\xe9\x9b\xa2\xe9\xa8\xb9\xe9\xa9\xaa\xe9\xaa\x8a\xe9\xaf\xac\xe9\xb1\xba\xe9\xb2\xa1\xe9\xb5\xb9\xe9\xb8\x9d\xe9\xb9\x82\xe9\xbb\x8e\xe9\xbb\xa7\xf0\xa0\x9b\x98\xf0\xa0\x9e\x99\xf0\xa0\xad\xb0\xf0\xa0\xbb\x97\xf0\xa0\xbc\x9d\xf0\xa0\xbe\x86\xf0\xa1\x83\xb7\xf0\xa1\xa5\xbd\xf0\xa1\xbf\x8e\xf0\xa2\x84\xa1\xf0\xa2\x8c\x88\xf0\xa2\x9b\xae\xf0\xa2\x9f\xa2\xf0\xa2\x9f\xa4\xf0\xa2\xa4\x82\xf0\xa2\xae\x83\xf0\xa3\x81\x9f\xf0\xa3\x90\xac\xf0\xa3\x98\xac\xf0\xa3\x9e\xb4\xf0\xa3\xab\xa5\xf0\xa3\xae\x89\xf0\xa3\xaf\xa4\xf0\xa4\x97\xab\xf0\xa4\x9a\x93\xf0\xa4\xad\x9c\xf0\xa5\x8a\x88\xf0\xa5\x8c\x9b\xf0\xa5\xa3\xa5\xf0\xa5\xb2\xa7\xf0\xa5\xb2\xaa\xf0\xa5\xbb\xbf\xf0\xa5\xbc\x85\xf0\xa6\x83\x87\xf0\xa6\x94\x93\xf0\xa6\xa2\xb1\xf0\xa6\xba\x99\xf0\xa7\x84\x9a\xf0\xa7\x85\xaf\xf0\xa7\x8b\x8e\xf0\xa7\x8b\xa0\xf0\xa7\x91\x87\xf0\xa7\x95\xae\xf0\xa7\x95\xaf\xf0\xa7\x9a\xa9\xf0\xa7\xab\xac\xf0\xa7\xae\x9b\xf0\xa8\x84\x9b\xf0\xa8\x87\x8e\xf0\xa8\x9b\xab\xf0\xa8\x9d\x8f\xf0\xa8\x9d\x96\xf0\xa8\x9d\x9f\xf0\xa8\xa4\xab\xf0\xa8\xaf\xbd\xf0\xa9\x81\x9f\xf0\xa9\x86\xb2\xf0\xa9\xa5\xac\xf0\xa9\xa5\xb4\xf0\xa9\xa7\x8b\xf0\xa9\xad\x87\xf0\xa9\xbb\x8c\xf0\xaa\x81\x90\xf0\xaa\x85\x86\xf0\xaa\x8c\xb1\xf0\xaa\x8f\xbc\xf0\xaa\x90\x85\xf0\xaa\x92\x94\xf0\xaa\x96\x82]",587,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xad",3,NULL,0,NULL,0}, + {"[\xe3\xb8\x9a\xe3\xbe\x96\xe4\x97\x8d\xe4\xa4\x9a\xe4\xa7\x89\xe4\xbf\x9a\xe5\x85\xa3\xe5\xa8\x8c\xe5\xb3\x9b\xe5\xb3\xa2\xe5\xb3\xb2\xe6\x9d\x8e\xe6\xac\x9a\xe6\xb5\xac\xe6\xbe\xa7\xe7\x90\x86\xe7\xa4\xbc\xe7\xa6\xae\xe7\xb2\xb4\xe8\x9f\xb8\xe8\xa3\x8f\xe8\xa3\xa1\xe8\xb1\x8a\xe9\x80\xa6\xe9\x82\x90\xe9\x86\xb4\xe9\x87\x8c\xe9\x8b\xb0\xe9\x94\x82\xe9\xaf\x89\xe9\xb1\xa7\xe9\xb2\xa4\xe9\xb3\xa2\xf0\xa0\x9a\x84\xf0\xa1\x86\xaf\xf0\xa2\x8f\x83\xf0\xa3\x80\x82\xf0\xa3\x80\xb7\xf0\xa3\xbf\x9e\xf0\xa5\x8e\x93\xf0\xa5\x8e\x94\xf0\xa5\xb4\xa1\xf0\xa6\x8e\x90\xf0\xa6\x95\xb8\xf0\xa6\xaa\xb6\xf0\xa6\xab\x88\xf0\xa7\x85\xae\xf0\xa8\x93\xa6\xf0\xa8\x9b\x8b\xf0\xa8\xb4\xbb\xf0\xa9\xb3\x93\xf0\xa9\xb7\x8b\xf0\xa9\xbd\xb5\xf0\xaa\x95\xb4]",185,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe3\x91\xa6\xe3\x92\xa7\xe3\x94\x8f\xe3\x95\xb8\xe3\x97\x9a\xe3\x98\x91\xe3\x9f\xb3\xe3\xa0\xa3\xe3\xa1\x82\xe3\xa4\xa1\xe3\xa4\xa6\xe3\xa7\xb0\xe3\xac\x8f\xe3\xae\x9a\xe3\xaf\xa4\xe3\xb1\xb9\xe3\xba\xa1\xe3\xbb\x8e\xe3\xbb\xba\xe3\xbc\x96\xe3\xbd\x81\xe3\xbd\x9d\xe3\xbe\x90\xe3\xbf\x9b\xe3\xbf\xa8\xe4\x83\xaf\xe4\x85\x84\xe4\x87\x90\xe4\x8a\xaa\xe4\x8d\xa5\xe4\x8d\xbd\xe4\x93\x9e\xe4\x94\x81\xe4\x94\x89\xe4\x95\xbb\xe4\x98\x88\xe4\x9a\x95\xe4\x9f\x8f\xe4\x9f\x90\xe4\xa1\x83\xe4\xa4\x99\xe4\xa5\xb6\xe4\xac\x85\xe4\xac\x86\xe4\xae\x8b\xe4\xae\xa5\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb2\x9e\xe4\xb4\xa1\xe4\xb6\x98\xe4\xb8\xbd\xe4\xbe\x8b\xe4\xbf\x90\xe4\xbf\xaa\xe5\x82\x88\xe5\x84\xae\xe5\x84\xb7\xe5\x87\x93\xe5\x88\xa9\xe5\x8a\x9b\xe5\x8a\xb1\xe5\x8b\xb5\xe5\x8e\x86\xe5\x8e\x89\xe5\x8e\xa4\xe5\x8e\xaf\xe5\x8e\xb2\xe5\x90\x8f\xe5\x91\x96\xe5\x94\x8e\xe5\x94\xb3\xe5\x9a\xa6\xe5\x9b\x87\xe5\x9d\x9c\xe5\xa1\x9b\xe5\xa3\xa2\xe5\xa8\xb3\xe5\xa9\xaf\xe5\xb1\xb4\xe5\xb2\xa6\xe5\xb7\x81\xe6\x82\xa7\xe6\x85\x84\xe6\x88\xbe\xe6\x90\xae\xe6\x94\x8a\xe6\x94\xa6\xe6\x94\xad\xe6\x9a\xa6\xe6\x9b\x86\xe6\x9b\x9e\xe6\x9c\xb8\xe6\x9e\xa5\xe6\xa0\x8e\xe6\xa0\x97\xe6\xa0\x9b\xe6\xa3\x99\xe6\xab\x94\xe6\xab\x9f\xe6\xab\xaa\xe6\xac\x90\xe6\xad\xb4\xe6\xad\xb7\xe6\xb2\xa5\xe6\xb2\xb4\xe6\xb6\x96\xe6\xba\xa7\xe6\xbf\xbf\xe7\x80\x9d\xe7\x88\x84\xe7\x88\x8f\xe7\x8a\xa1\xe7\x8c\x81\xe7\x8f\x95\xe7\x91\xae\xe7\x93\x85\xe7\x93\x91\xe7\x93\xa5\xe7\x96\xa0\xe7\x96\xac\xe7\x97\xa2\xe7\x99\x98\xe7\x99\xa7\xe7\x9a\xaa\xe7\x9b\xad\xe7\x9f\x8b\xe7\xa0\x85\xe7\xa0\xba\xe7\xa0\xbe\xe7\xa3\xbf\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xb0\xe7\xa6\xb2\xe7\xa7\x9d\xe7\xab\x8b\xe7\xac\xa0\xe7\xaf\xa5\xe7\xb2\x92\xe7\xb2\x9d\xe7\xb3\xb2\xe7\xb6\x9f\xe8\x84\xb7\xe8\x8b\x88\xe8\x8b\x99\xe8\x8c\x98\xe8\x8d\x94\xe8\x8e\x85\xe8\x8e\x89\xe8\x92\x9a\xe8\x92\x9e\xe8\x97\xb6\xe8\x9a\xb8\xe8\x9b\x8e\xe8\x9b\xa0\xe8\x9c\xa7\xe8\x9d\xb7\xe8\xa0\x87\xe8\xa0\xa3\xe8\xa0\xab\xe8\xa7\xbb\xe8\xa9\x88\xe8\xae\x88\xe8\xb5\xb2\xe8\xb7\x9e\xe8\xba\x92\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xb9\xe9\x83\xa6\xe9\x85\x88\xe9\x89\x9d\xe9\x8e\x98\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9b\xb3\xe9\x9d\x82\xe9\x9d\x8b\xe9\xac\x81\xe9\xb1\xb1\xe9\xb1\xb3\xe9\xb3\xa8\xe9\xb4\x97\xe9\xb7\x85\xe9\xba\x97\xe9\xba\x9c\xf0\xa0\x8c\xaf\xf0\xa0\x98\x9e\xf0\xa0\x98\x9f\xf0\xa0\x9b\xa6\xf0\xa0\x9d\x84\xf0\xa0\x9e\x89\xf0\xa0\x9e\xa4\xf0\xa0\xa0\x8f\xf0\xa0\xa0\x9d\xf0\xa0\xa0\xb5\xf0\xa0\xa2\xa0\xf0\xa0\xa9\xb5\xf0\xa0\xaa\x84\xf0\xa0\xaa\xba\xf0\xa0\xab\x8c\xf0\xa1\xa4\x8c\xf0\xa1\xab\xaf\xf0\xa1\xae\xb0\xf0\xa1\xaf\x84\xf0\xa1\xb3\xb8\xf0\xa1\xb8\x89\xf0\xa1\xbe\x92\xf0\xa1\xbf\x8b\xf0\xa2\x8d\xbc\xf0\xa2\xa1\x91\xf0\xa2\xa4\x86\xf0\xa2\xa4\xa9\xf0\xa2\xa8\xa8\xf0\xa2\xa9\x91\xf0\xa2\xb8\x80\xf0\xa2\xbb\xa0\xf0\xa3\x80\xa5\xf0\xa3\x8c\x85\xf0\xa3\x8c\x9c\xf0\xa3\x9f\x8c\xf0\xa3\xa6\xaf\xf0\xa3\xa7\xbf\xf0\xa3\xab\xa7\xf0\xa3\xb2\x92\xf0\xa4\x81\xbc\xf0\xa4\x83\x80\xf0\xa4\x84\xbd\xf0\xa4\x87\x83\xf0\xa4\x94\xa8\xf0\xa4\x96\xa2\xf0\xa4\x98\x83\xf0\xa4\x9c\x9c\xf0\xa4\x9f\x91\xf0\xa4\xa0\xab\xf0\xa4\xa1\xbf\xf0\xa4\xa9\xae\xf0\xa4\xb3\x93\xf0\xa4\xb9\x87\xf0\xa4\xb9\x88\xf0\xa4\xbb\xa4\xf0\xa4\xbc\x9a\xf0\xa5\x81\x9f\xf0\xa5\x89\x86\xf0\xa5\x8c\xa4\xf0\xa5\x8c\xae\xf0\xa5\x8c\xbf\xf0\xa5\x93\x83\xf0\xa5\x9d\xa2\xf0\xa5\xa0\xb2\xf0\xa5\xa8\xbb\xf0\xa5\xac\xad\xf0\xa5\xb6\x97\xf0\xa5\xb7\x85\xf0\xa5\xb7\x97\xf0\xa5\xbd\x97\xf0\xa6\x83\x8a\xf0\xa6\x85\xba\xf0\xa6\x87\x94\xf0\xa6\x98\x8a\xf0\xa6\x9c\x8f\xf0\xa6\xa0\x93\xf0\xa6\xaa\xbe\xf0\xa7\x84\xbb\xf0\xa7\x89\xb2\xf0\xa7\x92\x88\xf0\xa7\x93\xbd\xf0\xa7\x94\x9d\xf0\xa7\x98\xab\xf0\xa7\x99\x89\xf0\xa7\xa2\x9d\xf0\xa7\xa5\x96\xf0\xa7\xa7\x8b\xf0\xa7\xaf\x8f\xf0\xa7\xb0\xa1\xf0\xa7\xb2\xa1\xf0\xa7\xb4\xa0\xf0\xa7\xbd\xb2\xf0\xa8\x83\x99\xf0\xa8\x87\x97\xf0\xa8\x8a\x9b\xf0\xa8\x8d\xab\xf0\xa8\x8f\xac\xf0\xa8\x98\xb8\xf0\xa8\x9c\xbc\xf0\xa8\x9e\xba\xf0\xa8\x9f\x91\xf0\xa8\xa2\x8c\xf0\xa8\xaa\xb9\xf0\xa8\xac\x91\xf0\xa8\xb7\xa6\xf0\xa8\xbd\xbb\xf0\xa9\x84\x9e\xf0\xa9\x85\xa9\xf0\xa9\x86\x9d\xf0\xa9\x97\x85\xf0\xa9\x97\xad\xf0\xa9\x98\x9f\xf0\xa9\x98\xa1\xf0\xa9\x99\x96\xf0\xa9\x9e\xa8\xf0\xa9\xa3\xab\xf0\xa9\xa7\x83\xf0\xa9\xaa\xb8\xf0\xa9\xaf\xba\xf0\xa9\xb0\xb2\xf0\xa9\xb1\x87\xf0\xa9\xb4\xa3\xf0\xa9\xb6\x98\xf0\xa9\xbd\x8f\xf0\xaa\x85\xbc\xf0\xaa\x93\x80\xf0\xaa\x96\x8d\xf0\xaa\x97\x81\xf0\xaa\x99\xba\xf0\xaa\x99\xbd\xf0\xab\x81\xa1]",1090,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xac",3,NULL,0,NULL,0}, + {"[\xe6\xa0\x83\xe6\xaa\xaa\xe9\xaf\x8f]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li",2,NULL,0,NULL,0}, + {"[\xe4\xbf\xa9\xe5\x80\x86]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc7\x8e",4,NULL,0,NULL,0}, + {"[\xe3\x9c\x95\xe3\x9d\xba\xe3\x9f\x80\xe3\xa1\x98\xe3\xa2\x98\xe3\xa5\x95\xe3\xa6\x81\xe3\xb6\x8c\xe3\xba\xa6\xe3\xbc\x93\xe4\x81\xa0\xe4\x83\x9b\xe4\x86\x82\xe4\x8f\x88\xe4\x99\xba\xe4\xa5\xa5\xe4\xa8\xac\xe4\xad\x91\xe4\xba\xb7\xe5\x8a\x86\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x97\xb9\xe5\x99\x92\xe5\xa5\x81\xe5\xa5\xa9\xe5\xab\xbe\xe5\xb8\x98\xe5\xbb\x89\xe6\x80\x9c\xe6\x85\xa9\xe6\x86\x90\xe6\xa2\xbf\xe6\xa7\xa4\xe6\xab\xa3\xe6\xb6\x9f\xe6\xba\x93\xe6\xbc\xa3\xe6\xbf\x82\xe6\xbf\x93\xe7\x86\x91\xe7\x87\xab\xe7\xa3\x8f\xe7\xb0\xbe\xe7\xb1\xa2\xe7\xb1\xa8\xe7\xb8\xba\xe7\xbf\xb4\xe8\x81\x94\xe8\x81\xab\xe8\x81\xae\xe8\x81\xaf\xe8\x87\x81\xe8\x8e\xb2\xe8\x93\xae\xe8\x96\x95\xe8\x9e\x8a\xe8\xa0\x8a\xe8\xa3\xa2\xe8\xa4\xb3\xe8\xa6\x9d\xe8\xac\xb0\xe8\xb9\xa5\xe8\xbf\x9e\xe9\x80\xa3\xe9\x8e\x8c\xe9\x90\xae\xe9\x95\xb0\xe9\xac\x91\xe9\xb0\xb1\xe9\xb2\xa2\xf0\xa0\x94\xa8\xf0\xa2\x85\x8f\xf0\xa2\x85\x96\xf0\xa3\x80\x83\xf0\xa3\x9d\x88\xf0\xa4\xa3\x86\xf0\xa4\xac\x93\xf0\xa4\xbe\xb2\xf0\xa5\x96\x9d\xf0\xa5\xb2\xa5\xf0\xa6\x86\x86\xf0\xa6\x88\x90\xf0\xa6\x94\x96\xf0\xa6\x96\xbe\xf0\xa7\x90\x96\xf0\xa7\xa1\x99\xf0\xa8\x8e\xb7\xf0\xa8\x8f\xa9\xf0\xa8\x8f\xb6\xf0\xa8\xac\x81\xf0\xa8\xbd\xb7\xf0\xa9\x84\xa1\xf0\xa9\x9e\x99\xf0\xaa\x8d\xb4\xf0\xaa\x90\x8b\xf0\xaa\x90\x8d\xf0\xaa\x96\xb3\xf0\xaa\x9a\x81\xf0\xaa\x9b\x92]",331,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe3\xaa\x98\xe3\xaf\xac\xe3\xb0\x88\xe3\xb0\xb8\xe4\x8c\x9e\xe5\xac\x9a\xe6\x91\x99\xe6\x95\x9b\xe6\x96\x82\xe7\x90\x8f\xe7\x92\x89\xe7\xbe\xb7\xe8\x84\xb8\xe8\x87\x89\xe8\x94\xb9\xe8\x98\x9e\xe8\xa3\xa3\xe8\xa5\x9d\xe9\x84\xbb\xf0\xa0\x97\xb3\xf0\xa4\x91\xbf\xf0\xa4\xbc\x8f\xf0\xa9\x9f\x85\xf0\xaa\x8d\xa6]",79,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\x9c\x83\xe3\x9c\xbb\xe3\xaa\x9d\xe3\xb1\xa8\xe3\xb6\x91\xe3\xbc\x91\xe5\x83\x86\xe5\xa0\x9c\xe5\xaa\xa1\xe6\x81\x8b\xe6\x88\x80\xe6\xa5\x9d\xe6\xae\x93\xe6\xae\xae\xe6\xb5\xb0\xe6\xb9\x85\xe6\xbd\x8b\xe6\xbe\xb0\xe7\x80\xb2\xe7\x82\xbc\xe7\x85\x89\xe7\x91\x93\xe7\xb7\xb4\xe7\xba\x9e\xe7\xbb\x83\xe8\x90\xb0\xe8\x98\x9d\xe9\x8c\xac\xe9\x8d\x8a\xe9\x8f\x88\xe9\x93\xbe\xe9\xb0\x8a\xf0\xa0\x8b\x96\xf0\xa0\x92\xb5\xf0\xa1\x86\x95\xf0\xa1\x9f\xa4\xf0\xa3\x9e\xb0\xf0\xa3\x9f\xba\xf0\xa3\xbf\x8a\xf0\xa4\x92\xa6\xf0\xa4\x97\x9b\xf0\xa4\xb9\xa8\xf0\xa5\xbd\xb8\xf0\xa6\xa3\xb8\xf0\xa7\x8d\xb4\xf0\xa7\xa1\xb4\xf0\xa7\xb8\x98\xf0\xa7\xbd\xab]",162,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc3\xa0n",5,NULL,0,NULL,0}, + {"\xe8\x81\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lian",4,NULL,0,NULL,0}, + {"[\xe3\xb9\x81\xe4\x9d\xb6\xe4\xa3\xbc\xe4\xad\xaa\xe4\xbf\x8d\xe5\x87\x89\xe5\xa2\x9a\xe6\xa2\x81\xe6\xa4\x8b\xe6\xa8\x91\xe6\xb6\xbc\xe7\xb2\xae\xe7\xb2\xb1\xe7\xb3\xa7\xe7\xb6\xa1\xe8\x89\xaf\xe8\xb8\x89\xe8\xbc\xac\xe8\xbe\x8c\xf0\xa1\x91\x86\xf0\xa1\xae\x8e\xf0\xa4\x99\x9d\xf0\xa5\x9b\xab\xf0\xa8\x84\x88\xf0\xa8\x8e\x9b\xf0\xa8\xb5\xb6\xf0\xa9\x98\x81\xf0\xa9\x9e\xaf]",95,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc3\xa1ng",6,NULL,0,NULL,0}, + {"[\xe3\x92\xb3\xe3\x94\x9d\xe4\x93\xa3\xe4\xa0\x83\xe4\xa9\xab\xe4\xb8\xa1\xe4\xb8\xa4\xe5\x85\xa9\xe5\x94\xa1\xe5\x95\xa2\xe6\x8e\x9a\xe7\xb7\x89\xe8\x84\xbc\xe8\x9c\xbd\xe8\xa3\xb2\xe9\xad\x89\xe9\xad\x8e\xf0\xa0\x93\x9c\xf0\xa0\xaf\xb1\xf0\xa3\x93\x88\xf0\xa5\x88\x98\xf0\xa9\x97\xbe]",73,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc7\x8eng",6,NULL,0,NULL,0}, + {"[\xe3\xbe\x97\xe4\x80\xb6\xe4\x81\x81\xe4\xba\xae\xe5\x93\xb4\xe5\x96\xa8\xe6\x82\xa2\xe6\x99\xbe\xe6\xb9\xb8\xe8\xab\x92\xe8\xb0\x85\xe8\xbc\x8c\xe8\xbc\x9b\xe8\xbe\x86\xe9\x87\x8f\xe9\x8d\x84\xf0\xa3\x84\xb4\xf0\xa8\xb1\x89]",58,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc3\xa0ng",6,NULL,0,NULL,0}, + {"[\xe7\x85\xb7\xe7\xb0\x97]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"liang",5,NULL,0,NULL,0}, + {"[\xe6\x92\xa9\xe8\xb9\xbd]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc4\x81o",5,NULL,0,NULL,0}, + {"[\xe3\x99\xa9\xe3\xb5\xb3\xe4\x92\xbf\xe4\x9c\x8d\xe4\x9c\xae\xe4\xa8\x85\xe5\x83\x9a\xe5\x98\xb9\xe5\xab\xbd\xe5\xaf\xa5\xe5\xaf\xae\xe5\xb1\xaa\xe5\xb5\xba\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xbb\xab\xe6\x86\x80\xe6\x95\xb9\xe6\x9a\xb8\xe6\xbc\xbb\xe7\x87\x8e\xe7\x8d\xa0\xe7\x92\x99\xe7\x96\x97\xe7\x99\x82\xe7\xb0\x9d\xe7\xb9\x9a\xe7\xbc\xad\xe8\x81\x8a\xe8\x86\x8b\xe8\x86\xab\xe8\x97\x94\xe8\x9f\x9f\xe8\xb1\x82\xe8\xb3\xbf\xe8\xb9\x98\xe8\xbe\xbd\xe9\x81\xbc\xe9\x90\x90\xe9\xa3\x89\xe9\xab\x8e\xe9\xb7\xaf\xe9\xb9\xa9\xf0\xa0\x90\x8b\xf0\xa0\x96\x82\xf0\xa0\xa8\xa5\xf0\xa1\xbb\xaa\xf0\xa2\x84\xb7\xf0\xa2\x8a\xbb\xf0\xa2\xa8\xba\xf0\xa2\xb8\x98\xf0\xa2\xbc\x99\xf0\xa3\x81\xb0\xf0\xa3\x9f\x86\xf0\xa4\xb5\xa0\xf0\xa5\xb2\x8a\xf0\xa6\x95\xb5\xf0\xa6\x97\x96\xf0\xa6\xaa\x95\xf0\xa6\xba\xb9\xf0\xa7\x82\x8f\xf0\xa7\x9d\x9c\xf0\xa7\xbd\xbd\xf0\xa8\x96\x9a\xf0\xa9\x96\x9d\xf0\xa9\xaf\x8a\xf0\xaa\x8c\xb5]",227,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc3\xa1o",5,NULL,0,NULL,0}, + {"[\xe3\x9d\x8b\xe3\xb6\xab\xe4\x84\xa6\xe4\x91\xa0\xe4\xa9\x8d\xe5\x8f\xbe\xe6\x86\xad\xe6\x9b\xa2\xe7\x88\x92\xe7\x9e\xad\xe8\x93\xbc\xe9\x84\x9d\xe9\x87\x95\xe9\x92\x8c\xe9\x95\xbd\xf0\xa2\xbb\xa2\xf0\xa2\xbf\x9e\xf0\xa3\x8e\xb8\xf0\xa4\x91\x97\xf0\xa5\x97\x80\xf0\xa7\x98\x88\xf0\xa7\xa1\x9c\xf0\xa8\xa3\x80\xf0\xaa\x8c\x80]",83,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc7\x8eo",5,NULL,0,NULL,0}, + {"[\xe3\xa1\xbb\xe4\x89\xbc\xe4\x8e\x86\xe4\xa2\xa7\xe5\xb0\x9e\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xbb\x96\xe6\x92\x82\xe6\x96\x99\xe7\x82\x93\xe7\xaa\xb7\xe9\x95\xa3\xf0\xa3\xa9\xa2\xf0\xa4\x8a\xbd\xf0\xa5\x9b\xb0\xf0\xa6\x8c\x92\xf0\xa9\x95\x90\xf0\xa9\xb4\xa4\xf0\xaa\x96\xb7]",69,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc3\xa0o",5,NULL,0,NULL,0}, + {"\xe7\x88\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"liao",4,NULL,0,NULL,0}, + {"\xf0\xa6\xbe\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc4\x93",4,NULL,0,NULL,0}, + {"[\xe4\x9f\xa9\xe5\x92\xa7\xf0\xa8\xa4\xa4]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe3\xa4\xa0\xe3\xa7\x9c\xe3\xac\xaf\xe3\xad\x9e\xe3\xad\xa9\xe3\xaf\xbf\xe3\xb2\xb1\xe3\xb8\xb9\xe3\xbc\xb2\xe3\xbd\x9f\xe4\x81\xbd\xe4\x85\x80\xe4\x89\xad\xe4\x8b\x91\xe4\x9c\xb2\xe4\x9d\x93\xe4\x9f\xb9\xe4\xaa\x89\xe4\xb4\x95\xe5\x84\xa0\xe5\x86\xbd\xe5\x88\x97\xe5\x8a\xa3\xe5\x8a\xbd\xe5\x93\xb7\xe5\x9f\x92\xe5\x9f\x93\xe5\xa7\xb4\xe5\xb7\xa4\xe6\x8c\x92\xe6\x8d\xa9\xe6\x93\xb8\xe6\xa0\xb5\xe6\xb4\x8c\xe6\xb5\x96\xe7\x83\x88\xe7\x85\xad\xe7\x8a\xa3\xe7\x8c\x8e\xe7\x8d\xb5\xe7\x9d\x99\xe8\x81\x97\xe8\x84\x9f\xe8\x8c\xa2\xe8\x9b\x9a\xe8\xa3\x82\xe8\xb6\x94\xe8\xba\x90\xe8\xbf\xbe\xe9\xa2\xb2\xe9\xac\x9b\xe9\xac\xa3\xe9\xae\xa4\xe9\xb1\xb2\xe9\xb4\xb7\xf0\xa0\x9b\xb1\xf0\xa0\xa0\x97\xf0\xa1\x81\x93\xf0\xa1\x82\x8f\xf0\xa1\x82\xa9\xf0\xa1\x8a\xbb\xf0\xa1\x8f\xb5\xf0\xa1\x92\x8f\xf0\xa1\x93\x8d\xf0\xa1\xad\xa3\xf0\xa1\xbf\xa9\xf0\xa2\xa3\x93\xf0\xa3\x81\xb7\xf0\xa3\x81\xbb\xf0\xa3\x8b\xb2\xf0\xa3\x96\x8a\xf0\xa3\x9d\x9a\xf0\xa3\xb0\x8c\xf0\xa4\x81\xaf\xf0\xa4\x90\xb1\xf0\xa4\x93\xbf\xf0\xa4\x96\xba\xf0\xa4\x9c\x93\xf0\xa4\x9e\x8a\xf0\xa4\xa1\x95\xf0\xa4\xa2\xaa\xf0\xa4\xb1\x83\xf0\xa4\xb1\x9b\xf0\xa5\xaa\x82\xf0\xa5\xb2\x81\xf0\xa5\xb6\xa2\xf0\xa5\xb7\xa8\xf0\xa5\xb8\xb8\xf0\xa6\x93\xa4\xf0\xa6\x96\xa9\xf0\xa7\x80\xa8\xf0\xa7\x93\x90\xf0\xa7\x9e\x95\xf0\xa7\xad\x8c\xf0\xa7\xad\x9e\xf0\xa7\xb0\xa0\xf0\xa8\x86\x8d\xf0\xa8\x95\x9c\xf0\xa9\x86\xa3\xf0\xa9\x99\x91\xf0\xa9\xa2\xbe\xf0\xa9\xa7\x86\xf0\xa9\xa7\xae\xf0\xa9\xa8\x90\xf0\xa9\xad\x8c\xf0\xa9\xbc\xad]",371,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe6\x8c\x98\xe6\xaf\x9f\xe7\x83\xae\xe7\x8c\x9f]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lie",3,NULL,0,NULL,0}, + {"\xe6\x8b\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc4\xabn",4,NULL,0,NULL,0}, + {"[\xe3\x94\x82\xe3\x9d\x9d\xe3\xb7\xa0\xe4\x9a\xac\xe4\xa2\xaf\xe4\xab\x90\xe4\xae\xbc\xe4\xb8\xb4\xe5\x86\xa7\xe5\x8e\xb8\xe5\x95\x89\xe5\xa3\xa3\xe5\xb4\x8a\xe5\xb6\x99\xe6\x96\xb4\xe6\x99\xbd\xe6\x9a\xbd\xe6\x9e\x97\xe6\xb7\x8b\xe6\xbd\xbe\xe7\x80\xb6\xe7\x87\x90\xe7\x8d\x9c\xe7\x90\xb3\xe7\x92\x98\xe7\x97\xb3\xe7\x9e\xb5\xe7\x9f\x9d\xe7\xa2\x84\xe7\xa3\xb7\xe7\xae\x96\xe7\xb2\xa6\xe7\xb2\xbc\xe7\xb9\x97\xe7\xbf\xb7\xe8\x87\xa8\xe8\xbd\x94\xe8\xbe\x9a\xe9\x81\xb4\xe9\x82\xbb\xe9\x84\xb0\xe9\x8f\xbb\xe9\x9a\xa3\xe9\x9c\x96\xe9\xa9\x8e\xe9\xb1\x97\xe9\xb3\x9e\xe9\xba\x90\xe9\xba\x9f\xf0\xa1\xb0\x9a\xf0\xa1\xb9\x87\xf0\xa1\xbb\xab\xf0\xa1\xbf\xa0\xf0\xa3\x87\xb0\xf0\xa5\xbb\x8b\xf0\xa5\xbc\xad\xf0\xa7\x83\xae\xf0\xa7\xb2\x82\xf0\xa7\xb9\xa9\xf0\xa9\x9e\xbb\xf0\xa9\xb1\xac\xf0\xa9\xbb\x9c]",201,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xadn",4,NULL,0,NULL,0}, + {"[\xe3\x90\xad\xe3\xa8\x86\xe4\x95\xb2\xe4\xba\x83\xe5\x87\x9b\xe5\x87\x9c\xe5\xbb\xa9\xe5\xbb\xaa\xe6\x87\x8d\xe6\x87\x94\xe6\x92\x9b\xe6\xaa\x81\xe6\xaa\xa9\xe6\xbe\x9f\xe7\x99\x9b\xe7\x99\x9d\xe8\x8f\xbb\xf0\xa0\x93\xae\xf0\xa1\xac\x9c\xf0\xa4\x8e\xad\xf0\xa5\x93\x86\xf0\xa7\xb5\xa7]",73,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x90n",4,NULL,0,NULL,0}, + {"[\xe3\x96\x81\xe4\x89\xae\xe4\x97\xb2\xe4\x9a\x8f\xe4\xab\xb0\xe5\x83\xaf\xe5\x90\x9d\xe6\x81\xa1\xe6\x82\x8b\xe6\xa9\x89\xe7\x84\x9b\xe7\x94\x90\xe7\x96\x84\xe8\x86\xa6\xe8\x94\xba\xe8\x97\xba\xe8\xb3\x83\xe8\xb5\x81\xe8\xb9\xb8\xe8\xba\x8f\xe8\xba\x99\xe8\xba\xaa\xe8\xbd\xa5\xe9\x96\xb5\xf0\xa0\x90\xbc\xf0\xa1\x83\xa6\xf0\xa1\xb3\x9e\xf0\xa1\xb6\xb1\xf0\xa4\x82\xb6\xf0\xa4\x8c\x8e\xf0\xa4\x97\xb7\xf0\xa5\xb3\x9e\xf0\xa5\xb6\x92\xf0\xa5\xb7\x96\xf0\xa6\xba\xb8\xf0\xa7\x96\x94\xf0\xa7\xb6\x86\xf0\xa8\x8f\xa8\xf0\xa8\xb8\xbb\xf0\xa9\xa3\x96\xf0\xa9\xb4\xa0]",142,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xacn",4,NULL,0,NULL,0}, + {"[\xe3\x80\x87\xe3\x96\xab\xe3\xa1\xb5\xe3\xa5\x84\xe3\xa6\xad\xe3\xaa\xae\xe3\xac\xa1\xe3\xaf\xaa\xe3\xb1\xa5\xe3\xb2\x86\xe3\xb8\xb3\xe3\xbb\x8f\xe3\xbe\x89\xe4\x84\xa5\xe4\x88\x8a\xe4\x89\x81\xe4\x89\x96\xe4\x89\xb9\xe4\x8c\xa2\xe4\x8d\x85\xe4\x94\x96\xe4\x95\x98\xe4\x96\x85\xe4\x99\xa5\xe4\x9a\x96\xe4\xa0\xb2\xe4\xa1\xbc\xe4\xa1\xbf\xe4\xa7\x99\xe4\xa8\xa9\xe4\xaf\x8d\xe4\xb0\xb1\xe4\xb4\x87\xe4\xb4\x92\xe4\xb4\xab\xe4\xbc\xb6\xe5\x87\x8c\xe5\x88\xa2\xe5\x9b\xb9\xe5\x9d\xbd\xe5\xa4\x8c\xe5\xa7\x88\xe5\xa9\x88\xe5\xad\x81\xe5\xb2\xba\xe5\xbd\xbe\xe6\x8e\x95\xe6\x98\xa4\xe6\x9c\x8e\xe6\x9f\x83\xe6\xa3\x82\xe6\xab\xba\xe6\xac\x9e\xe6\xb3\xa0\xe6\xb7\xa9\xe6\xbe\xaa\xe7\x81\xb5\xe7\x87\xaf\xe7\x88\xa7\xe7\x8b\x91\xe7\x8e\xb2\xe7\x90\x8c\xe7\x93\xb4\xe7\x9a\x8a\xe7\xa0\xb1\xe7\xa5\xbe\xe7\xa7\xa2\xe7\xab\x9b\xe7\xac\xad\xe7\xb4\xb7\xe7\xb6\xbe\xe7\xbb\xab\xe7\xbe\x9a\xe7\xbf\x8e\xe8\x81\x86\xe8\x88\xb2\xe8\x8b\x93\xe8\x8f\xb1\xe8\x94\x86\xe8\x95\xb6\xe8\x98\xa6\xe8\x9b\x89\xe8\xa1\x91\xe8\xa3\xac\xe8\xa9\x85\xe8\xb7\x89\xe8\xbb\xa8\xe9\x85\x83\xe9\x86\xbd\xe9\x88\xb4\xe9\x8c\x82\xe9\x93\x83\xe9\x96\x9d\xe9\x99\xb5\xe9\x9b\xb6\xe9\x9c\x8a\xe9\x9c\x9b\xe9\x9c\x9d\xe9\x9d\x88\xe9\xa7\x96\xe9\xad\xbf\xe9\xaf\xaa\xe9\xb2\xae\xe9\xb4\x92\xe9\xb8\xb0\xe9\xb9\xb7\xe9\xba\xa2\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbe\x84\xe9\xbe\x97\xf0\xa0\x84\x96\xf0\xa0\xa0\xa2\xf0\xa0\xa1\xad\xf0\xa0\xb1\xa0\xf0\xa0\xbb\xa0\xf0\xa0\xbb\xb1\xf0\xa0\xbe\xa5\xf0\xa1\x88\x8d\xf0\xa1\x95\xae\xf0\xa1\xbf\xa1\xf0\xa2\x8c\x94\xf0\xa2\x94\x81\xf0\xa2\xa9\x97\xf0\xa2\xb9\x9d\xf0\xa2\xba\xb0\xf0\xa3\x8c\x9f\xf0\xa3\xa3\x8b\xf0\xa3\xac\xb9\xf0\xa4\x83\xa9\xf0\xa4\x96\xa6\xf0\xa4\x9c\x99\xf0\xa4\xa3\x98\xf0\xa4\xa7\x98\xf0\xa4\xab\xa9\xf0\xa4\xab\xb2\xf0\xa4\xbf\x85\xf0\xa5\x8c\xbc\xf0\xa5\xa4\x9c\xf0\xa5\xa4\x9e\xf0\xa5\xa5\x8b\xf0\xa5\xa9\x94\xf0\xa5\xba\x99\xf0\xa5\xbe\x82\xf0\xa6\x89\xa2\xf0\xa6\xab\x83\xf0\xa6\xab\x8a\xf0\xa7\x86\xba\xf0\xa7\x95\x85\xf0\xa7\x96\x9c\xf0\xa7\x9f\x99\xf0\xa7\xa8\x88\xf0\xa7\xb0\xbb\xf0\xa7\xb1\xa2\xf0\xa7\xbe\x87\xf0\xa7\xbe\xae\xf0\xa8\xa0\x8e\xf0\xa8\xb1\x8b\xf0\xa8\xbd\xb2\xf0\xa9\x82\x99\xf0\xa9\x83\x9e\xf0\xa9\x86\x92\xf0\xa9\x86\x9a\xf0\xa9\x86\xae\xf0\xa9\x86\xbb\xf0\xa9\x86\xbc\xf0\xa9\x87\x84\xf0\xa9\x87\x8e\xf0\xa9\x8a\x82\xf0\xa9\x91\x8a\xf0\xa9\x96\x8a\xf0\xa9\x96\xb5\xf0\xa9\x9a\xb9\xf0\xa9\x9c\x81\xf0\xa9\x9f\x83\xf0\xa9\xaa\xa5\xf0\xa9\xac\x94\xf0\xa9\xb2\xa9\xf0\xa9\xb5\x80\xf0\xaa\x85\x8b\xf0\xaa\x8b\xb3\xf0\xaa\x8b\xbe\xf0\xaa\x8c\x8f\xf0\xaa\x95\x8c\xf0\xaa\x9b\x88\xf0\xab\x90\x89]",635,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xadng",5,NULL,0,NULL,0}, + {"[\xe5\xb2\xad\xe5\xb6\xba\xe8\xa2\x8a\xe9\x98\xbe\xe9\xa0\x98\xe9\xa2\x86\xf0\xa5\xb5\x9d\xf0\xa6\x8a\x93]",28,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x90ng",5,NULL,0,NULL,0}, + {"[\xe4\xbb\xa4\xe5\x8f\xa6\xe5\x91\xa4\xe7\x82\xa9\xf0\xa0\x9f\xa8\xf0\xa4\xa8\xbb\xf0\xa4\xb7\x96\xf0\xa7\xb2\x99\xf0\xa8\x9e\x8e\xf0\xa9\x84\x8a]",38,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xacng",5,NULL,0,NULL,0}, + {"[\xe7\x80\xae\xe8\x93\xa4\xe9\x9c\x97]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ling",4,NULL,0,NULL,0}, + {"[\xe6\xba\x9c\xe7\x86\x98\xe8\xb9\x93\xf0\xa0\xba\x95]",15,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc5\xab",4,NULL,0,NULL,0}, + {"[\xe3\x90\xac\xe3\xbd\x9e\xe4\x89\xa7\xe4\x97\x9c\xe4\x9a\xa7\xe4\x9d\x80\xe4\xac\x9f\xe4\xb0\x98\xe4\xb1\x96\xe4\xb1\x9e\xe4\xb6\x89\xe5\x88\x98\xe5\x8a\x89\xe5\x9a\xa0\xe5\xaa\xb9\xe5\xb5\xa7\xe6\x87\xb0\xe6\x97\x88\xe6\x97\x92\xe6\xa6\xb4\xe6\xa9\x8a\xe6\xb2\xa0\xe6\xb5\x81\xe6\xb5\x8f\xe7\x80\x8f\xe7\x90\x89\xe7\x91\xa0\xe7\x91\xac\xe7\x92\xa2\xe7\x95\x84\xe7\x95\x99\xe7\x95\xb1\xe7\x96\x81\xe7\x98\xa4\xe7\x99\x85\xe7\xa1\xab\xe7\xa3\x82\xe8\x92\xa5\xe8\x93\x85\xe8\x97\xb0\xe8\x9f\x89\xe8\xa3\x97\xe9\x81\x9b\xe9\x8e\x8f\xe9\x8e\xa6\xe9\x8f\x90\xe9\x95\x8f\xe9\x95\xa0\xe9\xa3\x80\xe9\xa3\x85\xe9\xa3\x97\xe9\xa6\x8f\xe9\xa7\xa0\xe9\xa7\xb5\xe9\xa8\xae\xe9\xa9\x91\xe9\xaa\x9d\xe9\xb0\xa1\xe9\xb6\xb9\xe9\xb9\xa0\xe9\xba\x8d\xf0\xa0\x97\xbd\xf0\xa0\xaa\x90\xf0\xa2\x8f\xad\xf0\xa2\xa4\x90\xf0\xa2\xb7\xb6\xf0\xa3\x9e\x97\xf0\xa3\x9f\x91\xf0\xa3\xa0\x9a\xf0\xa3\xb1\xb3\xf0\xa4\xa5\x97\xf0\xa5\x80\x93\xf0\xa5\x86\xa6\xf0\xa5\xa0\xb7\xf0\xa5\xb0\xa3\xf0\xa5\xb6\x85\xf0\xa5\xb9\xb7\xf0\xa6\x80\xa0\xf0\xa6\x83\x93\xf0\xa6\x8a\xbf\xf0\xa6\x91\xbe\xf0\xa7\x8f\x93\xf0\xa7\xae\x97\xf0\xa8\xa6\xb0\xf0\xa8\xaa\x95\xf0\xa8\xbb\xa7\xf0\xa9\x97\xa9\xf0\xa9\x99\x84\xf0\xa9\xa2\x9e\xf0\xaa\x83\x82\xf0\xaa\x86\xb1\xf0\xaa\x87\xaf\xf0\xaa\x8e\xa3]",313,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc3\xba",4,NULL,0,NULL,0}, + {"[\xe3\xa7\x95\xe5\xac\xbc\xe6\x9f\xb3\xe6\xa0\x81\xe6\xa1\xba\xe6\xa9\xae\xe7\x86\xae\xe7\x8f\x8b\xe7\xb6\xb9\xe7\xbb\xba\xe7\xbd\xb6\xe7\xbe\x80\xe9\x89\x9a\xe9\x8b\xb6\xe9\x94\x8d\xe9\xa3\xb9\xf0\xa0\x9b\x93\xf0\xa6\x8a\x91\xf0\xa6\x8a\x97\xf0\xa6\x8c\x81\xf0\xa8\x8b\x96\xf0\xa8\x8d\xb8\xf0\xa9\x96\xb4]",78,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc7\x94",4,NULL,0,NULL,0}, + {"[\xe3\x99\x80\xe3\xb6\xaf\xe3\xbd\x8c\xe4\x84\x82\xe5\x85\xad\xe5\xa1\xaf\xe5\xbb\x87\xe6\xbe\x91\xe7\x95\x82\xe7\xa3\x9f\xe7\xbf\x8f\xe9\x90\x82\xe9\x9b\xa1\xe9\x9c\xa4\xe9\xa3\x82\xe9\xa4\xbe\xe9\xac\xb8\xe9\xb7\x9a\xe9\xb9\xa8\xf0\xa2\x94\xb2\xf0\xa2\x9e\xad\xf0\xa2\xa3\xa0\xf0\xa4\xae\xb7\xf0\xa5\x8c\x90\xf0\xa5\x9b\x85\xf0\xa5\xa5\xb9\xf0\xa5\xa7\x95\xf0\xa5\xa8\x8c\xf0\xa6\x89\x89\xf0\xa8\xa2\x87\xf0\xa9\x86\x8e]",107,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li\xc3\xb9",4,NULL,0,NULL,0}, + {"\xe6\xa1\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"liu",3,NULL,0,NULL,0}, + {"\xe5\x9b\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lo",2,NULL,0,NULL,0}, + {"[\xe2\xbb\xaf\xe2\xbb\xb0\xe3\x9a\x85\xe3\x9d\xab\xe3\xa1\xa3\xe3\xa6\x95\xe3\xb0\x8d\xe4\x83\xa7\xe4\x86\x8d\xe4\x8f\x8a\xe4\x99\xaa\xe4\xa5\xa2\xe4\xaa\x8a\xe4\xae\xbe\xe5\x92\x99\xe5\x9a\xa8\xe5\xb1\xb8\xe5\xb6\x90\xe5\xb7\x83\xe5\xb7\x84\xe6\x98\xbd\xe6\x9b\xa8\xe6\x9c\xa7\xe6\xa0\x8a\xe6\xab\xb3\xe6\xb3\xb7\xe6\xb9\xb0\xe6\xbb\x9d\xe6\xbc\x8b\xe7\x80\xa7\xe7\x88\x96\xe7\x8f\x91\xe7\x93\x8f\xe7\x99\x83\xe7\x9c\xac\xe7\x9f\x93\xe7\xa0\xbb\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xaa\xbf\xe7\xab\x9c\xe7\xac\xbc\xe7\xaf\xad\xe7\xb0\xbc\xe7\xb1\xa0\xe8\x81\x8b\xe8\x81\xbe\xe8\x83\xa7\xe8\x8c\x8f\xe8\x95\xaf\xe8\x98\xa2\xe8\xa0\xaa\xe8\xa0\xac\xe8\xa5\xb1\xe8\xb1\x85\xe8\xba\x98\xe9\x8f\xa7\xe9\x91\xa8\xe9\x9a\x86\xe9\x9c\xb3\xe9\x9d\x87\xe9\xa9\xa1\xe9\xb8\x97\xe9\xbe\x8d\xe9\xbe\x92\xe9\xbe\x99\xf0\xa0\xbe\x90\xf0\xa1\x83\xa1\xf0\xa1\xac\x8d\xf0\xa2\xa4\xb2\xf0\xa2\xb8\xad\xf0\xa3\xab\xa3\xf0\xa4\xb5\xb8\xf0\xa4\xbe\xad\xf0\xa5\xaa\xa2\xf0\xa5\xaa\xbb\xf0\xa5\xac\x86\xf0\xa5\xb3\x8c\xf0\xa5\xb8\x89\xf0\xa6\xa8\xa9\xf0\xa6\xaa\xbd\xf0\xa7\x8d\xb0\xf0\xa7\x99\xa5\xf0\xa8\x87\x98\xf0\xa8\x8f\xa0\xf0\xa8\x90\x87\xf0\xa8\xba\x9a\xf0\xa9\x82\xbd\xf0\xa9\x84\xba\xf0\xa9\x99\x98\xf0\xa9\x99\xa0\xf0\xa9\x9f\xad\xf0\xa9\xa7\xaa\xf0\xaa\x94\xb3\xf0\xaa\x94\xb7\xf0\xaa\x9a\x91\xf0\xaa\x9a\x93\xf0\xaa\x9a\x98\xf0\xaa\x9a\x9d\xf0\xaa\x9a\xa0]",336,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xb3ng",5,NULL,0,NULL,0}, + {"[\xe3\x99\x99\xe3\xb4\xb3\xe4\xa1\x81\xe5\x84\xb1\xe5\x9e\x84\xe5\x9e\x85\xe5\xa3\x9f\xe5\xa3\xa0\xe6\x8b\xa2\xe6\x94\x8f\xe7\xab\x89\xe7\xaf\xa2\xe9\x99\x87\xe9\x9a\xb4\xe9\xbe\x93\xf0\xa2\xa4\xb1\xf0\xaa\x90\x96]",55,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x92ng",5,NULL,0,NULL,0}, + {"[\xe3\x91\x9d\xe3\x9b\x9e\xe3\x9f\x96\xe3\xa2\x85\xe3\xb3\xa5\xe5\x93\xa2\xe5\xbe\xbf\xe6\x8c\xb5\xe6\xa2\x87\xe8\xb4\x9a\xf0\xa0\xae\xbd\xf0\xa0\xb1\x9a\xf0\xa1\xb1\xaf\xf0\xa2\x99\xb1\xf0\xa4\xbc\x83\xf0\xa5\xa6\x8c\xf0\xa7\x9a\x82\xf0\xa8\x9b\x93]",64,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xb2ng",5,NULL,0,NULL,0}, + {"\xe6\xa7\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"long",4,NULL,0,NULL,0}, + {"[\xe4\x81\x96\xe7\x9e\x9c]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc5\x8du",4,NULL,0,NULL,0}, + {"[\xe3\x9f\xba\xe3\xa1\x9e\xe3\xa5\xaa\xe3\xb2\x8e\xe3\xba\x8f\xe4\x84\x9b\xe4\x9d\x8f\xe4\xa3\x9a\xe4\xab\xab\xe4\xae\xab\xe4\xb1\xbe\xe5\x81\xbb\xe5\x83\x82\xe5\x89\x85\xe5\x96\xbd\xe5\x98\x8d\xe5\xa8\x84\xe5\xa9\x81\xe5\xbb\x94\xe6\x85\xba\xe6\xa5\xbc\xe6\xa8\x93\xe6\xba\x87\xe6\xbc\x8a\xe7\x86\xa1\xe8\x80\xa7\xe8\x80\xac\xe8\x89\x9b\xe8\x92\x8c\xe8\x94\x9e\xe8\x9d\xbc\xe8\x9e\xbb\xe8\xac\xb1\xe8\xbb\x81\xe9\x81\xb1\xe9\x9e\xbb\xe9\xab\x85\xe9\xab\x8f\xf0\xa0\x9e\xad\xf0\xa0\xb3\xb4\xf0\xa1\x87\xad\xf0\xa3\xab\xbb\xf0\xa4\x8b\x8f\xf0\xa4\xa0\x8b\xf0\xa4\xac\x8f\xf0\xa6\x8e\xb9\xf0\xa7\x81\xbe\xf0\xa7\xa2\x83\xf0\xa7\xb0\x83\xf0\xa7\xb7\xa1\xf0\xa8\xbb\xbb\xf0\xa9\x8f\x9d\xf0\xa9\xa8\x87]",176,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xb3u",4,NULL,0,NULL,0}, + {"[\xe3\xaa\xb9\xe4\x85\xb9\xe5\xa1\xbf\xe5\xb5\x9d\xe5\xb6\x81\xe6\x90\x82\xe6\x91\x9f\xe7\x94\x8a\xe7\xaf\x93\xe7\xb0\x8d\xf0\xa1\x97\x86\xf0\xa1\xb0\x8c\xf0\xa2\x88\xa2\xf0\xa5\x95\x8d\xf0\xa7\xaf\xa8\xf0\xaa\x8d\xa3]",56,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xe3\x94\xb7\xe5\xb1\x9a\xe6\xbc\x8f\xe7\x98\x98\xe7\x98\xba\xe7\x98\xbb\xe9\x8f\xa4\xe9\x95\x82\xe9\x99\x8b\xf0\xa0\x96\x9b\xf0\xa0\x97\xa9\xf0\xa1\xaa\x85\xf0\xa3\xa4\x8b\xf0\xa6\xb8\xa2\xf0\xa7\xab\x9e\xf0\xa8\x84\x8b\xf0\xa8\x9d\xa2\xf0\xa8\xa6\x96\xf0\xa8\xab\x92\xf0\xa8\xb1\x90]",73,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xb2u",4,NULL,0,NULL,0}, + {"[\xe5\x99\x9c\xe6\x92\xb8]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe3\xa0\xa0\xe3\xa2\xb3\xe3\xaa\xad\xe3\xad\x94\xe3\xb1\xba\xe3\xbf\x96\xe4\xa1\x8e\xe4\xae\x89\xe4\xb0\x95\xe5\x8d\xa2\xe5\x9a\xa7\xe5\x9e\x86\xe5\xa3\x9a\xe5\xba\x90\xe5\xbb\xac\xe6\x94\x8e\xe6\x9b\xa5\xe6\xa0\x8c\xe6\xab\x9a\xe6\xab\xa8\xe6\xb3\xb8\xe7\x80\x98\xe7\x82\x89\xe7\x88\x90\xe7\x8d\xb9\xe7\x8e\x88\xe7\x92\xb7\xe7\x93\x90\xe7\x9b\xa7\xe7\x9f\x91\xe7\xb1\x9a\xe7\xba\x91\xe7\xbd\x8f\xe8\x83\xaa\xe8\x87\x9a\xe8\x88\xbb\xe8\x89\xab\xe8\x8a\xa6\xe8\x98\x86\xe8\xa0\xa6\xe8\xbd\xa4\xe8\xbd\xb3\xe9\x91\xaa\xe9\xa1\xb1\xe9\xa2\x85\xe9\xab\x97\xe9\xad\xb2\xe9\xb1\xb8\xe9\xb2\x88\xe9\xb8\x95\xe9\xb8\xac\xe9\xbb\xb8\xf0\xa1\x89\xb4\xf0\xa1\xb3\xb4\xf0\xa3\x86\x90\xf0\xa4\xac\x9b\xf0\xa4\xae\xa7\xf0\xa5\x80\xb5\xf0\xa6\xbf\x8a\xf0\xa7\x86\xa3\xf0\xa7\x87\x84\xf0\xa8\x87\x96\xf0\xa9\x84\x85\xf0\xa9\x8d\xbc\xf0\xaa\x91\x84\xf0\xaa\x96\x8c]",214,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe2\xbb\xa7\xe3\x94\xaa\xe3\xa2\x9a\xe3\xaf\xad\xe4\xb2\x90\xe5\x8d\xa4\xe5\x9a\x95\xe5\xa1\xb7\xe6\x8e\xb3\xe6\x93\x84\xe6\x93\xbc\xe6\xa8\x90\xe6\xa9\xb9\xe6\xab\x93\xe6\xb0\x8c\xe6\xbb\xb7\xe6\xbe\x9b\xe7\x80\x82\xe7\xa1\xb5\xe7\xa3\xa0\xe8\x89\xa3\xe8\x89\xaa\xe8\x93\xbe\xe8\x99\x8f\xe8\x99\x9c\xe9\x8f\x80\xe9\x90\xaa\xe9\x91\xa5\xe9\x95\xa5\xe9\xad\xaf\xe9\xb2\x81\xe9\xb9\xb5\xf0\xa0\xbf\x9b\xf0\xa2\x8b\xa1\xf0\xa2\x9f\xa7\xf0\xa2\xb2\xb8\xf0\xa3\xa5\x90\xf0\xa3\xb1\x80\xf0\xa4\xa3\x83\xf0\xa5\xb6\x87\xf0\xa7\x80\xa6\xf0\xa7\xab\x93\xf0\xa9\xaf\x9c\xf0\xaa\x89\x96\xf0\xaa\x89\xa3]",150,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\x93\x90\xe3\x96\xa8\xe3\x9b\xac\xe3\x9c\x99\xe3\x9f\xa4\xe3\xa6\x87\xe3\xaa\x90\xe3\xaa\x96\xe3\xab\xbd\xe3\xaf\x9d\xe3\xaf\x9f\xe3\xbc\xbe\xe4\x83\x99\xe4\x8c\x92\xe4\x8d\xa1\xe4\x8e\x91\xe4\x8e\xbc\xe4\x90\x82\xe4\x98\xb5\xe4\x9a\x84\xe4\x9f\xbf\xe4\xa1\x9c\xe4\xa9\xae\xe4\xb1\x9a\xe4\xb4\xaa\xe4\xbe\x93\xe5\x83\x87\xe5\x89\xb9\xe5\x8b\x8e\xe5\x8b\xa0\xe5\x9c\xa5\xe5\x9d\xb4\xe5\xa1\xb6\xe5\xa8\xbd\xe5\xb3\x8d\xe5\xbb\x98\xe5\xbd\x94\xe5\xbd\x95\xe6\x88\xae\xe6\x91\x9d\xe6\xa4\x82\xe6\xa8\x9a\xe6\xb7\x95\xe6\xb7\xa5\xe6\xb8\x8c\xe6\xbc\x89\xe6\xbd\x9e\xe7\x86\x9d\xe7\x90\xad\xe7\x92\x90\xe7\x94\xaa\xe7\x9b\x9d\xe7\x9d\xa9\xe7\xa1\x89\xe7\xa2\x8c\xe7\xa5\xbf\xe7\xa6\x84\xe7\xa8\x91\xe7\xa9\x8b\xe7\xae\x93\xe7\xb0\x8f\xe7\xb0\xac\xe7\xb0\xb6\xe7\xb1\x99\xe7\xb2\xb6\xe8\x86\x94\xe8\x8f\x89\xe8\x94\x8d\xe8\x95\x97\xe8\x99\x82\xe8\x9e\xb0\xe8\xa7\xae\xe8\xb3\x82\xe8\xb5\x82\xe8\xb6\xa2\xe8\xb7\xaf\xe8\xb8\x9b\xe8\xb9\x97\xe8\xbd\x86\xe8\xbe\x82\xe8\xbe\x98\xe9\x80\xaf\xe9\x86\x81\xe9\x8c\x84\xe9\x8c\xb2\xe9\x8c\xb4\xe9\x8f\x95\xe9\x8f\xb4\xe9\x99\x86\xe9\x99\xb8\xe9\x9c\xb2\xe9\xa8\x84\xe9\xa8\xbc\xe9\xaf\xa5\xe9\xb5\xa6\xe9\xb5\xb1\xe9\xb7\xba\xe9\xb9\xad\xe9\xb9\xbf\xe9\xba\x93\xf0\xa0\x80\xbd\xf0\xa1\x80\x94\xf0\xa1\xb4\x86\xf0\xa1\xb7\x8f\xf0\xa2\x8a\xa9\xf0\xa2\xab\xab\xf0\xa2\xaf\x85\xf0\xa2\xbe\xac\xf0\xa3\x9e\x93\xf0\xa3\xa9\x8f\xf0\xa3\xbc\x9f\xf0\xa4\x9d\xae\xf0\xa4\x9f\x98\xf0\xa4\xa2\x8a\xf0\xa4\xa8\x8d\xf0\xa4\xba\xbc\xf0\xa4\xbb\xb1\xf0\xa4\xbd\xba\xf0\xa4\xbf\xb4\xf0\xa5\x80\x94\xf0\xa5\x88\x9b\xf0\xa5\x89\xb6\xf0\xa5\x92\xa8\xf0\xa5\x9a\x8a\xf0\xa5\x9b\x9e\xf0\xa5\x9b\xaa\xf0\xa5\xa3\xa4\xf0\xa5\xab\xb0\xf0\xa5\xb2\x8e\xf0\xa6\x8b\x94\xf0\xa6\x8c\x95\xf0\xa6\x8c\x9f\xf0\xa6\x97\x93\xf0\xa6\xaa\x87\xf0\xa6\xb8\x90\xf0\xa6\xbc\x8b\xf0\xa6\xbd\x82\xf0\xa6\xbd\x8e\xf0\xa6\xbe\x9e\xf0\xa6\xbe\xb7\xf0\xa6\xbf\x96\xf0\xa7\x8c\x89\xf0\xa7\x8c\x8d\xf0\xa7\x90\xb3\xf0\xa7\xa8\xb9\xf0\xa7\xbd\xa5\xf0\xa8\x81\xb8\xf0\xa8\x8c\xa0\xf0\xa8\x8f\x94\xf0\xa8\xbd\x90\xf0\xa9\x85\x84\xf0\xa9\x8c\xab\xf0\xa9\x93\xaa\xf0\xa9\x9b\xbc\xf0\xa9\xa3\xb1\xf0\xaa\x8d\x84\xf0\xaa\x92\x8f]",530,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe6\x9e\xa6\xe6\xb0\x87\xe8\x88\xae\xe9\x88\xa9]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lu",2,NULL,0,NULL,0}, + {"[\xe4\x95\xa1\xe6\xa6\x88\xe6\xb0\x80\xe8\x86\xa2\xe8\x97\x98\xe9\x83\x98\xe9\x96\xad\xe9\x97\xbe\xe9\xa6\xbf\xe9\xa9\xa2\xe9\xa9\xb4\xe9\xb7\x9c\xf0\xa2\xa3\xbb\xf0\xa4\x81\xb5\xf0\xa4\x97\xac\xf0\xa5\xb0\xa0\xf0\xa5\xb6\x86\xf0\xa6\x9d\xbc]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x98",3,NULL,0,NULL,0}, + {"[\xe3\x9b\x8e\xe3\xad\x9a\xe3\xbb\xb2\xe3\xbe\x94\xe4\xbe\xa3\xe4\xbe\xb6\xe5\x84\xa2\xe5\x90\x95\xe5\x91\x82\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa5\xe6\x8c\x94\xe6\x8d\x8b\xe6\x8d\x9b\xe6\x97\x85\xe6\xa2\xa0\xe7\xa5\xa3\xe7\xa8\x86\xe7\xa9\x9e\xe7\xa9\xad\xe7\xb5\xbd\xe7\xb8\xb7\xe7\xbc\x95\xe8\x86\x82\xe8\x86\x90\xe8\xa4\x9b\xe8\xa4\xb8\xe9\x8b\x81\xe9\x93\x9d\xf0\xa1\xa1\x8e\xf0\xa2\x88\x9a\xf0\xa2\x99\xb2\xf0\xa3\xad\x87\xf0\xa4\xbe\xba\xf0\xa6\x9b\x97\xf0\xa6\xad\xaf\xf0\xa6\xb3\xad\xf0\xa7\x83\x92\xf0\xa7\x88\x94\xf0\xa7\x9c\x8a\xf0\xa9\x84\xbd\xf0\xaa\x88\x9c]",144,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x9a",3,NULL,0,NULL,0}, + {"[\xe3\x94\xa7\xe3\xa0\xa5\xe3\xb2\xb6\xe4\x94\x9e\xe4\xa5\xa8\xe5\x8b\xb4\xe5\x9e\x8f\xe5\xaf\xbd\xe5\xb5\x82\xe5\xbe\x8b\xe6\x85\xae\xe6\xab\x96\xe6\xb0\xaf\xe6\xbb\xa4\xe6\xbf\xbe\xe7\x88\x88\xe7\x8e\x87\xe7\xae\xbb\xe7\xb6\xa0\xe7\xb7\x91\xe7\xb9\x82\xe7\xbb\xbf\xe8\x86\x9f\xe8\x91\x8e\xe8\x99\x91\xe9\x91\xa2\xf0\xa0\x9c\x88\xf0\xa0\xa3\x8a\xf0\xa0\xb7\x88\xf0\xa1\x80\xbf\xf0\xa1\xbe\x85\xf0\xa2\x85\x9e\xf0\xa2\x9f\xb3\xf0\xa2\xaf\xb0\xf0\xa3\x80\x9e\xf0\xa4\x9d\xbd\xf0\xa5\x96\xbc\xf0\xa5\xa1\xa2\xf0\xa5\xad\x90\xf0\xa5\xb6\x8c\xf0\xa6\x86\xbe\xf0\xa6\x8a\xbc\xf0\xa7\x8d\xb6\xf0\xa7\x93\xbb\xf0\xa7\xad\x9c\xf0\xa9\xa5\x86\xf0\xa9\xb2\xa6\xf0\xa9\xb3\xa1\xf0\xa9\xb4\x90]",172,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x9c",3,NULL,0,NULL,0}, + {"\xe7\x84\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xbc",3,NULL,0,NULL,0}, + {"[\xe3\x9d\x88\xe3\xa1\xa9\xe3\xb1\x8d\xe4\x96\x82\xe4\x9c\x8c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\xa5\xb1\xe5\xa8\x88\xe5\xad\x8c\xe5\xad\xaa\xe5\xad\xbf\xe5\xb3\xa6\xe5\xb7\x92\xe6\x8c\x9b\xe6\x94\xa3\xe6\x9b\xab\xe6\xa0\xbe\xe6\xac\x92\xe6\xbb\xa6\xe7\x81\x93\xe7\x81\xa4\xe7\x99\xb4\xe7\x99\xb5\xe7\xbe\x89\xe8\x84\x94\xe8\x87\xa0\xe8\x99\x8a\xe9\x8a\xae\xe9\x91\xbe\xe9\xb5\x89\xe9\xb8\x9e\xe9\xb8\xbe\xf0\xa2\x8c\x95\xf0\xa2\xba\x88\xf0\xa4\xb2\xb6\xf0\xa4\xbc\x99\xf0\xa6\xa3\x8b\xf0\xa6\xa3\x8f\xf0\xa7\x96\x98\xf0\xa8\x84\x84\xf0\xa8\x87\xbc\xf0\xa8\x88\x8c\xf0\xa8\x88\x8e\xf0\xa8\x8a\x9f\xf0\xa9\xaa\xbe\xf0\xaa\xa2\xae]",157,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lu\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe5\x8d\xb5\xf0\xa1\xa1\x97]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lu\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe4\xb9\xb1\xe4\xba\x82\xe9\x87\xa0\xf0\xa0\xa6\xa8\xf0\xa1\x84\xb9\xf0\xa1\xad\xb8\xf0\xa2\xbf\xa2\xf0\xa3\xa8\x80]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lu\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe3\x91\xbc\xe3\x94\x80\xe3\x97\x89\xe3\xa8\xbc\xe4\x82\xae\xe4\x8c\x8e\xe4\x9b\x9a\xe4\xa4\xa3\xe5\x9c\x99\xe6\x93\xbd\xe7\x95\xa7\xe7\xa8\xa4\xe9\x8b\x9d\xe9\x8b\xa2\xe9\x94\x8a\xf0\xa0\xa2\x8c\xf0\xa0\xbc\x9f\xf0\xa6\x8a\xb9\xf0\xa7\x8e\xbe\xf0\xa7\x90\x8b\xf0\xa7\x90\xaf\xf0\xa7\x91\x80\xf0\xa7\x95\x8c\xf0\xaa\x85\x85]",83,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xbc\xc3\xa8",5,NULL,0,NULL,0}, + {"[\xe6\x8a\xa1\xe6\x8e\x84]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc5\xabn",4,NULL,0,NULL,0}, + {"[\xe3\x96\xae\xe3\xb7\x8d\xe4\x88\x81\xe4\x91\xb3\xe4\xbb\x91\xe4\xbc\xa6\xe4\xbe\x96\xe5\x80\xab\xe5\x9b\xb5\xe5\x9c\x87\xe5\xa9\xa8\xe5\xb4\x98\xe5\xb4\x99\xe6\x83\x80\xe6\xa3\x86\xe6\xb2\xa6\xe6\xb7\xaa\xe7\xb6\xb8\xe7\xba\xb6\xe8\x85\x80\xe8\x8f\x95\xe8\x9c\xa6\xe8\xb8\x9a\xe8\xbc\xaa\xe8\xbd\xae\xe9\x8c\x80\xe9\x99\xaf\xe9\xaf\xa9\xf0\xa0\x94\x95\xf0\xa0\xbc\xa9\xf0\xa4\xb7\x94\xf0\xa7\xb1\x9c]",102,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xban",4,NULL,0,NULL,0}, + {"[\xe5\x9f\xa8\xe7\xa2\x96\xe7\xa8\x90\xe8\x80\xa3\xf0\xa4\xb2\x95\xf0\xa6\x93\xbe]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc7\x94n",4,NULL,0,NULL,0}, + {"[\xe6\xba\xa3\xe8\xab\x96\xe8\xae\xba\xf0\xa1\x83\x9d\xf0\xa7\xa3\xb5]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc3\xb9n",4,NULL,0,NULL,0}, + {"\xe7\xa3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lun",3,NULL,0,NULL,0}, + {"[\xe5\x95\xb0\xe5\x9b\x89\xe7\xbd\x97\xe9\xa0\xb1\xf0\xa0\x9c\x96\xf0\xaa\x91\x8b]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lu\xc5\x8d",4,NULL,0,NULL,0}, + {"[\xe3\x91\xa9\xe3\xbc\x88\xe3\xbd\x8b\xe4\x8a\xa8\xe4\xaf\x81\xe5\x84\xb8\xe6\x94\x9e\xe6\xa4\xa4\xe6\xac\x8f\xe7\x8c\xa1\xe7\x8e\x80\xe7\xae\xa9\xe7\xb1\xae\xe7\xbd\x96\xe7\xbe\x85\xe8\x84\xb6\xe8\x85\xa1\xe8\x90\x9d\xe8\x98\xbf\xe8\x9e\xba\xe8\xa6\x99\xe8\xa6\xb6\xe8\xa6\xbc\xe9\x80\xbb\xe9\x82\x8f\xe9\x8f\x8d\xe9\x91\xbc\xe9\x94\xa3\xe9\x95\x99\xe9\xa5\xa0\xe9\xa8\xbe\xe9\xa9\x98\xe9\xaa\xa1\xe9\xb8\x81\xf0\xa1\xa4\xa2\xf0\xa1\xbf\x8f\xf0\xa3\x9c\x84\xf0\xa4\x84\xb7\xf0\xa5\xa1\x9c\xf0\xa6\x86\x81\xf0\xa6\xa3\x87\xf0\xa6\xa3\x96\xf0\xa6\xa3\x9b\xf0\xa6\xbf\x8c\xf0\xa7\x84\xbf\xf0\xa7\xb7\xb3\xf0\xa8\xb0\xa0\xf0\xa9\x8e\x8a\xf0\xa9\xae\xb9\xf0\xa9\xb5\x87\xf0\xa9\xbc\x8a\xf0\xa9\xbd\xb0\xf0\xaa\x88\xb0\xf0\xaa\x8e\x86\xf0\xab\x8c\xa8]",188,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lu\xc3\xb3",4,NULL,0,NULL,0}, + {"[\xe3\x92\xa9\xe3\xa6\xac\xe3\xa9\xa1\xe3\xb0\x81\xe5\x80\xae\xe5\x89\x86\xe6\x9b\xaa\xe7\x98\xb0\xe7\x99\xb3\xe8\x87\x9d\xe8\x93\x8f\xe8\xa0\x83\xe8\xa3\xb8\xe8\xba\xb6\xf0\xa0\xbb\xa1\xf0\xa1\x86\x86\xf0\xa2\x85\xbe\xf0\xa3\x82\x9e\xf0\xa3\x9c\xa2\xf0\xa3\xa8\xaa\xf0\xa3\xb5\x9f\xf0\xa4\x94\x96\xf0\xa4\x94\x9d\xf0\xa4\x97\x80\xf0\xa4\xa8\x97\xf0\xa8\x9f\xa5\xf0\xa8\xac\x85\xf0\xa9\x89\x99]",100,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lu\xc7\x92",4,NULL,0,NULL,0}, + {"[\xe3\x93\xa2\xe3\x9e\x85\xe3\xaa\xbe\xe3\xb1\xbb\xe3\xb4\x96\xe3\xbf\x9a\xe4\x80\xa9\xe4\x87\x94\xe4\x88\xb7\xe4\x89\x93\xe4\x8c\xb1\xe4\x8c\xb4\xe4\x8e\x8a\xe5\x97\xa0\xe5\xb3\x88\xe6\x91\x9e\xe6\xb3\xba\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xbc\xaf\xe6\xbf\xbc\xe7\x8a\x96\xe7\x8f\x9e\xe7\xa1\xa6\xe7\xac\xbf\xe7\xb5\xa1\xe7\xba\x99\xe7\xbb\x9c\xe8\x8d\xa6\xe8\x90\xbd\xe9\x89\xbb\xe9\x9b\x92\xe9\xa7\xb1\xe9\xaa\x86\xe9\xae\xa5\xe9\xb4\xbc\xe9\xb5\x85\xf0\xa0\x89\x97\xf0\xa0\x8f\xa2\xf0\xa0\xb6\xb1\xf0\xa0\xbb\x90\xf0\xa1\x81\x86\xf0\xa2\xba\x86\xf0\xa2\xba\x91\xf0\xa3\x8e\x86\xf0\xa3\x9b\x97\xf0\xa3\xa7\xb3\xf0\xa4\xbd\xa5\xf0\xa4\xbd\xbc\xf0\xa5\xaf\x9b\xf0\xa7\x88\xa6\xf0\xa7\x9f\x8c\xf0\xa7\xad\xa5\xf0\xa7\xb9\x90\xf0\xa8\x87\xbd\xf0\xa8\x8f\x92\xf0\xa9\x82\xa3\xf0\xa9\x8a\x9a\xf0\xa9\x8c\xad\xf0\xa9\x8d\xaa\xf0\xaa\x87\xb1\xf0\xaa\x8c\xb3]",213,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lu\xc3\xb2",4,NULL,0,NULL,0}, + {"\xe5\x91\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xbf",3,NULL,0,NULL,0}, + {"[\xe5\xa6\x88\xe5\xaa\xbd\xe5\xac\xa4\xe5\xac\xb7\xe5\xad\x96\xf0\xa2\xb3\x80]",21,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe3\xa6\x84\xe4\x97\xab\xe4\xb3\xb8\xe7\x8a\x98\xe7\x97\xb2\xe8\x94\xb4\xe8\x9f\x86\xe8\x9f\x87\xe9\xba\xbb\xf0\xa1\xbb\xa4\xf0\xa2\x8b\x9a\xf0\xa4\xb3\x82\xf0\xa5\x80\x8f\xf0\xa5\x89\xb5\xf0\xa9\x80\xaa\xf0\xa9\x94\xb6\xf0\xa9\x94\xb7\xf0\xaa\x90\x8e\xf0\xaa\x93\xb9]",69,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa1",3,NULL,0,NULL,0}, + {"[\xe2\xbb\xa2\xe3\x90\xb7\xe4\xa3\x95\xe4\xa3\x96\xe6\xba\xa4\xe7\x8e\x9b\xe7\x91\xaa\xe7\xa0\x81\xe7\xa2\xbc\xe8\x9a\x82\xe8\x9e\x9e\xe9\x8e\xb7\xe9\xa6\xac\xe9\xa9\xac\xe9\xb0\xa2\xe9\xb7\x8c\xf0\xa5\xa7\x93\xf0\xa8\xb0\xbe]",58,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe3\x91\xbb\xe3\x9c\xab\xe3\xa8\xb8\xe3\xbe\xba\xe4\xa7\x9e\xe4\xaf\xa6\xe5\x82\x8c\xe5\x94\x9b\xe5\x98\x9c\xe6\x9d\xa9\xe6\xa6\xaa\xe7\x8a\xb8\xe7\x8d\x81\xe7\x9d\xb0\xe7\xa4\xa3\xe7\xa5\x83\xe7\xa6\xa1\xe7\xbd\xb5\xe9\x96\x81\xe9\xa7\xa1\xe9\xaa\x82\xe9\xac\x95\xf0\xa2\x89\xbf\xf0\xa3\xa8\x9c\xf0\xa5\x89\x8a\xf0\xa7\xaa\xa8\xf0\xa9\x8a\x83\xf0\xa9\xa8\xb2\xf0\xa9\xb6\x9e\xf0\xaa\x92\x9c]",100,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa0",3,NULL,0,NULL,0}, + {"[\xe4\xba\x87\xe5\x90\x97\xe5\x97\x8e\xe5\x98\x9b\xe5\xab\xb2\xe9\x81\xa4]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ma",2,NULL,0,NULL,0}, + {"[\xe3\x9c\xa5\xe3\xa6\x9f\xe4\x81\xb2\xe4\x9a\x91\xe4\xa8\xaa\xe5\x9f\x8b\xe8\x96\xb6\xe9\x9c\xbe\xf0\xa2\xa0\xbc\xf0\xa8\xa4\xa2\xf0\xa9\x8d\x83]",38,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa1i",4,NULL,0,NULL,0}, + {"[\xe4\xb9\xb0\xe5\x98\xaa\xe8\x8d\xac\xe8\x95\x92\xe8\xb2\xb7\xe9\xb7\xb6\xf0\xa0\xbf\x86]",24,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe2\xbb\xa8\xe4\x98\x91\xe4\x9c\x95\xe4\xa8\xab\xe4\xae\xae\xe4\xbd\x85\xe5\x8a\xa2\xe5\x8b\xb1\xe5\x8d\x96\xe5\xa3\xb2\xe8\x84\x88\xe8\x84\x89\xe8\xa1\x87\xe8\xb3\xa3\xe8\xbf\x88\xe9\x82\x81\xe9\x9c\xa1\xe9\x9c\xa2\xe9\xba\xa5\xe9\xba\xa6\xf0\xa5\x87\xaf\xf0\xa5\x8c\x9a\xf0\xa6\x8f\xa2\xf0\xa6\x99\xbb\xf0\xa7\xb1\x98\xf0\xa9\x88\x97\xf0\xa9\x8a\x8d\xf0\xaa\x84\xb3\xf0\xaa\x92\xaa]",98,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa0i",4,NULL,0,NULL,0}, + {"[\xe5\xab\x9a\xe9\xa2\x9f]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe3\x92\xbc\xe3\x99\xa2\xe4\x85\xbc\xe4\x8a\xa1\xe4\x90\xbd\xe4\x92\xa5\xe4\x9b\xb2\xe4\x9f\x82\xe4\xaf\xb6\xe4\xb0\x8b\xe5\x83\x88\xe5\xa7\x8f\xe6\x82\x97\xe6\x85\xb2\xe6\xa8\xa0\xe7\x9e\x92\xe7\x9e\x9e\xe8\x9b\xae\xe8\xa0\xbb\xe8\xac\xbe\xe8\xb0\xa9\xe9\x9e\x94\xe9\xa1\xa2\xe9\xa5\x85\xe9\xa6\x92\xe9\xac\x97\xe9\xac\x98\xe9\xb0\xbb\xe9\xb3\x97\xf0\xa2\xa6\x88\xf0\xa4\x9c\x98\xf0\xa5\x8a\x91\xf0\xa5\xa7\xad\xf0\xa5\xb2\x91\xf0\xa6\x94\x94\xf0\xa7\x9c\x9e\xf0\xa7\xb1\xbc\xf0\xa8\xb2\x9b\xf0\xa8\xb2\xbe\xf0\xa9\x86\x93\xf0\xa9\xae\x89\xf0\xaa\x88\xbf\xf0\xaa\x8d\xa9\xf0\xaa\x91\xaa]",149,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa1n",4,NULL,0,NULL,0}, + {"[\xe3\x9b\xa7\xe4\x9c\xb1\xe5\xb1\x98\xe6\xba\x80\xe6\xbb\xa1\xe6\xbb\xbf\xe7\x9d\x8c\xe7\x9f\x95\xe8\x9e\xa8\xe8\x9f\x8e\xe8\xa5\x94\xe9\x8f\x8b\xf0\xa5\xac\x88\xf0\xa5\xb2\x88\xf0\xa6\x8e\x8c\xf0\xa7\x86\x8f\xf0\xa7\x96\xb5\xf0\xa9\x88\xa6\xf0\xa9\x9b\x8e]",66,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\x97\x88\xe3\xa1\xa2\xe3\xac\x85\xe3\xb5\x98\xe4\x95\x95\xe4\x9d\xa1\xe4\x9d\xa2\xe4\xa1\xac\xe5\xa2\x81\xe5\xb9\x94\xe6\x85\xa2\xe6\x91\xb1\xe6\x9b\xbc\xe6\xa7\xbe\xe6\xbc\xab\xe6\xbe\xb7\xe7\x86\xb3\xe7\x8d\x8c\xe7\xb8\xb5\xe7\xbc\xa6\xe8\x94\x84\xe8\x94\x93\xe9\x84\xa4\xe9\x8f\x9d\xe9\x95\x98\xf0\xa1\xa2\x9a\xf0\xa1\xbb\xa9\xf0\xa2\xbf\x9c\xf0\xa3\x81\x9c\xf0\xa4\x85\x8e\xf0\xa9\x85\x8d]",101,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa0n",4,NULL,0,NULL,0}, + {"\xe8\x98\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"man",3,NULL,0,NULL,0}, + {"[\xe7\x89\xa4\xf0\xa1\x98\xaa\xf0\xa4\x9b\x98\xf0\xa9\x9b\xb2]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe3\x9d\x91\xe3\x9f\x8c\xe3\xa1\x9b\xe3\xa4\xb6\xe3\xbb\x8a\xe4\x85\x92\xe4\x88\x8d\xe4\x93\xbc\xe4\xb5\xa8\xe5\x90\x82\xe5\x93\xa4\xe5\xa8\x8f\xe5\xb0\xa8\xe5\xba\xac\xe5\xbf\x99\xe6\x81\xbe\xe6\x9d\x97\xe6\x9d\xa7\xe6\xb0\x93\xe6\xb1\x92\xe6\xb5\x9d\xe7\x89\xbb\xe7\x8b\xb5\xe7\x97\x9d\xe7\x9b\xb2\xe7\xa1\xad\xe7\xac\x80\xe8\x8a\x92\xe8\x8c\xab\xe8\x9b\x96\xe9\x82\x99\xe9\x87\xaf\xe9\x8b\xa9\xe9\x93\x93\xe9\xa7\xb9\xf0\xa1\xa9\xa9\xf0\xa1\xa9\xbd\xf0\xa1\xb5\x80\xf0\xa3\x99\xb7\xf0\xa4\xb0\xa1\xf0\xa5\x86\x99\xf0\xa5\x90\x9e\xf0\xa5\x9d\x95\xf0\xa6\x8e\xa8\xf0\xa8\x9b\x8c\xf0\xa9\x92\xbf\xf0\xa9\xad\x92\xf0\xa9\xb7\xb6]",159,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa1ng",5,NULL,0,NULL,0}, + {"[\xe3\x9f\x90\xe3\x9f\xbf\xe3\xac\x92\xe4\x81\xb3\xe4\x92\x8e\xe4\x96\x9f\xe5\xa3\xbe\xe6\xbc\xad\xe7\xa1\xa5\xe8\x8c\xbb\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x9f\x92\xe8\xa0\x8e\xf0\xa0\x88\xb5\xf0\xa1\x85\x96\xf0\xa3\xaf\xac\xf0\xa5\xa4\xa9\xf0\xa5\xae\x8e\xf0\xa6\x9c\xad\xf0\xa9\x85\x81\xf0\xa9\x99\xb8\xf0\xa9\xaa\x8e\xf0\xaa\x81\xaa\xf0\xaa\x9a\xa2]",88,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xf0\xa0\xae\xb5\xf0\xa5\x81\x83\xf0\xa5\xad\x9a]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa0ng",5,NULL,0,NULL,0}, + {"[\xe7\x8c\xab\xe8\xb2\x93\xf0\xa4\x9a\x9c]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc4\x81o",4,NULL,0,NULL,0}, + {"[\xe3\x9d\x9f\xe3\xae\x98\xe3\xb2\xa0\xe4\x85\xa6\xe4\xad\xb7\xe5\x85\x9e\xe5\xa0\xa5\xe5\xab\xb9\xe6\x97\x84\xe6\x9e\x86\xe6\xaf\x9b\xe6\xb0\x82\xe6\xb8\xb5\xe7\x89\xa6\xe7\x8a\x9b\xe7\x9f\x9b\xe7\xbd\x9e\xe8\x8c\x85\xe8\x8c\x86\xe8\x9d\xa5\xe8\x9f\x8a\xe8\xbb\x9e\xe9\x85\x95\xe9\x8c\xa8\xe9\x94\x9a\xe9\xab\xa6\xe9\xab\xb3\xe9\xb6\x9c\xf0\xa1\xb9\xb0\xf0\xa3\xac\xb5\xf0\xa3\xad\xae\xf0\xa3\xb9\xaa\xf0\xa4\x9b\x96\xf0\xa4\x9d\x84\xf0\xa5\x8e\x9f\xf0\xa7\x8d\x9f\xf0\xa7\x90\x9f\xf0\xa7\x92\x9a\xf0\xa7\x93\xbf\xf0\xa7\x94\xa8\xf0\xa8\x88\xa5\xf0\xa8\xa5\xa8\xf0\xa8\xa6\x9c\xf0\xa9\xac\x9e\xf0\xa9\xad\xbe]",154,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa1o",4,NULL,0,NULL,0}, + {"[\xe3\x9a\xb9\xe3\xa7\x87\xe4\xb9\xae\xe5\x86\x87\xe5\x8d\xaf\xe5\xa4\x98\xe5\xb3\x81\xe6\x88\xbc\xe6\x98\xb4\xe6\xb3\x96\xe7\xac\xb7\xe8\x93\xa9\xe9\x93\x86\xf0\xa0\x94\xbc\xf0\xa1\x9c\xa2\xf0\xa2\xa8\xaf\xf0\xa5\x84\xb8\xf0\xa8\xba\xb8]",61,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe3\x92\xb5\xe3\x92\xbb\xe3\xa1\x8c\xe3\xa7\x8c\xe3\xaa\x9e\xe3\xab\xaf\xe3\xb4\x98\xe3\xba\xba\xe3\xbf\x9e\xe4\x80\xa4\xe4\x8b\x83\xe4\x93\xae\xe4\xa1\x9a\xe4\xab\x89\xe5\x86\x83\xe5\x86\x90\xe5\x86\x92\xe5\xaa\xa2\xe5\xb8\xbd\xe6\x84\x97\xe6\x87\x8b\xe6\x9a\x93\xe6\x9f\x95\xe6\xa5\x99\xe6\xaf\xb7\xe7\x91\x81\xe7\x9a\x83\xe7\x9c\x8a\xe7\x9e\x80\xe8\x80\x84\xe8\x8a\xbc\xe8\x8c\x82\xe8\x90\xba\xe8\x9d\x90\xe8\xa2\xa4\xe8\xa6\x92\xe8\xb2\x8c\xe8\xb2\xbf\xe8\xb4\xb8\xe9\x84\x9a\xe9\x84\xae\xf0\xa0\xa4\x9d\xf0\xa2\x82\xb9\xf0\xa2\x85\x89\xf0\xa2\x98\x85\xf0\xa2\x9d\x8c\xf0\xa2\xaf\xbe\xf0\xa2\xbd\xa2\xf0\xa3\x8a\x83\xf0\xa3\x94\xba\xf0\xa3\xa8\x87\xf0\xa3\xaf\x80\xf0\xa3\xb4\x9f\xf0\xa3\xb4\xbc\xf0\xa4\xa5\xb0\xf0\xa4\xb2\xb0\xf0\xa5\x88\x86\xf0\xa5\x9f\xaa\xf0\xa6\x80\xb8\xf0\xa6\xbc\xaa\xf0\xa7\xa0\x8a\xf0\xa8\xa9\xa9\xf0\xa9\x9b\xa8\xf0\xa9\xab\x81\xf0\xa9\xbf\x82\xf0\xaa\x83\x91]",225,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa0o",4,NULL,0,NULL,0}, + {"[\xe4\xb9\x88\xe5\x9a\x92\xe5\x9a\x9c\xe6\xbf\xb9\xe7\x99\xa6\xe9\xba\xbc]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"me",2,NULL,0,NULL,0}, + {"[\xe3\x99\x81\xe3\xba\xb3\xe4\x8a\x88\xe4\x8d\x99\xe4\xa4\x82\xe5\x91\x85\xe5\x9d\x86\xe5\xa0\xb3\xe5\xa1\xba\xe5\xa8\x92\xe5\xaa\x92\xe5\xb5\x8b\xe5\xbe\xbe\xe6\x94\x97\xe6\x9e\x9a\xe6\xa0\x82\xe6\xa2\x85\xe6\xa5\xa3\xe6\xa5\xb3\xe6\xa7\x91\xe6\xb2\x92\xe6\xb2\xa1\xe6\xb9\x84\xe6\xb9\x88\xe7\x85\xa4\xe7\x8c\xb8\xe7\x8e\xab\xe7\x8f\xbb\xe7\x91\x82\xe7\x9c\x89\xe7\x9d\x82\xe7\x9f\x80\xe7\xa6\x96\xe7\xa9\x88\xe8\x84\x84\xe8\x84\xa2\xe8\x8b\xba\xe8\x8e\x93\xe8\x91\xbf\xe8\x98\xaa\xe9\x83\xbf\xe9\x85\xb6\xe9\x8b\x82\xe9\x8e\x87\xe9\x95\x85\xe9\x9c\x89\xe9\xb6\xa5\xe9\xb9\x9b\xe9\xbb\xb4\xf0\xa0\xaa\x83\xf0\xa3\x9f\xb8\xf0\xa4\x9a\xa4\xf0\xa6\xbc\xbb\xf0\xa7\xb3\xac\xf0\xa8\x89\xad\xf0\xa8\x9c\x98\xf0\xa9\x8b\xbf\xf0\xaa\x82\x9c\xf0\xaa\x83\x8f\xf0\xaa\x89\x8f\xf0\xaa\x8e\xad]",197,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa9i",4,NULL,0,NULL,0}, + {"[\xe4\x86\x80\xe4\x93\xba\xe4\x9c\xb8\xe5\x87\x82\xe5\xaa\x84\xe5\xaa\xba\xe5\xac\x8d\xe5\xb5\x84\xe6\x8c\xb4\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xb5\xbc\xe6\xb8\xbc\xe7\x87\x98\xe7\xbe\x8e\xe8\x85\x9c\xe9\x8e\x82\xe9\x95\x81\xe9\xbb\xa3\xf0\xa0\x8d\xa8\xf0\xa2\xae\x87\xf0\xaa\x8e\xa6]",71,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc4\x9bi",4,NULL,0,NULL,0}, + {"[\xe3\xad\x91\xe4\x80\x9b\xe4\x89\x8b\xe4\xb0\xa8\xe4\xb0\xaa\xe4\xb5\xa2\xe5\xa6\xb9\xe5\xaa\x9a\xe5\xaf\x90\xe6\x8a\xba\xe6\x97\x80\xe6\x98\xa7\xe6\xb2\xac\xe7\x85\x9d\xe7\x97\x97\xe7\x9c\x9b\xe7\x9d\xb8\xe7\xa5\x99\xe7\xaf\x83\xe8\x9d\x9e\xe8\xa2\x82\xe8\xb7\x8a\xe9\x9f\x8e\xe9\xac\xbd\xe9\xad\x85\xf0\xa0\x8a\x89\xf0\xa1\xb2\xad\xf0\xa4\xbd\x83\xf0\xa5\x9e\x8a\xf0\xa5\xa7\xb4\xf0\xa7\xad\xb5\xf0\xa9\x88\x90\xf0\xa9\x8e\x9f\xf0\xa9\xab\x8d\xf0\xa9\xb2\x88\xf0\xa9\xb4\x88]",121,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa8i",4,NULL,0,NULL,0}, + {"\xe8\xba\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mei",3,NULL,0,NULL,0}, + {"[\xe2\xbb\x94\xe4\x8a\x9f\xe4\xab\x92\xe4\xba\xb9\xe6\x89\xaa\xe6\x8d\xab\xe7\x8e\xa7\xe7\x92\x8a\xe8\x8f\x9b\xe8\x99\x8b\xe9\x8d\x86\xe9\x92\x94\xe9\x96\x80\xe9\x96\x85\xe9\x97\xa8\xf0\xa3\xaf\xa9\xf0\xa4\x85\xa3\xf0\xa7\x84\xb8\xf0\xa8\xb3\x94\xf0\xa8\xb4\xba\xf0\xa9\x91\xa5\xf0\xa9\x94\x89]",75,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa9n",4,NULL,0,NULL,0}, + {"[\xe3\xa5\x83\xe3\xa6\x96\xe3\xb1\xaa\xe3\xb5\x8d\xe6\x82\xb6\xe6\x87\x91\xe6\x87\xa3\xe6\x9a\xaa\xe7\x84\x96\xe7\x87\x9c\xe9\x97\xb7\xf0\xa7\xb4\xba]",39,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa8n",4,NULL,0,NULL,0}, + {"[\xe4\xbb\xac\xe5\x80\x91\xe6\xa4\x9a]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"men",3,NULL,0,NULL,0}, + {"[\xe3\x99\xb9\xe3\xa0\x93\xe3\xa9\x9a\xe4\x80\x84\xe4\x87\x87\xe4\x89\x9a\xe4\x91\x83\xe4\x91\x85\xe4\x92\x90\xe4\x97\x88\xe4\x99\xa6\xe4\x99\xa9\xe4\x9f\xa5\xe4\xa4\x93\xe4\xa5\xb0\xe4\xb0\x92\xe4\xb2\x9b\xe4\xb4\x8c\xe4\xb4\xbf\xe4\xb5\x86\xe5\x84\x9a\xe5\x86\xa1\xe5\xb9\xaa\xe6\x87\x9e\xe6\x9b\x9a\xe6\x9c\xa6\xe6\xa9\x97\xe6\xaa\xac\xe6\xb0\x8b\xe6\xbf\x9b\xe7\x94\x8d\xe7\x94\xbf\xe7\x9b\x9f\xe7\x9e\xa2\xe7\x9f\x87\xe7\x9f\x92\xe7\xa4\x9e\xe8\x89\xa8\xe8\x8e\x94\xe8\x90\x8c\xe8\x90\xa0\xe8\x92\x99\xe8\x95\x84\xe8\x98\x89\xe8\x99\xbb\xe8\x9d\xb1\xe9\x84\xb3\xe9\x84\xb8\xe9\x9c\xbf\xe9\x9d\x80\xe9\xa1\xad\xe9\xa5\x9b\xe9\xaf\x8d\xe9\xb8\x8f\xe9\xb9\xb2\xe9\xbc\x86\xf0\xa0\x90\x81\xf0\xa0\x90\xa7\xf0\xa1\x9a\x94\xf0\xa2\x84\x90\xf0\xa2\xa4\x98\xf0\xa2\xbf\x82\xf0\xa3\x8a\x94\xf0\xa3\x9e\x91\xf0\xa3\xb0\xa5\xf0\xa4\xbc\x81\xf0\xa5\x84\x81\xf0\xa5\x8c\xaf\xf0\xa5\x8c\xb1\xf0\xa5\xa3\x9b\xf0\xa5\xad\xae\xf0\xa6\x86\x9f\xf0\xa6\x8a\xbd\xf0\xa6\xa2\xa7\xf0\xa6\xab\xb0\xf0\xa6\xb1\x8b\xf0\xa6\xb3\xb6\xf0\xa6\xb4\x94\xf0\xa6\xb7\xb9\xf0\xa6\xbf\x8f\xf0\xa7\x80\x86\xf0\xa7\x81\x8a\xf0\xa7\x82\x9b\xf0\xa7\x82\xa1\xf0\xa7\x9e\x91\xf0\xa7\xad\x8a\xf0\xa7\xb2\x8d\xf0\xa8\x9e\xab\xf0\xa8\xa2\x8a\xf0\xa8\xa2\xa0\xf0\xa8\xa3\x98\xf0\xa8\xa8\xb8\xf0\xa8\xbc\xbf\xf0\xa9\x84\x96\xf0\xa9\x9f\x9e\xf0\xa9\xa6\xba\xf0\xa9\xb4\xb2\xf0\xa9\xb6\xa1]",338,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa9ng",5,NULL,0,NULL,0}, + {"[\xe4\x81\x85\xe4\x8f\xb5\xe5\x8b\x90\xe6\x87\x9c\xe6\x87\xb5\xe7\x8c\x9b\xe7\x8d\xb4\xe7\x93\xbe\xe8\x89\x8b\xe8\x9c\xa2\xe8\xa0\x93\xe9\x8c\xb3\xe9\x94\xb0\xe9\xaf\xad\xf0\xa1\xac\x86\xf0\xa2\x95\x99\xf0\xa3\x93\x9d\xf0\xa4\xaf\xbb\xf0\xa4\xb1\xb4\xf0\xa4\xbe\xac\xf0\xa5\x82\x82\xf0\xa5\x8b\x9d\xf0\xa7\x93\xa8\xf0\xa9\x95\xb1]",84,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc4\x9bng",5,NULL,0,NULL,0}, + {"[\xe3\x9c\xb4\xe3\x9d\xb1\xe4\x93\x9d\xe4\xa0\xa2\xe4\xa5\x82\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xad\x9f\xe6\xa2\xa6\xe6\xba\x95\xe9\x9c\xa5\xf0\xa0\x96\x86\xf0\xa0\xb5\xbc\xf0\xa1\x92\xaf\xf0\xa1\xac\x8c\xf0\xa3\xbd\xad\xf0\xa5\x89\x95\xf0\xa7\x80\xa7\xf0\xa8\xae\x92\xf0\xa9\x86\xbd\xf0\xaa\x85\x87\xf0\xaa\x87\x93\xf0\xaa\x88\x86]",83,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xa8ng",5,NULL,0,NULL,0}, + {"[\xe6\x8e\xb9\xe6\x93\x9d]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"meng",4,NULL,0,NULL,0}, + {"[\xe5\x92\xaa\xe7\x9c\xaf\xe7\x9e\x87]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc4\xab",3,NULL,0,NULL,0}, + {"[\xe3\x9c\xb7\xe3\x9f\x9c\xe3\xa3\x86\xe3\xb8\x8f\xe4\x89\xb2\xe4\x8a\xb3\xe4\x8c\x95\xe4\x8d\x98\xe4\x95\xb3\xe4\x95\xb7\xe4\x9b\xa7\xe4\xa4\x8d\xe4\xa5\xb8\xe4\xb4\xa2\xe5\x86\x9e\xe5\xbc\xa5\xe5\xbd\x8c\xe6\x88\x82\xe6\x93\x9f\xe6\x94\xa0\xe7\x80\xb0\xe7\x88\xa2\xe7\x8c\x95\xe7\x8d\xbc\xe7\x93\x95\xe7\xa5\xa2\xe7\xa6\xb0\xe7\xb3\x9c\xe7\xb8\xbb\xe7\xbd\x99\xe8\x92\xbe\xe8\x98\xbc\xe8\xa9\xb8\xe8\xac\x8e\xe8\xb0\x9c\xe8\xbf\xb7\xe9\x86\x9a\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x84\xe9\x95\xbe\xe9\x9d\xa1\xe9\xb8\x8d\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x9b\xf0\xa0\x9e\xa7\xf0\xa1\x84\xa3\xf0\xa1\x87\x92\xf0\xa1\x9d\xa0\xf0\xa1\xac\x90\xf0\xa1\xbe\xb1\xf0\xa2\x87\xb2\xf0\xa4\xa6\x80\xf0\xa5\x87\x86\xf0\xa5\x87\x8e\xf0\xa5\x88\x95\xf0\xa5\x8e\x96\xf0\xa5\xad\xab\xf0\xa5\xae\x9c\xf0\xa5\xb5\xa8\xf0\xa5\xb9\x84\xf0\xa5\xbd\xb0\xf0\xa5\xbf\xab\xf0\xa6\x96\xac\xf0\xa6\x97\x95\xf0\xa6\x9e\x9f\xf0\xa6\x9f\x82\xf0\xa6\xb0\xb4\xf0\xa7\xa0\x9f\xf0\xa8\x92\xb2\xf0\xa8\xa2\xa5\xf0\xa8\xa3\xbe\xf0\xa9\x94\xa2\xf0\xa9\x9e\x87\xf0\xa9\xb8\xb9\xf0\xaa\x8b\x97\xf0\xaa\x8b\xa2\xf0\xaa\x8e\x97\xf0\xaa\x93\xac\xf0\xaa\x95\x88]",280,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xad",3,NULL,0,NULL,0}, + {"[\xe3\x9d\xa5\xe3\xa0\xa7\xe3\xa5\x9d\xe3\xb3\xbd\xe4\x8b\x9b\xe4\xad\xa7\xe4\xb1\x8a\xe4\xbe\x8e\xe5\xad\x8a\xe5\xbc\xad\xe6\x95\x89\xe6\xb2\xb5\xe6\xb4\xa3\xe6\xb8\xb3\xe6\xbf\x94\xe7\x81\x96\xe7\x9c\xab\xe7\xb1\xb3\xe7\xbe\x8b\xe8\x84\x92\xe8\x8a\x88\xe8\x91\x9e\xe8\x94\x9d\xe9\x8a\xa4\xf0\xa1\x93\xad\xf0\xa2\x98\xba\xf0\xa3\xa7\xb2\xf0\xa5\xb9\xab\xf0\xa8\x87\xbb\xf0\xa8\xb7\xac\xf0\xaa\x80\xbf\xf0\xaa\x8e\x94]",106,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe3\x9c\x86\xe3\xa8\xa0\xe3\xab\x98\xe3\xb3\xb4\xe3\xb4\xb5\xe3\xb5\x8b\xe3\xb8\x93\xe4\x81\x87\xe4\x88\xbf\xe4\x8c\x8f\xe4\x8c\x90\xe4\x96\x91\xe4\x9b\x91\xe4\xa3\xbe\xe4\xa4\x89\xe4\xae\xad\xe5\x86\x96\xe5\x86\xaa\xe5\x98\xa7\xe5\xa1\x93\xe5\xae\x93\xe5\xae\xbb\xe5\xaf\x86\xe5\xb3\x9a\xe5\xb9\x82\xe5\xb9\x8e\xe5\xb9\xa6\xe6\xa6\x93\xe6\xa8\x92\xe6\xab\x81\xe6\xb1\xa8\xe6\xb2\x95\xe6\xb3\x8c\xe6\xb7\xa7\xe6\xb7\xbf\xe6\xbb\xb5\xe6\xbc\x9e\xe6\xbf\x97\xe7\x86\x90\xe7\xa5\x95\xe7\xa7\x98\xe7\xb0\x9a\xe7\xb3\xb8\xe7\xbe\x83\xe8\x94\xa4\xe8\x97\x8c\xe8\x9c\x9c\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x9b\xe8\xa7\x85\xe8\xac\x90\xe8\xb0\xa7\xe9\xbc\x8f\xf0\xa1\x8a\xad\xf0\xa1\xb2\xbc\xf0\xa2\x86\xaf\xf0\xa2\x9e\x9e\xf0\xa2\xb1\xae\xf0\xa3\x93\x94\xf0\xa4\x9b\xac\xf0\xa5\x81\x91\xf0\xa5\x89\xb4\xf0\xa5\x89\xbf\xf0\xa5\xa7\xa7\xf0\xa6\xa3\xa5\xf0\xa6\xb8\xa1\xf0\xa7\x90\x8e\xf0\xa7\x95\xb5\xf0\xa7\xb1\xbb\xf0\xa7\xb5\xac\xf0\xa7\xb6\xa1\xf0\xa7\xb7\xa6\xf0\xa7\xbc\x8a\xf0\xa7\xbd\xa8\xf0\xa8\xa2\x8e\xf0\xa8\xa3\xaf\xf0\xaa\x85\xae\xf0\xaa\x91\xb8\xf0\xaa\x92\x84]",268,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xac",3,NULL,0,NULL,0}, + {"[\xe3\x92\x99\xe3\x9d\xb0\xe3\xae\x8c\xe3\xb0\x83\xe4\x83\x87\xe4\x8f\x83\xe4\xab\xb5\xe4\xb0\x93\xe5\xa9\x82\xe5\xaa\x94\xe5\xac\xb5\xe5\xae\x80\xe6\xa3\x89\xe6\xaa\xb0\xe6\xab\x8b\xe7\x9c\xa0\xe7\x9f\x88\xe7\x9f\x8a\xe7\x9f\x8f\xe7\xb6\xbf\xe7\xb7\x9c\xe7\xbb\xb5\xe8\x87\xb1\xe8\x8a\x87\xe8\x9d\x92\xf0\xa1\x92\xb3\xf0\xa1\xaf\xab\xf0\xa2\xa3\x94\xf0\xa3\xa1\xa0\xf0\xa5\x8a\xbf\xf0\xa5\x8c\x82\xf0\xa7\xad\x87\xf0\xa7\xb8\xa8\xf0\xaa\x81\xbc]",113,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe2\xbb\xaa\xe3\x9d\x83\xe3\xa4\x81\xe3\xa8\xba\xe3\xbb\xb0\xe4\x80\x8e\xe4\xa4\x84\xe4\xa9\x84\xe4\xb8\x8f\xe5\x81\xad\xe5\x85\x8d\xe5\x86\x95\xe5\x8b\x89\xe5\x8b\x94\xe5\x96\x95\xe5\xa8\xa9\xe6\x84\x90\xe6\xb1\x85\xe6\xb2\x94\xe6\xb8\x91\xe6\xb9\x8e\xe6\xbe\xa0\xe7\x9c\x84\xe7\xb5\xbb\xe7\xb7\xac\xe7\xbc\x85\xe8\x85\xbc\xe8\x91\x82\xe9\xae\xb8\xe9\xba\xab\xe9\xbb\xbd\xe9\xbb\xbe\xf0\xa1\x95\xa2\xf0\xa2\x83\xae\xf0\xa3\xa7\xbe\xf0\xa6\xac\x9b\xf0\xa8\x9f\xba\xf0\xa8\xa1\x9e\xf0\xa9\x8b\xa0\xf0\xa9\xbe\x83]",130,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\xb4\x90\xe4\x9b\x89\xe7\xb3\x86\xe9\x9d\xa2\xe9\x9d\xa3\xe9\xba\xaa\xe9\xba\xb5\xe9\xba\xba\xf0\xa1\xa7\x8d\xf0\xa1\xa7\x92\xf0\xa3\x85\x8d\xf0\xa5\x84\x9d\xf0\xa5\xa4\xb5\xf0\xa5\xbb\xa9\xf0\xa6\xbd\x83\xf0\xa8\x89\xa5\xf0\xa9\x88\xb9]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi\xc3\xa0n",5,NULL,0,NULL,0}, + {"\xe5\x96\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi\xc4\x81o",5,NULL,0,NULL,0}, + {"[\xe3\x91\xa4\xe4\x81\xa7\xe4\x96\xa2\xe5\xaa\x8c\xe6\x8f\x8f\xe7\x9e\x84\xe7\xb7\xa2\xe8\x8b\x97\xe9\xb1\x99\xe9\xb6\x93\xe9\xb9\x8b\xf0\xa9\xb3\xb8\xf0\xaa\x83\xa6]",43,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi\xc3\xa1o",5,NULL,0,NULL,0}, + {"[\xe3\xa6\x9d\xe6\x9d\xaa\xe6\xb7\xbc\xe6\xb8\xba\xe7\x9c\x87\xe7\xa7\x92\xe7\xaf\x8e\xe7\xb7\xb2\xe7\xbc\x88\xe8\x97\x90\xe9\x82\x88\xf0\xa0\x8b\x9d\xf0\xa1\xa1\xba\xf0\xa2\xa4\xa7\xf0\xa2\xb7\x95\xf0\xa6\xb3\xa5\xf0\xaa\x83\x90]",59,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi\xc7\x8eo",5,NULL,0,NULL,0}, + {"[\xe5\xa6\x99\xe5\xba\x99\xe5\xba\xbf\xe5\xbb\x9f\xe7\x8e\x85\xe7\xab\x97\xf0\xa2\x9a\x8b\xf0\xa4\xbe\x9b\xf0\xa5\xad\x9d]",32,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi\xc3\xa0o",5,NULL,0,NULL,0}, + {"[\xe4\xb9\x9c\xe5\x90\x80\xe5\x92\xa9\xe5\x93\xb6\xe5\xad\xad\xf0\xa0\xba\x97]",21,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi\xc4\x93",4,NULL,0,NULL,0}, + {"\xf0\xa5\x84\xb2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi\xc3\xa9",4,NULL,0,NULL,0}, + {"[\xe3\x92\x9d\xe3\xa9\xa2\xe4\x81\xbe\xe4\x88\xbc\xe4\x8c\xa9\xe4\x98\x8a\xe4\xa9\x8f\xe5\xb9\xad\xe6\x87\xb1\xe6\x90\xa3\xe6\xab\x97\xe6\xbb\x85\xe7\x81\xad\xe7\x83\x95\xe7\xaf\xbe\xe8\x94\x91\xe8\x96\x8e\xe8\xa0\x9b\xe8\xa1\x8a\xe8\xa6\x95\xe9\x91\x96\xe9\xb1\xb4\xe9\xb4\x93\xf0\xa1\x96\xba\xf0\xa1\x9e\x99\xf0\xa1\x9f\xac\xf0\xa2\xa6\xbc\xf0\xa2\xa7\x9e\xf0\xa2\xa8\x96\xf0\xa4\x8a\xbe\xf0\xa4\x8f\xbf\xf0\xa5\x89\x93\xf0\xa5\x8b\x9a\xf0\xa5\xa3\xab\xf0\xa5\xb5\x92\xf0\xa5\xb8\xb4\xf0\xa5\xbe\x9d\xf0\xa6\x87\xaa\xf0\xa7\x80\x85\xf0\xa7\x82\x9d\xf0\xa8\xa3\xb1\xf0\xa9\x94\xa0\xf0\xa9\xb1\xb7\xf0\xaa\x87\xb4\xf0\xaa\x8c\xba\xf0\xaa\x92\x8d]",163,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe2\xba\xa0\xe3\x9f\xa9\xe3\x9f\xad\xe3\xa8\x89\xe4\x81\x95\xe4\x82\xa5\xe4\x83\x89\xe4\x8b\x8b\xe4\x9d\xa7\xe4\x9f\xa8\xe4\xa1\x91\xe4\xa1\xbb\xe4\xaa\xb8\xe4\xb2\x84\xe5\xa7\x84\xe5\xb2\xb7\xe5\xb4\x8f\xe5\xbf\x9e\xe6\x80\x8b\xe6\x8d\xaa\xe6\x95\xaf\xe6\x97\xbb\xe6\x97\xbc\xe6\xb0\x91\xe7\x8f\x89\xe7\x90\x98\xe7\x91\x89\xe7\x97\xbb\xe7\x9b\xbf\xe7\xa0\x87\xe7\xa2\x88\xe7\xb7\x8d\xe7\xb7\xa1\xe7\xbc\x97\xe7\xbd\xa0\xe8\x8b\xa0\xe9\x88\xb1\xe9\x8c\x89\xe9\x8d\xb2\xe9\xb4\x96\xf0\xa3\xb1\x88\xf0\xa3\xb7\xa0\xf0\xa4\x87\x9c\xf0\xa4\xb8\x85\xf0\xa6\x88\x8f\xf0\xa6\xb3\x9c\xf0\xa7\x8c\x99\xf0\xa9\xad\xb7\xf0\xaa\x82\x86\xf0\xaa\x89\x8e]",162,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xadn",4,NULL,0,NULL,0}, + {"[\xe3\x9e\xb6\xe3\xa5\xb8\xe3\xac\x86\xe5\x83\xb6\xe5\x86\xba\xe5\x88\xa1\xe5\x8b\x84\xe6\x82\xaf\xe6\x83\xbd\xe6\x84\x8d\xe6\x85\x9c\xe6\x86\xab\xe6\x8a\xbf\xe6\x95\x83\xe6\x95\x8f\xe6\x9a\x8b\xe6\xb3\xaf\xe6\xb9\xa3\xe6\xbd\xa3\xe7\x9a\xbf\xe7\xac\xa2\xe7\xb0\xa2\xe8\xa0\xa0\xe9\x96\x94\xe9\x96\xa9\xe9\x97\xb5\xe9\x97\xbd\xe9\xb0\xb5\xe9\xb3\x98\xf0\xa0\x8a\x9f\xf0\xa2\xbc\x96\xf0\xa2\xbd\xb9\xf0\xa3\xb1\x89\xf0\xa3\xb9\x92\xf0\xa4\x9b\x8e\xf0\xa4\xba\x96\xf0\xa4\xbf\x95\xf0\xa5\x9c\x90\xf0\xa6\x8c\xa1\xf0\xa6\xab\xae\xf0\xa7\x81\x8b\xf0\xa7\xb2\x83\xf0\xa8\x8f\xb5\xf0\xaa\x84\xb4]",149,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc7\x90n",4,NULL,0,NULL,0}, + {"[\xe5\x9e\x8a\xe7\xac\xbd]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"min",3,NULL,0,NULL,0}, + {"[\xe3\x9d\xa0\xe4\x84\x99\xe4\x86\xa9\xe4\x8a\x85\xe4\xab\xa4\xe4\xb3\x9f\xe5\x86\xa5\xe5\x90\x8d\xe5\xab\x87\xe6\x98\x8e\xe6\x9a\x9d\xe6\x9c\x99\xe6\xa6\xa0\xe6\xb4\xba\xe6\xba\x9f\xe7\x8c\xbd\xe7\x9c\x80\xe7\x9c\xb3\xe7\x9e\x91\xe8\x8c\x97\xe8\x93\x82\xe8\x9e\x9f\xe8\xa6\xad\xe9\x84\x8d\xe9\x8a\x98\xe9\x93\xad\xe9\xb3\xb4\xe9\xb8\xa3\xf0\xa5\x8c\x8f\xf0\xa5\xb9\x86\xf0\xa5\xbf\xa8\xf0\xa6\xa1\x89\xf0\xa7\xb1\xb4\xf0\xaa\x97\xb8]",110,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xadng",5,NULL,0,NULL,0}, + {"[\xe3\x9f\xb0\xe3\xab\xa5\xe4\xbd\xb2\xe5\x87\x95\xe5\xa7\xb3\xe6\x85\x8f\xe9\x85\xa9\xf0\xa0\x8b\xb6\xf0\xa5\xa5\x8a\xf0\xa9\xa3\xb6]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc7\x90ng",5,NULL,0,NULL,0}, + {"[\xe4\x92\x8c\xe5\x91\xbd\xe6\xa4\xa7\xe8\xa9\xba\xf0\xa1\xa5\xb8\xf0\xa6\xab\xad\xf0\xa7\x9f\xa0\xf0\xaa\x82\xa4]",30,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xacng",5,NULL,0,NULL,0}, + {"\xe6\x8e\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ming",4,NULL,0,NULL,0}, + {"\xf0\xa8\xb1\xaf",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi\xc7\x94",4,NULL,0,NULL,0}, + {"[\xe8\xac\xac\xe8\xb0\xac]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi\xc3\xb9",4,NULL,0,NULL,0}, + {"\xe6\x91\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc5\x8d",3,NULL,0,NULL,0}, + {"[\xe4\x83\xba\xe4\xad\xa9\xe4\xaf\xa2\xe5\x8a\x98\xe5\x9a\xa4\xe5\x9a\xa9\xe5\x9a\xb0\xe5\xab\xab\xe5\xba\x85\xe6\x91\xa9\xe6\x91\xb9\xe6\x93\xb5\xe6\xa8\xa1\xe6\xa9\x85\xe7\xa3\xa8\xe7\xb3\xa2\xe8\x86\x9c\xe8\x98\x91\xe8\xac\xa8\xe8\xb0\x9f\xe9\xa5\x83\xe9\xa5\x9d\xe9\xa6\x8d\xe9\xab\x8d\xe9\xad\x94\xe9\xba\xbd\xf0\xa0\xbb\x9a\xf0\xa1\xa0\x9c\xf0\xa1\xa1\x89\xf0\xa1\xbe\x89\xf0\xa3\xbb\x95\xf0\xa4\x8b\x82\xf0\xa4\xb9\xb4\xf0\xa5\x82\x93\xf0\xa6\x9f\x9f\xf0\xa8\x86\xbd\xf0\xa8\x9f\x96\xf0\xa8\xb0\x9e\xf0\xa8\xb1\xb1\xf0\xa9\x9e\x81\xf0\xa9\x9f\xa0]",140,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xb3",3,NULL,0,NULL,0}, + {"[\xe4\xa9\x8b\xe6\x87\xa1\xe6\x8a\xb9\xf0\xa1\xa2\x9c\xf0\xa2\xa3\x97\xf0\xa3\x8b\x9f\xf0\xa9\xaa\xae\xf0\xaa\x8e\xa0]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc7\x92",3,NULL,0,NULL,0}, + {"[\xe3\xb1\xb3\xe3\xb6\xac\xe3\xb7\xac\xe3\xb7\xb5\xe3\xb9\xae\xe4\x81\xbc\xe4\x81\xbf\xe4\x8f\x9e\xe4\x92\xac\xe4\x98\x83\xe4\xac\xb4\xe4\xae\xac\xe4\xb1\x85\xe4\xb3\xae\xe4\xb4\xb2\xe5\x8a\xb0\xe5\x94\x9c\xe5\x97\xbc\xe5\x9c\xbd\xe5\xa1\xbb\xe5\xa2\xa8\xe5\xa6\xba\xe5\xab\xbc\xe5\xaf\x9e\xe5\xb8\x93\xe5\xb8\x9e\xe6\x98\xa9\xe6\x9a\xaf\xe6\x9c\xab\xe6\x9e\xba\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x81\xe6\xb2\xab\xe6\xb9\x90\xe6\xbc\xa0\xe7\x80\x8e\xe7\x88\x85\xe7\x8d\x8f\xe7\x98\xbc\xe7\x9a\x8c\xe7\x9c\x9c\xe7\x9c\xbd\xe7\x9c\xbf\xe7\x9e\x90\xe7\x9e\x99\xe7\xa0\x9e\xe7\xa4\xb3\xe7\xa7\xa3\xe7\xb2\x96\xe7\xb5\x88\xe7\xba\x86\xe8\x80\xb1\xe8\x8c\x89\xe8\x8e\x88\xe8\x8e\xab\xe8\x93\xa6\xe8\x97\xa6\xe8\x9b\xa8\xe8\x9f\x94\xe8\xac\xa9\xe8\xb2\x83\xe8\xb2\x8a\xe8\xb2\x98\xe9\x8a\x86\xe9\x8f\x8c\xe9\x95\x86\xe9\x99\x8c\xe9\x9d\xba\xe9\xa9\x80\xe9\xad\xa9\xe9\xbb\x98\xe9\xbb\x99\xf0\xa0\x86\xae\xf0\xa0\x87\xb1\xf0\xa0\xa1\x9e\xf0\xa0\xa2\x93\xf0\xa0\xac\x9b\xf0\xa1\x88\x97\xf0\xa1\x8a\x89\xf0\xa1\xbb\x9f\xf0\xa2\x84\x8f\xf0\xa2\x8a\x97\xf0\xa2\x90\x96\xf0\xa2\x97\xbf\xf0\xa3\xa7\xa3\xf0\xa3\xb6\x8a\xf0\xa4\xa3\xbb\xf0\xa4\xbf\x96\xf0\xa5\x84\x95\xf0\xa5\x95\x93\xf0\xa5\x99\x8e\xf0\xa5\x9e\xaa\xf0\xa5\xac\x8e\xf0\xa5\xb1\xb9\xf0\xa5\xbd\x98\xf0\xa6\x85\x94\xf0\xa6\x94\xad\xf0\xa6\xa5\xa6\xf0\xa6\xab\x95\xf0\xa6\xae\x85\xf0\xa7\x95\xa4\xf0\xa7\x95\xa5\xf0\xa7\xa0\x93\xf0\xa7\xa5\x9f\xf0\xa7\xb0\xb1\xf0\xa7\xbb\x99\xf0\xa7\xbc\x9f\xf0\xa7\xbf\xb4\xf0\xa9\x83\x81\xf0\xa9\x84\xbb\xf0\xa9\x8c\xa7\xf0\xa9\x90\xbb\xf0\xa9\x91\xa6\xf0\xa9\x91\xb7\xf0\xa9\xa2\x96\xf0\xa9\xa2\xb7\xf0\xa9\xa5\x94\xf0\xa9\xbf\xa3\xf0\xaa\x8d\x87\xf0\xaa\x8d\xa4\xf0\xaa\x8f\x9f\xf0\xaa\x92\x82\xf0\xaa\x92\x87]",425,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xb2",3,NULL,0,NULL,0}, + {"[\xe5\xb0\x9b\xe6\x80\xbd\xe9\xad\xb9\xe9\xba\xbf]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mo",2,NULL,0,NULL,0}, + {"\xe5\x93\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc5\x8du",4,NULL,0,NULL,0}, + {"[\xe3\xad\x8c\xe4\x8b\xb7\xe4\x8f\xac\xe4\x97\x8b\xe4\xa5\x90\xe4\xb1\x95\xe4\xbe\x94\xe5\x8a\xba\xe6\x81\x88\xe6\xb4\xa0\xe7\x89\x9f\xe7\x9c\xb8\xe7\x9e\xb4\xe7\xb9\x86\xe7\xbc\xaa\xe8\x9b\x91\xe8\xac\x80\xe8\xb0\x8b\xe8\xb8\x8e\xe9\x89\xbe\xe9\x8d\xaa\xe9\xb4\xbe\xe9\xba\xb0\xf0\xa0\xa5\xa8\xf0\xa2\x83\xb1\xf0\xa3\xab\xac\xf0\xa5\xbf\xb5\xf0\xa6\xad\xb7\xf0\xa7\x8e\x84\xf0\xa8\xb4\x8d\xf0\xa9\xa2\xab\xf0\xa9\xb6\xa2]",107,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xb3u",4,NULL,0,NULL,0}, + {"[\xe4\x8d\x92\xe6\x9f\x90\xf0\xa0\x80\xb1\xf0\xa6\x8a\x8b\xf0\xa6\x8a\x8e\xf0\xa6\x8b\xa1\xf0\xa6\xb3\x91]",28,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xf0\xa5\x86\x86\xf0\xa6\xba\x92]",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xb2u",4,NULL,0,NULL,0}, + {"[\xe4\xb1\xaf\xe5\xa2\xb2\xe6\xaf\xaa\xe6\xb0\x81\xf0\xa2\x98\x83\xf0\xa2\x9c\xaf\xf0\xa4\x9a\x85\xf0\xa8\xa1\xad\xf0\xa8\xa2\xa2]",34,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe3\x9f\x82\xe4\xa5\x88\xe4\xba\xa9\xe5\x9d\xb6\xe5\xa7\x86\xe5\xb3\x94\xe6\x8b\x87\xe6\xaf\x8d\xe7\x89\xa1\xe7\x89\xb3\xe7\x95\x86\xe7\x95\x92\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\xae\xe7\xa0\xaa\xe8\x83\x9f\xe8\xb8\x87\xe9\x89\xa7\xf0\xa0\xba\x96\xf0\xa2\x9f\xa8\xf0\xa4\x9d\x95\xf0\xa4\xb5\x9d\xf0\xa7\xa9\x92\xf0\xa7\xac\x8f\xf0\xa7\xb0\xb7\xf0\xa7\xbf\xb9\xf0\xa8\x88\xb6\xf0\xa9\xa1\xa8\xf0\xa9\xac\x8d\xf0\xaa\x8e\xab]",107,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe2\xba\xab\xe3\x9c\x88\xe3\xa3\x8e\xe3\xa7\x85\xe3\xbe\x87\xe4\x80\xb2\xe4\x8a\xbe\xe4\x91\xb5\xe4\xbb\xab\xe5\x8b\x9f\xe5\xa2\x93\xe5\xb9\x95\xe5\xb9\x99\xe6\x85\x94\xe6\x85\x95\xe6\x9a\xae\xe6\x9c\xa8\xe6\x9c\xb0\xe6\xa5\x98\xe6\xaf\xa3\xe6\xb2\x90\xe7\x82\x91\xe7\x89\xa7\xe7\x8b\x87\xe7\x9b\xae\xe7\x9d\xa6\xe7\xa9\x86\xe7\xb8\xb8\xe8\x89\x92\xe8\x8b\x9c\xe8\x8e\xaf\xe8\x9a\x9e\xe9\x89\xac\xe9\x92\xbc\xe9\x9b\xae\xe9\x9c\x82\xe9\x9e\xaa\xf0\xa1\xb5\xac\xf0\xa3\x88\x8a\xf0\xa4\x9d\x82\xf0\xa5\x84\x88\xf0\xa5\xa3\xb8\xf0\xa5\xb0\xbb\xf0\xa6\x83\xa4\xf0\xa6\xb1\x92\xf0\xa7\x9a\x80\xf0\xa8\x8d\x8e\xf0\xa8\x8e\xb8\xf0\xa9\xb5\xa6\xf0\xa9\xb6\x96\xf0\xa9\xb6\xa9]",169,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xb9",3,NULL,0,NULL,0}, + {"\xe5\x87\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mu",2,NULL,0,NULL,0}, + {"\xe5\x97\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x84",2,NULL,0,NULL,0}, + {"\xe3\x95\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x88",2,NULL,0,NULL,0}, + {"\xf0\xa0\xae\xbe",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xb9",2,NULL,0,NULL,0}, + {"\xf0\xa7\x97\x88",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"[\xe4\x9b\x94\xe4\xab\xb1\xe5\x97\xb1\xe6\x8b\x8f\xe6\x8b\xbf\xe6\x8c\x90\xe9\x8e\xbf\xe9\x95\x8e\xf0\xa1\xb0\x80\xf0\xa2\x9c\xb2\xf0\xa3\xb8\x8f\xf0\xa4\x93\xb7\xf0\xa4\x94\x80\xf0\xa6\xac\xbb\xf0\xa7\x98\xbd\xf0\xa7\xa4\xa3\xf0\xa7\xa6\xae]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa1",3,NULL,0,NULL,0}, + {"[\xe4\xb9\xb8\xe5\x93\xaa\xe9\x9b\xab\xf0\xa2\xa1\x8f\xf0\xa3\xa1\xb0\xf0\xa5\x91\x92\xf0\xa6\x99\x9c\xf0\xaa\x90\x80]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe3\xa8\xa5\xe3\xb5\x8a\xe4\x87\xb1\xe4\x88\xab\xe4\x8e\x8e\xe4\x8f\xa7\xe4\x96\x93\xe4\x96\xa7\xe4\x9f\x9c\xe4\xaa\x8f\xe5\x90\xb6\xe5\x91\x90\xe5\xa6\xa0\xe5\xa8\x9c\xe6\x8d\xba\xe7\xac\x9d\xe7\xb4\x8d\xe7\xba\xb3\xe8\x82\xad\xe8\x92\xb3\xe8\xa1\xb2\xe8\xa2\xa6\xe8\xb1\xbd\xe8\xb2\x80\xe8\xbb\x9c\xe9\x82\xa3\xe9\x88\x89\xe9\x92\xa0\xe9\x9d\xb9\xe9\xad\xb6\xf0\xa0\x95\x84\xf0\xa0\xb1\xb2\xf0\xa0\xb4\xbe\xf0\xa1\xa4\x99\xf0\xa1\xb7\x9d\xf0\xa2\x87\xb5\xf0\xa3\x85\x9a\xf0\xa3\xb9\xb5\xf0\xa4\x9d\x92\xf0\xa4\xac\xb7\xf0\xa4\xad\xa0\xf0\xa4\xb1\x85\xf0\xa4\xb1\x86\xf0\xa4\xb7\x88\xf0\xa4\xb8\x8f\xf0\xa4\xb8\xbb\xf0\xa5\x8d\xb2\xf0\xa5\xb9\x89\xf0\xa5\xbf\x83\xf0\xa6\x9b\x90\xf0\xa6\xa3\x80\xf0\xa7\x8b\xa1\xf0\xa7\xb0\xb9\xf0\xa8\x99\xbb\xf0\xa8\x9a\x97\xf0\xa9\x8f\xbc\xf0\xa9\x9a\x9b\xf0\xa9\x9f\xbf\xf0\xa9\xae\x85\xf0\xa9\xb9\xbe\xf0\xaa\x8c\x85\xf0\xaa\x97\x9d]",220,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa0",3,NULL,0,NULL,0}, + {"[\xe3\x9c\xa8\xe3\xbe\x8d\xe4\x8d\xb2\xe4\x98\x85\xe4\xaf\xae\xe5\xad\xbb\xe6\x91\xa8\xe7\x86\x8b\xe8\x85\x89\xf0\xaa\x8c\x9e]",33,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa1i",4,NULL,0,NULL,0}, + {"[\xe4\xb9\x83\xe5\x80\xb7\xe5\xa5\xb6\xe5\xa6\xb3\xe5\xac\xad\xe5\xbb\xbc\xe6\xb0\x96\xe7\x96\x93\xe8\x89\xbf\xe8\xbf\xba\xe9\x87\xa2\xf0\xa0\xa7\xa4\xf0\xa2\x89\x93\xf0\xa6\xa0\xb8\xf0\xa6\xb6\x85\xf0\xa8\x8e\xa1]",55,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe3\xae\x88\xe3\xae\x8f\xe3\xb2\xa1\xe5\xa5\x88\xe6\x9f\xb0\xe6\xb8\xbf\xe8\x80\x8f\xe8\x80\x90\xe8\x90\x98\xe8\x9e\x9a\xe8\xa4\xa6\xe9\x8c\xbc\xe9\xbc\x90\xf0\xa1\x9e\xab\xf0\xa1\xa8\xb5\xf0\xa1\xae\x99\xf0\xa3\x89\x98\xf0\xa3\xae\xa6\xf0\xa5\x89\x83\xf0\xa6\x93\x8e\xf0\xa6\x94\xb9\xf0\xa6\xb3\x90\xf0\xa8\x92\xa8\xf0\xa9\xb9\x9f]",85,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa0i",4,NULL,0,NULL,0}, + {"\xe5\x9b\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe3\x93\x93\xe3\xbd\x96\xe4\x94\x9c\xe4\x9b\x81\xe4\xb6\xb2\xe4\xbe\xbd\xe5\x8d\x97\xe5\x96\x83\xe5\xa8\x9a\xe6\x9a\x94\xe6\x9e\x8f\xe6\x9e\xac\xe6\x9f\x9f\xe6\xa5\xa0\xe7\x94\xb7\xe7\x95\x98\xe8\x8e\xae\xe8\xab\xb5\xe9\x9a\xbe\xe9\x9b\xa3\xf0\xa2\xaa\x88\xf0\xa4\x8c\x94\xf0\xa4\xb1\xa3\xf0\xa4\xbd\xb2\xf0\xa6\xb6\x88\xf0\xa7\x87\x99\xf0\xa7\x95\xb4\xf0\xa8\xb4\x8c\xf0\xa8\xb4\x98\xf0\xa8\xb5\xb4\xf0\xa9\xb9\x9e]",106,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa1n",4,NULL,0,NULL,0}, + {"[\xe3\xab\xb1\xe4\x88\x92\xe4\x8a\x96\xe6\x88\x81\xe6\x8f\x87\xe6\xb9\xb3\xe8\x85\xa9\xe8\x90\xb3\xe8\x9d\xbb\xe8\xb5\xa7\xf0\xa1\x86\xa4\xf0\xa1\x86\xb1\xf0\xa1\x86\xb2\xf0\xa6\x9d\xa7\xf0\xa7\xb9\x9e\xf0\xa8\xa0\xb9\xf0\xa8\xa6\xb3\xf0\xa9\x88\x91\xf0\xa9\x88\xb6]",68,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\xac\xae\xe5\xa9\xbb\xf0\xa2\xac\xb7\xf0\xa4\xbf\x8f\xf0\xa6\x8d\x80\xf0\xa6\x9b\x9a\xf0\xa9\x85\xa0]",28,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa0n",4,NULL,0,NULL,0}, + {"\xe9\x81\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nan",3,NULL,0,NULL,0}, + {"\xe5\x9b\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe4\x81\xb8\xe4\xb9\xaa\xe5\x9a\xa2\xe5\x9b\x8a\xe6\xac\x9c\xe8\xa0\xb0\xe8\xad\xa8\xe9\xa5\xa2\xe9\xa6\x95\xe9\xac\x9e\xf0\xa6\x97\xb3\xf0\xa6\xa3\x98\xf0\xa7\x96\x92]",44,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa1ng",5,NULL,0,NULL,0}, + {"[\xe3\xb6\x9e\xe6\x93\x83\xe6\x94\xae\xe6\x9b\xa9\xe7\x81\xa2\xf0\xa9\x9c\x92]",21,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe3\x9a\x82\xe5\x84\xbe\xe9\xbd\x89\xf0\xa0\xb6\xac\xf0\xa1\xbf\x9d\xf0\xa2\x96\xa7\xf0\xa6\x88\x83\xf0\xa7\x85\xba\xf0\xa7\x9f\x98\xf0\xa8\xb3\x86]",39,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa0ng",5,NULL,0,NULL,0}, + {"\xe5\xad\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc4\x81o",4,NULL,0,NULL,0}, + {"[\xe3\x9e\xaa\xe4\x83\xa9\xe4\x9b\x9d\xe4\xb4\x83\xe5\x91\xb6\xe5\xa4\x92\xe5\xb3\xb1\xe5\xb6\xa9\xe5\xb7\x8e\xe6\x80\x93\xe6\x86\xb9\xe6\x8c\xa0\xe6\x92\x93\xe7\x8c\xb1\xe7\xa1\x87\xe7\xa2\x99\xe8\x9b\xb2\xe8\x9f\xaf\xe8\xa9\x89\xe8\xad\x8a\xe9\x90\x83\xe9\x93\x99\xf0\xa1\xbd\xa7\xf0\xa1\xbe\x82\xf0\xa2\x99\x90\xf0\xa2\x9c\xb8\xf0\xa2\xaa\xbc\xf0\xa4\x9e\x8d\xf0\xa4\xa1\xa4\xf0\xa4\xab\x95\xf0\xa5\x90\xbb\xf0\xa5\x91\xaa\xf0\xa7\xb4\x93\xf0\xa8\xa5\xb8\xf0\xa9\x96\xaf\xf0\xa9\xab\x94\xf0\xab\x8d\xa2]",128,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa1o",4,NULL,0,NULL,0}, + {"[\xe3\x91\x8e\xe3\x9b\xb4\xe3\xba\x81\xe4\x9c\x80\xe4\x9c\xa7\xe5\x8c\x98\xe5\x9e\xb4\xe5\xa0\x96\xe5\xab\x90\xe6\x81\xbc\xe6\x82\xa9\xe6\x83\xb1\xe7\x8d\xb6\xe7\x8d\xbf\xe7\x91\x99\xe7\xa2\xaf\xe8\x84\x91\xe8\x85\xa6\xf0\xa0\x8a\xa6\xf0\xa0\xa1\xb7\xf0\xa1\x8d\x8d\xf0\xa1\xbf\xba\xf0\xa2\x85\x88\xf0\xa2\x89\xb5\xf0\xa3\xad\xba\xf0\xa4\x8a\xb2\xf0\xa4\x8b\xab\xf0\xa4\xb7\xbb\xf0\xa5\x80\xae\xf0\xa5\x92\xa2\xf0\xa6\x97\xae\xf0\xa7\xa9\xa3\xf0\xa7\xb3\xa6\xf0\xa7\xb4\x99\xf0\xa8\xb1\xb5\xf0\xa9\x9b\x8b\xf0\xa9\xa4\x98\xf0\xa9\xa9\x80\xf0\xa9\xab\xba\xf0\xa9\xac\xb7]",144,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe5\xa9\xa5\xe6\xb7\x96\xe8\x87\x91\xe9\x96\x99\xe9\x97\xb9\xe9\xac\xa7\xf0\xa3\xa7\xbd\xf0\xa5\x86\xb2\xf0\xa9\x8b\x88\xf0\xa9\xaf\x86]",36,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa0o",4,NULL,0,NULL,0}, + {"\xe8\x84\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nao",3,NULL,0,NULL,0}, + {"[\xe3\x95\xaf\xe4\x85\x9e\xe4\x8e\xaa\xe4\xad\x86\xe6\x8a\x90\xe7\x96\x92\xe7\x9c\xb2\xe8\xa8\xa5\xe8\xae\xb7\xf0\xa2\x97\x89\xf0\xa3\xa7\x8d\xf0\xa7\xa4\x9c]",41,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa8",3,NULL,0,NULL,0}, + {"\xe5\x91\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ne",2,NULL,0,NULL,0}, + {"[\xf0\xa0\x91\x9a\xf0\xa0\x91\x9b\xf0\xa1\xa3\xa2\xf0\xa2\x85\xbc\xf0\xa8\xa1\x8c]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa9i",4,NULL,0,NULL,0}, + {"[\xe3\xbc\x8f\xe4\xb2\x8e\xe5\xa8\x9e\xe8\x84\xae\xe8\x85\x87\xe9\xa4\x92\xe9\xa6\x81\xe9\xae\xbe\xe9\xaf\x98\xf0\xa5\xa1\xad\xf0\xa9\x97\x94]",37,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc4\x9bi",4,NULL,0,NULL,0}, + {"[\xe3\x90\xbb\xe3\xa8\x85\xe5\x85\xa7\xe5\x86\x85\xe6\xb0\x9d\xe9\x8c\x97\xf0\xa2\x81\xa9\xf0\xa2\x9b\x89\xf0\xa3\x93\x83\xf0\xa9\xac\x80]",36,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa8i",4,NULL,0,NULL,0}, + {"[\xe3\x9c\x9b\xe3\xaf\x8e\xe3\xb6\xa7\xe5\xab\xa9\xe5\xab\xb0\xe6\x81\x81\xf0\xa1\x9e\xbe\xf0\xa7\xae\xa0\xf0\xa8\x88\x97]",32,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa8n",4,NULL,0,NULL,0}, + {"[\xe3\xb4\xb0\xe4\x8f\xbb\xe8\x83\xbd\xf0\xa2\x86\x82\xf0\xa8\x83\xb3]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa9ng",5,NULL,0,NULL,0}, + {"[\xf0\xa0\xb9\x8c\xf0\xa8\xb6\x99]",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc4\x9bng",5,NULL,0,NULL,0}, + {"\xe3\xb2\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xa8ng",5,NULL,0,NULL,0}, + {"\xe5\xa6\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc4\xab",3,NULL,0,NULL,0}, + {"[\xe3\x9e\xbe\xe3\xaa\x92\xe3\xb9\xb8\xe4\x98\xa6\xe4\x98\xbd\xe4\x9b\x8f\xe4\x9d\x9a\xe5\x80\xaa\xe5\x9d\xad\xe5\x9f\xbf\xe5\xa9\x97\xe5\xb0\xbc\xe5\xb1\x94\xe6\x80\xa9\xe6\xa3\xbf\xe6\xb3\xa5\xe6\xb7\xa3\xe7\x8c\x8a\xe7\xa7\x9c\xe7\xb1\xbe\xe8\x81\xa3\xe8\x85\x9d\xe8\x87\xa1\xe8\x9a\xad\xe8\x9c\xba\xe8\xa7\xac\xe8\xb2\x8e\xe8\xb7\x9c\xe8\xbc\x97\xe9\x83\xb3\xe9\x93\x8c\xe9\x9c\x93\xe9\xaf\x93\xe9\xaf\xa2\xe9\xb2\xb5\xe9\xba\x91\xe9\xbd\xaf\xf0\xa0\x86\xb5\xf0\xa0\xbd\xac\xf0\xa1\x8e\xbf\xf0\xa3\xa2\x9e\xf0\xa3\xad\x99\xf0\xa4\xa6\xa4\xf0\xa6\xa4\xbd\xf0\xa6\xa6\x83\xf0\xa8\x8b\x97\xf0\xa9\x9a\xaf\xf0\xa9\xa9\xa2\xf0\xa9\xb1\x84\xf0\xa9\xb8\xa6\xf0\xa9\xb8\xa7\xf0\xa9\xbe\x86\xf0\xab\x90\x90]",177,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xad",3,NULL,0,NULL,0}, + {"[\xe3\xa9\x98\xe4\x95\xa5\xe4\xa6\xb5\xe4\xbc\xb1\xe4\xbd\xa0\xe5\x84\x97\xe5\x84\x9e\xe5\xad\xb4\xe6\x8a\xb3\xe6\x8b\x9f\xe6\x93\xac\xe6\x97\x8e\xe6\x99\xb2\xe6\x9f\x85\xe6\xaa\xb7\xe7\x8b\x94\xe8\x81\xbb\xe8\x8b\xa8\xe8\x96\xbf\xe9\x88\xae\xe9\x9a\xac\xe9\xa6\x9c\xf0\xa1\xa5\xa6\xf0\xa1\xa5\xa8\xf0\xa2\x85\x9f\xf0\xa2\x98\x9d\xf0\xa2\xa3\x9a\xf0\xa3\xa1\x8b\xf0\xa4\x99\x8c\xf0\xa5\x9c\xa6\xf0\xa5\x9c\xac\xf0\xa5\xb7\x84\xf0\xa6\x86\xa6\xf0\xa6\xb0\xab\xf0\xa7\x83\xa9\xf0\xa8\x80\x80\xf0\xa9\x89\xb9\xf0\xa9\x8b\xaa\xf0\xa9\x8d\xa6\xf0\xa9\xaf\xa8\xf0\xa9\xb0\x9e\xf0\xaa\x8f\xb8]",148,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe3\xa0\x9c\xe3\xa5\xbe\xe3\xa6\x90\xe3\xb2\xbb\xe3\xb5\xab\xe4\x81\xa5\xe4\x98\x8c\xe4\xb5\x91\xe4\xb5\x92\xe4\xbc\xb2\xe5\x8c\xbf\xe5\xa0\x84\xe5\xab\x9f\xe5\xac\xba\xe5\xb1\xb0\xe6\x83\x84\xe6\x84\xb5\xe6\x98\xb5\xe6\x9a\xb1\xe6\xb0\xbc\xe6\xba\xba\xe7\x9c\xa4\xe7\x9d\xa8\xe7\xb8\x8c\xe8\x83\x92\xe8\x85\xbb\xe8\x86\xa9\xe8\xaa\xbd\xe8\xbf\xa1\xe9\x80\x86\xf0\xa0\xb1\x98\xf0\xa0\xb8\xba\xf0\xa1\x8e\xb3\xf0\xa1\x9e\xad\xf0\xa1\xa3\x81\xf0\xa1\xab\xb8\xf0\xa1\xac\x97\xf0\xa2\x9a\xae\xf0\xa2\x9b\x9c\xf0\xa2\xa6\xb1\xf0\xa3\x98\x97\xf0\xa3\xb2\xb7\xf0\xa5\x84\xbd\xf0\xa5\x87\x84\xf0\xa5\xba\x9c\xf0\xa6\xae\xbe\xf0\xa7\x88\x9e\xf0\xa7\x8f\xbe\xf0\xa7\x96\xb7\xf0\xa7\xb5\xbc\xf0\xa7\xba\xb0\xf0\xa8\xba\x99\xf0\xa8\xbd\xa6\xf0\xa9\x88\xa2\xf0\xa9\xba\x9d\xf0\xa9\xba\xb1\xf0\xaa\x8f\xb5\xf0\xaa\x90\x8c\xf0\xaa\x99\x9b]",208,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xac",3,NULL,0,NULL,0}, + {"\xe8\xa2\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni",2,NULL,0,NULL,0}, + {"[\xe6\x8b\x88\xe8\x94\xab\xf0\xa5\xba\xb4]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe4\x84\xad\xe4\x84\xb9\xe4\xac\xaf\xe5\x93\x96\xe5\xb9\xb4\xe7\xa7\x8a\xe7\xa7\xa5\xe9\xae\x8e\xe9\xaf\xb0\xe9\xb2\x87\xe9\xb2\xb6\xe9\xbb\x8f\xf0\xa0\xab\xba\xf0\xa6\xb7\x99\xf0\xa8\x9a\xb6\xf0\xa9\xbd\xb4\xf0\xaa\x90\x87]",58,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe3\x9c\xa4\xe3\x9e\x8b\xe3\xae\x9f\xe4\x9a\x93\xe6\x8d\xbb\xe6\x92\x9a\xe6\x92\xb5\xe6\x94\x86\xe6\xb6\x8a\xe6\xb7\xb0\xe7\x84\xbe\xe7\xa2\xbe\xe7\xb0\x90\xe8\xb7\x88\xe8\xb9\x8d\xe8\xb9\xa8\xe8\xba\x8e\xe8\xbc\xa6\xe8\xbe\x87\xe8\xbe\x97\xf0\xa0\x95\x9f\xf0\xa0\x97\x8b\xf0\xa0\xa3\x87\xf0\xa1\xb0\xab\xf0\xa3\x90\x8f\xf0\xa4\x81\xa5\xf0\xa6\xad\x81\xf0\xa8\x87\x8d\xf0\xa8\x8b\x9a\xf0\xa8\xb4\x9e\xf0\xa9\x89\x84\xf0\xa9\x8a\xab\xf0\xaa\x91\xae]",114,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\xb2\xbd\xe4\xa7\x94\xe5\x8d\x84\xe5\x94\xb8\xe5\x9f\x9d\xe5\xa7\xa9\xe5\xbb\xbf\xe5\xbf\xb5\xe8\x89\x8c\xe9\xbc\xb0\xf0\xa1\x9d\x9f\xf0\xa3\x8e\x94\xf0\xa4\xbd\xbf\xf0\xa5\xae\x98\xf0\xa6\x81\x87\xf0\xa8\xa2\xaf]",56,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc3\xa0n",5,NULL,0,NULL,0}, + {"\xe9\xb5\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nian",4,NULL,0,NULL,0}, + {"[\xe5\xa8\x98\xe5\xac\xa2\xe5\xad\x83]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc3\xa1ng",6,NULL,0,NULL,0}, + {"\xf0\xaa\x93\x83",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc7\x8eng",6,NULL,0,NULL,0}, + {"[\xe4\x96\x86\xe9\x85\xbf\xe9\x86\xb8\xe9\x87\x80\xf0\xa5\xbd\xac]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc3\xa0ng",6,NULL,0,NULL,0}, + {"[\xe2\xbb\xa6\xe3\x92\x9f\xe3\x9c\xb5\xe3\xa0\xa1\xe3\xad\xa4\xe4\x83\xb5\xe4\x99\x9a\xe4\xa6\x8a\xe4\xae\x8d\xe5\xab\x8b\xe5\xac\x9d\xe5\xac\xb2\xe6\xa8\xa2\xe8\x8c\x91\xe8\x94\xa6\xe8\xa2\x85\xe8\xa3\x8a\xe8\xa4\xad\xe9\xb3\xa5\xe9\xb8\x9f\xf0\xa0\x92\xb0\xf0\xa1\x98\x8f\xf0\xa1\x9d\x8b\xf0\xa1\x9d\x92\xf0\xa1\xa0\xbf\xf0\xa2\xb6\x91\xf0\xa2\xb8\xa3\xf0\xa3\x9f\x8a\xf0\xa5\xa4\x82\xf0\xa5\xbe\x87\xf0\xa8\xbd\x96\xf0\xa9\x96\x94\xf0\xa9\xad\x91\xf0\xaa\x85\x9d\xf0\xaa\x88\xbc]",122,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc7\x8eo",5,NULL,0,NULL,0}, + {"[\xe3\x9e\x99\xe3\xb3\xae\xe5\xb0\xbf\xe8\x84\xb2\xf0\xa8\xb3\x80]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc3\xa0o",5,NULL,0,NULL,0}, + {"[\xe6\x8d\x8f\xe6\x8f\x91]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc4\x93",4,NULL,0,NULL,0}, + {"[\xe3\xa1\xaa\xe8\x8b\xb6\xf0\xa2\xab\xbb\xf0\xaa\x8c\xbf]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc3\xa9",4,NULL,0,NULL,0}, + {"\xf0\xa0\x88\x8a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe3\x96\x8f\xe3\x96\x95\xe3\x96\x96\xe3\x98\x9d\xe3\x98\xa8\xe3\x98\xbf\xe3\x99\x9e\xe3\x9a\x94\xe3\x9c\xb8\xe3\xa9\xb6\xe3\xae\x86\xe3\xb4\xaa\xe3\xb8\x8e\xe4\x82\xbc\xe4\x84\x92\xe4\x87\xa3\xe4\x8c\x9c\xe4\x8c\xb0\xe4\xa1\xbe\xe4\xaf\x80\xe4\xaf\x85\xe4\xaf\xb5\xe4\xb3\x96\xe5\x95\xae\xe5\x96\xa6\xe5\x97\xab\xe5\x99\x9b\xe5\x9a\x99\xe5\x9b\x81\xe5\x9b\x93\xe5\x9c\xbc\xe5\xad\xbc\xe5\xad\xbd\xe5\xb5\xb2\xe5\xb6\xad\xe5\xb8\x87\xe6\x83\x97\xe6\x91\xb0\xe6\x95\x9c\xe6\x9e\xbf\xe6\xa7\xb7\xe6\xab\xb1\xe6\xb6\x85\xe6\xb9\xbc\xe7\x97\x86\xe7\xaf\x9e\xe7\xb1\x8b\xe7\xb3\xb1\xe7\xb3\xb5\xe8\x81\x82\xe8\x81\xb6\xe8\x87\xac\xe8\x87\xb2\xe8\x8f\x8d\xe8\x98\x96\xe8\xa0\xa5\xe8\xae\x98\xe8\xb8\x82\xe8\xb8\x97\xe8\xb9\x91\xe8\xba\xa1\xe9\x8c\x9c\xe9\x8e\xb3\xe9\x91\x88\xe9\x91\xb7\xe9\x92\x80\xe9\x95\x8a\xe9\x95\x8d\xe9\x97\x91\xe9\x99\xa7\xe9\x9a\x89\xe9\xa1\xb3\xe9\xa2\x9e\xe9\xbd\xa7\xf0\xa0\xb6\xbf\xf0\xa1\x86\xa3\xf0\xa1\x8d\xa4\xf0\xa1\xb0\x86\xf0\xa1\xb4\x8e\xf0\xa1\xb6\xab\xf0\xa1\xb8\xa3\xf0\xa1\xbe\xa6\xf0\xa1\xbe\xb2\xf0\xa1\xbf\x96\xf0\xa1\xbf\x97\xf0\xa2\x88\xb8\xf0\xa3\x80\xb3\xf0\xa3\x8c\x8d\xf0\xa3\x99\x97\xf0\xa3\xaf\xad\xf0\xa3\xb0\xbc\xf0\xa4\xad\x82\xf0\xa4\xb4\x98\xf0\xa4\xb6\x9a\xf0\xa4\xba\x90\xf0\xa5\x94\x84\xf0\xa5\xac\x9e\xf0\xa5\xac\xac\xf0\xa5\xae\xa4\xf0\xa6\x84\x8c\xf0\xa6\x88\x99\xf0\xa6\x98\x92\xf0\xa6\x9b\xa0\xf0\xa6\x9e\x86\xf0\xa6\xaf\x96\xf0\xa6\xb5\x90\xf0\xa7\x81\x88\xf0\xa7\x8b\x96\xf0\xa7\x9e\x8d\xf0\xa7\xbb\xbc\xf0\xa8\x8a\x9e\xf0\xa8\x99\x93\xf0\xa8\xb1\xba\xf0\xa8\xb2\x80\xf0\xa8\xb6\xa0\xf0\xa8\xbb\x84\xf0\xa9\x8b\x8f\xf0\xa9\x90\xad\xf0\xa9\x92\x95\xf0\xa9\x96\x81\xf0\xa9\xa3\x98\xf0\xaa\x8c\x8a\xf0\xaa\x8e\x83\xf0\xaa\x8e\x85]",424,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc3\xa8",4,NULL,0,NULL,0}, + {"\xe5\xb7\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nie",3,NULL,0,NULL,0}, + {"[\xe3\xa4\x9b\xe4\x8b\xbb\xe4\x9a\xbe\xe5\x9b\x9c\xe6\x82\xa8\xf0\xa0\xbd\x9d]",21,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xadn",4,NULL,0,NULL,0}, + {"\xe6\x8b\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x90n",4,NULL,0,NULL,0}, + {"\xe8\x84\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nin",3,NULL,0,NULL,0}, + {"[\xe3\x9d\x95\xe3\xb2\xb0\xe4\x86\xa8\xe4\x97\xbf\xe4\xad\xa2\xe5\x84\x9c\xe5\x87\x9d\xe5\x92\x9b\xe5\x9a\x80\xe5\xac\xa3\xe5\xae\x81\xe5\xaf\x8d\xe5\xaf\x95\xe5\xaf\x97\xe5\xaf\x9c\xe5\xaf\xa7\xe6\x8b\xa7\xe6\x93\xb0\xe6\x9f\xa0\xe6\xaa\xb8\xe7\x8b\x9e\xe7\x8d\xb0\xe7\x94\xaf\xe8\x81\x8d\xe8\x81\xb9\xe8\x8b\xa7\xe8\x96\xb4\xe9\x91\x8f\xe9\xac\xa1\xe9\xb8\x8b\xf0\xa1\xab\x83\xf0\xa3\x8d\x86\xf0\xa4\x95\xa6\xf0\xa4\xb9\xa7\xf0\xa4\xbb\x9d\xf0\xa5\xa3\x97\xf0\xa5\xa7\xa4\xf0\xa6\xa1\xbc\xf0\xa7\x83\xb1\xf0\xa7\x95\x9d\xf0\xa7\xad\x88\xf0\xab\x9b\xa2]",140,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xadng",5,NULL,0,NULL,0}, + {"[\xe6\xa9\xa3\xe7\x9f\x83\xf0\xa5\xb3\xa5\xf0\xa6\xa1\xb2\xf0\xa9\x95\xb3]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x90ng",5,NULL,0,NULL,0}, + {"[\xe3\xa3\xb7\xe3\xbf\xa6\xe4\x94\xad\xe4\xbd\x9e\xe4\xbe\xab\xe6\xb3\x9e\xe6\xbf\x98\xf0\xa7\x91\x97]",27,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xacng",5,NULL,0,NULL,0}, + {"\xe6\xbe\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ning",4,NULL,0,NULL,0}, + {"\xe5\xa6\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc5\xab",4,NULL,0,NULL,0}, + {"[\xe2\xba\xa7\xe3\x96\xbb\xe4\x92\x9c\xe6\xb1\xbc\xe7\x89\x9b\xf0\xa8\xb7\x81\xf0\xa9\xb2\x8d\xf0\xa9\xb5\xa0]",29,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc3\xba",4,NULL,0,NULL,0}, + {"[\xe3\xba\xb2\xe4\x82\x87\xe4\x8f\x94\xe5\xbf\xb8\xe6\x89\xad\xe7\x82\x84\xe7\x8b\x83\xe7\xb4\x90\xe7\xba\xbd\xe8\x8e\xa5\xe9\x88\x95\xe9\x92\xae\xe9\x9d\xb5\xf0\xa3\xa7\x8a\xf0\xa3\xb2\xb6\xf0\xa5\x80\x9d\xf0\xa5\x8d\xb3\xf0\xa5\x9d\xa6\xf0\xa7\x98\xa5\xf0\xa8\x8b\x80\xf0\xa8\x99\xba\xf0\xa8\xb3\x9e\xf0\xa9\x88\x87\xf0\xaa\x8f\xb2]",85,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc7\x94",4,NULL,0,NULL,0}, + {"[\xe4\x8b\xb4\xe8\xa1\x82\xf0\xa9\x99\xb7\xf0\xa9\x9a\x96]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni\xc3\xb9",4,NULL,0,NULL,0}, + {"\xe7\x89\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"niu",3,NULL,0,NULL,0}, + {"[\xe3\xb6\xb6\xe3\xba\x9c\xe4\xa2\x89\xe4\xbe\xac\xe5\x84\x82\xe5\x86\x9c\xe5\x93\x9d\xe5\x99\xa5\xe6\xaa\x82\xe6\xac\x81\xe6\xb5\x93\xe6\xbf\x83\xe7\x87\xb6\xe7\xa6\xaf\xe7\xa7\xbe\xe7\xa9\xa0\xe8\x84\x93\xe8\x86\xbf\xe8\x95\xbd\xe8\xa5\x9b\xe8\xbe\xb2\xe8\xbe\xb3\xe9\x86\xb2\xf0\xa5\x82\x92\xf0\xa8\x91\x8a\xf0\xa8\xb2\xb3\xf0\xa9\x85\xbd\xf0\xa9\x87\x94\xf0\xa9\x9f\x8a\xf0\xaa\x86\xaf\xf0\xaa\x92\xac]",103,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xb3ng",5,NULL,0,NULL,0}, + {"[\xe4\xb5\x9c\xe7\xb9\xb7]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x92ng",5,NULL,0,NULL,0}, + {"[\xe5\xbc\x84\xe6\x8c\x8a\xe7\x99\x91\xe9\xbd\x88\xf0\xa0\x98\x8a]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xb2ng",5,NULL,0,NULL,0}, + {"[\xe3\x9d\xb9\xe4\xa8\xb2\xe7\xbe\xba\xf0\xa0\xb2\xb4\xf0\xa2\x89\x95\xf0\xa3\xbb\x96\xf0\xa4\x9f\xa6\xf0\xa5\x80\xab\xf0\xa7\x82\xa6\xf0\xa7\x83\xa8\xf0\xa7\x85\x98\xf0\xa9\x86\x9f\xf0\xa9\x92\x94]",51,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xb3u",4,NULL,0,NULL,0}, + {"[\xe3\x9c\x8c\xe3\xb3\xb6\xe5\x95\x82\xf0\xa1\x9d\xa6\xf0\xa1\xa8\xbb\xf0\xa1\xad\xbe]",23,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xe4\x85\xb6\xe4\x98\xab\xe4\xb0\xad\xe6\xa7\x88\xe6\xaa\xbd\xe7\x8d\xb3\xe8\x80\xa8\xe8\xad\xb3\xe9\x8e\x92\xe9\x90\x9e\xf0\xa2\x89\x9a\xf0\xaa\x8b\xba]",40,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xb2u",4,NULL,0,NULL,0}, + {"[\xe3\x9a\xa2\xe5\xa5\xb4\xe5\xad\xa5\xe7\xac\xaf\xe9\xa7\x91\xe9\xa9\xbd\xf0\xa5\xa4\xa8\xf0\xa5\xb1\x82]",28,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe4\xbc\xae\xe5\x8a\xaa\xe5\xbc\xa9\xe7\xa0\xae\xe8\x83\xac\xf0\xa0\xb4\x82\xf0\xa2\xaa\xa6\xf0\xa2\xab\x93\xf0\xa5\x85\x84\xf0\xa7\x89\xad\xf0\xaa\xba\xb9]",41,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe5\x82\x89\xe6\x80\x92\xe6\x90\x99\xf0\xa2\xab\xad\xf0\xa5\x9b\x91\xf0\xa7\xaa\x85\xf0\xa7\xbf\x94]",27,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xb9",3,NULL,0,NULL,0}, + {"\xf0\xa6\x93\x95",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x98",3,NULL,0,NULL,0}, + {"[\xe5\xa5\xb3\xe7\xb1\xb9\xe9\x87\xb9\xe9\x92\x95]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x9a",3,NULL,0,NULL,0}, + {"[\xe3\xb5\x96\xe4\x96\xa1\xe4\x98\x90\xe4\x9a\xbc\xe4\xb6\x8a\xe6\x81\xa7\xe6\x9c\x92\xe6\xb2\x91\xe8\xa1\x84\xf0\xa5\x84\x8b\xf0\xa5\x8d\x9e\xf0\xa6\x93\x96]",41,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc7\x9c",3,NULL,0,NULL,0}, + {"\xe5\xa5\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nu\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe3\xac\x89\xe6\x9a\x96\xe6\xb8\x9c\xe7\x85\x96\xe7\x85\x97\xe9\xa4\xaa]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nu\xc7\x8en",5,NULL,0,NULL,0}, + {"\xf0\xaa\x8b\x90",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nu\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe4\x96\x88\xe4\x96\x8b\xe4\xa8\x8b\xe7\x96\x9f\xe7\x98\xa7\xe7\xa1\xb8\xe8\x99\x90\xf0\xa8\xb5\xab]",27,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xbc\xc3\xa8",5,NULL,0,NULL,0}, + {"\xe9\xbb\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc3\xban",4,NULL,0,NULL,0}, + {"[\xe3\x91\x9a\xe3\x94\xae\xe3\xb0\x99\xe5\x82\xa9\xe5\x84\xba\xe6\x8c\xaa\xe6\xa2\x9b\xe9\x83\x8d\xf0\xa0\xb9\x88\xf0\xa1\x96\xab\xf0\xa1\xac\xa5\xf0\xa1\xbf\x8a\xf0\xa2\xb0\x9c\xf0\xa4\x98\x9f\xf0\xa6\xa1\x83\xf0\xa6\xa9\x9c\xf0\xa8\x81\x8c\xf0\xa8\x8e\xad\xf0\xa9\xb4\x93]",70,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nu\xc3\xb3",4,NULL,0,NULL,0}, + {"[\xe3\x9b\x82\xe3\xa1\x85\xe6\xa9\xa0\xf0\xa1\x96\x94\xf0\xa3\x83\xbd\xf0\xa3\x86\x9a\xf0\xa9\x88\xba\xf0\xa9\xb7\x81]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nu\xc7\x92",4,NULL,0,NULL,0}, + {"[\xe3\x90\xa1\xe3\x96\xa0\xe4\x9a\xa5\xe5\x96\x8f\xe6\x84\x9e\xe6\x87\xa6\xe6\x87\xa7\xe6\x8e\xbf\xe6\x90\xa6\xe6\x90\xbb\xe6\xa6\x92\xe7\xa8\xac\xe7\xa9\xa4\xe7\xb3\x91\xe7\xb3\xa5\xe7\xb3\xaf\xe8\xab\xbe\xe8\xaf\xba\xe8\xb9\x83\xe9\x80\xbd\xe9\x94\x98\xf0\xa0\xb8\xb1\xf0\xa2\x9c\xaa\xf0\xa2\xbe\xb2\xf0\xa5\x91\xbd\xf0\xa5\xbb\xbe\xf0\xa6\x80\xa8\xf0\xa6\x82\x8d\xf0\xa6\x93\xa2\xf0\xa7\xa3\x9a\xf0\xa7\xa3\xba]",105,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nu\xc3\xb2",4,NULL,0,NULL,0}, + {"[\xe5\x96\x94\xe5\x99\xa2]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x8d",2,NULL,0,NULL,0}, + {"\xe5\x93\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb3",2,NULL,0,NULL,0}, + {"\xe7\xad\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"[\xe4\x89\xb1\xe4\x8c\x94\xe4\x99\x94\xe4\xa5\xb2\xe5\xa1\xb8\xe6\xab\x99\xe6\xac\xa7\xe6\xad\x90\xe6\xae\xb4\xe6\xaf\x86\xe6\xb2\xa4\xe6\xbc\x9a\xe7\x86\xb0\xe7\x93\xaf\xe7\x94\x8c\xe8\xac\xb3\xe8\xae\xb4\xe9\x8f\x82\xe9\xb4\x8e\xe9\xb7\x97\xe9\xb8\xa5\xf0\xa0\xa2\x94\xf0\xa0\xa5\x9d\xf0\xa1\x82\xbf\xf0\xa1\x88\x86\xf0\xa1\xa9\xbe\xf0\xa3\x82\xbb\xf0\xa4\x9b\x90\xf0\xa5\x88\xac\xf0\xa5\xb1\xb8\xf0\xa9\x94\xb8]",105,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x8du",3,NULL,0,NULL,0}, + {"[\xe8\x86\x92\xe9\xbd\xb5\xf0\xa6\x82\x95\xf0\xaa\x99\x83]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb3u",3,NULL,0,NULL,0}, + {"[\xe3\x92\x96\xe3\xbc\xb4\xe5\x81\xb6\xe5\x90\x98\xe5\x91\x95\xe5\x98\x94\xe8\x80\xa6\xe8\x85\xa2\xe8\x95\x85\xe8\x97\x95\xf0\xa0\x99\xb6\xf0\xa0\xb4\xb0\xf0\xa3\xa2\xa8\xf0\xa4\xb5\x8e\xf0\xa5\x90\x82\xf0\xa5\xa7\x86\xf0\xa5\xbb\x91\xf0\xa7\x96\xbc\xf0\xa7\xaa\x93\xf0\xaa\x8a\xaa]",72,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x92u",3,NULL,0,NULL,0}, + {"[\xe4\x8c\x82\xe6\x80\x84\xe6\x85\xaa\xf0\xa3\x89\xbe\xf0\xa3\x93\x95\xf0\xa3\xbd\x95\xf0\xa4\x81\xae\xf0\xa9\x80\xab\xf0\xa9\xa5\x8b]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb2u",3,NULL,0,NULL,0}, + {"\xe8\x97\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ou",2,NULL,0,NULL,0}, + {"[\xe4\x94\xa4\xe4\xaf\xb2\xe5\x95\xaa\xe5\xa6\x91\xe7\x9a\x85\xe8\x88\xa5\xe8\x91\xa9\xe8\xb6\xb4\xf0\xa3\xa7\x9c\xf0\xa3\xb1\xba\xf0\xa4\x86\xb5\xf0\xa4\xbd\x89\xf0\xa5\x90\x99\xf0\xa6\x90\x86\xf0\xa7\xa3\x83\xf0\xa8\x8b\x90\xf0\xa9\x88\x86]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe6\x8e\xb1\xe6\x9d\xb7\xe6\xbd\x96\xe7\x88\xac\xe7\x90\xb6\xe7\xad\xa2\xf0\xa3\x9a\x92\xf0\xa7\x91\xa1\xf0\xa7\xa3\xa3]",32,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa1",3,NULL,0,NULL,0}, + {"\xf0\xa5\xa9\x99",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe5\xb8\x8a\xe5\xb8\x95\xe6\x80\x95\xe8\xa2\x99\xf0\xaa\x97\x94]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa0",3,NULL,0,NULL,0}, + {"[\xe6\x8b\x8d\xf0\xa3\x96\x90\xf0\xa6\xab\x96\xf0\xa9\x9b\x87]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\x81i",4,NULL,0,NULL,0}, + {"[\xe4\xb1\x9d\xe4\xbf\xb3\xe5\xbe\x98\xe6\x8e\x92\xe6\xa3\x91\xe7\x89\x8c\xe7\x8a\xa4\xe7\x8c\x85\xe7\xb0\xb0\xe7\xb0\xb2\xe8\xbc\xab\xf0\xa3\x9d\x81\xf0\xa5\xb1\xbc\xf0\xa5\xb4\x96\xf0\xa6\xa9\xaf]",51,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa1i",4,NULL,0,NULL,0}, + {"\xe5\xbb\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe3\xad\x9b\xe3\xb5\xba\xe4\x96\xb0\xe5\x93\x8c\xe6\xb4\xbe\xe6\xb9\x83\xe8\x92\x8e\xe9\x8e\x83\xf0\xa0\x82\xa2\xf0\xa0\xb8\x81\xf0\xa3\x8f\x9f\xf0\xa3\xb2\x96\xf0\xa3\xb4\xaa\xf0\xa5\xaf\x9f\xf0\xa5\xbf\xaf\xf0\xa6\x94\xa0\xf0\xa7\xb5\xa0]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa0i",4,NULL,0,NULL,0}, + {"[\xe3\x90\xb4\xe3\xa2\x96\xe3\xbd\x83\xe4\x86\xba\xe6\x94\x80\xe6\xbd\x98\xe7\x95\xa8\xe7\x9c\x85\xe7\xa0\x99\xf0\xa4\x84\x9c\xf0\xa4\xba\x8f\xf0\xa5\x95\xbf]",41,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe4\x83\xb2\xe4\xb0\x89\xe4\xb0\x94\xe5\xaa\xbb\xe5\xb9\x8b\xe6\x90\xab\xe6\xa7\x83\xe6\xb4\x80\xe7\x80\x8a\xe7\x88\xbf\xe7\x9b\x98\xe7\x9b\xa4\xe7\xa3\x90\xe7\xa3\xbb\xe7\xb8\x8f\xe8\x92\xb0\xe8\x9f\xa0\xe8\xb7\x98\xe8\xb9\x92\xe8\xb9\xa3\xe9\x8e\x9c\xe9\x9e\xb6\xf0\xa0\xbd\xb2\xf0\xa3\x81\xa6\xf0\xa3\x94\x9a\xf0\xa4\x96\xad\xf0\xa4\xa0\x8d\xf0\xa4\xbb\xb7\xf0\xa5\x88\xbc\xf0\xa5\x89\x9f\xf0\xa6\xaa\xb9\xf0\xa8\x82\x9d\xf0\xa8\x83\x9e\xf0\xa8\x83\x9f\xf0\xaa\x84\x80\xf0\xaa\x92\x80]",124,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa1n",4,NULL,0,NULL,0}, + {"\xf0\xa7\xba\xbe",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe5\x86\xb8\xe5\x88\xa4\xe5\x8f\x9b\xe6\x8b\x9a\xe6\xb2\x9c\xe6\xb3\xae\xe6\xba\xbf\xe7\x82\x8d\xe7\x89\x89\xe7\x95\x94\xe7\x9b\xbc\xe8\x81\x81\xe8\xa2\xa2\xe8\xa5\xbb\xe8\xa9\x8a\xe9\x8b\xac\xe9\x91\xbb\xe9\xa0\x96\xf0\xa1\x9e\x9f\xf0\xa2\xb0\xbf\xf0\xa4\x84\xa7\xf0\xa5\x8c\x8a\xf0\xa6\x99\x80\xf0\xa8\x92\x83]",80,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa0n",4,NULL,0,NULL,0}, + {"\xe9\xb5\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pan",3,NULL,0,NULL,0}, + {"[\xe4\x8f\xba\xe4\xa8\xa6\xe4\xb9\x93\xe6\xb2\x97\xe6\xbb\x82\xe8\x83\xae\xe8\x86\x96\xe9\x9b\xb1\xe9\x9c\xb6\xf0\xa0\x97\xb5\xf0\xa0\xa6\xb2\xf0\xa3\x82\x86\xf0\xa6\xa3\x82\xf0\xa7\xbf\x86\xf0\xa9\x85\x85\xf0\xa9\x90\xa8\xf0\xaa\x90\xbf\xf0\xaa\x94\x94]",65,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe3\xa5\xac\xe3\xab\x84\xe4\x85\xad\xe4\xa0\x99\xe5\x8e\x90\xe5\x8e\x96\xe5\xab\x8e\xe5\xba\x9e\xe5\xbe\xac\xe6\x97\x81\xe8\x88\xbd\xe8\x9e\x83\xe9\x80\x84\xe9\xb3\x91\xe9\xbe\x8e\xe9\xbe\x90\xf0\xa1\x85\x83\xf0\xa2\x90\x8a\xf0\xa4\xa7\xad\xf0\xa7\x94\xa7\xf0\xa8\x9c\xb7\xf0\xa9\x83\x8e]",74,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa1ng",5,NULL,0,NULL,0}, + {"[\xe4\x92\x8d\xe5\x97\x99\xe8\x80\xaa\xe8\xa6\xab]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe3\x95\xa9\xe7\x82\x90\xe8\x82\xa8\xe8\x83\x96\xf0\xa5\xaa\xb4\xf0\xa6\x9c\x8d\xf0\xa9\x88\x88]",26,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa0ng",5,NULL,0,NULL,0}, + {"[\xe3\xaf\xb1\xe3\xb2\x8f\xe4\xab\xbd\xe6\x8a\x9b\xe6\x8b\x8b\xe8\x84\xac\xf0\xa3\x9f\x8f\xf0\xa9\x86\x98]",28,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\x81o",4,NULL,0,NULL,0}, + {"[\xe3\x9a\xbf\xe4\xa9\x9d\xe5\x88\xa8\xe5\x8c\x8f\xe5\x92\x86\xe5\x9e\x89\xe5\xba\x96\xe7\x82\xb0\xe7\x88\xae\xe7\x8b\x8d\xe8\xa2\x8d\xe8\xbb\xb3\xe9\x9e\x84\xe9\xba\x83\xe9\xba\x85\xf0\xa1\x82\x98\xf0\xa1\xaf\x88\xf0\xa1\xbe\x8c\xf0\xa3\xae\x83\xf0\xa4\x94\x89\xf0\xa5\xb6\x94\xf0\xa7\x99\x8c\xf0\xa9\x8e\x98\xf0\xa9\x8e\xbe\xf0\xa9\x90\x9c\xf0\xa9\x97\xa5\xf0\xaa\x8a\xb3]",95,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa1o",4,NULL,0,NULL,0}, + {"[\xe8\xb7\x91\xf0\xa2\xbe\xb3\xf0\xa6\x90\xb8]",13,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe3\x98\x90\xe3\xaf\xa1\xe4\xb6\x8c\xe5\xa5\x85\xe6\xb3\xa1\xe7\x82\xae\xe7\x96\xb1\xe7\x9a\xb0\xe7\xa0\xb2\xe7\xa4\x9f\xe7\xa4\xae\xe9\xba\xad\xf0\xa0\xa3\xb3\xf0\xa1\xa7\x99\xf0\xa3\x95\x85\xf0\xa3\x9a\x87\xf0\xa3\xb6\x90\xf0\xa6\xa0\x96\xf0\xa8\x8b\x9b\xf0\xa8\xa3\x99\xf0\xa9\x82\x9e]",74,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa0o",4,NULL,0,NULL,0}, + {"[\xe8\x90\xa2\xe8\xa4\x9c]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pao",3,NULL,0,NULL,0}, + {"[\xe3\x9a\xb0\xe5\x91\xb8\xe6\x80\x8c\xe6\x9f\xb8\xe8\x82\xa7\xe8\x83\x9a\xe8\xa1\x83\xe9\x86\x85\xf0\xa4\xac\x83\xf0\xa5\xb9\x82\xf0\xa6\x99\x82\xf0\xa9\x8e\x9c\xf0\xa9\xb5\xa3]",46,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\x93i",4,NULL,0,NULL,0}, + {"[\xe3\x9f\x9d\xe3\xaf\x81\xe4\xa3\x99\xe4\xab\x8a\xe5\x9f\xb9\xe6\xaf\xb0\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xb3\xa0\xe8\xb5\x94\xe9\x94\xab\xe9\x98\xab\xe9\x99\xaa\xe9\xa7\x8d\xf0\xa3\xac\x86\xf0\xa3\xaf\xb1\xf0\xa4\x97\x8f\xf0\xa6\xb8\xaa\xf0\xa7\xb3\x8f\xf0\xa7\xb4\xa5\xf0\xa8\x93\xbf\xf0\xa8\x9b\xac\xf0\xa9\x91\xa2]",80,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa9i",4,NULL,0,NULL,0}, + {"[\xe4\xbf\x96\xf0\xa3\x8d\xba]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\x9bi",4,NULL,0,NULL,0}, + {"[\xe3\xa4\x84\xe3\xa7\xa9\xe3\xb3\x88\xe3\xbe\xa6\xe4\x8a\x83\xe4\xbc\x82\xe4\xbd\xa9\xe5\xa7\xb5\xe5\xb6\x8f\xe5\xb8\x94\xe6\x96\xbe\xe6\x97\x86\xe6\xb2\x9b\xe6\xb5\xbf\xe7\x8f\xae\xe7\xac\xa9\xe8\xbd\xa1\xe8\xbe\x94\xe9\x85\x8d\xe9\x9c\x88\xe9\xa6\xb7\xf0\xa2\x81\x96\xf0\xa2\x98\x80\xf0\xa2\xa5\x90\xf0\xa5\x84\x94\xf0\xa8\x99\xb6\xf0\xa9\x96\xad]",89,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa8i",4,NULL,0,NULL,0}, + {"\xe8\x93\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pei",3,NULL,0,NULL,0}, + {"[\xe3\x96\xb9\xe5\x96\xb7\xe5\x99\xb4\xe6\xad\x95\xf0\xa0\xbd\xbe]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\x93n",4,NULL,0,NULL,0}, + {"[\xe6\xb9\x93\xe7\x93\xab\xe7\x9b\x86\xe8\x91\x90\xf0\xa1\xba\x9c\xf0\xaa\x82\xbd]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa9n",4,NULL,0,NULL,0}, + {"[\xe5\x91\xa0\xe7\xbf\xb8]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\x9bn",4,NULL,0,NULL,0}, + {"[\xe5\x96\xaf\xf0\xa0\xba\x94]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa8n",4,NULL,0,NULL,0}, + {"[\xe3\x9b\x81\xe3\xa0\xae\xe3\xa7\xb8\xe4\x8d\xac\xe4\xa5\x8b\xe4\xa6\x95\xe5\x8c\x89\xe5\x98\xad\xe6\x80\xa6\xe6\x81\xb2\xe6\x8a\xa8\xe6\xa2\x88\xe6\xbc\xb0\xe6\xbe\x8e\xe7\x83\xb9\xe7\xa0\xb0\xe7\xa1\x91\xe7\xa3\x9e\xe8\xbb\xaf\xe9\x96\x9b\xf0\xa1\xbc\x9c\xf0\xa2\x8f\xb3\xf0\xa2\xbc\xa9\xf0\xa2\xbd\xa9\xf0\xa4\x98\xbe\xf0\xa6\x9a\x9d\xf0\xa6\xaf\xb0\xf0\xa8\x91\x8e\xf0\xa8\xa0\x9f\xf0\xa8\xba\x80\xf0\xa9\xb1\x80]",106,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\x93ng",5,NULL,0,NULL,0}, + {"[\xe3\xa5\x8a\xe3\xb1\xb6\xe4\x84\x98\xe4\xa1\xab\xe4\xb0\x83\xe4\xb4\xb6\xe5\x80\x97\xe5\xa0\x8b\xe5\xa1\xb3\xe5\xbc\xb8\xe5\xbd\xad\xe6\x86\x89\xe6\x8c\xb7\xe6\x9c\x8b\xe6\xa3\x9a\xe6\xa4\x96\xe6\xa7\xb0\xe6\xa8\xa5\xe7\x86\xa2\xe7\xa1\xbc\xe7\xa8\x9d\xe7\xab\xbc\xe7\xaf\xa3\xe7\xaf\xb7\xe7\xba\x84\xe8\x86\xa8\xe8\x8a\x83\xe8\x8e\x91\xe8\x93\xac\xe8\x9f\x9a\xe8\x9f\x9b\xe8\xbc\xa3\xe9\x8c\x8b\xe9\x91\x9d\xe9\x9f\xb8\xe9\x9f\xbc\xe9\xa8\xaf\xe9\xab\xbc\xe9\xac\x85\xe9\xac\x94\xe9\xb5\xac\xe9\xb9\x8f\xf0\xa1\x82\xab\xf0\xa5\x95\xb1\xf0\xa6\xaa\xaa\xf0\xa7\x8c\x87\xf0\xa7\x9a\x8b\xf0\xa7\xb4\x82\xf0\xa8\x82\x83\xf0\xa8\x8d\xa9\xf0\xa8\x8e\xa7\xf0\xa8\x8e\xb3\xf0\xa8\xb2\xb0\xf0\xa9\x84\xa6\xf0\xa9\x90\x9b\xf0\xa9\x96\x9b\xf0\xa9\xa1\x95\xf0\xaa\x94\x8d]",192,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa9ng",5,NULL,0,NULL,0}, + {"[\xe5\x89\xbb\xe6\x8d\xa7\xe6\xb7\x8e\xe7\x9a\x8f\xf0\xa1\x97\x97\xf0\xa2\xaa\x8b\xf0\xa3\xa8\x9e]",26,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\x9bng",5,NULL,0,NULL,0}, + {"[\xe3\xbc\x9e\xe6\x8e\xbd\xe6\xa4\xaa\xe7\xa2\xb0\xe8\xb8\xab\xf0\xa3\x9f\x80\xf0\xa4\x96\xb3\xf0\xa5\x95\xbd\xf0\xa8\x85\x98\xf0\xa9\xb8\x80]",37,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xa8ng",5,NULL,0,NULL,0}, + {"[\xe3\xa8\xa2\xe3\xb1\x9f\xe4\xab\xa0\xe4\xaf\xb1\xe4\xb8\x95\xe4\xbc\x93\xe4\xbc\xbe\xe5\x8a\x88\xe5\x99\xbc\xe5\x9d\xaf\xe6\x82\x82\xe6\x86\xb5\xe6\x89\xb9\xe6\x8a\xab\xe6\x8a\xb7\xe6\x97\x87\xe7\x82\x8b\xe7\x8b\x89\xe7\xa0\x92\xe7\xa3\x87\xe7\xa4\x94\xe7\xa4\x95\xe7\xa7\x9b\xe7\xa7\xa0\xe7\xb4\x95\xe7\xba\xb0\xe7\xbf\x8d\xe8\x80\x9a\xe8\xb1\xbe\xe9\x82\xb3\xe9\x88\x88\xe9\x88\x9a\xe9\x88\xb9\xe9\x89\x9f\xe9\x8a\x94\xe9\x8c\x8d\xe9\x93\x8d\xe9\x9c\xb9\xe9\xa7\x93\xe9\xab\xac\xe9\xad\xbe\xe9\xae\x8d\xf0\xa0\x9c\xb1\xf0\xa0\xa1\x84\xf0\xa0\xb9\xa6\xf0\xa1\x9b\xa1\xf0\xa1\xb2\xae\xf0\xa2\x93\x96\xf0\xa2\x9e\x97\xf0\xa2\xb1\xa7\xf0\xa2\xbb\xb9\xf0\xa2\xbe\xb1\xf0\xa3\xa2\x8b\xf0\xa3\xac\xae\xf0\xa3\xac\xbc\xf0\xa4\xac\xad\xf0\xa4\xb1\x8d\xf0\xa4\xbf\x8e\xf0\xa4\xbf\x90\xf0\xa6\x80\x98\xf0\xa7\xa7\xba\xf0\xa7\xaa\xab\xf0\xa8\xa4\xbd\xf0\xa8\xa7\xa6\xf0\xa9\xa3\x9a\xf0\xaa\x84\x86\xf0\xaa\x89\x94]",228,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\xab",3,NULL,0,NULL,0}, + {"[\xe3\x93\x9f\xe3\xae\xb0\xe3\xaf\x85\xe3\xbc\xb0\xe4\xb2\xb9\xe4\xb4\xbd\xe5\x95\xa4\xe5\x9f\xa4\xe5\xa3\x80\xe5\xb2\xaf\xe5\xb4\xa5\xe6\x9c\x87\xe6\x9e\x87\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x9e\xe7\x84\xb7\xe7\x8b\x93\xe7\x90\xb5\xe7\x96\xb2\xe7\x9a\xae\xe7\xaf\xba\xe7\xbd\xb4\xe7\xbe\x86\xe8\x82\xb6\xe8\x84\xbe\xe8\x85\x97\xe8\x86\x8d\xe8\x8a\x98\xe8\x9a\x8d\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9c\xb1\xe8\x9e\xb7\xe8\xb1\xbc\xe8\xb2\x94\xe9\x83\xab\xe9\x98\xb0\xe9\x99\xb4\xe9\xad\xae\xe9\xb2\x8f\xe9\xb5\xa7\xe9\xbc\x99\xf0\xa0\xa8\xb8\xf0\xa0\xb5\xac\xf0\xa1\xa6\x9f\xf0\xa1\xb6\x8c\xf0\xa2\x87\xb3\xf0\xa2\xb0\x98\xf0\xa3\x93\x8b\xf0\xa3\x94\xac\xf0\xa3\x96\xb0\xf0\xa3\xaa\x89\xf0\xa3\xac\x89\xf0\xa4\x98\xa2\xf0\xa4\x98\xb9\xf0\xa4\xb7\x92\xf0\xa4\xbc\x9c\xf0\xa5\xa4\xbb\xf0\xa5\xaf\xa1\xf0\xa6\x83\x8b\xf0\xa6\x8a\x81\xf0\xa6\xa8\xad\xf0\xa6\xb3\x88\xf0\xa6\xb9\xbd\xf0\xa7\x91\x9c\xf0\xa7\x93\x8e\xf0\xa7\xb2\xba\xf0\xa7\xb3\xbc\xf0\xa7\xb4\x89\xf0\xa8\x88\x9a\xf0\xa8\xbb\x80\xf0\xa9\x97\xab\xf0\xa9\xab\xab\xf0\xaa\x8a\x95\xf0\xaa\x8c\x88]",263,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xad",3,NULL,0,NULL,0}, + {"[\xe4\x9a\xb0\xe4\x9a\xb9\xe4\xa4\x8f\xe4\xab\x8c\xe4\xb0\xa6\xe4\xbb\xb3\xe5\x8c\xb9\xe5\x99\xbd\xe5\x9a\xad\xe5\x9c\xae\xe5\xba\x80\xe6\x93\x97\xe7\x96\x8b\xe7\x97\x9e\xe7\x99\x96\xe8\x84\xb4\xe8\x8b\x89\xe8\xab\x80\xe9\x8a\xa2\xe9\xb4\x84\xf0\xa1\x8a\x9d\xf0\xa1\x9b\x98\xf0\xa1\xba\xae\xf0\xa4\xb4\xa3\xf0\xa4\xbf\x87\xf0\xa5\x80\x98\xf0\xa5\x94\x81\xf0\xa6\x98\xa9\xf0\xa6\x98\xb2\xf0\xa6\xb0\xbd\xf0\xa8\x91\x9c\xf0\xa8\xb2\x90\xf0\xa9\x94\x99]",114,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe3\xa8\xbd\xe3\xb3\xaa\xe3\xb5\xa8\xe3\xbf\x99\xe4\x8f\x98\xe4\x91\x80\xe4\x91\x84\xe4\xa0\x98\xe4\xa1\x9f\xe4\xa4\xa8\xe4\xb4\x99\xe5\x83\xbb\xe5\x9a\x8a\xe5\xaa\xb2\xe5\xab\x93\xe5\xb1\x81\xe6\x8f\x8a\xe6\xb7\xa0\xe6\xb8\x92\xe6\xbd\x8e\xe6\xbe\xbc\xe7\x94\x93\xe7\x96\x88\xe7\x9d\xa5\xe7\xa8\xab\xe8\xad\xac\xe8\xbe\x9f\xe9\x87\xbd\xe9\x97\xa2\xe9\xb7\xbf\xe9\xb8\x8a\xf0\xa0\xaa\xae\xf0\xa0\xaf\x94\xf0\xa0\xaf\xad\xf0\xa2\xbe\x87\xf0\xa3\xb9\x9a\xf0\xa3\xb9\xae\xf0\xa4\x82\x83\xf0\xa4\x96\xbf\xf0\xa4\x98\xa4\xf0\xa4\x9a\xaa\xf0\xa6\xa4\xa2\xf0\xa7\xbe\x91\xf0\xa8\x90\xb4\xf0\xa8\xb5\xa1\xf0\xa8\xb5\xa9\xf0\xa8\xb8\x86\xf0\xa8\xba\xa4\xf0\xa9\x9c\xb0\xf0\xaa\x87\x8a\xf0\xaa\x96\x9e\xf0\xaa\x9b\x8e]",179,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xac",3,NULL,0,NULL,0}, + {"\xe6\xa6\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi",2,NULL,0,NULL,0}, + {"[\xe3\x93\xb2\xe3\xbe\xab\xe5\x81\x8f\xe5\x9b\xa8\xe5\xaa\xa5\xe7\x8a\x8f\xe7\xaf\x87\xe7\xbf\xa9\xe9\x8d\x82\xe9\xb6\xa3\xf0\xa2\x89\x9e\xf0\xa2\x90\x83\xf0\xa7\xa1\xa4\xf0\xa8\xb2\x9c]",48,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\x9b\xb9\xe3\xbc\x90\xe4\xae\x81\xe6\xa5\x84\xe6\xa5\xa9\xe8\x83\xbc\xe8\x85\x81\xe8\xab\x9a\xe8\xb3\x86\xe8\xb7\xb0\xe8\xb9\x81\xe9\xa7\xa2\xe9\xa8\x88\xe9\xaa\x88\xe9\xaa\xbf\xf0\xa0\xb7\x8a\xf0\xa2\x95\xa8\xf0\xa6\xb3\x84\xf0\xa7\x8d\xb2\xf0\xa7\xb1\xa9\xf0\xa8\x82\xaf\xf0\xa8\xb5\xb8\xf0\xa8\xb8\x87\xf0\xaa\x98\x80\xf0\xaa\x9a\x8f]",87,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe8\xa6\x91\xe8\xab\x9e\xe8\xb0\x9d\xe8\xb2\xb5\xf0\xa1\x8e\x9a]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\xb8\xa4\xe4\x8f\x92\xe7\x89\x87\xe9\xa8\x97\xe9\xa8\x99\xe9\xaa\x97\xf0\xa0\xaf\xaf]",24,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi\xc3\xa0n",5,NULL,0,NULL,0}, + {"\xe9\xad\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pian",4,NULL,0,NULL,0}, + {"[\xe5\x89\xbd\xe6\x85\x93\xe6\x97\x9a\xe7\x8a\xa5\xe7\xbc\xa5\xe7\xbf\xb2\xe8\x9e\xb5\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x98\xe9\xad\x92\xf0\xa0\xb7\xbb\xf0\xa1\xa2\xb1\xf0\xa1\xa3\x8b\xf0\xa7\x8c\xa0\xf0\xa7\xbd\xa4\xf0\xa8\xae\xac\xf0\xa9\x97\x8f\xf0\xa9\x99\x92\xf0\xaa\x8b\x96]",71,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi\xc4\x81o",5,NULL,0,NULL,0}, + {"[\xe3\xbc\xbc\xe4\x95\xaf\xe4\xb4\xa9\xe5\xab\x96\xe7\x93\xa2\xe7\xab\x82\xe8\x96\xb8\xe9\x97\x9d\xf0\xa3\x9d\x90\xf0\xa8\x9d\x93\xf0\xa9\xa1\xa6]",38,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi\xc3\xa1o",5,NULL,0,NULL,0}, + {"[\xe3\xb5\xb1\xe3\xb9\xbe\xe5\xbd\xaf\xe6\xae\x8d\xe7\x9a\xab\xe7\x9e\x9f\xe7\xaf\xbb\xe7\xb8\xb9\xe9\x86\xa5\xe9\xa1\xa0\xf0\xa3\x8b\xb3\xf0\xa6\xad\xbc\xf0\xaa\x85\x83]",44,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi\xc7\x8eo",5,NULL,0,NULL,0}, + {"[\xe3\xac\x93\xe4\x8f\x87\xe5\x83\x84\xe5\x8b\xa1\xe5\x98\x8c\xe5\xbe\xb1\xe6\xbc\x82\xe7\xa5\xa8\xf0\xa3\xb3\xad\xf0\xa9\x84\xb7\xf0\xa9\xae\xb3\xf0\xaa\x8f\xab]",42,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi\xc3\xa0o",5,NULL,0,NULL,0}, + {"[\xe6\x92\x86\xe6\x92\x87\xe6\x9a\xbc\xe6\xb0\x95\xe7\x9e\xa5\xf0\xa0\x9f\x88\xf0\xa0\xa2\xaa\xf0\xa2\xb3\x82\xf0\xa6\x92\x90\xf0\xa6\x97\xa5\xf0\xa9\x93\xbc\xf0\xa9\xa0\xbf]",45,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi\xc4\x93",4,NULL,0,NULL,0}, + {"[\xe4\xa5\x95\xe4\xb8\xbf\xe8\x8b\xa4\xe9\x90\x85]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe5\xab\xb3\xf0\xa4\xae\x95]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe3\xa1\xa6\xe4\x8e\x99\xe5\xa7\x98\xe6\x8b\xbc\xe7\xa4\x97\xe7\xa9\xa6\xe9\xa6\xaa\xe9\xa9\x9e\xf0\xa2\xa3\x90\xf0\xa2\xac\xb5\xf0\xa2\xb6\xb3\xf0\xa5\x96\xb6\xf0\xa9\xb0\x97]",46,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\xabn",4,NULL,0,NULL,0}, + {"[\xe3\xb0\x8b\xe3\xba\x8d\xe5\x9a\xac\xe5\xa8\xa6\xe5\xab\x94\xe5\xac\xaa\xe7\x8d\xb1\xe7\x8e\xad\xe7\x90\x95\xe7\x9f\x89\xe8\x96\xb2\xe8\xa0\x99\xe8\xb2\xa7\xe8\xb4\xab\xe9\xa0\xbb\xe9\xa1\xb0\xe9\xa2\x91\xe9\xa2\xa6\xf0\xa0\x90\xba\xf0\xa1\x9b\x9e\xf0\xa6\x87\x96\xf0\xa7\x94\xaa\xf0\xa7\xad\xb9\xf0\xa7\xae\x9d\xf0\xa8\x8f\x9e\xf0\xa9\x95\xb5]",88,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xadn",4,NULL,0,NULL,0}, + {"[\xe5\x93\x81\xe6\xa6\x80\xf0\xa0\xae\xb0\xf0\xa5\x91\x93]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc7\x90n",4,NULL,0,NULL,0}, + {"[\xe6\xb1\x96\xe7\x89\x9d\xe8\x81\x98\xf0\xa3\x8e\xb3]",15,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xacn",4,NULL,0,NULL,0}, + {"[\xe4\x9b\xa3\xe4\xb9\x92\xe4\xbf\x9c\xe5\xa8\x89\xe6\xb6\x84\xe7\x94\xb9\xe7\xa0\xaf\xe7\xab\xae\xe8\x81\xa0\xe8\x89\xb5\xe9\xa0\xa9\xf0\xa2\x96\x8a\xf0\xa5\xaa\x81\xf0\xa5\xad\xa2\xf0\xa6\x80\x94\xf0\xa6\xa5\x9a\xf0\xa6\xa5\xa4\xf0\xa8\x82\xb2\xf0\xa9\x88\x9a\xf0\xa9\xa9\x8d]",71,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\xabng",5,NULL,0,NULL,0}, + {"[\xe3\xb5\x97\xe3\xba\xb8\xe3\xbb\x82\xe4\x88\x82\xe4\x8d\x88\xe4\x93\x91\xe4\xb6\x84\xe5\x87\xad\xe5\x87\xb4\xe5\x91\xaf\xe5\x9d\xaa\xe5\xb1\x8f\xe5\xb1\x9b\xe5\xb8\xa1\xe5\xb8\xb2\xe5\xb9\x88\xe5\xb9\xb3\xe6\x85\xbf\xe6\x86\x91\xe6\x9e\xb0\xe6\xaa\x98\xe6\xb3\x99\xe6\xb4\xb4\xe6\xb7\x9c\xe7\x84\xa9\xe7\x8e\xb6\xe7\x93\xb6\xe7\x94\x81\xe7\xae\xb3\xe7\xb0\x88\xe7\xbc\xbe\xe8\x83\x93\xe8\x8b\xb9\xe8\x8d\x93\xe8\x90\x8d\xe8\x93\xb1\xe8\x98\x8b\xe8\x9a\xb2\xe8\x9b\xa2\xe8\xa9\x95\xe8\xaf\x84\xe8\xbb\xbf\xe8\xbc\xa7\xe9\x83\xb1\xe9\xae\x83\xe9\xb2\x86\xf0\xa0\x97\xa6\xf0\xa1\x8a\x9e\xf0\xa2\x86\x9f\xf0\xa4\xad\x94\xf0\xa4\xb3\x8a\xf0\xa5\xb5\xaa\xf0\xa6\x9a\x93\xf0\xa6\xb6\x8a\xf0\xa7\x82\x8b\xf0\xa7\x8f\x91\xf0\xa9\x82\xbe\xf0\xaa\x8b\x8b\xf0\xaa\x94\xbe\xf0\xaa\x95\x92]",196,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xadng",5,NULL,0,NULL,0}, + {"[\xe4\x80\xbb\xf0\xa0\x97\xa5]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xacng",5,NULL,0,NULL,0}, + {"[\xe5\xa1\x80\xe5\xb2\xbc]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ping",4,NULL,0,NULL,0}, + {"[\xe3\x97\xb6\xe3\xa7\x8a\xe4\x8d\xa8\xe4\xa5\xbd\xe5\x9d\xa1\xe5\xb2\xa5\xe6\xb3\x8a\xe6\xb3\xbc\xe6\xba\x8c\xe6\xbd\x91\xe9\x89\x95\xe9\x8f\xba\xe9\x92\x8b\xe9\xa0\x97\xe9\xa2\x87\xf0\xa0\xb0\xbc\xf0\xa0\xb7\x91\xf0\xa1\x8a\x9f\xf0\xa2\x82\xa4\xf0\xa4\x80\xaa\xf0\xa4\xbd\x8c\xf0\xa5\xac\x92\xf0\xa6\xab\x94\xf0\xa7\x98\x9f\xf0\xa7\x99\x85\xf0\xa8\xa0\x93\xf0\xa8\xa1\xa9\xf0\xa8\xab\x81\xf0\xa8\xb8\xad\xf0\xa9\x91\xbc\xf0\xa9\xb8\xbf]",111,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc5\x8d",3,NULL,0,NULL,0}, + {"[\xe3\xa8\x87\xe3\xa9\xaf\xe5\x98\x99\xe5\xa9\x86\xe6\xab\x87\xe7\x9a\xa4\xe8\x94\xa2\xe8\xac\x88\xe9\x84\xb1\xf0\xa1\xbc\x83\xf0\xa2\xb1\xa8\xf0\xa6\x83\xa1\xf0\xa7\x82\x89\xf0\xa8\x85\x85\xf0\xa9\x95\x8f]",53,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xb3",3,NULL,0,NULL,0}, + {"[\xe5\x8f\xb5\xe5\xb0\x80\xe7\xac\xb8\xe9\x92\xb7\xe9\xa7\x8a\xf0\xa0\xb0\x90\xf0\xa0\xb5\xb3\xf0\xa1\xb6\x86\xf0\xa1\xbd\xa0\xf0\xa3\xb2\xb3\xf0\xa4\x9d\xaf\xf0\xa5\xb9\x96\xf0\xa7\xbf\xbd\xf0\xa8\x86\xb5\xf0\xa9\xa2\x98]",57,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc7\x92",3,NULL,0,NULL,0}, + {"[\xe3\x9b\x98\xe4\x84\xb8\xe4\x8e\x85\xe4\x9e\x9f\xe4\xa3\xaa\xe4\xa3\xae\xe4\xa8\xb0\xe4\xaa\x96\xe4\xaa\x99\xe4\xaf\x99\xe5\xb2\xb6\xe6\x95\x80\xe6\x98\xa2\xe6\xb4\xa6\xe7\x82\x87\xe7\x83\x9e\xe7\x8f\x80\xe7\xa0\xb4\xe7\xa0\xb6\xe7\xb2\x95\xe8\x92\xaa\xe8\xbf\xab\xe9\x86\x97\xe9\x87\x99\xe9\xad\x84\xf0\xa0\xbe\x8c\xf0\xa2\xb6\x89\xf0\xa3\x8d\xb8\xf0\xa3\xac\x9a\xf0\xa4\x96\xbc\xf0\xa5\x97\x9f\xf0\xa5\xb5\x9c\xf0\xa6\x8d\x81\xf0\xa6\x90\xa6\xf0\xa6\x91\x80\xf0\xa6\x91\xb5\xf0\xa6\x92\x9f\xf0\xa6\xa5\xad\xf0\xa6\xa5\xb2\xf0\xa6\xbe\x95\xf0\xa6\xbf\x8d\xf0\xa7\xb4\xa4\xf0\xa8\x82\xa9\xf0\xa8\x91\x9d\xf0\xa9\x8a\x80\xf0\xa9\x94\x88]",161,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xb2",3,NULL,0,NULL,0}, + {"\xe6\xa1\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"po",2,NULL,0,NULL,0}, + {"[\xe4\xac\x8c\xe5\x89\x96\xe5\xa8\x9d\xf0\xa6\xb5\xbf\xf0\xa7\xa0\xbe]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc5\x8du",4,NULL,0,NULL,0}, + {"[\xe3\xa7\xb5\xe4\xaf\xbd\xe6\x8a\x94\xe6\x8a\x99\xe6\x8d\x8a\xe6\x8e\x8a\xe7\xae\x81\xe8\xa3\x92\xe9\x8c\x87\xf0\xa2\x92\xb7\xf0\xa6\xba\x8e\xf0\xa9\x94\xbb\xf0\xa9\x9a\xad]",45,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xb3u",4,NULL,0,NULL,0}, + {"[\xe3\x95\xbb\xe3\xb0\xb4\xe4\xb3\x9d\xe5\x92\x85\xe5\x93\xa3\xe5\xa9\x84\xe5\xbb\x8d\xe7\x8a\x83]",26,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xe4\xae\x92\xe4\xb2\x95\xe4\xbb\x86\xe5\x99\x97\xe6\x89\x91\xe6\x92\xb2\xe6\x93\x88\xe6\x94\xb4\xe6\x94\xb5\xe6\xbd\xbd\xe9\x99\xa0\xe9\xaf\x86\xf0\xa1\x9c\xb5\xf0\xa2\xbc\xb9\xf0\xa4\x86\x9d\xf0\xa4\xbe\xa3\xf0\xa5\xbc\x9c\xf0\xa6\xac\x99\xf0\xa7\xad\x8e\xf0\xa7\xb1\xb9\xf0\xa8\x81\x8f\xf0\xaa\x92\xa2\xf0\xaa\x94\xbf\xf0\xab\x9a\x99]",86,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe3\x92\x92\xe3\xaf\xb7\xe3\xb2\xab\xe3\xba\xaa\xe4\x88\xac\xe4\x88\xbb\xe4\x91\x91\xe4\x94\x95\xe4\x97\xb1\xe4\xa7\xa4\xe4\xb4\x86\xe5\x83\x95\xe5\x8c\x8d\xe5\xa2\xa3\xe6\xbf\xae\xe7\x8d\x9b\xe7\x92\x9e\xe7\x9e\xa8\xe7\xa9\x99\xe7\xba\x80\xe8\x84\xaf\xe8\x8e\x86\xe8\x8f\x90\xe8\x8f\xa9\xe8\x91\xa1\xe8\x92\xb1\xe8\x92\xb2\xe8\xa5\xa5\xe9\x85\xba\xe9\x8f\xb7\xe9\x95\xa4\xf0\xa1\xb0\xbf\xf0\xa2\x88\xb2\xf0\xa4\x97\xb5\xf0\xa4\xb0\x91\xf0\xa5\x90\x81\xf0\xa5\xa3\x88\xf0\xa6\xae\x91\xf0\xa8\x9b\xa5\xf0\xa8\xbd\x82\xf0\xa9\xaa\x9b\xf0\xa9\xaf\xb1\xf0\xaa\x8b\xa1\xf0\xaa\x96\x88]",147,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe3\xb9\x92\xe5\x9c\x83\xe5\x9c\xa4\xe6\x99\xae\xe6\x9c\xb4\xe6\xa8\xb8\xe6\xaa\x8f\xe6\xb0\x86\xe6\xb5\xa6\xe6\xba\xa5\xe7\x83\xb3\xe8\xab\xa9\xe8\xad\x9c\xe8\xb0\xb1\xe8\xb9\xbc\xe9\x90\xa0\xe9\x95\xa8\xf0\xa5\x90\x9a\xf0\xa5\x9b\x9f\xf0\xa9\x91\x80]",65,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\xac\xa5\xe6\x9b\x9d\xe7\x80\x91\xe8\x88\x96\xe8\x88\x97\xe9\x8b\xaa\xe9\x93\xba\xf0\xa3\x8b\x8f\xf0\xa7\x99\x9b\xf0\xa7\xa6\x9e\xf0\xa9\x82\x97]",39,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe5\xb7\xac\xe5\xb7\xad\xe8\xb4\x8c]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pu",2,NULL,0,NULL,0}, + {"[\xe3\xa0\x8c\xe3\xa5\x93\xe3\xa9\xbb\xe3\xac\xa4\xe3\xb1\xa6\xe4\x97\xa9\xe4\xa3\x9b\xe4\xa5\x93\xe4\xab\x8f\xe4\xb8\x83\xe5\x80\x9b\xe5\x83\x9b\xe5\x87\x84\xe5\x98\x81\xe5\xa6\xbb\xe5\xa8\xb8\xe6\x82\xbd\xe6\x85\xbc\xe6\x85\xbd\xe6\x88\x9a\xe6\x94\xb2\xe6\x9c\x9f\xe6\x9f\x92\xe6\xa0\x96\xe6\xa1\xa4\xe6\xa1\xbc\xe6\xa3\xb2\xe6\xa6\xbf\xe6\xa7\xad\xe6\xac\xba\xe6\xb2\x8f\xe6\xb7\x92\xe6\xbc\x86\xe7\xb7\x80\xe8\x90\x8b\xe8\x9b\xa3\xe8\xab\x86\xe8\xab\xbf\xe8\xb9\x8a\xe8\xbf\x89\xe9\x83\xaa\xe9\x8f\x9a\xe9\x9c\x8b\xe9\xad\x8c\xe9\xb6\x88\xf0\xa0\x80\x81\xf0\xa0\x8e\xb0\xf0\xa0\x90\xbe\xf0\xa0\x94\xb6\xf0\xa1\x96\xbe\xf0\xa1\xab\x81\xf0\xa2\xb4\xb0\xf0\xa2\xbb\xaa\xf0\xa3\x89\x93\xf0\xa3\x8f\xb6\xf0\xa3\x9b\xba\xf0\xa3\xb6\xa0\xf0\xa4\x98\x8c\xf0\xa4\xb3\x83\xf0\xa4\xb3\xa4\xf0\xa5\x87\x9a\xf0\xa5\x89\x90\xf0\xa5\x89\xb7\xf0\xa5\x96\xab\xf0\xa5\xa4\xa5\xf0\xa6\x96\x8a\xf0\xa6\xb8\x93\xf0\xa7\x8b\x89\xf0\xa7\x92\x95\xf0\xa7\x95\x89\xf0\xa7\xa0\xaa\xf0\xa8\x9e\xa2\xf0\xa9\x92\x9b\xf0\xa9\xba\xb2\xf0\xaa\x84\xad\xf0\xaa\x85\xbe\xf0\xaa\x92\x86\xf0\xaa\x92\x91]",269,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc4\xab",3,NULL,0,NULL,0}, + {"[\xe2\xbb\xab\xe2\xbb\xac\xe3\x96\xa2\xe3\x9f\x93\xe3\x9f\x9a\xe3\x9f\xa2\xe3\xa9\xbd\xe3\xaf\xa6\xe3\xb0\x97\xe4\x84\xa2\xe4\x85\xb2\xe4\x89\xbb\xe4\x90\xa1\xe4\x91\xb4\xe4\x93\x85\xe4\x93\xab\xe4\x9e\x9a\xe4\x9f\x9a\xe4\xa1\x8b\xe4\xa7\xb5\xe4\xa9\x93\xe4\xad\xb6\xe4\xad\xbc\xe4\xb0\x87\xe4\xb1\x88\xe4\xb2\xac\xe4\xb3\xa2\xe4\xb6\x92\xe4\xb6\x9e\xe4\xba\x93\xe4\xba\x9d\xe4\xbf\x9f\xe5\x85\xb6\xe5\x89\x98\xe5\x9c\xbb\xe5\x9f\xbc\xe5\xa5\x87\xe5\xb2\x90\xe5\xb2\x93\xe5\xb4\x8e\xe5\xb8\xba\xe5\xbf\xaf\xe6\x84\xad\xe6\x87\xa0\xe6\x8e\x91\xe6\x96\x89\xe6\x96\x8a\xe6\x97\x82\xe6\x97\x97\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xaa\xb1\xe6\xab\x80\xe6\xad\xa7\xe6\xb7\x87\xe6\xbf\x9d\xe7\x8c\x89\xe7\x8e\x82\xe7\x90\xa6\xe7\x90\xaa\xe7\x92\x82\xe7\x95\x81\xe7\x95\xa6\xe7\x96\xa7\xe7\xa2\x81\xe7\xa2\x95\xe7\xa5\x81\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\xba\xe7\xa6\xa5\xe7\xab\x92\xe7\xb2\xb8\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa8\xe7\xba\x83\xe8\x80\x86\xe8\x82\xb5\xe8\x84\x90\xe8\x87\x8d\xe8\x89\xa9\xe8\x8a\xaa\xe8\x90\x81\xe8\x90\x95\xe8\x95\xb2\xe8\x97\x84\xe8\x98\x84\xe8\x9a\x91\xe8\x9a\x94\xe8\x9a\x9a\xe8\x9b\xb4\xe8\x9c\x9d\xe8\x9c\x9e\xe8\xa0\x90\xe8\xb7\x82\xe8\xb8\x91\xe8\xbb\x9d\xe9\x87\xae\xe9\x8c\xa1\xe9\x94\x9c\xe9\xa0\x8e\xe9\xa2\x80\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xac\x90\xe9\xac\xbf\xe9\xaf\x95\xe9\xb0\xad\xe9\xb2\xaf\xe9\xb3\x8d\xe9\xb5\xb8\xe9\xb6\x80\xe9\xba\x92\xe9\xba\xa1\xe9\xbd\x8a\xe9\xbd\x90\xf0\xa0\x81\xad\xf0\xa0\x85\x9a\xf0\xa0\x93\xaa\xf0\xa0\xab\xb8\xf0\xa1\xa6\x8d\xf0\xa1\xaa\xb5\xf0\xa1\xb9\x89\xf0\xa1\xba\xb8\xf0\xa2\x81\x92\xf0\xa2\x8d\x81\xf0\xa2\x8d\x91\xf0\xa2\xa9\xa1\xf0\xa2\xba\xb7\xf0\xa2\xbb\x8b\xf0\xa2\xbb\x9a\xf0\xa2\xbe\xa6\xf0\xa2\xbe\xaa\xf0\xa3\xaf\x86\xf0\xa4\xaa\x8c\xf0\xa4\xb7\x8d\xf0\xa4\xb9\xb8\xf0\xa5\x89\x99\xf0\xa5\xbc\x98\xf0\xa6\x94\x8c\xf0\xa6\xab\xa1\xf0\xa6\xad\xb2\xf0\xa6\xb8\x97\xf0\xa7\x8c\x9e\xf0\xa7\x8e\xaa\xf0\xa7\x93\x91\xf0\xa7\xa1\xba\xf0\xa7\xaf\xaf\xf0\xa7\xb0\x99\xf0\xa8\x89\xb8\xf0\xa8\x99\xb8\xf0\xa8\xa5\xa6\xf0\xa8\xaa\x8c\xf0\xa8\xb1\x9c\xf0\xa8\xb8\x92\xf0\xa8\xb8\x94\xf0\xa9\x89\xac\xf0\xa9\xa5\x82\xf0\xa9\xa6\x8b\xf0\xa9\xa8\x9d\xf0\xa9\xb2\xaa\xf0\xa9\xb3\xa3\xf0\xa9\xb4\xaa\xf0\xa9\xb7\xbe\xf0\xa9\xb9\xb5\xf0\xaa\x80\xa9\xf0\xaa\x82\x9b\xf0\xaa\x84\x96\xf0\xaa\x97\x85\xf0\xaa\x97\x86\xf0\xaa\x97\x8d\xf0\xaa\x97\x8f\xf0\xaa\x99\xa7]",587,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc3\xad",3,NULL,0,NULL,0}, + {"[\xe3\x92\x85\xe3\xab\x93\xe4\x84\x8e\xe4\x84\xab\xe4\x8b\xaf\xe4\x8e\xa2\xe4\x8f\xbf\xe4\x92\xbb\xe4\x94\x87\xe4\xa1\x94\xe4\xad\xab\xe4\xad\xac\xe4\xb9\x9e\xe4\xbc\x81\xe5\x90\xaf\xe5\x91\x87\xe5\x94\x98\xe5\x95\x93\xe5\x95\x94\xe5\x95\x9f\xe5\xa9\x8d\xe5\xb1\xba\xe5\xb2\x82\xe6\x99\xb5\xe6\x9d\x9e\xe6\xa3\xa8\xe7\x8e\x98\xe7\x9b\x80\xe7\xb6\xae\xe7\xb6\xba\xe7\xbb\xae\xe8\x8a\x91\xe8\xab\xac\xe8\xb1\x88\xe8\xb5\xb7\xe9\x82\x94\xe9\x97\x99\xf0\xa0\xa7\x92\xf0\xa1\xb7\x9e\xf0\xa1\xb9\x98\xf0\xa1\xba\x93\xf0\xa5\x94\xa9\xf0\xa5\xab\x9f\xf0\xa6\x84\x8a\xf0\xa6\xb8\x86\xf0\xa7\x98\x97\xf0\xa7\x99\xbe\xf0\xa7\xbc\x98\xf0\xa8\x99\xac\xf0\xa9\x92\xa8\xf0\xa9\xa0\xa6]",169,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe3\x9e\x93\xe3\x9e\x9a\xe3\xa3\xac\xe4\x80\x99\xe4\x81\x88\xe4\x81\x89\xe4\x85\xa4\xe4\x8c\x8c\xe4\x8f\x85\xe4\x8f\x8c\xe4\x8f\xa0\xe4\x92\x97\xe4\x94\xbe\xe4\x99\x84\xe4\x9a\x89\xe4\x9a\x8d\xe4\x9f\x84\xe4\xa2\x80\xe4\xab\x94\xe4\xb0\xb4\xe5\x91\xae\xe5\x92\xa0\xe5\x94\xad\xe5\x99\x90\xe5\x99\xa8\xe5\xa4\xa1\xe5\xa5\x91\xe5\xbc\x83\xe5\xbf\x94\xe6\x86\x87\xe6\x86\xa9\xe6\x91\x96\xe6\x9a\xa3\xe6\xa0\x94\xe6\xa3\x84\xe6\xac\xab\xe6\xb0\x94\xe6\xb0\x97\xe6\xb0\xa3\xe6\xb1\x94\xe6\xb1\xbd\xe6\xb3\xa3\xe6\xb9\x86\xe6\xb9\x87\xe7\x82\x81\xe7\x94\x88\xe7\x9b\xb5\xe7\x9f\xb5\xe7\xa0\x8c\xe7\xa2\x9b\xe7\xa2\xb6\xe7\xa3\x9c\xe7\xa3\xa7\xe7\xa3\xa9\xe7\xbd\x8a\xe8\x8a\x9e\xe8\x91\xba\xe8\x9f\xbf\xe8\xa8\x96\xe8\xae\xab\xe8\xbf\x84\xe9\xbc\x9c\xf0\xa0\x8a\x94\xf0\xa0\xb4\xb9\xf0\xa1\x8d\xaa\xf0\xa1\xa2\x96\xf0\xa1\xb9\x93\xf0\xa1\xb9\xa9\xf0\xa1\xbb\xa7\xf0\xa1\xbb\xb0\xf0\xa1\xbd\xbc\xf0\xa2\x8d\x86\xf0\xa2\x94\x86\xf0\xa2\x94\xa0\xf0\xa2\x9c\xb1\xf0\xa2\x9e\x92\xf0\xa2\xa2\x96\xf0\xa2\xa2\x9e\xf0\xa2\xba\xb5\xf0\xa3\x94\x98\xf0\xa3\xab\xb1\xf0\xa3\xbe\xa4\xf0\xa4\xba\x97\xf0\xa4\xbc\x85\xf0\xa5\x80\xbb\xf0\xa5\x84\x9c\xf0\xa5\x89\xbb\xf0\xa5\x8c\x81\xf0\xa5\x93\xbe\xf0\xa5\xb7\x87\xf0\xa5\xbd\xb3\xf0\xa6\x88\xa6\xf0\xa6\x98\xb8\xf0\xa6\x99\x8a\xf0\xa6\x9a\x8a\xf0\xa6\x9b\xb0\xf0\xa6\xa1\xb9\xf0\xa6\xa7\x89\xf0\xa6\xa7\xaf\xf0\xa6\xa9\xa3\xf0\xa6\xaa\x8a\xf0\xa7\x87\x9c\xf0\xa7\x98\xa7\xf0\xa7\x99\x9e\xf0\xa7\x9a\xa8\xf0\xa7\xa1\x98\xf0\xa7\xbb\x95\xf0\xa7\xbc\x95\xf0\xa7\xbd\x93\xf0\xa8\x81\x90\xf0\xa8\x8a\xb0\xf0\xa8\x91\xa4\xf0\xa8\x92\x85\xf0\xa8\xb5\x86\xf0\xa9\xa7\x8c\xf0\xa9\xa8\x98\xf0\xaa\x94\xaa]",408,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc3\xac",3,NULL,0,NULL,0}, + {"[\xe6\xb8\x8f\xe7\xb0\xaf\xe7\xb0\xb1\xe7\xb1\x8f\xe7\xb7\x95\xe7\xbc\xbc\xe8\x9e\xa7\xe8\xa4\x84]",26,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi",2,NULL,0,NULL,0}, + {"[\xe3\xa4\x89\xe6\x8e\x90\xe8\x91\x9c\xf0\xa0\x9c\xbc\xf0\xa0\x9d\x9b\xf0\xa1\xa4\xab\xf0\xa2\xae\x8c\xf0\xa3\x98\x9f\xf0\xa3\xa3\x9f]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc4\x81",4,NULL,0,NULL,0}, + {"[\xe6\x8b\xa4\xf0\xa1\x98\xa7]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xa1",4,NULL,0,NULL,0}, + {"[\xe8\xb7\x92\xe9\x85\xa0]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc7\x8e",4,NULL,0,NULL,0}, + {"[\xe3\x93\x9e\xe3\x93\xa3\xe3\x93\xa4\xe3\xa1\x8a\xe4\x81\x8d\xe4\x82\x92\xe4\xa8\x90\xe4\xaf\x8a\xe4\xb6\x9d\xe5\x86\xbe\xe5\x9c\xb6\xe5\xb8\xa2\xe6\x81\xb0\xe6\x84\x98\xe6\xae\x8e\xe6\xb4\xbd\xe7\xa1\x88\xe9\xab\x82\xf0\xa0\x95\xa3\xf0\xa0\x9c\xa4\xf0\xa0\x9d\x98\xf0\xa0\xb3\x8c\xf0\xa2\xbc\xa3\xf0\xa3\x81\xb4\xf0\xa3\xa8\x84\xf0\xa4\xab\xb6\xf0\xa4\xb5\xb9\xf0\xa5\x8e\xb8\xf0\xa5\xa6\x9e\xf0\xa5\xb4\xad\xf0\xa6\x9d\xa3\xf0\xa6\xb8\x89\xf0\xa7\xa9\xb6\xf0\xa9\xa5\x8c\xf0\xa9\xa9\xb1\xf0\xa9\xae\x81\xf0\xa9\xb7\xbb\xf0\xaa\x98\xba\xf0\xab\x88\xb0]",140,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xa0",4,NULL,0,NULL,0}, + {"\xe9\x9e\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qia",3,NULL,0,NULL,0}, + {"[\xe3\x97\x94\xe3\xa9\x83\xe3\xa9\xb7\xe3\xaa\xa0\xe4\x80\x92\xe4\x87\x82\xe4\x89\xa6\xe4\x9e\xbf\xe4\xbb\x9f\xe4\xbd\xa5\xe5\x83\x89\xe5\x85\x9b\xe5\x8d\x83\xe5\x9c\xb1\xe5\x9c\xb2\xe5\xa5\xb7\xe5\xa9\x9c\xe5\xad\x85\xe5\xad\xaf\xe5\xb2\x8d\xe6\x82\xad\xe6\x84\x86\xe6\x85\xb3\xe6\x89\xa6\xe6\x8b\xaa\xe6\x8e\x94\xe6\x90\xb4\xe6\x92\x81\xe6\x94\x90\xe6\x94\x91\xe6\x94\x93\xe6\x9d\x84\xe6\xaa\xb6\xe6\xab\x8f\xe6\xac\xa6\xe6\xb1\x98\xe6\xb1\xa7\xe7\x89\xb5\xe7\x89\xbd\xe7\x93\xa9\xe7\xad\xbe\xe7\xae\x9e\xe7\xb0\xbd\xe7\xb1\xa4\xe7\xb2\x81\xe8\x87\xa4\xe8\x8a\x8a\xe8\x8c\xbe\xe8\x9a\x88\xe8\xa4\xb0\xe8\xab\x90\xe8\xac\x99\xe8\xb0\xa6\xe8\xb0\xb8\xe8\xbf\x81\xe9\x81\xb7\xe9\x87\xba\xe9\x88\x86\xe9\x89\x9b\xe9\x92\x8e\xe9\x93\x85\xe9\x98\xa1\xe9\x9b\x83\xe9\x9f\x86\xe9\xa1\x85\xe9\xa8\xab\xe9\xaa\x9e\xe9\xac\x9c\xe9\xac\x9d\xe9\xb5\xae\xe9\xb9\x90\xf0\xa0\x91\xb2\xf0\xa0\x94\xba\xf0\xa0\xa0\x83\xf0\xa0\xac\xbe\xf0\xa2\x83\xa5\xf0\xa2\x8b\x94\xf0\xa2\x8c\x8d\xf0\xa2\x8d\xb1\xf0\xa2\x9c\xa9\xf0\xa2\xa7\xa5\xf0\xa3\x98\x9d\xf0\xa3\x9f\x8b\xf0\xa3\xa2\xac\xf0\xa3\xa2\xb2\xf0\xa4\xa0\xbf\xf0\xa4\xbf\xb7\xf0\xa5\x8f\xa5\xf0\xa5\x9c\xb4\xf0\xa5\xb1\xba\xf0\xa5\xb2\xa2\xf0\xa6\x96\x8e\xf0\xa7\x98\x9c\xf0\xa7\x9b\x93\xf0\xa7\x9f\x91\xf0\xa7\xa2\x9e\xf0\xa7\xae\xae\xf0\xa7\xb2\x80\xf0\xa7\xbd\x90\xf0\xa8\x90\x8b\xf0\xa8\x90\xa9\xf0\xa8\x93\xb2\xf0\xa8\x9d\x8d\xf0\xa8\xa6\x84\xf0\xa8\xa8\x98\xf0\xa9\x8b\x86\xf0\xa9\xa8\x93\xf0\xa9\xaa\xa2\xf0\xaa\x87\x87\xf0\xaa\x89\xbb]",371,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\xa6\xae\xe3\xa8\x9c\xe3\xa9\xae\xe3\xb8\xab\xe4\x81\xae\xe4\x88\xa4\xe4\x95\xad\xe4\x96\x8d\xe4\xbb\xb1\xe5\x89\x8d\xe5\xa2\x98\xe5\xaa\x8a\xe5\xb2\x92\xe5\xbf\xb4\xe6\x89\xb2\xe6\x8b\x91\xe6\x8e\xae\xe6\x8f\xb5\xe6\xa6\xa9\xe6\xa9\xac\xe6\xad\xac\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbf\xb3\xe7\x81\x8a\xe7\xae\x9d\xe7\xbe\xac\xe8\x95\x81\xe8\x99\x94\xe8\xbb\xa1\xe9\x88\x90\xe9\x89\x97\xe9\x8a\xad\xe9\x8c\xa2\xe9\x92\xa4\xe9\x92\xb1\xe9\x92\xb3\xe9\x9d\xac\xe9\xa8\x9a\xe9\xa8\x9d\xe9\xb0\xac\xe9\xbb\x94\xe9\xbb\x9a\xf0\xa0\x80\xbc\xf0\xa0\xa2\x8d\xf0\xa0\xb7\x81\xf0\xa2\x81\xae\xf0\xa3\x96\xb3\xf0\xa5\x94\xae\xf0\xa5\xae\x92\xf0\xa5\xb4\xa4\xf0\xa5\xb7\xaa\xf0\xa6\x82\x92\xf0\xa6\xb4\x91\xf0\xa6\xbc\x93\xf0\xa7\x83\x91\xf0\xa7\xa3\x91\xf0\xa8\x9c\xbb\xf0\xa8\xa5\x9e\xf0\xa8\xb1\xab\xf0\xa8\xba\xa9\xf0\xa8\xbd\xa8\xf0\xa9\xa8\x83\xf0\xa9\xa8\x8a\xf0\xa9\xac\x9a\xf0\xaa\x88\x87]",223,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe3\xa6\xbf\xe3\xa7\x84\xe3\xb9\x82\xe4\x87\x9c\xe4\xad\xa4\xe5\x87\xb5\xe5\x97\x9b\xe5\xb5\xb0\xe6\xa7\x8f\xe6\xb5\x85\xe6\xb7\xba\xe7\xb9\xbe\xe7\xbc\xb1\xe8\x82\xb7\xe8\x84\xa5\xe8\x86\x81\xe8\x9c\xb8\xe8\xad\xb4\xe8\xb0\xb4\xe9\x81\xa3\xf0\xa0\x8a\xad\xf0\xa0\x8b\xb5\xf0\xa0\xb3\x8b\xf0\xa1\x92\x8c\xf0\xa2\xae\x84\xf0\xa3\x8d\xb0\xf0\xa3\x93\x85\xf0\xa5\xa6\x83\xf0\xa5\xa7\xac\xf0\xa5\xb3\x90\xf0\xa6\x85\x8b\xf0\xa7\xa5\x9b\xf0\xa7\xaa\xaf\xf0\xa8\x97\xa6\xf0\xa8\xba\xab\xf0\xa9\x91\xb3\xf0\xa9\x92\xa3\xf0\xaa\x98\xa6]",134,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\x90\xb8\xe3\x9c\x9e\xe3\x9f\xbb\xe3\xaf\xa0\xe4\x88\xb4\xe4\x8a\xb4\xe4\x91\xb6\xe4\xa5\x85\xe4\xaa\x88\xe4\xb5\x96\xe4\xb5\x9b\xe4\xbf\x94\xe5\x80\xa9\xe5\x82\x94\xe5\x84\x99\xe5\x88\x8b\xe5\xa0\x91\xe5\xa1\xb9\xe5\xa3\x8d\xe5\xb5\x8c\xe6\x82\x93\xe6\x85\x8a\xe6\xa3\x88\xe6\xa4\xa0\xe6\xa7\xa7\xe6\xac\xa0\xe6\xad\x89\xe7\x9a\x98\xe7\xaf\x8f\xe7\xaf\x9f\xe7\xb6\xaa\xe7\xb8\xb4\xe8\x8a\xa1\xe8\x8c\x9c\xe8\x92\xa8\xe8\x94\xb3\xe8\xbc\xa4\xe9\xb0\x9c\xf0\xa2\x82\xba\xf0\xa2\x83\x98\xf0\xa3\xa2\x96\xf0\xa3\xb9\xa5\xf0\xa7\x9a\xab\xf0\xa7\xae\xbd\xf0\xa8\xb0\x82]",144,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe7\xab\x8f\xe7\xb1\x96\xe9\x8e\x86\xe9\x8f\xb2\xe9\x91\x93]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qian",4,NULL,0,NULL,0}, + {"[\xe3\xb3\xbe\xe3\xbe\xa4\xe4\xa4\x8c\xe5\x91\x9b\xe5\x97\x86\xe5\xb6\x88\xe6\x88\x95\xe6\x88\x97\xe6\x88\xa7\xe6\x96\xa8\xe6\x9e\xaa\xe6\xa4\x8c\xe6\xa7\x8d\xe6\xba\xac\xe7\x89\x84\xe7\x8c\x90\xe7\x8e\xb1\xe7\x91\xb2\xe7\xaf\xac\xe7\xbe\x8c\xe7\xbe\x97\xe7\xbe\xab\xe8\x85\x94\xe8\x9c\xa3\xe8\xac\x92\xe8\xb7\x84\xe8\xb9\x8c\xe8\xb9\xa1\xe9\x8c\x86\xe9\x8e\x97\xe9\x8f\x98\xe9\x94\x96\xe9\x94\xb5\xe9\x95\xaa\xf0\xa1\xac\x8e\xf0\xa1\xba\x9b\xf0\xa2\x88\xb5\xf0\xa3\xab\x9d\xf0\xa6\xaf\xa4\xf0\xa6\xb3\x9f\xf0\xa7\x87\x9e\xf0\xa7\xb1\xa1\xf0\xa7\xbd\xa9\xf0\xa8\x84\x9a\xf0\xa8\xb6\x86\xf0\xa9\xa3\xbc\xf0\xa9\xa9\x9d\xf0\xa9\xbf\x84\xf0\xaa\x81\xb8\xf0\xaa\x8e\x9e\xf0\xaa\x99\x8e]",172,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc4\x81ng",6,NULL,0,NULL,0}, + {"[\xe2\xba\xa6\xe3\xa9\x96\xe4\xb8\xac\xe5\xa2\x99\xe5\xa2\xbb\xe5\xab\xb1\xe5\xac\x99\xe5\xbb\xa7\xe5\xbc\xb7\xe5\xbc\xba\xe6\xa8\xaf\xe6\xaa\xa3\xe6\xbc\x92\xe7\x89\x86\xe8\x89\xa2\xe8\x94\x83\xe8\x94\xb7\xe8\x96\x94\xe8\x98\xa0\xf0\xa1\xa0\xa5\xf0\xa1\xb8\xa4\xf0\xa2\x8f\x84\xf0\xa2\xa7\x85\xf0\xa4\x95\xbd\xf0\xa7\x96\x91\xf0\xa7\xad\x9a\xf0\xa9\xbc\x92]",91,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xa1ng",6,NULL,0,NULL,0}, + {"[\xe3\x9b\xa8\xe5\xa2\x8f\xe6\x8a\xa2\xe6\x90\xb6\xe7\xb9\x88\xe7\xb9\xa6\xe7\xbe\x9f\xe7\xbe\xa5\xe8\xa5\x81\xe9\x8f\xb9\xf0\xa2\x90\xa9\xf0\xa5\x87\x89\xf0\xa5\x93\x8c\xf0\xa5\xb6\x91]",48,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc7\x8eng",6,NULL,0,NULL,0}, + {"[\xe4\xb5\x81\xe5\x94\xb4\xe7\x82\x9d\xe7\x86\x97\xe7\xbe\xbb\xf0\xa5\xb4\xbb\xf0\xa6\xb7\xa6]",25,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xa0ng",6,NULL,0,NULL,0}, + {"[\xe5\x97\xb4\xe7\x8d\x87]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qiang",5,NULL,0,NULL,0}, + {"[\xe3\xa1\x91\xe3\xa4\x8d\xe4\x82\xad\xe4\xab\x9e\xe4\xaf\xa8\xe4\xb5\xb2\xe5\x8a\x81\xe5\xa2\x9d\xe5\xa2\xbd\xe5\xb5\xaa\xe5\xb9\xa7\xe6\x82\x84\xe6\x95\xb2\xe6\xa9\x87\xe6\xaf\x83\xe7\x87\x86\xe7\xa1\x97\xe7\xa3\xbd\xe7\xb9\x91\xe7\xbc\xb2\xe8\xb6\xac\xe8\xb7\xb7\xe8\xb8\x8d\xe8\xb9\xba\xe9\x83\xbb\xe9\x84\xa1\xe9\x84\xa5\xe9\x8d\xab\xe9\x8d\xac\xe9\x90\xb0\xe9\x94\xb9\xe9\xa0\x9d\xe9\xaa\xb9\xf0\xa0\x8f\x96\xf0\xa1\x8c\x94\xf0\xa1\xa9\x87\xf0\xa2\x84\xb9\xf0\xa2\x90\x9f\xf0\xa2\xae\x89\xf0\xa2\xbb\xa4\xf0\xa2\xbf\xa3\xf0\xa3\x82\x87\xf0\xa3\x96\x84\xf0\xa3\x9c\xbd\xf0\xa3\xa6\x9c\xf0\xa5\x89\xbe\xf0\xa5\x9f\x85\xf0\xa8\x83\xa4\xf0\xa8\x9c\x91\xf0\xa8\x9e\xb6\xf0\xa9\x96\x87\xf0\xa9\xa8\x9f]",177,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc4\x81o",5,NULL,0,NULL,0}, + {"[\xe3\x9d\xaf\xe4\x80\x89\xe4\x8e\x97\xe4\xa9\x8c\xe4\xb1\x81\xe4\xb9\x94\xe4\xbe\xa8\xe5\x83\x91\xe5\x96\xac\xe5\x98\xba\xe5\xab\xb6\xe6\x86\x94\xe6\xa1\xa5\xe6\xa8\xb5\xe6\xa9\x8b\xe7\x99\x84\xe7\x9e\xa7\xe7\xa1\x9a\xe7\xa4\x84\xe8\x8d\x8d\xe8\x8d\x9e\xe8\x8f\xac\xe8\x95\x8e\xe8\x97\xae\xe8\xb0\xaf\xe8\xb6\xab\xe9\x90\x88\xe9\x9e\x92\xe9\x9e\xbd\xe9\xa1\xa6\xf0\xa1\xb0\x91\xf0\xa2\x98\x9f\xf0\xa3\xaf\xb9\xf0\xa5\x81\xa2\xf0\xa7\x84\x8d\xf0\xa8\x85\xa3\xf0\xa8\x9d\xb1]",120,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xa1o",5,NULL,0,NULL,0}, + {"[\xe3\x9a\xbd\xe4\x82\xaa\xe4\xb2\xbe\xe5\xb7\xa7\xe6\x84\x80\xe9\x87\xa5\xe9\xab\x9c\xf0\xa1\xba\x98\xf0\xa2\xa9\xa8\xf0\xa5\xb9\xb6\xf0\xa6\xa2\xba\xf0\xa8\xb8\x91]",43,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc7\x8eo",5,NULL,0,NULL,0}, + {"[\xe3\x9a\x81\xe3\xa2\x97\xe3\xb4\xa5\xe4\x83\x9d\xe4\x86\xbb\xe4\x87\x8c\xe4\xbf\x8f\xe5\x83\xba\xe5\xb3\xad\xe5\xb8\xa9\xe6\x92\xac\xe6\x92\xbd\xe6\xae\xbb\xe7\xaa\x8d\xe7\xab\x85\xe7\xbf\x98\xe7\xbf\xb9\xe8\xaa\x9a\xe8\xad\x99\xe8\xaf\xae\xe8\xba\x88\xe9\x99\x97\xe9\x9e\x98\xe9\x9f\x92\xe9\xab\x9a\xf0\xa0\xbf\x95\xf0\xa1\xb0\x90\xf0\xa2\xb6\xa1\xf0\xa3\x92\x86\xf0\xa3\xb9\x9d\xf0\xa3\xba\xb0\xf0\xa7\xa3\x8c\xf0\xa8\x9c\x8d\xf0\xaa\x91\x8a]",113,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xa0o",5,NULL,0,NULL,0}, + {"[\xe6\xa7\x97\xe7\x8a\x9e]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qiao",4,NULL,0,NULL,0}, + {"[\xe3\x9b\x97\xf0\xa0\x8b\xa7\xf0\xa1\x9b\xa0\xf0\xa5\x95\x91]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc4\x93",4,NULL,0,NULL,0}, + {"[\xe3\x9a\x97\xe4\xa6\xa7\xe7\x99\xbf\xe8\x81\xba\xf0\xa1\xb6\x90\xf0\xa8\x9a\xa7]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xa9",4,NULL,0,NULL,0}, + {"[\xe4\xb8\x94\xf0\xa0\x80\x83]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe3\x93\xb6\xe3\x97\xab\xe3\x9b\x8d\xe3\xa4\xb2\xe3\xa5\xa6\xe3\xb9\xa4\xe3\xbc\xa4\xe3\xbe\x80\xe3\xbe\x9c\xe4\x9f\x99\xe4\xa4\xbf\xe5\x88\x87\xe5\x8c\xa7\xe5\xa6\xbe\xe6\x80\xaf\xe6\x82\x8f\xe6\x83\xac\xe6\x84\x9c\xe6\x8c\x88\xe6\x9c\x85\xe6\xb4\xaf\xe6\xb7\x81\xe7\xa9\x95\xe7\xaa\x83\xe7\xab\x8a\xe7\xac\xa1\xe7\xae\xa7\xe7\xaf\x8b\xe7\xb7\x81\xe8\x97\x92\xe8\x9b\xaa\xe8\xb8\xa5\xe9\x83\x84\xe9\x8d\xa5\xe9\x90\x91\xe9\x94\xb2\xe9\xaf\x9c\xf0\xa0\x81\xa0\xf0\xa0\xa9\x82\xf0\xa0\xb2\xb5\xf0\xa1\x82\xa0\xf0\xa1\x90\xa4\xf0\xa1\x9d\x8d\xf0\xa2\xb2\xb6\xf0\xa2\xba\x85\xf0\xa3\xa0\xba\xf0\xa4\xb4\xbc\xf0\xa4\xb7\xbe\xf0\xa5\xaa\xb5\xf0\xa5\xbf\x9a\xf0\xa6\x86\x8d\xf0\xa6\xbc\xb0\xf0\xa6\xbf\x8b\xf0\xa7\x91\xa8\xf0\xa7\x9a\xaa\xf0\xa7\xab\x95\xf0\xa7\xbb\x98\xf0\xa7\xbb\xa7\xf0\xa8\x84\x8a\xf0\xa8\x89\xaa\xf0\xa8\x96\xb0\xf0\xa9\xa3\xb4\xf0\xaa\x91\x97\xf0\xaa\x99\x8c]",221,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe5\x80\xbf\xe5\xaa\xab\xe7\xb1\xa1\xe8\x8b\x86]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qie",3,NULL,0,NULL,0}, + {"[\xe3\x93\x8e\xe3\xbe\xa3\xe4\x83\xa2\xe4\x9c\xb7\xe4\xba\xb2\xe4\xbe\xb5\xe5\xaa\x87\xe5\xaf\xb4\xe5\xb5\x9a\xe5\xb6\x94\xe6\xac\xbd\xe7\xb6\x85\xe8\xa1\xbe\xe8\xa6\xaa\xe8\xaa\x9b\xe9\x92\xa6\xe9\xa1\x89\xe9\xa7\xb8\xe9\xaa\x8e\xe9\xae\xbc\xf0\xa1\xb5\x91\xf0\xa3\x86\xb2\xf0\xa3\xa2\x90\xf0\xa4\xa5\x93\xf0\xa5\x8d\xaf\xf0\xa7\xaf\x83]",86,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc4\xabn",4,NULL,0,NULL,0}, + {"[\xe3\x95\x8b\xe3\x98\xa6\xe3\xa2\x99\xe3\xa9\x92\xe3\xaa\x81\xe3\xae\x97\xe4\x94\xb7\xe4\xa6\xa6\xe4\xb0\xbc\xe5\x8b\xa4\xe5\x97\xaa\xe5\x99\x99\xe5\x9f\x81\xe5\xab\x80\xe5\xba\x88\xe6\x85\xac\xe6\x87\x83\xe6\x87\x84\xe6\x8d\xa6\xe6\x93\x92\xe6\x96\xb3\xe6\xaa\x8e\xe6\xba\xb1\xe6\xbe\xbf\xe7\x8f\xa1\xe7\x90\xb4\xe7\x90\xb9\xe7\x98\xbd\xe7\xa6\xbd\xe7\xa7\xa6\xe8\x80\xb9\xe8\x8a\xa9\xe8\x8a\xb9\xe8\x8f\xa6\xe8\x8f\xb3\xe8\x9a\x99\xe8\x9e\x93\xe8\xa0\x84\xe9\x88\x99\xe9\x9b\x82\xe9\x9d\xb2\xe9\xac\xb5\xe9\xb3\xb9\xe9\xb5\xad\xf0\xa0\x93\xbf\xf0\xa0\x98\x85\xf0\xa3\x9c\xa3\xf0\xa3\xaa\x84\xf0\xa4\x9a\xa9\xf0\xa4\xb4\xbd\xf0\xa5\x8e\x8a\xf0\xa5\x8e\xa1\xf0\xa5\x98\x8b\xf0\xa5\xb1\xa7\xf0\xa8\x99\xbd\xf0\xa8\x9b\xa3\xf0\xa8\xbe\xb0\xf0\xa9\x8e\x96\xf0\xaa\x92\xad\xf0\xaa\x92\xaf]",198,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc3\xadn",4,NULL,0,NULL,0}, + {"[\xe3\x9d\xb2\xe3\xbe\x9b\xe5\x9d\x85\xe5\xaf\x91\xe5\xaf\x9d\xe5\xaf\xa2\xe6\x98\x91\xe6\xa2\xab\xe7\xac\x89\xe8\x9e\xbc\xe8\xb5\xbe\xe9\x8b\x9f\xe9\x94\x93\xf0\xa0\x94\x8e\xf0\xa0\xbb\xa8\xf0\xa1\xab\xa7\xf0\xa2\xab\xb2\xf0\xa4\x99\x8b\xf0\xa4\xbf\xb3\xf0\xa5\xb5\xa7\xf0\xa6\xaf\x88\xf0\xa7\xbc\x92\xf0\xa7\xbe\x8f\xf0\xa9\x93\x92\xf0\xa9\x94\x9f\xf0\xaa\x99\x9f]",93,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc7\x90n",4,NULL,0,NULL,0}, + {"[\xe3\x9e\xac\xe3\xa4\x88\xe4\x88\x9c\xe5\x90\xa2\xe5\x90\xa3\xe5\x94\x9a\xe6\x8a\x8b\xe6\x8f\xbf\xe6\x90\x87\xe6\x92\xb3\xe6\xb2\x81\xe7\x80\x99\xe8\x8f\xa3\xe8\x97\xbd\xf0\xa0\x96\xb6\xf0\xa0\x9c\x98\xf0\xa0\xa6\x8e\xf0\xa1\xb9\xa2\xf0\xa2\xb1\xb6\xf0\xa3\x96\xaf\xf0\xa3\xa8\xa0\xf0\xa4\xb5\x82\xf0\xa6\xa7\x8b\xf0\xa9\x82\x88\xf0\xa9\x90\x99\xf0\xa9\x94\x9d]",92,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc3\xacn",4,NULL,0,NULL,0}, + {"[\xe2\xbb\x98\xe4\xa8\x9d\xe5\x80\xbe\xe5\x82\xbe\xe5\x8d\xbf\xe5\x9c\x8a\xe5\x9f\xa5\xe5\xaf\x88\xe6\xb0\xa2\xe6\xb0\xab\xe6\xb7\xb8\xe6\xb8\x85\xe7\x8b\x85\xe8\x9c\xbb\xe8\xbc\x95\xe8\xbd\xbb\xe9\x83\xac\xe9\x91\x8b\xe9\x9d\x91\xe9\x9d\x92\xe9\xb2\xad\xf0\xa0\x91\xb4\xf0\xa0\xa8\x8d\xf0\xa3\xab\xa8\xf0\xa5\x83\x9f\xf0\xa7\x95\x99\xf0\xa8\x86\xaa\xf0\xa8\x93\xb7\xf0\xa8\xbb\xba\xf0\xa9\x91\xad\xf0\xa9\x97\xbc\xf0\xaa\x8f\x85]",109,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc4\xabng",5,NULL,0,NULL,0}, + {"[\xe3\xaf\xb3\xe4\x9e\x8d\xe4\xb2\x94\xe5\x89\xa0\xe5\x8b\x8d\xe5\xa4\x9d\xe6\x83\x85\xe6\x93\x8e\xe6\x93\x8f\xe6\x99\xb4\xe6\x9a\x92\xe6\xa3\xbe\xe6\xa8\x88\xe6\xaa\xa0\xe6\xae\x91\xe6\xb0\xb0\xe7\x94\xa0\xe8\x91\x9d\xe9\xbb\xa5\xf0\xa3\xa9\x9c\xf0\xa7\x96\xaa\xf0\xa9\xb7\x8f\xf0\xa9\xbd\xa1\xf0\xaa\x84\x88]",79,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc3\xadng",5,NULL,0,NULL,0}, + {"[\xe3\xa9\xa9\xe3\xb7\xab\xe4\x94\x9b\xe4\xaf\xa7\xe5\xba\xbc\xe5\xbb\x8e\xe6\xaa\xbe\xe6\xbc\x80\xe8\x8b\x98\xe8\xab\x8b\xe8\xaf\xb7\xe9\xa0\x83\xe9\xa1\xb7\xf0\xa0\x97\x9d\xf0\xa1\x84\x87\xf0\xa1\xb2\x80\xf0\xa2\xb9\x83\xf0\xa9\x92\xb5\xf0\xa9\x94\xa5]",65,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc7\x90ng",5,NULL,0,NULL,0}, + {"[\xe3\xb5\xbe\xe4\x8b\x9c\xe4\xa1\x96\xe5\x87\x8a\xe5\xba\x86\xe6\x85\xb6\xe6\x8e\x85\xe6\xae\xb8\xe7\xa2\x83\xe7\xa3\x98\xe7\xa3\xac\xe7\xae\x90\xe7\xbd\x84\xe8\xac\xa6\xe9\x9d\x98\xf0\xa1\x84\x94\xf0\xa4\xad\xa9\xf0\xa5\xb1\xa8\xf0\xa9\x87\x9d\xf0\xa9\x87\x9f]",67,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc3\xacng",5,NULL,0,NULL,0}, + {"[\xe6\xab\xa6\xe7\xa1\x98]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qing",4,NULL,0,NULL,0}, + {"[\xe5\x8c\x94\xe8\x8a\x8e\xf0\xa5\x91\x8e]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc5\x8dng",6,NULL,0,NULL,0}, + {"[\xe3\x91\x8b\xe3\x92\x8c\xe3\xa7\xad\xe3\xae\xaa\xe3\xb7\x80\xe3\xbc\x87\xe4\x85\x83\xe4\x86\xb3\xe4\x8a\x84\xe4\x93\x96\xe4\x9b\xaa\xe4\xa0\xbb\xe5\x84\x9d\xe5\x8d\xad\xe5\xae\x86\xe6\x83\xb8\xe6\x86\x8c\xe6\xa1\x8f\xe6\xa9\xa9\xe7\x84\xaa\xe7\x84\xad\xe7\x85\xa2\xe7\x90\xbc\xe7\x92\x9a\xe7\x93\x8a\xe7\x93\x97\xe7\x9d\x98\xe7\x9e\x8f\xe7\xa9\xb7\xe7\xa9\xb9\xe7\xaa\xae\xe7\xab\x86\xe7\xac\xbb\xe7\xad\x87\xe8\x88\xbc\xe8\x8c\x95\xe8\x97\x91\xe8\x97\xad\xe8\x9b\xa9\xe8\x9b\xac\xe8\xb5\xb9\xe8\xb7\xab\xe9\x82\x9b\xe9\x8a\x8e\xf0\xa0\x8c\x96\xf0\xa0\xa4\x8a\xf0\xa1\x8a\xbc\xf0\xa1\x9e\xa6\xf0\xa1\xa6\x83\xf0\xa1\xb8\x95\xf0\xa1\xba\xba\xf0\xa2\x9e\x8f\xf0\xa2\xb6\x87\xf0\xa3\x87\xac\xf0\xa3\x8b\xb6\xf0\xa3\x91\xa6\xf0\xa3\x9c\xa7\xf0\xa4\xa2\xb6\xf0\xa4\xa4\x91\xf0\xa4\xa4\xb6\xf0\xa5\x91\xb1\xf0\xa5\xa8\xaa\xf0\xa5\xb3\x8e\xf0\xa6\xa6\xa7\xf0\xa6\xa8\xb0\xf0\xa6\xad\xad\xf0\xa6\xbe\xb5\xf0\xa8\x80\xaf\xf0\xa8\x8d\xb6\xf0\xa9\x91\x93\xf0\xa9\xa2\xbd\xf0\xa9\xa8\xaf\xf0\xa9\xac\x9b\xf0\xa9\xac\xb0\xf0\xaa\x80\x9b]",258,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xb3ng",6,NULL,0,NULL,0}, + {"[\xf0\xa2\xae\x8d\xf0\xa3\xb6\x86]",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xb2ng",6,NULL,0,NULL,0}, + {"\xe7\x86\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qiong",5,NULL,0,NULL,0}, + {"[\xe3\x90\x80\xe3\x9a\xb1\xe3\xb3\x8b\xe4\x86\x8b\xe4\x90\x90\xe4\xa0\x93\xe4\xa8\x82\xe4\xb2\xa1\xe4\xb8\x98\xe4\xb8\xa0\xe5\x9d\xb5\xe5\xaa\x9d\xe6\x81\x98\xe6\xa5\xb8\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa9\x90\xe7\xaf\x8d\xe7\xb7\xa7\xe8\x90\xa9\xe8\x93\xb2\xe8\x9a\xaf\xe8\x9d\xb5\xe8\x9f\x97\xe8\xa0\xa4\xe8\xb6\xa5\xe9\x82\xb1\xe9\x9e\xa6\xe9\x9e\xa7\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb3\x85\xe9\xb6\x96\xe9\xb9\x99\xe9\xbe\x9d\xf0\xa0\x80\x89\xf0\xa0\xb0\x8b\xf0\xa1\x8a\xa3\xf0\xa5\x94\xbb\xf0\xa5\xab\xb7\xf0\xa7\x87\xb8\xf0\xa7\x8f\x8b\xf0\xa7\xb2\xb0\xf0\xa8\x8d\x8a\xf0\xaa\x8d\x97\xf0\xaa\x9a\xba]",151,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc5\xab",4,NULL,0,NULL,0}, + {"[\xe3\x95\xa4\xe3\x9b\x8f\xe3\x9e\x97\xe3\x9f\x88\xe3\xa4\xb9\xe3\xa5\xa2\xe3\xa7\xa8\xe3\xad\x9d\xe3\xb7\x95\xe3\xba\xab\xe4\x8a\xb5\xe4\x8e\xbf\xe4\x9c\xaa\xe4\x9f\xb5\xe4\xa3\x87\xe4\xa4\x9b\xe4\xbf\x85\xe5\x8f\xb4\xe5\x94\x92\xe5\x9b\x9a\xe5\xb4\xb7\xe5\xb7\xaf\xe5\xb7\xb0\xe6\x89\x8f\xe6\xa2\x82\xe6\xae\x8f\xe6\xaf\xac\xe6\xb1\x82\xe6\xb1\x93\xe6\xb3\x85\xe6\xb5\x97\xe6\xb8\x9e\xe6\xb9\xad\xe7\x85\xaa\xe7\x8a\xb0\xe7\x8e\x8c\xe7\x90\x83\xe7\x92\x86\xe7\x9a\xb3\xe7\x9b\x9a\xe7\xb4\x8c\xe7\xb5\xbf\xe8\x82\x8d\xe8\x8e\x8d\xe8\x99\xac\xe8\x99\xaf\xe8\x9b\xb7\xe8\x9d\xa4\xe8\xa3\x98\xe8\xa7\x93\xe8\xa7\xa9\xe8\xa8\x84\xe8\xa8\x85\xe8\xb3\x95\xe8\xb5\x87\xe9\x80\x8e\xe9\x80\x91\xe9\x81\x92\xe9\x85\x8b\xe9\x86\x94\xe9\x87\x93\xe9\x87\x9a\xe9\x8a\xb6\xe9\xae\x82\xe9\xaf\x84\xe9\xb0\xbd\xe9\xbc\xbd\xf0\xa0\x97\x88\xf0\xa1\xb2\x9a\xf0\xa2\x88\x9d\xf0\xa2\x98\x84\xf0\xa2\x9b\x83\xf0\xa2\xa6\x8e\xf0\xa3\xa7\x9d\xf0\xa3\xad\xb3\xf0\xa4\x95\xbe\xf0\xa4\x9e\xb0\xf0\xa5\xa5\xbd\xf0\xa5\xad\x91\xf0\xa6\xac\x96\xf0\xa6\xb0\xaa\xf0\xa7\x94\xad\xf0\xa7\xa3\x95\xf0\xa7\xa4\x95\xf0\xa7\xba\xa4\xf0\xa7\xbb\xb1\xf0\xa8\x92\x8a\xf0\xa8\x9f\xbd\xf0\xa8\xb1\x87\xf0\xa8\xb2\x92\xf0\xa8\xba\xa7\xf0\xa9\x92\xae\xf0\xa9\x94\x95\xf0\xa9\x97\x95\xf0\xa9\xb5\x8d\xf0\xa9\xbe\x81]",319,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xba",4,NULL,0,NULL,0}, + {"[\xe6\x90\x9d\xe7\xb3\x97\xf0\xa6\xa6\x84\xf0\xa7\xbb\x81\xf0\xa9\x88\xb8\xf0\xa9\x9d\xa0]",24,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc7\x94",4,NULL,0,NULL,0}, + {"[\xe4\x9f\xac\xe4\xa0\x97\xf0\xa8\x95\xa6\xf0\xaa\x96\x9b]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xb9",4,NULL,0,NULL,0}, + {"[\xe8\x98\x92\xe9\x87\xbb]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qiu",3,NULL,0,NULL,0}, + {"[\xe3\x98\x97\xe3\xa0\x8a\xe3\xad\x95\xe3\xb8\x96\xe3\xbb\x83\xe4\x88\x8c\xe4\x92\xa7\xe4\x92\xbc\xe4\x93\x9a\xe4\x93\x9b\xe4\x96\xa6\xe4\xa2\x97\xe4\xa7\xa2\xe4\xbc\xb9\xe4\xbd\x89\xe5\x8c\xa4\xe5\x8c\xba\xe5\x8d\x80\xe5\x9d\xa5\xe5\xb1\x88\xe5\xb2\x96\xe5\xb2\xa8\xe5\xb2\xb4\xe5\xb6\x87\xe6\x86\x88\xe6\x8a\xbe\xe6\x95\xba\xe6\x9b\xb2\xe6\xb5\x80\xe7\xa5\x9b\xe7\xad\x81\xe7\xb2\xac\xe7\xb4\xb6\xe8\x83\xa0\xe8\x9b\x86\xe8\x9b\x90\xe8\xa2\xaa\xe8\xa6\xb0\xe8\xa6\xbb\xe8\xa9\x98\xe8\xaa\xb3\xe8\xaf\x8e\xe8\xb6\x8b\xe8\xb6\xa8\xe8\xba\xaf\xe8\xbb\x80\xe9\x95\xbc\xe9\x98\xb9\xe9\xa7\x86\xe9\xa7\x88\xe9\xa9\x85\xe9\xa9\xb1\xe9\xab\xb7\xe9\xad\xbc\xe9\xb0\xb8\xe9\xb1\x8b\xe9\xba\xaf\xe9\xba\xb4\xe9\xba\xb9\xe9\xbb\xa2\xf0\xa1\xb1\x85\xf0\xa1\xb3\x86\xf0\xa2\x8c\xb7\xf0\xa2\xb4\xae\xf0\xa2\xbc\xb0\xf0\xa3\xae\x88\xf0\xa5\xac\x94\xf0\xa5\xb6\xb6\xf0\xa5\xba\xb7\xf0\xa5\xbd\xa7\xf0\xa6\x9b\x95\xf0\xa6\x9b\xb1\xf0\xa6\xb8\xb6\xf0\xa7\x8c\x91\xf0\xa7\x90\x85\xf0\xa7\xa0\xa2\xf0\xa7\xbe\xb6\xf0\xa8\x84\x85\xf0\xa8\xa7\xb1\xf0\xa8\xb1\x8a\xf0\xa8\xb8\x9f\xf0\xa9\x96\xb7\xf0\xa9\xa3\xb9\xf0\xa9\xaa\x8d\xf0\xaa\x8c\xac\xf0\xaa\x9b\x83]",286,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe3\x96\x86\xe3\x9c\xb9\xe3\xa3\x84\xe3\xaf\xab\xe3\xb2\x98\xe4\x82\x82\xe4\x86\xbd\xe4\x8b\xa7\xe4\x9d\xa3\xe4\x9e\xa4\xe4\x9f\x8a\xe4\xb5\xb6\xe4\xbd\xa2\xe5\x8a\xac\xe5\xbf\x82\xe6\x88\xb5\xe6\x96\xaa\xe6\x9c\x90\xe6\xac\x8b\xe6\xb0\x8d\xe6\xb7\xad\xe6\xb8\xa0\xe7\x81\x88\xe7\x92\x96\xe7\x92\xa9\xe7\x99\xaf\xe7\x9e\xbf\xe7\xa3\xb2\xe7\xb1\xa7\xe7\xb5\x87\xe7\xbf\x91\xe8\x83\x8a\xe8\x87\x9e\xe8\x8f\x83\xe8\x91\x8b\xe8\x95\x96\xe8\x98\xa7\xe8\x9e\xb6\xe8\x9f\x9d\xe8\xa0\xb7\xe8\xa0\xbc\xe8\xa1\xa2\xe8\xba\xa3\xe8\xbb\xa5\xe9\x91\xba\xe9\xb4\x9d\xe9\xb8\x9c\xe9\xb8\xb2\xe9\xbc\xa9\xf0\xa0\x8d\xb2\xf0\xa0\x8f\x9b\xf0\xa0\xa3\xaa\xf0\xa1\xa1\xa5\xf0\xa1\xb1\xba\xf0\xa1\xb2\xb0\xf0\xa2\x8c\x84\xf0\xa2\x8e\x96\xf0\xa2\xa6\x8c\xf0\xa3\x96\xaa\xf0\xa3\xaf\xb8\xf0\xa3\xb0\x8b\xf0\xa3\xb0\xa0\xf0\xa3\xb0\xa1\xf0\xa3\xb0\xbb\xf0\xa4\xa8\x8e\xf0\xa5\x83\x94\xf0\xa5\x97\xab\xf0\xa5\xa7\xbb\xf0\xa6\x84\xbd\xf0\xa6\x90\x9b\xf0\xa6\x94\xac\xf0\xa6\x95\x99\xf0\xa6\xa3\x92\xf0\xa6\xbc\xab\xf0\xa7\x84\x92\xf0\xa7\x8a\x9b\xf0\xa7\x95\x8e\xf0\xa7\x9d\x94\xf0\xa7\xb2\xb5\xf0\xa7\xbe\xb1\xf0\xa8\x8e\xb6\xf0\xa8\x90\xa3\xf0\xa8\x9e\x99\xf0\xa8\x9e\xb3\xf0\xa8\xbc\xab\xf0\xa8\xbc\xbd\xf0\xa9\x87\x90\xf0\xa9\x89\xbf\xf0\xa9\xa2\xb3\xf0\xa9\xa7\x98\xf0\xa9\xb4\xb9\xf0\xa9\xb5\x85\xf0\xa9\xbd\xa9\xf0\xa9\xbf\xa5\xf0\xa9\xbf\xa9\xf0\xaa\x80\x8a\xf0\xaa\x81\x96\xf0\xaa\x84\x8a\xf0\xaa\x86\x82\xf0\xaa\x89\x8c\xf0\xaa\x8c\x86\xf0\xaa\x8d\xb8]",361,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe4\xb6\x9a\xe5\x8f\x96\xe5\xa8\xb6\xe7\xab\x98\xe7\xab\xac\xe8\x9d\xba\xe8\xa9\x93\xe9\xbd\xb2\xe9\xbe\x8b\xf0\xa1\x9f\xa5\xf0\xa4\x96\xac\xf0\xa6\x97\x9b\xf0\xa7\x89\xa7\xf0\xa8\x93\xad\xf0\xaa\x8b\x84]",53,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\xa7\x81\xe3\xab\xa2\xe3\xb0\xa6\xe4\x81\xa6\xe4\xa0\x90\xe5\x88\x9e\xe5\x8e\xba\xe5\x8e\xbb\xe5\x91\xbf\xe5\x94\x9f\xe8\x80\x9d\xe8\xa6\xb7\xe8\xa7\x91\xe8\xb6\xa3\xe9\x96\xb4\xe9\x97\x83\xe9\x98\x92\xe9\xba\xae\xe9\xbc\x81\xf0\xa0\x87\xaf\xf0\xa4\x99\x8f\xf0\xa9\xbf\x9f]",71,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe8\xa1\x90\xe8\xbf\xb2]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qu",2,NULL,0,NULL,0}, + {"[\xe3\x92\xbd\xe4\x8c\xaf\xe5\x9c\x88\xe5\x9c\x8f\xe5\xb3\x91\xe5\xbc\xae\xe6\x81\xae\xe6\x82\x9b\xe6\xa3\xac\xe9\x90\x89\xe9\xa7\xa9\xf0\xa0\x9b\xae\xf0\xa1\x88\x89\xf0\xa5\x81\xb8\xf0\xa6\x8b\x93\xf0\xa8\x9f\xa0\xf0\xa8\xa9\xb8\xf0\xa9\xa7\xb4]",63,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qu\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\x92\xb0\xe3\x9f\xab\xe4\x80\xac\xe4\x91\x8f\xe4\x9f\x92\xe4\xa0\xb0\xe4\xbd\xba\xe5\x85\xa8\xe5\x95\xb3\xe5\x9f\xa2\xe5\xa7\xbe\xe5\xa9\x98\xe5\xad\x89\xe5\xb7\x8f\xe6\x83\x93\xe6\x8b\xb3\xe6\x90\xbc\xe6\x9d\x83\xe6\xa8\xa9\xe6\xac\x8a\xe6\xb3\x89\xe6\xb4\xa4\xe6\xb9\xb6\xe7\x89\xb7\xe7\x8a\x88\xe7\x91\x94\xe7\x97\x8a\xe7\xa1\x82\xe7\xad\x8c\xe7\xb5\x9f\xe7\xb8\x93\xe8\x8d\x83\xe8\x91\xb2\xe8\x9c\xb7\xe8\xa0\xb8\xe8\xa7\xa0\xe8\xa9\xae\xe8\xaf\xa0\xe8\xb7\xa7\xe8\xb8\xa1\xe8\xbc\x87\xe8\xbe\x81\xe9\x86\x9b\xe9\x8a\x93\xe9\x93\xa8\xe9\xa1\xb4\xe9\xa2\xa7\xe9\xa8\xa1\xe9\xac\x88\xe9\xb0\x81\xe9\xb3\x88\xe9\xbd\xa4\xf0\xa0\xa4\xb9\xf0\xa0\xa5\x99\xf0\xa1\x87\xae\xf0\xa1\x99\x85\xf0\xa1\x99\x90\xf0\xa1\xb0\x9d\xf0\xa1\xb4\x94\xf0\xa1\xba\x9f\xf0\xa2\x8e\xa0\xf0\xa2\x91\x86\xf0\xa3\x8d\xb4\xf0\xa4\x9c\x8d\xf0\xa4\xa5\xb7\xf0\xa4\xac\xa0\xf0\xa4\xb7\x84\xf0\xa5\xa4\x8a\xf0\xa6\x8f\xae\xf0\xa6\x93\xb0\xf0\xa7\x88\xbe\xf0\xa7\x8d\xad\xf0\xa8\x9b\x88\xf0\xa8\x9c\xa9\xf0\xa9\x93\xab\xf0\xa9\x98\x98\xf0\xa9\x9c\xac\xf0\xaa\x88\xbb]",262,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qu\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe4\x85\x9a\xe4\x8a\x8e\xe6\xb1\xb1\xe7\x83\x87\xe7\x8a\xac\xe7\x8a\xad\xe7\x95\x8e\xe7\xb6\xa3\xe7\xbb\xbb\xe8\x99\x87\xf0\xa1\xbf\xa8\xf0\xa2\x94\x91\xf0\xa3\xb8\x8b\xf0\xa4\xb0\x9d\xf0\xa5\xb9\xb3\xf0\xa6\xa8\x9a\xf0\xa7\xb8\xbe\xf0\xaa\x90\x82]",64,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qu\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe4\x84\x90\xe5\x88\xb8\xe5\x8a\x9d\xe5\x8b\xa7\xe5\x8b\xb8\xe7\x89\xb6\xe9\x9f\x8f\xf0\xa2\x8d\x95\xf0\xa6\x8d\x85\xf0\xa8\xa8\x97]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qu\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe2\xba\xa8\xe6\xa4\xa6\xe6\xa5\xbe\xe9\x97\x8e]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"quan",4,NULL,0,NULL,0}, + {"[\xe7\xbc\xba\xe8\x92\x9b\xe9\x98\x99\xf0\xa5\x86\xb8\xf0\xa5\x97\xae\xf0\xa7\x8e\xaf\xf0\xa9\xa8\xad\xf0\xa9\xa8\xb7\xf0\xa9\xab\xa0]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qu\xc4\x93",4,NULL,0,NULL,0}, + {"\xe7\x98\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qu\xc3\xa9",4,NULL,0,NULL,0}, + {"[\xe3\x95\x81\xe3\xa9\x81\xe3\xb0\x8c\xe3\xb1\x8b\xe3\xb1\xbf\xe3\xb2\x89\xe3\xb4\xb6\xe3\xb9\xb1\xe3\xbe\xa1\xe4\x87\x8e\xe4\x8d\xb3\xe4\xa6\xac\xe4\xa7\xbf\xe4\xb2\xb5\xe5\x8d\xb4\xe5\x8d\xbb\xe5\x9f\x86\xe5\xa1\x99\xe5\xa2\xa7\xe5\xaf\x89\xe5\xb4\x85\xe6\x82\xab\xe6\x84\xa8\xe6\x85\xa4\xe6\x90\x89\xe6\xa6\xb7\xe7\x81\x8d\xe7\x87\xa9\xe7\x90\xb7\xe7\x9a\xb5\xe7\xa1\x9e\xe7\xa1\xae\xe7\xa2\x8f\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa4\x90\xe7\xa4\xad\xe8\xb6\x9e\xe9\x97\x8b\xe9\x97\x95\xe9\x98\x95\xe9\x9b\x80\xe9\xb5\xb2\xe9\xb9\x8a\xf0\xa0\x9e\x97\xf0\xa1\x87\xb1\xf0\xa1\x89\x89\xf0\xa2\xa0\xac\xf0\xa3\x9b\xb5\xf0\xa3\xa4\x87\xf0\xa3\xaa\xb9\xf0\xa4\xa3\x85\xf0\xa4\xb7\xbd\xf0\xa4\xbf\x8b\xf0\xa4\xbf\xa9\xf0\xa4\xbf\xb5\xf0\xa5\x80\x8e\xf0\xa5\x95\xb9\xf0\xa5\x97\x99\xf0\xa5\x9c\xb5\xf0\xa5\xa9\xa2\xf0\xa7\xa2\xa9\xf0\xa7\xa2\xad\xf0\xa8\x9e\xa9\xf0\xa8\xa2\x9c\xf0\xa8\xb4\x8a\xf0\xa8\xb4\x92\xf0\xa8\xb5\x97\xf0\xa9\xa4\x88\xf0\xaa\x8f\x88\xf0\xaa\x8f\xa8\xf0\xaa\x96\x80]",246,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qu\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe3\x9f\x92\xe5\x9b\xb7\xe5\xa4\x8b\xe5\xb3\xae\xe9\x80\xa1\xf0\xa1\x88\x80\xf0\xa2\x9b\x95\xf0\xa6\xbd\x96\xf0\xa9\x8e\x97\xf0\xa9\xa4\x81]",37,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc5\xabn",4,NULL,0,NULL,0}, + {"[\xe3\xaa\x8a\xe3\xbf\x8f\xe4\xad\xbd\xe5\xae\xad\xe5\xb8\xac\xe7\xbe\xa3\xe7\xbe\xa4\xe8\xa3\x99\xe8\xa3\xa0\xf0\xa3\x80\x84\xf0\xa4\x9b\xad\xf0\xa4\xb8\xb7\xf0\xa8\x9e\x97]",45,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc3\xban",4,NULL,0,NULL,0}, + {"\xf0\xa6\x83\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xc7\x94n",4,NULL,0,NULL,0}, + {"[\xe3\x9c\xa3\xe3\xb2\xaf\xe3\xb8\x90\xe3\xbe\x86\xe4\x94\xb3\xe4\x95\xbc\xe4\x96\x84\xe4\xab\x87\xe4\xb3\xbf\xe5\x91\xa5\xe5\x98\xab\xe7\x84\xb6\xe7\x87\x83\xe7\xb9\x8e\xe8\x82\xb0\xe8\x9a\xa6\xe8\x9a\xba\xe8\xa1\xbb\xe8\xa2\x87\xe8\xa2\xa1\xe9\xab\xa5\xe9\xab\xaf\xf0\xa0\x8a\x8c\xf0\xa0\xa4\x80\xf0\xa0\xaf\x8d\xf0\xa1\x96\x9d\xf0\xa2\x93\x92\xf0\xa3\xb0\xa6\xf0\xa4\x99\xbc\xf0\xa4\xa1\xae\xf0\xa4\xb1\x8b\xf0\xa5\xb3\x9a\xf0\xa6\xab\x89\xf0\xaa\x93\x98\xf0\xaa\x93\x9a\xf0\xaa\x9a\xae]",124,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xa1n",4,NULL,0,NULL,0}, + {"[\xe3\x92\x84\xe3\x9a\xa9\xe3\xbf\xb5\xe4\x8e\x83\xe4\x92\xa3\xe4\xa3\xb8\xe4\xa4\xa1\xe5\x86\x84\xe5\x86\x89\xe5\xa7\x8c\xe5\xaa\xa3\xe6\x9f\x93\xe6\xa9\xaa\xe7\x8f\x83\xe8\x8b\x92\xf0\xa0\xb1\x9e\xf0\xa1\x9c\x89\xf0\xa1\x9c\xab\xf0\xa4\xb2\x97\xf0\xa5\x80\xad\xf0\xa5\xac\x95\xf0\xa8\xb9\x8c\xf0\xa9\x83\xb5\xf0\xa9\xa2\xa1\xf0\xa9\xa7\xac\xf0\xa9\xb6\x8e]",91,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc7\x8en",4,NULL,0,NULL,0}, + {"\xf0\xa5\xa3\xb9",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xa0n",4,NULL,0,NULL,0}, + {"\xe8\x92\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ran",3,NULL,0,NULL,0}, + {"[\xe4\x89\xb4\xe5\x84\xb4\xe5\x8b\xb7\xe7\x80\xbc\xe7\x8d\xbd\xe7\x93\xa4\xe7\xa6\xb3\xe7\xa9\xa3\xe7\xa9\xb0\xe8\x98\x98\xe8\xba\x9f\xe9\xac\xa4\xf0\xa3\xb0\xb6\xf0\xa4\xac\xa5\xf0\xa4\xb0\x82\xf0\xa7\x9f\x84\xf0\xa8\x9f\x9a\xf0\xa9\x86\xb6]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xa1ng",5,NULL,0,NULL,0}, + {"[\xe4\x91\x8b\xe5\x9a\xb7\xe5\xa3\x8c\xe5\xa3\xa4\xe6\x94\x98\xe7\x88\x99\xe7\xba\x95\xf0\xa3\xa9\xbd\xf0\xa4\x85\x91\xf0\xa5\x97\x9d\xf0\xa8\x8f\x9b]",39,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe6\x87\xb9\xe8\xad\xb2\xe8\xae\x93\xe8\xae\xa9]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xa0ng",5,NULL,0,NULL,0}, + {"[\xe3\xb9\x9b\xe5\xa8\x86\xe5\xac\x88\xe6\xa1\xa1\xe6\xa9\x88\xe8\x8d\x9b\xe8\x95\x98\xe8\xa5\x93\xe9\xa5\x92\xe9\xa5\xb6\xf0\xa6\xaa\x9b]",36,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xa1o",4,NULL,0,NULL,0}, + {"[\xe3\x91\xb1\xe6\x89\xb0\xe6\x93\xbe\xe9\x9a\xa2\xf0\xa0\x92\xb8\xf0\xa1\x88\xa6\xf0\xa7\xb3\xa8\xf0\xa8\x87\x84]",30,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe7\xb9\x9e\xe7\xbb\x95\xe9\x81\xb6]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xa0o",4,NULL,0,NULL,0}, + {"[\xe6\x83\xb9\xf0\xa2\x9e\x87]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc4\x9b",3,NULL,0,NULL,0}, + {"[\xe7\x83\xad\xe7\x86\xb1\xf0\xa4\x91\x84\xf0\xa7\xa7\x8f\xf0\xa9\xad\xbf]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xa8",3,NULL,0,NULL,0}, + {"[\xe2\xba\x85\xe4\x8c\xbe\xe4\x9b\x98\xe4\xba\xba\xe4\xba\xbb\xe4\xbb\x81\xe5\xa3\xac\xe5\xbf\x88\xe5\xbf\x8e\xe6\x9c\xb2\xe7\xa7\x82\xe8\x8a\xa2\xe9\x88\x93\xe9\x8a\x8b\xe9\xad\x9c\xe9\xb5\x80\xf0\xa1\xb0\xa5\xf0\xa2\x87\xa6\xf0\xa6\x8f\x80\xf0\xa7\xa5\xb7]",66,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xa9n",4,NULL,0,NULL,0}, + {"[\xe3\xa3\xbc\xe4\xad\x83\xe5\xbf\x8d\xe6\xa0\xa0\xe6\xa0\xa3\xe6\xa3\xaf\xe7\xa7\xb9\xe7\xa8\x94\xe8\x8d\x8f\xe8\x8d\xb5\xf0\xa0\xb2\x8f\xf0\xa2\x86\x89\xf0\xa6\xac\x84\xf0\xa9\x91\x89\xf0\xa9\xa0\x88]",52,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc4\x9bn",4,NULL,0,NULL,0}, + {"[\xe2\xba\xb6\xe2\xba\xb7\xe3\xa0\xb4\xe3\xb6\xb5\xe3\xb8\xbe\xe4\x80\x94\xe4\x87\xae\xe4\x8b\x95\xe4\x8f\x95\xe4\xbb\x9e\xe4\xbb\xad\xe4\xbb\xbb\xe5\x88\x83\xe5\x88\x84\xe5\xa6\x8a\xe5\xa7\x99\xe5\xb1\xbb\xe5\xb2\x83\xe6\x89\xa8\xe6\x9d\x92\xe6\xa2\x95\xe7\x89\xa3\xe7\xa5\x8d\xe7\xb4\x89\xe7\xb4\x9d\xe7\xb5\x8d\xe7\xba\xab\xe7\xba\xb4\xe8\x82\x95\xe8\x85\x8d\xe8\x91\x9a\xe8\xa1\xbd\xe8\xa2\xb5\xe8\xa8\x92\xe8\xaa\x8d\xe8\xae\xa4\xe8\xae\xb1\xe8\xbb\x94\xe8\xbb\xa0\xe8\xbd\xab\xe9\x9d\xad\xe9\x9d\xb1\xe9\x9f\x8c\xe9\x9f\xa7\xe9\xa3\xaa\xe9\xa4\x81\xe9\xa5\xaa\xf0\xa0\xaf\x84\xf0\xa3\x85\x89\xf0\xa6\x8d\x8c\xf0\xa7\xb4\xac\xf0\xa8\x89\x83\xf0\xa9\xb5\x95\xf0\xaa\x94\xba]",171,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xa8n",4,NULL,0,NULL,0}, + {"[\xe7\xb6\x9b\xe8\xba\xb5]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ren",3,NULL,0,NULL,0}, + {"\xe6\x89\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc4\x93ng",5,NULL,0,NULL,0}, + {"[\xe3\xad\x81\xe3\xba\xb1\xe4\x84\xa7\xe4\x9a\xae\xe4\xbb\x8d\xe7\xa4\xbd\xe8\xbe\xb8\xe9\x99\xbe\xf0\xa0\xa7\x9f\xf0\xa0\xae\xa8\xf0\xa0\xaf\xb7\xf0\xa0\xaf\xb9\xf0\xa3\x97\x90\xf0\xa5\xbe\x8b\xf0\xa7\xb9\x88\xf0\xa8\xb8\x90]",58,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xa9ng",5,NULL,0,NULL,0}, + {"\xe8\x8a\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xa8ng",5,NULL,0,NULL,0}, + {"[\xe2\xba\x9b\xe2\xba\x9c\xe4\x92\xa4\xe5\x9b\xb8\xe6\x97\xa5\xe9\x87\xb0\xe9\x88\xa4\xe9\xa6\xb9\xe9\xa9\xb2\xf0\xa1\x86\xb8\xf0\xa1\x89\xad\xf0\xa4\x9d\x8d\xf0\xa6\xa8\x99]",45,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xac",3,NULL,0,NULL,0}, + {"\xe8\x8c\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc5\x8dng",5,NULL,0,NULL,0}, + {"[\xe3\x98\x87\xe3\x9d\x90\xe3\xa3\x91\xe3\xad\x9c\xe3\xb2\x93\xe3\xb2\xa8\xe3\xba\x8e\xe3\xbc\xb8\xe4\x87\x80\xe4\x87\xaf\xe4\x88\xb6\xe4\x98\xac\xe4\xa0\x9c\xe4\xa1\x86\xe4\xa1\xa5\xe4\xa4\x8a\xe4\xa9\xb8\xe5\xaa\xb6\xe5\xab\x86\xe5\xac\xab\xe5\xae\xb9\xe5\xb5\x98\xe5\xb5\xa4\xe5\xb6\xb8\xe5\xb7\x86\xe6\x88\x8e\xe6\x90\x88\xe6\x90\x91\xe6\x9b\xa7\xe6\xa0\x84\xe6\xa6\x95\xe6\xa6\xae\xe6\xa6\xb5\xe6\xaf\xa7\xe6\xba\xb6\xe7\x80\x9c\xe7\x83\xbf\xe7\x86\x94\xe7\x88\x83\xe7\x8b\xa8\xe7\x91\xa2\xe7\xa9\x81\xe7\xb5\xa8\xe7\xb8\x99\xe7\xbb\x92\xe7\xbe\xa2\xe8\x82\x9c\xe8\x8c\x99\xe8\x8d\xa3\xe8\x93\x89\xe8\x9d\xbe\xe8\x9e\x8d\xe8\x9e\x8e\xe8\xa0\x91\xe8\xa4\xa3\xe9\x8e\x94\xe9\x95\x95\xe9\xa7\xa5\xe9\xab\xb6\xf0\xa0\x9e\x95\xf0\xa3\xae\xaa\xf0\xa3\xaf\x8f\xf0\xa3\xaf\x90\xf0\xa5\x8e\x82\xf0\xa5\x91\xb3\xf0\xa5\xa8\xb3\xf0\xa5\xac\xaa\xf0\xa5\xbc\xac\xf0\xa6\x97\x8b\xf0\xa6\x97\xa8\xf0\xa7\x8e\xa3\xf0\xa8\x89\xb4\xf0\xa8\x89\xb7\xf0\xa8\xb2\x9f\xf0\xa9\x8d\x89\xf0\xa9\x8e\x82\xf0\xa9\xae\xa0\xf0\xaa\x83\xbe]",255,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xb3ng",5,NULL,0,NULL,0}, + {"[\xe3\xb2\x9d\xe4\xa2\x87\xe5\x82\x87\xe5\x86\x97\xe5\x9d\x88\xe5\xae\x82\xe6\xb0\x84\xe8\xbb\xb5\xf0\xa0\xb0\xbd\xf0\xa1\x8a\xab\xf0\xa1\x8a\xb8\xf0\xa1\x96\xa2\xf0\xa1\xa6\xbc\xf0\xa1\xab\xa6\xf0\xa1\xad\x8b\xf0\xa2\x90\xbf\xf0\xa2\xa6\xbf\xf0\xa2\xab\xa8\xf0\xa3\xad\xb2\xf0\xa3\xaf\x8d\xf0\xa3\xb0\x87\xf0\xa3\xb2\xbd\xf0\xa4\x98\xba\xf0\xa4\x98\xbb\xf0\xa5\x8e\x9c\xf0\xa6\x94\x8b\xf0\xa6\xb6\x87\xf0\xa7\x89\xa1\xf0\xa8\x8b\xa0\xf0\xa8\x8c\xa3\xf0\xa8\x8d\x85\xf0\xa8\x8d\xb7\xf0\xa8\x92\x86\xf0\xa9\x9a\x97\xf0\xa9\xbc\x85\xf0\xaa\x95\x81\xf0\xaa\x95\x8e\xf0\xaa\x97\xb4]",146,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc7\x92ng",5,NULL,0,NULL,0}, + {"[\xe9\xb4\xa7\xf0\xa0\x8c\x9a]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xb2ng",5,NULL,0,NULL,0}, + {"\xe7\xa9\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"rong",4,NULL,0,NULL,0}, + {"[\xe3\xbd\xa5\xe4\x90\x93\xe4\xa7\xb7\xe4\xb0\x86\xe5\x8e\xb9\xe5\xaa\x83\xe6\x8f\x89\xe6\x9f\x94\xe6\xb8\x98\xe7\x85\xa3\xe7\x91\x88\xe7\x93\x87\xe7\xa6\xb8\xe7\xb3\x85\xe8\x91\x87\xe8\x9d\x9a\xe8\xb9\x82\xe8\xbc\xae\xe9\x8d\x92\xe9\x9e\xa3\xe9\xa8\xa5\xe9\xb0\x87\xe9\xb6\x94\xf0\xa0\xa0\x90\xf0\xa5\xa0\x8a\xf0\xa6\x8d\xad\xf0\xa8\x9b\xb6\xf0\xaa\x91\xb6]",91,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xb3u",4,NULL,0,NULL,0}, + {"[\xe6\xa5\xba\xe7\xb2\x88\xe9\x9f\x96\xf0\xa1\x97\x91\xf0\xa2\x94\x9f]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xe2\xba\xbc\xe5\xae\x8d\xe8\x82\x89\xe8\x85\xac]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xb2u",4,NULL,0,NULL,0}, + {"[\xe3\xa8\x8e\xe3\xbe\x92\xe4\x8b\x88\xe4\x9e\x95\xe4\xb0\xb0\xe4\xbe\x9e\xe5\x84\x92\xe5\x9a\x85\xe5\xa6\x82\xe5\xac\xac\xe5\xad\xba\xe5\xb8\xa4\xe6\x9b\x98\xe6\xa1\x87\xe6\xb8\xaa\xe6\xbf\xa1\xe7\x87\xb8\xe7\xad\x8e\xe8\x8c\xb9\xe8\x92\x98\xe8\x95\xa0\xe8\x96\xb7\xe8\x9d\xa1\xe8\xa0\x95\xe8\xa2\xbd\xe8\xa5\xa6\xe9\x82\x9a\xe9\x86\xb9\xe9\x8a\xa3\xe9\x93\xb7\xe9\xa1\xac\xe9\xa2\xa5\xe9\xb1\xac\xe9\xb4\x91\xe9\xb4\xbd\xf0\xa0\x9f\xba\xf0\xa1\x84\xb2\xf0\xa1\x9c\x9a\xf0\xa3\x96\xb9\xf0\xa3\x9a\x90\xf0\xa3\xad\xa0\xf0\xa3\xbd\x88\xf0\xa3\xbd\x89\xf0\xa5\x99\xa6\xf0\xa5\x9e\x9a\xf0\xa6\xa4\x8a\xf0\xa6\xad\xb0\xf0\xa6\xb3\xbe\xf0\xa6\xb7\xb8\xf0\xa7\x8a\x9f\xf0\xa8\x9a\xb4\xf0\xa9\x84\x8b\xf0\xa9\xb6\xaf\xf0\xa9\xb8\x90]",183,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe4\xb9\xb3\xe6\x93\xa9\xe6\xb1\x9d\xe8\x82\x97\xe8\xbe\xb1\xe9\x84\x8f\xf0\xa1\x9c\x83\xf0\xa1\xab\xbd\xf0\xa1\xae\x9a\xf0\xa8\xa8\x9c\xf0\xa9\x8d\xa5\xf0\xaa\x8f\xae\xf0\xaa\x91\xbe]",48,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\xa6\xba\xe3\xb9\x98\xe4\x84\xbe\xe5\x85\xa5\xe5\x97\x95\xe5\xaa\xb7\xe6\xb4\xb3\xe6\xba\xbd\xe7\xb8\x9f\xe7\xbc\x9b\xe8\x93\x90\xe8\xa4\xa5\xf0\xa2\x96\xb5\xf0\xa2\x9b\x9a\xf0\xa3\xaf\x8b\xf0\xa9\xb1\xa8\xf0\xa9\xb6\xab]",58,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe5\xb6\xbf\xe6\x89\x96\xe6\x9d\x81\xe8\xbe\xbc\xe9\xb3\xb0]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru",2,NULL,0,NULL,0}, + {"\xe6\x8c\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru\xc3\xa1",4,NULL,0,NULL,0}, + {"[\xe4\x99\x87\xe5\xa0\xa7\xe5\xa3\x96\xe6\x92\x8b\xf0\xa2\xb1\xbe\xf0\xa3\xbd\xb3\xf0\xa4\xb2\xac\xf0\xa5\x88\x87]",30,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe3\x93\xb4\xe3\xae\x95\xe3\xbc\xb1\xe3\xbd\xad\xe4\x8e\xa1\xe4\x93\xb4\xe4\x9e\x82\xe4\xaa\xad\xe5\x81\x84\xe5\xaa\x86\xe6\x9c\x8a\xe7\x91\x8c\xe7\x93\x80\xe7\xa2\x9d\xe7\xa4\x9d\xe7\xb7\x9b\xe8\x80\x8e\xe8\xbb\x9f\xe8\xbc\xad\xe8\xbd\xaf\xe9\x98\xae\xf0\xa0\xa4\xa6\xf0\xa2\x98\xa7\xf0\xa2\xa1\xb5\xf0\xa3\x83\x85\xf0\xa3\xa1\x97\xf0\xa4\xa7\xa0\xf0\xa5\x8a\xb6\xf0\xa5\x8e\x80\xf0\xa5\x8e\x98\xf0\xa5\xa9\x97\xf0\xa5\xaf\xac\xf0\xa6\xba\xbe\xf0\xa8\x92\xa9\xf0\xa9\x8f\x88]",121,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xf0\xa8\xa8\xb0\xf0\xa8\xaa\xb3\xf0\xa8\xac\x94]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe4\x85\x91\xe4\xac\x90\xe5\xa9\x91\xe6\xa1\xb5\xe7\x94\xa4\xe7\xb7\x8c\xe8\x95\xa4\xf0\xa3\xac\x98\xf0\xa6\xbc\x86]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru\xc3\xad",4,NULL,0,NULL,0}, + {"[\xe6\xa9\xa4\xe7\xb9\xa0\xe8\x95\x8a\xe8\x95\x8b\xe8\x98\x82\xe8\x98\x83\xf0\xa1\xaf\x92\xf0\xa3\x9b\x9a\xf0\xa5\xb3\x9d\xf0\xa7\x84\x9c]",36,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru\xc7\x90",4,NULL,0,NULL,0}, + {"[\xe3\x93\xb9\xe3\xa2\xbb\xe3\xaa\xab\xe3\xb2\x8a\xe4\x82\xb1\xe4\x84\xb2\xe4\x87\xa4\xe4\x8c\xbc\xe4\x93\xb2\xe5\x8f\xa1\xe5\xa3\xa1\xe6\x9e\x98\xe6\xb1\xad\xe7\x91\x9e\xe7\x9d\xbf\xe8\x8a\xae\xe8\x9a\x8b\xe8\x9c\xb9\xe9\x8a\xb3\xe9\x8b\xad\xe9\x94\x90\xf0\xa2\xa3\xb3\xf0\xa8\xa7\xa8\xf0\xa8\xb3\x99\xf0\xaa\x8f\xa9]",81,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru\xc3\xac",4,NULL,0,NULL,0}, + {"[\xe7\x9e\xa4\xf0\xa5\x86\xa7\xf0\xa9\x80\x8b]",13,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xban",4,NULL,0,NULL,0}, + {"\xf0\xa0\xb7\x80",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc7\x94n",4,NULL,0,NULL,0}, + {"[\xe3\xa0\x88\xe4\x8f\xb0\xe4\xa6\x9e\xe6\xa9\x8d\xe6\xb6\xa6\xe6\xbd\xa4\xe8\x86\xb6\xe9\x96\x8f\xe9\x96\xa0\xe9\x97\xb0\xf0\xa8\xb7\x8e]",36,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xb9n",4,NULL,0,NULL,0}, + {"\xe6\x8d\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru\xc3\xb3",4,NULL,0,NULL,0}, + {"[\xe4\x90\x9e\xe5\x81\x8c\xe5\x8f\x92\xe5\xbc\xb1\xe6\xa5\x89\xe6\xb8\x83\xe7\x84\xab\xe7\x88\x87\xe7\xae\xac\xe7\xaf\x9b\xe8\x8b\xa5\xe8\x92\xbb\xe9\x84\x80\xe9\xb0\x99\xe9\xb0\xaf\xe9\xb6\xb8\xf0\xa4\x8d\xbd\xf0\xa4\xa3\xbc\xf0\xa6\xa9\xb8\xf0\xa7\x83\xaa\xf0\xa8\x80\x9d\xf0\xa8\xb4\x9a]",74,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru\xc3\xb2",4,NULL,0,NULL,0}, + {"\xe5\xb5\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ruo",3,NULL,0,NULL,0}, + {"[\xe4\xbb\xa8\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x92\x92\xf0\xa0\xac\x99\xf0\xa3\xac\xac\xf0\xa5\x8b\x8c]",26,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe6\xb4\x92\xe6\xbd\xb5\xe7\x81\x91\xe8\xa8\xaf\xe8\xba\xa0\xe9\x9d\xb8\xf0\xa1\x84\xb3\xf0\xa5\xb8\x97\xf0\xa8\x90\x96\xf0\xa9\x8e\x95\xf0\xa9\xa8\x9e]",40,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe3\x92\x8e\xe3\x9a\xab\xe3\xaa\xaa\xe3\xbd\x82\xe4\x8a\x9b\xe4\x99\xa3\xe4\xac\x83\xe5\x8d\x85\xe6\x91\x8b\xe6\xab\x92\xe6\xb3\xa7\xe8\x84\x8e\xe8\x90\xa8\xe8\x96\xa9\xe8\x99\x84\xe9\x88\x92\xe9\xa2\xaf\xe9\xa3\x92\xe9\xa6\xba\xf0\xa0\x8e\xb7\xf0\xa0\xa6\x83\xf0\xa0\xb1\xa1\xf0\xa0\xbf\x93\xf0\xa1\x90\xa5\xf0\xa1\x92\x81\xf0\xa2\x93\x94\xf0\xa2\x95\xac\xf0\xa2\xab\xac\xf0\xa2\xbb\xa8\xf0\xa3\x80\xaf\xf0\xa3\x9c\x82\xf0\xa5\xb5\xaf\xf0\xa5\xbb\xa6\xf0\xa6\xa0\xbf\xf0\xa6\xbb\x85\xf0\xa6\xbc\xa7\xf0\xa7\x80\x95\xf0\xa7\xad\x9d\xf0\xa8\x83\x9b\xf0\xa8\x86\x82\xf0\xa8\xb7\x86\xf0\xa9\x86\x85\xf0\xa9\x90\x85\xf0\xa9\x97\x89\xf0\xa9\x97\x9e]",163,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc3\xa0",3,NULL,0,NULL,0}, + {"[\xe9\x9a\xa1\xf0\xa0\xae\xbf]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sa",2,NULL,0,NULL,0}, + {"[\xe3\xa9\x99\xe4\x9a\xa1\xe4\xb0\x84\xe5\x99\xbb\xe5\xa1\x9e\xe6\x84\xa2\xe6\x8f\x8c\xe6\xaf\xa2\xe6\xaf\xb8\xe8\x85\xae\xe9\xa1\x8b\xe9\xb0\x93\xe9\xb3\x83\xf0\xaa\x83\x84]",45,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc4\x81i",4,NULL,0,NULL,0}, + {"[\xe3\x97\xb7\xe3\x98\x94\xe4\x88\xa2]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe5\x83\xbf\xe5\x97\xae\xe7\xb0\xba\xe8\xb3\xbd\xe8\xb5\x9b\xf0\xa1\xac\x89\xf0\xa6\x9e\xab]",25,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc3\xa0i",4,NULL,0,NULL,0}, + {"\xe5\x98\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sai",3,NULL,0,NULL,0}, + {"[\xe4\x88\x80\xe4\xb8\x89\xe5\x8f\x81\xe5\xbc\x8e\xe6\xaf\xb5\xe6\xaf\xbf\xe7\x8a\x99\xe9\xac\x96\xf0\xa2\x81\x98\xf0\xa3\x80\xab\xf0\xa3\xac\x9b\xf0\xa6\x99\xb1\xf0\xa6\x99\xb8\xf0\xa7\xb1\x86\xf0\xa7\xbd\xbe\xf0\xa9\xaf\x91]",58,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe3\xa7\xb2\xe4\x89\x88\xe4\x8a\x89\xe4\xab\xa9\xe4\xbb\x90\xe4\xbc\x9e\xe5\x82\x98\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x9d\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb9\x96\xe9\x8f\x92\xe9\x8f\xbe\xe9\x9c\xb0\xe9\xa5\x8a\xe9\xa6\x93\xf0\xa1\x99\x98\xf0\xa2\x95\x95\xf0\xa5\x92\xac\xf0\xa6\xb7\xbb\xf0\xa6\xba\xbb\xf0\xa9\x80\xb2\xf0\xa9\x80\xbc\xf0\xa9\x9e\x80]",88,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\xa4\xbe\xe3\xaa\x94\xe3\xaa\x9a\xe4\xab\x85\xe4\xbf\x95\xe5\xb8\xb4\xe6\x82\xb7\xe6\x95\xa3\xe9\x96\x90\xf0\xa3\x80\xa7\xf0\xa3\xae\xa0\xf0\xa6\xa1\xa8\xf0\xa7\x97\x8b\xf0\xa8\xb8\x83]",49,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc3\xa0n",4,NULL,0,NULL,0}, + {"[\xe5\x8e\x81\xe5\xa3\xad\xe6\xa9\xb5\xe6\xaf\xb6]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"san",3,NULL,0,NULL,0}, + {"[\xe4\x98\xae\xe6\xa1\x91\xe6\xa1\x92\xf0\xa1\xa0\x8f\xf0\xa6\x85\x87\xf0\xa7\x8d\xa8\xf0\xa8\xa2\x86\xf0\xa9\x90\xb7\xf0\xa9\xa6\x8c\xf0\xaa\x94\xac]",39,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe4\xa1\xa6\xe4\xab\x99\xe5\x97\x93\xe6\x90\xa1\xe7\xa3\x89\xe8\xa4\xac\xe9\x8e\x9f\xe9\xa1\x99\xe9\xa2\xa1\xf0\xa1\x95\x8f\xf0\xa3\x9e\x99\xf0\xa4\xb8\xaf\xf0\xa5\x94\xab\xf0\xa6\x9f\x84\xf0\xa9\xba\x9e]",53,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe4\xb8\xa7\xe5\x96\xaa\xf0\xa3\x89\x95\xf0\xa3\x8a\x9d]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc3\xa0ng",5,NULL,0,NULL,0}, + {"\xe6\xa7\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sang",4,NULL,0,NULL,0}, + {"[\xe3\xa5\xb0\xe6\x85\x85\xe6\x8e\xbb\xe6\x90\x94\xe6\xba\x9e\xe7\xb9\x85\xe7\xbc\xab\xe8\x87\x8a\xe9\xa8\x92\xe9\xa8\xb7\xe9\xaa\x9a\xe9\xb0\xa0\xe9\xb1\xa2\xe9\xb3\x8b\xf0\xa0\x8b\xba\xf0\xa2\x94\xb3\xf0\xa3\x89\x94\xf0\xa4\xa0\x98\xf0\xa4\xa2\x96\xf0\xa5\xb0\xb1\xf0\xa6\x8f\x9b\xf0\xa6\x9e\xa3\xf0\xa7\x82\xa9\xf0\xa7\x96\xa0\xf0\xa8\xaa\x8a\xf0\xa9\x99\x88\xf0\xa9\x99\xb0\xf0\xa9\xae\x9a]",100,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc4\x81o",4,NULL,0,NULL,0}, + {"[\xe3\x9b\xae\xe4\x95\x85\xe5\xab\x82\xe6\x89\xab\xe6\x8e\x83\xf0\xa6\xba\x8b\xf0\xa6\xbe\x98]",25,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe3\xb2\xa7\xe3\xbf\x8b\xe5\x9f\xbd\xe6\xb0\x89\xe7\x98\x99\xe7\x9f\x82\xe9\xab\x9e\xf0\xa2\x9c\xb6\xf0\xa2\xa0\xa1\xf0\xa2\xa4\x81\xf0\xa2\xae\x9e\xf0\xa3\xb0\x95\xf0\xa6\x95\x8f\xf0\xa7\x91\xab\xf0\xa8\x83\xa3\xf0\xa8\xa7\xaa\xf0\xa9\xab\xa6\xf0\xaa\x8d\xbb]",67,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc3\xa0o",4,NULL,0,NULL,0}, + {"\xe8\x9e\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sao",3,NULL,0,NULL,0}, + {"\xe9\x96\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc4\x93",3,NULL,0,NULL,0}, + {"[\xe3\x92\x8a\xe3\xa5\xb6\xe3\xb1\x87\xe3\xbb\xad\xe4\x89\xa2\xe4\x94\xbc\xe4\xa8\x9b\xe5\x95\xac\xe5\x97\x87\xe6\x87\x8e\xe6\x93\x8c\xe6\xa0\x9c\xe6\xad\xae\xe6\xad\xb0\xe6\xb4\x93\xe6\xb6\xa9\xe6\xbe\x80\xe6\xbe\x81\xe6\xbf\x87\xe6\xbf\x8f\xe7\x80\x92\xe7\x90\x97\xe7\x91\x9f\xe7\x92\xb1\xe7\x98\xb7\xe7\xa9\x91\xe7\xa9\xa1\xe7\xb9\xac\xe8\x89\xb2\xe8\xad\x85\xe8\xbd\x96\xe9\x8a\xab\xe9\x8f\xbc\xe9\x93\xaf\xe9\x9b\xad\xe9\xa3\x8b\xf0\xa0\x8e\xb8\xf0\xa0\x9f\xa6\xf0\xa0\x9f\xa9\xf0\xa0\xa2\xb3\xf0\xa0\xb5\xad\xf0\xa0\xbd\xbc\xf0\xa0\xbf\x97\xf0\xa1\xab\x9f\xf0\xa1\xb5\xb6\xf0\xa2\x80\x8b\xf0\xa2\x83\xa2\xf0\xa2\xa1\x89\xf0\xa3\x9a\x9f\xf0\xa3\xbd\xa4\xf0\xa4\x81\xa7\xf0\xa4\x96\x97\xf0\xa4\x9b\xb7\xf0\xa4\xbe\xbf\xf0\xa5\x88\xbd\xf0\xa5\xb1\x81\xf0\xa5\xb7\xb9\xf0\xa5\xbb\xa8\xf0\xa6\x86\x84\xf0\xa6\x90\x85\xf0\xa7\x88\x88\xf0\xa7\x92\x93\xf0\xa7\x92\x97\xf0\xa7\xa8\xb7\xf0\xa8\x86\x99\xf0\xa9\x83\x91\xf0\xa9\x84\x9c\xf0\xa9\x87\xa3\xf0\xa9\x8a\xaf\xf0\xa9\x8d\x99\xf0\xa9\x8f\xab\xf0\xa9\x95\xa1\xf0\xa9\xb0\x99]",258,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc3\xa8",3,NULL,0,NULL,0}, + {"[\xe6\xb8\x8b\xe7\xa9\xaf]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"se",2,NULL,0,NULL,0}, + {"[\xe6\xa3\xae\xe6\xa4\xae\xe6\xa7\xae\xe8\xa5\x82\xf0\xa3\x9f\xb9\xf0\xa7\x82\x85]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc4\x93n",4,NULL,0,NULL,0}, + {"\xf0\xa9\x95\x8c",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc4\x9bn",4,NULL,0,NULL,0}, + {"[\xe4\x92\x8f\xe5\x83\xa7\xe9\xac\x99]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc4\x93ng",5,NULL,0,NULL,0}, + {"\xf0\xa1\xac\x99",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc3\xa8ng",5,NULL,0,NULL,0}, + {"[\xe3\xa0\xba\xe3\xb2\x9a\xe3\xb8\xba\xe4\xa4\xac\xe4\xb9\xb7\xe5\x88\xb9\xe5\x89\x8e\xe5\x94\xa6\xe6\x9d\x80\xe6\xa1\xac\xe6\xa6\x9d\xe6\xa8\xa7\xe6\xae\xba\xe6\xaf\xae\xe6\xb2\x99\xe7\x85\x9e\xe7\x8c\x80\xe7\x97\xa7\xe7\xa0\x82\xe7\xa1\xb0\xe7\xb2\x86\xe7\xb4\x97\xe7\xba\xb1\xe8\x8e\x8e\xe8\x94\xb1\xe8\xa3\x9f\xe9\x8e\xa9\xe9\x93\xa9\xe9\xad\xa6\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xb2\xa8\xf0\xa1\xba\xa7\xf0\xa2\x85\x91\xf0\xa2\xa9\x96\xf0\xa2\xb6\x8c\xf0\xa2\xbc\xb5\xf0\xa3\x89\x9c\xf0\xa3\x9b\xb6\xf0\xa3\xa1\xbd\xf0\xa3\xb2\x93\xf0\xa3\xb2\xa1\xf0\xa3\xb6\xa4\xf0\xa3\xbb\x91\xf0\xa4\x8d\x81\xf0\xa4\x91\xa3\xf0\xa6\x80\x9b\xf0\xa6\x95\x89\xf0\xa6\xad\x89\xf0\xa6\xb1\xb5\xf0\xa7\x8b\x8a\xf0\xa8\xaa\x8d\xf0\xa9\x8a\xae\xf0\xa9\xae\xab\xf0\xa9\xb5\xae\xf0\xaa\x84\x85\xf0\xaa\x8c\xae]",198,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\x81",4,NULL,0,NULL,0}, + {"[\xe5\x82\xbb\xe5\x84\x8d\xf0\xa7\xab\x9d]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc7\x8e",4,NULL,0,NULL,0}, + {"[\xe3\xb0\xb1\xe3\xb0\xbc\xe3\xb5\xa4\xe4\x88\x89\xe4\x9d\x8a\xe4\xac\x8a\xe5\x80\xbd\xe5\x8e\xa6\xe5\x94\xbc\xe5\x95\x91\xe5\x95\xa5\xe5\x96\xa2\xe5\xb8\xb9\xe5\xbb\x88\xe6\xad\x83\xe7\xae\x91\xe7\xbf\x9c\xe7\xbf\xa3\xe8\x90\x90\xe9\x96\xaf\xe9\x9c\x8e\xf0\xa0\x8d\xbd\xf0\xa0\x9a\xba\xf0\xa2\x87\x97\xf0\xa3\x93\x89\xf0\xa3\xa3\xae\xf0\xa3\xa3\xba\xf0\xa4\x9f\x83\xf0\xa5\x88\x8a\xf0\xa6\x94\xaf\xf0\xa6\x94\xb0\xf0\xa6\xa9\xbf\xf0\xa6\xbe\x9a\xf0\xa7\x8f\xab\xf0\xa7\xb2\x8c\xf0\xa7\xb3\x9b\xf0\xa7\xbb\xb5\xf0\xa8\x96\xb7\xf0\xa8\x98\x89]",137,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa0",4,NULL,0,NULL,0}, + {"\xe7\xb9\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sha",3,NULL,0,NULL,0}, + {"[\xe3\xa9\x84\xe3\xb4\x93\xe7\xad\x9b\xe7\xaf\xa9\xe7\xb0\x81\xe7\xb0\x9b\xe9\x85\xbe\xe9\x87\x83]",26,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\x81i",5,NULL,0,NULL,0}, + {"[\xe7\xb9\xba\xf0\xa2\x84\x8c]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc7\x8ei",5,NULL,0,NULL,0}, + {"[\xe3\xac\xa0\xe4\xb5\x98\xe6\x99\x92\xe6\x9b\xac\xe9\x96\xb7\xf0\xa7\x9c\x81\xf0\xa8\xa2\xa6\xf0\xa9\x82\x83\xf0\xa9\x82\x9d\xf0\xa9\xb4\x87]",37,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa0i",5,NULL,0,NULL,0}, + {"[\xe3\xb0\x91\xe3\xba\x91\xe4\x80\x90\xe4\x98\xb0\xe5\x88\xa0\xe5\x88\xaa\xe5\x89\xbc\xe5\x98\x87\xe5\x9f\x8f\xe5\xa7\x8d\xe5\xa7\x97\xe5\xb1\xb1\xe5\xb9\x93\xe5\xbd\xa1\xe6\x8c\xbb\xe6\x90\xa7\xe6\x9d\x89\xe6\x9f\xb5\xe6\xaa\x86\xe6\xbd\xb8\xe6\xbe\x98\xe7\x85\xbd\xe7\x8b\xa6\xe7\x8f\x8a\xe7\x97\x81\xe7\xac\x98\xe7\xb8\xbf\xe7\xbe\xb4\xe7\xbe\xb6\xe8\x84\xa0\xe8\x86\xbb\xe8\x88\xa2\xe8\x8a\x9f\xe8\x8b\xab\xe8\xa1\xab\xe8\xb7\x9a\xe8\xbb\x95\xe9\x82\x96\xe9\x92\x90\xe9\xaf\x85\xf0\xa3\x86\xb4\xf0\xa3\x96\x89\xf0\xa3\xa7\xba\xf0\xa3\xb2\x80\xf0\xa5\x8a\x80\xf0\xa6\x8e\x9e\xf0\xa6\x8f\x82\xf0\xa6\xb3\xab\xf0\xa6\xba\xad\xf0\xa7\x9b\x84\xf0\xa7\x9b\xa1\xf0\xa7\xb2\xbe\xf0\xa8\x81\x86\xf0\xa8\x8f\xaa\xf0\xa8\x9d\xa9\xf0\xa8\x9d\xb5\xf0\xa9\x81\xba\xf0\xa9\x8c\xb0\xf0\xaa\x91\x83]",198,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\x81n",5,NULL,0,NULL,0}, + {"\xf0\xa7\xa8\xbe",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe3\x9a\x92\xe3\xa8\x9b\xe3\xaa\x8e\xe3\xb4\xb8\xe3\xb6\x92\xe4\xa0\xbe\xe6\x99\xb1\xe7\x85\x94\xe7\x86\x8c\xe7\x9d\x92\xe8\xa6\xa2\xe9\x96\x83\xe9\x97\xaa\xe9\x99\x95\xe9\x99\x9d\xe9\xbf\x83\xf0\xa0\xbf\x9e\xf0\xa1\x9f\xa8\xf0\xa2\x92\x89\xf0\xa2\xbf\x88\xf0\xa3\xaa\xb6\xf0\xa4\x87\x84\xf0\xa4\x8a\xbc\xf0\xa5\x84\x98\xf0\xa5\x88\x9a\xf0\xa7\xa7\xb5\xf0\xa7\xb4\xad\xf0\xa8\xb9\x88\xf0\xa8\xb9\x8a\xf0\xa9\x86\xa4\xf0\xa9\x86\xab]",110,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\xa3\x8c\xe3\xa3\xa3\xe3\xaa\xa8\xe4\x84\xa0\xe4\x9a\xb2\xe4\xa1\xaa\xe4\xa5\x87\xe4\xa6\x82\xe4\xa6\x85\xe4\xb1\x87\xe4\xb1\x89\xe4\xb4\xae\xe5\x82\x93\xe5\x83\x90\xe5\x89\xa1\xe5\x96\x84\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xac\x97\xe6\x89\x87\xe6\x8e\x9e\xe6\x93\x85\xe6\xa8\xbf\xe6\xad\x9a\xe6\xb1\x95\xe6\xbd\xac\xe7\x81\x97\xe7\x96\x9d\xe7\xa3\xb0\xe7\xb9\x95\xe7\xbc\xae\xe8\x86\xb3\xe8\x9f\xae\xe8\x9f\xba\xe8\xa8\x95\xe8\xac\x86\xe8\xad\xb1\xe8\xae\xaa\xe8\xb4\x8d\xe8\xb5\xa1\xe8\xb5\xb8\xe9\x84\xaf\xe9\x87\xa4\xe9\x8a\x8f\xe9\x90\xa5\xe9\xa5\x8d\xe9\xa8\xb8\xe9\xaa\x9f\xe9\xb1\x93\xe9\xb1\x94\xe9\xb3\x9d\xf0\xa0\x9a\xb9\xf0\xa0\xab\xb9\xf0\xa2\x95\xbb\xf0\xa2\xa9\xa2\xf0\xa2\xab\x94\xf0\xa3\x93\x92\xf0\xa3\xa9\xa7\xf0\xa4\xae\x9c\xf0\xa4\xba\xaa\xf0\xa5\x94\xb1\xf0\xa5\xb0\xa2\xf0\xa5\xb8\xa3\xf0\xa6\x8d\xb8\xf0\xa6\x98\xb9\xf0\xa6\xb6\x8b\xf0\xa7\x8e\xa5\xf0\xa7\xad\xbd\xf0\xa7\xb7\xb6\xf0\xa9\x9f\x8b\xf0\xa9\xa6\x90\xf0\xaa\x8d\xb6]",239,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe5\x9c\xb8\xe6\x95\xbe\xe6\x9d\xa3\xe9\x96\x8a]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shan",4,NULL,0,NULL,0}, + {"[\xe4\xb5\xb0\xe4\xb5\xbc\xe4\xbc\xa4\xe5\x82\xb7\xe5\x95\x86\xe5\xa2\x92\xe6\x85\xaf\xe6\xae\x87\xe6\xae\xa4\xe6\xbb\xb3\xe6\xbc\xa1\xe7\x86\xb5\xe8\x94\x8f\xe8\x9e\xaa\xe8\xa7\x9e\xe8\xa7\xb4\xe8\xac\xaa\xe9\xac\xba\xf0\xa0\xbc\xac\xf0\xa4\x8e\x98\xf0\xa4\xb3\x88\xf0\xa5\x8f\xab\xf0\xa7\xb6\x9c\xf0\xa8\xa2\xa9\xf0\xa8\xb6\xbc\xf0\xaa\x84\xb2]",88,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\x81ng",6,NULL,0,NULL,0}, + {"[\xe5\x9e\xa7\xe6\x89\x84\xe6\x99\x8c\xe8\xb3\x9e\xe8\xb4\x98\xe8\xb5\x8f\xe9\x91\x9c\xf0\xa7\xa1\xae\xf0\xa9\x9e\x83\xf0\xa9\x9e\xa7]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc7\x8eng",6,NULL,0,NULL,0}, + {"[\xe4\xb8\x84\xe4\xb8\x8a\xe5\xb0\x99\xe5\xb0\x9a\xe6\x81\xa6\xe7\xb7\x94\xe7\xbb\xb1\xe9\x9e\x9d\xf0\xa4\x94\x9a\xf0\xa4\xb5\xbc]",34,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa0ng",6,NULL,0,NULL,0}, + {"[\xe4\xbb\xa9\xe8\xa3\xb3]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shang",5,NULL,0,NULL,0}, + {"[\xe4\x88\xb0\xe4\x88\xbe\xe5\xbc\xb0\xe6\x8d\x8e\xe6\x97\x93\xe6\xa2\xa2\xe7\x83\xa7\xe7\x84\xbc\xe7\x87\x92\xe7\xa8\x8d\xe7\xad\xb2\xe8\x89\x84\xe8\x8e\xa6\xe8\x9b\xb8\xe8\xbc\x8e\xe9\xa2\xb5\xe9\xab\xbe\xe9\xae\xb9\xf0\xa0\xb7\x83\xf0\xa1\xa1\x8f\xf0\xa2\xbc\xbc\xf0\xa5\x99\xac\xf0\xa5\xb3\x93\xf0\xa6\x84\x8f\xf0\xa8\xb1\xad\xf0\xa8\xb2\x86\xf0\xa9\xac\x8f]",92,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\x81o",5,NULL,0,NULL,0}, + {"[\xe3\xb2\x88\xe3\xb8\x9b\xe5\x8b\xba\xe6\x9f\x96\xe7\x8e\xbf\xe7\xab\xb0\xe8\x8a\x8d\xe8\x8b\x95\xe9\x9f\xb6\xf0\xa2\xa6\xbd\xf0\xa4\xb1\xa0\xf0\xa6\xaf\x90]",41,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa1o",5,NULL,0,NULL,0}, + {"[\xe3\xaa\xa2\xe4\x92\x9a\xe4\x94\xa0\xe5\xb0\x91\xf0\xa2\xbe\x90\xf0\xa5\xb5\xa6\xf0\xa6\xbf\x83\xf0\xa7\xa3\xaa\xf0\xa8\x88\x98\xf0\xa8\x99\xb9]",38,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc7\x8eo",5,NULL,0,NULL,0}, + {"[\xe4\x8f\xb4\xe4\x99\xbc\xe4\xac\xb0\xe5\x8a\xad\xe5\x8d\xb2\xe5\x93\xa8\xe5\xa8\x8b\xe6\xbd\xb2\xe7\x9d\x84\xe7\xb4\xb9\xe7\xb6\xa4\xe7\xbb\x8d\xe8\xa2\x91\xe9\x82\xb5\xf0\xa0\xa3\xab\xf0\xa0\xa7\x99\xf0\xa4\x89\x8e\xf0\xa6\x93\xb4\xf0\xa7\xb3\xb9\xf0\xa8\x9b\x8d]",68,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa0o",5,NULL,0,NULL,0}, + {"\xe8\x95\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shao",4,NULL,0,NULL,0}, + {"[\xe5\xa5\xa2\xe6\xaa\xa8\xe7\x8c\x9e\xe7\x95\xac\xe7\x95\xb2\xe8\xb3\x92\xe8\xb3\x96\xe8\xb5\x8a\xe8\xbc\x8b\xf0\xa0\xbe\x8f\xf0\xa1\x84\xa2\xf0\xa5\xbf\x9e\xf0\xa8\xa3\x8d\xf0\xa9\xa9\x97]",49,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\x93",4,NULL,0,NULL,0}, + {"[\xe3\x93\xad\xe3\xb5\x83\xe4\x9e\x8c\xe4\xbd\x98\xe8\x88\x8c\xe8\x99\xb5\xe8\x9b\x87\xe8\x9b\xa5\xf0\xa0\x8b\x9e\xf0\xa2\xb6\x85\xf0\xa3\xb8\x9a\xf0\xa5\x9d\x80\xf0\xa6\xaf\xac\xf0\xa6\xb4\x8d\xf0\xa6\xbc\xa2\xf0\xa7\x89\xae\xf0\xa7\xb5\xb3]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa9",4,NULL,0,NULL,0}, + {"[\xe4\xac\xb7\xe6\x8d\xa8\xe8\x88\x8d\xf0\xa2\x89\x83]",15,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe3\xb4\x87\xe4\x80\x85\xe4\x84\x95\xe4\x9c\x93\xe4\xa0\xb6\xe4\xa4\xae\xe5\x8e\x8d\xe5\x8e\x99\xe5\xb0\x84\xe5\xbc\xbd\xe6\x85\x91\xe6\x85\xb4\xe6\x87\xbe\xe6\x91\x82\xe6\x91\x84\xe6\x91\xb5\xe6\x94\x9d\xe6\xac\x87\xe6\xad\x99\xe6\xb6\x89\xe6\xb6\xbb\xe6\xb8\x89\xe6\xbb\xa0\xe7\x81\x84\xe7\xa4\xbe\xe8\x94\x8e\xe8\xa0\x82\xe8\xa8\xad\xe8\xae\xbe\xe8\xb5\xa6\xe9\x9f\x98\xe9\xa8\x87\xe9\xba\x9d\xf0\xa0\xaa\xa3\xf0\xa0\xb4\xaf\xf0\xa2\x97\xad\xf0\xa3\x9d\x92\xf0\xa3\xa3\xad\xf0\xa4\x99\xb1\xf0\xa4\xa0\xad\xf0\xa4\xba\x94\xf0\xa5\x81\xb9\xf0\xa5\x8d\x89\xf0\xa5\x94\xa1\xf0\xa6\x81\x97\xf0\xa7\xae\xbf\xf0\xa8\x9d\xab\xf0\xa9\x82\xa8\xf0\xa9\x82\xb4\xf0\xa9\x99\x9d\xf0\xa9\xae\x90]",173,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa8",4,NULL,0,NULL,0}, + {"\xe8\x88\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"she",3,NULL,0,NULL,0}, + {"[\xe3\x91\x97\xe3\x95\xa5\xe3\x9c\xaa\xe3\xae\xb1\xe4\x85\xb8\xe4\xaf\x82\xe4\xbc\xb8\xe4\xbe\x81\xe5\x85\x9f\xe5\x91\xbb\xe5\xa6\xbd\xe5\xa7\xba\xe5\xa8\xa0\xe5\xb1\xbe\xe5\xb3\xb7\xe6\x89\x9f\xe6\x95\x92\xe6\x9b\x91\xe6\x9f\x9b\xe6\xa3\xbd\xe6\xb0\xa0\xe6\xb7\xb1\xe7\x87\x8a\xe7\x8f\x85\xe7\x94\xa1\xe7\x94\xa7\xe7\x94\xb3\xe7\x9c\x92\xe7\xa0\xb7\xe7\xa9\xbc\xe7\xb1\xb6\xe7\xb1\xb8\xe7\xb4\xb3\xe7\xbb\x85\xe8\x8e\x98\xe8\x91\xa0\xe8\x93\xa1\xe8\x94\x98\xe8\x96\x93\xe8\xa3\x91\xe8\xa8\xb7\xe8\xa9\xb5\xe8\xaf\x9c\xe8\xba\xab\xe9\xa7\xaa\xe9\xaf\xb5\xe9\xb0\xba\xe9\xb2\xb9\xe9\xb5\xa2\xf0\xa0\x83\xab\xf0\xa0\xbb\x9d\xf0\xa1\x96\xac\xf0\xa2\x88\xaf\xf0\xa2\x8f\x8e\xf0\xa2\x98\x8a\xf0\xa3\x87\x97\xf0\xa3\x94\x97\xf0\xa3\x98\x98\xf0\xa3\x98\xb2\xf0\xa4\xb6\xb4\xf0\xa5\x86\xa3\xf0\xa5\xa5\x8d\xf0\xa5\xa5\xbf\xf0\xa5\xb3\xb1\xf0\xa5\xb8\xac\xf0\xa6\x90\xb9\xf0\xa6\x9c\x8a\xf0\xa6\xb8\x82\xf0\xa6\xb8\xaf\xf0\xa6\xba\xb7\xf0\xa7\xa2\xb9\xf0\xa8\x8a\x98\xf0\xa8\x90\x8d\xf0\xa8\x90\x94\xf0\xa8\x90\x95\xf0\xa8\x9d\x90\xf0\xa8\x9e\xb2\xf0\xa9\x89\xbc\xf0\xa9\xba\xb5]",269,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\x93n",5,NULL,0,NULL,0}, + {"[\xe4\xb0\xa0\xe4\xbb\x80\xe7\x94\x9a\xe7\xa5\x9e\xf0\xa4\x95\x8a]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa9n",5,NULL,0,NULL,0}, + {"[\xe3\x9a\x9e\xe3\x9a\xa8\xe3\xb0\x82\xe3\xbe\x95\xe5\x93\x82\xe5\xa9\xb6\xe5\xac\xb8\xe5\xae\xa1\xe5\xae\xb7\xe5\xaf\xa9\xe5\xbc\x9e\xe6\x9b\x8b\xe6\xb8\x96\xe7\x80\x8b\xe7\x9e\xab\xe7\x9f\xa4\xe7\x9f\xa7\xe8\xa6\xbe\xe8\xa8\xa0\xe8\xab\x97\xe8\xae\x85\xe8\xb0\x82\xe8\xb0\x89\xe9\x82\xa5\xe9\xa0\xa3\xe9\xa0\xa5\xe9\xad\xab\xf0\xa0\x98\x86\xf0\xa1\xbc\xac\xf0\xa2\x88\x87\xf0\xa2\x8a\xb2\xf0\xa2\x8f\xa6\xf0\xa2\xb8\x99\xf0\xa3\xbf\x87\xf0\xa4\x8f\x97\xf0\xa5\x8f\x96\xf0\xa5\xac\x90\xf0\xa7\x80\xaf\xf0\xa9\xb6\x87]",131,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\x9bn",5,NULL,0,NULL,0}, + {"[\xe3\xb0\xae\xe3\xb5\x95\xe4\x86\xa6\xe4\xbe\xba\xe6\x84\xbc\xe6\x85\x8e\xe6\x98\x9a\xe6\xa4\xb9\xe6\xb6\x81\xe6\xb8\x97\xe6\xbb\xb2\xe7\x98\x86\xe7\x98\xae\xe7\x9c\x98\xe7\xa5\xb3\xe7\xbd\xa7\xe8\x82\xbe\xe8\x83\x82\xe8\x84\xa4\xe8\x85\x8e\xe8\x9c\x83\xe8\x9c\x84\xe9\x8b\xa0\xf0\xa0\x82\xa7\xf0\xa0\x97\xbf\xf0\xa2\x8a\x96\xf0\xa6\x8c\x80\xf0\xa6\x95\xbd\xf0\xa6\x9c\x9c\xf0\xa8\xb4\x90]",99,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa8n",5,NULL,0,NULL,0}, + {"[\xe5\xa0\x94\xe6\xa6\x8a\xe9\xb0\xb0]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shen",4,NULL,0,NULL,0}, + {"[\xe3\xb1\xa1\xe4\xb2\xbc\xe4\xb4\xa4\xe5\x8d\x87\xe5\x91\x8f\xe5\xa3\xb0\xe6\x96\x98\xe6\x98\x87\xe6\xa0\x8d\xe6\xae\x85\xe6\xb3\xa9\xe6\xb9\xa6\xe7\x84\xba\xe7\x89\xb2\xe7\x8b\x8c\xe7\x8f\x84\xe7\x94\x9f\xe7\x94\xa5\xe7\xac\x99\xe8\x81\xb2\xe8\x8b\xbc\xe9\x89\x8e\xe9\x98\xa9\xe9\x99\x9e\xe9\x99\xb9\xe9\xb5\xbf\xe9\xbc\xaa\xf0\xa0\x87\xb7\xf0\xa0\xb4\xa2\xf0\xa2\xa6\x91\xf0\xa3\xa2\xa1\xf0\xa3\xac\xba\xf0\xa4\x9a\xa3\xf0\xa5\x98\xa5\xf0\xa5\x9f\x8e\xf0\xa6\x96\x9e\xf0\xa7\xbf\x98\xf0\xa8\x81\xa0\xf0\xa8\x95\xbb]",131,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\x93ng",6,NULL,0,NULL,0}, + {"[\xe4\xb1\x86\xe6\x86\xb4\xe7\xb9\xa9\xe7\xbb\xb3\xe8\xad\x9d\xf0\xa6\xa9\xb1\xf0\xa9\x8d\x8b]",25,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa9ng",6,NULL,0,NULL,0}, + {"[\xe3\x97\x82\xe3\xae\x90\xe3\xbc\xb3\xe3\xbe\xaa\xe4\x81\x9e\xe4\x9a\x87\xe4\xaa\xbf\xe5\x81\x97\xe6\xb8\xbb\xe7\x9c\x81\xe7\x9c\x9a\xf0\xa1\x9e\x9e\xf0\xa1\xa8\xbd\xf0\xa6\x94\x84\xf0\xa6\xb3\x97\xf0\xa7\x8d\x96\xf0\xa8\x9c\x9c\xf0\xa8\xb2\x93\xf0\xa8\xb5\xa5]",67,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\x9bng",6,NULL,0,NULL,0}, + {"[\xe4\x9e\x89\xe5\x89\xa9\xe5\x89\xb0\xe5\x8b\x9d\xe5\x9c\xa3\xe5\xa2\xad\xe5\xb5\x8a\xe6\x99\xa0\xe6\xa6\xba\xe7\x90\x9e\xe7\x9b\x9b\xe8\x81\x96\xe8\x83\x9c\xe8\x95\x82\xe8\xb2\xb9\xe8\xb3\xb8\xf0\xa0\x93\xb8\xf0\xa0\x93\xbd\xf0\xa4\xaf\xa1\xf0\xa6\x95\xa1\xf0\xa6\x9b\x99\xf0\xa7\xa1\xb6\xf0\xa7\xaa\x9d\xf0\xa8\x9a\xb1\xf0\xaa\x85\xbb]",86,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa8ng",6,NULL,0,NULL,0}, + {"[\xe6\x9b\xbb\xe6\xa9\xb3\xe7\xab\x94]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sheng",5,NULL,0,NULL,0}, + {"[\xe4\x8c\xa4\xe4\x8c\xb3\xe4\x8f\x89\xe4\x97\x90\xe4\x99\xbe\xe4\xb4\x93\xe5\x91\x9e\xe5\xa4\xb1\xe5\xb0\xb8\xe5\xb1\x8d\xe5\xb8\x88\xe5\xb8\xab\xe6\x96\xbd\xe6\xb5\x89\xe6\xb9\xa4\xe6\xb9\xbf\xe6\xba\xae\xe6\xba\xbc\xe6\xbf\x95\xe7\x8b\xae\xe7\x8d\x85\xe7\x91\xa1\xe7\xb5\x81\xe8\x91\xb9\xe8\x92\x92\xe8\x93\x8d\xe8\x99\xb1\xe8\x9d\xa8\xe8\xa4\xb7\xe8\xa5\xb9\xe8\xa9\xa9\xe8\xaf\x97\xe9\x82\xbf\xe9\x87\xb6\xe9\x88\x9f\xe9\x89\x87\xe9\x89\x88\xe9\x8d\xa6\xe9\xaf\xb4\xe9\xb0\xa4\xe9\xb2\xba\xe9\xb3\xb2\xe9\xb3\xbe\xe9\xb6\xb3\xe9\xb8\xa4\xf0\xa0\x87\xb3\xf0\xa0\x93\xa4\xf0\xa0\xb7\x87\xf0\xa1\x82\x93\xf0\xa1\x9f\x95\xf0\xa1\xa0\x8b\xf0\xa2\x80\x95\xf0\xa2\xa7\x8f\xf0\xa2\xba\xbf\xf0\xa2\xbb\xab\xf0\xa2\xbc\x89\xf0\xa2\xbc\x8a\xf0\xa3\x81\x92\xf0\xa3\xa4\x98\xf0\xa4\xb9\x8c\xf0\xa5\x8d\xb8\xf0\xa5\x9b\xa8\xf0\xa5\x9c\xb0\xf0\xa6\x8c\xbf\xf0\xa6\x92\x88\xf0\xa7\x8d\x80\xf0\xa7\x9c\x82\xf0\xa7\xa0\x9c\xf0\xa7\xa0\xa1\xf0\xa7\xa9\xb9\xf0\xa9\x92\x82\xf0\xa9\xa5\x90\xf0\xa9\xac\xad\xf0\xaa\x80\x94\xf0\xaa\x93\xbb\xf0\xaa\x93\xbf\xf0\xab\x9a\x95]",265,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\xab",4,NULL,0,NULL,0}, + {"[\xe2\xbb\x9d\xe2\xbb\x9f\xe2\xbb\xa0\xe3\x96\xb7\xe3\xb5\x93\xe4\x82\x96\xe4\x84\xb7\xe4\x88\x95\xe4\x96\xa8\xe4\xa6\xb9\xe4\xb2\xbd\xe4\xb6\xa1\xe4\xb9\xad\xe5\x8d\x81\xe5\x9f\x98\xe5\xa1\x92\xe5\xa7\xbc\xe5\xae\x9e\xe5\xae\x9f\xe5\xaf\x94\xe5\xaf\xa6\xe5\xb3\x95\xe6\x8b\xbe\xe6\x97\xb6\xe6\x97\xb9\xe6\x99\x82\xe6\xa6\xaf\xe6\xb9\x9c\xe6\xba\xa1\xe7\x82\xbb\xe7\x9f\xb3\xe7\xa5\x8f\xe8\x8e\xb3\xe8\x92\x94\xe8\x9a\x80\xe8\x9d\x95\xe8\xad\x98\xe8\xaf\x86\xe8\xbe\xbb\xe9\x81\x88\xe9\x89\x90\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa5\xa3\xe9\xb0\xa3\xe9\xb2\xa5\xe9\xbc\xab\xe9\xbc\xad\xf0\xa0\xa5\xbf\xf0\xa0\xa9\x94\xf0\xa0\xaf\xb0\xf0\xa0\xb0\xb4\xf0\xa1\x80\x97\xf0\xa1\x9a\xbc\xf0\xa1\xab\xb5\xf0\xa1\xba\x94\xf0\xa2\xa8\x9d\xf0\xa2\xbb\x98\xf0\xa3\x8f\x9a\xf0\xa3\xa7\x9a\xf0\xa4\xb8\xa4\xf0\xa5\x87\xb2\xf0\xa5\x90\x98\xf0\xa6\x94\x82\xf0\xa7\x84\xb9\xf0\xa8\x99\xa9]",218,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xad",4,NULL,0,NULL,0}, + {"[\xe3\x95\x9c\xe3\xb9\xac\xe3\xb9\xb7\xe4\x82\xa0\xe4\x92\xa8\xe4\xb9\xa8\xe4\xbd\xbf\xe5\x85\x98\xe5\x8f\xb2\xe5\xa7\x8b\xe5\xae\xa9\xe5\xb1\x8e\xe7\x9f\xa2\xe7\xac\xb6\xe8\xb1\x95\xe9\x89\x82\xe9\xa7\x9b\xe9\xa9\xb6\xf0\xa0\x98\xaa\xf0\xa1\xb0\xaf\xf0\xa1\xb1\x81\xf0\xa1\xb6\x88\xf0\xa2\x81\x93\xf0\xa3\x86\x98\xf0\xa5\x91\x8f\xf0\xa6\xb0\xaf\xf0\xa6\xb3\x8a\xf0\xa8\xb4\xaf\xf0\xa9\xad\x90\xf0\xa9\xb0\xa2\xf0\xaa\x8a\xa2\xf0\xaa\x97\xa7]",112,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc7\x90",4,NULL,0,NULL,0}, + {"[\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe3\x92\xbe\xe3\x94\xba\xe3\xb1\x81\xe3\xb3\x8f\xe3\xb8\xb7\xe3\xb9\x9d\xe4\x81\xba\xe4\x8a\x93\xe4\x8f\xa1\xe4\x9b\x88\xe4\x9f\x97\xe4\xa4\xad\xe4\xa4\xb1\xe4\xa9\x83\xe4\xad\x84\xe4\xb8\x96\xe4\xb8\x97\xe4\xba\x8a\xe4\xba\x8b\xe4\xbb\x95\xe4\xbc\xbc\xe4\xbe\x8d\xe5\x86\x9f\xe5\x8a\xbf\xe5\x8b\xa2\xe5\x8d\x8b\xe5\x8f\x93\xe5\x91\xa9\xe5\x97\x9c\xe5\x99\xac\xe5\xa3\xab\xe5\xa5\xad\xe5\xaa\x9e\xe5\xac\x95\xe5\xae\xa4\xe5\xb4\xbc\xe5\xb8\x82\xe5\xbc\x8f\xe5\xbc\x91\xe5\xbc\x92\xe5\xbe\xa5\xe5\xbf\x95\xe6\x81\x80\xe6\x81\x83\xe6\x88\xba\xe6\x8b\xad\xe6\x8f\x93\xe6\x98\xaf\xe6\x98\xb0\xe6\x9e\xbe\xe6\x9f\xb9\xe6\x9f\xbf\xe6\xa0\xbb\xe6\xb0\x8f\xe6\xbe\xa8\xe7\x83\x92\xe7\x9c\x82\xe7\x9c\x8e\xe7\x9c\xa1\xe7\x9d\x97\xe7\xa4\xba\xe7\xa4\xbb\xe7\xad\xae\xe7\xb0\xad\xe8\x88\x90\xe8\x88\x93\xe8\x9e\xab\xe8\xa5\xab\xe8\xa6\x96\xe8\xa7\x86\xe8\xa7\xa2\xe8\xa9\xa6\xe8\xaa\x93\xe8\xab\x9f\xe8\xab\xa1\xe8\xac\x9a\xe8\xaf\x95\xe8\xb0\xa5\xe8\xb1\x89\xe8\xb2\xb0\xe8\xb4\xb3\xe8\xbb\xbe\xe8\xbd\xbc\xe9\x80\x82\xe9\x80\x9d\xe9\x81\xa9\xe9\x81\xbe\xe9\x87\x88\xe9\x87\x8a\xe9\x87\x8b\xe9\x88\xb0\xe9\x89\x83\xe9\x89\xbd\xe9\x8a\xb4\xe9\x93\x88\xe9\xa3\xbe\xe9\xa4\x99\xe9\xa4\x9d\xe9\xa5\xb0\xf0\xa0\x80\x8d\xf0\xa0\x81\x97\xf0\xa0\xa1\xa5\xf0\xa0\xb0\x9a\xf0\xa1\x85\xb5\xf0\xa1\x89\xb8\xf0\xa1\xa3\xaa\xf0\xa1\xb7\x88\xf0\xa2\x82\x91\xf0\xa2\x83\xb0\xf0\xa2\x9d\xac\xf0\xa3\xac\x90\xf0\xa4\x86\xb0\xf0\xa4\x89\x8f\xf0\xa4\x91\xa6\xf0\xa4\x96\xbb\xf0\xa4\x9c\xa3\xf0\xa4\xa2\xbc\xf0\xa4\xaf\x84\xf0\xa4\xaf\x9c\xf0\xa5\x85\x94\xf0\xa5\x85\x9e\xf0\xa5\xa5\xa5\xf0\xa5\xab\xb4\xf0\xa5\xb0\xb0\xf0\xa5\xbc\xb6\xf0\xa5\xbf\x85\xf0\xa6\x9a\xa8\xf0\xa6\xbf\x87\xf0\xa7\x8a\x96\xf0\xa7\x9d\x8a\xf0\xa7\x9e\xb2\xf0\xa7\xa7\x85\xf0\xa7\xb3\x85\xf0\xa7\xb5\x8b\xf0\xa7\xbb\xb8\xf0\xa8\x92\x8d\xf0\xa8\x92\xa7\xf0\xa8\x9f\x82\xf0\xa8\xb1\xa1\xf0\xa8\xb8\x9d\xf0\xa8\xbd\x84\xf0\xa9\x8b\xa1\xf0\xa9\x97\x8e\xf0\xa9\x9b\x8c\xf0\xa9\x9b\x8f]",492,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xac",4,NULL,0,NULL,0}, + {"[\xe4\xbd\xa6\xe5\x8c\x99\xe5\xb5\xb5\xe6\xa6\x81\xe7\x85\xb6\xe7\xab\x8d\xe7\xaf\x92\xe7\xb1\x82\xe9\xae\x96\xe9\xb0\x98\xf0\xa5\xab\xbd]",36,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shi",3,NULL,0,NULL,0}, + {"[\xe3\xa7\x83\xe5\x8f\x8e\xe6\x94\xb6\xf0\xa0\x88\x85\xf0\xa4\x99\x98\xf0\xa4\x9a\x94\xf0\xa4\xb1\x9c\xf0\xa5\x85\xaa]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc5\x8du",5,NULL,0,NULL,0}, + {"[\xe3\x9d\x8a\xe4\xad\xad\xe5\x9e\xa8\xe5\xae\x88\xe6\x89\x8b\xe8\x89\x8f\xe9\xa6\x96\xf0\xa1\xad\xae\xf0\xa5\x85\xb7\xf0\xa5\xbe\xb9\xf0\xa6\xa3\xbb\xf0\xa7\xb5\x83\xf0\xa9\xa0\xb6]",47,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc7\x92u",5,NULL,0,NULL,0}, + {"[\xe3\x96\x9f\xe3\xa5\x85\xe4\x9b\xb5\xe5\x85\xbd\xe5\x8f\x97\xe5\x94\xae\xe5\xa3\xbd\xe5\xa4\x80\xe5\xaf\xbf\xe6\x8e\x88\xe6\xb6\xad\xe7\x8b\xa9\xe7\x8d\xb8\xe7\x97\xa9\xe7\x98\xa6\xe7\xb6\xac\xe7\xbb\xb6\xe9\x8f\x89\xf0\xa0\xb1\x94\xf0\xa3\x92\xbb\xf0\xa5\x99\xb0\xf0\xa5\xa8\x9d\xf0\xa7\x88\x99\xf0\xa7\x8c\x85\xf0\xa7\x9a\xaf\xf0\xa7\x9c\x83\xf0\xa7\xa4\x99\xf0\xa7\xaf\xbc\xf0\xa8\xb1\x92\xf0\xa9\xb4\x8d\xf0\xaa\x88\x80]",108,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xb2u",5,NULL,0,NULL,0}, + {"[\xe2\xba\x98\xe6\x89\x8c\xe7\x8d\xa3]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shou",4,NULL,0,NULL,0}, + {"[\xe3\x91\x90\xe3\xb8\xa1\xe3\xbc\xa1\xe4\xa8\xb9\xe4\xb1\x99\xe4\xb9\xa6\xe5\x80\x8f\xe5\x80\x90\xe5\x84\xb5\xe5\x8f\x94\xe5\xa7\x9d\xe5\xb0\x97\xe6\x8a\x92\xe6\x8e\x93\xe6\x91\x85\xe6\x94\x84\xe6\x9b\xb8\xe6\x9d\xb8\xe6\x9e\xa2\xe6\xa2\xb3\xe6\xa8\x9e\xe6\xa9\xbe\xe6\xae\x8a\xe6\xae\xb3\xe6\xaf\xb9\xe6\xb7\x91\xe7\x84\x82\xe7\x91\xb9\xe7\x96\x8e\xe7\x96\x8f\xe7\xb4\x93\xe7\xb6\x80\xe7\xba\xbe\xe8\x88\x92\xe8\x8f\xbd\xe8\x94\xac\xe8\xb7\xbe\xe8\xb8\x88\xe8\xbb\x97\xe8\xbc\xb8\xe8\xbe\x93\xe9\x84\x83\xe9\x99\x8e\xe9\xae\x9b\xe9\xb5\xa8\xf0\xa0\x98\xa7\xf0\xa0\x99\x8e\xf0\xa1\xa7\x94\xf0\xa2\x9e\xa3\xf0\xa3\x89\x9b\xf0\xa3\xb0\xbf\xf0\xa4\x95\x9f\xf0\xa4\xb1\x90\xf0\xa4\xb4\x99\xf0\xa5\xb3\x95\xf0\xa5\xbf\x87\xf0\xa6\x88\x8c\xf0\xa6\x88\xb7\xf0\xa6\x8d\x84\xf0\xa6\x90\xa3\xf0\xa6\xa4\x82\xf0\xa6\xb6\x95\xf0\xa6\xba\x97\xf0\xa7\xa0\xa3\xf0\xa8\x81\x80\xf0\xa8\x90\x85\xf0\xa8\x9b\xad\xf0\xa9\x9b\x85\xf0\xa9\xb3\x85\xf0\xa9\xb7\x8c\xf0\xa9\xbe\x88\xf0\xaa\x85\xb0]",245,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc5\xab",4,NULL,0,NULL,0}, + {"[\xe3\x92\x94\xe3\xaf\xae\xe4\x83\x9e\xe4\xb4\xb0\xe5\xa1\xbe\xe5\xa9\x8c\xe5\xad\xb0\xe7\x86\x9f\xe7\x92\xb9\xe7\xa7\xab\xe8\xb4\x96\xe8\xb5\x8e\xf0\xa1\x92\x92\xf0\xa1\xa6\x9b\xf0\xa2\xa7\x87\xf0\xa3\xa4\xaf\xf0\xa7\x87\x9d\xf0\xa8\xb6\x9d\xf0\xa8\xb7\x99\xf0\xa9\xa2\xbb]",70,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xba",4,NULL,0,NULL,0}, + {"[\xe3\xbb\xbf\xe4\x91\x95\xe4\x9d\xaa\xe4\x9e\x96\xe5\xb1\x9e\xe5\xb1\xac\xe6\x9a\x8f\xe6\x9a\x91\xe6\x9b\x99\xe6\xbd\xbb\xe7\x99\x99\xe7\xbd\xb2\xe8\x96\xa5\xe8\x96\xaf\xe8\x97\xb7\xe8\x9c\x80\xe8\xa5\xa1\xe8\xa5\xa9\xe9\x92\x83\xe9\xbb\x8d\xe9\xbc\xa0\xe9\xbc\xa1\xf0\xa1\xa4\xbd\xf0\xa1\xb1\x86\xf0\xa2\x8b\x82\xf0\xa3\x80\xbb\xf0\xa4\xbb\x83\xf0\xa5\x8d\x9d\xf0\xa5\xa3\x8b\xf0\xa6\xba\xaa\xf0\xa7\x84\x94\xf0\xa7\x91\x93\xf0\xa7\x92\x91\xf0\xa8\xbd\x89]",116,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc7\x94",4,NULL,0,NULL,0}, + {"[\xe3\x9b\xb8\xe3\x9c\x90\xe3\xa1\x8f\xe3\xa3\xbd\xe3\xab\xb9\xe3\xb5\x82\xe3\xb6\x96\xe3\xb7\x82\xe3\xbd\xb0\xe3\xbe\x81\xe4\x89\x80\xe4\x98\xa4\xe4\x9c\xb9\xe4\x9d\x82\xe4\xa0\xbc\xe4\xa2\x9e\xe4\xa2\xa4\xe4\xa9\xb1\xe4\xbe\xb8\xe5\x87\x81\xe5\x92\xb0\xe5\xa2\x85\xe5\xb0\x8c\xe5\xba\xb6\xe5\xba\xbb\xe6\x80\xb7\xe6\x81\x95\xe6\x88\x8d\xe6\x8d\x92\xe6\x95\xb0\xe6\x95\xb8\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9d\x9f\xe6\xa0\x91\xe6\xa8\xb9\xe6\xb2\xad\xe6\xbc\xb1\xe6\xbd\x84\xe6\xbe\x8d\xe6\xbf\x96\xe7\xab\x96\xe7\xab\xaa\xe7\xb5\x89\xe8\x85\xa7\xe8\x8d\x97\xe8\x92\x81\xe8\x99\xaa\xe8\xa1\x93\xe8\xa3\x8b\xe8\xb1\x8e\xe8\xbf\xb0\xe9\x89\xa5\xe9\x8c\xb0\xe9\x8f\xa3\xe9\x9a\x83\xe9\xb6\x90\xf0\xa0\x8a\xaa\xf0\xa0\x90\x8a\xf0\xa0\xb2\x8c\xf0\xa0\xbe\xa2\xf0\xa1\x82\xa1\xf0\xa1\x8a\x8d\xf0\xa1\x94\xaa\xf0\xa1\xa3\x88\xf0\xa2\xa0\xab\xf0\xa3\x8f\x97\xf0\xa3\xbb\x9a\xf0\xa4\x8d\x93\xf0\xa4\x97\xaa\xf0\xa4\x98\xb7\xf0\xa4\x9e\x89\xf0\xa6\x92\xb6\xf0\xa6\xa0\xa6\xf0\xa7\x97\xb1\xf0\xa7\x9e\x80\xf0\xa7\x9e\xab\xf0\xa7\xbc\xaf\xf0\xa8\x85\x92\xf0\xa8\x94\xa6\xf0\xaa\x8c\xb6\xf0\xaa\x90\xa7]",273,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xb9",4,NULL,0,NULL,0}, + {"[\xe7\x80\xad\xe7\xb3\xac\xe8\xa0\xb4\xe9\xb1\xaa\xe9\xb1\xb0]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu",3,NULL,0,NULL,0}, + {"[\xe3\x95\x9e\xe5\x88\xb7\xe5\x94\xb0\xf0\xa0\x9b\x9a]",15,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc4\x81",5,NULL,0,NULL,0}, + {"[\xe8\x80\x8d\xf0\xa4\x94\x99\xf0\xa9\x88\xa5\xf0\xa9\x89\x86\xf0\xa9\xa4\xa4]",21,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc7\x8e",5,NULL,0,NULL,0}, + {"\xe8\xaa\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc3\xa0",5,NULL,0,NULL,0}, + {"[\xe3\xb2\xa4\xe6\x91\x94\xe8\xa1\xb0\xf0\xa4\xa0\xa0\xf0\xa4\xb8\xac\xf0\xa4\xba\x80\xf0\xa8\x84\xae]",27,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc4\x81i",6,NULL,0,NULL,0}, + {"\xe7\x94\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc7\x8ei",6,NULL,0,NULL,0}, + {"[\xe4\xa2\xa6\xe5\x8d\x9b\xe5\xb8\x85\xe5\xb8\xa5\xe8\x9f\x80\xf0\xa0\x8c\xad\xf0\xa2\x95\x85\xf0\xa2\x95\x91\xf0\xa3\x98\x9a\xf0\xa3\xbc\xa7\xf0\xa7\x8d\x93\xf0\xa7\x97\xbf\xf0\xa7\x9c\xa0\xf0\xa9\x98\xb1]",53,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc3\xa0i",6,NULL,0,NULL,0}, + {"[\xe6\x8b\xb4\xe6\xa0\x93\xe9\x96\x82\xe9\x97\xa9\xf0\xa2\xa9\xa0\xf0\xa3\x94\xab\xf0\xa3\x9f\xb4\xf0\xa3\xa0\xb8]",30,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc4\x81n",6,NULL,0,NULL,0}, + {"[\xe4\xa7\xa0\xe6\xb6\xae\xe8\x85\xa8\xf0\xa1\xad\x90\xf0\xa2\xae\x9b\xf0\xa4\x85\xb2\xf0\xa6\xba\xb2\xf0\xa8\x84\x94\xf0\xa8\x8f\x89]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc3\xa0n",6,NULL,0,NULL,0}, + {"[\xe3\x95\xa0\xe4\x89\xb6\xe4\x8c\xae\xe4\x9d\x84\xe5\x8f\x8c\xe5\xad\x80\xe5\xad\x87\xe6\xac\x86\xe7\xa4\xb5\xe8\x89\xad\xe9\x9b\x99\xe9\x9c\x9c\xe9\xa8\xbb\xe9\xa9\xa6\xe9\xaa\xa6\xe9\xb7\x9e\xe9\xb8\x98\xe9\xb9\xb4\xf0\xa7\x84\x90\xf0\xa7\x95\x9f\xf0\xa8\x87\xaf\xf0\xa9\x85\xaa\xf0\xa9\x86\xbf\xf0\xa9\xbd\xa7]",80,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc4\x81ng",7,NULL,0,NULL,0}, + {"[\xe4\x94\xaa\xe4\x97\xae\xe4\xab\xaa\xe5\xa1\xbd\xe6\x85\xa1\xe6\xa8\x89\xe6\xbc\xba\xe7\x88\xbd\xe7\xb8\x94\xf0\xa0\x97\xbe\xf0\xa1\x91\xbd\xf0\xa5\xa1\xa0\xf0\xa5\xb1\xb6\xf0\xa6\x84\x8d\xf0\xa6\x86\x8c\xf0\xa7\xb4\x85]",57,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc7\x8eng",7,NULL,0,NULL,0}, + {"[\xe3\xa6\xbc\xe7\x81\x80\xf0\xa5\xb2\x9a\xf0\xa7\x95\xba]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc3\xa0ng",7,NULL,0,NULL,0}, + {"\xe9\x8f\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shuang",6,NULL,0,NULL,0}, + {"[\xe8\x84\xbd\xe8\xaa\xb0\xe8\xb0\x81\xf0\xa7\x80\xa3]",15,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc3\xad",5,NULL,0,NULL,0}, + {"[\xe6\xb0\xb4\xf0\xa1\xaf\x91\xf0\xa1\xb1\x8a\xf0\xa2\x8f\x85\xf0\xa4\x86\x99\xf0\xa5\xab\xb8\xf0\xa6\x99\x99]",29,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc7\x90",5,NULL,0,NULL,0}, + {"[\xe3\xa5\xa8\xe3\xbd\xb7\xe4\xac\xbd\xe4\xad\xa8\xe4\xb3\xa0\xe5\xb8\xa8\xe6\xb6\x97\xe6\xb6\x9a\xe7\x9d\xa1\xe7\x9e\x93\xe7\xa5\xb1\xe7\xa8\x85\xe7\xa8\x8e\xe8\xa3\x9e\xf0\xa0\xbb\x9c\xf0\xa2\x87\xa4\xf0\xa5\x8c\x98\xf0\xa6\xa3\xa2\xf0\xa8\x93\x9a\xf0\xa8\xbf\xa0\xf0\xa9\x9f\xa5\xf0\xa9\xa9\x9e]",76,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc3\xac",5,NULL,0,NULL,0}, + {"[\xe2\xba\xa1\xe2\xba\xa2\xe6\xb0\xb5\xe6\xb0\xba\xe9\x96\x96]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shui",4,NULL,0,NULL,0}, + {"[\xe5\x90\xae\xf0\xa8\xba\xa0]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc7\x94n",5,NULL,0,NULL,0}, + {"[\xe3\xa5\xa7\xe4\x80\xa2\xe4\x80\xb5\xe4\x91\x9e\xe4\xb4\x84\xe6\xa9\x93\xe7\x9e\x9a\xe7\x9e\xac\xe8\x88\x9c\xe8\x95\xa3\xe9\xa0\x86\xe9\xa1\xba\xe9\xac\x8a\xf0\xa8\x9d\x9c]",45,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xb9n",5,NULL,0,NULL,0}, + {"[\xe5\x93\xbe\xe8\xaa\xaa\xe8\xaa\xac\xe8\xaf\xb4]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc5\x8d",5,NULL,0,NULL,0}, + {"[\xe3\xae\xb6\xe4\x80\xa5\xe4\x81\xbb\xe5\xa6\x81\xe6\x90\xa0\xe6\x9c\x94\xe6\xa7\x8a\xe6\xac\xb6\xe7\x83\x81\xe7\x88\x8d\xe7\x8d\xa1\xe7\x9f\x9f\xe7\xa1\x95\xe7\xa2\xa9\xe7\xae\xbe\xe8\x92\xb4\xe9\x8e\x99\xe9\x91\xa0\xe9\x93\x84\xf0\xa0\xb2\xbe\xf0\xa0\xb2\xbf\xf0\xa3\x80\x9d\xf0\xa3\x9d\x87\xf0\xa3\xb7\xa5\xf0\xa3\xb8\x9b\xf0\xa3\xbb\x98\xf0\xa4\xa1\xaf\xf0\xa4\xa2\xb4\xf0\xa5\x8c\x9e\xf0\xa6\x82\x97\xf0\xa6\x83\x97\xf0\xa6\x8b\x9e\xf0\xa8\xa8\xba\xf0\xa9\x9f\xa7\xf0\xaa\x8e\x92]",123,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu\xc3\xb2",5,NULL,0,NULL,0}, + {"[\xe2\xba\xaf\xe2\xba\xb0\xe3\x9f\x83\xe3\xa0\xbc\xe3\xb4\xb2\xe3\xba\x87\xe3\xba\xa8\xe3\xbd\x84\xe4\x87\x81\xe4\x94\xae\xe4\xa1\xb3\xe4\xab\xa2\xe4\xb2\x89\xe4\xb8\x9d\xe4\xbf\xac\xe5\x87\x98\xe5\x8e\xae\xe5\x8e\xb6\xe5\x8f\xb8\xe5\x92\x9d\xe5\x98\xb6\xe5\x99\x9d\xe5\xaa\xa4\xe5\xbb\x9d\xe6\x80\x9d\xe6\x92\x95\xe6\x96\xaf\xe6\xa5\x92\xe6\xa6\xb9\xe6\xb3\x80\xe6\xbe\x8c\xe7\x87\x8d\xe7\xa3\x83\xe7\xa6\x97\xe7\xa6\xa0\xe7\xa7\x81\xe7\xb1\xad\xe7\xb3\xb9\xe7\xb5\xb2\xe7\xb7\xa6\xe7\xba\x9f\xe7\xbc\x8c\xe7\xbd\xb3\xe8\x95\xac\xe8\x99\x92\xe8\x9b\xb3\xe8\x9c\xa4\xe8\x9e\x84\xe8\x9f\x96\xe8\x9f\xb4\xe9\x89\xb0\xe9\x8b\x96\xe9\x90\x81\xe9\x94\xb6\xe9\xa2\xb8\xe9\xa3\x94\xe9\xa8\xa6\xe9\xb7\xa5\xe9\xb8\xb6\xe9\xbc\xb6\xf0\xa0\x80\x93\xf0\xa0\x96\x93\xf0\xa1\xa1\x92\xf0\xa2\x8a\x80\xf0\xa2\x9b\xa5\xf0\xa2\xa0\xb9\xf0\xa2\xa6\xb2\xf0\xa3\x82\x96\xf0\xa3\x9a\x84\xf0\xa4\x86\x9f\xf0\xa4\xa3\xb5\xf0\xa5\x84\xb6\xf0\xa5\x90\x80\xf0\xa5\x95\xb6\xf0\xa5\x9d\xa0\xf0\xa5\xa0\xb1\xf0\xa5\xaf\xa8\xf0\xa6\x87\xb2\xf0\xa6\x87\xb5\xf0\xa6\xad\xa1\xf0\xa6\xae\xba\xf0\xa6\xb8\xb7\xf0\xa6\xbd\x95\xf0\xa7\x80\x9a\xf0\xa7\x9d\xa4\xf0\xa8\xae\xad\xf0\xa9\x85\xb0\xf0\xa9\x86\xb5\xf0\xa9\xba\x9b\xf0\xaa\x86\x81\xf0\xaa\x86\x97\xf0\xaa\x95\xb3\xf0\xaa\x96\x89]",314,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc4\xab",3,NULL,0,NULL,0}, + {"[\xe6\xad\xbb\xf0\xa3\xa3\x91]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe2\xba\x92\xe3\x95\xbd\xe3\x9a\xb6\xe3\xa3\x88\xe3\xad\x92\xe3\xb8\xbb\xe3\xb9\x91\xe4\x87\x83\xe4\x8e\xa3\xe4\x8f\xa4\xe4\xa6\x99\xe4\xba\x96\xe4\xbd\x80\xe4\xbe\xa1\xe5\x84\xa9\xe5\x85\x95\xe5\x97\xa3\xe5\x9b\x9b\xe5\xa7\x92\xe5\xa8\xb0\xe5\xad\xa0\xe5\xaf\xba\xe5\xb7\xb3\xe6\x9d\xab\xe6\x9f\xb6\xe6\xb1\x9c\xe6\xb3\x97\xe6\xb3\xa4\xe6\xb4\x8d\xe6\xb6\x98\xe7\x80\x83\xe7\x89\xad\xe7\xa5\x80\xe7\xa6\xa9\xe7\xab\xa2\xe7\xac\xa5\xe8\x80\x9c\xe8\x82\x82\xe8\x82\x86\xe8\x95\xbc\xe8\xa6\x97\xe8\xb2\x84\xe9\x87\xb2\xe9\x88\xb6\xe9\x88\xbb\xe9\xa3\xa4\xe9\xa3\xbc\xe9\xa5\xb2\xe9\xa7\x9f\xe9\xa9\xb7\xf0\xa0\x8b\xa1\xf0\xa0\xad\x88\xf0\xa0\xb3\x8e\xf0\xa2\x8d\xad\xf0\xa3\x99\xbc\xf0\xa3\xa9\xa0\xf0\xa3\xb1\xbb\xf0\xa3\xbd\xb7\xf0\xa4\xb1\xb8\xf0\xa5\x92\xb2\xf0\xa5\x99\x89\xf0\xa5\xb9\x8a\xf0\xa7\x80\xa9\xf0\xa7\xa3\x9b\xf0\xa7\xb1\x85\xf0\xa7\xb3\x99\xf0\xa8\xbd\xbc\xf0\xa9\xb5\x97\xf0\xa9\xb8\x9f\xf0\xaa\x8a\x8d]",232,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc3\xac",3,NULL,0,NULL,0}, + {"[\xe6\x81\x96\xe9\x8a\xaf]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"si",2,NULL,0,NULL,0}, + {"[\xe3\xa3\x9d\xe4\xaf\xb3\xe4\xaf\xb7\xe5\x80\xaf\xe5\x87\x87\xe5\xa8\x80\xe5\xb4\xa7\xe5\xb5\xa9\xe5\xba\xba\xe5\xbf\xaa\xe6\x86\xbd\xe6\x9d\xbe\xe6\x9e\x80\xe6\x9f\x97\xe6\xa2\xa5\xe6\xaa\xa7\xe6\xb7\x9e\xe6\xbf\x8d\xe7\xa1\xb9\xe8\x8f\x98\xe8\x9c\x99\xe9\x8d\xb6\xe9\xac\x86\xf0\xa2\x93\xa3\xf0\xa2\x94\x8b\xf0\xa2\xa4\x84\xf0\xa3\x9a\x9c\xf0\xa3\xbd\xab\xf0\xa4\xbe\xa5\xf0\xa7\x8a\x95\xf0\xa7\x8c\xbb\xf0\xa8\xa0\xa4\xf0\xa8\xb1\x9b\xf0\xa8\xb1\xbf\xf0\xa9\x83\xad\xf0\xaa\x80\x9a]",123,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc5\x8dng",5,NULL,0,NULL,0}, + {"[\xe3\x9e\x9e\xf0\xa9\xa9\xba\xf0\xaa\xa8\x8a]",13,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc3\xb3ng",5,NULL,0,NULL,0}, + {"[\xe3\xa7\x90\xe3\xa8\xa6\xe3\xa9\xb3\xe4\x89\xa5\xe4\x9c\xac\xe5\x82\xb1\xe5\xb5\xb7\xe6\x80\x82\xe6\x82\x9a\xe6\x84\xaf\xe6\x85\xab\xe6\xa5\xa4\xe7\xab\xa6\xe8\x80\xb8\xe8\x81\xb3\xe9\xa7\xb7\xf0\xa1\xb7\xbd\xf0\xa1\xbe\xbc\xf0\xa2\x96\x97\xf0\xa2\xb1\xa4\xf0\xa5\xb3\xba\xf0\xa8\xb4\x8f]",74,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc7\x92ng",5,NULL,0,NULL,0}, + {"[\xe3\xae\xb8\xe4\x9b\xa6\xe4\xa2\xa0\xe5\xae\x8b\xe8\xa8\x9f\xe8\xaa\xa6\xe8\xae\xbc\xe8\xaf\xb5\xe9\x80\x81\xe9\xa0\x8c\xe9\xa2\x82\xe9\xa4\xb8\xf0\xa0\xb3\xbc\xf0\xa1\x87\x9d\xf0\xa6\xaf\x95\xf0\xa6\xb7\xb4\xf0\xa9\x83\x8d\xf0\xa9\xa0\x8c]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc3\xb2ng",5,NULL,0,NULL,0}, + {"[\xe6\x9e\xa9\xe9\x8e\xb9]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"song",4,NULL,0,NULL,0}, + {"[\xe4\x88\xad\xe4\x90\xb9\xe4\x91\xb9\xe4\x97\x8f\xe4\xa4\xb9\xe4\xa9\xb3\xe4\xac\x92\xe4\xae\x9f\xe4\xb1\xb8\xe5\x97\x96\xe5\xbb\x80\xe5\xbb\x8b\xe6\x8d\x9c\xe6\x90\x9c\xe6\x91\x89\xe6\x91\x97\xe6\xba\xb2\xe7\x8d\x80\xe8\x89\x98\xe8\x92\x90\xe8\x93\x83\xe8\x9e\x8b\xe9\x84\x8b\xe9\x86\x99\xe9\x8e\xaa\xe9\x94\xbc\xe9\xa2\xbc\xe9\xa2\xbe\xe9\xa3\x95\xe9\xa4\xbf\xe9\xa6\x8a\xe9\xa8\xaa\xf0\xa0\x98\x82\xf0\xa0\x9d\xac\xf0\xa1\xa0\xbc\xf0\xa1\xa3\x82\xf0\xa2\xb2\xb7\xf0\xa2\xb4\xbc\xf0\xa3\x94\xb1\xf0\xa3\xae\xac\xf0\xa3\xaf\x9c\xf0\xa7\xb3\xb6\xf0\xa7\xbd\x8f\xf0\xa8\xa1\xbb\xf0\xa8\xa4\x87\xf0\xa9\x97\xa3\xf0\xa9\x98\xa0\xf0\xa9\x99\xab\xf0\xa9\xa8\x84\xf0\xa9\xae\x83\xf0\xa9\xae\xb6\xf0\xa9\xae\xb8]",178,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc5\x8du",4,NULL,0,NULL,0}, + {"[\xe3\x9b\x90\xe3\x9f\xac\xe4\x88\xb9\xe4\x89\xa4\xe4\x8f\x82\xe5\x82\x81\xe5\x8f\x9c\xe5\x8f\x9f\xe5\x97\xbe\xe6\x93\x9e\xe6\x93\xbb\xe6\xab\xa2\xe7\x9e\x8d\xe7\xb1\x94\xe8\x96\xae\xe8\x97\xaa\xf0\xa0\x8b\xa2\xf0\xa0\x8c\x9e\xf0\xa0\x8c\x9f\xf0\xa0\xaa\x87\xf0\xa4\x95\x87\xf0\xa5\x88\x9f\xf0\xa5\x96\xbb\xf0\xa6\xba\x8c\xf0\xa8\xba\xa6]",86,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xe5\x97\xbd\xe7\x98\xb6\xe8\x86\x84\xf0\xa5\xaf\xaa\xf0\xa7\x94\x85]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc3\xb2u",4,NULL,0,NULL,0}, + {"[\xe3\xa2\x9d\xe3\xb2\x9e\xe4\x8c\x9a\xe4\xb2\x86\xe5\x9b\x8c\xe6\xab\xaf\xe7\x94\xa6\xe7\xa8\xa3\xe7\xa9\x8c\xe7\xaa\xa3\xe8\x8b\x8f\xe8\x98\x87\xe8\x98\x93\xe9\x85\xa5\xf0\xa2\x8b\x88\xf0\xa2\xb8\xab\xf0\xa3\xa9\xb7\xf0\xa4\xbc\x80\xf0\xa7\x94\x96\xf0\xa7\xba\xb7\xf0\xa9\xb2\xb5]",72,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe4\xbf\x97\xf0\xa0\x90\x8d\xf0\xa6\x8e\x84]",13,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc3\xba",3,NULL,0,NULL,0}, + {"\xf0\xa3\xb7\xb6",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\x91\x89\xe3\x91\x9b\xe3\x93\x98\xe3\x94\x84\xe3\x95\x96\xe3\x9c\x9a\xe3\x9d\x9b\xe3\xa8\x9e\xe3\xaa\xa9\xe3\xac\x98\xe3\xaf\x88\xe3\xb4\x8b\xe3\xb4\x91\xe3\xb4\xbc\xe4\x83\xa4\xe4\x85\x87\xe4\x8e\x98\xe4\x8f\x8b\xe4\x91\xbf\xe4\x94\x8e\xe4\x9b\xbe\xe4\xa5\x94\xe5\x82\x83\xe5\x83\xb3\xe5\x97\x89\xe5\xa1\x90\xe5\xa1\x91\xe5\xa4\x99\xe5\xab\x8a\xe5\xae\xbf\xe6\x84\xab\xe6\x84\xac\xe6\x86\x9f\xe6\xa2\x80\xe6\xa6\xa1\xe6\xa8\x8e\xe6\xa8\x95\xe6\xa9\x9a\xe6\xae\x90\xe6\xb3\x9d\xe6\xb4\xac\xe6\xb6\x91\xe6\xba\xaf\xe6\xba\xb8\xe6\xbd\x9a\xe6\xbd\xa5\xe7\x8e\x8a\xe7\x8f\x9f\xe7\x92\x9b\xe7\xa2\xbf\xe7\xb0\x8c\xe7\xb2\x9b\xe7\xb2\x9f\xe7\xb4\xa0\xe7\xb8\xa4\xe8\x82\x83\xe8\x82\x85\xe8\x86\x86\xe8\x8e\xa4\xe8\x94\x8c\xe8\x97\x97\xe8\xa7\xab\xe8\xa8\xb4\xe8\xac\x96\xe8\xaf\x89\xe8\xb0\xa1\xe8\xb6\x9a\xe8\xb9\x9c\xe9\x80\x9f\xe9\x81\xa1\xe9\x81\xac\xe9\x8b\x89\xe9\xa4\x97\xe9\xa9\x8c\xe9\xaa\x95\xe9\xb1\x90\xe9\xb7\xab\xe9\xb9\x94\xf0\xa1\x8e\xae\xf0\xa1\x96\xaf\xf0\xa2\x8e\x8e\xf0\xa2\x96\x8f\xf0\xa2\x9a\x91\xf0\xa2\xa2\x92\xf0\xa3\x9d\x9d\xf0\xa3\xab\x8e\xf0\xa3\xaf\xbc\xf0\xa3\xb6\x98\xf0\xa3\xbf\x88\xf0\xa4\x8c\x82\xf0\xa4\x9b\x9d\xf0\xa4\xa0\x9a\xf0\xa4\xa1\x83\xf0\xa4\xa2\x82\xf0\xa4\xa2\x98\xf0\xa4\xa4\x90\xf0\xa4\xa5\x94\xf0\xa4\xad\xb4\xf0\xa4\xb8\xae\xf0\xa6\x8c\x89\xf0\xa6\x8c\x8a\xf0\xa7\x80\x8c\xf0\xa7\x90\x81\xf0\xa7\x90\x92\xf0\xa7\x90\xb4\xf0\xa7\x9c\xa6\xf0\xa7\x9e\xba\xf0\xa7\xa5\x86\xf0\xa7\xa9\x9d\xf0\xa7\xbc\xad\xf0\xa7\xbd\xb7\xf0\xa8\xb1\x88\xf0\xa9\x90\xab\xf0\xa9\x90\xbc\xf0\xa9\x98\xb0\xf0\xa9\x98\xb9\xf0\xa9\x99\xa8\xf0\xa9\x9d\xa5\xf0\xa9\xb3\x92\xf0\xaa\x81\xbd\xf0\xaa\x84\x91\xf0\xaa\x85\x84\xf0\xaa\x8b\x9d\xf0\xaa\x8c\x94\xf0\xaa\x8d\x9b\xf0\xaa\x90\xae\xf0\xaa\x96\xb6\xf0\xab\x82\x99\xf0\xab\x97\xa7]",440,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc3\xb9",3,NULL,0,NULL,0}, + {"\xe9\xaf\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su",2,NULL,0,NULL,0}, + {"[\xe4\x9d\x9c\xe7\x8b\xbb\xe7\x97\xa0\xe9\x85\xb8\xf0\xa4\xb6\xa4\xf0\xa6\xbe\xb9\xf0\xa8\xa0\xa1\xf0\xa9\x86\x91\xf0\xaa\x98\x91\xf0\xaa\x98\x9d]",38,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe5\x8c\xb4\xf0\xa0\xa5\x98]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe7\xa5\x98\xe7\xac\x87\xe7\xad\xad\xe7\xae\x97\xe8\x92\x9c\xf0\xa5\xb3\xaa\xf0\xa5\xb4\xb5\xf0\xa9\x88\xb2]",29,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe2\xba\x99\xe4\xa7\x8c\xe4\xaa\x8e\xe5\x80\xa0\xe5\x93\xb8\xe5\xa4\x8a\xe6\xb5\xbd\xe6\xbb\x96\xe6\xbf\x89\xe7\x86\xa3\xe7\x9c\xad\xe7\x9d\xa2\xe7\xb6\x8f\xe8\x8a\x95\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x91\xb0\xe8\x99\xbd\xe9\x9b\x96\xe9\x9e\x96\xf0\xa0\x8c\xb1\xf0\xa0\xa8\x8c\xf0\xa1\x9d\x93\xf0\xa3\xae\x84\xf0\xa3\xaf\xaf\xf0\xa4\xaf\x96\xf0\xa6\x89\x8e\xf0\xa6\xb5\xad\xf0\xa6\xb8\x8f\xf0\xa7\x88\xa7\xf0\xa8\xbe\xa1\xf0\xa9\x83\x83\xf0\xa9\x8c\xa9\xf0\xa9\x8f\x98\xf0\xa9\x9e\x85\xf0\xa9\xae\xb4]",126,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su\xc4\xab",4,NULL,0,NULL,0}, + {"[\xe3\xb5\xa6\xe3\xbb\x9f\xe4\x9c\x94\xe4\xa2\xab\xe7\x93\x8d\xe7\xbb\xa5\xe9\x81\x80\xe9\x9a\x8b\xe9\x9a\x8f\xe9\x9a\xa8\xf0\xa5\xb6\xbb\xf0\xa7\xb2\x88\xf0\xa9\x99\x87]",44,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su\xc3\xad",4,NULL,0,NULL,0}, + {"[\xe4\xad\x89\xe4\xaf\x9d\xe7\x80\xa1\xe8\x86\xb8\xe9\xab\x84\xe9\xab\x93\xf0\xa0\x95\xb8\xf0\xa7\x83\x9a\xf0\xa8\xbe\xac]",32,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su\xc7\x90",4,NULL,0,NULL,0}, + {"[\xe3\x92\xb8\xe3\x9e\xb8\xe3\xa5\x9e\xe3\xb4\x9a\xe3\xbb\xaa\xe3\xbb\xbd\xe4\x85\x97\xe4\x89\x8c\xe4\x8d\x81\xe4\x94\xb9\xe4\xa0\x94\xe4\xa1\xb5\xe4\xa5\x99\xe4\xba\x97\xe5\x9f\xa3\xe5\xac\x98\xe5\xb2\x81\xe5\xb5\x97\xe6\x97\x9e\xe6\xaa\x85\xe6\xaa\x96\xe6\xad\xb2\xe6\xad\xb3\xe6\xbe\xbb\xe7\x85\xab\xe7\x87\xa7\xe7\x92\xb2\xe7\x9d\x9f\xe7\xa0\x95\xe7\xa2\x8e\xe7\xa5\x9f\xe7\xa6\xad\xe7\xa9\x82\xe7\xa9\x97\xe7\xa9\x9f\xe7\xb9\x80\xe7\xb9\x90\xe7\xb9\xb8\xe8\xa5\x9a\xe8\xaa\xb6\xe8\xad\xa2\xe8\xb0\x87\xe8\xb3\xa5\xe9\x81\x82\xe9\x82\x83\xe9\x90\x86\xe9\x90\xa9\xe9\x9a\xa7\xe9\x9f\xa2\xf0\xa0\xad\xa5\xf0\xa1\x91\x9e\xf0\xa1\xb6\xa3\xf0\xa1\xb7\xbc\xf0\xa1\xb9\x96\xf0\xa1\xbb\x95\xf0\xa2\x85\x95\xf0\xa2\x87\xa5\xf0\xa2\x88\xbc\xf0\xa2\x92\xb1\xf0\xa2\x9f\xa9\xf0\xa3\x84\xa7\xf0\xa3\xa9\xa1\xf0\xa4\xa1\xaa\xf0\xa4\xac\xab\xf0\xa4\xbb\x84\xf0\xa5\x8a\xb4\xf0\xa5\x95\xb8\xf0\xa5\xa2\x8d\xf0\xa5\xa4\xbc\xf0\xa5\xb4\xa6\xf0\xa6\x83\x92\xf0\xa6\x84\x91\xf0\xa6\x85\xb5\xf0\xa6\x87\x80\xf0\xa7\x8c\xa2\xf0\xa7\xa1\x8f\xf0\xa7\xa8\xa7\xf0\xa7\xb8\x99\xf0\xa8\x86\x8f\xf0\xa8\xa3\xa2\xf0\xa8\xb7\x83\xf0\xa9\x8d\x9a\xf0\xa9\x8e\xb0\xf0\xa9\x8f\x9a\xf0\xa9\x8f\xb2\xf0\xa9\x97\xb6\xf0\xa9\x9d\x8c]",301,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su\xc3\xac",4,NULL,0,NULL,0}, + {"[\xe5\xad\x99\xe5\xad\xab\xe6\x90\x8e\xe6\xa7\x82\xe7\x8b\xb2\xe7\x8c\xbb\xe8\x8d\xaa\xe8\x93\x80\xe8\x95\xb5\xe8\x96\x9e\xe9\xa3\xa7\xe9\xa3\xb1\xf0\xa7\x8e\xa4]",42,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc5\xabn",4,NULL,0,NULL,0}, + {"[\xe3\x94\xbc\xe3\xa6\x8f\xe4\x81\x9a\xe4\x90\xa3\xe6\x8d\x9f\xe6\x90\x8d\xe6\xa6\xab\xe7\xac\x8b\xe7\xad\x8d\xe7\xae\xb0\xe7\xb0\xa8\xe9\x8e\xa8\xe9\x9a\xbc\xe9\xb6\xbd\xf0\xa0\xa3\xac\xf0\xa3\x95\x8d\xf0\xa6\xa0\x86]",56,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc7\x94n",4,NULL,0,NULL,0}, + {"[\xe3\x9b\x96\xe4\x93\xbe\xe4\x94\x8b\xe4\xaf\xaf\xe5\x82\x9e\xe5\x94\x86\xe5\x97\x8d\xe5\xa8\x91\xe6\x91\x8d\xe6\xa1\xab\xe6\xa2\xad\xe7\x9d\x83\xe7\xb0\x91\xe7\xb0\x94\xe7\xb8\xae\xe7\xbc\xa9\xe7\xbe\xa7\xe8\x8e\x8f\xe8\x93\x91\xe8\xb6\x96\xe9\xab\xbf\xe9\xae\xbb\xf0\xa0\x88\xb1\xf0\xa0\xb1\x97\xf0\xa2\x98\xbf\xf0\xa3\x92\xb9\xf0\xa3\xaf\x8c\xf0\xa4\x80\xa4\xf0\xa5\x81\xb2\xf0\xa5\x86\x9d\xf0\xa5\x87\x87\xf0\xa6\x9f\xb1\xf0\xa7\xa8\x80\xf0\xa9\x8c\xa2]",116,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su\xc5\x8d",4,NULL,0,NULL,0}, + {"\xf0\xa9\xa1\xbe",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su\xc3\xb3",4,NULL,0,NULL,0}, + {"[\xe3\xaa\xbd\xe3\xae\xa6\xe4\x82\xb9\xe4\x85\xb4\xe4\x88\x97\xe4\x96\x9b\xe4\x9e\x86\xe4\x9e\xbd\xe4\xa3\x94\xe4\xb5\x80\xe4\xb9\xba\xe5\x94\xa2\xe5\x97\xa9\xe6\x83\xa2\xe6\x89\x80\xe6\x9a\x9b\xe6\xba\x91\xe7\x90\x90\xe7\x91\xa3\xe7\x92\x85\xe7\xb4\xa2\xe8\xa4\xa8\xe9\x8e\x88\xe9\x8e\x8d\xe9\x8e\x96\xe9\x8e\xbb\xe9\x8f\x81\xe9\x94\x81\xf0\xa0\x8b\xb2\xf0\xa0\x9d\xbf\xf0\xa0\x9e\xaf\xf0\xa0\xa9\x84\xf0\xa1\xa9\xa1\xf0\xa1\xb1\xb3\xf0\xa2\x9a\xad\xf0\xa2\xb1\xa1\xf0\xa2\xb1\xa2\xf0\xa4\xb8\xb4\xf0\xa4\xba\xab\xf0\xa5\x94\xad\xf0\xa5\xb0\xbc\xf0\xa6\x85\x8a\xf0\xa6\xb5\xab\xf0\xa7\x8e\xab\xf0\xa7\x8e\xb3\xf0\xa7\x9b\xbb\xf0\xa7\xb4\xaa\xf0\xa7\xb4\xb2\xf0\xa8\xbb\x88\xf0\xa8\xbb\xa8\xf0\xa9\x8b\x9d\xf0\xa9\x8c\x86\xf0\xa9\x8c\x88\xf0\xa9\x98\x9d\xf0\xa9\x99\xad\xf0\xa9\xaa\x88\xf0\xa9\xae\x9b\xf0\xa9\xb9\xb3\xf0\xaa\x8d\x94\xf0\xaa\x8d\x9f\xf0\xaa\x8d\xa8]",218,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su\xc7\x92",4,NULL,0,NULL,0}, + {"[\xe4\x90\x9d\xe6\xba\xb9\xe8\x9c\xb6\xe9\x80\xa4\xf0\xa0\x97\xbc\xf0\xa0\x98\xba\xf0\xa2\xb7\xbe\xf0\xaa\x8d\x8c]",30,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su\xc3\xb2",4,NULL,0,NULL,0}, + {"[\xe5\x97\xa6\xe7\x90\x91]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"suo",3,NULL,0,NULL,0}, + {"[\xe3\xaf\x9a\xe4\x8c\x88\xe4\xbb\x96\xe5\x9a\x83\xe5\xa1\x8c\xe5\xa5\xb9\xe5\xae\x83\xe6\xa6\x99\xe6\xba\xbb\xe7\x89\xa0\xe7\xa5\x82\xe8\xa4\x9f\xe8\xb6\xbf\xe9\x93\x8a\xe9\x97\xa7\xf0\xa1\x8c\xa9\xf0\xa2\x9e\xa0\xf0\xa6\x88\x96\xf0\xa6\xad\x9f\xf0\xa6\xb1\x86\xf0\xa7\xaa\xa6]",71,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe8\xb9\xb9\xf0\xa8\x93\xac]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xa1",3,NULL,0,NULL,0}, + {"[\xe3\x97\xb3\xe3\xba\x9a\xe5\xa1\x94\xe5\xa2\x96\xe6\xba\x9a\xe7\x8d\xad\xe7\x8d\xba\xe9\xb0\xa8\xe9\xb3\x8e\xf0\xa6\x91\xbc\xf0\xa8\xb6\x80\xf0\xa8\xb8\x89\xf0\xa9\xa5\x91\xf0\xa9\xa8\x8c\xf0\xa9\xab\x8a\xf0\xa9\xb7\xbd\xf0\xa9\xba\x97]",61,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe3\x92\x93\xe3\x9b\xa5\xe3\xa3\x9b\xe3\xa3\xb5\xe3\xa7\xba\xe3\xad\xbc\xe3\xaf\x93\xe3\xb3\xa0\xe3\xb9\xba\xe3\xbf\xb9\xe4\x82\xbf\xe4\x88\x8b\xe4\x88\xb3\xe4\x8d\x87\xe4\x8d\x9d\xe4\x8e\x93\xe4\x91\x9c\xe4\x91\xbd\xe4\x93\xa0\xe4\x9c\x9a\xe4\xb3\xb4\xe4\xb5\xac\xe4\xb6\x80\xe4\xb6\x81\xe4\xba\xa3\xe5\x9a\xba\xe5\xb4\x89\xe6\x8b\x93\xe6\x8c\x9e\xe6\x90\xa8\xe6\x92\xbb\xe6\xa6\xbb\xe6\xa9\xbd\xe6\xaf\xbe\xe6\xb6\xbe\xe6\xbe\xbe\xe6\xbf\x8c\xe7\x8b\xa7\xe7\xa6\xa2\xe8\xaa\xbb\xe8\xad\xb6\xe8\xb7\xb6\xe8\xb8\x8f\xe8\xb9\x8b\xe8\xba\xa2\xe9\x81\x9d\xe9\x81\xa2\xe9\x8c\x94\xe9\x97\x92\xe9\x97\xa5\xe9\x97\xbc\xe9\x9e\x9c\xe9\x9e\xb3\xe9\xae\x99\xf0\xa0\x89\x82\xf0\xa0\xb4\xb2\xf0\xa0\xb7\x8d\xf0\xa2\x83\x95\xf0\xa2\xba\x89\xf0\xa3\x97\xb6\xf0\xa3\x9d\x8b\xf0\xa3\xa5\x82\xf0\xa3\xa5\xb7\xf0\xa3\xaf\x9a\xf0\xa4\x84\xa5\xf0\xa4\x92\xbb\xf0\xa4\x9b\xa3\xf0\xa4\xa0\x90\xf0\xa4\xa0\x9f\xf0\xa4\xbf\xbd\xf0\xa5\x97\x93\xf0\xa6\x8d\x92\xf0\xa6\x90\x87\xf0\xa6\x91\x87\xf0\xa6\x91\xb2\xf0\xa6\x91\xb6\xf0\xa6\xa7\x9b\xf0\xa6\xa7\x9e\xf0\xa6\xa7\x9f\xf0\xa6\xa7\xa5\xf0\xa6\xa7\xb1\xf0\xa6\xa8\x8e\xf0\xa6\xaa\x99\xf0\xa6\xb6\x91\xf0\xa6\xbe\xbd\xf0\xa7\x8c\x8f\xf0\xa7\x94\xa3\xf0\xa7\x96\x86\xf0\xa7\xae\x91\xf0\xa8\x83\x9a\xf0\xa8\x86\xb0\xf0\xa8\x8c\xad\xf0\xa8\x94\xaf\xf0\xa8\x99\x8e\xf0\xa8\xb0\x8f\xf0\xa8\xb5\x9d\xf0\xa9\x8b\x85\xf0\xa9\x8c\x87\xf0\xa9\x8c\x89\xf0\xa9\x8c\x90\xf0\xa9\x8c\x98\xf0\xa9\x8e\xbd\xf0\xaa\x82\x8c\xf0\xaa\x94\x95\xf0\xaa\x98\x81]",368,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xa0",3,NULL,0,NULL,0}, + {"[\xe4\xbe\xa4\xe5\x92\x9c]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ta",2,NULL,0,NULL,0}, + {"[\xe5\x9b\xbc\xe5\xad\xa1\xe8\x83\x8e\xf0\xa7\x89\x9f\xf0\xa7\xad\x8f\xf0\xa9\xac\xa0]",23,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc4\x81i",4,NULL,0,NULL,0}, + {"[\xe3\x92\x97\xe3\x99\xb5\xe3\xa3\x8d\xe3\xac\x83\xe3\xb7\x98\xe3\xb8\x80\xe4\x88\x9a\xe4\x91\x93\xe5\x84\x93\xe5\x86\xad\xe5\x8f\xb0\xe5\x9d\xae\xe5\xac\xaf\xe6\x8a\xac\xe6\x93\xa1\xe6\x97\xb2\xe6\x9e\xb1\xe6\xaa\xaf\xe7\x82\xb1\xe7\x82\xb2\xe7\xae\x88\xe7\xb1\x89\xe8\x87\xba\xe8\x8b\x94\xe8\x8f\xad\xe8\x96\xb9\xe8\xb7\x86\xe9\x82\xb0\xe9\xa2\xb1\xe9\xa7\x98\xe9\xae\x90\xe9\xb2\x90\xf0\xa1\x92\xa2\xf0\xa2\x96\xa4\xf0\xa3\xa3\xbf\xf0\xa9\xbf\xa1\xf0\xaa\x92\xb4]",118,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xa1i",4,NULL,0,NULL,0}, + {"[\xe3\x98\x86\xf0\xa4\x97\xbf]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe3\x91\xb7\xe3\xa5\xad\xe4\xa3\xad\xe5\xa4\xaa\xe5\xa4\xb3\xe5\xbf\xb2\xe6\x80\x81\xe6\x85\x8b\xe6\xb1\xb0\xe6\xb3\xb0\xe6\xba\x99\xe7\x87\xa4\xe8\x82\xbd\xe8\x88\xa6\xe9\x85\x9e\xe9\x88\xa6\xe9\x92\x9b\xf0\xa1\x87\xb7\xf0\xa6\x92\xb0\xf0\xa7\x89\x91\xf0\xa7\xae\xbc\xf0\xaa\x90\xa5]",73,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xa0i",4,NULL,0,NULL,0}, + {"\xe7\xb2\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tai",3,NULL,0,NULL,0}, + {"[\xe3\x98\xb1\xe3\xa8\x8f\xe3\xb3\xa9\xe3\xb4\x82\xe3\xb5\x85\xe4\x86\xb1\xe4\x91\x99\xe5\x9d\x8d\xe6\x80\xb9\xe6\x8a\xa9\xe6\x91\x8a\xe6\x93\xb9\xe6\x94\xa4\xe6\xbb\xa9\xe7\x81\x98\xe7\x97\x91\xe7\x98\xab\xe7\x99\xb1\xe8\x88\x91\xe8\xb2\xaa\xe8\xb4\xaa\xf0\xa0\xab\xb6\xf0\xa3\xa2\x8c\xf0\xa3\xb5\xa2\xf0\xa3\xb8\x99\xf0\xa3\xbc\x9a\xf0\xa3\xbd\xaf\xf0\xa6\x99\x87\xf0\xa6\xa7\x8f\xf0\xa6\xa7\xb4\xf0\xa6\xa8\xb8\xf0\xa6\xb8\x81\xf0\xa6\xbc\x8e]",113,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe3\xb2\x9c\xe3\xb7\x8b\xe3\xbd\x8e\xe3\xbd\x91\xe4\x83\xaa\xe4\x89\xa1\xe4\x8a\xa4\xe4\x95\x8a\xe5\x80\x93\xe5\x9d\x9b\xe5\xa2\xb0\xe5\xa2\xb5\xe5\xa3\x87\xe5\xa3\x9c\xe5\xa9\x92\xe6\x83\x94\xe6\x86\x9b\xe6\x98\x99\xe6\x9b\x87\xe6\xa6\x83\xe6\xaa\x80\xe6\xbd\xad\xe7\x87\x82\xe7\x97\xb0\xe7\xa3\xb9\xe7\xbd\x88\xe7\xbd\x8e\xe8\x97\xab\xe8\xa6\x83\xe8\xab\x87\xe8\xad\x9a\xe8\xad\xa0\xe8\xb0\x88\xe8\xb0\xad\xe8\xb2\x9a\xe9\x83\xaf\xe9\x86\x88\xe9\x86\xb0\xe9\x8c\x9f\xe9\x94\xac\xe9\xa1\x83\xe9\xa4\xa4\xf0\xa0\xbb\xaa\xf0\xa1\x85\x84\xf0\xa1\x8a\xa8\xf0\xa2\x85\x80\xf0\xa2\x87\xa7\xf0\xa2\x87\xb0\xf0\xa4\x90\x94\xf0\xa5\xa9\x92\xf0\xa5\xb0\xa8\xf0\xa5\xb9\xa0\xf0\xa5\xbc\x9f\xf0\xa5\xbc\xae\xf0\xa6\x97\xa1\xf0\xa7\x82\x87\xf0\xa7\xa3\x81\xf0\xa7\xa3\xb9\xf0\xa7\xb0\x98\xf0\xa7\xbd\xbc\xf0\xa8\x9d\xb8\xf0\xa9\x96\x96\xf0\xa9\xa0\xbd\xf0\xa9\xa1\x84\xf0\xa9\xa1\x9d\xf0\xa9\xaa\xba\xf0\xaa\x8d\xb5]",228,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xa1n",4,NULL,0,NULL,0}, + {"[\xe3\xab\x9c\xe3\xb2\xad\xe4\x8f\x99\xe4\x9e\xa1\xe4\xa6\x94\xe5\x97\xbf\xe5\x9d\xa6\xe5\xbf\x90\xe6\x86\xb3\xe6\x86\xbb\xe6\xaf\xaf\xe7\x92\xae\xe8\x8f\xbc\xe8\xa2\x92\xe8\xa5\xa2\xe9\x86\x93\xe9\x89\xad\xe9\x92\xbd\xf0\xa4\x8e\xa5\xf0\xa6\x83\x96\xf0\xa6\x8c\xaa\xf0\xa7\xab\xbf\xf0\xa7\xba\x9f\xf0\xa8\x81\xb4\xf0\xa8\x85\x8d\xf0\xa8\xa1\x8d\xf0\xa8\xa3\x95\xf0\xa9\x91\xb0\xf0\xa9\x92\xa2]",100,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\x9b\xb6\xe4\x90\xba\xe4\x97\x8a\xe4\x9c\x96\xe5\x82\x9d\xe5\x83\x8b\xe5\x8f\xb9\xe5\x98\x86\xe5\x9f\xae\xe6\x8e\xa2\xe6\xad\x8e\xe6\xb9\xa0\xe7\x82\xad\xe7\xa2\xb3\xe8\x88\x95\xe8\xb3\xa7\xf0\xa3\x81\x97\xf0\xa3\x9e\x94\xf0\xa3\xb4\xbd\xf0\xa7\xa5\x9e\xf0\xa8\x82\x9e\xf0\xa9\xa4\x9e\xf0\xaa\x89\xa7]",78,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xa0n",4,NULL,0,NULL,0}, + {"[\xe3\x93\xa5\xe4\x9e\xb6\xe4\xa0\x80\xe5\x8a\x8f\xe5\x98\xa1\xe5\x9d\xa3\xe6\xb1\xa4\xe6\xb9\xaf\xe7\xbe\xb0\xe8\x80\xa5\xe8\x96\x9a\xe8\x9d\xaa\xe8\xb9\x9a\xe9\x8f\x9c\xe9\x90\x8b\xe9\x93\xb4\xe9\x95\x97\xe9\x9e\xba\xe9\xbc\x9e\xf0\xa2\xb4\xb3\xf0\xa6\xb3\x9d\xf0\xa8\xb2\x97]",71,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe3\x91\xbd\xe3\x99\xb6\xe3\x9c\x8d\xe3\xad\xbb\xe3\xb2\xa5\xe3\xbc\xba\xe4\x85\xaf\xe4\x89\x8e\xe4\x8c\x85\xe4\x95\x8b\xe4\xa3\x98\xe4\xa7\x9c\xe5\x82\x8f\xe5\x94\x90\xe5\x95\xba\xe5\xa0\x82\xe5\xa1\x98\xe6\x90\xaa\xe6\xa3\xa0\xe6\xa6\xb6\xe6\xa8\x98\xe6\xa9\x96\xe6\xba\x8f\xe6\xbc\x9f\xe7\x85\xbb\xe7\x91\xad\xe7\xa3\x84\xe7\xa6\x9f\xe7\xaf\x96\xe7\xb3\x83\xe7\xb3\x96\xe7\xb3\x9b\xe8\x86\x85\xe8\x86\x9b\xe8\x93\x8e\xe8\x9e\x97\xe8\x9e\xb3\xe8\xb5\xaf\xe8\xb8\xbc\xe9\x84\x8c\xe9\x86\xa3\xe9\x8e\x95\xe9\x97\x9b\xe9\x9a\x9a\xe9\xa4\xb3\xe9\xa4\xb9\xe9\xa5\x84\xe9\xa5\xa7\xe9\xb6\xb6\xf0\xa0\x97\xb6\xf0\xa0\xa2\x83\xf0\xa0\xb9\x94\xf0\xa2\xbb\xbf\xf0\xa3\x99\x9f\xf0\xa4\x9a\xab\xf0\xa4\xa0\xaf\xf0\xa5\x8b\xa1\xf0\xa6\xaa\x80\xf0\xa7\xb1\xb5\xf0\xa8\x86\x89\xf0\xa8\x8c\xa9\xf0\xa8\x8d\xb4\xf0\xa8\x8e\x8b\xf0\xa8\xb6\x88\xf0\xa9\x98\x9c\xf0\xa9\xa5\x81\xf0\xa9\xb9\xb6\xf0\xaa\x95\xb9]",225,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xa1ng",5,NULL,0,NULL,0}, + {"[\xe3\x92\x89\xe3\xbc\x92\xe3\xbf\xa9\xe4\xbc\x96\xe5\x80\x98\xe5\x81\x92\xe5\x82\xa5\xe5\x84\xbb\xe5\xb8\x91\xe6\x88\x83\xe6\x9b\xad\xe6\xb7\x8c\xe7\x88\xa3\xe7\x9f\x98\xe8\xba\xba\xe9\x8e\xb2\xe9\x92\x82\xe9\x95\x8b\xf0\xa1\xbf\x93\xf0\xa2\xa0\xb5\xf0\xa3\x8e\xb2\xf0\xa4\xbe\x89\xf0\xa8\x8e\x96]",76,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe4\x9f\x96\xe6\x91\xa5\xe7\x83\xab\xe7\x87\x99\xe8\xb6\x9f\xf0\xa8\x89\xb1]",21,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xa0ng",5,NULL,0,NULL,0}, + {"[\xe3\xa3\xa0\xe3\xab\xa6\xe3\xb9\x97\xe4\x80\x9e\xe4\x88\xb1\xe4\x91\xac\xe4\xa4\xbe\xe5\xa4\xb2\xe5\xab\x8d\xe5\xb9\x8d\xe5\xbc\xa2\xe6\x85\x86\xe6\x8e\x8f\xe6\x90\xaf\xe6\xa7\x84\xe6\xb6\x9b\xe6\xbb\x94\xe6\xbf\xa4\xe7\x91\xab\xe7\xb5\x9b\xe7\xb8\x9a\xe7\xb8\xa7\xe7\xbb\xa6\xe8\xa9\x9c\xe8\xac\x9f\xe8\xbd\x81\xe9\x9e\xb1\xe9\x9f\x9c\xe9\x9f\xac\xe9\xa3\xb8\xe9\xa5\x95\xf0\xa0\x87\x8f\xf0\xa0\x93\x9d\xf0\xa0\x97\x86\xf0\xa0\x9a\x9c\xf0\xa0\x9e\x9e\xf0\xa0\xac\xa2\xf0\xa1\xba\xab\xf0\xa4\x98\xb8\xf0\xa4\x99\x8e\xf0\xa6\x8d\xb7\xf0\xa6\xba\xb0\xf0\xa8\x8c\xa8\xf0\xa9\x8e\xa2\xf0\xa9\x8f\xbe\xf0\xa9\xa5\x85\xf0\xa9\xb9\xb4]",159,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc4\x81o",4,NULL,0,NULL,0}, + {"[\xe4\x84\xbb\xe4\x9b\x8c\xe4\x9b\xac\xe4\xac\x9e\xe5\x8c\x8b\xe5\x92\xb7\xe5\x95\x95\xe6\xa1\x83\xe6\xa2\xbc\xe6\xaa\xae\xe6\xb4\xae\xe6\xb7\x98\xe7\xa5\xb9\xe7\xb6\xaf\xe7\xbb\xb9\xe8\x90\x84\xe8\x9c\xaa\xe8\xa3\xaa\xe8\xbf\xaf\xe9\x80\x83\xe9\x86\x84\xe9\x8b\xbe\xe9\x8c\xad\xe9\x99\xb6\xe9\x9e\x80\xe9\x9e\x89\xe9\xa5\x80\xe9\xa7\xa3\xe9\xa8\x8a\xe9\xbc\x97\xf0\xa1\x8d\x92\xf0\xa2\x94\x87\xf0\xa3\xb0\xba\xf0\xa4\x9a\x9f\xf0\xa4\xb4\xbb\xf0\xa4\xb5\x9f\xf0\xa5\xb0\x9c\xf0\xa8\xa1\x92\xf0\xa9\x98\xbf\xf0\xa9\x99\xa7\xf0\xa9\x9b\xbd\xf0\xaa\x8c\xbc]",140,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xa1o",4,NULL,0,NULL,0}, + {"[\xe4\x9a\xaf\xe4\xb5\x9a\xe8\xa8\x8e\xe8\xae\xa8]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe3\x9a\x90\xe5\xa5\x97\xf0\xa3\xa8\x94\xf0\xa3\xba\xae]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xa0o",4,NULL,0,NULL,0}, + {"[\xe3\xa5\x82\xe3\xa7\xb9\xe5\xbf\x91\xe5\xbf\x92\xe6\x85\x9d\xe7\x89\xb9\xe8\x9a\xae\xe8\x9e\xa3\xe8\x9f\x98\xe8\xb2\xa3\xe9\x8b\xb1\xe9\x93\xbd\xf0\xa0\x88\xb8\xf0\xa2\x98\x8b\xf0\xa3\x98\xb1\xf0\xa4\x99\xb0\xf0\xa5\x8a\xb8\xf0\xa5\x8c\xa9]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xa8",3,NULL,0,NULL,0}, + {"[\xe7\x86\xa5\xe8\x86\xaf\xe9\xbc\x9f\xf0\xa2\x9a\xba\xf0\xa4\x83\xb6\xf0\xa4\xb3\x98\xf0\xa6\xa1\xaa\xf0\xaa\x94\xb6]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc4\x93ng",5,NULL,0,NULL,0}, + {"[\xe4\x92\x85\xe4\x95\xa8\xe4\xa0\xae\xe4\xb2\x8d\xe4\xb2\xa2\xe5\x84\xaf\xe5\xb9\x90\xe6\xbb\x95\xe6\xbc\x9b\xe7\x96\xbc\xe7\x97\x8b\xe7\xb1\x90\xe7\xb1\x98\xe7\xb8\xa2\xe8\x85\xbe\xe8\x97\xa4\xe8\xaa\x8a\xe8\xac\x84\xe9\x82\x86\xe9\xa7\xa6\xe9\xa8\xb0\xe9\xa9\xa3\xe9\xb0\xa7\xf0\xa2\x9f\xb1\xf0\xa2\xa5\x82\xf0\xa3\xbd\xa8\xf0\xa4\xb9\xa4\xf0\xa5\x89\x8b\xf0\xa6\xaa\x9d\xf0\xa6\xab\x80\xf0\xa7\x88\x9c\xf0\xa7\xad\x94\xf0\xa8\x83\x97\xf0\xa9\xa9\xbb\xf0\xa9\xb4\x9d\xf0\xaa\x92\xbf]",123,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xa9ng",5,NULL,0,NULL,0}, + {"\xe9\x9c\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xa8ng",5,NULL,0,NULL,0}, + {"\xe8\x99\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"teng",4,NULL,0,NULL,0}, + {"[\xe3\x94\xb8\xe4\x96\x99\xe4\xa2\xb0\xe4\xb4\x98\xe5\x89\x94\xe6\x93\xbf\xe6\xa2\xaf\xe8\xb8\xa2\xe9\x94\x91\xe9\xb7\x88\xe9\xb7\x89\xf0\xa0\x9e\x84\xf0\xa2\xb1\xa6\xf0\xa4\x97\xa2\xf0\xa8\x81\x83\xf0\xa8\x94\x9b\xf0\xa9\x93\x82\xf0\xa9\xa4\xbd\xf0\xaa\x96\xa6]",67,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc4\xab",3,NULL,0,NULL,0}, + {"[\xe3\x96\x92\xe3\xa1\x97\xe3\xa3\xa2\xe4\x85\xa0\xe4\x94\xb6\xe4\x9a\xa3\xe4\x9b\xb1\xe4\xa8\x91\xe4\xac\xab\xe4\xac\xbe\xe4\xb1\xb1\xe5\x81\x8d\xe5\x8e\x97\xe5\x95\xbc\xe5\x97\x81\xe5\xb4\xb9\xe5\xbe\xb2\xe6\x83\xbf\xe6\x8f\x90\xe6\xbc\xbd\xe7\x91\x85\xe7\xa2\xae\xe7\xa6\xb5\xe7\xa8\x8a\xe7\xb6\x88\xe7\xb7\xb9\xe7\xbb\xa8\xe7\xbc\x87\xe7\xbd\xa4\xe8\x8b\x90\xe8\x8d\x91\xe8\x95\x9b\xe8\x9d\xad\xe8\xa4\x86\xe8\xac\x95\xe8\xb6\xa7\xe8\xb9\x84\xe8\xb9\x8f\xe9\x81\x86\xe9\x86\x8d\xe9\x8a\xbb\xe9\x8d\x97\xe9\xa1\x8c\xe9\xa2\x98\xe9\xa8\xa0\xe9\xae\xb7\xe9\xaf\xb7\xe9\xb3\x80\xe9\xb4\xba\xe9\xb5\x9c\xe9\xb6\x97\xe9\xb6\x99\xe9\xb7\xa4\xe9\xb9\x88\xf0\xa1\xb0\x8e\xf0\xa3\x84\x8d\xf0\xa3\x96\x85\xf0\xa3\x96\xb8\xf0\xa3\xb8\x92\xf0\xa3\xb9\xb2\xf0\xa4\x97\x98\xf0\xa4\x9a\xa2\xf0\xa4\x9f\xa5\xf0\xa4\x9f\xbe\xf0\xa4\xad\x8c\xf0\xa5\x89\x98\xf0\xa5\xb3\xb3\xf0\xa5\xb6\x9b\xf0\xa6\x8c\xa2\xf0\xa6\xbb\x80\xf0\xa7\x80\xa0\xf0\xa7\x80\xb0\xf0\xa7\x8b\x98\xf0\xa7\x94\xa9\xf0\xa7\x99\xa3\xf0\xa7\xa1\xa8\xf0\xa8\xa0\x8f\xf0\xa8\xaa\x89\xf0\xa8\xb4\xbc\xf0\xa9\x8b\xa3\xf0\xa9\x9b\x91\xf0\xa9\x9b\xb6\xf0\xa9\x9d\x8a\xf0\xa9\xbf\xb7\xf0\xab\x98\xa8\xf0\xab\x9b\xb8]",292,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xad",3,NULL,0,NULL,0}, + {"[\xe4\x8c\xa1\xe4\xaa\x86\xe4\xbd\x93\xe6\x8c\xae\xe8\xba\xb0\xe8\xbb\x86\xe9\xaa\xb5\xe9\xab\x94\xe9\xae\xa7\xf0\xa1\xa5\xa9\xf0\xa3\x88\xa1\xf0\xa3\x89\x86]",41,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe3\x97\xa3\xe3\xac\xb1\xe3\xaf\xa9\xe4\x8e\xae\xe4\x99\x97\xe4\xaf\x9c\xe4\xb6\x8f\xe4\xb6\x91\xe5\x80\x9c\xe5\x89\x83\xe5\x9a\x8f\xe5\x9a\x94\xe5\xb1\x89\xe5\xb1\x9c\xe6\x82\x8c\xe6\x82\x90\xe6\x83\x95\xe6\x83\x96\xe6\x88\xbb\xe6\x8e\xa6\xe6\x8f\xa5\xe6\x9b\xbf\xe6\x9c\x91\xe6\xa5\xb4\xe6\xad\x92\xe6\xae\xa2\xe6\xb4\x9f\xe6\xb6\x95\xe7\x93\x8b\xe7\xb1\x8a\xe8\x96\x99\xe8\xa3\xbc\xe8\xa4\x85\xe8\xb6\xaf\xe8\xbf\x8f\xe9\x80\x96\xe9\x80\xb7\xe9\xab\xb0\xe9\xac\x80\xf0\xa1\xb2\x95\xf0\xa1\xb2\xbf\xf0\xa1\xb8\x91\xf0\xa2\x9d\xb9\xf0\xa2\x9e\x96\xf0\xa2\xa7\x91\xf0\xa2\xb3\x93\xf0\xa3\x9c\xb9\xf0\xa3\xa4\x96\xf0\xa3\xa7\x82\xf0\xa5\x89\x88\xf0\xa5\xa1\xa6\xf0\xa5\xab\xb5\xf0\xa7\x9b\x92\xf0\xa7\x9d\x86\xf0\xa7\x9d\x90\xf0\xa7\xa8\xb1\xf0\xa7\xbc\xae\xf0\xa8\xb2\x8e\xf0\xa8\xb2\x9e\xf0\xa9\xac\xb2\xf0\xa9\xae\x9c\xf0\xaa\x8d\xb2\xf0\xaa\x95\xa9]",215,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xac",3,NULL,0,NULL,0}, + {"[\xe5\xb5\x9c\xe7\xac\xb9]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti",2,NULL,0,NULL,0}, + {"[\xe3\xac\xb2\xe4\x80\x96\xe4\x8b\xac\xe4\x9a\xb6\xe5\x85\xb2\xe5\xa4\xa9\xe5\xa9\x96\xe6\xb7\xbb\xe9\x85\x9f\xe9\x9d\x94\xe9\x9d\x9d\xe9\xbb\x87\xf0\xa1\x99\x92\xf0\xa2\x93\x8d\xf0\xa3\x8a\x96\xf0\xa6\x8a\x8a\xf0\xa6\xa7\x92\xf0\xa6\xa7\x9d\xf0\xa6\xac\x9e\xf0\xaa\x85\x89\xf0\xaa\x8e\xbe]",74,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\xa7\x82\xe4\x91\x9a\xe4\x9f\xa7\xe4\xa1\x92\xe4\xa1\x98\xe4\xa5\x96\xe4\xa7\x83\xe5\xa1\xa1\xe5\xa1\xab\xe5\xb1\x87\xe6\x81\xac\xe6\x90\xb7\xe6\xb2\xba\xe6\xb9\x89\xe7\x92\xb3\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\xb0\xe7\x95\x8b\xe7\x95\x91\xe7\x95\xa0\xe7\x9b\xb7\xe7\xa3\x8c\xe7\xaa\xb4\xe7\xb7\x82\xe8\x83\x8b\xe8\x8f\xbe\xe9\x88\xbf\xe9\x97\x90\xe9\x98\x97\xe9\xb7\x86\xe9\xb7\x8f\xf0\xa2\x87\xb6\xf0\xa4\xa4\xa6\xf0\xa4\xab\x9e\xf0\xa5\xa7\x91\xf0\xa5\xaa\xa7\xf0\xa6\x97\x80\xf0\xa6\xb3\x87\xf0\xa7\xa8\xb8\xf0\xa7\xb0\x8a\xf0\xa8\x89\xbe\xf0\xa8\x8c\x88\xf0\xa9\x9a\xa3\xf0\xaa\x8c\xa9]",150,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe3\x96\xad\xe3\x99\x89\xe3\xa5\x8f\xe4\x84\xbc\xe4\x84\xbd\xe4\x90\x8c\xe4\xa0\x84\xe5\x80\x8e\xe5\x94\xba\xe5\xbf\x9d\xe6\x82\xbf\xe6\x99\xaa\xe6\xae\x84\xe6\xb7\x9f\xe7\x90\xa0\xe7\x97\xb6\xe7\x9d\x93\xe8\x85\x86\xe8\x88\x94\xe8\xa6\xa5\xe8\xa7\x8d\xe8\xb3\x9f\xe9\x8c\xaa\xe9\x8d\xa9\xe9\x9d\xa6\xe9\xa4\x82\xf0\xa0\x97\x98\xf0\xa1\x92\xa7\xf0\xa4\xb2\x96\xf0\xa5\xaa\x8c\xf0\xa5\xb3\xab\xf0\xa5\xb5\xb6\xf0\xa7\x89\x82\xf0\xa7\x8c\x8e\xf0\xa7\xa8\xa9\xf0\xa7\xb9\x96\xf0\xa8\x86\x81\xf0\xa8\xa1\x81\xf0\xa8\xa1\x8f\xf0\xa8\xb9\xbb\xf0\xa9\x88\x8d\xf0\xa9\x89\x81]",144,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\x90\x81\xe3\xae\x87\xe3\xb6\xba\xe6\x8e\xad\xe7\x9d\xbc\xe8\x88\x9a\xf0\xa4\x98\xa0\xf0\xa6\x94\xbf\xf0\xa6\x97\x81\xf0\xa6\xa7\x96\xf0\xa8\xb8\xb1]",40,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe7\xa2\xb5\xe9\xb4\xab]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tian",4,NULL,0,NULL,0}, + {"[\xe3\xac\xb8\xe4\xbd\xbb\xe5\xba\xa3\xe6\x81\x8c\xe6\x8c\x91\xe6\x97\xab\xe7\xa5\xa7\xe8\x81\x8e\xf0\xa0\x9b\xaa\xf0\xa1\xaf\xbf\xf0\xa1\xb3\x8f\xf0\xa2\x88\x84\xf0\xa2\x93\x9d\xf0\xa3\x82\x81\xf0\xa3\x82\xa5\xf0\xa6\xa9\x84\xf0\xa8\x8b\xab]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti\xc4\x81o",5,NULL,0,NULL,0}, + {"[\xe3\x9f\x98\xe4\x92\x92\xe4\x96\xba\xe4\x9f\xad\xe4\xa9\xa6\xe4\xaf\xbe\xe4\xb1\x94\xe5\xb2\xa7\xe5\xb2\xb9\xe6\x9d\xa1\xe6\xa2\x9d\xe6\xa8\xa4\xe7\xa5\x92\xe7\xac\xa4\xe8\x8a\x80\xe8\x90\x94\xe8\x93\x9a\xe8\x93\xa8\xe8\x9c\xa9\xe8\xb6\x92\xe8\xbf\xa2\xe9\x8b\x9a\xe9\x8e\xa5\xe9\x9e\x97\xe9\xab\xab\xe9\xaf\x88\xe9\xb0\xb7\xe9\xb2\xa6\xe9\xbd\xa0\xe9\xbe\x86\xf0\xa0\xa4\xba\xf0\xa0\xa7\xaa\xf0\xa1\xa0\x8a\xf0\xa3\x92\xbc\xf0\xa3\x9f\x90\xf0\xa3\xac\xb8\xf0\xa5\xb6\x8f\xf0\xa6\xb4\x9a\xf0\xa7\x8c\x81\xf0\xa9\xb2\xa4]",132,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti\xc3\xa1o",5,NULL,0,NULL,0}, + {"[\xe3\xb8\xa0\xe4\xa0\xb7\xe5\xac\xa5\xe5\xae\xa8\xe6\x96\xa2\xe6\x99\x80\xe6\x9c\x93\xe7\xaa\x95\xe7\xaa\xb1\xe8\x84\x81\xe8\xaa\x82\xf0\xa2\xb3\x99\xf0\xa2\xba\xab]",43,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti\xc7\x8eo",5,NULL,0,NULL,0}, + {"[\xe7\x9c\xba\xe7\xb2\x9c\xe7\xb3\xb6\xe7\xb5\xa9\xe8\xa6\x9c\xe8\xb7\xb3\xf0\xa2\x96\x88\xf0\xa5\x8e\xba\xf0\xa8\xbe\xbe\xf0\xaa\x8c\xaa]",36,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti\xc3\xa0o",5,NULL,0,NULL,0}, + {"\xe8\x9e\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tiao",4,NULL,0,NULL,0}, + {"[\xe5\xb8\x96\xe6\x80\x97\xe8\x81\x91\xe8\x90\x9c\xe8\xb2\xbc\xe8\xb4\xb4\xf0\xa6\x9d\x92]",24,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti\xc4\x93",4,NULL,0,NULL,0}, + {"\xe4\xa9\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti\xc3\xa9",4,NULL,0,NULL,0}, + {"[\xe4\xa5\xab\xe5\x83\xa3\xe8\x9b\x88\xe9\x8a\x95\xe9\x8b\xa8\xe9\x90\xa1\xe9\x90\xb5\xe9\x93\x81\xe9\xa9\x96\xe9\xb4\xa9\xf0\xa2\xb6\x8b]",36,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe4\xb4\xb4\xe4\xb5\xbf\xe5\x91\xab\xe9\xa3\xbb\xe9\xa4\xae\xf0\xa4\x9d\x93\xf0\xa6\xa7\xa2\xf0\xa6\xa7\xa4\xf0\xaa\x8e\x8b]",33,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe3\x93\x85\xe4\x8b\xbc\xe4\xaf\x95\xe5\x8e\x85\xe5\x8e\x9b\xe5\x90\xac\xe5\xba\x81\xe5\xbb\xb0\xe5\xbb\xb3\xe6\xa1\xaf\xe6\xb1\x80\xe7\x83\x83\xe7\x83\xb4\xe7\x94\xba\xe7\xb6\x8e\xe8\x80\x93\xe8\x81\xb4\xe8\x81\xbc\xe8\x81\xbd\xe8\x89\xbc\xe9\x9e\x93\xf0\xa0\x84\x9a\xf0\xa4\x98\x96\xf0\xa5\x91\x88\xf0\xa6\x89\xac\xf0\xa6\x97\x9f\xf0\xa7\xb0\xa9\xf0\xa8\x8a\xa1\xf0\xa9\xa8\x91]",97,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc4\xabng",5,NULL,0,NULL,0}, + {"[\xe3\xb9\xb6\xe3\xbc\x97\xe4\x97\xb4\xe4\xb1\x93\xe4\xba\xad\xe5\x81\x9c\xe5\xa9\xb7\xe5\xb5\x89\xe5\xba\xad\xe5\xbb\xb7\xe6\xa5\x9f\xe6\xa6\xb3\xe6\xb8\x9f\xe7\xad\xb3\xe8\x81\xa4\xe8\x8e\x9b\xe8\x91\xb6\xe8\x9c\x93\xe8\x9d\x8f\xe8\xab\xaa\xe9\x82\x92\xe9\x96\xae\xe9\x9c\x86\xe9\xbc\xae\xf0\xa3\x82\xb4\xf0\xa4\x97\x9e\xf0\xa5\xa5\xb6\xf0\xa5\xb4\x91\xf0\xa6\x90\xbf\xf0\xa6\x9d\x9e\xf0\xa7\x93\xb4\xf0\xa7\x96\xa8\xf0\xa7\xb6\xba\xf0\xa8\x89\xac\xf0\xa8\x93\x8d\xf0\xa9\x86\x86\xf0\xa9\x90\xb4\xf0\xa9\xb9\x87]",130,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xadng",5,NULL,0,NULL,0}, + {"[\xe4\x85\x8d\xe4\xa6\x90\xe4\xb5\xba\xe4\xbe\xb9\xe5\x9c\xa2\xe5\xa8\x97\xe6\x8c\xba\xe6\xa2\x83\xe6\xb6\x8f\xe7\x83\xb6\xe7\x8f\xbd\xe7\x94\xbc\xe8\x84\xa1\xe8\x89\x87\xe8\xaa\x94\xe9\xa0\xb2\xe9\xa2\x8b\xf0\xa0\x95\x8a\xf0\xa0\x98\x8b\xf0\xa1\x88\xbc\xf0\xa1\x94\x9b\xf0\xa2\xbd\x84\xf0\xa3\x84\xbf\xf0\xa3\x89\xa1\xf0\xa4\xb1\xb9\xf0\xa5\xab\x99\xf0\xa8\x81\x97\xf0\xa8\xb3\x91\xf0\xa8\xb3\x9d\xf0\xa8\xb8\x81\xf0\xa9\x91\x99\xf0\xa9\x92\x9e\xf0\xaa\x8a\xb6]",117,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc7\x90ng",5,NULL,0,NULL,0}, + {"[\xf0\xa2\xac\xab\xf0\xa5\x86\x91\xf0\xa6\x95\xa2]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xacng",5,NULL,0,NULL,0}, + {"[\xe5\x97\xb5\xe5\x9b\xb2\xe7\x82\xb5\xe7\x97\x8c\xe8\x93\xaa\xe9\x80\x9a\xf0\xa1\xa0\x99\xf0\xa2\x84\x9f\xf0\xa3\x8c\xbe\xf0\xa3\xbb\xa2\xf0\xa5\xb2\x86\xf0\xa7\xb3\x86\xf0\xa7\xb3\xbf\xf0\xa8\x80\x9c]",52,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc5\x8dng",5,NULL,0,NULL,0}, + {"[\xe3\xa0\x89\xe3\xa0\xbd\xe3\xa4\x8f\xe3\xb8\x97\xe3\xbc\xa7\xe3\xbc\xbf\xe4\x82\x88\xe4\x86\x9a\xe4\xae\xb5\xe4\xb3\x8b\xe4\xb4\x80\xe4\xb6\xb1\xe4\xbb\x9d\xe4\xbd\x9f\xe5\x83\xae\xe5\x8b\xad\xe5\x90\x8c\xe5\x93\x83\xe5\xb3\x82\xe5\xb3\x9d\xe5\xba\x9d\xe5\xbd\xa4\xe6\x99\x8d\xe6\x9b\x88\xe6\x9c\xa3\xe6\xa1\x90\xe6\xa9\xa6\xe6\xb0\x83\xe6\xb5\xb5\xe6\xbd\xbc\xe7\x83\x94\xe7\x87\x91\xe7\x8a\x9d\xe7\x8b\xaa\xe7\x8d\x9e\xe7\x9c\xae\xe7\x9e\xb3\xe7\xa0\xbc\xe7\xa7\xb1\xe7\xab\xa5\xe7\xad\xa9\xe7\xb2\xa1\xe8\x86\xa7\xe8\x8c\xbc\xe8\x9a\x92\xe8\xa9\xb7\xe8\xb5\xa8\xe9\x85\xae\xe9\x89\x96\xe9\x89\xb5\xe9\x8a\x85\xe9\x93\x9c\xe9\xa4\x87\xe9\xae\xa6\xe9\xb2\x96\xf0\xa0\x96\x84\xf0\xa1\xa6\x9c\xf0\xa2\x88\x89\xf0\xa2\x8f\x95\xf0\xa2\x93\x98\xf0\xa3\x91\xb8\xf0\xa3\xaa\xaf\xf0\xa4\xb1\x87\xf0\xa5\xa9\x8c\xf0\xa5\xab\x82\xf0\xa6\x8f\x86\xf0\xa6\x92\x8d\xf0\xa6\xa8\xb4\xf0\xa7\x87\x8c\xf0\xa7\x8a\x9a\xf0\xa7\x8b\x92\xf0\xa7\x8b\x9a\xf0\xa7\x8c\x9d\xf0\xa8\x9a\xaf\xf0\xa8\x9c\xb3\xf0\xa8\x9d\xaf\xf0\xa8\xa0\x8c\xf0\xa9\x8d\x85\xf0\xa9\xa9\x85\xf0\xa9\xbb\xa1\xf0\xaa\x80\xad]",271,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xb3ng",5,NULL,0,NULL,0}, + {"[\xe3\x9b\x9a\xe3\xa3\x9a\xe3\xaa\x8c\xe6\x8d\x85\xe6\xa1\xb6\xe6\xa8\x8b\xe7\xad\x92\xe7\xb5\xb1\xe7\xb6\x82\xe7\xbb\x9f\xf0\xa2\xb3\x9f\xf0\xa8\x88\xb9\xf0\xaa\x8c\xa2]",44,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc7\x92ng",5,NULL,0,NULL,0}, + {"[\xe6\x81\xb8\xe6\x85\x9f\xe6\x86\x85\xe7\x97\x9b\xe8\xa1\x95\xf0\xa5\xa6\x81]",21,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xb2ng",5,NULL,0,NULL,0}, + {"[\xe5\x81\xb7\xe5\x81\xb8\xe5\xa9\xbe\xe5\xaa\xae\xe9\x8b\x80\xe9\x8d\xae\xf0\xa1\x87\xa7\xf0\xa8\xb1\x8e]",28,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc5\x8du",4,NULL,0,NULL,0}, + {"[\xe3\x93\xb1\xe3\xa2\x8f\xe4\x95\xb1\xe4\xb5\x89\xe4\xba\xa0\xe5\xa4\xb4\xe6\x8a\x95\xe7\xb7\xb0\xe9\xa0\xad\xe9\xaa\xb0\xf0\xa1\xb7\xa0\xf0\xa3\xaa\x8c\xf0\xa6\x88\x95\xf0\xa8\xaf\xb2\xf0\xa8\xb7\xa9\xf0\xaa\x81\x9e\xf0\xaa\x89\x98\xf0\xaa\x8e\xa8]",64,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xb3u",4,NULL,0,NULL,0}, + {"[\xe3\xaa\x97\xe3\xb3\x86\xe3\xbc\xa5\xe4\x9a\xb5\xe4\xb1\x8f\xe5\xa6\xb5\xe6\x95\xa8\xe7\xb4\x8f\xe8\x98\xa3\xe9\x92\xad\xe9\xa3\xb3\xe9\xbb\x88\xf0\xa9\x9c\xb6\xf0\xa9\xbf\xa2\xf0\xaa\x8c\x98]",50,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xe3\x96\xa3\xe4\x9e\xac\xe4\x9f\x9d\xe7\xb6\x89\xe9\x80\x8f\xf0\xa3\x9b\xbe\xf0\xa7\xba\xa2\xf0\xa8\x94\x99]",29,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xb2u",4,NULL,0,NULL,0}, + {"[\xe3\x9f\xae\xe3\xbb\xac\xe4\x9b\xa2\xe4\x9e\xae\xe5\x87\xb8\xe5\x94\x8b\xe5\xa0\x97\xe5\xae\x8a\xe5\xb6\x80\xe6\x80\xa2\xe6\x8d\xb8\xe6\xb6\x8b\xe6\xb9\xa5\xe7\x97\x9c\xe7\xa6\xbf\xe7\xa7\x83\xe7\xaa\x81\xe8\x91\x96\xe9\x8b\xb5\xe9\xb5\x9a\xe9\xbc\xb5\xf0\xa0\x8a\xb2\xf0\xa0\x9e\x80\xf0\xa0\x9f\xb6\xf0\xa0\xab\x93\xf0\xa0\xb3\xb6\xf0\xa0\xb8\x82\xf0\xa1\xb8\x82\xf0\xa2\xac\xb3\xf0\xa3\x85\x9d\xf0\xa3\x92\x87\xf0\xa3\xb2\xb1\xf0\xa4\xb7\xbf\xf0\xa5\xa5\x9b\xf0\xa5\xa8\x9c\xf0\xa5\xaf\x9d\xf0\xa6\xa9\xa4\xf0\xa7\xb3\x8c\xf0\xaa\x89\x8d]",137,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe3\xad\xb8\xe3\xbb\x8c\xe3\xbb\xa0\xe3\xbb\xaf\xe4\x85\xb7\xe4\x96\x98\xe4\xa0\x88\xe4\xa3\x84\xe4\xa3\x9d\xe4\xa4\x85\xe4\xa9\xa3\xe4\xb3\x9c\xe5\x87\x83\xe5\x9b\xb3\xe5\x9b\xbe\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\xa1\x97\xe5\xb1\xa0\xe5\xb3\xb9\xe5\xb5\x9e\xe5\xba\xa9\xe5\xbb\x9c\xe5\xbe\x92\xe6\x82\x87\xe6\x8d\x88\xe6\x8f\xac\xe6\xa2\x8c\xe6\xb6\x82\xe6\xbd\xb3\xe7\x98\x8f\xe7\xa8\x8c\xe7\xad\xa1\xe8\x85\xaf\xe8\x8d\xbc\xe8\x8f\x9f\xe8\x92\xa4\xe8\xb7\xbf\xe9\x80\x94\xe9\x85\xb4\xe9\x88\xaf\xe9\x8d\x8e\xe9\xa6\x9f\xe9\xa7\xbc\xe9\xb5\x8c\xe9\xb6\x9f\xe9\xb7\x8b\xe9\xb7\xb5\xf0\xa0\xab\xae\xf0\xa0\xbb\xac\xf0\xa1\x87\xa9\xf0\xa1\xba\xb4\xf0\xa2\x9d\x80\xf0\xa3\x88\xa5\xf0\xa3\x94\xbb\xf0\xa3\xa5\xb3\xf0\xa4\x99\x9b\xf0\xa4\x9f\xaa\xf0\xa5\x82\x8b\xf0\xa5\xa7\xa3\xf0\xa6\x94\x85\xf0\xa6\x9d\xac\xf0\xa7\x9b\x97\xf0\xa7\xa7\xb6\xf0\xa8\x91\x92\xf0\xa8\x9d\x9b\xf0\xa8\xa8\xb7\xf0\xa8\xb1\x84\xf0\xa8\xb4\xa9\xf0\xa9\xa5\xbd\xf0\xaa\x91\x8f]",241,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe5\x90\x90\xe5\x9c\x9f\xe5\x9c\xa1\xe9\x87\xb7\xe9\x92\x8d\xf0\xa8\x99\xad]",21,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe5\x85\x8e\xe5\x85\x94\xe5\xa0\x8d\xe8\xbf\x8c\xe9\xb5\xb5\xf0\xa9\xa3\xae\xf0\xa9\xb8\x83\xf0\xa9\xbe\x85]",29,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe6\xb1\xa2\xe8\x8e\xb5]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu",2,NULL,0,NULL,0}, + {"[\xe4\x9d\x8e\xe4\xb5\x8a\xe4\xb5\x8e\xe6\xb9\x8d\xe7\x85\x93\xe7\x8c\xaf\xe8\xb2\x92\xf0\xa7\xb0\x84\xf0\xaa\x8f\x96]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\xa9\x9b\xe4\x8a\x9c\xe5\x89\xb8\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9c\x98\xe6\x85\xb1\xe6\x8a\x9f\xe6\x91\xb6\xe6\xa7\xab\xe6\xaa\xb2\xe6\xbc\x99\xe7\xaf\xbf\xe7\xb3\xb0\xe9\x8f\x84\xe9\xb7\x92\xe9\xb7\xbb\xf0\xa1\x81\xb4\xf0\xa3\xb6\xa3\xf0\xa7\x90\x95\xf0\xa7\x93\x98\xf0\xa7\xbd\xa2\xf0\xa8\xaa\x92\xf0\xa9\x83\x98\xf0\xa9\x98\xaf\xf0\xa9\x9c\xb5\xf0\xa9\xa0\x8a\xf0\xa9\xa0\xb9\xf0\xaa\x88\x8b]",101,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe4\x9c\x9d\xe4\xb5\xaf\xe7\x96\x83\xf0\xa2\xa3\x8e\xf0\xa4\xb1\x9d]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe5\xbd\x96\xe6\xb9\xaa\xe8\xa4\x96\xf0\xa7\xb3\xa9]",15,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe3\x9e\x9c\xe6\x8e\xa8\xe8\x93\xb7\xe8\x97\xac\xf0\xa7\x86\xb8\xf0\xa8\x8c\xb4]",22,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu\xc4\xab",4,NULL,0,NULL,0}, + {"[\xe3\xa2\x88\xe3\xa2\x91\xe3\xbf\x97\xe4\x80\x83\xe4\x85\xaa\xe5\xb0\xb5\xe5\xbc\x9a\xe7\xa9\xa8\xe8\x98\x88\xe8\xb9\xaa\xe9\x9a\xa4\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbd\xe9\xa2\x93\xe9\xad\x8b\xf0\xa1\xb7\x9c\xf0\xa2\x89\xad\xf0\xa2\x8a\xae\xf0\xa2\x9f\xb4\xf0\xa4\x97\xb4\xf0\xa4\xb8\x89\xf0\xa5\xa2\xa2\xf0\xa5\xb6\x90\xf0\xa7\x9d\x8b\xf0\xa7\xae\x93\xf0\xa8\x86\xa8\xf0\xa8\x97\x9e\xf0\xa8\x98\x83\xf0\xa8\xbd\x9f\xf0\xa9\x93\xac\xf0\xa9\x98\xba\xf0\xa9\x99\xac]",118,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu\xc3\xad",4,NULL,0,NULL,0}, + {"[\xe3\x9e\x82\xe3\xb1\xa3\xe3\xbe\xbc\xe3\xbf\x89\xe4\xbf\x80\xe5\x83\x93\xe8\x85\xbf\xe8\xb9\x86\xe9\xaa\xbd\xf0\xa1\xaf\xb5]",33,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu\xc7\x90",4,NULL,0,NULL,0}, + {"[\xe3\xa5\x86\xe3\xb7\x9f\xe4\xbe\xbb\xe5\xa8\xa7\xe7\x85\xba\xe8\x9b\xbb\xe8\x9c\x95\xe8\xa4\xaa\xe9\x80\x80\xe9\xa7\xbe\xf0\xa0\xba\x99\xf0\xa2\x93\x87\xf0\xa2\xa0\xae\xf0\xa4\x8d\x90\xf0\xa5\xb2\xa3\xf0\xa6\x96\xa6\xf0\xa6\x9c\x84\xf0\xa9\xb3\x95]",64,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu\xc3\xac",4,NULL,0,NULL,0}, + {"[\xe3\xac\xbf\xe5\x90\x9e\xe5\x91\x91\xe5\x95\x8d\xe5\x99\x8b\xe6\x9a\xbe\xe6\x9c\x9c\xe6\xb6\x92\xe7\x84\x9e\xe9\xbb\x97\xf0\xa3\x8b\x84\xf0\xa7\x91\x92\xf0\xa8\xa7\x90\xf0\xa8\xb9\x99\xf0\xa9\xb7\xb5\xf0\xaa\x8f\x86]",56,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc5\xabn",4,NULL,0,NULL,0}, + {"[\xe3\xa9\x94\xe3\xb9\xa0\xe3\xbc\x8a\xe5\x9d\x89\xe5\xb1\xaf\xe5\xbf\xb3\xe8\x87\x80\xe8\x87\x8b\xe8\x8a\x9a\xe8\xb1\x98\xe8\xb1\x9a\xe8\xbb\x98\xe9\x9c\x95\xe9\xa3\xa9\xe9\xa5\xa8\xe9\xad\xa8\xe9\xb2\x80\xf0\xa0\xad\xbf\xf0\xa1\x89\x92\xf0\xa5\xb4\xab\xf0\xa5\xb8\xb5\xf0\xa6\x8d\x93\xf0\xa6\x9c\xb4\xf0\xa6\x9f\x93\xf0\xa7\xb0\xad\xf0\xa8\x99\xb2\xf0\xa8\xb3\x98\xf0\xa9\x82\x84\xf0\xa9\x96\xa4\xf0\xaa\x8c\x8b\xf0\xaa\x8e\xb4\xf0\xaa\x8e\xb6]",113,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xban",4,NULL,0,NULL,0}, + {"[\xe3\x96\x94\xe6\xb0\xbd\xe7\x95\xbd\xf0\xa2\x9e\x8b\xf0\xa2\xa5\xbd\xf0\xa3\xb5\x9e\xf0\xa6\x9c\xaf\xf0\xa6\x9f\x99]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc7\x94n",4,NULL,0,NULL,0}, + {"[\xe3\xa7\xb7\xe6\x97\xbd\xf0\xa4\xb6\x95\xf0\xa8\x81\x87\xf0\xaa\x91\x92]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc3\xb9n",4,NULL,0,NULL,0}, + {"[\xe4\x9c\x8f\xe4\xb4\xb1\xe4\xb9\x87\xe4\xbb\x9b\xe4\xbe\x82\xe5\x92\x83\xe6\x89\x98\xe6\x89\xa1\xe6\x8b\x95\xe6\x8b\x96\xe6\x8c\xa9\xe6\x8d\x9d\xe6\x9d\x94\xe6\xb1\x91\xe6\xb2\xb0\xe6\xb6\xb6\xe8\x84\xab\xe8\x84\xb1\xe8\x8e\x8c\xe8\xa2\xa5\xe8\xa8\x97\xe8\xae\xac\xe9\xa3\xa5\xe9\xa5\xa6\xe9\xa9\x9d\xe9\xad\xa0\xf0\xa0\x88\x81\xf0\xa0\xb0\xb9\xf0\xa0\xb4\xbb\xf0\xa2\x84\xbf\xf0\xa2\xa9\xb7\xf0\xa2\xb8\xa8\xf0\xa4\xa3\xaf\xf0\xa7\xa6\xad\xf0\xa8\x92\x99\xf0\xa8\x9e\x8c\xf0\xa9\x9f\xb0\xf0\xa9\xa2\xb5\xf0\xa9\xa7\x90\xf0\xaa\x8c\x82]",136,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu\xc5\x8d",4,NULL,0,NULL,0}, + {"[\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xbc\xa0\xe3\xbe\x83\xe4\x8d\xab\xe4\xa1\x90\xe4\xaa\x91\xe4\xad\xbe\xe4\xb0\xbf\xe4\xbd\x97\xe5\x9d\xa8\xe5\xa0\xb6\xe5\xb2\xae\xe6\xa7\x96\xe6\xa9\x90\xe6\xb2\xb1\xe6\xb2\xb2\xe7\x8b\x8f\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa2\xa2\xe7\xb4\xbd\xe8\xa2\x89\xe8\xb7\x8e\xe8\xbf\xb1\xe9\x85\xa1\xe9\x99\x80\xe9\x99\x81\xe9\xa6\xb1\xe9\xa7\x84\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa8\xa8\xe9\xa9\x92\xe9\xa9\xae\xe9\xa9\xbc\xe9\xae\x80\xe9\xb4\x95\xe9\xb8\xb5\xe9\xbc\x89\xe9\xbc\x8d\xe9\xbc\xa7\xf0\xa1\xa9\x86\xf0\xa1\xb9\xac\xf0\xa2\x8f\x9c\xf0\xa2\x91\xa0\xf0\xa2\xa9\xbb\xf0\xa3\xb6\xa6\xf0\xa4\x9d\x9b\xf0\xa4\xa4\xa9\xf0\xa4\xb1\xa1\xf0\xa5\x93\xbf\xf0\xa5\x9e\x92\xf0\xa6\x91\x91\xf0\xa6\x9a\x90\xf0\xa7\x94\xb3\xf0\xa7\x95\xa6\xf0\xa7\xa3\x96\xf0\xa7\xa4\x93\xf0\xa7\xa7\x89\xf0\xa7\xbf\xb6\xf0\xa8\x88\xb7\xf0\xa8\x89\x8b\xf0\xa8\xb9\x94\xf0\xa9\x83\xb0\xf0\xa9\x83\xb1\xf0\xa9\x89\xba\xf0\xa9\x8e\xbc\xf0\xa9\xa2\x8a\xf0\xa9\xbf\xbd\xf0\xaa\x98\x95\xf0\xaa\x98\x97]",248,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu\xc3\xb3",4,NULL,0,NULL,0}, + {"[\xe3\x9f\x8e\xe4\x93\x95\xe5\xa6\xa5\xe5\xaa\xa0\xe5\xab\xb7\xe5\xba\xb9\xe5\xbd\xb5\xe6\xa4\xad\xe6\xa5\x95\xe6\xa9\xa2\xe9\xac\x8c\xe9\xb0\x96\xe9\xb5\x8e\xf0\xa1\x90\x8f\xf0\xa1\x9b\xb5\xf0\xa2\x93\xb0\xf0\xa3\x9f\x81\xf0\xa3\xb7\xbf\xf0\xa4\xb1\xa7\xf0\xa4\xb9\xa2\xf0\xa6\x9d\xa6\xf0\xa8\x81\xa1\xf0\xa8\xba\x96]",81,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu\xc7\x92",4,NULL,0,NULL,0}, + {"[\xe5\x94\xbe\xe6\x9f\x9d\xe6\xaf\xa4\xe6\xaf\xbb\xe7\xae\xa8\xe7\xb1\x9c\xe8\x90\x9a\xe8\x98\x80\xe8\xb7\x85\xf0\xa3\x97\xb8\xf0\xa3\x9f\x84\xf0\xa3\xae\x86\xf0\xa5\xa9\x80\xf0\xa6\x9a\x88\xf0\xa7\x9c\xb2\xf0\xa7\xbf\xa7\xf0\xa8\x82\xab\xf0\xa9\x85\xa1\xf0\xa9\xb1\xbe]",69,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu\xc3\xb2",4,NULL,0,NULL,0}, + {"[\xe4\xa8\x9f\xe4\xaf\x89\xe4\xb5\xb7\xe5\x8a\xb8\xe5\x97\x97\xe5\xa8\xb2\xe5\xaa\xa7\xe6\x8c\x96\xe6\x90\xb2\xe6\x94\xa8\xe6\xb4\xbc\xe6\xba\x9b\xe6\xbc\xa5\xe7\x95\x96\xe7\xa9\xb5\xe7\xaa\x8a\xe7\xaa\xaa\xe8\x9b\x99\xe9\xbc\x83\xf0\xa0\xb4\xba\xf0\xa1\x81\x8c\xf0\xa1\x9a\x9f\xf0\xa3\xa2\x89\xf0\xa4\xac\xbf\xf0\xa4\xae\xb0\xf0\xa5\xa4\xba\xf0\xa6\x9e\xad\xf0\xa7\xa7\x8a\xf0\xa8\xa9\xb6\xf0\xa9\xa8\x9a\xf0\xa9\xa9\xa4\xf0\xa9\xbf\xba]",111,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe5\xa8\x83\xf0\xa3\xa2\x9a\xf0\xa4\x9e\x87\xf0\xa9\xa8\xbe]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xa1",3,NULL,0,NULL,0}, + {"[\xe3\xa7\x9a\xe3\xbc\x98\xe4\xbd\xa4\xe5\x92\x93\xe7\x93\xa6\xe9\x82\xb7\xf0\xa3\x90\x8e\xf0\xa6\x98\xb5\xf0\xa6\x9a\xa9\xf0\xa8\x80\x84]",36,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe4\x8d\xaa\xe4\x8e\xb3\xe4\x9a\xb4\xe4\xa0\x9a\xe5\x97\xa2\xe8\x81\x89\xe8\x85\xbd\xe8\x86\x83\xe8\xa2\x9c\xe8\xa5\xaa\xe9\x9f\x88\xe9\x9f\xa4\xf0\xa0\xb9\x81\xf0\xa1\xa7\x97\xf0\xa4\xac\xa6\xf0\xa4\xbf\x97\xf0\xa5\xa5\x9f\xf0\xa5\xbf\x89\xf0\xa6\xa4\x99\xf0\xa6\xab\xaa]",70,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xa0",3,NULL,0,NULL,0}, + {"[\xe5\x93\x87\xe5\xb1\xb2\xe7\x93\xb2]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wa",2,NULL,0,NULL,0}, + {"[\xe3\x96\x9e\xe3\x97\x8f\xe4\xb4\x9c\xe5\x96\x8e\xe6\xad\xaa\xe7\xab\xb5\xf0\xa4\x9f\xb7\xf0\xa8\xb5\x9e\xf0\xaa\x89\xad]",32,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc4\x81i",4,NULL,0,NULL,0}, + {"[\xe5\xb4\xb4\xf0\xa2\xb1\x89\xf0\xa8\x82\xbf\xf0\xa8\x88\x95]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe4\xa0\xbf\xe4\xb6\x90\xe5\xa4\x96\xe5\xa4\x9e\xe9\xa1\xa1\xf0\xa0\xa8\x83\xf0\xa0\xb0\xbb\xf0\xa4\xa4\xab\xf0\xa4\xb7\xb9\xf0\xa6\x98\x8d\xf0\xa9\x94\x80\xf0\xa9\x95\x95\xf0\xaa\x91\xb7]",49,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xa0i",4,NULL,0,NULL,0}, + {"[\xe3\x98\xa4\xe4\x98\x8e\xe5\x89\x9c\xe5\xa1\x86\xe5\xa3\xaa\xe5\xa9\xa0\xe5\xb8\xb5\xe5\xbc\xaf\xe5\xbd\x8e\xe6\xb9\xbe\xe6\xbd\xab\xe7\x81\xa3\xe8\x9c\xbf\xe8\xb1\x8c\xf0\xa0\x9d\xaa\xf0\xa0\xa0\xaa\xf0\xa1\x87\xbf\xf0\xa1\xa4\xb6\xf0\xa2\xba\xaf\xf0\xa3\xa1\xa9\xf0\xa7\xaf\xa1\xf0\xa8\x82\xba\xf0\xa8\x88\x8a\xf0\xa8\x89\x9d\xf0\xa9\x85\xa6]",88,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe3\x9d\xb4\xe4\xaf\x88\xe4\xb8\xb8\xe5\x88\x93\xe5\xae\x8c\xe5\xb2\x8f\xe6\x8a\x8f\xe6\x8d\x96\xe6\xb1\x8d\xe7\x83\xb7\xe7\x8e\xa9\xe7\x90\x93\xe7\xb4\x88\xe7\xba\xa8\xe7\xbf\xab\xe8\x8a\x84\xe9\xa0\x91\xe9\xa1\xbd\xf0\xa0\x92\xa2\xf0\xa2\x93\x83\xf0\xa2\x93\x86\xf0\xa4\xa5\x99\xf0\xa4\xbb\x86\xf0\xa5\xa4\xb8\xf0\xa7\xb2\xa6\xf0\xa7\xbf\x99\xf0\xa8\xa9\xaf\xf0\xa9\xbe\x9e\xf0\xaa\x90\xac]",100,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xa1n",4,NULL,0,NULL,0}, + {"[\xe3\x9c\xb6\xe3\xbd\x9c\xe3\xbf\xb8\xe4\x85\x8b\xe4\x91\xb1\xe4\x96\xa4\xe4\x97\x95\xe4\x98\xbc\xe4\x9b\xb7\xe4\x9d\xb9\xe4\xa9\x8a\xe4\xb3\x83\xe5\x80\x87\xe5\x94\x8d\xe5\x9f\xa6\xe5\xa9\x89\xe5\xae\x9b\xe6\x83\x8b\xe6\x8c\xbd\xe6\x99\x9a\xe6\x99\xa9\xe6\x99\xbc\xe6\xa2\x9a\xe6\xa4\x80\xe7\x90\xac\xe7\x95\xb9\xe7\x9a\x96\xe7\x9b\x8c\xe7\x9d\x95\xe7\xa2\x97\xe7\xb6\xa9\xe7\xb6\xb0\xe7\xbb\xbe\xe8\x84\x98\xe8\x8f\x80\xe8\x90\x96\xe8\xb8\xa0\xe8\xbc\x93\xe9\x8b\x84\xe9\x8b\x94\xf0\xa1\xa9\x84\xf0\xa1\xb8\xa5\xf0\xa2\x9b\x99\xf0\xa2\xa8\x94\xf0\xa4\x97\x8d\xf0\xa5\x9f\xb6\xf0\xa6\x9c\x90\xf0\xa6\xa3\xbe\xf0\xa7\x9a\x87\xf0\xa7\xa0\x86\xf0\xa8\x8c\x94\xf0\xa8\xa5\xa7\xf0\xa8\xa9\xb5\xf0\xa8\xa9\xbb\xf0\xa9\x8a\x81\xf0\xa9\xa3\xb5\xf0\xaa\x82\xa6\xf0\xaa\x82\xa7\xf0\xaa\x8b\x85\xf0\xaa\x8e\x9b\xf0\xaa\x91\x89]",206,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\xb8\x98\xe4\x9b\x83\xe4\xa5\x91\xe4\xaf\x9b\xe4\xb8\x87\xe5\x8d\x8d\xe5\x8d\x90\xe5\xa6\xa7\xe5\xbf\xa8\xe6\x8d\xa5\xe6\xbe\xab\xe8\x84\x95\xe8\x85\x95\xe8\x90\xac\xe8\x96\x8d\xe8\x9f\x83\xe8\xb2\xa6\xe8\xb4\x83\xe8\xb4\x8e\xe8\xbc\x90\xe9\x8c\xbd\xe9\x8e\xab\xf0\xa0\xa3\x89\xf0\xa1\x86\x85\xf0\xa2\x80\x97\xf0\xa2\xaf\xb2\xf0\xa3\xa5\x83\xf0\xa4\xa7\xa9\xf0\xa5\x86\xb6\xf0\xa5\x9d\x84\xf0\xa6\x82\x94\xf0\xa6\x99\xb5\xf0\xa6\xb2\xaf\xf0\xa6\xbd\x9e\xf0\xa7\xb9\x97\xf0\xa8\x9e\xbc\xf0\xa9\x88\xac\xf0\xa9\xa2\x84]",132,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xa0n",4,NULL,0,NULL,0}, + {"[\xe6\x9d\xa4\xe7\xac\x82\xe9\x82\x9c]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wan",3,NULL,0,NULL,0}, + {"[\xe2\xba\x8f\xe2\xba\x90\xe5\xb0\xa3\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe6\xb1\xaa\xf0\xa0\x95\xbf\xf0\xa1\x9d\x9d\xf0\xa1\xaf\x81\xf0\xa4\xb7\x80\xf0\xa5\x86\x9a\xf0\xaa\x81\x98]",47,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe4\xba\xa1\xe4\xba\xbe\xe4\xbb\xbc\xe5\x85\xa6\xe5\xbd\xba\xe7\x8e\x8b\xe8\x8e\xa3\xe8\x9a\x9f\xf0\xa1\xb7\xa2\xf0\xa6\xa3\xa6\xf0\xa6\xaf\x8c\xf0\xa7\x8e\x95\xf0\xa9\xb5\xad]",46,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xa1ng",5,NULL,0,NULL,0}, + {"[\xe2\xba\xb2\xe2\xba\xb4\xe3\x93\x81\xe3\xb2\xbf\xe3\xb3\xb9\xe3\xb4\x8f\xe4\x8b\x84\xe4\x8b\x9e\xe4\x92\xbd\xe4\xb0\xa3\xe5\xbe\x80\xe5\xbe\x83\xe5\xbe\x8d\xe6\x83\x98\xe6\x9a\x80\xe6\x9e\x89\xe6\xa3\xa2\xe7\x80\x87\xe7\xb6\xb2\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x94\xe8\x8f\xb5\xe8\x9b\xa7\xe8\x9d\x84\xe8\xaa\xb7\xe8\xbc\x9e\xe8\xbe\x8b\xe9\xad\x8d\xf0\xa1\x94\x9e\xf0\xa2\x81\xb6\xf0\xa2\xbc\x9f\xf0\xa3\xa2\xab\xf0\xa3\xb6\x88\xf0\xa3\xb7\xaa\xf0\xa5\xbe\xbc\xf0\xa6\x96\x89\xf0\xa6\xa3\xa9\xf0\xa6\xac\xa3\xf0\xa7\x88\xbf\xf0\xa7\xa7\x9c\xf0\xa8\x95\xbf\xf0\xa8\xb3\xa0\xf0\xa9\x96\xa9]",149,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe4\xa4\x91\xe5\xa6\x84\xe5\xbf\x98\xe6\x97\xba\xe6\x9c\x9b\xe6\x9c\xa2\xe7\x9b\xb3\xe8\xbf\x8b\xf0\xa2\x9b\x9b\xf0\xa3\xa5\x8a\xf0\xa5\x86\x9c\xf0\xa5\xb2\xa0\xf0\xa6\x93\x8b\xf0\xa7\xa7\x84\xf0\xa7\xab\xa2]",54,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xa0ng",5,NULL,0,NULL,0}, + {"\xe7\x84\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wang",4,NULL,0,NULL,0}, + {"[\xe3\x95\x92\xe3\x99\x8e\xe3\x99\x97\xe3\x9f\xaa\xe3\xa3\xa6\xe3\xae\x83\xe4\x8b\xbf\xe4\xab\x8b\xe4\xb4\xa7\xe5\x81\x8e\xe5\x8d\xb1\xe5\x96\xb4\xe5\xa8\x81\xe5\xaa\x99\xe5\xb7\x8d\xe5\xbe\xae\xe6\x84\x84\xe6\x8f\x8b\xe6\x8f\xbb\xe6\xa4\xb3\xe6\xa5\xb2\xe6\xb8\xa8\xe6\xba\xa6\xe7\x83\x93\xe7\x85\xa8\xe7\x87\xb0\xe8\x90\x8e\xe8\x91\xa8\xe8\x91\xb3\xe8\x96\x87\xe8\x9c\xb2\xe8\x9d\x9b\xe8\xa6\xa3\xe8\xa9\xb4\xe9\x80\xb6\xe9\x9a\x87\xe9\x9a\x88\xe9\xb0\x83\xe9\xb0\x84\xe9\xb3\x82\xf0\xa0\xb3\xbf\xf0\xa2\xbc\xb8\xf0\xa3\xab\xaa\xf0\xa6\x88\x93\xf0\xa6\x93\xbd\xf0\xa6\xa9\xac\xf0\xa7\x8d\xa5\xf0\xa7\x9a\xb7\xf0\xa7\x9b\x9a\xf0\xa7\x9f\xbc\xf0\xa7\xa4\x96\xf0\xa8\x96\xbf\xf0\xa8\xbb\x92\xf0\xa9\xb9\xa5\xf0\xa9\xbc\x8c\xf0\xaa\x91\xad]",186,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc4\x93i",4,NULL,0,NULL,0}, + {"[\xe2\xbb\x99\xe3\xa3\xb2\xe4\x89\xa0\xe4\x91\x8a\xe4\x94\xba\xe4\x99\x9f\xe4\x9c\x85\xe4\x9d\x90\xe4\xa5\xa9\xe4\xa7\xa6\xe5\x94\xaf\xe5\x96\xa1\xe5\x9b\x97\xe5\x9b\xb4\xe5\x9c\x8d\xe5\x9c\xa9\xe5\xaa\x81\xe5\xb3\x97\xe5\xb3\x9e\xe5\xb5\xac\xe5\xb8\x8f\xe5\xb8\xb7\xe5\xb9\x83\xe6\x83\x9f\xe6\xa1\x85\xe6\xac\x88\xe6\xb2\xa9\xe6\xb4\x88\xe6\xb6\xa0\xe6\xb9\x8b\xe6\xba\x88\xe6\xbd\x8d\xe6\xbd\x99\xe6\xbd\xbf\xe6\xbf\xb0\xe7\x8a\xa9\xe7\x90\x9f\xe7\x99\x93\xe7\xa1\x99\xe7\xa3\x91\xe7\xb6\xad\xe7\xbb\xb4\xe8\x93\xb6\xe8\xa6\xb9\xe8\xbf\x9d\xe9\x81\x95\xe9\x84\xac\xe9\x86\x80\xe9\x8d\x8f\xe9\x97\x88\xe9\x97\xb1\xe9\x9c\xba\xe9\x9f\x8b\xe9\x9f\xa6\xe9\xae\xa0\xf0\xa0\x84\xbf\xf0\xa0\x99\x95\xf0\xa0\xa5\x8e\xf0\xa1\x87\xa6\xf0\xa1\x9a\x88\xf0\xa1\xbc\xb1\xf0\xa2\xbe\x81\xf0\xa3\x84\xba\xf0\xa3\xb2\x97\xf0\xa5\x85\xb5\xf0\xa5\x8c\xb0\xf0\xa7\x9d\x95\xf0\xa7\x9e\xb8\xf0\xa7\xa2\x92\xf0\xa7\xa2\xa7\xf0\xa7\xb2\x97\xf0\xa7\xb3\x9e\xf0\xa8\xa0\xa5\xf0\xa8\xb1\x96\xf0\xa8\xb4\x93\xf0\xa8\xbf\xad\xf0\xa9\x80\xa3\xf0\xa9\x80\xb6\xf0\xa9\x81\x8c\xf0\xa9\x8b\xbe\xf0\xa9\x8e\xb5\xf0\xa9\x8f\x89\xf0\xa9\xa0\xaf\xf0\xa9\xb4\x9e\xf0\xa9\xbd\x8e]",287,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xa9i",4,NULL,0,NULL,0}, + {"[\xe3\x96\x90\xe3\x99\x94\xe3\x9b\xb1\xe3\x9e\x87\xe3\x9e\x91\xe3\xa0\x95\xe3\xa8\x8a\xe3\xac\x99\xe3\xad\x8f\xe3\xb1\xac\xe4\x83\xac\xe4\x87\xbb\xe4\x88\xa7\xe4\x8d\xb4\xe4\x8d\xb7\xe4\x9e\x94\xe4\xa6\xb1\xe4\xaa\x98\xe4\xac\xbf\xe4\xb5\x8b\xe4\xbc\x9f\xe4\xbc\xaa\xe5\x81\x89\xe5\x81\xbd\xe5\x83\x9e\xe5\x84\xb0\xe5\x8e\x83\xe5\xa3\x9d\xe5\xa7\x94\xe5\xa8\x93\xe5\xaf\xaa\xe5\xb0\xbe\xe5\xb1\x97\xe5\xb4\xa3\xe5\xb5\x94\xe5\xbe\xab\xe6\x84\x87\xe6\x92\xb1\xe6\x96\x96\xe6\x9a\x90\xe6\xa2\xb6\xe6\xa4\xb2\xe6\xb4\xa7\xe6\xb5\x98\xe6\xbf\xbb\xe7\x80\xa2\xe7\x82\x9c\xe7\x85\x92\xe7\x8c\xa5\xe7\x8e\xae\xe7\x91\x8b\xe7\x97\x8f\xe7\x97\xbf\xe7\xa1\x8a\xe7\xa3\x88\xe7\xb7\xaf\xe7\xba\xac\xe8\x85\xb2\xe8\x89\x89\xe8\x8a\x9b\xe8\x8b\x87\xe8\x8d\xb1\xe8\x91\xa6\xe8\x92\x8d\xe8\x94\xbf\xe8\x96\xb3\xe8\x98\xa4\xe8\xab\x89\xe8\xaf\xbf\xe8\xb8\x93\xe9\x8d\xa1\xe9\x9f\x91\xe9\x9f\x99\xe9\x9f\xa1\xe9\x9f\xaa\xe9\xa0\xa0\xe9\xa2\xb9\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xae\xaa\xe9\xb2\x94\xf0\xa0\x86\x9f\xf0\xa1\x82\x97\xf0\xa1\xb7\x95\xf0\xa2\x8a\xaf\xf0\xa2\xaf\xb7\xf0\xa2\xb8\xa6\xf0\xa3\xa8\x99\xf0\xa4\x81\xbf\xf0\xa4\x9b\xb2\xf0\xa4\xb8\x86\xf0\xa4\xba\x89\xf0\xa4\xbc\x92\xf0\xa5\x8a\xaa\xf0\xa5\x92\xae\xf0\xa5\xaf\x9c\xf0\xa5\xaf\xa4\xf0\xa6\x87\x85\xf0\xa6\xa2\xbf\xf0\xa6\xbe\x9b\xf0\xa7\x90\x8c\xf0\xa7\xb2\x84\xf0\xa8\x97\xa8\xf0\xa8\x9d\x80\xf0\xa8\x9f\x97\xf0\xa8\xaa\x88\xf0\xa8\xb5\x8b\xf0\xa9\x8f\x8f\xf0\xa9\x8f\xbf\xf0\xa9\x97\x98\xf0\xa9\x9c\xa7\xf0\xa9\x9f\x9f\xf0\xa9\xb2\x82\xf0\xa9\xb9\xb7\xf0\xa9\xbc\x82]",384,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc4\x9bi",4,NULL,0,NULL,0}, + {"[\xe3\xa5\x9c\xe3\xa6\xa3\xe3\xb7\x89\xe4\x8a\x8a\xe4\x97\xbd\xe4\x98\x99\xe4\x99\xbf\xe4\x9c\x9c\xe4\xa1\xba\xe4\xaa\x8b\xe4\xac\x91\xe4\xad\xb3\xe4\xae\xb9\xe4\xb2\x81\xe4\xb5\xb3\xe4\xb8\xba\xe4\xbd\x8d\xe5\x8d\xab\xe5\x8f\x9e\xe5\x91\xb3\xe5\x96\x82\xe5\xaa\xa6\xe5\xb0\x89\xe6\x85\xb0\xe6\x87\x80\xe6\x9c\xaa\xe6\xb8\xad\xe7\x82\xba\xe7\x85\x9f\xe7\x86\xad\xe7\x88\xb2\xe7\x8a\x9a\xe7\x8c\xac\xe7\x92\x8f\xe7\x95\x8f\xe7\xa2\xa8\xe7\xb7\xad\xe7\xbd\xbb\xe8\x83\x83\xe8\x8b\xbf\xe8\x8f\x8b\xe8\x94\x9a\xe8\x97\xaf\xe8\x98\xb6\xe8\x9c\xbc\xe8\x9d\x9f\xe8\x9e\xb1\xe8\xa1\x9b\xe8\xa1\x9e\xe8\xa4\xbd\xe8\xac\x82\xe8\xae\x86\xe8\xae\x8f\xe8\xb0\x93\xe8\xba\x97\xe8\xba\x9b\xe8\xbb\x8e\xe8\xbd\x8a\xe9\x8f\x8f\xe9\x9c\xa8\xe9\xa4\xa7\xe9\xa4\xb5\xe9\xa5\x96\xe9\xad\x8f\xe9\xae\x87\xe9\xb3\x9a\xf0\xa0\xb9\xa4\xf0\xa1\x94\xb1\xf0\xa1\xb6\x8e\xf0\xa2\x89\x9d\xf0\xa2\x8d\x9a\xf0\xa2\x99\x93\xf0\xa2\xa3\x98\xf0\xa2\xb2\xb4\xf0\xa3\x88\x8e\xf0\xa3\xa9\xaa\xf0\xa3\xbd\xb4\xf0\xa4\x80\xb7\xf0\xa4\x9c\x82\xf0\xa4\xbb\x85\xf0\xa5\x89\x96\xf0\xa5\xa7\x99\xf0\xa5\xb6\xbd\xf0\xa6\x9d\x9b\xf0\xa6\xa0\xbb\xf0\xa6\xa9\x9d\xf0\xa6\xaa\x92\xf0\xa6\xb3\xa2\xf0\xa7\x8d\xab\xf0\xa7\x92\xad\xf0\xa7\x94\xa5\xf0\xa7\x95\x9e\xf0\xa7\xb2\x9d\xf0\xa7\xb3\xaa\xf0\xa7\xb4\x96\xf0\xa7\xb8\xbd\xf0\xa8\x83\x84\xf0\xa8\x9a\x98\xf0\xa8\xa2\x89\xf0\xa8\xbe\x82\xf0\xa9\x91\xb5\xf0\xa9\x97\x9c\xf0\xa9\xa4\xb8\xf0\xa9\xa8\x85\xf0\xa9\xb2\x84\xf0\xa9\xb9\x82\xf0\xaa\x82\x84\xf0\xaa\x91\x90]",368,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xa8i",4,NULL,0,NULL,0}, + {"[\xe5\xa2\x9b\xe5\xb6\xb6\xe6\x8d\xa4\xe7\x85\x80\xe7\xb8\x85]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wei",3,NULL,0,NULL,0}, + {"[\xe3\xac\x88\xe3\xbc\x94\xe5\xa1\xad\xe6\x98\xb7\xe6\xa6\x85\xe6\xae\x9f\xe6\xb8\xa9\xe6\xba\xab\xe7\x91\xa5\xe7\x98\x9f\xe8\x95\xb0\xe8\xb1\xb1\xe8\xbc\xbc\xe8\xbd\x80\xe8\xbe\x92\xe9\x9e\xb0\xe9\xb0\x9b\xe9\xb0\xae\xe9\xb3\x81\xf0\xa5\x81\x95\xf0\xa8\x9c\xb5\xf0\xa9\xa5\x88\xf0\xaa\x89\xb8]",75,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc4\x93n",4,NULL,0,NULL,0}, + {"[\xe4\x8e\xb9\xe4\x8e\xbd\xe4\x98\x87\xe4\xb0\x9a\xe5\x8c\x81\xe5\xbd\xa3\xe6\x96\x87\xe7\x82\x86\xe7\x8e\x9f\xe7\x8f\xb3\xe7\x90\x9d\xe7\x98\x92\xe7\xb4\x8b\xe7\xba\xb9\xe8\x81\x9e\xe8\x8a\xa0\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9e\xa1\xe8\x9f\x81\xe9\x96\xba\xe9\x96\xbf\xe9\x97\x85\xe9\x97\xa6\xe9\x97\xbb\xe9\x98\x8c\xe9\x9b\xaf\xe9\xa6\xbc\xe9\xa7\x87\xe9\xad\xb0\xe9\xb3\xbc\xe9\xb4\x8d\xe9\xbc\xa4\xf0\xa2\xbe\xbf\xf0\xa3\x9c\xba\xf0\xa4\xb5\x92\xf0\xa8\xb6\xad\xf0\xa9\xa2\x8c\xf0\xa9\xad\x8b\xf0\xaa\x89\x83]",129,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xa9n",4,NULL,0,NULL,0}, + {"[\xe3\x97\x83\xe3\x9d\xa7\xe4\x90\x87\xe4\xa6\x9f\xe5\x88\x8e\xe5\x90\xbb\xe5\x91\xa1\xe5\xbf\x9f\xe6\x8a\x86\xe6\xa1\xbd\xe7\xa8\xb3\xe7\xa9\x8f\xe7\xa9\xa9\xe7\xb4\x8a\xe8\x82\xb3\xe8\x84\x97\xf0\xa1\x81\x8b\xf0\xa3\xb6\x8c\xf0\xa5\xa6\x8a\xf0\xa5\xa7\x9a\xf0\xa5\xac\xbc\xf0\xa6\x9d\xae\xf0\xa6\x9f\x95\xf0\xa6\xae\xb6\xf0\xa8\x86\xb2]",86,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc4\x9bn",4,NULL,0,NULL,0}, + {"[\xe3\xa1\x88\xe5\x95\x8f\xe5\xa6\x8f\xe6\x8f\xbe\xe6\x90\xb5\xe6\xb1\xb6\xe6\xb8\x82\xe7\x92\xba\xe8\x8e\xac\xe9\x97\xae\xe9\xa1\x90\xf0\xa0\x90\xa2\xf0\xa4\x9b\x81\xf0\xa5\x83\xae\xf0\xa6\xa6\xaf\xf0\xa8\x9f\xb8\xf0\xa8\xb8\xa9]",59,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xa8n",4,NULL,0,NULL,0}, + {"[\xe5\x91\x9a\xe9\x88\xab\xe9\x8e\xbe]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wen",3,NULL,0,NULL,0}, + {"[\xe3\xae\xac\xe3\xba\x8b\xe4\x88\xb5\xe4\xa9\xba\xe4\xb1\xb5\xe5\x97\xa1\xe6\xbb\x83\xe7\xbf\x81\xe8\x9e\x89\xe9\x8e\x93\xe9\xb6\xb2\xe9\xb9\x9f\xf0\xa0\xb0\x88\xf0\xa1\xbb\x90\xf0\xa5\x95\x80\xf0\xa7\x9a\x90\xf0\xa7\x9b\xb9\xf0\xa8\x9c\xba\xf0\xa9\x94\x9a\xf0\xa9\xb0\x8e]",70,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc4\x93ng",5,NULL,0,NULL,0}, + {"[\xe3\x98\xa2\xe3\x9c\xb2\xe3\xb9\x99\xe4\x90\xa5\xe5\x8b\x9c\xe5\xa1\x95\xe5\xa5\xa3\xe5\xb5\xa1\xe6\x9a\xa1\xe7\x9e\x88\xe8\x81\xac\xe8\x93\x8a\xf0\xa1\xa9\xa5\xf0\xa4\x8c\x8f\xf0\xa6\x9e\xa1\xf0\xa9\x84\x98\xf0\xa9\xa1\x93\xf0\xa9\xae\xac]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc4\x9bng",5,NULL,0,NULL,0}, + {"[\xe7\x93\xae\xe7\x94\x95\xe7\xbd\x8b\xe8\x95\xb9\xe9\xbd\x86\xf0\xa1\x8d\xbb\xf0\xa6\xa7\x85\xf0\xa8\x9e\x91]",29,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xa8ng",5,NULL,0,NULL,0}, + {"[\xe3\xb9\xbb\xe5\x80\xad\xe5\x94\xa9\xe6\x8c\x9d\xe6\x92\xbe\xe6\xb6\xa1\xe6\xb6\xb9\xe6\xb8\xa6\xe7\x8c\xa7\xe7\xaa\x9d\xe7\xaa\xa9\xe8\x8e\xb4\xe8\x90\xb5\xe8\x9c\x97\xe8\x9d\xb8\xe8\xb8\x92\xf0\xa0\xb7\x8f\xf0\xa1\x81\xae\xf0\xa1\x91\x9f\xf0\xa4\x89\xa6\xf0\xa9\xad\x9d]",70,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc5\x8d",3,NULL,0,NULL,0}, + {"[\xe3\xa6\xb1\xe3\xa7\xb4\xe4\x82\xba\xe4\xb0\x80\xe5\xa9\x90\xe6\x88\x91\xe6\x8d\xb0\xf0\xa0\xaa\xa7\xf0\xa1\x96\xb2\xf0\xa2\xa6\xb4\xf0\xa2\xab\xb7\xf0\xa3\x87\xab\xf0\xa3\x9a\x9d\xf0\xa5\x91\xa3\xf0\xa5\x9f\xbf\xf0\xa7\xb6\x95\xf0\xa8\x81\x9f\xf0\xa9\xad\x8f\xf0\xa9\xae\x91]",71,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc7\x92",3,NULL,0,NULL,0}, + {"[\xe3\xa0\x9b\xe3\xb1\xa7\xe4\x80\x91\xe4\x81\x8a\xe4\xa0\x8e\xe4\xae\xb8\xe4\xbb\xb4\xe5\x81\x93\xe5\x8d\xa7\xe5\xaa\x89\xe5\xb9\x84\xe6\x8d\xbe\xe6\x8f\xa1\xe6\x93\xad\xe6\x96\xa1\xe6\x9e\x82\xe6\xa5\x83\xe6\xb2\x83\xe6\xb6\xb4\xe6\xb8\xa5\xe6\xbf\xa3\xe7\x84\xa5\xe7\x93\x81\xe7\x9e\x83\xe7\xa1\xaa\xe8\x82\x9f\xe8\x85\x9b\xe8\x87\x92\xe8\x87\xa5\xe9\x9b\x98\xe9\xbd\xb7\xe9\xbe\x8c\xf0\xa0\xbf\x9f\xf0\xa1\x8e\x94\xf0\xa3\x81\xb3\xf0\xa3\x82\xbd\xf0\xa4\x86\x8f\xf0\xa4\xa1\x93\xf0\xa4\xbb\x8c\xf0\xa5\x84\x97\xf0\xa5\xaa\x8d\xf0\xa6\xa4\xa8\xf0\xa6\xaf\x8f\xf0\xa6\xb0\x96\xf0\xa6\xb3\xb9\xf0\xa6\xb7\xb5\xf0\xa7\xa4\x92\xf0\xa7\xa5\x8b\xf0\xa8\x8c\x9d\xf0\xa9\x88\xb1\xf0\xa9\x90\xa6\xf0\xa9\x9f\x93\xf0\xa9\xb7\xaf\xf0\xaa\x81\x95\xf0\xaa\x8e\xa4]",190,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xb2",3,NULL,0,NULL,0}, + {"\xf0\xa5\xa6\xb7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xb2ng",5,NULL,0,NULL,0}, + {"[\xe2\xba\x8e\xe2\xba\x91\xe3\xae\xa7\xe4\x96\x9a\xe4\xa1\xa7\xe4\xb9\x8c\xe5\x89\xad\xe5\x91\x9c\xe5\x97\x9a\xe5\x9c\xac\xe5\xb1\x8b\xe5\xb7\xab\xe5\xbc\x99\xe6\x9d\x87\xe6\xad\x8d\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\xa1\xe6\xb4\xbf\xe7\x83\x8f\xe7\xaa\x8f\xe7\xae\xbc\xe8\x9e\x90\xe8\xaa\xa3\xe8\xaf\xac\xe9\x82\xac\xe9\x84\x94\xe9\x8e\xa2\xe9\x92\xa8\xe9\xb0\x9e\xe9\xb4\xae\xf0\xa0\x9b\x86\xf0\xa0\x9e\x86\xf0\xa1\x88\x8e\xf0\xa2\x81\xa2\xf0\xa4\xa3\xac\xf0\xa5\x81\xa1\xf0\xa5\x8e\xae\xf0\xa5\x9f\xbd\xf0\xa6\xb6\x80\xf0\xa6\xbc\x87\xf0\xa7\x86\xb9\xf0\xa7\x91\x95\xf0\xa7\xa8\x86\xf0\xa9\x9d\xb7\xf0\xaa\x84\x9d\xf0\xaa\x91\xb1]",159,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe3\xb7\xbb\xe3\xb9\xb3\xe3\xbb\x8d\xe4\x89\x91\xe4\x8d\xa2\xe4\x93\x8a\xe4\xa6\x9c\xe4\xab\x93\xe4\xae\x8f\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xbe\xe5\x91\x89\xe5\x94\x94\xe5\xa8\xaa\xe6\x97\xa0\xe6\xa2\xa7\xe6\xaf\x8b\xe6\xb4\x96\xe6\xb5\xaf\xe7\x84\xa1\xe7\x8f\xb8\xe7\x92\x91\xe7\xa5\xa6\xe7\xa6\x91\xe8\x8a\x9c\xe8\x8c\xa3\xe8\x8e\x81\xe8\x95\xaa\xe8\x9c\x88\xe8\x9f\xb1\xe8\xaa\x88\xe8\xad\x95\xe9\x83\x9a\xe9\x93\xbb\xe9\xaf\x83\xe9\xb5\x90\xe9\xb7\xa1\xe9\xb9\x80\xe9\xbc\xaf\xf0\xa0\x98\xbb\xf0\xa1\xb7\xa4\xf0\xa2\x83\x80\xf0\xa2\x8b\xb9\xf0\xa2\x93\xb2\xf0\xa3\x9f\x92\xf0\xa4\xad\x91\xf0\xa5\x95\xbb\xf0\xa5\xad\xa0\xf0\xa5\xb2\x90\xf0\xa6\xa5\x81\xf0\xa6\xa8\xb3\xf0\xa6\xb7\xbd\xf0\xa7\xb3\x8e\xf0\xa8\xbc\x8a\xf0\xa8\xbf\x8f\xf0\xa9\x92\xbe\xf0\xa9\xb3\x8c\xf0\xa9\xb6\xad\xf0\xa9\xbb\x9a]",202,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe3\x90\x85\xe3\x91\x84\xe3\x92\x87\xe3\xac\xb3\xe3\xb5\xb2\xe4\x92\x89\xe4\x9f\xbc\xe4\xb3\x87\xe4\xba\x94\xe4\xbb\xb5\xe4\xbc\x8d\xe4\xbe\xae\xe4\xbf\x89\xe5\x80\xb5\xe5\x84\x9b\xe5\x8d\x88\xe5\x95\x8e\xe5\xa6\xa9\xe5\xa8\xac\xe5\xab\xb5\xe5\xba\x91\xe5\xbb\xa1\xe5\xbf\xa4\xe6\x80\x83\xe6\x86\xae\xe6\x8d\x82\xe6\x91\x80\xe6\x97\xbf\xe6\xa9\x86\xe6\xad\xa6\xe6\xbd\x95\xe7\x86\x93\xe7\x89\xbe\xe7\x8e\x9d\xe7\x8f\xb7\xe7\x91\xa6\xe7\x94\x92\xe7\xa2\x94\xe8\x88\x9e\xe8\xba\x8c\xe9\xb5\xa1\xe9\xb9\x89\xf0\xa0\xa5\xa2\xf0\xa0\xaf\x83\xf0\xa0\xb5\xa6\xf0\xa1\x88\x9e\xf0\xa2\x91\x9f\xf0\xa2\x9c\xae\xf0\xa2\xa8\x82\xf0\xa2\xa9\x88\xf0\xa2\xab\xb8\xf0\xa3\xb2\x98\xf0\xa3\xba\x80\xf0\xa4\x86\xa1\xf0\xa4\xb8\xbc\xf0\xa6\x8c\xac\xf0\xa7\xb4\x87\xf0\xa7\xba\xb4\xf0\xa7\xbd\x8b\xf0\xa8\x96\xb4\xf0\xa8\xa1\xa1\xf0\xa8\xb6\x87\xf0\xa9\xa0\x9f\xf0\xa9\xb5\xb1]",216,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\x90\xb3\xe3\xa1\x94\xe3\xbd\xbe\xe4\x83\x96\xe4\x8e\xb8\xe4\x91\x81\xe4\x9b\xa9\xe4\x9c\x91\xe4\xa6\x8d\xe4\xa8\x81\xe4\xb3\xb1\xe4\xbc\x86\xe5\x85\x80\xe5\x8a\xa1\xe5\x8b\x99\xe5\x8b\xbf\xe5\x8d\xbc\xe5\x9d\x9e\xe5\xa1\xa2\xe5\xa5\xa6\xe5\xa9\xba\xe5\xaf\xa4\xe5\xb1\xbc\xe5\xb2\x89\xe5\xb5\x8d\xe5\xb5\xa8\xe5\xbf\xa2\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xae\xe6\x88\x8a\xe6\x89\xa4\xe6\x95\x84\xe6\x99\xa4\xe6\x9d\x8c\xe6\xba\xa9\xe7\x84\x90\xe7\x86\x83\xe7\x89\xa9\xe7\x97\xa6\xe7\x9f\xb9\xe7\xaa\xb9\xe7\xb2\x85\xe8\x8a\xb4\xe8\x98\x81\xe8\xaa\xa4\xe8\xaf\xaf\xe8\xbf\x95\xe9\x80\x9c\xe9\x81\xbb\xe9\x8b\x88\xe9\x98\xa2\xe9\x9a\x96\xe9\x9b\xba\xe9\x9b\xbe\xe9\x9c\x9a\xe9\x9c\xa7\xe9\x9d\xb0\xe9\xa8\x96\xe9\xaa\x9b\xe9\xb6\xa9\xe9\xb9\x9c\xe9\xbc\xbf\xe9\xbd\x80\xf0\xa0\x92\x84\xf0\xa0\xbc\x98\xf0\xa1\xac\xab\xf0\xa1\xaf\x87\xf0\xa1\xb5\x89\xf0\xa2\x84\x93\xf0\xa2\x97\xb3\xf0\xa2\x99\x81\xf0\xa2\x9d\xb4\xf0\xa3\xa8\x93\xf0\xa3\xac\xbd\xf0\xa3\xaf\x8e\xf0\xa4\xb5\x90\xf0\xa5\x8e\x88\xf0\xa5\x8f\x92\xf0\xa5\x92\x80\xf0\xa5\xbe\x95\xf0\xa6\x86\x9e\xf0\xa6\x8e\xa6\xf0\xa6\xa8\x89\xf0\xa6\xac\x82\xf0\xa7\x88\xad\xf0\xa7\x8e\xbb\xf0\xa7\x90\x99\xf0\xa7\xb0\x88\xf0\xa8\x82\xa3\xf0\xa8\x91\xa5\xf0\xa8\xa7\x97\xf0\xa8\xa8\xa1\xf0\xa8\xb2\xac\xf0\xa9\x84\xaf\xf0\xa9\x93\xa6\xf0\xa9\x97\xbd\xf0\xa9\x9d\x95]",330,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe4\xb9\x84\xe9\x8c\xbb]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wu",2,NULL,0,NULL,0}, + {"[\xe2\xbb\x83\xe3\x93\xbe\xe3\x95\x83\xe3\x95\xa7\xe3\x97\xa9\xe3\x97\xad\xe3\x98\x8a\xe3\x9a\x80\xe3\x9b\x93\xe3\x9b\xab\xe3\x9b\xad\xe3\x9c\x8e\xe3\x9c\xaf\xe3\xaa\xa7\xe3\xac\x9b\xe3\xae\xa9\xe3\xaf\x95\xe3\xb0\xbf\xe3\xb1\x86\xe3\xb1\xa4\xe3\xb2\xb8\xe3\xb4\x94\xe3\xb4\xa7\xe3\xb6\x89\xe3\xba\xa3\xe3\xbe\xb7\xe3\xbf\xbd\xe4\x81\xaf\xe4\x82\x80\xe4\x8f\xa9\xe4\x90\x85\xe4\x90\x96\xe4\x92\x8a\xe4\x96\x92\xe4\x96\xb7\xe4\x99\xb5\xe4\x9b\x8a\xe4\x9b\xa5\xe4\xad\x92\xe4\xb3\xb6\xe4\xb6\x8b\xe4\xbf\x99\xe5\x82\x92\xe5\x83\x96\xe5\x85\xae\xe5\x87\x9e\xe5\x8d\xa5\xe5\x8e\x80\xe5\x90\xb8\xe5\x94\x8f\xe5\x94\xbd\xe5\x98\xbb\xe5\x99\x8f\xe5\xa4\x95\xe5\xa5\x9a\xe5\xac\x86\xe5\xac\x89\xe5\xb1\x96\xe5\xb5\xa0\xe5\xb6\xb2\xe5\xb7\x87\xe5\xb8\x8c\xe5\xbe\x86\xe5\xbe\xaf\xe5\xbf\x9a\xe6\x80\xb8\xe6\x81\x93\xe6\x81\xaf\xe6\x82\x89\xe6\x82\x95\xe6\x83\x81\xe6\x83\x9c\xe6\x86\x99\xe6\x89\xb1\xe6\x89\xb8\xe6\x8d\xbf\xe6\x98\x94\xe6\x99\x9e\xe6\x99\xb0\xe6\x99\xb3\xe6\x9b\xa6\xe6\x9e\x90\xe6\xa1\xb8\xe6\xa6\xbd\xe6\xa8\xa8\xe6\xa9\x80\xe6\xac\xb7\xe6\xb0\xa5\xe6\xb1\x90\xe6\xb5\xa0\xe6\xb7\x85\xe6\xba\xaa\xe6\xbd\x9d\xe7\x83\xaf\xe7\x84\x81\xe7\x84\x88\xe7\x84\x9f\xe7\x84\xac\xe7\x85\x95\xe7\x86\x84\xe7\x86\x88\xe7\x86\x99\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x87\xa8\xe7\x88\x94\xe7\x89\xba\xe7\x8a\x80\xe7\x8a\xa7\xe7\x8b\xb6\xe7\x90\x8b\xe7\x98\x9c\xe7\x9a\x99\xe7\x9d\x8e\xe7\x9e\xa6\xe7\xa1\x92\xe7\xa3\x8e\xe7\xa8\x80\xe7\xa9\xb8\xe7\xaa\xb8\xe7\xb2\x9e\xe7\xb3\xa6\xe7\xb7\x86\xe7\xb8\x98\xe7\xb9\xa5\xe7\xbe\xb2\xe7\xbf\x95\xe8\x82\xb8\xe8\x82\xb9\xe8\x86\x9d\xe8\x88\xbe\xe8\x8e\x83\xe8\x8f\xa5\xe8\x92\xa0\xe8\x9c\xa5\xe8\x9e\x85\xe8\x9e\x87\xe8\x9f\x8b\xe8\xa0\xb5\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa7\xb9\xe8\xa7\xbd\xe8\xa7\xbf\xe8\xad\x86\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\xa8\xe8\xb1\xaf\xe8\xb2\x95\xe8\xb5\xa5\xe9\x83\x97\xe9\x84\x8e\xe9\x85\x85\xe9\x86\xaf\xe9\x87\xb8\xe9\x8c\xab\xe9\x8f\xad\xe9\x91\xb4\xe9\x94\xa1\xe9\x9a\xb5\xe9\x9b\x9f\xe9\xa4\x8f\xe9\xa5\xbb\xe9\xb5\x97\xe9\xb8\x82\xe9\xbc\xb7\xf0\xa0\x86\xb1\xf0\xa0\x94\x83\xf0\xa0\x94\x8d\xf0\xa0\x98\x95\xf0\xa0\x9c\x97\xf0\xa0\x9f\x8a\xf0\xa0\xa8\x9a\xf0\xa0\xa9\xba\xf0\xa0\xac\xac\xf0\xa0\xb4\xad\xf0\xa0\xb6\xa8\xf0\xa0\xba\x92\xf0\xa1\x81\xb1\xf0\xa1\x8f\x9b\xf0\xa1\x97\x9e\xf0\xa1\x97\xb3\xf0\xa1\x98\xa1\xf0\xa1\xa9\xa4\xf0\xa1\xb3\x9a\xf0\xa1\xbb\x8e\xf0\xa2\x80\x8a\xf0\xa2\x8b\xbc\xf0\xa2\x91\xa7\xf0\xa2\x97\xb4\xf0\xa2\x9c\xa3\xf0\xa2\xa1\x81\xf0\xa2\xa8\x9f\xf0\xa2\xac\xbe\xf0\xa2\xb9\x8d\xf0\xa3\x85\xbe\xf0\xa3\x8e\xae\xf0\xa3\x9f\xb5\xf0\xa3\xa2\x81\xf0\xa3\xa2\x82\xf0\xa3\xa2\x8d\xf0\xa3\xa2\x8e\xf0\xa3\xa2\x91\xf0\xa3\xa4\xb3\xf0\xa3\xa4\xb4\xf0\xa3\xa8\x97\xf0\xa4\x83\xaa\xf0\xa4\x84\xac\xf0\xa4\x93\x94\xf0\xa4\x93\x9a\xf0\xa4\xa0\x93\xf0\xa4\xa1\xa1\xf0\xa4\xa2\x80\xf0\xa4\xa5\x92\xf0\xa4\xac\x95\xf0\xa4\xac\x98\xf0\xa4\xae\x86\xf0\xa4\xae\x99\xf0\xa4\xb2\xba\xf0\xa4\xb3\xa5\xf0\xa4\xb6\x88\xf0\xa4\xb6\xb0\xf0\xa4\xb7\xa1\xf0\xa4\xb9\x8a\xf0\xa4\xba\x8a\xf0\xa5\x84\x96\xf0\xa5\x84\x9b\xf0\xa5\x88\xbb\xf0\xa5\x8b\x9f\xf0\xa5\xb0\x9d\xf0\xa6\x90\xa0\xf0\xa6\x99\x9d\xf0\xa6\x9c\xb1\xf0\xa6\x9e\xbd\xf0\xa6\xa0\xaa\xf0\xa6\xa4\x88\xf0\xa6\xa9\xad\xf0\xa6\xae\x90\xf0\xa6\xbc\x97\xf0\xa7\x80\xac\xf0\xa7\x88\xbc\xf0\xa7\xa5\xa4\xf0\xa7\xaf\x97\xf0\xa7\xb2\x98\xf0\xa7\xb6\x96\xf0\xa7\xb9\xa8\xf0\xa7\xbb\xb6\xf0\xa7\xbf\x9d\xf0\xa8\x80\x99\xf0\xa8\x8b\xa6\xf0\xa8\xa1\x82\xf0\xa8\xb3\x9b\xf0\xa8\xb5\x8e\xf0\xa8\xbb\x81\xf0\xa9\x85\x96\xf0\xa9\x92\xbd\xf0\xa9\x97\x8a\xf0\xa9\x97\xb1\xf0\xa9\xad\xa1\xf0\xa9\xbd\xa8\xf0\xa9\xbe\xbc\xf0\xaa\x83\xbc\xf0\xaa\x84\x9b]",894,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc4\xab",3,NULL,0,NULL,0}, + {"[\xe3\x94\x92\xe3\xa0\x84\xe3\xa6\xbb\xe3\xa9\x97\xe3\xbd\xaf\xe3\xbf\x87\xe4\x8f\xae\xe4\x92\x81\xe4\x9a\xab\xe4\xab\xa3\xe4\xb9\xa0\xe5\xaa\xb3\xe5\xb6\x8d\xe5\xb8\xad\xe6\xa4\xba\xe6\xa7\xa2\xe6\xaa\x84\xe6\xbc\x9d\xe7\xbf\x92\xe8\x92\xb5\xe8\x93\x86\xe8\x96\x82\xe8\xa2\xad\xe8\xa5\xb2\xe8\xa6\xa1\xe8\xa7\x8b\xe8\xac\xb5\xe8\xb6\x98\xe9\x83\x8b\xe9\x8e\xb4\xe9\x9a\xb0\xe9\x9c\xab\xe9\xa3\x81\xe9\xa8\xb1\xe9\xa8\xbd\xe9\xa9\xa8\xe9\xb0\xbc\xe9\xb3\x9b\xf0\xa2\x99\x85\xf0\xa3\x92\x83\xf0\xa3\xb3\xac\xf0\xa5\xba\x9a\xf0\xa6\xaa\xbf\xf0\xa6\xb8\x9a\xf0\xa7\x8b\x90\xf0\xa7\x90\x94\xf0\xa7\xbf\x85\xf0\xa8\x9b\xb3\xf0\xa8\xbb\xa5\xf0\xa9\xb2\x81\xf0\xaa\x84\xb6\xf0\xaa\x93\xb7\xf0\xaa\x95\xaf]",176,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc3\xad",3,NULL,0,NULL,0}, + {"[\xe4\xa2\x84\xe5\x96\x9c\xe5\x9b\x8d\xe5\xa3\x90\xe5\xb1\xa3\xe5\xbe\x99\xe6\x86\x98\xe6\x9a\xbf\xe6\x9e\xb2\xe6\xad\x96\xe6\xb4\x97\xe6\xbc\x87\xe7\x8e\xba\xe7\x92\xbd\xe7\x9f\x96\xe7\xa6\xa7\xe7\xb8\xb0\xe8\x91\x88\xe8\x91\xb8\xe8\x93\xb0\xe8\x9f\xa2\xe8\xab\xb0\xe8\xac\x91\xe8\xb9\x9d\xe8\xba\xa7\xe9\x88\xa2\xe9\x89\xa8\xe9\x89\xa9\xe9\x93\xa3\xe9\xb1\x9a\xf0\xa0\x89\xa2\xf0\xa0\xaa\x99\xf0\xa1\x85\x95\xf0\xa2\x8a\x9a\xf0\xa2\x92\xa9\xf0\xa2\x92\xb2\xf0\xa3\xaf\xaa\xf0\xa4\x9f\xa7\xf0\xa4\xa4\xb1\xf0\xa4\xa8\x90\xf0\xa6\xb1\x93\xf0\xa7\xa3\xa9\xf0\xa7\xba\xa8\xf0\xa8\x9c\x90\xf0\xa8\x9e\x98\xf0\xa8\xae\xaa\xf0\xa9\x8e\x89\xf0\xaa\x96\xa5\xf0\xab\x8d\xb0]",168,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe3\x91\xb6\xe3\x99\xbe\xe3\x9a\x9b\xe3\xa3\x9f\xe3\xa4\xb8\xe3\xa6\xa6\xe3\xad\xa1\xe3\xb0\xa5\xe3\xb8\x8d\xe4\x80\x8c\xe4\x88\xaa\xe4\x8a\xa0\xe4\x90\xbc\xe4\x93\x87\xe4\x9c\x81\xe4\xa7\x8d\xe4\xa8\xb3\xe4\xac\xa3\xe4\xae\x8e\xe4\xb2\xaa\xe4\xb5\xb1\xe4\xbf\x82\xe5\x8c\xb8\xe5\x8d\x8c\xe5\x91\xac\xe5\x92\xa5\xe5\x96\xba\xe5\x9a\xb1\xe5\xa2\x8d\xe5\xb1\x83\xe5\xb1\xad\xe5\xbf\xa5\xe6\x80\xac\xe6\x81\x84\xe6\x85\x80\xe6\x88\x8f\xe6\x88\xb1\xe6\x88\xb2\xe6\xa4\x9e\xe6\xac\xaf\xe6\xbb\x8a\xe6\xbd\x9f\xe6\xbe\x99\xe7\x86\x82\xe7\x8a\x94\xe7\x9b\xbb\xe7\x9f\xbd\xe7\xa3\xb6\xe7\xa6\x8a\xe7\xa8\xa7\xe7\xb3\xbb\xe7\xb4\xb0\xe7\xb6\x8c\xe7\xb9\xab\xe7\xbb\x86\xe7\xbb\xa4\xe7\xbf\x96\xe8\x88\x83\xe8\x88\x84\xe8\x95\xae\xe8\x99\xa9\xe8\xa1\x8b\xe8\xa6\xa4\xe8\xb5\xa9\xe8\xb6\x87\xe9\x83\xa4\xe9\x87\xb3\xe9\x97\x9f\xe9\x98\x8b\xe9\x9a\x99\xe9\x9a\x9f\xe9\x9c\xbc\xe9\xa4\xbc\xe9\xa5\xa9\xe9\xac\xa9\xe9\xbb\x96\xf0\xa0\xa4\xb4\xf0\xa0\xa6\x9c\xf0\xa1\x83\xa2\xf0\xa1\x98\x90\xf0\xa1\x99\x8b\xf0\xa1\x9c\xa7\xf0\xa1\x9d\xa7\xf0\xa1\xa6\x8e\xf0\xa1\xb6\xaf\xf0\xa2\xa4\x8b\xf0\xa2\xa7\xbd\xf0\xa2\xad\x81\xf0\xa3\x9a\x94\xf0\xa3\xa2\x93\xf0\xa3\xa3\x89\xf0\xa3\xa4\xa2\xf0\xa3\xb3\xa6\xf0\xa4\x84\x8e\xf0\xa4\x8c\xb7\xf0\xa4\xa1\xac\xf0\xa5\x88\x9c\xf0\xa5\x8b\x81\xf0\xa5\x8e\x83\xf0\xa5\xaa\xa6\xf0\xa5\xae\xac\xf0\xa5\xb0\xa5\xf0\xa5\xbb\xa5\xf0\xa5\xbf\xad\xf0\xa6\x83\x9d\xf0\xa6\x9e\x9d\xf0\xa6\xb7\xb2\xf0\xa7\x82\x99\xf0\xa7\x88\x85\xf0\xa7\x88\x8d\xf0\xa7\x89\x81\xf0\xa7\x8e\xb5\xf0\xa7\x9a\x83\xf0\xa7\xa4\x9f\xf0\xa7\xa6\x81\xf0\xa7\xa7\xb9\xf0\xa7\xaa\xa2\xf0\xa7\xac\x88\xf0\xa7\xac\x8a\xf0\xa7\xaf\x88\xf0\xa7\xaf\x8a\xf0\xa7\xb1\xb2\xf0\xa7\xb9\xb6\xf0\xa7\xb9\xbd\xf0\xa8\x90\x9b\xf0\xa8\xb0\xbf\xf0\xa8\xb7\x98\xf0\xa9\x8a\xbf\xf0\xa9\x8d\x86\xf0\xa9\x8e\xa5\xf0\xa9\x9b\xb9\xf0\xa9\xa6\x87\xf0\xa9\xbf\x9b\xf0\xaa\x85\xb2]",462,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc3\xac",3,NULL,0,NULL,0}, + {"[\xe2\xbb\x84\xe6\xa9\xb2\xe6\xb8\x93\xe7\x8a\xa0\xe7\xa4\x82\xe9\xaf\x91]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi",2,NULL,0,NULL,0}, + {"[\xe3\x94\xa0\xe3\xb0\xa8\xe3\xb0\xb0\xe4\xa0\x8d\xe5\x82\x84\xe7\x85\x86\xe7\x85\xb5\xe7\x96\xa8\xe7\x9e\x8e\xe8\x99\xb2\xe8\x99\xbe\xe8\x9d\xa6\xe8\xb0\xba\xe9\x96\x95\xe9\xa2\xac\xe9\xb0\x95\xf0\xa0\xbd\xab\xf0\xa3\xa2\x97\xf0\xa4\x97\xad\xf0\xa5\x81\x86\xf0\xa7\x87\x8d\xf0\xa7\xa6\x8e\xf0\xa7\xaa\x95\xf0\xa7\xaf\x8b\xf0\xa8\xb3\x89\xf0\xa9\xae\x82]",90,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc4\x81",4,NULL,0,NULL,0}, + {"[\xe3\x97\x87\xe3\x98\xa1\xe3\xbd\xa0\xe4\x96\x8e\xe4\x96\x96\xe4\x98\xa5\xe4\x9b\x85\xe4\xaa\x97\xe4\xab\x97\xe4\xbe\xa0\xe4\xbf\xa0\xe5\x8c\xa3\xe5\xb3\xa1\xe5\xb3\xbd\xe6\x95\xae\xe6\x9a\x87\xe6\x9f\x99\xe7\x82\xa0\xe7\x83\x9a\xe7\x8b\x8e\xe7\x8b\xad\xe7\x8b\xb9\xe7\x8f\xa8\xe7\x91\x95\xe7\xa1\x96\xe7\xa1\xa4\xe7\xa2\xac\xe7\xa3\x8d\xe7\xa5\xab\xe7\xad\xaa\xe7\xb8\x80\xe7\xb8\x96\xe7\xbf\x88\xe8\x88\x9d\xe8\x88\xba\xe8\x95\xb8\xe8\xb5\xae\xe8\xbd\x84\xe8\xbe\x96\xe9\x81\x90\xe9\x8d\x9c\xe9\x8e\x8b\xe9\x99\x9c\xe9\x99\xbf\xe9\x9c\x9e\xe9\xa8\xa2\xe9\xad\xbb\xe9\xb6\xb7\xe9\xbb\xa0\xf0\xa0\xa2\x86\xf0\xa0\xa9\x98\xf0\xa1\x88\xae\xf0\xa2\x88\x99\xf0\xa2\x88\xa4\xf0\xa2\x91\x93\xf0\xa2\x98\x89\xf0\xa2\x9a\x8c\xf0\xa2\x9d\x85\xf0\xa2\xbb\x97\xf0\xa3\xb9\xb1\xf0\xa4\x99\x87\xf0\xa4\xaa\x86\xf0\xa4\xaa\x8d\xf0\xa5\xaf\xbe\xf0\xa5\xb0\xb6\xf0\xa6\xa6\x95\xf0\xa6\xb5\xaf\xf0\xa6\xbe\x8f\xf0\xa7\x86\xa5\xf0\xa7\x94\x82\xf0\xa7\x95\xb1\xf0\xa8\xb2\x91\xf0\xa9\x89\xbe\xf0\xa9\x8e\xb2\xf0\xa9\x8f\x93\xf0\xa9\x90\x80\xf0\xa9\x9d\x9b\xf0\xaa\x97\xbe\xf0\xaa\x98\x98]",269,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xa1",4,NULL,0,NULL,0}, + {"\xe9\x96\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc7\x8e",4,NULL,0,NULL,0}, + {"[\xe3\x99\x88\xe3\x99\xa4\xe3\xb0\xba\xe4\xb8\x85\xe4\xb8\x8b\xe4\xb9\xa4\xe5\x90\x93\xe5\x9a\x87\xe5\xa4\x8f\xe5\xa4\x93\xe6\x87\x97\xe7\x96\x9c\xe7\x9d\xb1\xe7\xbd\x85\xe9\x8e\xbc\xe9\x8f\xac\xf0\xa1\x8f\x98\xf0\xa1\xa8\x84\xf0\xa1\xba\xb7\xf0\xa2\x97\x84\xf0\xa2\xa9\xb9\xf0\xa4\x9f\x9d\xf0\xa5\xbb\xb4\xf0\xa7\x88\x84\xf0\xa7\xaa\xb9\xf0\xa7\xab\x92\xf0\xa8\xa9\xbd\xf0\xa8\xbb\xb2\xf0\xa8\xbd\xaf\xf0\xa9\x84\x97\xf0\xaa\x84\x82]",110,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xa0",4,NULL,0,NULL,0}, + {"[\xe5\x9c\xb7\xe6\xa2\xba\xe6\xba\x8a]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xia",3,NULL,0,NULL,0}, + {"[\xe3\x94\xbe\xe3\xb0\xb9\xe3\xb2\x94\xe3\xb7\xbf\xe3\xb8\x9d\xe3\xba\xa4\xe3\xbe\xbe\xe3\xbf\x8c\xe4\x82\x85\xe4\x84\xb3\xe4\x86\x8e\xe4\x89\xb3\xe4\x8a\xb1\xe4\xa9\x82\xe4\xaf\xad\xe4\xaf\xb9\xe4\xb5\x8c\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbd\xa1\xe5\x83\x8a\xe5\x85\x88\xe5\x98\x95\xe5\xa5\xbe\xe5\xac\x90\xe5\xb1\xb3\xe5\xbb\xaf\xe5\xbf\xba\xe6\x86\xb8\xe6\x8e\x80\xe6\x94\x95\xe6\x9a\xb9\xe6\x9d\xb4\xe6\x9e\xae\xe6\xb0\x99\xe7\x8f\x97\xe7\xa5\x86\xe7\xa7\x88\xe7\xb1\xbc\xe7\xba\x8e\xe7\xba\x96\xe7\xba\xa4\xe8\x8b\xae\xe8\x8e\xb6\xe8\x96\x9f\xe8\xa4\xbc\xe8\xa5\xb3\xe8\xa8\xae\xe8\xb7\xb9\xe8\xb9\xae\xe8\xba\x9a\xe9\x85\xb0\xe9\x8a\x9b\xe9\x8d\x81\xe9\x93\xa6\xe9\x94\xa8\xe9\x9f\xaf\xe9\x9f\xb1\xe9\xa6\xa6\xe9\xae\xae\xe9\xb1\xbb\xe9\xb2\x9c\xe9\xb6\xb1\xf0\xa0\x8f\x93\xf0\xa0\x8f\xa1\xf0\xa0\xab\x84\xf0\xa2\x92\x86\xf0\xa2\x95\x96\xf0\xa2\x96\x8e\xf0\xa2\xab\xbf\xf0\xa2\xb9\x9a\xf0\xa3\x91\xb9\xf0\xa3\x94\x99\xf0\xa3\x9e\x98\xf0\xa3\xae\xbe\xf0\xa3\xb0\xb7\xf0\xa4\x88\xb7\xf0\xa5\x91\xbb\xf0\xa5\x9f\x95\xf0\xa5\xac\x8d\xf0\xa6\x92\x9c\xf0\xa6\xa7\x90\xf0\xa6\xb8\x8a\xf0\xa7\xab\xb9\xf0\xa7\xb1\x80\xf0\xa7\xb8\x82\xf0\xa8\x81\x85\xf0\xa8\x87\xa4\xf0\xa8\x9a\xbe\xf0\xa9\x88\x96\xf0\xaa\x84\x8f\xf0\xaa\x84\xb7]",307,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\x98\x85\xe3\x98\x8b\xe3\x9b\xbe\xe3\xa1\x89\xe3\xa2\xba\xe3\xad\xb9\xe3\xae\xad\xe3\xaf\x97\xe3\xb0\x8a\xe3\xb3\x84\xe3\xb3\xad\xe3\xb5\xaa\xe4\x95\x94\xe4\x9d\xa8\xe4\xa6\xa5\xe4\xb2\x97\xe4\xbc\xad\xe5\x92\xb8\xe5\x94\x8c\xe5\x95\xa3\xe5\xa6\xb6\xe5\xa8\xb4\xe5\xa8\xb9\xe5\xa9\xb1\xe5\xab\x8c\xe5\xab\xba\xe5\xab\xbb\xe5\xbc\xa6\xe6\x86\xaa\xe6\x8c\xa6\xe6\x92\x8f\xe6\xb6\x8e\xe6\xbe\x96\xe7\x87\x85\xe7\x94\x89\xe7\x97\xab\xe7\x99\x87\xe7\x99\x8e\xe7\x9e\xaf\xe7\xa4\xa5\xe7\xa8\xb4\xe7\xb5\x83\xe8\x83\x98\xe8\x88\xb7\xe8\x97\x96\xe8\x9a\xbf\xe8\x9b\x9d\xe8\xa1\x94\xe8\xa1\x98\xe8\xaa\xb8\xe8\xab\xb4\xe8\xb3\xa2\xe8\xb4\x92\xe8\xb4\xa4\xe8\xbc\xb1\xe9\x86\x8e\xe9\x8a\x9c\xe9\x96\x91\xe9\x96\x92\xe9\x97\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xbc\xe9\xb9\x87\xe9\xb9\xb9\xe9\xba\x99\xf0\xa0\x93\x8c\xf0\xa0\x9b\x91\xf0\xa0\xb7\xa2\xf0\xa0\xbf\xa2\xf0\xa1\xab\xb9\xf0\xa1\xb0\xb2\xf0\xa1\xbf\xa4\xf0\xa2\x85\xae\xf0\xa2\x8e\x99\xf0\xa2\x90\x90\xf0\xa2\x96\x8b\xf0\xa2\x9b\x86\xf0\xa2\xae\x82\xf0\xa3\x8a\xba\xf0\xa4\x89\x8c\xf0\xa5\xb2\x8b\xf0\xa5\xbb\xa7\xf0\xa6\x8e\xb5\xf0\xa6\x91\x98\xf0\xa6\xa0\xb9\xf0\xa6\xb1\x81\xf0\xa6\xbd\xad\xf0\xa7\x82\x9e\xf0\xa7\x88\x81\xf0\xa7\xbc\x8f\xf0\xa8\xba\x98\xf0\xa9\x9d\x88\xf0\xa9\xa4\xa5\xf0\xa9\xa4\xa6\xf0\xa9\xa6\x82\xf0\xa9\xb1\x86\xf0\xaa\x82\xb6\xf0\xaa\x94\xa9]",332,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe3\xa7\xa5\xe3\xab\xab\xe3\xac\x8e\xe3\xad\xa0\xe3\xb6\x8d\xe3\xbf\x85\xe4\x97\xbe\xe4\x98\x86\xe4\x9a\x9a\xe4\x9c\xa2\xe4\xa2\xbe\xe4\xa5\xaa\xe4\xa7\x8b\xe5\x86\xbc\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb4\x84\xe5\xb6\xae\xe5\xb9\xb0\xe6\x90\x9f\xe6\x94\x87\xe6\x98\xbe\xe6\xab\xb6\xe6\xaf\xa8\xe7\x81\xa6\xe7\x83\x8d\xe7\x87\xb9\xe7\x8b\x9d\xe7\x8c\x83\xe7\x8d\xab\xe7\x8d\xae\xe7\x8e\x81\xe7\xa6\x92\xe7\xad\x85\xe7\xae\xb2\xe8\x97\x93\xe8\x98\x9a\xe8\x9a\xac\xe8\xad\xa3\xe8\xb5\xbb\xe8\xb7\xa3\xe9\x8a\x91\xe9\x8d\x8c\xe9\x99\xa9\xe9\x99\xba\xe9\x9a\xaa\xe9\x9f\x85\xe9\xa1\x95\xe9\xa1\xaf\xf0\xa0\xa0\x81\xf0\xa1\x97\x8f\xf0\xa1\xb8\x83\xf0\xa1\xbe\xae\xf0\xa2\x81\x97\xf0\xa2\xa5\x8c\xf0\xa2\xb7\x91\xf0\xa3\x95\x8e\xf0\xa3\x9f\xb2\xf0\xa3\xad\xa1\xf0\xa4\x93\xa4\xf0\xa4\x9e\xa4\xf0\xa4\xbc\x82\xf0\xa5\x9c\xb2\xf0\xa6\xad\xb6\xf0\xa7\x95\x87\xf0\xa7\x96\x99\xf0\xa8\x99\xa1\xf0\xa9\x8f\xa9\xf0\xa9\xa8\xa1\xf0\xa9\xb6\xa4]",233,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\xa1\xbe\xe3\xa6\x91\xe3\xa6\x93\xe3\xaa\x87\xe3\xac\x97\xe3\xba\x8c\xe3\xbd\x89\xe4\x81\x82\xe4\x83\xb1\xe4\x83\xb8\xe4\x89\xaf\xe4\x8f\xb9\xe4\x90\x84\xe4\x99\xb9\xe4\xa4\xbc\xe4\xa6\x98\xe4\xa7\x9f\xe4\xa7\xae\xe4\xa8\x98\xe4\xa8\xb7\xe4\xb1\xa4\xe4\xb5\x87\xe4\xb6\x9f\xe4\xbc\xa3\xe5\x83\xa9\xe5\x83\xb4\xe5\x8e\xbf\xe5\x92\x9e\xe5\x93\xaf\xe5\x9e\xb7\xe5\xa3\x8f\xe5\xa7\xad\xe5\xa8\x8a\xe5\xa8\xa8\xe5\xae\xaa\xe5\xb2\x98\xe5\xb3\xb4\xe6\x86\xb2\xe6\x92\x8a\xe6\x99\x9b\xe6\xa9\x8c\xe6\xb6\x80\xe7\x80\x97\xe7\x8c\xae\xe7\x8d\xbb\xe7\x8e\xb0\xe7\x8f\xbe\xe7\x9c\x8c\xe7\x9d\x8d\xe7\xa1\x8d\xe7\xb2\xaf\xe7\xb3\xae\xe7\xb5\xa4\xe7\xb6\xab\xe7\xb7\x9a\xe7\xb8\xa3\xe7\xba\xbf\xe7\xbc\x90\xe7\xbe\xa1\xe7\xbe\xa8\xe8\x85\xba\xe8\x87\x94\xe8\x87\xbd\xe8\x8b\x8b\xe8\x8e\xa7\xe8\x9c\x86\xe8\xaa\xa2\xe8\xb1\x8f\xe9\x8b\xa7\xe9\x8c\x8e\xe9\x99\x90\xe9\x99\xa5\xe9\x99\xb7\xe9\xa4\xa1\xe9\xa6\x85\xe9\xba\xb2\xe9\xbc\xb8\xf0\xa0\x9a\x86\xf0\xa0\x9c\x8e\xf0\xa0\xaf\x9f\xf0\xa1\x90\x96\xf0\xa1\x92\x93\xf0\xa1\x9e\xa3\xf0\xa2\x8b\xae\xf0\xa2\x95\xad\xf0\xa2\x96\x9d\xf0\xa2\x9a\x80\xf0\xa3\x86\x95\xf0\xa4\x81\xa6\xf0\xa4\x91\x83\xf0\xa4\x9f\x85\xf0\xa5\x93\x92\xf0\xa5\x99\x86\xf0\xa5\xa6\xb6\xf0\xa5\xb0\xb3\xf0\xa5\xbb\x87\xf0\xa5\xbd\x8f\xf0\xa6\x8b\x88\xf0\xa6\xa9\xa2\xf0\xa7\xa0\x92\xf0\xa7\xbb\x92\xf0\xa7\xbe\xa8\xf0\xa8\x8d\x92\xf0\xa8\x8f\xa5\xf0\xa8\x90\x8a\xf0\xa8\x96\xb1\xf0\xa8\x98\x99\xf0\xa8\x98\x9e\xf0\xa8\xb5\xac\xf0\xa8\xb8\x84\xf0\xa9\xa4\x8a\xf0\xa9\xa6\xb9\xf0\xa9\xa7\xa9\xf0\xaa\x8e\x89\xf0\xaa\xbe\xa2]",385,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe5\x83\xb2\xe7\xb9\x8a\xe9\x91\xa6]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xian",4,NULL,0,NULL,0}, + {"[\xe3\x90\xae\xe4\xac\x95\xe4\xb9\xa1\xe5\x8e\xa2\xe5\x95\x8c\xe5\xbb\x82\xe5\xbf\x80\xe6\xac\x80\xe6\xb9\x98\xe7\x93\x96\xe7\x9b\xb8\xe7\xa8\xa5\xe7\xae\xb1\xe7\xb7\x97\xe7\xbc\x83\xe8\x86\xb7\xe8\x8a\x97\xe8\x91\x99\xe8\x96\x8c\xe8\xa5\x84\xe9\x83\xb7\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x95\xe9\x91\xb2\xe9\x95\xb6\xe9\xa6\x99\xe9\xa9\xa4\xe9\xaa\xa7\xe9\xba\x98\xf0\xa2\xaa\xb7\xf0\xa4\x89\xaa\xf0\xa4\xb7\xbc\xf0\xa5\xab\x96\xf0\xa9\x91\x87\xf0\xa9\xa1\x8c\xf0\xa9\xa1\xa0\xf0\xaa\x82\xbc]",124,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc4\x81ng",6,NULL,0,NULL,0}, + {"[\xe3\x9f\x84\xe4\x94\x97\xe4\x9c\xb6\xe4\xbd\xad\xe5\xba\xa0\xe6\xa0\x99\xe7\x93\xa8\xe7\xa5\xa5\xe7\xb5\xb4\xe7\xbf\x94\xe8\xa9\xb3\xe8\xaf\xa6\xe8\xb7\xad\xf0\xa1\xb9\xb7\xf0\xa2\xad\x8e\xf0\xa4\x9d\xb7\xf0\xa4\xad\xac\xf0\xa4\xb0\x85\xf0\xa6\x8d\xb2\xf0\xa6\x8d\xb4\xf0\xa6\x8e\x88\xf0\xa8\x80\x98\xf0\xa9\xbe\xac]",81,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xa1ng",6,NULL,0,NULL,0}, + {"[\xe3\x97\xbd\xe4\x8a\x91\xe4\x90\x9f\xe4\x96\xae\xe4\xba\xab\xe4\xba\xaf\xe5\x93\x8d\xe6\x83\xb3\xe6\x99\x91\xe6\x9b\x8f\xe8\xa0\x81\xe9\x8a\x84\xe9\x9f\xbf\xe9\xa3\xa8\xe9\xa4\x89\xe9\xa5\x97\xe9\xa5\x9f\xe9\xa5\xb7\xe9\xae\x9d\xe9\xaf\x97\xe9\xb1\xb6\xe9\xb2\x9e\xf0\xa0\xb8\xae\xf0\xa2\x9e\xa1\xf0\xa4\x8d\x80\xf0\xa5\x8a\xbe\xf0\xa5\xbf\xa7\xf0\xa6\x95\xba\xf0\xa9\x9d\xbe\xf0\xa9\x9e\xa5]",100,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc7\x8eng",6,NULL,0,NULL,0}, + {"[\xe3\x9f\x9f\xe4\xa2\xbd\xe4\xa6\xb3\xe4\xb4\x82\xe5\x83\x8f\xe5\x8b\xa8\xe5\x90\x91\xe5\x9a\xae\xe5\xa1\x82\xe5\xa7\xa0\xe5\xb6\x91\xe5\xb7\xb7\xe6\xa9\xa1\xe7\x8f\xa6\xe7\xbc\xbf\xe8\x90\xab\xe8\x9a\x83\xe8\x9f\x93\xe8\xa1\x96\xe8\xa5\x90\xe8\xb1\xa1\xe9\x8a\x97\xe9\x90\x8c\xe9\x97\x80\xe9\xa0\x85\xe9\xa1\xb9\xe9\xb1\x8c\xf0\xa2\x84\xb5\xf0\xa2\x9b\x96\xf0\xa2\xa0\xb7\xf0\xa3\x82\x9d\xf0\xa3\x85\xb0\xf0\xa3\xa8\xb3\xf0\xa4\x96\xbd\xf0\xa4\xa9\xaa\xf0\xa5\x80\xbe\xf0\xa5\x97\xb5\xf0\xa5\xa3\x9f\xf0\xa6\xba\xa3\xf0\xa6\xba\xa8\xf0\xa7\x96\xbf\xf0\xa7\xac\xb0\xf0\xa8\x89\xbd\xf0\xa8\x96\xb6\xf0\xa8\x99\xb5\xf0\xa8\x9b\x9c\xf0\xa8\xa7\x91\xf0\xa8\xb7\x84\xf0\xa8\xb7\xbf]",171,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xa0ng",6,NULL,0,NULL,0}, + {"[\xe6\xa5\xbf\xe9\xb1\x9c]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xiang",5,NULL,0,NULL,0}, + {"[\xe3\x95\xba\xe3\x9a\xa0\xe3\xa9\x8b\xe3\xaa\xa3\xe3\xb2\x96\xe3\xb9\xb2\xe3\xba\x92\xe4\x8c\x83\xe4\x8e\x84\xe4\xa8\xad\xe4\xac\x98\xe4\xb4\x9b\xe4\xbe\xbe\xe5\x91\xba\xe5\x93\x93\xe5\x93\xae\xe5\x98\x8b\xe5\x98\x90\xe5\x98\xb5\xe5\x9a\xa3\xe5\x9a\xbb\xe5\x9b\x82\xe5\xa9\x8b\xe5\xae\xaf\xe5\xae\xb5\xe5\xba\xa8\xe5\xbd\x87\xe6\x86\xa2\xe6\x8f\xb1\xe6\x9e\xad\xe6\x9e\xb5\xe6\xa2\x9f\xe6\xab\xb9\xe6\xad\x8a\xe6\xaf\x8a\xe6\xb6\x88\xe6\xbd\x87\xe7\x80\x9f\xe7\x81\xb1\xe7\x81\xb2\xe7\x84\x87\xe7\x8c\x87\xe7\x8d\xa2\xe7\x97\x9a\xe7\x97\x9f\xe7\xa1\x9d\xe7\xa1\xa3\xe7\xa9\x98\xe7\xaa\x99\xe7\xae\xab\xe7\xb0\x98\xe7\xb0\xab\xe7\xb6\x83\xe7\xbb\xa1\xe7\xbf\x9b\xe8\x86\xae\xe8\x90\xa7\xe8\x90\xb7\xe8\x95\xad\xe8\x97\x83\xe8\x99\x88\xe8\x99\x93\xe8\x9f\x82\xe8\x9f\x8f\xe8\x9f\xb0\xe8\xa0\xa8\xe8\xb8\x83\xe9\x80\x8d\xe9\x8a\xb7\xe9\x94\x80\xe9\x9c\x84\xe9\xa9\x8d\xe9\xaa\x81\xe9\xab\x87\xe9\xab\x90\xe9\xad\x88\xe9\xb4\x9e\xe9\xb4\xb5\xe9\xb8\xae\xf0\xa0\x88\xac\xf0\xa0\x91\xaa\xf0\xa0\xb9\x8e\xf0\xa1\x9f\xa3\xf0\xa1\xa3\xbe\xf0\xa1\xaf\xa9\xf0\xa1\xb7\xb8\xf0\xa1\xbc\x9a\xf0\xa2\x93\xae\xf0\xa2\xaa\xb6\xf0\xa2\xad\xa6\xf0\xa2\xb8\xb3\xf0\xa3\x95\x87\xf0\xa3\xa0\x8e\xf0\xa4\x91\xb3\xf0\xa4\x9e\x9a\xf0\xa4\xa0\x96\xf0\xa4\xa1\x94\xf0\xa4\xa3\xa0\xf0\xa4\xba\x83\xf0\xa5\x86\x94\xf0\xa6\x8f\xb7\xf0\xa6\x90\xba\xf0\xa6\x9f\x9e\xf0\xa7\x84\xa4\xf0\xa7\xb3\x8d\xf0\xa7\xb5\xb1\xf0\xa8\x8a\x85\xf0\xa8\xb4\xb9\xf0\xa8\xb6\x85\xf0\xa9\x8b\x8d\xf0\xa9\x99\x9a\xf0\xa9\x99\xae\xf0\xa9\xa7\x93\xf0\xa9\xab\x82\xf0\xa9\xab\xb3\xf0\xa9\xb1\xb4\xf0\xa9\xbe\x92\xf0\xa9\xbe\x93\xf0\xa9\xbe\xbe\xf0\xaa\x81\x8e]",403,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc4\x81o",5,NULL,0,NULL,0}, + {"[\xe3\x9a\xa3\xe3\xac\xb5\xe3\xae\x81\xe4\x92\x9d\xe4\x9f\x81\xe5\xb4\xa4\xe6\xae\xbd\xe6\xb4\xa8\xe6\xb7\x86\xe7\xac\x85\xe7\xad\x8a\xe8\xa8\xa4\xe8\xaa\xb5\xe9\x83\xa9\xf0\xa0\xb4\xb3\xf0\xa1\xa6\x9d\xf0\xa1\xa7\x95\xf0\xa2\x9b\x98\xf0\xa3\x8f\xa0\xf0\xa3\x94\xb7\xf0\xa4\x95\xa2\xf0\xa4\xb7\xa4\xf0\xa5\xbe\xa4\xf0\xa6\xba\x94\xf0\xa7\x8d\x82\xf0\xa8\xa0\xa6]",92,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xa1o",5,NULL,0,NULL,0}, + {"[\xe2\xba\x8c\xe2\xba\x8d\xe4\x92\x95\xe4\xa5\xb5\xe5\xb0\x8f\xe6\x99\x93\xe6\x9a\x81\xe6\x9b\x89\xe7\x9a\x9b\xe7\x9a\xa2\xe7\xad\xb1\xe7\xad\xbf\xe7\xaf\xa0\xe8\xac\x8f\xf0\xa1\xb1\x89\xf0\xa4\xbd\xb3\xf0\xa5\x94\x91\xf0\xa5\x95\xbe\xf0\xa7\xa1\xbc\xf0\xa7\xa2\xac\xf0\xa7\xa9\xae\xf0\xa9\xb5\x96\xf0\xab\x8d\xb2]",80,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc7\x8eo",5,NULL,0,NULL,0}, + {"[\xe3\x94\x85\xe3\x97\x9b\xe3\xa4\x8a\xe3\xb5\xbf\xe4\x89\xb0\xe4\x8a\xa5\xe4\x95\xa7\xe4\xbf\xb2\xe5\x82\x9a\xe5\x8a\xb9\xe5\x92\xb2\xe5\x95\xb8\xe5\x98\xa8\xe5\x98\xaf\xe5\xad\x9d\xe6\x95\x88\xe6\x95\xa9\xe6\x96\x85\xe6\x96\x86\xe6\xa0\xa1\xe6\xad\x97\xe6\xb6\x8d\xe7\x86\xbd\xe7\xac\x91\xe8\x82\x96\xe8\xa9\xa8\xe8\xaa\x9f\xe9\x9e\xa9\xf0\xa0\x8f\x95\xf0\xa0\xb4\xa1\xf0\xa1\xa5\x8d\xf0\xa1\xa6\xb3\xf0\xa2\xb9\xb3\xf0\xa2\xbd\xbe\xf0\xa3\x82\xac\xf0\xa3\x9f\x87\xf0\xa3\xa4\xa1\xf0\xa3\xb1\x93\xf0\xa3\xbf\xa3\xf0\xa4\x9f\x9e\xf0\xa4\xa3\x8c\xf0\xa4\xbf\xa8\xf0\xa5\xbd\x81\xf0\xa6\xa2\xa9\xf0\xa6\xa6\x9b\xf0\xa6\xaf\xaa\xf0\xa6\xb1\x9c\xf0\xa7\xb1\x90\xf0\xa8\x85\x8b\xf0\xaa\x8a\xb7\xf0\xaa\x9b\x80]",178,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xa0o",5,NULL,0,NULL,0}, + {"[\xe6\x81\xb7\xe6\xbb\xa7]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xiao",4,NULL,0,NULL,0}, + {"[\xe3\x97\xa8\xe3\xa8\x9d\xe3\xb1\x94\xe3\xbe\x9a\xe4\xba\x9b\xe6\x8f\xb3\xe6\xa5\x94\xe6\xad\x87\xe7\x8c\xb2\xe8\x9d\x8e\xe8\xa0\x8d\xf0\xa1\xad\xa5\xf0\xa3\x86\x9f\xf0\xa3\x92\x84\xf0\xa3\xa3\xa9\xf0\xa4\xba\x8e\xf0\xa5\x8c\xa8\xf0\xa5\x97\xa7\xf0\xa6\xaa\xac\xf0\xa7\x93\x82\xf0\xa7\xb3\xa7\xf0\xa8\xa7\xa5\xf0\xa9\xab\xb2]",83,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc4\x93",4,NULL,0,NULL,0}, + {"[\xe3\x90\x96\xe3\x96\xbf\xe3\x99\x9d\xe3\x99\xa6\xe3\xa2\xb5\xe3\xa5\x9f\xe3\xa8\x99\xe3\xa9\xa6\xe3\xa9\xaa\xe3\xad\xa8\xe4\x80\x98\xe4\x94\x91\xe4\x95\xb5\xe4\x99\x8e\xe4\x99\xbd\xe4\x9d\xb1\xe4\xa1\xa1\xe4\xa6\x96\xe4\xa9\xa4\xe5\x81\x95\xe5\x8a\xa6\xe5\x8b\xb0\xe5\x8d\x8f\xe5\x8d\x94\xe5\x97\x8b\xe5\x9e\xa5\xe5\xa5\x8a\xe5\xb3\xab\xe6\x81\x8a\xe6\x84\xb6\xe6\x8b\xb9\xe6\x8c\x9f\xe6\x8c\xbe\xe6\x90\xba\xe6\x92\xb7\xe6\x93\x95\xe6\x93\xb7\xe6\x94\x9c\xe6\x96\x9c\xe6\x97\xaa\xe7\x86\x81\xe7\x87\xb2\xe7\x91\x8e\xe7\xb6\x8a\xe7\xb7\xb3\xe7\xba\x88\xe7\xbc\xac\xe7\xbf\x93\xe8\x83\x81\xe8\x84\x85\xe8\x84\x87\xe8\x86\x8e\xe8\x9d\xa2\xe8\xa1\xba\xe8\xa5\xad\xe8\xab\xa7\xe8\xae\x97\xe8\xb0\x90\xe9\x82\xaa\xe9\x9e\x8b\xe9\x9e\xb5\xe9\xa0\xa1\xe9\xbe\xa4\xf0\xa0\x96\xb9\xf0\xa0\x97\x89\xf0\xa1\x80\xba\xf0\xa1\xb0\xa2\xf0\xa1\xb8\x94\xf0\xa2\x82\x90\xf0\xa2\x93\xac\xf0\xa2\xa5\x98\xf0\xa2\xaf\x89\xf0\xa2\xb4\xb2\xf0\xa2\xbf\xa1\xf0\xa3\xa3\xb2\xf0\xa3\xab\xb4\xf0\xa3\xb9\xa9\xf0\xa3\xbb\xa0\xf0\xa4\x99\x92\xf0\xa4\x9e\xa1\xf0\xa4\xa2\xba\xf0\xa4\xa3\x91\xf0\xa4\xae\xaf\xf0\xa4\xb1\xb7\xf0\xa5\x86\xa5\xf0\xa5\x8a\xaf\xf0\xa5\xa2\xb9\xf0\xa6\x8b\x85\xf0\xa6\x9a\xab\xf0\xa6\xb3\x83\xf0\xa7\x80\xba\xf0\xa7\x8f\x82\xf0\xa7\x8f\x83\xf0\xa7\x90\x83\xf0\xa7\x91\xa6\xf0\xa7\x9f\x83\xf0\xa7\xb7\x91\xf0\xa8\x81\x82\xf0\xa8\x8f\xb3\xf0\xa8\xb5\x9a\xf0\xa8\xb5\xaa\xf0\xa8\xb7\xa5\xf0\xa9\x8b\x98\xf0\xa9\x8b\xa7\xf0\xa9\xa4\xa0\xf0\xa9\xb0\xb3\xf0\xa9\xb7\x82\xf0\xa9\xba\xab\xf0\xaa\x86\x8b]",375,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xa9",4,NULL,0,NULL,0}, + {"[\xe3\x95\x90\xe3\x9d\x8d\xe4\xa5\xb1\xe4\xa5\xbe\xe5\x86\x99\xe5\x86\xa9\xe5\xaf\xab\xe8\x97\x9b\xf0\xa3\x9e\x90\xf0\xa3\xac\x95\xf0\xa7\xad\xa0]",38,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe3\x92\xa0\xe3\x93\x94\xe3\x94\x8e\xe3\x96\x91\xe3\x99\xb0\xe3\x9e\x92\xe3\x9e\x95\xe3\xa1\x9c\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa6\xaa\xe3\xb0\x94\xe3\xb0\xa1\xe3\xb3\xa6\xe3\xb3\xbf\xe3\xb4\xac\xe3\xb4\xae\xe3\xb4\xbd\xe3\xb8\x89\xe3\xbd\x8a\xe4\x81\x8b\xe4\x89\x8f\xe4\x89\xa3\xe4\x8a\x9d\xe4\x95\x88\xe4\x99\x8a\xe4\x99\x9d\xe4\x9a\xb8\xe4\xa6\x8f\xe4\xa9\xa7\xe4\xaa\xa5\xe4\xb2\x92\xe4\xb5\xa6\xe4\xba\xb5\xe4\xbc\xb3\xe5\x81\x9e\xe5\x81\xb0\xe5\x83\x81\xe5\x8d\xa8\xe5\x8d\xb8\xe5\x99\xa7\xe5\xa1\xae\xe5\xa8\x8e\xe5\xaa\x9f\xe5\xb1\x91\xe5\xb1\x93\xe5\xb1\x9f\xe5\xb1\xa7\xe5\xb6\xb0\xe5\xbb\xa8\xe5\xbe\xa2\xe6\x87\x88\xe6\x9a\xac\xe6\xa2\xb0\xe6\xa6\x8d\xe6\xa6\xad\xe6\xb3\x84\xe6\xb3\xbb\xe6\xb4\xa9\xe6\xb8\xab\xe6\xbe\xa5\xe7\x80\x89\xe7\x80\xa3\xe7\x81\xba\xe7\x82\xa7\xe7\x83\xb2\xe7\x84\x8e\xe7\x87\xae\xe7\x88\x95\xe7\x8d\xac\xe7\xa5\x84\xe7\xa6\xbc\xe7\xb3\x8f\xe7\xb4\xb2\xe7\xb5\x8f\xe7\xb5\xac\xe7\xb7\xa4\xe7\xb9\xb2\xe7\xbb\x81\xe7\xbc\xb7\xe8\x96\xa2\xe8\x96\xa4\xe8\x9f\xb9\xe8\xa0\x8f\xe8\xa4\x89\xe8\xa4\xbb\xe8\xac\x9d\xe8\xb0\xa2\xe8\xba\x9e\xe9\x82\x82\xe9\x9e\xa2\xe9\x9f\xb0\xe9\xa7\xb4\xe9\xbd\x82\xe9\xbd\x98\xe9\xbd\x9b\xe9\xbd\xa5\xf0\xa0\x85\xb1\xf0\xa0\x91\x84\xf0\xa0\xa8\x86\xf0\xa0\xb2\x8a\xf0\xa0\xb8\xb4\xf0\xa0\xbf\x87\xf0\xa1\x83\x82\xf0\xa1\x84\x95\xf0\xa1\x97\xbc\xf0\xa1\x9b\xb6\xf0\xa1\x9e\x98\xf0\xa1\x9f\xa9\xf0\xa1\xa3\xb9\xf0\xa1\xa4\x8b\xf0\xa1\xbd\x96\xf0\xa2\x8c\x80\xf0\xa2\x96\x86\xf0\xa2\x97\x8a\xf0\xa2\x9c\xa8\xf0\xa2\x9e\x9c\xf0\xa2\xa4\xaf\xf0\xa2\xa4\xb0\xf0\xa2\xac\xbf\xf0\xa2\xb9\x92\xf0\xa3\xa3\xb6\xf0\xa3\xbd\x92\xf0\xa4\x91\xaa\xf0\xa4\x97\x88\xf0\xa4\xa1\xa7\xf0\xa4\xab\x89\xf0\xa5\x80\xba\xf0\xa5\x87\xb1\xf0\xa5\x8d\x86\xf0\xa5\x8e\x8e\xf0\xa6\x81\x9b\xf0\xa6\x94\xbc\xf0\xa6\x96\x90\xf0\xa6\x9a\xa1\xf0\xa6\x9e\x9a\xf0\xa6\xa9\x8c\xf0\xa6\xb5\xb1\xf0\xa7\x80\xa2\xf0\xa7\x8c\x8a\xf0\xa7\x8c\x8b\xf0\xa7\x8c\x96\xf0\xa7\x8d\x81\xf0\xa7\x93\xba\xf0\xa7\x96\x81\xf0\xa7\x9b\xbc\xf0\xa7\x9c\x94\xf0\xa7\x9c\xb5\xf0\xa7\x9d\xab\xf0\xa7\xad\xb8\xf0\xa7\xb7\xa7\xf0\xa8\x87\xa8\xf0\xa8\x88\x99\xf0\xa8\xa4\xb4\xf0\xa8\xb3\x9a\xf0\xa8\xbc\xac\xf0\xa9\x82\xaa\xf0\xa9\x83\x96\xf0\xa9\x8d\x9d\xf0\xa9\x8e\x83\xf0\xa9\x90\x81\xf0\xa9\x90\x89\xf0\xa9\x99\x9c\xf0\xa9\xbd\x8d\xf0\xaa\x99\xa5]",565,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe5\xa4\x91\xe8\x84\x8b]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xie",3,NULL,0,NULL,0}, + {"[\xe3\x9b\x99\xe3\xad\xa2\xe4\x85\xbd\xe4\x9c\xa3\xe4\xbf\xbd\xe5\xa6\xa1\xe5\xac\x9c\xe5\xbb\x9e\xe5\xbf\x83\xe5\xbf\xbb\xe6\x83\x9e\xe6\x96\xb0\xe6\x98\x95\xe6\x9d\xba\xe6\xac\xa3\xe6\xad\x86\xe7\x82\x98\xe7\x9b\xba\xe8\x8a\xaf\xe8\x96\xaa\xe8\xa8\xa2\xe8\xbe\x9b\xe9\x82\xa4\xe9\x88\x8a\xe9\x8b\x85\xe9\x91\xab\xe9\x94\x8c\xe9\xa6\xa8\xe9\xa6\xab\xf0\xa0\x91\xb0\xf0\xa0\xb7\x93\xf0\xa1\x8c\x9c\xf0\xa2\x97\x80\xf0\xa2\xa0\x9d\xf0\xa2\xad\xa7\xf0\xa3\x82\x97\xf0\xa3\x82\x9c\xf0\xa3\x83\x84\xf0\xa4\x99\x96\xf0\xa4\x99\xa3\xf0\xa6\x81\x8d\xf0\xa6\xb0\xb8\xf0\xa8\x8a\xb3\xf0\xa9\xbe\xbd\xf0\xa9\xbf\x83]",153,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc4\xabn",4,NULL,0,NULL,0}, + {"[\xe3\x9a\xaf\xe3\x9c\xa6\xe6\x9e\x94\xe8\xa5\x91\xe9\x90\x94\xf0\xa4\xab\xa8\xf0\xa9\x96\xa3]",25,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc3\xadn",4,NULL,0,NULL,0}, + {"[\xe4\xbc\x88\xf0\xa8\x93\x87]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc7\x90n",4,NULL,0,NULL,0}, + {"[\xe3\x90\xb0\xe3\x94\xa4\xe3\x9b\x9b\xe3\xad\x84\xe3\xbe\x99\xe4\x92\x96\xe4\x9a\xb1\xe4\x9b\xa8\xe4\x9c\x97\xe4\xbc\xa9\xe4\xbf\xa1\xe5\x9b\x9f\xe5\xad\x9e\xe7\x84\xae\xe7\x85\xa1\xe8\x84\xaa\xe8\x88\x8b\xe8\xa1\x85\xe8\xa8\xab\xe8\xbb\x90\xe9\x87\x81\xe9\x98\xa0\xe9\xa1\x96\xe9\xa6\xb8\xf0\xa1\x88\x8f\xf0\xa2\x8b\x86\xf0\xa2\xa9\xb2\xf0\xa3\xa5\x87\xf0\xa4\x9c\xa2\xf0\xa4\xa3\xb2\xf0\xa4\xb4\xbe\xf0\xa4\xb7\x93\xf0\xa4\xb9\xa9\xf0\xa6\x89\x9d\xf0\xa6\x9c\x93\xf0\xa6\x9e\xa4\xf0\xa6\xa2\xaf\xf0\xa6\xa4\x9f\xf0\xa7\x97\xb9\xf0\xa7\xb3\x84\xf0\xa7\xb4\xa2\xf0\xa9\x9f\x8d]",146,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc3\xacn",4,NULL,0,NULL,0}, + {"[\xe2\xba\x96\xe2\xba\x97\xe5\x99\xba\xe5\xbf\x84]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xin",3,NULL,0,NULL,0}, + {"[\xe3\x99\x9a\xe3\xb7\xa3\xe4\x83\x8f\xe4\x95\x9f\xe4\x97\x8c\xe5\x9e\xb6\xe6\x83\xba\xe6\x98\x9f\xe6\x9b\x90\xe7\x85\x8b\xe7\x8c\xa9\xe7\x91\x86\xe7\x9a\xa8\xe7\xae\xb5\xe7\xaf\x82\xe8\x85\xa5\xe8\x9b\xb5\xe8\xa7\xaa\xe8\xa7\xb2\xe9\x8d\x9f\xe9\xa8\x82\xe9\xaa\x8d\xe9\xae\x8f\xe9\xaf\xb9\xf0\xa0\xac\x8b\xf0\xa1\x83\xb3\xf0\xa3\xa8\xbe\xf0\xa4\x8f\xbd\xf0\xa4\x99\xa1\xf0\xa5\xa0\x80\xf0\xa6\x82\x85\xf0\xa6\x88\x92\xf0\xa6\x96\xa4\xf0\xa6\xa9\xa0\xf0\xa7\x8c\x9a\xf0\xa7\x9b\x9f\xf0\xa8\x8c\x8d\xf0\xa8\x9e\xbe]",130,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc4\xabng",5,NULL,0,NULL,0}, + {"[\xe3\x90\xa9\xe3\x93\x9d\xe3\xa3\x9c\xe3\xbc\x9b\xe4\xa3\x86\xe4\xa4\xaf\xe4\xbe\x80\xe5\x88\x91\xe5\x9e\x8b\xe5\xa8\x99\xe5\xbd\xa2\xe6\xb4\x90\xe6\xbb\x8e\xe7\xa1\x8e\xe8\x8d\xa5\xe8\xa1\x8c\xe9\x82\xa2\xe9\x83\x89\xe9\x88\x83\xe9\x89\xb6\xe9\x8a\x92\xe9\x8b\x9e\xe9\x92\x98\xe9\x93\x8f\xe9\x99\x89\xe9\x99\x98\xf0\xa0\x80\xa6\xf0\xa1\xb6\xad\xf0\xa3\xb8\x9d\xf0\xa4\xac\x90\xf0\xa4\xb6\xb2\xf0\xa6\x88\xa8\xf0\xa6\x88\xb5\xf0\xa7\x8a\x9e\xf0\xa7\x8a\xbd\xf0\xa7\x97\xa6\xf0\xa9\xa9\x8b]",124,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc3\xadng",5,NULL,0,NULL,0}, + {"[\xe3\x9d\xad\xe3\xa8\x98\xe4\xb3\x99\xe6\x93\xa4\xe7\x9d\xb2\xe9\x86\x92\xf0\xa2\x9c\xab\xf0\xa5\xa8\x95]",28,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc7\x90ng",5,NULL,0,NULL,0}, + {"[\xe3\x93\x91\xe3\xbc\xac\xe4\x81\x84\xe4\x82\x94\xe4\x93\xb7\xe4\x9b\xad\xe4\xb0\xa2\xe5\x80\x96\xe5\x85\xb4\xe5\xa7\x93\xe5\xa9\x9e\xe5\xac\xb9\xe5\xb9\xb8\xe6\x80\xa7\xe6\x82\xbb\xe6\x9d\x8f\xe6\xb6\xac\xe7\xb7\x88\xe8\x87\x96\xe8\x88\x88\xe8\x8d\x87\xe8\x8e\x95\xf0\xa2\x99\xbc\xf0\xa3\xa2\x9d\xf0\xa9\x88\xa1]",80,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc3\xacng",5,NULL,0,NULL,0}, + {"[\xe5\x93\x98\xe8\xa3\x84\xe8\xac\x83]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xing",4,NULL,0,NULL,0}, + {"[\xe3\x90\xab\xe3\x9a\xbe\xe5\x85\x84\xe5\x85\x87\xe5\x87\xb6\xe5\x8c\x88\xe5\x93\x85\xe5\xbf\xb7\xe6\x81\x9f\xe6\xb1\xb9\xe6\xb4\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\xa8\xa9\xe8\xa9\xbe\xe8\xae\xbb\xe8\xb3\xaf\xf0\xa6\x99\x84\xf0\xa6\xb5\xa1\xf0\xa7\x98\xae\xf0\xa7\xb5\xa3\xf0\xa7\xbf\x96\xf0\xa8\xa5\x8d\xf0\xa9\x8c\xa0\xf0\xa9\xb4\x82]",85,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc5\x8dng",6,NULL,0,NULL,0}, + {"[\xe4\xa7\xba\xe7\x86\x8a\xe9\x9b\x84\xf0\xa7\x9e\x9e\xf0\xa7\xb0\xaf]",19,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xb3ng",6,NULL,0,NULL,0}, + {"\xe7\x84\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc7\x92ng",6,NULL,0,NULL,0}, + {"[\xe5\xa4\x90\xe6\x95\xbb\xe7\x84\xb8\xe8\xa9\x97\xe8\xaf\x87\xf0\xa0\x93\x99\xf0\xa1\xa8\xb3\xf0\xa1\xaa\xb0\xf0\xa1\xac\x81\xf0\xa2\xa2\xb9\xf0\xa2\xbf\x8c\xf0\xa3\x85\xb7\xf0\xa4\x94\xab\xf0\xa4\x9b\xaa\xf0\xa5\x83\xb4\xf0\xa5\xa5\xa7\xf0\xa5\xa6\xa5\xf0\xa6\x88\xa4\xf0\xa6\x93\x88\xf0\xa6\xac\xba\xf0\xa7\xbd\x92\xf0\xa9\xa7\x8a]",85,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xb2ng",6,NULL,0,NULL,0}, + {"[\xe3\xb1\x97\xe3\xb3\x9c\xe3\xb5\xbb\xe3\xb9\x8b\xe3\xbe\x8b\xe4\x8f\xab\xe4\x90\xb0\xe4\x97\x9b\xe4\xa1\xad\xe4\xbc\x91\xe4\xbf\xa2\xe4\xbf\xae\xe5\x92\xbb\xe5\xba\xa5\xe6\xa8\x87\xe7\x83\x8b\xe7\x83\x8c\xe7\xbe\x9e\xe8\x84\x99\xe8\x84\xa9\xe8\x87\xb9\xe8\xb2\x85\xe9\x8a\x9d\xe9\x8e\x80\xe9\x8f\x85\xe9\xa3\x8d\xe9\xa5\x88\xe9\xa6\x90\xe9\xab\xa4\xe9\xab\xb9\xe9\xb1\x83\xe9\xb5\x82\xe9\xb8\xba\xf0\xa1\x94\xa8\xf0\xa1\x9c\xa8\xf0\xa1\x9f\x9e\xf0\xa1\xaf\x90\xf0\xa2\x8a\x92\xf0\xa2\x95\xa6\xf0\xa5\x8c\xaa\xf0\xa5\x9e\xbc\xf0\xa6\x9f\xa4\xf0\xa6\xaa\x8b\xf0\xa7\x8c\x8c\xf0\xa9\x98\xad\xf0\xa9\x9b\xa2\xf0\xa9\xa1\x8e\xf0\xa9\xa2\xae\xf0\xa9\xad\x98\xf0\xa9\xae\x84\xf0\xaa\x80\xaa\xf0\xaa\x98\x86]",177,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc5\xab",4,NULL,0,NULL,0}, + {"\xe8\x8b\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xba",4,NULL,0,NULL,0}, + {"[\xe3\xb1\x99\xe6\x9c\xbd\xe6\xbb\xab\xe7\xb3\x94\xe7\xb6\x87\xf0\xa3\xa7\xac\xf0\xa6\x88\x8b\xf0\xaa\x95\xa6]",29,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc7\x94",4,NULL,0,NULL,0}, + {"[\xe3\x97\x9c\xe5\x97\x85\xe5\xb2\xab\xe5\xb3\x80\xe6\xba\xb4\xe7\x8f\x9b\xe7\x90\x87\xe7\x92\x93\xe7\xa7\x80\xe7\xb9\x8d\xe7\xb9\xa1\xe7\xbb\xa3\xe8\x9e\x91\xe8\xa2\x96\xe8\xa4\x8e\xe8\xa4\x8f\xe9\x8a\xb9\xe9\x8f\xa5\xe9\x8f\xbd\xe9\x94\x88\xe9\xbd\x85\xf0\xa2\x93\xb5\xf0\xa4\x9a\xaf\xf0\xa7\x99\x8f\xf0\xaa\x81\xae]",81,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xb9",4,NULL,0,NULL,0}, + {"\xe9\xae\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xiu",3,NULL,0,NULL,0}, + {"[\xe3\xa5\xa0\xe3\xb0\xad\xe3\xbd\xb3\xe4\x87\x93\xe4\x88\x9d\xe4\x8f\x8f\xe4\xb1\xac\xe5\x90\x81\xe5\x98\x98\xe5\x99\x93\xe5\xa2\x9f\xe5\xaa\xad\xe5\xac\x83\xe5\xb9\x81\xe6\x88\x8c\xe6\x8f\x9f\xe6\x97\xb4\xe6\x99\x87\xe6\xa5\x88\xe6\xac\xa8\xe6\xad\x94\xe6\xb9\x91\xe7\x96\x9e\xe7\x9b\xb1\xe7\xaa\xa2\xe7\xb8\x83\xe7\xb9\xbb\xe8\x83\xa5\xe8\x95\xa6\xe8\x99\x97\xe8\x99\x9a\xe8\x99\x9b\xe8\x9d\x91\xe8\xa3\x87\xe8\xa8\x8f\xe8\xab\x9d\xe8\xad\x83\xe8\xb0\x9e\xe9\x91\x90\xe9\x9c\x80\xe9\xa0\x88\xe9\xa0\x8a\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa9\x89\xe9\xac\x9a\xe9\xad\x86\xe9\xad\x96\xf0\xa0\xa7\xb0\xf0\xa0\xbe\xab\xf0\xa2\x84\xbc\xf0\xa2\x96\xb3\xf0\xa2\xa8\x81\xf0\xa2\xa8\xb0\xf0\xa2\xa9\x95\xf0\xa3\x85\xa4\xf0\xa3\x9a\x8f\xf0\xa3\xb0\x83\xf0\xa4\x9a\x89\xf0\xa4\x9f\xa0\xf0\xa4\xa1\xa3\xf0\xa5\x88\x88\xf0\xa5\x95\xb0\xf0\xa5\xae\xaa\xf0\xa5\xb3\x97\xf0\xa6\x84\xbc\xf0\xa6\x85\x8f\xf0\xa6\x88\xa1\xf0\xa6\x98\xbc\xf0\xa6\xaa\xa1\xf0\xa6\xb0\xb0\xf0\xa6\xb0\xb2\xf0\xa6\xb2\xb0\xf0\xa7\x86\x9c\xf0\xa7\x99\x86\xf0\xa7\x9f\xac\xf0\xa7\xaa\xae\xf0\xa8\x82\xa0\xf0\xa8\x85\x91\xf0\xa8\x9e\xa3\xf0\xa8\xac\x97\xf0\xa8\xbc\x8b\xf0\xa9\x82\x89\xf0\xa9\x91\x95\xf0\xa9\x92\x87\xf0\xa9\x92\xa7\xf0\xa9\x93\xa3\xf0\xa9\x96\x95\xf0\xa9\xbe\x8a\xf0\xaa\x86\x9b\xf0\xaa\x99\xab]",318,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe4\x8d\xb1\xe4\xbf\x86\xe5\xbe\x90\xe8\x92\xa3\xf0\xa3\x86\x92\xf0\xa5\x85\xba\xf0\xa8\x8c\x8e]",26,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe3\x91\x94\xe3\x91\xaf\xe3\x9e\xb0\xe4\x85\xa1\xe4\x8b\xb6\xe4\x94\x93\xe4\xa7\x81\xe5\x81\xa6\xe5\x86\x94\xe5\x91\xb4\xe5\xa7\x81\xe6\x9a\x8a\xe6\xa0\xa9\xe7\x8f\x9d\xe7\x9b\xa8\xe7\xa8\xb0\xe7\xb3\x88\xe8\xa8\xb1\xe8\xa9\xa1\xe8\xae\xb8\xe8\xaf\xa9\xe9\x84\xa6\xe9\x86\x91\xf0\xa1\xb9\xb2\xf0\xa4\xb8\x80\xf0\xa5\x9a\xa9\xf0\xa6\xa0\xb7\xf0\xa7\x95\xbc\xf0\xa8\x8b\xbe\xf0\xa8\x8d\x90\xf0\xa9\x9d\x94\xf0\xa9\xa0\x8b\xf0\xa9\xb0\xa0]",111,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe3\x90\xa8\xe3\x95\x9b\xe3\x96\x85\xe3\x97\xb5\xe3\x98\xa7\xe3\x9c\x85\xe3\x9c\xbf\xe3\x9e\x8a\xe3\xb3\x9a\xe3\xb5\xb0\xe3\xb7\xa6\xe3\xba\xb7\xe4\x82\x86\xe4\x8e\x89\xe4\x98\x8f\xe4\x99\x92\xe4\x9b\x99\xe4\xa2\x95\xe4\xa3\xb1\xe4\xa3\xb4\xe4\xa6\x97\xe4\xa6\xbd\xe4\xac\x84\xe4\xb3\xb3\xe4\xbc\xb5\xe4\xbe\x90\xe5\x8b\x96\xe5\x8b\x97\xe5\x8d\xb9\xe5\x8f\x99\xe5\x96\xa3\xe5\x9e\xbf\xe5\xa3\xbb\xe5\xa9\xbf\xe5\xba\x8f\xe6\x80\xb4\xe6\x81\xa4\xe6\x85\x89\xe6\x95\x8d\xe6\x95\x98\xe6\x97\xad\xe6\x98\xab\xe6\x9c\x82\xe6\xa7\x92\xe6\xac\xb0\xe6\xae\x88\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb4\xab\xe6\xba\x86\xe6\xbc\xb5\xe6\xbd\x8a\xe7\x83\x85\xe7\x83\xbc\xe7\x85\xa6\xe7\x8d\x9d\xe7\x8f\xac\xe7\x9b\xa2\xe7\x9e\x81\xe7\x9e\xb2\xe7\xa8\xb8\xe7\xb5\xae\xe7\xb7\x92\xe7\xb7\x96\xe7\xba\x8c\xe7\xbb\xaa\xe7\xbb\xad\xe8\x81\x9f\xe8\x8a\xa7\xe8\x93\x84\xe8\x97\x87\xe8\x97\x9a\xe8\xa8\xb9\xe8\xb3\x89\xe9\x85\x97\xe9\x8a\x8a\xe9\xad\xa3\xe9\xb1\xae\xf0\xa0\x86\x90\xf0\xa0\x9c\x84\xf0\xa0\xb7\x99\xf0\xa0\xb9\x98\xf0\xa1\xa6\x81\xf0\xa1\xb1\xa3\xf0\xa3\x8a\x9e\xf0\xa3\xa2\x8a\xf0\xa3\xa8\xa4\xf0\xa3\xb8\x83\xf0\xa4\x86\x9e\xf0\xa4\x87\xb3\xf0\xa4\xa1\xb6\xf0\xa4\xac\xb1\xf0\xa4\xad\xbd\xf0\xa4\xb2\xb8\xf0\xa4\xb7\x87\xf0\xa5\x84\xb5\xf0\xa5\x86\x9b\xf0\xa5\x87\x8f\xf0\xa5\x87\xbf\xf0\xa5\x8a\x8a\xf0\xa5\x8d\x9f\xf0\xa5\x8e\x95\xf0\xa5\x8e\x97\xf0\xa6\x91\x8d\xf0\xa6\x95\x93\xf0\xa6\x9c\x83\xf0\xa6\x9d\xb3\xf0\xa6\xaf\x85\xf0\xa7\x81\x83\xf0\xa7\x86\xa1\xf0\xa7\x8a\xa5\xf0\xa7\x8f\xba\xf0\xa7\xa7\x93\xf0\xa7\xb6\x8d\xf0\xa7\xb9\xad\xf0\xa7\xb9\xb4\xf0\xa7\xbc\x91\xf0\xa8\x9c\xbf\xf0\xa8\xa3\xa6\xf0\xa8\xb4\x8e\xf0\xa8\xb5\xae\xf0\xa8\xb7\x94\xf0\xa8\xb9\x98\xf0\xa8\xbb\x8d\xf0\xa9\x8c\xae\xf0\xa9\x8c\xb2\xf0\xa9\x8d\xb3\xf0\xa9\x94\xb4\xf0\xa9\x94\xbc\xf0\xa9\xa3\x8a\xf0\xa9\xaa\x89\xf0\xa9\xbd\x86\xf0\xaa\x96\xa9\xf0\xab\x9a\x88]",460,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe7\xb6\x9a\xe8\x81\x93\xe8\x93\xbf]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xu",2,NULL,0,NULL,0}, + {"[\xe3\x93\xa9\xe3\x9d\x81\xe3\xa6\xa5\xe3\xa9\x8a\xe3\xbb\xb9\xe4\x81\x94\xe4\x86\xad\xe4\x9a\x99\xe4\x9a\xad\xe4\xb3\xa6\xe5\x84\x87\xe5\x90\x85\xe5\x96\xa7\xe5\xa1\x87\xe5\xaa\x97\xe5\xae\xa3\xe5\xbc\xb2\xe6\x84\x83\xe6\x84\x8b\xe6\x87\x81\xe6\x8f\x8e\xe6\x98\x8d\xe6\x9a\x84\xe6\xa2\x8b\xe7\x85\x8a\xe7\x91\x84\xe7\x9d\xbb\xe7\x9f\x8e\xe7\xa6\xa4\xe7\xae\xae\xe7\xb8\x87\xe7\xbf\xa7\xe7\xbf\xbe\xe8\x90\xb1\xe8\x90\xb2\xe8\x93\x92\xe8\x95\xbf\xe8\x97\xbc\xe8\x98\x90\xe8\x9d\x96\xe8\xa0\x89\xe8\xab\xa0\xe8\xab\xbc\xe8\xad\x9e\xe8\xb0\x96\xe8\xbb\x92\xe8\xbd\xa9\xe9\x8b\x97\xe9\x8d\xb9\xe9\xa7\xbd\xf0\xa1\x88\xa3\xf0\xa1\xac\xb3\xf0\xa2\x8f\xa7\xf0\xa2\x99\x82\xf0\xa2\xb0\x8a\xf0\xa4\x9f\xbf\xf0\xa6\x90\xbd\xf0\xa6\x91\x99\xf0\xa7\x91\xa9\xf0\xa7\xa4\x8e\xf0\xa7\xbe\x8e\xf0\xa9\x8b\xb1\xf0\xa9\x95\x96\xf0\xa9\x95\xaa\xf0\xa9\xa4\xa1]",212,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xu\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\x94\xaf\xe3\x98\xa3\xe3\xb3\xac\xe3\xb9\xa1\xe4\x81\xa2\xe4\x97\xa0\xe4\xae\x84\xe4\xb2\x82\xe4\xb2\xbb\xe5\xab\x99\xe6\x82\xac\xe6\x87\xb8\xe6\x97\x8b\xe6\x9a\xb6\xe6\xaa\x88\xe6\xbc\xa9\xe7\x8e\x84\xe7\x8e\xb9\xe7\x90\x81\xe7\x92\x87\xe7\x92\xbf\xe7\x97\x83\xe8\x9c\x81\xf0\xa0\x97\xbb\xf0\xa0\xa3\x96\xf0\xa0\xa5\x9e\xf0\xa1\x88\xb4\xf0\xa1\xbe\xa5\xf0\xa3\x9f\xb3\xf0\xa7\x89\x8e\xf0\xa7\x90\x97\xf0\xa7\x94\xa4\xf0\xa7\x9c\xbd\xf0\xa7\x9f\xa8\xf0\xa9\x99\xa2]",119,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xu\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe3\x94\xb5\xe3\xa7\x8b\xe3\xbe\x8c\xe4\xa0\xa3\xe5\x92\xba\xe6\x99\x85\xe7\x83\x9c\xe7\x99\xa3\xe7\x99\xac\xe9\x80\x89\xe9\x81\xb8\xe9\xa1\x88\xf0\xa2\x88\x8b\xf0\xa3\x89\x96\xf0\xa3\x8e\x93\xf0\xa5\xa5\xbe\xf0\xa5\xb6\xb7\xf0\xa6\x8c\x94\xf0\xa7\xa1\x9a\xf0\xa7\xa1\xa2\xf0\xa9\x98\x92]",74,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xu\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\xa7\xa6\xe3\xaf\x80\xe3\xb3\x99\xe4\x80\x8f\xe4\x83\xa0\xe4\x8d\x97\xe4\x8d\xbb\xe4\x9d\xae\xe4\xa7\x8e\xe4\xa9\x99\xe4\xa9\xb0\xe6\x80\xb0\xe6\x98\xa1\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xb3\xab\xe6\xb8\xb2\xe7\x82\xab\xe7\x90\x84\xe7\x9c\xa9\xe7\x9c\xb4\xe7\xa2\xb9\xe7\xb5\xa2\xe7\xb8\xbc\xe7\xb9\x8f\xe7\xbb\x9a\xe8\x94\x99\xe8\xa1\x92\xe8\xa2\xa8\xe8\xae\x82\xe8\xb4\x99\xe9\x89\x89\xe9\x8f\x87\xe9\x93\x89\xe9\x95\x9f\xe9\x9e\x99\xe9\xa2\xb4\xf0\xa0\xb5\xb7\xf0\xa2\x82\x84\xf0\xa2\xb3\x84\xf0\xa4\x82\xbf\xf0\xa5\x8c\xad\xf0\xa6\x88\x9d\xf0\xa6\x9b\x94\xf0\xa7\xbe\x86\xf0\xa8\x81\x81\xf0\xa8\x8a\xbc\xf0\xa8\xb9\x86\xf0\xa9\x83\x9a\xf0\xa9\x89\xa5\xf0\xa9\x8b\xa2\xf0\xa9\x8b\xab\xf0\xa9\x91\xb9\xf0\xaa\x8d\xa7]",181,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xu\xc3\xa0n",5,NULL,0,NULL,0}, + {"\xe9\xb0\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xuan",4,NULL,0,NULL,0}, + {"[\xe3\x97\xbe\xe3\xbb\xa1\xe5\x89\x8a\xe7\x96\xb6\xe8\x92\x86\xe8\x96\x9b\xe8\xbe\xa5\xe8\xbe\xaa\xe9\x9d\xb4\xe9\x9e\xbe\xf0\xa2\xaa\x8e\xf0\xa5\x84\x92\xf0\xaa\x83\x85]",44,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xu\xc4\x93",4,NULL,0,NULL,0}, + {"[\xe3\x96\xb8\xe3\xb0\x92\xe3\xb6\x85\xe3\xbf\xb1\xe4\x8b\x89\xe4\xb1\x91\xe4\xb9\xb4\xe5\xa3\x86\xe5\xad\xa6\xe5\xad\xb8\xe5\xb2\xa4\xe5\xb3\x83\xe5\xb6\xa8\xe6\x96\x88\xe6\xb3\xb6\xe6\xbe\xa9\xe7\x87\xa2\xe7\xa9\xb4\xe8\x8c\x93\xe8\xa2\x95\xe8\xa7\xb7\xe8\xb8\x85\xe9\x9b\xa4\xe9\xb7\xbd\xe9\xb8\xb4\xf0\xa2\xaf\xb3\xf0\xa2\xbc\xba\xf0\xa5\x80\xa3\xf0\xa6\xa5\xaf\xf0\xa7\x89\xa2\xf0\xa7\xb8\x97]",101,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xu\xc3\xa9",4,NULL,0,NULL,0}, + {"[\xe4\xa8\xae\xe9\x9b\xaa\xe9\xb1\x88\xe9\xb3\x95]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xu\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe3\x95\xb0\xe3\x9e\xbd\xe4\x86\x9d\xe4\x86\xb7\xe4\x8e\x80\xe4\x92\xb8\xe4\x9b\x8e\xe4\xa4\x95\xe4\xa6\x91\xe4\xab\xbc\xe4\xac\x82\xe4\xad\xa5\xe5\x90\xb7\xe5\x9d\xb9\xe6\xa1\x96\xe7\x80\xa5\xe7\x8b\x98\xe8\xa1\x80\xe8\xac\x94\xe8\xb0\x91\xe8\xb6\x90\xf0\xa3\xa7\x8c\xf0\xa3\xa7\xa1\xf0\xa3\xa7\xb5\xf0\xa3\xaa\xa8\xf0\xa3\xba\xad\xf0\xa4\x80\xb0\xf0\xa5\x84\x8e\xf0\xa5\x84\xb4\xf0\xa5\x85\xa7\xf0\xa6\x90\x8d\xf0\xa6\xb0\xbe\xf0\xa7\x94\x97\xf0\xa7\xae\x9e\xf0\xa8\x91\xa3\xf0\xa8\xad\x81\xf0\xa9\x8c\x8a\xf0\xa9\x96\xb1\xf0\xa9\x96\xb6]",137,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xu\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe6\xa8\xb0\xe8\x86\xa4\xe8\x89\x9d\xe8\xbd\x8c]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xue",3,NULL,0,NULL,0}, + {"[\xe4\x97\xbc\xe4\xa0\x9d\xe4\xb5\xab\xe5\x8b\x8b\xe5\x8b\x9b\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x9d\x83\xe5\x9f\x99\xe5\xa1\xa4\xe5\xa3\x8e\xe5\xa3\xa6\xe6\x9b\x9b\xe7\x84\x84\xe7\x86\x8f\xe7\x87\xbb\xe7\x8d\xaf\xe7\x9f\x84\xe7\xaa\xa8\xe7\xba\x81\xe8\x87\x90\xe8\x94\x92\xe8\x96\xab\xe8\x96\xb0\xe8\x98\x8d\xe9\x86\xba\xe9\xa7\xa8\xf0\xa1\x91\x8e\xf0\xa1\xba\x95\xf0\xa4\x91\x95\xf0\xa6\x98\xb6\xf0\xa7\xb0\xa3\xf0\xa9\xaa\xb1\xf0\xab\x84\xb8]",111,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc5\xabn",4,NULL,0,NULL,0}, + {"[\xe3\x96\x8a\xe3\x9c\x84\xe3\xa1\x84\xe3\xa8\x9a\xe3\xb0\xac\xe3\xb5\x8c\xe3\xbd\xa6\xe4\x8b\xb8\xe4\x96\xb2\xe4\x98\xa9\xe4\x99\x89\xe5\x81\xb1\xe5\x99\x9a\xe5\xaf\xbb\xe5\xb0\x8b\xe5\xb3\x8b\xe5\xb7\xa1\xe5\xbb\xb5\xe5\xbe\xaa\xe6\x81\x82\xe6\x8f\x97\xe6\x94\xb3\xe6\x97\xac\xe6\x9d\x8a\xe6\xa0\x92\xe6\xa1\xaa\xe6\xa7\x86\xe6\xa8\xb3\xe6\xaf\xa5\xe6\xb4\xb5\xe6\xb5\x94\xe6\xbd\x83\xe6\xbd\xaf\xe7\x81\xa5\xe7\x87\x96\xe7\x8f\xa3\xe7\x92\x95\xe7\x95\x83\xe7\xb4\x83\xe8\x8d\x80\xe8\x8d\xa8\xe8\x9f\xb3\xe8\xa9\xa2\xe8\xaf\xa2\xe9\x84\xa9\xe9\xa6\xb4\xe9\xa9\xaf\xe9\xb1\x8f\xe9\xb1\x98\xe9\xb2\x9f\xf0\xa3\x8c\xa8\xf0\xa3\x96\xbc\xf0\xa4\x83\xba\xf0\xa4\x9b\xa7\xf0\xa4\xbf\x9f\xf0\xa5\x92\x98\xf0\xa5\x99\xa3\xf0\xa5\xb3\x8d\xf0\xa5\xbe\xa1\xf0\xa6\x85\x80\xf0\xa6\x85\x91\xf0\xa6\xa0\x85\xf0\xa6\xb3\xa3\xf0\xa7\xbe\x9d\xf0\xa7\xbe\xa0\xf0\xa7\xbe\xa9\xf0\xa8\x80\xb4\xf0\xa8\xbc\x94\xf0\xa9\x96\xb0\xf0\xaa\x80\xa0\xf0\xaa\x80\xbd]",236,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc3\xban",4,NULL,0,NULL,0}, + {"[\xe3\xa2\xb2\xe4\x9b\x9c\xe4\x9e\x8a\xe4\xad\x80\xe4\xbc\xa8\xe4\xbe\x9a\xe5\x8d\x82\xe5\x99\x80\xe5\xa5\x9e\xe5\xb7\xba\xe5\xb7\xbd\xe5\xbe\x87\xe6\x84\xbb\xe6\xae\x89\xe6\xae\xbe\xe6\xb1\x9b\xe6\xbd\xa0\xe7\x88\x8b\xe7\x8b\xa5\xe7\xa8\x84\xe8\x95\x88\xe8\xa8\x8a\xe8\xa8\x93\xe8\xa8\x99\xe8\xae\xad\xe8\xae\xaf\xe8\xb3\x90\xe8\xbf\x85\xe8\xbf\xbf\xe9\x80\x8a\xe9\x81\x9c\xe9\x91\x82\xe9\xa1\xa8\xe9\xb5\x95\xf0\xa0\x8a\xab\xf0\xa0\xb9\x80\xf0\xa1\xbf\xbc\xf0\xa2\x8f\xa4\xf0\xa3\xb9\xaf\xf0\xa6\xab\xaf\xf0\xa7\xa5\xbf\xf0\xa7\xb8\xa9\xf0\xa8\xba\xae\xf0\xa9\x8a\xbb\xf0\xa9\xa0\x87\xf0\xa9\xb7\xb0\xf0\xa9\xbe\x84\xf0\xa9\xbe\xa7\xf0\xaa\x87\x91]",164,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc3\xb9n",4,NULL,0,NULL,0}, + {"\xe5\x9a\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xun",3,NULL,0,NULL,0}, + {"[\xe3\x9d\x9e\xe3\xb3\x8c\xe3\xbe\x8e\xe4\x83\x81\xe4\x86\x98\xe4\xb8\xab\xe5\x8e\x8b\xe5\x90\x96\xe5\x9c\xa7\xe5\x9e\xad\xe5\x9f\xa1\xe5\xa3\x93\xe5\xad\xb2\xe5\xba\x98\xe6\x8a\xbc\xe6\x9e\x92\xe6\xa1\xa0\xe6\xa4\x8f\xe9\x8c\x8f\xe9\x90\x9a\xe9\xb4\x89\xe9\xb4\xa8\xe9\xb5\xb6\xe9\xb8\xa6\xe9\xb8\xad\xf0\xa0\x8b\x97\xf0\xa0\x9c\xb2\xf0\xa3\x8f\x8e\xf0\xa4\xb5\xad\xf0\xa5\x87\xa0\xf0\xa8\xa8\x99\xf0\xa8\xb8\xba\xf0\xa9\xad\xaf\xf0\xa9\xbf\x94]",113,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe3\xa7\x8e\xe4\x84\xb0\xe4\xbc\xa2\xe5\x8e\x91\xe5\x8e\x93\xe5\xa0\x90\xe5\xb2\x88\xe5\xb4\x95\xe5\xb4\x96\xe6\xb6\xaf\xe6\xbc\x84\xe7\x89\x99\xe7\x8c\x9a\xe7\x8e\xa1\xe7\x90\x8a\xe7\x91\x98\xe7\x9d\x9a\xe7\xac\x8c\xe8\x8a\xbd\xe8\x9a\x9c\xe8\xa1\x99\xe9\xbd\x96\xf0\xa4\x98\x85\xf0\xa4\x98\x86\xf0\xa7\x93\xaa\xf0\xa7\xac\xac\xf0\xa8\x96\xad\xf0\xa9\x83\x90\xf0\xaa\x97\xb9\xf0\xaa\x98\xb2]",100,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xa1",3,NULL,0,NULL,0}, + {"[\xe3\xbf\xbf\xe4\xaa\xb5\xe5\x8e\x8a\xe5\x93\x91\xe5\x94\x96\xe5\x95\x9e\xe5\xba\x8c\xe7\x97\x96\xe7\x98\x82\xe8\x95\xa5\xe9\x9b\x85\xf0\xa4\xb4\x93\xf0\xa4\xb9\x8e\xf0\xa7\xa7\x9d\xf0\xa8\x81\xb6]",51,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe3\xb0\xb3\xe4\x85\x89\xe4\x9d\x9f\xe4\xa2\x9d\xe4\xa6\xaa\xe4\xb0\xb2\xe4\xba\x9a\xe4\xba\x9c\xe4\xba\x9e\xe4\xbf\xb9\xe5\x8a\x9c\xe5\x9c\x94\xe5\x9c\xa0\xe5\xa8\x85\xe5\xa9\xad\xe6\x8c\x9c\xe6\x8e\x97\xe6\x8f\xa0\xe6\xb0\xa9\xe6\xb0\xac\xe7\x8a\xbd\xe7\x8c\xb0\xe7\xa0\x91\xe7\xa8\x8f\xe7\xaa\xab\xe8\x81\x90\xe8\xa5\xbe\xe8\xa8\x9d\xe8\xae\xb6\xe8\xbb\x8b\xe8\xbd\xa7\xe8\xbf\x93\xe9\x93\x94\xe9\xbd\xbe\xf0\xa0\x84\xae\xf0\xa0\xae\x9c\xf0\xa0\xb5\xa3\xf0\xa1\x87\xbc\xf0\xa1\xb4\xad\xf0\xa1\xb6\xa6\xf0\xa1\xb7\xbb\xf0\xa1\xb8\x97\xf0\xa1\xb9\x84\xf0\xa2\x9b\x84\xf0\xa2\x9b\x9f\xf0\xa2\xae\x8a\xf0\xa3\x89\xa9\xf0\xa5\x8f\x9d\xf0\xa5\x90\x95\xf0\xa5\x92\xa7\xf0\xa6\x89\x9f\xf0\xa6\x89\xa7\xf0\xa6\x9c\x96\xf0\xa7\x88\x9d\xf0\xa8\x93\xb4\xf0\xa9\xa8\xa0\xf0\xa9\xae\x9d\xf0\xaa\x86\xb0]",200,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xa0",3,NULL,0,NULL,0}, + {"[\xe2\xba\x82\xe2\xba\x84\xe4\xb9\x9b\xe5\x91\x80]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"[\xe3\x96\xb6\xe3\xa4\xbf\xe3\xae\x92\xe3\xb8\xb6\xe4\x85\xa7\xe4\x8a\x99\xe4\x91\x8d\xe4\x97\x8e\xe4\x9e\x9b\xe5\x81\xa3\xe5\x89\xa6\xe5\x95\xb1\xe5\xab\xa3\xe5\xac\xae\xe5\xb4\xa6\xe6\x81\xb9\xe6\x87\x95\xe6\x87\xa8\xe6\xb7\x8a\xe6\xb7\xb9\xe6\xb9\xae\xe6\xbc\xb9\xe7\x83\x9f\xe7\x84\x89\xe7\x84\x91\xe7\x85\x99\xe7\x8c\x92\xe7\x8f\x9a\xe7\xa1\xbd\xe7\xaf\xb6\xe8\x83\xad\xe8\x85\x8c\xe8\x87\x99\xe8\x8f\xb8\xe9\x84\xa2\xe9\x86\x83\xe9\x96\xb9\xe9\x98\x89\xe9\xbb\xab\xf0\xa0\x9b\xad\xf0\xa0\x9d\xa2\xf0\xa2\xa4\x8d\xf0\xa3\xa9\x99\xf0\xa4\x8e\x84\xf0\xa4\x9f\x9f\xf0\xa4\xa1\x96\xf0\xa5\xb7\x80\xf0\xa6\x8e\xa3\xf0\xa6\x8f\xa5\xf0\xa6\x9b\x9e\xf0\xa6\x9d\xaa\xf0\xa7\xb9\xac\xf0\xa7\xba\x85\xf0\xa8\xa3\xbb\xf0\xa8\xbd\x91\xf0\xa9\x88\xaf\xf0\xa9\xa3\xb2]",191,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc4\x81n",4,NULL,0,NULL,0}, + {"[\xe2\xbb\x88\xe3\x97\xb4\xe3\x98\x96\xe3\x98\x99\xe3\x9d\x9a\xe3\xab\x9f\xe3\xb3\x82\xe3\xb6\x84\xe3\xba\x82\xe3\xbf\x95\xe3\xbf\xbc\xe4\x80\x8b\xe4\x80\xbd\xe4\x82\xb4\xe4\x87\xbe\xe4\x89\xb7\xe4\x93\x82\xe4\x96\x97\xe4\x97\xa1\xe4\xa2\xa5\xe4\xa6\xb2\xe4\xab\xa1\xe4\xb8\xa5\xe5\x8e\xb3\xe5\x9a\xb4\xe5\xa1\xa9\xe5\xa3\x9b\xe5\xa3\xa7\xe5\xa6\x8d\xe5\xa7\xb8\xe5\xa8\xab\xe5\xa8\xae\xe5\xad\x8d\xe5\xb2\xa9\xe5\xb5\x92\xe5\xb5\x93\xe5\xb7\x8c\xe5\xb7\x96\xe5\xb7\x97\xe5\xbb\xb6\xe6\x8f\x85\xe6\x98\x96\xe6\xa5\x8c\xe6\xaa\x90\xe6\xab\xa9\xe6\xb2\xbf\xe6\xb9\xba\xe7\x82\x8e\xe7\x8b\xbf\xe7\x90\x82\xe7\x9b\x90\xe7\xa0\x94\xe7\xa1\x8f\xe7\xa2\x9e\xe7\xa4\xb9\xe7\xad\xb5\xe7\xb0\xb7\xe7\xb6\x96\xe8\x8a\xab\xe8\x8e\x9a\xe8\x94\x85\xe8\x99\xa4\xe8\x9c\x92\xe8\xa8\x80\xe8\xa8\x81\xe8\xa9\xbd\xe8\xae\xa0\xe9\x83\x94\xe9\x96\x86\xe9\x96\xbb\xe9\x98\x8e\xe9\xa1\x8f\xe9\xa1\x94\xe9\xa2\x9c\xe9\xb9\xbd\xe9\xba\xa3\xe9\xbb\xac\xf0\xa0\x98\xa5\xf0\xa0\xb0\x96\xf0\xa1\xa3\xbd\xf0\xa2\x89\x98\xf0\xa2\x8c\xa8\xf0\xa3\xa1\x9e\xf0\xa3\xa1\xb6\xf0\xa3\xa5\xa1\xf0\xa3\xad\xbb\xf0\xa3\xbc\x9e\xf0\xa4\x85\xb8\xf0\xa4\x96\x9d\xf0\xa4\xa1\xa5\xf0\xa4\xa2\x8b\xf0\xa4\xaf\x90\xf0\xa4\xb2\xa9\xf0\xa5\x95\xbc\xf0\xa5\xa4\x9f\xf0\xa5\xb4\xbf\xf0\xa5\xb6\xbf\xf0\xa6\x8c\x9a\xf0\xa6\x9b\xa3\xf0\xa6\xab\xa4\xf0\xa7\x87\xb1\xf0\xa7\x8d\xa2\xf0\xa7\x8e\x98\xf0\xa7\xac\x8c\xf0\xa7\xb4\xa3\xf0\xa7\xbb\x83\xf0\xa8\xa1\x84\xf0\xa8\xa4\x8e\xf0\xa8\xb7\xbd\xf0\xa8\xb8\xae\xf0\xa9\xa9\x84\xf0\xa9\xa9\xb4\xf0\xaa\x82\x88]",377,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xa1n",4,NULL,0,NULL,0}, + {"[\xe3\x95\xa3\xe3\x9a\xa7\xe3\xa2\x82\xe3\xab\x83\xe3\xad\xba\xe4\x81\x99\xe4\x84\x8b\xe4\x8c\xaa\xe4\x8d\xbe\xe4\x8e\xa6\xe4\x97\xba\xe4\xa3\x8d\xe4\xa4\xb7\xe4\xb2\x93\xe4\xb6\xae\xe4\xb9\xb5\xe4\xbf\xa8\xe5\x81\x83\xe5\x84\xbc\xe5\x85\x96\xe5\x85\x97\xe5\x8c\xbd\xe5\x8e\xa3\xe5\x8e\xb4\xe5\x99\x9e\xe5\xa4\xb5\xe5\xa5\x84\xe5\xb5\x83\xe5\xb6\x96\xe5\xb7\x98\xe5\xb7\x9a\xe5\xbc\x87\xe6\x84\x9d\xe6\x88\xad\xe6\x89\x8a\xe6\x8a\x81\xe6\x8e\xa9\xe6\x8f\x9c\xe6\x9b\xae\xe6\xa3\xaa\xe6\xa4\xbc\xe6\xaa\xbf\xe6\xb2\x87\xe6\xb8\xb0\xe6\xb8\xb7\xe6\xbc\x94\xe7\x90\xb0\xe7\x94\x97\xe7\x9c\xbc\xe7\xb8\xaf\xe7\xbd\xa8\xe8\x90\x92\xe8\x9d\x98\xe8\xa1\x8d\xe8\xa3\xba\xe8\xa4\x97\xe8\xba\xbd\xe9\x81\x83\xe9\x83\xbe\xe9\x85\x93\xe9\x9a\x92\xe9\xa1\xa9\xe9\xa8\x93\xe9\xad\x87\xe9\xad\x98\xe9\xb0\x8b\xe9\xb6\xa0\xe9\xbb\xa1\xe9\xbb\xa4\xe9\xbb\xad\xe9\xbb\xb6\xe9\xbc\xb4\xe9\xbc\xb9\xe9\xbd\x9e\xe9\xbd\xb4\xe9\xbe\x91\xf0\xa0\x86\xb2\xf0\xa0\x8d\x9b\xf0\xa0\xbb\xa4\xf0\xa1\x99\xb6\xf0\xa1\xb9\xb6\xf0\xa2\x85\xa0\xf0\xa2\x87\x98\xf0\xa2\x88\x82\xf0\xa2\xaf\xbc\xf0\xa2\xb8\xb4\xf0\xa2\xbe\x91\xf0\xa3\x83\xa7\xf0\xa3\x83\xb3\xf0\xa3\x84\x89\xf0\xa3\x84\x91\xf0\xa3\x9d\x8e\xf0\xa3\xbc\xa0\xf0\xa4\x82\xa0\xf0\xa4\x97\x8e\xf0\xa4\x9f\x87\xf0\xa4\xab\xa3\xf0\xa4\xaf\x87\xf0\xa4\xb8\xb9\xf0\xa5\x80\xac\xf0\xa5\x83\xbf\xf0\xa5\x8d\xbb\xf0\xa5\x9c\x92\xf0\xa5\xa3\x98\xf0\xa5\xa4\xb4\xf0\xa5\xaf\x83\xf0\xa6\x81\x99\xf0\xa6\x8f\xb9\xf0\xa6\x96\x88\xf0\xa6\xa7\xa1\xf0\xa7\x8a\x94\xf0\xa7\x9e\xa3\xf0\xa7\xa0\xa6\xf0\xa7\xa5\x9c\xf0\xa7\xbd\x89\xf0\xa7\xbd\x9e\xf0\xa7\xbe\xa4\xf0\xa8\x80\x85\xf0\xa8\x81\xb9\xf0\xa8\x82\xaa\xf0\xa8\x83\xb0\xf0\xa8\x92\x84\xf0\xa8\x9f\xb9\xf0\xa8\xa0\xad\xf0\xa8\xba\xa5\xf0\xa9\x97\xb7\xf0\xa9\xbb\x96\xf0\xaa\x92\x9d\xf0\xaa\x92\xa0\xf0\xaa\x97\x99\xf0\xaa\x97\xa4]",450,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\x9b\xaa\xe3\xa2\x9b\xe3\xa6\x94\xe3\xac\xab\xe3\xb0\xbd\xe3\xb7\x94\xe3\xb7\xb3\xe3\xb7\xbc\xe4\x82\xa9\xe4\x9b\xb3\xe4\x9c\xa9\xe4\x9e\x81\xe4\xa2\xad\xe4\xa8\x84\xe4\xb3\x9b\xe4\xb3\xa1\xe4\xb3\xba\xe4\xb4\x8f\xe4\xb6\xab\xe5\x81\x90\xe5\x82\xbf\xe5\x8e\x8c\xe5\x8e\xad\xe5\x92\xbd\xe5\x94\x81\xe5\x96\xad\xe5\x9a\xa5\xe5\xa0\xb0\xe5\xa2\x95\xe5\xa6\x9f\xe5\xa7\xb2\xe5\xac\x8a\xe5\xac\xbf\xe5\xae\xb4\xe5\xbd\xa5\xe5\xbd\xa6\xe6\x95\xa5\xe6\x99\x8f\xe6\x9a\xa5\xe6\x9b\x95\xe6\x9b\xa3\xe6\xa4\xbb\xe6\xba\x8e\xe6\xbb\x9f\xe7\x81\x8e\xe7\x81\x94\xe7\x81\xa7\xe7\x81\xa9\xe7\x83\xbb\xe7\x84\x94\xe7\x84\xb0\xe7\x84\xb1\xe7\x87\x84\xe7\x87\x95\xe7\x88\x93\xe7\x89\xaa\xe7\xa0\x9a\xe7\xa1\xaf\xe8\x89\xb3\xe8\x89\xb6\xe8\x89\xb7\xe8\x91\x95\xe8\xa6\x8e\xe8\xa7\x83\xe8\xa7\xbe\xe8\xab\xba\xe8\xae\x8c\xe8\xae\x9e\xe8\xb0\x9a\xe8\xb0\xb3\xe8\xb1\x93\xe8\xb1\x94\xe8\xb4\x8b\xe8\xb4\x97\xe8\xb5\x9d\xe9\x85\x80\xe9\x85\xbd\xe9\x86\xb6\xe9\x86\xbc\xe9\x87\x85\xe9\x97\xab\xe9\x9a\x81\xe9\x9b\x81\xe9\xa4\x8d\xe9\xa5\x9c\xe9\xa8\x90\xe9\xa8\xb4\xe9\xa9\x97\xe9\xa9\xa0\xe9\xaa\x8c\xe9\xac\xb3\xe9\xb3\xab\xe9\xb4\x88\xe9\xb4\xb3\xe9\xb7\x83\xe9\xb7\xb0\xf0\xa1\x9a\x87\xf0\xa2\x87\x88\xf0\xa2\x94\x82\xf0\xa2\x9c\xb0\xf0\xa3\x83\xbe\xf0\xa3\x84\x9d\xf0\xa3\xa1\x95\xf0\xa4\x85\x8a\xf0\xa4\x9c\xb5\xf0\xa4\xac\x9d\xf0\xa6\x81\x8f\xf0\xa6\x91\x8e\xf0\xa6\x96\xa7\xf0\xa7\xa9\x85\xf0\xa8\x81\x8d\xf0\xa8\xa1\x8e\xf0\xa8\xa1\xa3\xf0\xa8\xaa\xb6\xf0\xa8\xb4\xa3\xf0\xa8\xb6\x81\xf0\xa8\xbb\x82\xf0\xa8\xbb\xb3\xf0\xa9\x83\x80\xf0\xa9\x92\x96\xf0\xa9\x9c\xbd\xf0\xa9\xa9\xb6\xf0\xa9\xaa\xb4\xf0\xa9\xb3\xa2\xf0\xa9\xb8\x9e\xf0\xaa\x81\xa1\xf0\xaa\x91\x88\xf0\xaa\x99\x8a]",418,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xa0n",4,NULL,0,NULL,0}, + {"[\xe6\xa8\xae\xe6\xac\x95\xe7\x86\x96\xe8\xbb\x85]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yan",3,NULL,0,NULL,0}, + {"[\xe3\x92\x95\xe4\xb1\x80\xe5\x92\x89\xe5\xa4\xae\xe5\xa7\x8e\xe6\x8a\xb0\xe6\xae\x83\xe6\xb3\xb1\xe7\x9c\x8f\xe7\xa7\xa7\xe8\x83\xa6\xe9\x89\xa0\xe9\x9b\xb5\xe9\x9e\x85\xe9\xb4\xa6\xe9\xb8\xaf\xf0\xa0\xae\xb4\xf0\xa3\x90\xab\xf0\xa4\xa2\x90\xf0\xa4\xb8\xa1\xf0\xa5\x83\xbd\xf0\xa6\xb4\x8a\xf0\xa7\xb2\xb1\xf0\xa9\xb2\xb4\xf0\xaa\x93\x9b\xf0\xaa\x9a\xbb]",90,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe3\x9f\x85\xe3\xa6\xb9\xe3\xac\x95\xe4\x81\x91\xe4\x96\xb9\xe4\xac\x97\xe4\xbd\xaf\xe5\x8a\xb7\xe5\x9e\x9f\xe5\xb4\xb5\xe5\xb4\xb8\xe5\xbe\x89\xe6\x89\xac\xe6\x8f\x9a\xe6\x95\xad\xe6\x97\xb8\xe6\x98\x9c\xe6\x9a\x98\xe6\x9d\xa8\xe6\xa5\x8a\xe6\xb0\x9c\xe6\xb4\x8b\xe7\x82\x80\xe7\x83\x8a\xe7\x85\xac\xe7\x8f\x9c\xe7\x96\xa1\xe7\x98\x8d\xe7\x9c\xbb\xe7\xa6\x93\xe7\xbe\x8a\xe7\xbe\x8f\xe8\x9b\x98\xe8\xab\xb9\xe8\xbc\xb0\xe9\x8d\x9a\xe9\x90\x8a\xe9\x92\x96\xe9\x98\xa6\xe9\x98\xb3\xe9\x99\xbd\xe9\x9c\xb7\xe9\xa2\xba\xe9\xa3\x8f\xe9\xb0\x91\xe9\xb4\xb9\xe9\xb8\x89\xf0\xa1\xa9\xb6\xf0\xa1\xb9\x95\xf0\xa2\x8f\x99\xf0\xa2\xbd\x95\xf0\xa3\x89\x9a\xf0\xa4\x9e\xa2\xf0\xa4\xa2\xae\xf0\xa5\x82\xb8\xf0\xa5\x92\x9e\xf0\xa5\xac\xb4\xf0\xa5\xb3\x9c\xf0\xa6\x8d\x95\xf0\xa6\x8d\xb9\xf0\xa6\xad\xb5\xf0\xa6\xbc\xb4\xf0\xa8\x8b\xbd\xf0\xa8\x92\xab\xf0\xa9\x8b\xac\xf0\xa9\xa4\x9f\xf0\xa9\xb4\xa8\xf0\xaa\x95\xab]",227,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xa1ng",5,NULL,0,NULL,0}, + {"[\xe3\x94\xa6\xe4\x8d\xa9\xe4\x91\x86\xe4\x92\x8b\xe4\xbb\xb0\xe4\xbd\x92\xe5\x82\x9f\xe5\x85\xbb\xe5\x9d\xb1\xe5\xb2\x9f\xe6\x85\x83\xe6\x87\xa9\xe6\x94\x81\xe6\x9f\x8d\xe6\xa5\xa7\xe6\xb0\xa7\xe6\xb0\xb1\xe7\x82\xb4\xe7\x97\x92\xe7\x99\xa2\xe7\xb4\xbb\xe8\x9d\x86\xe8\xbb\xae\xe9\xa4\x8a\xe9\xa7\x9a\xf0\xa0\xa2\xb4\xf0\xa3\x83\x9d\xf0\xa6\x8f\xb1\xf0\xa6\xaf\x92\xf0\xa7\x93\xb2\xf0\xa7\xb5\x8c\xf0\xa8\xb1\x9d\xf0\xa9\x8a\x91\xf0\xa9\xa7\xab]",113,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe3\xa8\xbe\xe3\xba\x8a\xe3\xbf\xae\xe4\xac\xba\xe4\xad\x90\xe4\xb5\xae\xe6\x80\x8f\xe6\x81\x99\xe6\xa0\xb7\xe6\xa7\x98\xe6\xa8\xa3\xe6\xbc\xbe\xe7\x80\x81\xe7\xbe\x95\xe8\xa9\x87\xf0\xa0\x8d\xb5\xf0\xa1\xa0\x98\xf0\xa1\xa1\x82\xf0\xa2\x9f\xa3\xf0\xa2\xb5\x87\xf0\xa3\x97\xb9\xf0\xa5\xa0\x9c\xf0\xa5\xa5\xb5\xf0\xa7\xa5\xb4\xf0\xa7\xab\x9b\xf0\xa8\x8b\x95\xf0\xa8\x8e\x94\xf0\xa8\x96\x8c]",99,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xa0ng",5,NULL,0,NULL,0}, + {"[\xe5\xa5\x8d\xe7\xa4\xa2\xe7\xbe\xaa]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yang",4,NULL,0,NULL,0}, + {"[\xe2\xba\x93\xe3\x99\x98\xe4\x8c\x81\xe4\x99\x85\xe4\x9b\x82\xe4\xb3\xa9\xe5\x90\x86\xe5\x96\x93\xe5\xa4\xad\xe5\xa6\x96\xe5\xb9\xba\xe6\x9e\x96\xe6\xa5\x86\xe6\xae\x80\xe7\xa5\x85\xe8\x85\xb0\xe8\x91\xbd\xe8\xa8\x9e\xe9\x82\x80\xe9\xb4\x81\xf0\xa0\x95\xbb\xf0\xa0\xa3\x91\xf0\xa1\x86\xa9\xf0\xa1\x9d\xa9\xf0\xa1\xa2\xb9\xf0\xa1\xa3\xa0\xf0\xa2\x86\xb7\xf0\xa2\x86\xbd\xf0\xa3\xa8\x98\xf0\xa5\xb9\xb1\xf0\xa6\x94\xb7\xf0\xa7\x8d\x94\xf0\xa7\xb7\x8b\xf0\xa8\x93\xb3\xf0\xa9\x91\x97\xf0\xa9\x9c\xb8]",126,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc4\x81o",4,NULL,0,NULL,0}, + {"[\xe3\x91\xb8\xe3\x91\xbe\xe3\xa8\xb1\xe4\x82\x9a\xe4\x86\x99\xe4\x8b\x82\xe4\x8c\x8a\xe4\x8c\x9b\xe4\x94\x84\xe4\x96\xb4\xe4\x9a\xba\xe4\x9a\xbb\xe4\xa0\x9b\xe4\xa2\xa3\xe4\xac\x99\xe5\x80\x84\xe5\x82\x9c\xe5\x97\x82\xe5\x9e\x9a\xe5\xa0\xaf\xe5\xa7\x9a\xe5\xaa\xb1\xe5\xb0\xa7\xe5\xb0\xad\xe5\xb3\xa3\xe5\xb6\xa2\xe5\xb6\xa4\xe5\xbe\xad\xe6\x84\xae\xe6\x8f\xba\xe6\x90\x96\xe6\x91\x87\xe6\x9a\x9a\xe6\xa6\xa3\xe7\x83\x91\xe7\x88\xbb\xe7\x8c\xba\xe7\x8f\xa7\xe7\x91\xa4\xe7\x91\xb6\xe7\xaa\x91\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xb9\x87\xe8\x82\xb4\xe8\x98\xa8\xe8\xac\xa0\xe8\xac\xa1\xe8\xb0\xa3\xe8\xbb\xba\xe8\xbd\xba\xe9\x81\x99\xe9\x81\xa5\xe9\x82\x8e\xe9\x8a\x9a\xe9\x8e\x90\xe9\xa1\xa4\xe9\xa2\xbb\xe9\xa3\x96\xe9\xa4\x86\xe9\xa4\x9a\xe9\xb0\xa9\xe9\xb3\x90\xf0\xa0\x8c\xa0\xf0\xa0\x8f\x88\xf0\xa0\x91\x90\xf0\xa1\x94\x9c\xf0\xa1\x9d\x9b\xf0\xa1\xa9\xb8\xf0\xa1\xba\xaf\xf0\xa2\x88\x86\xf0\xa2\x8a\x99\xf0\xa2\x8b\x87\xf0\xa2\x91\x88\xf0\xa3\xa3\xb3\xf0\xa4\x9a\xad\xf0\xa4\xab\xba\xf0\xa4\xac\x94\xf0\xa4\xac\x96\xf0\xa6\x86\xb8\xf0\xa6\xbe\xba\xf0\xa6\xbe\xbe\xf0\xa7\x84\x8e\xf0\xa7\xa4\xae\xf0\xa7\xbd\x8e\xf0\xa8\x8d\xb3\xf0\xa8\x98\x94\xf0\xa8\xb9\x8b\xf0\xa9\x8b\x83\xf0\xa9\xa5\xa3\xf0\xa9\xb2\xbb\xf0\xa9\xbf\x95]",307,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xa1o",4,NULL,0,NULL,0}, + {"[\xe3\x9d\x94\xe3\x9f\xb1\xe3\xa2\x93\xe3\xab\x8f\xe3\xab\x90\xe3\xb4\xad\xe3\xb9\x93\xe4\x81\x8f\xe4\x81\x98\xe4\x86\x97\xe4\x86\x9e\xe4\xaf\x9a\xe4\xb4\xa0\xe4\xb6\xa7\xe4\xbb\xb8\xe5\x81\xa0\xe5\x92\xac\xe5\xa9\xb9\xe5\xae\x8e\xe5\xb2\x86\xe5\xb4\xbe\xe6\x8a\xad\xe6\x9d\xb3\xe6\x9f\xbc\xe6\xa6\x9a\xe6\xba\x94\xe7\x8b\x95\xe7\x9c\x91\xe7\xaa\x85\xe7\xaa\x88\xe8\x88\x80\xe8\x8b\xad\xe8\x93\x94\xe9\x97\x84\xe9\xa8\x95\xe9\xb4\xa2\xe9\xb7\x95\xe9\xbc\xbc\xe9\xbd\xa9\xf0\xa0\xa2\xa9\xf0\xa1\x9b\x99\xf0\xa1\xa8\x87\xf0\xa2\x82\x8a\xf0\xa5\xa4\xa3\xf0\xa5\xa6\x96\xf0\xa6\xa5\x9d\xf0\xa6\xa6\x8c\xf0\xa7\xa0\xbd\xf0\xa8\xb1\xa7\xf0\xa9\xa2\x92\xf0\xa9\xa8\xb4\xf0\xa9\xa9\xbc\xf0\xa9\xac\x97\xf0\xaa\x90\xaf]",179,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe3\x94\xbd\xe3\x9e\x81\xe3\xb5\xb8\xe3\xbf\x91\xe3\xbf\xa2\xe6\x9b\x9c\xe7\x86\x8e\xe7\x87\xbf\xe7\x8d\x9f\xe7\x9f\x85\xe7\xa9\xbe\xe7\xaa\x94\xe7\xad\x84\xe7\xba\x85\xe8\x80\x80\xe8\x89\x9e\xe8\x8d\xaf\xe8\x91\xaf\xe8\x96\xac\xe8\x97\xa5\xe8\xa2\x8e\xe8\xa6\x81\xe8\xa6\x9e\xe8\xa9\x8f\xe8\xae\x91\xe9\x91\xb0\xe9\x92\xa5\xe9\x9d\xbf\xe9\xb7\x82\xe9\xb9\x9e\xf0\xa0\x8d\xa9\xf0\xa0\x9f\x8b\xf0\xa0\xb9\x91\xf0\xa1\xb6\x82\xf0\xa2\x85\xb9\xf0\xa2\x9d\x8d\xf0\xa2\xba\x87\xf0\xa4\x82\xbc\xf0\xa4\x84\xb6\xf0\xa4\x92\x9d\xf0\xa4\xbe\xab\xf0\xa5\x81\x92\xf0\xa5\x83\xba\xf0\xa5\x8c\xba\xf0\xa5\xa4\xb9\xf0\xa5\xaa\xaf\xf0\xa5\xac\x93\xf0\xa6\x87\xac\xf0\xa6\xa1\xb1\xf0\xa6\xa4\x8b\xf0\xa7\x87\xa0\xf0\xa7\xa2\xa2\xf0\xa9\x91\xb4\xf0\xa9\xaf\x9b\xf0\xa9\xb3\x94\xf0\xaa\x96\x90]",196,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xa0o",4,NULL,0,NULL,0}, + {"[\xe4\xad\x87\xe5\x80\xbb\xe5\x99\x8e\xe6\x8e\x96\xe6\x9a\x8d\xe6\xa4\xb0\xe6\xbd\xb1\xe8\xa0\xae\xf0\xa7\x8f\xbd\xf0\xa7\x92\x90\xf0\xa8\xb6\xae\xf0\xa8\xb8\x8c\xf0\xa9\x9c\xba]",46,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc4\x93",3,NULL,0,NULL,0}, + {"[\xe3\xa1\x8b\xe3\xb1\x8c\xe4\x93\x89\xe4\xa5\xba\xe6\x8d\x93\xe6\x8f\xb6\xe6\x93\xa8\xe7\x88\xb7\xe7\x88\xba\xe8\x80\xb6\xe9\x87\xbe\xe9\x8b\xa3\xe9\x8e\x81\xe9\x93\x98\xf0\xa3\x9a\x8b\xf0\xa3\xa9\xaf\xf0\xa4\x91\xb7\xf0\xa5\xaf\x98\xf0\xa6\x95\x86\xf0\xa6\xb0\xb3\xf0\xa8\x88\xba\xf0\xa9\xb8\xbe]",76,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xa9",3,NULL,0,NULL,0}, + {"[\xe3\x99\x92\xe4\xb9\x9f\xe5\x86\xb6\xe5\x90\x94\xe5\x98\xa2\xe5\x9f\x9c\xe5\xa3\x84\xe6\xbc\x9c\xe9\x87\x8e\xf0\xa0\xa5\x87\xf0\xa1\x91\x80\xf0\xa2\x80\x98\xf0\xa4\x9d\x89\xf0\xa7\x90\x93]",49,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc4\x9b",3,NULL,0,NULL,0}, + {"[\xe2\xbb\x9a\xe3\x96\xa1\xe3\x97\xbc\xe3\xa5\xb7\xe3\xa9\x8e\xe3\xaa\x91\xe3\xb1\x89\xe3\xb8\xa3\xe4\x81\x86\xe4\x88\x8e\xe4\x8a\xa6\xe4\x8e\xa8\xe4\xa2\xa1\xe4\xa4\xb3\xe4\xa4\xb6\xe4\xa5\x9f\xe4\xa5\xa1\xe4\xa7\xa8\xe4\xad\x8e\xe4\xad\x9f\xe4\xb1\x92\xe4\xb2\x9c\xe4\xb8\x9a\xe4\xba\xb1\xe5\x83\xb7\xe5\x8f\xb6\xe5\x95\x98\xe5\x9a\x88\xe5\xa0\xa8\xe5\xa2\xb7\xe5\xa4\x9c\xe5\xb6\xaa\xe5\xb6\xab\xe6\x8a\xb4\xe6\x93\x9b\xe6\x93\xaa\xe6\x93\xab\xe6\x99\x94\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x97\xe6\x9b\xb3\xe6\x9b\xb5\xe6\x9e\xbc\xe6\x9e\xbd\xe6\xa5\xaa\xe6\xa5\xad\xe6\xad\x8b\xe6\xae\x97\xe6\xb6\xb2\xe6\xbe\xb2\xe7\x83\xa8\xe7\x87\x81\xe7\x88\x97\xe7\x9a\xa3\xe7\x9e\xb1\xe7\x9e\xb8\xe7\xa4\x8f\xe8\x85\x8b\xe8\x91\x89\xe8\xac\x81\xe8\xb0\x92\xe9\x82\xba\xe9\x84\x93\xe9\x84\xb4\xe9\x8d\xb1\xe9\x8e\x91\xe9\x90\xb7\xe9\x9d\xa5\xe9\x9d\xa8\xe9\xa0\x81\xe9\xa1\xb5\xe9\xa4\xa3\xe9\xa5\x81\xe9\xa6\x8c\xe9\xa9\x9c\xe9\xb5\xba\xe9\xb8\x88\xf0\xa0\x80\xb8\xf0\xa0\x84\x85\xf0\xa0\x9f\xaa\xf0\xa0\xb1\x9d\xf0\xa1\x80\xbd\xf0\xa1\x81\x81\xf0\xa1\x9b\x8c\xf0\xa1\x9b\xbd\xf0\xa1\xbd\xa3\xf0\xa2\x89\xa5\xf0\xa2\xa2\x9c\xf0\xa2\xaa\xa7\xf0\xa2\xb1\xb4\xf0\xa3\x8e\xa9\xf0\xa3\x90\x82\xf0\xa3\x9a\x95\xf0\xa3\xa9\xab\xf0\xa3\xb0\x9b\xf0\xa4\x9d\x87\xf0\xa4\x9d\xb1\xf0\xa4\xb3\xaa\xf0\xa5\x8c\x85\xf0\xa5\xa0\x8d\xf0\xa5\xae\xa7\xf0\xa6\x80\x95\xf0\xa6\x82\xa1\xf0\xa6\xa0\x9c\xf0\xa6\xa4\xaa\xf0\xa7\x8e\xad\xf0\xa7\x94\xa6\xf0\xa7\x97\x96\xf0\xa8\x82\x92\xf0\xa8\x89\x85\xf0\xa8\xbc\xa5\xf0\xa8\xbd\x80\xf0\xa9\x89\x82\xf0\xa9\x90\xb1\xf0\xa9\x91\x83\xf0\xa9\x98\x8f\xf0\xa9\xb1\x9d\xf0\xa9\xbc\x8b\xf0\xa9\xbc\xb4\xf0\xaa\x8b\xab\xf0\xaa\x8d\x85\xf0\xaa\x91\xa6\xf0\xaa\x92\xb2]",420,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xa8",3,NULL,0,NULL,0}, + {"\xe4\xba\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ye",2,NULL,0,NULL,0}, + {"[\xe3\x99\xa0\xe3\x9b\x84\xe3\xa5\x8b\xe3\xb3\x96\xe3\xbe\xa8\xe4\x83\x9c\xe4\x89\x97\xe4\x92\xbe\xe4\x94\xb1\xe4\x9a\xb7\xe4\xa7\x87\xe4\xaa\xb0\xe4\xab\x91\xe4\xb8\x80\xe4\xb9\x8a\xe4\xbc\x8a\xe4\xbe\x9d\xe5\x8c\xbb\xe5\x90\x9a\xe5\x92\xbf\xe5\x99\xab\xe5\xa3\xb1\xe5\xa3\xb9\xe5\xa4\x81\xe5\xab\x9b\xe5\xac\x84\xe5\xbc\x8c\xe6\x82\x98\xe6\x8f\x96\xe6\xaa\xb9\xe6\xac\xb9\xe6\xaf\x89\xe6\xb4\xa2\xe6\xbc\xaa\xe7\x8c\x97\xe7\x91\xbf\xe7\xa5\x8e\xe7\xa6\x95\xe7\xa8\xa6\xe7\xb9\x84\xe8\x9b\x9c\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xad\xa9\xe9\x83\xbc\xe9\x86\xab\xe9\x8a\xa5\xe9\x93\xb1\xe9\xb7\x96\xe9\xb9\xa5\xe9\xbb\x9f\xe9\xbb\xb3\xf0\xa0\xb0\x84\xf0\xa0\xb2\x94\xf0\xa0\xb2\x96\xf0\xa0\xbf\xa3\xf0\xa1\x84\xb5\xf0\xa1\x9c\xac\xf0\xa2\x8a\x98\xf0\xa2\xa3\x89\xf0\xa2\xa8\xae\xf0\xa3\x90\xbf\xf0\xa3\x98\xa6\xf0\xa3\xa2\xb7\xf0\xa7\x89\x85\xf0\xa7\x9c\xa4\xf0\xa7\xab\xa6\xf0\xa7\xae\x92\xf0\xa9\x95\xb2\xf0\xa9\xa5\xaf\xf0\xa9\xae\xb5\xf0\xaa\x81\x9a\xf0\xaa\x88\xa8]",242,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc4\xab",3,NULL,0,NULL,0}, + {"[\xe3\x90\x8c\xe3\x9a\xa6\xe3\x9d\x96\xe3\x9e\x94\xe3\xa5\xb4\xe3\xa6\xbe\xe3\xb0\x98\xe3\xb9\xab\xe3\xba\xbf\xe3\xbc\xa2\xe4\x84\xac\xe4\x87\xb5\xe4\x94\x9f\xe4\x9e\x85\xe4\xa3\xa1\xe4\xa7\x85\xe4\xa9\x9f\xe4\xac\x81\xe4\xac\xae\xe4\xae\x8a\xe4\xb1\x8c\xe4\xb2\x91\xe4\xb4\x8a\xe4\xb9\x81\xe4\xbb\xaa\xe4\xbe\x87\xe5\x84\x80\xe5\x86\x9d\xe5\x87\x92\xe5\x8c\x9c\xe5\x92\xa6\xe5\x9c\xaf\xe5\xa4\xb7\xe5\xa7\xa8\xe5\xaa\x90\xe5\xae\x90\xe5\xae\x9c\xe5\xae\xa7\xe5\xaf\xb2\xe5\xb3\x93\xe5\xb6\xac\xe5\xb6\xb7\xe5\xb7\xb8\xe5\xbc\xac\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe6\x80\xa1\xe6\x81\x9e\xe6\x89\x85\xe6\x8b\xb8\xe6\x9a\x86\xe6\x9f\x82\xe6\xa0\x98\xe6\xa1\x8b\xe6\xa4\xb8\xe6\xb2\x82\xe6\xb2\xb6\xe7\x86\xaa\xe7\x8b\x8b\xe7\x8f\x86\xe7\x93\xb5\xe7\x96\x91\xe7\x97\x8d\xe7\x9c\x99\xe7\xa7\xbb\xe7\xae\xb7\xe7\xb0\x83\xe7\xbe\xa0\xe8\x80\x9b\xe8\x83\xb0\xe8\x90\x93\xe8\x9b\xa6\xe8\x9e\x94\xe8\xa1\xaa\xe8\xa2\x98\xe8\xa7\xba\xe8\xa8\x91\xe8\xa9\x91\xe8\xa9\x92\xe8\xaa\x83\xe8\xac\xbb\xe8\xae\x89\xe8\xaf\x92\xe8\xb2\xa4\xe8\xb2\xbd\xe8\xb4\xbb\xe8\xb7\xa0\xe8\xbf\x86\xe8\xbf\xa4\xe8\xbf\xbb\xe9\x81\x97\xe9\x81\xba\xe9\x8f\x94\xe9\xa0\x89\xe9\xa0\xa4\xe9\xa1\x8a\xe9\xa2\x90\xe9\xa3\xb4\xe9\xa5\xb4\xe9\xb8\x83\xf0\xa0\x84\xb1\xf0\xa0\x85\x8c\xf0\xa0\x88\xb6\xf0\xa0\x8d\xab\xf0\xa0\x8f\xa9\xf0\xa0\x90\x80\xf0\xa0\x97\xba\xf0\xa0\x9b\x83\xf0\xa0\x9c\x81\xf0\xa0\xa4\x95\xf0\xa0\xa4\x97\xf0\xa0\xa4\x98\xf0\xa0\xa9\x97\xf0\xa0\xaa\x97\xf0\xa0\xb2\xbb\xf0\xa0\xbc\xaa\xf0\xa1\xac\x93\xf0\xa1\xb1\x90\xf0\xa1\xb7\xaa\xf0\xa1\xbb\xa3\xf0\xa2\x82\x92\xf0\xa2\x93\xa1\xf0\xa2\x95\xb7\xf0\xa2\x96\x85\xf0\xa2\x9e\x89\xf0\xa2\xa9\xbc\xf0\xa2\xb1\x81\xf0\xa3\x90\x93\xf0\xa3\x90\xb5\xf0\xa3\x95\x81\xf0\xa3\x99\x9b\xf0\xa3\xa2\xad\xf0\xa3\xb8\x98\xf0\xa4\x86\xbe\xf0\xa4\x87\xb4\xf0\xa4\x88\x99\xf0\xa4\x96\xaa\xf0\xa4\x98\x8a\xf0\xa4\x9d\xbb\xf0\xa5\x83\xb8\xf0\xa5\x84\xbb\xf0\xa5\x84\xbf\xf0\xa5\x8c\x9f\xf0\xa5\x99\x81\xf0\xa5\x99\x87\xf0\xa5\xab\x83\xf0\xa5\xb9\x8b\xf0\xa6\x9a\x9f\xf0\xa6\x9f\xa7\xf0\xa6\xa1\xab\xf0\xa7\x93\x97\xf0\xa7\xa1\x87\xf0\xa7\xa3\x9f\xf0\xa7\xa3\xac\xf0\xa7\xa6\xa7\xf0\xa7\xb3\x81\xf0\xa7\xb7\x85\xf0\xa8\x9b\xaf\xf0\xa8\x9c\xbd\xf0\xa8\xa0\x91\xf0\xa8\xa0\xb6\xf0\xa8\xa3\xac\xf0\xa8\xb3\xb7\xf0\xa9\x93\xa7\xf0\xa9\x94\xa6\xf0\xa9\x96\xb9\xf0\xa9\x96\xbe\xf0\xa9\x97\x91\xf0\xa9\x9a\x87\xf0\xa9\x9b\xae\xf0\xa9\xa4\x92\xf0\xa9\xb8\xa8\xf0\xa9\xbc\xa8\xf0\xaa\x80\x93\xf0\xaa\x90\x94\xf0\xaa\x98\xac\xf0\xab\x8d\x9f]",616,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xad",3,NULL,0,NULL,0}, + {"[\xe3\x95\x88\xe3\xa0\x96\xe3\xa0\xaf\xe3\xab\x8a\xe3\xb0\x9d\xe3\xb0\xbb\xe4\x89\x9d\xe4\x9d\x9d\xe4\xa7\xa7\xe4\xad\xb2\xe4\xb0\x99\xe4\xb9\x99\xe4\xbb\xa5\xe4\xbd\x81\xe5\x80\x9a\xe5\x81\xaf\xe5\xb4\xba\xe5\xb7\xb2\xe5\xba\xa1\xe6\x89\x86\xe6\x94\xba\xe6\x95\xbc\xe6\x97\x91\xe6\x97\x96\xe6\xa4\x85\xe6\xaa\xa5\xe7\x9f\xa3\xe7\xa4\x92\xe7\xac\x96\xe8\x82\x94\xe8\x88\xa3\xe8\x89\xa4\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x9a\x81\xe8\x9e\x98\xe8\x9f\xbb\xe8\xa3\xbf\xe8\xb8\xa6\xe8\xbc\xa2\xe8\xbd\x99\xe9\x80\x98\xe9\x85\x8f\xe9\x87\x94\xe9\x89\xaf\xe9\x92\x87\xe9\xa1\x97\xe9\xb3\xa6\xe9\xbd\xae\xf0\xa0\xae\x99\xf0\xa0\xaf\x8b\xf0\xa1\xbc\x8e\xf0\xa2\x99\x87\xf0\xa2\xa6\x95\xf0\xa2\xb7\x94\xf0\xa4\x9d\xb3\xf0\xa5\x8f\x9c\xf0\xa5\x91\xb4\xf0\xa5\xab\x9c\xf0\xa5\xb0\xa7\xf0\xa6\xae\xb8\xf0\xa7\x94\xae\xf0\xa9\x9b\x86\xf0\xa9\xa0\x82\xf0\xa9\xa1\xa3\xf0\xa9\xbe\xa0\xf0\xaa\x90\xa3\xf0\xaa\x98\x83\xf0\xaa\x99\xb4]",229,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe3\x90\xb9\xe3\x91\x8a\xe3\x91\x9c\xe3\x91\xa5\xe3\x93\xb7\xe3\x94\xb4\xe3\x96\x82\xe3\x98\x81\xe3\x98\x88\xe3\x99\xaa\xe3\x99\xaf\xe3\x9a\xa4\xe3\x9b\x95\xe3\x9b\xb3\xe3\x9c\x8b\xe3\x9c\x92\xe3\x9d\xa3\xe3\xa1\xab\xe3\xa1\xbc\xe3\xa2\x9e\xe3\xa3\x87\xe3\xa3\xbb\xe3\xa6\x89\xe3\xa6\xa4\xe3\xb1\x85\xe3\xb1\x9e\xe3\xb1\xb2\xe3\xb2\xbc\xe3\xb3\x91\xe3\xb4\x81\xe3\xb4\x92\xe3\xb5\x9d\xe3\xb5\xa9\xe3\xb6\xa0\xe3\xb9\xad\xe3\xbd\x88\xe4\x84\x81\xe4\x84\xa9\xe4\x84\xbf\xe4\x86\xbf\xe4\x87\xa9\xe4\x87\xbc\xe4\x89\xa8\xe4\x8b\x9a\xe4\x8b\xb5\xe4\x8c\xbb\xe4\x8e\x88\xe4\x93\x83\xe4\x93\x88\xe4\x93\xb9\xe4\x94\xac\xe4\x95\x8d\xe4\x96\x81\xe4\x96\x8a\xe4\x96\x8c\xe4\x97\x91\xe4\x97\x9f\xe4\x97\xb7\xe4\x98\x9d\xe4\x98\xb8\xe4\x9d\x98\xe4\x9d\xaf\xe4\xa2\x83\xe4\xa3\xa7\xe4\xa6\xb4\xe4\xac\xa5\xe4\xad\x82\xe4\xad\x9e\xe4\xad\xbf\xe4\xaf\x86\xe4\xb0\xaf\xe4\xb4\xac\xe4\xb5\x9d\xe4\xb9\x82\xe4\xb9\x89\xe4\xba\x84\xe4\xba\xa6\xe4\xba\xbf\xe4\xbc\x87\xe4\xbc\xbf\xe4\xbd\x9a\xe4\xbd\xbe\xe4\xbf\x8b\xe5\x84\x84\xe5\x85\xbf\xe5\x88\x88\xe5\x8a\x93\xe5\x8a\xae\xe5\x8b\x9a\xe5\x8b\xa9\xe5\x91\x93\xe5\x91\xad\xe5\x91\xb9\xe5\x94\x88\xe5\x9b\x88\xe5\x9c\x9b\xe5\x9d\x84\xe5\x9e\xbc\xe5\x9f\xb6\xe5\x9f\xb8\xe5\xa2\xbf\xe5\xa5\x95\xe5\xab\x95\xe5\xac\x91\xe5\xac\x9f\xe5\xaf\xb1\xe5\xb1\xb9\xe5\xb3\x84\xe5\xb6\xa7\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb9\x86\xe5\xbb\x99\xe5\xbc\x82\xe5\xbc\x88\xe5\xbc\x8b\xe5\xbd\xb9\xe5\xbf\x86\xe6\x80\x88\xe6\x80\xbf\xe6\x82\x92\xe6\x82\xa5\xe6\x84\x8f\xe6\x86\xb6\xe6\x87\x8c\xe6\x87\xbf\xe6\x8a\x91\xe6\x8c\xb9\xe6\x8d\x99\xe6\x8e\x9c\xe6\x92\x8e\xe6\x95\xa1\xe6\x96\x81\xe6\x98\x93\xe6\x99\xb9\xe6\x9b\x80\xe6\x9b\x8e\xe6\x9d\x99\xe6\x9e\x8d\xe6\x9e\xbb\xe6\xa0\xa7\xe6\xa0\xba\xe6\xa3\xad\xe6\xa6\x8f\xe6\xa7\xb8\xe6\xaa\x8d\xe6\xac\xa5\xe6\xac\xad\xe6\xad\x9d\xe6\xae\x94\xe6\xae\xaa\xe6\xae\xb9\xe6\xaf\x85\xe6\xb3\x86\xe6\xb4\x82\xe6\xb5\x82\xe6\xb5\xa5\xe6\xb5\xb3\xe6\xb9\x99\xe6\xba\xa2\xe6\xbd\xa9\xe6\xbe\xba\xe7\x80\xb7\xe7\x82\x88\xe7\x84\xb2\xe7\x86\xa0\xe7\x86\xa4\xe7\x86\xbc\xe7\x87\x9a\xe7\x87\xa1\xe7\x87\xb1\xe7\x8d\x88\xe7\x8e\xb4\xe7\x95\xb0\xe7\x96\xab\xe7\x97\xac\xe7\x98\x97\xe7\x98\x9e\xe7\x98\xb1\xe7\x99\x94\xe7\x9b\x8a\xe7\x9d\xaa\xe7\x9e\x96\xe7\xa1\x9b\xe7\xa7\x87\xe7\xa9\x93\xe7\xab\xa9\xe7\xb8\x8a\xe7\xb9\xb6\xe7\xb9\xb9\xe7\xbb\x8e\xe7\xbc\xa2\xe7\xbe\x9b\xe7\xbe\xa9\xe7\xbe\xbf\xe7\xbf\x8a\xe7\xbf\x8c\xe7\xbf\xb3\xe7\xbf\xbc\xe8\x80\xb4\xe8\x82\x84\xe8\x82\x8a\xe8\x86\x89\xe8\x87\x86\xe8\x89\x97\xe8\x89\xba\xe8\x8a\x85\xe8\x8b\x85\xe8\x93\xba\xe8\x96\x8f\xe8\x97\x99\xe8\x97\x9d\xe8\x98\x99\xe8\x99\x89\xe8\x9b\xa1\xe8\x9c\xb4\xe8\x9e\xa0\xe8\xa1\xb5\xe8\xa2\xa3\xe8\xa3\x94\xe8\xa3\x9b\xe8\xa4\xb9\xe8\xa5\xbc\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa9\x8d\xe8\xa9\xa3\xe8\xaa\xbc\xe8\xad\xaf\xe8\xad\xb0\xe8\xae\x9b\xe8\xae\xae\xe8\xaf\x91\xe8\xaf\xa3\xe8\xb0\x8a\xe8\xb1\x99\xe8\xb1\x9b\xe8\xb1\xb7\xe8\xb3\xb9\xe8\xb4\x80\xe8\xb7\x87\xe8\xbb\xbc\xe8\xbd\xb6\xe9\x80\xb8\xe9\x82\x91\xe9\x86\xb3\xe9\x86\xb7\xe9\x87\xb4\xe9\x88\xa0\xe9\x8e\xb0\xe9\x90\xbf\xe9\x95\x92\xe9\x95\xb1\xe9\x99\xad\xe9\x9a\xbf\xe9\x9c\xac\xe9\x9d\xbe\xe9\xa5\x90\xe9\xa7\x85\xe9\xa9\x9b\xe9\xa9\xbf\xe9\xaa\xae\xe9\xae\xa8\xe9\xaf\xa3\xe9\xb6\x82\xe9\xb6\x83\xe9\xb7\x81\xe9\xb7\x8a\xe9\xb7\xa7\xe9\xb7\xbe\xe9\xb9\x9d\xe9\xb9\xa2\xe9\xbb\x93\xe9\xbd\xb8\xf0\xa0\x82\x86\xf0\xa0\x8d\xb3\xf0\xa0\x93\x8b\xf0\xa0\x9a\xae\xf0\xa0\xa1\x94\xf0\xa0\xa1\x9d\xf0\xa0\xa5\xa6\xf0\xa0\xa8\xbe\xf0\xa0\xa9\xab\xf0\xa0\xb2\x9a\xf0\xa0\xb2\xba\xf0\xa0\xb6\xb7\xf0\xa0\xbd\x9c\xf0\xa1\x84\xbb\xf0\xa1\x89\x9b\xf0\xa1\x8a\x81\xf0\xa1\x8a\xb6\xf0\xa1\x8d\xa1\xf0\xa1\xa5\x81\xf0\xa1\xbe\xbe\xf0\xa2\x80\x81\xf0\xa2\x82\x97\xf0\xa2\x82\xbc\xf0\xa2\x84\x85\xf0\xa2\x87\x99\xf0\xa2\x87\x9a\xf0\xa2\x87\xb8\xf0\xa2\x88\xb6\xf0\xa2\x8d\xb0\xf0\xa2\x8e\x80\xf0\xa2\x8e\x83\xf0\xa2\x8e\x89\xf0\xa2\x8f\x97\xf0\xa2\x93\x80\xf0\xa2\x96\xab\xf0\xa2\x96\xb4\xf0\xa2\x96\xba\xf0\xa2\x97\x8e\xf0\xa2\x98\xbd\xf0\xa2\xa1\x83\xf0\xa2\xa8\xb3\xf0\xa2\xa9\xae\xf0\xa3\x8e\x85\xf0\xa3\x9a\x98\xf0\xa3\xa1\x8a\xf0\xa3\xa4\xaa\xf0\xa3\xa6\x8c\xf0\xa3\xa7\x84\xf0\xa3\xa8\x9f\xf0\xa3\xab\x99\xf0\xa3\xb6\xab\xf0\xa3\xb7\xa9\xf0\xa3\xbf\x89\xf0\xa4\x91\xb9\xf0\xa4\xa3\xa8\xf0\xa4\xa3\xae\xf0\xa4\xa4\xba\xf0\xa4\xa5\xbf\xf0\xa4\xa7\x95\xf0\xa4\xac\xa9\xf0\xa4\xb4\xa7\xf0\xa4\xb6\x9b\xf0\xa4\xb7\x85\xf0\xa4\xb8\xb8\xf0\xa4\xbb\x82\xf0\xa4\xbc\x8c\xf0\xa5\x83\xa0\xf0\xa5\x85\x93\xf0\xa5\x8d\xb4\xf0\xa5\x92\xb5\xf0\xa5\x98\x92\xf0\xa5\x98\xa0\xf0\xa5\x9c\x83\xf0\xa5\x9c\xa5\xf0\xa5\x9f\x98\xf0\xa5\xa1\xaa\xf0\xa5\xa5\x8c\xf0\xa5\xa5\xb4\xf0\xa5\xa9\x96\xf0\xa5\xab\x9d\xf0\xa5\xb1\x83\xf0\xa5\xb8\x8a\xf0\xa5\xbe\x90\xf0\xa5\xbf\xb9\xf0\xa6\x8c\xa9\xf0\xa6\x8e\x9d\xf0\xa6\x8f\xb8\xf0\xa6\x93\xbb\xf0\xa6\x94\x9c\xf0\xa6\x94\xa5\xf0\xa6\x98\xb3\xf0\xa6\x99\xa8\xf0\xa6\xa0\x89\xf0\xa6\xa5\xb1\xf0\xa6\xa8\x87\xf0\xa6\xad\xa5\xf0\xa6\xb6\x82\xf0\xa7\x83\x9f\xf0\xa7\x85\x96\xf0\xa7\x86\xa6\xf0\xa7\x88\xbb\xf0\xa7\x8a\xa3\xf0\xa7\x8a\xa4\xf0\xa7\x8b\x8f\xf0\xa7\x91\x8c\xf0\xa7\x99\xa1\xf0\xa7\xa2\x82\xf0\xa7\xac\x87\xf0\xa7\xb1\x8a\xf0\xa7\xb1\x8f\xf0\xa7\xb7\xa5\xf0\xa7\xba\x8e\xf0\xa7\xba\x9d\xf0\xa7\xbe\xb0\xf0\xa8\x8b\xaf\xf0\xa8\x9c\xb6\xf0\xa8\xa3\xa0\xf0\xa8\xa6\xaf\xf0\xa8\xb1\x81\xf0\xa8\xb9\x9d\xf0\xa8\xbb\x8a\xf0\xa8\xbb\x8f\xf0\xa8\xbd\xb9\xf0\xa9\x82\x92\xf0\xa9\x82\xb9\xf0\xa9\x88\xad\xf0\xa9\x8b\x8c\xf0\xa9\x8d\x96\xf0\xa9\x8e\xad\xf0\xa9\x8e\xb7\xf0\xa9\x98\xa7\xf0\xa9\x9a\x82\xf0\xa9\x9f\x89\xf0\xa9\xa3\x9e\xf0\xa9\xa7\xad\xf0\xa9\xaa\x9f\xf0\xa9\xaa\xa3\xf0\xa9\xb3\x87\xf0\xa9\xb4\x9c\xf0\xa9\xb4\xae\xf0\xa9\xb7\x8d\xf0\xa9\xb7\x98\xf0\xa9\xbe\x98\xf0\xa9\xbe\xa2\xf0\xaa\x80\x95\xf0\xaa\x81\x9b\xf0\xaa\x8e\x88\xf0\xaa\x90\x98\xf0\xaa\x92\x95\xf0\xaa\x95\xb6\xf0\xaa\x97\xb7\xf0\xab\x8d\x99]",1432,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xac",3,NULL,0,NULL,0}, + {"[\xe2\xbb\x82\xe5\x8c\x87\xe6\xa4\xac\xe7\x95\xa9\xe7\xb1\x8e\xe8\x90\x9f\xe8\xbe\xb7\xe9\xb6\x8d]",26,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yi",2,NULL,0,NULL,0}, + {"[\xe3\xa7\xa2\xe3\xb6\x8f\xe4\x84\x84\xe4\x93\xb0\xe4\x9c\xbe\xe4\xa4\x83\xe4\xbe\x8c\xe5\x87\x90\xe5\x96\x91\xe5\x99\xbe\xe5\x9b\x99\xe5\x9b\xa0\xe5\x9e\x94\xe5\xa0\x99\xe5\xa7\xbb\xe5\xa9\xa3\xe6\x84\x94\xe6\x85\x87\xe6\x91\xbf\xe6\xa0\xb6\xe6\xad\x85\xe6\xae\xb7\xe6\xb0\xa4\xe6\xb4\x87\xe6\xba\xb5\xe7\x98\x96\xe7\xa6\x8b\xe7\xa7\xb5\xe7\xad\x83\xe7\xb5\xaa\xe7\xb7\xb8\xe8\x8c\xb5\xe8\x8d\xab\xe8\x94\xad\xe8\xa3\x80\xe8\xab\xb2\xe9\x8a\xa6\xe9\x93\x9f\xe9\x97\x89\xe9\x98\xa5\xe9\x98\xb4\xe9\x99\xb0\xe9\x99\xbb\xe9\x9a\x82\xe9\x9c\x92\xe9\x9c\xa0\xe9\x9e\x87\xe9\x9f\xb3\xe9\x9f\xbe\xe9\xa7\xb0\xe9\xaa\x83\xf0\xa0\x96\x9f\xf0\xa1\x87\x82\xf0\xa1\x88\xb2\xf0\xa1\x8b\xaa\xf0\xa1\x96\xa3\xf0\xa2\x89\xa9\xf0\xa3\xb1\x9c\xf0\xa3\xb8\x8a\xf0\xa4\x9d\x8e\xf0\xa6\x88\x91\xf0\xa7\x8a\xad\xf0\xa9\x83\xac]",203,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc4\xabn",4,NULL,0,NULL,0}, + {"[\xe3\x90\xba\xe3\x95\x82\xe3\x96\x97\xe3\x99\xac\xe3\x9d\x99\xe3\x9e\xa4\xe3\xb8\x92\xe3\xb9\x9c\xe3\xb9\x9e\xe4\x93\x84\xe4\x95\xbe\xe4\x96\x90\xe4\x96\x9c\xe4\xaa\xa9\xe4\xb4\xa6\xe4\xb9\x91\xe5\x86\x98\xe5\x90\x9f\xe5\x99\x96\xe5\x9a\x9a\xe5\x9c\x81\xe5\x9e\xa0\xe5\xa4\xa4\xe5\xa9\xac\xe5\xaf\x85\xe5\xb3\xbe\xe5\xb4\x9f\xe5\xb4\xaf\xe6\x96\xa6\xe6\xaa\xad\xe6\xae\xa5\xe6\xb3\xbf\xe6\xb7\xab\xe6\xbb\x9b\xe7\x83\x8e\xe7\x8a\xbe\xe7\x8b\xba\xe7\x8f\xa2\xe7\x92\x8c\xe7\xa2\x92\xe8\x8b\x82\xe8\x8d\xb6\xe8\x94\xa9\xe8\x9f\xab\xe8\xa8\x94\xe8\xa8\x9a\xe8\xa8\xa1\xe8\xaa\xbe\xe9\x84\x9e\xe9\x88\x9d\xe9\x8a\x80\xe9\x93\xb6\xe9\x9c\xaa\xe9\xb7\xa3\xe9\xbd\x97\xe9\xbe\x82\xf0\xa0\xaa\x9a\xf0\xa1\x90\x94\xf0\xa1\x93\x93\xf0\xa1\x93\xbf\xf0\xa1\xb8\x9b\xf0\xa2\x82\xa8\xf0\xa2\x93\x95\xf0\xa2\x9d\xaf\xf0\xa3\x93\x86\xf0\xa3\x98\xb4\xf0\xa3\xbd\xae\xf0\xa4\xb7\x8f\xf0\xa5\xa4\xb7\xf0\xa5\xae\x8d\xf0\xa6\x9f\x98\xf0\xa7\xa6\xb8\xf0\xa7\xa9\xac\xf0\xa8\x93\xae\xf0\xa8\x9b\x8a\xf0\xa8\x9f\x8f\xf0\xa8\xa6\x86\xf0\xa9\x82\xa2\xf0\xaa\x98\x8e\xf0\xaa\x99\xbe\xf0\xaa\x9b\x8a]",270,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xadn",4,NULL,0,NULL,0}, + {"[\xe2\xba\x83\xe3\x90\x86\xe3\xa5\xaf\xe3\xa6\xa9\xe3\xa7\x88\xe3\xb1\x83\xe4\x87\x99\xe4\x8c\xa5\xe4\x92\xa1\xe4\xa8\xb8\xe4\xb9\x9a\xe5\x90\xb2\xe5\xb0\xb9\xe5\xb6\xbe\xe5\xbb\xb4\xe5\xbc\x95\xe6\x9c\x84\xe6\xaa\x83\xe6\xab\xbd\xe6\xb7\xbe\xe6\xbf\xa5\xe6\xbf\xa6\xe7\x98\xbe\xe7\x99\xae\xe7\xa3\xa4\xe8\x98\x9f\xe8\x9a\x93\xe8\x9e\xbe\xe8\xae\x94\xe8\xb5\xba\xe8\xb6\x9b\xe8\xbc\x91\xe9\x88\x8f\xe9\x9a\x90\xe9\x9a\xa0\xe9\x9a\xb1\xe9\x9d\xb7\xe9\xa3\xae\xe9\xa3\xb2\xe9\xa5\xae\xf0\xa0\x83\x8a\xf0\xa0\xbd\xa8\xf0\xa1\xbc\xbd\xf0\xa2\x8b\xbb\xf0\xa2\x93\x99\xf0\xa2\x9b\xa6\xf0\xa3\x94\xb8\xf0\xa4\x82\xb9\xf0\xa4\xbb\x98\xf0\xa5\x96\xb5\xf0\xa5\xac\x9c\xf0\xa6\x88\xa0\xf0\xa6\xbe\xbb\xf0\xa8\x88\xa7\xf0\xa8\x8f\x88\xf0\xa8\x90\x90\xf0\xa8\x92\xa6\xf0\xa8\xa1\xa2\xf0\xa9\x96\x84\xf0\xa9\x9a\x95\xf0\xaa\x99\xa4]",206,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc7\x90n",4,NULL,0,NULL,0}, + {"[\xe3\x92\x9a\xe3\xa1\xa5\xe3\xa3\xa7\xe3\xa5\xbc\xe3\xaa\xa6\xe3\xb4\x88\xe4\x95\x83\xe4\x9a\xbf\xe4\xa1\x9b\xe4\xb2\x9f\xe5\x8d\xb0\xe5\x9e\xbd\xe5\xa0\xb7\xe5\xbb\x95\xe6\x85\xad\xe6\x86\x96\xe6\x86\x97\xe6\x87\x9a\xe6\xaa\xbc\xe6\xb4\x95\xe6\xb9\x9a\xe7\x8c\x8c\xe7\x99\x8a\xe8\x83\xa4\xe8\x8c\x9a\xe8\x92\x91\xe9\x85\xb3\xe9\xae\xa3\xf0\xa1\xa9\x98\xf0\xa2\x8c\xb2\xf0\xa2\xaa\xaa\xf0\xa2\xb3\x83\xf0\xa2\xb7\x8d\xf0\xa3\xa6\xab\xf0\xa3\xb1\x90\xf0\xa4\xa2\xa6\xf0\xa4\xaf\xb8\xf0\xa4\xb5\xaf\xf0\xa6\x9c\xb2\xf0\xa6\x9d\xb4\xf0\xa7\xa5\xb8\xf0\xa7\xa6\xb9\xf0\xa8\x8b\x99\xf0\xa8\x9f\xb4\xf0\xa8\xa2\x82\xf0\xa9\x82\xa5\xf0\xa9\x90\x9e\xf0\xa9\xac\xb5\xf0\xaa\x94\xb0\xf0\xaa\x94\xbd]",174,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xacn",4,NULL,0,NULL,0}, + {"\xe7\xb2\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yin",3,NULL,0,NULL,0}, + {"[\xe3\xa1\x95\xe4\x81\x90\xe4\x93\xa8\xe4\xa3\x90\xe4\xa6\xab\xe4\xa7\xb9\xe4\xaa\xaf\xe4\xb4\x8d\xe5\x81\x80\xe5\x95\xa8\xe5\x98\xa4\xe5\x9a\xb6\xe5\xa9\xb4\xe5\xaa\x96\xe5\xab\x88\xe5\xac\xb0\xe5\xad\x86\xe5\xad\xbe\xe5\xba\x94\xe5\xbf\x9c\xe6\x87\x89\xe6\x92\x84\xe6\x94\x96\xe6\x9c\xa0\xe6\xa1\x9c\xe6\xa8\xb1\xe6\xab\xbb\xe6\xb8\xb6\xe7\x85\x90\xe7\x91\x9b\xe7\x92\x8e\xe7\x93\x94\xe7\x94\x87\xe7\x94\x96\xe7\xa2\xa4\xe7\xa4\xaf\xe7\xb7\x93\xe7\xba\x93\xe7\xbb\xac\xe7\xbc\xa8\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x8c\xe8\x86\xba\xe8\x8b\xb1\xe8\x8e\xba\xe8\x98\xa1\xe8\x9d\xa7\xe8\xa0\xb3\xe8\xa4\xae\xe8\xad\x8d\xe8\xad\xbb\xe8\xb3\x8f\xe9\x8d\x88\xe9\x91\x8d\xe9\x94\xb3\xe9\x9c\x99\xe9\x9f\xba\xe9\xb4\xac\xe9\xb6\x91\xe9\xb6\xa7\xe9\xb6\xaf\xe9\xb7\xaa\xe9\xb7\xb9\xe9\xb8\x8e\xe9\xb8\x9a\xe9\xb9\xa6\xe9\xb9\xb0\xf0\xa0\xa0\x9c\xf0\xa0\xae\xb3\xf0\xa0\xb8\x84\xf0\xa1\x8e\x98\xf0\xa2\x84\x8b\xf0\xa4\x9c\x89\xf0\xa4\xa3\x8e\xf0\xa4\xad\xab\xf0\xa5\x8c\xbd\xf0\xa5\x8c\xbe\xf0\xa5\x8d\xbc\xf0\xa5\x90\x91\xf0\xa6\x94\x83\xf0\xa6\xa6\xbf\xf0\xa7\x93\x80\xf0\xa7\x95\x84\xf0\xa7\xa2\x9b\xf0\xa7\xae\x86\xf0\xa7\xaf\x80\xf0\xa8\x8d\x9e\xf0\xa8\x9f\x99\xf0\xa8\xb5\x9b\xf0\xa9\x84\xaa\xf0\xa9\xb9\x85]",302,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc4\xabng",5,NULL,0,NULL,0}, + {"[\xe3\xa8\x95\xe3\xb5\xac\xe3\xb6\x88\xe3\xb9\x9a\xe3\xbf\x98\xe4\x81\x9d\xe4\x83\xb7\xe4\x8a\x94\xe4\x91\x89\xe4\x95\xa6\xe4\xa4\xb0\xe5\x83\x8c\xe5\x96\xb6\xe5\xa1\x8b\xe5\xac\xb4\xe6\x94\x8d\xe6\xa5\xb9\xe6\xab\xbf\xe6\xba\x81\xe6\xba\x8b\xe6\xbb\xa2\xe6\xbd\x86\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\xb4\xe7\x80\x85\xe7\x80\x9b\xe7\x80\xa0\xe7\x80\xaf\xe7\x80\xb4\xe7\x86\x92\xe7\x87\x9f\xe7\x91\xa9\xe7\x9b\x81\xe7\x9b\x88\xe7\xb1\x9d\xe7\xb1\xaf\xe7\xb8\x88\xe8\x8c\x94\xe8\x8d\xa7\xe8\x8e\xb9\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xbe\xe8\x93\xa5\xe8\x97\x80\xe8\x9b\x8d\xe8\x9d\x87\xe8\x9d\xbf\xe8\x9e\xa2\xe8\xa0\x85\xe8\xa6\xae\xe8\xac\x8d\xe8\xb4\x8f\xe8\xb5\xa2\xe8\xbf\x8e\xe9\x8e\xa3\xf0\xa1\x83\x85\xf0\xa1\xba\xa1\xf0\xa2\xa5\x8f\xf0\xa3\xb2\x9c\xf0\xa4\x9f\xa3\xf0\xa4\xb9\x9c\xf0\xa6\x96\xbd\xf0\xa6\x9d\x9a\xf0\xa7\x85\x8b\xf0\xa7\x95\x8d\xf0\xa7\xad\x93\xf0\xa8\x9c\x8f\xf0\xa9\xb8\xa5\xf0\xa9\xbb\xb7]",232,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xadng",5,NULL,0,NULL,0}, + {"[\xe3\xa2\x8d\xe3\xb2\x9f\xe3\xb9\xb5\xe4\x80\xb4\xe4\x9a\x86\xe4\xa8\x8d\xe4\xac\xac\xe4\xad\x8a\xe4\xad\x97\xe4\xad\x98\xe5\xb7\x8a\xe5\xbb\xae\xe5\xbd\xb1\xe6\x91\xac\xe6\xa2\xac\xe6\xb5\xa7\xe6\xbd\x81\xe7\x92\x84\xe7\x98\xbf\xe7\x99\xad\xe7\x9f\xa8\xe7\xa9\x8e\xe9\x83\xa2\xe9\xa0\xb4\xe9\xa2\x8d\xe9\xa2\x95\xe9\xa2\x96\xf0\xa0\x9d\x9f\xf0\xa1\x82\x9a\xf0\xa3\x9f\xa4\xf0\xa3\xa4\xb5\xf0\xa4\x81\xbd\xf0\xa4\x8c\x8c\xf0\xa5\x8f\x8e\xf0\xa6\xa1\xba\xf0\xa6\xa2\x86\xf0\xa8\xa0\xb8\xf0\xa9\x96\x8d\xf0\xa9\x98\x91\xf0\xa9\xb3\x8d\xf0\xaa\x8a\xb5]",139,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc7\x90ng",5,NULL,0,NULL,0}, + {"[\xe3\x91\x9e\xe4\x99\xac\xe4\xa4\x9d\xe4\xb5\xb4\xe5\x99\x9f\xe5\xaa\xb5\xe6\x98\xa0\xe6\x9a\x8e\xe7\xa1\xac\xe8\x86\xa1\xe9\x90\x9b\xe9\x9e\x95\xe9\xb1\xa6\xf0\xa0\x8a\xb6\xf0\xa1\x80\x98\xf0\xa1\x81\x8a\xf0\xa1\x84\x96\xf0\xa2\xa3\x99\xf0\xa3\x8b\x8b\xf0\xa4\x87\xbe\xf0\xa4\xb9\xa5\xf0\xa5\x9a\xbf\xf0\xa6\xa9\xa9\xf0\xa8\xaa\x84\xf0\xa9\x8b\xb9]",89,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xacng",5,NULL,0,NULL,0}, + {"[\xe6\x84\xa5\xe6\x94\x9a\xe7\x81\x90\xe7\x81\x9c\xe7\x8f\xb1\xe7\xb8\x84\xe8\xbb\x88]",23,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ying",4,NULL,0,NULL,0}, + {"[\xe5\x93\x9f\xe5\x94\xb7\xe5\x96\xb2]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc5\x8d",3,NULL,0,NULL,0}, + {"[\xe3\x90\xaf\xe3\x9c\x89\xe3\x9f\xbe\xe3\xb4\xa9\xe3\xbb\xbe\xe3\xbd\xab\xe4\x97\xb8\xe4\xa7\xa1\xe4\xbd\xa3\xe5\x82\xad\xe5\x97\x88\xe5\x99\xb0\xe5\xa2\x89\xe5\xa3\x85\xe5\xab\x9e\xe5\xba\xb8\xe5\xbb\xb1\xe6\x85\xb5\xe6\x8b\xa5\xe6\x93\x81\xe6\xa7\xa6\xe6\xbb\xbd\xe6\xbe\xad\xe7\x81\x89\xe7\x97\x88\xe7\x99\x95\xe7\x99\xb0\xe8\x87\x83\xe9\x82\x95\xe9\x83\xba\xe9\x84\x98\xe9\x8f\x9e\xe9\x95\x9b\xe9\x9b\x8d\xe9\x9b\x9d\xe9\xa5\x94\xe9\xb1\x85\xe9\xb3\x99\xe9\xb7\x9b\xf0\xa0\x86\x8c\xf0\xa2\x80\x8d\xf0\xa2\xa2\x93\xf0\xa2\xa7\xb3\xf0\xa3\x8b\xbf\xf0\xa4\x9b\x91\xf0\xa5\x91\xbf\xf0\xa5\xa7\xb1\xf0\xa6\x83\xbd\xf0\xa6\xa4\x98\xf0\xa7\x9d\xb8\xf0\xa7\xb4\x84\xf0\xa7\xb4\x97\xf0\xa9\x8d\x93\xf0\xa9\x9f\x80\xf0\xa9\x9f\xb7\xf0\xaa\x84\x89\xf0\xaa\x87\x9b\xf0\xaa\xaa\x9d]",195,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc5\x8dng",5,NULL,0,NULL,0}, + {"[\xe3\x9d\x98\xe4\x97\xa4\xe5\x96\x81\xe6\x8f\x98\xe7\x89\x85\xe9\xa1\x92\xe9\xa2\x99\xe9\xb0\xab\xf0\xa7\xb2\xa4\xf0\xa7\xba\xb8\xf0\xa8\xa6\xa1\xf0\xa9\x94\x94\xf0\xa9\xa4\x9b\xf0\xaa\x85\x9f]",50,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xb3ng",5,NULL,0,NULL,0}, + {"[\xe3\x99\xb2\xe3\xa6\xb7\xe3\xb4\x84\xe3\xb7\x8f\xe4\x9e\xbb\xe4\xbf\x91\xe5\x82\x9b\xe5\x8b\x87\xe5\x8b\x88\xe5\x92\x8f\xe5\x9f\x87\xe5\xa1\x8e\xe5\xb5\xb1\xe5\xbd\xae\xe6\x81\xbf\xe6\x82\x80\xe6\x83\xa5\xe6\x84\x91\xe6\x84\xb9\xe6\x85\x82\xe6\x9f\xa1\xe6\xa0\x90\xe6\xb0\xb8\xe6\xb3\xb3\xe6\xb6\x8c\xe6\xb9\xa7\xe7\x94\xac\xe7\xa1\xa7\xe7\xa6\x9c\xe8\x9b\xb9\xe8\xa9\xa0\xe8\xb8\x8a\xe8\xb8\xb4\xe9\xaf\x92\xe9\xb2\xac\xf0\xa0\xb3\x80\xf0\xa0\xb9\x8d\xf0\xa3\x8f\x80\xf0\xa6\xa8\xa4\xf0\xa6\xa8\xac\xf0\xa7\x96\x87\xf0\xa7\x97\xb4\xf0\xa7\xbb\xb9\xf0\xa8\x93\xa8\xf0\xa8\xa4\x82\xf0\xa8\xb4\xad\xf0\xa9\x86\x84\xf0\xa9\x9c\xb3]",159,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc7\x92ng",5,NULL,0,NULL,0}, + {"[\xe3\x9e\xb2\xe3\xb6\xb2\xe7\x94\xa8\xe8\x8b\x9a\xe9\x86\x9f\xf0\xa1\xb5\x9c\xf0\xa5\x81\x8e\xf0\xa5\xa5\x9d\xf0\xa7\x99\x87\xf0\xa8\xb6\xbd\xf0\xa9\xac\xae]",41,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xb2ng",5,NULL,0,NULL,0}, + {"[\xe6\x80\xba\xe7\xa0\xbd]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yong",4,NULL,0,NULL,0}, + {"[\xe3\x97\x80\xe3\xb1\x8a\xe3\xb3\x8a\xe3\xb4\x97\xe4\xa5\xb3\xe4\xbc\x98\xe5\x84\xaa\xe5\x91\xa6\xe5\x9a\x98\xe5\xb9\xbd\xe5\xbf\xa7\xe6\x80\xae\xe6\x82\xa0\xe6\x86\x82\xe6\x94\xb8\xe6\xab\x8c\xe6\xb3\x91\xe6\xbb\xba\xe7\x80\x80\xe7\xba\x8b\xe8\x80\xb0\xe9\x80\x8c\xe9\x84\xbe\xe9\xba\x80\xf0\xa0\x98\xb3\xf0\xa0\xa8\xa6\xf0\xa0\xae\xab\xf0\xa1\xba\x92\xf0\xa1\xba\x96\xf0\xa2\x86\xb6\xf0\xa2\x8b\xa3\xf0\xa2\xbf\x9a\xf0\xa3\x81\xa8\xf0\xa4\x84\x98\xf0\xa4\xa3\x99\xf0\xa5\xa3\xaf\xf0\xa5\xbd\x9f\xf0\xa6\x8e\x93\xf0\xa7\x80\xa5\xf0\xa7\x8d\x98\xf0\xa9\x98\x88\xf0\xa9\xa4\xb9\xf0\xa9\xbd\x87]",150,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc5\x8du",4,NULL,0,NULL,0}, + {"[\xe3\x92\xa1\xe3\x95\xb1\xe3\x98\xa5\xe3\x9a\xad\xe3\x9b\x9c\xe3\xab\x8d\xe3\xb3\xba\xe3\xbd\x95\xe3\xbe\x9e\xe4\x8d\x83\xe4\x91\xbb\xe4\x96\xbb\xe4\x9a\x83\xe4\xa2\x8a\xe4\xa2\x9f\xe5\x81\xa4\xe5\xb0\xa2\xe5\xb0\xa4\xe5\xb3\xb3\xe6\x80\xa3\xe6\x96\xbf\xe6\xa5\xa2\xe6\xab\xbe\xe6\xb2\x8b\xe6\xb2\xb9\xe6\xb5\x9f\xe6\xb8\xb8\xe7\x8a\xb9\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x94\xb1\xe7\x96\xa3\xe7\xa7\x9e\xe8\x82\xac\xe8\x8e\x9c\xe8\x8e\xb8\xe8\x95\x95\xe8\x9a\xb0\xe8\x9d\xa3\xe8\xa8\xa7\xe8\xbc\x8f\xe8\xbc\xb6\xe9\x80\xb0\xe9\x81\x8a\xe9\x82\xae\xe9\x83\xb5\xe9\x88\xbe\xe9\x93\x80\xe9\xa7\x80\xe9\xad\xb7\xe9\xae\x8b\xe9\xb1\xbf\xe9\xb2\x89\xf0\xa0\xa7\xa0\xf0\xa0\xa7\xb4\xf0\xa1\x87\x80\xf0\xa1\x88\x99\xf0\xa1\x88\xb0\xf0\xa1\x88\xb5\xf0\xa1\x8b\xa7\xf0\xa1\xaf\x99\xf0\xa2\x93\xbf\xf0\xa2\x96\x9f\xf0\xa2\x9f\x85\xf0\xa3\x8f\x9e\xf0\xa3\x93\x90\xf0\xa3\xa7\x97\xf0\xa4\x98\x9c\xf0\xa4\xa4\xa7\xf0\xa4\xb8\x88\xf0\xa5\xaf\x9e\xf0\xa5\xb4\x95\xf0\xa6\x91\xb8\xf0\xa6\xa5\xa3\xf0\xa6\xb3\xa7\xf0\xa6\xb3\xb7\xf0\xa6\xb5\xb5\xf0\xa6\xb7\xbf\xf0\xa6\xb8\x99\xf0\xa7\xa1\xb9\xf0\xa7\xb0\xb0\xf0\xa7\xb3\xab\xf0\xa8\x91\xab\xf0\xa8\x97\xb0\xf0\xa8\x98\x81\xf0\xa8\x98\xb5\xf0\xa8\x99\x82\xf0\xa8\x9b\x95\xf0\xa8\xb8\x99\xf0\xa9\x97\x9a\xf0\xa9\x98\x93\xf0\xa9\xa5\x98\xf0\xa9\xb9\x8a\xf0\xa9\xbf\xac]",325,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xb3u",4,NULL,0,NULL,0}, + {"[\xe3\xae\x8b\xe3\xb0\xb6\xe3\xb6\xad\xe4\x85\x8e\xe4\x92\xb4\xe4\xac\x80\xe4\xb1\x82\xe4\xb3\x91\xe4\xb8\xa3\xe5\x8d\xa3\xe5\x8f\x8b\xe5\xba\xae\xe6\x87\xae\xe6\x9c\x89\xe6\xa0\xaf\xe6\xa2\x84\xe6\xa7\xb1\xe6\xb9\xb5\xe7\x89\x96\xe7\xa6\x89\xe7\xbe\x90\xe7\xbe\x91\xe8\x81\x88\xe8\x84\x9c\xe8\x8b\x83\xe8\x8e\xa0\xe8\x9c\x8f\xe9\x85\x89\xe9\x8a\xaa\xe9\x93\x95\xe9\xbb\x9d\xf0\xa0\x96\x8b\xf0\xa0\xa2\xa2\xf0\xa1\x8a\xa7\xf0\xa2\xaa\xa5\xf0\xa3\x85\xba\xf0\xa3\xa2\x84\xf0\xa3\xa2\x9c\xf0\xa3\xa3\x9c\xf0\xa3\xa3\xb8\xf0\xa3\xa4\x8e\xf0\xa3\xa7\xa5\xf0\xa3\xb8\xa0\xf0\xa3\xbf\xa4\xf0\xa4\x8d\x95\xf0\xa4\xaa\x8e\xf0\xa4\xb1\x8e\xf0\xa5\x9c\x9a\xf0\xa5\x9d\x98\xf0\xa6\x8f\x87\xf0\xa6\xa9\xb2\xf0\xa7\x86\x95\xf0\xa7\xa0\xb6\xf0\xa8\xa1\xb4]",187,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xe2\xba\x80\xe3\x93\x9c\xe3\x95\x97\xe3\xa4\x91\xe3\xb9\xa8\xe3\xba\xa0\xe4\x80\x81\xe4\x86\x9c\xe4\x9b\xbb\xe4\x9e\xa5\xe4\xba\xb4\xe4\xbd\x91\xe4\xbe\x91\xe5\x8f\x88\xe5\x8f\xb3\xe5\x93\x8a\xe5\x94\x80\xe5\x9b\xbf\xe5\xa7\xb7\xe5\xae\xa5\xe5\xb3\x9f\xe5\xb9\xbc\xe6\x9f\x9a\xe7\x89\xb0\xe7\x8b\x96\xe7\xa5\x90\xe7\xb3\xbf\xe8\x9a\xb4\xe8\xaa\x98\xe8\xaf\xb1\xe8\xb2\x81\xe8\xbf\xb6\xe9\x85\xad\xe9\x87\x89\xe9\xbc\xac\xf0\xa1\x9c\xb3\xf0\xa1\xaf\x89\xf0\xa2\x88\x93\xf0\xa3\x85\x84\xf0\xa3\x93\x9b\xf0\xa4\xa4\xac\xf0\xa4\xb4\xa8\xf0\xa5\x99\xbe\xf0\xa6\xb3\xa9\xf0\xa7\x85\xb2\xf0\xa7\x86\x98\xf0\xa9\x91\xa3\xf0\xa9\x9c\xb7\xf0\xa9\xb2\x8e\xf0\xa9\xb4\x91\xf0\xa9\xb4\x99]",171,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xb2u",4,NULL,0,NULL,0}, + {"[\xe5\xad\xa7\xe7\x89\x97\xe8\x92\x8f]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"you",3,NULL,0,NULL,0}, + {"[\xe3\x9d\xbc\xe3\xb0\xb2\xe4\x86\xb0\xe4\xa3\xbf\xe4\xa9\xbd\xe5\x94\xb9\xe6\x89\x9c\xe6\xaf\xba\xe6\xb7\xa4\xe7\x98\x80\xe7\x9b\x93\xe7\xa9\xbb\xe7\xae\x8a\xe7\xb4\x86\xe7\xba\xa1\xe8\x99\xb6\xe8\xbf\x82\xe8\xbf\x83\xe9\x99\x93\xf0\xa4\x95\x98\xf0\xa4\xa5\xbd\xf0\xa7\x88\xaf\xf0\xa8\x96\x9b\xf0\xa9\x82\xa7]",79,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe2\xbb\xa5\xe3\x9a\xa5\xe3\xa4\xa4\xe3\xa5\x9a\xe3\xa5\xa5\xe3\xaa\x80\xe3\xac\x82\xe3\xac\xb0\xe3\xb3\x9b\xe3\xb6\x9b\xe3\xb7\x92\xe3\xba\x9e\xe3\xba\xae\xe3\xbb\x80\xe3\xbc\xb6\xe4\x81\xa9\xe4\x82\x9b\xe4\x83\x8b\xe4\x84\x8f\xe4\x84\xa8\xe4\x8d\x82\xe4\x8f\xb8\xe4\x90\xb3\xe4\x94\xa1\xe4\x97\xa8\xe4\x9c\xbd\xe4\xa2\x93\xe4\xa9\x92\xe4\xac\x94\xe4\xb0\xbb\xe4\xb1\xb7\xe4\xb2\xa3\xe4\xb9\xbb\xe4\xba\x8e\xe4\xba\x90\xe4\xbc\x83\xe4\xbd\x99\xe4\xbf\x9e\xe5\x85\xaa\xe5\xa0\xa3\xe5\xa0\xac\xe5\xa6\xa4\xe5\xa8\x9b\xe5\xa8\xaf\xe5\xa8\xb1\xe5\xac\xa9\xe5\xb4\xb3\xe5\xb5\x8e\xe5\xb5\x9b\xe6\x84\x89\xe6\x84\x9a\xe6\x89\xb5\xe6\x8f\x84\xe6\x96\xbc\xe6\x97\x95\xe6\x97\x9f\xe6\x9d\x85\xe6\xa1\x99\xe6\xa5\xa1\xe6\xa5\xb0\xe6\xa6\x86\xe6\xac\xa4\xe6\xad\x88\xe6\xad\x9f\xe6\xad\xb6\xe6\xb8\x94\xe6\xb8\x9d\xe6\xb9\xa1\xe6\xbc\x81\xe6\xbe\x9e\xe7\x89\x8f\xe7\x8b\xb3\xe7\x8e\x97\xe7\x8e\x99\xe7\x91\x9c\xe7\x92\xb5\xe7\x95\xad\xe7\x9b\x82\xe7\x9d\xae\xe7\xa1\xa2\xe7\xa6\xba\xe7\xaa\xac\xe7\xab\xbd\xe7\xb1\x85\xe7\xbe\xad\xe8\x85\xb4\xe8\x87\xbe\xe8\x88\x81\xe8\x88\x86\xe8\x89\x85\xe8\x8c\xb0\xe8\x90\xae\xe8\x90\xb8\xe8\x95\x8d\xe8\x98\x9b\xe8\x99\x9e\xe8\x9d\x93\xe8\x9e\xb8\xe8\xa1\xa7\xe8\xa4\x95\xe8\xa6\xa6\xe8\xa7\x8e\xe8\xab\x9b\xe8\xac\xa3\xe8\xb0\x80\xe8\xb8\xb0\xe8\xbc\xbf\xe9\x80\xbe\xe9\x82\x98\xe9\x85\x91\xe9\x8d\x9d\xe9\x9a\x85\xe9\x9b\x93\xe9\x9b\xa9\xe9\xa4\x98\xe9\xa6\x80\xe9\xa8\x9f\xe9\xaa\xac\xe9\xab\x83\xe9\xad\x9a\xe9\xae\xbd\xe9\xb0\x85\xe9\xb1\xbc\xe9\xb7\xa0\xe9\xb8\x86\xf0\xa0\x8e\xb3\xf0\xa0\xa7\x87\xf0\xa0\xb8\xb9\xf0\xa1\x81\x8e\xf0\xa1\x82\x8a\xf0\xa1\x91\xbe\xf0\xa2\x8a\xa7\xf0\xa2\x8b\x85\xf0\xa2\x8e\xbb\xf0\xa2\x94\xa2\xf0\xa2\xb9\x8f\xf0\xa2\xbe\x84\xf0\xa3\x84\x8a\xf0\xa3\x9f\xb0\xf0\xa3\xa2\x92\xf0\xa4\x9a\x8e\xf0\xa4\x9c\xb9\xf0\xa4\xa7\x99\xf0\xa5\x94\xa2\xf0\xa5\x9d\xa8\xf0\xa5\xaf\xae\xf0\xa5\xb7\x94\xf0\xa6\x88\xa3\xf0\xa6\x8b\xaf\xf0\xa6\x8f\xbb\xf0\xa6\xa6\xab\xf0\xa6\xa9\x9e\xf0\xa6\xb1\x83\xf0\xa7\x83\xa0\xf0\xa7\x8a\xa0\xf0\xa7\x8d\xaa\xf0\xa7\x99\xb6\xf0\xa7\x9e\x8f\xf0\xa7\xb0\x87\xf0\xa7\xbe\x9a\xf0\xa8\x8a\xb1\xf0\xa8\x9c\x96\xf0\xa8\xa8\xb6\xf0\xa8\xb0\xb8\xf0\xa8\xb5\xa6\xf0\xa8\xb6\xa2\xf0\xa8\xbe\x8c\xf0\xa9\x9f\xb3\xf0\xa9\xa1\x83\xf0\xa9\xa2\xb6\xf0\xa9\xa4\xba\xf0\xa9\xa5\xad\xf0\xa9\xa6\xa1\xf0\xa9\xa6\xa2\xf0\xa9\xa8\x88\xf0\xa9\xa8\x97\xf0\xa9\xa8\x99\xf0\xa9\xba\xb0\xf0\xaa\x83\x8d\xf0\xaa\x83\x8e\xf0\xaa\x87\x9d\xf0\xaa\x89\x90\xf0\xaa\x8a\xbb\xf0\xaa\x91\x9d]",613,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe2\xbb\x97\xe3\x91\xa8\xe3\x92\x81\xe3\x92\x9c\xe3\x94\xb1\xe3\x99\x91\xe3\x9d\xa2\xe3\xa0\x98\xe3\xa1\xb0\xe3\xa3\x83\xe3\xa6\x9b\xe3\xb2\xbe\xe3\xba\x84\xe3\xbc\x8c\xe4\xa3\x81\xe4\xa5\x8f\xe4\xa8\x9e\xe4\xb8\x8e\xe4\xba\x88\xe4\xbc\x9b\xe4\xbf\x81\xe4\xbf\xa3\xe5\x81\x8a\xe5\x82\xb4\xe5\x8c\xac\xe5\x99\xb3\xe5\x9c\x84\xe5\x9c\x89\xe5\xae\x87\xe5\xaf\x99\xe5\xb1\xbf\xe5\xb3\xbf\xe5\xb6\xbc\xe5\xba\xbe\xe6\x87\x99\xe6\x95\x94\xe6\x96\x94\xe6\x96\x9e\xe6\xa5\x80\xe7\x91\x80\xe7\x98\x90\xe7\xa5\xa4\xe7\xa6\xb9\xe7\xaa\xb3\xe7\xbe\xbd\xe8\x88\x87\xe8\x90\xad\xe8\x98\x8c\xe8\xaa\x9e\xe8\xaf\xad\xe8\xb2\x90\xe9\x84\x85\xe9\x8b\x99\xe9\x9b\xa8\xe9\xa0\xa8\xe9\xba\x8c\xe9\xbd\xac\xe9\xbe\x89\xf0\xa0\x8b\x9f\xf0\xa0\xb1\x90\xf0\xa1\xb7\x8e\xf0\xa1\xbb\xa2\xf0\xa2\xae\x81\xf0\xa3\xa2\xa6\xf0\xa3\xa8\x9d\xf0\xa4\x97\x83\xf0\xa4\xb9\xaa\xf0\xa5\x92\xbe\xf0\xa5\x9b\xa9\xf0\xa6\x80\xa1\xf0\xa6\xa5\x89\xf0\xa6\xa6\xb2\xf0\xa6\xad\xb3\xf0\xa6\xb3\x85\xf0\xa7\xb1\xac\xf0\xa8\x9d\x88\xf0\xa8\xb5\x89\xf0\xa9\x83\xaf\xf0\xa9\xa9\x91\xf0\xa9\xa9\x98\xf0\xa9\xb5\x8e\xf0\xaa\x82\x95\xf0\xaa\x8b\xac]",276,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc7\x94",3,NULL,0,NULL,0}, + {"[\xe2\xba\xba\xe2\xba\xbb\xe3\x9a\x9c\xe3\xa0\xa8\xe3\xa4\xa2\xe3\xa5\x94\xe3\xa6\xbd\xe3\xa7\x92\xe3\xbd\xa3\xe4\x81\x8c\xe4\x82\x8a\xe4\x88\x85\xe4\x89\x9b\xe4\x8b\x96\xe4\x8b\xad\xe4\x8d\x9e\xe4\x96\x87\xe4\x98\x98\xe4\x98\xb1\xe4\x98\xbb\xe4\x9b\x95\xe4\x9c\xa1\xe4\x9e\x9d\xe4\xa2\x96\xe4\xa2\xa9\xe4\xa4\x8b\xe4\xa8\x92\xe4\xab\xbb\xe4\xae\x87\xe4\xae\x99\xe4\xb4\x81\xe4\xb5\xa5\xe4\xbf\xbc\xe5\x84\xa5\xe5\x96\x85\xe5\x96\x90\xe5\x96\xa9\xe5\x96\xbb\xe5\x99\x8a\xe5\x9c\xab\xe5\x9f\x9f\xe5\xa0\x89\xe5\xa6\xaa\xe5\xaa\x80\xe5\xab\x97\xe5\xaf\x93\xe5\xb3\xaa\xe5\xb6\x8e\xe5\xba\xbd\xe5\xbd\xa7\xe5\xbe\xa1\xe5\xbf\xac\xe6\x82\x86\xe6\x83\x90\xe6\x84\x88\xe6\x85\xbe\xe6\x88\xab\xe6\x98\xb1\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\xab\xe6\xab\xb2\xe6\xac\x8e\xe6\xac\x9d\xe6\xac\xb2\xe6\xaf\x93\xe6\xb5\xb4\xe6\xb7\xa2\xe6\xb7\xaf\xe6\xbb\xaa\xe6\xbd\x8f\xe6\xbe\xa6\xe7\x81\xaa\xe7\x84\xb4\xe7\x85\x9c\xe7\x87\x8f\xe7\x87\xa0\xe7\x88\xa9\xe7\x8b\xb1\xe7\x8d\x84\xe7\x8e\x89\xe7\x90\x99\xe7\x98\x89\xe7\x99\x92\xe7\x9f\x9e\xe7\xa0\xa1\xe7\xa1\xb2\xe7\xa4\x87\xe7\xa4\x96\xe7\xa4\x9c\xe7\xa6\xa6\xe7\xa7\x97\xe7\xa8\xa2\xe7\xa8\xb6\xe7\xa9\xa5\xe7\xaf\xbd\xe7\xb1\x9e\xe7\xb1\xb2\xe7\xb7\x8e\xe7\xb9\x98\xe7\xbd\xad\xe8\x81\xbf\xe8\x82\x80\xe8\x82\xb2\xe8\x89\x88\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8c\x9f\xe8\x92\xae\xe8\x93\xa3\xe8\x93\xb9\xe8\x95\xb7\xe8\x96\x81\xe8\x9c\x9f\xe8\x9c\xae\xe8\xa3\x95\xe8\xaa\x89\xe8\xab\xad\xe8\xad\xbd\xe8\xb0\x95\xe8\xb1\xab\xe8\xbb\x89\xe8\xbc\x8d\xe8\xbd\x9d\xe9\x80\xb3\xe9\x81\x87\xe9\x81\xb9\xe9\x83\x81\xe9\x86\xa7\xe9\x88\xba\xe9\x8a\x89\xe9\x8b\x8a\xe9\x8c\xa5\xe9\x90\xad\xe9\x92\xb0\xe9\x96\xbe\xe9\x98\x88\xe9\x9c\xb1\xe9\xa0\x90\xe9\xa2\x84\xe9\xa3\xab\xe9\xa5\x87\xe9\xa5\xab\xe9\xa6\xad\xe9\xa9\x88\xe9\xa9\xad\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xbb\xe9\xad\x8a\xe9\xb1\x8a\xe9\xb3\xbf\xe9\xb4\xa5\xe9\xb4\xaa\xe9\xb5\x92\xe9\xb7\xb8\xe9\xb8\x92\xe9\xb9\x86\xe9\xb9\xac\xe9\xbe\xa5\xf0\xa0\x80\x9b\xf0\xa0\x8a\x8f\xf0\xa0\x8f\x9a\xf0\xa0\x95\xa6\xf0\xa0\xab\xa3\xf0\xa0\xbd\xb5\xf0\xa1\x87\xba\xf0\xa1\x88\xa8\xf0\xa1\x8b\xac\xf0\xa1\x92\x83\xf0\xa1\x92\x8a\xf0\xa1\x94\xb4\xf0\xa1\xa8\xa3\xf0\xa1\xa8\xbf\xf0\xa1\xac\x8a\xf0\xa1\xac\x9e\xf0\xa1\xbf\xa5\xf0\xa1\xbf\xaf\xf0\xa2\x8c\xbb\xf0\xa2\x92\xb0\xf0\xa2\x94\xa5\xf0\xa2\x94\xac\xf0\xa2\x94\xb4\xf0\xa2\x96\xa1\xf0\xa2\x9b\xa8\xf0\xa2\xa1\x8e\xf0\xa2\xaf\xae\xf0\xa2\xba\xb4\xf0\xa3\x8b\x89\xf0\xa3\x8d\x9b\xf0\xa3\x95\x83\xf0\xa3\x9d\x91\xf0\xa3\xa1\x89\xf0\xa3\xa3\x8e\xf0\xa3\xa9\xba\xf0\xa4\x80\x9d\xf0\xa4\x9e\x9e\xf0\xa4\xb3\x95\xf0\xa4\xb8\x92\xf0\xa5\x86\x89\xf0\xa5\x89\x91\xf0\xa5\x8e\x90\xf0\xa5\x98\x84\xf0\xa5\x99\xbf\xf0\xa5\x9d\x8d\xf0\xa5\xb7\x9e\xf0\xa5\xb8\xa4\xf0\xa5\xb8\xaa\xf0\xa5\xb9\x94\xf0\xa6\x88\xb8\xf0\xa6\x8b\xa2\xf0\xa6\x8e\x98\xf0\xa6\x8f\x9c\xf0\xa6\x92\x91\xf0\xa6\xa1\xad\xf0\xa6\xa6\xa9\xf0\xa6\xb1\x80\xf0\xa6\xb1\x82\xf0\xa7\x89\xa3\xf0\xa7\x90\x84\xf0\xa7\x91\x90\xf0\xa7\x97\xaa\xf0\xa7\xab\x8a\xf0\xa7\xb6\xa0\xf0\xa7\xbc\xab\xf0\xa7\xbf\xb7\xf0\xa8\x84\xaf\xf0\xa8\x89\x97\xf0\xa8\x97\x9d\xf0\xa8\x9e\x93\xf0\xa8\xa9\xac\xf0\xa8\xaa\x8e\xf0\xa8\xae\x94\xf0\xa9\x88\x95\xf0\xa9\x8a\x87\xf0\xa9\x8b\x89\xf0\xa9\x8b\xa4\xf0\xa9\x8e\xb9\xf0\xa9\x8f\x9f\xf0\xa9\x8f\xb4\xf0\xa9\x98\xa4\xf0\xa9\x98\xb3\xf0\xa9\x98\xbb\xf0\xa9\x9a\x84\xf0\xa9\x9b\xaa\xf0\xa9\x9b\xad\xf0\xa9\x9d\x97\xf0\xa9\x9f\x91\xf0\xa9\xb0\xaa\xf0\xa9\xb1\x8c\xf0\xa9\xb1\xb1\xf0\xa9\xb2\xbe\xf0\xaa\x81\x80\xf0\xaa\x82\x89\xf0\xaa\x82\xb5\xf0\xaa\x8b\x89\xf0\xaa\x8b\xae\xf0\xaa\x91\x86\xf0\xaa\x91\x8c\xf0\xaa\x93\x8a]",882,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xb9",3,NULL,0,NULL,0}, + {"[\xe6\x8c\xa7\xe6\xbe\x9a\xe8\x8d\xa2\xe9\xaf\xb2]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"[\xe3\xa0\xbe\xe3\xbe\x93\xe4\xa1\x9d\xe4\xa5\x89\xe4\xa8\x8a\xe5\x86\xa4\xe5\x89\x88\xe5\x9b\xa6\xe5\xac\xbd\xe5\xaf\x83\xe6\x82\x81\xe6\x83\x8c\xe6\xa3\xa9\xe6\xb7\xb5\xe6\xb8\x81\xe6\xb8\x86\xe6\xb8\x8a\xe6\xb8\x95\xe7\x81\x81\xe7\x9c\xa2\xe7\xae\xa2\xe8\x91\xbe\xe8\x92\xac\xe8\x9c\x8e\xe8\x9c\xb5\xe8\xa3\xb7\xe9\xa7\x8c\xe9\xb3\xb6\xe9\xb4\x9b\xe9\xb5\xb7\xe9\xb8\xa2\xe9\xb8\xb3\xe9\xb9\x93\xe9\xbc\x98\xe9\xbc\x9d\xf0\xa1\x88\x92\xf0\xa1\xa2\x8a\xf0\xa1\xa3\xac\xf0\xa1\xb7\xa1\xf0\xa2\x8d\x88\xf0\xa2\x8f\xae\xf0\xa2\xb1\xbd\xf0\xa3\xb9\xa0\xf0\xa5\xbf\x8e\xf0\xa8\x80\xae\xf0\xa8\x93\xaf\xf0\xa8\x96\xb3\xf0\xa9\x9b\x9f\xf0\xa9\x9d\xb8\xf0\xaa\x80\x88\xf0\xaa\x94\x97\xf0\xaa\x94\x99]",175,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\x9f\xb6\xe3\xa5\xb3\xe3\xb9\x89\xe4\x96\xa0\xe4\xa6\xbe\xe4\xac\xa7\xe4\xb1\xb2\xe4\xb2\xae\xe4\xb3\x92\xe4\xb3\xa3\xe5\x85\x83\xe5\x86\x86\xe5\x8e\x9f\xe5\x8e\xa1\xe5\x8e\xb5\xe5\x91\x98\xe5\x93\xa1\xe5\x9b\xad\xe5\x9c\x86\xe5\x9c\x8e\xe5\x9c\x92\xe5\x9c\x93\xe5\x9e\xa3\xe5\xa1\xac\xe5\xaa\xb4\xe5\xab\x84\xe6\x8f\xb4\xe6\x9d\xac\xe6\xa6\x9e\xe6\xa6\xac\xe6\xa9\xbc\xe6\xab\x9e\xe6\xb2\x85\xe6\xb9\xb2\xe6\xba\x90\xe6\xba\x92\xe7\x88\xb0\xe7\x8c\xa8\xe7\x8c\xbf\xe7\x8d\x82\xe7\xac\x8e\xe7\xb7\xa3\xe7\xb8\x81\xe7\xbc\x98\xe7\xbe\xb1\xe8\x8c\x92\xe8\x92\x9d\xe8\x96\x97\xe8\x9a\x96\xe8\x9d\x9d\xe8\x9d\xaf\xe8\x9e\x88\xe8\xa2\x81\xe8\xac\x9c\xe8\xb2\x9f\xe8\xb4\xa0\xe8\xbd\x85\xe8\xbe\x95\xe9\x82\x8d\xe9\x82\xa7\xe9\x8e\xb1\xe9\xa8\xb5\xe9\xad\xad\xe9\xb6\xa2\xe9\xb6\xb0\xe9\xbb\xbf\xe9\xbc\x8b\xf0\xa0\x9d\xb3\xf0\xa0\xa9\xa0\xf0\xa2\x86\x80\xf0\xa2\x97\xaf\xf0\xa2\xb7\xbb\xf0\xa4\xac\x8c\xf0\xa6\x8d\xbc\xf0\xa6\xbf\x82\xf0\xa7\x89\x97\xf0\xa7\x94\x9e\xf0\xa7\xb3\xad\xf0\xa7\xbb\x9a\xf0\xa8\x95\x97\xf0\xa8\xb8\x98\xf0\xa8\xbb\xa3\xf0\xa9\x89\xaf\xf0\xa9\x8d\xbb\xf0\xa9\xb0\xb5\xf0\xaa\x84\x81\xf0\xaa\x94\x85\xf0\xaa\x95\x80]",287,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe4\x9b\x84\xe4\x9b\x87\xe4\xa9\xa9\xe7\x9b\xb6\xe8\xbf\x9c\xe9\x80\xba\xe9\x81\xa0\xe9\x8b\xba\xf0\xa0\x92\x9c\xf0\xa1\xaf\xb1\xf0\xa9\x8c\x91\xf0\xa9\x90\x98\xf0\xa9\x94\x83]",46,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\xa4\xaa\xe3\xa5\x90\xe3\xad\x87\xe4\x85\x88\xe4\x8f\x8d\xe4\xac\x87\xe4\xac\xbc\xe5\x82\x86\xe5\x99\xae\xe5\x9e\xb8\xe5\xa4\x97\xe5\xa6\xb4\xe5\xaa\x9b\xe6\x80\xa8\xe6\x84\xbf\xe6\x8e\xbe\xe7\x91\x97\xe7\xa6\x90\xe8\x82\x99\xe8\x8b\x91\xe8\xa1\x8f\xe8\xa3\xab\xe8\xa4\x91\xe8\xa4\xa4\xe9\x99\xa2\xe9\xa1\x98\xf0\xa1\x88\x93\xf0\xa2\x82\xb1\xf0\xa2\x90\x84\xf0\xa2\x95\x8b\xf0\xa5\xad\x9e\xf0\xa7\x99\xae\xf0\xa9\x95\xbe\xf0\xa9\x98\x8d\xf0\xa9\x9f\x81]",116,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe9\x85\x9b\xe9\x88\xa8]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yuan",4,NULL,0,NULL,0}, + {"[\xe5\xbd\x9f\xe5\xbd\xa0\xe6\x9b\xb0\xe6\x9b\xb1\xe7\x9f\xb1\xe7\xae\xb9\xe7\xb4\x84\xe7\xba\xa6\xf0\xa0\x8f\x83\xf0\xa1\xa1\x95\xf0\xa2\x81\x9e\xf0\xa2\xbe\x94\xf0\xa6\x9a\xa2\xf0\xa7\xa8\x84\xf0\xa9\x9a\x88\xf0\xa9\x9c\x8c\xf0\xaa\x98\xb3]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu\xc4\x93",4,NULL,0,NULL,0}, + {"\xf0\xa2\xaf\xb5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe2\xba\x9d\xe3\x9c\xa7\xe3\x9c\xb0\xe3\xac\xa6\xe3\xb0\x9b\xe3\xb9\x8a\xe4\x86\x95\xe4\x86\xa2\xe4\x8b\x90\xe4\x8b\xa4\xe4\x96\x83\xe4\x9f\x91\xe4\x9f\xa0\xe4\xa0\xaf\xe4\xa1\x87\xe4\xa2\x81\xe4\xa2\xb2\xe4\xa4\xa6\xe4\xa5\x83\xe4\xb6\xb3\xe5\x88\x96\xe5\xa6\x9c\xe5\xac\xb3\xe5\xb2\x84\xe5\xb2\xb3\xe5\xb6\xbd\xe6\x81\xb1\xe6\x82\x85\xe6\x82\xa6\xe6\x88\x89\xe6\x8a\x88\xe6\x8d\xb3\xe6\x9c\x88\xe6\xa8\xbe\xe7\x80\xb9\xe7\x88\x9a\xe7\x8e\xa5\xe7\xa4\xbf\xe7\xa6\xb4\xe7\xaf\x97\xe7\xb1\x86\xe7\xb1\xa5\xe7\xb1\xb0\xe7\xb2\xa4\xe7\xb2\xb5\xe8\x98\xa5\xe8\x9a\x8e\xe8\x9a\x8f\xe8\xb6\x8a\xe8\xb7\x80\xe8\xb7\x83\xe8\xba\x8d\xe8\xbb\x8f\xe9\x88\x85\xe9\x89\x9e\xe9\x92\xba\xe9\x96\xb1\xe9\x96\xb2\xe9\x98\x85\xe9\xb8\x91\xe9\xb8\x99\xe9\xbb\xa6\xe9\xbe\xa0\xf0\xa0\x94\xa0\xf0\xa0\xa8\xb2\xf0\xa0\xa9\x89\xf0\xa0\xaa\xb6\xf0\xa0\xaf\xb2\xf0\xa0\xbe\xb2\xf0\xa0\xbf\x8b\xf0\xa1\x86\xa6\xf0\xa1\x86\xbd\xf0\xa1\x9b\x9f\xf0\xa2\xa6\xb0\xf0\xa3\x8c\x97\xf0\xa3\x8e\xb1\xf0\xa3\x90\x8b\xf0\xa3\xa4\xb0\xf0\xa3\xa6\x8f\xf0\xa3\xa8\xa1\xf0\xa3\xbb\xae\xf0\xa4\x91\x93\xf0\xa4\x93\x9d\xf0\xa5\x86\x9f\xf0\xa5\xa9\xa1\xf0\xa5\xb8\x98\xf0\xa6\x8b\xa9\xf0\xa6\xa3\x9c\xf0\xa6\xa4\x95\xf0\xa7\x80\xb2\xf0\xa7\x85\x9a\xf0\xa7\x87\x93\xf0\xa7\x95\x8b\xf0\xa7\xa4\xbd\xf0\xa7\xb9\x8a\xf0\xa8\x81\x91\xf0\xa8\x88\x8b\xf0\xa8\x8a\xb8\xf0\xa8\x92\x8b\xf0\xa8\x99\x84\xf0\xa8\xb3\x95\xf0\xa8\xb7\xb2\xf0\xa8\xb8\x80\xf0\xa8\xb8\x8e\xf0\xa8\xbf\x81\xf0\xa9\x81\xaf\xf0\xa9\x8e\x99\xf0\xa9\x93\xa5\xf0\xa9\xb1\xaa\xf0\xa9\xb1\xb2\xf0\xa9\xbf\xa0\xf0\xaa\x81\x91\xf0\xaa\x92\xa5\xf0\xab\x90\x84]",395,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe3\x9a\x83\xe5\xa5\xab\xe6\x99\x95\xe6\x9a\x88\xe6\xb0\xb2\xe6\xb0\xb3\xe7\x85\xb4\xe7\xb8\x95\xe7\xbc\x8a\xe8\x92\x80\xe8\x92\x95\xe8\x9d\xb9\xe8\xb4\x87\xe8\xb5\x9f\xe9\xa0\xb5\xe9\xa6\xa7\xf0\xa0\x9a\x93\xf0\xa5\xa0\xba\xf0\xa8\x8d\x86\xf0\xa8\xb7\x90\xf0\xa9\x81\xb4]",70,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc5\xabn",4,NULL,0,NULL,0}, + {"[\xe3\x9b\xa3\xe3\x9c\x8f\xe4\x89\x99\xe4\xa2\xb5\xe4\xba\x91\xe5\x8b\xbb\xe5\x8c\x80\xe5\x9b\xa9\xe5\xa6\x98\xe6\x84\xaa\xe6\x98\x80\xe6\xa6\xb2\xe6\xa9\x92\xe6\xb2\x84\xe6\xb6\xa2\xe6\xba\xb3\xe6\xbe\x90\xe7\x86\x89\xe7\x95\x87\xe7\x9c\x83\xe7\xa7\x90\xe7\xad\xa0\xe7\xad\xbc\xe7\xaf\x94\xe7\xb4\x9c\xe7\xb8\x9c\xe7\xba\xad\xe8\x80\x98\xe8\x80\xba\xe8\x8a\xb8\xe8\x92\xb7\xe8\x95\x93\xe9\x83\xa7\xe9\x84\x96\xe9\x8b\x86\xe9\x9b\xb2\xe9\xa5\x82\xf0\xa0\xa3\x90\xf0\xa1\x96\x92\xf0\xa3\x96\x86\xf0\xa4\x88\xb6\xf0\xa5\x90\xa9\xf0\xa5\xac\x80\xf0\xa7\xa5\xbc\xf0\xa7\xac\x9e\xf0\xa7\xb6\x8a\xf0\xa8\x9b\xa1]",153,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xban",4,NULL,0,NULL,0}, + {"[\xe3\xa9\x88\xe4\x86\xac\xe4\x87\x96\xe4\x9e\xab\xe4\xa4\x9e\xe4\xa8\xb6\xe4\xaa\xb3\xe5\x85\x81\xe5\x96\x97\xe5\xa4\xbd\xe6\x8a\x8e\xe6\xae\x92\xe6\xae\x9e\xe7\x8b\x81\xe7\xa3\x92\xe8\x8d\xba\xe8\xa4\x9e\xe8\xb3\xb1\xe9\x88\x97\xe9\x98\xad\xe9\x99\xa8\xe9\x9a\x95\xe9\x9c\xa3\xe9\xa6\xbb\xe9\xbd\xb3\xf0\xa0\xb1\xb3\xf0\xa7\x89\x83\xf0\xa7\xbc\x90\xf0\xa9\x82\xbf\xf0\xaa\x8f\x94\xf0\xaa\x8f\x9a\xf0\xaa\x98\xa9]",105,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc7\x94n",4,NULL,0,NULL,0}, + {"[\xe3\x9a\xba\xe3\x9e\x8c\xe3\x9f\xa6\xe4\x9a\x8b\xe4\xa9\xb5\xe4\xb2\xb0\xe5\x82\x8a\xe5\xad\x95\xe6\x81\xbd\xe6\x83\xb2\xe6\x84\xa0\xe6\x85\x8d\xe6\x9e\x9f\xe7\x86\x85\xe7\x86\xa8\xe7\xb7\xb7\xe7\xb7\xbc\xe8\x85\xaa\xe8\x95\xb4\xe8\x96\x80\xe8\x97\xb4\xe8\x98\x8a\xe8\xbf\x90\xe9\x81\x8b\xe9\x83\x93\xe9\x84\x86\xe9\x85\x9d\xe9\x86\x96\xe9\x86\x9e\xe9\x9f\x97\xe9\x9f\x9e\xe9\x9f\xab\xe9\x9f\xb5\xe9\x9f\xbb\xe9\xa4\xab\xf0\xa0\x88\xa4\xf0\xa1\x85\x99\xf0\xa1\xa2\x98\xf0\xa1\xb2\xaa\xf0\xa1\xbd\x85\xf0\xa3\x82\x8a\xf0\xa3\x8d\xaf\xf0\xa4\xb6\xa7\xf0\xa4\xb8\xab\xf0\xa6\x85\xbf\xf0\xa6\x88\x89\xf0\xa7\xa1\xa1\xf0\xa9\x8f\x85\xf0\xa9\x8f\x86\xf0\xa9\xb4\x89\xf0\xaa\x89\x82\xf0\xaa\x8d\x9d]",175,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xb9n",4,NULL,0,NULL,0}, + {"[\xe6\x8a\xa3\xe7\xb9\xa7]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yun",3,NULL,0,NULL,0}, + {"[\xe3\x9e\x89\xe3\xa6\xab\xe5\x8c\x9d\xe5\x92\x82\xe5\xb8\x80\xe6\x8b\xb6\xe6\xb2\x9e\xe7\xb4\xa5\xe7\xb4\xae\xe8\x87\x9c\xe8\x87\xa2\xe8\xbf\x8a\xe9\x89\x94\xe9\xad\xb3\xf0\xa0\xaf\x97\xf0\xa0\xbd\xb7\xf0\xa3\xa4\xb7\xf0\xa3\xa4\xba\xf0\xa6\xa0\x9b\xf0\xa6\xbe\xac\xf0\xa7\x8c\x83\xf0\xa8\xa0\xbf\xf0\xa9\x9e\xb6]",80,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc4\x81",3,NULL,0,NULL,0}, + {"[\xe4\x95\xb9\xe4\x9e\x99\xe4\xa8\xbf\xe4\xaa\x9e\xe5\x81\xba\xe5\x96\x92\xe5\x9b\x8b\xe5\x9b\x90\xe5\xb6\xbb\xe6\x9d\x82\xe7\xa0\xb8\xe7\xa3\xbc\xe8\xa5\x8d\xe9\x9b\x91\xe9\x9b\x9c\xe9\x9b\xa5\xe9\x9f\xb4\xf0\xa1\x81\x95\xf0\xa2\xb6\x8d\xf0\xa2\xb9\xbc\xf0\xa2\xbd\x9c\xf0\xa3\xb4\x96\xf0\xa3\xb8\x90\xf0\xa4\x84\x94\xf0\xa4\xa0\x80\xf0\xa5\xb7\xa9\xf0\xa7\xac\xa9\xf0\xa7\xbe\x81\xf0\xa9\x87\xba\xf0\xaa\x9a\x87]",105,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xa1",3,NULL,0,NULL,0}, + {"[\xe5\x92\x8b\xf0\xa0\xb7\xbf]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc7\x8e",3,NULL,0,NULL,0}, + {"[\xe5\x93\x89\xe6\xa0\xbd\xe6\xb8\xbd\xe7\x81\xbd\xe7\x81\xbe\xe7\x83\x96\xe7\x94\xbe\xe7\x9d\xb5\xe8\x8f\x91\xe8\xb3\xb3\xf0\xa1\xbf\xa7\xf0\xa2\x8e\x8b\xf0\xa2\xa6\x8f\xf0\xa2\xa6\x92\xf0\xa3\x94\xae\xf0\xa6\x9e\x81\xf0\xa6\xb3\xa6]",60,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc4\x81i",4,NULL,0,NULL,0}, + {"[\xe3\xb1\xb0\xe4\x8f\x81\xe4\xa3\xac\xe4\xae\xa8\xe5\xae\xb0\xe5\xb4\xbd\xf0\xa0\x8e\xb6\xf0\xa3\x85\x83\xf0\xa3\xaa\xae\xf0\xa4\x8c\x8a\xf0\xa4\x9d\x96]",40,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc7\x8ei",4,NULL,0,NULL,0}, + {"[\xe4\xb5\xa7\xe4\xbe\xa2\xe5\x82\xa4\xe5\x84\x8e\xe5\x86\x8d\xe5\x9c\xa8\xe6\x89\x97\xe6\xb4\x85\xe7\xb8\xa1\xe8\xbc\x89\xe8\xbd\xbd\xe9\x85\xa8\xf0\xa1\x89\x84\xf0\xa4\x9e\xb3\xf0\xa7\xaf\xa5\xf0\xa8\x80\xac\xf0\xa8\x9a\xb5\xf0\xa9\x9b\xa5\xf0\xa9\x9b\xb3]",66,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xa0i",4,NULL,0,NULL,0}, + {"[\xe4\x8d\xbc\xe4\x90\xb6\xe5\x85\x82\xe7\xb0\xaa\xe7\xb0\xae\xe7\xb3\x8c\xe9\x90\x95\xe9\x90\x9f\xf0\xa1\xa1\x96\xf0\xa5\xb8\xa2]",34,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc4\x81n",4,NULL,0,NULL,0}, + {"\xe5\x92\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xa1n",4,NULL,0,NULL,0}, + {"[\xe3\xb3\xab\xe4\xad\x95\xe5\x84\xa7\xe5\x84\xb9\xe5\x99\x86\xe5\xaf\x81\xe6\x8f\x9d\xe6\x92\x8d\xe6\x94\x85\xe6\x94\x92\xe6\x94\xa2\xe6\x98\x9d\xe6\xa1\x9a\xe6\xb2\xaf\xe7\xa4\xb8\xe8\xb6\xb1\xe8\xb6\xb2\xf0\xa2\x84\xa4\xf0\xa3\xb8\x84\xf0\xa8\x96\x8b\xf0\xa8\x98\x84]",69,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc7\x8en",4,NULL,0,NULL,0}, + {"[\xe3\x94\x86\xe3\x9c\xba\xe3\x9f\x9b\xe3\xa3\x85\xe4\xac\xa4\xe6\x9a\x82\xe6\x9a\xab\xe6\xbf\xbd\xe7\x81\x92\xe7\x93\x89\xe7\x93\x92\xe7\x93\x9a\xe7\xa6\xb6\xe8\xa5\xb8\xe8\xae\x83\xe8\xae\x9a\xe8\xb3\x9b\xe8\xb4\x8a\xe8\xb5\x9e\xe8\xb9\x94\xe9\x84\xbc\xe9\x85\x87\xe9\x8c\xbe\xe9\x8f\xa8\xe9\xa5\xa1\xf0\xa0\xbc\x97\xf0\xa5\x8e\x91\xf0\xa5\x9c\x99\xf0\xa5\xb3\x8b\xf0\xa7\x84\xbd\xf0\xa8\x99\x8f\xf0\xa9\x9b\xbb\xf0\xa9\xaf\x92\xf0\xa9\xaf\xb3]",113,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xa0n",4,NULL,0,NULL,0}, + {"[\xe3\xae\x9c\xe5\x8c\xa8\xe7\x89\x82\xe7\xbe\x98\xe8\x87\xa7\xe8\x94\xb5\xe8\xb3\x8d\xe8\xb3\x98\xe8\xb4\x93\xe8\xb4\x9c\xe8\xb5\x83\xe9\xab\x92\xf0\xa1\x81\xa7\xf0\xa1\x85\x86\xf0\xa2\x88\x9c\xf0\xa2\x8d\xbf\xf0\xa3\xbb\x9f\xf0\xa4\x83\xbc\xf0\xa4\x9b\xbb\xf0\xa6\x9f\x83\xf0\xaa\x93\x85]",74,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc4\x81ng",5,NULL,0,NULL,0}, + {"[\xe9\xa7\x94\xe9\xa9\xb5]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc7\x8eng",5,NULL,0,NULL,0}, + {"[\xe3\x98\xb8\xe5\xa1\x9f\xe5\xa5\x98\xe5\xbc\x89\xe8\x84\x8f\xe8\x87\x93\xe8\x87\x9f\xe8\x91\xac\xe9\x8a\xba\xf0\xa4\x9e\x9b\xf0\xa7\x95\xa8\xf0\xa8\x8c\x84]",41,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xa0ng",5,NULL,0,NULL,0}, + {"[\xe3\xa1\x9f\xe3\xaf\xbe\xe3\xb7\xae\xe4\x9c\x8a\xe5\x82\xae\xe7\xb3\x9f\xe8\xb9\xa7\xe9\x81\xad\xe9\x86\xa9\xf0\xa1\x90\x8b\xf0\xa3\x8d\x96\xf0\xa3\xa9\x92\xf0\xa5\x80\x9b\xf0\xa6\xb5\xa9\xf0\xa8\xa0\xb7\xf0\xaa\x99\xa1]",57,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc4\x81o",4,NULL,0,NULL,0}, + {"[\xe4\xa5\xa3\xe5\x87\xbf\xe9\x91\xbf]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xa1o",4,NULL,0,NULL,0}, + {"[\xe4\x96\xa3\xe4\x97\xa2\xe4\xb2\x83\xe6\x97\xa9\xe6\x9e\xa3\xe6\xa3\x97\xe6\xbe\xa1\xe7\x92\xaa\xe7\xb9\xb0\xe8\x96\xbb\xe8\x97\xbb\xe8\x9a\xa4\xf0\xa0\x99\xac\xf0\xa2\x84\x80\xf0\xa2\x91\x96\xf0\xa4\x9e\x8b\xf0\xa4\xa9\xa8\xf0\xa7\x88\xb9\xf0\xa7\x8e\xae\xf0\xa8\x8e\xae\xf0\xa8\x90\x89\xf0\xa8\x9a\xb0]",78,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc7\x8eo",4,NULL,0,NULL,0}, + {"[\xe5\x94\x95\xe5\x94\xa3\xe5\x96\xbf\xe5\x99\xaa\xe6\x85\xa5\xe6\xa2\x8d\xe7\x81\xb6\xe7\x87\xa5\xe7\x9a\x81\xe7\x9a\x82\xe7\xab\x83\xe7\xab\x88\xe7\xb0\x89\xe8\x89\x81\xe8\xad\x9f\xe8\xb6\xae\xe8\xba\x81\xe9\x80\xa0\xf0\xa0\xb4\xb5\xf0\xa1\x8c\xa3\xf0\xa1\xa8\x97\xf0\xa2\xb2\xb5\xf0\xa2\xb5\xa5\xf0\xa3\xb4\xa2\xf0\xa4\x8d\x9c\xf0\xa4\x9f\x80\xf0\xa5\x96\xa8\xf0\xa6\xaf\x91\xf0\xa8\x92\xbd]",100,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xa0o",4,NULL,0,NULL,0}, + {"\xe6\xa0\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zao",3,NULL,0,NULL,0}, + {"[\xe3\x96\xbd\xe3\x9f\x99\xe3\xa3\xb1\xe3\xb3\xbb\xe3\xba\x93\xe4\x87\xa5\xe4\x95\x89\xe4\x95\xaa\xe4\xaf\x94\xe4\xb0\xb9\xe4\xb6\xa6\xe5\x88\x99\xe5\x89\x87\xe5\x94\xb6\xe5\x95\xa7\xe5\x98\x96\xe5\xab\xa7\xe5\xb8\xbb\xe5\xb9\x98\xe6\x8a\x9e\xe6\x8b\xa9\xe6\x93\x87\xe6\xa8\x8d\xe6\xb2\xa2\xe6\xb3\x8e\xe6\xb3\xbd\xe6\xba\xad\xe6\xbe\xa4\xe7\x9a\x9f\xe7\x9e\x94\xe7\x9f\xa0\xe7\xa4\x8b\xe7\xac\xae\xe7\xae\xa6\xe7\xb0\x80\xe8\x88\xb4\xe8\x8d\x9d\xe8\xa0\x8c\xe8\xa5\x97\xe8\xab\x8e\xe8\xac\xae\xe8\xb2\xac\xe8\xb3\xbe\xe8\xb4\xa3\xe8\xb5\x9c\xe8\xbf\xae\xe9\xb8\x85\xe9\xbd\x9a\xe9\xbd\xb0\xf0\xa0\x9f\xbb\xf0\xa1\xb8\xa6\xf0\xa3\x9b\xb8\xf0\xa3\xa4\x88\xf0\xa3\xbc\xa6\xf0\xa3\xbf\x90\xf0\xa4\x96\x93\xf0\xa4\xa2\x9f\xf0\xa4\xbe\x80\xf0\xa5\x8d\xb1\xf0\xa5\x8e\x8d\xf0\xa5\xbc\x83\xf0\xa6\x94\x88\xf0\xa6\x9f\x9c\xf0\xa7\xb6\xb7\xf0\xa8\x95\xa0\xf0\xa8\x96\x8a\xf0\xa9\x82\x96\xf0\xa9\x84\xbe\xf0\xa9\x8c\xaa\xf0\xa9\x94\xb3\xf0\xaa\x8c\x9f]",237,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xa9",3,NULL,0,NULL,0}, + {"[\xe3\xb3\x81\xe4\xbb\x84\xe5\xa4\xa8\xe5\xb4\xb1\xe5\xba\x82\xe6\x8d\x91\xe6\x98\x83\xe6\x98\x97\xe6\xb1\x84\xf0\xa0\xa8\xbb\xf0\xa1\xb5\x97\xf0\xa1\xb8\x88\xf0\xa1\xb9\xa8\xf0\xa2\xa7\xa0\xf0\xa2\xae\x9a\xf0\xa2\xaf\xa9\xf0\xa3\x86\xbd\xf0\xa3\xac\xbf\xf0\xa5\x9f\x94\xf0\xa9\xbe\xb8]",73,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xa8",3,NULL,0,NULL,0}, + {"[\xe4\xbc\xac\xe8\x94\xb6]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ze",2,NULL,0,NULL,0}, + {"[\xe6\x88\x9d\xe8\xa0\x88\xe8\xb3\x8a\xe8\xb4\xbc\xe9\xaf\xbd\xe9\xb0\x82\xe9\xb1\xa1\xe9\xb2\x97\xf0\xa2\xa8\x97\xf0\xa6\xbd\x92\xf0\xa7\x92\xbf\xf0\xa8\x86\x8e]",42,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xa9i",4,NULL,0,NULL,0}, + {"\xe3\xbb\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc4\x93n",4,NULL,0,NULL,0}, + {"\xe6\x80\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc4\x9bn",4,NULL,0,NULL,0}, + {"[\xe8\xad\x96\xe8\xad\x9b\xe8\xb0\xae]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xa8n",4,NULL,0,NULL,0}, + {"\xe5\x9b\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zen",3,NULL,0,NULL,0}, + {"[\xe4\x8e\x96\xe5\xa2\x97\xe5\xa2\x9e\xe6\x86\x8e\xe6\xa9\xa7\xe7\x86\xb7\xe7\x92\x94\xe7\x9f\xb0\xe7\xa3\xb3\xe7\xb9\x92\xe7\xbc\xaf\xe7\xbd\xbe\xe8\xad\x84\xe9\x84\xab\xf0\xa1\xa1\x91\xf0\xa1\xbe\xbd\xf0\xa4\x8e\xaf\xf0\xa6\x80\x93\xf0\xa6\xbc\x8f\xf0\xa7\xa2\x90\xf0\xa8\xb2\xaf]",72,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc4\x93ng",5,NULL,0,NULL,0}, + {"\xe3\xbd\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc4\x9bng",5,NULL,0,NULL,0}, + {"[\xe4\x99\xa2\xe4\xb0\x9d\xe7\x94\x91\xe8\xb4\x88\xe8\xb5\xa0\xe9\x8b\xa5\xe9\x94\x83\xf0\xaa\x92\x9f\xf0\xaa\x99\xad]",31,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xa8ng",5,NULL,0,NULL,0}, + {"\xe9\xb1\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zeng",4,NULL,0,NULL,0}, + {"[\xe3\x97\xac\xe3\xa6\x8b\xe3\xaa\xa5\xe3\xbe\xb4\xe4\x90\x92\xe4\xb5\x99\xe4\xb6\xa5\xe5\x81\xa7\xe5\x8a\x84\xe5\x90\x92\xe5\x93\xb3\xe5\x96\xb3\xe5\xa5\x93\xe6\x89\x8e\xe6\x8a\xaf\xe6\x8c\x93\xe6\x8f\xb8\xe6\x91\xa3\xe6\x9f\xa4\xe6\x9f\xbb\xe6\xa5\x82\xe6\xa8\x9d\xe6\xb8\xa3\xe7\x9a\xb6\xe7\x9a\xbb\xe8\xa7\xb0\xe8\xad\x87\xe9\xbd\x84\xe9\xbd\x87\xf0\xa0\xad\xaf\xf0\xa0\xaf\xa9\xf0\xa0\xbd\xa3\xf0\xa2\x84\x84\xf0\xa4\xb9\xa1\xf0\xa5\xa1\xa7\xf0\xa5\xb9\x81\xf0\xa6\x9f\xb0\xf0\xa6\xb3\x8f\xf0\xa7\xa9\xab\xf0\xa7\xac\x85\xf0\xa9\xae\x8e\xf0\xaa\x97\xad\xf0\xaa\x97\xb5]",145,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\x81",4,NULL,0,NULL,0}, + {"[\xe3\xb1\x9c\xe3\xb3\x90\xe4\xa5\xb7\xe4\xae\x9c\xe4\xae\xa2\xe6\x9c\xad\xe7\x85\xa0\xe7\x89\x90\xe7\x94\xb4\xe7\xae\x9a\xe8\x80\xab\xe8\x9a\xbb\xe8\xad\x97\xe9\x8d\x98\xe9\x93\xa1\xe9\x96\x98\xe9\x97\xb8\xf0\xa0\x8d\xb9\xf0\xa0\x93\xa3\xf0\xa0\x9d\x9a\xf0\xa0\xa2\x99\xf0\xa0\xa2\xa1\xf0\xa0\xb0\x8f\xf0\xa1\x8e\xab\xf0\xa1\x9f\xa2\xf0\xa2\xa7\x96\xf0\xa2\xa7\xbb\xf0\xa3\x9f\xa6\xf0\xa3\xa7\x96\xf0\xa3\xbd\x9b\xf0\xa4\x81\xb3\xf0\xa4\xa1\xa8\xf0\xa4\xb5\xa6\xf0\xa7\x84\xa0\xf0\xa7\x89\xab\xf0\xa7\xb6\x87\xf0\xa7\xbc\xb0\xf0\xa7\xbc\xb6\xf0\xa7\xbd\x85\xf0\xa9\x83\xa1\xf0\xa9\x83\xb9\xf0\xa9\xa5\xa0\xf0\xa9\xa9\xa5\xf0\xa9\xb3\xb6\xf0\xa9\xbf\xa4]",165,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa1",4,NULL,0,NULL,0}, + {"[\xe3\xb4\x99\xe3\xb7\xa2\xe4\x8b\xbe\xe4\x95\xa2\xe4\x9b\xbd\xe4\xb1\xb9\xe5\x8e\x8f\xe6\x8b\x83\xe6\x90\xa9\xe7\x9c\xa8\xe7\xa0\x9f\xe8\x8b\xb2\xe8\xb8\xb7\xe9\xae\x93\xe9\xae\xba\xe9\xb2\x8a\xe9\xb2\x9d\xf0\xa4\x88\xa9\xf0\xa5\x80\x88\xf0\xa5\x80\x89\xf0\xa6\x82\x89\xf0\xa6\x91\xaf\xf0\xa7\xa8\xbf\xf0\xa8\x82\xb5\xf0\xa8\x85\x93\xf0\xa9\xbb\xa2\xf0\xa9\xbc\xab]",93,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc7\x8e",4,NULL,0,NULL,0}, + {"[\xe3\xa1\xb8\xe4\x83\x8e\xe4\x84\x8d\xe4\x86\x9b\xe4\x96\xb3\xe4\xb9\x8d\xe5\x92\xa4\xe5\xae\xb1\xe6\x90\xbe\xe6\x9f\x9e\xe6\xa0\x85\xe6\xa6\xa8\xe6\xba\xa0\xe7\x81\xb9\xe7\x82\xb8\xe7\x97\x84\xe8\x9a\xb1\xe8\xa9\x90\xe8\xaf\x88\xe9\x86\xa1\xe9\x9c\x85\xf0\xa1\x97\xb8\xf0\xa2\x95\xae\xf0\xa3\x9b\xbd\xf0\xa4\xb0\xa6\xf0\xa7\xa7\xbb\xf0\xa7\xa8\x8a\xf0\xa7\xbf\x8c\xf0\xa8\x8b\x98\xf0\xa8\xa1\x97\xf0\xa9\xac\x9f\xf0\xa9\xb6\xb1\xf0\xa9\xbd\xbd]",113,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa0",4,NULL,0,NULL,0}, + {"[\xe3\x92\x80\xe4\x94\x9d\xe6\x8d\x9a\xe6\x91\x98\xe6\x96\x8b\xe6\x96\x8e\xe6\xa6\xb8\xe9\xbd\x8b\xf0\xa0\x9e\xb6\xf0\xa0\xb5\xa0\xf0\xa0\xb7\x92\xf0\xa1\x85\x93\xf0\xa2\x8b\xbf\xf0\xa2\xb4\xa8\xf0\xa4\x9e\xae\xf0\xa4\xbb\xa6\xf0\xa8\x85\xaa\xf0\xa9\x9d\xbf\xf0\xa9\xb1\xb3\xf0\xaa\x97\x92\xf0\xaa\x97\x93\xf0\xaa\x98\x87\xf0\xaa\x98\xa8\xf0\xaa\x9a\x8e]",90,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\x81i",5,NULL,0,NULL,0}, + {"[\xe3\xa1\xaf\xe5\xae\x85\xe6\xaa\xa1\xf0\xa6\x91\xb1\xf0\xa9\x8f\xaa\xf0\xa9\x8f\xbd\xf0\xaa\x80\xa5]",27,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa1i",5,NULL,0,NULL,0}, + {"[\xe4\x8d\x89\xe7\xaa\x84\xe9\x89\x99\xf0\xa0\x8f\xb0\xf0\xa4\xa2\x92\xf0\xa5\x9e\x85\xf0\xa7\xb2\xbb\xf0\xa7\xbb\x8d\xf0\xa9\xac\xab]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc7\x8ei",5,NULL,0,NULL,0}, + {"[\xe3\xa9\x9f\xe4\x90\xb1\xe5\x80\xba\xe5\x82\xb5\xe5\xaf\xa8\xe7\x98\xb5\xe7\xa0\xa6\xf0\xa0\x91\x9e\xf0\xa1\x8d\xa5\xf0\xa2\xaf\x8c\xf0\xa3\xa9\xad\xf0\xa5\x8d\xaa\xf0\xa5\xb0\xbe\xf0\xa6\xa4\xa7\xf0\xa8\x9d\x8b\xf0\xaa\x91\xbd]",59,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa0i",5,NULL,0,NULL,0}, + {"[\xe5\xa4\x88\xe7\xb2\x82]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhai",4,NULL,0,NULL,0}, + {"[\xe3\xa3\xb6\xe3\xae\xb5\xe4\xa6\x93\xe4\xa9\x87\xe4\xb1\xb3\xe4\xb6\xa8\xe5\x99\xa1\xe5\xb6\xa6\xe6\x83\x89\xe6\x97\x83\xe6\x97\x9c\xe6\xa0\xb4\xe6\xaf\xa1\xe6\xb0\x88\xe6\xb0\x8a\xe6\xb2\xbe\xe7\x9e\xbb\xe7\xb2\x98\xe8\x96\x9d\xe8\x9b\x85\xe8\xa9\x80\xe8\xa9\xb9\xe8\xad\xab\xe8\xb0\xb5\xe8\xb6\x88\xe9\x82\x85\xe9\x96\x9a\xe9\x9c\x91\xe9\xa3\xa6\xe9\xa5\x98\xe9\xa9\x99\xe9\xad\x99\xe9\xb1\xa3\xe9\xb3\xa3\xe9\xb8\x87\xe9\xb9\xaf\xf0\xa0\x8c\xb2\xf0\xa0\x9f\xa7\xf0\xa1\x85\xb9\xf0\xa1\x95\x81\xf0\xa1\xad\x9e\xf0\xa2\xa7\x97\xf0\xa3\xa2\xa4\xf0\xa3\xae\xbf\xf0\xa4\x98\x87\xf0\xa5\x99\xa1\xf0\xa5\xb6\x95\xf0\xa6\xa7\x9a\xf0\xa6\xaa\xa3\xf0\xa7\x8b\xb1\xf0\xa7\x92\x9d\xf0\xa7\xae\xaa\xf0\xa7\xbd\x86\xf0\xa7\xbe\x8d\xf0\xa8\x8a\x88\xf0\xa9\x89\x97\xf0\xa9\x94\xa3\xf0\xa9\xbc\xbc\xf0\xaa\x83\x8b\xf0\xaa\x89\x9c\xf0\xaa\x8f\x89\xf0\xaa\xa1\x8f\xf0\xab\x97\xb4]",218,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\x81n",5,NULL,0,NULL,0}, + {"\xe8\xae\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa1n",5,NULL,0,NULL,0}, + {"[\xe3\x94\x8a\xe3\x9c\x8a\xe3\x9e\xa1\xe3\xa0\xad\xe4\x81\xaa\xe4\x81\xb4\xe4\x86\x84\xe4\x8e\x92\xe4\x9f\x8b\xe4\xa1\x80\xe4\xa9\x85\xe4\xa9\x86\xe4\xb1\xbc\xe5\xab\xb8\xe5\xb1\x95\xe5\xb4\xad\xe5\xb6\x83\xe5\xb6\x84\xe6\x90\x8c\xe6\x96\xa9\xe6\x96\xac\xe6\xa4\xab\xe6\xa6\x90\xe6\xa9\x8f\xe7\x90\x96\xe7\x9b\x8f\xe7\x9b\x9e\xe8\xbc\xbe\xe9\x86\x86\xe9\xa2\xad\xe9\xa3\x90\xe9\xbb\xb5\xf0\xa0\x9f\x89\xf0\xa1\xbd\xbb\xf0\xa2\x85\xba\xf0\xa3\x80\x81\xf0\xa3\x9b\xb7\xf0\xa5\x87\xa2\xf0\xa5\xb4\x90\xf0\xa5\xbf\x9c\xf0\xa6\x88\xbb\xf0\xa6\x97\xa2\xf0\xa7\x8e\xb0\xf0\xa7\x94\xa1\xf0\xa7\x96\x89\xf0\xa7\xac\x86\xf0\xa7\xb2\xae\xf0\xa8\xa3\x81\xf0\xa8\xa3\x9a\xf0\xa8\xab\x80\xf0\xa8\xad\x96\xf0\xa8\xba\xbf\xf0\xa9\x95\x8a]",182,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe3\x9f\x9e\xe3\xba\x98\xe3\xbb\xb5\xe4\x8b\x8e\xe4\x97\x83\xe4\x98\xba\xe4\xaa\x8c\xe4\xb1\xa0\xe4\xbd\x94\xe5\x81\xa1\xe5\x8d\xa0\xe5\xb6\x98\xe6\x88\x98\xe6\x88\xa6\xe6\x88\xb0\xe6\xa0\x88\xe6\xa1\x9f\xe6\xa3\xa7\xe6\xb9\x9b\xe7\xab\x99\xe7\xb6\xbb\xe7\xbb\xbd\xe8\x8f\x9a\xe8\x98\xb8\xe8\x99\xa5\xe8\x99\xa6\xe8\xa6\xb1\xe8\xad\xa7\xe8\xbc\x9a\xe8\xbd\x8f\xe9\xa9\x8f\xf0\xa1\x81\xb3\xf0\xa1\x93\xa6\xf0\xa2\x88\xbd\xf0\xa2\xa4\x9a\xf0\xa3\xb3\xa4\xf0\xa4\x96\x86\xf0\xa4\x9c\x87\xf0\xa7\x80\xa1\xf0\xa7\x82\x81\xf0\xa7\x99\xad\xf0\xa7\x9d\x91\xf0\xa7\xae\xba\xf0\xa7\xb8\xaa\xf0\xa8\x87\xa9\xf0\xa8\xbc\x88\xf0\xa8\xbc\xae\xf0\xa9\x86\xaf\xf0\xa9\xa5\x87\xf0\xa9\xa8\x8d\xf0\xa9\xb0\x83\xf0\xaa\x97\xa6\xf0\xaa\x98\xaa]",183,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe4\x9b\xab\xe5\x82\xbd\xe5\xa2\x87\xe5\xab\x9c\xe5\xbc\xa0\xe5\xbc\xb5\xe5\xbd\xb0\xe6\x85\x9e\xe6\x9a\xb2\xe6\xa8\x9f\xe6\xbc\xb3\xe7\x8d\x90\xe7\x92\x8b\xe7\xab\xa0\xe7\xb2\xbb\xe8\x94\x81\xe8\x9f\x91\xe9\x81\xa7\xe9\x84\xa3\xe9\xa4\xa6\xe9\xa8\xbf\xe9\xb1\x86\xe9\xba\x9e\xf0\xa1\x88\xa0\xf0\xa2\x95\x8e\xf0\xa2\x95\x94\xf0\xa2\xb7\xa2\xf0\xa3\x8c\x9e\xf0\xa4\x8d\xa4\xf0\xa7\x90\x8a\xf0\xa7\xbd\xa3\xf0\xa8\x84\xb0\xf0\xa9\x8c\xac\xf0\xaa\x85\x82\xf0\xab\x97\xa0]",119,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\x81ng",6,NULL,0,NULL,0}, + {"[\xe2\xbb\x93\xe4\xbb\x89\xe6\x8e\x8c\xe6\xb6\xa8\xe6\xbc\xb2\xe7\xa4\x83\xe9\x95\xb7\xe9\x95\xbf\xf0\xa0\xab\x9d\xf0\xa1\x91\x84\xf0\xa2\xa9\xb0\xf0\xa3\xbe\xa6\xf0\xa4\x93\xaf\xf0\xa4\x95\x84\xf0\xa5\xb3\xb6\xf0\xa6\xba\xa1\xf0\xa9\xad\xab]",62,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc7\x8eng",6,NULL,0,NULL,0}, + {"[\xe3\x99\xa3\xe3\xbd\xb4\xe4\xb8\x88\xe4\xbb\x97\xe5\xb6\x82\xe5\xb8\x90\xe5\xb8\xb3\xe5\xb9\x9b\xe6\x89\x99\xe6\x9d\x96\xe6\xb6\xb1\xe7\x97\xae\xe7\x98\xac\xe7\x98\xb4\xe7\x9e\x95\xe8\x83\x80\xe8\x84\xb9\xe8\xb3\xac\xe8\xb4\xa6\xe9\x9a\x9c\xf0\xa0\x85\xb9\xf0\xa1\x9a\xb9\xf0\xa2\xaa\xbe]",74,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa0ng",6,NULL,0,NULL,0}, + {"[\xe5\xb9\xa5\xe7\xb2\x80\xe9\x8f\xb1\xe9\x90\xa3]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhang",5,NULL,0,NULL,0}, + {"[\xe4\x9e\xb4\xe4\xbd\x8b\xe5\x95\x81\xe5\xa6\xb1\xe5\xb7\xb6\xe6\x8b\x9b\xe6\x98\xad\xe7\x9a\xbd\xe7\x9b\x84\xe7\xaa\xbc\xe9\x87\x97\xe9\x89\x8a\xe9\x8d\xa3\xe9\x92\x8a\xe9\xa7\x8b\xf0\xa1\x96\x8e\xf0\xa2\x97\x88\xf0\xa3\x8b\x8d\xf0\xa4\x8d\x92\xf0\xa4\xbf\x98\xf0\xa5\x8f\xa8\xf0\xa6\x97\x94\xf0\xa6\xba\x93\xf0\xa8\xb1\xbb]",83,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\x81o",5,NULL,0,NULL,0}, + {"[\xe3\x95\x9a\xe4\x88\x83\xe4\x9d\x96\xe6\x89\xbe\xe6\xb2\xbc\xe7\x88\xaa\xe7\x91\xb5\xf0\xa0\x95\x96\xf0\xa2\x81\xac\xf0\xa6\xac\x94\xf0\xa7\xb3\xbb]",39,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc7\x8eo",5,NULL,0,NULL,0}, + {"[\xe3\x91\xbf\xe3\xa1\xbd\xe3\xb7\x96\xe3\xb7\xb9\xe4\x83\x8d\xe4\x88\x87\xe4\x8d\x9c\xe4\x8d\xae\xe4\x91\xb2\xe5\x85\x86\xe5\x8f\xac\xe5\x9e\x97\xe6\x97\x90\xe6\x9b\x8c\xe6\x9e\x9b\xe6\xa3\xb9\xe6\xab\x82\xe7\x82\xa4\xe7\x85\xa7\xe7\x87\xb3\xe7\x8b\xa3\xe7\x9e\xbe\xe7\xac\x8a\xe7\xbd\xa9\xe7\xbe\x84\xe8\x82\x81\xe8\x82\x87\xe8\x82\x88\xe8\xa9\x94\xe8\xaf\x8f\xe8\xb5\xb5\xe8\xb6\x99\xe9\xae\xa1\xf0\xa0\x95\xad\xf0\xa0\x9f\x85\xf0\xa0\xa0\x84\xf0\xa0\xbb\xa5\xf0\xa1\xb1\x9c\xf0\xa2\xa1\xb0\xf0\xa3\xa0\x9c\xf0\xa4\x99\x94\xf0\xa5\xb5\xa4\xf0\xa6\xb9\xab\xf0\xa7\xb3\x9d\xf0\xa8\xb9\xb8\xf0\xa9\x98\x80\xf0\xa9\x99\xa9]",157,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa0o",5,NULL,0,NULL,0}, + {"[\xe2\xba\xa4\xe2\xba\xa5\xe7\x88\xab\xe7\xbd\x80]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhao",4,NULL,0,NULL,0}, + {"[\xe3\xb8\x99\xe5\x97\xbb\xe5\xab\xac\xe8\x9c\x87\xe9\x81\xae\xf0\xa0\x8c\xae\xf0\xa1\x82\xad\xf0\xa8\xb0\xb5]",29,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\x93",4,NULL,0,NULL,0}, + {"[\xe3\x9e\x8f\xe3\xa1\x87\xe3\xa2\x8e\xe3\xaa\xbf\xe3\xad\x99\xe3\xad\xaf\xe3\xaf\x99\xe3\xaf\xb0\xe3\xb8\x9e\xe4\x87\xbd\xe4\x8a\x9e\xe4\x8e\xb2\xe4\x90\x91\xe4\x90\xb2\xe4\x93\x86\xe4\x9c\x86\xe4\x9d\x83\xe4\x9d\x95\xe4\xae\xb0\xe5\x8e\x87\xe5\x93\xb2\xe5\x95\xa0\xe5\x96\x86\xe5\x9a\x9e\xe5\x9f\x91\xe6\x82\x8a\xe6\x8a\x98\xe6\x91\xba\xe6\x99\xa2\xe6\x99\xa3\xe6\xad\xbd\xe7\x9f\xba\xe7\xa0\x93\xe7\xa3\x94\xe7\xb1\xb7\xe7\xb2\x8d\xe8\x99\xb4\xe8\x9b\xb0\xe8\x9f\x84\xe8\xa2\xa9\xe8\xa9\x9f\xe8\xac\xab\xe8\xac\xba\xe8\xae\x81\xe8\xae\x8b\xe8\xb0\xaa\xe8\xbc\x92\xe8\xbc\x99\xe8\xbd\x8d\xe8\xbe\x84\xe8\xbe\x99\xe9\x8a\xb8\xe9\xa6\xb2\xe9\xae\xbf\xf0\xa0\x9a\xb1\xf0\xa0\x9d\x9d\xf0\xa0\x9e\x83\xf0\xa0\xaf\x93\xf0\xa0\xbd\xbb\xf0\xa0\xbe\x80\xf0\xa1\x87\xa0\xf0\xa1\x98\xad\xf0\xa1\x9c\xaf\xf0\xa1\x9d\x8a\xf0\xa2\x9f\xaf\xf0\xa2\xa2\x8d\xf0\xa2\xab\xb0\xf0\xa2\xac\xb4\xf0\xa3\x99\xb5\xf0\xa3\xa0\x9e\xf0\xa3\xbb\xa9\xf0\xa4\x9c\xa4\xf0\xa4\x9f\x8d\xf0\xa4\xae\xb1\xf0\xa5\x8f\xaf\xf0\xa5\x90\xbd\xf0\xa5\x95\xa3\xf0\xa5\x9b\xa7\xf0\xa5\xa4\x8b\xf0\xa5\xa7\xae\xf0\xa6\x85\x84\xf0\xa6\x94\xae\xf0\xa6\x97\x91\xf0\xa6\x97\x97\xf0\xa6\x9e\xa5\xf0\xa6\xa0\xa3\xf0\xa6\xac\x83\xf0\xa7\x8e\xb4\xf0\xa7\x91\xa7\xf0\xa7\xa4\xa0\xf0\xa7\xb2\xa2\xf0\xa8\x85\x8a\xf0\xa8\x90\x83\xf0\xa8\xb5\x8a\xf0\xa9\x8a\xb5\xf0\xa9\x90\xb6\xf0\xa9\xa2\x90\xf0\xa9\xa3\xa9\xf0\xaa\x90\x8f\xf0\xaa\x9a\xa5]",348,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa9",4,NULL,0,NULL,0}, + {"[\xe4\xb9\xbd\xe5\x95\xab\xe7\xa6\x87\xe8\x80\x85\xe8\xa4\xb6\xe8\xa5\xb5\xe8\xb5\xad\xe9\x94\x97\xf0\xa9\xa4\x9c]",30,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\x9b",4,NULL,0,NULL,0}, + {"[\xe4\x82\x9e\xe4\x8f\xb3\xe4\x97\xaa\xe4\xa0\xa6\xe4\xa9\xbe\xe4\xb5\xad\xe6\x9f\x98\xe6\xa8\x9c\xe6\xb5\x99\xe6\xb7\x9b\xe6\xbd\xaa\xe8\x94\x97\xe8\x9f\x85\xe8\xbf\x99\xe9\x80\x99\xe9\xb7\x93\xe9\xb9\xa7\xf0\xa3\x87\xa7\xf0\xa3\xb6\x8b\xf0\xa5\x91\xa1\xf0\xa5\xad\x99\xf0\xa6\xa0\x9f\xf0\xa6\xa0\xa0\xf0\xa6\xaf\x8d]",81,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa8",4,NULL,0,NULL,0}, + {"[\xe7\x9d\x80\xe8\x91\x97\xf0\xa1\x84\xa1]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhe",3,NULL,0,NULL,0}, + {"[\xe3\x96\x98\xe3\x98\xb0\xe3\xb2\x80\xe4\x82\xa6\xe4\x83\x8c\xe4\x88\xaf\xe4\xbe\xa6\xe5\x81\xb5\xe5\xab\x83\xe5\xaf\x8a\xe5\xb8\xaa\xe6\x90\xb8\xe6\x96\x9f\xe6\xa0\x95\xe6\xa1\xa2\xe6\xa1\xad\xe6\xa5\xa8\xe6\xa6\x9b\xe6\xa8\xbc\xe6\xae\x9d\xe6\xb5\x88\xe6\xbd\xa7\xe6\xbe\xb5\xe7\x8d\x89\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x91\xa7\xe7\x94\x84\xe7\x9c\x9e\xe7\x9c\x9f\xe7\xa0\xa7\xe7\xa2\xaa\xe7\xa5\xaf\xe7\xa6\x8e\xe7\xa6\x9b\xe7\xae\xb4\xe7\xb1\x88\xe8\x83\x97\xe8\x87\xbb\xe8\x91\xb4\xe8\x92\x96\xe8\x93\x81\xe8\x96\xbd\xe8\xb2\x9e\xe8\xb4\x9e\xe8\xbd\x83\xe9\x81\x89\xe9\x85\x99\xe9\x87\x9d\xe9\x89\x81\xe9\x8c\xb1\xe9\x8d\xbc\xe9\x92\x88\xe9\x9d\x95\xe9\xb1\xb5\xf0\xa0\x9b\xb6\xf0\xa0\xb8\xb8\xf0\xa1\x87\x91\xf0\xa1\x87\x96\xf0\xa1\x88\xbf\xf0\xa1\xbb\x88\xf0\xa3\x93\x80\xf0\xa3\xbf\x8e\xf0\xa4\x9a\xa8\xf0\xa5\xaa\x98\xf0\xa6\xb3\xb3\xf0\xa6\xb8\xae\xf0\xa7\xae\xac\xf0\xa8\xb1\x85\xf0\xa9\x87\x9c\xf0\xaa\x87\xb3\xf0\xaa\x89\x95]",235,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\x93n",5,NULL,0,NULL,0}, + {"\xf0\xa0\xb5\xa7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa9n",5,NULL,0,NULL,0}, + {"[\xe3\x90\xb1\xe3\xaa\x9b\xe3\xb1\xbd\xe4\x82\xa7\xe4\x91\x90\xe4\xa0\xb4\xe4\xaa\xb4\xe4\xaa\xbe\xe4\xab\xac\xe5\xb1\x92\xe5\xbc\xab\xe6\x8a\xae\xe6\x98\xa3\xe6\x9e\x95\xe7\x95\x9b\xe7\x96\xb9\xe7\x9c\x95\xe7\xa8\xb9\xe7\xb4\xbe\xe7\xb5\xbc\xe7\xb8\xa5\xe7\xbc\x9c\xe8\x81\x84\xe8\xa2\x97\xe8\xa3\x96\xe8\xa8\xba\xe8\xaf\x8a\xe8\xbb\xab\xe8\xbd\xb8\xe9\xa7\x97\xe9\xac\x92\xe9\xbb\xb0\xf0\xa0\x98\xb1\xf0\xa0\xa0\xb9\xf0\xa0\xac\x93\xf0\xa2\x8f\x88\xf0\xa3\xac\xbb\xf0\xa3\xb1\xbd\xf0\xa4\xb7\x8c\xf0\xa5\x85\x98\xf0\xa5\x8c\x83\xf0\xa5\x96\x98\xf0\xa7\xa0\x9d\xf0\xa7\xa4\x9b\xf0\xa8\x8f\xa4\xf0\xa9\x92\x80\xf0\xa9\x92\x88\xf0\xa9\xac\x96\xf0\xaa\x91\xb3]",166,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\x9bn",5,NULL,0,NULL,0}, + {"[\xe3\x93\x84\xe3\xa3\x80\xe3\xae\xb3\xe3\xaf\xa2\xe3\xb4\xa8\xe3\xbc\x89\xe4\x80\x95\xe4\x8a\xb6\xe4\x8f\x96\xe4\x9d\xa9\xe4\x9f\xb4\xe4\xa8\xaf\xe4\xb2\xb4\xe4\xb3\xb2\xe4\xbe\xb2\xe5\x9c\xb3\xe5\xa1\xa6\xe6\x8c\x8b\xe6\x8c\xaf\xe6\x8f\x95\xe6\x95\xb6\xe6\x9c\x95\xe6\xa0\x9a\xe7\x91\xb1\xe7\x94\xbd\xe7\x9c\xb9\xe7\xb4\x96\xe7\xba\xbc\xe8\xaa\xab\xe8\xb3\x91\xe8\xb5\x88\xe9\x85\x96\xe9\x8e\xad\xe9\x8e\xae\xe9\x95\x87\xe9\x98\xb5\xe9\x99\xa3\xe9\x9c\x87\xe9\xb4\x86\xe9\xb8\xa9\xf0\xa3\x83\xb5\xf0\xa3\x8f\x96\xf0\xa3\x92\x85\xf0\xa5\xa4\xa4\xf0\xa8\x8c\x91\xf0\xa8\xb3\x8c\xf0\xa8\xb8\xac\xf0\xa9\x84\x9b\xf0\xa9\x8a\xa1\xf0\xa9\x8a\xa8\xf0\xa9\x91\x98\xf0\xa9\x92\xaa\xf0\xa9\xbe\xba\xf0\xaa\x81\xa7\xf0\xaa\x90\xb2]",182,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa8n",5,NULL,0,NULL,0}, + {"[\xe8\x90\x99\xe9\x8b\xb4]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhen",4,NULL,0,NULL,0}, + {"[\xe3\xac\xb9\xe4\x86\xb8\xe4\x87\xb0\xe4\x8b\x8a\xe4\x8b\xab\xe4\x8d\xb5\xe4\xb1\xa2\xe4\xba\x89\xe4\xbd\x82\xe5\x9f\xa9\xe5\xa7\x83\xe5\xaa\x9c\xe5\xb3\xa5\xe5\xb4\x9d\xe5\xb4\xa2\xe5\xbe\x81\xe5\xbe\xb0\xe5\xbe\xb4\xe5\xbe\xb5\xe6\x80\x94\xe6\x8c\xa3\xe6\x8e\x99\xe6\x8f\x81\xe7\x82\xa1\xe7\x83\x9d\xe7\x88\xad\xe7\x8b\xb0\xe7\x8c\x99\xe7\x99\xa5\xe7\x9c\x90\xe7\x9d\x81\xe7\x9d\x9c\xe7\xad\x9d\xe7\xae\x8f\xe7\xaf\x9c\xe8\x81\x87\xe8\x92\xb8\xe8\xaf\xa4\xe8\xb8\xad\xe9\x89\xa6\xe9\x8c\x9a\xe9\x92\xb2\xe9\x93\xae\xe9\xac\x87\xe9\xaf\x96\xf0\xa0\x91\x85\xf0\xa0\xb2\x9c\xf0\xa1\xaa\xba\xf0\xa2\x81\xbf\xf0\xa2\x93\x9e\xf0\xa2\xae\x90\xf0\xa2\xbe\xa7\xf0\xa4\xaa\xa1\xf0\xa6\x93\xba\xf0\xa6\x99\xab\xf0\xa6\x9a\xa6\xf0\xa6\x9c\x8e\xf0\xa6\xa1\x85\xf0\xa6\xb1\x8a\xf0\xa7\x97\x86\xf0\xa7\x97\xb2\xf0\xa7\x98\xbf\xf0\xa7\xaa\xa3\xf0\xa7\xaf\xab\xf0\xa8\x8c\xa2\xf0\xa8\x9b\xb0\xf0\xa8\x9c\x93\xf0\xa8\x9f\x83\xf0\xa8\xa2\xb9\xf0\xa8\xba\x9f\xf0\xa9\x97\xb2\xf0\xa9\x98\xbc\xf0\xa9\x98\xbd\xf0\xa9\x9a\xab\xf0\xa9\xba\x84]",257,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\x93ng",6,NULL,0,NULL,0}, + {"[\xe4\xa1\x95\xe6\x84\xb8\xe6\x8a\x8d\xe6\x8b\xaf\xe6\x8e\x9f\xe6\x92\x9c\xe6\x95\xb4\xe6\x99\xb8\xe6\xb0\xb6\xe7\xb3\xbd\xf0\xa0\x8f\xab\xf0\xa4\xb8\xb2\xf0\xa4\xbf\x86\xf0\xa8\x80\xa7\xf0\xa8\x8b\xac\xf0\xa9\x97\xb5]",56,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\x9bng",6,NULL,0,NULL,0}, + {"[\xe3\xa1\xa0\xe3\xa1\xa7\xe3\xb1\x8f\xe3\xbd\x80\xe4\x82\xbb\xe4\x88\xa3\xe4\xa5\x8c\xe4\xa5\xad\xe4\xa6\x9b\xe4\xa6\xb6\xe5\xa1\xa3\xe5\xb8\xa7\xe5\xb9\x80\xe6\x94\xbf\xe6\xad\xa3\xe7\x97\x87\xe8\xa8\xbc\xe8\xab\x8d\xe8\xad\x89\xe8\xaf\x81\xe9\x83\x91\xe9\x84\xad\xe9\xb4\x8a\xf0\xa0\x94\xbb\xf0\xa2\x8c\xa6\xf0\xa2\x8f\xb0\xf0\xa2\xb9\x91\xf0\xa5\x8a\xbc\xf0\xa5\x92\x9b\xf0\xa7\xb6\x84\xf0\xa8\x9a\xa3\xf0\xa8\xa7\xad\xf0\xa9\x8f\xa0\xf0\xaa\x8e\xbb]",115,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa8ng",6,NULL,0,NULL,0}, + {"\xe5\x87\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zheng",5,NULL,0,NULL,0}, + {"[\xe3\xa9\xbc\xe3\xaf\x84\xe3\xb2\x8d\xe3\xb4\xaf\xe3\xb8\x9f\xe3\xbd\xbb\xe4\x93\x8b\xe4\x93\x9c\xe4\x93\xa1\xe4\x9d\xb7\xe4\x9e\xa0\xe4\x9f\xa1\xe4\xa3\xbd\xe4\xa7\xb4\xe4\xb5\xb9\xe4\xb9\x8b\xe5\x80\x81\xe5\x8d\xae\xe5\x90\xb1\xe5\x9d\xa7\xe5\xb7\xb5\xe6\x88\xa0\xe6\x90\x98\xe6\x94\xaf\xe6\x9e\x9d\xe6\xa0\x80\xe6\xa2\x94\xe6\xa4\xa5\xe6\xa6\xb0\xe6\xb1\x81\xe6\xb1\xa5\xe6\xb3\x9c\xe7\x96\xb7\xe7\x9f\xa5\xe7\xa5\x97\xe7\xa5\xac\xe7\xa6\x94\xe7\xa7\x93\xe7\xa7\x96\xe7\xa7\xaa\xe7\xa8\x99\xe7\xb6\x95\xe7\xb9\x94\xe7\xbb\x87\xe8\x82\xa2\xe8\x83\x91\xe8\x83\x9d\xe8\x84\x82\xe8\x87\xb8\xe8\x8a\x9d\xe8\x98\xb5\xe8\x9c\x98\xe8\xa1\xbc\xe9\x9a\xbb\xe9\xa6\xb6\xe9\xb3\xb7\xe9\xb4\xb2\xe9\xb5\x84\xe9\xbc\x85\xf0\xa0\xa6\xa7\xf0\xa0\xb0\x85\xf0\xa2\x8e\x88\xf0\xa4\xb5\x8b\xf0\xa4\xbd\x81\xf0\xa5\x83\xab\xf0\xa5\x87\xad\xf0\xa5\x98\xa1\xf0\xa5\x9d\x91\xf0\xa5\x9d\xae\xf0\xa5\xbb\xac\xf0\xa5\xbe\xa3\xf0\xa6\x8f\xa4\xf0\xa6\x9d\x94\xf0\xa6\xad\x9c\xf0\xa6\xaf\xab\xf0\xa6\xb4\x80\xf0\xa7\x8c\x94\xf0\xa7\x90\x89\xf0\xa7\xb1\x92\xf0\xa7\xb9\x9b\xf0\xa7\xbd\xa6\xf0\xa8\x8c\x8c\xf0\xa8\x95\x95\xf0\xa8\x9c\x8e\xf0\xa8\x9f\xbe\xf0\xa8\xa2\xae\xf0\xa9\x8d\xb2\xf0\xa9\x8d\xb5\xf0\xa9\x99\xbe\xf0\xaa\x82\x85\xf0\xaa\x89\x86\xf0\xaa\x92\x8a\xf0\xab\x9b\x9b]",315,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\xab",4,NULL,0,NULL,0}, + {"[\xe3\x99\xb7\xe3\x9c\xbc\xe3\xa5\x80\xe4\x90\x88\xe4\x9f\x88\xe4\xb5\x82\xe4\xbe\x84\xe5\x80\xa4\xe5\x80\xbc\xe5\x84\xa8\xe5\x97\xad\xe5\x9f\xb4\xe5\x9f\xb7\xe5\xa2\x8c\xe5\xa6\xb7\xe5\xa7\xaa\xe5\xac\x82\xe6\x85\xb9\xe6\x89\xa7\xe6\x91\xad\xe6\xa4\x8d\xe6\xa8\xb4\xe6\xae\x96\xe6\xb7\x94\xe6\xbc\x90\xe7\x8a\x86\xe7\x93\xa1\xe7\x9b\xb4\xe7\xa6\x83\xe7\xb5\xb7\xe7\xb8\xb6\xe8\x81\x80\xe8\x81\x8c\xe8\x81\xb7\xe8\x86\xb1\xe8\x9f\x99\xe8\xa4\x81\xe8\xb2\xad\xe8\xb7\x96\xe8\xb8\xaf\xe8\xb9\xa0\xe8\xba\x91\xe8\xbb\x84\xe9\x87\x9e\xe9\x89\x84\xe9\xa6\xbd\xf0\xa1\x81\x89\xf0\xa1\x82\xa3\xf0\xa1\x88\x8a\xf0\xa1\x8c\xb4\xf0\xa1\x8f\x80\xf0\xa1\x96\xbb\xf0\xa1\xb0\xb9\xf0\xa1\xb8\x9c\xf0\xa2\x83\x9c\xf0\xa3\x96\xad\xf0\xa3\x96\xbf\xf0\xa3\xb3\x80\xf0\xa3\xbd\x9a\xf0\xa4\x83\xb2\xf0\xa5\x8f\x85\xf0\xa5\xae\x96\xf0\xa6\xb3\xae\xf0\xa7\x80\xbf\xf0\xa7\x83\x90\xf0\xa7\x8f\xb8\xf0\xa7\x93\xb8\xf0\xa7\xbe\x82\xf0\xa8\x82\x82\xf0\xa8\xa4\xb1\xf0\xa8\xbc\x93\xf0\xa9\xaf\x88\xf0\xaa\x97\xa8\xf0\xaa\x99\xb9]",252,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xad",4,NULL,0,NULL,0}, + {"[\xe3\x95\x84\xe3\xa1\xb3\xe3\xa1\xb6\xe3\xab\x91\xe3\xae\xb9\xe3\xb2\x9b\xe4\x85\xa9\xe4\x87\x9b\xe4\x9b\x97\xe4\xa4\xa0\xe4\xb3\x85\xe5\x8a\xa7\xe5\x8f\xaa\xe5\x92\xab\xe5\x9d\x80\xe5\x9d\x81\xe5\xa4\x82\xe5\xb8\x8b\xe6\x80\xbe\xe6\x81\x89\xe6\x89\xba\xe6\x8a\xa7\xe6\x8c\x87\xe6\x97\xa8\xe6\x9e\xb3\xe6\xad\xa2\xe6\xb1\xa6\xe6\xb2\x9a\xe6\xb4\x94\xe6\xb7\xbd\xe7\x96\xbb\xe7\xa0\x8b\xe7\xa5\x89\xe7\xb4\x99\xe7\xba\xb8\xe8\x8a\xb7\xe8\x97\xa2\xe8\xa1\xb9\xe8\xa5\xa7\xe8\xa8\xa8\xe8\xb6\xbe\xe8\xbb\xb9\xe8\xbd\xb5\xe9\x85\xaf\xe9\x98\xaf\xe9\xbb\xb9\xf0\xa0\xae\xa1\xf0\xa0\xbc\xa0\xf0\xa1\x99\x91\xf0\xa1\xb1\x94\xf0\xa2\x87\xa8\xf0\xa2\x9b\x8d\xf0\xa2\xb0\x99\xf0\xa2\xb7\xb8\xf0\xa2\xbd\x83\xf0\xa2\xbd\x97\xf0\xa2\xbe\xab\xf0\xa3\x94\x90\xf0\xa3\x96\x8c\xf0\xa3\x9a\xa0\xf0\xa3\xb2\xb5\xf0\xa4\xb6\x93\xf0\xa4\xb8\x93\xf0\xa5\x92\x97\xf0\xa5\x94\x8a\xf0\xa6\x90\x96\xf0\xa6\xb0\x98\xf0\xa7\x8a\x99\xf0\xa7\x9b\xa2\xf0\xa7\x9c\x9a\xf0\xa7\x9d\x89\xf0\xa7\xa0\xb4\xf0\xa7\xb8\x85\xf0\xa7\xb8\x95\xf0\xa8\x8e\x8c\xf0\xa8\xac\x9a\xf0\xa8\xb0\x9b\xf0\xa8\xb5\x82\xf0\xa9\xac\xba\xf0\xaa\x91\x9c]",276,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc7\x90",4,NULL,0,NULL,0}, + {"[\xe3\x97\x8c\xe3\x97\xa7\xe3\x98\x89\xe3\x9b\xbf\xe3\x9c\xb1\xe3\x9d\x82\xe3\xa3\xa5\xe3\xa8\x81\xe3\xa8\x96\xe3\xb4\x9b\xe3\xbf\x83\xe4\x84\xba\xe4\x86\x88\xe4\x87\xa7\xe4\x89\x85\xe4\x89\x9c\xe4\x8e\xba\xe4\x8f\xaf\xe4\x90\xad\xe4\x91\x87\xe4\x93\x8c\xe4\x95\x8c\xe4\x98\xad\xe4\x9a\xa6\xe4\x9a\xb3\xe4\x9d\xb0\xe4\x9e\x83\xe4\xa1\xb9\xe4\xa5\x8d\xe4\xa6\xaf\xe4\xa9\xa2\xe4\xac\xb9\xe4\xad\x81\xe4\xb1\x83\xe4\xb1\xa5\xe4\xb2\x80\xe4\xb9\xbf\xe5\x81\xab\xe5\x82\x82\xe5\x88\xb6\xe5\x8a\x95\xe5\x8e\x94\xe5\x9e\x81\xe5\xa2\x86\xe5\xa8\xa1\xe5\xaf\x98\xe5\xb3\x99\xe5\xb4\xbb\xe5\xb8\x99\xe5\xb8\x9c\xe5\xb9\x9f\xe5\xba\xa2\xe5\xba\xa4\xe5\xbb\x8c\xe5\xbd\x98\xe5\xbe\x8f\xe5\xbe\x9d\xe5\xbf\x97\xe5\xbf\xae\xe6\x86\x84\xe6\x87\xa5\xe6\x87\xab\xe6\x89\xbb\xe6\x8c\x83\xe6\x8c\x9a\xe6\x8e\xb7\xe6\x90\xb1\xe6\x91\xaf\xe6\x93\xb2\xe6\x93\xb3\xe6\x97\x98\xe6\x99\x8a\xe6\x99\xba\xe6\x9f\xa3\xe6\xa0\x89\xe6\xa1\x8e\xe6\xa2\xbd\xe6\xa5\x96\xe6\xab\x8d\xe6\xab\x9b\xe6\xb2\xbb\xe6\xb4\xb7\xe6\xbb\x8d\xe6\xbb\x9e\xe6\xbb\xaf\xe6\xbd\x8c\xe7\x80\x84\xe7\x82\x99\xe7\x86\xab\xe7\x8b\xbe\xe7\x8c\x98\xe7\x93\x86\xe7\x95\xa4\xe7\x96\x90\xe7\x97\x94\xe7\x97\xa3\xe7\xa4\xa9\xe7\xa5\x91\xe7\xa7\xa9\xe7\xa7\xb2\xe7\xa7\xb7\xe7\xa8\x9a\xe7\xa8\xba\xe7\xa9\x89\xe7\xaa\x92\xe7\xad\xab\xe7\xb4\xa9\xe7\xb7\xbb\xe7\xbd\xae\xe7\xbf\x90\xe8\x86\xa3\xe8\x87\xb3\xe8\x87\xb4\xe8\x8a\x96\xe8\x9b\xad\xe8\x9e\xb2\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa3\xbd\xe8\xa6\x9f\xe8\xa7\x97\xe8\xa7\xaf\xe8\xa7\xb6\xe8\xaa\x8c\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\xb8\xe8\xb3\xaa\xe8\xb4\x84\xe8\xb4\xa8\xe8\xb4\xbd\xe8\xb7\xb1\xe8\xb8\xac\xe8\xba\x93\xe8\xbb\xbd\xe8\xbc\x8a\xe8\xbd\xbe\xe8\xbf\xa3\xe9\x83\x85\xe9\x8a\x8d\xe9\x8b\x95\xe9\x91\x95\xe9\x93\x9a\xe9\x94\xa7\xe9\x98\xa4\xe9\x99\x9f\xe9\x9b\x89\xe9\xa7\xa4\xe9\xa8\xad\xe9\xa8\xba\xe9\xa9\x87\xe9\xaa\x98\xe9\xaf\xaf\xe9\xb4\x99\xe9\xb7\x99\xe9\xb8\xb7\xf0\xa0\x8a\xa4\xf0\xa0\x8a\xb7\xf0\xa0\x8b\xa4\xf0\xa0\x8d\x9c\xf0\xa0\x93\xb6\xf0\xa0\x98\x96\xf0\xa0\x9a\x85\xf0\xa1\x80\xb9\xf0\xa1\x82\x92\xf0\xa1\x8d\xb6\xf0\xa1\x8f\x9a\xf0\xa1\x91\x98\xf0\xa1\x96\xa7\xf0\xa1\xa0\x97\xf0\xa1\xa0\xb9\xf0\xa1\xae\x9e\xf0\xa1\xbd\x86\xf0\xa2\x84\xa2\xf0\xa2\x84\xb1\xf0\xa2\x85\x81\xf0\xa2\x8a\x81\xf0\xa2\x8d\xa7\xf0\xa2\x90\x82\xf0\xa2\x95\x9e\xf0\xa2\x96\x87\xf0\xa2\x96\xbf\xf0\xa2\x99\xba\xf0\xa2\x9a\xa8\xf0\xa2\xa1\x92\xf0\xa2\xa7\xa4\xf0\xa2\xaf\xb6\xf0\xa2\xb4\xa0\xf0\xa2\xb4\xa7\xf0\xa2\xbb\x99\xf0\xa3\x97\xbb\xf0\xa3\xa5\xb0\xf0\xa3\xa8\x8b\xf0\xa4\x86\x92\xf0\xa4\x93\x95\xf0\xa4\x96\x9e\xf0\xa4\x9b\xb1\xf0\xa4\x9e\x82\xf0\xa4\x9e\x8c\xf0\xa4\xa6\x84\xf0\xa4\xa6\xae\xf0\xa4\xa7\x9c\xf0\xa4\xb4\x9b\xf0\xa4\xb4\x9f\xf0\xa4\xb4\xa2\xf0\xa4\xbf\x99\xf0\xa5\x87\x95\xf0\xa5\x8d\xad\xf0\xa5\x8e\xb9\xf0\xa5\x8f\x84\xf0\xa5\x8f\x8a\xf0\xa5\x8f\xb0\xf0\xa5\x8f\xb7\xf0\xa5\x92\x93\xf0\xa5\xa0\x88\xf0\xa5\xa0\xbd\xf0\xa5\xa3\xae\xf0\xa5\xad\xa1\xf0\xa5\xb4\x92\xf0\xa5\xb9\xa9\xf0\xa5\xbf\xae\xf0\xa6\x83\x98\xf0\xa6\x9b\xa7\xf0\xa6\x9c\x8b\xf0\xa6\x9f\x94\xf0\xa6\xa4\xbb\xf0\xa6\xa5\x8e\xf0\xa6\xa5\x90\xf0\xa6\xad\xae\xf0\xa6\xaf\xaf\xf0\xa7\x99\x81\xf0\xa7\xa0\xab\xf0\xa7\xa3\xad\xf0\xa7\xa3\xbe\xf0\xa7\xa4\xa1\xf0\xa7\xa8\xb0\xf0\xa7\xab\xa1\xf0\xa7\xb8\xb2\xf0\xa8\x81\xb7\xf0\xa8\x83\xaf\xf0\xa8\x86\xa7\xf0\xa8\x8e\x89\xf0\xa8\x91\xa8\xf0\xa8\x92\x89\xf0\xa8\x96\xb9\xf0\xa8\x9f\x8a\xf0\xa8\xa1\x90\xf0\xa8\xa7\xb5\xf0\xa8\xab\x94\xf0\xa8\xbb\x86\xf0\xa8\xbf\x9b\xf0\xa9\x8a\x9d\xf0\xa9\x8a\xb4\xf0\xa9\x8b\xa9\xf0\xa9\xa7\x84\xf0\xa9\xb7\x93\xf0\xa9\xb9\x88\xf0\xa9\xbb\xbc\xf0\xaa\x81\x8a\xf0\xaa\x81\x93\xf0\xaa\x81\xa9\xf0\xaa\x8f\x80\xf0\xaa\x97\xbb]",898,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xac",4,NULL,0,NULL,0}, + {"[\xe4\xbf\xa7\xe5\x87\xaa\xe5\xbe\x94\xe8\xac\xa2]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhi",3,NULL,0,NULL,0}, + {"[\xe3\xb9\xa3\xe4\x87\x97\xe4\x88\xba\xe4\x9d\xa6\xe4\xb8\xad\xe4\xbc\x80\xe5\x88\xa3\xe5\xa6\x90\xe5\xb9\x92\xe5\xbd\xb8\xe5\xbf\xa0\xe6\x9f\x8a\xe6\xb1\xb7\xe6\xb3\x88\xe7\x82\x82\xe7\x9b\x85\xe7\xb1\xa6\xe7\xb5\x82\xe7\xbb\x88\xe8\x88\xaf\xe8\x94\xa0\xe8\x9e\xa4\xe8\x9e\xbd\xe8\xa1\xb3\xe8\xa1\xb7\xe8\xb9\xb1\xe9\x88\xa1\xe9\x8a\xbf\xe9\x8d\xbe\xe9\x90\x98\xe9\x92\x9f\xe9\x94\xba\xe9\xbc\xa8\xf0\xa0\x9b\x80\xf0\xa1\x96\x8c\xf0\xa2\x81\xb7\xf0\xa2\x83\xad\xf0\xa2\xa8\xb1\xf0\xa3\xb7\xa1\xf0\xa4\x9d\x85\xf0\xa4\xaf\x9a\xf0\xa5\x97\xa6\xf0\xa5\xb7\x88\xf0\xa6\x89\x82\xf0\xa6\xac\x95\xf0\xa7\x86\xbc\xf0\xa7\x91\x86\xf0\xa8\xb3\x97\xf0\xa9\x85\x9e\xf0\xa9\x85\xa7]",169,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc5\x8dng",6,NULL,0,NULL,0}, + {"[\xe3\xa3\xab\xe5\x86\xa2\xe5\x96\xa0\xe5\xa1\x9a\xe5\xa1\x9c\xe5\xb0\xb0\xe6\xad\xb1\xe7\x85\x84\xe7\x98\x87\xe7\xa7\x8d\xe7\xa8\xae\xe7\xa9\x9c\xe8\x82\xbf\xe8\x85\xab\xe8\xb8\xb5\xf0\xa0\x8a\xa5\xf0\xa1\xb0\x92\xf0\xa1\xbb\x91\xf0\xa3\xb9\x9e\xf0\xa4\xba\x84]",67,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc7\x92ng",6,NULL,0,NULL,0}, + {"[\xe3\xb2\xb4\xe4\xb1\xb0\xe4\xbb\xb2\xe4\xbc\x97\xe5\x81\x85\xe5\xa0\xb9\xe5\xa6\x95\xe5\xaa\x91\xe7\x8b\x86\xe7\x9c\xbe\xe7\xa5\x8c\xe7\xad\x97\xe8\x8c\xbd\xe8\x9a\x9b\xe8\xa1\x86\xe8\xa1\xb6\xe8\xab\xa5\xe9\x87\x8d\xf0\xa0\xb1\xa7\xf0\xa1\xa5\xbf\xf0\xa2\x9d\x86\xf0\xa3\xb1\xa7\xf0\xa4\x9a\x8f\xf0\xa5\xbb\x9d\xf0\xa6\x8c\x8b\xf0\xa6\x94\x89\xf0\xa7\xac\xa4\xf0\xa7\xb3\xae\xf0\xa8\x89\xa2\xf0\xa9\xbe\x8b\xf0\xa9\xbf\x80]",108,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xb2ng",6,NULL,0,NULL,0}, + {"\xe8\xbf\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhong",5,NULL,0,NULL,0}, + {"[\xe3\xa8\x84\xe4\x8e\x87\xe4\x91\xbc\xe4\x93\x9f\xe4\xa7\x93\xe4\xbe\x9c\xe5\x91\xa8\xe5\x96\x8c\xe5\xb7\x9e\xe5\xbe\x9f\xe6\x8e\xab\xe6\xb4\xb2\xe6\xb7\x8d\xe7\x83\x90\xe7\x8f\x98\xe7\x9b\xa9\xe7\x9f\xaa\xe7\xb2\xa5\xe8\x88\x9f\xe8\xac\x85\xe8\xad\xb8\xe8\xaf\x8c\xe8\xaf\xaa\xe8\xb3\x99\xe8\xb5\x92\xe8\xbc\x88\xe8\xbc\x96\xe8\xbe\x80\xe9\x80\xb1\xe9\x83\xae\xe9\x8a\x82\xe9\x9c\x8c\xe9\xa8\x86\xe9\xb5\x83\xe9\xb8\xbc\xf0\xa0\x9a\xb4\xf0\xa0\xa3\x98\xf0\xa0\xa4\x8d\xf0\xa0\xb1\x99\xf0\xa1\x80\x91\xf0\xa2\x8f\x9d\xf0\xa2\x90\xab\xf0\xa2\xbd\xa7\xf0\xa5\x8c\x86\xf0\xa5\x91\xb8\xf0\xa5\xba\x9d\xf0\xa5\xba\x9e\xf0\xa5\xbc\xab\xf0\xa5\xbf\xa6\xf0\xa6\xa9\x88\xf0\xa6\xad\xb4\xf0\xa7\x87\x9f\xf0\xa7\xa3\xb7\xf0\xa7\xa7\x94\xf0\xa7\xbb\x96\xf0\xa8\x89\x9c\xf0\xa8\x8f\xba\xf0\xa8\xa6\x9e\xf0\xa9\xa2\xb8\xf0\xa9\xa7\xb3\xf0\xa9\xb6\xa3\xf0\xaa\x86\x80]",215,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc5\x8du",5,NULL,0,NULL,0}, + {"[\xe3\x9b\xa9\xe5\xa6\xaf\xe8\xbb\xb8\xe8\xbd\xb4\xf0\xa1\x8a\xa1\xf0\xa5\x96\xa0\xf0\xa5\xbe\x93]",26,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xb3u",5,NULL,0,NULL,0}, + {"[\xe3\xab\xb6\xe4\x96\x9e\xe5\xb8\x9a\xe6\x99\xad\xe7\x96\x9b\xe7\x9d\xad\xe7\xae\x92\xe8\x82\x98\xe8\x8f\xb7\xe9\xaf\x9e\xf0\xa2\xab\xa7\xf0\xa3\xa5\xaf\xf0\xa6\x88\xba\xf0\xa7\xb3\x9c\xf0\xa8\xa5\x87]",52,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc7\x92u",5,NULL,0,NULL,0}, + {"[\xe3\x91\x87\xe3\x91\xb3\xe3\xa4\x98\xe3\xa5\xae\xe3\xbc\x99\xe3\xbe\xad\xe4\x88\x99\xe4\x8b\x93\xe4\x8e\xbb\xe4\x9b\x86\xe4\xa9\x9c\xe4\xb6\x87\xe4\xbc\xb7\xe5\x83\xbd\xe5\x86\x91\xe5\x91\xaa\xe5\x92\x92\xe5\x92\xae\xe5\x99\xa3\xe5\xae\x99\xe6\x98\xbc\xe6\x99\x9d\xe7\x94\x83\xe7\x9a\xb1\xe7\x9a\xba\xe7\xb1\x80\xe7\xb1\x92\xe7\xb1\x95\xe7\xb2\x99\xe7\xb4\x82\xe7\xb8\x90\xe7\xba\xa3\xe7\xbb\x89\xe8\x83\x84\xe8\x8d\xae\xe8\x91\xa4\xe8\xa9\x8b\xe8\xa9\xb6\xe9\x85\x8e\xe9\xa7\x8e\xe9\xa9\x9f\xe9\xaa\xa4\xf0\xa0\x8a\xa3\xf0\xa2\x83\xb8\xf0\xa2\x93\x9f\xf0\xa2\xb7\x97\xf0\xa2\xbc\xb2\xf0\xa3\x86\x94\xf0\xa3\xbb\xb1\xf0\xa4\x8f\xb2\xf0\xa5\x80\x99\xf0\xa5\xa3\x99\xf0\xa5\xb2\x9d\xf0\xa6\x81\x96\xf0\xa6\x82\x88\xf0\xa6\x85\xb8\xf0\xa7\x9b\xb8\xf0\xa7\xad\x8d\xf0\xa9\x8a\x84\xf0\xa9\x8b\xb0\xf0\xa9\x8d\x8c\xf0\xa9\x8d\xa7\xf0\xa9\x97\xaa\xf0\xa9\xa7\xa8\xf0\xaa\x87\x9e]",220,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xb2u",5,NULL,0,NULL,0}, + {"[\xe7\x82\xbf\xe9\xa7\xb2]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhou",4,NULL,0,NULL,0}, + {"[\xe3\xa6\xb5\xe3\xa7\xa3\xe3\xb6\x86\xe4\x83\xb4\xe4\x87\xac\xe4\x90\x97\xe4\xa1\xa4\xe4\xa3\xb7\xe4\xbe\x8f\xe5\x8a\xaf\xe6\x9c\xb1\xe6\xa0\xaa\xe6\xa7\xa0\xe6\xa9\xa5\xe6\xab\xa7\xe6\xab\xab\xe6\xb4\x99\xe6\xbd\xb4\xe7\x80\xa6\xe7\x8c\xaa\xe7\x8f\xa0\xe7\xa1\x83\xe7\xa7\xbc\xe7\xb5\x91\xe8\x8c\xb1\xe8\x9b\x9b\xe8\x9d\xab\xe8\xa0\xa9\xe8\xa2\xbe\xe8\xaa\x85\xe8\xab\xb8\xe8\xaf\x9b\xe8\xaf\xb8\xe8\xb1\xac\xe8\xb7\xa6\xe9\x82\xbe\xe9\x8a\x96\xe9\x93\xa2\xe9\xa7\xaf\xe9\xae\xa2\xe9\xaf\xba\xe9\xb4\xb8\xe9\xbc\x84\xf0\xa0\xa7\x80\xf0\xa1\xb4\x85\xf0\xa1\xbb\x8c\xf0\xa2\x94\xaa\xf0\xa4\x9d\xb9\xf0\xa4\xa5\xae\xf0\xa5\x9b\x82\xf0\xa6\xa7\x99\xf0\xa7\x91\xa4\xf0\xa9\x8a\xa3\xf0\xa9\x8b\xb5\xf0\xa9\xb4\x80\xf0\xaa\x8b\x8f\xf0\xaa\x8b\x91\xf0\xaa\x8f\xbf]",191,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc5\xab",4,NULL,0,NULL,0}, + {"[\xe4\x8c\xb5\xe4\x95\xbd\xe4\x98\x9a\xe4\x9f\x89\xe4\xa0\xb1\xe4\xa5\xae\xe4\xae\xb1\xe5\xad\x8e\xe6\x9b\xaf\xe6\xac\x98\xe6\xb3\x8f\xe7\x81\x9f\xe7\x82\xa2\xe7\x83\x9b\xe7\x87\xad\xe7\x88\xa5\xe7\x98\x83\xe7\xaa\x8b\xe7\xab\xb9\xe7\xab\xba\xe7\xac\x81\xe7\xac\x9c\xe7\xaf\x89\xe8\x88\xb3\xe8\x8c\xbf\xe8\xa0\x8b\xe8\xa0\xbe\xe8\xba\x85\xe9\x80\x90\xe9\xb1\x81\xf0\xa0\xae\x8c\xf0\xa0\xb7\x85\xf0\xa1\x8e\xba\xf0\xa1\xa7\xa8\xf0\xa2\xb2\xbf\xf0\xa3\xa4\x81\xf0\xa3\xb5\xb8\xf0\xa3\xbd\x86\xf0\xa5\x9e\x8f\xf0\xa5\xbe\x85\xf0\xa6\xac\xb8\xf0\xa7\x8f\xbf\xf0\xa8\x9e\x95\xf0\xa8\xb2\x88\xf0\xa9\x9e\x88\xf0\xa9\xb2\xa0\xf0\xa9\xb2\xac\xf0\xa9\xb3\xa5\xf0\xa9\xb6\x84]",168,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xba",4,NULL,0,NULL,0}, + {"[\xe3\x94\x89\xe3\xb5\xad\xe4\x98\xa2\xe4\xb0\x9e\xe4\xb8\xb6\xe4\xb8\xbb\xe5\x8a\x9a\xe5\x98\xb1\xe5\x9b\x91\xe5\xae\x94\xe6\x8b\x84\xe6\x96\xb8\xe6\xb8\x9a\xe6\xbf\x90\xe7\x85\x91\xe7\x85\xae\xe7\x9e\xa9\xe7\x9f\x9a\xe7\xbd\x9c\xe8\xa9\x9d\xe9\x99\xbc\xe9\xba\x88\xf0\xa0\xb0\x8d\xf0\xa1\xba\x90\xf0\xa2\x81\xbc\xf0\xa3\x94\xaf\xf0\xa4\x86\xbc\xf0\xa4\xb2\x91\xf0\xa5\x8b\x9b\xf0\xa6\x85\xb7\xf0\xa6\x89\x90\xf0\xa7\x89\x9e\xf0\xa9\x92\x8a\xf0\xa9\xa8\xbb\xf0\xaa\x8b\xb0]",120,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc7\x94",4,NULL,0,NULL,0}, + {"[\xe3\x91\x8f\xe3\x9d\x89\xe3\xa4\x96\xe3\xab\x82\xe3\xb9\xa5\xe3\xba\x9b\xe3\xbe\xbb\xe3\xbf\xbe\xe4\x87\xa0\xe4\x87\xa1\xe4\x8d\x86\xe4\x8e\xb7\xe4\x90\xa2\xe4\x98\x84\xe4\x9d\x92\xe4\x9d\xac\xe4\xaa\x92\xe4\xac\xa1\xe4\xad\x96\xe4\xbc\xab\xe4\xbd\x87\xe4\xbd\x8f\xe5\x8a\xa9\xe5\x9d\xbe\xe5\xa3\xb4\xe5\xb5\x80\xe6\x9d\xbc\xe6\x9f\xb1\xe6\xa8\xa6\xe6\xae\xb6\xe6\xb3\xa8\xe7\x82\xb7\xe7\x96\xb0\xe7\x9c\x9d\xe7\xa0\xab\xe7\xa5\x9d\xe7\xa5\xa9\xe7\xab\x9a\xe7\xad\x91\xe7\xad\xaf\xe7\xae\xb8\xe7\xaf\xab\xe7\xb4\xb5\xe7\xb4\xb8\xe7\xba\xbb\xe7\xbe\x9c\xe7\xbf\xa5\xe8\x8b\x8e\xe8\x8e\x87\xe8\x9b\x80\xe8\xa8\xbb\xe8\xb2\xaf\xe8\xb4\xae\xe8\xb7\x93\xe8\xbb\xb4\xe8\xbf\xac\xe9\x89\x92\xe9\x8b\xb3\xe9\x91\x84\xe9\x93\xb8\xe9\x9c\x94\xe9\xa6\xb5\xe9\xa7\x90\xe9\xa9\xbb\xe9\xba\x86\xf0\xa0\xa9\x88\xf0\xa0\xb4\xa6\xf0\xa1\xa4\x97\xf0\xa1\xb1\xb1\xf0\xa1\xb8\x8c\xf0\xa1\xbb\xa0\xf0\xa2\x9a\xbb\xf0\xa2\xa5\x83\xf0\xa2\xa9\x84\xf0\xa3\xa5\xbc\xf0\xa4\x8b\xb0\xf0\xa4\x8e\xa7\xf0\xa4\x95\x9e\xf0\xa4\xb3\xaf\xf0\xa4\xbe\x84\xf0\xa5\xa9\xa3\xf0\xa5\xaf\xb8\xf0\xa5\xb5\x9f\xf0\xa5\xb9\x8d\xf0\xa6\x99\xb4\xf0\xa7\x88\x9a\xf0\xa8\x86\x84\xf0\xa8\x88\xab\xf0\xa8\x99\x94\xf0\xa8\xad\x85\xf0\xa9\xb6\x82\xf0\xaa\x8a\xb9\xf0\xaa\x9a\xb9]",309,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xb9",4,NULL,0,NULL,0}, + {"\xe5\xa2\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu",3,NULL,0,NULL,0}, + {"[\xe6\x8a\x93\xe6\xaa\x9b\xe7\xb0\xbb\xe8\x86\xbc\xe9\xab\xbd\xf0\xa5\xac\xb2\xf0\xa5\xae\xa3]",25,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc4\x81",5,NULL,0,NULL,0}, + {"[\xf0\xa1\x8e\xac\xf0\xa3\x91\x83]",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc7\x8e",5,NULL,0,NULL,0}, + {"\xe6\x8b\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc4\x81i",6,NULL,0,NULL,0}, + {"\xe8\xb7\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc7\x8ei",6,NULL,0,NULL,0}, + {"\xf0\xa2\xb6\x80",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc3\xa0i",6,NULL,0,NULL,0}, + {"[\xe4\x8f\x9d\xe4\xb8\x93\xe5\x8f\x80\xe5\xa1\xbc\xe5\xab\xa5\xe5\xb0\x82\xe5\xb0\x88\xe7\x91\xbc\xe7\x94\x8e\xe7\xa0\x96\xe7\xa3\x97\xe7\xa3\x9a\xe8\x86\x9e\xe8\x9f\xa4\xe8\xab\xaf\xe9\x84\x9f\xe9\xa1\x93\xe9\xa2\x9b\xe9\xb1\x84\xf0\xa1\xad\x87\xf0\xa1\xb0\x9e\xf0\xa2\x82\x98\xf0\xa2\x9e\xac\xf0\xa4\xae\xb3\xf0\xa5\xab\x9b]",83,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc4\x81n",6,NULL,0,NULL,0}, + {"[\xe4\xa1\xb1\xe5\xad\xa8\xe7\xab\xb1\xe8\xbb\xa2\xe8\xbd\x89\xe8\xbd\xac\xf0\xa1\x87\xb0\xf0\xa1\xa4\x9b\xf0\xa3\x95\x8f\xf0\xa6\x84\xaf\xf0\xa6\x93\x9d\xf0\xa6\x9d\x8f\xf0\xa8\xb7\xb1\xf0\xa9\xa7\x9c]",52,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc7\x8en",6,NULL,0,NULL,0}, + {"[\xe4\x89\xb5\xe4\xa7\x98\xe5\x83\x8e\xe5\x95\xad\xe5\x9b\x80\xe5\xa0\x9f\xe6\x92\xb0\xe7\x81\xb7\xe7\x91\x91\xe7\xaf\x86\xe7\xaf\xb9\xe7\xb1\x91\xe8\x85\x9e\xe8\x92\x83\xe8\xa5\x88\xe8\xad\x94\xe8\xb3\xba\xe8\xb5\x9a\xe9\xa5\x8c\xe9\xa6\x94\xf0\xa0\x8a\xa9\xf0\xa0\xa8\x8e\xf0\xa1\xa2\x80\xf0\xa2\x90\x8e\xf0\xa3\x82\xb5\xf0\xa3\x9a\xa2\xf0\xa4\x82\xa4\xf0\xa4\xa9\x84\xf0\xa4\xaa\xaa\xf0\xa5\x9b\xa5\xf0\xa6\x81\x86\xf0\xa6\xa7\xb8\xf0\xa7\x82\x8d\xf0\xa7\xb8\x96\xf0\xa9\x94\x8a\xf0\xa9\xb3\x8f\xf0\xa9\xbb\x9d]",130,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc3\xa0n",6,NULL,0,NULL,0}, + {"[\xe5\xa6\x86\xe5\xa6\x9d\xe5\xa8\xa4\xe5\xba\x84\xe6\xa1\xa9\xe6\xa2\x89\xe6\xa8\x81\xe6\xb9\xb7\xe7\xb2\xa7\xe7\xb3\x9a\xe8\x8d\x98\xe8\x8e\x8a\xe8\xa3\x85\xe8\xa3\x9d\xf0\xa3\x9e\x9d\xf0\xa3\xbb\x9b\xf0\xa6\x9a\x8f\xf0\xa9\xae\xb1]",60,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc4\x81ng",7,NULL,0,NULL,0}, + {"\xf0\xa2\x99\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc7\x8eng",7,NULL,0,NULL,0}, + {"[\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb5\xe6\x88\x87\xe6\x92\x9e\xe6\xbc\xb4\xe7\x84\x8b\xe7\x8a\xb6\xe7\x8b\x80\xf0\xa0\x8c\xb4\xf0\xa2\xa4\xa4\xf0\xa3\xb4\xa3\xf0\xa3\xb6\x8d\xf0\xa4\x98\xb2\xf0\xa4\xb6\x9c\xf0\xa6\x80\x9c\xf0\xa9\x85\x83\xf0\xa9\xaf\xb2\xf0\xaa\x81\x88\xf0\xaa\x89\x89]",73,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc3\xa0ng",7,NULL,0,NULL,0}, + {"\xe5\xba\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhuang",6,NULL,0,NULL,0}, + {"[\xe3\x97\x93\xe3\x9a\x9d\xe3\xae\x85\xe4\xa8\xa8\xe4\xb6\x86\xe8\xbf\xbd\xe9\x8c\x90\xe9\x94\xa5\xe9\x9a\xb9\xe9\xa8\x85\xe9\xaa\x93\xe9\xb5\xbb\xf0\xa3\xa8\xab\xf0\xa8\xbe\xbb\xf0\xa9\xaa\x80\xf0\xaa\x8b\x87]",54,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc4\xab",5,NULL,0,NULL,0}, + {"[\xe6\xb2\x9d\xf0\xa9\xac\xb3]",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc7\x90",5,NULL,0,NULL,0}, + {"[\xe3\xa9\xbe\xe3\xbe\xbd\xe4\x84\x8c\xe5\x9d\xa0\xe5\xa2\x9c\xe5\xa8\xb7\xe6\x83\xb4\xe6\xa1\x98\xe7\x94\x80\xe7\x95\xb7\xe7\xa1\xbe\xe7\xa4\x88\xe7\xac\x8d\xe7\xb6\xb4\xe7\xb8\x8b\xe7\xbc\x80\xe7\xbc\x92\xe8\x86\x87\xe8\xab\x88\xe8\xad\xb5\xe8\xb4\x85\xe8\xb5\x98\xe8\xbd\x9b\xe9\x86\x8a\xe9\x8c\xa3\xe9\x91\x86\xe9\xa4\x9f\xf0\xa1\x91\xbb\xf0\xa2\x8a\x85\xf0\xa3\x9d\xb8\xf0\xa3\xa6\xac\xf0\xa4\xba\x85\xf0\xa5\x9f\x92\xf0\xa6\xa5\xbb\xf0\xa7\xbf\xb2\xf0\xa8\xaa\x97\xf0\xa8\xba\xb5\xf0\xa9\x9b\xb5\xf0\xa9\x9c\x80]",131,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc3\xac",5,NULL,0,NULL,0}, + {"[\xe3\xa1\x92\xe5\xae\x92\xe7\xaa\x80\xe8\x82\xab\xe8\xa1\xa0\xe8\xab\x84\xe8\xb0\x86\xe8\xbf\x8d\xf0\xa5\x87\x9c]",30,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc5\xabn",5,NULL,0,NULL,0}, + {"[\xe5\x87\x86\xe5\x9f\xbb\xe6\xba\x96\xe7\xb6\xa7]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc7\x94n",5,NULL,0,NULL,0}, + {"[\xe7\xa8\x95\xe8\xa8\xb0\xf0\xa5\x9a\xa0]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xb9n",5,NULL,0,NULL,0}, + {"\xe5\x87\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhun",4,NULL,0,NULL,0}, + {"[\xe3\x91\x81\xe3\x93\xb8\xe4\x82\x90\xe4\xa6\x83\xe4\xaa\xbc\xe4\xab\x8e\xe4\xae\x93\xe5\x80\xac\xe5\x8d\x93\xe6\x8b\x99\xe6\x8d\x89\xe6\xa1\x8c\xe6\xa3\x81\xe6\xa3\xb3\xe6\xb6\xbf\xe7\x82\xaa\xe7\xa9\x9b\xe7\xa9\xb1\xe8\xa0\xbf\xf0\xa0\xad\xb4\xf0\xa3\x84\xbb\xf0\xa5\x9e\xba\xf0\xa5\xbc\x9a\xf0\xa7\xb1\xb0]",79,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc5\x8d",5,NULL,0,NULL,0}, + {"[\xe3\x92\x82\xe3\xa3\xbf\xe3\xa7\xbb\xe3\xad\xac\xe3\xb9\xbf\xe3\xba\x9f\xe4\x85\xb5\xe4\x86\xaf\xe4\x90\x81\xe4\x95\xb4\xe4\x9f\xbe\xe4\xae\x95\xe4\xb6\x82\xe4\xb8\xb5\xe5\x8f\x95\xe5\x95\x84\xe5\x95\x85\xe5\x9c\xb4\xe5\xa6\xb0\xe5\xa8\xba\xe5\xbd\xb4\xe6\x92\xaf\xe6\x93\x86\xe6\x93\xa2\xe6\x96\x80\xe6\x96\xab\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb5\xe6\x99\xab\xe6\xa2\xb2\xe6\xa4\x93\xe6\xa7\x95\xe6\xab\xa1\xe6\xb1\x8b\xe6\xb5\x8a\xe6\xb5\x9e\xe6\xbf\x81\xe6\xbf\xaf\xe7\x81\x82\xe7\x81\xbc\xe7\x83\xb5\xe7\x8a\xb3\xe7\x90\xb8\xe7\xa1\xba\xe7\xa6\x9a\xe7\xaa\xa1\xe7\xaf\xa7\xe7\xb1\x97\xe7\xb1\xb1\xe7\xbd\xac\xe8\x8c\x81\xe8\xa0\x97\xe8\xab\x81\xe8\xab\x91\xe8\xac\xb6\xe8\xaf\xbc\xe9\x85\x8c\xe9\x8b\x9c\xe9\x90\xaf\xe9\x90\xb2\xe9\x95\xaf\xe9\xb5\xab\xe9\xb7\x9f\xf0\xa0\xa1\x91\xf0\xa0\xbf\xa1\xf0\xa1\xb7\xbf\xf0\xa2\x81\x81\xf0\xa2\xa2\x97\xf0\xa2\xa7\x88\xf0\xa2\xb3\x87\xf0\xa2\xba\xa1\xf0\xa2\xbd\x9a\xf0\xa3\x83\x88\xf0\xa3\x83\x91\xf0\xa4\x83\xae\xf0\xa4\x89\x90\xf0\xa4\x8f\xb8\xf0\xa5\x87\x8d\xf0\xa5\x8b\xae\xf0\xa5\x90\x8a\xf0\xa5\x97\x81\xf0\xa5\xa2\x94\xf0\xa5\xae\xa5\xf0\xa5\xaf\xa9\xf0\xa5\xb7\x98\xf0\xa5\xb7\xae\xf0\xa6\x9c\xb0\xf0\xa6\xb0\xb9\xf0\xa6\xb3\xa1\xf0\xa7\x82\x92\xf0\xa7\x83\x94\xf0\xa7\x98\x91\xf0\xa7\x9e\x90\xf0\xa7\xa2\xbc\xf0\xa7\xa8\xb3\xf0\xa8\x91\xbd\xf0\xa8\x96\xae\xf0\xa8\xa1\xb8\xf0\xa8\xa2\xac\xf0\xa8\xa7\xa7\xf0\xa8\xae\xbf\xf0\xa8\xba\x9d\xf0\xa9\x86\xb8\xf0\xa9\x8b\x81\xf0\xa9\x91\x82\xf0\xa9\xa9\x94\xf0\xa9\xb2\x83\xf0\xa9\xb7\xb9]",374,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc3\xb3",5,NULL,0,NULL,0}, + {"[\xe3\xa7\xb3\xe5\x8a\x85\xf0\xa4\x93\xa6]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu\xc3\xb2",5,NULL,0,NULL,0}, + {"\xe7\xaa\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhuo",4,NULL,0,NULL,0}, + {"[\xe3\xa0\xbf\xe3\xb0\xa3\xe3\xbd\xa7\xe3\xbf\xb3\xe4\x85\x94\xe4\x86\x85\xe4\x8e\xa9\xe4\x96\xaa\xe4\xa3\x8e\xe4\xb0\xb5\xe4\xb9\xb2\xe5\x85\xb9\xe5\x92\xa8\xe5\x97\x9e\xe5\xa7\x95\xe5\xa7\xbf\xe5\xad\x9c\xe5\xad\xb3\xe5\xad\xb6\xe5\xb5\xab\xe6\xa0\xa5\xe6\xa4\x94\xe6\xb7\x84\xe6\xb9\xbd\xe6\xbb\x8b\xe6\xbe\xac\xe7\x8e\x86\xe7\x92\xbe\xe7\xa6\x8c\xe7\xa7\xb6\xe7\xa8\xb5\xe7\xb2\xa2\xe7\xb4\x8e\xe7\xb7\x87\xe7\xbc\x81\xe8\x8c\x8a\xe8\x8c\xb2\xe8\x91\x98\xe8\xa7\x9c\xe8\xa8\xbe\xe8\xab\xae\xe8\xb0\x98\xe8\xb2\xb2\xe8\xb3\x87\xe8\xb5\x80\xe8\xb5\x84\xe8\xb6\x91\xe8\xb6\xa6\xe8\xbc\x9c\xe8\xbc\xba\xe8\xbe\x8e\xe9\x84\x91\xe9\x88\xad\xe9\x8c\x99\xe9\x8d\xbf\xe9\x8e\xa1\xe9\x94\xb1\xe9\x95\x83\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xab\xad\xe9\xaf\x94\xe9\xb0\xa6\xe9\xb2\xbb\xe9\xb6\x85\xe9\xbc\x92\xe9\xbd\x8d\xe9\xbe\x87\xf0\xa0\x80\xa2\xf0\xa1\x97\x88\xf0\xa1\x99\x9b\xf0\xa1\xb8\x9f\xf0\xa2\xb1\x86\xf0\xa3\x9a\x80\xf0\xa3\x9a\x81\xf0\xa3\xa3\x8a\xf0\xa3\xa5\xa8\xf0\xa3\xaf\x83\xf0\xa3\xb3\xa9\xf0\xa5\x80\x96\xf0\xa5\x95\x81\xf0\xa5\x9a\x89\xf0\xa5\xbb\x8d\xf0\xa5\xbc\xa9\xf0\xa5\xbc\xbb\xf0\xa6\x96\xba\xf0\xa6\xba\xb1\xf0\xa7\x80\x97\xf0\xa7\x95\x93\xf0\xa7\x9b\x8f\xf0\xa7\xa3\xa4\xf0\xa7\xa5\x95\xf0\xa7\xb9\x8c\xf0\xa7\xbf\x9e\xf0\xa8\x80\xa5\xf0\xa8\x8d\xa2\xf0\xa8\x9a\x96\xf0\xa8\x9d\xb3\xf0\xa8\xa9\xb2\xf0\xa9\x84\x9a\xf0\xa9\x9c\x8a\xf0\xaa\x85\xb5\xf0\xaa\x91\xbf\xf0\xaa\x95\x8a\xf0\xaa\x97\x89\xf0\xaa\x97\x8b\xf0\xaa\x97\x90]",362,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc4\xab",3,NULL,0,NULL,0}, + {"\xe8\x93\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xad",3,NULL,0,NULL,0}, + {"[\xe3\x9c\xbd\xe3\x9e\xa8\xe3\xa7\x97\xe3\xba\xad\xe3\xbe\x85\xe4\x94\x82\xe4\x98\xa3\xe4\xa6\xbb\xe4\xbb\x94\xe5\x90\x87\xe5\x91\xb0\xe5\x95\x99\xe5\xa7\x89\xe5\xa7\x8a\xe6\x9d\x8d\xe6\xa2\x93\xe6\xa6\x9f\xe6\xbb\x93\xe7\x9f\xb7\xe7\xa7\x84\xe7\xa7\xad\xe7\xac\xab\xe7\xb1\xbd\xe7\xb4\xab\xe8\x80\x94\xe8\x83\x8f\xe8\x99\xb8\xe8\xa8\xbf\xe9\x87\xa8\xf0\xa0\x82\x94\xf0\xa0\xa1\xb8\xf0\xa1\x89\x97\xf0\xa1\xaa\x92\xf0\xa3\x96\xa8\xf0\xa3\xb8\x86\xf0\xa5\x9e\x8e\xf0\xa5\xab\x9e\xf0\xa5\xac\xb3\xf0\xa5\xb2\x95\xf0\xa7\x86\xb0\xf0\xa8\xb9\x80\xf0\xa9\x90\x8d]",141,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc7\x90",3,NULL,0,NULL,0}, + {"[\xe3\xa7\x98\xe3\xb0\xb7\xe3\xb1\xb4\xe4\x85\x86\xe4\x90\x89\xe5\x80\xb3\xe5\x89\x9a\xe5\xad\x97\xe6\x81\xa3\xe6\xb8\x8d\xe6\xbc\xac\xe7\x89\xb8\xe7\x9c\xa5\xe7\x9c\xa6\xe8\x83\x94\xe8\x83\xbe\xe8\x87\xaa\xe8\x8a\x93\xe8\x8c\xa1\xf0\xa1\xb8\xaa\xf0\xa2\xbc\xb1\xf0\xa3\x84\xae\xf0\xa3\x93\x8a\xf0\xa3\xa3\x8c\xf0\xa5\xbf\xa9\xf0\xa6\x8d\xba\xf0\xa6\x8e\xb8\xf0\xa6\xa3\xb9\xf0\xa7\x82\x90\xf0\xa7\xa7\x95\xf0\xa7\xa8\xb4\xf0\xa8\xa7\xab]",111,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xac",3,NULL,0,NULL,0}, + {"[\xe5\xad\x90\xe5\xb4\xb0\xe6\xa9\xb4]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zi",2,NULL,0,NULL,0}, + {"[\xe3\x99\xa1\xe3\x9a\x87\xe3\xa3\xad\xe3\xa8\x91\xe3\xaf\xb6\xe4\x81\x93\xe4\x88\xa6\xe4\x91\xb8\xe4\x97\xa5\xe5\x80\xa7\xe5\xa0\xab\xe5\xae\x97\xe5\xb5\x8f\xe5\xb5\x95\xe5\xb5\xb8\xe6\x83\xbe\xe6\x9c\xa1\xe6\xa3\x95\xe6\xa4\xb6\xe7\x86\xa7\xe7\x8c\xa3\xe7\xa3\xab\xe7\xa8\xaf\xe7\xb6\x9c\xe7\xb7\x83\xe7\xb7\xb5\xe7\xbb\xbc\xe7\xbf\xaa\xe8\x85\x99\xe8\x91\xbc\xe8\x9d\xac\xe8\xb1\xb5\xe8\xb8\xa8\xe8\xb8\xaa\xe8\xb9\xa4\xe9\x8d\x90\xe9\x91\x81\xe9\xa8\x8c\xe9\xa8\xa3\xe9\xaa\x94\xe9\xac\x83\xe9\xac\x89\xe9\xac\xb7\xe9\xaf\xae\xe9\xaf\xbc\xf0\xa0\x95\x8c\xf0\xa0\xb5\xbb\xf0\xa1\x95\xb0\xf0\xa1\x9e\xa7\xf0\xa3\xaf\xa8\xf0\xa5\x8d\xba\xf0\xa5\x93\xbb\xf0\xa5\x9a\xbe\xf0\xa6\xa1\x99\xf0\xa7\xba\xa3\xf0\xa8\x8c\xb0\xf0\xa8\xba\xa1\xf0\xa9\xa6\xb2\xf0\xa9\xae\x80\xf0\xa9\xb0\xbd\xf0\xaa\x96\x81]",201,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc5\x8dng",5,NULL,0,NULL,0}, + {"[\xe3\xa2\x94\xe3\xb7\x93\xe3\xb9\x85\xe4\x99\x95\xe4\xb0\x8c\xe5\x81\xac\xe5\x82\xaf\xe6\x80\xbb\xe6\x83\xa3\xe6\x84\xa1\xe6\x8d\xb4\xe6\x8f\x94\xe6\x90\x83\xe6\x91\xa0\xe7\xb7\x8f\xe7\xb8\x82\xe7\xb8\xbd\xe8\x93\x97\xe9\x8f\x93\xf0\xa5\xa0\xa1\xf0\xa8\x8d\x88\xf0\xa8\x8e\xa2\xf0\xa9\xad\xa4]",75,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc7\x92ng",5,NULL,0,NULL,0}, + {"[\xe4\x8d\x9f\xe4\x9d\x8b\xe5\x80\x8a\xe6\x98\xae\xe7\x8c\x94\xe7\x96\xad\xe7\x98\xb2\xe7\xa2\x82\xe7\xb2\xbd\xe7\xb3\x89\xe7\xb3\xad\xe7\xb8\xa6\xe7\xb8\xb1\xe7\xba\xb5\xe9\x8c\x9d\xf0\xa0\x8f\xad\xf0\xa0\xa1\xbb\xf0\xa3\x80\x92\xf0\xa4\xa1\x86\xf0\xa6\x96\xb8\xf0\xa9\x8b\xaf\xf0\xa9\xa4\x97]",75,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xb2ng",5,NULL,0,NULL,0}, + {"\xe6\xbd\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zong",4,NULL,0,NULL,0}, + {"[\xe3\xbb\x93\xe6\xa3\xb7\xe6\xa3\xb8\xe7\xae\x83\xe7\xb7\x85\xe8\x8f\x86\xe8\xab\x8f\xe8\xaf\xb9\xe9\x82\xb9\xe9\x83\xb0\xe9\x84\x92\xe9\x84\xb9\xe9\x99\xac\xe9\xa8\xb6\xe9\xa9\xba\xe9\xaf\xab\xe9\xb2\xb0\xe9\xbb\x80\xe9\xbd\xb1\xe9\xbd\xba\xf0\xa0\x82\x91\xf0\xa3\x99\xbb\xf0\xa3\xa0\x8f\xf0\xa5\x8b\x9c\xf0\xa5\xb6\x88\xf0\xa8\x83\x98\xf0\xa8\x9c\x97\xf0\xa8\xbd\x81]",94,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc5\x8du",4,NULL,0,NULL,0}, + {"[\xe8\xb5\xb0\xe8\xb5\xb1\xf0\xa7\x8c\x97\xf0\xa8\x91\xbf]",16,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc7\x92u",4,NULL,0,NULL,0}, + {"[\xe3\x94\x8c\xe3\x94\xbf\xe3\xb5\xb5\xe4\xa0\xab\xe5\xa5\x8f\xe6\x8f\x8d\xe6\xa5\xb1\xf0\xa8\x82\xa1\xf0\xa9\xbc\xa6\xf0\xaa\x83\x86]",35,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xb2u",4,NULL,0,NULL,0}, + {"\xe9\xaf\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zou",3,NULL,0,NULL,0}, + {"[\xe7\xa7\x9f\xe8\x91\x85\xe8\x92\xa9\xf0\xaa\x99\xb3]",15,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc5\xab",3,NULL,0,NULL,0}, + {"[\xe3\x9e\xba\xe3\xb0\xb5\xe3\xb5\x80\xe4\x9a\x9d\xe4\xaf\xbf\xe4\xb1\xa3\xe5\x82\xb6\xe5\x8d\x86\xe5\x8d\x92\xe5\x93\xab\xe5\xb4\x92\xe5\xb4\xaa\xe6\x97\x8f\xe7\xae\xa4\xe8\xb6\xb3\xe8\xb8\xa4\xe8\xb8\xbf\xe9\x8f\x83\xe9\x95\x9e\xf0\xa0\xbb\x8f\xf0\xa1\xbb\xac\xf0\xa2\x85\xaa\xf0\xa2\xab\xb5\xf0\xa2\xb3\x88\xf0\xa3\xa2\xb0\xf0\xa3\xa4\xb6\xf0\xa3\xa8\x9b\xf0\xa4\xac\xa7\xf0\xa4\xbd\xb1\xf0\xa5\x9e\xaf\xf0\xa5\xa3\x86\xf0\xa5\xbc\x80\xf0\xa6\x91\x8b\xf0\xa7\x8e\xb2\xf0\xa7\x90\x88\xf0\xa7\x91\x99\xf0\xa7\x97\x8e\xf0\xa7\x9e\xb0\xf0\xa7\xba\x92\xf0\xa8\x83\xad\xf0\xa8\x84\x95\xf0\xa8\xa7\xb0\xf0\xa8\xa8\xb3\xf0\xa8\xa9\xb0\xf0\xa9\x90\xa1\xf0\xa9\xa5\xbf\xf0\xa9\xa9\xa0\xf0\xa9\xba\xaf\xf0\xaa\x8b\x8d\xf0\xaa\x98\xa7]",183,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xba",3,NULL,0,NULL,0}, + {"[\xe4\x94\x83\xe4\x96\x95\xe4\xbf\x8e\xe7\x88\xbc\xe7\x8f\x87\xe7\xa5\x96\xe7\xb5\x84\xe7\xbb\x84\xe8\xa9\x9b\xe8\xaf\x85\xe9\x98\xbb\xe9\x9d\xbb\xf0\xa2\x89\xba\xf0\xa3\x87\x99\xf0\xa4\x93\xb5\xf0\xa4\xb1\x8c\xf0\xa5\x9b\x9c\xf0\xa5\xbc\xaa\xf0\xa8\x82\x80]",66,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc7\x94",3,NULL,0,NULL,0}, + {"[\xf0\xa6\xb5\xac\xf0\xa7\x87\x88\xf0\xa7\x87\xbf\xf0\xa9\xb2\xb2]",18,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xb9",3,NULL,0,NULL,0}, + {"\xe9\x8e\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu",2,NULL,0,NULL,0}, + {"[\xe4\xa1\xbd\xe8\xba\x9c\xe9\x91\xbd\xe9\x92\xbb\xf0\xa1\x89\xba\xf0\xa3\x80\xb6\xf0\xa3\xaa\x81\xf0\xa8\x89\x96\xf0\xa9\x8e\x91]",34,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu\xc4\x81n",5,NULL,0,NULL,0}, + {"[\xe3\xb8\x87\xe4\x82\x8e\xe4\x8c\xa3\xe4\xb0\x96\xe7\xb1\xab\xe7\xb9\xa4\xe7\xba\x82\xe7\xba\x89\xe7\xba\x98\xe7\xbc\xb5\xf0\xa6\x86\x88\xf0\xa6\x99\x89\xf0\xa8\xb0\xad]",44,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu\xc7\x8en",5,NULL,0,NULL,0}, + {"[\xe4\xa4\xb8\xe6\x94\xa5\xe9\x91\x9a]",11,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu\xc3\xa0n",5,NULL,0,NULL,0}, + {"[\xe3\xad\xb0\xe4\x98\x92\xe4\xae\x94\xe5\x8e\x9c\xe5\x97\xba\xe6\x9c\x98\xe6\xa8\xb6\xe7\xba\x97\xe8\x9f\x95\xf0\xa1\x99\xad\xf0\xa2\x88\xa1\xf0\xa3\x96\xb1\xf0\xa5\x8d\x8b\xf0\xa6\xb8\xba\xf0\xa7\xbb\x9d\xf0\xa9\xa3\xb7]",57,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu\xc4\xab",4,NULL,0,NULL,0}, + {"[\xe5\x98\xb4\xe5\x99\xbf\xe5\xb6\x8a\xe5\xb6\xb5\xe7\x92\xbb\xf0\xa0\xb2\x8b\xf0\xa0\xbe\x8b\xf0\xa0\xbf\x98\xf0\xa1\xbd\x9b\xf0\xa2\x8a\x9b\xf0\xa6\x88\xac\xf0\xa6\x8f\xb3\xf0\xa8\xbf\x87\xf0\xa9\xb2\xa8\xf0\xaa\x8b\x8c]",57,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu\xc7\x90",4,NULL,0,NULL,0}, + {"[\xe3\x9d\xa1\xe3\xa0\x91\xe3\xb0\x8e\xe4\x98\xb9\xe6\x99\xac\xe6\x9c\x80\xe6\xa0\xac\xe6\xa7\x9c\xe6\xaa\x87\xe6\xaa\x8c\xe7\xa5\xbd\xe7\xa8\xa1\xe7\xb5\x8a\xe7\xbd\xaa\xe8\x95\x9e\xe8\xbe\xa0\xe9\x85\x94\xe9\x85\xbb\xe9\x86\x89\xe9\x8b\xb7\xe9\x8c\x8a\xf0\xa1\xa1\x94\xf0\xa1\xbd\x81\xf0\xa3\xa9\x91\xf0\xa5\xb3\xa3\xf0\xa5\xb3\xb5\xf0\xa6\x99\x88\xf0\xa7\x8e\xb9\xf0\xa8\xa2\x85\xf0\xa9\x9a\xbb\xf0\xaa\x93\x8c]",105,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu\xc3\xac",4,NULL,0,NULL,0}, + {"[\xe6\x9e\xa0\xe7\xa9\x9d]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zui",3,NULL,0,NULL,0}, + {"[\xe5\xa2\xab\xe5\xa3\xbf\xe5\xb0\x8a\xe5\xb6\x9f\xe6\xa8\xbd\xe7\xb9\x9c\xe7\xbd\x87\xe9\x81\xb5\xe9\x90\x8f\xe9\xb1\x92\xe9\xb3\x9f\xe9\xb7\xb7\xf0\xa4\xae\x90\xf0\xa6\xa8\x86\xf0\xa8\xb1\x94]",50,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc5\xabn",4,NULL,0,NULL,0}, + {"[\xe4\x94\xbf\xe5\x83\x94\xe5\x99\x82\xe6\x92\x99\xe8\xad\x90\xf0\xa0\x9f\x83\xf0\xa6\xa2\x90]",25,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc7\x94n",4,NULL,0,NULL,0}, + {"[\xe6\x8d\x98\xe9\x8a\x8c\xf0\xa0\xb1\x9c\xf0\xa5\x8a\xad\xf0\xa5\x9e\x98\xf0\xa5\xa2\x8e\xf0\xa6\xaa\x9a\xf0\xa9\xaf\x84]",32,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc3\xb9n",4,NULL,0,NULL,0}, + {"\xe9\xb6\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zun",3,NULL,0,NULL,0}, + {"[\xe3\xb5\xb6\xf0\xa0\xb9\xa0\xf0\xa9\x9b\xa0]",13,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu\xc5\x8d",4,NULL,0,NULL,0}, + {"[\xe3\xb8\xb2\xe4\x8b\x8f\xe4\x8e\xb0\xe4\x9d\xab\xe4\x9e\xa2\xe4\x9e\xb0\xe6\x8d\xbd\xe6\x98\xa8\xe6\xa4\x8a\xe7\x90\xa2\xe7\xa7\xa8\xe7\xa8\x93\xe7\xad\xb0\xe8\x8e\x8b\xe9\x88\xbc\xf0\xa1\xaa\xb3\xf0\xa2\x82\x83\xf0\xa3\xa0\xb9\xf0\xa3\xb9\xa7\xf0\xa4\xbf\x80\xf0\xa6\x81\x8e\xf0\xa6\xa6\xb9\xf0\xa7\xae\x99\xf0\xa8\x9e\x92\xf0\xaa\x8e\x87]",87,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu\xc3\xb3",4,NULL,0,NULL,0}, + {"[\xe3\x9d\xbe\xe4\xbd\x90\xe5\x94\xa8\xe5\xb7\xa6\xe7\xb9\x93\xf0\xa0\x82\x87\xf0\xa5\x99\x80\xf0\xa6\x88\x9b\xf0\xa7\xb2\xad\xf0\xa8\x80\xa8]",37,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu\xc7\x92",4,NULL,0,NULL,0}, + {"[\xe3\x91\x85\xe3\x98\x80\xe3\x98\xb4\xe3\xa4\xb0\xe3\xad\xae\xe4\x94\x98\xe4\x9f\xb6\xe4\xbd\x9c\xe4\xbe\xb3\xe5\x81\x9a\xe5\x94\x91\xe5\x9d\x90\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xba\xa7\xe6\x80\x8d\xe7\xa5\x9a\xe7\xb3\xb3\xe8\x83\x99\xe8\x91\x83\xe8\x91\x84\xe8\xa2\x8f\xe9\x98\xbc\xe9\xa3\xb5\xf0\xa0\xb1\xaf\xf0\xa1\xaf\xa8\xf0\xa1\xb9\xa5\xf0\xa5\x85\x81\xf0\xa5\xa5\x8f\xf0\xa5\xbd\xbf\xf0\xa6\xa5\xac\xf0\xa7\x83\x98\xf0\xa8\x90\xb3\xf0\xa8\x9d\xa8\xf0\xaa\x8e\xb2]",118,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu\xc3\xb2",4,NULL,0,NULL,0}, + {"[\xe5\x92\x97\xe8\x93\x99]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zuo",3,NULL,0,NULL,0}, + {"\xd0\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xd0\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd0\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xd0\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd0\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"W",1,NULL,0,NULL,0}, + {"\xd0\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"\xd0\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xd0\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd0\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xd0\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x90\xd0\x95\xd0\x98\xd0\x99\xd0\x9e\xd0\xa3\xd0\xaa\xd0\xab\xd0\xac\xd0\xad\xd0\xae\xd0\xaf\xd2\xae\xd3\xa8]",32,"YE",2,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb5\xd0\xb8\xd0\xb9\xd0\xbe\xd1\x83\xd1\x8a\xd1\x8b\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd2\xaf\xd3\xa9]",32,"Ye",2,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ye",2,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x90\xd0\x95\xd0\x98\xd0\x99\xd0\x9e\xd0\xa3\xd0\xaa\xd0\xab\xd0\xac\xd0\xad\xd0\xae\xd0\xaf\xd0\xb0\xd0\xb5\xd0\xb8\xd0\xb9\xd0\xbe\xd1\x83\xd1\x8a\xd1\x8b\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd2\xae\xd2\xaf\xd3\xa8\xd3\xa9]",62,"ye",2,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ye",2,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\x97\xd2\xa3\xd2\xaf\xd3\x99\xd3\xa9]",78,"Yo",2,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YO",2,NULL,0,NULL,0}, + {"\xd1\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yo",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\x97\xd2\xa3\xd2\xaf\xd3\x99\xd3\xa9]",78,"Zh",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ZH",2,NULL,0,NULL,0}, + {"\xd0\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh",2,NULL,0,NULL,0}, + {"\xd0\x97\xd0\xa5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\x97\xd1\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xb7\xd1\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xd0\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd0\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x98",2,NULL,0,NULL,0}, + {"\xd0\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xb8",2,NULL,0,NULL,0}, + {"\xd0\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd0\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xd0\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd0\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xd0\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd0\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xd0\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd0\x9d\xd0\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N\xc2\xb7G",4,NULL,0,NULL,0}, + {"\xd0\x9d\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N\xc2\xb7g",4,NULL,0,NULL,0}, + {"\xd0\xbd\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc2\xb7g",4,NULL,0,NULL,0}, + {"\xd0\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xd0\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd2\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\x97\xd2\xa3\xd2\xaf\xd3\x99\xd3\xa9]",78,"Ng",2,NULL,0,NULL,0}, + {"\xd2\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"NG",2,NULL,0,NULL,0}, + {"\xd2\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ng",2,NULL,0,NULL,0}, + {"\xd0\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd0\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd3\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x96",2,NULL,0,NULL,0}, + {"\xd3\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb6",2,NULL,0,NULL,0}, + {"\xd0\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd0\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd0\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xd1\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd0\xa1\xd0\xa5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\xa1\xd1\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd1\x81\xd1\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xd1\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd0\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xd1\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd0\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xd1\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd2\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9c",2,NULL,0,NULL,0}, + {"\xd2\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbc",2,NULL,0,NULL,0}, + {"\xd0\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xd1\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xd1\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd0\xa6\xd0\xa5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS\xc2\xb7H",5,NULL,0,NULL,0}, + {"\xd0\xa6\xd1\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ts\xc2\xb7h",5,NULL,0,NULL,0}, + {"\xd1\x86\xd1\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xc2\xb7h",5,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\x97\xd2\xa3\xd2\xaf\xd3\x99\xd3\xa9]",78,"Ts",2,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS",2,NULL,0,NULL,0}, + {"\xd1\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\x97\xd2\xa3\xd2\xaf\xd3\x99\xd3\xa9]",78,"Ch",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CH",2,NULL,0,NULL,0}, + {"\xd1\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xd0\xa8\xd0\xa7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH\xc2\xb7""CH",6,NULL,0,NULL,0}, + {"\xd0\xa8\xd1\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Sh\xc2\xb7""ch",6,NULL,0,NULL,0}, + {"\xd1\x88\xd1\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc2\xb7""ch",6,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\x97\xd2\xa3\xd2\xaf\xd3\x99\xd3\xa9]",78,"Sh",2,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH",2,NULL,0,NULL,0}, + {"\xd1\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\x97\xd2\xa3\xd2\xaf\xd3\x99\xd3\xa9]",78,"Shch",4,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SHCH",4,NULL,0,NULL,0}, + {"\xd1\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shch",4,NULL,0,NULL,0}, + {"\xd0\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xba",2,NULL,0,NULL,0}, + {"\xd1\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xba",2,NULL,0,NULL,0}, + {"\xd0\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd1\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd1\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd0\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd1\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd3\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x84",2,NULL,0,NULL,0}, + {"\xd3\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa4",2,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\x97\xd2\xa3\xd2\xaf\xd3\x99\xd3\xa9]",78,"Yu",2,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YU",2,NULL,0,NULL,0}, + {"\xd1\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\x97\xd2\xa3\xd2\xaf\xd3\x99\xd3\xa9]",78,"Ya",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YA",2,NULL,0,NULL,0}, + {"\xd1\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xe0\xb3\x86\xe0\xb3\x95",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x87",3,NULL,0,NULL,0}, + {"\xe0\xb3\x86\xe0\xb3\x8d\xe0\xb3\x96",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x88\xee\x81\x8d",6,NULL,0,NULL,0}, + {"\xe0\xb3\x86\xe0\xb3\x96",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x88",3,NULL,0,NULL,0}, + {"\xe0\xb3\x86\xe0\xb3\x82\xe0\xb3\x95",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8b",3,NULL,0,NULL,0}, + {"\xe0\xb3\x86\xe0\xb3\x82",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8a",3,NULL,0,NULL,0}, + {"\xe0\xb2\xbf\xe0\xb3\x95",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x80",3,NULL,0,NULL,0}, + {"\xe0\xb2\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x82",3,NULL,0,NULL,0}, + {"\xe0\xb2\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x83",3,NULL,0,NULL,0}, + {"\xe0\xb2\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x85",3,NULL,0,NULL,0}, + {"\xe0\xb2\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x86",3,NULL,0,NULL,0}, + {"\xe0\xb2\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x87",3,NULL,0,NULL,0}, + {"\xe0\xb2\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x88",3,NULL,0,NULL,0}, + {"\xe0\xb2\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x89",3,NULL,0,NULL,0}, + {"\xe0\xb2\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8a",3,NULL,0,NULL,0}, + {"\xe0\xb2\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8b",3,NULL,0,NULL,0}, + {"\xe0\xb2\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8c",3,NULL,0,NULL,0}, + {"\xe0\xb2\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8e",3,NULL,0,NULL,0}, + {"\xe0\xb2\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8f",3,NULL,0,NULL,0}, + {"\xe0\xb2\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x90",3,NULL,0,NULL,0}, + {"\xe0\xb2\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x92",3,NULL,0,NULL,0}, + {"\xe0\xb2\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x93",3,NULL,0,NULL,0}, + {"\xe0\xb2\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x94",3,NULL,0,NULL,0}, + {"\xe0\xb2\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x95",3,NULL,0,NULL,0}, + {"\xe0\xb2\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x96",3,NULL,0,NULL,0}, + {"\xe0\xb2\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x97",3,NULL,0,NULL,0}, + {"\xe0\xb2\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x98",3,NULL,0,NULL,0}, + {"\xe0\xb2\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x99",3,NULL,0,NULL,0}, + {"\xe0\xb2\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9a",3,NULL,0,NULL,0}, + {"\xe0\xb2\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9b",3,NULL,0,NULL,0}, + {"\xe0\xb2\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9c",3,NULL,0,NULL,0}, + {"\xe0\xb2\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9d",3,NULL,0,NULL,0}, + {"\xe0\xb2\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9e",3,NULL,0,NULL,0}, + {"\xe0\xb2\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9f",3,NULL,0,NULL,0}, + {"\xe0\xb2\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa0",3,NULL,0,NULL,0}, + {"\xe0\xb2\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa1",3,NULL,0,NULL,0}, + {"\xe0\xb2\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa2",3,NULL,0,NULL,0}, + {"\xe0\xb2\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa3",3,NULL,0,NULL,0}, + {"\xe0\xb2\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa4",3,NULL,0,NULL,0}, + {"\xe0\xb2\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa5",3,NULL,0,NULL,0}, + {"\xe0\xb2\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa6",3,NULL,0,NULL,0}, + {"\xe0\xb2\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa7",3,NULL,0,NULL,0}, + {"\xe0\xb2\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa8",3,NULL,0,NULL,0}, + {"\xe0\xb2\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaa",3,NULL,0,NULL,0}, + {"\xe0\xb2\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xab",3,NULL,0,NULL,0}, + {"\xe0\xb2\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xac",3,NULL,0,NULL,0}, + {"\xe0\xb2\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xad",3,NULL,0,NULL,0}, + {"\xe0\xb2\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xae",3,NULL,0,NULL,0}, + {"\xe0\xb2\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaf",3,NULL,0,NULL,0}, + {"\xe0\xb2\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb0",3,NULL,0,NULL,0}, + {"\xe0\xb2\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb1",3,NULL,0,NULL,0}, + {"\xe0\xb2\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb2",3,NULL,0,NULL,0}, + {"\xe0\xb2\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb3",3,NULL,0,NULL,0}, + {"\xe0\xb2\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb5",3,NULL,0,NULL,0}, + {"\xe0\xb2\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb6",3,NULL,0,NULL,0}, + {"\xe0\xb2\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb7",3,NULL,0,NULL,0}, + {"\xe0\xb2\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb8",3,NULL,0,NULL,0}, + {"\xe0\xb2\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb9",3,NULL,0,NULL,0}, + {"\xe0\xb2\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbc",3,NULL,0,NULL,0}, + {"\xe0\xb2\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbd",3,NULL,0,NULL,0}, + {"\xe0\xb2\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbe",3,NULL,0,NULL,0}, + {"\xe0\xb2\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbf",3,NULL,0,NULL,0}, + {"\xe0\xb3\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x81",3,NULL,0,NULL,0}, + {"\xe0\xb3\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x82",3,NULL,0,NULL,0}, + {"\xe0\xb3\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x83",3,NULL,0,NULL,0}, + {"\xe0\xb3\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x84",3,NULL,0,NULL,0}, + {"\xe0\xb3\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x86",3,NULL,0,NULL,0}, + {"\xe0\xb3\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8c",3,NULL,0,NULL,0}, + {"\xe0\xb3\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8d",3,NULL,0,NULL,0}, + {"\xe0\xb3\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x95",3,NULL,0,NULL,0}, + {"\xe0\xb3\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x96",3,NULL,0,NULL,0}, + {"\xe0\xb3\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb4",3,NULL,0,NULL,0}, + {"\xe0\xb3\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa0",3,NULL,0,NULL,0}, + {"\xe0\xb3\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa1",3,NULL,0,NULL,0}, + {"\xe0\xb3\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa6",3,NULL,0,NULL,0}, + {"\xe0\xb3\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa7",3,NULL,0,NULL,0}, + {"\xe0\xb3\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa8",3,NULL,0,NULL,0}, + {"\xe0\xb3\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa9",3,NULL,0,NULL,0}, + {"\xe0\xb3\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaa",3,NULL,0,NULL,0}, + {"\xe0\xb3\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xab",3,NULL,0,NULL,0}, + {"\xe0\xb3\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xac",3,NULL,0,NULL,0}, + {"\xe0\xb3\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xad",3,NULL,0,NULL,0}, + {"\xe0\xb3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xae",3,NULL,0,NULL,0}, + {"\xe0\xb3\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaf",3,NULL,0,NULL,0}, + {":",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,":\xcc\xb1",3,NULL,0,NULL,0}, + {"?",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?\xcc\xb1",3,NULL,0,NULL,0}, + {";",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"\xc2\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,":",1,NULL,0,NULL,0}, + {"\xcd\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x81",2,NULL,0,NULL,0}, + {"\xcc\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x81",2,NULL,0,NULL,0}, + {"\xcc\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x81",2,NULL,0,NULL,0}, + {"\xcc\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xcc\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xcd\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xcd\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xce\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i\xcc\xb1",3,NULL,0,NULL,0}, + {"\xce\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I\xcc\xb1",3,NULL,0,NULL,0}, + {"\xce\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x80\xcc\x81\xcc\x91\x04]\x05[\xcd\xb1\xcd\xb3\xcd\xb7\xcd\xbb\xcd\xbc\xcd\xbd\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x99\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xcf\xb8\xcf\xbb\xcf\xbc\xe1\xb4\xa6\xe1\xb4\xa7\xe1\xb4\xa8\xe1\xb4\xa9\xe1\xb4\xaa\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",513,"Ps",2,NULL,0,NULL,0}, + {"\xce\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"PS",2,NULL,0,NULL,0}, + {"\xcf\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ps",2,NULL,0,NULL,0}, + {"\xcf\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o\xcc\xb1",3,NULL,0,NULL,0}, + {"\xce\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O\xcc\xb1",3,NULL,0,NULL,0}, + {"\xce\xbc\xcf\x80",4,CONTEXT_TYPE_REGEX,1,"[\':;?\xc2\xa8\xc2\xb7\xcb\x98\xcb\x9c\xcd\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe]",71,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xce\xbc\xcf\x80",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\':;?\xc2\xa8\xc2\xb7\xcb\x98\xcb\x9c\xcd\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe]",71,"b",1,NULL,0,NULL,0}, + {"[\xce\x9c\xce\xbc][\xce\xa0\xcf\x80]",12,CONTEXT_TYPE_REGEX,1,"[\':;?\xc2\xa8\xc2\xb7\xcb\x98\xcb\x9c\xcd\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe]",71,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"[\xce\x9c\xce\xbc][\xce\xa0\xcf\x80]",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\':;?\xc2\xa8\xc2\xb7\xcb\x98\xcb\x9c\xcd\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe]",71,"B",1,NULL,0,NULL,0}, + {"\xce\xbf\xcf\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ou",2,NULL,0,NULL,0}, + {"\xce\x9f\xce\xa5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"OU",2,NULL,0,NULL,0}, + {"\xce\x9f\xcf\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ou",2,NULL,0,NULL,0}, + {"\xce\xbf\xce\xa5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"oU",2,NULL,0,NULL,0}, + {"\xcf\x85[\xcc\x80\xcc\x81\xcc\x91\x04]\x05",12,CONTEXT_TYPE_REGEX,2,"[\xcc\xb1\x04][AEIaei]",13,CONTEXT_TYPE_REGEX,1,"[\xce\x91\xce\x92\xce\x93\xce\x94\xce\x95\xce\x96\xce\x97\xce\x99\xce\x9b\xce\x9c\xce\x9d\xce\x9f\xce\xa1\xce\xa5\xce\xa9\xce\xb1\xce\xb2\xce\xb3\xce\xb4\xce\xb5\xce\xb6\xce\xb7\xce\xb9\xce\xbb\xce\xbc\xce\xbd\xce\xbf\xcf\x81\xcf\x85\xcf\x89]",62,"\x1d""1v\xcc\xb1",5,NULL,0,"\xcf\x85([\xcc\x80\xcc\x81\xcc\x91\x04])\x05",14}, + {"\xcf\x85[\xcc\x80\xcc\x81\xcc\x91\x04]\x05",12,CONTEXT_TYPE_REGEX,2,"[\xcc\xb1\x04][AEIaei]",13,CONTEXT_TYPE_NONE,0,NULL,0,"\x1d""1f\xcc\xb1",5,NULL,0,"\xcf\x85([\xcc\x80\xcc\x81\xcc\x91\x04])\x05",14}, + {"\xce\xa5",2,CONTEXT_TYPE_REGEX,2,"[\xcc\xb1\x04][AEIaei]",13,CONTEXT_TYPE_REGEX,1,"[\xce\x91\xce\x92\xce\x93\xce\x94\xce\x95\xce\x96\xce\x97\xce\x99\xce\x9b\xce\x9c\xce\x9d\xce\x9f\xce\xa1\xce\xa5\xce\xa9\xce\xb1\xce\xb2\xce\xb3\xce\xb4\xce\xb5\xce\xb6\xce\xb7\xce\xb9\xce\xbb\xce\xbc\xce\xbd\xce\xbf\xcf\x81\xcf\x85\xcf\x89]",62,"V\xcc\xb1",3,NULL,0,NULL,0}, + {"\xce\xa5",2,CONTEXT_TYPE_REGEX,2,"[\xcc\xb1\x04][AEIaei]",13,CONTEXT_TYPE_NONE,0,NULL,0,"U\xcc\xb1",3,NULL,0,NULL,0}, + {"\xcf\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xce\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xce\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xce\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xce\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xce\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xce\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\x93\xce\x9a\xce\x9e\xce\xa7\xce\xb3\xce\xba\xce\xbe\xcf\x87\xcf\xb0]",20,"n",1,NULL,0,NULL,0}, + {"\xce\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\x93\xce\x9a\xce\x9e\xce\xa7\xce\xb3\xce\xba\xce\xbe\xcf\x87\xcf\xb0]",20,"N",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xce\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xce\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xce\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xce\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xce\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xce\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xce\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"th",2,NULL,0,NULL,0}, + {"\xce\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x80\xcc\x81\xcc\x91\x04]\x05[\xcd\xb1\xcd\xb3\xcd\xb7\xcd\xbb\xcd\xbc\xcd\xbd\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x99\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xcf\xb8\xcf\xbb\xcf\xbc\xe1\xb4\xa6\xe1\xb4\xa7\xe1\xb4\xa8\xe1\xb4\xa9\xe1\xb4\xaa\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",513,"Th",2,NULL,0,NULL,0}, + {"\xce\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TH",2,NULL,0,NULL,0}, + {"\xce\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xce\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xce\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xce\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xce\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xce\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xce\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xce\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xce\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\x93\xce\x9a\xce\x9e\xce\xa7\xce\xb3\xce\xba\xce\xbe\xcf\x87\xcf\xb0]",20,"n\'",2,NULL,0,NULL,0}, + {"\xce\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xce\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\x93\xce\x9a\xce\x9e\xce\xa7\xce\xb3\xce\xba\xce\xbe\xcf\x87\xcf\xb0]",20,"N\'",2,NULL,0,NULL,0}, + {"\xce\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xce\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x",1,NULL,0,NULL,0}, + {"\xce\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"X",1,NULL,0,NULL,0}, + {"\xce\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xce\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xcf\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xce\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xcf\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xce\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,1,"[Pp]",4,CONTEXT_TYPE_REGEX,1,"[\xce\xa3\xcf\x82\xcf\x83\xcf\xb7\xcf\xb8\xcf\xba\xcf\xbb]",16,"\'",1,NULL,0,NULL,0}, + {"\xcf\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xcc\x8c",3,NULL,0,NULL,0}, + {"\xcf\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x8c",3,NULL,0,NULL,0}, + {"\xcf\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xcc\x82",3,NULL,0,NULL,0}, + {"\xcf\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x82",3,NULL,0,NULL,0}, + {"\xcf\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\'\xcc\x80\xcc\x81\xcc\x91\x04]\x05[\xcb\x89\xcd\xb0\xcd\xb1\xcd\xb2\xcd\xb3\xcd\xb6\xcd\xb7\xcd\xba\xcd\xbb\xcd\xbc\xcd\xbd\xce\x86\xce\x88\xce\x89\xce\x8a\xce\x8c\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\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\xcf\x80\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\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb4\xcf\xb5\xcf\xb7\xcf\xb8\xcf\xb9\xcf\xba\xcf\xbb\xcf\xbc\xcf\xbd\xcf\xbe\xcf\xbf\xe1\xb4\xa6\xe1\xb4\xa7\xe1\xb4\xa8\xe1\xb4\xa9\xe1\xb4\xaa\xe1\xb5\x9d\xe1\xb5\x9e\xe1\xb5\x9f\xe1\xb5\xa0\xe1\xb5\xa1\xe1\xb5\xa6\xe1\xb5\xa7\xe1\xb5\xa8\xe1\xb5\xa9\xe1\xb5\xaa\xe1\xb6\xbf\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x88\xe1\xbc\x89\xe1\xbc\x8a\xe1\xbc\x8b\xe1\xbc\x8c\xe1\xbc\x8d\xe1\xbc\x8e\xe1\xbc\x8f\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\x98\xe1\xbc\x99\xe1\xbc\x9a\xe1\xbc\x9b\xe1\xbc\x9c\xe1\xbc\x9d\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xa8\xe1\xbc\xa9\xe1\xbc\xaa\xe1\xbc\xab\xe1\xbc\xac\xe1\xbc\xad\xe1\xbc\xae\xe1\xbc\xaf\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbc\xb8\xe1\xbc\xb9\xe1\xbc\xba\xe1\xbc\xbb\xe1\xbc\xbc\xe1\xbc\xbd\xe1\xbc\xbe\xe1\xbc\xbf\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x88\xe1\xbd\x89\xe1\xbd\x8a\xe1\xbd\x8b\xe1\xbd\x8c\xe1\xbd\x8d\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\x99\xe1\xbd\x9b\xe1\xbd\x9d\xe1\xbd\x9f\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xa8\xe1\xbd\xa9\xe1\xbd\xaa\xe1\xbd\xab\xe1\xbd\xac\xe1\xbd\xad\xe1\xbd\xae\xe1\xbd\xaf\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x88\xe1\xbe\x89\xe1\xbe\x8a\xe1\xbe\x8b\xe1\xbe\x8c\xe1\xbe\x8d\xe1\xbe\x8e\xe1\xbe\x8f\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\x98\xe1\xbe\x99\xe1\xbe\x9a\xe1\xbe\x9b\xe1\xbe\x9c\xe1\xbe\x9d\xe1\xbe\x9e\xe1\xbe\x9f\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xa8\xe1\xbe\xa9\xe1\xbe\xaa\xe1\xbe\xab\xe1\xbe\xac\xe1\xbe\xad\xe1\xbe\xae\xe1\xbe\xaf\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xb8\xe1\xbe\xb9\xe1\xbe\xba\xe1\xbe\xbb\xe1\xbe\xbc\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x88\xe1\xbf\x89\xe1\xbf\x8a\xe1\xbf\x8b\xe1\xbf\x8c\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\x98\xe1\xbf\x99\xe1\xbf\x9a\xe1\xbf\x9b\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xa8\xe1\xbf\xa9\xe1\xbf\xaa\xe1\xbf\xab\xe1\xbf\xac\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7\xe1\xbf\xb8\xe1\xbf\xb9\xe1\xbf\xba\xe1\xbf\xbb\xe1\xbf\xbc\xe2\x84\xa6]",946,"s\xcc\xb1",3,NULL,0,NULL,0}, + {"\xcf\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\'\xcc\x80\xcc\x81\xcc\x91\x04]\x05[\xcb\x89\xcd\xb0\xcd\xb1\xcd\xb2\xcd\xb3\xcd\xb6\xcd\xb7\xcd\xba\xcd\xbb\xcd\xbc\xcd\xbd\xce\x86\xce\x88\xce\x89\xce\x8a\xce\x8c\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\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\xcf\x80\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\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb4\xcf\xb5\xcf\xb7\xcf\xb8\xcf\xb9\xcf\xba\xcf\xbb\xcf\xbc\xcf\xbd\xcf\xbe\xcf\xbf\xe1\xb4\xa6\xe1\xb4\xa7\xe1\xb4\xa8\xe1\xb4\xa9\xe1\xb4\xaa\xe1\xb5\x9d\xe1\xb5\x9e\xe1\xb5\x9f\xe1\xb5\xa0\xe1\xb5\xa1\xe1\xb5\xa6\xe1\xb5\xa7\xe1\xb5\xa8\xe1\xb5\xa9\xe1\xb5\xaa\xe1\xb6\xbf\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x88\xe1\xbc\x89\xe1\xbc\x8a\xe1\xbc\x8b\xe1\xbc\x8c\xe1\xbc\x8d\xe1\xbc\x8e\xe1\xbc\x8f\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\x98\xe1\xbc\x99\xe1\xbc\x9a\xe1\xbc\x9b\xe1\xbc\x9c\xe1\xbc\x9d\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xa8\xe1\xbc\xa9\xe1\xbc\xaa\xe1\xbc\xab\xe1\xbc\xac\xe1\xbc\xad\xe1\xbc\xae\xe1\xbc\xaf\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbc\xb8\xe1\xbc\xb9\xe1\xbc\xba\xe1\xbc\xbb\xe1\xbc\xbc\xe1\xbc\xbd\xe1\xbc\xbe\xe1\xbc\xbf\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x88\xe1\xbd\x89\xe1\xbd\x8a\xe1\xbd\x8b\xe1\xbd\x8c\xe1\xbd\x8d\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\x99\xe1\xbd\x9b\xe1\xbd\x9d\xe1\xbd\x9f\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xa8\xe1\xbd\xa9\xe1\xbd\xaa\xe1\xbd\xab\xe1\xbd\xac\xe1\xbd\xad\xe1\xbd\xae\xe1\xbd\xaf\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x88\xe1\xbe\x89\xe1\xbe\x8a\xe1\xbe\x8b\xe1\xbe\x8c\xe1\xbe\x8d\xe1\xbe\x8e\xe1\xbe\x8f\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\x98\xe1\xbe\x99\xe1\xbe\x9a\xe1\xbe\x9b\xe1\xbe\x9c\xe1\xbe\x9d\xe1\xbe\x9e\xe1\xbe\x9f\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xa8\xe1\xbe\xa9\xe1\xbe\xaa\xe1\xbe\xab\xe1\xbe\xac\xe1\xbe\xad\xe1\xbe\xae\xe1\xbe\xaf\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xb8\xe1\xbe\xb9\xe1\xbe\xba\xe1\xbe\xbb\xe1\xbe\xbc\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x88\xe1\xbf\x89\xe1\xbf\x8a\xe1\xbf\x8b\xe1\xbf\x8c\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\x98\xe1\xbf\x99\xe1\xbf\x9a\xe1\xbf\x9b\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xa8\xe1\xbf\xa9\xe1\xbf\xaa\xe1\xbf\xab\xe1\xbf\xac\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7\xe1\xbf\xb8\xe1\xbf\xb9\xe1\xbf\xba\xe1\xbf\xbb\xe1\xbf\xbc\xe2\x84\xa6]",946,"s",1,NULL,0,NULL,0}, + {"\xcf\x83",2,CONTEXT_TYPE_REGEX,3,"[\'\xcc\x80\xcc\x81\xcc\x91\x04]\x05[\xcb\x89\xcd\xb0\xcd\xb1\xcd\xb2\xcd\xb3\xcd\xb6\xcd\xb7\xcd\xba\xcd\xbb\xcd\xbc\xcd\xbd\xce\x86\xce\x88\xce\x89\xce\x8a\xce\x8c\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\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\xcf\x80\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\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb4\xcf\xb5\xcf\xb7\xcf\xb8\xcf\xb9\xcf\xba\xcf\xbb\xcf\xbc\xcf\xbd\xcf\xbe\xcf\xbf\xe1\xb4\xa6\xe1\xb4\xa7\xe1\xb4\xa8\xe1\xb4\xa9\xe1\xb4\xaa\xe1\xb5\x9d\xe1\xb5\x9e\xe1\xb5\x9f\xe1\xb5\xa0\xe1\xb5\xa1\xe1\xb5\xa6\xe1\xb5\xa7\xe1\xb5\xa8\xe1\xb5\xa9\xe1\xb5\xaa\xe1\xb6\xbf\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x88\xe1\xbc\x89\xe1\xbc\x8a\xe1\xbc\x8b\xe1\xbc\x8c\xe1\xbc\x8d\xe1\xbc\x8e\xe1\xbc\x8f\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\x98\xe1\xbc\x99\xe1\xbc\x9a\xe1\xbc\x9b\xe1\xbc\x9c\xe1\xbc\x9d\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xa8\xe1\xbc\xa9\xe1\xbc\xaa\xe1\xbc\xab\xe1\xbc\xac\xe1\xbc\xad\xe1\xbc\xae\xe1\xbc\xaf\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbc\xb8\xe1\xbc\xb9\xe1\xbc\xba\xe1\xbc\xbb\xe1\xbc\xbc\xe1\xbc\xbd\xe1\xbc\xbe\xe1\xbc\xbf\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x88\xe1\xbd\x89\xe1\xbd\x8a\xe1\xbd\x8b\xe1\xbd\x8c\xe1\xbd\x8d\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\x99\xe1\xbd\x9b\xe1\xbd\x9d\xe1\xbd\x9f\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xa8\xe1\xbd\xa9\xe1\xbd\xaa\xe1\xbd\xab\xe1\xbd\xac\xe1\xbd\xad\xe1\xbd\xae\xe1\xbd\xaf\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x88\xe1\xbe\x89\xe1\xbe\x8a\xe1\xbe\x8b\xe1\xbe\x8c\xe1\xbe\x8d\xe1\xbe\x8e\xe1\xbe\x8f\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\x98\xe1\xbe\x99\xe1\xbe\x9a\xe1\xbe\x9b\xe1\xbe\x9c\xe1\xbe\x9d\xe1\xbe\x9e\xe1\xbe\x9f\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xa8\xe1\xbe\xa9\xe1\xbe\xaa\xe1\xbe\xab\xe1\xbe\xac\xe1\xbe\xad\xe1\xbe\xae\xe1\xbe\xaf\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xb8\xe1\xbe\xb9\xe1\xbe\xba\xe1\xbe\xbb\xe1\xbe\xbc\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x88\xe1\xbf\x89\xe1\xbf\x8a\xe1\xbf\x8b\xe1\xbf\x8c\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\x98\xe1\xbf\x99\xe1\xbf\x9a\xe1\xbf\x9b\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xa8\xe1\xbf\xa9\xe1\xbf\xaa\xe1\xbf\xab\xe1\xbf\xac\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7\xe1\xbf\xb8\xe1\xbf\xb9\xe1\xbf\xba\xe1\xbf\xbb\xe1\xbf\xbc\xe2\x84\xa6]",946,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\xb1",3,NULL,0,NULL,0}, + {"\xcf\x82",2,CONTEXT_TYPE_REGEX,3,"[\'\xcc\x80\xcc\x81\xcc\x91\x04]\x05[\xcb\x89\xcd\xb0\xcd\xb1\xcd\xb2\xcd\xb3\xcd\xb6\xcd\xb7\xcd\xba\xcd\xbb\xcd\xbc\xcd\xbd\xce\x86\xce\x88\xce\x89\xce\x8a\xce\x8c\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\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\xcf\x80\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\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb4\xcf\xb5\xcf\xb7\xcf\xb8\xcf\xb9\xcf\xba\xcf\xbb\xcf\xbc\xcf\xbd\xcf\xbe\xcf\xbf\xe1\xb4\xa6\xe1\xb4\xa7\xe1\xb4\xa8\xe1\xb4\xa9\xe1\xb4\xaa\xe1\xb5\x9d\xe1\xb5\x9e\xe1\xb5\x9f\xe1\xb5\xa0\xe1\xb5\xa1\xe1\xb5\xa6\xe1\xb5\xa7\xe1\xb5\xa8\xe1\xb5\xa9\xe1\xb5\xaa\xe1\xb6\xbf\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x88\xe1\xbc\x89\xe1\xbc\x8a\xe1\xbc\x8b\xe1\xbc\x8c\xe1\xbc\x8d\xe1\xbc\x8e\xe1\xbc\x8f\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\x98\xe1\xbc\x99\xe1\xbc\x9a\xe1\xbc\x9b\xe1\xbc\x9c\xe1\xbc\x9d\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xa8\xe1\xbc\xa9\xe1\xbc\xaa\xe1\xbc\xab\xe1\xbc\xac\xe1\xbc\xad\xe1\xbc\xae\xe1\xbc\xaf\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbc\xb8\xe1\xbc\xb9\xe1\xbc\xba\xe1\xbc\xbb\xe1\xbc\xbc\xe1\xbc\xbd\xe1\xbc\xbe\xe1\xbc\xbf\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x88\xe1\xbd\x89\xe1\xbd\x8a\xe1\xbd\x8b\xe1\xbd\x8c\xe1\xbd\x8d\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\x99\xe1\xbd\x9b\xe1\xbd\x9d\xe1\xbd\x9f\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xa8\xe1\xbd\xa9\xe1\xbd\xaa\xe1\xbd\xab\xe1\xbd\xac\xe1\xbd\xad\xe1\xbd\xae\xe1\xbd\xaf\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x88\xe1\xbe\x89\xe1\xbe\x8a\xe1\xbe\x8b\xe1\xbe\x8c\xe1\xbe\x8d\xe1\xbe\x8e\xe1\xbe\x8f\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\x98\xe1\xbe\x99\xe1\xbe\x9a\xe1\xbe\x9b\xe1\xbe\x9c\xe1\xbe\x9d\xe1\xbe\x9e\xe1\xbe\x9f\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xa8\xe1\xbe\xa9\xe1\xbe\xaa\xe1\xbe\xab\xe1\xbe\xac\xe1\xbe\xad\xe1\xbe\xae\xe1\xbe\xaf\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xb8\xe1\xbe\xb9\xe1\xbe\xba\xe1\xbe\xbb\xe1\xbe\xbc\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x88\xe1\xbf\x89\xe1\xbf\x8a\xe1\xbf\x8b\xe1\xbf\x8c\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\x98\xe1\xbf\x99\xe1\xbf\x9a\xe1\xbf\x9b\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xa8\xe1\xbf\xa9\xe1\xbf\xaa\xe1\xbf\xab\xe1\xbf\xac\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7\xe1\xbf\xb8\xe1\xbf\xb9\xe1\xbf\xba\xe1\xbf\xbb\xe1\xbf\xbc\xe2\x84\xa6]",946,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xcf\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\xb1",3,NULL,0,NULL,0}, + {"\xcf\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xce\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xcf\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xce\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xcf\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xce\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xcf\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xce\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x80\xcc\x81\xcc\x91\x04]\x05[\xcd\xb1\xcd\xb3\xcd\xb7\xcd\xbb\xcd\xbc\xcd\xbd\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x99\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xcf\xb8\xcf\xbb\xcf\xbc\xe1\xb4\xa6\xe1\xb4\xa7\xe1\xb4\xa8\xe1\xb4\xa9\xe1\xb4\xaa\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",513,"Ch",2,NULL,0,NULL,0}, + {"\xce\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CH",2,NULL,0,NULL,0}, + {"\xcf\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xb2",2,NULL,0}, + {"\xcf\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xb8",2,NULL,0}, + {"\xcf\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xa5",2,NULL,0}, + {"\xcf\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xcf\x86",2,NULL,0}, + {"\xcf\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xcf\x80",2,NULL,0}, + {"\xcf\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xba",2,NULL,0}, + {"\xcf\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xcf\x81",2,NULL,0}, + {"\xcf\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xcf\x83",2,NULL,0}, + {"\xcf\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xa3",2,NULL,0}, + {"\xcf\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xcf\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\x98",2,NULL,0}, + {"\xcf\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xb5",2,NULL,0}, + {"\xc2\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xbc",2,NULL,0}, + {"[\xe1\xbc\x88\xe1\xbc\x89\xe1\xbe\x88\xe1\xbe\x89\xe1\xbe\xbc]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x91",2,NULL,0,NULL,0}, + {"[\xe1\xbc\x80\xe1\xbc\x81\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\xb3]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb1",2,NULL,0,NULL,0}, + {"[\xe1\xbc\x8a\xe1\xbc\x8b\xe1\xbc\x8c\xe1\xbc\x8d\xe1\xbc\x8e\xe1\xbc\x8f\xe1\xbe\x8a\xe1\xbe\x8b\xe1\xbe\x8c\xe1\xbe\x8d\xe1\xbe\x8e\xe1\xbe\x8f\xe1\xbe\xba\xe1\xbe\xbb]",44,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x86",2,NULL,0,NULL,0}, + {"[\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\xb2\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7]",56,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xac",2,NULL,0,NULL,0}, + {"[\xe1\xbc\x98\xe1\xbc\x99]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x95",2,NULL,0,NULL,0}, + {"[\xe1\xbc\x90\xe1\xbc\x91\xe1\xbd\xb2\xe1\xbd\xb3]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb5",2,NULL,0,NULL,0}, + {"[\xe1\xbc\x9a\xe1\xbc\x9b\xe1\xbc\x9c\xe1\xbc\x9d\xe1\xbf\x88\xe1\xbf\x89]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x88",2,NULL,0,NULL,0}, + {"[\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95]",14,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xad",2,NULL,0,NULL,0}, + {"[\xe1\xbc\xa8\xe1\xbc\xa9\xe1\xbe\x98\xe1\xbe\x99\xe1\xbf\x8c]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x97",2,NULL,0,NULL,0}, + {"[\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbe\x90\xe1\xbe\x91\xe1\xbf\x83]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb7",2,NULL,0,NULL,0}, + {"[\xe1\xbc\xaa\xe1\xbc\xab\xe1\xbc\xac\xe1\xbc\xad\xe1\xbc\xae\xe1\xbc\xaf\xe1\xbe\x9a\xe1\xbe\x9b\xe1\xbe\x9c\xe1\xbe\x9d\xe1\xbe\x9e\xe1\xbe\x9f\xe1\xbf\x8a\xe1\xbf\x8b]",44,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x89",2,NULL,0,NULL,0}, + {"[\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbf\x82\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87]",56,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xae",2,NULL,0,NULL,0}, + {"[\xe1\xbc\xb8\xe1\xbc\xb9]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x99",2,NULL,0,NULL,0}, + {"[\xe1\xbc\xb0\xe1\xbc\xb1]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb9",2,NULL,0,NULL,0}, + {"[\xe1\xbc\xba\xe1\xbc\xbb\xe1\xbc\xbc\xe1\xbc\xbd\xe1\xbc\xbe\xe1\xbc\xbf\xe1\xbf\x9a\xe1\xbf\x9b]",26,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x8a",2,NULL,0,NULL,0}, + {"[\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbf\x96]",29,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xaf",2,NULL,0,NULL,0}, + {"[\xe1\xbd\x88\xe1\xbd\x89]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x9f",2,NULL,0,NULL,0}, + {"[\xe1\xbd\x80\xe1\xbd\x81]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xbf",2,NULL,0,NULL,0}, + {"[\xe1\xbd\x8a\xe1\xbd\x8b\xe1\xbd\x8c\xe1\xbd\x8d\xe1\xbf\xb8\xe1\xbf\xb9]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x8c",2,NULL,0,NULL,0}, + {"[\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\xb8\xe1\xbd\xb9]",20,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x8c",2,NULL,0,NULL,0}, + {"\xe1\xbd\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa5",2,NULL,0,NULL,0}, + {"[\xe1\xbd\x90\xe1\xbd\x91]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x85",2,NULL,0,NULL,0}, + {"[\xe1\xbd\x9b\xe1\xbd\x9d\xe1\xbd\x9f\xe1\xbf\xaa\xe1\xbf\xab]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x8e",2,NULL,0,NULL,0}, + {"[\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbf\xa6]",29,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x8d",2,NULL,0,NULL,0}, + {"[\xe1\xbd\xa8\xe1\xbd\xa9\xe1\xbe\xa8\xe1\xbe\xa9\xe1\xbf\xbc]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa9",2,NULL,0,NULL,0}, + {"[\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbf\xb3]",17,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x89",2,NULL,0,NULL,0}, + {"[\xe1\xbd\xab\xe1\xbd\xac\xe1\xbd\xad\xe1\xbd\xae\xe1\xbd\xaf\xe1\xbe\xaa\xe1\xbe\xab\xe1\xbe\xac\xe1\xbe\xad\xe1\xbe\xae\xe1\xbe\xaf\xe1\xbf\xba\xe1\xbf\xbb]",41,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x8f",2,NULL,0,NULL,0}, + {"[\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbf\xb2\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",56,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x8e",2,NULL,0,NULL,0}, + {"\xe1\xbf\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa1",2,NULL,0,NULL,0}, + {"[\xe1\xbf\xa4\xe1\xbf\xa5]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x81",2,NULL,0,NULL,0}, + {"\xce\x91\xce\xaf",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A\xc3\xad",3,NULL,0,NULL,0}, + {"\xce\xb1\xce\xaf",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a\xc3\xad",3,NULL,0,NULL,0}, + {"\xce\x9f\xce\xaf",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O\xc3\xad",3,NULL,0,NULL,0}, + {"\xce\xbf\xce\xaf",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O\xc3\xad",3,NULL,0,NULL,0}, + {"\xce\x9f\xcf\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O\xc3\xba",3,NULL,0,NULL,0}, + {"\xce\xbf\xcf\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o\xc3\xba",3,NULL,0,NULL,0}, + {"\xce\x91\xcf\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x86\xcf\x85",4,NULL,0,NULL,0}, + {"\xce\xb1\xcf\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xac\xcf\x85",4,NULL,0,NULL,0}, + {"\xce\x95\xcf\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x88\xcf\x85",4,NULL,0,NULL,0}, + {"\xce\xb5\xcf\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xad\xcf\x85",4,NULL,0,NULL,0}, + {"\xce\x97\xcf\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x89\xcf\x85",4,NULL,0,NULL,0}, + {"\xce\xb7\xcf\x8d",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xae\xcf\x85",4,NULL,0,NULL,0}, + {"[\xce\xaa\xce\xab]",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8f",2,NULL,0,NULL,0}, + {"[\xcf\x8a\xcf\x8b]",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xaf",2,NULL,0,NULL,0}, + {"[\xce\x90\xce\xb0]",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xaf\xcc\x81",4,NULL,0,NULL,0}, + {"\xce\x91\xce\xb5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A\xc3\xab",3,NULL,0,NULL,0}, + {"\xce\xb1\xce\xb5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a\xc3\xab",3,NULL,0,NULL,0}, + {"\xce\x91\xce\xb7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A\xc3\xaf",3,NULL,0,NULL,0}, + {"\xce\xb1\xce\xb7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a\xc3\xaf",3,NULL,0,NULL,0}, + {"\xce\x9f\xce\xb7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O\xc3\xaf",3,NULL,0,NULL,0}, + {"\xce\xbf\xce\xb7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o\xc3\xaf",3,NULL,0,NULL,0}, + {"\xce\xa9\xce\xbf",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O\xc3\xb6",3,NULL,0,NULL,0}, + {"\xcf\x89\xce\xbf",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o\xc3\xb6",3,NULL,0,NULL,0}, + {"\xce\x86\xce\xb5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x81\xc3\xab",4,NULL,0,NULL,0}, + {"\xce\xac\xce\xb5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1\xc3\xab",4,NULL,0,NULL,0}, + {"\xce\x86\xce\xb7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x81\xc3\xaf",4,NULL,0,NULL,0}, + {"\xce\xac\xce\xb7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1\xc3\xaf",4,NULL,0,NULL,0}, + {"\xce\x8c\xce\xb7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x93\xc3\xaf",4,NULL,0,NULL,0}, + {"\xcf\x8c\xce\xb7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb3\xc3\xaf",4,NULL,0,NULL,0}, + {"\xce\x8f\xce\xbf",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x93\xc3\xb6",4,NULL,0,NULL,0}, + {"\xcf\x8e\xce\xbf",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb3\xc3\xb6",4,NULL,0,NULL,0}, + {"\xce\x91\xce\x99",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"AI",2,NULL,0,NULL,0}, + {"\xce\x91\xce\xb9",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ai",2,NULL,0,NULL,0}, + {"\xce\xb1\xce\xb9",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ai",2,NULL,0,NULL,0}, + {"\xce\x91\xce\xa5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"AV",2,NULL,0,NULL,0}, + {"\xce\x91\xcf\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Av",2,NULL,0,NULL,0}, + {"\xce\xb1\xcf\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"av",2,NULL,0,NULL,0}, + {"\xce\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xce\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xce\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x81",2,NULL,0,NULL,0}, + {"\xce\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1",2,NULL,0,NULL,0}, + {"\xce\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xce\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xce\x93\xce\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"NG",2,NULL,0,NULL,0}, + {"\xce\x93\xce\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ng",2,NULL,0,NULL,0}, + {"\xce\xb3\xce\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ng",2,NULL,0,NULL,0}, + {"\xce\x93\xce\x9a",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xce\x93\xce\xba",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xce\xb3\xce\xba",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xce\x93\xce\x9a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"NG",2,NULL,0,NULL,0}, + {"\xce\x93\xce\xba",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ng",2,NULL,0,NULL,0}, + {"\xce\xb3\xce\xba",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ng",2,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\x91\xce\x92\xce\x94\xce\x96\xce\x98\xce\x9a\xce\x9b\xce\x9c\xce\x9d\xce\x9f\xce\xa0\xce\xa1\xce\xa3\xce\xa4\xce\xa6\xce\xa8\xce\xa9]",36,"G",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\xb1\xce\xb2\xce\xb4\xce\xb6\xce\xb8\xce\xba\xce\xbb\xce\xbc\xce\xbd\xce\xbf\xcf\x80\xcf\x81\xcf\x82\xcf\x83\xcf\x84\xcf\x86\xcf\x88\xcf\x89]",38,"G",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,2,"\xce\x9f\xce\xa5",4,"G",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,2,"\xce\xbf\xcf\x85",4,"G",1,NULL,0,NULL,0}, + {"\xce\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\xb1\xce\xb2\xce\xb4\xce\xb6\xce\xb8\xce\xba\xce\xbb\xce\xbc\xce\xbd\xce\xbf\xcf\x80\xcf\x81\xcf\x82\xcf\x83\xcf\x84\xcf\x86\xcf\x88\xcf\x89]",38,"g",1,NULL,0,NULL,0}, + {"\xce\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,2,"\xce\xbf\xcf\x85",4,"g",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[\xce\x91\xce\x95\xce\x9f\xce\xa5]\xce\x99",12,"Y",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\x95\xce\x97\xce\x99\xce\xa5]",10,"Y",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[\xce\xb1\xce\xb5\xce\xbf\xcf\x85]\xce\xb9",12,"Y",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\xb5\xce\xb7\xce\xb9\xcf\x85]",10,"Y",1,NULL,0,NULL,0}, + {"\xce\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[\xce\xb1\xce\xb5\xce\xbf\xcf\x85]\xce\xb9",12,"y",1,NULL,0,NULL,0}, + {"\xce\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\xb5\xce\xb7\xce\xb9\xcf\x85]",10,"y",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\x9e\xce\xa7]",6,"N",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\xbe\xcf\x87]",6,"N",1,NULL,0,NULL,0}, + {"\xce\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\xbe\xcf\x87]",6,"n",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xce\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xce\x94",2,CONTEXT_TYPE_STRING,1,"\xce\x9d",2,CONTEXT_TYPE_STRING,1,"\xce\xa1",2,"D",1,NULL,0,NULL,0}, + {"\xce\xb4",2,CONTEXT_TYPE_STRING,1,"\xce\xbd",2,CONTEXT_TYPE_STRING,1,"\xcf\x81",2,"d",1,NULL,0,NULL,0}, + {"\xce\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xcf\x80\xcf\x81\xcf\x82\xcf\x83\xcf\x84\xcf\x85\xcf\x86\xcf\x87\xcf\x88\xcf\x89]",52,"Dh",2,NULL,0,NULL,0}, + {"\xce\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"DH",2,NULL,0,NULL,0}, + {"\xce\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dh",2,NULL,0,NULL,0}, + {"\xce\x95\xce\x99",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xce\x95\xce\xb9",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xce\xb5\xce\xb9",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xce\x95\xce\xaa",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E\xc3\x8f",3,NULL,0,NULL,0}, + {"\xce\x95\xcf\x8a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E\xc3\xaf",3,NULL,0,NULL,0}, + {"\xce\xb5\xcf\x8a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e\xc3\xaf",3,NULL,0,NULL,0}, + {"\xce\x95\xce\xa5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"EV",2,NULL,0,NULL,0}, + {"\xce\x95\xcf\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ev",2,NULL,0,NULL,0}, + {"\xce\xb5\xcf\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ev",2,NULL,0,NULL,0}, + {"\xce\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xce\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xce\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x89",2,NULL,0,NULL,0}, + {"\xce\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa9",2,NULL,0,NULL,0}, + {"\xce\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xce\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xce\x97\xce\xa5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"IV",2,NULL,0,NULL,0}, + {"\xce\x97\xcf\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Iv",2,NULL,0,NULL,0}, + {"\xce\xb7\xcf\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"iv",2,NULL,0,NULL,0}, + {"\xce\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xce\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xce\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8d",2,NULL,0,NULL,0}, + {"\xce\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xad",2,NULL,0,NULL,0}, + {"\xce\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xcf\x80\xcf\x81\xcf\x82\xcf\x83\xcf\x84\xcf\x85\xcf\x86\xcf\x87\xcf\x88\xcf\x89]",52,"Th",2,NULL,0,NULL,0}, + {"\xce\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TH",2,NULL,0,NULL,0}, + {"\xce\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"th",2,NULL,0,NULL,0}, + {"\xce\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xce\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xce\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8d",2,NULL,0,NULL,0}, + {"\xce\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xad",2,NULL,0,NULL,0}, + {"\xce\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xce\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xce\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xce\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xce\x9c\xce\xa0",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xce\x9c\xcf\x80",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xce\xbc\xcf\x80",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xce\x9c\xce\xa0",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"MB",2,NULL,0,NULL,0}, + {"\xce\x9c\xcf\x80",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Mb",2,NULL,0,NULL,0}, + {"\xce\xbc\xcf\x80",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mb",2,NULL,0,NULL,0}, + {"\xce\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xce\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xce\x9d\xce\xa4",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xce\x9d\xcf\x84",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xce\xbd\xcf\x84",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xce\x9d\xce\xa4",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ND",2,NULL,0,NULL,0}, + {"\xce\x9d\xcf\x84",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Nd",2,NULL,0,NULL,0}, + {"\xce\xbd\xcf\x84",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nd",2,NULL,0,NULL,0}, + {"\xce\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xce\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xce\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"X",1,NULL,0,NULL,0}, + {"\xce\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x",1,NULL,0,NULL,0}, + {"\xce\x9f\xce\x99",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"OI",2,NULL,0,NULL,0}, + {"\xce\x9f\xce\xb9",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Oi",2,NULL,0,NULL,0}, + {"\xce\xbf\xce\xb9",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"oi",2,NULL,0,NULL,0}, + {"\xce\x9f\xce\xa5",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"OU",2,NULL,0,NULL,0}, + {"\xce\x9f\xcf\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ou",2,NULL,0,NULL,0}, + {"\xce\xbf\xcf\x85",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ou",2,NULL,0,NULL,0}, + {"\xce\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xce\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xce\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x93",2,NULL,0,NULL,0}, + {"\xcf\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb3",2,NULL,0,NULL,0}, + {"\xce\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xcf\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xce\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xcf\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xce\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xcf\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xcf\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xce\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xcf\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xce\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xcf\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xce\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8d",2,NULL,0,NULL,0}, + {"\xcf\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xad",2,NULL,0,NULL,0}, + {"\xce\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xcf\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xce\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xcf\x80\xcf\x81\xcf\x82\xcf\x83\xcf\x84\xcf\x85\xcf\x86\xcf\x87\xcf\x88\xcf\x89]",52,"Kh",2,NULL,0,NULL,0}, + {"\xce\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"KH",2,NULL,0,NULL,0}, + {"\xcf\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xce\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xcf\x80\xcf\x81\xcf\x82\xcf\x83\xcf\x84\xcf\x85\xcf\x86\xcf\x87\xcf\x88\xcf\x89]",52,"Ps",2,NULL,0,NULL,0}, + {"\xce\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"PS",2,NULL,0,NULL,0}, + {"\xcf\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ps",2,NULL,0,NULL,0}, + {"\xce\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xcf\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xce\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x93",2,NULL,0,NULL,0}, + {"\xcf\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb3",2,NULL,0,NULL,0}, + {"\xe1\x83\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xca\xbc",4,NULL,0,NULL,0}, + {"\xe1\x83\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xca\xbc",3,NULL,0,NULL,0}, + {"\xe1\x83\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xca\xbc",3,NULL,0,NULL,0}, + {"\xe1\x83\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh",2,NULL,0,NULL,0}, + {"\xe1\x83\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xca\xbc",3,NULL,0,NULL,0}, + {"\xe1\x83\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gh",2,NULL,0,NULL,0}, + {"\xe1\x83\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q\xca\xbc",3,NULL,0,NULL,0}, + {"\xe1\x83\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xe1\x83\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xca\xbc",4,NULL,0,NULL,0}, + {"\xe1\x83\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xe1\x83\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xe1\x83\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dz",2,NULL,0,NULL,0}, + {"\xe1\x83\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xe1\x83\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xadi",3,NULL,0,NULL,0}, + {"\xe1\x83\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xe1\x83\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xe1\x83\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xe1\x83\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xe1\x83\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe1\x83\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xe1\x83\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xe1\x83\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xe1\x83\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe1\x83\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xe1\x83\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xe1\x83\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xe1\x83\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xe1\x83\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xe1\x83\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xe1\x83\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xe1\x83\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xe1\x83\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xe1\x83\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xe1\x83\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xe1\x83\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xd4\xb5\xd5\x92",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,"YEV",3,NULL,0,NULL,0}, + {"\xd4\xb5\xd5\x92",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YEV",3,NULL,0,NULL,0}, + {"\xd4\xb5\xd5\x92",4,CONTEXT_TYPE_REGEX,1,"[\xd4\xb1\xd4\xb5\xd4\xb7\xd4\xb8\xd4\xbb\xd5\x88\xd5\x92\xd5\x95\xd5\xa1\xd5\xa5\xd5\xa7\xd5\xa8\xd5\xab\xd5\xb8\xd6\x82\xd6\x85\xd6\x87]",36,CONTEXT_TYPE_NONE,0,NULL,0,"YEV",3,NULL,0,NULL,0}, + {"\xd4\xb5\xd5\x92",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"EV",2,NULL,0,NULL,0}, + {"\xd4\xb5\xd6\x82",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,"Yev",3,NULL,0,NULL,0}, + {"\xd4\xb5\xd6\x82",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Yev",3,NULL,0,NULL,0}, + {"\xd4\xb5\xd6\x82",4,CONTEXT_TYPE_REGEX,1,"[\xd4\xb1\xd4\xb5\xd4\xb7\xd4\xb8\xd4\xbb\xd5\x88\xd5\x92\xd5\x95\xd5\xa1\xd5\xa5\xd5\xa7\xd5\xa8\xd5\xab\xd5\xb8\xd6\x82\xd6\x85\xd6\x87]",36,CONTEXT_TYPE_NONE,0,NULL,0,"Yev",3,NULL,0,NULL,0}, + {"\xd4\xb5\xd6\x82",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ev",2,NULL,0,NULL,0}, + {"\xd5\xa5\xd6\x82",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,"yev",3,NULL,0,NULL,0}, + {"\xd5\xa5\xd6\x82",4,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yev",3,NULL,0,NULL,0}, + {"\xd5\xa5\xd6\x82",4,CONTEXT_TYPE_REGEX,1,"[\xd4\xb1\xd4\xb5\xd4\xb7\xd4\xb8\xd4\xbb\xd5\x88\xd5\x92\xd5\x95\xd5\xa1\xd5\xa5\xd5\xa7\xd5\xa8\xd5\xab\xd5\xb8\xd6\x82\xd6\x85\xd6\x87]",36,CONTEXT_TYPE_NONE,0,NULL,0,"yev",3,NULL,0,NULL,0}, + {"\xd5\xa5\xd6\x82",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ev",2,NULL,0,NULL,0}, + {"\xd6\x87",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,"yev",3,NULL,0,NULL,0}, + {"\xd6\x87",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yev",3,NULL,0,NULL,0}, + {"\xd6\x87",2,CONTEXT_TYPE_REGEX,1,"[\xd4\xb1\xd4\xb5\xd4\xb7\xd4\xb8\xd4\xbb\xd5\x88\xd5\x92\xd5\x95\xd5\xa1\xd5\xa5\xd5\xa7\xd5\xa8\xd5\xab\xd5\xb8\xd6\x82\xd6\x85\xd6\x87]",36,CONTEXT_TYPE_NONE,0,NULL,0,"yev",3,NULL,0,NULL,0}, + {"\xd6\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ev",2,NULL,0,NULL,0}, + {"\xd4\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xd5\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd4\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xd5\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd4\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xd5\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd4\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xd5\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd4\xb5",2,CONTEXT_TYPE_REGEX,1,"[\xd4\xb1\xd4\xb5\xd4\xb7\xd4\xb8\xd4\xbb\xd5\x88\xd5\x92\xd5\x95]",18,CONTEXT_TYPE_NONE,0,NULL,0,"YE",2,NULL,0,NULL,0}, + {"\xd4\xb5",2,CONTEXT_TYPE_REGEX,1,"[\xd5\xa1\xd5\xa5\xd5\xa7\xd5\xa8\xd5\xab\xd5\xb8\xd6\x82\xd6\x85\xd6\x87]",20,CONTEXT_TYPE_NONE,0,NULL,0,"Ye",2,NULL,0,NULL,0}, + {"\xd4\xb5",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ye",2,NULL,0,NULL,0}, + {"\xd4\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd5\xa5",2,CONTEXT_TYPE_REGEX,1,"[\xd4\xb1\xd4\xb5\xd4\xb7\xd4\xb8\xd4\xbb\xd5\x88\xd5\x92\xd5\x95\xd5\xa1\xd5\xa5\xd5\xa7\xd5\xa8\xd5\xab\xd5\xb8\xd6\x82\xd6\x85\xd6\x87]",36,CONTEXT_TYPE_NONE,0,NULL,0,"ye",2,NULL,0,NULL,0}, + {"\xd5\xa5",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ye",2,NULL,0,NULL,0}, + {"\xd5\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd4\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xd5\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd4\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd5\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd4\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd5\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd4\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T\xe2\x80\x99",4,NULL,0,NULL,0}, + {"\xd5\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xe2\x80\x99",4,NULL,0,NULL,0}, + {"\xd4\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd6\x80\xd6\x81\xd6\x82\xd6\x83\xd6\x84\xd6\x85\xd6\x86\xd6\x87]",80,"Zh",2,NULL,0,NULL,0}, + {"\xd4\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ZH",2,NULL,0,NULL,0}, + {"\xd5\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh",2,NULL,0,NULL,0}, + {"\xd4\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xd5\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd4\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xd5\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd4\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd6\x80\xd6\x81\xd6\x82\xd6\x83\xd6\x84\xd6\x85\xd6\x86\xd6\x87]",80,"Kh",2,NULL,0,NULL,0}, + {"\xd4\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"KH",2,NULL,0,NULL,0}, + {"\xd5\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xd4\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd6\x80\xd6\x81\xd6\x82\xd6\x83\xd6\x84\xd6\x85\xd6\x86\xd6\x87]",80,"Ts",2,NULL,0,NULL,0}, + {"\xd4\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS",2,NULL,0,NULL,0}, + {"\xd5\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xd4\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xd5\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd5\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xd5\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd5\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd6\x80\xd6\x81\xd6\x82\xd6\x83\xd6\x84\xd6\x85\xd6\x86\xd6\x87]",80,"Dz",2,NULL,0,NULL,0}, + {"\xd5\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"DZ",2,NULL,0,NULL,0}, + {"\xd5\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dz",2,NULL,0,NULL,0}, + {"\xd5\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd6\x80\xd6\x81\xd6\x82\xd6\x83\xd6\x84\xd6\x85\xd6\x86\xd6\x87]",80,"Gh",2,NULL,0,NULL,0}, + {"\xd5\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"GH",2,NULL,0,NULL,0}, + {"\xd5\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gh",2,NULL,0,NULL,0}, + {"\xd5\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd6\x80\xd6\x81\xd6\x82\xd6\x83\xd6\x84\xd6\x85\xd6\x86\xd6\x87]",80,"Ch",2,NULL,0,NULL,0}, + {"\xd5\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CH",2,NULL,0,NULL,0}, + {"\xd5\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xd5\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xd5\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd5\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd5\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd5\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xd5\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd5\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd6\x80\xd6\x81\xd6\x82\xd6\x83\xd6\x84\xd6\x85\xd6\x86\xd6\x87]",80,"Sh",2,NULL,0,NULL,0}, + {"\xd5\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH",2,NULL,0,NULL,0}, + {"\xd5\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xd5\x88\xd6\x82",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd6\x80\xd6\x81\xd6\x82\xd6\x83\xd6\x84\xd6\x85\xd6\x86\xd6\x87]",80,"U",1,NULL,0,NULL,0}, + {"\xd5\x88\xd5\x92",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xd5\xb8\xd6\x82",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd5\x88\xd5\x8e",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"OV",2,NULL,0,NULL,0}, + {"\xd5\x88\xd5\xbe",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ov",2,NULL,0,NULL,0}, + {"\xd5\xb8\xd5\xbe",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ov",2,NULL,0,NULL,0}, + {"\xd5\x88",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd6\x80\xd6\x81\xd6\x82\xd6\x83\xd6\x84\xd6\x85\xd6\x86\xd6\x87]",80,"Vo",2,NULL,0,NULL,0}, + {"\xd5\x88",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"VO",2,NULL,0,NULL,0}, + {"\xd5\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd5\xb8",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"vo",2,NULL,0,NULL,0}, + {"\xd5\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd5\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd6\x80\xd6\x81\xd6\x82\xd6\x83\xd6\x84\xd6\x85\xd6\x86\xd6\x87]",80,"Ch\xe2\x80\x99",5,NULL,0,NULL,0}, + {"\xd5\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CH\xe2\x80\x99",5,NULL,0,NULL,0}, + {"\xd5\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xe2\x80\x99",5,NULL,0,NULL,0}, + {"\xd5\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd5\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd5\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"J",1,NULL,0,NULL,0}, + {"\xd5\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xd5\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd6\x80\xd6\x81\xd6\x82\xd6\x83\xd6\x84\xd6\x85\xd6\x86\xd6\x87]",80,"Rr",2,NULL,0,NULL,0}, + {"\xd5\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"RR",2,NULL,0,NULL,0}, + {"\xd5\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"rr",2,NULL,0,NULL,0}, + {"\xd5\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xd5\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd5\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xd5\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xd5\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xd5\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd5\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xd6\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd5\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd6\x80\xd6\x81\xd6\x82\xd6\x83\xd6\x84\xd6\x85\xd6\x86\xd6\x87]",80,"Ts\xe2\x80\x99",5,NULL,0,NULL,0}, + {"\xd5\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS\xe2\x80\x99",5,NULL,0,NULL,0}, + {"\xd6\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xe2\x80\x99",5,NULL,0,NULL,0}, + {"\xd5\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P\xe2\x80\x99",4,NULL,0,NULL,0}, + {"\xd6\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xe2\x80\x99",4,NULL,0,NULL,0}, + {"\xd5\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K\xe2\x80\x99",4,NULL,0,NULL,0}, + {"\xd6\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99",4,NULL,0,NULL,0}, + {"\xd5\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd6\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd5\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xd6\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x80",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hh",2,NULL,0,NULL,0}, + {"\xde\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x82",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xde\xa6\xde\xaf\xde\xb0]",8,"nn",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x82",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nn\'",3,NULL,0,NULL,0}, + {"\xde\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xde\xa6\xde\xaf\xde\xb0]",8,"n",1,NULL,0,NULL,0}, + {"\xde\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\'",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x83",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"rr",2,NULL,0,NULL,0}, + {"\xde\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x84",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bb",2,NULL,0,NULL,0}, + {"\xde\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x85",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hlh",3,NULL,0,NULL,0}, + {"\xde\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lh",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x86",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kk",2,NULL,0,NULL,0}, + {"\xde\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x88",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"vv",2,NULL,0,NULL,0}, + {"\xde\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x89",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mm",2,NULL,0,NULL,0}, + {"\xde\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x8a",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ff",2,NULL,0,NULL,0}, + {"\xde\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x8b",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hdh",3,NULL,0,NULL,0}, + {"\xde\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dh",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x8c\xde\xb0",12,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hiy",3,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x8c",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hth",3,NULL,0,NULL,0}, + {"\xde\xa8\xde\x8c\xde\xb0",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"iy",2,NULL,0,NULL,0}, + {"\xde\x8c\xde\xb0",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"iy",2,NULL,0,NULL,0}, + {"\xde\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"th",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x8d",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ll",2,NULL,0,NULL,0}, + {"\xde\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x8e",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gg",2,NULL,0,NULL,0}, + {"\xde\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x8f",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hgn",3,NULL,0,NULL,0}, + {"\xde\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gn",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x90",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ss",2,NULL,0,NULL,0}, + {"\xde\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x91",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dd",2,NULL,0,NULL,0}, + {"\xde\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x92",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zz",2,NULL,0,NULL,0}, + {"\xde\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x93",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tt",2,NULL,0,NULL,0}, + {"\xde\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x94",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yy",2,NULL,0,NULL,0}, + {"\xde\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x95",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pp",2,NULL,0,NULL,0}, + {"\xde\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x96",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jj",2,NULL,0,NULL,0}, + {"\xde\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x97",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hch",3,NULL,0,NULL,0}, + {"\xde\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x9e",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x9f\xc5\x9f",4,NULL,0,NULL,0}, + {"\xde\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x9f",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x9d",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hsh",3,NULL,0,NULL,0}, + {"\xde\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x9c",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zz",2,NULL,0,NULL,0}, + {"\xde\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x9a",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hkh",3,NULL,0,NULL,0}, + {"\xde\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x99",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa9\xe1\xb8\xa9",6,NULL,0,NULL,0}, + {"\xde\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa9",3,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x9b",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hdh",3,NULL,0,NULL,0}, + {"\xde\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dh",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x98",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hth",3,NULL,0,NULL,0}, + {"\xde\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"th",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\xa5",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ww",2,NULL,0,NULL,0}, + {"\xde\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\xa4",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qq",2,NULL,0,NULL,0}, + {"\xde\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\xa3",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hgh",3,NULL,0,NULL,0}, + {"\xde\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gh",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\xa2",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'\'",2,NULL,0,NULL,0}, + {"\xde\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\xa1",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\xa7z\xcc\xa7",6,NULL,0,NULL,0}, + {"\xde\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\xa7",3,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\xa0",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa3\xc5\xa3",4,NULL,0,NULL,0}, + {"\xde\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa3",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x9f",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x91\xe1\xb8\x91",6,NULL,0,NULL,0}, + {"\xde\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x91",3,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\xb1",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\xb2n\xcc\xb2",6,NULL,0,NULL,0}, + {"\xde\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\xb2",3,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0\xde\x81",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hsh",3,NULL,0,NULL,0}, + {"\xde\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"[\xde\x81\xde\x87]\xde\xb0",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xde\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xde\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"[\xde\xa6\xde\xaf]\xef\xb7\xb2",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\x1d""1ll\xc4\x81h",7,"([\xde\xa6\xde\xaf])\xef\xb7\xb2",11}, + {"\xef\xb7\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"all\xc4\x81h",6,NULL,0,NULL,0}, + {"\xde\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xde\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"aa",2,NULL,0,NULL,0}, + {"\xde\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xde\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ey",2,NULL,0,NULL,0}, + {"\xde\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xde\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ee",2,NULL,0,NULL,0}, + {"\xde\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xde\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"oa",2,NULL,0,NULL,0}, + {"\xde\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xde\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"oo",2,NULL,0,NULL,0}, + {"\xe1\x88\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc4\x81",3,NULL,0,NULL,0}, + {"\xe1\x88\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu",2,NULL,0,NULL,0}, + {"\xe1\x88\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x88\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ha",2,NULL,0,NULL,0}, + {"\xe1\x88\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x88\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hi",2,NULL,0,NULL,0}, + {"\xe1\x88\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ho",2,NULL,0,NULL,0}, + {"\xe1\x88\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"le",2,NULL,0,NULL,0}, + {"\xe1\x88\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lu",2,NULL,0,NULL,0}, + {"\xe1\x88\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x88\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"la",2,NULL,0,NULL,0}, + {"\xe1\x88\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x88\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"li",2,NULL,0,NULL,0}, + {"\xe1\x88\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lo",2,NULL,0,NULL,0}, + {"\xe1\x88\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lwa",3,NULL,0,NULL,0}, + {"\xe1\x88\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xa3\xc4\x81",5,NULL,0,NULL,0}, + {"\xe1\x88\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xa3u",4,NULL,0,NULL,0}, + {"\xe1\x88\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xa3\xc4\xab",5,NULL,0,NULL,0}, + {"\xe1\x88\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xa3""a",4,NULL,0,NULL,0}, + {"\xe1\x88\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xa3\xc4\x93",5,NULL,0,NULL,0}, + {"\xe1\x88\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xa3i",4,NULL,0,NULL,0}, + {"\xe1\x88\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xa3o",4,NULL,0,NULL,0}, + {"\xe1\x88\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"me",2,NULL,0,NULL,0}, + {"\xe1\x88\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mu",2,NULL,0,NULL,0}, + {"\xe1\x88\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x88\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ma",2,NULL,0,NULL,0}, + {"\xe1\x88\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x88\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi",2,NULL,0,NULL,0}, + {"\xe1\x88\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mo",2,NULL,0,NULL,0}, + {"\xe1\x88\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mwa",3,NULL,0,NULL,0}, + {"\xe1\x88\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa1""e",3,NULL,0,NULL,0}, + {"\xe1\x88\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa1u",3,NULL,0,NULL,0}, + {"\xe1\x88\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa1\xc4\xab",4,NULL,0,NULL,0}, + {"\xe1\x88\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa1""a",3,NULL,0,NULL,0}, + {"\xe1\x88\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa1\xc4\x93",4,NULL,0,NULL,0}, + {"\xe1\x88\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa1i",3,NULL,0,NULL,0}, + {"\xe1\x88\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa1o",3,NULL,0,NULL,0}, + {"\xe1\x88\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"re",2,NULL,0,NULL,0}, + {"\xe1\x88\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru",2,NULL,0,NULL,0}, + {"\xe1\x88\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x88\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ra",2,NULL,0,NULL,0}, + {"\xe1\x88\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x88\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ri",2,NULL,0,NULL,0}, + {"\xe1\x88\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ro",2,NULL,0,NULL,0}, + {"\xe1\x88\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"rwa",3,NULL,0,NULL,0}, + {"\xe1\x88\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"se",2,NULL,0,NULL,0}, + {"\xe1\x88\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su",2,NULL,0,NULL,0}, + {"\xe1\x88\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x88\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sa",2,NULL,0,NULL,0}, + {"\xe1\x88\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x88\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"si",2,NULL,0,NULL,0}, + {"\xe1\x88\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"so",2,NULL,0,NULL,0}, + {"\xe1\x88\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"swa",3,NULL,0,NULL,0}, + {"\xe1\x88\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"she",3,NULL,0,NULL,0}, + {"\xe1\x88\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu",3,NULL,0,NULL,0}, + {"\xe1\x88\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\xab",4,NULL,0,NULL,0}, + {"\xe1\x88\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sha",3,NULL,0,NULL,0}, + {"\xe1\x88\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\x93",4,NULL,0,NULL,0}, + {"\xe1\x88\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shi",3,NULL,0,NULL,0}, + {"\xe1\x88\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sho",3,NULL,0,NULL,0}, + {"\xe1\x88\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shwa",4,NULL,0,NULL,0}, + {"\xe1\x89\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99""e",5,NULL,0,NULL,0}, + {"\xe1\x89\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99u",5,NULL,0,NULL,0}, + {"\xe1\x89\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99\xc4\xab",6,NULL,0,NULL,0}, + {"\xe1\x89\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99""a",5,NULL,0,NULL,0}, + {"\xe1\x89\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99\xc4\x93",6,NULL,0,NULL,0}, + {"\xe1\x89\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99i",5,NULL,0,NULL,0}, + {"\xe1\x89\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99o",5,NULL,0,NULL,0}, + {"\xe1\x89\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99o",5,NULL,0,NULL,0}, + {"\xe1\x89\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99wi",6,NULL,0,NULL,0}, + {"\xe1\x89\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99wa",6,NULL,0,NULL,0}, + {"\xe1\x89\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99w\xc4\x93",7,NULL,0,NULL,0}, + {"\xe1\x89\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99w\xc4\xab",7,NULL,0,NULL,0}, + {"\xe1\x89\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1\xe2\x80\x99""e",7,NULL,0,NULL,0}, + {"\xe1\x89\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1\xe2\x80\x99u",7,NULL,0,NULL,0}, + {"\xe1\x89\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1\xe2\x80\x99\xc4\xab",8,NULL,0,NULL,0}, + {"\xe1\x89\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1\xe2\x80\x99""a",7,NULL,0,NULL,0}, + {"\xe1\x89\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1\xe2\x80\x99\xc4\x93",8,NULL,0,NULL,0}, + {"\xe1\x89\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1\xe2\x80\x99i",7,NULL,0,NULL,0}, + {"\xe1\x89\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1\xe2\x80\x99o",7,NULL,0,NULL,0}, + {"\xe1\x89\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1\xe2\x80\x99wo",8,NULL,0,NULL,0}, + {"\xe1\x89\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1\xe2\x80\x99w\xc4\xab",9,NULL,0,NULL,0}, + {"\xe1\x89\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1\xe2\x80\x99wa",8,NULL,0,NULL,0}, + {"\xe1\x89\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1\xe2\x80\x99w\xc4\x93",9,NULL,0,NULL,0}, + {"\xe1\x89\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1\xe2\x80\x99wi",8,NULL,0,NULL,0}, + {"\xe1\x89\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"be",2,NULL,0,NULL,0}, + {"\xe1\x89\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bu",2,NULL,0,NULL,0}, + {"\xe1\x89\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x89\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ba",2,NULL,0,NULL,0}, + {"\xe1\x89\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x89\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi",2,NULL,0,NULL,0}, + {"\xe1\x89\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bo",2,NULL,0,NULL,0}, + {"\xe1\x89\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bwa",3,NULL,0,NULL,0}, + {"\xe1\x89\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"te",2,NULL,0,NULL,0}, + {"\xe1\x89\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tu",2,NULL,0,NULL,0}, + {"\xe1\x89\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x89\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ta",2,NULL,0,NULL,0}, + {"\xe1\x89\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x89\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ti",2,NULL,0,NULL,0}, + {"\xe1\x89\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"to",2,NULL,0,NULL,0}, + {"\xe1\x89\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"twa",3,NULL,0,NULL,0}, + {"\xe1\x89\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"che",3,NULL,0,NULL,0}, + {"\xe1\x89\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu",3,NULL,0,NULL,0}, + {"\xe1\x89\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\xab",4,NULL,0,NULL,0}, + {"\xe1\x89\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cha",3,NULL,0,NULL,0}, + {"\xe1\x89\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc4\x93",4,NULL,0,NULL,0}, + {"\xe1\x89\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chi",3,NULL,0,NULL,0}, + {"\xe1\x89\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cho",3,NULL,0,NULL,0}, + {"\xe1\x89\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chwa",4,NULL,0,NULL,0}, + {"\xe1\x8a\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xae\xc4\x81",5,NULL,0,NULL,0}, + {"\xe1\x8a\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xaeu",4,NULL,0,NULL,0}, + {"\xe1\x8a\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xae\xc4\xab",5,NULL,0,NULL,0}, + {"\xe1\x8a\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xae""a",4,NULL,0,NULL,0}, + {"\xe1\x8a\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xae\xc4\x93",5,NULL,0,NULL,0}, + {"\xe1\x8a\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xaei",4,NULL,0,NULL,0}, + {"\xe1\x8a\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xaeo",4,NULL,0,NULL,0}, + {"\xe1\x8a\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xaeo",4,NULL,0,NULL,0}, + {"\xe1\x8a\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xaew\xc4\xab",6,NULL,0,NULL,0}, + {"\xe1\x8a\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xaewa",5,NULL,0,NULL,0}, + {"\xe1\x8a\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xaew\xc4\x93",6,NULL,0,NULL,0}, + {"\xe1\x8a\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xaewi",5,NULL,0,NULL,0}, + {"\xe1\x8a\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ne",2,NULL,0,NULL,0}, + {"\xe1\x8a\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nu",2,NULL,0,NULL,0}, + {"\xe1\x8a\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x8a\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"na",2,NULL,0,NULL,0}, + {"\xe1\x8a\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x8a\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni",2,NULL,0,NULL,0}, + {"\xe1\x8a\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"no",2,NULL,0,NULL,0}, + {"\xe1\x8a\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nwa",3,NULL,0,NULL,0}, + {"\xe1\x8a\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nye",3,NULL,0,NULL,0}, + {"\xe1\x8a\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nyu",3,NULL,0,NULL,0}, + {"\xe1\x8a\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ny\xc4\xab",4,NULL,0,NULL,0}, + {"\xe1\x8a\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nya",3,NULL,0,NULL,0}, + {"\xe1\x8a\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ny\xc4\x93",4,NULL,0,NULL,0}, + {"\xe1\x8a\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nyi",3,NULL,0,NULL,0}, + {"\xe1\x8a\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nyo",3,NULL,0,NULL,0}, + {"\xe1\x8a\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nywa",4,NULL,0,NULL,0}, + {"\xe1\x8a\xa0",3,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x81",2,NULL,0,NULL,0}, + {"\xe1\x8a\xa1",3,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xe1\x8a\xa2",3,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xab",2,NULL,0,NULL,0}, + {"\xe1\x8a\xa3",3,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xe1\x8a\xa4",3,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x93",2,NULL,0,NULL,0}, + {"\xe1\x8a\xa5",3,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe1\x8a\xa6",3,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xe1\x8a\xa7",3,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe1\x8a\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99\xc4\x81",5,NULL,0,NULL,0}, + {"\xe1\x8a\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99u",4,NULL,0,NULL,0}, + {"\xe1\x8a\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99\xc4\xab",5,NULL,0,NULL,0}, + {"\xe1\x8a\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99""a",4,NULL,0,NULL,0}, + {"\xe1\x8a\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99\xc4\x93",5,NULL,0,NULL,0}, + {"\xe1\x8a\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99i",4,NULL,0,NULL,0}, + {"\xe1\x8a\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99o",4,NULL,0,NULL,0}, + {"\xe1\x8a\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99""e",4,NULL,0,NULL,0}, + {"\xe1\x8a\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ke",2,NULL,0,NULL,0}, + {"\xe1\x8a\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku",2,NULL,0,NULL,0}, + {"\xe1\x8a\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x8a\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ka",2,NULL,0,NULL,0}, + {"\xe1\x8a\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x8a\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ki",2,NULL,0,NULL,0}, + {"\xe1\x8a\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ko",2,NULL,0,NULL,0}, + {"\xe1\x8a\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ko",2,NULL,0,NULL,0}, + {"\xe1\x8a\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kw\xc4\xab",4,NULL,0,NULL,0}, + {"\xe1\x8a\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kwa",3,NULL,0,NULL,0}, + {"\xe1\x8a\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kw\xc4\x93",4,NULL,0,NULL,0}, + {"\xe1\x8a\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kwi",3,NULL,0,NULL,0}, + {"\xe1\x8a\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xb1""e",4,NULL,0,NULL,0}, + {"\xe1\x8a\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xb1u",4,NULL,0,NULL,0}, + {"\xe1\x8a\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xb1\xc4\xab",5,NULL,0,NULL,0}, + {"\xe1\x8a\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xb1""a",4,NULL,0,NULL,0}, + {"\xe1\x8a\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xb1\xc4\x93",5,NULL,0,NULL,0}, + {"\xe1\x8a\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xb1i",4,NULL,0,NULL,0}, + {"\xe1\x8a\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xb1o",4,NULL,0,NULL,0}, + {"\xe1\x8b\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"we",2,NULL,0,NULL,0}, + {"\xe1\x8b\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wu",2,NULL,0,NULL,0}, + {"\xe1\x8b\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x8b\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wa",2,NULL,0,NULL,0}, + {"\xe1\x8b\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x8b\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wi",2,NULL,0,NULL,0}, + {"\xe1\x8b\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wo",2,NULL,0,NULL,0}, + {"\xe1\x8b\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98\xc4\x81",5,NULL,0,NULL,0}, + {"\xe1\x8b\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98u",4,NULL,0,NULL,0}, + {"\xe1\x8b\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98\xc4\xab",5,NULL,0,NULL,0}, + {"\xe1\x8b\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98""a",4,NULL,0,NULL,0}, + {"\xe1\x8b\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98\xc4\x93",5,NULL,0,NULL,0}, + {"\xe1\x8b\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98i",4,NULL,0,NULL,0}, + {"\xe1\x8b\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98o",4,NULL,0,NULL,0}, + {"\xe1\x8b\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ze",2,NULL,0,NULL,0}, + {"\xe1\x8b\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu",2,NULL,0,NULL,0}, + {"\xe1\x8b\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x8b\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"za",2,NULL,0,NULL,0}, + {"\xe1\x8b\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x8b\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zi",2,NULL,0,NULL,0}, + {"\xe1\x8b\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zo",2,NULL,0,NULL,0}, + {"\xe1\x8b\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zwa",3,NULL,0,NULL,0}, + {"\xe1\x8b\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhe",3,NULL,0,NULL,0}, + {"\xe1\x8b\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhu",3,NULL,0,NULL,0}, + {"\xe1\x8b\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\xab",4,NULL,0,NULL,0}, + {"\xe1\x8b\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zha",3,NULL,0,NULL,0}, + {"\xe1\x8b\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\x93",4,NULL,0,NULL,0}, + {"\xe1\x8b\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhi",3,NULL,0,NULL,0}, + {"\xe1\x8b\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zho",3,NULL,0,NULL,0}, + {"\xe1\x8b\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhwa",4,NULL,0,NULL,0}, + {"\xe1\x8b\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ye",2,NULL,0,NULL,0}, + {"\xe1\x8b\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xe1\x8b\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x8b\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xe1\x8b\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x8b\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yi",2,NULL,0,NULL,0}, + {"\xe1\x8b\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yo",2,NULL,0,NULL,0}, + {"\xe1\x8b\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"de",2,NULL,0,NULL,0}, + {"\xe1\x8b\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"du",2,NULL,0,NULL,0}, + {"\xe1\x8b\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x8b\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"da",2,NULL,0,NULL,0}, + {"\xe1\x8b\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x8b\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di",2,NULL,0,NULL,0}, + {"\xe1\x8b\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"do",2,NULL,0,NULL,0}, + {"\xe1\x8b\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dwa",3,NULL,0,NULL,0}, + {"\xe1\x8c\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"je",2,NULL,0,NULL,0}, + {"\xe1\x8c\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ju",2,NULL,0,NULL,0}, + {"\xe1\x8c\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x8c\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ja",2,NULL,0,NULL,0}, + {"\xe1\x8c\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x8c\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji",2,NULL,0,NULL,0}, + {"\xe1\x8c\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jo",2,NULL,0,NULL,0}, + {"\xe1\x8c\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jwa",3,NULL,0,NULL,0}, + {"\xe1\x8c\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ge",2,NULL,0,NULL,0}, + {"\xe1\x8c\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu",2,NULL,0,NULL,0}, + {"\xe1\x8c\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x8c\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ga",2,NULL,0,NULL,0}, + {"\xe1\x8c\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x8c\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gi",2,NULL,0,NULL,0}, + {"\xe1\x8c\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"go",2,NULL,0,NULL,0}, + {"\xe1\x8c\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"go",2,NULL,0,NULL,0}, + {"\xe1\x8c\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gw\xc4\xab",4,NULL,0,NULL,0}, + {"\xe1\x8c\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gwa",3,NULL,0,NULL,0}, + {"\xe1\x8c\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gw\xc4\x93",4,NULL,0,NULL,0}, + {"\xe1\x8c\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gwi",3,NULL,0,NULL,0}, + {"\xe1\x8c\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xe2\x80\x99""e",5,NULL,0,NULL,0}, + {"\xe1\x8c\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xe2\x80\x99u",5,NULL,0,NULL,0}, + {"\xe1\x8c\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xe2\x80\x99\xc4\xab",6,NULL,0,NULL,0}, + {"\xe1\x8c\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xe2\x80\x99""a",5,NULL,0,NULL,0}, + {"\xe1\x8c\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xe2\x80\x99\xc4\x93",6,NULL,0,NULL,0}, + {"\xe1\x8c\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xe2\x80\x99i",5,NULL,0,NULL,0}, + {"\xe1\x8c\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xe2\x80\x99o",5,NULL,0,NULL,0}, + {"\xe1\x8c\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xe2\x80\x99wa",6,NULL,0,NULL,0}, + {"\xe1\x8c\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xe2\x80\x99""e",6,NULL,0,NULL,0}, + {"\xe1\x8c\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xe2\x80\x99u",6,NULL,0,NULL,0}, + {"\xe1\x8c\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xe2\x80\x99\xc4\xab",7,NULL,0,NULL,0}, + {"\xe1\x8c\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xe2\x80\x99""a",6,NULL,0,NULL,0}, + {"\xe1\x8c\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xe2\x80\x99\xc4\x93",7,NULL,0,NULL,0}, + {"\xe1\x8c\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xe2\x80\x99i",6,NULL,0,NULL,0}, + {"\xe1\x8c\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xe2\x80\x99o",6,NULL,0,NULL,0}, + {"\xe1\x8c\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xe2\x80\x99wa",7,NULL,0,NULL,0}, + {"\xe1\x8c\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xe2\x80\x99""e",5,NULL,0,NULL,0}, + {"\xe1\x8c\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xe2\x80\x99u",5,NULL,0,NULL,0}, + {"\xe1\x8c\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xe2\x80\x99\xc4\xab",6,NULL,0,NULL,0}, + {"\xe1\x8c\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xe2\x80\x99""a",5,NULL,0,NULL,0}, + {"\xe1\x8c\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xe2\x80\x99\xc4\x93",6,NULL,0,NULL,0}, + {"\xe1\x8c\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xe2\x80\x99i",5,NULL,0,NULL,0}, + {"\xe1\x8c\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xe2\x80\x99o",5,NULL,0,NULL,0}, + {"\xe1\x8c\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xe2\x80\x99wa",6,NULL,0,NULL,0}, + {"\xe1\x8c\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xe2\x80\x99""e",6,NULL,0,NULL,0}, + {"\xe1\x8c\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xe2\x80\x99u",6,NULL,0,NULL,0}, + {"\xe1\x8c\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xe2\x80\x99\xc4\xab",7,NULL,0,NULL,0}, + {"\xe1\x8c\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xe2\x80\x99""a",6,NULL,0,NULL,0}, + {"\xe1\x8c\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xe2\x80\x99\xc4\x93",7,NULL,0,NULL,0}, + {"\xe1\x8c\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xe2\x80\x99i",6,NULL,0,NULL,0}, + {"\xe1\x8c\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xe2\x80\x99o",6,NULL,0,NULL,0}, + {"\xe1\x8c\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xe2\x80\x99wa",7,NULL,0,NULL,0}, + {"\xe1\x8d\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcd\x9fs\xe2\x80\x99""e",8,NULL,0,NULL,0}, + {"\xe1\x8d\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcd\x9fs\xe2\x80\x99u",8,NULL,0,NULL,0}, + {"\xe1\x8d\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcd\x9fs\xe2\x80\x99\xc4\xab",9,NULL,0,NULL,0}, + {"\xe1\x8d\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcd\x9fs\xe2\x80\x99""a",8,NULL,0,NULL,0}, + {"\xe1\x8d\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcd\x9fs\xe2\x80\x99\xc4\x93",9,NULL,0,NULL,0}, + {"\xe1\x8d\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcd\x9fs\xe2\x80\x99i",8,NULL,0,NULL,0}, + {"\xe1\x8d\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcd\x9fs\xe2\x80\x99o",8,NULL,0,NULL,0}, + {"\xe1\x8d\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fe",2,NULL,0,NULL,0}, + {"\xe1\x8d\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fu",2,NULL,0,NULL,0}, + {"\xe1\x8d\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x8d\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fa",2,NULL,0,NULL,0}, + {"\xe1\x8d\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x8d\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fi",2,NULL,0,NULL,0}, + {"\xe1\x8d\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fo",2,NULL,0,NULL,0}, + {"\xe1\x8d\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fwa",3,NULL,0,NULL,0}, + {"\xe1\x8d\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pe",2,NULL,0,NULL,0}, + {"\xe1\x8d\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pu",2,NULL,0,NULL,0}, + {"\xe1\x8d\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x8d\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pa",2,NULL,0,NULL,0}, + {"\xe1\x8d\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x8d\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi",2,NULL,0,NULL,0}, + {"\xe1\x8d\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"po",2,NULL,0,NULL,0}, + {"\xe1\x8d\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pwa",3,NULL,0,NULL,0}, + {"\xe1\x8d\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"rya",3,NULL,0,NULL,0}, + {"\xe1\x8d\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mya",3,NULL,0,NULL,0}, + {"\xe1\x8d\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fya",3,NULL,0,NULL,0}, + {"\xe1\x89\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ve",2,NULL,0,NULL,0}, + {"\xe1\x89\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"vu",2,NULL,0,NULL,0}, + {"\xe1\x89\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v\xc4\xab",3,NULL,0,NULL,0}, + {"\xe1\x89\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"va",2,NULL,0,NULL,0}, + {"\xe1\x89\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v\xc4\x93",3,NULL,0,NULL,0}, + {"\xe1\x89\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"vi",2,NULL,0,NULL,0}, + {"\xe1\x89\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"vo",2,NULL,0,NULL,0}, + {"\xe1\x89\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"vwa",3,NULL,0,NULL,0}, + {"\xe1\x8d\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1",1,NULL,0,NULL,0}, + {"\xe1\x8d\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2",1,NULL,0,NULL,0}, + {"\xe1\x8d\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3",1,NULL,0,NULL,0}, + {"\xe1\x8d\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4",1,NULL,0,NULL,0}, + {"\xe1\x8d\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5",1,NULL,0,NULL,0}, + {"\xe1\x8d\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6",1,NULL,0,NULL,0}, + {"\xe1\x8d\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7",1,NULL,0,NULL,0}, + {"\xe1\x8d\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8",1,NULL,0,NULL,0}, + {"\xe1\x8d\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9",1,NULL,0,NULL,0}, + {"\xe1\x8d\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"10",2,NULL,0,NULL,0}, + {"\xe1\x8d\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"20",2,NULL,0,NULL,0}, + {"\xe1\x8d\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"30",2,NULL,0,NULL,0}, + {"\xe1\x8d\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"40",2,NULL,0,NULL,0}, + {"\xe1\x8d\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"50",2,NULL,0,NULL,0}, + {"\xe1\x8d\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"60",2,NULL,0,NULL,0}, + {"\xe1\x8d\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"70",2,NULL,0,NULL,0}, + {"\xe1\x8d\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"80",2,NULL,0,NULL,0}, + {"\xe1\x8d\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"90",2,NULL,0,NULL,0}, + {"\xe1\x8d\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"100",3,NULL,0,NULL,0}, + {" ",1,CONTEXT_TYPE_REGEX,1,"[\xe0\xb8\x81\xe0\xb8\x82\xe0\xb8\x83\xe0\xb8\x84\xe0\xb8\x85\xe0\xb8\x86\xe0\xb8\x87\xe0\xb8\x88\xe0\xb8\x89\xe0\xb8\x8a\xe0\xb8\x8b\xe0\xb8\x8c\xe0\xb8\x8d\xe0\xb8\x8e\xe0\xb8\x8f\xe0\xb8\x90\xe0\xb8\x91\xe0\xb8\x92\xe0\xb8\x93\xe0\xb8\x94\xe0\xb8\x95\xe0\xb8\x96\xe0\xb8\x97\xe0\xb8\x98\xe0\xb8\x99\xe0\xb8\x9a\xe0\xb8\x9b\xe0\xb8\x9c\xe0\xb8\x9d\xe0\xb8\x9e\xe0\xb8\x9f\xe0\xb8\xa0\xe0\xb8\xa1\xe0\xb8\xa2\xe0\xb8\xa3\xe0\xb8\xa4\xe0\xb8\xa5\xe0\xb8\xa6\xe0\xb8\xa7\xe0\xb8\xa8\xe0\xb8\xa9\xe0\xb8\xaa\xe0\xb8\xab\xe0\xb8\xac\xe0\xb8\xad\xe0\xb8\xae\xe0\xb8\xaf\xe0\xb8\xb0\xe0\xb8\xb1\xe0\xb8\xb2\xe0\xb8\xb3\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb9\x80\xe0\xb9\x81\xe0\xb9\x82\xe0\xb9\x83\xe0\xb9\x84\xe0\xb9\x85\xe0\xb9\x86\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b]",260,CONTEXT_TYPE_REGEX,1,"[\xe0\xb8\x81\xe0\xb8\x82\xe0\xb8\x83\xe0\xb8\x84\xe0\xb8\x85\xe0\xb8\x86\xe0\xb8\x87\xe0\xb8\x88\xe0\xb8\x89\xe0\xb8\x8a\xe0\xb8\x8b\xe0\xb8\x8c\xe0\xb8\x8d\xe0\xb8\x8e\xe0\xb8\x8f\xe0\xb8\x90\xe0\xb8\x91\xe0\xb8\x92\xe0\xb8\x93\xe0\xb8\x94\xe0\xb8\x95\xe0\xb8\x96\xe0\xb8\x97\xe0\xb8\x98\xe0\xb8\x99\xe0\xb8\x9a\xe0\xb8\x9b\xe0\xb8\x9c\xe0\xb8\x9d\xe0\xb8\x9e\xe0\xb8\x9f\xe0\xb8\xa0\xe0\xb8\xa1\xe0\xb8\xa2\xe0\xb8\xa3\xe0\xb8\xa4\xe0\xb8\xa5\xe0\xb8\xa6\xe0\xb8\xa7\xe0\xb8\xa8\xe0\xb8\xa9\xe0\xb8\xaa\xe0\xb8\xab\xe0\xb8\xac\xe0\xb8\xad\xe0\xb8\xae\xe0\xb8\xaf\xe0\xb8\xb0\xe0\xb8\xb1\xe0\xb8\xb2\xe0\xb8\xb3\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb9\x80\xe0\xb9\x81\xe0\xb9\x82\xe0\xb9\x83\xe0\xb9\x84\xe0\xb9\x85\xe0\xb9\x86\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b]",260,"; ",2,NULL,0,NULL,0}, + {"\xd0\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xd0\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd3\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x84",2,NULL,0,NULL,0}, + {"\xd3\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa4",2,NULL,0,NULL,0}, + {"\xd0\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xd0\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd0\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xd0\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xd0\x93\xd2\xba",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\x93\xd2\xbb",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xb3\xd2\xbb",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xd0\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd2\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd1\x96\xd2\x93\xd2\x9b\xd2\xa3\xd2\xaf\xd2\xb1\xd2\xbb\xd3\x99\xd3\xa9]",86,"Gh",2,NULL,0,NULL,0}, + {"\xd2\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"GH",2,NULL,0,NULL,0}, + {"\xd2\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gh",2,NULL,0,NULL,0}, + {"\xd0\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xd0\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd1\x96\xd2\x93\xd2\x9b\xd2\xa3\xd2\xaf\xd2\xb1\xd2\xbb\xd3\x99\xd3\xa9]",86,"Yo",2,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YO",2,NULL,0,NULL,0}, + {"\xd1\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yo",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd1\x96\xd2\x93\xd2\x9b\xd2\xa3\xd2\xaf\xd2\xb1\xd2\xbb\xd3\x99\xd3\xa9]",86,"Zh",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ZH",2,NULL,0,NULL,0}, + {"\xd0\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh",2,NULL,0,NULL,0}, + {"\xd0\x97\xd2\xba",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\x97\xd2\xbb",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xb7\xd2\xbb",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xd0\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd0\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xaa",2,NULL,0,NULL,0}, + {"\xd0\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xab",2,NULL,0,NULL,0}, + {"\xd0\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd0\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\x9a\xd2\xba",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\x9a\xd2\xbb",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xba\xd2\xbb",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xd0\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd2\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Q",1,NULL,0,NULL,0}, + {"\xd2\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xd0\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xd0\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd0\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xd0\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd0\x9d\xd0\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N\xc2\xb7G",4,NULL,0,NULL,0}, + {"\xd0\x9d\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N\xc2\xb7g",4,NULL,0,NULL,0}, + {"\xd0\xbd\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc2\xb7g",4,NULL,0,NULL,0}, + {"\xd0\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xd0\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd2\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd1\x96\xd2\x93\xd2\x9b\xd2\xa3\xd2\xaf\xd2\xb1\xd2\xbb\xd3\x99\xd3\xa9]",86,"Ng",2,NULL,0,NULL,0}, + {"\xd2\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"NG",2,NULL,0,NULL,0}, + {"\xd2\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ng",2,NULL,0,NULL,0}, + {"\xd0\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd0\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd3\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x96",2,NULL,0,NULL,0}, + {"\xd3\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb6",2,NULL,0,NULL,0}, + {"\xd0\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd0\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd0\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xd1\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd0\xa1\xd2\xba",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\xa1\xd2\xbb",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd1\x81\xd2\xbb",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xd1\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd0\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xd1\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd0\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xaa",2,NULL,0,NULL,0}, + {"\xd1\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xab",2,NULL,0,NULL,0}, + {"\xd2\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xd2\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd2\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9c",2,NULL,0,NULL,0}, + {"\xd2\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbc",2,NULL,0,NULL,0}, + {"\xd0\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xd1\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd1\x96\xd2\x93\xd2\x9b\xd2\xa3\xd2\xaf\xd2\xb1\xd2\xbb\xd3\x99\xd3\xa9]",86,"Kh",2,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"KH",2,NULL,0,NULL,0}, + {"\xd1\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xd2\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xd2\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd0\xa6\xd2\xba",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS\xc2\xb7H",5,NULL,0,NULL,0}, + {"\xd0\xa6\xd2\xbb",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ts\xc2\xb7h",5,NULL,0,NULL,0}, + {"\xd1\x86\xd2\xbb",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xc2\xb7h",5,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd1\x96\xd2\x93\xd2\x9b\xd2\xa3\xd2\xaf\xd2\xb1\xd2\xbb\xd3\x99\xd3\xa9]",86,"Ts",2,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS",2,NULL,0,NULL,0}, + {"\xd1\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd1\x96\xd2\x93\xd2\x9b\xd2\xa3\xd2\xaf\xd2\xb1\xd2\xbb\xd3\x99\xd3\xa9]",86,"Ch",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CH",2,NULL,0,NULL,0}, + {"\xd1\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xd0\xa8\xd0\xa7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH\xc2\xb7""CH",6,NULL,0,NULL,0}, + {"\xd0\xa8\xd1\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Sh\xc2\xb7""ch",6,NULL,0,NULL,0}, + {"\xd1\x88\xd1\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc2\xb7""ch",6,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd1\x96\xd2\x93\xd2\x9b\xd2\xa3\xd2\xaf\xd2\xb1\xd2\xbb\xd3\x99\xd3\xa9]",86,"Sh",2,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH",2,NULL,0,NULL,0}, + {"\xd1\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd1\x96\xd2\x93\xd2\x9b\xd2\xa3\xd2\xaf\xd2\xb1\xd2\xbb\xd3\x99\xd3\xa9]",86,"Shch",4,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SHCH",4,NULL,0,NULL,0}, + {"\xd1\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shch",4,NULL,0,NULL,0}, + {"\xd0\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xba",2,NULL,0,NULL,0}, + {"\xd1\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xba",2,NULL,0,NULL,0}, + {"\xd0\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd1\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xd1\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd0\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd1\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd0\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x96",2,NULL,0,NULL,0}, + {"\xd1\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x97",2,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd1\x96\xd2\x93\xd2\x9b\xd2\xa3\xd2\xaf\xd2\xb1\xd2\xbb\xd3\x99\xd3\xa9]",86,"Yu",2,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YU",2,NULL,0,NULL,0}, + {"\xd1\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd1\x96\xd2\x93\xd2\x9b\xd2\xa3\xd2\xaf\xd2\xb1\xd2\xbb\xd3\x99\xd3\xa9]",86,"Ya",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YA",2,NULL,0,NULL,0}, + {"\xd1\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xe0\xaa\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x81",3,NULL,0,NULL,0}, + {"\xe0\xaa\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x82",3,NULL,0,NULL,0}, + {"\xe0\xaa\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x83",3,NULL,0,NULL,0}, + {"\xe0\xaa\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x85",3,NULL,0,NULL,0}, + {"\xe0\xaa\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x86",3,NULL,0,NULL,0}, + {"\xe0\xaa\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x87",3,NULL,0,NULL,0}, + {"\xe0\xaa\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x88",3,NULL,0,NULL,0}, + {"\xe0\xaa\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x89",3,NULL,0,NULL,0}, + {"\xe0\xaa\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8a",3,NULL,0,NULL,0}, + {"\xe0\xaa\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8b",3,NULL,0,NULL,0}, + {"\xe0\xaa\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8c",3,NULL,0,NULL,0}, + {"\xe0\xaa\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8d",3,NULL,0,NULL,0}, + {"\xe0\xaa\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8f",3,NULL,0,NULL,0}, + {"\xe0\xaa\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x90",3,NULL,0,NULL,0}, + {"\xe0\xaa\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x91",3,NULL,0,NULL,0}, + {"\xe0\xaa\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x93",3,NULL,0,NULL,0}, + {"\xe0\xaa\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x94",3,NULL,0,NULL,0}, + {"\xe0\xaa\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x95",3,NULL,0,NULL,0}, + {"\xe0\xaa\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x96",3,NULL,0,NULL,0}, + {"\xe0\xaa\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x97",3,NULL,0,NULL,0}, + {"\xe0\xaa\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x98",3,NULL,0,NULL,0}, + {"\xe0\xaa\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x99",3,NULL,0,NULL,0}, + {"\xe0\xaa\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9a",3,NULL,0,NULL,0}, + {"\xe0\xaa\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9b",3,NULL,0,NULL,0}, + {"\xe0\xaa\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9c",3,NULL,0,NULL,0}, + {"\xe0\xaa\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9d",3,NULL,0,NULL,0}, + {"\xe0\xaa\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9e",3,NULL,0,NULL,0}, + {"\xe0\xaa\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9f",3,NULL,0,NULL,0}, + {"\xe0\xaa\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa0",3,NULL,0,NULL,0}, + {"\xe0\xaa\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa1",3,NULL,0,NULL,0}, + {"\xe0\xaa\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa2",3,NULL,0,NULL,0}, + {"\xe0\xaa\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa3",3,NULL,0,NULL,0}, + {"\xe0\xaa\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa4",3,NULL,0,NULL,0}, + {"\xe0\xaa\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa5",3,NULL,0,NULL,0}, + {"\xe0\xaa\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa6",3,NULL,0,NULL,0}, + {"\xe0\xaa\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa7",3,NULL,0,NULL,0}, + {"\xe0\xaa\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa8",3,NULL,0,NULL,0}, + {"\xe0\xaa\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaa",3,NULL,0,NULL,0}, + {"\xe0\xaa\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xab",3,NULL,0,NULL,0}, + {"\xe0\xaa\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xac",3,NULL,0,NULL,0}, + {"\xe0\xaa\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xad",3,NULL,0,NULL,0}, + {"\xe0\xaa\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xae",3,NULL,0,NULL,0}, + {"\xe0\xaa\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaf",3,NULL,0,NULL,0}, + {"\xe0\xaa\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb0",3,NULL,0,NULL,0}, + {"\xe0\xaa\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb2",3,NULL,0,NULL,0}, + {"\xe0\xaa\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb3",3,NULL,0,NULL,0}, + {"\xe0\xaa\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb5",3,NULL,0,NULL,0}, + {"\xe0\xaa\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb6",3,NULL,0,NULL,0}, + {"\xe0\xaa\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb7",3,NULL,0,NULL,0}, + {"\xe0\xaa\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb8",3,NULL,0,NULL,0}, + {"\xe0\xaa\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb9",3,NULL,0,NULL,0}, + {"\xe0\xaa\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbc",3,NULL,0,NULL,0}, + {"\xe0\xaa\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbd",3,NULL,0,NULL,0}, + {"\xe0\xaa\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbe",3,NULL,0,NULL,0}, + {"\xe0\xaa\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbf",3,NULL,0,NULL,0}, + {"\xe0\xab\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x80",3,NULL,0,NULL,0}, + {"\xe0\xab\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x81",3,NULL,0,NULL,0}, + {"\xe0\xab\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x82",3,NULL,0,NULL,0}, + {"\xe0\xab\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x83",3,NULL,0,NULL,0}, + {"\xe0\xab\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x84",3,NULL,0,NULL,0}, + {"\xe0\xab\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x85",3,NULL,0,NULL,0}, + {"\xe0\xab\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x87",3,NULL,0,NULL,0}, + {"\xe0\xab\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x88",3,NULL,0,NULL,0}, + {"\xe0\xab\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x89",3,NULL,0,NULL,0}, + {"\xe0\xab\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8b",3,NULL,0,NULL,0}, + {"\xe0\xab\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8c",3,NULL,0,NULL,0}, + {"\xe0\xab\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8d",3,NULL,0,NULL,0}, + {"\xe0\xab\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x90",3,NULL,0,NULL,0}, + {"\xe0\xab\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa0",3,NULL,0,NULL,0}, + {"\xe0\xab\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa1",3,NULL,0,NULL,0}, + {"\xe0\xab\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa6",3,NULL,0,NULL,0}, + {"\xe0\xab\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa7",3,NULL,0,NULL,0}, + {"\xe0\xab\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa8",3,NULL,0,NULL,0}, + {"\xe0\xab\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa9",3,NULL,0,NULL,0}, + {"\xe0\xab\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaa",3,NULL,0,NULL,0}, + {"\xe0\xab\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xab",3,NULL,0,NULL,0}, + {"\xe0\xab\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xac",3,NULL,0,NULL,0}, + {"\xe0\xab\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xad",3,NULL,0,NULL,0}, + {"\xe0\xab\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xae",3,NULL,0,NULL,0}, + {"\xe0\xab\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaf",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa4",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa5",3,NULL,0,NULL,0}, + {"\xe0\xab\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb0",3,NULL,0,NULL,0}, + {"\xd0\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xd0\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd0\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xd0\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd0\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xd0\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xd0\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xd0\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd0\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xd0\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd0\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\x95\xd0\x98\xd0\xb5\xd0\xb8]",10,"G",1,NULL,0,NULL,0}, + {"\xd1\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\x95\xd0\x98\xd0\xb5\xd0\xb8]",10,"g",1,NULL,0,NULL,0}, + {"\xd0\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x90",2,NULL,0,NULL,0}, + {"\xd1\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x91",2,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xbd",2,NULL,0,NULL,0}, + {"\xd0\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xbe",2,NULL,0,NULL,0}, + {"\xd0\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xd0\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd0\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb8\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x93\xd1\x95\xd1\x98\xd1\x99\xd1\x9a\xd1\x9c\xd1\x9f\xe2\x80\x99]",67,"Dz",2,NULL,0,NULL,0}, + {"\xd0\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"DZ",2,NULL,0,NULL,0}, + {"\xd1\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dz",2,NULL,0,NULL,0}, + {"\xd0\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xd0\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd0\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"J",1,NULL,0,NULL,0}, + {"\xd1\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xd0\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xd0\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd0\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xd0\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd0\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb8\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x93\xd1\x95\xd1\x98\xd1\x99\xd1\x9a\xd1\x9c\xd1\x9f\xe2\x80\x99]",67,"Lj",2,NULL,0,NULL,0}, + {"\xd0\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"LJ",2,NULL,0,NULL,0}, + {"\xd1\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lj",2,NULL,0,NULL,0}, + {"\xd0\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xd0\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd0\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xd0\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd0\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb8\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x93\xd1\x95\xd1\x98\xd1\x99\xd1\x9a\xd1\x9c\xd1\x9f\xe2\x80\x99]",67,"Nj",2,NULL,0,NULL,0}, + {"\xd0\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"NJ",2,NULL,0,NULL,0}, + {"\xd1\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nj",2,NULL,0,NULL,0}, + {"\xd0\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd0\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd0\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd0\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd0\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xd1\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd0\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xd1\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd0\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xd1\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd0\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\x95\xd0\x98\xd0\xb5\xd0\xb8]",10,"K",1,NULL,0,NULL,0}, + {"\xd1\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\x95\xd0\x98\xd0\xb5\xd0\xb8]",10,"k",1,NULL,0,NULL,0}, + {"\xd0\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C\xcc\x81",3,NULL,0,NULL,0}, + {"\xd1\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xcc\x81",3,NULL,0,NULL,0}, + {"\xd0\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xd1\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd0\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xd1\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xd1\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C",1,NULL,0,NULL,0}, + {"\xd1\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c",1,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x8c",2,NULL,0,NULL,0}, + {"\xd1\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x8d",2,NULL,0,NULL,0}, + {"\xd0\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb8\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x93\xd1\x95\xd1\x98\xd1\x99\xd1\x9a\xd1\x9c\xd1\x9f\xe2\x80\x99]",67,"D\xc5\xbe",3,NULL,0,NULL,0}, + {"\xd0\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D\xc5\xbd",3,NULL,0,NULL,0}, + {"\xd1\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc5\xbe",3,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa0",2,NULL,0,NULL,0}, + {"\xd1\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa1",2,NULL,0,NULL,0}, + {"\xdc\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xdc\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yh",2,NULL,0,NULL,0}, + {"\xdc\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dr",2,NULL,0,NULL,0}, + {"\xdc\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xbe",2,NULL,0,NULL,0}, + {"\xdc\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xbe",2,NULL,0,NULL,0}, + {"\xdc\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xdc\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xdc\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xdc\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xdc\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xdc\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"\xdc\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xdc\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa5",3,NULL,0,NULL,0}, + {"\xdc\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\xa3",3,NULL,0,NULL,0}, + {"\xdc\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\xa3",3,NULL,0,NULL,0}, + {"\xdc\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xdc\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xdc\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xdc\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xdc\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xdc\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xdc\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xdc\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xbf",2,NULL,0,NULL,0}, + {"\xdc\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xdc\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xdc\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa3",3,NULL,0,NULL,0}, + {"\xdc\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xdc\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xdc\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xdc\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xdc\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xdc\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xdc\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xdc\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xdc\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xdc\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xdc\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xdc\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xdc\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x93",2,NULL,0,NULL,0}, + {"\xdc\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xdc\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xdd\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xdc\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xdc\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xdc\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xdc\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xdc\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"*",1,NULL,0,NULL,0}, + {"\xe0\xa4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x81",3,NULL,0,NULL,0}, + {"\xe0\xa4\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x82",3,NULL,0,NULL,0}, + {"\xe0\xa4\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x83",3,NULL,0,NULL,0}, + {"\xe0\xa4\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x84",3,NULL,0,NULL,0}, + {"\xe0\xa4\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x85",3,NULL,0,NULL,0}, + {"\xe0\xa4\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x86",3,NULL,0,NULL,0}, + {"\xe0\xa4\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x87",3,NULL,0,NULL,0}, + {"\xe0\xa4\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x88",3,NULL,0,NULL,0}, + {"\xe0\xa4\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x89",3,NULL,0,NULL,0}, + {"\xe0\xa4\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8a",3,NULL,0,NULL,0}, + {"\xe0\xa4\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8b",3,NULL,0,NULL,0}, + {"\xe0\xa4\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8c",3,NULL,0,NULL,0}, + {"\xe0\xa4\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8d",3,NULL,0,NULL,0}, + {"\xe0\xa4\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8e",3,NULL,0,NULL,0}, + {"\xe0\xa4\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8f",3,NULL,0,NULL,0}, + {"\xe0\xa4\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x90",3,NULL,0,NULL,0}, + {"\xe0\xa4\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x91",3,NULL,0,NULL,0}, + {"\xe0\xa4\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x92",3,NULL,0,NULL,0}, + {"\xe0\xa4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x93",3,NULL,0,NULL,0}, + {"\xe0\xa4\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x94",3,NULL,0,NULL,0}, + {"\xe0\xa4\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x95",3,NULL,0,NULL,0}, + {"\xe0\xa4\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x96",3,NULL,0,NULL,0}, + {"\xe0\xa4\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x97",3,NULL,0,NULL,0}, + {"\xe0\xa4\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x98",3,NULL,0,NULL,0}, + {"\xe0\xa4\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x99",3,NULL,0,NULL,0}, + {"\xe0\xa4\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9a",3,NULL,0,NULL,0}, + {"\xe0\xa4\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9b",3,NULL,0,NULL,0}, + {"\xe0\xa4\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9c",3,NULL,0,NULL,0}, + {"\xe0\xa4\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9d",3,NULL,0,NULL,0}, + {"\xe0\xa4\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9e",3,NULL,0,NULL,0}, + {"\xe0\xa4\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9f",3,NULL,0,NULL,0}, + {"\xe0\xa4\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa0",3,NULL,0,NULL,0}, + {"\xe0\xa4\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa1",3,NULL,0,NULL,0}, + {"\xe0\xa4\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa2",3,NULL,0,NULL,0}, + {"\xe0\xa4\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa3",3,NULL,0,NULL,0}, + {"\xe0\xa4\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa4",3,NULL,0,NULL,0}, + {"\xe0\xa4\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa5",3,NULL,0,NULL,0}, + {"\xe0\xa4\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa6",3,NULL,0,NULL,0}, + {"\xe0\xa4\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa7",3,NULL,0,NULL,0}, + {"\xe0\xa4\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa8",3,NULL,0,NULL,0}, + {"\xe0\xa4\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa9",3,NULL,0,NULL,0}, + {"\xe0\xa4\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaa",3,NULL,0,NULL,0}, + {"\xe0\xa4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xab",3,NULL,0,NULL,0}, + {"\xe0\xa4\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xac",3,NULL,0,NULL,0}, + {"\xe0\xa4\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xad",3,NULL,0,NULL,0}, + {"\xe0\xa4\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xae",3,NULL,0,NULL,0}, + {"\xe0\xa4\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaf",3,NULL,0,NULL,0}, + {"\xe0\xa4\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb0",3,NULL,0,NULL,0}, + {"\xe0\xa4\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb1",3,NULL,0,NULL,0}, + {"\xe0\xa4\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb2",3,NULL,0,NULL,0}, + {"\xe0\xa4\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb3",3,NULL,0,NULL,0}, + {"\xe0\xa4\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb4",3,NULL,0,NULL,0}, + {"\xe0\xa4\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb5",3,NULL,0,NULL,0}, + {"\xe0\xa4\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb6",3,NULL,0,NULL,0}, + {"\xe0\xa4\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb7",3,NULL,0,NULL,0}, + {"\xe0\xa4\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb8",3,NULL,0,NULL,0}, + {"\xe0\xa4\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb9",3,NULL,0,NULL,0}, + {"\xe0\xa4\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbc",3,NULL,0,NULL,0}, + {"\xe0\xa4\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbd",3,NULL,0,NULL,0}, + {"\xe0\xa4\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbe",3,NULL,0,NULL,0}, + {"\xe0\xa4\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbf",3,NULL,0,NULL,0}, + {"\xe0\xa5\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x80",3,NULL,0,NULL,0}, + {"\xe0\xa5\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x81",3,NULL,0,NULL,0}, + {"\xe0\xa5\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x82",3,NULL,0,NULL,0}, + {"\xe0\xa5\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x83",3,NULL,0,NULL,0}, + {"\xe0\xa5\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x84",3,NULL,0,NULL,0}, + {"\xe0\xa5\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x85",3,NULL,0,NULL,0}, + {"\xe0\xa5\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x86",3,NULL,0,NULL,0}, + {"\xe0\xa5\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x87",3,NULL,0,NULL,0}, + {"\xe0\xa5\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x88",3,NULL,0,NULL,0}, + {"\xe0\xa5\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x89",3,NULL,0,NULL,0}, + {"\xe0\xa5\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8a",3,NULL,0,NULL,0}, + {"\xe0\xa5\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8b",3,NULL,0,NULL,0}, + {"\xe0\xa5\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8c",3,NULL,0,NULL,0}, + {"\xe0\xa5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8d",3,NULL,0,NULL,0}, + {"\xe0\xa5\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x90",3,NULL,0,NULL,0}, + {"\xe0\xa5\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x91",3,NULL,0,NULL,0}, + {"\xe0\xa5\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x92",3,NULL,0,NULL,0}, + {"\xe0\xa5\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x93",3,NULL,0,NULL,0}, + {"\xe0\xa5\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x94",3,NULL,0,NULL,0}, + {"\xe0\xa5\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x98",3,NULL,0,NULL,0}, + {"\xe0\xa5\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x99",3,NULL,0,NULL,0}, + {"\xe0\xa5\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9a",3,NULL,0,NULL,0}, + {"\xe0\xa5\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9b",3,NULL,0,NULL,0}, + {"\xe0\xa5\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9c",3,NULL,0,NULL,0}, + {"\xe0\xa5\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9d",3,NULL,0,NULL,0}, + {"\xe0\xa5\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9e",3,NULL,0,NULL,0}, + {"\xe0\xa5\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9f",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa0",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa1",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa2",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa3",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa4",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa5",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa6",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa7",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa8",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa9",3,NULL,0,NULL,0}, + {"\xe0\xa5\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaa",3,NULL,0,NULL,0}, + {"\xe0\xa5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xab",3,NULL,0,NULL,0}, + {"\xe0\xa5\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xac",3,NULL,0,NULL,0}, + {"\xe0\xa5\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xad",3,NULL,0,NULL,0}, + {"\xe0\xa5\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xae",3,NULL,0,NULL,0}, + {"\xe0\xa5\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaf",3,NULL,0,NULL,0}, + {"\xe0\xa5\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb0",3,NULL,0,NULL,0}, + {"\xe0\xa5\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x82",3,NULL,0,NULL,0}, + {"\xe0\xa7\x87\xe0\xa6\xbe",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8b",3,NULL,0,NULL,0}, + {"\xe0\xa7\x87\xe0\xa7\x97",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8c",3,NULL,0,NULL,0}, + {"\xe0\xa6\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x81",3,NULL,0,NULL,0}, + {"\xe0\xa6\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x82",3,NULL,0,NULL,0}, + {"\xe0\xa6\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x83",3,NULL,0,NULL,0}, + {"\xe0\xa6\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x85",3,NULL,0,NULL,0}, + {"\xe0\xa6\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x86",3,NULL,0,NULL,0}, + {"\xe0\xa6\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x87",3,NULL,0,NULL,0}, + {"\xe0\xa6\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x88",3,NULL,0,NULL,0}, + {"\xe0\xa6\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x89",3,NULL,0,NULL,0}, + {"\xe0\xa6\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8a",3,NULL,0,NULL,0}, + {"\xe0\xa6\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8b",3,NULL,0,NULL,0}, + {"\xe0\xa6\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8c",3,NULL,0,NULL,0}, + {"\xe0\xa6\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8f",3,NULL,0,NULL,0}, + {"\xe0\xa6\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x90",3,NULL,0,NULL,0}, + {"\xe0\xa6\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x93",3,NULL,0,NULL,0}, + {"\xe0\xa6\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x94",3,NULL,0,NULL,0}, + {"\xe0\xa6\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x95",3,NULL,0,NULL,0}, + {"\xe0\xa6\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x96",3,NULL,0,NULL,0}, + {"\xe0\xa6\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x97",3,NULL,0,NULL,0}, + {"\xe0\xa6\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x98",3,NULL,0,NULL,0}, + {"\xe0\xa6\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x99",3,NULL,0,NULL,0}, + {"\xe0\xa6\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9a",3,NULL,0,NULL,0}, + {"\xe0\xa6\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9b",3,NULL,0,NULL,0}, + {"\xe0\xa6\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9c",3,NULL,0,NULL,0}, + {"\xe0\xa6\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9d",3,NULL,0,NULL,0}, + {"\xe0\xa6\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9e",3,NULL,0,NULL,0}, + {"\xe0\xa6\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9f",3,NULL,0,NULL,0}, + {"\xe0\xa6\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa0",3,NULL,0,NULL,0}, + {"\xe0\xa6\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa1",3,NULL,0,NULL,0}, + {"\xe0\xa6\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa2",3,NULL,0,NULL,0}, + {"\xe0\xa6\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa3",3,NULL,0,NULL,0}, + {"\xe0\xa6\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa4",3,NULL,0,NULL,0}, + {"\xe0\xa6\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa5",3,NULL,0,NULL,0}, + {"\xe0\xa6\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa6",3,NULL,0,NULL,0}, + {"\xe0\xa6\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa7",3,NULL,0,NULL,0}, + {"\xe0\xa6\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa8",3,NULL,0,NULL,0}, + {"\xe0\xa6\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaa",3,NULL,0,NULL,0}, + {"\xe0\xa6\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xab",3,NULL,0,NULL,0}, + {"\xe0\xa6\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xac",3,NULL,0,NULL,0}, + {"\xe0\xa6\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xad",3,NULL,0,NULL,0}, + {"\xe0\xa6\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xae",3,NULL,0,NULL,0}, + {"\xe0\xa6\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaf",3,NULL,0,NULL,0}, + {"\xe0\xa6\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb0",3,NULL,0,NULL,0}, + {"\xe0\xa6\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb2",3,NULL,0,NULL,0}, + {"\xe0\xa6\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb6",3,NULL,0,NULL,0}, + {"\xe0\xa6\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb7",3,NULL,0,NULL,0}, + {"\xe0\xa6\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb8",3,NULL,0,NULL,0}, + {"\xe0\xa6\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb9",3,NULL,0,NULL,0}, + {"\xe0\xa6\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbc",3,NULL,0,NULL,0}, + {"\xe0\xa6\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbd",3,NULL,0,NULL,0}, + {"\xe0\xa6\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbe",3,NULL,0,NULL,0}, + {"\xe0\xa6\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbf",3,NULL,0,NULL,0}, + {"\xe0\xa7\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x80",3,NULL,0,NULL,0}, + {"\xe0\xa7\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x81",3,NULL,0,NULL,0}, + {"\xe0\xa7\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x82",3,NULL,0,NULL,0}, + {"\xe0\xa7\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x83",3,NULL,0,NULL,0}, + {"\xe0\xa7\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x84",3,NULL,0,NULL,0}, + {"\xe0\xa7\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x87",3,NULL,0,NULL,0}, + {"\xe0\xa7\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x88",3,NULL,0,NULL,0}, + {"\xe0\xa7\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8b",3,NULL,0,NULL,0}, + {"\xe0\xa7\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8c",3,NULL,0,NULL,0}, + {"\xe0\xa7\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8d",3,NULL,0,NULL,0}, + {"\xe0\xa7\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x83",3,NULL,0,NULL,0}, + {"\xe0\xa7\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x97",3,NULL,0,NULL,0}, + {"\xe0\xa7\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa0",3,NULL,0,NULL,0}, + {"\xe0\xa7\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa1",3,NULL,0,NULL,0}, + {"\xe0\xa7\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa2",3,NULL,0,NULL,0}, + {"\xe0\xa7\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa3",3,NULL,0,NULL,0}, + {"\xe0\xa7\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa6",3,NULL,0,NULL,0}, + {"\xe0\xa7\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa7",3,NULL,0,NULL,0}, + {"\xe0\xa7\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa8",3,NULL,0,NULL,0}, + {"\xe0\xa7\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa9",3,NULL,0,NULL,0}, + {"\xe0\xa7\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaa",3,NULL,0,NULL,0}, + {"\xe0\xa7\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xab",3,NULL,0,NULL,0}, + {"\xe0\xa7\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xac",3,NULL,0,NULL,0}, + {"\xe0\xa7\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xad",3,NULL,0,NULL,0}, + {"\xe0\xa7\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xae",3,NULL,0,NULL,0}, + {"\xe0\xa7\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaf",3,NULL,0,NULL,0}, + {"\xe0\xa7\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb1",3,NULL,0,NULL,0}, + {"\xe0\xa7\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb2",3,NULL,0,NULL,0}, + {"\xe0\xa7\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb3",3,NULL,0,NULL,0}, + {"\xe0\xa7\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb4",3,NULL,0,NULL,0}, + {"\xe0\xa7\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb5",3,NULL,0,NULL,0}, + {"\xe0\xa7\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb6",3,NULL,0,NULL,0}, + {"\xe0\xa7\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb7",3,NULL,0,NULL,0}, + {"\xe0\xa7\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb8",3,NULL,0,NULL,0}, + {"\xe0\xa7\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb9",3,NULL,0,NULL,0}, + {"\xe0\xa7\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xba",3,NULL,0,NULL,0}, + {"\xe0\xa7\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xbb",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa4",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa5",3,NULL,0,NULL,0}, + {"\xd0\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xd0\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd0\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xd0\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd0\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xd0\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xd0\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xd0\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd0\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xd0\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8a\xd1\x8c\xd1\x8e\xd1\x8f\xd1\xa3\xd1\xab]",66,"Zh",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ZH",2,NULL,0,NULL,0}, + {"\xd0\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh",2,NULL,0,NULL,0}, + {"\xd0\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xd0\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd0\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xd0\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd0\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd0\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xd0\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd0\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xd0\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd0\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xd0\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd0\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xd0\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd0\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd0\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd0\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd0\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd0\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xd1\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd0\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xd1\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd0\xa2\xd0\xa1",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T\xc2\xb7S",4,NULL,0,NULL,0}, + {"\xd0\xa2\xd1\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T\xc2\xb7s",4,NULL,0,NULL,0}, + {"\xd1\x82\xd1\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc2\xb7s",4,NULL,0,NULL,0}, + {"\xd0\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xd1\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd0\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xd1\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd0\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xd1\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8a\xd1\x8c\xd1\x8e\xd1\x8f\xd1\xa3\xd1\xab]",66,"Kh",2,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"KH",2,NULL,0,NULL,0}, + {"\xd1\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8a\xd1\x8c\xd1\x8e\xd1\x8f\xd1\xa3\xd1\xab]",66,"Ts",2,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS",2,NULL,0,NULL,0}, + {"\xd1\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8a\xd1\x8c\xd1\x8e\xd1\x8f\xd1\xa3\xd1\xab]",66,"Ch",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CH",2,NULL,0,NULL,0}, + {"\xd1\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xd0\xa8\xd0\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH\xc2\xb7T",5,NULL,0,NULL,0}, + {"\xd0\xa8\xd1\x82",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Sh\xc2\xb7t",5,NULL,0,NULL,0}, + {"\xd1\x88\xd1\x82",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc2\xb7t",5,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8a\xd1\x8c\xd1\x8e\xd1\x8f\xd1\xa3\xd1\xab]",66,"Sh",2,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH",2,NULL,0,NULL,0}, + {"\xd1\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8a\xd1\x8c\xd1\x8e\xd1\x8f\xd1\xa3\xd1\xab]",66,"Sht",3,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SHT",3,NULL,0,NULL,0}, + {"\xd1\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sht",3,NULL,0,NULL,0}, + {"\xd0\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xac",2,NULL,0,NULL,0}, + {"\xd1\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xad",2,NULL,0,NULL,0}, + {"[\xd0\xaa\xd1\x8a]",6,CONTEXT_TYPE_REGEX,1,"[\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\xac\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8a\xd1\x8c\xd1\x8e\xd1\x8f\xd1\xa2\xd1\xa3\xd1\xaa\xd1\xab]",130,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xd0\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99",3,NULL,0,NULL,0}, + {"\xd1\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99",3,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8a\xd1\x8c\xd1\x8e\xd1\x8f\xd1\xa3\xd1\xab]",66,"Yu",2,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YU",2,NULL,0,NULL,0}, + {"\xd1\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8a\xd1\x8c\xd1\x8e\xd1\x8f\xd1\xa3\xd1\xab]",66,"Ya",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YA",2,NULL,0,NULL,0}, + {"\xd1\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xd1\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xac",2,NULL,0,NULL,0}, + {"\xd1\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xad",2,NULL,0,NULL,0}, + {"\xd1\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8a\xd1\x8c\xd1\x8e\xd1\x8f\xd1\xa3\xd1\xab]",66,"Ye",2,NULL,0,NULL,0}, + {"\xd1\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YE",2,NULL,0,NULL,0}, + {"\xd1\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ye",2,NULL,0,NULL,0}, + {"\xd1\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a\xcc\x82",3,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A\xcc\x82",3,NULL,0,NULL,0}, + {"\xd1\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xcc\x8c",3,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C\xcc\x8c",3,NULL,0,NULL,0}, + {"\xd1\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e\xcc\x81",3,NULL,0,NULL,0}, + {"\xd0\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E\xcc\x81",3,NULL,0,NULL,0}, + {"\xd1\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e\xcc\x82",3,NULL,0,NULL,0}, + {"\xd0\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E\xcc\x82",3,NULL,0,NULL,0}, + {"\xd1\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x8c",3,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xcc\x8c",3,NULL,0,NULL,0}, + {"\xd1\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x82",3,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xcc\x82",3,NULL,0,NULL,0}, + {"\xd1\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\x82",3,NULL,0,NULL,0}, + {"\xd0\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z\xcc\x82",3,NULL,0,NULL,0}, + {"\xd1\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u\xcc\x82",3,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U\xcc\x82",3,NULL,0,NULL,0}, + {"\xd1\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i\xcc\x81",3,NULL,0,NULL,0}, + {"\xd0\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I\xcc\x81",3,NULL,0,NULL,0}, + {"\xd1\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xcc\x8c",3,NULL,0,NULL,0}, + {"\xd0\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"J\xcc\x8c",3,NULL,0,NULL,0}, + {"\xd1\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\x82",3,NULL,0,NULL,0}, + {"\xd0\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L\xcc\x82",3,NULL,0,NULL,0}, + {"\xd1\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\x82",3,NULL,0,NULL,0}, + {"\xd0\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N\xcc\x82",3,NULL,0,NULL,0}, + {"\xd1\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xcc\x81",3,NULL,0,NULL,0}, + {"\xd0\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C\xcc\x81",3,NULL,0,NULL,0}, + {"\xd1\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xcc\x82",3,NULL,0,NULL,0}, + {"\xd0\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D\xcc\x82",3,NULL,0,NULL,0}, + {"\xd0\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd0\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xd3\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x99",2,NULL,0,NULL,0}, + {"\xd3\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x8f",2,NULL,0,NULL,0}, + {"\xd3\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa6",2,NULL,0,NULL,0}, + {"\xd3\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x86",2,NULL,0,NULL,0}, + {"\xd0\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd0\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xd0\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xd0\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xd2\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xcc\x80",3,NULL,0,NULL,0}, + {"\xd2\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G\xcc\x80",3,NULL,0,NULL,0}, + {"\xd2\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xcc\x87",3,NULL,0,NULL,0}, + {"\xd2\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G\xcc\x87",3,NULL,0,NULL,0}, + {"\xd2\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xcc\x86",3,NULL,0,NULL,0}, + {"\xd2\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G\xcc\x86",3,NULL,0,NULL,0}, + {"\xd0\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd0\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xd0\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd0\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xd1\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x91",2,NULL,0,NULL,0}, + {"\xd0\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x90",2,NULL,0,NULL,0}, + {"\xd2\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\xa6",3,NULL,0,NULL,0}, + {"\xd2\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z\xcc\xa6",3,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd0\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\x8c",3,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z\xcc\x8c",3,NULL,0,NULL,0}, + {"\xd0\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd0\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xd0\xb8\xcc\x86",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xd0\x98\xcc\x86",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"J",1,NULL,0,NULL,0}, + {"\xd0\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd0\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xd2\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcb\x8c",3,NULL,0,NULL,0}, + {"\xd2\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K\xcb\x8c",3,NULL,0,NULL,0}, + {"\xd0\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd0\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xd0\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd0\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xd0\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd0\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xd0\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd0\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xd0\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd0\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd0\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd0\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd1\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd0\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xd1\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd0\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xd1\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd0\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xd1\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd0\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xd1\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd0\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xd1\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xd1\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c",1,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C",1,NULL,0,NULL,0}, + {"\xd0\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xba\xcc\xb1",4,NULL,0,NULL,0}, + {"\xd1\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xba",2,NULL,0,NULL,0}, + {"\xd0\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9\xcc\xb1",4,NULL,0,NULL,0}, + {"\xd1\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd1\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xe0\xad\x87\xe0\xad\x96",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x88",3,NULL,0,NULL,0}, + {"\xe0\xad\x87\xe0\xac\xbe",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8b",3,NULL,0,NULL,0}, + {"\xe0\xad\x87\xe0\xad\x97",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8c",3,NULL,0,NULL,0}, + {"\xe0\xac\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x81",3,NULL,0,NULL,0}, + {"\xe0\xac\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x82",3,NULL,0,NULL,0}, + {"\xe0\xac\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x83",3,NULL,0,NULL,0}, + {"\xe0\xac\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x85",3,NULL,0,NULL,0}, + {"\xe0\xac\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x86",3,NULL,0,NULL,0}, + {"\xe0\xac\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x87",3,NULL,0,NULL,0}, + {"\xe0\xac\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x88",3,NULL,0,NULL,0}, + {"\xe0\xac\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x89",3,NULL,0,NULL,0}, + {"\xe0\xac\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8a",3,NULL,0,NULL,0}, + {"\xe0\xac\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8b",3,NULL,0,NULL,0}, + {"\xe0\xac\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8c",3,NULL,0,NULL,0}, + {"\xe0\xac\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8f",3,NULL,0,NULL,0}, + {"\xe0\xac\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x90",3,NULL,0,NULL,0}, + {"\xe0\xac\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x93",3,NULL,0,NULL,0}, + {"\xe0\xac\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x94",3,NULL,0,NULL,0}, + {"\xe0\xac\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x95",3,NULL,0,NULL,0}, + {"\xe0\xac\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x96",3,NULL,0,NULL,0}, + {"\xe0\xac\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x97",3,NULL,0,NULL,0}, + {"\xe0\xac\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x98",3,NULL,0,NULL,0}, + {"\xe0\xac\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x99",3,NULL,0,NULL,0}, + {"\xe0\xac\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9a",3,NULL,0,NULL,0}, + {"\xe0\xac\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9b",3,NULL,0,NULL,0}, + {"\xe0\xac\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9c",3,NULL,0,NULL,0}, + {"\xe0\xac\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9d",3,NULL,0,NULL,0}, + {"\xe0\xac\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9e",3,NULL,0,NULL,0}, + {"\xe0\xac\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9f",3,NULL,0,NULL,0}, + {"\xe0\xac\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa0",3,NULL,0,NULL,0}, + {"\xe0\xac\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa1",3,NULL,0,NULL,0}, + {"\xe0\xac\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa2",3,NULL,0,NULL,0}, + {"\xe0\xac\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa3",3,NULL,0,NULL,0}, + {"\xe0\xac\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa4",3,NULL,0,NULL,0}, + {"\xe0\xac\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa5",3,NULL,0,NULL,0}, + {"\xe0\xac\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa6",3,NULL,0,NULL,0}, + {"\xe0\xac\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa7",3,NULL,0,NULL,0}, + {"\xe0\xac\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa8",3,NULL,0,NULL,0}, + {"\xe0\xac\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaa",3,NULL,0,NULL,0}, + {"\xe0\xac\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xab",3,NULL,0,NULL,0}, + {"\xe0\xac\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xac",3,NULL,0,NULL,0}, + {"\xe0\xac\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xad",3,NULL,0,NULL,0}, + {"\xe0\xac\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xae",3,NULL,0,NULL,0}, + {"\xe0\xac\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaf",3,NULL,0,NULL,0}, + {"\xe0\xac\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb0",3,NULL,0,NULL,0}, + {"\xe0\xac\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb2",3,NULL,0,NULL,0}, + {"\xe0\xac\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb3",3,NULL,0,NULL,0}, + {"\xe0\xac\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb5",3,NULL,0,NULL,0}, + {"\xe0\xac\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb6",3,NULL,0,NULL,0}, + {"\xe0\xac\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb7",3,NULL,0,NULL,0}, + {"\xe0\xac\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb8",3,NULL,0,NULL,0}, + {"\xe0\xac\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb9",3,NULL,0,NULL,0}, + {"\xe0\xac\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbc",3,NULL,0,NULL,0}, + {"\xe0\xac\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbd",3,NULL,0,NULL,0}, + {"\xe0\xac\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbe",3,NULL,0,NULL,0}, + {"\xe0\xac\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbf",3,NULL,0,NULL,0}, + {"\xe0\xad\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x80",3,NULL,0,NULL,0}, + {"\xe0\xad\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x81",3,NULL,0,NULL,0}, + {"\xe0\xad\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x82",3,NULL,0,NULL,0}, + {"\xe0\xad\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x83",3,NULL,0,NULL,0}, + {"\xe0\xad\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x87",3,NULL,0,NULL,0}, + {"\xe0\xad\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8d",3,NULL,0,NULL,0}, + {"\xe0\xad\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x96",3,NULL,0,NULL,0}, + {"\xe0\xad\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x97",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa4",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa5",3,NULL,0,NULL,0}, + {"\xe0\xad\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9f",3,NULL,0,NULL,0}, + {"\xe0\xad\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa0",3,NULL,0,NULL,0}, + {"\xe0\xad\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa1",3,NULL,0,NULL,0}, + {"\xe0\xad\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa6",3,NULL,0,NULL,0}, + {"\xe0\xad\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa7",3,NULL,0,NULL,0}, + {"\xe0\xad\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa8",3,NULL,0,NULL,0}, + {"\xe0\xad\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa9",3,NULL,0,NULL,0}, + {"\xe0\xad\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaa",3,NULL,0,NULL,0}, + {"\xe0\xad\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xab",3,NULL,0,NULL,0}, + {"\xe0\xad\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xac",3,NULL,0,NULL,0}, + {"\xe0\xad\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xad",3,NULL,0,NULL,0}, + {"\xe0\xad\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xae",3,NULL,0,NULL,0}, + {"\xe0\xad\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaf",3,NULL,0,NULL,0}, + {"\xe0\xad\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xbb",3,NULL,0,NULL,0}, + {"\xe0\xad\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x81",3,NULL,0,NULL,0}, + {"\xd9\xab",2,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9]",42,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9]",42,",",1,NULL,0,NULL,0}, + {"\xd9\xac",2,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9]",42,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9]",42,".",1,NULL,0,NULL,0}, + {"\xd9\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd8\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xd8\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,";",1,NULL,0,NULL,0}, + {"\xd8\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"\xd9\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"%",1,NULL,0,NULL,0}, + {"\xd9\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0",1,NULL,0,NULL,0}, + {"\xdb\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1",1,NULL,0,NULL,0}, + {"\xdb\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2",1,NULL,0,NULL,0}, + {"\xdb\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3",1,NULL,0,NULL,0}, + {"\xdb\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4",1,NULL,0,NULL,0}, + {"\xdb\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5",1,NULL,0,NULL,0}, + {"\xdb\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6",1,NULL,0,NULL,0}, + {"\xdb\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7",1,NULL,0,NULL,0}, + {"\xdb\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8",1,NULL,0,NULL,0}, + {"\xdb\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9",1,NULL,0,NULL,0}, + {"\xd9\x83\xd9\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd8\xb2\xd9\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd8\xb3\xd9\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xda\xaf\xd9\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd8\xa8\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bb",2,NULL,0,NULL,0}, + {"\xd9\xbe\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pp",2,NULL,0,NULL,0}, + {"\xd8\xaa\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tt",2,NULL,0,NULL,0}, + {"\xd8\xab\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x84s\xcc\x84",6,NULL,0,NULL,0}, + {"\xd8\xac\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jj",2,NULL,0,NULL,0}, + {"\xda\x86\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chch",4,NULL,0,NULL,0}, + {"\xd8\xad\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa5\xe1\xb8\xa5",6,NULL,0,NULL,0}, + {"\xd8\xae\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"khkh",4,NULL,0,NULL,0}, + {"\xd8\xaf\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dd",2,NULL,0,NULL,0}, + {"\xd8\xb0\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\x84z\xcc\x84",6,NULL,0,NULL,0}, + {"\xd8\xb1\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"rr",2,NULL,0,NULL,0}, + {"\xd8\xb2\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zz",2,NULL,0,NULL,0}, + {"\xda\x98\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zhzh",4,NULL,0,NULL,0}, + {"\xd8\xb3\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ss",2,NULL,0,NULL,0}, + {"\xd8\xb4\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shsh",4,NULL,0,NULL,0}, + {"\xd8\xb5\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa3\xe1\xb9\xa3",6,NULL,0,NULL,0}, + {"\xd8\xb6\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x8d\xe1\xb8\x8d",6,NULL,0,NULL,0}, + {"\xd8\xb7\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xad\xe1\xb9\xad",6,NULL,0,NULL,0}, + {"\xd8\xb8\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x93\xe1\xba\x93",6,NULL,0,NULL,0}, + {"\xd8\xb9\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98\xe2\x80\x98",6,NULL,0,NULL,0}, + {"\xd8\xba\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ghgh",4,NULL,0,NULL,0}, + {"\xd9\x81\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ff",2,NULL,0,NULL,0}, + {"\xd9\x82\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qq",2,NULL,0,NULL,0}, + {"\xd9\x83\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kk",2,NULL,0,NULL,0}, + {"\xd9\x84\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ll",2,NULL,0,NULL,0}, + {"\xd9\x85\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mm",2,NULL,0,NULL,0}, + {"\xd9\x86\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nn",2,NULL,0,NULL,0}, + {"\xd9\x87\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hh",2,NULL,0,NULL,0}, + {"\xd9\x88\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ww",2,NULL,0,NULL,0}, + {"\xdb\x8c\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yy",2,NULL,0,NULL,0}, + {"\xd8\xa1",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xd8\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99",3,NULL,0,NULL,0}, + {"\xd8\xa7",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xd8\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99\xc4\x81",5,NULL,0,NULL,0}, + {"\xd8\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd9\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd8\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd8\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd8\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x84",3,NULL,0,NULL,0}, + {"\xd8\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xda\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xd8\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa5",3,NULL,0,NULL,0}, + {"\xd8\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xd8\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd8\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\x84",3,NULL,0,NULL,0}, + {"\xd8\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd8\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xda\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh",2,NULL,0,NULL,0}, + {"\xd8\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd8\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xd8\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa3",3,NULL,0,NULL,0}, + {"\xd8\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x95",3,NULL,0,NULL,0}, + {"\xd8\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xad",3,NULL,0,NULL,0}, + {"\xd8\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x93",3,NULL,0,NULL,0}, + {"\xd8\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98",3,NULL,0,NULL,0}, + {"\xd8\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gh",2,NULL,0,NULL,0}, + {"\xd9\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd9\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xda\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd9\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1",3,NULL,0,NULL,0}, + {"\xda\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd9\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd9\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd9\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd9\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd9\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xdb\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd9\x8e\xd8\xa7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x81",2,NULL,0,NULL,0}, + {"\xd9\x8e\xdb\x8c",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1",2,NULL,0,NULL,0}, + {"\xd9\x8e\xd9\x88\xd9\x92",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ow",2,NULL,0,NULL,0}, + {"\xd9\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd9\x90\xd9\x8a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xab",2,NULL,0,NULL,0}, + {"\xd9\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd9\x8f\xd9\x88",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xab",2,NULL,0,NULL,0}, + {"\xd9\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd9\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xe1\x83\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xe1\x83\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xe1\x83\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xe1\x83\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xe1\x83\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe1\x83\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xe1\x83\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xe1\x83\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xe2\x80\x99",4,NULL,0,NULL,0}, + {"\xe1\x83\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe1\x83\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xe1\x83\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xe1\x83\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xe1\x83\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xe1\x83\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xe1\x83\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xe1\x83\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh",2,NULL,0,NULL,0}, + {"\xe1\x83\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xe1\x83\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xe1\x83\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xe1\x83\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xe1\x83\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xe2\x80\x99",4,NULL,0,NULL,0}, + {"\xe1\x83\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xe2\x80\x99",4,NULL,0,NULL,0}, + {"\xe1\x83\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gh",2,NULL,0,NULL,0}, + {"\xe1\x83\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xe1\x83\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xe1\x83\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xe2\x80\x99",5,NULL,0,NULL,0}, + {"\xe1\x83\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xe2\x80\x99",5,NULL,0,NULL,0}, + {"\xe1\x83\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dz",2,NULL,0,NULL,0}, + {"\xe1\x83\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xe1\x83\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xe1\x83\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xe1\x83\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xe1\x83\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xc2\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x81\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe3\x80\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xe2\x80\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xe2\x80\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xe2\x80\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xe2\x80\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xe2\x80\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xe2\x80\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xe2\x80\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xe2\x80\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xe3\x80\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xe3\x80\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xef\xbc\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xef\xbc\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xe2\x80\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"\xe2\x80\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"\xc2\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x80\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x80\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x80\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x80\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x80\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x80\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xef\xb8\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xef\xb8\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xef\xb9\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xef\xb9\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xef\xbc\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xcb\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"\xcb\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"\xcb\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"^",1,NULL,0,NULL,0}, + {"\xcb\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~",1,NULL,0,NULL,0}, + {"\xe2\x80\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xe2\x81\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"/",1,NULL,0,NULL,0}, + {"\xe2\x81\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xe2\x81\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xe2\x81\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"*",1,NULL,0,NULL,0}, + {"\xe3\x80\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xe3\x80\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xe3\x80\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"\xe3\x80\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"\xe3\x80\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xe3\x80\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xe3\x80\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xe3\x80\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xe3\x80\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xe3\x80\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xef\xb8\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xef\xb8\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xef\xb8\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xef\xb8\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,":",1,NULL,0,NULL,0}, + {"\xef\xb8\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,";",1,NULL,0,NULL,0}, + {"\xef\xb8\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"!",1,NULL,0,NULL,0}, + {"\xef\xb8\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"\xef\xb8\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(",1,NULL,0,NULL,0}, + {"\xef\xb8\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,")",1,NULL,0,NULL,0}, + {"\xef\xb8\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"{",1,NULL,0,NULL,0}, + {"\xef\xb8\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"}",1,NULL,0,NULL,0}, + {"\xef\xb8\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xef\xb8\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xef\xb8\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"\xef\xb9\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"\xef\xb9\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xef\xb9\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xef\xb9\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xef\xb9\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xef\xb9\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xef\xb9\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,";",1,NULL,0,NULL,0}, + {"\xef\xb9\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,":",1,NULL,0,NULL,0}, + {"\xef\xb9\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"\xef\xb9\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"!",1,NULL,0,NULL,0}, + {"\xef\xb9\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(",1,NULL,0,NULL,0}, + {"\xef\xb9\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,")",1,NULL,0,NULL,0}, + {"\xef\xb9\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"{",1,NULL,0,NULL,0}, + {"\xef\xb9\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"}",1,NULL,0,NULL,0}, + {"\xef\xb9\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xef\xb9\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xef\xb9\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"#",1,NULL,0,NULL,0}, + {"\xef\xb9\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"&",1,NULL,0,NULL,0}, + {"\xef\xb9\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"*",1,NULL,0,NULL,0}, + {"\xef\xb9\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"+",1,NULL,0,NULL,0}, + {"\xef\xb9\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"\xef\xb9\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"\xef\xb9\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"=",1,NULL,0,NULL,0}, + {"\xef\xb9\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\\",1,NULL,0,NULL,0}, + {"\xef\xb9\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"$",1,NULL,0,NULL,0}, + {"\xef\xb9\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"%",1,NULL,0,NULL,0}, + {"\xef\xb9\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"@",1,NULL,0,NULL,0}, + {"\xef\xbc\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"!",1,NULL,0,NULL,0}, + {"\xef\xbc\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"#",1,NULL,0,NULL,0}, + {"\xef\xbc\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"$",1,NULL,0,NULL,0}, + {"\xef\xbc\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"%",1,NULL,0,NULL,0}, + {"\xef\xbc\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"&",1,NULL,0,NULL,0}, + {"\xef\xbc\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(",1,NULL,0,NULL,0}, + {"\xef\xbc\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,")",1,NULL,0,NULL,0}, + {"\xef\xbc\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"*",1,NULL,0,NULL,0}, + {"\xef\xbc\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"+",1,NULL,0,NULL,0}, + {"\xef\xbc\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xef\xbc\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xef\xbc\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"/",1,NULL,0,NULL,0}, + {"\xef\xbc\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,":",1,NULL,0,NULL,0}, + {"\xef\xbc\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,";",1,NULL,0,NULL,0}, + {"\xef\xbc\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"\xef\xbc\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"=",1,NULL,0,NULL,0}, + {"\xef\xbc\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"\xef\xbc\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"\xef\xbc\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"@",1,NULL,0,NULL,0}, + {"\xef\xbc\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xef\xbc\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\\",1,NULL,0,NULL,0}, + {"\xef\xbc\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xef\xbc\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"^",1,NULL,0,NULL,0}, + {"\xef\xbc\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"_",1,NULL,0,NULL,0}, + {"\xef\xbd\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"`",1,NULL,0,NULL,0}, + {"\xef\xbd\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"{",1,NULL,0,NULL,0}, + {"\xef\xbd\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"|",1,NULL,0,NULL,0}, + {"\xef\xbd\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"}",1,NULL,0,NULL,0}, + {"\xef\xbd\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~",1,NULL,0,NULL,0}, + {"\xef\xbd\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xef\xbd\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xc3\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"*",1,NULL,0,NULL,0}, + {"\xc3\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"/",1,NULL,0,NULL,0}, + {"\xcb\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"+",1,NULL,0,NULL,0}, + {"\xcb\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x88\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x88\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"/",1,NULL,0,NULL,0}, + {"\xe2\x88\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\\",1,NULL,0,NULL,0}, + {"\xe2\x88\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"|",1,NULL,0,NULL,0}, + {"\xef\xbf\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x8b",3,NULL,0,NULL,0}, + {"\xef\xbf\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xa0",3,NULL,0,NULL,0}, + {"\xef\xbf\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x93",3,NULL,0,NULL,0}, + {"\xef\xbf\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x91",3,NULL,0,NULL,0}, + {"\xe2\x86\x94\xef\xbf\xa9\'",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xef\xbf\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x82",3,NULL,0,NULL,0}, + {"\xe2\x82\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa6",3,NULL,0,NULL,0}, + {"\xc2\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa5",3,NULL,0,NULL,0}, + {"\xc2\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa4",3,NULL,0,NULL,0}, + {" ",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x80",3,NULL,0,NULL,0}, + {"\xc2\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa3",3,NULL,0,NULL,0}, + {"\xc2\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa2",3,NULL,0,NULL,0}, + {"\xc2\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa1",3,NULL,0,NULL,0}, + {"\xc2\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa0",3,NULL,0,NULL,0}, + {"\xef\xbf\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb5",3,NULL,0,NULL,0}, + {"\xef\xbf\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb4",3,NULL,0,NULL,0}, + {"\xef\xbf\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb3",3,NULL,0,NULL,0}, + {"\xef\xbf\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb2",3,NULL,0,NULL,0}, + {"\xef\xbf\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb1",3,NULL,0,NULL,0}, + {"\xef\xbf\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb0",3,NULL,0,NULL,0}, + {"\xef\xbf\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xaf",3,NULL,0,NULL,0}, + {"\xef\xbf\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xae",3,NULL,0,NULL,0}, + {"\xef\xbf\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xad",3,NULL,0,NULL,0}, + {"\xef\xbf\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xac",3,NULL,0,NULL,0}, + {"\xef\xbf\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xab",3,NULL,0,NULL,0}, + {"\xef\xbf\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xaa",3,NULL,0,NULL,0}, + {"\xef\xbf\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa9",3,NULL,0,NULL,0}, + {"\xef\xbf\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa8",3,NULL,0,NULL,0}, + {"\xef\xbf\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa7",3,NULL,0,NULL,0}, + {"\xef\xbf\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa6",3,NULL,0,NULL,0}, + {"\xef\xbf\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa5",3,NULL,0,NULL,0}, + {"\xef\xbf\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa4",3,NULL,0,NULL,0}, + {"\xef\xbf\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa3",3,NULL,0,NULL,0}, + {"\xef\xbf\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa2",3,NULL,0,NULL,0}, + {"\xef\xbf\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa1",3,NULL,0,NULL,0}, + {"\xef\xbe\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x92",3,NULL,0,NULL,0}, + {"\xef\xbe\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x91",3,NULL,0,NULL,0}, + {"\xef\xbe\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x90",3,NULL,0,NULL,0}, + {"\xef\xbe\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x8f",3,NULL,0,NULL,0}, + {"\xef\xbe\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x8e",3,NULL,0,NULL,0}, + {"\xef\xbe\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x8d",3,NULL,0,NULL,0}, + {"\xef\xbe\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x8c",3,NULL,0,NULL,0}, + {"\xef\xbe\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x8b",3,NULL,0,NULL,0}, + {"\xef\xbe\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x8a",3,NULL,0,NULL,0}, + {"\xef\xbe\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x89",3,NULL,0,NULL,0}, + {"\xef\xbe\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xa1",3,NULL,0,NULL,0}, + {"\xef\xbe\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x88",3,NULL,0,NULL,0}, + {"\xef\xbe\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x87",3,NULL,0,NULL,0}, + {"\xef\xbe\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x86",3,NULL,0,NULL,0}, + {"\xef\xbe\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x9a",3,NULL,0,NULL,0}, + {"\xef\xbe\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb5",3,NULL,0,NULL,0}, + {"\xef\xbe\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb4",3,NULL,0,NULL,0}, + {"\xef\xbe\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb3",3,NULL,0,NULL,0}, + {"\xef\xbe\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb2",3,NULL,0,NULL,0}, + {"\xef\xbe\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb1",3,NULL,0,NULL,0}, + {"\xef\xbe\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb0",3,NULL,0,NULL,0}, + {"\xef\xbe\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x85",3,NULL,0,NULL,0}, + {"\xef\xbe\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x84",3,NULL,0,NULL,0}, + {"\xef\xbe\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x83",3,NULL,0,NULL,0}, + {"\xef\xbe\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xad",3,NULL,0,NULL,0}, + {"\xef\xbe\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xac",3,NULL,0,NULL,0}, + {"\xef\xbe\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x82",3,NULL,0,NULL,0}, + {"\xef\xbe\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xaa",3,NULL,0,NULL,0}, + {"\xef\xbe\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x81",3,NULL,0,NULL,0}, + {"\xef\xbe\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x80",3,NULL,0,NULL,0}, + {"\xef\xbe\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa0",3,NULL,0,NULL,0}, + {"\xef\xbe\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x9a",3,NULL,0,NULL,0}, + {"\xef\xbe\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x99",3,NULL,0,NULL,0}, + {"\xef\xbe\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb3",3,NULL,0,NULL,0}, + {"\xef\xbe\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xaf",3,NULL,0,NULL,0}, + {"\xef\xbe\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xad",3,NULL,0,NULL,0}, + {"\xef\xbe\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xac",3,NULL,0,NULL,0}, + {"\xef\xbe\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xab",3,NULL,0,NULL,0}, + {"\xef\xbe\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xaa",3,NULL,0,NULL,0}, + {"\xef\xbe\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa9",3,NULL,0,NULL,0}, + {"\xef\xbe\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa8",3,NULL,0,NULL,0}, + {"\xef\xbe\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa6",3,NULL,0,NULL,0}, + {"\xef\xbe\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa4",3,NULL,0,NULL,0}, + {"\xef\xbe\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa2",3,NULL,0,NULL,0}, + {"\xef\xbe\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa1",3,NULL,0,NULL,0}, + {"\xef\xbe\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa0",3,NULL,0,NULL,0}, + {"\xef\xbe\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9f",3,NULL,0,NULL,0}, + {"\xef\xbe\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9e",3,NULL,0,NULL,0}, + {"\xef\xbe\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9b",3,NULL,0,NULL,0}, + {"\xef\xbe\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x98",3,NULL,0,NULL,0}, + {"\xef\xbe\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x95",3,NULL,0,NULL,0}, + {"\xef\xbe\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x92",3,NULL,0,NULL,0}, + {"\xef\xbe\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8f",3,NULL,0,NULL,0}, + {"\xef\xbe\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8e",3,NULL,0,NULL,0}, + {"\xef\xbe\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8d",3,NULL,0,NULL,0}, + {"\xef\xbe\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8c",3,NULL,0,NULL,0}, + {"\xef\xbe\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8b",3,NULL,0,NULL,0}, + {"\xef\xbe\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8a",3,NULL,0,NULL,0}, + {"\xef\xbe\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x88",3,NULL,0,NULL,0}, + {"\xef\xbe\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x86",3,NULL,0,NULL,0}, + {"\xef\xbe\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x84",3,NULL,0,NULL,0}, + {"\xef\xbe\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x81",3,NULL,0,NULL,0}, + {"\xef\xbe\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbf",3,NULL,0,NULL,0}, + {"\xef\xbd\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbd",3,NULL,0,NULL,0}, + {"\xef\xbd\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbb",3,NULL,0,NULL,0}, + {"\xef\xbd\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb9",3,NULL,0,NULL,0}, + {"\xef\xbd\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb7",3,NULL,0,NULL,0}, + {"\xef\xbd\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb5",3,NULL,0,NULL,0}, + {"\xef\xbd\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb3",3,NULL,0,NULL,0}, + {"\xef\xbd\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb1",3,NULL,0,NULL,0}, + {"\xef\xbd\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xaf",3,NULL,0,NULL,0}, + {"\xef\xbd\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xad",3,NULL,0,NULL,0}, + {"\xef\xbd\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xab",3,NULL,0,NULL,0}, + {"\xef\xbd\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xaa",3,NULL,0,NULL,0}, + {"\xef\xbd\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa8",3,NULL,0,NULL,0}, + {"\xef\xbd\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa6",3,NULL,0,NULL,0}, + {"\xef\xbd\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa4",3,NULL,0,NULL,0}, + {"\xef\xbd\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa2",3,NULL,0,NULL,0}, + {"\xef\xbd\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xbc",3,NULL,0,NULL,0}, + {"\xef\xbd\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x83",3,NULL,0,NULL,0}, + {"\xef\xbd\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa7",3,NULL,0,NULL,0}, + {"\xef\xbd\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa5",3,NULL,0,NULL,0}, + {"\xef\xbd\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa3",3,NULL,0,NULL,0}, + {"\xef\xbd\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa9",3,NULL,0,NULL,0}, + {"\xef\xbd\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa7",3,NULL,0,NULL,0}, + {"\xef\xbd\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa5",3,NULL,0,NULL,0}, + {"\xef\xbd\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa3",3,NULL,0,NULL,0}, + {"\xef\xbd\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa1",3,NULL,0,NULL,0}, + {"\xef\xbd\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb2",3,NULL,0,NULL,0}, + {"\xef\xbd\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xbb",3,NULL,0,NULL,0}, + {"\xef\xbd\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x81",3,NULL,0,NULL,0}, + {"\xef\xbd\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x8d",3,NULL,0,NULL,0}, + {"\xef\xbd\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x8c",3,NULL,0,NULL,0}, + {"\xef\xbd\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x82",3,NULL,0,NULL,0}, + {"~",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x9e",3,NULL,0,NULL,0}, + {"\\{",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x9d",3,NULL,0,NULL,0}, + {"|",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x9c",3,NULL,0,NULL,0}, + {"\\{",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x9b",3,NULL,0,NULL,0}, + {"z",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x9a",3,NULL,0,NULL,0}, + {"y",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x99",3,NULL,0,NULL,0}, + {"x",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x98",3,NULL,0,NULL,0}, + {"w",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x97",3,NULL,0,NULL,0}, + {"v",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x96",3,NULL,0,NULL,0}, + {"u",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x95",3,NULL,0,NULL,0}, + {"t",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x94",3,NULL,0,NULL,0}, + {"s",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x93",3,NULL,0,NULL,0}, + {"r",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x92",3,NULL,0,NULL,0}, + {"q",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x91",3,NULL,0,NULL,0}, + {"p",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x90",3,NULL,0,NULL,0}, + {"o",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x8f",3,NULL,0,NULL,0}, + {"n",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x8e",3,NULL,0,NULL,0}, + {"m",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x8d",3,NULL,0,NULL,0}, + {"l",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x8c",3,NULL,0,NULL,0}, + {"k",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x8b",3,NULL,0,NULL,0}, + {"j",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x8a",3,NULL,0,NULL,0}, + {"i",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x89",3,NULL,0,NULL,0}, + {"h",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x88",3,NULL,0,NULL,0}, + {"g",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x87",3,NULL,0,NULL,0}, + {"f",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x86",3,NULL,0,NULL,0}, + {"e",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x85",3,NULL,0,NULL,0}, + {"d",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x84",3,NULL,0,NULL,0}, + {"c",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x83",3,NULL,0,NULL,0}, + {"b",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x82",3,NULL,0,NULL,0}, + {"a",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x81",3,NULL,0,NULL,0}, + {"`",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x80",3,NULL,0,NULL,0}, + {"_",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xbf",3,NULL,0,NULL,0}, + {"\\^",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xbe",3,NULL,0,NULL,0}, + {"\\]",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xbd",3,NULL,0,NULL,0}, + {"\\\\",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xbc",3,NULL,0,NULL,0}, + {"\\[",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xbb",3,NULL,0,NULL,0}, + {"Z",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xba",3,NULL,0,NULL,0}, + {"Y",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb9",3,NULL,0,NULL,0}, + {"X",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb8",3,NULL,0,NULL,0}, + {"W",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb7",3,NULL,0,NULL,0}, + {"V",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb6",3,NULL,0,NULL,0}, + {"U",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb5",3,NULL,0,NULL,0}, + {"T",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb4",3,NULL,0,NULL,0}, + {"S",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb3",3,NULL,0,NULL,0}, + {"R",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb2",3,NULL,0,NULL,0}, + {"Q",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb1",3,NULL,0,NULL,0}, + {"P",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb0",3,NULL,0,NULL,0}, + {"O",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xaf",3,NULL,0,NULL,0}, + {"N",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xae",3,NULL,0,NULL,0}, + {"M",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xad",3,NULL,0,NULL,0}, + {"L",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xac",3,NULL,0,NULL,0}, + {"K",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xab",3,NULL,0,NULL,0}, + {"J",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xaa",3,NULL,0,NULL,0}, + {"I",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa9",3,NULL,0,NULL,0}, + {"H",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa8",3,NULL,0,NULL,0}, + {"G",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa7",3,NULL,0,NULL,0}, + {"F",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa6",3,NULL,0,NULL,0}, + {"E",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa5",3,NULL,0,NULL,0}, + {"D",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa4",3,NULL,0,NULL,0}, + {"C",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa3",3,NULL,0,NULL,0}, + {"B",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa2",3,NULL,0,NULL,0}, + {"A",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa1",3,NULL,0,NULL,0}, + {"@",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa0",3,NULL,0,NULL,0}, + {"?",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x9f",3,NULL,0,NULL,0}, + {">",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x9e",3,NULL,0,NULL,0}, + {"=",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x9d",3,NULL,0,NULL,0}, + {"<",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x9c",3,NULL,0,NULL,0}, + {";",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x9b",3,NULL,0,NULL,0}, + {":",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x9a",3,NULL,0,NULL,0}, + {"9",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x99",3,NULL,0,NULL,0}, + {"8",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x98",3,NULL,0,NULL,0}, + {"7",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x97",3,NULL,0,NULL,0}, + {"6",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x96",3,NULL,0,NULL,0}, + {"5",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x95",3,NULL,0,NULL,0}, + {"4",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x94",3,NULL,0,NULL,0}, + {"3",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x93",3,NULL,0,NULL,0}, + {"2",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x92",3,NULL,0,NULL,0}, + {"1",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x91",3,NULL,0,NULL,0}, + {"0",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x90",3,NULL,0,NULL,0}, + {"/",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x8f",3,NULL,0,NULL,0}, + {".",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x8e",3,NULL,0,NULL,0}, + {"\\-",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x8d",3,NULL,0,NULL,0}, + {",",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x8c",3,NULL,0,NULL,0}, + {"\\+",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x8b",3,NULL,0,NULL,0}, + {"\\*",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x8a",3,NULL,0,NULL,0}, + {"\\)",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x89",3,NULL,0,NULL,0}, + {"\\(",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x88",3,NULL,0,NULL,0}, + {"\'",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x87",3,NULL,0,NULL,0}, + {"&",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x86",3,NULL,0,NULL,0}, + {"%",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x85",3,NULL,0,NULL,0}, + {"\\$",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x84",3,NULL,0,NULL,0}, + {"#",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x83",3,NULL,0,NULL,0}, + {"\"",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x82",3,NULL,0,NULL,0}, + {"!",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x81",3,NULL,0,NULL,0}, + {"\xef\xbd\xa6\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xba",3,NULL,0,NULL,0}, + {"\xef\xbe\x9c\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb7",3,NULL,0,NULL,0}, + {"\xef\xbd\xb3\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb4",3,NULL,0,NULL,0}, + {"\xef\xbe\x8e\xef\xbe\x9f",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9d",3,NULL,0,NULL,0}, + {"\xef\xbe\x8e\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9c",3,NULL,0,NULL,0}, + {"\xef\xbe\x8d\xef\xbe\x9f",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9a",3,NULL,0,NULL,0}, + {"\xef\xbe\x8d\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x99",3,NULL,0,NULL,0}, + {"\xef\xbe\x8c\xef\xbe\x9f",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x97",3,NULL,0,NULL,0}, + {"\xef\xbe\x8c\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x96",3,NULL,0,NULL,0}, + {"\xef\xbe\x8b\xef\xbe\x9f",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x94",3,NULL,0,NULL,0}, + {"\xef\xbe\x8b\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x93",3,NULL,0,NULL,0}, + {"\xef\xbe\x8a\xef\xbe\x9f",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x91",3,NULL,0,NULL,0}, + {"\xef\xbe\x8a\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x90",3,NULL,0,NULL,0}, + {"\xef\xbe\x84\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x89",3,NULL,0,NULL,0}, + {"\xef\xbe\x83\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x87",3,NULL,0,NULL,0}, + {"\xef\xbe\x82\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x85",3,NULL,0,NULL,0}, + {"\xef\xbe\x81\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x82",3,NULL,0,NULL,0}, + {"\xef\xbe\x80\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x80",3,NULL,0,NULL,0}, + {"\xef\xbd\xbf\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbe",3,NULL,0,NULL,0}, + {"\xef\xbd\xbe\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbc",3,NULL,0,NULL,0}, + {"\xef\xbd\xbd\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xba",3,NULL,0,NULL,0}, + {"\xef\xbd\xbc\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb8",3,NULL,0,NULL,0}, + {"\xef\xbd\xbb\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb6",3,NULL,0,NULL,0}, + {"\xef\xbd\xba\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb4",3,NULL,0,NULL,0}, + {"\xef\xbd\xb9\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb2",3,NULL,0,NULL,0}, + {"\xef\xbd\xb8\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb0",3,NULL,0,NULL,0}, + {"\xef\xbd\xb7\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xae",3,NULL,0,NULL,0}, + {"\xef\xbd\xb6\xef\xbe\x9e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xac",3,NULL,0,NULL,0}, + {"\xd9\xab",2,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9]",42,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9]",42,",",1,NULL,0,NULL,0}, + {"\xd9\xac",2,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9]",42,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9]",42,".",1,NULL,0,NULL,0}, + {"\xd9\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd8\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xd8\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,";",1,NULL,0,NULL,0}, + {"\xd8\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"\xd9\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"%",1,NULL,0,NULL,0}, + {"\xdb\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0",1,NULL,0,NULL,0}, + {"\xd9\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1",1,NULL,0,NULL,0}, + {"\xd9\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2",1,NULL,0,NULL,0}, + {"\xd9\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3",1,NULL,0,NULL,0}, + {"\xd9\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4",1,NULL,0,NULL,0}, + {"\xd9\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5",1,NULL,0,NULL,0}, + {"\xd9\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6",1,NULL,0,NULL,0}, + {"\xd9\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7",1,NULL,0,NULL,0}, + {"\xd9\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8",1,NULL,0,NULL,0}, + {"\xd9\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9",1,NULL,0,NULL,0}, + {"\xd8\xaa\xd9\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd9\x83\xd9\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd8\xaf\xd9\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd8\xb3\xd9\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd8\xa8\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bb",2,NULL,0,NULL,0}, + {"\xd8\xaa\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tt",2,NULL,0,NULL,0}, + {"\xd8\xab\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"thth",4,NULL,0,NULL,0}, + {"\xd8\xac\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jj",2,NULL,0,NULL,0}, + {"\xd8\xad\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa5\xe1\xb8\xa5",6,NULL,0,NULL,0}, + {"\xd8\xae\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"khkh",4,NULL,0,NULL,0}, + {"\xd8\xaf\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dd",2,NULL,0,NULL,0}, + {"\xd8\xb0\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dhdh",4,NULL,0,NULL,0}, + {"\xd8\xb1\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"rr",2,NULL,0,NULL,0}, + {"\xd8\xb2\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zz",2,NULL,0,NULL,0}, + {"\xd8\xb3\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ss",2,NULL,0,NULL,0}, + {"\xd8\xb4\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shsh",4,NULL,0,NULL,0}, + {"\xd8\xb5\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa3\xe1\xb9\xa3",6,NULL,0,NULL,0}, + {"\xd8\xb6\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x8d\xe1\xb8\x8d",6,NULL,0,NULL,0}, + {"\xd8\xb7\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xad\xe1\xb9\xad",6,NULL,0,NULL,0}, + {"\xd8\xb8\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x93\xe1\xba\x93",6,NULL,0,NULL,0}, + {"\xd8\xb9\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98\xe2\x80\x98",6,NULL,0,NULL,0}, + {"\xd8\xba\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ghgh",4,NULL,0,NULL,0}, + {"\xd9\x81\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ff",2,NULL,0,NULL,0}, + {"\xd9\x82\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qq",2,NULL,0,NULL,0}, + {"\xd9\x83\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kk",2,NULL,0,NULL,0}, + {"\xd9\x84\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ll",2,NULL,0,NULL,0}, + {"\xd9\x85\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mm",2,NULL,0,NULL,0}, + {"\xd9\x86\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nn",2,NULL,0,NULL,0}, + {"\xd9\x87\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hh",2,NULL,0,NULL,0}, + {"\xd9\x88\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ww",2,NULL,0,NULL,0}, + {"\xd9\x89\xd9\x91",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yy",2,NULL,0,NULL,0}, + {"\xd8\xa1",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xd8\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99",3,NULL,0,NULL,0}, + {"\xd8\xa7",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xd9\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99",3,NULL,0,NULL,0}, + {"\xd8\xa2",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x81",2,NULL,0,NULL,0}, + {"\xd8\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99\xc4\x81",5,NULL,0,NULL,0}, + {"\xd8\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd8\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd8\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd8\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"th",2,NULL,0,NULL,0}, + {"\xd8\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xd8\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa9",3,NULL,0,NULL,0}, + {"\xd8\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xd8\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd8\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dh",2,NULL,0,NULL,0}, + {"\xd8\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd8\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd8\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd8\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xd8\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x9f",2,NULL,0,NULL,0}, + {"\xd8\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x91",3,NULL,0,NULL,0}, + {"\xd8\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa3",2,NULL,0,NULL,0}, + {"\xd8\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\xa7",3,NULL,0,NULL,0}, + {"\xd8\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98",3,NULL,0,NULL,0}, + {"\xd8\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gh",2,NULL,0,NULL,0}, + {"\xd9\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd9\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xda\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd9\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd9\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd9\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd9\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd9\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"\xd9\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd9\x8e\xd8\xa7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x81",2,NULL,0,NULL,0}, + {"\xd9\x8e\xd9\x89",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1",2,NULL,0,NULL,0}, + {"\xd9\x8e\xd9\x8a\xd9\x92",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ay",2,NULL,0,NULL,0}, + {"\xd9\x8e\xd9\x88\xd9\x92",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"aw",2,NULL,0,NULL,0}, + {"\xd9\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd9\x90\xd9\x8a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xab",2,NULL,0,NULL,0}, + {"\xd9\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd9\x8f\xd9\x88",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xab",2,NULL,0,NULL,0}, + {"\xd9\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd9\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xd9\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a\xe2\x81\xbf",4,NULL,0,NULL,0}, + {"\xd9\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i\xe2\x81\xbf",4,NULL,0,NULL,0}, + {"\xd9\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u\xe2\x81\xbf",4,NULL,0,NULL,0}, + {"\xd7\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd7\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd7\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd7\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\xa7",3,NULL,0,NULL,0}, + {"\xd7\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\xa7",3,NULL,0,NULL,0}, + {"\xd7\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xbc",2,NULL,0,NULL,0}, + {"\xd7\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd7\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd7\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd7\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd7\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"\xd7\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd7\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd7\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd7\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd7\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd7\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd7\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd7\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd7\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd7\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd7\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd7\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xbb",2,NULL,0,NULL,0}, + {"\xd7\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd7\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd7\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xd7\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd7\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xd7\x95\xd7\x95",4,NULL,0}, + {"\xd7\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xd7\x95\xd7\x99",4,NULL,0}, + {"\xd7\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xd7\x99\xd7\x99",4,NULL,0}, + {"\xd6\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x87",2,NULL,0,NULL,0}, + {"\xd7\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x8c",2,NULL,0,NULL,0}, + {"\xd7\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x82",2,NULL,0,NULL,0}, + {"\xe2\x80\x8e\xd6\xb2\xe2\x80\x8e",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa0",2,NULL,0,NULL,0}, + {"\xe2\x80\x8e\xd6\xb8\xe2\x80\x8e",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1",2,NULL,0,NULL,0}, + {"\xe2\x80\x8e\xd6\xb1\xe2\x80\x8e",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa8",2,NULL,0,NULL,0}, + {"\xe2\x80\x8e\xd6\xb5\xe2\x80\x8e",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa9",2,NULL,0,NULL,0}, + {"\xe2\x80\x8e\xd6\xb0\xe2\x80\x8e",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e\xcc\x86",3,NULL,0,NULL,0}, + {"\xe2\x80\x8e\xd6\xb9\xe2\x80\x8e",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb2",2,NULL,0,NULL,0}, + {"\xd6\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd6\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd6\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd6\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd6\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd6\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x84",2,NULL,0,NULL,0}, + {"\xe0\xa8\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x81",3,NULL,0,NULL,0}, + {"\xe0\xa8\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x82",3,NULL,0,NULL,0}, + {"\xe0\xa8\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x85",3,NULL,0,NULL,0}, + {"\xe0\xa8\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x86",3,NULL,0,NULL,0}, + {"\xe0\xa8\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x87",3,NULL,0,NULL,0}, + {"\xe0\xa8\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x88",3,NULL,0,NULL,0}, + {"\xe0\xa8\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x89",3,NULL,0,NULL,0}, + {"\xe0\xa8\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8a",3,NULL,0,NULL,0}, + {"\xe0\xa8\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb2",3,NULL,0,NULL,0}, + {"\xe0\xa8\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8f",3,NULL,0,NULL,0}, + {"\xe0\xa8\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x90",3,NULL,0,NULL,0}, + {"\xe0\xa8\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x93",3,NULL,0,NULL,0}, + {"\xe0\xa8\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x94",3,NULL,0,NULL,0}, + {"\xe0\xa8\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x95",3,NULL,0,NULL,0}, + {"\xe0\xa8\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x96",3,NULL,0,NULL,0}, + {"\xe0\xa8\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x97",3,NULL,0,NULL,0}, + {"\xe0\xa8\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x98",3,NULL,0,NULL,0}, + {"\xe0\xa8\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x99",3,NULL,0,NULL,0}, + {"\xe0\xa8\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9a",3,NULL,0,NULL,0}, + {"\xe0\xa8\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9b",3,NULL,0,NULL,0}, + {"\xe0\xa8\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9c",3,NULL,0,NULL,0}, + {"\xe0\xa8\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9d",3,NULL,0,NULL,0}, + {"\xe0\xa8\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9e",3,NULL,0,NULL,0}, + {"\xe0\xa8\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9f",3,NULL,0,NULL,0}, + {"\xe0\xa8\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa0",3,NULL,0,NULL,0}, + {"\xe0\xa8\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa1",3,NULL,0,NULL,0}, + {"\xe0\xa8\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa2",3,NULL,0,NULL,0}, + {"\xe0\xa8\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa3",3,NULL,0,NULL,0}, + {"\xe0\xa8\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa4",3,NULL,0,NULL,0}, + {"\xe0\xa8\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa5",3,NULL,0,NULL,0}, + {"\xe0\xa8\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa6",3,NULL,0,NULL,0}, + {"\xe0\xa8\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa7",3,NULL,0,NULL,0}, + {"\xe0\xa8\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa8",3,NULL,0,NULL,0}, + {"\xe0\xa8\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaa",3,NULL,0,NULL,0}, + {"\xe0\xa8\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xab",3,NULL,0,NULL,0}, + {"\xe0\xa8\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xac",3,NULL,0,NULL,0}, + {"\xe0\xa8\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xad",3,NULL,0,NULL,0}, + {"\xe0\xa8\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xae",3,NULL,0,NULL,0}, + {"\xe0\xa8\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaf",3,NULL,0,NULL,0}, + {"\xe0\xa8\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb0",3,NULL,0,NULL,0}, + {"\xe0\xa8\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb2",3,NULL,0,NULL,0}, + {"\xe0\xa8\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb3",3,NULL,0,NULL,0}, + {"\xe0\xa8\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb5",3,NULL,0,NULL,0}, + {"\xe0\xa8\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb6",3,NULL,0,NULL,0}, + {"\xe0\xa8\xb8""0a3c",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb6",3,NULL,0,NULL,0}, + {"\xe0\xa8\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb8",3,NULL,0,NULL,0}, + {"\xe0\xa8\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb9",3,NULL,0,NULL,0}, + {"\xe0\xa8\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbc",3,NULL,0,NULL,0}, + {"\xe0\xa8\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbe",3,NULL,0,NULL,0}, + {"\xe0\xa8\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbf",3,NULL,0,NULL,0}, + {"\xe0\xa9\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x80",3,NULL,0,NULL,0}, + {"\xe0\xa9\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x81",3,NULL,0,NULL,0}, + {"\xe0\xa9\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x82",3,NULL,0,NULL,0}, + {"\xe0\xa9\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x87",3,NULL,0,NULL,0}, + {"\xe0\xa9\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x88",3,NULL,0,NULL,0}, + {"\xe0\xa9\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8b",3,NULL,0,NULL,0}, + {"\xe0\xa9\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8c",3,NULL,0,NULL,0}, + {"\xe0\xa9\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8d",3,NULL,0,NULL,0}, + {"\xe0\xa9\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9c",3,NULL,0,NULL,0}, + {"\xe0\xa9\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa6",3,NULL,0,NULL,0}, + {"\xe0\xa9\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa7",3,NULL,0,NULL,0}, + {"\xe0\xa9\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa8",3,NULL,0,NULL,0}, + {"\xe0\xa9\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa9",3,NULL,0,NULL,0}, + {"\xe0\xa9\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaa",3,NULL,0,NULL,0}, + {"\xe0\xa9\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xab",3,NULL,0,NULL,0}, + {"\xe0\xa9\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xac",3,NULL,0,NULL,0}, + {"\xe0\xa9\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xad",3,NULL,0,NULL,0}, + {"\xe0\xa9\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xae",3,NULL,0,NULL,0}, + {"\xe0\xa9\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaf",3,NULL,0,NULL,0}, + {"\xe0\xa9\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xbc",3,NULL,0,NULL,0}, + {"\xe0\xa9\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xbd",3,NULL,0,NULL,0}, + {"\xe0\xa9\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xbe",3,NULL,0,NULL,0}, + {"\xe0\xa9\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xbf",3,NULL,0,NULL,0}, + {"\xe0\xa9\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x80",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa4",3,NULL,0,NULL,0}, + {"\xe0\xa5\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa5",3,NULL,0,NULL,0}, + {"\xd0\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xd0\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd0\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xd0\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd0\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xd0\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xd0\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xd0\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd0\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xd0\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Y\xc3\xb6",3,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y\xc3\x96",3,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xb6",3,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Yo",2,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YO",2,NULL,0,NULL,0}, + {"\xd1\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yo",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"J",1,NULL,0,NULL,0}, + {"\xd0\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xd0\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Dz",2,NULL,0,NULL,0}, + {"\xd0\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"DZ",2,NULL,0,NULL,0}, + {"\xd0\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dz",2,NULL,0,NULL,0}, + {"\xd0\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xd0\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd0\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd0\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xd0\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd0\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xd0\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd0\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xd0\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd0\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xd0\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd0\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd0\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd3\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x96",2,NULL,0,NULL,0}, + {"\xd3\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb6",2,NULL,0,NULL,0}, + {"\xd0\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd0\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd0\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xd1\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd0\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xd1\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd0\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xd1\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd0\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xd1\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd2\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9c",2,NULL,0,NULL,0}, + {"\xd2\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbc",2,NULL,0,NULL,0}, + {"\xd0\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xd1\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xd1\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Ts",2,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS",2,NULL,0,NULL,0}, + {"\xd1\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Ch",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CH",2,NULL,0,NULL,0}, + {"\xd1\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xd0\xa8\xd0\xa7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH\xc2\xb7""CH",6,NULL,0,NULL,0}, + {"\xd0\xa8\xd1\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Sh\xc2\xb7""ch",6,NULL,0,NULL,0}, + {"\xd1\x88\xd1\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc2\xb7""ch",6,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Sh",2,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH",2,NULL,0,NULL,0}, + {"\xd1\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Shch",4,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SHCH",4,NULL,0,NULL,0}, + {"\xd1\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shch",4,NULL,0,NULL,0}, + {"\xd0\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd1\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd0\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8f",2,NULL,0,NULL,0}, + {"\xd1\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xaf",2,NULL,0,NULL,0}, + {"\xd0\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xac",2,NULL,0,NULL,0}, + {"\xd1\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xad",2,NULL,0,NULL,0}, + {"\xd0\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd1\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Yu",2,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YU",2,NULL,0,NULL,0}, + {"\xd1\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Ya",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YA",2,NULL,0,NULL,0}, + {"\xd1\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\xab\xe3\x82\xad\xe3\x82\xaf\xe3\x82\xb1\xe3\x82\xb3]",17,"k",1,NULL,0,NULL,0}, + {"\xe3\x81\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x81\x8b\xe3\x81\x8d\xe3\x81\x8f\xe3\x81\x91\xe3\x81\x93]",17,"k",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\xb5\xe3\x82\xb7\xe3\x82\xb9\xe3\x82\xbb\xe3\x82\xbd]",17,"s",1,NULL,0,NULL,0}, + {"\xe3\x81\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x81\x95\xe3\x81\x97\xe3\x81\x99\xe3\x81\x9b\xe3\x81\x9d]",17,"s",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\xbf\xe3\x83\x81\xe3\x83\x84\xe3\x83\x86\xe3\x83\x88]",17,"t",1,NULL,0,NULL,0}, + {"\xe3\x81\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x81\x9f\xe3\x81\xa1\xe3\x81\xa4\xe3\x81\xa6\xe3\x81\xa8]",17,"t",1,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x83\x91\xe3\x83\x94\xe3\x83\x97\xe3\x83\x9a\xe3\x83\x9d]",17,"p",1,NULL,0,NULL,0}, + {"\xe3\x81\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x81\xb1\xe3\x81\xb4\xe3\x81\xb7\xe3\x81\xba\xe3\x81\xbd]",17,"p",1,NULL,0,NULL,0}, + {"\xe3\x82\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xe3\x82\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe3\x82\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xe3\x82\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe3\x82\xaa\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x8d",2,NULL,0,NULL,0}, + {"\xe3\x82\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xe3\x82\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ka",2,NULL,0,NULL,0}, + {"\xe3\x82\xad\xe3\x83\xa7\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ky\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x82\xad\xe3\x83\xa5\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ky\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x82\xad\xe3\x83\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kya",3,NULL,0,NULL,0}, + {"\xe3\x82\xad\xe3\x83\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kyo",3,NULL,0,NULL,0}, + {"\xe3\x82\xad\xe3\x83\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kyu",3,NULL,0,NULL,0}, + {"\xe3\x82\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ki",2,NULL,0,NULL,0}, + {"\xe3\x82\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku",2,NULL,0,NULL,0}, + {"\xe3\x82\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ke",2,NULL,0,NULL,0}, + {"\xe3\x82\xb3\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x82\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ko",2,NULL,0,NULL,0}, + {"\xe3\x82\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sa",2,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x83\xa7\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x83\xa5\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x83\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sha",3,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x83\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sho",3,NULL,0,NULL,0}, + {"\xe3\x82\xb7\xe3\x83\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu",3,NULL,0,NULL,0}, + {"\xe3\x82\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shi",3,NULL,0,NULL,0}, + {"\xe3\x82\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su",2,NULL,0,NULL,0}, + {"\xe3\x82\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"se",2,NULL,0,NULL,0}, + {"\xe3\x82\xbd\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x82\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"so",2,NULL,0,NULL,0}, + {"\xe3\x82\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ta",2,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x83\xa7\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x83\xa5\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x83\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cha",3,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x83\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cho",3,NULL,0,NULL,0}, + {"\xe3\x83\x81\xe3\x83\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu",3,NULL,0,NULL,0}, + {"\xe3\x83\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chi",3,NULL,0,NULL,0}, + {"\xe3\x83\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tsu",3,NULL,0,NULL,0}, + {"\xe3\x83\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"te",2,NULL,0,NULL,0}, + {"\xe3\x83\x88\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x83\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"to",2,NULL,0,NULL,0}, + {"\xe3\x83\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"na",2,NULL,0,NULL,0}, + {"\xe3\x83\x8b\xe3\x83\xa7\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ny\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x83\x8b\xe3\x83\xa5\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ny\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x83\x8b\xe3\x83\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nya",3,NULL,0,NULL,0}, + {"\xe3\x83\x8b\xe3\x83\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nyo",3,NULL,0,NULL,0}, + {"\xe3\x83\x8b\xe3\x83\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nyu",3,NULL,0,NULL,0}, + {"\xe3\x83\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni",2,NULL,0,NULL,0}, + {"\xe3\x83\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nu",2,NULL,0,NULL,0}, + {"\xe3\x83\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ne",2,NULL,0,NULL,0}, + {"\xe3\x83\x8e\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x83\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"no",2,NULL,0,NULL,0}, + {"\xe3\x83\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ha",2,NULL,0,NULL,0}, + {"\xe3\x83\x92\xe3\x83\xa7\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hy\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x83\x92\xe3\x83\xa5\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hy\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x83\x92\xe3\x83\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hya",3,NULL,0,NULL,0}, + {"\xe3\x83\x92\xe3\x83\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hyo",3,NULL,0,NULL,0}, + {"\xe3\x83\x92\xe3\x83\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hyu",3,NULL,0,NULL,0}, + {"\xe3\x83\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hi",2,NULL,0,NULL,0}, + {"\xe3\x83\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fu",2,NULL,0,NULL,0}, + {"\xe3\x83\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"he",2,NULL,0,NULL,0}, + {"\xe3\x83\x9b\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x83\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ho",2,NULL,0,NULL,0}, + {"\xe3\x83\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ma",2,NULL,0,NULL,0}, + {"\xe3\x83\x9f\xe3\x83\xa7\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hy\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x83\x9f\xe3\x83\xa5\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hy\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x83\x9f\xe3\x83\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hya",3,NULL,0,NULL,0}, + {"\xe3\x83\x9f\xe3\x83\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hyo",3,NULL,0,NULL,0}, + {"\xe3\x83\x9f\xe3\x83\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hyu",3,NULL,0,NULL,0}, + {"\xe3\x83\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi",2,NULL,0,NULL,0}, + {"\xe3\x83\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mu",2,NULL,0,NULL,0}, + {"\xe3\x83\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"me",2,NULL,0,NULL,0}, + {"\xe3\x83\xa2\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x83\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mo",2,NULL,0,NULL,0}, + {"\xe3\x83\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xe3\x83\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xe3\x83\xa8\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x83\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yo",2,NULL,0,NULL,0}, + {"\xe3\x83\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ra",2,NULL,0,NULL,0}, + {"\xe3\x83\xaa\xe3\x83\xa7\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ry\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x83\xaa\xe3\x83\xa5\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ry\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x83\xaa\xe3\x83\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"rya",3,NULL,0,NULL,0}, + {"\xe3\x83\xaa\xe3\x83\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ryo",3,NULL,0,NULL,0}, + {"\xe3\x83\xaa\xe3\x83\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ryu",3,NULL,0,NULL,0}, + {"\xe3\x83\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ri",2,NULL,0,NULL,0}, + {"\xe3\x83\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru",2,NULL,0,NULL,0}, + {"\xe3\x83\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"re",2,NULL,0,NULL,0}, + {"\xe3\x83\xad\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x83\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ro",2,NULL,0,NULL,0}, + {"\xe3\x83\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wa",2,NULL,0,NULL,0}, + {"\xe3\x83\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe3\x83\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe3\x83\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xe3\x83\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x83\x90\xe3\x83\x91\xe3\x83\x93\xe3\x83\x94\xe3\x83\x96\xe3\x83\x97\xe3\x83\x99\xe3\x83\x9a\xe3\x83\x9c\xe3\x83\x9d\xe3\x83\x9e\xe3\x83\x9f\xe3\x83\xa0\xe3\x83\xa1\xe3\x83\xa2]",47,"m",1,NULL,0,NULL,0}, + {"\xe3\x82\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x81\xb0\xe3\x81\xb1\xe3\x81\xb3\xe3\x81\xb4\xe3\x81\xb6\xe3\x81\xb7\xe3\x81\xb9\xe3\x81\xba\xe3\x81\xbc\xe3\x81\xbd\xe3\x81\xbe\xe3\x81\xbf\xe3\x82\x80\xe3\x82\x81\xe3\x82\x82]",47,"m",1,NULL,0,NULL,0}, + {"\xe3\x83\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x82\xa2\xe3\x82\xa4\xe3\x82\xa6\xe3\x82\xa8\xe3\x82\xaa\xe3\x83\xa4\xe3\x83\xa6\xe3\x83\xa8]",26,"n\xe2\x80\x99",4,NULL,0,NULL,0}, + {"\xe3\x82\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xe3\x81\x82\xe3\x81\x84\xe3\x81\x86\xe3\x81\x88\xe3\x81\x8a\xe3\x82\x84\xe3\x82\x86\xe3\x82\x88]",26,"n\xe2\x80\x99",4,NULL,0,NULL,0}, + {"\xe3\x83\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xe3\x82\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ga",2,NULL,0,NULL,0}, + {"\xe3\x82\xae\xe3\x83\xa7\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gy\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x82\xae\xe3\x83\xa5\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gy\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x82\xae\xe3\x83\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gya",3,NULL,0,NULL,0}, + {"\xe3\x82\xae\xe3\x83\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gyo",3,NULL,0,NULL,0}, + {"\xe3\x82\xae\xe3\x83\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gyu",3,NULL,0,NULL,0}, + {"\xe3\x82\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gi",2,NULL,0,NULL,0}, + {"\xe3\x82\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu",2,NULL,0,NULL,0}, + {"\xe3\x82\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ge",2,NULL,0,NULL,0}, + {"\xe3\x82\xb4\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x82\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"go",2,NULL,0,NULL,0}, + {"\xe3\x82\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"za",2,NULL,0,NULL,0}, + {"\xe3\x82\xb8\xe3\x83\xa7\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x82\xb8\xe3\x83\xa5\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc5\xab",3,NULL,0,NULL,0}, + {"\xe3\x82\xb8\xe3\x83\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ja",2,NULL,0,NULL,0}, + {"\xe3\x82\xb8\xe3\x83\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jo",2,NULL,0,NULL,0}, + {"\xe3\x82\xb8\xe3\x83\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ju",2,NULL,0,NULL,0}, + {"\xe3\x82\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji",2,NULL,0,NULL,0}, + {"\xe3\x82\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu",2,NULL,0,NULL,0}, + {"\xe3\x82\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ze",2,NULL,0,NULL,0}, + {"\xe3\x82\xbe\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x82\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zo",2,NULL,0,NULL,0}, + {"\xe3\x83\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"da",2,NULL,0,NULL,0}, + {"\xe3\x83\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji",2,NULL,0,NULL,0}, + {"\xe3\x83\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu",2,NULL,0,NULL,0}, + {"\xe3\x83\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"de",2,NULL,0,NULL,0}, + {"\xe3\x83\x89\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x83\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"do",2,NULL,0,NULL,0}, + {"\xe3\x83\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ba",2,NULL,0,NULL,0}, + {"\xe3\x83\x93\xe3\x83\xa7\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"by\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x83\x93\xe3\x83\xa5\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"by\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x83\x93\xe3\x83\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bya",3,NULL,0,NULL,0}, + {"\xe3\x83\x93\xe3\x83\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"byo",3,NULL,0,NULL,0}, + {"\xe3\x83\x93\xe3\x83\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"byu",3,NULL,0,NULL,0}, + {"\xe3\x83\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi",2,NULL,0,NULL,0}, + {"\xe3\x83\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bu",2,NULL,0,NULL,0}, + {"\xe3\x83\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"be",2,NULL,0,NULL,0}, + {"\xe3\x83\x9c\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x83\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bo",2,NULL,0,NULL,0}, + {"\xe3\x83\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pa",2,NULL,0,NULL,0}, + {"\xe3\x83\x94\xe3\x83\xa7\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"py\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x83\x94\xe3\x83\xa5\xe3\x82\xa6",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"py\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x83\x94\xe3\x83\xa3",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pya",3,NULL,0,NULL,0}, + {"\xe3\x83\x94\xe3\x83\xa7",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pyo",3,NULL,0,NULL,0}, + {"\xe3\x83\x94\xe3\x83\xa5",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pyu",3,NULL,0,NULL,0}, + {"\xe3\x83\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi",2,NULL,0,NULL,0}, + {"\xe3\x83\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pu",2,NULL,0,NULL,0}, + {"\xe3\x83\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pe",2,NULL,0,NULL,0}, + {"\xe3\x83\x9d\xe3\x82\xa6",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x83\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"po",2,NULL,0,NULL,0}, + {"\xe3\x83\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xe3\x81\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xe3\x81\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe3\x81\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xe3\x81\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe3\x81\x8a\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x8d",2,NULL,0,NULL,0}, + {"\xe3\x81\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xe3\x81\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ka",2,NULL,0,NULL,0}, + {"\xe3\x81\x8d\xe3\x82\x87\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ky\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x81\x8d\xe3\x82\x85\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ky\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x81\x8d\xe3\x82\x83",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kya",3,NULL,0,NULL,0}, + {"\xe3\x81\x8d\xe3\x82\x87",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kyo",3,NULL,0,NULL,0}, + {"\xe3\x81\x8d\xe3\x82\x85",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kyu",3,NULL,0,NULL,0}, + {"\xe3\x81\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ki",2,NULL,0,NULL,0}, + {"\xe3\x81\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ku",2,NULL,0,NULL,0}, + {"\xe3\x81\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ke",2,NULL,0,NULL,0}, + {"\xe3\x81\x93\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x81\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ko",2,NULL,0,NULL,0}, + {"\xe3\x81\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sa",2,NULL,0,NULL,0}, + {"\xe3\x81\x97\xe3\x82\x87\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x81\x97\xe3\x82\x85\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x81\x97\xe3\x82\x83",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sha",3,NULL,0,NULL,0}, + {"\xe3\x81\x97\xe3\x82\x87",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sho",3,NULL,0,NULL,0}, + {"\xe3\x81\x97\xe3\x82\x85",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shu",3,NULL,0,NULL,0}, + {"\xe3\x81\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shi",3,NULL,0,NULL,0}, + {"\xe3\x81\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"su",2,NULL,0,NULL,0}, + {"\xe3\x81\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"se",2,NULL,0,NULL,0}, + {"\xe3\x81\x9d\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x81\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"so",2,NULL,0,NULL,0}, + {"\xe3\x81\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ta",2,NULL,0,NULL,0}, + {"\xe3\x81\xa1\xe3\x82\x87\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x81\xa1\xe3\x82\x85\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x81\xa1\xe3\x82\x83",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cha",3,NULL,0,NULL,0}, + {"\xe3\x81\xa1\xe3\x82\x87",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cho",3,NULL,0,NULL,0}, + {"\xe3\x81\xa1\xe3\x82\x85",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chu",3,NULL,0,NULL,0}, + {"\xe3\x81\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"chi",3,NULL,0,NULL,0}, + {"\xe3\x81\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tsu",3,NULL,0,NULL,0}, + {"\xe3\x81\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"te",2,NULL,0,NULL,0}, + {"\xe3\x81\xa8\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x81\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"to",2,NULL,0,NULL,0}, + {"\xe3\x81\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"na",2,NULL,0,NULL,0}, + {"\xe3\x81\xab\xe3\x82\x87\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ny\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x81\xab\xe3\x82\x85\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ny\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x81\xab\xe3\x82\x83",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nya",3,NULL,0,NULL,0}, + {"\xe3\x81\xab\xe3\x82\x87",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nyo",3,NULL,0,NULL,0}, + {"\xe3\x81\xab\xe3\x82\x85",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nyu",3,NULL,0,NULL,0}, + {"\xe3\x81\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ni",2,NULL,0,NULL,0}, + {"\xe3\x81\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nu",2,NULL,0,NULL,0}, + {"\xe3\x81\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ne",2,NULL,0,NULL,0}, + {"\xe3\x81\xae\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x81\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"no",2,NULL,0,NULL,0}, + {"\xe3\x81\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ha",2,NULL,0,NULL,0}, + {"\xe3\x81\xb2\xe3\x82\x87\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hy\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x81\xb2\xe3\x82\x85\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hy\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x81\xb2\xe3\x82\x83",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hya",3,NULL,0,NULL,0}, + {"\xe3\x81\xb2\xe3\x82\x87",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hyo",3,NULL,0,NULL,0}, + {"\xe3\x81\xb2\xe3\x82\x85",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hyu",3,NULL,0,NULL,0}, + {"\xe3\x81\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hi",2,NULL,0,NULL,0}, + {"\xe3\x81\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fu",2,NULL,0,NULL,0}, + {"\xe3\x81\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"he",2,NULL,0,NULL,0}, + {"\xe3\x81\xbb\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x81\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ho",2,NULL,0,NULL,0}, + {"\xe3\x81\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ma",2,NULL,0,NULL,0}, + {"\xe3\x81\xbf\xe3\x82\x87\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hy\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x81\xbf\xe3\x82\x85\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hy\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x81\xbf\xe3\x82\x83",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hya",3,NULL,0,NULL,0}, + {"\xe3\x81\xbf\xe3\x82\x87",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hyo",3,NULL,0,NULL,0}, + {"\xe3\x81\xbf\xe3\x82\x85",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hyu",3,NULL,0,NULL,0}, + {"\xe3\x81\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mi",2,NULL,0,NULL,0}, + {"\xe3\x82\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mu",2,NULL,0,NULL,0}, + {"\xe3\x82\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"me",2,NULL,0,NULL,0}, + {"\xe3\x82\x82\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x82\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mo",2,NULL,0,NULL,0}, + {"\xe3\x82\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xe3\x82\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xe3\x82\x88\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x82\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yo",2,NULL,0,NULL,0}, + {"\xe3\x82\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ra",2,NULL,0,NULL,0}, + {"\xe3\x82\x8a\xe3\x82\x87\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ry\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x82\x8a\xe3\x82\x85\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ry\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x82\x8a\xe3\x82\x83",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"rya",3,NULL,0,NULL,0}, + {"\xe3\x82\x8a\xe3\x82\x87",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ryo",3,NULL,0,NULL,0}, + {"\xe3\x82\x8a\xe3\x82\x85",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ryu",3,NULL,0,NULL,0}, + {"\xe3\x82\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ri",2,NULL,0,NULL,0}, + {"\xe3\x82\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ru",2,NULL,0,NULL,0}, + {"\xe3\x82\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"re",2,NULL,0,NULL,0}, + {"\xe3\x82\x8d\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x82\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ro",2,NULL,0,NULL,0}, + {"\xe3\x82\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wa",2,NULL,0,NULL,0}, + {"\xe3\x82\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe3\x82\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe3\x82\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xe3\x82\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xe3\x81\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ga",2,NULL,0,NULL,0}, + {"\xe3\x81\x8e\xe3\x82\x87\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gy\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x81\x8e\xe3\x82\x85\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gy\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x81\x8e\xe3\x82\x83",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gya",3,NULL,0,NULL,0}, + {"\xe3\x81\x8e\xe3\x82\x87",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gyo",3,NULL,0,NULL,0}, + {"\xe3\x81\x8e\xe3\x82\x85",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gyu",3,NULL,0,NULL,0}, + {"\xe3\x81\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gi",2,NULL,0,NULL,0}, + {"\xe3\x81\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu",2,NULL,0,NULL,0}, + {"\xe3\x81\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ge",2,NULL,0,NULL,0}, + {"\xe3\x81\x94\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x81\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"go",2,NULL,0,NULL,0}, + {"\xe3\x81\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"za",2,NULL,0,NULL,0}, + {"\xe3\x81\x98\xe3\x82\x87\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x81\x98\xe3\x82\x85\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc5\xab",3,NULL,0,NULL,0}, + {"\xe3\x81\x98\xe3\x82\x83",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ja",2,NULL,0,NULL,0}, + {"\xe3\x81\x98\xe3\x82\x87",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jo",2,NULL,0,NULL,0}, + {"\xe3\x81\x98\xe3\x82\x85",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ju",2,NULL,0,NULL,0}, + {"\xe3\x81\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji",2,NULL,0,NULL,0}, + {"\xe3\x81\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu",2,NULL,0,NULL,0}, + {"\xe3\x81\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ze",2,NULL,0,NULL,0}, + {"\xe3\x81\x9e\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x81\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zo",2,NULL,0,NULL,0}, + {"\xe3\x81\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"da",2,NULL,0,NULL,0}, + {"\xe3\x81\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ji",2,NULL,0,NULL,0}, + {"\xe3\x81\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zu",2,NULL,0,NULL,0}, + {"\xe3\x81\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"de",2,NULL,0,NULL,0}, + {"\xe3\x81\xa9\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x81\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"do",2,NULL,0,NULL,0}, + {"\xe3\x81\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ba",2,NULL,0,NULL,0}, + {"\xe3\x81\xb3\xe3\x82\x87\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"by\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x81\xb3\xe3\x82\x85\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"by\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x81\xb3\xe3\x82\x83",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bya",3,NULL,0,NULL,0}, + {"\xe3\x81\xb3\xe3\x82\x87",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"byo",3,NULL,0,NULL,0}, + {"\xe3\x81\xb3\xe3\x82\x85",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"byu",3,NULL,0,NULL,0}, + {"\xe3\x81\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bi",2,NULL,0,NULL,0}, + {"\xe3\x81\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bu",2,NULL,0,NULL,0}, + {"\xe3\x81\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"be",2,NULL,0,NULL,0}, + {"\xe3\x81\xbc\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x81\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bo",2,NULL,0,NULL,0}, + {"\xe3\x81\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pa",2,NULL,0,NULL,0}, + {"\xe3\x81\xb4\xe3\x82\x87\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"py\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe3\x81\xb4\xe3\x82\x85\xe3\x81\x86",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"py\xc5\xab",4,NULL,0,NULL,0}, + {"\xe3\x81\xb4\xe3\x82\x83",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pya",3,NULL,0,NULL,0}, + {"\xe3\x81\xb4\xe3\x82\x87",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pyo",3,NULL,0,NULL,0}, + {"\xe3\x81\xb4\xe3\x82\x85",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pyu",3,NULL,0,NULL,0}, + {"\xe3\x81\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pi",2,NULL,0,NULL,0}, + {"\xe3\x81\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pu",2,NULL,0,NULL,0}, + {"\xe3\x81\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pe",2,NULL,0,NULL,0}, + {"\xe3\x81\xbd\xe3\x81\x86",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc5\x8d",3,NULL,0,NULL,0}, + {"\xe3\x81\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"po",2,NULL,0,NULL,0}, + {"\xe3\x82\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xee\x81\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x80\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99]",17,"n\xcc\x87",3,NULL,0,NULL,0}, + {"\xee\x80\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e]",17,"n\xcc\x84",3,NULL,0,NULL,0}, + {"\xee\x80\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3]",17,"n\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x80\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8]",17,"n",1,NULL,0,NULL,0}, + {"\xee\x80\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae]",17,"m",1,NULL,0,NULL,0}, + {"\xee\x80\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xaf\xee\x80\xb0\xee\x80\xb2\xee\x80\xb3\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9]",29,"n",1,NULL,0,NULL,0}, + {"\xee\x80\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xcc\x87",3,NULL,0,NULL,0}, + {"\xee\x80\xaf\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"y\xcc\x87",3,NULL,0,NULL,0}, + {"\xee\x80\xaf\xee\x80\xbc\xee\x81\x8d",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xcc\x87",3,NULL,0,NULL,0}, + {"\xee\x80\xaf\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xcc\x87""a",4,NULL,0,NULL,0}, + {"\xee\x80\xb2\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"l\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xb2\xee\x80\xbc\xee\x81\x8d",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xb2\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\xb1""a",4,NULL,0,NULL,0}, + {"\xee\x80\xa8\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"n\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xa8\xee\x80\xbc\xee\x81\x8d",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xa8\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\xb1""a",4,NULL,0,NULL,0}, + {"\xee\x80\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"n\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xa9\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\xb1""a",4,NULL,0,NULL,0}, + {"\xee\x81\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qa",2,NULL,0,NULL,0}, + {"\xee\x80\x95\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"q",1,NULL,0,NULL,0}, + {"\xee\x80\x95\xee\x80\xbc\xee\x81\x8d",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xee\x80\x95\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qa",2,NULL,0,NULL,0}, + {"\xee\x80\x96\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"k\xcc\xb1h\xcc\xb1",6,NULL,0,NULL,0}, + {"\xee\x80\x96\xee\x80\xbc\xee\x81\x8d",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1h\xcc\xb1",6,NULL,0,NULL,0}, + {"\xee\x80\x96\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1h\xcc\xb1""a",7,NULL,0,NULL,0}, + {"\xee\x81\x99\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1h\xcc\xb1",6,NULL,0,NULL,0}, + {"\xee\x81\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1h\xcc\xb1""a",7,NULL,0,NULL,0}, + {"\xee\x81\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xcc\x87""a",4,NULL,0,NULL,0}, + {"\xee\x80\x97\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"g\xcc\x87",3,NULL,0,NULL,0}, + {"\xee\x80\x97\xee\x80\xbc\xee\x81\x8d",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xcc\x87",3,NULL,0,NULL,0}, + {"\xee\x80\x97\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xcc\x87""a",4,NULL,0,NULL,0}, + {"\xee\x81\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"za",2,NULL,0,NULL,0}, + {"\xee\x80\x9c\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"z",1,NULL,0,NULL,0}, + {"\xee\x80\x9c\xee\x80\xbc\xee\x81\x8d",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xee\x80\x9c\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"za",2,NULL,0,NULL,0}, + {"\xee\x80\xa2\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"r\xcc\xa3h",4,NULL,0,NULL,0}, + {"\xee\x80\xa2\xee\x80\xbc\xee\x81\x8d",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xa3h",4,NULL,0,NULL,0}, + {"\xee\x80\xa2\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xa3ha",5,NULL,0,NULL,0}, + {"\xee\x81\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"r\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x81\x9c\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x81\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xa3""a",4,NULL,0,NULL,0}, + {"\xee\x81\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xa3""a",4,NULL,0,NULL,0}, + {"\xee\x80\xa1\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"r\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x80\xa1\xee\x80\xbc\xee\x81\x8d",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x80\xa1\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xa3""a",4,NULL,0,NULL,0}, + {"\xee\x80\xab\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"f",1,NULL,0,NULL,0}, + {"\xee\x80\xab\xee\x80\xbc\xee\x81\x8d",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xee\x80\xab\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fa",2,NULL,0,NULL,0}, + {"\xee\x81\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"f",1,NULL,0,NULL,0}, + {"\xee\x81\x9e\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xee\x81\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fa",2,NULL,0,NULL,0}, + {"\xee\x80\xb0\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"r\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xb0\xee\x80\xbc\xee\x81\x8d",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xb0\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xb1""a",4,NULL,0,NULL,0}, + {"\xee\x80\xb3\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"l\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xb3\xee\x80\xbc\xee\x81\x8d",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xb3\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\xb1""a",4,NULL,0,NULL,0}, + {"\xee\x80\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"l\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xb4\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\xb1""a",4,NULL,0,NULL,0}, + {"\xee\x81\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"y\xcc\x87",3,NULL,0,NULL,0}, + {"\xee\x81\x9f\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xcc\x87",3,NULL,0,NULL,0}, + {"\xee\x81\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xcc\x87""a",4,NULL,0,NULL,0}, + {"\xee\x80\x95\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"k\'",2,NULL,0,NULL,0}, + {"\xee\x80\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"k",1,NULL,0,NULL,0}, + {"\xee\x80\x95\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xee\x80\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ka",2,NULL,0,NULL,0}, + {"\xee\x80\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"kh",2,NULL,0,NULL,0}, + {"\xee\x80\x96\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xee\x80\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kha",3,NULL,0,NULL,0}, + {"\xee\x80\x97\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"g\'",2,NULL,0,NULL,0}, + {"\xee\x80\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"g",1,NULL,0,NULL,0}, + {"\xee\x80\x97\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xee\x80\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ga",2,NULL,0,NULL,0}, + {"\xee\x80\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"gh",2,NULL,0,NULL,0}, + {"\xee\x80\x98\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gh",2,NULL,0,NULL,0}, + {"\xee\x80\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gha",3,NULL,0,NULL,0}, + {"\xee\x80\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"n\xcc\x87",3,NULL,0,NULL,0}, + {"\xee\x80\x99\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\x87",3,NULL,0,NULL,0}, + {"\xee\x80\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\x87""a",4,NULL,0,NULL,0}, + {"\xee\x80\x9a\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"c\'",2,NULL,0,NULL,0}, + {"\xee\x80\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"c",1,NULL,0,NULL,0}, + {"\xee\x80\x9a\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c",1,NULL,0,NULL,0}, + {"\xee\x80\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ca",2,NULL,0,NULL,0}, + {"\xee\x80\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"ch",2,NULL,0,NULL,0}, + {"\xee\x80\x9b\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xee\x80\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cha",3,NULL,0,NULL,0}, + {"\xee\x80\x9c\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"j\'",2,NULL,0,NULL,0}, + {"\xee\x80\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"j",1,NULL,0,NULL,0}, + {"\xee\x80\x9c\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xee\x80\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ja",2,NULL,0,NULL,0}, + {"\xee\x80\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"jh",2,NULL,0,NULL,0}, + {"\xee\x80\x9d\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jh",2,NULL,0,NULL,0}, + {"\xee\x80\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jha",3,NULL,0,NULL,0}, + {"\xee\x80\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"n\xcc\x83",3,NULL,0,NULL,0}, + {"\xee\x80\x9e\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\x83",3,NULL,0,NULL,0}, + {"\xee\x80\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\x83""a",4,NULL,0,NULL,0}, + {"\xee\x80\x9f\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"t\xcc\xa3\'",4,NULL,0,NULL,0}, + {"\xee\x80\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"t\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x80\x9f\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x80\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\xa3""a",4,NULL,0,NULL,0}, + {"\xee\x80\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"t\xcc\xa3h",4,NULL,0,NULL,0}, + {"\xee\x80\xa0\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\xa3h",4,NULL,0,NULL,0}, + {"\xee\x80\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\xa3ha",5,NULL,0,NULL,0}, + {"\xee\x80\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]\xee\x80\xb9",56,"d\xcc\xa3\'",4,NULL,0,NULL,0}, + {"\xee\x80\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"d\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x80\xa1\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x80\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xcc\xa3""a",4,NULL,0,NULL,0}, + {"\xee\x80\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"d\xcc\xa3h",4,NULL,0,NULL,0}, + {"\xee\x80\xa2\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xcc\xa3h",4,NULL,0,NULL,0}, + {"\xee\x80\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xcc\xa3ha",5,NULL,0,NULL,0}, + {"\xee\x80\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"n\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x80\xa3\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x80\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\xa3""a",4,NULL,0,NULL,0}, + {"\xee\x80\xa4\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"t\'",2,NULL,0,NULL,0}, + {"\xee\x80\xa4\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xa0",3,"t\'",2,NULL,0,NULL,0}, + {"\xee\x80\xa4\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\x9f",3,"t\'",2,NULL,0,NULL,0}, + {"\xee\x80\xa4\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xa5",3,"t\'",2,NULL,0,NULL,0}, + {"\xee\x80\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"t",1,NULL,0,NULL,0}, + {"\xee\x80\xa4\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xee\x80\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ta",2,NULL,0,NULL,0}, + {"\xee\x80\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"th",2,NULL,0,NULL,0}, + {"\xee\x80\xa5\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"th",2,NULL,0,NULL,0}, + {"\xee\x80\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tha",3,NULL,0,NULL,0}, + {"\xee\x80\xa6\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"d\'",2,NULL,0,NULL,0}, + {"\xee\x80\xa6\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xa2",3,"d\'",2,NULL,0,NULL,0}, + {"\xee\x80\xa6\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xa1",3,"d\'",2,NULL,0,NULL,0}, + {"\xee\x80\xa6\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xa7",3,"d\'",2,NULL,0,NULL,0}, + {"\xee\x80\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"d",1,NULL,0,NULL,0}, + {"\xee\x80\xa6\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xee\x80\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"da",2,NULL,0,NULL,0}, + {"\xee\x80\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"dh",2,NULL,0,NULL,0}, + {"\xee\x80\xa7\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dh",2,NULL,0,NULL,0}, + {"\xee\x80\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dha",3,NULL,0,NULL,0}, + {"\xee\x80\xa8\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\x97",3,"n\'",2,NULL,0,NULL,0}, + {"\xee\x80\xa8\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xaf",3,"n\'",2,NULL,0,NULL,0}, + {"\xee\x80\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"n",1,NULL,0,NULL,0}, + {"\xee\x80\xa8\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xee\x80\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"na",2,NULL,0,NULL,0}, + {"\xee\x80\xaa\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"p\'",2,NULL,0,NULL,0}, + {"\xee\x80\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"p",1,NULL,0,NULL,0}, + {"\xee\x80\xaa\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xee\x80\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pa",2,NULL,0,NULL,0}, + {"\xee\x80\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"ph",2,NULL,0,NULL,0}, + {"\xee\x80\xab\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ph",2,NULL,0,NULL,0}, + {"\xee\x80\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pha",3,NULL,0,NULL,0}, + {"\xee\x80\xac\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"b\'",2,NULL,0,NULL,0}, + {"\xee\x80\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"b",1,NULL,0,NULL,0}, + {"\xee\x80\xac\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xee\x80\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ba",2,NULL,0,NULL,0}, + {"\xee\x80\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"bh",2,NULL,0,NULL,0}, + {"\xee\x80\xad\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bh",2,NULL,0,NULL,0}, + {"\xee\x80\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bha",3,NULL,0,NULL,0}, + {"\xee\x80\xae\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xae",3,"m\'",2,NULL,0,NULL,0}, + {"\xee\x80\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"m",1,NULL,0,NULL,0}, + {"\xee\x80\xae\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xee\x80\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ma",2,NULL,0,NULL,0}, + {"\xee\x80\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"y",1,NULL,0,NULL,0}, + {"\xee\x80\xaf\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xee\x80\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xee\x80\xb0\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"r\'",2,NULL,0,NULL,0}, + {"\xee\x80\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"r",1,NULL,0,NULL,0}, + {"\xee\x80\xb0\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xee\x80\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ra",2,NULL,0,NULL,0}, + {"\xee\x82\x81\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"w\xcc\x87\'",4,NULL,0,NULL,0}, + {"\xee\x82\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"w\xcc\x87",3,NULL,0,NULL,0}, + {"\xee\x82\x81\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xcc\x87",3,NULL,0,NULL,0}, + {"\xee\x82\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xcc\x87""a",4,NULL,0,NULL,0}, + {"\xee\x80\xb1\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"r\xcc\xb1\'",4,NULL,0,NULL,0}, + {"\xee\x80\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"r\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xb1\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x80\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xb1""a",4,NULL,0,NULL,0}, + {"\xee\x80\xb2\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"l\'",2,NULL,0,NULL,0}, + {"\xee\x80\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"l",1,NULL,0,NULL,0}, + {"\xee\x80\xb2\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xee\x80\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"la",2,NULL,0,NULL,0}, + {"\xee\x80\xb3\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"l\xcc\xa3\'",4,NULL,0,NULL,0}, + {"\xee\x80\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"l\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x80\xb3\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x80\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\xa3""a",4,NULL,0,NULL,0}, + {"\xee\x80\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"v",1,NULL,0,NULL,0}, + {"\xee\x80\xb5\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xee\x80\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"va",2,NULL,0,NULL,0}, + {"\xee\x80\xb8\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb9",3,"s\'",2,NULL,0,NULL,0}, + {"\xee\x80\xb8\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb6",3,"s\'",2,NULL,0,NULL,0}, + {"\xee\x80\xb8\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb7",3,"s\'",2,NULL,0,NULL,0}, + {"\xee\x80\xb8\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_STRING,1,"\xee\x80\xb8",3,"s\'",2,NULL,0,NULL,0}, + {"\xee\x80\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"s",1,NULL,0,NULL,0}, + {"\xee\x80\xb8\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xee\x80\xb8\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"s\xcc\x81",3,NULL,0,NULL,0}, + {"\xee\x80\xb8\xee\x80\xbc\xee\x81\x8d",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x81",3,NULL,0,NULL,0}, + {"\xee\x80\xb8\xee\x80\xbc",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x81""a",4,NULL,0,NULL,0}, + {"\xee\x80\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sa",2,NULL,0,NULL,0}, + {"\xee\x80\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"s\xcc\x81",3,NULL,0,NULL,0}, + {"\xee\x80\xb6\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x81",3,NULL,0,NULL,0}, + {"\xee\x80\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x81""a",4,NULL,0,NULL,0}, + {"\xee\x80\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"s\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x80\xb7\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x80\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\xa3""a",4,NULL,0,NULL,0}, + {"\xee\x80\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"h",1,NULL,0,NULL,0}, + {"\xee\x80\xb9\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xee\x80\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ha",2,NULL,0,NULL,0}, + {"\xee\x80\xbe",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94""a\xcc\x84",5,NULL,0,NULL,0}, + {"\xee\x81\x88",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94""ai",4,NULL,0,NULL,0}, + {"\xee\x81\x8c",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94""au",4,NULL,0,NULL,0}, + {"\xee\x81\x80",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94i\xcc\x84",5,NULL,0,NULL,0}, + {"\xee\x80\xbf",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94i",3,NULL,0,NULL,0}, + {"\xee\x81\x82",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94u\xcc\x84",5,NULL,0,NULL,0}, + {"\xee\x81\x81",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94u",3,NULL,0,NULL,0}, + {"\xee\x81\x84",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94r\xcc\xa5\xcc\x84",7,NULL,0,NULL,0}, + {"\xee\x81\x83",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94r\xcc\xa5",5,NULL,0,NULL,0}, + {"\xee\x81\xa3",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94l\xcc\xa5\xcc\x84",7,NULL,0,NULL,0}, + {"\xee\x81\xa2",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94l\xcc\xa5",5,NULL,0,NULL,0}, + {"\xee\x81\x87",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94""e\xcc\x84",5,NULL,0,NULL,0}, + {"\xee\x81\x8b",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94o\xcc\x84",5,NULL,0,NULL,0}, + {"\xee\x81\x85",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94""e\xcc\x86",5,NULL,0,NULL,0}, + {"\xee\x81\x89",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94o\xcc\x86",5,NULL,0,NULL,0}, + {"\xee\x81\x86",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94""e",3,NULL,0,NULL,0}, + {"\xee\x81\x8a",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94o",3,NULL,0,NULL,0}, + {"\xee\x80\xbc",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\x8d",3,CONTEXT_TYPE_REGEX,1,"[ !\"#\\$%&\'\\(\\)\\*\\+,\\-./0123456789:;<=>?@\\[\\\\\\]\\^_`\\{|\\{~\xc2\xa0\xc2\xa1\xc2\xa2\xc2\xa3\xc2\xa4\xc2\xa5\xc2\xa6\xc2\xa7\xc2\xa8\xc2\xa9\xc2\xab\xc2\xac\xc2\xad\xc2\xae\xc2\xaf\xc2\xb0\xc2\xb1\xc2\xb2\xc2\xb3\xc2\xb4\xc2\xb6\xc2\xb7\xc2\xb8\xc2\xb9\xc2\xbb\xc2\xbc\xc2\xbd\xc2\xbe\xc2\xbf\xc3\x97\xc3\xb7\xcb\x82\xcb\x83\xcb\x84\xcb\x85\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\xa5\xcb\xa6\xcb\xa7\xcb\xa8\xcb\xa9\xcb\xaa\xcb\xab\xcb\xad\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\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\xb5\xcd\xbe\xce\x84\xce\x85\xce\x87\xcf\xb6\xd2\x82\xd2\x83\xd2\x84\xd2\x85\xd2\x86\xd2\x87\xd2\x88\xd2\x89\xd5\x9a\xd5\x9b\xd5\x9c\xd5\x9d\xd5\x9e\xd5\x9f\xd6\x89\xd6\x8a\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\xd7\x80\xd7\x81\xd7\x82\xd7\x83\xd7\x84\xd7\x85\xd7\x86\xd7\x87\xd7\xb3\xd7\xb4\xd8\x80\xd8\x81\xd8\x82\xd8\x83\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\x9e\xd8\x9f\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\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\xb0\xdb\x94\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\xa7\xdb\xa8\xdb\xa9\xdb\xaa\xdb\xab\xdb\xac\xdb\xad\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9\xdb\xbd\xdb\xbe\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\x8f\xdc\x91\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\xdd\x80\xdd\x81\xdd\x82\xdd\x83\xdd\x84\xdd\x85\xdd\x86\xdd\x87\xdd\x88\xdd\x89\xdd\x8a\xde\xa6\xde\xa7\xde\xa8\xde\xa9\xde\xaa\xde\xab\xde\xac\xde\xad\xde\xae\xde\xaf\xde\xb0\xdf\x80\xdf\x81\xdf\x82\xdf\x83\xdf\x84\xdf\x85\xdf\x86\xdf\x87\xdf\x88\xdf\x89\xdf\xab\xdf\xac\xdf\xad\xdf\xae\xdf\xaf\xdf\xb0\xdf\xb1\xdf\xb2\xdf\xb3\xdf\xb6\xdf\xb7\xdf\xb8\xdf\xb9\xe0\xa0\x96\xe0\xa0\x97\xe0\xa0\x98\xe0\xa0\x99\xe0\xa0\x9b\xe0\xa0\x9c\xe0\xa0\x9d\xe0\xa0\x9e\xe0\xa0\x9f\xe0\xa0\xa0\xe0\xa0\xa1\xe0\xa0\xa2\xe0\xa0\xa3\xe0\xa0\xa5\xe0\xa0\xa6\xe0\xa0\xa7\xe0\xa0\xa9\xe0\xa0\xaa\xe0\xa0\xab\xe0\xa0\xac\xe0\xa0\xad\xe0\xa0\xb0\xe0\xa0\xb1\xe0\xa0\xb2\xe0\xa0\xb3\xe0\xa0\xb4\xe0\xa0\xb5\xe0\xa0\xb6\xe0\xa0\xb7\xe0\xa0\xb8\xe0\xa0\xb9\xe0\xa0\xba\xe0\xa0\xbb\xe0\xa0\xbc\xe0\xa0\xbd\xe0\xa0\xbe\xe0\xa4\x80\xe0\xa4\x81\xe0\xa4\x82\xe0\xa4\x83\xe0\xa4\xbc\xe0\xa4\xbe\xe0\xa4\xbf\xe0\xa5\x80\xe0\xa5\x81\xe0\xa5\x82\xe0\xa5\x83\xe0\xa5\x84\xe0\xa5\x85\xe0\xa5\x86\xe0\xa5\x87\xe0\xa5\x88\xe0\xa5\x89\xe0\xa5\x8a\xe0\xa5\x8b\xe0\xa5\x8c\xe0\xa5\x8d\xe0\xa5\x8e\xe0\xa5\x91\xe0\xa5\x92\xe0\xa5\x93\xe0\xa5\x94\xe0\xa5\x95\xe0\xa5\xa2\xe0\xa5\xa3\xe0\xa5\xa4\xe0\xa5\xa5\xe0\xa5\xa6\xe0\xa5\xa7\xe0\xa5\xa8\xe0\xa5\xa9\xe0\xa5\xaa\xe0\xa5\xab\xe0\xa5\xac\xe0\xa5\xad\xe0\xa5\xae\xe0\xa5\xaf\xe0\xa5\xb0\xe0\xa6\x81\xe0\xa6\x82\xe0\xa6\x83\xe0\xa6\xbc\xe0\xa6\xbe\xe0\xa6\xbf\xe0\xa7\x80\xe0\xa7\x81\xe0\xa7\x82\xe0\xa7\x83\xe0\xa7\x84\xe0\xa7\x87\xe0\xa7\x88\xe0\xa7\x8b\xe0\xa7\x8c\xe0\xa7\x8d\xe0\xa7\x97\xe0\xa7\xa2\xe0\xa7\xa3\xe0\xa7\xa6\xe0\xa7\xa7\xe0\xa7\xa8\xe0\xa7\xa9\xe0\xa7\xaa\xe0\xa7\xab\xe0\xa7\xac\xe0\xa7\xad\xe0\xa7\xae\xe0\xa7\xaf\xe0\xa7\xb2\xe0\xa7\xb3\xe0\xa7\xb4\xe0\xa7\xb5\xe0\xa7\xb6\xe0\xa7\xb7\xe0\xa7\xb8\xe0\xa7\xb9\xe0\xa7\xba\xe0\xa7\xbb\xe0\xa8\x81\xe0\xa8\x82\xe0\xa8\x83\xe0\xa8\xbc\xe0\xa8\xbe\xe0\xa8\xbf\xe0\xa9\x80\xe0\xa9\x81\xe0\xa9\x82\xe0\xa9\x87\xe0\xa9\x88\xe0\xa9\x8b\xe0\xa9\x8c\xe0\xa9\x8d\xe0\xa9\x91\xe0\xa9\xa6\xe0\xa9\xa7\xe0\xa9\xa8\xe0\xa9\xa9\xe0\xa9\xaa\xe0\xa9\xab\xe0\xa9\xac\xe0\xa9\xad\xe0\xa9\xae\xe0\xa9\xaf\xe0\xa9\xb0\xe0\xa9\xb1\xe0\xa9\xb5\xe0\xaa\x81\xe0\xaa\x82\xe0\xaa\x83\xe0\xaa\xbc\xe0\xaa\xbe\xe0\xaa\xbf\xe0\xab\x80\xe0\xab\x81\xe0\xab\x82\xe0\xab\x83\xe0\xab\x84\xe0\xab\x85\xe0\xab\x87\xe0\xab\x88\xe0\xab\x89\xe0\xab\x8b\xe0\xab\x8c\xe0\xab\x8d\xe0\xab\xa2\xe0\xab\xa3\xe0\xab\xa6\xe0\xab\xa7\xe0\xab\xa8\xe0\xab\xa9\xe0\xab\xaa\xe0\xab\xab\xe0\xab\xac\xe0\xab\xad\xe0\xab\xae\xe0\xab\xaf\xe0\xab\xb1\xe0\xac\x81\xe0\xac\x82\xe0\xac\x83\xe0\xac\xbc\xe0\xac\xbe\xe0\xac\xbf\xe0\xad\x80\xe0\xad\x81\xe0\xad\x82\xe0\xad\x83\xe0\xad\x84\xe0\xad\x87\xe0\xad\x88\xe0\xad\x8b\xe0\xad\x8c\xe0\xad\x8d\xe0\xad\x96\xe0\xad\x97\xe0\xad\xa2\xe0\xad\xa3\xe0\xad\xa6\xe0\xad\xa7\xe0\xad\xa8\xe0\xad\xa9\xe0\xad\xaa\xe0\xad\xab\xe0\xad\xac\xe0\xad\xad\xe0\xad\xae\xe0\xad\xaf\xe0\xad\xb0\xe0\xae\x82\xe0\xae\xbe\xe0\xae\xbf\xe0\xaf\x80\xe0\xaf\x81\xe0\xaf\x82\xe0\xaf\x86\xe0\xaf\x87\xe0\xaf\x88\xe0\xaf\x8a\xe0\xaf\x8b\xe0\xaf\x8c\xe0\xaf\x8d\xe0\xaf\x97\xe0\xaf\xa6\xe0\xaf\xa7\xe0\xaf\xa8\xe0\xaf\xa9\xe0\xaf\xaa\xe0\xaf\xab\xe0\xaf\xac\xe0\xaf\xad\xe0\xaf\xae\xe0\xaf\xaf\xe0\xaf\xb0\xe0\xaf\xb1\xe0\xaf\xb2\xe0\xaf\xb3\xe0\xaf\xb4\xe0\xaf\xb5\xe0\xaf\xb6\xe0\xaf\xb7\xe0\xaf\xb8\xe0\xaf\xb9\xe0\xaf\xba\xe0\xb0\x81\xe0\xb0\x82\xe0\xb0\x83\xe0\xb0\xbe\xe0\xb0\xbf\xe0\xb1\x80\xe0\xb1\x81\xe0\xb1\x82\xe0\xb1\x83\xe0\xb1\x84\xe0\xb1\x86\xe0\xb1\x87\xe0\xb1\x88\xe0\xb1\x8a\xe0\xb1\x8b\xe0\xb1\x8c\xe0\xb1\x8d\xe0\xb1\x95\xe0\xb1\x96\xe0\xb1\xa2\xe0\xb1\xa3\xe0\xb1\xa6\xe0\xb1\xa7\xe0\xb1\xa8\xe0\xb1\xa9\xe0\xb1\xaa\xe0\xb1\xab\xe0\xb1\xac\xe0\xb1\xad\xe0\xb1\xae\xe0\xb1\xaf\xe0\xb1\xb8\xe0\xb1\xb9\xe0\xb1\xba\xe0\xb1\xbb\xe0\xb1\xbc\xe0\xb1\xbd\xe0\xb1\xbe\xe0\xb1\xbf\xe0\xb2\x82\xe0\xb2\x83\xe0\xb2\xbc\xe0\xb2\xbe\xe0\xb2\xbf\xe0\xb3\x80\xe0\xb3\x81\xe0\xb3\x82\xe0\xb3\x83\xe0\xb3\x84\xe0\xb3\x86\xe0\xb3\x87\xe0\xb3\x88\xe0\xb3\x8a\xe0\xb3\x8b\xe0\xb3\x8c\xe0\xb3\x8d\xe0\xb3\x95\xe0\xb3\x96\xe0\xb3\xa2\xe0\xb3\xa3\xe0\xb3\xa6\xe0\xb3\xa7\xe0\xb3\xa8\xe0\xb3\xa9\xe0\xb3\xaa\xe0\xb3\xab\xe0\xb3\xac\xe0\xb3\xad\xe0\xb3\xae\xe0\xb3\xaf\xe0\xb4\x82\xe0\xb4\x83\xe0\xb4\xbe\xe0\xb4\xbf\xe0\xb5\x80\xe0\xb5\x81\xe0\xb5\x82\xe0\xb5\x83\xe0\xb5\x84\xe0\xb5\x86\xe0\xb5\x87\xe0\xb5\x88\xe0\xb5\x8a\xe0\xb5\x8b\xe0\xb5\x8c\xe0\xb5\x8d\xe0\xb5\x97\xe0\xb5\xa2\xe0\xb5\xa3\xe0\xb5\xa6\xe0\xb5\xa7\xe0\xb5\xa8\xe0\xb5\xa9\xe0\xb5\xaa\xe0\xb5\xab\xe0\xb5\xac\xe0\xb5\xad\xe0\xb5\xae\xe0\xb5\xaf\xe0\xb5\xb0\xe0\xb5\xb1\xe0\xb5\xb2\xe0\xb5\xb3\xe0\xb5\xb4\xe0\xb5\xb5\xe0\xb5\xb9\xe0\xb6\x82\xe0\xb6\x83\xe0\xb7\x8a\xe0\xb7\x8f\xe0\xb7\x90\xe0\xb7\x91\xe0\xb7\x92\xe0\xb7\x93\xe0\xb7\x94\xe0\xb7\x96\xe0\xb7\x98\xe0\xb7\x99\xe0\xb7\x9a\xe0\xb7\x9b\xe0\xb7\x9c\xe0\xb7\x9d\xe0\xb7\x9e\xe0\xb7\x9f\xe0\xb7\xb2\xe0\xb7\xb3\xe0\xb7\xb4\xe0\xb8\xb1\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb8\xbf\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b\xe0\xba\xb1\xe0\xba\xb4\xe0\xba\xb5\xe0\xba\xb6\xe0\xba\xb7\xe0\xba\xb8\xe0\xba\xb9\xe0\xba\xbb\xe0\xba\xbc\xe0\xbb\x88\xe0\xbb\x89\xe0\xbb\x8a\xe0\xbb\x8b\xe0\xbb\x8c\xe0\xbb\x8d\xe0\xbb\x90\xe0\xbb\x91\xe0\xbb\x92\xe0\xbb\x93\xe0\xbb\x94\xe0\xbb\x95\xe0\xbb\x96\xe0\xbb\x97\xe0\xbb\x98\xe0\xbb\x99\xe0\xbc\x81\xe0\xbc\x82\xe0\xbc\x83\xe0\xbc\x84\xe0\xbc\x85\xe0\xbc\x86\xe0\xbc\x87\xe0\xbc\x88\xe0\xbc\x89\xe0\xbc\x8a\xe0\xbc\x8b\xe0\xbc\x8c\xe0\xbc\x8d\xe0\xbc\x8e\xe0\xbc\x8f\xe0\xbc\x90\xe0\xbc\x91\xe0\xbc\x92\xe0\xbc\x93\xe0\xbc\x94\xe0\xbc\x95\xe0\xbc\x96\xe0\xbc\x97\xe0\xbc\x98\xe0\xbc\x99\xe0\xbc\x9a\xe0\xbc\x9b\xe0\xbc\x9c\xe0\xbc\x9d\xe0\xbc\x9e\xe0\xbc\x9f\xe0\xbc\xa0\xe0\xbc\xa1\xe0\xbc\xa2\xe0\xbc\xa3\xe0\xbc\xa4\xe0\xbc\xa5\xe0\xbc\xa6\xe0\xbc\xa7\xe0\xbc\xa8\xe0\xbc\xa9\xe0\xbc\xaa\xe0\xbc\xab\xe0\xbc\xac\xe0\xbc\xad\xe0\xbc\xae\xe0\xbc\xaf\xe0\xbc\xb0\xe0\xbc\xb1\xe0\xbc\xb2\xe0\xbc\xb3\xe0\xbc\xb4\xe0\xbc\xb5\xe0\xbc\xb6\xe0\xbc\xb7\xe0\xbc\xb8\xe0\xbc\xb9\xe0\xbc\xba\xe0\xbc\xbb\xe0\xbc\xbc\xe0\xbc\xbd\xe0\xbc\xbe\xe0\xbc\xbf\xe0\xbd\xb1\xe0\xbd\xb2\xe0\xbd\xb3\xe0\xbd\xb4\xe0\xbd\xb5\xe0\xbd\xb6\xe0\xbd\xb7\xe0\xbd\xb8\xe0\xbd\xb9\xe0\xbd\xba\xe0\xbd\xbb\xe0\xbd\xbc\xe0\xbd\xbd\xe0\xbd\xbe\xe0\xbd\xbf\xe0\xbe\x80\xe0\xbe\x81\xe0\xbe\x82\xe0\xbe\x83\xe0\xbe\x84\xe0\xbe\x85\xe0\xbe\x86\xe0\xbe\x87\xe0\xbe\x90\xe0\xbe\x91\xe0\xbe\x92\xe0\xbe\x93\xe0\xbe\x94\xe0\xbe\x95\xe0\xbe\x96\xe0\xbe\x97\xe0\xbe\x99\xe0\xbe\x9a\xe0\xbe\x9b\xe0\xbe\x9c\xe0\xbe\x9d\xe0\xbe\x9e\xe0\xbe\x9f\xe0\xbe\xa0\xe0\xbe\xa1\xe0\xbe\xa2\xe0\xbe\xa3\xe0\xbe\xa4\xe0\xbe\xa5\xe0\xbe\xa6\xe0\xbe\xa7\xe0\xbe\xa8\xe0\xbe\xa9\xe0\xbe\xaa\xe0\xbe\xab\xe0\xbe\xac\xe0\xbe\xad\xe0\xbe\xae\xe0\xbe\xaf\xe0\xbe\xb0\xe0\xbe\xb1\xe0\xbe\xb2\xe0\xbe\xb3\xe0\xbe\xb4\xe0\xbe\xb5\xe0\xbe\xb6\xe0\xbe\xb7\xe0\xbe\xb8\xe0\xbe\xb9\xe0\xbe\xba\xe0\xbe\xbb\xe0\xbe\xbc\xe0\xbe\xbe\xe0\xbe\xbf\xe0\xbf\x80\xe0\xbf\x81\xe0\xbf\x82\xe0\xbf\x83\xe0\xbf\x84\xe0\xbf\x85\xe0\xbf\x86\xe0\xbf\x87\xe0\xbf\x88\xe0\xbf\x89\xe0\xbf\x8a\xe0\xbf\x8b\xe0\xbf\x8c\xe0\xbf\x8e\xe0\xbf\x8f\xe0\xbf\x90\xe0\xbf\x91\xe0\xbf\x92\xe0\xbf\x93\xe0\xbf\x94\xe0\xbf\x95\xe0\xbf\x96\xe0\xbf\x97\xe0\xbf\x98\xe1\x80\xab\xe1\x80\xac\xe1\x80\xad\xe1\x80\xae\xe1\x80\xaf\xe1\x80\xb0\xe1\x80\xb1\xe1\x80\xb2\xe1\x80\xb3\xe1\x80\xb4\xe1\x80\xb5\xe1\x80\xb6\xe1\x80\xb7\xe1\x80\xb8\xe1\x80\xb9\xe1\x80\xba\xe1\x80\xbb\xe1\x80\xbc\xe1\x80\xbd\xe1\x80\xbe\xe1\x81\x80\xe1\x81\x81\xe1\x81\x82\xe1\x81\x83\xe1\x81\x84\xe1\x81\x85\xe1\x81\x86\xe1\x81\x87\xe1\x81\x88\xe1\x81\x89\xe1\x81\x8a\xe1\x81\x8b\xe1\x81\x8c\xe1\x81\x8d\xe1\x81\x8e\xe1\x81\x8f\xe1\x81\x96\xe1\x81\x97\xe1\x81\x98\xe1\x81\x99\xe1\x81\x9e\xe1\x81\x9f\xe1\x81\xa0\xe1\x81\xa2\xe1\x81\xa3\xe1\x81\xa4\xe1\x81\xa7\xe1\x81\xa8\xe1\x81\xa9\xe1\x81\xaa\xe1\x81\xab\xe1\x81\xac\xe1\x81\xad\xe1\x81\xb1\xe1\x81\xb2\xe1\x81\xb3\xe1\x81\xb4\xe1\x82\x82\xe1\x82\x83\xe1\x82\x84\xe1\x82\x85\xe1\x82\x86\xe1\x82\x87\xe1\x82\x88\xe1\x82\x89\xe1\x82\x8a\xe1\x82\x8b\xe1\x82\x8c\xe1\x82\x8d\xe1\x82\x8f\xe1\x82\x90\xe1\x82\x91\xe1\x82\x92\xe1\x82\x93\xe1\x82\x94\xe1\x82\x95\xe1\x82\x96\xe1\x82\x97\xe1\x82\x98\xe1\x82\x99\xe1\x82\x9a\xe1\x82\x9b\xe1\x82\x9c\xe1\x82\x9d\xe1\x82\x9e\xe1\x82\x9f\xe1\x83\xbb\xe1\x8d\x9f\xe1\x8d\xa0\xe1\x8d\xa1\xe1\x8d\xa2\xe1\x8d\xa3\xe1\x8d\xa4\xe1\x8d\xa5\xe1\x8d\xa6\xe1\x8d\xa7\xe1\x8d\xa8\xe1\x8d\xa9\xe1\x8d\xaa\xe1\x8d\xab\xe1\x8d\xac\xe1\x8d\xad\xe1\x8d\xae\xe1\x8d\xaf\xe1\x8d\xb0\xe1\x8d\xb1\xe1\x8d\xb2\xe1\x8d\xb3\xe1\x8d\xb4\xe1\x8d\xb5\xe1\x8d\xb6\xe1\x8d\xb7\xe1\x8d\xb8\xe1\x8d\xb9\xe1\x8d\xba\xe1\x8d\xbb\xe1\x8d\xbc\xe1\x8e\x90\xe1\x8e\x91\xe1\x8e\x92\xe1\x8e\x93\xe1\x8e\x94\xe1\x8e\x95\xe1\x8e\x96\xe1\x8e\x97\xe1\x8e\x98\xe1\x8e\x99\xe1\x90\x80\xe1\x99\xad\xe1\x99\xae\xe1\x9a\x80\xe1\x9a\x9b\xe1\x9a\x9c\xe1\x9b\xab\xe1\x9b\xac\xe1\x9b\xad\xe1\x9b\xae\xe1\x9b\xaf\xe1\x9b\xb0\xe1\x9c\x92\xe1\x9c\x93\xe1\x9c\x94\xe1\x9c\xb2\xe1\x9c\xb3\xe1\x9c\xb4\xe1\x9c\xb5\xe1\x9c\xb6\xe1\x9d\x92\xe1\x9d\x93\xe1\x9d\xb2\xe1\x9d\xb3\xe1\x9e\xb4\xe1\x9e\xb5\xe1\x9e\xb6\xe1\x9e\xb7\xe1\x9e\xb8\xe1\x9e\xb9\xe1\x9e\xba\xe1\x9e\xbb\xe1\x9e\xbc\xe1\x9e\xbd\xe1\x9e\xbe\xe1\x9e\xbf\xe1\x9f\x80\xe1\x9f\x81\xe1\x9f\x82\xe1\x9f\x83\xe1\x9f\x84\xe1\x9f\x85\xe1\x9f\x86\xe1\x9f\x87\xe1\x9f\x88\xe1\x9f\x89\xe1\x9f\x8a\xe1\x9f\x8b\xe1\x9f\x8c\xe1\x9f\x8d\xe1\x9f\x8e\xe1\x9f\x8f\xe1\x9f\x90\xe1\x9f\x91\xe1\x9f\x92\xe1\x9f\x93\xe1\x9f\x94\xe1\x9f\x95\xe1\x9f\x96\xe1\x9f\x98\xe1\x9f\x99\xe1\x9f\x9a\xe1\x9f\x9b\xe1\x9f\x9d\xe1\x9f\xa0\xe1\x9f\xa1\xe1\x9f\xa2\xe1\x9f\xa3\xe1\x9f\xa4\xe1\x9f\xa5\xe1\x9f\xa6\xe1\x9f\xa7\xe1\x9f\xa8\xe1\x9f\xa9\xe1\x9f\xb0\xe1\x9f\xb1\xe1\x9f\xb2\xe1\x9f\xb3\xe1\x9f\xb4\xe1\x9f\xb5\xe1\x9f\xb6\xe1\x9f\xb7\xe1\x9f\xb8\xe1\x9f\xb9\xe1\xa0\x80\xe1\xa0\x81\xe1\xa0\x82\xe1\xa0\x83\xe1\xa0\x84\xe1\xa0\x85\xe1\xa0\x86\xe1\xa0\x87\xe1\xa0\x88\xe1\xa0\x89\xe1\xa0\x8a\xe1\xa0\x8b\xe1\xa0\x8c\xe1\xa0\x8d\xe1\xa0\x8e\xe1\xa0\x90\xe1\xa0\x91\xe1\xa0\x92\xe1\xa0\x93\xe1\xa0\x94\xe1\xa0\x95\xe1\xa0\x96\xe1\xa0\x97\xe1\xa0\x98\xe1\xa0\x99\xe1\xa2\xa9\xe1\xa4\xa0\xe1\xa4\xa1\xe1\xa4\xa2\xe1\xa4\xa3\xe1\xa4\xa4\xe1\xa4\xa5\xe1\xa4\xa6\xe1\xa4\xa7\xe1\xa4\xa8\xe1\xa4\xa9\xe1\xa4\xaa\xe1\xa4\xab\xe1\xa4\xb0\xe1\xa4\xb1\xe1\xa4\xb2\xe1\xa4\xb3\xe1\xa4\xb4\xe1\xa4\xb5\xe1\xa4\xb6\xe1\xa4\xb7\xe1\xa4\xb8\xe1\xa4\xb9\xe1\xa4\xba\xe1\xa4\xbb\xe1\xa5\x80\xe1\xa5\x84\xe1\xa5\x85\xe1\xa5\x86\xe1\xa5\x87\xe1\xa5\x88\xe1\xa5\x89\xe1\xa5\x8a\xe1\xa5\x8b\xe1\xa5\x8c\xe1\xa5\x8d\xe1\xa5\x8e\xe1\xa5\x8f\xe1\xa7\x90\xe1\xa7\x91\xe1\xa7\x92\xe1\xa7\x93\xe1\xa7\x94\xe1\xa7\x95\xe1\xa7\x96\xe1\xa7\x97\xe1\xa7\x98\xe1\xa7\x99\xe1\xa7\x9a\xe1\xa7\x9e\xe1\xa7\x9f\xe1\xa7\xa0\xe1\xa7\xa1\xe1\xa7\xa2\xe1\xa7\xa3\xe1\xa7\xa4\xe1\xa7\xa5\xe1\xa7\xa6\xe1\xa7\xa7\xe1\xa7\xa8\xe1\xa7\xa9\xe1\xa7\xaa\xe1\xa7\xab\xe1\xa7\xac\xe1\xa7\xad\xe1\xa7\xae\xe1\xa7\xaf\xe1\xa7\xb0\xe1\xa7\xb1\xe1\xa7\xb2\xe1\xa7\xb3\xe1\xa7\xb4\xe1\xa7\xb5\xe1\xa7\xb6\xe1\xa7\xb7\xe1\xa7\xb8\xe1\xa7\xb9\xe1\xa7\xba\xe1\xa7\xbb\xe1\xa7\xbc\xe1\xa7\xbd\xe1\xa7\xbe\xe1\xa7\xbf\xe1\xa8\x97\xe1\xa8\x98\xe1\xa8\x99\xe1\xa8\x9a\xe1\xa8\x9b\xe1\xa8\x9e\xe1\xa8\x9f\xe1\xa9\x95\xe1\xa9\x96\xe1\xa9\x97\xe1\xa9\x98\xe1\xa9\x99\xe1\xa9\x9a\xe1\xa9\x9b\xe1\xa9\x9c\xe1\xa9\x9d\xe1\xa9\x9e\xe1\xa9\xa0\xe1\xa9\xa1\xe1\xa9\xa2\xe1\xa9\xa3\xe1\xa9\xa4\xe1\xa9\xa5\xe1\xa9\xa6\xe1\xa9\xa7\xe1\xa9\xa8\xe1\xa9\xa9\xe1\xa9\xaa\xe1\xa9\xab\xe1\xa9\xac\xe1\xa9\xad\xe1\xa9\xae\xe1\xa9\xaf\xe1\xa9\xb0\xe1\xa9\xb1\xe1\xa9\xb2\xe1\xa9\xb3\xe1\xa9\xb4\xe1\xa9\xb5\xe1\xa9\xb6\xe1\xa9\xb7\xe1\xa9\xb8\xe1\xa9\xb9\xe1\xa9\xba\xe1\xa9\xbb\xe1\xa9\xbc\xe1\xa9\xbf\xe1\xaa\x80\xe1\xaa\x81\xe1\xaa\x82\xe1\xaa\x83\xe1\xaa\x84\xe1\xaa\x85\xe1\xaa\x86\xe1\xaa\x87\xe1\xaa\x88\xe1\xaa\x89\xe1\xaa\x90\xe1\xaa\x91\xe1\xaa\x92\xe1\xaa\x93\xe1\xaa\x94\xe1\xaa\x95\xe1\xaa\x96\xe1\xaa\x97\xe1\xaa\x98\xe1\xaa\x99\xe1\xaa\xa0\xe1\xaa\xa1\xe1\xaa\xa2\xe1\xaa\xa3\xe1\xaa\xa4\xe1\xaa\xa5\xe1\xaa\xa6\xe1\xaa\xa8\xe1\xaa\xa9\xe1\xaa\xaa\xe1\xaa\xab\xe1\xaa\xac\xe1\xaa\xad\xe1\xac\x80\xe1\xac\x81\xe1\xac\x82\xe1\xac\x83\xe1\xac\x84\xe1\xac\xb4\xe1\xac\xb5\xe1\xac\xb6\xe1\xac\xb7\xe1\xac\xb8\xe1\xac\xb9\xe1\xac\xba\xe1\xac\xbb\xe1\xac\xbc\xe1\xac\xbd\xe1\xac\xbe\xe1\xac\xbf\xe1\xad\x80\xe1\xad\x81\xe1\xad\x82\xe1\xad\x83\xe1\xad\x84\xe1\xad\x90\xe1\xad\x91\xe1\xad\x92\xe1\xad\x93\xe1\xad\x94\xe1\xad\x95\xe1\xad\x96\xe1\xad\x97\xe1\xad\x98\xe1\xad\x99\xe1\xad\x9a\xe1\xad\x9b\xe1\xad\x9c\xe1\xad\x9d\xe1\xad\x9e\xe1\xad\x9f\xe1\xad\xa0\xe1\xad\xa1\xe1\xad\xa2\xe1\xad\xa3\xe1\xad\xa4\xe1\xad\xa5\xe1\xad\xa6\xe1\xad\xa7\xe1\xad\xa8\xe1\xad\xa9\xe1\xad\xaa\xe1\xad\xab\xe1\xad\xac\xe1\xad\xad\xe1\xad\xae\xe1\xad\xaf\xe1\xad\xb0\xe1\xad\xb1\xe1\xad\xb2\xe1\xad\xb3\xe1\xad\xb4\xe1\xad\xb5\xe1\xad\xb6\xe1\xad\xb7\xe1\xad\xb8\xe1\xad\xb9\xe1\xad\xba\xe1\xad\xbb\xe1\xad\xbc\xe1\xae\x80\xe1\xae\x81\xe1\xae\x82\xe1\xae\xa1\xe1\xae\xa2\xe1\xae\xa3\xe1\xae\xa4\xe1\xae\xa5\xe1\xae\xa6\xe1\xae\xa7\xe1\xae\xa8\xe1\xae\xa9\xe1\xae\xaa\xe1\xae\xb0\xe1\xae\xb1\xe1\xae\xb2\xe1\xae\xb3\xe1\xae\xb4\xe1\xae\xb5\xe1\xae\xb6\xe1\xae\xb7\xe1\xae\xb8\xe1\xae\xb9\xe1\xb0\xa4\xe1\xb0\xa5\xe1\xb0\xa6\xe1\xb0\xa7\xe1\xb0\xa8\xe1\xb0\xa9\xe1\xb0\xaa\xe1\xb0\xab\xe1\xb0\xac\xe1\xb0\xad\xe1\xb0\xae\xe1\xb0\xaf\xe1\xb0\xb0\xe1\xb0\xb1\xe1\xb0\xb2\xe1\xb0\xb3\xe1\xb0\xb4\xe1\xb0\xb5\xe1\xb0\xb6\xe1\xb0\xb7\xe1\xb0\xbb\xe1\xb0\xbc\xe1\xb0\xbd\xe1\xb0\xbe\xe1\xb0\xbf\xe1\xb1\x80\xe1\xb1\x81\xe1\xb1\x82\xe1\xb1\x83\xe1\xb1\x84\xe1\xb1\x85\xe1\xb1\x86\xe1\xb1\x87\xe1\xb1\x88\xe1\xb1\x89\xe1\xb1\x90\xe1\xb1\x91\xe1\xb1\x92\xe1\xb1\x93\xe1\xb1\x94\xe1\xb1\x95\xe1\xb1\x96\xe1\xb1\x97\xe1\xb1\x98\xe1\xb1\x99\xe1\xb1\xbe\xe1\xb1\xbf\xe1\xb3\x90\xe1\xb3\x91\xe1\xb3\x92\xe1\xb3\x93\xe1\xb3\x94\xe1\xb3\x95\xe1\xb3\x96\xe1\xb3\x97\xe1\xb3\x98\xe1\xb3\x99\xe1\xb3\x9a\xe1\xb3\x9b\xe1\xb3\x9c\xe1\xb3\x9d\xe1\xb3\x9e\xe1\xb3\x9f\xe1\xb3\xa0\xe1\xb3\xa1\xe1\xb3\xa2\xe1\xb3\xa3\xe1\xb3\xa4\xe1\xb3\xa5\xe1\xb3\xa6\xe1\xb3\xa7\xe1\xb3\xa8\xe1\xb3\xad\xe1\xb3\xb2\xe1\xb7\x80\xe1\xb7\x81\xe1\xb7\x82\xe1\xb7\x83\xe1\xb7\x84\xe1\xb7\x85\xe1\xb7\x86\xe1\xb7\x87\xe1\xb7\x88\xe1\xb7\x89\xe1\xb7\x8a\xe1\xb7\x8b\xe1\xb7\x8c\xe1\xb7\x8d\xe1\xb7\x8e\xe1\xb7\x8f\xe1\xb7\x90\xe1\xb7\x91\xe1\xb7\x92\xe1\xb7\x93\xe1\xb7\x94\xe1\xb7\x95\xe1\xb7\x96\xe1\xb7\x97\xe1\xb7\x98\xe1\xb7\x99\xe1\xb7\x9a\xe1\xb7\x9b\xe1\xb7\x9c\xe1\xb7\x9d\xe1\xb7\x9e\xe1\xb7\x9f\xe1\xb7\xa0\xe1\xb7\xa1\xe1\xb7\xa2\xe1\xb7\xa3\xe1\xb7\xa4\xe1\xb7\xa5\xe1\xb7\xa6\xe1\xb7\xbd\xe1\xb7\xbe\xe1\xb7\xbf\xe1\xbe\xbd\xe1\xbe\xbf\xe1\xbf\x80\xe1\xbf\x81\xe1\xbf\x8d\xe1\xbf\x8e\xe1\xbf\x8f\xe1\xbf\x9d\xe1\xbf\x9e\xe1\xbf\x9f\xe1\xbf\xad\xe1\xbf\xae\xe1\xbf\xaf\xe1\xbf\xbd\xe1\xbf\xbe\xe2\x80\x80\xe2\x80\x81\xe2\x80\x82\xe2\x80\x83\xe2\x80\x84\xe2\x80\x85\xe2\x80\x86\xe2\x80\x87\xe2\x80\x88\xe2\x80\x89\xe2\x80\x8a\xe2\x80\x8b\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f\xe2\x80\x90\xe2\x80\x91\xe2\x80\x92\xe2\x80\x93\xe2\x80\x94\xe2\x80\x95\xe2\x80\x96\xe2\x80\x97\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9a\xe2\x80\x9b\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9e\xe2\x80\x9f\xe2\x80\xa0\xe2\x80\xa1\xe2\x80\xa2\xe2\x80\xa3\xe2\x80\xa4\xe2\x80\xa5\xe2\x80\xa6\xe2\x80\xa7\xe2\x80\xa8\xe2\x80\xa9\xe2\x80\xaa\xe2\x80\xab\xe2\x80\xac\xe2\x80\xad\xe2\x80\xae\xe2\x80\xaf\xe2\x80\xb0\xe2\x80\xb1\xe2\x80\xb2\xe2\x80\xb3\xe2\x80\xb4\xe2\x80\xb5\xe2\x80\xb6\xe2\x80\xb7\xe2\x80\xb8\xe2\x80\xb9\xe2\x80\xba\xe2\x80\xbb\xe2\x80\xbc\xe2\x80\xbd\xe2\x80\xbe\xe2\x80\xbf\xe2\x81\x80\xe2\x81\x81\xe2\x81\x82\xe2\x81\x83\xe2\x81\x84\xe2\x81\x85\xe2\x81\x86\xe2\x81\x87\xe2\x81\x88\xe2\x81\x89\xe2\x81\x8a\xe2\x81\x8b\xe2\x81\x8c\xe2\x81\x8d\xe2\x81\x8e\xe2\x81\x8f\xe2\x81\x90\xe2\x81\x91\xe2\x81\x92\xe2\x81\x93\xe2\x81\x94\xe2\x81\x95\xe2\x81\x96\xe2\x81\x97\xe2\x81\x98\xe2\x81\x99\xe2\x81\x9a\xe2\x81\x9b\xe2\x81\x9c\xe2\x81\x9d\xe2\x81\x9e\xe2\x81\x9f\xe2\x81\xa0\xe2\x81\xa1\xe2\x81\xa2\xe2\x81\xa3\xe2\x81\xa4\xe2\x81\xaa\xe2\x81\xab\xe2\x81\xac\xe2\x81\xad\xe2\x81\xae\xe2\x81\xaf\xe2\x81\xb0\xe2\x81\xb4\xe2\x81\xb5\xe2\x81\xb6\xe2\x81\xb7\xe2\x81\xb8\xe2\x81\xb9\xe2\x81\xba\xe2\x81\xbb\xe2\x81\xbc\xe2\x81\xbd\xe2\x81\xbe\xe2\x82\x80\xe2\x82\x81\xe2\x82\x82\xe2\x82\x83\xe2\x82\x84\xe2\x82\x85\xe2\x82\x86\xe2\x82\x87\xe2\x82\x88\xe2\x82\x89\xe2\x82\x8a\xe2\x82\x8b\xe2\x82\x8c\xe2\x82\x8d\xe2\x82\x8e\xe2\x82\xa0\xe2\x82\xa1\xe2\x82\xa2\xe2\x82\xa3\xe2\x82\xa4\xe2\x82\xa5\xe2\x82\xa6\xe2\x82\xa7\xe2\x82\xa8\xe2\x82\xa9\xe2\x82\xaa\xe2\x82\xab\xe2\x82\xac\xe2\x82\xad\xe2\x82\xae\xe2\x82\xaf\xe2\x82\xb0\xe2\x82\xb1\xe2\x82\xb2\xe2\x82\xb3\xe2\x82\xb4\xe2\x82\xb5\xe2\x82\xb6\xe2\x82\xb7\xe2\x82\xb8\xe2\x83\x90\xe2\x83\x91\xe2\x83\x92\xe2\x83\x93\xe2\x83\x94\xe2\x83\x95\xe2\x83\x96\xe2\x83\x97\xe2\x83\x98\xe2\x83\x99\xe2\x83\x9a\xe2\x83\x9b\xe2\x83\x9c\xe2\x83\x9d\xe2\x83\x9e\xe2\x83\x9f\xe2\x83\xa0\xe2\x83\xa1\xe2\x83\xa2\xe2\x83\xa3\xe2\x83\xa4\xe2\x83\xa5\xe2\x83\xa6\xe2\x83\xa7\xe2\x83\xa8\xe2\x83\xa9\xe2\x83\xaa\xe2\x83\xab\xe2\x83\xac\xe2\x83\xad\xe2\x83\xae\xe2\x83\xaf\xe2\x83\xb0\xe2\x84\x80\xe2\x84\x81\xe2\x84\x83\xe2\x84\x84\xe2\x84\x85\xe2\x84\x86\xe2\x84\x88\xe2\x84\x89\xe2\x84\x94\xe2\x84\x96\xe2\x84\x97\xe2\x84\x98\xe2\x84\x9e\xe2\x84\x9f\xe2\x84\xa0\xe2\x84\xa1\xe2\x84\xa2\xe2\x84\xa3\xe2\x84\xa5\xe2\x84\xa7\xe2\x84\xa9\xe2\x84\xae\xe2\x84\xba\xe2\x84\xbb\xe2\x85\x80\xe2\x85\x81\xe2\x85\x82\xe2\x85\x83\xe2\x85\x84\xe2\x85\x8a\xe2\x85\x8b\xe2\x85\x8c\xe2\x85\x8d\xe2\x85\x8f\xe2\x85\x90\xe2\x85\x91\xe2\x85\x92\xe2\x85\x93\xe2\x85\x94\xe2\x85\x95\xe2\x85\x96\xe2\x85\x97\xe2\x85\x98\xe2\x85\x99\xe2\x85\x9a\xe2\x85\x9b\xe2\x85\x9c\xe2\x85\x9d\xe2\x85\x9e\xe2\x85\x9f\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\x86\x89\xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x86\x95\xe2\x86\x96\xe2\x86\x97\xe2\x86\x98\xe2\x86\x99\xe2\x86\x9a\xe2\x86\x9b\xe2\x86\x9c\xe2\x86\x9d\xe2\x86\x9e\xe2\x86\x9f\xe2\x86\xa0\xe2\x86\xa1\xe2\x86\xa2\xe2\x86\xa3\xe2\x86\xa4\xe2\x86\xa5\xe2\x86\xa6\xe2\x86\xa7\xe2\x86\xa8\xe2\x86\xa9\xe2\x86\xaa\xe2\x86\xab\xe2\x86\xac\xe2\x86\xad\xe2\x86\xae\xe2\x86\xaf\xe2\x86\xb0\xe2\x86\xb1\xe2\x86\xb2\xe2\x86\xb3\xe2\x86\xb4\xe2\x86\xb5\xe2\x86\xb6\xe2\x86\xb7\xe2\x86\xb8\xe2\x86\xb9\xe2\x86\xba\xe2\x86\xbb\xe2\x86\xbc\xe2\x86\xbd\xe2\x86\xbe\xe2\x86\xbf\xe2\x87\x80\xe2\x87\x81\xe2\x87\x82\xe2\x87\x83\xe2\x87\x84\xe2\x87\x85\xe2\x87\x86\xe2\x87\x87\xe2\x87\x88\xe2\x87\x89\xe2\x87\x8a\xe2\x87\x8b\xe2\x87\x8c\xe2\x87\x8d\xe2\x87\x8e\xe2\x87\x8f\xe2\x87\x90\xe2\x87\x91\xe2\x87\x92\xe2\x87\x93\xe2\x87\x94\xe2\x87\x95\xe2\x87\x96\xe2\x87\x97\xe2\x87\x98\xe2\x87\x99\xe2\x87\x9a\xe2\x87\x9b\xe2\x87\x9c\xe2\x87\x9d\xe2\x87\x9e\xe2\x87\x9f\xe2\x87\xa0\xe2\x87\xa1\xe2\x87\xa2\xe2\x87\xa3\xe2\x87\xa4\xe2\x87\xa5\xe2\x87\xa6\xe2\x87\xa7\xe2\x87\xa8\xe2\x87\xa9\xe2\x87\xaa\xe2\x87\xab\xe2\x87\xac\xe2\x87\xad\xe2\x87\xae\xe2\x87\xaf\xe2\x87\xb0\xe2\x87\xb1\xe2\x87\xb2\xe2\x87\xb3\xe2\x87\xb4\xe2\x87\xb5\xe2\x87\xb6\xe2\x87\xb7\xe2\x87\xb8\xe2\x87\xb9\xe2\x87\xba\xe2\x87\xbb\xe2\x87\xbc\xe2\x87\xbd\xe2\x87\xbe\xe2\x87\xbf\xe2\x88\x80\xe2\x88\x81\xe2\x88\x82\xe2\x88\x83\xe2\x88\x84\xe2\x88\x85\xe2\x88\x86\xe2\x88\x87\xe2\x88\x88\xe2\x88\x89\xe2\x88\x8a\xe2\x88\x8b\xe2\x88\x8c\xe2\x88\x8d\xe2\x88\x8e\xe2\x88\x8f\xe2\x88\x90\xe2\x88\x91\xe2\x88\x92\xe2\x88\x93\xe2\x88\x94\xe2\x88\x95\xe2\x88\x96\xe2\x88\x97\xe2\x88\x98\xe2\x88\x99\xe2\x88\x9a\xe2\x88\x9b\xe2\x88\x9c\xe2\x88\x9d\xe2\x88\x9e\xe2\x88\x9f\xe2\x88\xa0\xe2\x88\xa1\xe2\x88\xa2\xe2\x88\xa3\xe2\x88\xa4\xe2\x88\xa5\xe2\x88\xa6\xe2\x88\xa7\xe2\x88\xa8\xe2\x88\xa9\xe2\x88\xaa\xe2\x88\xab\xe2\x88\xac\xe2\x88\xad\xe2\x88\xae\xe2\x88\xaf\xe2\x88\xb0\xe2\x88\xb1\xe2\x88\xb2\xe2\x88\xb3\xe2\x88\xb4\xe2\x88\xb5\xe2\x88\xb6\xe2\x88\xb7\xe2\x88\xb8\xe2\x88\xb9\xe2\x88\xba\xe2\x88\xbb\xe2\x88\xbc\xe2\x88\xbd\xe2\x88\xbe\xe2\x88\xbf\xe2\x89\x80\xe2\x89\x81\xe2\x89\x82\xe2\x89\x83\xe2\x89\x84\xe2\x89\x85\xe2\x89\x86\xe2\x89\x87\xe2\x89\x88\xe2\x89\x89\xe2\x89\x8a\xe2\x89\x8b\xe2\x89\x8c\xe2\x89\x8d\xe2\x89\x8e\xe2\x89\x8f\xe2\x89\x90\xe2\x89\x91\xe2\x89\x92\xe2\x89\x93\xe2\x89\x94\xe2\x89\x95\xe2\x89\x96\xe2\x89\x97\xe2\x89\x98\xe2\x89\x99\xe2\x89\x9a\xe2\x89\x9b\xe2\x89\x9c\xe2\x89\x9d\xe2\x89\x9e\xe2\x89\x9f\xe2\x89\xa0\xe2\x89\xa1\xe2\x89\xa2\xe2\x89\xa3\xe2\x89\xa4\xe2\x89\xa5\xe2\x89\xa6\xe2\x89\xa7\xe2\x89\xa8\xe2\x89\xa9\xe2\x89\xaa\xe2\x89\xab\xe2\x89\xac\xe2\x89\xad\xe2\x89\xae\xe2\x89\xaf\xe2\x89\xb0\xe2\x89\xb1\xe2\x89\xb2\xe2\x89\xb3\xe2\x89\xb4\xe2\x89\xb5\xe2\x89\xb6\xe2\x89\xb7\xe2\x89\xb8\xe2\x89\xb9\xe2\x89\xba\xe2\x89\xbb\xe2\x89\xbc\xe2\x89\xbd\xe2\x89\xbe\xe2\x89\xbf\xe2\x8a\x80\xe2\x8a\x81\xe2\x8a\x82\xe2\x8a\x83\xe2\x8a\x84\xe2\x8a\x85\xe2\x8a\x86\xe2\x8a\x87\xe2\x8a\x88\xe2\x8a\x89\xe2\x8a\x8a\xe2\x8a\x8b\xe2\x8a\x8c\xe2\x8a\x8d\xe2\x8a\x8e\xe2\x8a\x8f\xe2\x8a\x90\xe2\x8a\x91\xe2\x8a\x92\xe2\x8a\x93\xe2\x8a\x94\xe2\x8a\x95\xe2\x8a\x96\xe2\x8a\x97\xe2\x8a\x98\xe2\x8a\x99\xe2\x8a\x9a\xe2\x8a\x9b\xe2\x8a\x9c\xe2\x8a\x9d\xe2\x8a\x9e\xe2\x8a\x9f\xe2\x8a\xa0\xe2\x8a\xa1\xe2\x8a\xa2\xe2\x8a\xa3\xe2\x8a\xa4\xe2\x8a\xa5\xe2\x8a\xa6\xe2\x8a\xa7\xe2\x8a\xa8\xe2\x8a\xa9\xe2\x8a\xaa\xe2\x8a\xab\xe2\x8a\xac\xe2\x8a\xad\xe2\x8a\xae\xe2\x8a\xaf\xe2\x8a\xb0\xe2\x8a\xb1\xe2\x8a\xb2\xe2\x8a\xb3\xe2\x8a\xb4\xe2\x8a\xb5\xe2\x8a\xb6\xe2\x8a\xb7\xe2\x8a\xb8\xe2\x8a\xb9\xe2\x8a\xba\xe2\x8a\xbb\xe2\x8a\xbc\xe2\x8a\xbd\xe2\x8a\xbe\xe2\x8a\xbf\xe2\x8b\x80\xe2\x8b\x81\xe2\x8b\x82\xe2\x8b\x83\xe2\x8b\x84\xe2\x8b\x85\xe2\x8b\x86\xe2\x8b\x87\xe2\x8b\x88\xe2\x8b\x89\xe2\x8b\x8a\xe2\x8b\x8b\xe2\x8b\x8c\xe2\x8b\x8d\xe2\x8b\x8e\xe2\x8b\x8f\xe2\x8b\x90\xe2\x8b\x91\xe2\x8b\x92\xe2\x8b\x93\xe2\x8b\x94\xe2\x8b\x95\xe2\x8b\x96\xe2\x8b\x97\xe2\x8b\x98\xe2\x8b\x99\xe2\x8b\x9a\xe2\x8b\x9b\xe2\x8b\x9c\xe2\x8b\x9d\xe2\x8b\x9e\xe2\x8b\x9f\xe2\x8b\xa0\xe2\x8b\xa1\xe2\x8b\xa2\xe2\x8b\xa3\xe2\x8b\xa4\xe2\x8b\xa5\xe2\x8b\xa6\xe2\x8b\xa7\xe2\x8b\xa8\xe2\x8b\xa9\xe2\x8b\xaa\xe2\x8b\xab\xe2\x8b\xac\xe2\x8b\xad\xe2\x8b\xae\xe2\x8b\xaf\xe2\x8b\xb0\xe2\x8b\xb1\xe2\x8b\xb2\xe2\x8b\xb3\xe2\x8b\xb4\xe2\x8b\xb5\xe2\x8b\xb6\xe2\x8b\xb7\xe2\x8b\xb8\xe2\x8b\xb9\xe2\x8b\xba\xe2\x8b\xbb\xe2\x8b\xbc\xe2\x8b\xbd\xe2\x8b\xbe\xe2\x8b\xbf\xe2\x8c\x80\xe2\x8c\x81\xe2\x8c\x82\xe2\x8c\x83\xe2\x8c\x84\xe2\x8c\x85\xe2\x8c\x86\xe2\x8c\x87\xe2\x8c\x88\xe2\x8c\x89\xe2\x8c\x8a\xe2\x8c\x8b\xe2\x8c\x8c\xe2\x8c\x8d\xe2\x8c\x8e\xe2\x8c\x8f\xe2\x8c\x90\xe2\x8c\x91\xe2\x8c\x92\xe2\x8c\x93\xe2\x8c\x94\xe2\x8c\x95\xe2\x8c\x96\xe2\x8c\x97\xe2\x8c\x98\xe2\x8c\x99\xe2\x8c\x9a\xe2\x8c\x9b\xe2\x8c\x9c\xe2\x8c\x9d\xe2\x8c\x9e\xe2\x8c\x9f\xe2\x8c\xa0\xe2\x8c\xa1\xe2\x8c\xa2\xe2\x8c\xa3\xe2\x8c\xa4\xe2\x8c\xa5\xe2\x8c\xa6\xe2\x8c\xa7\xe2\x8c\xa8\xe2\x8c\xa9\xe2\x8c\xaa\xe2\x8c\xab\xe2\x8c\xac\xe2\x8c\xad\xe2\x8c\xae\xe2\x8c\xaf\xe2\x8c\xb0\xe2\x8c\xb1\xe2\x8c\xb2\xe2\x8c\xb3\xe2\x8c\xb4\xe2\x8c\xb5\xe2\x8c\xb6\xe2\x8c\xb7\xe2\x8c\xb8\xe2\x8c\xb9\xe2\x8c\xba\xe2\x8c\xbb\xe2\x8c\xbc\xe2\x8c\xbd\xe2\x8c\xbe\xe2\x8c\xbf\xe2\x8d\x80\xe2\x8d\x81\xe2\x8d\x82\xe2\x8d\x83\xe2\x8d\x84\xe2\x8d\x85\xe2\x8d\x86\xe2\x8d\x87\xe2\x8d\x88\xe2\x8d\x89\xe2\x8d\x8a\xe2\x8d\x8b\xe2\x8d\x8c\xe2\x8d\x8d\xe2\x8d\x8e\xe2\x8d\x8f\xe2\x8d\x90\xe2\x8d\x91\xe2\x8d\x92\xe2\x8d\x93\xe2\x8d\x94\xe2\x8d\x95\xe2\x8d\x96\xe2\x8d\x97\xe2\x8d\x98\xe2\x8d\x99\xe2\x8d\x9a\xe2\x8d\x9b\xe2\x8d\x9c\xe2\x8d\x9d\xe2\x8d\x9e\xe2\x8d\x9f\xe2\x8d\xa0\xe2\x8d\xa1\xe2\x8d\xa2\xe2\x8d\xa3\xe2\x8d\xa4\xe2\x8d\xa5\xe2\x8d\xa6\xe2\x8d\xa7\xe2\x8d\xa8\xe2\x8d\xa9\xe2\x8d\xaa\xe2\x8d\xab\xe2\x8d\xac\xe2\x8d\xad\xe2\x8d\xae\xe2\x8d\xaf\xe2\x8d\xb0\xe2\x8d\xb1\xe2\x8d\xb2\xe2\x8d\xb3\xe2\x8d\xb4\xe2\x8d\xb5\xe2\x8d\xb6\xe2\x8d\xb7\xe2\x8d\xb8\xe2\x8d\xb9\xe2\x8d\xba\xe2\x8d\xbb\xe2\x8d\xbc\xe2\x8d\xbd\xe2\x8d\xbe\xe2\x8d\xbf\xe2\x8e\x80\xe2\x8e\x81\xe2\x8e\x82\xe2\x8e\x83\xe2\x8e\x84\xe2\x8e\x85\xe2\x8e\x86\xe2\x8e\x87\xe2\x8e\x88\xe2\x8e\x89\xe2\x8e\x8a\xe2\x8e\x8b\xe2\x8e\x8c\xe2\x8e\x8d\xe2\x8e\x8e\xe2\x8e\x8f\xe2\x8e\x90\xe2\x8e\x91\xe2\x8e\x92\xe2\x8e\x93\xe2\x8e\x94\xe2\x8e\x95\xe2\x8e\x96\xe2\x8e\x97\xe2\x8e\x98\xe2\x8e\x99\xe2\x8e\x9a\xe2\x8e\x9b\xe2\x8e\x9c\xe2\x8e\x9d\xe2\x8e\x9e\xe2\x8e\x9f\xe2\x8e\xa0\xe2\x8e\xa1\xe2\x8e\xa2\xe2\x8e\xa3\xe2\x8e\xa4\xe2\x8e\xa5\xe2\x8e\xa6\xe2\x8e\xa7\xe2\x8e\xa8\xe2\x8e\xa9\xe2\x8e\xaa\xe2\x8e\xab\xe2\x8e\xac\xe2\x8e\xad\xe2\x8e\xae\xe2\x8e\xaf\xe2\x8e\xb0\xe2\x8e\xb1\xe2\x8e\xb2\xe2\x8e\xb3\xe2\x8e\xb4\xe2\x8e\xb5\xe2\x8e\xb6\xe2\x8e\xb7\xe2\x8e\xb8\xe2\x8e\xb9\xe2\x8e\xba\xe2\x8e\xbb\xe2\x8e\xbc\xe2\x8e\xbd\xe2\x8e\xbe\xe2\x8e\xbf\xe2\x8f\x80\xe2\x8f\x81\xe2\x8f\x82\xe2\x8f\x83\xe2\x8f\x84\xe2\x8f\x85\xe2\x8f\x86\xe2\x8f\x87\xe2\x8f\x88\xe2\x8f\x89\xe2\x8f\x8a\xe2\x8f\x8b\xe2\x8f\x8c\xe2\x8f\x8d\xe2\x8f\x8e\xe2\x8f\x8f\xe2\x8f\x90\xe2\x8f\x91\xe2\x8f\x92\xe2\x8f\x93\xe2\x8f\x94\xe2\x8f\x95\xe2\x8f\x96\xe2\x8f\x97\xe2\x8f\x98\xe2\x8f\x99\xe2\x8f\x9a\xe2\x8f\x9b\xe2\x8f\x9c\xe2\x8f\x9d\xe2\x8f\x9e\xe2\x8f\x9f\xe2\x8f\xa0\xe2\x8f\xa1\xe2\x8f\xa2\xe2\x8f\xa3\xe2\x8f\xa4\xe2\x8f\xa5\xe2\x8f\xa6\xe2\x8f\xa7\xe2\x8f\xa8\xe2\x90\x80\xe2\x90\x81\xe2\x90\x82\xe2\x90\x83\xe2\x90\x84\xe2\x90\x85\xe2\x90\x86\xe2\x90\x87\xe2\x90\x88\xe2\x90\x89\xe2\x90\x8a\xe2\x90\x8b\xe2\x90\x8c\xe2\x90\x8d\xe2\x90\x8e\xe2\x90\x8f\xe2\x90\x90\xe2\x90\x91\xe2\x90\x92\xe2\x90\x93\xe2\x90\x94\xe2\x90\x95\xe2\x90\x96\xe2\x90\x97\xe2\x90\x98\xe2\x90\x99\xe2\x90\x9a\xe2\x90\x9b\xe2\x90\x9c\xe2\x90\x9d\xe2\x90\x9e\xe2\x90\x9f\xe2\x90\xa0\xe2\x90\xa1\xe2\x90\xa2\xe2\x90\xa3\xe2\x90\xa4\xe2\x90\xa5\xe2\x90\xa6\xe2\x91\x80\xe2\x91\x81\xe2\x91\x82\xe2\x91\x83\xe2\x91\x84\xe2\x91\x85\xe2\x91\x86\xe2\x91\x87\xe2\x91\x88\xe2\x91\x89\xe2\x91\x8a\xe2\x91\xa0\xe2\x91\xa1\xe2\x91\xa2\xe2\x91\xa3\xe2\x91\xa4\xe2\x91\xa5\xe2\x91\xa6\xe2\x91\xa7\xe2\x91\xa8\xe2\x91\xa9\xe2\x91\xaa\xe2\x91\xab\xe2\x91\xac\xe2\x91\xad\xe2\x91\xae\xe2\x91\xaf\xe2\x91\xb0\xe2\x91\xb1\xe2\x91\xb2\xe2\x91\xb3\xe2\x91\xb4\xe2\x91\xb5\xe2\x91\xb6\xe2\x91\xb7\xe2\x91\xb8\xe2\x91\xb9\xe2\x91\xba\xe2\x91\xbb\xe2\x91\xbc\xe2\x91\xbd\xe2\x91\xbe\xe2\x91\xbf\xe2\x92\x80\xe2\x92\x81\xe2\x92\x82\xe2\x92\x83\xe2\x92\x84\xe2\x92\x85\xe2\x92\x86\xe2\x92\x87\xe2\x92\x88\xe2\x92\x89\xe2\x92\x8a\xe2\x92\x8b\xe2\x92\x8c\xe2\x92\x8d\xe2\x92\x8e\xe2\x92\x8f\xe2\x92\x90\xe2\x92\x91\xe2\x92\x92\xe2\x92\x93\xe2\x92\x94\xe2\x92\x95\xe2\x92\x96\xe2\x92\x97\xe2\x92\x98\xe2\x92\x99\xe2\x92\x9a\xe2\x92\x9b\xe2\x92\x9c\xe2\x92\x9d\xe2\x92\x9e\xe2\x92\x9f\xe2\x92\xa0\xe2\x92\xa1\xe2\x92\xa2\xe2\x92\xa3\xe2\x92\xa4\xe2\x92\xa5\xe2\x92\xa6\xe2\x92\xa7\xe2\x92\xa8\xe2\x92\xa9\xe2\x92\xaa\xe2\x92\xab\xe2\x92\xac\xe2\x92\xad\xe2\x92\xae\xe2\x92\xaf\xe2\x92\xb0\xe2\x92\xb1\xe2\x92\xb2\xe2\x92\xb3\xe2\x92\xb4\xe2\x92\xb5\xe2\x92\xb6\xe2\x92\xb7\xe2\x92\xb8\xe2\x92\xb9\xe2\x92\xba\xe2\x92\xbb\xe2\x92\xbc\xe2\x92\xbd\xe2\x92\xbe\xe2\x92\xbf\xe2\x93\x80\xe2\x93\x81\xe2\x93\x82\xe2\x93\x83\xe2\x93\x84\xe2\x93\x85\xe2\x93\x86\xe2\x93\x87\xe2\x93\x88\xe2\x93\x89\xe2\x93\x8a\xe2\x93\x8b\xe2\x93\x8c\xe2\x93\x8d\xe2\x93\x8e\xe2\x93\x8f\xe2\x93\x90\xe2\x93\x91\xe2\x93\x92\xe2\x93\x93\xe2\x93\x94\xe2\x93\x95\xe2\x93\x96\xe2\x93\x97\xe2\x93\x98\xe2\x93\x99\xe2\x93\x9a\xe2\x93\x9b\xe2\x93\x9c\xe2\x93\x9d\xe2\x93\x9e\xe2\x93\x9f\xe2\x93\xa0\xe2\x93\xa1\xe2\x93\xa2\xe2\x93\xa3\xe2\x93\xa4\xe2\x93\xa5\xe2\x93\xa6\xe2\x93\xa7\xe2\x93\xa8\xe2\x93\xa9\xe2\x93\xaa\xe2\x93\xab\xe2\x93\xac\xe2\x93\xad\xe2\x93\xae\xe2\x93\xaf\xe2\x93\xb0\xe2\x93\xb1\xe2\x93\xb2\xe2\x93\xb3\xe2\x93\xb4\xe2\x93\xb5\xe2\x93\xb6\xe2\x93\xb7\xe2\x93\xb8\xe2\x93\xb9\xe2\x93\xba\xe2\x93\xbb\xe2\x93\xbc\xe2\x93\xbd\xe2\x93\xbe\xe2\x93\xbf\xe2\x94\x80\xe2\x94\x81\xe2\x94\x82\xe2\x94\x83\xe2\x94\x84\xe2\x94\x85\xe2\x94\x86\xe2\x94\x87\xe2\x94\x88\xe2\x94\x89\xe2\x94\x8a\xe2\x94\x8b\xe2\x94\x8c\xe2\x94\x8d\xe2\x94\x8e\xe2\x94\x8f\xe2\x94\x90\xe2\x94\x91\xe2\x94\x92\xe2\x94\x93\xe2\x94\x94\xe2\x94\x95\xe2\x94\x96\xe2\x94\x97\xe2\x94\x98\xe2\x94\x99\xe2\x94\x9a\xe2\x94\x9b\xe2\x94\x9c\xe2\x94\x9d\xe2\x94\x9e\xe2\x94\x9f\xe2\x94\xa0\xe2\x94\xa1\xe2\x94\xa2\xe2\x94\xa3\xe2\x94\xa4\xe2\x94\xa5\xe2\x94\xa6\xe2\x94\xa7\xe2\x94\xa8\xe2\x94\xa9\xe2\x94\xaa\xe2\x94\xab\xe2\x94\xac\xe2\x94\xad\xe2\x94\xae\xe2\x94\xaf\xe2\x94\xb0\xe2\x94\xb1\xe2\x94\xb2\xe2\x94\xb3\xe2\x94\xb4\xe2\x94\xb5\xe2\x94\xb6\xe2\x94\xb7\xe2\x94\xb8\xe2\x94\xb9\xe2\x94\xba\xe2\x94\xbb\xe2\x94\xbc\xe2\x94\xbd\xe2\x94\xbe\xe2\x94\xbf\xe2\x95\x80\xe2\x95\x81\xe2\x95\x82\xe2\x95\x83\xe2\x95\x84\xe2\x95\x85\xe2\x95\x86\xe2\x95\x87\xe2\x95\x88\xe2\x95\x89\xe2\x95\x8a\xe2\x95\x8b\xe2\x95\x8c\xe2\x95\x8d\xe2\x95\x8e\xe2\x95\x8f\xe2\x95\x90\xe2\x95\x91\xe2\x95\x92\xe2\x95\x93\xe2\x95\x94\xe2\x95\x95\xe2\x95\x96\xe2\x95\x97\xe2\x95\x98\xe2\x95\x99\xe2\x95\x9a\xe2\x95\x9b\xe2\x95\x9c\xe2\x95\x9d\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\xa0\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\xa3\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\xa6\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa9\xe2\x95\xaa\xe2\x95\xab\xe2\x95\xac\xe2\x95\xad\xe2\x95\xae\xe2\x95\xaf\xe2\x95\xb0\xe2\x95\xb1\xe2\x95\xb2\xe2\x95\xb3\xe2\x95\xb4\xe2\x95\xb5\xe2\x95\xb6\xe2\x95\xb7\xe2\x95\xb8\xe2\x95\xb9\xe2\x95\xba\xe2\x95\xbb\xe2\x95\xbc\xe2\x95\xbd\xe2\x95\xbe\xe2\x95\xbf\xe2\x96\x80\xe2\x96\x81\xe2\x96\x82\xe2\x96\x83\xe2\x96\x84\xe2\x96\x85\xe2\x96\x86\xe2\x96\x87\xe2\x96\x88\xe2\x96\x89\xe2\x96\x8a\xe2\x96\x8b\xe2\x96\x8c\xe2\x96\x8d\xe2\x96\x8e\xe2\x96\x8f\xe2\x96\x90\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x96\x94\xe2\x96\x95\xe2\x96\x96\xe2\x96\x97\xe2\x96\x98\xe2\x96\x99\xe2\x96\x9a\xe2\x96\x9b\xe2\x96\x9c\xe2\x96\x9d\xe2\x96\x9e\xe2\x96\x9f\xe2\x96\xa0\xe2\x96\xa1\xe2\x96\xa2\xe2\x96\xa3\xe2\x96\xa4\xe2\x96\xa5\xe2\x96\xa6\xe2\x96\xa7\xe2\x96\xa8\xe2\x96\xa9\xe2\x96\xaa\xe2\x96\xab\xe2\x96\xac\xe2\x96\xad\xe2\x96\xae\xe2\x96\xaf\xe2\x96\xb0\xe2\x96\xb1\xe2\x96\xb2\xe2\x96\xb3\xe2\x96\xb4\xe2\x96\xb5\xe2\x96\xb6\xe2\x96\xb7\xe2\x96\xb8\xe2\x96\xb9\xe2\x96\xba\xe2\x96\xbb\xe2\x96\xbc\xe2\x96\xbd\xe2\x96\xbe\xe2\x96\xbf\xe2\x97\x80\xe2\x97\x81\xe2\x97\x82\xe2\x97\x83\xe2\x97\x84\xe2\x97\x85\xe2\x97\x86\xe2\x97\x87\xe2\x97\x88\xe2\x97\x89\xe2\x97\x8a\xe2\x97\x8b\xe2\x97\x8c\xe2\x97\x8d\xe2\x97\x8e\xe2\x97\x8f\xe2\x97\x90\xe2\x97\x91\xe2\x97\x92\xe2\x97\x93\xe2\x97\x94\xe2\x97\x95\xe2\x97\x96\xe2\x97\x97\xe2\x97\x98\xe2\x97\x99\xe2\x97\x9a\xe2\x97\x9b\xe2\x97\x9c\xe2\x97\x9d\xe2\x97\x9e\xe2\x97\x9f\xe2\x97\xa0\xe2\x97\xa1\xe2\x97\xa2\xe2\x97\xa3\xe2\x97\xa4\xe2\x97\xa5\xe2\x97\xa6\xe2\x97\xa7\xe2\x97\xa8\xe2\x97\xa9\xe2\x97\xaa\xe2\x97\xab\xe2\x97\xac\xe2\x97\xad\xe2\x97\xae\xe2\x97\xaf\xe2\x97\xb0\xe2\x97\xb1\xe2\x97\xb2\xe2\x97\xb3\xe2\x97\xb4\xe2\x97\xb5\xe2\x97\xb6\xe2\x97\xb7\xe2\x97\xb8\xe2\x97\xb9\xe2\x97\xba\xe2\x97\xbb\xe2\x97\xbc\xe2\x97\xbd\xe2\x97\xbe\xe2\x97\xbf\xe2\x98\x80\xe2\x98\x81\xe2\x98\x82\xe2\x98\x83\xe2\x98\x84\xe2\x98\x85\xe2\x98\x86\xe2\x98\x87\xe2\x98\x88\xe2\x98\x89\xe2\x98\x8a\xe2\x98\x8b\xe2\x98\x8c\xe2\x98\x8d\xe2\x98\x8e\xe2\x98\x8f\xe2\x98\x90\xe2\x98\x91\xe2\x98\x92\xe2\x98\x93\xe2\x98\x94\xe2\x98\x95\xe2\x98\x96\xe2\x98\x97\xe2\x98\x98\xe2\x98\x99\xe2\x98\x9a\xe2\x98\x9b\xe2\x98\x9c\xe2\x98\x9d\xe2\x98\x9e\xe2\x98\x9f\xe2\x98\xa0\xe2\x98\xa1\xe2\x98\xa2\xe2\x98\xa3\xe2\x98\xa4\xe2\x98\xa5\xe2\x98\xa6\xe2\x98\xa7\xe2\x98\xa8\xe2\x98\xa9\xe2\x98\xaa\xe2\x98\xab\xe2\x98\xac\xe2\x98\xad\xe2\x98\xae\xe2\x98\xaf\xe2\x98\xb0\xe2\x98\xb1\xe2\x98\xb2\xe2\x98\xb3\xe2\x98\xb4\xe2\x98\xb5\xe2\x98\xb6\xe2\x98\xb7\xe2\x98\xb8\xe2\x98\xb9\xe2\x98\xba\xe2\x98\xbb\xe2\x98\xbc\xe2\x98\xbd\xe2\x98\xbe\xe2\x98\xbf\xe2\x99\x80\xe2\x99\x81\xe2\x99\x82\xe2\x99\x83\xe2\x99\x84\xe2\x99\x85\xe2\x99\x86\xe2\x99\x87\xe2\x99\x88\xe2\x99\x89\xe2\x99\x8a\xe2\x99\x8b\xe2\x99\x8c\xe2\x99\x8d\xe2\x99\x8e\xe2\x99\x8f\xe2\x99\x90\xe2\x99\x91\xe2\x99\x92\xe2\x99\x93\xe2\x99\x94\xe2\x99\x95\xe2\x99\x96\xe2\x99\x97\xe2\x99\x98\xe2\x99\x99\xe2\x99\x9a\xe2\x99\x9b\xe2\x99\x9c\xe2\x99\x9d\xe2\x99\x9e\xe2\x99\x9f\xe2\x99\xa0\xe2\x99\xa1\xe2\x99\xa2\xe2\x99\xa3\xe2\x99\xa4\xe2\x99\xa5\xe2\x99\xa6\xe2\x99\xa7\xe2\x99\xa8\xe2\x99\xa9\xe2\x99\xaa\xe2\x99\xab\xe2\x99\xac\xe2\x99\xad\xe2\x99\xae\xe2\x99\xaf\xe2\x99\xb0\xe2\x99\xb1\xe2\x99\xb2\xe2\x99\xb3\xe2\x99\xb4\xe2\x99\xb5\xe2\x99\xb6\xe2\x99\xb7\xe2\x99\xb8\xe2\x99\xb9\xe2\x99\xba\xe2\x99\xbb\xe2\x99\xbc\xe2\x99\xbd\xe2\x99\xbe\xe2\x99\xbf\xe2\x9a\x80\xe2\x9a\x81\xe2\x9a\x82\xe2\x9a\x83\xe2\x9a\x84\xe2\x9a\x85\xe2\x9a\x86\xe2\x9a\x87\xe2\x9a\x88\xe2\x9a\x89\xe2\x9a\x8a\xe2\x9a\x8b\xe2\x9a\x8c\xe2\x9a\x8d\xe2\x9a\x8e\xe2\x9a\x8f\xe2\x9a\x90\xe2\x9a\x91\xe2\x9a\x92\xe2\x9a\x93\xe2\x9a\x94\xe2\x9a\x95\xe2\x9a\x96\xe2\x9a\x97\xe2\x9a\x98\xe2\x9a\x99\xe2\x9a\x9a\xe2\x9a\x9b\xe2\x9a\x9c\xe2\x9a\x9d\xe2\x9a\x9e\xe2\x9a\x9f\xe2\x9a\xa0\xe2\x9a\xa1\xe2\x9a\xa2\xe2\x9a\xa3\xe2\x9a\xa4\xe2\x9a\xa5\xe2\x9a\xa6\xe2\x9a\xa7\xe2\x9a\xa8\xe2\x9a\xa9\xe2\x9a\xaa\xe2\x9a\xab\xe2\x9a\xac\xe2\x9a\xad\xe2\x9a\xae\xe2\x9a\xaf\xe2\x9a\xb0\xe2\x9a\xb1\xe2\x9a\xb2\xe2\x9a\xb3\xe2\x9a\xb4\xe2\x9a\xb5\xe2\x9a\xb6\xe2\x9a\xb7\xe2\x9a\xb8\xe2\x9a\xb9\xe2\x9a\xba\xe2\x9a\xbb\xe2\x9a\xbc\xe2\x9a\xbd\xe2\x9a\xbe\xe2\x9a\xbf\xe2\x9b\x80\xe2\x9b\x81\xe2\x9b\x82\xe2\x9b\x83\xe2\x9b\x84\xe2\x9b\x85\xe2\x9b\x86\xe2\x9b\x87\xe2\x9b\x88\xe2\x9b\x89\xe2\x9b\x8a\xe2\x9b\x8b\xe2\x9b\x8c\xe2\x9b\x8d\xe2\x9b\x8f\xe2\x9b\x90\xe2\x9b\x91\xe2\x9b\x92\xe2\x9b\x93\xe2\x9b\x94\xe2\x9b\x95\xe2\x9b\x96\xe2\x9b\x97\xe2\x9b\x98\xe2\x9b\x99\xe2\x9b\x9a\xe2\x9b\x9b\xe2\x9b\x9c\xe2\x9b\x9d\xe2\x9b\x9e\xe2\x9b\x9f\xe2\x9b\xa0\xe2\x9b\xa1\xe2\x9b\xa3\xe2\x9b\xa8\xe2\x9b\xa9\xe2\x9b\xaa\xe2\x9b\xab\xe2\x9b\xac\xe2\x9b\xad\xe2\x9b\xae\xe2\x9b\xaf\xe2\x9b\xb0\xe2\x9b\xb1\xe2\x9b\xb2\xe2\x9b\xb3\xe2\x9b\xb4\xe2\x9b\xb5\xe2\x9b\xb6\xe2\x9b\xb7\xe2\x9b\xb8\xe2\x9b\xb9\xe2\x9b\xba\xe2\x9b\xbb\xe2\x9b\xbc\xe2\x9b\xbd\xe2\x9b\xbe\xe2\x9b\xbf\xe2\x9c\x81\xe2\x9c\x82\xe2\x9c\x83\xe2\x9c\x84\xe2\x9c\x86\xe2\x9c\x87\xe2\x9c\x88\xe2\x9c\x89\xe2\x9c\x8c\xe2\x9c\x8d\xe2\x9c\x8e\xe2\x9c\x8f\xe2\x9c\x90\xe2\x9c\x91\xe2\x9c\x92\xe2\x9c\x93\xe2\x9c\x94\xe2\x9c\x95\xe2\x9c\x96\xe2\x9c\x97\xe2\x9c\x98\xe2\x9c\x99\xe2\x9c\x9a\xe2\x9c\x9b\xe2\x9c\x9c\xe2\x9c\x9d\xe2\x9c\x9e\xe2\x9c\x9f\xe2\x9c\xa0\xe2\x9c\xa1\xe2\x9c\xa2\xe2\x9c\xa3\xe2\x9c\xa4\xe2\x9c\xa5\xe2\x9c\xa6\xe2\x9c\xa7\xe2\x9c\xa9\xe2\x9c\xaa\xe2\x9c\xab\xe2\x9c\xac\xe2\x9c\xad\xe2\x9c\xae\xe2\x9c\xaf\xe2\x9c\xb0\xe2\x9c\xb1\xe2\x9c\xb2\xe2\x9c\xb3\xe2\x9c\xb4\xe2\x9c\xb5\xe2\x9c\xb6\xe2\x9c\xb7\xe2\x9c\xb8\xe2\x9c\xb9\xe2\x9c\xba\xe2\x9c\xbb\xe2\x9c\xbc\xe2\x9c\xbd\xe2\x9c\xbe\xe2\x9c\xbf\xe2\x9d\x80\xe2\x9d\x81\xe2\x9d\x82\xe2\x9d\x83\xe2\x9d\x84\xe2\x9d\x85\xe2\x9d\x86\xe2\x9d\x87\xe2\x9d\x88\xe2\x9d\x89\xe2\x9d\x8a\xe2\x9d\x8b\xe2\x9d\x8d\xe2\x9d\x8f\xe2\x9d\x90\xe2\x9d\x91\xe2\x9d\x92\xe2\x9d\x96\xe2\x9d\x97\xe2\x9d\x98\xe2\x9d\x99\xe2\x9d\x9a\xe2\x9d\x9b\xe2\x9d\x9c\xe2\x9d\x9d\xe2\x9d\x9e\xe2\x9d\xa1\xe2\x9d\xa2\xe2\x9d\xa3\xe2\x9d\xa4\xe2\x9d\xa5\xe2\x9d\xa6\xe2\x9d\xa7\xe2\x9d\xa8\xe2\x9d\xa9\xe2\x9d\xaa\xe2\x9d\xab\xe2\x9d\xac\xe2\x9d\xad\xe2\x9d\xae\xe2\x9d\xaf\xe2\x9d\xb0\xe2\x9d\xb1\xe2\x9d\xb2\xe2\x9d\xb3\xe2\x9d\xb4\xe2\x9d\xb5\xe2\x9d\xb6\xe2\x9d\xb7\xe2\x9d\xb8\xe2\x9d\xb9\xe2\x9d\xba\xe2\x9d\xbb\xe2\x9d\xbc\xe2\x9d\xbd\xe2\x9d\xbe\xe2\x9d\xbf\xe2\x9e\x80\xe2\x9e\x81\xe2\x9e\x82\xe2\x9e\x83\xe2\x9e\x84\xe2\x9e\x85\xe2\x9e\x86\xe2\x9e\x87\xe2\x9e\x88\xe2\x9e\x89\xe2\x9e\x8a\xe2\x9e\x8b\xe2\x9e\x8c\xe2\x9e\x8d\xe2\x9e\x8e\xe2\x9e\x8f\xe2\x9e\x90\xe2\x9e\x91\xe2\x9e\x92\xe2\x9e\x93\xe2\x9e\x94\xe2\x9e\x98\xe2\x9e\x99\xe2\x9e\x9a\xe2\x9e\x9b\xe2\x9e\x9c\xe2\x9e\x9d\xe2\x9e\x9e\xe2\x9e\x9f\xe2\x9e\xa0\xe2\x9e\xa1\xe2\x9e\xa2\xe2\x9e\xa3\xe2\x9e\xa4\xe2\x9e\xa5\xe2\x9e\xa6\xe2\x9e\xa7\xe2\x9e\xa8\xe2\x9e\xa9\xe2\x9e\xaa\xe2\x9e\xab\xe2\x9e\xac\xe2\x9e\xad\xe2\x9e\xae\xe2\x9e\xaf\xe2\x9e\xb1\xe2\x9e\xb2\xe2\x9e\xb3\xe2\x9e\xb4\xe2\x9e\xb5\xe2\x9e\xb6\xe2\x9e\xb7\xe2\x9e\xb8\xe2\x9e\xb9\xe2\x9e\xba\xe2\x9e\xbb\xe2\x9e\xbc\xe2\x9e\xbd\xe2\x9e\xbe\xe2\x9f\x80\xe2\x9f\x81\xe2\x9f\x82\xe2\x9f\x83\xe2\x9f\x84\xe2\x9f\x85\xe2\x9f\x86\xe2\x9f\x87\xe2\x9f\x88\xe2\x9f\x89\xe2\x9f\x8a\xe2\x9f\x8c\xe2\x9f\x90\xe2\x9f\x91\xe2\x9f\x92\xe2\x9f\x93\xe2\x9f\x94\xe2\x9f\x95\xe2\x9f\x96\xe2\x9f\x97\xe2\x9f\x98\xe2\x9f\x99\xe2\x9f\x9a\xe2\x9f\x9b\xe2\x9f\x9c\xe2\x9f\x9d\xe2\x9f\x9e\xe2\x9f\x9f\xe2\x9f\xa0\xe2\x9f\xa1\xe2\x9f\xa2\xe2\x9f\xa3\xe2\x9f\xa4\xe2\x9f\xa5\xe2\x9f\xa6\xe2\x9f\xa7\xe2\x9f\xa8\xe2\x9f\xa9\xe2\x9f\xaa\xe2\x9f\xab\xe2\x9f\xac\xe2\x9f\xad\xe2\x9f\xae\xe2\x9f\xaf\xe2\x9f\xb0\xe2\x9f\xb1\xe2\x9f\xb2\xe2\x9f\xb3\xe2\x9f\xb4\xe2\x9f\xb5\xe2\x9f\xb6\xe2\x9f\xb7\xe2\x9f\xb8\xe2\x9f\xb9\xe2\x9f\xba\xe2\x9f\xbb\xe2\x9f\xbc\xe2\x9f\xbd\xe2\x9f\xbe\xe2\x9f\xbf\xe2\xa0\x80\xe2\xa0\x81\xe2\xa0\x82\xe2\xa0\x83\xe2\xa0\x84\xe2\xa0\x85\xe2\xa0\x86\xe2\xa0\x87\xe2\xa0\x88\xe2\xa0\x89\xe2\xa0\x8a\xe2\xa0\x8b\xe2\xa0\x8c\xe2\xa0\x8d\xe2\xa0\x8e\xe2\xa0\x8f\xe2\xa0\x90\xe2\xa0\x91\xe2\xa0\x92\xe2\xa0\x93\xe2\xa0\x94\xe2\xa0\x95\xe2\xa0\x96\xe2\xa0\x97\xe2\xa0\x98\xe2\xa0\x99\xe2\xa0\x9a\xe2\xa0\x9b\xe2\xa0\x9c\xe2\xa0\x9d\xe2\xa0\x9e\xe2\xa0\x9f\xe2\xa0\xa0\xe2\xa0\xa1\xe2\xa0\xa2\xe2\xa0\xa3\xe2\xa0\xa4\xe2\xa0\xa5\xe2\xa0\xa6\xe2\xa0\xa7\xe2\xa0\xa8\xe2\xa0\xa9\xe2\xa0\xaa\xe2\xa0\xab\xe2\xa0\xac\xe2\xa0\xad\xe2\xa0\xae\xe2\xa0\xaf\xe2\xa0\xb0\xe2\xa0\xb1\xe2\xa0\xb2\xe2\xa0\xb3\xe2\xa0\xb4\xe2\xa0\xb5\xe2\xa0\xb6\xe2\xa0\xb7\xe2\xa0\xb8\xe2\xa0\xb9\xe2\xa0\xba\xe2\xa0\xbb\xe2\xa0\xbc\xe2\xa0\xbd\xe2\xa0\xbe\xe2\xa0\xbf\xe2\xa1\x80\xe2\xa1\x81\xe2\xa1\x82\xe2\xa1\x83\xe2\xa1\x84\xe2\xa1\x85\xe2\xa1\x86\xe2\xa1\x87\xe2\xa1\x88\xe2\xa1\x89\xe2\xa1\x8a\xe2\xa1\x8b\xe2\xa1\x8c\xe2\xa1\x8d\xe2\xa1\x8e\xe2\xa1\x8f\xe2\xa1\x90\xe2\xa1\x91\xe2\xa1\x92\xe2\xa1\x93\xe2\xa1\x94\xe2\xa1\x95\xe2\xa1\x96\xe2\xa1\x97\xe2\xa1\x98\xe2\xa1\x99\xe2\xa1\x9a\xe2\xa1\x9b\xe2\xa1\x9c\xe2\xa1\x9d\xe2\xa1\x9e\xe2\xa1\x9f\xe2\xa1\xa0\xe2\xa1\xa1\xe2\xa1\xa2\xe2\xa1\xa3\xe2\xa1\xa4\xe2\xa1\xa5\xe2\xa1\xa6\xe2\xa1\xa7\xe2\xa1\xa8\xe2\xa1\xa9\xe2\xa1\xaa\xe2\xa1\xab\xe2\xa1\xac\xe2\xa1\xad\xe2\xa1\xae\xe2\xa1\xaf\xe2\xa1\xb0\xe2\xa1\xb1\xe2\xa1\xb2\xe2\xa1\xb3\xe2\xa1\xb4\xe2\xa1\xb5\xe2\xa1\xb6\xe2\xa1\xb7\xe2\xa1\xb8\xe2\xa1\xb9\xe2\xa1\xba\xe2\xa1\xbb\xe2\xa1\xbc\xe2\xa1\xbd\xe2\xa1\xbe\xe2\xa1\xbf\xe2\xa2\x80\xe2\xa2\x81\xe2\xa2\x82\xe2\xa2\x83\xe2\xa2\x84\xe2\xa2\x85\xe2\xa2\x86\xe2\xa2\x87\xe2\xa2\x88\xe2\xa2\x89\xe2\xa2\x8a\xe2\xa2\x8b\xe2\xa2\x8c\xe2\xa2\x8d\xe2\xa2\x8e\xe2\xa2\x8f\xe2\xa2\x90\xe2\xa2\x91\xe2\xa2\x92\xe2\xa2\x93\xe2\xa2\x94\xe2\xa2\x95\xe2\xa2\x96\xe2\xa2\x97\xe2\xa2\x98\xe2\xa2\x99\xe2\xa2\x9a\xe2\xa2\x9b\xe2\xa2\x9c\xe2\xa2\x9d\xe2\xa2\x9e\xe2\xa2\x9f\xe2\xa2\xa0\xe2\xa2\xa1\xe2\xa2\xa2\xe2\xa2\xa3\xe2\xa2\xa4\xe2\xa2\xa5\xe2\xa2\xa6\xe2\xa2\xa7\xe2\xa2\xa8\xe2\xa2\xa9\xe2\xa2\xaa\xe2\xa2\xab\xe2\xa2\xac\xe2\xa2\xad\xe2\xa2\xae\xe2\xa2\xaf\xe2\xa2\xb0\xe2\xa2\xb1\xe2\xa2\xb2\xe2\xa2\xb3\xe2\xa2\xb4\xe2\xa2\xb5\xe2\xa2\xb6\xe2\xa2\xb7\xe2\xa2\xb8\xe2\xa2\xb9\xe2\xa2\xba\xe2\xa2\xbb\xe2\xa2\xbc\xe2\xa2\xbd\xe2\xa2\xbe\xe2\xa2\xbf\xe2\xa3\x80\xe2\xa3\x81\xe2\xa3\x82\xe2\xa3\x83\xe2\xa3\x84\xe2\xa3\x85\xe2\xa3\x86\xe2\xa3\x87\xe2\xa3\x88\xe2\xa3\x89\xe2\xa3\x8a\xe2\xa3\x8b\xe2\xa3\x8c\xe2\xa3\x8d\xe2\xa3\x8e\xe2\xa3\x8f\xe2\xa3\x90\xe2\xa3\x91\xe2\xa3\x92\xe2\xa3\x93\xe2\xa3\x94\xe2\xa3\x95\xe2\xa3\x96\xe2\xa3\x97\xe2\xa3\x98\xe2\xa3\x99\xe2\xa3\x9a\xe2\xa3\x9b\xe2\xa3\x9c\xe2\xa3\x9d\xe2\xa3\x9e\xe2\xa3\x9f\xe2\xa3\xa0\xe2\xa3\xa1\xe2\xa3\xa2\xe2\xa3\xa3\xe2\xa3\xa4\xe2\xa3\xa5\xe2\xa3\xa6\xe2\xa3\xa7\xe2\xa3\xa8\xe2\xa3\xa9\xe2\xa3\xaa\xe2\xa3\xab\xe2\xa3\xac\xe2\xa3\xad\xe2\xa3\xae\xe2\xa3\xaf\xe2\xa3\xb0\xe2\xa3\xb1\xe2\xa3\xb2\xe2\xa3\xb3\xe2\xa3\xb4\xe2\xa3\xb5\xe2\xa3\xb6\xe2\xa3\xb7\xe2\xa3\xb8\xe2\xa3\xb9\xe2\xa3\xba\xe2\xa3\xbb\xe2\xa3\xbc\xe2\xa3\xbd\xe2\xa3\xbe\xe2\xa3\xbf\xe2\xa4\x80\xe2\xa4\x81\xe2\xa4\x82\xe2\xa4\x83\xe2\xa4\x84\xe2\xa4\x85\xe2\xa4\x86\xe2\xa4\x87\xe2\xa4\x88\xe2\xa4\x89\xe2\xa4\x8a\xe2\xa4\x8b\xe2\xa4\x8c\xe2\xa4\x8d\xe2\xa4\x8e\xe2\xa4\x8f\xe2\xa4\x90\xe2\xa4\x91\xe2\xa4\x92\xe2\xa4\x93\xe2\xa4\x94\xe2\xa4\x95\xe2\xa4\x96\xe2\xa4\x97\xe2\xa4\x98\xe2\xa4\x99\xe2\xa4\x9a\xe2\xa4\x9b\xe2\xa4\x9c\xe2\xa4\x9d\xe2\xa4\x9e\xe2\xa4\x9f\xe2\xa4\xa0\xe2\xa4\xa1\xe2\xa4\xa2\xe2\xa4\xa3\xe2\xa4\xa4\xe2\xa4\xa5\xe2\xa4\xa6\xe2\xa4\xa7\xe2\xa4\xa8\xe2\xa4\xa9\xe2\xa4\xaa\xe2\xa4\xab\xe2\xa4\xac\xe2\xa4\xad\xe2\xa4\xae\xe2\xa4\xaf\xe2\xa4\xb0\xe2\xa4\xb1\xe2\xa4\xb2\xe2\xa4\xb3\xe2\xa4\xb4\xe2\xa4\xb5\xe2\xa4\xb6\xe2\xa4\xb7\xe2\xa4\xb8\xe2\xa4\xb9\xe2\xa4\xba\xe2\xa4\xbb\xe2\xa4\xbc\xe2\xa4\xbd\xe2\xa4\xbe\xe2\xa4\xbf\xe2\xa5\x80\xe2\xa5\x81\xe2\xa5\x82\xe2\xa5\x83\xe2\xa5\x84\xe2\xa5\x85\xe2\xa5\x86\xe2\xa5\x87\xe2\xa5\x88\xe2\xa5\x89\xe2\xa5\x8a\xe2\xa5\x8b\xe2\xa5\x8c\xe2\xa5\x8d\xe2\xa5\x8e\xe2\xa5\x8f\xe2\xa5\x90\xe2\xa5\x91\xe2\xa5\x92\xe2\xa5\x93\xe2\xa5\x94\xe2\xa5\x95\xe2\xa5\x96\xe2\xa5\x97\xe2\xa5\x98\xe2\xa5\x99\xe2\xa5\x9a\xe2\xa5\x9b\xe2\xa5\x9c\xe2\xa5\x9d\xe2\xa5\x9e\xe2\xa5\x9f\xe2\xa5\xa0\xe2\xa5\xa1\xe2\xa5\xa2\xe2\xa5\xa3\xe2\xa5\xa4\xe2\xa5\xa5\xe2\xa5\xa6\xe2\xa5\xa7\xe2\xa5\xa8\xe2\xa5\xa9\xe2\xa5\xaa\xe2\xa5\xab\xe2\xa5\xac\xe2\xa5\xad\xe2\xa5\xae\xe2\xa5\xaf\xe2\xa5\xb0\xe2\xa5\xb1\xe2\xa5\xb2\xe2\xa5\xb3\xe2\xa5\xb4\xe2\xa5\xb5\xe2\xa5\xb6\xe2\xa5\xb7\xe2\xa5\xb8\xe2\xa5\xb9\xe2\xa5\xba\xe2\xa5\xbb\xe2\xa5\xbc\xe2\xa5\xbd\xe2\xa5\xbe\xe2\xa5\xbf\xe2\xa6\x80\xe2\xa6\x81\xe2\xa6\x82\xe2\xa6\x83\xe2\xa6\x84\xe2\xa6\x85\xe2\xa6\x86\xe2\xa6\x87\xe2\xa6\x88\xe2\xa6\x89\xe2\xa6\x8a\xe2\xa6\x8b\xe2\xa6\x8c\xe2\xa6\x8d\xe2\xa6\x8e\xe2\xa6\x8f\xe2\xa6\x90\xe2\xa6\x91\xe2\xa6\x92\xe2\xa6\x93\xe2\xa6\x94\xe2\xa6\x95\xe2\xa6\x96\xe2\xa6\x97\xe2\xa6\x98\xe2\xa6\x99\xe2\xa6\x9a\xe2\xa6\x9b\xe2\xa6\x9c\xe2\xa6\x9d\xe2\xa6\x9e\xe2\xa6\x9f\xe2\xa6\xa0\xe2\xa6\xa1\xe2\xa6\xa2\xe2\xa6\xa3\xe2\xa6\xa4\xe2\xa6\xa5\xe2\xa6\xa6\xe2\xa6\xa7\xe2\xa6\xa8\xe2\xa6\xa9\xe2\xa6\xaa\xe2\xa6\xab\xe2\xa6\xac\xe2\xa6\xad\xe2\xa6\xae\xe2\xa6\xaf\xe2\xa6\xb0\xe2\xa6\xb1\xe2\xa6\xb2\xe2\xa6\xb3\xe2\xa6\xb4\xe2\xa6\xb5\xe2\xa6\xb6\xe2\xa6\xb7\xe2\xa6\xb8\xe2\xa6\xb9\xe2\xa6\xba\xe2\xa6\xbb\xe2\xa6\xbc\xe2\xa6\xbd\xe2\xa6\xbe\xe2\xa6\xbf\xe2\xa7\x80\xe2\xa7\x81\xe2\xa7\x82\xe2\xa7\x83\xe2\xa7\x84\xe2\xa7\x85\xe2\xa7\x86\xe2\xa7\x87\xe2\xa7\x88\xe2\xa7\x89\xe2\xa7\x8a\xe2\xa7\x8b\xe2\xa7\x8c\xe2\xa7\x8d\xe2\xa7\x8e\xe2\xa7\x8f\xe2\xa7\x90\xe2\xa7\x91\xe2\xa7\x92\xe2\xa7\x93\xe2\xa7\x94\xe2\xa7\x95\xe2\xa7\x96\xe2\xa7\x97\xe2\xa7\x98\xe2\xa7\x99\xe2\xa7\x9a\xe2\xa7\x9b\xe2\xa7\x9c\xe2\xa7\x9d\xe2\xa7\x9e\xe2\xa7\x9f\xe2\xa7\xa0\xe2\xa7\xa1\xe2\xa7\xa2\xe2\xa7\xa3\xe2\xa7\xa4\xe2\xa7\xa5\xe2\xa7\xa6\xe2\xa7\xa7\xe2\xa7\xa8\xe2\xa7\xa9\xe2\xa7\xaa\xe2\xa7\xab\xe2\xa7\xac\xe2\xa7\xad\xe2\xa7\xae\xe2\xa7\xaf\xe2\xa7\xb0\xe2\xa7\xb1\xe2\xa7\xb2\xe2\xa7\xb3\xe2\xa7\xb4\xe2\xa7\xb5\xe2\xa7\xb6\xe2\xa7\xb7\xe2\xa7\xb8\xe2\xa7\xb9\xe2\xa7\xba\xe2\xa7\xbb\xe2\xa7\xbc\xe2\xa7\xbd\xe2\xa7\xbe\xe2\xa7\xbf\xe2\xa8\x80\xe2\xa8\x81\xe2\xa8\x82\xe2\xa8\x83\xe2\xa8\x84\xe2\xa8\x85\xe2\xa8\x86\xe2\xa8\x87\xe2\xa8\x88\xe2\xa8\x89\xe2\xa8\x8a\xe2\xa8\x8b\xe2\xa8\x8c\xe2\xa8\x8d\xe2\xa8\x8e\xe2\xa8\x8f\xe2\xa8\x90\xe2\xa8\x91\xe2\xa8\x92\xe2\xa8\x93\xe2\xa8\x94\xe2\xa8\x95\xe2\xa8\x96\xe2\xa8\x97\xe2\xa8\x98\xe2\xa8\x99\xe2\xa8\x9a\xe2\xa8\x9b\xe2\xa8\x9c\xe2\xa8\x9d\xe2\xa8\x9e\xe2\xa8\x9f\xe2\xa8\xa0\xe2\xa8\xa1\xe2\xa8\xa2\xe2\xa8\xa3\xe2\xa8\xa4\xe2\xa8\xa5\xe2\xa8\xa6\xe2\xa8\xa7\xe2\xa8\xa8\xe2\xa8\xa9\xe2\xa8\xaa\xe2\xa8\xab\xe2\xa8\xac\xe2\xa8\xad\xe2\xa8\xae\xe2\xa8\xaf\xe2\xa8\xb0\xe2\xa8\xb1\xe2\xa8\xb2\xe2\xa8\xb3\xe2\xa8\xb4\xe2\xa8\xb5\xe2\xa8\xb6\xe2\xa8\xb7\xe2\xa8\xb8\xe2\xa8\xb9\xe2\xa8\xba\xe2\xa8\xbb\xe2\xa8\xbc\xe2\xa8\xbd\xe2\xa8\xbe\xe2\xa8\xbf\xe2\xa9\x80\xe2\xa9\x81\xe2\xa9\x82\xe2\xa9\x83\xe2\xa9\x84\xe2\xa9\x85\xe2\xa9\x86\xe2\xa9\x87\xe2\xa9\x88\xe2\xa9\x89\xe2\xa9\x8a\xe2\xa9\x8b\xe2\xa9\x8c\xe2\xa9\x8d\xe2\xa9\x8e\xe2\xa9\x8f\xe2\xa9\x90\xe2\xa9\x91\xe2\xa9\x92\xe2\xa9\x93\xe2\xa9\x94\xe2\xa9\x95\xe2\xa9\x96\xe2\xa9\x97\xe2\xa9\x98\xe2\xa9\x99\xe2\xa9\x9a\xe2\xa9\x9b\xe2\xa9\x9c\xe2\xa9\x9d\xe2\xa9\x9e\xe2\xa9\x9f\xe2\xa9\xa0\xe2\xa9\xa1\xe2\xa9\xa2\xe2\xa9\xa3\xe2\xa9\xa4\xe2\xa9\xa5\xe2\xa9\xa6\xe2\xa9\xa7\xe2\xa9\xa8\xe2\xa9\xa9\xe2\xa9\xaa\xe2\xa9\xab\xe2\xa9\xac\xe2\xa9\xad\xe2\xa9\xae\xe2\xa9\xaf\xe2\xa9\xb0\xe2\xa9\xb1\xe2\xa9\xb2\xe2\xa9\xb3\xe2\xa9\xb4\xe2\xa9\xb5\xe2\xa9\xb6\xe2\xa9\xb7\xe2\xa9\xb8\xe2\xa9\xb9\xe2\xa9\xba\xe2\xa9\xbb\xe2\xa9\xbc\xe2\xa9\xbd\xe2\xa9\xbe\xe2\xa9\xbf\xe2\xaa\x80\xe2\xaa\x81\xe2\xaa\x82\xe2\xaa\x83\xe2\xaa\x84\xe2\xaa\x85\xe2\xaa\x86\xe2\xaa\x87\xe2\xaa\x88\xe2\xaa\x89\xe2\xaa\x8a\xe2\xaa\x8b\xe2\xaa\x8c\xe2\xaa\x8d\xe2\xaa\x8e\xe2\xaa\x8f\xe2\xaa\x90\xe2\xaa\x91\xe2\xaa\x92\xe2\xaa\x93\xe2\xaa\x94\xe2\xaa\x95\xe2\xaa\x96\xe2\xaa\x97\xe2\xaa\x98\xe2\xaa\x99\xe2\xaa\x9a\xe2\xaa\x9b\xe2\xaa\x9c\xe2\xaa\x9d\xe2\xaa\x9e\xe2\xaa\x9f\xe2\xaa\xa0\xe2\xaa\xa1\xe2\xaa\xa2\xe2\xaa\xa3\xe2\xaa\xa4\xe2\xaa\xa5\xe2\xaa\xa6\xe2\xaa\xa7\xe2\xaa\xa8\xe2\xaa\xa9\xe2\xaa\xaa\xe2\xaa\xab\xe2\xaa\xac\xe2\xaa\xad\xe2\xaa\xae\xe2\xaa\xaf\xe2\xaa\xb0\xe2\xaa\xb1\xe2\xaa\xb2\xe2\xaa\xb3\xe2\xaa\xb4\xe2\xaa\xb5\xe2\xaa\xb6\xe2\xaa\xb7\xe2\xaa\xb8\xe2\xaa\xb9\xe2\xaa\xba\xe2\xaa\xbb\xe2\xaa\xbc\xe2\xaa\xbd\xe2\xaa\xbe\xe2\xaa\xbf\xe2\xab\x80\xe2\xab\x81\xe2\xab\x82\xe2\xab\x83\xe2\xab\x84\xe2\xab\x85\xe2\xab\x86\xe2\xab\x87\xe2\xab\x88\xe2\xab\x89\xe2\xab\x8a\xe2\xab\x8b\xe2\xab\x8c\xe2\xab\x8d\xe2\xab\x8e\xe2\xab\x8f\xe2\xab\x90\xe2\xab\x91\xe2\xab\x92\xe2\xab\x93\xe2\xab\x94\xe2\xab\x95\xe2\xab\x96\xe2\xab\x97\xe2\xab\x98\xe2\xab\x99\xe2\xab\x9a\xe2\xab\x9b\xe2\xab\x9c\xe2\xab\x9d\xe2\xab\x9e\xe2\xab\x9f\xe2\xab\xa0\xe2\xab\xa1\xe2\xab\xa2\xe2\xab\xa3\xe2\xab\xa4\xe2\xab\xa5\xe2\xab\xa6\xe2\xab\xa7\xe2\xab\xa8\xe2\xab\xa9\xe2\xab\xaa\xe2\xab\xab\xe2\xab\xac\xe2\xab\xad\xe2\xab\xae\xe2\xab\xaf\xe2\xab\xb0\xe2\xab\xb1\xe2\xab\xb2\xe2\xab\xb3\xe2\xab\xb4\xe2\xab\xb5\xe2\xab\xb6\xe2\xab\xb7\xe2\xab\xb8\xe2\xab\xb9\xe2\xab\xba\xe2\xab\xbb\xe2\xab\xbc\xe2\xab\xbd\xe2\xab\xbe\xe2\xab\xbf\xe2\xac\x80\xe2\xac\x81\xe2\xac\x82\xe2\xac\x83\xe2\xac\x84\xe2\xac\x85\xe2\xac\x86\xe2\xac\x87\xe2\xac\x88\xe2\xac\x89\xe2\xac\x8a\xe2\xac\x8b\xe2\xac\x8c\xe2\xac\x8d\xe2\xac\x8e\xe2\xac\x8f\xe2\xac\x90\xe2\xac\x91\xe2\xac\x92\xe2\xac\x93\xe2\xac\x94\xe2\xac\x95\xe2\xac\x96\xe2\xac\x97\xe2\xac\x98\xe2\xac\x99\xe2\xac\x9a\xe2\xac\x9b\xe2\xac\x9c\xe2\xac\x9d\xe2\xac\x9e\xe2\xac\x9f\xe2\xac\xa0\xe2\xac\xa1\xe2\xac\xa2\xe2\xac\xa3\xe2\xac\xa4\xe2\xac\xa5\xe2\xac\xa6\xe2\xac\xa7\xe2\xac\xa8\xe2\xac\xa9\xe2\xac\xaa\xe2\xac\xab\xe2\xac\xac\xe2\xac\xad\xe2\xac\xae\xe2\xac\xaf\xe2\xac\xb0\xe2\xac\xb1\xe2\xac\xb2\xe2\xac\xb3\xe2\xac\xb4\xe2\xac\xb5\xe2\xac\xb6\xe2\xac\xb7\xe2\xac\xb8\xe2\xac\xb9\xe2\xac\xba\xe2\xac\xbb\xe2\xac\xbc\xe2\xac\xbd\xe2\xac\xbe\xe2\xac\xbf\xe2\xad\x80\xe2\xad\x81\xe2\xad\x82\xe2\xad\x83\xe2\xad\x84\xe2\xad\x85\xe2\xad\x86\xe2\xad\x87\xe2\xad\x88\xe2\xad\x89\xe2\xad\x8a\xe2\xad\x8b\xe2\xad\x8c\xe2\xad\x90\xe2\xad\x91\xe2\xad\x92\xe2\xad\x93\xe2\xad\x94\xe2\xad\x95\xe2\xad\x96\xe2\xad\x97\xe2\xad\x98\xe2\xad\x99\xe2\xb3\xa5\xe2\xb3\xa6\xe2\xb3\xa7\xe2\xb3\xa8\xe2\xb3\xa9\xe2\xb3\xaa\xe2\xb3\xaf\xe2\xb3\xb0\xe2\xb3\xb1\xe2\xb3\xb9\xe2\xb3\xba\xe2\xb3\xbb\xe2\xb3\xbc\xe2\xb3\xbd\xe2\xb3\xbe\xe2\xb3\xbf\xe2\xb7\xa0\xe2\xb7\xa1\xe2\xb7\xa2\xe2\xb7\xa3\xe2\xb7\xa4\xe2\xb7\xa5\xe2\xb7\xa6\xe2\xb7\xa7\xe2\xb7\xa8\xe2\xb7\xa9\xe2\xb7\xaa\xe2\xb7\xab\xe2\xb7\xac\xe2\xb7\xad\xe2\xb7\xae\xe2\xb7\xaf\xe2\xb7\xb0\xe2\xb7\xb1\xe2\xb7\xb2\xe2\xb7\xb3\xe2\xb7\xb4\xe2\xb7\xb5\xe2\xb7\xb6\xe2\xb7\xb7\xe2\xb7\xb8\xe2\xb7\xb9\xe2\xb7\xba\xe2\xb7\xbb\xe2\xb7\xbc\xe2\xb7\xbd\xe2\xb7\xbe\xe2\xb7\xbf\xe2\xb8\x80\xe2\xb8\x81\xe2\xb8\x82\xe2\xb8\x83\xe2\xb8\x84\xe2\xb8\x85\xe2\xb8\x86\xe2\xb8\x87\xe2\xb8\x88\xe2\xb8\x89\xe2\xb8\x8a\xe2\xb8\x8b\xe2\xb8\x8c\xe2\xb8\x8d\xe2\xb8\x8e\xe2\xb8\x8f\xe2\xb8\x90\xe2\xb8\x91\xe2\xb8\x92\xe2\xb8\x93\xe2\xb8\x94\xe2\xb8\x95\xe2\xb8\x96\xe2\xb8\x97\xe2\xb8\x98\xe2\xb8\x99\xe2\xb8\x9a\xe2\xb8\x9b\xe2\xb8\x9c\xe2\xb8\x9d\xe2\xb8\x9e\xe2\xb8\x9f\xe2\xb8\xa0\xe2\xb8\xa1\xe2\xb8\xa2\xe2\xb8\xa3\xe2\xb8\xa4\xe2\xb8\xa5\xe2\xb8\xa6\xe2\xb8\xa7\xe2\xb8\xa8\xe2\xb8\xa9\xe2\xb8\xaa\xe2\xb8\xab\xe2\xb8\xac\xe2\xb8\xad\xe2\xb8\xae\xe2\xb8\xb0\xe2\xb8\xb1\xe2\xba\x80\xe2\xba\x81\xe2\xba\x82\xe2\xba\x83\xe2\xba\x84\xe2\xba\x85\xe2\xba\x86\xe2\xba\x87\xe2\xba\x88\xe2\xba\x89\xe2\xba\x8a\xe2\xba\x8b\xe2\xba\x8c\xe2\xba\x8d\xe2\xba\x8e\xe2\xba\x8f\xe2\xba\x90\xe2\xba\x91\xe2\xba\x92\xe2\xba\x93\xe2\xba\x94\xe2\xba\x95\xe2\xba\x96\xe2\xba\x97\xe2\xba\x98\xe2\xba\x99\xe2\xba\x9b\xe2\xba\x9c\xe2\xba\x9d\xe2\xba\x9e\xe2\xba\x9f\xe2\xba\xa0\xe2\xba\xa1\xe2\xba\xa2\xe2\xba\xa3\xe2\xba\xa4\xe2\xba\xa5\xe2\xba\xa6\xe2\xba\xa7\xe2\xba\xa8\xe2\xba\xa9\xe2\xba\xaa\xe2\xba\xab\xe2\xba\xac\xe2\xba\xad\xe2\xba\xae\xe2\xba\xaf\xe2\xba\xb0\xe2\xba\xb1\xe2\xba\xb2\xe2\xba\xb3\xe2\xba\xb4\xe2\xba\xb5\xe2\xba\xb6\xe2\xba\xb7\xe2\xba\xb8\xe2\xba\xb9\xe2\xba\xba\xe2\xba\xbb\xe2\xba\xbc\xe2\xba\xbd\xe2\xba\xbe\xe2\xba\xbf\xe2\xbb\x80\xe2\xbb\x81\xe2\xbb\x82\xe2\xbb\x83\xe2\xbb\x84\xe2\xbb\x85\xe2\xbb\x86\xe2\xbb\x87\xe2\xbb\x88\xe2\xbb\x89\xe2\xbb\x8a\xe2\xbb\x8b\xe2\xbb\x8c\xe2\xbb\x8d\xe2\xbb\x8e\xe2\xbb\x8f\xe2\xbb\x90\xe2\xbb\x91\xe2\xbb\x92\xe2\xbb\x93\xe2\xbb\x94\xe2\xbb\x95\xe2\xbb\x96\xe2\xbb\x97\xe2\xbb\x98\xe2\xbb\x99\xe2\xbb\x9a\xe2\xbb\x9b\xe2\xbb\x9c\xe2\xbb\x9d\xe2\xbb\x9e\xe2\xbb\x9f\xe2\xbb\xa0\xe2\xbb\xa1\xe2\xbb\xa2\xe2\xbb\xa3\xe2\xbb\xa4\xe2\xbb\xa5\xe2\xbb\xa6\xe2\xbb\xa7\xe2\xbb\xa8\xe2\xbb\xa9\xe2\xbb\xaa\xe2\xbb\xab\xe2\xbb\xac\xe2\xbb\xad\xe2\xbb\xae\xe2\xbb\xaf\xe2\xbb\xb0\xe2\xbb\xb1\xe2\xbb\xb2\xe2\xbb\xb3\xe2\xbc\x80\xe2\xbc\x81\xe2\xbc\x82\xe2\xbc\x83\xe2\xbc\x84\xe2\xbc\x85\xe2\xbc\x86\xe2\xbc\x87\xe2\xbc\x88\xe2\xbc\x89\xe2\xbc\x8a\xe2\xbc\x8b\xe2\xbc\x8c\xe2\xbc\x8d\xe2\xbc\x8e\xe2\xbc\x8f\xe2\xbc\x90\xe2\xbc\x91\xe2\xbc\x92\xe2\xbc\x93\xe2\xbc\x94\xe2\xbc\x95\xe2\xbc\x96\xe2\xbc\x97\xe2\xbc\x98\xe2\xbc\x99\xe2\xbc\x9a\xe2\xbc\x9b\xe2\xbc\x9c\xe2\xbc\x9d\xe2\xbc\x9e\xe2\xbc\x9f\xe2\xbc\xa0\xe2\xbc\xa1\xe2\xbc\xa2\xe2\xbc\xa3\xe2\xbc\xa4\xe2\xbc\xa5\xe2\xbc\xa6\xe2\xbc\xa7\xe2\xbc\xa8\xe2\xbc\xa9\xe2\xbc\xaa\xe2\xbc\xab\xe2\xbc\xac\xe2\xbc\xad\xe2\xbc\xae\xe2\xbc\xaf\xe2\xbc\xb0\xe2\xbc\xb1\xe2\xbc\xb2\xe2\xbc\xb3\xe2\xbc\xb4\xe2\xbc\xb5\xe2\xbc\xb6\xe2\xbc\xb7\xe2\xbc\xb8\xe2\xbc\xb9\xe2\xbc\xba\xe2\xbc\xbb\xe2\xbc\xbc\xe2\xbc\xbd\xe2\xbc\xbe\xe2\xbc\xbf\xe2\xbd\x80\xe2\xbd\x81\xe2\xbd\x82\xe2\xbd\x83\xe2\xbd\x84\xe2\xbd\x85\xe2\xbd\x86\xe2\xbd\x87\xe2\xbd\x88\xe2\xbd\x89\xe2\xbd\x8a\xe2\xbd\x8b\xe2\xbd\x8c\xe2\xbd\x8d\xe2\xbd\x8e\xe2\xbd\x8f\xe2\xbd\x90\xe2\xbd\x91\xe2\xbd\x92\xe2\xbd\x93\xe2\xbd\x94\xe2\xbd\x95\xe2\xbd\x96\xe2\xbd\x97\xe2\xbd\x98\xe2\xbd\x99\xe2\xbd\x9a\xe2\xbd\x9b\xe2\xbd\x9c\xe2\xbd\x9d\xe2\xbd\x9e\xe2\xbd\x9f\xe2\xbd\xa0\xe2\xbd\xa1\xe2\xbd\xa2\xe2\xbd\xa3\xe2\xbd\xa4\xe2\xbd\xa5\xe2\xbd\xa6\xe2\xbd\xa7\xe2\xbd\xa8\xe2\xbd\xa9\xe2\xbd\xaa\xe2\xbd\xab\xe2\xbd\xac\xe2\xbd\xad\xe2\xbd\xae\xe2\xbd\xaf\xe2\xbd\xb0\xe2\xbd\xb1\xe2\xbd\xb2\xe2\xbd\xb3\xe2\xbd\xb4\xe2\xbd\xb5\xe2\xbd\xb6\xe2\xbd\xb7\xe2\xbd\xb8\xe2\xbd\xb9\xe2\xbd\xba\xe2\xbd\xbb\xe2\xbd\xbc\xe2\xbd\xbd\xe2\xbd\xbe\xe2\xbd\xbf\xe2\xbe\x80\xe2\xbe\x81\xe2\xbe\x82\xe2\xbe\x83\xe2\xbe\x84\xe2\xbe\x85\xe2\xbe\x86\xe2\xbe\x87\xe2\xbe\x88\xe2\xbe\x89\xe2\xbe\x8a\xe2\xbe\x8b\xe2\xbe\x8c\xe2\xbe\x8d\xe2\xbe\x8e\xe2\xbe\x8f\xe2\xbe\x90\xe2\xbe\x91\xe2\xbe\x92\xe2\xbe\x93\xe2\xbe\x94\xe2\xbe\x95\xe2\xbe\x96\xe2\xbe\x97\xe2\xbe\x98\xe2\xbe\x99\xe2\xbe\x9a\xe2\xbe\x9b\xe2\xbe\x9c\xe2\xbe\x9d\xe2\xbe\x9e\xe2\xbe\x9f\xe2\xbe\xa0\xe2\xbe\xa1\xe2\xbe\xa2\xe2\xbe\xa3\xe2\xbe\xa4\xe2\xbe\xa5\xe2\xbe\xa6\xe2\xbe\xa7\xe2\xbe\xa8\xe2\xbe\xa9\xe2\xbe\xaa\xe2\xbe\xab\xe2\xbe\xac\xe2\xbe\xad\xe2\xbe\xae\xe2\xbe\xaf\xe2\xbe\xb0\xe2\xbe\xb1\xe2\xbe\xb2\xe2\xbe\xb3\xe2\xbe\xb4\xe2\xbe\xb5\xe2\xbe\xb6\xe2\xbe\xb7\xe2\xbe\xb8\xe2\xbe\xb9\xe2\xbe\xba\xe2\xbe\xbb\xe2\xbe\xbc\xe2\xbe\xbd\xe2\xbe\xbe\xe2\xbe\xbf\xe2\xbf\x80\xe2\xbf\x81\xe2\xbf\x82\xe2\xbf\x83\xe2\xbf\x84\xe2\xbf\x85\xe2\xbf\x86\xe2\xbf\x87\xe2\xbf\x88\xe2\xbf\x89\xe2\xbf\x8a\xe2\xbf\x8b\xe2\xbf\x8c\xe2\xbf\x8d\xe2\xbf\x8e\xe2\xbf\x8f\xe2\xbf\x90\xe2\xbf\x91\xe2\xbf\x92\xe2\xbf\x93\xe2\xbf\x94\xe2\xbf\x95\xe2\xbf\xb0\xe2\xbf\xb1\xe2\xbf\xb2\xe2\xbf\xb3\xe2\xbf\xb4\xe2\xbf\xb5\xe2\xbf\xb6\xe2\xbf\xb7\xe2\xbf\xb8\xe2\xbf\xb9\xe2\xbf\xba\xe2\xbf\xbb\xe3\x80\x80\xe3\x80\x81\xe3\x80\x82\xe3\x80\x83\xe3\x80\x84\xe3\x80\x87\xe3\x80\x88\xe3\x80\x89\xe3\x80\x8a\xe3\x80\x8b\xe3\x80\x8c\xe3\x80\x8d\xe3\x80\x8e\xe3\x80\x8f\xe3\x80\x90\xe3\x80\x91\xe3\x80\x92\xe3\x80\x93\xe3\x80\x94\xe3\x80\x95\xe3\x80\x96\xe3\x80\x97\xe3\x80\x98\xe3\x80\x99\xe3\x80\x9a\xe3\x80\x9b\xe3\x80\x9c\xe3\x80\x9d\xe3\x80\x9e\xe3\x80\x9f\xe3\x80\xa0\xe3\x80\xa1\xe3\x80\xa2\xe3\x80\xa3\xe3\x80\xa4\xe3\x80\xa5\xe3\x80\xa6\xe3\x80\xa7\xe3\x80\xa8\xe3\x80\xa9\xe3\x80\xaa\xe3\x80\xab\xe3\x80\xac\xe3\x80\xad\xe3\x80\xae\xe3\x80\xaf\xe3\x80\xb0\xe3\x80\xb6\xe3\x80\xb7\xe3\x80\xb8\xe3\x80\xb9\xe3\x80\xba\xe3\x80\xbd\xe3\x80\xbe\xe3\x80\xbf\xe3\x82\x99\xe3\x82\x9a\xe3\x82\x9b\xe3\x82\x9c\xe3\x82\xa0\xe3\x83\xbb\xe3\x86\x90\xe3\x86\x91\xe3\x86\x92\xe3\x86\x93\xe3\x86\x94\xe3\x86\x95\xe3\x86\x96\xe3\x86\x97\xe3\x86\x98\xe3\x86\x99\xe3\x86\x9a\xe3\x86\x9b\xe3\x86\x9c\xe3\x86\x9d\xe3\x86\x9e\xe3\x86\x9f\xe3\x87\x80\xe3\x87\x81\xe3\x87\x82\xe3\x87\x83\xe3\x87\x84\xe3\x87\x85\xe3\x87\x86\xe3\x87\x87\xe3\x87\x88\xe3\x87\x89\xe3\x87\x8a\xe3\x87\x8b\xe3\x87\x8c\xe3\x87\x8d\xe3\x87\x8e\xe3\x87\x8f\xe3\x87\x90\xe3\x87\x91\xe3\x87\x92\xe3\x87\x93\xe3\x87\x94\xe3\x87\x95\xe3\x87\x96\xe3\x87\x97\xe3\x87\x98\xe3\x87\x99\xe3\x87\x9a\xe3\x87\x9b\xe3\x87\x9c\xe3\x87\x9d\xe3\x87\x9e\xe3\x87\x9f\xe3\x87\xa0\xe3\x87\xa1\xe3\x87\xa2\xe3\x87\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x88\x9d\xe3\x88\x9e\xe3\x88\xa0\xe3\x88\xa1\xe3\x88\xa2\xe3\x88\xa3\xe3\x88\xa4\xe3\x88\xa5\xe3\x88\xa6\xe3\x88\xa7\xe3\x88\xa8\xe3\x88\xa9\xe3\x88\xaa\xe3\x88\xab\xe3\x88\xac\xe3\x88\xad\xe3\x88\xae\xe3\x88\xaf\xe3\x88\xb0\xe3\x88\xb1\xe3\x88\xb2\xe3\x88\xb3\xe3\x88\xb4\xe3\x88\xb5\xe3\x88\xb6\xe3\x88\xb7\xe3\x88\xb8\xe3\x88\xb9\xe3\x88\xba\xe3\x88\xbb\xe3\x88\xbc\xe3\x88\xbd\xe3\x88\xbe\xe3\x88\xbf\xe3\x89\x80\xe3\x89\x81\xe3\x89\x82\xe3\x89\x83\xe3\x89\x84\xe3\x89\x85\xe3\x89\x86\xe3\x89\x87\xe3\x89\x88\xe3\x89\x89\xe3\x89\x8a\xe3\x89\x8b\xe3\x89\x8c\xe3\x89\x8d\xe3\x89\x8e\xe3\x89\x8f\xe3\x89\x90\xe3\x89\x91\xe3\x89\x92\xe3\x89\x93\xe3\x89\x94\xe3\x89\x95\xe3\x89\x96\xe3\x89\x97\xe3\x89\x98\xe3\x89\x99\xe3\x89\x9a\xe3\x89\x9b\xe3\x89\x9c\xe3\x89\x9d\xe3\x89\x9e\xe3\x89\x9f\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xe3\x89\xbc\xe3\x89\xbd\xe3\x89\xbe\xe3\x89\xbf\xe3\x8a\x80\xe3\x8a\x81\xe3\x8a\x82\xe3\x8a\x83\xe3\x8a\x84\xe3\x8a\x85\xe3\x8a\x86\xe3\x8a\x87\xe3\x8a\x88\xe3\x8a\x89\xe3\x8a\x8a\xe3\x8a\x8b\xe3\x8a\x8c\xe3\x8a\x8d\xe3\x8a\x8e\xe3\x8a\x8f\xe3\x8a\x90\xe3\x8a\x91\xe3\x8a\x92\xe3\x8a\x93\xe3\x8a\x94\xe3\x8a\x95\xe3\x8a\x96\xe3\x8a\x97\xe3\x8a\x98\xe3\x8a\x99\xe3\x8a\x9a\xe3\x8a\x9b\xe3\x8a\x9c\xe3\x8a\x9d\xe3\x8a\x9e\xe3\x8a\x9f\xe3\x8a\xa0\xe3\x8a\xa1\xe3\x8a\xa2\xe3\x8a\xa3\xe3\x8a\xa4\xe3\x8a\xa5\xe3\x8a\xa6\xe3\x8a\xa7\xe3\x8a\xa8\xe3\x8a\xa9\xe3\x8a\xaa\xe3\x8a\xab\xe3\x8a\xac\xe3\x8a\xad\xe3\x8a\xae\xe3\x8a\xaf\xe3\x8a\xb0\xe3\x8a\xb1\xe3\x8a\xb2\xe3\x8a\xb3\xe3\x8a\xb4\xe3\x8a\xb5\xe3\x8a\xb6\xe3\x8a\xb7\xe3\x8a\xb8\xe3\x8a\xb9\xe3\x8a\xba\xe3\x8a\xbb\xe3\x8a\xbc\xe3\x8a\xbd\xe3\x8a\xbe\xe3\x8a\xbf\xe3\x8b\x80\xe3\x8b\x81\xe3\x8b\x82\xe3\x8b\x83\xe3\x8b\x84\xe3\x8b\x85\xe3\x8b\x86\xe3\x8b\x87\xe3\x8b\x88\xe3\x8b\x89\xe3\x8b\x8a\xe3\x8b\x8b\xe3\x8b\x8c\xe3\x8b\x8d\xe3\x8b\x8e\xe3\x8b\x8f\xe3\x8b\x90\xe3\x8b\x91\xe3\x8b\x92\xe3\x8b\x93\xe3\x8b\x94\xe3\x8b\x95\xe3\x8b\x96\xe3\x8b\x97\xe3\x8b\x98\xe3\x8b\x99\xe3\x8b\x9a\xe3\x8b\x9b\xe3\x8b\x9c\xe3\x8b\x9d\xe3\x8b\x9e\xe3\x8b\x9f\xe3\x8b\xa0\xe3\x8b\xa1\xe3\x8b\xa2\xe3\x8b\xa3\xe3\x8b\xa4\xe3\x8b\xa5\xe3\x8b\xa6\xe3\x8b\xa7\xe3\x8b\xa8\xe3\x8b\xa9\xe3\x8b\xaa\xe3\x8b\xab\xe3\x8b\xac\xe3\x8b\xad\xe3\x8b\xae\xe3\x8b\xaf\xe3\x8b\xb0\xe3\x8b\xb1\xe3\x8b\xb2\xe3\x8b\xb3\xe3\x8b\xb4\xe3\x8b\xb5\xe3\x8b\xb6\xe3\x8b\xb7\xe3\x8b\xb8\xe3\x8b\xb9\xe3\x8b\xba\xe3\x8b\xbb\xe3\x8b\xbc\xe3\x8b\xbd\xe3\x8b\xbe\xe3\x8c\x80\xe3\x8c\x81\xe3\x8c\x82\xe3\x8c\x83\xe3\x8c\x84\xe3\x8c\x85\xe3\x8c\x86\xe3\x8c\x87\xe3\x8c\x88\xe3\x8c\x89\xe3\x8c\x8a\xe3\x8c\x8b\xe3\x8c\x8c\xe3\x8c\x8d\xe3\x8c\x8e\xe3\x8c\x8f\xe3\x8c\x90\xe3\x8c\x91\xe3\x8c\x92\xe3\x8c\x93\xe3\x8c\x94\xe3\x8c\x95\xe3\x8c\x96\xe3\x8c\x97\xe3\x8c\x98\xe3\x8c\x99\xe3\x8c\x9a\xe3\x8c\x9b\xe3\x8c\x9c\xe3\x8c\x9d\xe3\x8c\x9e\xe3\x8c\x9f\xe3\x8c\xa0\xe3\x8c\xa1\xe3\x8c\xa2\xe3\x8c\xa3\xe3\x8c\xa4\xe3\x8c\xa5\xe3\x8c\xa6\xe3\x8c\xa7\xe3\x8c\xa8\xe3\x8c\xa9\xe3\x8c\xaa\xe3\x8c\xab\xe3\x8c\xac\xe3\x8c\xad\xe3\x8c\xae\xe3\x8c\xaf\xe3\x8c\xb0\xe3\x8c\xb1\xe3\x8c\xb2\xe3\x8c\xb3\xe3\x8c\xb4\xe3\x8c\xb5\xe3\x8c\xb6\xe3\x8c\xb7\xe3\x8c\xb8\xe3\x8c\xb9\xe3\x8c\xba\xe3\x8c\xbb\xe3\x8c\xbc\xe3\x8c\xbd\xe3\x8c\xbe\xe3\x8c\xbf\xe3\x8d\x80\xe3\x8d\x81\xe3\x8d\x82\xe3\x8d\x83\xe3\x8d\x84\xe3\x8d\x85\xe3\x8d\x86\xe3\x8d\x87\xe3\x8d\x88\xe3\x8d\x89\xe3\x8d\x8a\xe3\x8d\x8b\xe3\x8d\x8c\xe3\x8d\x8d\xe3\x8d\x8e\xe3\x8d\x8f\xe3\x8d\x90\xe3\x8d\x91\xe3\x8d\x92\xe3\x8d\x93\xe3\x8d\x94\xe3\x8d\x95\xe3\x8d\x96\xe3\x8d\x97\xe3\x8d\x98\xe3\x8d\x99\xe3\x8d\x9a\xe3\x8d\x9b\xe3\x8d\x9c\xe3\x8d\x9d\xe3\x8d\x9e\xe3\x8d\x9f\xe3\x8d\xa0\xe3\x8d\xa1\xe3\x8d\xa2\xe3\x8d\xa3\xe3\x8d\xa4\xe3\x8d\xa5\xe3\x8d\xa6\xe3\x8d\xa7\xe3\x8d\xa8\xe3\x8d\xa9\xe3\x8d\xaa\xe3\x8d\xab\xe3\x8d\xac\xe3\x8d\xad\xe3\x8d\xae\xe3\x8d\xaf\xe3\x8d\xb0\xe3\x8d\xb1\xe3\x8d\xb2\xe3\x8d\xb3\xe3\x8d\xb4\xe3\x8d\xb5\xe3\x8d\xb6\xe3\x8d\xb7\xe3\x8d\xb8\xe3\x8d\xb9\xe3\x8d\xba\xe3\x8d\xbb\xe3\x8d\xbc\xe3\x8d\xbd\xe3\x8d\xbe\xe3\x8d\xbf\xe3\x8e\x80\xe3\x8e\x81\xe3\x8e\x82\xe3\x8e\x83\xe3\x8e\x84\xe3\x8e\x85\xe3\x8e\x86\xe3\x8e\x87\xe3\x8e\x88\xe3\x8e\x89\xe3\x8e\x8a\xe3\x8e\x8b\xe3\x8e\x8c\xe3\x8e\x8d\xe3\x8e\x8e\xe3\x8e\x8f\xe3\x8e\x90\xe3\x8e\x91\xe3\x8e\x92\xe3\x8e\x93\xe3\x8e\x94\xe3\x8e\x95\xe3\x8e\x96\xe3\x8e\x97\xe3\x8e\x98\xe3\x8e\x99\xe3\x8e\x9a\xe3\x8e\x9b\xe3\x8e\x9c\xe3\x8e\x9d\xe3\x8e\x9e\xe3\x8e\x9f\xe3\x8e\xa0\xe3\x8e\xa1\xe3\x8e\xa2\xe3\x8e\xa3\xe3\x8e\xa4\xe3\x8e\xa5\xe3\x8e\xa6\xe3\x8e\xa7\xe3\x8e\xa8\xe3\x8e\xa9\xe3\x8e\xaa\xe3\x8e\xab\xe3\x8e\xac\xe3\x8e\xad\xe3\x8e\xae\xe3\x8e\xaf\xe3\x8e\xb0\xe3\x8e\xb1\xe3\x8e\xb2\xe3\x8e\xb3\xe3\x8e\xb4\xe3\x8e\xb5\xe3\x8e\xb6\xe3\x8e\xb7\xe3\x8e\xb8\xe3\x8e\xb9\xe3\x8e\xba\xe3\x8e\xbb\xe3\x8e\xbc\xe3\x8e\xbd\xe3\x8e\xbe\xe3\x8e\xbf\xe3\x8f\x80\xe3\x8f\x81\xe3\x8f\x82\xe3\x8f\x83\xe3\x8f\x84\xe3\x8f\x85\xe3\x8f\x86\xe3\x8f\x87\xe3\x8f\x88\xe3\x8f\x89\xe3\x8f\x8a\xe3\x8f\x8b\xe3\x8f\x8c\xe3\x8f\x8d\xe3\x8f\x8e\xe3\x8f\x8f\xe3\x8f\x90\xe3\x8f\x91\xe3\x8f\x92\xe3\x8f\x93\xe3\x8f\x94\xe3\x8f\x95\xe3\x8f\x96\xe3\x8f\x97\xe3\x8f\x98\xe3\x8f\x99\xe3\x8f\x9a\xe3\x8f\x9b\xe3\x8f\x9c\xe3\x8f\x9d\xe3\x8f\x9e\xe3\x8f\x9f\xe3\x8f\xa0\xe3\x8f\xa1\xe3\x8f\xa2\xe3\x8f\xa3\xe3\x8f\xa4\xe3\x8f\xa5\xe3\x8f\xa6\xe3\x8f\xa7\xe3\x8f\xa8\xe3\x8f\xa9\xe3\x8f\xaa\xe3\x8f\xab\xe3\x8f\xac\xe3\x8f\xad\xe3\x8f\xae\xe3\x8f\xaf\xe3\x8f\xb0\xe3\x8f\xb1\xe3\x8f\xb2\xe3\x8f\xb3\xe3\x8f\xb4\xe3\x8f\xb5\xe3\x8f\xb6\xe3\x8f\xb7\xe3\x8f\xb8\xe3\x8f\xb9\xe3\x8f\xba\xe3\x8f\xbb\xe3\x8f\xbc\xe3\x8f\xbd\xe3\x8f\xbe\xe3\x8f\xbf\xe3\x90\x81\xe3\x90\x82\xe3\x90\x83\xe3\x90\x84\xe3\x90\x85\xe3\x90\x86\xe3\x90\x87\xe3\x90\x88\xe3\x90\x89\xe3\x90\x8a\xe3\x90\x8b\xe3\x90\x8c\xe3\x90\x8d\xe3\x90\x8e\xe3\x90\x8f\xe3\x90\x90\xe3\x90\x91\xe3\x90\x92\xe3\x90\x93\xe3\x90\x94\xe3\x90\x95\xe3\x90\x96\xe3\x90\x97\xe3\x90\x98\xe3\x90\x99\xe3\x90\x9a\xe3\x90\x9b\xe3\x90\x9c\xe3\x90\x9d\xe3\x90\x9e\xe3\x90\x9f\xe3\x90\xa0\xe3\x90\xa1\xe3\x90\xa2\xe3\x90\xa3\xe3\x90\xa4\xe3\x90\xa5\xe3\x90\xa6\xe3\x90\xa7\xe3\x90\xa8\xe3\x90\xa9\xe3\x90\xaa\xe3\x90\xab\xe3\x90\xac\xe3\x90\xad\xe3\x90\xae\xe3\x90\xaf\xe3\x90\xb0\xe3\x90\xb1\xe3\x90\xb2\xe3\x90\xb3\xe3\x90\xb4\xe3\x90\xb5\xe3\x90\xb6\xe3\x90\xb7\xe3\x90\xb8\xe3\x90\xb9\xe3\x90\xba\xe3\x90\xbb\xe3\x90\xbc\xe3\x90\xbd\xe3\x90\xbe\xe3\x90\xbf\xe3\x91\x80\xe3\x91\x81\xe3\x91\x82\xe3\x91\x83\xe3\x91\x84\xe3\x91\x85\xe3\x91\x86\xe3\x91\x87\xe3\x91\x88\xe3\x91\x89\xe3\x91\x8a\xe3\x91\x8b\xe3\x91\x8c\xe3\x91\x8d\xe3\x91\x8e\xe3\x91\x8f\xe3\x91\x90\xe3\x91\x91\xe3\x91\x92\xe3\x91\x93\xe3\x91\x94\xe3\x91\x95\xe3\x91\x96\xe3\x91\x97\xe3\x91\x98\xe3\x91\x99\xe3\x91\x9a\xe3\x91\x9b\xe3\x91\x9c\xe3\x91\x9d\xe3\x91\x9e\xe3\x91\x9f\xe3\x91\xa0\xe3\x91\xa1\xe3\x91\xa2\xe3\x91\xa3\xe3\x91\xa4\xe3\x91\xa5\xe3\x91\xa6\xe3\x91\xa7\xe3\x91\xa8\xe3\x91\xa9\xe3\x91\xaa\xe3\x91\xab\xe3\x91\xac\xe3\x91\xad\xe3\x91\xae\xe3\x91\xaf\xe3\x91\xb0\xe3\x91\xb1\xe3\x91\xb2\xe3\x91\xb3\xe3\x91\xb4\xe3\x91\xb5\xe3\x91\xb6\xe3\x91\xb7\xe3\x91\xb8\xe3\x91\xb9\xe3\x91\xba\xe3\x91\xbb\xe3\x91\xbc\xe3\x91\xbd\xe3\x91\xbe\xe3\x91\xbf\xe3\x92\x80\xe3\x92\x81\xe3\x92\x82\xe3\x92\x83\xe3\x92\x84\xe3\x92\x85\xe3\x92\x86\xe3\x92\x87\xe3\x92\x88\xe3\x92\x89\xe3\x92\x8a\xe3\x92\x8b\xe3\x92\x8c\xe3\x92\x8d\xe3\x92\x8e\xe3\x92\x8f\xe3\x92\x90\xe3\x92\x91\xe3\x92\x92\xe3\x92\x93\xe3\x92\x94\xe3\x92\x95\xe3\x92\x96\xe3\x92\x97\xe3\x92\x98\xe3\x92\x99\xe3\x92\x9a\xe3\x92\x9b\xe3\x92\x9c\xe3\x92\x9d\xe3\x92\x9e\xe3\x92\x9f\xe3\x92\xa0\xe3\x92\xa1\xe3\x92\xa2\xe3\x92\xa3\xe3\x92\xa4\xe3\x92\xa5\xe3\x92\xa6\xe3\x92\xa7\xe3\x92\xa8\xe3\x92\xa9\xe3\x92\xaa\xe3\x92\xab\xe3\x92\xac\xe3\x92\xad\xe3\x92\xae\xe3\x92\xaf\xe3\x92\xb0\xe3\x92\xb1\xe3\x92\xb2\xe3\x92\xb3\xe3\x92\xb4\xe3\x92\xb5\xe3\x92\xb6\xe3\x92\xb7\xe3\x92\xb8\xe3\x92\xb9\xe3\x92\xba\xe3\x92\xbb\xe3\x92\xbc\xe3\x92\xbd\xe3\x92\xbe\xe3\x92\xbf\xe3\x93\x80\xe3\x93\x81\xe3\x93\x82\xe3\x93\x83\xe3\x93\x84\xe3\x93\x85\xe3\x93\x86\xe3\x93\x87\xe3\x93\x88\xe3\x93\x89\xe3\x93\x8a\xe3\x93\x8b\xe3\x93\x8c\xe3\x93\x8d\xe3\x93\x8e\xe3\x93\x8f\xe3\x93\x90\xe3\x93\x91\xe3\x93\x92\xe3\x93\x93\xe3\x93\x94\xe3\x93\x95\xe3\x93\x96\xe3\x93\x97\xe3\x93\x98\xe3\x93\x99\xe3\x93\x9a\xe3\x93\x9b\xe3\x93\x9c\xe3\x93\x9d\xe3\x93\x9e\xe3\x93\x9f\xe3\x93\xa0\xe3\x93\xa1\xe3\x93\xa2\xe3\x93\xa3\xe3\x93\xa4\xe3\x93\xa5\xe3\x93\xa6\xe3\x93\xa7\xe3\x93\xa8\xe3\x93\xa9\xe3\x93\xaa\xe3\x93\xab\xe3\x93\xac\xe3\x93\xad\xe3\x93\xae\xe3\x93\xaf\xe3\x93\xb0\xe3\x93\xb1\xe3\x93\xb2\xe3\x93\xb3\xe3\x93\xb4\xe3\x93\xb5\xe3\x93\xb6\xe3\x93\xb7\xe3\x93\xb8\xe3\x93\xb9\xe3\x93\xba\xe3\x93\xbb\xe3\x93\xbc\xe3\x93\xbd\xe3\x93\xbe\xe3\x93\xbf\xe3\x94\x80\xe3\x94\x81\xe3\x94\x82\xe3\x94\x83\xe3\x94\x84\xe3\x94\x85\xe3\x94\x86\xe3\x94\x87\xe3\x94\x88\xe3\x94\x89\xe3\x94\x8a\xe3\x94\x8b\xe3\x94\x8c\xe3\x94\x8d\xe3\x94\x8e\xe3\x94\x8f\xe3\x94\x90\xe3\x94\x91\xe3\x94\x92\xe3\x94\x93\xe3\x94\x94\xe3\x94\x95\xe3\x94\x96\xe3\x94\x97\xe3\x94\x98\xe3\x94\x99\xe3\x94\x9a\xe3\x94\x9b\xe3\x94\x9c\xe3\x94\x9d\xe3\x94\x9e\xe3\x94\x9f\xe3\x94\xa0\xe3\x94\xa1\xe3\x94\xa2\xe3\x94\xa3\xe3\x94\xa4\xe3\x94\xa5\xe3\x94\xa6\xe3\x94\xa7\xe3\x94\xa8\xe3\x94\xa9\xe3\x94\xaa\xe3\x94\xab\xe3\x94\xac\xe3\x94\xad\xe3\x94\xae\xe3\x94\xaf\xe3\x94\xb0\xe3\x94\xb1\xe3\x94\xb2\xe3\x94\xb3\xe3\x94\xb4\xe3\x94\xb5\xe3\x94\xb6\xe3\x94\xb7\xe3\x94\xb8\xe3\x94\xb9\xe3\x94\xba\xe3\x94\xbb\xe3\x94\xbc\xe3\x94\xbd\xe3\x94\xbe\xe3\x94\xbf\xe3\x95\x80\xe3\x95\x81\xe3\x95\x82\xe3\x95\x83\xe3\x95\x84\xe3\x95\x85\xe3\x95\x86\xe3\x95\x87\xe3\x95\x88\xe3\x95\x89\xe3\x95\x8a\xe3\x95\x8b\xe3\x95\x8c\xe3\x95\x8d\xe3\x95\x8e\xe3\x95\x8f\xe3\x95\x90\xe3\x95\x91\xe3\x95\x92\xe3\x95\x93\xe3\x95\x94\xe3\x95\x95\xe3\x95\x96\xe3\x95\x97\xe3\x95\x98\xe3\x95\x99\xe3\x95\x9a\xe3\x95\x9b\xe3\x95\x9c\xe3\x95\x9d\xe3\x95\x9e\xe3\x95\x9f\xe3\x95\xa0\xe3\x95\xa1\xe3\x95\xa2\xe3\x95\xa3\xe3\x95\xa4\xe3\x95\xa5\xe3\x95\xa6\xe3\x95\xa7\xe3\x95\xa8\xe3\x95\xa9\xe3\x95\xaa\xe3\x95\xab\xe3\x95\xac\xe3\x95\xad\xe3\x95\xae\xe3\x95\xaf\xe3\x95\xb0\xe3\x95\xb1\xe3\x95\xb2\xe3\x95\xb3\xe3\x95\xb4\xe3\x95\xb5\xe3\x95\xb6\xe3\x95\xb7\xe3\x95\xb8\xe3\x95\xb9\xe3\x95\xba\xe3\x95\xbb\xe3\x95\xbc\xe3\x95\xbd\xe3\x95\xbe\xe3\x95\xbf\xe3\x96\x80\xe3\x96\x81\xe3\x96\x82\xe3\x96\x83\xe3\x96\x84\xe3\x96\x85\xe3\x96\x86\xe3\x96\x87\xe3\x96\x88\xe3\x96\x89\xe3\x96\x8a\xe3\x96\x8b\xe3\x96\x8c\xe3\x96\x8d\xe3\x96\x8e\xe3\x96\x8f\xe3\x96\x90\xe3\x96\x91\xe3\x96\x92\xe3\x96\x93\xe3\x96\x94\xe3\x96\x95\xe3\x96\x96\xe3\x96\x97\xe3\x96\x98\xe3\x96\x99\xe3\x96\x9a\xe3\x96\x9b\xe3\x96\x9c\xe3\x96\x9d\xe3\x96\x9e\xe3\x96\x9f\xe3\x96\xa0\xe3\x96\xa1\xe3\x96\xa2\xe3\x96\xa3\xe3\x96\xa4\xe3\x96\xa5\xe3\x96\xa6\xe3\x96\xa7\xe3\x96\xa8\xe3\x96\xa9\xe3\x96\xaa\xe3\x96\xab\xe3\x96\xac\xe3\x96\xad\xe3\x96\xae\xe3\x96\xaf\xe3\x96\xb0\xe3\x96\xb1\xe3\x96\xb2\xe3\x96\xb3\xe3\x96\xb4\xe3\x96\xb5\xe3\x96\xb6\xe3\x96\xb7\xe3\x96\xb8\xe3\x96\xb9\xe3\x96\xba\xe3\x96\xbb\xe3\x96\xbc\xe3\x96\xbd\xe3\x96\xbe\xe3\x96\xbf\xe3\x97\x80\xe3\x97\x81\xe3\x97\x82\xe3\x97\x83\xe3\x97\x84\xe3\x97\x85\xe3\x97\x86\xe3\x97\x87\xe3\x97\x88\xe3\x97\x89\xe3\x97\x8a\xe3\x97\x8b\xe3\x97\x8c\xe3\x97\x8d\xe3\x97\x8e\xe3\x97\x8f\xe3\x97\x90\xe3\x97\x91\xe3\x97\x92\xe3\x97\x93\xe3\x97\x94\xe3\x97\x95\xe3\x97\x96\xe3\x97\x97\xe3\x97\x98\xe3\x97\x99\xe3\x97\x9a\xe3\x97\x9b\xe3\x97\x9c\xe3\x97\x9d\xe3\x97\x9e\xe3\x97\x9f\xe3\x97\xa0\xe3\x97\xa1\xe3\x97\xa2\xe3\x97\xa3\xe3\x97\xa4\xe3\x97\xa5\xe3\x97\xa6\xe3\x97\xa7\xe3\x97\xa8\xe3\x97\xa9\xe3\x97\xaa\xe3\x97\xab\xe3\x97\xac\xe3\x97\xad\xe3\x97\xae\xe3\x97\xaf\xe3\x97\xb0\xe3\x97\xb1\xe3\x97\xb2\xe3\x97\xb3\xe3\x97\xb4\xe3\x97\xb5\xe3\x97\xb6\xe3\x97\xb7\xe3\x97\xb8\xe3\x97\xb9\xe3\x97\xba\xe3\x97\xbb\xe3\x97\xbc\xe3\x97\xbd\xe3\x97\xbe\xe3\x97\xbf\xe3\x98\x80\xe3\x98\x81\xe3\x98\x82\xe3\x98\x83\xe3\x98\x84\xe3\x98\x85\xe3\x98\x86\xe3\x98\x87\xe3\x98\x88\xe3\x98\x89\xe3\x98\x8a\xe3\x98\x8b\xe3\x98\x8c\xe3\x98\x8d\xe3\x98\x8e\xe3\x98\x8f\xe3\x98\x90\xe3\x98\x91\xe3\x98\x92\xe3\x98\x93\xe3\x98\x94\xe3\x98\x95\xe3\x98\x96\xe3\x98\x97\xe3\x98\x98\xe3\x98\x99\xe3\x98\x9a\xe3\x98\x9b\xe3\x98\x9c\xe3\x98\x9d\xe3\x98\x9e\xe3\x98\x9f\xe3\x98\xa0\xe3\x98\xa1\xe3\x98\xa2\xe3\x98\xa3\xe3\x98\xa4\xe3\x98\xa5\xe3\x98\xa6\xe3\x98\xa7\xe3\x98\xa8\xe3\x98\xa9\xe3\x98\xaa\xe3\x98\xab\xe3\x98\xac\xe3\x98\xad\xe3\x98\xae\xe3\x98\xaf\xe3\x98\xb0\xe3\x98\xb1\xe3\x98\xb2\xe3\x98\xb3\xe3\x98\xb4\xe3\x98\xb5\xe3\x98\xb6\xe3\x98\xb7\xe3\x98\xb8\xe3\x98\xb9\xe3\x98\xba\xe3\x98\xbb\xe3\x98\xbc\xe3\x98\xbd\xe3\x98\xbe\xe3\x98\xbf\xe3\x99\x80\xe3\x99\x81\xe3\x99\x82\xe3\x99\x83\xe3\x99\x84\xe3\x99\x85\xe3\x99\x86\xe3\x99\x87\xe3\x99\x88\xe3\x99\x89\xe3\x99\x8a\xe3\x99\x8b\xe3\x99\x8c\xe3\x99\x8d\xe3\x99\x8e\xe3\x99\x8f\xe3\x99\x90\xe3\x99\x91\xe3\x99\x92\xe3\x99\x93\xe3\x99\x94\xe3\x99\x95\xe3\x99\x96\xe3\x99\x97\xe3\x99\x98\xe3\x99\x99\xe3\x99\x9a\xe3\x99\x9b\xe3\x99\x9c\xe3\x99\x9d\xe3\x99\x9e\xe3\x99\x9f\xe3\x99\xa0\xe3\x99\xa1\xe3\x99\xa2\xe3\x99\xa3\xe3\x99\xa4\xe3\x99\xa5\xe3\x99\xa6\xe3\x99\xa7\xe3\x99\xa8\xe3\x99\xa9\xe3\x99\xaa\xe3\x99\xab\xe3\x99\xac\xe3\x99\xad\xe3\x99\xae\xe3\x99\xaf\xe3\x99\xb0\xe3\x99\xb1\xe3\x99\xb2\xe3\x99\xb3\xe3\x99\xb4\xe3\x99\xb5\xe3\x99\xb6\xe3\x99\xb7\xe3\x99\xb8\xe3\x99\xb9\xe3\x99\xba\xe3\x99\xbb\xe3\x99\xbc\xe3\x99\xbd\xe3\x99\xbe\xe3\x99\xbf\xe3\x9a\x80\xe3\x9a\x81\xe3\x9a\x82\xe3\x9a\x83\xe3\x9a\x84\xe3\x9a\x85\xe3\x9a\x86\xe3\x9a\x87\xe3\x9a\x88\xe3\x9a\x89\xe3\x9a\x8a\xe3\x9a\x8b\xe3\x9a\x8c\xe3\x9a\x8d\xe3\x9a\x8e\xe3\x9a\x8f\xe3\x9a\x90\xe3\x9a\x91\xe3\x9a\x92\xe3\x9a\x93\xe3\x9a\x94\xe3\x9a\x95\xe3\x9a\x96\xe3\x9a\x97\xe3\x9a\x98\xe3\x9a\x99\xe3\x9a\x9a\xe3\x9a\x9b\xe3\x9a\x9c\xe3\x9a\x9d\xe3\x9a\x9e\xe3\x9a\x9f\xe3\x9a\xa0\xe3\x9a\xa1\xe3\x9a\xa2\xe3\x9a\xa3\xe3\x9a\xa4\xe3\x9a\xa5\xe3\x9a\xa6\xe3\x9a\xa7\xe3\x9a\xa8\xe3\x9a\xa9\xe3\x9a\xaa\xe3\x9a\xab\xe3\x9a\xac\xe3\x9a\xad\xe3\x9a\xae\xe3\x9a\xaf\xe3\x9a\xb0\xe3\x9a\xb1\xe3\x9a\xb2\xe3\x9a\xb3\xe3\x9a\xb4\xe3\x9a\xb5\xe3\x9a\xb6\xe3\x9a\xb7\xe3\x9a\xb8\xe3\x9a\xb9\xe3\x9a\xba\xe3\x9a\xbb\xe3\x9a\xbc\xe3\x9a\xbd\xe3\x9a\xbe\xe3\x9a\xbf\xe3\x9b\x80\xe3\x9b\x81\xe3\x9b\x82\xe3\x9b\x83\xe3\x9b\x84\xe3\x9b\x85\xe3\x9b\x86\xe3\x9b\x87\xe3\x9b\x88\xe3\x9b\x89\xe3\x9b\x8a\xe3\x9b\x8b\xe3\x9b\x8c\xe3\x9b\x8d\xe3\x9b\x8e\xe3\x9b\x8f\xe3\x9b\x90\xe3\x9b\x91\xe3\x9b\x92\xe3\x9b\x93\xe3\x9b\x94\xe3\x9b\x95\xe3\x9b\x96\xe3\x9b\x97\xe3\x9b\x98\xe3\x9b\x99\xe3\x9b\x9a\xe3\x9b\x9b\xe3\x9b\x9c\xe3\x9b\x9d\xe3\x9b\x9e\xe3\x9b\x9f\xe3\x9b\xa0\xe3\x9b\xa1\xe3\x9b\xa2\xe3\x9b\xa3\xe3\x9b\xa4\xe3\x9b\xa5\xe3\x9b\xa6\xe3\x9b\xa7\xe3\x9b\xa8\xe3\x9b\xa9\xe3\x9b\xaa\xe3\x9b\xab\xe3\x9b\xac\xe3\x9b\xad\xe3\x9b\xae\xe3\x9b\xaf\xe3\x9b\xb0\xe3\x9b\xb1\xe3\x9b\xb2\xe3\x9b\xb3\xe3\x9b\xb4\xe3\x9b\xb5\xe3\x9b\xb6\xe3\x9b\xb7\xe3\x9b\xb8\xe3\x9b\xb9\xe3\x9b\xba\xe3\x9b\xbb\xe3\x9b\xbc\xe3\x9b\xbd\xe3\x9b\xbe\xe3\x9b\xbf\xe3\x9c\x80\xe3\x9c\x81\xe3\x9c\x82\xe3\x9c\x83\xe3\x9c\x84\xe3\x9c\x85\xe3\x9c\x86\xe3\x9c\x87\xe3\x9c\x88\xe3\x9c\x89\xe3\x9c\x8a\xe3\x9c\x8b\xe3\x9c\x8c\xe3\x9c\x8d\xe3\x9c\x8e\xe3\x9c\x8f\xe3\x9c\x90\xe3\x9c\x91\xe3\x9c\x92\xe3\x9c\x93\xe3\x9c\x94\xe3\x9c\x95\xe3\x9c\x96\xe3\x9c\x97\xe3\x9c\x98\xe3\x9c\x99\xe3\x9c\x9a\xe3\x9c\x9b\xe3\x9c\x9c\xe3\x9c\x9d\xe3\x9c\x9e\xe3\x9c\x9f\xe3\x9c\xa0\xe3\x9c\xa1\xe3\x9c\xa2\xe3\x9c\xa3\xe3\x9c\xa4\xe3\x9c\xa5\xe3\x9c\xa6\xe3\x9c\xa7\xe3\x9c\xa8\xe3\x9c\xa9\xe3\x9c\xaa\xe3\x9c\xab\xe3\x9c\xac\xe3\x9c\xad\xe3\x9c\xae\xe3\x9c\xaf\xe3\x9c\xb0\xe3\x9c\xb1\xe3\x9c\xb2\xe3\x9c\xb3\xe3\x9c\xb4\xe3\x9c\xb5\xe3\x9c\xb6\xe3\x9c\xb7\xe3\x9c\xb8\xe3\x9c\xb9\xe3\x9c\xba\xe3\x9c\xbb\xe3\x9c\xbc\xe3\x9c\xbd\xe3\x9c\xbe\xe3\x9c\xbf\xe3\x9d\x80\xe3\x9d\x81\xe3\x9d\x82\xe3\x9d\x83\xe3\x9d\x84\xe3\x9d\x85\xe3\x9d\x86\xe3\x9d\x87\xe3\x9d\x88\xe3\x9d\x89\xe3\x9d\x8a\xe3\x9d\x8b\xe3\x9d\x8c\xe3\x9d\x8d\xe3\x9d\x8e\xe3\x9d\x8f\xe3\x9d\x90\xe3\x9d\x91\xe3\x9d\x92\xe3\x9d\x93\xe3\x9d\x94\xe3\x9d\x95\xe3\x9d\x96\xe3\x9d\x97\xe3\x9d\x98\xe3\x9d\x99\xe3\x9d\x9a\xe3\x9d\x9b\xe3\x9d\x9c\xe3\x9d\x9d\xe3\x9d\x9e\xe3\x9d\x9f\xe3\x9d\xa0\xe3\x9d\xa1\xe3\x9d\xa2\xe3\x9d\xa3\xe3\x9d\xa4\xe3\x9d\xa5\xe3\x9d\xa6\xe3\x9d\xa7\xe3\x9d\xa8\xe3\x9d\xa9\xe3\x9d\xaa\xe3\x9d\xab\xe3\x9d\xac\xe3\x9d\xad\xe3\x9d\xae\xe3\x9d\xaf\xe3\x9d\xb0\xe3\x9d\xb1\xe3\x9d\xb2\xe3\x9d\xb3\xe3\x9d\xb4\xe3\x9d\xb5\xe3\x9d\xb6\xe3\x9d\xb7\xe3\x9d\xb8\xe3\x9d\xb9\xe3\x9d\xba\xe3\x9d\xbb\xe3\x9d\xbc\xe3\x9d\xbd\xe3\x9d\xbe\xe3\x9d\xbf\xe3\x9e\x80\xe3\x9e\x81\xe3\x9e\x82\xe3\x9e\x83\xe3\x9e\x84\xe3\x9e\x85\xe3\x9e\x86\xe3\x9e\x87\xe3\x9e\x88\xe3\x9e\x89\xe3\x9e\x8a\xe3\x9e\x8b\xe3\x9e\x8c\xe3\x9e\x8d\xe3\x9e\x8e\xe3\x9e\x8f\xe3\x9e\x90\xe3\x9e\x91\xe3\x9e\x92\xe3\x9e\x93\xe3\x9e\x94\xe3\x9e\x95\xe3\x9e\x96\xe3\x9e\x97\xe3\x9e\x98\xe3\x9e\x99\xe3\x9e\x9a\xe3\x9e\x9b\xe3\x9e\x9c\xe3\x9e\x9d\xe3\x9e\x9e\xe3\x9e\x9f\xe3\x9e\xa0\xe3\x9e\xa1\xe3\x9e\xa2\xe3\x9e\xa3\xe3\x9e\xa4\xe3\x9e\xa5\xe3\x9e\xa6\xe3\x9e\xa7\xe3\x9e\xa8\xe3\x9e\xa9\xe3\x9e\xaa\xe3\x9e\xab\xe3\x9e\xac\xe3\x9e\xad\xe3\x9e\xae\xe3\x9e\xaf\xe3\x9e\xb0\xe3\x9e\xb1\xe3\x9e\xb2\xe3\x9e\xb3\xe3\x9e\xb4\xe3\x9e\xb5\xe3\x9e\xb6\xe3\x9e\xb7\xe3\x9e\xb8\xe3\x9e\xb9\xe3\x9e\xba\xe3\x9e\xbb\xe3\x9e\xbc\xe3\x9e\xbd\xe3\x9e\xbe\xe3\x9e\xbf\xe3\x9f\x80\xe3\x9f\x81\xe3\x9f\x82\xe3\x9f\x83\xe3\x9f\x84\xe3\x9f\x85\xe3\x9f\x86\xe3\x9f\x87\xe3\x9f\x88\xe3\x9f\x89\xe3\x9f\x8a\xe3\x9f\x8b\xe3\x9f\x8c\xe3\x9f\x8d\xe3\x9f\x8e\xe3\x9f\x8f\xe3\x9f\x90\xe3\x9f\x91\xe3\x9f\x92\xe3\x9f\x93\xe3\x9f\x94\xe3\x9f\x95\xe3\x9f\x96\xe3\x9f\x97\xe3\x9f\x98\xe3\x9f\x99\xe3\x9f\x9a\xe3\x9f\x9b\xe3\x9f\x9c\xe3\x9f\x9d\xe3\x9f\x9e\xe3\x9f\x9f\xe3\x9f\xa0\xe3\x9f\xa1\xe3\x9f\xa2\xe3\x9f\xa3\xe3\x9f\xa4\xe3\x9f\xa5\xe3\x9f\xa6\xe3\x9f\xa7\xe3\x9f\xa8\xe3\x9f\xa9\xe3\x9f\xaa\xe3\x9f\xab\xe3\x9f\xac\xe3\x9f\xad\xe3\x9f\xae\xe3\x9f\xaf\xe3\x9f\xb0\xe3\x9f\xb1\xe3\x9f\xb2\xe3\x9f\xb3\xe3\x9f\xb4\xe3\x9f\xb5\xe3\x9f\xb6\xe3\x9f\xb7\xe3\x9f\xb8\xe3\x9f\xb9\xe3\x9f\xba\xe3\x9f\xbb\xe3\x9f\xbc\xe3\x9f\xbd\xe3\x9f\xbe\xe3\x9f\xbf\xe3\xa0\x80\xe3\xa0\x81\xe3\xa0\x82\xe3\xa0\x83\xe3\xa0\x84\xe3\xa0\x85\xe3\xa0\x86\xe3\xa0\x87\xe3\xa0\x88\xe3\xa0\x89\xe3\xa0\x8a\xe3\xa0\x8b\xe3\xa0\x8c\xe3\xa0\x8d\xe3\xa0\x8e\xe3\xa0\x8f\xe3\xa0\x90\xe3\xa0\x91\xe3\xa0\x92\xe3\xa0\x93\xe3\xa0\x94\xe3\xa0\x95\xe3\xa0\x96\xe3\xa0\x97\xe3\xa0\x98\xe3\xa0\x99\xe3\xa0\x9a\xe3\xa0\x9b\xe3\xa0\x9c\xe3\xa0\x9d\xe3\xa0\x9e\xe3\xa0\x9f\xe3\xa0\xa0\xe3\xa0\xa1\xe3\xa0\xa2\xe3\xa0\xa3\xe3\xa0\xa4\xe3\xa0\xa5\xe3\xa0\xa6\xe3\xa0\xa7\xe3\xa0\xa8\xe3\xa0\xa9\xe3\xa0\xaa\xe3\xa0\xab\xe3\xa0\xac\xe3\xa0\xad\xe3\xa0\xae\xe3\xa0\xaf\xe3\xa0\xb0\xe3\xa0\xb1\xe3\xa0\xb2\xe3\xa0\xb3\xe3\xa0\xb4\xe3\xa0\xb5\xe3\xa0\xb6\xe3\xa0\xb7\xe3\xa0\xb8\xe3\xa0\xb9\xe3\xa0\xba\xe3\xa0\xbb\xe3\xa0\xbc\xe3\xa0\xbd\xe3\xa0\xbe\xe3\xa0\xbf\xe3\xa1\x80\xe3\xa1\x81\xe3\xa1\x82\xe3\xa1\x83\xe3\xa1\x84\xe3\xa1\x85\xe3\xa1\x86\xe3\xa1\x87\xe3\xa1\x88\xe3\xa1\x89\xe3\xa1\x8a\xe3\xa1\x8b\xe3\xa1\x8c\xe3\xa1\x8d\xe3\xa1\x8e\xe3\xa1\x8f\xe3\xa1\x90\xe3\xa1\x91\xe3\xa1\x92\xe3\xa1\x93\xe3\xa1\x94\xe3\xa1\x95\xe3\xa1\x96\xe3\xa1\x97\xe3\xa1\x98\xe3\xa1\x99\xe3\xa1\x9a\xe3\xa1\x9b\xe3\xa1\x9c\xe3\xa1\x9d\xe3\xa1\x9e\xe3\xa1\x9f\xe3\xa1\xa0\xe3\xa1\xa1\xe3\xa1\xa2\xe3\xa1\xa3\xe3\xa1\xa4\xe3\xa1\xa5\xe3\xa1\xa6\xe3\xa1\xa7\xe3\xa1\xa8\xe3\xa1\xa9\xe3\xa1\xaa\xe3\xa1\xab\xe3\xa1\xac\xe3\xa1\xad\xe3\xa1\xae\xe3\xa1\xaf\xe3\xa1\xb0\xe3\xa1\xb1\xe3\xa1\xb2\xe3\xa1\xb3\xe3\xa1\xb4\xe3\xa1\xb5\xe3\xa1\xb6\xe3\xa1\xb7\xe3\xa1\xb8\xe3\xa1\xb9\xe3\xa1\xba\xe3\xa1\xbb\xe3\xa1\xbc\xe3\xa1\xbd\xe3\xa1\xbe\xe3\xa1\xbf\xe3\xa2\x80\xe3\xa2\x81\xe3\xa2\x82\xe3\xa2\x83\xe3\xa2\x84\xe3\xa2\x85\xe3\xa2\x86\xe3\xa2\x87\xe3\xa2\x88\xe3\xa2\x89\xe3\xa2\x8a\xe3\xa2\x8b\xe3\xa2\x8c\xe3\xa2\x8d\xe3\xa2\x8e\xe3\xa2\x8f\xe3\xa2\x90\xe3\xa2\x91\xe3\xa2\x92\xe3\xa2\x93\xe3\xa2\x94\xe3\xa2\x95\xe3\xa2\x96\xe3\xa2\x97\xe3\xa2\x98\xe3\xa2\x99\xe3\xa2\x9a\xe3\xa2\x9b\xe3\xa2\x9c\xe3\xa2\x9d\xe3\xa2\x9e\xe3\xa2\x9f\xe3\xa2\xa0\xe3\xa2\xa1\xe3\xa2\xa2\xe3\xa2\xa3\xe3\xa2\xa4\xe3\xa2\xa5\xe3\xa2\xa6\xe3\xa2\xa7\xe3\xa2\xa8\xe3\xa2\xa9\xe3\xa2\xaa\xe3\xa2\xab\xe3\xa2\xac\xe3\xa2\xad\xe3\xa2\xae\xe3\xa2\xaf\xe3\xa2\xb0\xe3\xa2\xb1\xe3\xa2\xb2\xe3\xa2\xb3\xe3\xa2\xb4\xe3\xa2\xb5\xe3\xa2\xb6\xe3\xa2\xb7\xe3\xa2\xb8\xe3\xa2\xb9\xe3\xa2\xba\xe3\xa2\xbb\xe3\xa2\xbc\xe3\xa2\xbd\xe3\xa2\xbe\xe3\xa2\xbf\xe3\xa3\x80\xe3\xa3\x81\xe3\xa3\x82\xe3\xa3\x83\xe3\xa3\x84\xe3\xa3\x85\xe3\xa3\x86\xe3\xa3\x87\xe3\xa3\x88\xe3\xa3\x89\xe3\xa3\x8a\xe3\xa3\x8b\xe3\xa3\x8c\xe3\xa3\x8d\xe3\xa3\x8e\xe3\xa3\x8f\xe3\xa3\x90\xe3\xa3\x91\xe3\xa3\x92\xe3\xa3\x93\xe3\xa3\x94\xe3\xa3\x95\xe3\xa3\x96\xe3\xa3\x97\xe3\xa3\x98\xe3\xa3\x99\xe3\xa3\x9a\xe3\xa3\x9b\xe3\xa3\x9c\xe3\xa3\x9d\xe3\xa3\x9e\xe3\xa3\x9f\xe3\xa3\xa0\xe3\xa3\xa1\xe3\xa3\xa2\xe3\xa3\xa3\xe3\xa3\xa4\xe3\xa3\xa5\xe3\xa3\xa6\xe3\xa3\xa7\xe3\xa3\xa8\xe3\xa3\xa9\xe3\xa3\xaa\xe3\xa3\xab\xe3\xa3\xac\xe3\xa3\xad\xe3\xa3\xae\xe3\xa3\xaf\xe3\xa3\xb0\xe3\xa3\xb1\xe3\xa3\xb2\xe3\xa3\xb3\xe3\xa3\xb4\xe3\xa3\xb5\xe3\xa3\xb6\xe3\xa3\xb7\xe3\xa3\xb8\xe3\xa3\xb9\xe3\xa3\xba\xe3\xa3\xbb\xe3\xa3\xbc\xe3\xa3\xbd\xe3\xa3\xbe\xe3\xa3\xbf\xe3\xa4\x80\xe3\xa4\x81\xe3\xa4\x82\xe3\xa4\x83\xe3\xa4\x84\xe3\xa4\x85\xe3\xa4\x86\xe3\xa4\x87\xe3\xa4\x88\xe3\xa4\x89\xe3\xa4\x8a\xe3\xa4\x8b\xe3\xa4\x8c\xe3\xa4\x8d\xe3\xa4\x8e\xe3\xa4\x8f\xe3\xa4\x90\xe3\xa4\x91\xe3\xa4\x92\xe3\xa4\x93\xe3\xa4\x94\xe3\xa4\x95\xe3\xa4\x96\xe3\xa4\x97\xe3\xa4\x98\xe3\xa4\x99\xe3\xa4\x9a\xe3\xa4\x9b\xe3\xa4\x9c\xe3\xa4\x9d\xe3\xa4\x9e\xe3\xa4\x9f\xe3\xa4\xa0\xe3\xa4\xa1\xe3\xa4\xa2\xe3\xa4\xa3\xe3\xa4\xa4\xe3\xa4\xa5\xe3\xa4\xa6\xe3\xa4\xa7\xe3\xa4\xa8\xe3\xa4\xa9\xe3\xa4\xaa\xe3\xa4\xab\xe3\xa4\xac\xe3\xa4\xad\xe3\xa4\xae\xe3\xa4\xaf\xe3\xa4\xb0\xe3\xa4\xb1\xe3\xa4\xb2\xe3\xa4\xb3\xe3\xa4\xb4\xe3\xa4\xb5\xe3\xa4\xb6\xe3\xa4\xb7\xe3\xa4\xb8\xe3\xa4\xb9\xe3\xa4\xba\xe3\xa4\xbb\xe3\xa4\xbc\xe3\xa4\xbd\xe3\xa4\xbe\xe3\xa4\xbf\xe3\xa5\x80\xe3\xa5\x81\xe3\xa5\x82\xe3\xa5\x83\xe3\xa5\x84\xe3\xa5\x85\xe3\xa5\x86\xe3\xa5\x87\xe3\xa5\x88\xe3\xa5\x89\xe3\xa5\x8a\xe3\xa5\x8b\xe3\xa5\x8c\xe3\xa5\x8d\xe3\xa5\x8e\xe3\xa5\x8f\xe3\xa5\x90\xe3\xa5\x91\xe3\xa5\x92\xe3\xa5\x93\xe3\xa5\x94\xe3\xa5\x95\xe3\xa5\x96\xe3\xa5\x97\xe3\xa5\x98\xe3\xa5\x99\xe3\xa5\x9a\xe3\xa5\x9b\xe3\xa5\x9c\xe3\xa5\x9d\xe3\xa5\x9e\xe3\xa5\x9f\xe3\xa5\xa0\xe3\xa5\xa1\xe3\xa5\xa2\xe3\xa5\xa3\xe3\xa5\xa4\xe3\xa5\xa5\xe3\xa5\xa6\xe3\xa5\xa7\xe3\xa5\xa8\xe3\xa5\xa9\xe3\xa5\xaa\xe3\xa5\xab\xe3\xa5\xac\xe3\xa5\xad\xe3\xa5\xae\xe3\xa5\xaf\xe3\xa5\xb0\xe3\xa5\xb1\xe3\xa5\xb2\xe3\xa5\xb3\xe3\xa5\xb4\xe3\xa5\xb5\xe3\xa5\xb6\xe3\xa5\xb7\xe3\xa5\xb8\xe3\xa5\xb9\xe3\xa5\xba\xe3\xa5\xbb\xe3\xa5\xbc\xe3\xa5\xbd\xe3\xa5\xbe\xe3\xa5\xbf\xe3\xa6\x80\xe3\xa6\x81\xe3\xa6\x82\xe3\xa6\x83\xe3\xa6\x84\xe3\xa6\x85\xe3\xa6\x86\xe3\xa6\x87\xe3\xa6\x88\xe3\xa6\x89\xe3\xa6\x8a\xe3\xa6\x8b\xe3\xa6\x8c\xe3\xa6\x8d\xe3\xa6\x8e\xe3\xa6\x8f\xe3\xa6\x90\xe3\xa6\x91\xe3\xa6\x92\xe3\xa6\x93\xe3\xa6\x94\xe3\xa6\x95\xe3\xa6\x96\xe3\xa6\x97\xe3\xa6\x98\xe3\xa6\x99\xe3\xa6\x9a\xe3\xa6\x9b\xe3\xa6\x9c\xe3\xa6\x9d\xe3\xa6\x9e\xe3\xa6\x9f\xe3\xa6\xa0\xe3\xa6\xa1\xe3\xa6\xa2\xe3\xa6\xa3\xe3\xa6\xa4\xe3\xa6\xa5\xe3\xa6\xa6\xe3\xa6\xa7\xe3\xa6\xa8\xe3\xa6\xa9\xe3\xa6\xaa\xe3\xa6\xab\xe3\xa6\xac\xe3\xa6\xad\xe3\xa6\xae\xe3\xa6\xaf\xe3\xa6\xb0\xe3\xa6\xb1\xe3\xa6\xb2\xe3\xa6\xb3\xe3\xa6\xb4\xe3\xa6\xb5\xe3\xa6\xb6\xe3\xa6\xb7\xe3\xa6\xb8\xe3\xa6\xb9\xe3\xa6\xba\xe3\xa6\xbb\xe3\xa6\xbc\xe3\xa6\xbd\xe3\xa6\xbe\xe3\xa6\xbf\xe3\xa7\x80\xe3\xa7\x81\xe3\xa7\x82\xe3\xa7\x83\xe3\xa7\x84\xe3\xa7\x85\xe3\xa7\x86\xe3\xa7\x87\xe3\xa7\x88\xe3\xa7\x89\xe3\xa7\x8a\xe3\xa7\x8b\xe3\xa7\x8c\xe3\xa7\x8d\xe3\xa7\x8e\xe3\xa7\x8f\xe3\xa7\x90\xe3\xa7\x91\xe3\xa7\x92\xe3\xa7\x93\xe3\xa7\x94\xe3\xa7\x95\xe3\xa7\x96\xe3\xa7\x97\xe3\xa7\x98\xe3\xa7\x99\xe3\xa7\x9a\xe3\xa7\x9b\xe3\xa7\x9c\xe3\xa7\x9d\xe3\xa7\x9e\xe3\xa7\x9f\xe3\xa7\xa0\xe3\xa7\xa1\xe3\xa7\xa2\xe3\xa7\xa3\xe3\xa7\xa4\xe3\xa7\xa5\xe3\xa7\xa6\xe3\xa7\xa7\xe3\xa7\xa8\xe3\xa7\xa9\xe3\xa7\xaa\xe3\xa7\xab\xe3\xa7\xac\xe3\xa7\xad\xe3\xa7\xae\xe3\xa7\xaf\xe3\xa7\xb0\xe3\xa7\xb1\xe3\xa7\xb2\xe3\xa7\xb3\xe3\xa7\xb4\xe3\xa7\xb5\xe3\xa7\xb6\xe3\xa7\xb7\xe3\xa7\xb8\xe3\xa7\xb9\xe3\xa7\xba\xe3\xa7\xbb\xe3\xa7\xbc\xe3\xa7\xbd\xe3\xa7\xbe\xe3\xa7\xbf\xe3\xa8\x80\xe3\xa8\x81\xe3\xa8\x82\xe3\xa8\x83\xe3\xa8\x84\xe3\xa8\x85\xe3\xa8\x86\xe3\xa8\x87\xe3\xa8\x88\xe3\xa8\x89\xe3\xa8\x8a\xe3\xa8\x8b\xe3\xa8\x8c\xe3\xa8\x8d\xe3\xa8\x8e\xe3\xa8\x8f\xe3\xa8\x90\xe3\xa8\x91\xe3\xa8\x92\xe3\xa8\x93\xe3\xa8\x94\xe3\xa8\x95\xe3\xa8\x96\xe3\xa8\x97\xe3\xa8\x98\xe3\xa8\x99\xe3\xa8\x9a\xe3\xa8\x9b\xe3\xa8\x9c\xe3\xa8\x9d\xe3\xa8\x9e\xe3\xa8\x9f\xe3\xa8\xa0\xe3\xa8\xa1\xe3\xa8\xa2\xe3\xa8\xa3\xe3\xa8\xa4\xe3\xa8\xa5\xe3\xa8\xa6\xe3\xa8\xa7\xe3\xa8\xa8\xe3\xa8\xa9\xe3\xa8\xaa\xe3\xa8\xab\xe3\xa8\xac\xe3\xa8\xad\xe3\xa8\xae\xe3\xa8\xaf\xe3\xa8\xb0\xe3\xa8\xb1\xe3\xa8\xb2\xe3\xa8\xb3\xe3\xa8\xb4\xe3\xa8\xb5\xe3\xa8\xb6\xe3\xa8\xb7\xe3\xa8\xb8\xe3\xa8\xb9\xe3\xa8\xba\xe3\xa8\xbb\xe3\xa8\xbc\xe3\xa8\xbd\xe3\xa8\xbe\xe3\xa8\xbf\xe3\xa9\x80\xe3\xa9\x81\xe3\xa9\x82\xe3\xa9\x83\xe3\xa9\x84\xe3\xa9\x85\xe3\xa9\x86\xe3\xa9\x87\xe3\xa9\x88\xe3\xa9\x89\xe3\xa9\x8a\xe3\xa9\x8b\xe3\xa9\x8c\xe3\xa9\x8d\xe3\xa9\x8e\xe3\xa9\x8f\xe3\xa9\x90\xe3\xa9\x91\xe3\xa9\x92\xe3\xa9\x93\xe3\xa9\x94\xe3\xa9\x95\xe3\xa9\x96\xe3\xa9\x97\xe3\xa9\x98\xe3\xa9\x99\xe3\xa9\x9a\xe3\xa9\x9b\xe3\xa9\x9c\xe3\xa9\x9d\xe3\xa9\x9e\xe3\xa9\x9f\xe3\xa9\xa0\xe3\xa9\xa1\xe3\xa9\xa2\xe3\xa9\xa3\xe3\xa9\xa4\xe3\xa9\xa5\xe3\xa9\xa6\xe3\xa9\xa7\xe3\xa9\xa8\xe3\xa9\xa9\xe3\xa9\xaa\xe3\xa9\xab\xe3\xa9\xac\xe3\xa9\xad\xe3\xa9\xae\xe3\xa9\xaf\xe3\xa9\xb0\xe3\xa9\xb1\xe3\xa9\xb2\xe3\xa9\xb3\xe3\xa9\xb4\xe3\xa9\xb5\xe3\xa9\xb6\xe3\xa9\xb7\xe3\xa9\xb8\xe3\xa9\xb9\xe3\xa9\xba\xe3\xa9\xbb\xe3\xa9\xbc\xe3\xa9\xbd\xe3\xa9\xbe\xe3\xa9\xbf\xe3\xaa\x80\xe3\xaa\x81\xe3\xaa\x82\xe3\xaa\x83\xe3\xaa\x84\xe3\xaa\x85\xe3\xaa\x86\xe3\xaa\x87\xe3\xaa\x88\xe3\xaa\x89\xe3\xaa\x8a\xe3\xaa\x8b\xe3\xaa\x8c\xe3\xaa\x8d\xe3\xaa\x8e\xe3\xaa\x8f\xe3\xaa\x90\xe3\xaa\x91\xe3\xaa\x92\xe3\xaa\x93\xe3\xaa\x94\xe3\xaa\x95\xe3\xaa\x96\xe3\xaa\x97\xe3\xaa\x98\xe3\xaa\x99\xe3\xaa\x9a\xe3\xaa\x9b\xe3\xaa\x9c\xe3\xaa\x9d\xe3\xaa\x9e\xe3\xaa\x9f\xe3\xaa\xa0\xe3\xaa\xa1\xe3\xaa\xa2\xe3\xaa\xa3\xe3\xaa\xa4\xe3\xaa\xa5\xe3\xaa\xa6\xe3\xaa\xa7\xe3\xaa\xa8\xe3\xaa\xa9\xe3\xaa\xaa\xe3\xaa\xab\xe3\xaa\xac\xe3\xaa\xad\xe3\xaa\xae\xe3\xaa\xaf\xe3\xaa\xb0\xe3\xaa\xb1\xe3\xaa\xb2\xe3\xaa\xb3\xe3\xaa\xb4\xe3\xaa\xb5\xe3\xaa\xb6\xe3\xaa\xb7\xe3\xaa\xb8\xe3\xaa\xb9\xe3\xaa\xba\xe3\xaa\xbb\xe3\xaa\xbc\xe3\xaa\xbd\xe3\xaa\xbe\xe3\xaa\xbf\xe3\xab\x80\xe3\xab\x81\xe3\xab\x82\xe3\xab\x83\xe3\xab\x84\xe3\xab\x85\xe3\xab\x86\xe3\xab\x87\xe3\xab\x88\xe3\xab\x89\xe3\xab\x8a\xe3\xab\x8b\xe3\xab\x8c\xe3\xab\x8d\xe3\xab\x8e\xe3\xab\x8f\xe3\xab\x90\xe3\xab\x91\xe3\xab\x92\xe3\xab\x93\xe3\xab\x94\xe3\xab\x95\xe3\xab\x96\xe3\xab\x97\xe3\xab\x98\xe3\xab\x99\xe3\xab\x9a\xe3\xab\x9b\xe3\xab\x9c\xe3\xab\x9d\xe3\xab\x9e\xe3\xab\x9f\xe3\xab\xa0\xe3\xab\xa1\xe3\xab\xa2\xe3\xab\xa3\xe3\xab\xa4\xe3\xab\xa5\xe3\xab\xa6\xe3\xab\xa7\xe3\xab\xa8\xe3\xab\xa9\xe3\xab\xaa\xe3\xab\xab\xe3\xab\xac\xe3\xab\xad\xe3\xab\xae\xe3\xab\xaf\xe3\xab\xb0\xe3\xab\xb1\xe3\xab\xb2\xe3\xab\xb3\xe3\xab\xb4\xe3\xab\xb5\xe3\xab\xb6\xe3\xab\xb7\xe3\xab\xb8\xe3\xab\xb9\xe3\xab\xba\xe3\xab\xbb\xe3\xab\xbc\xe3\xab\xbd\xe3\xab\xbe\xe3\xab\xbf\xe3\xac\x80\xe3\xac\x81\xe3\xac\x82\xe3\xac\x83\xe3\xac\x84\xe3\xac\x85\xe3\xac\x86\xe3\xac\x87\xe3\xac\x88\xe3\xac\x89\xe3\xac\x8a\xe3\xac\x8b\xe3\xac\x8c\xe3\xac\x8d\xe3\xac\x8e\xe3\xac\x8f\xe3\xac\x90\xe3\xac\x91\xe3\xac\x92\xe3\xac\x93\xe3\xac\x94\xe3\xac\x95\xe3\xac\x96\xe3\xac\x97\xe3\xac\x98\xe3\xac\x99\xe3\xac\x9a\xe3\xac\x9b\xe3\xac\x9c\xe3\xac\x9d\xe3\xac\x9e\xe3\xac\x9f\xe3\xac\xa0\xe3\xac\xa1\xe3\xac\xa2\xe3\xac\xa3\xe3\xac\xa4\xe3\xac\xa5\xe3\xac\xa6\xe3\xac\xa7\xe3\xac\xa8\xe3\xac\xa9\xe3\xac\xaa\xe3\xac\xab\xe3\xac\xac\xe3\xac\xad\xe3\xac\xae\xe3\xac\xaf\xe3\xac\xb0\xe3\xac\xb1\xe3\xac\xb2\xe3\xac\xb3\xe3\xac\xb4\xe3\xac\xb5\xe3\xac\xb6\xe3\xac\xb7\xe3\xac\xb8\xe3\xac\xb9\xe3\xac\xba\xe3\xac\xbb\xe3\xac\xbc\xe3\xac\xbd\xe3\xac\xbe\xe3\xac\xbf\xe3\xad\x80\xe3\xad\x81\xe3\xad\x82\xe3\xad\x83\xe3\xad\x84\xe3\xad\x85\xe3\xad\x86\xe3\xad\x87\xe3\xad\x88\xe3\xad\x89\xe3\xad\x8a\xe3\xad\x8b\xe3\xad\x8c\xe3\xad\x8d\xe3\xad\x8e\xe3\xad\x8f\xe3\xad\x90\xe3\xad\x91\xe3\xad\x92\xe3\xad\x93\xe3\xad\x94\xe3\xad\x95\xe3\xad\x96\xe3\xad\x97\xe3\xad\x98\xe3\xad\x99\xe3\xad\x9a\xe3\xad\x9b\xe3\xad\x9c\xe3\xad\x9d\xe3\xad\x9e\xe3\xad\x9f\xe3\xad\xa0\xe3\xad\xa1\xe3\xad\xa2\xe3\xad\xa3\xe3\xad\xa4\xe3\xad\xa5\xe3\xad\xa6\xe3\xad\xa7\xe3\xad\xa8\xe3\xad\xa9\xe3\xad\xaa\xe3\xad\xab\xe3\xad\xac\xe3\xad\xad\xe3\xad\xae\xe3\xad\xaf\xe3\xad\xb0\xe3\xad\xb1\xe3\xad\xb2\xe3\xad\xb3\xe3\xad\xb4\xe3\xad\xb5\xe3\xad\xb6\xe3\xad\xb7\xe3\xad\xb8\xe3\xad\xb9\xe3\xad\xba\xe3\xad\xbb\xe3\xad\xbc\xe3\xad\xbd\xe3\xad\xbe\xe3\xad\xbf\xe3\xae\x80\xe3\xae\x81\xe3\xae\x82\xe3\xae\x83\xe3\xae\x84\xe3\xae\x85\xe3\xae\x86\xe3\xae\x87\xe3\xae\x88\xe3\xae\x89\xe3\xae\x8a\xe3\xae\x8b\xe3\xae\x8c\xe3\xae\x8d\xe3\xae\x8e\xe3\xae\x8f\xe3\xae\x90\xe3\xae\x91\xe3\xae\x92\xe3\xae\x93\xe3\xae\x94\xe3\xae\x95\xe3\xae\x96\xe3\xae\x97\xe3\xae\x98\xe3\xae\x99\xe3\xae\x9a\xe3\xae\x9b\xe3\xae\x9c\xe3\xae\x9d\xe3\xae\x9e\xe3\xae\x9f\xe3\xae\xa0\xe3\xae\xa1\xe3\xae\xa2\xe3\xae\xa3\xe3\xae\xa4\xe3\xae\xa5\xe3\xae\xa6\xe3\xae\xa7\xe3\xae\xa8\xe3\xae\xa9\xe3\xae\xaa\xe3\xae\xab\xe3\xae\xac\xe3\xae\xad\xe3\xae\xae\xe3\xae\xaf\xe3\xae\xb0\xe3\xae\xb1\xe3\xae\xb2\xe3\xae\xb3\xe3\xae\xb4\xe3\xae\xb5\xe3\xae\xb6\xe3\xae\xb7\xe3\xae\xb8\xe3\xae\xb9\xe3\xae\xba\xe3\xae\xbb\xe3\xae\xbc\xe3\xae\xbd\xe3\xae\xbe\xe3\xae\xbf\xe3\xaf\x80\xe3\xaf\x81\xe3\xaf\x82\xe3\xaf\x83\xe3\xaf\x84\xe3\xaf\x85\xe3\xaf\x86\xe3\xaf\x87\xe3\xaf\x88\xe3\xaf\x89\xe3\xaf\x8a\xe3\xaf\x8b\xe3\xaf\x8c\xe3\xaf\x8d\xe3\xaf\x8e\xe3\xaf\x8f\xe3\xaf\x90\xe3\xaf\x91\xe3\xaf\x92\xe3\xaf\x93\xe3\xaf\x94\xe3\xaf\x95\xe3\xaf\x96\xe3\xaf\x97\xe3\xaf\x98\xe3\xaf\x99\xe3\xaf\x9a\xe3\xaf\x9b\xe3\xaf\x9c\xe3\xaf\x9d\xe3\xaf\x9e\xe3\xaf\x9f\xe3\xaf\xa0\xe3\xaf\xa1\xe3\xaf\xa2\xe3\xaf\xa3\xe3\xaf\xa4\xe3\xaf\xa5\xe3\xaf\xa6\xe3\xaf\xa7\xe3\xaf\xa8\xe3\xaf\xa9\xe3\xaf\xaa\xe3\xaf\xab\xe3\xaf\xac\xe3\xaf\xad\xe3\xaf\xae\xe3\xaf\xaf\xe3\xaf\xb0\xe3\xaf\xb1\xe3\xaf\xb2\xe3\xaf\xb3\xe3\xaf\xb4\xe3\xaf\xb5\xe3\xaf\xb6\xe3\xaf\xb7\xe3\xaf\xb8\xe3\xaf\xb9\xe3\xaf\xba\xe3\xaf\xbb\xe3\xaf\xbc\xe3\xaf\xbd\xe3\xaf\xbe\xe3\xaf\xbf\xe3\xb0\x80\xe3\xb0\x81\xe3\xb0\x82\xe3\xb0\x83\xe3\xb0\x84\xe3\xb0\x85\xe3\xb0\x86\xe3\xb0\x87\xe3\xb0\x88\xe3\xb0\x89\xe3\xb0\x8a\xe3\xb0\x8b\xe3\xb0\x8c\xe3\xb0\x8d\xe3\xb0\x8e\xe3\xb0\x8f\xe3\xb0\x90\xe3\xb0\x91\xe3\xb0\x92\xe3\xb0\x93\xe3\xb0\x94\xe3\xb0\x95\xe3\xb0\x96\xe3\xb0\x97\xe3\xb0\x98\xe3\xb0\x99\xe3\xb0\x9a\xe3\xb0\x9b\xe3\xb0\x9c\xe3\xb0\x9d\xe3\xb0\x9e\xe3\xb0\x9f\xe3\xb0\xa0\xe3\xb0\xa1\xe3\xb0\xa2\xe3\xb0\xa3\xe3\xb0\xa4\xe3\xb0\xa5\xe3\xb0\xa6\xe3\xb0\xa7\xe3\xb0\xa8\xe3\xb0\xa9\xe3\xb0\xaa\xe3\xb0\xab\xe3\xb0\xac\xe3\xb0\xad\xe3\xb0\xae\xe3\xb0\xaf\xe3\xb0\xb0\xe3\xb0\xb1\xe3\xb0\xb2\xe3\xb0\xb3\xe3\xb0\xb4\xe3\xb0\xb5\xe3\xb0\xb6\xe3\xb0\xb7\xe3\xb0\xb8\xe3\xb0\xb9\xe3\xb0\xba\xe3\xb0\xbb\xe3\xb0\xbc\xe3\xb0\xbd\xe3\xb0\xbe\xe3\xb0\xbf\xe3\xb1\x80\xe3\xb1\x81\xe3\xb1\x82\xe3\xb1\x83\xe3\xb1\x84\xe3\xb1\x85\xe3\xb1\x86\xe3\xb1\x87\xe3\xb1\x88\xe3\xb1\x89\xe3\xb1\x8a\xe3\xb1\x8b\xe3\xb1\x8c\xe3\xb1\x8d\xe3\xb1\x8e\xe3\xb1\x8f\xe3\xb1\x90\xe3\xb1\x91\xe3\xb1\x92\xe3\xb1\x93\xe3\xb1\x94\xe3\xb1\x95\xe3\xb1\x96\xe3\xb1\x97\xe3\xb1\x98\xe3\xb1\x99\xe3\xb1\x9a\xe3\xb1\x9b\xe3\xb1\x9c\xe3\xb1\x9d\xe3\xb1\x9e\xe3\xb1\x9f\xe3\xb1\xa0\xe3\xb1\xa1\xe3\xb1\xa2\xe3\xb1\xa3\xe3\xb1\xa4\xe3\xb1\xa5\xe3\xb1\xa6\xe3\xb1\xa7\xe3\xb1\xa8\xe3\xb1\xa9\xe3\xb1\xaa\xe3\xb1\xab\xe3\xb1\xac\xe3\xb1\xad\xe3\xb1\xae\xe3\xb1\xaf\xe3\xb1\xb0\xe3\xb1\xb1\xe3\xb1\xb2\xe3\xb1\xb3\xe3\xb1\xb4\xe3\xb1\xb5\xe3\xb1\xb6\xe3\xb1\xb7\xe3\xb1\xb8\xe3\xb1\xb9\xe3\xb1\xba\xe3\xb1\xbb\xe3\xb1\xbc\xe3\xb1\xbd\xe3\xb1\xbe\xe3\xb1\xbf\xe3\xb2\x80\xe3\xb2\x81\xe3\xb2\x82\xe3\xb2\x83\xe3\xb2\x84\xe3\xb2\x85\xe3\xb2\x86\xe3\xb2\x87\xe3\xb2\x88\xe3\xb2\x89\xe3\xb2\x8a\xe3\xb2\x8b\xe3\xb2\x8c\xe3\xb2\x8d\xe3\xb2\x8e\xe3\xb2\x8f\xe3\xb2\x90\xe3\xb2\x91\xe3\xb2\x92\xe3\xb2\x93\xe3\xb2\x94\xe3\xb2\x95\xe3\xb2\x96\xe3\xb2\x97\xe3\xb2\x98\xe3\xb2\x99\xe3\xb2\x9a\xe3\xb2\x9b\xe3\xb2\x9c\xe3\xb2\x9d\xe3\xb2\x9e\xe3\xb2\x9f\xe3\xb2\xa0\xe3\xb2\xa1\xe3\xb2\xa2\xe3\xb2\xa3\xe3\xb2\xa4\xe3\xb2\xa5\xe3\xb2\xa6\xe3\xb2\xa7\xe3\xb2\xa8\xe3\xb2\xa9\xe3\xb2\xaa\xe3\xb2\xab\xe3\xb2\xac\xe3\xb2\xad\xe3\xb2\xae\xe3\xb2\xaf\xe3\xb2\xb0\xe3\xb2\xb1\xe3\xb2\xb2\xe3\xb2\xb3\xe3\xb2\xb4\xe3\xb2\xb5\xe3\xb2\xb6\xe3\xb2\xb7\xe3\xb2\xb8\xe3\xb2\xb9\xe3\xb2\xba\xe3\xb2\xbb\xe3\xb2\xbc\xe3\xb2\xbd\xe3\xb2\xbe\xe3\xb2\xbf\xe3\xb3\x80\xe3\xb3\x81\xe3\xb3\x82\xe3\xb3\x83\xe3\xb3\x84\xe3\xb3\x85\xe3\xb3\x86\xe3\xb3\x87\xe3\xb3\x88\xe3\xb3\x89\xe3\xb3\x8a\xe3\xb3\x8b\xe3\xb3\x8c\xe3\xb3\x8d\xe3\xb3\x8e\xe3\xb3\x8f\xe3\xb3\x90\xe3\xb3\x91\xe3\xb3\x92\xe3\xb3\x93\xe3\xb3\x94\xe3\xb3\x95\xe3\xb3\x96\xe3\xb3\x97\xe3\xb3\x98\xe3\xb3\x99\xe3\xb3\x9a\xe3\xb3\x9b\xe3\xb3\x9c\xe3\xb3\x9d\xe3\xb3\x9e\xe3\xb3\x9f\xe3\xb3\xa0\xe3\xb3\xa1\xe3\xb3\xa2\xe3\xb3\xa3\xe3\xb3\xa4\xe3\xb3\xa5\xe3\xb3\xa6\xe3\xb3\xa7\xe3\xb3\xa8\xe3\xb3\xa9\xe3\xb3\xaa\xe3\xb3\xab\xe3\xb3\xac\xe3\xb3\xad\xe3\xb3\xae\xe3\xb3\xaf\xe3\xb3\xb0\xe3\xb3\xb1\xe3\xb3\xb2\xe3\xb3\xb3\xe3\xb3\xb4\xe3\xb3\xb5\xe3\xb3\xb6\xe3\xb3\xb7\xe3\xb3\xb8\xe3\xb3\xb9\xe3\xb3\xba\xe3\xb3\xbb\xe3\xb3\xbc\xe3\xb3\xbd\xe3\xb3\xbe\xe3\xb3\xbf\xe3\xb4\x80\xe3\xb4\x81\xe3\xb4\x82\xe3\xb4\x83\xe3\xb4\x84\xe3\xb4\x85\xe3\xb4\x86\xe3\xb4\x87\xe3\xb4\x88\xe3\xb4\x89\xe3\xb4\x8a\xe3\xb4\x8b\xe3\xb4\x8c\xe3\xb4\x8d\xe3\xb4\x8e\xe3\xb4\x8f\xe3\xb4\x90\xe3\xb4\x91\xe3\xb4\x92\xe3\xb4\x93\xe3\xb4\x94\xe3\xb4\x95\xe3\xb4\x96\xe3\xb4\x97\xe3\xb4\x98\xe3\xb4\x99\xe3\xb4\x9a\xe3\xb4\x9b\xe3\xb4\x9c\xe3\xb4\x9d\xe3\xb4\x9e\xe3\xb4\x9f\xe3\xb4\xa0\xe3\xb4\xa1\xe3\xb4\xa2\xe3\xb4\xa3\xe3\xb4\xa4\xe3\xb4\xa5\xe3\xb4\xa6\xe3\xb4\xa7\xe3\xb4\xa8\xe3\xb4\xa9\xe3\xb4\xaa\xe3\xb4\xab\xe3\xb4\xac\xe3\xb4\xad\xe3\xb4\xae\xe3\xb4\xaf\xe3\xb4\xb0\xe3\xb4\xb1\xe3\xb4\xb2\xe3\xb4\xb3\xe3\xb4\xb4\xe3\xb4\xb5\xe3\xb4\xb6\xe3\xb4\xb7\xe3\xb4\xb8\xe3\xb4\xb9\xe3\xb4\xba\xe3\xb4\xbb\xe3\xb4\xbc\xe3\xb4\xbd\xe3\xb4\xbe\xe3\xb4\xbf\xe3\xb5\x80\xe3\xb5\x81\xe3\xb5\x82\xe3\xb5\x83\xe3\xb5\x84\xe3\xb5\x85\xe3\xb5\x86\xe3\xb5\x87\xe3\xb5\x88\xe3\xb5\x89\xe3\xb5\x8a\xe3\xb5\x8b\xe3\xb5\x8c\xe3\xb5\x8d\xe3\xb5\x8e\xe3\xb5\x8f\xe3\xb5\x90\xe3\xb5\x91\xe3\xb5\x92\xe3\xb5\x93\xe3\xb5\x94\xe3\xb5\x95\xe3\xb5\x96\xe3\xb5\x97\xe3\xb5\x98\xe3\xb5\x99\xe3\xb5\x9a\xe3\xb5\x9b\xe3\xb5\x9c\xe3\xb5\x9d\xe3\xb5\x9e\xe3\xb5\x9f\xe3\xb5\xa0\xe3\xb5\xa1\xe3\xb5\xa2\xe3\xb5\xa3\xe3\xb5\xa4\xe3\xb5\xa5\xe3\xb5\xa6\xe3\xb5\xa7\xe3\xb5\xa8\xe3\xb5\xa9\xe3\xb5\xaa\xe3\xb5\xab\xe3\xb5\xac\xe3\xb5\xad\xe3\xb5\xae\xe3\xb5\xaf\xe3\xb5\xb0\xe3\xb5\xb1\xe3\xb5\xb2\xe3\xb5\xb3\xe3\xb5\xb4\xe3\xb5\xb5\xe3\xb5\xb6\xe3\xb5\xb7\xe3\xb5\xb8\xe3\xb5\xb9\xe3\xb5\xba\xe3\xb5\xbb\xe3\xb5\xbc\xe3\xb5\xbd\xe3\xb5\xbe\xe3\xb5\xbf\xe3\xb6\x80\xe3\xb6\x81\xe3\xb6\x82\xe3\xb6\x83\xe3\xb6\x84\xe3\xb6\x85\xe3\xb6\x86\xe3\xb6\x87\xe3\xb6\x88\xe3\xb6\x89\xe3\xb6\x8a\xe3\xb6\x8b\xe3\xb6\x8c\xe3\xb6\x8d\xe3\xb6\x8e\xe3\xb6\x8f\xe3\xb6\x90\xe3\xb6\x91\xe3\xb6\x92\xe3\xb6\x93\xe3\xb6\x94\xe3\xb6\x95\xe3\xb6\x96\xe3\xb6\x97\xe3\xb6\x98\xe3\xb6\x99\xe3\xb6\x9a\xe3\xb6\x9b\xe3\xb6\x9c\xe3\xb6\x9d\xe3\xb6\x9e\xe3\xb6\x9f\xe3\xb6\xa0\xe3\xb6\xa1\xe3\xb6\xa2\xe3\xb6\xa3\xe3\xb6\xa4\xe3\xb6\xa5\xe3\xb6\xa6\xe3\xb6\xa7\xe3\xb6\xa8\xe3\xb6\xa9\xe3\xb6\xaa\xe3\xb6\xab\xe3\xb6\xac\xe3\xb6\xad\xe3\xb6\xae\xe3\xb6\xaf\xe3\xb6\xb0\xe3\xb6\xb1\xe3\xb6\xb2\xe3\xb6\xb3\xe3\xb6\xb4\xe3\xb6\xb5\xe3\xb6\xb6\xe3\xb6\xb7\xe3\xb6\xb8\xe3\xb6\xb9\xe3\xb6\xba\xe3\xb6\xbb\xe3\xb6\xbc\xe3\xb6\xbd\xe3\xb6\xbe\xe3\xb6\xbf\xe3\xb7\x80\xe3\xb7\x81\xe3\xb7\x82\xe3\xb7\x83\xe3\xb7\x84\xe3\xb7\x85\xe3\xb7\x86\xe3\xb7\x87\xe3\xb7\x88\xe3\xb7\x89\xe3\xb7\x8a\xe3\xb7\x8b\xe3\xb7\x8c\xe3\xb7\x8d\xe3\xb7\x8e\xe3\xb7\x8f\xe3\xb7\x90\xe3\xb7\x91\xe3\xb7\x92\xe3\xb7\x93\xe3\xb7\x94\xe3\xb7\x95\xe3\xb7\x96\xe3\xb7\x97\xe3\xb7\x98\xe3\xb7\x99\xe3\xb7\x9a\xe3\xb7\x9b\xe3\xb7\x9c\xe3\xb7\x9d\xe3\xb7\x9e\xe3\xb7\x9f\xe3\xb7\xa0\xe3\xb7\xa1\xe3\xb7\xa2\xe3\xb7\xa3\xe3\xb7\xa4\xe3\xb7\xa5\xe3\xb7\xa6\xe3\xb7\xa7\xe3\xb7\xa8\xe3\xb7\xa9\xe3\xb7\xaa\xe3\xb7\xab\xe3\xb7\xac\xe3\xb7\xad\xe3\xb7\xae\xe3\xb7\xaf\xe3\xb7\xb0\xe3\xb7\xb1\xe3\xb7\xb2\xe3\xb7\xb3\xe3\xb7\xb4\xe3\xb7\xb5\xe3\xb7\xb6\xe3\xb7\xb7\xe3\xb7\xb8\xe3\xb7\xb9\xe3\xb7\xba\xe3\xb7\xbb\xe3\xb7\xbc\xe3\xb7\xbd\xe3\xb7\xbe\xe3\xb7\xbf\xe3\xb8\x80\xe3\xb8\x81\xe3\xb8\x82\xe3\xb8\x83\xe3\xb8\x84\xe3\xb8\x85\xe3\xb8\x86\xe3\xb8\x87\xe3\xb8\x88\xe3\xb8\x89\xe3\xb8\x8a\xe3\xb8\x8b\xe3\xb8\x8c\xe3\xb8\x8d\xe3\xb8\x8e\xe3\xb8\x8f\xe3\xb8\x90\xe3\xb8\x91\xe3\xb8\x92\xe3\xb8\x93\xe3\xb8\x94\xe3\xb8\x95\xe3\xb8\x96\xe3\xb8\x97\xe3\xb8\x98\xe3\xb8\x99\xe3\xb8\x9a\xe3\xb8\x9b\xe3\xb8\x9c\xe3\xb8\x9d\xe3\xb8\x9e\xe3\xb8\x9f\xe3\xb8\xa0\xe3\xb8\xa1\xe3\xb8\xa2\xe3\xb8\xa3\xe3\xb8\xa4\xe3\xb8\xa5\xe3\xb8\xa6\xe3\xb8\xa7\xe3\xb8\xa8\xe3\xb8\xa9\xe3\xb8\xaa\xe3\xb8\xab\xe3\xb8\xac\xe3\xb8\xad\xe3\xb8\xae\xe3\xb8\xaf\xe3\xb8\xb0\xe3\xb8\xb1\xe3\xb8\xb2\xe3\xb8\xb3\xe3\xb8\xb4\xe3\xb8\xb5\xe3\xb8\xb6\xe3\xb8\xb7\xe3\xb8\xb8\xe3\xb8\xb9\xe3\xb8\xba\xe3\xb8\xbb\xe3\xb8\xbc\xe3\xb8\xbd\xe3\xb8\xbe\xe3\xb8\xbf\xe3\xb9\x80\xe3\xb9\x81\xe3\xb9\x82\xe3\xb9\x83\xe3\xb9\x84\xe3\xb9\x85\xe3\xb9\x86\xe3\xb9\x87\xe3\xb9\x88\xe3\xb9\x89\xe3\xb9\x8a\xe3\xb9\x8b\xe3\xb9\x8c\xe3\xb9\x8d\xe3\xb9\x8e\xe3\xb9\x8f\xe3\xb9\x90\xe3\xb9\x91\xe3\xb9\x92\xe3\xb9\x93\xe3\xb9\x94\xe3\xb9\x95\xe3\xb9\x96\xe3\xb9\x97\xe3\xb9\x98\xe3\xb9\x99\xe3\xb9\x9a\xe3\xb9\x9b\xe3\xb9\x9c\xe3\xb9\x9d\xe3\xb9\x9e\xe3\xb9\x9f\xe3\xb9\xa0\xe3\xb9\xa1\xe3\xb9\xa2\xe3\xb9\xa3\xe3\xb9\xa4\xe3\xb9\xa5\xe3\xb9\xa6\xe3\xb9\xa7\xe3\xb9\xa8\xe3\xb9\xa9\xe3\xb9\xaa\xe3\xb9\xab\xe3\xb9\xac\xe3\xb9\xad\xe3\xb9\xae\xe3\xb9\xaf\xe3\xb9\xb0\xe3\xb9\xb1\xe3\xb9\xb2\xe3\xb9\xb3\xe3\xb9\xb4\xe3\xb9\xb5\xe3\xb9\xb6\xe3\xb9\xb7\xe3\xb9\xb8\xe3\xb9\xb9\xe3\xb9\xba\xe3\xb9\xbb\xe3\xb9\xbc\xe3\xb9\xbd\xe3\xb9\xbe\xe3\xb9\xbf\xe3\xba\x80\xe3\xba\x81\xe3\xba\x82\xe3\xba\x83\xe3\xba\x84\xe3\xba\x85\xe3\xba\x86\xe3\xba\x87\xe3\xba\x88\xe3\xba\x89\xe3\xba\x8a\xe3\xba\x8b\xe3\xba\x8c\xe3\xba\x8d\xe3\xba\x8e\xe3\xba\x8f\xe3\xba\x90\xe3\xba\x91\xe3\xba\x92\xe3\xba\x93\xe3\xba\x94\xe3\xba\x95\xe3\xba\x96\xe3\xba\x97\xe3\xba\x98\xe3\xba\x99\xe3\xba\x9a\xe3\xba\x9b\xe3\xba\x9c\xe3\xba\x9d\xe3\xba\x9e\xe3\xba\x9f\xe3\xba\xa0\xe3\xba\xa1\xe3\xba\xa2\xe3\xba\xa3\xe3\xba\xa4\xe3\xba\xa5\xe3\xba\xa6\xe3\xba\xa7\xe3\xba\xa8\xe3\xba\xa9\xe3\xba\xaa\xe3\xba\xab\xe3\xba\xac\xe3\xba\xad\xe3\xba\xae\xe3\xba\xaf\xe3\xba\xb0\xe3\xba\xb1\xe3\xba\xb2\xe3\xba\xb3\xe3\xba\xb4\xe3\xba\xb5\xe3\xba\xb6\xe3\xba\xb7\xe3\xba\xb8\xe3\xba\xb9\xe3\xba\xba\xe3\xba\xbb\xe3\xba\xbc\xe3\xba\xbd\xe3\xba\xbe\xe3\xba\xbf\xe3\xbb\x80\xe3\xbb\x81\xe3\xbb\x82\xe3\xbb\x83\xe3\xbb\x84\xe3\xbb\x85\xe3\xbb\x86\xe3\xbb\x87\xe3\xbb\x88\xe3\xbb\x89\xe3\xbb\x8a\xe3\xbb\x8b\xe3\xbb\x8c\xe3\xbb\x8d\xe3\xbb\x8e\xe3\xbb\x8f\xe3\xbb\x90\xe3\xbb\x91\xe3\xbb\x92\xe3\xbb\x93\xe3\xbb\x94\xe3\xbb\x95\xe3\xbb\x96\xe3\xbb\x97\xe3\xbb\x98\xe3\xbb\x99\xe3\xbb\x9a\xe3\xbb\x9b\xe3\xbb\x9c\xe3\xbb\x9d\xe3\xbb\x9e\xe3\xbb\x9f\xe3\xbb\xa0\xe3\xbb\xa1\xe3\xbb\xa2\xe3\xbb\xa3\xe3\xbb\xa4\xe3\xbb\xa5\xe3\xbb\xa6\xe3\xbb\xa7\xe3\xbb\xa8\xe3\xbb\xa9\xe3\xbb\xaa\xe3\xbb\xab\xe3\xbb\xac\xe3\xbb\xad\xe3\xbb\xae\xe3\xbb\xaf\xe3\xbb\xb0\xe3\xbb\xb1\xe3\xbb\xb2\xe3\xbb\xb3\xe3\xbb\xb4\xe3\xbb\xb5\xe3\xbb\xb6\xe3\xbb\xb7\xe3\xbb\xb8\xe3\xbb\xb9\xe3\xbb\xba\xe3\xbb\xbb\xe3\xbb\xbc\xe3\xbb\xbd\xe3\xbb\xbe\xe3\xbb\xbf\xe3\xbc\x80\xe3\xbc\x81\xe3\xbc\x82\xe3\xbc\x83\xe3\xbc\x84\xe3\xbc\x85\xe3\xbc\x86\xe3\xbc\x87\xe3\xbc\x88\xe3\xbc\x89\xe3\xbc\x8a\xe3\xbc\x8b\xe3\xbc\x8c\xe3\xbc\x8d\xe3\xbc\x8e\xe3\xbc\x8f\xe3\xbc\x90\xe3\xbc\x91\xe3\xbc\x92\xe3\xbc\x93\xe3\xbc\x94\xe3\xbc\x95\xe3\xbc\x96\xe3\xbc\x97\xe3\xbc\x98\xe3\xbc\x99\xe3\xbc\x9a\xe3\xbc\x9b\xe3\xbc\x9c\xe3\xbc\x9d\xe3\xbc\x9e\xe3\xbc\x9f\xe3\xbc\xa0\xe3\xbc\xa1\xe3\xbc\xa2\xe3\xbc\xa3\xe3\xbc\xa4\xe3\xbc\xa5\xe3\xbc\xa6\xe3\xbc\xa7\xe3\xbc\xa8\xe3\xbc\xa9\xe3\xbc\xaa\xe3\xbc\xab\xe3\xbc\xac\xe3\xbc\xad\xe3\xbc\xae\xe3\xbc\xaf\xe3\xbc\xb0\xe3\xbc\xb1\xe3\xbc\xb2\xe3\xbc\xb3\xe3\xbc\xb4\xe3\xbc\xb5\xe3\xbc\xb6\xe3\xbc\xb7\xe3\xbc\xb8\xe3\xbc\xb9\xe3\xbc\xba\xe3\xbc\xbb\xe3\xbc\xbc\xe3\xbc\xbd\xe3\xbc\xbe\xe3\xbc\xbf\xe3\xbd\x80\xe3\xbd\x81\xe3\xbd\x82\xe3\xbd\x83\xe3\xbd\x84\xe3\xbd\x85\xe3\xbd\x86\xe3\xbd\x87\xe3\xbd\x88\xe3\xbd\x89\xe3\xbd\x8a\xe3\xbd\x8b\xe3\xbd\x8c\xe3\xbd\x8d\xe3\xbd\x8e\xe3\xbd\x8f\xe3\xbd\x90\xe3\xbd\x91\xe3\xbd\x92\xe3\xbd\x93\xe3\xbd\x94\xe3\xbd\x95\xe3\xbd\x96\xe3\xbd\x97\xe3\xbd\x98\xe3\xbd\x99\xe3\xbd\x9a\xe3\xbd\x9b\xe3\xbd\x9c\xe3\xbd\x9d\xe3\xbd\x9e\xe3\xbd\x9f\xe3\xbd\xa0\xe3\xbd\xa1\xe3\xbd\xa2\xe3\xbd\xa3\xe3\xbd\xa4\xe3\xbd\xa5\xe3\xbd\xa6\xe3\xbd\xa7\xe3\xbd\xa8\xe3\xbd\xa9\xe3\xbd\xaa\xe3\xbd\xab\xe3\xbd\xac\xe3\xbd\xad\xe3\xbd\xae\xe3\xbd\xaf\xe3\xbd\xb0\xe3\xbd\xb1\xe3\xbd\xb2\xe3\xbd\xb3\xe3\xbd\xb4\xe3\xbd\xb5\xe3\xbd\xb6\xe3\xbd\xb7\xe3\xbd\xb8\xe3\xbd\xb9\xe3\xbd\xba\xe3\xbd\xbb\xe3\xbd\xbc\xe3\xbd\xbd\xe3\xbd\xbe\xe3\xbd\xbf\xe3\xbe\x80\xe3\xbe\x81\xe3\xbe\x82\xe3\xbe\x83\xe3\xbe\x84\xe3\xbe\x85\xe3\xbe\x86\xe3\xbe\x87\xe3\xbe\x88\xe3\xbe\x89\xe3\xbe\x8a\xe3\xbe\x8b\xe3\xbe\x8c\xe3\xbe\x8d\xe3\xbe\x8e\xe3\xbe\x8f\xe3\xbe\x90\xe3\xbe\x91\xe3\xbe\x92\xe3\xbe\x93\xe3\xbe\x94\xe3\xbe\x95\xe3\xbe\x96\xe3\xbe\x97\xe3\xbe\x98\xe3\xbe\x99\xe3\xbe\x9a\xe3\xbe\x9b\xe3\xbe\x9c\xe3\xbe\x9d\xe3\xbe\x9e\xe3\xbe\x9f\xe3\xbe\xa0\xe3\xbe\xa1\xe3\xbe\xa2\xe3\xbe\xa3\xe3\xbe\xa4\xe3\xbe\xa5\xe3\xbe\xa6\xe3\xbe\xa7\xe3\xbe\xa8\xe3\xbe\xa9\xe3\xbe\xaa\xe3\xbe\xab\xe3\xbe\xac\xe3\xbe\xad\xe3\xbe\xae\xe3\xbe\xaf\xe3\xbe\xb0\xe3\xbe\xb1\xe3\xbe\xb2\xe3\xbe\xb3\xe3\xbe\xb4\xe3\xbe\xb5\xe3\xbe\xb6\xe3\xbe\xb7\xe3\xbe\xb8\xe3\xbe\xb9\xe3\xbe\xba\xe3\xbe\xbb\xe3\xbe\xbc\xe3\xbe\xbd\xe3\xbe\xbe\xe3\xbe\xbf\xe3\xbf\x80\xe3\xbf\x81\xe3\xbf\x82\xe3\xbf\x83\xe3\xbf\x84\xe3\xbf\x85\xe3\xbf\x86\xe3\xbf\x87\xe3\xbf\x88\xe3\xbf\x89\xe3\xbf\x8a\xe3\xbf\x8b\xe3\xbf\x8c\xe3\xbf\x8d\xe3\xbf\x8e\xe3\xbf\x8f\xe3\xbf\x90\xe3\xbf\x91\xe3\xbf\x92\xe3\xbf\x93\xe3\xbf\x94\xe3\xbf\x95\xe3\xbf\x96\xe3\xbf\x97\xe3\xbf\x98\xe3\xbf\x99\xe3\xbf\x9a\xe3\xbf\x9b\xe3\xbf\x9c\xe3\xbf\x9d\xe3\xbf\x9e\xe3\xbf\x9f\xe3\xbf\xa0\xe3\xbf\xa1\xe3\xbf\xa2\xe3\xbf\xa3\xe3\xbf\xa4\xe3\xbf\xa5\xe3\xbf\xa6\xe3\xbf\xa7\xe3\xbf\xa8\xe3\xbf\xa9\xe3\xbf\xaa\xe3\xbf\xab\xe3\xbf\xac\xe3\xbf\xad\xe3\xbf\xae\xe3\xbf\xaf\xe3\xbf\xb0\xe3\xbf\xb1\xe3\xbf\xb2\xe3\xbf\xb3\xe3\xbf\xb4\xe3\xbf\xb5\xe3\xbf\xb6\xe3\xbf\xb7\xe3\xbf\xb8\xe3\xbf\xb9\xe3\xbf\xba\xe3\xbf\xbb\xe3\xbf\xbc\xe3\xbf\xbd\xe3\xbf\xbe\xe3\xbf\xbf\xe4\x80\x80\xe4\x80\x81\xe4\x80\x82\xe4\x80\x83\xe4\x80\x84\xe4\x80\x85\xe4\x80\x86\xe4\x80\x87\xe4\x80\x88\xe4\x80\x89\xe4\x80\x8a\xe4\x80\x8b\xe4\x80\x8c\xe4\x80\x8d\xe4\x80\x8e\xe4\x80\x8f\xe4\x80\x90\xe4\x80\x91\xe4\x80\x92\xe4\x80\x93\xe4\x80\x94\xe4\x80\x95\xe4\x80\x96\xe4\x80\x97\xe4\x80\x98\xe4\x80\x99\xe4\x80\x9a\xe4\x80\x9b\xe4\x80\x9c\xe4\x80\x9d\xe4\x80\x9e\xe4\x80\x9f\xe4\x80\xa0\xe4\x80\xa1\xe4\x80\xa2\xe4\x80\xa3\xe4\x80\xa4\xe4\x80\xa5\xe4\x80\xa6\xe4\x80\xa7\xe4\x80\xa8\xe4\x80\xa9\xe4\x80\xaa\xe4\x80\xab\xe4\x80\xac\xe4\x80\xad\xe4\x80\xae\xe4\x80\xaf\xe4\x80\xb0\xe4\x80\xb1\xe4\x80\xb2\xe4\x80\xb3\xe4\x80\xb4\xe4\x80\xb5\xe4\x80\xb6\xe4\x80\xb7\xe4\x80\xb8\xe4\x80\xb9\xe4\x80\xba\xe4\x80\xbb\xe4\x80\xbc\xe4\x80\xbd\xe4\x80\xbe\xe4\x80\xbf\xe4\x81\x80\xe4\x81\x81\xe4\x81\x82\xe4\x81\x83\xe4\x81\x84\xe4\x81\x85\xe4\x81\x86\xe4\x81\x87\xe4\x81\x88\xe4\x81\x89\xe4\x81\x8a\xe4\x81\x8b\xe4\x81\x8c\xe4\x81\x8d\xe4\x81\x8e\xe4\x81\x8f\xe4\x81\x90\xe4\x81\x91\xe4\x81\x92\xe4\x81\x93\xe4\x81\x94\xe4\x81\x95\xe4\x81\x96\xe4\x81\x97\xe4\x81\x98\xe4\x81\x99\xe4\x81\x9a\xe4\x81\x9b\xe4\x81\x9c\xe4\x81\x9d\xe4\x81\x9e\xe4\x81\x9f\xe4\x81\xa0\xe4\x81\xa1\xe4\x81\xa2\xe4\x81\xa3\xe4\x81\xa4\xe4\x81\xa5\xe4\x81\xa6\xe4\x81\xa7\xe4\x81\xa8\xe4\x81\xa9\xe4\x81\xaa\xe4\x81\xab\xe4\x81\xac\xe4\x81\xad\xe4\x81\xae\xe4\x81\xaf\xe4\x81\xb0\xe4\x81\xb1\xe4\x81\xb2\xe4\x81\xb3\xe4\x81\xb4\xe4\x81\xb5\xe4\x81\xb6\xe4\x81\xb7\xe4\x81\xb8\xe4\x81\xb9\xe4\x81\xba\xe4\x81\xbb\xe4\x81\xbc\xe4\x81\xbd\xe4\x81\xbe\xe4\x81\xbf\xe4\x82\x80\xe4\x82\x81\xe4\x82\x82\xe4\x82\x83\xe4\x82\x84\xe4\x82\x85\xe4\x82\x86\xe4\x82\x87\xe4\x82\x88\xe4\x82\x89\xe4\x82\x8a\xe4\x82\x8b\xe4\x82\x8c\xe4\x82\x8d\xe4\x82\x8e\xe4\x82\x8f\xe4\x82\x90\xe4\x82\x91\xe4\x82\x92\xe4\x82\x93\xe4\x82\x94\xe4\x82\x95\xe4\x82\x96\xe4\x82\x97\xe4\x82\x98\xe4\x82\x99\xe4\x82\x9a\xe4\x82\x9b\xe4\x82\x9c\xe4\x82\x9d\xe4\x82\x9e\xe4\x82\x9f\xe4\x82\xa0\xe4\x82\xa1\xe4\x82\xa2\xe4\x82\xa3\xe4\x82\xa4\xe4\x82\xa5\xe4\x82\xa6\xe4\x82\xa7\xe4\x82\xa8\xe4\x82\xa9\xe4\x82\xaa\xe4\x82\xab\xe4\x82\xac\xe4\x82\xad\xe4\x82\xae\xe4\x82\xaf\xe4\x82\xb0\xe4\x82\xb1\xe4\x82\xb2\xe4\x82\xb3\xe4\x82\xb4\xe4\x82\xb5\xe4\x82\xb6\xe4\x82\xb7\xe4\x82\xb8\xe4\x82\xb9\xe4\x82\xba\xe4\x82\xbb\xe4\x82\xbc\xe4\x82\xbd\xe4\x82\xbe\xe4\x82\xbf\xe4\x83\x80\xe4\x83\x81\xe4\x83\x82\xe4\x83\x83\xe4\x83\x84\xe4\x83\x85\xe4\x83\x86\xe4\x83\x87\xe4\x83\x88\xe4\x83\x89\xe4\x83\x8a\xe4\x83\x8b\xe4\x83\x8c\xe4\x83\x8d\xe4\x83\x8e\xe4\x83\x8f\xe4\x83\x90\xe4\x83\x91\xe4\x83\x92\xe4\x83\x93\xe4\x83\x94\xe4\x83\x95\xe4\x83\x96\xe4\x83\x97\xe4\x83\x98\xe4\x83\x99\xe4\x83\x9a\xe4\x83\x9b\xe4\x83\x9c\xe4\x83\x9d\xe4\x83\x9e\xe4\x83\x9f\xe4\x83\xa0\xe4\x83\xa1\xe4\x83\xa2\xe4\x83\xa3\xe4\x83\xa4\xe4\x83\xa5\xe4\x83\xa6\xe4\x83\xa7\xe4\x83\xa8\xe4\x83\xa9\xe4\x83\xaa\xe4\x83\xab\xe4\x83\xac\xe4\x83\xad\xe4\x83\xae\xe4\x83\xaf\xe4\x83\xb0\xe4\x83\xb1\xe4\x83\xb2\xe4\x83\xb3\xe4\x83\xb4\xe4\x83\xb5\xe4\x83\xb6\xe4\x83\xb7\xe4\x83\xb8\xe4\x83\xb9\xe4\x83\xba\xe4\x83\xbb\xe4\x83\xbc\xe4\x83\xbd\xe4\x83\xbe\xe4\x83\xbf\xe4\x84\x80\xe4\x84\x81\xe4\x84\x82\xe4\x84\x83\xe4\x84\x84\xe4\x84\x85\xe4\x84\x86\xe4\x84\x87\xe4\x84\x88\xe4\x84\x89\xe4\x84\x8a\xe4\x84\x8b\xe4\x84\x8c\xe4\x84\x8d\xe4\x84\x8e\xe4\x84\x8f\xe4\x84\x90\xe4\x84\x91\xe4\x84\x92\xe4\x84\x93\xe4\x84\x94\xe4\x84\x95\xe4\x84\x96\xe4\x84\x97\xe4\x84\x98\xe4\x84\x99\xe4\x84\x9a\xe4\x84\x9b\xe4\x84\x9c\xe4\x84\x9d\xe4\x84\x9e\xe4\x84\x9f\xe4\x84\xa0\xe4\x84\xa1\xe4\x84\xa2\xe4\x84\xa3\xe4\x84\xa4\xe4\x84\xa5\xe4\x84\xa6\xe4\x84\xa7\xe4\x84\xa8\xe4\x84\xa9\xe4\x84\xaa\xe4\x84\xab\xe4\x84\xac\xe4\x84\xad\xe4\x84\xae\xe4\x84\xaf\xe4\x84\xb0\xe4\x84\xb1\xe4\x84\xb2\xe4\x84\xb3\xe4\x84\xb4\xe4\x84\xb5\xe4\x84\xb6\xe4\x84\xb7\xe4\x84\xb8\xe4\x84\xb9\xe4\x84\xba\xe4\x84\xbb\xe4\x84\xbc\xe4\x84\xbd\xe4\x84\xbe\xe4\x84\xbf\xe4\x85\x80\xe4\x85\x81\xe4\x85\x82\xe4\x85\x83\xe4\x85\x84\xe4\x85\x85\xe4\x85\x86\xe4\x85\x87\xe4\x85\x88\xe4\x85\x89\xe4\x85\x8a\xe4\x85\x8b\xe4\x85\x8c\xe4\x85\x8d\xe4\x85\x8e\xe4\x85\x8f\xe4\x85\x90\xe4\x85\x91\xe4\x85\x92\xe4\x85\x93\xe4\x85\x94\xe4\x85\x95\xe4\x85\x96\xe4\x85\x97\xe4\x85\x98\xe4\x85\x99\xe4\x85\x9a\xe4\x85\x9b\xe4\x85\x9c\xe4\x85\x9d\xe4\x85\x9e\xe4\x85\x9f\xe4\x85\xa0\xe4\x85\xa1\xe4\x85\xa2\xe4\x85\xa3\xe4\x85\xa4\xe4\x85\xa5\xe4\x85\xa6\xe4\x85\xa7\xe4\x85\xa8\xe4\x85\xa9\xe4\x85\xaa\xe4\x85\xab\xe4\x85\xac\xe4\x85\xad\xe4\x85\xae\xe4\x85\xaf\xe4\x85\xb0\xe4\x85\xb1\xe4\x85\xb2\xe4\x85\xb3\xe4\x85\xb4\xe4\x85\xb5\xe4\x85\xb6\xe4\x85\xb7\xe4\x85\xb8\xe4\x85\xb9\xe4\x85\xba\xe4\x85\xbb\xe4\x85\xbc\xe4\x85\xbd\xe4\x85\xbe\xe4\x85\xbf\xe4\x86\x80\xe4\x86\x81\xe4\x86\x82\xe4\x86\x83\xe4\x86\x84\xe4\x86\x85\xe4\x86\x86\xe4\x86\x87\xe4\x86\x88\xe4\x86\x89\xe4\x86\x8a\xe4\x86\x8b\xe4\x86\x8c\xe4\x86\x8d\xe4\x86\x8e\xe4\x86\x8f\xe4\x86\x90\xe4\x86\x91\xe4\x86\x92\xe4\x86\x93\xe4\x86\x94\xe4\x86\x95\xe4\x86\x96\xe4\x86\x97\xe4\x86\x98\xe4\x86\x99\xe4\x86\x9a\xe4\x86\x9b\xe4\x86\x9c\xe4\x86\x9d\xe4\x86\x9e\xe4\x86\x9f\xe4\x86\xa0\xe4\x86\xa1\xe4\x86\xa2\xe4\x86\xa3\xe4\x86\xa4\xe4\x86\xa5\xe4\x86\xa6\xe4\x86\xa7\xe4\x86\xa8\xe4\x86\xa9\xe4\x86\xaa\xe4\x86\xab\xe4\x86\xac\xe4\x86\xad\xe4\x86\xae\xe4\x86\xaf\xe4\x86\xb0\xe4\x86\xb1\xe4\x86\xb2\xe4\x86\xb3\xe4\x86\xb4\xe4\x86\xb5\xe4\x86\xb6\xe4\x86\xb7\xe4\x86\xb8\xe4\x86\xb9\xe4\x86\xba\xe4\x86\xbb\xe4\x86\xbc\xe4\x86\xbd\xe4\x86\xbe\xe4\x86\xbf\xe4\x87\x80\xe4\x87\x81\xe4\x87\x82\xe4\x87\x83\xe4\x87\x84\xe4\x87\x85\xe4\x87\x86\xe4\x87\x87\xe4\x87\x88\xe4\x87\x89\xe4\x87\x8a\xe4\x87\x8b\xe4\x87\x8c\xe4\x87\x8d\xe4\x87\x8e\xe4\x87\x8f\xe4\x87\x90\xe4\x87\x91\xe4\x87\x92\xe4\x87\x93\xe4\x87\x94\xe4\x87\x95\xe4\x87\x96\xe4\x87\x97\xe4\x87\x98\xe4\x87\x99\xe4\x87\x9a\xe4\x87\x9b\xe4\x87\x9c\xe4\x87\x9d\xe4\x87\x9e\xe4\x87\x9f\xe4\x87\xa0\xe4\x87\xa1\xe4\x87\xa2\xe4\x87\xa3\xe4\x87\xa4\xe4\x87\xa5\xe4\x87\xa6\xe4\x87\xa7\xe4\x87\xa8\xe4\x87\xa9\xe4\x87\xaa\xe4\x87\xab\xe4\x87\xac\xe4\x87\xad\xe4\x87\xae\xe4\x87\xaf\xe4\x87\xb0\xe4\x87\xb1\xe4\x87\xb2\xe4\x87\xb3\xe4\x87\xb4\xe4\x87\xb5\xe4\x87\xb6\xe4\x87\xb7\xe4\x87\xb8\xe4\x87\xb9\xe4\x87\xba\xe4\x87\xbb\xe4\x87\xbc\xe4\x87\xbd\xe4\x87\xbe\xe4\x87\xbf\xe4\x88\x80\xe4\x88\x81\xe4\x88\x82\xe4\x88\x83\xe4\x88\x84\xe4\x88\x85\xe4\x88\x86\xe4\x88\x87\xe4\x88\x88\xe4\x88\x89\xe4\x88\x8a\xe4\x88\x8b\xe4\x88\x8c\xe4\x88\x8d\xe4\x88\x8e\xe4\x88\x8f\xe4\x88\x90\xe4\x88\x91\xe4\x88\x92\xe4\x88\x93\xe4\x88\x94\xe4\x88\x95\xe4\x88\x96\xe4\x88\x97\xe4\x88\x98\xe4\x88\x99\xe4\x88\x9a\xe4\x88\x9b\xe4\x88\x9c\xe4\x88\x9d\xe4\x88\x9e\xe4\x88\x9f\xe4\x88\xa0\xe4\x88\xa1\xe4\x88\xa2\xe4\x88\xa3\xe4\x88\xa4\xe4\x88\xa5\xe4\x88\xa6\xe4\x88\xa7\xe4\x88\xa8\xe4\x88\xa9\xe4\x88\xaa\xe4\x88\xab\xe4\x88\xac\xe4\x88\xad\xe4\x88\xae\xe4\x88\xaf\xe4\x88\xb0\xe4\x88\xb1\xe4\x88\xb2\xe4\x88\xb3\xe4\x88\xb4\xe4\x88\xb5\xe4\x88\xb6\xe4\x88\xb7\xe4\x88\xb8\xe4\x88\xb9\xe4\x88\xba\xe4\x88\xbb\xe4\x88\xbc\xe4\x88\xbd\xe4\x88\xbe\xe4\x88\xbf\xe4\x89\x80\xe4\x89\x81\xe4\x89\x82\xe4\x89\x83\xe4\x89\x84\xe4\x89\x85\xe4\x89\x86\xe4\x89\x87\xe4\x89\x88\xe4\x89\x89\xe4\x89\x8a\xe4\x89\x8b\xe4\x89\x8c\xe4\x89\x8d\xe4\x89\x8e\xe4\x89\x8f\xe4\x89\x90\xe4\x89\x91\xe4\x89\x92\xe4\x89\x93\xe4\x89\x94\xe4\x89\x95\xe4\x89\x96\xe4\x89\x97\xe4\x89\x98\xe4\x89\x99\xe4\x89\x9a\xe4\x89\x9b\xe4\x89\x9c\xe4\x89\x9d\xe4\x89\x9e\xe4\x89\x9f\xe4\x89\xa0\xe4\x89\xa1\xe4\x89\xa2\xe4\x89\xa3\xe4\x89\xa4\xe4\x89\xa5\xe4\x89\xa6\xe4\x89\xa7\xe4\x89\xa8\xe4\x89\xa9\xe4\x89\xaa\xe4\x89\xab\xe4\x89\xac\xe4\x89\xad\xe4\x89\xae\xe4\x89\xaf\xe4\x89\xb0\xe4\x89\xb1\xe4\x89\xb2\xe4\x89\xb3\xe4\x89\xb4\xe4\x89\xb5\xe4\x89\xb6\xe4\x89\xb7\xe4\x89\xb8\xe4\x89\xb9\xe4\x89\xba\xe4\x89\xbb\xe4\x89\xbc\xe4\x89\xbd\xe4\x89\xbe\xe4\x89\xbf\xe4\x8a\x80\xe4\x8a\x81\xe4\x8a\x82\xe4\x8a\x83\xe4\x8a\x84\xe4\x8a\x85\xe4\x8a\x86\xe4\x8a\x87\xe4\x8a\x88\xe4\x8a\x89\xe4\x8a\x8a\xe4\x8a\x8b\xe4\x8a\x8c\xe4\x8a\x8d\xe4\x8a\x8e\xe4\x8a\x8f\xe4\x8a\x90\xe4\x8a\x91\xe4\x8a\x92\xe4\x8a\x93\xe4\x8a\x94\xe4\x8a\x95\xe4\x8a\x96\xe4\x8a\x97\xe4\x8a\x98\xe4\x8a\x99\xe4\x8a\x9a\xe4\x8a\x9b\xe4\x8a\x9c\xe4\x8a\x9d\xe4\x8a\x9e\xe4\x8a\x9f\xe4\x8a\xa0\xe4\x8a\xa1\xe4\x8a\xa2\xe4\x8a\xa3\xe4\x8a\xa4\xe4\x8a\xa5\xe4\x8a\xa6\xe4\x8a\xa7\xe4\x8a\xa8\xe4\x8a\xa9\xe4\x8a\xaa\xe4\x8a\xab\xe4\x8a\xac\xe4\x8a\xad\xe4\x8a\xae\xe4\x8a\xaf\xe4\x8a\xb0\xe4\x8a\xb1\xe4\x8a\xb2\xe4\x8a\xb3\xe4\x8a\xb4\xe4\x8a\xb5\xe4\x8a\xb6\xe4\x8a\xb7\xe4\x8a\xb8\xe4\x8a\xb9\xe4\x8a\xba\xe4\x8a\xbb\xe4\x8a\xbc\xe4\x8a\xbd\xe4\x8a\xbe\xe4\x8a\xbf\xe4\x8b\x80\xe4\x8b\x81\xe4\x8b\x82\xe4\x8b\x83\xe4\x8b\x84\xe4\x8b\x85\xe4\x8b\x86\xe4\x8b\x87\xe4\x8b\x88\xe4\x8b\x89\xe4\x8b\x8a\xe4\x8b\x8b\xe4\x8b\x8c\xe4\x8b\x8d\xe4\x8b\x8e\xe4\x8b\x8f\xe4\x8b\x90\xe4\x8b\x91\xe4\x8b\x92\xe4\x8b\x93\xe4\x8b\x94\xe4\x8b\x95\xe4\x8b\x96\xe4\x8b\x97\xe4\x8b\x98\xe4\x8b\x99\xe4\x8b\x9a\xe4\x8b\x9b\xe4\x8b\x9c\xe4\x8b\x9d\xe4\x8b\x9e\xe4\x8b\x9f\xe4\x8b\xa0\xe4\x8b\xa1\xe4\x8b\xa2\xe4\x8b\xa3\xe4\x8b\xa4\xe4\x8b\xa5\xe4\x8b\xa6\xe4\x8b\xa7\xe4\x8b\xa8\xe4\x8b\xa9\xe4\x8b\xaa\xe4\x8b\xab\xe4\x8b\xac\xe4\x8b\xad\xe4\x8b\xae\xe4\x8b\xaf\xe4\x8b\xb0\xe4\x8b\xb1\xe4\x8b\xb2\xe4\x8b\xb3\xe4\x8b\xb4\xe4\x8b\xb5\xe4\x8b\xb6\xe4\x8b\xb7\xe4\x8b\xb8\xe4\x8b\xb9\xe4\x8b\xba\xe4\x8b\xbb\xe4\x8b\xbc\xe4\x8b\xbd\xe4\x8b\xbe\xe4\x8b\xbf\xe4\x8c\x80\xe4\x8c\x81\xe4\x8c\x82\xe4\x8c\x83\xe4\x8c\x84\xe4\x8c\x85\xe4\x8c\x86\xe4\x8c\x87\xe4\x8c\x88\xe4\x8c\x89\xe4\x8c\x8a\xe4\x8c\x8b\xe4\x8c\x8c\xe4\x8c\x8d\xe4\x8c\x8e\xe4\x8c\x8f\xe4\x8c\x90\xe4\x8c\x91\xe4\x8c\x92\xe4\x8c\x93\xe4\x8c\x94\xe4\x8c\x95\xe4\x8c\x96\xe4\x8c\x97\xe4\x8c\x98\xe4\x8c\x99\xe4\x8c\x9a\xe4\x8c\x9b\xe4\x8c\x9c\xe4\x8c\x9d\xe4\x8c\x9e\xe4\x8c\x9f\xe4\x8c\xa0\xe4\x8c\xa1\xe4\x8c\xa2\xe4\x8c\xa3\xe4\x8c\xa4\xe4\x8c\xa5\xe4\x8c\xa6\xe4\x8c\xa7\xe4\x8c\xa8\xe4\x8c\xa9\xe4\x8c\xaa\xe4\x8c\xab\xe4\x8c\xac\xe4\x8c\xad\xe4\x8c\xae\xe4\x8c\xaf\xe4\x8c\xb0\xe4\x8c\xb1\xe4\x8c\xb2\xe4\x8c\xb3\xe4\x8c\xb4\xe4\x8c\xb5\xe4\x8c\xb6\xe4\x8c\xb7\xe4\x8c\xb8\xe4\x8c\xb9\xe4\x8c\xba\xe4\x8c\xbb\xe4\x8c\xbc\xe4\x8c\xbd\xe4\x8c\xbe\xe4\x8c\xbf\xe4\x8d\x80\xe4\x8d\x81\xe4\x8d\x82\xe4\x8d\x83\xe4\x8d\x84\xe4\x8d\x85\xe4\x8d\x86\xe4\x8d\x87\xe4\x8d\x88\xe4\x8d\x89\xe4\x8d\x8a\xe4\x8d\x8b\xe4\x8d\x8c\xe4\x8d\x8d\xe4\x8d\x8e\xe4\x8d\x8f\xe4\x8d\x90\xe4\x8d\x91\xe4\x8d\x92\xe4\x8d\x93\xe4\x8d\x94\xe4\x8d\x95\xe4\x8d\x96\xe4\x8d\x97\xe4\x8d\x98\xe4\x8d\x99\xe4\x8d\x9a\xe4\x8d\x9b\xe4\x8d\x9c\xe4\x8d\x9d\xe4\x8d\x9e\xe4\x8d\x9f\xe4\x8d\xa0\xe4\x8d\xa1\xe4\x8d\xa2\xe4\x8d\xa3\xe4\x8d\xa4\xe4\x8d\xa5\xe4\x8d\xa6\xe4\x8d\xa7\xe4\x8d\xa8\xe4\x8d\xa9\xe4\x8d\xaa\xe4\x8d\xab\xe4\x8d\xac\xe4\x8d\xad\xe4\x8d\xae\xe4\x8d\xaf\xe4\x8d\xb0\xe4\x8d\xb1\xe4\x8d\xb2\xe4\x8d\xb3\xe4\x8d\xb4\xe4\x8d\xb5\xe4\x8d\xb6\xe4\x8d\xb7\xe4\x8d\xb8\xe4\x8d\xb9\xe4\x8d\xba\xe4\x8d\xbb\xe4\x8d\xbc\xe4\x8d\xbd\xe4\x8d\xbe\xe4\x8d\xbf\xe4\x8e\x80\xe4\x8e\x81\xe4\x8e\x82\xe4\x8e\x83\xe4\x8e\x84\xe4\x8e\x85\xe4\x8e\x86\xe4\x8e\x87\xe4\x8e\x88\xe4\x8e\x89\xe4\x8e\x8a\xe4\x8e\x8b\xe4\x8e\x8c\xe4\x8e\x8d\xe4\x8e\x8e\xe4\x8e\x8f\xe4\x8e\x90\xe4\x8e\x91\xe4\x8e\x92\xe4\x8e\x93\xe4\x8e\x94\xe4\x8e\x95\xe4\x8e\x96\xe4\x8e\x97\xe4\x8e\x98\xe4\x8e\x99\xe4\x8e\x9a\xe4\x8e\x9b\xe4\x8e\x9c\xe4\x8e\x9d\xe4\x8e\x9e\xe4\x8e\x9f\xe4\x8e\xa0\xe4\x8e\xa1\xe4\x8e\xa2\xe4\x8e\xa3\xe4\x8e\xa4\xe4\x8e\xa5\xe4\x8e\xa6\xe4\x8e\xa7\xe4\x8e\xa8\xe4\x8e\xa9\xe4\x8e\xaa\xe4\x8e\xab\xe4\x8e\xac\xe4\x8e\xad\xe4\x8e\xae\xe4\x8e\xaf\xe4\x8e\xb0\xe4\x8e\xb1\xe4\x8e\xb2\xe4\x8e\xb3\xe4\x8e\xb4\xe4\x8e\xb5\xe4\x8e\xb6\xe4\x8e\xb7\xe4\x8e\xb8\xe4\x8e\xb9\xe4\x8e\xba\xe4\x8e\xbb\xe4\x8e\xbc\xe4\x8e\xbd\xe4\x8e\xbe\xe4\x8e\xbf\xe4\x8f\x80\xe4\x8f\x81\xe4\x8f\x82\xe4\x8f\x83\xe4\x8f\x84\xe4\x8f\x85\xe4\x8f\x86\xe4\x8f\x87\xe4\x8f\x88\xe4\x8f\x89\xe4\x8f\x8a\xe4\x8f\x8b\xe4\x8f\x8c\xe4\x8f\x8d\xe4\x8f\x8e\xe4\x8f\x8f\xe4\x8f\x90\xe4\x8f\x91\xe4\x8f\x92\xe4\x8f\x93\xe4\x8f\x94\xe4\x8f\x95\xe4\x8f\x96\xe4\x8f\x97\xe4\x8f\x98\xe4\x8f\x99\xe4\x8f\x9a\xe4\x8f\x9b\xe4\x8f\x9c\xe4\x8f\x9d\xe4\x8f\x9e\xe4\x8f\x9f\xe4\x8f\xa0\xe4\x8f\xa1\xe4\x8f\xa2\xe4\x8f\xa3\xe4\x8f\xa4\xe4\x8f\xa5\xe4\x8f\xa6\xe4\x8f\xa7\xe4\x8f\xa8\xe4\x8f\xa9\xe4\x8f\xaa\xe4\x8f\xab\xe4\x8f\xac\xe4\x8f\xad\xe4\x8f\xae\xe4\x8f\xaf\xe4\x8f\xb0\xe4\x8f\xb1\xe4\x8f\xb2\xe4\x8f\xb3\xe4\x8f\xb4\xe4\x8f\xb5\xe4\x8f\xb6\xe4\x8f\xb7\xe4\x8f\xb8\xe4\x8f\xb9\xe4\x8f\xba\xe4\x8f\xbb\xe4\x8f\xbc\xe4\x8f\xbd\xe4\x8f\xbe\xe4\x8f\xbf\xe4\x90\x80\xe4\x90\x81\xe4\x90\x82\xe4\x90\x83\xe4\x90\x84\xe4\x90\x85\xe4\x90\x86\xe4\x90\x87\xe4\x90\x88\xe4\x90\x89\xe4\x90\x8a\xe4\x90\x8b\xe4\x90\x8c\xe4\x90\x8d\xe4\x90\x8e\xe4\x90\x8f\xe4\x90\x90\xe4\x90\x91\xe4\x90\x92\xe4\x90\x93\xe4\x90\x94\xe4\x90\x95\xe4\x90\x96\xe4\x90\x97\xe4\x90\x98\xe4\x90\x99\xe4\x90\x9a\xe4\x90\x9b\xe4\x90\x9c\xe4\x90\x9d\xe4\x90\x9e\xe4\x90\x9f\xe4\x90\xa0\xe4\x90\xa1\xe4\x90\xa2\xe4\x90\xa3\xe4\x90\xa4\xe4\x90\xa5\xe4\x90\xa6\xe4\x90\xa7\xe4\x90\xa8\xe4\x90\xa9\xe4\x90\xaa\xe4\x90\xab\xe4\x90\xac\xe4\x90\xad\xe4\x90\xae\xe4\x90\xaf\xe4\x90\xb0\xe4\x90\xb1\xe4\x90\xb2\xe4\x90\xb3\xe4\x90\xb4\xe4\x90\xb5\xe4\x90\xb6\xe4\x90\xb7\xe4\x90\xb8\xe4\x90\xb9\xe4\x90\xba\xe4\x90\xbb\xe4\x90\xbc\xe4\x90\xbd\xe4\x90\xbe\xe4\x90\xbf\xe4\x91\x80\xe4\x91\x81\xe4\x91\x82\xe4\x91\x83\xe4\x91\x84\xe4\x91\x85\xe4\x91\x86\xe4\x91\x87\xe4\x91\x88\xe4\x91\x89\xe4\x91\x8a\xe4\x91\x8b\xe4\x91\x8c\xe4\x91\x8d\xe4\x91\x8e\xe4\x91\x8f\xe4\x91\x90\xe4\x91\x91\xe4\x91\x92\xe4\x91\x93\xe4\x91\x94\xe4\x91\x95\xe4\x91\x96\xe4\x91\x97\xe4\x91\x98\xe4\x91\x99\xe4\x91\x9a\xe4\x91\x9b\xe4\x91\x9c\xe4\x91\x9d\xe4\x91\x9e\xe4\x91\x9f\xe4\x91\xa0\xe4\x91\xa1\xe4\x91\xa2\xe4\x91\xa3\xe4\x91\xa4\xe4\x91\xa5\xe4\x91\xa6\xe4\x91\xa7\xe4\x91\xa8\xe4\x91\xa9\xe4\x91\xaa\xe4\x91\xab\xe4\x91\xac\xe4\x91\xad\xe4\x91\xae\xe4\x91\xaf\xe4\x91\xb0\xe4\x91\xb1\xe4\x91\xb2\xe4\x91\xb3\xe4\x91\xb4\xe4\x91\xb5\xe4\x91\xb6\xe4\x91\xb7\xe4\x91\xb8\xe4\x91\xb9\xe4\x91\xba\xe4\x91\xbb\xe4\x91\xbc\xe4\x91\xbd\xe4\x91\xbe\xe4\x91\xbf\xe4\x92\x80\xe4\x92\x81\xe4\x92\x82\xe4\x92\x83\xe4\x92\x84\xe4\x92\x85\xe4\x92\x86\xe4\x92\x87\xe4\x92\x88\xe4\x92\x89\xe4\x92\x8a\xe4\x92\x8b\xe4\x92\x8c\xe4\x92\x8d\xe4\x92\x8e\xe4\x92\x8f\xe4\x92\x90\xe4\x92\x91\xe4\x92\x92\xe4\x92\x93\xe4\x92\x94\xe4\x92\x95\xe4\x92\x96\xe4\x92\x97\xe4\x92\x98\xe4\x92\x99\xe4\x92\x9a\xe4\x92\x9b\xe4\x92\x9c\xe4\x92\x9d\xe4\x92\x9e\xe4\x92\x9f\xe4\x92\xa0\xe4\x92\xa1\xe4\x92\xa2\xe4\x92\xa3\xe4\x92\xa4\xe4\x92\xa5\xe4\x92\xa6\xe4\x92\xa7\xe4\x92\xa8\xe4\x92\xa9\xe4\x92\xaa\xe4\x92\xab\xe4\x92\xac\xe4\x92\xad\xe4\x92\xae\xe4\x92\xaf\xe4\x92\xb0\xe4\x92\xb1\xe4\x92\xb2\xe4\x92\xb3\xe4\x92\xb4\xe4\x92\xb5\xe4\x92\xb6\xe4\x92\xb7\xe4\x92\xb8\xe4\x92\xb9\xe4\x92\xba\xe4\x92\xbb\xe4\x92\xbc\xe4\x92\xbd\xe4\x92\xbe\xe4\x92\xbf\xe4\x93\x80\xe4\x93\x81\xe4\x93\x82\xe4\x93\x83\xe4\x93\x84\xe4\x93\x85\xe4\x93\x86\xe4\x93\x87\xe4\x93\x88\xe4\x93\x89\xe4\x93\x8a\xe4\x93\x8b\xe4\x93\x8c\xe4\x93\x8d\xe4\x93\x8e\xe4\x93\x8f\xe4\x93\x90\xe4\x93\x91\xe4\x93\x92\xe4\x93\x93\xe4\x93\x94\xe4\x93\x95\xe4\x93\x96\xe4\x93\x97\xe4\x93\x98\xe4\x93\x99\xe4\x93\x9a\xe4\x93\x9b\xe4\x93\x9c\xe4\x93\x9d\xe4\x93\x9e\xe4\x93\x9f\xe4\x93\xa0\xe4\x93\xa1\xe4\x93\xa2\xe4\x93\xa3\xe4\x93\xa4\xe4\x93\xa5\xe4\x93\xa6\xe4\x93\xa7\xe4\x93\xa8\xe4\x93\xa9\xe4\x93\xaa\xe4\x93\xab\xe4\x93\xac\xe4\x93\xad\xe4\x93\xae\xe4\x93\xaf\xe4\x93\xb0\xe4\x93\xb1\xe4\x93\xb2\xe4\x93\xb3\xe4\x93\xb4\xe4\x93\xb5\xe4\x93\xb6\xe4\x93\xb7\xe4\x93\xb8\xe4\x93\xb9\xe4\x93\xba\xe4\x93\xbb\xe4\x93\xbc\xe4\x93\xbd\xe4\x93\xbe\xe4\x93\xbf\xe4\x94\x80\xe4\x94\x81\xe4\x94\x82\xe4\x94\x83\xe4\x94\x84\xe4\x94\x85\xe4\x94\x86\xe4\x94\x87\xe4\x94\x88\xe4\x94\x89\xe4\x94\x8a\xe4\x94\x8b\xe4\x94\x8c\xe4\x94\x8d\xe4\x94\x8e\xe4\x94\x8f\xe4\x94\x90\xe4\x94\x91\xe4\x94\x92\xe4\x94\x93\xe4\x94\x94\xe4\x94\x95\xe4\x94\x96\xe4\x94\x97\xe4\x94\x98\xe4\x94\x99\xe4\x94\x9a\xe4\x94\x9b\xe4\x94\x9c\xe4\x94\x9d\xe4\x94\x9e\xe4\x94\x9f\xe4\x94\xa0\xe4\x94\xa1\xe4\x94\xa2\xe4\x94\xa3\xe4\x94\xa4\xe4\x94\xa5\xe4\x94\xa6\xe4\x94\xa7\xe4\x94\xa8\xe4\x94\xa9\xe4\x94\xaa\xe4\x94\xab\xe4\x94\xac\xe4\x94\xad\xe4\x94\xae\xe4\x94\xaf\xe4\x94\xb0\xe4\x94\xb1\xe4\x94\xb2\xe4\x94\xb3\xe4\x94\xb4\xe4\x94\xb5\xe4\x94\xb6\xe4\x94\xb7\xe4\x94\xb8\xe4\x94\xb9\xe4\x94\xba\xe4\x94\xbb\xe4\x94\xbc\xe4\x94\xbd\xe4\x94\xbe\xe4\x94\xbf\xe4\x95\x80\xe4\x95\x81\xe4\x95\x82\xe4\x95\x83\xe4\x95\x84\xe4\x95\x85\xe4\x95\x86\xe4\x95\x87\xe4\x95\x88\xe4\x95\x89\xe4\x95\x8a\xe4\x95\x8b\xe4\x95\x8c\xe4\x95\x8d\xe4\x95\x8e\xe4\x95\x8f\xe4\x95\x90\xe4\x95\x91\xe4\x95\x92\xe4\x95\x93\xe4\x95\x94\xe4\x95\x95\xe4\x95\x96\xe4\x95\x97\xe4\x95\x98\xe4\x95\x99\xe4\x95\x9a\xe4\x95\x9b\xe4\x95\x9c\xe4\x95\x9d\xe4\x95\x9e\xe4\x95\x9f\xe4\x95\xa0\xe4\x95\xa1\xe4\x95\xa2\xe4\x95\xa3\xe4\x95\xa4\xe4\x95\xa5\xe4\x95\xa6\xe4\x95\xa7\xe4\x95\xa8\xe4\x95\xa9\xe4\x95\xaa\xe4\x95\xab\xe4\x95\xac\xe4\x95\xad\xe4\x95\xae\xe4\x95\xaf\xe4\x95\xb0\xe4\x95\xb1\xe4\x95\xb2\xe4\x95\xb3\xe4\x95\xb4\xe4\x95\xb5\xe4\x95\xb6\xe4\x95\xb7\xe4\x95\xb8\xe4\x95\xb9\xe4\x95\xba\xe4\x95\xbb\xe4\x95\xbc\xe4\x95\xbd\xe4\x95\xbe\xe4\x95\xbf\xe4\x96\x80\xe4\x96\x81\xe4\x96\x82\xe4\x96\x83\xe4\x96\x84\xe4\x96\x85\xe4\x96\x86\xe4\x96\x87\xe4\x96\x88\xe4\x96\x89\xe4\x96\x8a\xe4\x96\x8b\xe4\x96\x8c\xe4\x96\x8d\xe4\x96\x8e\xe4\x96\x8f\xe4\x96\x90\xe4\x96\x91\xe4\x96\x92\xe4\x96\x93\xe4\x96\x94\xe4\x96\x95\xe4\x96\x96\xe4\x96\x97\xe4\x96\x98\xe4\x96\x99\xe4\x96\x9a\xe4\x96\x9b\xe4\x96\x9c\xe4\x96\x9d\xe4\x96\x9e\xe4\x96\x9f\xe4\x96\xa0\xe4\x96\xa1\xe4\x96\xa2\xe4\x96\xa3\xe4\x96\xa4\xe4\x96\xa5\xe4\x96\xa6\xe4\x96\xa7\xe4\x96\xa8\xe4\x96\xa9\xe4\x96\xaa\xe4\x96\xab\xe4\x96\xac\xe4\x96\xad\xe4\x96\xae\xe4\x96\xaf\xe4\x96\xb0\xe4\x96\xb1\xe4\x96\xb2\xe4\x96\xb3\xe4\x96\xb4\xe4\x96\xb5\xe4\x96\xb6\xe4\x96\xb7\xe4\x96\xb8\xe4\x96\xb9\xe4\x96\xba\xe4\x96\xbb\xe4\x96\xbc\xe4\x96\xbd\xe4\x96\xbe\xe4\x96\xbf\xe4\x97\x80\xe4\x97\x81\xe4\x97\x82\xe4\x97\x83\xe4\x97\x84\xe4\x97\x85\xe4\x97\x86\xe4\x97\x87\xe4\x97\x88\xe4\x97\x89\xe4\x97\x8a\xe4\x97\x8b\xe4\x97\x8c\xe4\x97\x8d\xe4\x97\x8e\xe4\x97\x8f\xe4\x97\x90\xe4\x97\x91\xe4\x97\x92\xe4\x97\x93\xe4\x97\x94\xe4\x97\x95\xe4\x97\x96\xe4\x97\x97\xe4\x97\x98\xe4\x97\x99\xe4\x97\x9a\xe4\x97\x9b\xe4\x97\x9c\xe4\x97\x9d\xe4\x97\x9e\xe4\x97\x9f\xe4\x97\xa0\xe4\x97\xa1\xe4\x97\xa2\xe4\x97\xa3\xe4\x97\xa4\xe4\x97\xa5\xe4\x97\xa6\xe4\x97\xa7\xe4\x97\xa8\xe4\x97\xa9\xe4\x97\xaa\xe4\x97\xab\xe4\x97\xac\xe4\x97\xad\xe4\x97\xae\xe4\x97\xaf\xe4\x97\xb0\xe4\x97\xb1\xe4\x97\xb2\xe4\x97\xb3\xe4\x97\xb4\xe4\x97\xb5\xe4\x97\xb6\xe4\x97\xb7\xe4\x97\xb8\xe4\x97\xb9\xe4\x97\xba\xe4\x97\xbb\xe4\x97\xbc\xe4\x97\xbd\xe4\x97\xbe\xe4\x97\xbf\xe4\x98\x80\xe4\x98\x81\xe4\x98\x82\xe4\x98\x83\xe4\x98\x84\xe4\x98\x85\xe4\x98\x86\xe4\x98\x87\xe4\x98\x88\xe4\x98\x89\xe4\x98\x8a\xe4\x98\x8b\xe4\x98\x8c\xe4\x98\x8d\xe4\x98\x8e\xe4\x98\x8f\xe4\x98\x90\xe4\x98\x91\xe4\x98\x92\xe4\x98\x93\xe4\x98\x94\xe4\x98\x95\xe4\x98\x96\xe4\x98\x97\xe4\x98\x98\xe4\x98\x99\xe4\x98\x9a\xe4\x98\x9b\xe4\x98\x9c\xe4\x98\x9d\xe4\x98\x9e\xe4\x98\x9f\xe4\x98\xa0\xe4\x98\xa1\xe4\x98\xa2\xe4\x98\xa3\xe4\x98\xa4\xe4\x98\xa5\xe4\x98\xa6\xe4\x98\xa7\xe4\x98\xa8\xe4\x98\xa9\xe4\x98\xaa\xe4\x98\xab\xe4\x98\xac\xe4\x98\xad\xe4\x98\xae\xe4\x98\xaf\xe4\x98\xb0\xe4\x98\xb1\xe4\x98\xb2\xe4\x98\xb3\xe4\x98\xb4\xe4\x98\xb5\xe4\x98\xb6\xe4\x98\xb7\xe4\x98\xb8\xe4\x98\xb9\xe4\x98\xba\xe4\x98\xbb\xe4\x98\xbc\xe4\x98\xbd\xe4\x98\xbe\xe4\x98\xbf\xe4\x99\x80\xe4\x99\x81\xe4\x99\x82\xe4\x99\x83\xe4\x99\x84\xe4\x99\x85\xe4\x99\x86\xe4\x99\x87\xe4\x99\x88\xe4\x99\x89\xe4\x99\x8a\xe4\x99\x8b\xe4\x99\x8c\xe4\x99\x8d\xe4\x99\x8e\xe4\x99\x8f\xe4\x99\x90\xe4\x99\x91\xe4\x99\x92\xe4\x99\x93\xe4\x99\x94\xe4\x99\x95\xe4\x99\x96\xe4\x99\x97\xe4\x99\x98\xe4\x99\x99\xe4\x99\x9a\xe4\x99\x9b\xe4\x99\x9c\xe4\x99\x9d\xe4\x99\x9e\xe4\x99\x9f\xe4\x99\xa0\xe4\x99\xa1\xe4\x99\xa2\xe4\x99\xa3\xe4\x99\xa4\xe4\x99\xa5\xe4\x99\xa6\xe4\x99\xa7\xe4\x99\xa8\xe4\x99\xa9\xe4\x99\xaa\xe4\x99\xab\xe4\x99\xac\xe4\x99\xad\xe4\x99\xae\xe4\x99\xaf\xe4\x99\xb0\xe4\x99\xb1\xe4\x99\xb2\xe4\x99\xb3\xe4\x99\xb4\xe4\x99\xb5\xe4\x99\xb6\xe4\x99\xb7\xe4\x99\xb8\xe4\x99\xb9\xe4\x99\xba\xe4\x99\xbb\xe4\x99\xbc\xe4\x99\xbd\xe4\x99\xbe\xe4\x99\xbf\xe4\x9a\x80\xe4\x9a\x81\xe4\x9a\x82\xe4\x9a\x83\xe4\x9a\x84\xe4\x9a\x85\xe4\x9a\x86\xe4\x9a\x87\xe4\x9a\x88\xe4\x9a\x89\xe4\x9a\x8a\xe4\x9a\x8b\xe4\x9a\x8c\xe4\x9a\x8d\xe4\x9a\x8e\xe4\x9a\x8f\xe4\x9a\x90\xe4\x9a\x91\xe4\x9a\x92\xe4\x9a\x93\xe4\x9a\x94\xe4\x9a\x95\xe4\x9a\x96\xe4\x9a\x97\xe4\x9a\x98\xe4\x9a\x99\xe4\x9a\x9a\xe4\x9a\x9b\xe4\x9a\x9c\xe4\x9a\x9d\xe4\x9a\x9e\xe4\x9a\x9f\xe4\x9a\xa0\xe4\x9a\xa1\xe4\x9a\xa2\xe4\x9a\xa3\xe4\x9a\xa4\xe4\x9a\xa5\xe4\x9a\xa6\xe4\x9a\xa7\xe4\x9a\xa8\xe4\x9a\xa9\xe4\x9a\xaa\xe4\x9a\xab\xe4\x9a\xac\xe4\x9a\xad\xe4\x9a\xae\xe4\x9a\xaf\xe4\x9a\xb0\xe4\x9a\xb1\xe4\x9a\xb2\xe4\x9a\xb3\xe4\x9a\xb4\xe4\x9a\xb5\xe4\x9a\xb6\xe4\x9a\xb7\xe4\x9a\xb8\xe4\x9a\xb9\xe4\x9a\xba\xe4\x9a\xbb\xe4\x9a\xbc\xe4\x9a\xbd\xe4\x9a\xbe\xe4\x9a\xbf\xe4\x9b\x80\xe4\x9b\x81\xe4\x9b\x82\xe4\x9b\x83\xe4\x9b\x84\xe4\x9b\x85\xe4\x9b\x86\xe4\x9b\x87\xe4\x9b\x88\xe4\x9b\x89\xe4\x9b\x8a\xe4\x9b\x8b\xe4\x9b\x8c\xe4\x9b\x8d\xe4\x9b\x8e\xe4\x9b\x8f\xe4\x9b\x90\xe4\x9b\x91\xe4\x9b\x92\xe4\x9b\x93\xe4\x9b\x94\xe4\x9b\x95\xe4\x9b\x96\xe4\x9b\x97\xe4\x9b\x98\xe4\x9b\x99\xe4\x9b\x9a\xe4\x9b\x9b\xe4\x9b\x9c\xe4\x9b\x9d\xe4\x9b\x9e\xe4\x9b\x9f\xe4\x9b\xa0\xe4\x9b\xa1\xe4\x9b\xa2\xe4\x9b\xa3\xe4\x9b\xa4\xe4\x9b\xa5\xe4\x9b\xa6\xe4\x9b\xa7\xe4\x9b\xa8\xe4\x9b\xa9\xe4\x9b\xaa\xe4\x9b\xab\xe4\x9b\xac\xe4\x9b\xad\xe4\x9b\xae\xe4\x9b\xaf\xe4\x9b\xb0\xe4\x9b\xb1\xe4\x9b\xb2\xe4\x9b\xb3\xe4\x9b\xb4\xe4\x9b\xb5\xe4\x9b\xb6\xe4\x9b\xb7\xe4\x9b\xb8\xe4\x9b\xb9\xe4\x9b\xba\xe4\x9b\xbb\xe4\x9b\xbc\xe4\x9b\xbd\xe4\x9b\xbe\xe4\x9b\xbf\xe4\x9c\x80\xe4\x9c\x81\xe4\x9c\x82\xe4\x9c\x83\xe4\x9c\x84\xe4\x9c\x85\xe4\x9c\x86\xe4\x9c\x87\xe4\x9c\x88\xe4\x9c\x89\xe4\x9c\x8a\xe4\x9c\x8b\xe4\x9c\x8c\xe4\x9c\x8d\xe4\x9c\x8e\xe4\x9c\x8f\xe4\x9c\x90\xe4\x9c\x91\xe4\x9c\x92\xe4\x9c\x93\xe4\x9c\x94\xe4\x9c\x95\xe4\x9c\x96\xe4\x9c\x97\xe4\x9c\x98\xe4\x9c\x99\xe4\x9c\x9a\xe4\x9c\x9b\xe4\x9c\x9c\xe4\x9c\x9d\xe4\x9c\x9e\xe4\x9c\x9f\xe4\x9c\xa0\xe4\x9c\xa1\xe4\x9c\xa2\xe4\x9c\xa3\xe4\x9c\xa4\xe4\x9c\xa5\xe4\x9c\xa6\xe4\x9c\xa7\xe4\x9c\xa8\xe4\x9c\xa9\xe4\x9c\xaa\xe4\x9c\xab\xe4\x9c\xac\xe4\x9c\xad\xe4\x9c\xae\xe4\x9c\xaf\xe4\x9c\xb0\xe4\x9c\xb1\xe4\x9c\xb2\xe4\x9c\xb3\xe4\x9c\xb4\xe4\x9c\xb5\xe4\x9c\xb6\xe4\x9c\xb7\xe4\x9c\xb8\xe4\x9c\xb9\xe4\x9c\xba\xe4\x9c\xbb\xe4\x9c\xbc\xe4\x9c\xbd\xe4\x9c\xbe\xe4\x9c\xbf\xe4\x9d\x80\xe4\x9d\x81\xe4\x9d\x82\xe4\x9d\x83\xe4\x9d\x84\xe4\x9d\x85\xe4\x9d\x86\xe4\x9d\x87\xe4\x9d\x88\xe4\x9d\x89\xe4\x9d\x8a\xe4\x9d\x8b\xe4\x9d\x8c\xe4\x9d\x8d\xe4\x9d\x8e\xe4\x9d\x8f\xe4\x9d\x90\xe4\x9d\x91\xe4\x9d\x92\xe4\x9d\x93\xe4\x9d\x94\xe4\x9d\x95\xe4\x9d\x96\xe4\x9d\x97\xe4\x9d\x98\xe4\x9d\x99\xe4\x9d\x9a\xe4\x9d\x9b\xe4\x9d\x9c\xe4\x9d\x9d\xe4\x9d\x9e\xe4\x9d\x9f\xe4\x9d\xa0\xe4\x9d\xa1\xe4\x9d\xa2\xe4\x9d\xa3\xe4\x9d\xa4\xe4\x9d\xa5\xe4\x9d\xa6\xe4\x9d\xa7\xe4\x9d\xa8\xe4\x9d\xa9\xe4\x9d\xaa\xe4\x9d\xab\xe4\x9d\xac\xe4\x9d\xad\xe4\x9d\xae\xe4\x9d\xaf\xe4\x9d\xb0\xe4\x9d\xb1\xe4\x9d\xb2\xe4\x9d\xb3\xe4\x9d\xb4\xe4\x9d\xb5\xe4\x9d\xb6\xe4\x9d\xb7\xe4\x9d\xb8\xe4\x9d\xb9\xe4\x9d\xba\xe4\x9d\xbb\xe4\x9d\xbc\xe4\x9d\xbd\xe4\x9d\xbe\xe4\x9d\xbf\xe4\x9e\x80\xe4\x9e\x81\xe4\x9e\x82\xe4\x9e\x83\xe4\x9e\x84\xe4\x9e\x85\xe4\x9e\x86\xe4\x9e\x87\xe4\x9e\x88\xe4\x9e\x89\xe4\x9e\x8a\xe4\x9e\x8b\xe4\x9e\x8c\xe4\x9e\x8d\xe4\x9e\x8e\xe4\x9e\x8f\xe4\x9e\x90\xe4\x9e\x91\xe4\x9e\x92\xe4\x9e\x93\xe4\x9e\x94\xe4\x9e\x95\xe4\x9e\x96\xe4\x9e\x97\xe4\x9e\x98\xe4\x9e\x99\xe4\x9e\x9a\xe4\x9e\x9b\xe4\x9e\x9c\xe4\x9e\x9d\xe4\x9e\x9e\xe4\x9e\x9f\xe4\x9e\xa0\xe4\x9e\xa1\xe4\x9e\xa2\xe4\x9e\xa3\xe4\x9e\xa4\xe4\x9e\xa5\xe4\x9e\xa6\xe4\x9e\xa7\xe4\x9e\xa8\xe4\x9e\xa9\xe4\x9e\xaa\xe4\x9e\xab\xe4\x9e\xac\xe4\x9e\xad\xe4\x9e\xae\xe4\x9e\xaf\xe4\x9e\xb0\xe4\x9e\xb1\xe4\x9e\xb2\xe4\x9e\xb3\xe4\x9e\xb4\xe4\x9e\xb5\xe4\x9e\xb6\xe4\x9e\xb7\xe4\x9e\xb8\xe4\x9e\xb9\xe4\x9e\xba\xe4\x9e\xbb\xe4\x9e\xbc\xe4\x9e\xbd\xe4\x9e\xbe\xe4\x9e\xbf\xe4\x9f\x80\xe4\x9f\x81\xe4\x9f\x82\xe4\x9f\x83\xe4\x9f\x84\xe4\x9f\x85\xe4\x9f\x86\xe4\x9f\x87\xe4\x9f\x88\xe4\x9f\x89\xe4\x9f\x8a\xe4\x9f\x8b\xe4\x9f\x8c\xe4\x9f\x8d\xe4\x9f\x8e\xe4\x9f\x8f\xe4\x9f\x90\xe4\x9f\x91\xe4\x9f\x92\xe4\x9f\x93\xe4\x9f\x94\xe4\x9f\x95\xe4\x9f\x96\xe4\x9f\x97\xe4\x9f\x98\xe4\x9f\x99\xe4\x9f\x9a\xe4\x9f\x9b\xe4\x9f\x9c\xe4\x9f\x9d\xe4\x9f\x9e\xe4\x9f\x9f\xe4\x9f\xa0\xe4\x9f\xa1\xe4\x9f\xa2\xe4\x9f\xa3\xe4\x9f\xa4\xe4\x9f\xa5\xe4\x9f\xa6\xe4\x9f\xa7\xe4\x9f\xa8\xe4\x9f\xa9\xe4\x9f\xaa\xe4\x9f\xab\xe4\x9f\xac\xe4\x9f\xad\xe4\x9f\xae\xe4\x9f\xaf\xe4\x9f\xb0\xe4\x9f\xb1\xe4\x9f\xb2\xe4\x9f\xb3\xe4\x9f\xb4\xe4\x9f\xb5\xe4\x9f\xb6\xe4\x9f\xb7\xe4\x9f\xb8\xe4\x9f\xb9\xe4\x9f\xba\xe4\x9f\xbb\xe4\x9f\xbc\xe4\x9f\xbd\xe4\x9f\xbe\xe4\x9f\xbf\xe4\xa0\x80\xe4\xa0\x81\xe4\xa0\x82\xe4\xa0\x83\xe4\xa0\x84\xe4\xa0\x85\xe4\xa0\x86\xe4\xa0\x87\xe4\xa0\x88\xe4\xa0\x89\xe4\xa0\x8a\xe4\xa0\x8b\xe4\xa0\x8c\xe4\xa0\x8d\xe4\xa0\x8e\xe4\xa0\x8f\xe4\xa0\x90\xe4\xa0\x91\xe4\xa0\x92\xe4\xa0\x93\xe4\xa0\x94\xe4\xa0\x95\xe4\xa0\x96\xe4\xa0\x97\xe4\xa0\x98\xe4\xa0\x99\xe4\xa0\x9a\xe4\xa0\x9b\xe4\xa0\x9c\xe4\xa0\x9d\xe4\xa0\x9e\xe4\xa0\x9f\xe4\xa0\xa0\xe4\xa0\xa1\xe4\xa0\xa2\xe4\xa0\xa3\xe4\xa0\xa4\xe4\xa0\xa5\xe4\xa0\xa6\xe4\xa0\xa7\xe4\xa0\xa8\xe4\xa0\xa9\xe4\xa0\xaa\xe4\xa0\xab\xe4\xa0\xac\xe4\xa0\xad\xe4\xa0\xae\xe4\xa0\xaf\xe4\xa0\xb0\xe4\xa0\xb1\xe4\xa0\xb2\xe4\xa0\xb3\xe4\xa0\xb4\xe4\xa0\xb5\xe4\xa0\xb6\xe4\xa0\xb7\xe4\xa0\xb8\xe4\xa0\xb9\xe4\xa0\xba\xe4\xa0\xbb\xe4\xa0\xbc\xe4\xa0\xbd\xe4\xa0\xbe\xe4\xa0\xbf\xe4\xa1\x80\xe4\xa1\x81\xe4\xa1\x82\xe4\xa1\x83\xe4\xa1\x84\xe4\xa1\x85\xe4\xa1\x86\xe4\xa1\x87\xe4\xa1\x88\xe4\xa1\x89\xe4\xa1\x8a\xe4\xa1\x8b\xe4\xa1\x8c\xe4\xa1\x8d\xe4\xa1\x8e\xe4\xa1\x8f\xe4\xa1\x90\xe4\xa1\x91\xe4\xa1\x92\xe4\xa1\x93\xe4\xa1\x94\xe4\xa1\x95\xe4\xa1\x96\xe4\xa1\x97\xe4\xa1\x98\xe4\xa1\x99\xe4\xa1\x9a\xe4\xa1\x9b\xe4\xa1\x9c\xe4\xa1\x9d\xe4\xa1\x9e\xe4\xa1\x9f\xe4\xa1\xa0\xe4\xa1\xa1\xe4\xa1\xa2\xe4\xa1\xa3\xe4\xa1\xa4\xe4\xa1\xa5\xe4\xa1\xa6\xe4\xa1\xa7\xe4\xa1\xa8\xe4\xa1\xa9\xe4\xa1\xaa\xe4\xa1\xab\xe4\xa1\xac\xe4\xa1\xad\xe4\xa1\xae\xe4\xa1\xaf\xe4\xa1\xb0\xe4\xa1\xb1\xe4\xa1\xb2\xe4\xa1\xb3\xe4\xa1\xb4\xe4\xa1\xb5\xe4\xa1\xb6\xe4\xa1\xb7\xe4\xa1\xb8\xe4\xa1\xb9\xe4\xa1\xba\xe4\xa1\xbb\xe4\xa1\xbc\xe4\xa1\xbd\xe4\xa1\xbe\xe4\xa1\xbf\xe4\xa2\x80\xe4\xa2\x81\xe4\xa2\x82\xe4\xa2\x83\xe4\xa2\x84\xe4\xa2\x85\xe4\xa2\x86\xe4\xa2\x87\xe4\xa2\x88\xe4\xa2\x89\xe4\xa2\x8a\xe4\xa2\x8b\xe4\xa2\x8c\xe4\xa2\x8d\xe4\xa2\x8e\xe4\xa2\x8f\xe4\xa2\x90\xe4\xa2\x91\xe4\xa2\x92\xe4\xa2\x93\xe4\xa2\x94\xe4\xa2\x95\xe4\xa2\x96\xe4\xa2\x97\xe4\xa2\x98\xe4\xa2\x99\xe4\xa2\x9a\xe4\xa2\x9b\xe4\xa2\x9c\xe4\xa2\x9d\xe4\xa2\x9e\xe4\xa2\x9f\xe4\xa2\xa0\xe4\xa2\xa1\xe4\xa2\xa2\xe4\xa2\xa3\xe4\xa2\xa4\xe4\xa2\xa5\xe4\xa2\xa6\xe4\xa2\xa7\xe4\xa2\xa8\xe4\xa2\xa9\xe4\xa2\xaa\xe4\xa2\xab\xe4\xa2\xac\xe4\xa2\xad\xe4\xa2\xae\xe4\xa2\xaf\xe4\xa2\xb0\xe4\xa2\xb1\xe4\xa2\xb2\xe4\xa2\xb3\xe4\xa2\xb4\xe4\xa2\xb5\xe4\xa2\xb6\xe4\xa2\xb7\xe4\xa2\xb8\xe4\xa2\xb9\xe4\xa2\xba\xe4\xa2\xbb\xe4\xa2\xbc\xe4\xa2\xbd\xe4\xa2\xbe\xe4\xa2\xbf\xe4\xa3\x80\xe4\xa3\x81\xe4\xa3\x82\xe4\xa3\x83\xe4\xa3\x84\xe4\xa3\x85\xe4\xa3\x86\xe4\xa3\x87\xe4\xa3\x88\xe4\xa3\x89\xe4\xa3\x8a\xe4\xa3\x8b\xe4\xa3\x8c\xe4\xa3\x8d\xe4\xa3\x8e\xe4\xa3\x8f\xe4\xa3\x90\xe4\xa3\x91\xe4\xa3\x92\xe4\xa3\x93\xe4\xa3\x94\xe4\xa3\x95\xe4\xa3\x96\xe4\xa3\x97\xe4\xa3\x98\xe4\xa3\x99\xe4\xa3\x9a\xe4\xa3\x9b\xe4\xa3\x9c\xe4\xa3\x9d\xe4\xa3\x9e\xe4\xa3\x9f\xe4\xa3\xa0\xe4\xa3\xa1\xe4\xa3\xa2\xe4\xa3\xa3\xe4\xa3\xa4\xe4\xa3\xa5\xe4\xa3\xa6\xe4\xa3\xa7\xe4\xa3\xa8\xe4\xa3\xa9\xe4\xa3\xaa\xe4\xa3\xab\xe4\xa3\xac\xe4\xa3\xad\xe4\xa3\xae\xe4\xa3\xaf\xe4\xa3\xb0\xe4\xa3\xb1\xe4\xa3\xb2\xe4\xa3\xb3\xe4\xa3\xb4\xe4\xa3\xb5\xe4\xa3\xb6\xe4\xa3\xb7\xe4\xa3\xb8\xe4\xa3\xb9\xe4\xa3\xba\xe4\xa3\xbb\xe4\xa3\xbc\xe4\xa3\xbd\xe4\xa3\xbe\xe4\xa3\xbf\xe4\xa4\x80\xe4\xa4\x81\xe4\xa4\x82\xe4\xa4\x83\xe4\xa4\x84\xe4\xa4\x85\xe4\xa4\x86\xe4\xa4\x87\xe4\xa4\x88\xe4\xa4\x89\xe4\xa4\x8a\xe4\xa4\x8b\xe4\xa4\x8c\xe4\xa4\x8d\xe4\xa4\x8e\xe4\xa4\x8f\xe4\xa4\x90\xe4\xa4\x91\xe4\xa4\x92\xe4\xa4\x93\xe4\xa4\x94\xe4\xa4\x95\xe4\xa4\x96\xe4\xa4\x97\xe4\xa4\x98\xe4\xa4\x99\xe4\xa4\x9a\xe4\xa4\x9b\xe4\xa4\x9c\xe4\xa4\x9d\xe4\xa4\x9e\xe4\xa4\x9f\xe4\xa4\xa0\xe4\xa4\xa1\xe4\xa4\xa2\xe4\xa4\xa3\xe4\xa4\xa4\xe4\xa4\xa5\xe4\xa4\xa6\xe4\xa4\xa7\xe4\xa4\xa8\xe4\xa4\xa9\xe4\xa4\xaa\xe4\xa4\xab\xe4\xa4\xac\xe4\xa4\xad\xe4\xa4\xae\xe4\xa4\xaf\xe4\xa4\xb0\xe4\xa4\xb1\xe4\xa4\xb2\xe4\xa4\xb3\xe4\xa4\xb4\xe4\xa4\xb5\xe4\xa4\xb6\xe4\xa4\xb7\xe4\xa4\xb8\xe4\xa4\xb9\xe4\xa4\xba\xe4\xa4\xbb\xe4\xa4\xbc\xe4\xa4\xbd\xe4\xa4\xbe\xe4\xa4\xbf\xe4\xa5\x80\xe4\xa5\x81\xe4\xa5\x82\xe4\xa5\x83\xe4\xa5\x84\xe4\xa5\x85\xe4\xa5\x86\xe4\xa5\x87\xe4\xa5\x88\xe4\xa5\x89\xe4\xa5\x8a\xe4\xa5\x8b\xe4\xa5\x8c\xe4\xa5\x8d\xe4\xa5\x8e\xe4\xa5\x8f\xe4\xa5\x90\xe4\xa5\x91\xe4\xa5\x92\xe4\xa5\x93\xe4\xa5\x94\xe4\xa5\x95\xe4\xa5\x96\xe4\xa5\x97\xe4\xa5\x98\xe4\xa5\x99\xe4\xa5\x9a\xe4\xa5\x9b\xe4\xa5\x9c\xe4\xa5\x9d\xe4\xa5\x9e\xe4\xa5\x9f\xe4\xa5\xa0\xe4\xa5\xa1\xe4\xa5\xa2\xe4\xa5\xa3\xe4\xa5\xa4\xe4\xa5\xa5\xe4\xa5\xa6\xe4\xa5\xa7\xe4\xa5\xa8\xe4\xa5\xa9\xe4\xa5\xaa\xe4\xa5\xab\xe4\xa5\xac\xe4\xa5\xad\xe4\xa5\xae\xe4\xa5\xaf\xe4\xa5\xb0\xe4\xa5\xb1\xe4\xa5\xb2\xe4\xa5\xb3\xe4\xa5\xb4\xe4\xa5\xb5\xe4\xa5\xb6\xe4\xa5\xb7\xe4\xa5\xb8\xe4\xa5\xb9\xe4\xa5\xba\xe4\xa5\xbb\xe4\xa5\xbc\xe4\xa5\xbd\xe4\xa5\xbe\xe4\xa5\xbf\xe4\xa6\x80\xe4\xa6\x81\xe4\xa6\x82\xe4\xa6\x83\xe4\xa6\x84\xe4\xa6\x85\xe4\xa6\x86\xe4\xa6\x87\xe4\xa6\x88\xe4\xa6\x89\xe4\xa6\x8a\xe4\xa6\x8b\xe4\xa6\x8c\xe4\xa6\x8d\xe4\xa6\x8e\xe4\xa6\x8f\xe4\xa6\x90\xe4\xa6\x91\xe4\xa6\x92\xe4\xa6\x93\xe4\xa6\x94\xe4\xa6\x95\xe4\xa6\x96\xe4\xa6\x97\xe4\xa6\x98\xe4\xa6\x99\xe4\xa6\x9a\xe4\xa6\x9b\xe4\xa6\x9c\xe4\xa6\x9d\xe4\xa6\x9e\xe4\xa6\x9f\xe4\xa6\xa0\xe4\xa6\xa1\xe4\xa6\xa2\xe4\xa6\xa3\xe4\xa6\xa4\xe4\xa6\xa5\xe4\xa6\xa6\xe4\xa6\xa7\xe4\xa6\xa8\xe4\xa6\xa9\xe4\xa6\xaa\xe4\xa6\xab\xe4\xa6\xac\xe4\xa6\xad\xe4\xa6\xae\xe4\xa6\xaf\xe4\xa6\xb0\xe4\xa6\xb1\xe4\xa6\xb2\xe4\xa6\xb3\xe4\xa6\xb4\xe4\xa6\xb5\xe4\xa6\xb6\xe4\xa6\xb7\xe4\xa6\xb8\xe4\xa6\xb9\xe4\xa6\xba\xe4\xa6\xbb\xe4\xa6\xbc\xe4\xa6\xbd\xe4\xa6\xbe\xe4\xa6\xbf\xe4\xa7\x80\xe4\xa7\x81\xe4\xa7\x82\xe4\xa7\x83\xe4\xa7\x84\xe4\xa7\x85\xe4\xa7\x86\xe4\xa7\x87\xe4\xa7\x88\xe4\xa7\x89\xe4\xa7\x8a\xe4\xa7\x8b\xe4\xa7\x8c\xe4\xa7\x8d\xe4\xa7\x8e\xe4\xa7\x8f\xe4\xa7\x90\xe4\xa7\x91\xe4\xa7\x92\xe4\xa7\x93\xe4\xa7\x94\xe4\xa7\x95\xe4\xa7\x96\xe4\xa7\x97\xe4\xa7\x98\xe4\xa7\x99\xe4\xa7\x9a\xe4\xa7\x9b\xe4\xa7\x9c\xe4\xa7\x9d\xe4\xa7\x9e\xe4\xa7\x9f\xe4\xa7\xa0\xe4\xa7\xa1\xe4\xa7\xa2\xe4\xa7\xa3\xe4\xa7\xa4\xe4\xa7\xa5\xe4\xa7\xa6\xe4\xa7\xa7\xe4\xa7\xa8\xe4\xa7\xa9\xe4\xa7\xaa\xe4\xa7\xab\xe4\xa7\xac\xe4\xa7\xad\xe4\xa7\xae\xe4\xa7\xaf\xe4\xa7\xb0\xe4\xa7\xb1\xe4\xa7\xb2\xe4\xa7\xb3\xe4\xa7\xb4\xe4\xa7\xb5\xe4\xa7\xb6\xe4\xa7\xb7\xe4\xa7\xb8\xe4\xa7\xb9\xe4\xa7\xba\xe4\xa7\xbb\xe4\xa7\xbc\xe4\xa7\xbd\xe4\xa7\xbe\xe4\xa7\xbf\xe4\xa8\x80\xe4\xa8\x81\xe4\xa8\x82\xe4\xa8\x83\xe4\xa8\x84\xe4\xa8\x85\xe4\xa8\x86\xe4\xa8\x87\xe4\xa8\x88\xe4\xa8\x89\xe4\xa8\x8a\xe4\xa8\x8b\xe4\xa8\x8c\xe4\xa8\x8d\xe4\xa8\x8e\xe4\xa8\x8f\xe4\xa8\x90\xe4\xa8\x91\xe4\xa8\x92\xe4\xa8\x93\xe4\xa8\x94\xe4\xa8\x95\xe4\xa8\x96\xe4\xa8\x97\xe4\xa8\x98\xe4\xa8\x99\xe4\xa8\x9a\xe4\xa8\x9b\xe4\xa8\x9c\xe4\xa8\x9d\xe4\xa8\x9e\xe4\xa8\x9f\xe4\xa8\xa0\xe4\xa8\xa1\xe4\xa8\xa2\xe4\xa8\xa3\xe4\xa8\xa4\xe4\xa8\xa5\xe4\xa8\xa6\xe4\xa8\xa7\xe4\xa8\xa8\xe4\xa8\xa9\xe4\xa8\xaa\xe4\xa8\xab\xe4\xa8\xac\xe4\xa8\xad\xe4\xa8\xae\xe4\xa8\xaf\xe4\xa8\xb0\xe4\xa8\xb1\xe4\xa8\xb2\xe4\xa8\xb3\xe4\xa8\xb4\xe4\xa8\xb5\xe4\xa8\xb6\xe4\xa8\xb7\xe4\xa8\xb8\xe4\xa8\xb9\xe4\xa8\xba\xe4\xa8\xbb\xe4\xa8\xbc\xe4\xa8\xbd\xe4\xa8\xbe\xe4\xa8\xbf\xe4\xa9\x80\xe4\xa9\x81\xe4\xa9\x82\xe4\xa9\x83\xe4\xa9\x84\xe4\xa9\x85\xe4\xa9\x86\xe4\xa9\x87\xe4\xa9\x88\xe4\xa9\x89\xe4\xa9\x8a\xe4\xa9\x8b\xe4\xa9\x8c\xe4\xa9\x8d\xe4\xa9\x8e\xe4\xa9\x8f\xe4\xa9\x90\xe4\xa9\x91\xe4\xa9\x92\xe4\xa9\x93\xe4\xa9\x94\xe4\xa9\x95\xe4\xa9\x96\xe4\xa9\x97\xe4\xa9\x98\xe4\xa9\x99\xe4\xa9\x9a\xe4\xa9\x9b\xe4\xa9\x9c\xe4\xa9\x9d\xe4\xa9\x9e\xe4\xa9\x9f\xe4\xa9\xa0\xe4\xa9\xa1\xe4\xa9\xa2\xe4\xa9\xa3\xe4\xa9\xa4\xe4\xa9\xa5\xe4\xa9\xa6\xe4\xa9\xa7\xe4\xa9\xa8\xe4\xa9\xa9\xe4\xa9\xaa\xe4\xa9\xab\xe4\xa9\xac\xe4\xa9\xad\xe4\xa9\xae\xe4\xa9\xaf\xe4\xa9\xb0\xe4\xa9\xb1\xe4\xa9\xb2\xe4\xa9\xb3\xe4\xa9\xb4\xe4\xa9\xb5\xe4\xa9\xb6\xe4\xa9\xb7\xe4\xa9\xb8\xe4\xa9\xb9\xe4\xa9\xba\xe4\xa9\xbb\xe4\xa9\xbc\xe4\xa9\xbd\xe4\xa9\xbe\xe4\xa9\xbf\xe4\xaa\x80\xe4\xaa\x81\xe4\xaa\x82\xe4\xaa\x83\xe4\xaa\x84\xe4\xaa\x85\xe4\xaa\x86\xe4\xaa\x87\xe4\xaa\x88\xe4\xaa\x89\xe4\xaa\x8a\xe4\xaa\x8b\xe4\xaa\x8c\xe4\xaa\x8d\xe4\xaa\x8e\xe4\xaa\x8f\xe4\xaa\x90\xe4\xaa\x91\xe4\xaa\x92\xe4\xaa\x93\xe4\xaa\x94\xe4\xaa\x95\xe4\xaa\x96\xe4\xaa\x97\xe4\xaa\x98\xe4\xaa\x99\xe4\xaa\x9a\xe4\xaa\x9b\xe4\xaa\x9c\xe4\xaa\x9d\xe4\xaa\x9e\xe4\xaa\x9f\xe4\xaa\xa0\xe4\xaa\xa1\xe4\xaa\xa2\xe4\xaa\xa3\xe4\xaa\xa4\xe4\xaa\xa5\xe4\xaa\xa6\xe4\xaa\xa7\xe4\xaa\xa8\xe4\xaa\xa9\xe4\xaa\xaa\xe4\xaa\xab\xe4\xaa\xac\xe4\xaa\xad\xe4\xaa\xae\xe4\xaa\xaf\xe4\xaa\xb0\xe4\xaa\xb1\xe4\xaa\xb2\xe4\xaa\xb3\xe4\xaa\xb4\xe4\xaa\xb5\xe4\xaa\xb6\xe4\xaa\xb7\xe4\xaa\xb8\xe4\xaa\xb9\xe4\xaa\xba\xe4\xaa\xbb\xe4\xaa\xbc\xe4\xaa\xbd\xe4\xaa\xbe\xe4\xaa\xbf\xe4\xab\x80\xe4\xab\x81\xe4\xab\x82\xe4\xab\x83\xe4\xab\x84\xe4\xab\x85\xe4\xab\x86\xe4\xab\x87\xe4\xab\x88\xe4\xab\x89\xe4\xab\x8a\xe4\xab\x8b\xe4\xab\x8c\xe4\xab\x8d\xe4\xab\x8e\xe4\xab\x8f\xe4\xab\x90\xe4\xab\x91\xe4\xab\x92\xe4\xab\x93\xe4\xab\x94\xe4\xab\x95\xe4\xab\x96\xe4\xab\x97\xe4\xab\x98\xe4\xab\x99\xe4\xab\x9a\xe4\xab\x9b\xe4\xab\x9c\xe4\xab\x9d\xe4\xab\x9e\xe4\xab\x9f\xe4\xab\xa0\xe4\xab\xa1\xe4\xab\xa2\xe4\xab\xa3\xe4\xab\xa4\xe4\xab\xa5\xe4\xab\xa6\xe4\xab\xa7\xe4\xab\xa8\xe4\xab\xa9\xe4\xab\xaa\xe4\xab\xab\xe4\xab\xac\xe4\xab\xad\xe4\xab\xae\xe4\xab\xaf\xe4\xab\xb0\xe4\xab\xb1\xe4\xab\xb2\xe4\xab\xb3\xe4\xab\xb4\xe4\xab\xb5\xe4\xab\xb6\xe4\xab\xb7\xe4\xab\xb8\xe4\xab\xb9\xe4\xab\xba\xe4\xab\xbb\xe4\xab\xbc\xe4\xab\xbd\xe4\xab\xbe\xe4\xab\xbf\xe4\xac\x80\xe4\xac\x81\xe4\xac\x82\xe4\xac\x83\xe4\xac\x84\xe4\xac\x85\xe4\xac\x86\xe4\xac\x87\xe4\xac\x88\xe4\xac\x89\xe4\xac\x8a\xe4\xac\x8b\xe4\xac\x8c\xe4\xac\x8d\xe4\xac\x8e\xe4\xac\x8f\xe4\xac\x90\xe4\xac\x91\xe4\xac\x92\xe4\xac\x93\xe4\xac\x94\xe4\xac\x95\xe4\xac\x96\xe4\xac\x97\xe4\xac\x98\xe4\xac\x99\xe4\xac\x9a\xe4\xac\x9b\xe4\xac\x9c\xe4\xac\x9d\xe4\xac\x9e\xe4\xac\x9f\xe4\xac\xa0\xe4\xac\xa1\xe4\xac\xa2\xe4\xac\xa3\xe4\xac\xa4\xe4\xac\xa5\xe4\xac\xa6\xe4\xac\xa7\xe4\xac\xa8\xe4\xac\xa9\xe4\xac\xaa\xe4\xac\xab\xe4\xac\xac\xe4\xac\xad\xe4\xac\xae\xe4\xac\xaf\xe4\xac\xb0\xe4\xac\xb1\xe4\xac\xb2\xe4\xac\xb3\xe4\xac\xb4\xe4\xac\xb5\xe4\xac\xb6\xe4\xac\xb7\xe4\xac\xb8\xe4\xac\xb9\xe4\xac\xba\xe4\xac\xbb\xe4\xac\xbc\xe4\xac\xbd\xe4\xac\xbe\xe4\xac\xbf\xe4\xad\x80\xe4\xad\x81\xe4\xad\x82\xe4\xad\x83\xe4\xad\x84\xe4\xad\x85\xe4\xad\x86\xe4\xad\x87\xe4\xad\x88\xe4\xad\x89\xe4\xad\x8a\xe4\xad\x8b\xe4\xad\x8c\xe4\xad\x8d\xe4\xad\x8e\xe4\xad\x8f\xe4\xad\x90\xe4\xad\x91\xe4\xad\x92\xe4\xad\x93\xe4\xad\x94\xe4\xad\x95\xe4\xad\x96\xe4\xad\x97\xe4\xad\x98\xe4\xad\x99\xe4\xad\x9a\xe4\xad\x9b\xe4\xad\x9c\xe4\xad\x9d\xe4\xad\x9e\xe4\xad\x9f\xe4\xad\xa0\xe4\xad\xa1\xe4\xad\xa2\xe4\xad\xa3\xe4\xad\xa4\xe4\xad\xa5\xe4\xad\xa6\xe4\xad\xa7\xe4\xad\xa8\xe4\xad\xa9\xe4\xad\xaa\xe4\xad\xab\xe4\xad\xac\xe4\xad\xad\xe4\xad\xae\xe4\xad\xaf\xe4\xad\xb0\xe4\xad\xb1\xe4\xad\xb2\xe4\xad\xb3\xe4\xad\xb4\xe4\xad\xb5\xe4\xad\xb6\xe4\xad\xb7\xe4\xad\xb8\xe4\xad\xb9\xe4\xad\xba\xe4\xad\xbb\xe4\xad\xbc\xe4\xad\xbd\xe4\xad\xbe\xe4\xad\xbf\xe4\xae\x80\xe4\xae\x81\xe4\xae\x82\xe4\xae\x83\xe4\xae\x84\xe4\xae\x85\xe4\xae\x86\xe4\xae\x87\xe4\xae\x88\xe4\xae\x89\xe4\xae\x8a\xe4\xae\x8b\xe4\xae\x8c\xe4\xae\x8d\xe4\xae\x8e\xe4\xae\x8f\xe4\xae\x90\xe4\xae\x91\xe4\xae\x92\xe4\xae\x93\xe4\xae\x94\xe4\xae\x95\xe4\xae\x96\xe4\xae\x97\xe4\xae\x98\xe4\xae\x99\xe4\xae\x9a\xe4\xae\x9b\xe4\xae\x9c\xe4\xae\x9d\xe4\xae\x9e\xe4\xae\x9f\xe4\xae\xa0\xe4\xae\xa1\xe4\xae\xa2\xe4\xae\xa3\xe4\xae\xa4\xe4\xae\xa5\xe4\xae\xa6\xe4\xae\xa7\xe4\xae\xa8\xe4\xae\xa9\xe4\xae\xaa\xe4\xae\xab\xe4\xae\xac\xe4\xae\xad\xe4\xae\xae\xe4\xae\xaf\xe4\xae\xb0\xe4\xae\xb1\xe4\xae\xb2\xe4\xae\xb3\xe4\xae\xb4\xe4\xae\xb5\xe4\xae\xb6\xe4\xae\xb7\xe4\xae\xb8\xe4\xae\xb9\xe4\xae\xba\xe4\xae\xbb\xe4\xae\xbc\xe4\xae\xbd\xe4\xae\xbe\xe4\xae\xbf\xe4\xaf\x80\xe4\xaf\x81\xe4\xaf\x82\xe4\xaf\x83\xe4\xaf\x84\xe4\xaf\x85\xe4\xaf\x86\xe4\xaf\x87\xe4\xaf\x88\xe4\xaf\x89\xe4\xaf\x8a\xe4\xaf\x8b\xe4\xaf\x8c\xe4\xaf\x8d\xe4\xaf\x8e\xe4\xaf\x8f\xe4\xaf\x90\xe4\xaf\x91\xe4\xaf\x92\xe4\xaf\x93\xe4\xaf\x94\xe4\xaf\x95\xe4\xaf\x96\xe4\xaf\x97\xe4\xaf\x98\xe4\xaf\x99\xe4\xaf\x9a\xe4\xaf\x9b\xe4\xaf\x9c\xe4\xaf\x9d\xe4\xaf\x9e\xe4\xaf\x9f\xe4\xaf\xa0\xe4\xaf\xa1\xe4\xaf\xa2\xe4\xaf\xa3\xe4\xaf\xa4\xe4\xaf\xa5\xe4\xaf\xa6\xe4\xaf\xa7\xe4\xaf\xa8\xe4\xaf\xa9\xe4\xaf\xaa\xe4\xaf\xab\xe4\xaf\xac\xe4\xaf\xad\xe4\xaf\xae\xe4\xaf\xaf\xe4\xaf\xb0\xe4\xaf\xb1\xe4\xaf\xb2\xe4\xaf\xb3\xe4\xaf\xb4\xe4\xaf\xb5\xe4\xaf\xb6\xe4\xaf\xb7\xe4\xaf\xb8\xe4\xaf\xb9\xe4\xaf\xba\xe4\xaf\xbb\xe4\xaf\xbc\xe4\xaf\xbd\xe4\xaf\xbe\xe4\xaf\xbf\xe4\xb0\x80\xe4\xb0\x81\xe4\xb0\x82\xe4\xb0\x83\xe4\xb0\x84\xe4\xb0\x85\xe4\xb0\x86\xe4\xb0\x87\xe4\xb0\x88\xe4\xb0\x89\xe4\xb0\x8a\xe4\xb0\x8b\xe4\xb0\x8c\xe4\xb0\x8d\xe4\xb0\x8e\xe4\xb0\x8f\xe4\xb0\x90\xe4\xb0\x91\xe4\xb0\x92\xe4\xb0\x93\xe4\xb0\x94\xe4\xb0\x95\xe4\xb0\x96\xe4\xb0\x97\xe4\xb0\x98\xe4\xb0\x99\xe4\xb0\x9a\xe4\xb0\x9b\xe4\xb0\x9c\xe4\xb0\x9d\xe4\xb0\x9e\xe4\xb0\x9f\xe4\xb0\xa0\xe4\xb0\xa1\xe4\xb0\xa2\xe4\xb0\xa3\xe4\xb0\xa4\xe4\xb0\xa5\xe4\xb0\xa6\xe4\xb0\xa7\xe4\xb0\xa8\xe4\xb0\xa9\xe4\xb0\xaa\xe4\xb0\xab\xe4\xb0\xac\xe4\xb0\xad\xe4\xb0\xae\xe4\xb0\xaf\xe4\xb0\xb0\xe4\xb0\xb1\xe4\xb0\xb2\xe4\xb0\xb3\xe4\xb0\xb4\xe4\xb0\xb5\xe4\xb0\xb6\xe4\xb0\xb7\xe4\xb0\xb8\xe4\xb0\xb9\xe4\xb0\xba\xe4\xb0\xbb\xe4\xb0\xbc\xe4\xb0\xbd\xe4\xb0\xbe\xe4\xb0\xbf\xe4\xb1\x80\xe4\xb1\x81\xe4\xb1\x82\xe4\xb1\x83\xe4\xb1\x84\xe4\xb1\x85\xe4\xb1\x86\xe4\xb1\x87\xe4\xb1\x88\xe4\xb1\x89\xe4\xb1\x8a\xe4\xb1\x8b\xe4\xb1\x8c\xe4\xb1\x8d\xe4\xb1\x8e\xe4\xb1\x8f\xe4\xb1\x90\xe4\xb1\x91\xe4\xb1\x92\xe4\xb1\x93\xe4\xb1\x94\xe4\xb1\x95\xe4\xb1\x96\xe4\xb1\x97\xe4\xb1\x98\xe4\xb1\x99\xe4\xb1\x9a\xe4\xb1\x9b\xe4\xb1\x9c\xe4\xb1\x9d\xe4\xb1\x9e\xe4\xb1\x9f\xe4\xb1\xa0\xe4\xb1\xa1\xe4\xb1\xa2\xe4\xb1\xa3\xe4\xb1\xa4\xe4\xb1\xa5\xe4\xb1\xa6\xe4\xb1\xa7\xe4\xb1\xa8\xe4\xb1\xa9\xe4\xb1\xaa\xe4\xb1\xab\xe4\xb1\xac\xe4\xb1\xad\xe4\xb1\xae\xe4\xb1\xaf\xe4\xb1\xb0\xe4\xb1\xb1\xe4\xb1\xb2\xe4\xb1\xb3\xe4\xb1\xb4\xe4\xb1\xb5\xe4\xb1\xb6\xe4\xb1\xb7\xe4\xb1\xb8\xe4\xb1\xb9\xe4\xb1\xba\xe4\xb1\xbb\xe4\xb1\xbc\xe4\xb1\xbd\xe4\xb1\xbe\xe4\xb1\xbf\xe4\xb2\x80\xe4\xb2\x81\xe4\xb2\x82\xe4\xb2\x83\xe4\xb2\x84\xe4\xb2\x85\xe4\xb2\x86\xe4\xb2\x87\xe4\xb2\x88\xe4\xb2\x89\xe4\xb2\x8a\xe4\xb2\x8b\xe4\xb2\x8c\xe4\xb2\x8d\xe4\xb2\x8e\xe4\xb2\x8f\xe4\xb2\x90\xe4\xb2\x91\xe4\xb2\x92\xe4\xb2\x93\xe4\xb2\x94\xe4\xb2\x95\xe4\xb2\x96\xe4\xb2\x97\xe4\xb2\x98\xe4\xb2\x99\xe4\xb2\x9a\xe4\xb2\x9b\xe4\xb2\x9c\xe4\xb2\x9d\xe4\xb2\x9e\xe4\xb2\x9f\xe4\xb2\xa0\xe4\xb2\xa1\xe4\xb2\xa2\xe4\xb2\xa3\xe4\xb2\xa4\xe4\xb2\xa5\xe4\xb2\xa6\xe4\xb2\xa7\xe4\xb2\xa8\xe4\xb2\xa9\xe4\xb2\xaa\xe4\xb2\xab\xe4\xb2\xac\xe4\xb2\xad\xe4\xb2\xae\xe4\xb2\xaf\xe4\xb2\xb0\xe4\xb2\xb1\xe4\xb2\xb2\xe4\xb2\xb3\xe4\xb2\xb4\xe4\xb2\xb5\xe4\xb2\xb6\xe4\xb2\xb7\xe4\xb2\xb8\xe4\xb2\xb9\xe4\xb2\xba\xe4\xb2\xbb\xe4\xb2\xbc\xe4\xb2\xbd\xe4\xb2\xbe\xe4\xb2\xbf\xe4\xb3\x80\xe4\xb3\x81\xe4\xb3\x82\xe4\xb3\x83\xe4\xb3\x84\xe4\xb3\x85\xe4\xb3\x86\xe4\xb3\x87\xe4\xb3\x88\xe4\xb3\x89\xe4\xb3\x8a\xe4\xb3\x8b\xe4\xb3\x8c\xe4\xb3\x8d\xe4\xb3\x8e\xe4\xb3\x8f\xe4\xb3\x90\xe4\xb3\x91\xe4\xb3\x92\xe4\xb3\x93\xe4\xb3\x94\xe4\xb3\x95\xe4\xb3\x96\xe4\xb3\x97\xe4\xb3\x98\xe4\xb3\x99\xe4\xb3\x9a\xe4\xb3\x9b\xe4\xb3\x9c\xe4\xb3\x9d\xe4\xb3\x9e\xe4\xb3\x9f\xe4\xb3\xa0\xe4\xb3\xa1\xe4\xb3\xa2\xe4\xb3\xa3\xe4\xb3\xa4\xe4\xb3\xa5\xe4\xb3\xa6\xe4\xb3\xa7\xe4\xb3\xa8\xe4\xb3\xa9\xe4\xb3\xaa\xe4\xb3\xab\xe4\xb3\xac\xe4\xb3\xad\xe4\xb3\xae\xe4\xb3\xaf\xe4\xb3\xb0\xe4\xb3\xb1\xe4\xb3\xb2\xe4\xb3\xb3\xe4\xb3\xb4\xe4\xb3\xb5\xe4\xb3\xb6\xe4\xb3\xb7\xe4\xb3\xb8\xe4\xb3\xb9\xe4\xb3\xba\xe4\xb3\xbb\xe4\xb3\xbc\xe4\xb3\xbd\xe4\xb3\xbe\xe4\xb3\xbf\xe4\xb4\x80\xe4\xb4\x81\xe4\xb4\x82\xe4\xb4\x83\xe4\xb4\x84\xe4\xb4\x85\xe4\xb4\x86\xe4\xb4\x87\xe4\xb4\x88\xe4\xb4\x89\xe4\xb4\x8a\xe4\xb4\x8b\xe4\xb4\x8c\xe4\xb4\x8d\xe4\xb4\x8e\xe4\xb4\x8f\xe4\xb4\x90\xe4\xb4\x91\xe4\xb4\x92\xe4\xb4\x93\xe4\xb4\x94\xe4\xb4\x95\xe4\xb4\x96\xe4\xb4\x97\xe4\xb4\x98\xe4\xb4\x99\xe4\xb4\x9a\xe4\xb4\x9b\xe4\xb4\x9c\xe4\xb4\x9d\xe4\xb4\x9e\xe4\xb4\x9f\xe4\xb4\xa0\xe4\xb4\xa1\xe4\xb4\xa2\xe4\xb4\xa3\xe4\xb4\xa4\xe4\xb4\xa5\xe4\xb4\xa6\xe4\xb4\xa7\xe4\xb4\xa8\xe4\xb4\xa9\xe4\xb4\xaa\xe4\xb4\xab\xe4\xb4\xac\xe4\xb4\xad\xe4\xb4\xae\xe4\xb4\xaf\xe4\xb4\xb0\xe4\xb4\xb1\xe4\xb4\xb2\xe4\xb4\xb3\xe4\xb4\xb4\xe4\xb4\xb5\xe4\xb4\xb6\xe4\xb4\xb7\xe4\xb4\xb8\xe4\xb4\xb9\xe4\xb4\xba\xe4\xb4\xbb\xe4\xb4\xbc\xe4\xb4\xbd\xe4\xb4\xbe\xe4\xb4\xbf\xe4\xb5\x80\xe4\xb5\x81\xe4\xb5\x82\xe4\xb5\x83\xe4\xb5\x84\xe4\xb5\x85\xe4\xb5\x86\xe4\xb5\x87\xe4\xb5\x88\xe4\xb5\x89\xe4\xb5\x8a\xe4\xb5\x8b\xe4\xb5\x8c\xe4\xb5\x8d\xe4\xb5\x8e\xe4\xb5\x8f\xe4\xb5\x90\xe4\xb5\x91\xe4\xb5\x92\xe4\xb5\x93\xe4\xb5\x94\xe4\xb5\x95\xe4\xb5\x96\xe4\xb5\x97\xe4\xb5\x98\xe4\xb5\x99\xe4\xb5\x9a\xe4\xb5\x9b\xe4\xb5\x9c\xe4\xb5\x9d\xe4\xb5\x9e\xe4\xb5\x9f\xe4\xb5\xa0\xe4\xb5\xa1\xe4\xb5\xa2\xe4\xb5\xa3\xe4\xb5\xa4\xe4\xb5\xa5\xe4\xb5\xa6\xe4\xb5\xa7\xe4\xb5\xa8\xe4\xb5\xa9\xe4\xb5\xaa\xe4\xb5\xab\xe4\xb5\xac\xe4\xb5\xad\xe4\xb5\xae\xe4\xb5\xaf\xe4\xb5\xb0\xe4\xb5\xb1\xe4\xb5\xb2\xe4\xb5\xb3\xe4\xb5\xb4\xe4\xb5\xb5\xe4\xb5\xb6\xe4\xb5\xb7\xe4\xb5\xb8\xe4\xb5\xb9\xe4\xb5\xba\xe4\xb5\xbb\xe4\xb5\xbc\xe4\xb5\xbd\xe4\xb5\xbe\xe4\xb5\xbf\xe4\xb6\x80\xe4\xb6\x81\xe4\xb6\x82\xe4\xb6\x83\xe4\xb6\x84\xe4\xb6\x85\xe4\xb6\x86\xe4\xb6\x87\xe4\xb6\x88\xe4\xb6\x89\xe4\xb6\x8a\xe4\xb6\x8b\xe4\xb6\x8c\xe4\xb6\x8d\xe4\xb6\x8e\xe4\xb6\x8f\xe4\xb6\x90\xe4\xb6\x91\xe4\xb6\x92\xe4\xb6\x93\xe4\xb6\x94\xe4\xb6\x95\xe4\xb6\x96\xe4\xb6\x97\xe4\xb6\x98\xe4\xb6\x99\xe4\xb6\x9a\xe4\xb6\x9b\xe4\xb6\x9c\xe4\xb6\x9d\xe4\xb6\x9e\xe4\xb6\x9f\xe4\xb6\xa0\xe4\xb6\xa1\xe4\xb6\xa2\xe4\xb6\xa3\xe4\xb6\xa4\xe4\xb6\xa5\xe4\xb6\xa6\xe4\xb6\xa7\xe4\xb6\xa8\xe4\xb6\xa9\xe4\xb6\xaa\xe4\xb6\xab\xe4\xb6\xac\xe4\xb6\xad\xe4\xb6\xae\xe4\xb6\xaf\xe4\xb6\xb0\xe4\xb6\xb1\xe4\xb6\xb2\xe4\xb6\xb3\xe4\xb6\xb4\xe4\xb7\x80\xe4\xb7\x81\xe4\xb7\x82\xe4\xb7\x83\xe4\xb7\x84\xe4\xb7\x85\xe4\xb7\x86\xe4\xb7\x87\xe4\xb7\x88\xe4\xb7\x89\xe4\xb7\x8a\xe4\xb7\x8b\xe4\xb7\x8c\xe4\xb7\x8d\xe4\xb7\x8e\xe4\xb7\x8f\xe4\xb7\x90\xe4\xb7\x91\xe4\xb7\x92\xe4\xb7\x93\xe4\xb7\x94\xe4\xb7\x95\xe4\xb7\x96\xe4\xb7\x97\xe4\xb7\x98\xe4\xb7\x99\xe4\xb7\x9a\xe4\xb7\x9b\xe4\xb7\x9c\xe4\xb7\x9d\xe4\xb7\x9e\xe4\xb7\x9f\xe4\xb7\xa0\xe4\xb7\xa1\xe4\xb7\xa2\xe4\xb7\xa3\xe4\xb7\xa4\xe4\xb7\xa5\xe4\xb7\xa6\xe4\xb7\xa7\xe4\xb7\xa8\xe4\xb7\xa9\xe4\xb7\xaa\xe4\xb7\xab\xe4\xb7\xac\xe4\xb7\xad\xe4\xb7\xae\xe4\xb7\xaf\xe4\xb7\xb0\xe4\xb7\xb1\xe4\xb7\xb2\xe4\xb7\xb3\xe4\xb7\xb4\xe4\xb7\xb5\xe4\xb7\xb6\xe4\xb7\xb7\xe4\xb7\xb8\xe4\xb7\xb9\xe4\xb7\xba\xe4\xb7\xbb\xe4\xb7\xbc\xe4\xb7\xbd\xe4\xb7\xbe\xe4\xb7\xbf\xe4\xb8\x81\xe4\xb8\x82\xe4\xb8\x83\xe4\xb8\x84\xe4\xb8\x85\xe4\xb8\x86\xe4\xb8\x87\xe4\xb8\x88\xe4\xb8\x89\xe4\xb8\x8a\xe4\xb8\x8b\xe4\xb8\x8c\xe4\xb8\x8d\xe4\xb8\x8e\xe4\xb8\x8f\xe4\xb8\x90\xe4\xb8\x91\xe4\xb8\x92\xe4\xb8\x93\xe4\xb8\x94\xe4\xb8\x95\xe4\xb8\x96\xe4\xb8\x97\xe4\xb8\x98\xe4\xb8\x99\xe4\xb8\x9a\xe4\xb8\x9b\xe4\xb8\x9c\xe4\xb8\x9d\xe4\xb8\x9e\xe4\xb8\x9f\xe4\xb8\xa0\xe4\xb8\xa1\xe4\xb8\xa2\xe4\xb8\xa3\xe4\xb8\xa4\xe4\xb8\xa5\xe4\xb8\xa6\xe4\xb8\xa7\xe4\xb8\xa8\xe4\xb8\xa9\xe4\xb8\xaa\xe4\xb8\xab\xe4\xb8\xac\xe4\xb8\xad\xe4\xb8\xae\xe4\xb8\xaf\xe4\xb8\xb0\xe4\xb8\xb1\xe4\xb8\xb2\xe4\xb8\xb3\xe4\xb8\xb4\xe4\xb8\xb5\xe4\xb8\xb6\xe4\xb8\xb7\xe4\xb8\xb8\xe4\xb8\xb9\xe4\xb8\xba\xe4\xb8\xbb\xe4\xb8\xbc\xe4\xb8\xbd\xe4\xb8\xbe\xe4\xb8\xbf\xe4\xb9\x80\xe4\xb9\x81\xe4\xb9\x82\xe4\xb9\x83\xe4\xb9\x84\xe4\xb9\x85\xe4\xb9\x86\xe4\xb9\x87\xe4\xb9\x88\xe4\xb9\x89\xe4\xb9\x8a\xe4\xb9\x8b\xe4\xb9\x8c\xe4\xb9\x8d\xe4\xb9\x8e\xe4\xb9\x8f\xe4\xb9\x90\xe4\xb9\x91\xe4\xb9\x92\xe4\xb9\x93\xe4\xb9\x94\xe4\xb9\x95\xe4\xb9\x96\xe4\xb9\x97\xe4\xb9\x98\xe4\xb9\x99\xe4\xb9\x9a\xe4\xb9\x9b\xe4\xb9\x9c\xe4\xb9\x9d\xe4\xb9\x9e\xe4\xb9\x9f\xe4\xb9\xa0\xe4\xb9\xa1\xe4\xb9\xa2\xe4\xb9\xa3\xe4\xb9\xa4\xe4\xb9\xa5\xe4\xb9\xa6\xe4\xb9\xa7\xe4\xb9\xa8\xe4\xb9\xa9\xe4\xb9\xaa\xe4\xb9\xab\xe4\xb9\xac\xe4\xb9\xad\xe4\xb9\xae\xe4\xb9\xaf\xe4\xb9\xb0\xe4\xb9\xb1\xe4\xb9\xb2\xe4\xb9\xb3\xe4\xb9\xb4\xe4\xb9\xb5\xe4\xb9\xb6\xe4\xb9\xb7\xe4\xb9\xb8\xe4\xb9\xb9\xe4\xb9\xba\xe4\xb9\xbb\xe4\xb9\xbc\xe4\xb9\xbd\xe4\xb9\xbe\xe4\xb9\xbf\xe4\xba\x80\xe4\xba\x81\xe4\xba\x82\xe4\xba\x83\xe4\xba\x84\xe4\xba\x85\xe4\xba\x86\xe4\xba\x87\xe4\xba\x88\xe4\xba\x89\xe4\xba\x8a\xe4\xba\x8b\xe4\xba\x8c\xe4\xba\x8d\xe4\xba\x8e\xe4\xba\x8f\xe4\xba\x90\xe4\xba\x91\xe4\xba\x92\xe4\xba\x93\xe4\xba\x94\xe4\xba\x95\xe4\xba\x96\xe4\xba\x97\xe4\xba\x98\xe4\xba\x99\xe4\xba\x9a\xe4\xba\x9b\xe4\xba\x9c\xe4\xba\x9d\xe4\xba\x9e\xe4\xba\x9f\xe4\xba\xa0\xe4\xba\xa1\xe4\xba\xa2\xe4\xba\xa3\xe4\xba\xa4\xe4\xba\xa5\xe4\xba\xa6\xe4\xba\xa7\xe4\xba\xa8\xe4\xba\xa9\xe4\xba\xaa\xe4\xba\xab\xe4\xba\xac\xe4\xba\xad\xe4\xba\xae\xe4\xba\xaf\xe4\xba\xb0\xe4\xba\xb1\xe4\xba\xb2\xe4\xba\xb3\xe4\xba\xb4\xe4\xba\xb5\xe4\xba\xb6\xe4\xba\xb7\xe4\xba\xb8\xe4\xba\xb9\xe4\xba\xba\xe4\xba\xbb\xe4\xba\xbc\xe4\xba\xbd\xe4\xba\xbe\xe4\xba\xbf\xe4\xbb\x80\xe4\xbb\x81\xe4\xbb\x82\xe4\xbb\x83\xe4\xbb\x84\xe4\xbb\x85\xe4\xbb\x86\xe4\xbb\x87\xe4\xbb\x88\xe4\xbb\x89\xe4\xbb\x8a\xe4\xbb\x8b\xe4\xbb\x8c\xe4\xbb\x8d\xe4\xbb\x8e\xe4\xbb\x8f\xe4\xbb\x90\xe4\xbb\x91\xe4\xbb\x92\xe4\xbb\x93\xe4\xbb\x94\xe4\xbb\x95\xe4\xbb\x96\xe4\xbb\x97\xe4\xbb\x98\xe4\xbb\x99\xe4\xbb\x9a\xe4\xbb\x9b\xe4\xbb\x9c\xe4\xbb\x9d\xe4\xbb\x9e\xe4\xbb\x9f\xe4\xbb\xa0\xe4\xbb\xa1\xe4\xbb\xa2\xe4\xbb\xa3\xe4\xbb\xa4\xe4\xbb\xa5\xe4\xbb\xa6\xe4\xbb\xa7\xe4\xbb\xa8\xe4\xbb\xa9\xe4\xbb\xaa\xe4\xbb\xab\xe4\xbb\xac\xe4\xbb\xad\xe4\xbb\xae\xe4\xbb\xaf\xe4\xbb\xb0\xe4\xbb\xb1\xe4\xbb\xb2\xe4\xbb\xb3\xe4\xbb\xb4\xe4\xbb\xb5\xe4\xbb\xb6\xe4\xbb\xb7\xe4\xbb\xb8\xe4\xbb\xb9\xe4\xbb\xba\xe4\xbb\xbb\xe4\xbb\xbc\xe4\xbb\xbd\xe4\xbb\xbe\xe4\xbb\xbf\xe4\xbc\x80\xe4\xbc\x81\xe4\xbc\x82\xe4\xbc\x83\xe4\xbc\x84\xe4\xbc\x85\xe4\xbc\x86\xe4\xbc\x87\xe4\xbc\x88\xe4\xbc\x89\xe4\xbc\x8a\xe4\xbc\x8b\xe4\xbc\x8c\xe4\xbc\x8d\xe4\xbc\x8e\xe4\xbc\x8f\xe4\xbc\x90\xe4\xbc\x91\xe4\xbc\x92\xe4\xbc\x93\xe4\xbc\x94\xe4\xbc\x95\xe4\xbc\x96\xe4\xbc\x97\xe4\xbc\x98\xe4\xbc\x99\xe4\xbc\x9a\xe4\xbc\x9b\xe4\xbc\x9c\xe4\xbc\x9d\xe4\xbc\x9e\xe4\xbc\x9f\xe4\xbc\xa0\xe4\xbc\xa1\xe4\xbc\xa2\xe4\xbc\xa3\xe4\xbc\xa4\xe4\xbc\xa5\xe4\xbc\xa6\xe4\xbc\xa7\xe4\xbc\xa8\xe4\xbc\xa9\xe4\xbc\xaa\xe4\xbc\xab\xe4\xbc\xac\xe4\xbc\xad\xe4\xbc\xae\xe4\xbc\xaf\xe4\xbc\xb0\xe4\xbc\xb1\xe4\xbc\xb2\xe4\xbc\xb3\xe4\xbc\xb4\xe4\xbc\xb5\xe4\xbc\xb6\xe4\xbc\xb7\xe4\xbc\xb8\xe4\xbc\xb9\xe4\xbc\xba\xe4\xbc\xbb\xe4\xbc\xbc\xe4\xbc\xbd\xe4\xbc\xbe\xe4\xbc\xbf\xe4\xbd\x80\xe4\xbd\x81\xe4\xbd\x82\xe4\xbd\x83\xe4\xbd\x84\xe4\xbd\x85\xe4\xbd\x86\xe4\xbd\x87\xe4\xbd\x88\xe4\xbd\x89\xe4\xbd\x8a\xe4\xbd\x8b\xe4\xbd\x8c\xe4\xbd\x8d\xe4\xbd\x8e\xe4\xbd\x8f\xe4\xbd\x90\xe4\xbd\x91\xe4\xbd\x92\xe4\xbd\x93\xe4\xbd\x94\xe4\xbd\x95\xe4\xbd\x96\xe4\xbd\x97\xe4\xbd\x98\xe4\xbd\x99\xe4\xbd\x9a\xe4\xbd\x9b\xe4\xbd\x9c\xe4\xbd\x9d\xe4\xbd\x9e\xe4\xbd\x9f\xe4\xbd\xa0\xe4\xbd\xa1\xe4\xbd\xa2\xe4\xbd\xa3\xe4\xbd\xa4\xe4\xbd\xa5\xe4\xbd\xa6\xe4\xbd\xa7\xe4\xbd\xa8\xe4\xbd\xa9\xe4\xbd\xaa\xe4\xbd\xab\xe4\xbd\xac\xe4\xbd\xad\xe4\xbd\xae\xe4\xbd\xaf\xe4\xbd\xb0\xe4\xbd\xb1\xe4\xbd\xb2\xe4\xbd\xb3\xe4\xbd\xb4\xe4\xbd\xb5\xe4\xbd\xb6\xe4\xbd\xb7\xe4\xbd\xb8\xe4\xbd\xb9\xe4\xbd\xba\xe4\xbd\xbb\xe4\xbd\xbc\xe4\xbd\xbd\xe4\xbd\xbe\xe4\xbd\xbf\xe4\xbe\x80\xe4\xbe\x81\xe4\xbe\x82\xe4\xbe\x83\xe4\xbe\x84\xe4\xbe\x85\xe4\xbe\x86\xe4\xbe\x87\xe4\xbe\x88\xe4\xbe\x89\xe4\xbe\x8a\xe4\xbe\x8b\xe4\xbe\x8c\xe4\xbe\x8d\xe4\xbe\x8e\xe4\xbe\x8f\xe4\xbe\x90\xe4\xbe\x91\xe4\xbe\x92\xe4\xbe\x93\xe4\xbe\x94\xe4\xbe\x95\xe4\xbe\x96\xe4\xbe\x97\xe4\xbe\x98\xe4\xbe\x99\xe4\xbe\x9a\xe4\xbe\x9b\xe4\xbe\x9c\xe4\xbe\x9d\xe4\xbe\x9e\xe4\xbe\x9f\xe4\xbe\xa0\xe4\xbe\xa1\xe4\xbe\xa2\xe4\xbe\xa3\xe4\xbe\xa4\xe4\xbe\xa5\xe4\xbe\xa6\xe4\xbe\xa7\xe4\xbe\xa8\xe4\xbe\xa9\xe4\xbe\xaa\xe4\xbe\xab\xe4\xbe\xac\xe4\xbe\xad\xe4\xbe\xae\xe4\xbe\xaf\xe4\xbe\xb0\xe4\xbe\xb1\xe4\xbe\xb2\xe4\xbe\xb3\xe4\xbe\xb4\xe4\xbe\xb5\xe4\xbe\xb6\xe4\xbe\xb7\xe4\xbe\xb8\xe4\xbe\xb9\xe4\xbe\xba\xe4\xbe\xbb\xe4\xbe\xbc\xe4\xbe\xbd\xe4\xbe\xbe\xe4\xbe\xbf\xe4\xbf\x80\xe4\xbf\x81\xe4\xbf\x82\xe4\xbf\x83\xe4\xbf\x84\xe4\xbf\x85\xe4\xbf\x86\xe4\xbf\x87\xe4\xbf\x88\xe4\xbf\x89\xe4\xbf\x8a\xe4\xbf\x8b\xe4\xbf\x8c\xe4\xbf\x8d\xe4\xbf\x8e\xe4\xbf\x8f\xe4\xbf\x90\xe4\xbf\x91\xe4\xbf\x92\xe4\xbf\x93\xe4\xbf\x94\xe4\xbf\x95\xe4\xbf\x96\xe4\xbf\x97\xe4\xbf\x98\xe4\xbf\x99\xe4\xbf\x9a\xe4\xbf\x9b\xe4\xbf\x9c\xe4\xbf\x9d\xe4\xbf\x9e\xe4\xbf\x9f\xe4\xbf\xa0\xe4\xbf\xa1\xe4\xbf\xa2\xe4\xbf\xa3\xe4\xbf\xa4\xe4\xbf\xa5\xe4\xbf\xa6\xe4\xbf\xa7\xe4\xbf\xa8\xe4\xbf\xa9\xe4\xbf\xaa\xe4\xbf\xab\xe4\xbf\xac\xe4\xbf\xad\xe4\xbf\xae\xe4\xbf\xaf\xe4\xbf\xb0\xe4\xbf\xb1\xe4\xbf\xb2\xe4\xbf\xb3\xe4\xbf\xb4\xe4\xbf\xb5\xe4\xbf\xb6\xe4\xbf\xb7\xe4\xbf\xb8\xe4\xbf\xb9\xe4\xbf\xba\xe4\xbf\xbb\xe4\xbf\xbc\xe4\xbf\xbd\xe4\xbf\xbe\xe4\xbf\xbf\xe5\x80\x80\xe5\x80\x81\xe5\x80\x82\xe5\x80\x83\xe5\x80\x84\xe5\x80\x85\xe5\x80\x86\xe5\x80\x87\xe5\x80\x88\xe5\x80\x89\xe5\x80\x8a\xe5\x80\x8b\xe5\x80\x8c\xe5\x80\x8d\xe5\x80\x8e\xe5\x80\x8f\xe5\x80\x90\xe5\x80\x91\xe5\x80\x92\xe5\x80\x93\xe5\x80\x94\xe5\x80\x95\xe5\x80\x96\xe5\x80\x97\xe5\x80\x98\xe5\x80\x99\xe5\x80\x9a\xe5\x80\x9b\xe5\x80\x9c\xe5\x80\x9d\xe5\x80\x9e\xe5\x80\x9f\xe5\x80\xa0\xe5\x80\xa1\xe5\x80\xa2\xe5\x80\xa3\xe5\x80\xa4\xe5\x80\xa5\xe5\x80\xa6\xe5\x80\xa7\xe5\x80\xa8\xe5\x80\xa9\xe5\x80\xaa\xe5\x80\xab\xe5\x80\xac\xe5\x80\xad\xe5\x80\xae\xe5\x80\xaf\xe5\x80\xb0\xe5\x80\xb1\xe5\x80\xb2\xe5\x80\xb3\xe5\x80\xb4\xe5\x80\xb5\xe5\x80\xb6\xe5\x80\xb7\xe5\x80\xb8\xe5\x80\xb9\xe5\x80\xba\xe5\x80\xbb\xe5\x80\xbc\xe5\x80\xbd\xe5\x80\xbe\xe5\x80\xbf\xe5\x81\x80\xe5\x81\x81\xe5\x81\x82\xe5\x81\x83\xe5\x81\x84\xe5\x81\x85\xe5\x81\x86\xe5\x81\x87\xe5\x81\x88\xe5\x81\x89\xe5\x81\x8a\xe5\x81\x8b\xe5\x81\x8c\xe5\x81\x8d\xe5\x81\x8e\xe5\x81\x8f\xe5\x81\x90\xe5\x81\x91\xe5\x81\x92\xe5\x81\x93\xe5\x81\x94\xe5\x81\x95\xe5\x81\x96\xe5\x81\x97\xe5\x81\x98\xe5\x81\x99\xe5\x81\x9a\xe5\x81\x9b\xe5\x81\x9c\xe5\x81\x9d\xe5\x81\x9e\xe5\x81\x9f\xe5\x81\xa0\xe5\x81\xa1\xe5\x81\xa2\xe5\x81\xa3\xe5\x81\xa4\xe5\x81\xa5\xe5\x81\xa6\xe5\x81\xa7\xe5\x81\xa8\xe5\x81\xa9\xe5\x81\xaa\xe5\x81\xab\xe5\x81\xac\xe5\x81\xad\xe5\x81\xae\xe5\x81\xaf\xe5\x81\xb0\xe5\x81\xb1\xe5\x81\xb2\xe5\x81\xb3\xe5\x81\xb4\xe5\x81\xb5\xe5\x81\xb6\xe5\x81\xb7\xe5\x81\xb8\xe5\x81\xb9\xe5\x81\xba\xe5\x81\xbb\xe5\x81\xbc\xe5\x81\xbd\xe5\x81\xbe\xe5\x81\xbf\xe5\x82\x80\xe5\x82\x81\xe5\x82\x82\xe5\x82\x83\xe5\x82\x84\xe5\x82\x85\xe5\x82\x86\xe5\x82\x87\xe5\x82\x88\xe5\x82\x89\xe5\x82\x8a\xe5\x82\x8b\xe5\x82\x8c\xe5\x82\x8d\xe5\x82\x8e\xe5\x82\x8f\xe5\x82\x90\xe5\x82\x91\xe5\x82\x92\xe5\x82\x93\xe5\x82\x94\xe5\x82\x95\xe5\x82\x96\xe5\x82\x97\xe5\x82\x98\xe5\x82\x99\xe5\x82\x9a\xe5\x82\x9b\xe5\x82\x9c\xe5\x82\x9d\xe5\x82\x9e\xe5\x82\x9f\xe5\x82\xa0\xe5\x82\xa1\xe5\x82\xa2\xe5\x82\xa3\xe5\x82\xa4\xe5\x82\xa5\xe5\x82\xa6\xe5\x82\xa7\xe5\x82\xa8\xe5\x82\xa9\xe5\x82\xaa\xe5\x82\xab\xe5\x82\xac\xe5\x82\xad\xe5\x82\xae\xe5\x82\xaf\xe5\x82\xb0\xe5\x82\xb1\xe5\x82\xb2\xe5\x82\xb3\xe5\x82\xb4\xe5\x82\xb5\xe5\x82\xb6\xe5\x82\xb7\xe5\x82\xb8\xe5\x82\xb9\xe5\x82\xba\xe5\x82\xbb\xe5\x82\xbc\xe5\x82\xbd\xe5\x82\xbe\xe5\x82\xbf\xe5\x83\x80\xe5\x83\x81\xe5\x83\x82\xe5\x83\x83\xe5\x83\x84\xe5\x83\x85\xe5\x83\x86\xe5\x83\x87\xe5\x83\x88\xe5\x83\x89\xe5\x83\x8a\xe5\x83\x8b\xe5\x83\x8c\xe5\x83\x8d\xe5\x83\x8e\xe5\x83\x8f\xe5\x83\x90\xe5\x83\x91\xe5\x83\x92\xe5\x83\x93\xe5\x83\x94\xe5\x83\x95\xe5\x83\x96\xe5\x83\x97\xe5\x83\x98\xe5\x83\x99\xe5\x83\x9a\xe5\x83\x9b\xe5\x83\x9c\xe5\x83\x9d\xe5\x83\x9e\xe5\x83\x9f\xe5\x83\xa0\xe5\x83\xa1\xe5\x83\xa2\xe5\x83\xa3\xe5\x83\xa4\xe5\x83\xa5\xe5\x83\xa6\xe5\x83\xa7\xe5\x83\xa8\xe5\x83\xa9\xe5\x83\xaa\xe5\x83\xab\xe5\x83\xac\xe5\x83\xad\xe5\x83\xae\xe5\x83\xaf\xe5\x83\xb0\xe5\x83\xb1\xe5\x83\xb2\xe5\x83\xb3\xe5\x83\xb4\xe5\x83\xb5\xe5\x83\xb6\xe5\x83\xb7\xe5\x83\xb8\xe5\x83\xb9\xe5\x83\xba\xe5\x83\xbb\xe5\x83\xbc\xe5\x83\xbd\xe5\x83\xbe\xe5\x83\xbf\xe5\x84\x80\xe5\x84\x81\xe5\x84\x82\xe5\x84\x83\xe5\x84\x84\xe5\x84\x85\xe5\x84\x86\xe5\x84\x87\xe5\x84\x88\xe5\x84\x89\xe5\x84\x8a\xe5\x84\x8b\xe5\x84\x8c\xe5\x84\x8d\xe5\x84\x8e\xe5\x84\x8f\xe5\x84\x90\xe5\x84\x91\xe5\x84\x92\xe5\x84\x93\xe5\x84\x94\xe5\x84\x95\xe5\x84\x96\xe5\x84\x97\xe5\x84\x98\xe5\x84\x99\xe5\x84\x9a\xe5\x84\x9b\xe5\x84\x9c\xe5\x84\x9d\xe5\x84\x9e\xe5\x84\x9f\xe5\x84\xa0\xe5\x84\xa1\xe5\x84\xa2\xe5\x84\xa3\xe5\x84\xa4\xe5\x84\xa5\xe5\x84\xa6\xe5\x84\xa7\xe5\x84\xa8\xe5\x84\xa9\xe5\x84\xaa\xe5\x84\xab\xe5\x84\xac\xe5\x84\xad\xe5\x84\xae\xe5\x84\xaf\xe5\x84\xb0\xe5\x84\xb1\xe5\x84\xb2\xe5\x84\xb3\xe5\x84\xb4\xe5\x84\xb5\xe5\x84\xb6\xe5\x84\xb7\xe5\x84\xb8\xe5\x84\xb9\xe5\x84\xba\xe5\x84\xbb\xe5\x84\xbc\xe5\x84\xbd\xe5\x84\xbe\xe5\x84\xbf\xe5\x85\x80\xe5\x85\x81\xe5\x85\x82\xe5\x85\x83\xe5\x85\x84\xe5\x85\x85\xe5\x85\x86\xe5\x85\x87\xe5\x85\x88\xe5\x85\x89\xe5\x85\x8a\xe5\x85\x8b\xe5\x85\x8c\xe5\x85\x8d\xe5\x85\x8e\xe5\x85\x8f\xe5\x85\x90\xe5\x85\x91\xe5\x85\x92\xe5\x85\x93\xe5\x85\x94\xe5\x85\x95\xe5\x85\x96\xe5\x85\x97\xe5\x85\x98\xe5\x85\x99\xe5\x85\x9a\xe5\x85\x9b\xe5\x85\x9c\xe5\x85\x9d\xe5\x85\x9e\xe5\x85\x9f\xe5\x85\xa0\xe5\x85\xa1\xe5\x85\xa2\xe5\x85\xa3\xe5\x85\xa4\xe5\x85\xa5\xe5\x85\xa6\xe5\x85\xa7\xe5\x85\xa8\xe5\x85\xa9\xe5\x85\xaa\xe5\x85\xab\xe5\x85\xac\xe5\x85\xad\xe5\x85\xae\xe5\x85\xaf\xe5\x85\xb0\xe5\x85\xb1\xe5\x85\xb2\xe5\x85\xb3\xe5\x85\xb4\xe5\x85\xb5\xe5\x85\xb6\xe5\x85\xb7\xe5\x85\xb8\xe5\x85\xb9\xe5\x85\xba\xe5\x85\xbb\xe5\x85\xbc\xe5\x85\xbd\xe5\x85\xbe\xe5\x85\xbf\xe5\x86\x80\xe5\x86\x81\xe5\x86\x82\xe5\x86\x83\xe5\x86\x84\xe5\x86\x85\xe5\x86\x86\xe5\x86\x87\xe5\x86\x88\xe5\x86\x89\xe5\x86\x8a\xe5\x86\x8b\xe5\x86\x8c\xe5\x86\x8d\xe5\x86\x8e\xe5\x86\x8f\xe5\x86\x90\xe5\x86\x91\xe5\x86\x92\xe5\x86\x93\xe5\x86\x94\xe5\x86\x95\xe5\x86\x96\xe5\x86\x97\xe5\x86\x98\xe5\x86\x99\xe5\x86\x9a\xe5\x86\x9b\xe5\x86\x9c\xe5\x86\x9d\xe5\x86\x9e\xe5\x86\x9f\xe5\x86\xa0\xe5\x86\xa1\xe5\x86\xa2\xe5\x86\xa3\xe5\x86\xa4\xe5\x86\xa5\xe5\x86\xa6\xe5\x86\xa7\xe5\x86\xa8\xe5\x86\xa9\xe5\x86\xaa\xe5\x86\xab\xe5\x86\xac\xe5\x86\xad\xe5\x86\xae\xe5\x86\xaf\xe5\x86\xb0\xe5\x86\xb1\xe5\x86\xb2\xe5\x86\xb3\xe5\x86\xb4\xe5\x86\xb5\xe5\x86\xb6\xe5\x86\xb7\xe5\x86\xb8\xe5\x86\xb9\xe5\x86\xba\xe5\x86\xbb\xe5\x86\xbc\xe5\x86\xbd\xe5\x86\xbe\xe5\x86\xbf\xe5\x87\x80\xe5\x87\x81\xe5\x87\x82\xe5\x87\x83\xe5\x87\x84\xe5\x87\x85\xe5\x87\x86\xe5\x87\x87\xe5\x87\x88\xe5\x87\x89\xe5\x87\x8a\xe5\x87\x8b\xe5\x87\x8c\xe5\x87\x8d\xe5\x87\x8e\xe5\x87\x8f\xe5\x87\x90\xe5\x87\x91\xe5\x87\x92\xe5\x87\x93\xe5\x87\x94\xe5\x87\x95\xe5\x87\x96\xe5\x87\x97\xe5\x87\x98\xe5\x87\x99\xe5\x87\x9a\xe5\x87\x9b\xe5\x87\x9c\xe5\x87\x9d\xe5\x87\x9e\xe5\x87\x9f\xe5\x87\xa0\xe5\x87\xa1\xe5\x87\xa2\xe5\x87\xa3\xe5\x87\xa4\xe5\x87\xa5\xe5\x87\xa6\xe5\x87\xa7\xe5\x87\xa8\xe5\x87\xa9\xe5\x87\xaa\xe5\x87\xab\xe5\x87\xac\xe5\x87\xad\xe5\x87\xae\xe5\x87\xaf\xe5\x87\xb0\xe5\x87\xb1\xe5\x87\xb2\xe5\x87\xb3\xe5\x87\xb4\xe5\x87\xb5\xe5\x87\xb6\xe5\x87\xb7\xe5\x87\xb8\xe5\x87\xb9\xe5\x87\xba\xe5\x87\xbb\xe5\x87\xbc\xe5\x87\xbd\xe5\x87\xbe\xe5\x87\xbf\xe5\x88\x80\xe5\x88\x81\xe5\x88\x82\xe5\x88\x83\xe5\x88\x84\xe5\x88\x85\xe5\x88\x86\xe5\x88\x87\xe5\x88\x88\xe5\x88\x89\xe5\x88\x8a\xe5\x88\x8b\xe5\x88\x8c\xe5\x88\x8d\xe5\x88\x8e\xe5\x88\x8f\xe5\x88\x90\xe5\x88\x91\xe5\x88\x92\xe5\x88\x93\xe5\x88\x94\xe5\x88\x95\xe5\x88\x96\xe5\x88\x97\xe5\x88\x98\xe5\x88\x99\xe5\x88\x9a\xe5\x88\x9b\xe5\x88\x9c\xe5\x88\x9d\xe5\x88\x9e\xe5\x88\x9f\xe5\x88\xa0\xe5\x88\xa1\xe5\x88\xa2\xe5\x88\xa3\xe5\x88\xa4\xe5\x88\xa5\xe5\x88\xa6\xe5\x88\xa7\xe5\x88\xa8\xe5\x88\xa9\xe5\x88\xaa\xe5\x88\xab\xe5\x88\xac\xe5\x88\xad\xe5\x88\xae\xe5\x88\xaf\xe5\x88\xb0\xe5\x88\xb1\xe5\x88\xb2\xe5\x88\xb3\xe5\x88\xb4\xe5\x88\xb5\xe5\x88\xb6\xe5\x88\xb7\xe5\x88\xb8\xe5\x88\xb9\xe5\x88\xba\xe5\x88\xbb\xe5\x88\xbc\xe5\x88\xbd\xe5\x88\xbe\xe5\x88\xbf\xe5\x89\x80\xe5\x89\x81\xe5\x89\x82\xe5\x89\x83\xe5\x89\x84\xe5\x89\x85\xe5\x89\x86\xe5\x89\x87\xe5\x89\x88\xe5\x89\x89\xe5\x89\x8a\xe5\x89\x8b\xe5\x89\x8c\xe5\x89\x8d\xe5\x89\x8e\xe5\x89\x8f\xe5\x89\x90\xe5\x89\x91\xe5\x89\x92\xe5\x89\x93\xe5\x89\x94\xe5\x89\x95\xe5\x89\x96\xe5\x89\x97\xe5\x89\x98\xe5\x89\x99\xe5\x89\x9a\xe5\x89\x9b\xe5\x89\x9c\xe5\x89\x9d\xe5\x89\x9e\xe5\x89\x9f\xe5\x89\xa0\xe5\x89\xa1\xe5\x89\xa2\xe5\x89\xa3\xe5\x89\xa4\xe5\x89\xa5\xe5\x89\xa6\xe5\x89\xa7\xe5\x89\xa8\xe5\x89\xa9\xe5\x89\xaa\xe5\x89\xab\xe5\x89\xac\xe5\x89\xad\xe5\x89\xae\xe5\x89\xaf\xe5\x89\xb0\xe5\x89\xb1\xe5\x89\xb2\xe5\x89\xb3\xe5\x89\xb4\xe5\x89\xb5\xe5\x89\xb6\xe5\x89\xb7\xe5\x89\xb8\xe5\x89\xb9\xe5\x89\xba\xe5\x89\xbb\xe5\x89\xbc\xe5\x89\xbd\xe5\x89\xbe\xe5\x89\xbf\xe5\x8a\x80\xe5\x8a\x81\xe5\x8a\x82\xe5\x8a\x83\xe5\x8a\x84\xe5\x8a\x85\xe5\x8a\x86\xe5\x8a\x87\xe5\x8a\x88\xe5\x8a\x89\xe5\x8a\x8a\xe5\x8a\x8b\xe5\x8a\x8c\xe5\x8a\x8d\xe5\x8a\x8e\xe5\x8a\x8f\xe5\x8a\x90\xe5\x8a\x91\xe5\x8a\x92\xe5\x8a\x93\xe5\x8a\x94\xe5\x8a\x95\xe5\x8a\x96\xe5\x8a\x97\xe5\x8a\x98\xe5\x8a\x99\xe5\x8a\x9a\xe5\x8a\x9b\xe5\x8a\x9c\xe5\x8a\x9d\xe5\x8a\x9e\xe5\x8a\x9f\xe5\x8a\xa0\xe5\x8a\xa1\xe5\x8a\xa2\xe5\x8a\xa3\xe5\x8a\xa4\xe5\x8a\xa5\xe5\x8a\xa6\xe5\x8a\xa7\xe5\x8a\xa8\xe5\x8a\xa9\xe5\x8a\xaa\xe5\x8a\xab\xe5\x8a\xac\xe5\x8a\xad\xe5\x8a\xae\xe5\x8a\xaf\xe5\x8a\xb0\xe5\x8a\xb1\xe5\x8a\xb2\xe5\x8a\xb3\xe5\x8a\xb4\xe5\x8a\xb5\xe5\x8a\xb6\xe5\x8a\xb7\xe5\x8a\xb8\xe5\x8a\xb9\xe5\x8a\xba\xe5\x8a\xbb\xe5\x8a\xbc\xe5\x8a\xbd\xe5\x8a\xbe\xe5\x8a\xbf\xe5\x8b\x80\xe5\x8b\x81\xe5\x8b\x82\xe5\x8b\x83\xe5\x8b\x84\xe5\x8b\x85\xe5\x8b\x86\xe5\x8b\x87\xe5\x8b\x88\xe5\x8b\x89\xe5\x8b\x8a\xe5\x8b\x8b\xe5\x8b\x8c\xe5\x8b\x8d\xe5\x8b\x8e\xe5\x8b\x8f\xe5\x8b\x90\xe5\x8b\x91\xe5\x8b\x92\xe5\x8b\x93\xe5\x8b\x94\xe5\x8b\x95\xe5\x8b\x96\xe5\x8b\x97\xe5\x8b\x98\xe5\x8b\x99\xe5\x8b\x9a\xe5\x8b\x9b\xe5\x8b\x9c\xe5\x8b\x9d\xe5\x8b\x9e\xe5\x8b\x9f\xe5\x8b\xa0\xe5\x8b\xa1\xe5\x8b\xa2\xe5\x8b\xa3\xe5\x8b\xa4\xe5\x8b\xa5\xe5\x8b\xa6\xe5\x8b\xa7\xe5\x8b\xa8\xe5\x8b\xa9\xe5\x8b\xaa\xe5\x8b\xab\xe5\x8b\xac\xe5\x8b\xad\xe5\x8b\xae\xe5\x8b\xaf\xe5\x8b\xb0\xe5\x8b\xb1\xe5\x8b\xb2\xe5\x8b\xb3\xe5\x8b\xb4\xe5\x8b\xb5\xe5\x8b\xb6\xe5\x8b\xb7\xe5\x8b\xb8\xe5\x8b\xb9\xe5\x8b\xba\xe5\x8b\xbb\xe5\x8b\xbc\xe5\x8b\xbd\xe5\x8b\xbe\xe5\x8b\xbf\xe5\x8c\x80\xe5\x8c\x81\xe5\x8c\x82\xe5\x8c\x83\xe5\x8c\x84\xe5\x8c\x85\xe5\x8c\x86\xe5\x8c\x87\xe5\x8c\x88\xe5\x8c\x89\xe5\x8c\x8a\xe5\x8c\x8b\xe5\x8c\x8c\xe5\x8c\x8d\xe5\x8c\x8e\xe5\x8c\x8f\xe5\x8c\x90\xe5\x8c\x91\xe5\x8c\x92\xe5\x8c\x93\xe5\x8c\x94\xe5\x8c\x95\xe5\x8c\x96\xe5\x8c\x97\xe5\x8c\x98\xe5\x8c\x99\xe5\x8c\x9a\xe5\x8c\x9b\xe5\x8c\x9c\xe5\x8c\x9d\xe5\x8c\x9e\xe5\x8c\x9f\xe5\x8c\xa0\xe5\x8c\xa1\xe5\x8c\xa2\xe5\x8c\xa3\xe5\x8c\xa4\xe5\x8c\xa5\xe5\x8c\xa6\xe5\x8c\xa7\xe5\x8c\xa8\xe5\x8c\xa9\xe5\x8c\xaa\xe5\x8c\xab\xe5\x8c\xac\xe5\x8c\xad\xe5\x8c\xae\xe5\x8c\xaf\xe5\x8c\xb0\xe5\x8c\xb1\xe5\x8c\xb2\xe5\x8c\xb3\xe5\x8c\xb4\xe5\x8c\xb5\xe5\x8c\xb6\xe5\x8c\xb7\xe5\x8c\xb8\xe5\x8c\xb9\xe5\x8c\xba\xe5\x8c\xbb\xe5\x8c\xbc\xe5\x8c\xbd\xe5\x8c\xbe\xe5\x8c\xbf\xe5\x8d\x80\xe5\x8d\x81\xe5\x8d\x82\xe5\x8d\x83\xe5\x8d\x84\xe5\x8d\x85\xe5\x8d\x86\xe5\x8d\x87\xe5\x8d\x88\xe5\x8d\x89\xe5\x8d\x8a\xe5\x8d\x8b\xe5\x8d\x8c\xe5\x8d\x8d\xe5\x8d\x8e\xe5\x8d\x8f\xe5\x8d\x90\xe5\x8d\x91\xe5\x8d\x92\xe5\x8d\x93\xe5\x8d\x94\xe5\x8d\x95\xe5\x8d\x96\xe5\x8d\x97\xe5\x8d\x98\xe5\x8d\x99\xe5\x8d\x9a\xe5\x8d\x9b\xe5\x8d\x9c\xe5\x8d\x9d\xe5\x8d\x9e\xe5\x8d\x9f\xe5\x8d\xa0\xe5\x8d\xa1\xe5\x8d\xa2\xe5\x8d\xa3\xe5\x8d\xa4\xe5\x8d\xa5\xe5\x8d\xa6\xe5\x8d\xa7\xe5\x8d\xa8\xe5\x8d\xa9\xe5\x8d\xaa\xe5\x8d\xab\xe5\x8d\xac\xe5\x8d\xad\xe5\x8d\xae\xe5\x8d\xaf\xe5\x8d\xb0\xe5\x8d\xb1\xe5\x8d\xb2\xe5\x8d\xb3\xe5\x8d\xb4\xe5\x8d\xb5\xe5\x8d\xb6\xe5\x8d\xb7\xe5\x8d\xb8\xe5\x8d\xb9\xe5\x8d\xba\xe5\x8d\xbb\xe5\x8d\xbc\xe5\x8d\xbd\xe5\x8d\xbe\xe5\x8d\xbf\xe5\x8e\x80\xe5\x8e\x81\xe5\x8e\x82\xe5\x8e\x83\xe5\x8e\x84\xe5\x8e\x85\xe5\x8e\x86\xe5\x8e\x87\xe5\x8e\x88\xe5\x8e\x89\xe5\x8e\x8a\xe5\x8e\x8b\xe5\x8e\x8c\xe5\x8e\x8d\xe5\x8e\x8e\xe5\x8e\x8f\xe5\x8e\x90\xe5\x8e\x91\xe5\x8e\x92\xe5\x8e\x93\xe5\x8e\x94\xe5\x8e\x95\xe5\x8e\x96\xe5\x8e\x97\xe5\x8e\x98\xe5\x8e\x99\xe5\x8e\x9a\xe5\x8e\x9b\xe5\x8e\x9c\xe5\x8e\x9d\xe5\x8e\x9e\xe5\x8e\x9f\xe5\x8e\xa0\xe5\x8e\xa1\xe5\x8e\xa2\xe5\x8e\xa3\xe5\x8e\xa4\xe5\x8e\xa5\xe5\x8e\xa6\xe5\x8e\xa7\xe5\x8e\xa8\xe5\x8e\xa9\xe5\x8e\xaa\xe5\x8e\xab\xe5\x8e\xac\xe5\x8e\xad\xe5\x8e\xae\xe5\x8e\xaf\xe5\x8e\xb0\xe5\x8e\xb1\xe5\x8e\xb2\xe5\x8e\xb3\xe5\x8e\xb4\xe5\x8e\xb5\xe5\x8e\xb6\xe5\x8e\xb7\xe5\x8e\xb8\xe5\x8e\xb9\xe5\x8e\xba\xe5\x8e\xbb\xe5\x8e\xbc\xe5\x8e\xbd\xe5\x8e\xbe\xe5\x8e\xbf\xe5\x8f\x80\xe5\x8f\x81\xe5\x8f\x82\xe5\x8f\x83\xe5\x8f\x84\xe5\x8f\x85\xe5\x8f\x86\xe5\x8f\x87\xe5\x8f\x88\xe5\x8f\x89\xe5\x8f\x8a\xe5\x8f\x8b\xe5\x8f\x8c\xe5\x8f\x8d\xe5\x8f\x8e\xe5\x8f\x8f\xe5\x8f\x90\xe5\x8f\x91\xe5\x8f\x92\xe5\x8f\x93\xe5\x8f\x94\xe5\x8f\x95\xe5\x8f\x96\xe5\x8f\x97\xe5\x8f\x98\xe5\x8f\x99\xe5\x8f\x9a\xe5\x8f\x9b\xe5\x8f\x9c\xe5\x8f\x9d\xe5\x8f\x9e\xe5\x8f\x9f\xe5\x8f\xa0\xe5\x8f\xa1\xe5\x8f\xa2\xe5\x8f\xa3\xe5\x8f\xa4\xe5\x8f\xa5\xe5\x8f\xa6\xe5\x8f\xa7\xe5\x8f\xa8\xe5\x8f\xa9\xe5\x8f\xaa\xe5\x8f\xab\xe5\x8f\xac\xe5\x8f\xad\xe5\x8f\xae\xe5\x8f\xaf\xe5\x8f\xb0\xe5\x8f\xb1\xe5\x8f\xb2\xe5\x8f\xb3\xe5\x8f\xb4\xe5\x8f\xb5\xe5\x8f\xb6\xe5\x8f\xb7\xe5\x8f\xb8\xe5\x8f\xb9\xe5\x8f\xba\xe5\x8f\xbb\xe5\x8f\xbc\xe5\x8f\xbd\xe5\x8f\xbe\xe5\x8f\xbf\xe5\x90\x80\xe5\x90\x81\xe5\x90\x82\xe5\x90\x83\xe5\x90\x84\xe5\x90\x85\xe5\x90\x86\xe5\x90\x87\xe5\x90\x88\xe5\x90\x89\xe5\x90\x8a\xe5\x90\x8b\xe5\x90\x8c\xe5\x90\x8d\xe5\x90\x8e\xe5\x90\x8f\xe5\x90\x90\xe5\x90\x91\xe5\x90\x92\xe5\x90\x93\xe5\x90\x94\xe5\x90\x95\xe5\x90\x96\xe5\x90\x97\xe5\x90\x98\xe5\x90\x99\xe5\x90\x9a\xe5\x90\x9b\xe5\x90\x9c\xe5\x90\x9d\xe5\x90\x9e\xe5\x90\x9f\xe5\x90\xa0\xe5\x90\xa1\xe5\x90\xa2\xe5\x90\xa3\xe5\x90\xa4\xe5\x90\xa5\xe5\x90\xa6\xe5\x90\xa7\xe5\x90\xa8\xe5\x90\xa9\xe5\x90\xaa\xe5\x90\xab\xe5\x90\xac\xe5\x90\xad\xe5\x90\xae\xe5\x90\xaf\xe5\x90\xb0\xe5\x90\xb1\xe5\x90\xb2\xe5\x90\xb3\xe5\x90\xb4\xe5\x90\xb5\xe5\x90\xb6\xe5\x90\xb7\xe5\x90\xb8\xe5\x90\xb9\xe5\x90\xba\xe5\x90\xbb\xe5\x90\xbc\xe5\x90\xbd\xe5\x90\xbe\xe5\x90\xbf\xe5\x91\x80\xe5\x91\x81\xe5\x91\x82\xe5\x91\x83\xe5\x91\x84\xe5\x91\x85\xe5\x91\x86\xe5\x91\x87\xe5\x91\x88\xe5\x91\x89\xe5\x91\x8a\xe5\x91\x8b\xe5\x91\x8c\xe5\x91\x8d\xe5\x91\x8e\xe5\x91\x8f\xe5\x91\x90\xe5\x91\x91\xe5\x91\x92\xe5\x91\x93\xe5\x91\x94\xe5\x91\x95\xe5\x91\x96\xe5\x91\x97\xe5\x91\x98\xe5\x91\x99\xe5\x91\x9a\xe5\x91\x9b\xe5\x91\x9c\xe5\x91\x9d\xe5\x91\x9e\xe5\x91\x9f\xe5\x91\xa0\xe5\x91\xa1\xe5\x91\xa2\xe5\x91\xa3\xe5\x91\xa4\xe5\x91\xa5\xe5\x91\xa6\xe5\x91\xa7\xe5\x91\xa8\xe5\x91\xa9\xe5\x91\xaa\xe5\x91\xab\xe5\x91\xac\xe5\x91\xad\xe5\x91\xae\xe5\x91\xaf\xe5\x91\xb0\xe5\x91\xb1\xe5\x91\xb2\xe5\x91\xb3\xe5\x91\xb4\xe5\x91\xb5\xe5\x91\xb6\xe5\x91\xb7\xe5\x91\xb8\xe5\x91\xb9\xe5\x91\xba\xe5\x91\xbb\xe5\x91\xbc\xe5\x91\xbd\xe5\x91\xbe\xe5\x91\xbf\xe5\x92\x80\xe5\x92\x81\xe5\x92\x82\xe5\x92\x83\xe5\x92\x84\xe5\x92\x85\xe5\x92\x86\xe5\x92\x87\xe5\x92\x88\xe5\x92\x89\xe5\x92\x8a\xe5\x92\x8b\xe5\x92\x8c\xe5\x92\x8d\xe5\x92\x8e\xe5\x92\x8f\xe5\x92\x90\xe5\x92\x91\xe5\x92\x92\xe5\x92\x93\xe5\x92\x94\xe5\x92\x95\xe5\x92\x96\xe5\x92\x97\xe5\x92\x98\xe5\x92\x99\xe5\x92\x9a\xe5\x92\x9b\xe5\x92\x9c\xe5\x92\x9d\xe5\x92\x9e\xe5\x92\x9f\xe5\x92\xa0\xe5\x92\xa1\xe5\x92\xa2\xe5\x92\xa3\xe5\x92\xa4\xe5\x92\xa5\xe5\x92\xa6\xe5\x92\xa7\xe5\x92\xa8\xe5\x92\xa9\xe5\x92\xaa\xe5\x92\xab\xe5\x92\xac\xe5\x92\xad\xe5\x92\xae\xe5\x92\xaf\xe5\x92\xb0\xe5\x92\xb1\xe5\x92\xb2\xe5\x92\xb3\xe5\x92\xb4\xe5\x92\xb5\xe5\x92\xb6\xe5\x92\xb7\xe5\x92\xb8\xe5\x92\xb9\xe5\x92\xba\xe5\x92\xbb\xe5\x92\xbc\xe5\x92\xbd\xe5\x92\xbe\xe5\x92\xbf\xe5\x93\x80\xe5\x93\x81\xe5\x93\x82\xe5\x93\x83\xe5\x93\x84\xe5\x93\x85\xe5\x93\x86\xe5\x93\x87\xe5\x93\x88\xe5\x93\x89\xe5\x93\x8a\xe5\x93\x8b\xe5\x93\x8c\xe5\x93\x8d\xe5\x93\x8e\xe5\x93\x8f\xe5\x93\x90\xe5\x93\x91\xe5\x93\x92\xe5\x93\x93\xe5\x93\x94\xe5\x93\x95\xe5\x93\x96\xe5\x93\x97\xe5\x93\x98\xe5\x93\x99\xe5\x93\x9a\xe5\x93\x9b\xe5\x93\x9c\xe5\x93\x9d\xe5\x93\x9e\xe5\x93\x9f\xe5\x93\xa0\xe5\x93\xa1\xe5\x93\xa2\xe5\x93\xa3\xe5\x93\xa4\xe5\x93\xa5\xe5\x93\xa6\xe5\x93\xa7\xe5\x93\xa8\xe5\x93\xa9\xe5\x93\xaa\xe5\x93\xab\xe5\x93\xac\xe5\x93\xad\xe5\x93\xae\xe5\x93\xaf\xe5\x93\xb0\xe5\x93\xb1\xe5\x93\xb2\xe5\x93\xb3\xe5\x93\xb4\xe5\x93\xb5\xe5\x93\xb6\xe5\x93\xb7\xe5\x93\xb8\xe5\x93\xb9\xe5\x93\xba\xe5\x93\xbb\xe5\x93\xbc\xe5\x93\xbd\xe5\x93\xbe\xe5\x93\xbf\xe5\x94\x80\xe5\x94\x81\xe5\x94\x82\xe5\x94\x83\xe5\x94\x84\xe5\x94\x85\xe5\x94\x86\xe5\x94\x87\xe5\x94\x88\xe5\x94\x89\xe5\x94\x8a\xe5\x94\x8b\xe5\x94\x8c\xe5\x94\x8d\xe5\x94\x8e\xe5\x94\x8f\xe5\x94\x90\xe5\x94\x91\xe5\x94\x92\xe5\x94\x93\xe5\x94\x94\xe5\x94\x95\xe5\x94\x96\xe5\x94\x97\xe5\x94\x98\xe5\x94\x99\xe5\x94\x9a\xe5\x94\x9b\xe5\x94\x9c\xe5\x94\x9d\xe5\x94\x9e\xe5\x94\x9f\xe5\x94\xa0\xe5\x94\xa1\xe5\x94\xa2\xe5\x94\xa3\xe5\x94\xa4\xe5\x94\xa5\xe5\x94\xa6\xe5\x94\xa7\xe5\x94\xa8\xe5\x94\xa9\xe5\x94\xaa\xe5\x94\xab\xe5\x94\xac\xe5\x94\xad\xe5\x94\xae\xe5\x94\xaf\xe5\x94\xb0\xe5\x94\xb1\xe5\x94\xb2\xe5\x94\xb3\xe5\x94\xb4\xe5\x94\xb5\xe5\x94\xb6\xe5\x94\xb7\xe5\x94\xb8\xe5\x94\xb9\xe5\x94\xba\xe5\x94\xbb\xe5\x94\xbc\xe5\x94\xbd\xe5\x94\xbe\xe5\x94\xbf\xe5\x95\x80\xe5\x95\x81\xe5\x95\x82\xe5\x95\x83\xe5\x95\x84\xe5\x95\x85\xe5\x95\x86\xe5\x95\x87\xe5\x95\x88\xe5\x95\x89\xe5\x95\x8a\xe5\x95\x8b\xe5\x95\x8c\xe5\x95\x8d\xe5\x95\x8e\xe5\x95\x8f\xe5\x95\x90\xe5\x95\x91\xe5\x95\x92\xe5\x95\x93\xe5\x95\x94\xe5\x95\x95\xe5\x95\x96\xe5\x95\x97\xe5\x95\x98\xe5\x95\x99\xe5\x95\x9a\xe5\x95\x9b\xe5\x95\x9c\xe5\x95\x9d\xe5\x95\x9e\xe5\x95\x9f\xe5\x95\xa0\xe5\x95\xa1\xe5\x95\xa2\xe5\x95\xa3\xe5\x95\xa4\xe5\x95\xa5\xe5\x95\xa6\xe5\x95\xa7\xe5\x95\xa8\xe5\x95\xa9\xe5\x95\xaa\xe5\x95\xab\xe5\x95\xac\xe5\x95\xad\xe5\x95\xae\xe5\x95\xaf\xe5\x95\xb0\xe5\x95\xb1\xe5\x95\xb2\xe5\x95\xb3\xe5\x95\xb4\xe5\x95\xb5\xe5\x95\xb6\xe5\x95\xb7\xe5\x95\xb8\xe5\x95\xb9\xe5\x95\xba\xe5\x95\xbb\xe5\x95\xbc\xe5\x95\xbd\xe5\x95\xbe\xe5\x95\xbf\xe5\x96\x80\xe5\x96\x81\xe5\x96\x82\xe5\x96\x83\xe5\x96\x84\xe5\x96\x85\xe5\x96\x86\xe5\x96\x87\xe5\x96\x88\xe5\x96\x89\xe5\x96\x8a\xe5\x96\x8b\xe5\x96\x8c\xe5\x96\x8d\xe5\x96\x8e\xe5\x96\x8f\xe5\x96\x90\xe5\x96\x91\xe5\x96\x92\xe5\x96\x93\xe5\x96\x94\xe5\x96\x95\xe5\x96\x96\xe5\x96\x97\xe5\x96\x98\xe5\x96\x99\xe5\x96\x9a\xe5\x96\x9b\xe5\x96\x9c\xe5\x96\x9d\xe5\x96\x9e\xe5\x96\x9f\xe5\x96\xa0\xe5\x96\xa1\xe5\x96\xa2\xe5\x96\xa3\xe5\x96\xa4\xe5\x96\xa5\xe5\x96\xa6\xe5\x96\xa7\xe5\x96\xa8\xe5\x96\xa9\xe5\x96\xaa\xe5\x96\xab\xe5\x96\xac\xe5\x96\xad\xe5\x96\xae\xe5\x96\xaf\xe5\x96\xb0\xe5\x96\xb1\xe5\x96\xb2\xe5\x96\xb3\xe5\x96\xb4\xe5\x96\xb5\xe5\x96\xb6\xe5\x96\xb7\xe5\x96\xb8\xe5\x96\xb9\xe5\x96\xba\xe5\x96\xbb\xe5\x96\xbc\xe5\x96\xbd\xe5\x96\xbe\xe5\x96\xbf\xe5\x97\x80\xe5\x97\x81\xe5\x97\x82\xe5\x97\x83\xe5\x97\x84\xe5\x97\x85\xe5\x97\x86\xe5\x97\x87\xe5\x97\x88\xe5\x97\x89\xe5\x97\x8a\xe5\x97\x8b\xe5\x97\x8c\xe5\x97\x8d\xe5\x97\x8e\xe5\x97\x8f\xe5\x97\x90\xe5\x97\x91\xe5\x97\x92\xe5\x97\x93\xe5\x97\x94\xe5\x97\x95\xe5\x97\x96\xe5\x97\x97\xe5\x97\x98\xe5\x97\x99\xe5\x97\x9a\xe5\x97\x9b\xe5\x97\x9c\xe5\x97\x9d\xe5\x97\x9e\xe5\x97\x9f\xe5\x97\xa0\xe5\x97\xa1\xe5\x97\xa2\xe5\x97\xa3\xe5\x97\xa4\xe5\x97\xa5\xe5\x97\xa6\xe5\x97\xa7\xe5\x97\xa8\xe5\x97\xa9\xe5\x97\xaa\xe5\x97\xab\xe5\x97\xac\xe5\x97\xad\xe5\x97\xae\xe5\x97\xaf\xe5\x97\xb0\xe5\x97\xb1\xe5\x97\xb2\xe5\x97\xb3\xe5\x97\xb4\xe5\x97\xb5\xe5\x97\xb6\xe5\x97\xb7\xe5\x97\xb8\xe5\x97\xb9\xe5\x97\xba\xe5\x97\xbb\xe5\x97\xbc\xe5\x97\xbd\xe5\x97\xbe\xe5\x97\xbf\xe5\x98\x80\xe5\x98\x81\xe5\x98\x82\xe5\x98\x83\xe5\x98\x84\xe5\x98\x85\xe5\x98\x86\xe5\x98\x87\xe5\x98\x88\xe5\x98\x89\xe5\x98\x8a\xe5\x98\x8b\xe5\x98\x8c\xe5\x98\x8d\xe5\x98\x8e\xe5\x98\x8f\xe5\x98\x90\xe5\x98\x91\xe5\x98\x92\xe5\x98\x93\xe5\x98\x94\xe5\x98\x95\xe5\x98\x96\xe5\x98\x97\xe5\x98\x98\xe5\x98\x99\xe5\x98\x9a\xe5\x98\x9b\xe5\x98\x9c\xe5\x98\x9d\xe5\x98\x9e\xe5\x98\x9f\xe5\x98\xa0\xe5\x98\xa1\xe5\x98\xa2\xe5\x98\xa3\xe5\x98\xa4\xe5\x98\xa5\xe5\x98\xa6\xe5\x98\xa7\xe5\x98\xa8\xe5\x98\xa9\xe5\x98\xaa\xe5\x98\xab\xe5\x98\xac\xe5\x98\xad\xe5\x98\xae\xe5\x98\xaf\xe5\x98\xb0\xe5\x98\xb1\xe5\x98\xb2\xe5\x98\xb3\xe5\x98\xb4\xe5\x98\xb5\xe5\x98\xb6\xe5\x98\xb7\xe5\x98\xb8\xe5\x98\xb9\xe5\x98\xba\xe5\x98\xbb\xe5\x98\xbc\xe5\x98\xbd\xe5\x98\xbe\xe5\x98\xbf\xe5\x99\x80\xe5\x99\x81\xe5\x99\x82\xe5\x99\x83\xe5\x99\x84\xe5\x99\x85\xe5\x99\x86\xe5\x99\x87\xe5\x99\x88\xe5\x99\x89\xe5\x99\x8a\xe5\x99\x8b\xe5\x99\x8c\xe5\x99\x8d\xe5\x99\x8e\xe5\x99\x8f\xe5\x99\x90\xe5\x99\x91\xe5\x99\x92\xe5\x99\x93\xe5\x99\x94\xe5\x99\x95\xe5\x99\x96\xe5\x99\x97\xe5\x99\x98\xe5\x99\x99\xe5\x99\x9a\xe5\x99\x9b\xe5\x99\x9c\xe5\x99\x9d\xe5\x99\x9e\xe5\x99\x9f\xe5\x99\xa0\xe5\x99\xa1\xe5\x99\xa2\xe5\x99\xa3\xe5\x99\xa4\xe5\x99\xa5\xe5\x99\xa6\xe5\x99\xa7\xe5\x99\xa8\xe5\x99\xa9\xe5\x99\xaa\xe5\x99\xab\xe5\x99\xac\xe5\x99\xad\xe5\x99\xae\xe5\x99\xaf\xe5\x99\xb0\xe5\x99\xb1\xe5\x99\xb2\xe5\x99\xb3\xe5\x99\xb4\xe5\x99\xb5\xe5\x99\xb6\xe5\x99\xb7\xe5\x99\xb8\xe5\x99\xb9\xe5\x99\xba\xe5\x99\xbb\xe5\x99\xbc\xe5\x99\xbd\xe5\x99\xbe\xe5\x99\xbf\xe5\x9a\x80\xe5\x9a\x81\xe5\x9a\x82\xe5\x9a\x83\xe5\x9a\x84\xe5\x9a\x85\xe5\x9a\x86\xe5\x9a\x87\xe5\x9a\x88\xe5\x9a\x89\xe5\x9a\x8a\xe5\x9a\x8b\xe5\x9a\x8c\xe5\x9a\x8d\xe5\x9a\x8e\xe5\x9a\x8f\xe5\x9a\x90\xe5\x9a\x91\xe5\x9a\x92\xe5\x9a\x93\xe5\x9a\x94\xe5\x9a\x95\xe5\x9a\x96\xe5\x9a\x97\xe5\x9a\x98\xe5\x9a\x99\xe5\x9a\x9a\xe5\x9a\x9b\xe5\x9a\x9c\xe5\x9a\x9d\xe5\x9a\x9e\xe5\x9a\x9f\xe5\x9a\xa0\xe5\x9a\xa1\xe5\x9a\xa2\xe5\x9a\xa3\xe5\x9a\xa4\xe5\x9a\xa5\xe5\x9a\xa6\xe5\x9a\xa7\xe5\x9a\xa8\xe5\x9a\xa9\xe5\x9a\xaa\xe5\x9a\xab\xe5\x9a\xac\xe5\x9a\xad\xe5\x9a\xae\xe5\x9a\xaf\xe5\x9a\xb0\xe5\x9a\xb1\xe5\x9a\xb2\xe5\x9a\xb3\xe5\x9a\xb4\xe5\x9a\xb5\xe5\x9a\xb6\xe5\x9a\xb7\xe5\x9a\xb8\xe5\x9a\xb9\xe5\x9a\xba\xe5\x9a\xbb\xe5\x9a\xbc\xe5\x9a\xbd\xe5\x9a\xbe\xe5\x9a\xbf\xe5\x9b\x80\xe5\x9b\x81\xe5\x9b\x82\xe5\x9b\x83\xe5\x9b\x84\xe5\x9b\x85\xe5\x9b\x86\xe5\x9b\x87\xe5\x9b\x88\xe5\x9b\x89\xe5\x9b\x8a\xe5\x9b\x8b\xe5\x9b\x8c\xe5\x9b\x8d\xe5\x9b\x8e\xe5\x9b\x8f\xe5\x9b\x90\xe5\x9b\x91\xe5\x9b\x92\xe5\x9b\x93\xe5\x9b\x94\xe5\x9b\x95\xe5\x9b\x96\xe5\x9b\x97\xe5\x9b\x98\xe5\x9b\x99\xe5\x9b\x9a\xe5\x9b\x9b\xe5\x9b\x9c\xe5\x9b\x9d\xe5\x9b\x9e\xe5\x9b\x9f\xe5\x9b\xa0\xe5\x9b\xa1\xe5\x9b\xa2\xe5\x9b\xa3\xe5\x9b\xa4\xe5\x9b\xa5\xe5\x9b\xa6\xe5\x9b\xa7\xe5\x9b\xa8\xe5\x9b\xa9\xe5\x9b\xaa\xe5\x9b\xab\xe5\x9b\xac\xe5\x9b\xad\xe5\x9b\xae\xe5\x9b\xaf\xe5\x9b\xb0\xe5\x9b\xb1\xe5\x9b\xb2\xe5\x9b\xb3\xe5\x9b\xb4\xe5\x9b\xb5\xe5\x9b\xb6\xe5\x9b\xb7\xe5\x9b\xb8\xe5\x9b\xb9\xe5\x9b\xba\xe5\x9b\xbb\xe5\x9b\xbc\xe5\x9b\xbd\xe5\x9b\xbe\xe5\x9b\xbf\xe5\x9c\x80\xe5\x9c\x81\xe5\x9c\x82\xe5\x9c\x83\xe5\x9c\x84\xe5\x9c\x85\xe5\x9c\x86\xe5\x9c\x87\xe5\x9c\x88\xe5\x9c\x89\xe5\x9c\x8a\xe5\x9c\x8b\xe5\x9c\x8c\xe5\x9c\x8d\xe5\x9c\x8e\xe5\x9c\x8f\xe5\x9c\x90\xe5\x9c\x91\xe5\x9c\x92\xe5\x9c\x93\xe5\x9c\x94\xe5\x9c\x95\xe5\x9c\x96\xe5\x9c\x97\xe5\x9c\x98\xe5\x9c\x99\xe5\x9c\x9a\xe5\x9c\x9b\xe5\x9c\x9c\xe5\x9c\x9d\xe5\x9c\x9e\xe5\x9c\x9f\xe5\x9c\xa0\xe5\x9c\xa1\xe5\x9c\xa2\xe5\x9c\xa3\xe5\x9c\xa4\xe5\x9c\xa5\xe5\x9c\xa6\xe5\x9c\xa7\xe5\x9c\xa8\xe5\x9c\xa9\xe5\x9c\xaa\xe5\x9c\xab\xe5\x9c\xac\xe5\x9c\xad\xe5\x9c\xae\xe5\x9c\xaf\xe5\x9c\xb0\xe5\x9c\xb1\xe5\x9c\xb2\xe5\x9c\xb3\xe5\x9c\xb4\xe5\x9c\xb5\xe5\x9c\xb6\xe5\x9c\xb7\xe5\x9c\xb8\xe5\x9c\xb9\xe5\x9c\xba\xe5\x9c\xbb\xe5\x9c\xbc\xe5\x9c\xbd\xe5\x9c\xbe\xe5\x9c\xbf\xe5\x9d\x80\xe5\x9d\x81\xe5\x9d\x82\xe5\x9d\x83\xe5\x9d\x84\xe5\x9d\x85\xe5\x9d\x86\xe5\x9d\x87\xe5\x9d\x88\xe5\x9d\x89\xe5\x9d\x8a\xe5\x9d\x8b\xe5\x9d\x8c\xe5\x9d\x8d\xe5\x9d\x8e\xe5\x9d\x8f\xe5\x9d\x90\xe5\x9d\x91\xe5\x9d\x92\xe5\x9d\x93\xe5\x9d\x94\xe5\x9d\x95\xe5\x9d\x96\xe5\x9d\x97\xe5\x9d\x98\xe5\x9d\x99\xe5\x9d\x9a\xe5\x9d\x9b\xe5\x9d\x9c\xe5\x9d\x9d\xe5\x9d\x9e\xe5\x9d\x9f\xe5\x9d\xa0\xe5\x9d\xa1\xe5\x9d\xa2\xe5\x9d\xa3\xe5\x9d\xa4\xe5\x9d\xa5\xe5\x9d\xa6\xe5\x9d\xa7\xe5\x9d\xa8\xe5\x9d\xa9\xe5\x9d\xaa\xe5\x9d\xab\xe5\x9d\xac\xe5\x9d\xad\xe5\x9d\xae\xe5\x9d\xaf\xe5\x9d\xb0\xe5\x9d\xb1\xe5\x9d\xb2\xe5\x9d\xb3\xe5\x9d\xb4\xe5\x9d\xb5\xe5\x9d\xb6\xe5\x9d\xb7\xe5\x9d\xb8\xe5\x9d\xb9\xe5\x9d\xba\xe5\x9d\xbb\xe5\x9d\xbc\xe5\x9d\xbd\xe5\x9d\xbe\xe5\x9d\xbf\xe5\x9e\x80\xe5\x9e\x81\xe5\x9e\x82\xe5\x9e\x83\xe5\x9e\x84\xe5\x9e\x85\xe5\x9e\x86\xe5\x9e\x87\xe5\x9e\x88\xe5\x9e\x89\xe5\x9e\x8a\xe5\x9e\x8b\xe5\x9e\x8c\xe5\x9e\x8d\xe5\x9e\x8e\xe5\x9e\x8f\xe5\x9e\x90\xe5\x9e\x91\xe5\x9e\x92\xe5\x9e\x93\xe5\x9e\x94\xe5\x9e\x95\xe5\x9e\x96\xe5\x9e\x97\xe5\x9e\x98\xe5\x9e\x99\xe5\x9e\x9a\xe5\x9e\x9b\xe5\x9e\x9c\xe5\x9e\x9d\xe5\x9e\x9e\xe5\x9e\x9f\xe5\x9e\xa0\xe5\x9e\xa1\xe5\x9e\xa2\xe5\x9e\xa3\xe5\x9e\xa4\xe5\x9e\xa5\xe5\x9e\xa6\xe5\x9e\xa7\xe5\x9e\xa8\xe5\x9e\xa9\xe5\x9e\xaa\xe5\x9e\xab\xe5\x9e\xac\xe5\x9e\xad\xe5\x9e\xae\xe5\x9e\xaf\xe5\x9e\xb0\xe5\x9e\xb1\xe5\x9e\xb2\xe5\x9e\xb3\xe5\x9e\xb4\xe5\x9e\xb5\xe5\x9e\xb6\xe5\x9e\xb7\xe5\x9e\xb8\xe5\x9e\xb9\xe5\x9e\xba\xe5\x9e\xbb\xe5\x9e\xbc\xe5\x9e\xbd\xe5\x9e\xbe\xe5\x9e\xbf\xe5\x9f\x80\xe5\x9f\x81\xe5\x9f\x82\xe5\x9f\x83\xe5\x9f\x84\xe5\x9f\x85\xe5\x9f\x86\xe5\x9f\x87\xe5\x9f\x88\xe5\x9f\x89\xe5\x9f\x8a\xe5\x9f\x8b\xe5\x9f\x8c\xe5\x9f\x8d\xe5\x9f\x8e\xe5\x9f\x8f\xe5\x9f\x90\xe5\x9f\x91\xe5\x9f\x92\xe5\x9f\x93\xe5\x9f\x94\xe5\x9f\x95\xe5\x9f\x96\xe5\x9f\x97\xe5\x9f\x98\xe5\x9f\x99\xe5\x9f\x9a\xe5\x9f\x9b\xe5\x9f\x9c\xe5\x9f\x9d\xe5\x9f\x9e\xe5\x9f\x9f\xe5\x9f\xa0\xe5\x9f\xa1\xe5\x9f\xa2\xe5\x9f\xa3\xe5\x9f\xa4\xe5\x9f\xa5\xe5\x9f\xa6\xe5\x9f\xa7\xe5\x9f\xa8\xe5\x9f\xa9\xe5\x9f\xaa\xe5\x9f\xab\xe5\x9f\xac\xe5\x9f\xad\xe5\x9f\xae\xe5\x9f\xaf\xe5\x9f\xb0\xe5\x9f\xb1\xe5\x9f\xb2\xe5\x9f\xb3\xe5\x9f\xb4\xe5\x9f\xb5\xe5\x9f\xb6\xe5\x9f\xb7\xe5\x9f\xb8\xe5\x9f\xb9\xe5\x9f\xba\xe5\x9f\xbb\xe5\x9f\xbc\xe5\x9f\xbd\xe5\x9f\xbe\xe5\x9f\xbf\xe5\xa0\x80\xe5\xa0\x81\xe5\xa0\x82\xe5\xa0\x83\xe5\xa0\x84\xe5\xa0\x85\xe5\xa0\x86\xe5\xa0\x87\xe5\xa0\x88\xe5\xa0\x89\xe5\xa0\x8a\xe5\xa0\x8b\xe5\xa0\x8c\xe5\xa0\x8d\xe5\xa0\x8e\xe5\xa0\x8f\xe5\xa0\x90\xe5\xa0\x91\xe5\xa0\x92\xe5\xa0\x93\xe5\xa0\x94\xe5\xa0\x95\xe5\xa0\x96\xe5\xa0\x97\xe5\xa0\x98\xe5\xa0\x99\xe5\xa0\x9a\xe5\xa0\x9b\xe5\xa0\x9c\xe5\xa0\x9d\xe5\xa0\x9e\xe5\xa0\x9f\xe5\xa0\xa0\xe5\xa0\xa1\xe5\xa0\xa2\xe5\xa0\xa3\xe5\xa0\xa4\xe5\xa0\xa5\xe5\xa0\xa6\xe5\xa0\xa7\xe5\xa0\xa8\xe5\xa0\xa9\xe5\xa0\xaa\xe5\xa0\xab\xe5\xa0\xac\xe5\xa0\xad\xe5\xa0\xae\xe5\xa0\xaf\xe5\xa0\xb0\xe5\xa0\xb1\xe5\xa0\xb2\xe5\xa0\xb3\xe5\xa0\xb4\xe5\xa0\xb5\xe5\xa0\xb6\xe5\xa0\xb7\xe5\xa0\xb8\xe5\xa0\xb9\xe5\xa0\xba\xe5\xa0\xbb\xe5\xa0\xbc\xe5\xa0\xbd\xe5\xa0\xbe\xe5\xa0\xbf\xe5\xa1\x80\xe5\xa1\x81\xe5\xa1\x82\xe5\xa1\x83\xe5\xa1\x84\xe5\xa1\x85\xe5\xa1\x86\xe5\xa1\x87\xe5\xa1\x88\xe5\xa1\x89\xe5\xa1\x8a\xe5\xa1\x8b\xe5\xa1\x8c\xe5\xa1\x8d\xe5\xa1\x8e\xe5\xa1\x8f\xe5\xa1\x90\xe5\xa1\x91\xe5\xa1\x92\xe5\xa1\x93\xe5\xa1\x94\xe5\xa1\x95\xe5\xa1\x96\xe5\xa1\x97\xe5\xa1\x98\xe5\xa1\x99\xe5\xa1\x9a\xe5\xa1\x9b\xe5\xa1\x9c\xe5\xa1\x9d\xe5\xa1\x9e\xe5\xa1\x9f\xe5\xa1\xa0\xe5\xa1\xa1\xe5\xa1\xa2\xe5\xa1\xa3\xe5\xa1\xa4\xe5\xa1\xa5\xe5\xa1\xa6\xe5\xa1\xa7\xe5\xa1\xa8\xe5\xa1\xa9\xe5\xa1\xaa\xe5\xa1\xab\xe5\xa1\xac\xe5\xa1\xad\xe5\xa1\xae\xe5\xa1\xaf\xe5\xa1\xb0\xe5\xa1\xb1\xe5\xa1\xb2\xe5\xa1\xb3\xe5\xa1\xb4\xe5\xa1\xb5\xe5\xa1\xb6\xe5\xa1\xb7\xe5\xa1\xb8\xe5\xa1\xb9\xe5\xa1\xba\xe5\xa1\xbb\xe5\xa1\xbc\xe5\xa1\xbd\xe5\xa1\xbe\xe5\xa1\xbf\xe5\xa2\x80\xe5\xa2\x81\xe5\xa2\x82\xe5\xa2\x83\xe5\xa2\x84\xe5\xa2\x85\xe5\xa2\x86\xe5\xa2\x87\xe5\xa2\x88\xe5\xa2\x89\xe5\xa2\x8a\xe5\xa2\x8b\xe5\xa2\x8c\xe5\xa2\x8d\xe5\xa2\x8e\xe5\xa2\x8f\xe5\xa2\x90\xe5\xa2\x91\xe5\xa2\x92\xe5\xa2\x93\xe5\xa2\x94\xe5\xa2\x95\xe5\xa2\x96\xe5\xa2\x97\xe5\xa2\x98\xe5\xa2\x99\xe5\xa2\x9a\xe5\xa2\x9b\xe5\xa2\x9c\xe5\xa2\x9d\xe5\xa2\x9e\xe5\xa2\x9f\xe5\xa2\xa0\xe5\xa2\xa1\xe5\xa2\xa2\xe5\xa2\xa3\xe5\xa2\xa4\xe5\xa2\xa5\xe5\xa2\xa6\xe5\xa2\xa7\xe5\xa2\xa8\xe5\xa2\xa9\xe5\xa2\xaa\xe5\xa2\xab\xe5\xa2\xac\xe5\xa2\xad\xe5\xa2\xae\xe5\xa2\xaf\xe5\xa2\xb0\xe5\xa2\xb1\xe5\xa2\xb2\xe5\xa2\xb3\xe5\xa2\xb4\xe5\xa2\xb5\xe5\xa2\xb6\xe5\xa2\xb7\xe5\xa2\xb8\xe5\xa2\xb9\xe5\xa2\xba\xe5\xa2\xbb\xe5\xa2\xbc\xe5\xa2\xbd\xe5\xa2\xbe\xe5\xa2\xbf\xe5\xa3\x80\xe5\xa3\x81\xe5\xa3\x82\xe5\xa3\x83\xe5\xa3\x84\xe5\xa3\x85\xe5\xa3\x86\xe5\xa3\x87\xe5\xa3\x88\xe5\xa3\x89\xe5\xa3\x8a\xe5\xa3\x8b\xe5\xa3\x8c\xe5\xa3\x8d\xe5\xa3\x8e\xe5\xa3\x8f\xe5\xa3\x90\xe5\xa3\x91\xe5\xa3\x92\xe5\xa3\x93\xe5\xa3\x94\xe5\xa3\x95\xe5\xa3\x96\xe5\xa3\x97\xe5\xa3\x98\xe5\xa3\x99\xe5\xa3\x9a\xe5\xa3\x9b\xe5\xa3\x9c\xe5\xa3\x9d\xe5\xa3\x9e\xe5\xa3\x9f\xe5\xa3\xa0\xe5\xa3\xa1\xe5\xa3\xa2\xe5\xa3\xa3\xe5\xa3\xa4\xe5\xa3\xa5\xe5\xa3\xa6\xe5\xa3\xa7\xe5\xa3\xa8\xe5\xa3\xa9\xe5\xa3\xaa\xe5\xa3\xab\xe5\xa3\xac\xe5\xa3\xad\xe5\xa3\xae\xe5\xa3\xaf\xe5\xa3\xb0\xe5\xa3\xb1\xe5\xa3\xb2\xe5\xa3\xb3\xe5\xa3\xb4\xe5\xa3\xb5\xe5\xa3\xb6\xe5\xa3\xb7\xe5\xa3\xb8\xe5\xa3\xb9\xe5\xa3\xba\xe5\xa3\xbb\xe5\xa3\xbc\xe5\xa3\xbd\xe5\xa3\xbe\xe5\xa3\xbf\xe5\xa4\x80\xe5\xa4\x81\xe5\xa4\x82\xe5\xa4\x83\xe5\xa4\x84\xe5\xa4\x85\xe5\xa4\x86\xe5\xa4\x87\xe5\xa4\x88\xe5\xa4\x89\xe5\xa4\x8a\xe5\xa4\x8b\xe5\xa4\x8c\xe5\xa4\x8d\xe5\xa4\x8e\xe5\xa4\x8f\xe5\xa4\x90\xe5\xa4\x91\xe5\xa4\x92\xe5\xa4\x93\xe5\xa4\x94\xe5\xa4\x95\xe5\xa4\x96\xe5\xa4\x97\xe5\xa4\x98\xe5\xa4\x99\xe5\xa4\x9a\xe5\xa4\x9b\xe5\xa4\x9c\xe5\xa4\x9d\xe5\xa4\x9e\xe5\xa4\x9f\xe5\xa4\xa0\xe5\xa4\xa1\xe5\xa4\xa2\xe5\xa4\xa3\xe5\xa4\xa4\xe5\xa4\xa5\xe5\xa4\xa6\xe5\xa4\xa7\xe5\xa4\xa8\xe5\xa4\xa9\xe5\xa4\xaa\xe5\xa4\xab\xe5\xa4\xac\xe5\xa4\xad\xe5\xa4\xae\xe5\xa4\xaf\xe5\xa4\xb0\xe5\xa4\xb1\xe5\xa4\xb2\xe5\xa4\xb3\xe5\xa4\xb4\xe5\xa4\xb5\xe5\xa4\xb6\xe5\xa4\xb7\xe5\xa4\xb8\xe5\xa4\xb9\xe5\xa4\xba\xe5\xa4\xbb\xe5\xa4\xbc\xe5\xa4\xbd\xe5\xa4\xbe\xe5\xa4\xbf\xe5\xa5\x80\xe5\xa5\x81\xe5\xa5\x82\xe5\xa5\x83\xe5\xa5\x84\xe5\xa5\x85\xe5\xa5\x86\xe5\xa5\x87\xe5\xa5\x88\xe5\xa5\x89\xe5\xa5\x8a\xe5\xa5\x8b\xe5\xa5\x8c\xe5\xa5\x8d\xe5\xa5\x8e\xe5\xa5\x8f\xe5\xa5\x90\xe5\xa5\x91\xe5\xa5\x92\xe5\xa5\x93\xe5\xa5\x94\xe5\xa5\x95\xe5\xa5\x96\xe5\xa5\x97\xe5\xa5\x98\xe5\xa5\x99\xe5\xa5\x9a\xe5\xa5\x9b\xe5\xa5\x9c\xe5\xa5\x9d\xe5\xa5\x9e\xe5\xa5\x9f\xe5\xa5\xa0\xe5\xa5\xa1\xe5\xa5\xa2\xe5\xa5\xa3\xe5\xa5\xa4\xe5\xa5\xa5\xe5\xa5\xa6\xe5\xa5\xa7\xe5\xa5\xa8\xe5\xa5\xa9\xe5\xa5\xaa\xe5\xa5\xab\xe5\xa5\xac\xe5\xa5\xad\xe5\xa5\xae\xe5\xa5\xaf\xe5\xa5\xb0\xe5\xa5\xb1\xe5\xa5\xb2\xe5\xa5\xb3\xe5\xa5\xb4\xe5\xa5\xb5\xe5\xa5\xb6\xe5\xa5\xb7\xe5\xa5\xb8\xe5\xa5\xb9\xe5\xa5\xba\xe5\xa5\xbb\xe5\xa5\xbc\xe5\xa5\xbd\xe5\xa5\xbe\xe5\xa5\xbf\xe5\xa6\x80\xe5\xa6\x81\xe5\xa6\x82\xe5\xa6\x83\xe5\xa6\x84\xe5\xa6\x85\xe5\xa6\x86\xe5\xa6\x87\xe5\xa6\x88\xe5\xa6\x89\xe5\xa6\x8a\xe5\xa6\x8b\xe5\xa6\x8c\xe5\xa6\x8d\xe5\xa6\x8e\xe5\xa6\x8f\xe5\xa6\x90\xe5\xa6\x91\xe5\xa6\x92\xe5\xa6\x93\xe5\xa6\x94\xe5\xa6\x95\xe5\xa6\x96\xe5\xa6\x97\xe5\xa6\x98\xe5\xa6\x99\xe5\xa6\x9a\xe5\xa6\x9b\xe5\xa6\x9c\xe5\xa6\x9d\xe5\xa6\x9e\xe5\xa6\x9f\xe5\xa6\xa0\xe5\xa6\xa1\xe5\xa6\xa2\xe5\xa6\xa3\xe5\xa6\xa4\xe5\xa6\xa5\xe5\xa6\xa6\xe5\xa6\xa7\xe5\xa6\xa8\xe5\xa6\xa9\xe5\xa6\xaa\xe5\xa6\xab\xe5\xa6\xac\xe5\xa6\xad\xe5\xa6\xae\xe5\xa6\xaf\xe5\xa6\xb0\xe5\xa6\xb1\xe5\xa6\xb2\xe5\xa6\xb3\xe5\xa6\xb4\xe5\xa6\xb5\xe5\xa6\xb6\xe5\xa6\xb7\xe5\xa6\xb8\xe5\xa6\xb9\xe5\xa6\xba\xe5\xa6\xbb\xe5\xa6\xbc\xe5\xa6\xbd\xe5\xa6\xbe\xe5\xa6\xbf\xe5\xa7\x80\xe5\xa7\x81\xe5\xa7\x82\xe5\xa7\x83\xe5\xa7\x84\xe5\xa7\x85\xe5\xa7\x86\xe5\xa7\x87\xe5\xa7\x88\xe5\xa7\x89\xe5\xa7\x8a\xe5\xa7\x8b\xe5\xa7\x8c\xe5\xa7\x8d\xe5\xa7\x8e\xe5\xa7\x8f\xe5\xa7\x90\xe5\xa7\x91\xe5\xa7\x92\xe5\xa7\x93\xe5\xa7\x94\xe5\xa7\x95\xe5\xa7\x96\xe5\xa7\x97\xe5\xa7\x98\xe5\xa7\x99\xe5\xa7\x9a\xe5\xa7\x9b\xe5\xa7\x9c\xe5\xa7\x9d\xe5\xa7\x9e\xe5\xa7\x9f\xe5\xa7\xa0\xe5\xa7\xa1\xe5\xa7\xa2\xe5\xa7\xa3\xe5\xa7\xa4\xe5\xa7\xa5\xe5\xa7\xa6\xe5\xa7\xa7\xe5\xa7\xa8\xe5\xa7\xa9\xe5\xa7\xaa\xe5\xa7\xab\xe5\xa7\xac\xe5\xa7\xad\xe5\xa7\xae\xe5\xa7\xaf\xe5\xa7\xb0\xe5\xa7\xb1\xe5\xa7\xb2\xe5\xa7\xb3\xe5\xa7\xb4\xe5\xa7\xb5\xe5\xa7\xb6\xe5\xa7\xb7\xe5\xa7\xb8\xe5\xa7\xb9\xe5\xa7\xba\xe5\xa7\xbb\xe5\xa7\xbc\xe5\xa7\xbd\xe5\xa7\xbe\xe5\xa7\xbf\xe5\xa8\x80\xe5\xa8\x81\xe5\xa8\x82\xe5\xa8\x83\xe5\xa8\x84\xe5\xa8\x85\xe5\xa8\x86\xe5\xa8\x87\xe5\xa8\x88\xe5\xa8\x89\xe5\xa8\x8a\xe5\xa8\x8b\xe5\xa8\x8c\xe5\xa8\x8d\xe5\xa8\x8e\xe5\xa8\x8f\xe5\xa8\x90\xe5\xa8\x91\xe5\xa8\x92\xe5\xa8\x93\xe5\xa8\x94\xe5\xa8\x95\xe5\xa8\x96\xe5\xa8\x97\xe5\xa8\x98\xe5\xa8\x99\xe5\xa8\x9a\xe5\xa8\x9b\xe5\xa8\x9c\xe5\xa8\x9d\xe5\xa8\x9e\xe5\xa8\x9f\xe5\xa8\xa0\xe5\xa8\xa1\xe5\xa8\xa2\xe5\xa8\xa3\xe5\xa8\xa4\xe5\xa8\xa5\xe5\xa8\xa6\xe5\xa8\xa7\xe5\xa8\xa8\xe5\xa8\xa9\xe5\xa8\xaa\xe5\xa8\xab\xe5\xa8\xac\xe5\xa8\xad\xe5\xa8\xae\xe5\xa8\xaf\xe5\xa8\xb0\xe5\xa8\xb1\xe5\xa8\xb2\xe5\xa8\xb3\xe5\xa8\xb4\xe5\xa8\xb5\xe5\xa8\xb6\xe5\xa8\xb7\xe5\xa8\xb8\xe5\xa8\xb9\xe5\xa8\xba\xe5\xa8\xbb\xe5\xa8\xbc\xe5\xa8\xbd\xe5\xa8\xbe\xe5\xa8\xbf\xe5\xa9\x80\xe5\xa9\x81\xe5\xa9\x82\xe5\xa9\x83\xe5\xa9\x84\xe5\xa9\x85\xe5\xa9\x86\xe5\xa9\x87\xe5\xa9\x88\xe5\xa9\x89\xe5\xa9\x8a\xe5\xa9\x8b\xe5\xa9\x8c\xe5\xa9\x8d\xe5\xa9\x8e\xe5\xa9\x8f\xe5\xa9\x90\xe5\xa9\x91\xe5\xa9\x92\xe5\xa9\x93\xe5\xa9\x94\xe5\xa9\x95\xe5\xa9\x96\xe5\xa9\x97\xe5\xa9\x98\xe5\xa9\x99\xe5\xa9\x9a\xe5\xa9\x9b\xe5\xa9\x9c\xe5\xa9\x9d\xe5\xa9\x9e\xe5\xa9\x9f\xe5\xa9\xa0\xe5\xa9\xa1\xe5\xa9\xa2\xe5\xa9\xa3\xe5\xa9\xa4\xe5\xa9\xa5\xe5\xa9\xa6\xe5\xa9\xa7\xe5\xa9\xa8\xe5\xa9\xa9\xe5\xa9\xaa\xe5\xa9\xab\xe5\xa9\xac\xe5\xa9\xad\xe5\xa9\xae\xe5\xa9\xaf\xe5\xa9\xb0\xe5\xa9\xb1\xe5\xa9\xb2\xe5\xa9\xb3\xe5\xa9\xb4\xe5\xa9\xb5\xe5\xa9\xb6\xe5\xa9\xb7\xe5\xa9\xb8\xe5\xa9\xb9\xe5\xa9\xba\xe5\xa9\xbb\xe5\xa9\xbc\xe5\xa9\xbd\xe5\xa9\xbe\xe5\xa9\xbf\xe5\xaa\x80\xe5\xaa\x81\xe5\xaa\x82\xe5\xaa\x83\xe5\xaa\x84\xe5\xaa\x85\xe5\xaa\x86\xe5\xaa\x87\xe5\xaa\x88\xe5\xaa\x89\xe5\xaa\x8a\xe5\xaa\x8b\xe5\xaa\x8c\xe5\xaa\x8d\xe5\xaa\x8e\xe5\xaa\x8f\xe5\xaa\x90\xe5\xaa\x91\xe5\xaa\x92\xe5\xaa\x93\xe5\xaa\x94\xe5\xaa\x95\xe5\xaa\x96\xe5\xaa\x97\xe5\xaa\x98\xe5\xaa\x99\xe5\xaa\x9a\xe5\xaa\x9b\xe5\xaa\x9c\xe5\xaa\x9d\xe5\xaa\x9e\xe5\xaa\x9f\xe5\xaa\xa0\xe5\xaa\xa1\xe5\xaa\xa2\xe5\xaa\xa3\xe5\xaa\xa4\xe5\xaa\xa5\xe5\xaa\xa6\xe5\xaa\xa7\xe5\xaa\xa8\xe5\xaa\xa9\xe5\xaa\xaa\xe5\xaa\xab\xe5\xaa\xac\xe5\xaa\xad\xe5\xaa\xae\xe5\xaa\xaf\xe5\xaa\xb0\xe5\xaa\xb1\xe5\xaa\xb2\xe5\xaa\xb3\xe5\xaa\xb4\xe5\xaa\xb5\xe5\xaa\xb6\xe5\xaa\xb7\xe5\xaa\xb8\xe5\xaa\xb9\xe5\xaa\xba\xe5\xaa\xbb\xe5\xaa\xbc\xe5\xaa\xbd\xe5\xaa\xbe\xe5\xaa\xbf\xe5\xab\x80\xe5\xab\x81\xe5\xab\x82\xe5\xab\x83\xe5\xab\x84\xe5\xab\x85\xe5\xab\x86\xe5\xab\x87\xe5\xab\x88\xe5\xab\x89\xe5\xab\x8a\xe5\xab\x8b\xe5\xab\x8c\xe5\xab\x8d\xe5\xab\x8e\xe5\xab\x8f\xe5\xab\x90\xe5\xab\x91\xe5\xab\x92\xe5\xab\x93\xe5\xab\x94\xe5\xab\x95\xe5\xab\x96\xe5\xab\x97\xe5\xab\x98\xe5\xab\x99\xe5\xab\x9a\xe5\xab\x9b\xe5\xab\x9c\xe5\xab\x9d\xe5\xab\x9e\xe5\xab\x9f\xe5\xab\xa0\xe5\xab\xa1\xe5\xab\xa2\xe5\xab\xa3\xe5\xab\xa4\xe5\xab\xa5\xe5\xab\xa6\xe5\xab\xa7\xe5\xab\xa8\xe5\xab\xa9\xe5\xab\xaa\xe5\xab\xab\xe5\xab\xac\xe5\xab\xad\xe5\xab\xae\xe5\xab\xaf\xe5\xab\xb0\xe5\xab\xb1\xe5\xab\xb2\xe5\xab\xb3\xe5\xab\xb4\xe5\xab\xb5\xe5\xab\xb6\xe5\xab\xb7\xe5\xab\xb8\xe5\xab\xb9\xe5\xab\xba\xe5\xab\xbb\xe5\xab\xbc\xe5\xab\xbd\xe5\xab\xbe\xe5\xab\xbf\xe5\xac\x80\xe5\xac\x81\xe5\xac\x82\xe5\xac\x83\xe5\xac\x84\xe5\xac\x85\xe5\xac\x86\xe5\xac\x87\xe5\xac\x88\xe5\xac\x89\xe5\xac\x8a\xe5\xac\x8b\xe5\xac\x8c\xe5\xac\x8d\xe5\xac\x8e\xe5\xac\x8f\xe5\xac\x90\xe5\xac\x91\xe5\xac\x92\xe5\xac\x93\xe5\xac\x94\xe5\xac\x95\xe5\xac\x96\xe5\xac\x97\xe5\xac\x98\xe5\xac\x99\xe5\xac\x9a\xe5\xac\x9b\xe5\xac\x9c\xe5\xac\x9d\xe5\xac\x9e\xe5\xac\x9f\xe5\xac\xa0\xe5\xac\xa1\xe5\xac\xa2\xe5\xac\xa3\xe5\xac\xa4\xe5\xac\xa5\xe5\xac\xa6\xe5\xac\xa7\xe5\xac\xa8\xe5\xac\xa9\xe5\xac\xaa\xe5\xac\xab\xe5\xac\xac\xe5\xac\xad\xe5\xac\xae\xe5\xac\xaf\xe5\xac\xb0\xe5\xac\xb1\xe5\xac\xb2\xe5\xac\xb3\xe5\xac\xb4\xe5\xac\xb5\xe5\xac\xb6\xe5\xac\xb7\xe5\xac\xb8\xe5\xac\xb9\xe5\xac\xba\xe5\xac\xbb\xe5\xac\xbc\xe5\xac\xbd\xe5\xac\xbe\xe5\xac\xbf\xe5\xad\x80\xe5\xad\x81\xe5\xad\x82\xe5\xad\x83\xe5\xad\x84\xe5\xad\x85\xe5\xad\x86\xe5\xad\x87\xe5\xad\x88\xe5\xad\x89\xe5\xad\x8a\xe5\xad\x8b\xe5\xad\x8c\xe5\xad\x8d\xe5\xad\x8e\xe5\xad\x8f\xe5\xad\x90\xe5\xad\x91\xe5\xad\x92\xe5\xad\x93\xe5\xad\x94\xe5\xad\x95\xe5\xad\x96\xe5\xad\x97\xe5\xad\x98\xe5\xad\x99\xe5\xad\x9a\xe5\xad\x9b\xe5\xad\x9c\xe5\xad\x9d\xe5\xad\x9e\xe5\xad\x9f\xe5\xad\xa0\xe5\xad\xa1\xe5\xad\xa2\xe5\xad\xa3\xe5\xad\xa4\xe5\xad\xa5\xe5\xad\xa6\xe5\xad\xa7\xe5\xad\xa8\xe5\xad\xa9\xe5\xad\xaa\xe5\xad\xab\xe5\xad\xac\xe5\xad\xad\xe5\xad\xae\xe5\xad\xaf\xe5\xad\xb0\xe5\xad\xb1\xe5\xad\xb2\xe5\xad\xb3\xe5\xad\xb4\xe5\xad\xb5\xe5\xad\xb6\xe5\xad\xb7\xe5\xad\xb8\xe5\xad\xb9\xe5\xad\xba\xe5\xad\xbb\xe5\xad\xbc\xe5\xad\xbd\xe5\xad\xbe\xe5\xad\xbf\xe5\xae\x80\xe5\xae\x81\xe5\xae\x82\xe5\xae\x83\xe5\xae\x84\xe5\xae\x85\xe5\xae\x86\xe5\xae\x87\xe5\xae\x88\xe5\xae\x89\xe5\xae\x8a\xe5\xae\x8b\xe5\xae\x8c\xe5\xae\x8d\xe5\xae\x8e\xe5\xae\x8f\xe5\xae\x90\xe5\xae\x91\xe5\xae\x92\xe5\xae\x93\xe5\xae\x94\xe5\xae\x95\xe5\xae\x96\xe5\xae\x97\xe5\xae\x98\xe5\xae\x99\xe5\xae\x9a\xe5\xae\x9b\xe5\xae\x9c\xe5\xae\x9d\xe5\xae\x9e\xe5\xae\x9f\xe5\xae\xa0\xe5\xae\xa1\xe5\xae\xa2\xe5\xae\xa3\xe5\xae\xa4\xe5\xae\xa5\xe5\xae\xa6\xe5\xae\xa7\xe5\xae\xa8\xe5\xae\xa9\xe5\xae\xaa\xe5\xae\xab\xe5\xae\xac\xe5\xae\xad\xe5\xae\xae\xe5\xae\xaf\xe5\xae\xb0\xe5\xae\xb1\xe5\xae\xb2\xe5\xae\xb3\xe5\xae\xb4\xe5\xae\xb5\xe5\xae\xb6\xe5\xae\xb7\xe5\xae\xb8\xe5\xae\xb9\xe5\xae\xba\xe5\xae\xbb\xe5\xae\xbc\xe5\xae\xbd\xe5\xae\xbe\xe5\xae\xbf\xe5\xaf\x80\xe5\xaf\x81\xe5\xaf\x82\xe5\xaf\x83\xe5\xaf\x84\xe5\xaf\x85\xe5\xaf\x86\xe5\xaf\x87\xe5\xaf\x88\xe5\xaf\x89\xe5\xaf\x8a\xe5\xaf\x8b\xe5\xaf\x8c\xe5\xaf\x8d\xe5\xaf\x8e\xe5\xaf\x8f\xe5\xaf\x90\xe5\xaf\x91\xe5\xaf\x92\xe5\xaf\x93\xe5\xaf\x94\xe5\xaf\x95\xe5\xaf\x96\xe5\xaf\x97\xe5\xaf\x98\xe5\xaf\x99\xe5\xaf\x9a\xe5\xaf\x9b\xe5\xaf\x9c\xe5\xaf\x9d\xe5\xaf\x9e\xe5\xaf\x9f\xe5\xaf\xa0\xe5\xaf\xa1\xe5\xaf\xa2\xe5\xaf\xa3\xe5\xaf\xa4\xe5\xaf\xa5\xe5\xaf\xa6\xe5\xaf\xa7\xe5\xaf\xa8\xe5\xaf\xa9\xe5\xaf\xaa\xe5\xaf\xab\xe5\xaf\xac\xe5\xaf\xad\xe5\xaf\xae\xe5\xaf\xaf\xe5\xaf\xb0\xe5\xaf\xb1\xe5\xaf\xb2\xe5\xaf\xb3\xe5\xaf\xb4\xe5\xaf\xb5\xe5\xaf\xb6\xe5\xaf\xb7\xe5\xaf\xb8\xe5\xaf\xb9\xe5\xaf\xba\xe5\xaf\xbb\xe5\xaf\xbc\xe5\xaf\xbd\xe5\xaf\xbe\xe5\xaf\xbf\xe5\xb0\x80\xe5\xb0\x81\xe5\xb0\x82\xe5\xb0\x83\xe5\xb0\x84\xe5\xb0\x85\xe5\xb0\x86\xe5\xb0\x87\xe5\xb0\x88\xe5\xb0\x89\xe5\xb0\x8a\xe5\xb0\x8b\xe5\xb0\x8c\xe5\xb0\x8d\xe5\xb0\x8e\xe5\xb0\x8f\xe5\xb0\x90\xe5\xb0\x91\xe5\xb0\x92\xe5\xb0\x93\xe5\xb0\x94\xe5\xb0\x95\xe5\xb0\x96\xe5\xb0\x97\xe5\xb0\x98\xe5\xb0\x99\xe5\xb0\x9a\xe5\xb0\x9b\xe5\xb0\x9c\xe5\xb0\x9d\xe5\xb0\x9e\xe5\xb0\x9f\xe5\xb0\xa0\xe5\xb0\xa1\xe5\xb0\xa2\xe5\xb0\xa3\xe5\xb0\xa4\xe5\xb0\xa5\xe5\xb0\xa6\xe5\xb0\xa7\xe5\xb0\xa8\xe5\xb0\xa9\xe5\xb0\xaa\xe5\xb0\xab\xe5\xb0\xac\xe5\xb0\xad\xe5\xb0\xae\xe5\xb0\xaf\xe5\xb0\xb0\xe5\xb0\xb1\xe5\xb0\xb2\xe5\xb0\xb3\xe5\xb0\xb4\xe5\xb0\xb5\xe5\xb0\xb6\xe5\xb0\xb7\xe5\xb0\xb8\xe5\xb0\xb9\xe5\xb0\xba\xe5\xb0\xbb\xe5\xb0\xbc\xe5\xb0\xbd\xe5\xb0\xbe\xe5\xb0\xbf\xe5\xb1\x80\xe5\xb1\x81\xe5\xb1\x82\xe5\xb1\x83\xe5\xb1\x84\xe5\xb1\x85\xe5\xb1\x86\xe5\xb1\x87\xe5\xb1\x88\xe5\xb1\x89\xe5\xb1\x8a\xe5\xb1\x8b\xe5\xb1\x8c\xe5\xb1\x8d\xe5\xb1\x8e\xe5\xb1\x8f\xe5\xb1\x90\xe5\xb1\x91\xe5\xb1\x92\xe5\xb1\x93\xe5\xb1\x94\xe5\xb1\x95\xe5\xb1\x96\xe5\xb1\x97\xe5\xb1\x98\xe5\xb1\x99\xe5\xb1\x9a\xe5\xb1\x9b\xe5\xb1\x9c\xe5\xb1\x9d\xe5\xb1\x9e\xe5\xb1\x9f\xe5\xb1\xa0\xe5\xb1\xa1\xe5\xb1\xa2\xe5\xb1\xa3\xe5\xb1\xa4\xe5\xb1\xa5\xe5\xb1\xa6\xe5\xb1\xa7\xe5\xb1\xa8\xe5\xb1\xa9\xe5\xb1\xaa\xe5\xb1\xab\xe5\xb1\xac\xe5\xb1\xad\xe5\xb1\xae\xe5\xb1\xaf\xe5\xb1\xb0\xe5\xb1\xb1\xe5\xb1\xb2\xe5\xb1\xb3\xe5\xb1\xb4\xe5\xb1\xb5\xe5\xb1\xb6\xe5\xb1\xb7\xe5\xb1\xb8\xe5\xb1\xb9\xe5\xb1\xba\xe5\xb1\xbb\xe5\xb1\xbc\xe5\xb1\xbd\xe5\xb1\xbe\xe5\xb1\xbf\xe5\xb2\x80\xe5\xb2\x81\xe5\xb2\x82\xe5\xb2\x83\xe5\xb2\x84\xe5\xb2\x85\xe5\xb2\x86\xe5\xb2\x87\xe5\xb2\x88\xe5\xb2\x89\xe5\xb2\x8a\xe5\xb2\x8b\xe5\xb2\x8c\xe5\xb2\x8d\xe5\xb2\x8e\xe5\xb2\x8f\xe5\xb2\x90\xe5\xb2\x91\xe5\xb2\x92\xe5\xb2\x93\xe5\xb2\x94\xe5\xb2\x95\xe5\xb2\x96\xe5\xb2\x97\xe5\xb2\x98\xe5\xb2\x99\xe5\xb2\x9a\xe5\xb2\x9b\xe5\xb2\x9c\xe5\xb2\x9d\xe5\xb2\x9e\xe5\xb2\x9f\xe5\xb2\xa0\xe5\xb2\xa1\xe5\xb2\xa2\xe5\xb2\xa3\xe5\xb2\xa4\xe5\xb2\xa5\xe5\xb2\xa6\xe5\xb2\xa7\xe5\xb2\xa8\xe5\xb2\xa9\xe5\xb2\xaa\xe5\xb2\xab\xe5\xb2\xac\xe5\xb2\xad\xe5\xb2\xae\xe5\xb2\xaf\xe5\xb2\xb0\xe5\xb2\xb1\xe5\xb2\xb2\xe5\xb2\xb3\xe5\xb2\xb4\xe5\xb2\xb5\xe5\xb2\xb6\xe5\xb2\xb7\xe5\xb2\xb8\xe5\xb2\xb9\xe5\xb2\xba\xe5\xb2\xbb\xe5\xb2\xbc\xe5\xb2\xbd\xe5\xb2\xbe\xe5\xb2\xbf\xe5\xb3\x80\xe5\xb3\x81\xe5\xb3\x82\xe5\xb3\x83\xe5\xb3\x84\xe5\xb3\x85\xe5\xb3\x86\xe5\xb3\x87\xe5\xb3\x88\xe5\xb3\x89\xe5\xb3\x8a\xe5\xb3\x8b\xe5\xb3\x8c\xe5\xb3\x8d\xe5\xb3\x8e\xe5\xb3\x8f\xe5\xb3\x90\xe5\xb3\x91\xe5\xb3\x92\xe5\xb3\x93\xe5\xb3\x94\xe5\xb3\x95\xe5\xb3\x96\xe5\xb3\x97\xe5\xb3\x98\xe5\xb3\x99\xe5\xb3\x9a\xe5\xb3\x9b\xe5\xb3\x9c\xe5\xb3\x9d\xe5\xb3\x9e\xe5\xb3\x9f\xe5\xb3\xa0\xe5\xb3\xa1\xe5\xb3\xa2\xe5\xb3\xa3\xe5\xb3\xa4\xe5\xb3\xa5\xe5\xb3\xa6\xe5\xb3\xa7\xe5\xb3\xa8\xe5\xb3\xa9\xe5\xb3\xaa\xe5\xb3\xab\xe5\xb3\xac\xe5\xb3\xad\xe5\xb3\xae\xe5\xb3\xaf\xe5\xb3\xb0\xe5\xb3\xb1\xe5\xb3\xb2\xe5\xb3\xb3\xe5\xb3\xb4\xe5\xb3\xb5\xe5\xb3\xb6\xe5\xb3\xb7\xe5\xb3\xb8\xe5\xb3\xb9\xe5\xb3\xba\xe5\xb3\xbb\xe5\xb3\xbc\xe5\xb3\xbd\xe5\xb3\xbe\xe5\xb3\xbf\xe5\xb4\x80\xe5\xb4\x81\xe5\xb4\x82\xe5\xb4\x83\xe5\xb4\x84\xe5\xb4\x85\xe5\xb4\x86\xe5\xb4\x87\xe5\xb4\x88\xe5\xb4\x89\xe5\xb4\x8a\xe5\xb4\x8b\xe5\xb4\x8c\xe5\xb4\x8d\xe5\xb4\x8e\xe5\xb4\x8f\xe5\xb4\x90\xe5\xb4\x91\xe5\xb4\x92\xe5\xb4\x93\xe5\xb4\x94\xe5\xb4\x95\xe5\xb4\x96\xe5\xb4\x97\xe5\xb4\x98\xe5\xb4\x99\xe5\xb4\x9a\xe5\xb4\x9b\xe5\xb4\x9c\xe5\xb4\x9d\xe5\xb4\x9e\xe5\xb4\x9f\xe5\xb4\xa0\xe5\xb4\xa1\xe5\xb4\xa2\xe5\xb4\xa3\xe5\xb4\xa4\xe5\xb4\xa5\xe5\xb4\xa6\xe5\xb4\xa7\xe5\xb4\xa8\xe5\xb4\xa9\xe5\xb4\xaa\xe5\xb4\xab\xe5\xb4\xac\xe5\xb4\xad\xe5\xb4\xae\xe5\xb4\xaf\xe5\xb4\xb0\xe5\xb4\xb1\xe5\xb4\xb2\xe5\xb4\xb3\xe5\xb4\xb4\xe5\xb4\xb5\xe5\xb4\xb6\xe5\xb4\xb7\xe5\xb4\xb8\xe5\xb4\xb9\xe5\xb4\xba\xe5\xb4\xbb\xe5\xb4\xbc\xe5\xb4\xbd\xe5\xb4\xbe\xe5\xb4\xbf\xe5\xb5\x80\xe5\xb5\x81\xe5\xb5\x82\xe5\xb5\x83\xe5\xb5\x84\xe5\xb5\x85\xe5\xb5\x86\xe5\xb5\x87\xe5\xb5\x88\xe5\xb5\x89\xe5\xb5\x8a\xe5\xb5\x8b\xe5\xb5\x8c\xe5\xb5\x8d\xe5\xb5\x8e\xe5\xb5\x8f\xe5\xb5\x90\xe5\xb5\x91\xe5\xb5\x92\xe5\xb5\x93\xe5\xb5\x94\xe5\xb5\x95\xe5\xb5\x96\xe5\xb5\x97\xe5\xb5\x98\xe5\xb5\x99\xe5\xb5\x9a\xe5\xb5\x9b\xe5\xb5\x9c\xe5\xb5\x9d\xe5\xb5\x9e\xe5\xb5\x9f\xe5\xb5\xa0\xe5\xb5\xa1\xe5\xb5\xa2\xe5\xb5\xa3\xe5\xb5\xa4\xe5\xb5\xa5\xe5\xb5\xa6\xe5\xb5\xa7\xe5\xb5\xa8\xe5\xb5\xa9\xe5\xb5\xaa\xe5\xb5\xab\xe5\xb5\xac\xe5\xb5\xad\xe5\xb5\xae\xe5\xb5\xaf\xe5\xb5\xb0\xe5\xb5\xb1\xe5\xb5\xb2\xe5\xb5\xb3\xe5\xb5\xb4\xe5\xb5\xb5\xe5\xb5\xb6\xe5\xb5\xb7\xe5\xb5\xb8\xe5\xb5\xb9\xe5\xb5\xba\xe5\xb5\xbb\xe5\xb5\xbc\xe5\xb5\xbd\xe5\xb5\xbe\xe5\xb5\xbf\xe5\xb6\x80\xe5\xb6\x81\xe5\xb6\x82\xe5\xb6\x83\xe5\xb6\x84\xe5\xb6\x85\xe5\xb6\x86\xe5\xb6\x87\xe5\xb6\x88\xe5\xb6\x89\xe5\xb6\x8a\xe5\xb6\x8b\xe5\xb6\x8c\xe5\xb6\x8d\xe5\xb6\x8e\xe5\xb6\x8f\xe5\xb6\x90\xe5\xb6\x91\xe5\xb6\x92\xe5\xb6\x93\xe5\xb6\x94\xe5\xb6\x95\xe5\xb6\x96\xe5\xb6\x97\xe5\xb6\x98\xe5\xb6\x99\xe5\xb6\x9a\xe5\xb6\x9b\xe5\xb6\x9c\xe5\xb6\x9d\xe5\xb6\x9e\xe5\xb6\x9f\xe5\xb6\xa0\xe5\xb6\xa1\xe5\xb6\xa2\xe5\xb6\xa3\xe5\xb6\xa4\xe5\xb6\xa5\xe5\xb6\xa6\xe5\xb6\xa7\xe5\xb6\xa8\xe5\xb6\xa9\xe5\xb6\xaa\xe5\xb6\xab\xe5\xb6\xac\xe5\xb6\xad\xe5\xb6\xae\xe5\xb6\xaf\xe5\xb6\xb0\xe5\xb6\xb1\xe5\xb6\xb2\xe5\xb6\xb3\xe5\xb6\xb4\xe5\xb6\xb5\xe5\xb6\xb6\xe5\xb6\xb7\xe5\xb6\xb8\xe5\xb6\xb9\xe5\xb6\xba\xe5\xb6\xbb\xe5\xb6\xbc\xe5\xb6\xbd\xe5\xb6\xbe\xe5\xb6\xbf\xe5\xb7\x80\xe5\xb7\x81\xe5\xb7\x82\xe5\xb7\x83\xe5\xb7\x84\xe5\xb7\x85\xe5\xb7\x86\xe5\xb7\x87\xe5\xb7\x88\xe5\xb7\x89\xe5\xb7\x8a\xe5\xb7\x8b\xe5\xb7\x8c\xe5\xb7\x8d\xe5\xb7\x8e\xe5\xb7\x8f\xe5\xb7\x90\xe5\xb7\x91\xe5\xb7\x92\xe5\xb7\x93\xe5\xb7\x94\xe5\xb7\x95\xe5\xb7\x96\xe5\xb7\x97\xe5\xb7\x98\xe5\xb7\x99\xe5\xb7\x9a\xe5\xb7\x9b\xe5\xb7\x9c\xe5\xb7\x9d\xe5\xb7\x9e\xe5\xb7\x9f\xe5\xb7\xa0\xe5\xb7\xa1\xe5\xb7\xa2\xe5\xb7\xa3\xe5\xb7\xa4\xe5\xb7\xa5\xe5\xb7\xa6\xe5\xb7\xa7\xe5\xb7\xa8\xe5\xb7\xa9\xe5\xb7\xaa\xe5\xb7\xab\xe5\xb7\xac\xe5\xb7\xad\xe5\xb7\xae\xe5\xb7\xaf\xe5\xb7\xb0\xe5\xb7\xb1\xe5\xb7\xb2\xe5\xb7\xb3\xe5\xb7\xb4\xe5\xb7\xb5\xe5\xb7\xb6\xe5\xb7\xb7\xe5\xb7\xb8\xe5\xb7\xb9\xe5\xb7\xba\xe5\xb7\xbb\xe5\xb7\xbc\xe5\xb7\xbd\xe5\xb7\xbe\xe5\xb7\xbf\xe5\xb8\x80\xe5\xb8\x81\xe5\xb8\x82\xe5\xb8\x83\xe5\xb8\x84\xe5\xb8\x85\xe5\xb8\x86\xe5\xb8\x87\xe5\xb8\x88\xe5\xb8\x89\xe5\xb8\x8a\xe5\xb8\x8b\xe5\xb8\x8c\xe5\xb8\x8d\xe5\xb8\x8e\xe5\xb8\x8f\xe5\xb8\x90\xe5\xb8\x91\xe5\xb8\x92\xe5\xb8\x93\xe5\xb8\x94\xe5\xb8\x95\xe5\xb8\x96\xe5\xb8\x97\xe5\xb8\x98\xe5\xb8\x99\xe5\xb8\x9a\xe5\xb8\x9b\xe5\xb8\x9c\xe5\xb8\x9d\xe5\xb8\x9e\xe5\xb8\x9f\xe5\xb8\xa0\xe5\xb8\xa1\xe5\xb8\xa2\xe5\xb8\xa3\xe5\xb8\xa4\xe5\xb8\xa5\xe5\xb8\xa6\xe5\xb8\xa7\xe5\xb8\xa8\xe5\xb8\xa9\xe5\xb8\xaa\xe5\xb8\xab\xe5\xb8\xac\xe5\xb8\xad\xe5\xb8\xae\xe5\xb8\xaf\xe5\xb8\xb0\xe5\xb8\xb1\xe5\xb8\xb2\xe5\xb8\xb3\xe5\xb8\xb4\xe5\xb8\xb5\xe5\xb8\xb6\xe5\xb8\xb7\xe5\xb8\xb8\xe5\xb8\xb9\xe5\xb8\xba\xe5\xb8\xbb\xe5\xb8\xbc\xe5\xb8\xbd\xe5\xb8\xbe\xe5\xb8\xbf\xe5\xb9\x80\xe5\xb9\x81\xe5\xb9\x82\xe5\xb9\x83\xe5\xb9\x84\xe5\xb9\x85\xe5\xb9\x86\xe5\xb9\x87\xe5\xb9\x88\xe5\xb9\x89\xe5\xb9\x8a\xe5\xb9\x8b\xe5\xb9\x8c\xe5\xb9\x8d\xe5\xb9\x8e\xe5\xb9\x8f\xe5\xb9\x90\xe5\xb9\x91\xe5\xb9\x92\xe5\xb9\x93\xe5\xb9\x94\xe5\xb9\x95\xe5\xb9\x96\xe5\xb9\x97\xe5\xb9\x98\xe5\xb9\x99\xe5\xb9\x9a\xe5\xb9\x9b\xe5\xb9\x9c\xe5\xb9\x9d\xe5\xb9\x9e\xe5\xb9\x9f\xe5\xb9\xa0\xe5\xb9\xa1\xe5\xb9\xa2\xe5\xb9\xa3\xe5\xb9\xa4\xe5\xb9\xa5\xe5\xb9\xa6\xe5\xb9\xa7\xe5\xb9\xa8\xe5\xb9\xa9\xe5\xb9\xaa\xe5\xb9\xab\xe5\xb9\xac\xe5\xb9\xad\xe5\xb9\xae\xe5\xb9\xaf\xe5\xb9\xb0\xe5\xb9\xb1\xe5\xb9\xb2\xe5\xb9\xb3\xe5\xb9\xb4\xe5\xb9\xb5\xe5\xb9\xb6\xe5\xb9\xb7\xe5\xb9\xb8\xe5\xb9\xb9\xe5\xb9\xba\xe5\xb9\xbb\xe5\xb9\xbc\xe5\xb9\xbd\xe5\xb9\xbe\xe5\xb9\xbf\xe5\xba\x80\xe5\xba\x81\xe5\xba\x82\xe5\xba\x83\xe5\xba\x84\xe5\xba\x85\xe5\xba\x86\xe5\xba\x87\xe5\xba\x88\xe5\xba\x89\xe5\xba\x8a\xe5\xba\x8b\xe5\xba\x8c\xe5\xba\x8d\xe5\xba\x8e\xe5\xba\x8f\xe5\xba\x90\xe5\xba\x91\xe5\xba\x92\xe5\xba\x93\xe5\xba\x94\xe5\xba\x95\xe5\xba\x96\xe5\xba\x97\xe5\xba\x98\xe5\xba\x99\xe5\xba\x9a\xe5\xba\x9b\xe5\xba\x9c\xe5\xba\x9d\xe5\xba\x9e\xe5\xba\x9f\xe5\xba\xa0\xe5\xba\xa1\xe5\xba\xa2\xe5\xba\xa3\xe5\xba\xa4\xe5\xba\xa5\xe5\xba\xa6\xe5\xba\xa7\xe5\xba\xa8\xe5\xba\xa9\xe5\xba\xaa\xe5\xba\xab\xe5\xba\xac\xe5\xba\xad\xe5\xba\xae\xe5\xba\xaf\xe5\xba\xb0\xe5\xba\xb1\xe5\xba\xb2\xe5\xba\xb3\xe5\xba\xb4\xe5\xba\xb5\xe5\xba\xb6\xe5\xba\xb7\xe5\xba\xb8\xe5\xba\xb9\xe5\xba\xba\xe5\xba\xbb\xe5\xba\xbc\xe5\xba\xbd\xe5\xba\xbe\xe5\xba\xbf\xe5\xbb\x80\xe5\xbb\x81\xe5\xbb\x82\xe5\xbb\x83\xe5\xbb\x84\xe5\xbb\x85\xe5\xbb\x86\xe5\xbb\x87\xe5\xbb\x88\xe5\xbb\x89\xe5\xbb\x8a\xe5\xbb\x8b\xe5\xbb\x8c\xe5\xbb\x8d\xe5\xbb\x8e\xe5\xbb\x8f\xe5\xbb\x90\xe5\xbb\x91\xe5\xbb\x92\xe5\xbb\x93\xe5\xbb\x94\xe5\xbb\x95\xe5\xbb\x96\xe5\xbb\x97\xe5\xbb\x98\xe5\xbb\x99\xe5\xbb\x9a\xe5\xbb\x9b\xe5\xbb\x9c\xe5\xbb\x9d\xe5\xbb\x9e\xe5\xbb\x9f\xe5\xbb\xa0\xe5\xbb\xa1\xe5\xbb\xa2\xe5\xbb\xa3\xe5\xbb\xa4\xe5\xbb\xa5\xe5\xbb\xa6\xe5\xbb\xa7\xe5\xbb\xa8\xe5\xbb\xa9\xe5\xbb\xaa\xe5\xbb\xab\xe5\xbb\xac\xe5\xbb\xad\xe5\xbb\xae\xe5\xbb\xaf\xe5\xbb\xb0\xe5\xbb\xb1\xe5\xbb\xb2\xe5\xbb\xb3\xe5\xbb\xb4\xe5\xbb\xb5\xe5\xbb\xb6\xe5\xbb\xb7\xe5\xbb\xb8\xe5\xbb\xb9\xe5\xbb\xba\xe5\xbb\xbb\xe5\xbb\xbc\xe5\xbb\xbd\xe5\xbb\xbe\xe5\xbb\xbf\xe5\xbc\x80\xe5\xbc\x81\xe5\xbc\x82\xe5\xbc\x83\xe5\xbc\x84\xe5\xbc\x85\xe5\xbc\x86\xe5\xbc\x87\xe5\xbc\x88\xe5\xbc\x89\xe5\xbc\x8a\xe5\xbc\x8b\xe5\xbc\x8c\xe5\xbc\x8d\xe5\xbc\x8e\xe5\xbc\x8f\xe5\xbc\x90\xe5\xbc\x91\xe5\xbc\x92\xe5\xbc\x93\xe5\xbc\x94\xe5\xbc\x95\xe5\xbc\x96\xe5\xbc\x97\xe5\xbc\x98\xe5\xbc\x99\xe5\xbc\x9a\xe5\xbc\x9b\xe5\xbc\x9c\xe5\xbc\x9d\xe5\xbc\x9e\xe5\xbc\x9f\xe5\xbc\xa0\xe5\xbc\xa1\xe5\xbc\xa2\xe5\xbc\xa3\xe5\xbc\xa4\xe5\xbc\xa5\xe5\xbc\xa6\xe5\xbc\xa7\xe5\xbc\xa8\xe5\xbc\xa9\xe5\xbc\xaa\xe5\xbc\xab\xe5\xbc\xac\xe5\xbc\xad\xe5\xbc\xae\xe5\xbc\xaf\xe5\xbc\xb0\xe5\xbc\xb1\xe5\xbc\xb2\xe5\xbc\xb3\xe5\xbc\xb4\xe5\xbc\xb5\xe5\xbc\xb6\xe5\xbc\xb7\xe5\xbc\xb8\xe5\xbc\xb9\xe5\xbc\xba\xe5\xbc\xbb\xe5\xbc\xbc\xe5\xbc\xbd\xe5\xbc\xbe\xe5\xbc\xbf\xe5\xbd\x80\xe5\xbd\x81\xe5\xbd\x82\xe5\xbd\x83\xe5\xbd\x84\xe5\xbd\x85\xe5\xbd\x86\xe5\xbd\x87\xe5\xbd\x88\xe5\xbd\x89\xe5\xbd\x8a\xe5\xbd\x8b\xe5\xbd\x8c\xe5\xbd\x8d\xe5\xbd\x8e\xe5\xbd\x8f\xe5\xbd\x90\xe5\xbd\x91\xe5\xbd\x92\xe5\xbd\x93\xe5\xbd\x94\xe5\xbd\x95\xe5\xbd\x96\xe5\xbd\x97\xe5\xbd\x98\xe5\xbd\x99\xe5\xbd\x9a\xe5\xbd\x9b\xe5\xbd\x9c\xe5\xbd\x9d\xe5\xbd\x9e\xe5\xbd\x9f\xe5\xbd\xa0\xe5\xbd\xa1\xe5\xbd\xa2\xe5\xbd\xa3\xe5\xbd\xa4\xe5\xbd\xa5\xe5\xbd\xa6\xe5\xbd\xa7\xe5\xbd\xa8\xe5\xbd\xa9\xe5\xbd\xaa\xe5\xbd\xab\xe5\xbd\xac\xe5\xbd\xad\xe5\xbd\xae\xe5\xbd\xaf\xe5\xbd\xb0\xe5\xbd\xb1\xe5\xbd\xb2\xe5\xbd\xb3\xe5\xbd\xb4\xe5\xbd\xb5\xe5\xbd\xb6\xe5\xbd\xb7\xe5\xbd\xb8\xe5\xbd\xb9\xe5\xbd\xba\xe5\xbd\xbb\xe5\xbd\xbc\xe5\xbd\xbd\xe5\xbd\xbe\xe5\xbd\xbf\xe5\xbe\x80\xe5\xbe\x81\xe5\xbe\x82\xe5\xbe\x83\xe5\xbe\x84\xe5\xbe\x85\xe5\xbe\x86\xe5\xbe\x87\xe5\xbe\x88\xe5\xbe\x89\xe5\xbe\x8a\xe5\xbe\x8b\xe5\xbe\x8c\xe5\xbe\x8d\xe5\xbe\x8e\xe5\xbe\x8f\xe5\xbe\x90\xe5\xbe\x91\xe5\xbe\x92\xe5\xbe\x93\xe5\xbe\x94\xe5\xbe\x95\xe5\xbe\x96\xe5\xbe\x97\xe5\xbe\x98\xe5\xbe\x99\xe5\xbe\x9a\xe5\xbe\x9b\xe5\xbe\x9c\xe5\xbe\x9d\xe5\xbe\x9e\xe5\xbe\x9f\xe5\xbe\xa0\xe5\xbe\xa1\xe5\xbe\xa2\xe5\xbe\xa3\xe5\xbe\xa4\xe5\xbe\xa5\xe5\xbe\xa6\xe5\xbe\xa7\xe5\xbe\xa8\xe5\xbe\xa9\xe5\xbe\xaa\xe5\xbe\xab\xe5\xbe\xac\xe5\xbe\xad\xe5\xbe\xae\xe5\xbe\xaf\xe5\xbe\xb0\xe5\xbe\xb1\xe5\xbe\xb2\xe5\xbe\xb3\xe5\xbe\xb4\xe5\xbe\xb5\xe5\xbe\xb6\xe5\xbe\xb7\xe5\xbe\xb8\xe5\xbe\xb9\xe5\xbe\xba\xe5\xbe\xbb\xe5\xbe\xbc\xe5\xbe\xbd\xe5\xbe\xbe\xe5\xbe\xbf\xe5\xbf\x80\xe5\xbf\x81\xe5\xbf\x82\xe5\xbf\x83\xe5\xbf\x84\xe5\xbf\x85\xe5\xbf\x86\xe5\xbf\x87\xe5\xbf\x88\xe5\xbf\x89\xe5\xbf\x8a\xe5\xbf\x8b\xe5\xbf\x8c\xe5\xbf\x8d\xe5\xbf\x8e\xe5\xbf\x8f\xe5\xbf\x90\xe5\xbf\x91\xe5\xbf\x92\xe5\xbf\x93\xe5\xbf\x94\xe5\xbf\x95\xe5\xbf\x96\xe5\xbf\x97\xe5\xbf\x98\xe5\xbf\x99\xe5\xbf\x9a\xe5\xbf\x9b\xe5\xbf\x9c\xe5\xbf\x9d\xe5\xbf\x9e\xe5\xbf\x9f\xe5\xbf\xa0\xe5\xbf\xa1\xe5\xbf\xa2\xe5\xbf\xa3\xe5\xbf\xa4\xe5\xbf\xa5\xe5\xbf\xa6\xe5\xbf\xa7\xe5\xbf\xa8\xe5\xbf\xa9\xe5\xbf\xaa\xe5\xbf\xab\xe5\xbf\xac\xe5\xbf\xad\xe5\xbf\xae\xe5\xbf\xaf\xe5\xbf\xb0\xe5\xbf\xb1\xe5\xbf\xb2\xe5\xbf\xb3\xe5\xbf\xb4\xe5\xbf\xb5\xe5\xbf\xb6\xe5\xbf\xb7\xe5\xbf\xb8\xe5\xbf\xb9\xe5\xbf\xba\xe5\xbf\xbb\xe5\xbf\xbc\xe5\xbf\xbd\xe5\xbf\xbe\xe5\xbf\xbf\xe6\x80\x80\xe6\x80\x81\xe6\x80\x82\xe6\x80\x83\xe6\x80\x84\xe6\x80\x85\xe6\x80\x86\xe6\x80\x87\xe6\x80\x88\xe6\x80\x89\xe6\x80\x8a\xe6\x80\x8b\xe6\x80\x8c\xe6\x80\x8d\xe6\x80\x8e\xe6\x80\x8f\xe6\x80\x90\xe6\x80\x91\xe6\x80\x92\xe6\x80\x93\xe6\x80\x94\xe6\x80\x95\xe6\x80\x96\xe6\x80\x97\xe6\x80\x98\xe6\x80\x99\xe6\x80\x9a\xe6\x80\x9b\xe6\x80\x9c\xe6\x80\x9d\xe6\x80\x9e\xe6\x80\x9f\xe6\x80\xa0\xe6\x80\xa1\xe6\x80\xa2\xe6\x80\xa3\xe6\x80\xa4\xe6\x80\xa5\xe6\x80\xa6\xe6\x80\xa7\xe6\x80\xa8\xe6\x80\xa9\xe6\x80\xaa\xe6\x80\xab\xe6\x80\xac\xe6\x80\xad\xe6\x80\xae\xe6\x80\xaf\xe6\x80\xb0\xe6\x80\xb1\xe6\x80\xb2\xe6\x80\xb3\xe6\x80\xb4\xe6\x80\xb5\xe6\x80\xb6\xe6\x80\xb7\xe6\x80\xb8\xe6\x80\xb9\xe6\x80\xba\xe6\x80\xbb\xe6\x80\xbc\xe6\x80\xbd\xe6\x80\xbe\xe6\x80\xbf\xe6\x81\x80\xe6\x81\x81\xe6\x81\x82\xe6\x81\x83\xe6\x81\x84\xe6\x81\x85\xe6\x81\x86\xe6\x81\x87\xe6\x81\x88\xe6\x81\x89\xe6\x81\x8a\xe6\x81\x8b\xe6\x81\x8c\xe6\x81\x8d\xe6\x81\x8e\xe6\x81\x8f\xe6\x81\x90\xe6\x81\x91\xe6\x81\x92\xe6\x81\x93\xe6\x81\x94\xe6\x81\x95\xe6\x81\x96\xe6\x81\x97\xe6\x81\x98\xe6\x81\x99\xe6\x81\x9a\xe6\x81\x9b\xe6\x81\x9c\xe6\x81\x9d\xe6\x81\x9e\xe6\x81\x9f\xe6\x81\xa0\xe6\x81\xa1\xe6\x81\xa2\xe6\x81\xa3\xe6\x81\xa4\xe6\x81\xa5\xe6\x81\xa6\xe6\x81\xa7\xe6\x81\xa8\xe6\x81\xa9\xe6\x81\xaa\xe6\x81\xab\xe6\x81\xac\xe6\x81\xad\xe6\x81\xae\xe6\x81\xaf\xe6\x81\xb0\xe6\x81\xb1\xe6\x81\xb2\xe6\x81\xb3\xe6\x81\xb4\xe6\x81\xb5\xe6\x81\xb6\xe6\x81\xb7\xe6\x81\xb8\xe6\x81\xb9\xe6\x81\xba\xe6\x81\xbb\xe6\x81\xbc\xe6\x81\xbd\xe6\x81\xbe\xe6\x81\xbf\xe6\x82\x80\xe6\x82\x81\xe6\x82\x82\xe6\x82\x83\xe6\x82\x84\xe6\x82\x85\xe6\x82\x86\xe6\x82\x87\xe6\x82\x88\xe6\x82\x89\xe6\x82\x8a\xe6\x82\x8b\xe6\x82\x8c\xe6\x82\x8d\xe6\x82\x8e\xe6\x82\x8f\xe6\x82\x90\xe6\x82\x91\xe6\x82\x92\xe6\x82\x93\xe6\x82\x94\xe6\x82\x95\xe6\x82\x96\xe6\x82\x97\xe6\x82\x98\xe6\x82\x99\xe6\x82\x9a\xe6\x82\x9b\xe6\x82\x9c\xe6\x82\x9d\xe6\x82\x9e\xe6\x82\x9f\xe6\x82\xa0\xe6\x82\xa1\xe6\x82\xa2\xe6\x82\xa3\xe6\x82\xa4\xe6\x82\xa5\xe6\x82\xa6\xe6\x82\xa7\xe6\x82\xa8\xe6\x82\xa9\xe6\x82\xaa\xe6\x82\xab\xe6\x82\xac\xe6\x82\xad\xe6\x82\xae\xe6\x82\xaf\xe6\x82\xb0\xe6\x82\xb1\xe6\x82\xb2\xe6\x82\xb3\xe6\x82\xb4\xe6\x82\xb5\xe6\x82\xb6\xe6\x82\xb7\xe6\x82\xb8\xe6\x82\xb9\xe6\x82\xba\xe6\x82\xbb\xe6\x82\xbc\xe6\x82\xbd\xe6\x82\xbe\xe6\x82\xbf\xe6\x83\x80\xe6\x83\x81\xe6\x83\x82\xe6\x83\x83\xe6\x83\x84\xe6\x83\x85\xe6\x83\x86\xe6\x83\x87\xe6\x83\x88\xe6\x83\x89\xe6\x83\x8a\xe6\x83\x8b\xe6\x83\x8c\xe6\x83\x8d\xe6\x83\x8e\xe6\x83\x8f\xe6\x83\x90\xe6\x83\x91\xe6\x83\x92\xe6\x83\x93\xe6\x83\x94\xe6\x83\x95\xe6\x83\x96\xe6\x83\x97\xe6\x83\x98\xe6\x83\x99\xe6\x83\x9a\xe6\x83\x9b\xe6\x83\x9c\xe6\x83\x9d\xe6\x83\x9e\xe6\x83\x9f\xe6\x83\xa0\xe6\x83\xa1\xe6\x83\xa2\xe6\x83\xa3\xe6\x83\xa4\xe6\x83\xa5\xe6\x83\xa6\xe6\x83\xa7\xe6\x83\xa8\xe6\x83\xa9\xe6\x83\xaa\xe6\x83\xab\xe6\x83\xac\xe6\x83\xad\xe6\x83\xae\xe6\x83\xaf\xe6\x83\xb0\xe6\x83\xb1\xe6\x83\xb2\xe6\x83\xb3\xe6\x83\xb4\xe6\x83\xb5\xe6\x83\xb6\xe6\x83\xb7\xe6\x83\xb8\xe6\x83\xb9\xe6\x83\xba\xe6\x83\xbb\xe6\x83\xbc\xe6\x83\xbd\xe6\x83\xbe\xe6\x83\xbf\xe6\x84\x80\xe6\x84\x81\xe6\x84\x82\xe6\x84\x83\xe6\x84\x84\xe6\x84\x85\xe6\x84\x86\xe6\x84\x87\xe6\x84\x88\xe6\x84\x89\xe6\x84\x8a\xe6\x84\x8b\xe6\x84\x8c\xe6\x84\x8d\xe6\x84\x8e\xe6\x84\x8f\xe6\x84\x90\xe6\x84\x91\xe6\x84\x92\xe6\x84\x93\xe6\x84\x94\xe6\x84\x95\xe6\x84\x96\xe6\x84\x97\xe6\x84\x98\xe6\x84\x99\xe6\x84\x9a\xe6\x84\x9b\xe6\x84\x9c\xe6\x84\x9d\xe6\x84\x9e\xe6\x84\x9f\xe6\x84\xa0\xe6\x84\xa1\xe6\x84\xa2\xe6\x84\xa3\xe6\x84\xa4\xe6\x84\xa5\xe6\x84\xa6\xe6\x84\xa7\xe6\x84\xa8\xe6\x84\xa9\xe6\x84\xaa\xe6\x84\xab\xe6\x84\xac\xe6\x84\xad\xe6\x84\xae\xe6\x84\xaf\xe6\x84\xb0\xe6\x84\xb1\xe6\x84\xb2\xe6\x84\xb3\xe6\x84\xb4\xe6\x84\xb5\xe6\x84\xb6\xe6\x84\xb7\xe6\x84\xb8\xe6\x84\xb9\xe6\x84\xba\xe6\x84\xbb\xe6\x84\xbc\xe6\x84\xbd\xe6\x84\xbe\xe6\x84\xbf\xe6\x85\x80\xe6\x85\x81\xe6\x85\x82\xe6\x85\x83\xe6\x85\x84\xe6\x85\x85\xe6\x85\x86\xe6\x85\x87\xe6\x85\x88\xe6\x85\x89\xe6\x85\x8a\xe6\x85\x8b\xe6\x85\x8c\xe6\x85\x8d\xe6\x85\x8e\xe6\x85\x8f\xe6\x85\x90\xe6\x85\x91\xe6\x85\x92\xe6\x85\x93\xe6\x85\x94\xe6\x85\x95\xe6\x85\x96\xe6\x85\x97\xe6\x85\x98\xe6\x85\x99\xe6\x85\x9a\xe6\x85\x9b\xe6\x85\x9c\xe6\x85\x9d\xe6\x85\x9e\xe6\x85\x9f\xe6\x85\xa0\xe6\x85\xa1\xe6\x85\xa2\xe6\x85\xa3\xe6\x85\xa4\xe6\x85\xa5\xe6\x85\xa6\xe6\x85\xa7\xe6\x85\xa8\xe6\x85\xa9\xe6\x85\xaa\xe6\x85\xab\xe6\x85\xac\xe6\x85\xad\xe6\x85\xae\xe6\x85\xaf\xe6\x85\xb0\xe6\x85\xb1\xe6\x85\xb2\xe6\x85\xb3\xe6\x85\xb4\xe6\x85\xb5\xe6\x85\xb6\xe6\x85\xb7\xe6\x85\xb8\xe6\x85\xb9\xe6\x85\xba\xe6\x85\xbb\xe6\x85\xbc\xe6\x85\xbd\xe6\x85\xbe\xe6\x85\xbf\xe6\x86\x80\xe6\x86\x81\xe6\x86\x82\xe6\x86\x83\xe6\x86\x84\xe6\x86\x85\xe6\x86\x86\xe6\x86\x87\xe6\x86\x88\xe6\x86\x89\xe6\x86\x8a\xe6\x86\x8b\xe6\x86\x8c\xe6\x86\x8d\xe6\x86\x8e\xe6\x86\x8f\xe6\x86\x90\xe6\x86\x91\xe6\x86\x92\xe6\x86\x93\xe6\x86\x94\xe6\x86\x95\xe6\x86\x96\xe6\x86\x97\xe6\x86\x98\xe6\x86\x99\xe6\x86\x9a\xe6\x86\x9b\xe6\x86\x9c\xe6\x86\x9d\xe6\x86\x9e\xe6\x86\x9f\xe6\x86\xa0\xe6\x86\xa1\xe6\x86\xa2\xe6\x86\xa3\xe6\x86\xa4\xe6\x86\xa5\xe6\x86\xa6\xe6\x86\xa7\xe6\x86\xa8\xe6\x86\xa9\xe6\x86\xaa\xe6\x86\xab\xe6\x86\xac\xe6\x86\xad\xe6\x86\xae\xe6\x86\xaf\xe6\x86\xb0\xe6\x86\xb1\xe6\x86\xb2\xe6\x86\xb3\xe6\x86\xb4\xe6\x86\xb5\xe6\x86\xb6\xe6\x86\xb7\xe6\x86\xb8\xe6\x86\xb9\xe6\x86\xba\xe6\x86\xbb\xe6\x86\xbc\xe6\x86\xbd\xe6\x86\xbe\xe6\x86\xbf\xe6\x87\x80\xe6\x87\x81\xe6\x87\x82\xe6\x87\x83\xe6\x87\x84\xe6\x87\x85\xe6\x87\x86\xe6\x87\x87\xe6\x87\x88\xe6\x87\x89\xe6\x87\x8a\xe6\x87\x8b\xe6\x87\x8c\xe6\x87\x8d\xe6\x87\x8e\xe6\x87\x8f\xe6\x87\x90\xe6\x87\x91\xe6\x87\x92\xe6\x87\x93\xe6\x87\x94\xe6\x87\x95\xe6\x87\x96\xe6\x87\x97\xe6\x87\x98\xe6\x87\x99\xe6\x87\x9a\xe6\x87\x9b\xe6\x87\x9c\xe6\x87\x9d\xe6\x87\x9e\xe6\x87\x9f\xe6\x87\xa0\xe6\x87\xa1\xe6\x87\xa2\xe6\x87\xa3\xe6\x87\xa4\xe6\x87\xa5\xe6\x87\xa6\xe6\x87\xa7\xe6\x87\xa8\xe6\x87\xa9\xe6\x87\xaa\xe6\x87\xab\xe6\x87\xac\xe6\x87\xad\xe6\x87\xae\xe6\x87\xaf\xe6\x87\xb0\xe6\x87\xb1\xe6\x87\xb2\xe6\x87\xb3\xe6\x87\xb4\xe6\x87\xb5\xe6\x87\xb6\xe6\x87\xb7\xe6\x87\xb8\xe6\x87\xb9\xe6\x87\xba\xe6\x87\xbb\xe6\x87\xbc\xe6\x87\xbd\xe6\x87\xbe\xe6\x87\xbf\xe6\x88\x80\xe6\x88\x81\xe6\x88\x82\xe6\x88\x83\xe6\x88\x84\xe6\x88\x85\xe6\x88\x86\xe6\x88\x87\xe6\x88\x88\xe6\x88\x89\xe6\x88\x8a\xe6\x88\x8b\xe6\x88\x8c\xe6\x88\x8d\xe6\x88\x8e\xe6\x88\x8f\xe6\x88\x90\xe6\x88\x91\xe6\x88\x92\xe6\x88\x93\xe6\x88\x94\xe6\x88\x95\xe6\x88\x96\xe6\x88\x97\xe6\x88\x98\xe6\x88\x99\xe6\x88\x9a\xe6\x88\x9b\xe6\x88\x9c\xe6\x88\x9d\xe6\x88\x9e\xe6\x88\x9f\xe6\x88\xa0\xe6\x88\xa1\xe6\x88\xa2\xe6\x88\xa3\xe6\x88\xa4\xe6\x88\xa5\xe6\x88\xa6\xe6\x88\xa7\xe6\x88\xa8\xe6\x88\xa9\xe6\x88\xaa\xe6\x88\xab\xe6\x88\xac\xe6\x88\xad\xe6\x88\xae\xe6\x88\xaf\xe6\x88\xb0\xe6\x88\xb1\xe6\x88\xb2\xe6\x88\xb3\xe6\x88\xb4\xe6\x88\xb5\xe6\x88\xb6\xe6\x88\xb7\xe6\x88\xb8\xe6\x88\xb9\xe6\x88\xba\xe6\x88\xbb\xe6\x88\xbc\xe6\x88\xbd\xe6\x88\xbe\xe6\x88\xbf\xe6\x89\x80\xe6\x89\x81\xe6\x89\x82\xe6\x89\x83\xe6\x89\x84\xe6\x89\x85\xe6\x89\x86\xe6\x89\x87\xe6\x89\x88\xe6\x89\x89\xe6\x89\x8a\xe6\x89\x8b\xe6\x89\x8c\xe6\x89\x8d\xe6\x89\x8e\xe6\x89\x8f\xe6\x89\x90\xe6\x89\x91\xe6\x89\x92\xe6\x89\x93\xe6\x89\x94\xe6\x89\x95\xe6\x89\x96\xe6\x89\x97\xe6\x89\x98\xe6\x89\x99\xe6\x89\x9a\xe6\x89\x9b\xe6\x89\x9c\xe6\x89\x9d\xe6\x89\x9e\xe6\x89\x9f\xe6\x89\xa0\xe6\x89\xa1\xe6\x89\xa2\xe6\x89\xa3\xe6\x89\xa4\xe6\x89\xa5\xe6\x89\xa6\xe6\x89\xa7\xe6\x89\xa8\xe6\x89\xa9\xe6\x89\xaa\xe6\x89\xab\xe6\x89\xac\xe6\x89\xad\xe6\x89\xae\xe6\x89\xaf\xe6\x89\xb0\xe6\x89\xb1\xe6\x89\xb2\xe6\x89\xb3\xe6\x89\xb4\xe6\x89\xb5\xe6\x89\xb6\xe6\x89\xb7\xe6\x89\xb8\xe6\x89\xb9\xe6\x89\xba\xe6\x89\xbb\xe6\x89\xbc\xe6\x89\xbd\xe6\x89\xbe\xe6\x89\xbf\xe6\x8a\x80\xe6\x8a\x81\xe6\x8a\x82\xe6\x8a\x83\xe6\x8a\x84\xe6\x8a\x85\xe6\x8a\x86\xe6\x8a\x87\xe6\x8a\x88\xe6\x8a\x89\xe6\x8a\x8a\xe6\x8a\x8b\xe6\x8a\x8c\xe6\x8a\x8d\xe6\x8a\x8e\xe6\x8a\x8f\xe6\x8a\x90\xe6\x8a\x91\xe6\x8a\x92\xe6\x8a\x93\xe6\x8a\x94\xe6\x8a\x95\xe6\x8a\x96\xe6\x8a\x97\xe6\x8a\x98\xe6\x8a\x99\xe6\x8a\x9a\xe6\x8a\x9b\xe6\x8a\x9c\xe6\x8a\x9d\xe6\x8a\x9e\xe6\x8a\x9f\xe6\x8a\xa0\xe6\x8a\xa1\xe6\x8a\xa2\xe6\x8a\xa3\xe6\x8a\xa4\xe6\x8a\xa5\xe6\x8a\xa6\xe6\x8a\xa7\xe6\x8a\xa8\xe6\x8a\xa9\xe6\x8a\xaa\xe6\x8a\xab\xe6\x8a\xac\xe6\x8a\xad\xe6\x8a\xae\xe6\x8a\xaf\xe6\x8a\xb0\xe6\x8a\xb1\xe6\x8a\xb2\xe6\x8a\xb3\xe6\x8a\xb4\xe6\x8a\xb5\xe6\x8a\xb6\xe6\x8a\xb7\xe6\x8a\xb8\xe6\x8a\xb9\xe6\x8a\xba\xe6\x8a\xbb\xe6\x8a\xbc\xe6\x8a\xbd\xe6\x8a\xbe\xe6\x8a\xbf\xe6\x8b\x80\xe6\x8b\x81\xe6\x8b\x82\xe6\x8b\x83\xe6\x8b\x84\xe6\x8b\x85\xe6\x8b\x86\xe6\x8b\x87\xe6\x8b\x88\xe6\x8b\x89\xe6\x8b\x8a\xe6\x8b\x8b\xe6\x8b\x8c\xe6\x8b\x8d\xe6\x8b\x8e\xe6\x8b\x8f\xe6\x8b\x90\xe6\x8b\x91\xe6\x8b\x92\xe6\x8b\x93\xe6\x8b\x94\xe6\x8b\x95\xe6\x8b\x96\xe6\x8b\x97\xe6\x8b\x98\xe6\x8b\x99\xe6\x8b\x9a\xe6\x8b\x9b\xe6\x8b\x9c\xe6\x8b\x9d\xe6\x8b\x9e\xe6\x8b\x9f\xe6\x8b\xa0\xe6\x8b\xa1\xe6\x8b\xa2\xe6\x8b\xa3\xe6\x8b\xa4\xe6\x8b\xa5\xe6\x8b\xa6\xe6\x8b\xa7\xe6\x8b\xa8\xe6\x8b\xa9\xe6\x8b\xaa\xe6\x8b\xab\xe6\x8b\xac\xe6\x8b\xad\xe6\x8b\xae\xe6\x8b\xaf\xe6\x8b\xb0\xe6\x8b\xb1\xe6\x8b\xb2\xe6\x8b\xb3\xe6\x8b\xb4\xe6\x8b\xb5\xe6\x8b\xb6\xe6\x8b\xb7\xe6\x8b\xb8\xe6\x8b\xb9\xe6\x8b\xba\xe6\x8b\xbb\xe6\x8b\xbc\xe6\x8b\xbd\xe6\x8b\xbe\xe6\x8b\xbf\xe6\x8c\x80\xe6\x8c\x81\xe6\x8c\x82\xe6\x8c\x83\xe6\x8c\x84\xe6\x8c\x85\xe6\x8c\x86\xe6\x8c\x87\xe6\x8c\x88\xe6\x8c\x89\xe6\x8c\x8a\xe6\x8c\x8b\xe6\x8c\x8c\xe6\x8c\x8d\xe6\x8c\x8e\xe6\x8c\x8f\xe6\x8c\x90\xe6\x8c\x91\xe6\x8c\x92\xe6\x8c\x93\xe6\x8c\x94\xe6\x8c\x95\xe6\x8c\x96\xe6\x8c\x97\xe6\x8c\x98\xe6\x8c\x99\xe6\x8c\x9a\xe6\x8c\x9b\xe6\x8c\x9c\xe6\x8c\x9d\xe6\x8c\x9e\xe6\x8c\x9f\xe6\x8c\xa0\xe6\x8c\xa1\xe6\x8c\xa2\xe6\x8c\xa3\xe6\x8c\xa4\xe6\x8c\xa5\xe6\x8c\xa6\xe6\x8c\xa7\xe6\x8c\xa8\xe6\x8c\xa9\xe6\x8c\xaa\xe6\x8c\xab\xe6\x8c\xac\xe6\x8c\xad\xe6\x8c\xae\xe6\x8c\xaf\xe6\x8c\xb0\xe6\x8c\xb1\xe6\x8c\xb2\xe6\x8c\xb3\xe6\x8c\xb4\xe6\x8c\xb5\xe6\x8c\xb6\xe6\x8c\xb7\xe6\x8c\xb8\xe6\x8c\xb9\xe6\x8c\xba\xe6\x8c\xbb\xe6\x8c\xbc\xe6\x8c\xbd\xe6\x8c\xbe\xe6\x8c\xbf\xe6\x8d\x80\xe6\x8d\x81\xe6\x8d\x82\xe6\x8d\x83\xe6\x8d\x84\xe6\x8d\x85\xe6\x8d\x86\xe6\x8d\x87\xe6\x8d\x88\xe6\x8d\x89\xe6\x8d\x8a\xe6\x8d\x8b\xe6\x8d\x8c\xe6\x8d\x8d\xe6\x8d\x8e\xe6\x8d\x8f\xe6\x8d\x90\xe6\x8d\x91\xe6\x8d\x92\xe6\x8d\x93\xe6\x8d\x94\xe6\x8d\x95\xe6\x8d\x96\xe6\x8d\x97\xe6\x8d\x98\xe6\x8d\x99\xe6\x8d\x9a\xe6\x8d\x9b\xe6\x8d\x9c\xe6\x8d\x9d\xe6\x8d\x9e\xe6\x8d\x9f\xe6\x8d\xa0\xe6\x8d\xa1\xe6\x8d\xa2\xe6\x8d\xa3\xe6\x8d\xa4\xe6\x8d\xa5\xe6\x8d\xa6\xe6\x8d\xa7\xe6\x8d\xa8\xe6\x8d\xa9\xe6\x8d\xaa\xe6\x8d\xab\xe6\x8d\xac\xe6\x8d\xad\xe6\x8d\xae\xe6\x8d\xaf\xe6\x8d\xb0\xe6\x8d\xb1\xe6\x8d\xb2\xe6\x8d\xb3\xe6\x8d\xb4\xe6\x8d\xb5\xe6\x8d\xb6\xe6\x8d\xb7\xe6\x8d\xb8\xe6\x8d\xb9\xe6\x8d\xba\xe6\x8d\xbb\xe6\x8d\xbc\xe6\x8d\xbd\xe6\x8d\xbe\xe6\x8d\xbf\xe6\x8e\x80\xe6\x8e\x81\xe6\x8e\x82\xe6\x8e\x83\xe6\x8e\x84\xe6\x8e\x85\xe6\x8e\x86\xe6\x8e\x87\xe6\x8e\x88\xe6\x8e\x89\xe6\x8e\x8a\xe6\x8e\x8b\xe6\x8e\x8c\xe6\x8e\x8d\xe6\x8e\x8e\xe6\x8e\x8f\xe6\x8e\x90\xe6\x8e\x91\xe6\x8e\x92\xe6\x8e\x93\xe6\x8e\x94\xe6\x8e\x95\xe6\x8e\x96\xe6\x8e\x97\xe6\x8e\x98\xe6\x8e\x99\xe6\x8e\x9a\xe6\x8e\x9b\xe6\x8e\x9c\xe6\x8e\x9d\xe6\x8e\x9e\xe6\x8e\x9f\xe6\x8e\xa0\xe6\x8e\xa1\xe6\x8e\xa2\xe6\x8e\xa3\xe6\x8e\xa4\xe6\x8e\xa5\xe6\x8e\xa6\xe6\x8e\xa7\xe6\x8e\xa8\xe6\x8e\xa9\xe6\x8e\xaa\xe6\x8e\xab\xe6\x8e\xac\xe6\x8e\xad\xe6\x8e\xae\xe6\x8e\xaf\xe6\x8e\xb0\xe6\x8e\xb1\xe6\x8e\xb2\xe6\x8e\xb3\xe6\x8e\xb4\xe6\x8e\xb5\xe6\x8e\xb6\xe6\x8e\xb7\xe6\x8e\xb8\xe6\x8e\xb9\xe6\x8e\xba\xe6\x8e\xbb\xe6\x8e\xbc\xe6\x8e\xbd\xe6\x8e\xbe\xe6\x8e\xbf\xe6\x8f\x80\xe6\x8f\x81\xe6\x8f\x82\xe6\x8f\x83\xe6\x8f\x84\xe6\x8f\x85\xe6\x8f\x86\xe6\x8f\x87\xe6\x8f\x88\xe6\x8f\x89\xe6\x8f\x8a\xe6\x8f\x8b\xe6\x8f\x8c\xe6\x8f\x8d\xe6\x8f\x8e\xe6\x8f\x8f\xe6\x8f\x90\xe6\x8f\x91\xe6\x8f\x92\xe6\x8f\x93\xe6\x8f\x94\xe6\x8f\x95\xe6\x8f\x96\xe6\x8f\x97\xe6\x8f\x98\xe6\x8f\x99\xe6\x8f\x9a\xe6\x8f\x9b\xe6\x8f\x9c\xe6\x8f\x9d\xe6\x8f\x9e\xe6\x8f\x9f\xe6\x8f\xa0\xe6\x8f\xa1\xe6\x8f\xa2\xe6\x8f\xa3\xe6\x8f\xa4\xe6\x8f\xa5\xe6\x8f\xa6\xe6\x8f\xa7\xe6\x8f\xa8\xe6\x8f\xa9\xe6\x8f\xaa\xe6\x8f\xab\xe6\x8f\xac\xe6\x8f\xad\xe6\x8f\xae\xe6\x8f\xaf\xe6\x8f\xb0\xe6\x8f\xb1\xe6\x8f\xb2\xe6\x8f\xb3\xe6\x8f\xb4\xe6\x8f\xb5\xe6\x8f\xb6\xe6\x8f\xb7\xe6\x8f\xb8\xe6\x8f\xb9\xe6\x8f\xba\xe6\x8f\xbb\xe6\x8f\xbc\xe6\x8f\xbd\xe6\x8f\xbe\xe6\x8f\xbf\xe6\x90\x80\xe6\x90\x81\xe6\x90\x82\xe6\x90\x83\xe6\x90\x84\xe6\x90\x85\xe6\x90\x86\xe6\x90\x87\xe6\x90\x88\xe6\x90\x89\xe6\x90\x8a\xe6\x90\x8b\xe6\x90\x8c\xe6\x90\x8d\xe6\x90\x8e\xe6\x90\x8f\xe6\x90\x90\xe6\x90\x91\xe6\x90\x92\xe6\x90\x93\xe6\x90\x94\xe6\x90\x95\xe6\x90\x96\xe6\x90\x97\xe6\x90\x98\xe6\x90\x99\xe6\x90\x9a\xe6\x90\x9b\xe6\x90\x9c\xe6\x90\x9d\xe6\x90\x9e\xe6\x90\x9f\xe6\x90\xa0\xe6\x90\xa1\xe6\x90\xa2\xe6\x90\xa3\xe6\x90\xa4\xe6\x90\xa5\xe6\x90\xa6\xe6\x90\xa7\xe6\x90\xa8\xe6\x90\xa9\xe6\x90\xaa\xe6\x90\xab\xe6\x90\xac\xe6\x90\xad\xe6\x90\xae\xe6\x90\xaf\xe6\x90\xb0\xe6\x90\xb1\xe6\x90\xb2\xe6\x90\xb3\xe6\x90\xb4\xe6\x90\xb5\xe6\x90\xb6\xe6\x90\xb7\xe6\x90\xb8\xe6\x90\xb9\xe6\x90\xba\xe6\x90\xbb\xe6\x90\xbc\xe6\x90\xbd\xe6\x90\xbe\xe6\x90\xbf\xe6\x91\x80\xe6\x91\x81\xe6\x91\x82\xe6\x91\x83\xe6\x91\x84\xe6\x91\x85\xe6\x91\x86\xe6\x91\x87\xe6\x91\x88\xe6\x91\x89\xe6\x91\x8a\xe6\x91\x8b\xe6\x91\x8c\xe6\x91\x8d\xe6\x91\x8e\xe6\x91\x8f\xe6\x91\x90\xe6\x91\x91\xe6\x91\x92\xe6\x91\x93\xe6\x91\x94\xe6\x91\x95\xe6\x91\x96\xe6\x91\x97\xe6\x91\x98\xe6\x91\x99\xe6\x91\x9a\xe6\x91\x9b\xe6\x91\x9c\xe6\x91\x9d\xe6\x91\x9e\xe6\x91\x9f\xe6\x91\xa0\xe6\x91\xa1\xe6\x91\xa2\xe6\x91\xa3\xe6\x91\xa4\xe6\x91\xa5\xe6\x91\xa6\xe6\x91\xa7\xe6\x91\xa8\xe6\x91\xa9\xe6\x91\xaa\xe6\x91\xab\xe6\x91\xac\xe6\x91\xad\xe6\x91\xae\xe6\x91\xaf\xe6\x91\xb0\xe6\x91\xb1\xe6\x91\xb2\xe6\x91\xb3\xe6\x91\xb4\xe6\x91\xb5\xe6\x91\xb6\xe6\x91\xb7\xe6\x91\xb8\xe6\x91\xb9\xe6\x91\xba\xe6\x91\xbb\xe6\x91\xbc\xe6\x91\xbd\xe6\x91\xbe\xe6\x91\xbf\xe6\x92\x80\xe6\x92\x81\xe6\x92\x82\xe6\x92\x83\xe6\x92\x84\xe6\x92\x85\xe6\x92\x86\xe6\x92\x87\xe6\x92\x88\xe6\x92\x89\xe6\x92\x8a\xe6\x92\x8b\xe6\x92\x8c\xe6\x92\x8d\xe6\x92\x8e\xe6\x92\x8f\xe6\x92\x90\xe6\x92\x91\xe6\x92\x92\xe6\x92\x93\xe6\x92\x94\xe6\x92\x95\xe6\x92\x96\xe6\x92\x97\xe6\x92\x98\xe6\x92\x99\xe6\x92\x9a\xe6\x92\x9b\xe6\x92\x9c\xe6\x92\x9d\xe6\x92\x9e\xe6\x92\x9f\xe6\x92\xa0\xe6\x92\xa1\xe6\x92\xa2\xe6\x92\xa3\xe6\x92\xa4\xe6\x92\xa5\xe6\x92\xa6\xe6\x92\xa7\xe6\x92\xa8\xe6\x92\xa9\xe6\x92\xaa\xe6\x92\xab\xe6\x92\xac\xe6\x92\xad\xe6\x92\xae\xe6\x92\xaf\xe6\x92\xb0\xe6\x92\xb1\xe6\x92\xb2\xe6\x92\xb3\xe6\x92\xb4\xe6\x92\xb5\xe6\x92\xb6\xe6\x92\xb7\xe6\x92\xb8\xe6\x92\xb9\xe6\x92\xba\xe6\x92\xbb\xe6\x92\xbc\xe6\x92\xbd\xe6\x92\xbe\xe6\x92\xbf\xe6\x93\x80\xe6\x93\x81\xe6\x93\x82\xe6\x93\x83\xe6\x93\x84\xe6\x93\x85\xe6\x93\x86\xe6\x93\x87\xe6\x93\x88\xe6\x93\x89\xe6\x93\x8a\xe6\x93\x8b\xe6\x93\x8c\xe6\x93\x8d\xe6\x93\x8e\xe6\x93\x8f\xe6\x93\x90\xe6\x93\x91\xe6\x93\x92\xe6\x93\x93\xe6\x93\x94\xe6\x93\x95\xe6\x93\x96\xe6\x93\x97\xe6\x93\x98\xe6\x93\x99\xe6\x93\x9a\xe6\x93\x9b\xe6\x93\x9c\xe6\x93\x9d\xe6\x93\x9e\xe6\x93\x9f\xe6\x93\xa0\xe6\x93\xa1\xe6\x93\xa2\xe6\x93\xa3\xe6\x93\xa4\xe6\x93\xa5\xe6\x93\xa6\xe6\x93\xa7\xe6\x93\xa8\xe6\x93\xa9\xe6\x93\xaa\xe6\x93\xab\xe6\x93\xac\xe6\x93\xad\xe6\x93\xae\xe6\x93\xaf\xe6\x93\xb0\xe6\x93\xb1\xe6\x93\xb2\xe6\x93\xb3\xe6\x93\xb4\xe6\x93\xb5\xe6\x93\xb6\xe6\x93\xb7\xe6\x93\xb8\xe6\x93\xb9\xe6\x93\xba\xe6\x93\xbb\xe6\x93\xbc\xe6\x93\xbd\xe6\x93\xbe\xe6\x93\xbf\xe6\x94\x80\xe6\x94\x81\xe6\x94\x82\xe6\x94\x83\xe6\x94\x84\xe6\x94\x85\xe6\x94\x86\xe6\x94\x87\xe6\x94\x88\xe6\x94\x89\xe6\x94\x8a\xe6\x94\x8b\xe6\x94\x8c\xe6\x94\x8d\xe6\x94\x8e\xe6\x94\x8f\xe6\x94\x90\xe6\x94\x91\xe6\x94\x92\xe6\x94\x93\xe6\x94\x94\xe6\x94\x95\xe6\x94\x96\xe6\x94\x97\xe6\x94\x98\xe6\x94\x99\xe6\x94\x9a\xe6\x94\x9b\xe6\x94\x9c\xe6\x94\x9d\xe6\x94\x9e\xe6\x94\x9f\xe6\x94\xa0\xe6\x94\xa1\xe6\x94\xa2\xe6\x94\xa3\xe6\x94\xa4\xe6\x94\xa5\xe6\x94\xa6\xe6\x94\xa7\xe6\x94\xa8\xe6\x94\xa9\xe6\x94\xaa\xe6\x94\xab\xe6\x94\xac\xe6\x94\xad\xe6\x94\xae\xe6\x94\xaf\xe6\x94\xb0\xe6\x94\xb1\xe6\x94\xb2\xe6\x94\xb3\xe6\x94\xb4\xe6\x94\xb5\xe6\x94\xb6\xe6\x94\xb7\xe6\x94\xb8\xe6\x94\xb9\xe6\x94\xba\xe6\x94\xbb\xe6\x94\xbc\xe6\x94\xbd\xe6\x94\xbe\xe6\x94\xbf\xe6\x95\x80\xe6\x95\x81\xe6\x95\x82\xe6\x95\x83\xe6\x95\x84\xe6\x95\x85\xe6\x95\x86\xe6\x95\x87\xe6\x95\x88\xe6\x95\x89\xe6\x95\x8a\xe6\x95\x8b\xe6\x95\x8c\xe6\x95\x8d\xe6\x95\x8e\xe6\x95\x8f\xe6\x95\x90\xe6\x95\x91\xe6\x95\x92\xe6\x95\x93\xe6\x95\x94\xe6\x95\x95\xe6\x95\x96\xe6\x95\x97\xe6\x95\x98\xe6\x95\x99\xe6\x95\x9a\xe6\x95\x9b\xe6\x95\x9c\xe6\x95\x9d\xe6\x95\x9e\xe6\x95\x9f\xe6\x95\xa0\xe6\x95\xa1\xe6\x95\xa2\xe6\x95\xa3\xe6\x95\xa4\xe6\x95\xa5\xe6\x95\xa6\xe6\x95\xa7\xe6\x95\xa8\xe6\x95\xa9\xe6\x95\xaa\xe6\x95\xab\xe6\x95\xac\xe6\x95\xad\xe6\x95\xae\xe6\x95\xaf\xe6\x95\xb0\xe6\x95\xb1\xe6\x95\xb2\xe6\x95\xb3\xe6\x95\xb4\xe6\x95\xb5\xe6\x95\xb6\xe6\x95\xb7\xe6\x95\xb8\xe6\x95\xb9\xe6\x95\xba\xe6\x95\xbb\xe6\x95\xbc\xe6\x95\xbd\xe6\x95\xbe\xe6\x95\xbf\xe6\x96\x80\xe6\x96\x81\xe6\x96\x82\xe6\x96\x83\xe6\x96\x84\xe6\x96\x85\xe6\x96\x86\xe6\x96\x87\xe6\x96\x88\xe6\x96\x89\xe6\x96\x8a\xe6\x96\x8b\xe6\x96\x8c\xe6\x96\x8d\xe6\x96\x8e\xe6\x96\x8f\xe6\x96\x90\xe6\x96\x91\xe6\x96\x92\xe6\x96\x93\xe6\x96\x94\xe6\x96\x95\xe6\x96\x96\xe6\x96\x97\xe6\x96\x98\xe6\x96\x99\xe6\x96\x9a\xe6\x96\x9b\xe6\x96\x9c\xe6\x96\x9d\xe6\x96\x9e\xe6\x96\x9f\xe6\x96\xa0\xe6\x96\xa1\xe6\x96\xa2\xe6\x96\xa3\xe6\x96\xa4\xe6\x96\xa5\xe6\x96\xa6\xe6\x96\xa7\xe6\x96\xa8\xe6\x96\xa9\xe6\x96\xaa\xe6\x96\xab\xe6\x96\xac\xe6\x96\xad\xe6\x96\xae\xe6\x96\xaf\xe6\x96\xb0\xe6\x96\xb1\xe6\x96\xb2\xe6\x96\xb3\xe6\x96\xb4\xe6\x96\xb5\xe6\x96\xb6\xe6\x96\xb7\xe6\x96\xb8\xe6\x96\xb9\xe6\x96\xba\xe6\x96\xbb\xe6\x96\xbc\xe6\x96\xbd\xe6\x96\xbe\xe6\x96\xbf\xe6\x97\x80\xe6\x97\x81\xe6\x97\x82\xe6\x97\x83\xe6\x97\x84\xe6\x97\x85\xe6\x97\x86\xe6\x97\x87\xe6\x97\x88\xe6\x97\x89\xe6\x97\x8a\xe6\x97\x8b\xe6\x97\x8c\xe6\x97\x8d\xe6\x97\x8e\xe6\x97\x8f\xe6\x97\x90\xe6\x97\x91\xe6\x97\x92\xe6\x97\x93\xe6\x97\x94\xe6\x97\x95\xe6\x97\x96\xe6\x97\x97\xe6\x97\x98\xe6\x97\x99\xe6\x97\x9a\xe6\x97\x9b\xe6\x97\x9c\xe6\x97\x9d\xe6\x97\x9e\xe6\x97\x9f\xe6\x97\xa0\xe6\x97\xa1\xe6\x97\xa2\xe6\x97\xa3\xe6\x97\xa4\xe6\x97\xa5\xe6\x97\xa6\xe6\x97\xa7\xe6\x97\xa8\xe6\x97\xa9\xe6\x97\xaa\xe6\x97\xab\xe6\x97\xac\xe6\x97\xad\xe6\x97\xae\xe6\x97\xaf\xe6\x97\xb0\xe6\x97\xb1\xe6\x97\xb2\xe6\x97\xb3\xe6\x97\xb4\xe6\x97\xb5\xe6\x97\xb6\xe6\x97\xb7\xe6\x97\xb8\xe6\x97\xb9\xe6\x97\xba\xe6\x97\xbb\xe6\x97\xbc\xe6\x97\xbd\xe6\x97\xbe\xe6\x97\xbf\xe6\x98\x80\xe6\x98\x81\xe6\x98\x82\xe6\x98\x83\xe6\x98\x84\xe6\x98\x85\xe6\x98\x86\xe6\x98\x87\xe6\x98\x88\xe6\x98\x89\xe6\x98\x8a\xe6\x98\x8b\xe6\x98\x8c\xe6\x98\x8d\xe6\x98\x8e\xe6\x98\x8f\xe6\x98\x90\xe6\x98\x91\xe6\x98\x92\xe6\x98\x93\xe6\x98\x94\xe6\x98\x95\xe6\x98\x96\xe6\x98\x97\xe6\x98\x98\xe6\x98\x99\xe6\x98\x9a\xe6\x98\x9b\xe6\x98\x9c\xe6\x98\x9d\xe6\x98\x9e\xe6\x98\x9f\xe6\x98\xa0\xe6\x98\xa1\xe6\x98\xa2\xe6\x98\xa3\xe6\x98\xa4\xe6\x98\xa5\xe6\x98\xa6\xe6\x98\xa7\xe6\x98\xa8\xe6\x98\xa9\xe6\x98\xaa\xe6\x98\xab\xe6\x98\xac\xe6\x98\xad\xe6\x98\xae\xe6\x98\xaf\xe6\x98\xb0\xe6\x98\xb1\xe6\x98\xb2\xe6\x98\xb3\xe6\x98\xb4\xe6\x98\xb5\xe6\x98\xb6\xe6\x98\xb7\xe6\x98\xb8\xe6\x98\xb9\xe6\x98\xba\xe6\x98\xbb\xe6\x98\xbc\xe6\x98\xbd\xe6\x98\xbe\xe6\x98\xbf\xe6\x99\x80\xe6\x99\x81\xe6\x99\x82\xe6\x99\x83\xe6\x99\x84\xe6\x99\x85\xe6\x99\x86\xe6\x99\x87\xe6\x99\x88\xe6\x99\x89\xe6\x99\x8a\xe6\x99\x8b\xe6\x99\x8c\xe6\x99\x8d\xe6\x99\x8e\xe6\x99\x8f\xe6\x99\x90\xe6\x99\x91\xe6\x99\x92\xe6\x99\x93\xe6\x99\x94\xe6\x99\x95\xe6\x99\x96\xe6\x99\x97\xe6\x99\x98\xe6\x99\x99\xe6\x99\x9a\xe6\x99\x9b\xe6\x99\x9c\xe6\x99\x9d\xe6\x99\x9e\xe6\x99\x9f\xe6\x99\xa0\xe6\x99\xa1\xe6\x99\xa2\xe6\x99\xa3\xe6\x99\xa4\xe6\x99\xa5\xe6\x99\xa6\xe6\x99\xa7\xe6\x99\xa8\xe6\x99\xa9\xe6\x99\xaa\xe6\x99\xab\xe6\x99\xac\xe6\x99\xad\xe6\x99\xae\xe6\x99\xaf\xe6\x99\xb0\xe6\x99\xb1\xe6\x99\xb2\xe6\x99\xb3\xe6\x99\xb4\xe6\x99\xb5\xe6\x99\xb6\xe6\x99\xb7\xe6\x99\xb8\xe6\x99\xb9\xe6\x99\xba\xe6\x99\xbb\xe6\x99\xbc\xe6\x99\xbd\xe6\x99\xbe\xe6\x99\xbf\xe6\x9a\x80\xe6\x9a\x81\xe6\x9a\x82\xe6\x9a\x83\xe6\x9a\x84\xe6\x9a\x85\xe6\x9a\x86\xe6\x9a\x87\xe6\x9a\x88\xe6\x9a\x89\xe6\x9a\x8a\xe6\x9a\x8b\xe6\x9a\x8c\xe6\x9a\x8d\xe6\x9a\x8e\xe6\x9a\x8f\xe6\x9a\x90\xe6\x9a\x91\xe6\x9a\x92\xe6\x9a\x93\xe6\x9a\x94\xe6\x9a\x95\xe6\x9a\x96\xe6\x9a\x97\xe6\x9a\x98\xe6\x9a\x99\xe6\x9a\x9a\xe6\x9a\x9b\xe6\x9a\x9c\xe6\x9a\x9d\xe6\x9a\x9e\xe6\x9a\x9f\xe6\x9a\xa0\xe6\x9a\xa1\xe6\x9a\xa2\xe6\x9a\xa3\xe6\x9a\xa4\xe6\x9a\xa5\xe6\x9a\xa6\xe6\x9a\xa7\xe6\x9a\xa8\xe6\x9a\xa9\xe6\x9a\xaa\xe6\x9a\xab\xe6\x9a\xac\xe6\x9a\xad\xe6\x9a\xae\xe6\x9a\xaf\xe6\x9a\xb0\xe6\x9a\xb1\xe6\x9a\xb2\xe6\x9a\xb3\xe6\x9a\xb4\xe6\x9a\xb5\xe6\x9a\xb6\xe6\x9a\xb7\xe6\x9a\xb8\xe6\x9a\xb9\xe6\x9a\xba\xe6\x9a\xbb\xe6\x9a\xbc\xe6\x9a\xbd\xe6\x9a\xbe\xe6\x9a\xbf\xe6\x9b\x80\xe6\x9b\x81\xe6\x9b\x82\xe6\x9b\x83\xe6\x9b\x84\xe6\x9b\x85\xe6\x9b\x86\xe6\x9b\x87\xe6\x9b\x88\xe6\x9b\x89\xe6\x9b\x8a\xe6\x9b\x8b\xe6\x9b\x8c\xe6\x9b\x8d\xe6\x9b\x8e\xe6\x9b\x8f\xe6\x9b\x90\xe6\x9b\x91\xe6\x9b\x92\xe6\x9b\x93\xe6\x9b\x94\xe6\x9b\x95\xe6\x9b\x96\xe6\x9b\x97\xe6\x9b\x98\xe6\x9b\x99\xe6\x9b\x9a\xe6\x9b\x9b\xe6\x9b\x9c\xe6\x9b\x9d\xe6\x9b\x9e\xe6\x9b\x9f\xe6\x9b\xa0\xe6\x9b\xa1\xe6\x9b\xa2\xe6\x9b\xa3\xe6\x9b\xa4\xe6\x9b\xa5\xe6\x9b\xa6\xe6\x9b\xa7\xe6\x9b\xa8\xe6\x9b\xa9\xe6\x9b\xaa\xe6\x9b\xab\xe6\x9b\xac\xe6\x9b\xad\xe6\x9b\xae\xe6\x9b\xaf\xe6\x9b\xb0\xe6\x9b\xb1\xe6\x9b\xb2\xe6\x9b\xb3\xe6\x9b\xb4\xe6\x9b\xb5\xe6\x9b\xb6\xe6\x9b\xb7\xe6\x9b\xb8\xe6\x9b\xb9\xe6\x9b\xba\xe6\x9b\xbb\xe6\x9b\xbc\xe6\x9b\xbd\xe6\x9b\xbe\xe6\x9b\xbf\xe6\x9c\x80\xe6\x9c\x81\xe6\x9c\x82\xe6\x9c\x83\xe6\x9c\x84\xe6\x9c\x85\xe6\x9c\x86\xe6\x9c\x87\xe6\x9c\x88\xe6\x9c\x89\xe6\x9c\x8a\xe6\x9c\x8b\xe6\x9c\x8c\xe6\x9c\x8d\xe6\x9c\x8e\xe6\x9c\x8f\xe6\x9c\x90\xe6\x9c\x91\xe6\x9c\x92\xe6\x9c\x93\xe6\x9c\x94\xe6\x9c\x95\xe6\x9c\x96\xe6\x9c\x97\xe6\x9c\x98\xe6\x9c\x99\xe6\x9c\x9a\xe6\x9c\x9b\xe6\x9c\x9c\xe6\x9c\x9d\xe6\x9c\x9e\xe6\x9c\x9f\xe6\x9c\xa0\xe6\x9c\xa1\xe6\x9c\xa2\xe6\x9c\xa3\xe6\x9c\xa4\xe6\x9c\xa5\xe6\x9c\xa6\xe6\x9c\xa7\xe6\x9c\xa8\xe6\x9c\xa9\xe6\x9c\xaa\xe6\x9c\xab\xe6\x9c\xac\xe6\x9c\xad\xe6\x9c\xae\xe6\x9c\xaf\xe6\x9c\xb0\xe6\x9c\xb1\xe6\x9c\xb2\xe6\x9c\xb3\xe6\x9c\xb4\xe6\x9c\xb5\xe6\x9c\xb6\xe6\x9c\xb7\xe6\x9c\xb8\xe6\x9c\xb9\xe6\x9c\xba\xe6\x9c\xbb\xe6\x9c\xbc\xe6\x9c\xbd\xe6\x9c\xbe\xe6\x9c\xbf\xe6\x9d\x80\xe6\x9d\x81\xe6\x9d\x82\xe6\x9d\x83\xe6\x9d\x84\xe6\x9d\x85\xe6\x9d\x86\xe6\x9d\x87\xe6\x9d\x88\xe6\x9d\x89\xe6\x9d\x8a\xe6\x9d\x8b\xe6\x9d\x8c\xe6\x9d\x8d\xe6\x9d\x8e\xe6\x9d\x8f\xe6\x9d\x90\xe6\x9d\x91\xe6\x9d\x92\xe6\x9d\x93\xe6\x9d\x94\xe6\x9d\x95\xe6\x9d\x96\xe6\x9d\x97\xe6\x9d\x98\xe6\x9d\x99\xe6\x9d\x9a\xe6\x9d\x9b\xe6\x9d\x9c\xe6\x9d\x9d\xe6\x9d\x9e\xe6\x9d\x9f\xe6\x9d\xa0\xe6\x9d\xa1\xe6\x9d\xa2\xe6\x9d\xa3\xe6\x9d\xa4\xe6\x9d\xa5\xe6\x9d\xa6\xe6\x9d\xa7\xe6\x9d\xa8\xe6\x9d\xa9\xe6\x9d\xaa\xe6\x9d\xab\xe6\x9d\xac\xe6\x9d\xad\xe6\x9d\xae\xe6\x9d\xaf\xe6\x9d\xb0\xe6\x9d\xb1\xe6\x9d\xb2\xe6\x9d\xb3\xe6\x9d\xb4\xe6\x9d\xb5\xe6\x9d\xb6\xe6\x9d\xb7\xe6\x9d\xb8\xe6\x9d\xb9\xe6\x9d\xba\xe6\x9d\xbb\xe6\x9d\xbc\xe6\x9d\xbd\xe6\x9d\xbe\xe6\x9d\xbf\xe6\x9e\x80\xe6\x9e\x81\xe6\x9e\x82\xe6\x9e\x83\xe6\x9e\x84\xe6\x9e\x85\xe6\x9e\x86\xe6\x9e\x87\xe6\x9e\x88\xe6\x9e\x89\xe6\x9e\x8a\xe6\x9e\x8b\xe6\x9e\x8c\xe6\x9e\x8d\xe6\x9e\x8e\xe6\x9e\x8f\xe6\x9e\x90\xe6\x9e\x91\xe6\x9e\x92\xe6\x9e\x93\xe6\x9e\x94\xe6\x9e\x95\xe6\x9e\x96\xe6\x9e\x97\xe6\x9e\x98\xe6\x9e\x99\xe6\x9e\x9a\xe6\x9e\x9b\xe6\x9e\x9c\xe6\x9e\x9d\xe6\x9e\x9e\xe6\x9e\x9f\xe6\x9e\xa0\xe6\x9e\xa1\xe6\x9e\xa2\xe6\x9e\xa3\xe6\x9e\xa4\xe6\x9e\xa5\xe6\x9e\xa6\xe6\x9e\xa7\xe6\x9e\xa8\xe6\x9e\xa9\xe6\x9e\xaa\xe6\x9e\xab\xe6\x9e\xac\xe6\x9e\xad\xe6\x9e\xae\xe6\x9e\xaf\xe6\x9e\xb0\xe6\x9e\xb1\xe6\x9e\xb2\xe6\x9e\xb3\xe6\x9e\xb4\xe6\x9e\xb5\xe6\x9e\xb6\xe6\x9e\xb7\xe6\x9e\xb8\xe6\x9e\xb9\xe6\x9e\xba\xe6\x9e\xbb\xe6\x9e\xbc\xe6\x9e\xbd\xe6\x9e\xbe\xe6\x9e\xbf\xe6\x9f\x80\xe6\x9f\x81\xe6\x9f\x82\xe6\x9f\x83\xe6\x9f\x84\xe6\x9f\x85\xe6\x9f\x86\xe6\x9f\x87\xe6\x9f\x88\xe6\x9f\x89\xe6\x9f\x8a\xe6\x9f\x8b\xe6\x9f\x8c\xe6\x9f\x8d\xe6\x9f\x8e\xe6\x9f\x8f\xe6\x9f\x90\xe6\x9f\x91\xe6\x9f\x92\xe6\x9f\x93\xe6\x9f\x94\xe6\x9f\x95\xe6\x9f\x96\xe6\x9f\x97\xe6\x9f\x98\xe6\x9f\x99\xe6\x9f\x9a\xe6\x9f\x9b\xe6\x9f\x9c\xe6\x9f\x9d\xe6\x9f\x9e\xe6\x9f\x9f\xe6\x9f\xa0\xe6\x9f\xa1\xe6\x9f\xa2\xe6\x9f\xa3\xe6\x9f\xa4\xe6\x9f\xa5\xe6\x9f\xa6\xe6\x9f\xa7\xe6\x9f\xa8\xe6\x9f\xa9\xe6\x9f\xaa\xe6\x9f\xab\xe6\x9f\xac\xe6\x9f\xad\xe6\x9f\xae\xe6\x9f\xaf\xe6\x9f\xb0\xe6\x9f\xb1\xe6\x9f\xb2\xe6\x9f\xb3\xe6\x9f\xb4\xe6\x9f\xb5\xe6\x9f\xb6\xe6\x9f\xb7\xe6\x9f\xb8\xe6\x9f\xb9\xe6\x9f\xba\xe6\x9f\xbb\xe6\x9f\xbc\xe6\x9f\xbd\xe6\x9f\xbe\xe6\x9f\xbf\xe6\xa0\x80\xe6\xa0\x81\xe6\xa0\x82\xe6\xa0\x83\xe6\xa0\x84\xe6\xa0\x85\xe6\xa0\x86\xe6\xa0\x87\xe6\xa0\x88\xe6\xa0\x89\xe6\xa0\x8a\xe6\xa0\x8b\xe6\xa0\x8c\xe6\xa0\x8d\xe6\xa0\x8e\xe6\xa0\x8f\xe6\xa0\x90\xe6\xa0\x91\xe6\xa0\x92\xe6\xa0\x93\xe6\xa0\x94\xe6\xa0\x95\xe6\xa0\x96\xe6\xa0\x97\xe6\xa0\x98\xe6\xa0\x99\xe6\xa0\x9a\xe6\xa0\x9b\xe6\xa0\x9c\xe6\xa0\x9d\xe6\xa0\x9e\xe6\xa0\x9f\xe6\xa0\xa0\xe6\xa0\xa1\xe6\xa0\xa2\xe6\xa0\xa3\xe6\xa0\xa4\xe6\xa0\xa5\xe6\xa0\xa6\xe6\xa0\xa7\xe6\xa0\xa8\xe6\xa0\xa9\xe6\xa0\xaa\xe6\xa0\xab\xe6\xa0\xac\xe6\xa0\xad\xe6\xa0\xae\xe6\xa0\xaf\xe6\xa0\xb0\xe6\xa0\xb1\xe6\xa0\xb2\xe6\xa0\xb3\xe6\xa0\xb4\xe6\xa0\xb5\xe6\xa0\xb6\xe6\xa0\xb7\xe6\xa0\xb8\xe6\xa0\xb9\xe6\xa0\xba\xe6\xa0\xbb\xe6\xa0\xbc\xe6\xa0\xbd\xe6\xa0\xbe\xe6\xa0\xbf\xe6\xa1\x80\xe6\xa1\x81\xe6\xa1\x82\xe6\xa1\x83\xe6\xa1\x84\xe6\xa1\x85\xe6\xa1\x86\xe6\xa1\x87\xe6\xa1\x88\xe6\xa1\x89\xe6\xa1\x8a\xe6\xa1\x8b\xe6\xa1\x8c\xe6\xa1\x8d\xe6\xa1\x8e\xe6\xa1\x8f\xe6\xa1\x90\xe6\xa1\x91\xe6\xa1\x92\xe6\xa1\x93\xe6\xa1\x94\xe6\xa1\x95\xe6\xa1\x96\xe6\xa1\x97\xe6\xa1\x98\xe6\xa1\x99\xe6\xa1\x9a\xe6\xa1\x9b\xe6\xa1\x9c\xe6\xa1\x9d\xe6\xa1\x9e\xe6\xa1\x9f\xe6\xa1\xa0\xe6\xa1\xa1\xe6\xa1\xa2\xe6\xa1\xa3\xe6\xa1\xa4\xe6\xa1\xa5\xe6\xa1\xa6\xe6\xa1\xa7\xe6\xa1\xa8\xe6\xa1\xa9\xe6\xa1\xaa\xe6\xa1\xab\xe6\xa1\xac\xe6\xa1\xad\xe6\xa1\xae\xe6\xa1\xaf\xe6\xa1\xb0\xe6\xa1\xb1\xe6\xa1\xb2\xe6\xa1\xb3\xe6\xa1\xb4\xe6\xa1\xb5\xe6\xa1\xb6\xe6\xa1\xb7\xe6\xa1\xb8\xe6\xa1\xb9\xe6\xa1\xba\xe6\xa1\xbb\xe6\xa1\xbc\xe6\xa1\xbd\xe6\xa1\xbe\xe6\xa1\xbf\xe6\xa2\x80\xe6\xa2\x81\xe6\xa2\x82\xe6\xa2\x83\xe6\xa2\x84\xe6\xa2\x85\xe6\xa2\x86\xe6\xa2\x87\xe6\xa2\x88\xe6\xa2\x89\xe6\xa2\x8a\xe6\xa2\x8b\xe6\xa2\x8c\xe6\xa2\x8d\xe6\xa2\x8e\xe6\xa2\x8f\xe6\xa2\x90\xe6\xa2\x91\xe6\xa2\x92\xe6\xa2\x93\xe6\xa2\x94\xe6\xa2\x95\xe6\xa2\x96\xe6\xa2\x97\xe6\xa2\x98\xe6\xa2\x99\xe6\xa2\x9a\xe6\xa2\x9b\xe6\xa2\x9c\xe6\xa2\x9d\xe6\xa2\x9e\xe6\xa2\x9f\xe6\xa2\xa0\xe6\xa2\xa1\xe6\xa2\xa2\xe6\xa2\xa3\xe6\xa2\xa4\xe6\xa2\xa5\xe6\xa2\xa6\xe6\xa2\xa7\xe6\xa2\xa8\xe6\xa2\xa9\xe6\xa2\xaa\xe6\xa2\xab\xe6\xa2\xac\xe6\xa2\xad\xe6\xa2\xae\xe6\xa2\xaf\xe6\xa2\xb0\xe6\xa2\xb1\xe6\xa2\xb2\xe6\xa2\xb3\xe6\xa2\xb4\xe6\xa2\xb5\xe6\xa2\xb6\xe6\xa2\xb7\xe6\xa2\xb8\xe6\xa2\xb9\xe6\xa2\xba\xe6\xa2\xbb\xe6\xa2\xbc\xe6\xa2\xbd\xe6\xa2\xbe\xe6\xa2\xbf\xe6\xa3\x80\xe6\xa3\x81\xe6\xa3\x82\xe6\xa3\x83\xe6\xa3\x84\xe6\xa3\x85\xe6\xa3\x86\xe6\xa3\x87\xe6\xa3\x88\xe6\xa3\x89\xe6\xa3\x8a\xe6\xa3\x8b\xe6\xa3\x8c\xe6\xa3\x8d\xe6\xa3\x8e\xe6\xa3\x8f\xe6\xa3\x90\xe6\xa3\x91\xe6\xa3\x92\xe6\xa3\x93\xe6\xa3\x94\xe6\xa3\x95\xe6\xa3\x96\xe6\xa3\x97\xe6\xa3\x98\xe6\xa3\x99\xe6\xa3\x9a\xe6\xa3\x9b\xe6\xa3\x9c\xe6\xa3\x9d\xe6\xa3\x9e\xe6\xa3\x9f\xe6\xa3\xa0\xe6\xa3\xa1\xe6\xa3\xa2\xe6\xa3\xa3\xe6\xa3\xa4\xe6\xa3\xa5\xe6\xa3\xa6\xe6\xa3\xa7\xe6\xa3\xa8\xe6\xa3\xa9\xe6\xa3\xaa\xe6\xa3\xab\xe6\xa3\xac\xe6\xa3\xad\xe6\xa3\xae\xe6\xa3\xaf\xe6\xa3\xb0\xe6\xa3\xb1\xe6\xa3\xb2\xe6\xa3\xb3\xe6\xa3\xb4\xe6\xa3\xb5\xe6\xa3\xb6\xe6\xa3\xb7\xe6\xa3\xb8\xe6\xa3\xb9\xe6\xa3\xba\xe6\xa3\xbb\xe6\xa3\xbc\xe6\xa3\xbd\xe6\xa3\xbe\xe6\xa3\xbf\xe6\xa4\x80\xe6\xa4\x81\xe6\xa4\x82\xe6\xa4\x83\xe6\xa4\x84\xe6\xa4\x85\xe6\xa4\x86\xe6\xa4\x87\xe6\xa4\x88\xe6\xa4\x89\xe6\xa4\x8a\xe6\xa4\x8b\xe6\xa4\x8c\xe6\xa4\x8d\xe6\xa4\x8e\xe6\xa4\x8f\xe6\xa4\x90\xe6\xa4\x91\xe6\xa4\x92\xe6\xa4\x93\xe6\xa4\x94\xe6\xa4\x95\xe6\xa4\x96\xe6\xa4\x97\xe6\xa4\x98\xe6\xa4\x99\xe6\xa4\x9a\xe6\xa4\x9b\xe6\xa4\x9c\xe6\xa4\x9d\xe6\xa4\x9e\xe6\xa4\x9f\xe6\xa4\xa0\xe6\xa4\xa1\xe6\xa4\xa2\xe6\xa4\xa3\xe6\xa4\xa4\xe6\xa4\xa5\xe6\xa4\xa6\xe6\xa4\xa7\xe6\xa4\xa8\xe6\xa4\xa9\xe6\xa4\xaa\xe6\xa4\xab\xe6\xa4\xac\xe6\xa4\xad\xe6\xa4\xae\xe6\xa4\xaf\xe6\xa4\xb0\xe6\xa4\xb1\xe6\xa4\xb2\xe6\xa4\xb3\xe6\xa4\xb4\xe6\xa4\xb5\xe6\xa4\xb6\xe6\xa4\xb7\xe6\xa4\xb8\xe6\xa4\xb9\xe6\xa4\xba\xe6\xa4\xbb\xe6\xa4\xbc\xe6\xa4\xbd\xe6\xa4\xbe\xe6\xa4\xbf\xe6\xa5\x80\xe6\xa5\x81\xe6\xa5\x82\xe6\xa5\x83\xe6\xa5\x84\xe6\xa5\x85\xe6\xa5\x86\xe6\xa5\x87\xe6\xa5\x88\xe6\xa5\x89\xe6\xa5\x8a\xe6\xa5\x8b\xe6\xa5\x8c\xe6\xa5\x8d\xe6\xa5\x8e\xe6\xa5\x8f\xe6\xa5\x90\xe6\xa5\x91\xe6\xa5\x92\xe6\xa5\x93\xe6\xa5\x94\xe6\xa5\x95\xe6\xa5\x96\xe6\xa5\x97\xe6\xa5\x98\xe6\xa5\x99\xe6\xa5\x9a\xe6\xa5\x9b\xe6\xa5\x9c\xe6\xa5\x9d\xe6\xa5\x9e\xe6\xa5\x9f\xe6\xa5\xa0\xe6\xa5\xa1\xe6\xa5\xa2\xe6\xa5\xa3\xe6\xa5\xa4\xe6\xa5\xa5\xe6\xa5\xa6\xe6\xa5\xa7\xe6\xa5\xa8\xe6\xa5\xa9\xe6\xa5\xaa\xe6\xa5\xab\xe6\xa5\xac\xe6\xa5\xad\xe6\xa5\xae\xe6\xa5\xaf\xe6\xa5\xb0\xe6\xa5\xb1\xe6\xa5\xb2\xe6\xa5\xb3\xe6\xa5\xb4\xe6\xa5\xb5\xe6\xa5\xb6\xe6\xa5\xb7\xe6\xa5\xb8\xe6\xa5\xb9\xe6\xa5\xba\xe6\xa5\xbb\xe6\xa5\xbc\xe6\xa5\xbd\xe6\xa5\xbe\xe6\xa5\xbf\xe6\xa6\x80\xe6\xa6\x81\xe6\xa6\x82\xe6\xa6\x83\xe6\xa6\x84\xe6\xa6\x85\xe6\xa6\x86\xe6\xa6\x87\xe6\xa6\x88\xe6\xa6\x89\xe6\xa6\x8a\xe6\xa6\x8b\xe6\xa6\x8c\xe6\xa6\x8d\xe6\xa6\x8e\xe6\xa6\x8f\xe6\xa6\x90\xe6\xa6\x91\xe6\xa6\x92\xe6\xa6\x93\xe6\xa6\x94\xe6\xa6\x95\xe6\xa6\x96\xe6\xa6\x97\xe6\xa6\x98\xe6\xa6\x99\xe6\xa6\x9a\xe6\xa6\x9b\xe6\xa6\x9c\xe6\xa6\x9d\xe6\xa6\x9e\xe6\xa6\x9f\xe6\xa6\xa0\xe6\xa6\xa1\xe6\xa6\xa2\xe6\xa6\xa3\xe6\xa6\xa4\xe6\xa6\xa5\xe6\xa6\xa6\xe6\xa6\xa7\xe6\xa6\xa8\xe6\xa6\xa9\xe6\xa6\xaa\xe6\xa6\xab\xe6\xa6\xac\xe6\xa6\xad\xe6\xa6\xae\xe6\xa6\xaf\xe6\xa6\xb0\xe6\xa6\xb1\xe6\xa6\xb2\xe6\xa6\xb3\xe6\xa6\xb4\xe6\xa6\xb5\xe6\xa6\xb6\xe6\xa6\xb7\xe6\xa6\xb8\xe6\xa6\xb9\xe6\xa6\xba\xe6\xa6\xbb\xe6\xa6\xbc\xe6\xa6\xbd\xe6\xa6\xbe\xe6\xa6\xbf\xe6\xa7\x80\xe6\xa7\x81\xe6\xa7\x82\xe6\xa7\x83\xe6\xa7\x84\xe6\xa7\x85\xe6\xa7\x86\xe6\xa7\x87\xe6\xa7\x88\xe6\xa7\x89\xe6\xa7\x8a\xe6\xa7\x8b\xe6\xa7\x8c\xe6\xa7\x8d\xe6\xa7\x8e\xe6\xa7\x8f\xe6\xa7\x90\xe6\xa7\x91\xe6\xa7\x92\xe6\xa7\x93\xe6\xa7\x94\xe6\xa7\x95\xe6\xa7\x96\xe6\xa7\x97\xe6\xa7\x98\xe6\xa7\x99\xe6\xa7\x9a\xe6\xa7\x9b\xe6\xa7\x9c\xe6\xa7\x9d\xe6\xa7\x9e\xe6\xa7\x9f\xe6\xa7\xa0\xe6\xa7\xa1\xe6\xa7\xa2\xe6\xa7\xa3\xe6\xa7\xa4\xe6\xa7\xa5\xe6\xa7\xa6\xe6\xa7\xa7\xe6\xa7\xa8\xe6\xa7\xa9\xe6\xa7\xaa\xe6\xa7\xab\xe6\xa7\xac\xe6\xa7\xad\xe6\xa7\xae\xe6\xa7\xaf\xe6\xa7\xb0\xe6\xa7\xb1\xe6\xa7\xb2\xe6\xa7\xb3\xe6\xa7\xb4\xe6\xa7\xb5\xe6\xa7\xb6\xe6\xa7\xb7\xe6\xa7\xb8\xe6\xa7\xb9\xe6\xa7\xba\xe6\xa7\xbb\xe6\xa7\xbc\xe6\xa7\xbd\xe6\xa7\xbe\xe6\xa7\xbf\xe6\xa8\x80\xe6\xa8\x81\xe6\xa8\x82\xe6\xa8\x83\xe6\xa8\x84\xe6\xa8\x85\xe6\xa8\x86\xe6\xa8\x87\xe6\xa8\x88\xe6\xa8\x89\xe6\xa8\x8a\xe6\xa8\x8b\xe6\xa8\x8c\xe6\xa8\x8d\xe6\xa8\x8e\xe6\xa8\x8f\xe6\xa8\x90\xe6\xa8\x91\xe6\xa8\x92\xe6\xa8\x93\xe6\xa8\x94\xe6\xa8\x95\xe6\xa8\x96\xe6\xa8\x97\xe6\xa8\x98\xe6\xa8\x99\xe6\xa8\x9a\xe6\xa8\x9b\xe6\xa8\x9c\xe6\xa8\x9d\xe6\xa8\x9e\xe6\xa8\x9f\xe6\xa8\xa0\xe6\xa8\xa1\xe6\xa8\xa2\xe6\xa8\xa3\xe6\xa8\xa4\xe6\xa8\xa5\xe6\xa8\xa6\xe6\xa8\xa7\xe6\xa8\xa8\xe6\xa8\xa9\xe6\xa8\xaa\xe6\xa8\xab\xe6\xa8\xac\xe6\xa8\xad\xe6\xa8\xae\xe6\xa8\xaf\xe6\xa8\xb0\xe6\xa8\xb1\xe6\xa8\xb2\xe6\xa8\xb3\xe6\xa8\xb4\xe6\xa8\xb5\xe6\xa8\xb6\xe6\xa8\xb7\xe6\xa8\xb8\xe6\xa8\xb9\xe6\xa8\xba\xe6\xa8\xbb\xe6\xa8\xbc\xe6\xa8\xbd\xe6\xa8\xbe\xe6\xa8\xbf\xe6\xa9\x80\xe6\xa9\x81\xe6\xa9\x82\xe6\xa9\x83\xe6\xa9\x84\xe6\xa9\x85\xe6\xa9\x86\xe6\xa9\x87\xe6\xa9\x88\xe6\xa9\x89\xe6\xa9\x8a\xe6\xa9\x8b\xe6\xa9\x8c\xe6\xa9\x8d\xe6\xa9\x8e\xe6\xa9\x8f\xe6\xa9\x90\xe6\xa9\x91\xe6\xa9\x92\xe6\xa9\x93\xe6\xa9\x94\xe6\xa9\x95\xe6\xa9\x96\xe6\xa9\x97\xe6\xa9\x98\xe6\xa9\x99\xe6\xa9\x9a\xe6\xa9\x9b\xe6\xa9\x9c\xe6\xa9\x9d\xe6\xa9\x9e\xe6\xa9\x9f\xe6\xa9\xa0\xe6\xa9\xa1\xe6\xa9\xa2\xe6\xa9\xa3\xe6\xa9\xa4\xe6\xa9\xa5\xe6\xa9\xa6\xe6\xa9\xa7\xe6\xa9\xa8\xe6\xa9\xa9\xe6\xa9\xaa\xe6\xa9\xab\xe6\xa9\xac\xe6\xa9\xad\xe6\xa9\xae\xe6\xa9\xaf\xe6\xa9\xb0\xe6\xa9\xb1\xe6\xa9\xb2\xe6\xa9\xb3\xe6\xa9\xb4\xe6\xa9\xb5\xe6\xa9\xb6\xe6\xa9\xb7\xe6\xa9\xb8\xe6\xa9\xb9\xe6\xa9\xba\xe6\xa9\xbb\xe6\xa9\xbc\xe6\xa9\xbd\xe6\xa9\xbe\xe6\xa9\xbf\xe6\xaa\x80\xe6\xaa\x81\xe6\xaa\x82\xe6\xaa\x83\xe6\xaa\x84\xe6\xaa\x85\xe6\xaa\x86\xe6\xaa\x87\xe6\xaa\x88\xe6\xaa\x89\xe6\xaa\x8a\xe6\xaa\x8b\xe6\xaa\x8c\xe6\xaa\x8d\xe6\xaa\x8e\xe6\xaa\x8f\xe6\xaa\x90\xe6\xaa\x91\xe6\xaa\x92\xe6\xaa\x93\xe6\xaa\x94\xe6\xaa\x95\xe6\xaa\x96\xe6\xaa\x97\xe6\xaa\x98\xe6\xaa\x99\xe6\xaa\x9a\xe6\xaa\x9b\xe6\xaa\x9c\xe6\xaa\x9d\xe6\xaa\x9e\xe6\xaa\x9f\xe6\xaa\xa0\xe6\xaa\xa1\xe6\xaa\xa2\xe6\xaa\xa3\xe6\xaa\xa4\xe6\xaa\xa5\xe6\xaa\xa6\xe6\xaa\xa7\xe6\xaa\xa8\xe6\xaa\xa9\xe6\xaa\xaa\xe6\xaa\xab\xe6\xaa\xac\xe6\xaa\xad\xe6\xaa\xae\xe6\xaa\xaf\xe6\xaa\xb0\xe6\xaa\xb1\xe6\xaa\xb2\xe6\xaa\xb3\xe6\xaa\xb4\xe6\xaa\xb5\xe6\xaa\xb6\xe6\xaa\xb7\xe6\xaa\xb8\xe6\xaa\xb9\xe6\xaa\xba\xe6\xaa\xbb\xe6\xaa\xbc\xe6\xaa\xbd\xe6\xaa\xbe\xe6\xaa\xbf\xe6\xab\x80\xe6\xab\x81\xe6\xab\x82\xe6\xab\x83\xe6\xab\x84\xe6\xab\x85\xe6\xab\x86\xe6\xab\x87\xe6\xab\x88\xe6\xab\x89\xe6\xab\x8a\xe6\xab\x8b\xe6\xab\x8c\xe6\xab\x8d\xe6\xab\x8e\xe6\xab\x8f\xe6\xab\x90\xe6\xab\x91\xe6\xab\x92\xe6\xab\x93\xe6\xab\x94\xe6\xab\x95\xe6\xab\x96\xe6\xab\x97\xe6\xab\x98\xe6\xab\x99\xe6\xab\x9a\xe6\xab\x9b\xe6\xab\x9c\xe6\xab\x9d\xe6\xab\x9e\xe6\xab\x9f\xe6\xab\xa0\xe6\xab\xa1\xe6\xab\xa2\xe6\xab\xa3\xe6\xab\xa4\xe6\xab\xa5\xe6\xab\xa6\xe6\xab\xa7\xe6\xab\xa8\xe6\xab\xa9\xe6\xab\xaa\xe6\xab\xab\xe6\xab\xac\xe6\xab\xad\xe6\xab\xae\xe6\xab\xaf\xe6\xab\xb0\xe6\xab\xb1\xe6\xab\xb2\xe6\xab\xb3\xe6\xab\xb4\xe6\xab\xb5\xe6\xab\xb6\xe6\xab\xb7\xe6\xab\xb8\xe6\xab\xb9\xe6\xab\xba\xe6\xab\xbb\xe6\xab\xbc\xe6\xab\xbd\xe6\xab\xbe\xe6\xab\xbf\xe6\xac\x80\xe6\xac\x81\xe6\xac\x82\xe6\xac\x83\xe6\xac\x84\xe6\xac\x85\xe6\xac\x86\xe6\xac\x87\xe6\xac\x88\xe6\xac\x89\xe6\xac\x8a\xe6\xac\x8b\xe6\xac\x8c\xe6\xac\x8d\xe6\xac\x8e\xe6\xac\x8f\xe6\xac\x90\xe6\xac\x91\xe6\xac\x92\xe6\xac\x93\xe6\xac\x94\xe6\xac\x95\xe6\xac\x96\xe6\xac\x97\xe6\xac\x98\xe6\xac\x99\xe6\xac\x9a\xe6\xac\x9b\xe6\xac\x9c\xe6\xac\x9d\xe6\xac\x9e\xe6\xac\x9f\xe6\xac\xa0\xe6\xac\xa1\xe6\xac\xa2\xe6\xac\xa3\xe6\xac\xa4\xe6\xac\xa5\xe6\xac\xa6\xe6\xac\xa7\xe6\xac\xa8\xe6\xac\xa9\xe6\xac\xaa\xe6\xac\xab\xe6\xac\xac\xe6\xac\xad\xe6\xac\xae\xe6\xac\xaf\xe6\xac\xb0\xe6\xac\xb1\xe6\xac\xb2\xe6\xac\xb3\xe6\xac\xb4\xe6\xac\xb5\xe6\xac\xb6\xe6\xac\xb7\xe6\xac\xb8\xe6\xac\xb9\xe6\xac\xba\xe6\xac\xbb\xe6\xac\xbc\xe6\xac\xbd\xe6\xac\xbe\xe6\xac\xbf\xe6\xad\x80\xe6\xad\x81\xe6\xad\x82\xe6\xad\x83\xe6\xad\x84\xe6\xad\x85\xe6\xad\x86\xe6\xad\x87\xe6\xad\x88\xe6\xad\x89\xe6\xad\x8a\xe6\xad\x8b\xe6\xad\x8c\xe6\xad\x8d\xe6\xad\x8e\xe6\xad\x8f\xe6\xad\x90\xe6\xad\x91\xe6\xad\x92\xe6\xad\x93\xe6\xad\x94\xe6\xad\x95\xe6\xad\x96\xe6\xad\x97\xe6\xad\x98\xe6\xad\x99\xe6\xad\x9a\xe6\xad\x9b\xe6\xad\x9c\xe6\xad\x9d\xe6\xad\x9e\xe6\xad\x9f\xe6\xad\xa0\xe6\xad\xa1\xe6\xad\xa2\xe6\xad\xa3\xe6\xad\xa4\xe6\xad\xa5\xe6\xad\xa6\xe6\xad\xa7\xe6\xad\xa8\xe6\xad\xa9\xe6\xad\xaa\xe6\xad\xab\xe6\xad\xac\xe6\xad\xad\xe6\xad\xae\xe6\xad\xaf\xe6\xad\xb0\xe6\xad\xb1\xe6\xad\xb2\xe6\xad\xb3\xe6\xad\xb4\xe6\xad\xb5\xe6\xad\xb6\xe6\xad\xb7\xe6\xad\xb8\xe6\xad\xb9\xe6\xad\xba\xe6\xad\xbb\xe6\xad\xbc\xe6\xad\xbd\xe6\xad\xbe\xe6\xad\xbf\xe6\xae\x80\xe6\xae\x81\xe6\xae\x82\xe6\xae\x83\xe6\xae\x84\xe6\xae\x85\xe6\xae\x86\xe6\xae\x87\xe6\xae\x88\xe6\xae\x89\xe6\xae\x8a\xe6\xae\x8b\xe6\xae\x8c\xe6\xae\x8d\xe6\xae\x8e\xe6\xae\x8f\xe6\xae\x90\xe6\xae\x91\xe6\xae\x92\xe6\xae\x93\xe6\xae\x94\xe6\xae\x95\xe6\xae\x96\xe6\xae\x97\xe6\xae\x98\xe6\xae\x99\xe6\xae\x9a\xe6\xae\x9b\xe6\xae\x9c\xe6\xae\x9d\xe6\xae\x9e\xe6\xae\x9f\xe6\xae\xa0\xe6\xae\xa1\xe6\xae\xa2\xe6\xae\xa3\xe6\xae\xa4\xe6\xae\xa5\xe6\xae\xa6\xe6\xae\xa7\xe6\xae\xa8\xe6\xae\xa9\xe6\xae\xaa\xe6\xae\xab\xe6\xae\xac\xe6\xae\xad\xe6\xae\xae\xe6\xae\xaf\xe6\xae\xb0\xe6\xae\xb1\xe6\xae\xb2\xe6\xae\xb3\xe6\xae\xb4\xe6\xae\xb5\xe6\xae\xb6\xe6\xae\xb7\xe6\xae\xb8\xe6\xae\xb9\xe6\xae\xba\xe6\xae\xbb\xe6\xae\xbc\xe6\xae\xbd\xe6\xae\xbe\xe6\xae\xbf\xe6\xaf\x80\xe6\xaf\x81\xe6\xaf\x82\xe6\xaf\x83\xe6\xaf\x84\xe6\xaf\x85\xe6\xaf\x86\xe6\xaf\x87\xe6\xaf\x88\xe6\xaf\x89\xe6\xaf\x8a\xe6\xaf\x8b\xe6\xaf\x8c\xe6\xaf\x8d\xe6\xaf\x8e\xe6\xaf\x8f\xe6\xaf\x90\xe6\xaf\x91\xe6\xaf\x92\xe6\xaf\x93\xe6\xaf\x94\xe6\xaf\x95\xe6\xaf\x96\xe6\xaf\x97\xe6\xaf\x98\xe6\xaf\x99\xe6\xaf\x9a\xe6\xaf\x9b\xe6\xaf\x9c\xe6\xaf\x9d\xe6\xaf\x9e\xe6\xaf\x9f\xe6\xaf\xa0\xe6\xaf\xa1\xe6\xaf\xa2\xe6\xaf\xa3\xe6\xaf\xa4\xe6\xaf\xa5\xe6\xaf\xa6\xe6\xaf\xa7\xe6\xaf\xa8\xe6\xaf\xa9\xe6\xaf\xaa\xe6\xaf\xab\xe6\xaf\xac\xe6\xaf\xad\xe6\xaf\xae\xe6\xaf\xaf\xe6\xaf\xb0\xe6\xaf\xb1\xe6\xaf\xb2\xe6\xaf\xb3\xe6\xaf\xb4\xe6\xaf\xb5\xe6\xaf\xb6\xe6\xaf\xb7\xe6\xaf\xb8\xe6\xaf\xb9\xe6\xaf\xba\xe6\xaf\xbb\xe6\xaf\xbc\xe6\xaf\xbd\xe6\xaf\xbe\xe6\xaf\xbf\xe6\xb0\x80\xe6\xb0\x81\xe6\xb0\x82\xe6\xb0\x83\xe6\xb0\x84\xe6\xb0\x85\xe6\xb0\x86\xe6\xb0\x87\xe6\xb0\x88\xe6\xb0\x89\xe6\xb0\x8a\xe6\xb0\x8b\xe6\xb0\x8c\xe6\xb0\x8d\xe6\xb0\x8e\xe6\xb0\x8f\xe6\xb0\x90\xe6\xb0\x91\xe6\xb0\x92\xe6\xb0\x93\xe6\xb0\x94\xe6\xb0\x95\xe6\xb0\x96\xe6\xb0\x97\xe6\xb0\x98\xe6\xb0\x99\xe6\xb0\x9a\xe6\xb0\x9b\xe6\xb0\x9c\xe6\xb0\x9d\xe6\xb0\x9e\xe6\xb0\x9f\xe6\xb0\xa0\xe6\xb0\xa1\xe6\xb0\xa2\xe6\xb0\xa3\xe6\xb0\xa4\xe6\xb0\xa5\xe6\xb0\xa6\xe6\xb0\xa7\xe6\xb0\xa8\xe6\xb0\xa9\xe6\xb0\xaa\xe6\xb0\xab\xe6\xb0\xac\xe6\xb0\xad\xe6\xb0\xae\xe6\xb0\xaf\xe6\xb0\xb0\xe6\xb0\xb1\xe6\xb0\xb2\xe6\xb0\xb3\xe6\xb0\xb4\xe6\xb0\xb5\xe6\xb0\xb6\xe6\xb0\xb7\xe6\xb0\xb8\xe6\xb0\xb9\xe6\xb0\xba\xe6\xb0\xbb\xe6\xb0\xbc\xe6\xb0\xbd\xe6\xb0\xbe\xe6\xb0\xbf\xe6\xb1\x80\xe6\xb1\x81\xe6\xb1\x82\xe6\xb1\x83\xe6\xb1\x84\xe6\xb1\x85\xe6\xb1\x86\xe6\xb1\x87\xe6\xb1\x88\xe6\xb1\x89\xe6\xb1\x8a\xe6\xb1\x8b\xe6\xb1\x8c\xe6\xb1\x8d\xe6\xb1\x8e\xe6\xb1\x8f\xe6\xb1\x90\xe6\xb1\x91\xe6\xb1\x92\xe6\xb1\x93\xe6\xb1\x94\xe6\xb1\x95\xe6\xb1\x96\xe6\xb1\x97\xe6\xb1\x98\xe6\xb1\x99\xe6\xb1\x9a\xe6\xb1\x9b\xe6\xb1\x9c\xe6\xb1\x9d\xe6\xb1\x9e\xe6\xb1\x9f\xe6\xb1\xa0\xe6\xb1\xa1\xe6\xb1\xa2\xe6\xb1\xa3\xe6\xb1\xa4\xe6\xb1\xa5\xe6\xb1\xa6\xe6\xb1\xa7\xe6\xb1\xa8\xe6\xb1\xa9\xe6\xb1\xaa\xe6\xb1\xab\xe6\xb1\xac\xe6\xb1\xad\xe6\xb1\xae\xe6\xb1\xaf\xe6\xb1\xb0\xe6\xb1\xb1\xe6\xb1\xb2\xe6\xb1\xb3\xe6\xb1\xb4\xe6\xb1\xb5\xe6\xb1\xb6\xe6\xb1\xb7\xe6\xb1\xb8\xe6\xb1\xb9\xe6\xb1\xba\xe6\xb1\xbb\xe6\xb1\xbc\xe6\xb1\xbd\xe6\xb1\xbe\xe6\xb1\xbf\xe6\xb2\x80\xe6\xb2\x81\xe6\xb2\x82\xe6\xb2\x83\xe6\xb2\x84\xe6\xb2\x85\xe6\xb2\x86\xe6\xb2\x87\xe6\xb2\x88\xe6\xb2\x89\xe6\xb2\x8a\xe6\xb2\x8b\xe6\xb2\x8c\xe6\xb2\x8d\xe6\xb2\x8e\xe6\xb2\x8f\xe6\xb2\x90\xe6\xb2\x91\xe6\xb2\x92\xe6\xb2\x93\xe6\xb2\x94\xe6\xb2\x95\xe6\xb2\x96\xe6\xb2\x97\xe6\xb2\x98\xe6\xb2\x99\xe6\xb2\x9a\xe6\xb2\x9b\xe6\xb2\x9c\xe6\xb2\x9d\xe6\xb2\x9e\xe6\xb2\x9f\xe6\xb2\xa0\xe6\xb2\xa1\xe6\xb2\xa2\xe6\xb2\xa3\xe6\xb2\xa4\xe6\xb2\xa5\xe6\xb2\xa6\xe6\xb2\xa7\xe6\xb2\xa8\xe6\xb2\xa9\xe6\xb2\xaa\xe6\xb2\xab\xe6\xb2\xac\xe6\xb2\xad\xe6\xb2\xae\xe6\xb2\xaf\xe6\xb2\xb0\xe6\xb2\xb1\xe6\xb2\xb2\xe6\xb2\xb3\xe6\xb2\xb4\xe6\xb2\xb5\xe6\xb2\xb6\xe6\xb2\xb7\xe6\xb2\xb8\xe6\xb2\xb9\xe6\xb2\xba\xe6\xb2\xbb\xe6\xb2\xbc\xe6\xb2\xbd\xe6\xb2\xbe\xe6\xb2\xbf\xe6\xb3\x80\xe6\xb3\x81\xe6\xb3\x82\xe6\xb3\x83\xe6\xb3\x84\xe6\xb3\x85\xe6\xb3\x86\xe6\xb3\x87\xe6\xb3\x88\xe6\xb3\x89\xe6\xb3\x8a\xe6\xb3\x8b\xe6\xb3\x8c\xe6\xb3\x8d\xe6\xb3\x8e\xe6\xb3\x8f\xe6\xb3\x90\xe6\xb3\x91\xe6\xb3\x92\xe6\xb3\x93\xe6\xb3\x94\xe6\xb3\x95\xe6\xb3\x96\xe6\xb3\x97\xe6\xb3\x98\xe6\xb3\x99\xe6\xb3\x9a\xe6\xb3\x9b\xe6\xb3\x9c\xe6\xb3\x9d\xe6\xb3\x9e\xe6\xb3\x9f\xe6\xb3\xa0\xe6\xb3\xa1\xe6\xb3\xa2\xe6\xb3\xa3\xe6\xb3\xa4\xe6\xb3\xa5\xe6\xb3\xa6\xe6\xb3\xa7\xe6\xb3\xa8\xe6\xb3\xa9\xe6\xb3\xaa\xe6\xb3\xab\xe6\xb3\xac\xe6\xb3\xad\xe6\xb3\xae\xe6\xb3\xaf\xe6\xb3\xb0\xe6\xb3\xb1\xe6\xb3\xb2\xe6\xb3\xb3\xe6\xb3\xb4\xe6\xb3\xb5\xe6\xb3\xb6\xe6\xb3\xb7\xe6\xb3\xb8\xe6\xb3\xb9\xe6\xb3\xba\xe6\xb3\xbb\xe6\xb3\xbc\xe6\xb3\xbd\xe6\xb3\xbe\xe6\xb3\xbf\xe6\xb4\x80\xe6\xb4\x81\xe6\xb4\x82\xe6\xb4\x83\xe6\xb4\x84\xe6\xb4\x85\xe6\xb4\x86\xe6\xb4\x87\xe6\xb4\x88\xe6\xb4\x89\xe6\xb4\x8a\xe6\xb4\x8b\xe6\xb4\x8c\xe6\xb4\x8d\xe6\xb4\x8e\xe6\xb4\x8f\xe6\xb4\x90\xe6\xb4\x91\xe6\xb4\x92\xe6\xb4\x93\xe6\xb4\x94\xe6\xb4\x95\xe6\xb4\x96\xe6\xb4\x97\xe6\xb4\x98\xe6\xb4\x99\xe6\xb4\x9a\xe6\xb4\x9b\xe6\xb4\x9c\xe6\xb4\x9d\xe6\xb4\x9e\xe6\xb4\x9f\xe6\xb4\xa0\xe6\xb4\xa1\xe6\xb4\xa2\xe6\xb4\xa3\xe6\xb4\xa4\xe6\xb4\xa5\xe6\xb4\xa6\xe6\xb4\xa7\xe6\xb4\xa8\xe6\xb4\xa9\xe6\xb4\xaa\xe6\xb4\xab\xe6\xb4\xac\xe6\xb4\xad\xe6\xb4\xae\xe6\xb4\xaf\xe6\xb4\xb0\xe6\xb4\xb1\xe6\xb4\xb2\xe6\xb4\xb3\xe6\xb4\xb4\xe6\xb4\xb5\xe6\xb4\xb6\xe6\xb4\xb7\xe6\xb4\xb8\xe6\xb4\xb9\xe6\xb4\xba\xe6\xb4\xbb\xe6\xb4\xbc\xe6\xb4\xbd\xe6\xb4\xbe\xe6\xb4\xbf\xe6\xb5\x80\xe6\xb5\x81\xe6\xb5\x82\xe6\xb5\x83\xe6\xb5\x84\xe6\xb5\x85\xe6\xb5\x86\xe6\xb5\x87\xe6\xb5\x88\xe6\xb5\x89\xe6\xb5\x8a\xe6\xb5\x8b\xe6\xb5\x8c\xe6\xb5\x8d\xe6\xb5\x8e\xe6\xb5\x8f\xe6\xb5\x90\xe6\xb5\x91\xe6\xb5\x92\xe6\xb5\x93\xe6\xb5\x94\xe6\xb5\x95\xe6\xb5\x96\xe6\xb5\x97\xe6\xb5\x98\xe6\xb5\x99\xe6\xb5\x9a\xe6\xb5\x9b\xe6\xb5\x9c\xe6\xb5\x9d\xe6\xb5\x9e\xe6\xb5\x9f\xe6\xb5\xa0\xe6\xb5\xa1\xe6\xb5\xa2\xe6\xb5\xa3\xe6\xb5\xa4\xe6\xb5\xa5\xe6\xb5\xa6\xe6\xb5\xa7\xe6\xb5\xa8\xe6\xb5\xa9\xe6\xb5\xaa\xe6\xb5\xab\xe6\xb5\xac\xe6\xb5\xad\xe6\xb5\xae\xe6\xb5\xaf\xe6\xb5\xb0\xe6\xb5\xb1\xe6\xb5\xb2\xe6\xb5\xb3\xe6\xb5\xb4\xe6\xb5\xb5\xe6\xb5\xb6\xe6\xb5\xb7\xe6\xb5\xb8\xe6\xb5\xb9\xe6\xb5\xba\xe6\xb5\xbb\xe6\xb5\xbc\xe6\xb5\xbd\xe6\xb5\xbe\xe6\xb5\xbf\xe6\xb6\x80\xe6\xb6\x81\xe6\xb6\x82\xe6\xb6\x83\xe6\xb6\x84\xe6\xb6\x85\xe6\xb6\x86\xe6\xb6\x87\xe6\xb6\x88\xe6\xb6\x89\xe6\xb6\x8a\xe6\xb6\x8b\xe6\xb6\x8c\xe6\xb6\x8d\xe6\xb6\x8e\xe6\xb6\x8f\xe6\xb6\x90\xe6\xb6\x91\xe6\xb6\x92\xe6\xb6\x93\xe6\xb6\x94\xe6\xb6\x95\xe6\xb6\x96\xe6\xb6\x97\xe6\xb6\x98\xe6\xb6\x99\xe6\xb6\x9a\xe6\xb6\x9b\xe6\xb6\x9c\xe6\xb6\x9d\xe6\xb6\x9e\xe6\xb6\x9f\xe6\xb6\xa0\xe6\xb6\xa1\xe6\xb6\xa2\xe6\xb6\xa3\xe6\xb6\xa4\xe6\xb6\xa5\xe6\xb6\xa6\xe6\xb6\xa7\xe6\xb6\xa8\xe6\xb6\xa9\xe6\xb6\xaa\xe6\xb6\xab\xe6\xb6\xac\xe6\xb6\xad\xe6\xb6\xae\xe6\xb6\xaf\xe6\xb6\xb0\xe6\xb6\xb1\xe6\xb6\xb2\xe6\xb6\xb3\xe6\xb6\xb4\xe6\xb6\xb5\xe6\xb6\xb6\xe6\xb6\xb7\xe6\xb6\xb8\xe6\xb6\xb9\xe6\xb6\xba\xe6\xb6\xbb\xe6\xb6\xbc\xe6\xb6\xbd\xe6\xb6\xbe\xe6\xb6\xbf\xe6\xb7\x80\xe6\xb7\x81\xe6\xb7\x82\xe6\xb7\x83\xe6\xb7\x84\xe6\xb7\x85\xe6\xb7\x86\xe6\xb7\x87\xe6\xb7\x88\xe6\xb7\x89\xe6\xb7\x8a\xe6\xb7\x8b\xe6\xb7\x8c\xe6\xb7\x8d\xe6\xb7\x8e\xe6\xb7\x8f\xe6\xb7\x90\xe6\xb7\x91\xe6\xb7\x92\xe6\xb7\x93\xe6\xb7\x94\xe6\xb7\x95\xe6\xb7\x96\xe6\xb7\x97\xe6\xb7\x98\xe6\xb7\x99\xe6\xb7\x9a\xe6\xb7\x9b\xe6\xb7\x9c\xe6\xb7\x9d\xe6\xb7\x9e\xe6\xb7\x9f\xe6\xb7\xa0\xe6\xb7\xa1\xe6\xb7\xa2\xe6\xb7\xa3\xe6\xb7\xa4\xe6\xb7\xa5\xe6\xb7\xa6\xe6\xb7\xa7\xe6\xb7\xa8\xe6\xb7\xa9\xe6\xb7\xaa\xe6\xb7\xab\xe6\xb7\xac\xe6\xb7\xad\xe6\xb7\xae\xe6\xb7\xaf\xe6\xb7\xb0\xe6\xb7\xb1\xe6\xb7\xb2\xe6\xb7\xb3\xe6\xb7\xb4\xe6\xb7\xb5\xe6\xb7\xb6\xe6\xb7\xb7\xe6\xb7\xb8\xe6\xb7\xb9\xe6\xb7\xba\xe6\xb7\xbb\xe6\xb7\xbc\xe6\xb7\xbd\xe6\xb7\xbe\xe6\xb7\xbf\xe6\xb8\x80\xe6\xb8\x81\xe6\xb8\x82\xe6\xb8\x83\xe6\xb8\x84\xe6\xb8\x85\xe6\xb8\x86\xe6\xb8\x87\xe6\xb8\x88\xe6\xb8\x89\xe6\xb8\x8a\xe6\xb8\x8b\xe6\xb8\x8c\xe6\xb8\x8d\xe6\xb8\x8e\xe6\xb8\x8f\xe6\xb8\x90\xe6\xb8\x91\xe6\xb8\x92\xe6\xb8\x93\xe6\xb8\x94\xe6\xb8\x95\xe6\xb8\x96\xe6\xb8\x97\xe6\xb8\x98\xe6\xb8\x99\xe6\xb8\x9a\xe6\xb8\x9b\xe6\xb8\x9c\xe6\xb8\x9d\xe6\xb8\x9e\xe6\xb8\x9f\xe6\xb8\xa0\xe6\xb8\xa1\xe6\xb8\xa2\xe6\xb8\xa3\xe6\xb8\xa4\xe6\xb8\xa5\xe6\xb8\xa6\xe6\xb8\xa7\xe6\xb8\xa8\xe6\xb8\xa9\xe6\xb8\xaa\xe6\xb8\xab\xe6\xb8\xac\xe6\xb8\xad\xe6\xb8\xae\xe6\xb8\xaf\xe6\xb8\xb0\xe6\xb8\xb1\xe6\xb8\xb2\xe6\xb8\xb3\xe6\xb8\xb4\xe6\xb8\xb5\xe6\xb8\xb6\xe6\xb8\xb7\xe6\xb8\xb8\xe6\xb8\xb9\xe6\xb8\xba\xe6\xb8\xbb\xe6\xb8\xbc\xe6\xb8\xbd\xe6\xb8\xbe\xe6\xb8\xbf\xe6\xb9\x80\xe6\xb9\x81\xe6\xb9\x82\xe6\xb9\x83\xe6\xb9\x84\xe6\xb9\x85\xe6\xb9\x86\xe6\xb9\x87\xe6\xb9\x88\xe6\xb9\x89\xe6\xb9\x8a\xe6\xb9\x8b\xe6\xb9\x8c\xe6\xb9\x8d\xe6\xb9\x8e\xe6\xb9\x8f\xe6\xb9\x90\xe6\xb9\x91\xe6\xb9\x92\xe6\xb9\x93\xe6\xb9\x94\xe6\xb9\x95\xe6\xb9\x96\xe6\xb9\x97\xe6\xb9\x98\xe6\xb9\x99\xe6\xb9\x9a\xe6\xb9\x9b\xe6\xb9\x9c\xe6\xb9\x9d\xe6\xb9\x9e\xe6\xb9\x9f\xe6\xb9\xa0\xe6\xb9\xa1\xe6\xb9\xa2\xe6\xb9\xa3\xe6\xb9\xa4\xe6\xb9\xa5\xe6\xb9\xa6\xe6\xb9\xa7\xe6\xb9\xa8\xe6\xb9\xa9\xe6\xb9\xaa\xe6\xb9\xab\xe6\xb9\xac\xe6\xb9\xad\xe6\xb9\xae\xe6\xb9\xaf\xe6\xb9\xb0\xe6\xb9\xb1\xe6\xb9\xb2\xe6\xb9\xb3\xe6\xb9\xb4\xe6\xb9\xb5\xe6\xb9\xb6\xe6\xb9\xb7\xe6\xb9\xb8\xe6\xb9\xb9\xe6\xb9\xba\xe6\xb9\xbb\xe6\xb9\xbc\xe6\xb9\xbd\xe6\xb9\xbe\xe6\xb9\xbf\xe6\xba\x80\xe6\xba\x81\xe6\xba\x82\xe6\xba\x83\xe6\xba\x84\xe6\xba\x85\xe6\xba\x86\xe6\xba\x87\xe6\xba\x88\xe6\xba\x89\xe6\xba\x8a\xe6\xba\x8b\xe6\xba\x8c\xe6\xba\x8d\xe6\xba\x8e\xe6\xba\x8f\xe6\xba\x90\xe6\xba\x91\xe6\xba\x92\xe6\xba\x93\xe6\xba\x94\xe6\xba\x95\xe6\xba\x96\xe6\xba\x97\xe6\xba\x98\xe6\xba\x99\xe6\xba\x9a\xe6\xba\x9b\xe6\xba\x9c\xe6\xba\x9d\xe6\xba\x9e\xe6\xba\x9f\xe6\xba\xa0\xe6\xba\xa1\xe6\xba\xa2\xe6\xba\xa3\xe6\xba\xa4\xe6\xba\xa5\xe6\xba\xa6\xe6\xba\xa7\xe6\xba\xa8\xe6\xba\xa9\xe6\xba\xaa\xe6\xba\xab\xe6\xba\xac\xe6\xba\xad\xe6\xba\xae\xe6\xba\xaf\xe6\xba\xb0\xe6\xba\xb1\xe6\xba\xb2\xe6\xba\xb3\xe6\xba\xb4\xe6\xba\xb5\xe6\xba\xb6\xe6\xba\xb7\xe6\xba\xb8\xe6\xba\xb9\xe6\xba\xba\xe6\xba\xbb\xe6\xba\xbc\xe6\xba\xbd\xe6\xba\xbe\xe6\xba\xbf\xe6\xbb\x80\xe6\xbb\x81\xe6\xbb\x82\xe6\xbb\x83\xe6\xbb\x84\xe6\xbb\x85\xe6\xbb\x86\xe6\xbb\x87\xe6\xbb\x88\xe6\xbb\x89\xe6\xbb\x8a\xe6\xbb\x8b\xe6\xbb\x8c\xe6\xbb\x8d\xe6\xbb\x8e\xe6\xbb\x8f\xe6\xbb\x90\xe6\xbb\x91\xe6\xbb\x92\xe6\xbb\x93\xe6\xbb\x94\xe6\xbb\x95\xe6\xbb\x96\xe6\xbb\x97\xe6\xbb\x98\xe6\xbb\x99\xe6\xbb\x9a\xe6\xbb\x9b\xe6\xbb\x9c\xe6\xbb\x9d\xe6\xbb\x9e\xe6\xbb\x9f\xe6\xbb\xa0\xe6\xbb\xa1\xe6\xbb\xa2\xe6\xbb\xa3\xe6\xbb\xa4\xe6\xbb\xa5\xe6\xbb\xa6\xe6\xbb\xa7\xe6\xbb\xa8\xe6\xbb\xa9\xe6\xbb\xaa\xe6\xbb\xab\xe6\xbb\xac\xe6\xbb\xad\xe6\xbb\xae\xe6\xbb\xaf\xe6\xbb\xb0\xe6\xbb\xb1\xe6\xbb\xb2\xe6\xbb\xb3\xe6\xbb\xb4\xe6\xbb\xb5\xe6\xbb\xb6\xe6\xbb\xb7\xe6\xbb\xb8\xe6\xbb\xb9\xe6\xbb\xba\xe6\xbb\xbb\xe6\xbb\xbc\xe6\xbb\xbd\xe6\xbb\xbe\xe6\xbb\xbf\xe6\xbc\x80\xe6\xbc\x81\xe6\xbc\x82\xe6\xbc\x83\xe6\xbc\x84\xe6\xbc\x85\xe6\xbc\x86\xe6\xbc\x87\xe6\xbc\x88\xe6\xbc\x89\xe6\xbc\x8a\xe6\xbc\x8b\xe6\xbc\x8c\xe6\xbc\x8d\xe6\xbc\x8e\xe6\xbc\x8f\xe6\xbc\x90\xe6\xbc\x91\xe6\xbc\x92\xe6\xbc\x93\xe6\xbc\x94\xe6\xbc\x95\xe6\xbc\x96\xe6\xbc\x97\xe6\xbc\x98\xe6\xbc\x99\xe6\xbc\x9a\xe6\xbc\x9b\xe6\xbc\x9c\xe6\xbc\x9d\xe6\xbc\x9e\xe6\xbc\x9f\xe6\xbc\xa0\xe6\xbc\xa1\xe6\xbc\xa2\xe6\xbc\xa3\xe6\xbc\xa4\xe6\xbc\xa5\xe6\xbc\xa6\xe6\xbc\xa7\xe6\xbc\xa8\xe6\xbc\xa9\xe6\xbc\xaa\xe6\xbc\xab\xe6\xbc\xac\xe6\xbc\xad\xe6\xbc\xae\xe6\xbc\xaf\xe6\xbc\xb0\xe6\xbc\xb1\xe6\xbc\xb2\xe6\xbc\xb3\xe6\xbc\xb4\xe6\xbc\xb5\xe6\xbc\xb6\xe6\xbc\xb7\xe6\xbc\xb8\xe6\xbc\xb9\xe6\xbc\xba\xe6\xbc\xbb\xe6\xbc\xbc\xe6\xbc\xbd\xe6\xbc\xbe\xe6\xbc\xbf\xe6\xbd\x80\xe6\xbd\x81\xe6\xbd\x82\xe6\xbd\x83\xe6\xbd\x84\xe6\xbd\x85\xe6\xbd\x86\xe6\xbd\x87\xe6\xbd\x88\xe6\xbd\x89\xe6\xbd\x8a\xe6\xbd\x8b\xe6\xbd\x8c\xe6\xbd\x8d\xe6\xbd\x8e\xe6\xbd\x8f\xe6\xbd\x90\xe6\xbd\x91\xe6\xbd\x92\xe6\xbd\x93\xe6\xbd\x94\xe6\xbd\x95\xe6\xbd\x96\xe6\xbd\x97\xe6\xbd\x98\xe6\xbd\x99\xe6\xbd\x9a\xe6\xbd\x9b\xe6\xbd\x9c\xe6\xbd\x9d\xe6\xbd\x9e\xe6\xbd\x9f\xe6\xbd\xa0\xe6\xbd\xa1\xe6\xbd\xa2\xe6\xbd\xa3\xe6\xbd\xa4\xe6\xbd\xa5\xe6\xbd\xa6\xe6\xbd\xa7\xe6\xbd\xa8\xe6\xbd\xa9\xe6\xbd\xaa\xe6\xbd\xab\xe6\xbd\xac\xe6\xbd\xad\xe6\xbd\xae\xe6\xbd\xaf\xe6\xbd\xb0\xe6\xbd\xb1\xe6\xbd\xb2\xe6\xbd\xb3\xe6\xbd\xb4\xe6\xbd\xb5\xe6\xbd\xb6\xe6\xbd\xb7\xe6\xbd\xb8\xe6\xbd\xb9\xe6\xbd\xba\xe6\xbd\xbb\xe6\xbd\xbc\xe6\xbd\xbd\xe6\xbd\xbe\xe6\xbd\xbf\xe6\xbe\x80\xe6\xbe\x81\xe6\xbe\x82\xe6\xbe\x83\xe6\xbe\x84\xe6\xbe\x85\xe6\xbe\x86\xe6\xbe\x87\xe6\xbe\x88\xe6\xbe\x89\xe6\xbe\x8a\xe6\xbe\x8b\xe6\xbe\x8c\xe6\xbe\x8d\xe6\xbe\x8e\xe6\xbe\x8f\xe6\xbe\x90\xe6\xbe\x91\xe6\xbe\x92\xe6\xbe\x93\xe6\xbe\x94\xe6\xbe\x95\xe6\xbe\x96\xe6\xbe\x97\xe6\xbe\x98\xe6\xbe\x99\xe6\xbe\x9a\xe6\xbe\x9b\xe6\xbe\x9c\xe6\xbe\x9d\xe6\xbe\x9e\xe6\xbe\x9f\xe6\xbe\xa0\xe6\xbe\xa1\xe6\xbe\xa2\xe6\xbe\xa3\xe6\xbe\xa4\xe6\xbe\xa5\xe6\xbe\xa6\xe6\xbe\xa7\xe6\xbe\xa8\xe6\xbe\xa9\xe6\xbe\xaa\xe6\xbe\xab\xe6\xbe\xac\xe6\xbe\xad\xe6\xbe\xae\xe6\xbe\xaf\xe6\xbe\xb0\xe6\xbe\xb1\xe6\xbe\xb2\xe6\xbe\xb3\xe6\xbe\xb4\xe6\xbe\xb5\xe6\xbe\xb6\xe6\xbe\xb7\xe6\xbe\xb8\xe6\xbe\xb9\xe6\xbe\xba\xe6\xbe\xbb\xe6\xbe\xbc\xe6\xbe\xbd\xe6\xbe\xbe\xe6\xbe\xbf\xe6\xbf\x80\xe6\xbf\x81\xe6\xbf\x82\xe6\xbf\x83\xe6\xbf\x84\xe6\xbf\x85\xe6\xbf\x86\xe6\xbf\x87\xe6\xbf\x88\xe6\xbf\x89\xe6\xbf\x8a\xe6\xbf\x8b\xe6\xbf\x8c\xe6\xbf\x8d\xe6\xbf\x8e\xe6\xbf\x8f\xe6\xbf\x90\xe6\xbf\x91\xe6\xbf\x92\xe6\xbf\x93\xe6\xbf\x94\xe6\xbf\x95\xe6\xbf\x96\xe6\xbf\x97\xe6\xbf\x98\xe6\xbf\x99\xe6\xbf\x9a\xe6\xbf\x9b\xe6\xbf\x9c\xe6\xbf\x9d\xe6\xbf\x9e\xe6\xbf\x9f\xe6\xbf\xa0\xe6\xbf\xa1\xe6\xbf\xa2\xe6\xbf\xa3\xe6\xbf\xa4\xe6\xbf\xa5\xe6\xbf\xa6\xe6\xbf\xa7\xe6\xbf\xa8\xe6\xbf\xa9\xe6\xbf\xaa\xe6\xbf\xab\xe6\xbf\xac\xe6\xbf\xad\xe6\xbf\xae\xe6\xbf\xaf\xe6\xbf\xb0\xe6\xbf\xb1\xe6\xbf\xb2\xe6\xbf\xb3\xe6\xbf\xb4\xe6\xbf\xb5\xe6\xbf\xb6\xe6\xbf\xb7\xe6\xbf\xb8\xe6\xbf\xb9\xe6\xbf\xba\xe6\xbf\xbb\xe6\xbf\xbc\xe6\xbf\xbd\xe6\xbf\xbe\xe6\xbf\xbf\xe7\x80\x80\xe7\x80\x81\xe7\x80\x82\xe7\x80\x83\xe7\x80\x84\xe7\x80\x85\xe7\x80\x86\xe7\x80\x87\xe7\x80\x88\xe7\x80\x89\xe7\x80\x8a\xe7\x80\x8b\xe7\x80\x8c\xe7\x80\x8d\xe7\x80\x8e\xe7\x80\x8f\xe7\x80\x90\xe7\x80\x91\xe7\x80\x92\xe7\x80\x93\xe7\x80\x94\xe7\x80\x95\xe7\x80\x96\xe7\x80\x97\xe7\x80\x98\xe7\x80\x99\xe7\x80\x9a\xe7\x80\x9b\xe7\x80\x9c\xe7\x80\x9d\xe7\x80\x9e\xe7\x80\x9f\xe7\x80\xa0\xe7\x80\xa1\xe7\x80\xa2\xe7\x80\xa3\xe7\x80\xa4\xe7\x80\xa5\xe7\x80\xa6\xe7\x80\xa7\xe7\x80\xa8\xe7\x80\xa9\xe7\x80\xaa\xe7\x80\xab\xe7\x80\xac\xe7\x80\xad\xe7\x80\xae\xe7\x80\xaf\xe7\x80\xb0\xe7\x80\xb1\xe7\x80\xb2\xe7\x80\xb3\xe7\x80\xb4\xe7\x80\xb5\xe7\x80\xb6\xe7\x80\xb7\xe7\x80\xb8\xe7\x80\xb9\xe7\x80\xba\xe7\x80\xbb\xe7\x80\xbc\xe7\x80\xbd\xe7\x80\xbe\xe7\x80\xbf\xe7\x81\x80\xe7\x81\x81\xe7\x81\x82\xe7\x81\x83\xe7\x81\x84\xe7\x81\x85\xe7\x81\x86\xe7\x81\x87\xe7\x81\x88\xe7\x81\x89\xe7\x81\x8a\xe7\x81\x8b\xe7\x81\x8c\xe7\x81\x8d\xe7\x81\x8e\xe7\x81\x8f\xe7\x81\x90\xe7\x81\x91\xe7\x81\x92\xe7\x81\x93\xe7\x81\x94\xe7\x81\x95\xe7\x81\x96\xe7\x81\x97\xe7\x81\x98\xe7\x81\x99\xe7\x81\x9a\xe7\x81\x9b\xe7\x81\x9c\xe7\x81\x9d\xe7\x81\x9e\xe7\x81\x9f\xe7\x81\xa0\xe7\x81\xa1\xe7\x81\xa2\xe7\x81\xa3\xe7\x81\xa4\xe7\x81\xa5\xe7\x81\xa6\xe7\x81\xa7\xe7\x81\xa8\xe7\x81\xa9\xe7\x81\xaa\xe7\x81\xab\xe7\x81\xac\xe7\x81\xad\xe7\x81\xae\xe7\x81\xaf\xe7\x81\xb0\xe7\x81\xb1\xe7\x81\xb2\xe7\x81\xb3\xe7\x81\xb4\xe7\x81\xb5\xe7\x81\xb6\xe7\x81\xb7\xe7\x81\xb8\xe7\x81\xb9\xe7\x81\xba\xe7\x81\xbb\xe7\x81\xbc\xe7\x81\xbd\xe7\x81\xbe\xe7\x81\xbf\xe7\x82\x80\xe7\x82\x81\xe7\x82\x82\xe7\x82\x83\xe7\x82\x84\xe7\x82\x85\xe7\x82\x86\xe7\x82\x87\xe7\x82\x88\xe7\x82\x89\xe7\x82\x8a\xe7\x82\x8b\xe7\x82\x8c\xe7\x82\x8d\xe7\x82\x8e\xe7\x82\x8f\xe7\x82\x90\xe7\x82\x91\xe7\x82\x92\xe7\x82\x93\xe7\x82\x94\xe7\x82\x95\xe7\x82\x96\xe7\x82\x97\xe7\x82\x98\xe7\x82\x99\xe7\x82\x9a\xe7\x82\x9b\xe7\x82\x9c\xe7\x82\x9d\xe7\x82\x9e\xe7\x82\x9f\xe7\x82\xa0\xe7\x82\xa1\xe7\x82\xa2\xe7\x82\xa3\xe7\x82\xa4\xe7\x82\xa5\xe7\x82\xa6\xe7\x82\xa7\xe7\x82\xa8\xe7\x82\xa9\xe7\x82\xaa\xe7\x82\xab\xe7\x82\xac\xe7\x82\xad\xe7\x82\xae\xe7\x82\xaf\xe7\x82\xb0\xe7\x82\xb1\xe7\x82\xb2\xe7\x82\xb3\xe7\x82\xb4\xe7\x82\xb5\xe7\x82\xb6\xe7\x82\xb7\xe7\x82\xb8\xe7\x82\xb9\xe7\x82\xba\xe7\x82\xbb\xe7\x82\xbc\xe7\x82\xbd\xe7\x82\xbe\xe7\x82\xbf\xe7\x83\x80\xe7\x83\x81\xe7\x83\x82\xe7\x83\x83\xe7\x83\x84\xe7\x83\x85\xe7\x83\x86\xe7\x83\x87\xe7\x83\x88\xe7\x83\x89\xe7\x83\x8a\xe7\x83\x8b\xe7\x83\x8c\xe7\x83\x8d\xe7\x83\x8e\xe7\x83\x8f\xe7\x83\x90\xe7\x83\x91\xe7\x83\x92\xe7\x83\x93\xe7\x83\x94\xe7\x83\x95\xe7\x83\x96\xe7\x83\x97\xe7\x83\x98\xe7\x83\x99\xe7\x83\x9a\xe7\x83\x9b\xe7\x83\x9c\xe7\x83\x9d\xe7\x83\x9e\xe7\x83\x9f\xe7\x83\xa0\xe7\x83\xa1\xe7\x83\xa2\xe7\x83\xa3\xe7\x83\xa4\xe7\x83\xa5\xe7\x83\xa6\xe7\x83\xa7\xe7\x83\xa8\xe7\x83\xa9\xe7\x83\xaa\xe7\x83\xab\xe7\x83\xac\xe7\x83\xad\xe7\x83\xae\xe7\x83\xaf\xe7\x83\xb0\xe7\x83\xb1\xe7\x83\xb2\xe7\x83\xb3\xe7\x83\xb4\xe7\x83\xb5\xe7\x83\xb6\xe7\x83\xb7\xe7\x83\xb8\xe7\x83\xb9\xe7\x83\xba\xe7\x83\xbb\xe7\x83\xbc\xe7\x83\xbd\xe7\x83\xbe\xe7\x83\xbf\xe7\x84\x80\xe7\x84\x81\xe7\x84\x82\xe7\x84\x83\xe7\x84\x84\xe7\x84\x85\xe7\x84\x86\xe7\x84\x87\xe7\x84\x88\xe7\x84\x89\xe7\x84\x8a\xe7\x84\x8b\xe7\x84\x8c\xe7\x84\x8d\xe7\x84\x8e\xe7\x84\x8f\xe7\x84\x90\xe7\x84\x91\xe7\x84\x92\xe7\x84\x93\xe7\x84\x94\xe7\x84\x95\xe7\x84\x96\xe7\x84\x97\xe7\x84\x98\xe7\x84\x99\xe7\x84\x9a\xe7\x84\x9b\xe7\x84\x9c\xe7\x84\x9d\xe7\x84\x9e\xe7\x84\x9f\xe7\x84\xa0\xe7\x84\xa1\xe7\x84\xa2\xe7\x84\xa3\xe7\x84\xa4\xe7\x84\xa5\xe7\x84\xa6\xe7\x84\xa7\xe7\x84\xa8\xe7\x84\xa9\xe7\x84\xaa\xe7\x84\xab\xe7\x84\xac\xe7\x84\xad\xe7\x84\xae\xe7\x84\xaf\xe7\x84\xb0\xe7\x84\xb1\xe7\x84\xb2\xe7\x84\xb3\xe7\x84\xb4\xe7\x84\xb5\xe7\x84\xb6\xe7\x84\xb7\xe7\x84\xb8\xe7\x84\xb9\xe7\x84\xba\xe7\x84\xbb\xe7\x84\xbc\xe7\x84\xbd\xe7\x84\xbe\xe7\x84\xbf\xe7\x85\x80\xe7\x85\x81\xe7\x85\x82\xe7\x85\x83\xe7\x85\x84\xe7\x85\x85\xe7\x85\x86\xe7\x85\x87\xe7\x85\x88\xe7\x85\x89\xe7\x85\x8a\xe7\x85\x8b\xe7\x85\x8c\xe7\x85\x8d\xe7\x85\x8e\xe7\x85\x8f\xe7\x85\x90\xe7\x85\x91\xe7\x85\x92\xe7\x85\x93\xe7\x85\x94\xe7\x85\x95\xe7\x85\x96\xe7\x85\x97\xe7\x85\x98\xe7\x85\x99\xe7\x85\x9a\xe7\x85\x9b\xe7\x85\x9c\xe7\x85\x9d\xe7\x85\x9e\xe7\x85\x9f\xe7\x85\xa0\xe7\x85\xa1\xe7\x85\xa2\xe7\x85\xa3\xe7\x85\xa4\xe7\x85\xa5\xe7\x85\xa6\xe7\x85\xa7\xe7\x85\xa8\xe7\x85\xa9\xe7\x85\xaa\xe7\x85\xab\xe7\x85\xac\xe7\x85\xad\xe7\x85\xae\xe7\x85\xaf\xe7\x85\xb0\xe7\x85\xb1\xe7\x85\xb2\xe7\x85\xb3\xe7\x85\xb4\xe7\x85\xb5\xe7\x85\xb6\xe7\x85\xb7\xe7\x85\xb8\xe7\x85\xb9\xe7\x85\xba\xe7\x85\xbb\xe7\x85\xbc\xe7\x85\xbd\xe7\x85\xbe\xe7\x85\xbf\xe7\x86\x80\xe7\x86\x81\xe7\x86\x82\xe7\x86\x83\xe7\x86\x84\xe7\x86\x85\xe7\x86\x86\xe7\x86\x87\xe7\x86\x88\xe7\x86\x89\xe7\x86\x8a\xe7\x86\x8b\xe7\x86\x8c\xe7\x86\x8d\xe7\x86\x8e\xe7\x86\x8f\xe7\x86\x90\xe7\x86\x91\xe7\x86\x92\xe7\x86\x93\xe7\x86\x94\xe7\x86\x95\xe7\x86\x96\xe7\x86\x97\xe7\x86\x98\xe7\x86\x99\xe7\x86\x9a\xe7\x86\x9b\xe7\x86\x9c\xe7\x86\x9d\xe7\x86\x9e\xe7\x86\x9f\xe7\x86\xa0\xe7\x86\xa1\xe7\x86\xa2\xe7\x86\xa3\xe7\x86\xa4\xe7\x86\xa5\xe7\x86\xa6\xe7\x86\xa7\xe7\x86\xa8\xe7\x86\xa9\xe7\x86\xaa\xe7\x86\xab\xe7\x86\xac\xe7\x86\xad\xe7\x86\xae\xe7\x86\xaf\xe7\x86\xb0\xe7\x86\xb1\xe7\x86\xb2\xe7\x86\xb3\xe7\x86\xb4\xe7\x86\xb5\xe7\x86\xb6\xe7\x86\xb7\xe7\x86\xb8\xe7\x86\xb9\xe7\x86\xba\xe7\x86\xbb\xe7\x86\xbc\xe7\x86\xbd\xe7\x86\xbe\xe7\x86\xbf\xe7\x87\x80\xe7\x87\x81\xe7\x87\x82\xe7\x87\x83\xe7\x87\x84\xe7\x87\x85\xe7\x87\x86\xe7\x87\x87\xe7\x87\x88\xe7\x87\x89\xe7\x87\x8a\xe7\x87\x8b\xe7\x87\x8c\xe7\x87\x8d\xe7\x87\x8e\xe7\x87\x8f\xe7\x87\x90\xe7\x87\x91\xe7\x87\x92\xe7\x87\x93\xe7\x87\x94\xe7\x87\x95\xe7\x87\x96\xe7\x87\x97\xe7\x87\x98\xe7\x87\x99\xe7\x87\x9a\xe7\x87\x9b\xe7\x87\x9c\xe7\x87\x9d\xe7\x87\x9e\xe7\x87\x9f\xe7\x87\xa0\xe7\x87\xa1\xe7\x87\xa2\xe7\x87\xa3\xe7\x87\xa4\xe7\x87\xa5\xe7\x87\xa6\xe7\x87\xa7\xe7\x87\xa8\xe7\x87\xa9\xe7\x87\xaa\xe7\x87\xab\xe7\x87\xac\xe7\x87\xad\xe7\x87\xae\xe7\x87\xaf\xe7\x87\xb0\xe7\x87\xb1\xe7\x87\xb2\xe7\x87\xb3\xe7\x87\xb4\xe7\x87\xb5\xe7\x87\xb6\xe7\x87\xb7\xe7\x87\xb8\xe7\x87\xb9\xe7\x87\xba\xe7\x87\xbb\xe7\x87\xbc\xe7\x87\xbd\xe7\x87\xbe\xe7\x87\xbf\xe7\x88\x80\xe7\x88\x81\xe7\x88\x82\xe7\x88\x83\xe7\x88\x84\xe7\x88\x85\xe7\x88\x86\xe7\x88\x87\xe7\x88\x88\xe7\x88\x89\xe7\x88\x8a\xe7\x88\x8b\xe7\x88\x8c\xe7\x88\x8d\xe7\x88\x8e\xe7\x88\x8f\xe7\x88\x90\xe7\x88\x91\xe7\x88\x92\xe7\x88\x93\xe7\x88\x94\xe7\x88\x95\xe7\x88\x96\xe7\x88\x97\xe7\x88\x98\xe7\x88\x99\xe7\x88\x9a\xe7\x88\x9b\xe7\x88\x9c\xe7\x88\x9d\xe7\x88\x9e\xe7\x88\x9f\xe7\x88\xa0\xe7\x88\xa1\xe7\x88\xa2\xe7\x88\xa3\xe7\x88\xa4\xe7\x88\xa5\xe7\x88\xa6\xe7\x88\xa7\xe7\x88\xa8\xe7\x88\xa9\xe7\x88\xaa\xe7\x88\xab\xe7\x88\xac\xe7\x88\xad\xe7\x88\xae\xe7\x88\xaf\xe7\x88\xb0\xe7\x88\xb1\xe7\x88\xb2\xe7\x88\xb3\xe7\x88\xb4\xe7\x88\xb5\xe7\x88\xb6\xe7\x88\xb7\xe7\x88\xb8\xe7\x88\xb9\xe7\x88\xba\xe7\x88\xbb\xe7\x88\xbc\xe7\x88\xbd\xe7\x88\xbe\xe7\x88\xbf\xe7\x89\x80\xe7\x89\x81\xe7\x89\x82\xe7\x89\x83\xe7\x89\x84\xe7\x89\x85\xe7\x89\x86\xe7\x89\x87\xe7\x89\x88\xe7\x89\x89\xe7\x89\x8a\xe7\x89\x8b\xe7\x89\x8c\xe7\x89\x8d\xe7\x89\x8e\xe7\x89\x8f\xe7\x89\x90\xe7\x89\x91\xe7\x89\x92\xe7\x89\x93\xe7\x89\x94\xe7\x89\x95\xe7\x89\x96\xe7\x89\x97\xe7\x89\x98\xe7\x89\x99\xe7\x89\x9a\xe7\x89\x9b\xe7\x89\x9c\xe7\x89\x9d\xe7\x89\x9e\xe7\x89\x9f\xe7\x89\xa0\xe7\x89\xa1\xe7\x89\xa2\xe7\x89\xa3\xe7\x89\xa4\xe7\x89\xa5\xe7\x89\xa6\xe7\x89\xa7\xe7\x89\xa8\xe7\x89\xa9\xe7\x89\xaa\xe7\x89\xab\xe7\x89\xac\xe7\x89\xad\xe7\x89\xae\xe7\x89\xaf\xe7\x89\xb0\xe7\x89\xb1\xe7\x89\xb2\xe7\x89\xb3\xe7\x89\xb4\xe7\x89\xb5\xe7\x89\xb6\xe7\x89\xb7\xe7\x89\xb8\xe7\x89\xb9\xe7\x89\xba\xe7\x89\xbb\xe7\x89\xbc\xe7\x89\xbd\xe7\x89\xbe\xe7\x89\xbf\xe7\x8a\x80\xe7\x8a\x81\xe7\x8a\x82\xe7\x8a\x83\xe7\x8a\x84\xe7\x8a\x85\xe7\x8a\x86\xe7\x8a\x87\xe7\x8a\x88\xe7\x8a\x89\xe7\x8a\x8a\xe7\x8a\x8b\xe7\x8a\x8c\xe7\x8a\x8d\xe7\x8a\x8e\xe7\x8a\x8f\xe7\x8a\x90\xe7\x8a\x91\xe7\x8a\x92\xe7\x8a\x93\xe7\x8a\x94\xe7\x8a\x95\xe7\x8a\x96\xe7\x8a\x97\xe7\x8a\x98\xe7\x8a\x99\xe7\x8a\x9a\xe7\x8a\x9b\xe7\x8a\x9c\xe7\x8a\x9d\xe7\x8a\x9e\xe7\x8a\x9f\xe7\x8a\xa0\xe7\x8a\xa1\xe7\x8a\xa2\xe7\x8a\xa3\xe7\x8a\xa4\xe7\x8a\xa5\xe7\x8a\xa6\xe7\x8a\xa7\xe7\x8a\xa8\xe7\x8a\xa9\xe7\x8a\xaa\xe7\x8a\xab\xe7\x8a\xac\xe7\x8a\xad\xe7\x8a\xae\xe7\x8a\xaf\xe7\x8a\xb0\xe7\x8a\xb1\xe7\x8a\xb2\xe7\x8a\xb3\xe7\x8a\xb4\xe7\x8a\xb5\xe7\x8a\xb6\xe7\x8a\xb7\xe7\x8a\xb8\xe7\x8a\xb9\xe7\x8a\xba\xe7\x8a\xbb\xe7\x8a\xbc\xe7\x8a\xbd\xe7\x8a\xbe\xe7\x8a\xbf\xe7\x8b\x80\xe7\x8b\x81\xe7\x8b\x82\xe7\x8b\x83\xe7\x8b\x84\xe7\x8b\x85\xe7\x8b\x86\xe7\x8b\x87\xe7\x8b\x88\xe7\x8b\x89\xe7\x8b\x8a\xe7\x8b\x8b\xe7\x8b\x8c\xe7\x8b\x8d\xe7\x8b\x8e\xe7\x8b\x8f\xe7\x8b\x90\xe7\x8b\x91\xe7\x8b\x92\xe7\x8b\x93\xe7\x8b\x94\xe7\x8b\x95\xe7\x8b\x96\xe7\x8b\x97\xe7\x8b\x98\xe7\x8b\x99\xe7\x8b\x9a\xe7\x8b\x9b\xe7\x8b\x9c\xe7\x8b\x9d\xe7\x8b\x9e\xe7\x8b\x9f\xe7\x8b\xa0\xe7\x8b\xa1\xe7\x8b\xa2\xe7\x8b\xa3\xe7\x8b\xa4\xe7\x8b\xa5\xe7\x8b\xa6\xe7\x8b\xa7\xe7\x8b\xa8\xe7\x8b\xa9\xe7\x8b\xaa\xe7\x8b\xab\xe7\x8b\xac\xe7\x8b\xad\xe7\x8b\xae\xe7\x8b\xaf\xe7\x8b\xb0\xe7\x8b\xb1\xe7\x8b\xb2\xe7\x8b\xb3\xe7\x8b\xb4\xe7\x8b\xb5\xe7\x8b\xb6\xe7\x8b\xb7\xe7\x8b\xb8\xe7\x8b\xb9\xe7\x8b\xba\xe7\x8b\xbb\xe7\x8b\xbc\xe7\x8b\xbd\xe7\x8b\xbe\xe7\x8b\xbf\xe7\x8c\x80\xe7\x8c\x81\xe7\x8c\x82\xe7\x8c\x83\xe7\x8c\x84\xe7\x8c\x85\xe7\x8c\x86\xe7\x8c\x87\xe7\x8c\x88\xe7\x8c\x89\xe7\x8c\x8a\xe7\x8c\x8b\xe7\x8c\x8c\xe7\x8c\x8d\xe7\x8c\x8e\xe7\x8c\x8f\xe7\x8c\x90\xe7\x8c\x91\xe7\x8c\x92\xe7\x8c\x93\xe7\x8c\x94\xe7\x8c\x95\xe7\x8c\x96\xe7\x8c\x97\xe7\x8c\x98\xe7\x8c\x99\xe7\x8c\x9a\xe7\x8c\x9b\xe7\x8c\x9c\xe7\x8c\x9d\xe7\x8c\x9e\xe7\x8c\x9f\xe7\x8c\xa0\xe7\x8c\xa1\xe7\x8c\xa2\xe7\x8c\xa3\xe7\x8c\xa4\xe7\x8c\xa5\xe7\x8c\xa6\xe7\x8c\xa7\xe7\x8c\xa8\xe7\x8c\xa9\xe7\x8c\xaa\xe7\x8c\xab\xe7\x8c\xac\xe7\x8c\xad\xe7\x8c\xae\xe7\x8c\xaf\xe7\x8c\xb0\xe7\x8c\xb1\xe7\x8c\xb2\xe7\x8c\xb3\xe7\x8c\xb4\xe7\x8c\xb5\xe7\x8c\xb6\xe7\x8c\xb7\xe7\x8c\xb8\xe7\x8c\xb9\xe7\x8c\xba\xe7\x8c\xbb\xe7\x8c\xbc\xe7\x8c\xbd\xe7\x8c\xbe\xe7\x8c\xbf\xe7\x8d\x80\xe7\x8d\x81\xe7\x8d\x82\xe7\x8d\x83\xe7\x8d\x84\xe7\x8d\x85\xe7\x8d\x86\xe7\x8d\x87\xe7\x8d\x88\xe7\x8d\x89\xe7\x8d\x8a\xe7\x8d\x8b\xe7\x8d\x8c\xe7\x8d\x8d\xe7\x8d\x8e\xe7\x8d\x8f\xe7\x8d\x90\xe7\x8d\x91\xe7\x8d\x92\xe7\x8d\x93\xe7\x8d\x94\xe7\x8d\x95\xe7\x8d\x96\xe7\x8d\x97\xe7\x8d\x98\xe7\x8d\x99\xe7\x8d\x9a\xe7\x8d\x9b\xe7\x8d\x9c\xe7\x8d\x9d\xe7\x8d\x9e\xe7\x8d\x9f\xe7\x8d\xa0\xe7\x8d\xa1\xe7\x8d\xa2\xe7\x8d\xa3\xe7\x8d\xa4\xe7\x8d\xa5\xe7\x8d\xa6\xe7\x8d\xa7\xe7\x8d\xa8\xe7\x8d\xa9\xe7\x8d\xaa\xe7\x8d\xab\xe7\x8d\xac\xe7\x8d\xad\xe7\x8d\xae\xe7\x8d\xaf\xe7\x8d\xb0\xe7\x8d\xb1\xe7\x8d\xb2\xe7\x8d\xb3\xe7\x8d\xb4\xe7\x8d\xb5\xe7\x8d\xb6\xe7\x8d\xb7\xe7\x8d\xb8\xe7\x8d\xb9\xe7\x8d\xba\xe7\x8d\xbb\xe7\x8d\xbc\xe7\x8d\xbd\xe7\x8d\xbe\xe7\x8d\xbf\xe7\x8e\x80\xe7\x8e\x81\xe7\x8e\x82\xe7\x8e\x83\xe7\x8e\x84\xe7\x8e\x85\xe7\x8e\x86\xe7\x8e\x87\xe7\x8e\x88\xe7\x8e\x89\xe7\x8e\x8a\xe7\x8e\x8b\xe7\x8e\x8c\xe7\x8e\x8d\xe7\x8e\x8e\xe7\x8e\x8f\xe7\x8e\x90\xe7\x8e\x91\xe7\x8e\x92\xe7\x8e\x93\xe7\x8e\x94\xe7\x8e\x95\xe7\x8e\x96\xe7\x8e\x97\xe7\x8e\x98\xe7\x8e\x99\xe7\x8e\x9a\xe7\x8e\x9b\xe7\x8e\x9c\xe7\x8e\x9d\xe7\x8e\x9e\xe7\x8e\x9f\xe7\x8e\xa0\xe7\x8e\xa1\xe7\x8e\xa2\xe7\x8e\xa3\xe7\x8e\xa4\xe7\x8e\xa5\xe7\x8e\xa6\xe7\x8e\xa7\xe7\x8e\xa8\xe7\x8e\xa9\xe7\x8e\xaa\xe7\x8e\xab\xe7\x8e\xac\xe7\x8e\xad\xe7\x8e\xae\xe7\x8e\xaf\xe7\x8e\xb0\xe7\x8e\xb1\xe7\x8e\xb2\xe7\x8e\xb3\xe7\x8e\xb4\xe7\x8e\xb5\xe7\x8e\xb6\xe7\x8e\xb7\xe7\x8e\xb8\xe7\x8e\xb9\xe7\x8e\xba\xe7\x8e\xbb\xe7\x8e\xbc\xe7\x8e\xbd\xe7\x8e\xbe\xe7\x8e\xbf\xe7\x8f\x80\xe7\x8f\x81\xe7\x8f\x82\xe7\x8f\x83\xe7\x8f\x84\xe7\x8f\x85\xe7\x8f\x86\xe7\x8f\x87\xe7\x8f\x88\xe7\x8f\x89\xe7\x8f\x8a\xe7\x8f\x8b\xe7\x8f\x8c\xe7\x8f\x8d\xe7\x8f\x8e\xe7\x8f\x8f\xe7\x8f\x90\xe7\x8f\x91\xe7\x8f\x92\xe7\x8f\x93\xe7\x8f\x94\xe7\x8f\x95\xe7\x8f\x96\xe7\x8f\x97\xe7\x8f\x98\xe7\x8f\x99\xe7\x8f\x9a\xe7\x8f\x9b\xe7\x8f\x9c\xe7\x8f\x9d\xe7\x8f\x9e\xe7\x8f\x9f\xe7\x8f\xa0\xe7\x8f\xa1\xe7\x8f\xa2\xe7\x8f\xa3\xe7\x8f\xa4\xe7\x8f\xa5\xe7\x8f\xa6\xe7\x8f\xa7\xe7\x8f\xa8\xe7\x8f\xa9\xe7\x8f\xaa\xe7\x8f\xab\xe7\x8f\xac\xe7\x8f\xad\xe7\x8f\xae\xe7\x8f\xaf\xe7\x8f\xb0\xe7\x8f\xb1\xe7\x8f\xb2\xe7\x8f\xb3\xe7\x8f\xb4\xe7\x8f\xb5\xe7\x8f\xb6\xe7\x8f\xb7\xe7\x8f\xb8\xe7\x8f\xb9\xe7\x8f\xba\xe7\x8f\xbb\xe7\x8f\xbc\xe7\x8f\xbd\xe7\x8f\xbe\xe7\x8f\xbf\xe7\x90\x80\xe7\x90\x81\xe7\x90\x82\xe7\x90\x83\xe7\x90\x84\xe7\x90\x85\xe7\x90\x86\xe7\x90\x87\xe7\x90\x88\xe7\x90\x89\xe7\x90\x8a\xe7\x90\x8b\xe7\x90\x8c\xe7\x90\x8d\xe7\x90\x8e\xe7\x90\x8f\xe7\x90\x90\xe7\x90\x91\xe7\x90\x92\xe7\x90\x93\xe7\x90\x94\xe7\x90\x95\xe7\x90\x96\xe7\x90\x97\xe7\x90\x98\xe7\x90\x99\xe7\x90\x9a\xe7\x90\x9b\xe7\x90\x9c\xe7\x90\x9d\xe7\x90\x9e\xe7\x90\x9f\xe7\x90\xa0\xe7\x90\xa1\xe7\x90\xa2\xe7\x90\xa3\xe7\x90\xa4\xe7\x90\xa5\xe7\x90\xa6\xe7\x90\xa7\xe7\x90\xa8\xe7\x90\xa9\xe7\x90\xaa\xe7\x90\xab\xe7\x90\xac\xe7\x90\xad\xe7\x90\xae\xe7\x90\xaf\xe7\x90\xb0\xe7\x90\xb1\xe7\x90\xb2\xe7\x90\xb3\xe7\x90\xb4\xe7\x90\xb5\xe7\x90\xb6\xe7\x90\xb7\xe7\x90\xb8\xe7\x90\xb9\xe7\x90\xba\xe7\x90\xbb\xe7\x90\xbc\xe7\x90\xbd\xe7\x90\xbe\xe7\x90\xbf\xe7\x91\x80\xe7\x91\x81\xe7\x91\x82\xe7\x91\x83\xe7\x91\x84\xe7\x91\x85\xe7\x91\x86\xe7\x91\x87\xe7\x91\x88\xe7\x91\x89\xe7\x91\x8a\xe7\x91\x8b\xe7\x91\x8c\xe7\x91\x8d\xe7\x91\x8e\xe7\x91\x8f\xe7\x91\x90\xe7\x91\x91\xe7\x91\x92\xe7\x91\x93\xe7\x91\x94\xe7\x91\x95\xe7\x91\x96\xe7\x91\x97\xe7\x91\x98\xe7\x91\x99\xe7\x91\x9a\xe7\x91\x9b\xe7\x91\x9c\xe7\x91\x9d\xe7\x91\x9e\xe7\x91\x9f\xe7\x91\xa0\xe7\x91\xa1\xe7\x91\xa2\xe7\x91\xa3\xe7\x91\xa4\xe7\x91\xa5\xe7\x91\xa6\xe7\x91\xa7\xe7\x91\xa8\xe7\x91\xa9\xe7\x91\xaa\xe7\x91\xab\xe7\x91\xac\xe7\x91\xad\xe7\x91\xae\xe7\x91\xaf\xe7\x91\xb0\xe7\x91\xb1\xe7\x91\xb2\xe7\x91\xb3\xe7\x91\xb4\xe7\x91\xb5\xe7\x91\xb6\xe7\x91\xb7\xe7\x91\xb8\xe7\x91\xb9\xe7\x91\xba\xe7\x91\xbb\xe7\x91\xbc\xe7\x91\xbd\xe7\x91\xbe\xe7\x91\xbf\xe7\x92\x80\xe7\x92\x81\xe7\x92\x82\xe7\x92\x83\xe7\x92\x84\xe7\x92\x85\xe7\x92\x86\xe7\x92\x87\xe7\x92\x88\xe7\x92\x89\xe7\x92\x8a\xe7\x92\x8b\xe7\x92\x8c\xe7\x92\x8d\xe7\x92\x8e\xe7\x92\x8f\xe7\x92\x90\xe7\x92\x91\xe7\x92\x92\xe7\x92\x93\xe7\x92\x94\xe7\x92\x95\xe7\x92\x96\xe7\x92\x97\xe7\x92\x98\xe7\x92\x99\xe7\x92\x9a\xe7\x92\x9b\xe7\x92\x9c\xe7\x92\x9d\xe7\x92\x9e\xe7\x92\x9f\xe7\x92\xa0\xe7\x92\xa1\xe7\x92\xa2\xe7\x92\xa3\xe7\x92\xa4\xe7\x92\xa5\xe7\x92\xa6\xe7\x92\xa7\xe7\x92\xa8\xe7\x92\xa9\xe7\x92\xaa\xe7\x92\xab\xe7\x92\xac\xe7\x92\xad\xe7\x92\xae\xe7\x92\xaf\xe7\x92\xb0\xe7\x92\xb1\xe7\x92\xb2\xe7\x92\xb3\xe7\x92\xb4\xe7\x92\xb5\xe7\x92\xb6\xe7\x92\xb7\xe7\x92\xb8\xe7\x92\xb9\xe7\x92\xba\xe7\x92\xbb\xe7\x92\xbc\xe7\x92\xbd\xe7\x92\xbe\xe7\x92\xbf\xe7\x93\x80\xe7\x93\x81\xe7\x93\x82\xe7\x93\x83\xe7\x93\x84\xe7\x93\x85\xe7\x93\x86\xe7\x93\x87\xe7\x93\x88\xe7\x93\x89\xe7\x93\x8a\xe7\x93\x8b\xe7\x93\x8c\xe7\x93\x8d\xe7\x93\x8e\xe7\x93\x8f\xe7\x93\x90\xe7\x93\x91\xe7\x93\x92\xe7\x93\x93\xe7\x93\x94\xe7\x93\x95\xe7\x93\x96\xe7\x93\x97\xe7\x93\x98\xe7\x93\x99\xe7\x93\x9a\xe7\x93\x9b\xe7\x93\x9c\xe7\x93\x9d\xe7\x93\x9e\xe7\x93\x9f\xe7\x93\xa0\xe7\x93\xa1\xe7\x93\xa2\xe7\x93\xa3\xe7\x93\xa4\xe7\x93\xa5\xe7\x93\xa6\xe7\x93\xa7\xe7\x93\xa8\xe7\x93\xa9\xe7\x93\xaa\xe7\x93\xab\xe7\x93\xac\xe7\x93\xad\xe7\x93\xae\xe7\x93\xaf\xe7\x93\xb0\xe7\x93\xb1\xe7\x93\xb2\xe7\x93\xb3\xe7\x93\xb4\xe7\x93\xb5\xe7\x93\xb6\xe7\x93\xb7\xe7\x93\xb8\xe7\x93\xb9\xe7\x93\xba\xe7\x93\xbb\xe7\x93\xbc\xe7\x93\xbd\xe7\x93\xbe\xe7\x93\xbf\xe7\x94\x80\xe7\x94\x81\xe7\x94\x82\xe7\x94\x83\xe7\x94\x84\xe7\x94\x85\xe7\x94\x86\xe7\x94\x87\xe7\x94\x88\xe7\x94\x89\xe7\x94\x8a\xe7\x94\x8b\xe7\x94\x8c\xe7\x94\x8d\xe7\x94\x8e\xe7\x94\x8f\xe7\x94\x90\xe7\x94\x91\xe7\x94\x92\xe7\x94\x93\xe7\x94\x94\xe7\x94\x95\xe7\x94\x96\xe7\x94\x97\xe7\x94\x98\xe7\x94\x99\xe7\x94\x9a\xe7\x94\x9b\xe7\x94\x9c\xe7\x94\x9d\xe7\x94\x9e\xe7\x94\x9f\xe7\x94\xa0\xe7\x94\xa1\xe7\x94\xa2\xe7\x94\xa3\xe7\x94\xa4\xe7\x94\xa5\xe7\x94\xa6\xe7\x94\xa7\xe7\x94\xa8\xe7\x94\xa9\xe7\x94\xaa\xe7\x94\xab\xe7\x94\xac\xe7\x94\xad\xe7\x94\xae\xe7\x94\xaf\xe7\x94\xb0\xe7\x94\xb1\xe7\x94\xb2\xe7\x94\xb3\xe7\x94\xb4\xe7\x94\xb5\xe7\x94\xb6\xe7\x94\xb7\xe7\x94\xb8\xe7\x94\xb9\xe7\x94\xba\xe7\x94\xbb\xe7\x94\xbc\xe7\x94\xbd\xe7\x94\xbe\xe7\x94\xbf\xe7\x95\x80\xe7\x95\x81\xe7\x95\x82\xe7\x95\x83\xe7\x95\x84\xe7\x95\x85\xe7\x95\x86\xe7\x95\x87\xe7\x95\x88\xe7\x95\x89\xe7\x95\x8a\xe7\x95\x8b\xe7\x95\x8c\xe7\x95\x8d\xe7\x95\x8e\xe7\x95\x8f\xe7\x95\x90\xe7\x95\x91\xe7\x95\x92\xe7\x95\x93\xe7\x95\x94\xe7\x95\x95\xe7\x95\x96\xe7\x95\x97\xe7\x95\x98\xe7\x95\x99\xe7\x95\x9a\xe7\x95\x9b\xe7\x95\x9c\xe7\x95\x9d\xe7\x95\x9e\xe7\x95\x9f\xe7\x95\xa0\xe7\x95\xa1\xe7\x95\xa2\xe7\x95\xa3\xe7\x95\xa4\xe7\x95\xa5\xe7\x95\xa6\xe7\x95\xa7\xe7\x95\xa8\xe7\x95\xa9\xe7\x95\xaa\xe7\x95\xab\xe7\x95\xac\xe7\x95\xad\xe7\x95\xae\xe7\x95\xaf\xe7\x95\xb0\xe7\x95\xb1\xe7\x95\xb2\xe7\x95\xb3\xe7\x95\xb4\xe7\x95\xb5\xe7\x95\xb6\xe7\x95\xb7\xe7\x95\xb8\xe7\x95\xb9\xe7\x95\xba\xe7\x95\xbb\xe7\x95\xbc\xe7\x95\xbd\xe7\x95\xbe\xe7\x95\xbf\xe7\x96\x80\xe7\x96\x81\xe7\x96\x82\xe7\x96\x83\xe7\x96\x84\xe7\x96\x85\xe7\x96\x86\xe7\x96\x87\xe7\x96\x88\xe7\x96\x89\xe7\x96\x8a\xe7\x96\x8b\xe7\x96\x8c\xe7\x96\x8d\xe7\x96\x8e\xe7\x96\x8f\xe7\x96\x90\xe7\x96\x91\xe7\x96\x92\xe7\x96\x93\xe7\x96\x94\xe7\x96\x95\xe7\x96\x96\xe7\x96\x97\xe7\x96\x98\xe7\x96\x99\xe7\x96\x9a\xe7\x96\x9b\xe7\x96\x9c\xe7\x96\x9d\xe7\x96\x9e\xe7\x96\x9f\xe7\x96\xa0\xe7\x96\xa1\xe7\x96\xa2\xe7\x96\xa3\xe7\x96\xa4\xe7\x96\xa5\xe7\x96\xa6\xe7\x96\xa7\xe7\x96\xa8\xe7\x96\xa9\xe7\x96\xaa\xe7\x96\xab\xe7\x96\xac\xe7\x96\xad\xe7\x96\xae\xe7\x96\xaf\xe7\x96\xb0\xe7\x96\xb1\xe7\x96\xb2\xe7\x96\xb3\xe7\x96\xb4\xe7\x96\xb5\xe7\x96\xb6\xe7\x96\xb7\xe7\x96\xb8\xe7\x96\xb9\xe7\x96\xba\xe7\x96\xbb\xe7\x96\xbc\xe7\x96\xbd\xe7\x96\xbe\xe7\x96\xbf\xe7\x97\x80\xe7\x97\x81\xe7\x97\x82\xe7\x97\x83\xe7\x97\x84\xe7\x97\x85\xe7\x97\x86\xe7\x97\x87\xe7\x97\x88\xe7\x97\x89\xe7\x97\x8a\xe7\x97\x8b\xe7\x97\x8c\xe7\x97\x8d\xe7\x97\x8e\xe7\x97\x8f\xe7\x97\x90\xe7\x97\x91\xe7\x97\x92\xe7\x97\x93\xe7\x97\x94\xe7\x97\x95\xe7\x97\x96\xe7\x97\x97\xe7\x97\x98\xe7\x97\x99\xe7\x97\x9a\xe7\x97\x9b\xe7\x97\x9c\xe7\x97\x9d\xe7\x97\x9e\xe7\x97\x9f\xe7\x97\xa0\xe7\x97\xa1\xe7\x97\xa2\xe7\x97\xa3\xe7\x97\xa4\xe7\x97\xa5\xe7\x97\xa6\xe7\x97\xa7\xe7\x97\xa8\xe7\x97\xa9\xe7\x97\xaa\xe7\x97\xab\xe7\x97\xac\xe7\x97\xad\xe7\x97\xae\xe7\x97\xaf\xe7\x97\xb0\xe7\x97\xb1\xe7\x97\xb2\xe7\x97\xb3\xe7\x97\xb4\xe7\x97\xb5\xe7\x97\xb6\xe7\x97\xb7\xe7\x97\xb8\xe7\x97\xb9\xe7\x97\xba\xe7\x97\xbb\xe7\x97\xbc\xe7\x97\xbd\xe7\x97\xbe\xe7\x97\xbf\xe7\x98\x80\xe7\x98\x81\xe7\x98\x82\xe7\x98\x83\xe7\x98\x84\xe7\x98\x85\xe7\x98\x86\xe7\x98\x87\xe7\x98\x88\xe7\x98\x89\xe7\x98\x8a\xe7\x98\x8b\xe7\x98\x8c\xe7\x98\x8d\xe7\x98\x8e\xe7\x98\x8f\xe7\x98\x90\xe7\x98\x91\xe7\x98\x92\xe7\x98\x93\xe7\x98\x94\xe7\x98\x95\xe7\x98\x96\xe7\x98\x97\xe7\x98\x98\xe7\x98\x99\xe7\x98\x9a\xe7\x98\x9b\xe7\x98\x9c\xe7\x98\x9d\xe7\x98\x9e\xe7\x98\x9f\xe7\x98\xa0\xe7\x98\xa1\xe7\x98\xa2\xe7\x98\xa3\xe7\x98\xa4\xe7\x98\xa5\xe7\x98\xa6\xe7\x98\xa7\xe7\x98\xa8\xe7\x98\xa9\xe7\x98\xaa\xe7\x98\xab\xe7\x98\xac\xe7\x98\xad\xe7\x98\xae\xe7\x98\xaf\xe7\x98\xb0\xe7\x98\xb1\xe7\x98\xb2\xe7\x98\xb3\xe7\x98\xb4\xe7\x98\xb5\xe7\x98\xb6\xe7\x98\xb7\xe7\x98\xb8\xe7\x98\xb9\xe7\x98\xba\xe7\x98\xbb\xe7\x98\xbc\xe7\x98\xbd\xe7\x98\xbe\xe7\x98\xbf\xe7\x99\x80\xe7\x99\x81\xe7\x99\x82\xe7\x99\x83\xe7\x99\x84\xe7\x99\x85\xe7\x99\x86\xe7\x99\x87\xe7\x99\x88\xe7\x99\x89\xe7\x99\x8a\xe7\x99\x8b\xe7\x99\x8c\xe7\x99\x8d\xe7\x99\x8e\xe7\x99\x8f\xe7\x99\x90\xe7\x99\x91\xe7\x99\x92\xe7\x99\x93\xe7\x99\x94\xe7\x99\x95\xe7\x99\x96\xe7\x99\x97\xe7\x99\x98\xe7\x99\x99\xe7\x99\x9a\xe7\x99\x9b\xe7\x99\x9c\xe7\x99\x9d\xe7\x99\x9e\xe7\x99\x9f\xe7\x99\xa0\xe7\x99\xa1\xe7\x99\xa2\xe7\x99\xa3\xe7\x99\xa4\xe7\x99\xa5\xe7\x99\xa6\xe7\x99\xa7\xe7\x99\xa8\xe7\x99\xa9\xe7\x99\xaa\xe7\x99\xab\xe7\x99\xac\xe7\x99\xad\xe7\x99\xae\xe7\x99\xaf\xe7\x99\xb0\xe7\x99\xb1\xe7\x99\xb2\xe7\x99\xb3\xe7\x99\xb4\xe7\x99\xb5\xe7\x99\xb6\xe7\x99\xb7\xe7\x99\xb8\xe7\x99\xb9\xe7\x99\xba\xe7\x99\xbb\xe7\x99\xbc\xe7\x99\xbd\xe7\x99\xbe\xe7\x99\xbf\xe7\x9a\x80\xe7\x9a\x81\xe7\x9a\x82\xe7\x9a\x83\xe7\x9a\x84\xe7\x9a\x85\xe7\x9a\x86\xe7\x9a\x87\xe7\x9a\x88\xe7\x9a\x89\xe7\x9a\x8a\xe7\x9a\x8b\xe7\x9a\x8c\xe7\x9a\x8d\xe7\x9a\x8e\xe7\x9a\x8f\xe7\x9a\x90\xe7\x9a\x91\xe7\x9a\x92\xe7\x9a\x93\xe7\x9a\x94\xe7\x9a\x95\xe7\x9a\x96\xe7\x9a\x97\xe7\x9a\x98\xe7\x9a\x99\xe7\x9a\x9a\xe7\x9a\x9b\xe7\x9a\x9c\xe7\x9a\x9d\xe7\x9a\x9e\xe7\x9a\x9f\xe7\x9a\xa0\xe7\x9a\xa1\xe7\x9a\xa2\xe7\x9a\xa3\xe7\x9a\xa4\xe7\x9a\xa5\xe7\x9a\xa6\xe7\x9a\xa7\xe7\x9a\xa8\xe7\x9a\xa9\xe7\x9a\xaa\xe7\x9a\xab\xe7\x9a\xac\xe7\x9a\xad\xe7\x9a\xae\xe7\x9a\xaf\xe7\x9a\xb0\xe7\x9a\xb1\xe7\x9a\xb2\xe7\x9a\xb3\xe7\x9a\xb4\xe7\x9a\xb5\xe7\x9a\xb6\xe7\x9a\xb7\xe7\x9a\xb8\xe7\x9a\xb9\xe7\x9a\xba\xe7\x9a\xbb\xe7\x9a\xbc\xe7\x9a\xbd\xe7\x9a\xbe\xe7\x9a\xbf\xe7\x9b\x80\xe7\x9b\x81\xe7\x9b\x82\xe7\x9b\x83\xe7\x9b\x84\xe7\x9b\x85\xe7\x9b\x86\xe7\x9b\x87\xe7\x9b\x88\xe7\x9b\x89\xe7\x9b\x8a\xe7\x9b\x8b\xe7\x9b\x8c\xe7\x9b\x8d\xe7\x9b\x8e\xe7\x9b\x8f\xe7\x9b\x90\xe7\x9b\x91\xe7\x9b\x92\xe7\x9b\x93\xe7\x9b\x94\xe7\x9b\x95\xe7\x9b\x96\xe7\x9b\x97\xe7\x9b\x98\xe7\x9b\x99\xe7\x9b\x9a\xe7\x9b\x9b\xe7\x9b\x9c\xe7\x9b\x9d\xe7\x9b\x9e\xe7\x9b\x9f\xe7\x9b\xa0\xe7\x9b\xa1\xe7\x9b\xa2\xe7\x9b\xa3\xe7\x9b\xa4\xe7\x9b\xa5\xe7\x9b\xa6\xe7\x9b\xa7\xe7\x9b\xa8\xe7\x9b\xa9\xe7\x9b\xaa\xe7\x9b\xab\xe7\x9b\xac\xe7\x9b\xad\xe7\x9b\xae\xe7\x9b\xaf\xe7\x9b\xb0\xe7\x9b\xb1\xe7\x9b\xb2\xe7\x9b\xb3\xe7\x9b\xb4\xe7\x9b\xb5\xe7\x9b\xb6\xe7\x9b\xb7\xe7\x9b\xb8\xe7\x9b\xb9\xe7\x9b\xba\xe7\x9b\xbb\xe7\x9b\xbc\xe7\x9b\xbd\xe7\x9b\xbe\xe7\x9b\xbf\xe7\x9c\x80\xe7\x9c\x81\xe7\x9c\x82\xe7\x9c\x83\xe7\x9c\x84\xe7\x9c\x85\xe7\x9c\x86\xe7\x9c\x87\xe7\x9c\x88\xe7\x9c\x89\xe7\x9c\x8a\xe7\x9c\x8b\xe7\x9c\x8c\xe7\x9c\x8d\xe7\x9c\x8e\xe7\x9c\x8f\xe7\x9c\x90\xe7\x9c\x91\xe7\x9c\x92\xe7\x9c\x93\xe7\x9c\x94\xe7\x9c\x95\xe7\x9c\x96\xe7\x9c\x97\xe7\x9c\x98\xe7\x9c\x99\xe7\x9c\x9a\xe7\x9c\x9b\xe7\x9c\x9c\xe7\x9c\x9d\xe7\x9c\x9e\xe7\x9c\x9f\xe7\x9c\xa0\xe7\x9c\xa1\xe7\x9c\xa2\xe7\x9c\xa3\xe7\x9c\xa4\xe7\x9c\xa5\xe7\x9c\xa6\xe7\x9c\xa7\xe7\x9c\xa8\xe7\x9c\xa9\xe7\x9c\xaa\xe7\x9c\xab\xe7\x9c\xac\xe7\x9c\xad\xe7\x9c\xae\xe7\x9c\xaf\xe7\x9c\xb0\xe7\x9c\xb1\xe7\x9c\xb2\xe7\x9c\xb3\xe7\x9c\xb4\xe7\x9c\xb5\xe7\x9c\xb6\xe7\x9c\xb7\xe7\x9c\xb8\xe7\x9c\xb9\xe7\x9c\xba\xe7\x9c\xbb\xe7\x9c\xbc\xe7\x9c\xbd\xe7\x9c\xbe\xe7\x9c\xbf\xe7\x9d\x80\xe7\x9d\x81\xe7\x9d\x82\xe7\x9d\x83\xe7\x9d\x84\xe7\x9d\x85\xe7\x9d\x86\xe7\x9d\x87\xe7\x9d\x88\xe7\x9d\x89\xe7\x9d\x8a\xe7\x9d\x8b\xe7\x9d\x8c\xe7\x9d\x8d\xe7\x9d\x8e\xe7\x9d\x8f\xe7\x9d\x90\xe7\x9d\x91\xe7\x9d\x92\xe7\x9d\x93\xe7\x9d\x94\xe7\x9d\x95\xe7\x9d\x96\xe7\x9d\x97\xe7\x9d\x98\xe7\x9d\x99\xe7\x9d\x9a\xe7\x9d\x9b\xe7\x9d\x9c\xe7\x9d\x9d\xe7\x9d\x9e\xe7\x9d\x9f\xe7\x9d\xa0\xe7\x9d\xa1\xe7\x9d\xa2\xe7\x9d\xa3\xe7\x9d\xa4\xe7\x9d\xa5\xe7\x9d\xa6\xe7\x9d\xa7\xe7\x9d\xa8\xe7\x9d\xa9\xe7\x9d\xaa\xe7\x9d\xab\xe7\x9d\xac\xe7\x9d\xad\xe7\x9d\xae\xe7\x9d\xaf\xe7\x9d\xb0\xe7\x9d\xb1\xe7\x9d\xb2\xe7\x9d\xb3\xe7\x9d\xb4\xe7\x9d\xb5\xe7\x9d\xb6\xe7\x9d\xb7\xe7\x9d\xb8\xe7\x9d\xb9\xe7\x9d\xba\xe7\x9d\xbb\xe7\x9d\xbc\xe7\x9d\xbd\xe7\x9d\xbe\xe7\x9d\xbf\xe7\x9e\x80\xe7\x9e\x81\xe7\x9e\x82\xe7\x9e\x83\xe7\x9e\x84\xe7\x9e\x85\xe7\x9e\x86\xe7\x9e\x87\xe7\x9e\x88\xe7\x9e\x89\xe7\x9e\x8a\xe7\x9e\x8b\xe7\x9e\x8c\xe7\x9e\x8d\xe7\x9e\x8e\xe7\x9e\x8f\xe7\x9e\x90\xe7\x9e\x91\xe7\x9e\x92\xe7\x9e\x93\xe7\x9e\x94\xe7\x9e\x95\xe7\x9e\x96\xe7\x9e\x97\xe7\x9e\x98\xe7\x9e\x99\xe7\x9e\x9a\xe7\x9e\x9b\xe7\x9e\x9c\xe7\x9e\x9d\xe7\x9e\x9e\xe7\x9e\x9f\xe7\x9e\xa0\xe7\x9e\xa1\xe7\x9e\xa2\xe7\x9e\xa3\xe7\x9e\xa4\xe7\x9e\xa5\xe7\x9e\xa6\xe7\x9e\xa7\xe7\x9e\xa8\xe7\x9e\xa9\xe7\x9e\xaa\xe7\x9e\xab\xe7\x9e\xac\xe7\x9e\xad\xe7\x9e\xae\xe7\x9e\xaf\xe7\x9e\xb0\xe7\x9e\xb1\xe7\x9e\xb2\xe7\x9e\xb3\xe7\x9e\xb4\xe7\x9e\xb5\xe7\x9e\xb6\xe7\x9e\xb7\xe7\x9e\xb8\xe7\x9e\xb9\xe7\x9e\xba\xe7\x9e\xbb\xe7\x9e\xbc\xe7\x9e\xbd\xe7\x9e\xbe\xe7\x9e\xbf\xe7\x9f\x80\xe7\x9f\x81\xe7\x9f\x82\xe7\x9f\x83\xe7\x9f\x84\xe7\x9f\x85\xe7\x9f\x86\xe7\x9f\x87\xe7\x9f\x88\xe7\x9f\x89\xe7\x9f\x8a\xe7\x9f\x8b\xe7\x9f\x8c\xe7\x9f\x8d\xe7\x9f\x8e\xe7\x9f\x8f\xe7\x9f\x90\xe7\x9f\x91\xe7\x9f\x92\xe7\x9f\x93\xe7\x9f\x94\xe7\x9f\x95\xe7\x9f\x96\xe7\x9f\x97\xe7\x9f\x98\xe7\x9f\x99\xe7\x9f\x9a\xe7\x9f\x9b\xe7\x9f\x9c\xe7\x9f\x9d\xe7\x9f\x9e\xe7\x9f\x9f\xe7\x9f\xa0\xe7\x9f\xa1\xe7\x9f\xa2\xe7\x9f\xa3\xe7\x9f\xa4\xe7\x9f\xa5\xe7\x9f\xa6\xe7\x9f\xa7\xe7\x9f\xa8\xe7\x9f\xa9\xe7\x9f\xaa\xe7\x9f\xab\xe7\x9f\xac\xe7\x9f\xad\xe7\x9f\xae\xe7\x9f\xaf\xe7\x9f\xb0\xe7\x9f\xb1\xe7\x9f\xb2\xe7\x9f\xb3\xe7\x9f\xb4\xe7\x9f\xb5\xe7\x9f\xb6\xe7\x9f\xb7\xe7\x9f\xb8\xe7\x9f\xb9\xe7\x9f\xba\xe7\x9f\xbb\xe7\x9f\xbc\xe7\x9f\xbd\xe7\x9f\xbe\xe7\x9f\xbf\xe7\xa0\x80\xe7\xa0\x81\xe7\xa0\x82\xe7\xa0\x83\xe7\xa0\x84\xe7\xa0\x85\xe7\xa0\x86\xe7\xa0\x87\xe7\xa0\x88\xe7\xa0\x89\xe7\xa0\x8a\xe7\xa0\x8b\xe7\xa0\x8c\xe7\xa0\x8d\xe7\xa0\x8e\xe7\xa0\x8f\xe7\xa0\x90\xe7\xa0\x91\xe7\xa0\x92\xe7\xa0\x93\xe7\xa0\x94\xe7\xa0\x95\xe7\xa0\x96\xe7\xa0\x97\xe7\xa0\x98\xe7\xa0\x99\xe7\xa0\x9a\xe7\xa0\x9b\xe7\xa0\x9c\xe7\xa0\x9d\xe7\xa0\x9e\xe7\xa0\x9f\xe7\xa0\xa0\xe7\xa0\xa1\xe7\xa0\xa2\xe7\xa0\xa3\xe7\xa0\xa4\xe7\xa0\xa5\xe7\xa0\xa6\xe7\xa0\xa7\xe7\xa0\xa8\xe7\xa0\xa9\xe7\xa0\xaa\xe7\xa0\xab\xe7\xa0\xac\xe7\xa0\xad\xe7\xa0\xae\xe7\xa0\xaf\xe7\xa0\xb0\xe7\xa0\xb1\xe7\xa0\xb2\xe7\xa0\xb3\xe7\xa0\xb4\xe7\xa0\xb5\xe7\xa0\xb6\xe7\xa0\xb7\xe7\xa0\xb8\xe7\xa0\xb9\xe7\xa0\xba\xe7\xa0\xbb\xe7\xa0\xbc\xe7\xa0\xbd\xe7\xa0\xbe\xe7\xa0\xbf\xe7\xa1\x80\xe7\xa1\x81\xe7\xa1\x82\xe7\xa1\x83\xe7\xa1\x84\xe7\xa1\x85\xe7\xa1\x86\xe7\xa1\x87\xe7\xa1\x88\xe7\xa1\x89\xe7\xa1\x8a\xe7\xa1\x8b\xe7\xa1\x8c\xe7\xa1\x8d\xe7\xa1\x8e\xe7\xa1\x8f\xe7\xa1\x90\xe7\xa1\x91\xe7\xa1\x92\xe7\xa1\x93\xe7\xa1\x94\xe7\xa1\x95\xe7\xa1\x96\xe7\xa1\x97\xe7\xa1\x98\xe7\xa1\x99\xe7\xa1\x9a\xe7\xa1\x9b\xe7\xa1\x9c\xe7\xa1\x9d\xe7\xa1\x9e\xe7\xa1\x9f\xe7\xa1\xa0\xe7\xa1\xa1\xe7\xa1\xa2\xe7\xa1\xa3\xe7\xa1\xa4\xe7\xa1\xa5\xe7\xa1\xa6\xe7\xa1\xa7\xe7\xa1\xa8\xe7\xa1\xa9\xe7\xa1\xaa\xe7\xa1\xab\xe7\xa1\xac\xe7\xa1\xad\xe7\xa1\xae\xe7\xa1\xaf\xe7\xa1\xb0\xe7\xa1\xb1\xe7\xa1\xb2\xe7\xa1\xb3\xe7\xa1\xb4\xe7\xa1\xb5\xe7\xa1\xb6\xe7\xa1\xb7\xe7\xa1\xb8\xe7\xa1\xb9\xe7\xa1\xba\xe7\xa1\xbb\xe7\xa1\xbc\xe7\xa1\xbd\xe7\xa1\xbe\xe7\xa1\xbf\xe7\xa2\x80\xe7\xa2\x81\xe7\xa2\x82\xe7\xa2\x83\xe7\xa2\x84\xe7\xa2\x85\xe7\xa2\x86\xe7\xa2\x87\xe7\xa2\x88\xe7\xa2\x89\xe7\xa2\x8a\xe7\xa2\x8b\xe7\xa2\x8c\xe7\xa2\x8d\xe7\xa2\x8e\xe7\xa2\x8f\xe7\xa2\x90\xe7\xa2\x91\xe7\xa2\x92\xe7\xa2\x93\xe7\xa2\x94\xe7\xa2\x95\xe7\xa2\x96\xe7\xa2\x97\xe7\xa2\x98\xe7\xa2\x99\xe7\xa2\x9a\xe7\xa2\x9b\xe7\xa2\x9c\xe7\xa2\x9d\xe7\xa2\x9e\xe7\xa2\x9f\xe7\xa2\xa0\xe7\xa2\xa1\xe7\xa2\xa2\xe7\xa2\xa3\xe7\xa2\xa4\xe7\xa2\xa5\xe7\xa2\xa6\xe7\xa2\xa7\xe7\xa2\xa8\xe7\xa2\xa9\xe7\xa2\xaa\xe7\xa2\xab\xe7\xa2\xac\xe7\xa2\xad\xe7\xa2\xae\xe7\xa2\xaf\xe7\xa2\xb0\xe7\xa2\xb1\xe7\xa2\xb2\xe7\xa2\xb3\xe7\xa2\xb4\xe7\xa2\xb5\xe7\xa2\xb6\xe7\xa2\xb7\xe7\xa2\xb8\xe7\xa2\xb9\xe7\xa2\xba\xe7\xa2\xbb\xe7\xa2\xbc\xe7\xa2\xbd\xe7\xa2\xbe\xe7\xa2\xbf\xe7\xa3\x80\xe7\xa3\x81\xe7\xa3\x82\xe7\xa3\x83\xe7\xa3\x84\xe7\xa3\x85\xe7\xa3\x86\xe7\xa3\x87\xe7\xa3\x88\xe7\xa3\x89\xe7\xa3\x8a\xe7\xa3\x8b\xe7\xa3\x8c\xe7\xa3\x8d\xe7\xa3\x8e\xe7\xa3\x8f\xe7\xa3\x90\xe7\xa3\x91\xe7\xa3\x92\xe7\xa3\x93\xe7\xa3\x94\xe7\xa3\x95\xe7\xa3\x96\xe7\xa3\x97\xe7\xa3\x98\xe7\xa3\x99\xe7\xa3\x9a\xe7\xa3\x9b\xe7\xa3\x9c\xe7\xa3\x9d\xe7\xa3\x9e\xe7\xa3\x9f\xe7\xa3\xa0\xe7\xa3\xa1\xe7\xa3\xa2\xe7\xa3\xa3\xe7\xa3\xa4\xe7\xa3\xa5\xe7\xa3\xa6\xe7\xa3\xa7\xe7\xa3\xa8\xe7\xa3\xa9\xe7\xa3\xaa\xe7\xa3\xab\xe7\xa3\xac\xe7\xa3\xad\xe7\xa3\xae\xe7\xa3\xaf\xe7\xa3\xb0\xe7\xa3\xb1\xe7\xa3\xb2\xe7\xa3\xb3\xe7\xa3\xb4\xe7\xa3\xb5\xe7\xa3\xb6\xe7\xa3\xb7\xe7\xa3\xb8\xe7\xa3\xb9\xe7\xa3\xba\xe7\xa3\xbb\xe7\xa3\xbc\xe7\xa3\xbd\xe7\xa3\xbe\xe7\xa3\xbf\xe7\xa4\x80\xe7\xa4\x81\xe7\xa4\x82\xe7\xa4\x83\xe7\xa4\x84\xe7\xa4\x85\xe7\xa4\x86\xe7\xa4\x87\xe7\xa4\x88\xe7\xa4\x89\xe7\xa4\x8a\xe7\xa4\x8b\xe7\xa4\x8c\xe7\xa4\x8d\xe7\xa4\x8e\xe7\xa4\x8f\xe7\xa4\x90\xe7\xa4\x91\xe7\xa4\x92\xe7\xa4\x93\xe7\xa4\x94\xe7\xa4\x95\xe7\xa4\x96\xe7\xa4\x97\xe7\xa4\x98\xe7\xa4\x99\xe7\xa4\x9a\xe7\xa4\x9b\xe7\xa4\x9c\xe7\xa4\x9d\xe7\xa4\x9e\xe7\xa4\x9f\xe7\xa4\xa0\xe7\xa4\xa1\xe7\xa4\xa2\xe7\xa4\xa3\xe7\xa4\xa4\xe7\xa4\xa5\xe7\xa4\xa6\xe7\xa4\xa7\xe7\xa4\xa8\xe7\xa4\xa9\xe7\xa4\xaa\xe7\xa4\xab\xe7\xa4\xac\xe7\xa4\xad\xe7\xa4\xae\xe7\xa4\xaf\xe7\xa4\xb0\xe7\xa4\xb1\xe7\xa4\xb2\xe7\xa4\xb3\xe7\xa4\xb4\xe7\xa4\xb5\xe7\xa4\xb6\xe7\xa4\xb7\xe7\xa4\xb8\xe7\xa4\xb9\xe7\xa4\xba\xe7\xa4\xbb\xe7\xa4\xbc\xe7\xa4\xbd\xe7\xa4\xbe\xe7\xa4\xbf\xe7\xa5\x80\xe7\xa5\x81\xe7\xa5\x82\xe7\xa5\x83\xe7\xa5\x84\xe7\xa5\x85\xe7\xa5\x86\xe7\xa5\x87\xe7\xa5\x88\xe7\xa5\x89\xe7\xa5\x8a\xe7\xa5\x8b\xe7\xa5\x8c\xe7\xa5\x8d\xe7\xa5\x8e\xe7\xa5\x8f\xe7\xa5\x90\xe7\xa5\x91\xe7\xa5\x92\xe7\xa5\x93\xe7\xa5\x94\xe7\xa5\x95\xe7\xa5\x96\xe7\xa5\x97\xe7\xa5\x98\xe7\xa5\x99\xe7\xa5\x9a\xe7\xa5\x9b\xe7\xa5\x9c\xe7\xa5\x9d\xe7\xa5\x9e\xe7\xa5\x9f\xe7\xa5\xa0\xe7\xa5\xa1\xe7\xa5\xa2\xe7\xa5\xa3\xe7\xa5\xa4\xe7\xa5\xa5\xe7\xa5\xa6\xe7\xa5\xa7\xe7\xa5\xa8\xe7\xa5\xa9\xe7\xa5\xaa\xe7\xa5\xab\xe7\xa5\xac\xe7\xa5\xad\xe7\xa5\xae\xe7\xa5\xaf\xe7\xa5\xb0\xe7\xa5\xb1\xe7\xa5\xb2\xe7\xa5\xb3\xe7\xa5\xb4\xe7\xa5\xb5\xe7\xa5\xb6\xe7\xa5\xb7\xe7\xa5\xb8\xe7\xa5\xb9\xe7\xa5\xba\xe7\xa5\xbb\xe7\xa5\xbc\xe7\xa5\xbd\xe7\xa5\xbe\xe7\xa5\xbf\xe7\xa6\x80\xe7\xa6\x81\xe7\xa6\x82\xe7\xa6\x83\xe7\xa6\x84\xe7\xa6\x85\xe7\xa6\x86\xe7\xa6\x87\xe7\xa6\x88\xe7\xa6\x89\xe7\xa6\x8a\xe7\xa6\x8b\xe7\xa6\x8c\xe7\xa6\x8d\xe7\xa6\x8e\xe7\xa6\x8f\xe7\xa6\x90\xe7\xa6\x91\xe7\xa6\x92\xe7\xa6\x93\xe7\xa6\x94\xe7\xa6\x95\xe7\xa6\x96\xe7\xa6\x97\xe7\xa6\x98\xe7\xa6\x99\xe7\xa6\x9a\xe7\xa6\x9b\xe7\xa6\x9c\xe7\xa6\x9d\xe7\xa6\x9e\xe7\xa6\x9f\xe7\xa6\xa0\xe7\xa6\xa1\xe7\xa6\xa2\xe7\xa6\xa3\xe7\xa6\xa4\xe7\xa6\xa5\xe7\xa6\xa6\xe7\xa6\xa7\xe7\xa6\xa8\xe7\xa6\xa9\xe7\xa6\xaa\xe7\xa6\xab\xe7\xa6\xac\xe7\xa6\xad\xe7\xa6\xae\xe7\xa6\xaf\xe7\xa6\xb0\xe7\xa6\xb1\xe7\xa6\xb2\xe7\xa6\xb3\xe7\xa6\xb4\xe7\xa6\xb5\xe7\xa6\xb6\xe7\xa6\xb7\xe7\xa6\xb8\xe7\xa6\xb9\xe7\xa6\xba\xe7\xa6\xbb\xe7\xa6\xbc\xe7\xa6\xbd\xe7\xa6\xbe\xe7\xa6\xbf\xe7\xa7\x80\xe7\xa7\x81\xe7\xa7\x82\xe7\xa7\x83\xe7\xa7\x84\xe7\xa7\x85\xe7\xa7\x86\xe7\xa7\x87\xe7\xa7\x88\xe7\xa7\x89\xe7\xa7\x8a\xe7\xa7\x8b\xe7\xa7\x8c\xe7\xa7\x8d\xe7\xa7\x8e\xe7\xa7\x8f\xe7\xa7\x90\xe7\xa7\x91\xe7\xa7\x92\xe7\xa7\x93\xe7\xa7\x94\xe7\xa7\x95\xe7\xa7\x96\xe7\xa7\x97\xe7\xa7\x98\xe7\xa7\x99\xe7\xa7\x9a\xe7\xa7\x9b\xe7\xa7\x9c\xe7\xa7\x9d\xe7\xa7\x9e\xe7\xa7\x9f\xe7\xa7\xa0\xe7\xa7\xa1\xe7\xa7\xa2\xe7\xa7\xa3\xe7\xa7\xa4\xe7\xa7\xa5\xe7\xa7\xa6\xe7\xa7\xa7\xe7\xa7\xa8\xe7\xa7\xa9\xe7\xa7\xaa\xe7\xa7\xab\xe7\xa7\xac\xe7\xa7\xad\xe7\xa7\xae\xe7\xa7\xaf\xe7\xa7\xb0\xe7\xa7\xb1\xe7\xa7\xb2\xe7\xa7\xb3\xe7\xa7\xb4\xe7\xa7\xb5\xe7\xa7\xb6\xe7\xa7\xb7\xe7\xa7\xb8\xe7\xa7\xb9\xe7\xa7\xba\xe7\xa7\xbb\xe7\xa7\xbc\xe7\xa7\xbd\xe7\xa7\xbe\xe7\xa7\xbf\xe7\xa8\x80\xe7\xa8\x81\xe7\xa8\x82\xe7\xa8\x83\xe7\xa8\x84\xe7\xa8\x85\xe7\xa8\x86\xe7\xa8\x87\xe7\xa8\x88\xe7\xa8\x89\xe7\xa8\x8a\xe7\xa8\x8b\xe7\xa8\x8c\xe7\xa8\x8d\xe7\xa8\x8e\xe7\xa8\x8f\xe7\xa8\x90\xe7\xa8\x91\xe7\xa8\x92\xe7\xa8\x93\xe7\xa8\x94\xe7\xa8\x95\xe7\xa8\x96\xe7\xa8\x97\xe7\xa8\x98\xe7\xa8\x99\xe7\xa8\x9a\xe7\xa8\x9b\xe7\xa8\x9c\xe7\xa8\x9d\xe7\xa8\x9e\xe7\xa8\x9f\xe7\xa8\xa0\xe7\xa8\xa1\xe7\xa8\xa2\xe7\xa8\xa3\xe7\xa8\xa4\xe7\xa8\xa5\xe7\xa8\xa6\xe7\xa8\xa7\xe7\xa8\xa8\xe7\xa8\xa9\xe7\xa8\xaa\xe7\xa8\xab\xe7\xa8\xac\xe7\xa8\xad\xe7\xa8\xae\xe7\xa8\xaf\xe7\xa8\xb0\xe7\xa8\xb1\xe7\xa8\xb2\xe7\xa8\xb3\xe7\xa8\xb4\xe7\xa8\xb5\xe7\xa8\xb6\xe7\xa8\xb7\xe7\xa8\xb8\xe7\xa8\xb9\xe7\xa8\xba\xe7\xa8\xbb\xe7\xa8\xbc\xe7\xa8\xbd\xe7\xa8\xbe\xe7\xa8\xbf\xe7\xa9\x80\xe7\xa9\x81\xe7\xa9\x82\xe7\xa9\x83\xe7\xa9\x84\xe7\xa9\x85\xe7\xa9\x86\xe7\xa9\x87\xe7\xa9\x88\xe7\xa9\x89\xe7\xa9\x8a\xe7\xa9\x8b\xe7\xa9\x8c\xe7\xa9\x8d\xe7\xa9\x8e\xe7\xa9\x8f\xe7\xa9\x90\xe7\xa9\x91\xe7\xa9\x92\xe7\xa9\x93\xe7\xa9\x94\xe7\xa9\x95\xe7\xa9\x96\xe7\xa9\x97\xe7\xa9\x98\xe7\xa9\x99\xe7\xa9\x9a\xe7\xa9\x9b\xe7\xa9\x9c\xe7\xa9\x9d\xe7\xa9\x9e\xe7\xa9\x9f\xe7\xa9\xa0\xe7\xa9\xa1\xe7\xa9\xa2\xe7\xa9\xa3\xe7\xa9\xa4\xe7\xa9\xa5\xe7\xa9\xa6\xe7\xa9\xa7\xe7\xa9\xa8\xe7\xa9\xa9\xe7\xa9\xaa\xe7\xa9\xab\xe7\xa9\xac\xe7\xa9\xad\xe7\xa9\xae\xe7\xa9\xaf\xe7\xa9\xb0\xe7\xa9\xb1\xe7\xa9\xb2\xe7\xa9\xb3\xe7\xa9\xb4\xe7\xa9\xb5\xe7\xa9\xb6\xe7\xa9\xb7\xe7\xa9\xb8\xe7\xa9\xb9\xe7\xa9\xba\xe7\xa9\xbb\xe7\xa9\xbc\xe7\xa9\xbd\xe7\xa9\xbe\xe7\xa9\xbf\xe7\xaa\x80\xe7\xaa\x81\xe7\xaa\x82\xe7\xaa\x83\xe7\xaa\x84\xe7\xaa\x85\xe7\xaa\x86\xe7\xaa\x87\xe7\xaa\x88\xe7\xaa\x89\xe7\xaa\x8a\xe7\xaa\x8b\xe7\xaa\x8c\xe7\xaa\x8d\xe7\xaa\x8e\xe7\xaa\x8f\xe7\xaa\x90\xe7\xaa\x91\xe7\xaa\x92\xe7\xaa\x93\xe7\xaa\x94\xe7\xaa\x95\xe7\xaa\x96\xe7\xaa\x97\xe7\xaa\x98\xe7\xaa\x99\xe7\xaa\x9a\xe7\xaa\x9b\xe7\xaa\x9c\xe7\xaa\x9d\xe7\xaa\x9e\xe7\xaa\x9f\xe7\xaa\xa0\xe7\xaa\xa1\xe7\xaa\xa2\xe7\xaa\xa3\xe7\xaa\xa4\xe7\xaa\xa5\xe7\xaa\xa6\xe7\xaa\xa7\xe7\xaa\xa8\xe7\xaa\xa9\xe7\xaa\xaa\xe7\xaa\xab\xe7\xaa\xac\xe7\xaa\xad\xe7\xaa\xae\xe7\xaa\xaf\xe7\xaa\xb0\xe7\xaa\xb1\xe7\xaa\xb2\xe7\xaa\xb3\xe7\xaa\xb4\xe7\xaa\xb5\xe7\xaa\xb6\xe7\xaa\xb7\xe7\xaa\xb8\xe7\xaa\xb9\xe7\xaa\xba\xe7\xaa\xbb\xe7\xaa\xbc\xe7\xaa\xbd\xe7\xaa\xbe\xe7\xaa\xbf\xe7\xab\x80\xe7\xab\x81\xe7\xab\x82\xe7\xab\x83\xe7\xab\x84\xe7\xab\x85\xe7\xab\x86\xe7\xab\x87\xe7\xab\x88\xe7\xab\x89\xe7\xab\x8a\xe7\xab\x8b\xe7\xab\x8c\xe7\xab\x8d\xe7\xab\x8e\xe7\xab\x8f\xe7\xab\x90\xe7\xab\x91\xe7\xab\x92\xe7\xab\x93\xe7\xab\x94\xe7\xab\x95\xe7\xab\x96\xe7\xab\x97\xe7\xab\x98\xe7\xab\x99\xe7\xab\x9a\xe7\xab\x9b\xe7\xab\x9c\xe7\xab\x9d\xe7\xab\x9e\xe7\xab\x9f\xe7\xab\xa0\xe7\xab\xa1\xe7\xab\xa2\xe7\xab\xa3\xe7\xab\xa4\xe7\xab\xa5\xe7\xab\xa6\xe7\xab\xa7\xe7\xab\xa8\xe7\xab\xa9\xe7\xab\xaa\xe7\xab\xab\xe7\xab\xac\xe7\xab\xad\xe7\xab\xae\xe7\xab\xaf\xe7\xab\xb0\xe7\xab\xb1\xe7\xab\xb2\xe7\xab\xb3\xe7\xab\xb4\xe7\xab\xb5\xe7\xab\xb6\xe7\xab\xb7\xe7\xab\xb8\xe7\xab\xb9\xe7\xab\xba\xe7\xab\xbb\xe7\xab\xbc\xe7\xab\xbd\xe7\xab\xbe\xe7\xab\xbf\xe7\xac\x80\xe7\xac\x81\xe7\xac\x82\xe7\xac\x83\xe7\xac\x84\xe7\xac\x85\xe7\xac\x86\xe7\xac\x87\xe7\xac\x88\xe7\xac\x89\xe7\xac\x8a\xe7\xac\x8b\xe7\xac\x8c\xe7\xac\x8d\xe7\xac\x8e\xe7\xac\x8f\xe7\xac\x90\xe7\xac\x91\xe7\xac\x92\xe7\xac\x93\xe7\xac\x94\xe7\xac\x95\xe7\xac\x96\xe7\xac\x97\xe7\xac\x98\xe7\xac\x99\xe7\xac\x9a\xe7\xac\x9b\xe7\xac\x9c\xe7\xac\x9d\xe7\xac\x9e\xe7\xac\x9f\xe7\xac\xa0\xe7\xac\xa1\xe7\xac\xa2\xe7\xac\xa3\xe7\xac\xa4\xe7\xac\xa5\xe7\xac\xa6\xe7\xac\xa7\xe7\xac\xa8\xe7\xac\xa9\xe7\xac\xaa\xe7\xac\xab\xe7\xac\xac\xe7\xac\xad\xe7\xac\xae\xe7\xac\xaf\xe7\xac\xb0\xe7\xac\xb1\xe7\xac\xb2\xe7\xac\xb3\xe7\xac\xb4\xe7\xac\xb5\xe7\xac\xb6\xe7\xac\xb7\xe7\xac\xb8\xe7\xac\xb9\xe7\xac\xba\xe7\xac\xbb\xe7\xac\xbc\xe7\xac\xbd\xe7\xac\xbe\xe7\xac\xbf\xe7\xad\x80\xe7\xad\x81\xe7\xad\x82\xe7\xad\x83\xe7\xad\x84\xe7\xad\x85\xe7\xad\x86\xe7\xad\x87\xe7\xad\x88\xe7\xad\x89\xe7\xad\x8a\xe7\xad\x8b\xe7\xad\x8c\xe7\xad\x8d\xe7\xad\x8e\xe7\xad\x8f\xe7\xad\x90\xe7\xad\x91\xe7\xad\x92\xe7\xad\x93\xe7\xad\x94\xe7\xad\x95\xe7\xad\x96\xe7\xad\x97\xe7\xad\x98\xe7\xad\x99\xe7\xad\x9a\xe7\xad\x9b\xe7\xad\x9c\xe7\xad\x9d\xe7\xad\x9e\xe7\xad\x9f\xe7\xad\xa0\xe7\xad\xa1\xe7\xad\xa2\xe7\xad\xa3\xe7\xad\xa4\xe7\xad\xa5\xe7\xad\xa6\xe7\xad\xa7\xe7\xad\xa8\xe7\xad\xa9\xe7\xad\xaa\xe7\xad\xab\xe7\xad\xac\xe7\xad\xad\xe7\xad\xae\xe7\xad\xaf\xe7\xad\xb0\xe7\xad\xb1\xe7\xad\xb2\xe7\xad\xb3\xe7\xad\xb4\xe7\xad\xb5\xe7\xad\xb6\xe7\xad\xb7\xe7\xad\xb8\xe7\xad\xb9\xe7\xad\xba\xe7\xad\xbb\xe7\xad\xbc\xe7\xad\xbd\xe7\xad\xbe\xe7\xad\xbf\xe7\xae\x80\xe7\xae\x81\xe7\xae\x82\xe7\xae\x83\xe7\xae\x84\xe7\xae\x85\xe7\xae\x86\xe7\xae\x87\xe7\xae\x88\xe7\xae\x89\xe7\xae\x8a\xe7\xae\x8b\xe7\xae\x8c\xe7\xae\x8d\xe7\xae\x8e\xe7\xae\x8f\xe7\xae\x90\xe7\xae\x91\xe7\xae\x92\xe7\xae\x93\xe7\xae\x94\xe7\xae\x95\xe7\xae\x96\xe7\xae\x97\xe7\xae\x98\xe7\xae\x99\xe7\xae\x9a\xe7\xae\x9b\xe7\xae\x9c\xe7\xae\x9d\xe7\xae\x9e\xe7\xae\x9f\xe7\xae\xa0\xe7\xae\xa1\xe7\xae\xa2\xe7\xae\xa3\xe7\xae\xa4\xe7\xae\xa5\xe7\xae\xa6\xe7\xae\xa7\xe7\xae\xa8\xe7\xae\xa9\xe7\xae\xaa\xe7\xae\xab\xe7\xae\xac\xe7\xae\xad\xe7\xae\xae\xe7\xae\xaf\xe7\xae\xb0\xe7\xae\xb1\xe7\xae\xb2\xe7\xae\xb3\xe7\xae\xb4\xe7\xae\xb5\xe7\xae\xb6\xe7\xae\xb7\xe7\xae\xb8\xe7\xae\xb9\xe7\xae\xba\xe7\xae\xbb\xe7\xae\xbc\xe7\xae\xbd\xe7\xae\xbe\xe7\xae\xbf\xe7\xaf\x80\xe7\xaf\x81\xe7\xaf\x82\xe7\xaf\x83\xe7\xaf\x84\xe7\xaf\x85\xe7\xaf\x86\xe7\xaf\x87\xe7\xaf\x88\xe7\xaf\x89\xe7\xaf\x8a\xe7\xaf\x8b\xe7\xaf\x8c\xe7\xaf\x8d\xe7\xaf\x8e\xe7\xaf\x8f\xe7\xaf\x90\xe7\xaf\x91\xe7\xaf\x92\xe7\xaf\x93\xe7\xaf\x94\xe7\xaf\x95\xe7\xaf\x96\xe7\xaf\x97\xe7\xaf\x98\xe7\xaf\x99\xe7\xaf\x9a\xe7\xaf\x9b\xe7\xaf\x9c\xe7\xaf\x9d\xe7\xaf\x9e\xe7\xaf\x9f\xe7\xaf\xa0\xe7\xaf\xa1\xe7\xaf\xa2\xe7\xaf\xa3\xe7\xaf\xa4\xe7\xaf\xa5\xe7\xaf\xa6\xe7\xaf\xa7\xe7\xaf\xa8\xe7\xaf\xa9\xe7\xaf\xaa\xe7\xaf\xab\xe7\xaf\xac\xe7\xaf\xad\xe7\xaf\xae\xe7\xaf\xaf\xe7\xaf\xb0\xe7\xaf\xb1\xe7\xaf\xb2\xe7\xaf\xb3\xe7\xaf\xb4\xe7\xaf\xb5\xe7\xaf\xb6\xe7\xaf\xb7\xe7\xaf\xb8\xe7\xaf\xb9\xe7\xaf\xba\xe7\xaf\xbb\xe7\xaf\xbc\xe7\xaf\xbd\xe7\xaf\xbe\xe7\xaf\xbf\xe7\xb0\x80\xe7\xb0\x81\xe7\xb0\x82\xe7\xb0\x83\xe7\xb0\x84\xe7\xb0\x85\xe7\xb0\x86\xe7\xb0\x87\xe7\xb0\x88\xe7\xb0\x89\xe7\xb0\x8a\xe7\xb0\x8b\xe7\xb0\x8c\xe7\xb0\x8d\xe7\xb0\x8e\xe7\xb0\x8f\xe7\xb0\x90\xe7\xb0\x91\xe7\xb0\x92\xe7\xb0\x93\xe7\xb0\x94\xe7\xb0\x95\xe7\xb0\x96\xe7\xb0\x97\xe7\xb0\x98\xe7\xb0\x99\xe7\xb0\x9a\xe7\xb0\x9b\xe7\xb0\x9c\xe7\xb0\x9d\xe7\xb0\x9e\xe7\xb0\x9f\xe7\xb0\xa0\xe7\xb0\xa1\xe7\xb0\xa2\xe7\xb0\xa3\xe7\xb0\xa4\xe7\xb0\xa5\xe7\xb0\xa6\xe7\xb0\xa7\xe7\xb0\xa8\xe7\xb0\xa9\xe7\xb0\xaa\xe7\xb0\xab\xe7\xb0\xac\xe7\xb0\xad\xe7\xb0\xae\xe7\xb0\xaf\xe7\xb0\xb0\xe7\xb0\xb1\xe7\xb0\xb2\xe7\xb0\xb3\xe7\xb0\xb4\xe7\xb0\xb5\xe7\xb0\xb6\xe7\xb0\xb7\xe7\xb0\xb8\xe7\xb0\xb9\xe7\xb0\xba\xe7\xb0\xbb\xe7\xb0\xbc\xe7\xb0\xbd\xe7\xb0\xbe\xe7\xb0\xbf\xe7\xb1\x80\xe7\xb1\x81\xe7\xb1\x82\xe7\xb1\x83\xe7\xb1\x84\xe7\xb1\x85\xe7\xb1\x86\xe7\xb1\x87\xe7\xb1\x88\xe7\xb1\x89\xe7\xb1\x8a\xe7\xb1\x8b\xe7\xb1\x8c\xe7\xb1\x8d\xe7\xb1\x8e\xe7\xb1\x8f\xe7\xb1\x90\xe7\xb1\x91\xe7\xb1\x92\xe7\xb1\x93\xe7\xb1\x94\xe7\xb1\x95\xe7\xb1\x96\xe7\xb1\x97\xe7\xb1\x98\xe7\xb1\x99\xe7\xb1\x9a\xe7\xb1\x9b\xe7\xb1\x9c\xe7\xb1\x9d\xe7\xb1\x9e\xe7\xb1\x9f\xe7\xb1\xa0\xe7\xb1\xa1\xe7\xb1\xa2\xe7\xb1\xa3\xe7\xb1\xa4\xe7\xb1\xa5\xe7\xb1\xa6\xe7\xb1\xa7\xe7\xb1\xa8\xe7\xb1\xa9\xe7\xb1\xaa\xe7\xb1\xab\xe7\xb1\xac\xe7\xb1\xad\xe7\xb1\xae\xe7\xb1\xaf\xe7\xb1\xb0\xe7\xb1\xb1\xe7\xb1\xb2\xe7\xb1\xb3\xe7\xb1\xb4\xe7\xb1\xb5\xe7\xb1\xb6\xe7\xb1\xb7\xe7\xb1\xb8\xe7\xb1\xb9\xe7\xb1\xba\xe7\xb1\xbb\xe7\xb1\xbc\xe7\xb1\xbd\xe7\xb1\xbe\xe7\xb1\xbf\xe7\xb2\x80\xe7\xb2\x81\xe7\xb2\x82\xe7\xb2\x83\xe7\xb2\x84\xe7\xb2\x85\xe7\xb2\x86\xe7\xb2\x87\xe7\xb2\x88\xe7\xb2\x89\xe7\xb2\x8a\xe7\xb2\x8b\xe7\xb2\x8c\xe7\xb2\x8d\xe7\xb2\x8e\xe7\xb2\x8f\xe7\xb2\x90\xe7\xb2\x91\xe7\xb2\x92\xe7\xb2\x93\xe7\xb2\x94\xe7\xb2\x95\xe7\xb2\x96\xe7\xb2\x97\xe7\xb2\x98\xe7\xb2\x99\xe7\xb2\x9a\xe7\xb2\x9b\xe7\xb2\x9c\xe7\xb2\x9d\xe7\xb2\x9e\xe7\xb2\x9f\xe7\xb2\xa0\xe7\xb2\xa1\xe7\xb2\xa2\xe7\xb2\xa3\xe7\xb2\xa4\xe7\xb2\xa5\xe7\xb2\xa6\xe7\xb2\xa7\xe7\xb2\xa8\xe7\xb2\xa9\xe7\xb2\xaa\xe7\xb2\xab\xe7\xb2\xac\xe7\xb2\xad\xe7\xb2\xae\xe7\xb2\xaf\xe7\xb2\xb0\xe7\xb2\xb1\xe7\xb2\xb2\xe7\xb2\xb3\xe7\xb2\xb4\xe7\xb2\xb5\xe7\xb2\xb6\xe7\xb2\xb7\xe7\xb2\xb8\xe7\xb2\xb9\xe7\xb2\xba\xe7\xb2\xbb\xe7\xb2\xbc\xe7\xb2\xbd\xe7\xb2\xbe\xe7\xb2\xbf\xe7\xb3\x80\xe7\xb3\x81\xe7\xb3\x82\xe7\xb3\x83\xe7\xb3\x84\xe7\xb3\x85\xe7\xb3\x86\xe7\xb3\x87\xe7\xb3\x88\xe7\xb3\x89\xe7\xb3\x8a\xe7\xb3\x8b\xe7\xb3\x8c\xe7\xb3\x8d\xe7\xb3\x8e\xe7\xb3\x8f\xe7\xb3\x90\xe7\xb3\x91\xe7\xb3\x92\xe7\xb3\x93\xe7\xb3\x94\xe7\xb3\x95\xe7\xb3\x96\xe7\xb3\x97\xe7\xb3\x98\xe7\xb3\x99\xe7\xb3\x9a\xe7\xb3\x9b\xe7\xb3\x9c\xe7\xb3\x9d\xe7\xb3\x9e\xe7\xb3\x9f\xe7\xb3\xa0\xe7\xb3\xa1\xe7\xb3\xa2\xe7\xb3\xa3\xe7\xb3\xa4\xe7\xb3\xa5\xe7\xb3\xa6\xe7\xb3\xa7\xe7\xb3\xa8\xe7\xb3\xa9\xe7\xb3\xaa\xe7\xb3\xab\xe7\xb3\xac\xe7\xb3\xad\xe7\xb3\xae\xe7\xb3\xaf\xe7\xb3\xb0\xe7\xb3\xb1\xe7\xb3\xb2\xe7\xb3\xb3\xe7\xb3\xb4\xe7\xb3\xb5\xe7\xb3\xb6\xe7\xb3\xb7\xe7\xb3\xb8\xe7\xb3\xb9\xe7\xb3\xba\xe7\xb3\xbb\xe7\xb3\xbc\xe7\xb3\xbd\xe7\xb3\xbe\xe7\xb3\xbf\xe7\xb4\x80\xe7\xb4\x81\xe7\xb4\x82\xe7\xb4\x83\xe7\xb4\x84\xe7\xb4\x85\xe7\xb4\x86\xe7\xb4\x87\xe7\xb4\x88\xe7\xb4\x89\xe7\xb4\x8a\xe7\xb4\x8b\xe7\xb4\x8c\xe7\xb4\x8d\xe7\xb4\x8e\xe7\xb4\x8f\xe7\xb4\x90\xe7\xb4\x91\xe7\xb4\x92\xe7\xb4\x93\xe7\xb4\x94\xe7\xb4\x95\xe7\xb4\x96\xe7\xb4\x97\xe7\xb4\x98\xe7\xb4\x99\xe7\xb4\x9a\xe7\xb4\x9b\xe7\xb4\x9c\xe7\xb4\x9d\xe7\xb4\x9e\xe7\xb4\x9f\xe7\xb4\xa0\xe7\xb4\xa1\xe7\xb4\xa2\xe7\xb4\xa3\xe7\xb4\xa4\xe7\xb4\xa5\xe7\xb4\xa6\xe7\xb4\xa7\xe7\xb4\xa8\xe7\xb4\xa9\xe7\xb4\xaa\xe7\xb4\xab\xe7\xb4\xac\xe7\xb4\xad\xe7\xb4\xae\xe7\xb4\xaf\xe7\xb4\xb0\xe7\xb4\xb1\xe7\xb4\xb2\xe7\xb4\xb3\xe7\xb4\xb4\xe7\xb4\xb5\xe7\xb4\xb6\xe7\xb4\xb7\xe7\xb4\xb8\xe7\xb4\xb9\xe7\xb4\xba\xe7\xb4\xbb\xe7\xb4\xbc\xe7\xb4\xbd\xe7\xb4\xbe\xe7\xb4\xbf\xe7\xb5\x80\xe7\xb5\x81\xe7\xb5\x82\xe7\xb5\x83\xe7\xb5\x84\xe7\xb5\x85\xe7\xb5\x86\xe7\xb5\x87\xe7\xb5\x88\xe7\xb5\x89\xe7\xb5\x8a\xe7\xb5\x8b\xe7\xb5\x8c\xe7\xb5\x8d\xe7\xb5\x8e\xe7\xb5\x8f\xe7\xb5\x90\xe7\xb5\x91\xe7\xb5\x92\xe7\xb5\x93\xe7\xb5\x94\xe7\xb5\x95\xe7\xb5\x96\xe7\xb5\x97\xe7\xb5\x98\xe7\xb5\x99\xe7\xb5\x9a\xe7\xb5\x9b\xe7\xb5\x9c\xe7\xb5\x9d\xe7\xb5\x9e\xe7\xb5\x9f\xe7\xb5\xa0\xe7\xb5\xa1\xe7\xb5\xa2\xe7\xb5\xa3\xe7\xb5\xa4\xe7\xb5\xa5\xe7\xb5\xa6\xe7\xb5\xa7\xe7\xb5\xa8\xe7\xb5\xa9\xe7\xb5\xaa\xe7\xb5\xab\xe7\xb5\xac\xe7\xb5\xad\xe7\xb5\xae\xe7\xb5\xaf\xe7\xb5\xb0\xe7\xb5\xb1\xe7\xb5\xb2\xe7\xb5\xb3\xe7\xb5\xb4\xe7\xb5\xb5\xe7\xb5\xb6\xe7\xb5\xb7\xe7\xb5\xb8\xe7\xb5\xb9\xe7\xb5\xba\xe7\xb5\xbb\xe7\xb5\xbc\xe7\xb5\xbd\xe7\xb5\xbe\xe7\xb5\xbf\xe7\xb6\x80\xe7\xb6\x81\xe7\xb6\x82\xe7\xb6\x83\xe7\xb6\x84\xe7\xb6\x85\xe7\xb6\x86\xe7\xb6\x87\xe7\xb6\x88\xe7\xb6\x89\xe7\xb6\x8a\xe7\xb6\x8b\xe7\xb6\x8c\xe7\xb6\x8d\xe7\xb6\x8e\xe7\xb6\x8f\xe7\xb6\x90\xe7\xb6\x91\xe7\xb6\x92\xe7\xb6\x93\xe7\xb6\x94\xe7\xb6\x95\xe7\xb6\x96\xe7\xb6\x97\xe7\xb6\x98\xe7\xb6\x99\xe7\xb6\x9a\xe7\xb6\x9b\xe7\xb6\x9c\xe7\xb6\x9d\xe7\xb6\x9e\xe7\xb6\x9f\xe7\xb6\xa0\xe7\xb6\xa1\xe7\xb6\xa2\xe7\xb6\xa3\xe7\xb6\xa4\xe7\xb6\xa5\xe7\xb6\xa6\xe7\xb6\xa7\xe7\xb6\xa8\xe7\xb6\xa9\xe7\xb6\xaa\xe7\xb6\xab\xe7\xb6\xac\xe7\xb6\xad\xe7\xb6\xae\xe7\xb6\xaf\xe7\xb6\xb0\xe7\xb6\xb1\xe7\xb6\xb2\xe7\xb6\xb3\xe7\xb6\xb4\xe7\xb6\xb5\xe7\xb6\xb6\xe7\xb6\xb7\xe7\xb6\xb8\xe7\xb6\xb9\xe7\xb6\xba\xe7\xb6\xbb\xe7\xb6\xbc\xe7\xb6\xbd\xe7\xb6\xbe\xe7\xb6\xbf\xe7\xb7\x80\xe7\xb7\x81\xe7\xb7\x82\xe7\xb7\x83\xe7\xb7\x84\xe7\xb7\x85\xe7\xb7\x86\xe7\xb7\x87\xe7\xb7\x88\xe7\xb7\x89\xe7\xb7\x8a\xe7\xb7\x8b\xe7\xb7\x8c\xe7\xb7\x8d\xe7\xb7\x8e\xe7\xb7\x8f\xe7\xb7\x90\xe7\xb7\x91\xe7\xb7\x92\xe7\xb7\x93\xe7\xb7\x94\xe7\xb7\x95\xe7\xb7\x96\xe7\xb7\x97\xe7\xb7\x98\xe7\xb7\x99\xe7\xb7\x9a\xe7\xb7\x9b\xe7\xb7\x9c\xe7\xb7\x9d\xe7\xb7\x9e\xe7\xb7\x9f\xe7\xb7\xa0\xe7\xb7\xa1\xe7\xb7\xa2\xe7\xb7\xa3\xe7\xb7\xa4\xe7\xb7\xa5\xe7\xb7\xa6\xe7\xb7\xa7\xe7\xb7\xa8\xe7\xb7\xa9\xe7\xb7\xaa\xe7\xb7\xab\xe7\xb7\xac\xe7\xb7\xad\xe7\xb7\xae\xe7\xb7\xaf\xe7\xb7\xb0\xe7\xb7\xb1\xe7\xb7\xb2\xe7\xb7\xb3\xe7\xb7\xb4\xe7\xb7\xb5\xe7\xb7\xb6\xe7\xb7\xb7\xe7\xb7\xb8\xe7\xb7\xb9\xe7\xb7\xba\xe7\xb7\xbb\xe7\xb7\xbc\xe7\xb7\xbd\xe7\xb7\xbe\xe7\xb7\xbf\xe7\xb8\x80\xe7\xb8\x81\xe7\xb8\x82\xe7\xb8\x83\xe7\xb8\x84\xe7\xb8\x85\xe7\xb8\x86\xe7\xb8\x87\xe7\xb8\x88\xe7\xb8\x89\xe7\xb8\x8a\xe7\xb8\x8b\xe7\xb8\x8c\xe7\xb8\x8d\xe7\xb8\x8e\xe7\xb8\x8f\xe7\xb8\x90\xe7\xb8\x91\xe7\xb8\x92\xe7\xb8\x93\xe7\xb8\x94\xe7\xb8\x95\xe7\xb8\x96\xe7\xb8\x97\xe7\xb8\x98\xe7\xb8\x99\xe7\xb8\x9a\xe7\xb8\x9b\xe7\xb8\x9c\xe7\xb8\x9d\xe7\xb8\x9e\xe7\xb8\x9f\xe7\xb8\xa0\xe7\xb8\xa1\xe7\xb8\xa2\xe7\xb8\xa3\xe7\xb8\xa4\xe7\xb8\xa5\xe7\xb8\xa6\xe7\xb8\xa7\xe7\xb8\xa8\xe7\xb8\xa9\xe7\xb8\xaa\xe7\xb8\xab\xe7\xb8\xac\xe7\xb8\xad\xe7\xb8\xae\xe7\xb8\xaf\xe7\xb8\xb0\xe7\xb8\xb1\xe7\xb8\xb2\xe7\xb8\xb3\xe7\xb8\xb4\xe7\xb8\xb5\xe7\xb8\xb6\xe7\xb8\xb7\xe7\xb8\xb8\xe7\xb8\xb9\xe7\xb8\xba\xe7\xb8\xbb\xe7\xb8\xbc\xe7\xb8\xbd\xe7\xb8\xbe\xe7\xb8\xbf\xe7\xb9\x80\xe7\xb9\x81\xe7\xb9\x82\xe7\xb9\x83\xe7\xb9\x84\xe7\xb9\x85\xe7\xb9\x86\xe7\xb9\x87\xe7\xb9\x88\xe7\xb9\x89\xe7\xb9\x8a\xe7\xb9\x8b\xe7\xb9\x8c\xe7\xb9\x8d\xe7\xb9\x8e\xe7\xb9\x8f\xe7\xb9\x90\xe7\xb9\x91\xe7\xb9\x92\xe7\xb9\x93\xe7\xb9\x94\xe7\xb9\x95\xe7\xb9\x96\xe7\xb9\x97\xe7\xb9\x98\xe7\xb9\x99\xe7\xb9\x9a\xe7\xb9\x9b\xe7\xb9\x9c\xe7\xb9\x9d\xe7\xb9\x9e\xe7\xb9\x9f\xe7\xb9\xa0\xe7\xb9\xa1\xe7\xb9\xa2\xe7\xb9\xa3\xe7\xb9\xa4\xe7\xb9\xa5\xe7\xb9\xa6\xe7\xb9\xa7\xe7\xb9\xa8\xe7\xb9\xa9\xe7\xb9\xaa\xe7\xb9\xab\xe7\xb9\xac\xe7\xb9\xad\xe7\xb9\xae\xe7\xb9\xaf\xe7\xb9\xb0\xe7\xb9\xb1\xe7\xb9\xb2\xe7\xb9\xb3\xe7\xb9\xb4\xe7\xb9\xb5\xe7\xb9\xb6\xe7\xb9\xb7\xe7\xb9\xb8\xe7\xb9\xb9\xe7\xb9\xba\xe7\xb9\xbb\xe7\xb9\xbc\xe7\xb9\xbd\xe7\xb9\xbe\xe7\xb9\xbf\xe7\xba\x80\xe7\xba\x81\xe7\xba\x82\xe7\xba\x83\xe7\xba\x84\xe7\xba\x85\xe7\xba\x86\xe7\xba\x87\xe7\xba\x88\xe7\xba\x89\xe7\xba\x8a\xe7\xba\x8b\xe7\xba\x8c\xe7\xba\x8d\xe7\xba\x8e\xe7\xba\x8f\xe7\xba\x90\xe7\xba\x91\xe7\xba\x92\xe7\xba\x93\xe7\xba\x94\xe7\xba\x95\xe7\xba\x96\xe7\xba\x97\xe7\xba\x98\xe7\xba\x99\xe7\xba\x9a\xe7\xba\x9b\xe7\xba\x9c\xe7\xba\x9d\xe7\xba\x9e\xe7\xba\x9f\xe7\xba\xa0\xe7\xba\xa1\xe7\xba\xa2\xe7\xba\xa3\xe7\xba\xa4\xe7\xba\xa5\xe7\xba\xa6\xe7\xba\xa7\xe7\xba\xa8\xe7\xba\xa9\xe7\xba\xaa\xe7\xba\xab\xe7\xba\xac\xe7\xba\xad\xe7\xba\xae\xe7\xba\xaf\xe7\xba\xb0\xe7\xba\xb1\xe7\xba\xb2\xe7\xba\xb3\xe7\xba\xb4\xe7\xba\xb5\xe7\xba\xb6\xe7\xba\xb7\xe7\xba\xb8\xe7\xba\xb9\xe7\xba\xba\xe7\xba\xbb\xe7\xba\xbc\xe7\xba\xbd\xe7\xba\xbe\xe7\xba\xbf\xe7\xbb\x80\xe7\xbb\x81\xe7\xbb\x82\xe7\xbb\x83\xe7\xbb\x84\xe7\xbb\x85\xe7\xbb\x86\xe7\xbb\x87\xe7\xbb\x88\xe7\xbb\x89\xe7\xbb\x8a\xe7\xbb\x8b\xe7\xbb\x8c\xe7\xbb\x8d\xe7\xbb\x8e\xe7\xbb\x8f\xe7\xbb\x90\xe7\xbb\x91\xe7\xbb\x92\xe7\xbb\x93\xe7\xbb\x94\xe7\xbb\x95\xe7\xbb\x96\xe7\xbb\x97\xe7\xbb\x98\xe7\xbb\x99\xe7\xbb\x9a\xe7\xbb\x9b\xe7\xbb\x9c\xe7\xbb\x9d\xe7\xbb\x9e\xe7\xbb\x9f\xe7\xbb\xa0\xe7\xbb\xa1\xe7\xbb\xa2\xe7\xbb\xa3\xe7\xbb\xa4\xe7\xbb\xa5\xe7\xbb\xa6\xe7\xbb\xa7\xe7\xbb\xa8\xe7\xbb\xa9\xe7\xbb\xaa\xe7\xbb\xab\xe7\xbb\xac\xe7\xbb\xad\xe7\xbb\xae\xe7\xbb\xaf\xe7\xbb\xb0\xe7\xbb\xb1\xe7\xbb\xb2\xe7\xbb\xb3\xe7\xbb\xb4\xe7\xbb\xb5\xe7\xbb\xb6\xe7\xbb\xb7\xe7\xbb\xb8\xe7\xbb\xb9\xe7\xbb\xba\xe7\xbb\xbb\xe7\xbb\xbc\xe7\xbb\xbd\xe7\xbb\xbe\xe7\xbb\xbf\xe7\xbc\x80\xe7\xbc\x81\xe7\xbc\x82\xe7\xbc\x83\xe7\xbc\x84\xe7\xbc\x85\xe7\xbc\x86\xe7\xbc\x87\xe7\xbc\x88\xe7\xbc\x89\xe7\xbc\x8a\xe7\xbc\x8b\xe7\xbc\x8c\xe7\xbc\x8d\xe7\xbc\x8e\xe7\xbc\x8f\xe7\xbc\x90\xe7\xbc\x91\xe7\xbc\x92\xe7\xbc\x93\xe7\xbc\x94\xe7\xbc\x95\xe7\xbc\x96\xe7\xbc\x97\xe7\xbc\x98\xe7\xbc\x99\xe7\xbc\x9a\xe7\xbc\x9b\xe7\xbc\x9c\xe7\xbc\x9d\xe7\xbc\x9e\xe7\xbc\x9f\xe7\xbc\xa0\xe7\xbc\xa1\xe7\xbc\xa2\xe7\xbc\xa3\xe7\xbc\xa4\xe7\xbc\xa5\xe7\xbc\xa6\xe7\xbc\xa7\xe7\xbc\xa8\xe7\xbc\xa9\xe7\xbc\xaa\xe7\xbc\xab\xe7\xbc\xac\xe7\xbc\xad\xe7\xbc\xae\xe7\xbc\xaf\xe7\xbc\xb0\xe7\xbc\xb1\xe7\xbc\xb2\xe7\xbc\xb3\xe7\xbc\xb4\xe7\xbc\xb5\xe7\xbc\xb6\xe7\xbc\xb7\xe7\xbc\xb8\xe7\xbc\xb9\xe7\xbc\xba\xe7\xbc\xbb\xe7\xbc\xbc\xe7\xbc\xbd\xe7\xbc\xbe\xe7\xbc\xbf\xe7\xbd\x80\xe7\xbd\x81\xe7\xbd\x82\xe7\xbd\x83\xe7\xbd\x84\xe7\xbd\x85\xe7\xbd\x86\xe7\xbd\x87\xe7\xbd\x88\xe7\xbd\x89\xe7\xbd\x8a\xe7\xbd\x8b\xe7\xbd\x8c\xe7\xbd\x8d\xe7\xbd\x8e\xe7\xbd\x8f\xe7\xbd\x90\xe7\xbd\x91\xe7\xbd\x92\xe7\xbd\x93\xe7\xbd\x94\xe7\xbd\x95\xe7\xbd\x96\xe7\xbd\x97\xe7\xbd\x98\xe7\xbd\x99\xe7\xbd\x9a\xe7\xbd\x9b\xe7\xbd\x9c\xe7\xbd\x9d\xe7\xbd\x9e\xe7\xbd\x9f\xe7\xbd\xa0\xe7\xbd\xa1\xe7\xbd\xa2\xe7\xbd\xa3\xe7\xbd\xa4\xe7\xbd\xa5\xe7\xbd\xa6\xe7\xbd\xa7\xe7\xbd\xa8\xe7\xbd\xa9\xe7\xbd\xaa\xe7\xbd\xab\xe7\xbd\xac\xe7\xbd\xad\xe7\xbd\xae\xe7\xbd\xaf\xe7\xbd\xb0\xe7\xbd\xb1\xe7\xbd\xb2\xe7\xbd\xb3\xe7\xbd\xb4\xe7\xbd\xb5\xe7\xbd\xb6\xe7\xbd\xb7\xe7\xbd\xb8\xe7\xbd\xb9\xe7\xbd\xba\xe7\xbd\xbb\xe7\xbd\xbc\xe7\xbd\xbd\xe7\xbd\xbe\xe7\xbd\xbf\xe7\xbe\x80\xe7\xbe\x81\xe7\xbe\x82\xe7\xbe\x83\xe7\xbe\x84\xe7\xbe\x85\xe7\xbe\x86\xe7\xbe\x87\xe7\xbe\x88\xe7\xbe\x89\xe7\xbe\x8a\xe7\xbe\x8b\xe7\xbe\x8c\xe7\xbe\x8d\xe7\xbe\x8e\xe7\xbe\x8f\xe7\xbe\x90\xe7\xbe\x91\xe7\xbe\x92\xe7\xbe\x93\xe7\xbe\x94\xe7\xbe\x95\xe7\xbe\x96\xe7\xbe\x97\xe7\xbe\x98\xe7\xbe\x99\xe7\xbe\x9a\xe7\xbe\x9b\xe7\xbe\x9c\xe7\xbe\x9d\xe7\xbe\x9e\xe7\xbe\x9f\xe7\xbe\xa0\xe7\xbe\xa1\xe7\xbe\xa2\xe7\xbe\xa3\xe7\xbe\xa4\xe7\xbe\xa5\xe7\xbe\xa6\xe7\xbe\xa7\xe7\xbe\xa8\xe7\xbe\xa9\xe7\xbe\xaa\xe7\xbe\xab\xe7\xbe\xac\xe7\xbe\xad\xe7\xbe\xae\xe7\xbe\xaf\xe7\xbe\xb0\xe7\xbe\xb1\xe7\xbe\xb2\xe7\xbe\xb3\xe7\xbe\xb4\xe7\xbe\xb5\xe7\xbe\xb6\xe7\xbe\xb7\xe7\xbe\xb8\xe7\xbe\xb9\xe7\xbe\xba\xe7\xbe\xbb\xe7\xbe\xbc\xe7\xbe\xbd\xe7\xbe\xbe\xe7\xbe\xbf\xe7\xbf\x80\xe7\xbf\x81\xe7\xbf\x82\xe7\xbf\x83\xe7\xbf\x84\xe7\xbf\x85\xe7\xbf\x86\xe7\xbf\x87\xe7\xbf\x88\xe7\xbf\x89\xe7\xbf\x8a\xe7\xbf\x8b\xe7\xbf\x8c\xe7\xbf\x8d\xe7\xbf\x8e\xe7\xbf\x8f\xe7\xbf\x90\xe7\xbf\x91\xe7\xbf\x92\xe7\xbf\x93\xe7\xbf\x94\xe7\xbf\x95\xe7\xbf\x96\xe7\xbf\x97\xe7\xbf\x98\xe7\xbf\x99\xe7\xbf\x9a\xe7\xbf\x9b\xe7\xbf\x9c\xe7\xbf\x9d\xe7\xbf\x9e\xe7\xbf\x9f\xe7\xbf\xa0\xe7\xbf\xa1\xe7\xbf\xa2\xe7\xbf\xa3\xe7\xbf\xa4\xe7\xbf\xa5\xe7\xbf\xa6\xe7\xbf\xa7\xe7\xbf\xa8\xe7\xbf\xa9\xe7\xbf\xaa\xe7\xbf\xab\xe7\xbf\xac\xe7\xbf\xad\xe7\xbf\xae\xe7\xbf\xaf\xe7\xbf\xb0\xe7\xbf\xb1\xe7\xbf\xb2\xe7\xbf\xb3\xe7\xbf\xb4\xe7\xbf\xb5\xe7\xbf\xb6\xe7\xbf\xb7\xe7\xbf\xb8\xe7\xbf\xb9\xe7\xbf\xba\xe7\xbf\xbb\xe7\xbf\xbc\xe7\xbf\xbd\xe7\xbf\xbe\xe7\xbf\xbf\xe8\x80\x80\xe8\x80\x81\xe8\x80\x82\xe8\x80\x83\xe8\x80\x84\xe8\x80\x85\xe8\x80\x86\xe8\x80\x87\xe8\x80\x88\xe8\x80\x89\xe8\x80\x8a\xe8\x80\x8b\xe8\x80\x8c\xe8\x80\x8d\xe8\x80\x8e\xe8\x80\x8f\xe8\x80\x90\xe8\x80\x91\xe8\x80\x92\xe8\x80\x93\xe8\x80\x94\xe8\x80\x95\xe8\x80\x96\xe8\x80\x97\xe8\x80\x98\xe8\x80\x99\xe8\x80\x9a\xe8\x80\x9b\xe8\x80\x9c\xe8\x80\x9d\xe8\x80\x9e\xe8\x80\x9f\xe8\x80\xa0\xe8\x80\xa1\xe8\x80\xa2\xe8\x80\xa3\xe8\x80\xa4\xe8\x80\xa5\xe8\x80\xa6\xe8\x80\xa7\xe8\x80\xa8\xe8\x80\xa9\xe8\x80\xaa\xe8\x80\xab\xe8\x80\xac\xe8\x80\xad\xe8\x80\xae\xe8\x80\xaf\xe8\x80\xb0\xe8\x80\xb1\xe8\x80\xb2\xe8\x80\xb3\xe8\x80\xb4\xe8\x80\xb5\xe8\x80\xb6\xe8\x80\xb7\xe8\x80\xb8\xe8\x80\xb9\xe8\x80\xba\xe8\x80\xbb\xe8\x80\xbc\xe8\x80\xbd\xe8\x80\xbe\xe8\x80\xbf\xe8\x81\x80\xe8\x81\x81\xe8\x81\x82\xe8\x81\x83\xe8\x81\x84\xe8\x81\x85\xe8\x81\x86\xe8\x81\x87\xe8\x81\x88\xe8\x81\x89\xe8\x81\x8a\xe8\x81\x8b\xe8\x81\x8c\xe8\x81\x8d\xe8\x81\x8e\xe8\x81\x8f\xe8\x81\x90\xe8\x81\x91\xe8\x81\x92\xe8\x81\x93\xe8\x81\x94\xe8\x81\x95\xe8\x81\x96\xe8\x81\x97\xe8\x81\x98\xe8\x81\x99\xe8\x81\x9a\xe8\x81\x9b\xe8\x81\x9c\xe8\x81\x9d\xe8\x81\x9e\xe8\x81\x9f\xe8\x81\xa0\xe8\x81\xa1\xe8\x81\xa2\xe8\x81\xa3\xe8\x81\xa4\xe8\x81\xa5\xe8\x81\xa6\xe8\x81\xa7\xe8\x81\xa8\xe8\x81\xa9\xe8\x81\xaa\xe8\x81\xab\xe8\x81\xac\xe8\x81\xad\xe8\x81\xae\xe8\x81\xaf\xe8\x81\xb0\xe8\x81\xb1\xe8\x81\xb2\xe8\x81\xb3\xe8\x81\xb4\xe8\x81\xb5\xe8\x81\xb6\xe8\x81\xb7\xe8\x81\xb8\xe8\x81\xb9\xe8\x81\xba\xe8\x81\xbb\xe8\x81\xbc\xe8\x81\xbd\xe8\x81\xbe\xe8\x81\xbf\xe8\x82\x80\xe8\x82\x81\xe8\x82\x82\xe8\x82\x83\xe8\x82\x84\xe8\x82\x85\xe8\x82\x86\xe8\x82\x87\xe8\x82\x88\xe8\x82\x89\xe8\x82\x8a\xe8\x82\x8b\xe8\x82\x8c\xe8\x82\x8d\xe8\x82\x8e\xe8\x82\x8f\xe8\x82\x90\xe8\x82\x91\xe8\x82\x92\xe8\x82\x93\xe8\x82\x94\xe8\x82\x95\xe8\x82\x96\xe8\x82\x97\xe8\x82\x98\xe8\x82\x99\xe8\x82\x9a\xe8\x82\x9b\xe8\x82\x9c\xe8\x82\x9d\xe8\x82\x9e\xe8\x82\x9f\xe8\x82\xa0\xe8\x82\xa1\xe8\x82\xa2\xe8\x82\xa3\xe8\x82\xa4\xe8\x82\xa5\xe8\x82\xa6\xe8\x82\xa7\xe8\x82\xa8\xe8\x82\xa9\xe8\x82\xaa\xe8\x82\xab\xe8\x82\xac\xe8\x82\xad\xe8\x82\xae\xe8\x82\xaf\xe8\x82\xb0\xe8\x82\xb1\xe8\x82\xb2\xe8\x82\xb3\xe8\x82\xb4\xe8\x82\xb5\xe8\x82\xb6\xe8\x82\xb7\xe8\x82\xb8\xe8\x82\xb9\xe8\x82\xba\xe8\x82\xbb\xe8\x82\xbc\xe8\x82\xbd\xe8\x82\xbe\xe8\x82\xbf\xe8\x83\x80\xe8\x83\x81\xe8\x83\x82\xe8\x83\x83\xe8\x83\x84\xe8\x83\x85\xe8\x83\x86\xe8\x83\x87\xe8\x83\x88\xe8\x83\x89\xe8\x83\x8a\xe8\x83\x8b\xe8\x83\x8c\xe8\x83\x8d\xe8\x83\x8e\xe8\x83\x8f\xe8\x83\x90\xe8\x83\x91\xe8\x83\x92\xe8\x83\x93\xe8\x83\x94\xe8\x83\x95\xe8\x83\x96\xe8\x83\x97\xe8\x83\x98\xe8\x83\x99\xe8\x83\x9a\xe8\x83\x9b\xe8\x83\x9c\xe8\x83\x9d\xe8\x83\x9e\xe8\x83\x9f\xe8\x83\xa0\xe8\x83\xa1\xe8\x83\xa2\xe8\x83\xa3\xe8\x83\xa4\xe8\x83\xa5\xe8\x83\xa6\xe8\x83\xa7\xe8\x83\xa8\xe8\x83\xa9\xe8\x83\xaa\xe8\x83\xab\xe8\x83\xac\xe8\x83\xad\xe8\x83\xae\xe8\x83\xaf\xe8\x83\xb0\xe8\x83\xb1\xe8\x83\xb2\xe8\x83\xb3\xe8\x83\xb4\xe8\x83\xb5\xe8\x83\xb6\xe8\x83\xb7\xe8\x83\xb8\xe8\x83\xb9\xe8\x83\xba\xe8\x83\xbb\xe8\x83\xbc\xe8\x83\xbd\xe8\x83\xbe\xe8\x83\xbf\xe8\x84\x80\xe8\x84\x81\xe8\x84\x82\xe8\x84\x83\xe8\x84\x84\xe8\x84\x85\xe8\x84\x86\xe8\x84\x87\xe8\x84\x88\xe8\x84\x89\xe8\x84\x8a\xe8\x84\x8b\xe8\x84\x8c\xe8\x84\x8d\xe8\x84\x8e\xe8\x84\x8f\xe8\x84\x90\xe8\x84\x91\xe8\x84\x92\xe8\x84\x93\xe8\x84\x94\xe8\x84\x95\xe8\x84\x96\xe8\x84\x97\xe8\x84\x98\xe8\x84\x99\xe8\x84\x9a\xe8\x84\x9b\xe8\x84\x9c\xe8\x84\x9d\xe8\x84\x9e\xe8\x84\x9f\xe8\x84\xa0\xe8\x84\xa1\xe8\x84\xa2\xe8\x84\xa3\xe8\x84\xa4\xe8\x84\xa5\xe8\x84\xa6\xe8\x84\xa7\xe8\x84\xa8\xe8\x84\xa9\xe8\x84\xaa\xe8\x84\xab\xe8\x84\xac\xe8\x84\xad\xe8\x84\xae\xe8\x84\xaf\xe8\x84\xb0\xe8\x84\xb1\xe8\x84\xb2\xe8\x84\xb3\xe8\x84\xb4\xe8\x84\xb5\xe8\x84\xb6\xe8\x84\xb7\xe8\x84\xb8\xe8\x84\xb9\xe8\x84\xba\xe8\x84\xbb\xe8\x84\xbc\xe8\x84\xbd\xe8\x84\xbe\xe8\x84\xbf\xe8\x85\x80\xe8\x85\x81\xe8\x85\x82\xe8\x85\x83\xe8\x85\x84\xe8\x85\x85\xe8\x85\x86\xe8\x85\x87\xe8\x85\x88\xe8\x85\x89\xe8\x85\x8a\xe8\x85\x8b\xe8\x85\x8c\xe8\x85\x8d\xe8\x85\x8e\xe8\x85\x8f\xe8\x85\x90\xe8\x85\x91\xe8\x85\x92\xe8\x85\x93\xe8\x85\x94\xe8\x85\x95\xe8\x85\x96\xe8\x85\x97\xe8\x85\x98\xe8\x85\x99\xe8\x85\x9a\xe8\x85\x9b\xe8\x85\x9c\xe8\x85\x9d\xe8\x85\x9e\xe8\x85\x9f\xe8\x85\xa0\xe8\x85\xa1\xe8\x85\xa2\xe8\x85\xa3\xe8\x85\xa4\xe8\x85\xa5\xe8\x85\xa6\xe8\x85\xa7\xe8\x85\xa8\xe8\x85\xa9\xe8\x85\xaa\xe8\x85\xab\xe8\x85\xac\xe8\x85\xad\xe8\x85\xae\xe8\x85\xaf\xe8\x85\xb0\xe8\x85\xb1\xe8\x85\xb2\xe8\x85\xb3\xe8\x85\xb4\xe8\x85\xb5\xe8\x85\xb6\xe8\x85\xb7\xe8\x85\xb8\xe8\x85\xb9\xe8\x85\xba\xe8\x85\xbb\xe8\x85\xbc\xe8\x85\xbd\xe8\x85\xbe\xe8\x85\xbf\xe8\x86\x80\xe8\x86\x81\xe8\x86\x82\xe8\x86\x83\xe8\x86\x84\xe8\x86\x85\xe8\x86\x86\xe8\x86\x87\xe8\x86\x88\xe8\x86\x89\xe8\x86\x8a\xe8\x86\x8b\xe8\x86\x8c\xe8\x86\x8d\xe8\x86\x8e\xe8\x86\x8f\xe8\x86\x90\xe8\x86\x91\xe8\x86\x92\xe8\x86\x93\xe8\x86\x94\xe8\x86\x95\xe8\x86\x96\xe8\x86\x97\xe8\x86\x98\xe8\x86\x99\xe8\x86\x9a\xe8\x86\x9b\xe8\x86\x9c\xe8\x86\x9d\xe8\x86\x9e\xe8\x86\x9f\xe8\x86\xa0\xe8\x86\xa1\xe8\x86\xa2\xe8\x86\xa3\xe8\x86\xa4\xe8\x86\xa5\xe8\x86\xa6\xe8\x86\xa7\xe8\x86\xa8\xe8\x86\xa9\xe8\x86\xaa\xe8\x86\xab\xe8\x86\xac\xe8\x86\xad\xe8\x86\xae\xe8\x86\xaf\xe8\x86\xb0\xe8\x86\xb1\xe8\x86\xb2\xe8\x86\xb3\xe8\x86\xb4\xe8\x86\xb5\xe8\x86\xb6\xe8\x86\xb7\xe8\x86\xb8\xe8\x86\xb9\xe8\x86\xba\xe8\x86\xbb\xe8\x86\xbc\xe8\x86\xbd\xe8\x86\xbe\xe8\x86\xbf\xe8\x87\x80\xe8\x87\x81\xe8\x87\x82\xe8\x87\x83\xe8\x87\x84\xe8\x87\x85\xe8\x87\x86\xe8\x87\x87\xe8\x87\x88\xe8\x87\x89\xe8\x87\x8a\xe8\x87\x8b\xe8\x87\x8c\xe8\x87\x8d\xe8\x87\x8e\xe8\x87\x8f\xe8\x87\x90\xe8\x87\x91\xe8\x87\x92\xe8\x87\x93\xe8\x87\x94\xe8\x87\x95\xe8\x87\x96\xe8\x87\x97\xe8\x87\x98\xe8\x87\x99\xe8\x87\x9a\xe8\x87\x9b\xe8\x87\x9c\xe8\x87\x9d\xe8\x87\x9e\xe8\x87\x9f\xe8\x87\xa0\xe8\x87\xa1\xe8\x87\xa2\xe8\x87\xa3\xe8\x87\xa4\xe8\x87\xa5\xe8\x87\xa6\xe8\x87\xa7\xe8\x87\xa8\xe8\x87\xa9\xe8\x87\xaa\xe8\x87\xab\xe8\x87\xac\xe8\x87\xad\xe8\x87\xae\xe8\x87\xaf\xe8\x87\xb0\xe8\x87\xb1\xe8\x87\xb2\xe8\x87\xb3\xe8\x87\xb4\xe8\x87\xb5\xe8\x87\xb6\xe8\x87\xb7\xe8\x87\xb8\xe8\x87\xb9\xe8\x87\xba\xe8\x87\xbb\xe8\x87\xbc\xe8\x87\xbd\xe8\x87\xbe\xe8\x87\xbf\xe8\x88\x80\xe8\x88\x81\xe8\x88\x82\xe8\x88\x83\xe8\x88\x84\xe8\x88\x85\xe8\x88\x86\xe8\x88\x87\xe8\x88\x88\xe8\x88\x89\xe8\x88\x8a\xe8\x88\x8b\xe8\x88\x8c\xe8\x88\x8d\xe8\x88\x8e\xe8\x88\x8f\xe8\x88\x90\xe8\x88\x91\xe8\x88\x92\xe8\x88\x93\xe8\x88\x94\xe8\x88\x95\xe8\x88\x96\xe8\x88\x97\xe8\x88\x98\xe8\x88\x99\xe8\x88\x9a\xe8\x88\x9b\xe8\x88\x9c\xe8\x88\x9d\xe8\x88\x9e\xe8\x88\x9f\xe8\x88\xa0\xe8\x88\xa1\xe8\x88\xa2\xe8\x88\xa3\xe8\x88\xa4\xe8\x88\xa5\xe8\x88\xa6\xe8\x88\xa7\xe8\x88\xa8\xe8\x88\xa9\xe8\x88\xaa\xe8\x88\xab\xe8\x88\xac\xe8\x88\xad\xe8\x88\xae\xe8\x88\xaf\xe8\x88\xb0\xe8\x88\xb1\xe8\x88\xb2\xe8\x88\xb3\xe8\x88\xb4\xe8\x88\xb5\xe8\x88\xb6\xe8\x88\xb7\xe8\x88\xb8\xe8\x88\xb9\xe8\x88\xba\xe8\x88\xbb\xe8\x88\xbc\xe8\x88\xbd\xe8\x88\xbe\xe8\x88\xbf\xe8\x89\x80\xe8\x89\x81\xe8\x89\x82\xe8\x89\x83\xe8\x89\x84\xe8\x89\x85\xe8\x89\x86\xe8\x89\x87\xe8\x89\x88\xe8\x89\x89\xe8\x89\x8a\xe8\x89\x8b\xe8\x89\x8c\xe8\x89\x8d\xe8\x89\x8e\xe8\x89\x8f\xe8\x89\x90\xe8\x89\x91\xe8\x89\x92\xe8\x89\x93\xe8\x89\x94\xe8\x89\x95\xe8\x89\x96\xe8\x89\x97\xe8\x89\x98\xe8\x89\x99\xe8\x89\x9a\xe8\x89\x9b\xe8\x89\x9c\xe8\x89\x9d\xe8\x89\x9e\xe8\x89\x9f\xe8\x89\xa0\xe8\x89\xa1\xe8\x89\xa2\xe8\x89\xa3\xe8\x89\xa4\xe8\x89\xa5\xe8\x89\xa6\xe8\x89\xa7\xe8\x89\xa8\xe8\x89\xa9\xe8\x89\xaa\xe8\x89\xab\xe8\x89\xac\xe8\x89\xad\xe8\x89\xae\xe8\x89\xaf\xe8\x89\xb0\xe8\x89\xb1\xe8\x89\xb2\xe8\x89\xb3\xe8\x89\xb4\xe8\x89\xb5\xe8\x89\xb6\xe8\x89\xb7\xe8\x89\xb8\xe8\x89\xb9\xe8\x89\xba\xe8\x89\xbb\xe8\x89\xbc\xe8\x89\xbd\xe8\x89\xbe\xe8\x89\xbf\xe8\x8a\x80\xe8\x8a\x81\xe8\x8a\x82\xe8\x8a\x83\xe8\x8a\x84\xe8\x8a\x85\xe8\x8a\x86\xe8\x8a\x87\xe8\x8a\x88\xe8\x8a\x89\xe8\x8a\x8a\xe8\x8a\x8b\xe8\x8a\x8c\xe8\x8a\x8d\xe8\x8a\x8e\xe8\x8a\x8f\xe8\x8a\x90\xe8\x8a\x91\xe8\x8a\x92\xe8\x8a\x93\xe8\x8a\x94\xe8\x8a\x95\xe8\x8a\x96\xe8\x8a\x97\xe8\x8a\x98\xe8\x8a\x99\xe8\x8a\x9a\xe8\x8a\x9b\xe8\x8a\x9c\xe8\x8a\x9d\xe8\x8a\x9e\xe8\x8a\x9f\xe8\x8a\xa0\xe8\x8a\xa1\xe8\x8a\xa2\xe8\x8a\xa3\xe8\x8a\xa4\xe8\x8a\xa5\xe8\x8a\xa6\xe8\x8a\xa7\xe8\x8a\xa8\xe8\x8a\xa9\xe8\x8a\xaa\xe8\x8a\xab\xe8\x8a\xac\xe8\x8a\xad\xe8\x8a\xae\xe8\x8a\xaf\xe8\x8a\xb0\xe8\x8a\xb1\xe8\x8a\xb2\xe8\x8a\xb3\xe8\x8a\xb4\xe8\x8a\xb5\xe8\x8a\xb6\xe8\x8a\xb7\xe8\x8a\xb8\xe8\x8a\xb9\xe8\x8a\xba\xe8\x8a\xbb\xe8\x8a\xbc\xe8\x8a\xbd\xe8\x8a\xbe\xe8\x8a\xbf\xe8\x8b\x80\xe8\x8b\x81\xe8\x8b\x82\xe8\x8b\x83\xe8\x8b\x84\xe8\x8b\x85\xe8\x8b\x86\xe8\x8b\x87\xe8\x8b\x88\xe8\x8b\x89\xe8\x8b\x8a\xe8\x8b\x8b\xe8\x8b\x8c\xe8\x8b\x8d\xe8\x8b\x8e\xe8\x8b\x8f\xe8\x8b\x90\xe8\x8b\x91\xe8\x8b\x92\xe8\x8b\x93\xe8\x8b\x94\xe8\x8b\x95\xe8\x8b\x96\xe8\x8b\x97\xe8\x8b\x98\xe8\x8b\x99\xe8\x8b\x9a\xe8\x8b\x9b\xe8\x8b\x9c\xe8\x8b\x9d\xe8\x8b\x9e\xe8\x8b\x9f\xe8\x8b\xa0\xe8\x8b\xa1\xe8\x8b\xa2\xe8\x8b\xa3\xe8\x8b\xa4\xe8\x8b\xa5\xe8\x8b\xa6\xe8\x8b\xa7\xe8\x8b\xa8\xe8\x8b\xa9\xe8\x8b\xaa\xe8\x8b\xab\xe8\x8b\xac\xe8\x8b\xad\xe8\x8b\xae\xe8\x8b\xaf\xe8\x8b\xb0\xe8\x8b\xb1\xe8\x8b\xb2\xe8\x8b\xb3\xe8\x8b\xb4\xe8\x8b\xb5\xe8\x8b\xb6\xe8\x8b\xb7\xe8\x8b\xb8\xe8\x8b\xb9\xe8\x8b\xba\xe8\x8b\xbb\xe8\x8b\xbc\xe8\x8b\xbd\xe8\x8b\xbe\xe8\x8b\xbf\xe8\x8c\x80\xe8\x8c\x81\xe8\x8c\x82\xe8\x8c\x83\xe8\x8c\x84\xe8\x8c\x85\xe8\x8c\x86\xe8\x8c\x87\xe8\x8c\x88\xe8\x8c\x89\xe8\x8c\x8a\xe8\x8c\x8b\xe8\x8c\x8c\xe8\x8c\x8d\xe8\x8c\x8e\xe8\x8c\x8f\xe8\x8c\x90\xe8\x8c\x91\xe8\x8c\x92\xe8\x8c\x93\xe8\x8c\x94\xe8\x8c\x95\xe8\x8c\x96\xe8\x8c\x97\xe8\x8c\x98\xe8\x8c\x99\xe8\x8c\x9a\xe8\x8c\x9b\xe8\x8c\x9c\xe8\x8c\x9d\xe8\x8c\x9e\xe8\x8c\x9f\xe8\x8c\xa0\xe8\x8c\xa1\xe8\x8c\xa2\xe8\x8c\xa3\xe8\x8c\xa4\xe8\x8c\xa5\xe8\x8c\xa6\xe8\x8c\xa7\xe8\x8c\xa8\xe8\x8c\xa9\xe8\x8c\xaa\xe8\x8c\xab\xe8\x8c\xac\xe8\x8c\xad\xe8\x8c\xae\xe8\x8c\xaf\xe8\x8c\xb0\xe8\x8c\xb1\xe8\x8c\xb2\xe8\x8c\xb3\xe8\x8c\xb4\xe8\x8c\xb5\xe8\x8c\xb6\xe8\x8c\xb7\xe8\x8c\xb8\xe8\x8c\xb9\xe8\x8c\xba\xe8\x8c\xbb\xe8\x8c\xbc\xe8\x8c\xbd\xe8\x8c\xbe\xe8\x8c\xbf\xe8\x8d\x80\xe8\x8d\x81\xe8\x8d\x82\xe8\x8d\x83\xe8\x8d\x84\xe8\x8d\x85\xe8\x8d\x86\xe8\x8d\x87\xe8\x8d\x88\xe8\x8d\x89\xe8\x8d\x8a\xe8\x8d\x8b\xe8\x8d\x8c\xe8\x8d\x8d\xe8\x8d\x8e\xe8\x8d\x8f\xe8\x8d\x90\xe8\x8d\x91\xe8\x8d\x92\xe8\x8d\x93\xe8\x8d\x94\xe8\x8d\x95\xe8\x8d\x96\xe8\x8d\x97\xe8\x8d\x98\xe8\x8d\x99\xe8\x8d\x9a\xe8\x8d\x9b\xe8\x8d\x9c\xe8\x8d\x9d\xe8\x8d\x9e\xe8\x8d\x9f\xe8\x8d\xa0\xe8\x8d\xa1\xe8\x8d\xa2\xe8\x8d\xa3\xe8\x8d\xa4\xe8\x8d\xa5\xe8\x8d\xa6\xe8\x8d\xa7\xe8\x8d\xa8\xe8\x8d\xa9\xe8\x8d\xaa\xe8\x8d\xab\xe8\x8d\xac\xe8\x8d\xad\xe8\x8d\xae\xe8\x8d\xaf\xe8\x8d\xb0\xe8\x8d\xb1\xe8\x8d\xb2\xe8\x8d\xb3\xe8\x8d\xb4\xe8\x8d\xb5\xe8\x8d\xb6\xe8\x8d\xb7\xe8\x8d\xb8\xe8\x8d\xb9\xe8\x8d\xba\xe8\x8d\xbb\xe8\x8d\xbc\xe8\x8d\xbd\xe8\x8d\xbe\xe8\x8d\xbf\xe8\x8e\x80\xe8\x8e\x81\xe8\x8e\x82\xe8\x8e\x83\xe8\x8e\x84\xe8\x8e\x85\xe8\x8e\x86\xe8\x8e\x87\xe8\x8e\x88\xe8\x8e\x89\xe8\x8e\x8a\xe8\x8e\x8b\xe8\x8e\x8c\xe8\x8e\x8d\xe8\x8e\x8e\xe8\x8e\x8f\xe8\x8e\x90\xe8\x8e\x91\xe8\x8e\x92\xe8\x8e\x93\xe8\x8e\x94\xe8\x8e\x95\xe8\x8e\x96\xe8\x8e\x97\xe8\x8e\x98\xe8\x8e\x99\xe8\x8e\x9a\xe8\x8e\x9b\xe8\x8e\x9c\xe8\x8e\x9d\xe8\x8e\x9e\xe8\x8e\x9f\xe8\x8e\xa0\xe8\x8e\xa1\xe8\x8e\xa2\xe8\x8e\xa3\xe8\x8e\xa4\xe8\x8e\xa5\xe8\x8e\xa6\xe8\x8e\xa7\xe8\x8e\xa8\xe8\x8e\xa9\xe8\x8e\xaa\xe8\x8e\xab\xe8\x8e\xac\xe8\x8e\xad\xe8\x8e\xae\xe8\x8e\xaf\xe8\x8e\xb0\xe8\x8e\xb1\xe8\x8e\xb2\xe8\x8e\xb3\xe8\x8e\xb4\xe8\x8e\xb5\xe8\x8e\xb6\xe8\x8e\xb7\xe8\x8e\xb8\xe8\x8e\xb9\xe8\x8e\xba\xe8\x8e\xbb\xe8\x8e\xbc\xe8\x8e\xbd\xe8\x8e\xbe\xe8\x8e\xbf\xe8\x8f\x80\xe8\x8f\x81\xe8\x8f\x82\xe8\x8f\x83\xe8\x8f\x84\xe8\x8f\x85\xe8\x8f\x86\xe8\x8f\x87\xe8\x8f\x88\xe8\x8f\x89\xe8\x8f\x8a\xe8\x8f\x8b\xe8\x8f\x8c\xe8\x8f\x8d\xe8\x8f\x8e\xe8\x8f\x8f\xe8\x8f\x90\xe8\x8f\x91\xe8\x8f\x92\xe8\x8f\x93\xe8\x8f\x94\xe8\x8f\x95\xe8\x8f\x96\xe8\x8f\x97\xe8\x8f\x98\xe8\x8f\x99\xe8\x8f\x9a\xe8\x8f\x9b\xe8\x8f\x9c\xe8\x8f\x9d\xe8\x8f\x9e\xe8\x8f\x9f\xe8\x8f\xa0\xe8\x8f\xa1\xe8\x8f\xa2\xe8\x8f\xa3\xe8\x8f\xa4\xe8\x8f\xa5\xe8\x8f\xa6\xe8\x8f\xa7\xe8\x8f\xa8\xe8\x8f\xa9\xe8\x8f\xaa\xe8\x8f\xab\xe8\x8f\xac\xe8\x8f\xad\xe8\x8f\xae\xe8\x8f\xaf\xe8\x8f\xb0\xe8\x8f\xb1\xe8\x8f\xb2\xe8\x8f\xb3\xe8\x8f\xb4\xe8\x8f\xb5\xe8\x8f\xb6\xe8\x8f\xb7\xe8\x8f\xb8\xe8\x8f\xb9\xe8\x8f\xba\xe8\x8f\xbb\xe8\x8f\xbc\xe8\x8f\xbd\xe8\x8f\xbe\xe8\x8f\xbf\xe8\x90\x80\xe8\x90\x81\xe8\x90\x82\xe8\x90\x83\xe8\x90\x84\xe8\x90\x85\xe8\x90\x86\xe8\x90\x87\xe8\x90\x88\xe8\x90\x89\xe8\x90\x8a\xe8\x90\x8b\xe8\x90\x8c\xe8\x90\x8d\xe8\x90\x8e\xe8\x90\x8f\xe8\x90\x90\xe8\x90\x91\xe8\x90\x92\xe8\x90\x93\xe8\x90\x94\xe8\x90\x95\xe8\x90\x96\xe8\x90\x97\xe8\x90\x98\xe8\x90\x99\xe8\x90\x9a\xe8\x90\x9b\xe8\x90\x9c\xe8\x90\x9d\xe8\x90\x9e\xe8\x90\x9f\xe8\x90\xa0\xe8\x90\xa1\xe8\x90\xa2\xe8\x90\xa3\xe8\x90\xa4\xe8\x90\xa5\xe8\x90\xa6\xe8\x90\xa7\xe8\x90\xa8\xe8\x90\xa9\xe8\x90\xaa\xe8\x90\xab\xe8\x90\xac\xe8\x90\xad\xe8\x90\xae\xe8\x90\xaf\xe8\x90\xb0\xe8\x90\xb1\xe8\x90\xb2\xe8\x90\xb3\xe8\x90\xb4\xe8\x90\xb5\xe8\x90\xb6\xe8\x90\xb7\xe8\x90\xb8\xe8\x90\xb9\xe8\x90\xba\xe8\x90\xbb\xe8\x90\xbc\xe8\x90\xbd\xe8\x90\xbe\xe8\x90\xbf\xe8\x91\x80\xe8\x91\x81\xe8\x91\x82\xe8\x91\x83\xe8\x91\x84\xe8\x91\x85\xe8\x91\x86\xe8\x91\x87\xe8\x91\x88\xe8\x91\x89\xe8\x91\x8a\xe8\x91\x8b\xe8\x91\x8c\xe8\x91\x8d\xe8\x91\x8e\xe8\x91\x8f\xe8\x91\x90\xe8\x91\x91\xe8\x91\x92\xe8\x91\x93\xe8\x91\x94\xe8\x91\x95\xe8\x91\x96\xe8\x91\x97\xe8\x91\x98\xe8\x91\x99\xe8\x91\x9a\xe8\x91\x9b\xe8\x91\x9c\xe8\x91\x9d\xe8\x91\x9e\xe8\x91\x9f\xe8\x91\xa0\xe8\x91\xa1\xe8\x91\xa2\xe8\x91\xa3\xe8\x91\xa4\xe8\x91\xa5\xe8\x91\xa6\xe8\x91\xa7\xe8\x91\xa8\xe8\x91\xa9\xe8\x91\xaa\xe8\x91\xab\xe8\x91\xac\xe8\x91\xad\xe8\x91\xae\xe8\x91\xaf\xe8\x91\xb0\xe8\x91\xb1\xe8\x91\xb2\xe8\x91\xb3\xe8\x91\xb4\xe8\x91\xb5\xe8\x91\xb6\xe8\x91\xb7\xe8\x91\xb8\xe8\x91\xb9\xe8\x91\xba\xe8\x91\xbb\xe8\x91\xbc\xe8\x91\xbd\xe8\x91\xbe\xe8\x91\xbf\xe8\x92\x80\xe8\x92\x81\xe8\x92\x82\xe8\x92\x83\xe8\x92\x84\xe8\x92\x85\xe8\x92\x86\xe8\x92\x87\xe8\x92\x88\xe8\x92\x89\xe8\x92\x8a\xe8\x92\x8b\xe8\x92\x8c\xe8\x92\x8d\xe8\x92\x8e\xe8\x92\x8f\xe8\x92\x90\xe8\x92\x91\xe8\x92\x92\xe8\x92\x93\xe8\x92\x94\xe8\x92\x95\xe8\x92\x96\xe8\x92\x97\xe8\x92\x98\xe8\x92\x99\xe8\x92\x9a\xe8\x92\x9b\xe8\x92\x9c\xe8\x92\x9d\xe8\x92\x9e\xe8\x92\x9f\xe8\x92\xa0\xe8\x92\xa1\xe8\x92\xa2\xe8\x92\xa3\xe8\x92\xa4\xe8\x92\xa5\xe8\x92\xa6\xe8\x92\xa7\xe8\x92\xa8\xe8\x92\xa9\xe8\x92\xaa\xe8\x92\xab\xe8\x92\xac\xe8\x92\xad\xe8\x92\xae\xe8\x92\xaf\xe8\x92\xb0\xe8\x92\xb1\xe8\x92\xb2\xe8\x92\xb3\xe8\x92\xb4\xe8\x92\xb5\xe8\x92\xb6\xe8\x92\xb7\xe8\x92\xb8\xe8\x92\xb9\xe8\x92\xba\xe8\x92\xbb\xe8\x92\xbc\xe8\x92\xbd\xe8\x92\xbe\xe8\x92\xbf\xe8\x93\x80\xe8\x93\x81\xe8\x93\x82\xe8\x93\x83\xe8\x93\x84\xe8\x93\x85\xe8\x93\x86\xe8\x93\x87\xe8\x93\x88\xe8\x93\x89\xe8\x93\x8a\xe8\x93\x8b\xe8\x93\x8c\xe8\x93\x8d\xe8\x93\x8e\xe8\x93\x8f\xe8\x93\x90\xe8\x93\x91\xe8\x93\x92\xe8\x93\x93\xe8\x93\x94\xe8\x93\x95\xe8\x93\x96\xe8\x93\x97\xe8\x93\x98\xe8\x93\x99\xe8\x93\x9a\xe8\x93\x9b\xe8\x93\x9c\xe8\x93\x9d\xe8\x93\x9e\xe8\x93\x9f\xe8\x93\xa0\xe8\x93\xa1\xe8\x93\xa2\xe8\x93\xa3\xe8\x93\xa4\xe8\x93\xa5\xe8\x93\xa6\xe8\x93\xa7\xe8\x93\xa8\xe8\x93\xa9\xe8\x93\xaa\xe8\x93\xab\xe8\x93\xac\xe8\x93\xad\xe8\x93\xae\xe8\x93\xaf\xe8\x93\xb0\xe8\x93\xb1\xe8\x93\xb2\xe8\x93\xb3\xe8\x93\xb4\xe8\x93\xb5\xe8\x93\xb6\xe8\x93\xb7\xe8\x93\xb8\xe8\x93\xb9\xe8\x93\xba\xe8\x93\xbb\xe8\x93\xbc\xe8\x93\xbd\xe8\x93\xbe\xe8\x93\xbf\xe8\x94\x80\xe8\x94\x81\xe8\x94\x82\xe8\x94\x83\xe8\x94\x84\xe8\x94\x85\xe8\x94\x86\xe8\x94\x87\xe8\x94\x88\xe8\x94\x89\xe8\x94\x8a\xe8\x94\x8b\xe8\x94\x8c\xe8\x94\x8d\xe8\x94\x8e\xe8\x94\x8f\xe8\x94\x90\xe8\x94\x91\xe8\x94\x92\xe8\x94\x93\xe8\x94\x94\xe8\x94\x95\xe8\x94\x96\xe8\x94\x97\xe8\x94\x98\xe8\x94\x99\xe8\x94\x9a\xe8\x94\x9b\xe8\x94\x9c\xe8\x94\x9d\xe8\x94\x9e\xe8\x94\x9f\xe8\x94\xa0\xe8\x94\xa1\xe8\x94\xa2\xe8\x94\xa3\xe8\x94\xa4\xe8\x94\xa5\xe8\x94\xa6\xe8\x94\xa7\xe8\x94\xa8\xe8\x94\xa9\xe8\x94\xaa\xe8\x94\xab\xe8\x94\xac\xe8\x94\xad\xe8\x94\xae\xe8\x94\xaf\xe8\x94\xb0\xe8\x94\xb1\xe8\x94\xb2\xe8\x94\xb3\xe8\x94\xb4\xe8\x94\xb5\xe8\x94\xb6\xe8\x94\xb7\xe8\x94\xb8\xe8\x94\xb9\xe8\x94\xba\xe8\x94\xbb\xe8\x94\xbc\xe8\x94\xbd\xe8\x94\xbe\xe8\x94\xbf\xe8\x95\x80\xe8\x95\x81\xe8\x95\x82\xe8\x95\x83\xe8\x95\x84\xe8\x95\x85\xe8\x95\x86\xe8\x95\x87\xe8\x95\x88\xe8\x95\x89\xe8\x95\x8a\xe8\x95\x8b\xe8\x95\x8c\xe8\x95\x8d\xe8\x95\x8e\xe8\x95\x8f\xe8\x95\x90\xe8\x95\x91\xe8\x95\x92\xe8\x95\x93\xe8\x95\x94\xe8\x95\x95\xe8\x95\x96\xe8\x95\x97\xe8\x95\x98\xe8\x95\x99\xe8\x95\x9a\xe8\x95\x9b\xe8\x95\x9c\xe8\x95\x9d\xe8\x95\x9e\xe8\x95\x9f\xe8\x95\xa0\xe8\x95\xa1\xe8\x95\xa2\xe8\x95\xa3\xe8\x95\xa4\xe8\x95\xa5\xe8\x95\xa6\xe8\x95\xa7\xe8\x95\xa8\xe8\x95\xa9\xe8\x95\xaa\xe8\x95\xab\xe8\x95\xac\xe8\x95\xad\xe8\x95\xae\xe8\x95\xaf\xe8\x95\xb0\xe8\x95\xb1\xe8\x95\xb2\xe8\x95\xb3\xe8\x95\xb4\xe8\x95\xb5\xe8\x95\xb6\xe8\x95\xb7\xe8\x95\xb8\xe8\x95\xb9\xe8\x95\xba\xe8\x95\xbb\xe8\x95\xbc\xe8\x95\xbd\xe8\x95\xbe\xe8\x95\xbf\xe8\x96\x80\xe8\x96\x81\xe8\x96\x82\xe8\x96\x83\xe8\x96\x84\xe8\x96\x85\xe8\x96\x86\xe8\x96\x87\xe8\x96\x88\xe8\x96\x89\xe8\x96\x8a\xe8\x96\x8b\xe8\x96\x8c\xe8\x96\x8d\xe8\x96\x8e\xe8\x96\x8f\xe8\x96\x90\xe8\x96\x91\xe8\x96\x92\xe8\x96\x93\xe8\x96\x94\xe8\x96\x95\xe8\x96\x96\xe8\x96\x97\xe8\x96\x98\xe8\x96\x99\xe8\x96\x9a\xe8\x96\x9b\xe8\x96\x9c\xe8\x96\x9d\xe8\x96\x9e\xe8\x96\x9f\xe8\x96\xa0\xe8\x96\xa1\xe8\x96\xa2\xe8\x96\xa3\xe8\x96\xa4\xe8\x96\xa5\xe8\x96\xa6\xe8\x96\xa7\xe8\x96\xa8\xe8\x96\xa9\xe8\x96\xaa\xe8\x96\xab\xe8\x96\xac\xe8\x96\xad\xe8\x96\xae\xe8\x96\xaf\xe8\x96\xb0\xe8\x96\xb1\xe8\x96\xb2\xe8\x96\xb3\xe8\x96\xb4\xe8\x96\xb5\xe8\x96\xb6\xe8\x96\xb7\xe8\x96\xb8\xe8\x96\xb9\xe8\x96\xba\xe8\x96\xbb\xe8\x96\xbc\xe8\x96\xbd\xe8\x96\xbe\xe8\x96\xbf\xe8\x97\x80\xe8\x97\x81\xe8\x97\x82\xe8\x97\x83\xe8\x97\x84\xe8\x97\x85\xe8\x97\x86\xe8\x97\x87\xe8\x97\x88\xe8\x97\x89\xe8\x97\x8a\xe8\x97\x8b\xe8\x97\x8c\xe8\x97\x8d\xe8\x97\x8e\xe8\x97\x8f\xe8\x97\x90\xe8\x97\x91\xe8\x97\x92\xe8\x97\x93\xe8\x97\x94\xe8\x97\x95\xe8\x97\x96\xe8\x97\x97\xe8\x97\x98\xe8\x97\x99\xe8\x97\x9a\xe8\x97\x9b\xe8\x97\x9c\xe8\x97\x9d\xe8\x97\x9e\xe8\x97\x9f\xe8\x97\xa0\xe8\x97\xa1\xe8\x97\xa2\xe8\x97\xa3\xe8\x97\xa4\xe8\x97\xa5\xe8\x97\xa6\xe8\x97\xa7\xe8\x97\xa8\xe8\x97\xa9\xe8\x97\xaa\xe8\x97\xab\xe8\x97\xac\xe8\x97\xad\xe8\x97\xae\xe8\x97\xaf\xe8\x97\xb0\xe8\x97\xb1\xe8\x97\xb2\xe8\x97\xb3\xe8\x97\xb4\xe8\x97\xb5\xe8\x97\xb6\xe8\x97\xb7\xe8\x97\xb8\xe8\x97\xb9\xe8\x97\xba\xe8\x97\xbb\xe8\x97\xbc\xe8\x97\xbd\xe8\x97\xbe\xe8\x97\xbf\xe8\x98\x80\xe8\x98\x81\xe8\x98\x82\xe8\x98\x83\xe8\x98\x84\xe8\x98\x85\xe8\x98\x86\xe8\x98\x87\xe8\x98\x88\xe8\x98\x89\xe8\x98\x8a\xe8\x98\x8b\xe8\x98\x8c\xe8\x98\x8d\xe8\x98\x8e\xe8\x98\x8f\xe8\x98\x90\xe8\x98\x91\xe8\x98\x92\xe8\x98\x93\xe8\x98\x94\xe8\x98\x95\xe8\x98\x96\xe8\x98\x97\xe8\x98\x98\xe8\x98\x99\xe8\x98\x9a\xe8\x98\x9b\xe8\x98\x9c\xe8\x98\x9d\xe8\x98\x9e\xe8\x98\x9f\xe8\x98\xa0\xe8\x98\xa1\xe8\x98\xa2\xe8\x98\xa3\xe8\x98\xa4\xe8\x98\xa5\xe8\x98\xa6\xe8\x98\xa7\xe8\x98\xa8\xe8\x98\xa9\xe8\x98\xaa\xe8\x98\xab\xe8\x98\xac\xe8\x98\xad\xe8\x98\xae\xe8\x98\xaf\xe8\x98\xb0\xe8\x98\xb1\xe8\x98\xb2\xe8\x98\xb3\xe8\x98\xb4\xe8\x98\xb5\xe8\x98\xb6\xe8\x98\xb7\xe8\x98\xb8\xe8\x98\xb9\xe8\x98\xba\xe8\x98\xbb\xe8\x98\xbc\xe8\x98\xbd\xe8\x98\xbe\xe8\x98\xbf\xe8\x99\x80\xe8\x99\x81\xe8\x99\x82\xe8\x99\x83\xe8\x99\x84\xe8\x99\x85\xe8\x99\x86\xe8\x99\x87\xe8\x99\x88\xe8\x99\x89\xe8\x99\x8a\xe8\x99\x8b\xe8\x99\x8c\xe8\x99\x8d\xe8\x99\x8e\xe8\x99\x8f\xe8\x99\x90\xe8\x99\x91\xe8\x99\x92\xe8\x99\x93\xe8\x99\x94\xe8\x99\x95\xe8\x99\x96\xe8\x99\x97\xe8\x99\x98\xe8\x99\x99\xe8\x99\x9a\xe8\x99\x9b\xe8\x99\x9c\xe8\x99\x9d\xe8\x99\x9e\xe8\x99\x9f\xe8\x99\xa0\xe8\x99\xa1\xe8\x99\xa2\xe8\x99\xa3\xe8\x99\xa4\xe8\x99\xa5\xe8\x99\xa6\xe8\x99\xa7\xe8\x99\xa8\xe8\x99\xa9\xe8\x99\xaa\xe8\x99\xab\xe8\x99\xac\xe8\x99\xad\xe8\x99\xae\xe8\x99\xaf\xe8\x99\xb0\xe8\x99\xb1\xe8\x99\xb2\xe8\x99\xb3\xe8\x99\xb4\xe8\x99\xb5\xe8\x99\xb6\xe8\x99\xb7\xe8\x99\xb8\xe8\x99\xb9\xe8\x99\xba\xe8\x99\xbb\xe8\x99\xbc\xe8\x99\xbd\xe8\x99\xbe\xe8\x99\xbf\xe8\x9a\x80\xe8\x9a\x81\xe8\x9a\x82\xe8\x9a\x83\xe8\x9a\x84\xe8\x9a\x85\xe8\x9a\x86\xe8\x9a\x87\xe8\x9a\x88\xe8\x9a\x89\xe8\x9a\x8a\xe8\x9a\x8b\xe8\x9a\x8c\xe8\x9a\x8d\xe8\x9a\x8e\xe8\x9a\x8f\xe8\x9a\x90\xe8\x9a\x91\xe8\x9a\x92\xe8\x9a\x93\xe8\x9a\x94\xe8\x9a\x95\xe8\x9a\x96\xe8\x9a\x97\xe8\x9a\x98\xe8\x9a\x99\xe8\x9a\x9a\xe8\x9a\x9b\xe8\x9a\x9c\xe8\x9a\x9d\xe8\x9a\x9e\xe8\x9a\x9f\xe8\x9a\xa0\xe8\x9a\xa1\xe8\x9a\xa2\xe8\x9a\xa3\xe8\x9a\xa4\xe8\x9a\xa5\xe8\x9a\xa6\xe8\x9a\xa7\xe8\x9a\xa8\xe8\x9a\xa9\xe8\x9a\xaa\xe8\x9a\xab\xe8\x9a\xac\xe8\x9a\xad\xe8\x9a\xae\xe8\x9a\xaf\xe8\x9a\xb0\xe8\x9a\xb1\xe8\x9a\xb2\xe8\x9a\xb3\xe8\x9a\xb4\xe8\x9a\xb5\xe8\x9a\xb6\xe8\x9a\xb7\xe8\x9a\xb8\xe8\x9a\xb9\xe8\x9a\xba\xe8\x9a\xbb\xe8\x9a\xbc\xe8\x9a\xbd\xe8\x9a\xbe\xe8\x9a\xbf\xe8\x9b\x80\xe8\x9b\x81\xe8\x9b\x82\xe8\x9b\x83\xe8\x9b\x84\xe8\x9b\x85\xe8\x9b\x86\xe8\x9b\x87\xe8\x9b\x88\xe8\x9b\x89\xe8\x9b\x8a\xe8\x9b\x8b\xe8\x9b\x8c\xe8\x9b\x8d\xe8\x9b\x8e\xe8\x9b\x8f\xe8\x9b\x90\xe8\x9b\x91\xe8\x9b\x92\xe8\x9b\x93\xe8\x9b\x94\xe8\x9b\x95\xe8\x9b\x96\xe8\x9b\x97\xe8\x9b\x98\xe8\x9b\x99\xe8\x9b\x9a\xe8\x9b\x9b\xe8\x9b\x9c\xe8\x9b\x9d\xe8\x9b\x9e\xe8\x9b\x9f\xe8\x9b\xa0\xe8\x9b\xa1\xe8\x9b\xa2\xe8\x9b\xa3\xe8\x9b\xa4\xe8\x9b\xa5\xe8\x9b\xa6\xe8\x9b\xa7\xe8\x9b\xa8\xe8\x9b\xa9\xe8\x9b\xaa\xe8\x9b\xab\xe8\x9b\xac\xe8\x9b\xad\xe8\x9b\xae\xe8\x9b\xaf\xe8\x9b\xb0\xe8\x9b\xb1\xe8\x9b\xb2\xe8\x9b\xb3\xe8\x9b\xb4\xe8\x9b\xb5\xe8\x9b\xb6\xe8\x9b\xb7\xe8\x9b\xb8\xe8\x9b\xb9\xe8\x9b\xba\xe8\x9b\xbb\xe8\x9b\xbc\xe8\x9b\xbd\xe8\x9b\xbe\xe8\x9b\xbf\xe8\x9c\x80\xe8\x9c\x81\xe8\x9c\x82\xe8\x9c\x83\xe8\x9c\x84\xe8\x9c\x85\xe8\x9c\x86\xe8\x9c\x87\xe8\x9c\x88\xe8\x9c\x89\xe8\x9c\x8a\xe8\x9c\x8b\xe8\x9c\x8c\xe8\x9c\x8d\xe8\x9c\x8e\xe8\x9c\x8f\xe8\x9c\x90\xe8\x9c\x91\xe8\x9c\x92\xe8\x9c\x93\xe8\x9c\x94\xe8\x9c\x95\xe8\x9c\x96\xe8\x9c\x97\xe8\x9c\x98\xe8\x9c\x99\xe8\x9c\x9a\xe8\x9c\x9b\xe8\x9c\x9c\xe8\x9c\x9d\xe8\x9c\x9e\xe8\x9c\x9f\xe8\x9c\xa0\xe8\x9c\xa1\xe8\x9c\xa2\xe8\x9c\xa3\xe8\x9c\xa4\xe8\x9c\xa5\xe8\x9c\xa6\xe8\x9c\xa7\xe8\x9c\xa8\xe8\x9c\xa9\xe8\x9c\xaa\xe8\x9c\xab\xe8\x9c\xac\xe8\x9c\xad\xe8\x9c\xae\xe8\x9c\xaf\xe8\x9c\xb0\xe8\x9c\xb1\xe8\x9c\xb2\xe8\x9c\xb3\xe8\x9c\xb4\xe8\x9c\xb5\xe8\x9c\xb6\xe8\x9c\xb7\xe8\x9c\xb8\xe8\x9c\xb9\xe8\x9c\xba\xe8\x9c\xbb\xe8\x9c\xbc\xe8\x9c\xbd\xe8\x9c\xbe\xe8\x9c\xbf\xe8\x9d\x80\xe8\x9d\x81\xe8\x9d\x82\xe8\x9d\x83\xe8\x9d\x84\xe8\x9d\x85\xe8\x9d\x86\xe8\x9d\x87\xe8\x9d\x88\xe8\x9d\x89\xe8\x9d\x8a\xe8\x9d\x8b\xe8\x9d\x8c\xe8\x9d\x8d\xe8\x9d\x8e\xe8\x9d\x8f\xe8\x9d\x90\xe8\x9d\x91\xe8\x9d\x92\xe8\x9d\x93\xe8\x9d\x94\xe8\x9d\x95\xe8\x9d\x96\xe8\x9d\x97\xe8\x9d\x98\xe8\x9d\x99\xe8\x9d\x9a\xe8\x9d\x9b\xe8\x9d\x9c\xe8\x9d\x9d\xe8\x9d\x9e\xe8\x9d\x9f\xe8\x9d\xa0\xe8\x9d\xa1\xe8\x9d\xa2\xe8\x9d\xa3\xe8\x9d\xa4\xe8\x9d\xa5\xe8\x9d\xa6\xe8\x9d\xa7\xe8\x9d\xa8\xe8\x9d\xa9\xe8\x9d\xaa\xe8\x9d\xab\xe8\x9d\xac\xe8\x9d\xad\xe8\x9d\xae\xe8\x9d\xaf\xe8\x9d\xb0\xe8\x9d\xb1\xe8\x9d\xb2\xe8\x9d\xb3\xe8\x9d\xb4\xe8\x9d\xb5\xe8\x9d\xb6\xe8\x9d\xb7\xe8\x9d\xb8\xe8\x9d\xb9\xe8\x9d\xba\xe8\x9d\xbb\xe8\x9d\xbc\xe8\x9d\xbd\xe8\x9d\xbe\xe8\x9d\xbf\xe8\x9e\x80\xe8\x9e\x81\xe8\x9e\x82\xe8\x9e\x83\xe8\x9e\x84\xe8\x9e\x85\xe8\x9e\x86\xe8\x9e\x87\xe8\x9e\x88\xe8\x9e\x89\xe8\x9e\x8a\xe8\x9e\x8b\xe8\x9e\x8c\xe8\x9e\x8d\xe8\x9e\x8e\xe8\x9e\x8f\xe8\x9e\x90\xe8\x9e\x91\xe8\x9e\x92\xe8\x9e\x93\xe8\x9e\x94\xe8\x9e\x95\xe8\x9e\x96\xe8\x9e\x97\xe8\x9e\x98\xe8\x9e\x99\xe8\x9e\x9a\xe8\x9e\x9b\xe8\x9e\x9c\xe8\x9e\x9d\xe8\x9e\x9e\xe8\x9e\x9f\xe8\x9e\xa0\xe8\x9e\xa1\xe8\x9e\xa2\xe8\x9e\xa3\xe8\x9e\xa4\xe8\x9e\xa5\xe8\x9e\xa6\xe8\x9e\xa7\xe8\x9e\xa8\xe8\x9e\xa9\xe8\x9e\xaa\xe8\x9e\xab\xe8\x9e\xac\xe8\x9e\xad\xe8\x9e\xae\xe8\x9e\xaf\xe8\x9e\xb0\xe8\x9e\xb1\xe8\x9e\xb2\xe8\x9e\xb3\xe8\x9e\xb4\xe8\x9e\xb5\xe8\x9e\xb6\xe8\x9e\xb7\xe8\x9e\xb8\xe8\x9e\xb9\xe8\x9e\xba\xe8\x9e\xbb\xe8\x9e\xbc\xe8\x9e\xbd\xe8\x9e\xbe\xe8\x9e\xbf\xe8\x9f\x80\xe8\x9f\x81\xe8\x9f\x82\xe8\x9f\x83\xe8\x9f\x84\xe8\x9f\x85\xe8\x9f\x86\xe8\x9f\x87\xe8\x9f\x88\xe8\x9f\x89\xe8\x9f\x8a\xe8\x9f\x8b\xe8\x9f\x8c\xe8\x9f\x8d\xe8\x9f\x8e\xe8\x9f\x8f\xe8\x9f\x90\xe8\x9f\x91\xe8\x9f\x92\xe8\x9f\x93\xe8\x9f\x94\xe8\x9f\x95\xe8\x9f\x96\xe8\x9f\x97\xe8\x9f\x98\xe8\x9f\x99\xe8\x9f\x9a\xe8\x9f\x9b\xe8\x9f\x9c\xe8\x9f\x9d\xe8\x9f\x9e\xe8\x9f\x9f\xe8\x9f\xa0\xe8\x9f\xa1\xe8\x9f\xa2\xe8\x9f\xa3\xe8\x9f\xa4\xe8\x9f\xa5\xe8\x9f\xa6\xe8\x9f\xa7\xe8\x9f\xa8\xe8\x9f\xa9\xe8\x9f\xaa\xe8\x9f\xab\xe8\x9f\xac\xe8\x9f\xad\xe8\x9f\xae\xe8\x9f\xaf\xe8\x9f\xb0\xe8\x9f\xb1\xe8\x9f\xb2\xe8\x9f\xb3\xe8\x9f\xb4\xe8\x9f\xb5\xe8\x9f\xb6\xe8\x9f\xb7\xe8\x9f\xb8\xe8\x9f\xb9\xe8\x9f\xba\xe8\x9f\xbb\xe8\x9f\xbc\xe8\x9f\xbd\xe8\x9f\xbe\xe8\x9f\xbf\xe8\xa0\x80\xe8\xa0\x81\xe8\xa0\x82\xe8\xa0\x83\xe8\xa0\x84\xe8\xa0\x85\xe8\xa0\x86\xe8\xa0\x87\xe8\xa0\x88\xe8\xa0\x89\xe8\xa0\x8a\xe8\xa0\x8b\xe8\xa0\x8c\xe8\xa0\x8d\xe8\xa0\x8e\xe8\xa0\x8f\xe8\xa0\x90\xe8\xa0\x91\xe8\xa0\x92\xe8\xa0\x93\xe8\xa0\x94\xe8\xa0\x95\xe8\xa0\x96\xe8\xa0\x97\xe8\xa0\x98\xe8\xa0\x99\xe8\xa0\x9a\xe8\xa0\x9b\xe8\xa0\x9c\xe8\xa0\x9d\xe8\xa0\x9e\xe8\xa0\x9f\xe8\xa0\xa0\xe8\xa0\xa1\xe8\xa0\xa2\xe8\xa0\xa3\xe8\xa0\xa4\xe8\xa0\xa5\xe8\xa0\xa6\xe8\xa0\xa7\xe8\xa0\xa8\xe8\xa0\xa9\xe8\xa0\xaa\xe8\xa0\xab\xe8\xa0\xac\xe8\xa0\xad\xe8\xa0\xae\xe8\xa0\xaf\xe8\xa0\xb0\xe8\xa0\xb1\xe8\xa0\xb2\xe8\xa0\xb3\xe8\xa0\xb4\xe8\xa0\xb5\xe8\xa0\xb6\xe8\xa0\xb7\xe8\xa0\xb8\xe8\xa0\xb9\xe8\xa0\xba\xe8\xa0\xbb\xe8\xa0\xbc\xe8\xa0\xbd\xe8\xa0\xbe\xe8\xa0\xbf\xe8\xa1\x80\xe8\xa1\x81\xe8\xa1\x82\xe8\xa1\x83\xe8\xa1\x84\xe8\xa1\x85\xe8\xa1\x86\xe8\xa1\x87\xe8\xa1\x88\xe8\xa1\x89\xe8\xa1\x8a\xe8\xa1\x8b\xe8\xa1\x8c\xe8\xa1\x8d\xe8\xa1\x8e\xe8\xa1\x8f\xe8\xa1\x90\xe8\xa1\x91\xe8\xa1\x92\xe8\xa1\x93\xe8\xa1\x94\xe8\xa1\x95\xe8\xa1\x96\xe8\xa1\x97\xe8\xa1\x98\xe8\xa1\x99\xe8\xa1\x9a\xe8\xa1\x9b\xe8\xa1\x9c\xe8\xa1\x9d\xe8\xa1\x9e\xe8\xa1\x9f\xe8\xa1\xa0\xe8\xa1\xa1\xe8\xa1\xa2\xe8\xa1\xa3\xe8\xa1\xa4\xe8\xa1\xa5\xe8\xa1\xa6\xe8\xa1\xa7\xe8\xa1\xa8\xe8\xa1\xa9\xe8\xa1\xaa\xe8\xa1\xab\xe8\xa1\xac\xe8\xa1\xad\xe8\xa1\xae\xe8\xa1\xaf\xe8\xa1\xb0\xe8\xa1\xb1\xe8\xa1\xb2\xe8\xa1\xb3\xe8\xa1\xb4\xe8\xa1\xb5\xe8\xa1\xb6\xe8\xa1\xb7\xe8\xa1\xb8\xe8\xa1\xb9\xe8\xa1\xba\xe8\xa1\xbb\xe8\xa1\xbc\xe8\xa1\xbd\xe8\xa1\xbe\xe8\xa1\xbf\xe8\xa2\x80\xe8\xa2\x81\xe8\xa2\x82\xe8\xa2\x83\xe8\xa2\x84\xe8\xa2\x85\xe8\xa2\x86\xe8\xa2\x87\xe8\xa2\x88\xe8\xa2\x89\xe8\xa2\x8a\xe8\xa2\x8b\xe8\xa2\x8c\xe8\xa2\x8d\xe8\xa2\x8e\xe8\xa2\x8f\xe8\xa2\x90\xe8\xa2\x91\xe8\xa2\x92\xe8\xa2\x93\xe8\xa2\x94\xe8\xa2\x95\xe8\xa2\x96\xe8\xa2\x97\xe8\xa2\x98\xe8\xa2\x99\xe8\xa2\x9a\xe8\xa2\x9b\xe8\xa2\x9c\xe8\xa2\x9d\xe8\xa2\x9e\xe8\xa2\x9f\xe8\xa2\xa0\xe8\xa2\xa1\xe8\xa2\xa2\xe8\xa2\xa3\xe8\xa2\xa4\xe8\xa2\xa5\xe8\xa2\xa6\xe8\xa2\xa7\xe8\xa2\xa8\xe8\xa2\xa9\xe8\xa2\xaa\xe8\xa2\xab\xe8\xa2\xac\xe8\xa2\xad\xe8\xa2\xae\xe8\xa2\xaf\xe8\xa2\xb0\xe8\xa2\xb1\xe8\xa2\xb2\xe8\xa2\xb3\xe8\xa2\xb4\xe8\xa2\xb5\xe8\xa2\xb6\xe8\xa2\xb7\xe8\xa2\xb8\xe8\xa2\xb9\xe8\xa2\xba\xe8\xa2\xbb\xe8\xa2\xbc\xe8\xa2\xbd\xe8\xa2\xbe\xe8\xa2\xbf\xe8\xa3\x80\xe8\xa3\x81\xe8\xa3\x82\xe8\xa3\x83\xe8\xa3\x84\xe8\xa3\x85\xe8\xa3\x86\xe8\xa3\x87\xe8\xa3\x88\xe8\xa3\x89\xe8\xa3\x8a\xe8\xa3\x8b\xe8\xa3\x8c\xe8\xa3\x8d\xe8\xa3\x8e\xe8\xa3\x8f\xe8\xa3\x90\xe8\xa3\x91\xe8\xa3\x92\xe8\xa3\x93\xe8\xa3\x94\xe8\xa3\x95\xe8\xa3\x96\xe8\xa3\x97\xe8\xa3\x98\xe8\xa3\x99\xe8\xa3\x9a\xe8\xa3\x9b\xe8\xa3\x9c\xe8\xa3\x9d\xe8\xa3\x9e\xe8\xa3\x9f\xe8\xa3\xa0\xe8\xa3\xa1\xe8\xa3\xa2\xe8\xa3\xa3\xe8\xa3\xa4\xe8\xa3\xa5\xe8\xa3\xa6\xe8\xa3\xa7\xe8\xa3\xa8\xe8\xa3\xa9\xe8\xa3\xaa\xe8\xa3\xab\xe8\xa3\xac\xe8\xa3\xad\xe8\xa3\xae\xe8\xa3\xaf\xe8\xa3\xb0\xe8\xa3\xb1\xe8\xa3\xb2\xe8\xa3\xb3\xe8\xa3\xb4\xe8\xa3\xb5\xe8\xa3\xb6\xe8\xa3\xb7\xe8\xa3\xb8\xe8\xa3\xb9\xe8\xa3\xba\xe8\xa3\xbb\xe8\xa3\xbc\xe8\xa3\xbd\xe8\xa3\xbe\xe8\xa3\xbf\xe8\xa4\x80\xe8\xa4\x81\xe8\xa4\x82\xe8\xa4\x83\xe8\xa4\x84\xe8\xa4\x85\xe8\xa4\x86\xe8\xa4\x87\xe8\xa4\x88\xe8\xa4\x89\xe8\xa4\x8a\xe8\xa4\x8b\xe8\xa4\x8c\xe8\xa4\x8d\xe8\xa4\x8e\xe8\xa4\x8f\xe8\xa4\x90\xe8\xa4\x91\xe8\xa4\x92\xe8\xa4\x93\xe8\xa4\x94\xe8\xa4\x95\xe8\xa4\x96\xe8\xa4\x97\xe8\xa4\x98\xe8\xa4\x99\xe8\xa4\x9a\xe8\xa4\x9b\xe8\xa4\x9c\xe8\xa4\x9d\xe8\xa4\x9e\xe8\xa4\x9f\xe8\xa4\xa0\xe8\xa4\xa1\xe8\xa4\xa2\xe8\xa4\xa3\xe8\xa4\xa4\xe8\xa4\xa5\xe8\xa4\xa6\xe8\xa4\xa7\xe8\xa4\xa8\xe8\xa4\xa9\xe8\xa4\xaa\xe8\xa4\xab\xe8\xa4\xac\xe8\xa4\xad\xe8\xa4\xae\xe8\xa4\xaf\xe8\xa4\xb0\xe8\xa4\xb1\xe8\xa4\xb2\xe8\xa4\xb3\xe8\xa4\xb4\xe8\xa4\xb5\xe8\xa4\xb6\xe8\xa4\xb7\xe8\xa4\xb8\xe8\xa4\xb9\xe8\xa4\xba\xe8\xa4\xbb\xe8\xa4\xbc\xe8\xa4\xbd\xe8\xa4\xbe\xe8\xa4\xbf\xe8\xa5\x80\xe8\xa5\x81\xe8\xa5\x82\xe8\xa5\x83\xe8\xa5\x84\xe8\xa5\x85\xe8\xa5\x86\xe8\xa5\x87\xe8\xa5\x88\xe8\xa5\x89\xe8\xa5\x8a\xe8\xa5\x8b\xe8\xa5\x8c\xe8\xa5\x8d\xe8\xa5\x8e\xe8\xa5\x8f\xe8\xa5\x90\xe8\xa5\x91\xe8\xa5\x92\xe8\xa5\x93\xe8\xa5\x94\xe8\xa5\x95\xe8\xa5\x96\xe8\xa5\x97\xe8\xa5\x98\xe8\xa5\x99\xe8\xa5\x9a\xe8\xa5\x9b\xe8\xa5\x9c\xe8\xa5\x9d\xe8\xa5\x9e\xe8\xa5\x9f\xe8\xa5\xa0\xe8\xa5\xa1\xe8\xa5\xa2\xe8\xa5\xa3\xe8\xa5\xa4\xe8\xa5\xa5\xe8\xa5\xa6\xe8\xa5\xa7\xe8\xa5\xa8\xe8\xa5\xa9\xe8\xa5\xaa\xe8\xa5\xab\xe8\xa5\xac\xe8\xa5\xad\xe8\xa5\xae\xe8\xa5\xaf\xe8\xa5\xb0\xe8\xa5\xb1\xe8\xa5\xb2\xe8\xa5\xb3\xe8\xa5\xb4\xe8\xa5\xb5\xe8\xa5\xb6\xe8\xa5\xb7\xe8\xa5\xb8\xe8\xa5\xb9\xe8\xa5\xba\xe8\xa5\xbb\xe8\xa5\xbc\xe8\xa5\xbd\xe8\xa5\xbe\xe8\xa5\xbf\xe8\xa6\x80\xe8\xa6\x81\xe8\xa6\x82\xe8\xa6\x83\xe8\xa6\x84\xe8\xa6\x85\xe8\xa6\x86\xe8\xa6\x87\xe8\xa6\x88\xe8\xa6\x89\xe8\xa6\x8a\xe8\xa6\x8b\xe8\xa6\x8c\xe8\xa6\x8d\xe8\xa6\x8e\xe8\xa6\x8f\xe8\xa6\x90\xe8\xa6\x91\xe8\xa6\x92\xe8\xa6\x93\xe8\xa6\x94\xe8\xa6\x95\xe8\xa6\x96\xe8\xa6\x97\xe8\xa6\x98\xe8\xa6\x99\xe8\xa6\x9a\xe8\xa6\x9b\xe8\xa6\x9c\xe8\xa6\x9d\xe8\xa6\x9e\xe8\xa6\x9f\xe8\xa6\xa0\xe8\xa6\xa1\xe8\xa6\xa2\xe8\xa6\xa3\xe8\xa6\xa4\xe8\xa6\xa5\xe8\xa6\xa6\xe8\xa6\xa7\xe8\xa6\xa8\xe8\xa6\xa9\xe8\xa6\xaa\xe8\xa6\xab\xe8\xa6\xac\xe8\xa6\xad\xe8\xa6\xae\xe8\xa6\xaf\xe8\xa6\xb0\xe8\xa6\xb1\xe8\xa6\xb2\xe8\xa6\xb3\xe8\xa6\xb4\xe8\xa6\xb5\xe8\xa6\xb6\xe8\xa6\xb7\xe8\xa6\xb8\xe8\xa6\xb9\xe8\xa6\xba\xe8\xa6\xbb\xe8\xa6\xbc\xe8\xa6\xbd\xe8\xa6\xbe\xe8\xa6\xbf\xe8\xa7\x80\xe8\xa7\x81\xe8\xa7\x82\xe8\xa7\x83\xe8\xa7\x84\xe8\xa7\x85\xe8\xa7\x86\xe8\xa7\x87\xe8\xa7\x88\xe8\xa7\x89\xe8\xa7\x8a\xe8\xa7\x8b\xe8\xa7\x8c\xe8\xa7\x8d\xe8\xa7\x8e\xe8\xa7\x8f\xe8\xa7\x90\xe8\xa7\x91\xe8\xa7\x92\xe8\xa7\x93\xe8\xa7\x94\xe8\xa7\x95\xe8\xa7\x96\xe8\xa7\x97\xe8\xa7\x98\xe8\xa7\x99\xe8\xa7\x9a\xe8\xa7\x9b\xe8\xa7\x9c\xe8\xa7\x9d\xe8\xa7\x9e\xe8\xa7\x9f\xe8\xa7\xa0\xe8\xa7\xa1\xe8\xa7\xa2\xe8\xa7\xa3\xe8\xa7\xa4\xe8\xa7\xa5\xe8\xa7\xa6\xe8\xa7\xa7\xe8\xa7\xa8\xe8\xa7\xa9\xe8\xa7\xaa\xe8\xa7\xab\xe8\xa7\xac\xe8\xa7\xad\xe8\xa7\xae\xe8\xa7\xaf\xe8\xa7\xb0\xe8\xa7\xb1\xe8\xa7\xb2\xe8\xa7\xb3\xe8\xa7\xb4\xe8\xa7\xb5\xe8\xa7\xb6\xe8\xa7\xb7\xe8\xa7\xb8\xe8\xa7\xb9\xe8\xa7\xba\xe8\xa7\xbb\xe8\xa7\xbc\xe8\xa7\xbd\xe8\xa7\xbe\xe8\xa7\xbf\xe8\xa8\x80\xe8\xa8\x81\xe8\xa8\x82\xe8\xa8\x83\xe8\xa8\x84\xe8\xa8\x85\xe8\xa8\x86\xe8\xa8\x87\xe8\xa8\x88\xe8\xa8\x89\xe8\xa8\x8a\xe8\xa8\x8b\xe8\xa8\x8c\xe8\xa8\x8d\xe8\xa8\x8e\xe8\xa8\x8f\xe8\xa8\x90\xe8\xa8\x91\xe8\xa8\x92\xe8\xa8\x93\xe8\xa8\x94\xe8\xa8\x95\xe8\xa8\x96\xe8\xa8\x97\xe8\xa8\x98\xe8\xa8\x99\xe8\xa8\x9a\xe8\xa8\x9b\xe8\xa8\x9c\xe8\xa8\x9d\xe8\xa8\x9e\xe8\xa8\x9f\xe8\xa8\xa0\xe8\xa8\xa1\xe8\xa8\xa2\xe8\xa8\xa3\xe8\xa8\xa4\xe8\xa8\xa5\xe8\xa8\xa6\xe8\xa8\xa7\xe8\xa8\xa8\xe8\xa8\xa9\xe8\xa8\xaa\xe8\xa8\xab\xe8\xa8\xac\xe8\xa8\xad\xe8\xa8\xae\xe8\xa8\xaf\xe8\xa8\xb0\xe8\xa8\xb1\xe8\xa8\xb2\xe8\xa8\xb3\xe8\xa8\xb4\xe8\xa8\xb5\xe8\xa8\xb6\xe8\xa8\xb7\xe8\xa8\xb8\xe8\xa8\xb9\xe8\xa8\xba\xe8\xa8\xbb\xe8\xa8\xbc\xe8\xa8\xbd\xe8\xa8\xbe\xe8\xa8\xbf\xe8\xa9\x80\xe8\xa9\x81\xe8\xa9\x82\xe8\xa9\x83\xe8\xa9\x84\xe8\xa9\x85\xe8\xa9\x86\xe8\xa9\x87\xe8\xa9\x88\xe8\xa9\x89\xe8\xa9\x8a\xe8\xa9\x8b\xe8\xa9\x8c\xe8\xa9\x8d\xe8\xa9\x8e\xe8\xa9\x8f\xe8\xa9\x90\xe8\xa9\x91\xe8\xa9\x92\xe8\xa9\x93\xe8\xa9\x94\xe8\xa9\x95\xe8\xa9\x96\xe8\xa9\x97\xe8\xa9\x98\xe8\xa9\x99\xe8\xa9\x9a\xe8\xa9\x9b\xe8\xa9\x9c\xe8\xa9\x9d\xe8\xa9\x9e\xe8\xa9\x9f\xe8\xa9\xa0\xe8\xa9\xa1\xe8\xa9\xa2\xe8\xa9\xa3\xe8\xa9\xa4\xe8\xa9\xa5\xe8\xa9\xa6\xe8\xa9\xa7\xe8\xa9\xa8\xe8\xa9\xa9\xe8\xa9\xaa\xe8\xa9\xab\xe8\xa9\xac\xe8\xa9\xad\xe8\xa9\xae\xe8\xa9\xaf\xe8\xa9\xb0\xe8\xa9\xb1\xe8\xa9\xb2\xe8\xa9\xb3\xe8\xa9\xb4\xe8\xa9\xb5\xe8\xa9\xb6\xe8\xa9\xb7\xe8\xa9\xb8\xe8\xa9\xb9\xe8\xa9\xba\xe8\xa9\xbb\xe8\xa9\xbc\xe8\xa9\xbd\xe8\xa9\xbe\xe8\xa9\xbf\xe8\xaa\x80\xe8\xaa\x81\xe8\xaa\x82\xe8\xaa\x83\xe8\xaa\x84\xe8\xaa\x85\xe8\xaa\x86\xe8\xaa\x87\xe8\xaa\x88\xe8\xaa\x89\xe8\xaa\x8a\xe8\xaa\x8b\xe8\xaa\x8c\xe8\xaa\x8d\xe8\xaa\x8e\xe8\xaa\x8f\xe8\xaa\x90\xe8\xaa\x91\xe8\xaa\x92\xe8\xaa\x93\xe8\xaa\x94\xe8\xaa\x95\xe8\xaa\x96\xe8\xaa\x97\xe8\xaa\x98\xe8\xaa\x99\xe8\xaa\x9a\xe8\xaa\x9b\xe8\xaa\x9c\xe8\xaa\x9d\xe8\xaa\x9e\xe8\xaa\x9f\xe8\xaa\xa0\xe8\xaa\xa1\xe8\xaa\xa2\xe8\xaa\xa3\xe8\xaa\xa4\xe8\xaa\xa5\xe8\xaa\xa6\xe8\xaa\xa7\xe8\xaa\xa8\xe8\xaa\xa9\xe8\xaa\xaa\xe8\xaa\xab\xe8\xaa\xac\xe8\xaa\xad\xe8\xaa\xae\xe8\xaa\xaf\xe8\xaa\xb0\xe8\xaa\xb1\xe8\xaa\xb2\xe8\xaa\xb3\xe8\xaa\xb4\xe8\xaa\xb5\xe8\xaa\xb6\xe8\xaa\xb7\xe8\xaa\xb8\xe8\xaa\xb9\xe8\xaa\xba\xe8\xaa\xbb\xe8\xaa\xbc\xe8\xaa\xbd\xe8\xaa\xbe\xe8\xaa\xbf\xe8\xab\x80\xe8\xab\x81\xe8\xab\x82\xe8\xab\x83\xe8\xab\x84\xe8\xab\x85\xe8\xab\x86\xe8\xab\x87\xe8\xab\x88\xe8\xab\x89\xe8\xab\x8a\xe8\xab\x8b\xe8\xab\x8c\xe8\xab\x8d\xe8\xab\x8e\xe8\xab\x8f\xe8\xab\x90\xe8\xab\x91\xe8\xab\x92\xe8\xab\x93\xe8\xab\x94\xe8\xab\x95\xe8\xab\x96\xe8\xab\x97\xe8\xab\x98\xe8\xab\x99\xe8\xab\x9a\xe8\xab\x9b\xe8\xab\x9c\xe8\xab\x9d\xe8\xab\x9e\xe8\xab\x9f\xe8\xab\xa0\xe8\xab\xa1\xe8\xab\xa2\xe8\xab\xa3\xe8\xab\xa4\xe8\xab\xa5\xe8\xab\xa6\xe8\xab\xa7\xe8\xab\xa8\xe8\xab\xa9\xe8\xab\xaa\xe8\xab\xab\xe8\xab\xac\xe8\xab\xad\xe8\xab\xae\xe8\xab\xaf\xe8\xab\xb0\xe8\xab\xb1\xe8\xab\xb2\xe8\xab\xb3\xe8\xab\xb4\xe8\xab\xb5\xe8\xab\xb6\xe8\xab\xb7\xe8\xab\xb8\xe8\xab\xb9\xe8\xab\xba\xe8\xab\xbb\xe8\xab\xbc\xe8\xab\xbd\xe8\xab\xbe\xe8\xab\xbf\xe8\xac\x80\xe8\xac\x81\xe8\xac\x82\xe8\xac\x83\xe8\xac\x84\xe8\xac\x85\xe8\xac\x86\xe8\xac\x87\xe8\xac\x88\xe8\xac\x89\xe8\xac\x8a\xe8\xac\x8b\xe8\xac\x8c\xe8\xac\x8d\xe8\xac\x8e\xe8\xac\x8f\xe8\xac\x90\xe8\xac\x91\xe8\xac\x92\xe8\xac\x93\xe8\xac\x94\xe8\xac\x95\xe8\xac\x96\xe8\xac\x97\xe8\xac\x98\xe8\xac\x99\xe8\xac\x9a\xe8\xac\x9b\xe8\xac\x9c\xe8\xac\x9d\xe8\xac\x9e\xe8\xac\x9f\xe8\xac\xa0\xe8\xac\xa1\xe8\xac\xa2\xe8\xac\xa3\xe8\xac\xa4\xe8\xac\xa5\xe8\xac\xa6\xe8\xac\xa7\xe8\xac\xa8\xe8\xac\xa9\xe8\xac\xaa\xe8\xac\xab\xe8\xac\xac\xe8\xac\xad\xe8\xac\xae\xe8\xac\xaf\xe8\xac\xb0\xe8\xac\xb1\xe8\xac\xb2\xe8\xac\xb3\xe8\xac\xb4\xe8\xac\xb5\xe8\xac\xb6\xe8\xac\xb7\xe8\xac\xb8\xe8\xac\xb9\xe8\xac\xba\xe8\xac\xbb\xe8\xac\xbc\xe8\xac\xbd\xe8\xac\xbe\xe8\xac\xbf\xe8\xad\x80\xe8\xad\x81\xe8\xad\x82\xe8\xad\x83\xe8\xad\x84\xe8\xad\x85\xe8\xad\x86\xe8\xad\x87\xe8\xad\x88\xe8\xad\x89\xe8\xad\x8a\xe8\xad\x8b\xe8\xad\x8c\xe8\xad\x8d\xe8\xad\x8e\xe8\xad\x8f\xe8\xad\x90\xe8\xad\x91\xe8\xad\x92\xe8\xad\x93\xe8\xad\x94\xe8\xad\x95\xe8\xad\x96\xe8\xad\x97\xe8\xad\x98\xe8\xad\x99\xe8\xad\x9a\xe8\xad\x9b\xe8\xad\x9c\xe8\xad\x9d\xe8\xad\x9e\xe8\xad\x9f\xe8\xad\xa0\xe8\xad\xa1\xe8\xad\xa2\xe8\xad\xa3\xe8\xad\xa4\xe8\xad\xa5\xe8\xad\xa6\xe8\xad\xa7\xe8\xad\xa8\xe8\xad\xa9\xe8\xad\xaa\xe8\xad\xab\xe8\xad\xac\xe8\xad\xad\xe8\xad\xae\xe8\xad\xaf\xe8\xad\xb0\xe8\xad\xb1\xe8\xad\xb2\xe8\xad\xb3\xe8\xad\xb4\xe8\xad\xb5\xe8\xad\xb6\xe8\xad\xb7\xe8\xad\xb8\xe8\xad\xb9\xe8\xad\xba\xe8\xad\xbb\xe8\xad\xbc\xe8\xad\xbd\xe8\xad\xbe\xe8\xad\xbf\xe8\xae\x80\xe8\xae\x81\xe8\xae\x82\xe8\xae\x83\xe8\xae\x84\xe8\xae\x85\xe8\xae\x86\xe8\xae\x87\xe8\xae\x88\xe8\xae\x89\xe8\xae\x8a\xe8\xae\x8b\xe8\xae\x8c\xe8\xae\x8d\xe8\xae\x8e\xe8\xae\x8f\xe8\xae\x90\xe8\xae\x91\xe8\xae\x92\xe8\xae\x93\xe8\xae\x94\xe8\xae\x95\xe8\xae\x96\xe8\xae\x97\xe8\xae\x98\xe8\xae\x99\xe8\xae\x9a\xe8\xae\x9b\xe8\xae\x9c\xe8\xae\x9d\xe8\xae\x9e\xe8\xae\x9f\xe8\xae\xa0\xe8\xae\xa1\xe8\xae\xa2\xe8\xae\xa3\xe8\xae\xa4\xe8\xae\xa5\xe8\xae\xa6\xe8\xae\xa7\xe8\xae\xa8\xe8\xae\xa9\xe8\xae\xaa\xe8\xae\xab\xe8\xae\xac\xe8\xae\xad\xe8\xae\xae\xe8\xae\xaf\xe8\xae\xb0\xe8\xae\xb1\xe8\xae\xb2\xe8\xae\xb3\xe8\xae\xb4\xe8\xae\xb5\xe8\xae\xb6\xe8\xae\xb7\xe8\xae\xb8\xe8\xae\xb9\xe8\xae\xba\xe8\xae\xbb\xe8\xae\xbc\xe8\xae\xbd\xe8\xae\xbe\xe8\xae\xbf\xe8\xaf\x80\xe8\xaf\x81\xe8\xaf\x82\xe8\xaf\x83\xe8\xaf\x84\xe8\xaf\x85\xe8\xaf\x86\xe8\xaf\x87\xe8\xaf\x88\xe8\xaf\x89\xe8\xaf\x8a\xe8\xaf\x8b\xe8\xaf\x8c\xe8\xaf\x8d\xe8\xaf\x8e\xe8\xaf\x8f\xe8\xaf\x90\xe8\xaf\x91\xe8\xaf\x92\xe8\xaf\x93\xe8\xaf\x94\xe8\xaf\x95\xe8\xaf\x96\xe8\xaf\x97\xe8\xaf\x98\xe8\xaf\x99\xe8\xaf\x9a\xe8\xaf\x9b\xe8\xaf\x9c\xe8\xaf\x9d\xe8\xaf\x9e\xe8\xaf\x9f\xe8\xaf\xa0\xe8\xaf\xa1\xe8\xaf\xa2\xe8\xaf\xa3\xe8\xaf\xa4\xe8\xaf\xa5\xe8\xaf\xa6\xe8\xaf\xa7\xe8\xaf\xa8\xe8\xaf\xa9\xe8\xaf\xaa\xe8\xaf\xab\xe8\xaf\xac\xe8\xaf\xad\xe8\xaf\xae\xe8\xaf\xaf\xe8\xaf\xb0\xe8\xaf\xb1\xe8\xaf\xb2\xe8\xaf\xb3\xe8\xaf\xb4\xe8\xaf\xb5\xe8\xaf\xb6\xe8\xaf\xb7\xe8\xaf\xb8\xe8\xaf\xb9\xe8\xaf\xba\xe8\xaf\xbb\xe8\xaf\xbc\xe8\xaf\xbd\xe8\xaf\xbe\xe8\xaf\xbf\xe8\xb0\x80\xe8\xb0\x81\xe8\xb0\x82\xe8\xb0\x83\xe8\xb0\x84\xe8\xb0\x85\xe8\xb0\x86\xe8\xb0\x87\xe8\xb0\x88\xe8\xb0\x89\xe8\xb0\x8a\xe8\xb0\x8b\xe8\xb0\x8c\xe8\xb0\x8d\xe8\xb0\x8e\xe8\xb0\x8f\xe8\xb0\x90\xe8\xb0\x91\xe8\xb0\x92\xe8\xb0\x93\xe8\xb0\x94\xe8\xb0\x95\xe8\xb0\x96\xe8\xb0\x97\xe8\xb0\x98\xe8\xb0\x99\xe8\xb0\x9a\xe8\xb0\x9b\xe8\xb0\x9c\xe8\xb0\x9d\xe8\xb0\x9e\xe8\xb0\x9f\xe8\xb0\xa0\xe8\xb0\xa1\xe8\xb0\xa2\xe8\xb0\xa3\xe8\xb0\xa4\xe8\xb0\xa5\xe8\xb0\xa6\xe8\xb0\xa7\xe8\xb0\xa8\xe8\xb0\xa9\xe8\xb0\xaa\xe8\xb0\xab\xe8\xb0\xac\xe8\xb0\xad\xe8\xb0\xae\xe8\xb0\xaf\xe8\xb0\xb0\xe8\xb0\xb1\xe8\xb0\xb2\xe8\xb0\xb3\xe8\xb0\xb4\xe8\xb0\xb5\xe8\xb0\xb6\xe8\xb0\xb7\xe8\xb0\xb8\xe8\xb0\xb9\xe8\xb0\xba\xe8\xb0\xbb\xe8\xb0\xbc\xe8\xb0\xbd\xe8\xb0\xbe\xe8\xb0\xbf\xe8\xb1\x80\xe8\xb1\x81\xe8\xb1\x82\xe8\xb1\x83\xe8\xb1\x84\xe8\xb1\x85\xe8\xb1\x86\xe8\xb1\x87\xe8\xb1\x88\xe8\xb1\x89\xe8\xb1\x8a\xe8\xb1\x8b\xe8\xb1\x8c\xe8\xb1\x8d\xe8\xb1\x8e\xe8\xb1\x8f\xe8\xb1\x90\xe8\xb1\x91\xe8\xb1\x92\xe8\xb1\x93\xe8\xb1\x94\xe8\xb1\x95\xe8\xb1\x96\xe8\xb1\x97\xe8\xb1\x98\xe8\xb1\x99\xe8\xb1\x9a\xe8\xb1\x9b\xe8\xb1\x9c\xe8\xb1\x9d\xe8\xb1\x9e\xe8\xb1\x9f\xe8\xb1\xa0\xe8\xb1\xa1\xe8\xb1\xa2\xe8\xb1\xa3\xe8\xb1\xa4\xe8\xb1\xa5\xe8\xb1\xa6\xe8\xb1\xa7\xe8\xb1\xa8\xe8\xb1\xa9\xe8\xb1\xaa\xe8\xb1\xab\xe8\xb1\xac\xe8\xb1\xad\xe8\xb1\xae\xe8\xb1\xaf\xe8\xb1\xb0\xe8\xb1\xb1\xe8\xb1\xb2\xe8\xb1\xb3\xe8\xb1\xb4\xe8\xb1\xb5\xe8\xb1\xb6\xe8\xb1\xb7\xe8\xb1\xb8\xe8\xb1\xb9\xe8\xb1\xba\xe8\xb1\xbb\xe8\xb1\xbc\xe8\xb1\xbd\xe8\xb1\xbe\xe8\xb1\xbf\xe8\xb2\x80\xe8\xb2\x81\xe8\xb2\x82\xe8\xb2\x83\xe8\xb2\x84\xe8\xb2\x85\xe8\xb2\x86\xe8\xb2\x87\xe8\xb2\x88\xe8\xb2\x89\xe8\xb2\x8a\xe8\xb2\x8b\xe8\xb2\x8c\xe8\xb2\x8d\xe8\xb2\x8e\xe8\xb2\x8f\xe8\xb2\x90\xe8\xb2\x91\xe8\xb2\x92\xe8\xb2\x93\xe8\xb2\x94\xe8\xb2\x95\xe8\xb2\x96\xe8\xb2\x97\xe8\xb2\x98\xe8\xb2\x99\xe8\xb2\x9a\xe8\xb2\x9b\xe8\xb2\x9c\xe8\xb2\x9d\xe8\xb2\x9e\xe8\xb2\x9f\xe8\xb2\xa0\xe8\xb2\xa1\xe8\xb2\xa2\xe8\xb2\xa3\xe8\xb2\xa4\xe8\xb2\xa5\xe8\xb2\xa6\xe8\xb2\xa7\xe8\xb2\xa8\xe8\xb2\xa9\xe8\xb2\xaa\xe8\xb2\xab\xe8\xb2\xac\xe8\xb2\xad\xe8\xb2\xae\xe8\xb2\xaf\xe8\xb2\xb0\xe8\xb2\xb1\xe8\xb2\xb2\xe8\xb2\xb3\xe8\xb2\xb4\xe8\xb2\xb5\xe8\xb2\xb6\xe8\xb2\xb7\xe8\xb2\xb8\xe8\xb2\xb9\xe8\xb2\xba\xe8\xb2\xbb\xe8\xb2\xbc\xe8\xb2\xbd\xe8\xb2\xbe\xe8\xb2\xbf\xe8\xb3\x80\xe8\xb3\x81\xe8\xb3\x82\xe8\xb3\x83\xe8\xb3\x84\xe8\xb3\x85\xe8\xb3\x86\xe8\xb3\x87\xe8\xb3\x88\xe8\xb3\x89\xe8\xb3\x8a\xe8\xb3\x8b\xe8\xb3\x8c\xe8\xb3\x8d\xe8\xb3\x8e\xe8\xb3\x8f\xe8\xb3\x90\xe8\xb3\x91\xe8\xb3\x92\xe8\xb3\x93\xe8\xb3\x94\xe8\xb3\x95\xe8\xb3\x96\xe8\xb3\x97\xe8\xb3\x98\xe8\xb3\x99\xe8\xb3\x9a\xe8\xb3\x9b\xe8\xb3\x9c\xe8\xb3\x9d\xe8\xb3\x9e\xe8\xb3\x9f\xe8\xb3\xa0\xe8\xb3\xa1\xe8\xb3\xa2\xe8\xb3\xa3\xe8\xb3\xa4\xe8\xb3\xa5\xe8\xb3\xa6\xe8\xb3\xa7\xe8\xb3\xa8\xe8\xb3\xa9\xe8\xb3\xaa\xe8\xb3\xab\xe8\xb3\xac\xe8\xb3\xad\xe8\xb3\xae\xe8\xb3\xaf\xe8\xb3\xb0\xe8\xb3\xb1\xe8\xb3\xb2\xe8\xb3\xb3\xe8\xb3\xb4\xe8\xb3\xb5\xe8\xb3\xb6\xe8\xb3\xb7\xe8\xb3\xb8\xe8\xb3\xb9\xe8\xb3\xba\xe8\xb3\xbb\xe8\xb3\xbc\xe8\xb3\xbd\xe8\xb3\xbe\xe8\xb3\xbf\xe8\xb4\x80\xe8\xb4\x81\xe8\xb4\x82\xe8\xb4\x83\xe8\xb4\x84\xe8\xb4\x85\xe8\xb4\x86\xe8\xb4\x87\xe8\xb4\x88\xe8\xb4\x89\xe8\xb4\x8a\xe8\xb4\x8b\xe8\xb4\x8c\xe8\xb4\x8d\xe8\xb4\x8e\xe8\xb4\x8f\xe8\xb4\x90\xe8\xb4\x91\xe8\xb4\x92\xe8\xb4\x93\xe8\xb4\x94\xe8\xb4\x95\xe8\xb4\x96\xe8\xb4\x97\xe8\xb4\x98\xe8\xb4\x99\xe8\xb4\x9a\xe8\xb4\x9b\xe8\xb4\x9c\xe8\xb4\x9d\xe8\xb4\x9e\xe8\xb4\x9f\xe8\xb4\xa0\xe8\xb4\xa1\xe8\xb4\xa2\xe8\xb4\xa3\xe8\xb4\xa4\xe8\xb4\xa5\xe8\xb4\xa6\xe8\xb4\xa7\xe8\xb4\xa8\xe8\xb4\xa9\xe8\xb4\xaa\xe8\xb4\xab\xe8\xb4\xac\xe8\xb4\xad\xe8\xb4\xae\xe8\xb4\xaf\xe8\xb4\xb0\xe8\xb4\xb1\xe8\xb4\xb2\xe8\xb4\xb3\xe8\xb4\xb4\xe8\xb4\xb5\xe8\xb4\xb6\xe8\xb4\xb7\xe8\xb4\xb8\xe8\xb4\xb9\xe8\xb4\xba\xe8\xb4\xbb\xe8\xb4\xbc\xe8\xb4\xbd\xe8\xb4\xbe\xe8\xb4\xbf\xe8\xb5\x80\xe8\xb5\x81\xe8\xb5\x82\xe8\xb5\x83\xe8\xb5\x84\xe8\xb5\x85\xe8\xb5\x86\xe8\xb5\x87\xe8\xb5\x88\xe8\xb5\x89\xe8\xb5\x8a\xe8\xb5\x8b\xe8\xb5\x8c\xe8\xb5\x8d\xe8\xb5\x8e\xe8\xb5\x8f\xe8\xb5\x90\xe8\xb5\x91\xe8\xb5\x92\xe8\xb5\x93\xe8\xb5\x94\xe8\xb5\x95\xe8\xb5\x96\xe8\xb5\x97\xe8\xb5\x98\xe8\xb5\x99\xe8\xb5\x9a\xe8\xb5\x9b\xe8\xb5\x9c\xe8\xb5\x9d\xe8\xb5\x9e\xe8\xb5\x9f\xe8\xb5\xa0\xe8\xb5\xa1\xe8\xb5\xa2\xe8\xb5\xa3\xe8\xb5\xa4\xe8\xb5\xa5\xe8\xb5\xa6\xe8\xb5\xa7\xe8\xb5\xa8\xe8\xb5\xa9\xe8\xb5\xaa\xe8\xb5\xab\xe8\xb5\xac\xe8\xb5\xad\xe8\xb5\xae\xe8\xb5\xaf\xe8\xb5\xb0\xe8\xb5\xb1\xe8\xb5\xb2\xe8\xb5\xb3\xe8\xb5\xb4\xe8\xb5\xb5\xe8\xb5\xb6\xe8\xb5\xb7\xe8\xb5\xb8\xe8\xb5\xb9\xe8\xb5\xba\xe8\xb5\xbb\xe8\xb5\xbc\xe8\xb5\xbd\xe8\xb5\xbe\xe8\xb5\xbf\xe8\xb6\x80\xe8\xb6\x81\xe8\xb6\x82\xe8\xb6\x83\xe8\xb6\x84\xe8\xb6\x85\xe8\xb6\x86\xe8\xb6\x87\xe8\xb6\x88\xe8\xb6\x89\xe8\xb6\x8a\xe8\xb6\x8b\xe8\xb6\x8c\xe8\xb6\x8d\xe8\xb6\x8e\xe8\xb6\x8f\xe8\xb6\x90\xe8\xb6\x91\xe8\xb6\x92\xe8\xb6\x93\xe8\xb6\x94\xe8\xb6\x95\xe8\xb6\x96\xe8\xb6\x97\xe8\xb6\x98\xe8\xb6\x99\xe8\xb6\x9a\xe8\xb6\x9b\xe8\xb6\x9c\xe8\xb6\x9d\xe8\xb6\x9e\xe8\xb6\x9f\xe8\xb6\xa0\xe8\xb6\xa1\xe8\xb6\xa2\xe8\xb6\xa3\xe8\xb6\xa4\xe8\xb6\xa5\xe8\xb6\xa6\xe8\xb6\xa7\xe8\xb6\xa8\xe8\xb6\xa9\xe8\xb6\xaa\xe8\xb6\xab\xe8\xb6\xac\xe8\xb6\xad\xe8\xb6\xae\xe8\xb6\xaf\xe8\xb6\xb0\xe8\xb6\xb1\xe8\xb6\xb2\xe8\xb6\xb3\xe8\xb6\xb4\xe8\xb6\xb5\xe8\xb6\xb6\xe8\xb6\xb7\xe8\xb6\xb8\xe8\xb6\xb9\xe8\xb6\xba\xe8\xb6\xbb\xe8\xb6\xbc\xe8\xb6\xbd\xe8\xb6\xbe\xe8\xb6\xbf\xe8\xb7\x80\xe8\xb7\x81\xe8\xb7\x82\xe8\xb7\x83\xe8\xb7\x84\xe8\xb7\x85\xe8\xb7\x86\xe8\xb7\x87\xe8\xb7\x88\xe8\xb7\x89\xe8\xb7\x8a\xe8\xb7\x8b\xe8\xb7\x8c\xe8\xb7\x8d\xe8\xb7\x8e\xe8\xb7\x8f\xe8\xb7\x90\xe8\xb7\x91\xe8\xb7\x92\xe8\xb7\x93\xe8\xb7\x94\xe8\xb7\x95\xe8\xb7\x96\xe8\xb7\x97\xe8\xb7\x98\xe8\xb7\x99\xe8\xb7\x9a\xe8\xb7\x9b\xe8\xb7\x9c\xe8\xb7\x9d\xe8\xb7\x9e\xe8\xb7\x9f\xe8\xb7\xa0\xe8\xb7\xa1\xe8\xb7\xa2\xe8\xb7\xa3\xe8\xb7\xa4\xe8\xb7\xa5\xe8\xb7\xa6\xe8\xb7\xa7\xe8\xb7\xa8\xe8\xb7\xa9\xe8\xb7\xaa\xe8\xb7\xab\xe8\xb7\xac\xe8\xb7\xad\xe8\xb7\xae\xe8\xb7\xaf\xe8\xb7\xb0\xe8\xb7\xb1\xe8\xb7\xb2\xe8\xb7\xb3\xe8\xb7\xb4\xe8\xb7\xb5\xe8\xb7\xb6\xe8\xb7\xb7\xe8\xb7\xb8\xe8\xb7\xb9\xe8\xb7\xba\xe8\xb7\xbb\xe8\xb7\xbc\xe8\xb7\xbd\xe8\xb7\xbe\xe8\xb7\xbf\xe8\xb8\x80\xe8\xb8\x81\xe8\xb8\x82\xe8\xb8\x83\xe8\xb8\x84\xe8\xb8\x85\xe8\xb8\x86\xe8\xb8\x87\xe8\xb8\x88\xe8\xb8\x89\xe8\xb8\x8a\xe8\xb8\x8b\xe8\xb8\x8c\xe8\xb8\x8d\xe8\xb8\x8e\xe8\xb8\x8f\xe8\xb8\x90\xe8\xb8\x91\xe8\xb8\x92\xe8\xb8\x93\xe8\xb8\x94\xe8\xb8\x95\xe8\xb8\x96\xe8\xb8\x97\xe8\xb8\x98\xe8\xb8\x99\xe8\xb8\x9a\xe8\xb8\x9b\xe8\xb8\x9c\xe8\xb8\x9d\xe8\xb8\x9e\xe8\xb8\x9f\xe8\xb8\xa0\xe8\xb8\xa1\xe8\xb8\xa2\xe8\xb8\xa3\xe8\xb8\xa4\xe8\xb8\xa5\xe8\xb8\xa6\xe8\xb8\xa7\xe8\xb8\xa8\xe8\xb8\xa9\xe8\xb8\xaa\xe8\xb8\xab\xe8\xb8\xac\xe8\xb8\xad\xe8\xb8\xae\xe8\xb8\xaf\xe8\xb8\xb0\xe8\xb8\xb1\xe8\xb8\xb2\xe8\xb8\xb3\xe8\xb8\xb4\xe8\xb8\xb5\xe8\xb8\xb6\xe8\xb8\xb7\xe8\xb8\xb8\xe8\xb8\xb9\xe8\xb8\xba\xe8\xb8\xbb\xe8\xb8\xbc\xe8\xb8\xbd\xe8\xb8\xbe\xe8\xb8\xbf\xe8\xb9\x80\xe8\xb9\x81\xe8\xb9\x82\xe8\xb9\x83\xe8\xb9\x84\xe8\xb9\x85\xe8\xb9\x86\xe8\xb9\x87\xe8\xb9\x88\xe8\xb9\x89\xe8\xb9\x8a\xe8\xb9\x8b\xe8\xb9\x8c\xe8\xb9\x8d\xe8\xb9\x8e\xe8\xb9\x8f\xe8\xb9\x90\xe8\xb9\x91\xe8\xb9\x92\xe8\xb9\x93\xe8\xb9\x94\xe8\xb9\x95\xe8\xb9\x96\xe8\xb9\x97\xe8\xb9\x98\xe8\xb9\x99\xe8\xb9\x9a\xe8\xb9\x9b\xe8\xb9\x9c\xe8\xb9\x9d\xe8\xb9\x9e\xe8\xb9\x9f\xe8\xb9\xa0\xe8\xb9\xa1\xe8\xb9\xa2\xe8\xb9\xa3\xe8\xb9\xa4\xe8\xb9\xa5\xe8\xb9\xa6\xe8\xb9\xa7\xe8\xb9\xa8\xe8\xb9\xa9\xe8\xb9\xaa\xe8\xb9\xab\xe8\xb9\xac\xe8\xb9\xad\xe8\xb9\xae\xe8\xb9\xaf\xe8\xb9\xb0\xe8\xb9\xb1\xe8\xb9\xb2\xe8\xb9\xb3\xe8\xb9\xb4\xe8\xb9\xb5\xe8\xb9\xb6\xe8\xb9\xb7\xe8\xb9\xb8\xe8\xb9\xb9\xe8\xb9\xba\xe8\xb9\xbb\xe8\xb9\xbc\xe8\xb9\xbd\xe8\xb9\xbe\xe8\xb9\xbf\xe8\xba\x80\xe8\xba\x81\xe8\xba\x82\xe8\xba\x83\xe8\xba\x84\xe8\xba\x85\xe8\xba\x86\xe8\xba\x87\xe8\xba\x88\xe8\xba\x89\xe8\xba\x8a\xe8\xba\x8b\xe8\xba\x8c\xe8\xba\x8d\xe8\xba\x8e\xe8\xba\x8f\xe8\xba\x90\xe8\xba\x91\xe8\xba\x92\xe8\xba\x93\xe8\xba\x94\xe8\xba\x95\xe8\xba\x96\xe8\xba\x97\xe8\xba\x98\xe8\xba\x99\xe8\xba\x9a\xe8\xba\x9b\xe8\xba\x9c\xe8\xba\x9d\xe8\xba\x9e\xe8\xba\x9f\xe8\xba\xa0\xe8\xba\xa1\xe8\xba\xa2\xe8\xba\xa3\xe8\xba\xa4\xe8\xba\xa5\xe8\xba\xa6\xe8\xba\xa7\xe8\xba\xa8\xe8\xba\xa9\xe8\xba\xaa\xe8\xba\xab\xe8\xba\xac\xe8\xba\xad\xe8\xba\xae\xe8\xba\xaf\xe8\xba\xb0\xe8\xba\xb1\xe8\xba\xb2\xe8\xba\xb3\xe8\xba\xb4\xe8\xba\xb5\xe8\xba\xb6\xe8\xba\xb7\xe8\xba\xb8\xe8\xba\xb9\xe8\xba\xba\xe8\xba\xbb\xe8\xba\xbc\xe8\xba\xbd\xe8\xba\xbe\xe8\xba\xbf\xe8\xbb\x80\xe8\xbb\x81\xe8\xbb\x82\xe8\xbb\x83\xe8\xbb\x84\xe8\xbb\x85\xe8\xbb\x86\xe8\xbb\x87\xe8\xbb\x88\xe8\xbb\x89\xe8\xbb\x8a\xe8\xbb\x8b\xe8\xbb\x8c\xe8\xbb\x8d\xe8\xbb\x8e\xe8\xbb\x8f\xe8\xbb\x90\xe8\xbb\x91\xe8\xbb\x92\xe8\xbb\x93\xe8\xbb\x94\xe8\xbb\x95\xe8\xbb\x96\xe8\xbb\x97\xe8\xbb\x98\xe8\xbb\x99\xe8\xbb\x9a\xe8\xbb\x9b\xe8\xbb\x9c\xe8\xbb\x9d\xe8\xbb\x9e\xe8\xbb\x9f\xe8\xbb\xa0\xe8\xbb\xa1\xe8\xbb\xa2\xe8\xbb\xa3\xe8\xbb\xa4\xe8\xbb\xa5\xe8\xbb\xa6\xe8\xbb\xa7\xe8\xbb\xa8\xe8\xbb\xa9\xe8\xbb\xaa\xe8\xbb\xab\xe8\xbb\xac\xe8\xbb\xad\xe8\xbb\xae\xe8\xbb\xaf\xe8\xbb\xb0\xe8\xbb\xb1\xe8\xbb\xb2\xe8\xbb\xb3\xe8\xbb\xb4\xe8\xbb\xb5\xe8\xbb\xb6\xe8\xbb\xb7\xe8\xbb\xb8\xe8\xbb\xb9\xe8\xbb\xba\xe8\xbb\xbb\xe8\xbb\xbc\xe8\xbb\xbd\xe8\xbb\xbe\xe8\xbb\xbf\xe8\xbc\x80\xe8\xbc\x81\xe8\xbc\x82\xe8\xbc\x83\xe8\xbc\x84\xe8\xbc\x85\xe8\xbc\x86\xe8\xbc\x87\xe8\xbc\x88\xe8\xbc\x89\xe8\xbc\x8a\xe8\xbc\x8b\xe8\xbc\x8c\xe8\xbc\x8d\xe8\xbc\x8e\xe8\xbc\x8f\xe8\xbc\x90\xe8\xbc\x91\xe8\xbc\x92\xe8\xbc\x93\xe8\xbc\x94\xe8\xbc\x95\xe8\xbc\x96\xe8\xbc\x97\xe8\xbc\x98\xe8\xbc\x99\xe8\xbc\x9a\xe8\xbc\x9b\xe8\xbc\x9c\xe8\xbc\x9d\xe8\xbc\x9e\xe8\xbc\x9f\xe8\xbc\xa0\xe8\xbc\xa1\xe8\xbc\xa2\xe8\xbc\xa3\xe8\xbc\xa4\xe8\xbc\xa5\xe8\xbc\xa6\xe8\xbc\xa7\xe8\xbc\xa8\xe8\xbc\xa9\xe8\xbc\xaa\xe8\xbc\xab\xe8\xbc\xac\xe8\xbc\xad\xe8\xbc\xae\xe8\xbc\xaf\xe8\xbc\xb0\xe8\xbc\xb1\xe8\xbc\xb2\xe8\xbc\xb3\xe8\xbc\xb4\xe8\xbc\xb5\xe8\xbc\xb6\xe8\xbc\xb7\xe8\xbc\xb8\xe8\xbc\xb9\xe8\xbc\xba\xe8\xbc\xbb\xe8\xbc\xbc\xe8\xbc\xbd\xe8\xbc\xbe\xe8\xbc\xbf\xe8\xbd\x80\xe8\xbd\x81\xe8\xbd\x82\xe8\xbd\x83\xe8\xbd\x84\xe8\xbd\x85\xe8\xbd\x86\xe8\xbd\x87\xe8\xbd\x88\xe8\xbd\x89\xe8\xbd\x8a\xe8\xbd\x8b\xe8\xbd\x8c\xe8\xbd\x8d\xe8\xbd\x8e\xe8\xbd\x8f\xe8\xbd\x90\xe8\xbd\x91\xe8\xbd\x92\xe8\xbd\x93\xe8\xbd\x94\xe8\xbd\x95\xe8\xbd\x96\xe8\xbd\x97\xe8\xbd\x98\xe8\xbd\x99\xe8\xbd\x9a\xe8\xbd\x9b\xe8\xbd\x9c\xe8\xbd\x9d\xe8\xbd\x9e\xe8\xbd\x9f\xe8\xbd\xa0\xe8\xbd\xa1\xe8\xbd\xa2\xe8\xbd\xa3\xe8\xbd\xa4\xe8\xbd\xa5\xe8\xbd\xa6\xe8\xbd\xa7\xe8\xbd\xa8\xe8\xbd\xa9\xe8\xbd\xaa\xe8\xbd\xab\xe8\xbd\xac\xe8\xbd\xad\xe8\xbd\xae\xe8\xbd\xaf\xe8\xbd\xb0\xe8\xbd\xb1\xe8\xbd\xb2\xe8\xbd\xb3\xe8\xbd\xb4\xe8\xbd\xb5\xe8\xbd\xb6\xe8\xbd\xb7\xe8\xbd\xb8\xe8\xbd\xb9\xe8\xbd\xba\xe8\xbd\xbb\xe8\xbd\xbc\xe8\xbd\xbd\xe8\xbd\xbe\xe8\xbd\xbf\xe8\xbe\x80\xe8\xbe\x81\xe8\xbe\x82\xe8\xbe\x83\xe8\xbe\x84\xe8\xbe\x85\xe8\xbe\x86\xe8\xbe\x87\xe8\xbe\x88\xe8\xbe\x89\xe8\xbe\x8a\xe8\xbe\x8b\xe8\xbe\x8c\xe8\xbe\x8d\xe8\xbe\x8e\xe8\xbe\x8f\xe8\xbe\x90\xe8\xbe\x91\xe8\xbe\x92\xe8\xbe\x93\xe8\xbe\x94\xe8\xbe\x95\xe8\xbe\x96\xe8\xbe\x97\xe8\xbe\x98\xe8\xbe\x99\xe8\xbe\x9a\xe8\xbe\x9b\xe8\xbe\x9c\xe8\xbe\x9d\xe8\xbe\x9e\xe8\xbe\x9f\xe8\xbe\xa0\xe8\xbe\xa1\xe8\xbe\xa2\xe8\xbe\xa3\xe8\xbe\xa4\xe8\xbe\xa5\xe8\xbe\xa6\xe8\xbe\xa7\xe8\xbe\xa8\xe8\xbe\xa9\xe8\xbe\xaa\xe8\xbe\xab\xe8\xbe\xac\xe8\xbe\xad\xe8\xbe\xae\xe8\xbe\xaf\xe8\xbe\xb0\xe8\xbe\xb1\xe8\xbe\xb2\xe8\xbe\xb3\xe8\xbe\xb4\xe8\xbe\xb5\xe8\xbe\xb6\xe8\xbe\xb7\xe8\xbe\xb8\xe8\xbe\xb9\xe8\xbe\xba\xe8\xbe\xbb\xe8\xbe\xbc\xe8\xbe\xbd\xe8\xbe\xbe\xe8\xbe\xbf\xe8\xbf\x80\xe8\xbf\x81\xe8\xbf\x82\xe8\xbf\x83\xe8\xbf\x84\xe8\xbf\x85\xe8\xbf\x86\xe8\xbf\x87\xe8\xbf\x88\xe8\xbf\x89\xe8\xbf\x8a\xe8\xbf\x8b\xe8\xbf\x8c\xe8\xbf\x8d\xe8\xbf\x8e\xe8\xbf\x8f\xe8\xbf\x90\xe8\xbf\x91\xe8\xbf\x92\xe8\xbf\x93\xe8\xbf\x94\xe8\xbf\x95\xe8\xbf\x96\xe8\xbf\x97\xe8\xbf\x98\xe8\xbf\x99\xe8\xbf\x9a\xe8\xbf\x9b\xe8\xbf\x9c\xe8\xbf\x9d\xe8\xbf\x9e\xe8\xbf\x9f\xe8\xbf\xa0\xe8\xbf\xa1\xe8\xbf\xa2\xe8\xbf\xa3\xe8\xbf\xa4\xe8\xbf\xa5\xe8\xbf\xa6\xe8\xbf\xa7\xe8\xbf\xa8\xe8\xbf\xa9\xe8\xbf\xaa\xe8\xbf\xab\xe8\xbf\xac\xe8\xbf\xad\xe8\xbf\xae\xe8\xbf\xaf\xe8\xbf\xb0\xe8\xbf\xb1\xe8\xbf\xb2\xe8\xbf\xb3\xe8\xbf\xb4\xe8\xbf\xb5\xe8\xbf\xb6\xe8\xbf\xb7\xe8\xbf\xb8\xe8\xbf\xb9\xe8\xbf\xba\xe8\xbf\xbb\xe8\xbf\xbc\xe8\xbf\xbd\xe8\xbf\xbe\xe8\xbf\xbf\xe9\x80\x80\xe9\x80\x81\xe9\x80\x82\xe9\x80\x83\xe9\x80\x84\xe9\x80\x85\xe9\x80\x86\xe9\x80\x87\xe9\x80\x88\xe9\x80\x89\xe9\x80\x8a\xe9\x80\x8b\xe9\x80\x8c\xe9\x80\x8d\xe9\x80\x8e\xe9\x80\x8f\xe9\x80\x90\xe9\x80\x91\xe9\x80\x92\xe9\x80\x93\xe9\x80\x94\xe9\x80\x95\xe9\x80\x96\xe9\x80\x97\xe9\x80\x98\xe9\x80\x99\xe9\x80\x9a\xe9\x80\x9b\xe9\x80\x9c\xe9\x80\x9d\xe9\x80\x9e\xe9\x80\x9f\xe9\x80\xa0\xe9\x80\xa1\xe9\x80\xa2\xe9\x80\xa3\xe9\x80\xa4\xe9\x80\xa5\xe9\x80\xa6\xe9\x80\xa7\xe9\x80\xa8\xe9\x80\xa9\xe9\x80\xaa\xe9\x80\xab\xe9\x80\xac\xe9\x80\xad\xe9\x80\xae\xe9\x80\xaf\xe9\x80\xb0\xe9\x80\xb1\xe9\x80\xb2\xe9\x80\xb3\xe9\x80\xb4\xe9\x80\xb5\xe9\x80\xb6\xe9\x80\xb7\xe9\x80\xb8\xe9\x80\xb9\xe9\x80\xba\xe9\x80\xbb\xe9\x80\xbc\xe9\x80\xbd\xe9\x80\xbe\xe9\x80\xbf\xe9\x81\x80\xe9\x81\x81\xe9\x81\x82\xe9\x81\x83\xe9\x81\x84\xe9\x81\x85\xe9\x81\x86\xe9\x81\x87\xe9\x81\x88\xe9\x81\x89\xe9\x81\x8a\xe9\x81\x8b\xe9\x81\x8c\xe9\x81\x8d\xe9\x81\x8e\xe9\x81\x8f\xe9\x81\x90\xe9\x81\x91\xe9\x81\x92\xe9\x81\x93\xe9\x81\x94\xe9\x81\x95\xe9\x81\x96\xe9\x81\x97\xe9\x81\x98\xe9\x81\x99\xe9\x81\x9a\xe9\x81\x9b\xe9\x81\x9c\xe9\x81\x9d\xe9\x81\x9e\xe9\x81\x9f\xe9\x81\xa0\xe9\x81\xa1\xe9\x81\xa2\xe9\x81\xa3\xe9\x81\xa4\xe9\x81\xa5\xe9\x81\xa6\xe9\x81\xa7\xe9\x81\xa8\xe9\x81\xa9\xe9\x81\xaa\xe9\x81\xab\xe9\x81\xac\xe9\x81\xad\xe9\x81\xae\xe9\x81\xaf\xe9\x81\xb0\xe9\x81\xb1\xe9\x81\xb2\xe9\x81\xb3\xe9\x81\xb4\xe9\x81\xb5\xe9\x81\xb6\xe9\x81\xb7\xe9\x81\xb8\xe9\x81\xb9\xe9\x81\xba\xe9\x81\xbb\xe9\x81\xbc\xe9\x81\xbd\xe9\x81\xbe\xe9\x81\xbf\xe9\x82\x80\xe9\x82\x81\xe9\x82\x82\xe9\x82\x83\xe9\x82\x84\xe9\x82\x85\xe9\x82\x86\xe9\x82\x87\xe9\x82\x88\xe9\x82\x89\xe9\x82\x8a\xe9\x82\x8b\xe9\x82\x8c\xe9\x82\x8d\xe9\x82\x8e\xe9\x82\x8f\xe9\x82\x90\xe9\x82\x91\xe9\x82\x92\xe9\x82\x93\xe9\x82\x94\xe9\x82\x95\xe9\x82\x96\xe9\x82\x97\xe9\x82\x98\xe9\x82\x99\xe9\x82\x9a\xe9\x82\x9b\xe9\x82\x9c\xe9\x82\x9d\xe9\x82\x9e\xe9\x82\x9f\xe9\x82\xa0\xe9\x82\xa1\xe9\x82\xa2\xe9\x82\xa3\xe9\x82\xa4\xe9\x82\xa5\xe9\x82\xa6\xe9\x82\xa7\xe9\x82\xa8\xe9\x82\xa9\xe9\x82\xaa\xe9\x82\xab\xe9\x82\xac\xe9\x82\xad\xe9\x82\xae\xe9\x82\xaf\xe9\x82\xb0\xe9\x82\xb1\xe9\x82\xb2\xe9\x82\xb3\xe9\x82\xb4\xe9\x82\xb5\xe9\x82\xb6\xe9\x82\xb7\xe9\x82\xb8\xe9\x82\xb9\xe9\x82\xba\xe9\x82\xbb\xe9\x82\xbc\xe9\x82\xbd\xe9\x82\xbe\xe9\x82\xbf\xe9\x83\x80\xe9\x83\x81\xe9\x83\x82\xe9\x83\x83\xe9\x83\x84\xe9\x83\x85\xe9\x83\x86\xe9\x83\x87\xe9\x83\x88\xe9\x83\x89\xe9\x83\x8a\xe9\x83\x8b\xe9\x83\x8c\xe9\x83\x8d\xe9\x83\x8e\xe9\x83\x8f\xe9\x83\x90\xe9\x83\x91\xe9\x83\x92\xe9\x83\x93\xe9\x83\x94\xe9\x83\x95\xe9\x83\x96\xe9\x83\x97\xe9\x83\x98\xe9\x83\x99\xe9\x83\x9a\xe9\x83\x9b\xe9\x83\x9c\xe9\x83\x9d\xe9\x83\x9e\xe9\x83\x9f\xe9\x83\xa0\xe9\x83\xa1\xe9\x83\xa2\xe9\x83\xa3\xe9\x83\xa4\xe9\x83\xa5\xe9\x83\xa6\xe9\x83\xa7\xe9\x83\xa8\xe9\x83\xa9\xe9\x83\xaa\xe9\x83\xab\xe9\x83\xac\xe9\x83\xad\xe9\x83\xae\xe9\x83\xaf\xe9\x83\xb0\xe9\x83\xb1\xe9\x83\xb2\xe9\x83\xb3\xe9\x83\xb4\xe9\x83\xb5\xe9\x83\xb6\xe9\x83\xb7\xe9\x83\xb8\xe9\x83\xb9\xe9\x83\xba\xe9\x83\xbb\xe9\x83\xbc\xe9\x83\xbd\xe9\x83\xbe\xe9\x83\xbf\xe9\x84\x80\xe9\x84\x81\xe9\x84\x82\xe9\x84\x83\xe9\x84\x84\xe9\x84\x85\xe9\x84\x86\xe9\x84\x87\xe9\x84\x88\xe9\x84\x89\xe9\x84\x8a\xe9\x84\x8b\xe9\x84\x8c\xe9\x84\x8d\xe9\x84\x8e\xe9\x84\x8f\xe9\x84\x90\xe9\x84\x91\xe9\x84\x92\xe9\x84\x93\xe9\x84\x94\xe9\x84\x95\xe9\x84\x96\xe9\x84\x97\xe9\x84\x98\xe9\x84\x99\xe9\x84\x9a\xe9\x84\x9b\xe9\x84\x9c\xe9\x84\x9d\xe9\x84\x9e\xe9\x84\x9f\xe9\x84\xa0\xe9\x84\xa1\xe9\x84\xa2\xe9\x84\xa3\xe9\x84\xa4\xe9\x84\xa5\xe9\x84\xa6\xe9\x84\xa7\xe9\x84\xa8\xe9\x84\xa9\xe9\x84\xaa\xe9\x84\xab\xe9\x84\xac\xe9\x84\xad\xe9\x84\xae\xe9\x84\xaf\xe9\x84\xb0\xe9\x84\xb1\xe9\x84\xb2\xe9\x84\xb3\xe9\x84\xb4\xe9\x84\xb5\xe9\x84\xb6\xe9\x84\xb7\xe9\x84\xb8\xe9\x84\xb9\xe9\x84\xba\xe9\x84\xbb\xe9\x84\xbc\xe9\x84\xbd\xe9\x84\xbe\xe9\x84\xbf\xe9\x85\x80\xe9\x85\x81\xe9\x85\x82\xe9\x85\x83\xe9\x85\x84\xe9\x85\x85\xe9\x85\x86\xe9\x85\x87\xe9\x85\x88\xe9\x85\x89\xe9\x85\x8a\xe9\x85\x8b\xe9\x85\x8c\xe9\x85\x8d\xe9\x85\x8e\xe9\x85\x8f\xe9\x85\x90\xe9\x85\x91\xe9\x85\x92\xe9\x85\x93\xe9\x85\x94\xe9\x85\x95\xe9\x85\x96\xe9\x85\x97\xe9\x85\x98\xe9\x85\x99\xe9\x85\x9a\xe9\x85\x9b\xe9\x85\x9c\xe9\x85\x9d\xe9\x85\x9e\xe9\x85\x9f\xe9\x85\xa0\xe9\x85\xa1\xe9\x85\xa2\xe9\x85\xa3\xe9\x85\xa4\xe9\x85\xa5\xe9\x85\xa6\xe9\x85\xa7\xe9\x85\xa8\xe9\x85\xa9\xe9\x85\xaa\xe9\x85\xab\xe9\x85\xac\xe9\x85\xad\xe9\x85\xae\xe9\x85\xaf\xe9\x85\xb0\xe9\x85\xb1\xe9\x85\xb2\xe9\x85\xb3\xe9\x85\xb4\xe9\x85\xb5\xe9\x85\xb6\xe9\x85\xb7\xe9\x85\xb8\xe9\x85\xb9\xe9\x85\xba\xe9\x85\xbb\xe9\x85\xbc\xe9\x85\xbd\xe9\x85\xbe\xe9\x85\xbf\xe9\x86\x80\xe9\x86\x81\xe9\x86\x82\xe9\x86\x83\xe9\x86\x84\xe9\x86\x85\xe9\x86\x86\xe9\x86\x87\xe9\x86\x88\xe9\x86\x89\xe9\x86\x8a\xe9\x86\x8b\xe9\x86\x8c\xe9\x86\x8d\xe9\x86\x8e\xe9\x86\x8f\xe9\x86\x90\xe9\x86\x91\xe9\x86\x92\xe9\x86\x93\xe9\x86\x94\xe9\x86\x95\xe9\x86\x96\xe9\x86\x97\xe9\x86\x98\xe9\x86\x99\xe9\x86\x9a\xe9\x86\x9b\xe9\x86\x9c\xe9\x86\x9d\xe9\x86\x9e\xe9\x86\x9f\xe9\x86\xa0\xe9\x86\xa1\xe9\x86\xa2\xe9\x86\xa3\xe9\x86\xa4\xe9\x86\xa5\xe9\x86\xa6\xe9\x86\xa7\xe9\x86\xa8\xe9\x86\xa9\xe9\x86\xaa\xe9\x86\xab\xe9\x86\xac\xe9\x86\xad\xe9\x86\xae\xe9\x86\xaf\xe9\x86\xb0\xe9\x86\xb1\xe9\x86\xb2\xe9\x86\xb3\xe9\x86\xb4\xe9\x86\xb5\xe9\x86\xb6\xe9\x86\xb7\xe9\x86\xb8\xe9\x86\xb9\xe9\x86\xba\xe9\x86\xbb\xe9\x86\xbc\xe9\x86\xbd\xe9\x86\xbe\xe9\x86\xbf\xe9\x87\x80\xe9\x87\x81\xe9\x87\x82\xe9\x87\x83\xe9\x87\x84\xe9\x87\x85\xe9\x87\x86\xe9\x87\x87\xe9\x87\x88\xe9\x87\x89\xe9\x87\x8a\xe9\x87\x8b\xe9\x87\x8c\xe9\x87\x8d\xe9\x87\x8e\xe9\x87\x8f\xe9\x87\x90\xe9\x87\x91\xe9\x87\x92\xe9\x87\x93\xe9\x87\x94\xe9\x87\x95\xe9\x87\x96\xe9\x87\x97\xe9\x87\x98\xe9\x87\x99\xe9\x87\x9a\xe9\x87\x9b\xe9\x87\x9c\xe9\x87\x9d\xe9\x87\x9e\xe9\x87\x9f\xe9\x87\xa0\xe9\x87\xa1\xe9\x87\xa2\xe9\x87\xa3\xe9\x87\xa4\xe9\x87\xa5\xe9\x87\xa6\xe9\x87\xa7\xe9\x87\xa8\xe9\x87\xa9\xe9\x87\xaa\xe9\x87\xab\xe9\x87\xac\xe9\x87\xad\xe9\x87\xae\xe9\x87\xaf\xe9\x87\xb0\xe9\x87\xb1\xe9\x87\xb2\xe9\x87\xb3\xe9\x87\xb4\xe9\x87\xb5\xe9\x87\xb6\xe9\x87\xb7\xe9\x87\xb8\xe9\x87\xb9\xe9\x87\xba\xe9\x87\xbb\xe9\x87\xbc\xe9\x87\xbd\xe9\x87\xbe\xe9\x87\xbf\xe9\x88\x80\xe9\x88\x81\xe9\x88\x82\xe9\x88\x83\xe9\x88\x84\xe9\x88\x85\xe9\x88\x86\xe9\x88\x87\xe9\x88\x88\xe9\x88\x89\xe9\x88\x8a\xe9\x88\x8b\xe9\x88\x8c\xe9\x88\x8d\xe9\x88\x8e\xe9\x88\x8f\xe9\x88\x90\xe9\x88\x91\xe9\x88\x92\xe9\x88\x93\xe9\x88\x94\xe9\x88\x95\xe9\x88\x96\xe9\x88\x97\xe9\x88\x98\xe9\x88\x99\xe9\x88\x9a\xe9\x88\x9b\xe9\x88\x9c\xe9\x88\x9d\xe9\x88\x9e\xe9\x88\x9f\xe9\x88\xa0\xe9\x88\xa1\xe9\x88\xa2\xe9\x88\xa3\xe9\x88\xa4\xe9\x88\xa5\xe9\x88\xa6\xe9\x88\xa7\xe9\x88\xa8\xe9\x88\xa9\xe9\x88\xaa\xe9\x88\xab\xe9\x88\xac\xe9\x88\xad\xe9\x88\xae\xe9\x88\xaf\xe9\x88\xb0\xe9\x88\xb1\xe9\x88\xb2\xe9\x88\xb3\xe9\x88\xb4\xe9\x88\xb5\xe9\x88\xb6\xe9\x88\xb7\xe9\x88\xb8\xe9\x88\xb9\xe9\x88\xba\xe9\x88\xbb\xe9\x88\xbc\xe9\x88\xbd\xe9\x88\xbe\xe9\x88\xbf\xe9\x89\x80\xe9\x89\x81\xe9\x89\x82\xe9\x89\x83\xe9\x89\x84\xe9\x89\x85\xe9\x89\x86\xe9\x89\x87\xe9\x89\x88\xe9\x89\x89\xe9\x89\x8a\xe9\x89\x8b\xe9\x89\x8c\xe9\x89\x8d\xe9\x89\x8e\xe9\x89\x8f\xe9\x89\x90\xe9\x89\x91\xe9\x89\x92\xe9\x89\x93\xe9\x89\x94\xe9\x89\x95\xe9\x89\x96\xe9\x89\x97\xe9\x89\x98\xe9\x89\x99\xe9\x89\x9a\xe9\x89\x9b\xe9\x89\x9c\xe9\x89\x9d\xe9\x89\x9e\xe9\x89\x9f\xe9\x89\xa0\xe9\x89\xa1\xe9\x89\xa2\xe9\x89\xa3\xe9\x89\xa4\xe9\x89\xa5\xe9\x89\xa6\xe9\x89\xa7\xe9\x89\xa8\xe9\x89\xa9\xe9\x89\xaa\xe9\x89\xab\xe9\x89\xac\xe9\x89\xad\xe9\x89\xae\xe9\x89\xaf\xe9\x89\xb0\xe9\x89\xb1\xe9\x89\xb2\xe9\x89\xb3\xe9\x89\xb4\xe9\x89\xb5\xe9\x89\xb6\xe9\x89\xb7\xe9\x89\xb8\xe9\x89\xb9\xe9\x89\xba\xe9\x89\xbb\xe9\x89\xbc\xe9\x89\xbd\xe9\x89\xbe\xe9\x89\xbf\xe9\x8a\x80\xe9\x8a\x81\xe9\x8a\x82\xe9\x8a\x83\xe9\x8a\x84\xe9\x8a\x85\xe9\x8a\x86\xe9\x8a\x87\xe9\x8a\x88\xe9\x8a\x89\xe9\x8a\x8a\xe9\x8a\x8b\xe9\x8a\x8c\xe9\x8a\x8d\xe9\x8a\x8e\xe9\x8a\x8f\xe9\x8a\x90\xe9\x8a\x91\xe9\x8a\x92\xe9\x8a\x93\xe9\x8a\x94\xe9\x8a\x95\xe9\x8a\x96\xe9\x8a\x97\xe9\x8a\x98\xe9\x8a\x99\xe9\x8a\x9a\xe9\x8a\x9b\xe9\x8a\x9c\xe9\x8a\x9d\xe9\x8a\x9e\xe9\x8a\x9f\xe9\x8a\xa0\xe9\x8a\xa1\xe9\x8a\xa2\xe9\x8a\xa3\xe9\x8a\xa4\xe9\x8a\xa5\xe9\x8a\xa6\xe9\x8a\xa7\xe9\x8a\xa8\xe9\x8a\xa9\xe9\x8a\xaa\xe9\x8a\xab\xe9\x8a\xac\xe9\x8a\xad\xe9\x8a\xae\xe9\x8a\xaf\xe9\x8a\xb0\xe9\x8a\xb1\xe9\x8a\xb2\xe9\x8a\xb3\xe9\x8a\xb4\xe9\x8a\xb5\xe9\x8a\xb6\xe9\x8a\xb7\xe9\x8a\xb8\xe9\x8a\xb9\xe9\x8a\xba\xe9\x8a\xbb\xe9\x8a\xbc\xe9\x8a\xbd\xe9\x8a\xbe\xe9\x8a\xbf\xe9\x8b\x80\xe9\x8b\x81\xe9\x8b\x82\xe9\x8b\x83\xe9\x8b\x84\xe9\x8b\x85\xe9\x8b\x86\xe9\x8b\x87\xe9\x8b\x88\xe9\x8b\x89\xe9\x8b\x8a\xe9\x8b\x8b\xe9\x8b\x8c\xe9\x8b\x8d\xe9\x8b\x8e\xe9\x8b\x8f\xe9\x8b\x90\xe9\x8b\x91\xe9\x8b\x92\xe9\x8b\x93\xe9\x8b\x94\xe9\x8b\x95\xe9\x8b\x96\xe9\x8b\x97\xe9\x8b\x98\xe9\x8b\x99\xe9\x8b\x9a\xe9\x8b\x9b\xe9\x8b\x9c\xe9\x8b\x9d\xe9\x8b\x9e\xe9\x8b\x9f\xe9\x8b\xa0\xe9\x8b\xa1\xe9\x8b\xa2\xe9\x8b\xa3\xe9\x8b\xa4\xe9\x8b\xa5\xe9\x8b\xa6\xe9\x8b\xa7\xe9\x8b\xa8\xe9\x8b\xa9\xe9\x8b\xaa\xe9\x8b\xab\xe9\x8b\xac\xe9\x8b\xad\xe9\x8b\xae\xe9\x8b\xaf\xe9\x8b\xb0\xe9\x8b\xb1\xe9\x8b\xb2\xe9\x8b\xb3\xe9\x8b\xb4\xe9\x8b\xb5\xe9\x8b\xb6\xe9\x8b\xb7\xe9\x8b\xb8\xe9\x8b\xb9\xe9\x8b\xba\xe9\x8b\xbb\xe9\x8b\xbc\xe9\x8b\xbd\xe9\x8b\xbe\xe9\x8b\xbf\xe9\x8c\x80\xe9\x8c\x81\xe9\x8c\x82\xe9\x8c\x83\xe9\x8c\x84\xe9\x8c\x85\xe9\x8c\x86\xe9\x8c\x87\xe9\x8c\x88\xe9\x8c\x89\xe9\x8c\x8a\xe9\x8c\x8b\xe9\x8c\x8c\xe9\x8c\x8d\xe9\x8c\x8e\xe9\x8c\x8f\xe9\x8c\x90\xe9\x8c\x91\xe9\x8c\x92\xe9\x8c\x93\xe9\x8c\x94\xe9\x8c\x95\xe9\x8c\x96\xe9\x8c\x97\xe9\x8c\x98\xe9\x8c\x99\xe9\x8c\x9a\xe9\x8c\x9b\xe9\x8c\x9c\xe9\x8c\x9d\xe9\x8c\x9e\xe9\x8c\x9f\xe9\x8c\xa0\xe9\x8c\xa1\xe9\x8c\xa2\xe9\x8c\xa3\xe9\x8c\xa4\xe9\x8c\xa5\xe9\x8c\xa6\xe9\x8c\xa7\xe9\x8c\xa8\xe9\x8c\xa9\xe9\x8c\xaa\xe9\x8c\xab\xe9\x8c\xac\xe9\x8c\xad\xe9\x8c\xae\xe9\x8c\xaf\xe9\x8c\xb0\xe9\x8c\xb1\xe9\x8c\xb2\xe9\x8c\xb3\xe9\x8c\xb4\xe9\x8c\xb5\xe9\x8c\xb6\xe9\x8c\xb7\xe9\x8c\xb8\xe9\x8c\xb9\xe9\x8c\xba\xe9\x8c\xbb\xe9\x8c\xbc\xe9\x8c\xbd\xe9\x8c\xbe\xe9\x8c\xbf\xe9\x8d\x80\xe9\x8d\x81\xe9\x8d\x82\xe9\x8d\x83\xe9\x8d\x84\xe9\x8d\x85\xe9\x8d\x86\xe9\x8d\x87\xe9\x8d\x88\xe9\x8d\x89\xe9\x8d\x8a\xe9\x8d\x8b\xe9\x8d\x8c\xe9\x8d\x8d\xe9\x8d\x8e\xe9\x8d\x8f\xe9\x8d\x90\xe9\x8d\x91\xe9\x8d\x92\xe9\x8d\x93\xe9\x8d\x94\xe9\x8d\x95\xe9\x8d\x96\xe9\x8d\x97\xe9\x8d\x98\xe9\x8d\x99\xe9\x8d\x9a\xe9\x8d\x9b\xe9\x8d\x9c\xe9\x8d\x9d\xe9\x8d\x9e\xe9\x8d\x9f\xe9\x8d\xa0\xe9\x8d\xa1\xe9\x8d\xa2\xe9\x8d\xa3\xe9\x8d\xa4\xe9\x8d\xa5\xe9\x8d\xa6\xe9\x8d\xa7\xe9\x8d\xa8\xe9\x8d\xa9\xe9\x8d\xaa\xe9\x8d\xab\xe9\x8d\xac\xe9\x8d\xad\xe9\x8d\xae\xe9\x8d\xaf\xe9\x8d\xb0\xe9\x8d\xb1\xe9\x8d\xb2\xe9\x8d\xb3\xe9\x8d\xb4\xe9\x8d\xb5\xe9\x8d\xb6\xe9\x8d\xb7\xe9\x8d\xb8\xe9\x8d\xb9\xe9\x8d\xba\xe9\x8d\xbb\xe9\x8d\xbc\xe9\x8d\xbd\xe9\x8d\xbe\xe9\x8d\xbf\xe9\x8e\x80\xe9\x8e\x81\xe9\x8e\x82\xe9\x8e\x83\xe9\x8e\x84\xe9\x8e\x85\xe9\x8e\x86\xe9\x8e\x87\xe9\x8e\x88\xe9\x8e\x89\xe9\x8e\x8a\xe9\x8e\x8b\xe9\x8e\x8c\xe9\x8e\x8d\xe9\x8e\x8e\xe9\x8e\x8f\xe9\x8e\x90\xe9\x8e\x91\xe9\x8e\x92\xe9\x8e\x93\xe9\x8e\x94\xe9\x8e\x95\xe9\x8e\x96\xe9\x8e\x97\xe9\x8e\x98\xe9\x8e\x99\xe9\x8e\x9a\xe9\x8e\x9b\xe9\x8e\x9c\xe9\x8e\x9d\xe9\x8e\x9e\xe9\x8e\x9f\xe9\x8e\xa0\xe9\x8e\xa1\xe9\x8e\xa2\xe9\x8e\xa3\xe9\x8e\xa4\xe9\x8e\xa5\xe9\x8e\xa6\xe9\x8e\xa7\xe9\x8e\xa8\xe9\x8e\xa9\xe9\x8e\xaa\xe9\x8e\xab\xe9\x8e\xac\xe9\x8e\xad\xe9\x8e\xae\xe9\x8e\xaf\xe9\x8e\xb0\xe9\x8e\xb1\xe9\x8e\xb2\xe9\x8e\xb3\xe9\x8e\xb4\xe9\x8e\xb5\xe9\x8e\xb6\xe9\x8e\xb7\xe9\x8e\xb8\xe9\x8e\xb9\xe9\x8e\xba\xe9\x8e\xbb\xe9\x8e\xbc\xe9\x8e\xbd\xe9\x8e\xbe\xe9\x8e\xbf\xe9\x8f\x80\xe9\x8f\x81\xe9\x8f\x82\xe9\x8f\x83\xe9\x8f\x84\xe9\x8f\x85\xe9\x8f\x86\xe9\x8f\x87\xe9\x8f\x88\xe9\x8f\x89\xe9\x8f\x8a\xe9\x8f\x8b\xe9\x8f\x8c\xe9\x8f\x8d\xe9\x8f\x8e\xe9\x8f\x8f\xe9\x8f\x90\xe9\x8f\x91\xe9\x8f\x92\xe9\x8f\x93\xe9\x8f\x94\xe9\x8f\x95\xe9\x8f\x96\xe9\x8f\x97\xe9\x8f\x98\xe9\x8f\x99\xe9\x8f\x9a\xe9\x8f\x9b\xe9\x8f\x9c\xe9\x8f\x9d\xe9\x8f\x9e\xe9\x8f\x9f\xe9\x8f\xa0\xe9\x8f\xa1\xe9\x8f\xa2\xe9\x8f\xa3\xe9\x8f\xa4\xe9\x8f\xa5\xe9\x8f\xa6\xe9\x8f\xa7\xe9\x8f\xa8\xe9\x8f\xa9\xe9\x8f\xaa\xe9\x8f\xab\xe9\x8f\xac\xe9\x8f\xad\xe9\x8f\xae\xe9\x8f\xaf\xe9\x8f\xb0\xe9\x8f\xb1\xe9\x8f\xb2\xe9\x8f\xb3\xe9\x8f\xb4\xe9\x8f\xb5\xe9\x8f\xb6\xe9\x8f\xb7\xe9\x8f\xb8\xe9\x8f\xb9\xe9\x8f\xba\xe9\x8f\xbb\xe9\x8f\xbc\xe9\x8f\xbd\xe9\x8f\xbe\xe9\x8f\xbf\xe9\x90\x80\xe9\x90\x81\xe9\x90\x82\xe9\x90\x83\xe9\x90\x84\xe9\x90\x85\xe9\x90\x86\xe9\x90\x87\xe9\x90\x88\xe9\x90\x89\xe9\x90\x8a\xe9\x90\x8b\xe9\x90\x8c\xe9\x90\x8d\xe9\x90\x8e\xe9\x90\x8f\xe9\x90\x90\xe9\x90\x91\xe9\x90\x92\xe9\x90\x93\xe9\x90\x94\xe9\x90\x95\xe9\x90\x96\xe9\x90\x97\xe9\x90\x98\xe9\x90\x99\xe9\x90\x9a\xe9\x90\x9b\xe9\x90\x9c\xe9\x90\x9d\xe9\x90\x9e\xe9\x90\x9f\xe9\x90\xa0\xe9\x90\xa1\xe9\x90\xa2\xe9\x90\xa3\xe9\x90\xa4\xe9\x90\xa5\xe9\x90\xa6\xe9\x90\xa7\xe9\x90\xa8\xe9\x90\xa9\xe9\x90\xaa\xe9\x90\xab\xe9\x90\xac\xe9\x90\xad\xe9\x90\xae\xe9\x90\xaf\xe9\x90\xb0\xe9\x90\xb1\xe9\x90\xb2\xe9\x90\xb3\xe9\x90\xb4\xe9\x90\xb5\xe9\x90\xb6\xe9\x90\xb7\xe9\x90\xb8\xe9\x90\xb9\xe9\x90\xba\xe9\x90\xbb\xe9\x90\xbc\xe9\x90\xbd\xe9\x90\xbe\xe9\x90\xbf\xe9\x91\x80\xe9\x91\x81\xe9\x91\x82\xe9\x91\x83\xe9\x91\x84\xe9\x91\x85\xe9\x91\x86\xe9\x91\x87\xe9\x91\x88\xe9\x91\x89\xe9\x91\x8a\xe9\x91\x8b\xe9\x91\x8c\xe9\x91\x8d\xe9\x91\x8e\xe9\x91\x8f\xe9\x91\x90\xe9\x91\x91\xe9\x91\x92\xe9\x91\x93\xe9\x91\x94\xe9\x91\x95\xe9\x91\x96\xe9\x91\x97\xe9\x91\x98\xe9\x91\x99\xe9\x91\x9a\xe9\x91\x9b\xe9\x91\x9c\xe9\x91\x9d\xe9\x91\x9e\xe9\x91\x9f\xe9\x91\xa0\xe9\x91\xa1\xe9\x91\xa2\xe9\x91\xa3\xe9\x91\xa4\xe9\x91\xa5\xe9\x91\xa6\xe9\x91\xa7\xe9\x91\xa8\xe9\x91\xa9\xe9\x91\xaa\xe9\x91\xab\xe9\x91\xac\xe9\x91\xad\xe9\x91\xae\xe9\x91\xaf\xe9\x91\xb0\xe9\x91\xb1\xe9\x91\xb2\xe9\x91\xb3\xe9\x91\xb4\xe9\x91\xb5\xe9\x91\xb6\xe9\x91\xb7\xe9\x91\xb8\xe9\x91\xb9\xe9\x91\xba\xe9\x91\xbb\xe9\x91\xbc\xe9\x91\xbd\xe9\x91\xbe\xe9\x91\xbf\xe9\x92\x80\xe9\x92\x81\xe9\x92\x82\xe9\x92\x83\xe9\x92\x84\xe9\x92\x85\xe9\x92\x86\xe9\x92\x87\xe9\x92\x88\xe9\x92\x89\xe9\x92\x8a\xe9\x92\x8b\xe9\x92\x8c\xe9\x92\x8d\xe9\x92\x8e\xe9\x92\x8f\xe9\x92\x90\xe9\x92\x91\xe9\x92\x92\xe9\x92\x93\xe9\x92\x94\xe9\x92\x95\xe9\x92\x96\xe9\x92\x97\xe9\x92\x98\xe9\x92\x99\xe9\x92\x9a\xe9\x92\x9b\xe9\x92\x9c\xe9\x92\x9d\xe9\x92\x9e\xe9\x92\x9f\xe9\x92\xa0\xe9\x92\xa1\xe9\x92\xa2\xe9\x92\xa3\xe9\x92\xa4\xe9\x92\xa5\xe9\x92\xa6\xe9\x92\xa7\xe9\x92\xa8\xe9\x92\xa9\xe9\x92\xaa\xe9\x92\xab\xe9\x92\xac\xe9\x92\xad\xe9\x92\xae\xe9\x92\xaf\xe9\x92\xb0\xe9\x92\xb1\xe9\x92\xb2\xe9\x92\xb3\xe9\x92\xb4\xe9\x92\xb5\xe9\x92\xb6\xe9\x92\xb7\xe9\x92\xb8\xe9\x92\xb9\xe9\x92\xba\xe9\x92\xbb\xe9\x92\xbc\xe9\x92\xbd\xe9\x92\xbe\xe9\x92\xbf\xe9\x93\x80\xe9\x93\x81\xe9\x93\x82\xe9\x93\x83\xe9\x93\x84\xe9\x93\x85\xe9\x93\x86\xe9\x93\x87\xe9\x93\x88\xe9\x93\x89\xe9\x93\x8a\xe9\x93\x8b\xe9\x93\x8c\xe9\x93\x8d\xe9\x93\x8e\xe9\x93\x8f\xe9\x93\x90\xe9\x93\x91\xe9\x93\x92\xe9\x93\x93\xe9\x93\x94\xe9\x93\x95\xe9\x93\x96\xe9\x93\x97\xe9\x93\x98\xe9\x93\x99\xe9\x93\x9a\xe9\x93\x9b\xe9\x93\x9c\xe9\x93\x9d\xe9\x93\x9e\xe9\x93\x9f\xe9\x93\xa0\xe9\x93\xa1\xe9\x93\xa2\xe9\x93\xa3\xe9\x93\xa4\xe9\x93\xa5\xe9\x93\xa6\xe9\x93\xa7\xe9\x93\xa8\xe9\x93\xa9\xe9\x93\xaa\xe9\x93\xab\xe9\x93\xac\xe9\x93\xad\xe9\x93\xae\xe9\x93\xaf\xe9\x93\xb0\xe9\x93\xb1\xe9\x93\xb2\xe9\x93\xb3\xe9\x93\xb4\xe9\x93\xb5\xe9\x93\xb6\xe9\x93\xb7\xe9\x93\xb8\xe9\x93\xb9\xe9\x93\xba\xe9\x93\xbb\xe9\x93\xbc\xe9\x93\xbd\xe9\x93\xbe\xe9\x93\xbf\xe9\x94\x80\xe9\x94\x81\xe9\x94\x82\xe9\x94\x83\xe9\x94\x84\xe9\x94\x85\xe9\x94\x86\xe9\x94\x87\xe9\x94\x88\xe9\x94\x89\xe9\x94\x8a\xe9\x94\x8b\xe9\x94\x8c\xe9\x94\x8d\xe9\x94\x8e\xe9\x94\x8f\xe9\x94\x90\xe9\x94\x91\xe9\x94\x92\xe9\x94\x93\xe9\x94\x94\xe9\x94\x95\xe9\x94\x96\xe9\x94\x97\xe9\x94\x98\xe9\x94\x99\xe9\x94\x9a\xe9\x94\x9b\xe9\x94\x9c\xe9\x94\x9d\xe9\x94\x9e\xe9\x94\x9f\xe9\x94\xa0\xe9\x94\xa1\xe9\x94\xa2\xe9\x94\xa3\xe9\x94\xa4\xe9\x94\xa5\xe9\x94\xa6\xe9\x94\xa7\xe9\x94\xa8\xe9\x94\xa9\xe9\x94\xaa\xe9\x94\xab\xe9\x94\xac\xe9\x94\xad\xe9\x94\xae\xe9\x94\xaf\xe9\x94\xb0\xe9\x94\xb1\xe9\x94\xb2\xe9\x94\xb3\xe9\x94\xb4\xe9\x94\xb5\xe9\x94\xb6\xe9\x94\xb7\xe9\x94\xb8\xe9\x94\xb9\xe9\x94\xba\xe9\x94\xbb\xe9\x94\xbc\xe9\x94\xbd\xe9\x94\xbe\xe9\x94\xbf\xe9\x95\x80\xe9\x95\x81\xe9\x95\x82\xe9\x95\x83\xe9\x95\x84\xe9\x95\x85\xe9\x95\x86\xe9\x95\x87\xe9\x95\x88\xe9\x95\x89\xe9\x95\x8a\xe9\x95\x8b\xe9\x95\x8c\xe9\x95\x8d\xe9\x95\x8e\xe9\x95\x8f\xe9\x95\x90\xe9\x95\x91\xe9\x95\x92\xe9\x95\x93\xe9\x95\x94\xe9\x95\x95\xe9\x95\x96\xe9\x95\x97\xe9\x95\x98\xe9\x95\x99\xe9\x95\x9a\xe9\x95\x9b\xe9\x95\x9c\xe9\x95\x9d\xe9\x95\x9e\xe9\x95\x9f\xe9\x95\xa0\xe9\x95\xa1\xe9\x95\xa2\xe9\x95\xa3\xe9\x95\xa4\xe9\x95\xa5\xe9\x95\xa6\xe9\x95\xa7\xe9\x95\xa8\xe9\x95\xa9\xe9\x95\xaa\xe9\x95\xab\xe9\x95\xac\xe9\x95\xad\xe9\x95\xae\xe9\x95\xaf\xe9\x95\xb0\xe9\x95\xb1\xe9\x95\xb2\xe9\x95\xb3\xe9\x95\xb4\xe9\x95\xb5\xe9\x95\xb6\xe9\x95\xb7\xe9\x95\xb8\xe9\x95\xb9\xe9\x95\xba\xe9\x95\xbb\xe9\x95\xbc\xe9\x95\xbd\xe9\x95\xbe\xe9\x95\xbf\xe9\x96\x80\xe9\x96\x81\xe9\x96\x82\xe9\x96\x83\xe9\x96\x84\xe9\x96\x85\xe9\x96\x86\xe9\x96\x87\xe9\x96\x88\xe9\x96\x89\xe9\x96\x8a\xe9\x96\x8b\xe9\x96\x8c\xe9\x96\x8d\xe9\x96\x8e\xe9\x96\x8f\xe9\x96\x90\xe9\x96\x91\xe9\x96\x92\xe9\x96\x93\xe9\x96\x94\xe9\x96\x95\xe9\x96\x96\xe9\x96\x97\xe9\x96\x98\xe9\x96\x99\xe9\x96\x9a\xe9\x96\x9b\xe9\x96\x9c\xe9\x96\x9d\xe9\x96\x9e\xe9\x96\x9f\xe9\x96\xa0\xe9\x96\xa1\xe9\x96\xa2\xe9\x96\xa3\xe9\x96\xa4\xe9\x96\xa5\xe9\x96\xa6\xe9\x96\xa7\xe9\x96\xa8\xe9\x96\xa9\xe9\x96\xaa\xe9\x96\xab\xe9\x96\xac\xe9\x96\xad\xe9\x96\xae\xe9\x96\xaf\xe9\x96\xb0\xe9\x96\xb1\xe9\x96\xb2\xe9\x96\xb3\xe9\x96\xb4\xe9\x96\xb5\xe9\x96\xb6\xe9\x96\xb7\xe9\x96\xb8\xe9\x96\xb9\xe9\x96\xba\xe9\x96\xbb\xe9\x96\xbc\xe9\x96\xbd\xe9\x96\xbe\xe9\x96\xbf\xe9\x97\x80\xe9\x97\x81\xe9\x97\x82\xe9\x97\x83\xe9\x97\x84\xe9\x97\x85\xe9\x97\x86\xe9\x97\x87\xe9\x97\x88\xe9\x97\x89\xe9\x97\x8a\xe9\x97\x8b\xe9\x97\x8c\xe9\x97\x8d\xe9\x97\x8e\xe9\x97\x8f\xe9\x97\x90\xe9\x97\x91\xe9\x97\x92\xe9\x97\x93\xe9\x97\x94\xe9\x97\x95\xe9\x97\x96\xe9\x97\x97\xe9\x97\x98\xe9\x97\x99\xe9\x97\x9a\xe9\x97\x9b\xe9\x97\x9c\xe9\x97\x9d\xe9\x97\x9e\xe9\x97\x9f\xe9\x97\xa0\xe9\x97\xa1\xe9\x97\xa2\xe9\x97\xa3\xe9\x97\xa4\xe9\x97\xa5\xe9\x97\xa6\xe9\x97\xa7\xe9\x97\xa8\xe9\x97\xa9\xe9\x97\xaa\xe9\x97\xab\xe9\x97\xac\xe9\x97\xad\xe9\x97\xae\xe9\x97\xaf\xe9\x97\xb0\xe9\x97\xb1\xe9\x97\xb2\xe9\x97\xb3\xe9\x97\xb4\xe9\x97\xb5\xe9\x97\xb6\xe9\x97\xb7\xe9\x97\xb8\xe9\x97\xb9\xe9\x97\xba\xe9\x97\xbb\xe9\x97\xbc\xe9\x97\xbd\xe9\x97\xbe\xe9\x97\xbf\xe9\x98\x80\xe9\x98\x81\xe9\x98\x82\xe9\x98\x83\xe9\x98\x84\xe9\x98\x85\xe9\x98\x86\xe9\x98\x87\xe9\x98\x88\xe9\x98\x89\xe9\x98\x8a\xe9\x98\x8b\xe9\x98\x8c\xe9\x98\x8d\xe9\x98\x8e\xe9\x98\x8f\xe9\x98\x90\xe9\x98\x91\xe9\x98\x92\xe9\x98\x93\xe9\x98\x94\xe9\x98\x95\xe9\x98\x96\xe9\x98\x97\xe9\x98\x98\xe9\x98\x99\xe9\x98\x9a\xe9\x98\x9b\xe9\x98\x9c\xe9\x98\x9d\xe9\x98\x9e\xe9\x98\x9f\xe9\x98\xa0\xe9\x98\xa1\xe9\x98\xa2\xe9\x98\xa3\xe9\x98\xa4\xe9\x98\xa5\xe9\x98\xa6\xe9\x98\xa7\xe9\x98\xa8\xe9\x98\xa9\xe9\x98\xaa\xe9\x98\xab\xe9\x98\xac\xe9\x98\xad\xe9\x98\xae\xe9\x98\xaf\xe9\x98\xb0\xe9\x98\xb1\xe9\x98\xb2\xe9\x98\xb3\xe9\x98\xb4\xe9\x98\xb5\xe9\x98\xb6\xe9\x98\xb7\xe9\x98\xb8\xe9\x98\xb9\xe9\x98\xba\xe9\x98\xbb\xe9\x98\xbc\xe9\x98\xbd\xe9\x98\xbe\xe9\x98\xbf\xe9\x99\x80\xe9\x99\x81\xe9\x99\x82\xe9\x99\x83\xe9\x99\x84\xe9\x99\x85\xe9\x99\x86\xe9\x99\x87\xe9\x99\x88\xe9\x99\x89\xe9\x99\x8a\xe9\x99\x8b\xe9\x99\x8c\xe9\x99\x8d\xe9\x99\x8e\xe9\x99\x8f\xe9\x99\x90\xe9\x99\x91\xe9\x99\x92\xe9\x99\x93\xe9\x99\x94\xe9\x99\x95\xe9\x99\x96\xe9\x99\x97\xe9\x99\x98\xe9\x99\x99\xe9\x99\x9a\xe9\x99\x9b\xe9\x99\x9c\xe9\x99\x9d\xe9\x99\x9e\xe9\x99\x9f\xe9\x99\xa0\xe9\x99\xa1\xe9\x99\xa2\xe9\x99\xa3\xe9\x99\xa4\xe9\x99\xa5\xe9\x99\xa6\xe9\x99\xa7\xe9\x99\xa8\xe9\x99\xa9\xe9\x99\xaa\xe9\x99\xab\xe9\x99\xac\xe9\x99\xad\xe9\x99\xae\xe9\x99\xaf\xe9\x99\xb0\xe9\x99\xb1\xe9\x99\xb2\xe9\x99\xb3\xe9\x99\xb4\xe9\x99\xb5\xe9\x99\xb6\xe9\x99\xb7\xe9\x99\xb8\xe9\x99\xb9\xe9\x99\xba\xe9\x99\xbb\xe9\x99\xbc\xe9\x99\xbd\xe9\x99\xbe\xe9\x99\xbf\xe9\x9a\x80\xe9\x9a\x81\xe9\x9a\x82\xe9\x9a\x83\xe9\x9a\x84\xe9\x9a\x85\xe9\x9a\x86\xe9\x9a\x87\xe9\x9a\x88\xe9\x9a\x89\xe9\x9a\x8a\xe9\x9a\x8b\xe9\x9a\x8c\xe9\x9a\x8d\xe9\x9a\x8e\xe9\x9a\x8f\xe9\x9a\x90\xe9\x9a\x91\xe9\x9a\x92\xe9\x9a\x93\xe9\x9a\x94\xe9\x9a\x95\xe9\x9a\x96\xe9\x9a\x97\xe9\x9a\x98\xe9\x9a\x99\xe9\x9a\x9a\xe9\x9a\x9b\xe9\x9a\x9c\xe9\x9a\x9d\xe9\x9a\x9e\xe9\x9a\x9f\xe9\x9a\xa0\xe9\x9a\xa1\xe9\x9a\xa2\xe9\x9a\xa3\xe9\x9a\xa4\xe9\x9a\xa5\xe9\x9a\xa6\xe9\x9a\xa7\xe9\x9a\xa8\xe9\x9a\xa9\xe9\x9a\xaa\xe9\x9a\xab\xe9\x9a\xac\xe9\x9a\xad\xe9\x9a\xae\xe9\x9a\xaf\xe9\x9a\xb0\xe9\x9a\xb1\xe9\x9a\xb2\xe9\x9a\xb3\xe9\x9a\xb4\xe9\x9a\xb5\xe9\x9a\xb6\xe9\x9a\xb7\xe9\x9a\xb8\xe9\x9a\xb9\xe9\x9a\xba\xe9\x9a\xbb\xe9\x9a\xbc\xe9\x9a\xbd\xe9\x9a\xbe\xe9\x9a\xbf\xe9\x9b\x80\xe9\x9b\x81\xe9\x9b\x82\xe9\x9b\x83\xe9\x9b\x84\xe9\x9b\x85\xe9\x9b\x86\xe9\x9b\x87\xe9\x9b\x88\xe9\x9b\x89\xe9\x9b\x8a\xe9\x9b\x8b\xe9\x9b\x8c\xe9\x9b\x8d\xe9\x9b\x8e\xe9\x9b\x8f\xe9\x9b\x90\xe9\x9b\x91\xe9\x9b\x92\xe9\x9b\x93\xe9\x9b\x94\xe9\x9b\x95\xe9\x9b\x96\xe9\x9b\x97\xe9\x9b\x98\xe9\x9b\x99\xe9\x9b\x9a\xe9\x9b\x9b\xe9\x9b\x9c\xe9\x9b\x9d\xe9\x9b\x9e\xe9\x9b\x9f\xe9\x9b\xa0\xe9\x9b\xa1\xe9\x9b\xa2\xe9\x9b\xa3\xe9\x9b\xa4\xe9\x9b\xa5\xe9\x9b\xa6\xe9\x9b\xa7\xe9\x9b\xa8\xe9\x9b\xa9\xe9\x9b\xaa\xe9\x9b\xab\xe9\x9b\xac\xe9\x9b\xad\xe9\x9b\xae\xe9\x9b\xaf\xe9\x9b\xb0\xe9\x9b\xb1\xe9\x9b\xb2\xe9\x9b\xb3\xe9\x9b\xb4\xe9\x9b\xb5\xe9\x9b\xb6\xe9\x9b\xb7\xe9\x9b\xb8\xe9\x9b\xb9\xe9\x9b\xba\xe9\x9b\xbb\xe9\x9b\xbc\xe9\x9b\xbd\xe9\x9b\xbe\xe9\x9b\xbf\xe9\x9c\x80\xe9\x9c\x81\xe9\x9c\x82\xe9\x9c\x83\xe9\x9c\x84\xe9\x9c\x85\xe9\x9c\x86\xe9\x9c\x87\xe9\x9c\x88\xe9\x9c\x89\xe9\x9c\x8a\xe9\x9c\x8b\xe9\x9c\x8c\xe9\x9c\x8d\xe9\x9c\x8e\xe9\x9c\x8f\xe9\x9c\x90\xe9\x9c\x91\xe9\x9c\x92\xe9\x9c\x93\xe9\x9c\x94\xe9\x9c\x95\xe9\x9c\x96\xe9\x9c\x97\xe9\x9c\x98\xe9\x9c\x99\xe9\x9c\x9a\xe9\x9c\x9b\xe9\x9c\x9c\xe9\x9c\x9d\xe9\x9c\x9e\xe9\x9c\x9f\xe9\x9c\xa0\xe9\x9c\xa1\xe9\x9c\xa2\xe9\x9c\xa3\xe9\x9c\xa4\xe9\x9c\xa5\xe9\x9c\xa6\xe9\x9c\xa7\xe9\x9c\xa8\xe9\x9c\xa9\xe9\x9c\xaa\xe9\x9c\xab\xe9\x9c\xac\xe9\x9c\xad\xe9\x9c\xae\xe9\x9c\xaf\xe9\x9c\xb0\xe9\x9c\xb1\xe9\x9c\xb2\xe9\x9c\xb3\xe9\x9c\xb4\xe9\x9c\xb5\xe9\x9c\xb6\xe9\x9c\xb7\xe9\x9c\xb8\xe9\x9c\xb9\xe9\x9c\xba\xe9\x9c\xbb\xe9\x9c\xbc\xe9\x9c\xbd\xe9\x9c\xbe\xe9\x9c\xbf\xe9\x9d\x80\xe9\x9d\x81\xe9\x9d\x82\xe9\x9d\x83\xe9\x9d\x84\xe9\x9d\x85\xe9\x9d\x86\xe9\x9d\x87\xe9\x9d\x88\xe9\x9d\x89\xe9\x9d\x8a\xe9\x9d\x8b\xe9\x9d\x8c\xe9\x9d\x8d\xe9\x9d\x8e\xe9\x9d\x8f\xe9\x9d\x90\xe9\x9d\x91\xe9\x9d\x92\xe9\x9d\x93\xe9\x9d\x94\xe9\x9d\x95\xe9\x9d\x96\xe9\x9d\x97\xe9\x9d\x98\xe9\x9d\x99\xe9\x9d\x9a\xe9\x9d\x9b\xe9\x9d\x9c\xe9\x9d\x9d\xe9\x9d\x9e\xe9\x9d\x9f\xe9\x9d\xa0\xe9\x9d\xa1\xe9\x9d\xa2\xe9\x9d\xa3\xe9\x9d\xa4\xe9\x9d\xa5\xe9\x9d\xa6\xe9\x9d\xa7\xe9\x9d\xa8\xe9\x9d\xa9\xe9\x9d\xaa\xe9\x9d\xab\xe9\x9d\xac\xe9\x9d\xad\xe9\x9d\xae\xe9\x9d\xaf\xe9\x9d\xb0\xe9\x9d\xb1\xe9\x9d\xb2\xe9\x9d\xb3\xe9\x9d\xb4\xe9\x9d\xb5\xe9\x9d\xb6\xe9\x9d\xb7\xe9\x9d\xb8\xe9\x9d\xb9\xe9\x9d\xba\xe9\x9d\xbb\xe9\x9d\xbc\xe9\x9d\xbd\xe9\x9d\xbe\xe9\x9d\xbf\xe9\x9e\x80\xe9\x9e\x81\xe9\x9e\x82\xe9\x9e\x83\xe9\x9e\x84\xe9\x9e\x85\xe9\x9e\x86\xe9\x9e\x87\xe9\x9e\x88\xe9\x9e\x89\xe9\x9e\x8a\xe9\x9e\x8b\xe9\x9e\x8c\xe9\x9e\x8d\xe9\x9e\x8e\xe9\x9e\x8f\xe9\x9e\x90\xe9\x9e\x91\xe9\x9e\x92\xe9\x9e\x93\xe9\x9e\x94\xe9\x9e\x95\xe9\x9e\x96\xe9\x9e\x97\xe9\x9e\x98\xe9\x9e\x99\xe9\x9e\x9a\xe9\x9e\x9b\xe9\x9e\x9c\xe9\x9e\x9d\xe9\x9e\x9e\xe9\x9e\x9f\xe9\x9e\xa0\xe9\x9e\xa1\xe9\x9e\xa2\xe9\x9e\xa3\xe9\x9e\xa4\xe9\x9e\xa5\xe9\x9e\xa6\xe9\x9e\xa7\xe9\x9e\xa8\xe9\x9e\xa9\xe9\x9e\xaa\xe9\x9e\xab\xe9\x9e\xac\xe9\x9e\xad\xe9\x9e\xae\xe9\x9e\xaf\xe9\x9e\xb0\xe9\x9e\xb1\xe9\x9e\xb2\xe9\x9e\xb3\xe9\x9e\xb4\xe9\x9e\xb5\xe9\x9e\xb6\xe9\x9e\xb7\xe9\x9e\xb8\xe9\x9e\xb9\xe9\x9e\xba\xe9\x9e\xbb\xe9\x9e\xbc\xe9\x9e\xbd\xe9\x9e\xbe\xe9\x9e\xbf\xe9\x9f\x80\xe9\x9f\x81\xe9\x9f\x82\xe9\x9f\x83\xe9\x9f\x84\xe9\x9f\x85\xe9\x9f\x86\xe9\x9f\x87\xe9\x9f\x88\xe9\x9f\x89\xe9\x9f\x8a\xe9\x9f\x8b\xe9\x9f\x8c\xe9\x9f\x8d\xe9\x9f\x8e\xe9\x9f\x8f\xe9\x9f\x90\xe9\x9f\x91\xe9\x9f\x92\xe9\x9f\x93\xe9\x9f\x94\xe9\x9f\x95\xe9\x9f\x96\xe9\x9f\x97\xe9\x9f\x98\xe9\x9f\x99\xe9\x9f\x9a\xe9\x9f\x9b\xe9\x9f\x9c\xe9\x9f\x9d\xe9\x9f\x9e\xe9\x9f\x9f\xe9\x9f\xa0\xe9\x9f\xa1\xe9\x9f\xa2\xe9\x9f\xa3\xe9\x9f\xa4\xe9\x9f\xa5\xe9\x9f\xa6\xe9\x9f\xa7\xe9\x9f\xa8\xe9\x9f\xa9\xe9\x9f\xaa\xe9\x9f\xab\xe9\x9f\xac\xe9\x9f\xad\xe9\x9f\xae\xe9\x9f\xaf\xe9\x9f\xb0\xe9\x9f\xb1\xe9\x9f\xb2\xe9\x9f\xb3\xe9\x9f\xb4\xe9\x9f\xb5\xe9\x9f\xb6\xe9\x9f\xb7\xe9\x9f\xb8\xe9\x9f\xb9\xe9\x9f\xba\xe9\x9f\xbb\xe9\x9f\xbc\xe9\x9f\xbd\xe9\x9f\xbe\xe9\x9f\xbf\xe9\xa0\x80\xe9\xa0\x81\xe9\xa0\x82\xe9\xa0\x83\xe9\xa0\x84\xe9\xa0\x85\xe9\xa0\x86\xe9\xa0\x87\xe9\xa0\x88\xe9\xa0\x89\xe9\xa0\x8a\xe9\xa0\x8b\xe9\xa0\x8c\xe9\xa0\x8d\xe9\xa0\x8e\xe9\xa0\x8f\xe9\xa0\x90\xe9\xa0\x91\xe9\xa0\x92\xe9\xa0\x93\xe9\xa0\x94\xe9\xa0\x95\xe9\xa0\x96\xe9\xa0\x97\xe9\xa0\x98\xe9\xa0\x99\xe9\xa0\x9a\xe9\xa0\x9b\xe9\xa0\x9c\xe9\xa0\x9d\xe9\xa0\x9e\xe9\xa0\x9f\xe9\xa0\xa0\xe9\xa0\xa1\xe9\xa0\xa2\xe9\xa0\xa3\xe9\xa0\xa4\xe9\xa0\xa5\xe9\xa0\xa6\xe9\xa0\xa7\xe9\xa0\xa8\xe9\xa0\xa9\xe9\xa0\xaa\xe9\xa0\xab\xe9\xa0\xac\xe9\xa0\xad\xe9\xa0\xae\xe9\xa0\xaf\xe9\xa0\xb0\xe9\xa0\xb1\xe9\xa0\xb2\xe9\xa0\xb3\xe9\xa0\xb4\xe9\xa0\xb5\xe9\xa0\xb6\xe9\xa0\xb7\xe9\xa0\xb8\xe9\xa0\xb9\xe9\xa0\xba\xe9\xa0\xbb\xe9\xa0\xbc\xe9\xa0\xbd\xe9\xa0\xbe\xe9\xa0\xbf\xe9\xa1\x80\xe9\xa1\x81\xe9\xa1\x82\xe9\xa1\x83\xe9\xa1\x84\xe9\xa1\x85\xe9\xa1\x86\xe9\xa1\x87\xe9\xa1\x88\xe9\xa1\x89\xe9\xa1\x8a\xe9\xa1\x8b\xe9\xa1\x8c\xe9\xa1\x8d\xe9\xa1\x8e\xe9\xa1\x8f\xe9\xa1\x90\xe9\xa1\x91\xe9\xa1\x92\xe9\xa1\x93\xe9\xa1\x94\xe9\xa1\x95\xe9\xa1\x96\xe9\xa1\x97\xe9\xa1\x98\xe9\xa1\x99\xe9\xa1\x9a\xe9\xa1\x9b\xe9\xa1\x9c\xe9\xa1\x9d\xe9\xa1\x9e\xe9\xa1\x9f\xe9\xa1\xa0\xe9\xa1\xa1\xe9\xa1\xa2\xe9\xa1\xa3\xe9\xa1\xa4\xe9\xa1\xa5\xe9\xa1\xa6\xe9\xa1\xa7\xe9\xa1\xa8\xe9\xa1\xa9\xe9\xa1\xaa\xe9\xa1\xab\xe9\xa1\xac\xe9\xa1\xad\xe9\xa1\xae\xe9\xa1\xaf\xe9\xa1\xb0\xe9\xa1\xb1\xe9\xa1\xb2\xe9\xa1\xb3\xe9\xa1\xb4\xe9\xa1\xb5\xe9\xa1\xb6\xe9\xa1\xb7\xe9\xa1\xb8\xe9\xa1\xb9\xe9\xa1\xba\xe9\xa1\xbb\xe9\xa1\xbc\xe9\xa1\xbd\xe9\xa1\xbe\xe9\xa1\xbf\xe9\xa2\x80\xe9\xa2\x81\xe9\xa2\x82\xe9\xa2\x83\xe9\xa2\x84\xe9\xa2\x85\xe9\xa2\x86\xe9\xa2\x87\xe9\xa2\x88\xe9\xa2\x89\xe9\xa2\x8a\xe9\xa2\x8b\xe9\xa2\x8c\xe9\xa2\x8d\xe9\xa2\x8e\xe9\xa2\x8f\xe9\xa2\x90\xe9\xa2\x91\xe9\xa2\x92\xe9\xa2\x93\xe9\xa2\x94\xe9\xa2\x95\xe9\xa2\x96\xe9\xa2\x97\xe9\xa2\x98\xe9\xa2\x99\xe9\xa2\x9a\xe9\xa2\x9b\xe9\xa2\x9c\xe9\xa2\x9d\xe9\xa2\x9e\xe9\xa2\x9f\xe9\xa2\xa0\xe9\xa2\xa1\xe9\xa2\xa2\xe9\xa2\xa3\xe9\xa2\xa4\xe9\xa2\xa5\xe9\xa2\xa6\xe9\xa2\xa7\xe9\xa2\xa8\xe9\xa2\xa9\xe9\xa2\xaa\xe9\xa2\xab\xe9\xa2\xac\xe9\xa2\xad\xe9\xa2\xae\xe9\xa2\xaf\xe9\xa2\xb0\xe9\xa2\xb1\xe9\xa2\xb2\xe9\xa2\xb3\xe9\xa2\xb4\xe9\xa2\xb5\xe9\xa2\xb6\xe9\xa2\xb7\xe9\xa2\xb8\xe9\xa2\xb9\xe9\xa2\xba\xe9\xa2\xbb\xe9\xa2\xbc\xe9\xa2\xbd\xe9\xa2\xbe\xe9\xa2\xbf\xe9\xa3\x80\xe9\xa3\x81\xe9\xa3\x82\xe9\xa3\x83\xe9\xa3\x84\xe9\xa3\x85\xe9\xa3\x86\xe9\xa3\x87\xe9\xa3\x88\xe9\xa3\x89\xe9\xa3\x8a\xe9\xa3\x8b\xe9\xa3\x8c\xe9\xa3\x8d\xe9\xa3\x8e\xe9\xa3\x8f\xe9\xa3\x90\xe9\xa3\x91\xe9\xa3\x92\xe9\xa3\x93\xe9\xa3\x94\xe9\xa3\x95\xe9\xa3\x96\xe9\xa3\x97\xe9\xa3\x98\xe9\xa3\x99\xe9\xa3\x9a\xe9\xa3\x9b\xe9\xa3\x9c\xe9\xa3\x9d\xe9\xa3\x9e\xe9\xa3\x9f\xe9\xa3\xa0\xe9\xa3\xa1\xe9\xa3\xa2\xe9\xa3\xa3\xe9\xa3\xa4\xe9\xa3\xa5\xe9\xa3\xa6\xe9\xa3\xa7\xe9\xa3\xa8\xe9\xa3\xa9\xe9\xa3\xaa\xe9\xa3\xab\xe9\xa3\xac\xe9\xa3\xad\xe9\xa3\xae\xe9\xa3\xaf\xe9\xa3\xb0\xe9\xa3\xb1\xe9\xa3\xb2\xe9\xa3\xb3\xe9\xa3\xb4\xe9\xa3\xb5\xe9\xa3\xb6\xe9\xa3\xb7\xe9\xa3\xb8\xe9\xa3\xb9\xe9\xa3\xba\xe9\xa3\xbb\xe9\xa3\xbc\xe9\xa3\xbd\xe9\xa3\xbe\xe9\xa3\xbf\xe9\xa4\x80\xe9\xa4\x81\xe9\xa4\x82\xe9\xa4\x83\xe9\xa4\x84\xe9\xa4\x85\xe9\xa4\x86\xe9\xa4\x87\xe9\xa4\x88\xe9\xa4\x89\xe9\xa4\x8a\xe9\xa4\x8b\xe9\xa4\x8c\xe9\xa4\x8d\xe9\xa4\x8e\xe9\xa4\x8f\xe9\xa4\x90\xe9\xa4\x91\xe9\xa4\x92\xe9\xa4\x93\xe9\xa4\x94\xe9\xa4\x95\xe9\xa4\x96\xe9\xa4\x97\xe9\xa4\x98\xe9\xa4\x99\xe9\xa4\x9a\xe9\xa4\x9b\xe9\xa4\x9c\xe9\xa4\x9d\xe9\xa4\x9e\xe9\xa4\x9f\xe9\xa4\xa0\xe9\xa4\xa1\xe9\xa4\xa2\xe9\xa4\xa3\xe9\xa4\xa4\xe9\xa4\xa5\xe9\xa4\xa6\xe9\xa4\xa7\xe9\xa4\xa8\xe9\xa4\xa9\xe9\xa4\xaa\xe9\xa4\xab\xe9\xa4\xac\xe9\xa4\xad\xe9\xa4\xae\xe9\xa4\xaf\xe9\xa4\xb0\xe9\xa4\xb1\xe9\xa4\xb2\xe9\xa4\xb3\xe9\xa4\xb4\xe9\xa4\xb5\xe9\xa4\xb6\xe9\xa4\xb7\xe9\xa4\xb8\xe9\xa4\xb9\xe9\xa4\xba\xe9\xa4\xbb\xe9\xa4\xbc\xe9\xa4\xbd\xe9\xa4\xbe\xe9\xa4\xbf\xe9\xa5\x80\xe9\xa5\x81\xe9\xa5\x82\xe9\xa5\x83\xe9\xa5\x84\xe9\xa5\x85\xe9\xa5\x86\xe9\xa5\x87\xe9\xa5\x88\xe9\xa5\x89\xe9\xa5\x8a\xe9\xa5\x8b\xe9\xa5\x8c\xe9\xa5\x8d\xe9\xa5\x8e\xe9\xa5\x8f\xe9\xa5\x90\xe9\xa5\x91\xe9\xa5\x92\xe9\xa5\x93\xe9\xa5\x94\xe9\xa5\x95\xe9\xa5\x96\xe9\xa5\x97\xe9\xa5\x98\xe9\xa5\x99\xe9\xa5\x9a\xe9\xa5\x9b\xe9\xa5\x9c\xe9\xa5\x9d\xe9\xa5\x9e\xe9\xa5\x9f\xe9\xa5\xa0\xe9\xa5\xa1\xe9\xa5\xa2\xe9\xa5\xa3\xe9\xa5\xa4\xe9\xa5\xa5\xe9\xa5\xa6\xe9\xa5\xa7\xe9\xa5\xa8\xe9\xa5\xa9\xe9\xa5\xaa\xe9\xa5\xab\xe9\xa5\xac\xe9\xa5\xad\xe9\xa5\xae\xe9\xa5\xaf\xe9\xa5\xb0\xe9\xa5\xb1\xe9\xa5\xb2\xe9\xa5\xb3\xe9\xa5\xb4\xe9\xa5\xb5\xe9\xa5\xb6\xe9\xa5\xb7\xe9\xa5\xb8\xe9\xa5\xb9\xe9\xa5\xba\xe9\xa5\xbb\xe9\xa5\xbc\xe9\xa5\xbd\xe9\xa5\xbe\xe9\xa5\xbf\xe9\xa6\x80\xe9\xa6\x81\xe9\xa6\x82\xe9\xa6\x83\xe9\xa6\x84\xe9\xa6\x85\xe9\xa6\x86\xe9\xa6\x87\xe9\xa6\x88\xe9\xa6\x89\xe9\xa6\x8a\xe9\xa6\x8b\xe9\xa6\x8c\xe9\xa6\x8d\xe9\xa6\x8e\xe9\xa6\x8f\xe9\xa6\x90\xe9\xa6\x91\xe9\xa6\x92\xe9\xa6\x93\xe9\xa6\x94\xe9\xa6\x95\xe9\xa6\x96\xe9\xa6\x97\xe9\xa6\x98\xe9\xa6\x99\xe9\xa6\x9a\xe9\xa6\x9b\xe9\xa6\x9c\xe9\xa6\x9d\xe9\xa6\x9e\xe9\xa6\x9f\xe9\xa6\xa0\xe9\xa6\xa1\xe9\xa6\xa2\xe9\xa6\xa3\xe9\xa6\xa4\xe9\xa6\xa5\xe9\xa6\xa6\xe9\xa6\xa7\xe9\xa6\xa8\xe9\xa6\xa9\xe9\xa6\xaa\xe9\xa6\xab\xe9\xa6\xac\xe9\xa6\xad\xe9\xa6\xae\xe9\xa6\xaf\xe9\xa6\xb0\xe9\xa6\xb1\xe9\xa6\xb2\xe9\xa6\xb3\xe9\xa6\xb4\xe9\xa6\xb5\xe9\xa6\xb6\xe9\xa6\xb7\xe9\xa6\xb8\xe9\xa6\xb9\xe9\xa6\xba\xe9\xa6\xbb\xe9\xa6\xbc\xe9\xa6\xbd\xe9\xa6\xbe\xe9\xa6\xbf\xe9\xa7\x80\xe9\xa7\x81\xe9\xa7\x82\xe9\xa7\x83\xe9\xa7\x84\xe9\xa7\x85\xe9\xa7\x86\xe9\xa7\x87\xe9\xa7\x88\xe9\xa7\x89\xe9\xa7\x8a\xe9\xa7\x8b\xe9\xa7\x8c\xe9\xa7\x8d\xe9\xa7\x8e\xe9\xa7\x8f\xe9\xa7\x90\xe9\xa7\x91\xe9\xa7\x92\xe9\xa7\x93\xe9\xa7\x94\xe9\xa7\x95\xe9\xa7\x96\xe9\xa7\x97\xe9\xa7\x98\xe9\xa7\x99\xe9\xa7\x9a\xe9\xa7\x9b\xe9\xa7\x9c\xe9\xa7\x9d\xe9\xa7\x9e\xe9\xa7\x9f\xe9\xa7\xa0\xe9\xa7\xa1\xe9\xa7\xa2\xe9\xa7\xa3\xe9\xa7\xa4\xe9\xa7\xa5\xe9\xa7\xa6\xe9\xa7\xa7\xe9\xa7\xa8\xe9\xa7\xa9\xe9\xa7\xaa\xe9\xa7\xab\xe9\xa7\xac\xe9\xa7\xad\xe9\xa7\xae\xe9\xa7\xaf\xe9\xa7\xb0\xe9\xa7\xb1\xe9\xa7\xb2\xe9\xa7\xb3\xe9\xa7\xb4\xe9\xa7\xb5\xe9\xa7\xb6\xe9\xa7\xb7\xe9\xa7\xb8\xe9\xa7\xb9\xe9\xa7\xba\xe9\xa7\xbb\xe9\xa7\xbc\xe9\xa7\xbd\xe9\xa7\xbe\xe9\xa7\xbf\xe9\xa8\x80\xe9\xa8\x81\xe9\xa8\x82\xe9\xa8\x83\xe9\xa8\x84\xe9\xa8\x85\xe9\xa8\x86\xe9\xa8\x87\xe9\xa8\x88\xe9\xa8\x89\xe9\xa8\x8a\xe9\xa8\x8b\xe9\xa8\x8c\xe9\xa8\x8d\xe9\xa8\x8e\xe9\xa8\x8f\xe9\xa8\x90\xe9\xa8\x91\xe9\xa8\x92\xe9\xa8\x93\xe9\xa8\x94\xe9\xa8\x95\xe9\xa8\x96\xe9\xa8\x97\xe9\xa8\x98\xe9\xa8\x99\xe9\xa8\x9a\xe9\xa8\x9b\xe9\xa8\x9c\xe9\xa8\x9d\xe9\xa8\x9e\xe9\xa8\x9f\xe9\xa8\xa0\xe9\xa8\xa1\xe9\xa8\xa2\xe9\xa8\xa3\xe9\xa8\xa4\xe9\xa8\xa5\xe9\xa8\xa6\xe9\xa8\xa7\xe9\xa8\xa8\xe9\xa8\xa9\xe9\xa8\xaa\xe9\xa8\xab\xe9\xa8\xac\xe9\xa8\xad\xe9\xa8\xae\xe9\xa8\xaf\xe9\xa8\xb0\xe9\xa8\xb1\xe9\xa8\xb2\xe9\xa8\xb3\xe9\xa8\xb4\xe9\xa8\xb5\xe9\xa8\xb6\xe9\xa8\xb7\xe9\xa8\xb8\xe9\xa8\xb9\xe9\xa8\xba\xe9\xa8\xbb\xe9\xa8\xbc\xe9\xa8\xbd\xe9\xa8\xbe\xe9\xa8\xbf\xe9\xa9\x80\xe9\xa9\x81\xe9\xa9\x82\xe9\xa9\x83\xe9\xa9\x84\xe9\xa9\x85\xe9\xa9\x86\xe9\xa9\x87\xe9\xa9\x88\xe9\xa9\x89\xe9\xa9\x8a\xe9\xa9\x8b\xe9\xa9\x8c\xe9\xa9\x8d\xe9\xa9\x8e\xe9\xa9\x8f\xe9\xa9\x90\xe9\xa9\x91\xe9\xa9\x92\xe9\xa9\x93\xe9\xa9\x94\xe9\xa9\x95\xe9\xa9\x96\xe9\xa9\x97\xe9\xa9\x98\xe9\xa9\x99\xe9\xa9\x9a\xe9\xa9\x9b\xe9\xa9\x9c\xe9\xa9\x9d\xe9\xa9\x9e\xe9\xa9\x9f\xe9\xa9\xa0\xe9\xa9\xa1\xe9\xa9\xa2\xe9\xa9\xa3\xe9\xa9\xa4\xe9\xa9\xa5\xe9\xa9\xa6\xe9\xa9\xa7\xe9\xa9\xa8\xe9\xa9\xa9\xe9\xa9\xaa\xe9\xa9\xab\xe9\xa9\xac\xe9\xa9\xad\xe9\xa9\xae\xe9\xa9\xaf\xe9\xa9\xb0\xe9\xa9\xb1\xe9\xa9\xb2\xe9\xa9\xb3\xe9\xa9\xb4\xe9\xa9\xb5\xe9\xa9\xb6\xe9\xa9\xb7\xe9\xa9\xb8\xe9\xa9\xb9\xe9\xa9\xba\xe9\xa9\xbb\xe9\xa9\xbc\xe9\xa9\xbd\xe9\xa9\xbe\xe9\xa9\xbf\xe9\xaa\x80\xe9\xaa\x81\xe9\xaa\x82\xe9\xaa\x83\xe9\xaa\x84\xe9\xaa\x85\xe9\xaa\x86\xe9\xaa\x87\xe9\xaa\x88\xe9\xaa\x89\xe9\xaa\x8a\xe9\xaa\x8b\xe9\xaa\x8c\xe9\xaa\x8d\xe9\xaa\x8e\xe9\xaa\x8f\xe9\xaa\x90\xe9\xaa\x91\xe9\xaa\x92\xe9\xaa\x93\xe9\xaa\x94\xe9\xaa\x95\xe9\xaa\x96\xe9\xaa\x97\xe9\xaa\x98\xe9\xaa\x99\xe9\xaa\x9a\xe9\xaa\x9b\xe9\xaa\x9c\xe9\xaa\x9d\xe9\xaa\x9e\xe9\xaa\x9f\xe9\xaa\xa0\xe9\xaa\xa1\xe9\xaa\xa2\xe9\xaa\xa3\xe9\xaa\xa4\xe9\xaa\xa5\xe9\xaa\xa6\xe9\xaa\xa7\xe9\xaa\xa8\xe9\xaa\xa9\xe9\xaa\xaa\xe9\xaa\xab\xe9\xaa\xac\xe9\xaa\xad\xe9\xaa\xae\xe9\xaa\xaf\xe9\xaa\xb0\xe9\xaa\xb1\xe9\xaa\xb2\xe9\xaa\xb3\xe9\xaa\xb4\xe9\xaa\xb5\xe9\xaa\xb6\xe9\xaa\xb7\xe9\xaa\xb8\xe9\xaa\xb9\xe9\xaa\xba\xe9\xaa\xbb\xe9\xaa\xbc\xe9\xaa\xbd\xe9\xaa\xbe\xe9\xaa\xbf\xe9\xab\x80\xe9\xab\x81\xe9\xab\x82\xe9\xab\x83\xe9\xab\x84\xe9\xab\x85\xe9\xab\x86\xe9\xab\x87\xe9\xab\x88\xe9\xab\x89\xe9\xab\x8a\xe9\xab\x8b\xe9\xab\x8c\xe9\xab\x8d\xe9\xab\x8e\xe9\xab\x8f\xe9\xab\x90\xe9\xab\x91\xe9\xab\x92\xe9\xab\x93\xe9\xab\x94\xe9\xab\x95\xe9\xab\x96\xe9\xab\x97\xe9\xab\x98\xe9\xab\x99\xe9\xab\x9a\xe9\xab\x9b\xe9\xab\x9c\xe9\xab\x9d\xe9\xab\x9e\xe9\xab\x9f\xe9\xab\xa0\xe9\xab\xa1\xe9\xab\xa2\xe9\xab\xa3\xe9\xab\xa4\xe9\xab\xa5\xe9\xab\xa6\xe9\xab\xa7\xe9\xab\xa8\xe9\xab\xa9\xe9\xab\xaa\xe9\xab\xab\xe9\xab\xac\xe9\xab\xad\xe9\xab\xae\xe9\xab\xaf\xe9\xab\xb0\xe9\xab\xb1\xe9\xab\xb2\xe9\xab\xb3\xe9\xab\xb4\xe9\xab\xb5\xe9\xab\xb6\xe9\xab\xb7\xe9\xab\xb8\xe9\xab\xb9\xe9\xab\xba\xe9\xab\xbb\xe9\xab\xbc\xe9\xab\xbd\xe9\xab\xbe\xe9\xab\xbf\xe9\xac\x80\xe9\xac\x81\xe9\xac\x82\xe9\xac\x83\xe9\xac\x84\xe9\xac\x85\xe9\xac\x86\xe9\xac\x87\xe9\xac\x88\xe9\xac\x89\xe9\xac\x8a\xe9\xac\x8b\xe9\xac\x8c\xe9\xac\x8d\xe9\xac\x8e\xe9\xac\x8f\xe9\xac\x90\xe9\xac\x91\xe9\xac\x92\xe9\xac\x93\xe9\xac\x94\xe9\xac\x95\xe9\xac\x96\xe9\xac\x97\xe9\xac\x98\xe9\xac\x99\xe9\xac\x9a\xe9\xac\x9b\xe9\xac\x9c\xe9\xac\x9d\xe9\xac\x9e\xe9\xac\x9f\xe9\xac\xa0\xe9\xac\xa1\xe9\xac\xa2\xe9\xac\xa3\xe9\xac\xa4\xe9\xac\xa5\xe9\xac\xa6\xe9\xac\xa7\xe9\xac\xa8\xe9\xac\xa9\xe9\xac\xaa\xe9\xac\xab\xe9\xac\xac\xe9\xac\xad\xe9\xac\xae\xe9\xac\xaf\xe9\xac\xb0\xe9\xac\xb1\xe9\xac\xb2\xe9\xac\xb3\xe9\xac\xb4\xe9\xac\xb5\xe9\xac\xb6\xe9\xac\xb7\xe9\xac\xb8\xe9\xac\xb9\xe9\xac\xba\xe9\xac\xbb\xe9\xac\xbc\xe9\xac\xbd\xe9\xac\xbe\xe9\xac\xbf\xe9\xad\x80\xe9\xad\x81\xe9\xad\x82\xe9\xad\x83\xe9\xad\x84\xe9\xad\x85\xe9\xad\x86\xe9\xad\x87\xe9\xad\x88\xe9\xad\x89\xe9\xad\x8a\xe9\xad\x8b\xe9\xad\x8c\xe9\xad\x8d\xe9\xad\x8e\xe9\xad\x8f\xe9\xad\x90\xe9\xad\x91\xe9\xad\x92\xe9\xad\x93\xe9\xad\x94\xe9\xad\x95\xe9\xad\x96\xe9\xad\x97\xe9\xad\x98\xe9\xad\x99\xe9\xad\x9a\xe9\xad\x9b\xe9\xad\x9c\xe9\xad\x9d\xe9\xad\x9e\xe9\xad\x9f\xe9\xad\xa0\xe9\xad\xa1\xe9\xad\xa2\xe9\xad\xa3\xe9\xad\xa4\xe9\xad\xa5\xe9\xad\xa6\xe9\xad\xa7\xe9\xad\xa8\xe9\xad\xa9\xe9\xad\xaa\xe9\xad\xab\xe9\xad\xac\xe9\xad\xad\xe9\xad\xae\xe9\xad\xaf\xe9\xad\xb0\xe9\xad\xb1\xe9\xad\xb2\xe9\xad\xb3\xe9\xad\xb4\xe9\xad\xb5\xe9\xad\xb6\xe9\xad\xb7\xe9\xad\xb8\xe9\xad\xb9\xe9\xad\xba\xe9\xad\xbb\xe9\xad\xbc\xe9\xad\xbd\xe9\xad\xbe\xe9\xad\xbf\xe9\xae\x80\xe9\xae\x81\xe9\xae\x82\xe9\xae\x83\xe9\xae\x84\xe9\xae\x85\xe9\xae\x86\xe9\xae\x87\xe9\xae\x88\xe9\xae\x89\xe9\xae\x8a\xe9\xae\x8b\xe9\xae\x8c\xe9\xae\x8d\xe9\xae\x8e\xe9\xae\x8f\xe9\xae\x90\xe9\xae\x91\xe9\xae\x92\xe9\xae\x93\xe9\xae\x94\xe9\xae\x95\xe9\xae\x96\xe9\xae\x97\xe9\xae\x98\xe9\xae\x99\xe9\xae\x9a\xe9\xae\x9b\xe9\xae\x9c\xe9\xae\x9d\xe9\xae\x9e\xe9\xae\x9f\xe9\xae\xa0\xe9\xae\xa1\xe9\xae\xa2\xe9\xae\xa3\xe9\xae\xa4\xe9\xae\xa5\xe9\xae\xa6\xe9\xae\xa7\xe9\xae\xa8\xe9\xae\xa9\xe9\xae\xaa\xe9\xae\xab\xe9\xae\xac\xe9\xae\xad\xe9\xae\xae\xe9\xae\xaf\xe9\xae\xb0\xe9\xae\xb1\xe9\xae\xb2\xe9\xae\xb3\xe9\xae\xb4\xe9\xae\xb5\xe9\xae\xb6\xe9\xae\xb7\xe9\xae\xb8\xe9\xae\xb9\xe9\xae\xba\xe9\xae\xbb\xe9\xae\xbc\xe9\xae\xbd\xe9\xae\xbe\xe9\xae\xbf\xe9\xaf\x80\xe9\xaf\x81\xe9\xaf\x82\xe9\xaf\x83\xe9\xaf\x84\xe9\xaf\x85\xe9\xaf\x86\xe9\xaf\x87\xe9\xaf\x88\xe9\xaf\x89\xe9\xaf\x8a\xe9\xaf\x8b\xe9\xaf\x8c\xe9\xaf\x8d\xe9\xaf\x8e\xe9\xaf\x8f\xe9\xaf\x90\xe9\xaf\x91\xe9\xaf\x92\xe9\xaf\x93\xe9\xaf\x94\xe9\xaf\x95\xe9\xaf\x96\xe9\xaf\x97\xe9\xaf\x98\xe9\xaf\x99\xe9\xaf\x9a\xe9\xaf\x9b\xe9\xaf\x9c\xe9\xaf\x9d\xe9\xaf\x9e\xe9\xaf\x9f\xe9\xaf\xa0\xe9\xaf\xa1\xe9\xaf\xa2\xe9\xaf\xa3\xe9\xaf\xa4\xe9\xaf\xa5\xe9\xaf\xa6\xe9\xaf\xa7\xe9\xaf\xa8\xe9\xaf\xa9\xe9\xaf\xaa\xe9\xaf\xab\xe9\xaf\xac\xe9\xaf\xad\xe9\xaf\xae\xe9\xaf\xaf\xe9\xaf\xb0\xe9\xaf\xb1\xe9\xaf\xb2\xe9\xaf\xb3\xe9\xaf\xb4\xe9\xaf\xb5\xe9\xaf\xb6\xe9\xaf\xb7\xe9\xaf\xb8\xe9\xaf\xb9\xe9\xaf\xba\xe9\xaf\xbb\xe9\xaf\xbc\xe9\xaf\xbd\xe9\xaf\xbe\xe9\xaf\xbf\xe9\xb0\x80\xe9\xb0\x81\xe9\xb0\x82\xe9\xb0\x83\xe9\xb0\x84\xe9\xb0\x85\xe9\xb0\x86\xe9\xb0\x87\xe9\xb0\x88\xe9\xb0\x89\xe9\xb0\x8a\xe9\xb0\x8b\xe9\xb0\x8c\xe9\xb0\x8d\xe9\xb0\x8e\xe9\xb0\x8f\xe9\xb0\x90\xe9\xb0\x91\xe9\xb0\x92\xe9\xb0\x93\xe9\xb0\x94\xe9\xb0\x95\xe9\xb0\x96\xe9\xb0\x97\xe9\xb0\x98\xe9\xb0\x99\xe9\xb0\x9a\xe9\xb0\x9b\xe9\xb0\x9c\xe9\xb0\x9d\xe9\xb0\x9e\xe9\xb0\x9f\xe9\xb0\xa0\xe9\xb0\xa1\xe9\xb0\xa2\xe9\xb0\xa3\xe9\xb0\xa4\xe9\xb0\xa5\xe9\xb0\xa6\xe9\xb0\xa7\xe9\xb0\xa8\xe9\xb0\xa9\xe9\xb0\xaa\xe9\xb0\xab\xe9\xb0\xac\xe9\xb0\xad\xe9\xb0\xae\xe9\xb0\xaf\xe9\xb0\xb0\xe9\xb0\xb1\xe9\xb0\xb2\xe9\xb0\xb3\xe9\xb0\xb4\xe9\xb0\xb5\xe9\xb0\xb6\xe9\xb0\xb7\xe9\xb0\xb8\xe9\xb0\xb9\xe9\xb0\xba\xe9\xb0\xbb\xe9\xb0\xbc\xe9\xb0\xbd\xe9\xb0\xbe\xe9\xb0\xbf\xe9\xb1\x80\xe9\xb1\x81\xe9\xb1\x82\xe9\xb1\x83\xe9\xb1\x84\xe9\xb1\x85\xe9\xb1\x86\xe9\xb1\x87\xe9\xb1\x88\xe9\xb1\x89\xe9\xb1\x8a\xe9\xb1\x8b\xe9\xb1\x8c\xe9\xb1\x8d\xe9\xb1\x8e\xe9\xb1\x8f\xe9\xb1\x90\xe9\xb1\x91\xe9\xb1\x92\xe9\xb1\x93\xe9\xb1\x94\xe9\xb1\x95\xe9\xb1\x96\xe9\xb1\x97\xe9\xb1\x98\xe9\xb1\x99\xe9\xb1\x9a\xe9\xb1\x9b\xe9\xb1\x9c\xe9\xb1\x9d\xe9\xb1\x9e\xe9\xb1\x9f\xe9\xb1\xa0\xe9\xb1\xa1\xe9\xb1\xa2\xe9\xb1\xa3\xe9\xb1\xa4\xe9\xb1\xa5\xe9\xb1\xa6\xe9\xb1\xa7\xe9\xb1\xa8\xe9\xb1\xa9\xe9\xb1\xaa\xe9\xb1\xab\xe9\xb1\xac\xe9\xb1\xad\xe9\xb1\xae\xe9\xb1\xaf\xe9\xb1\xb0\xe9\xb1\xb1\xe9\xb1\xb2\xe9\xb1\xb3\xe9\xb1\xb4\xe9\xb1\xb5\xe9\xb1\xb6\xe9\xb1\xb7\xe9\xb1\xb8\xe9\xb1\xb9\xe9\xb1\xba\xe9\xb1\xbb\xe9\xb1\xbc\xe9\xb1\xbd\xe9\xb1\xbe\xe9\xb1\xbf\xe9\xb2\x80\xe9\xb2\x81\xe9\xb2\x82\xe9\xb2\x83\xe9\xb2\x84\xe9\xb2\x85\xe9\xb2\x86\xe9\xb2\x87\xe9\xb2\x88\xe9\xb2\x89\xe9\xb2\x8a\xe9\xb2\x8b\xe9\xb2\x8c\xe9\xb2\x8d\xe9\xb2\x8e\xe9\xb2\x8f\xe9\xb2\x90\xe9\xb2\x91\xe9\xb2\x92\xe9\xb2\x93\xe9\xb2\x94\xe9\xb2\x95\xe9\xb2\x96\xe9\xb2\x97\xe9\xb2\x98\xe9\xb2\x99\xe9\xb2\x9a\xe9\xb2\x9b\xe9\xb2\x9c\xe9\xb2\x9d\xe9\xb2\x9e\xe9\xb2\x9f\xe9\xb2\xa0\xe9\xb2\xa1\xe9\xb2\xa2\xe9\xb2\xa3\xe9\xb2\xa4\xe9\xb2\xa5\xe9\xb2\xa6\xe9\xb2\xa7\xe9\xb2\xa8\xe9\xb2\xa9\xe9\xb2\xaa\xe9\xb2\xab\xe9\xb2\xac\xe9\xb2\xad\xe9\xb2\xae\xe9\xb2\xaf\xe9\xb2\xb0\xe9\xb2\xb1\xe9\xb2\xb2\xe9\xb2\xb3\xe9\xb2\xb4\xe9\xb2\xb5\xe9\xb2\xb6\xe9\xb2\xb7\xe9\xb2\xb8\xe9\xb2\xb9\xe9\xb2\xba\xe9\xb2\xbb\xe9\xb2\xbc\xe9\xb2\xbd\xe9\xb2\xbe\xe9\xb2\xbf\xe9\xb3\x80\xe9\xb3\x81\xe9\xb3\x82\xe9\xb3\x83\xe9\xb3\x84\xe9\xb3\x85\xe9\xb3\x86\xe9\xb3\x87\xe9\xb3\x88\xe9\xb3\x89\xe9\xb3\x8a\xe9\xb3\x8b\xe9\xb3\x8c\xe9\xb3\x8d\xe9\xb3\x8e\xe9\xb3\x8f\xe9\xb3\x90\xe9\xb3\x91\xe9\xb3\x92\xe9\xb3\x93\xe9\xb3\x94\xe9\xb3\x95\xe9\xb3\x96\xe9\xb3\x97\xe9\xb3\x98\xe9\xb3\x99\xe9\xb3\x9a\xe9\xb3\x9b\xe9\xb3\x9c\xe9\xb3\x9d\xe9\xb3\x9e\xe9\xb3\x9f\xe9\xb3\xa0\xe9\xb3\xa1\xe9\xb3\xa2\xe9\xb3\xa3\xe9\xb3\xa4\xe9\xb3\xa5\xe9\xb3\xa6\xe9\xb3\xa7\xe9\xb3\xa8\xe9\xb3\xa9\xe9\xb3\xaa\xe9\xb3\xab\xe9\xb3\xac\xe9\xb3\xad\xe9\xb3\xae\xe9\xb3\xaf\xe9\xb3\xb0\xe9\xb3\xb1\xe9\xb3\xb2\xe9\xb3\xb3\xe9\xb3\xb4\xe9\xb3\xb5\xe9\xb3\xb6\xe9\xb3\xb7\xe9\xb3\xb8\xe9\xb3\xb9\xe9\xb3\xba\xe9\xb3\xbb\xe9\xb3\xbc\xe9\xb3\xbd\xe9\xb3\xbe\xe9\xb3\xbf\xe9\xb4\x80\xe9\xb4\x81\xe9\xb4\x82\xe9\xb4\x83\xe9\xb4\x84\xe9\xb4\x85\xe9\xb4\x86\xe9\xb4\x87\xe9\xb4\x88\xe9\xb4\x89\xe9\xb4\x8a\xe9\xb4\x8b\xe9\xb4\x8c\xe9\xb4\x8d\xe9\xb4\x8e\xe9\xb4\x8f\xe9\xb4\x90\xe9\xb4\x91\xe9\xb4\x92\xe9\xb4\x93\xe9\xb4\x94\xe9\xb4\x95\xe9\xb4\x96\xe9\xb4\x97\xe9\xb4\x98\xe9\xb4\x99\xe9\xb4\x9a\xe9\xb4\x9b\xe9\xb4\x9c\xe9\xb4\x9d\xe9\xb4\x9e\xe9\xb4\x9f\xe9\xb4\xa0\xe9\xb4\xa1\xe9\xb4\xa2\xe9\xb4\xa3\xe9\xb4\xa4\xe9\xb4\xa5\xe9\xb4\xa6\xe9\xb4\xa7\xe9\xb4\xa8\xe9\xb4\xa9\xe9\xb4\xaa\xe9\xb4\xab\xe9\xb4\xac\xe9\xb4\xad\xe9\xb4\xae\xe9\xb4\xaf\xe9\xb4\xb0\xe9\xb4\xb1\xe9\xb4\xb2\xe9\xb4\xb3\xe9\xb4\xb4\xe9\xb4\xb5\xe9\xb4\xb6\xe9\xb4\xb7\xe9\xb4\xb8\xe9\xb4\xb9\xe9\xb4\xba\xe9\xb4\xbb\xe9\xb4\xbc\xe9\xb4\xbd\xe9\xb4\xbe\xe9\xb4\xbf\xe9\xb5\x80\xe9\xb5\x81\xe9\xb5\x82\xe9\xb5\x83\xe9\xb5\x84\xe9\xb5\x85\xe9\xb5\x86\xe9\xb5\x87\xe9\xb5\x88\xe9\xb5\x89\xe9\xb5\x8a\xe9\xb5\x8b\xe9\xb5\x8c\xe9\xb5\x8d\xe9\xb5\x8e\xe9\xb5\x8f\xe9\xb5\x90\xe9\xb5\x91\xe9\xb5\x92\xe9\xb5\x93\xe9\xb5\x94\xe9\xb5\x95\xe9\xb5\x96\xe9\xb5\x97\xe9\xb5\x98\xe9\xb5\x99\xe9\xb5\x9a\xe9\xb5\x9b\xe9\xb5\x9c\xe9\xb5\x9d\xe9\xb5\x9e\xe9\xb5\x9f\xe9\xb5\xa0\xe9\xb5\xa1\xe9\xb5\xa2\xe9\xb5\xa3\xe9\xb5\xa4\xe9\xb5\xa5\xe9\xb5\xa6\xe9\xb5\xa7\xe9\xb5\xa8\xe9\xb5\xa9\xe9\xb5\xaa\xe9\xb5\xab\xe9\xb5\xac\xe9\xb5\xad\xe9\xb5\xae\xe9\xb5\xaf\xe9\xb5\xb0\xe9\xb5\xb1\xe9\xb5\xb2\xe9\xb5\xb3\xe9\xb5\xb4\xe9\xb5\xb5\xe9\xb5\xb6\xe9\xb5\xb7\xe9\xb5\xb8\xe9\xb5\xb9\xe9\xb5\xba\xe9\xb5\xbb\xe9\xb5\xbc\xe9\xb5\xbd\xe9\xb5\xbe\xe9\xb5\xbf\xe9\xb6\x80\xe9\xb6\x81\xe9\xb6\x82\xe9\xb6\x83\xe9\xb6\x84\xe9\xb6\x85\xe9\xb6\x86\xe9\xb6\x87\xe9\xb6\x88\xe9\xb6\x89\xe9\xb6\x8a\xe9\xb6\x8b\xe9\xb6\x8c\xe9\xb6\x8d\xe9\xb6\x8e\xe9\xb6\x8f\xe9\xb6\x90\xe9\xb6\x91\xe9\xb6\x92\xe9\xb6\x93\xe9\xb6\x94\xe9\xb6\x95\xe9\xb6\x96\xe9\xb6\x97\xe9\xb6\x98\xe9\xb6\x99\xe9\xb6\x9a\xe9\xb6\x9b\xe9\xb6\x9c\xe9\xb6\x9d\xe9\xb6\x9e\xe9\xb6\x9f\xe9\xb6\xa0\xe9\xb6\xa1\xe9\xb6\xa2\xe9\xb6\xa3\xe9\xb6\xa4\xe9\xb6\xa5\xe9\xb6\xa6\xe9\xb6\xa7\xe9\xb6\xa8\xe9\xb6\xa9\xe9\xb6\xaa\xe9\xb6\xab\xe9\xb6\xac\xe9\xb6\xad\xe9\xb6\xae\xe9\xb6\xaf\xe9\xb6\xb0\xe9\xb6\xb1\xe9\xb6\xb2\xe9\xb6\xb3\xe9\xb6\xb4\xe9\xb6\xb5\xe9\xb6\xb6\xe9\xb6\xb7\xe9\xb6\xb8\xe9\xb6\xb9\xe9\xb6\xba\xe9\xb6\xbb\xe9\xb6\xbc\xe9\xb6\xbd\xe9\xb6\xbe\xe9\xb6\xbf\xe9\xb7\x80\xe9\xb7\x81\xe9\xb7\x82\xe9\xb7\x83\xe9\xb7\x84\xe9\xb7\x85\xe9\xb7\x86\xe9\xb7\x87\xe9\xb7\x88\xe9\xb7\x89\xe9\xb7\x8a\xe9\xb7\x8b\xe9\xb7\x8c\xe9\xb7\x8d\xe9\xb7\x8e\xe9\xb7\x8f\xe9\xb7\x90\xe9\xb7\x91\xe9\xb7\x92\xe9\xb7\x93\xe9\xb7\x94\xe9\xb7\x95\xe9\xb7\x96\xe9\xb7\x97\xe9\xb7\x98\xe9\xb7\x99\xe9\xb7\x9a\xe9\xb7\x9b\xe9\xb7\x9c\xe9\xb7\x9d\xe9\xb7\x9e\xe9\xb7\x9f\xe9\xb7\xa0\xe9\xb7\xa1\xe9\xb7\xa2\xe9\xb7\xa3\xe9\xb7\xa4\xe9\xb7\xa5\xe9\xb7\xa6\xe9\xb7\xa7\xe9\xb7\xa8\xe9\xb7\xa9\xe9\xb7\xaa\xe9\xb7\xab\xe9\xb7\xac\xe9\xb7\xad\xe9\xb7\xae\xe9\xb7\xaf\xe9\xb7\xb0\xe9\xb7\xb1\xe9\xb7\xb2\xe9\xb7\xb3\xe9\xb7\xb4\xe9\xb7\xb5\xe9\xb7\xb6\xe9\xb7\xb7\xe9\xb7\xb8\xe9\xb7\xb9\xe9\xb7\xba\xe9\xb7\xbb\xe9\xb7\xbc\xe9\xb7\xbd\xe9\xb7\xbe\xe9\xb7\xbf\xe9\xb8\x80\xe9\xb8\x81\xe9\xb8\x82\xe9\xb8\x83\xe9\xb8\x84\xe9\xb8\x85\xe9\xb8\x86\xe9\xb8\x87\xe9\xb8\x88\xe9\xb8\x89\xe9\xb8\x8a\xe9\xb8\x8b\xe9\xb8\x8c\xe9\xb8\x8d\xe9\xb8\x8e\xe9\xb8\x8f\xe9\xb8\x90\xe9\xb8\x91\xe9\xb8\x92\xe9\xb8\x93\xe9\xb8\x94\xe9\xb8\x95\xe9\xb8\x96\xe9\xb8\x97\xe9\xb8\x98\xe9\xb8\x99\xe9\xb8\x9a\xe9\xb8\x9b\xe9\xb8\x9c\xe9\xb8\x9d\xe9\xb8\x9e\xe9\xb8\x9f\xe9\xb8\xa0\xe9\xb8\xa1\xe9\xb8\xa2\xe9\xb8\xa3\xe9\xb8\xa4\xe9\xb8\xa5\xe9\xb8\xa6\xe9\xb8\xa7\xe9\xb8\xa8\xe9\xb8\xa9\xe9\xb8\xaa\xe9\xb8\xab\xe9\xb8\xac\xe9\xb8\xad\xe9\xb8\xae\xe9\xb8\xaf\xe9\xb8\xb0\xe9\xb8\xb1\xe9\xb8\xb2\xe9\xb8\xb3\xe9\xb8\xb4\xe9\xb8\xb5\xe9\xb8\xb6\xe9\xb8\xb7\xe9\xb8\xb8\xe9\xb8\xb9\xe9\xb8\xba\xe9\xb8\xbb\xe9\xb8\xbc\xe9\xb8\xbd\xe9\xb8\xbe\xe9\xb8\xbf\xe9\xb9\x80\xe9\xb9\x81\xe9\xb9\x82\xe9\xb9\x83\xe9\xb9\x84\xe9\xb9\x85\xe9\xb9\x86\xe9\xb9\x87\xe9\xb9\x88\xe9\xb9\x89\xe9\xb9\x8a\xe9\xb9\x8b\xe9\xb9\x8c\xe9\xb9\x8d\xe9\xb9\x8e\xe9\xb9\x8f\xe9\xb9\x90\xe9\xb9\x91\xe9\xb9\x92\xe9\xb9\x93\xe9\xb9\x94\xe9\xb9\x95\xe9\xb9\x96\xe9\xb9\x97\xe9\xb9\x98\xe9\xb9\x99\xe9\xb9\x9a\xe9\xb9\x9b\xe9\xb9\x9c\xe9\xb9\x9d\xe9\xb9\x9e\xe9\xb9\x9f\xe9\xb9\xa0\xe9\xb9\xa1\xe9\xb9\xa2\xe9\xb9\xa3\xe9\xb9\xa4\xe9\xb9\xa5\xe9\xb9\xa6\xe9\xb9\xa7\xe9\xb9\xa8\xe9\xb9\xa9\xe9\xb9\xaa\xe9\xb9\xab\xe9\xb9\xac\xe9\xb9\xad\xe9\xb9\xae\xe9\xb9\xaf\xe9\xb9\xb0\xe9\xb9\xb1\xe9\xb9\xb2\xe9\xb9\xb3\xe9\xb9\xb4\xe9\xb9\xb5\xe9\xb9\xb6\xe9\xb9\xb7\xe9\xb9\xb8\xe9\xb9\xb9\xe9\xb9\xba\xe9\xb9\xbb\xe9\xb9\xbc\xe9\xb9\xbd\xe9\xb9\xbe\xe9\xb9\xbf\xe9\xba\x80\xe9\xba\x81\xe9\xba\x82\xe9\xba\x83\xe9\xba\x84\xe9\xba\x85\xe9\xba\x86\xe9\xba\x87\xe9\xba\x88\xe9\xba\x89\xe9\xba\x8a\xe9\xba\x8b\xe9\xba\x8c\xe9\xba\x8d\xe9\xba\x8e\xe9\xba\x8f\xe9\xba\x90\xe9\xba\x91\xe9\xba\x92\xe9\xba\x93\xe9\xba\x94\xe9\xba\x95\xe9\xba\x96\xe9\xba\x97\xe9\xba\x98\xe9\xba\x99\xe9\xba\x9a\xe9\xba\x9b\xe9\xba\x9c\xe9\xba\x9d\xe9\xba\x9e\xe9\xba\x9f\xe9\xba\xa0\xe9\xba\xa1\xe9\xba\xa2\xe9\xba\xa3\xe9\xba\xa4\xe9\xba\xa5\xe9\xba\xa6\xe9\xba\xa7\xe9\xba\xa8\xe9\xba\xa9\xe9\xba\xaa\xe9\xba\xab\xe9\xba\xac\xe9\xba\xad\xe9\xba\xae\xe9\xba\xaf\xe9\xba\xb0\xe9\xba\xb1\xe9\xba\xb2\xe9\xba\xb3\xe9\xba\xb4\xe9\xba\xb5\xe9\xba\xb6\xe9\xba\xb7\xe9\xba\xb8\xe9\xba\xb9\xe9\xba\xba\xe9\xba\xbb\xe9\xba\xbc\xe9\xba\xbd\xe9\xba\xbe\xe9\xba\xbf\xe9\xbb\x80\xe9\xbb\x81\xe9\xbb\x82\xe9\xbb\x83\xe9\xbb\x84\xe9\xbb\x85\xe9\xbb\x86\xe9\xbb\x87\xe9\xbb\x88\xe9\xbb\x89\xe9\xbb\x8a\xe9\xbb\x8b\xe9\xbb\x8c\xe9\xbb\x8d\xe9\xbb\x8e\xe9\xbb\x8f\xe9\xbb\x90\xe9\xbb\x91\xe9\xbb\x92\xe9\xbb\x93\xe9\xbb\x94\xe9\xbb\x95\xe9\xbb\x96\xe9\xbb\x97\xe9\xbb\x98\xe9\xbb\x99\xe9\xbb\x9a\xe9\xbb\x9b\xe9\xbb\x9c\xe9\xbb\x9d\xe9\xbb\x9e\xe9\xbb\x9f\xe9\xbb\xa0\xe9\xbb\xa1\xe9\xbb\xa2\xe9\xbb\xa3\xe9\xbb\xa4\xe9\xbb\xa5\xe9\xbb\xa6\xe9\xbb\xa7\xe9\xbb\xa8\xe9\xbb\xa9\xe9\xbb\xaa\xe9\xbb\xab\xe9\xbb\xac\xe9\xbb\xad\xe9\xbb\xae\xe9\xbb\xaf\xe9\xbb\xb0\xe9\xbb\xb1\xe9\xbb\xb2\xe9\xbb\xb3\xe9\xbb\xb4\xe9\xbb\xb5\xe9\xbb\xb6\xe9\xbb\xb7\xe9\xbb\xb8\xe9\xbb\xb9\xe9\xbb\xba\xe9\xbb\xbb\xe9\xbb\xbc\xe9\xbb\xbd\xe9\xbb\xbe\xe9\xbb\xbf\xe9\xbc\x80\xe9\xbc\x81\xe9\xbc\x82\xe9\xbc\x83\xe9\xbc\x84\xe9\xbc\x85\xe9\xbc\x86\xe9\xbc\x87\xe9\xbc\x88\xe9\xbc\x89\xe9\xbc\x8a\xe9\xbc\x8b\xe9\xbc\x8c\xe9\xbc\x8d\xe9\xbc\x8e\xe9\xbc\x8f\xe9\xbc\x90\xe9\xbc\x91\xe9\xbc\x92\xe9\xbc\x93\xe9\xbc\x94\xe9\xbc\x95\xe9\xbc\x96\xe9\xbc\x97\xe9\xbc\x98\xe9\xbc\x99\xe9\xbc\x9a\xe9\xbc\x9b\xe9\xbc\x9c\xe9\xbc\x9d\xe9\xbc\x9e\xe9\xbc\x9f\xe9\xbc\xa0\xe9\xbc\xa1\xe9\xbc\xa2\xe9\xbc\xa3\xe9\xbc\xa4\xe9\xbc\xa5\xe9\xbc\xa6\xe9\xbc\xa7\xe9\xbc\xa8\xe9\xbc\xa9\xe9\xbc\xaa\xe9\xbc\xab\xe9\xbc\xac\xe9\xbc\xad\xe9\xbc\xae\xe9\xbc\xaf\xe9\xbc\xb0\xe9\xbc\xb1\xe9\xbc\xb2\xe9\xbc\xb3\xe9\xbc\xb4\xe9\xbc\xb5\xe9\xbc\xb6\xe9\xbc\xb7\xe9\xbc\xb8\xe9\xbc\xb9\xe9\xbc\xba\xe9\xbc\xbb\xe9\xbc\xbc\xe9\xbc\xbd\xe9\xbc\xbe\xe9\xbc\xbf\xe9\xbd\x80\xe9\xbd\x81\xe9\xbd\x82\xe9\xbd\x83\xe9\xbd\x84\xe9\xbd\x85\xe9\xbd\x86\xe9\xbd\x87\xe9\xbd\x88\xe9\xbd\x89\xe9\xbd\x8a\xe9\xbd\x8b\xe9\xbd\x8c\xe9\xbd\x8d\xe9\xbd\x8e\xe9\xbd\x8f\xe9\xbd\x90\xe9\xbd\x91\xe9\xbd\x92\xe9\xbd\x93\xe9\xbd\x94\xe9\xbd\x95\xe9\xbd\x96\xe9\xbd\x97\xe9\xbd\x98\xe9\xbd\x99\xe9\xbd\x9a\xe9\xbd\x9b\xe9\xbd\x9c\xe9\xbd\x9d\xe9\xbd\x9e\xe9\xbd\x9f\xe9\xbd\xa0\xe9\xbd\xa1\xe9\xbd\xa2\xe9\xbd\xa3\xe9\xbd\xa4\xe9\xbd\xa5\xe9\xbd\xa6\xe9\xbd\xa7\xe9\xbd\xa8\xe9\xbd\xa9\xe9\xbd\xaa\xe9\xbd\xab\xe9\xbd\xac\xe9\xbd\xad\xe9\xbd\xae\xe9\xbd\xaf\xe9\xbd\xb0\xe9\xbd\xb1\xe9\xbd\xb2\xe9\xbd\xb3\xe9\xbd\xb4\xe9\xbd\xb5\xe9\xbd\xb6\xe9\xbd\xb7\xe9\xbd\xb8\xe9\xbd\xb9\xe9\xbd\xba\xe9\xbd\xbb\xe9\xbd\xbc\xe9\xbd\xbd\xe9\xbd\xbe\xe9\xbd\xbf\xe9\xbe\x80\xe9\xbe\x81\xe9\xbe\x82\xe9\xbe\x83\xe9\xbe\x84\xe9\xbe\x85\xe9\xbe\x86\xe9\xbe\x87\xe9\xbe\x88\xe9\xbe\x89\xe9\xbe\x8a\xe9\xbe\x8b\xe9\xbe\x8c\xe9\xbe\x8d\xe9\xbe\x8e\xe9\xbe\x8f\xe9\xbe\x90\xe9\xbe\x91\xe9\xbe\x92\xe9\xbe\x93\xe9\xbe\x94\xe9\xbe\x95\xe9\xbe\x96\xe9\xbe\x97\xe9\xbe\x98\xe9\xbe\x99\xe9\xbe\x9a\xe9\xbe\x9b\xe9\xbe\x9c\xe9\xbe\x9d\xe9\xbe\x9e\xe9\xbe\x9f\xe9\xbe\xa0\xe9\xbe\xa1\xe9\xbe\xa2\xe9\xbe\xa3\xe9\xbe\xa4\xe9\xbe\xa5\xe9\xbe\xa6\xe9\xbe\xa7\xe9\xbe\xa8\xe9\xbe\xa9\xe9\xbe\xaa\xe9\xbe\xab\xe9\xbe\xac\xe9\xbe\xad\xe9\xbe\xae\xe9\xbe\xaf\xe9\xbe\xb0\xe9\xbe\xb1\xe9\xbe\xb2\xe9\xbe\xb3\xe9\xbe\xb4\xe9\xbe\xb5\xe9\xbe\xb6\xe9\xbe\xb7\xe9\xbe\xb8\xe9\xbe\xb9\xe9\xbe\xba\xe9\xbe\xbb\xe9\xbe\xbc\xe9\xbe\xbd\xe9\xbe\xbe\xe9\xbe\xbf\xe9\xbf\x80\xe9\xbf\x81\xe9\xbf\x82\xe9\xbf\x83\xe9\xbf\x84\xe9\xbf\x85\xe9\xbf\x86\xe9\xbf\x87\xe9\xbf\x88\xe9\xbf\x89\xe9\xbf\x8a\xe9\xbf\x8b\xea\x92\x90\xea\x92\x91\xea\x92\x92\xea\x92\x93\xea\x92\x94\xea\x92\x95\xea\x92\x96\xea\x92\x97\xea\x92\x98\xea\x92\x99\xea\x92\x9a\xea\x92\x9b\xea\x92\x9c\xea\x92\x9d\xea\x92\x9e\xea\x92\x9f\xea\x92\xa0\xea\x92\xa1\xea\x92\xa2\xea\x92\xa3\xea\x92\xa4\xea\x92\xa5\xea\x92\xa6\xea\x92\xa7\xea\x92\xa8\xea\x92\xa9\xea\x92\xaa\xea\x92\xab\xea\x92\xac\xea\x92\xad\xea\x92\xae\xea\x92\xaf\xea\x92\xb0\xea\x92\xb1\xea\x92\xb2\xea\x92\xb3\xea\x92\xb4\xea\x92\xb5\xea\x92\xb6\xea\x92\xb7\xea\x92\xb8\xea\x92\xb9\xea\x92\xba\xea\x92\xbb\xea\x92\xbc\xea\x92\xbd\xea\x92\xbe\xea\x92\xbf\xea\x93\x80\xea\x93\x81\xea\x93\x82\xea\x93\x83\xea\x93\x84\xea\x93\x85\xea\x93\x86\xea\x93\xbe\xea\x93\xbf\xea\x98\x8d\xea\x98\x8e\xea\x98\x8f\xea\x98\xa0\xea\x98\xa1\xea\x98\xa2\xea\x98\xa3\xea\x98\xa4\xea\x98\xa5\xea\x98\xa6\xea\x98\xa7\xea\x98\xa8\xea\x98\xa9\xea\x99\xaf\xea\x99\xb0\xea\x99\xb1\xea\x99\xb2\xea\x99\xb3\xea\x99\xbc\xea\x99\xbd\xea\x99\xbe\xea\x9b\xa6\xea\x9b\xa7\xea\x9b\xa8\xea\x9b\xa9\xea\x9b\xaa\xea\x9b\xab\xea\x9b\xac\xea\x9b\xad\xea\x9b\xae\xea\x9b\xaf\xea\x9b\xb0\xea\x9b\xb1\xea\x9b\xb2\xea\x9b\xb3\xea\x9b\xb4\xea\x9b\xb5\xea\x9b\xb6\xea\x9b\xb7\xea\x9c\x80\xea\x9c\x81\xea\x9c\x82\xea\x9c\x83\xea\x9c\x84\xea\x9c\x85\xea\x9c\x86\xea\x9c\x87\xea\x9c\x88\xea\x9c\x89\xea\x9c\x8a\xea\x9c\x8b\xea\x9c\x8c\xea\x9c\x8d\xea\x9c\x8e\xea\x9c\x8f\xea\x9c\x90\xea\x9c\x91\xea\x9c\x92\xea\x9c\x93\xea\x9c\x94\xea\x9c\x95\xea\x9c\x96\xea\x9c\xa0\xea\x9c\xa1\xea\x9e\x89\xea\x9e\x8a\xea\xa0\x82\xea\xa0\x86\xea\xa0\x8b\xea\xa0\xa3\xea\xa0\xa4\xea\xa0\xa5\xea\xa0\xa6\xea\xa0\xa7\xea\xa0\xa8\xea\xa0\xa9\xea\xa0\xaa\xea\xa0\xab\xea\xa0\xb0\xea\xa0\xb1\xea\xa0\xb2\xea\xa0\xb3\xea\xa0\xb4\xea\xa0\xb5\xea\xa0\xb6\xea\xa0\xb7\xea\xa0\xb8\xea\xa0\xb9\xea\xa1\xb4\xea\xa1\xb5\xea\xa1\xb6\xea\xa1\xb7\xea\xa2\x80\xea\xa2\x81\xea\xa2\xb4\xea\xa2\xb5\xea\xa2\xb6\xea\xa2\xb7\xea\xa2\xb8\xea\xa2\xb9\xea\xa2\xba\xea\xa2\xbb\xea\xa2\xbc\xea\xa2\xbd\xea\xa2\xbe\xea\xa2\xbf\xea\xa3\x80\xea\xa3\x81\xea\xa3\x82\xea\xa3\x83\xea\xa3\x84\xea\xa3\x8e\xea\xa3\x8f\xea\xa3\x90\xea\xa3\x91\xea\xa3\x92\xea\xa3\x93\xea\xa3\x94\xea\xa3\x95\xea\xa3\x96\xea\xa3\x97\xea\xa3\x98\xea\xa3\x99\xea\xa3\xa0\xea\xa3\xa1\xea\xa3\xa2\xea\xa3\xa3\xea\xa3\xa4\xea\xa3\xa5\xea\xa3\xa6\xea\xa3\xa7\xea\xa3\xa8\xea\xa3\xa9\xea\xa3\xaa\xea\xa3\xab\xea\xa3\xac\xea\xa3\xad\xea\xa3\xae\xea\xa3\xaf\xea\xa3\xb0\xea\xa3\xb1\xea\xa3\xb8\xea\xa3\xb9\xea\xa3\xba\xea\xa4\x80\xea\xa4\x81\xea\xa4\x82\xea\xa4\x83\xea\xa4\x84\xea\xa4\x85\xea\xa4\x86\xea\xa4\x87\xea\xa4\x88\xea\xa4\x89\xea\xa4\xa6\xea\xa4\xa7\xea\xa4\xa8\xea\xa4\xa9\xea\xa4\xaa\xea\xa4\xab\xea\xa4\xac\xea\xa4\xad\xea\xa4\xae\xea\xa4\xaf\xea\xa5\x87\xea\xa5\x88\xea\xa5\x89\xea\xa5\x8a\xea\xa5\x8b\xea\xa5\x8c\xea\xa5\x8d\xea\xa5\x8e\xea\xa5\x8f\xea\xa5\x90\xea\xa5\x91\xea\xa5\x92\xea\xa5\x93\xea\xa5\x9f\xea\xa6\x80\xea\xa6\x81\xea\xa6\x82\xea\xa6\x83\xea\xa6\xb3\xea\xa6\xb4\xea\xa6\xb5\xea\xa6\xb6\xea\xa6\xb7\xea\xa6\xb8\xea\xa6\xb9\xea\xa6\xba\xea\xa6\xbb\xea\xa6\xbc\xea\xa6\xbd\xea\xa6\xbe\xea\xa6\xbf\xea\xa7\x80\xea\xa7\x81\xea\xa7\x82\xea\xa7\x83\xea\xa7\x84\xea\xa7\x85\xea\xa7\x86\xea\xa7\x87\xea\xa7\x88\xea\xa7\x89\xea\xa7\x8a\xea\xa7\x8b\xea\xa7\x8c\xea\xa7\x8d\xea\xa7\x90\xea\xa7\x91\xea\xa7\x92\xea\xa7\x93\xea\xa7\x94\xea\xa7\x95\xea\xa7\x96\xea\xa7\x97\xea\xa7\x98\xea\xa7\x99\xea\xa7\x9e\xea\xa7\x9f\xea\xa8\xa9\xea\xa8\xaa\xea\xa8\xab\xea\xa8\xac\xea\xa8\xad\xea\xa8\xae\xea\xa8\xaf\xea\xa8\xb0\xea\xa8\xb1\xea\xa8\xb2\xea\xa8\xb3\xea\xa8\xb4\xea\xa8\xb5\xea\xa8\xb6\xea\xa9\x83\xea\xa9\x8c\xea\xa9\x8d\xea\xa9\x90\xea\xa9\x91\xea\xa9\x92\xea\xa9\x93\xea\xa9\x94\xea\xa9\x95\xea\xa9\x96\xea\xa9\x97\xea\xa9\x98\xea\xa9\x99\xea\xa9\x9c\xea\xa9\x9d\xea\xa9\x9e\xea\xa9\x9f\xea\xa9\xb7\xea\xa9\xb8\xea\xa9\xb9\xea\xa9\xbb\xea\xaa\xb0\xea\xaa\xb2\xea\xaa\xb3\xea\xaa\xb4\xea\xaa\xb7\xea\xaa\xb8\xea\xaa\xbe\xea\xaa\xbf\xea\xab\x81\xea\xab\x9e\xea\xab\x9f\xea\xaf\xa3\xea\xaf\xa4\xea\xaf\xa5\xea\xaf\xa6\xea\xaf\xa7\xea\xaf\xa8\xea\xaf\xa9\xea\xaf\xaa\xea\xaf\xab\xea\xaf\xac\xea\xaf\xad\xea\xaf\xb0\xea\xaf\xb1\xea\xaf\xb2\xea\xaf\xb3\xea\xaf\xb4\xea\xaf\xb5\xea\xaf\xb6\xea\xaf\xb7\xea\xaf\xb8\xea\xaf\xb9\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xee\x80\x80\xee\x80\x81\xee\x80\x82\xee\x80\x83\xee\x80\x84\xee\x80\x85\xee\x80\x86\xee\x80\x87\xee\x80\x88\xee\x80\x89\xee\x80\x8a\xee\x80\x8b\xee\x80\x8c\xee\x80\x8d\xee\x80\x8e\xee\x80\x8f\xee\x80\x90\xee\x80\x91\xee\x80\x92\xee\x80\x93\xee\x80\x94\xee\x80\x95\xee\x80\x96\xee\x80\x97\xee\x80\x98\xee\x80\x99\xee\x80\x9a\xee\x80\x9b\xee\x80\x9c\xee\x80\x9d\xee\x80\x9e\xee\x80\x9f\xee\x80\xa0\xee\x80\xa1\xee\x80\xa2\xee\x80\xa3\xee\x80\xa4\xee\x80\xa5\xee\x80\xa6\xee\x80\xa7\xee\x80\xa8\xee\x80\xa9\xee\x80\xaa\xee\x80\xab\xee\x80\xac\xee\x80\xad\xee\x80\xae\xee\x80\xaf\xee\x80\xb0\xee\x80\xb1\xee\x80\xb2\xee\x80\xb3\xee\x80\xb4\xee\x80\xb5\xee\x80\xb6\xee\x80\xb7\xee\x80\xb8\xee\x80\xb9\xee\x80\xba\xee\x80\xbb\xee\x80\xbc\xee\x80\xbd\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\x8d\xee\x81\x8e\xee\x81\x8f\xee\x81\x90\xee\x81\x91\xee\x81\x92\xee\x81\x93\xee\x81\x94\xee\x81\x95\xee\x81\x96\xee\x81\x97\xee\x81\x98\xee\x81\x99\xee\x81\x9a\xee\x81\x9b\xee\x81\x9c\xee\x81\x9d\xee\x81\x9e\xee\x81\x9f\xee\x81\xa0\xee\x81\xa1\xee\x81\xa2\xee\x81\xa3\xee\x81\xa4\xee\x81\xa5\xee\x81\xa6\xee\x81\xa7\xee\x81\xa8\xee\x81\xa9\xee\x81\xaa\xee\x81\xab\xee\x81\xac\xee\x81\xad\xee\x81\xae\xee\x81\xaf\xee\x81\xb0\xee\x81\xb1\xee\x81\xb2\xee\x81\xb3\xee\x81\xb4\xee\x81\xb5\xee\x81\xb6\xee\x81\xb7\xee\x81\xb8\xee\x81\xb9\xee\x81\xba\xee\x81\xbb\xee\x81\xbc\xee\x81\xbd\xee\x81\xbe\xee\x81\xbf\xee\x82\x80\xee\x82\x81\xee\x82\x82\xee\x82\x83\xee\x82\x84\xee\x82\x85\xee\x82\x86\xee\x82\x87\xee\x82\x88\xee\x82\x89\xee\x82\x8a\xee\x82\x8b\xee\x82\x8c\xee\x82\x8d\xee\x82\x8e\xee\x82\x8f\xee\x82\x90\xee\x82\x91\xee\x82\x92\xee\x82\x93\xee\x82\x94\xee\x82\x95\xee\x82\x96\xee\x82\x97\xee\x82\x98\xee\x82\x99\xee\x82\x9a\xee\x82\x9b\xee\x82\x9c\xee\x82\x9d\xee\x82\x9e\xee\x82\x9f\xee\x82\xa0\xee\x82\xa1\xee\x82\xa2\xee\x82\xa3\xee\x82\xa4\xee\x82\xa5\xee\x82\xa6\xee\x82\xa7\xee\x82\xa8\xee\x82\xa9\xee\x82\xaa\xee\x82\xab\xee\x82\xac\xee\x82\xad\xee\x82\xae\xee\x82\xaf\xee\x82\xb0\xee\x82\xb1\xee\x82\xb2\xee\x82\xb3\xee\x82\xb4\xee\x82\xb5\xee\x82\xb6\xee\x82\xb7\xee\x82\xb8\xee\x82\xb9\xee\x82\xba\xee\x82\xbb\xee\x82\xbc\xee\x82\xbd\xee\x82\xbe\xee\x82\xbf\xee\x83\x80\xee\x83\x81\xee\x83\x82\xee\x83\x83\xee\x83\x84\xee\x83\x85\xee\x83\x86\xee\x83\x87\xee\x83\x88\xee\x83\x89\xee\x83\x8a\xee\x83\x8b\xee\x83\x8c\xee\x83\x8d\xee\x83\x8e\xee\x83\x8f\xee\x83\x90\xee\x83\x91\xee\x83\x92\xee\x83\x93\xee\x83\x94\xee\x83\x95\xee\x83\x96\xee\x83\x97\xee\x83\x98\xee\x83\x99\xee\x83\x9a\xee\x83\x9b\xee\x83\x9c\xee\x83\x9d\xee\x83\x9e\xee\x83\x9f\xee\x83\xa0\xee\x83\xa1\xee\x83\xa2\xee\x83\xa3\xee\x83\xa4\xee\x83\xa5\xee\x83\xa6\xee\x83\xa7\xee\x83\xa8\xee\x83\xa9\xee\x83\xaa\xee\x83\xab\xee\x83\xac\xee\x83\xad\xee\x83\xae\xee\x83\xaf\xee\x83\xb0\xee\x83\xb1\xee\x83\xb2\xee\x83\xb3\xee\x83\xb4\xee\x83\xb5\xee\x83\xb6\xee\x83\xb7\xee\x83\xb8\xee\x83\xb9\xee\x83\xba\xee\x83\xbb\xee\x83\xbc\xee\x83\xbd\xee\x83\xbe\xee\x83\xbf\xee\x84\x80\xee\x84\x81\xee\x84\x82\xee\x84\x83\xee\x84\x84\xee\x84\x85\xee\x84\x86\xee\x84\x87\xee\x84\x88\xee\x84\x89\xee\x84\x8a\xee\x84\x8b\xee\x84\x8c\xee\x84\x8d\xee\x84\x8e\xee\x84\x8f\xee\x84\x90\xee\x84\x91\xee\x84\x92\xee\x84\x93\xee\x84\x94\xee\x84\x95\xee\x84\x96\xee\x84\x97\xee\x84\x98\xee\x84\x99\xee\x84\x9a\xee\x84\x9b\xee\x84\x9c\xee\x84\x9d\xee\x84\x9e\xee\x84\x9f\xee\x84\xa0\xee\x84\xa1\xee\x84\xa2\xee\x84\xa3\xee\x84\xa4\xee\x84\xa5\xee\x84\xa6\xee\x84\xa7\xee\x84\xa8\xee\x84\xa9\xee\x84\xaa\xee\x84\xab\xee\x84\xac\xee\x84\xad\xee\x84\xae\xee\x84\xaf\xee\x84\xb0\xee\x84\xb1\xee\x84\xb2\xee\x84\xb3\xee\x84\xb4\xee\x84\xb5\xee\x84\xb6\xee\x84\xb7\xee\x84\xb8\xee\x84\xb9\xee\x84\xba\xee\x84\xbb\xee\x84\xbc\xee\x84\xbd\xee\x84\xbe\xee\x84\xbf\xee\x85\x80\xee\x85\x81\xee\x85\x82\xee\x85\x83\xee\x85\x84\xee\x85\x85\xee\x85\x86\xee\x85\x87\xee\x85\x88\xee\x85\x89\xee\x85\x8a\xee\x85\x8b\xee\x85\x8c\xee\x85\x8d\xee\x85\x8e\xee\x85\x8f\xee\x85\x90\xee\x85\x91\xee\x85\x92\xee\x85\x93\xee\x85\x94\xee\x85\x95\xee\x85\x96\xee\x85\x97\xee\x85\x98\xee\x85\x99\xee\x85\x9a\xee\x85\x9b\xee\x85\x9c\xee\x85\x9d\xee\x85\x9e\xee\x85\x9f\xee\x85\xa0\xee\x85\xa1\xee\x85\xa2\xee\x85\xa3\xee\x85\xa4\xee\x85\xa5\xee\x85\xa6\xee\x85\xa7\xee\x85\xa8\xee\x85\xa9\xee\x85\xaa\xee\x85\xab\xee\x85\xac\xee\x85\xad\xee\x85\xae\xee\x85\xaf\xee\x85\xb0\xee\x85\xb1\xee\x85\xb2\xee\x85\xb3\xee\x85\xb4\xee\x85\xb5\xee\x85\xb6\xee\x85\xb7\xee\x85\xb8\xee\x85\xb9\xee\x85\xba\xee\x85\xbb\xee\x85\xbc\xee\x85\xbd\xee\x85\xbe\xee\x85\xbf\xee\x86\x80\xee\x86\x81\xee\x86\x82\xee\x86\x83\xee\x86\x84\xee\x86\x85\xee\x86\x86\xee\x86\x87\xee\x86\x88\xee\x86\x89\xee\x86\x8a\xee\x86\x8b\xee\x86\x8c\xee\x86\x8d\xee\x86\x8e\xee\x86\x8f\xee\x86\x90\xee\x86\x91\xee\x86\x92\xee\x86\x93\xee\x86\x94\xee\x86\x95\xee\x86\x96\xee\x86\x97\xee\x86\x98\xee\x86\x99\xee\x86\x9a\xee\x86\x9b\xee\x86\x9c\xee\x86\x9d\xee\x86\x9e\xee\x86\x9f\xee\x86\xa0\xee\x86\xa1\xee\x86\xa2\xee\x86\xa3\xee\x86\xa4\xee\x86\xa5\xee\x86\xa6\xee\x86\xa7\xee\x86\xa8\xee\x86\xa9\xee\x86\xaa\xee\x86\xab\xee\x86\xac\xee\x86\xad\xee\x86\xae\xee\x86\xaf\xee\x86\xb0\xee\x86\xb1\xee\x86\xb2\xee\x86\xb3\xee\x86\xb4\xee\x86\xb5\xee\x86\xb6\xee\x86\xb7\xee\x86\xb8\xee\x86\xb9\xee\x86\xba\xee\x86\xbb\xee\x86\xbc\xee\x86\xbd\xee\x86\xbe\xee\x86\xbf\xee\x87\x80\xee\x87\x81\xee\x87\x82\xee\x87\x83\xee\x87\x84\xee\x87\x85\xee\x87\x86\xee\x87\x87\xee\x87\x88\xee\x87\x89\xee\x87\x8a\xee\x87\x8b\xee\x87\x8c\xee\x87\x8d\xee\x87\x8e\xee\x87\x8f\xee\x87\x90\xee\x87\x91\xee\x87\x92\xee\x87\x93\xee\x87\x94\xee\x87\x95\xee\x87\x96\xee\x87\x97\xee\x87\x98\xee\x87\x99\xee\x87\x9a\xee\x87\x9b\xee\x87\x9c\xee\x87\x9d\xee\x87\x9e\xee\x87\x9f\xee\x87\xa0\xee\x87\xa1\xee\x87\xa2\xee\x87\xa3\xee\x87\xa4\xee\x87\xa5\xee\x87\xa6\xee\x87\xa7\xee\x87\xa8\xee\x87\xa9\xee\x87\xaa\xee\x87\xab\xee\x87\xac\xee\x87\xad\xee\x87\xae\xee\x87\xaf\xee\x87\xb0\xee\x87\xb1\xee\x87\xb2\xee\x87\xb3\xee\x87\xb4\xee\x87\xb5\xee\x87\xb6\xee\x87\xb7\xee\x87\xb8\xee\x87\xb9\xee\x87\xba\xee\x87\xbb\xee\x87\xbc\xee\x87\xbd\xee\x87\xbe\xee\x87\xbf\xee\x88\x80\xee\x88\x81\xee\x88\x82\xee\x88\x83\xee\x88\x84\xee\x88\x85\xee\x88\x86\xee\x88\x87\xee\x88\x88\xee\x88\x89\xee\x88\x8a\xee\x88\x8b\xee\x88\x8c\xee\x88\x8d\xee\x88\x8e\xee\x88\x8f\xee\x88\x90\xee\x88\x91\xee\x88\x92\xee\x88\x93\xee\x88\x94\xee\x88\x95\xee\x88\x96\xee\x88\x97\xee\x88\x98\xee\x88\x99\xee\x88\x9a\xee\x88\x9b\xee\x88\x9c\xee\x88\x9d\xee\x88\x9e\xee\x88\x9f\xee\x88\xa0\xee\x88\xa1\xee\x88\xa2\xee\x88\xa3\xee\x88\xa4\xee\x88\xa5\xee\x88\xa6\xee\x88\xa7\xee\x88\xa8\xee\x88\xa9\xee\x88\xaa\xee\x88\xab\xee\x88\xac\xee\x88\xad\xee\x88\xae\xee\x88\xaf\xee\x88\xb0\xee\x88\xb1\xee\x88\xb2\xee\x88\xb3\xee\x88\xb4\xee\x88\xb5\xee\x88\xb6\xee\x88\xb7\xee\x88\xb8\xee\x88\xb9\xee\x88\xba\xee\x88\xbb\xee\x88\xbc\xee\x88\xbd\xee\x88\xbe\xee\x88\xbf\xee\x89\x80\xee\x89\x81\xee\x89\x82\xee\x89\x83\xee\x89\x84\xee\x89\x85\xee\x89\x86\xee\x89\x87\xee\x89\x88\xee\x89\x89\xee\x89\x8a\xee\x89\x8b\xee\x89\x8c\xee\x89\x8d\xee\x89\x8e\xee\x89\x8f\xee\x89\x90\xee\x89\x91\xee\x89\x92\xee\x89\x93\xee\x89\x94\xee\x89\x95\xee\x89\x96\xee\x89\x97\xee\x89\x98\xee\x89\x99\xee\x89\x9a\xee\x89\x9b\xee\x89\x9c\xee\x89\x9d\xee\x89\x9e\xee\x89\x9f\xee\x89\xa0\xee\x89\xa1\xee\x89\xa2\xee\x89\xa3\xee\x89\xa4\xee\x89\xa5\xee\x89\xa6\xee\x89\xa7\xee\x89\xa8\xee\x89\xa9\xee\x89\xaa\xee\x89\xab\xee\x89\xac\xee\x89\xad\xee\x89\xae\xee\x89\xaf\xee\x89\xb0\xee\x89\xb1\xee\x89\xb2\xee\x89\xb3\xee\x89\xb4\xee\x89\xb5\xee\x89\xb6\xee\x89\xb7\xee\x89\xb8\xee\x89\xb9\xee\x89\xba\xee\x89\xbb\xee\x89\xbc\xee\x89\xbd\xee\x89\xbe\xee\x89\xbf\xee\x8a\x80\xee\x8a\x81\xee\x8a\x82\xee\x8a\x83\xee\x8a\x84\xee\x8a\x85\xee\x8a\x86\xee\x8a\x87\xee\x8a\x88\xee\x8a\x89\xee\x8a\x8a\xee\x8a\x8b\xee\x8a\x8c\xee\x8a\x8d\xee\x8a\x8e\xee\x8a\x8f\xee\x8a\x90\xee\x8a\x91\xee\x8a\x92\xee\x8a\x93\xee\x8a\x94\xee\x8a\x95\xee\x8a\x96\xee\x8a\x97\xee\x8a\x98\xee\x8a\x99\xee\x8a\x9a\xee\x8a\x9b\xee\x8a\x9c\xee\x8a\x9d\xee\x8a\x9e\xee\x8a\x9f\xee\x8a\xa0\xee\x8a\xa1\xee\x8a\xa2\xee\x8a\xa3\xee\x8a\xa4\xee\x8a\xa5\xee\x8a\xa6\xee\x8a\xa7\xee\x8a\xa8\xee\x8a\xa9\xee\x8a\xaa\xee\x8a\xab\xee\x8a\xac\xee\x8a\xad\xee\x8a\xae\xee\x8a\xaf\xee\x8a\xb0\xee\x8a\xb1\xee\x8a\xb2\xee\x8a\xb3\xee\x8a\xb4\xee\x8a\xb5\xee\x8a\xb6\xee\x8a\xb7\xee\x8a\xb8\xee\x8a\xb9\xee\x8a\xba\xee\x8a\xbb\xee\x8a\xbc\xee\x8a\xbd\xee\x8a\xbe\xee\x8a\xbf\xee\x8b\x80\xee\x8b\x81\xee\x8b\x82\xee\x8b\x83\xee\x8b\x84\xee\x8b\x85\xee\x8b\x86\xee\x8b\x87\xee\x8b\x88\xee\x8b\x89\xee\x8b\x8a\xee\x8b\x8b\xee\x8b\x8c\xee\x8b\x8d\xee\x8b\x8e\xee\x8b\x8f\xee\x8b\x90\xee\x8b\x91\xee\x8b\x92\xee\x8b\x93\xee\x8b\x94\xee\x8b\x95\xee\x8b\x96\xee\x8b\x97\xee\x8b\x98\xee\x8b\x99\xee\x8b\x9a\xee\x8b\x9b\xee\x8b\x9c\xee\x8b\x9d\xee\x8b\x9e\xee\x8b\x9f\xee\x8b\xa0\xee\x8b\xa1\xee\x8b\xa2\xee\x8b\xa3\xee\x8b\xa4\xee\x8b\xa5\xee\x8b\xa6\xee\x8b\xa7\xee\x8b\xa8\xee\x8b\xa9\xee\x8b\xaa\xee\x8b\xab\xee\x8b\xac\xee\x8b\xad\xee\x8b\xae\xee\x8b\xaf\xee\x8b\xb0\xee\x8b\xb1\xee\x8b\xb2\xee\x8b\xb3\xee\x8b\xb4\xee\x8b\xb5\xee\x8b\xb6\xee\x8b\xb7\xee\x8b\xb8\xee\x8b\xb9\xee\x8b\xba\xee\x8b\xbb\xee\x8b\xbc\xee\x8b\xbd\xee\x8b\xbe\xee\x8b\xbf\xee\x8c\x80\xee\x8c\x81\xee\x8c\x82\xee\x8c\x83\xee\x8c\x84\xee\x8c\x85\xee\x8c\x86\xee\x8c\x87\xee\x8c\x88\xee\x8c\x89\xee\x8c\x8a\xee\x8c\x8b\xee\x8c\x8c\xee\x8c\x8d\xee\x8c\x8e\xee\x8c\x8f\xee\x8c\x90\xee\x8c\x91\xee\x8c\x92\xee\x8c\x93\xee\x8c\x94\xee\x8c\x95\xee\x8c\x96\xee\x8c\x97\xee\x8c\x98\xee\x8c\x99\xee\x8c\x9a\xee\x8c\x9b\xee\x8c\x9c\xee\x8c\x9d\xee\x8c\x9e\xee\x8c\x9f\xee\x8c\xa0\xee\x8c\xa1\xee\x8c\xa2\xee\x8c\xa3\xee\x8c\xa4\xee\x8c\xa5\xee\x8c\xa6\xee\x8c\xa7\xee\x8c\xa8\xee\x8c\xa9\xee\x8c\xaa\xee\x8c\xab\xee\x8c\xac\xee\x8c\xad\xee\x8c\xae\xee\x8c\xaf\xee\x8c\xb0\xee\x8c\xb1\xee\x8c\xb2\xee\x8c\xb3\xee\x8c\xb4\xee\x8c\xb5\xee\x8c\xb6\xee\x8c\xb7\xee\x8c\xb8\xee\x8c\xb9\xee\x8c\xba\xee\x8c\xbb\xee\x8c\xbc\xee\x8c\xbd\xee\x8c\xbe\xee\x8c\xbf\xee\x8d\x80\xee\x8d\x81\xee\x8d\x82\xee\x8d\x83\xee\x8d\x84\xee\x8d\x85\xee\x8d\x86\xee\x8d\x87\xee\x8d\x88\xee\x8d\x89\xee\x8d\x8a\xee\x8d\x8b\xee\x8d\x8c\xee\x8d\x8d\xee\x8d\x8e\xee\x8d\x8f\xee\x8d\x90\xee\x8d\x91\xee\x8d\x92\xee\x8d\x93\xee\x8d\x94\xee\x8d\x95\xee\x8d\x96\xee\x8d\x97\xee\x8d\x98\xee\x8d\x99\xee\x8d\x9a\xee\x8d\x9b\xee\x8d\x9c\xee\x8d\x9d\xee\x8d\x9e\xee\x8d\x9f\xee\x8d\xa0\xee\x8d\xa1\xee\x8d\xa2\xee\x8d\xa3\xee\x8d\xa4\xee\x8d\xa5\xee\x8d\xa6\xee\x8d\xa7\xee\x8d\xa8\xee\x8d\xa9\xee\x8d\xaa\xee\x8d\xab\xee\x8d\xac\xee\x8d\xad\xee\x8d\xae\xee\x8d\xaf\xee\x8d\xb0\xee\x8d\xb1\xee\x8d\xb2\xee\x8d\xb3\xee\x8d\xb4\xee\x8d\xb5\xee\x8d\xb6\xee\x8d\xb7\xee\x8d\xb8\xee\x8d\xb9\xee\x8d\xba\xee\x8d\xbb\xee\x8d\xbc\xee\x8d\xbd\xee\x8d\xbe\xee\x8d\xbf\xee\x8e\x80\xee\x8e\x81\xee\x8e\x82\xee\x8e\x83\xee\x8e\x84\xee\x8e\x85\xee\x8e\x86\xee\x8e\x87\xee\x8e\x88\xee\x8e\x89\xee\x8e\x8a\xee\x8e\x8b\xee\x8e\x8c\xee\x8e\x8d\xee\x8e\x8e\xee\x8e\x8f\xee\x8e\x90\xee\x8e\x91\xee\x8e\x92\xee\x8e\x93\xee\x8e\x94\xee\x8e\x95\xee\x8e\x96\xee\x8e\x97\xee\x8e\x98\xee\x8e\x99\xee\x8e\x9a\xee\x8e\x9b\xee\x8e\x9c\xee\x8e\x9d\xee\x8e\x9e\xee\x8e\x9f\xee\x8e\xa0\xee\x8e\xa1\xee\x8e\xa2\xee\x8e\xa3\xee\x8e\xa4\xee\x8e\xa5\xee\x8e\xa6\xee\x8e\xa7\xee\x8e\xa8\xee\x8e\xa9\xee\x8e\xaa\xee\x8e\xab\xee\x8e\xac\xee\x8e\xad\xee\x8e\xae\xee\x8e\xaf\xee\x8e\xb0\xee\x8e\xb1\xee\x8e\xb2\xee\x8e\xb3\xee\x8e\xb4\xee\x8e\xb5\xee\x8e\xb6\xee\x8e\xb7\xee\x8e\xb8\xee\x8e\xb9\xee\x8e\xba\xee\x8e\xbb\xee\x8e\xbc\xee\x8e\xbd\xee\x8e\xbe\xee\x8e\xbf\xee\x8f\x80\xee\x8f\x81\xee\x8f\x82\xee\x8f\x83\xee\x8f\x84\xee\x8f\x85\xee\x8f\x86\xee\x8f\x87\xee\x8f\x88\xee\x8f\x89\xee\x8f\x8a\xee\x8f\x8b\xee\x8f\x8c\xee\x8f\x8d\xee\x8f\x8e\xee\x8f\x8f\xee\x8f\x90\xee\x8f\x91\xee\x8f\x92\xee\x8f\x93\xee\x8f\x94\xee\x8f\x95\xee\x8f\x96\xee\x8f\x97\xee\x8f\x98\xee\x8f\x99\xee\x8f\x9a\xee\x8f\x9b\xee\x8f\x9c\xee\x8f\x9d\xee\x8f\x9e\xee\x8f\x9f\xee\x8f\xa0\xee\x8f\xa1\xee\x8f\xa2\xee\x8f\xa3\xee\x8f\xa4\xee\x8f\xa5\xee\x8f\xa6\xee\x8f\xa7\xee\x8f\xa8\xee\x8f\xa9\xee\x8f\xaa\xee\x8f\xab\xee\x8f\xac\xee\x8f\xad\xee\x8f\xae\xee\x8f\xaf\xee\x8f\xb0\xee\x8f\xb1\xee\x8f\xb2\xee\x8f\xb3\xee\x8f\xb4\xee\x8f\xb5\xee\x8f\xb6\xee\x8f\xb7\xee\x8f\xb8\xee\x8f\xb9\xee\x8f\xba\xee\x8f\xbb\xee\x8f\xbc\xee\x8f\xbd\xee\x8f\xbe\xee\x8f\xbf\xee\x90\x80\xee\x90\x81\xee\x90\x82\xee\x90\x83\xee\x90\x84\xee\x90\x85\xee\x90\x86\xee\x90\x87\xee\x90\x88\xee\x90\x89\xee\x90\x8a\xee\x90\x8b\xee\x90\x8c\xee\x90\x8d\xee\x90\x8e\xee\x90\x8f\xee\x90\x90\xee\x90\x91\xee\x90\x92\xee\x90\x93\xee\x90\x94\xee\x90\x95\xee\x90\x96\xee\x90\x97\xee\x90\x98\xee\x90\x99\xee\x90\x9a\xee\x90\x9b\xee\x90\x9c\xee\x90\x9d\xee\x90\x9e\xee\x90\x9f\xee\x90\xa0\xee\x90\xa1\xee\x90\xa2\xee\x90\xa3\xee\x90\xa4\xee\x90\xa5\xee\x90\xa6\xee\x90\xa7\xee\x90\xa8\xee\x90\xa9\xee\x90\xaa\xee\x90\xab\xee\x90\xac\xee\x90\xad\xee\x90\xae\xee\x90\xaf\xee\x90\xb0\xee\x90\xb1\xee\x90\xb2\xee\x90\xb3\xee\x90\xb4\xee\x90\xb5\xee\x90\xb6\xee\x90\xb7\xee\x90\xb8\xee\x90\xb9\xee\x90\xba\xee\x90\xbb\xee\x90\xbc\xee\x90\xbd\xee\x90\xbe\xee\x90\xbf\xee\x91\x80\xee\x91\x81\xee\x91\x82\xee\x91\x83\xee\x91\x84\xee\x91\x85\xee\x91\x86\xee\x91\x87\xee\x91\x88\xee\x91\x89\xee\x91\x8a\xee\x91\x8b\xee\x91\x8c\xee\x91\x8d\xee\x91\x8e\xee\x91\x8f\xee\x91\x90\xee\x91\x91\xee\x91\x92\xee\x91\x93\xee\x91\x94\xee\x91\x95\xee\x91\x96\xee\x91\x97\xee\x91\x98\xee\x91\x99\xee\x91\x9a\xee\x91\x9b\xee\x91\x9c\xee\x91\x9d\xee\x91\x9e\xee\x91\x9f\xee\x91\xa0\xee\x91\xa1\xee\x91\xa2\xee\x91\xa3\xee\x91\xa4\xee\x91\xa5\xee\x91\xa6\xee\x91\xa7\xee\x91\xa8\xee\x91\xa9\xee\x91\xaa\xee\x91\xab\xee\x91\xac\xee\x91\xad\xee\x91\xae\xee\x91\xaf\xee\x91\xb0\xee\x91\xb1\xee\x91\xb2\xee\x91\xb3\xee\x91\xb4\xee\x91\xb5\xee\x91\xb6\xee\x91\xb7\xee\x91\xb8\xee\x91\xb9\xee\x91\xba\xee\x91\xbb\xee\x91\xbc\xee\x91\xbd\xee\x91\xbe\xee\x91\xbf\xee\x92\x80\xee\x92\x81\xee\x92\x82\xee\x92\x83\xee\x92\x84\xee\x92\x85\xee\x92\x86\xee\x92\x87\xee\x92\x88\xee\x92\x89\xee\x92\x8a\xee\x92\x8b\xee\x92\x8c\xee\x92\x8d\xee\x92\x8e\xee\x92\x8f\xee\x92\x90\xee\x92\x91\xee\x92\x92\xee\x92\x93\xee\x92\x94\xee\x92\x95\xee\x92\x96\xee\x92\x97\xee\x92\x98\xee\x92\x99\xee\x92\x9a\xee\x92\x9b\xee\x92\x9c\xee\x92\x9d\xee\x92\x9e\xee\x92\x9f\xee\x92\xa0\xee\x92\xa1\xee\x92\xa2\xee\x92\xa3\xee\x92\xa4\xee\x92\xa5\xee\x92\xa6\xee\x92\xa7\xee\x92\xa8\xee\x92\xa9\xee\x92\xaa\xee\x92\xab\xee\x92\xac\xee\x92\xad\xee\x92\xae\xee\x92\xaf\xee\x92\xb0\xee\x92\xb1\xee\x92\xb2\xee\x92\xb3\xee\x92\xb4\xee\x92\xb5\xee\x92\xb6\xee\x92\xb7\xee\x92\xb8\xee\x92\xb9\xee\x92\xba\xee\x92\xbb\xee\x92\xbc\xee\x92\xbd\xee\x92\xbe\xee\x92\xbf\xee\x93\x80\xee\x93\x81\xee\x93\x82\xee\x93\x83\xee\x93\x84\xee\x93\x85\xee\x93\x86\xee\x93\x87\xee\x93\x88\xee\x93\x89\xee\x93\x8a\xee\x93\x8b\xee\x93\x8c\xee\x93\x8d\xee\x93\x8e\xee\x93\x8f\xee\x93\x90\xee\x93\x91\xee\x93\x92\xee\x93\x93\xee\x93\x94\xee\x93\x95\xee\x93\x96\xee\x93\x97\xee\x93\x98\xee\x93\x99\xee\x93\x9a\xee\x93\x9b\xee\x93\x9c\xee\x93\x9d\xee\x93\x9e\xee\x93\x9f\xee\x93\xa0\xee\x93\xa1\xee\x93\xa2\xee\x93\xa3\xee\x93\xa4\xee\x93\xa5\xee\x93\xa6\xee\x93\xa7\xee\x93\xa8\xee\x93\xa9\xee\x93\xaa\xee\x93\xab\xee\x93\xac\xee\x93\xad\xee\x93\xae\xee\x93\xaf\xee\x93\xb0\xee\x93\xb1\xee\x93\xb2\xee\x93\xb3\xee\x93\xb4\xee\x93\xb5\xee\x93\xb6\xee\x93\xb7\xee\x93\xb8\xee\x93\xb9\xee\x93\xba\xee\x93\xbb\xee\x93\xbc\xee\x93\xbd\xee\x93\xbe\xee\x93\xbf\xee\x94\x80\xee\x94\x81\xee\x94\x82\xee\x94\x83\xee\x94\x84\xee\x94\x85\xee\x94\x86\xee\x94\x87\xee\x94\x88\xee\x94\x89\xee\x94\x8a\xee\x94\x8b\xee\x94\x8c\xee\x94\x8d\xee\x94\x8e\xee\x94\x8f\xee\x94\x90\xee\x94\x91\xee\x94\x92\xee\x94\x93\xee\x94\x94\xee\x94\x95\xee\x94\x96\xee\x94\x97\xee\x94\x98\xee\x94\x99\xee\x94\x9a\xee\x94\x9b\xee\x94\x9c\xee\x94\x9d\xee\x94\x9e\xee\x94\x9f\xee\x94\xa0\xee\x94\xa1\xee\x94\xa2\xee\x94\xa3\xee\x94\xa4\xee\x94\xa5\xee\x94\xa6\xee\x94\xa7\xee\x94\xa8\xee\x94\xa9\xee\x94\xaa\xee\x94\xab\xee\x94\xac\xee\x94\xad\xee\x94\xae\xee\x94\xaf\xee\x94\xb0\xee\x94\xb1\xee\x94\xb2\xee\x94\xb3\xee\x94\xb4\xee\x94\xb5\xee\x94\xb6\xee\x94\xb7\xee\x94\xb8\xee\x94\xb9\xee\x94\xba\xee\x94\xbb\xee\x94\xbc\xee\x94\xbd\xee\x94\xbe\xee\x94\xbf\xee\x95\x80\xee\x95\x81\xee\x95\x82\xee\x95\x83\xee\x95\x84\xee\x95\x85\xee\x95\x86\xee\x95\x87\xee\x95\x88\xee\x95\x89\xee\x95\x8a\xee\x95\x8b\xee\x95\x8c\xee\x95\x8d\xee\x95\x8e\xee\x95\x8f\xee\x95\x90\xee\x95\x91\xee\x95\x92\xee\x95\x93\xee\x95\x94\xee\x95\x95\xee\x95\x96\xee\x95\x97\xee\x95\x98\xee\x95\x99\xee\x95\x9a\xee\x95\x9b\xee\x95\x9c\xee\x95\x9d\xee\x95\x9e\xee\x95\x9f\xee\x95\xa0\xee\x95\xa1\xee\x95\xa2\xee\x95\xa3\xee\x95\xa4\xee\x95\xa5\xee\x95\xa6\xee\x95\xa7\xee\x95\xa8\xee\x95\xa9\xee\x95\xaa\xee\x95\xab\xee\x95\xac\xee\x95\xad\xee\x95\xae\xee\x95\xaf\xee\x95\xb0\xee\x95\xb1\xee\x95\xb2\xee\x95\xb3\xee\x95\xb4\xee\x95\xb5\xee\x95\xb6\xee\x95\xb7\xee\x95\xb8\xee\x95\xb9\xee\x95\xba\xee\x95\xbb\xee\x95\xbc\xee\x95\xbd\xee\x95\xbe\xee\x95\xbf\xee\x96\x80\xee\x96\x81\xee\x96\x82\xee\x96\x83\xee\x96\x84\xee\x96\x85\xee\x96\x86\xee\x96\x87\xee\x96\x88\xee\x96\x89\xee\x96\x8a\xee\x96\x8b\xee\x96\x8c\xee\x96\x8d\xee\x96\x8e\xee\x96\x8f\xee\x96\x90\xee\x96\x91\xee\x96\x92\xee\x96\x93\xee\x96\x94\xee\x96\x95\xee\x96\x96\xee\x96\x97\xee\x96\x98\xee\x96\x99\xee\x96\x9a\xee\x96\x9b\xee\x96\x9c\xee\x96\x9d\xee\x96\x9e\xee\x96\x9f\xee\x96\xa0\xee\x96\xa1\xee\x96\xa2\xee\x96\xa3\xee\x96\xa4\xee\x96\xa5\xee\x96\xa6\xee\x96\xa7\xee\x96\xa8\xee\x96\xa9\xee\x96\xaa\xee\x96\xab\xee\x96\xac\xee\x96\xad\xee\x96\xae\xee\x96\xaf\xee\x96\xb0\xee\x96\xb1\xee\x96\xb2\xee\x96\xb3\xee\x96\xb4\xee\x96\xb5\xee\x96\xb6\xee\x96\xb7\xee\x96\xb8\xee\x96\xb9\xee\x96\xba\xee\x96\xbb\xee\x96\xbc\xee\x96\xbd\xee\x96\xbe\xee\x96\xbf\xee\x97\x80\xee\x97\x81\xee\x97\x82\xee\x97\x83\xee\x97\x84\xee\x97\x85\xee\x97\x86\xee\x97\x87\xee\x97\x88\xee\x97\x89\xee\x97\x8a\xee\x97\x8b\xee\x97\x8c\xee\x97\x8d\xee\x97\x8e\xee\x97\x8f\xee\x97\x90\xee\x97\x91\xee\x97\x92\xee\x97\x93\xee\x97\x94\xee\x97\x95\xee\x97\x96\xee\x97\x97\xee\x97\x98\xee\x97\x99\xee\x97\x9a\xee\x97\x9b\xee\x97\x9c\xee\x97\x9d\xee\x97\x9e\xee\x97\x9f\xee\x97\xa0\xee\x97\xa1\xee\x97\xa2\xee\x97\xa3\xee\x97\xa4\xee\x97\xa5\xee\x97\xa6\xee\x97\xa7\xee\x97\xa8\xee\x97\xa9\xee\x97\xaa\xee\x97\xab\xee\x97\xac\xee\x97\xad\xee\x97\xae\xee\x97\xaf\xee\x97\xb0\xee\x97\xb1\xee\x97\xb2\xee\x97\xb3\xee\x97\xb4\xee\x97\xb5\xee\x97\xb6\xee\x97\xb7\xee\x97\xb8\xee\x97\xb9\xee\x97\xba\xee\x97\xbb\xee\x97\xbc\xee\x97\xbd\xee\x97\xbe\xee\x97\xbf\xee\x98\x80\xee\x98\x81\xee\x98\x82\xee\x98\x83\xee\x98\x84\xee\x98\x85\xee\x98\x86\xee\x98\x87\xee\x98\x88\xee\x98\x89\xee\x98\x8a\xee\x98\x8b\xee\x98\x8c\xee\x98\x8d\xee\x98\x8e\xee\x98\x8f\xee\x98\x90\xee\x98\x91\xee\x98\x92\xee\x98\x93\xee\x98\x94\xee\x98\x95\xee\x98\x96\xee\x98\x97\xee\x98\x98\xee\x98\x99\xee\x98\x9a\xee\x98\x9b\xee\x98\x9c\xee\x98\x9d\xee\x98\x9e\xee\x98\x9f\xee\x98\xa0\xee\x98\xa1\xee\x98\xa2\xee\x98\xa3\xee\x98\xa4\xee\x98\xa5\xee\x98\xa6\xee\x98\xa7\xee\x98\xa8\xee\x98\xa9\xee\x98\xaa\xee\x98\xab\xee\x98\xac\xee\x98\xad\xee\x98\xae\xee\x98\xaf\xee\x98\xb0\xee\x98\xb1\xee\x98\xb2\xee\x98\xb3\xee\x98\xb4\xee\x98\xb5\xee\x98\xb6\xee\x98\xb7\xee\x98\xb8\xee\x98\xb9\xee\x98\xba\xee\x98\xbb\xee\x98\xbc\xee\x98\xbd\xee\x98\xbe\xee\x98\xbf\xee\x99\x80\xee\x99\x81\xee\x99\x82\xee\x99\x83\xee\x99\x84\xee\x99\x85\xee\x99\x86\xee\x99\x87\xee\x99\x88\xee\x99\x89\xee\x99\x8a\xee\x99\x8b\xee\x99\x8c\xee\x99\x8d\xee\x99\x8e\xee\x99\x8f\xee\x99\x90\xee\x99\x91\xee\x99\x92\xee\x99\x93\xee\x99\x94\xee\x99\x95\xee\x99\x96\xee\x99\x97\xee\x99\x98\xee\x99\x99\xee\x99\x9a\xee\x99\x9b\xee\x99\x9c\xee\x99\x9d\xee\x99\x9e\xee\x99\x9f\xee\x99\xa0\xee\x99\xa1\xee\x99\xa2\xee\x99\xa3\xee\x99\xa4\xee\x99\xa5\xee\x99\xa6\xee\x99\xa7\xee\x99\xa8\xee\x99\xa9\xee\x99\xaa\xee\x99\xab\xee\x99\xac\xee\x99\xad\xee\x99\xae\xee\x99\xaf\xee\x99\xb0\xee\x99\xb1\xee\x99\xb2\xee\x99\xb3\xee\x99\xb4\xee\x99\xb5\xee\x99\xb6\xee\x99\xb7\xee\x99\xb8\xee\x99\xb9\xee\x99\xba\xee\x99\xbb\xee\x99\xbc\xee\x99\xbd\xee\x99\xbe\xee\x99\xbf\xee\x9a\x80\xee\x9a\x81\xee\x9a\x82\xee\x9a\x83\xee\x9a\x84\xee\x9a\x85\xee\x9a\x86\xee\x9a\x87\xee\x9a\x88\xee\x9a\x89\xee\x9a\x8a\xee\x9a\x8b\xee\x9a\x8c\xee\x9a\x8d\xee\x9a\x8e\xee\x9a\x8f\xee\x9a\x90\xee\x9a\x91\xee\x9a\x92\xee\x9a\x93\xee\x9a\x94\xee\x9a\x95\xee\x9a\x96\xee\x9a\x97\xee\x9a\x98\xee\x9a\x99\xee\x9a\x9a\xee\x9a\x9b\xee\x9a\x9c\xee\x9a\x9d\xee\x9a\x9e\xee\x9a\x9f\xee\x9a\xa0\xee\x9a\xa1\xee\x9a\xa2\xee\x9a\xa3\xee\x9a\xa4\xee\x9a\xa5\xee\x9a\xa6\xee\x9a\xa7\xee\x9a\xa8\xee\x9a\xa9\xee\x9a\xaa\xee\x9a\xab\xee\x9a\xac\xee\x9a\xad\xee\x9a\xae\xee\x9a\xaf\xee\x9a\xb0\xee\x9a\xb1\xee\x9a\xb2\xee\x9a\xb3\xee\x9a\xb4\xee\x9a\xb5\xee\x9a\xb6\xee\x9a\xb7\xee\x9a\xb8\xee\x9a\xb9\xee\x9a\xba\xee\x9a\xbb\xee\x9a\xbc\xee\x9a\xbd\xee\x9a\xbe\xee\x9a\xbf\xee\x9b\x80\xee\x9b\x81\xee\x9b\x82\xee\x9b\x83\xee\x9b\x84\xee\x9b\x85\xee\x9b\x86\xee\x9b\x87\xee\x9b\x88\xee\x9b\x89\xee\x9b\x8a\xee\x9b\x8b\xee\x9b\x8c\xee\x9b\x8d\xee\x9b\x8e\xee\x9b\x8f\xee\x9b\x90\xee\x9b\x91\xee\x9b\x92\xee\x9b\x93\xee\x9b\x94\xee\x9b\x95\xee\x9b\x96\xee\x9b\x97\xee\x9b\x98\xee\x9b\x99\xee\x9b\x9a\xee\x9b\x9b\xee\x9b\x9c\xee\x9b\x9d\xee\x9b\x9e\xee\x9b\x9f\xee\x9b\xa0\xee\x9b\xa1\xee\x9b\xa2\xee\x9b\xa3\xee\x9b\xa4\xee\x9b\xa5\xee\x9b\xa6\xee\x9b\xa7\xee\x9b\xa8\xee\x9b\xa9\xee\x9b\xaa\xee\x9b\xab\xee\x9b\xac\xee\x9b\xad\xee\x9b\xae\xee\x9b\xaf\xee\x9b\xb0\xee\x9b\xb1\xee\x9b\xb2\xee\x9b\xb3\xee\x9b\xb4\xee\x9b\xb5\xee\x9b\xb6\xee\x9b\xb7\xee\x9b\xb8\xee\x9b\xb9\xee\x9b\xba\xee\x9b\xbb\xee\x9b\xbc\xee\x9b\xbd\xee\x9b\xbe\xee\x9b\xbf\xee\x9c\x80\xee\x9c\x81\xee\x9c\x82\xee\x9c\x83\xee\x9c\x84\xee\x9c\x85\xee\x9c\x86\xee\x9c\x87\xee\x9c\x88\xee\x9c\x89\xee\x9c\x8a\xee\x9c\x8b\xee\x9c\x8c\xee\x9c\x8d\xee\x9c\x8e\xee\x9c\x8f\xee\x9c\x90\xee\x9c\x91\xee\x9c\x92\xee\x9c\x93\xee\x9c\x94\xee\x9c\x95\xee\x9c\x96\xee\x9c\x97\xee\x9c\x98\xee\x9c\x99\xee\x9c\x9a\xee\x9c\x9b\xee\x9c\x9c\xee\x9c\x9d\xee\x9c\x9e\xee\x9c\x9f\xee\x9c\xa0\xee\x9c\xa1\xee\x9c\xa2\xee\x9c\xa3\xee\x9c\xa4\xee\x9c\xa5\xee\x9c\xa6\xee\x9c\xa7\xee\x9c\xa8\xee\x9c\xa9\xee\x9c\xaa\xee\x9c\xab\xee\x9c\xac\xee\x9c\xad\xee\x9c\xae\xee\x9c\xaf\xee\x9c\xb0\xee\x9c\xb1\xee\x9c\xb2\xee\x9c\xb3\xee\x9c\xb4\xee\x9c\xb5\xee\x9c\xb6\xee\x9c\xb7\xee\x9c\xb8\xee\x9c\xb9\xee\x9c\xba\xee\x9c\xbb\xee\x9c\xbc\xee\x9c\xbd\xee\x9c\xbe\xee\x9c\xbf\xee\x9d\x80\xee\x9d\x81\xee\x9d\x82\xee\x9d\x83\xee\x9d\x84\xee\x9d\x85\xee\x9d\x86\xee\x9d\x87\xee\x9d\x88\xee\x9d\x89\xee\x9d\x8a\xee\x9d\x8b\xee\x9d\x8c\xee\x9d\x8d\xee\x9d\x8e\xee\x9d\x8f\xee\x9d\x90\xee\x9d\x91\xee\x9d\x92\xee\x9d\x93\xee\x9d\x94\xee\x9d\x95\xee\x9d\x96\xee\x9d\x97\xee\x9d\x98\xee\x9d\x99\xee\x9d\x9a\xee\x9d\x9b\xee\x9d\x9c\xee\x9d\x9d\xee\x9d\x9e\xee\x9d\x9f\xee\x9d\xa0\xee\x9d\xa1\xee\x9d\xa2\xee\x9d\xa3\xee\x9d\xa4\xee\x9d\xa5\xee\x9d\xa6\xee\x9d\xa7\xee\x9d\xa8\xee\x9d\xa9\xee\x9d\xaa\xee\x9d\xab\xee\x9d\xac\xee\x9d\xad\xee\x9d\xae\xee\x9d\xaf\xee\x9d\xb0\xee\x9d\xb1\xee\x9d\xb2\xee\x9d\xb3\xee\x9d\xb4\xee\x9d\xb5\xee\x9d\xb6\xee\x9d\xb7\xee\x9d\xb8\xee\x9d\xb9\xee\x9d\xba\xee\x9d\xbb\xee\x9d\xbc\xee\x9d\xbd\xee\x9d\xbe\xee\x9d\xbf\xee\x9e\x80\xee\x9e\x81\xee\x9e\x82\xee\x9e\x83\xee\x9e\x84\xee\x9e\x85\xee\x9e\x86\xee\x9e\x87\xee\x9e\x88\xee\x9e\x89\xee\x9e\x8a\xee\x9e\x8b\xee\x9e\x8c\xee\x9e\x8d\xee\x9e\x8e\xee\x9e\x8f\xee\x9e\x90\xee\x9e\x91\xee\x9e\x92\xee\x9e\x93\xee\x9e\x94\xee\x9e\x95\xee\x9e\x96\xee\x9e\x97\xee\x9e\x98\xee\x9e\x99\xee\x9e\x9a\xee\x9e\x9b\xee\x9e\x9c\xee\x9e\x9d\xee\x9e\x9e\xee\x9e\x9f\xee\x9e\xa0\xee\x9e\xa1\xee\x9e\xa2\xee\x9e\xa3\xee\x9e\xa4\xee\x9e\xa5\xee\x9e\xa6\xee\x9e\xa7\xee\x9e\xa8\xee\x9e\xa9\xee\x9e\xaa\xee\x9e\xab\xee\x9e\xac\xee\x9e\xad\xee\x9e\xae\xee\x9e\xaf\xee\x9e\xb0\xee\x9e\xb1\xee\x9e\xb2\xee\x9e\xb3\xee\x9e\xb4\xee\x9e\xb5\xee\x9e\xb6\xee\x9e\xb7\xee\x9e\xb8\xee\x9e\xb9\xee\x9e\xba\xee\x9e\xbb\xee\x9e\xbc\xee\x9e\xbd\xee\x9e\xbe\xee\x9e\xbf\xee\x9f\x80\xee\x9f\x81\xee\x9f\x82\xee\x9f\x83\xee\x9f\x84\xee\x9f\x85\xee\x9f\x86\xee\x9f\x87\xee\x9f\x88\xee\x9f\x89\xee\x9f\x8a\xee\x9f\x8b\xee\x9f\x8c\xee\x9f\x8d\xee\x9f\x8e\xee\x9f\x8f\xee\x9f\x90\xee\x9f\x91\xee\x9f\x92\xee\x9f\x93\xee\x9f\x94\xee\x9f\x95\xee\x9f\x96\xee\x9f\x97\xee\x9f\x98\xee\x9f\x99\xee\x9f\x9a\xee\x9f\x9b\xee\x9f\x9c\xee\x9f\x9d\xee\x9f\x9e\xee\x9f\x9f\xee\x9f\xa0\xee\x9f\xa1\xee\x9f\xa2\xee\x9f\xa3\xee\x9f\xa4\xee\x9f\xa5\xee\x9f\xa6\xee\x9f\xa7\xee\x9f\xa8\xee\x9f\xa9\xee\x9f\xaa\xee\x9f\xab\xee\x9f\xac\xee\x9f\xad\xee\x9f\xae\xee\x9f\xaf\xee\x9f\xb0\xee\x9f\xb1\xee\x9f\xb2\xee\x9f\xb3\xee\x9f\xb4\xee\x9f\xb5\xee\x9f\xb6\xee\x9f\xb7\xee\x9f\xb8\xee\x9f\xb9\xee\x9f\xba\xee\x9f\xbb\xee\x9f\xbc\xee\x9f\xbd\xee\x9f\xbe\xee\x9f\xbf\xee\xa0\x80\xee\xa0\x81\xee\xa0\x82\xee\xa0\x83\xee\xa0\x84\xee\xa0\x85\xee\xa0\x86\xee\xa0\x87\xee\xa0\x88\xee\xa0\x89\xee\xa0\x8a\xee\xa0\x8b\xee\xa0\x8c\xee\xa0\x8d\xee\xa0\x8e\xee\xa0\x8f\xee\xa0\x90\xee\xa0\x91\xee\xa0\x92\xee\xa0\x93\xee\xa0\x94\xee\xa0\x95\xee\xa0\x96\xee\xa0\x97\xee\xa0\x98\xee\xa0\x99\xee\xa0\x9a\xee\xa0\x9b\xee\xa0\x9c\xee\xa0\x9d\xee\xa0\x9e\xee\xa0\x9f\xee\xa0\xa0\xee\xa0\xa1\xee\xa0\xa2\xee\xa0\xa3\xee\xa0\xa4\xee\xa0\xa5\xee\xa0\xa6\xee\xa0\xa7\xee\xa0\xa8\xee\xa0\xa9\xee\xa0\xaa\xee\xa0\xab\xee\xa0\xac\xee\xa0\xad\xee\xa0\xae\xee\xa0\xaf\xee\xa0\xb0\xee\xa0\xb1\xee\xa0\xb2\xee\xa0\xb3\xee\xa0\xb4\xee\xa0\xb5\xee\xa0\xb6\xee\xa0\xb7\xee\xa0\xb8\xee\xa0\xb9\xee\xa0\xba\xee\xa0\xbb\xee\xa0\xbc\xee\xa0\xbd\xee\xa0\xbe\xee\xa0\xbf\xee\xa1\x80\xee\xa1\x81\xee\xa1\x82\xee\xa1\x83\xee\xa1\x84\xee\xa1\x85\xee\xa1\x86\xee\xa1\x87\xee\xa1\x88\xee\xa1\x89\xee\xa1\x8a\xee\xa1\x8b\xee\xa1\x8c\xee\xa1\x8d\xee\xa1\x8e\xee\xa1\x8f\xee\xa1\x90\xee\xa1\x91\xee\xa1\x92\xee\xa1\x93\xee\xa1\x94\xee\xa1\x95\xee\xa1\x96\xee\xa1\x97\xee\xa1\x98\xee\xa1\x99\xee\xa1\x9a\xee\xa1\x9b\xee\xa1\x9c\xee\xa1\x9d\xee\xa1\x9e\xee\xa1\x9f\xee\xa1\xa0\xee\xa1\xa1\xee\xa1\xa2\xee\xa1\xa3\xee\xa1\xa4\xee\xa1\xa5\xee\xa1\xa6\xee\xa1\xa7\xee\xa1\xa8\xee\xa1\xa9\xee\xa1\xaa\xee\xa1\xab\xee\xa1\xac\xee\xa1\xad\xee\xa1\xae\xee\xa1\xaf\xee\xa1\xb0\xee\xa1\xb1\xee\xa1\xb2\xee\xa1\xb3\xee\xa1\xb4\xee\xa1\xb5\xee\xa1\xb6\xee\xa1\xb7\xee\xa1\xb8\xee\xa1\xb9\xee\xa1\xba\xee\xa1\xbb\xee\xa1\xbc\xee\xa1\xbd\xee\xa1\xbe\xee\xa1\xbf\xee\xa2\x80\xee\xa2\x81\xee\xa2\x82\xee\xa2\x83\xee\xa2\x84\xee\xa2\x85\xee\xa2\x86\xee\xa2\x87\xee\xa2\x88\xee\xa2\x89\xee\xa2\x8a\xee\xa2\x8b\xee\xa2\x8c\xee\xa2\x8d\xee\xa2\x8e\xee\xa2\x8f\xee\xa2\x90\xee\xa2\x91\xee\xa2\x92\xee\xa2\x93\xee\xa2\x94\xee\xa2\x95\xee\xa2\x96\xee\xa2\x97\xee\xa2\x98\xee\xa2\x99\xee\xa2\x9a\xee\xa2\x9b\xee\xa2\x9c\xee\xa2\x9d\xee\xa2\x9e\xee\xa2\x9f\xee\xa2\xa0\xee\xa2\xa1\xee\xa2\xa2\xee\xa2\xa3\xee\xa2\xa4\xee\xa2\xa5\xee\xa2\xa6\xee\xa2\xa7\xee\xa2\xa8\xee\xa2\xa9\xee\xa2\xaa\xee\xa2\xab\xee\xa2\xac\xee\xa2\xad\xee\xa2\xae\xee\xa2\xaf\xee\xa2\xb0\xee\xa2\xb1\xee\xa2\xb2\xee\xa2\xb3\xee\xa2\xb4\xee\xa2\xb5\xee\xa2\xb6\xee\xa2\xb7\xee\xa2\xb8\xee\xa2\xb9\xee\xa2\xba\xee\xa2\xbb\xee\xa2\xbc\xee\xa2\xbd\xee\xa2\xbe\xee\xa2\xbf\xee\xa3\x80\xee\xa3\x81\xee\xa3\x82\xee\xa3\x83\xee\xa3\x84\xee\xa3\x85\xee\xa3\x86\xee\xa3\x87\xee\xa3\x88\xee\xa3\x89\xee\xa3\x8a\xee\xa3\x8b\xee\xa3\x8c\xee\xa3\x8d\xee\xa3\x8e\xee\xa3\x8f\xee\xa3\x90\xee\xa3\x91\xee\xa3\x92\xee\xa3\x93\xee\xa3\x94\xee\xa3\x95\xee\xa3\x96\xee\xa3\x97\xee\xa3\x98\xee\xa3\x99\xee\xa3\x9a\xee\xa3\x9b\xee\xa3\x9c\xee\xa3\x9d\xee\xa3\x9e\xee\xa3\x9f\xee\xa3\xa0\xee\xa3\xa1\xee\xa3\xa2\xee\xa3\xa3\xee\xa3\xa4\xee\xa3\xa5\xee\xa3\xa6\xee\xa3\xa7\xee\xa3\xa8\xee\xa3\xa9\xee\xa3\xaa\xee\xa3\xab\xee\xa3\xac\xee\xa3\xad\xee\xa3\xae\xee\xa3\xaf\xee\xa3\xb0\xee\xa3\xb1\xee\xa3\xb2\xee\xa3\xb3\xee\xa3\xb4\xee\xa3\xb5\xee\xa3\xb6\xee\xa3\xb7\xee\xa3\xb8\xee\xa3\xb9\xee\xa3\xba\xee\xa3\xbb\xee\xa3\xbc\xee\xa3\xbd\xee\xa3\xbe\xee\xa3\xbf\xee\xa4\x80\xee\xa4\x81\xee\xa4\x82\xee\xa4\x83\xee\xa4\x84\xee\xa4\x85\xee\xa4\x86\xee\xa4\x87\xee\xa4\x88\xee\xa4\x89\xee\xa4\x8a\xee\xa4\x8b\xee\xa4\x8c\xee\xa4\x8d\xee\xa4\x8e\xee\xa4\x8f\xee\xa4\x90\xee\xa4\x91\xee\xa4\x92\xee\xa4\x93\xee\xa4\x94\xee\xa4\x95\xee\xa4\x96\xee\xa4\x97\xee\xa4\x98\xee\xa4\x99\xee\xa4\x9a\xee\xa4\x9b\xee\xa4\x9c\xee\xa4\x9d\xee\xa4\x9e\xee\xa4\x9f\xee\xa4\xa0\xee\xa4\xa1\xee\xa4\xa2\xee\xa4\xa3\xee\xa4\xa4\xee\xa4\xa5\xee\xa4\xa6\xee\xa4\xa7\xee\xa4\xa8\xee\xa4\xa9\xee\xa4\xaa\xee\xa4\xab\xee\xa4\xac\xee\xa4\xad\xee\xa4\xae\xee\xa4\xaf\xee\xa4\xb0\xee\xa4\xb1\xee\xa4\xb2\xee\xa4\xb3\xee\xa4\xb4\xee\xa4\xb5\xee\xa4\xb6\xee\xa4\xb7\xee\xa4\xb8\xee\xa4\xb9\xee\xa4\xba\xee\xa4\xbb\xee\xa4\xbc\xee\xa4\xbd\xee\xa4\xbe\xee\xa4\xbf\xee\xa5\x80\xee\xa5\x81\xee\xa5\x82\xee\xa5\x83\xee\xa5\x84\xee\xa5\x85\xee\xa5\x86\xee\xa5\x87\xee\xa5\x88\xee\xa5\x89\xee\xa5\x8a\xee\xa5\x8b\xee\xa5\x8c\xee\xa5\x8d\xee\xa5\x8e\xee\xa5\x8f\xee\xa5\x90\xee\xa5\x91\xee\xa5\x92\xee\xa5\x93\xee\xa5\x94\xee\xa5\x95\xee\xa5\x96\xee\xa5\x97\xee\xa5\x98\xee\xa5\x99\xee\xa5\x9a\xee\xa5\x9b\xee\xa5\x9c\xee\xa5\x9d\xee\xa5\x9e\xee\xa5\x9f\xee\xa5\xa0\xee\xa5\xa1\xee\xa5\xa2\xee\xa5\xa3\xee\xa5\xa4\xee\xa5\xa5\xee\xa5\xa6\xee\xa5\xa7\xee\xa5\xa8\xee\xa5\xa9\xee\xa5\xaa\xee\xa5\xab\xee\xa5\xac\xee\xa5\xad\xee\xa5\xae\xee\xa5\xaf\xee\xa5\xb0\xee\xa5\xb1\xee\xa5\xb2\xee\xa5\xb3\xee\xa5\xb4\xee\xa5\xb5\xee\xa5\xb6\xee\xa5\xb7\xee\xa5\xb8\xee\xa5\xb9\xee\xa5\xba\xee\xa5\xbb\xee\xa5\xbc\xee\xa5\xbd\xee\xa5\xbe\xee\xa5\xbf\xee\xa6\x80\xee\xa6\x81\xee\xa6\x82\xee\xa6\x83\xee\xa6\x84\xee\xa6\x85\xee\xa6\x86\xee\xa6\x87\xee\xa6\x88\xee\xa6\x89\xee\xa6\x8a\xee\xa6\x8b\xee\xa6\x8c\xee\xa6\x8d\xee\xa6\x8e\xee\xa6\x8f\xee\xa6\x90\xee\xa6\x91\xee\xa6\x92\xee\xa6\x93\xee\xa6\x94\xee\xa6\x95\xee\xa6\x96\xee\xa6\x97\xee\xa6\x98\xee\xa6\x99\xee\xa6\x9a\xee\xa6\x9b\xee\xa6\x9c\xee\xa6\x9d\xee\xa6\x9e\xee\xa6\x9f\xee\xa6\xa0\xee\xa6\xa1\xee\xa6\xa2\xee\xa6\xa3\xee\xa6\xa4\xee\xa6\xa5\xee\xa6\xa6\xee\xa6\xa7\xee\xa6\xa8\xee\xa6\xa9\xee\xa6\xaa\xee\xa6\xab\xee\xa6\xac\xee\xa6\xad\xee\xa6\xae\xee\xa6\xaf\xee\xa6\xb0\xee\xa6\xb1\xee\xa6\xb2\xee\xa6\xb3\xee\xa6\xb4\xee\xa6\xb5\xee\xa6\xb6\xee\xa6\xb7\xee\xa6\xb8\xee\xa6\xb9\xee\xa6\xba\xee\xa6\xbb\xee\xa6\xbc\xee\xa6\xbd\xee\xa6\xbe\xee\xa6\xbf\xee\xa7\x80\xee\xa7\x81\xee\xa7\x82\xee\xa7\x83\xee\xa7\x84\xee\xa7\x85\xee\xa7\x86\xee\xa7\x87\xee\xa7\x88\xee\xa7\x89\xee\xa7\x8a\xee\xa7\x8b\xee\xa7\x8c\xee\xa7\x8d\xee\xa7\x8e\xee\xa7\x8f\xee\xa7\x90\xee\xa7\x91\xee\xa7\x92\xee\xa7\x93\xee\xa7\x94\xee\xa7\x95\xee\xa7\x96\xee\xa7\x97\xee\xa7\x98\xee\xa7\x99\xee\xa7\x9a\xee\xa7\x9b\xee\xa7\x9c\xee\xa7\x9d\xee\xa7\x9e\xee\xa7\x9f\xee\xa7\xa0\xee\xa7\xa1\xee\xa7\xa2\xee\xa7\xa3\xee\xa7\xa4\xee\xa7\xa5\xee\xa7\xa6\xee\xa7\xa7\xee\xa7\xa8\xee\xa7\xa9\xee\xa7\xaa\xee\xa7\xab\xee\xa7\xac\xee\xa7\xad\xee\xa7\xae\xee\xa7\xaf\xee\xa7\xb0\xee\xa7\xb1\xee\xa7\xb2\xee\xa7\xb3\xee\xa7\xb4\xee\xa7\xb5\xee\xa7\xb6\xee\xa7\xb7\xee\xa7\xb8\xee\xa7\xb9\xee\xa7\xba\xee\xa7\xbb\xee\xa7\xbc\xee\xa7\xbd\xee\xa7\xbe\xee\xa7\xbf\xee\xa8\x80\xee\xa8\x81\xee\xa8\x82\xee\xa8\x83\xee\xa8\x84\xee\xa8\x85\xee\xa8\x86\xee\xa8\x87\xee\xa8\x88\xee\xa8\x89\xee\xa8\x8a\xee\xa8\x8b\xee\xa8\x8c\xee\xa8\x8d\xee\xa8\x8e\xee\xa8\x8f\xee\xa8\x90\xee\xa8\x91\xee\xa8\x92\xee\xa8\x93\xee\xa8\x94\xee\xa8\x95\xee\xa8\x96\xee\xa8\x97\xee\xa8\x98\xee\xa8\x99\xee\xa8\x9a\xee\xa8\x9b\xee\xa8\x9c\xee\xa8\x9d\xee\xa8\x9e\xee\xa8\x9f\xee\xa8\xa0\xee\xa8\xa1\xee\xa8\xa2\xee\xa8\xa3\xee\xa8\xa4\xee\xa8\xa5\xee\xa8\xa6\xee\xa8\xa7\xee\xa8\xa8\xee\xa8\xa9\xee\xa8\xaa\xee\xa8\xab\xee\xa8\xac\xee\xa8\xad\xee\xa8\xae\xee\xa8\xaf\xee\xa8\xb0\xee\xa8\xb1\xee\xa8\xb2\xee\xa8\xb3\xee\xa8\xb4\xee\xa8\xb5\xee\xa8\xb6\xee\xa8\xb7\xee\xa8\xb8\xee\xa8\xb9\xee\xa8\xba\xee\xa8\xbb\xee\xa8\xbc\xee\xa8\xbd\xee\xa8\xbe\xee\xa8\xbf\xee\xa9\x80\xee\xa9\x81\xee\xa9\x82\xee\xa9\x83\xee\xa9\x84\xee\xa9\x85\xee\xa9\x86\xee\xa9\x87\xee\xa9\x88\xee\xa9\x89\xee\xa9\x8a\xee\xa9\x8b\xee\xa9\x8c\xee\xa9\x8d\xee\xa9\x8e\xee\xa9\x8f\xee\xa9\x90\xee\xa9\x91\xee\xa9\x92\xee\xa9\x93\xee\xa9\x94\xee\xa9\x95\xee\xa9\x96\xee\xa9\x97\xee\xa9\x98\xee\xa9\x99\xee\xa9\x9a\xee\xa9\x9b\xee\xa9\x9c\xee\xa9\x9d\xee\xa9\x9e\xee\xa9\x9f\xee\xa9\xa0\xee\xa9\xa1\xee\xa9\xa2\xee\xa9\xa3\xee\xa9\xa4\xee\xa9\xa5\xee\xa9\xa6\xee\xa9\xa7\xee\xa9\xa8\xee\xa9\xa9\xee\xa9\xaa\xee\xa9\xab\xee\xa9\xac\xee\xa9\xad\xee\xa9\xae\xee\xa9\xaf\xee\xa9\xb0\xee\xa9\xb1\xee\xa9\xb2\xee\xa9\xb3\xee\xa9\xb4\xee\xa9\xb5\xee\xa9\xb6\xee\xa9\xb7\xee\xa9\xb8\xee\xa9\xb9\xee\xa9\xba\xee\xa9\xbb\xee\xa9\xbc\xee\xa9\xbd\xee\xa9\xbe\xee\xa9\xbf\xee\xaa\x80\xee\xaa\x81\xee\xaa\x82\xee\xaa\x83\xee\xaa\x84\xee\xaa\x85\xee\xaa\x86\xee\xaa\x87\xee\xaa\x88\xee\xaa\x89\xee\xaa\x8a\xee\xaa\x8b\xee\xaa\x8c\xee\xaa\x8d\xee\xaa\x8e\xee\xaa\x8f\xee\xaa\x90\xee\xaa\x91\xee\xaa\x92\xee\xaa\x93\xee\xaa\x94\xee\xaa\x95\xee\xaa\x96\xee\xaa\x97\xee\xaa\x98\xee\xaa\x99\xee\xaa\x9a\xee\xaa\x9b\xee\xaa\x9c\xee\xaa\x9d\xee\xaa\x9e\xee\xaa\x9f\xee\xaa\xa0\xee\xaa\xa1\xee\xaa\xa2\xee\xaa\xa3\xee\xaa\xa4\xee\xaa\xa5\xee\xaa\xa6\xee\xaa\xa7\xee\xaa\xa8\xee\xaa\xa9\xee\xaa\xaa\xee\xaa\xab\xee\xaa\xac\xee\xaa\xad\xee\xaa\xae\xee\xaa\xaf\xee\xaa\xb0\xee\xaa\xb1\xee\xaa\xb2\xee\xaa\xb3\xee\xaa\xb4\xee\xaa\xb5\xee\xaa\xb6\xee\xaa\xb7\xee\xaa\xb8\xee\xaa\xb9\xee\xaa\xba\xee\xaa\xbb\xee\xaa\xbc\xee\xaa\xbd\xee\xaa\xbe\xee\xaa\xbf\xee\xab\x80\xee\xab\x81\xee\xab\x82\xee\xab\x83\xee\xab\x84\xee\xab\x85\xee\xab\x86\xee\xab\x87\xee\xab\x88\xee\xab\x89\xee\xab\x8a\xee\xab\x8b\xee\xab\x8c\xee\xab\x8d\xee\xab\x8e\xee\xab\x8f\xee\xab\x90\xee\xab\x91\xee\xab\x92\xee\xab\x93\xee\xab\x94\xee\xab\x95\xee\xab\x96\xee\xab\x97\xee\xab\x98\xee\xab\x99\xee\xab\x9a\xee\xab\x9b\xee\xab\x9c\xee\xab\x9d\xee\xab\x9e\xee\xab\x9f\xee\xab\xa0\xee\xab\xa1\xee\xab\xa2\xee\xab\xa3\xee\xab\xa4\xee\xab\xa5\xee\xab\xa6\xee\xab\xa7\xee\xab\xa8\xee\xab\xa9\xee\xab\xaa\xee\xab\xab\xee\xab\xac\xee\xab\xad\xee\xab\xae\xee\xab\xaf\xee\xab\xb0\xee\xab\xb1\xee\xab\xb2\xee\xab\xb3\xee\xab\xb4\xee\xab\xb5\xee\xab\xb6\xee\xab\xb7\xee\xab\xb8\xee\xab\xb9\xee\xab\xba\xee\xab\xbb\xee\xab\xbc\xee\xab\xbd\xee\xab\xbe\xee\xab\xbf\xee\xac\x80\xee\xac\x81\xee\xac\x82\xee\xac\x83\xee\xac\x84\xee\xac\x85\xee\xac\x86\xee\xac\x87\xee\xac\x88\xee\xac\x89\xee\xac\x8a\xee\xac\x8b\xee\xac\x8c\xee\xac\x8d\xee\xac\x8e\xee\xac\x8f\xee\xac\x90\xee\xac\x91\xee\xac\x92\xee\xac\x93\xee\xac\x94\xee\xac\x95\xee\xac\x96\xee\xac\x97\xee\xac\x98\xee\xac\x99\xee\xac\x9a\xee\xac\x9b\xee\xac\x9c\xee\xac\x9d\xee\xac\x9e\xee\xac\x9f\xee\xac\xa0\xee\xac\xa1\xee\xac\xa2\xee\xac\xa3\xee\xac\xa4\xee\xac\xa5\xee\xac\xa6\xee\xac\xa7\xee\xac\xa8\xee\xac\xa9\xee\xac\xaa\xee\xac\xab\xee\xac\xac\xee\xac\xad\xee\xac\xae\xee\xac\xaf\xee\xac\xb0\xee\xac\xb1\xee\xac\xb2\xee\xac\xb3\xee\xac\xb4\xee\xac\xb5\xee\xac\xb6\xee\xac\xb7\xee\xac\xb8\xee\xac\xb9\xee\xac\xba\xee\xac\xbb\xee\xac\xbc\xee\xac\xbd\xee\xac\xbe\xee\xac\xbf\xee\xad\x80\xee\xad\x81\xee\xad\x82\xee\xad\x83\xee\xad\x84\xee\xad\x85\xee\xad\x86\xee\xad\x87\xee\xad\x88\xee\xad\x89\xee\xad\x8a\xee\xad\x8b\xee\xad\x8c\xee\xad\x8d\xee\xad\x8e\xee\xad\x8f\xee\xad\x90\xee\xad\x91\xee\xad\x92\xee\xad\x93\xee\xad\x94\xee\xad\x95\xee\xad\x96\xee\xad\x97\xee\xad\x98\xee\xad\x99\xee\xad\x9a\xee\xad\x9b\xee\xad\x9c\xee\xad\x9d\xee\xad\x9e\xee\xad\x9f\xee\xad\xa0\xee\xad\xa1\xee\xad\xa2\xee\xad\xa3\xee\xad\xa4\xee\xad\xa5\xee\xad\xa6\xee\xad\xa7\xee\xad\xa8\xee\xad\xa9\xee\xad\xaa\xee\xad\xab\xee\xad\xac\xee\xad\xad\xee\xad\xae\xee\xad\xaf\xee\xad\xb0\xee\xad\xb1\xee\xad\xb2\xee\xad\xb3\xee\xad\xb4\xee\xad\xb5\xee\xad\xb6\xee\xad\xb7\xee\xad\xb8\xee\xad\xb9\xee\xad\xba\xee\xad\xbb\xee\xad\xbc\xee\xad\xbd\xee\xad\xbe\xee\xad\xbf\xee\xae\x80\xee\xae\x81\xee\xae\x82\xee\xae\x83\xee\xae\x84\xee\xae\x85\xee\xae\x86\xee\xae\x87\xee\xae\x88\xee\xae\x89\xee\xae\x8a\xee\xae\x8b\xee\xae\x8c\xee\xae\x8d\xee\xae\x8e\xee\xae\x8f\xee\xae\x90\xee\xae\x91\xee\xae\x92\xee\xae\x93\xee\xae\x94\xee\xae\x95\xee\xae\x96\xee\xae\x97\xee\xae\x98\xee\xae\x99\xee\xae\x9a\xee\xae\x9b\xee\xae\x9c\xee\xae\x9d\xee\xae\x9e\xee\xae\x9f\xee\xae\xa0\xee\xae\xa1\xee\xae\xa2\xee\xae\xa3\xee\xae\xa4\xee\xae\xa5\xee\xae\xa6\xee\xae\xa7\xee\xae\xa8\xee\xae\xa9\xee\xae\xaa\xee\xae\xab\xee\xae\xac\xee\xae\xad\xee\xae\xae\xee\xae\xaf\xee\xae\xb0\xee\xae\xb1\xee\xae\xb2\xee\xae\xb3\xee\xae\xb4\xee\xae\xb5\xee\xae\xb6\xee\xae\xb7\xee\xae\xb8\xee\xae\xb9\xee\xae\xba\xee\xae\xbb\xee\xae\xbc\xee\xae\xbd\xee\xae\xbe\xee\xae\xbf\xee\xaf\x80\xee\xaf\x81\xee\xaf\x82\xee\xaf\x83\xee\xaf\x84\xee\xaf\x85\xee\xaf\x86\xee\xaf\x87\xee\xaf\x88\xee\xaf\x89\xee\xaf\x8a\xee\xaf\x8b\xee\xaf\x8c\xee\xaf\x8d\xee\xaf\x8e\xee\xaf\x8f\xee\xaf\x90\xee\xaf\x91\xee\xaf\x92\xee\xaf\x93\xee\xaf\x94\xee\xaf\x95\xee\xaf\x96\xee\xaf\x97\xee\xaf\x98\xee\xaf\x99\xee\xaf\x9a\xee\xaf\x9b\xee\xaf\x9c\xee\xaf\x9d\xee\xaf\x9e\xee\xaf\x9f\xee\xaf\xa0\xee\xaf\xa1\xee\xaf\xa2\xee\xaf\xa3\xee\xaf\xa4\xee\xaf\xa5\xee\xaf\xa6\xee\xaf\xa7\xee\xaf\xa8\xee\xaf\xa9\xee\xaf\xaa\xee\xaf\xab\xee\xaf\xac\xee\xaf\xad\xee\xaf\xae\xee\xaf\xaf\xee\xaf\xb0\xee\xaf\xb1\xee\xaf\xb2\xee\xaf\xb3\xee\xaf\xb4\xee\xaf\xb5\xee\xaf\xb6\xee\xaf\xb7\xee\xaf\xb8\xee\xaf\xb9\xee\xaf\xba\xee\xaf\xbb\xee\xaf\xbc\xee\xaf\xbd\xee\xaf\xbe\xee\xaf\xbf\xee\xb0\x80\xee\xb0\x81\xee\xb0\x82\xee\xb0\x83\xee\xb0\x84\xee\xb0\x85\xee\xb0\x86\xee\xb0\x87\xee\xb0\x88\xee\xb0\x89\xee\xb0\x8a\xee\xb0\x8b\xee\xb0\x8c\xee\xb0\x8d\xee\xb0\x8e\xee\xb0\x8f\xee\xb0\x90\xee\xb0\x91\xee\xb0\x92\xee\xb0\x93\xee\xb0\x94\xee\xb0\x95\xee\xb0\x96\xee\xb0\x97\xee\xb0\x98\xee\xb0\x99\xee\xb0\x9a\xee\xb0\x9b\xee\xb0\x9c\xee\xb0\x9d\xee\xb0\x9e\xee\xb0\x9f\xee\xb0\xa0\xee\xb0\xa1\xee\xb0\xa2\xee\xb0\xa3\xee\xb0\xa4\xee\xb0\xa5\xee\xb0\xa6\xee\xb0\xa7\xee\xb0\xa8\xee\xb0\xa9\xee\xb0\xaa\xee\xb0\xab\xee\xb0\xac\xee\xb0\xad\xee\xb0\xae\xee\xb0\xaf\xee\xb0\xb0\xee\xb0\xb1\xee\xb0\xb2\xee\xb0\xb3\xee\xb0\xb4\xee\xb0\xb5\xee\xb0\xb6\xee\xb0\xb7\xee\xb0\xb8\xee\xb0\xb9\xee\xb0\xba\xee\xb0\xbb\xee\xb0\xbc\xee\xb0\xbd\xee\xb0\xbe\xee\xb0\xbf\xee\xb1\x80\xee\xb1\x81\xee\xb1\x82\xee\xb1\x83\xee\xb1\x84\xee\xb1\x85\xee\xb1\x86\xee\xb1\x87\xee\xb1\x88\xee\xb1\x89\xee\xb1\x8a\xee\xb1\x8b\xee\xb1\x8c\xee\xb1\x8d\xee\xb1\x8e\xee\xb1\x8f\xee\xb1\x90\xee\xb1\x91\xee\xb1\x92\xee\xb1\x93\xee\xb1\x94\xee\xb1\x95\xee\xb1\x96\xee\xb1\x97\xee\xb1\x98\xee\xb1\x99\xee\xb1\x9a\xee\xb1\x9b\xee\xb1\x9c\xee\xb1\x9d\xee\xb1\x9e\xee\xb1\x9f\xee\xb1\xa0\xee\xb1\xa1\xee\xb1\xa2\xee\xb1\xa3\xee\xb1\xa4\xee\xb1\xa5\xee\xb1\xa6\xee\xb1\xa7\xee\xb1\xa8\xee\xb1\xa9\xee\xb1\xaa\xee\xb1\xab\xee\xb1\xac\xee\xb1\xad\xee\xb1\xae\xee\xb1\xaf\xee\xb1\xb0\xee\xb1\xb1\xee\xb1\xb2\xee\xb1\xb3\xee\xb1\xb4\xee\xb1\xb5\xee\xb1\xb6\xee\xb1\xb7\xee\xb1\xb8\xee\xb1\xb9\xee\xb1\xba\xee\xb1\xbb\xee\xb1\xbc\xee\xb1\xbd\xee\xb1\xbe\xee\xb1\xbf\xee\xb2\x80\xee\xb2\x81\xee\xb2\x82\xee\xb2\x83\xee\xb2\x84\xee\xb2\x85\xee\xb2\x86\xee\xb2\x87\xee\xb2\x88\xee\xb2\x89\xee\xb2\x8a\xee\xb2\x8b\xee\xb2\x8c\xee\xb2\x8d\xee\xb2\x8e\xee\xb2\x8f\xee\xb2\x90\xee\xb2\x91\xee\xb2\x92\xee\xb2\x93\xee\xb2\x94\xee\xb2\x95\xee\xb2\x96\xee\xb2\x97\xee\xb2\x98\xee\xb2\x99\xee\xb2\x9a\xee\xb2\x9b\xee\xb2\x9c\xee\xb2\x9d\xee\xb2\x9e\xee\xb2\x9f\xee\xb2\xa0\xee\xb2\xa1\xee\xb2\xa2\xee\xb2\xa3\xee\xb2\xa4\xee\xb2\xa5\xee\xb2\xa6\xee\xb2\xa7\xee\xb2\xa8\xee\xb2\xa9\xee\xb2\xaa\xee\xb2\xab\xee\xb2\xac\xee\xb2\xad\xee\xb2\xae\xee\xb2\xaf\xee\xb2\xb0\xee\xb2\xb1\xee\xb2\xb2\xee\xb2\xb3\xee\xb2\xb4\xee\xb2\xb5\xee\xb2\xb6\xee\xb2\xb7\xee\xb2\xb8\xee\xb2\xb9\xee\xb2\xba\xee\xb2\xbb\xee\xb2\xbc\xee\xb2\xbd\xee\xb2\xbe\xee\xb2\xbf\xee\xb3\x80\xee\xb3\x81\xee\xb3\x82\xee\xb3\x83\xee\xb3\x84\xee\xb3\x85\xee\xb3\x86\xee\xb3\x87\xee\xb3\x88\xee\xb3\x89\xee\xb3\x8a\xee\xb3\x8b\xee\xb3\x8c\xee\xb3\x8d\xee\xb3\x8e\xee\xb3\x8f\xee\xb3\x90\xee\xb3\x91\xee\xb3\x92\xee\xb3\x93\xee\xb3\x94\xee\xb3\x95\xee\xb3\x96\xee\xb3\x97\xee\xb3\x98\xee\xb3\x99\xee\xb3\x9a\xee\xb3\x9b\xee\xb3\x9c\xee\xb3\x9d\xee\xb3\x9e\xee\xb3\x9f\xee\xb3\xa0\xee\xb3\xa1\xee\xb3\xa2\xee\xb3\xa3\xee\xb3\xa4\xee\xb3\xa5\xee\xb3\xa6\xee\xb3\xa7\xee\xb3\xa8\xee\xb3\xa9\xee\xb3\xaa\xee\xb3\xab\xee\xb3\xac\xee\xb3\xad\xee\xb3\xae\xee\xb3\xaf\xee\xb3\xb0\xee\xb3\xb1\xee\xb3\xb2\xee\xb3\xb3\xee\xb3\xb4\xee\xb3\xb5\xee\xb3\xb6\xee\xb3\xb7\xee\xb3\xb8\xee\xb3\xb9\xee\xb3\xba\xee\xb3\xbb\xee\xb3\xbc\xee\xb3\xbd\xee\xb3\xbe\xee\xb3\xbf\xee\xb4\x80\xee\xb4\x81\xee\xb4\x82\xee\xb4\x83\xee\xb4\x84\xee\xb4\x85\xee\xb4\x86\xee\xb4\x87\xee\xb4\x88\xee\xb4\x89\xee\xb4\x8a\xee\xb4\x8b\xee\xb4\x8c\xee\xb4\x8d\xee\xb4\x8e\xee\xb4\x8f\xee\xb4\x90\xee\xb4\x91\xee\xb4\x92\xee\xb4\x93\xee\xb4\x94\xee\xb4\x95\xee\xb4\x96\xee\xb4\x97\xee\xb4\x98\xee\xb4\x99\xee\xb4\x9a\xee\xb4\x9b\xee\xb4\x9c\xee\xb4\x9d\xee\xb4\x9e\xee\xb4\x9f\xee\xb4\xa0\xee\xb4\xa1\xee\xb4\xa2\xee\xb4\xa3\xee\xb4\xa4\xee\xb4\xa5\xee\xb4\xa6\xee\xb4\xa7\xee\xb4\xa8\xee\xb4\xa9\xee\xb4\xaa\xee\xb4\xab\xee\xb4\xac\xee\xb4\xad\xee\xb4\xae\xee\xb4\xaf\xee\xb4\xb0\xee\xb4\xb1\xee\xb4\xb2\xee\xb4\xb3\xee\xb4\xb4\xee\xb4\xb5\xee\xb4\xb6\xee\xb4\xb7\xee\xb4\xb8\xee\xb4\xb9\xee\xb4\xba\xee\xb4\xbb\xee\xb4\xbc\xee\xb4\xbd\xee\xb4\xbe\xee\xb4\xbf\xee\xb5\x80\xee\xb5\x81\xee\xb5\x82\xee\xb5\x83\xee\xb5\x84\xee\xb5\x85\xee\xb5\x86\xee\xb5\x87\xee\xb5\x88\xee\xb5\x89\xee\xb5\x8a\xee\xb5\x8b\xee\xb5\x8c\xee\xb5\x8d\xee\xb5\x8e\xee\xb5\x8f\xee\xb5\x90\xee\xb5\x91\xee\xb5\x92\xee\xb5\x93\xee\xb5\x94\xee\xb5\x95\xee\xb5\x96\xee\xb5\x97\xee\xb5\x98\xee\xb5\x99\xee\xb5\x9a\xee\xb5\x9b\xee\xb5\x9c\xee\xb5\x9d\xee\xb5\x9e\xee\xb5\x9f\xee\xb5\xa0\xee\xb5\xa1\xee\xb5\xa2\xee\xb5\xa3\xee\xb5\xa4\xee\xb5\xa5\xee\xb5\xa6\xee\xb5\xa7\xee\xb5\xa8\xee\xb5\xa9\xee\xb5\xaa\xee\xb5\xab\xee\xb5\xac\xee\xb5\xad\xee\xb5\xae\xee\xb5\xaf\xee\xb5\xb0\xee\xb5\xb1\xee\xb5\xb2\xee\xb5\xb3\xee\xb5\xb4\xee\xb5\xb5\xee\xb5\xb6\xee\xb5\xb7\xee\xb5\xb8\xee\xb5\xb9\xee\xb5\xba\xee\xb5\xbb\xee\xb5\xbc\xee\xb5\xbd\xee\xb5\xbe\xee\xb5\xbf\xee\xb6\x80\xee\xb6\x81\xee\xb6\x82\xee\xb6\x83\xee\xb6\x84\xee\xb6\x85\xee\xb6\x86\xee\xb6\x87\xee\xb6\x88\xee\xb6\x89\xee\xb6\x8a\xee\xb6\x8b\xee\xb6\x8c\xee\xb6\x8d\xee\xb6\x8e\xee\xb6\x8f\xee\xb6\x90\xee\xb6\x91\xee\xb6\x92\xee\xb6\x93\xee\xb6\x94\xee\xb6\x95\xee\xb6\x96\xee\xb6\x97\xee\xb6\x98\xee\xb6\x99\xee\xb6\x9a\xee\xb6\x9b\xee\xb6\x9c\xee\xb6\x9d\xee\xb6\x9e\xee\xb6\x9f\xee\xb6\xa0\xee\xb6\xa1\xee\xb6\xa2\xee\xb6\xa3\xee\xb6\xa4\xee\xb6\xa5\xee\xb6\xa6\xee\xb6\xa7\xee\xb6\xa8\xee\xb6\xa9\xee\xb6\xaa\xee\xb6\xab\xee\xb6\xac\xee\xb6\xad\xee\xb6\xae\xee\xb6\xaf\xee\xb6\xb0\xee\xb6\xb1\xee\xb6\xb2\xee\xb6\xb3\xee\xb6\xb4\xee\xb6\xb5\xee\xb6\xb6\xee\xb6\xb7\xee\xb6\xb8\xee\xb6\xb9\xee\xb6\xba\xee\xb6\xbb\xee\xb6\xbc\xee\xb6\xbd\xee\xb6\xbe\xee\xb6\xbf\xee\xb7\x80\xee\xb7\x81\xee\xb7\x82\xee\xb7\x83\xee\xb7\x84\xee\xb7\x85\xee\xb7\x86\xee\xb7\x87\xee\xb7\x88\xee\xb7\x89\xee\xb7\x8a\xee\xb7\x8b\xee\xb7\x8c\xee\xb7\x8d\xee\xb7\x8e\xee\xb7\x8f\xee\xb7\x90\xee\xb7\x91\xee\xb7\x92\xee\xb7\x93\xee\xb7\x94\xee\xb7\x95\xee\xb7\x96\xee\xb7\x97\xee\xb7\x98\xee\xb7\x99\xee\xb7\x9a\xee\xb7\x9b\xee\xb7\x9c\xee\xb7\x9d\xee\xb7\x9e\xee\xb7\x9f\xee\xb7\xa0\xee\xb7\xa1\xee\xb7\xa2\xee\xb7\xa3\xee\xb7\xa4\xee\xb7\xa5\xee\xb7\xa6\xee\xb7\xa7\xee\xb7\xa8\xee\xb7\xa9\xee\xb7\xaa\xee\xb7\xab\xee\xb7\xac\xee\xb7\xad\xee\xb7\xae\xee\xb7\xaf\xee\xb7\xb0\xee\xb7\xb1\xee\xb7\xb2\xee\xb7\xb3\xee\xb7\xb4\xee\xb7\xb5\xee\xb7\xb6\xee\xb7\xb7\xee\xb7\xb8\xee\xb7\xb9\xee\xb7\xba\xee\xb7\xbb\xee\xb7\xbc\xee\xb7\xbd\xee\xb7\xbe\xee\xb7\xbf\xee\xb8\x80\xee\xb8\x81\xee\xb8\x82\xee\xb8\x83\xee\xb8\x84\xee\xb8\x85\xee\xb8\x86\xee\xb8\x87\xee\xb8\x88\xee\xb8\x89\xee\xb8\x8a\xee\xb8\x8b\xee\xb8\x8c\xee\xb8\x8d\xee\xb8\x8e\xee\xb8\x8f\xee\xb8\x90\xee\xb8\x91\xee\xb8\x92\xee\xb8\x93\xee\xb8\x94\xee\xb8\x95\xee\xb8\x96\xee\xb8\x97\xee\xb8\x98\xee\xb8\x99\xee\xb8\x9a\xee\xb8\x9b\xee\xb8\x9c\xee\xb8\x9d\xee\xb8\x9e\xee\xb8\x9f\xee\xb8\xa0\xee\xb8\xa1\xee\xb8\xa2\xee\xb8\xa3\xee\xb8\xa4\xee\xb8\xa5\xee\xb8\xa6\xee\xb8\xa7\xee\xb8\xa8\xee\xb8\xa9\xee\xb8\xaa\xee\xb8\xab\xee\xb8\xac\xee\xb8\xad\xee\xb8\xae\xee\xb8\xaf\xee\xb8\xb0\xee\xb8\xb1\xee\xb8\xb2\xee\xb8\xb3\xee\xb8\xb4\xee\xb8\xb5\xee\xb8\xb6\xee\xb8\xb7\xee\xb8\xb8\xee\xb8\xb9\xee\xb8\xba\xee\xb8\xbb\xee\xb8\xbc\xee\xb8\xbd\xee\xb8\xbe\xee\xb8\xbf\xee\xb9\x80\xee\xb9\x81\xee\xb9\x82\xee\xb9\x83\xee\xb9\x84\xee\xb9\x85\xee\xb9\x86\xee\xb9\x87\xee\xb9\x88\xee\xb9\x89\xee\xb9\x8a\xee\xb9\x8b\xee\xb9\x8c\xee\xb9\x8d\xee\xb9\x8e\xee\xb9\x8f\xee\xb9\x90\xee\xb9\x91\xee\xb9\x92\xee\xb9\x93\xee\xb9\x94\xee\xb9\x95\xee\xb9\x96\xee\xb9\x97\xee\xb9\x98\xee\xb9\x99\xee\xb9\x9a\xee\xb9\x9b\xee\xb9\x9c\xee\xb9\x9d\xee\xb9\x9e\xee\xb9\x9f\xee\xb9\xa0\xee\xb9\xa1\xee\xb9\xa2\xee\xb9\xa3\xee\xb9\xa4\xee\xb9\xa5\xee\xb9\xa6\xee\xb9\xa7\xee\xb9\xa8\xee\xb9\xa9\xee\xb9\xaa\xee\xb9\xab\xee\xb9\xac\xee\xb9\xad\xee\xb9\xae\xee\xb9\xaf\xee\xb9\xb0\xee\xb9\xb1\xee\xb9\xb2\xee\xb9\xb3\xee\xb9\xb4\xee\xb9\xb5\xee\xb9\xb6\xee\xb9\xb7\xee\xb9\xb8\xee\xb9\xb9\xee\xb9\xba\xee\xb9\xbb\xee\xb9\xbc\xee\xb9\xbd\xee\xb9\xbe\xee\xb9\xbf\xee\xba\x80\xee\xba\x81\xee\xba\x82\xee\xba\x83\xee\xba\x84\xee\xba\x85\xee\xba\x86\xee\xba\x87\xee\xba\x88\xee\xba\x89\xee\xba\x8a\xee\xba\x8b\xee\xba\x8c\xee\xba\x8d\xee\xba\x8e\xee\xba\x8f\xee\xba\x90\xee\xba\x91\xee\xba\x92\xee\xba\x93\xee\xba\x94\xee\xba\x95\xee\xba\x96\xee\xba\x97\xee\xba\x98\xee\xba\x99\xee\xba\x9a\xee\xba\x9b\xee\xba\x9c\xee\xba\x9d\xee\xba\x9e\xee\xba\x9f\xee\xba\xa0\xee\xba\xa1\xee\xba\xa2\xee\xba\xa3\xee\xba\xa4\xee\xba\xa5\xee\xba\xa6\xee\xba\xa7\xee\xba\xa8\xee\xba\xa9\xee\xba\xaa\xee\xba\xab\xee\xba\xac\xee\xba\xad\xee\xba\xae\xee\xba\xaf\xee\xba\xb0\xee\xba\xb1\xee\xba\xb2\xee\xba\xb3\xee\xba\xb4\xee\xba\xb5\xee\xba\xb6\xee\xba\xb7\xee\xba\xb8\xee\xba\xb9\xee\xba\xba\xee\xba\xbb\xee\xba\xbc\xee\xba\xbd\xee\xba\xbe\xee\xba\xbf\xee\xbb\x80\xee\xbb\x81\xee\xbb\x82\xee\xbb\x83\xee\xbb\x84\xee\xbb\x85\xee\xbb\x86\xee\xbb\x87\xee\xbb\x88\xee\xbb\x89\xee\xbb\x8a\xee\xbb\x8b\xee\xbb\x8c\xee\xbb\x8d\xee\xbb\x8e\xee\xbb\x8f\xee\xbb\x90\xee\xbb\x91\xee\xbb\x92\xee\xbb\x93\xee\xbb\x94\xee\xbb\x95\xee\xbb\x96\xee\xbb\x97\xee\xbb\x98\xee\xbb\x99\xee\xbb\x9a\xee\xbb\x9b\xee\xbb\x9c\xee\xbb\x9d\xee\xbb\x9e\xee\xbb\x9f\xee\xbb\xa0\xee\xbb\xa1\xee\xbb\xa2\xee\xbb\xa3\xee\xbb\xa4\xee\xbb\xa5\xee\xbb\xa6\xee\xbb\xa7\xee\xbb\xa8\xee\xbb\xa9\xee\xbb\xaa\xee\xbb\xab\xee\xbb\xac\xee\xbb\xad\xee\xbb\xae\xee\xbb\xaf\xee\xbb\xb0\xee\xbb\xb1\xee\xbb\xb2\xee\xbb\xb3\xee\xbb\xb4\xee\xbb\xb5\xee\xbb\xb6\xee\xbb\xb7\xee\xbb\xb8\xee\xbb\xb9\xee\xbb\xba\xee\xbb\xbb\xee\xbb\xbc\xee\xbb\xbd\xee\xbb\xbe\xee\xbb\xbf\xee\xbc\x80\xee\xbc\x81\xee\xbc\x82\xee\xbc\x83\xee\xbc\x84\xee\xbc\x85\xee\xbc\x86\xee\xbc\x87\xee\xbc\x88\xee\xbc\x89\xee\xbc\x8a\xee\xbc\x8b\xee\xbc\x8c\xee\xbc\x8d\xee\xbc\x8e\xee\xbc\x8f\xee\xbc\x90\xee\xbc\x91\xee\xbc\x92\xee\xbc\x93\xee\xbc\x94\xee\xbc\x95\xee\xbc\x96\xee\xbc\x97\xee\xbc\x98\xee\xbc\x99\xee\xbc\x9a\xee\xbc\x9b\xee\xbc\x9c\xee\xbc\x9d\xee\xbc\x9e\xee\xbc\x9f\xee\xbc\xa0\xee\xbc\xa1\xee\xbc\xa2\xee\xbc\xa3\xee\xbc\xa4\xee\xbc\xa5\xee\xbc\xa6\xee\xbc\xa7\xee\xbc\xa8\xee\xbc\xa9\xee\xbc\xaa\xee\xbc\xab\xee\xbc\xac\xee\xbc\xad\xee\xbc\xae\xee\xbc\xaf\xee\xbc\xb0\xee\xbc\xb1\xee\xbc\xb2\xee\xbc\xb3\xee\xbc\xb4\xee\xbc\xb5\xee\xbc\xb6\xee\xbc\xb7\xee\xbc\xb8\xee\xbc\xb9\xee\xbc\xba\xee\xbc\xbb\xee\xbc\xbc\xee\xbc\xbd\xee\xbc\xbe\xee\xbc\xbf\xee\xbd\x80\xee\xbd\x81\xee\xbd\x82\xee\xbd\x83\xee\xbd\x84\xee\xbd\x85\xee\xbd\x86\xee\xbd\x87\xee\xbd\x88\xee\xbd\x89\xee\xbd\x8a\xee\xbd\x8b\xee\xbd\x8c\xee\xbd\x8d\xee\xbd\x8e\xee\xbd\x8f\xee\xbd\x90\xee\xbd\x91\xee\xbd\x92\xee\xbd\x93\xee\xbd\x94\xee\xbd\x95\xee\xbd\x96\xee\xbd\x97\xee\xbd\x98\xee\xbd\x99\xee\xbd\x9a\xee\xbd\x9b\xee\xbd\x9c\xee\xbd\x9d\xee\xbd\x9e\xee\xbd\x9f\xee\xbd\xa0\xee\xbd\xa1\xee\xbd\xa2\xee\xbd\xa3\xee\xbd\xa4\xee\xbd\xa5\xee\xbd\xa6\xee\xbd\xa7\xee\xbd\xa8\xee\xbd\xa9\xee\xbd\xaa\xee\xbd\xab\xee\xbd\xac\xee\xbd\xad\xee\xbd\xae\xee\xbd\xaf\xee\xbd\xb0\xee\xbd\xb1\xee\xbd\xb2\xee\xbd\xb3\xee\xbd\xb4\xee\xbd\xb5\xee\xbd\xb6\xee\xbd\xb7\xee\xbd\xb8\xee\xbd\xb9\xee\xbd\xba\xee\xbd\xbb\xee\xbd\xbc\xee\xbd\xbd\xee\xbd\xbe\xee\xbd\xbf\xee\xbe\x80\xee\xbe\x81\xee\xbe\x82\xee\xbe\x83\xee\xbe\x84\xee\xbe\x85\xee\xbe\x86\xee\xbe\x87\xee\xbe\x88\xee\xbe\x89\xee\xbe\x8a\xee\xbe\x8b\xee\xbe\x8c\xee\xbe\x8d\xee\xbe\x8e\xee\xbe\x8f\xee\xbe\x90\xee\xbe\x91\xee\xbe\x92\xee\xbe\x93\xee\xbe\x94\xee\xbe\x95\xee\xbe\x96\xee\xbe\x97\xee\xbe\x98\xee\xbe\x99\xee\xbe\x9a\xee\xbe\x9b\xee\xbe\x9c\xee\xbe\x9d\xee\xbe\x9e\xee\xbe\x9f\xee\xbe\xa0\xee\xbe\xa1\xee\xbe\xa2\xee\xbe\xa3\xee\xbe\xa4\xee\xbe\xa5\xee\xbe\xa6\xee\xbe\xa7\xee\xbe\xa8\xee\xbe\xa9\xee\xbe\xaa\xee\xbe\xab\xee\xbe\xac\xee\xbe\xad\xee\xbe\xae\xee\xbe\xaf\xee\xbe\xb0\xee\xbe\xb1\xee\xbe\xb2\xee\xbe\xb3\xee\xbe\xb4\xee\xbe\xb5\xee\xbe\xb6\xee\xbe\xb7\xee\xbe\xb8\xee\xbe\xb9\xee\xbe\xba\xee\xbe\xbb\xee\xbe\xbc\xee\xbe\xbd\xee\xbe\xbe\xee\xbe\xbf\xee\xbf\x80\xee\xbf\x81\xee\xbf\x82\xee\xbf\x83\xee\xbf\x84\xee\xbf\x85\xee\xbf\x86\xee\xbf\x87\xee\xbf\x88\xee\xbf\x89\xee\xbf\x8a\xee\xbf\x8b\xee\xbf\x8c\xee\xbf\x8d\xee\xbf\x8e\xee\xbf\x8f\xee\xbf\x90\xee\xbf\x91\xee\xbf\x92\xee\xbf\x93\xee\xbf\x94\xee\xbf\x95\xee\xbf\x96\xee\xbf\x97\xee\xbf\x98\xee\xbf\x99\xee\xbf\x9a\xee\xbf\x9b\xee\xbf\x9c\xee\xbf\x9d\xee\xbf\x9e\xee\xbf\x9f\xee\xbf\xa0\xee\xbf\xa1\xee\xbf\xa2\xee\xbf\xa3\xee\xbf\xa4\xee\xbf\xa5\xee\xbf\xa6\xee\xbf\xa7\xee\xbf\xa8\xee\xbf\xa9\xee\xbf\xaa\xee\xbf\xab\xee\xbf\xac\xee\xbf\xad\xee\xbf\xae\xee\xbf\xaf\xee\xbf\xb0\xee\xbf\xb1\xee\xbf\xb2\xee\xbf\xb3\xee\xbf\xb4\xee\xbf\xb5\xee\xbf\xb6\xee\xbf\xb7\xee\xbf\xb8\xee\xbf\xb9\xee\xbf\xba\xee\xbf\xbb\xee\xbf\xbc\xee\xbf\xbd\xee\xbf\xbe\xee\xbf\xbf\xef\x80\x80\xef\x80\x81\xef\x80\x82\xef\x80\x83\xef\x80\x84\xef\x80\x85\xef\x80\x86\xef\x80\x87\xef\x80\x88\xef\x80\x89\xef\x80\x8a\xef\x80\x8b\xef\x80\x8c\xef\x80\x8d\xef\x80\x8e\xef\x80\x8f\xef\x80\x90\xef\x80\x91\xef\x80\x92\xef\x80\x93\xef\x80\x94\xef\x80\x95\xef\x80\x96\xef\x80\x97\xef\x80\x98\xef\x80\x99\xef\x80\x9a\xef\x80\x9b\xef\x80\x9c\xef\x80\x9d\xef\x80\x9e\xef\x80\x9f\xef\x80\xa0\xef\x80\xa1\xef\x80\xa2\xef\x80\xa3\xef\x80\xa4\xef\x80\xa5\xef\x80\xa6\xef\x80\xa7\xef\x80\xa8\xef\x80\xa9\xef\x80\xaa\xef\x80\xab\xef\x80\xac\xef\x80\xad\xef\x80\xae\xef\x80\xaf\xef\x80\xb0\xef\x80\xb1\xef\x80\xb2\xef\x80\xb3\xef\x80\xb4\xef\x80\xb5\xef\x80\xb6\xef\x80\xb7\xef\x80\xb8\xef\x80\xb9\xef\x80\xba\xef\x80\xbb\xef\x80\xbc\xef\x80\xbd\xef\x80\xbe\xef\x80\xbf\xef\x81\x80\xef\x81\x81\xef\x81\x82\xef\x81\x83\xef\x81\x84\xef\x81\x85\xef\x81\x86\xef\x81\x87\xef\x81\x88\xef\x81\x89\xef\x81\x8a\xef\x81\x8b\xef\x81\x8c\xef\x81\x8d\xef\x81\x8e\xef\x81\x8f\xef\x81\x90\xef\x81\x91\xef\x81\x92\xef\x81\x93\xef\x81\x94\xef\x81\x95\xef\x81\x96\xef\x81\x97\xef\x81\x98\xef\x81\x99\xef\x81\x9a\xef\x81\x9b\xef\x81\x9c\xef\x81\x9d\xef\x81\x9e\xef\x81\x9f\xef\x81\xa0\xef\x81\xa1\xef\x81\xa2\xef\x81\xa3\xef\x81\xa4\xef\x81\xa5\xef\x81\xa6\xef\x81\xa7\xef\x81\xa8\xef\x81\xa9\xef\x81\xaa\xef\x81\xab\xef\x81\xac\xef\x81\xad\xef\x81\xae\xef\x81\xaf\xef\x81\xb0\xef\x81\xb1\xef\x81\xb2\xef\x81\xb3\xef\x81\xb4\xef\x81\xb5\xef\x81\xb6\xef\x81\xb7\xef\x81\xb8\xef\x81\xb9\xef\x81\xba\xef\x81\xbb\xef\x81\xbc\xef\x81\xbd\xef\x81\xbe\xef\x81\xbf\xef\x82\x80\xef\x82\x81\xef\x82\x82\xef\x82\x83\xef\x82\x84\xef\x82\x85\xef\x82\x86\xef\x82\x87\xef\x82\x88\xef\x82\x89\xef\x82\x8a\xef\x82\x8b\xef\x82\x8c\xef\x82\x8d\xef\x82\x8e\xef\x82\x8f\xef\x82\x90\xef\x82\x91\xef\x82\x92\xef\x82\x93\xef\x82\x94\xef\x82\x95\xef\x82\x96\xef\x82\x97\xef\x82\x98\xef\x82\x99\xef\x82\x9a\xef\x82\x9b\xef\x82\x9c\xef\x82\x9d\xef\x82\x9e\xef\x82\x9f\xef\x82\xa0\xef\x82\xa1\xef\x82\xa2\xef\x82\xa3\xef\x82\xa4\xef\x82\xa5\xef\x82\xa6\xef\x82\xa7\xef\x82\xa8\xef\x82\xa9\xef\x82\xaa\xef\x82\xab\xef\x82\xac\xef\x82\xad\xef\x82\xae\xef\x82\xaf\xef\x82\xb0\xef\x82\xb1\xef\x82\xb2\xef\x82\xb3\xef\x82\xb4\xef\x82\xb5\xef\x82\xb6\xef\x82\xb7\xef\x82\xb8\xef\x82\xb9\xef\x82\xba\xef\x82\xbb\xef\x82\xbc\xef\x82\xbd\xef\x82\xbe\xef\x82\xbf\xef\x83\x80\xef\x83\x81\xef\x83\x82\xef\x83\x83\xef\x83\x84\xef\x83\x85\xef\x83\x86\xef\x83\x87\xef\x83\x88\xef\x83\x89\xef\x83\x8a\xef\x83\x8b\xef\x83\x8c\xef\x83\x8d\xef\x83\x8e\xef\x83\x8f\xef\x83\x90\xef\x83\x91\xef\x83\x92\xef\x83\x93\xef\x83\x94\xef\x83\x95\xef\x83\x96\xef\x83\x97\xef\x83\x98\xef\x83\x99\xef\x83\x9a\xef\x83\x9b\xef\x83\x9c\xef\x83\x9d\xef\x83\x9e\xef\x83\x9f\xef\x83\xa0\xef\x83\xa1\xef\x83\xa2\xef\x83\xa3\xef\x83\xa4\xef\x83\xa5\xef\x83\xa6\xef\x83\xa7\xef\x83\xa8\xef\x83\xa9\xef\x83\xaa\xef\x83\xab\xef\x83\xac\xef\x83\xad\xef\x83\xae\xef\x83\xaf\xef\x83\xb0\xef\x83\xb1\xef\x83\xb2\xef\x83\xb3\xef\x83\xb4\xef\x83\xb5\xef\x83\xb6\xef\x83\xb7\xef\x83\xb8\xef\x83\xb9\xef\x83\xba\xef\x83\xbb\xef\x83\xbc\xef\x83\xbd\xef\x83\xbe\xef\x83\xbf\xef\x84\x80\xef\x84\x81\xef\x84\x82\xef\x84\x83\xef\x84\x84\xef\x84\x85\xef\x84\x86\xef\x84\x87\xef\x84\x88\xef\x84\x89\xef\x84\x8a\xef\x84\x8b\xef\x84\x8c\xef\x84\x8d\xef\x84\x8e\xef\x84\x8f\xef\x84\x90\xef\x84\x91\xef\x84\x92\xef\x84\x93\xef\x84\x94\xef\x84\x95\xef\x84\x96\xef\x84\x97\xef\x84\x98\xef\x84\x99\xef\x84\x9a\xef\x84\x9b\xef\x84\x9c\xef\x84\x9d\xef\x84\x9e\xef\x84\x9f\xef\x84\xa0\xef\x84\xa1\xef\x84\xa2\xef\x84\xa3\xef\x84\xa4\xef\x84\xa5\xef\x84\xa6\xef\x84\xa7\xef\x84\xa8\xef\x84\xa9\xef\x84\xaa\xef\x84\xab\xef\x84\xac\xef\x84\xad\xef\x84\xae\xef\x84\xaf\xef\x84\xb0\xef\x84\xb1\xef\x84\xb2\xef\x84\xb3\xef\x84\xb4\xef\x84\xb5\xef\x84\xb6\xef\x84\xb7\xef\x84\xb8\xef\x84\xb9\xef\x84\xba\xef\x84\xbb\xef\x84\xbc\xef\x84\xbd\xef\x84\xbe\xef\x84\xbf\xef\x85\x80\xef\x85\x81\xef\x85\x82\xef\x85\x83\xef\x85\x84\xef\x85\x85\xef\x85\x86\xef\x85\x87\xef\x85\x88\xef\x85\x89\xef\x85\x8a\xef\x85\x8b\xef\x85\x8c\xef\x85\x8d\xef\x85\x8e\xef\x85\x8f\xef\x85\x90\xef\x85\x91\xef\x85\x92\xef\x85\x93\xef\x85\x94\xef\x85\x95\xef\x85\x96\xef\x85\x97\xef\x85\x98\xef\x85\x99\xef\x85\x9a\xef\x85\x9b\xef\x85\x9c\xef\x85\x9d\xef\x85\x9e\xef\x85\x9f\xef\x85\xa0\xef\x85\xa1\xef\x85\xa2\xef\x85\xa3\xef\x85\xa4\xef\x85\xa5\xef\x85\xa6\xef\x85\xa7\xef\x85\xa8\xef\x85\xa9\xef\x85\xaa\xef\x85\xab\xef\x85\xac\xef\x85\xad\xef\x85\xae\xef\x85\xaf\xef\x85\xb0\xef\x85\xb1\xef\x85\xb2\xef\x85\xb3\xef\x85\xb4\xef\x85\xb5\xef\x85\xb6\xef\x85\xb7\xef\x85\xb8\xef\x85\xb9\xef\x85\xba\xef\x85\xbb\xef\x85\xbc\xef\x85\xbd\xef\x85\xbe\xef\x85\xbf\xef\x86\x80\xef\x86\x81\xef\x86\x82\xef\x86\x83\xef\x86\x84\xef\x86\x85\xef\x86\x86\xef\x86\x87\xef\x86\x88\xef\x86\x89\xef\x86\x8a\xef\x86\x8b\xef\x86\x8c\xef\x86\x8d\xef\x86\x8e\xef\x86\x8f\xef\x86\x90\xef\x86\x91\xef\x86\x92\xef\x86\x93\xef\x86\x94\xef\x86\x95\xef\x86\x96\xef\x86\x97\xef\x86\x98\xef\x86\x99\xef\x86\x9a\xef\x86\x9b\xef\x86\x9c\xef\x86\x9d\xef\x86\x9e\xef\x86\x9f\xef\x86\xa0\xef\x86\xa1\xef\x86\xa2\xef\x86\xa3\xef\x86\xa4\xef\x86\xa5\xef\x86\xa6\xef\x86\xa7\xef\x86\xa8\xef\x86\xa9\xef\x86\xaa\xef\x86\xab\xef\x86\xac\xef\x86\xad\xef\x86\xae\xef\x86\xaf\xef\x86\xb0\xef\x86\xb1\xef\x86\xb2\xef\x86\xb3\xef\x86\xb4\xef\x86\xb5\xef\x86\xb6\xef\x86\xb7\xef\x86\xb8\xef\x86\xb9\xef\x86\xba\xef\x86\xbb\xef\x86\xbc\xef\x86\xbd\xef\x86\xbe\xef\x86\xbf\xef\x87\x80\xef\x87\x81\xef\x87\x82\xef\x87\x83\xef\x87\x84\xef\x87\x85\xef\x87\x86\xef\x87\x87\xef\x87\x88\xef\x87\x89\xef\x87\x8a\xef\x87\x8b\xef\x87\x8c\xef\x87\x8d\xef\x87\x8e\xef\x87\x8f\xef\x87\x90\xef\x87\x91\xef\x87\x92\xef\x87\x93\xef\x87\x94\xef\x87\x95\xef\x87\x96\xef\x87\x97\xef\x87\x98\xef\x87\x99\xef\x87\x9a\xef\x87\x9b\xef\x87\x9c\xef\x87\x9d\xef\x87\x9e\xef\x87\x9f\xef\x87\xa0\xef\x87\xa1\xef\x87\xa2\xef\x87\xa3\xef\x87\xa4\xef\x87\xa5\xef\x87\xa6\xef\x87\xa7\xef\x87\xa8\xef\x87\xa9\xef\x87\xaa\xef\x87\xab\xef\x87\xac\xef\x87\xad\xef\x87\xae\xef\x87\xaf\xef\x87\xb0\xef\x87\xb1\xef\x87\xb2\xef\x87\xb3\xef\x87\xb4\xef\x87\xb5\xef\x87\xb6\xef\x87\xb7\xef\x87\xb8\xef\x87\xb9\xef\x87\xba\xef\x87\xbb\xef\x87\xbc\xef\x87\xbd\xef\x87\xbe\xef\x87\xbf\xef\x88\x80\xef\x88\x81\xef\x88\x82\xef\x88\x83\xef\x88\x84\xef\x88\x85\xef\x88\x86\xef\x88\x87\xef\x88\x88\xef\x88\x89\xef\x88\x8a\xef\x88\x8b\xef\x88\x8c\xef\x88\x8d\xef\x88\x8e\xef\x88\x8f\xef\x88\x90\xef\x88\x91\xef\x88\x92\xef\x88\x93\xef\x88\x94\xef\x88\x95\xef\x88\x96\xef\x88\x97\xef\x88\x98\xef\x88\x99\xef\x88\x9a\xef\x88\x9b\xef\x88\x9c\xef\x88\x9d\xef\x88\x9e\xef\x88\x9f\xef\x88\xa0\xef\x88\xa1\xef\x88\xa2\xef\x88\xa3\xef\x88\xa4\xef\x88\xa5\xef\x88\xa6\xef\x88\xa7\xef\x88\xa8\xef\x88\xa9\xef\x88\xaa\xef\x88\xab\xef\x88\xac\xef\x88\xad\xef\x88\xae\xef\x88\xaf\xef\x88\xb0\xef\x88\xb1\xef\x88\xb2\xef\x88\xb3\xef\x88\xb4\xef\x88\xb5\xef\x88\xb6\xef\x88\xb7\xef\x88\xb8\xef\x88\xb9\xef\x88\xba\xef\x88\xbb\xef\x88\xbc\xef\x88\xbd\xef\x88\xbe\xef\x88\xbf\xef\x89\x80\xef\x89\x81\xef\x89\x82\xef\x89\x83\xef\x89\x84\xef\x89\x85\xef\x89\x86\xef\x89\x87\xef\x89\x88\xef\x89\x89\xef\x89\x8a\xef\x89\x8b\xef\x89\x8c\xef\x89\x8d\xef\x89\x8e\xef\x89\x8f\xef\x89\x90\xef\x89\x91\xef\x89\x92\xef\x89\x93\xef\x89\x94\xef\x89\x95\xef\x89\x96\xef\x89\x97\xef\x89\x98\xef\x89\x99\xef\x89\x9a\xef\x89\x9b\xef\x89\x9c\xef\x89\x9d\xef\x89\x9e\xef\x89\x9f\xef\x89\xa0\xef\x89\xa1\xef\x89\xa2\xef\x89\xa3\xef\x89\xa4\xef\x89\xa5\xef\x89\xa6\xef\x89\xa7\xef\x89\xa8\xef\x89\xa9\xef\x89\xaa\xef\x89\xab\xef\x89\xac\xef\x89\xad\xef\x89\xae\xef\x89\xaf\xef\x89\xb0\xef\x89\xb1\xef\x89\xb2\xef\x89\xb3\xef\x89\xb4\xef\x89\xb5\xef\x89\xb6\xef\x89\xb7\xef\x89\xb8\xef\x89\xb9\xef\x89\xba\xef\x89\xbb\xef\x89\xbc\xef\x89\xbd\xef\x89\xbe\xef\x89\xbf\xef\x8a\x80\xef\x8a\x81\xef\x8a\x82\xef\x8a\x83\xef\x8a\x84\xef\x8a\x85\xef\x8a\x86\xef\x8a\x87\xef\x8a\x88\xef\x8a\x89\xef\x8a\x8a\xef\x8a\x8b\xef\x8a\x8c\xef\x8a\x8d\xef\x8a\x8e\xef\x8a\x8f\xef\x8a\x90\xef\x8a\x91\xef\x8a\x92\xef\x8a\x93\xef\x8a\x94\xef\x8a\x95\xef\x8a\x96\xef\x8a\x97\xef\x8a\x98\xef\x8a\x99\xef\x8a\x9a\xef\x8a\x9b\xef\x8a\x9c\xef\x8a\x9d\xef\x8a\x9e\xef\x8a\x9f\xef\x8a\xa0\xef\x8a\xa1\xef\x8a\xa2\xef\x8a\xa3\xef\x8a\xa4\xef\x8a\xa5\xef\x8a\xa6\xef\x8a\xa7\xef\x8a\xa8\xef\x8a\xa9\xef\x8a\xaa\xef\x8a\xab\xef\x8a\xac\xef\x8a\xad\xef\x8a\xae\xef\x8a\xaf\xef\x8a\xb0\xef\x8a\xb1\xef\x8a\xb2\xef\x8a\xb3\xef\x8a\xb4\xef\x8a\xb5\xef\x8a\xb6\xef\x8a\xb7\xef\x8a\xb8\xef\x8a\xb9\xef\x8a\xba\xef\x8a\xbb\xef\x8a\xbc\xef\x8a\xbd\xef\x8a\xbe\xef\x8a\xbf\xef\x8b\x80\xef\x8b\x81\xef\x8b\x82\xef\x8b\x83\xef\x8b\x84\xef\x8b\x85\xef\x8b\x86\xef\x8b\x87\xef\x8b\x88\xef\x8b\x89\xef\x8b\x8a\xef\x8b\x8b\xef\x8b\x8c\xef\x8b\x8d\xef\x8b\x8e\xef\x8b\x8f\xef\x8b\x90\xef\x8b\x91\xef\x8b\x92\xef\x8b\x93\xef\x8b\x94\xef\x8b\x95\xef\x8b\x96\xef\x8b\x97\xef\x8b\x98\xef\x8b\x99\xef\x8b\x9a\xef\x8b\x9b\xef\x8b\x9c\xef\x8b\x9d\xef\x8b\x9e\xef\x8b\x9f\xef\x8b\xa0\xef\x8b\xa1\xef\x8b\xa2\xef\x8b\xa3\xef\x8b\xa4\xef\x8b\xa5\xef\x8b\xa6\xef\x8b\xa7\xef\x8b\xa8\xef\x8b\xa9\xef\x8b\xaa\xef\x8b\xab\xef\x8b\xac\xef\x8b\xad\xef\x8b\xae\xef\x8b\xaf\xef\x8b\xb0\xef\x8b\xb1\xef\x8b\xb2\xef\x8b\xb3\xef\x8b\xb4\xef\x8b\xb5\xef\x8b\xb6\xef\x8b\xb7\xef\x8b\xb8\xef\x8b\xb9\xef\x8b\xba\xef\x8b\xbb\xef\x8b\xbc\xef\x8b\xbd\xef\x8b\xbe\xef\x8b\xbf\xef\x8c\x80\xef\x8c\x81\xef\x8c\x82\xef\x8c\x83\xef\x8c\x84\xef\x8c\x85\xef\x8c\x86\xef\x8c\x87\xef\x8c\x88\xef\x8c\x89\xef\x8c\x8a\xef\x8c\x8b\xef\x8c\x8c\xef\x8c\x8d\xef\x8c\x8e\xef\x8c\x8f\xef\x8c\x90\xef\x8c\x91\xef\x8c\x92\xef\x8c\x93\xef\x8c\x94\xef\x8c\x95\xef\x8c\x96\xef\x8c\x97\xef\x8c\x98\xef\x8c\x99\xef\x8c\x9a\xef\x8c\x9b\xef\x8c\x9c\xef\x8c\x9d\xef\x8c\x9e\xef\x8c\x9f\xef\x8c\xa0\xef\x8c\xa1\xef\x8c\xa2\xef\x8c\xa3\xef\x8c\xa4\xef\x8c\xa5\xef\x8c\xa6\xef\x8c\xa7\xef\x8c\xa8\xef\x8c\xa9\xef\x8c\xaa\xef\x8c\xab\xef\x8c\xac\xef\x8c\xad\xef\x8c\xae\xef\x8c\xaf\xef\x8c\xb0\xef\x8c\xb1\xef\x8c\xb2\xef\x8c\xb3\xef\x8c\xb4\xef\x8c\xb5\xef\x8c\xb6\xef\x8c\xb7\xef\x8c\xb8\xef\x8c\xb9\xef\x8c\xba\xef\x8c\xbb\xef\x8c\xbc\xef\x8c\xbd\xef\x8c\xbe\xef\x8c\xbf\xef\x8d\x80\xef\x8d\x81\xef\x8d\x82\xef\x8d\x83\xef\x8d\x84\xef\x8d\x85\xef\x8d\x86\xef\x8d\x87\xef\x8d\x88\xef\x8d\x89\xef\x8d\x8a\xef\x8d\x8b\xef\x8d\x8c\xef\x8d\x8d\xef\x8d\x8e\xef\x8d\x8f\xef\x8d\x90\xef\x8d\x91\xef\x8d\x92\xef\x8d\x93\xef\x8d\x94\xef\x8d\x95\xef\x8d\x96\xef\x8d\x97\xef\x8d\x98\xef\x8d\x99\xef\x8d\x9a\xef\x8d\x9b\xef\x8d\x9c\xef\x8d\x9d\xef\x8d\x9e\xef\x8d\x9f\xef\x8d\xa0\xef\x8d\xa1\xef\x8d\xa2\xef\x8d\xa3\xef\x8d\xa4\xef\x8d\xa5\xef\x8d\xa6\xef\x8d\xa7\xef\x8d\xa8\xef\x8d\xa9\xef\x8d\xaa\xef\x8d\xab\xef\x8d\xac\xef\x8d\xad\xef\x8d\xae\xef\x8d\xaf\xef\x8d\xb0\xef\x8d\xb1\xef\x8d\xb2\xef\x8d\xb3\xef\x8d\xb4\xef\x8d\xb5\xef\x8d\xb6\xef\x8d\xb7\xef\x8d\xb8\xef\x8d\xb9\xef\x8d\xba\xef\x8d\xbb\xef\x8d\xbc\xef\x8d\xbd\xef\x8d\xbe\xef\x8d\xbf\xef\x8e\x80\xef\x8e\x81\xef\x8e\x82\xef\x8e\x83\xef\x8e\x84\xef\x8e\x85\xef\x8e\x86\xef\x8e\x87\xef\x8e\x88\xef\x8e\x89\xef\x8e\x8a\xef\x8e\x8b\xef\x8e\x8c\xef\x8e\x8d\xef\x8e\x8e\xef\x8e\x8f\xef\x8e\x90\xef\x8e\x91\xef\x8e\x92\xef\x8e\x93\xef\x8e\x94\xef\x8e\x95\xef\x8e\x96\xef\x8e\x97\xef\x8e\x98\xef\x8e\x99\xef\x8e\x9a\xef\x8e\x9b\xef\x8e\x9c\xef\x8e\x9d\xef\x8e\x9e\xef\x8e\x9f\xef\x8e\xa0\xef\x8e\xa1\xef\x8e\xa2\xef\x8e\xa3\xef\x8e\xa4\xef\x8e\xa5\xef\x8e\xa6\xef\x8e\xa7\xef\x8e\xa8\xef\x8e\xa9\xef\x8e\xaa\xef\x8e\xab\xef\x8e\xac\xef\x8e\xad\xef\x8e\xae\xef\x8e\xaf\xef\x8e\xb0\xef\x8e\xb1\xef\x8e\xb2\xef\x8e\xb3\xef\x8e\xb4\xef\x8e\xb5\xef\x8e\xb6\xef\x8e\xb7\xef\x8e\xb8\xef\x8e\xb9\xef\x8e\xba\xef\x8e\xbb\xef\x8e\xbc\xef\x8e\xbd\xef\x8e\xbe\xef\x8e\xbf\xef\x8f\x80\xef\x8f\x81\xef\x8f\x82\xef\x8f\x83\xef\x8f\x84\xef\x8f\x85\xef\x8f\x86\xef\x8f\x87\xef\x8f\x88\xef\x8f\x89\xef\x8f\x8a\xef\x8f\x8b\xef\x8f\x8c\xef\x8f\x8d\xef\x8f\x8e\xef\x8f\x8f\xef\x8f\x90\xef\x8f\x91\xef\x8f\x92\xef\x8f\x93\xef\x8f\x94\xef\x8f\x95\xef\x8f\x96\xef\x8f\x97\xef\x8f\x98\xef\x8f\x99\xef\x8f\x9a\xef\x8f\x9b\xef\x8f\x9c\xef\x8f\x9d\xef\x8f\x9e\xef\x8f\x9f\xef\x8f\xa0\xef\x8f\xa1\xef\x8f\xa2\xef\x8f\xa3\xef\x8f\xa4\xef\x8f\xa5\xef\x8f\xa6\xef\x8f\xa7\xef\x8f\xa8\xef\x8f\xa9\xef\x8f\xaa\xef\x8f\xab\xef\x8f\xac\xef\x8f\xad\xef\x8f\xae\xef\x8f\xaf\xef\x8f\xb0\xef\x8f\xb1\xef\x8f\xb2\xef\x8f\xb3\xef\x8f\xb4\xef\x8f\xb5\xef\x8f\xb6\xef\x8f\xb7\xef\x8f\xb8\xef\x8f\xb9\xef\x8f\xba\xef\x8f\xbb\xef\x8f\xbc\xef\x8f\xbd\xef\x8f\xbe\xef\x8f\xbf\xef\x90\x80\xef\x90\x81\xef\x90\x82\xef\x90\x83\xef\x90\x84\xef\x90\x85\xef\x90\x86\xef\x90\x87\xef\x90\x88\xef\x90\x89\xef\x90\x8a\xef\x90\x8b\xef\x90\x8c\xef\x90\x8d\xef\x90\x8e\xef\x90\x8f\xef\x90\x90\xef\x90\x91\xef\x90\x92\xef\x90\x93\xef\x90\x94\xef\x90\x95\xef\x90\x96\xef\x90\x97\xef\x90\x98\xef\x90\x99\xef\x90\x9a\xef\x90\x9b\xef\x90\x9c\xef\x90\x9d\xef\x90\x9e\xef\x90\x9f\xef\x90\xa0\xef\x90\xa1\xef\x90\xa2\xef\x90\xa3\xef\x90\xa4\xef\x90\xa5\xef\x90\xa6\xef\x90\xa7\xef\x90\xa8\xef\x90\xa9\xef\x90\xaa\xef\x90\xab\xef\x90\xac\xef\x90\xad\xef\x90\xae\xef\x90\xaf\xef\x90\xb0\xef\x90\xb1\xef\x90\xb2\xef\x90\xb3\xef\x90\xb4\xef\x90\xb5\xef\x90\xb6\xef\x90\xb7\xef\x90\xb8\xef\x90\xb9\xef\x90\xba\xef\x90\xbb\xef\x90\xbc\xef\x90\xbd\xef\x90\xbe\xef\x90\xbf\xef\x91\x80\xef\x91\x81\xef\x91\x82\xef\x91\x83\xef\x91\x84\xef\x91\x85\xef\x91\x86\xef\x91\x87\xef\x91\x88\xef\x91\x89\xef\x91\x8a\xef\x91\x8b\xef\x91\x8c\xef\x91\x8d\xef\x91\x8e\xef\x91\x8f\xef\x91\x90\xef\x91\x91\xef\x91\x92\xef\x91\x93\xef\x91\x94\xef\x91\x95\xef\x91\x96\xef\x91\x97\xef\x91\x98\xef\x91\x99\xef\x91\x9a\xef\x91\x9b\xef\x91\x9c\xef\x91\x9d\xef\x91\x9e\xef\x91\x9f\xef\x91\xa0\xef\x91\xa1\xef\x91\xa2\xef\x91\xa3\xef\x91\xa4\xef\x91\xa5\xef\x91\xa6\xef\x91\xa7\xef\x91\xa8\xef\x91\xa9\xef\x91\xaa\xef\x91\xab\xef\x91\xac\xef\x91\xad\xef\x91\xae\xef\x91\xaf\xef\x91\xb0\xef\x91\xb1\xef\x91\xb2\xef\x91\xb3\xef\x91\xb4\xef\x91\xb5\xef\x91\xb6\xef\x91\xb7\xef\x91\xb8\xef\x91\xb9\xef\x91\xba\xef\x91\xbb\xef\x91\xbc\xef\x91\xbd\xef\x91\xbe\xef\x91\xbf\xef\x92\x80\xef\x92\x81\xef\x92\x82\xef\x92\x83\xef\x92\x84\xef\x92\x85\xef\x92\x86\xef\x92\x87\xef\x92\x88\xef\x92\x89\xef\x92\x8a\xef\x92\x8b\xef\x92\x8c\xef\x92\x8d\xef\x92\x8e\xef\x92\x8f\xef\x92\x90\xef\x92\x91\xef\x92\x92\xef\x92\x93\xef\x92\x94\xef\x92\x95\xef\x92\x96\xef\x92\x97\xef\x92\x98\xef\x92\x99\xef\x92\x9a\xef\x92\x9b\xef\x92\x9c\xef\x92\x9d\xef\x92\x9e\xef\x92\x9f\xef\x92\xa0\xef\x92\xa1\xef\x92\xa2\xef\x92\xa3\xef\x92\xa4\xef\x92\xa5\xef\x92\xa6\xef\x92\xa7\xef\x92\xa8\xef\x92\xa9\xef\x92\xaa\xef\x92\xab\xef\x92\xac\xef\x92\xad\xef\x92\xae\xef\x92\xaf\xef\x92\xb0\xef\x92\xb1\xef\x92\xb2\xef\x92\xb3\xef\x92\xb4\xef\x92\xb5\xef\x92\xb6\xef\x92\xb7\xef\x92\xb8\xef\x92\xb9\xef\x92\xba\xef\x92\xbb\xef\x92\xbc\xef\x92\xbd\xef\x92\xbe\xef\x92\xbf\xef\x93\x80\xef\x93\x81\xef\x93\x82\xef\x93\x83\xef\x93\x84\xef\x93\x85\xef\x93\x86\xef\x93\x87\xef\x93\x88\xef\x93\x89\xef\x93\x8a\xef\x93\x8b\xef\x93\x8c\xef\x93\x8d\xef\x93\x8e\xef\x93\x8f\xef\x93\x90\xef\x93\x91\xef\x93\x92\xef\x93\x93\xef\x93\x94\xef\x93\x95\xef\x93\x96\xef\x93\x97\xef\x93\x98\xef\x93\x99\xef\x93\x9a\xef\x93\x9b\xef\x93\x9c\xef\x93\x9d\xef\x93\x9e\xef\x93\x9f\xef\x93\xa0\xef\x93\xa1\xef\x93\xa2\xef\x93\xa3\xef\x93\xa4\xef\x93\xa5\xef\x93\xa6\xef\x93\xa7\xef\x93\xa8\xef\x93\xa9\xef\x93\xaa\xef\x93\xab\xef\x93\xac\xef\x93\xad\xef\x93\xae\xef\x93\xaf\xef\x93\xb0\xef\x93\xb1\xef\x93\xb2\xef\x93\xb3\xef\x93\xb4\xef\x93\xb5\xef\x93\xb6\xef\x93\xb7\xef\x93\xb8\xef\x93\xb9\xef\x93\xba\xef\x93\xbb\xef\x93\xbc\xef\x93\xbd\xef\x93\xbe\xef\x93\xbf\xef\x94\x80\xef\x94\x81\xef\x94\x82\xef\x94\x83\xef\x94\x84\xef\x94\x85\xef\x94\x86\xef\x94\x87\xef\x94\x88\xef\x94\x89\xef\x94\x8a\xef\x94\x8b\xef\x94\x8c\xef\x94\x8d\xef\x94\x8e\xef\x94\x8f\xef\x94\x90\xef\x94\x91\xef\x94\x92\xef\x94\x93\xef\x94\x94\xef\x94\x95\xef\x94\x96\xef\x94\x97\xef\x94\x98\xef\x94\x99\xef\x94\x9a\xef\x94\x9b\xef\x94\x9c\xef\x94\x9d\xef\x94\x9e\xef\x94\x9f\xef\x94\xa0\xef\x94\xa1\xef\x94\xa2\xef\x94\xa3\xef\x94\xa4\xef\x94\xa5\xef\x94\xa6\xef\x94\xa7\xef\x94\xa8\xef\x94\xa9\xef\x94\xaa\xef\x94\xab\xef\x94\xac\xef\x94\xad\xef\x94\xae\xef\x94\xaf\xef\x94\xb0\xef\x94\xb1\xef\x94\xb2\xef\x94\xb3\xef\x94\xb4\xef\x94\xb5\xef\x94\xb6\xef\x94\xb7\xef\x94\xb8\xef\x94\xb9\xef\x94\xba\xef\x94\xbb\xef\x94\xbc\xef\x94\xbd\xef\x94\xbe\xef\x94\xbf\xef\x95\x80\xef\x95\x81\xef\x95\x82\xef\x95\x83\xef\x95\x84\xef\x95\x85\xef\x95\x86\xef\x95\x87\xef\x95\x88\xef\x95\x89\xef\x95\x8a\xef\x95\x8b\xef\x95\x8c\xef\x95\x8d\xef\x95\x8e\xef\x95\x8f\xef\x95\x90\xef\x95\x91\xef\x95\x92\xef\x95\x93\xef\x95\x94\xef\x95\x95\xef\x95\x96\xef\x95\x97\xef\x95\x98\xef\x95\x99\xef\x95\x9a\xef\x95\x9b\xef\x95\x9c\xef\x95\x9d\xef\x95\x9e\xef\x95\x9f\xef\x95\xa0\xef\x95\xa1\xef\x95\xa2\xef\x95\xa3\xef\x95\xa4\xef\x95\xa5\xef\x95\xa6\xef\x95\xa7\xef\x95\xa8\xef\x95\xa9\xef\x95\xaa\xef\x95\xab\xef\x95\xac\xef\x95\xad\xef\x95\xae\xef\x95\xaf\xef\x95\xb0\xef\x95\xb1\xef\x95\xb2\xef\x95\xb3\xef\x95\xb4\xef\x95\xb5\xef\x95\xb6\xef\x95\xb7\xef\x95\xb8\xef\x95\xb9\xef\x95\xba\xef\x95\xbb\xef\x95\xbc\xef\x95\xbd\xef\x95\xbe\xef\x95\xbf\xef\x96\x80\xef\x96\x81\xef\x96\x82\xef\x96\x83\xef\x96\x84\xef\x96\x85\xef\x96\x86\xef\x96\x87\xef\x96\x88\xef\x96\x89\xef\x96\x8a\xef\x96\x8b\xef\x96\x8c\xef\x96\x8d\xef\x96\x8e\xef\x96\x8f\xef\x96\x90\xef\x96\x91\xef\x96\x92\xef\x96\x93\xef\x96\x94\xef\x96\x95\xef\x96\x96\xef\x96\x97\xef\x96\x98\xef\x96\x99\xef\x96\x9a\xef\x96\x9b\xef\x96\x9c\xef\x96\x9d\xef\x96\x9e\xef\x96\x9f\xef\x96\xa0\xef\x96\xa1\xef\x96\xa2\xef\x96\xa3\xef\x96\xa4\xef\x96\xa5\xef\x96\xa6\xef\x96\xa7\xef\x96\xa8\xef\x96\xa9\xef\x96\xaa\xef\x96\xab\xef\x96\xac\xef\x96\xad\xef\x96\xae\xef\x96\xaf\xef\x96\xb0\xef\x96\xb1\xef\x96\xb2\xef\x96\xb3\xef\x96\xb4\xef\x96\xb5\xef\x96\xb6\xef\x96\xb7\xef\x96\xb8\xef\x96\xb9\xef\x96\xba\xef\x96\xbb\xef\x96\xbc\xef\x96\xbd\xef\x96\xbe\xef\x96\xbf\xef\x97\x80\xef\x97\x81\xef\x97\x82\xef\x97\x83\xef\x97\x84\xef\x97\x85\xef\x97\x86\xef\x97\x87\xef\x97\x88\xef\x97\x89\xef\x97\x8a\xef\x97\x8b\xef\x97\x8c\xef\x97\x8d\xef\x97\x8e\xef\x97\x8f\xef\x97\x90\xef\x97\x91\xef\x97\x92\xef\x97\x93\xef\x97\x94\xef\x97\x95\xef\x97\x96\xef\x97\x97\xef\x97\x98\xef\x97\x99\xef\x97\x9a\xef\x97\x9b\xef\x97\x9c\xef\x97\x9d\xef\x97\x9e\xef\x97\x9f\xef\x97\xa0\xef\x97\xa1\xef\x97\xa2\xef\x97\xa3\xef\x97\xa4\xef\x97\xa5\xef\x97\xa6\xef\x97\xa7\xef\x97\xa8\xef\x97\xa9\xef\x97\xaa\xef\x97\xab\xef\x97\xac\xef\x97\xad\xef\x97\xae\xef\x97\xaf\xef\x97\xb0\xef\x97\xb1\xef\x97\xb2\xef\x97\xb3\xef\x97\xb4\xef\x97\xb5\xef\x97\xb6\xef\x97\xb7\xef\x97\xb8\xef\x97\xb9\xef\x97\xba\xef\x97\xbb\xef\x97\xbc\xef\x97\xbd\xef\x97\xbe\xef\x97\xbf\xef\x98\x80\xef\x98\x81\xef\x98\x82\xef\x98\x83\xef\x98\x84\xef\x98\x85\xef\x98\x86\xef\x98\x87\xef\x98\x88\xef\x98\x89\xef\x98\x8a\xef\x98\x8b\xef\x98\x8c\xef\x98\x8d\xef\x98\x8e\xef\x98\x8f\xef\x98\x90\xef\x98\x91\xef\x98\x92\xef\x98\x93\xef\x98\x94\xef\x98\x95\xef\x98\x96\xef\x98\x97\xef\x98\x98\xef\x98\x99\xef\x98\x9a\xef\x98\x9b\xef\x98\x9c\xef\x98\x9d\xef\x98\x9e\xef\x98\x9f\xef\x98\xa0\xef\x98\xa1\xef\x98\xa2\xef\x98\xa3\xef\x98\xa4\xef\x98\xa5\xef\x98\xa6\xef\x98\xa7\xef\x98\xa8\xef\x98\xa9\xef\x98\xaa\xef\x98\xab\xef\x98\xac\xef\x98\xad\xef\x98\xae\xef\x98\xaf\xef\x98\xb0\xef\x98\xb1\xef\x98\xb2\xef\x98\xb3\xef\x98\xb4\xef\x98\xb5\xef\x98\xb6\xef\x98\xb7\xef\x98\xb8\xef\x98\xb9\xef\x98\xba\xef\x98\xbb\xef\x98\xbc\xef\x98\xbd\xef\x98\xbe\xef\x98\xbf\xef\x99\x80\xef\x99\x81\xef\x99\x82\xef\x99\x83\xef\x99\x84\xef\x99\x85\xef\x99\x86\xef\x99\x87\xef\x99\x88\xef\x99\x89\xef\x99\x8a\xef\x99\x8b\xef\x99\x8c\xef\x99\x8d\xef\x99\x8e\xef\x99\x8f\xef\x99\x90\xef\x99\x91\xef\x99\x92\xef\x99\x93\xef\x99\x94\xef\x99\x95\xef\x99\x96\xef\x99\x97\xef\x99\x98\xef\x99\x99\xef\x99\x9a\xef\x99\x9b\xef\x99\x9c\xef\x99\x9d\xef\x99\x9e\xef\x99\x9f\xef\x99\xa0\xef\x99\xa1\xef\x99\xa2\xef\x99\xa3\xef\x99\xa4\xef\x99\xa5\xef\x99\xa6\xef\x99\xa7\xef\x99\xa8\xef\x99\xa9\xef\x99\xaa\xef\x99\xab\xef\x99\xac\xef\x99\xad\xef\x99\xae\xef\x99\xaf\xef\x99\xb0\xef\x99\xb1\xef\x99\xb2\xef\x99\xb3\xef\x99\xb4\xef\x99\xb5\xef\x99\xb6\xef\x99\xb7\xef\x99\xb8\xef\x99\xb9\xef\x99\xba\xef\x99\xbb\xef\x99\xbc\xef\x99\xbd\xef\x99\xbe\xef\x99\xbf\xef\x9a\x80\xef\x9a\x81\xef\x9a\x82\xef\x9a\x83\xef\x9a\x84\xef\x9a\x85\xef\x9a\x86\xef\x9a\x87\xef\x9a\x88\xef\x9a\x89\xef\x9a\x8a\xef\x9a\x8b\xef\x9a\x8c\xef\x9a\x8d\xef\x9a\x8e\xef\x9a\x8f\xef\x9a\x90\xef\x9a\x91\xef\x9a\x92\xef\x9a\x93\xef\x9a\x94\xef\x9a\x95\xef\x9a\x96\xef\x9a\x97\xef\x9a\x98\xef\x9a\x99\xef\x9a\x9a\xef\x9a\x9b\xef\x9a\x9c\xef\x9a\x9d\xef\x9a\x9e\xef\x9a\x9f\xef\x9a\xa0\xef\x9a\xa1\xef\x9a\xa2\xef\x9a\xa3\xef\x9a\xa4\xef\x9a\xa5\xef\x9a\xa6\xef\x9a\xa7\xef\x9a\xa8\xef\x9a\xa9\xef\x9a\xaa\xef\x9a\xab\xef\x9a\xac\xef\x9a\xad\xef\x9a\xae\xef\x9a\xaf\xef\x9a\xb0\xef\x9a\xb1\xef\x9a\xb2\xef\x9a\xb3\xef\x9a\xb4\xef\x9a\xb5\xef\x9a\xb6\xef\x9a\xb7\xef\x9a\xb8\xef\x9a\xb9\xef\x9a\xba\xef\x9a\xbb\xef\x9a\xbc\xef\x9a\xbd\xef\x9a\xbe\xef\x9a\xbf\xef\x9b\x80\xef\x9b\x81\xef\x9b\x82\xef\x9b\x83\xef\x9b\x84\xef\x9b\x85\xef\x9b\x86\xef\x9b\x87\xef\x9b\x88\xef\x9b\x89\xef\x9b\x8a\xef\x9b\x8b\xef\x9b\x8c\xef\x9b\x8d\xef\x9b\x8e\xef\x9b\x8f\xef\x9b\x90\xef\x9b\x91\xef\x9b\x92\xef\x9b\x93\xef\x9b\x94\xef\x9b\x95\xef\x9b\x96\xef\x9b\x97\xef\x9b\x98\xef\x9b\x99\xef\x9b\x9a\xef\x9b\x9b\xef\x9b\x9c\xef\x9b\x9d\xef\x9b\x9e\xef\x9b\x9f\xef\x9b\xa0\xef\x9b\xa1\xef\x9b\xa2\xef\x9b\xa3\xef\x9b\xa4\xef\x9b\xa5\xef\x9b\xa6\xef\x9b\xa7\xef\x9b\xa8\xef\x9b\xa9\xef\x9b\xaa\xef\x9b\xab\xef\x9b\xac\xef\x9b\xad\xef\x9b\xae\xef\x9b\xaf\xef\x9b\xb0\xef\x9b\xb1\xef\x9b\xb2\xef\x9b\xb3\xef\x9b\xb4\xef\x9b\xb5\xef\x9b\xb6\xef\x9b\xb7\xef\x9b\xb8\xef\x9b\xb9\xef\x9b\xba\xef\x9b\xbb\xef\x9b\xbc\xef\x9b\xbd\xef\x9b\xbe\xef\x9b\xbf\xef\x9c\x80\xef\x9c\x81\xef\x9c\x82\xef\x9c\x83\xef\x9c\x84\xef\x9c\x85\xef\x9c\x86\xef\x9c\x87\xef\x9c\x88\xef\x9c\x89\xef\x9c\x8a\xef\x9c\x8b\xef\x9c\x8c\xef\x9c\x8d\xef\x9c\x8e\xef\x9c\x8f\xef\x9c\x90\xef\x9c\x91\xef\x9c\x92\xef\x9c\x93\xef\x9c\x94\xef\x9c\x95\xef\x9c\x96\xef\x9c\x97\xef\x9c\x98\xef\x9c\x99\xef\x9c\x9a\xef\x9c\x9b\xef\x9c\x9c\xef\x9c\x9d\xef\x9c\x9e\xef\x9c\x9f\xef\x9c\xa0\xef\x9c\xa1\xef\x9c\xa2\xef\x9c\xa3\xef\x9c\xa4\xef\x9c\xa5\xef\x9c\xa6\xef\x9c\xa7\xef\x9c\xa8\xef\x9c\xa9\xef\x9c\xaa\xef\x9c\xab\xef\x9c\xac\xef\x9c\xad\xef\x9c\xae\xef\x9c\xaf\xef\x9c\xb0\xef\x9c\xb1\xef\x9c\xb2\xef\x9c\xb3\xef\x9c\xb4\xef\x9c\xb5\xef\x9c\xb6\xef\x9c\xb7\xef\x9c\xb8\xef\x9c\xb9\xef\x9c\xba\xef\x9c\xbb\xef\x9c\xbc\xef\x9c\xbd\xef\x9c\xbe\xef\x9c\xbf\xef\x9d\x80\xef\x9d\x81\xef\x9d\x82\xef\x9d\x83\xef\x9d\x84\xef\x9d\x85\xef\x9d\x86\xef\x9d\x87\xef\x9d\x88\xef\x9d\x89\xef\x9d\x8a\xef\x9d\x8b\xef\x9d\x8c\xef\x9d\x8d\xef\x9d\x8e\xef\x9d\x8f\xef\x9d\x90\xef\x9d\x91\xef\x9d\x92\xef\x9d\x93\xef\x9d\x94\xef\x9d\x95\xef\x9d\x96\xef\x9d\x97\xef\x9d\x98\xef\x9d\x99\xef\x9d\x9a\xef\x9d\x9b\xef\x9d\x9c\xef\x9d\x9d\xef\x9d\x9e\xef\x9d\x9f\xef\x9d\xa0\xef\x9d\xa1\xef\x9d\xa2\xef\x9d\xa3\xef\x9d\xa4\xef\x9d\xa5\xef\x9d\xa6\xef\x9d\xa7\xef\x9d\xa8\xef\x9d\xa9\xef\x9d\xaa\xef\x9d\xab\xef\x9d\xac\xef\x9d\xad\xef\x9d\xae\xef\x9d\xaf\xef\x9d\xb0\xef\x9d\xb1\xef\x9d\xb2\xef\x9d\xb3\xef\x9d\xb4\xef\x9d\xb5\xef\x9d\xb6\xef\x9d\xb7\xef\x9d\xb8\xef\x9d\xb9\xef\x9d\xba\xef\x9d\xbb\xef\x9d\xbc\xef\x9d\xbd\xef\x9d\xbe\xef\x9d\xbf\xef\x9e\x80\xef\x9e\x81\xef\x9e\x82\xef\x9e\x83\xef\x9e\x84\xef\x9e\x85\xef\x9e\x86\xef\x9e\x87\xef\x9e\x88\xef\x9e\x89\xef\x9e\x8a\xef\x9e\x8b\xef\x9e\x8c\xef\x9e\x8d\xef\x9e\x8e\xef\x9e\x8f\xef\x9e\x90\xef\x9e\x91\xef\x9e\x92\xef\x9e\x93\xef\x9e\x94\xef\x9e\x95\xef\x9e\x96\xef\x9e\x97\xef\x9e\x98\xef\x9e\x99\xef\x9e\x9a\xef\x9e\x9b\xef\x9e\x9c\xef\x9e\x9d\xef\x9e\x9e\xef\x9e\x9f\xef\x9e\xa0\xef\x9e\xa1\xef\x9e\xa2\xef\x9e\xa3\xef\x9e\xa4\xef\x9e\xa5\xef\x9e\xa6\xef\x9e\xa7\xef\x9e\xa8\xef\x9e\xa9\xef\x9e\xaa\xef\x9e\xab\xef\x9e\xac\xef\x9e\xad\xef\x9e\xae\xef\x9e\xaf\xef\x9e\xb0\xef\x9e\xb1\xef\x9e\xb2\xef\x9e\xb3\xef\x9e\xb4\xef\x9e\xb5\xef\x9e\xb6\xef\x9e\xb7\xef\x9e\xb8\xef\x9e\xb9\xef\x9e\xba\xef\x9e\xbb\xef\x9e\xbc\xef\x9e\xbd\xef\x9e\xbe\xef\x9e\xbf\xef\x9f\x80\xef\x9f\x81\xef\x9f\x82\xef\x9f\x83\xef\x9f\x84\xef\x9f\x85\xef\x9f\x86\xef\x9f\x87\xef\x9f\x88\xef\x9f\x89\xef\x9f\x8a\xef\x9f\x8b\xef\x9f\x8c\xef\x9f\x8d\xef\x9f\x8e\xef\x9f\x8f\xef\x9f\x90\xef\x9f\x91\xef\x9f\x92\xef\x9f\x93\xef\x9f\x94\xef\x9f\x95\xef\x9f\x96\xef\x9f\x97\xef\x9f\x98\xef\x9f\x99\xef\x9f\x9a\xef\x9f\x9b\xef\x9f\x9c\xef\x9f\x9d\xef\x9f\x9e\xef\x9f\x9f\xef\x9f\xa0\xef\x9f\xa1\xef\x9f\xa2\xef\x9f\xa3\xef\x9f\xa4\xef\x9f\xa5\xef\x9f\xa6\xef\x9f\xa7\xef\x9f\xa8\xef\x9f\xa9\xef\x9f\xaa\xef\x9f\xab\xef\x9f\xac\xef\x9f\xad\xef\x9f\xae\xef\x9f\xaf\xef\x9f\xb0\xef\x9f\xb1\xef\x9f\xb2\xef\x9f\xb3\xef\x9f\xb4\xef\x9f\xb5\xef\x9f\xb6\xef\x9f\xb7\xef\x9f\xb8\xef\x9f\xb9\xef\x9f\xba\xef\x9f\xbb\xef\x9f\xbc\xef\x9f\xbd\xef\x9f\xbe\xef\x9f\xbf\xef\xa0\x80\xef\xa0\x81\xef\xa0\x82\xef\xa0\x83\xef\xa0\x84\xef\xa0\x85\xef\xa0\x86\xef\xa0\x87\xef\xa0\x88\xef\xa0\x89\xef\xa0\x8a\xef\xa0\x8b\xef\xa0\x8c\xef\xa0\x8d\xef\xa0\x8e\xef\xa0\x8f\xef\xa0\x90\xef\xa0\x91\xef\xa0\x92\xef\xa0\x93\xef\xa0\x94\xef\xa0\x95\xef\xa0\x96\xef\xa0\x97\xef\xa0\x98\xef\xa0\x99\xef\xa0\x9a\xef\xa0\x9b\xef\xa0\x9c\xef\xa0\x9d\xef\xa0\x9e\xef\xa0\x9f\xef\xa0\xa0\xef\xa0\xa1\xef\xa0\xa2\xef\xa0\xa3\xef\xa0\xa4\xef\xa0\xa5\xef\xa0\xa6\xef\xa0\xa7\xef\xa0\xa8\xef\xa0\xa9\xef\xa0\xaa\xef\xa0\xab\xef\xa0\xac\xef\xa0\xad\xef\xa0\xae\xef\xa0\xaf\xef\xa0\xb0\xef\xa0\xb1\xef\xa0\xb2\xef\xa0\xb3\xef\xa0\xb4\xef\xa0\xb5\xef\xa0\xb6\xef\xa0\xb7\xef\xa0\xb8\xef\xa0\xb9\xef\xa0\xba\xef\xa0\xbb\xef\xa0\xbc\xef\xa0\xbd\xef\xa0\xbe\xef\xa0\xbf\xef\xa1\x80\xef\xa1\x81\xef\xa1\x82\xef\xa1\x83\xef\xa1\x84\xef\xa1\x85\xef\xa1\x86\xef\xa1\x87\xef\xa1\x88\xef\xa1\x89\xef\xa1\x8a\xef\xa1\x8b\xef\xa1\x8c\xef\xa1\x8d\xef\xa1\x8e\xef\xa1\x8f\xef\xa1\x90\xef\xa1\x91\xef\xa1\x92\xef\xa1\x93\xef\xa1\x94\xef\xa1\x95\xef\xa1\x96\xef\xa1\x97\xef\xa1\x98\xef\xa1\x99\xef\xa1\x9a\xef\xa1\x9b\xef\xa1\x9c\xef\xa1\x9d\xef\xa1\x9e\xef\xa1\x9f\xef\xa1\xa0\xef\xa1\xa1\xef\xa1\xa2\xef\xa1\xa3\xef\xa1\xa4\xef\xa1\xa5\xef\xa1\xa6\xef\xa1\xa7\xef\xa1\xa8\xef\xa1\xa9\xef\xa1\xaa\xef\xa1\xab\xef\xa1\xac\xef\xa1\xad\xef\xa1\xae\xef\xa1\xaf\xef\xa1\xb0\xef\xa1\xb1\xef\xa1\xb2\xef\xa1\xb3\xef\xa1\xb4\xef\xa1\xb5\xef\xa1\xb6\xef\xa1\xb7\xef\xa1\xb8\xef\xa1\xb9\xef\xa1\xba\xef\xa1\xbb\xef\xa1\xbc\xef\xa1\xbd\xef\xa1\xbe\xef\xa1\xbf\xef\xa2\x80\xef\xa2\x81\xef\xa2\x82\xef\xa2\x83\xef\xa2\x84\xef\xa2\x85\xef\xa2\x86\xef\xa2\x87\xef\xa2\x88\xef\xa2\x89\xef\xa2\x8a\xef\xa2\x8b\xef\xa2\x8c\xef\xa2\x8d\xef\xa2\x8e\xef\xa2\x8f\xef\xa2\x90\xef\xa2\x91\xef\xa2\x92\xef\xa2\x93\xef\xa2\x94\xef\xa2\x95\xef\xa2\x96\xef\xa2\x97\xef\xa2\x98\xef\xa2\x99\xef\xa2\x9a\xef\xa2\x9b\xef\xa2\x9c\xef\xa2\x9d\xef\xa2\x9e\xef\xa2\x9f\xef\xa2\xa0\xef\xa2\xa1\xef\xa2\xa2\xef\xa2\xa3\xef\xa2\xa4\xef\xa2\xa5\xef\xa2\xa6\xef\xa2\xa7\xef\xa2\xa8\xef\xa2\xa9\xef\xa2\xaa\xef\xa2\xab\xef\xa2\xac\xef\xa2\xad\xef\xa2\xae\xef\xa2\xaf\xef\xa2\xb0\xef\xa2\xb1\xef\xa2\xb2\xef\xa2\xb3\xef\xa2\xb4\xef\xa2\xb5\xef\xa2\xb6\xef\xa2\xb7\xef\xa2\xb8\xef\xa2\xb9\xef\xa2\xba\xef\xa2\xbb\xef\xa2\xbc\xef\xa2\xbd\xef\xa2\xbe\xef\xa2\xbf\xef\xa3\x80\xef\xa3\x81\xef\xa3\x82\xef\xa3\x83\xef\xa3\x84\xef\xa3\x85\xef\xa3\x86\xef\xa3\x87\xef\xa3\x88\xef\xa3\x89\xef\xa3\x8a\xef\xa3\x8b\xef\xa3\x8c\xef\xa3\x8d\xef\xa3\x8e\xef\xa3\x8f\xef\xa3\x90\xef\xa3\x91\xef\xa3\x92\xef\xa3\x93\xef\xa3\x94\xef\xa3\x95\xef\xa3\x96\xef\xa3\x97\xef\xa3\x98\xef\xa3\x99\xef\xa3\x9a\xef\xa3\x9b\xef\xa3\x9c\xef\xa3\x9d\xef\xa3\x9e\xef\xa3\x9f\xef\xa3\xa0\xef\xa3\xa1\xef\xa3\xa2\xef\xa3\xa3\xef\xa3\xa4\xef\xa3\xa5\xef\xa3\xa6\xef\xa3\xa7\xef\xa3\xa8\xef\xa3\xa9\xef\xa3\xaa\xef\xa3\xab\xef\xa3\xac\xef\xa3\xad\xef\xa3\xae\xef\xa3\xaf\xef\xa3\xb0\xef\xa3\xb1\xef\xa3\xb2\xef\xa3\xb3\xef\xa3\xb4\xef\xa3\xb5\xef\xa3\xb6\xef\xa3\xb7\xef\xa3\xb8\xef\xa3\xb9\xef\xa3\xba\xef\xa3\xbb\xef\xa3\xbc\xef\xa3\xbd\xef\xa3\xbe\xef\xa3\xbf\xef\xac\x9e\xef\xac\xa9\xef\xb4\xbe\xef\xb4\xbf\xef\xb7\xbc\xef\xb7\xbd\xef\xb8\x80\xef\xb8\x81\xef\xb8\x82\xef\xb8\x83\xef\xb8\x84\xef\xb8\x85\xef\xb8\x86\xef\xb8\x87\xef\xb8\x88\xef\xb8\x89\xef\xb8\x8a\xef\xb8\x8b\xef\xb8\x8c\xef\xb8\x8d\xef\xb8\x8e\xef\xb8\x8f\xef\xb8\x90\xef\xb8\x91\xef\xb8\x92\xef\xb8\x93\xef\xb8\x94\xef\xb8\x95\xef\xb8\x96\xef\xb8\x97\xef\xb8\x98\xef\xb8\x99\xef\xb8\xa0\xef\xb8\xa1\xef\xb8\xa2\xef\xb8\xa3\xef\xb8\xa4\xef\xb8\xa5\xef\xb8\xa6\xef\xb8\xb0\xef\xb8\xb1\xef\xb8\xb2\xef\xb8\xb3\xef\xb8\xb4\xef\xb8\xb5\xef\xb8\xb6\xef\xb8\xb7\xef\xb8\xb8\xef\xb8\xb9\xef\xb8\xba\xef\xb8\xbb\xef\xb8\xbc\xef\xb8\xbd\xef\xb8\xbe\xef\xb8\xbf\xef\xb9\x80\xef\xb9\x81\xef\xb9\x82\xef\xb9\x83\xef\xb9\x84\xef\xb9\x85\xef\xb9\x86\xef\xb9\x87\xef\xb9\x88\xef\xb9\x89\xef\xb9\x8a\xef\xb9\x8b\xef\xb9\x8c\xef\xb9\x8d\xef\xb9\x8e\xef\xb9\x8f\xef\xb9\x90\xef\xb9\x91\xef\xb9\x92\xef\xb9\x94\xef\xb9\x95\xef\xb9\x96\xef\xb9\x97\xef\xb9\x98\xef\xb9\x99\xef\xb9\x9a\xef\xb9\x9b\xef\xb9\x9c\xef\xb9\x9d\xef\xb9\x9e\xef\xb9\x9f\xef\xb9\xa0\xef\xb9\xa1\xef\xb9\xa2\xef\xb9\xa3\xef\xb9\xa4\xef\xb9\xa5\xef\xb9\xa6\xef\xb9\xa8\xef\xb9\xa9\xef\xb9\xaa\xef\xb9\xab\xef\xbb\xbf\xef\xbc\x81\xef\xbc\x82\xef\xbc\x83\xef\xbc\x84\xef\xbc\x85\xef\xbc\x86\xef\xbc\x87\xef\xbc\x88\xef\xbc\x89\xef\xbc\x8a\xef\xbc\x8b\xef\xbc\x8c\xef\xbc\x8d\xef\xbc\x8e\xef\xbc\x8f\xef\xbc\x90\xef\xbc\x91\xef\xbc\x92\xef\xbc\x93\xef\xbc\x94\xef\xbc\x95\xef\xbc\x96\xef\xbc\x97\xef\xbc\x98\xef\xbc\x99\xef\xbc\x9a\xef\xbc\x9b\xef\xbc\x9c\xef\xbc\x9d\xef\xbc\x9e\xef\xbc\x9f\xef\xbc\xa0\xef\xbc\xbb\xef\xbc\xbc\xef\xbc\xbd\xef\xbc\xbe\xef\xbc\xbf\xef\xbd\x80\xef\xbd\x9b\xef\xbd\x9c\xef\xbd\x9d\xef\xbd\x9e\xef\xbd\x9f\xef\xbd\xa0\xef\xbd\xa1\xef\xbd\xa2\xef\xbd\xa3\xef\xbd\xa4\xef\xbd\xa5\xef\xbf\xa0\xef\xbf\xa1\xef\xbf\xa2\xef\xbf\xa3\xef\xbf\xa4\xef\xbf\xa5\xef\xbf\xa6\xef\xbf\xa8\xef\xbf\xa9\xef\xbf\xaa\xef\xbf\xab\xef\xbf\xac\xef\xbf\xad\xef\xbf\xae\xef\xbf\xb9\xef\xbf\xba\xef\xbf\xbb\xef\xbf\xbc\xef\xbf\xbd]",152625,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x80\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a\xcc\x84",3,NULL,0,NULL,0}, + {"\xee\x81\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ai",2,NULL,0,NULL,0}, + {"\xee\x81\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"au",2,NULL,0,NULL,0}, + {"\xee\x81\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i\xcc\x84",3,NULL,0,NULL,0}, + {"\xee\x80\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xee\x81\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u\xcc\x84",3,NULL,0,NULL,0}, + {"\xee\x81\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xee\x81\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xa5\xcc\x84",5,NULL,0,NULL,0}, + {"\xee\x81\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xa5",3,NULL,0,NULL,0}, + {"\xee\x81\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\xa5\xcc\x84",5,NULL,0,NULL,0}, + {"\xee\x81\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\xa5",3,NULL,0,NULL,0}, + {"\xee\x81\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e\xcc\x84",3,NULL,0,NULL,0}, + {"\xee\x81\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o\xcc\x84",3,NULL,0,NULL,0}, + {"\xee\x81\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e\xcc\x86",3,NULL,0,NULL,0}, + {"\xee\x81\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o\xcc\x86",3,NULL,0,NULL,0}, + {"\xee\x81\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xee\x81\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xee\x80\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"a\xcc\x84\xcc\x94",5,NULL,0,NULL,0}, + {"\xee\x80\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"ai\xcc\x94",4,NULL,0,NULL,0}, + {"\xee\x80\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"au\xcc\x94",4,NULL,0,NULL,0}, + {"\xee\x80\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"i\xcc\x84\xcc\x94",5,NULL,0,NULL,0}, + {"\xee\x80\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"i\xcc\x94",3,NULL,0,NULL,0}, + {"\xee\x80\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"u\xcc\x84\xcc\x94",5,NULL,0,NULL,0}, + {"\xee\x80\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"u\xcc\x94",3,NULL,0,NULL,0}, + {"\xee\x81\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"r\xcc\xa5\xcc\x84\xcc\x94",7,NULL,0,NULL,0}, + {"\xee\x80\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"r\xcc\xa5\xcc\x94",5,NULL,0,NULL,0}, + {"\xee\x81\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"l\xcc\xa5\xcc\x84\xcc\x94",7,NULL,0,NULL,0}, + {"\xee\x80\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"l\xcc\xa5\xcc\x94",5,NULL,0,NULL,0}, + {"\xee\x80\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"e\xcc\x84\xcc\x94",5,NULL,0,NULL,0}, + {"\xee\x80\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"o\xcc\x84\xcc\x94",5,NULL,0,NULL,0}, + {"\xee\x80\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"a\xcc\x94",3,NULL,0,NULL,0}, + {"\xee\x80\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"e\xcc\x86\xcc\x94",5,NULL,0,NULL,0}, + {"\xee\x80\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"o\xcc\x86\xcc\x94",5,NULL,0,NULL,0}, + {"\xee\x80\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"e\xcc\x94",3,NULL,0,NULL,0}, + {"\xee\x80\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"o\xcc\x94",3,NULL,0,NULL,0}, + {"\xee\x81\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"\'om\xcc\x94",5,NULL,0,NULL,0}, + {"\xee\x80\x86",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'a\xcc\x84",4,NULL,0,NULL,0}, + {"\xee\x80\x90",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'ai",3,NULL,0,NULL,0}, + {"\xee\x80\x94",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'au",3,NULL,0,NULL,0}, + {"\xee\x80\x88",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'i\xcc\x84",4,NULL,0,NULL,0}, + {"\xee\x80\x87",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'i",2,NULL,0,NULL,0}, + {"\xee\x80\x8a",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'u\xcc\x84",4,NULL,0,NULL,0}, + {"\xee\x80\x89",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'u",2,NULL,0,NULL,0}, + {"\xee\x81\xa0",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'r\xcc\xa5\xcc\x84",6,NULL,0,NULL,0}, + {"\xee\x80\x8b",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'r\xcc\xa5",4,NULL,0,NULL,0}, + {"\xee\x81\xa1",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'l\xcc\xa5\xcc\x84",6,NULL,0,NULL,0}, + {"\xee\x80\x8c",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'l\xcc\xa5",4,NULL,0,NULL,0}, + {"\xee\x80\x8f",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'e\xcc\x84",4,NULL,0,NULL,0}, + {"\xee\x80\x93",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'o\xcc\x84",4,NULL,0,NULL,0}, + {"\xee\x80\x85",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'a",2,NULL,0,NULL,0}, + {"\xee\x80\x8d",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'e\xcc\x86",4,NULL,0,NULL,0}, + {"\xee\x80\x91",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'o\xcc\x86",4,NULL,0,NULL,0}, + {"\xee\x80\x8e",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'e",2,NULL,0,NULL,0}, + {"\xee\x80\x92",3,CONTEXT_TYPE_REGEX,1,"[aeioru\xcc\x84\xcc\x86\xcc\xa5]",14,CONTEXT_TYPE_NONE,0,NULL,0,"\'o",2,NULL,0,NULL,0}, + {"\xee\x80\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a\xcc\x84",3,NULL,0,NULL,0}, + {"\xee\x80\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ai",2,NULL,0,NULL,0}, + {"\xee\x80\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"au",2,NULL,0,NULL,0}, + {"\xee\x80\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i\xcc\x84",3,NULL,0,NULL,0}, + {"\xee\x80\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xee\x80\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u\xcc\x84",3,NULL,0,NULL,0}, + {"\xee\x80\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xee\x81\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xa5\xcc\x84",5,NULL,0,NULL,0}, + {"\xee\x80\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xcc\xa5",3,NULL,0,NULL,0}, + {"\xee\x81\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\xa5\xcc\x84",5,NULL,0,NULL,0}, + {"\xee\x80\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\xa5",3,NULL,0,NULL,0}, + {"\xee\x80\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e\xcc\x84",3,NULL,0,NULL,0}, + {"\xee\x80\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o\xcc\x84",3,NULL,0,NULL,0}, + {"\xee\x80\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xee\x80\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e\xcc\x86",3,NULL,0,NULL,0}, + {"\xee\x80\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o\xcc\x86",3,NULL,0,NULL,0}, + {"\xee\x80\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xee\x80\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xee\x81\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'om",3,NULL,0,NULL,0}, + {"\xee\x80\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x95",2,NULL,0,NULL,0}, + {"\xee\x80\x81\xee\x80\x82",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x83",2,NULL,0,NULL,0}, + {"\xee\x80\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xcc\x90",3,NULL,0,NULL,0}, + {"\xee\x80\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xa3",3,NULL,0,NULL,0}, + {"\xee\x81\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0",1,NULL,0,NULL,0}, + {"\xee\x81\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1",1,NULL,0,NULL,0}, + {"\xee\x81\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2",1,NULL,0,NULL,0}, + {"\xee\x81\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3",1,NULL,0,NULL,0}, + {"\xee\x81\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4",1,NULL,0,NULL,0}, + {"\xee\x81\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5",1,NULL,0,NULL,0}, + {"\xee\x81\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6",1,NULL,0,NULL,0}, + {"\xee\x81\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7",1,NULL,0,NULL,0}, + {"\xee\x81\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8",1,NULL,0,NULL,0}, + {"\xee\x81\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9",1,NULL,0,NULL,0}, + {"\xee\x81\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x82\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x94",2,NULL,0,NULL,0}, + {"\xee\x82\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\xb1",3,NULL,0,NULL,0}, + {"\xee\x81\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xee\x81\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xee\x81\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"ra",2,NULL,0,NULL,0}, + {"\xee\x81\xb1\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xee\x81\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ra",2,NULL,0,NULL,0}, + {"\xee\x81\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xee\x80\xbe\xee\x80\xbf\xee\x81\x80\xee\x81\x81\xee\x81\x82\xee\x81\x83\xee\x81\x84\xee\x81\x85\xee\x81\x86\xee\x81\x87\xee\x81\x88\xee\x81\x89\xee\x81\x8a\xee\x81\x8b\xee\x81\x8c\xee\x81\xa2\xee\x81\xa3]",53,"ra",2,NULL,0,NULL,0}, + {"\xee\x81\xb2\xee\x81\x8d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xee\x81\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ra",2,NULL,0,NULL,0}, + {"\xee\x81\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x81\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x82\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xee\x80\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xe0\xaf\x86\xe0\xae\xbe",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8a",3,NULL,0,NULL,0}, + {"\xe0\xaf\x87\xe0\xae\xbe",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8b",3,NULL,0,NULL,0}, + {"\xe0\xaf\x86\xe0\xaf\x97",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8c",3,NULL,0,NULL,0}, + {"\xe0\xae\x92\xe0\xaf\x97",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x94",3,NULL,0,NULL,0}, + {"\xe0\xae\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x82",3,NULL,0,NULL,0}, + {"\xe0\xae\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x83",3,NULL,0,NULL,0}, + {"\xe0\xae\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x85",3,NULL,0,NULL,0}, + {"\xe0\xae\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x86",3,NULL,0,NULL,0}, + {"\xe0\xae\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x87",3,NULL,0,NULL,0}, + {"\xe0\xae\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x88",3,NULL,0,NULL,0}, + {"\xe0\xae\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x89",3,NULL,0,NULL,0}, + {"\xe0\xae\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8a",3,NULL,0,NULL,0}, + {"\xe0\xae\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8e",3,NULL,0,NULL,0}, + {"\xe0\xae\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8f",3,NULL,0,NULL,0}, + {"\xe0\xae\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x90",3,NULL,0,NULL,0}, + {"\xe0\xae\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x92",3,NULL,0,NULL,0}, + {"\xe0\xae\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x93",3,NULL,0,NULL,0}, + {"\xe0\xae\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x94",3,NULL,0,NULL,0}, + {"\xe0\xae\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x95",3,NULL,0,NULL,0}, + {"\xe0\xae\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x99",3,NULL,0,NULL,0}, + {"\xe0\xae\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9a",3,NULL,0,NULL,0}, + {"\xe0\xae\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9c",3,NULL,0,NULL,0}, + {"\xe0\xae\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9e",3,NULL,0,NULL,0}, + {"\xe0\xae\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9f",3,NULL,0,NULL,0}, + {"\xe0\xae\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa3",3,NULL,0,NULL,0}, + {"\xe0\xae\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa4",3,NULL,0,NULL,0}, + {"\xe0\xae\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa8",3,NULL,0,NULL,0}, + {"\xe0\xae\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa9",3,NULL,0,NULL,0}, + {"\xe0\xae\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaa",3,NULL,0,NULL,0}, + {"\xe0\xae\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xae",3,NULL,0,NULL,0}, + {"\xe0\xae\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaf",3,NULL,0,NULL,0}, + {"\xe0\xae\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb0",3,NULL,0,NULL,0}, + {"\xe0\xae\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb1",3,NULL,0,NULL,0}, + {"\xe0\xae\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb2",3,NULL,0,NULL,0}, + {"\xe0\xae\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb3",3,NULL,0,NULL,0}, + {"\xe0\xae\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb4",3,NULL,0,NULL,0}, + {"\xe0\xae\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb5",3,NULL,0,NULL,0}, + {"\xe0\xae\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb6",3,NULL,0,NULL,0}, + {"\xe0\xae\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb7",3,NULL,0,NULL,0}, + {"\xe0\xae\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb8",3,NULL,0,NULL,0}, + {"\xe0\xae\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb9",3,NULL,0,NULL,0}, + {"\xe0\xae\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbe",3,NULL,0,NULL,0}, + {"\xe0\xae\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbf",3,NULL,0,NULL,0}, + {"\xe0\xaf\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x80",3,NULL,0,NULL,0}, + {"\xe0\xaf\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x81",3,NULL,0,NULL,0}, + {"\xe0\xaf\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x82",3,NULL,0,NULL,0}, + {"\xe0\xaf\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x86",3,NULL,0,NULL,0}, + {"\xe0\xaf\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x87",3,NULL,0,NULL,0}, + {"\xe0\xaf\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x88",3,NULL,0,NULL,0}, + {"\xe0\xaf\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8d",3,NULL,0,NULL,0}, + {"\xe0\xaf\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x97",3,NULL,0,NULL,0}, + {"\xe0\xaf\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa7",3,NULL,0,NULL,0}, + {"\xe0\xaf\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa8",3,NULL,0,NULL,0}, + {"\xe0\xaf\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa9",3,NULL,0,NULL,0}, + {"\xe0\xaf\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaa",3,NULL,0,NULL,0}, + {"\xe0\xaf\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xab",3,NULL,0,NULL,0}, + {"\xe0\xaf\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xac",3,NULL,0,NULL,0}, + {"\xe0\xaf\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xad",3,NULL,0,NULL,0}, + {"\xe0\xaf\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xae",3,NULL,0,NULL,0}, + {"\xe0\xaf\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaf",3,NULL,0,NULL,0}, + {"\xe0\xaf\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa7\xee\x81\xa6",6,NULL,0,NULL,0}, + {"\xe0\xaf\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa7\xee\x81\xa6\xee\x81\xa6",9,NULL,0,NULL,0}, + {"\xe0\xaf\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa7\xee\x81\xa6\xee\x81\xa6\xee\x81\xa6",12,NULL,0,NULL,0}, + {"\xe0\xaf\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa6",3,NULL,0,NULL,0}, + {"\xd0\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xd0\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd0\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xd0\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd0\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xd0\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xd0\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xd0\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd0\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xd0\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\xa3\xd2\xaf\xd3\xa9]",74,"Yo",2,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YO",2,NULL,0,NULL,0}, + {"\xd1\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yo",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"J",1,NULL,0,NULL,0}, + {"\xd0\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xd0\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xd0\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd0\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xd0\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd0\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd0\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xd0\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd0\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xd0\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd0\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xd0\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd0\x9d\xd0\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N\xc2\xb7G",4,NULL,0,NULL,0}, + {"\xd0\x9d\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N\xc2\xb7g",4,NULL,0,NULL,0}, + {"\xd0\xbd\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xc2\xb7g",4,NULL,0,NULL,0}, + {"\xd0\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xd0\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd2\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\xa3\xd2\xaf\xd3\xa9]",74,"Ng",2,NULL,0,NULL,0}, + {"\xd2\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"NG",2,NULL,0,NULL,0}, + {"\xd2\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ng",2,NULL,0,NULL,0}, + {"\xd0\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd0\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd3\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x96",2,NULL,0,NULL,0}, + {"\xd3\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb6",2,NULL,0,NULL,0}, + {"\xd0\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd0\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd0\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xd1\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd0\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xd1\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd0\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xd1\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd0\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xd1\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd2\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9c",2,NULL,0,NULL,0}, + {"\xd2\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbc",2,NULL,0,NULL,0}, + {"\xd0\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xd1\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\xa3\xd2\xaf\xd3\xa9]",74,"Kh",2,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"KH",2,NULL,0,NULL,0}, + {"\xd1\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\xa3\xd2\xaf\xd3\xa9]",74,"Ts",2,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS",2,NULL,0,NULL,0}, + {"\xd1\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\xa3\xd2\xaf\xd3\xa9]",74,"Ch",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CH",2,NULL,0,NULL,0}, + {"\xd1\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xd0\xa8\xd0\xa7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH\xc2\xb7""CH",6,NULL,0,NULL,0}, + {"\xd0\xa8\xd1\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Sh\xc2\xb7""ch",6,NULL,0,NULL,0}, + {"\xd1\x88\xd1\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc2\xb7""ch",6,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\xa3\xd2\xaf\xd3\xa9]",74,"Sh",2,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH",2,NULL,0,NULL,0}, + {"\xd1\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\xa3\xd2\xaf\xd3\xa9]",74,"Shch",4,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SHCH",4,NULL,0,NULL,0}, + {"\xd1\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shch",4,NULL,0,NULL,0}, + {"\xd0\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xba",2,NULL,0,NULL,0}, + {"\xd1\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xba",2,NULL,0,NULL,0}, + {"\xd0\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd1\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd1\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd0\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd1\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\xa3\xd2\xaf\xd3\xa9]",74,"Yu",2,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YU",2,NULL,0,NULL,0}, + {"\xd1\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\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\x91\xd2\xa3\xd2\xaf\xd3\xa9]",74,"Ya",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YA",2,NULL,0,NULL,0}, + {"\xd1\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"[\xe0\xb9\x80\xe0\xb9\x81\xe0\xb9\x82\xe0\xb9\x83\xe0\xb9\x84][\xe0\xb8\x81\xe0\xb8\x82\xe0\xb8\x83\xe0\xb8\x84\xe0\xb8\x85\xe0\xb8\x86\xe0\xb8\x87\xe0\xb8\x88\xe0\xb8\x89\xe0\xb8\x8a\xe0\xb8\x8b\xe0\xb8\x8c\xe0\xb8\x8d\xe0\xb8\x8e\xe0\xb8\x8f\xe0\xb8\x90\xe0\xb8\x91\xe0\xb8\x92\xe0\xb8\x93\xe0\xb8\x94\xe0\xb8\x95\xe0\xb8\x96\xe0\xb8\x97\xe0\xb8\x98\xe0\xb8\x99\xe0\xb8\x9a\xe0\xb8\x9b\xe0\xb8\x9c\xe0\xb8\x9d\xe0\xb8\x9e\xe0\xb8\x9f\xe0\xb8\xa0\xe0\xb8\xa1\xe0\xb8\xa2\xe0\xb8\xa3\xe0\xb8\xa4\xe0\xb8\xa5\xe0\xb8\xa6\xe0\xb8\xa7\xe0\xb8\xa8\xe0\xb8\xa9\xe0\xb8\xaa\xe0\xb8\xab\xe0\xb8\xac\xe0\xb8\xad\xe0\xb8\xae\xe0\xb8\xaf\xe0\xb8\xb0\xe0\xb8\xb1\xe0\xb8\xb2\xe0\xb8\xb3\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb9\x85\xe0\xb9\x86\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b]",262,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x1d""2\x1d""1",4,NULL,0,"([\xe0\xb9\x80\xe0\xb9\x81\xe0\xb9\x82\xe0\xb9\x83\xe0\xb9\x84])([\xe0\xb8\x81\xe0\xb8\x82\xe0\xb8\x83\xe0\xb8\x84\xe0\xb8\x85\xe0\xb8\x86\xe0\xb8\x87\xe0\xb8\x88\xe0\xb8\x89\xe0\xb8\x8a\xe0\xb8\x8b\xe0\xb8\x8c\xe0\xb8\x8d\xe0\xb8\x8e\xe0\xb8\x8f\xe0\xb8\x90\xe0\xb8\x91\xe0\xb8\x92\xe0\xb8\x93\xe0\xb8\x94\xe0\xb8\x95\xe0\xb8\x96\xe0\xb8\x97\xe0\xb8\x98\xe0\xb8\x99\xe0\xb8\x9a\xe0\xb8\x9b\xe0\xb8\x9c\xe0\xb8\x9d\xe0\xb8\x9e\xe0\xb8\x9f\xe0\xb8\xa0\xe0\xb8\xa1\xe0\xb8\xa2\xe0\xb8\xa3\xe0\xb8\xa4\xe0\xb8\xa5\xe0\xb8\xa6\xe0\xb8\xa7\xe0\xb8\xa8\xe0\xb8\xa9\xe0\xb8\xaa\xe0\xb8\xab\xe0\xb8\xac\xe0\xb8\xad\xe0\xb8\xae\xe0\xb8\xaf\xe0\xb8\xb0\xe0\xb8\xb1\xe0\xb8\xb2\xe0\xb8\xb3\xe0\xb8\xb4\xe0\xb8\xb5\xe0\xb8\xb6\xe0\xb8\xb7\xe0\xb8\xb8\xe0\xb8\xb9\xe0\xb8\xba\xe0\xb9\x85\xe0\xb9\x86\xe0\xb9\x87\xe0\xb9\x88\xe0\xb9\x89\xe0\xb9\x8a\xe0\xb9\x8b\xe0\xb9\x8c\xe0\xb9\x8d\xe0\xb9\x8e\xe0\xb9\x8f\xe0\xb9\x90\xe0\xb9\x91\xe0\xb9\x92\xe0\xb9\x93\xe0\xb9\x94\xe0\xb9\x95\xe0\xb9\x96\xe0\xb9\x97\xe0\xb9\x98\xe0\xb9\x99\xe0\xb9\x9a\xe0\xb9\x9b])",266}, + {"\xc3\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ae",2,NULL,0,NULL,0}, + {"\xc3\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[abcdefghijklmnopqrstuvwxyz\xc2\xaa\xc2\xba\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\xb8\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf\xc4\x81\xc4\x83\xc4\x85\xc4\x87\xc4\x89\xc4\x8b\xc4\x8d\xc4\x8f\xc4\x91\xc4\x93\xc4\x95\xc4\x97\xc4\x99\xc4\x9b\xc4\x9d\xc4\x9f\xc4\xa1\xc4\xa3\xc4\xa5\xc4\xa7\xc4\xa9\xc4\xab\xc4\xad\xc4\xaf\xc4\xb1\xc4\xb3\xc4\xb5\xc4\xb7\xc4\xb8\xc4\xba\xc4\xbc\xc4\xbe\xc5\x80\xc5\x82\xc5\x84\xc5\x86\xc5\x88\xc5\x89\xc5\x8b\xc5\x8d\xc5\x8f\xc5\x91\xc5\x93\xc5\x95\xc5\x97\xc5\x99\xc5\x9b\xc5\x9d\xc5\x9f\xc5\xa1\xc5\xa3\xc5\xa5\xc5\xa7\xc5\xa9\xc5\xab\xc5\xad\xc5\xaf\xc5\xb1\xc5\xb3\xc5\xb5\xc5\xb7\xc5\xba\xc5\xbc\xc5\xbe\xc5\xbf\xc6\x80\xc6\x83\xc6\x85\xc6\x88\xc6\x8c\xc6\x8d\xc6\x92\xc6\x95\xc6\x99\xc6\x9a\xc6\x9b\xc6\x9e\xc6\xa1\xc6\xa3\xc6\xa5\xc6\xa8\xc6\xaa\xc6\xab\xc6\xad\xc6\xb0\xc6\xb4\xc6\xb6\xc6\xb9\xc6\xba\xc6\xbd\xc6\xbe\xc6\xbf\xc7\x86\xc7\x89\xc7\x8c\xc7\x8e\xc7\x90\xc7\x92\xc7\x94\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9d\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xa5\xc7\xa7\xc7\xa9\xc7\xab\xc7\xad\xc7\xaf\xc7\xb0\xc7\xb3\xc7\xb5\xc7\xb9\xc7\xbb\xc7\xbd\xc7\xbf\xc8\x81\xc8\x83\xc8\x85\xc8\x87\xc8\x89\xc8\x8b\xc8\x8d\xc8\x8f\xc8\x91\xc8\x93\xc8\x95\xc8\x97\xc8\x99\xc8\x9b\xc8\x9d\xc8\x9f\xc8\xa1\xc8\xa3\xc8\xa5\xc8\xa7\xc8\xa9\xc8\xab\xc8\xad\xc8\xaf\xc8\xb1\xc8\xb3\xc8\xb4\xc8\xb5\xc8\xb6\xc8\xb7\xc8\xb8\xc8\xb9\xc8\xbc\xc8\xbf\xc9\x80\xc9\x82\xc9\x87\xc9\x89\xc9\x8b\xc9\x8d\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\xca\x80\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\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\xe1\xb4\x80\xe1\xb4\x81\xe1\xb4\x82\xe1\xb4\x83\xe1\xb4\x84\xe1\xb4\x85\xe1\xb4\x86\xe1\xb4\x87\xe1\xb4\x88\xe1\xb4\x89\xe1\xb4\x8a\xe1\xb4\x8b\xe1\xb4\x8c\xe1\xb4\x8d\xe1\xb4\x8e\xe1\xb4\x8f\xe1\xb4\x90\xe1\xb4\x91\xe1\xb4\x92\xe1\xb4\x93\xe1\xb4\x94\xe1\xb4\x95\xe1\xb4\x96\xe1\xb4\x97\xe1\xb4\x98\xe1\xb4\x99\xe1\xb4\x9a\xe1\xb4\x9b\xe1\xb4\x9c\xe1\xb4\x9d\xe1\xb4\x9e\xe1\xb4\x9f\xe1\xb4\xa0\xe1\xb4\xa1\xe1\xb4\xa2\xe1\xb4\xa3\xe1\xb4\xa4\xe1\xb4\xa5\xe1\xb5\xa2\xe1\xb5\xa3\xe1\xb5\xa4\xe1\xb5\xa5\xe1\xb5\xab\xe1\xb5\xac\xe1\xb5\xad\xe1\xb5\xae\xe1\xb5\xaf\xe1\xb5\xb0\xe1\xb5\xb1\xe1\xb5\xb2\xe1\xb5\xb3\xe1\xb5\xb4\xe1\xb5\xb5\xe1\xb5\xb6\xe1\xb5\xb7\xe1\xb5\xb9\xe1\xb5\xba\xe1\xb5\xbb\xe1\xb5\xbc\xe1\xb5\xbd\xe1\xb5\xbe\xe1\xb5\xbf\xe1\xb6\x80\xe1\xb6\x81\xe1\xb6\x82\xe1\xb6\x83\xe1\xb6\x84\xe1\xb6\x85\xe1\xb6\x86\xe1\xb6\x87\xe1\xb6\x88\xe1\xb6\x89\xe1\xb6\x8a\xe1\xb6\x8b\xe1\xb6\x8c\xe1\xb6\x8d\xe1\xb6\x8e\xe1\xb6\x8f\xe1\xb6\x90\xe1\xb6\x91\xe1\xb6\x92\xe1\xb6\x93\xe1\xb6\x94\xe1\xb6\x95\xe1\xb6\x96\xe1\xb6\x97\xe1\xb6\x98\xe1\xb6\x99\xe1\xb6\x9a\xe1\xb8\x81\xe1\xb8\x83\xe1\xb8\x85\xe1\xb8\x87\xe1\xb8\x89\xe1\xb8\x8b\xe1\xb8\x8d\xe1\xb8\x8f\xe1\xb8\x91\xe1\xb8\x93\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\x99\xe1\xb8\x9b\xe1\xb8\x9d\xe1\xb8\x9f\xe1\xb8\xa1\xe1\xb8\xa3\xe1\xb8\xa5\xe1\xb8\xa7\xe1\xb8\xa9\xe1\xb8\xab\xe1\xb8\xad\xe1\xb8\xaf\xe1\xb8\xb1\xe1\xb8\xb3\xe1\xb8\xb5\xe1\xb8\xb7\xe1\xb8\xb9\xe1\xb8\xbb\xe1\xb8\xbd\xe1\xb8\xbf\xe1\xb9\x81\xe1\xb9\x83\xe1\xb9\x85\xe1\xb9\x87\xe1\xb9\x89\xe1\xb9\x8b\xe1\xb9\x8d\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x95\xe1\xb9\x97\xe1\xb9\x99\xe1\xb9\x9b\xe1\xb9\x9d\xe1\xb9\x9f\xe1\xb9\xa1\xe1\xb9\xa3\xe1\xb9\xa5\xe1\xb9\xa7\xe1\xb9\xa9\xe1\xb9\xab\xe1\xb9\xad\xe1\xb9\xaf\xe1\xb9\xb1\xe1\xb9\xb3\xe1\xb9\xb5\xe1\xb9\xb7\xe1\xb9\xb9\xe1\xb9\xbb\xe1\xb9\xbd\xe1\xb9\xbf\xe1\xba\x81\xe1\xba\x83\xe1\xba\x85\xe1\xba\x87\xe1\xba\x89\xe1\xba\x8b\xe1\xba\x8d\xe1\xba\x8f\xe1\xba\x91\xe1\xba\x93\xe1\xba\x95\xe1\xba\x96\xe1\xba\x97\xe1\xba\x98\xe1\xba\x99\xe1\xba\x9a\xe1\xba\x9b\xe1\xba\x9c\xe1\xba\x9d\xe1\xba\x9f\xe1\xba\xa1\xe1\xba\xa3\xe1\xba\xa5\xe1\xba\xa7\xe1\xba\xa9\xe1\xba\xab\xe1\xba\xad\xe1\xba\xaf\xe1\xba\xb1\xe1\xba\xb3\xe1\xba\xb5\xe1\xba\xb7\xe1\xba\xb9\xe1\xba\xbb\xe1\xba\xbd\xe1\xba\xbf\xe1\xbb\x81\xe1\xbb\x83\xe1\xbb\x85\xe1\xbb\x87\xe1\xbb\x89\xe1\xbb\x8b\xe1\xbb\x8d\xe1\xbb\x8f\xe1\xbb\x91\xe1\xbb\x93\xe1\xbb\x95\xe1\xbb\x97\xe1\xbb\x99\xe1\xbb\x9b\xe1\xbb\x9d\xe1\xbb\x9f\xe1\xbb\xa1\xe1\xbb\xa3\xe1\xbb\xa5\xe1\xbb\xa7\xe1\xbb\xa9\xe1\xbb\xab\xe1\xbb\xad\xe1\xbb\xaf\xe1\xbb\xb1\xe1\xbb\xb3\xe1\xbb\xb5\xe1\xbb\xb7\xe1\xbb\xb9\xe1\xbb\xbb\xe1\xbb\xbd\xe1\xbb\xbf\xe2\x85\x8e\xe2\x86\x84\xe2\xb1\xa1\xe2\xb1\xa5\xe2\xb1\xa6\xe2\xb1\xa8\xe2\xb1\xaa\xe2\xb1\xac\xe2\xb1\xb1\xe2\xb1\xb3\xe2\xb1\xb4\xe2\xb1\xb6\xe2\xb1\xb7\xe2\xb1\xb8\xe2\xb1\xb9\xe2\xb1\xba\xe2\xb1\xbb\xe2\xb1\xbc\xea\x9c\xa3\xea\x9c\xa5\xea\x9c\xa7\xea\x9c\xa9\xea\x9c\xab\xea\x9c\xad\xea\x9c\xaf\xea\x9c\xb0\xea\x9c\xb1\xea\x9c\xb3\xea\x9c\xb5\xea\x9c\xb7\xea\x9c\xb9\xea\x9c\xbb\xea\x9c\xbd\xea\x9c\xbf\xea\x9d\x81\xea\x9d\x83\xea\x9d\x85\xea\x9d\x87\xea\x9d\x89\xea\x9d\x8b\xea\x9d\x8d\xea\x9d\x8f\xea\x9d\x91\xea\x9d\x93\xea\x9d\x95\xea\x9d\x97\xea\x9d\x99\xea\x9d\x9b\xea\x9d\x9d\xea\x9d\x9f\xea\x9d\xa1\xea\x9d\xa3\xea\x9d\xa5\xea\x9d\xa7\xea\x9d\xa9\xea\x9d\xab\xea\x9d\xad\xea\x9d\xaf\xea\x9d\xb1\xea\x9d\xb2\xea\x9d\xb3\xea\x9d\xb4\xea\x9d\xb5\xea\x9d\xb6\xea\x9d\xb7\xea\x9d\xb8\xea\x9d\xba\xea\x9d\xbc\xea\x9d\xbf\xea\x9e\x81\xea\x9e\x83\xea\x9e\x85\xea\x9e\x87\xea\x9e\x8c\xef\xac\x80\xef\xac\x81\xef\xac\x82\xef\xac\x83\xef\xac\x84\xef\xac\x85\xef\xac\x86\xef\xbd\x81\xef\xbd\x82\xef\xbd\x83\xef\xbd\x84\xef\xbd\x85\xef\xbd\x86\xef\xbd\x87\xef\xbd\x88\xef\xbd\x89\xef\xbd\x8a\xef\xbd\x8b\xef\xbd\x8c\xef\xbd\x8d\xef\xbd\x8e\xef\xbd\x8f\xef\xbd\x90\xef\xbd\x91\xef\xbd\x92\xef\xbd\x93\xef\xbd\x94\xef\xbd\x95\xef\xbd\x96\xef\xbd\x97\xef\xbd\x98\xef\xbd\x99\xef\xbd\x9a]",1592,"Ae",2,NULL,0,NULL,0}, + {"\xc3\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"AE",2,NULL,0,NULL,0}, + {"\xc3\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"oe",2,NULL,0,NULL,0}, + {"\xc3\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[abcdefghijklmnopqrstuvwxyz\xc2\xaa\xc2\xba\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\xb8\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf\xc4\x81\xc4\x83\xc4\x85\xc4\x87\xc4\x89\xc4\x8b\xc4\x8d\xc4\x8f\xc4\x91\xc4\x93\xc4\x95\xc4\x97\xc4\x99\xc4\x9b\xc4\x9d\xc4\x9f\xc4\xa1\xc4\xa3\xc4\xa5\xc4\xa7\xc4\xa9\xc4\xab\xc4\xad\xc4\xaf\xc4\xb1\xc4\xb3\xc4\xb5\xc4\xb7\xc4\xb8\xc4\xba\xc4\xbc\xc4\xbe\xc5\x80\xc5\x82\xc5\x84\xc5\x86\xc5\x88\xc5\x89\xc5\x8b\xc5\x8d\xc5\x8f\xc5\x91\xc5\x93\xc5\x95\xc5\x97\xc5\x99\xc5\x9b\xc5\x9d\xc5\x9f\xc5\xa1\xc5\xa3\xc5\xa5\xc5\xa7\xc5\xa9\xc5\xab\xc5\xad\xc5\xaf\xc5\xb1\xc5\xb3\xc5\xb5\xc5\xb7\xc5\xba\xc5\xbc\xc5\xbe\xc5\xbf\xc6\x80\xc6\x83\xc6\x85\xc6\x88\xc6\x8c\xc6\x8d\xc6\x92\xc6\x95\xc6\x99\xc6\x9a\xc6\x9b\xc6\x9e\xc6\xa1\xc6\xa3\xc6\xa5\xc6\xa8\xc6\xaa\xc6\xab\xc6\xad\xc6\xb0\xc6\xb4\xc6\xb6\xc6\xb9\xc6\xba\xc6\xbd\xc6\xbe\xc6\xbf\xc7\x86\xc7\x89\xc7\x8c\xc7\x8e\xc7\x90\xc7\x92\xc7\x94\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9d\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xa5\xc7\xa7\xc7\xa9\xc7\xab\xc7\xad\xc7\xaf\xc7\xb0\xc7\xb3\xc7\xb5\xc7\xb9\xc7\xbb\xc7\xbd\xc7\xbf\xc8\x81\xc8\x83\xc8\x85\xc8\x87\xc8\x89\xc8\x8b\xc8\x8d\xc8\x8f\xc8\x91\xc8\x93\xc8\x95\xc8\x97\xc8\x99\xc8\x9b\xc8\x9d\xc8\x9f\xc8\xa1\xc8\xa3\xc8\xa5\xc8\xa7\xc8\xa9\xc8\xab\xc8\xad\xc8\xaf\xc8\xb1\xc8\xb3\xc8\xb4\xc8\xb5\xc8\xb6\xc8\xb7\xc8\xb8\xc8\xb9\xc8\xbc\xc8\xbf\xc9\x80\xc9\x82\xc9\x87\xc9\x89\xc9\x8b\xc9\x8d\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\xca\x80\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\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\xe1\xb4\x80\xe1\xb4\x81\xe1\xb4\x82\xe1\xb4\x83\xe1\xb4\x84\xe1\xb4\x85\xe1\xb4\x86\xe1\xb4\x87\xe1\xb4\x88\xe1\xb4\x89\xe1\xb4\x8a\xe1\xb4\x8b\xe1\xb4\x8c\xe1\xb4\x8d\xe1\xb4\x8e\xe1\xb4\x8f\xe1\xb4\x90\xe1\xb4\x91\xe1\xb4\x92\xe1\xb4\x93\xe1\xb4\x94\xe1\xb4\x95\xe1\xb4\x96\xe1\xb4\x97\xe1\xb4\x98\xe1\xb4\x99\xe1\xb4\x9a\xe1\xb4\x9b\xe1\xb4\x9c\xe1\xb4\x9d\xe1\xb4\x9e\xe1\xb4\x9f\xe1\xb4\xa0\xe1\xb4\xa1\xe1\xb4\xa2\xe1\xb4\xa3\xe1\xb4\xa4\xe1\xb4\xa5\xe1\xb5\xa2\xe1\xb5\xa3\xe1\xb5\xa4\xe1\xb5\xa5\xe1\xb5\xab\xe1\xb5\xac\xe1\xb5\xad\xe1\xb5\xae\xe1\xb5\xaf\xe1\xb5\xb0\xe1\xb5\xb1\xe1\xb5\xb2\xe1\xb5\xb3\xe1\xb5\xb4\xe1\xb5\xb5\xe1\xb5\xb6\xe1\xb5\xb7\xe1\xb5\xb9\xe1\xb5\xba\xe1\xb5\xbb\xe1\xb5\xbc\xe1\xb5\xbd\xe1\xb5\xbe\xe1\xb5\xbf\xe1\xb6\x80\xe1\xb6\x81\xe1\xb6\x82\xe1\xb6\x83\xe1\xb6\x84\xe1\xb6\x85\xe1\xb6\x86\xe1\xb6\x87\xe1\xb6\x88\xe1\xb6\x89\xe1\xb6\x8a\xe1\xb6\x8b\xe1\xb6\x8c\xe1\xb6\x8d\xe1\xb6\x8e\xe1\xb6\x8f\xe1\xb6\x90\xe1\xb6\x91\xe1\xb6\x92\xe1\xb6\x93\xe1\xb6\x94\xe1\xb6\x95\xe1\xb6\x96\xe1\xb6\x97\xe1\xb6\x98\xe1\xb6\x99\xe1\xb6\x9a\xe1\xb8\x81\xe1\xb8\x83\xe1\xb8\x85\xe1\xb8\x87\xe1\xb8\x89\xe1\xb8\x8b\xe1\xb8\x8d\xe1\xb8\x8f\xe1\xb8\x91\xe1\xb8\x93\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\x99\xe1\xb8\x9b\xe1\xb8\x9d\xe1\xb8\x9f\xe1\xb8\xa1\xe1\xb8\xa3\xe1\xb8\xa5\xe1\xb8\xa7\xe1\xb8\xa9\xe1\xb8\xab\xe1\xb8\xad\xe1\xb8\xaf\xe1\xb8\xb1\xe1\xb8\xb3\xe1\xb8\xb5\xe1\xb8\xb7\xe1\xb8\xb9\xe1\xb8\xbb\xe1\xb8\xbd\xe1\xb8\xbf\xe1\xb9\x81\xe1\xb9\x83\xe1\xb9\x85\xe1\xb9\x87\xe1\xb9\x89\xe1\xb9\x8b\xe1\xb9\x8d\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x95\xe1\xb9\x97\xe1\xb9\x99\xe1\xb9\x9b\xe1\xb9\x9d\xe1\xb9\x9f\xe1\xb9\xa1\xe1\xb9\xa3\xe1\xb9\xa5\xe1\xb9\xa7\xe1\xb9\xa9\xe1\xb9\xab\xe1\xb9\xad\xe1\xb9\xaf\xe1\xb9\xb1\xe1\xb9\xb3\xe1\xb9\xb5\xe1\xb9\xb7\xe1\xb9\xb9\xe1\xb9\xbb\xe1\xb9\xbd\xe1\xb9\xbf\xe1\xba\x81\xe1\xba\x83\xe1\xba\x85\xe1\xba\x87\xe1\xba\x89\xe1\xba\x8b\xe1\xba\x8d\xe1\xba\x8f\xe1\xba\x91\xe1\xba\x93\xe1\xba\x95\xe1\xba\x96\xe1\xba\x97\xe1\xba\x98\xe1\xba\x99\xe1\xba\x9a\xe1\xba\x9b\xe1\xba\x9c\xe1\xba\x9d\xe1\xba\x9f\xe1\xba\xa1\xe1\xba\xa3\xe1\xba\xa5\xe1\xba\xa7\xe1\xba\xa9\xe1\xba\xab\xe1\xba\xad\xe1\xba\xaf\xe1\xba\xb1\xe1\xba\xb3\xe1\xba\xb5\xe1\xba\xb7\xe1\xba\xb9\xe1\xba\xbb\xe1\xba\xbd\xe1\xba\xbf\xe1\xbb\x81\xe1\xbb\x83\xe1\xbb\x85\xe1\xbb\x87\xe1\xbb\x89\xe1\xbb\x8b\xe1\xbb\x8d\xe1\xbb\x8f\xe1\xbb\x91\xe1\xbb\x93\xe1\xbb\x95\xe1\xbb\x97\xe1\xbb\x99\xe1\xbb\x9b\xe1\xbb\x9d\xe1\xbb\x9f\xe1\xbb\xa1\xe1\xbb\xa3\xe1\xbb\xa5\xe1\xbb\xa7\xe1\xbb\xa9\xe1\xbb\xab\xe1\xbb\xad\xe1\xbb\xaf\xe1\xbb\xb1\xe1\xbb\xb3\xe1\xbb\xb5\xe1\xbb\xb7\xe1\xbb\xb9\xe1\xbb\xbb\xe1\xbb\xbd\xe1\xbb\xbf\xe2\x85\x8e\xe2\x86\x84\xe2\xb1\xa1\xe2\xb1\xa5\xe2\xb1\xa6\xe2\xb1\xa8\xe2\xb1\xaa\xe2\xb1\xac\xe2\xb1\xb1\xe2\xb1\xb3\xe2\xb1\xb4\xe2\xb1\xb6\xe2\xb1\xb7\xe2\xb1\xb8\xe2\xb1\xb9\xe2\xb1\xba\xe2\xb1\xbb\xe2\xb1\xbc\xea\x9c\xa3\xea\x9c\xa5\xea\x9c\xa7\xea\x9c\xa9\xea\x9c\xab\xea\x9c\xad\xea\x9c\xaf\xea\x9c\xb0\xea\x9c\xb1\xea\x9c\xb3\xea\x9c\xb5\xea\x9c\xb7\xea\x9c\xb9\xea\x9c\xbb\xea\x9c\xbd\xea\x9c\xbf\xea\x9d\x81\xea\x9d\x83\xea\x9d\x85\xea\x9d\x87\xea\x9d\x89\xea\x9d\x8b\xea\x9d\x8d\xea\x9d\x8f\xea\x9d\x91\xea\x9d\x93\xea\x9d\x95\xea\x9d\x97\xea\x9d\x99\xea\x9d\x9b\xea\x9d\x9d\xea\x9d\x9f\xea\x9d\xa1\xea\x9d\xa3\xea\x9d\xa5\xea\x9d\xa7\xea\x9d\xa9\xea\x9d\xab\xea\x9d\xad\xea\x9d\xaf\xea\x9d\xb1\xea\x9d\xb2\xea\x9d\xb3\xea\x9d\xb4\xea\x9d\xb5\xea\x9d\xb6\xea\x9d\xb7\xea\x9d\xb8\xea\x9d\xba\xea\x9d\xbc\xea\x9d\xbf\xea\x9e\x81\xea\x9e\x83\xea\x9e\x85\xea\x9e\x87\xea\x9e\x8c\xef\xac\x80\xef\xac\x81\xef\xac\x82\xef\xac\x83\xef\xac\x84\xef\xac\x85\xef\xac\x86\xef\xbd\x81\xef\xbd\x82\xef\xbd\x83\xef\xbd\x84\xef\xbd\x85\xef\xbd\x86\xef\xbd\x87\xef\xbd\x88\xef\xbd\x89\xef\xbd\x8a\xef\xbd\x8b\xef\xbd\x8c\xef\xbd\x8d\xef\xbd\x8e\xef\xbd\x8f\xef\xbd\x90\xef\xbd\x91\xef\xbd\x92\xef\xbd\x93\xef\xbd\x94\xef\xbd\x95\xef\xbd\x96\xef\xbd\x97\xef\xbd\x98\xef\xbd\x99\xef\xbd\x9a]",1592,"Oe",2,NULL,0,NULL,0}, + {"\xc3\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"OE",2,NULL,0,NULL,0}, + {"\xc3\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ue",2,NULL,0,NULL,0}, + {"\xc3\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[abcdefghijklmnopqrstuvwxyz\xc2\xaa\xc2\xba\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\xb8\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf\xc4\x81\xc4\x83\xc4\x85\xc4\x87\xc4\x89\xc4\x8b\xc4\x8d\xc4\x8f\xc4\x91\xc4\x93\xc4\x95\xc4\x97\xc4\x99\xc4\x9b\xc4\x9d\xc4\x9f\xc4\xa1\xc4\xa3\xc4\xa5\xc4\xa7\xc4\xa9\xc4\xab\xc4\xad\xc4\xaf\xc4\xb1\xc4\xb3\xc4\xb5\xc4\xb7\xc4\xb8\xc4\xba\xc4\xbc\xc4\xbe\xc5\x80\xc5\x82\xc5\x84\xc5\x86\xc5\x88\xc5\x89\xc5\x8b\xc5\x8d\xc5\x8f\xc5\x91\xc5\x93\xc5\x95\xc5\x97\xc5\x99\xc5\x9b\xc5\x9d\xc5\x9f\xc5\xa1\xc5\xa3\xc5\xa5\xc5\xa7\xc5\xa9\xc5\xab\xc5\xad\xc5\xaf\xc5\xb1\xc5\xb3\xc5\xb5\xc5\xb7\xc5\xba\xc5\xbc\xc5\xbe\xc5\xbf\xc6\x80\xc6\x83\xc6\x85\xc6\x88\xc6\x8c\xc6\x8d\xc6\x92\xc6\x95\xc6\x99\xc6\x9a\xc6\x9b\xc6\x9e\xc6\xa1\xc6\xa3\xc6\xa5\xc6\xa8\xc6\xaa\xc6\xab\xc6\xad\xc6\xb0\xc6\xb4\xc6\xb6\xc6\xb9\xc6\xba\xc6\xbd\xc6\xbe\xc6\xbf\xc7\x86\xc7\x89\xc7\x8c\xc7\x8e\xc7\x90\xc7\x92\xc7\x94\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9d\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xa5\xc7\xa7\xc7\xa9\xc7\xab\xc7\xad\xc7\xaf\xc7\xb0\xc7\xb3\xc7\xb5\xc7\xb9\xc7\xbb\xc7\xbd\xc7\xbf\xc8\x81\xc8\x83\xc8\x85\xc8\x87\xc8\x89\xc8\x8b\xc8\x8d\xc8\x8f\xc8\x91\xc8\x93\xc8\x95\xc8\x97\xc8\x99\xc8\x9b\xc8\x9d\xc8\x9f\xc8\xa1\xc8\xa3\xc8\xa5\xc8\xa7\xc8\xa9\xc8\xab\xc8\xad\xc8\xaf\xc8\xb1\xc8\xb3\xc8\xb4\xc8\xb5\xc8\xb6\xc8\xb7\xc8\xb8\xc8\xb9\xc8\xbc\xc8\xbf\xc9\x80\xc9\x82\xc9\x87\xc9\x89\xc9\x8b\xc9\x8d\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\xca\x80\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\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\xe1\xb4\x80\xe1\xb4\x81\xe1\xb4\x82\xe1\xb4\x83\xe1\xb4\x84\xe1\xb4\x85\xe1\xb4\x86\xe1\xb4\x87\xe1\xb4\x88\xe1\xb4\x89\xe1\xb4\x8a\xe1\xb4\x8b\xe1\xb4\x8c\xe1\xb4\x8d\xe1\xb4\x8e\xe1\xb4\x8f\xe1\xb4\x90\xe1\xb4\x91\xe1\xb4\x92\xe1\xb4\x93\xe1\xb4\x94\xe1\xb4\x95\xe1\xb4\x96\xe1\xb4\x97\xe1\xb4\x98\xe1\xb4\x99\xe1\xb4\x9a\xe1\xb4\x9b\xe1\xb4\x9c\xe1\xb4\x9d\xe1\xb4\x9e\xe1\xb4\x9f\xe1\xb4\xa0\xe1\xb4\xa1\xe1\xb4\xa2\xe1\xb4\xa3\xe1\xb4\xa4\xe1\xb4\xa5\xe1\xb5\xa2\xe1\xb5\xa3\xe1\xb5\xa4\xe1\xb5\xa5\xe1\xb5\xab\xe1\xb5\xac\xe1\xb5\xad\xe1\xb5\xae\xe1\xb5\xaf\xe1\xb5\xb0\xe1\xb5\xb1\xe1\xb5\xb2\xe1\xb5\xb3\xe1\xb5\xb4\xe1\xb5\xb5\xe1\xb5\xb6\xe1\xb5\xb7\xe1\xb5\xb9\xe1\xb5\xba\xe1\xb5\xbb\xe1\xb5\xbc\xe1\xb5\xbd\xe1\xb5\xbe\xe1\xb5\xbf\xe1\xb6\x80\xe1\xb6\x81\xe1\xb6\x82\xe1\xb6\x83\xe1\xb6\x84\xe1\xb6\x85\xe1\xb6\x86\xe1\xb6\x87\xe1\xb6\x88\xe1\xb6\x89\xe1\xb6\x8a\xe1\xb6\x8b\xe1\xb6\x8c\xe1\xb6\x8d\xe1\xb6\x8e\xe1\xb6\x8f\xe1\xb6\x90\xe1\xb6\x91\xe1\xb6\x92\xe1\xb6\x93\xe1\xb6\x94\xe1\xb6\x95\xe1\xb6\x96\xe1\xb6\x97\xe1\xb6\x98\xe1\xb6\x99\xe1\xb6\x9a\xe1\xb8\x81\xe1\xb8\x83\xe1\xb8\x85\xe1\xb8\x87\xe1\xb8\x89\xe1\xb8\x8b\xe1\xb8\x8d\xe1\xb8\x8f\xe1\xb8\x91\xe1\xb8\x93\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\x99\xe1\xb8\x9b\xe1\xb8\x9d\xe1\xb8\x9f\xe1\xb8\xa1\xe1\xb8\xa3\xe1\xb8\xa5\xe1\xb8\xa7\xe1\xb8\xa9\xe1\xb8\xab\xe1\xb8\xad\xe1\xb8\xaf\xe1\xb8\xb1\xe1\xb8\xb3\xe1\xb8\xb5\xe1\xb8\xb7\xe1\xb8\xb9\xe1\xb8\xbb\xe1\xb8\xbd\xe1\xb8\xbf\xe1\xb9\x81\xe1\xb9\x83\xe1\xb9\x85\xe1\xb9\x87\xe1\xb9\x89\xe1\xb9\x8b\xe1\xb9\x8d\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x95\xe1\xb9\x97\xe1\xb9\x99\xe1\xb9\x9b\xe1\xb9\x9d\xe1\xb9\x9f\xe1\xb9\xa1\xe1\xb9\xa3\xe1\xb9\xa5\xe1\xb9\xa7\xe1\xb9\xa9\xe1\xb9\xab\xe1\xb9\xad\xe1\xb9\xaf\xe1\xb9\xb1\xe1\xb9\xb3\xe1\xb9\xb5\xe1\xb9\xb7\xe1\xb9\xb9\xe1\xb9\xbb\xe1\xb9\xbd\xe1\xb9\xbf\xe1\xba\x81\xe1\xba\x83\xe1\xba\x85\xe1\xba\x87\xe1\xba\x89\xe1\xba\x8b\xe1\xba\x8d\xe1\xba\x8f\xe1\xba\x91\xe1\xba\x93\xe1\xba\x95\xe1\xba\x96\xe1\xba\x97\xe1\xba\x98\xe1\xba\x99\xe1\xba\x9a\xe1\xba\x9b\xe1\xba\x9c\xe1\xba\x9d\xe1\xba\x9f\xe1\xba\xa1\xe1\xba\xa3\xe1\xba\xa5\xe1\xba\xa7\xe1\xba\xa9\xe1\xba\xab\xe1\xba\xad\xe1\xba\xaf\xe1\xba\xb1\xe1\xba\xb3\xe1\xba\xb5\xe1\xba\xb7\xe1\xba\xb9\xe1\xba\xbb\xe1\xba\xbd\xe1\xba\xbf\xe1\xbb\x81\xe1\xbb\x83\xe1\xbb\x85\xe1\xbb\x87\xe1\xbb\x89\xe1\xbb\x8b\xe1\xbb\x8d\xe1\xbb\x8f\xe1\xbb\x91\xe1\xbb\x93\xe1\xbb\x95\xe1\xbb\x97\xe1\xbb\x99\xe1\xbb\x9b\xe1\xbb\x9d\xe1\xbb\x9f\xe1\xbb\xa1\xe1\xbb\xa3\xe1\xbb\xa5\xe1\xbb\xa7\xe1\xbb\xa9\xe1\xbb\xab\xe1\xbb\xad\xe1\xbb\xaf\xe1\xbb\xb1\xe1\xbb\xb3\xe1\xbb\xb5\xe1\xbb\xb7\xe1\xbb\xb9\xe1\xbb\xbb\xe1\xbb\xbd\xe1\xbb\xbf\xe2\x85\x8e\xe2\x86\x84\xe2\xb1\xa1\xe2\xb1\xa5\xe2\xb1\xa6\xe2\xb1\xa8\xe2\xb1\xaa\xe2\xb1\xac\xe2\xb1\xb1\xe2\xb1\xb3\xe2\xb1\xb4\xe2\xb1\xb6\xe2\xb1\xb7\xe2\xb1\xb8\xe2\xb1\xb9\xe2\xb1\xba\xe2\xb1\xbb\xe2\xb1\xbc\xea\x9c\xa3\xea\x9c\xa5\xea\x9c\xa7\xea\x9c\xa9\xea\x9c\xab\xea\x9c\xad\xea\x9c\xaf\xea\x9c\xb0\xea\x9c\xb1\xea\x9c\xb3\xea\x9c\xb5\xea\x9c\xb7\xea\x9c\xb9\xea\x9c\xbb\xea\x9c\xbd\xea\x9c\xbf\xea\x9d\x81\xea\x9d\x83\xea\x9d\x85\xea\x9d\x87\xea\x9d\x89\xea\x9d\x8b\xea\x9d\x8d\xea\x9d\x8f\xea\x9d\x91\xea\x9d\x93\xea\x9d\x95\xea\x9d\x97\xea\x9d\x99\xea\x9d\x9b\xea\x9d\x9d\xea\x9d\x9f\xea\x9d\xa1\xea\x9d\xa3\xea\x9d\xa5\xea\x9d\xa7\xea\x9d\xa9\xea\x9d\xab\xea\x9d\xad\xea\x9d\xaf\xea\x9d\xb1\xea\x9d\xb2\xea\x9d\xb3\xea\x9d\xb4\xea\x9d\xb5\xea\x9d\xb6\xea\x9d\xb7\xea\x9d\xb8\xea\x9d\xba\xea\x9d\xbc\xea\x9d\xbf\xea\x9e\x81\xea\x9e\x83\xea\x9e\x85\xea\x9e\x87\xea\x9e\x8c\xef\xac\x80\xef\xac\x81\xef\xac\x82\xef\xac\x83\xef\xac\x84\xef\xac\x85\xef\xac\x86\xef\xbd\x81\xef\xbd\x82\xef\xbd\x83\xef\xbd\x84\xef\xbd\x85\xef\xbd\x86\xef\xbd\x87\xef\xbd\x88\xef\xbd\x89\xef\xbd\x8a\xef\xbd\x8b\xef\xbd\x8c\xef\xbd\x8d\xef\xbd\x8e\xef\xbd\x8f\xef\xbd\x90\xef\xbd\x91\xef\xbd\x92\xef\xbd\x93\xef\xbd\x94\xef\xbd\x95\xef\xbd\x96\xef\xbd\x97\xef\xbd\x98\xef\xbd\x99\xef\xbd\x9a]",1592,"Ue",2,NULL,0,NULL,0}, + {"\xc3\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"UE",2,NULL,0,NULL,0}, + {"\xc5\xa1w\xc3\xaa",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x97",3,NULL,0,NULL,0}, + {"\xc5\xa1w\xc3\xae",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x9b",3,NULL,0,NULL,0}, + {"\xc5\xa1wi",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x99",3,NULL,0,NULL,0}, + {"\xc5\xa1w\xc3\xb4",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x9f",3,NULL,0,NULL,0}, + {"\xc5\xa1wo",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x9d",3,NULL,0,NULL,0}, + {"\xc5\xa1w\xc3\xa2",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa3",3,NULL,0,NULL,0}, + {"\xc5\xa1wa",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa1",3,NULL,0,NULL,0}, + {"pw\xc3\xaa",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xba",3,NULL,0,NULL,0}, + {"pw\xc3\xae",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xbe",3,NULL,0,NULL,0}, + {"pwi",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xbc",3,NULL,0,NULL,0}, + {"pw\xc3\xb4",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x82",3,NULL,0,NULL,0}, + {"pwo",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x80",3,NULL,0,NULL,0}, + {"pw\xc3\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x86",3,NULL,0,NULL,0}, + {"pwa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x84",3,NULL,0,NULL,0}, + {"tw\xc3\xaa",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x97",3,NULL,0,NULL,0}, + {"tw\xc3\xae",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x9b",3,NULL,0,NULL,0}, + {"twi",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x99",3,NULL,0,NULL,0}, + {"tw\xc3\xb4",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x9f",3,NULL,0,NULL,0}, + {"two",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x9d",3,NULL,0,NULL,0}, + {"tw\xc3\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xa3",3,NULL,0,NULL,0}, + {"twa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xa1",3,NULL,0,NULL,0}, + {"kw\xc3\xaa",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb4",3,NULL,0,NULL,0}, + {"kw\xc3\xae",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb8",3,NULL,0,NULL,0}, + {"kwi",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb6",3,NULL,0,NULL,0}, + {"kw\xc3\xb4",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xbc",3,NULL,0,NULL,0}, + {"kwo",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xba",3,NULL,0,NULL,0}, + {"kw\xc3\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x80",3,NULL,0,NULL,0}, + {"kwa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xbe",3,NULL,0,NULL,0}, + {"cw\xc3\xaa",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x92",3,NULL,0,NULL,0}, + {"cw\xc3\xae",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x96",3,NULL,0,NULL,0}, + {"cwi",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x94",3,NULL,0,NULL,0}, + {"cw\xc3\xb4",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x9a",3,NULL,0,NULL,0}, + {"cwo",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x98",3,NULL,0,NULL,0}, + {"cw\xc3\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x9e",3,NULL,0,NULL,0}, + {"cwa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x9c",3,NULL,0,NULL,0}, + {"mw\xc3\xaa",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xac",3,NULL,0,NULL,0}, + {"mw\xc3\xae",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb0",3,NULL,0,NULL,0}, + {"mwi",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xae",3,NULL,0,NULL,0}, + {"mw\xc3\xb4",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb4",3,NULL,0,NULL,0}, + {"mwo",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb2",3,NULL,0,NULL,0}, + {"mw\xc3\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb8",3,NULL,0,NULL,0}, + {"mwa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb6",3,NULL,0,NULL,0}, + {"nw\xc3\xaa",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x89",3,NULL,0,NULL,0}, + {"nw\xc3\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x8d",3,NULL,0,NULL,0}, + {"nwa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x8b",3,NULL,0,NULL,0}, + {"lw\xc3\xaa",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x9c",3,NULL,0,NULL,0}, + {"lw\xc3\xae",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa0",3,NULL,0,NULL,0}, + {"lwi",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x9e",3,NULL,0,NULL,0}, + {"lw\xc3\xb4",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa4",3,NULL,0,NULL,0}, + {"lwo",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa2",3,NULL,0,NULL,0}, + {"lw\xc3\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa8",3,NULL,0,NULL,0}, + {"lwa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa6",3,NULL,0,NULL,0}, + {"sw\xc3\xaa",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb6",3,NULL,0,NULL,0}, + {"sw\xc3\xae",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xba",3,NULL,0,NULL,0}, + {"swi",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb8",3,NULL,0,NULL,0}, + {"sw\xc3\xb4",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xbe",3,NULL,0,NULL,0}, + {"swo",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xbc",3,NULL,0,NULL,0}, + {"sw\xc3\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x82",3,NULL,0,NULL,0}, + {"swa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x80",3,NULL,0,NULL,0}, + {"yw\xc3\xaa",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xaf",3,NULL,0,NULL,0}, + {"yw\xc3\xae",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb3",3,NULL,0,NULL,0}, + {"ywi",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb1",3,NULL,0,NULL,0}, + {"yw\xc3\xb4",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb7",3,NULL,0,NULL,0}, + {"ywo",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb5",3,NULL,0,NULL,0}, + {"yw\xc3\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xbb",3,NULL,0,NULL,0}, + {"ywa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb9",3,NULL,0,NULL,0}, + {"rw\xc3\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x8e",3,NULL,0,NULL,0}, + {"hk",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xbd",3,NULL,0,NULL,0}, + {"th\xc3\xaa",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xa7",3,NULL,0,NULL,0}, + {"th\xc3\xae",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xa9",3,NULL,0,NULL,0}, + {"thi",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xa8",3,NULL,0,NULL,0}, + {"th\xc3\xb4",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xab",3,NULL,0,NULL,0}, + {"tho",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xaa",3,NULL,0,NULL,0}, + {"th\xc3\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xad",3,NULL,0,NULL,0}, + {"tha",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xac",3,NULL,0,NULL,0}, + {"th",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xae",3,NULL,0,NULL,0}, + {"\xc5\xa1\xc3\xaa",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x90",3,NULL,0,NULL,0}, + {"\xc5\xa1\xc3\xae",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x91",3,NULL,0,NULL,0}, + {"\xc5\xa1i",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x92",3,NULL,0,NULL,0}, + {"\xc5\xa1\xc3\xb4",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x93",3,NULL,0,NULL,0}, + {"\xc5\xa1o",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x94",3,NULL,0,NULL,0}, + {"\xc5\xa1\xc3\xa2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x95",3,NULL,0,NULL,0}, + {"\xc5\xa1""a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x96",3,NULL,0,NULL,0}, + {"\xc5\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa5",3,NULL,0,NULL,0}, + {"w\xc3\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x8c",3,NULL,0,NULL,0}, + {"w\xc3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x90",3,NULL,0,NULL,0}, + {"wi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x8e",3,NULL,0,NULL,0}, + {"w\xc3\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x94",3,NULL,0,NULL,0}, + {"wo",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x92",3,NULL,0,NULL,0}, + {"w\xc3\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x99",3,NULL,0,NULL,0}, + {"wa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x97",3,NULL,0,NULL,0}, + {"w",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xa4",3,NULL,0,NULL,0}, + {"p\xc3\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xaf",3,NULL,0,NULL,0}, + {"p\xc3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb2",3,NULL,0,NULL,0}, + {"pi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb1",3,NULL,0,NULL,0}, + {"p\xc3\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb4",3,NULL,0,NULL,0}, + {"po",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb3",3,NULL,0,NULL,0}, + {"p\xc3\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb9",3,NULL,0,NULL,0}, + {"pa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb8",3,NULL,0,NULL,0}, + {"p",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x89",3,NULL,0,NULL,0}, + {"t\xc3\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x8c",3,NULL,0,NULL,0}, + {"t\xc3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x8f",3,NULL,0,NULL,0}, + {"ti",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x8e",3,NULL,0,NULL,0}, + {"t\xc3\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x91",3,NULL,0,NULL,0}, + {"to",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x90",3,NULL,0,NULL,0}, + {"t\xc3\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x96",3,NULL,0,NULL,0}, + {"ta",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x95",3,NULL,0,NULL,0}, + {"t",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xa6",3,NULL,0,NULL,0}, + {"k\xc3\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xab",3,NULL,0,NULL,0}, + {"k\xc3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xae",3,NULL,0,NULL,0}, + {"ki",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xad",3,NULL,0,NULL,0}, + {"k\xc3\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb0",3,NULL,0,NULL,0}, + {"ko",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xaf",3,NULL,0,NULL,0}, + {"k\xc3\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb3",3,NULL,0,NULL,0}, + {"ka",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb2",3,NULL,0,NULL,0}, + {"kw",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x84",3,NULL,0,NULL,0}, + {"k",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x83",3,NULL,0,NULL,0}, + {"c\xc3\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x89",3,NULL,0,NULL,0}, + {"c\xc3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x8c",3,NULL,0,NULL,0}, + {"ci",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x8b",3,NULL,0,NULL,0}, + {"c\xc3\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x8e",3,NULL,0,NULL,0}, + {"co",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x8d",3,NULL,0,NULL,0}, + {"c\xc3\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x91",3,NULL,0,NULL,0}, + {"ca",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x90",3,NULL,0,NULL,0}, + {"c",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa1",3,NULL,0,NULL,0}, + {"m\xc3\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa3",3,NULL,0,NULL,0}, + {"m\xc3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa6",3,NULL,0,NULL,0}, + {"mi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa5",3,NULL,0,NULL,0}, + {"m\xc3\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa8",3,NULL,0,NULL,0}, + {"mo",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa7",3,NULL,0,NULL,0}, + {"m\xc3\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xab",3,NULL,0,NULL,0}, + {"ma",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xaa",3,NULL,0,NULL,0}, + {"m",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xbb",3,NULL,0,NULL,0}, + {"n\xc3\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x80",3,NULL,0,NULL,0}, + {"n\xc3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x83",3,NULL,0,NULL,0}, + {"ni",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x82",3,NULL,0,NULL,0}, + {"n\xc3\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x85",3,NULL,0,NULL,0}, + {"no",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x84",3,NULL,0,NULL,0}, + {"n\xc3\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x88",3,NULL,0,NULL,0}, + {"na",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x87",3,NULL,0,NULL,0}, + {"n",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x90",3,NULL,0,NULL,0}, + {"l\xc3\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x93",3,NULL,0,NULL,0}, + {"l\xc3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x96",3,NULL,0,NULL,0}, + {"li",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x95",3,NULL,0,NULL,0}, + {"l\xc3\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x98",3,NULL,0,NULL,0}, + {"lo",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x97",3,NULL,0,NULL,0}, + {"l\xc3\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x9b",3,NULL,0,NULL,0}, + {"la",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x9a",3,NULL,0,NULL,0}, + {"l",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xaa",3,NULL,0,NULL,0}, + {"s\xc3\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xad",3,NULL,0,NULL,0}, + {"s\xc3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb0",3,NULL,0,NULL,0}, + {"si",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xaf",3,NULL,0,NULL,0}, + {"s\xc3\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb2",3,NULL,0,NULL,0}, + {"so",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb1",3,NULL,0,NULL,0}, + {"s\xc3\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb5",3,NULL,0,NULL,0}, + {"sa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb4",3,NULL,0,NULL,0}, + {"s",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x85",3,NULL,0,NULL,0}, + {"y\xc3\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa6",3,NULL,0,NULL,0}, + {"y\xc3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa9",3,NULL,0,NULL,0}, + {"yi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa8",3,NULL,0,NULL,0}, + {"y\xc3\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xab",3,NULL,0,NULL,0}, + {"yo",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xaa",3,NULL,0,NULL,0}, + {"y\xc3\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xae",3,NULL,0,NULL,0}, + {"ya",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xad",3,NULL,0,NULL,0}, + {"y",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xbe",3,NULL,0,NULL,0}, + {"r\xc3\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x82",3,NULL,0,NULL,0}, + {"r\xc3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x87",3,NULL,0,NULL,0}, + {"ri",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x86",3,NULL,0,NULL,0}, + {"r\xc3\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x89",3,NULL,0,NULL,0}, + {"ro",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x88",3,NULL,0,NULL,0}, + {"r\xc3\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x8c",3,NULL,0,NULL,0}, + {"ra",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x8b",3,NULL,0,NULL,0}, + {"r",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x90",3,NULL,0,NULL,0}, + {"h\xc3\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x81",3,NULL,0,NULL,0}, + {"h\xc3\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x84",3,NULL,0,NULL,0}, + {"hi",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x83",3,NULL,0,NULL,0}, + {"h\xc3\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x86",3,NULL,0,NULL,0}, + {"ho",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x85",3,NULL,0,NULL,0}, + {"h\xc3\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x8b",3,NULL,0,NULL,0}, + {"ha",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x8a",3,NULL,0,NULL,0}, + {"h",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xa6",3,NULL,0,NULL,0}, + {".",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xae",3,NULL,0,NULL,0}, + {"\xc3\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"AE",2,NULL,0,NULL,0}, + {"\xc3\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xc3\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xc3\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TH",2,NULL,0,NULL,0}, + {"\xc3\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ss",2,NULL,0,NULL,0}, + {"\xc3\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ae",2,NULL,0,NULL,0}, + {"\xc3\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xc3\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xc3\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"th",2,NULL,0,NULL,0}, + {"\xc4\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xc4\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xc4\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xc4\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xc4\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xc4\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"IJ",2,NULL,0,NULL,0}, + {"\xc4\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ij",2,NULL,0,NULL,0}, + {"\xc4\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xc4\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xc5\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xc5\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xc5\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xc5\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'n",2,NULL,0,NULL,0}, + {"\xc5\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xc5\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xc5\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"OE",2,NULL,0,NULL,0}, + {"\xc5\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"oe",2,NULL,0,NULL,0}, + {"\xc5\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xc5\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xc5\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xc6\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xc6\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xc6\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xc6\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xc6\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C",1,NULL,0,NULL,0}, + {"\xc6\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c",1,NULL,0,NULL,0}, + {"\xc6\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xc6\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xc6\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xc6\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xc6\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xc6\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xc6\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xc6\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xc6\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hv",2,NULL,0,NULL,0}, + {"\xc6\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xc6\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xc6\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xc6\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xc6\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xc6\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xc6\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xc6\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"OI",2,NULL,0,NULL,0}, + {"\xc6\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"oi",2,NULL,0,NULL,0}, + {"\xc6\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xc6\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xc6\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xc6\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xc6\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xc6\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xc6\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xc6\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xc6\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xc6\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xc6\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xc7\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"DZ",2,NULL,0,NULL,0}, + {"\xc7\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Dz",2,NULL,0,NULL,0}, + {"\xc7\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dz",2,NULL,0,NULL,0}, + {"\xc7\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"LJ",2,NULL,0,NULL,0}, + {"\xc7\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Lj",2,NULL,0,NULL,0}, + {"\xc7\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lj",2,NULL,0,NULL,0}, + {"\xc7\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"NJ",2,NULL,0,NULL,0}, + {"\xc7\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Nj",2,NULL,0,NULL,0}, + {"\xc7\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nj",2,NULL,0,NULL,0}, + {"\xc7\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xc7\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xc7\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"DZ",2,NULL,0,NULL,0}, + {"\xc7\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Dz",2,NULL,0,NULL,0}, + {"\xc7\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dz",2,NULL,0,NULL,0}, + {"\xc8\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xc8\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xc8\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xc8\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xc8\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xc8\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xc8\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xc8\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"db",2,NULL,0,NULL,0}, + {"\xc8\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qp",2,NULL,0,NULL,0}, + {"\xc8\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xc8\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C",1,NULL,0,NULL,0}, + {"\xc8\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c",1,NULL,0,NULL,0}, + {"\xc8\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xc8\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xc8\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xc9\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xc9\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xc9\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xc9\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xc9\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xc9\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"J",1,NULL,0,NULL,0}, + {"\xc9\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xc9\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xc9\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xc9\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xc9\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xc9\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xc9\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c",1,NULL,0,NULL,0}, + {"\xc9\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xc9\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xc9\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xc9\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xc9\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xc9\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xc9\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xc9\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xc9\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xc9\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xc9\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xc9\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xc9\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xc9\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xc9\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xc9\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xc9\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xc9\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xc9\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"OE",2,NULL,0,NULL,0}, + {"\xc9\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xc9\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xc9\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xca\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xca\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xca\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xca\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xca\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xca\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xca\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xca\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xca\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xca\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xca\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xca\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xca\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xca\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xca\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dz",2,NULL,0,NULL,0}, + {"\xca\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dz",2,NULL,0,NULL,0}, + {"\xca\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xca\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ls",2,NULL,0,NULL,0}, + {"\xca\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lz",2,NULL,0,NULL,0}, + {"\xe1\xb4\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xe1\xb4\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"AE",2,NULL,0,NULL,0}, + {"\xe1\xb4\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xe1\xb4\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C",1,NULL,0,NULL,0}, + {"\xe1\xb4\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xe1\xb4\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xe1\xb4\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xe1\xb4\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"J",1,NULL,0,NULL,0}, + {"\xe1\xb4\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xe1\xb4\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xe1\xb4\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xe1\xb4\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xe1\xb4\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xe1\xb4\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xe1\xb4\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xe1\xb4\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xe1\xb4\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"W",1,NULL,0,NULL,0}, + {"\xe1\xb4\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xe1\xb5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ue",2,NULL,0,NULL,0}, + {"\xe1\xb5\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xe1\xb5\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xe1\xb5\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xe1\xb5\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xe1\xb5\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xe1\xb5\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xe1\xb5\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xe1\xb5\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xe1\xb5\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xe1\xb5\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xe1\xb5\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xe1\xb5\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"th",2,NULL,0,NULL,0}, + {"\xe1\xb5\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xe1\xb5\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xe1\xb5\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xe1\xb6\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xe1\xb6\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xe1\xb6\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xe1\xb6\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xe1\xb6\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xe1\xb6\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xe1\xb6\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xe1\xb6\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xe1\xb6\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xe1\xb6\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xe1\xb6\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xe1\xb6\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xe1\xb6\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x",1,NULL,0,NULL,0}, + {"\xe1\xb6\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xe1\xb6\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xe1\xb6\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xe1\xb6\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe1\xb6\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe1\xb6\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe1\xb6\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xe1\xba\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xe1\xba\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xe1\xba\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xe1\xba\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SS",2,NULL,0,NULL,0}, + {"\xe1\xbb\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"LL",2,NULL,0,NULL,0}, + {"\xe1\xbb\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ll",2,NULL,0,NULL,0}, + {"\xe1\xbb\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xe1\xbb\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xe1\xbb\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xe1\xbb\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xef\xac\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ff",2,NULL,0,NULL,0}, + {"\xef\xac\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fi",2,NULL,0,NULL,0}, + {"\xef\xac\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fl",2,NULL,0,NULL,0}, + {"\xef\xac\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ffi",3,NULL,0,NULL,0}, + {"\xef\xac\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ffl",3,NULL,0,NULL,0}, + {"\xef\xac\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"st",2,NULL,0,NULL,0}, + {"\xef\xac\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"st",2,NULL,0,NULL,0}, + {"\xef\xbc\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xef\xbc\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xef\xbc\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C",1,NULL,0,NULL,0}, + {"\xef\xbc\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xef\xbc\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xef\xbc\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xef\xbc\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xef\xbc\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xef\xbc\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xef\xbc\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"J",1,NULL,0,NULL,0}, + {"\xef\xbc\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xef\xbc\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xef\xbc\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xef\xbc\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xef\xbc\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xef\xbc\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xef\xbc\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Q",1,NULL,0,NULL,0}, + {"\xef\xbc\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xef\xbc\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xef\xbc\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xef\xbc\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xef\xbc\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xef\xbc\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"W",1,NULL,0,NULL,0}, + {"\xef\xbc\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"X",1,NULL,0,NULL,0}, + {"\xef\xbc\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xef\xbc\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xef\xbd\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xef\xbd\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xef\xbd\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c",1,NULL,0,NULL,0}, + {"\xef\xbd\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xef\xbd\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xef\xbd\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xef\xbd\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xef\xbd\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xef\xbd\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xef\xbd\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xef\xbd\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xef\xbd\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xef\xbd\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xef\xbd\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xef\xbd\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xef\xbd\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xef\xbd\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xef\xbd\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xef\xbd\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xef\xbd\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xef\xbd\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xef\xbd\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xef\xbd\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"\xef\xbd\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x",1,NULL,0,NULL,0}, + {"\xef\xbd\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xef\xbd\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xc2\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(C)",3,NULL,0,NULL,0}, + {"\xc2\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(R)",3,NULL,0,NULL,0}, + {"\xe2\x82\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CE",2,NULL,0,NULL,0}, + {"\xe2\x82\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Cr",2,NULL,0,NULL,0}, + {"\xe2\x82\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Fr.",3,NULL,0,NULL,0}, + {"\xe2\x82\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L.",2,NULL,0,NULL,0}, + {"\xe2\x82\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Pts",3,NULL,0,NULL,0}, + {"\xe2\x82\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TL",2,NULL,0,NULL,0}, + {"\xe2\x82\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Rs",2,NULL,0,NULL,0}, + {"\xe2\x84\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a/c",3,NULL,0,NULL,0}, + {"\xe2\x84\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a/s",3,NULL,0,NULL,0}, + {"\xe2\x84\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C",1,NULL,0,NULL,0}, + {"\xe2\x84\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c/o",3,NULL,0,NULL,0}, + {"\xe2\x84\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c/u",3,NULL,0,NULL,0}, + {"\xe2\x84\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xe2\x84\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xe2\x84\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x",1,NULL,0,NULL,0}, + {"\xe2\x84\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xe2\x84\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xe2\x84\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xe2\x84\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xe2\x84\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xe2\x84\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xe2\x84\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xe2\x84\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"No",2,NULL,0,NULL,0}, + {"\xe2\x84\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xe2\x84\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Q",1,NULL,0,NULL,0}, + {"\xe2\x84\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xe2\x84\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xe2\x84\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xe2\x84\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Rx",2,NULL,0,NULL,0}, + {"\xe2\x84\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TEL",3,NULL,0,NULL,0}, + {"\xe2\x84\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xe2\x84\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xe2\x84\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xe2\x84\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C",1,NULL,0,NULL,0}, + {"\xe2\x84\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe2\x84\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xe2\x84\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xe2\x84\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xe2\x84\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xe2\x84\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe2\x84\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"FAX",3,NULL,0,NULL,0}, + {"\xe2\x85\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xe2\x85\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xe2\x85\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe2\x85\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe2\x85\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xe3\x8d\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hPa",3,NULL,0,NULL,0}, + {"\xe3\x8d\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"da",2,NULL,0,NULL,0}, + {"\xe3\x8d\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"AU",2,NULL,0,NULL,0}, + {"\xe3\x8d\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bar",3,NULL,0,NULL,0}, + {"\xe3\x8d\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"oV",2,NULL,0,NULL,0}, + {"\xe3\x8d\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pc",2,NULL,0,NULL,0}, + {"\xe3\x8d\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dm",2,NULL,0,NULL,0}, + {"\xe3\x8d\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"IU",2,NULL,0,NULL,0}, + {"\xe3\x8e\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pA",2,NULL,0,NULL,0}, + {"\xe3\x8e\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nA",2,NULL,0,NULL,0}, + {"\xe3\x8e\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mA",2,NULL,0,NULL,0}, + {"\xe3\x8e\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kA",2,NULL,0,NULL,0}, + {"\xe3\x8e\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"KB",2,NULL,0,NULL,0}, + {"\xe3\x8e\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"MB",2,NULL,0,NULL,0}, + {"\xe3\x8e\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"GB",2,NULL,0,NULL,0}, + {"\xe3\x8e\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cal",3,NULL,0,NULL,0}, + {"\xe3\x8e\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kcal",4,NULL,0,NULL,0}, + {"\xe3\x8e\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pF",2,NULL,0,NULL,0}, + {"\xe3\x8e\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nF",2,NULL,0,NULL,0}, + {"\xe3\x8e\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mg",2,NULL,0,NULL,0}, + {"\xe3\x8e\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kg",2,NULL,0,NULL,0}, + {"\xe3\x8e\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Hz",2,NULL,0,NULL,0}, + {"\xe3\x8e\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kHz",3,NULL,0,NULL,0}, + {"\xe3\x8e\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"MHz",3,NULL,0,NULL,0}, + {"\xe3\x8e\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"GHz",3,NULL,0,NULL,0}, + {"\xe3\x8e\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"THz",3,NULL,0,NULL,0}, + {"\xe3\x8e\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"fm",2,NULL,0,NULL,0}, + {"\xe3\x8e\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nm",2,NULL,0,NULL,0}, + {"\xe3\x8e\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mm",2,NULL,0,NULL,0}, + {"\xe3\x8e\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cm",2,NULL,0,NULL,0}, + {"\xe3\x8e\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"km",2,NULL,0,NULL,0}, + {"\xe3\x8e\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m/s",3,NULL,0,NULL,0}, + {"\xe3\x8e\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Pa",2,NULL,0,NULL,0}, + {"\xe3\x8e\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kPa",3,NULL,0,NULL,0}, + {"\xe3\x8e\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"MPa",3,NULL,0,NULL,0}, + {"\xe3\x8e\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"GPa",3,NULL,0,NULL,0}, + {"\xe3\x8e\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"rad",3,NULL,0,NULL,0}, + {"\xe3\x8e\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"rad/s",5,NULL,0,NULL,0}, + {"\xe3\x8e\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ps",2,NULL,0,NULL,0}, + {"\xe3\x8e\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ns",2,NULL,0,NULL,0}, + {"\xe3\x8e\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ms",2,NULL,0,NULL,0}, + {"\xe3\x8e\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pV",2,NULL,0,NULL,0}, + {"\xe3\x8e\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nV",2,NULL,0,NULL,0}, + {"\xe3\x8e\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mV",2,NULL,0,NULL,0}, + {"\xe3\x8e\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kV",2,NULL,0,NULL,0}, + {"\xe3\x8e\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"MV",2,NULL,0,NULL,0}, + {"\xe3\x8e\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pW",2,NULL,0,NULL,0}, + {"\xe3\x8e\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nW",2,NULL,0,NULL,0}, + {"\xe3\x8e\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mW",2,NULL,0,NULL,0}, + {"\xe3\x8e\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kW",2,NULL,0,NULL,0}, + {"\xe3\x8e\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"MW",2,NULL,0,NULL,0}, + {"\xe3\x8f\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a.m.",4,NULL,0,NULL,0}, + {"\xe3\x8f\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Bq",2,NULL,0,NULL,0}, + {"\xe3\x8f\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cc",2,NULL,0,NULL,0}, + {"\xe3\x8f\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"cd",2,NULL,0,NULL,0}, + {"\xe3\x8f\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C/kg",4,NULL,0,NULL,0}, + {"\xe3\x8f\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Co.",3,NULL,0,NULL,0}, + {"\xe3\x8f\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dB",2,NULL,0,NULL,0}, + {"\xe3\x8f\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Gy",2,NULL,0,NULL,0}, + {"\xe3\x8f\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ha",2,NULL,0,NULL,0}, + {"\xe3\x8f\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"HP",2,NULL,0,NULL,0}, + {"\xe3\x8f\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"in",2,NULL,0,NULL,0}, + {"\xe3\x8f\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"KK",2,NULL,0,NULL,0}, + {"\xe3\x8f\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"KM",2,NULL,0,NULL,0}, + {"\xe3\x8f\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kt",2,NULL,0,NULL,0}, + {"\xe3\x8f\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lm",2,NULL,0,NULL,0}, + {"\xe3\x8f\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ln",2,NULL,0,NULL,0}, + {"\xe3\x8f\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"log",3,NULL,0,NULL,0}, + {"\xe3\x8f\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lx",2,NULL,0,NULL,0}, + {"\xe3\x8f\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mb",2,NULL,0,NULL,0}, + {"\xe3\x8f\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mil",3,NULL,0,NULL,0}, + {"\xe3\x8f\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"mol",3,NULL,0,NULL,0}, + {"\xe3\x8f\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pH",2,NULL,0,NULL,0}, + {"\xe3\x8f\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p.m.",4,NULL,0,NULL,0}, + {"\xe3\x8f\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"PPM",3,NULL,0,NULL,0}, + {"\xe3\x8f\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"PR",2,NULL,0,NULL,0}, + {"\xe3\x8f\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sr",2,NULL,0,NULL,0}, + {"\xe3\x8f\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Sv",2,NULL,0,NULL,0}, + {"\xe3\x8f\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Wb",2,NULL,0,NULL,0}, + {"\xe3\x8f\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V/m",3,NULL,0,NULL,0}, + {"\xe3\x8f\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A/m",3,NULL,0,NULL,0}, + {"\xe2\x92\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(a)",3,NULL,0,NULL,0}, + {"\xe2\x92\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(b)",3,NULL,0,NULL,0}, + {"\xe2\x92\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(c)",3,NULL,0,NULL,0}, + {"\xe2\x92\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(d)",3,NULL,0,NULL,0}, + {"\xe2\x92\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(e)",3,NULL,0,NULL,0}, + {"\xe2\x92\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(f)",3,NULL,0,NULL,0}, + {"\xe2\x92\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(g)",3,NULL,0,NULL,0}, + {"\xe2\x92\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(h)",3,NULL,0,NULL,0}, + {"\xe2\x92\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(i)",3,NULL,0,NULL,0}, + {"\xe2\x92\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(j)",3,NULL,0,NULL,0}, + {"\xe2\x92\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(k)",3,NULL,0,NULL,0}, + {"\xe2\x92\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(l)",3,NULL,0,NULL,0}, + {"\xe2\x92\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(m)",3,NULL,0,NULL,0}, + {"\xe2\x92\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(n)",3,NULL,0,NULL,0}, + {"\xe2\x92\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(o)",3,NULL,0,NULL,0}, + {"\xe2\x92\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(p)",3,NULL,0,NULL,0}, + {"\xe2\x92\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(q)",3,NULL,0,NULL,0}, + {"\xe2\x92\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(r)",3,NULL,0,NULL,0}, + {"\xe2\x92\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(s)",3,NULL,0,NULL,0}, + {"\xe2\x92\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(t)",3,NULL,0,NULL,0}, + {"\xe2\x92\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(u)",3,NULL,0,NULL,0}, + {"\xe2\x92\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(v)",3,NULL,0,NULL,0}, + {"\xe2\x92\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(w)",3,NULL,0,NULL,0}, + {"\xe2\x92\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(x)",3,NULL,0,NULL,0}, + {"\xe2\x92\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(y)",3,NULL,0,NULL,0}, + {"\xe2\x92\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(z)",3,NULL,0,NULL,0}, + {"\xe2\x85\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xe2\x85\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"II",2,NULL,0,NULL,0}, + {"\xe2\x85\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"III",3,NULL,0,NULL,0}, + {"\xe2\x85\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"IV",2,NULL,0,NULL,0}, + {"\xe2\x85\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xe2\x85\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"VI",2,NULL,0,NULL,0}, + {"\xe2\x85\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"VII",3,NULL,0,NULL,0}, + {"\xe2\x85\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"VIII",4,NULL,0,NULL,0}, + {"\xe2\x85\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"IX",2,NULL,0,NULL,0}, + {"\xe2\x85\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"X",1,NULL,0,NULL,0}, + {"\xe2\x85\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"XI",2,NULL,0,NULL,0}, + {"\xe2\x85\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"XII",3,NULL,0,NULL,0}, + {"\xe2\x85\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xe2\x85\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C",1,NULL,0,NULL,0}, + {"\xe2\x85\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xe2\x85\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xe2\x85\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe2\x85\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ii",2,NULL,0,NULL,0}, + {"\xe2\x85\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"iii",3,NULL,0,NULL,0}, + {"\xe2\x85\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"iv",2,NULL,0,NULL,0}, + {"\xe2\x85\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xe2\x85\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"vi",2,NULL,0,NULL,0}, + {"\xe2\x85\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"vii",3,NULL,0,NULL,0}, + {"\xe2\x85\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"viii",4,NULL,0,NULL,0}, + {"\xe2\x85\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ix",2,NULL,0,NULL,0}, + {"\xe2\x85\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x",1,NULL,0,NULL,0}, + {"\xe2\x85\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi",2,NULL,0,NULL,0}, + {"\xe2\x85\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xii",3,NULL,0,NULL,0}, + {"\xe2\x85\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xe2\x85\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c",1,NULL,0,NULL,0}, + {"\xe2\x85\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xe2\x85\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xc2\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 1/4",4,NULL,0,NULL,0}, + {"\xc2\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 1/2",4,NULL,0,NULL,0}, + {"\xc2\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 3/4",4,NULL,0,NULL,0}, + {"\xe2\x85\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 1/3",4,NULL,0,NULL,0}, + {"\xe2\x85\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 2/3",4,NULL,0,NULL,0}, + {"\xe2\x85\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 1/5",4,NULL,0,NULL,0}, + {"\xe2\x85\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 2/5",4,NULL,0,NULL,0}, + {"\xe2\x85\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 3/5",4,NULL,0,NULL,0}, + {"\xe2\x85\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 4/5",4,NULL,0,NULL,0}, + {"\xe2\x85\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 1/6",4,NULL,0,NULL,0}, + {"\xe2\x85\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 5/6",4,NULL,0,NULL,0}, + {"\xe2\x85\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 1/8",4,NULL,0,NULL,0}, + {"\xe2\x85\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 3/8",4,NULL,0,NULL,0}, + {"\xe2\x85\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 5/8",4,NULL,0,NULL,0}, + {"\xe2\x85\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 7/8",4,NULL,0,NULL,0}, + {"\xe2\x85\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," 1/",3,NULL,0,NULL,0}, + {"\xe2\x91\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(1)",3,NULL,0,NULL,0}, + {"\xe2\x91\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(2)",3,NULL,0,NULL,0}, + {"\xe2\x91\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(3)",3,NULL,0,NULL,0}, + {"\xe2\x91\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(4)",3,NULL,0,NULL,0}, + {"\xe2\x91\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(5)",3,NULL,0,NULL,0}, + {"\xe2\x91\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(6)",3,NULL,0,NULL,0}, + {"\xe2\x91\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(7)",3,NULL,0,NULL,0}, + {"\xe2\x91\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(8)",3,NULL,0,NULL,0}, + {"\xe2\x91\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(9)",3,NULL,0,NULL,0}, + {"\xe2\x91\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(10)",4,NULL,0,NULL,0}, + {"\xe2\x91\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(11)",4,NULL,0,NULL,0}, + {"\xe2\x91\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(12)",4,NULL,0,NULL,0}, + {"\xe2\x92\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(13)",4,NULL,0,NULL,0}, + {"\xe2\x92\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(14)",4,NULL,0,NULL,0}, + {"\xe2\x92\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(15)",4,NULL,0,NULL,0}, + {"\xe2\x92\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(16)",4,NULL,0,NULL,0}, + {"\xe2\x92\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(17)",4,NULL,0,NULL,0}, + {"\xe2\x92\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(18)",4,NULL,0,NULL,0}, + {"\xe2\x92\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(19)",4,NULL,0,NULL,0}, + {"\xe2\x92\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(20)",4,NULL,0,NULL,0}, + {"\xe2\x92\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1.",2,NULL,0,NULL,0}, + {"\xe2\x92\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2.",2,NULL,0,NULL,0}, + {"\xe2\x92\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3.",2,NULL,0,NULL,0}, + {"\xe2\x92\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4.",2,NULL,0,NULL,0}, + {"\xe2\x92\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5.",2,NULL,0,NULL,0}, + {"\xe2\x92\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6.",2,NULL,0,NULL,0}, + {"\xe2\x92\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7.",2,NULL,0,NULL,0}, + {"\xe2\x92\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8.",2,NULL,0,NULL,0}, + {"\xe2\x92\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9.",2,NULL,0,NULL,0}, + {"\xe2\x92\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"10.",3,NULL,0,NULL,0}, + {"\xe2\x92\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"11.",3,NULL,0,NULL,0}, + {"\xe2\x92\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"12.",3,NULL,0,NULL,0}, + {"\xe2\x92\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"13.",3,NULL,0,NULL,0}, + {"\xe2\x92\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"14.",3,NULL,0,NULL,0}, + {"\xe2\x92\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"15.",3,NULL,0,NULL,0}, + {"\xe2\x92\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"16.",3,NULL,0,NULL,0}, + {"\xe2\x92\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"17.",3,NULL,0,NULL,0}, + {"\xe2\x92\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"18.",3,NULL,0,NULL,0}, + {"\xe2\x92\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"19.",3,NULL,0,NULL,0}, + {"\xe2\x92\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"20.",3,NULL,0,NULL,0}, + {"\xe3\x80\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0",1,NULL,0,NULL,0}, + {"\xef\xbc\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0",1,NULL,0,NULL,0}, + {"\xef\xbc\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1",1,NULL,0,NULL,0}, + {"\xef\xbc\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2",1,NULL,0,NULL,0}, + {"\xef\xbc\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3",1,NULL,0,NULL,0}, + {"\xef\xbc\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4",1,NULL,0,NULL,0}, + {"\xef\xbc\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5",1,NULL,0,NULL,0}, + {"\xef\xbc\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6",1,NULL,0,NULL,0}, + {"\xef\xbc\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7",1,NULL,0,NULL,0}, + {"\xef\xbc\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8",1,NULL,0,NULL,0}, + {"\xef\xbc\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9",1,NULL,0,NULL,0}, + {"\xc2\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x80\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe2\x81\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xe3\x80\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xca\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xca\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xca\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xca\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xca\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xcb\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xcb\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"`",1,NULL,0,NULL,0}, + {"\xe2\x80\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xe2\x80\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xe2\x80\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xe2\x80\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xe2\x80\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xe2\x80\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xe2\x80\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",,",2,NULL,0,NULL,0}, + {"\xe2\x80\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xe2\x80\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xe2\x80\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xe3\x80\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xe3\x80\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xef\xbc\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xef\xbc\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xc2\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<<",2,NULL,0,NULL,0}, + {"\xc2\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">>",2,NULL,0,NULL,0}, + {"\xe2\x80\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"\xe2\x80\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"\xc2\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x80\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x80\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x80\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x80\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x80\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x80\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xef\xb8\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xef\xb8\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xef\xb9\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xef\xb9\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xef\xbc\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xcb\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"\xcb\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"\xcb\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"^",1,NULL,0,NULL,0}, + {"\xcb\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"^",1,NULL,0,NULL,0}, + {"\xcb\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,":",1,NULL,0,NULL,0}, + {"\xcb\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~",1,NULL,0,NULL,0}, + {"\xe2\x80\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"||",2,NULL,0,NULL,0}, + {"\xe2\x80\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xe2\x80\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"..",2,NULL,0,NULL,0}, + {"\xe2\x80\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"...",3,NULL,0,NULL,0}, + {"\xe2\x80\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"!!",2,NULL,0,NULL,0}, + {"\xe2\x81\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"/",1,NULL,0,NULL,0}, + {"\xe2\x81\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xe2\x81\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xe2\x81\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"??",2,NULL,0,NULL,0}, + {"\xe2\x81\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?!",2,NULL,0,NULL,0}, + {"\xe2\x81\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"!?",2,NULL,0,NULL,0}, + {"\xe2\x81\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"*",1,NULL,0,NULL,0}, + {"\xe3\x80\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xe3\x80\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xe3\x80\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"\xe3\x80\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"\xe3\x80\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<<",2,NULL,0,NULL,0}, + {"\xe3\x80\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">>",2,NULL,0,NULL,0}, + {"\xe3\x80\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xe3\x80\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xe3\x80\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xe3\x80\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xe3\x80\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xe3\x80\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xef\xb8\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xef\xb8\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xef\xb8\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xef\xb8\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,":",1,NULL,0,NULL,0}, + {"\xef\xb8\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,";",1,NULL,0,NULL,0}, + {"\xef\xb8\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"!",1,NULL,0,NULL,0}, + {"\xef\xb8\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"\xef\xb8\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"...",3,NULL,0,NULL,0}, + {"\xef\xb8\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"..",2,NULL,0,NULL,0}, + {"\xef\xb8\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(",1,NULL,0,NULL,0}, + {"\xef\xb8\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,")",1,NULL,0,NULL,0}, + {"\xef\xb8\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"{",1,NULL,0,NULL,0}, + {"\xef\xb8\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"}",1,NULL,0,NULL,0}, + {"\xef\xb8\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xef\xb8\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xef\xb8\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<<",2,NULL,0,NULL,0}, + {"\xef\xb8\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">>",2,NULL,0,NULL,0}, + {"\xef\xb8\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"\xef\xb9\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"\xef\xb9\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xef\xb9\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xef\xb9\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xef\xb9\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xef\xb9\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xef\xb9\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,";",1,NULL,0,NULL,0}, + {"\xef\xb9\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,":",1,NULL,0,NULL,0}, + {"\xef\xb9\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"\xef\xb9\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"!",1,NULL,0,NULL,0}, + {"\xef\xb9\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(",1,NULL,0,NULL,0}, + {"\xef\xb9\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,")",1,NULL,0,NULL,0}, + {"\xef\xb9\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"{",1,NULL,0,NULL,0}, + {"\xef\xb9\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"}",1,NULL,0,NULL,0}, + {"\xef\xb9\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xef\xb9\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xef\xb9\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"#",1,NULL,0,NULL,0}, + {"\xef\xb9\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"&",1,NULL,0,NULL,0}, + {"\xef\xb9\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"*",1,NULL,0,NULL,0}, + {"\xef\xb9\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"+",1,NULL,0,NULL,0}, + {"\xef\xb9\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"\xef\xb9\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"\xef\xb9\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"=",1,NULL,0,NULL,0}, + {"\xef\xb9\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\\",1,NULL,0,NULL,0}, + {"\xef\xb9\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"$",1,NULL,0,NULL,0}, + {"\xef\xb9\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"%",1,NULL,0,NULL,0}, + {"\xef\xb9\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"@",1,NULL,0,NULL,0}, + {"\xef\xbc\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"!",1,NULL,0,NULL,0}, + {"\xef\xbc\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"#",1,NULL,0,NULL,0}, + {"\xef\xbc\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"$",1,NULL,0,NULL,0}, + {"\xef\xbc\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"%",1,NULL,0,NULL,0}, + {"\xef\xbc\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"&",1,NULL,0,NULL,0}, + {"\xef\xbc\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(",1,NULL,0,NULL,0}, + {"\xef\xbc\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,")",1,NULL,0,NULL,0}, + {"\xef\xbc\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"*",1,NULL,0,NULL,0}, + {"\xef\xbc\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"+",1,NULL,0,NULL,0}, + {"\xef\xbc\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xef\xbc\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xef\xbc\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"/",1,NULL,0,NULL,0}, + {"\xef\xbc\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,":",1,NULL,0,NULL,0}, + {"\xef\xbc\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,";",1,NULL,0,NULL,0}, + {"\xef\xbc\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"\xef\xbc\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"=",1,NULL,0,NULL,0}, + {"\xef\xbc\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"\xef\xbc\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"\xef\xbc\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"@",1,NULL,0,NULL,0}, + {"\xef\xbc\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xef\xbc\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\\",1,NULL,0,NULL,0}, + {"\xef\xbc\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xef\xbc\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"^",1,NULL,0,NULL,0}, + {"\xef\xbc\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"_",1,NULL,0,NULL,0}, + {"\xef\xbd\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"`",1,NULL,0,NULL,0}, + {"\xef\xbd\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"{",1,NULL,0,NULL,0}, + {"\xef\xbd\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"|",1,NULL,0,NULL,0}, + {"\xef\xbd\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"}",1,NULL,0,NULL,0}, + {"\xef\xbd\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~",1,NULL,0,NULL,0}, + {"\xef\xbd\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"((",2,NULL,0,NULL,0}, + {"\xef\xbd\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"))",2,NULL,0,NULL,0}, + {"\xef\xbd\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xef\xbd\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xc3\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"*",1,NULL,0,NULL,0}, + {"\xc3\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"/",1,NULL,0,NULL,0}, + {"\xcb\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"+",1,NULL,0,NULL,0}, + {"\xcb\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x88\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xe2\x88\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"/",1,NULL,0,NULL,0}, + {"\xe2\x88\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\\",1,NULL,0,NULL,0}, + {"\xe2\x88\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"|",1,NULL,0,NULL,0}, + {"\xe2\x88\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"||",2,NULL,0,NULL,0}, + {"\xe2\x89\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<<",2,NULL,0,NULL,0}, + {"\xe2\x89\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">>",2,NULL,0,NULL,0}, + {"\xe2\xa6\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"((",2,NULL,0,NULL,0}, + {"\xe2\xa6\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"))",2,NULL,0,NULL,0}, + {"\xe2\xa9\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"::=",3,NULL,0,NULL,0}, + {"\xe2\xa9\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"==",2,NULL,0,NULL,0}, + {"\xe2\xa9\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"===",3,NULL,0,NULL,0}, + {"\xe3\x82\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb6\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x82\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb7\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x82\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb8\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x82\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb9\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x82\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xba\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x82\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbb\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x82\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbc\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x82\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbd\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x82\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbe\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x82\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbf\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x83\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x80\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x83\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x81\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x83\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x82\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x83\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x83\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x83\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x84\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x83\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8a\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x83\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8a\xef\xbe\x9f",6,NULL,0,NULL,0}, + {"\xe3\x83\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8b\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x83\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8b\xef\xbe\x9f",6,NULL,0,NULL,0}, + {"\xe3\x83\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8c\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x83\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8c\xef\xbe\x9f",6,NULL,0,NULL,0}, + {"\xe3\x83\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8d\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x83\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8d\xef\xbe\x9f",6,NULL,0,NULL,0}, + {"\xe3\x83\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8e\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x83\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8e\xef\xbe\x9f",6,NULL,0,NULL,0}, + {"\xe3\x83\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb3\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x83\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x9c\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xe3\x83\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa6\xef\xbe\x9e",6,NULL,0,NULL,0}, + {"\xef\xbc\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"!",1,NULL,0,NULL,0}, + {"\xef\xbc\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"\xef\xbc\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"#",1,NULL,0,NULL,0}, + {"\xef\xbc\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"$",1,NULL,0,NULL,0}, + {"\xef\xbc\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"%",1,NULL,0,NULL,0}, + {"\xef\xbc\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"&",1,NULL,0,NULL,0}, + {"\xef\xbc\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"\xef\xbc\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(",1,NULL,0,NULL,0}, + {"\xef\xbc\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,")",1,NULL,0,NULL,0}, + {"\xef\xbc\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"*",1,NULL,0,NULL,0}, + {"\xef\xbc\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"+",1,NULL,0,NULL,0}, + {"\xef\xbc\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xef\xbc\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"\xef\xbc\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"\xef\xbc\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"/",1,NULL,0,NULL,0}, + {"\xef\xbc\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0",1,NULL,0,NULL,0}, + {"\xef\xbc\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1",1,NULL,0,NULL,0}, + {"\xef\xbc\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2",1,NULL,0,NULL,0}, + {"\xef\xbc\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3",1,NULL,0,NULL,0}, + {"\xef\xbc\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4",1,NULL,0,NULL,0}, + {"\xef\xbc\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5",1,NULL,0,NULL,0}, + {"\xef\xbc\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6",1,NULL,0,NULL,0}, + {"\xef\xbc\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7",1,NULL,0,NULL,0}, + {"\xef\xbc\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8",1,NULL,0,NULL,0}, + {"\xef\xbc\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9",1,NULL,0,NULL,0}, + {"\xef\xbc\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,":",1,NULL,0,NULL,0}, + {"\xef\xbc\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,";",1,NULL,0,NULL,0}, + {"\xef\xbc\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"\xef\xbc\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"=",1,NULL,0,NULL,0}, + {"\xef\xbc\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"\xef\xbc\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"\xef\xbc\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"@",1,NULL,0,NULL,0}, + {"\xef\xbc\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xef\xbc\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xef\xbc\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C",1,NULL,0,NULL,0}, + {"\xef\xbc\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xef\xbc\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xef\xbc\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xef\xbc\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xef\xbc\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xef\xbc\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xef\xbc\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"J",1,NULL,0,NULL,0}, + {"\xef\xbc\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xef\xbc\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xef\xbc\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xef\xbc\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xef\xbc\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xef\xbc\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xef\xbc\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Q",1,NULL,0,NULL,0}, + {"\xef\xbc\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xef\xbc\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xef\xbc\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xef\xbc\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xef\xbc\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xef\xbc\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"W",1,NULL,0,NULL,0}, + {"\xef\xbc\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"X",1,NULL,0,NULL,0}, + {"\xef\xbc\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xef\xbc\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xef\xbc\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"\xef\xbc\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\\",1,NULL,0,NULL,0}, + {"\xef\xbc\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"\xef\xbc\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"^",1,NULL,0,NULL,0}, + {"\xef\xbc\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"_",1,NULL,0,NULL,0}, + {"\xef\xbd\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"`",1,NULL,0,NULL,0}, + {"\xef\xbd\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xef\xbd\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xef\xbd\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c",1,NULL,0,NULL,0}, + {"\xef\xbd\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xef\xbd\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xef\xbd\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xef\xbd\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xef\xbd\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xef\xbd\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xef\xbd\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xef\xbd\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xef\xbd\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xef\xbd\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xef\xbd\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xef\xbd\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xef\xbd\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xef\xbd\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xef\xbd\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xef\xbd\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xef\xbd\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xef\xbd\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xef\xbd\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xef\xbd\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"\xef\xbd\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x",1,NULL,0,NULL,0}, + {"\xef\xbd\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xef\xbd\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xef\xbd\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"{",1,NULL,0,NULL,0}, + {"\xef\xbd\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"|",1,NULL,0,NULL,0}, + {"\xef\xbd\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"}",1,NULL,0,NULL,0}, + {"\xef\xbd\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~",1,NULL,0,NULL,0}, + {"\xe3\x80\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa1",3,NULL,0,NULL,0}, + {"\xe3\x80\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa2",3,NULL,0,NULL,0}, + {"\xe3\x80\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa3",3,NULL,0,NULL,0}, + {"\xe3\x80\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa4",3,NULL,0,NULL,0}, + {"\xe3\x83\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa5",3,NULL,0,NULL,0}, + {"\xe3\x83\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa6",3,NULL,0,NULL,0}, + {"\xe3\x82\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa7",3,NULL,0,NULL,0}, + {"\xe3\x82\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa8",3,NULL,0,NULL,0}, + {"\xe3\x82\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa9",3,NULL,0,NULL,0}, + {"\xe3\x82\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xaa",3,NULL,0,NULL,0}, + {"\xe3\x82\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xab",3,NULL,0,NULL,0}, + {"\xe3\x83\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xac",3,NULL,0,NULL,0}, + {"\xe3\x83\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xad",3,NULL,0,NULL,0}, + {"\xe3\x83\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xae",3,NULL,0,NULL,0}, + {"\xe3\x83\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xaf",3,NULL,0,NULL,0}, + {"\xe3\x83\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb0",3,NULL,0,NULL,0}, + {"\xe3\x82\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb1",3,NULL,0,NULL,0}, + {"\xe3\x82\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb2",3,NULL,0,NULL,0}, + {"\xe3\x82\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb3",3,NULL,0,NULL,0}, + {"\xe3\x82\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb4",3,NULL,0,NULL,0}, + {"\xe3\x82\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb5",3,NULL,0,NULL,0}, + {"\xe3\x82\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb6",3,NULL,0,NULL,0}, + {"\xe3\x82\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb7",3,NULL,0,NULL,0}, + {"\xe3\x82\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb8",3,NULL,0,NULL,0}, + {"\xe3\x82\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb9",3,NULL,0,NULL,0}, + {"\xe3\x82\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xba",3,NULL,0,NULL,0}, + {"\xe3\x82\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbb",3,NULL,0,NULL,0}, + {"\xe3\x82\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbc",3,NULL,0,NULL,0}, + {"\xe3\x82\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbd",3,NULL,0,NULL,0}, + {"\xe3\x82\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbe",3,NULL,0,NULL,0}, + {"\xe3\x82\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbf",3,NULL,0,NULL,0}, + {"\xe3\x82\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x80",3,NULL,0,NULL,0}, + {"\xe3\x83\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x81",3,NULL,0,NULL,0}, + {"\xe3\x83\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x82",3,NULL,0,NULL,0}, + {"\xe3\x83\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x83",3,NULL,0,NULL,0}, + {"\xe3\x83\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x84",3,NULL,0,NULL,0}, + {"\xe3\x83\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x85",3,NULL,0,NULL,0}, + {"\xe3\x83\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x86",3,NULL,0,NULL,0}, + {"\xe3\x83\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x87",3,NULL,0,NULL,0}, + {"\xe3\x83\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x88",3,NULL,0,NULL,0}, + {"\xe3\x83\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x89",3,NULL,0,NULL,0}, + {"\xe3\x83\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8a",3,NULL,0,NULL,0}, + {"\xe3\x83\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8b",3,NULL,0,NULL,0}, + {"\xe3\x83\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8c",3,NULL,0,NULL,0}, + {"\xe3\x83\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8d",3,NULL,0,NULL,0}, + {"\xe3\x83\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8e",3,NULL,0,NULL,0}, + {"\xe3\x83\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8f",3,NULL,0,NULL,0}, + {"\xe3\x83\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x90",3,NULL,0,NULL,0}, + {"\xe3\x83\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x91",3,NULL,0,NULL,0}, + {"\xe3\x83\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x92",3,NULL,0,NULL,0}, + {"\xe3\x83\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x93",3,NULL,0,NULL,0}, + {"\xe3\x83\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x94",3,NULL,0,NULL,0}, + {"\xe3\x83\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x95",3,NULL,0,NULL,0}, + {"\xe3\x83\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x96",3,NULL,0,NULL,0}, + {"\xe3\x83\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x97",3,NULL,0,NULL,0}, + {"\xe3\x83\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x98",3,NULL,0,NULL,0}, + {"\xe3\x83\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x99",3,NULL,0,NULL,0}, + {"\xe3\x83\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x9a",3,NULL,0,NULL,0}, + {"\xe3\x83\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x9b",3,NULL,0,NULL,0}, + {"\xe3\x83\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x9c",3,NULL,0,NULL,0}, + {"\xe3\x83\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x9d",3,NULL,0,NULL,0}, + {"\xe3\x82\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x9e",3,NULL,0,NULL,0}, + {"\xe3\x82\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x9f",3,NULL,0,NULL,0}, + {"\xe1\x85\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa0",3,NULL,0,NULL,0}, + {"\xe1\x84\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa1",3,NULL,0,NULL,0}, + {"\xe1\x84\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa2",3,NULL,0,NULL,0}, + {"\xe1\x86\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa3",3,NULL,0,NULL,0}, + {"\xe1\x84\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa4",3,NULL,0,NULL,0}, + {"\xe1\x86\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa5",3,NULL,0,NULL,0}, + {"\xe1\x86\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa6",3,NULL,0,NULL,0}, + {"\xe1\x84\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa7",3,NULL,0,NULL,0}, + {"\xe1\x84\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa8",3,NULL,0,NULL,0}, + {"\xe1\x84\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa9",3,NULL,0,NULL,0}, + {"\xe1\x86\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xaa",3,NULL,0,NULL,0}, + {"\xe1\x86\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xab",3,NULL,0,NULL,0}, + {"\xe1\x86\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xac",3,NULL,0,NULL,0}, + {"\xe1\x86\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xad",3,NULL,0,NULL,0}, + {"\xe1\x86\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xae",3,NULL,0,NULL,0}, + {"\xe1\x86\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xaf",3,NULL,0,NULL,0}, + {"\xe1\x84\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb0",3,NULL,0,NULL,0}, + {"\xe1\x84\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb1",3,NULL,0,NULL,0}, + {"\xe1\x84\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb2",3,NULL,0,NULL,0}, + {"\xe1\x84\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb3",3,NULL,0,NULL,0}, + {"\xe1\x84\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb4",3,NULL,0,NULL,0}, + {"\xe1\x84\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb5",3,NULL,0,NULL,0}, + {"\xe1\x84\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb6",3,NULL,0,NULL,0}, + {"\xe1\x84\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb7",3,NULL,0,NULL,0}, + {"\xe1\x84\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb8",3,NULL,0,NULL,0}, + {"\xe1\x84\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb9",3,NULL,0,NULL,0}, + {"\xe1\x84\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xba",3,NULL,0,NULL,0}, + {"\xe1\x84\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xbb",3,NULL,0,NULL,0}, + {"\xe1\x84\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xbc",3,NULL,0,NULL,0}, + {"\xe1\x84\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xbd",3,NULL,0,NULL,0}, + {"\xe1\x84\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xbe",3,NULL,0,NULL,0}, + {"\xe1\x85\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x82",3,NULL,0,NULL,0}, + {"\xe1\x85\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x83",3,NULL,0,NULL,0}, + {"\xe1\x85\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x84",3,NULL,0,NULL,0}, + {"\xe1\x85\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x85",3,NULL,0,NULL,0}, + {"\xe1\x85\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x86",3,NULL,0,NULL,0}, + {"\xe1\x85\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x87",3,NULL,0,NULL,0}, + {"\xe1\x85\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x8a",3,NULL,0,NULL,0}, + {"\xe1\x85\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x8b",3,NULL,0,NULL,0}, + {"\xe1\x85\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x8c",3,NULL,0,NULL,0}, + {"\xe1\x85\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x8d",3,NULL,0,NULL,0}, + {"\xe1\x85\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x8e",3,NULL,0,NULL,0}, + {"\xe1\x85\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x8f",3,NULL,0,NULL,0}, + {"\xe1\x85\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x92",3,NULL,0,NULL,0}, + {"\xe1\x85\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x93",3,NULL,0,NULL,0}, + {"\xe1\x85\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x94",3,NULL,0,NULL,0}, + {"\xe1\x85\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x95",3,NULL,0,NULL,0}, + {"\xe1\x85\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x96",3,NULL,0,NULL,0}, + {"\xe1\x85\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x97",3,NULL,0,NULL,0}, + {"\xe1\x85\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x9a",3,NULL,0,NULL,0}, + {"\xe1\x85\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x9b",3,NULL,0,NULL,0}, + {"\xe1\x85\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x9c",3,NULL,0,NULL,0}, + {"\xef\xbf\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa2",2,NULL,0,NULL,0}, + {"\xef\xbf\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa3",2,NULL,0,NULL,0}, + {"\xef\xbf\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xac",2,NULL,0,NULL,0}, + {"\xef\xbf\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xaf",2,NULL,0,NULL,0}, + {"\xe3\x80\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"\xef\xbf\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa6",2,NULL,0,NULL,0}, + {"\xef\xbf\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa5",2,NULL,0,NULL,0}, + {"\xef\xbf\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xa9",3,NULL,0,NULL,0}, + {"\xe2\x94\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa8",3,NULL,0,NULL,0}, + {"\xe2\x86\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xaa",3,NULL,0,NULL,0}, + {"\'",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x94\xef\xbf\xab\'",7,NULL,0,NULL,0}, + {"\xe2\x86\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xac",3,NULL,0,NULL,0}, + {"\xe2\x96\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xad",3,NULL,0,NULL,0}, + {"\xe2\x97\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xae",3,NULL,0,NULL,0}, + {"\xe1\x84\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xe1\x85\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xe1\x85\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yo",2,NULL,0,NULL,0}, + {"\xe1\x85\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ye",2,NULL,0,NULL,0}, + {"\xe1\x85\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yeo",3,NULL,0,NULL,0}, + {"\xe1\x85\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xe1\x85\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yae",3,NULL,0,NULL,0}, + {"\xe1\x85\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wi",2,NULL,0,NULL,0}, + {"\xe1\x85\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"we",2,NULL,0,NULL,0}, + {"\xe1\x85\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wo",2,NULL,0,NULL,0}, + {"\xe1\x85\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wa",2,NULL,0,NULL,0}, + {"\xe1\x85\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"wae",3,NULL,0,NULL,0}, + {"\xe1\x85\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xe1\x85\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ui",2,NULL,0,NULL,0}, + {"\xe1\x85\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xe1\x85\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"oe",2,NULL,0,NULL,0}, + {"\xe1\x85\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe1\x85\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe1\x85\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"eu",2,NULL,0,NULL,0}, + {"\xe1\x85\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"eo",2,NULL,0,NULL,0}, + {"\xe1\x85\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xe1\x85\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ae",2,NULL,0,NULL,0}, + {"\xe1\x84\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xe1\x84\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xe1\x84\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xe1\x84\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xe1\x84\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xe1\x84\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xe1\x84\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"jj",2,NULL,0,NULL,0}, + {"\xe1\x84\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xe1\x84\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ss",2,NULL,0,NULL,0}, + {"\xe1\x84\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xe1\x84\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"pp",2,NULL,0,NULL,0}, + {"\xe1\x84\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xe1\x84\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xe1\x84\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xe1\x84\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"tt",2,NULL,0,NULL,0}, + {"\xe1\x84\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xe1\x84\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xe1\x84\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kk",2,NULL,0,NULL,0}, + {"\xe1\x87\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xe1\x86\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xe1\x86\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ss",2,NULL,0,NULL,0}, + {"\xe1\x87\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xe1\x86\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xe1\x86\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nj",2,NULL,0,NULL,0}, + {"\xe1\x86\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nh",2,NULL,0,NULL,0}, + {"\xe1\x86\xbc",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ng",2,NULL,0,NULL,0}, + {"\xe1\x86\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xe1\x86\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xe1\x86\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lt",2,NULL,0,NULL,0}, + {"\xe1\x86\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ls",2,NULL,0,NULL,0}, + {"\xe1\x86\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lp",2,NULL,0,NULL,0}, + {"\xe1\x86\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lm",2,NULL,0,NULL,0}, + {"\xe1\x86\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lh",2,NULL,0,NULL,0}, + {"lg",2,CONTEXT_TYPE_REGEX,3,"[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5];\xe1\x86\xb2",69,CONTEXT_TYPE_STRING,2,"\xe2\x86\x94\xe1\x86\xb0",6,"lb",2,NULL,0,NULL,0}, + {"\xe1\x86\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lg",2,NULL,0,NULL,0}, + {"\xe1\x86\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xe1\x86\xbd",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xe1\x87\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xe1\x86\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xe1\x86\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gs",2,NULL,0,NULL,0}, + {"\xe1\x86\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kk",2,NULL,0,NULL,0}, + {"\xe1\x86\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xe1\x86\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xe1\x86\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xe1\x86\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"bs",2,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"c[aeiou]",8,CONTEXT_TYPE_STRING,1,"\xe1\x84\x92",3,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"t[aeiou]",8,CONTEXT_TYPE_STRING,1,"\xe1\x84\x90",3,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"p[aeiou]",8,CONTEXT_TYPE_STRING,1,"\xe1\x84\x91",3,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"k[aeiou]",8,CONTEXT_TYPE_REGEX,1,"[\xe1\x84\x81\xe1\x84\x8f]",8,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"tl[aeiou]",9,CONTEXT_TYPE_STRING,1,"\xe1\x84\x90",3,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"pl[aeiou]",9,CONTEXT_TYPE_STRING,1,"\xe1\x84\x91",3,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"jn[aeiou]",9,CONTEXT_TYPE_REGEX,1,"[\xe1\x84\x8c\xe1\x84\x8d]",8,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"gn[aeiou]",9,CONTEXT_TYPE_STRING,1,"\xe1\x84\x80",3,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"sl[aeiou]",9,CONTEXT_TYPE_REGEX,1,"[\xe1\x84\x89\xe1\x84\x8a]",8,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"gl[aeiou]",9,CONTEXT_TYPE_STRING,1,"\xe1\x84\x80",3,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"bl[aeiou]",9,CONTEXT_TYPE_STRING,1,"\xe1\x84\x87",3,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"sg[aeiou]",9,CONTEXT_TYPE_REGEX,1,"[\xe1\x84\x89\xe1\x84\x8a]",8,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"sb[aeiou]",9,CONTEXT_TYPE_REGEX,1,"[\xe1\x84\x89\xe1\x84\x8a]",8,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"s[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x89[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"k[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8f[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"j[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8c[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"hc[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"ss[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"jn[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"hn[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"gn[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"tl[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"sl[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"pl[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"ml[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"hl[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"gl[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"bl[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"sg[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"kk[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"sb[aeiou]",9,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"l[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"t[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"s[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"p[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"n[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"m[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"k[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"j[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"h[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"g[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"d[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"b[aeiou]",8,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5]",68,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"a[wy][\'ABCDEFGHIJKLMNOPQRSTUVWXYZbcdfghjklmnpqrstvxz\xc2\xaa\xc2\xba\xc3\x80\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\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\xb8\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf\xc4\x80\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\xc5\x80\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\xc6\x80\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\xc7\x80\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\xc8\x80\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\xc9\x80\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\xca\x80\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\xcb\xa0\xcb\xa1\xcb\xa2\xcb\xa3\xcb\xa4\xe1\x84\x80\xe1\x84\x81\xe1\x84\x82\xe1\x84\x83\xe1\x84\x84\xe1\x84\x85\xe1\x84\x86\xe1\x84\x87\xe1\x84\x88\xe1\x84\x89\xe1\x84\x8a\xe1\x84\x8b\xe1\x84\x8c\xe1\x84\x8d\xe1\x84\x8e\xe1\x84\x8f\xe1\x84\x90\xe1\x84\x91\xe1\x84\x92\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5\xe1\x86\xa8\xe1\x86\xa9\xe1\x86\xaa\xe1\x86\xab\xe1\x86\xac\xe1\x86\xad\xe1\x86\xae\xe1\x86\xaf\xe1\x86\xb0\xe1\x86\xb1\xe1\x86\xb2\xe1\x86\xb3\xe1\x86\xb4\xe1\x86\xb5\xe1\x86\xb6\xe1\x86\xb7\xe1\x86\xb8\xe1\x86\xb9\xe1\x86\xba\xe1\x86\xbb\xe1\x86\xbc\xe1\x86\xbd\xe1\x86\xbe\xe1\x86\xbf\xe1\x87\x80\xe1\x87\x81\xe1\x87\x82\xe1\xb4\x80\xe1\xb4\x81\xe1\xb4\x82\xe1\xb4\x83\xe1\xb4\x84\xe1\xb4\x85\xe1\xb4\x86\xe1\xb4\x87\xe1\xb4\x88\xe1\xb4\x89\xe1\xb4\x8a\xe1\xb4\x8b\xe1\xb4\x8c\xe1\xb4\x8d\xe1\xb4\x8e\xe1\xb4\x8f\xe1\xb4\x90\xe1\xb4\x91\xe1\xb4\x92\xe1\xb4\x93\xe1\xb4\x94\xe1\xb4\x95\xe1\xb4\x96\xe1\xb4\x97\xe1\xb4\x98\xe1\xb4\x99\xe1\xb4\x9a\xe1\xb4\x9b\xe1\xb4\x9c\xe1\xb4\x9d\xe1\xb4\x9e\xe1\xb4\x9f\xe1\xb4\xa0\xe1\xb4\xa1\xe1\xb4\xa2\xe1\xb4\xa3\xe1\xb4\xa4\xe1\xb4\xa5\xe1\xb4\xac\xe1\xb4\xad\xe1\xb4\xae\xe1\xb4\xaf\xe1\xb4\xb0\xe1\xb4\xb1\xe1\xb4\xb2\xe1\xb4\xb3\xe1\xb4\xb4\xe1\xb4\xb5\xe1\xb4\xb6\xe1\xb4\xb7\xe1\xb4\xb8\xe1\xb4\xb9\xe1\xb4\xba\xe1\xb4\xbb\xe1\xb4\xbc\xe1\xb4\xbd\xe1\xb4\xbe\xe1\xb4\xbf\xe1\xb5\x80\xe1\xb5\x81\xe1\xb5\x82\xe1\xb5\x83\xe1\xb5\x84\xe1\xb5\x85\xe1\xb5\x86\xe1\xb5\x87\xe1\xb5\x88\xe1\xb5\x89\xe1\xb5\x8a\xe1\xb5\x8b\xe1\xb5\x8c\xe1\xb5\x8d\xe1\xb5\x8e\xe1\xb5\x8f\xe1\xb5\x90\xe1\xb5\x91\xe1\xb5\x92\xe1\xb5\x93\xe1\xb5\x94\xe1\xb5\x95\xe1\xb5\x96\xe1\xb5\x97\xe1\xb5\x98\xe1\xb5\x99\xe1\xb5\x9a\xe1\xb5\x9b\xe1\xb5\x9c\xe1\xb5\xa2\xe1\xb5\xa3\xe1\xb5\xa4\xe1\xb5\xa5\xe1\xb5\xab\xe1\xb5\xac\xe1\xb5\xad\xe1\xb5\xae\xe1\xb5\xaf\xe1\xb5\xb0\xe1\xb5\xb1\xe1\xb5\xb2\xe1\xb5\xb3\xe1\xb5\xb4\xe1\xb5\xb5\xe1\xb5\xb6\xe1\xb5\xb7\xe1\xb5\xb9\xe1\xb5\xba\xe1\xb5\xbb\xe1\xb5\xbc\xe1\xb5\xbd\xe1\xb5\xbe\xe1\xb5\xbf\xe1\xb6\x80\xe1\xb6\x81\xe1\xb6\x82\xe1\xb6\x83\xe1\xb6\x84\xe1\xb6\x85\xe1\xb6\x86\xe1\xb6\x87\xe1\xb6\x88\xe1\xb6\x89\xe1\xb6\x8a\xe1\xb6\x8b\xe1\xb6\x8c\xe1\xb6\x8d\xe1\xb6\x8e\xe1\xb6\x8f\xe1\xb6\x90\xe1\xb6\x91\xe1\xb6\x92\xe1\xb6\x93\xe1\xb6\x94\xe1\xb6\x95\xe1\xb6\x96\xe1\xb6\x97\xe1\xb6\x98\xe1\xb6\x99\xe1\xb6\x9a\xe1\xb6\x9b\xe1\xb6\x9c\xe1\xb6\x9d\xe1\xb6\x9e\xe1\xb6\x9f\xe1\xb6\xa0\xe1\xb6\xa1\xe1\xb6\xa2\xe1\xb6\xa3\xe1\xb6\xa4\xe1\xb6\xa5\xe1\xb6\xa6\xe1\xb6\xa7\xe1\xb6\xa8\xe1\xb6\xa9\xe1\xb6\xaa\xe1\xb6\xab\xe1\xb6\xac\xe1\xb6\xad\xe1\xb6\xae\xe1\xb6\xaf\xe1\xb6\xb0\xe1\xb6\xb1\xe1\xb6\xb2\xe1\xb6\xb3\xe1\xb6\xb4\xe1\xb6\xb5\xe1\xb6\xb6\xe1\xb6\xb7\xe1\xb6\xb8\xe1\xb6\xb9\xe1\xb6\xba\xe1\xb6\xbb\xe1\xb6\xbc\xe1\xb6\xbd\xe1\xb6\xbe\xe1\xb8\x80\xe1\xb8\x81\xe1\xb8\x82\xe1\xb8\x83\xe1\xb8\x84\xe1\xb8\x85\xe1\xb8\x86\xe1\xb8\x87\xe1\xb8\x88\xe1\xb8\x89\xe1\xb8\x8a\xe1\xb8\x8b\xe1\xb8\x8c\xe1\xb8\x8d\xe1\xb8\x8e\xe1\xb8\x8f\xe1\xb8\x90\xe1\xb8\x91\xe1\xb8\x92\xe1\xb8\x93\xe1\xb8\x94\xe1\xb8\x95\xe1\xb8\x96\xe1\xb8\x97\xe1\xb8\x98\xe1\xb8\x99\xe1\xb8\x9a\xe1\xb8\x9b\xe1\xb8\x9c\xe1\xb8\x9d\xe1\xb8\x9e\xe1\xb8\x9f\xe1\xb8\xa0\xe1\xb8\xa1\xe1\xb8\xa2\xe1\xb8\xa3\xe1\xb8\xa4\xe1\xb8\xa5\xe1\xb8\xa6\xe1\xb8\xa7\xe1\xb8\xa8\xe1\xb8\xa9\xe1\xb8\xaa\xe1\xb8\xab\xe1\xb8\xac\xe1\xb8\xad\xe1\xb8\xae\xe1\xb8\xaf\xe1\xb8\xb0\xe1\xb8\xb1\xe1\xb8\xb2\xe1\xb8\xb3\xe1\xb8\xb4\xe1\xb8\xb5\xe1\xb8\xb6\xe1\xb8\xb7\xe1\xb8\xb8\xe1\xb8\xb9\xe1\xb8\xba\xe1\xb8\xbb\xe1\xb8\xbc\xe1\xb8\xbd\xe1\xb8\xbe\xe1\xb8\xbf\xe1\xb9\x80\xe1\xb9\x81\xe1\xb9\x82\xe1\xb9\x83\xe1\xb9\x84\xe1\xb9\x85\xe1\xb9\x86\xe1\xb9\x87\xe1\xb9\x88\xe1\xb9\x89\xe1\xb9\x8a\xe1\xb9\x8b\xe1\xb9\x8c\xe1\xb9\x8d\xe1\xb9\x8e\xe1\xb9\x8f\xe1\xb9\x90\xe1\xb9\x91\xe1\xb9\x92\xe1\xb9\x93\xe1\xb9\x94\xe1\xb9\x95\xe1\xb9\x96\xe1\xb9\x97\xe1\xb9\x98\xe1\xb9\x99\xe1\xb9\x9a\xe1\xb9\x9b\xe1\xb9\x9c\xe1\xb9\x9d\xe1\xb9\x9e\xe1\xb9\x9f\xe1\xb9\xa0\xe1\xb9\xa1\xe1\xb9\xa2\xe1\xb9\xa3\xe1\xb9\xa4\xe1\xb9\xa5\xe1\xb9\xa6\xe1\xb9\xa7\xe1\xb9\xa8\xe1\xb9\xa9\xe1\xb9\xaa\xe1\xb9\xab\xe1\xb9\xac\xe1\xb9\xad\xe1\xb9\xae\xe1\xb9\xaf\xe1\xb9\xb0\xe1\xb9\xb1\xe1\xb9\xb2\xe1\xb9\xb3\xe1\xb9\xb4\xe1\xb9\xb5\xe1\xb9\xb6\xe1\xb9\xb7\xe1\xb9\xb8\xe1\xb9\xb9\xe1\xb9\xba\xe1\xb9\xbb\xe1\xb9\xbc\xe1\xb9\xbd\xe1\xb9\xbe\xe1\xb9\xbf\xe1\xba\x80\xe1\xba\x81\xe1\xba\x82\xe1\xba\x83\xe1\xba\x84\xe1\xba\x85\xe1\xba\x86\xe1\xba\x87\xe1\xba\x88\xe1\xba\x89\xe1\xba\x8a\xe1\xba\x8b\xe1\xba\x8c\xe1\xba\x8d\xe1\xba\x8e\xe1\xba\x8f\xe1\xba\x90\xe1\xba\x91\xe1\xba\x92\xe1\xba\x93\xe1\xba\x94\xe1\xba\x95\xe1\xba\x96\xe1\xba\x97\xe1\xba\x98\xe1\xba\x99\xe1\xba\x9a\xe1\xba\x9b\xe1\xba\x9c\xe1\xba\x9d\xe1\xba\x9e\xe1\xba\x9f\xe1\xba\xa0\xe1\xba\xa1\xe1\xba\xa2\xe1\xba\xa3\xe1\xba\xa4\xe1\xba\xa5\xe1\xba\xa6\xe1\xba\xa7\xe1\xba\xa8\xe1\xba\xa9\xe1\xba\xaa\xe1\xba\xab\xe1\xba\xac\xe1\xba\xad\xe1\xba\xae\xe1\xba\xaf\xe1\xba\xb0\xe1\xba\xb1\xe1\xba\xb2\xe1\xba\xb3\xe1\xba\xb4\xe1\xba\xb5\xe1\xba\xb6\xe1\xba\xb7\xe1\xba\xb8\xe1\xba\xb9\xe1\xba\xba\xe1\xba\xbb\xe1\xba\xbc\xe1\xba\xbd\xe1\xba\xbe\xe1\xba\xbf\xe1\xbb\x80\xe1\xbb\x81\xe1\xbb\x82\xe1\xbb\x83\xe1\xbb\x84\xe1\xbb\x85\xe1\xbb\x86\xe1\xbb\x87\xe1\xbb\x88\xe1\xbb\x89\xe1\xbb\x8a\xe1\xbb\x8b\xe1\xbb\x8c\xe1\xbb\x8d\xe1\xbb\x8e\xe1\xbb\x8f\xe1\xbb\x90\xe1\xbb\x91\xe1\xbb\x92\xe1\xbb\x93\xe1\xbb\x94\xe1\xbb\x95\xe1\xbb\x96\xe1\xbb\x97\xe1\xbb\x98\xe1\xbb\x99\xe1\xbb\x9a\xe1\xbb\x9b\xe1\xbb\x9c\xe1\xbb\x9d\xe1\xbb\x9e\xe1\xbb\x9f\xe1\xbb\xa0\xe1\xbb\xa1\xe1\xbb\xa2\xe1\xbb\xa3\xe1\xbb\xa4\xe1\xbb\xa5\xe1\xbb\xa6\xe1\xbb\xa7\xe1\xbb\xa8\xe1\xbb\xa9\xe1\xbb\xaa\xe1\xbb\xab\xe1\xbb\xac\xe1\xbb\xad\xe1\xbb\xae\xe1\xbb\xaf\xe1\xbb\xb0\xe1\xbb\xb1\xe1\xbb\xb2\xe1\xbb\xb3\xe1\xbb\xb4\xe1\xbb\xb5\xe1\xbb\xb6\xe1\xbb\xb7\xe1\xbb\xb8\xe1\xbb\xb9\xe1\xbb\xba\xe1\xbb\xbb\xe1\xbb\xbc\xe1\xbb\xbd\xe1\xbb\xbe\xe1\xbb\xbf\xe2\x81\xb1\xe2\x81\xbf\xe2\x82\x90\xe2\x82\x91\xe2\x82\x92\xe2\x82\x93\xe2\x82\x94\xe2\x84\xaa\xe2\x84\xab\xe2\x84\xb2\xe2\x85\x8e\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x83\xe2\x86\x84\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\xb1\xa0\xe2\xb1\xa1\xe2\xb1\xa2\xe2\xb1\xa3\xe2\xb1\xa4\xe2\xb1\xa5\xe2\xb1\xa6\xe2\xb1\xa7\xe2\xb1\xa8\xe2\xb1\xa9\xe2\xb1\xaa\xe2\xb1\xab\xe2\xb1\xac\xe2\xb1\xad\xe2\xb1\xae\xe2\xb1\xaf\xe2\xb1\xb0\xe2\xb1\xb1\xe2\xb1\xb2\xe2\xb1\xb3\xe2\xb1\xb4\xe2\xb1\xb5\xe2\xb1\xb6\xe2\xb1\xb7\xe2\xb1\xb8\xe2\xb1\xb9\xe2\xb1\xba\xe2\xb1\xbb\xe2\xb1\xbc\xe2\xb1\xbd\xe2\xb1\xbe\xe2\xb1\xbf\xe3\x84\xb1\xe3\x84\xb2\xe3\x84\xb3\xe3\x84\xb4\xe3\x84\xb5\xe3\x84\xb6\xe3\x84\xb7\xe3\x84\xb8\xe3\x84\xb9\xe3\x84\xba\xe3\x84\xbb\xe3\x84\xbc\xe3\x84\xbd\xe3\x84\xbe\xe3\x84\xbf\xe3\x85\x81\xe3\x85\x82\xe3\x85\x83\xe3\x85\x85\xe3\x85\x86\xe3\x85\x87\xe3\x85\x88\xe3\x85\x89\xe3\x85\x8a\xe3\x85\x8b\xe3\x85\x8c\xe3\x85\x8d\xe3\x85\x8e\xe3\x85\x8f\xe3\x85\x90\xe3\x85\x91\xe3\x85\x92\xe3\x85\x93\xe3\x85\x94\xe3\x85\x95\xe3\x85\x96\xe3\x85\x97\xe3\x85\x98\xe3\x85\x99\xe3\x85\x9a\xe3\x85\x9b\xe3\x85\x9c\xe3\x85\x9d\xe3\x85\x9e\xe3\x85\x9f\xe3\x85\xa0\xe3\x85\xa1\xe3\x85\xa2\xe3\x85\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xea\x9c\xa2\xea\x9c\xa3\xea\x9c\xa4\xea\x9c\xa5\xea\x9c\xa6\xea\x9c\xa7\xea\x9c\xa8\xea\x9c\xa9\xea\x9c\xaa\xea\x9c\xab\xea\x9c\xac\xea\x9c\xad\xea\x9c\xae\xea\x9c\xaf\xea\x9c\xb0\xea\x9c\xb1\xea\x9c\xb2\xea\x9c\xb3\xea\x9c\xb4\xea\x9c\xb5\xea\x9c\xb6\xea\x9c\xb7\xea\x9c\xb8\xea\x9c\xb9\xea\x9c\xba\xea\x9c\xbb\xea\x9c\xbc\xea\x9c\xbd\xea\x9c\xbe\xea\x9c\xbf\xea\x9d\x80\xea\x9d\x81\xea\x9d\x82\xea\x9d\x83\xea\x9d\x84\xea\x9d\x85\xea\x9d\x86\xea\x9d\x87\xea\x9d\x88\xea\x9d\x89\xea\x9d\x8a\xea\x9d\x8b\xea\x9d\x8c\xea\x9d\x8d\xea\x9d\x8e\xea\x9d\x8f\xea\x9d\x90\xea\x9d\x91\xea\x9d\x92\xea\x9d\x93\xea\x9d\x94\xea\x9d\x95\xea\x9d\x96\xea\x9d\x97\xea\x9d\x98\xea\x9d\x99\xea\x9d\x9a\xea\x9d\x9b\xea\x9d\x9c\xea\x9d\x9d\xea\x9d\x9e\xea\x9d\x9f\xea\x9d\xa0\xea\x9d\xa1\xea\x9d\xa2\xea\x9d\xa3\xea\x9d\xa4\xea\x9d\xa5\xea\x9d\xa6\xea\x9d\xa7\xea\x9d\xa8\xea\x9d\xa9\xea\x9d\xaa\xea\x9d\xab\xea\x9d\xac\xea\x9d\xad\xea\x9d\xae\xea\x9d\xaf\xea\x9d\xb0\xea\x9d\xb1\xea\x9d\xb2\xea\x9d\xb3\xea\x9d\xb4\xea\x9d\xb5\xea\x9d\xb6\xea\x9d\xb7\xea\x9d\xb8\xea\x9d\xb9\xea\x9d\xba\xea\x9d\xbb\xea\x9d\xbc\xea\x9d\xbd\xea\x9d\xbe\xea\x9d\xbf\xea\x9e\x80\xea\x9e\x81\xea\x9e\x82\xea\x9e\x83\xea\x9e\x84\xea\x9e\x85\xea\x9e\x86\xea\x9e\x87\xea\x9e\x8b\xea\x9e\x8c\xea\x9f\xbb\xea\x9f\xbc\xea\x9f\xbd\xea\x9f\xbe\xea\x9f\xbf\xea\xb0\x80\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xed\x9e\xa3\xef\xac\x80\xef\xac\x81\xef\xac\x82\xef\xac\x83\xef\xac\x84\xef\xac\x85\xef\xac\x86\xef\xbc\x87\xef\xbc\xa1\xef\xbc\xa2\xef\xbc\xa3\xef\xbc\xa4\xef\xbc\xa5\xef\xbc\xa6\xef\xbc\xa7\xef\xbc\xa8\xef\xbc\xa9\xef\xbc\xaa\xef\xbc\xab\xef\xbc\xac\xef\xbc\xad\xef\xbc\xae\xef\xbc\xaf\xef\xbc\xb0\xef\xbc\xb1\xef\xbc\xb2\xef\xbc\xb3\xef\xbc\xb4\xef\xbc\xb5\xef\xbc\xb6\xef\xbc\xb7\xef\xbc\xb8\xef\xbc\xb9\xef\xbc\xba\xef\xbd\x81\xef\xbd\x82\xef\xbd\x83\xef\xbd\x84\xef\xbd\x85\xef\xbd\x86\xef\xbd\x87\xef\xbd\x88\xef\xbd\x89\xef\xbd\x8a\xef\xbd\x8b\xef\xbd\x8c\xef\xbd\x8d\xef\xbd\x8e\xef\xbd\x8f\xef\xbd\x90\xef\xbd\x91\xef\xbd\x92\xef\xbd\x93\xef\xbd\x94\xef\xbd\x95\xef\xbd\x96\xef\xbd\x97\xef\xbd\x98\xef\xbd\x99\xef\xbd\x9a\xef\xbe\xa1\xef\xbe\xa2\xef\xbe\xa3\xef\xbe\xa4\xef\xbe\xa5\xef\xbe\xa6\xef\xbe\xa7\xef\xbe\xa8\xef\xbe\xa9\xef\xbe\xaa\xef\xbe\xab\xef\xbe\xac\xef\xbe\xad\xef\xbe\xae\xef\xbe\xaf\xef\xbe\xb1\xef\xbe\xb2\xef\xbe\xb3\xef\xbe\xb5\xef\xbe\xb6\xef\xbe\xb7\xef\xbe\xb8\xef\xbe\xb9\xef\xbe\xba\xef\xbe\xbb\xef\xbe\xbc\xef\xbe\xbd\xef\xbe\xbe\xef\xbf\x82\xef\xbf\x83\xef\xbf\x84\xef\xbf\x85\xef\xbf\x86\xef\xbf\x87\xef\xbf\x8a\xef\xbf\x8b\xef\xbf\x8c\xef\xbf\x8d\xef\xbf\x8e\xef\xbf\x8f\xef\xbf\x92\xef\xbf\x93\xef\xbf\x94\xef\xbf\x95\xef\xbf\x96\xef\xbf\x97\xef\xbf\x9a]",37298,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xb3]",14,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"[ao][\'ABCDEFGHIJKLMNOPQRSTUVWXYZbcdfghjklmnpqrstvxz\xc2\xaa\xc2\xba\xc3\x80\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\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\xb8\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf\xc4\x80\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\xc5\x80\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\xc6\x80\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\xc7\x80\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\xc8\x80\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\xc9\x80\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\xca\x80\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\xcb\xa0\xcb\xa1\xcb\xa2\xcb\xa3\xcb\xa4\xe1\x84\x80\xe1\x84\x81\xe1\x84\x82\xe1\x84\x83\xe1\x84\x84\xe1\x84\x85\xe1\x84\x86\xe1\x84\x87\xe1\x84\x88\xe1\x84\x89\xe1\x84\x8a\xe1\x84\x8b\xe1\x84\x8c\xe1\x84\x8d\xe1\x84\x8e\xe1\x84\x8f\xe1\x84\x90\xe1\x84\x91\xe1\x84\x92\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5\xe1\x86\xa8\xe1\x86\xa9\xe1\x86\xaa\xe1\x86\xab\xe1\x86\xac\xe1\x86\xad\xe1\x86\xae\xe1\x86\xaf\xe1\x86\xb0\xe1\x86\xb1\xe1\x86\xb2\xe1\x86\xb3\xe1\x86\xb4\xe1\x86\xb5\xe1\x86\xb6\xe1\x86\xb7\xe1\x86\xb8\xe1\x86\xb9\xe1\x86\xba\xe1\x86\xbb\xe1\x86\xbc\xe1\x86\xbd\xe1\x86\xbe\xe1\x86\xbf\xe1\x87\x80\xe1\x87\x81\xe1\x87\x82\xe1\xb4\x80\xe1\xb4\x81\xe1\xb4\x82\xe1\xb4\x83\xe1\xb4\x84\xe1\xb4\x85\xe1\xb4\x86\xe1\xb4\x87\xe1\xb4\x88\xe1\xb4\x89\xe1\xb4\x8a\xe1\xb4\x8b\xe1\xb4\x8c\xe1\xb4\x8d\xe1\xb4\x8e\xe1\xb4\x8f\xe1\xb4\x90\xe1\xb4\x91\xe1\xb4\x92\xe1\xb4\x93\xe1\xb4\x94\xe1\xb4\x95\xe1\xb4\x96\xe1\xb4\x97\xe1\xb4\x98\xe1\xb4\x99\xe1\xb4\x9a\xe1\xb4\x9b\xe1\xb4\x9c\xe1\xb4\x9d\xe1\xb4\x9e\xe1\xb4\x9f\xe1\xb4\xa0\xe1\xb4\xa1\xe1\xb4\xa2\xe1\xb4\xa3\xe1\xb4\xa4\xe1\xb4\xa5\xe1\xb4\xac\xe1\xb4\xad\xe1\xb4\xae\xe1\xb4\xaf\xe1\xb4\xb0\xe1\xb4\xb1\xe1\xb4\xb2\xe1\xb4\xb3\xe1\xb4\xb4\xe1\xb4\xb5\xe1\xb4\xb6\xe1\xb4\xb7\xe1\xb4\xb8\xe1\xb4\xb9\xe1\xb4\xba\xe1\xb4\xbb\xe1\xb4\xbc\xe1\xb4\xbd\xe1\xb4\xbe\xe1\xb4\xbf\xe1\xb5\x80\xe1\xb5\x81\xe1\xb5\x82\xe1\xb5\x83\xe1\xb5\x84\xe1\xb5\x85\xe1\xb5\x86\xe1\xb5\x87\xe1\xb5\x88\xe1\xb5\x89\xe1\xb5\x8a\xe1\xb5\x8b\xe1\xb5\x8c\xe1\xb5\x8d\xe1\xb5\x8e\xe1\xb5\x8f\xe1\xb5\x90\xe1\xb5\x91\xe1\xb5\x92\xe1\xb5\x93\xe1\xb5\x94\xe1\xb5\x95\xe1\xb5\x96\xe1\xb5\x97\xe1\xb5\x98\xe1\xb5\x99\xe1\xb5\x9a\xe1\xb5\x9b\xe1\xb5\x9c\xe1\xb5\xa2\xe1\xb5\xa3\xe1\xb5\xa4\xe1\xb5\xa5\xe1\xb5\xab\xe1\xb5\xac\xe1\xb5\xad\xe1\xb5\xae\xe1\xb5\xaf\xe1\xb5\xb0\xe1\xb5\xb1\xe1\xb5\xb2\xe1\xb5\xb3\xe1\xb5\xb4\xe1\xb5\xb5\xe1\xb5\xb6\xe1\xb5\xb7\xe1\xb5\xb9\xe1\xb5\xba\xe1\xb5\xbb\xe1\xb5\xbc\xe1\xb5\xbd\xe1\xb5\xbe\xe1\xb5\xbf\xe1\xb6\x80\xe1\xb6\x81\xe1\xb6\x82\xe1\xb6\x83\xe1\xb6\x84\xe1\xb6\x85\xe1\xb6\x86\xe1\xb6\x87\xe1\xb6\x88\xe1\xb6\x89\xe1\xb6\x8a\xe1\xb6\x8b\xe1\xb6\x8c\xe1\xb6\x8d\xe1\xb6\x8e\xe1\xb6\x8f\xe1\xb6\x90\xe1\xb6\x91\xe1\xb6\x92\xe1\xb6\x93\xe1\xb6\x94\xe1\xb6\x95\xe1\xb6\x96\xe1\xb6\x97\xe1\xb6\x98\xe1\xb6\x99\xe1\xb6\x9a\xe1\xb6\x9b\xe1\xb6\x9c\xe1\xb6\x9d\xe1\xb6\x9e\xe1\xb6\x9f\xe1\xb6\xa0\xe1\xb6\xa1\xe1\xb6\xa2\xe1\xb6\xa3\xe1\xb6\xa4\xe1\xb6\xa5\xe1\xb6\xa6\xe1\xb6\xa7\xe1\xb6\xa8\xe1\xb6\xa9\xe1\xb6\xaa\xe1\xb6\xab\xe1\xb6\xac\xe1\xb6\xad\xe1\xb6\xae\xe1\xb6\xaf\xe1\xb6\xb0\xe1\xb6\xb1\xe1\xb6\xb2\xe1\xb6\xb3\xe1\xb6\xb4\xe1\xb6\xb5\xe1\xb6\xb6\xe1\xb6\xb7\xe1\xb6\xb8\xe1\xb6\xb9\xe1\xb6\xba\xe1\xb6\xbb\xe1\xb6\xbc\xe1\xb6\xbd\xe1\xb6\xbe\xe1\xb8\x80\xe1\xb8\x81\xe1\xb8\x82\xe1\xb8\x83\xe1\xb8\x84\xe1\xb8\x85\xe1\xb8\x86\xe1\xb8\x87\xe1\xb8\x88\xe1\xb8\x89\xe1\xb8\x8a\xe1\xb8\x8b\xe1\xb8\x8c\xe1\xb8\x8d\xe1\xb8\x8e\xe1\xb8\x8f\xe1\xb8\x90\xe1\xb8\x91\xe1\xb8\x92\xe1\xb8\x93\xe1\xb8\x94\xe1\xb8\x95\xe1\xb8\x96\xe1\xb8\x97\xe1\xb8\x98\xe1\xb8\x99\xe1\xb8\x9a\xe1\xb8\x9b\xe1\xb8\x9c\xe1\xb8\x9d\xe1\xb8\x9e\xe1\xb8\x9f\xe1\xb8\xa0\xe1\xb8\xa1\xe1\xb8\xa2\xe1\xb8\xa3\xe1\xb8\xa4\xe1\xb8\xa5\xe1\xb8\xa6\xe1\xb8\xa7\xe1\xb8\xa8\xe1\xb8\xa9\xe1\xb8\xaa\xe1\xb8\xab\xe1\xb8\xac\xe1\xb8\xad\xe1\xb8\xae\xe1\xb8\xaf\xe1\xb8\xb0\xe1\xb8\xb1\xe1\xb8\xb2\xe1\xb8\xb3\xe1\xb8\xb4\xe1\xb8\xb5\xe1\xb8\xb6\xe1\xb8\xb7\xe1\xb8\xb8\xe1\xb8\xb9\xe1\xb8\xba\xe1\xb8\xbb\xe1\xb8\xbc\xe1\xb8\xbd\xe1\xb8\xbe\xe1\xb8\xbf\xe1\xb9\x80\xe1\xb9\x81\xe1\xb9\x82\xe1\xb9\x83\xe1\xb9\x84\xe1\xb9\x85\xe1\xb9\x86\xe1\xb9\x87\xe1\xb9\x88\xe1\xb9\x89\xe1\xb9\x8a\xe1\xb9\x8b\xe1\xb9\x8c\xe1\xb9\x8d\xe1\xb9\x8e\xe1\xb9\x8f\xe1\xb9\x90\xe1\xb9\x91\xe1\xb9\x92\xe1\xb9\x93\xe1\xb9\x94\xe1\xb9\x95\xe1\xb9\x96\xe1\xb9\x97\xe1\xb9\x98\xe1\xb9\x99\xe1\xb9\x9a\xe1\xb9\x9b\xe1\xb9\x9c\xe1\xb9\x9d\xe1\xb9\x9e\xe1\xb9\x9f\xe1\xb9\xa0\xe1\xb9\xa1\xe1\xb9\xa2\xe1\xb9\xa3\xe1\xb9\xa4\xe1\xb9\xa5\xe1\xb9\xa6\xe1\xb9\xa7\xe1\xb9\xa8\xe1\xb9\xa9\xe1\xb9\xaa\xe1\xb9\xab\xe1\xb9\xac\xe1\xb9\xad\xe1\xb9\xae\xe1\xb9\xaf\xe1\xb9\xb0\xe1\xb9\xb1\xe1\xb9\xb2\xe1\xb9\xb3\xe1\xb9\xb4\xe1\xb9\xb5\xe1\xb9\xb6\xe1\xb9\xb7\xe1\xb9\xb8\xe1\xb9\xb9\xe1\xb9\xba\xe1\xb9\xbb\xe1\xb9\xbc\xe1\xb9\xbd\xe1\xb9\xbe\xe1\xb9\xbf\xe1\xba\x80\xe1\xba\x81\xe1\xba\x82\xe1\xba\x83\xe1\xba\x84\xe1\xba\x85\xe1\xba\x86\xe1\xba\x87\xe1\xba\x88\xe1\xba\x89\xe1\xba\x8a\xe1\xba\x8b\xe1\xba\x8c\xe1\xba\x8d\xe1\xba\x8e\xe1\xba\x8f\xe1\xba\x90\xe1\xba\x91\xe1\xba\x92\xe1\xba\x93\xe1\xba\x94\xe1\xba\x95\xe1\xba\x96\xe1\xba\x97\xe1\xba\x98\xe1\xba\x99\xe1\xba\x9a\xe1\xba\x9b\xe1\xba\x9c\xe1\xba\x9d\xe1\xba\x9e\xe1\xba\x9f\xe1\xba\xa0\xe1\xba\xa1\xe1\xba\xa2\xe1\xba\xa3\xe1\xba\xa4\xe1\xba\xa5\xe1\xba\xa6\xe1\xba\xa7\xe1\xba\xa8\xe1\xba\xa9\xe1\xba\xaa\xe1\xba\xab\xe1\xba\xac\xe1\xba\xad\xe1\xba\xae\xe1\xba\xaf\xe1\xba\xb0\xe1\xba\xb1\xe1\xba\xb2\xe1\xba\xb3\xe1\xba\xb4\xe1\xba\xb5\xe1\xba\xb6\xe1\xba\xb7\xe1\xba\xb8\xe1\xba\xb9\xe1\xba\xba\xe1\xba\xbb\xe1\xba\xbc\xe1\xba\xbd\xe1\xba\xbe\xe1\xba\xbf\xe1\xbb\x80\xe1\xbb\x81\xe1\xbb\x82\xe1\xbb\x83\xe1\xbb\x84\xe1\xbb\x85\xe1\xbb\x86\xe1\xbb\x87\xe1\xbb\x88\xe1\xbb\x89\xe1\xbb\x8a\xe1\xbb\x8b\xe1\xbb\x8c\xe1\xbb\x8d\xe1\xbb\x8e\xe1\xbb\x8f\xe1\xbb\x90\xe1\xbb\x91\xe1\xbb\x92\xe1\xbb\x93\xe1\xbb\x94\xe1\xbb\x95\xe1\xbb\x96\xe1\xbb\x97\xe1\xbb\x98\xe1\xbb\x99\xe1\xbb\x9a\xe1\xbb\x9b\xe1\xbb\x9c\xe1\xbb\x9d\xe1\xbb\x9e\xe1\xbb\x9f\xe1\xbb\xa0\xe1\xbb\xa1\xe1\xbb\xa2\xe1\xbb\xa3\xe1\xbb\xa4\xe1\xbb\xa5\xe1\xbb\xa6\xe1\xbb\xa7\xe1\xbb\xa8\xe1\xbb\xa9\xe1\xbb\xaa\xe1\xbb\xab\xe1\xbb\xac\xe1\xbb\xad\xe1\xbb\xae\xe1\xbb\xaf\xe1\xbb\xb0\xe1\xbb\xb1\xe1\xbb\xb2\xe1\xbb\xb3\xe1\xbb\xb4\xe1\xbb\xb5\xe1\xbb\xb6\xe1\xbb\xb7\xe1\xbb\xb8\xe1\xbb\xb9\xe1\xbb\xba\xe1\xbb\xbb\xe1\xbb\xbc\xe1\xbb\xbd\xe1\xbb\xbe\xe1\xbb\xbf\xe2\x81\xb1\xe2\x81\xbf\xe2\x82\x90\xe2\x82\x91\xe2\x82\x92\xe2\x82\x93\xe2\x82\x94\xe2\x84\xaa\xe2\x84\xab\xe2\x84\xb2\xe2\x85\x8e\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x83\xe2\x86\x84\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\xb1\xa0\xe2\xb1\xa1\xe2\xb1\xa2\xe2\xb1\xa3\xe2\xb1\xa4\xe2\xb1\xa5\xe2\xb1\xa6\xe2\xb1\xa7\xe2\xb1\xa8\xe2\xb1\xa9\xe2\xb1\xaa\xe2\xb1\xab\xe2\xb1\xac\xe2\xb1\xad\xe2\xb1\xae\xe2\xb1\xaf\xe2\xb1\xb0\xe2\xb1\xb1\xe2\xb1\xb2\xe2\xb1\xb3\xe2\xb1\xb4\xe2\xb1\xb5\xe2\xb1\xb6\xe2\xb1\xb7\xe2\xb1\xb8\xe2\xb1\xb9\xe2\xb1\xba\xe2\xb1\xbb\xe2\xb1\xbc\xe2\xb1\xbd\xe2\xb1\xbe\xe2\xb1\xbf\xe3\x84\xb1\xe3\x84\xb2\xe3\x84\xb3\xe3\x84\xb4\xe3\x84\xb5\xe3\x84\xb6\xe3\x84\xb7\xe3\x84\xb8\xe3\x84\xb9\xe3\x84\xba\xe3\x84\xbb\xe3\x84\xbc\xe3\x84\xbd\xe3\x84\xbe\xe3\x84\xbf\xe3\x85\x81\xe3\x85\x82\xe3\x85\x83\xe3\x85\x85\xe3\x85\x86\xe3\x85\x87\xe3\x85\x88\xe3\x85\x89\xe3\x85\x8a\xe3\x85\x8b\xe3\x85\x8c\xe3\x85\x8d\xe3\x85\x8e\xe3\x85\x8f\xe3\x85\x90\xe3\x85\x91\xe3\x85\x92\xe3\x85\x93\xe3\x85\x94\xe3\x85\x95\xe3\x85\x96\xe3\x85\x97\xe3\x85\x98\xe3\x85\x99\xe3\x85\x9a\xe3\x85\x9b\xe3\x85\x9c\xe3\x85\x9d\xe3\x85\x9e\xe3\x85\x9f\xe3\x85\xa0\xe3\x85\xa1\xe3\x85\xa2\xe3\x85\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xea\x9c\xa2\xea\x9c\xa3\xea\x9c\xa4\xea\x9c\xa5\xea\x9c\xa6\xea\x9c\xa7\xea\x9c\xa8\xea\x9c\xa9\xea\x9c\xaa\xea\x9c\xab\xea\x9c\xac\xea\x9c\xad\xea\x9c\xae\xea\x9c\xaf\xea\x9c\xb0\xea\x9c\xb1\xea\x9c\xb2\xea\x9c\xb3\xea\x9c\xb4\xea\x9c\xb5\xea\x9c\xb6\xea\x9c\xb7\xea\x9c\xb8\xea\x9c\xb9\xea\x9c\xba\xea\x9c\xbb\xea\x9c\xbc\xea\x9c\xbd\xea\x9c\xbe\xea\x9c\xbf\xea\x9d\x80\xea\x9d\x81\xea\x9d\x82\xea\x9d\x83\xea\x9d\x84\xea\x9d\x85\xea\x9d\x86\xea\x9d\x87\xea\x9d\x88\xea\x9d\x89\xea\x9d\x8a\xea\x9d\x8b\xea\x9d\x8c\xea\x9d\x8d\xea\x9d\x8e\xea\x9d\x8f\xea\x9d\x90\xea\x9d\x91\xea\x9d\x92\xea\x9d\x93\xea\x9d\x94\xea\x9d\x95\xea\x9d\x96\xea\x9d\x97\xea\x9d\x98\xea\x9d\x99\xea\x9d\x9a\xea\x9d\x9b\xea\x9d\x9c\xea\x9d\x9d\xea\x9d\x9e\xea\x9d\x9f\xea\x9d\xa0\xea\x9d\xa1\xea\x9d\xa2\xea\x9d\xa3\xea\x9d\xa4\xea\x9d\xa5\xea\x9d\xa6\xea\x9d\xa7\xea\x9d\xa8\xea\x9d\xa9\xea\x9d\xaa\xea\x9d\xab\xea\x9d\xac\xea\x9d\xad\xea\x9d\xae\xea\x9d\xaf\xea\x9d\xb0\xea\x9d\xb1\xea\x9d\xb2\xea\x9d\xb3\xea\x9d\xb4\xea\x9d\xb5\xea\x9d\xb6\xea\x9d\xb7\xea\x9d\xb8\xea\x9d\xb9\xea\x9d\xba\xea\x9d\xbb\xea\x9d\xbc\xea\x9d\xbd\xea\x9d\xbe\xea\x9d\xbf\xea\x9e\x80\xea\x9e\x81\xea\x9e\x82\xea\x9e\x83\xea\x9e\x84\xea\x9e\x85\xea\x9e\x86\xea\x9e\x87\xea\x9e\x8b\xea\x9e\x8c\xea\x9f\xbb\xea\x9f\xbc\xea\x9f\xbd\xea\x9f\xbe\xea\x9f\xbf\xea\xb0\x80\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xed\x9e\xa3\xef\xac\x80\xef\xac\x81\xef\xac\x82\xef\xac\x83\xef\xac\x84\xef\xac\x85\xef\xac\x86\xef\xbc\x87\xef\xbc\xa1\xef\xbc\xa2\xef\xbc\xa3\xef\xbc\xa4\xef\xbc\xa5\xef\xbc\xa6\xef\xbc\xa7\xef\xbc\xa8\xef\xbc\xa9\xef\xbc\xaa\xef\xbc\xab\xef\xbc\xac\xef\xbc\xad\xef\xbc\xae\xef\xbc\xaf\xef\xbc\xb0\xef\xbc\xb1\xef\xbc\xb2\xef\xbc\xb3\xef\xbc\xb4\xef\xbc\xb5\xef\xbc\xb6\xef\xbc\xb7\xef\xbc\xb8\xef\xbc\xb9\xef\xbc\xba\xef\xbd\x81\xef\xbd\x82\xef\xbd\x83\xef\xbd\x84\xef\xbd\x85\xef\xbd\x86\xef\xbd\x87\xef\xbd\x88\xef\xbd\x89\xef\xbd\x8a\xef\xbd\x8b\xef\xbd\x8c\xef\xbd\x8d\xef\xbd\x8e\xef\xbd\x8f\xef\xbd\x90\xef\xbd\x91\xef\xbd\x92\xef\xbd\x93\xef\xbd\x94\xef\xbd\x95\xef\xbd\x96\xef\xbd\x97\xef\xbd\x98\xef\xbd\x99\xef\xbd\x9a\xef\xbe\xa1\xef\xbe\xa2\xef\xbe\xa3\xef\xbe\xa4\xef\xbe\xa5\xef\xbe\xa6\xef\xbe\xa7\xef\xbe\xa8\xef\xbe\xa9\xef\xbe\xaa\xef\xbe\xab\xef\xbe\xac\xef\xbe\xad\xef\xbe\xae\xef\xbe\xaf\xef\xbe\xb1\xef\xbe\xb2\xef\xbe\xb3\xef\xbe\xb5\xef\xbe\xb6\xef\xbe\xb7\xef\xbe\xb8\xef\xbe\xb9\xef\xbe\xba\xef\xbe\xbb\xef\xbe\xbc\xef\xbe\xbd\xef\xbe\xbe\xef\xbf\x82\xef\xbf\x83\xef\xbf\x84\xef\xbf\x85\xef\xbf\x86\xef\xbf\x87\xef\xbf\x8a\xef\xbf\x8b\xef\xbf\x8c\xef\xbf\x8d\xef\xbf\x8e\xef\xbf\x8f\xef\xbf\x92\xef\xbf\x93\xef\xbf\x94\xef\xbf\x95\xef\xbf\x96\xef\xbf\x97\xef\xbf\x9a]",37297,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xb3]",14,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"e[\'ABCDEFGHIJKLMNOPQRSTUVWXYZbcdfghjklmnpqrstvxz\xc2\xaa\xc2\xba\xc3\x80\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\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\xb8\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf\xc4\x80\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\xc5\x80\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\xc6\x80\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\xc7\x80\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\xc8\x80\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\xc9\x80\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\xca\x80\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\xcb\xa0\xcb\xa1\xcb\xa2\xcb\xa3\xcb\xa4\xe1\x84\x80\xe1\x84\x81\xe1\x84\x82\xe1\x84\x83\xe1\x84\x84\xe1\x84\x85\xe1\x84\x86\xe1\x84\x87\xe1\x84\x88\xe1\x84\x89\xe1\x84\x8a\xe1\x84\x8b\xe1\x84\x8c\xe1\x84\x8d\xe1\x84\x8e\xe1\x84\x8f\xe1\x84\x90\xe1\x84\x91\xe1\x84\x92\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5\xe1\x86\xa8\xe1\x86\xa9\xe1\x86\xaa\xe1\x86\xab\xe1\x86\xac\xe1\x86\xad\xe1\x86\xae\xe1\x86\xaf\xe1\x86\xb0\xe1\x86\xb1\xe1\x86\xb2\xe1\x86\xb3\xe1\x86\xb4\xe1\x86\xb5\xe1\x86\xb6\xe1\x86\xb7\xe1\x86\xb8\xe1\x86\xb9\xe1\x86\xba\xe1\x86\xbb\xe1\x86\xbc\xe1\x86\xbd\xe1\x86\xbe\xe1\x86\xbf\xe1\x87\x80\xe1\x87\x81\xe1\x87\x82\xe1\xb4\x80\xe1\xb4\x81\xe1\xb4\x82\xe1\xb4\x83\xe1\xb4\x84\xe1\xb4\x85\xe1\xb4\x86\xe1\xb4\x87\xe1\xb4\x88\xe1\xb4\x89\xe1\xb4\x8a\xe1\xb4\x8b\xe1\xb4\x8c\xe1\xb4\x8d\xe1\xb4\x8e\xe1\xb4\x8f\xe1\xb4\x90\xe1\xb4\x91\xe1\xb4\x92\xe1\xb4\x93\xe1\xb4\x94\xe1\xb4\x95\xe1\xb4\x96\xe1\xb4\x97\xe1\xb4\x98\xe1\xb4\x99\xe1\xb4\x9a\xe1\xb4\x9b\xe1\xb4\x9c\xe1\xb4\x9d\xe1\xb4\x9e\xe1\xb4\x9f\xe1\xb4\xa0\xe1\xb4\xa1\xe1\xb4\xa2\xe1\xb4\xa3\xe1\xb4\xa4\xe1\xb4\xa5\xe1\xb4\xac\xe1\xb4\xad\xe1\xb4\xae\xe1\xb4\xaf\xe1\xb4\xb0\xe1\xb4\xb1\xe1\xb4\xb2\xe1\xb4\xb3\xe1\xb4\xb4\xe1\xb4\xb5\xe1\xb4\xb6\xe1\xb4\xb7\xe1\xb4\xb8\xe1\xb4\xb9\xe1\xb4\xba\xe1\xb4\xbb\xe1\xb4\xbc\xe1\xb4\xbd\xe1\xb4\xbe\xe1\xb4\xbf\xe1\xb5\x80\xe1\xb5\x81\xe1\xb5\x82\xe1\xb5\x83\xe1\xb5\x84\xe1\xb5\x85\xe1\xb5\x86\xe1\xb5\x87\xe1\xb5\x88\xe1\xb5\x89\xe1\xb5\x8a\xe1\xb5\x8b\xe1\xb5\x8c\xe1\xb5\x8d\xe1\xb5\x8e\xe1\xb5\x8f\xe1\xb5\x90\xe1\xb5\x91\xe1\xb5\x92\xe1\xb5\x93\xe1\xb5\x94\xe1\xb5\x95\xe1\xb5\x96\xe1\xb5\x97\xe1\xb5\x98\xe1\xb5\x99\xe1\xb5\x9a\xe1\xb5\x9b\xe1\xb5\x9c\xe1\xb5\xa2\xe1\xb5\xa3\xe1\xb5\xa4\xe1\xb5\xa5\xe1\xb5\xab\xe1\xb5\xac\xe1\xb5\xad\xe1\xb5\xae\xe1\xb5\xaf\xe1\xb5\xb0\xe1\xb5\xb1\xe1\xb5\xb2\xe1\xb5\xb3\xe1\xb5\xb4\xe1\xb5\xb5\xe1\xb5\xb6\xe1\xb5\xb7\xe1\xb5\xb9\xe1\xb5\xba\xe1\xb5\xbb\xe1\xb5\xbc\xe1\xb5\xbd\xe1\xb5\xbe\xe1\xb5\xbf\xe1\xb6\x80\xe1\xb6\x81\xe1\xb6\x82\xe1\xb6\x83\xe1\xb6\x84\xe1\xb6\x85\xe1\xb6\x86\xe1\xb6\x87\xe1\xb6\x88\xe1\xb6\x89\xe1\xb6\x8a\xe1\xb6\x8b\xe1\xb6\x8c\xe1\xb6\x8d\xe1\xb6\x8e\xe1\xb6\x8f\xe1\xb6\x90\xe1\xb6\x91\xe1\xb6\x92\xe1\xb6\x93\xe1\xb6\x94\xe1\xb6\x95\xe1\xb6\x96\xe1\xb6\x97\xe1\xb6\x98\xe1\xb6\x99\xe1\xb6\x9a\xe1\xb6\x9b\xe1\xb6\x9c\xe1\xb6\x9d\xe1\xb6\x9e\xe1\xb6\x9f\xe1\xb6\xa0\xe1\xb6\xa1\xe1\xb6\xa2\xe1\xb6\xa3\xe1\xb6\xa4\xe1\xb6\xa5\xe1\xb6\xa6\xe1\xb6\xa7\xe1\xb6\xa8\xe1\xb6\xa9\xe1\xb6\xaa\xe1\xb6\xab\xe1\xb6\xac\xe1\xb6\xad\xe1\xb6\xae\xe1\xb6\xaf\xe1\xb6\xb0\xe1\xb6\xb1\xe1\xb6\xb2\xe1\xb6\xb3\xe1\xb6\xb4\xe1\xb6\xb5\xe1\xb6\xb6\xe1\xb6\xb7\xe1\xb6\xb8\xe1\xb6\xb9\xe1\xb6\xba\xe1\xb6\xbb\xe1\xb6\xbc\xe1\xb6\xbd\xe1\xb6\xbe\xe1\xb8\x80\xe1\xb8\x81\xe1\xb8\x82\xe1\xb8\x83\xe1\xb8\x84\xe1\xb8\x85\xe1\xb8\x86\xe1\xb8\x87\xe1\xb8\x88\xe1\xb8\x89\xe1\xb8\x8a\xe1\xb8\x8b\xe1\xb8\x8c\xe1\xb8\x8d\xe1\xb8\x8e\xe1\xb8\x8f\xe1\xb8\x90\xe1\xb8\x91\xe1\xb8\x92\xe1\xb8\x93\xe1\xb8\x94\xe1\xb8\x95\xe1\xb8\x96\xe1\xb8\x97\xe1\xb8\x98\xe1\xb8\x99\xe1\xb8\x9a\xe1\xb8\x9b\xe1\xb8\x9c\xe1\xb8\x9d\xe1\xb8\x9e\xe1\xb8\x9f\xe1\xb8\xa0\xe1\xb8\xa1\xe1\xb8\xa2\xe1\xb8\xa3\xe1\xb8\xa4\xe1\xb8\xa5\xe1\xb8\xa6\xe1\xb8\xa7\xe1\xb8\xa8\xe1\xb8\xa9\xe1\xb8\xaa\xe1\xb8\xab\xe1\xb8\xac\xe1\xb8\xad\xe1\xb8\xae\xe1\xb8\xaf\xe1\xb8\xb0\xe1\xb8\xb1\xe1\xb8\xb2\xe1\xb8\xb3\xe1\xb8\xb4\xe1\xb8\xb5\xe1\xb8\xb6\xe1\xb8\xb7\xe1\xb8\xb8\xe1\xb8\xb9\xe1\xb8\xba\xe1\xb8\xbb\xe1\xb8\xbc\xe1\xb8\xbd\xe1\xb8\xbe\xe1\xb8\xbf\xe1\xb9\x80\xe1\xb9\x81\xe1\xb9\x82\xe1\xb9\x83\xe1\xb9\x84\xe1\xb9\x85\xe1\xb9\x86\xe1\xb9\x87\xe1\xb9\x88\xe1\xb9\x89\xe1\xb9\x8a\xe1\xb9\x8b\xe1\xb9\x8c\xe1\xb9\x8d\xe1\xb9\x8e\xe1\xb9\x8f\xe1\xb9\x90\xe1\xb9\x91\xe1\xb9\x92\xe1\xb9\x93\xe1\xb9\x94\xe1\xb9\x95\xe1\xb9\x96\xe1\xb9\x97\xe1\xb9\x98\xe1\xb9\x99\xe1\xb9\x9a\xe1\xb9\x9b\xe1\xb9\x9c\xe1\xb9\x9d\xe1\xb9\x9e\xe1\xb9\x9f\xe1\xb9\xa0\xe1\xb9\xa1\xe1\xb9\xa2\xe1\xb9\xa3\xe1\xb9\xa4\xe1\xb9\xa5\xe1\xb9\xa6\xe1\xb9\xa7\xe1\xb9\xa8\xe1\xb9\xa9\xe1\xb9\xaa\xe1\xb9\xab\xe1\xb9\xac\xe1\xb9\xad\xe1\xb9\xae\xe1\xb9\xaf\xe1\xb9\xb0\xe1\xb9\xb1\xe1\xb9\xb2\xe1\xb9\xb3\xe1\xb9\xb4\xe1\xb9\xb5\xe1\xb9\xb6\xe1\xb9\xb7\xe1\xb9\xb8\xe1\xb9\xb9\xe1\xb9\xba\xe1\xb9\xbb\xe1\xb9\xbc\xe1\xb9\xbd\xe1\xb9\xbe\xe1\xb9\xbf\xe1\xba\x80\xe1\xba\x81\xe1\xba\x82\xe1\xba\x83\xe1\xba\x84\xe1\xba\x85\xe1\xba\x86\xe1\xba\x87\xe1\xba\x88\xe1\xba\x89\xe1\xba\x8a\xe1\xba\x8b\xe1\xba\x8c\xe1\xba\x8d\xe1\xba\x8e\xe1\xba\x8f\xe1\xba\x90\xe1\xba\x91\xe1\xba\x92\xe1\xba\x93\xe1\xba\x94\xe1\xba\x95\xe1\xba\x96\xe1\xba\x97\xe1\xba\x98\xe1\xba\x99\xe1\xba\x9a\xe1\xba\x9b\xe1\xba\x9c\xe1\xba\x9d\xe1\xba\x9e\xe1\xba\x9f\xe1\xba\xa0\xe1\xba\xa1\xe1\xba\xa2\xe1\xba\xa3\xe1\xba\xa4\xe1\xba\xa5\xe1\xba\xa6\xe1\xba\xa7\xe1\xba\xa8\xe1\xba\xa9\xe1\xba\xaa\xe1\xba\xab\xe1\xba\xac\xe1\xba\xad\xe1\xba\xae\xe1\xba\xaf\xe1\xba\xb0\xe1\xba\xb1\xe1\xba\xb2\xe1\xba\xb3\xe1\xba\xb4\xe1\xba\xb5\xe1\xba\xb6\xe1\xba\xb7\xe1\xba\xb8\xe1\xba\xb9\xe1\xba\xba\xe1\xba\xbb\xe1\xba\xbc\xe1\xba\xbd\xe1\xba\xbe\xe1\xba\xbf\xe1\xbb\x80\xe1\xbb\x81\xe1\xbb\x82\xe1\xbb\x83\xe1\xbb\x84\xe1\xbb\x85\xe1\xbb\x86\xe1\xbb\x87\xe1\xbb\x88\xe1\xbb\x89\xe1\xbb\x8a\xe1\xbb\x8b\xe1\xbb\x8c\xe1\xbb\x8d\xe1\xbb\x8e\xe1\xbb\x8f\xe1\xbb\x90\xe1\xbb\x91\xe1\xbb\x92\xe1\xbb\x93\xe1\xbb\x94\xe1\xbb\x95\xe1\xbb\x96\xe1\xbb\x97\xe1\xbb\x98\xe1\xbb\x99\xe1\xbb\x9a\xe1\xbb\x9b\xe1\xbb\x9c\xe1\xbb\x9d\xe1\xbb\x9e\xe1\xbb\x9f\xe1\xbb\xa0\xe1\xbb\xa1\xe1\xbb\xa2\xe1\xbb\xa3\xe1\xbb\xa4\xe1\xbb\xa5\xe1\xbb\xa6\xe1\xbb\xa7\xe1\xbb\xa8\xe1\xbb\xa9\xe1\xbb\xaa\xe1\xbb\xab\xe1\xbb\xac\xe1\xbb\xad\xe1\xbb\xae\xe1\xbb\xaf\xe1\xbb\xb0\xe1\xbb\xb1\xe1\xbb\xb2\xe1\xbb\xb3\xe1\xbb\xb4\xe1\xbb\xb5\xe1\xbb\xb6\xe1\xbb\xb7\xe1\xbb\xb8\xe1\xbb\xb9\xe1\xbb\xba\xe1\xbb\xbb\xe1\xbb\xbc\xe1\xbb\xbd\xe1\xbb\xbe\xe1\xbb\xbf\xe2\x81\xb1\xe2\x81\xbf\xe2\x82\x90\xe2\x82\x91\xe2\x82\x92\xe2\x82\x93\xe2\x82\x94\xe2\x84\xaa\xe2\x84\xab\xe2\x84\xb2\xe2\x85\x8e\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x83\xe2\x86\x84\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\xb1\xa0\xe2\xb1\xa1\xe2\xb1\xa2\xe2\xb1\xa3\xe2\xb1\xa4\xe2\xb1\xa5\xe2\xb1\xa6\xe2\xb1\xa7\xe2\xb1\xa8\xe2\xb1\xa9\xe2\xb1\xaa\xe2\xb1\xab\xe2\xb1\xac\xe2\xb1\xad\xe2\xb1\xae\xe2\xb1\xaf\xe2\xb1\xb0\xe2\xb1\xb1\xe2\xb1\xb2\xe2\xb1\xb3\xe2\xb1\xb4\xe2\xb1\xb5\xe2\xb1\xb6\xe2\xb1\xb7\xe2\xb1\xb8\xe2\xb1\xb9\xe2\xb1\xba\xe2\xb1\xbb\xe2\xb1\xbc\xe2\xb1\xbd\xe2\xb1\xbe\xe2\xb1\xbf\xe3\x84\xb1\xe3\x84\xb2\xe3\x84\xb3\xe3\x84\xb4\xe3\x84\xb5\xe3\x84\xb6\xe3\x84\xb7\xe3\x84\xb8\xe3\x84\xb9\xe3\x84\xba\xe3\x84\xbb\xe3\x84\xbc\xe3\x84\xbd\xe3\x84\xbe\xe3\x84\xbf\xe3\x85\x81\xe3\x85\x82\xe3\x85\x83\xe3\x85\x85\xe3\x85\x86\xe3\x85\x87\xe3\x85\x88\xe3\x85\x89\xe3\x85\x8a\xe3\x85\x8b\xe3\x85\x8c\xe3\x85\x8d\xe3\x85\x8e\xe3\x85\x8f\xe3\x85\x90\xe3\x85\x91\xe3\x85\x92\xe3\x85\x93\xe3\x85\x94\xe3\x85\x95\xe3\x85\x96\xe3\x85\x97\xe3\x85\x98\xe3\x85\x99\xe3\x85\x9a\xe3\x85\x9b\xe3\x85\x9c\xe3\x85\x9d\xe3\x85\x9e\xe3\x85\x9f\xe3\x85\xa0\xe3\x85\xa1\xe3\x85\xa2\xe3\x85\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xea\x9c\xa2\xea\x9c\xa3\xea\x9c\xa4\xea\x9c\xa5\xea\x9c\xa6\xea\x9c\xa7\xea\x9c\xa8\xea\x9c\xa9\xea\x9c\xaa\xea\x9c\xab\xea\x9c\xac\xea\x9c\xad\xea\x9c\xae\xea\x9c\xaf\xea\x9c\xb0\xea\x9c\xb1\xea\x9c\xb2\xea\x9c\xb3\xea\x9c\xb4\xea\x9c\xb5\xea\x9c\xb6\xea\x9c\xb7\xea\x9c\xb8\xea\x9c\xb9\xea\x9c\xba\xea\x9c\xbb\xea\x9c\xbc\xea\x9c\xbd\xea\x9c\xbe\xea\x9c\xbf\xea\x9d\x80\xea\x9d\x81\xea\x9d\x82\xea\x9d\x83\xea\x9d\x84\xea\x9d\x85\xea\x9d\x86\xea\x9d\x87\xea\x9d\x88\xea\x9d\x89\xea\x9d\x8a\xea\x9d\x8b\xea\x9d\x8c\xea\x9d\x8d\xea\x9d\x8e\xea\x9d\x8f\xea\x9d\x90\xea\x9d\x91\xea\x9d\x92\xea\x9d\x93\xea\x9d\x94\xea\x9d\x95\xea\x9d\x96\xea\x9d\x97\xea\x9d\x98\xea\x9d\x99\xea\x9d\x9a\xea\x9d\x9b\xea\x9d\x9c\xea\x9d\x9d\xea\x9d\x9e\xea\x9d\x9f\xea\x9d\xa0\xea\x9d\xa1\xea\x9d\xa2\xea\x9d\xa3\xea\x9d\xa4\xea\x9d\xa5\xea\x9d\xa6\xea\x9d\xa7\xea\x9d\xa8\xea\x9d\xa9\xea\x9d\xaa\xea\x9d\xab\xea\x9d\xac\xea\x9d\xad\xea\x9d\xae\xea\x9d\xaf\xea\x9d\xb0\xea\x9d\xb1\xea\x9d\xb2\xea\x9d\xb3\xea\x9d\xb4\xea\x9d\xb5\xea\x9d\xb6\xea\x9d\xb7\xea\x9d\xb8\xea\x9d\xb9\xea\x9d\xba\xea\x9d\xbb\xea\x9d\xbc\xea\x9d\xbd\xea\x9d\xbe\xea\x9d\xbf\xea\x9e\x80\xea\x9e\x81\xea\x9e\x82\xea\x9e\x83\xea\x9e\x84\xea\x9e\x85\xea\x9e\x86\xea\x9e\x87\xea\x9e\x8b\xea\x9e\x8c\xea\x9f\xbb\xea\x9f\xbc\xea\x9f\xbd\xea\x9f\xbe\xea\x9f\xbf\xea\xb0\x80\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xed\x9e\xa3\xef\xac\x80\xef\xac\x81\xef\xac\x82\xef\xac\x83\xef\xac\x84\xef\xac\x85\xef\xac\x86\xef\xbc\x87\xef\xbc\xa1\xef\xbc\xa2\xef\xbc\xa3\xef\xbc\xa4\xef\xbc\xa5\xef\xbc\xa6\xef\xbc\xa7\xef\xbc\xa8\xef\xbc\xa9\xef\xbc\xaa\xef\xbc\xab\xef\xbc\xac\xef\xbc\xad\xef\xbc\xae\xef\xbc\xaf\xef\xbc\xb0\xef\xbc\xb1\xef\xbc\xb2\xef\xbc\xb3\xef\xbc\xb4\xef\xbc\xb5\xef\xbc\xb6\xef\xbc\xb7\xef\xbc\xb8\xef\xbc\xb9\xef\xbc\xba\xef\xbd\x81\xef\xbd\x82\xef\xbd\x83\xef\xbd\x84\xef\xbd\x85\xef\xbd\x86\xef\xbd\x87\xef\xbd\x88\xef\xbd\x89\xef\xbd\x8a\xef\xbd\x8b\xef\xbd\x8c\xef\xbd\x8d\xef\xbd\x8e\xef\xbd\x8f\xef\xbd\x90\xef\xbd\x91\xef\xbd\x92\xef\xbd\x93\xef\xbd\x94\xef\xbd\x95\xef\xbd\x96\xef\xbd\x97\xef\xbd\x98\xef\xbd\x99\xef\xbd\x9a\xef\xbe\xa1\xef\xbe\xa2\xef\xbe\xa3\xef\xbe\xa4\xef\xbe\xa5\xef\xbe\xa6\xef\xbe\xa7\xef\xbe\xa8\xef\xbe\xa9\xef\xbe\xaa\xef\xbe\xab\xef\xbe\xac\xef\xbe\xad\xef\xbe\xae\xef\xbe\xaf\xef\xbe\xb1\xef\xbe\xb2\xef\xbe\xb3\xef\xbe\xb5\xef\xbe\xb6\xef\xbe\xb7\xef\xbe\xb8\xef\xbe\xb9\xef\xbe\xba\xef\xbe\xbb\xef\xbe\xbc\xef\xbe\xbd\xef\xbe\xbe\xef\xbf\x82\xef\xbf\x83\xef\xbf\x84\xef\xbf\x85\xef\xbf\x86\xef\xbf\x87\xef\xbf\x8a\xef\xbf\x8b\xef\xbf\x8c\xef\xbf\x8d\xef\xbf\x8e\xef\xbf\x8f\xef\xbf\x92\xef\xbf\x93\xef\xbf\x94\xef\xbf\x95\xef\xbf\x96\xef\xbf\x97\xef\xbf\x9a]",37294,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa9\xe1\x85\xac\xe1\x85\xae]",14,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,3,"ey[\'ABCDEFGHIJKLMNOPQRSTUVWXYZbcdfghjklmnpqrstvxz\xc2\xaa\xc2\xba\xc3\x80\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\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\xb8\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf\xc4\x80\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\xc5\x80\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\xc6\x80\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\xc7\x80\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\xc8\x80\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\xc9\x80\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\xca\x80\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\xcb\xa0\xcb\xa1\xcb\xa2\xcb\xa3\xcb\xa4\xe1\x84\x80\xe1\x84\x81\xe1\x84\x82\xe1\x84\x83\xe1\x84\x84\xe1\x84\x85\xe1\x84\x86\xe1\x84\x87\xe1\x84\x88\xe1\x84\x89\xe1\x84\x8a\xe1\x84\x8b\xe1\x84\x8c\xe1\x84\x8d\xe1\x84\x8e\xe1\x84\x8f\xe1\x84\x90\xe1\x84\x91\xe1\x84\x92\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5\xe1\x86\xa8\xe1\x86\xa9\xe1\x86\xaa\xe1\x86\xab\xe1\x86\xac\xe1\x86\xad\xe1\x86\xae\xe1\x86\xaf\xe1\x86\xb0\xe1\x86\xb1\xe1\x86\xb2\xe1\x86\xb3\xe1\x86\xb4\xe1\x86\xb5\xe1\x86\xb6\xe1\x86\xb7\xe1\x86\xb8\xe1\x86\xb9\xe1\x86\xba\xe1\x86\xbb\xe1\x86\xbc\xe1\x86\xbd\xe1\x86\xbe\xe1\x86\xbf\xe1\x87\x80\xe1\x87\x81\xe1\x87\x82\xe1\xb4\x80\xe1\xb4\x81\xe1\xb4\x82\xe1\xb4\x83\xe1\xb4\x84\xe1\xb4\x85\xe1\xb4\x86\xe1\xb4\x87\xe1\xb4\x88\xe1\xb4\x89\xe1\xb4\x8a\xe1\xb4\x8b\xe1\xb4\x8c\xe1\xb4\x8d\xe1\xb4\x8e\xe1\xb4\x8f\xe1\xb4\x90\xe1\xb4\x91\xe1\xb4\x92\xe1\xb4\x93\xe1\xb4\x94\xe1\xb4\x95\xe1\xb4\x96\xe1\xb4\x97\xe1\xb4\x98\xe1\xb4\x99\xe1\xb4\x9a\xe1\xb4\x9b\xe1\xb4\x9c\xe1\xb4\x9d\xe1\xb4\x9e\xe1\xb4\x9f\xe1\xb4\xa0\xe1\xb4\xa1\xe1\xb4\xa2\xe1\xb4\xa3\xe1\xb4\xa4\xe1\xb4\xa5\xe1\xb4\xac\xe1\xb4\xad\xe1\xb4\xae\xe1\xb4\xaf\xe1\xb4\xb0\xe1\xb4\xb1\xe1\xb4\xb2\xe1\xb4\xb3\xe1\xb4\xb4\xe1\xb4\xb5\xe1\xb4\xb6\xe1\xb4\xb7\xe1\xb4\xb8\xe1\xb4\xb9\xe1\xb4\xba\xe1\xb4\xbb\xe1\xb4\xbc\xe1\xb4\xbd\xe1\xb4\xbe\xe1\xb4\xbf\xe1\xb5\x80\xe1\xb5\x81\xe1\xb5\x82\xe1\xb5\x83\xe1\xb5\x84\xe1\xb5\x85\xe1\xb5\x86\xe1\xb5\x87\xe1\xb5\x88\xe1\xb5\x89\xe1\xb5\x8a\xe1\xb5\x8b\xe1\xb5\x8c\xe1\xb5\x8d\xe1\xb5\x8e\xe1\xb5\x8f\xe1\xb5\x90\xe1\xb5\x91\xe1\xb5\x92\xe1\xb5\x93\xe1\xb5\x94\xe1\xb5\x95\xe1\xb5\x96\xe1\xb5\x97\xe1\xb5\x98\xe1\xb5\x99\xe1\xb5\x9a\xe1\xb5\x9b\xe1\xb5\x9c\xe1\xb5\xa2\xe1\xb5\xa3\xe1\xb5\xa4\xe1\xb5\xa5\xe1\xb5\xab\xe1\xb5\xac\xe1\xb5\xad\xe1\xb5\xae\xe1\xb5\xaf\xe1\xb5\xb0\xe1\xb5\xb1\xe1\xb5\xb2\xe1\xb5\xb3\xe1\xb5\xb4\xe1\xb5\xb5\xe1\xb5\xb6\xe1\xb5\xb7\xe1\xb5\xb9\xe1\xb5\xba\xe1\xb5\xbb\xe1\xb5\xbc\xe1\xb5\xbd\xe1\xb5\xbe\xe1\xb5\xbf\xe1\xb6\x80\xe1\xb6\x81\xe1\xb6\x82\xe1\xb6\x83\xe1\xb6\x84\xe1\xb6\x85\xe1\xb6\x86\xe1\xb6\x87\xe1\xb6\x88\xe1\xb6\x89\xe1\xb6\x8a\xe1\xb6\x8b\xe1\xb6\x8c\xe1\xb6\x8d\xe1\xb6\x8e\xe1\xb6\x8f\xe1\xb6\x90\xe1\xb6\x91\xe1\xb6\x92\xe1\xb6\x93\xe1\xb6\x94\xe1\xb6\x95\xe1\xb6\x96\xe1\xb6\x97\xe1\xb6\x98\xe1\xb6\x99\xe1\xb6\x9a\xe1\xb6\x9b\xe1\xb6\x9c\xe1\xb6\x9d\xe1\xb6\x9e\xe1\xb6\x9f\xe1\xb6\xa0\xe1\xb6\xa1\xe1\xb6\xa2\xe1\xb6\xa3\xe1\xb6\xa4\xe1\xb6\xa5\xe1\xb6\xa6\xe1\xb6\xa7\xe1\xb6\xa8\xe1\xb6\xa9\xe1\xb6\xaa\xe1\xb6\xab\xe1\xb6\xac\xe1\xb6\xad\xe1\xb6\xae\xe1\xb6\xaf\xe1\xb6\xb0\xe1\xb6\xb1\xe1\xb6\xb2\xe1\xb6\xb3\xe1\xb6\xb4\xe1\xb6\xb5\xe1\xb6\xb6\xe1\xb6\xb7\xe1\xb6\xb8\xe1\xb6\xb9\xe1\xb6\xba\xe1\xb6\xbb\xe1\xb6\xbc\xe1\xb6\xbd\xe1\xb6\xbe\xe1\xb8\x80\xe1\xb8\x81\xe1\xb8\x82\xe1\xb8\x83\xe1\xb8\x84\xe1\xb8\x85\xe1\xb8\x86\xe1\xb8\x87\xe1\xb8\x88\xe1\xb8\x89\xe1\xb8\x8a\xe1\xb8\x8b\xe1\xb8\x8c\xe1\xb8\x8d\xe1\xb8\x8e\xe1\xb8\x8f\xe1\xb8\x90\xe1\xb8\x91\xe1\xb8\x92\xe1\xb8\x93\xe1\xb8\x94\xe1\xb8\x95\xe1\xb8\x96\xe1\xb8\x97\xe1\xb8\x98\xe1\xb8\x99\xe1\xb8\x9a\xe1\xb8\x9b\xe1\xb8\x9c\xe1\xb8\x9d\xe1\xb8\x9e\xe1\xb8\x9f\xe1\xb8\xa0\xe1\xb8\xa1\xe1\xb8\xa2\xe1\xb8\xa3\xe1\xb8\xa4\xe1\xb8\xa5\xe1\xb8\xa6\xe1\xb8\xa7\xe1\xb8\xa8\xe1\xb8\xa9\xe1\xb8\xaa\xe1\xb8\xab\xe1\xb8\xac\xe1\xb8\xad\xe1\xb8\xae\xe1\xb8\xaf\xe1\xb8\xb0\xe1\xb8\xb1\xe1\xb8\xb2\xe1\xb8\xb3\xe1\xb8\xb4\xe1\xb8\xb5\xe1\xb8\xb6\xe1\xb8\xb7\xe1\xb8\xb8\xe1\xb8\xb9\xe1\xb8\xba\xe1\xb8\xbb\xe1\xb8\xbc\xe1\xb8\xbd\xe1\xb8\xbe\xe1\xb8\xbf\xe1\xb9\x80\xe1\xb9\x81\xe1\xb9\x82\xe1\xb9\x83\xe1\xb9\x84\xe1\xb9\x85\xe1\xb9\x86\xe1\xb9\x87\xe1\xb9\x88\xe1\xb9\x89\xe1\xb9\x8a\xe1\xb9\x8b\xe1\xb9\x8c\xe1\xb9\x8d\xe1\xb9\x8e\xe1\xb9\x8f\xe1\xb9\x90\xe1\xb9\x91\xe1\xb9\x92\xe1\xb9\x93\xe1\xb9\x94\xe1\xb9\x95\xe1\xb9\x96\xe1\xb9\x97\xe1\xb9\x98\xe1\xb9\x99\xe1\xb9\x9a\xe1\xb9\x9b\xe1\xb9\x9c\xe1\xb9\x9d\xe1\xb9\x9e\xe1\xb9\x9f\xe1\xb9\xa0\xe1\xb9\xa1\xe1\xb9\xa2\xe1\xb9\xa3\xe1\xb9\xa4\xe1\xb9\xa5\xe1\xb9\xa6\xe1\xb9\xa7\xe1\xb9\xa8\xe1\xb9\xa9\xe1\xb9\xaa\xe1\xb9\xab\xe1\xb9\xac\xe1\xb9\xad\xe1\xb9\xae\xe1\xb9\xaf\xe1\xb9\xb0\xe1\xb9\xb1\xe1\xb9\xb2\xe1\xb9\xb3\xe1\xb9\xb4\xe1\xb9\xb5\xe1\xb9\xb6\xe1\xb9\xb7\xe1\xb9\xb8\xe1\xb9\xb9\xe1\xb9\xba\xe1\xb9\xbb\xe1\xb9\xbc\xe1\xb9\xbd\xe1\xb9\xbe\xe1\xb9\xbf\xe1\xba\x80\xe1\xba\x81\xe1\xba\x82\xe1\xba\x83\xe1\xba\x84\xe1\xba\x85\xe1\xba\x86\xe1\xba\x87\xe1\xba\x88\xe1\xba\x89\xe1\xba\x8a\xe1\xba\x8b\xe1\xba\x8c\xe1\xba\x8d\xe1\xba\x8e\xe1\xba\x8f\xe1\xba\x90\xe1\xba\x91\xe1\xba\x92\xe1\xba\x93\xe1\xba\x94\xe1\xba\x95\xe1\xba\x96\xe1\xba\x97\xe1\xba\x98\xe1\xba\x99\xe1\xba\x9a\xe1\xba\x9b\xe1\xba\x9c\xe1\xba\x9d\xe1\xba\x9e\xe1\xba\x9f\xe1\xba\xa0\xe1\xba\xa1\xe1\xba\xa2\xe1\xba\xa3\xe1\xba\xa4\xe1\xba\xa5\xe1\xba\xa6\xe1\xba\xa7\xe1\xba\xa8\xe1\xba\xa9\xe1\xba\xaa\xe1\xba\xab\xe1\xba\xac\xe1\xba\xad\xe1\xba\xae\xe1\xba\xaf\xe1\xba\xb0\xe1\xba\xb1\xe1\xba\xb2\xe1\xba\xb3\xe1\xba\xb4\xe1\xba\xb5\xe1\xba\xb6\xe1\xba\xb7\xe1\xba\xb8\xe1\xba\xb9\xe1\xba\xba\xe1\xba\xbb\xe1\xba\xbc\xe1\xba\xbd\xe1\xba\xbe\xe1\xba\xbf\xe1\xbb\x80\xe1\xbb\x81\xe1\xbb\x82\xe1\xbb\x83\xe1\xbb\x84\xe1\xbb\x85\xe1\xbb\x86\xe1\xbb\x87\xe1\xbb\x88\xe1\xbb\x89\xe1\xbb\x8a\xe1\xbb\x8b\xe1\xbb\x8c\xe1\xbb\x8d\xe1\xbb\x8e\xe1\xbb\x8f\xe1\xbb\x90\xe1\xbb\x91\xe1\xbb\x92\xe1\xbb\x93\xe1\xbb\x94\xe1\xbb\x95\xe1\xbb\x96\xe1\xbb\x97\xe1\xbb\x98\xe1\xbb\x99\xe1\xbb\x9a\xe1\xbb\x9b\xe1\xbb\x9c\xe1\xbb\x9d\xe1\xbb\x9e\xe1\xbb\x9f\xe1\xbb\xa0\xe1\xbb\xa1\xe1\xbb\xa2\xe1\xbb\xa3\xe1\xbb\xa4\xe1\xbb\xa5\xe1\xbb\xa6\xe1\xbb\xa7\xe1\xbb\xa8\xe1\xbb\xa9\xe1\xbb\xaa\xe1\xbb\xab\xe1\xbb\xac\xe1\xbb\xad\xe1\xbb\xae\xe1\xbb\xaf\xe1\xbb\xb0\xe1\xbb\xb1\xe1\xbb\xb2\xe1\xbb\xb3\xe1\xbb\xb4\xe1\xbb\xb5\xe1\xbb\xb6\xe1\xbb\xb7\xe1\xbb\xb8\xe1\xbb\xb9\xe1\xbb\xba\xe1\xbb\xbb\xe1\xbb\xbc\xe1\xbb\xbd\xe1\xbb\xbe\xe1\xbb\xbf\xe2\x81\xb1\xe2\x81\xbf\xe2\x82\x90\xe2\x82\x91\xe2\x82\x92\xe2\x82\x93\xe2\x82\x94\xe2\x84\xaa\xe2\x84\xab\xe2\x84\xb2\xe2\x85\x8e\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x83\xe2\x86\x84\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\xb1\xa0\xe2\xb1\xa1\xe2\xb1\xa2\xe2\xb1\xa3\xe2\xb1\xa4\xe2\xb1\xa5\xe2\xb1\xa6\xe2\xb1\xa7\xe2\xb1\xa8\xe2\xb1\xa9\xe2\xb1\xaa\xe2\xb1\xab\xe2\xb1\xac\xe2\xb1\xad\xe2\xb1\xae\xe2\xb1\xaf\xe2\xb1\xb0\xe2\xb1\xb1\xe2\xb1\xb2\xe2\xb1\xb3\xe2\xb1\xb4\xe2\xb1\xb5\xe2\xb1\xb6\xe2\xb1\xb7\xe2\xb1\xb8\xe2\xb1\xb9\xe2\xb1\xba\xe2\xb1\xbb\xe2\xb1\xbc\xe2\xb1\xbd\xe2\xb1\xbe\xe2\xb1\xbf\xe3\x84\xb1\xe3\x84\xb2\xe3\x84\xb3\xe3\x84\xb4\xe3\x84\xb5\xe3\x84\xb6\xe3\x84\xb7\xe3\x84\xb8\xe3\x84\xb9\xe3\x84\xba\xe3\x84\xbb\xe3\x84\xbc\xe3\x84\xbd\xe3\x84\xbe\xe3\x84\xbf\xe3\x85\x81\xe3\x85\x82\xe3\x85\x83\xe3\x85\x85\xe3\x85\x86\xe3\x85\x87\xe3\x85\x88\xe3\x85\x89\xe3\x85\x8a\xe3\x85\x8b\xe3\x85\x8c\xe3\x85\x8d\xe3\x85\x8e\xe3\x85\x8f\xe3\x85\x90\xe3\x85\x91\xe3\x85\x92\xe3\x85\x93\xe3\x85\x94\xe3\x85\x95\xe3\x85\x96\xe3\x85\x97\xe3\x85\x98\xe3\x85\x99\xe3\x85\x9a\xe3\x85\x9b\xe3\x85\x9c\xe3\x85\x9d\xe3\x85\x9e\xe3\x85\x9f\xe3\x85\xa0\xe3\x85\xa1\xe3\x85\xa2\xe3\x85\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xea\x9c\xa2\xea\x9c\xa3\xea\x9c\xa4\xea\x9c\xa5\xea\x9c\xa6\xea\x9c\xa7\xea\x9c\xa8\xea\x9c\xa9\xea\x9c\xaa\xea\x9c\xab\xea\x9c\xac\xea\x9c\xad\xea\x9c\xae\xea\x9c\xaf\xea\x9c\xb0\xea\x9c\xb1\xea\x9c\xb2\xea\x9c\xb3\xea\x9c\xb4\xea\x9c\xb5\xea\x9c\xb6\xea\x9c\xb7\xea\x9c\xb8\xea\x9c\xb9\xea\x9c\xba\xea\x9c\xbb\xea\x9c\xbc\xea\x9c\xbd\xea\x9c\xbe\xea\x9c\xbf\xea\x9d\x80\xea\x9d\x81\xea\x9d\x82\xea\x9d\x83\xea\x9d\x84\xea\x9d\x85\xea\x9d\x86\xea\x9d\x87\xea\x9d\x88\xea\x9d\x89\xea\x9d\x8a\xea\x9d\x8b\xea\x9d\x8c\xea\x9d\x8d\xea\x9d\x8e\xea\x9d\x8f\xea\x9d\x90\xea\x9d\x91\xea\x9d\x92\xea\x9d\x93\xea\x9d\x94\xea\x9d\x95\xea\x9d\x96\xea\x9d\x97\xea\x9d\x98\xea\x9d\x99\xea\x9d\x9a\xea\x9d\x9b\xea\x9d\x9c\xea\x9d\x9d\xea\x9d\x9e\xea\x9d\x9f\xea\x9d\xa0\xea\x9d\xa1\xea\x9d\xa2\xea\x9d\xa3\xea\x9d\xa4\xea\x9d\xa5\xea\x9d\xa6\xea\x9d\xa7\xea\x9d\xa8\xea\x9d\xa9\xea\x9d\xaa\xea\x9d\xab\xea\x9d\xac\xea\x9d\xad\xea\x9d\xae\xea\x9d\xaf\xea\x9d\xb0\xea\x9d\xb1\xea\x9d\xb2\xea\x9d\xb3\xea\x9d\xb4\xea\x9d\xb5\xea\x9d\xb6\xea\x9d\xb7\xea\x9d\xb8\xea\x9d\xb9\xea\x9d\xba\xea\x9d\xbb\xea\x9d\xbc\xea\x9d\xbd\xea\x9d\xbe\xea\x9d\xbf\xea\x9e\x80\xea\x9e\x81\xea\x9e\x82\xea\x9e\x83\xea\x9e\x84\xea\x9e\x85\xea\x9e\x86\xea\x9e\x87\xea\x9e\x8b\xea\x9e\x8c\xea\x9f\xbb\xea\x9f\xbc\xea\x9f\xbd\xea\x9f\xbe\xea\x9f\xbf\xea\xb0\x80\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xed\x9e\xa3\xef\xac\x80\xef\xac\x81\xef\xac\x82\xef\xac\x83\xef\xac\x84\xef\xac\x85\xef\xac\x86\xef\xbc\x87\xef\xbc\xa1\xef\xbc\xa2\xef\xbc\xa3\xef\xbc\xa4\xef\xbc\xa5\xef\xbc\xa6\xef\xbc\xa7\xef\xbc\xa8\xef\xbc\xa9\xef\xbc\xaa\xef\xbc\xab\xef\xbc\xac\xef\xbc\xad\xef\xbc\xae\xef\xbc\xaf\xef\xbc\xb0\xef\xbc\xb1\xef\xbc\xb2\xef\xbc\xb3\xef\xbc\xb4\xef\xbc\xb5\xef\xbc\xb6\xef\xbc\xb7\xef\xbc\xb8\xef\xbc\xb9\xef\xbc\xba\xef\xbd\x81\xef\xbd\x82\xef\xbd\x83\xef\xbd\x84\xef\xbd\x85\xef\xbd\x86\xef\xbd\x87\xef\xbd\x88\xef\xbd\x89\xef\xbd\x8a\xef\xbd\x8b\xef\xbd\x8c\xef\xbd\x8d\xef\xbd\x8e\xef\xbd\x8f\xef\xbd\x90\xef\xbd\x91\xef\xbd\x92\xef\xbd\x93\xef\xbd\x94\xef\xbd\x95\xef\xbd\x96\xef\xbd\x97\xef\xbd\x98\xef\xbd\x99\xef\xbd\x9a\xef\xbe\xa1\xef\xbe\xa2\xef\xbe\xa3\xef\xbe\xa4\xef\xbe\xa5\xef\xbe\xa6\xef\xbe\xa7\xef\xbe\xa8\xef\xbe\xa9\xef\xbe\xaa\xef\xbe\xab\xef\xbe\xac\xef\xbe\xad\xef\xbe\xae\xef\xbe\xaf\xef\xbe\xb1\xef\xbe\xb2\xef\xbe\xb3\xef\xbe\xb5\xef\xbe\xb6\xef\xbe\xb7\xef\xbe\xb8\xef\xbe\xb9\xef\xbe\xba\xef\xbe\xbb\xef\xbe\xbc\xef\xbe\xbd\xef\xbe\xbe\xef\xbf\x82\xef\xbf\x83\xef\xbf\x84\xef\xbf\x85\xef\xbf\x86\xef\xbf\x87\xef\xbf\x8a\xef\xbf\x8b\xef\xbf\x8c\xef\xbf\x8d\xef\xbf\x8e\xef\xbf\x8f\xef\xbf\x92\xef\xbf\x93\xef\xbf\x94\xef\xbf\x95\xef\xbf\x96\xef\xbf\x97\xef\xbf\x9a]",37295,CONTEXT_TYPE_REGEX,2,"\xe1\x84\x8b[\xe1\x85\xa9\xe1\x85\xac]",11,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"u[\'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxz\xc2\xaa\xc2\xba\xc3\x80\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\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\xb8\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf\xc4\x80\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\xc5\x80\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\xc6\x80\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\xc7\x80\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\xc8\x80\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\xc9\x80\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\xca\x80\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\xcb\xa0\xcb\xa1\xcb\xa2\xcb\xa3\xcb\xa4\xe1\x84\x80\xe1\x84\x81\xe1\x84\x82\xe1\x84\x83\xe1\x84\x84\xe1\x84\x85\xe1\x84\x86\xe1\x84\x87\xe1\x84\x88\xe1\x84\x89\xe1\x84\x8a\xe1\x84\x8b\xe1\x84\x8c\xe1\x84\x8d\xe1\x84\x8e\xe1\x84\x8f\xe1\x84\x90\xe1\x84\x91\xe1\x84\x92\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5\xe1\x86\xa8\xe1\x86\xa9\xe1\x86\xaa\xe1\x86\xab\xe1\x86\xac\xe1\x86\xad\xe1\x86\xae\xe1\x86\xaf\xe1\x86\xb0\xe1\x86\xb1\xe1\x86\xb2\xe1\x86\xb3\xe1\x86\xb4\xe1\x86\xb5\xe1\x86\xb6\xe1\x86\xb7\xe1\x86\xb8\xe1\x86\xb9\xe1\x86\xba\xe1\x86\xbb\xe1\x86\xbc\xe1\x86\xbd\xe1\x86\xbe\xe1\x86\xbf\xe1\x87\x80\xe1\x87\x81\xe1\x87\x82\xe1\xb4\x80\xe1\xb4\x81\xe1\xb4\x82\xe1\xb4\x83\xe1\xb4\x84\xe1\xb4\x85\xe1\xb4\x86\xe1\xb4\x87\xe1\xb4\x88\xe1\xb4\x89\xe1\xb4\x8a\xe1\xb4\x8b\xe1\xb4\x8c\xe1\xb4\x8d\xe1\xb4\x8e\xe1\xb4\x8f\xe1\xb4\x90\xe1\xb4\x91\xe1\xb4\x92\xe1\xb4\x93\xe1\xb4\x94\xe1\xb4\x95\xe1\xb4\x96\xe1\xb4\x97\xe1\xb4\x98\xe1\xb4\x99\xe1\xb4\x9a\xe1\xb4\x9b\xe1\xb4\x9c\xe1\xb4\x9d\xe1\xb4\x9e\xe1\xb4\x9f\xe1\xb4\xa0\xe1\xb4\xa1\xe1\xb4\xa2\xe1\xb4\xa3\xe1\xb4\xa4\xe1\xb4\xa5\xe1\xb4\xac\xe1\xb4\xad\xe1\xb4\xae\xe1\xb4\xaf\xe1\xb4\xb0\xe1\xb4\xb1\xe1\xb4\xb2\xe1\xb4\xb3\xe1\xb4\xb4\xe1\xb4\xb5\xe1\xb4\xb6\xe1\xb4\xb7\xe1\xb4\xb8\xe1\xb4\xb9\xe1\xb4\xba\xe1\xb4\xbb\xe1\xb4\xbc\xe1\xb4\xbd\xe1\xb4\xbe\xe1\xb4\xbf\xe1\xb5\x80\xe1\xb5\x81\xe1\xb5\x82\xe1\xb5\x83\xe1\xb5\x84\xe1\xb5\x85\xe1\xb5\x86\xe1\xb5\x87\xe1\xb5\x88\xe1\xb5\x89\xe1\xb5\x8a\xe1\xb5\x8b\xe1\xb5\x8c\xe1\xb5\x8d\xe1\xb5\x8e\xe1\xb5\x8f\xe1\xb5\x90\xe1\xb5\x91\xe1\xb5\x92\xe1\xb5\x93\xe1\xb5\x94\xe1\xb5\x95\xe1\xb5\x96\xe1\xb5\x97\xe1\xb5\x98\xe1\xb5\x99\xe1\xb5\x9a\xe1\xb5\x9b\xe1\xb5\x9c\xe1\xb5\xa2\xe1\xb5\xa3\xe1\xb5\xa4\xe1\xb5\xa5\xe1\xb5\xab\xe1\xb5\xac\xe1\xb5\xad\xe1\xb5\xae\xe1\xb5\xaf\xe1\xb5\xb0\xe1\xb5\xb1\xe1\xb5\xb2\xe1\xb5\xb3\xe1\xb5\xb4\xe1\xb5\xb5\xe1\xb5\xb6\xe1\xb5\xb7\xe1\xb5\xb9\xe1\xb5\xba\xe1\xb5\xbb\xe1\xb5\xbc\xe1\xb5\xbd\xe1\xb5\xbe\xe1\xb5\xbf\xe1\xb6\x80\xe1\xb6\x81\xe1\xb6\x82\xe1\xb6\x83\xe1\xb6\x84\xe1\xb6\x85\xe1\xb6\x86\xe1\xb6\x87\xe1\xb6\x88\xe1\xb6\x89\xe1\xb6\x8a\xe1\xb6\x8b\xe1\xb6\x8c\xe1\xb6\x8d\xe1\xb6\x8e\xe1\xb6\x8f\xe1\xb6\x90\xe1\xb6\x91\xe1\xb6\x92\xe1\xb6\x93\xe1\xb6\x94\xe1\xb6\x95\xe1\xb6\x96\xe1\xb6\x97\xe1\xb6\x98\xe1\xb6\x99\xe1\xb6\x9a\xe1\xb6\x9b\xe1\xb6\x9c\xe1\xb6\x9d\xe1\xb6\x9e\xe1\xb6\x9f\xe1\xb6\xa0\xe1\xb6\xa1\xe1\xb6\xa2\xe1\xb6\xa3\xe1\xb6\xa4\xe1\xb6\xa5\xe1\xb6\xa6\xe1\xb6\xa7\xe1\xb6\xa8\xe1\xb6\xa9\xe1\xb6\xaa\xe1\xb6\xab\xe1\xb6\xac\xe1\xb6\xad\xe1\xb6\xae\xe1\xb6\xaf\xe1\xb6\xb0\xe1\xb6\xb1\xe1\xb6\xb2\xe1\xb6\xb3\xe1\xb6\xb4\xe1\xb6\xb5\xe1\xb6\xb6\xe1\xb6\xb7\xe1\xb6\xb8\xe1\xb6\xb9\xe1\xb6\xba\xe1\xb6\xbb\xe1\xb6\xbc\xe1\xb6\xbd\xe1\xb6\xbe\xe1\xb8\x80\xe1\xb8\x81\xe1\xb8\x82\xe1\xb8\x83\xe1\xb8\x84\xe1\xb8\x85\xe1\xb8\x86\xe1\xb8\x87\xe1\xb8\x88\xe1\xb8\x89\xe1\xb8\x8a\xe1\xb8\x8b\xe1\xb8\x8c\xe1\xb8\x8d\xe1\xb8\x8e\xe1\xb8\x8f\xe1\xb8\x90\xe1\xb8\x91\xe1\xb8\x92\xe1\xb8\x93\xe1\xb8\x94\xe1\xb8\x95\xe1\xb8\x96\xe1\xb8\x97\xe1\xb8\x98\xe1\xb8\x99\xe1\xb8\x9a\xe1\xb8\x9b\xe1\xb8\x9c\xe1\xb8\x9d\xe1\xb8\x9e\xe1\xb8\x9f\xe1\xb8\xa0\xe1\xb8\xa1\xe1\xb8\xa2\xe1\xb8\xa3\xe1\xb8\xa4\xe1\xb8\xa5\xe1\xb8\xa6\xe1\xb8\xa7\xe1\xb8\xa8\xe1\xb8\xa9\xe1\xb8\xaa\xe1\xb8\xab\xe1\xb8\xac\xe1\xb8\xad\xe1\xb8\xae\xe1\xb8\xaf\xe1\xb8\xb0\xe1\xb8\xb1\xe1\xb8\xb2\xe1\xb8\xb3\xe1\xb8\xb4\xe1\xb8\xb5\xe1\xb8\xb6\xe1\xb8\xb7\xe1\xb8\xb8\xe1\xb8\xb9\xe1\xb8\xba\xe1\xb8\xbb\xe1\xb8\xbc\xe1\xb8\xbd\xe1\xb8\xbe\xe1\xb8\xbf\xe1\xb9\x80\xe1\xb9\x81\xe1\xb9\x82\xe1\xb9\x83\xe1\xb9\x84\xe1\xb9\x85\xe1\xb9\x86\xe1\xb9\x87\xe1\xb9\x88\xe1\xb9\x89\xe1\xb9\x8a\xe1\xb9\x8b\xe1\xb9\x8c\xe1\xb9\x8d\xe1\xb9\x8e\xe1\xb9\x8f\xe1\xb9\x90\xe1\xb9\x91\xe1\xb9\x92\xe1\xb9\x93\xe1\xb9\x94\xe1\xb9\x95\xe1\xb9\x96\xe1\xb9\x97\xe1\xb9\x98\xe1\xb9\x99\xe1\xb9\x9a\xe1\xb9\x9b\xe1\xb9\x9c\xe1\xb9\x9d\xe1\xb9\x9e\xe1\xb9\x9f\xe1\xb9\xa0\xe1\xb9\xa1\xe1\xb9\xa2\xe1\xb9\xa3\xe1\xb9\xa4\xe1\xb9\xa5\xe1\xb9\xa6\xe1\xb9\xa7\xe1\xb9\xa8\xe1\xb9\xa9\xe1\xb9\xaa\xe1\xb9\xab\xe1\xb9\xac\xe1\xb9\xad\xe1\xb9\xae\xe1\xb9\xaf\xe1\xb9\xb0\xe1\xb9\xb1\xe1\xb9\xb2\xe1\xb9\xb3\xe1\xb9\xb4\xe1\xb9\xb5\xe1\xb9\xb6\xe1\xb9\xb7\xe1\xb9\xb8\xe1\xb9\xb9\xe1\xb9\xba\xe1\xb9\xbb\xe1\xb9\xbc\xe1\xb9\xbd\xe1\xb9\xbe\xe1\xb9\xbf\xe1\xba\x80\xe1\xba\x81\xe1\xba\x82\xe1\xba\x83\xe1\xba\x84\xe1\xba\x85\xe1\xba\x86\xe1\xba\x87\xe1\xba\x88\xe1\xba\x89\xe1\xba\x8a\xe1\xba\x8b\xe1\xba\x8c\xe1\xba\x8d\xe1\xba\x8e\xe1\xba\x8f\xe1\xba\x90\xe1\xba\x91\xe1\xba\x92\xe1\xba\x93\xe1\xba\x94\xe1\xba\x95\xe1\xba\x96\xe1\xba\x97\xe1\xba\x98\xe1\xba\x99\xe1\xba\x9a\xe1\xba\x9b\xe1\xba\x9c\xe1\xba\x9d\xe1\xba\x9e\xe1\xba\x9f\xe1\xba\xa0\xe1\xba\xa1\xe1\xba\xa2\xe1\xba\xa3\xe1\xba\xa4\xe1\xba\xa5\xe1\xba\xa6\xe1\xba\xa7\xe1\xba\xa8\xe1\xba\xa9\xe1\xba\xaa\xe1\xba\xab\xe1\xba\xac\xe1\xba\xad\xe1\xba\xae\xe1\xba\xaf\xe1\xba\xb0\xe1\xba\xb1\xe1\xba\xb2\xe1\xba\xb3\xe1\xba\xb4\xe1\xba\xb5\xe1\xba\xb6\xe1\xba\xb7\xe1\xba\xb8\xe1\xba\xb9\xe1\xba\xba\xe1\xba\xbb\xe1\xba\xbc\xe1\xba\xbd\xe1\xba\xbe\xe1\xba\xbf\xe1\xbb\x80\xe1\xbb\x81\xe1\xbb\x82\xe1\xbb\x83\xe1\xbb\x84\xe1\xbb\x85\xe1\xbb\x86\xe1\xbb\x87\xe1\xbb\x88\xe1\xbb\x89\xe1\xbb\x8a\xe1\xbb\x8b\xe1\xbb\x8c\xe1\xbb\x8d\xe1\xbb\x8e\xe1\xbb\x8f\xe1\xbb\x90\xe1\xbb\x91\xe1\xbb\x92\xe1\xbb\x93\xe1\xbb\x94\xe1\xbb\x95\xe1\xbb\x96\xe1\xbb\x97\xe1\xbb\x98\xe1\xbb\x99\xe1\xbb\x9a\xe1\xbb\x9b\xe1\xbb\x9c\xe1\xbb\x9d\xe1\xbb\x9e\xe1\xbb\x9f\xe1\xbb\xa0\xe1\xbb\xa1\xe1\xbb\xa2\xe1\xbb\xa3\xe1\xbb\xa4\xe1\xbb\xa5\xe1\xbb\xa6\xe1\xbb\xa7\xe1\xbb\xa8\xe1\xbb\xa9\xe1\xbb\xaa\xe1\xbb\xab\xe1\xbb\xac\xe1\xbb\xad\xe1\xbb\xae\xe1\xbb\xaf\xe1\xbb\xb0\xe1\xbb\xb1\xe1\xbb\xb2\xe1\xbb\xb3\xe1\xbb\xb4\xe1\xbb\xb5\xe1\xbb\xb6\xe1\xbb\xb7\xe1\xbb\xb8\xe1\xbb\xb9\xe1\xbb\xba\xe1\xbb\xbb\xe1\xbb\xbc\xe1\xbb\xbd\xe1\xbb\xbe\xe1\xbb\xbf\xe2\x81\xb1\xe2\x81\xbf\xe2\x82\x90\xe2\x82\x91\xe2\x82\x92\xe2\x82\x93\xe2\x82\x94\xe2\x84\xaa\xe2\x84\xab\xe2\x84\xb2\xe2\x85\x8e\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x83\xe2\x86\x84\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\xb1\xa0\xe2\xb1\xa1\xe2\xb1\xa2\xe2\xb1\xa3\xe2\xb1\xa4\xe2\xb1\xa5\xe2\xb1\xa6\xe2\xb1\xa7\xe2\xb1\xa8\xe2\xb1\xa9\xe2\xb1\xaa\xe2\xb1\xab\xe2\xb1\xac\xe2\xb1\xad\xe2\xb1\xae\xe2\xb1\xaf\xe2\xb1\xb0\xe2\xb1\xb1\xe2\xb1\xb2\xe2\xb1\xb3\xe2\xb1\xb4\xe2\xb1\xb5\xe2\xb1\xb6\xe2\xb1\xb7\xe2\xb1\xb8\xe2\xb1\xb9\xe2\xb1\xba\xe2\xb1\xbb\xe2\xb1\xbc\xe2\xb1\xbd\xe2\xb1\xbe\xe2\xb1\xbf\xe3\x84\xb1\xe3\x84\xb2\xe3\x84\xb3\xe3\x84\xb4\xe3\x84\xb5\xe3\x84\xb6\xe3\x84\xb7\xe3\x84\xb8\xe3\x84\xb9\xe3\x84\xba\xe3\x84\xbb\xe3\x84\xbc\xe3\x84\xbd\xe3\x84\xbe\xe3\x84\xbf\xe3\x85\x81\xe3\x85\x82\xe3\x85\x83\xe3\x85\x85\xe3\x85\x86\xe3\x85\x87\xe3\x85\x88\xe3\x85\x89\xe3\x85\x8a\xe3\x85\x8b\xe3\x85\x8c\xe3\x85\x8d\xe3\x85\x8e\xe3\x85\x8f\xe3\x85\x90\xe3\x85\x91\xe3\x85\x92\xe3\x85\x93\xe3\x85\x94\xe3\x85\x95\xe3\x85\x96\xe3\x85\x97\xe3\x85\x98\xe3\x85\x99\xe3\x85\x9a\xe3\x85\x9b\xe3\x85\x9c\xe3\x85\x9d\xe3\x85\x9e\xe3\x85\x9f\xe3\x85\xa0\xe3\x85\xa1\xe3\x85\xa2\xe3\x85\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xea\x9c\xa2\xea\x9c\xa3\xea\x9c\xa4\xea\x9c\xa5\xea\x9c\xa6\xea\x9c\xa7\xea\x9c\xa8\xea\x9c\xa9\xea\x9c\xaa\xea\x9c\xab\xea\x9c\xac\xea\x9c\xad\xea\x9c\xae\xea\x9c\xaf\xea\x9c\xb0\xea\x9c\xb1\xea\x9c\xb2\xea\x9c\xb3\xea\x9c\xb4\xea\x9c\xb5\xea\x9c\xb6\xea\x9c\xb7\xea\x9c\xb8\xea\x9c\xb9\xea\x9c\xba\xea\x9c\xbb\xea\x9c\xbc\xea\x9c\xbd\xea\x9c\xbe\xea\x9c\xbf\xea\x9d\x80\xea\x9d\x81\xea\x9d\x82\xea\x9d\x83\xea\x9d\x84\xea\x9d\x85\xea\x9d\x86\xea\x9d\x87\xea\x9d\x88\xea\x9d\x89\xea\x9d\x8a\xea\x9d\x8b\xea\x9d\x8c\xea\x9d\x8d\xea\x9d\x8e\xea\x9d\x8f\xea\x9d\x90\xea\x9d\x91\xea\x9d\x92\xea\x9d\x93\xea\x9d\x94\xea\x9d\x95\xea\x9d\x96\xea\x9d\x97\xea\x9d\x98\xea\x9d\x99\xea\x9d\x9a\xea\x9d\x9b\xea\x9d\x9c\xea\x9d\x9d\xea\x9d\x9e\xea\x9d\x9f\xea\x9d\xa0\xea\x9d\xa1\xea\x9d\xa2\xea\x9d\xa3\xea\x9d\xa4\xea\x9d\xa5\xea\x9d\xa6\xea\x9d\xa7\xea\x9d\xa8\xea\x9d\xa9\xea\x9d\xaa\xea\x9d\xab\xea\x9d\xac\xea\x9d\xad\xea\x9d\xae\xea\x9d\xaf\xea\x9d\xb0\xea\x9d\xb1\xea\x9d\xb2\xea\x9d\xb3\xea\x9d\xb4\xea\x9d\xb5\xea\x9d\xb6\xea\x9d\xb7\xea\x9d\xb8\xea\x9d\xb9\xea\x9d\xba\xea\x9d\xbb\xea\x9d\xbc\xea\x9d\xbd\xea\x9d\xbe\xea\x9d\xbf\xea\x9e\x80\xea\x9e\x81\xea\x9e\x82\xea\x9e\x83\xea\x9e\x84\xea\x9e\x85\xea\x9e\x86\xea\x9e\x87\xea\x9e\x8b\xea\x9e\x8c\xea\x9f\xbb\xea\x9f\xbc\xea\x9f\xbd\xea\x9f\xbe\xea\x9f\xbf\xea\xb0\x80\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xed\x9e\xa3\xef\xac\x80\xef\xac\x81\xef\xac\x82\xef\xac\x83\xef\xac\x84\xef\xac\x85\xef\xac\x86\xef\xbc\x87\xef\xbc\xa1\xef\xbc\xa2\xef\xbc\xa3\xef\xbc\xa4\xef\xbc\xa5\xef\xbc\xa6\xef\xbc\xa7\xef\xbc\xa8\xef\xbc\xa9\xef\xbc\xaa\xef\xbc\xab\xef\xbc\xac\xef\xbc\xad\xef\xbc\xae\xef\xbc\xaf\xef\xbc\xb0\xef\xbc\xb1\xef\xbc\xb2\xef\xbc\xb3\xef\xbc\xb4\xef\xbc\xb5\xef\xbc\xb6\xef\xbc\xb7\xef\xbc\xb8\xef\xbc\xb9\xef\xbc\xba\xef\xbd\x81\xef\xbd\x82\xef\xbd\x83\xef\xbd\x84\xef\xbd\x85\xef\xbd\x86\xef\xbd\x87\xef\xbd\x88\xef\xbd\x89\xef\xbd\x8a\xef\xbd\x8b\xef\xbd\x8c\xef\xbd\x8d\xef\xbd\x8e\xef\xbd\x8f\xef\xbd\x90\xef\xbd\x91\xef\xbd\x92\xef\xbd\x93\xef\xbd\x94\xef\xbd\x95\xef\xbd\x96\xef\xbd\x97\xef\xbd\x98\xef\xbd\x99\xef\xbd\x9a\xef\xbe\xa1\xef\xbe\xa2\xef\xbe\xa3\xef\xbe\xa4\xef\xbe\xa5\xef\xbe\xa6\xef\xbe\xa7\xef\xbe\xa8\xef\xbe\xa9\xef\xbe\xaa\xef\xbe\xab\xef\xbe\xac\xef\xbe\xad\xef\xbe\xae\xef\xbe\xaf\xef\xbe\xb1\xef\xbe\xb2\xef\xbe\xb3\xef\xbe\xb5\xef\xbe\xb6\xef\xbe\xb7\xef\xbe\xb8\xef\xbe\xb9\xef\xbe\xba\xef\xbe\xbb\xef\xbe\xbc\xef\xbe\xbd\xef\xbe\xbe\xef\xbf\x82\xef\xbf\x83\xef\xbf\x84\xef\xbf\x85\xef\xbf\x86\xef\xbf\x87\xef\xbf\x8a\xef\xbf\x8b\xef\xbf\x8c\xef\xbf\x8d\xef\xbf\x8e\xef\xbf\x8f\xef\xbf\x92\xef\xbf\x93\xef\xbf\x94\xef\xbf\x95\xef\xbf\x96\xef\xbf\x97\xef\xbf\x9a]",37300,CONTEXT_TYPE_STRING,1,"\xe1\x85\xb5",3,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"o[\'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdfghijklmnopqrstuvwxz\xc2\xaa\xc2\xba\xc3\x80\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\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\xb8\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf\xc4\x80\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\xc5\x80\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\xc6\x80\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\xc7\x80\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\xc8\x80\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\xc9\x80\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\xca\x80\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\xcb\xa0\xcb\xa1\xcb\xa2\xcb\xa3\xcb\xa4\xe1\x84\x80\xe1\x84\x81\xe1\x84\x82\xe1\x84\x83\xe1\x84\x84\xe1\x84\x85\xe1\x84\x86\xe1\x84\x87\xe1\x84\x88\xe1\x84\x89\xe1\x84\x8a\xe1\x84\x8b\xe1\x84\x8c\xe1\x84\x8d\xe1\x84\x8e\xe1\x84\x8f\xe1\x84\x90\xe1\x84\x91\xe1\x84\x92\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5\xe1\x86\xa8\xe1\x86\xa9\xe1\x86\xaa\xe1\x86\xab\xe1\x86\xac\xe1\x86\xad\xe1\x86\xae\xe1\x86\xaf\xe1\x86\xb0\xe1\x86\xb1\xe1\x86\xb2\xe1\x86\xb3\xe1\x86\xb4\xe1\x86\xb5\xe1\x86\xb6\xe1\x86\xb7\xe1\x86\xb8\xe1\x86\xb9\xe1\x86\xba\xe1\x86\xbb\xe1\x86\xbc\xe1\x86\xbd\xe1\x86\xbe\xe1\x86\xbf\xe1\x87\x80\xe1\x87\x81\xe1\x87\x82\xe1\xb4\x80\xe1\xb4\x81\xe1\xb4\x82\xe1\xb4\x83\xe1\xb4\x84\xe1\xb4\x85\xe1\xb4\x86\xe1\xb4\x87\xe1\xb4\x88\xe1\xb4\x89\xe1\xb4\x8a\xe1\xb4\x8b\xe1\xb4\x8c\xe1\xb4\x8d\xe1\xb4\x8e\xe1\xb4\x8f\xe1\xb4\x90\xe1\xb4\x91\xe1\xb4\x92\xe1\xb4\x93\xe1\xb4\x94\xe1\xb4\x95\xe1\xb4\x96\xe1\xb4\x97\xe1\xb4\x98\xe1\xb4\x99\xe1\xb4\x9a\xe1\xb4\x9b\xe1\xb4\x9c\xe1\xb4\x9d\xe1\xb4\x9e\xe1\xb4\x9f\xe1\xb4\xa0\xe1\xb4\xa1\xe1\xb4\xa2\xe1\xb4\xa3\xe1\xb4\xa4\xe1\xb4\xa5\xe1\xb4\xac\xe1\xb4\xad\xe1\xb4\xae\xe1\xb4\xaf\xe1\xb4\xb0\xe1\xb4\xb1\xe1\xb4\xb2\xe1\xb4\xb3\xe1\xb4\xb4\xe1\xb4\xb5\xe1\xb4\xb6\xe1\xb4\xb7\xe1\xb4\xb8\xe1\xb4\xb9\xe1\xb4\xba\xe1\xb4\xbb\xe1\xb4\xbc\xe1\xb4\xbd\xe1\xb4\xbe\xe1\xb4\xbf\xe1\xb5\x80\xe1\xb5\x81\xe1\xb5\x82\xe1\xb5\x83\xe1\xb5\x84\xe1\xb5\x85\xe1\xb5\x86\xe1\xb5\x87\xe1\xb5\x88\xe1\xb5\x89\xe1\xb5\x8a\xe1\xb5\x8b\xe1\xb5\x8c\xe1\xb5\x8d\xe1\xb5\x8e\xe1\xb5\x8f\xe1\xb5\x90\xe1\xb5\x91\xe1\xb5\x92\xe1\xb5\x93\xe1\xb5\x94\xe1\xb5\x95\xe1\xb5\x96\xe1\xb5\x97\xe1\xb5\x98\xe1\xb5\x99\xe1\xb5\x9a\xe1\xb5\x9b\xe1\xb5\x9c\xe1\xb5\xa2\xe1\xb5\xa3\xe1\xb5\xa4\xe1\xb5\xa5\xe1\xb5\xab\xe1\xb5\xac\xe1\xb5\xad\xe1\xb5\xae\xe1\xb5\xaf\xe1\xb5\xb0\xe1\xb5\xb1\xe1\xb5\xb2\xe1\xb5\xb3\xe1\xb5\xb4\xe1\xb5\xb5\xe1\xb5\xb6\xe1\xb5\xb7\xe1\xb5\xb9\xe1\xb5\xba\xe1\xb5\xbb\xe1\xb5\xbc\xe1\xb5\xbd\xe1\xb5\xbe\xe1\xb5\xbf\xe1\xb6\x80\xe1\xb6\x81\xe1\xb6\x82\xe1\xb6\x83\xe1\xb6\x84\xe1\xb6\x85\xe1\xb6\x86\xe1\xb6\x87\xe1\xb6\x88\xe1\xb6\x89\xe1\xb6\x8a\xe1\xb6\x8b\xe1\xb6\x8c\xe1\xb6\x8d\xe1\xb6\x8e\xe1\xb6\x8f\xe1\xb6\x90\xe1\xb6\x91\xe1\xb6\x92\xe1\xb6\x93\xe1\xb6\x94\xe1\xb6\x95\xe1\xb6\x96\xe1\xb6\x97\xe1\xb6\x98\xe1\xb6\x99\xe1\xb6\x9a\xe1\xb6\x9b\xe1\xb6\x9c\xe1\xb6\x9d\xe1\xb6\x9e\xe1\xb6\x9f\xe1\xb6\xa0\xe1\xb6\xa1\xe1\xb6\xa2\xe1\xb6\xa3\xe1\xb6\xa4\xe1\xb6\xa5\xe1\xb6\xa6\xe1\xb6\xa7\xe1\xb6\xa8\xe1\xb6\xa9\xe1\xb6\xaa\xe1\xb6\xab\xe1\xb6\xac\xe1\xb6\xad\xe1\xb6\xae\xe1\xb6\xaf\xe1\xb6\xb0\xe1\xb6\xb1\xe1\xb6\xb2\xe1\xb6\xb3\xe1\xb6\xb4\xe1\xb6\xb5\xe1\xb6\xb6\xe1\xb6\xb7\xe1\xb6\xb8\xe1\xb6\xb9\xe1\xb6\xba\xe1\xb6\xbb\xe1\xb6\xbc\xe1\xb6\xbd\xe1\xb6\xbe\xe1\xb8\x80\xe1\xb8\x81\xe1\xb8\x82\xe1\xb8\x83\xe1\xb8\x84\xe1\xb8\x85\xe1\xb8\x86\xe1\xb8\x87\xe1\xb8\x88\xe1\xb8\x89\xe1\xb8\x8a\xe1\xb8\x8b\xe1\xb8\x8c\xe1\xb8\x8d\xe1\xb8\x8e\xe1\xb8\x8f\xe1\xb8\x90\xe1\xb8\x91\xe1\xb8\x92\xe1\xb8\x93\xe1\xb8\x94\xe1\xb8\x95\xe1\xb8\x96\xe1\xb8\x97\xe1\xb8\x98\xe1\xb8\x99\xe1\xb8\x9a\xe1\xb8\x9b\xe1\xb8\x9c\xe1\xb8\x9d\xe1\xb8\x9e\xe1\xb8\x9f\xe1\xb8\xa0\xe1\xb8\xa1\xe1\xb8\xa2\xe1\xb8\xa3\xe1\xb8\xa4\xe1\xb8\xa5\xe1\xb8\xa6\xe1\xb8\xa7\xe1\xb8\xa8\xe1\xb8\xa9\xe1\xb8\xaa\xe1\xb8\xab\xe1\xb8\xac\xe1\xb8\xad\xe1\xb8\xae\xe1\xb8\xaf\xe1\xb8\xb0\xe1\xb8\xb1\xe1\xb8\xb2\xe1\xb8\xb3\xe1\xb8\xb4\xe1\xb8\xb5\xe1\xb8\xb6\xe1\xb8\xb7\xe1\xb8\xb8\xe1\xb8\xb9\xe1\xb8\xba\xe1\xb8\xbb\xe1\xb8\xbc\xe1\xb8\xbd\xe1\xb8\xbe\xe1\xb8\xbf\xe1\xb9\x80\xe1\xb9\x81\xe1\xb9\x82\xe1\xb9\x83\xe1\xb9\x84\xe1\xb9\x85\xe1\xb9\x86\xe1\xb9\x87\xe1\xb9\x88\xe1\xb9\x89\xe1\xb9\x8a\xe1\xb9\x8b\xe1\xb9\x8c\xe1\xb9\x8d\xe1\xb9\x8e\xe1\xb9\x8f\xe1\xb9\x90\xe1\xb9\x91\xe1\xb9\x92\xe1\xb9\x93\xe1\xb9\x94\xe1\xb9\x95\xe1\xb9\x96\xe1\xb9\x97\xe1\xb9\x98\xe1\xb9\x99\xe1\xb9\x9a\xe1\xb9\x9b\xe1\xb9\x9c\xe1\xb9\x9d\xe1\xb9\x9e\xe1\xb9\x9f\xe1\xb9\xa0\xe1\xb9\xa1\xe1\xb9\xa2\xe1\xb9\xa3\xe1\xb9\xa4\xe1\xb9\xa5\xe1\xb9\xa6\xe1\xb9\xa7\xe1\xb9\xa8\xe1\xb9\xa9\xe1\xb9\xaa\xe1\xb9\xab\xe1\xb9\xac\xe1\xb9\xad\xe1\xb9\xae\xe1\xb9\xaf\xe1\xb9\xb0\xe1\xb9\xb1\xe1\xb9\xb2\xe1\xb9\xb3\xe1\xb9\xb4\xe1\xb9\xb5\xe1\xb9\xb6\xe1\xb9\xb7\xe1\xb9\xb8\xe1\xb9\xb9\xe1\xb9\xba\xe1\xb9\xbb\xe1\xb9\xbc\xe1\xb9\xbd\xe1\xb9\xbe\xe1\xb9\xbf\xe1\xba\x80\xe1\xba\x81\xe1\xba\x82\xe1\xba\x83\xe1\xba\x84\xe1\xba\x85\xe1\xba\x86\xe1\xba\x87\xe1\xba\x88\xe1\xba\x89\xe1\xba\x8a\xe1\xba\x8b\xe1\xba\x8c\xe1\xba\x8d\xe1\xba\x8e\xe1\xba\x8f\xe1\xba\x90\xe1\xba\x91\xe1\xba\x92\xe1\xba\x93\xe1\xba\x94\xe1\xba\x95\xe1\xba\x96\xe1\xba\x97\xe1\xba\x98\xe1\xba\x99\xe1\xba\x9a\xe1\xba\x9b\xe1\xba\x9c\xe1\xba\x9d\xe1\xba\x9e\xe1\xba\x9f\xe1\xba\xa0\xe1\xba\xa1\xe1\xba\xa2\xe1\xba\xa3\xe1\xba\xa4\xe1\xba\xa5\xe1\xba\xa6\xe1\xba\xa7\xe1\xba\xa8\xe1\xba\xa9\xe1\xba\xaa\xe1\xba\xab\xe1\xba\xac\xe1\xba\xad\xe1\xba\xae\xe1\xba\xaf\xe1\xba\xb0\xe1\xba\xb1\xe1\xba\xb2\xe1\xba\xb3\xe1\xba\xb4\xe1\xba\xb5\xe1\xba\xb6\xe1\xba\xb7\xe1\xba\xb8\xe1\xba\xb9\xe1\xba\xba\xe1\xba\xbb\xe1\xba\xbc\xe1\xba\xbd\xe1\xba\xbe\xe1\xba\xbf\xe1\xbb\x80\xe1\xbb\x81\xe1\xbb\x82\xe1\xbb\x83\xe1\xbb\x84\xe1\xbb\x85\xe1\xbb\x86\xe1\xbb\x87\xe1\xbb\x88\xe1\xbb\x89\xe1\xbb\x8a\xe1\xbb\x8b\xe1\xbb\x8c\xe1\xbb\x8d\xe1\xbb\x8e\xe1\xbb\x8f\xe1\xbb\x90\xe1\xbb\x91\xe1\xbb\x92\xe1\xbb\x93\xe1\xbb\x94\xe1\xbb\x95\xe1\xbb\x96\xe1\xbb\x97\xe1\xbb\x98\xe1\xbb\x99\xe1\xbb\x9a\xe1\xbb\x9b\xe1\xbb\x9c\xe1\xbb\x9d\xe1\xbb\x9e\xe1\xbb\x9f\xe1\xbb\xa0\xe1\xbb\xa1\xe1\xbb\xa2\xe1\xbb\xa3\xe1\xbb\xa4\xe1\xbb\xa5\xe1\xbb\xa6\xe1\xbb\xa7\xe1\xbb\xa8\xe1\xbb\xa9\xe1\xbb\xaa\xe1\xbb\xab\xe1\xbb\xac\xe1\xbb\xad\xe1\xbb\xae\xe1\xbb\xaf\xe1\xbb\xb0\xe1\xbb\xb1\xe1\xbb\xb2\xe1\xbb\xb3\xe1\xbb\xb4\xe1\xbb\xb5\xe1\xbb\xb6\xe1\xbb\xb7\xe1\xbb\xb8\xe1\xbb\xb9\xe1\xbb\xba\xe1\xbb\xbb\xe1\xbb\xbc\xe1\xbb\xbd\xe1\xbb\xbe\xe1\xbb\xbf\xe2\x81\xb1\xe2\x81\xbf\xe2\x82\x90\xe2\x82\x91\xe2\x82\x92\xe2\x82\x93\xe2\x82\x94\xe2\x84\xaa\xe2\x84\xab\xe2\x84\xb2\xe2\x85\x8e\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x83\xe2\x86\x84\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\xb1\xa0\xe2\xb1\xa1\xe2\xb1\xa2\xe2\xb1\xa3\xe2\xb1\xa4\xe2\xb1\xa5\xe2\xb1\xa6\xe2\xb1\xa7\xe2\xb1\xa8\xe2\xb1\xa9\xe2\xb1\xaa\xe2\xb1\xab\xe2\xb1\xac\xe2\xb1\xad\xe2\xb1\xae\xe2\xb1\xaf\xe2\xb1\xb0\xe2\xb1\xb1\xe2\xb1\xb2\xe2\xb1\xb3\xe2\xb1\xb4\xe2\xb1\xb5\xe2\xb1\xb6\xe2\xb1\xb7\xe2\xb1\xb8\xe2\xb1\xb9\xe2\xb1\xba\xe2\xb1\xbb\xe2\xb1\xbc\xe2\xb1\xbd\xe2\xb1\xbe\xe2\xb1\xbf\xe3\x84\xb1\xe3\x84\xb2\xe3\x84\xb3\xe3\x84\xb4\xe3\x84\xb5\xe3\x84\xb6\xe3\x84\xb7\xe3\x84\xb8\xe3\x84\xb9\xe3\x84\xba\xe3\x84\xbb\xe3\x84\xbc\xe3\x84\xbd\xe3\x84\xbe\xe3\x84\xbf\xe3\x85\x81\xe3\x85\x82\xe3\x85\x83\xe3\x85\x85\xe3\x85\x86\xe3\x85\x87\xe3\x85\x88\xe3\x85\x89\xe3\x85\x8a\xe3\x85\x8b\xe3\x85\x8c\xe3\x85\x8d\xe3\x85\x8e\xe3\x85\x8f\xe3\x85\x90\xe3\x85\x91\xe3\x85\x92\xe3\x85\x93\xe3\x85\x94\xe3\x85\x95\xe3\x85\x96\xe3\x85\x97\xe3\x85\x98\xe3\x85\x99\xe3\x85\x9a\xe3\x85\x9b\xe3\x85\x9c\xe3\x85\x9d\xe3\x85\x9e\xe3\x85\x9f\xe3\x85\xa0\xe3\x85\xa1\xe3\x85\xa2\xe3\x85\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xea\x9c\xa2\xea\x9c\xa3\xea\x9c\xa4\xea\x9c\xa5\xea\x9c\xa6\xea\x9c\xa7\xea\x9c\xa8\xea\x9c\xa9\xea\x9c\xaa\xea\x9c\xab\xea\x9c\xac\xea\x9c\xad\xea\x9c\xae\xea\x9c\xaf\xea\x9c\xb0\xea\x9c\xb1\xea\x9c\xb2\xea\x9c\xb3\xea\x9c\xb4\xea\x9c\xb5\xea\x9c\xb6\xea\x9c\xb7\xea\x9c\xb8\xea\x9c\xb9\xea\x9c\xba\xea\x9c\xbb\xea\x9c\xbc\xea\x9c\xbd\xea\x9c\xbe\xea\x9c\xbf\xea\x9d\x80\xea\x9d\x81\xea\x9d\x82\xea\x9d\x83\xea\x9d\x84\xea\x9d\x85\xea\x9d\x86\xea\x9d\x87\xea\x9d\x88\xea\x9d\x89\xea\x9d\x8a\xea\x9d\x8b\xea\x9d\x8c\xea\x9d\x8d\xea\x9d\x8e\xea\x9d\x8f\xea\x9d\x90\xea\x9d\x91\xea\x9d\x92\xea\x9d\x93\xea\x9d\x94\xea\x9d\x95\xea\x9d\x96\xea\x9d\x97\xea\x9d\x98\xea\x9d\x99\xea\x9d\x9a\xea\x9d\x9b\xea\x9d\x9c\xea\x9d\x9d\xea\x9d\x9e\xea\x9d\x9f\xea\x9d\xa0\xea\x9d\xa1\xea\x9d\xa2\xea\x9d\xa3\xea\x9d\xa4\xea\x9d\xa5\xea\x9d\xa6\xea\x9d\xa7\xea\x9d\xa8\xea\x9d\xa9\xea\x9d\xaa\xea\x9d\xab\xea\x9d\xac\xea\x9d\xad\xea\x9d\xae\xea\x9d\xaf\xea\x9d\xb0\xea\x9d\xb1\xea\x9d\xb2\xea\x9d\xb3\xea\x9d\xb4\xea\x9d\xb5\xea\x9d\xb6\xea\x9d\xb7\xea\x9d\xb8\xea\x9d\xb9\xea\x9d\xba\xea\x9d\xbb\xea\x9d\xbc\xea\x9d\xbd\xea\x9d\xbe\xea\x9d\xbf\xea\x9e\x80\xea\x9e\x81\xea\x9e\x82\xea\x9e\x83\xea\x9e\x84\xea\x9e\x85\xea\x9e\x86\xea\x9e\x87\xea\x9e\x8b\xea\x9e\x8c\xea\x9f\xbb\xea\x9f\xbc\xea\x9f\xbd\xea\x9f\xbe\xea\x9f\xbf\xea\xb0\x80\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xed\x9e\xa3\xef\xac\x80\xef\xac\x81\xef\xac\x82\xef\xac\x83\xef\xac\x84\xef\xac\x85\xef\xac\x86\xef\xbc\x87\xef\xbc\xa1\xef\xbc\xa2\xef\xbc\xa3\xef\xbc\xa4\xef\xbc\xa5\xef\xbc\xa6\xef\xbc\xa7\xef\xbc\xa8\xef\xbc\xa9\xef\xbc\xaa\xef\xbc\xab\xef\xbc\xac\xef\xbc\xad\xef\xbc\xae\xef\xbc\xaf\xef\xbc\xb0\xef\xbc\xb1\xef\xbc\xb2\xef\xbc\xb3\xef\xbc\xb4\xef\xbc\xb5\xef\xbc\xb6\xef\xbc\xb7\xef\xbc\xb8\xef\xbc\xb9\xef\xbc\xba\xef\xbd\x81\xef\xbd\x82\xef\xbd\x83\xef\xbd\x84\xef\xbd\x85\xef\xbd\x86\xef\xbd\x87\xef\xbd\x88\xef\xbd\x89\xef\xbd\x8a\xef\xbd\x8b\xef\xbd\x8c\xef\xbd\x8d\xef\xbd\x8e\xef\xbd\x8f\xef\xbd\x90\xef\xbd\x91\xef\xbd\x92\xef\xbd\x93\xef\xbd\x94\xef\xbd\x95\xef\xbd\x96\xef\xbd\x97\xef\xbd\x98\xef\xbd\x99\xef\xbd\x9a\xef\xbe\xa1\xef\xbe\xa2\xef\xbe\xa3\xef\xbe\xa4\xef\xbe\xa5\xef\xbe\xa6\xef\xbe\xa7\xef\xbe\xa8\xef\xbe\xa9\xef\xbe\xaa\xef\xbe\xab\xef\xbe\xac\xef\xbe\xad\xef\xbe\xae\xef\xbe\xaf\xef\xbe\xb1\xef\xbe\xb2\xef\xbe\xb3\xef\xbe\xb5\xef\xbe\xb6\xef\xbe\xb7\xef\xbe\xb8\xef\xbe\xb9\xef\xbe\xba\xef\xbe\xbb\xef\xbe\xbc\xef\xbe\xbd\xef\xbe\xbe\xef\xbf\x82\xef\xbf\x83\xef\xbf\x84\xef\xbf\x85\xef\xbf\x86\xef\xbf\x87\xef\xbf\x8a\xef\xbf\x8b\xef\xbf\x8c\xef\xbf\x8d\xef\xbf\x8e\xef\xbf\x8f\xef\xbf\x92\xef\xbf\x93\xef\xbf\x94\xef\xbf\x95\xef\xbf\x96\xef\xbf\x97\xef\xbf\x9a]",37299,CONTEXT_TYPE_REGEX,1,"[\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xb3]",11,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"e[\'ABCDEFGHIJKLMNOPQRSTUVWXYZbcdefghijklmnpqrstuvxz\xc2\xaa\xc2\xba\xc3\x80\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\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\xb8\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf\xc4\x80\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\xc5\x80\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\xc6\x80\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\xc7\x80\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\xc8\x80\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\xc9\x80\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\xca\x80\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\xcb\xa0\xcb\xa1\xcb\xa2\xcb\xa3\xcb\xa4\xe1\x84\x80\xe1\x84\x81\xe1\x84\x82\xe1\x84\x83\xe1\x84\x84\xe1\x84\x85\xe1\x84\x86\xe1\x84\x87\xe1\x84\x88\xe1\x84\x89\xe1\x84\x8a\xe1\x84\x8b\xe1\x84\x8c\xe1\x84\x8d\xe1\x84\x8e\xe1\x84\x8f\xe1\x84\x90\xe1\x84\x91\xe1\x84\x92\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5\xe1\x86\xa8\xe1\x86\xa9\xe1\x86\xaa\xe1\x86\xab\xe1\x86\xac\xe1\x86\xad\xe1\x86\xae\xe1\x86\xaf\xe1\x86\xb0\xe1\x86\xb1\xe1\x86\xb2\xe1\x86\xb3\xe1\x86\xb4\xe1\x86\xb5\xe1\x86\xb6\xe1\x86\xb7\xe1\x86\xb8\xe1\x86\xb9\xe1\x86\xba\xe1\x86\xbb\xe1\x86\xbc\xe1\x86\xbd\xe1\x86\xbe\xe1\x86\xbf\xe1\x87\x80\xe1\x87\x81\xe1\x87\x82\xe1\xb4\x80\xe1\xb4\x81\xe1\xb4\x82\xe1\xb4\x83\xe1\xb4\x84\xe1\xb4\x85\xe1\xb4\x86\xe1\xb4\x87\xe1\xb4\x88\xe1\xb4\x89\xe1\xb4\x8a\xe1\xb4\x8b\xe1\xb4\x8c\xe1\xb4\x8d\xe1\xb4\x8e\xe1\xb4\x8f\xe1\xb4\x90\xe1\xb4\x91\xe1\xb4\x92\xe1\xb4\x93\xe1\xb4\x94\xe1\xb4\x95\xe1\xb4\x96\xe1\xb4\x97\xe1\xb4\x98\xe1\xb4\x99\xe1\xb4\x9a\xe1\xb4\x9b\xe1\xb4\x9c\xe1\xb4\x9d\xe1\xb4\x9e\xe1\xb4\x9f\xe1\xb4\xa0\xe1\xb4\xa1\xe1\xb4\xa2\xe1\xb4\xa3\xe1\xb4\xa4\xe1\xb4\xa5\xe1\xb4\xac\xe1\xb4\xad\xe1\xb4\xae\xe1\xb4\xaf\xe1\xb4\xb0\xe1\xb4\xb1\xe1\xb4\xb2\xe1\xb4\xb3\xe1\xb4\xb4\xe1\xb4\xb5\xe1\xb4\xb6\xe1\xb4\xb7\xe1\xb4\xb8\xe1\xb4\xb9\xe1\xb4\xba\xe1\xb4\xbb\xe1\xb4\xbc\xe1\xb4\xbd\xe1\xb4\xbe\xe1\xb4\xbf\xe1\xb5\x80\xe1\xb5\x81\xe1\xb5\x82\xe1\xb5\x83\xe1\xb5\x84\xe1\xb5\x85\xe1\xb5\x86\xe1\xb5\x87\xe1\xb5\x88\xe1\xb5\x89\xe1\xb5\x8a\xe1\xb5\x8b\xe1\xb5\x8c\xe1\xb5\x8d\xe1\xb5\x8e\xe1\xb5\x8f\xe1\xb5\x90\xe1\xb5\x91\xe1\xb5\x92\xe1\xb5\x93\xe1\xb5\x94\xe1\xb5\x95\xe1\xb5\x96\xe1\xb5\x97\xe1\xb5\x98\xe1\xb5\x99\xe1\xb5\x9a\xe1\xb5\x9b\xe1\xb5\x9c\xe1\xb5\xa2\xe1\xb5\xa3\xe1\xb5\xa4\xe1\xb5\xa5\xe1\xb5\xab\xe1\xb5\xac\xe1\xb5\xad\xe1\xb5\xae\xe1\xb5\xaf\xe1\xb5\xb0\xe1\xb5\xb1\xe1\xb5\xb2\xe1\xb5\xb3\xe1\xb5\xb4\xe1\xb5\xb5\xe1\xb5\xb6\xe1\xb5\xb7\xe1\xb5\xb9\xe1\xb5\xba\xe1\xb5\xbb\xe1\xb5\xbc\xe1\xb5\xbd\xe1\xb5\xbe\xe1\xb5\xbf\xe1\xb6\x80\xe1\xb6\x81\xe1\xb6\x82\xe1\xb6\x83\xe1\xb6\x84\xe1\xb6\x85\xe1\xb6\x86\xe1\xb6\x87\xe1\xb6\x88\xe1\xb6\x89\xe1\xb6\x8a\xe1\xb6\x8b\xe1\xb6\x8c\xe1\xb6\x8d\xe1\xb6\x8e\xe1\xb6\x8f\xe1\xb6\x90\xe1\xb6\x91\xe1\xb6\x92\xe1\xb6\x93\xe1\xb6\x94\xe1\xb6\x95\xe1\xb6\x96\xe1\xb6\x97\xe1\xb6\x98\xe1\xb6\x99\xe1\xb6\x9a\xe1\xb6\x9b\xe1\xb6\x9c\xe1\xb6\x9d\xe1\xb6\x9e\xe1\xb6\x9f\xe1\xb6\xa0\xe1\xb6\xa1\xe1\xb6\xa2\xe1\xb6\xa3\xe1\xb6\xa4\xe1\xb6\xa5\xe1\xb6\xa6\xe1\xb6\xa7\xe1\xb6\xa8\xe1\xb6\xa9\xe1\xb6\xaa\xe1\xb6\xab\xe1\xb6\xac\xe1\xb6\xad\xe1\xb6\xae\xe1\xb6\xaf\xe1\xb6\xb0\xe1\xb6\xb1\xe1\xb6\xb2\xe1\xb6\xb3\xe1\xb6\xb4\xe1\xb6\xb5\xe1\xb6\xb6\xe1\xb6\xb7\xe1\xb6\xb8\xe1\xb6\xb9\xe1\xb6\xba\xe1\xb6\xbb\xe1\xb6\xbc\xe1\xb6\xbd\xe1\xb6\xbe\xe1\xb8\x80\xe1\xb8\x81\xe1\xb8\x82\xe1\xb8\x83\xe1\xb8\x84\xe1\xb8\x85\xe1\xb8\x86\xe1\xb8\x87\xe1\xb8\x88\xe1\xb8\x89\xe1\xb8\x8a\xe1\xb8\x8b\xe1\xb8\x8c\xe1\xb8\x8d\xe1\xb8\x8e\xe1\xb8\x8f\xe1\xb8\x90\xe1\xb8\x91\xe1\xb8\x92\xe1\xb8\x93\xe1\xb8\x94\xe1\xb8\x95\xe1\xb8\x96\xe1\xb8\x97\xe1\xb8\x98\xe1\xb8\x99\xe1\xb8\x9a\xe1\xb8\x9b\xe1\xb8\x9c\xe1\xb8\x9d\xe1\xb8\x9e\xe1\xb8\x9f\xe1\xb8\xa0\xe1\xb8\xa1\xe1\xb8\xa2\xe1\xb8\xa3\xe1\xb8\xa4\xe1\xb8\xa5\xe1\xb8\xa6\xe1\xb8\xa7\xe1\xb8\xa8\xe1\xb8\xa9\xe1\xb8\xaa\xe1\xb8\xab\xe1\xb8\xac\xe1\xb8\xad\xe1\xb8\xae\xe1\xb8\xaf\xe1\xb8\xb0\xe1\xb8\xb1\xe1\xb8\xb2\xe1\xb8\xb3\xe1\xb8\xb4\xe1\xb8\xb5\xe1\xb8\xb6\xe1\xb8\xb7\xe1\xb8\xb8\xe1\xb8\xb9\xe1\xb8\xba\xe1\xb8\xbb\xe1\xb8\xbc\xe1\xb8\xbd\xe1\xb8\xbe\xe1\xb8\xbf\xe1\xb9\x80\xe1\xb9\x81\xe1\xb9\x82\xe1\xb9\x83\xe1\xb9\x84\xe1\xb9\x85\xe1\xb9\x86\xe1\xb9\x87\xe1\xb9\x88\xe1\xb9\x89\xe1\xb9\x8a\xe1\xb9\x8b\xe1\xb9\x8c\xe1\xb9\x8d\xe1\xb9\x8e\xe1\xb9\x8f\xe1\xb9\x90\xe1\xb9\x91\xe1\xb9\x92\xe1\xb9\x93\xe1\xb9\x94\xe1\xb9\x95\xe1\xb9\x96\xe1\xb9\x97\xe1\xb9\x98\xe1\xb9\x99\xe1\xb9\x9a\xe1\xb9\x9b\xe1\xb9\x9c\xe1\xb9\x9d\xe1\xb9\x9e\xe1\xb9\x9f\xe1\xb9\xa0\xe1\xb9\xa1\xe1\xb9\xa2\xe1\xb9\xa3\xe1\xb9\xa4\xe1\xb9\xa5\xe1\xb9\xa6\xe1\xb9\xa7\xe1\xb9\xa8\xe1\xb9\xa9\xe1\xb9\xaa\xe1\xb9\xab\xe1\xb9\xac\xe1\xb9\xad\xe1\xb9\xae\xe1\xb9\xaf\xe1\xb9\xb0\xe1\xb9\xb1\xe1\xb9\xb2\xe1\xb9\xb3\xe1\xb9\xb4\xe1\xb9\xb5\xe1\xb9\xb6\xe1\xb9\xb7\xe1\xb9\xb8\xe1\xb9\xb9\xe1\xb9\xba\xe1\xb9\xbb\xe1\xb9\xbc\xe1\xb9\xbd\xe1\xb9\xbe\xe1\xb9\xbf\xe1\xba\x80\xe1\xba\x81\xe1\xba\x82\xe1\xba\x83\xe1\xba\x84\xe1\xba\x85\xe1\xba\x86\xe1\xba\x87\xe1\xba\x88\xe1\xba\x89\xe1\xba\x8a\xe1\xba\x8b\xe1\xba\x8c\xe1\xba\x8d\xe1\xba\x8e\xe1\xba\x8f\xe1\xba\x90\xe1\xba\x91\xe1\xba\x92\xe1\xba\x93\xe1\xba\x94\xe1\xba\x95\xe1\xba\x96\xe1\xba\x97\xe1\xba\x98\xe1\xba\x99\xe1\xba\x9a\xe1\xba\x9b\xe1\xba\x9c\xe1\xba\x9d\xe1\xba\x9e\xe1\xba\x9f\xe1\xba\xa0\xe1\xba\xa1\xe1\xba\xa2\xe1\xba\xa3\xe1\xba\xa4\xe1\xba\xa5\xe1\xba\xa6\xe1\xba\xa7\xe1\xba\xa8\xe1\xba\xa9\xe1\xba\xaa\xe1\xba\xab\xe1\xba\xac\xe1\xba\xad\xe1\xba\xae\xe1\xba\xaf\xe1\xba\xb0\xe1\xba\xb1\xe1\xba\xb2\xe1\xba\xb3\xe1\xba\xb4\xe1\xba\xb5\xe1\xba\xb6\xe1\xba\xb7\xe1\xba\xb8\xe1\xba\xb9\xe1\xba\xba\xe1\xba\xbb\xe1\xba\xbc\xe1\xba\xbd\xe1\xba\xbe\xe1\xba\xbf\xe1\xbb\x80\xe1\xbb\x81\xe1\xbb\x82\xe1\xbb\x83\xe1\xbb\x84\xe1\xbb\x85\xe1\xbb\x86\xe1\xbb\x87\xe1\xbb\x88\xe1\xbb\x89\xe1\xbb\x8a\xe1\xbb\x8b\xe1\xbb\x8c\xe1\xbb\x8d\xe1\xbb\x8e\xe1\xbb\x8f\xe1\xbb\x90\xe1\xbb\x91\xe1\xbb\x92\xe1\xbb\x93\xe1\xbb\x94\xe1\xbb\x95\xe1\xbb\x96\xe1\xbb\x97\xe1\xbb\x98\xe1\xbb\x99\xe1\xbb\x9a\xe1\xbb\x9b\xe1\xbb\x9c\xe1\xbb\x9d\xe1\xbb\x9e\xe1\xbb\x9f\xe1\xbb\xa0\xe1\xbb\xa1\xe1\xbb\xa2\xe1\xbb\xa3\xe1\xbb\xa4\xe1\xbb\xa5\xe1\xbb\xa6\xe1\xbb\xa7\xe1\xbb\xa8\xe1\xbb\xa9\xe1\xbb\xaa\xe1\xbb\xab\xe1\xbb\xac\xe1\xbb\xad\xe1\xbb\xae\xe1\xbb\xaf\xe1\xbb\xb0\xe1\xbb\xb1\xe1\xbb\xb2\xe1\xbb\xb3\xe1\xbb\xb4\xe1\xbb\xb5\xe1\xbb\xb6\xe1\xbb\xb7\xe1\xbb\xb8\xe1\xbb\xb9\xe1\xbb\xba\xe1\xbb\xbb\xe1\xbb\xbc\xe1\xbb\xbd\xe1\xbb\xbe\xe1\xbb\xbf\xe2\x81\xb1\xe2\x81\xbf\xe2\x82\x90\xe2\x82\x91\xe2\x82\x92\xe2\x82\x93\xe2\x82\x94\xe2\x84\xaa\xe2\x84\xab\xe2\x84\xb2\xe2\x85\x8e\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x83\xe2\x86\x84\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\xb1\xa0\xe2\xb1\xa1\xe2\xb1\xa2\xe2\xb1\xa3\xe2\xb1\xa4\xe2\xb1\xa5\xe2\xb1\xa6\xe2\xb1\xa7\xe2\xb1\xa8\xe2\xb1\xa9\xe2\xb1\xaa\xe2\xb1\xab\xe2\xb1\xac\xe2\xb1\xad\xe2\xb1\xae\xe2\xb1\xaf\xe2\xb1\xb0\xe2\xb1\xb1\xe2\xb1\xb2\xe2\xb1\xb3\xe2\xb1\xb4\xe2\xb1\xb5\xe2\xb1\xb6\xe2\xb1\xb7\xe2\xb1\xb8\xe2\xb1\xb9\xe2\xb1\xba\xe2\xb1\xbb\xe2\xb1\xbc\xe2\xb1\xbd\xe2\xb1\xbe\xe2\xb1\xbf\xe3\x84\xb1\xe3\x84\xb2\xe3\x84\xb3\xe3\x84\xb4\xe3\x84\xb5\xe3\x84\xb6\xe3\x84\xb7\xe3\x84\xb8\xe3\x84\xb9\xe3\x84\xba\xe3\x84\xbb\xe3\x84\xbc\xe3\x84\xbd\xe3\x84\xbe\xe3\x84\xbf\xe3\x85\x81\xe3\x85\x82\xe3\x85\x83\xe3\x85\x85\xe3\x85\x86\xe3\x85\x87\xe3\x85\x88\xe3\x85\x89\xe3\x85\x8a\xe3\x85\x8b\xe3\x85\x8c\xe3\x85\x8d\xe3\x85\x8e\xe3\x85\x8f\xe3\x85\x90\xe3\x85\x91\xe3\x85\x92\xe3\x85\x93\xe3\x85\x94\xe3\x85\x95\xe3\x85\x96\xe3\x85\x97\xe3\x85\x98\xe3\x85\x99\xe3\x85\x9a\xe3\x85\x9b\xe3\x85\x9c\xe3\x85\x9d\xe3\x85\x9e\xe3\x85\x9f\xe3\x85\xa0\xe3\x85\xa1\xe3\x85\xa2\xe3\x85\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xea\x9c\xa2\xea\x9c\xa3\xea\x9c\xa4\xea\x9c\xa5\xea\x9c\xa6\xea\x9c\xa7\xea\x9c\xa8\xea\x9c\xa9\xea\x9c\xaa\xea\x9c\xab\xea\x9c\xac\xea\x9c\xad\xea\x9c\xae\xea\x9c\xaf\xea\x9c\xb0\xea\x9c\xb1\xea\x9c\xb2\xea\x9c\xb3\xea\x9c\xb4\xea\x9c\xb5\xea\x9c\xb6\xea\x9c\xb7\xea\x9c\xb8\xea\x9c\xb9\xea\x9c\xba\xea\x9c\xbb\xea\x9c\xbc\xea\x9c\xbd\xea\x9c\xbe\xea\x9c\xbf\xea\x9d\x80\xea\x9d\x81\xea\x9d\x82\xea\x9d\x83\xea\x9d\x84\xea\x9d\x85\xea\x9d\x86\xea\x9d\x87\xea\x9d\x88\xea\x9d\x89\xea\x9d\x8a\xea\x9d\x8b\xea\x9d\x8c\xea\x9d\x8d\xea\x9d\x8e\xea\x9d\x8f\xea\x9d\x90\xea\x9d\x91\xea\x9d\x92\xea\x9d\x93\xea\x9d\x94\xea\x9d\x95\xea\x9d\x96\xea\x9d\x97\xea\x9d\x98\xea\x9d\x99\xea\x9d\x9a\xea\x9d\x9b\xea\x9d\x9c\xea\x9d\x9d\xea\x9d\x9e\xea\x9d\x9f\xea\x9d\xa0\xea\x9d\xa1\xea\x9d\xa2\xea\x9d\xa3\xea\x9d\xa4\xea\x9d\xa5\xea\x9d\xa6\xea\x9d\xa7\xea\x9d\xa8\xea\x9d\xa9\xea\x9d\xaa\xea\x9d\xab\xea\x9d\xac\xea\x9d\xad\xea\x9d\xae\xea\x9d\xaf\xea\x9d\xb0\xea\x9d\xb1\xea\x9d\xb2\xea\x9d\xb3\xea\x9d\xb4\xea\x9d\xb5\xea\x9d\xb6\xea\x9d\xb7\xea\x9d\xb8\xea\x9d\xb9\xea\x9d\xba\xea\x9d\xbb\xea\x9d\xbc\xea\x9d\xbd\xea\x9d\xbe\xea\x9d\xbf\xea\x9e\x80\xea\x9e\x81\xea\x9e\x82\xea\x9e\x83\xea\x9e\x84\xea\x9e\x85\xea\x9e\x86\xea\x9e\x87\xea\x9e\x8b\xea\x9e\x8c\xea\x9f\xbb\xea\x9f\xbc\xea\x9f\xbd\xea\x9f\xbe\xea\x9f\xbf\xea\xb0\x80\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xed\x9e\xa3\xef\xac\x80\xef\xac\x81\xef\xac\x82\xef\xac\x83\xef\xac\x84\xef\xac\x85\xef\xac\x86\xef\xbc\x87\xef\xbc\xa1\xef\xbc\xa2\xef\xbc\xa3\xef\xbc\xa4\xef\xbc\xa5\xef\xbc\xa6\xef\xbc\xa7\xef\xbc\xa8\xef\xbc\xa9\xef\xbc\xaa\xef\xbc\xab\xef\xbc\xac\xef\xbc\xad\xef\xbc\xae\xef\xbc\xaf\xef\xbc\xb0\xef\xbc\xb1\xef\xbc\xb2\xef\xbc\xb3\xef\xbc\xb4\xef\xbc\xb5\xef\xbc\xb6\xef\xbc\xb7\xef\xbc\xb8\xef\xbc\xb9\xef\xbc\xba\xef\xbd\x81\xef\xbd\x82\xef\xbd\x83\xef\xbd\x84\xef\xbd\x85\xef\xbd\x86\xef\xbd\x87\xef\xbd\x88\xef\xbd\x89\xef\xbd\x8a\xef\xbd\x8b\xef\xbd\x8c\xef\xbd\x8d\xef\xbd\x8e\xef\xbd\x8f\xef\xbd\x90\xef\xbd\x91\xef\xbd\x92\xef\xbd\x93\xef\xbd\x94\xef\xbd\x95\xef\xbd\x96\xef\xbd\x97\xef\xbd\x98\xef\xbd\x99\xef\xbd\x9a\xef\xbe\xa1\xef\xbe\xa2\xef\xbe\xa3\xef\xbe\xa4\xef\xbe\xa5\xef\xbe\xa6\xef\xbe\xa7\xef\xbe\xa8\xef\xbe\xa9\xef\xbe\xaa\xef\xbe\xab\xef\xbe\xac\xef\xbe\xad\xef\xbe\xae\xef\xbe\xaf\xef\xbe\xb1\xef\xbe\xb2\xef\xbe\xb3\xef\xbe\xb5\xef\xbe\xb6\xef\xbe\xb7\xef\xbe\xb8\xef\xbe\xb9\xef\xbe\xba\xef\xbe\xbb\xef\xbe\xbc\xef\xbe\xbd\xef\xbe\xbe\xef\xbf\x82\xef\xbf\x83\xef\xbf\x84\xef\xbf\x85\xef\xbf\x86\xef\xbf\x87\xef\xbf\x8a\xef\xbf\x8b\xef\xbf\x8c\xef\xbf\x8d\xef\xbf\x8e\xef\xbf\x8f\xef\xbf\x92\xef\xbf\x93\xef\xbf\x94\xef\xbf\x95\xef\xbf\x96\xef\xbf\x97\xef\xbf\x9a]",37297,CONTEXT_TYPE_REGEX,1,"[\xe1\x85\xae\xe1\x85\xb4]",8,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"e[\'ABCDEFGHIJKLMNOPQRSTUVWXYZbcdefghijklmnpqrstuvxyz\xc2\xaa\xc2\xba\xc3\x80\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\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\xb8\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf\xc4\x80\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\xc5\x80\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\xc6\x80\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\xc7\x80\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\xc8\x80\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\xc9\x80\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\xca\x80\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\xcb\xa0\xcb\xa1\xcb\xa2\xcb\xa3\xcb\xa4\xe1\x84\x80\xe1\x84\x81\xe1\x84\x82\xe1\x84\x83\xe1\x84\x84\xe1\x84\x85\xe1\x84\x86\xe1\x84\x87\xe1\x84\x88\xe1\x84\x89\xe1\x84\x8a\xe1\x84\x8b\xe1\x84\x8c\xe1\x84\x8d\xe1\x84\x8e\xe1\x84\x8f\xe1\x84\x90\xe1\x84\x91\xe1\x84\x92\xe1\x85\xa1\xe1\x85\xa2\xe1\x85\xa3\xe1\x85\xa4\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xa7\xe1\x85\xa8\xe1\x85\xa9\xe1\x85\xaa\xe1\x85\xab\xe1\x85\xac\xe1\x85\xad\xe1\x85\xae\xe1\x85\xaf\xe1\x85\xb0\xe1\x85\xb1\xe1\x85\xb2\xe1\x85\xb3\xe1\x85\xb4\xe1\x85\xb5\xe1\x86\xa8\xe1\x86\xa9\xe1\x86\xaa\xe1\x86\xab\xe1\x86\xac\xe1\x86\xad\xe1\x86\xae\xe1\x86\xaf\xe1\x86\xb0\xe1\x86\xb1\xe1\x86\xb2\xe1\x86\xb3\xe1\x86\xb4\xe1\x86\xb5\xe1\x86\xb6\xe1\x86\xb7\xe1\x86\xb8\xe1\x86\xb9\xe1\x86\xba\xe1\x86\xbb\xe1\x86\xbc\xe1\x86\xbd\xe1\x86\xbe\xe1\x86\xbf\xe1\x87\x80\xe1\x87\x81\xe1\x87\x82\xe1\xb4\x80\xe1\xb4\x81\xe1\xb4\x82\xe1\xb4\x83\xe1\xb4\x84\xe1\xb4\x85\xe1\xb4\x86\xe1\xb4\x87\xe1\xb4\x88\xe1\xb4\x89\xe1\xb4\x8a\xe1\xb4\x8b\xe1\xb4\x8c\xe1\xb4\x8d\xe1\xb4\x8e\xe1\xb4\x8f\xe1\xb4\x90\xe1\xb4\x91\xe1\xb4\x92\xe1\xb4\x93\xe1\xb4\x94\xe1\xb4\x95\xe1\xb4\x96\xe1\xb4\x97\xe1\xb4\x98\xe1\xb4\x99\xe1\xb4\x9a\xe1\xb4\x9b\xe1\xb4\x9c\xe1\xb4\x9d\xe1\xb4\x9e\xe1\xb4\x9f\xe1\xb4\xa0\xe1\xb4\xa1\xe1\xb4\xa2\xe1\xb4\xa3\xe1\xb4\xa4\xe1\xb4\xa5\xe1\xb4\xac\xe1\xb4\xad\xe1\xb4\xae\xe1\xb4\xaf\xe1\xb4\xb0\xe1\xb4\xb1\xe1\xb4\xb2\xe1\xb4\xb3\xe1\xb4\xb4\xe1\xb4\xb5\xe1\xb4\xb6\xe1\xb4\xb7\xe1\xb4\xb8\xe1\xb4\xb9\xe1\xb4\xba\xe1\xb4\xbb\xe1\xb4\xbc\xe1\xb4\xbd\xe1\xb4\xbe\xe1\xb4\xbf\xe1\xb5\x80\xe1\xb5\x81\xe1\xb5\x82\xe1\xb5\x83\xe1\xb5\x84\xe1\xb5\x85\xe1\xb5\x86\xe1\xb5\x87\xe1\xb5\x88\xe1\xb5\x89\xe1\xb5\x8a\xe1\xb5\x8b\xe1\xb5\x8c\xe1\xb5\x8d\xe1\xb5\x8e\xe1\xb5\x8f\xe1\xb5\x90\xe1\xb5\x91\xe1\xb5\x92\xe1\xb5\x93\xe1\xb5\x94\xe1\xb5\x95\xe1\xb5\x96\xe1\xb5\x97\xe1\xb5\x98\xe1\xb5\x99\xe1\xb5\x9a\xe1\xb5\x9b\xe1\xb5\x9c\xe1\xb5\xa2\xe1\xb5\xa3\xe1\xb5\xa4\xe1\xb5\xa5\xe1\xb5\xab\xe1\xb5\xac\xe1\xb5\xad\xe1\xb5\xae\xe1\xb5\xaf\xe1\xb5\xb0\xe1\xb5\xb1\xe1\xb5\xb2\xe1\xb5\xb3\xe1\xb5\xb4\xe1\xb5\xb5\xe1\xb5\xb6\xe1\xb5\xb7\xe1\xb5\xb9\xe1\xb5\xba\xe1\xb5\xbb\xe1\xb5\xbc\xe1\xb5\xbd\xe1\xb5\xbe\xe1\xb5\xbf\xe1\xb6\x80\xe1\xb6\x81\xe1\xb6\x82\xe1\xb6\x83\xe1\xb6\x84\xe1\xb6\x85\xe1\xb6\x86\xe1\xb6\x87\xe1\xb6\x88\xe1\xb6\x89\xe1\xb6\x8a\xe1\xb6\x8b\xe1\xb6\x8c\xe1\xb6\x8d\xe1\xb6\x8e\xe1\xb6\x8f\xe1\xb6\x90\xe1\xb6\x91\xe1\xb6\x92\xe1\xb6\x93\xe1\xb6\x94\xe1\xb6\x95\xe1\xb6\x96\xe1\xb6\x97\xe1\xb6\x98\xe1\xb6\x99\xe1\xb6\x9a\xe1\xb6\x9b\xe1\xb6\x9c\xe1\xb6\x9d\xe1\xb6\x9e\xe1\xb6\x9f\xe1\xb6\xa0\xe1\xb6\xa1\xe1\xb6\xa2\xe1\xb6\xa3\xe1\xb6\xa4\xe1\xb6\xa5\xe1\xb6\xa6\xe1\xb6\xa7\xe1\xb6\xa8\xe1\xb6\xa9\xe1\xb6\xaa\xe1\xb6\xab\xe1\xb6\xac\xe1\xb6\xad\xe1\xb6\xae\xe1\xb6\xaf\xe1\xb6\xb0\xe1\xb6\xb1\xe1\xb6\xb2\xe1\xb6\xb3\xe1\xb6\xb4\xe1\xb6\xb5\xe1\xb6\xb6\xe1\xb6\xb7\xe1\xb6\xb8\xe1\xb6\xb9\xe1\xb6\xba\xe1\xb6\xbb\xe1\xb6\xbc\xe1\xb6\xbd\xe1\xb6\xbe\xe1\xb8\x80\xe1\xb8\x81\xe1\xb8\x82\xe1\xb8\x83\xe1\xb8\x84\xe1\xb8\x85\xe1\xb8\x86\xe1\xb8\x87\xe1\xb8\x88\xe1\xb8\x89\xe1\xb8\x8a\xe1\xb8\x8b\xe1\xb8\x8c\xe1\xb8\x8d\xe1\xb8\x8e\xe1\xb8\x8f\xe1\xb8\x90\xe1\xb8\x91\xe1\xb8\x92\xe1\xb8\x93\xe1\xb8\x94\xe1\xb8\x95\xe1\xb8\x96\xe1\xb8\x97\xe1\xb8\x98\xe1\xb8\x99\xe1\xb8\x9a\xe1\xb8\x9b\xe1\xb8\x9c\xe1\xb8\x9d\xe1\xb8\x9e\xe1\xb8\x9f\xe1\xb8\xa0\xe1\xb8\xa1\xe1\xb8\xa2\xe1\xb8\xa3\xe1\xb8\xa4\xe1\xb8\xa5\xe1\xb8\xa6\xe1\xb8\xa7\xe1\xb8\xa8\xe1\xb8\xa9\xe1\xb8\xaa\xe1\xb8\xab\xe1\xb8\xac\xe1\xb8\xad\xe1\xb8\xae\xe1\xb8\xaf\xe1\xb8\xb0\xe1\xb8\xb1\xe1\xb8\xb2\xe1\xb8\xb3\xe1\xb8\xb4\xe1\xb8\xb5\xe1\xb8\xb6\xe1\xb8\xb7\xe1\xb8\xb8\xe1\xb8\xb9\xe1\xb8\xba\xe1\xb8\xbb\xe1\xb8\xbc\xe1\xb8\xbd\xe1\xb8\xbe\xe1\xb8\xbf\xe1\xb9\x80\xe1\xb9\x81\xe1\xb9\x82\xe1\xb9\x83\xe1\xb9\x84\xe1\xb9\x85\xe1\xb9\x86\xe1\xb9\x87\xe1\xb9\x88\xe1\xb9\x89\xe1\xb9\x8a\xe1\xb9\x8b\xe1\xb9\x8c\xe1\xb9\x8d\xe1\xb9\x8e\xe1\xb9\x8f\xe1\xb9\x90\xe1\xb9\x91\xe1\xb9\x92\xe1\xb9\x93\xe1\xb9\x94\xe1\xb9\x95\xe1\xb9\x96\xe1\xb9\x97\xe1\xb9\x98\xe1\xb9\x99\xe1\xb9\x9a\xe1\xb9\x9b\xe1\xb9\x9c\xe1\xb9\x9d\xe1\xb9\x9e\xe1\xb9\x9f\xe1\xb9\xa0\xe1\xb9\xa1\xe1\xb9\xa2\xe1\xb9\xa3\xe1\xb9\xa4\xe1\xb9\xa5\xe1\xb9\xa6\xe1\xb9\xa7\xe1\xb9\xa8\xe1\xb9\xa9\xe1\xb9\xaa\xe1\xb9\xab\xe1\xb9\xac\xe1\xb9\xad\xe1\xb9\xae\xe1\xb9\xaf\xe1\xb9\xb0\xe1\xb9\xb1\xe1\xb9\xb2\xe1\xb9\xb3\xe1\xb9\xb4\xe1\xb9\xb5\xe1\xb9\xb6\xe1\xb9\xb7\xe1\xb9\xb8\xe1\xb9\xb9\xe1\xb9\xba\xe1\xb9\xbb\xe1\xb9\xbc\xe1\xb9\xbd\xe1\xb9\xbe\xe1\xb9\xbf\xe1\xba\x80\xe1\xba\x81\xe1\xba\x82\xe1\xba\x83\xe1\xba\x84\xe1\xba\x85\xe1\xba\x86\xe1\xba\x87\xe1\xba\x88\xe1\xba\x89\xe1\xba\x8a\xe1\xba\x8b\xe1\xba\x8c\xe1\xba\x8d\xe1\xba\x8e\xe1\xba\x8f\xe1\xba\x90\xe1\xba\x91\xe1\xba\x92\xe1\xba\x93\xe1\xba\x94\xe1\xba\x95\xe1\xba\x96\xe1\xba\x97\xe1\xba\x98\xe1\xba\x99\xe1\xba\x9a\xe1\xba\x9b\xe1\xba\x9c\xe1\xba\x9d\xe1\xba\x9e\xe1\xba\x9f\xe1\xba\xa0\xe1\xba\xa1\xe1\xba\xa2\xe1\xba\xa3\xe1\xba\xa4\xe1\xba\xa5\xe1\xba\xa6\xe1\xba\xa7\xe1\xba\xa8\xe1\xba\xa9\xe1\xba\xaa\xe1\xba\xab\xe1\xba\xac\xe1\xba\xad\xe1\xba\xae\xe1\xba\xaf\xe1\xba\xb0\xe1\xba\xb1\xe1\xba\xb2\xe1\xba\xb3\xe1\xba\xb4\xe1\xba\xb5\xe1\xba\xb6\xe1\xba\xb7\xe1\xba\xb8\xe1\xba\xb9\xe1\xba\xba\xe1\xba\xbb\xe1\xba\xbc\xe1\xba\xbd\xe1\xba\xbe\xe1\xba\xbf\xe1\xbb\x80\xe1\xbb\x81\xe1\xbb\x82\xe1\xbb\x83\xe1\xbb\x84\xe1\xbb\x85\xe1\xbb\x86\xe1\xbb\x87\xe1\xbb\x88\xe1\xbb\x89\xe1\xbb\x8a\xe1\xbb\x8b\xe1\xbb\x8c\xe1\xbb\x8d\xe1\xbb\x8e\xe1\xbb\x8f\xe1\xbb\x90\xe1\xbb\x91\xe1\xbb\x92\xe1\xbb\x93\xe1\xbb\x94\xe1\xbb\x95\xe1\xbb\x96\xe1\xbb\x97\xe1\xbb\x98\xe1\xbb\x99\xe1\xbb\x9a\xe1\xbb\x9b\xe1\xbb\x9c\xe1\xbb\x9d\xe1\xbb\x9e\xe1\xbb\x9f\xe1\xbb\xa0\xe1\xbb\xa1\xe1\xbb\xa2\xe1\xbb\xa3\xe1\xbb\xa4\xe1\xbb\xa5\xe1\xbb\xa6\xe1\xbb\xa7\xe1\xbb\xa8\xe1\xbb\xa9\xe1\xbb\xaa\xe1\xbb\xab\xe1\xbb\xac\xe1\xbb\xad\xe1\xbb\xae\xe1\xbb\xaf\xe1\xbb\xb0\xe1\xbb\xb1\xe1\xbb\xb2\xe1\xbb\xb3\xe1\xbb\xb4\xe1\xbb\xb5\xe1\xbb\xb6\xe1\xbb\xb7\xe1\xbb\xb8\xe1\xbb\xb9\xe1\xbb\xba\xe1\xbb\xbb\xe1\xbb\xbc\xe1\xbb\xbd\xe1\xbb\xbe\xe1\xbb\xbf\xe2\x81\xb1\xe2\x81\xbf\xe2\x82\x90\xe2\x82\x91\xe2\x82\x92\xe2\x82\x93\xe2\x82\x94\xe2\x84\xaa\xe2\x84\xab\xe2\x84\xb2\xe2\x85\x8e\xe2\x85\xa0\xe2\x85\xa1\xe2\x85\xa2\xe2\x85\xa3\xe2\x85\xa4\xe2\x85\xa5\xe2\x85\xa6\xe2\x85\xa7\xe2\x85\xa8\xe2\x85\xa9\xe2\x85\xaa\xe2\x85\xab\xe2\x85\xac\xe2\x85\xad\xe2\x85\xae\xe2\x85\xaf\xe2\x85\xb0\xe2\x85\xb1\xe2\x85\xb2\xe2\x85\xb3\xe2\x85\xb4\xe2\x85\xb5\xe2\x85\xb6\xe2\x85\xb7\xe2\x85\xb8\xe2\x85\xb9\xe2\x85\xba\xe2\x85\xbb\xe2\x85\xbc\xe2\x85\xbd\xe2\x85\xbe\xe2\x85\xbf\xe2\x86\x80\xe2\x86\x81\xe2\x86\x82\xe2\x86\x83\xe2\x86\x84\xe2\x86\x85\xe2\x86\x86\xe2\x86\x87\xe2\x86\x88\xe2\xb1\xa0\xe2\xb1\xa1\xe2\xb1\xa2\xe2\xb1\xa3\xe2\xb1\xa4\xe2\xb1\xa5\xe2\xb1\xa6\xe2\xb1\xa7\xe2\xb1\xa8\xe2\xb1\xa9\xe2\xb1\xaa\xe2\xb1\xab\xe2\xb1\xac\xe2\xb1\xad\xe2\xb1\xae\xe2\xb1\xaf\xe2\xb1\xb0\xe2\xb1\xb1\xe2\xb1\xb2\xe2\xb1\xb3\xe2\xb1\xb4\xe2\xb1\xb5\xe2\xb1\xb6\xe2\xb1\xb7\xe2\xb1\xb8\xe2\xb1\xb9\xe2\xb1\xba\xe2\xb1\xbb\xe2\xb1\xbc\xe2\xb1\xbd\xe2\xb1\xbe\xe2\xb1\xbf\xe3\x84\xb1\xe3\x84\xb2\xe3\x84\xb3\xe3\x84\xb4\xe3\x84\xb5\xe3\x84\xb6\xe3\x84\xb7\xe3\x84\xb8\xe3\x84\xb9\xe3\x84\xba\xe3\x84\xbb\xe3\x84\xbc\xe3\x84\xbd\xe3\x84\xbe\xe3\x84\xbf\xe3\x85\x81\xe3\x85\x82\xe3\x85\x83\xe3\x85\x85\xe3\x85\x86\xe3\x85\x87\xe3\x85\x88\xe3\x85\x89\xe3\x85\x8a\xe3\x85\x8b\xe3\x85\x8c\xe3\x85\x8d\xe3\x85\x8e\xe3\x85\x8f\xe3\x85\x90\xe3\x85\x91\xe3\x85\x92\xe3\x85\x93\xe3\x85\x94\xe3\x85\x95\xe3\x85\x96\xe3\x85\x97\xe3\x85\x98\xe3\x85\x99\xe3\x85\x9a\xe3\x85\x9b\xe3\x85\x9c\xe3\x85\x9d\xe3\x85\x9e\xe3\x85\x9f\xe3\x85\xa0\xe3\x85\xa1\xe3\x85\xa2\xe3\x85\xa3\xe3\x88\x80\xe3\x88\x81\xe3\x88\x82\xe3\x88\x83\xe3\x88\x84\xe3\x88\x85\xe3\x88\x86\xe3\x88\x87\xe3\x88\x88\xe3\x88\x89\xe3\x88\x8a\xe3\x88\x8b\xe3\x88\x8c\xe3\x88\x8d\xe3\x88\x8e\xe3\x88\x8f\xe3\x88\x90\xe3\x88\x91\xe3\x88\x92\xe3\x88\x93\xe3\x88\x94\xe3\x88\x95\xe3\x88\x96\xe3\x88\x97\xe3\x88\x98\xe3\x88\x99\xe3\x88\x9a\xe3\x88\x9b\xe3\x88\x9c\xe3\x89\xa0\xe3\x89\xa1\xe3\x89\xa2\xe3\x89\xa3\xe3\x89\xa4\xe3\x89\xa5\xe3\x89\xa6\xe3\x89\xa7\xe3\x89\xa8\xe3\x89\xa9\xe3\x89\xaa\xe3\x89\xab\xe3\x89\xac\xe3\x89\xad\xe3\x89\xae\xe3\x89\xaf\xe3\x89\xb0\xe3\x89\xb1\xe3\x89\xb2\xe3\x89\xb3\xe3\x89\xb4\xe3\x89\xb5\xe3\x89\xb6\xe3\x89\xb7\xe3\x89\xb8\xe3\x89\xb9\xe3\x89\xba\xe3\x89\xbb\xea\x9c\xa2\xea\x9c\xa3\xea\x9c\xa4\xea\x9c\xa5\xea\x9c\xa6\xea\x9c\xa7\xea\x9c\xa8\xea\x9c\xa9\xea\x9c\xaa\xea\x9c\xab\xea\x9c\xac\xea\x9c\xad\xea\x9c\xae\xea\x9c\xaf\xea\x9c\xb0\xea\x9c\xb1\xea\x9c\xb2\xea\x9c\xb3\xea\x9c\xb4\xea\x9c\xb5\xea\x9c\xb6\xea\x9c\xb7\xea\x9c\xb8\xea\x9c\xb9\xea\x9c\xba\xea\x9c\xbb\xea\x9c\xbc\xea\x9c\xbd\xea\x9c\xbe\xea\x9c\xbf\xea\x9d\x80\xea\x9d\x81\xea\x9d\x82\xea\x9d\x83\xea\x9d\x84\xea\x9d\x85\xea\x9d\x86\xea\x9d\x87\xea\x9d\x88\xea\x9d\x89\xea\x9d\x8a\xea\x9d\x8b\xea\x9d\x8c\xea\x9d\x8d\xea\x9d\x8e\xea\x9d\x8f\xea\x9d\x90\xea\x9d\x91\xea\x9d\x92\xea\x9d\x93\xea\x9d\x94\xea\x9d\x95\xea\x9d\x96\xea\x9d\x97\xea\x9d\x98\xea\x9d\x99\xea\x9d\x9a\xea\x9d\x9b\xea\x9d\x9c\xea\x9d\x9d\xea\x9d\x9e\xea\x9d\x9f\xea\x9d\xa0\xea\x9d\xa1\xea\x9d\xa2\xea\x9d\xa3\xea\x9d\xa4\xea\x9d\xa5\xea\x9d\xa6\xea\x9d\xa7\xea\x9d\xa8\xea\x9d\xa9\xea\x9d\xaa\xea\x9d\xab\xea\x9d\xac\xea\x9d\xad\xea\x9d\xae\xea\x9d\xaf\xea\x9d\xb0\xea\x9d\xb1\xea\x9d\xb2\xea\x9d\xb3\xea\x9d\xb4\xea\x9d\xb5\xea\x9d\xb6\xea\x9d\xb7\xea\x9d\xb8\xea\x9d\xb9\xea\x9d\xba\xea\x9d\xbb\xea\x9d\xbc\xea\x9d\xbd\xea\x9d\xbe\xea\x9d\xbf\xea\x9e\x80\xea\x9e\x81\xea\x9e\x82\xea\x9e\x83\xea\x9e\x84\xea\x9e\x85\xea\x9e\x86\xea\x9e\x87\xea\x9e\x8b\xea\x9e\x8c\xea\x9f\xbb\xea\x9f\xbc\xea\x9f\xbd\xea\x9f\xbe\xea\x9f\xbf\xea\xb0\x80\xea\xb0\x81\xea\xb0\x82\xea\xb0\x83\xea\xb0\x84\xea\xb0\x85\xea\xb0\x86\xea\xb0\x87\xea\xb0\x88\xea\xb0\x89\xea\xb0\x8a\xea\xb0\x8b\xea\xb0\x8c\xea\xb0\x8d\xea\xb0\x8e\xea\xb0\x8f\xea\xb0\x90\xea\xb0\x91\xea\xb0\x92\xea\xb0\x93\xea\xb0\x94\xea\xb0\x95\xea\xb0\x96\xea\xb0\x97\xea\xb0\x98\xea\xb0\x99\xea\xb0\x9a\xea\xb0\x9b\xea\xb0\x9c\xea\xb0\x9d\xea\xb0\x9e\xea\xb0\x9f\xea\xb0\xa0\xea\xb0\xa1\xea\xb0\xa2\xea\xb0\xa3\xea\xb0\xa4\xea\xb0\xa5\xea\xb0\xa6\xea\xb0\xa7\xea\xb0\xa8\xea\xb0\xa9\xea\xb0\xaa\xea\xb0\xab\xea\xb0\xac\xea\xb0\xad\xea\xb0\xae\xea\xb0\xaf\xea\xb0\xb0\xea\xb0\xb1\xea\xb0\xb2\xea\xb0\xb3\xea\xb0\xb4\xea\xb0\xb5\xea\xb0\xb6\xea\xb0\xb7\xea\xb0\xb8\xea\xb0\xb9\xea\xb0\xba\xea\xb0\xbb\xea\xb0\xbc\xea\xb0\xbd\xea\xb0\xbe\xea\xb0\xbf\xea\xb1\x80\xea\xb1\x81\xea\xb1\x82\xea\xb1\x83\xea\xb1\x84\xea\xb1\x85\xea\xb1\x86\xea\xb1\x87\xea\xb1\x88\xea\xb1\x89\xea\xb1\x8a\xea\xb1\x8b\xea\xb1\x8c\xea\xb1\x8d\xea\xb1\x8e\xea\xb1\x8f\xea\xb1\x90\xea\xb1\x91\xea\xb1\x92\xea\xb1\x93\xea\xb1\x94\xea\xb1\x95\xea\xb1\x96\xea\xb1\x97\xea\xb1\x98\xea\xb1\x99\xea\xb1\x9a\xea\xb1\x9b\xea\xb1\x9c\xea\xb1\x9d\xea\xb1\x9e\xea\xb1\x9f\xea\xb1\xa0\xea\xb1\xa1\xea\xb1\xa2\xea\xb1\xa3\xea\xb1\xa4\xea\xb1\xa5\xea\xb1\xa6\xea\xb1\xa7\xea\xb1\xa8\xea\xb1\xa9\xea\xb1\xaa\xea\xb1\xab\xea\xb1\xac\xea\xb1\xad\xea\xb1\xae\xea\xb1\xaf\xea\xb1\xb0\xea\xb1\xb1\xea\xb1\xb2\xea\xb1\xb3\xea\xb1\xb4\xea\xb1\xb5\xea\xb1\xb6\xea\xb1\xb7\xea\xb1\xb8\xea\xb1\xb9\xea\xb1\xba\xea\xb1\xbb\xea\xb1\xbc\xea\xb1\xbd\xea\xb1\xbe\xea\xb1\xbf\xea\xb2\x80\xea\xb2\x81\xea\xb2\x82\xea\xb2\x83\xea\xb2\x84\xea\xb2\x85\xea\xb2\x86\xea\xb2\x87\xea\xb2\x88\xea\xb2\x89\xea\xb2\x8a\xea\xb2\x8b\xea\xb2\x8c\xea\xb2\x8d\xea\xb2\x8e\xea\xb2\x8f\xea\xb2\x90\xea\xb2\x91\xea\xb2\x92\xea\xb2\x93\xea\xb2\x94\xea\xb2\x95\xea\xb2\x96\xea\xb2\x97\xea\xb2\x98\xea\xb2\x99\xea\xb2\x9a\xea\xb2\x9b\xea\xb2\x9c\xea\xb2\x9d\xea\xb2\x9e\xea\xb2\x9f\xea\xb2\xa0\xea\xb2\xa1\xea\xb2\xa2\xea\xb2\xa3\xea\xb2\xa4\xea\xb2\xa5\xea\xb2\xa6\xea\xb2\xa7\xea\xb2\xa8\xea\xb2\xa9\xea\xb2\xaa\xea\xb2\xab\xea\xb2\xac\xea\xb2\xad\xea\xb2\xae\xea\xb2\xaf\xea\xb2\xb0\xea\xb2\xb1\xea\xb2\xb2\xea\xb2\xb3\xea\xb2\xb4\xea\xb2\xb5\xea\xb2\xb6\xea\xb2\xb7\xea\xb2\xb8\xea\xb2\xb9\xea\xb2\xba\xea\xb2\xbb\xea\xb2\xbc\xea\xb2\xbd\xea\xb2\xbe\xea\xb2\xbf\xea\xb3\x80\xea\xb3\x81\xea\xb3\x82\xea\xb3\x83\xea\xb3\x84\xea\xb3\x85\xea\xb3\x86\xea\xb3\x87\xea\xb3\x88\xea\xb3\x89\xea\xb3\x8a\xea\xb3\x8b\xea\xb3\x8c\xea\xb3\x8d\xea\xb3\x8e\xea\xb3\x8f\xea\xb3\x90\xea\xb3\x91\xea\xb3\x92\xea\xb3\x93\xea\xb3\x94\xea\xb3\x95\xea\xb3\x96\xea\xb3\x97\xea\xb3\x98\xea\xb3\x99\xea\xb3\x9a\xea\xb3\x9b\xea\xb3\x9c\xea\xb3\x9d\xea\xb3\x9e\xea\xb3\x9f\xea\xb3\xa0\xea\xb3\xa1\xea\xb3\xa2\xea\xb3\xa3\xea\xb3\xa4\xea\xb3\xa5\xea\xb3\xa6\xea\xb3\xa7\xea\xb3\xa8\xea\xb3\xa9\xea\xb3\xaa\xea\xb3\xab\xea\xb3\xac\xea\xb3\xad\xea\xb3\xae\xea\xb3\xaf\xea\xb3\xb0\xea\xb3\xb1\xea\xb3\xb2\xea\xb3\xb3\xea\xb3\xb4\xea\xb3\xb5\xea\xb3\xb6\xea\xb3\xb7\xea\xb3\xb8\xea\xb3\xb9\xea\xb3\xba\xea\xb3\xbb\xea\xb3\xbc\xea\xb3\xbd\xea\xb3\xbe\xea\xb3\xbf\xea\xb4\x80\xea\xb4\x81\xea\xb4\x82\xea\xb4\x83\xea\xb4\x84\xea\xb4\x85\xea\xb4\x86\xea\xb4\x87\xea\xb4\x88\xea\xb4\x89\xea\xb4\x8a\xea\xb4\x8b\xea\xb4\x8c\xea\xb4\x8d\xea\xb4\x8e\xea\xb4\x8f\xea\xb4\x90\xea\xb4\x91\xea\xb4\x92\xea\xb4\x93\xea\xb4\x94\xea\xb4\x95\xea\xb4\x96\xea\xb4\x97\xea\xb4\x98\xea\xb4\x99\xea\xb4\x9a\xea\xb4\x9b\xea\xb4\x9c\xea\xb4\x9d\xea\xb4\x9e\xea\xb4\x9f\xea\xb4\xa0\xea\xb4\xa1\xea\xb4\xa2\xea\xb4\xa3\xea\xb4\xa4\xea\xb4\xa5\xea\xb4\xa6\xea\xb4\xa7\xea\xb4\xa8\xea\xb4\xa9\xea\xb4\xaa\xea\xb4\xab\xea\xb4\xac\xea\xb4\xad\xea\xb4\xae\xea\xb4\xaf\xea\xb4\xb0\xea\xb4\xb1\xea\xb4\xb2\xea\xb4\xb3\xea\xb4\xb4\xea\xb4\xb5\xea\xb4\xb6\xea\xb4\xb7\xea\xb4\xb8\xea\xb4\xb9\xea\xb4\xba\xea\xb4\xbb\xea\xb4\xbc\xea\xb4\xbd\xea\xb4\xbe\xea\xb4\xbf\xea\xb5\x80\xea\xb5\x81\xea\xb5\x82\xea\xb5\x83\xea\xb5\x84\xea\xb5\x85\xea\xb5\x86\xea\xb5\x87\xea\xb5\x88\xea\xb5\x89\xea\xb5\x8a\xea\xb5\x8b\xea\xb5\x8c\xea\xb5\x8d\xea\xb5\x8e\xea\xb5\x8f\xea\xb5\x90\xea\xb5\x91\xea\xb5\x92\xea\xb5\x93\xea\xb5\x94\xea\xb5\x95\xea\xb5\x96\xea\xb5\x97\xea\xb5\x98\xea\xb5\x99\xea\xb5\x9a\xea\xb5\x9b\xea\xb5\x9c\xea\xb5\x9d\xea\xb5\x9e\xea\xb5\x9f\xea\xb5\xa0\xea\xb5\xa1\xea\xb5\xa2\xea\xb5\xa3\xea\xb5\xa4\xea\xb5\xa5\xea\xb5\xa6\xea\xb5\xa7\xea\xb5\xa8\xea\xb5\xa9\xea\xb5\xaa\xea\xb5\xab\xea\xb5\xac\xea\xb5\xad\xea\xb5\xae\xea\xb5\xaf\xea\xb5\xb0\xea\xb5\xb1\xea\xb5\xb2\xea\xb5\xb3\xea\xb5\xb4\xea\xb5\xb5\xea\xb5\xb6\xea\xb5\xb7\xea\xb5\xb8\xea\xb5\xb9\xea\xb5\xba\xea\xb5\xbb\xea\xb5\xbc\xea\xb5\xbd\xea\xb5\xbe\xea\xb5\xbf\xea\xb6\x80\xea\xb6\x81\xea\xb6\x82\xea\xb6\x83\xea\xb6\x84\xea\xb6\x85\xea\xb6\x86\xea\xb6\x87\xea\xb6\x88\xea\xb6\x89\xea\xb6\x8a\xea\xb6\x8b\xea\xb6\x8c\xea\xb6\x8d\xea\xb6\x8e\xea\xb6\x8f\xea\xb6\x90\xea\xb6\x91\xea\xb6\x92\xea\xb6\x93\xea\xb6\x94\xea\xb6\x95\xea\xb6\x96\xea\xb6\x97\xea\xb6\x98\xea\xb6\x99\xea\xb6\x9a\xea\xb6\x9b\xea\xb6\x9c\xea\xb6\x9d\xea\xb6\x9e\xea\xb6\x9f\xea\xb6\xa0\xea\xb6\xa1\xea\xb6\xa2\xea\xb6\xa3\xea\xb6\xa4\xea\xb6\xa5\xea\xb6\xa6\xea\xb6\xa7\xea\xb6\xa8\xea\xb6\xa9\xea\xb6\xaa\xea\xb6\xab\xea\xb6\xac\xea\xb6\xad\xea\xb6\xae\xea\xb6\xaf\xea\xb6\xb0\xea\xb6\xb1\xea\xb6\xb2\xea\xb6\xb3\xea\xb6\xb4\xea\xb6\xb5\xea\xb6\xb6\xea\xb6\xb7\xea\xb6\xb8\xea\xb6\xb9\xea\xb6\xba\xea\xb6\xbb\xea\xb6\xbc\xea\xb6\xbd\xea\xb6\xbe\xea\xb6\xbf\xea\xb7\x80\xea\xb7\x81\xea\xb7\x82\xea\xb7\x83\xea\xb7\x84\xea\xb7\x85\xea\xb7\x86\xea\xb7\x87\xea\xb7\x88\xea\xb7\x89\xea\xb7\x8a\xea\xb7\x8b\xea\xb7\x8c\xea\xb7\x8d\xea\xb7\x8e\xea\xb7\x8f\xea\xb7\x90\xea\xb7\x91\xea\xb7\x92\xea\xb7\x93\xea\xb7\x94\xea\xb7\x95\xea\xb7\x96\xea\xb7\x97\xea\xb7\x98\xea\xb7\x99\xea\xb7\x9a\xea\xb7\x9b\xea\xb7\x9c\xea\xb7\x9d\xea\xb7\x9e\xea\xb7\x9f\xea\xb7\xa0\xea\xb7\xa1\xea\xb7\xa2\xea\xb7\xa3\xea\xb7\xa4\xea\xb7\xa5\xea\xb7\xa6\xea\xb7\xa7\xea\xb7\xa8\xea\xb7\xa9\xea\xb7\xaa\xea\xb7\xab\xea\xb7\xac\xea\xb7\xad\xea\xb7\xae\xea\xb7\xaf\xea\xb7\xb0\xea\xb7\xb1\xea\xb7\xb2\xea\xb7\xb3\xea\xb7\xb4\xea\xb7\xb5\xea\xb7\xb6\xea\xb7\xb7\xea\xb7\xb8\xea\xb7\xb9\xea\xb7\xba\xea\xb7\xbb\xea\xb7\xbc\xea\xb7\xbd\xea\xb7\xbe\xea\xb7\xbf\xea\xb8\x80\xea\xb8\x81\xea\xb8\x82\xea\xb8\x83\xea\xb8\x84\xea\xb8\x85\xea\xb8\x86\xea\xb8\x87\xea\xb8\x88\xea\xb8\x89\xea\xb8\x8a\xea\xb8\x8b\xea\xb8\x8c\xea\xb8\x8d\xea\xb8\x8e\xea\xb8\x8f\xea\xb8\x90\xea\xb8\x91\xea\xb8\x92\xea\xb8\x93\xea\xb8\x94\xea\xb8\x95\xea\xb8\x96\xea\xb8\x97\xea\xb8\x98\xea\xb8\x99\xea\xb8\x9a\xea\xb8\x9b\xea\xb8\x9c\xea\xb8\x9d\xea\xb8\x9e\xea\xb8\x9f\xea\xb8\xa0\xea\xb8\xa1\xea\xb8\xa2\xea\xb8\xa3\xea\xb8\xa4\xea\xb8\xa5\xea\xb8\xa6\xea\xb8\xa7\xea\xb8\xa8\xea\xb8\xa9\xea\xb8\xaa\xea\xb8\xab\xea\xb8\xac\xea\xb8\xad\xea\xb8\xae\xea\xb8\xaf\xea\xb8\xb0\xea\xb8\xb1\xea\xb8\xb2\xea\xb8\xb3\xea\xb8\xb4\xea\xb8\xb5\xea\xb8\xb6\xea\xb8\xb7\xea\xb8\xb8\xea\xb8\xb9\xea\xb8\xba\xea\xb8\xbb\xea\xb8\xbc\xea\xb8\xbd\xea\xb8\xbe\xea\xb8\xbf\xea\xb9\x80\xea\xb9\x81\xea\xb9\x82\xea\xb9\x83\xea\xb9\x84\xea\xb9\x85\xea\xb9\x86\xea\xb9\x87\xea\xb9\x88\xea\xb9\x89\xea\xb9\x8a\xea\xb9\x8b\xea\xb9\x8c\xea\xb9\x8d\xea\xb9\x8e\xea\xb9\x8f\xea\xb9\x90\xea\xb9\x91\xea\xb9\x92\xea\xb9\x93\xea\xb9\x94\xea\xb9\x95\xea\xb9\x96\xea\xb9\x97\xea\xb9\x98\xea\xb9\x99\xea\xb9\x9a\xea\xb9\x9b\xea\xb9\x9c\xea\xb9\x9d\xea\xb9\x9e\xea\xb9\x9f\xea\xb9\xa0\xea\xb9\xa1\xea\xb9\xa2\xea\xb9\xa3\xea\xb9\xa4\xea\xb9\xa5\xea\xb9\xa6\xea\xb9\xa7\xea\xb9\xa8\xea\xb9\xa9\xea\xb9\xaa\xea\xb9\xab\xea\xb9\xac\xea\xb9\xad\xea\xb9\xae\xea\xb9\xaf\xea\xb9\xb0\xea\xb9\xb1\xea\xb9\xb2\xea\xb9\xb3\xea\xb9\xb4\xea\xb9\xb5\xea\xb9\xb6\xea\xb9\xb7\xea\xb9\xb8\xea\xb9\xb9\xea\xb9\xba\xea\xb9\xbb\xea\xb9\xbc\xea\xb9\xbd\xea\xb9\xbe\xea\xb9\xbf\xea\xba\x80\xea\xba\x81\xea\xba\x82\xea\xba\x83\xea\xba\x84\xea\xba\x85\xea\xba\x86\xea\xba\x87\xea\xba\x88\xea\xba\x89\xea\xba\x8a\xea\xba\x8b\xea\xba\x8c\xea\xba\x8d\xea\xba\x8e\xea\xba\x8f\xea\xba\x90\xea\xba\x91\xea\xba\x92\xea\xba\x93\xea\xba\x94\xea\xba\x95\xea\xba\x96\xea\xba\x97\xea\xba\x98\xea\xba\x99\xea\xba\x9a\xea\xba\x9b\xea\xba\x9c\xea\xba\x9d\xea\xba\x9e\xea\xba\x9f\xea\xba\xa0\xea\xba\xa1\xea\xba\xa2\xea\xba\xa3\xea\xba\xa4\xea\xba\xa5\xea\xba\xa6\xea\xba\xa7\xea\xba\xa8\xea\xba\xa9\xea\xba\xaa\xea\xba\xab\xea\xba\xac\xea\xba\xad\xea\xba\xae\xea\xba\xaf\xea\xba\xb0\xea\xba\xb1\xea\xba\xb2\xea\xba\xb3\xea\xba\xb4\xea\xba\xb5\xea\xba\xb6\xea\xba\xb7\xea\xba\xb8\xea\xba\xb9\xea\xba\xba\xea\xba\xbb\xea\xba\xbc\xea\xba\xbd\xea\xba\xbe\xea\xba\xbf\xea\xbb\x80\xea\xbb\x81\xea\xbb\x82\xea\xbb\x83\xea\xbb\x84\xea\xbb\x85\xea\xbb\x86\xea\xbb\x87\xea\xbb\x88\xea\xbb\x89\xea\xbb\x8a\xea\xbb\x8b\xea\xbb\x8c\xea\xbb\x8d\xea\xbb\x8e\xea\xbb\x8f\xea\xbb\x90\xea\xbb\x91\xea\xbb\x92\xea\xbb\x93\xea\xbb\x94\xea\xbb\x95\xea\xbb\x96\xea\xbb\x97\xea\xbb\x98\xea\xbb\x99\xea\xbb\x9a\xea\xbb\x9b\xea\xbb\x9c\xea\xbb\x9d\xea\xbb\x9e\xea\xbb\x9f\xea\xbb\xa0\xea\xbb\xa1\xea\xbb\xa2\xea\xbb\xa3\xea\xbb\xa4\xea\xbb\xa5\xea\xbb\xa6\xea\xbb\xa7\xea\xbb\xa8\xea\xbb\xa9\xea\xbb\xaa\xea\xbb\xab\xea\xbb\xac\xea\xbb\xad\xea\xbb\xae\xea\xbb\xaf\xea\xbb\xb0\xea\xbb\xb1\xea\xbb\xb2\xea\xbb\xb3\xea\xbb\xb4\xea\xbb\xb5\xea\xbb\xb6\xea\xbb\xb7\xea\xbb\xb8\xea\xbb\xb9\xea\xbb\xba\xea\xbb\xbb\xea\xbb\xbc\xea\xbb\xbd\xea\xbb\xbe\xea\xbb\xbf\xea\xbc\x80\xea\xbc\x81\xea\xbc\x82\xea\xbc\x83\xea\xbc\x84\xea\xbc\x85\xea\xbc\x86\xea\xbc\x87\xea\xbc\x88\xea\xbc\x89\xea\xbc\x8a\xea\xbc\x8b\xea\xbc\x8c\xea\xbc\x8d\xea\xbc\x8e\xea\xbc\x8f\xea\xbc\x90\xea\xbc\x91\xea\xbc\x92\xea\xbc\x93\xea\xbc\x94\xea\xbc\x95\xea\xbc\x96\xea\xbc\x97\xea\xbc\x98\xea\xbc\x99\xea\xbc\x9a\xea\xbc\x9b\xea\xbc\x9c\xea\xbc\x9d\xea\xbc\x9e\xea\xbc\x9f\xea\xbc\xa0\xea\xbc\xa1\xea\xbc\xa2\xea\xbc\xa3\xea\xbc\xa4\xea\xbc\xa5\xea\xbc\xa6\xea\xbc\xa7\xea\xbc\xa8\xea\xbc\xa9\xea\xbc\xaa\xea\xbc\xab\xea\xbc\xac\xea\xbc\xad\xea\xbc\xae\xea\xbc\xaf\xea\xbc\xb0\xea\xbc\xb1\xea\xbc\xb2\xea\xbc\xb3\xea\xbc\xb4\xea\xbc\xb5\xea\xbc\xb6\xea\xbc\xb7\xea\xbc\xb8\xea\xbc\xb9\xea\xbc\xba\xea\xbc\xbb\xea\xbc\xbc\xea\xbc\xbd\xea\xbc\xbe\xea\xbc\xbf\xea\xbd\x80\xea\xbd\x81\xea\xbd\x82\xea\xbd\x83\xea\xbd\x84\xea\xbd\x85\xea\xbd\x86\xea\xbd\x87\xea\xbd\x88\xea\xbd\x89\xea\xbd\x8a\xea\xbd\x8b\xea\xbd\x8c\xea\xbd\x8d\xea\xbd\x8e\xea\xbd\x8f\xea\xbd\x90\xea\xbd\x91\xea\xbd\x92\xea\xbd\x93\xea\xbd\x94\xea\xbd\x95\xea\xbd\x96\xea\xbd\x97\xea\xbd\x98\xea\xbd\x99\xea\xbd\x9a\xea\xbd\x9b\xea\xbd\x9c\xea\xbd\x9d\xea\xbd\x9e\xea\xbd\x9f\xea\xbd\xa0\xea\xbd\xa1\xea\xbd\xa2\xea\xbd\xa3\xea\xbd\xa4\xea\xbd\xa5\xea\xbd\xa6\xea\xbd\xa7\xea\xbd\xa8\xea\xbd\xa9\xea\xbd\xaa\xea\xbd\xab\xea\xbd\xac\xea\xbd\xad\xea\xbd\xae\xea\xbd\xaf\xea\xbd\xb0\xea\xbd\xb1\xea\xbd\xb2\xea\xbd\xb3\xea\xbd\xb4\xea\xbd\xb5\xea\xbd\xb6\xea\xbd\xb7\xea\xbd\xb8\xea\xbd\xb9\xea\xbd\xba\xea\xbd\xbb\xea\xbd\xbc\xea\xbd\xbd\xea\xbd\xbe\xea\xbd\xbf\xea\xbe\x80\xea\xbe\x81\xea\xbe\x82\xea\xbe\x83\xea\xbe\x84\xea\xbe\x85\xea\xbe\x86\xea\xbe\x87\xea\xbe\x88\xea\xbe\x89\xea\xbe\x8a\xea\xbe\x8b\xea\xbe\x8c\xea\xbe\x8d\xea\xbe\x8e\xea\xbe\x8f\xea\xbe\x90\xea\xbe\x91\xea\xbe\x92\xea\xbe\x93\xea\xbe\x94\xea\xbe\x95\xea\xbe\x96\xea\xbe\x97\xea\xbe\x98\xea\xbe\x99\xea\xbe\x9a\xea\xbe\x9b\xea\xbe\x9c\xea\xbe\x9d\xea\xbe\x9e\xea\xbe\x9f\xea\xbe\xa0\xea\xbe\xa1\xea\xbe\xa2\xea\xbe\xa3\xea\xbe\xa4\xea\xbe\xa5\xea\xbe\xa6\xea\xbe\xa7\xea\xbe\xa8\xea\xbe\xa9\xea\xbe\xaa\xea\xbe\xab\xea\xbe\xac\xea\xbe\xad\xea\xbe\xae\xea\xbe\xaf\xea\xbe\xb0\xea\xbe\xb1\xea\xbe\xb2\xea\xbe\xb3\xea\xbe\xb4\xea\xbe\xb5\xea\xbe\xb6\xea\xbe\xb7\xea\xbe\xb8\xea\xbe\xb9\xea\xbe\xba\xea\xbe\xbb\xea\xbe\xbc\xea\xbe\xbd\xea\xbe\xbe\xea\xbe\xbf\xea\xbf\x80\xea\xbf\x81\xea\xbf\x82\xea\xbf\x83\xea\xbf\x84\xea\xbf\x85\xea\xbf\x86\xea\xbf\x87\xea\xbf\x88\xea\xbf\x89\xea\xbf\x8a\xea\xbf\x8b\xea\xbf\x8c\xea\xbf\x8d\xea\xbf\x8e\xea\xbf\x8f\xea\xbf\x90\xea\xbf\x91\xea\xbf\x92\xea\xbf\x93\xea\xbf\x94\xea\xbf\x95\xea\xbf\x96\xea\xbf\x97\xea\xbf\x98\xea\xbf\x99\xea\xbf\x9a\xea\xbf\x9b\xea\xbf\x9c\xea\xbf\x9d\xea\xbf\x9e\xea\xbf\x9f\xea\xbf\xa0\xea\xbf\xa1\xea\xbf\xa2\xea\xbf\xa3\xea\xbf\xa4\xea\xbf\xa5\xea\xbf\xa6\xea\xbf\xa7\xea\xbf\xa8\xea\xbf\xa9\xea\xbf\xaa\xea\xbf\xab\xea\xbf\xac\xea\xbf\xad\xea\xbf\xae\xea\xbf\xaf\xea\xbf\xb0\xea\xbf\xb1\xea\xbf\xb2\xea\xbf\xb3\xea\xbf\xb4\xea\xbf\xb5\xea\xbf\xb6\xea\xbf\xb7\xea\xbf\xb8\xea\xbf\xb9\xea\xbf\xba\xea\xbf\xbb\xea\xbf\xbc\xea\xbf\xbd\xea\xbf\xbe\xea\xbf\xbf\xeb\x80\x80\xeb\x80\x81\xeb\x80\x82\xeb\x80\x83\xeb\x80\x84\xeb\x80\x85\xeb\x80\x86\xeb\x80\x87\xeb\x80\x88\xeb\x80\x89\xeb\x80\x8a\xeb\x80\x8b\xeb\x80\x8c\xeb\x80\x8d\xeb\x80\x8e\xeb\x80\x8f\xeb\x80\x90\xeb\x80\x91\xeb\x80\x92\xeb\x80\x93\xeb\x80\x94\xeb\x80\x95\xeb\x80\x96\xeb\x80\x97\xeb\x80\x98\xeb\x80\x99\xeb\x80\x9a\xeb\x80\x9b\xeb\x80\x9c\xeb\x80\x9d\xeb\x80\x9e\xeb\x80\x9f\xeb\x80\xa0\xeb\x80\xa1\xeb\x80\xa2\xeb\x80\xa3\xeb\x80\xa4\xeb\x80\xa5\xeb\x80\xa6\xeb\x80\xa7\xeb\x80\xa8\xeb\x80\xa9\xeb\x80\xaa\xeb\x80\xab\xeb\x80\xac\xeb\x80\xad\xeb\x80\xae\xeb\x80\xaf\xeb\x80\xb0\xeb\x80\xb1\xeb\x80\xb2\xeb\x80\xb3\xeb\x80\xb4\xeb\x80\xb5\xeb\x80\xb6\xeb\x80\xb7\xeb\x80\xb8\xeb\x80\xb9\xeb\x80\xba\xeb\x80\xbb\xeb\x80\xbc\xeb\x80\xbd\xeb\x80\xbe\xeb\x80\xbf\xeb\x81\x80\xeb\x81\x81\xeb\x81\x82\xeb\x81\x83\xeb\x81\x84\xeb\x81\x85\xeb\x81\x86\xeb\x81\x87\xeb\x81\x88\xeb\x81\x89\xeb\x81\x8a\xeb\x81\x8b\xeb\x81\x8c\xeb\x81\x8d\xeb\x81\x8e\xeb\x81\x8f\xeb\x81\x90\xeb\x81\x91\xeb\x81\x92\xeb\x81\x93\xeb\x81\x94\xeb\x81\x95\xeb\x81\x96\xeb\x81\x97\xeb\x81\x98\xeb\x81\x99\xeb\x81\x9a\xeb\x81\x9b\xeb\x81\x9c\xeb\x81\x9d\xeb\x81\x9e\xeb\x81\x9f\xeb\x81\xa0\xeb\x81\xa1\xeb\x81\xa2\xeb\x81\xa3\xeb\x81\xa4\xeb\x81\xa5\xeb\x81\xa6\xeb\x81\xa7\xeb\x81\xa8\xeb\x81\xa9\xeb\x81\xaa\xeb\x81\xab\xeb\x81\xac\xeb\x81\xad\xeb\x81\xae\xeb\x81\xaf\xeb\x81\xb0\xeb\x81\xb1\xeb\x81\xb2\xeb\x81\xb3\xeb\x81\xb4\xeb\x81\xb5\xeb\x81\xb6\xeb\x81\xb7\xeb\x81\xb8\xeb\x81\xb9\xeb\x81\xba\xeb\x81\xbb\xeb\x81\xbc\xeb\x81\xbd\xeb\x81\xbe\xeb\x81\xbf\xeb\x82\x80\xeb\x82\x81\xeb\x82\x82\xeb\x82\x83\xeb\x82\x84\xeb\x82\x85\xeb\x82\x86\xeb\x82\x87\xeb\x82\x88\xeb\x82\x89\xeb\x82\x8a\xeb\x82\x8b\xeb\x82\x8c\xeb\x82\x8d\xeb\x82\x8e\xeb\x82\x8f\xeb\x82\x90\xeb\x82\x91\xeb\x82\x92\xeb\x82\x93\xeb\x82\x94\xeb\x82\x95\xeb\x82\x96\xeb\x82\x97\xeb\x82\x98\xeb\x82\x99\xeb\x82\x9a\xeb\x82\x9b\xeb\x82\x9c\xeb\x82\x9d\xeb\x82\x9e\xeb\x82\x9f\xeb\x82\xa0\xeb\x82\xa1\xeb\x82\xa2\xeb\x82\xa3\xeb\x82\xa4\xeb\x82\xa5\xeb\x82\xa6\xeb\x82\xa7\xeb\x82\xa8\xeb\x82\xa9\xeb\x82\xaa\xeb\x82\xab\xeb\x82\xac\xeb\x82\xad\xeb\x82\xae\xeb\x82\xaf\xeb\x82\xb0\xeb\x82\xb1\xeb\x82\xb2\xeb\x82\xb3\xeb\x82\xb4\xeb\x82\xb5\xeb\x82\xb6\xeb\x82\xb7\xeb\x82\xb8\xeb\x82\xb9\xeb\x82\xba\xeb\x82\xbb\xeb\x82\xbc\xeb\x82\xbd\xeb\x82\xbe\xeb\x82\xbf\xeb\x83\x80\xeb\x83\x81\xeb\x83\x82\xeb\x83\x83\xeb\x83\x84\xeb\x83\x85\xeb\x83\x86\xeb\x83\x87\xeb\x83\x88\xeb\x83\x89\xeb\x83\x8a\xeb\x83\x8b\xeb\x83\x8c\xeb\x83\x8d\xeb\x83\x8e\xeb\x83\x8f\xeb\x83\x90\xeb\x83\x91\xeb\x83\x92\xeb\x83\x93\xeb\x83\x94\xeb\x83\x95\xeb\x83\x96\xeb\x83\x97\xeb\x83\x98\xeb\x83\x99\xeb\x83\x9a\xeb\x83\x9b\xeb\x83\x9c\xeb\x83\x9d\xeb\x83\x9e\xeb\x83\x9f\xeb\x83\xa0\xeb\x83\xa1\xeb\x83\xa2\xeb\x83\xa3\xeb\x83\xa4\xeb\x83\xa5\xeb\x83\xa6\xeb\x83\xa7\xeb\x83\xa8\xeb\x83\xa9\xeb\x83\xaa\xeb\x83\xab\xeb\x83\xac\xeb\x83\xad\xeb\x83\xae\xeb\x83\xaf\xeb\x83\xb0\xeb\x83\xb1\xeb\x83\xb2\xeb\x83\xb3\xeb\x83\xb4\xeb\x83\xb5\xeb\x83\xb6\xeb\x83\xb7\xeb\x83\xb8\xeb\x83\xb9\xeb\x83\xba\xeb\x83\xbb\xeb\x83\xbc\xeb\x83\xbd\xeb\x83\xbe\xeb\x83\xbf\xeb\x84\x80\xeb\x84\x81\xeb\x84\x82\xeb\x84\x83\xeb\x84\x84\xeb\x84\x85\xeb\x84\x86\xeb\x84\x87\xeb\x84\x88\xeb\x84\x89\xeb\x84\x8a\xeb\x84\x8b\xeb\x84\x8c\xeb\x84\x8d\xeb\x84\x8e\xeb\x84\x8f\xeb\x84\x90\xeb\x84\x91\xeb\x84\x92\xeb\x84\x93\xeb\x84\x94\xeb\x84\x95\xeb\x84\x96\xeb\x84\x97\xeb\x84\x98\xeb\x84\x99\xeb\x84\x9a\xeb\x84\x9b\xeb\x84\x9c\xeb\x84\x9d\xeb\x84\x9e\xeb\x84\x9f\xeb\x84\xa0\xeb\x84\xa1\xeb\x84\xa2\xeb\x84\xa3\xeb\x84\xa4\xeb\x84\xa5\xeb\x84\xa6\xeb\x84\xa7\xeb\x84\xa8\xeb\x84\xa9\xeb\x84\xaa\xeb\x84\xab\xeb\x84\xac\xeb\x84\xad\xeb\x84\xae\xeb\x84\xaf\xeb\x84\xb0\xeb\x84\xb1\xeb\x84\xb2\xeb\x84\xb3\xeb\x84\xb4\xeb\x84\xb5\xeb\x84\xb6\xeb\x84\xb7\xeb\x84\xb8\xeb\x84\xb9\xeb\x84\xba\xeb\x84\xbb\xeb\x84\xbc\xeb\x84\xbd\xeb\x84\xbe\xeb\x84\xbf\xeb\x85\x80\xeb\x85\x81\xeb\x85\x82\xeb\x85\x83\xeb\x85\x84\xeb\x85\x85\xeb\x85\x86\xeb\x85\x87\xeb\x85\x88\xeb\x85\x89\xeb\x85\x8a\xeb\x85\x8b\xeb\x85\x8c\xeb\x85\x8d\xeb\x85\x8e\xeb\x85\x8f\xeb\x85\x90\xeb\x85\x91\xeb\x85\x92\xeb\x85\x93\xeb\x85\x94\xeb\x85\x95\xeb\x85\x96\xeb\x85\x97\xeb\x85\x98\xeb\x85\x99\xeb\x85\x9a\xeb\x85\x9b\xeb\x85\x9c\xeb\x85\x9d\xeb\x85\x9e\xeb\x85\x9f\xeb\x85\xa0\xeb\x85\xa1\xeb\x85\xa2\xeb\x85\xa3\xeb\x85\xa4\xeb\x85\xa5\xeb\x85\xa6\xeb\x85\xa7\xeb\x85\xa8\xeb\x85\xa9\xeb\x85\xaa\xeb\x85\xab\xeb\x85\xac\xeb\x85\xad\xeb\x85\xae\xeb\x85\xaf\xeb\x85\xb0\xeb\x85\xb1\xeb\x85\xb2\xeb\x85\xb3\xeb\x85\xb4\xeb\x85\xb5\xeb\x85\xb6\xeb\x85\xb7\xeb\x85\xb8\xeb\x85\xb9\xeb\x85\xba\xeb\x85\xbb\xeb\x85\xbc\xeb\x85\xbd\xeb\x85\xbe\xeb\x85\xbf\xeb\x86\x80\xeb\x86\x81\xeb\x86\x82\xeb\x86\x83\xeb\x86\x84\xeb\x86\x85\xeb\x86\x86\xeb\x86\x87\xeb\x86\x88\xeb\x86\x89\xeb\x86\x8a\xeb\x86\x8b\xeb\x86\x8c\xeb\x86\x8d\xeb\x86\x8e\xeb\x86\x8f\xeb\x86\x90\xeb\x86\x91\xeb\x86\x92\xeb\x86\x93\xeb\x86\x94\xeb\x86\x95\xeb\x86\x96\xeb\x86\x97\xeb\x86\x98\xeb\x86\x99\xeb\x86\x9a\xeb\x86\x9b\xeb\x86\x9c\xeb\x86\x9d\xeb\x86\x9e\xeb\x86\x9f\xeb\x86\xa0\xeb\x86\xa1\xeb\x86\xa2\xeb\x86\xa3\xeb\x86\xa4\xeb\x86\xa5\xeb\x86\xa6\xeb\x86\xa7\xeb\x86\xa8\xeb\x86\xa9\xeb\x86\xaa\xeb\x86\xab\xeb\x86\xac\xeb\x86\xad\xeb\x86\xae\xeb\x86\xaf\xeb\x86\xb0\xeb\x86\xb1\xeb\x86\xb2\xeb\x86\xb3\xeb\x86\xb4\xeb\x86\xb5\xeb\x86\xb6\xeb\x86\xb7\xeb\x86\xb8\xeb\x86\xb9\xeb\x86\xba\xeb\x86\xbb\xeb\x86\xbc\xeb\x86\xbd\xeb\x86\xbe\xeb\x86\xbf\xeb\x87\x80\xeb\x87\x81\xeb\x87\x82\xeb\x87\x83\xeb\x87\x84\xeb\x87\x85\xeb\x87\x86\xeb\x87\x87\xeb\x87\x88\xeb\x87\x89\xeb\x87\x8a\xeb\x87\x8b\xeb\x87\x8c\xeb\x87\x8d\xeb\x87\x8e\xeb\x87\x8f\xeb\x87\x90\xeb\x87\x91\xeb\x87\x92\xeb\x87\x93\xeb\x87\x94\xeb\x87\x95\xeb\x87\x96\xeb\x87\x97\xeb\x87\x98\xeb\x87\x99\xeb\x87\x9a\xeb\x87\x9b\xeb\x87\x9c\xeb\x87\x9d\xeb\x87\x9e\xeb\x87\x9f\xeb\x87\xa0\xeb\x87\xa1\xeb\x87\xa2\xeb\x87\xa3\xeb\x87\xa4\xeb\x87\xa5\xeb\x87\xa6\xeb\x87\xa7\xeb\x87\xa8\xeb\x87\xa9\xeb\x87\xaa\xeb\x87\xab\xeb\x87\xac\xeb\x87\xad\xeb\x87\xae\xeb\x87\xaf\xeb\x87\xb0\xeb\x87\xb1\xeb\x87\xb2\xeb\x87\xb3\xeb\x87\xb4\xeb\x87\xb5\xeb\x87\xb6\xeb\x87\xb7\xeb\x87\xb8\xeb\x87\xb9\xeb\x87\xba\xeb\x87\xbb\xeb\x87\xbc\xeb\x87\xbd\xeb\x87\xbe\xeb\x87\xbf\xeb\x88\x80\xeb\x88\x81\xeb\x88\x82\xeb\x88\x83\xeb\x88\x84\xeb\x88\x85\xeb\x88\x86\xeb\x88\x87\xeb\x88\x88\xeb\x88\x89\xeb\x88\x8a\xeb\x88\x8b\xeb\x88\x8c\xeb\x88\x8d\xeb\x88\x8e\xeb\x88\x8f\xeb\x88\x90\xeb\x88\x91\xeb\x88\x92\xeb\x88\x93\xeb\x88\x94\xeb\x88\x95\xeb\x88\x96\xeb\x88\x97\xeb\x88\x98\xeb\x88\x99\xeb\x88\x9a\xeb\x88\x9b\xeb\x88\x9c\xeb\x88\x9d\xeb\x88\x9e\xeb\x88\x9f\xeb\x88\xa0\xeb\x88\xa1\xeb\x88\xa2\xeb\x88\xa3\xeb\x88\xa4\xeb\x88\xa5\xeb\x88\xa6\xeb\x88\xa7\xeb\x88\xa8\xeb\x88\xa9\xeb\x88\xaa\xeb\x88\xab\xeb\x88\xac\xeb\x88\xad\xeb\x88\xae\xeb\x88\xaf\xeb\x88\xb0\xeb\x88\xb1\xeb\x88\xb2\xeb\x88\xb3\xeb\x88\xb4\xeb\x88\xb5\xeb\x88\xb6\xeb\x88\xb7\xeb\x88\xb8\xeb\x88\xb9\xeb\x88\xba\xeb\x88\xbb\xeb\x88\xbc\xeb\x88\xbd\xeb\x88\xbe\xeb\x88\xbf\xeb\x89\x80\xeb\x89\x81\xeb\x89\x82\xeb\x89\x83\xeb\x89\x84\xeb\x89\x85\xeb\x89\x86\xeb\x89\x87\xeb\x89\x88\xeb\x89\x89\xeb\x89\x8a\xeb\x89\x8b\xeb\x89\x8c\xeb\x89\x8d\xeb\x89\x8e\xeb\x89\x8f\xeb\x89\x90\xeb\x89\x91\xeb\x89\x92\xeb\x89\x93\xeb\x89\x94\xeb\x89\x95\xeb\x89\x96\xeb\x89\x97\xeb\x89\x98\xeb\x89\x99\xeb\x89\x9a\xeb\x89\x9b\xeb\x89\x9c\xeb\x89\x9d\xeb\x89\x9e\xeb\x89\x9f\xeb\x89\xa0\xeb\x89\xa1\xeb\x89\xa2\xeb\x89\xa3\xeb\x89\xa4\xeb\x89\xa5\xeb\x89\xa6\xeb\x89\xa7\xeb\x89\xa8\xeb\x89\xa9\xeb\x89\xaa\xeb\x89\xab\xeb\x89\xac\xeb\x89\xad\xeb\x89\xae\xeb\x89\xaf\xeb\x89\xb0\xeb\x89\xb1\xeb\x89\xb2\xeb\x89\xb3\xeb\x89\xb4\xeb\x89\xb5\xeb\x89\xb6\xeb\x89\xb7\xeb\x89\xb8\xeb\x89\xb9\xeb\x89\xba\xeb\x89\xbb\xeb\x89\xbc\xeb\x89\xbd\xeb\x89\xbe\xeb\x89\xbf\xeb\x8a\x80\xeb\x8a\x81\xeb\x8a\x82\xeb\x8a\x83\xeb\x8a\x84\xeb\x8a\x85\xeb\x8a\x86\xeb\x8a\x87\xeb\x8a\x88\xeb\x8a\x89\xeb\x8a\x8a\xeb\x8a\x8b\xeb\x8a\x8c\xeb\x8a\x8d\xeb\x8a\x8e\xeb\x8a\x8f\xeb\x8a\x90\xeb\x8a\x91\xeb\x8a\x92\xeb\x8a\x93\xeb\x8a\x94\xeb\x8a\x95\xeb\x8a\x96\xeb\x8a\x97\xeb\x8a\x98\xeb\x8a\x99\xeb\x8a\x9a\xeb\x8a\x9b\xeb\x8a\x9c\xeb\x8a\x9d\xeb\x8a\x9e\xeb\x8a\x9f\xeb\x8a\xa0\xeb\x8a\xa1\xeb\x8a\xa2\xeb\x8a\xa3\xeb\x8a\xa4\xeb\x8a\xa5\xeb\x8a\xa6\xeb\x8a\xa7\xeb\x8a\xa8\xeb\x8a\xa9\xeb\x8a\xaa\xeb\x8a\xab\xeb\x8a\xac\xeb\x8a\xad\xeb\x8a\xae\xeb\x8a\xaf\xeb\x8a\xb0\xeb\x8a\xb1\xeb\x8a\xb2\xeb\x8a\xb3\xeb\x8a\xb4\xeb\x8a\xb5\xeb\x8a\xb6\xeb\x8a\xb7\xeb\x8a\xb8\xeb\x8a\xb9\xeb\x8a\xba\xeb\x8a\xbb\xeb\x8a\xbc\xeb\x8a\xbd\xeb\x8a\xbe\xeb\x8a\xbf\xeb\x8b\x80\xeb\x8b\x81\xeb\x8b\x82\xeb\x8b\x83\xeb\x8b\x84\xeb\x8b\x85\xeb\x8b\x86\xeb\x8b\x87\xeb\x8b\x88\xeb\x8b\x89\xeb\x8b\x8a\xeb\x8b\x8b\xeb\x8b\x8c\xeb\x8b\x8d\xeb\x8b\x8e\xeb\x8b\x8f\xeb\x8b\x90\xeb\x8b\x91\xeb\x8b\x92\xeb\x8b\x93\xeb\x8b\x94\xeb\x8b\x95\xeb\x8b\x96\xeb\x8b\x97\xeb\x8b\x98\xeb\x8b\x99\xeb\x8b\x9a\xeb\x8b\x9b\xeb\x8b\x9c\xeb\x8b\x9d\xeb\x8b\x9e\xeb\x8b\x9f\xeb\x8b\xa0\xeb\x8b\xa1\xeb\x8b\xa2\xeb\x8b\xa3\xeb\x8b\xa4\xeb\x8b\xa5\xeb\x8b\xa6\xeb\x8b\xa7\xeb\x8b\xa8\xeb\x8b\xa9\xeb\x8b\xaa\xeb\x8b\xab\xeb\x8b\xac\xeb\x8b\xad\xeb\x8b\xae\xeb\x8b\xaf\xeb\x8b\xb0\xeb\x8b\xb1\xeb\x8b\xb2\xeb\x8b\xb3\xeb\x8b\xb4\xeb\x8b\xb5\xeb\x8b\xb6\xeb\x8b\xb7\xeb\x8b\xb8\xeb\x8b\xb9\xeb\x8b\xba\xeb\x8b\xbb\xeb\x8b\xbc\xeb\x8b\xbd\xeb\x8b\xbe\xeb\x8b\xbf\xeb\x8c\x80\xeb\x8c\x81\xeb\x8c\x82\xeb\x8c\x83\xeb\x8c\x84\xeb\x8c\x85\xeb\x8c\x86\xeb\x8c\x87\xeb\x8c\x88\xeb\x8c\x89\xeb\x8c\x8a\xeb\x8c\x8b\xeb\x8c\x8c\xeb\x8c\x8d\xeb\x8c\x8e\xeb\x8c\x8f\xeb\x8c\x90\xeb\x8c\x91\xeb\x8c\x92\xeb\x8c\x93\xeb\x8c\x94\xeb\x8c\x95\xeb\x8c\x96\xeb\x8c\x97\xeb\x8c\x98\xeb\x8c\x99\xeb\x8c\x9a\xeb\x8c\x9b\xeb\x8c\x9c\xeb\x8c\x9d\xeb\x8c\x9e\xeb\x8c\x9f\xeb\x8c\xa0\xeb\x8c\xa1\xeb\x8c\xa2\xeb\x8c\xa3\xeb\x8c\xa4\xeb\x8c\xa5\xeb\x8c\xa6\xeb\x8c\xa7\xeb\x8c\xa8\xeb\x8c\xa9\xeb\x8c\xaa\xeb\x8c\xab\xeb\x8c\xac\xeb\x8c\xad\xeb\x8c\xae\xeb\x8c\xaf\xeb\x8c\xb0\xeb\x8c\xb1\xeb\x8c\xb2\xeb\x8c\xb3\xeb\x8c\xb4\xeb\x8c\xb5\xeb\x8c\xb6\xeb\x8c\xb7\xeb\x8c\xb8\xeb\x8c\xb9\xeb\x8c\xba\xeb\x8c\xbb\xeb\x8c\xbc\xeb\x8c\xbd\xeb\x8c\xbe\xeb\x8c\xbf\xeb\x8d\x80\xeb\x8d\x81\xeb\x8d\x82\xeb\x8d\x83\xeb\x8d\x84\xeb\x8d\x85\xeb\x8d\x86\xeb\x8d\x87\xeb\x8d\x88\xeb\x8d\x89\xeb\x8d\x8a\xeb\x8d\x8b\xeb\x8d\x8c\xeb\x8d\x8d\xeb\x8d\x8e\xeb\x8d\x8f\xeb\x8d\x90\xeb\x8d\x91\xeb\x8d\x92\xeb\x8d\x93\xeb\x8d\x94\xeb\x8d\x95\xeb\x8d\x96\xeb\x8d\x97\xeb\x8d\x98\xeb\x8d\x99\xeb\x8d\x9a\xeb\x8d\x9b\xeb\x8d\x9c\xeb\x8d\x9d\xeb\x8d\x9e\xeb\x8d\x9f\xeb\x8d\xa0\xeb\x8d\xa1\xeb\x8d\xa2\xeb\x8d\xa3\xeb\x8d\xa4\xeb\x8d\xa5\xeb\x8d\xa6\xeb\x8d\xa7\xeb\x8d\xa8\xeb\x8d\xa9\xeb\x8d\xaa\xeb\x8d\xab\xeb\x8d\xac\xeb\x8d\xad\xeb\x8d\xae\xeb\x8d\xaf\xeb\x8d\xb0\xeb\x8d\xb1\xeb\x8d\xb2\xeb\x8d\xb3\xeb\x8d\xb4\xeb\x8d\xb5\xeb\x8d\xb6\xeb\x8d\xb7\xeb\x8d\xb8\xeb\x8d\xb9\xeb\x8d\xba\xeb\x8d\xbb\xeb\x8d\xbc\xeb\x8d\xbd\xeb\x8d\xbe\xeb\x8d\xbf\xeb\x8e\x80\xeb\x8e\x81\xeb\x8e\x82\xeb\x8e\x83\xeb\x8e\x84\xeb\x8e\x85\xeb\x8e\x86\xeb\x8e\x87\xeb\x8e\x88\xeb\x8e\x89\xeb\x8e\x8a\xeb\x8e\x8b\xeb\x8e\x8c\xeb\x8e\x8d\xeb\x8e\x8e\xeb\x8e\x8f\xeb\x8e\x90\xeb\x8e\x91\xeb\x8e\x92\xeb\x8e\x93\xeb\x8e\x94\xeb\x8e\x95\xeb\x8e\x96\xeb\x8e\x97\xeb\x8e\x98\xeb\x8e\x99\xeb\x8e\x9a\xeb\x8e\x9b\xeb\x8e\x9c\xeb\x8e\x9d\xeb\x8e\x9e\xeb\x8e\x9f\xeb\x8e\xa0\xeb\x8e\xa1\xeb\x8e\xa2\xeb\x8e\xa3\xeb\x8e\xa4\xeb\x8e\xa5\xeb\x8e\xa6\xeb\x8e\xa7\xeb\x8e\xa8\xeb\x8e\xa9\xeb\x8e\xaa\xeb\x8e\xab\xeb\x8e\xac\xeb\x8e\xad\xeb\x8e\xae\xeb\x8e\xaf\xeb\x8e\xb0\xeb\x8e\xb1\xeb\x8e\xb2\xeb\x8e\xb3\xeb\x8e\xb4\xeb\x8e\xb5\xeb\x8e\xb6\xeb\x8e\xb7\xeb\x8e\xb8\xeb\x8e\xb9\xeb\x8e\xba\xeb\x8e\xbb\xeb\x8e\xbc\xeb\x8e\xbd\xeb\x8e\xbe\xeb\x8e\xbf\xeb\x8f\x80\xeb\x8f\x81\xeb\x8f\x82\xeb\x8f\x83\xeb\x8f\x84\xeb\x8f\x85\xeb\x8f\x86\xeb\x8f\x87\xeb\x8f\x88\xeb\x8f\x89\xeb\x8f\x8a\xeb\x8f\x8b\xeb\x8f\x8c\xeb\x8f\x8d\xeb\x8f\x8e\xeb\x8f\x8f\xeb\x8f\x90\xeb\x8f\x91\xeb\x8f\x92\xeb\x8f\x93\xeb\x8f\x94\xeb\x8f\x95\xeb\x8f\x96\xeb\x8f\x97\xeb\x8f\x98\xeb\x8f\x99\xeb\x8f\x9a\xeb\x8f\x9b\xeb\x8f\x9c\xeb\x8f\x9d\xeb\x8f\x9e\xeb\x8f\x9f\xeb\x8f\xa0\xeb\x8f\xa1\xeb\x8f\xa2\xeb\x8f\xa3\xeb\x8f\xa4\xeb\x8f\xa5\xeb\x8f\xa6\xeb\x8f\xa7\xeb\x8f\xa8\xeb\x8f\xa9\xeb\x8f\xaa\xeb\x8f\xab\xeb\x8f\xac\xeb\x8f\xad\xeb\x8f\xae\xeb\x8f\xaf\xeb\x8f\xb0\xeb\x8f\xb1\xeb\x8f\xb2\xeb\x8f\xb3\xeb\x8f\xb4\xeb\x8f\xb5\xeb\x8f\xb6\xeb\x8f\xb7\xeb\x8f\xb8\xeb\x8f\xb9\xeb\x8f\xba\xeb\x8f\xbb\xeb\x8f\xbc\xeb\x8f\xbd\xeb\x8f\xbe\xeb\x8f\xbf\xeb\x90\x80\xeb\x90\x81\xeb\x90\x82\xeb\x90\x83\xeb\x90\x84\xeb\x90\x85\xeb\x90\x86\xeb\x90\x87\xeb\x90\x88\xeb\x90\x89\xeb\x90\x8a\xeb\x90\x8b\xeb\x90\x8c\xeb\x90\x8d\xeb\x90\x8e\xeb\x90\x8f\xeb\x90\x90\xeb\x90\x91\xeb\x90\x92\xeb\x90\x93\xeb\x90\x94\xeb\x90\x95\xeb\x90\x96\xeb\x90\x97\xeb\x90\x98\xeb\x90\x99\xeb\x90\x9a\xeb\x90\x9b\xeb\x90\x9c\xeb\x90\x9d\xeb\x90\x9e\xeb\x90\x9f\xeb\x90\xa0\xeb\x90\xa1\xeb\x90\xa2\xeb\x90\xa3\xeb\x90\xa4\xeb\x90\xa5\xeb\x90\xa6\xeb\x90\xa7\xeb\x90\xa8\xeb\x90\xa9\xeb\x90\xaa\xeb\x90\xab\xeb\x90\xac\xeb\x90\xad\xeb\x90\xae\xeb\x90\xaf\xeb\x90\xb0\xeb\x90\xb1\xeb\x90\xb2\xeb\x90\xb3\xeb\x90\xb4\xeb\x90\xb5\xeb\x90\xb6\xeb\x90\xb7\xeb\x90\xb8\xeb\x90\xb9\xeb\x90\xba\xeb\x90\xbb\xeb\x90\xbc\xeb\x90\xbd\xeb\x90\xbe\xeb\x90\xbf\xeb\x91\x80\xeb\x91\x81\xeb\x91\x82\xeb\x91\x83\xeb\x91\x84\xeb\x91\x85\xeb\x91\x86\xeb\x91\x87\xeb\x91\x88\xeb\x91\x89\xeb\x91\x8a\xeb\x91\x8b\xeb\x91\x8c\xeb\x91\x8d\xeb\x91\x8e\xeb\x91\x8f\xeb\x91\x90\xeb\x91\x91\xeb\x91\x92\xeb\x91\x93\xeb\x91\x94\xeb\x91\x95\xeb\x91\x96\xeb\x91\x97\xeb\x91\x98\xeb\x91\x99\xeb\x91\x9a\xeb\x91\x9b\xeb\x91\x9c\xeb\x91\x9d\xeb\x91\x9e\xeb\x91\x9f\xeb\x91\xa0\xeb\x91\xa1\xeb\x91\xa2\xeb\x91\xa3\xeb\x91\xa4\xeb\x91\xa5\xeb\x91\xa6\xeb\x91\xa7\xeb\x91\xa8\xeb\x91\xa9\xeb\x91\xaa\xeb\x91\xab\xeb\x91\xac\xeb\x91\xad\xeb\x91\xae\xeb\x91\xaf\xeb\x91\xb0\xeb\x91\xb1\xeb\x91\xb2\xeb\x91\xb3\xeb\x91\xb4\xeb\x91\xb5\xeb\x91\xb6\xeb\x91\xb7\xeb\x91\xb8\xeb\x91\xb9\xeb\x91\xba\xeb\x91\xbb\xeb\x91\xbc\xeb\x91\xbd\xeb\x91\xbe\xeb\x91\xbf\xeb\x92\x80\xeb\x92\x81\xeb\x92\x82\xeb\x92\x83\xeb\x92\x84\xeb\x92\x85\xeb\x92\x86\xeb\x92\x87\xeb\x92\x88\xeb\x92\x89\xeb\x92\x8a\xeb\x92\x8b\xeb\x92\x8c\xeb\x92\x8d\xeb\x92\x8e\xeb\x92\x8f\xeb\x92\x90\xeb\x92\x91\xeb\x92\x92\xeb\x92\x93\xeb\x92\x94\xeb\x92\x95\xeb\x92\x96\xeb\x92\x97\xeb\x92\x98\xeb\x92\x99\xeb\x92\x9a\xeb\x92\x9b\xeb\x92\x9c\xeb\x92\x9d\xeb\x92\x9e\xeb\x92\x9f\xeb\x92\xa0\xeb\x92\xa1\xeb\x92\xa2\xeb\x92\xa3\xeb\x92\xa4\xeb\x92\xa5\xeb\x92\xa6\xeb\x92\xa7\xeb\x92\xa8\xeb\x92\xa9\xeb\x92\xaa\xeb\x92\xab\xeb\x92\xac\xeb\x92\xad\xeb\x92\xae\xeb\x92\xaf\xeb\x92\xb0\xeb\x92\xb1\xeb\x92\xb2\xeb\x92\xb3\xeb\x92\xb4\xeb\x92\xb5\xeb\x92\xb6\xeb\x92\xb7\xeb\x92\xb8\xeb\x92\xb9\xeb\x92\xba\xeb\x92\xbb\xeb\x92\xbc\xeb\x92\xbd\xeb\x92\xbe\xeb\x92\xbf\xeb\x93\x80\xeb\x93\x81\xeb\x93\x82\xeb\x93\x83\xeb\x93\x84\xeb\x93\x85\xeb\x93\x86\xeb\x93\x87\xeb\x93\x88\xeb\x93\x89\xeb\x93\x8a\xeb\x93\x8b\xeb\x93\x8c\xeb\x93\x8d\xeb\x93\x8e\xeb\x93\x8f\xeb\x93\x90\xeb\x93\x91\xeb\x93\x92\xeb\x93\x93\xeb\x93\x94\xeb\x93\x95\xeb\x93\x96\xeb\x93\x97\xeb\x93\x98\xeb\x93\x99\xeb\x93\x9a\xeb\x93\x9b\xeb\x93\x9c\xeb\x93\x9d\xeb\x93\x9e\xeb\x93\x9f\xeb\x93\xa0\xeb\x93\xa1\xeb\x93\xa2\xeb\x93\xa3\xeb\x93\xa4\xeb\x93\xa5\xeb\x93\xa6\xeb\x93\xa7\xeb\x93\xa8\xeb\x93\xa9\xeb\x93\xaa\xeb\x93\xab\xeb\x93\xac\xeb\x93\xad\xeb\x93\xae\xeb\x93\xaf\xeb\x93\xb0\xeb\x93\xb1\xeb\x93\xb2\xeb\x93\xb3\xeb\x93\xb4\xeb\x93\xb5\xeb\x93\xb6\xeb\x93\xb7\xeb\x93\xb8\xeb\x93\xb9\xeb\x93\xba\xeb\x93\xbb\xeb\x93\xbc\xeb\x93\xbd\xeb\x93\xbe\xeb\x93\xbf\xeb\x94\x80\xeb\x94\x81\xeb\x94\x82\xeb\x94\x83\xeb\x94\x84\xeb\x94\x85\xeb\x94\x86\xeb\x94\x87\xeb\x94\x88\xeb\x94\x89\xeb\x94\x8a\xeb\x94\x8b\xeb\x94\x8c\xeb\x94\x8d\xeb\x94\x8e\xeb\x94\x8f\xeb\x94\x90\xeb\x94\x91\xeb\x94\x92\xeb\x94\x93\xeb\x94\x94\xeb\x94\x95\xeb\x94\x96\xeb\x94\x97\xeb\x94\x98\xeb\x94\x99\xeb\x94\x9a\xeb\x94\x9b\xeb\x94\x9c\xeb\x94\x9d\xeb\x94\x9e\xeb\x94\x9f\xeb\x94\xa0\xeb\x94\xa1\xeb\x94\xa2\xeb\x94\xa3\xeb\x94\xa4\xeb\x94\xa5\xeb\x94\xa6\xeb\x94\xa7\xeb\x94\xa8\xeb\x94\xa9\xeb\x94\xaa\xeb\x94\xab\xeb\x94\xac\xeb\x94\xad\xeb\x94\xae\xeb\x94\xaf\xeb\x94\xb0\xeb\x94\xb1\xeb\x94\xb2\xeb\x94\xb3\xeb\x94\xb4\xeb\x94\xb5\xeb\x94\xb6\xeb\x94\xb7\xeb\x94\xb8\xeb\x94\xb9\xeb\x94\xba\xeb\x94\xbb\xeb\x94\xbc\xeb\x94\xbd\xeb\x94\xbe\xeb\x94\xbf\xeb\x95\x80\xeb\x95\x81\xeb\x95\x82\xeb\x95\x83\xeb\x95\x84\xeb\x95\x85\xeb\x95\x86\xeb\x95\x87\xeb\x95\x88\xeb\x95\x89\xeb\x95\x8a\xeb\x95\x8b\xeb\x95\x8c\xeb\x95\x8d\xeb\x95\x8e\xeb\x95\x8f\xeb\x95\x90\xeb\x95\x91\xeb\x95\x92\xeb\x95\x93\xeb\x95\x94\xeb\x95\x95\xeb\x95\x96\xeb\x95\x97\xeb\x95\x98\xeb\x95\x99\xeb\x95\x9a\xeb\x95\x9b\xeb\x95\x9c\xeb\x95\x9d\xeb\x95\x9e\xeb\x95\x9f\xeb\x95\xa0\xeb\x95\xa1\xeb\x95\xa2\xeb\x95\xa3\xeb\x95\xa4\xeb\x95\xa5\xeb\x95\xa6\xeb\x95\xa7\xeb\x95\xa8\xeb\x95\xa9\xeb\x95\xaa\xeb\x95\xab\xeb\x95\xac\xeb\x95\xad\xeb\x95\xae\xeb\x95\xaf\xeb\x95\xb0\xeb\x95\xb1\xeb\x95\xb2\xeb\x95\xb3\xeb\x95\xb4\xeb\x95\xb5\xeb\x95\xb6\xeb\x95\xb7\xeb\x95\xb8\xeb\x95\xb9\xeb\x95\xba\xeb\x95\xbb\xeb\x95\xbc\xeb\x95\xbd\xeb\x95\xbe\xeb\x95\xbf\xeb\x96\x80\xeb\x96\x81\xeb\x96\x82\xeb\x96\x83\xeb\x96\x84\xeb\x96\x85\xeb\x96\x86\xeb\x96\x87\xeb\x96\x88\xeb\x96\x89\xeb\x96\x8a\xeb\x96\x8b\xeb\x96\x8c\xeb\x96\x8d\xeb\x96\x8e\xeb\x96\x8f\xeb\x96\x90\xeb\x96\x91\xeb\x96\x92\xeb\x96\x93\xeb\x96\x94\xeb\x96\x95\xeb\x96\x96\xeb\x96\x97\xeb\x96\x98\xeb\x96\x99\xeb\x96\x9a\xeb\x96\x9b\xeb\x96\x9c\xeb\x96\x9d\xeb\x96\x9e\xeb\x96\x9f\xeb\x96\xa0\xeb\x96\xa1\xeb\x96\xa2\xeb\x96\xa3\xeb\x96\xa4\xeb\x96\xa5\xeb\x96\xa6\xeb\x96\xa7\xeb\x96\xa8\xeb\x96\xa9\xeb\x96\xaa\xeb\x96\xab\xeb\x96\xac\xeb\x96\xad\xeb\x96\xae\xeb\x96\xaf\xeb\x96\xb0\xeb\x96\xb1\xeb\x96\xb2\xeb\x96\xb3\xeb\x96\xb4\xeb\x96\xb5\xeb\x96\xb6\xeb\x96\xb7\xeb\x96\xb8\xeb\x96\xb9\xeb\x96\xba\xeb\x96\xbb\xeb\x96\xbc\xeb\x96\xbd\xeb\x96\xbe\xeb\x96\xbf\xeb\x97\x80\xeb\x97\x81\xeb\x97\x82\xeb\x97\x83\xeb\x97\x84\xeb\x97\x85\xeb\x97\x86\xeb\x97\x87\xeb\x97\x88\xeb\x97\x89\xeb\x97\x8a\xeb\x97\x8b\xeb\x97\x8c\xeb\x97\x8d\xeb\x97\x8e\xeb\x97\x8f\xeb\x97\x90\xeb\x97\x91\xeb\x97\x92\xeb\x97\x93\xeb\x97\x94\xeb\x97\x95\xeb\x97\x96\xeb\x97\x97\xeb\x97\x98\xeb\x97\x99\xeb\x97\x9a\xeb\x97\x9b\xeb\x97\x9c\xeb\x97\x9d\xeb\x97\x9e\xeb\x97\x9f\xeb\x97\xa0\xeb\x97\xa1\xeb\x97\xa2\xeb\x97\xa3\xeb\x97\xa4\xeb\x97\xa5\xeb\x97\xa6\xeb\x97\xa7\xeb\x97\xa8\xeb\x97\xa9\xeb\x97\xaa\xeb\x97\xab\xeb\x97\xac\xeb\x97\xad\xeb\x97\xae\xeb\x97\xaf\xeb\x97\xb0\xeb\x97\xb1\xeb\x97\xb2\xeb\x97\xb3\xeb\x97\xb4\xeb\x97\xb5\xeb\x97\xb6\xeb\x97\xb7\xeb\x97\xb8\xeb\x97\xb9\xeb\x97\xba\xeb\x97\xbb\xeb\x97\xbc\xeb\x97\xbd\xeb\x97\xbe\xeb\x97\xbf\xeb\x98\x80\xeb\x98\x81\xeb\x98\x82\xeb\x98\x83\xeb\x98\x84\xeb\x98\x85\xeb\x98\x86\xeb\x98\x87\xeb\x98\x88\xeb\x98\x89\xeb\x98\x8a\xeb\x98\x8b\xeb\x98\x8c\xeb\x98\x8d\xeb\x98\x8e\xeb\x98\x8f\xeb\x98\x90\xeb\x98\x91\xeb\x98\x92\xeb\x98\x93\xeb\x98\x94\xeb\x98\x95\xeb\x98\x96\xeb\x98\x97\xeb\x98\x98\xeb\x98\x99\xeb\x98\x9a\xeb\x98\x9b\xeb\x98\x9c\xeb\x98\x9d\xeb\x98\x9e\xeb\x98\x9f\xeb\x98\xa0\xeb\x98\xa1\xeb\x98\xa2\xeb\x98\xa3\xeb\x98\xa4\xeb\x98\xa5\xeb\x98\xa6\xeb\x98\xa7\xeb\x98\xa8\xeb\x98\xa9\xeb\x98\xaa\xeb\x98\xab\xeb\x98\xac\xeb\x98\xad\xeb\x98\xae\xeb\x98\xaf\xeb\x98\xb0\xeb\x98\xb1\xeb\x98\xb2\xeb\x98\xb3\xeb\x98\xb4\xeb\x98\xb5\xeb\x98\xb6\xeb\x98\xb7\xeb\x98\xb8\xeb\x98\xb9\xeb\x98\xba\xeb\x98\xbb\xeb\x98\xbc\xeb\x98\xbd\xeb\x98\xbe\xeb\x98\xbf\xeb\x99\x80\xeb\x99\x81\xeb\x99\x82\xeb\x99\x83\xeb\x99\x84\xeb\x99\x85\xeb\x99\x86\xeb\x99\x87\xeb\x99\x88\xeb\x99\x89\xeb\x99\x8a\xeb\x99\x8b\xeb\x99\x8c\xeb\x99\x8d\xeb\x99\x8e\xeb\x99\x8f\xeb\x99\x90\xeb\x99\x91\xeb\x99\x92\xeb\x99\x93\xeb\x99\x94\xeb\x99\x95\xeb\x99\x96\xeb\x99\x97\xeb\x99\x98\xeb\x99\x99\xeb\x99\x9a\xeb\x99\x9b\xeb\x99\x9c\xeb\x99\x9d\xeb\x99\x9e\xeb\x99\x9f\xeb\x99\xa0\xeb\x99\xa1\xeb\x99\xa2\xeb\x99\xa3\xeb\x99\xa4\xeb\x99\xa5\xeb\x99\xa6\xeb\x99\xa7\xeb\x99\xa8\xeb\x99\xa9\xeb\x99\xaa\xeb\x99\xab\xeb\x99\xac\xeb\x99\xad\xeb\x99\xae\xeb\x99\xaf\xeb\x99\xb0\xeb\x99\xb1\xeb\x99\xb2\xeb\x99\xb3\xeb\x99\xb4\xeb\x99\xb5\xeb\x99\xb6\xeb\x99\xb7\xeb\x99\xb8\xeb\x99\xb9\xeb\x99\xba\xeb\x99\xbb\xeb\x99\xbc\xeb\x99\xbd\xeb\x99\xbe\xeb\x99\xbf\xeb\x9a\x80\xeb\x9a\x81\xeb\x9a\x82\xeb\x9a\x83\xeb\x9a\x84\xeb\x9a\x85\xeb\x9a\x86\xeb\x9a\x87\xeb\x9a\x88\xeb\x9a\x89\xeb\x9a\x8a\xeb\x9a\x8b\xeb\x9a\x8c\xeb\x9a\x8d\xeb\x9a\x8e\xeb\x9a\x8f\xeb\x9a\x90\xeb\x9a\x91\xeb\x9a\x92\xeb\x9a\x93\xeb\x9a\x94\xeb\x9a\x95\xeb\x9a\x96\xeb\x9a\x97\xeb\x9a\x98\xeb\x9a\x99\xeb\x9a\x9a\xeb\x9a\x9b\xeb\x9a\x9c\xeb\x9a\x9d\xeb\x9a\x9e\xeb\x9a\x9f\xeb\x9a\xa0\xeb\x9a\xa1\xeb\x9a\xa2\xeb\x9a\xa3\xeb\x9a\xa4\xeb\x9a\xa5\xeb\x9a\xa6\xeb\x9a\xa7\xeb\x9a\xa8\xeb\x9a\xa9\xeb\x9a\xaa\xeb\x9a\xab\xeb\x9a\xac\xeb\x9a\xad\xeb\x9a\xae\xeb\x9a\xaf\xeb\x9a\xb0\xeb\x9a\xb1\xeb\x9a\xb2\xeb\x9a\xb3\xeb\x9a\xb4\xeb\x9a\xb5\xeb\x9a\xb6\xeb\x9a\xb7\xeb\x9a\xb8\xeb\x9a\xb9\xeb\x9a\xba\xeb\x9a\xbb\xeb\x9a\xbc\xeb\x9a\xbd\xeb\x9a\xbe\xeb\x9a\xbf\xeb\x9b\x80\xeb\x9b\x81\xeb\x9b\x82\xeb\x9b\x83\xeb\x9b\x84\xeb\x9b\x85\xeb\x9b\x86\xeb\x9b\x87\xeb\x9b\x88\xeb\x9b\x89\xeb\x9b\x8a\xeb\x9b\x8b\xeb\x9b\x8c\xeb\x9b\x8d\xeb\x9b\x8e\xeb\x9b\x8f\xeb\x9b\x90\xeb\x9b\x91\xeb\x9b\x92\xeb\x9b\x93\xeb\x9b\x94\xeb\x9b\x95\xeb\x9b\x96\xeb\x9b\x97\xeb\x9b\x98\xeb\x9b\x99\xeb\x9b\x9a\xeb\x9b\x9b\xeb\x9b\x9c\xeb\x9b\x9d\xeb\x9b\x9e\xeb\x9b\x9f\xeb\x9b\xa0\xeb\x9b\xa1\xeb\x9b\xa2\xeb\x9b\xa3\xeb\x9b\xa4\xeb\x9b\xa5\xeb\x9b\xa6\xeb\x9b\xa7\xeb\x9b\xa8\xeb\x9b\xa9\xeb\x9b\xaa\xeb\x9b\xab\xeb\x9b\xac\xeb\x9b\xad\xeb\x9b\xae\xeb\x9b\xaf\xeb\x9b\xb0\xeb\x9b\xb1\xeb\x9b\xb2\xeb\x9b\xb3\xeb\x9b\xb4\xeb\x9b\xb5\xeb\x9b\xb6\xeb\x9b\xb7\xeb\x9b\xb8\xeb\x9b\xb9\xeb\x9b\xba\xeb\x9b\xbb\xeb\x9b\xbc\xeb\x9b\xbd\xeb\x9b\xbe\xeb\x9b\xbf\xeb\x9c\x80\xeb\x9c\x81\xeb\x9c\x82\xeb\x9c\x83\xeb\x9c\x84\xeb\x9c\x85\xeb\x9c\x86\xeb\x9c\x87\xeb\x9c\x88\xeb\x9c\x89\xeb\x9c\x8a\xeb\x9c\x8b\xeb\x9c\x8c\xeb\x9c\x8d\xeb\x9c\x8e\xeb\x9c\x8f\xeb\x9c\x90\xeb\x9c\x91\xeb\x9c\x92\xeb\x9c\x93\xeb\x9c\x94\xeb\x9c\x95\xeb\x9c\x96\xeb\x9c\x97\xeb\x9c\x98\xeb\x9c\x99\xeb\x9c\x9a\xeb\x9c\x9b\xeb\x9c\x9c\xeb\x9c\x9d\xeb\x9c\x9e\xeb\x9c\x9f\xeb\x9c\xa0\xeb\x9c\xa1\xeb\x9c\xa2\xeb\x9c\xa3\xeb\x9c\xa4\xeb\x9c\xa5\xeb\x9c\xa6\xeb\x9c\xa7\xeb\x9c\xa8\xeb\x9c\xa9\xeb\x9c\xaa\xeb\x9c\xab\xeb\x9c\xac\xeb\x9c\xad\xeb\x9c\xae\xeb\x9c\xaf\xeb\x9c\xb0\xeb\x9c\xb1\xeb\x9c\xb2\xeb\x9c\xb3\xeb\x9c\xb4\xeb\x9c\xb5\xeb\x9c\xb6\xeb\x9c\xb7\xeb\x9c\xb8\xeb\x9c\xb9\xeb\x9c\xba\xeb\x9c\xbb\xeb\x9c\xbc\xeb\x9c\xbd\xeb\x9c\xbe\xeb\x9c\xbf\xeb\x9d\x80\xeb\x9d\x81\xeb\x9d\x82\xeb\x9d\x83\xeb\x9d\x84\xeb\x9d\x85\xeb\x9d\x86\xeb\x9d\x87\xeb\x9d\x88\xeb\x9d\x89\xeb\x9d\x8a\xeb\x9d\x8b\xeb\x9d\x8c\xeb\x9d\x8d\xeb\x9d\x8e\xeb\x9d\x8f\xeb\x9d\x90\xeb\x9d\x91\xeb\x9d\x92\xeb\x9d\x93\xeb\x9d\x94\xeb\x9d\x95\xeb\x9d\x96\xeb\x9d\x97\xeb\x9d\x98\xeb\x9d\x99\xeb\x9d\x9a\xeb\x9d\x9b\xeb\x9d\x9c\xeb\x9d\x9d\xeb\x9d\x9e\xeb\x9d\x9f\xeb\x9d\xa0\xeb\x9d\xa1\xeb\x9d\xa2\xeb\x9d\xa3\xeb\x9d\xa4\xeb\x9d\xa5\xeb\x9d\xa6\xeb\x9d\xa7\xeb\x9d\xa8\xeb\x9d\xa9\xeb\x9d\xaa\xeb\x9d\xab\xeb\x9d\xac\xeb\x9d\xad\xeb\x9d\xae\xeb\x9d\xaf\xeb\x9d\xb0\xeb\x9d\xb1\xeb\x9d\xb2\xeb\x9d\xb3\xeb\x9d\xb4\xeb\x9d\xb5\xeb\x9d\xb6\xeb\x9d\xb7\xeb\x9d\xb8\xeb\x9d\xb9\xeb\x9d\xba\xeb\x9d\xbb\xeb\x9d\xbc\xeb\x9d\xbd\xeb\x9d\xbe\xeb\x9d\xbf\xeb\x9e\x80\xeb\x9e\x81\xeb\x9e\x82\xeb\x9e\x83\xeb\x9e\x84\xeb\x9e\x85\xeb\x9e\x86\xeb\x9e\x87\xeb\x9e\x88\xeb\x9e\x89\xeb\x9e\x8a\xeb\x9e\x8b\xeb\x9e\x8c\xeb\x9e\x8d\xeb\x9e\x8e\xeb\x9e\x8f\xeb\x9e\x90\xeb\x9e\x91\xeb\x9e\x92\xeb\x9e\x93\xeb\x9e\x94\xeb\x9e\x95\xeb\x9e\x96\xeb\x9e\x97\xeb\x9e\x98\xeb\x9e\x99\xeb\x9e\x9a\xeb\x9e\x9b\xeb\x9e\x9c\xeb\x9e\x9d\xeb\x9e\x9e\xeb\x9e\x9f\xeb\x9e\xa0\xeb\x9e\xa1\xeb\x9e\xa2\xeb\x9e\xa3\xeb\x9e\xa4\xeb\x9e\xa5\xeb\x9e\xa6\xeb\x9e\xa7\xeb\x9e\xa8\xeb\x9e\xa9\xeb\x9e\xaa\xeb\x9e\xab\xeb\x9e\xac\xeb\x9e\xad\xeb\x9e\xae\xeb\x9e\xaf\xeb\x9e\xb0\xeb\x9e\xb1\xeb\x9e\xb2\xeb\x9e\xb3\xeb\x9e\xb4\xeb\x9e\xb5\xeb\x9e\xb6\xeb\x9e\xb7\xeb\x9e\xb8\xeb\x9e\xb9\xeb\x9e\xba\xeb\x9e\xbb\xeb\x9e\xbc\xeb\x9e\xbd\xeb\x9e\xbe\xeb\x9e\xbf\xeb\x9f\x80\xeb\x9f\x81\xeb\x9f\x82\xeb\x9f\x83\xeb\x9f\x84\xeb\x9f\x85\xeb\x9f\x86\xeb\x9f\x87\xeb\x9f\x88\xeb\x9f\x89\xeb\x9f\x8a\xeb\x9f\x8b\xeb\x9f\x8c\xeb\x9f\x8d\xeb\x9f\x8e\xeb\x9f\x8f\xeb\x9f\x90\xeb\x9f\x91\xeb\x9f\x92\xeb\x9f\x93\xeb\x9f\x94\xeb\x9f\x95\xeb\x9f\x96\xeb\x9f\x97\xeb\x9f\x98\xeb\x9f\x99\xeb\x9f\x9a\xeb\x9f\x9b\xeb\x9f\x9c\xeb\x9f\x9d\xeb\x9f\x9e\xeb\x9f\x9f\xeb\x9f\xa0\xeb\x9f\xa1\xeb\x9f\xa2\xeb\x9f\xa3\xeb\x9f\xa4\xeb\x9f\xa5\xeb\x9f\xa6\xeb\x9f\xa7\xeb\x9f\xa8\xeb\x9f\xa9\xeb\x9f\xaa\xeb\x9f\xab\xeb\x9f\xac\xeb\x9f\xad\xeb\x9f\xae\xeb\x9f\xaf\xeb\x9f\xb0\xeb\x9f\xb1\xeb\x9f\xb2\xeb\x9f\xb3\xeb\x9f\xb4\xeb\x9f\xb5\xeb\x9f\xb6\xeb\x9f\xb7\xeb\x9f\xb8\xeb\x9f\xb9\xeb\x9f\xba\xeb\x9f\xbb\xeb\x9f\xbc\xeb\x9f\xbd\xeb\x9f\xbe\xeb\x9f\xbf\xeb\xa0\x80\xeb\xa0\x81\xeb\xa0\x82\xeb\xa0\x83\xeb\xa0\x84\xeb\xa0\x85\xeb\xa0\x86\xeb\xa0\x87\xeb\xa0\x88\xeb\xa0\x89\xeb\xa0\x8a\xeb\xa0\x8b\xeb\xa0\x8c\xeb\xa0\x8d\xeb\xa0\x8e\xeb\xa0\x8f\xeb\xa0\x90\xeb\xa0\x91\xeb\xa0\x92\xeb\xa0\x93\xeb\xa0\x94\xeb\xa0\x95\xeb\xa0\x96\xeb\xa0\x97\xeb\xa0\x98\xeb\xa0\x99\xeb\xa0\x9a\xeb\xa0\x9b\xeb\xa0\x9c\xeb\xa0\x9d\xeb\xa0\x9e\xeb\xa0\x9f\xeb\xa0\xa0\xeb\xa0\xa1\xeb\xa0\xa2\xeb\xa0\xa3\xeb\xa0\xa4\xeb\xa0\xa5\xeb\xa0\xa6\xeb\xa0\xa7\xeb\xa0\xa8\xeb\xa0\xa9\xeb\xa0\xaa\xeb\xa0\xab\xeb\xa0\xac\xeb\xa0\xad\xeb\xa0\xae\xeb\xa0\xaf\xeb\xa0\xb0\xeb\xa0\xb1\xeb\xa0\xb2\xeb\xa0\xb3\xeb\xa0\xb4\xeb\xa0\xb5\xeb\xa0\xb6\xeb\xa0\xb7\xeb\xa0\xb8\xeb\xa0\xb9\xeb\xa0\xba\xeb\xa0\xbb\xeb\xa0\xbc\xeb\xa0\xbd\xeb\xa0\xbe\xeb\xa0\xbf\xeb\xa1\x80\xeb\xa1\x81\xeb\xa1\x82\xeb\xa1\x83\xeb\xa1\x84\xeb\xa1\x85\xeb\xa1\x86\xeb\xa1\x87\xeb\xa1\x88\xeb\xa1\x89\xeb\xa1\x8a\xeb\xa1\x8b\xeb\xa1\x8c\xeb\xa1\x8d\xeb\xa1\x8e\xeb\xa1\x8f\xeb\xa1\x90\xeb\xa1\x91\xeb\xa1\x92\xeb\xa1\x93\xeb\xa1\x94\xeb\xa1\x95\xeb\xa1\x96\xeb\xa1\x97\xeb\xa1\x98\xeb\xa1\x99\xeb\xa1\x9a\xeb\xa1\x9b\xeb\xa1\x9c\xeb\xa1\x9d\xeb\xa1\x9e\xeb\xa1\x9f\xeb\xa1\xa0\xeb\xa1\xa1\xeb\xa1\xa2\xeb\xa1\xa3\xeb\xa1\xa4\xeb\xa1\xa5\xeb\xa1\xa6\xeb\xa1\xa7\xeb\xa1\xa8\xeb\xa1\xa9\xeb\xa1\xaa\xeb\xa1\xab\xeb\xa1\xac\xeb\xa1\xad\xeb\xa1\xae\xeb\xa1\xaf\xeb\xa1\xb0\xeb\xa1\xb1\xeb\xa1\xb2\xeb\xa1\xb3\xeb\xa1\xb4\xeb\xa1\xb5\xeb\xa1\xb6\xeb\xa1\xb7\xeb\xa1\xb8\xeb\xa1\xb9\xeb\xa1\xba\xeb\xa1\xbb\xeb\xa1\xbc\xeb\xa1\xbd\xeb\xa1\xbe\xeb\xa1\xbf\xeb\xa2\x80\xeb\xa2\x81\xeb\xa2\x82\xeb\xa2\x83\xeb\xa2\x84\xeb\xa2\x85\xeb\xa2\x86\xeb\xa2\x87\xeb\xa2\x88\xeb\xa2\x89\xeb\xa2\x8a\xeb\xa2\x8b\xeb\xa2\x8c\xeb\xa2\x8d\xeb\xa2\x8e\xeb\xa2\x8f\xeb\xa2\x90\xeb\xa2\x91\xeb\xa2\x92\xeb\xa2\x93\xeb\xa2\x94\xeb\xa2\x95\xeb\xa2\x96\xeb\xa2\x97\xeb\xa2\x98\xeb\xa2\x99\xeb\xa2\x9a\xeb\xa2\x9b\xeb\xa2\x9c\xeb\xa2\x9d\xeb\xa2\x9e\xeb\xa2\x9f\xeb\xa2\xa0\xeb\xa2\xa1\xeb\xa2\xa2\xeb\xa2\xa3\xeb\xa2\xa4\xeb\xa2\xa5\xeb\xa2\xa6\xeb\xa2\xa7\xeb\xa2\xa8\xeb\xa2\xa9\xeb\xa2\xaa\xeb\xa2\xab\xeb\xa2\xac\xeb\xa2\xad\xeb\xa2\xae\xeb\xa2\xaf\xeb\xa2\xb0\xeb\xa2\xb1\xeb\xa2\xb2\xeb\xa2\xb3\xeb\xa2\xb4\xeb\xa2\xb5\xeb\xa2\xb6\xeb\xa2\xb7\xeb\xa2\xb8\xeb\xa2\xb9\xeb\xa2\xba\xeb\xa2\xbb\xeb\xa2\xbc\xeb\xa2\xbd\xeb\xa2\xbe\xeb\xa2\xbf\xeb\xa3\x80\xeb\xa3\x81\xeb\xa3\x82\xeb\xa3\x83\xeb\xa3\x84\xeb\xa3\x85\xeb\xa3\x86\xeb\xa3\x87\xeb\xa3\x88\xeb\xa3\x89\xeb\xa3\x8a\xeb\xa3\x8b\xeb\xa3\x8c\xeb\xa3\x8d\xeb\xa3\x8e\xeb\xa3\x8f\xeb\xa3\x90\xeb\xa3\x91\xeb\xa3\x92\xeb\xa3\x93\xeb\xa3\x94\xeb\xa3\x95\xeb\xa3\x96\xeb\xa3\x97\xeb\xa3\x98\xeb\xa3\x99\xeb\xa3\x9a\xeb\xa3\x9b\xeb\xa3\x9c\xeb\xa3\x9d\xeb\xa3\x9e\xeb\xa3\x9f\xeb\xa3\xa0\xeb\xa3\xa1\xeb\xa3\xa2\xeb\xa3\xa3\xeb\xa3\xa4\xeb\xa3\xa5\xeb\xa3\xa6\xeb\xa3\xa7\xeb\xa3\xa8\xeb\xa3\xa9\xeb\xa3\xaa\xeb\xa3\xab\xeb\xa3\xac\xeb\xa3\xad\xeb\xa3\xae\xeb\xa3\xaf\xeb\xa3\xb0\xeb\xa3\xb1\xeb\xa3\xb2\xeb\xa3\xb3\xeb\xa3\xb4\xeb\xa3\xb5\xeb\xa3\xb6\xeb\xa3\xb7\xeb\xa3\xb8\xeb\xa3\xb9\xeb\xa3\xba\xeb\xa3\xbb\xeb\xa3\xbc\xeb\xa3\xbd\xeb\xa3\xbe\xeb\xa3\xbf\xeb\xa4\x80\xeb\xa4\x81\xeb\xa4\x82\xeb\xa4\x83\xeb\xa4\x84\xeb\xa4\x85\xeb\xa4\x86\xeb\xa4\x87\xeb\xa4\x88\xeb\xa4\x89\xeb\xa4\x8a\xeb\xa4\x8b\xeb\xa4\x8c\xeb\xa4\x8d\xeb\xa4\x8e\xeb\xa4\x8f\xeb\xa4\x90\xeb\xa4\x91\xeb\xa4\x92\xeb\xa4\x93\xeb\xa4\x94\xeb\xa4\x95\xeb\xa4\x96\xeb\xa4\x97\xeb\xa4\x98\xeb\xa4\x99\xeb\xa4\x9a\xeb\xa4\x9b\xeb\xa4\x9c\xeb\xa4\x9d\xeb\xa4\x9e\xeb\xa4\x9f\xeb\xa4\xa0\xeb\xa4\xa1\xeb\xa4\xa2\xeb\xa4\xa3\xeb\xa4\xa4\xeb\xa4\xa5\xeb\xa4\xa6\xeb\xa4\xa7\xeb\xa4\xa8\xeb\xa4\xa9\xeb\xa4\xaa\xeb\xa4\xab\xeb\xa4\xac\xeb\xa4\xad\xeb\xa4\xae\xeb\xa4\xaf\xeb\xa4\xb0\xeb\xa4\xb1\xeb\xa4\xb2\xeb\xa4\xb3\xeb\xa4\xb4\xeb\xa4\xb5\xeb\xa4\xb6\xeb\xa4\xb7\xeb\xa4\xb8\xeb\xa4\xb9\xeb\xa4\xba\xeb\xa4\xbb\xeb\xa4\xbc\xeb\xa4\xbd\xeb\xa4\xbe\xeb\xa4\xbf\xeb\xa5\x80\xeb\xa5\x81\xeb\xa5\x82\xeb\xa5\x83\xeb\xa5\x84\xeb\xa5\x85\xeb\xa5\x86\xeb\xa5\x87\xeb\xa5\x88\xeb\xa5\x89\xeb\xa5\x8a\xeb\xa5\x8b\xeb\xa5\x8c\xeb\xa5\x8d\xeb\xa5\x8e\xeb\xa5\x8f\xeb\xa5\x90\xeb\xa5\x91\xeb\xa5\x92\xeb\xa5\x93\xeb\xa5\x94\xeb\xa5\x95\xeb\xa5\x96\xeb\xa5\x97\xeb\xa5\x98\xeb\xa5\x99\xeb\xa5\x9a\xeb\xa5\x9b\xeb\xa5\x9c\xeb\xa5\x9d\xeb\xa5\x9e\xeb\xa5\x9f\xeb\xa5\xa0\xeb\xa5\xa1\xeb\xa5\xa2\xeb\xa5\xa3\xeb\xa5\xa4\xeb\xa5\xa5\xeb\xa5\xa6\xeb\xa5\xa7\xeb\xa5\xa8\xeb\xa5\xa9\xeb\xa5\xaa\xeb\xa5\xab\xeb\xa5\xac\xeb\xa5\xad\xeb\xa5\xae\xeb\xa5\xaf\xeb\xa5\xb0\xeb\xa5\xb1\xeb\xa5\xb2\xeb\xa5\xb3\xeb\xa5\xb4\xeb\xa5\xb5\xeb\xa5\xb6\xeb\xa5\xb7\xeb\xa5\xb8\xeb\xa5\xb9\xeb\xa5\xba\xeb\xa5\xbb\xeb\xa5\xbc\xeb\xa5\xbd\xeb\xa5\xbe\xeb\xa5\xbf\xeb\xa6\x80\xeb\xa6\x81\xeb\xa6\x82\xeb\xa6\x83\xeb\xa6\x84\xeb\xa6\x85\xeb\xa6\x86\xeb\xa6\x87\xeb\xa6\x88\xeb\xa6\x89\xeb\xa6\x8a\xeb\xa6\x8b\xeb\xa6\x8c\xeb\xa6\x8d\xeb\xa6\x8e\xeb\xa6\x8f\xeb\xa6\x90\xeb\xa6\x91\xeb\xa6\x92\xeb\xa6\x93\xeb\xa6\x94\xeb\xa6\x95\xeb\xa6\x96\xeb\xa6\x97\xeb\xa6\x98\xeb\xa6\x99\xeb\xa6\x9a\xeb\xa6\x9b\xeb\xa6\x9c\xeb\xa6\x9d\xeb\xa6\x9e\xeb\xa6\x9f\xeb\xa6\xa0\xeb\xa6\xa1\xeb\xa6\xa2\xeb\xa6\xa3\xeb\xa6\xa4\xeb\xa6\xa5\xeb\xa6\xa6\xeb\xa6\xa7\xeb\xa6\xa8\xeb\xa6\xa9\xeb\xa6\xaa\xeb\xa6\xab\xeb\xa6\xac\xeb\xa6\xad\xeb\xa6\xae\xeb\xa6\xaf\xeb\xa6\xb0\xeb\xa6\xb1\xeb\xa6\xb2\xeb\xa6\xb3\xeb\xa6\xb4\xeb\xa6\xb5\xeb\xa6\xb6\xeb\xa6\xb7\xeb\xa6\xb8\xeb\xa6\xb9\xeb\xa6\xba\xeb\xa6\xbb\xeb\xa6\xbc\xeb\xa6\xbd\xeb\xa6\xbe\xeb\xa6\xbf\xeb\xa7\x80\xeb\xa7\x81\xeb\xa7\x82\xeb\xa7\x83\xeb\xa7\x84\xeb\xa7\x85\xeb\xa7\x86\xeb\xa7\x87\xeb\xa7\x88\xeb\xa7\x89\xeb\xa7\x8a\xeb\xa7\x8b\xeb\xa7\x8c\xeb\xa7\x8d\xeb\xa7\x8e\xeb\xa7\x8f\xeb\xa7\x90\xeb\xa7\x91\xeb\xa7\x92\xeb\xa7\x93\xeb\xa7\x94\xeb\xa7\x95\xeb\xa7\x96\xeb\xa7\x97\xeb\xa7\x98\xeb\xa7\x99\xeb\xa7\x9a\xeb\xa7\x9b\xeb\xa7\x9c\xeb\xa7\x9d\xeb\xa7\x9e\xeb\xa7\x9f\xeb\xa7\xa0\xeb\xa7\xa1\xeb\xa7\xa2\xeb\xa7\xa3\xeb\xa7\xa4\xeb\xa7\xa5\xeb\xa7\xa6\xeb\xa7\xa7\xeb\xa7\xa8\xeb\xa7\xa9\xeb\xa7\xaa\xeb\xa7\xab\xeb\xa7\xac\xeb\xa7\xad\xeb\xa7\xae\xeb\xa7\xaf\xeb\xa7\xb0\xeb\xa7\xb1\xeb\xa7\xb2\xeb\xa7\xb3\xeb\xa7\xb4\xeb\xa7\xb5\xeb\xa7\xb6\xeb\xa7\xb7\xeb\xa7\xb8\xeb\xa7\xb9\xeb\xa7\xba\xeb\xa7\xbb\xeb\xa7\xbc\xeb\xa7\xbd\xeb\xa7\xbe\xeb\xa7\xbf\xeb\xa8\x80\xeb\xa8\x81\xeb\xa8\x82\xeb\xa8\x83\xeb\xa8\x84\xeb\xa8\x85\xeb\xa8\x86\xeb\xa8\x87\xeb\xa8\x88\xeb\xa8\x89\xeb\xa8\x8a\xeb\xa8\x8b\xeb\xa8\x8c\xeb\xa8\x8d\xeb\xa8\x8e\xeb\xa8\x8f\xeb\xa8\x90\xeb\xa8\x91\xeb\xa8\x92\xeb\xa8\x93\xeb\xa8\x94\xeb\xa8\x95\xeb\xa8\x96\xeb\xa8\x97\xeb\xa8\x98\xeb\xa8\x99\xeb\xa8\x9a\xeb\xa8\x9b\xeb\xa8\x9c\xeb\xa8\x9d\xeb\xa8\x9e\xeb\xa8\x9f\xeb\xa8\xa0\xeb\xa8\xa1\xeb\xa8\xa2\xeb\xa8\xa3\xeb\xa8\xa4\xeb\xa8\xa5\xeb\xa8\xa6\xeb\xa8\xa7\xeb\xa8\xa8\xeb\xa8\xa9\xeb\xa8\xaa\xeb\xa8\xab\xeb\xa8\xac\xeb\xa8\xad\xeb\xa8\xae\xeb\xa8\xaf\xeb\xa8\xb0\xeb\xa8\xb1\xeb\xa8\xb2\xeb\xa8\xb3\xeb\xa8\xb4\xeb\xa8\xb5\xeb\xa8\xb6\xeb\xa8\xb7\xeb\xa8\xb8\xeb\xa8\xb9\xeb\xa8\xba\xeb\xa8\xbb\xeb\xa8\xbc\xeb\xa8\xbd\xeb\xa8\xbe\xeb\xa8\xbf\xeb\xa9\x80\xeb\xa9\x81\xeb\xa9\x82\xeb\xa9\x83\xeb\xa9\x84\xeb\xa9\x85\xeb\xa9\x86\xeb\xa9\x87\xeb\xa9\x88\xeb\xa9\x89\xeb\xa9\x8a\xeb\xa9\x8b\xeb\xa9\x8c\xeb\xa9\x8d\xeb\xa9\x8e\xeb\xa9\x8f\xeb\xa9\x90\xeb\xa9\x91\xeb\xa9\x92\xeb\xa9\x93\xeb\xa9\x94\xeb\xa9\x95\xeb\xa9\x96\xeb\xa9\x97\xeb\xa9\x98\xeb\xa9\x99\xeb\xa9\x9a\xeb\xa9\x9b\xeb\xa9\x9c\xeb\xa9\x9d\xeb\xa9\x9e\xeb\xa9\x9f\xeb\xa9\xa0\xeb\xa9\xa1\xeb\xa9\xa2\xeb\xa9\xa3\xeb\xa9\xa4\xeb\xa9\xa5\xeb\xa9\xa6\xeb\xa9\xa7\xeb\xa9\xa8\xeb\xa9\xa9\xeb\xa9\xaa\xeb\xa9\xab\xeb\xa9\xac\xeb\xa9\xad\xeb\xa9\xae\xeb\xa9\xaf\xeb\xa9\xb0\xeb\xa9\xb1\xeb\xa9\xb2\xeb\xa9\xb3\xeb\xa9\xb4\xeb\xa9\xb5\xeb\xa9\xb6\xeb\xa9\xb7\xeb\xa9\xb8\xeb\xa9\xb9\xeb\xa9\xba\xeb\xa9\xbb\xeb\xa9\xbc\xeb\xa9\xbd\xeb\xa9\xbe\xeb\xa9\xbf\xeb\xaa\x80\xeb\xaa\x81\xeb\xaa\x82\xeb\xaa\x83\xeb\xaa\x84\xeb\xaa\x85\xeb\xaa\x86\xeb\xaa\x87\xeb\xaa\x88\xeb\xaa\x89\xeb\xaa\x8a\xeb\xaa\x8b\xeb\xaa\x8c\xeb\xaa\x8d\xeb\xaa\x8e\xeb\xaa\x8f\xeb\xaa\x90\xeb\xaa\x91\xeb\xaa\x92\xeb\xaa\x93\xeb\xaa\x94\xeb\xaa\x95\xeb\xaa\x96\xeb\xaa\x97\xeb\xaa\x98\xeb\xaa\x99\xeb\xaa\x9a\xeb\xaa\x9b\xeb\xaa\x9c\xeb\xaa\x9d\xeb\xaa\x9e\xeb\xaa\x9f\xeb\xaa\xa0\xeb\xaa\xa1\xeb\xaa\xa2\xeb\xaa\xa3\xeb\xaa\xa4\xeb\xaa\xa5\xeb\xaa\xa6\xeb\xaa\xa7\xeb\xaa\xa8\xeb\xaa\xa9\xeb\xaa\xaa\xeb\xaa\xab\xeb\xaa\xac\xeb\xaa\xad\xeb\xaa\xae\xeb\xaa\xaf\xeb\xaa\xb0\xeb\xaa\xb1\xeb\xaa\xb2\xeb\xaa\xb3\xeb\xaa\xb4\xeb\xaa\xb5\xeb\xaa\xb6\xeb\xaa\xb7\xeb\xaa\xb8\xeb\xaa\xb9\xeb\xaa\xba\xeb\xaa\xbb\xeb\xaa\xbc\xeb\xaa\xbd\xeb\xaa\xbe\xeb\xaa\xbf\xeb\xab\x80\xeb\xab\x81\xeb\xab\x82\xeb\xab\x83\xeb\xab\x84\xeb\xab\x85\xeb\xab\x86\xeb\xab\x87\xeb\xab\x88\xeb\xab\x89\xeb\xab\x8a\xeb\xab\x8b\xeb\xab\x8c\xeb\xab\x8d\xeb\xab\x8e\xeb\xab\x8f\xeb\xab\x90\xeb\xab\x91\xeb\xab\x92\xeb\xab\x93\xeb\xab\x94\xeb\xab\x95\xeb\xab\x96\xeb\xab\x97\xeb\xab\x98\xeb\xab\x99\xeb\xab\x9a\xeb\xab\x9b\xeb\xab\x9c\xeb\xab\x9d\xeb\xab\x9e\xeb\xab\x9f\xeb\xab\xa0\xeb\xab\xa1\xeb\xab\xa2\xeb\xab\xa3\xeb\xab\xa4\xeb\xab\xa5\xeb\xab\xa6\xeb\xab\xa7\xeb\xab\xa8\xeb\xab\xa9\xeb\xab\xaa\xeb\xab\xab\xeb\xab\xac\xeb\xab\xad\xeb\xab\xae\xeb\xab\xaf\xeb\xab\xb0\xeb\xab\xb1\xeb\xab\xb2\xeb\xab\xb3\xeb\xab\xb4\xeb\xab\xb5\xeb\xab\xb6\xeb\xab\xb7\xeb\xab\xb8\xeb\xab\xb9\xeb\xab\xba\xeb\xab\xbb\xeb\xab\xbc\xeb\xab\xbd\xeb\xab\xbe\xeb\xab\xbf\xeb\xac\x80\xeb\xac\x81\xeb\xac\x82\xeb\xac\x83\xeb\xac\x84\xeb\xac\x85\xeb\xac\x86\xeb\xac\x87\xeb\xac\x88\xeb\xac\x89\xeb\xac\x8a\xeb\xac\x8b\xeb\xac\x8c\xeb\xac\x8d\xeb\xac\x8e\xeb\xac\x8f\xeb\xac\x90\xeb\xac\x91\xeb\xac\x92\xeb\xac\x93\xeb\xac\x94\xeb\xac\x95\xeb\xac\x96\xeb\xac\x97\xeb\xac\x98\xeb\xac\x99\xeb\xac\x9a\xeb\xac\x9b\xeb\xac\x9c\xeb\xac\x9d\xeb\xac\x9e\xeb\xac\x9f\xeb\xac\xa0\xeb\xac\xa1\xeb\xac\xa2\xeb\xac\xa3\xeb\xac\xa4\xeb\xac\xa5\xeb\xac\xa6\xeb\xac\xa7\xeb\xac\xa8\xeb\xac\xa9\xeb\xac\xaa\xeb\xac\xab\xeb\xac\xac\xeb\xac\xad\xeb\xac\xae\xeb\xac\xaf\xeb\xac\xb0\xeb\xac\xb1\xeb\xac\xb2\xeb\xac\xb3\xeb\xac\xb4\xeb\xac\xb5\xeb\xac\xb6\xeb\xac\xb7\xeb\xac\xb8\xeb\xac\xb9\xeb\xac\xba\xeb\xac\xbb\xeb\xac\xbc\xeb\xac\xbd\xeb\xac\xbe\xeb\xac\xbf\xeb\xad\x80\xeb\xad\x81\xeb\xad\x82\xeb\xad\x83\xeb\xad\x84\xeb\xad\x85\xeb\xad\x86\xeb\xad\x87\xeb\xad\x88\xeb\xad\x89\xeb\xad\x8a\xeb\xad\x8b\xeb\xad\x8c\xeb\xad\x8d\xeb\xad\x8e\xeb\xad\x8f\xeb\xad\x90\xeb\xad\x91\xeb\xad\x92\xeb\xad\x93\xeb\xad\x94\xeb\xad\x95\xeb\xad\x96\xeb\xad\x97\xeb\xad\x98\xeb\xad\x99\xeb\xad\x9a\xeb\xad\x9b\xeb\xad\x9c\xeb\xad\x9d\xeb\xad\x9e\xeb\xad\x9f\xeb\xad\xa0\xeb\xad\xa1\xeb\xad\xa2\xeb\xad\xa3\xeb\xad\xa4\xeb\xad\xa5\xeb\xad\xa6\xeb\xad\xa7\xeb\xad\xa8\xeb\xad\xa9\xeb\xad\xaa\xeb\xad\xab\xeb\xad\xac\xeb\xad\xad\xeb\xad\xae\xeb\xad\xaf\xeb\xad\xb0\xeb\xad\xb1\xeb\xad\xb2\xeb\xad\xb3\xeb\xad\xb4\xeb\xad\xb5\xeb\xad\xb6\xeb\xad\xb7\xeb\xad\xb8\xeb\xad\xb9\xeb\xad\xba\xeb\xad\xbb\xeb\xad\xbc\xeb\xad\xbd\xeb\xad\xbe\xeb\xad\xbf\xeb\xae\x80\xeb\xae\x81\xeb\xae\x82\xeb\xae\x83\xeb\xae\x84\xeb\xae\x85\xeb\xae\x86\xeb\xae\x87\xeb\xae\x88\xeb\xae\x89\xeb\xae\x8a\xeb\xae\x8b\xeb\xae\x8c\xeb\xae\x8d\xeb\xae\x8e\xeb\xae\x8f\xeb\xae\x90\xeb\xae\x91\xeb\xae\x92\xeb\xae\x93\xeb\xae\x94\xeb\xae\x95\xeb\xae\x96\xeb\xae\x97\xeb\xae\x98\xeb\xae\x99\xeb\xae\x9a\xeb\xae\x9b\xeb\xae\x9c\xeb\xae\x9d\xeb\xae\x9e\xeb\xae\x9f\xeb\xae\xa0\xeb\xae\xa1\xeb\xae\xa2\xeb\xae\xa3\xeb\xae\xa4\xeb\xae\xa5\xeb\xae\xa6\xeb\xae\xa7\xeb\xae\xa8\xeb\xae\xa9\xeb\xae\xaa\xeb\xae\xab\xeb\xae\xac\xeb\xae\xad\xeb\xae\xae\xeb\xae\xaf\xeb\xae\xb0\xeb\xae\xb1\xeb\xae\xb2\xeb\xae\xb3\xeb\xae\xb4\xeb\xae\xb5\xeb\xae\xb6\xeb\xae\xb7\xeb\xae\xb8\xeb\xae\xb9\xeb\xae\xba\xeb\xae\xbb\xeb\xae\xbc\xeb\xae\xbd\xeb\xae\xbe\xeb\xae\xbf\xeb\xaf\x80\xeb\xaf\x81\xeb\xaf\x82\xeb\xaf\x83\xeb\xaf\x84\xeb\xaf\x85\xeb\xaf\x86\xeb\xaf\x87\xeb\xaf\x88\xeb\xaf\x89\xeb\xaf\x8a\xeb\xaf\x8b\xeb\xaf\x8c\xeb\xaf\x8d\xeb\xaf\x8e\xeb\xaf\x8f\xeb\xaf\x90\xeb\xaf\x91\xeb\xaf\x92\xeb\xaf\x93\xeb\xaf\x94\xeb\xaf\x95\xeb\xaf\x96\xeb\xaf\x97\xeb\xaf\x98\xeb\xaf\x99\xeb\xaf\x9a\xeb\xaf\x9b\xeb\xaf\x9c\xeb\xaf\x9d\xeb\xaf\x9e\xeb\xaf\x9f\xeb\xaf\xa0\xeb\xaf\xa1\xeb\xaf\xa2\xeb\xaf\xa3\xeb\xaf\xa4\xeb\xaf\xa5\xeb\xaf\xa6\xeb\xaf\xa7\xeb\xaf\xa8\xeb\xaf\xa9\xeb\xaf\xaa\xeb\xaf\xab\xeb\xaf\xac\xeb\xaf\xad\xeb\xaf\xae\xeb\xaf\xaf\xeb\xaf\xb0\xeb\xaf\xb1\xeb\xaf\xb2\xeb\xaf\xb3\xeb\xaf\xb4\xeb\xaf\xb5\xeb\xaf\xb6\xeb\xaf\xb7\xeb\xaf\xb8\xeb\xaf\xb9\xeb\xaf\xba\xeb\xaf\xbb\xeb\xaf\xbc\xeb\xaf\xbd\xeb\xaf\xbe\xeb\xaf\xbf\xeb\xb0\x80\xeb\xb0\x81\xeb\xb0\x82\xeb\xb0\x83\xeb\xb0\x84\xeb\xb0\x85\xeb\xb0\x86\xeb\xb0\x87\xeb\xb0\x88\xeb\xb0\x89\xeb\xb0\x8a\xeb\xb0\x8b\xeb\xb0\x8c\xeb\xb0\x8d\xeb\xb0\x8e\xeb\xb0\x8f\xeb\xb0\x90\xeb\xb0\x91\xeb\xb0\x92\xeb\xb0\x93\xeb\xb0\x94\xeb\xb0\x95\xeb\xb0\x96\xeb\xb0\x97\xeb\xb0\x98\xeb\xb0\x99\xeb\xb0\x9a\xeb\xb0\x9b\xeb\xb0\x9c\xeb\xb0\x9d\xeb\xb0\x9e\xeb\xb0\x9f\xeb\xb0\xa0\xeb\xb0\xa1\xeb\xb0\xa2\xeb\xb0\xa3\xeb\xb0\xa4\xeb\xb0\xa5\xeb\xb0\xa6\xeb\xb0\xa7\xeb\xb0\xa8\xeb\xb0\xa9\xeb\xb0\xaa\xeb\xb0\xab\xeb\xb0\xac\xeb\xb0\xad\xeb\xb0\xae\xeb\xb0\xaf\xeb\xb0\xb0\xeb\xb0\xb1\xeb\xb0\xb2\xeb\xb0\xb3\xeb\xb0\xb4\xeb\xb0\xb5\xeb\xb0\xb6\xeb\xb0\xb7\xeb\xb0\xb8\xeb\xb0\xb9\xeb\xb0\xba\xeb\xb0\xbb\xeb\xb0\xbc\xeb\xb0\xbd\xeb\xb0\xbe\xeb\xb0\xbf\xeb\xb1\x80\xeb\xb1\x81\xeb\xb1\x82\xeb\xb1\x83\xeb\xb1\x84\xeb\xb1\x85\xeb\xb1\x86\xeb\xb1\x87\xeb\xb1\x88\xeb\xb1\x89\xeb\xb1\x8a\xeb\xb1\x8b\xeb\xb1\x8c\xeb\xb1\x8d\xeb\xb1\x8e\xeb\xb1\x8f\xeb\xb1\x90\xeb\xb1\x91\xeb\xb1\x92\xeb\xb1\x93\xeb\xb1\x94\xeb\xb1\x95\xeb\xb1\x96\xeb\xb1\x97\xeb\xb1\x98\xeb\xb1\x99\xeb\xb1\x9a\xeb\xb1\x9b\xeb\xb1\x9c\xeb\xb1\x9d\xeb\xb1\x9e\xeb\xb1\x9f\xeb\xb1\xa0\xeb\xb1\xa1\xeb\xb1\xa2\xeb\xb1\xa3\xeb\xb1\xa4\xeb\xb1\xa5\xeb\xb1\xa6\xeb\xb1\xa7\xeb\xb1\xa8\xeb\xb1\xa9\xeb\xb1\xaa\xeb\xb1\xab\xeb\xb1\xac\xeb\xb1\xad\xeb\xb1\xae\xeb\xb1\xaf\xeb\xb1\xb0\xeb\xb1\xb1\xeb\xb1\xb2\xeb\xb1\xb3\xeb\xb1\xb4\xeb\xb1\xb5\xeb\xb1\xb6\xeb\xb1\xb7\xeb\xb1\xb8\xeb\xb1\xb9\xeb\xb1\xba\xeb\xb1\xbb\xeb\xb1\xbc\xeb\xb1\xbd\xeb\xb1\xbe\xeb\xb1\xbf\xeb\xb2\x80\xeb\xb2\x81\xeb\xb2\x82\xeb\xb2\x83\xeb\xb2\x84\xeb\xb2\x85\xeb\xb2\x86\xeb\xb2\x87\xeb\xb2\x88\xeb\xb2\x89\xeb\xb2\x8a\xeb\xb2\x8b\xeb\xb2\x8c\xeb\xb2\x8d\xeb\xb2\x8e\xeb\xb2\x8f\xeb\xb2\x90\xeb\xb2\x91\xeb\xb2\x92\xeb\xb2\x93\xeb\xb2\x94\xeb\xb2\x95\xeb\xb2\x96\xeb\xb2\x97\xeb\xb2\x98\xeb\xb2\x99\xeb\xb2\x9a\xeb\xb2\x9b\xeb\xb2\x9c\xeb\xb2\x9d\xeb\xb2\x9e\xeb\xb2\x9f\xeb\xb2\xa0\xeb\xb2\xa1\xeb\xb2\xa2\xeb\xb2\xa3\xeb\xb2\xa4\xeb\xb2\xa5\xeb\xb2\xa6\xeb\xb2\xa7\xeb\xb2\xa8\xeb\xb2\xa9\xeb\xb2\xaa\xeb\xb2\xab\xeb\xb2\xac\xeb\xb2\xad\xeb\xb2\xae\xeb\xb2\xaf\xeb\xb2\xb0\xeb\xb2\xb1\xeb\xb2\xb2\xeb\xb2\xb3\xeb\xb2\xb4\xeb\xb2\xb5\xeb\xb2\xb6\xeb\xb2\xb7\xeb\xb2\xb8\xeb\xb2\xb9\xeb\xb2\xba\xeb\xb2\xbb\xeb\xb2\xbc\xeb\xb2\xbd\xeb\xb2\xbe\xeb\xb2\xbf\xeb\xb3\x80\xeb\xb3\x81\xeb\xb3\x82\xeb\xb3\x83\xeb\xb3\x84\xeb\xb3\x85\xeb\xb3\x86\xeb\xb3\x87\xeb\xb3\x88\xeb\xb3\x89\xeb\xb3\x8a\xeb\xb3\x8b\xeb\xb3\x8c\xeb\xb3\x8d\xeb\xb3\x8e\xeb\xb3\x8f\xeb\xb3\x90\xeb\xb3\x91\xeb\xb3\x92\xeb\xb3\x93\xeb\xb3\x94\xeb\xb3\x95\xeb\xb3\x96\xeb\xb3\x97\xeb\xb3\x98\xeb\xb3\x99\xeb\xb3\x9a\xeb\xb3\x9b\xeb\xb3\x9c\xeb\xb3\x9d\xeb\xb3\x9e\xeb\xb3\x9f\xeb\xb3\xa0\xeb\xb3\xa1\xeb\xb3\xa2\xeb\xb3\xa3\xeb\xb3\xa4\xeb\xb3\xa5\xeb\xb3\xa6\xeb\xb3\xa7\xeb\xb3\xa8\xeb\xb3\xa9\xeb\xb3\xaa\xeb\xb3\xab\xeb\xb3\xac\xeb\xb3\xad\xeb\xb3\xae\xeb\xb3\xaf\xeb\xb3\xb0\xeb\xb3\xb1\xeb\xb3\xb2\xeb\xb3\xb3\xeb\xb3\xb4\xeb\xb3\xb5\xeb\xb3\xb6\xeb\xb3\xb7\xeb\xb3\xb8\xeb\xb3\xb9\xeb\xb3\xba\xeb\xb3\xbb\xeb\xb3\xbc\xeb\xb3\xbd\xeb\xb3\xbe\xeb\xb3\xbf\xeb\xb4\x80\xeb\xb4\x81\xeb\xb4\x82\xeb\xb4\x83\xeb\xb4\x84\xeb\xb4\x85\xeb\xb4\x86\xeb\xb4\x87\xeb\xb4\x88\xeb\xb4\x89\xeb\xb4\x8a\xeb\xb4\x8b\xeb\xb4\x8c\xeb\xb4\x8d\xeb\xb4\x8e\xeb\xb4\x8f\xeb\xb4\x90\xeb\xb4\x91\xeb\xb4\x92\xeb\xb4\x93\xeb\xb4\x94\xeb\xb4\x95\xeb\xb4\x96\xeb\xb4\x97\xeb\xb4\x98\xeb\xb4\x99\xeb\xb4\x9a\xeb\xb4\x9b\xeb\xb4\x9c\xeb\xb4\x9d\xeb\xb4\x9e\xeb\xb4\x9f\xeb\xb4\xa0\xeb\xb4\xa1\xeb\xb4\xa2\xeb\xb4\xa3\xeb\xb4\xa4\xeb\xb4\xa5\xeb\xb4\xa6\xeb\xb4\xa7\xeb\xb4\xa8\xeb\xb4\xa9\xeb\xb4\xaa\xeb\xb4\xab\xeb\xb4\xac\xeb\xb4\xad\xeb\xb4\xae\xeb\xb4\xaf\xeb\xb4\xb0\xeb\xb4\xb1\xeb\xb4\xb2\xeb\xb4\xb3\xeb\xb4\xb4\xeb\xb4\xb5\xeb\xb4\xb6\xeb\xb4\xb7\xeb\xb4\xb8\xeb\xb4\xb9\xeb\xb4\xba\xeb\xb4\xbb\xeb\xb4\xbc\xeb\xb4\xbd\xeb\xb4\xbe\xeb\xb4\xbf\xeb\xb5\x80\xeb\xb5\x81\xeb\xb5\x82\xeb\xb5\x83\xeb\xb5\x84\xeb\xb5\x85\xeb\xb5\x86\xeb\xb5\x87\xeb\xb5\x88\xeb\xb5\x89\xeb\xb5\x8a\xeb\xb5\x8b\xeb\xb5\x8c\xeb\xb5\x8d\xeb\xb5\x8e\xeb\xb5\x8f\xeb\xb5\x90\xeb\xb5\x91\xeb\xb5\x92\xeb\xb5\x93\xeb\xb5\x94\xeb\xb5\x95\xeb\xb5\x96\xeb\xb5\x97\xeb\xb5\x98\xeb\xb5\x99\xeb\xb5\x9a\xeb\xb5\x9b\xeb\xb5\x9c\xeb\xb5\x9d\xeb\xb5\x9e\xeb\xb5\x9f\xeb\xb5\xa0\xeb\xb5\xa1\xeb\xb5\xa2\xeb\xb5\xa3\xeb\xb5\xa4\xeb\xb5\xa5\xeb\xb5\xa6\xeb\xb5\xa7\xeb\xb5\xa8\xeb\xb5\xa9\xeb\xb5\xaa\xeb\xb5\xab\xeb\xb5\xac\xeb\xb5\xad\xeb\xb5\xae\xeb\xb5\xaf\xeb\xb5\xb0\xeb\xb5\xb1\xeb\xb5\xb2\xeb\xb5\xb3\xeb\xb5\xb4\xeb\xb5\xb5\xeb\xb5\xb6\xeb\xb5\xb7\xeb\xb5\xb8\xeb\xb5\xb9\xeb\xb5\xba\xeb\xb5\xbb\xeb\xb5\xbc\xeb\xb5\xbd\xeb\xb5\xbe\xeb\xb5\xbf\xeb\xb6\x80\xeb\xb6\x81\xeb\xb6\x82\xeb\xb6\x83\xeb\xb6\x84\xeb\xb6\x85\xeb\xb6\x86\xeb\xb6\x87\xeb\xb6\x88\xeb\xb6\x89\xeb\xb6\x8a\xeb\xb6\x8b\xeb\xb6\x8c\xeb\xb6\x8d\xeb\xb6\x8e\xeb\xb6\x8f\xeb\xb6\x90\xeb\xb6\x91\xeb\xb6\x92\xeb\xb6\x93\xeb\xb6\x94\xeb\xb6\x95\xeb\xb6\x96\xeb\xb6\x97\xeb\xb6\x98\xeb\xb6\x99\xeb\xb6\x9a\xeb\xb6\x9b\xeb\xb6\x9c\xeb\xb6\x9d\xeb\xb6\x9e\xeb\xb6\x9f\xeb\xb6\xa0\xeb\xb6\xa1\xeb\xb6\xa2\xeb\xb6\xa3\xeb\xb6\xa4\xeb\xb6\xa5\xeb\xb6\xa6\xeb\xb6\xa7\xeb\xb6\xa8\xeb\xb6\xa9\xeb\xb6\xaa\xeb\xb6\xab\xeb\xb6\xac\xeb\xb6\xad\xeb\xb6\xae\xeb\xb6\xaf\xeb\xb6\xb0\xeb\xb6\xb1\xeb\xb6\xb2\xeb\xb6\xb3\xeb\xb6\xb4\xeb\xb6\xb5\xeb\xb6\xb6\xeb\xb6\xb7\xeb\xb6\xb8\xeb\xb6\xb9\xeb\xb6\xba\xeb\xb6\xbb\xeb\xb6\xbc\xeb\xb6\xbd\xeb\xb6\xbe\xeb\xb6\xbf\xeb\xb7\x80\xeb\xb7\x81\xeb\xb7\x82\xeb\xb7\x83\xeb\xb7\x84\xeb\xb7\x85\xeb\xb7\x86\xeb\xb7\x87\xeb\xb7\x88\xeb\xb7\x89\xeb\xb7\x8a\xeb\xb7\x8b\xeb\xb7\x8c\xeb\xb7\x8d\xeb\xb7\x8e\xeb\xb7\x8f\xeb\xb7\x90\xeb\xb7\x91\xeb\xb7\x92\xeb\xb7\x93\xeb\xb7\x94\xeb\xb7\x95\xeb\xb7\x96\xeb\xb7\x97\xeb\xb7\x98\xeb\xb7\x99\xeb\xb7\x9a\xeb\xb7\x9b\xeb\xb7\x9c\xeb\xb7\x9d\xeb\xb7\x9e\xeb\xb7\x9f\xeb\xb7\xa0\xeb\xb7\xa1\xeb\xb7\xa2\xeb\xb7\xa3\xeb\xb7\xa4\xeb\xb7\xa5\xeb\xb7\xa6\xeb\xb7\xa7\xeb\xb7\xa8\xeb\xb7\xa9\xeb\xb7\xaa\xeb\xb7\xab\xeb\xb7\xac\xeb\xb7\xad\xeb\xb7\xae\xeb\xb7\xaf\xeb\xb7\xb0\xeb\xb7\xb1\xeb\xb7\xb2\xeb\xb7\xb3\xeb\xb7\xb4\xeb\xb7\xb5\xeb\xb7\xb6\xeb\xb7\xb7\xeb\xb7\xb8\xeb\xb7\xb9\xeb\xb7\xba\xeb\xb7\xbb\xeb\xb7\xbc\xeb\xb7\xbd\xeb\xb7\xbe\xeb\xb7\xbf\xeb\xb8\x80\xeb\xb8\x81\xeb\xb8\x82\xeb\xb8\x83\xeb\xb8\x84\xeb\xb8\x85\xeb\xb8\x86\xeb\xb8\x87\xeb\xb8\x88\xeb\xb8\x89\xeb\xb8\x8a\xeb\xb8\x8b\xeb\xb8\x8c\xeb\xb8\x8d\xeb\xb8\x8e\xeb\xb8\x8f\xeb\xb8\x90\xeb\xb8\x91\xeb\xb8\x92\xeb\xb8\x93\xeb\xb8\x94\xeb\xb8\x95\xeb\xb8\x96\xeb\xb8\x97\xeb\xb8\x98\xeb\xb8\x99\xeb\xb8\x9a\xeb\xb8\x9b\xeb\xb8\x9c\xeb\xb8\x9d\xeb\xb8\x9e\xeb\xb8\x9f\xeb\xb8\xa0\xeb\xb8\xa1\xeb\xb8\xa2\xeb\xb8\xa3\xeb\xb8\xa4\xeb\xb8\xa5\xeb\xb8\xa6\xeb\xb8\xa7\xeb\xb8\xa8\xeb\xb8\xa9\xeb\xb8\xaa\xeb\xb8\xab\xeb\xb8\xac\xeb\xb8\xad\xeb\xb8\xae\xeb\xb8\xaf\xeb\xb8\xb0\xeb\xb8\xb1\xeb\xb8\xb2\xeb\xb8\xb3\xeb\xb8\xb4\xeb\xb8\xb5\xeb\xb8\xb6\xeb\xb8\xb7\xeb\xb8\xb8\xeb\xb8\xb9\xeb\xb8\xba\xeb\xb8\xbb\xeb\xb8\xbc\xeb\xb8\xbd\xeb\xb8\xbe\xeb\xb8\xbf\xeb\xb9\x80\xeb\xb9\x81\xeb\xb9\x82\xeb\xb9\x83\xeb\xb9\x84\xeb\xb9\x85\xeb\xb9\x86\xeb\xb9\x87\xeb\xb9\x88\xeb\xb9\x89\xeb\xb9\x8a\xeb\xb9\x8b\xeb\xb9\x8c\xeb\xb9\x8d\xeb\xb9\x8e\xeb\xb9\x8f\xeb\xb9\x90\xeb\xb9\x91\xeb\xb9\x92\xeb\xb9\x93\xeb\xb9\x94\xeb\xb9\x95\xeb\xb9\x96\xeb\xb9\x97\xeb\xb9\x98\xeb\xb9\x99\xeb\xb9\x9a\xeb\xb9\x9b\xeb\xb9\x9c\xeb\xb9\x9d\xeb\xb9\x9e\xeb\xb9\x9f\xeb\xb9\xa0\xeb\xb9\xa1\xeb\xb9\xa2\xeb\xb9\xa3\xeb\xb9\xa4\xeb\xb9\xa5\xeb\xb9\xa6\xeb\xb9\xa7\xeb\xb9\xa8\xeb\xb9\xa9\xeb\xb9\xaa\xeb\xb9\xab\xeb\xb9\xac\xeb\xb9\xad\xeb\xb9\xae\xeb\xb9\xaf\xeb\xb9\xb0\xeb\xb9\xb1\xeb\xb9\xb2\xeb\xb9\xb3\xeb\xb9\xb4\xeb\xb9\xb5\xeb\xb9\xb6\xeb\xb9\xb7\xeb\xb9\xb8\xeb\xb9\xb9\xeb\xb9\xba\xeb\xb9\xbb\xeb\xb9\xbc\xeb\xb9\xbd\xeb\xb9\xbe\xeb\xb9\xbf\xeb\xba\x80\xeb\xba\x81\xeb\xba\x82\xeb\xba\x83\xeb\xba\x84\xeb\xba\x85\xeb\xba\x86\xeb\xba\x87\xeb\xba\x88\xeb\xba\x89\xeb\xba\x8a\xeb\xba\x8b\xeb\xba\x8c\xeb\xba\x8d\xeb\xba\x8e\xeb\xba\x8f\xeb\xba\x90\xeb\xba\x91\xeb\xba\x92\xeb\xba\x93\xeb\xba\x94\xeb\xba\x95\xeb\xba\x96\xeb\xba\x97\xeb\xba\x98\xeb\xba\x99\xeb\xba\x9a\xeb\xba\x9b\xeb\xba\x9c\xeb\xba\x9d\xeb\xba\x9e\xeb\xba\x9f\xeb\xba\xa0\xeb\xba\xa1\xeb\xba\xa2\xeb\xba\xa3\xeb\xba\xa4\xeb\xba\xa5\xeb\xba\xa6\xeb\xba\xa7\xeb\xba\xa8\xeb\xba\xa9\xeb\xba\xaa\xeb\xba\xab\xeb\xba\xac\xeb\xba\xad\xeb\xba\xae\xeb\xba\xaf\xeb\xba\xb0\xeb\xba\xb1\xeb\xba\xb2\xeb\xba\xb3\xeb\xba\xb4\xeb\xba\xb5\xeb\xba\xb6\xeb\xba\xb7\xeb\xba\xb8\xeb\xba\xb9\xeb\xba\xba\xeb\xba\xbb\xeb\xba\xbc\xeb\xba\xbd\xeb\xba\xbe\xeb\xba\xbf\xeb\xbb\x80\xeb\xbb\x81\xeb\xbb\x82\xeb\xbb\x83\xeb\xbb\x84\xeb\xbb\x85\xeb\xbb\x86\xeb\xbb\x87\xeb\xbb\x88\xeb\xbb\x89\xeb\xbb\x8a\xeb\xbb\x8b\xeb\xbb\x8c\xeb\xbb\x8d\xeb\xbb\x8e\xeb\xbb\x8f\xeb\xbb\x90\xeb\xbb\x91\xeb\xbb\x92\xeb\xbb\x93\xeb\xbb\x94\xeb\xbb\x95\xeb\xbb\x96\xeb\xbb\x97\xeb\xbb\x98\xeb\xbb\x99\xeb\xbb\x9a\xeb\xbb\x9b\xeb\xbb\x9c\xeb\xbb\x9d\xeb\xbb\x9e\xeb\xbb\x9f\xeb\xbb\xa0\xeb\xbb\xa1\xeb\xbb\xa2\xeb\xbb\xa3\xeb\xbb\xa4\xeb\xbb\xa5\xeb\xbb\xa6\xeb\xbb\xa7\xeb\xbb\xa8\xeb\xbb\xa9\xeb\xbb\xaa\xeb\xbb\xab\xeb\xbb\xac\xeb\xbb\xad\xeb\xbb\xae\xeb\xbb\xaf\xeb\xbb\xb0\xeb\xbb\xb1\xeb\xbb\xb2\xeb\xbb\xb3\xeb\xbb\xb4\xeb\xbb\xb5\xeb\xbb\xb6\xeb\xbb\xb7\xeb\xbb\xb8\xeb\xbb\xb9\xeb\xbb\xba\xeb\xbb\xbb\xeb\xbb\xbc\xeb\xbb\xbd\xeb\xbb\xbe\xeb\xbb\xbf\xeb\xbc\x80\xeb\xbc\x81\xeb\xbc\x82\xeb\xbc\x83\xeb\xbc\x84\xeb\xbc\x85\xeb\xbc\x86\xeb\xbc\x87\xeb\xbc\x88\xeb\xbc\x89\xeb\xbc\x8a\xeb\xbc\x8b\xeb\xbc\x8c\xeb\xbc\x8d\xeb\xbc\x8e\xeb\xbc\x8f\xeb\xbc\x90\xeb\xbc\x91\xeb\xbc\x92\xeb\xbc\x93\xeb\xbc\x94\xeb\xbc\x95\xeb\xbc\x96\xeb\xbc\x97\xeb\xbc\x98\xeb\xbc\x99\xeb\xbc\x9a\xeb\xbc\x9b\xeb\xbc\x9c\xeb\xbc\x9d\xeb\xbc\x9e\xeb\xbc\x9f\xeb\xbc\xa0\xeb\xbc\xa1\xeb\xbc\xa2\xeb\xbc\xa3\xeb\xbc\xa4\xeb\xbc\xa5\xeb\xbc\xa6\xeb\xbc\xa7\xeb\xbc\xa8\xeb\xbc\xa9\xeb\xbc\xaa\xeb\xbc\xab\xeb\xbc\xac\xeb\xbc\xad\xeb\xbc\xae\xeb\xbc\xaf\xeb\xbc\xb0\xeb\xbc\xb1\xeb\xbc\xb2\xeb\xbc\xb3\xeb\xbc\xb4\xeb\xbc\xb5\xeb\xbc\xb6\xeb\xbc\xb7\xeb\xbc\xb8\xeb\xbc\xb9\xeb\xbc\xba\xeb\xbc\xbb\xeb\xbc\xbc\xeb\xbc\xbd\xeb\xbc\xbe\xeb\xbc\xbf\xeb\xbd\x80\xeb\xbd\x81\xeb\xbd\x82\xeb\xbd\x83\xeb\xbd\x84\xeb\xbd\x85\xeb\xbd\x86\xeb\xbd\x87\xeb\xbd\x88\xeb\xbd\x89\xeb\xbd\x8a\xeb\xbd\x8b\xeb\xbd\x8c\xeb\xbd\x8d\xeb\xbd\x8e\xeb\xbd\x8f\xeb\xbd\x90\xeb\xbd\x91\xeb\xbd\x92\xeb\xbd\x93\xeb\xbd\x94\xeb\xbd\x95\xeb\xbd\x96\xeb\xbd\x97\xeb\xbd\x98\xeb\xbd\x99\xeb\xbd\x9a\xeb\xbd\x9b\xeb\xbd\x9c\xeb\xbd\x9d\xeb\xbd\x9e\xeb\xbd\x9f\xeb\xbd\xa0\xeb\xbd\xa1\xeb\xbd\xa2\xeb\xbd\xa3\xeb\xbd\xa4\xeb\xbd\xa5\xeb\xbd\xa6\xeb\xbd\xa7\xeb\xbd\xa8\xeb\xbd\xa9\xeb\xbd\xaa\xeb\xbd\xab\xeb\xbd\xac\xeb\xbd\xad\xeb\xbd\xae\xeb\xbd\xaf\xeb\xbd\xb0\xeb\xbd\xb1\xeb\xbd\xb2\xeb\xbd\xb3\xeb\xbd\xb4\xeb\xbd\xb5\xeb\xbd\xb6\xeb\xbd\xb7\xeb\xbd\xb8\xeb\xbd\xb9\xeb\xbd\xba\xeb\xbd\xbb\xeb\xbd\xbc\xeb\xbd\xbd\xeb\xbd\xbe\xeb\xbd\xbf\xeb\xbe\x80\xeb\xbe\x81\xeb\xbe\x82\xeb\xbe\x83\xeb\xbe\x84\xeb\xbe\x85\xeb\xbe\x86\xeb\xbe\x87\xeb\xbe\x88\xeb\xbe\x89\xeb\xbe\x8a\xeb\xbe\x8b\xeb\xbe\x8c\xeb\xbe\x8d\xeb\xbe\x8e\xeb\xbe\x8f\xeb\xbe\x90\xeb\xbe\x91\xeb\xbe\x92\xeb\xbe\x93\xeb\xbe\x94\xeb\xbe\x95\xeb\xbe\x96\xeb\xbe\x97\xeb\xbe\x98\xeb\xbe\x99\xeb\xbe\x9a\xeb\xbe\x9b\xeb\xbe\x9c\xeb\xbe\x9d\xeb\xbe\x9e\xeb\xbe\x9f\xeb\xbe\xa0\xeb\xbe\xa1\xeb\xbe\xa2\xeb\xbe\xa3\xeb\xbe\xa4\xeb\xbe\xa5\xeb\xbe\xa6\xeb\xbe\xa7\xeb\xbe\xa8\xeb\xbe\xa9\xeb\xbe\xaa\xeb\xbe\xab\xeb\xbe\xac\xeb\xbe\xad\xeb\xbe\xae\xeb\xbe\xaf\xeb\xbe\xb0\xeb\xbe\xb1\xeb\xbe\xb2\xeb\xbe\xb3\xeb\xbe\xb4\xeb\xbe\xb5\xeb\xbe\xb6\xeb\xbe\xb7\xeb\xbe\xb8\xeb\xbe\xb9\xeb\xbe\xba\xeb\xbe\xbb\xeb\xbe\xbc\xeb\xbe\xbd\xeb\xbe\xbe\xeb\xbe\xbf\xeb\xbf\x80\xeb\xbf\x81\xeb\xbf\x82\xeb\xbf\x83\xeb\xbf\x84\xeb\xbf\x85\xeb\xbf\x86\xeb\xbf\x87\xeb\xbf\x88\xeb\xbf\x89\xeb\xbf\x8a\xeb\xbf\x8b\xeb\xbf\x8c\xeb\xbf\x8d\xeb\xbf\x8e\xeb\xbf\x8f\xeb\xbf\x90\xeb\xbf\x91\xeb\xbf\x92\xeb\xbf\x93\xeb\xbf\x94\xeb\xbf\x95\xeb\xbf\x96\xeb\xbf\x97\xeb\xbf\x98\xeb\xbf\x99\xeb\xbf\x9a\xeb\xbf\x9b\xeb\xbf\x9c\xeb\xbf\x9d\xeb\xbf\x9e\xeb\xbf\x9f\xeb\xbf\xa0\xeb\xbf\xa1\xeb\xbf\xa2\xeb\xbf\xa3\xeb\xbf\xa4\xeb\xbf\xa5\xeb\xbf\xa6\xeb\xbf\xa7\xeb\xbf\xa8\xeb\xbf\xa9\xeb\xbf\xaa\xeb\xbf\xab\xeb\xbf\xac\xeb\xbf\xad\xeb\xbf\xae\xeb\xbf\xaf\xeb\xbf\xb0\xeb\xbf\xb1\xeb\xbf\xb2\xeb\xbf\xb3\xeb\xbf\xb4\xeb\xbf\xb5\xeb\xbf\xb6\xeb\xbf\xb7\xeb\xbf\xb8\xeb\xbf\xb9\xeb\xbf\xba\xeb\xbf\xbb\xeb\xbf\xbc\xeb\xbf\xbd\xeb\xbf\xbe\xeb\xbf\xbf\xec\x80\x80\xec\x80\x81\xec\x80\x82\xec\x80\x83\xec\x80\x84\xec\x80\x85\xec\x80\x86\xec\x80\x87\xec\x80\x88\xec\x80\x89\xec\x80\x8a\xec\x80\x8b\xec\x80\x8c\xec\x80\x8d\xec\x80\x8e\xec\x80\x8f\xec\x80\x90\xec\x80\x91\xec\x80\x92\xec\x80\x93\xec\x80\x94\xec\x80\x95\xec\x80\x96\xec\x80\x97\xec\x80\x98\xec\x80\x99\xec\x80\x9a\xec\x80\x9b\xec\x80\x9c\xec\x80\x9d\xec\x80\x9e\xec\x80\x9f\xec\x80\xa0\xec\x80\xa1\xec\x80\xa2\xec\x80\xa3\xec\x80\xa4\xec\x80\xa5\xec\x80\xa6\xec\x80\xa7\xec\x80\xa8\xec\x80\xa9\xec\x80\xaa\xec\x80\xab\xec\x80\xac\xec\x80\xad\xec\x80\xae\xec\x80\xaf\xec\x80\xb0\xec\x80\xb1\xec\x80\xb2\xec\x80\xb3\xec\x80\xb4\xec\x80\xb5\xec\x80\xb6\xec\x80\xb7\xec\x80\xb8\xec\x80\xb9\xec\x80\xba\xec\x80\xbb\xec\x80\xbc\xec\x80\xbd\xec\x80\xbe\xec\x80\xbf\xec\x81\x80\xec\x81\x81\xec\x81\x82\xec\x81\x83\xec\x81\x84\xec\x81\x85\xec\x81\x86\xec\x81\x87\xec\x81\x88\xec\x81\x89\xec\x81\x8a\xec\x81\x8b\xec\x81\x8c\xec\x81\x8d\xec\x81\x8e\xec\x81\x8f\xec\x81\x90\xec\x81\x91\xec\x81\x92\xec\x81\x93\xec\x81\x94\xec\x81\x95\xec\x81\x96\xec\x81\x97\xec\x81\x98\xec\x81\x99\xec\x81\x9a\xec\x81\x9b\xec\x81\x9c\xec\x81\x9d\xec\x81\x9e\xec\x81\x9f\xec\x81\xa0\xec\x81\xa1\xec\x81\xa2\xec\x81\xa3\xec\x81\xa4\xec\x81\xa5\xec\x81\xa6\xec\x81\xa7\xec\x81\xa8\xec\x81\xa9\xec\x81\xaa\xec\x81\xab\xec\x81\xac\xec\x81\xad\xec\x81\xae\xec\x81\xaf\xec\x81\xb0\xec\x81\xb1\xec\x81\xb2\xec\x81\xb3\xec\x81\xb4\xec\x81\xb5\xec\x81\xb6\xec\x81\xb7\xec\x81\xb8\xec\x81\xb9\xec\x81\xba\xec\x81\xbb\xec\x81\xbc\xec\x81\xbd\xec\x81\xbe\xec\x81\xbf\xec\x82\x80\xec\x82\x81\xec\x82\x82\xec\x82\x83\xec\x82\x84\xec\x82\x85\xec\x82\x86\xec\x82\x87\xec\x82\x88\xec\x82\x89\xec\x82\x8a\xec\x82\x8b\xec\x82\x8c\xec\x82\x8d\xec\x82\x8e\xec\x82\x8f\xec\x82\x90\xec\x82\x91\xec\x82\x92\xec\x82\x93\xec\x82\x94\xec\x82\x95\xec\x82\x96\xec\x82\x97\xec\x82\x98\xec\x82\x99\xec\x82\x9a\xec\x82\x9b\xec\x82\x9c\xec\x82\x9d\xec\x82\x9e\xec\x82\x9f\xec\x82\xa0\xec\x82\xa1\xec\x82\xa2\xec\x82\xa3\xec\x82\xa4\xec\x82\xa5\xec\x82\xa6\xec\x82\xa7\xec\x82\xa8\xec\x82\xa9\xec\x82\xaa\xec\x82\xab\xec\x82\xac\xec\x82\xad\xec\x82\xae\xec\x82\xaf\xec\x82\xb0\xec\x82\xb1\xec\x82\xb2\xec\x82\xb3\xec\x82\xb4\xec\x82\xb5\xec\x82\xb6\xec\x82\xb7\xec\x82\xb8\xec\x82\xb9\xec\x82\xba\xec\x82\xbb\xec\x82\xbc\xec\x82\xbd\xec\x82\xbe\xec\x82\xbf\xec\x83\x80\xec\x83\x81\xec\x83\x82\xec\x83\x83\xec\x83\x84\xec\x83\x85\xec\x83\x86\xec\x83\x87\xec\x83\x88\xec\x83\x89\xec\x83\x8a\xec\x83\x8b\xec\x83\x8c\xec\x83\x8d\xec\x83\x8e\xec\x83\x8f\xec\x83\x90\xec\x83\x91\xec\x83\x92\xec\x83\x93\xec\x83\x94\xec\x83\x95\xec\x83\x96\xec\x83\x97\xec\x83\x98\xec\x83\x99\xec\x83\x9a\xec\x83\x9b\xec\x83\x9c\xec\x83\x9d\xec\x83\x9e\xec\x83\x9f\xec\x83\xa0\xec\x83\xa1\xec\x83\xa2\xec\x83\xa3\xec\x83\xa4\xec\x83\xa5\xec\x83\xa6\xec\x83\xa7\xec\x83\xa8\xec\x83\xa9\xec\x83\xaa\xec\x83\xab\xec\x83\xac\xec\x83\xad\xec\x83\xae\xec\x83\xaf\xec\x83\xb0\xec\x83\xb1\xec\x83\xb2\xec\x83\xb3\xec\x83\xb4\xec\x83\xb5\xec\x83\xb6\xec\x83\xb7\xec\x83\xb8\xec\x83\xb9\xec\x83\xba\xec\x83\xbb\xec\x83\xbc\xec\x83\xbd\xec\x83\xbe\xec\x83\xbf\xec\x84\x80\xec\x84\x81\xec\x84\x82\xec\x84\x83\xec\x84\x84\xec\x84\x85\xec\x84\x86\xec\x84\x87\xec\x84\x88\xec\x84\x89\xec\x84\x8a\xec\x84\x8b\xec\x84\x8c\xec\x84\x8d\xec\x84\x8e\xec\x84\x8f\xec\x84\x90\xec\x84\x91\xec\x84\x92\xec\x84\x93\xec\x84\x94\xec\x84\x95\xec\x84\x96\xec\x84\x97\xec\x84\x98\xec\x84\x99\xec\x84\x9a\xec\x84\x9b\xec\x84\x9c\xec\x84\x9d\xec\x84\x9e\xec\x84\x9f\xec\x84\xa0\xec\x84\xa1\xec\x84\xa2\xec\x84\xa3\xec\x84\xa4\xec\x84\xa5\xec\x84\xa6\xec\x84\xa7\xec\x84\xa8\xec\x84\xa9\xec\x84\xaa\xec\x84\xab\xec\x84\xac\xec\x84\xad\xec\x84\xae\xec\x84\xaf\xec\x84\xb0\xec\x84\xb1\xec\x84\xb2\xec\x84\xb3\xec\x84\xb4\xec\x84\xb5\xec\x84\xb6\xec\x84\xb7\xec\x84\xb8\xec\x84\xb9\xec\x84\xba\xec\x84\xbb\xec\x84\xbc\xec\x84\xbd\xec\x84\xbe\xec\x84\xbf\xec\x85\x80\xec\x85\x81\xec\x85\x82\xec\x85\x83\xec\x85\x84\xec\x85\x85\xec\x85\x86\xec\x85\x87\xec\x85\x88\xec\x85\x89\xec\x85\x8a\xec\x85\x8b\xec\x85\x8c\xec\x85\x8d\xec\x85\x8e\xec\x85\x8f\xec\x85\x90\xec\x85\x91\xec\x85\x92\xec\x85\x93\xec\x85\x94\xec\x85\x95\xec\x85\x96\xec\x85\x97\xec\x85\x98\xec\x85\x99\xec\x85\x9a\xec\x85\x9b\xec\x85\x9c\xec\x85\x9d\xec\x85\x9e\xec\x85\x9f\xec\x85\xa0\xec\x85\xa1\xec\x85\xa2\xec\x85\xa3\xec\x85\xa4\xec\x85\xa5\xec\x85\xa6\xec\x85\xa7\xec\x85\xa8\xec\x85\xa9\xec\x85\xaa\xec\x85\xab\xec\x85\xac\xec\x85\xad\xec\x85\xae\xec\x85\xaf\xec\x85\xb0\xec\x85\xb1\xec\x85\xb2\xec\x85\xb3\xec\x85\xb4\xec\x85\xb5\xec\x85\xb6\xec\x85\xb7\xec\x85\xb8\xec\x85\xb9\xec\x85\xba\xec\x85\xbb\xec\x85\xbc\xec\x85\xbd\xec\x85\xbe\xec\x85\xbf\xec\x86\x80\xec\x86\x81\xec\x86\x82\xec\x86\x83\xec\x86\x84\xec\x86\x85\xec\x86\x86\xec\x86\x87\xec\x86\x88\xec\x86\x89\xec\x86\x8a\xec\x86\x8b\xec\x86\x8c\xec\x86\x8d\xec\x86\x8e\xec\x86\x8f\xec\x86\x90\xec\x86\x91\xec\x86\x92\xec\x86\x93\xec\x86\x94\xec\x86\x95\xec\x86\x96\xec\x86\x97\xec\x86\x98\xec\x86\x99\xec\x86\x9a\xec\x86\x9b\xec\x86\x9c\xec\x86\x9d\xec\x86\x9e\xec\x86\x9f\xec\x86\xa0\xec\x86\xa1\xec\x86\xa2\xec\x86\xa3\xec\x86\xa4\xec\x86\xa5\xec\x86\xa6\xec\x86\xa7\xec\x86\xa8\xec\x86\xa9\xec\x86\xaa\xec\x86\xab\xec\x86\xac\xec\x86\xad\xec\x86\xae\xec\x86\xaf\xec\x86\xb0\xec\x86\xb1\xec\x86\xb2\xec\x86\xb3\xec\x86\xb4\xec\x86\xb5\xec\x86\xb6\xec\x86\xb7\xec\x86\xb8\xec\x86\xb9\xec\x86\xba\xec\x86\xbb\xec\x86\xbc\xec\x86\xbd\xec\x86\xbe\xec\x86\xbf\xec\x87\x80\xec\x87\x81\xec\x87\x82\xec\x87\x83\xec\x87\x84\xec\x87\x85\xec\x87\x86\xec\x87\x87\xec\x87\x88\xec\x87\x89\xec\x87\x8a\xec\x87\x8b\xec\x87\x8c\xec\x87\x8d\xec\x87\x8e\xec\x87\x8f\xec\x87\x90\xec\x87\x91\xec\x87\x92\xec\x87\x93\xec\x87\x94\xec\x87\x95\xec\x87\x96\xec\x87\x97\xec\x87\x98\xec\x87\x99\xec\x87\x9a\xec\x87\x9b\xec\x87\x9c\xec\x87\x9d\xec\x87\x9e\xec\x87\x9f\xec\x87\xa0\xec\x87\xa1\xec\x87\xa2\xec\x87\xa3\xec\x87\xa4\xec\x87\xa5\xec\x87\xa6\xec\x87\xa7\xec\x87\xa8\xec\x87\xa9\xec\x87\xaa\xec\x87\xab\xec\x87\xac\xec\x87\xad\xec\x87\xae\xec\x87\xaf\xec\x87\xb0\xec\x87\xb1\xec\x87\xb2\xec\x87\xb3\xec\x87\xb4\xec\x87\xb5\xec\x87\xb6\xec\x87\xb7\xec\x87\xb8\xec\x87\xb9\xec\x87\xba\xec\x87\xbb\xec\x87\xbc\xec\x87\xbd\xec\x87\xbe\xec\x87\xbf\xec\x88\x80\xec\x88\x81\xec\x88\x82\xec\x88\x83\xec\x88\x84\xec\x88\x85\xec\x88\x86\xec\x88\x87\xec\x88\x88\xec\x88\x89\xec\x88\x8a\xec\x88\x8b\xec\x88\x8c\xec\x88\x8d\xec\x88\x8e\xec\x88\x8f\xec\x88\x90\xec\x88\x91\xec\x88\x92\xec\x88\x93\xec\x88\x94\xec\x88\x95\xec\x88\x96\xec\x88\x97\xec\x88\x98\xec\x88\x99\xec\x88\x9a\xec\x88\x9b\xec\x88\x9c\xec\x88\x9d\xec\x88\x9e\xec\x88\x9f\xec\x88\xa0\xec\x88\xa1\xec\x88\xa2\xec\x88\xa3\xec\x88\xa4\xec\x88\xa5\xec\x88\xa6\xec\x88\xa7\xec\x88\xa8\xec\x88\xa9\xec\x88\xaa\xec\x88\xab\xec\x88\xac\xec\x88\xad\xec\x88\xae\xec\x88\xaf\xec\x88\xb0\xec\x88\xb1\xec\x88\xb2\xec\x88\xb3\xec\x88\xb4\xec\x88\xb5\xec\x88\xb6\xec\x88\xb7\xec\x88\xb8\xec\x88\xb9\xec\x88\xba\xec\x88\xbb\xec\x88\xbc\xec\x88\xbd\xec\x88\xbe\xec\x88\xbf\xec\x89\x80\xec\x89\x81\xec\x89\x82\xec\x89\x83\xec\x89\x84\xec\x89\x85\xec\x89\x86\xec\x89\x87\xec\x89\x88\xec\x89\x89\xec\x89\x8a\xec\x89\x8b\xec\x89\x8c\xec\x89\x8d\xec\x89\x8e\xec\x89\x8f\xec\x89\x90\xec\x89\x91\xec\x89\x92\xec\x89\x93\xec\x89\x94\xec\x89\x95\xec\x89\x96\xec\x89\x97\xec\x89\x98\xec\x89\x99\xec\x89\x9a\xec\x89\x9b\xec\x89\x9c\xec\x89\x9d\xec\x89\x9e\xec\x89\x9f\xec\x89\xa0\xec\x89\xa1\xec\x89\xa2\xec\x89\xa3\xec\x89\xa4\xec\x89\xa5\xec\x89\xa6\xec\x89\xa7\xec\x89\xa8\xec\x89\xa9\xec\x89\xaa\xec\x89\xab\xec\x89\xac\xec\x89\xad\xec\x89\xae\xec\x89\xaf\xec\x89\xb0\xec\x89\xb1\xec\x89\xb2\xec\x89\xb3\xec\x89\xb4\xec\x89\xb5\xec\x89\xb6\xec\x89\xb7\xec\x89\xb8\xec\x89\xb9\xec\x89\xba\xec\x89\xbb\xec\x89\xbc\xec\x89\xbd\xec\x89\xbe\xec\x89\xbf\xec\x8a\x80\xec\x8a\x81\xec\x8a\x82\xec\x8a\x83\xec\x8a\x84\xec\x8a\x85\xec\x8a\x86\xec\x8a\x87\xec\x8a\x88\xec\x8a\x89\xec\x8a\x8a\xec\x8a\x8b\xec\x8a\x8c\xec\x8a\x8d\xec\x8a\x8e\xec\x8a\x8f\xec\x8a\x90\xec\x8a\x91\xec\x8a\x92\xec\x8a\x93\xec\x8a\x94\xec\x8a\x95\xec\x8a\x96\xec\x8a\x97\xec\x8a\x98\xec\x8a\x99\xec\x8a\x9a\xec\x8a\x9b\xec\x8a\x9c\xec\x8a\x9d\xec\x8a\x9e\xec\x8a\x9f\xec\x8a\xa0\xec\x8a\xa1\xec\x8a\xa2\xec\x8a\xa3\xec\x8a\xa4\xec\x8a\xa5\xec\x8a\xa6\xec\x8a\xa7\xec\x8a\xa8\xec\x8a\xa9\xec\x8a\xaa\xec\x8a\xab\xec\x8a\xac\xec\x8a\xad\xec\x8a\xae\xec\x8a\xaf\xec\x8a\xb0\xec\x8a\xb1\xec\x8a\xb2\xec\x8a\xb3\xec\x8a\xb4\xec\x8a\xb5\xec\x8a\xb6\xec\x8a\xb7\xec\x8a\xb8\xec\x8a\xb9\xec\x8a\xba\xec\x8a\xbb\xec\x8a\xbc\xec\x8a\xbd\xec\x8a\xbe\xec\x8a\xbf\xec\x8b\x80\xec\x8b\x81\xec\x8b\x82\xec\x8b\x83\xec\x8b\x84\xec\x8b\x85\xec\x8b\x86\xec\x8b\x87\xec\x8b\x88\xec\x8b\x89\xec\x8b\x8a\xec\x8b\x8b\xec\x8b\x8c\xec\x8b\x8d\xec\x8b\x8e\xec\x8b\x8f\xec\x8b\x90\xec\x8b\x91\xec\x8b\x92\xec\x8b\x93\xec\x8b\x94\xec\x8b\x95\xec\x8b\x96\xec\x8b\x97\xec\x8b\x98\xec\x8b\x99\xec\x8b\x9a\xec\x8b\x9b\xec\x8b\x9c\xec\x8b\x9d\xec\x8b\x9e\xec\x8b\x9f\xec\x8b\xa0\xec\x8b\xa1\xec\x8b\xa2\xec\x8b\xa3\xec\x8b\xa4\xec\x8b\xa5\xec\x8b\xa6\xec\x8b\xa7\xec\x8b\xa8\xec\x8b\xa9\xec\x8b\xaa\xec\x8b\xab\xec\x8b\xac\xec\x8b\xad\xec\x8b\xae\xec\x8b\xaf\xec\x8b\xb0\xec\x8b\xb1\xec\x8b\xb2\xec\x8b\xb3\xec\x8b\xb4\xec\x8b\xb5\xec\x8b\xb6\xec\x8b\xb7\xec\x8b\xb8\xec\x8b\xb9\xec\x8b\xba\xec\x8b\xbb\xec\x8b\xbc\xec\x8b\xbd\xec\x8b\xbe\xec\x8b\xbf\xec\x8c\x80\xec\x8c\x81\xec\x8c\x82\xec\x8c\x83\xec\x8c\x84\xec\x8c\x85\xec\x8c\x86\xec\x8c\x87\xec\x8c\x88\xec\x8c\x89\xec\x8c\x8a\xec\x8c\x8b\xec\x8c\x8c\xec\x8c\x8d\xec\x8c\x8e\xec\x8c\x8f\xec\x8c\x90\xec\x8c\x91\xec\x8c\x92\xec\x8c\x93\xec\x8c\x94\xec\x8c\x95\xec\x8c\x96\xec\x8c\x97\xec\x8c\x98\xec\x8c\x99\xec\x8c\x9a\xec\x8c\x9b\xec\x8c\x9c\xec\x8c\x9d\xec\x8c\x9e\xec\x8c\x9f\xec\x8c\xa0\xec\x8c\xa1\xec\x8c\xa2\xec\x8c\xa3\xec\x8c\xa4\xec\x8c\xa5\xec\x8c\xa6\xec\x8c\xa7\xec\x8c\xa8\xec\x8c\xa9\xec\x8c\xaa\xec\x8c\xab\xec\x8c\xac\xec\x8c\xad\xec\x8c\xae\xec\x8c\xaf\xec\x8c\xb0\xec\x8c\xb1\xec\x8c\xb2\xec\x8c\xb3\xec\x8c\xb4\xec\x8c\xb5\xec\x8c\xb6\xec\x8c\xb7\xec\x8c\xb8\xec\x8c\xb9\xec\x8c\xba\xec\x8c\xbb\xec\x8c\xbc\xec\x8c\xbd\xec\x8c\xbe\xec\x8c\xbf\xec\x8d\x80\xec\x8d\x81\xec\x8d\x82\xec\x8d\x83\xec\x8d\x84\xec\x8d\x85\xec\x8d\x86\xec\x8d\x87\xec\x8d\x88\xec\x8d\x89\xec\x8d\x8a\xec\x8d\x8b\xec\x8d\x8c\xec\x8d\x8d\xec\x8d\x8e\xec\x8d\x8f\xec\x8d\x90\xec\x8d\x91\xec\x8d\x92\xec\x8d\x93\xec\x8d\x94\xec\x8d\x95\xec\x8d\x96\xec\x8d\x97\xec\x8d\x98\xec\x8d\x99\xec\x8d\x9a\xec\x8d\x9b\xec\x8d\x9c\xec\x8d\x9d\xec\x8d\x9e\xec\x8d\x9f\xec\x8d\xa0\xec\x8d\xa1\xec\x8d\xa2\xec\x8d\xa3\xec\x8d\xa4\xec\x8d\xa5\xec\x8d\xa6\xec\x8d\xa7\xec\x8d\xa8\xec\x8d\xa9\xec\x8d\xaa\xec\x8d\xab\xec\x8d\xac\xec\x8d\xad\xec\x8d\xae\xec\x8d\xaf\xec\x8d\xb0\xec\x8d\xb1\xec\x8d\xb2\xec\x8d\xb3\xec\x8d\xb4\xec\x8d\xb5\xec\x8d\xb6\xec\x8d\xb7\xec\x8d\xb8\xec\x8d\xb9\xec\x8d\xba\xec\x8d\xbb\xec\x8d\xbc\xec\x8d\xbd\xec\x8d\xbe\xec\x8d\xbf\xec\x8e\x80\xec\x8e\x81\xec\x8e\x82\xec\x8e\x83\xec\x8e\x84\xec\x8e\x85\xec\x8e\x86\xec\x8e\x87\xec\x8e\x88\xec\x8e\x89\xec\x8e\x8a\xec\x8e\x8b\xec\x8e\x8c\xec\x8e\x8d\xec\x8e\x8e\xec\x8e\x8f\xec\x8e\x90\xec\x8e\x91\xec\x8e\x92\xec\x8e\x93\xec\x8e\x94\xec\x8e\x95\xec\x8e\x96\xec\x8e\x97\xec\x8e\x98\xec\x8e\x99\xec\x8e\x9a\xec\x8e\x9b\xec\x8e\x9c\xec\x8e\x9d\xec\x8e\x9e\xec\x8e\x9f\xec\x8e\xa0\xec\x8e\xa1\xec\x8e\xa2\xec\x8e\xa3\xec\x8e\xa4\xec\x8e\xa5\xec\x8e\xa6\xec\x8e\xa7\xec\x8e\xa8\xec\x8e\xa9\xec\x8e\xaa\xec\x8e\xab\xec\x8e\xac\xec\x8e\xad\xec\x8e\xae\xec\x8e\xaf\xec\x8e\xb0\xec\x8e\xb1\xec\x8e\xb2\xec\x8e\xb3\xec\x8e\xb4\xec\x8e\xb5\xec\x8e\xb6\xec\x8e\xb7\xec\x8e\xb8\xec\x8e\xb9\xec\x8e\xba\xec\x8e\xbb\xec\x8e\xbc\xec\x8e\xbd\xec\x8e\xbe\xec\x8e\xbf\xec\x8f\x80\xec\x8f\x81\xec\x8f\x82\xec\x8f\x83\xec\x8f\x84\xec\x8f\x85\xec\x8f\x86\xec\x8f\x87\xec\x8f\x88\xec\x8f\x89\xec\x8f\x8a\xec\x8f\x8b\xec\x8f\x8c\xec\x8f\x8d\xec\x8f\x8e\xec\x8f\x8f\xec\x8f\x90\xec\x8f\x91\xec\x8f\x92\xec\x8f\x93\xec\x8f\x94\xec\x8f\x95\xec\x8f\x96\xec\x8f\x97\xec\x8f\x98\xec\x8f\x99\xec\x8f\x9a\xec\x8f\x9b\xec\x8f\x9c\xec\x8f\x9d\xec\x8f\x9e\xec\x8f\x9f\xec\x8f\xa0\xec\x8f\xa1\xec\x8f\xa2\xec\x8f\xa3\xec\x8f\xa4\xec\x8f\xa5\xec\x8f\xa6\xec\x8f\xa7\xec\x8f\xa8\xec\x8f\xa9\xec\x8f\xaa\xec\x8f\xab\xec\x8f\xac\xec\x8f\xad\xec\x8f\xae\xec\x8f\xaf\xec\x8f\xb0\xec\x8f\xb1\xec\x8f\xb2\xec\x8f\xb3\xec\x8f\xb4\xec\x8f\xb5\xec\x8f\xb6\xec\x8f\xb7\xec\x8f\xb8\xec\x8f\xb9\xec\x8f\xba\xec\x8f\xbb\xec\x8f\xbc\xec\x8f\xbd\xec\x8f\xbe\xec\x8f\xbf\xec\x90\x80\xec\x90\x81\xec\x90\x82\xec\x90\x83\xec\x90\x84\xec\x90\x85\xec\x90\x86\xec\x90\x87\xec\x90\x88\xec\x90\x89\xec\x90\x8a\xec\x90\x8b\xec\x90\x8c\xec\x90\x8d\xec\x90\x8e\xec\x90\x8f\xec\x90\x90\xec\x90\x91\xec\x90\x92\xec\x90\x93\xec\x90\x94\xec\x90\x95\xec\x90\x96\xec\x90\x97\xec\x90\x98\xec\x90\x99\xec\x90\x9a\xec\x90\x9b\xec\x90\x9c\xec\x90\x9d\xec\x90\x9e\xec\x90\x9f\xec\x90\xa0\xec\x90\xa1\xec\x90\xa2\xec\x90\xa3\xec\x90\xa4\xec\x90\xa5\xec\x90\xa6\xec\x90\xa7\xec\x90\xa8\xec\x90\xa9\xec\x90\xaa\xec\x90\xab\xec\x90\xac\xec\x90\xad\xec\x90\xae\xec\x90\xaf\xec\x90\xb0\xec\x90\xb1\xec\x90\xb2\xec\x90\xb3\xec\x90\xb4\xec\x90\xb5\xec\x90\xb6\xec\x90\xb7\xec\x90\xb8\xec\x90\xb9\xec\x90\xba\xec\x90\xbb\xec\x90\xbc\xec\x90\xbd\xec\x90\xbe\xec\x90\xbf\xec\x91\x80\xec\x91\x81\xec\x91\x82\xec\x91\x83\xec\x91\x84\xec\x91\x85\xec\x91\x86\xec\x91\x87\xec\x91\x88\xec\x91\x89\xec\x91\x8a\xec\x91\x8b\xec\x91\x8c\xec\x91\x8d\xec\x91\x8e\xec\x91\x8f\xec\x91\x90\xec\x91\x91\xec\x91\x92\xec\x91\x93\xec\x91\x94\xec\x91\x95\xec\x91\x96\xec\x91\x97\xec\x91\x98\xec\x91\x99\xec\x91\x9a\xec\x91\x9b\xec\x91\x9c\xec\x91\x9d\xec\x91\x9e\xec\x91\x9f\xec\x91\xa0\xec\x91\xa1\xec\x91\xa2\xec\x91\xa3\xec\x91\xa4\xec\x91\xa5\xec\x91\xa6\xec\x91\xa7\xec\x91\xa8\xec\x91\xa9\xec\x91\xaa\xec\x91\xab\xec\x91\xac\xec\x91\xad\xec\x91\xae\xec\x91\xaf\xec\x91\xb0\xec\x91\xb1\xec\x91\xb2\xec\x91\xb3\xec\x91\xb4\xec\x91\xb5\xec\x91\xb6\xec\x91\xb7\xec\x91\xb8\xec\x91\xb9\xec\x91\xba\xec\x91\xbb\xec\x91\xbc\xec\x91\xbd\xec\x91\xbe\xec\x91\xbf\xec\x92\x80\xec\x92\x81\xec\x92\x82\xec\x92\x83\xec\x92\x84\xec\x92\x85\xec\x92\x86\xec\x92\x87\xec\x92\x88\xec\x92\x89\xec\x92\x8a\xec\x92\x8b\xec\x92\x8c\xec\x92\x8d\xec\x92\x8e\xec\x92\x8f\xec\x92\x90\xec\x92\x91\xec\x92\x92\xec\x92\x93\xec\x92\x94\xec\x92\x95\xec\x92\x96\xec\x92\x97\xec\x92\x98\xec\x92\x99\xec\x92\x9a\xec\x92\x9b\xec\x92\x9c\xec\x92\x9d\xec\x92\x9e\xec\x92\x9f\xec\x92\xa0\xec\x92\xa1\xec\x92\xa2\xec\x92\xa3\xec\x92\xa4\xec\x92\xa5\xec\x92\xa6\xec\x92\xa7\xec\x92\xa8\xec\x92\xa9\xec\x92\xaa\xec\x92\xab\xec\x92\xac\xec\x92\xad\xec\x92\xae\xec\x92\xaf\xec\x92\xb0\xec\x92\xb1\xec\x92\xb2\xec\x92\xb3\xec\x92\xb4\xec\x92\xb5\xec\x92\xb6\xec\x92\xb7\xec\x92\xb8\xec\x92\xb9\xec\x92\xba\xec\x92\xbb\xec\x92\xbc\xec\x92\xbd\xec\x92\xbe\xec\x92\xbf\xec\x93\x80\xec\x93\x81\xec\x93\x82\xec\x93\x83\xec\x93\x84\xec\x93\x85\xec\x93\x86\xec\x93\x87\xec\x93\x88\xec\x93\x89\xec\x93\x8a\xec\x93\x8b\xec\x93\x8c\xec\x93\x8d\xec\x93\x8e\xec\x93\x8f\xec\x93\x90\xec\x93\x91\xec\x93\x92\xec\x93\x93\xec\x93\x94\xec\x93\x95\xec\x93\x96\xec\x93\x97\xec\x93\x98\xec\x93\x99\xec\x93\x9a\xec\x93\x9b\xec\x93\x9c\xec\x93\x9d\xec\x93\x9e\xec\x93\x9f\xec\x93\xa0\xec\x93\xa1\xec\x93\xa2\xec\x93\xa3\xec\x93\xa4\xec\x93\xa5\xec\x93\xa6\xec\x93\xa7\xec\x93\xa8\xec\x93\xa9\xec\x93\xaa\xec\x93\xab\xec\x93\xac\xec\x93\xad\xec\x93\xae\xec\x93\xaf\xec\x93\xb0\xec\x93\xb1\xec\x93\xb2\xec\x93\xb3\xec\x93\xb4\xec\x93\xb5\xec\x93\xb6\xec\x93\xb7\xec\x93\xb8\xec\x93\xb9\xec\x93\xba\xec\x93\xbb\xec\x93\xbc\xec\x93\xbd\xec\x93\xbe\xec\x93\xbf\xec\x94\x80\xec\x94\x81\xec\x94\x82\xec\x94\x83\xec\x94\x84\xec\x94\x85\xec\x94\x86\xec\x94\x87\xec\x94\x88\xec\x94\x89\xec\x94\x8a\xec\x94\x8b\xec\x94\x8c\xec\x94\x8d\xec\x94\x8e\xec\x94\x8f\xec\x94\x90\xec\x94\x91\xec\x94\x92\xec\x94\x93\xec\x94\x94\xec\x94\x95\xec\x94\x96\xec\x94\x97\xec\x94\x98\xec\x94\x99\xec\x94\x9a\xec\x94\x9b\xec\x94\x9c\xec\x94\x9d\xec\x94\x9e\xec\x94\x9f\xec\x94\xa0\xec\x94\xa1\xec\x94\xa2\xec\x94\xa3\xec\x94\xa4\xec\x94\xa5\xec\x94\xa6\xec\x94\xa7\xec\x94\xa8\xec\x94\xa9\xec\x94\xaa\xec\x94\xab\xec\x94\xac\xec\x94\xad\xec\x94\xae\xec\x94\xaf\xec\x94\xb0\xec\x94\xb1\xec\x94\xb2\xec\x94\xb3\xec\x94\xb4\xec\x94\xb5\xec\x94\xb6\xec\x94\xb7\xec\x94\xb8\xec\x94\xb9\xec\x94\xba\xec\x94\xbb\xec\x94\xbc\xec\x94\xbd\xec\x94\xbe\xec\x94\xbf\xec\x95\x80\xec\x95\x81\xec\x95\x82\xec\x95\x83\xec\x95\x84\xec\x95\x85\xec\x95\x86\xec\x95\x87\xec\x95\x88\xec\x95\x89\xec\x95\x8a\xec\x95\x8b\xec\x95\x8c\xec\x95\x8d\xec\x95\x8e\xec\x95\x8f\xec\x95\x90\xec\x95\x91\xec\x95\x92\xec\x95\x93\xec\x95\x94\xec\x95\x95\xec\x95\x96\xec\x95\x97\xec\x95\x98\xec\x95\x99\xec\x95\x9a\xec\x95\x9b\xec\x95\x9c\xec\x95\x9d\xec\x95\x9e\xec\x95\x9f\xec\x95\xa0\xec\x95\xa1\xec\x95\xa2\xec\x95\xa3\xec\x95\xa4\xec\x95\xa5\xec\x95\xa6\xec\x95\xa7\xec\x95\xa8\xec\x95\xa9\xec\x95\xaa\xec\x95\xab\xec\x95\xac\xec\x95\xad\xec\x95\xae\xec\x95\xaf\xec\x95\xb0\xec\x95\xb1\xec\x95\xb2\xec\x95\xb3\xec\x95\xb4\xec\x95\xb5\xec\x95\xb6\xec\x95\xb7\xec\x95\xb8\xec\x95\xb9\xec\x95\xba\xec\x95\xbb\xec\x95\xbc\xec\x95\xbd\xec\x95\xbe\xec\x95\xbf\xec\x96\x80\xec\x96\x81\xec\x96\x82\xec\x96\x83\xec\x96\x84\xec\x96\x85\xec\x96\x86\xec\x96\x87\xec\x96\x88\xec\x96\x89\xec\x96\x8a\xec\x96\x8b\xec\x96\x8c\xec\x96\x8d\xec\x96\x8e\xec\x96\x8f\xec\x96\x90\xec\x96\x91\xec\x96\x92\xec\x96\x93\xec\x96\x94\xec\x96\x95\xec\x96\x96\xec\x96\x97\xec\x96\x98\xec\x96\x99\xec\x96\x9a\xec\x96\x9b\xec\x96\x9c\xec\x96\x9d\xec\x96\x9e\xec\x96\x9f\xec\x96\xa0\xec\x96\xa1\xec\x96\xa2\xec\x96\xa3\xec\x96\xa4\xec\x96\xa5\xec\x96\xa6\xec\x96\xa7\xec\x96\xa8\xec\x96\xa9\xec\x96\xaa\xec\x96\xab\xec\x96\xac\xec\x96\xad\xec\x96\xae\xec\x96\xaf\xec\x96\xb0\xec\x96\xb1\xec\x96\xb2\xec\x96\xb3\xec\x96\xb4\xec\x96\xb5\xec\x96\xb6\xec\x96\xb7\xec\x96\xb8\xec\x96\xb9\xec\x96\xba\xec\x96\xbb\xec\x96\xbc\xec\x96\xbd\xec\x96\xbe\xec\x96\xbf\xec\x97\x80\xec\x97\x81\xec\x97\x82\xec\x97\x83\xec\x97\x84\xec\x97\x85\xec\x97\x86\xec\x97\x87\xec\x97\x88\xec\x97\x89\xec\x97\x8a\xec\x97\x8b\xec\x97\x8c\xec\x97\x8d\xec\x97\x8e\xec\x97\x8f\xec\x97\x90\xec\x97\x91\xec\x97\x92\xec\x97\x93\xec\x97\x94\xec\x97\x95\xec\x97\x96\xec\x97\x97\xec\x97\x98\xec\x97\x99\xec\x97\x9a\xec\x97\x9b\xec\x97\x9c\xec\x97\x9d\xec\x97\x9e\xec\x97\x9f\xec\x97\xa0\xec\x97\xa1\xec\x97\xa2\xec\x97\xa3\xec\x97\xa4\xec\x97\xa5\xec\x97\xa6\xec\x97\xa7\xec\x97\xa8\xec\x97\xa9\xec\x97\xaa\xec\x97\xab\xec\x97\xac\xec\x97\xad\xec\x97\xae\xec\x97\xaf\xec\x97\xb0\xec\x97\xb1\xec\x97\xb2\xec\x97\xb3\xec\x97\xb4\xec\x97\xb5\xec\x97\xb6\xec\x97\xb7\xec\x97\xb8\xec\x97\xb9\xec\x97\xba\xec\x97\xbb\xec\x97\xbc\xec\x97\xbd\xec\x97\xbe\xec\x97\xbf\xec\x98\x80\xec\x98\x81\xec\x98\x82\xec\x98\x83\xec\x98\x84\xec\x98\x85\xec\x98\x86\xec\x98\x87\xec\x98\x88\xec\x98\x89\xec\x98\x8a\xec\x98\x8b\xec\x98\x8c\xec\x98\x8d\xec\x98\x8e\xec\x98\x8f\xec\x98\x90\xec\x98\x91\xec\x98\x92\xec\x98\x93\xec\x98\x94\xec\x98\x95\xec\x98\x96\xec\x98\x97\xec\x98\x98\xec\x98\x99\xec\x98\x9a\xec\x98\x9b\xec\x98\x9c\xec\x98\x9d\xec\x98\x9e\xec\x98\x9f\xec\x98\xa0\xec\x98\xa1\xec\x98\xa2\xec\x98\xa3\xec\x98\xa4\xec\x98\xa5\xec\x98\xa6\xec\x98\xa7\xec\x98\xa8\xec\x98\xa9\xec\x98\xaa\xec\x98\xab\xec\x98\xac\xec\x98\xad\xec\x98\xae\xec\x98\xaf\xec\x98\xb0\xec\x98\xb1\xec\x98\xb2\xec\x98\xb3\xec\x98\xb4\xec\x98\xb5\xec\x98\xb6\xec\x98\xb7\xec\x98\xb8\xec\x98\xb9\xec\x98\xba\xec\x98\xbb\xec\x98\xbc\xec\x98\xbd\xec\x98\xbe\xec\x98\xbf\xec\x99\x80\xec\x99\x81\xec\x99\x82\xec\x99\x83\xec\x99\x84\xec\x99\x85\xec\x99\x86\xec\x99\x87\xec\x99\x88\xec\x99\x89\xec\x99\x8a\xec\x99\x8b\xec\x99\x8c\xec\x99\x8d\xec\x99\x8e\xec\x99\x8f\xec\x99\x90\xec\x99\x91\xec\x99\x92\xec\x99\x93\xec\x99\x94\xec\x99\x95\xec\x99\x96\xec\x99\x97\xec\x99\x98\xec\x99\x99\xec\x99\x9a\xec\x99\x9b\xec\x99\x9c\xec\x99\x9d\xec\x99\x9e\xec\x99\x9f\xec\x99\xa0\xec\x99\xa1\xec\x99\xa2\xec\x99\xa3\xec\x99\xa4\xec\x99\xa5\xec\x99\xa6\xec\x99\xa7\xec\x99\xa8\xec\x99\xa9\xec\x99\xaa\xec\x99\xab\xec\x99\xac\xec\x99\xad\xec\x99\xae\xec\x99\xaf\xec\x99\xb0\xec\x99\xb1\xec\x99\xb2\xec\x99\xb3\xec\x99\xb4\xec\x99\xb5\xec\x99\xb6\xec\x99\xb7\xec\x99\xb8\xec\x99\xb9\xec\x99\xba\xec\x99\xbb\xec\x99\xbc\xec\x99\xbd\xec\x99\xbe\xec\x99\xbf\xec\x9a\x80\xec\x9a\x81\xec\x9a\x82\xec\x9a\x83\xec\x9a\x84\xec\x9a\x85\xec\x9a\x86\xec\x9a\x87\xec\x9a\x88\xec\x9a\x89\xec\x9a\x8a\xec\x9a\x8b\xec\x9a\x8c\xec\x9a\x8d\xec\x9a\x8e\xec\x9a\x8f\xec\x9a\x90\xec\x9a\x91\xec\x9a\x92\xec\x9a\x93\xec\x9a\x94\xec\x9a\x95\xec\x9a\x96\xec\x9a\x97\xec\x9a\x98\xec\x9a\x99\xec\x9a\x9a\xec\x9a\x9b\xec\x9a\x9c\xec\x9a\x9d\xec\x9a\x9e\xec\x9a\x9f\xec\x9a\xa0\xec\x9a\xa1\xec\x9a\xa2\xec\x9a\xa3\xec\x9a\xa4\xec\x9a\xa5\xec\x9a\xa6\xec\x9a\xa7\xec\x9a\xa8\xec\x9a\xa9\xec\x9a\xaa\xec\x9a\xab\xec\x9a\xac\xec\x9a\xad\xec\x9a\xae\xec\x9a\xaf\xec\x9a\xb0\xec\x9a\xb1\xec\x9a\xb2\xec\x9a\xb3\xec\x9a\xb4\xec\x9a\xb5\xec\x9a\xb6\xec\x9a\xb7\xec\x9a\xb8\xec\x9a\xb9\xec\x9a\xba\xec\x9a\xbb\xec\x9a\xbc\xec\x9a\xbd\xec\x9a\xbe\xec\x9a\xbf\xec\x9b\x80\xec\x9b\x81\xec\x9b\x82\xec\x9b\x83\xec\x9b\x84\xec\x9b\x85\xec\x9b\x86\xec\x9b\x87\xec\x9b\x88\xec\x9b\x89\xec\x9b\x8a\xec\x9b\x8b\xec\x9b\x8c\xec\x9b\x8d\xec\x9b\x8e\xec\x9b\x8f\xec\x9b\x90\xec\x9b\x91\xec\x9b\x92\xec\x9b\x93\xec\x9b\x94\xec\x9b\x95\xec\x9b\x96\xec\x9b\x97\xec\x9b\x98\xec\x9b\x99\xec\x9b\x9a\xec\x9b\x9b\xec\x9b\x9c\xec\x9b\x9d\xec\x9b\x9e\xec\x9b\x9f\xec\x9b\xa0\xec\x9b\xa1\xec\x9b\xa2\xec\x9b\xa3\xec\x9b\xa4\xec\x9b\xa5\xec\x9b\xa6\xec\x9b\xa7\xec\x9b\xa8\xec\x9b\xa9\xec\x9b\xaa\xec\x9b\xab\xec\x9b\xac\xec\x9b\xad\xec\x9b\xae\xec\x9b\xaf\xec\x9b\xb0\xec\x9b\xb1\xec\x9b\xb2\xec\x9b\xb3\xec\x9b\xb4\xec\x9b\xb5\xec\x9b\xb6\xec\x9b\xb7\xec\x9b\xb8\xec\x9b\xb9\xec\x9b\xba\xec\x9b\xbb\xec\x9b\xbc\xec\x9b\xbd\xec\x9b\xbe\xec\x9b\xbf\xec\x9c\x80\xec\x9c\x81\xec\x9c\x82\xec\x9c\x83\xec\x9c\x84\xec\x9c\x85\xec\x9c\x86\xec\x9c\x87\xec\x9c\x88\xec\x9c\x89\xec\x9c\x8a\xec\x9c\x8b\xec\x9c\x8c\xec\x9c\x8d\xec\x9c\x8e\xec\x9c\x8f\xec\x9c\x90\xec\x9c\x91\xec\x9c\x92\xec\x9c\x93\xec\x9c\x94\xec\x9c\x95\xec\x9c\x96\xec\x9c\x97\xec\x9c\x98\xec\x9c\x99\xec\x9c\x9a\xec\x9c\x9b\xec\x9c\x9c\xec\x9c\x9d\xec\x9c\x9e\xec\x9c\x9f\xec\x9c\xa0\xec\x9c\xa1\xec\x9c\xa2\xec\x9c\xa3\xec\x9c\xa4\xec\x9c\xa5\xec\x9c\xa6\xec\x9c\xa7\xec\x9c\xa8\xec\x9c\xa9\xec\x9c\xaa\xec\x9c\xab\xec\x9c\xac\xec\x9c\xad\xec\x9c\xae\xec\x9c\xaf\xec\x9c\xb0\xec\x9c\xb1\xec\x9c\xb2\xec\x9c\xb3\xec\x9c\xb4\xec\x9c\xb5\xec\x9c\xb6\xec\x9c\xb7\xec\x9c\xb8\xec\x9c\xb9\xec\x9c\xba\xec\x9c\xbb\xec\x9c\xbc\xec\x9c\xbd\xec\x9c\xbe\xec\x9c\xbf\xec\x9d\x80\xec\x9d\x81\xec\x9d\x82\xec\x9d\x83\xec\x9d\x84\xec\x9d\x85\xec\x9d\x86\xec\x9d\x87\xec\x9d\x88\xec\x9d\x89\xec\x9d\x8a\xec\x9d\x8b\xec\x9d\x8c\xec\x9d\x8d\xec\x9d\x8e\xec\x9d\x8f\xec\x9d\x90\xec\x9d\x91\xec\x9d\x92\xec\x9d\x93\xec\x9d\x94\xec\x9d\x95\xec\x9d\x96\xec\x9d\x97\xec\x9d\x98\xec\x9d\x99\xec\x9d\x9a\xec\x9d\x9b\xec\x9d\x9c\xec\x9d\x9d\xec\x9d\x9e\xec\x9d\x9f\xec\x9d\xa0\xec\x9d\xa1\xec\x9d\xa2\xec\x9d\xa3\xec\x9d\xa4\xec\x9d\xa5\xec\x9d\xa6\xec\x9d\xa7\xec\x9d\xa8\xec\x9d\xa9\xec\x9d\xaa\xec\x9d\xab\xec\x9d\xac\xec\x9d\xad\xec\x9d\xae\xec\x9d\xaf\xec\x9d\xb0\xec\x9d\xb1\xec\x9d\xb2\xec\x9d\xb3\xec\x9d\xb4\xec\x9d\xb5\xec\x9d\xb6\xec\x9d\xb7\xec\x9d\xb8\xec\x9d\xb9\xec\x9d\xba\xec\x9d\xbb\xec\x9d\xbc\xec\x9d\xbd\xec\x9d\xbe\xec\x9d\xbf\xec\x9e\x80\xec\x9e\x81\xec\x9e\x82\xec\x9e\x83\xec\x9e\x84\xec\x9e\x85\xec\x9e\x86\xec\x9e\x87\xec\x9e\x88\xec\x9e\x89\xec\x9e\x8a\xec\x9e\x8b\xec\x9e\x8c\xec\x9e\x8d\xec\x9e\x8e\xec\x9e\x8f\xec\x9e\x90\xec\x9e\x91\xec\x9e\x92\xec\x9e\x93\xec\x9e\x94\xec\x9e\x95\xec\x9e\x96\xec\x9e\x97\xec\x9e\x98\xec\x9e\x99\xec\x9e\x9a\xec\x9e\x9b\xec\x9e\x9c\xec\x9e\x9d\xec\x9e\x9e\xec\x9e\x9f\xec\x9e\xa0\xec\x9e\xa1\xec\x9e\xa2\xec\x9e\xa3\xec\x9e\xa4\xec\x9e\xa5\xec\x9e\xa6\xec\x9e\xa7\xec\x9e\xa8\xec\x9e\xa9\xec\x9e\xaa\xec\x9e\xab\xec\x9e\xac\xec\x9e\xad\xec\x9e\xae\xec\x9e\xaf\xec\x9e\xb0\xec\x9e\xb1\xec\x9e\xb2\xec\x9e\xb3\xec\x9e\xb4\xec\x9e\xb5\xec\x9e\xb6\xec\x9e\xb7\xec\x9e\xb8\xec\x9e\xb9\xec\x9e\xba\xec\x9e\xbb\xec\x9e\xbc\xec\x9e\xbd\xec\x9e\xbe\xec\x9e\xbf\xec\x9f\x80\xec\x9f\x81\xec\x9f\x82\xec\x9f\x83\xec\x9f\x84\xec\x9f\x85\xec\x9f\x86\xec\x9f\x87\xec\x9f\x88\xec\x9f\x89\xec\x9f\x8a\xec\x9f\x8b\xec\x9f\x8c\xec\x9f\x8d\xec\x9f\x8e\xec\x9f\x8f\xec\x9f\x90\xec\x9f\x91\xec\x9f\x92\xec\x9f\x93\xec\x9f\x94\xec\x9f\x95\xec\x9f\x96\xec\x9f\x97\xec\x9f\x98\xec\x9f\x99\xec\x9f\x9a\xec\x9f\x9b\xec\x9f\x9c\xec\x9f\x9d\xec\x9f\x9e\xec\x9f\x9f\xec\x9f\xa0\xec\x9f\xa1\xec\x9f\xa2\xec\x9f\xa3\xec\x9f\xa4\xec\x9f\xa5\xec\x9f\xa6\xec\x9f\xa7\xec\x9f\xa8\xec\x9f\xa9\xec\x9f\xaa\xec\x9f\xab\xec\x9f\xac\xec\x9f\xad\xec\x9f\xae\xec\x9f\xaf\xec\x9f\xb0\xec\x9f\xb1\xec\x9f\xb2\xec\x9f\xb3\xec\x9f\xb4\xec\x9f\xb5\xec\x9f\xb6\xec\x9f\xb7\xec\x9f\xb8\xec\x9f\xb9\xec\x9f\xba\xec\x9f\xbb\xec\x9f\xbc\xec\x9f\xbd\xec\x9f\xbe\xec\x9f\xbf\xec\xa0\x80\xec\xa0\x81\xec\xa0\x82\xec\xa0\x83\xec\xa0\x84\xec\xa0\x85\xec\xa0\x86\xec\xa0\x87\xec\xa0\x88\xec\xa0\x89\xec\xa0\x8a\xec\xa0\x8b\xec\xa0\x8c\xec\xa0\x8d\xec\xa0\x8e\xec\xa0\x8f\xec\xa0\x90\xec\xa0\x91\xec\xa0\x92\xec\xa0\x93\xec\xa0\x94\xec\xa0\x95\xec\xa0\x96\xec\xa0\x97\xec\xa0\x98\xec\xa0\x99\xec\xa0\x9a\xec\xa0\x9b\xec\xa0\x9c\xec\xa0\x9d\xec\xa0\x9e\xec\xa0\x9f\xec\xa0\xa0\xec\xa0\xa1\xec\xa0\xa2\xec\xa0\xa3\xec\xa0\xa4\xec\xa0\xa5\xec\xa0\xa6\xec\xa0\xa7\xec\xa0\xa8\xec\xa0\xa9\xec\xa0\xaa\xec\xa0\xab\xec\xa0\xac\xec\xa0\xad\xec\xa0\xae\xec\xa0\xaf\xec\xa0\xb0\xec\xa0\xb1\xec\xa0\xb2\xec\xa0\xb3\xec\xa0\xb4\xec\xa0\xb5\xec\xa0\xb6\xec\xa0\xb7\xec\xa0\xb8\xec\xa0\xb9\xec\xa0\xba\xec\xa0\xbb\xec\xa0\xbc\xec\xa0\xbd\xec\xa0\xbe\xec\xa0\xbf\xec\xa1\x80\xec\xa1\x81\xec\xa1\x82\xec\xa1\x83\xec\xa1\x84\xec\xa1\x85\xec\xa1\x86\xec\xa1\x87\xec\xa1\x88\xec\xa1\x89\xec\xa1\x8a\xec\xa1\x8b\xec\xa1\x8c\xec\xa1\x8d\xec\xa1\x8e\xec\xa1\x8f\xec\xa1\x90\xec\xa1\x91\xec\xa1\x92\xec\xa1\x93\xec\xa1\x94\xec\xa1\x95\xec\xa1\x96\xec\xa1\x97\xec\xa1\x98\xec\xa1\x99\xec\xa1\x9a\xec\xa1\x9b\xec\xa1\x9c\xec\xa1\x9d\xec\xa1\x9e\xec\xa1\x9f\xec\xa1\xa0\xec\xa1\xa1\xec\xa1\xa2\xec\xa1\xa3\xec\xa1\xa4\xec\xa1\xa5\xec\xa1\xa6\xec\xa1\xa7\xec\xa1\xa8\xec\xa1\xa9\xec\xa1\xaa\xec\xa1\xab\xec\xa1\xac\xec\xa1\xad\xec\xa1\xae\xec\xa1\xaf\xec\xa1\xb0\xec\xa1\xb1\xec\xa1\xb2\xec\xa1\xb3\xec\xa1\xb4\xec\xa1\xb5\xec\xa1\xb6\xec\xa1\xb7\xec\xa1\xb8\xec\xa1\xb9\xec\xa1\xba\xec\xa1\xbb\xec\xa1\xbc\xec\xa1\xbd\xec\xa1\xbe\xec\xa1\xbf\xec\xa2\x80\xec\xa2\x81\xec\xa2\x82\xec\xa2\x83\xec\xa2\x84\xec\xa2\x85\xec\xa2\x86\xec\xa2\x87\xec\xa2\x88\xec\xa2\x89\xec\xa2\x8a\xec\xa2\x8b\xec\xa2\x8c\xec\xa2\x8d\xec\xa2\x8e\xec\xa2\x8f\xec\xa2\x90\xec\xa2\x91\xec\xa2\x92\xec\xa2\x93\xec\xa2\x94\xec\xa2\x95\xec\xa2\x96\xec\xa2\x97\xec\xa2\x98\xec\xa2\x99\xec\xa2\x9a\xec\xa2\x9b\xec\xa2\x9c\xec\xa2\x9d\xec\xa2\x9e\xec\xa2\x9f\xec\xa2\xa0\xec\xa2\xa1\xec\xa2\xa2\xec\xa2\xa3\xec\xa2\xa4\xec\xa2\xa5\xec\xa2\xa6\xec\xa2\xa7\xec\xa2\xa8\xec\xa2\xa9\xec\xa2\xaa\xec\xa2\xab\xec\xa2\xac\xec\xa2\xad\xec\xa2\xae\xec\xa2\xaf\xec\xa2\xb0\xec\xa2\xb1\xec\xa2\xb2\xec\xa2\xb3\xec\xa2\xb4\xec\xa2\xb5\xec\xa2\xb6\xec\xa2\xb7\xec\xa2\xb8\xec\xa2\xb9\xec\xa2\xba\xec\xa2\xbb\xec\xa2\xbc\xec\xa2\xbd\xec\xa2\xbe\xec\xa2\xbf\xec\xa3\x80\xec\xa3\x81\xec\xa3\x82\xec\xa3\x83\xec\xa3\x84\xec\xa3\x85\xec\xa3\x86\xec\xa3\x87\xec\xa3\x88\xec\xa3\x89\xec\xa3\x8a\xec\xa3\x8b\xec\xa3\x8c\xec\xa3\x8d\xec\xa3\x8e\xec\xa3\x8f\xec\xa3\x90\xec\xa3\x91\xec\xa3\x92\xec\xa3\x93\xec\xa3\x94\xec\xa3\x95\xec\xa3\x96\xec\xa3\x97\xec\xa3\x98\xec\xa3\x99\xec\xa3\x9a\xec\xa3\x9b\xec\xa3\x9c\xec\xa3\x9d\xec\xa3\x9e\xec\xa3\x9f\xec\xa3\xa0\xec\xa3\xa1\xec\xa3\xa2\xec\xa3\xa3\xec\xa3\xa4\xec\xa3\xa5\xec\xa3\xa6\xec\xa3\xa7\xec\xa3\xa8\xec\xa3\xa9\xec\xa3\xaa\xec\xa3\xab\xec\xa3\xac\xec\xa3\xad\xec\xa3\xae\xec\xa3\xaf\xec\xa3\xb0\xec\xa3\xb1\xec\xa3\xb2\xec\xa3\xb3\xec\xa3\xb4\xec\xa3\xb5\xec\xa3\xb6\xec\xa3\xb7\xec\xa3\xb8\xec\xa3\xb9\xec\xa3\xba\xec\xa3\xbb\xec\xa3\xbc\xec\xa3\xbd\xec\xa3\xbe\xec\xa3\xbf\xec\xa4\x80\xec\xa4\x81\xec\xa4\x82\xec\xa4\x83\xec\xa4\x84\xec\xa4\x85\xec\xa4\x86\xec\xa4\x87\xec\xa4\x88\xec\xa4\x89\xec\xa4\x8a\xec\xa4\x8b\xec\xa4\x8c\xec\xa4\x8d\xec\xa4\x8e\xec\xa4\x8f\xec\xa4\x90\xec\xa4\x91\xec\xa4\x92\xec\xa4\x93\xec\xa4\x94\xec\xa4\x95\xec\xa4\x96\xec\xa4\x97\xec\xa4\x98\xec\xa4\x99\xec\xa4\x9a\xec\xa4\x9b\xec\xa4\x9c\xec\xa4\x9d\xec\xa4\x9e\xec\xa4\x9f\xec\xa4\xa0\xec\xa4\xa1\xec\xa4\xa2\xec\xa4\xa3\xec\xa4\xa4\xec\xa4\xa5\xec\xa4\xa6\xec\xa4\xa7\xec\xa4\xa8\xec\xa4\xa9\xec\xa4\xaa\xec\xa4\xab\xec\xa4\xac\xec\xa4\xad\xec\xa4\xae\xec\xa4\xaf\xec\xa4\xb0\xec\xa4\xb1\xec\xa4\xb2\xec\xa4\xb3\xec\xa4\xb4\xec\xa4\xb5\xec\xa4\xb6\xec\xa4\xb7\xec\xa4\xb8\xec\xa4\xb9\xec\xa4\xba\xec\xa4\xbb\xec\xa4\xbc\xec\xa4\xbd\xec\xa4\xbe\xec\xa4\xbf\xec\xa5\x80\xec\xa5\x81\xec\xa5\x82\xec\xa5\x83\xec\xa5\x84\xec\xa5\x85\xec\xa5\x86\xec\xa5\x87\xec\xa5\x88\xec\xa5\x89\xec\xa5\x8a\xec\xa5\x8b\xec\xa5\x8c\xec\xa5\x8d\xec\xa5\x8e\xec\xa5\x8f\xec\xa5\x90\xec\xa5\x91\xec\xa5\x92\xec\xa5\x93\xec\xa5\x94\xec\xa5\x95\xec\xa5\x96\xec\xa5\x97\xec\xa5\x98\xec\xa5\x99\xec\xa5\x9a\xec\xa5\x9b\xec\xa5\x9c\xec\xa5\x9d\xec\xa5\x9e\xec\xa5\x9f\xec\xa5\xa0\xec\xa5\xa1\xec\xa5\xa2\xec\xa5\xa3\xec\xa5\xa4\xec\xa5\xa5\xec\xa5\xa6\xec\xa5\xa7\xec\xa5\xa8\xec\xa5\xa9\xec\xa5\xaa\xec\xa5\xab\xec\xa5\xac\xec\xa5\xad\xec\xa5\xae\xec\xa5\xaf\xec\xa5\xb0\xec\xa5\xb1\xec\xa5\xb2\xec\xa5\xb3\xec\xa5\xb4\xec\xa5\xb5\xec\xa5\xb6\xec\xa5\xb7\xec\xa5\xb8\xec\xa5\xb9\xec\xa5\xba\xec\xa5\xbb\xec\xa5\xbc\xec\xa5\xbd\xec\xa5\xbe\xec\xa5\xbf\xec\xa6\x80\xec\xa6\x81\xec\xa6\x82\xec\xa6\x83\xec\xa6\x84\xec\xa6\x85\xec\xa6\x86\xec\xa6\x87\xec\xa6\x88\xec\xa6\x89\xec\xa6\x8a\xec\xa6\x8b\xec\xa6\x8c\xec\xa6\x8d\xec\xa6\x8e\xec\xa6\x8f\xec\xa6\x90\xec\xa6\x91\xec\xa6\x92\xec\xa6\x93\xec\xa6\x94\xec\xa6\x95\xec\xa6\x96\xec\xa6\x97\xec\xa6\x98\xec\xa6\x99\xec\xa6\x9a\xec\xa6\x9b\xec\xa6\x9c\xec\xa6\x9d\xec\xa6\x9e\xec\xa6\x9f\xec\xa6\xa0\xec\xa6\xa1\xec\xa6\xa2\xec\xa6\xa3\xec\xa6\xa4\xec\xa6\xa5\xec\xa6\xa6\xec\xa6\xa7\xec\xa6\xa8\xec\xa6\xa9\xec\xa6\xaa\xec\xa6\xab\xec\xa6\xac\xec\xa6\xad\xec\xa6\xae\xec\xa6\xaf\xec\xa6\xb0\xec\xa6\xb1\xec\xa6\xb2\xec\xa6\xb3\xec\xa6\xb4\xec\xa6\xb5\xec\xa6\xb6\xec\xa6\xb7\xec\xa6\xb8\xec\xa6\xb9\xec\xa6\xba\xec\xa6\xbb\xec\xa6\xbc\xec\xa6\xbd\xec\xa6\xbe\xec\xa6\xbf\xec\xa7\x80\xec\xa7\x81\xec\xa7\x82\xec\xa7\x83\xec\xa7\x84\xec\xa7\x85\xec\xa7\x86\xec\xa7\x87\xec\xa7\x88\xec\xa7\x89\xec\xa7\x8a\xec\xa7\x8b\xec\xa7\x8c\xec\xa7\x8d\xec\xa7\x8e\xec\xa7\x8f\xec\xa7\x90\xec\xa7\x91\xec\xa7\x92\xec\xa7\x93\xec\xa7\x94\xec\xa7\x95\xec\xa7\x96\xec\xa7\x97\xec\xa7\x98\xec\xa7\x99\xec\xa7\x9a\xec\xa7\x9b\xec\xa7\x9c\xec\xa7\x9d\xec\xa7\x9e\xec\xa7\x9f\xec\xa7\xa0\xec\xa7\xa1\xec\xa7\xa2\xec\xa7\xa3\xec\xa7\xa4\xec\xa7\xa5\xec\xa7\xa6\xec\xa7\xa7\xec\xa7\xa8\xec\xa7\xa9\xec\xa7\xaa\xec\xa7\xab\xec\xa7\xac\xec\xa7\xad\xec\xa7\xae\xec\xa7\xaf\xec\xa7\xb0\xec\xa7\xb1\xec\xa7\xb2\xec\xa7\xb3\xec\xa7\xb4\xec\xa7\xb5\xec\xa7\xb6\xec\xa7\xb7\xec\xa7\xb8\xec\xa7\xb9\xec\xa7\xba\xec\xa7\xbb\xec\xa7\xbc\xec\xa7\xbd\xec\xa7\xbe\xec\xa7\xbf\xec\xa8\x80\xec\xa8\x81\xec\xa8\x82\xec\xa8\x83\xec\xa8\x84\xec\xa8\x85\xec\xa8\x86\xec\xa8\x87\xec\xa8\x88\xec\xa8\x89\xec\xa8\x8a\xec\xa8\x8b\xec\xa8\x8c\xec\xa8\x8d\xec\xa8\x8e\xec\xa8\x8f\xec\xa8\x90\xec\xa8\x91\xec\xa8\x92\xec\xa8\x93\xec\xa8\x94\xec\xa8\x95\xec\xa8\x96\xec\xa8\x97\xec\xa8\x98\xec\xa8\x99\xec\xa8\x9a\xec\xa8\x9b\xec\xa8\x9c\xec\xa8\x9d\xec\xa8\x9e\xec\xa8\x9f\xec\xa8\xa0\xec\xa8\xa1\xec\xa8\xa2\xec\xa8\xa3\xec\xa8\xa4\xec\xa8\xa5\xec\xa8\xa6\xec\xa8\xa7\xec\xa8\xa8\xec\xa8\xa9\xec\xa8\xaa\xec\xa8\xab\xec\xa8\xac\xec\xa8\xad\xec\xa8\xae\xec\xa8\xaf\xec\xa8\xb0\xec\xa8\xb1\xec\xa8\xb2\xec\xa8\xb3\xec\xa8\xb4\xec\xa8\xb5\xec\xa8\xb6\xec\xa8\xb7\xec\xa8\xb8\xec\xa8\xb9\xec\xa8\xba\xec\xa8\xbb\xec\xa8\xbc\xec\xa8\xbd\xec\xa8\xbe\xec\xa8\xbf\xec\xa9\x80\xec\xa9\x81\xec\xa9\x82\xec\xa9\x83\xec\xa9\x84\xec\xa9\x85\xec\xa9\x86\xec\xa9\x87\xec\xa9\x88\xec\xa9\x89\xec\xa9\x8a\xec\xa9\x8b\xec\xa9\x8c\xec\xa9\x8d\xec\xa9\x8e\xec\xa9\x8f\xec\xa9\x90\xec\xa9\x91\xec\xa9\x92\xec\xa9\x93\xec\xa9\x94\xec\xa9\x95\xec\xa9\x96\xec\xa9\x97\xec\xa9\x98\xec\xa9\x99\xec\xa9\x9a\xec\xa9\x9b\xec\xa9\x9c\xec\xa9\x9d\xec\xa9\x9e\xec\xa9\x9f\xec\xa9\xa0\xec\xa9\xa1\xec\xa9\xa2\xec\xa9\xa3\xec\xa9\xa4\xec\xa9\xa5\xec\xa9\xa6\xec\xa9\xa7\xec\xa9\xa8\xec\xa9\xa9\xec\xa9\xaa\xec\xa9\xab\xec\xa9\xac\xec\xa9\xad\xec\xa9\xae\xec\xa9\xaf\xec\xa9\xb0\xec\xa9\xb1\xec\xa9\xb2\xec\xa9\xb3\xec\xa9\xb4\xec\xa9\xb5\xec\xa9\xb6\xec\xa9\xb7\xec\xa9\xb8\xec\xa9\xb9\xec\xa9\xba\xec\xa9\xbb\xec\xa9\xbc\xec\xa9\xbd\xec\xa9\xbe\xec\xa9\xbf\xec\xaa\x80\xec\xaa\x81\xec\xaa\x82\xec\xaa\x83\xec\xaa\x84\xec\xaa\x85\xec\xaa\x86\xec\xaa\x87\xec\xaa\x88\xec\xaa\x89\xec\xaa\x8a\xec\xaa\x8b\xec\xaa\x8c\xec\xaa\x8d\xec\xaa\x8e\xec\xaa\x8f\xec\xaa\x90\xec\xaa\x91\xec\xaa\x92\xec\xaa\x93\xec\xaa\x94\xec\xaa\x95\xec\xaa\x96\xec\xaa\x97\xec\xaa\x98\xec\xaa\x99\xec\xaa\x9a\xec\xaa\x9b\xec\xaa\x9c\xec\xaa\x9d\xec\xaa\x9e\xec\xaa\x9f\xec\xaa\xa0\xec\xaa\xa1\xec\xaa\xa2\xec\xaa\xa3\xec\xaa\xa4\xec\xaa\xa5\xec\xaa\xa6\xec\xaa\xa7\xec\xaa\xa8\xec\xaa\xa9\xec\xaa\xaa\xec\xaa\xab\xec\xaa\xac\xec\xaa\xad\xec\xaa\xae\xec\xaa\xaf\xec\xaa\xb0\xec\xaa\xb1\xec\xaa\xb2\xec\xaa\xb3\xec\xaa\xb4\xec\xaa\xb5\xec\xaa\xb6\xec\xaa\xb7\xec\xaa\xb8\xec\xaa\xb9\xec\xaa\xba\xec\xaa\xbb\xec\xaa\xbc\xec\xaa\xbd\xec\xaa\xbe\xec\xaa\xbf\xec\xab\x80\xec\xab\x81\xec\xab\x82\xec\xab\x83\xec\xab\x84\xec\xab\x85\xec\xab\x86\xec\xab\x87\xec\xab\x88\xec\xab\x89\xec\xab\x8a\xec\xab\x8b\xec\xab\x8c\xec\xab\x8d\xec\xab\x8e\xec\xab\x8f\xec\xab\x90\xec\xab\x91\xec\xab\x92\xec\xab\x93\xec\xab\x94\xec\xab\x95\xec\xab\x96\xec\xab\x97\xec\xab\x98\xec\xab\x99\xec\xab\x9a\xec\xab\x9b\xec\xab\x9c\xec\xab\x9d\xec\xab\x9e\xec\xab\x9f\xec\xab\xa0\xec\xab\xa1\xec\xab\xa2\xec\xab\xa3\xec\xab\xa4\xec\xab\xa5\xec\xab\xa6\xec\xab\xa7\xec\xab\xa8\xec\xab\xa9\xec\xab\xaa\xec\xab\xab\xec\xab\xac\xec\xab\xad\xec\xab\xae\xec\xab\xaf\xec\xab\xb0\xec\xab\xb1\xec\xab\xb2\xec\xab\xb3\xec\xab\xb4\xec\xab\xb5\xec\xab\xb6\xec\xab\xb7\xec\xab\xb8\xec\xab\xb9\xec\xab\xba\xec\xab\xbb\xec\xab\xbc\xec\xab\xbd\xec\xab\xbe\xec\xab\xbf\xec\xac\x80\xec\xac\x81\xec\xac\x82\xec\xac\x83\xec\xac\x84\xec\xac\x85\xec\xac\x86\xec\xac\x87\xec\xac\x88\xec\xac\x89\xec\xac\x8a\xec\xac\x8b\xec\xac\x8c\xec\xac\x8d\xec\xac\x8e\xec\xac\x8f\xec\xac\x90\xec\xac\x91\xec\xac\x92\xec\xac\x93\xec\xac\x94\xec\xac\x95\xec\xac\x96\xec\xac\x97\xec\xac\x98\xec\xac\x99\xec\xac\x9a\xec\xac\x9b\xec\xac\x9c\xec\xac\x9d\xec\xac\x9e\xec\xac\x9f\xec\xac\xa0\xec\xac\xa1\xec\xac\xa2\xec\xac\xa3\xec\xac\xa4\xec\xac\xa5\xec\xac\xa6\xec\xac\xa7\xec\xac\xa8\xec\xac\xa9\xec\xac\xaa\xec\xac\xab\xec\xac\xac\xec\xac\xad\xec\xac\xae\xec\xac\xaf\xec\xac\xb0\xec\xac\xb1\xec\xac\xb2\xec\xac\xb3\xec\xac\xb4\xec\xac\xb5\xec\xac\xb6\xec\xac\xb7\xec\xac\xb8\xec\xac\xb9\xec\xac\xba\xec\xac\xbb\xec\xac\xbc\xec\xac\xbd\xec\xac\xbe\xec\xac\xbf\xec\xad\x80\xec\xad\x81\xec\xad\x82\xec\xad\x83\xec\xad\x84\xec\xad\x85\xec\xad\x86\xec\xad\x87\xec\xad\x88\xec\xad\x89\xec\xad\x8a\xec\xad\x8b\xec\xad\x8c\xec\xad\x8d\xec\xad\x8e\xec\xad\x8f\xec\xad\x90\xec\xad\x91\xec\xad\x92\xec\xad\x93\xec\xad\x94\xec\xad\x95\xec\xad\x96\xec\xad\x97\xec\xad\x98\xec\xad\x99\xec\xad\x9a\xec\xad\x9b\xec\xad\x9c\xec\xad\x9d\xec\xad\x9e\xec\xad\x9f\xec\xad\xa0\xec\xad\xa1\xec\xad\xa2\xec\xad\xa3\xec\xad\xa4\xec\xad\xa5\xec\xad\xa6\xec\xad\xa7\xec\xad\xa8\xec\xad\xa9\xec\xad\xaa\xec\xad\xab\xec\xad\xac\xec\xad\xad\xec\xad\xae\xec\xad\xaf\xec\xad\xb0\xec\xad\xb1\xec\xad\xb2\xec\xad\xb3\xec\xad\xb4\xec\xad\xb5\xec\xad\xb6\xec\xad\xb7\xec\xad\xb8\xec\xad\xb9\xec\xad\xba\xec\xad\xbb\xec\xad\xbc\xec\xad\xbd\xec\xad\xbe\xec\xad\xbf\xec\xae\x80\xec\xae\x81\xec\xae\x82\xec\xae\x83\xec\xae\x84\xec\xae\x85\xec\xae\x86\xec\xae\x87\xec\xae\x88\xec\xae\x89\xec\xae\x8a\xec\xae\x8b\xec\xae\x8c\xec\xae\x8d\xec\xae\x8e\xec\xae\x8f\xec\xae\x90\xec\xae\x91\xec\xae\x92\xec\xae\x93\xec\xae\x94\xec\xae\x95\xec\xae\x96\xec\xae\x97\xec\xae\x98\xec\xae\x99\xec\xae\x9a\xec\xae\x9b\xec\xae\x9c\xec\xae\x9d\xec\xae\x9e\xec\xae\x9f\xec\xae\xa0\xec\xae\xa1\xec\xae\xa2\xec\xae\xa3\xec\xae\xa4\xec\xae\xa5\xec\xae\xa6\xec\xae\xa7\xec\xae\xa8\xec\xae\xa9\xec\xae\xaa\xec\xae\xab\xec\xae\xac\xec\xae\xad\xec\xae\xae\xec\xae\xaf\xec\xae\xb0\xec\xae\xb1\xec\xae\xb2\xec\xae\xb3\xec\xae\xb4\xec\xae\xb5\xec\xae\xb6\xec\xae\xb7\xec\xae\xb8\xec\xae\xb9\xec\xae\xba\xec\xae\xbb\xec\xae\xbc\xec\xae\xbd\xec\xae\xbe\xec\xae\xbf\xec\xaf\x80\xec\xaf\x81\xec\xaf\x82\xec\xaf\x83\xec\xaf\x84\xec\xaf\x85\xec\xaf\x86\xec\xaf\x87\xec\xaf\x88\xec\xaf\x89\xec\xaf\x8a\xec\xaf\x8b\xec\xaf\x8c\xec\xaf\x8d\xec\xaf\x8e\xec\xaf\x8f\xec\xaf\x90\xec\xaf\x91\xec\xaf\x92\xec\xaf\x93\xec\xaf\x94\xec\xaf\x95\xec\xaf\x96\xec\xaf\x97\xec\xaf\x98\xec\xaf\x99\xec\xaf\x9a\xec\xaf\x9b\xec\xaf\x9c\xec\xaf\x9d\xec\xaf\x9e\xec\xaf\x9f\xec\xaf\xa0\xec\xaf\xa1\xec\xaf\xa2\xec\xaf\xa3\xec\xaf\xa4\xec\xaf\xa5\xec\xaf\xa6\xec\xaf\xa7\xec\xaf\xa8\xec\xaf\xa9\xec\xaf\xaa\xec\xaf\xab\xec\xaf\xac\xec\xaf\xad\xec\xaf\xae\xec\xaf\xaf\xec\xaf\xb0\xec\xaf\xb1\xec\xaf\xb2\xec\xaf\xb3\xec\xaf\xb4\xec\xaf\xb5\xec\xaf\xb6\xec\xaf\xb7\xec\xaf\xb8\xec\xaf\xb9\xec\xaf\xba\xec\xaf\xbb\xec\xaf\xbc\xec\xaf\xbd\xec\xaf\xbe\xec\xaf\xbf\xec\xb0\x80\xec\xb0\x81\xec\xb0\x82\xec\xb0\x83\xec\xb0\x84\xec\xb0\x85\xec\xb0\x86\xec\xb0\x87\xec\xb0\x88\xec\xb0\x89\xec\xb0\x8a\xec\xb0\x8b\xec\xb0\x8c\xec\xb0\x8d\xec\xb0\x8e\xec\xb0\x8f\xec\xb0\x90\xec\xb0\x91\xec\xb0\x92\xec\xb0\x93\xec\xb0\x94\xec\xb0\x95\xec\xb0\x96\xec\xb0\x97\xec\xb0\x98\xec\xb0\x99\xec\xb0\x9a\xec\xb0\x9b\xec\xb0\x9c\xec\xb0\x9d\xec\xb0\x9e\xec\xb0\x9f\xec\xb0\xa0\xec\xb0\xa1\xec\xb0\xa2\xec\xb0\xa3\xec\xb0\xa4\xec\xb0\xa5\xec\xb0\xa6\xec\xb0\xa7\xec\xb0\xa8\xec\xb0\xa9\xec\xb0\xaa\xec\xb0\xab\xec\xb0\xac\xec\xb0\xad\xec\xb0\xae\xec\xb0\xaf\xec\xb0\xb0\xec\xb0\xb1\xec\xb0\xb2\xec\xb0\xb3\xec\xb0\xb4\xec\xb0\xb5\xec\xb0\xb6\xec\xb0\xb7\xec\xb0\xb8\xec\xb0\xb9\xec\xb0\xba\xec\xb0\xbb\xec\xb0\xbc\xec\xb0\xbd\xec\xb0\xbe\xec\xb0\xbf\xec\xb1\x80\xec\xb1\x81\xec\xb1\x82\xec\xb1\x83\xec\xb1\x84\xec\xb1\x85\xec\xb1\x86\xec\xb1\x87\xec\xb1\x88\xec\xb1\x89\xec\xb1\x8a\xec\xb1\x8b\xec\xb1\x8c\xec\xb1\x8d\xec\xb1\x8e\xec\xb1\x8f\xec\xb1\x90\xec\xb1\x91\xec\xb1\x92\xec\xb1\x93\xec\xb1\x94\xec\xb1\x95\xec\xb1\x96\xec\xb1\x97\xec\xb1\x98\xec\xb1\x99\xec\xb1\x9a\xec\xb1\x9b\xec\xb1\x9c\xec\xb1\x9d\xec\xb1\x9e\xec\xb1\x9f\xec\xb1\xa0\xec\xb1\xa1\xec\xb1\xa2\xec\xb1\xa3\xec\xb1\xa4\xec\xb1\xa5\xec\xb1\xa6\xec\xb1\xa7\xec\xb1\xa8\xec\xb1\xa9\xec\xb1\xaa\xec\xb1\xab\xec\xb1\xac\xec\xb1\xad\xec\xb1\xae\xec\xb1\xaf\xec\xb1\xb0\xec\xb1\xb1\xec\xb1\xb2\xec\xb1\xb3\xec\xb1\xb4\xec\xb1\xb5\xec\xb1\xb6\xec\xb1\xb7\xec\xb1\xb8\xec\xb1\xb9\xec\xb1\xba\xec\xb1\xbb\xec\xb1\xbc\xec\xb1\xbd\xec\xb1\xbe\xec\xb1\xbf\xec\xb2\x80\xec\xb2\x81\xec\xb2\x82\xec\xb2\x83\xec\xb2\x84\xec\xb2\x85\xec\xb2\x86\xec\xb2\x87\xec\xb2\x88\xec\xb2\x89\xec\xb2\x8a\xec\xb2\x8b\xec\xb2\x8c\xec\xb2\x8d\xec\xb2\x8e\xec\xb2\x8f\xec\xb2\x90\xec\xb2\x91\xec\xb2\x92\xec\xb2\x93\xec\xb2\x94\xec\xb2\x95\xec\xb2\x96\xec\xb2\x97\xec\xb2\x98\xec\xb2\x99\xec\xb2\x9a\xec\xb2\x9b\xec\xb2\x9c\xec\xb2\x9d\xec\xb2\x9e\xec\xb2\x9f\xec\xb2\xa0\xec\xb2\xa1\xec\xb2\xa2\xec\xb2\xa3\xec\xb2\xa4\xec\xb2\xa5\xec\xb2\xa6\xec\xb2\xa7\xec\xb2\xa8\xec\xb2\xa9\xec\xb2\xaa\xec\xb2\xab\xec\xb2\xac\xec\xb2\xad\xec\xb2\xae\xec\xb2\xaf\xec\xb2\xb0\xec\xb2\xb1\xec\xb2\xb2\xec\xb2\xb3\xec\xb2\xb4\xec\xb2\xb5\xec\xb2\xb6\xec\xb2\xb7\xec\xb2\xb8\xec\xb2\xb9\xec\xb2\xba\xec\xb2\xbb\xec\xb2\xbc\xec\xb2\xbd\xec\xb2\xbe\xec\xb2\xbf\xec\xb3\x80\xec\xb3\x81\xec\xb3\x82\xec\xb3\x83\xec\xb3\x84\xec\xb3\x85\xec\xb3\x86\xec\xb3\x87\xec\xb3\x88\xec\xb3\x89\xec\xb3\x8a\xec\xb3\x8b\xec\xb3\x8c\xec\xb3\x8d\xec\xb3\x8e\xec\xb3\x8f\xec\xb3\x90\xec\xb3\x91\xec\xb3\x92\xec\xb3\x93\xec\xb3\x94\xec\xb3\x95\xec\xb3\x96\xec\xb3\x97\xec\xb3\x98\xec\xb3\x99\xec\xb3\x9a\xec\xb3\x9b\xec\xb3\x9c\xec\xb3\x9d\xec\xb3\x9e\xec\xb3\x9f\xec\xb3\xa0\xec\xb3\xa1\xec\xb3\xa2\xec\xb3\xa3\xec\xb3\xa4\xec\xb3\xa5\xec\xb3\xa6\xec\xb3\xa7\xec\xb3\xa8\xec\xb3\xa9\xec\xb3\xaa\xec\xb3\xab\xec\xb3\xac\xec\xb3\xad\xec\xb3\xae\xec\xb3\xaf\xec\xb3\xb0\xec\xb3\xb1\xec\xb3\xb2\xec\xb3\xb3\xec\xb3\xb4\xec\xb3\xb5\xec\xb3\xb6\xec\xb3\xb7\xec\xb3\xb8\xec\xb3\xb9\xec\xb3\xba\xec\xb3\xbb\xec\xb3\xbc\xec\xb3\xbd\xec\xb3\xbe\xec\xb3\xbf\xec\xb4\x80\xec\xb4\x81\xec\xb4\x82\xec\xb4\x83\xec\xb4\x84\xec\xb4\x85\xec\xb4\x86\xec\xb4\x87\xec\xb4\x88\xec\xb4\x89\xec\xb4\x8a\xec\xb4\x8b\xec\xb4\x8c\xec\xb4\x8d\xec\xb4\x8e\xec\xb4\x8f\xec\xb4\x90\xec\xb4\x91\xec\xb4\x92\xec\xb4\x93\xec\xb4\x94\xec\xb4\x95\xec\xb4\x96\xec\xb4\x97\xec\xb4\x98\xec\xb4\x99\xec\xb4\x9a\xec\xb4\x9b\xec\xb4\x9c\xec\xb4\x9d\xec\xb4\x9e\xec\xb4\x9f\xec\xb4\xa0\xec\xb4\xa1\xec\xb4\xa2\xec\xb4\xa3\xec\xb4\xa4\xec\xb4\xa5\xec\xb4\xa6\xec\xb4\xa7\xec\xb4\xa8\xec\xb4\xa9\xec\xb4\xaa\xec\xb4\xab\xec\xb4\xac\xec\xb4\xad\xec\xb4\xae\xec\xb4\xaf\xec\xb4\xb0\xec\xb4\xb1\xec\xb4\xb2\xec\xb4\xb3\xec\xb4\xb4\xec\xb4\xb5\xec\xb4\xb6\xec\xb4\xb7\xec\xb4\xb8\xec\xb4\xb9\xec\xb4\xba\xec\xb4\xbb\xec\xb4\xbc\xec\xb4\xbd\xec\xb4\xbe\xec\xb4\xbf\xec\xb5\x80\xec\xb5\x81\xec\xb5\x82\xec\xb5\x83\xec\xb5\x84\xec\xb5\x85\xec\xb5\x86\xec\xb5\x87\xec\xb5\x88\xec\xb5\x89\xec\xb5\x8a\xec\xb5\x8b\xec\xb5\x8c\xec\xb5\x8d\xec\xb5\x8e\xec\xb5\x8f\xec\xb5\x90\xec\xb5\x91\xec\xb5\x92\xec\xb5\x93\xec\xb5\x94\xec\xb5\x95\xec\xb5\x96\xec\xb5\x97\xec\xb5\x98\xec\xb5\x99\xec\xb5\x9a\xec\xb5\x9b\xec\xb5\x9c\xec\xb5\x9d\xec\xb5\x9e\xec\xb5\x9f\xec\xb5\xa0\xec\xb5\xa1\xec\xb5\xa2\xec\xb5\xa3\xec\xb5\xa4\xec\xb5\xa5\xec\xb5\xa6\xec\xb5\xa7\xec\xb5\xa8\xec\xb5\xa9\xec\xb5\xaa\xec\xb5\xab\xec\xb5\xac\xec\xb5\xad\xec\xb5\xae\xec\xb5\xaf\xec\xb5\xb0\xec\xb5\xb1\xec\xb5\xb2\xec\xb5\xb3\xec\xb5\xb4\xec\xb5\xb5\xec\xb5\xb6\xec\xb5\xb7\xec\xb5\xb8\xec\xb5\xb9\xec\xb5\xba\xec\xb5\xbb\xec\xb5\xbc\xec\xb5\xbd\xec\xb5\xbe\xec\xb5\xbf\xec\xb6\x80\xec\xb6\x81\xec\xb6\x82\xec\xb6\x83\xec\xb6\x84\xec\xb6\x85\xec\xb6\x86\xec\xb6\x87\xec\xb6\x88\xec\xb6\x89\xec\xb6\x8a\xec\xb6\x8b\xec\xb6\x8c\xec\xb6\x8d\xec\xb6\x8e\xec\xb6\x8f\xec\xb6\x90\xec\xb6\x91\xec\xb6\x92\xec\xb6\x93\xec\xb6\x94\xec\xb6\x95\xec\xb6\x96\xec\xb6\x97\xec\xb6\x98\xec\xb6\x99\xec\xb6\x9a\xec\xb6\x9b\xec\xb6\x9c\xec\xb6\x9d\xec\xb6\x9e\xec\xb6\x9f\xec\xb6\xa0\xec\xb6\xa1\xec\xb6\xa2\xec\xb6\xa3\xec\xb6\xa4\xec\xb6\xa5\xec\xb6\xa6\xec\xb6\xa7\xec\xb6\xa8\xec\xb6\xa9\xec\xb6\xaa\xec\xb6\xab\xec\xb6\xac\xec\xb6\xad\xec\xb6\xae\xec\xb6\xaf\xec\xb6\xb0\xec\xb6\xb1\xec\xb6\xb2\xec\xb6\xb3\xec\xb6\xb4\xec\xb6\xb5\xec\xb6\xb6\xec\xb6\xb7\xec\xb6\xb8\xec\xb6\xb9\xec\xb6\xba\xec\xb6\xbb\xec\xb6\xbc\xec\xb6\xbd\xec\xb6\xbe\xec\xb6\xbf\xec\xb7\x80\xec\xb7\x81\xec\xb7\x82\xec\xb7\x83\xec\xb7\x84\xec\xb7\x85\xec\xb7\x86\xec\xb7\x87\xec\xb7\x88\xec\xb7\x89\xec\xb7\x8a\xec\xb7\x8b\xec\xb7\x8c\xec\xb7\x8d\xec\xb7\x8e\xec\xb7\x8f\xec\xb7\x90\xec\xb7\x91\xec\xb7\x92\xec\xb7\x93\xec\xb7\x94\xec\xb7\x95\xec\xb7\x96\xec\xb7\x97\xec\xb7\x98\xec\xb7\x99\xec\xb7\x9a\xec\xb7\x9b\xec\xb7\x9c\xec\xb7\x9d\xec\xb7\x9e\xec\xb7\x9f\xec\xb7\xa0\xec\xb7\xa1\xec\xb7\xa2\xec\xb7\xa3\xec\xb7\xa4\xec\xb7\xa5\xec\xb7\xa6\xec\xb7\xa7\xec\xb7\xa8\xec\xb7\xa9\xec\xb7\xaa\xec\xb7\xab\xec\xb7\xac\xec\xb7\xad\xec\xb7\xae\xec\xb7\xaf\xec\xb7\xb0\xec\xb7\xb1\xec\xb7\xb2\xec\xb7\xb3\xec\xb7\xb4\xec\xb7\xb5\xec\xb7\xb6\xec\xb7\xb7\xec\xb7\xb8\xec\xb7\xb9\xec\xb7\xba\xec\xb7\xbb\xec\xb7\xbc\xec\xb7\xbd\xec\xb7\xbe\xec\xb7\xbf\xec\xb8\x80\xec\xb8\x81\xec\xb8\x82\xec\xb8\x83\xec\xb8\x84\xec\xb8\x85\xec\xb8\x86\xec\xb8\x87\xec\xb8\x88\xec\xb8\x89\xec\xb8\x8a\xec\xb8\x8b\xec\xb8\x8c\xec\xb8\x8d\xec\xb8\x8e\xec\xb8\x8f\xec\xb8\x90\xec\xb8\x91\xec\xb8\x92\xec\xb8\x93\xec\xb8\x94\xec\xb8\x95\xec\xb8\x96\xec\xb8\x97\xec\xb8\x98\xec\xb8\x99\xec\xb8\x9a\xec\xb8\x9b\xec\xb8\x9c\xec\xb8\x9d\xec\xb8\x9e\xec\xb8\x9f\xec\xb8\xa0\xec\xb8\xa1\xec\xb8\xa2\xec\xb8\xa3\xec\xb8\xa4\xec\xb8\xa5\xec\xb8\xa6\xec\xb8\xa7\xec\xb8\xa8\xec\xb8\xa9\xec\xb8\xaa\xec\xb8\xab\xec\xb8\xac\xec\xb8\xad\xec\xb8\xae\xec\xb8\xaf\xec\xb8\xb0\xec\xb8\xb1\xec\xb8\xb2\xec\xb8\xb3\xec\xb8\xb4\xec\xb8\xb5\xec\xb8\xb6\xec\xb8\xb7\xec\xb8\xb8\xec\xb8\xb9\xec\xb8\xba\xec\xb8\xbb\xec\xb8\xbc\xec\xb8\xbd\xec\xb8\xbe\xec\xb8\xbf\xec\xb9\x80\xec\xb9\x81\xec\xb9\x82\xec\xb9\x83\xec\xb9\x84\xec\xb9\x85\xec\xb9\x86\xec\xb9\x87\xec\xb9\x88\xec\xb9\x89\xec\xb9\x8a\xec\xb9\x8b\xec\xb9\x8c\xec\xb9\x8d\xec\xb9\x8e\xec\xb9\x8f\xec\xb9\x90\xec\xb9\x91\xec\xb9\x92\xec\xb9\x93\xec\xb9\x94\xec\xb9\x95\xec\xb9\x96\xec\xb9\x97\xec\xb9\x98\xec\xb9\x99\xec\xb9\x9a\xec\xb9\x9b\xec\xb9\x9c\xec\xb9\x9d\xec\xb9\x9e\xec\xb9\x9f\xec\xb9\xa0\xec\xb9\xa1\xec\xb9\xa2\xec\xb9\xa3\xec\xb9\xa4\xec\xb9\xa5\xec\xb9\xa6\xec\xb9\xa7\xec\xb9\xa8\xec\xb9\xa9\xec\xb9\xaa\xec\xb9\xab\xec\xb9\xac\xec\xb9\xad\xec\xb9\xae\xec\xb9\xaf\xec\xb9\xb0\xec\xb9\xb1\xec\xb9\xb2\xec\xb9\xb3\xec\xb9\xb4\xec\xb9\xb5\xec\xb9\xb6\xec\xb9\xb7\xec\xb9\xb8\xec\xb9\xb9\xec\xb9\xba\xec\xb9\xbb\xec\xb9\xbc\xec\xb9\xbd\xec\xb9\xbe\xec\xb9\xbf\xec\xba\x80\xec\xba\x81\xec\xba\x82\xec\xba\x83\xec\xba\x84\xec\xba\x85\xec\xba\x86\xec\xba\x87\xec\xba\x88\xec\xba\x89\xec\xba\x8a\xec\xba\x8b\xec\xba\x8c\xec\xba\x8d\xec\xba\x8e\xec\xba\x8f\xec\xba\x90\xec\xba\x91\xec\xba\x92\xec\xba\x93\xec\xba\x94\xec\xba\x95\xec\xba\x96\xec\xba\x97\xec\xba\x98\xec\xba\x99\xec\xba\x9a\xec\xba\x9b\xec\xba\x9c\xec\xba\x9d\xec\xba\x9e\xec\xba\x9f\xec\xba\xa0\xec\xba\xa1\xec\xba\xa2\xec\xba\xa3\xec\xba\xa4\xec\xba\xa5\xec\xba\xa6\xec\xba\xa7\xec\xba\xa8\xec\xba\xa9\xec\xba\xaa\xec\xba\xab\xec\xba\xac\xec\xba\xad\xec\xba\xae\xec\xba\xaf\xec\xba\xb0\xec\xba\xb1\xec\xba\xb2\xec\xba\xb3\xec\xba\xb4\xec\xba\xb5\xec\xba\xb6\xec\xba\xb7\xec\xba\xb8\xec\xba\xb9\xec\xba\xba\xec\xba\xbb\xec\xba\xbc\xec\xba\xbd\xec\xba\xbe\xec\xba\xbf\xec\xbb\x80\xec\xbb\x81\xec\xbb\x82\xec\xbb\x83\xec\xbb\x84\xec\xbb\x85\xec\xbb\x86\xec\xbb\x87\xec\xbb\x88\xec\xbb\x89\xec\xbb\x8a\xec\xbb\x8b\xec\xbb\x8c\xec\xbb\x8d\xec\xbb\x8e\xec\xbb\x8f\xec\xbb\x90\xec\xbb\x91\xec\xbb\x92\xec\xbb\x93\xec\xbb\x94\xec\xbb\x95\xec\xbb\x96\xec\xbb\x97\xec\xbb\x98\xec\xbb\x99\xec\xbb\x9a\xec\xbb\x9b\xec\xbb\x9c\xec\xbb\x9d\xec\xbb\x9e\xec\xbb\x9f\xec\xbb\xa0\xec\xbb\xa1\xec\xbb\xa2\xec\xbb\xa3\xec\xbb\xa4\xec\xbb\xa5\xec\xbb\xa6\xec\xbb\xa7\xec\xbb\xa8\xec\xbb\xa9\xec\xbb\xaa\xec\xbb\xab\xec\xbb\xac\xec\xbb\xad\xec\xbb\xae\xec\xbb\xaf\xec\xbb\xb0\xec\xbb\xb1\xec\xbb\xb2\xec\xbb\xb3\xec\xbb\xb4\xec\xbb\xb5\xec\xbb\xb6\xec\xbb\xb7\xec\xbb\xb8\xec\xbb\xb9\xec\xbb\xba\xec\xbb\xbb\xec\xbb\xbc\xec\xbb\xbd\xec\xbb\xbe\xec\xbb\xbf\xec\xbc\x80\xec\xbc\x81\xec\xbc\x82\xec\xbc\x83\xec\xbc\x84\xec\xbc\x85\xec\xbc\x86\xec\xbc\x87\xec\xbc\x88\xec\xbc\x89\xec\xbc\x8a\xec\xbc\x8b\xec\xbc\x8c\xec\xbc\x8d\xec\xbc\x8e\xec\xbc\x8f\xec\xbc\x90\xec\xbc\x91\xec\xbc\x92\xec\xbc\x93\xec\xbc\x94\xec\xbc\x95\xec\xbc\x96\xec\xbc\x97\xec\xbc\x98\xec\xbc\x99\xec\xbc\x9a\xec\xbc\x9b\xec\xbc\x9c\xec\xbc\x9d\xec\xbc\x9e\xec\xbc\x9f\xec\xbc\xa0\xec\xbc\xa1\xec\xbc\xa2\xec\xbc\xa3\xec\xbc\xa4\xec\xbc\xa5\xec\xbc\xa6\xec\xbc\xa7\xec\xbc\xa8\xec\xbc\xa9\xec\xbc\xaa\xec\xbc\xab\xec\xbc\xac\xec\xbc\xad\xec\xbc\xae\xec\xbc\xaf\xec\xbc\xb0\xec\xbc\xb1\xec\xbc\xb2\xec\xbc\xb3\xec\xbc\xb4\xec\xbc\xb5\xec\xbc\xb6\xec\xbc\xb7\xec\xbc\xb8\xec\xbc\xb9\xec\xbc\xba\xec\xbc\xbb\xec\xbc\xbc\xec\xbc\xbd\xec\xbc\xbe\xec\xbc\xbf\xec\xbd\x80\xec\xbd\x81\xec\xbd\x82\xec\xbd\x83\xec\xbd\x84\xec\xbd\x85\xec\xbd\x86\xec\xbd\x87\xec\xbd\x88\xec\xbd\x89\xec\xbd\x8a\xec\xbd\x8b\xec\xbd\x8c\xec\xbd\x8d\xec\xbd\x8e\xec\xbd\x8f\xec\xbd\x90\xec\xbd\x91\xec\xbd\x92\xec\xbd\x93\xec\xbd\x94\xec\xbd\x95\xec\xbd\x96\xec\xbd\x97\xec\xbd\x98\xec\xbd\x99\xec\xbd\x9a\xec\xbd\x9b\xec\xbd\x9c\xec\xbd\x9d\xec\xbd\x9e\xec\xbd\x9f\xec\xbd\xa0\xec\xbd\xa1\xec\xbd\xa2\xec\xbd\xa3\xec\xbd\xa4\xec\xbd\xa5\xec\xbd\xa6\xec\xbd\xa7\xec\xbd\xa8\xec\xbd\xa9\xec\xbd\xaa\xec\xbd\xab\xec\xbd\xac\xec\xbd\xad\xec\xbd\xae\xec\xbd\xaf\xec\xbd\xb0\xec\xbd\xb1\xec\xbd\xb2\xec\xbd\xb3\xec\xbd\xb4\xec\xbd\xb5\xec\xbd\xb6\xec\xbd\xb7\xec\xbd\xb8\xec\xbd\xb9\xec\xbd\xba\xec\xbd\xbb\xec\xbd\xbc\xec\xbd\xbd\xec\xbd\xbe\xec\xbd\xbf\xec\xbe\x80\xec\xbe\x81\xec\xbe\x82\xec\xbe\x83\xec\xbe\x84\xec\xbe\x85\xec\xbe\x86\xec\xbe\x87\xec\xbe\x88\xec\xbe\x89\xec\xbe\x8a\xec\xbe\x8b\xec\xbe\x8c\xec\xbe\x8d\xec\xbe\x8e\xec\xbe\x8f\xec\xbe\x90\xec\xbe\x91\xec\xbe\x92\xec\xbe\x93\xec\xbe\x94\xec\xbe\x95\xec\xbe\x96\xec\xbe\x97\xec\xbe\x98\xec\xbe\x99\xec\xbe\x9a\xec\xbe\x9b\xec\xbe\x9c\xec\xbe\x9d\xec\xbe\x9e\xec\xbe\x9f\xec\xbe\xa0\xec\xbe\xa1\xec\xbe\xa2\xec\xbe\xa3\xec\xbe\xa4\xec\xbe\xa5\xec\xbe\xa6\xec\xbe\xa7\xec\xbe\xa8\xec\xbe\xa9\xec\xbe\xaa\xec\xbe\xab\xec\xbe\xac\xec\xbe\xad\xec\xbe\xae\xec\xbe\xaf\xec\xbe\xb0\xec\xbe\xb1\xec\xbe\xb2\xec\xbe\xb3\xec\xbe\xb4\xec\xbe\xb5\xec\xbe\xb6\xec\xbe\xb7\xec\xbe\xb8\xec\xbe\xb9\xec\xbe\xba\xec\xbe\xbb\xec\xbe\xbc\xec\xbe\xbd\xec\xbe\xbe\xec\xbe\xbf\xec\xbf\x80\xec\xbf\x81\xec\xbf\x82\xec\xbf\x83\xec\xbf\x84\xec\xbf\x85\xec\xbf\x86\xec\xbf\x87\xec\xbf\x88\xec\xbf\x89\xec\xbf\x8a\xec\xbf\x8b\xec\xbf\x8c\xec\xbf\x8d\xec\xbf\x8e\xec\xbf\x8f\xec\xbf\x90\xec\xbf\x91\xec\xbf\x92\xec\xbf\x93\xec\xbf\x94\xec\xbf\x95\xec\xbf\x96\xec\xbf\x97\xec\xbf\x98\xec\xbf\x99\xec\xbf\x9a\xec\xbf\x9b\xec\xbf\x9c\xec\xbf\x9d\xec\xbf\x9e\xec\xbf\x9f\xec\xbf\xa0\xec\xbf\xa1\xec\xbf\xa2\xec\xbf\xa3\xec\xbf\xa4\xec\xbf\xa5\xec\xbf\xa6\xec\xbf\xa7\xec\xbf\xa8\xec\xbf\xa9\xec\xbf\xaa\xec\xbf\xab\xec\xbf\xac\xec\xbf\xad\xec\xbf\xae\xec\xbf\xaf\xec\xbf\xb0\xec\xbf\xb1\xec\xbf\xb2\xec\xbf\xb3\xec\xbf\xb4\xec\xbf\xb5\xec\xbf\xb6\xec\xbf\xb7\xec\xbf\xb8\xec\xbf\xb9\xec\xbf\xba\xec\xbf\xbb\xec\xbf\xbc\xec\xbf\xbd\xec\xbf\xbe\xec\xbf\xbf\xed\x80\x80\xed\x80\x81\xed\x80\x82\xed\x80\x83\xed\x80\x84\xed\x80\x85\xed\x80\x86\xed\x80\x87\xed\x80\x88\xed\x80\x89\xed\x80\x8a\xed\x80\x8b\xed\x80\x8c\xed\x80\x8d\xed\x80\x8e\xed\x80\x8f\xed\x80\x90\xed\x80\x91\xed\x80\x92\xed\x80\x93\xed\x80\x94\xed\x80\x95\xed\x80\x96\xed\x80\x97\xed\x80\x98\xed\x80\x99\xed\x80\x9a\xed\x80\x9b\xed\x80\x9c\xed\x80\x9d\xed\x80\x9e\xed\x80\x9f\xed\x80\xa0\xed\x80\xa1\xed\x80\xa2\xed\x80\xa3\xed\x80\xa4\xed\x80\xa5\xed\x80\xa6\xed\x80\xa7\xed\x80\xa8\xed\x80\xa9\xed\x80\xaa\xed\x80\xab\xed\x80\xac\xed\x80\xad\xed\x80\xae\xed\x80\xaf\xed\x80\xb0\xed\x80\xb1\xed\x80\xb2\xed\x80\xb3\xed\x80\xb4\xed\x80\xb5\xed\x80\xb6\xed\x80\xb7\xed\x80\xb8\xed\x80\xb9\xed\x80\xba\xed\x80\xbb\xed\x80\xbc\xed\x80\xbd\xed\x80\xbe\xed\x80\xbf\xed\x81\x80\xed\x81\x81\xed\x81\x82\xed\x81\x83\xed\x81\x84\xed\x81\x85\xed\x81\x86\xed\x81\x87\xed\x81\x88\xed\x81\x89\xed\x81\x8a\xed\x81\x8b\xed\x81\x8c\xed\x81\x8d\xed\x81\x8e\xed\x81\x8f\xed\x81\x90\xed\x81\x91\xed\x81\x92\xed\x81\x93\xed\x81\x94\xed\x81\x95\xed\x81\x96\xed\x81\x97\xed\x81\x98\xed\x81\x99\xed\x81\x9a\xed\x81\x9b\xed\x81\x9c\xed\x81\x9d\xed\x81\x9e\xed\x81\x9f\xed\x81\xa0\xed\x81\xa1\xed\x81\xa2\xed\x81\xa3\xed\x81\xa4\xed\x81\xa5\xed\x81\xa6\xed\x81\xa7\xed\x81\xa8\xed\x81\xa9\xed\x81\xaa\xed\x81\xab\xed\x81\xac\xed\x81\xad\xed\x81\xae\xed\x81\xaf\xed\x81\xb0\xed\x81\xb1\xed\x81\xb2\xed\x81\xb3\xed\x81\xb4\xed\x81\xb5\xed\x81\xb6\xed\x81\xb7\xed\x81\xb8\xed\x81\xb9\xed\x81\xba\xed\x81\xbb\xed\x81\xbc\xed\x81\xbd\xed\x81\xbe\xed\x81\xbf\xed\x82\x80\xed\x82\x81\xed\x82\x82\xed\x82\x83\xed\x82\x84\xed\x82\x85\xed\x82\x86\xed\x82\x87\xed\x82\x88\xed\x82\x89\xed\x82\x8a\xed\x82\x8b\xed\x82\x8c\xed\x82\x8d\xed\x82\x8e\xed\x82\x8f\xed\x82\x90\xed\x82\x91\xed\x82\x92\xed\x82\x93\xed\x82\x94\xed\x82\x95\xed\x82\x96\xed\x82\x97\xed\x82\x98\xed\x82\x99\xed\x82\x9a\xed\x82\x9b\xed\x82\x9c\xed\x82\x9d\xed\x82\x9e\xed\x82\x9f\xed\x82\xa0\xed\x82\xa1\xed\x82\xa2\xed\x82\xa3\xed\x82\xa4\xed\x82\xa5\xed\x82\xa6\xed\x82\xa7\xed\x82\xa8\xed\x82\xa9\xed\x82\xaa\xed\x82\xab\xed\x82\xac\xed\x82\xad\xed\x82\xae\xed\x82\xaf\xed\x82\xb0\xed\x82\xb1\xed\x82\xb2\xed\x82\xb3\xed\x82\xb4\xed\x82\xb5\xed\x82\xb6\xed\x82\xb7\xed\x82\xb8\xed\x82\xb9\xed\x82\xba\xed\x82\xbb\xed\x82\xbc\xed\x82\xbd\xed\x82\xbe\xed\x82\xbf\xed\x83\x80\xed\x83\x81\xed\x83\x82\xed\x83\x83\xed\x83\x84\xed\x83\x85\xed\x83\x86\xed\x83\x87\xed\x83\x88\xed\x83\x89\xed\x83\x8a\xed\x83\x8b\xed\x83\x8c\xed\x83\x8d\xed\x83\x8e\xed\x83\x8f\xed\x83\x90\xed\x83\x91\xed\x83\x92\xed\x83\x93\xed\x83\x94\xed\x83\x95\xed\x83\x96\xed\x83\x97\xed\x83\x98\xed\x83\x99\xed\x83\x9a\xed\x83\x9b\xed\x83\x9c\xed\x83\x9d\xed\x83\x9e\xed\x83\x9f\xed\x83\xa0\xed\x83\xa1\xed\x83\xa2\xed\x83\xa3\xed\x83\xa4\xed\x83\xa5\xed\x83\xa6\xed\x83\xa7\xed\x83\xa8\xed\x83\xa9\xed\x83\xaa\xed\x83\xab\xed\x83\xac\xed\x83\xad\xed\x83\xae\xed\x83\xaf\xed\x83\xb0\xed\x83\xb1\xed\x83\xb2\xed\x83\xb3\xed\x83\xb4\xed\x83\xb5\xed\x83\xb6\xed\x83\xb7\xed\x83\xb8\xed\x83\xb9\xed\x83\xba\xed\x83\xbb\xed\x83\xbc\xed\x83\xbd\xed\x83\xbe\xed\x83\xbf\xed\x84\x80\xed\x84\x81\xed\x84\x82\xed\x84\x83\xed\x84\x84\xed\x84\x85\xed\x84\x86\xed\x84\x87\xed\x84\x88\xed\x84\x89\xed\x84\x8a\xed\x84\x8b\xed\x84\x8c\xed\x84\x8d\xed\x84\x8e\xed\x84\x8f\xed\x84\x90\xed\x84\x91\xed\x84\x92\xed\x84\x93\xed\x84\x94\xed\x84\x95\xed\x84\x96\xed\x84\x97\xed\x84\x98\xed\x84\x99\xed\x84\x9a\xed\x84\x9b\xed\x84\x9c\xed\x84\x9d\xed\x84\x9e\xed\x84\x9f\xed\x84\xa0\xed\x84\xa1\xed\x84\xa2\xed\x84\xa3\xed\x84\xa4\xed\x84\xa5\xed\x84\xa6\xed\x84\xa7\xed\x84\xa8\xed\x84\xa9\xed\x84\xaa\xed\x84\xab\xed\x84\xac\xed\x84\xad\xed\x84\xae\xed\x84\xaf\xed\x84\xb0\xed\x84\xb1\xed\x84\xb2\xed\x84\xb3\xed\x84\xb4\xed\x84\xb5\xed\x84\xb6\xed\x84\xb7\xed\x84\xb8\xed\x84\xb9\xed\x84\xba\xed\x84\xbb\xed\x84\xbc\xed\x84\xbd\xed\x84\xbe\xed\x84\xbf\xed\x85\x80\xed\x85\x81\xed\x85\x82\xed\x85\x83\xed\x85\x84\xed\x85\x85\xed\x85\x86\xed\x85\x87\xed\x85\x88\xed\x85\x89\xed\x85\x8a\xed\x85\x8b\xed\x85\x8c\xed\x85\x8d\xed\x85\x8e\xed\x85\x8f\xed\x85\x90\xed\x85\x91\xed\x85\x92\xed\x85\x93\xed\x85\x94\xed\x85\x95\xed\x85\x96\xed\x85\x97\xed\x85\x98\xed\x85\x99\xed\x85\x9a\xed\x85\x9b\xed\x85\x9c\xed\x85\x9d\xed\x85\x9e\xed\x85\x9f\xed\x85\xa0\xed\x85\xa1\xed\x85\xa2\xed\x85\xa3\xed\x85\xa4\xed\x85\xa5\xed\x85\xa6\xed\x85\xa7\xed\x85\xa8\xed\x85\xa9\xed\x85\xaa\xed\x85\xab\xed\x85\xac\xed\x85\xad\xed\x85\xae\xed\x85\xaf\xed\x85\xb0\xed\x85\xb1\xed\x85\xb2\xed\x85\xb3\xed\x85\xb4\xed\x85\xb5\xed\x85\xb6\xed\x85\xb7\xed\x85\xb8\xed\x85\xb9\xed\x85\xba\xed\x85\xbb\xed\x85\xbc\xed\x85\xbd\xed\x85\xbe\xed\x85\xbf\xed\x86\x80\xed\x86\x81\xed\x86\x82\xed\x86\x83\xed\x86\x84\xed\x86\x85\xed\x86\x86\xed\x86\x87\xed\x86\x88\xed\x86\x89\xed\x86\x8a\xed\x86\x8b\xed\x86\x8c\xed\x86\x8d\xed\x86\x8e\xed\x86\x8f\xed\x86\x90\xed\x86\x91\xed\x86\x92\xed\x86\x93\xed\x86\x94\xed\x86\x95\xed\x86\x96\xed\x86\x97\xed\x86\x98\xed\x86\x99\xed\x86\x9a\xed\x86\x9b\xed\x86\x9c\xed\x86\x9d\xed\x86\x9e\xed\x86\x9f\xed\x86\xa0\xed\x86\xa1\xed\x86\xa2\xed\x86\xa3\xed\x86\xa4\xed\x86\xa5\xed\x86\xa6\xed\x86\xa7\xed\x86\xa8\xed\x86\xa9\xed\x86\xaa\xed\x86\xab\xed\x86\xac\xed\x86\xad\xed\x86\xae\xed\x86\xaf\xed\x86\xb0\xed\x86\xb1\xed\x86\xb2\xed\x86\xb3\xed\x86\xb4\xed\x86\xb5\xed\x86\xb6\xed\x86\xb7\xed\x86\xb8\xed\x86\xb9\xed\x86\xba\xed\x86\xbb\xed\x86\xbc\xed\x86\xbd\xed\x86\xbe\xed\x86\xbf\xed\x87\x80\xed\x87\x81\xed\x87\x82\xed\x87\x83\xed\x87\x84\xed\x87\x85\xed\x87\x86\xed\x87\x87\xed\x87\x88\xed\x87\x89\xed\x87\x8a\xed\x87\x8b\xed\x87\x8c\xed\x87\x8d\xed\x87\x8e\xed\x87\x8f\xed\x87\x90\xed\x87\x91\xed\x87\x92\xed\x87\x93\xed\x87\x94\xed\x87\x95\xed\x87\x96\xed\x87\x97\xed\x87\x98\xed\x87\x99\xed\x87\x9a\xed\x87\x9b\xed\x87\x9c\xed\x87\x9d\xed\x87\x9e\xed\x87\x9f\xed\x87\xa0\xed\x87\xa1\xed\x87\xa2\xed\x87\xa3\xed\x87\xa4\xed\x87\xa5\xed\x87\xa6\xed\x87\xa7\xed\x87\xa8\xed\x87\xa9\xed\x87\xaa\xed\x87\xab\xed\x87\xac\xed\x87\xad\xed\x87\xae\xed\x87\xaf\xed\x87\xb0\xed\x87\xb1\xed\x87\xb2\xed\x87\xb3\xed\x87\xb4\xed\x87\xb5\xed\x87\xb6\xed\x87\xb7\xed\x87\xb8\xed\x87\xb9\xed\x87\xba\xed\x87\xbb\xed\x87\xbc\xed\x87\xbd\xed\x87\xbe\xed\x87\xbf\xed\x88\x80\xed\x88\x81\xed\x88\x82\xed\x88\x83\xed\x88\x84\xed\x88\x85\xed\x88\x86\xed\x88\x87\xed\x88\x88\xed\x88\x89\xed\x88\x8a\xed\x88\x8b\xed\x88\x8c\xed\x88\x8d\xed\x88\x8e\xed\x88\x8f\xed\x88\x90\xed\x88\x91\xed\x88\x92\xed\x88\x93\xed\x88\x94\xed\x88\x95\xed\x88\x96\xed\x88\x97\xed\x88\x98\xed\x88\x99\xed\x88\x9a\xed\x88\x9b\xed\x88\x9c\xed\x88\x9d\xed\x88\x9e\xed\x88\x9f\xed\x88\xa0\xed\x88\xa1\xed\x88\xa2\xed\x88\xa3\xed\x88\xa4\xed\x88\xa5\xed\x88\xa6\xed\x88\xa7\xed\x88\xa8\xed\x88\xa9\xed\x88\xaa\xed\x88\xab\xed\x88\xac\xed\x88\xad\xed\x88\xae\xed\x88\xaf\xed\x88\xb0\xed\x88\xb1\xed\x88\xb2\xed\x88\xb3\xed\x88\xb4\xed\x88\xb5\xed\x88\xb6\xed\x88\xb7\xed\x88\xb8\xed\x88\xb9\xed\x88\xba\xed\x88\xbb\xed\x88\xbc\xed\x88\xbd\xed\x88\xbe\xed\x88\xbf\xed\x89\x80\xed\x89\x81\xed\x89\x82\xed\x89\x83\xed\x89\x84\xed\x89\x85\xed\x89\x86\xed\x89\x87\xed\x89\x88\xed\x89\x89\xed\x89\x8a\xed\x89\x8b\xed\x89\x8c\xed\x89\x8d\xed\x89\x8e\xed\x89\x8f\xed\x89\x90\xed\x89\x91\xed\x89\x92\xed\x89\x93\xed\x89\x94\xed\x89\x95\xed\x89\x96\xed\x89\x97\xed\x89\x98\xed\x89\x99\xed\x89\x9a\xed\x89\x9b\xed\x89\x9c\xed\x89\x9d\xed\x89\x9e\xed\x89\x9f\xed\x89\xa0\xed\x89\xa1\xed\x89\xa2\xed\x89\xa3\xed\x89\xa4\xed\x89\xa5\xed\x89\xa6\xed\x89\xa7\xed\x89\xa8\xed\x89\xa9\xed\x89\xaa\xed\x89\xab\xed\x89\xac\xed\x89\xad\xed\x89\xae\xed\x89\xaf\xed\x89\xb0\xed\x89\xb1\xed\x89\xb2\xed\x89\xb3\xed\x89\xb4\xed\x89\xb5\xed\x89\xb6\xed\x89\xb7\xed\x89\xb8\xed\x89\xb9\xed\x89\xba\xed\x89\xbb\xed\x89\xbc\xed\x89\xbd\xed\x89\xbe\xed\x89\xbf\xed\x8a\x80\xed\x8a\x81\xed\x8a\x82\xed\x8a\x83\xed\x8a\x84\xed\x8a\x85\xed\x8a\x86\xed\x8a\x87\xed\x8a\x88\xed\x8a\x89\xed\x8a\x8a\xed\x8a\x8b\xed\x8a\x8c\xed\x8a\x8d\xed\x8a\x8e\xed\x8a\x8f\xed\x8a\x90\xed\x8a\x91\xed\x8a\x92\xed\x8a\x93\xed\x8a\x94\xed\x8a\x95\xed\x8a\x96\xed\x8a\x97\xed\x8a\x98\xed\x8a\x99\xed\x8a\x9a\xed\x8a\x9b\xed\x8a\x9c\xed\x8a\x9d\xed\x8a\x9e\xed\x8a\x9f\xed\x8a\xa0\xed\x8a\xa1\xed\x8a\xa2\xed\x8a\xa3\xed\x8a\xa4\xed\x8a\xa5\xed\x8a\xa6\xed\x8a\xa7\xed\x8a\xa8\xed\x8a\xa9\xed\x8a\xaa\xed\x8a\xab\xed\x8a\xac\xed\x8a\xad\xed\x8a\xae\xed\x8a\xaf\xed\x8a\xb0\xed\x8a\xb1\xed\x8a\xb2\xed\x8a\xb3\xed\x8a\xb4\xed\x8a\xb5\xed\x8a\xb6\xed\x8a\xb7\xed\x8a\xb8\xed\x8a\xb9\xed\x8a\xba\xed\x8a\xbb\xed\x8a\xbc\xed\x8a\xbd\xed\x8a\xbe\xed\x8a\xbf\xed\x8b\x80\xed\x8b\x81\xed\x8b\x82\xed\x8b\x83\xed\x8b\x84\xed\x8b\x85\xed\x8b\x86\xed\x8b\x87\xed\x8b\x88\xed\x8b\x89\xed\x8b\x8a\xed\x8b\x8b\xed\x8b\x8c\xed\x8b\x8d\xed\x8b\x8e\xed\x8b\x8f\xed\x8b\x90\xed\x8b\x91\xed\x8b\x92\xed\x8b\x93\xed\x8b\x94\xed\x8b\x95\xed\x8b\x96\xed\x8b\x97\xed\x8b\x98\xed\x8b\x99\xed\x8b\x9a\xed\x8b\x9b\xed\x8b\x9c\xed\x8b\x9d\xed\x8b\x9e\xed\x8b\x9f\xed\x8b\xa0\xed\x8b\xa1\xed\x8b\xa2\xed\x8b\xa3\xed\x8b\xa4\xed\x8b\xa5\xed\x8b\xa6\xed\x8b\xa7\xed\x8b\xa8\xed\x8b\xa9\xed\x8b\xaa\xed\x8b\xab\xed\x8b\xac\xed\x8b\xad\xed\x8b\xae\xed\x8b\xaf\xed\x8b\xb0\xed\x8b\xb1\xed\x8b\xb2\xed\x8b\xb3\xed\x8b\xb4\xed\x8b\xb5\xed\x8b\xb6\xed\x8b\xb7\xed\x8b\xb8\xed\x8b\xb9\xed\x8b\xba\xed\x8b\xbb\xed\x8b\xbc\xed\x8b\xbd\xed\x8b\xbe\xed\x8b\xbf\xed\x8c\x80\xed\x8c\x81\xed\x8c\x82\xed\x8c\x83\xed\x8c\x84\xed\x8c\x85\xed\x8c\x86\xed\x8c\x87\xed\x8c\x88\xed\x8c\x89\xed\x8c\x8a\xed\x8c\x8b\xed\x8c\x8c\xed\x8c\x8d\xed\x8c\x8e\xed\x8c\x8f\xed\x8c\x90\xed\x8c\x91\xed\x8c\x92\xed\x8c\x93\xed\x8c\x94\xed\x8c\x95\xed\x8c\x96\xed\x8c\x97\xed\x8c\x98\xed\x8c\x99\xed\x8c\x9a\xed\x8c\x9b\xed\x8c\x9c\xed\x8c\x9d\xed\x8c\x9e\xed\x8c\x9f\xed\x8c\xa0\xed\x8c\xa1\xed\x8c\xa2\xed\x8c\xa3\xed\x8c\xa4\xed\x8c\xa5\xed\x8c\xa6\xed\x8c\xa7\xed\x8c\xa8\xed\x8c\xa9\xed\x8c\xaa\xed\x8c\xab\xed\x8c\xac\xed\x8c\xad\xed\x8c\xae\xed\x8c\xaf\xed\x8c\xb0\xed\x8c\xb1\xed\x8c\xb2\xed\x8c\xb3\xed\x8c\xb4\xed\x8c\xb5\xed\x8c\xb6\xed\x8c\xb7\xed\x8c\xb8\xed\x8c\xb9\xed\x8c\xba\xed\x8c\xbb\xed\x8c\xbc\xed\x8c\xbd\xed\x8c\xbe\xed\x8c\xbf\xed\x8d\x80\xed\x8d\x81\xed\x8d\x82\xed\x8d\x83\xed\x8d\x84\xed\x8d\x85\xed\x8d\x86\xed\x8d\x87\xed\x8d\x88\xed\x8d\x89\xed\x8d\x8a\xed\x8d\x8b\xed\x8d\x8c\xed\x8d\x8d\xed\x8d\x8e\xed\x8d\x8f\xed\x8d\x90\xed\x8d\x91\xed\x8d\x92\xed\x8d\x93\xed\x8d\x94\xed\x8d\x95\xed\x8d\x96\xed\x8d\x97\xed\x8d\x98\xed\x8d\x99\xed\x8d\x9a\xed\x8d\x9b\xed\x8d\x9c\xed\x8d\x9d\xed\x8d\x9e\xed\x8d\x9f\xed\x8d\xa0\xed\x8d\xa1\xed\x8d\xa2\xed\x8d\xa3\xed\x8d\xa4\xed\x8d\xa5\xed\x8d\xa6\xed\x8d\xa7\xed\x8d\xa8\xed\x8d\xa9\xed\x8d\xaa\xed\x8d\xab\xed\x8d\xac\xed\x8d\xad\xed\x8d\xae\xed\x8d\xaf\xed\x8d\xb0\xed\x8d\xb1\xed\x8d\xb2\xed\x8d\xb3\xed\x8d\xb4\xed\x8d\xb5\xed\x8d\xb6\xed\x8d\xb7\xed\x8d\xb8\xed\x8d\xb9\xed\x8d\xba\xed\x8d\xbb\xed\x8d\xbc\xed\x8d\xbd\xed\x8d\xbe\xed\x8d\xbf\xed\x8e\x80\xed\x8e\x81\xed\x8e\x82\xed\x8e\x83\xed\x8e\x84\xed\x8e\x85\xed\x8e\x86\xed\x8e\x87\xed\x8e\x88\xed\x8e\x89\xed\x8e\x8a\xed\x8e\x8b\xed\x8e\x8c\xed\x8e\x8d\xed\x8e\x8e\xed\x8e\x8f\xed\x8e\x90\xed\x8e\x91\xed\x8e\x92\xed\x8e\x93\xed\x8e\x94\xed\x8e\x95\xed\x8e\x96\xed\x8e\x97\xed\x8e\x98\xed\x8e\x99\xed\x8e\x9a\xed\x8e\x9b\xed\x8e\x9c\xed\x8e\x9d\xed\x8e\x9e\xed\x8e\x9f\xed\x8e\xa0\xed\x8e\xa1\xed\x8e\xa2\xed\x8e\xa3\xed\x8e\xa4\xed\x8e\xa5\xed\x8e\xa6\xed\x8e\xa7\xed\x8e\xa8\xed\x8e\xa9\xed\x8e\xaa\xed\x8e\xab\xed\x8e\xac\xed\x8e\xad\xed\x8e\xae\xed\x8e\xaf\xed\x8e\xb0\xed\x8e\xb1\xed\x8e\xb2\xed\x8e\xb3\xed\x8e\xb4\xed\x8e\xb5\xed\x8e\xb6\xed\x8e\xb7\xed\x8e\xb8\xed\x8e\xb9\xed\x8e\xba\xed\x8e\xbb\xed\x8e\xbc\xed\x8e\xbd\xed\x8e\xbe\xed\x8e\xbf\xed\x8f\x80\xed\x8f\x81\xed\x8f\x82\xed\x8f\x83\xed\x8f\x84\xed\x8f\x85\xed\x8f\x86\xed\x8f\x87\xed\x8f\x88\xed\x8f\x89\xed\x8f\x8a\xed\x8f\x8b\xed\x8f\x8c\xed\x8f\x8d\xed\x8f\x8e\xed\x8f\x8f\xed\x8f\x90\xed\x8f\x91\xed\x8f\x92\xed\x8f\x93\xed\x8f\x94\xed\x8f\x95\xed\x8f\x96\xed\x8f\x97\xed\x8f\x98\xed\x8f\x99\xed\x8f\x9a\xed\x8f\x9b\xed\x8f\x9c\xed\x8f\x9d\xed\x8f\x9e\xed\x8f\x9f\xed\x8f\xa0\xed\x8f\xa1\xed\x8f\xa2\xed\x8f\xa3\xed\x8f\xa4\xed\x8f\xa5\xed\x8f\xa6\xed\x8f\xa7\xed\x8f\xa8\xed\x8f\xa9\xed\x8f\xaa\xed\x8f\xab\xed\x8f\xac\xed\x8f\xad\xed\x8f\xae\xed\x8f\xaf\xed\x8f\xb0\xed\x8f\xb1\xed\x8f\xb2\xed\x8f\xb3\xed\x8f\xb4\xed\x8f\xb5\xed\x8f\xb6\xed\x8f\xb7\xed\x8f\xb8\xed\x8f\xb9\xed\x8f\xba\xed\x8f\xbb\xed\x8f\xbc\xed\x8f\xbd\xed\x8f\xbe\xed\x8f\xbf\xed\x90\x80\xed\x90\x81\xed\x90\x82\xed\x90\x83\xed\x90\x84\xed\x90\x85\xed\x90\x86\xed\x90\x87\xed\x90\x88\xed\x90\x89\xed\x90\x8a\xed\x90\x8b\xed\x90\x8c\xed\x90\x8d\xed\x90\x8e\xed\x90\x8f\xed\x90\x90\xed\x90\x91\xed\x90\x92\xed\x90\x93\xed\x90\x94\xed\x90\x95\xed\x90\x96\xed\x90\x97\xed\x90\x98\xed\x90\x99\xed\x90\x9a\xed\x90\x9b\xed\x90\x9c\xed\x90\x9d\xed\x90\x9e\xed\x90\x9f\xed\x90\xa0\xed\x90\xa1\xed\x90\xa2\xed\x90\xa3\xed\x90\xa4\xed\x90\xa5\xed\x90\xa6\xed\x90\xa7\xed\x90\xa8\xed\x90\xa9\xed\x90\xaa\xed\x90\xab\xed\x90\xac\xed\x90\xad\xed\x90\xae\xed\x90\xaf\xed\x90\xb0\xed\x90\xb1\xed\x90\xb2\xed\x90\xb3\xed\x90\xb4\xed\x90\xb5\xed\x90\xb6\xed\x90\xb7\xed\x90\xb8\xed\x90\xb9\xed\x90\xba\xed\x90\xbb\xed\x90\xbc\xed\x90\xbd\xed\x90\xbe\xed\x90\xbf\xed\x91\x80\xed\x91\x81\xed\x91\x82\xed\x91\x83\xed\x91\x84\xed\x91\x85\xed\x91\x86\xed\x91\x87\xed\x91\x88\xed\x91\x89\xed\x91\x8a\xed\x91\x8b\xed\x91\x8c\xed\x91\x8d\xed\x91\x8e\xed\x91\x8f\xed\x91\x90\xed\x91\x91\xed\x91\x92\xed\x91\x93\xed\x91\x94\xed\x91\x95\xed\x91\x96\xed\x91\x97\xed\x91\x98\xed\x91\x99\xed\x91\x9a\xed\x91\x9b\xed\x91\x9c\xed\x91\x9d\xed\x91\x9e\xed\x91\x9f\xed\x91\xa0\xed\x91\xa1\xed\x91\xa2\xed\x91\xa3\xed\x91\xa4\xed\x91\xa5\xed\x91\xa6\xed\x91\xa7\xed\x91\xa8\xed\x91\xa9\xed\x91\xaa\xed\x91\xab\xed\x91\xac\xed\x91\xad\xed\x91\xae\xed\x91\xaf\xed\x91\xb0\xed\x91\xb1\xed\x91\xb2\xed\x91\xb3\xed\x91\xb4\xed\x91\xb5\xed\x91\xb6\xed\x91\xb7\xed\x91\xb8\xed\x91\xb9\xed\x91\xba\xed\x91\xbb\xed\x91\xbc\xed\x91\xbd\xed\x91\xbe\xed\x91\xbf\xed\x92\x80\xed\x92\x81\xed\x92\x82\xed\x92\x83\xed\x92\x84\xed\x92\x85\xed\x92\x86\xed\x92\x87\xed\x92\x88\xed\x92\x89\xed\x92\x8a\xed\x92\x8b\xed\x92\x8c\xed\x92\x8d\xed\x92\x8e\xed\x92\x8f\xed\x92\x90\xed\x92\x91\xed\x92\x92\xed\x92\x93\xed\x92\x94\xed\x92\x95\xed\x92\x96\xed\x92\x97\xed\x92\x98\xed\x92\x99\xed\x92\x9a\xed\x92\x9b\xed\x92\x9c\xed\x92\x9d\xed\x92\x9e\xed\x92\x9f\xed\x92\xa0\xed\x92\xa1\xed\x92\xa2\xed\x92\xa3\xed\x92\xa4\xed\x92\xa5\xed\x92\xa6\xed\x92\xa7\xed\x92\xa8\xed\x92\xa9\xed\x92\xaa\xed\x92\xab\xed\x92\xac\xed\x92\xad\xed\x92\xae\xed\x92\xaf\xed\x92\xb0\xed\x92\xb1\xed\x92\xb2\xed\x92\xb3\xed\x92\xb4\xed\x92\xb5\xed\x92\xb6\xed\x92\xb7\xed\x92\xb8\xed\x92\xb9\xed\x92\xba\xed\x92\xbb\xed\x92\xbc\xed\x92\xbd\xed\x92\xbe\xed\x92\xbf\xed\x93\x80\xed\x93\x81\xed\x93\x82\xed\x93\x83\xed\x93\x84\xed\x93\x85\xed\x93\x86\xed\x93\x87\xed\x93\x88\xed\x93\x89\xed\x93\x8a\xed\x93\x8b\xed\x93\x8c\xed\x93\x8d\xed\x93\x8e\xed\x93\x8f\xed\x93\x90\xed\x93\x91\xed\x93\x92\xed\x93\x93\xed\x93\x94\xed\x93\x95\xed\x93\x96\xed\x93\x97\xed\x93\x98\xed\x93\x99\xed\x93\x9a\xed\x93\x9b\xed\x93\x9c\xed\x93\x9d\xed\x93\x9e\xed\x93\x9f\xed\x93\xa0\xed\x93\xa1\xed\x93\xa2\xed\x93\xa3\xed\x93\xa4\xed\x93\xa5\xed\x93\xa6\xed\x93\xa7\xed\x93\xa8\xed\x93\xa9\xed\x93\xaa\xed\x93\xab\xed\x93\xac\xed\x93\xad\xed\x93\xae\xed\x93\xaf\xed\x93\xb0\xed\x93\xb1\xed\x93\xb2\xed\x93\xb3\xed\x93\xb4\xed\x93\xb5\xed\x93\xb6\xed\x93\xb7\xed\x93\xb8\xed\x93\xb9\xed\x93\xba\xed\x93\xbb\xed\x93\xbc\xed\x93\xbd\xed\x93\xbe\xed\x93\xbf\xed\x94\x80\xed\x94\x81\xed\x94\x82\xed\x94\x83\xed\x94\x84\xed\x94\x85\xed\x94\x86\xed\x94\x87\xed\x94\x88\xed\x94\x89\xed\x94\x8a\xed\x94\x8b\xed\x94\x8c\xed\x94\x8d\xed\x94\x8e\xed\x94\x8f\xed\x94\x90\xed\x94\x91\xed\x94\x92\xed\x94\x93\xed\x94\x94\xed\x94\x95\xed\x94\x96\xed\x94\x97\xed\x94\x98\xed\x94\x99\xed\x94\x9a\xed\x94\x9b\xed\x94\x9c\xed\x94\x9d\xed\x94\x9e\xed\x94\x9f\xed\x94\xa0\xed\x94\xa1\xed\x94\xa2\xed\x94\xa3\xed\x94\xa4\xed\x94\xa5\xed\x94\xa6\xed\x94\xa7\xed\x94\xa8\xed\x94\xa9\xed\x94\xaa\xed\x94\xab\xed\x94\xac\xed\x94\xad\xed\x94\xae\xed\x94\xaf\xed\x94\xb0\xed\x94\xb1\xed\x94\xb2\xed\x94\xb3\xed\x94\xb4\xed\x94\xb5\xed\x94\xb6\xed\x94\xb7\xed\x94\xb8\xed\x94\xb9\xed\x94\xba\xed\x94\xbb\xed\x94\xbc\xed\x94\xbd\xed\x94\xbe\xed\x94\xbf\xed\x95\x80\xed\x95\x81\xed\x95\x82\xed\x95\x83\xed\x95\x84\xed\x95\x85\xed\x95\x86\xed\x95\x87\xed\x95\x88\xed\x95\x89\xed\x95\x8a\xed\x95\x8b\xed\x95\x8c\xed\x95\x8d\xed\x95\x8e\xed\x95\x8f\xed\x95\x90\xed\x95\x91\xed\x95\x92\xed\x95\x93\xed\x95\x94\xed\x95\x95\xed\x95\x96\xed\x95\x97\xed\x95\x98\xed\x95\x99\xed\x95\x9a\xed\x95\x9b\xed\x95\x9c\xed\x95\x9d\xed\x95\x9e\xed\x95\x9f\xed\x95\xa0\xed\x95\xa1\xed\x95\xa2\xed\x95\xa3\xed\x95\xa4\xed\x95\xa5\xed\x95\xa6\xed\x95\xa7\xed\x95\xa8\xed\x95\xa9\xed\x95\xaa\xed\x95\xab\xed\x95\xac\xed\x95\xad\xed\x95\xae\xed\x95\xaf\xed\x95\xb0\xed\x95\xb1\xed\x95\xb2\xed\x95\xb3\xed\x95\xb4\xed\x95\xb5\xed\x95\xb6\xed\x95\xb7\xed\x95\xb8\xed\x95\xb9\xed\x95\xba\xed\x95\xbb\xed\x95\xbc\xed\x95\xbd\xed\x95\xbe\xed\x95\xbf\xed\x96\x80\xed\x96\x81\xed\x96\x82\xed\x96\x83\xed\x96\x84\xed\x96\x85\xed\x96\x86\xed\x96\x87\xed\x96\x88\xed\x96\x89\xed\x96\x8a\xed\x96\x8b\xed\x96\x8c\xed\x96\x8d\xed\x96\x8e\xed\x96\x8f\xed\x96\x90\xed\x96\x91\xed\x96\x92\xed\x96\x93\xed\x96\x94\xed\x96\x95\xed\x96\x96\xed\x96\x97\xed\x96\x98\xed\x96\x99\xed\x96\x9a\xed\x96\x9b\xed\x96\x9c\xed\x96\x9d\xed\x96\x9e\xed\x96\x9f\xed\x96\xa0\xed\x96\xa1\xed\x96\xa2\xed\x96\xa3\xed\x96\xa4\xed\x96\xa5\xed\x96\xa6\xed\x96\xa7\xed\x96\xa8\xed\x96\xa9\xed\x96\xaa\xed\x96\xab\xed\x96\xac\xed\x96\xad\xed\x96\xae\xed\x96\xaf\xed\x96\xb0\xed\x96\xb1\xed\x96\xb2\xed\x96\xb3\xed\x96\xb4\xed\x96\xb5\xed\x96\xb6\xed\x96\xb7\xed\x96\xb8\xed\x96\xb9\xed\x96\xba\xed\x96\xbb\xed\x96\xbc\xed\x96\xbd\xed\x96\xbe\xed\x96\xbf\xed\x97\x80\xed\x97\x81\xed\x97\x82\xed\x97\x83\xed\x97\x84\xed\x97\x85\xed\x97\x86\xed\x97\x87\xed\x97\x88\xed\x97\x89\xed\x97\x8a\xed\x97\x8b\xed\x97\x8c\xed\x97\x8d\xed\x97\x8e\xed\x97\x8f\xed\x97\x90\xed\x97\x91\xed\x97\x92\xed\x97\x93\xed\x97\x94\xed\x97\x95\xed\x97\x96\xed\x97\x97\xed\x97\x98\xed\x97\x99\xed\x97\x9a\xed\x97\x9b\xed\x97\x9c\xed\x97\x9d\xed\x97\x9e\xed\x97\x9f\xed\x97\xa0\xed\x97\xa1\xed\x97\xa2\xed\x97\xa3\xed\x97\xa4\xed\x97\xa5\xed\x97\xa6\xed\x97\xa7\xed\x97\xa8\xed\x97\xa9\xed\x97\xaa\xed\x97\xab\xed\x97\xac\xed\x97\xad\xed\x97\xae\xed\x97\xaf\xed\x97\xb0\xed\x97\xb1\xed\x97\xb2\xed\x97\xb3\xed\x97\xb4\xed\x97\xb5\xed\x97\xb6\xed\x97\xb7\xed\x97\xb8\xed\x97\xb9\xed\x97\xba\xed\x97\xbb\xed\x97\xbc\xed\x97\xbd\xed\x97\xbe\xed\x97\xbf\xed\x98\x80\xed\x98\x81\xed\x98\x82\xed\x98\x83\xed\x98\x84\xed\x98\x85\xed\x98\x86\xed\x98\x87\xed\x98\x88\xed\x98\x89\xed\x98\x8a\xed\x98\x8b\xed\x98\x8c\xed\x98\x8d\xed\x98\x8e\xed\x98\x8f\xed\x98\x90\xed\x98\x91\xed\x98\x92\xed\x98\x93\xed\x98\x94\xed\x98\x95\xed\x98\x96\xed\x98\x97\xed\x98\x98\xed\x98\x99\xed\x98\x9a\xed\x98\x9b\xed\x98\x9c\xed\x98\x9d\xed\x98\x9e\xed\x98\x9f\xed\x98\xa0\xed\x98\xa1\xed\x98\xa2\xed\x98\xa3\xed\x98\xa4\xed\x98\xa5\xed\x98\xa6\xed\x98\xa7\xed\x98\xa8\xed\x98\xa9\xed\x98\xaa\xed\x98\xab\xed\x98\xac\xed\x98\xad\xed\x98\xae\xed\x98\xaf\xed\x98\xb0\xed\x98\xb1\xed\x98\xb2\xed\x98\xb3\xed\x98\xb4\xed\x98\xb5\xed\x98\xb6\xed\x98\xb7\xed\x98\xb8\xed\x98\xb9\xed\x98\xba\xed\x98\xbb\xed\x98\xbc\xed\x98\xbd\xed\x98\xbe\xed\x98\xbf\xed\x99\x80\xed\x99\x81\xed\x99\x82\xed\x99\x83\xed\x99\x84\xed\x99\x85\xed\x99\x86\xed\x99\x87\xed\x99\x88\xed\x99\x89\xed\x99\x8a\xed\x99\x8b\xed\x99\x8c\xed\x99\x8d\xed\x99\x8e\xed\x99\x8f\xed\x99\x90\xed\x99\x91\xed\x99\x92\xed\x99\x93\xed\x99\x94\xed\x99\x95\xed\x99\x96\xed\x99\x97\xed\x99\x98\xed\x99\x99\xed\x99\x9a\xed\x99\x9b\xed\x99\x9c\xed\x99\x9d\xed\x99\x9e\xed\x99\x9f\xed\x99\xa0\xed\x99\xa1\xed\x99\xa2\xed\x99\xa3\xed\x99\xa4\xed\x99\xa5\xed\x99\xa6\xed\x99\xa7\xed\x99\xa8\xed\x99\xa9\xed\x99\xaa\xed\x99\xab\xed\x99\xac\xed\x99\xad\xed\x99\xae\xed\x99\xaf\xed\x99\xb0\xed\x99\xb1\xed\x99\xb2\xed\x99\xb3\xed\x99\xb4\xed\x99\xb5\xed\x99\xb6\xed\x99\xb7\xed\x99\xb8\xed\x99\xb9\xed\x99\xba\xed\x99\xbb\xed\x99\xbc\xed\x99\xbd\xed\x99\xbe\xed\x99\xbf\xed\x9a\x80\xed\x9a\x81\xed\x9a\x82\xed\x9a\x83\xed\x9a\x84\xed\x9a\x85\xed\x9a\x86\xed\x9a\x87\xed\x9a\x88\xed\x9a\x89\xed\x9a\x8a\xed\x9a\x8b\xed\x9a\x8c\xed\x9a\x8d\xed\x9a\x8e\xed\x9a\x8f\xed\x9a\x90\xed\x9a\x91\xed\x9a\x92\xed\x9a\x93\xed\x9a\x94\xed\x9a\x95\xed\x9a\x96\xed\x9a\x97\xed\x9a\x98\xed\x9a\x99\xed\x9a\x9a\xed\x9a\x9b\xed\x9a\x9c\xed\x9a\x9d\xed\x9a\x9e\xed\x9a\x9f\xed\x9a\xa0\xed\x9a\xa1\xed\x9a\xa2\xed\x9a\xa3\xed\x9a\xa4\xed\x9a\xa5\xed\x9a\xa6\xed\x9a\xa7\xed\x9a\xa8\xed\x9a\xa9\xed\x9a\xaa\xed\x9a\xab\xed\x9a\xac\xed\x9a\xad\xed\x9a\xae\xed\x9a\xaf\xed\x9a\xb0\xed\x9a\xb1\xed\x9a\xb2\xed\x9a\xb3\xed\x9a\xb4\xed\x9a\xb5\xed\x9a\xb6\xed\x9a\xb7\xed\x9a\xb8\xed\x9a\xb9\xed\x9a\xba\xed\x9a\xbb\xed\x9a\xbc\xed\x9a\xbd\xed\x9a\xbe\xed\x9a\xbf\xed\x9b\x80\xed\x9b\x81\xed\x9b\x82\xed\x9b\x83\xed\x9b\x84\xed\x9b\x85\xed\x9b\x86\xed\x9b\x87\xed\x9b\x88\xed\x9b\x89\xed\x9b\x8a\xed\x9b\x8b\xed\x9b\x8c\xed\x9b\x8d\xed\x9b\x8e\xed\x9b\x8f\xed\x9b\x90\xed\x9b\x91\xed\x9b\x92\xed\x9b\x93\xed\x9b\x94\xed\x9b\x95\xed\x9b\x96\xed\x9b\x97\xed\x9b\x98\xed\x9b\x99\xed\x9b\x9a\xed\x9b\x9b\xed\x9b\x9c\xed\x9b\x9d\xed\x9b\x9e\xed\x9b\x9f\xed\x9b\xa0\xed\x9b\xa1\xed\x9b\xa2\xed\x9b\xa3\xed\x9b\xa4\xed\x9b\xa5\xed\x9b\xa6\xed\x9b\xa7\xed\x9b\xa8\xed\x9b\xa9\xed\x9b\xaa\xed\x9b\xab\xed\x9b\xac\xed\x9b\xad\xed\x9b\xae\xed\x9b\xaf\xed\x9b\xb0\xed\x9b\xb1\xed\x9b\xb2\xed\x9b\xb3\xed\x9b\xb4\xed\x9b\xb5\xed\x9b\xb6\xed\x9b\xb7\xed\x9b\xb8\xed\x9b\xb9\xed\x9b\xba\xed\x9b\xbb\xed\x9b\xbc\xed\x9b\xbd\xed\x9b\xbe\xed\x9b\xbf\xed\x9c\x80\xed\x9c\x81\xed\x9c\x82\xed\x9c\x83\xed\x9c\x84\xed\x9c\x85\xed\x9c\x86\xed\x9c\x87\xed\x9c\x88\xed\x9c\x89\xed\x9c\x8a\xed\x9c\x8b\xed\x9c\x8c\xed\x9c\x8d\xed\x9c\x8e\xed\x9c\x8f\xed\x9c\x90\xed\x9c\x91\xed\x9c\x92\xed\x9c\x93\xed\x9c\x94\xed\x9c\x95\xed\x9c\x96\xed\x9c\x97\xed\x9c\x98\xed\x9c\x99\xed\x9c\x9a\xed\x9c\x9b\xed\x9c\x9c\xed\x9c\x9d\xed\x9c\x9e\xed\x9c\x9f\xed\x9c\xa0\xed\x9c\xa1\xed\x9c\xa2\xed\x9c\xa3\xed\x9c\xa4\xed\x9c\xa5\xed\x9c\xa6\xed\x9c\xa7\xed\x9c\xa8\xed\x9c\xa9\xed\x9c\xaa\xed\x9c\xab\xed\x9c\xac\xed\x9c\xad\xed\x9c\xae\xed\x9c\xaf\xed\x9c\xb0\xed\x9c\xb1\xed\x9c\xb2\xed\x9c\xb3\xed\x9c\xb4\xed\x9c\xb5\xed\x9c\xb6\xed\x9c\xb7\xed\x9c\xb8\xed\x9c\xb9\xed\x9c\xba\xed\x9c\xbb\xed\x9c\xbc\xed\x9c\xbd\xed\x9c\xbe\xed\x9c\xbf\xed\x9d\x80\xed\x9d\x81\xed\x9d\x82\xed\x9d\x83\xed\x9d\x84\xed\x9d\x85\xed\x9d\x86\xed\x9d\x87\xed\x9d\x88\xed\x9d\x89\xed\x9d\x8a\xed\x9d\x8b\xed\x9d\x8c\xed\x9d\x8d\xed\x9d\x8e\xed\x9d\x8f\xed\x9d\x90\xed\x9d\x91\xed\x9d\x92\xed\x9d\x93\xed\x9d\x94\xed\x9d\x95\xed\x9d\x96\xed\x9d\x97\xed\x9d\x98\xed\x9d\x99\xed\x9d\x9a\xed\x9d\x9b\xed\x9d\x9c\xed\x9d\x9d\xed\x9d\x9e\xed\x9d\x9f\xed\x9d\xa0\xed\x9d\xa1\xed\x9d\xa2\xed\x9d\xa3\xed\x9d\xa4\xed\x9d\xa5\xed\x9d\xa6\xed\x9d\xa7\xed\x9d\xa8\xed\x9d\xa9\xed\x9d\xaa\xed\x9d\xab\xed\x9d\xac\xed\x9d\xad\xed\x9d\xae\xed\x9d\xaf\xed\x9d\xb0\xed\x9d\xb1\xed\x9d\xb2\xed\x9d\xb3\xed\x9d\xb4\xed\x9d\xb5\xed\x9d\xb6\xed\x9d\xb7\xed\x9d\xb8\xed\x9d\xb9\xed\x9d\xba\xed\x9d\xbb\xed\x9d\xbc\xed\x9d\xbd\xed\x9d\xbe\xed\x9d\xbf\xed\x9e\x80\xed\x9e\x81\xed\x9e\x82\xed\x9e\x83\xed\x9e\x84\xed\x9e\x85\xed\x9e\x86\xed\x9e\x87\xed\x9e\x88\xed\x9e\x89\xed\x9e\x8a\xed\x9e\x8b\xed\x9e\x8c\xed\x9e\x8d\xed\x9e\x8e\xed\x9e\x8f\xed\x9e\x90\xed\x9e\x91\xed\x9e\x92\xed\x9e\x93\xed\x9e\x94\xed\x9e\x95\xed\x9e\x96\xed\x9e\x97\xed\x9e\x98\xed\x9e\x99\xed\x9e\x9a\xed\x9e\x9b\xed\x9e\x9c\xed\x9e\x9d\xed\x9e\x9e\xed\x9e\x9f\xed\x9e\xa0\xed\x9e\xa1\xed\x9e\xa2\xed\x9e\xa3\xef\xac\x80\xef\xac\x81\xef\xac\x82\xef\xac\x83\xef\xac\x84\xef\xac\x85\xef\xac\x86\xef\xbc\x87\xef\xbc\xa1\xef\xbc\xa2\xef\xbc\xa3\xef\xbc\xa4\xef\xbc\xa5\xef\xbc\xa6\xef\xbc\xa7\xef\xbc\xa8\xef\xbc\xa9\xef\xbc\xaa\xef\xbc\xab\xef\xbc\xac\xef\xbc\xad\xef\xbc\xae\xef\xbc\xaf\xef\xbc\xb0\xef\xbc\xb1\xef\xbc\xb2\xef\xbc\xb3\xef\xbc\xb4\xef\xbc\xb5\xef\xbc\xb6\xef\xbc\xb7\xef\xbc\xb8\xef\xbc\xb9\xef\xbc\xba\xef\xbd\x81\xef\xbd\x82\xef\xbd\x83\xef\xbd\x84\xef\xbd\x85\xef\xbd\x86\xef\xbd\x87\xef\xbd\x88\xef\xbd\x89\xef\xbd\x8a\xef\xbd\x8b\xef\xbd\x8c\xef\xbd\x8d\xef\xbd\x8e\xef\xbd\x8f\xef\xbd\x90\xef\xbd\x91\xef\xbd\x92\xef\xbd\x93\xef\xbd\x94\xef\xbd\x95\xef\xbd\x96\xef\xbd\x97\xef\xbd\x98\xef\xbd\x99\xef\xbd\x9a\xef\xbe\xa1\xef\xbe\xa2\xef\xbe\xa3\xef\xbe\xa4\xef\xbe\xa5\xef\xbe\xa6\xef\xbe\xa7\xef\xbe\xa8\xef\xbe\xa9\xef\xbe\xaa\xef\xbe\xab\xef\xbe\xac\xef\xbe\xad\xef\xbe\xae\xef\xbe\xaf\xef\xbe\xb1\xef\xbe\xb2\xef\xbe\xb3\xef\xbe\xb5\xef\xbe\xb6\xef\xbe\xb7\xef\xbe\xb8\xef\xbe\xb9\xef\xbe\xba\xef\xbe\xbb\xef\xbe\xbc\xef\xbe\xbd\xef\xbe\xbe\xef\xbf\x82\xef\xbf\x83\xef\xbf\x84\xef\xbf\x85\xef\xbf\x86\xef\xbf\x87\xef\xbf\x8a\xef\xbf\x8b\xef\xbf\x8c\xef\xbf\x8d\xef\xbf\x8e\xef\xbf\x8f\xef\xbf\x92\xef\xbf\x93\xef\xbf\x94\xef\xbf\x95\xef\xbf\x96\xef\xbf\x97\xef\xbf\x9a]",37298,CONTEXT_TYPE_REGEX,1,"[\xe1\x85\xa9\xe1\x85\xac]",8,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_STRING,1,"a",1,CONTEXT_TYPE_REGEX,1,"[\xe1\x85\xa5\xe1\x85\xa6\xe1\x85\xb3]",11,"-",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,2,"s[aeiou]",8,CONTEXT_TYPE_STRING,1,"\xe1\x84\x8a",3,"-",1,NULL,0,NULL,0}, + {"\\-",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"--",2,NULL,0,NULL,0}, + {"\xd0\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xd0\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd0\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xd0\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd0\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xd0\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xd0\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xd0\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd0\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xd0\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8b\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x96\xd1\x9e\xd2\x91\xe2\x80\x99]",71,"Ye",2,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YE",2,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ye",2,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8b\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x96\xd1\x9e\xd2\x91\xe2\x80\x99]",71,"Yo",2,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YO",2,NULL,0,NULL,0}, + {"\xd1\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yo",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8b\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x96\xd1\x9e\xd2\x91\xe2\x80\x99]",71,"Zh",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ZH",2,NULL,0,NULL,0}, + {"\xd0\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh",2,NULL,0,NULL,0}, + {"\xd0\x97\xd0\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\x97\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xb7\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xd0\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd0\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xd1\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd0\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd0\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\x9a\xd0\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\x9a\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xba\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xd0\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd0\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xd0\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd0\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xd0\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd0\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xd0\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd0\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd0\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd0\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd0\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd0\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xd1\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd0\xa1\xd0\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\xa1\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd1\x81\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xd1\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd0\xa2\xd0\xa1",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T\xc2\xb7S",4,NULL,0,NULL,0}, + {"\xd0\xa2\xd1\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T\xc2\xb7s",4,NULL,0,NULL,0}, + {"\xd1\x82\xd1\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc2\xb7s",4,NULL,0,NULL,0}, + {"\xd0\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xd1\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd0\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xd1\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd0\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"W",1,NULL,0,NULL,0}, + {"\xd1\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"\xd0\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xd1\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8b\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x96\xd1\x9e\xd2\x91\xe2\x80\x99]",71,"Kh",2,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"KH",2,NULL,0,NULL,0}, + {"\xd1\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xd0\xa6\xd0\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS\xc2\xb7H",5,NULL,0,NULL,0}, + {"\xd0\xa6\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ts\xc2\xb7h",5,NULL,0,NULL,0}, + {"\xd1\x86\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xc2\xb7h",5,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8b\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x96\xd1\x9e\xd2\x91\xe2\x80\x99]",71,"Ts",2,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS",2,NULL,0,NULL,0}, + {"\xd1\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8b\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x96\xd1\x9e\xd2\x91\xe2\x80\x99]",71,"Ch",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CH",2,NULL,0,NULL,0}, + {"\xd1\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xd0\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd1\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd1\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd0\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd1\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8b\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x96\xd1\x9e\xd2\x91\xe2\x80\x99]",71,"Yu",2,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YU",2,NULL,0,NULL,0}, + {"\xd1\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8b\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x96\xd1\x9e\xd2\x91\xe2\x80\x99]",71,"Ya",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YA",2,NULL,0,NULL,0}, + {"\xd1\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xe2\x80\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xba",2,NULL,0,NULL,0}, + {"\xd2\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xd2\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd0\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xd0\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd0\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xd0\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd0\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xd0\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xd0\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xd0\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd2\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xd2\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd0\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xd0\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8c\xd1\x8e\xd1\x8f\xd1\x94\xd1\x96\xd1\x97\xd2\x91\xe2\x80\x99]",71,"Ye",2,NULL,0,NULL,0}, + {"\xd0\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YE",2,NULL,0,NULL,0}, + {"\xd1\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ye",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8c\xd1\x8e\xd1\x8f\xd1\x94\xd1\x96\xd1\x97\xd2\x91\xe2\x80\x99]",71,"Zh",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ZH",2,NULL,0,NULL,0}, + {"\xd0\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh",2,NULL,0,NULL,0}, + {"\xd0\x97\xd0\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\x97\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xb7\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xd0\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd0\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd0\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xd1\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd0\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8c\xd1\x8e\xd1\x8f\xd1\x94\xd1\x96\xd1\x97\xd2\x91\xe2\x80\x99]",71,"Yi",2,NULL,0,NULL,0}, + {"\xd0\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YI",2,NULL,0,NULL,0}, + {"\xd1\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yi",2,NULL,0,NULL,0}, + {"\xd0\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd0\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\x9a\xd0\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\x9a\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xba\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xd0\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd0\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xd0\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd0\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xd0\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd0\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xd0\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd0\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd0\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd0\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd0\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd0\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xd1\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd0\xa1\xd0\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\xa1\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd1\x81\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xd1\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd0\xa2\xd0\xa1",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T\xc2\xb7S",4,NULL,0,NULL,0}, + {"\xd0\xa2\xd1\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T\xc2\xb7s",4,NULL,0,NULL,0}, + {"\xd1\x82\xd1\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc2\xb7s",4,NULL,0,NULL,0}, + {"\xd0\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xd1\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd0\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xd1\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd0\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xd1\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8c\xd1\x8e\xd1\x8f\xd1\x94\xd1\x96\xd1\x97\xd2\x91\xe2\x80\x99]",71,"Kh",2,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"KH",2,NULL,0,NULL,0}, + {"\xd1\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xd0\xa6\xd0\x93",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS\xc2\xb7H",5,NULL,0,NULL,0}, + {"\xd0\xa6\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ts\xc2\xb7h",5,NULL,0,NULL,0}, + {"\xd1\x86\xd0\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xc2\xb7h",5,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8c\xd1\x8e\xd1\x8f\xd1\x94\xd1\x96\xd1\x97\xd2\x91\xe2\x80\x99]",71,"Ts",2,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS",2,NULL,0,NULL,0}, + {"\xd1\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8c\xd1\x8e\xd1\x8f\xd1\x94\xd1\x96\xd1\x97\xd2\x91\xe2\x80\x99]",71,"Ch",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CH",2,NULL,0,NULL,0}, + {"\xd1\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xd0\xa8\xd0\xa7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH\xc2\xb7""CH",6,NULL,0,NULL,0}, + {"\xd0\xa8\xd1\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Sh\xc2\xb7""ch",6,NULL,0,NULL,0}, + {"\xd1\x88\xd1\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc2\xb7""ch",6,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8c\xd1\x8e\xd1\x8f\xd1\x94\xd1\x96\xd1\x97\xd2\x91\xe2\x80\x99]",71,"Sh",2,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH",2,NULL,0,NULL,0}, + {"\xd1\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8c\xd1\x8e\xd1\x8f\xd1\x94\xd1\x96\xd1\x97\xd2\x91\xe2\x80\x99]",71,"Shch",4,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SHCH",4,NULL,0,NULL,0}, + {"\xd1\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shch",4,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8c\xd1\x8e\xd1\x8f\xd1\x94\xd1\x96\xd1\x97\xd2\x91\xe2\x80\x99]",71,"Yu",2,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YU",2,NULL,0,NULL,0}, + {"\xd1\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8c\xd1\x8e\xd1\x8f\xd1\x94\xd1\x96\xd1\x97\xd2\x91\xe2\x80\x99]",71,"Ya",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YA",2,NULL,0,NULL,0}, + {"\xd1\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xd0\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd1\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xe2\x80\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xba",2,NULL,0,NULL,0}, + {"\xd1\x8b",2,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb5\xd0\xb8\xd0\xbe\xd1\x83\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",22,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb7y",3,NULL,0,NULL,0}, + {"[\xd0\xab\xd1\x8b]",6,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x90\xd0\x95\xd0\x98\xd0\x9e\xd0\xa3\xd0\xab\xd0\xad\xd0\xae\xd0\xaf]",22,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb7Y",3,NULL,0,NULL,0}, + {"\xd0\xad",2,CONTEXT_TYPE_REGEX,1,"[\xd0\x91\xd0\x92\xd0\x93\xd0\x94\xd0\x96\xd0\x9a\xd0\x9b\xd0\x9c\xd0\x9d\xd0\x9f\xd0\xa0\xd0\xa1\xd0\xa2\xd0\xa4\xd0\xa5\xd0\xa6\xd0\xa7\xd0\xa8\xd0\xa9\xd0\xad\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb6\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8d]",82,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb7""E",3,NULL,0,NULL,0}, + {"\xd1\x8d",2,CONTEXT_TYPE_REGEX,1,"[\xd0\x91\xd0\x92\xd0\x93\xd0\x94\xd0\x96\xd0\x9a\xd0\x9b\xd0\x9c\xd0\x9d\xd0\x9f\xd0\xa0\xd0\xa1\xd0\xa2\xd0\xa4\xd0\xa5\xd0\xa6\xd0\xa7\xd0\xa8\xd0\xa9\xd0\xad\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb6\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8d]",82,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb7""e",3,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x90\xd0\x95\xd0\x98\xd0\x99\xd0\x9e\xd0\xa3\xd0\xaa\xd0\xab\xd0\xac\xd0\xad\xd0\xae\xd0\xaf]",28,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x90\xd0\x91\xd0\x92\xd0\x93\xd0\x94\xd0\x95\xd0\x96\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\xab\xd0\xad\xd0\xae\xd0\xaf]",62,"YE",2,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x90\xd0\x95\xd0\x98\xd0\x99\xd0\x9e\xd0\xa3\xd0\xaa\xd0\xab\xd0\xac\xd0\xad\xd0\xae\xd0\xaf]",28,CONTEXT_TYPE_NONE,0,NULL,0,"Ye",2,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x90\xd0\x95\xd0\x98\xd0\x99\xd0\x9e\xd0\xa3\xd0\xaa\xd0\xab\xd0\xac\xd0\xad\xd0\xae\xd0\xaf\xd0\xb0\xd0\xb5\xd0\xb8\xd0\xb9\xd0\xbe\xd1\x83\xd1\x8a\xd1\x8b\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",54,CONTEXT_TYPE_NONE,0,NULL,0,"ye",2,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x90\xd0\x95\xd0\x98\xd0\x99\xd0\x9e\xd0\xa3\xd0\xaa\xd0\xab\xd0\xac\xd0\xad\xd0\xae\xd0\xaf]",28,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x90\xd0\x91\xd0\x92\xd0\x93\xd0\x94\xd0\x95\xd0\x96\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\xab\xd0\xad\xd0\xae\xd0\xaf]",62,"Y\xc3\x8b",3,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x90\xd0\x95\xd0\x98\xd0\x99\xd0\x9e\xd0\xa3\xd0\xaa\xd0\xab\xd0\xac\xd0\xad\xd0\xae\xd0\xaf]",28,CONTEXT_TYPE_NONE,0,NULL,0,"Y\xc3\xab",3,NULL,0,NULL,0}, + {"\xd1\x91",2,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x90\xd0\x95\xd0\x98\xd0\x99\xd0\x9e\xd0\xa3\xd0\xaa\xd0\xab\xd0\xac\xd0\xad\xd0\xae\xd0\xaf\xd0\xb0\xd0\xb5\xd0\xb8\xd0\xb9\xd0\xbe\xd1\x83\xd1\x8a\xd1\x8b\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",54,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xab",3,NULL,0,NULL,0}, + {"\xd0\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xd0\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd0\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xd0\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd0\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xd0\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xd0\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xd0\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd0\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xd0\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x90\xd0\x91\xd0\x92\xd0\x93\xd0\x94\xd0\x95\xd0\x96\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\xab\xd0\xad\xd0\xae\xd0\xaf]",62,"YE",2,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ye",2,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ye",2,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x90\xd0\x91\xd0\x92\xd0\x93\xd0\x94\xd0\x95\xd0\x96\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\xab\xd0\xad\xd0\xae\xd0\xaf]",62,"Y\xc3\x8b",3,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Y\xc3\xab",3,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8b",2,NULL,0,NULL,0}, + {"\xd1\x91",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xab",3,NULL,0,NULL,0}, + {"\xd1\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xab",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Zh",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ZH",2,NULL,0,NULL,0}, + {"\xd0\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh",2,NULL,0,NULL,0}, + {"\xd0\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xd0\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd0\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xd0\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd0\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\x90\xd0\xa3\xd0\xab\xd0\xad\xd0\xb0\xd1\x83\xd1\x8b\xd1\x8d]",18,"Y\xc2\xb7",3,NULL,0,NULL,0}, + {"\xd0\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\x90\xd0\xa3\xd0\xab\xd0\xad\xd0\xb0\xd1\x83\xd1\x8b\xd1\x8d]",18,"y\xc2\xb7",3,NULL,0,NULL,0}, + {"\xd0\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd0\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xd0\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd0\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xd0\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd0\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xd0\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd0\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xd0\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd0\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd0\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd0\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd0\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd0\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xd1\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd0\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xd1\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd0\xa2\xd0\xa1",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T\xc2\xb7S",4,NULL,0,NULL,0}, + {"\xd0\xa2\xd1\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T\xc2\xb7s",4,NULL,0,NULL,0}, + {"\xd1\x82\xd1\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xc2\xb7s",4,NULL,0,NULL,0}, + {"\xd0\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xd1\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd0\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xd1\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd0\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xd1\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Kh",2,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"KH",2,NULL,0,NULL,0}, + {"\xd1\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Ts",2,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS",2,NULL,0,NULL,0}, + {"\xd1\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Ch",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CH",2,NULL,0,NULL,0}, + {"\xd1\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xd0\xa8\xd0\xa7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH\xc2\xb7""CH",6,NULL,0,NULL,0}, + {"\xd0\xa8\xd1\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Sh\xc2\xb7""ch",6,NULL,0,NULL,0}, + {"\xd1\x88\xd1\x87",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc2\xb7""ch",6,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Sh",2,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH",2,NULL,0,NULL,0}, + {"\xd1\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Shch",4,NULL,0,NULL,0}, + {"\xd0\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SHCH",4,NULL,0,NULL,0}, + {"\xd1\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"shch",4,NULL,0,NULL,0}, + {"\xd0\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xba",2,NULL,0,NULL,0}, + {"\xd1\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xba",2,NULL,0,NULL,0}, + {"\xd0\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\x90\xd0\xa3\xd0\xab\xd0\xad\xd0\xb0\xd1\x83\xd1\x8b\xd1\x8d]",18,"Y\xc2\xb7",3,NULL,0,NULL,0}, + {"\xd1\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd1\x83\xd1\x8b\xd1\x8d]",10,"y\xc2\xb7",3,NULL,0,NULL,0}, + {"\xd0\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd1\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd1\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd0\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd1\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Yu",2,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YU",2,NULL,0,NULL,0}, + {"\xd1\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb8\xd0\xb9\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x89\xd1\x8b\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91]",62,"Ya",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YA",2,NULL,0,NULL,0}, + {"\xd1\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xd7\x91\xd6\xbc",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd7\xa4\xd6\xbc",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd7\x92\xd6\xbc",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd7\x92\xd7\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xa7",2,NULL,0,NULL,0}, + {"\xd7\x95\xd6\xbc",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd7\x95\xd6\xb9",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd7\xa6\xd7\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x8d",2,NULL,0,NULL,0}, + {"\xd7\x96\xd7\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xbe",2,NULL,0,NULL,0}, + {"\xd7\x93\xd6\xbc",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd7\x94\xd6\xbc",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd7\x9a\xd6\xbc",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd7\x9b\xd6\xbc",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd7\x9a\xd6\xb0",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xd7\xaa\xd6\xbc",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd7\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99",3,NULL,0,NULL,0}, + {"\xd7\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xd7\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd7\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd7\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd7\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd7\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"\xd7\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"[\xd7\x98\xd7\xaa]",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd7\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"[\xd7\x9a\xd7\x9b]",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xd7\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"[\xd7\x9d\xd7\x9e]",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"[\xd7\x9f\xd7\xa0]",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd7\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd7\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98",3,NULL,0,NULL,0}, + {"[\xd7\xa3\xd7\xa4]",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"[\xd7\xa5\xd7\xa6]",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd7\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xd7\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd7\xa9\xd7\x81",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xd7\xa9\xd7\x82",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd6\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd6\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd6\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd6\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd6\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd6\xb5\xd7\x99",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd6\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd6\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd6\xb4\xd7\x99",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd6\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd6\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd6\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd6\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd9\xab",2,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9]",42,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9]",42,",",1,NULL,0,NULL,0}, + {"\xd9\xac",2,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9]",42,CONTEXT_TYPE_REGEX,1,"[\xd9\xa0\xd9\xa1\xd9\xa2\xd9\xa3\xd9\xa4\xd9\xa5\xd9\xa6\xd9\xa7\xd9\xa8\xd9\xa9\xdb\xb0\xdb\xb1\xdb\xb2\xdb\xb3\xdb\xb4\xdb\xb5\xdb\xb6\xdb\xb7\xdb\xb8\xdb\xb9]",42,".",1,NULL,0,NULL,0}, + {"\xd9\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd8\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"\xd8\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,";",1,NULL,0,NULL,0}, + {"\xd8\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"\xd9\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"%",1,NULL,0,NULL,0}, + {"\xdb\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0",1,NULL,0,NULL,0}, + {"\xd9\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1",1,NULL,0,NULL,0}, + {"\xd9\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2",1,NULL,0,NULL,0}, + {"\xd9\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3",1,NULL,0,NULL,0}, + {"\xd9\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4",1,NULL,0,NULL,0}, + {"\xd9\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5",1,NULL,0,NULL,0}, + {"\xd9\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6",1,NULL,0,NULL,0}, + {"\xd9\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7",1,NULL,0,NULL,0}, + {"\xd9\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8",1,NULL,0,NULL,0}, + {"\xd9\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9",1,NULL,0,NULL,0}, + {"\xd9\x8e\xd8\xa7",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a\xcc\x84",3,NULL,0,NULL,0}, + {"\xd9\x8f\xd9\x88",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u\xcc\x84",3,NULL,0,NULL,0}, + {"\xd9\x90\xd9\x8a",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i\xcc\x84",3,NULL,0,NULL,0}, + {"\xd8\xab",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"th\xcc\xb1",4,NULL,0,NULL,0}, + {"\xd8\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"dh\xcc\xb1",4,NULL,0,NULL,0}, + {"\xd8\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xcc\xb1",4,NULL,0,NULL,0}, + {"\xd8\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\xa3",3,NULL,0,NULL,0}, + {"\xd8\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xcc\xa3",3,NULL,0,NULL,0}, + {"\xd8\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\xa3",3,NULL,0,NULL,0}, + {"\xd8\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xcc\xa3",3,NULL,0,NULL,0}, + {"\xd8\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gh\xcc\xb1",4,NULL,0,NULL,0}, + {"\xd8\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\x88",3,NULL,0,NULL,0}, + {"\xda\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xcc\xb1",4,NULL,0,NULL,0}, + {"\xda\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\xb1g",4,NULL,0,NULL,0}, + {"\xdb\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v\xcc\xb1",3,NULL,0,NULL,0}, + {"\xdb\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xcc\xb0",3,NULL,0,NULL,0}, + {"\xda\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcb\x8c",3,NULL,0,NULL,0}, + {"\xd8\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xbe",2,NULL,0,NULL,0}, + {"\xd8\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a\xcc\xa3",3,NULL,0,NULL,0}, + {"\xd8\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd8\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd8\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xd8\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xa3",3,NULL,0,NULL,0}, + {"\xd8\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh\xcc\xb1",4,NULL,0,NULL,0}, + {"\xd8\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd8\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd8\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd8\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd8\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xbf",2,NULL,0,NULL,0}, + {"\xd9\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xd9\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd9\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xda\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd9\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd9\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd9\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd9\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd9\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"\xd9\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xcc\xb1",3,NULL,0,NULL,0}, + {"\xd9\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd9\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a\xe2\x81\xbf",4,NULL,0,NULL,0}, + {"\xd9\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u\xe2\x81\xbf",4,NULL,0,NULL,0}, + {"\xd9\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i\xe2\x81\xbf",4,NULL,0,NULL,0}, + {"\xd9\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd9\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd9\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd9\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x83",2,NULL,0,NULL,0}, + {"\xd9\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x8a",2,NULL,0,NULL,0}, + {"\xd9\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x82",2,NULL,0,NULL,0}, + {"\xd9\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x89",2,NULL,0,NULL,0}, + {"\xd9\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xb9",2,NULL,0,NULL,0}, + {"\xd9\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xda\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xcc\xb1",4,NULL,0,NULL,0}, + {"\xda\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xda\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd0\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xd0\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd0\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xd0\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd0\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"\xd0\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xd0\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xd0\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd0\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xd0\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd0\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x90",2,NULL,0,NULL,0}, + {"\xd1\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x91",2,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xbd",2,NULL,0,NULL,0}, + {"\xd0\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xbe",2,NULL,0,NULL,0}, + {"\xd0\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xd0\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd0\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xd0\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd0\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"J",1,NULL,0,NULL,0}, + {"\xd1\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xd0\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xd0\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd0\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xd0\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd0\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb8\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x92\xd1\x98\xd1\x99\xd1\x9a\xd1\x9b\xd1\x9f]",62,"Lj",2,NULL,0,NULL,0}, + {"\xd0\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"LJ",2,NULL,0,NULL,0}, + {"\xd1\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"lj",2,NULL,0,NULL,0}, + {"\xd0\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xd0\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd0\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xd0\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd0\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb8\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x92\xd1\x98\xd1\x99\xd1\x9a\xd1\x9b\xd1\x9f]",62,"Nj",2,NULL,0,NULL,0}, + {"\xd0\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"NJ",2,NULL,0,NULL,0}, + {"\xd1\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"nj",2,NULL,0,NULL,0}, + {"\xd0\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd0\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd0\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd0\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd0\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xd1\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd0\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xd1\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd0\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xd1\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd0\x8b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C\xcc\x81",3,NULL,0,NULL,0}, + {"\xd1\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xcc\x81",3,NULL,0,NULL,0}, + {"\xd0\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xd1\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xd0\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xd1\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xd1\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C",1,NULL,0,NULL,0}, + {"\xd1\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c",1,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x8c",2,NULL,0,NULL,0}, + {"\xd1\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x8d",2,NULL,0,NULL,0}, + {"\xd0\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb1\xd0\xb2\xd0\xb3\xd0\xb4\xd0\xb5\xd0\xb6\xd0\xb7\xd0\xb8\xd0\xba\xd0\xbb\xd0\xbc\xd0\xbd\xd0\xbe\xd0\xbf\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x92\xd1\x98\xd1\x99\xd1\x9a\xd1\x9b\xd1\x9f]",62,"D\xc5\xbe",3,NULL,0,NULL,0}, + {"\xd0\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D\xc5\xbd",3,NULL,0,NULL,0}, + {"\xd1\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xc5\xbe",3,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa0",2,NULL,0,NULL,0}, + {"\xd1\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa1",2,NULL,0,NULL,0}, + {"\xe0\xb1\x86\xe0\xb1\x8d\xe0\xb1\x96",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x88\xee\x81\x8d",6,NULL,0,NULL,0}, + {"\xe0\xb1\x86\xe0\xb1\x96",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x88",3,NULL,0,NULL,0}, + {"\xe0\xb0\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x81",3,NULL,0,NULL,0}, + {"\xe0\xb0\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x82",3,NULL,0,NULL,0}, + {"\xe0\xb0\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x83",3,NULL,0,NULL,0}, + {"\xe0\xb0\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x85",3,NULL,0,NULL,0}, + {"\xe0\xb0\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x86",3,NULL,0,NULL,0}, + {"\xe0\xb0\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x87",3,NULL,0,NULL,0}, + {"\xe0\xb0\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x88",3,NULL,0,NULL,0}, + {"\xe0\xb0\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x89",3,NULL,0,NULL,0}, + {"\xe0\xb0\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8a",3,NULL,0,NULL,0}, + {"\xe0\xb0\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8b",3,NULL,0,NULL,0}, + {"\xe0\xb0\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8c",3,NULL,0,NULL,0}, + {"\xe0\xb0\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8e",3,NULL,0,NULL,0}, + {"\xe0\xb0\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8f",3,NULL,0,NULL,0}, + {"\xe0\xb0\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x90",3,NULL,0,NULL,0}, + {"\xe0\xb0\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x92",3,NULL,0,NULL,0}, + {"\xe0\xb0\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x93",3,NULL,0,NULL,0}, + {"\xe0\xb0\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x94",3,NULL,0,NULL,0}, + {"\xe0\xb0\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x95",3,NULL,0,NULL,0}, + {"\xe0\xb0\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x96",3,NULL,0,NULL,0}, + {"\xe0\xb0\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x97",3,NULL,0,NULL,0}, + {"\xe0\xb0\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x98",3,NULL,0,NULL,0}, + {"\xe0\xb0\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x99",3,NULL,0,NULL,0}, + {"\xe0\xb0\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9a",3,NULL,0,NULL,0}, + {"\xe0\xb0\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9b",3,NULL,0,NULL,0}, + {"\xe0\xb0\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9c",3,NULL,0,NULL,0}, + {"\xe0\xb0\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9d",3,NULL,0,NULL,0}, + {"\xe0\xb0\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9e",3,NULL,0,NULL,0}, + {"\xe0\xb0\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9f",3,NULL,0,NULL,0}, + {"\xe0\xb0\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa0",3,NULL,0,NULL,0}, + {"\xe0\xb0\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa1",3,NULL,0,NULL,0}, + {"\xe0\xb0\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa2",3,NULL,0,NULL,0}, + {"\xe0\xb0\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa3",3,NULL,0,NULL,0}, + {"\xe0\xb0\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa4",3,NULL,0,NULL,0}, + {"\xe0\xb0\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa5",3,NULL,0,NULL,0}, + {"\xe0\xb0\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa6",3,NULL,0,NULL,0}, + {"\xe0\xb0\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa7",3,NULL,0,NULL,0}, + {"\xe0\xb0\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa8",3,NULL,0,NULL,0}, + {"\xe0\xb0\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaa",3,NULL,0,NULL,0}, + {"\xe0\xb0\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xab",3,NULL,0,NULL,0}, + {"\xe0\xb0\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xac",3,NULL,0,NULL,0}, + {"\xe0\xb0\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xad",3,NULL,0,NULL,0}, + {"\xe0\xb0\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xae",3,NULL,0,NULL,0}, + {"\xe0\xb0\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaf",3,NULL,0,NULL,0}, + {"\xe0\xb0\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb0",3,NULL,0,NULL,0}, + {"\xe0\xb0\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb1",3,NULL,0,NULL,0}, + {"\xe0\xb0\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb2",3,NULL,0,NULL,0}, + {"\xe0\xb0\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb3",3,NULL,0,NULL,0}, + {"\xe0\xb0\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb5",3,NULL,0,NULL,0}, + {"\xe0\xb0\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb6",3,NULL,0,NULL,0}, + {"\xe0\xb0\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb7",3,NULL,0,NULL,0}, + {"\xe0\xb0\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb8",3,NULL,0,NULL,0}, + {"\xe0\xb0\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb9",3,NULL,0,NULL,0}, + {"\xe0\xb0\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbe",3,NULL,0,NULL,0}, + {"\xe0\xb0\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbf",3,NULL,0,NULL,0}, + {"\xe0\xb1\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x80",3,NULL,0,NULL,0}, + {"\xe0\xb1\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x81",3,NULL,0,NULL,0}, + {"\xe0\xb1\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x82",3,NULL,0,NULL,0}, + {"\xe0\xb1\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x83",3,NULL,0,NULL,0}, + {"\xe0\xb1\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x84",3,NULL,0,NULL,0}, + {"\xe0\xb1\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x86",3,NULL,0,NULL,0}, + {"\xe0\xb1\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x87",3,NULL,0,NULL,0}, + {"\xe0\xb1\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8a",3,NULL,0,NULL,0}, + {"\xe0\xb1\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8b",3,NULL,0,NULL,0}, + {"\xe0\xb1\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8c",3,NULL,0,NULL,0}, + {"\xe0\xb1\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8d",3,NULL,0,NULL,0}, + {"\xe0\xb1\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x95",3,NULL,0,NULL,0}, + {"\xe0\xb1\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x96",3,NULL,0,NULL,0}, + {"\xe0\xb1\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa0",3,NULL,0,NULL,0}, + {"\xe0\xb1\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa1",3,NULL,0,NULL,0}, + {"\xe0\xb1\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa6",3,NULL,0,NULL,0}, + {"\xe0\xb1\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa7",3,NULL,0,NULL,0}, + {"\xe0\xb1\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa8",3,NULL,0,NULL,0}, + {"\xe0\xb1\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa9",3,NULL,0,NULL,0}, + {"\xe0\xb1\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaa",3,NULL,0,NULL,0}, + {"\xe0\xb1\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xab",3,NULL,0,NULL,0}, + {"\xe0\xb1\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xac",3,NULL,0,NULL,0}, + {"\xe0\xb1\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xad",3,NULL,0,NULL,0}, + {"\xe0\xb1\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xae",3,NULL,0,NULL,0}, + {"\xe0\xb1\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaf",3,NULL,0,NULL,0}, + {"\xe0\xb4\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x82",3,NULL,0,NULL,0}, + {"\xe0\xb4\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x83",3,NULL,0,NULL,0}, + {"\xe0\xb4\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x85",3,NULL,0,NULL,0}, + {"\xe0\xb4\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x86",3,NULL,0,NULL,0}, + {"\xe0\xb4\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x87",3,NULL,0,NULL,0}, + {"\xe0\xb4\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x88",3,NULL,0,NULL,0}, + {"\xe0\xb4\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x89",3,NULL,0,NULL,0}, + {"\xe0\xb4\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8a",3,NULL,0,NULL,0}, + {"\xe0\xb4\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8b",3,NULL,0,NULL,0}, + {"\xe0\xb4\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8c",3,NULL,0,NULL,0}, + {"\xe0\xb4\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8e",3,NULL,0,NULL,0}, + {"\xe0\xb4\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8f",3,NULL,0,NULL,0}, + {"\xe0\xb4\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x90",3,NULL,0,NULL,0}, + {"\xe0\xb4\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x92",3,NULL,0,NULL,0}, + {"\xe0\xb4\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x93",3,NULL,0,NULL,0}, + {"\xe0\xb4\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x94",3,NULL,0,NULL,0}, + {"\xe0\xb4\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x95",3,NULL,0,NULL,0}, + {"\xe0\xb4\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x96",3,NULL,0,NULL,0}, + {"\xe0\xb4\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x97",3,NULL,0,NULL,0}, + {"\xe0\xb4\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x98",3,NULL,0,NULL,0}, + {"\xe0\xb4\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x99",3,NULL,0,NULL,0}, + {"\xe0\xb4\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9a",3,NULL,0,NULL,0}, + {"\xe0\xb4\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9b",3,NULL,0,NULL,0}, + {"\xe0\xb4\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9c",3,NULL,0,NULL,0}, + {"\xe0\xb4\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9d",3,NULL,0,NULL,0}, + {"\xe0\xb4\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9e",3,NULL,0,NULL,0}, + {"\xe0\xb4\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9f",3,NULL,0,NULL,0}, + {"\xe0\xb4\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa0",3,NULL,0,NULL,0}, + {"\xe0\xb4\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa1",3,NULL,0,NULL,0}, + {"\xe0\xb4\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa2",3,NULL,0,NULL,0}, + {"\xe0\xb4\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa3",3,NULL,0,NULL,0}, + {"\xe0\xb4\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa4",3,NULL,0,NULL,0}, + {"\xe0\xb4\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa5",3,NULL,0,NULL,0}, + {"\xe0\xb4\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa6",3,NULL,0,NULL,0}, + {"\xe0\xb4\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa7",3,NULL,0,NULL,0}, + {"\xe0\xb4\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa8",3,NULL,0,NULL,0}, + {"\xe0\xb4\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaa",3,NULL,0,NULL,0}, + {"\xe0\xb4\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xab",3,NULL,0,NULL,0}, + {"\xe0\xb4\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xac",3,NULL,0,NULL,0}, + {"\xe0\xb4\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xad",3,NULL,0,NULL,0}, + {"\xe0\xb4\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xae",3,NULL,0,NULL,0}, + {"\xe0\xb4\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaf",3,NULL,0,NULL,0}, + {"\xe0\xb4\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb0",3,NULL,0,NULL,0}, + {"\xe0\xb4\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb1",3,NULL,0,NULL,0}, + {"\xe0\xb4\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb2",3,NULL,0,NULL,0}, + {"\xe0\xb4\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb3",3,NULL,0,NULL,0}, + {"\xe0\xb4\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb4",3,NULL,0,NULL,0}, + {"\xe0\xb4\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb5",3,NULL,0,NULL,0}, + {"\xe0\xb4\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb6",3,NULL,0,NULL,0}, + {"\xe0\xb4\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb7",3,NULL,0,NULL,0}, + {"\xe0\xb4\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb8",3,NULL,0,NULL,0}, + {"\xe0\xb4\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb9",3,NULL,0,NULL,0}, + {"\xe0\xb4\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbe",3,NULL,0,NULL,0}, + {"\xe0\xb4\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbf",3,NULL,0,NULL,0}, + {"\xe0\xb5\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x80",3,NULL,0,NULL,0}, + {"\xe0\xb5\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x81",3,NULL,0,NULL,0}, + {"\xe0\xb5\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x82",3,NULL,0,NULL,0}, + {"\xe0\xb5\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x83",3,NULL,0,NULL,0}, + {"\xe0\xb5\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x86",3,NULL,0,NULL,0}, + {"\xe0\xb5\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x87",3,NULL,0,NULL,0}, + {"\xe0\xb5\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x88",3,NULL,0,NULL,0}, + {"\xe0\xb5\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8d",3,NULL,0,NULL,0}, + {"\xe0\xb5\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x97",3,NULL,0,NULL,0}, + {"\xe0\xb5\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa0",3,NULL,0,NULL,0}, + {"\xe0\xb5\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa1",3,NULL,0,NULL,0}, + {"\xe0\xb5\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa6",3,NULL,0,NULL,0}, + {"\xe0\xb5\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa7",3,NULL,0,NULL,0}, + {"\xe0\xb5\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa8",3,NULL,0,NULL,0}, + {"\xe0\xb5\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa9",3,NULL,0,NULL,0}, + {"\xe0\xb5\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaa",3,NULL,0,NULL,0}, + {"\xe0\xb5\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xab",3,NULL,0,NULL,0}, + {"\xe0\xb5\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xac",3,NULL,0,NULL,0}, + {"\xe0\xb5\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xad",3,NULL,0,NULL,0}, + {"\xe0\xb5\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xae",3,NULL,0,NULL,0}, + {"\xe0\xb5\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaf",3,NULL,0,NULL,0}, + {"\xe4\xbb\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[ \x04]\xe7\x8b\x90",7,"l\xc3\xadng",5,NULL,0,NULL,0}, + {"\xe4\xb8\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[ \x04]\xe4\xbf\x9f",7,"m\xc3\xb2",3,NULL,0,NULL,0}, + {"\xe6\xbe\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[ \x04]\xe5\x8f\xb0",7,"t\xc3\xa1n",4,NULL,0,NULL,0}, + {"\xe9\x95\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,2,"[ \x04]\xe5\xad\x99",7,"zh\xc7\x8eng",6,NULL,0,NULL,0}, + {"\xe7\xa7\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc3\xac",3,NULL,0,NULL,0}, + {"\xe5\x8d\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b\xc7\x94",3,NULL,0,NULL,0}, + {"\xe9\x95\xbf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xa1ng",6,NULL,0,NULL,0}, + {"\xe7\xa7\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xb3ng",6,NULL,0,NULL,0}, + {"\xe9\x87\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch\xc3\xb3ng",6,NULL,0,NULL,0}, + {"\xe5\x88\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"di\xc4\x81o",5,NULL,0,NULL,0}, + {"\xe5\xb9\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x81n",4,NULL,0,NULL,0}, + {"\xe8\x91\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x9b",3,NULL,0,NULL,0}, + {"\xe7\x9b\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc4\x9b",3,NULL,0,NULL,0}, + {"\xe8\xbf\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gu\xc5\x8d",4,NULL,0,NULL,0}, + {"\xe5\x8d\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"hu\xc3\xa0",4,NULL,0,NULL,0}, + {"\xe7\xba\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc7\x90",3,NULL,0,NULL,0}, + {"\xe7\xad\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j\xc5\xabn",4,NULL,0,NULL,0}, + {"\xe7\x89\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m\xc3\xb9",3,NULL,0,NULL,0}, + {"\xe5\x8c\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x8du",3,NULL,0,NULL,0}, + {"\xe7\xb9\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xc3\xb3",3,NULL,0,NULL,0}, + {"\xe4\xbb\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"qi\xc3\xba",4,NULL,0,NULL,0}, + {"\xe4\xbb\xbb",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r\xc3\xa9n",4,NULL,0,NULL,0}, + {"\xe5\x8d\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa0n",5,NULL,0,NULL,0}, + {"\xe5\x8f\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa0o",5,NULL,0,NULL,0}, + {"\xe6\x8a\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa9",4,NULL,0,NULL,0}, + {"\xe8\x88\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xa8",4,NULL,0,NULL,0}, + {"\xe6\xb2\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc4\x9bn",5,NULL,0,NULL,0}, + {"\xe5\xb3\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh\xc3\xac",4,NULL,0,NULL,0}, + {"\xe9\x9a\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w\xc4\x9bi",4,NULL,0,NULL,0}, + {"\xe8\xa7\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"xi\xc3\xa8",4,NULL,0,NULL,0}, + {"\xe8\x8e\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x\xc4\xabn",4,NULL,0,NULL,0}, + {"\xe7\x87\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc4\x81n",4,NULL,0,NULL,0}, + {"\xe5\xb0\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xb9",3,NULL,0,NULL,0}, + {"\xe4\xb9\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu\xc3\xa8",4,NULL,0,NULL,0}, + {"\xe5\x91\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xc3\xb9n",4,NULL,0,NULL,0}, + {"\xe6\x9f\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc4\x81",4,NULL,0,NULL,0}, + {"\xe7\xbf\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"zh\xc3\xa1i",5,NULL,0,NULL,0}, + {"\xe6\x9b\xbe",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z\xc4\x93ng",5,NULL,0,NULL,0}, + {"豈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x88",3,NULL,0,NULL,0}, + {"烏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x8f",3,NULL,0,NULL,0}, + {"㲐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x90",3,NULL,0,NULL,0}, + {"챤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x82",3,NULL,0,NULL,0}, + {"✟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x9f",3,NULL,0,NULL,0}, + {"륞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x9e",3,NULL,0,NULL,0}, + {"癲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xb2",3,NULL,0,NULL,0}, + {"蠲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xbd",3,NULL,0,NULL,0}, + {"Ҳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xb2",2,NULL,0,NULL,0}, + {" ",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\t",1,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x96",3,NULL,0,NULL,0}, + {"쿝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x9d",3,NULL,0,NULL,0}, + {"㡣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xa3",3,NULL,0,NULL,0}, + {"騅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xb7",3,NULL,0,NULL,0}, + {"킈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x88",3,NULL,0,NULL,0}, + {"꺖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x96",3,NULL,0,NULL,0}, + {"哀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x98",3,NULL,0,NULL,0}, + {"ᄩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xa9",3,NULL,0,NULL,0}, + {"랿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xbf",3,NULL,0,NULL,0}, + {"枰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xb0",3,NULL,0,NULL,0}, + {"轛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xb7",3,NULL,0,NULL,0}, + {"鯑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x91",3,NULL,0,NULL,0}, + {"䧅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x85",3,NULL,0,NULL,0}, + {"颗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x97",3,NULL,0,NULL,0}, + {"꺥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xa5",3,NULL,0,NULL,0}, + {"ඣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xa3",3,NULL,0,NULL,0}, + {"墨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xa8",3,NULL,0,NULL,0}, + {"掳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xb3",3,NULL,0,NULL,0}, + {"븚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xa1",3,NULL,0,NULL,0}, + {"锏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x8f",3,NULL,0,NULL,0}, + {"据",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xae",3,NULL,0,NULL,0}, + {"嘤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xa4",3,NULL,0,NULL,0}, + {"綔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x94",3,NULL,0,NULL,0}, + {"⟵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xb5",3,NULL,0,NULL,0}, + {"淙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x99",3,NULL,0,NULL,0}, + {"ⓝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x9d",3,NULL,0,NULL,0}, + {"톨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xa8",3,NULL,0,NULL,0}, + {"욾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x85",3,NULL,0,NULL,0}, + {"啛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x9b",3,NULL,0,NULL,0}, + {"箶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xb6",3,NULL,0,NULL,0}, + {"큎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x8e",3,NULL,0,NULL,0}, + {"⮵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xb5",3,NULL,0,NULL,0}, + {"麰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xb0",3,NULL,0,NULL,0}, + {"ؓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x93",2,NULL,0,NULL,0}, + {"뼕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x95",3,NULL,0,NULL,0}, + {"犧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xa7",3,NULL,0,NULL,0}, + {"⵰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xb0",3,NULL,0,NULL,0}, + {"⏋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x8b",3,NULL,0,NULL,0}, + {"䧞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x9e",3,NULL,0,NULL,0}, + {"밈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x88",3,NULL,0,NULL,0}, + {"篭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xad",3,NULL,0,NULL,0}, + {"牐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x90",3,NULL,0,NULL,0}, + {"왋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x8b",3,NULL,0,NULL,0}, + {"神",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x9b",3,NULL,0,NULL,0}, + {"㠮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xae",3,NULL,0,NULL,0}, + {"태",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x9c",3,NULL,0,NULL,0}, + {"玗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x97",3,NULL,0,NULL,0}, + {"梇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x87",3,NULL,0,NULL,0}, + {"鰨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xa8",3,NULL,0,NULL,0}, + {"㞋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x8b",3,NULL,0,NULL,0}, + {"꧀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x92",3,NULL,0,NULL,0}, + {"印",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xb0",3,NULL,0,NULL,0}, + {"⧧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xa7",3,NULL,0,NULL,0}, + {"ᔩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa9",3,NULL,0,NULL,0}, + {"䄮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x91",3,NULL,0,NULL,0}, + {"뮱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xb1",3,NULL,0,NULL,0}, + {"紣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xa3",3,NULL,0,NULL,0}, + {"⺱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xb1",3,NULL,0,NULL,0}, + {"코",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x94",3,NULL,0,NULL,0}, + {"瀙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x9b",3,NULL,0,NULL,0}, + {"༸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xb8",3,NULL,0,NULL,0}, + {"⩥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xa5",3,NULL,0,NULL,0}, + {"고",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xa0",3,NULL,0,NULL,0}, + {"鼇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x87",3,NULL,0,NULL,0}, + {"㚧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xa7",3,NULL,0,NULL,0}, + {"愨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xa8",3,NULL,0,NULL,0}, + {"丝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x9d",3,NULL,0,NULL,0}, + {"摭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xad",3,NULL,0,NULL,0}, + {"엢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xa2",3,NULL,0,NULL,0}, + {"홊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x8a",3,NULL,0,NULL,0}, + {"詆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x86",3,NULL,0,NULL,0}, + {"擧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xa7",3,NULL,0,NULL,0}, + {"澀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x9c",3,NULL,0,NULL,0}, + {"謤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xa4",3,NULL,0,NULL,0}, + {"뤆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x86",3,NULL,0,NULL,0}, + {"뫟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x9f",3,NULL,0,NULL,0}, + {"㴼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xbc",3,NULL,0,NULL,0}, + {"穉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x89",3,NULL,0,NULL,0}, + {"떡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xa1",3,NULL,0,NULL,0}, + {"뢕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x95",3,NULL,0,NULL,0}, + {"켚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x9a",3,NULL,0,NULL,0}, + {"滠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xa0",3,NULL,0,NULL,0}, + {"璁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x81",3,NULL,0,NULL,0}, + {"近",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x91",3,NULL,0,NULL,0}, + {"맊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x8a",3,NULL,0,NULL,0}, + {"吸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xb8",3,NULL,0,NULL,0}, + {"彂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x82",3,NULL,0,NULL,0}, + {"ຟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x9f",3,NULL,0,NULL,0}, + {"ꝺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xba",3,NULL,0,NULL,0}, + {"㻓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x93",3,NULL,0,NULL,0}, + {"計",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x88",3,NULL,0,NULL,0}, + {"号",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xb7",3,NULL,0,NULL,0}, + {"৵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xb5",3,NULL,0,NULL,0}, + {"낧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xa7",3,NULL,0,NULL,0}, + {"̸",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xb8",2,NULL,0,NULL,0}, + {"恺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xba",3,NULL,0,NULL,0}, + {"ᩋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x8b",3,NULL,0,NULL,0}, + {"༞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x9e",3,NULL,0,NULL,0}, + {"鷇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x87",3,NULL,0,NULL,0}, + {"鏚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x9a",3,NULL,0,NULL,0}, + {"ﲔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x94",3,NULL,0,NULL,0}, + {"臗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x97",3,NULL,0,NULL,0}, + {"鑏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x8f",3,NULL,0,NULL,0}, + {"饺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xba",3,NULL,0,NULL,0}, + {"徊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x8a",3,NULL,0,NULL,0}, + {"ᷭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xad",3,NULL,0,NULL,0}, + {"峏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x8f",3,NULL,0,NULL,0}, + {"릔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x94",3,NULL,0,NULL,0}, + {"싏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x8f",3,NULL,0,NULL,0}, + {"馪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xb2",3,NULL,0,NULL,0}, + {"릉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x89",3,NULL,0,NULL,0}, + {"ꖪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xaa",3,NULL,0,NULL,0}, + {"렕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x95",3,NULL,0,NULL,0}, + {"醋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x8b",3,NULL,0,NULL,0}, + {"⃲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xb2",3,NULL,0,NULL,0}, + {"픠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xaa",3,NULL,0,NULL,0}, + {"끸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xb8",3,NULL,0,NULL,0}, + {"핚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x9a",3,NULL,0,NULL,0}, + {"ꙙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x99",3,NULL,0,NULL,0}, + {"ഐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x90",3,NULL,0,NULL,0}, + {"㬬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xac",3,NULL,0,NULL,0}, + {"悻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xbb",3,NULL,0,NULL,0}, + {"鮠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xa0",3,NULL,0,NULL,0}, + {"侎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x9d",3,NULL,0,NULL,0}, + {"猰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xab",3,NULL,0,NULL,0}, + {"₃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xa6",3,NULL,0,NULL,0}, + {"丿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xb7",3,NULL,0,NULL,0}, + {"鍭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xad",3,NULL,0,NULL,0}, + {"珐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x90",3,NULL,0,NULL,0}, + {"䂻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xbb",3,NULL,0,NULL,0}, + {"ᤄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x84",3,NULL,0,NULL,0}, + {"忷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xb7",3,NULL,0,NULL,0}, + {"减",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x8f",3,NULL,0,NULL,0}, + {"ࡥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xa5",3,NULL,0,NULL,0}, + {"険",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x9a",3,NULL,0,NULL,0}, + {"屈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xab",3,NULL,0,NULL,0}, + {"鹆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x86",3,NULL,0,NULL,0}, + {"ᴥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xa5",3,NULL,0,NULL,0}, + {"封",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x81",3,NULL,0,NULL,0}, + {"全",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xb2",3,NULL,0,NULL,0}, + {"鋍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x8d",3,NULL,0,NULL,0}, + {"ꘟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x9f",3,NULL,0,NULL,0}, + {"䝄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x84",3,NULL,0,NULL,0}, + {"偭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xae",3,NULL,0,NULL,0}, + {"ﶫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xab",3,NULL,0,NULL,0}, + {"里",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x8c",3,NULL,0,NULL,0}, + {"藞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x9e",3,NULL,0,NULL,0}, + {"됪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xaa",3,NULL,0,NULL,0}, + {"扉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x89",3,NULL,0,NULL,0}, + {"꿹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xb9",3,NULL,0,NULL,0}, + {"莿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xbf",3,NULL,0,NULL,0}, + {"轄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x84",3,NULL,0,NULL,0}, + {"贛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x9b",3,NULL,0,NULL,0}, + {"䠃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x83",3,NULL,0,NULL,0}, + {"ẵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xb5",3,NULL,0,NULL,0}, + {"ᾌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x8c",3,NULL,0,NULL,0}, + {"䑾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xbe",3,NULL,0,NULL,0}, + {"쁷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xbd",3,NULL,0,NULL,0}, + {"婏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x8f",3,NULL,0,NULL,0}, + {"ப",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xaa",3,NULL,0,NULL,0}, + {"ꑙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x99",3,NULL,0,NULL,0}, + {"鈦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xa6",3,NULL,0,NULL,0}, + {"甩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x93",3,NULL,0,NULL,0}, + {"侾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xbe",3,NULL,0,NULL,0}, + {"㿳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xb3",3,NULL,0,NULL,0}, + {"胵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xb5",3,NULL,0,NULL,0}, + {"咋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x8b",3,NULL,0,NULL,0}, + {"ꑧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xa7",3,NULL,0,NULL,0}, + {"袼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xbc",3,NULL,0,NULL,0}, + {"阑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x91",3,NULL,0,NULL,0}, + {"뇯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xaf",3,NULL,0,NULL,0}, + {"倫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xab",3,NULL,0,NULL,0}, + {"埰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xb0",3,NULL,0,NULL,0}, + {"ओ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x93",3,NULL,0,NULL,0}, + {"᎛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x9b",3,NULL,0,NULL,0}, + {"腦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xa6",3,NULL,0,NULL,0}, + {"쩇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x87",3,NULL,0,NULL,0}, + {"놘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x98",3,NULL,0,NULL,0}, + {"ᝌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x8c",3,NULL,0,NULL,0}, + {"㒿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xbf",3,NULL,0,NULL,0}, + {"ꚵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xb5",3,NULL,0,NULL,0}, + {"ᕷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xb7",3,NULL,0,NULL,0}, + {"帛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x9b",3,NULL,0,NULL,0}, + {"ᘼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xbc",3,NULL,0,NULL,0}, + {"㺆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x86",3,NULL,0,NULL,0}, + {"덮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xb8",3,NULL,0,NULL,0}, + {"휋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x8b",3,NULL,0,NULL,0}, + {"漂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x82",3,NULL,0,NULL,0}, + {"ワ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xaf",3,NULL,0,NULL,0}, + {"恋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x8b",3,NULL,0,NULL,0}, + {"筒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x92",3,NULL,0,NULL,0}, + {"ੵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xb5",3,NULL,0,NULL,0}, + {"῕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x95",3,NULL,0,NULL,0}, + {"獚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x9a",3,NULL,0,NULL,0}, + {"鄄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xb0",3,NULL,0,NULL,0}, + {"̘",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x98",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x8b",3,NULL,0,NULL,0}, + {"썃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x83",3,NULL,0,NULL,0}, + {"ꙻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xbb",3,NULL,0,NULL,0}, + {"U",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"준",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x80",3,NULL,0,NULL,0}, + {"㛮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xae",3,NULL,0,NULL,0}, + {"磒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x92",3,NULL,0,NULL,0}, + {"⻿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xbf",3,NULL,0,NULL,0}, + {"뎬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xac",3,NULL,0,NULL,0}, + {"頶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xb6",3,NULL,0,NULL,0}, + {"ᓞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x9e",3,NULL,0,NULL,0}, + {"ি",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xbf",3,NULL,0,NULL,0}, + {"ㄭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xad",3,NULL,0,NULL,0}, + {"上",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x8a",3,NULL,0,NULL,0}, + {"ꜞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x9e",3,NULL,0,NULL,0}, + {"碑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x91",3,NULL,0,NULL,0}, + {"℃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x9a",3,NULL,0,NULL,0}, + {"䙏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x92",3,NULL,0,NULL,0}, + {"흼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xbc",3,NULL,0,NULL,0}, + {"虌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x8c",3,NULL,0,NULL,0}, + {"ᚻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xbb",3,NULL,0,NULL,0}, + {"ⅴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xb4",3,NULL,0,NULL,0}, + {"舒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x92",3,NULL,0,NULL,0}, + {"쟴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xb4",3,NULL,0,NULL,0}, + {"䎶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xb6",3,NULL,0,NULL,0}, + {"ᠿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x9b",3,NULL,0,NULL,0}, + {"શ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xb6",3,NULL,0,NULL,0}, + {"⊂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x82",3,NULL,0,NULL,0}, + {"峰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xb0",3,NULL,0,NULL,0}, + {"錩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xa9",3,NULL,0,NULL,0}, + {"㌤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xa4",3,NULL,0,NULL,0}, + {"ꅋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x8b",3,NULL,0,NULL,0}, + {"⻑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x91",3,NULL,0,NULL,0}, + {"﬽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xbd",3,NULL,0,NULL,0}, + {"㍪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xaa",3,NULL,0,NULL,0}, + {"柧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xa7",3,NULL,0,NULL,0}, + {"樌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x8c",3,NULL,0,NULL,0}, + {"Ù",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x99",2,NULL,0,NULL,0}, + {"㉞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x9e",3,NULL,0,NULL,0}, + {"┫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x90",3,NULL,0,NULL,0}, + {"繙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x99",3,NULL,0,NULL,0}, + {"Η",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x97",2,NULL,0,NULL,0}, + {"兲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xb2",3,NULL,0,NULL,0}, + {"ٵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xb5",2,NULL,0,NULL,0}, + {"铘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x98",3,NULL,0,NULL,0}, + {"ᒝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x9d",3,NULL,0,NULL,0}, + {"멎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x84",3,NULL,0,NULL,0}, + {"ᆊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x8a",3,NULL,0,NULL,0}, + {"沌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x8c",3,NULL,0,NULL,0}, + {"⋀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x80",3,NULL,0,NULL,0}, + {"♍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x8d",3,NULL,0,NULL,0}, + {"⸭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xad",3,NULL,0,NULL,0}, + {"ȩ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xa9",2,NULL,0,NULL,0}, + {"傇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x87",3,NULL,0,NULL,0}, + {"쒫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xab",3,NULL,0,NULL,0}, + {"쑞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x9e",3,NULL,0,NULL,0}, + {"ჼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xbc",3,NULL,0,NULL,0}, + {"憼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xbc",3,NULL,0,NULL,0}, + {"ᗪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xaa",3,NULL,0,NULL,0}, + {"⠪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xaa",3,NULL,0,NULL,0}, + {"⢹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xb9",3,NULL,0,NULL,0}, + {"䚰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xb0",3,NULL,0,NULL,0}, + {"㎶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xb6",3,NULL,0,NULL,0}, + {"사",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xac",3,NULL,0,NULL,0}, + {"铨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xa8",3,NULL,0,NULL,0}, + {"顾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xbe",3,NULL,0,NULL,0}, + {"ἀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x80",3,NULL,0,NULL,0}, + {"㵖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x96",3,NULL,0,NULL,0}, + {"ꈚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x80",3,NULL,0,NULL,0}, + {"揪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xaa",3,NULL,0,NULL,0}, + {"⓴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xb4",3,NULL,0,NULL,0}, + {"痼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xbc",3,NULL,0,NULL,0}, + {"ꆖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x96",3,NULL,0,NULL,0}, + {"䡡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xa1",3,NULL,0,NULL,0}, + {"蓅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x85",3,NULL,0,NULL,0}, + {"☛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x9b",3,NULL,0,NULL,0}, + {"ႝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x9d",3,NULL,0,NULL,0}, + {"⡋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x8b",3,NULL,0,NULL,0}, + {"ᚙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x99",3,NULL,0,NULL,0}, + {"⺌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x8c",3,NULL,0,NULL,0}, + {"』",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x8f",3,NULL,0,NULL,0}, + {"䭷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xb7",3,NULL,0,NULL,0}, + {"솵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xb5",3,NULL,0,NULL,0}, + {"ⷒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x92",3,NULL,0,NULL,0}, + {"蚾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xbe",3,NULL,0,NULL,0}, + {"ᐙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x99",3,NULL,0,NULL,0}, + {"㨢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xa2",3,NULL,0,NULL,0}, + {"첧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xa8",3,NULL,0,NULL,0}, + {"檽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xbd",3,NULL,0,NULL,0}, + {"뭹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xb9",3,NULL,0,NULL,0}, + {"嗧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xa7",3,NULL,0,NULL,0}, + {"ꬳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xa4",3,NULL,0,NULL,0}, + {"좵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xb5",3,NULL,0,NULL,0}, + {"⨒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x92",3,NULL,0,NULL,0}, + {"㗚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x9a",3,NULL,0,NULL,0}, + {"ኌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x8c",3,NULL,0,NULL,0}, + {"쮷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xb7",3,NULL,0,NULL,0}, + {"痉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x89",3,NULL,0,NULL,0}, + {"ꃽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xbd",3,NULL,0,NULL,0}, + {"夋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x8b",3,NULL,0,NULL,0}, + {"⦁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x81",3,NULL,0,NULL,0}, + {"▼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xbc",3,NULL,0,NULL,0}, + {"蹭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xad",3,NULL,0,NULL,0}, + {"ﮩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xa9",3,NULL,0,NULL,0}, + {"⪈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x88",3,NULL,0,NULL,0}, + {"쇻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xbb",3,NULL,0,NULL,0}, + {"粑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x91",3,NULL,0,NULL,0}, + {"鱢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xa2",3,NULL,0,NULL,0}, + {"①",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xa0",3,NULL,0,NULL,0}, + {"น",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x99",3,NULL,0,NULL,0}, + {"䩝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x9d",3,NULL,0,NULL,0}, + {"ᦚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x9a",3,NULL,0,NULL,0}, + {"䞸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xb8",3,NULL,0,NULL,0}, + {"썡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xa1",3,NULL,0,NULL,0}, + {"࿛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x9b",3,NULL,0,NULL,0}, + {"㈌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x8c",3,NULL,0,NULL,0}, + {"䳞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x9e",3,NULL,0,NULL,0}, + {"⑃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x83",3,NULL,0,NULL,0}, + {"燡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xa1",3,NULL,0,NULL,0}, + {"갷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xb7",3,NULL,0,NULL,0}, + {"꽁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x81",3,NULL,0,NULL,0}, + {"ⰳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xb3",3,NULL,0,NULL,0}, + {"逷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xb7",3,NULL,0,NULL,0}, + {"泿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xbf",3,NULL,0,NULL,0}, + {"睄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x84",3,NULL,0,NULL,0}, + {"曫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xab",3,NULL,0,NULL,0}, + {"沺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xba",3,NULL,0,NULL,0}, + {"ଆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x86",3,NULL,0,NULL,0}, + {"픩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xa9",3,NULL,0,NULL,0}, + {"ཌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x8c",3,NULL,0,NULL,0}, + {"뿼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xbc",3,NULL,0,NULL,0}, + {"㘛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x9b",3,NULL,0,NULL,0}, + {"폩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xa9",3,NULL,0,NULL,0}, + {"囡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xa1",3,NULL,0,NULL,0}, + {"萧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x8a",3,NULL,0,NULL,0}, + {"齫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xab",3,NULL,0,NULL,0}, + {"撘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x98",3,NULL,0,NULL,0}, + {"쟅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x85",3,NULL,0,NULL,0}, + {"➺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xba",3,NULL,0,NULL,0}, + {"骠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xa0",3,NULL,0,NULL,0}, + {"摅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x85",3,NULL,0,NULL,0}, + {"愱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xb1",3,NULL,0,NULL,0}, + {"ꀄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x84",3,NULL,0,NULL,0}, + {"歰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xad",3,NULL,0,NULL,0}, + {"᳚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x9a",3,NULL,0,NULL,0}, + {"鳏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x8f",3,NULL,0,NULL,0}, + {"ᧉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x89",3,NULL,0,NULL,0}, + {"ꍬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xac",3,NULL,0,NULL,0}, + {"䝏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x8f",3,NULL,0,NULL,0}, + {"⥡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xa1",3,NULL,0,NULL,0}, + {"턷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xb7",3,NULL,0,NULL,0}, + {"蝏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x8f",3,NULL,0,NULL,0}, + {"棹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xb9",3,NULL,0,NULL,0}, + {"ꋝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x9d",3,NULL,0,NULL,0}, + {"셛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x9b",3,NULL,0,NULL,0}, + {"鶝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x9d",3,NULL,0,NULL,0}, + {"㱅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x85",3,NULL,0,NULL,0}, + {"첷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xb7",3,NULL,0,NULL,0}, + {"滁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x81",3,NULL,0,NULL,0}, + {"鷞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x9e",3,NULL,0,NULL,0}, + {"盅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x85",3,NULL,0,NULL,0}, + {"本",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xac",3,NULL,0,NULL,0}, + {"诧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xa7",3,NULL,0,NULL,0}, + {"ԫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xab",2,NULL,0,NULL,0}, + {"㓙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x99",3,NULL,0,NULL,0}, + {"킺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xba",3,NULL,0,NULL,0}, + {"⻚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x9a",3,NULL,0,NULL,0}, + {"뾳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xb3",3,NULL,0,NULL,0}, + {"ᆪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x9e",3,NULL,0,NULL,0}, + {"ꞃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x9f",3,NULL,0,NULL,0}, + {"試",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xa6",3,NULL,0,NULL,0}, + {"唣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xa3",3,NULL,0,NULL,0}, + {"欧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xa7",3,NULL,0,NULL,0}, + {"჆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x86",3,NULL,0,NULL,0}, + {"뺪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x96",3,NULL,0,NULL,0}, + {"䕫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xab",3,NULL,0,NULL,0}, + {"䨐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x90",3,NULL,0,NULL,0}, + {"螉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xba",3,NULL,0,NULL,0}, + {"椚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x9a",3,NULL,0,NULL,0}, + {"窦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xa6",3,NULL,0,NULL,0}, + {"鮉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x89",3,NULL,0,NULL,0}, + {"웹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xb9",3,NULL,0,NULL,0}, + {"刵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xb5",3,NULL,0,NULL,0}, + {"蚕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x95",3,NULL,0,NULL,0}, + {"㔏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x8f",3,NULL,0,NULL,0}, + {"炽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xbd",3,NULL,0,NULL,0}, + {"駙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x99",3,NULL,0,NULL,0}, + {"墹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xb9",3,NULL,0,NULL,0}, + {"鹟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x9f",3,NULL,0,NULL,0}, + {"ᤴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xb4",3,NULL,0,NULL,0}, + {"渥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xa5",3,NULL,0,NULL,0}, + {"텢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xa2",3,NULL,0,NULL,0}, + {"貀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x80",3,NULL,0,NULL,0}, + {"筰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xb0",3,NULL,0,NULL,0}, + {"믋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x8b",3,NULL,0,NULL,0}, + {"볁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x81",3,NULL,0,NULL,0}, + {"犥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xa5",3,NULL,0,NULL,0}, + {"㖳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xb3",3,NULL,0,NULL,0}, + {"篷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xb7",3,NULL,0,NULL,0}, + {"틦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xa6",3,NULL,0,NULL,0}, + {"랝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x9d",3,NULL,0,NULL,0}, + {"办",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x9e",3,NULL,0,NULL,0}, + {"栠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xa0",3,NULL,0,NULL,0}, + {"䧏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x8f",3,NULL,0,NULL,0}, + {"뫴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xb4",3,NULL,0,NULL,0}, + {"꺧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xa7",3,NULL,0,NULL,0}, + {"㟬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xac",3,NULL,0,NULL,0}, + {"糖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x96",3,NULL,0,NULL,0}, + {"갎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x8e",3,NULL,0,NULL,0}, + {"ᖆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x86",3,NULL,0,NULL,0}, + {"淫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x9f",3,NULL,0,NULL,0}, + {"ꢸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xb8",3,NULL,0,NULL,0}, + {"䴶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xb6",3,NULL,0,NULL,0}, + {"톤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xa4",3,NULL,0,NULL,0}, + {"욚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x9a",3,NULL,0,NULL,0}, + {"撿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xbf",3,NULL,0,NULL,0}, + {"焜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x9c",3,NULL,0,NULL,0}, + {"䲛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x9b",3,NULL,0,NULL,0}, + {"裭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xad",3,NULL,0,NULL,0}, + {"㢃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x83",3,NULL,0,NULL,0}, + {"㔧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xa7",3,NULL,0,NULL,0}, + {"綬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xac",3,NULL,0,NULL,0}, + {"ྛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x9b",3,NULL,0,NULL,0}, + {"麨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xa8",3,NULL,0,NULL,0}, + {"퇩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xa9",3,NULL,0,NULL,0}, + {"콌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x8c",3,NULL,0,NULL,0}, + {"꥜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x9c",3,NULL,0,NULL,0}, + {"䫰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xb0",3,NULL,0,NULL,0}, + {"觡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x99",3,NULL,0,NULL,0}, + {"㠪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xaa",3,NULL,0,NULL,0}, + {"惢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x80",3,NULL,0,NULL,0}, + {"뷼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xbc",3,NULL,0,NULL,0}, + {"玕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x95",3,NULL,0,NULL,0}, + {"秴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xb4",3,NULL,0,NULL,0}, + {"漭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xad",3,NULL,0,NULL,0}, + {"븽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xbd",3,NULL,0,NULL,0}, + {"ᠭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xad",3,NULL,0,NULL,0}, + {"뚤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xa4",3,NULL,0,NULL,0}, + {"㣲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xb2",3,NULL,0,NULL,0}, + {"湥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xa5",3,NULL,0,NULL,0}, + {"瓴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xb4",3,NULL,0,NULL,0}, + {"貧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xa7",3,NULL,0,NULL,0}, + {"级",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xa7",3,NULL,0,NULL,0}, + {"뗞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x9e",3,NULL,0,NULL,0}, + {"䯧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xa0",3,NULL,0,NULL,0}, + {"燭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xad",3,NULL,0,NULL,0}, + {"㦌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xbf",3,NULL,0,NULL,0}, + {"朌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xa7",3,NULL,0,NULL,0}, + {"뒎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x8e",3,NULL,0,NULL,0}, + {"팟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x9f",3,NULL,0,NULL,0}, + {"벫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xab",3,NULL,0,NULL,0}, + {"℁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x81",3,NULL,0,NULL,0}, + {"聥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xa5",3,NULL,0,NULL,0}, + {"옳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xb4",3,NULL,0,NULL,0}, + {"仯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xaf",3,NULL,0,NULL,0}, + {"哎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x8e",3,NULL,0,NULL,0}, + {"혪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xaa",3,NULL,0,NULL,0}, + {"㯪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xaa",3,NULL,0,NULL,0}, + {"茦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xa6",3,NULL,0,NULL,0}, + {"慩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xa9",3,NULL,0,NULL,0}, + {"ൄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x84",3,NULL,0,NULL,0}, + {"餎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xae",3,NULL,0,NULL,0}, + {"臅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x85",3,NULL,0,NULL,0}, + {"닃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x83",3,NULL,0,NULL,0}, + {"ಽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xbd",3,NULL,0,NULL,0}, + {"踀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x80",3,NULL,0,NULL,0}, + {"嵖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x96",3,NULL,0,NULL,0}, + {"狾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xbe",3,NULL,0,NULL,0}, + {"㓱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xb1",3,NULL,0,NULL,0}, + {"饩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xa9",3,NULL,0,NULL,0}, + {"ﴓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x93",3,NULL,0,NULL,0}, + {"ò",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb2",2,NULL,0,NULL,0}, + {"耈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x88",3,NULL,0,NULL,0}, + {"둽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xbd",3,NULL,0,NULL,0}, + {"ᶽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x90",3,NULL,0,NULL,0}, + {"ㆻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xbb",3,NULL,0,NULL,0}, + {"ᵸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xb8",3,NULL,0,NULL,0}, + {"햽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xbd",3,NULL,0,NULL,0}, + {"矎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x8e",3,NULL,0,NULL,0}, + {"㰤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xa4",3,NULL,0,NULL,0}, + {"낵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x98",3,NULL,0,NULL,0}, + {"৷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xb7",3,NULL,0,NULL,0}, + {"㶸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x93",3,NULL,0,NULL,0}, + {"얬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xac",3,NULL,0,NULL,0}, + {"呻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xbb",3,NULL,0,NULL,0}, + {"뺍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x8d",3,NULL,0,NULL,0}, + {"ᛒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x92",3,NULL,0,NULL,0}, + {"젗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x97",3,NULL,0,NULL,0}, + {"ᰮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xae",3,NULL,0,NULL,0}, + {"猸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xb9",3,NULL,0,NULL,0}, + {"㬰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xb0",3,NULL,0,NULL,0}, + {"兾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xbe",3,NULL,0,NULL,0}, + {"쌘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x98",3,NULL,0,NULL,0}, + {"彾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xbe",3,NULL,0,NULL,0}, + {"ᣛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x9b",3,NULL,0,NULL,0}, + {"岽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xbd",3,NULL,0,NULL,0}, + {"Ǽ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xbc",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x96",3,NULL,0,NULL,0}, + {"之",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x8b",3,NULL,0,NULL,0}, + {"᷿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xbf",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x1e",1,NULL,0,NULL,0}, + {"௵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xb5",3,NULL,0,NULL,0}, + {"ᥞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x9e",3,NULL,0,NULL,0}, + {"䁷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xb7",3,NULL,0,NULL,0}, + {"羉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x89",3,NULL,0,NULL,0}, + {"꩐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x90",3,NULL,0,NULL,0}, + {"헻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xbb",3,NULL,0,NULL,0}, + {"ᘏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x8f",3,NULL,0,NULL,0}, + {"⇗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x97",3,NULL,0,NULL,0}, + {"䀲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xb2",3,NULL,0,NULL,0}, + {"⬥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xa5",3,NULL,0,NULL,0}, + {"ᴷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xb7",3,NULL,0,NULL,0}, + {"ﵨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xa1",3,NULL,0,NULL,0}, + {"酹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xb9",3,NULL,0,NULL,0}, + {"띂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x82",3,NULL,0,NULL,0}, + {"嗀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x8d",3,NULL,0,NULL,0}, + {"즼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xbc",3,NULL,0,NULL,0}, + {"荮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xae",3,NULL,0,NULL,0}, + {"視",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xb8",3,NULL,0,NULL,0}, + {"핞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x9e",3,NULL,0,NULL,0}, + {"劉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xaa",3,NULL,0,NULL,0}, + {"汭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xad",3,NULL,0,NULL,0}, + {"輐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x97",3,NULL,0,NULL,0}, + {"쫜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x9c",3,NULL,0,NULL,0}, + {"軼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xbc",3,NULL,0,NULL,0}, + {"䢌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x8c",3,NULL,0,NULL,0}, + {"䈈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x88",3,NULL,0,NULL,0}, + {"н",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xbd",2,NULL,0,NULL,0}, + {"ₑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x91",3,NULL,0,NULL,0}, + {"丽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x8f",3,NULL,0,NULL,0}, + {"苊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x8a",3,NULL,0,NULL,0}, + {"鍿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xbf",3,NULL,0,NULL,0}, + {"䂹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xb9",3,NULL,0,NULL,0}, + {"あ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x9c",3,NULL,0,NULL,0}, + {"凝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x9d",3,NULL,0,NULL,0}, + {"ᤤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xa4",3,NULL,0,NULL,0}, + {"ࡧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xa7",3,NULL,0,NULL,0}, + {"从",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x9b",3,NULL,0,NULL,0}, + {"ⲱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xb1",3,NULL,0,NULL,0}, + {"珔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x95",3,NULL,0,NULL,0}, + {"ᏸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xb8",3,NULL,0,NULL,0}, + {"奄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xbe",3,NULL,0,NULL,0}, + {"䖔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x94",3,NULL,0,NULL,0}, + {"垏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x8f",3,NULL,0,NULL,0}, + {"⾢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xa2",3,NULL,0,NULL,0}, + {"㿱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xb1",3,NULL,0,NULL,0}, + {"瞚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x9a",3,NULL,0,NULL,0}, + {"偯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xaf",3,NULL,0,NULL,0}, + {"ॗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xbd",3,NULL,0,NULL,0}, + {"쨓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x93",3,NULL,0,NULL,0}, + {"㒁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x81",3,NULL,0,NULL,0}, + {"펣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xa3",3,NULL,0,NULL,0}, + {"菅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x85",3,NULL,0,NULL,0}, + {"ฉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x89",3,NULL,0,NULL,0}, + {"央",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xae",3,NULL,0,NULL,0}, + {"쮠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xa0",3,NULL,0,NULL,0}, + {"䆿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xbf",3,NULL,0,NULL,0}, + {"帲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xb2",3,NULL,0,NULL,0}, + {"☶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xb6",3,NULL,0,NULL,0}, + {"ꖐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x90",3,NULL,0,NULL,0}, + {"깚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x9a",3,NULL,0,NULL,0}, + {"ﺩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xa9",3,NULL,0,NULL,0}, + {"䟩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xa9",3,NULL,0,NULL,0}, + {"댯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xaf",3,NULL,0,NULL,0}, + {"ᬷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xb7",3,NULL,0,NULL,0}, + {"䑢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xa2",3,NULL,0,NULL,0}, + {"邉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x89",3,NULL,0,NULL,0}, + {"᠂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x82",3,NULL,0,NULL,0}, + {"娽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xbd",3,NULL,0,NULL,0}, + {"땄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x84",3,NULL,0,NULL,0}, + {"産",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xa3",3,NULL,0,NULL,0}, + {"ﯘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x98",3,NULL,0,NULL,0}, + {"㈭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xad",3,NULL,0,NULL,0}, + {"㜗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x97",3,NULL,0,NULL,0}, + {"阭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xad",3,NULL,0,NULL,0}, + {"籰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xb0",3,NULL,0,NULL,0}, + {"崭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xad",3,NULL,0,NULL,0}, + {"ꃳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xb3",3,NULL,0,NULL,0}, + {"痓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x93",3,NULL,0,NULL,0}, + {"㸊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x8a",3,NULL,0,NULL,0}, + {"欆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xb2",3,NULL,0,NULL,0}, + {"橅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x91",3,NULL,0,NULL,0}, + {"磜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x9c",3,NULL,0,NULL,0}, + {"䵹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xb2",3,NULL,0,NULL,0}, + {"솥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xa5",3,NULL,0,NULL,0}, + {"堨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xa8",3,NULL,0,NULL,0}, + {"늄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xa2",3,NULL,0,NULL,0}, + {"겺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xba",3,NULL,0,NULL,0}, + {"쬯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xaf",3,NULL,0,NULL,0}, + {"䍽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x8a",3,NULL,0,NULL,0}, + {"ߪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xaa",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xa4",3,NULL,0,NULL,0}, + {"៰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xb0",3,NULL,0,NULL,0}, + {"੧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xa7",3,NULL,0,NULL,0}, + {"퉚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x9a",3,NULL,0,NULL,0}, + {"ݾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xbe",2,NULL,0,NULL,0}, + {"໓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x93",3,NULL,0,NULL,0}, + {"﫚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x9a",3,NULL,0,NULL,0}, + {"㌠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xa0",3,NULL,0,NULL,0}, + {"妣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xa3",3,NULL,0,NULL,0}, + {"摚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x9a",3,NULL,0,NULL,0}, + {"㰜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x9c",3,NULL,0,NULL,0}, + {"␢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xa2",3,NULL,0,NULL,0}, + {"㛾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xbe",3,NULL,0,NULL,0}, + {"芍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x8d",3,NULL,0,NULL,0}, + {"⌋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x8b",3,NULL,0,NULL,0}, + {"番",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x8b",3,NULL,0,NULL,0}, + {"齌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x8c",3,NULL,0,NULL,0}, + {"䷂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x82",3,NULL,0,NULL,0}, + {"碛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x9b",3,NULL,0,NULL,0}, + {"섦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x88",3,NULL,0,NULL,0}, + {"‰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb0",3,NULL,0,NULL,0}, + {"ꡊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x8a",3,NULL,0,NULL,0}, + {"ꕷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xb7",3,NULL,0,NULL,0}, + {"쟸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xb8",3,NULL,0,NULL,0}, + {"퐰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xa1",3,NULL,0,NULL,0}, + {"ꮸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xb8",3,NULL,0,NULL,0}, + {"Ϩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xa8",2,NULL,0,NULL,0}, + {"⛰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xb0",3,NULL,0,NULL,0}, + {"苬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x9e",3,NULL,0,NULL,0}, + {"૆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x86",3,NULL,0,NULL,0}, + {"ᜐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x90",3,NULL,0,NULL,0}, + {"݇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x87",2,NULL,0,NULL,0}, + {"큝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x9d",3,NULL,0,NULL,0}, + {"ئ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xa6",2,NULL,0,NULL,0}, + {"￉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x8f",3,NULL,0,NULL,0}, + {"훆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x86",3,NULL,0,NULL,0}, + {"⤬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xac",3,NULL,0,NULL,0}, + {"뾥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xa5",3,NULL,0,NULL,0}, + {"魟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x9f",3,NULL,0,NULL,0}, + {"㩡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x93",3,NULL,0,NULL,0}, + {"ᑋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x8b",3,NULL,0,NULL,0}, + {"镧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xa7",3,NULL,0,NULL,0}, + {"壘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x98",3,NULL,0,NULL,0}, + {"낁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x81",3,NULL,0,NULL,0}, + {"媏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x8f",3,NULL,0,NULL,0}, + {"❊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x8a",3,NULL,0,NULL,0}, + {"Ⓜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x82",3,NULL,0,NULL,0}, + {"䠴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xb4",3,NULL,0,NULL,0}, + {"䩀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x80",3,NULL,0,NULL,0}, + {"ᄄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x84",3,NULL,0,NULL,0}, + {"׋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x8b",2,NULL,0,NULL,0}, + {"䭑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x91",3,NULL,0,NULL,0}, + {"⠺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xba",3,NULL,0,NULL,0}, + {" ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa0",2,NULL,0,NULL,0}, + {"⩖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x96",3,NULL,0,NULL,0}, + {"鞑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x91",3,NULL,0,NULL,0}, + {"蜡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xa1",3,NULL,0,NULL,0}, + {"쉆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x86",3,NULL,0,NULL,0}, + {"爓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x93",3,NULL,0,NULL,0}, + {"虤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xa4",3,NULL,0,NULL,0}, + {"ÿ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbf",2,NULL,0,NULL,0}, + {"껊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x8a",3,NULL,0,NULL,0}, + {"Ꮔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x84",3,NULL,0,NULL,0}, + {"딓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x93",3,NULL,0,NULL,0}, + {"嗥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xa5",3,NULL,0,NULL,0}, + {"꯫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xab",3,NULL,0,NULL,0}, + {"Ũ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa8",2,NULL,0,NULL,0}, + {"䝭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xad",3,NULL,0,NULL,0}, + {"⯐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x90",3,NULL,0,NULL,0}, + {"㞮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xae",3,NULL,0,NULL,0}, + {"쯶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x9d",3,NULL,0,NULL,0}, + {"蕼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xbc",3,NULL,0,NULL,0}, + {"ᯃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x83",3,NULL,0,NULL,0}, + {"ꅢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xa2",3,NULL,0,NULL,0}, + {"⧌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x8c",3,NULL,0,NULL,0}, + {"띗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x97",3,NULL,0,NULL,0}, + {"躘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x98",3,NULL,0,NULL,0}, + {"☑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x91",3,NULL,0,NULL,0}, + {"嚨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xbd",3,NULL,0,NULL,0}, + {"ᾕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x95",3,NULL,0,NULL,0}, + {"㗿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xbf",3,NULL,0,NULL,0}, + {"礻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xbb",3,NULL,0,NULL,0}, + {"艇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x87",3,NULL,0,NULL,0}, + {"⪐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x90",3,NULL,0,NULL,0}, + {"蟘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x98",3,NULL,0,NULL,0}, + {"忛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x9b",3,NULL,0,NULL,0}, + {"騗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x97",3,NULL,0,NULL,0}, + {"ɾ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xbe",2,NULL,0,NULL,0}, + {"㉷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xb7",3,NULL,0,NULL,0}, + {"ິ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xb4",3,NULL,0,NULL,0}, + {"䦌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x8f",3,NULL,0,NULL,0}, + {"픉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x89",3,NULL,0,NULL,0}, + {"愛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x9b",3,NULL,0,NULL,0}, + {"뭳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xb3",3,NULL,0,NULL,0}, + {"獴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xb4",3,NULL,0,NULL,0}, + {"桚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x9a",3,NULL,0,NULL,0}, + {"逥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xa5",3,NULL,0,NULL,0}, + {"罻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xbb",3,NULL,0,NULL,0}, + {"ꊁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x81",3,NULL,0,NULL,0}, + {"Ⱪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xa9",3,NULL,0,NULL,0}, + {"㢥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x86",3,NULL,0,NULL,0}, + {"曣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xa3",3,NULL,0,NULL,0}, + {"⺪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xaa",3,NULL,0,NULL,0}, + {"켩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xa9",3,NULL,0,NULL,0}, + {"襽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xbd",3,NULL,0,NULL,0}, + {"인",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xb8",3,NULL,0,NULL,0}, + {"⦋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x8b",3,NULL,0,NULL,0}, + {"䨢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xa2",3,NULL,0,NULL,0}, + {"귿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xbf",3,NULL,0,NULL,0}, + {"齩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xa9",3,NULL,0,NULL,0}, + {"꣎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x8e",3,NULL,0,NULL,0}, + {"覨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xa8",3,NULL,0,NULL,0}, + {"毫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xab",3,NULL,0,NULL,0}, + {"ʴ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb4",2,NULL,0,NULL,0}, + {"㚂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x82",3,NULL,0,NULL,0}, + {"赍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x8d",3,NULL,0,NULL,0}, + {"燳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xb3",3,NULL,0,NULL,0}, + {"ป",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x9b",3,NULL,0,NULL,0}, + {"ʿ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xbf",2,NULL,0,NULL,0}, + {"䳒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x92",3,NULL,0,NULL,0}, + {"ⷃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x83",3,NULL,0,NULL,0}, + {"澥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xa5",3,NULL,0,NULL,0}, + {"鵈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xa5",3,NULL,0,NULL,0}, + {"⑑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x91",3,NULL,0,NULL,0}, + {"홻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xbb",3,NULL,0,NULL,0}, + {"촮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xae",3,NULL,0,NULL,0}, + {"鶟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x9f",3,NULL,0,NULL,0}, + {"曱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xb1",3,NULL,0,NULL,0}, + {"竆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x86",3,NULL,0,NULL,0}, + {"룀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x80",3,NULL,0,NULL,0}, + {"ପ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x9a",3,NULL,0,NULL,0}, + {"뿰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xb0",3,NULL,0,NULL,0}, + {"鐎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x8e",3,NULL,0,NULL,0}, + {"杞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xa9",3,NULL,0,NULL,0}, + {"줺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xba",3,NULL,0,NULL,0}, + {"焸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xb8",3,NULL,0,NULL,0}, + {"濟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x8e",3,NULL,0,NULL,0}, + {"ⲭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xad",3,NULL,0,NULL,0}, + {"쏸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xb8",3,NULL,0,NULL,0}, + {"誘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x98",3,NULL,0,NULL,0}, + {"乺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xba",3,NULL,0,NULL,0}, + {"㌍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x8d",3,NULL,0,NULL,0}, + {"煌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x8c",3,NULL,0,NULL,0}, + {"车",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xa6",3,NULL,0,NULL,0}, + {"վ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xbe",2,NULL,0,NULL,0}, + {"폘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x98",3,NULL,0,NULL,0}, + {"⥛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x9b",3,NULL,0,NULL,0}, + {"힬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xac",3,NULL,0,NULL,0}, + {"㜓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x93",3,NULL,0,NULL,0}, + {"蛾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xbe",3,NULL,0,NULL,0}, + {"魻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xbb",3,NULL,0,NULL,0}, + {"ೠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xa0",3,NULL,0,NULL,0}, + {"ሓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x93",3,NULL,0,NULL,0}, + {"递",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x92",3,NULL,0,NULL,0}, + {"塚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x9a",3,NULL,0,NULL,0}, + {"픴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xb4",3,NULL,0,NULL,0}, + {"劀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x80",3,NULL,0,NULL,0}, + {"꽺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xba",3,NULL,0,NULL,0}, + {"赲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xb2",3,NULL,0,NULL,0}, + {"ொ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x8a",3,NULL,0,NULL,0}, + {"鰸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xb8",3,NULL,0,NULL,0}, + {"㓛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x9b",3,NULL,0,NULL,0}, + {"噌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x8c",3,NULL,0,NULL,0}, + {"箝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x9d",3,NULL,0,NULL,0}, + {"涾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xbe",3,NULL,0,NULL,0}, + {"藔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x94",3,NULL,0,NULL,0}, + {"㕢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xa2",3,NULL,0,NULL,0}, + {"᳾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xbe",3,NULL,0,NULL,0}, + {"ᄧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xa7",3,NULL,0,NULL,0}, + {"鉡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xa1",3,NULL,0,NULL,0}, + {"례",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x80",3,NULL,0,NULL,0}, + {"㫲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xb2",3,NULL,0,NULL,0}, + {"뱌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x8c",3,NULL,0,NULL,0}, + {"䮮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xae",3,NULL,0,NULL,0}, + {"徶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xb6",3,NULL,0,NULL,0}, + {"灈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x88",3,NULL,0,NULL,0}, + {"ⳮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xae",3,NULL,0,NULL,0}, + {"튌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x8c",3,NULL,0,NULL,0}, + {"䚢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xa2",3,NULL,0,NULL,0}, + {"㬁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x81",3,NULL,0,NULL,0}, + {"꘮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xae",3,NULL,0,NULL,0}, + {"㌸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xb8",3,NULL,0,NULL,0}, + {"枕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x95",3,NULL,0,NULL,0}, + {"瑞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x9e",3,NULL,0,NULL,0}, + {"粶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xb6",3,NULL,0,NULL,0}, + {"늍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x8d",3,NULL,0,NULL,0}, + {"栘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x98",3,NULL,0,NULL,0}, + {"뷁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x93",3,NULL,0,NULL,0}, + {"忈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x88",3,NULL,0,NULL,0}, + {"刿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xbf",3,NULL,0,NULL,0}, + {"㱱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xb1",3,NULL,0,NULL,0}, + {"㟤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xa4",3,NULL,0,NULL,0}, + {"请",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xb7",3,NULL,0,NULL,0}, + {"玥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xa5",3,NULL,0,NULL,0}, + {"昺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xa8",3,NULL,0,NULL,0}, + {"뛄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x84",3,NULL,0,NULL,0}, + {"袯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xaf",3,NULL,0,NULL,0}, + {"ﻼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xbc",3,NULL,0,NULL,0}, + {"㣺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xba",3,NULL,0,NULL,0}, + {"㲨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xa8",3,NULL,0,NULL,0}, + {"ꠉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x89",3,NULL,0,NULL,0}, + {"俣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xa3",3,NULL,0,NULL,0}, + {"㿌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x8c",3,NULL,0,NULL,0}, + {"㮭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xad",3,NULL,0,NULL,0}, + {"襔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x94",3,NULL,0,NULL,0}, + {"๭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xad",3,NULL,0,NULL,0}, + {"銪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xaa",3,NULL,0,NULL,0}, + {"퍔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x94",3,NULL,0,NULL,0}, + {"ᝡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x8c",3,NULL,0,NULL,0}, + {"볓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x93",3,NULL,0,NULL,0}, + {"禫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xab",3,NULL,0,NULL,0}, + {"挤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xa4",3,NULL,0,NULL,0}, + {"翭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xad",3,NULL,0,NULL,0}, + {"䱑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x89",3,NULL,0,NULL,0}, + {"᭭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xad",3,NULL,0,NULL,0}, + {"뺅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x85",3,NULL,0,NULL,0}, + {"嗎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x8e",3,NULL,0,NULL,0}, + {"헦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xb4",3,NULL,0,NULL,0}, + {"㢉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x89",3,NULL,0,NULL,0}, + {"￳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xb3",3,NULL,0,NULL,0}, + {"〈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x88",3,NULL,0,NULL,0}, + {"㷳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xb3",3,NULL,0,NULL,0}, + {"譀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x8d",3,NULL,0,NULL,0}, + {"⽯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xaf",3,NULL,0,NULL,0}, + {"뗢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xa2",3,NULL,0,NULL,0}, + {"ퟜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x9c",3,NULL,0,NULL,0}, + {"듕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x95",3,NULL,0,NULL,0}, + {"偔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x94",3,NULL,0,NULL,0}, + {"씪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x96",3,NULL,0,NULL,0}, + {"롩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xa9",3,NULL,0,NULL,0}, + {"죧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xa7",3,NULL,0,NULL,0}, + {"躐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x90",3,NULL,0,NULL,0}, + {"Ꚇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x83",3,NULL,0,NULL,0}, + {"幏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x8f",3,NULL,0,NULL,0}, + {"佃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x87",3,NULL,0,NULL,0}, + {"ᒮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xae",3,NULL,0,NULL,0}, + {"莙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x99",3,NULL,0,NULL,0}, + {"ᠯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xaf",3,NULL,0,NULL,0}, + {"羠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xa0",3,NULL,0,NULL,0}, + {"䅛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xbc",3,NULL,0,NULL,0}, + {"ﹸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xb8",3,NULL,0,NULL,0}, + {"惓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x93",3,NULL,0,NULL,0}, + {"푇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x87",3,NULL,0,NULL,0}, + {"纵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xb5",3,NULL,0,NULL,0}, + {"嶹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xb9",3,NULL,0,NULL,0}, + {"಍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x8d",3,NULL,0,NULL,0}, + {"탶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xb6",3,NULL,0,NULL,0}, + {"䯥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xa5",3,NULL,0,NULL,0}, + {"峼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xbc",3,NULL,0,NULL,0}, + {"飜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x9c",3,NULL,0,NULL,0}, + {"鄩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xa9",3,NULL,0,NULL,0}, + {"座",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xa7",3,NULL,0,NULL,0}, + {"匟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x9f",3,NULL,0,NULL,0}, + {"錂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x82",3,NULL,0,NULL,0}, + {"(",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"(",1,NULL,0,NULL,0}, + {"傚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x9b",3,NULL,0,NULL,0}, + {"聧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xa7",3,NULL,0,NULL,0}, + {"घ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x98",3,NULL,0,NULL,0}, + {"ㇳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x87",3,NULL,0,NULL,0}, + {"恕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xa5",3,NULL,0,NULL,0}, + {"槱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x85",3,NULL,0,NULL,0}, + {"줰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xb0",3,NULL,0,NULL,0}, + {"벙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x99",3,NULL,0,NULL,0}, + {"ừ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xab",3,NULL,0,NULL,0}, + {"Ժ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xba",2,NULL,0,NULL,0}, + {"Ვ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x95",3,NULL,0,NULL,0}, + {"臎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x8e",3,NULL,0,NULL,0}, + {"榈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x88",3,NULL,0,NULL,0}, + {"㫓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x93",3,NULL,0,NULL,0}, + {"ᛯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xa3",3,NULL,0,NULL,0}, + {"凶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xb6",3,NULL,0,NULL,0}, + {"Ǒ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x91",2,NULL,0,NULL,0}, + {"狚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x9a",3,NULL,0,NULL,0}, + {"ૣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xa3",3,NULL,0,NULL,0}, + {"饣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xa3",3,NULL,0,NULL,0}, + {"꫍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x8f",3,NULL,0,NULL,0}, + {"讛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x9b",3,NULL,0,NULL,0}, + {"㶑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x91",3,NULL,0,NULL,0}, + {"⫌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x8c",3,NULL,0,NULL,0}, + {"ై",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x88",3,NULL,0,NULL,0}, + {"쓎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x8e",3,NULL,0,NULL,0}, + {"꡷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xb7",3,NULL,0,NULL,0}, + {"ᚆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x86",3,NULL,0,NULL,0}, + {"릤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xa4",3,NULL,0,NULL,0}, + {"ㆹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xb9",3,NULL,0,NULL,0}, + {"陋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x91",3,NULL,0,NULL,0}, + {"吒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x92",3,NULL,0,NULL,0}, + {"₨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xa8",3,NULL,0,NULL,0}, + {"ꀶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xb6",3,NULL,0,NULL,0}, + {"儇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x87",3,NULL,0,NULL,0}, + {"쐫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xab",3,NULL,0,NULL,0}, + {"繼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xbc",3,NULL,0,NULL,0}, + {"ꀡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xa1",3,NULL,0,NULL,0}, + {"랈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x88",3,NULL,0,NULL,0}, + {"矠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xa0",3,NULL,0,NULL,0}, + {"缜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x9c",3,NULL,0,NULL,0}, + {"ᬮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x94",3,NULL,0,NULL,0}, + {"Ẍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x8c",3,NULL,0,NULL,0}, + {"쪣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xa3",3,NULL,0,NULL,0}, + {"婶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xb6",3,NULL,0,NULL,0}, + {"繲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xb2",3,NULL,0,NULL,0}, + {"迳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x8c",3,NULL,0,NULL,0}, + {"琿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xbf",3,NULL,0,NULL,0}, + {"⠇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x87",3,NULL,0,NULL,0}, + {"ꄾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xbe",3,NULL,0,NULL,0}, + {"ᘕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x95",3,NULL,0,NULL,0}, + {"⿛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x9b",3,NULL,0,NULL,0}, + {"ଡ଼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x9c",3,NULL,0,NULL,0}, + {"ﮒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x92",3,NULL,0,NULL,0}, + {"띎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x8e",3,NULL,0,NULL,0}, + {"ࣸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xb3",3,NULL,0,NULL,0}, + {"짜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x9c",3,NULL,0,NULL,0}, + {"냑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x91",3,NULL,0,NULL,0}, + {"ᐪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xaa",3,NULL,0,NULL,0}, + {"≐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x90",3,NULL,0,NULL,0}, + {"㽴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xb4",3,NULL,0,NULL,0}, + {"䗆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xa3",3,NULL,0,NULL,0}, + {"Ꮹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xa9",3,NULL,0,NULL,0}, + {"Ŀ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xbf",2,NULL,0,NULL,0}, + {"䍠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xa0",3,NULL,0,NULL,0}, + {"뀉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x87",3,NULL,0,NULL,0}, + {"꽖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x96",3,NULL,0,NULL,0}, + {"ϑ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x91",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x88",3,NULL,0,NULL,0}, + {"ᑣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xa2",3,NULL,0,NULL,0}, + {"᪖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x96",3,NULL,0,NULL,0}, + {"娛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x9b",3,NULL,0,NULL,0}, + {"쫬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xac",3,NULL,0,NULL,0}, + {"ឋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x8b",3,NULL,0,NULL,0}, + {"춒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x92",3,NULL,0,NULL,0}, + {"㊠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xa0",3,NULL,0,NULL,0}, + {"᠎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x8e",3,NULL,0,NULL,0}, + {"嶖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x96",3,NULL,0,NULL,0}, + {"㘶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xb6",3,NULL,0,NULL,0}, + {"隠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xa0",3,NULL,0,NULL,0}, + {"⍸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x82",3,NULL,0,NULL,0}, + {"疁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x81",3,NULL,0,NULL,0}, + {"萚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x9a",3,NULL,0,NULL,0}, + {"끊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x8a",3,NULL,0,NULL,0}, + {"쇠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xa0",3,NULL,0,NULL,0}, + {"Ᏼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xb4",3,NULL,0,NULL,0}, + {"ﰙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x84",3,NULL,0,NULL,0}, + {"闂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x82",3,NULL,0,NULL,0}, + {"꼜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x9c",3,NULL,0,NULL,0}, + {"걻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xb7",3,NULL,0,NULL,0}, + {"䝠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x86",3,NULL,0,NULL,0}, + {"Ἶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xbe",3,NULL,0,NULL,0}, + {"ઍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x8d",3,NULL,0,NULL,0}, + {"䋰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xb0",3,NULL,0,NULL,0}, + {"삂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x82",3,NULL,0,NULL,0}, + {"쮐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x90",3,NULL,0,NULL,0}, + {"쎪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x8a",3,NULL,0,NULL,0}, + {"쭳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x8d",3,NULL,0,NULL,0}, + {"冩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xa9",3,NULL,0,NULL,0}, + {"䗽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xa7",3,NULL,0,NULL,0}, + {"ݮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xae",2,NULL,0,NULL,0}, + {"坽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xbd",3,NULL,0,NULL,0}, + {"ῥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xa5",3,NULL,0,NULL,0}, + {"ᕲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xb2",3,NULL,0,NULL,0}, + {"눝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x9d",3,NULL,0,NULL,0}, + {"㕓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x93",3,NULL,0,NULL,0}, + {"ᧁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x81",3,NULL,0,NULL,0}, + {"⒍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x8d",3,NULL,0,NULL,0}, + {"녠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xa0",3,NULL,0,NULL,0}, + {"尧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xa7",3,NULL,0,NULL,0}, + {"ꂄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xbe",3,NULL,0,NULL,0}, + {"䵳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xb3",3,NULL,0,NULL,0}, + {"솟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x9f",3,NULL,0,NULL,0}, + {"闘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x98",3,NULL,0,NULL,0}, + {"楑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x91",3,NULL,0,NULL,0}, + {"쵛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x9b",3,NULL,0,NULL,0}, + {"휹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xb9",3,NULL,0,NULL,0}, + {"﯃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x83",3,NULL,0,NULL,0}, + {"흄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x84",3,NULL,0,NULL,0}, + {"嬷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xb7",3,NULL,0,NULL,0}, + {"站",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x82",3,NULL,0,NULL,0}, + {"ꈵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xb5",3,NULL,0,NULL,0}, + {"὞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x9e",3,NULL,0,NULL,0}, + {"Ɏ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x8e",2,NULL,0,NULL,0}, + {"⧀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x80",3,NULL,0,NULL,0}, + {"➗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x97",3,NULL,0,NULL,0}, + {"ゖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x96",3,NULL,0,NULL,0}, + {"盘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x98",3,NULL,0,NULL,0}, + {"杇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x87",3,NULL,0,NULL,0}, + {"쁕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x95",3,NULL,0,NULL,0}, + {"퀐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x90",3,NULL,0,NULL,0}, + {"t",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x94",3,NULL,0,NULL,0}, + {"ӏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x8f",2,NULL,0,NULL,0}, + {"ݕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x95",2,NULL,0,NULL,0}, + {"䔓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x93",3,NULL,0,NULL,0}, + {"칱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xb1",3,NULL,0,NULL,0}, + {"㝏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xb2",3,NULL,0,NULL,0}, + {"疻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x92",3,NULL,0,NULL,0}, + {"—",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x94",3,NULL,0,NULL,0}, + {"턊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x8a",3,NULL,0,NULL,0}, + {"넩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xa7",3,NULL,0,NULL,0}, + {"體",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x94",3,NULL,0,NULL,0}, + {"蝲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xb2",3,NULL,0,NULL,0}, + {"韙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x99",3,NULL,0,NULL,0}, + {"n",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"ጹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xaa",3,NULL,0,NULL,0}, + {"鬝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x9d",3,NULL,0,NULL,0}, + {"蛙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x99",3,NULL,0,NULL,0}, + {"ℱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xb1",3,NULL,0,NULL,0}, + {"᫤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xa4",3,NULL,0,NULL,0}, + {"墅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xac",3,NULL,0,NULL,0}, + {"첓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x93",3,NULL,0,NULL,0}, + {"转",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xa5",3,NULL,0,NULL,0}, + {"ℼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xbc",3,NULL,0,NULL,0}, + {"笰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xb0",3,NULL,0,NULL,0}, + {"ꇄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x84",3,NULL,0,NULL,0}, + {"㓾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xbe",3,NULL,0,NULL,0}, + {"䭻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xbb",3,NULL,0,NULL,0}, + {"㔿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xbf",3,NULL,0,NULL,0}, + {"焭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xad",3,NULL,0,NULL,0}, + {"큯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xaf",3,NULL,0,NULL,0}, + {"밧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xa7",3,NULL,0,NULL,0}, + {"蔳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xb3",3,NULL,0,NULL,0}, + {"进",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x9b",3,NULL,0,NULL,0}, + {"⎬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x81",3,NULL,0,NULL,0}, + {"뼲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xad",3,NULL,0,NULL,0}, + {"㛈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x88",3,NULL,0,NULL,0}, + {"㪃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x83",3,NULL,0,NULL,0}, + {"깻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xbb",3,NULL,0,NULL,0}, + {"ڼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xbc",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xa1",3,NULL,0,NULL,0}, + {"甴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xb4",3,NULL,0,NULL,0}, + {"鯷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xb7",3,NULL,0,NULL,0}, + {"㠑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x91",3,NULL,0,NULL,0}, + {"ً",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x8b",2,NULL,0,NULL,0}, + {"õ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb5",2,NULL,0,NULL,0}, + {"⬓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x93",3,NULL,0,NULL,0}, + {"㑍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x8d",3,NULL,0,NULL,0}, + {"ၚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x9a",3,NULL,0,NULL,0}, + {"꧟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x9f",3,NULL,0,NULL,0}, + {"갟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x9f",3,NULL,0,NULL,0}, + {"昏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x8f",3,NULL,0,NULL,0}, + {"淸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xb8",3,NULL,0,NULL,0}, + {"掑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x91",3,NULL,0,NULL,0}, + {"嘭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xad",3,NULL,0,NULL,0}, + {"‽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xbd",3,NULL,0,NULL,0}, + {"㬫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xab",3,NULL,0,NULL,0}, + {"蓵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xb5",3,NULL,0,NULL,0}, + {"紼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xbc",3,NULL,0,NULL,0}, + {"⹛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x9b",3,NULL,0,NULL,0}, + {"เ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x80",3,NULL,0,NULL,0}, + {"뼠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xa0",3,NULL,0,NULL,0}, + {"扭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xad",3,NULL,0,NULL,0}, + {"խ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xad",2,NULL,0,NULL,0}, + {"㥿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xbf",3,NULL,0,NULL,0}, + {"圪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xaa",3,NULL,0,NULL,0}, + {"⨲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xb2",3,NULL,0,NULL,0}, + {"㎞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x9e",3,NULL,0,NULL,0}, + {"柵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xb5",3,NULL,0,NULL,0}, + {"⍙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x99",3,NULL,0,NULL,0}, + {"敳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xb3",3,NULL,0,NULL,0}, + {"爡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xa1",3,NULL,0,NULL,0}, + {"㐋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x8b",3,NULL,0,NULL,0}, + {"桦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xa6",3,NULL,0,NULL,0}, + {"鳷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xb7",3,NULL,0,NULL,0}, + {"ᮒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x92",3,NULL,0,NULL,0}, + {"형",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x95",3,NULL,0,NULL,0}, + {"穤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xa4",3,NULL,0,NULL,0}, + {"ꯩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xa9",3,NULL,0,NULL,0}, + {"晉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x89",3,NULL,0,NULL,0}, + {"㞺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xba",3,NULL,0,NULL,0}, + {"ᅨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x9e",3,NULL,0,NULL,0}, + {"빘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x98",3,NULL,0,NULL,0}, + {"钗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x8c",3,NULL,0,NULL,0}, + {"褒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x92",3,NULL,0,NULL,0}, + {"겢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x9f",3,NULL,0,NULL,0}, + {"軎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xa5",3,NULL,0,NULL,0}, + {"每",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x80",3,NULL,0,NULL,0}, + {"㯘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x98",3,NULL,0,NULL,0}, + {"ꤱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xb1",3,NULL,0,NULL,0}, + {"ⶩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xa9",3,NULL,0,NULL,0}, + {"懦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xa6",3,NULL,0,NULL,0}, + {"ꤔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x94",3,NULL,0,NULL,0}, + {"衐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x90",3,NULL,0,NULL,0}, + {"ꝛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x9b",3,NULL,0,NULL,0}, + {"ɮ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xae",2,NULL,0,NULL,0}, + {"팆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x86",3,NULL,0,NULL,0}, + {"愉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x89",3,NULL,0,NULL,0}, + {"澷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xb7",3,NULL,0,NULL,0}, + {"䅬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xac",3,NULL,0,NULL,0}, + {"鵀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x80",3,NULL,0,NULL,0}, + {"膪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xaa",3,NULL,0,NULL,0}, + {"푧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xa7",3,NULL,0,NULL,0}, + {"賈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x88",3,NULL,0,NULL,0}, + {"咊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x8a",3,NULL,0,NULL,0}, + {"ḙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x99",3,NULL,0,NULL,0}, + {"抲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xb2",3,NULL,0,NULL,0}, + {"飽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xbd",3,NULL,0,NULL,0}, + {"ರ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xb0",3,NULL,0,NULL,0}, + {"鎿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xbf",3,NULL,0,NULL,0}, + {"瑴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xb4",3,NULL,0,NULL,0}, + {"竸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xb8",3,NULL,0,NULL,0}, + {"ꊓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x9c",3,NULL,0,NULL,0}, + {"枂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x82",3,NULL,0,NULL,0}, + {"趸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xb8",3,NULL,0,NULL,0}, + {"풙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x99",3,NULL,0,NULL,0}, + {"峖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x96",3,NULL,0,NULL,0}, + {"꣚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x9a",3,NULL,0,NULL,0}, + {"᱆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x86",3,NULL,0,NULL,0}, + {"蹇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x87",3,NULL,0,NULL,0}, + {"駅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x85",3,NULL,0,NULL,0}, + {"耺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xba",3,NULL,0,NULL,0}, + {"⸀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x80",3,NULL,0,NULL,0}, + {"㝰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xb0",3,NULL,0,NULL,0}, + {"ⲹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xb9",3,NULL,0,NULL,0}, + {"ˍ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x8d",2,NULL,0,NULL,0}, + {"ⴴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xb4",3,NULL,0,NULL,0}, + {"င",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x84",3,NULL,0,NULL,0}, + {"䃻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xbb",3,NULL,0,NULL,0}, + {"悮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xae",3,NULL,0,NULL,0}, + {"봠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xa0",3,NULL,0,NULL,0}, + {"菹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xb9",3,NULL,0,NULL,0}, + {"폨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xa8",3,NULL,0,NULL,0}, + {"距",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x80",3,NULL,0,NULL,0}, + {"宪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xac",3,NULL,0,NULL,0}, + {"Ꚏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x8e",3,NULL,0,NULL,0}, + {"庸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xb8",3,NULL,0,NULL,0}, + {"蘁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x81",3,NULL,0,NULL,0}, + {"鐞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x9e",3,NULL,0,NULL,0}, + {"餾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xbe",3,NULL,0,NULL,0}, + {"꫼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xbc",3,NULL,0,NULL,0}, + {"௎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x8e",3,NULL,0,NULL,0}, + {"式",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x8f",3,NULL,0,NULL,0}, + {"鍤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xa4",3,NULL,0,NULL,0}, + {"ᤳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xb3",3,NULL,0,NULL,0}, + {"웂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x82",3,NULL,0,NULL,0}, + {"༁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x81",3,NULL,0,NULL,0}, + {"撾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xbe",3,NULL,0,NULL,0}, + {"ꢨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xa8",3,NULL,0,NULL,0}, + {"龕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x95",3,NULL,0,NULL,0}, + {"尽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xbd",3,NULL,0,NULL,0}, + {"㳮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xae",3,NULL,0,NULL,0}, + {"ⲟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x9f",3,NULL,0,NULL,0}, + {"牯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xaf",3,NULL,0,NULL,0}, + {"헞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x9e",3,NULL,0,NULL,0}, + {"㋗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x97",3,NULL,0,NULL,0}, + {"ꏛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x9b",3,NULL,0,NULL,0}, + {"㪬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x8c",3,NULL,0,NULL,0}, + {"ꗟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x9f",3,NULL,0,NULL,0}, + {"鿴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xb4",3,NULL,0,NULL,0}, + {"醒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x92",3,NULL,0,NULL,0}, + {"濍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x8d",3,NULL,0,NULL,0}, + {"ꎎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x8e",3,NULL,0,NULL,0}, + {"꘾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xbe",3,NULL,0,NULL,0}, + {"矏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x8f",3,NULL,0,NULL,0}, + {"釁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x81",3,NULL,0,NULL,0}, + {"缅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x85",3,NULL,0,NULL,0}, + {"戾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xbe",3,NULL,0,NULL,0}, + {"෸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xb8",3,NULL,0,NULL,0}, + {"串",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x85",3,NULL,0,NULL,0}, + {"ᴬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xac",3,NULL,0,NULL,0}, + {"琘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x98",3,NULL,0,NULL,0}, + {"輓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x8f",3,NULL,0,NULL,0}, + {"홨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xa8",3,NULL,0,NULL,0}, + {"诈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x88",3,NULL,0,NULL,0}, + {"怎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x9e",3,NULL,0,NULL,0}, + {"豨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xa8",3,NULL,0,NULL,0}, + {"ꡮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xae",3,NULL,0,NULL,0}, + {"䒙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x99",3,NULL,0,NULL,0}, + {"㲰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xac",3,NULL,0,NULL,0}, + {"荵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xae",3,NULL,0,NULL,0}, + {"厜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x9c",3,NULL,0,NULL,0}, + {"஛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x9b",3,NULL,0,NULL,0}, + {"蟾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xbe",3,NULL,0,NULL,0}, + {"鉛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x9b",3,NULL,0,NULL,0}, + {"໒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x93",3,NULL,0,NULL,0}, + {"揄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x8d",3,NULL,0,NULL,0}, + {"햋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x8b",3,NULL,0,NULL,0}, + {"莑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x91",3,NULL,0,NULL,0}, + {"䖯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xaf",3,NULL,0,NULL,0}, + {"㫅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x85",3,NULL,0,NULL,0}, + {"巾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xb1",3,NULL,0,NULL,0}, + {"輩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xb0",3,NULL,0,NULL,0}, + {"㺣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x96",3,NULL,0,NULL,0}, + {"破",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xb4",3,NULL,0,NULL,0}, + {"ᯀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x80",3,NULL,0,NULL,0}, + {"맧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xa7",3,NULL,0,NULL,0}, + {"൱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x8f",3,NULL,0,NULL,0}, + {"䰎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x8e",3,NULL,0,NULL,0}, + {"で",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xa7",3,NULL,0,NULL,0}, + {"赌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x8c",3,NULL,0,NULL,0}, + {"뚓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x93",3,NULL,0,NULL,0}, + {"賹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xb9",3,NULL,0,NULL,0}, + {"톌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x8c",3,NULL,0,NULL,0}, + {"嵱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xb1",3,NULL,0,NULL,0}, + {"信",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xa1",3,NULL,0,NULL,0}, + {"箚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x9a",3,NULL,0,NULL,0}, + {"哹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xb9",3,NULL,0,NULL,0}, + {"ल",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xb1",3,NULL,0,NULL,0}, + {"⵸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xb8",3,NULL,0,NULL,0}, + {"䧪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xaa",3,NULL,0,NULL,0}, + {"軯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xaf",3,NULL,0,NULL,0}, + {"佁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x81",3,NULL,0,NULL,0}, + {"︬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xac",3,NULL,0,NULL,0}, + {"ᔑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x91",3,NULL,0,NULL,0}, + {"둷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xb7",3,NULL,0,NULL,0}, + {"쏨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xba",3,NULL,0,NULL,0}, + {"䷕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x95",3,NULL,0,NULL,0}, + {"鑬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xac",3,NULL,0,NULL,0}, + {"恚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x9a",3,NULL,0,NULL,0}, + {"⎂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x82",3,NULL,0,NULL,0}, + {"喚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x9a",3,NULL,0,NULL,0}, + {"ៗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x97",3,NULL,0,NULL,0}, + {"ᴻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xbb",3,NULL,0,NULL,0}, + {"協",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x94",3,NULL,0,NULL,0}, + {"툋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x8b",3,NULL,0,NULL,0}, + {"⚭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xad",3,NULL,0,NULL,0}, + {"씎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x8e",3,NULL,0,NULL,0}, + {"﫩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xa9",3,NULL,0,NULL,0}, + {"΃",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x83",2,NULL,0,NULL,0}, + {"㷡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xa1",3,NULL,0,NULL,0}, + {"죥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xa5",3,NULL,0,NULL,0}, + {"䶞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x9e",3,NULL,0,NULL,0}, + {"鼥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xa5",3,NULL,0,NULL,0}, + {"縶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xb6",3,NULL,0,NULL,0}, + {"뙋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x8b",3,NULL,0,NULL,0}, + {"羰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xb0",3,NULL,0,NULL,0}, + {"澠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xa3",3,NULL,0,NULL,0}, + {"ᖰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xb0",3,NULL,0,NULL,0}, + {"ﺘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x98",3,NULL,0,NULL,0}, + {"ἓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x93",3,NULL,0,NULL,0}, + {"識",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x98",3,NULL,0,NULL,0}, + {"㳴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xb4",3,NULL,0,NULL,0}, + {"ޣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa3",2,NULL,0,NULL,0}, + {"计",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xa1",3,NULL,0,NULL,0}, + {"ƣ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xa3",2,NULL,0,NULL,0}, + {"ܜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x9c",2,NULL,0,NULL,0}, + {"✯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xaf",3,NULL,0,NULL,0}, + {"롧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xa7",3,NULL,0,NULL,0}, + {"動",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x95",3,NULL,0,NULL,0}, + {"膫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xab",3,NULL,0,NULL,0}, + {"⚔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x94",3,NULL,0,NULL,0}, + {"Ɇ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x86",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xa9",3,NULL,0,NULL,0}, + {"떹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x88",3,NULL,0,NULL,0}, + {"쒌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x8c",3,NULL,0,NULL,0}, + {"列",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x9c",3,NULL,0,NULL,0}, + {"Ⴇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xa7",3,NULL,0,NULL,0}, + {"龾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xbe",3,NULL,0,NULL,0}, + {"┲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xb2",3,NULL,0,NULL,0}, + {"鞬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xac",3,NULL,0,NULL,0}, + {"ỡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xa4",3,NULL,0,NULL,0}, + {"ᙿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xbf",3,NULL,0,NULL,0}, + {"뙶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xb6",3,NULL,0,NULL,0}, + {"&",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x86",3,NULL,0,NULL,0}, + {"寈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x88",3,NULL,0,NULL,0}, + {"分",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x86",3,NULL,0,NULL,0}, + {"ヅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x81",3,NULL,0,NULL,0}, + {"渿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xbf",3,NULL,0,NULL,0}, + {"괶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xb6",3,NULL,0,NULL,0}, + {"绑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x91",3,NULL,0,NULL,0}, + {"ﱼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xbc",3,NULL,0,NULL,0}, + {"ꅹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xb9",3,NULL,0,NULL,0}, + {"ᷧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xa7",3,NULL,0,NULL,0}, + {"쓊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x8a",3,NULL,0,NULL,0}, + {"雡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xa1",3,NULL,0,NULL,0}, + {"Ⴄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xa4",3,NULL,0,NULL,0}, + {"⡾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xbe",3,NULL,0,NULL,0}, + {"슝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x84",3,NULL,0,NULL,0}, + {"ᙾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xbe",3,NULL,0,NULL,0}, + {"拏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x9b",3,NULL,0,NULL,0}, + {"ঋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x8b",3,NULL,0,NULL,0}, + {"년",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x84",3,NULL,0,NULL,0}, + {"쨼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xbc",3,NULL,0,NULL,0}, + {"䤰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xb0",3,NULL,0,NULL,0}, + {"⢬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xac",3,NULL,0,NULL,0}, + {"࡜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xa2",3,NULL,0,NULL,0}, + {"፞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x9e",3,NULL,0,NULL,0}, + {"㪄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x84",3,NULL,0,NULL,0}, + {"榦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xa6",3,NULL,0,NULL,0}, + {"䗪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xaa",3,NULL,0,NULL,0}, + {"얒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x92",3,NULL,0,NULL,0}, + {"딶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xb6",3,NULL,0,NULL,0}, + {"껯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xaf",3,NULL,0,NULL,0}, + {"畚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x9a",3,NULL,0,NULL,0}, + {"ᛸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xb8",3,NULL,0,NULL,0}, + {"끔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x94",3,NULL,0,NULL,0}, + {"ƃ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x83",2,NULL,0,NULL,0}, + {"婪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xaa",3,NULL,0,NULL,0}, + {"ꯍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x8d",3,NULL,0,NULL,0}, + {"翚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x9a",3,NULL,0,NULL,0}, + {"來",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x86",3,NULL,0,NULL,0}, + {"捾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x9d",3,NULL,0,NULL,0}, + {"霟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x9f",3,NULL,0,NULL,0}, + {"⢯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x90",3,NULL,0,NULL,0}, + {"严",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xa5",3,NULL,0,NULL,0}, + {"ꄚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x9a",3,NULL,0,NULL,0}, + {"䂡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xa1",3,NULL,0,NULL,0}, + {"攴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xb4",3,NULL,0,NULL,0}, + {"⍆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xb9",3,NULL,0,NULL,0}, + {"鉰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xb0",3,NULL,0,NULL,0}, + {"ꁘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x98",3,NULL,0,NULL,0}, + {"䢱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xb1",3,NULL,0,NULL,0}, + {"㿺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x89",3,NULL,0,NULL,0}, + {"ꋱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xb1",3,NULL,0,NULL,0}, + {"氿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xbf",3,NULL,0,NULL,0}, + {"뀓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x93",3,NULL,0,NULL,0}, + {"Ņ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x85",2,NULL,0,NULL,0}, + {"Ѯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xae",2,NULL,0,NULL,0}, + {"⁘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x98",3,NULL,0,NULL,0}, + {"둆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x86",3,NULL,0,NULL,0}, + {"ㅔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x94",3,NULL,0,NULL,0}, + {"逾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xbe",3,NULL,0,NULL,0}, + {"ᑩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xa9",3,NULL,0,NULL,0}, + {"좬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xac",3,NULL,0,NULL,0}, + {"兔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x97",3,NULL,0,NULL,0}, + {"궷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xb7",3,NULL,0,NULL,0}, + {"뿛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x9b",3,NULL,0,NULL,0}, + {"色",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xb2",3,NULL,0,NULL,0}, + {"ᅬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xac",3,NULL,0,NULL,0}, + {"쟨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xa8",3,NULL,0,NULL,0}, + {"Ὠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xb6",3,NULL,0,NULL,0}, + {"螭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xad",3,NULL,0,NULL,0}, + {"圖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x96",3,NULL,0,NULL,0}, + {"ꐿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xbf",3,NULL,0,NULL,0}, + {"騺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xba",3,NULL,0,NULL,0}, + {"疓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x81",3,NULL,0,NULL,0}, + {"ʣ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xa3",2,NULL,0,NULL,0}, + {"垧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xa7",3,NULL,0,NULL,0}, + {"ᥥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xa5",3,NULL,0,NULL,0}, + {"堐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x90",3,NULL,0,NULL,0}, + {"梴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xba",3,NULL,0,NULL,0}, + {"膂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x82",3,NULL,0,NULL,0}, + {"녤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xa4",3,NULL,0,NULL,0}, + {"ㆊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x8a",3,NULL,0,NULL,0}, + {"檅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x85",3,NULL,0,NULL,0}, + {"孶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xb6",3,NULL,0,NULL,0}, + {"㑟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x9f",3,NULL,0,NULL,0}, + {"䏭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xad",3,NULL,0,NULL,0}, + {"펂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x82",3,NULL,0,NULL,0}, + {"덒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x92",3,NULL,0,NULL,0}, + {"ꊪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xaa",3,NULL,0,NULL,0}, + {"촗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x8a",3,NULL,0,NULL,0}, + {"걡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xa1",3,NULL,0,NULL,0}, + {"᫈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x88",3,NULL,0,NULL,0}, + {"Г",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x93",2,NULL,0,NULL,0}, + {"朆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x86",3,NULL,0,NULL,0}, + {"ἲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xb2",3,NULL,0,NULL,0}, + {"ㄝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x9d",3,NULL,0,NULL,0}, + {"眥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xa5",3,NULL,0,NULL,0}, + {"밞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x9e",3,NULL,0,NULL,0}, + {"ゞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x9e",3,NULL,0,NULL,0}, + {"朵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xb5",3,NULL,0,NULL,0}, + {"亪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xaa",3,NULL,0,NULL,0}, + {"귘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x98",3,NULL,0,NULL,0}, + {"`",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xaf",3,NULL,0,NULL,0}, + {"뽼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xbc",3,NULL,0,NULL,0}, + {"ᇋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xad",3,NULL,0,NULL,0}, + {"療",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x83",3,NULL,0,NULL,0}, + {"꒺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xba",3,NULL,0,NULL,0}, + {"킩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xa9",3,NULL,0,NULL,0}, + {"ˤ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xa4",2,NULL,0,NULL,0}, + {"֣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xa3",2,NULL,0,NULL,0}, + {"碶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xb6",3,NULL,0,NULL,0}, + {"蝖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x96",3,NULL,0,NULL,0}, + {"셿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xbf",3,NULL,0,NULL,0}, + {"ⴉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x89",3,NULL,0,NULL,0}, + {"ዄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x84",3,NULL,0,NULL,0}, + {"楣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xa3",3,NULL,0,NULL,0}, + {"䚑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x91",3,NULL,0,NULL,0}, + {"쵙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xa2",3,NULL,0,NULL,0}, + {"䌎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x8e",3,NULL,0,NULL,0}, + {"´",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb4",2,NULL,0,NULL,0}, + {"竳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xb3",3,NULL,0,NULL,0}, + {"댉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x89",3,NULL,0,NULL,0}, + {"ꈯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xaf",3,NULL,0,NULL,0}, + {"쳒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x92",3,NULL,0,NULL,0}, + {"흈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x88",3,NULL,0,NULL,0}, + {"蘰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xb0",3,NULL,0,NULL,0}, + {"ᬉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x89",3,NULL,0,NULL,0}, + {"⅀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x80",3,NULL,0,NULL,0}, + {"툴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xb4",3,NULL,0,NULL,0}, + {"칙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x99",3,NULL,0,NULL,0}, + {"첑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x91",3,NULL,0,NULL,0}, + {"籂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x82",3,NULL,0,NULL,0}, + {"薔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x94",3,NULL,0,NULL,0}, + {"䬪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xaa",3,NULL,0,NULL,0}, + {"칳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xb3",3,NULL,0,NULL,0}, + {"㜽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xbd",3,NULL,0,NULL,0}, + {"뮆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x86",3,NULL,0,NULL,0}, + {"㕋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x8b",3,NULL,0,NULL,0}, + {"敤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xa4",3,NULL,0,NULL,0}, + {"⫯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xaf",3,NULL,0,NULL,0}, + {"疩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xa9",3,NULL,0,NULL,0}, + {"詳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xb3",3,NULL,0,NULL,0}, + {"럽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xbd",3,NULL,0,NULL,0}, + {"뺻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xbb",3,NULL,0,NULL,0}, + {"샸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xb8",3,NULL,0,NULL,0}, + {"ᱸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xb8",3,NULL,0,NULL,0}, + {"럤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xa4",3,NULL,0,NULL,0}, + {"ᦡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xa1",3,NULL,0,NULL,0}, + {"ڴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xb4",2,NULL,0,NULL,0}, + {"㉃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x83",3,NULL,0,NULL,0}, + {"䲘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x98",3,NULL,0,NULL,0}, + {"禒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x92",3,NULL,0,NULL,0}, + {"뫱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xb1",3,NULL,0,NULL,0}, + {"鱬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xac",3,NULL,0,NULL,0}, + {"斾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xbe",3,NULL,0,NULL,0}, + {"䞚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x9a",3,NULL,0,NULL,0}, + {"粡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xa1",3,NULL,0,NULL,0}, + {"䍏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xba",3,NULL,0,NULL,0}, + {"槏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x8f",3,NULL,0,NULL,0}, + {"蠛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x9b",3,NULL,0,NULL,0}, + {"㏸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x93",3,NULL,0,NULL,0}, + {"쪪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xaa",3,NULL,0,NULL,0}, + {"‷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb7",3,NULL,0,NULL,0}, + {"葘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x98",3,NULL,0,NULL,0}, + {"㡶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xb6",3,NULL,0,NULL,0}, + {"㔽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xbd",3,NULL,0,NULL,0}, + {"駨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x99",3,NULL,0,NULL,0}, + {"쿶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xb6",3,NULL,0,NULL,0}, + {"絩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xa9",3,NULL,0,NULL,0}, + {"暪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xaa",3,NULL,0,NULL,0}, + {"특",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xb9",3,NULL,0,NULL,0}, + {"쀮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xae",3,NULL,0,NULL,0}, + {"츲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xb2",3,NULL,0,NULL,0}, + {"䪎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x8e",3,NULL,0,NULL,0}, + {"瀝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x9d",3,NULL,0,NULL,0}, + {"㗎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x8e",3,NULL,0,NULL,0}, + {"⋥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xa5",3,NULL,0,NULL,0}, + {"囅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x85",3,NULL,0,NULL,0}, + {"憴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xb4",3,NULL,0,NULL,0}, + {"䉦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xad",3,NULL,0,NULL,0}, + {"ꄛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x9b",3,NULL,0,NULL,0}, + {"Ẽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xbc",3,NULL,0,NULL,0}, + {"刚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x9a",3,NULL,0,NULL,0}, + {"㑏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x8f",3,NULL,0,NULL,0}, + {"ﭲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xb2",3,NULL,0,NULL,0}, + {"뷝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x9d",3,NULL,0,NULL,0}, + {"稫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xab",3,NULL,0,NULL,0}, + {"츊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x8a",3,NULL,0,NULL,0}, + {"ቭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xad",3,NULL,0,NULL,0}, + {"鳃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x83",3,NULL,0,NULL,0}, + {"裤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x8d",3,NULL,0,NULL,0}, + {"昕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x95",3,NULL,0,NULL,0}, + {"㭾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xbe",3,NULL,0,NULL,0}, + {"篓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x93",3,NULL,0,NULL,0}, + {"⓬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xac",3,NULL,0,NULL,0}, + {"瓛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x9b",3,NULL,0,NULL,0}, + {"ㅈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x88",3,NULL,0,NULL,0}, + {"Ɬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xad",3,NULL,0,NULL,0}, + {"燊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x8a",3,NULL,0,NULL,0}, + {"啶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x9c",3,NULL,0,NULL,0}, + {"扟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x9f",3,NULL,0,NULL,0}, + {"躰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xb0",3,NULL,0,NULL,0}, + {"่",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x88",3,NULL,0,NULL,0}, + {"䣀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xb0",3,NULL,0,NULL,0}, + {"퀷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xb7",3,NULL,0,NULL,0}, + {"㥭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xad",3,NULL,0,NULL,0}, + {"ꬹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xb9",3,NULL,0,NULL,0}, + {"᜴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xb4",3,NULL,0,NULL,0}, + {"圶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xb6",3,NULL,0,NULL,0}, + {"ⵡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xa1",3,NULL,0,NULL,0}, + {"팖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x96",3,NULL,0,NULL,0}, + {"年",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xb4",3,NULL,0,NULL,0}, + {"쁢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xa2",3,NULL,0,NULL,0}, + {"爽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xbd",3,NULL,0,NULL,0}, + {"传",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xa0",3,NULL,0,NULL,0}, + {"옒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x92",3,NULL,0,NULL,0}, + {"挃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x83",3,NULL,0,NULL,0}, + {"唃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x83",3,NULL,0,NULL,0}, + {"혟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x9f",3,NULL,0,NULL,0}, + {"ᮖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x96",3,NULL,0,NULL,0}, + {"Σ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa3",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xaa",3,NULL,0,NULL,0}, + {"钝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x80",3,NULL,0,NULL,0}, + {"뜈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x88",3,NULL,0,NULL,0}, + {"ṱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xb1",3,NULL,0,NULL,0}, + {"穴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xb4",3,NULL,0,NULL,0}, + {"醬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xac",3,NULL,0,NULL,0}, + {"⧶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xb6",3,NULL,0,NULL,0}, + {"躾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xbe",3,NULL,0,NULL,0}, + {"맿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xbf",3,NULL,0,NULL,0}, + {"饈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x88",3,NULL,0,NULL,0}, + {"윁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x81",3,NULL,0,NULL,0}, + {"믔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x94",3,NULL,0,NULL,0}, + {"ꪶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xb6",3,NULL,0,NULL,0}, + {"璬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xac",3,NULL,0,NULL,0}, + {"肳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xb3",3,NULL,0,NULL,0}, + {"䥴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xb4",3,NULL,0,NULL,0}, + {"祓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x93",3,NULL,0,NULL,0}, + {"Ӡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xa0",2,NULL,0,NULL,0}, + {"獆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x86",3,NULL,0,NULL,0}, + {"㯳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x93",3,NULL,0,NULL,0}, + {"ਘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x98",3,NULL,0,NULL,0}, + {"⯲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xb2",3,NULL,0,NULL,0}, + {"볥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xa5",3,NULL,0,NULL,0}, + {"ྐྵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xb9",3,NULL,0,NULL,0}, + {"엉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x89",3,NULL,0,NULL,0}, + {"㴥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xa5",3,NULL,0,NULL,0}, + {"咚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x9a",3,NULL,0,NULL,0}, + {"攂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x82",3,NULL,0,NULL,0}, + {"䆄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x84",3,NULL,0,NULL,0}, + {"ⱑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x9f",3,NULL,0,NULL,0}, + {"徱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xb1",3,NULL,0,NULL,0}, + {"꫸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xb8",3,NULL,0,NULL,0}, + {"ᢪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xaa",3,NULL,0,NULL,0}, + {"଺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xba",3,NULL,0,NULL,0}, + {"齘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x98",3,NULL,0,NULL,0}, + {"㲉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x89",3,NULL,0,NULL,0}, + {"ོ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xbc",3,NULL,0,NULL,0}, + {"岢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xa2",3,NULL,0,NULL,0}, + {"廐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x90",3,NULL,0,NULL,0}, + {"ఔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x94",3,NULL,0,NULL,0}, + {"욐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x90",3,NULL,0,NULL,0}, + {"駏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x8f",3,NULL,0,NULL,0}, + {"ꩵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xb5",3,NULL,0,NULL,0}, + {"傿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xbf",3,NULL,0,NULL,0}, + {"㇆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x86",3,NULL,0,NULL,0}, + {"摸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xb8",3,NULL,0,NULL,0}, + {"岁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x81",3,NULL,0,NULL,0}, + {"縀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x80",3,NULL,0,NULL,0}, + {"搏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x8f",3,NULL,0,NULL,0}, + {"﵉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x89",3,NULL,0,NULL,0}, + {"鿼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xbc",3,NULL,0,NULL,0}, + {"酞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x9e",3,NULL,0,NULL,0}, + {"븯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xaf",3,NULL,0,NULL,0}, + {"ⵄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x84",3,NULL,0,NULL,0}, + {"㽟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xa2",3,NULL,0,NULL,0}, + {"轢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xa2",3,NULL,0,NULL,0}, + {"꼅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x85",3,NULL,0,NULL,0}, + {"᱉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x89",3,NULL,0,NULL,0}, + {"鈅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x85",3,NULL,0,NULL,0}, + {"ꔞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x9e",3,NULL,0,NULL,0}, + {"楴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xb4",3,NULL,0,NULL,0}, + {"猇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x87",3,NULL,0,NULL,0}, + {"逞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x9e",3,NULL,0,NULL,0}, + {"ਿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xbf",3,NULL,0,NULL,0}, + {"䏼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x97",3,NULL,0,NULL,0}, + {"溓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x93",3,NULL,0,NULL,0}, + {"鐸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xb8",3,NULL,0,NULL,0}, + {"㦿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xbf",3,NULL,0,NULL,0}, + {"뙮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xbe",3,NULL,0,NULL,0}, + {"ᤱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xb1",3,NULL,0,NULL,0}, + {"语",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xad",3,NULL,0,NULL,0}, + {"鞤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xa4",3,NULL,0,NULL,0}, + {"懲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x80",3,NULL,0,NULL,0}, + {"ꢠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xa0",3,NULL,0,NULL,0}, + {"⬂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x82",3,NULL,0,NULL,0}, + {"쑎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x8e",3,NULL,0,NULL,0}, + {"낡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xa1",3,NULL,0,NULL,0}, + {"犯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x9f",3,NULL,0,NULL,0}, + {"ሗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x97",3,NULL,0,NULL,0}, + {"ꗇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x87",3,NULL,0,NULL,0}, + {"䖝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x89",3,NULL,0,NULL,0}, + {"악",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x8f",3,NULL,0,NULL,0}, + {"绷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xb7",3,NULL,0,NULL,0}, + {"೿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x8a",3,NULL,0,NULL,0}, + {"䈷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xb7",3,NULL,0,NULL,0}, + {"䴗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x97",3,NULL,0,NULL,0}, + {"㼰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xb0",3,NULL,0,NULL,0}, + {"Q",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb1",3,NULL,0,NULL,0}, + {"쐒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x92",3,NULL,0,NULL,0}, + {"ﳞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x9e",3,NULL,0,NULL,0}, + {"홰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xb0",3,NULL,0,NULL,0}, + {"绬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xac",3,NULL,0,NULL,0}, + {"づ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xa5",3,NULL,0,NULL,0}, + {"涔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x94",3,NULL,0,NULL,0}, + {"ó",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb3",2,NULL,0,NULL,0}, + {"뤶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xb6",3,NULL,0,NULL,0}, + {"䒫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xab",3,NULL,0,NULL,0}, + {"ℊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x92",3,NULL,0,NULL,0}, + {"陟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xa0",3,NULL,0,NULL,0}, + {"枷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x89",3,NULL,0,NULL,0}, + {"䵘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xa7",3,NULL,0,NULL,0}, + {"ꘈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x88",3,NULL,0,NULL,0}, + {"꼩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xa9",3,NULL,0,NULL,0}, + {"됛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x9b",3,NULL,0,NULL,0}, + {"砵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xb5",3,NULL,0,NULL,0}, + {"ে",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x87",3,NULL,0,NULL,0}, + {"쏊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x8a",3,NULL,0,NULL,0}, + {"夻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xbb",3,NULL,0,NULL,0}, + {"ඃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x83",3,NULL,0,NULL,0}, + {"㺱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xb1",3,NULL,0,NULL,0}, + {"쎉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x89",3,NULL,0,NULL,0}, + {"쭈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x88",3,NULL,0,NULL,0}, + {"ᖒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x92",3,NULL,0,NULL,0}, + {"ࠝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x9d",3,NULL,0,NULL,0}, + {"諍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x8d",3,NULL,0,NULL,0}, + {"裻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xbb",3,NULL,0,NULL,0}, + {"陈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x9e",3,NULL,0,NULL,0}, + {"鈻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xbb",3,NULL,0,NULL,0}, + {"絡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xa1",3,NULL,0,NULL,0}, + {"䁗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x97",3,NULL,0,NULL,0}, + {"䌡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xa1",3,NULL,0,NULL,0}, + {"⑴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xb4",3,NULL,0,NULL,0}, + {"默",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x98",3,NULL,0,NULL,0}, + {"¼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xbc",2,NULL,0,NULL,0}, + {"宓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x93",3,NULL,0,NULL,0}, + {"᧡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xa1",3,NULL,0,NULL,0}, + {"⏵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xb5",3,NULL,0,NULL,0}, + {"臨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xb6",3,NULL,0,NULL,0}, + {"蕧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xa7",3,NULL,0,NULL,0}, + {"䷟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x9f",3,NULL,0,NULL,0}, + {"︰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xb0",3,NULL,0,NULL,0}, + {"漏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x8f",3,NULL,0,NULL,0}, + {"룞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x9e",3,NULL,0,NULL,0}, + {"䤕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x95",3,NULL,0,NULL,0}, + {"郪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xaa",3,NULL,0,NULL,0}, + {"괾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xbe",3,NULL,0,NULL,0}, + {"ࢆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x86",3,NULL,0,NULL,0}, + {"б",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xb1",2,NULL,0,NULL,0}, + {"ᕑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x91",3,NULL,0,NULL,0}, + {"鉼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xbc",3,NULL,0,NULL,0}, + {"ܺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xba",2,NULL,0,NULL,0}, + {"腄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x84",3,NULL,0,NULL,0}, + {"褦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xa6",3,NULL,0,NULL,0}, + {"腏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x8f",3,NULL,0,NULL,0}, + {"ऄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x84",3,NULL,0,NULL,0}, + {"韹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xb9",3,NULL,0,NULL,0}, + {"⤓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x93",3,NULL,0,NULL,0}, + {"䕛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x9b",3,NULL,0,NULL,0}, + {"중",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x91",3,NULL,0,NULL,0}, + {"냾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xbe",3,NULL,0,NULL,0}, + {"쒄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x84",3,NULL,0,NULL,0}, + {"╖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x96",3,NULL,0,NULL,0}, + {"ᨸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xb8",3,NULL,0,NULL,0}, + {"흩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xa9",3,NULL,0,NULL,0}, + {"쥈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x88",3,NULL,0,NULL,0}, + {"냥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xa5",3,NULL,0,NULL,0}, + {"潘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x98",3,NULL,0,NULL,0}, + {"嫷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xb7",3,NULL,0,NULL,0}, + {"罄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xa7",3,NULL,0,NULL,0}, + {"컿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xbf",3,NULL,0,NULL,0}, + {"臷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xb7",3,NULL,0,NULL,0}, + {"늩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xa9",3,NULL,0,NULL,0}, + {"싰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xb0",3,NULL,0,NULL,0}, + {"靔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x94",3,NULL,0,NULL,0}, + {"䣈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x88",3,NULL,0,NULL,0}, + {"百",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xa9",3,NULL,0,NULL,0}, + {"錚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x9a",3,NULL,0,NULL,0}, + {"칆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x86",3,NULL,0,NULL,0}, + {"즷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xb2",3,NULL,0,NULL,0}, + {"￀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x80",3,NULL,0,NULL,0}, + {"欗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xb8",3,NULL,0,NULL,0}, + {"ᄣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xa3",3,NULL,0,NULL,0}, + {"።",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xa2",3,NULL,0,NULL,0}, + {"ꁎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x8e",3,NULL,0,NULL,0}, + {"䉪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xaa",3,NULL,0,NULL,0}, + {"⣤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xa4",3,NULL,0,NULL,0}, + {"٤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xa4",2,NULL,0,NULL,0}, + {"硏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x8f",3,NULL,0,NULL,0}, + {"촉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x89",3,NULL,0,NULL,0}, + {"드",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xa8",3,NULL,0,NULL,0}, + {"藶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xb6",3,NULL,0,NULL,0}, + {"챬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xac",3,NULL,0,NULL,0}, + {"ᛆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x86",3,NULL,0,NULL,0}, + {"Ⅱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xa1",3,NULL,0,NULL,0}, + {"졍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x8d",3,NULL,0,NULL,0}, + {"⪞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x9e",3,NULL,0,NULL,0}, + {"‒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x92",3,NULL,0,NULL,0}, + {"佦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xa6",3,NULL,0,NULL,0}, + {"蕝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x9d",3,NULL,0,NULL,0}, + {"䎎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x8e",3,NULL,0,NULL,0}, + {"♢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa2",3,NULL,0,NULL,0}, + {"⃁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x81",3,NULL,0,NULL,0}, + {"䛷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xb7",3,NULL,0,NULL,0}, + {"ꃍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x8d",3,NULL,0,NULL,0}, + {"뼇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x87",3,NULL,0,NULL,0}, + {"⏙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x99",3,NULL,0,NULL,0}, + {"㤈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x88",3,NULL,0,NULL,0}, + {"ꁜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x9c",3,NULL,0,NULL,0}, + {"↽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xbd",3,NULL,0,NULL,0}, + {"㏃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x9f",3,NULL,0,NULL,0}, + {"懙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x99",3,NULL,0,NULL,0}, + {"敌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x8c",3,NULL,0,NULL,0}, + {"砍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x8d",3,NULL,0,NULL,0}, + {"灢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xa2",3,NULL,0,NULL,0}, + {"껽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xbd",3,NULL,0,NULL,0}, + {"Ð",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x90",2,NULL,0,NULL,0}, + {"㑞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x9e",3,NULL,0,NULL,0}, + {"汳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xb3",3,NULL,0,NULL,0}, + {"쪓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x93",3,NULL,0,NULL,0}, + {"Ɖ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x89",2,NULL,0,NULL,0}, + {"춰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xb0",3,NULL,0,NULL,0}, + {"ᒼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xbc",3,NULL,0,NULL,0}, + {"쫼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xbc",3,NULL,0,NULL,0}, + {"䡄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x84",3,NULL,0,NULL,0}, + {"ᇨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xa8",3,NULL,0,NULL,0}, + {"ㅘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x98",3,NULL,0,NULL,0}, + {"⡠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x93",3,NULL,0,NULL,0}, + {"ꮚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x83",3,NULL,0,NULL,0}, + {"ぎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x8e",3,NULL,0,NULL,0}, + {"⻇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x87",3,NULL,0,NULL,0}, + {"蒮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xae",3,NULL,0,NULL,0}, + {"࠵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xb5",3,NULL,0,NULL,0}, + {"䒼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xbc",3,NULL,0,NULL,0}, + {"⩟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x9f",3,NULL,0,NULL,0}, + {"蟝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xa0",3,NULL,0,NULL,0}, + {"㚥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xa5",3,NULL,0,NULL,0}, + {"뇏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x8f",3,NULL,0,NULL,0}, + {"∦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa6",3,NULL,0,NULL,0}, + {"᥷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xb7",3,NULL,0,NULL,0}, + {"נ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xa0",2,NULL,0,NULL,0}, + {"ᐄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x84",3,NULL,0,NULL,0}, + {"㐴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xb4",3,NULL,0,NULL,0}, + {"˚",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x9a",2,NULL,0,NULL,0}, + {"垕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x95",3,NULL,0,NULL,0}, + {"鴧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xaf",3,NULL,0,NULL,0}, + {"횬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xac",3,NULL,0,NULL,0}, + {"᪍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x8d",3,NULL,0,NULL,0}, + {"晽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xbd",3,NULL,0,NULL,0}, + {"㒳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xb3",3,NULL,0,NULL,0}, + {"眤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xa4",3,NULL,0,NULL,0}, + {"菧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xa7",3,NULL,0,NULL,0}, + {"遚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x9a",3,NULL,0,NULL,0}, + {"┑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x91",3,NULL,0,NULL,0}, + {"ㄗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x97",3,NULL,0,NULL,0}, + {"踔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x94",3,NULL,0,NULL,0}, + {"ឭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xad",3,NULL,0,NULL,0}, + {"궵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xb5",3,NULL,0,NULL,0}, + {"䠫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xab",3,NULL,0,NULL,0}, + {"뿑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x91",3,NULL,0,NULL,0}, + {"蘒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x92",3,NULL,0,NULL,0}, + {"⟙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x99",3,NULL,0,NULL,0}, + {"ꌯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xaf",3,NULL,0,NULL,0}, + {"▱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xb1",3,NULL,0,NULL,0}, + {"烖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xbb",3,NULL,0,NULL,0}, + {"꣩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xa9",3,NULL,0,NULL,0}, + {"⾵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xb5",3,NULL,0,NULL,0}, + {"毞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x9e",3,NULL,0,NULL,0}, + {"﮼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xbc",3,NULL,0,NULL,0}, + {"禟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x9f",3,NULL,0,NULL,0}, + {"Ⲍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x8c",3,NULL,0,NULL,0}, + {"숆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x86",3,NULL,0,NULL,0}, + {"㉏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x8f",3,NULL,0,NULL,0}, + {"籴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xb4",3,NULL,0,NULL,0}, + {"殝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x9d",3,NULL,0,NULL,0}, + {"࿨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x9a",3,NULL,0,NULL,0}, + {"㋪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xaa",3,NULL,0,NULL,0}, + {"䓉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x89",3,NULL,0,NULL,0}, + {"檇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x87",3,NULL,0,NULL,0}, + {"抇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x87",3,NULL,0,NULL,0}, + {"⎦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xa6",3,NULL,0,NULL,0}, + {"⨯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xaf",3,NULL,0,NULL,0}, + {"뎖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x98",3,NULL,0,NULL,0}, + {"ⴟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x9f",3,NULL,0,NULL,0}, + {"훫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xab",3,NULL,0,NULL,0}, + {"鵰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xb0",3,NULL,0,NULL,0}, + {"ゟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x9f",3,NULL,0,NULL,0}, + {"䊿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xbf",3,NULL,0,NULL,0}, + {"콠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xa0",3,NULL,0,NULL,0}, + {"䘟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x9f",3,NULL,0,NULL,0}, + {"⃣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xa3",3,NULL,0,NULL,0}, + {"蘬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xac",3,NULL,0,NULL,0}, + {"ཝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x9d",3,NULL,0,NULL,0}, + {"꽯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xaf",3,NULL,0,NULL,0}, + {"趕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x95",3,NULL,0,NULL,0}, + {"➯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xaf",3,NULL,0,NULL,0}, + {"퉦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xa6",3,NULL,0,NULL,0}, + {"藑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x91",3,NULL,0,NULL,0}, + {"瘦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xa6",3,NULL,0,NULL,0}, + {"䥏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x8f",3,NULL,0,NULL,0}, + {"撱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xb1",3,NULL,0,NULL,0}, + {"ꏾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xbe",3,NULL,0,NULL,0}, + {"鳨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xa8",3,NULL,0,NULL,0}, + {"搪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xaa",3,NULL,0,NULL,0}, + {"妕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x8c",3,NULL,0,NULL,0}, + {"ⴋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x8b",3,NULL,0,NULL,0}, + {"㍗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x97",3,NULL,0,NULL,0}, + {"ꍛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x9b",3,NULL,0,NULL,0}, + {"䜺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xaf",3,NULL,0,NULL,0}, + {"ቄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x84",3,NULL,0,NULL,0}, + {"㶵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xb5",3,NULL,0,NULL,0}, + {"섾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xbe",3,NULL,0,NULL,0}, + {"剠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x8a",3,NULL,0,NULL,0}, + {"忩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xa9",3,NULL,0,NULL,0}, + {"㱐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x90",3,NULL,0,NULL,0}, + {"쾷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xb7",3,NULL,0,NULL,0}, + {"﬑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x91",3,NULL,0,NULL,0}, + {"桋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x8b",3,NULL,0,NULL,0}, + {"袒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x92",3,NULL,0,NULL,0}, + {"Ղ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x82",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xbe",3,NULL,0,NULL,0}, + {"㦦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xa6",3,NULL,0,NULL,0}, + {"鬥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xa5",3,NULL,0,NULL,0}, + {"꡽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xbd",3,NULL,0,NULL,0}, + {"ᆛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xa4",3,NULL,0,NULL,0}, + {"퀀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x80",3,NULL,0,NULL,0}, + {"ፅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x85",3,NULL,0,NULL,0}, + {"⊪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xaa",3,NULL,0,NULL,0}, + {"瀯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xaf",3,NULL,0,NULL,0}, + {"詛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x98",3,NULL,0,NULL,0}, + {"窍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x91",3,NULL,0,NULL,0}, + {"ã",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa3",2,NULL,0,NULL,0}, + {"懾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xbe",3,NULL,0,NULL,0}, + {"椫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xab",3,NULL,0,NULL,0}, + {"鲌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x8c",3,NULL,0,NULL,0}, + {"ሊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x8a",3,NULL,0,NULL,0}, + {"旞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x80",3,NULL,0,NULL,0}, + {"輴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xb4",3,NULL,0,NULL,0}, + {"粫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xab",3,NULL,0,NULL,0}, + {"붎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xab",3,NULL,0,NULL,0}, + {"䲰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x8b",3,NULL,0,NULL,0}, + {"渨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xa8",3,NULL,0,NULL,0}, + {"掺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xba",3,NULL,0,NULL,0}, + {"壸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xb8",3,NULL,0,NULL,0}, + {"䱮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xae",3,NULL,0,NULL,0}, + {"贩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xa9",3,NULL,0,NULL,0}, + {"킢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xa2",3,NULL,0,NULL,0}, + {"븧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xa7",3,NULL,0,NULL,0}, + {"껜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x9c",3,NULL,0,NULL,0}, + {"喱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xb1",3,NULL,0,NULL,0}, + {"谽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xbd",3,NULL,0,NULL,0}, + {"炈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x88",3,NULL,0,NULL,0}, + {"쿦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xa6",3,NULL,0,NULL,0}, + {"뮸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xb8",3,NULL,0,NULL,0}, + {"㮰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xb0",3,NULL,0,NULL,0}, + {"ӹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xb9",2,NULL,0,NULL,0}, + {"㥋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x8b",3,NULL,0,NULL,0}, + {"땔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x94",3,NULL,0,NULL,0}, + {"⮔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x94",3,NULL,0,NULL,0}, + {"쀢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xa2",3,NULL,0,NULL,0}, + {"랲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xb2",3,NULL,0,NULL,0}, + {"쓵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xb5",3,NULL,0,NULL,0}, + {"犰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xb0",3,NULL,0,NULL,0}, + {"ⵓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x93",3,NULL,0,NULL,0}, + {"鯘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x98",3,NULL,0,NULL,0}, + {"咱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xb1",3,NULL,0,NULL,0}, + {"壮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xae",3,NULL,0,NULL,0}, + {"鷂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x82",3,NULL,0,NULL,0}, + {"⸐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x90",3,NULL,0,NULL,0}, + {"ඞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x9e",3,NULL,0,NULL,0}, + {"颞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x9e",3,NULL,0,NULL,0}, + {"蚄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x84",3,NULL,0,NULL,0}, + {"껪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xaa",3,NULL,0,NULL,0}, + {"䆯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xaf",3,NULL,0,NULL,0}, + {"዇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x87",3,NULL,0,NULL,0}, + {"쐃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x83",3,NULL,0,NULL,0}, + {"㨌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x8c",3,NULL,0,NULL,0}, + {"嗇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x87",3,NULL,0,NULL,0}, + {"ᗋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x8b",3,NULL,0,NULL,0}, + {"⯔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x94",3,NULL,0,NULL,0}, + {"꯹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xb9",3,NULL,0,NULL,0}, + {"嘇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x87",3,NULL,0,NULL,0}, + {"綝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x9d",3,NULL,0,NULL,0}, + {"淎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x8e",3,NULL,0,NULL,0}, + {"麹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xb9",3,NULL,0,NULL,0}, + {"ꞷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xb7",3,NULL,0,NULL,0}, + {"啒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x92",3,NULL,0,NULL,0}, + {"焇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x87",3,NULL,0,NULL,0}, + {"믹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xb9",3,NULL,0,NULL,0}, + {"멃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x83",3,NULL,0,NULL,0}, + {"떳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xb3",3,NULL,0,NULL,0}, + {"祁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x81",3,NULL,0,NULL,0}, + {"㹽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xbd",3,NULL,0,NULL,0}, + {"펷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xb7",3,NULL,0,NULL,0}, + {"왖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xa0",3,NULL,0,NULL,0}, + {"鰙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x99",3,NULL,0,NULL,0}, + {"潈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xa4",3,NULL,0,NULL,0}, + {"㠷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xb7",3,NULL,0,NULL,0}, + {"뱾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xbe",3,NULL,0,NULL,0}, + {"ﶃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x9b",3,NULL,0,NULL,0}, + {"諬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xac",3,NULL,0,NULL,0}, + {"獸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xb8",3,NULL,0,NULL,0}, + {"ⱛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x9b",3,NULL,0,NULL,0}, + {"߈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x88",2,NULL,0,NULL,0}, + {"뤋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x8b",3,NULL,0,NULL,0}, + {"뚻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xbb",3,NULL,0,NULL,0}, + {"椋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x8b",3,NULL,0,NULL,0}, + {"鷦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xa6",3,NULL,0,NULL,0}, + {"㶌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x8c",3,NULL,0,NULL,0}, + {"㣗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x97",3,NULL,0,NULL,0}, + {"湘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x8e",3,NULL,0,NULL,0}, + {"紖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x96",3,NULL,0,NULL,0}, + {"윣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xa3",3,NULL,0,NULL,0}, + {"౿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xbf",3,NULL,0,NULL,0}, + {"勨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xa8",3,NULL,0,NULL,0}, + {"_",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"_",1,NULL,0,NULL,0}, + {"繣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xa3",3,NULL,0,NULL,0}, + {"㼕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x95",3,NULL,0,NULL,0}, + {"呅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x85",3,NULL,0,NULL,0}, + {"覐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x90",3,NULL,0,NULL,0}, + {"팰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xb0",3,NULL,0,NULL,0}, + {"푗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x97",3,NULL,0,NULL,0}, + {"䳣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xa3",3,NULL,0,NULL,0}, + {"哫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xab",3,NULL,0,NULL,0}, + {"擢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xa2",3,NULL,0,NULL,0}, + {"Ნ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xbc",3,NULL,0,NULL,0}, + {"ᱛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x9b",3,NULL,0,NULL,0}, + {"鏥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xb5",3,NULL,0,NULL,0}, + {"ﲡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xa1",3,NULL,0,NULL,0}, + {"ᬊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xbe",3,NULL,0,NULL,0}, + {"맓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xb7",3,NULL,0,NULL,0}, + {"쒱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xb1",3,NULL,0,NULL,0}, + {"᭐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x90",3,NULL,0,NULL,0}, + {"냄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x84",3,NULL,0,NULL,0}, + {"줘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x98",3,NULL,0,NULL,0}, + {"꜖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x96",3,NULL,0,NULL,0}, + {"쑚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x9a",3,NULL,0,NULL,0}, + {"縌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x8e",3,NULL,0,NULL,0}, + {"풿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xbf",3,NULL,0,NULL,0}, + {"㻈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x88",3,NULL,0,NULL,0}, + {"Ⅼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xac",3,NULL,0,NULL,0}, + {"ൈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x88",3,NULL,0,NULL,0}, + {"㽭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xb4",3,NULL,0,NULL,0}, + {"᛫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xab",3,NULL,0,NULL,0}, + {"膸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xb8",3,NULL,0,NULL,0}, + {"텗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x97",3,NULL,0,NULL,0}, + {"呤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xa4",3,NULL,0,NULL,0}, + {"娲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xb2",3,NULL,0,NULL,0}, + {"ﳂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x82",3,NULL,0,NULL,0}, + {"鮱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xb1",3,NULL,0,NULL,0}, + {"찆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x86",3,NULL,0,NULL,0}, + {"䈵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xb5",3,NULL,0,NULL,0}, + {"ᣌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x91",3,NULL,0,NULL,0}, + {"Ḋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x8a",3,NULL,0,NULL,0}, + {"똁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xab",3,NULL,0,NULL,0}, + {"䣼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x92",3,NULL,0,NULL,0}, + {"ᴚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x9a",3,NULL,0,NULL,0}, + {"都",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xa6",3,NULL,0,NULL,0}, + {"綾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xbe",3,NULL,0,NULL,0}, + {"ꖵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xb5",3,NULL,0,NULL,0}, + {"돊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x8a",3,NULL,0,NULL,0}, + {"㸪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x88",3,NULL,0,NULL,0}, + {"뀨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xa8",3,NULL,0,NULL,0}, + {"㩗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x97",3,NULL,0,NULL,0}, + {"汚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x9a",3,NULL,0,NULL,0}, + {"㬣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xa3",3,NULL,0,NULL,0}, + {"ꖃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x83",3,NULL,0,NULL,0}, + {"}",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x9d",3,NULL,0,NULL,0}, + {"₠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xa0",3,NULL,0,NULL,0}, + {"䡽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xbd",3,NULL,0,NULL,0}, + {"凄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x83",3,NULL,0,NULL,0}, + {"䐲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xb2",3,NULL,0,NULL,0}, + {"쯅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x85",3,NULL,0,NULL,0}, + {"삡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xac",3,NULL,0,NULL,0}, + {"ᤍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x8f",3,NULL,0,NULL,0}, + {"鎊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x8a",3,NULL,0,NULL,0}, + {"珇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x87",3,NULL,0,NULL,0}, + {"䃄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x84",3,NULL,0,NULL,0}, + {"ࢂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x82",3,NULL,0,NULL,0}, + {"춇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x87",3,NULL,0,NULL,0}, + {"隇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x87",3,NULL,0,NULL,0}, + {"艟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x9a",3,NULL,0,NULL,0}, + {"겼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xbc",3,NULL,0,NULL,0}, + {"㿔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x94",3,NULL,0,NULL,0}, + {"ᦎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x8e",3,NULL,0,NULL,0}, + {"⑰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xb0",3,NULL,0,NULL,0}, + {"㚒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x92",3,NULL,0,NULL,0}, + {"阈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x88",3,NULL,0,NULL,0}, + {"됈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa0",3,NULL,0,NULL,0}, + {"驦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xa6",3,NULL,0,NULL,0}, + {"尊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x8a",3,NULL,0,NULL,0}, + {"ꒇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x87",3,NULL,0,NULL,0}, + {"逸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xa7",3,NULL,0,NULL,0}, + {"ॊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x8a",3,NULL,0,NULL,0}, + {"鋂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x82",3,NULL,0,NULL,0}, + {"蒞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x9e",3,NULL,0,NULL,0}, + {"꿮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xae",3,NULL,0,NULL,0}, + {"펈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x88",3,NULL,0,NULL,0}, + {"ﹳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xb3",3,NULL,0,NULL,0}, + {"ⳉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x89",3,NULL,0,NULL,0}, + {"ㅹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xb9",3,NULL,0,NULL,0}, + {"瀑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x91",3,NULL,0,NULL,0}, + {"됡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xa1",3,NULL,0,NULL,0}, + {"霿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xbf",3,NULL,0,NULL,0}, + {"夣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xa3",3,NULL,0,NULL,0}, + {"ヲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xb2",3,NULL,0,NULL,0}, + {"婘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x98",3,NULL,0,NULL,0}, + {"᫼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xbc",3,NULL,0,NULL,0}, + {"Ẫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xaa",3,NULL,0,NULL,0}, + {"댢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x99",3,NULL,0,NULL,0}, + {"䑳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xb3",3,NULL,0,NULL,0}, + {"쁲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xb2",3,NULL,0,NULL,0}, + {"ケ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb1",3,NULL,0,NULL,0}, + {"뇸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xb8",3,NULL,0,NULL,0}, + {"֠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xa0",2,NULL,0,NULL,0}, + {"ꑢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xa2",3,NULL,0,NULL,0}, + {"烢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x96",3,NULL,0,NULL,0}, + {"ࢱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xb1",3,NULL,0,NULL,0}, + {"̑",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x91",2,NULL,0,NULL,0}, + {"䓴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xb4",3,NULL,0,NULL,0}, + {"⽕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x95",3,NULL,0,NULL,0}, + {"㝖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x96",3,NULL,0,NULL,0}, + {"ई",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x88",3,NULL,0,NULL,0}, + {"埥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xa5",3,NULL,0,NULL,0}, + {"ᅚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x9a",3,NULL,0,NULL,0}, + {"᧛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x85",3,NULL,0,NULL,0}, + {"疚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x9a",3,NULL,0,NULL,0}, + {"휔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x94",3,NULL,0,NULL,0}, + {"넰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xb0",3,NULL,0,NULL,0}, + {"ᘵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xb5",3,NULL,0,NULL,0}, + {"橚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x9a",3,NULL,0,NULL,0}, + {"幱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xb1",3,NULL,0,NULL,0}, + {"孆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x86",3,NULL,0,NULL,0}, + {"﵆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x92",3,NULL,0,NULL,0}, + {"怬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xac",3,NULL,0,NULL,0}, + {"筏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x89",3,NULL,0,NULL,0}, + {"㲛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xac",3,NULL,0,NULL,0}, + {"뤿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xbf",3,NULL,0,NULL,0}, + {"䍂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x82",3,NULL,0,NULL,0}, + {"郞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x9e",3,NULL,0,NULL,0}, + {"姧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xa7",3,NULL,0,NULL,0}, + {"캿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xbf",3,NULL,0,NULL,0}, + {"퉏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x8f",3,NULL,0,NULL,0}, + {"Ὴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x8a",3,NULL,0,NULL,0}, + {"崜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x9c",3,NULL,0,NULL,0}, + {"歸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xb8",3,NULL,0,NULL,0}, + {"ᣭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xad",3,NULL,0,NULL,0}, + {"欥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xa5",3,NULL,0,NULL,0}, + {"곓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x85",3,NULL,0,NULL,0}, + {"錊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x8a",3,NULL,0,NULL,0}, + {"ꅂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x82",3,NULL,0,NULL,0}, + {"⋾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xbe",3,NULL,0,NULL,0}, + {"檔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x94",3,NULL,0,NULL,0}, + {"䕩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xa9",3,NULL,0,NULL,0}, + {"㚽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x87",3,NULL,0,NULL,0}, + {"ᓧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa7",3,NULL,0,NULL,0}, + {"۫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xab",2,NULL,0,NULL,0}, + {"顃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x83",3,NULL,0,NULL,0}, + {"畑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x91",3,NULL,0,NULL,0}, + {"虝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x9d",3,NULL,0,NULL,0}, + {"禓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x93",3,NULL,0,NULL,0}, + {"쥐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x90",3,NULL,0,NULL,0}, + {"냯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xaf",3,NULL,0,NULL,0}, + {"ℌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x8c",3,NULL,0,NULL,0}, + {"剏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x95",3,NULL,0,NULL,0}, + {"컽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xbd",3,NULL,0,NULL,0}, + {"⛛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x9b",3,NULL,0,NULL,0}, + {"Ѕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x85",2,NULL,0,NULL,0}, + {"Ƴ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xb3",2,NULL,0,NULL,0}, + {"⁄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x84",3,NULL,0,NULL,0}, + {"妴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xb4",3,NULL,0,NULL,0}, + {"⫐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x90",3,NULL,0,NULL,0}, + {"횹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xb9",3,NULL,0,NULL,0}, + {"䑓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x93",3,NULL,0,NULL,0}, + {"骀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x80",3,NULL,0,NULL,0}, + {"坅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x85",3,NULL,0,NULL,0}, + {"镸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xb8",3,NULL,0,NULL,0}, + {"敾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x8e",3,NULL,0,NULL,0}, + {"砽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xbd",3,NULL,0,NULL,0}, + {"٬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xac",2,NULL,0,NULL,0}, + {"旡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xa1",3,NULL,0,NULL,0}, + {"Ī",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xaa",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xa8",3,NULL,0,NULL,0}, + {"ꈏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xb2",3,NULL,0,NULL,0}, + {"揍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x8d",3,NULL,0,NULL,0}, + {"欮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xae",3,NULL,0,NULL,0}, + {"钰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xb0",3,NULL,0,NULL,0}, + {"쪁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x81",3,NULL,0,NULL,0}, + {"萷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xb7",3,NULL,0,NULL,0}, + {"❝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x9d",3,NULL,0,NULL,0}, + {"⃋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x8b",3,NULL,0,NULL,0}, + {"ℿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xbf",3,NULL,0,NULL,0}, + {"㤪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xaa",3,NULL,0,NULL,0}, + {"Ȝ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x9c",2,NULL,0,NULL,0}, + {"⸼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xbc",3,NULL,0,NULL,0}, + {"⠡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xa1",3,NULL,0,NULL,0}, + {"痬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xac",3,NULL,0,NULL,0}, + {"⺅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x85",3,NULL,0,NULL,0}, + {"㏁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x81",3,NULL,0,NULL,0}, + {"숳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xb3",3,NULL,0,NULL,0}, + {"ᗧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xa7",3,NULL,0,NULL,0}, + {"ӯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xaf",2,NULL,0,NULL,0}, + {"鬇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x87",3,NULL,0,NULL,0}, + {"荆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x86",3,NULL,0,NULL,0}, + {"ᨦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xae",3,NULL,0,NULL,0}, + {"顡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xa1",3,NULL,0,NULL,0}, + {"㒱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xb1",3,NULL,0,NULL,0}, + {"賁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x81",3,NULL,0,NULL,0}, + {"Ṇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x86",3,NULL,0,NULL,0}, + {"唭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xad",3,NULL,0,NULL,0}, + {"┓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x93",3,NULL,0,NULL,0}, + {"킼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xbc",3,NULL,0,NULL,0}, + {"‶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb6",3,NULL,0,NULL,0}, + {"捜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x9c",3,NULL,0,NULL,0}, + {"ꥤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xa4",3,NULL,0,NULL,0}, + {"〚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x9a",3,NULL,0,NULL,0}, + {"軗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x97",3,NULL,0,NULL,0}, + {"ꣻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xbb",3,NULL,0,NULL,0}, + {"⷏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x8f",3,NULL,0,NULL,0}, + {"䦙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x99",3,NULL,0,NULL,0}, + {"ﶥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xa5",3,NULL,0,NULL,0}, + {"踺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xba",3,NULL,0,NULL,0}, + {"礨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xb9",3,NULL,0,NULL,0}, + {"䯃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x83",3,NULL,0,NULL,0}, + {"烹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xb9",3,NULL,0,NULL,0}, + {"؀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x80",2,NULL,0,NULL,0}, + {"蚳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xb3",3,NULL,0,NULL,0}, + {"ྡྷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xa5",3,NULL,0,NULL,0}, + {"ꦪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xaa",3,NULL,0,NULL,0}, + {"ဩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xa9",3,NULL,0,NULL,0}, + {"걉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x89",3,NULL,0,NULL,0}, + {"䄔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xbb",3,NULL,0,NULL,0}, + {"洆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x86",3,NULL,0,NULL,0}, + {"警",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xa6",3,NULL,0,NULL,0}, + {"踐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x90",3,NULL,0,NULL,0}, + {"⨝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x9d",3,NULL,0,NULL,0}, + {"ౘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x98",3,NULL,0,NULL,0}, + {"ካ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xab",3,NULL,0,NULL,0}, + {"噛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x9b",3,NULL,0,NULL,0}, + {"윤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xa4",3,NULL,0,NULL,0}, + {"胖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x96",3,NULL,0,NULL,0}, + {"△",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xb3",3,NULL,0,NULL,0}, + {"龜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x9c",3,NULL,0,NULL,0}, + {"撣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xa3",3,NULL,0,NULL,0}, + {"✂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x82",3,NULL,0,NULL,0}, + {"㈅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x85",3,NULL,0,NULL,0}, + {"梫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xab",3,NULL,0,NULL,0}, + {"ꭻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xbb",3,NULL,0,NULL,0}, + {"ึ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xb6",3,NULL,0,NULL,0}, + {"갺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xba",3,NULL,0,NULL,0}, + {"봈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x88",3,NULL,0,NULL,0}, + {"࿤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xa4",3,NULL,0,NULL,0}, + {"ꎼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xbc",3,NULL,0,NULL,0}, + {"䓬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xac",3,NULL,0,NULL,0}, + {"䟉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x89",3,NULL,0,NULL,0}, + {"搠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xa0",3,NULL,0,NULL,0}, + {"棌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x8c",3,NULL,0,NULL,0}, + {"㵊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x8a",3,NULL,0,NULL,0}, + {"簁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x81",3,NULL,0,NULL,0}, + {"⋤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xa4",3,NULL,0,NULL,0}, + {"ꋐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xa2",3,NULL,0,NULL,0}, + {"䴀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x80",3,NULL,0,NULL,0}, + {"쵁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x81",3,NULL,0,NULL,0}, + {"ሼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xbc",3,NULL,0,NULL,0}, + {"곚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x9a",3,NULL,0,NULL,0}, + {"ଏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x8f",3,NULL,0,NULL,0}, + {"流",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x81",3,NULL,0,NULL,0}, + {"囬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xac",3,NULL,0,NULL,0}, + {"ⷛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x9b",3,NULL,0,NULL,0}, + {"㟘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x98",3,NULL,0,NULL,0}, + {"逋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x8b",3,NULL,0,NULL,0}, + {"잺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xba",3,NULL,0,NULL,0}, + {"➝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x9d",3,NULL,0,NULL,0}, + {"௯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xaf",3,NULL,0,NULL,0}, + {"ᅊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x8a",3,NULL,0,NULL,0}, + {"弨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xa8",3,NULL,0,NULL,0}, + {"༤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xa4",3,NULL,0,NULL,0}, + {"訚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x9a",3,NULL,0,NULL,0}, + {"꞊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x8a",3,NULL,0,NULL,0}, + {"탋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x8b",3,NULL,0,NULL,0}, + {"ꏺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xba",3,NULL,0,NULL,0}, + {"煡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xa1",3,NULL,0,NULL,0}, + {"焐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x90",3,NULL,0,NULL,0}, + {"携",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xba",3,NULL,0,NULL,0}, + {"愼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xbc",3,NULL,0,NULL,0}, + {"棚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x9a",3,NULL,0,NULL,0}, + {"᳧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xb2",3,NULL,0,NULL,0}, + {"鳬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x8a",3,NULL,0,NULL,0}, + {"ᰢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xa2",3,NULL,0,NULL,0}, + {"㘌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x8c",3,NULL,0,NULL,0}, + {"骰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xb0",3,NULL,0,NULL,0}, + {"扏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x8f",3,NULL,0,NULL,0}, + {"溴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xb9",3,NULL,0,NULL,0}, + {"戊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x82",3,NULL,0,NULL,0}, + {"塧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xa7",3,NULL,0,NULL,0}, + {"䯷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xb7",3,NULL,0,NULL,0}, + {"揬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xac",3,NULL,0,NULL,0}, + {"㦚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x9a",3,NULL,0,NULL,0}, + {"Զ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xb6",2,NULL,0,NULL,0}, + {"⬯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xaf",3,NULL,0,NULL,0}, + {"㓶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xb6",3,NULL,0,NULL,0}, + {"ᆡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xa1",3,NULL,0,NULL,0}, + {"ꇠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xa0",3,NULL,0,NULL,0}, + {"熟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x9f",3,NULL,0,NULL,0}, + {"⮠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x8f",3,NULL,0,NULL,0}, + {"뻝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x9d",3,NULL,0,NULL,0}, + {"렅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x85",3,NULL,0,NULL,0}, + {"筽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xbd",3,NULL,0,NULL,0}, + {"㔥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xa5",3,NULL,0,NULL,0}, + {"킍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x8d",3,NULL,0,NULL,0}, + {"◊",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x8a",3,NULL,0,NULL,0}, + {"튩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xa9",3,NULL,0,NULL,0}, + {"詉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x8e",3,NULL,0,NULL,0}, + {"렫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xab",3,NULL,0,NULL,0}, + {"䨝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x8e",3,NULL,0,NULL,0}, + {"뭜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x9c",3,NULL,0,NULL,0}, + {"箭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xad",3,NULL,0,NULL,0}, + {"鬷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xb7",3,NULL,0,NULL,0}, + {"㨹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xb9",3,NULL,0,NULL,0}, + {"깙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x99",3,NULL,0,NULL,0}, + {"䈐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x90",3,NULL,0,NULL,0}, + {"妏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x8f",3,NULL,0,NULL,0}, + {"鯩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xa9",3,NULL,0,NULL,0}, + {"蚌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x8c",3,NULL,0,NULL,0}, + {"ꔻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xbb",3,NULL,0,NULL,0}, + {"꺢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xa2",3,NULL,0,NULL,0}, + {"䆽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xbd",3,NULL,0,NULL,0}, + {"쏱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xb1",3,NULL,0,NULL,0}, + {"浱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xb1",3,NULL,0,NULL,0}, + {"墰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xb0",3,NULL,0,NULL,0}, + {"徽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xa4",3,NULL,0,NULL,0}, + {"굖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x96",3,NULL,0,NULL,0}, + {"텫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xab",3,NULL,0,NULL,0}, + {"豏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x8f",3,NULL,0,NULL,0}, + {"烌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x8c",3,NULL,0,NULL,0}, + {"䱺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x89",3,NULL,0,NULL,0}, + {"綁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x81",3,NULL,0,NULL,0}, + {"鹼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xbc",3,NULL,0,NULL,0}, + {"渔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x94",3,NULL,0,NULL,0}, + {"틟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x9f",3,NULL,0,NULL,0}, + {"紴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xb4",3,NULL,0,NULL,0}, + {"㾽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xbd",3,NULL,0,NULL,0}, + {"柢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xa2",3,NULL,0,NULL,0}, + {"씇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x87",3,NULL,0,NULL,0}, + {"齈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x88",3,NULL,0,NULL,0}, + {"벶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xb6",3,NULL,0,NULL,0}, + {"襫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xab",3,NULL,0,NULL,0}, + {"㸖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x96",3,NULL,0,NULL,0}, + {"뫃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x83",3,NULL,0,NULL,0}, + {"哃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x83",3,NULL,0,NULL,0}, + {"㭐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x90",3,NULL,0,NULL,0}, + {"禼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xbc",3,NULL,0,NULL,0}, + {"、",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa4",3,NULL,0,NULL,0}, + {"똬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xac",3,NULL,0,NULL,0}, + {"梂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x9c",3,NULL,0,NULL,0}, + {"ᖹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xb9",3,NULL,0,NULL,0}, + {"㞆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x86",3,NULL,0,NULL,0}, + {"ﶒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x92",3,NULL,0,NULL,0}, + {"珴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xb4",3,NULL,0,NULL,0}, + {"瓳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xb3",3,NULL,0,NULL,0}, + {"綏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x8f",3,NULL,0,NULL,0}, + {"謹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xb9",3,NULL,0,NULL,0}, + {"룇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xaf",3,NULL,0,NULL,0}, + {"욹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xac",3,NULL,0,NULL,0}, + {"匵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x87",3,NULL,0,NULL,0}, + {"놪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xaa",3,NULL,0,NULL,0}, + {"ᜒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x92",3,NULL,0,NULL,0}, + {"펥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xa5",3,NULL,0,NULL,0}, + {"偁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x8d",3,NULL,0,NULL,0}, + {"봽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xbd",3,NULL,0,NULL,0}, + {"叢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xa2",3,NULL,0,NULL,0}, + {"芲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xb2",3,NULL,0,NULL,0}, + {"惫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xab",3,NULL,0,NULL,0}, + {"ﵱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xb1",3,NULL,0,NULL,0}, + {"澅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x98",3,NULL,0,NULL,0}, + {"组",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x84",3,NULL,0,NULL,0}, + {"뤉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x89",3,NULL,0,NULL,0}, + {"߄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x84",2,NULL,0,NULL,0}, + {"湰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xb0",3,NULL,0,NULL,0}, + {"璔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x9c",3,NULL,0,NULL,0}, + {"뗓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x93",3,NULL,0,NULL,0}, + {"ꓙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x99",3,NULL,0,NULL,0}, + {"뢂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x82",3,NULL,0,NULL,0}, + {"踥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x80",3,NULL,0,NULL,0}, + {"ᶰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xb0",3,NULL,0,NULL,0}, + {"뒄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x9d",3,NULL,0,NULL,0}, + {"岺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xba",3,NULL,0,NULL,0}, + {"䜈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x88",3,NULL,0,NULL,0}, + {"맑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x85",3,NULL,0,NULL,0}, + {"仲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x86",3,NULL,0,NULL,0}, + {"অ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x85",3,NULL,0,NULL,0}, + {"耲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xb2",3,NULL,0,NULL,0}, + {"ළ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x85",3,NULL,0,NULL,0}, + {"哙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x99",3,NULL,0,NULL,0}, + {"힎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x8e",3,NULL,0,NULL,0}, + {"詁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x81",3,NULL,0,NULL,0}, + {"닊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x8a",3,NULL,0,NULL,0}, + {"ᛱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xb1",3,NULL,0,NULL,0}, + {"ↆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x86",3,NULL,0,NULL,0}, + {"푛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x9b",3,NULL,0,NULL,0}, + {"ᓱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb1",3,NULL,0,NULL,0}, + {"媝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x9d",3,NULL,0,NULL,0}, + {"᡹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xb9",3,NULL,0,NULL,0}, + {"悂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xb4",3,NULL,0,NULL,0}, + {"떢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xa2",3,NULL,0,NULL,0}, + {"靿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xbf",3,NULL,0,NULL,0}, + {"嵋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x8b",3,NULL,0,NULL,0}, + {"佑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x91",3,NULL,0,NULL,0}, + {"ﬠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xa0",3,NULL,0,NULL,0}, + {"턝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x9d",3,NULL,0,NULL,0}, + {"鋯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xaf",3,NULL,0,NULL,0}, + {"滥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xa5",3,NULL,0,NULL,0}, + {"ᣂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x82",3,NULL,0,NULL,0}, + {"ꫠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xa0",3,NULL,0,NULL,0}, + {"ﭷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xb6",3,NULL,0,NULL,0}, + {"䁾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x91",3,NULL,0,NULL,0}, + {"꛺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xba",3,NULL,0,NULL,0}, + {"儠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xa0",3,NULL,0,NULL,0}, + {"㆜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x9c",3,NULL,0,NULL,0}, + {"뛶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xb6",3,NULL,0,NULL,0}, + {"屟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x9f",3,NULL,0,NULL,0}, + {"딉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x89",3,NULL,0,NULL,0}, + {"㻘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x98",3,NULL,0,NULL,0}, + {"侮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xb0",3,NULL,0,NULL,0}, + {"폲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xb2",3,NULL,0,NULL,0}, + {"ꁵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xb5",3,NULL,0,NULL,0}, + {"৮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xae",3,NULL,0,NULL,0}, + {"났",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xac",3,NULL,0,NULL,0}, + {"롒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x92",3,NULL,0,NULL,0}, + {"㫠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xa0",3,NULL,0,NULL,0}, + {"낋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x8b",3,NULL,0,NULL,0}, + {"ą",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x85",2,NULL,0,NULL,0}, + {"㷅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x85",3,NULL,0,NULL,0}, + {"酶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xb6",3,NULL,0,NULL,0}, + {"㬩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xa9",3,NULL,0,NULL,0}, + {"Ť",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa4",2,NULL,0,NULL,0}, + {"쁫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xab",3,NULL,0,NULL,0}, + {"ẁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x81",3,NULL,0,NULL,0}, + {"釣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xa3",3,NULL,0,NULL,0}, + {"눧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xb0",3,NULL,0,NULL,0}, + {"瑌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x87",3,NULL,0,NULL,0}, + {"ᒈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x88",3,NULL,0,NULL,0}, + {"冋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x8b",3,NULL,0,NULL,0}, + {"ᣐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x90",3,NULL,0,NULL,0}, + {"罾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xbe",3,NULL,0,NULL,0}, + {"ț",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x9b",2,NULL,0,NULL,0}, + {"䐔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x94",3,NULL,0,NULL,0}, + {"燚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xa3",3,NULL,0,NULL,0}, + {"乒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x92",3,NULL,0,NULL,0}, + {"࡞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x9e",3,NULL,0,NULL,0}, + {"ퟒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x92",3,NULL,0,NULL,0}, + {"艅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x85",3,NULL,0,NULL,0}, + {"⟴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xb4",3,NULL,0,NULL,0}, + {"Í",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8d",2,NULL,0,NULL,0}, + {"⇞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x9e",3,NULL,0,NULL,0}, + {"猪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x96",3,NULL,0,NULL,0}, + {"짅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x85",3,NULL,0,NULL,0}, + {"୩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x88",3,NULL,0,NULL,0}, + {"ꐠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xa0",3,NULL,0,NULL,0}, + {"춽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xbd",3,NULL,0,NULL,0}, + {"⿶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xb6",3,NULL,0,NULL,0}, + {"硫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x8e",3,NULL,0,NULL,0}, + {"砶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xb1",3,NULL,0,NULL,0}, + {"뜷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xb7",3,NULL,0,NULL,0}, + {"돂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x82",3,NULL,0,NULL,0}, + {"㸶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xb6",3,NULL,0,NULL,0}, + {"荳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xb3",3,NULL,0,NULL,0}, + {"㾉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x89",3,NULL,0,NULL,0}, + {"㏷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xb7",3,NULL,0,NULL,0}, + {"핕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x95",3,NULL,0,NULL,0}, + {"㒐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x90",3,NULL,0,NULL,0}, + {"州",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x9e",3,NULL,0,NULL,0}, + {"苓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x93",3,NULL,0,NULL,0}, + {"뎅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x85",3,NULL,0,NULL,0}, + {"쫑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x91",3,NULL,0,NULL,0}, + {"᫑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x91",3,NULL,0,NULL,0}, + {"䡯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xb3",3,NULL,0,NULL,0}, + {"₈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x88",3,NULL,0,NULL,0}, + {"ー",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xbc",3,NULL,0,NULL,0}, + {"ἕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x95",3,NULL,0,NULL,0}, + {"삛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x9b",3,NULL,0,NULL,0}, + {"珍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x8d",3,NULL,0,NULL,0}, + {"螸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xb8",3,NULL,0,NULL,0}, + {"굲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xb2",3,NULL,0,NULL,0}, + {"ﻔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x94",3,NULL,0,NULL,0}, + {"ᾟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x9f",3,NULL,0,NULL,0}, + {"䠔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x94",3,NULL,0,NULL,0}, + {"凔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x94",3,NULL,0,NULL,0}, + {"ꑞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x9e",3,NULL,0,NULL,0}, + {"긡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xa1",3,NULL,0,NULL,0}, + {"嶣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xa3",3,NULL,0,NULL,0}, + {"䥣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xa3",3,NULL,0,NULL,0}, + {"瘍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x8d",3,NULL,0,NULL,0}, + {"ꆁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x81",3,NULL,0,NULL,0}, + {"∃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x83",3,NULL,0,NULL,0}, + {"櫓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x87",3,NULL,0,NULL,0}, + {"䚽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xbd",3,NULL,0,NULL,0}, + {"糧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xbb",3,NULL,0,NULL,0}, + {"㼂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x85",3,NULL,0,NULL,0}, + {"偪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xaa",3,NULL,0,NULL,0}, + {"덳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xb3",3,NULL,0,NULL,0}, + {"왟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x96",3,NULL,0,NULL,0}, + {"꼇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x87",3,NULL,0,NULL,0}, + {"霭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xad",3,NULL,0,NULL,0}, + {"耍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x8d",3,NULL,0,NULL,0}, + {"夑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x91",3,NULL,0,NULL,0}, + {"쮩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xa9",3,NULL,0,NULL,0}, + {"䌃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x83",3,NULL,0,NULL,0}, + {"窮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xae",3,NULL,0,NULL,0}, + {"☿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xa4",3,NULL,0,NULL,0}, + {"䠆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x86",3,NULL,0,NULL,0}, + {"댦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xa6",3,NULL,0,NULL,0}, + {"ﯣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xb2",3,NULL,0,NULL,0}, + {"▆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xbf",3,NULL,0,NULL,0}, + {"セ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbb",3,NULL,0,NULL,0}, + {"婈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x88",3,NULL,0,NULL,0}, + {"崤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xa4",3,NULL,0,NULL,0}, + {"瀊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x8a",3,NULL,0,NULL,0}, + {"鄉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xb8",3,NULL,0,NULL,0}, + {"⒞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x93",3,NULL,0,NULL,0}, + {"㜢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xa2",3,NULL,0,NULL,0}, + {"셞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x9e",3,NULL,0,NULL,0}, + {"執",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xb7",3,NULL,0,NULL,0}, + {"ꄐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x90",3,NULL,0,NULL,0}, + {"痞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x9e",3,NULL,0,NULL,0}, + {"␍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x8d",3,NULL,0,NULL,0}, + {"㌏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x8f",3,NULL,0,NULL,0}, + {"᎖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x96",3,NULL,0,NULL,0}, + {"ꚶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xb6",3,NULL,0,NULL,0}, + {"磩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xa9",3,NULL,0,NULL,0}, + {"䶂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x82",3,NULL,0,NULL,0}, + {"⼼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xbc",3,NULL,0,NULL,0}, + {"㜁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x81",3,NULL,0,NULL,0}, + {"泐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x90",3,NULL,0,NULL,0}, + {"㙅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x85",3,NULL,0,NULL,0}, + {"ሙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x99",3,NULL,0,NULL,0}, + {"䙊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x8a",3,NULL,0,NULL,0}, + {"瞆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x86",3,NULL,0,NULL,0}, + {"霔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x94",3,NULL,0,NULL,0}, + {"빛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x9b",3,NULL,0,NULL,0}, + {"쬢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x8f",3,NULL,0,NULL,0}, + {"Ѹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xb8",2,NULL,0,NULL,0}, + {"俄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x84",3,NULL,0,NULL,0}, + {"ޱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xb1",2,NULL,0,NULL,0}, + {"➄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x84",3,NULL,0,NULL,0}, + {"툽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xbd",3,NULL,0,NULL,0}, + {"ӂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x82",2,NULL,0,NULL,0}, + {"摗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x97",3,NULL,0,NULL,0}, + {"ܔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x94",2,NULL,0,NULL,0}, + {"쿗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x97",3,NULL,0,NULL,0}, + {"⊇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x87",3,NULL,0,NULL,0}, + {"囸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xb8",3,NULL,0,NULL,0}, + {"⤫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xab",3,NULL,0,NULL,0}, + {"⌂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x85",3,NULL,0,NULL,0}, + {"몱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xb1",3,NULL,0,NULL,0}, + {"㌰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xb0",3,NULL,0,NULL,0}, + {"╦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xa6",3,NULL,0,NULL,0}, + {"ᯐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x90",3,NULL,0,NULL,0}, + {"墠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xa0",3,NULL,0,NULL,0}, + {"샩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xa9",3,NULL,0,NULL,0}, + {"铽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xbd",3,NULL,0,NULL,0}, + {"픓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x93",3,NULL,0,NULL,0}, + {"镓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x93",3,NULL,0,NULL,0}, + {"颹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xb9",3,NULL,0,NULL,0}, + {"ꯅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x85",3,NULL,0,NULL,0}, + {"蘾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xbe",3,NULL,0,NULL,0}, + {"괜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x9c",3,NULL,0,NULL,0}, + {"皖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x96",3,NULL,0,NULL,0}, + {"Ї",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x87",2,NULL,0,NULL,0}, + {"Ʃ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xa9",2,NULL,0,NULL,0}, + {"睫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x84",3,NULL,0,NULL,0}, + {"⮷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xb7",3,NULL,0,NULL,0}, + {"ႌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x8c",3,NULL,0,NULL,0}, + {"뾚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x9a",3,NULL,0,NULL,0}, + {"๧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xa7",3,NULL,0,NULL,0}, + {"큒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x92",3,NULL,0,NULL,0}, + {"믬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xac",3,NULL,0,NULL,0}, + {"ᙞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x9e",3,NULL,0,NULL,0}, + {"块",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xa0",3,NULL,0,NULL,0}, + {"⣌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x9a",3,NULL,0,NULL,0}, + {"㩨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xa8",3,NULL,0,NULL,0}, + {"鰌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x8c",3,NULL,0,NULL,0}, + {"须",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xbb",3,NULL,0,NULL,0}, + {"挴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xb4",3,NULL,0,NULL,0}, + {"ꨵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xb5",3,NULL,0,NULL,0}, + {"迯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xaf",3,NULL,0,NULL,0}, + {"᭧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xa7",3,NULL,0,NULL,0}, + {"ꈕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x82",3,NULL,0,NULL,0}, + {"育",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xb2",3,NULL,0,NULL,0}, + {"揧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xa7",3,NULL,0,NULL,0}, + {"᭎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x8e",3,NULL,0,NULL,0}, + {"嗒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x96",3,NULL,0,NULL,0}, + {"㮋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x8b",3,NULL,0,NULL,0}, + {"㋋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x8b",3,NULL,0,NULL,0}, + {"戕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x95",3,NULL,0,NULL,0}, + {"嘠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xa0",3,NULL,0,NULL,0}, + {"먘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x98",3,NULL,0,NULL,0}, + {"紉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x89",3,NULL,0,NULL,0}, + {"牘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x98",3,NULL,0,NULL,0}, + {"躀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x80",3,NULL,0,NULL,0}, + {"솰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xb0",3,NULL,0,NULL,0}, + {"䭠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xa0",3,NULL,0,NULL,0}, + {"⍦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xa6",3,NULL,0,NULL,0}, + {"㬗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x97",3,NULL,0,NULL,0}, + {"᫁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x81",3,NULL,0,NULL,0}, + {"㞣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xa3",3,NULL,0,NULL,0}, + {"ꦎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x84",3,NULL,0,NULL,0}, + {"뭾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xbe",3,NULL,0,NULL,0}, + {"䎀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x80",3,NULL,0,NULL,0}, + {"몽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xbd",3,NULL,0,NULL,0}, + {"㓐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x90",3,NULL,0,NULL,0}, + {"䅁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x81",3,NULL,0,NULL,0}, + {"操",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x8d",3,NULL,0,NULL,0}, + {"遲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xb2",3,NULL,0,NULL,0}, + {"唯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xaf",3,NULL,0,NULL,0}, + {"퇻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xbb",3,NULL,0,NULL,0}, + {"ӡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xa1",2,NULL,0,NULL,0}, + {"졸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xb8",3,NULL,0,NULL,0}, + {"켊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xa8",3,NULL,0,NULL,0}, + {"ꥊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x8a",3,NULL,0,NULL,0}, + {"庍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x8d",3,NULL,0,NULL,0}, + {"匍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x8d",3,NULL,0,NULL,0}, + {"퓄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x84",3,NULL,0,NULL,0}, + {"䦫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xab",3,NULL,0,NULL,0}, + {"㘆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x92",3,NULL,0,NULL,0}, + {"䙴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xb4",3,NULL,0,NULL,0}, + {"愤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xb3",3,NULL,0,NULL,0}, + {"ʉ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x89",2,NULL,0,NULL,0}, + {"긶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xb6",3,NULL,0,NULL,0}, + {"騚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x9a",3,NULL,0,NULL,0}, + {"䪶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xb6",3,NULL,0,NULL,0}, + {"桏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x8f",3,NULL,0,NULL,0}, + {"秙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x99",3,NULL,0,NULL,0}, + {"૾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xbe",3,NULL,0,NULL,0}, + {"鵑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x91",3,NULL,0,NULL,0}, + {"俎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x8e",3,NULL,0,NULL,0}, + {"ꎴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xb4",3,NULL,0,NULL,0}, + {"㯰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xb0",3,NULL,0,NULL,0}, + {"ⰶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xb6",3,NULL,0,NULL,0}, + {"걓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x93",3,NULL,0,NULL,0}, + {"떒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xaf",3,NULL,0,NULL,0}, + {"賥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xa5",3,NULL,0,NULL,0}, + {"ꊞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x9e",3,NULL,0,NULL,0}, + {"ꓛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x9b",3,NULL,0,NULL,0}, + {"鶈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x88",3,NULL,0,NULL,0}, + {"鏖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x96",3,NULL,0,NULL,0}, + {"㢗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x97",3,NULL,0,NULL,0}, + {"኉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x89",3,NULL,0,NULL,0}, + {"େ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x87",3,NULL,0,NULL,0}, + {"讉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xa1",3,NULL,0,NULL,0}, + {"杧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xa7",3,NULL,0,NULL,0}, + {"筪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xaa",3,NULL,0,NULL,0}, + {"燔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x94",3,NULL,0,NULL,0}, + {"ꣃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x83",3,NULL,0,NULL,0}, + {"覵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xb5",3,NULL,0,NULL,0}, + {"吞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x9e",3,NULL,0,NULL,0}, + {"匒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xa1",3,NULL,0,NULL,0}, + {"鱧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xb2",3,NULL,0,NULL,0}, + {"ฒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x92",3,NULL,0,NULL,0}, + {"諛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x9b",3,NULL,0,NULL,0}, + {"홾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xbe",3,NULL,0,NULL,0}, + {"̄",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x84",2,NULL,0,NULL,0}, + {"ꀛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x9b",3,NULL,0,NULL,0}, + {"턲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xb2",3,NULL,0,NULL,0}, + {"폍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x8d",3,NULL,0,NULL,0}, + {"㤎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x8e",3,NULL,0,NULL,0}, + {"ര",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xb0",3,NULL,0,NULL,0}, + {"蝊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x8a",3,NULL,0,NULL,0}, + {"賛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xa7",3,NULL,0,NULL,0}, + {"勏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x8f",3,NULL,0,NULL,0}, + {"혿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xbf",3,NULL,0,NULL,0}, + {"଍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x8d",3,NULL,0,NULL,0}, + {"跮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xae",3,NULL,0,NULL,0}, + {"趭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xad",3,NULL,0,NULL,0}, + {"ꉝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x9d",3,NULL,0,NULL,0}, + {"迱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xb1",3,NULL,0,NULL,0}, + {"리",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xac",3,NULL,0,NULL,0}, + {"蘼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xbc",3,NULL,0,NULL,0}, + {"鑕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x95",3,NULL,0,NULL,0}, + {"㓖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x96",3,NULL,0,NULL,0}, + {"䆅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x85",3,NULL,0,NULL,0}, + {"ᵦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xa6",3,NULL,0,NULL,0}, + {"訦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x9c",3,NULL,0,NULL,0}, + {"䬊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xaa",3,NULL,0,NULL,0}, + {"ꡤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xa4",3,NULL,0,NULL,0}, + {"ꖦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xa6",3,NULL,0,NULL,0}, + {"⬾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xbe",3,NULL,0,NULL,0}, + {"꿻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xbb",3,NULL,0,NULL,0}, + {"뵯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xaf",3,NULL,0,NULL,0}, + {"꘥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xa5",3,NULL,0,NULL,0}, + {"劍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x91",3,NULL,0,NULL,0}, + {"彨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xa8",3,NULL,0,NULL,0}, + {"ᨖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x96",3,NULL,0,NULL,0}, + {"਎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x8e",3,NULL,0,NULL,0}, + {"鰭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xad",3,NULL,0,NULL,0}, + {"핅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x85",3,NULL,0,NULL,0}, + {"薣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xa3",3,NULL,0,NULL,0}, + {"꾙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x99",3,NULL,0,NULL,0}, + {"ி",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xbf",3,NULL,0,NULL,0}, + {"蠽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xbd",3,NULL,0,NULL,0}, + {"鈚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x9a",3,NULL,0,NULL,0}, + {"䁈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x88",3,NULL,0,NULL,0}, + {"ஶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xb6",3,NULL,0,NULL,0}, + {"텩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xa9",3,NULL,0,NULL,0}, + {"ᳵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xb5",3,NULL,0,NULL,0}, + {"補",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x9c",3,NULL,0,NULL,0}, + {"튫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xab",3,NULL,0,NULL,0}, + {"해",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xbd",3,NULL,0,NULL,0}, + {"祩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xa9",3,NULL,0,NULL,0}, + {"붰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xb0",3,NULL,0,NULL,0}, + {"ﲺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xba",3,NULL,0,NULL,0}, + {"ꔩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xa9",3,NULL,0,NULL,0}, + {"滶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xb6",3,NULL,0,NULL,0}, + {"ﴭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xad",3,NULL,0,NULL,0}, + {"縚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x85",3,NULL,0,NULL,0}, + {"徿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xbf",3,NULL,0,NULL,0}, + {"븏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x8f",3,NULL,0,NULL,0}, + {"㣿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xbf",3,NULL,0,NULL,0}, + {"五",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xbf",3,NULL,0,NULL,0}, + {"昷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xb7",3,NULL,0,NULL,0}, + {"쎦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xa6",3,NULL,0,NULL,0}, + {"跋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x8b",3,NULL,0,NULL,0}, + {"裲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xb2",3,NULL,0,NULL,0}, + {"ᕮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xae",3,NULL,0,NULL,0}, + {"ῗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x97",3,NULL,0,NULL,0}, + {"떂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x82",3,NULL,0,NULL,0}, + {"瓡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xa1",3,NULL,0,NULL,0}, + {"⭵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xb5",3,NULL,0,NULL,0}, + {"뗋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xb9",3,NULL,0,NULL,0}, + {"俬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xac",3,NULL,0,NULL,0}, + {"㾯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xb6",3,NULL,0,NULL,0}, + {"ड",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xa1",3,NULL,0,NULL,0}, + {"쩕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x95",3,NULL,0,NULL,0}, + {"꒪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xaa",3,NULL,0,NULL,0}, + {"ᝨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xa8",3,NULL,0,NULL,0}, + {"帙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x99",3,NULL,0,NULL,0}, + {"㾤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xa4",3,NULL,0,NULL,0}, + {"뎜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x9c",3,NULL,0,NULL,0}, + {"伤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xa4",3,NULL,0,NULL,0}, + {"왆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x86",3,NULL,0,NULL,0}, + {"ổ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x95",3,NULL,0,NULL,0}, + {"恉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x89",3,NULL,0,NULL,0}, + {"ﶞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x9e",3,NULL,0,NULL,0}, + {"똤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xba",3,NULL,0,NULL,0}, + {"栎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x8e",3,NULL,0,NULL,0}, + {"빸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x9d",3,NULL,0,NULL,0}, + {"⽶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xb6",3,NULL,0,NULL,0}, + {"뗙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x99",3,NULL,0,NULL,0}, + {"놺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x84",3,NULL,0,NULL,0}, + {"ͬ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xac",2,NULL,0,NULL,0}, + {"䶻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xbb",3,NULL,0,NULL,0}, + {"肑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x91",3,NULL,0,NULL,0}, + {"씟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x9f",3,NULL,0,NULL,0}, + {"峬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xac",3,NULL,0,NULL,0}, + {"ዔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x94",3,NULL,0,NULL,0}, + {"叆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x86",3,NULL,0,NULL,0}, + {"觢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xa2",3,NULL,0,NULL,0}, + {"죰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xb4",3,NULL,0,NULL,0}, + {"ጳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xb3",3,NULL,0,NULL,0}, + {"ⳙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x99",3,NULL,0,NULL,0}, + {"힞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x9e",3,NULL,0,NULL,0}, + {"ᒣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa3",3,NULL,0,NULL,0}, + {"㯥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xa5",3,NULL,0,NULL,0}, + {"졐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x94",3,NULL,0,NULL,0}, + {"엫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xab",3,NULL,0,NULL,0}, + {"醨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xa8",3,NULL,0,NULL,0}, + {"ᠦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xa6",3,NULL,0,NULL,0}, + {"㴳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xb3",3,NULL,0,NULL,0}, + {"퓺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xba",3,NULL,0,NULL,0}, + {"্",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x8d",3,NULL,0,NULL,0}, + {"羕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x95",3,NULL,0,NULL,0}, + {"飕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x95",3,NULL,0,NULL,0}, + {"䄹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xb9",3,NULL,0,NULL,0}, + {"鄞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x9e",3,NULL,0,NULL,0}, + {"舂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x82",3,NULL,0,NULL,0}, + {"ಀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x80",3,NULL,0,NULL,0}, + {"멨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xa8",3,NULL,0,NULL,0}, + {"纬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xac",3,NULL,0,NULL,0}, + {"⊰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xb0",3,NULL,0,NULL,0}, + {"♗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x97",3,NULL,0,NULL,0}, + {"⼣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xa3",3,NULL,0,NULL,0}, + {"鐅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x85",3,NULL,0,NULL,0}, + {"ి",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xbf",3,NULL,0,NULL,0}, + {"ߕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x95",2,NULL,0,NULL,0}, + {"岮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xae",3,NULL,0,NULL,0}, + {"5",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5",1,NULL,0,NULL,0}, + {"彍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x8d",3,NULL,0,NULL,0}, + {"鎞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x9e",3,NULL,0,NULL,0}, + {"ꂪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xba",3,NULL,0,NULL,0}, + {"벤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xa4",3,NULL,0,NULL,0}, + {"繓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x93",3,NULL,0,NULL,0}, + {"ᵂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x82",3,NULL,0,NULL,0}, + {"硡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xa1",3,NULL,0,NULL,0}, + {"ㇶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xb6",3,NULL,0,NULL,0}, + {"酪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xaa",3,NULL,0,NULL,0}, + {"赆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x86",3,NULL,0,NULL,0}, + {"凭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x98",3,NULL,0,NULL,0}, + {"↖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x96",3,NULL,0,NULL,0}, + {"榁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xa5",3,NULL,0,NULL,0}, + {"㵞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xa7",3,NULL,0,NULL,0}, + {"佛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x9b",3,NULL,0,NULL,0}, + {"狹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xb9",3,NULL,0,NULL,0}, + {"ǹ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xb9",2,NULL,0,NULL,0}, + {"⡁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x81",3,NULL,0,NULL,0}, + {"〱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xb1",3,NULL,0,NULL,0}, + {"ᚋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x8b",3,NULL,0,NULL,0}, + {"쓗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x97",3,NULL,0,NULL,0}, + {"쨇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x87",3,NULL,0,NULL,0}, + {"蓇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x87",3,NULL,0,NULL,0}, + {"ᥣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xa3",3,NULL,0,NULL,0}, + {"뛦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xa6",3,NULL,0,NULL,0}, + {"辿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xbf",3,NULL,0,NULL,0}, + {"㎦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xa6",3,NULL,0,NULL,0}, + {"햾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xbe",3,NULL,0,NULL,0}, + {"㿼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xbc",3,NULL,0,NULL,0}, + {"儤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xa4",3,NULL,0,NULL,0}, + {"教",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x99",3,NULL,0,NULL,0}, + {"諾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xbd",3,NULL,0,NULL,0}, + {"荱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xb1",3,NULL,0,NULL,0}, + {"䗏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x8f",3,NULL,0,NULL,0}, + {"㐅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x85",3,NULL,0,NULL,0}, + {"앷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xbe",3,NULL,0,NULL,0}, + {"缭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xad",3,NULL,0,NULL,0}, + {"첥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xa5",3,NULL,0,NULL,0}, + {"䕷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x8f",3,NULL,0,NULL,0}, + {"菚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x9a",3,NULL,0,NULL,0}, + {"钅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x85",3,NULL,0,NULL,0}, + {"쬝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x9d",3,NULL,0,NULL,0}, + {"䨙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x99",3,NULL,0,NULL,0}, + {"ぇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x87",3,NULL,0,NULL,0}, + {"箐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x90",3,NULL,0,NULL,0}, + {"飘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x98",3,NULL,0,NULL,0}, + {"陷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xb7",3,NULL,0,NULL,0}, + {"ხ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x96",3,NULL,0,NULL,0}, + {"⿒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xbb",3,NULL,0,NULL,0}, + {"㨮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xae",3,NULL,0,NULL,0}, + {"ꐘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x98",3,NULL,0,NULL,0}, + {"ᐳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x97",3,NULL,0,NULL,0}, + {"抦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xa6",3,NULL,0,NULL,0}, + {"渇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xb5",3,NULL,0,NULL,0}, + {"IJ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xb2",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x99",3,NULL,0,NULL,0}, + {"੗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x97",3,NULL,0,NULL,0}, + {"쫣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xa3",3,NULL,0,NULL,0}, + {"π",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x80",2,NULL,0,NULL,0}, + {"죇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x87",3,NULL,0,NULL,0}, + {"꽛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xb9",3,NULL,0,NULL,0}, + {"찴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xb4",3,NULL,0,NULL,0}, + {"ᑖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x96",3,NULL,0,NULL,0}, + {"᪣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xa3",3,NULL,0,NULL,0}, + {"쮵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xb5",3,NULL,0,NULL,0}, + {"◿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xbf",3,NULL,0,NULL,0}, + {"苑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xad",3,NULL,0,NULL,0}, + {"쭨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xa8",3,NULL,0,NULL,0}, + {"螞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x9e",3,NULL,0,NULL,0}, + {"쟗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x97",3,NULL,0,NULL,0}, + {"㘙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x99",3,NULL,0,NULL,0}, + {"逡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xa1",3,NULL,0,NULL,0}, + {"瘟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x9f",3,NULL,0,NULL,0}, + {"ꆣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xa3",3,NULL,0,NULL,0}, + {"뗼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xbc",3,NULL,0,NULL,0}, + {"當",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xb6",3,NULL,0,NULL,0}, + {"营",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xa5",3,NULL,0,NULL,0}, + {"咈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x88",3,NULL,0,NULL,0}, + {"쇙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x99",3,NULL,0,NULL,0}, + {"㈘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x98",3,NULL,0,NULL,0}, + {"䛗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x97",3,NULL,0,NULL,0}, + {"␏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x8f",3,NULL,0,NULL,0}, + {"宵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xb5",3,NULL,0,NULL,0}, + {"䝕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x95",3,NULL,0,NULL,0}, + {"ꖡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xa1",3,NULL,0,NULL,0}, + {"棳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xb3",3,NULL,0,NULL,0}, + {"솪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xbe",3,NULL,0,NULL,0}, + {"䪦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xa6",3,NULL,0,NULL,0}, + {"쮛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x9b",3,NULL,0,NULL,0}, + {"☽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xbd",3,NULL,0,NULL,0}, + {"ꋃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x83",3,NULL,0,NULL,0}, + {"䏖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x96",3,NULL,0,NULL,0}, + {"⦡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xa1",3,NULL,0,NULL,0}, + {"䋩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xa9",3,NULL,0,NULL,0}, + {"着",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x80",3,NULL,0,NULL,0}, + {"뽱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xb1",3,NULL,0,NULL,0}, + {"氥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xa5",3,NULL,0,NULL,0}, + {"쾀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x80",3,NULL,0,NULL,0}, + {"ԥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xa5",2,NULL,0,NULL,0}, + {"굞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x9e",3,NULL,0,NULL,0}, + {"ݻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xbb",2,NULL,0,NULL,0}, + {"ᆶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb6",3,NULL,0,NULL,0}, + {"귭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xad",3,NULL,0,NULL,0}, + {"ꁽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xbd",3,NULL,0,NULL,0}, + {"骨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xa8",3,NULL,0,NULL,0}, + {"❭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xad",3,NULL,0,NULL,0}, + {"ᦴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xb4",3,NULL,0,NULL,0}, + {"㙰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xb0",3,NULL,0,NULL,0}, + {"闥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xa5",3,NULL,0,NULL,0}, + {"腱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xb1",3,NULL,0,NULL,0}, + {"ꏡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xa1",3,NULL,0,NULL,0}, + {"탦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xa6",3,NULL,0,NULL,0}, + {"놧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xa7",3,NULL,0,NULL,0}, + {"葼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xbc",3,NULL,0,NULL,0}, + {"鵘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x98",3,NULL,0,NULL,0}, + {"頫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xab",3,NULL,0,NULL,0}, + {"넊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x8a",3,NULL,0,NULL,0}, + {"ꎊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xae",3,NULL,0,NULL,0}, + {"⤙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x99",3,NULL,0,NULL,0}, + {"嬘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x98",3,NULL,0,NULL,0}, + {"泜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x9c",3,NULL,0,NULL,0}, + {"椞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x9e",3,NULL,0,NULL,0}, + {"쵤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xa4",3,NULL,0,NULL,0}, + {"㩊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xb9",3,NULL,0,NULL,0}, + {"겷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xb7",3,NULL,0,NULL,0}, + {"힋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x8b",3,NULL,0,NULL,0}, + {"䲽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x87",3,NULL,0,NULL,0}, + {"木",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xa8",3,NULL,0,NULL,0}, + {"쁄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x8d",3,NULL,0,NULL,0}, + {"㬷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xb7",3,NULL,0,NULL,0}, + {"Ҙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x98",2,NULL,0,NULL,0}, + {"ꈼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xbc",3,NULL,0,NULL,0}, + {"㥢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xa2",3,NULL,0,NULL,0}, + {"貄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x84",3,NULL,0,NULL,0}, + {"∅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x85",3,NULL,0,NULL,0}, + {"炷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xb7",3,NULL,0,NULL,0}, + {"ӆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x86",2,NULL,0,NULL,0}, + {"믁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x81",3,NULL,0,NULL,0}, + {"皆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x86",3,NULL,0,NULL,0}, + {"䔚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x9a",3,NULL,0,NULL,0}, + {"勈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x88",3,NULL,0,NULL,0}, + {"칦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xbe",3,NULL,0,NULL,0}, + {"Ð",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x90",2,NULL,0,NULL,0}, + {"蝧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xa7",3,NULL,0,NULL,0}, + {"ּ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xbc",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xbf",3,NULL,0,NULL,0}, + {"詢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xa2",3,NULL,0,NULL,0}, + {"フ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8c",3,NULL,0,NULL,0}, + {"魢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xa2",3,NULL,0,NULL,0}, + {"ۅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x85",2,NULL,0,NULL,0}, + {"㩤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xa4",3,NULL,0,NULL,0}, + {"깾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xbe",3,NULL,0,NULL,0}, + {"g",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x98",3,NULL,0,NULL,0}, + {"韌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x8c",3,NULL,0,NULL,0}, + {"䊚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x9a",3,NULL,0,NULL,0}, + {"笡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xa1",3,NULL,0,NULL,0}, + {"봶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xb6",3,NULL,0,NULL,0}, + {"ڄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x84",2,NULL,0,NULL,0}, + {"蚣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xa3",3,NULL,0,NULL,0}, + {"颫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xab",3,NULL,0,NULL,0}, + {"㨉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x89",3,NULL,0,NULL,0}, + {"꺵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xb5",3,NULL,0,NULL,0}, + {"Ↄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x83",3,NULL,0,NULL,0}, + {"챴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xb4",3,NULL,0,NULL,0}, + {"涨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x86",3,NULL,0,NULL,0}, + {"꾼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xbc",3,NULL,0,NULL,0}, + {"綤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xa4",3,NULL,0,NULL,0}, + {"„",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x9e",3,NULL,0,NULL,0}, + {"深",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xb1",3,NULL,0,NULL,0}, + {"蔿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xbf",3,NULL,0,NULL,0}, + {"嘸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xb8",3,NULL,0,NULL,0}, + {"쥸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xb8",3,NULL,0,NULL,0}, + {"ྑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x91",3,NULL,0,NULL,0}, + {"焠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xa0",3,NULL,0,NULL,0}, + {"ث",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xab",2,NULL,0,NULL,0}, + {"쏢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xa2",3,NULL,0,NULL,0}, + {"回",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x9e",3,NULL,0,NULL,0}, + {"⎏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x8f",3,NULL,0,NULL,0}, + {"랧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xa7",3,NULL,0,NULL,0}, + {"犗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x97",3,NULL,0,NULL,0}, + {"柏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x8f",3,NULL,0,NULL,0}, + {"䧶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xb6",3,NULL,0,NULL,0}, + {"탭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xad",3,NULL,0,NULL,0}, + {"糰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xb0",3,NULL,0,NULL,0}, + {"柾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xa4",3,NULL,0,NULL,0}, + {"뵎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x8e",3,NULL,0,NULL,0}, + {"爘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x98",3,NULL,0,NULL,0}, + {"虩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xa9",3,NULL,0,NULL,0}, + {"㠚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x9a",3,NULL,0,NULL,0}, + {"壝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x9d",3,NULL,0,NULL,0}, + {"刭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xad",3,NULL,0,NULL,0}, + {"ᝪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xaa",3,NULL,0,NULL,0}, + {"ꢴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xb4",3,NULL,0,NULL,0}, + {"톔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xb5",3,NULL,0,NULL,0}, + {"갦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xa6",3,NULL,0,NULL,0}, + {"ꡃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x83",3,NULL,0,NULL,0}, + {"⹞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x9e",3,NULL,0,NULL,0}, + {"熿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xbf",3,NULL,0,NULL,0}, + {"툉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x89",3,NULL,0,NULL,0}, + {"㭳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xb3",3,NULL,0,NULL,0}, + {"倔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x94",3,NULL,0,NULL,0}, + {"㦈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x88",3,NULL,0,NULL,0}, + {"ꭐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xab",3,NULL,0,NULL,0}, + {"嚭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xad",3,NULL,0,NULL,0}, + {"紋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x8b",3,NULL,0,NULL,0}, + {"꥔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x94",3,NULL,0,NULL,0}, + {"䨿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xbf",3,NULL,0,NULL,0}, + {"⺕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x95",3,NULL,0,NULL,0}, + {"驚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x9a",3,NULL,0,NULL,0}, + {"褾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xbe",3,NULL,0,NULL,0}, + {"㘸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xb8",3,NULL,0,NULL,0}, + {"土",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x9f",3,NULL,0,NULL,0}, + {"⩑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x91",3,NULL,0,NULL,0}, + {"ථ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xae",3,NULL,0,NULL,0}, + {"팥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xa5",3,NULL,0,NULL,0}, + {"愔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x94",3,NULL,0,NULL,0}, + {"赘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x98",3,NULL,0,NULL,0}, + {"ᮇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x87",3,NULL,0,NULL,0}, + {"뷕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x95",3,NULL,0,NULL,0}, + {"哊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x8a",3,NULL,0,NULL,0}, + {"穙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x99",3,NULL,0,NULL,0}, + {"澐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x90",3,NULL,0,NULL,0}, + {"擗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x97",3,NULL,0,NULL,0}, + {"ⱼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xbc",3,NULL,0,NULL,0}, + {"㣦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x96",3,NULL,0,NULL,0}, + {"遦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xa6",3,NULL,0,NULL,0}, + {"빏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x8f",3,NULL,0,NULL,0}, + {"曞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x9e",3,NULL,0,NULL,0}, + {"瑩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xa9",3,NULL,0,NULL,0}, + {"笉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x89",3,NULL,0,NULL,0}, + {"쌀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x80",3,NULL,0,NULL,0}, + {"ꤺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xba",3,NULL,0,NULL,0}, + {"ⶰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xb0",3,NULL,0,NULL,0}, + {"䰼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xbc",3,NULL,0,NULL,0}, + {"㤗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x91",3,NULL,0,NULL,0}, + {"뒟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x9f",3,NULL,0,NULL,0}, + {"뜜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x9c",3,NULL,0,NULL,0}, + {"衉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x89",3,NULL,0,NULL,0}, + {"ɻ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xbb",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x98",3,NULL,0,NULL,0}, + {"͈",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x88",2,NULL,0,NULL,0}, + {"൭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xad",3,NULL,0,NULL,0}, + {"࿌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x8c",3,NULL,0,NULL,0}, + {"䅵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xb5",3,NULL,0,NULL,0}, + {"篙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x99",3,NULL,0,NULL,0}, + {"ﱜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x9c",3,NULL,0,NULL,0}, + {"賧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xa7",3,NULL,0,NULL,0}, + {"퐙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x99",3,NULL,0,NULL,0}, + {"Ḡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa0",3,NULL,0,NULL,0}, + {"咁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x81",3,NULL,0,NULL,0}, + {"೏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x9f",3,NULL,0,NULL,0}, + {"湍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x8d",3,NULL,0,NULL,0}, + {"鶐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x90",3,NULL,0,NULL,0}, + {"鏊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x8a",3,NULL,0,NULL,0}, + {"శ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xb6",3,NULL,0,NULL,0}, + {"ᣩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xa9",3,NULL,0,NULL,0}, + {"ᷝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x9d",3,NULL,0,NULL,0}, + {"གྷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x83",3,NULL,0,NULL,0}, + {"밾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xbe",3,NULL,0,NULL,0}, + {"ఇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x87",3,NULL,0,NULL,0}, + {"羋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x8b",3,NULL,0,NULL,0}, + {"슗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x97",3,NULL,0,NULL,0}, + {"趯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xaf",3,NULL,0,NULL,0}, + {"ⷱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xad",3,NULL,0,NULL,0}, + {"¹",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb9",2,NULL,0,NULL,0}, + {"␵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xb5",3,NULL,0,NULL,0}, + {"ꟗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x9b",3,NULL,0,NULL,0}, + {"ꛡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xa1",3,NULL,0,NULL,0}, + {"㰄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x99",3,NULL,0,NULL,0}, + {"ꗪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xaa",3,NULL,0,NULL,0}, + {"摊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x8a",3,NULL,0,NULL,0}, + {"矹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xb9",3,NULL,0,NULL,0}, + {"폟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x9f",3,NULL,0,NULL,0}, + {"㹅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x85",3,NULL,0,NULL,0}, + {"⴩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xa9",3,NULL,0,NULL,0}, + {"။",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x8b",3,NULL,0,NULL,0}, + {"ന",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xa8",3,NULL,0,NULL,0}, + {"䃮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xae",3,NULL,0,NULL,0}, + {"猘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x97",3,NULL,0,NULL,0}, + {"㬼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xbc",3,NULL,0,NULL,0}, + {"悧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xa7",3,NULL,0,NULL,0}, + {"劽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xbd",3,NULL,0,NULL,0}, + {"鮸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xb8",3,NULL,0,NULL,0}, + {"뉞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xa5",3,NULL,0,NULL,0}, + {"䂫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xab",3,NULL,0,NULL,0}, + {"䐻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xbb",3,NULL,0,NULL,0}, + {"௅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x85",3,NULL,0,NULL,0}, + {"㰸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xb8",3,NULL,0,NULL,0}, + {"尰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xb0",3,NULL,0,NULL,0}, + {"异",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x82",3,NULL,0,NULL,0}, + {"ᤔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x94",3,NULL,0,NULL,0}, + {"鍝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x9d",3,NULL,0,NULL,0}, + {"珠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xa0",3,NULL,0,NULL,0}, + {"ᵞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x9e",3,NULL,0,NULL,0}, + {"໶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xb6",3,NULL,0,NULL,0}, + {"僵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xb5",3,NULL,0,NULL,0}, + {"濘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x91",3,NULL,0,NULL,0}, + {"輻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x87",3,NULL,0,NULL,0}, + {"헩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xa9",3,NULL,0,NULL,0}, + {"醴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xb4",3,NULL,0,NULL,0}, + {"戡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xa1",3,NULL,0,NULL,0}, + {"唜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x9c",3,NULL,0,NULL,0}, + {"莠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xa0",3,NULL,0,NULL,0}, + {"⌋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x8b",3,NULL,0,NULL,0}, + {"펑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x91",3,NULL,0,NULL,0}, + {"鷺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xb0",3,NULL,0,NULL,0}, + {"矊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x8a",3,NULL,0,NULL,0}, + {"彠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xa0",3,NULL,0,NULL,0}, + {"䴪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xa9",3,NULL,0,NULL,0}, + {"斖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xa4",3,NULL,0,NULL,0}, + {"丯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xaf",3,NULL,0,NULL,0}, + {"\",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xbc",3,NULL,0,NULL,0}, + {"뵾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xbe",3,NULL,0,NULL,0}, + {"ᮨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xa8",3,NULL,0,NULL,0}, + {"亠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xb6",3,NULL,0,NULL,0}, + {"뛁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x81",3,NULL,0,NULL,0}, + {"贯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xaf",3,NULL,0,NULL,0}, + {"儳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xb3",3,NULL,0,NULL,0}, + {"䁔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x99",3,NULL,0,NULL,0}, + {"䑦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xa6",3,NULL,0,NULL,0}, + {"ꑅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x85",3,NULL,0,NULL,0}, + {"짪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xaa",3,NULL,0,NULL,0}, + {"ࣞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x9e",3,NULL,0,NULL,0}, + {"鉦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xa6",3,NULL,0,NULL,0}, + {"䖐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x90",3,NULL,0,NULL,0}, + {"∺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xba",3,NULL,0,NULL,0}, + {"裔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x94",3,NULL,0,NULL,0}, + {"恪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xaa",3,NULL,0,NULL,0}, + {"堬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xac",3,NULL,0,NULL,0}, + {"ᝤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xa4",3,NULL,0,NULL,0}, + {"ⶉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x89",3,NULL,0,NULL,0}, + {"纝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x82",3,NULL,0,NULL,0}, + {"䯉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x89",3,NULL,0,NULL,0}, + {"ৠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xa0",3,NULL,0,NULL,0}, + {"縪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xaa",3,NULL,0,NULL,0}, + {"帾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xbe",3,NULL,0,NULL,0}, + {"덖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x96",3,NULL,0,NULL,0}, + {"ﲪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xaa",3,NULL,0,NULL,0}, + {"븅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x85",3,NULL,0,NULL,0}, + {"ឝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x9d",3,NULL,0,NULL,0}, + {"太",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xaa",3,NULL,0,NULL,0}, + {"架",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xb6",3,NULL,0,NULL,0}, + {"៴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xb4",3,NULL,0,NULL,0}, + {"郁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x81",3,NULL,0,NULL,0}, + {"雽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xab",3,NULL,0,NULL,0}, + {"쬽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xbd",3,NULL,0,NULL,0}, + {"䆖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x96",3,NULL,0,NULL,0}, + {"娀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x80",3,NULL,0,NULL,0}, + {"얖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xa8",3,NULL,0,NULL,0}, + {"崻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xbb",3,NULL,0,NULL,0}, + {"ﰫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x82",3,NULL,0,NULL,0}, + {"ꆤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xa4",3,NULL,0,NULL,0}, + {"櫶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xb6",3,NULL,0,NULL,0}, + {"꒶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xb6",3,NULL,0,NULL,0}, + {"둪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xbc",3,NULL,0,NULL,0}, + {"磂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x82",3,NULL,0,NULL,0}, + {"䶩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xa9",3,NULL,0,NULL,0}, + {"幔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x94",3,NULL,0,NULL,0}, + {"옺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xba",3,NULL,0,NULL,0}, + {"ﷻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xbb",3,NULL,0,NULL,0}, + {"翨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x8a",3,NULL,0,NULL,0}, + {"諤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xa4",3,NULL,0,NULL,0}, + {"댃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x83",3,NULL,0,NULL,0}, + {"䘷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xb7",3,NULL,0,NULL,0}, + {"잛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x9b",3,NULL,0,NULL,0}, + {"惔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x94",3,NULL,0,NULL,0}, + {"ꯜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x9c",3,NULL,0,NULL,0}, + {"룱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xb1",3,NULL,0,NULL,0}, + {"崁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x81",3,NULL,0,NULL,0}, + {"ϸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xb8",2,NULL,0,NULL,0}, + {"⚼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xbc",3,NULL,0,NULL,0}, + {"卟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x9f",3,NULL,0,NULL,0}, + {"૊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x8a",3,NULL,0,NULL,0}, + {"䏆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x86",3,NULL,0,NULL,0}, + {"㷬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xac",3,NULL,0,NULL,0}, + {"≪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xaa",3,NULL,0,NULL,0}, + {"鼚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x9a",3,NULL,0,NULL,0}, + {"듚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x9a",3,NULL,0,NULL,0}, + {"響",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x8a",3,NULL,0,NULL,0}, + {"ᶭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xad",3,NULL,0,NULL,0}, + {"繁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x81",3,NULL,0,NULL,0}, + {"伦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xa6",3,NULL,0,NULL,0}, + {"┻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x98",3,NULL,0,NULL,0}, + {"癫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xab",3,NULL,0,NULL,0}, + {"쪶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xb6",3,NULL,0,NULL,0}, + {"ǔ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x94",2,NULL,0,NULL,0}, + {"즜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x9c",3,NULL,0,NULL,0}, + {"䠼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xbc",3,NULL,0,NULL,0}, + {"ৄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x84",3,NULL,0,NULL,0}, + {"葨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xa8",3,NULL,0,NULL,0}, + {"✪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xaa",3,NULL,0,NULL,0}, + {"囹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xa9",3,NULL,0,NULL,0}, + {"⚍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x8d",3,NULL,0,NULL,0}, + {"膞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x9e",3,NULL,0,NULL,0}, + {"ᅴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x9b",3,NULL,0,NULL,0}, + {"߷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xb7",2,NULL,0,NULL,0}, + {"ᙇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x87",3,NULL,0,NULL,0}, + {"⋟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x81",3,NULL,0,NULL,0}, + {"傟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x9f",3,NULL,0,NULL,0}, + {"낔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x98",3,NULL,0,NULL,0}, + {"⢡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xa1",3,NULL,0,NULL,0}, + {"ᘂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x82",3,NULL,0,NULL,0}, + {"ፓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x93",3,NULL,0,NULL,0}, + {"쐦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xa6",3,NULL,0,NULL,0}, + {"緘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x98",3,NULL,0,NULL,0}, + {"듹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xb9",3,NULL,0,NULL,0}, + {"᪦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xa6",3,NULL,0,NULL,0}, + {"鞣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xb8",3,NULL,0,NULL,0}, + {"媦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x9f",3,NULL,0,NULL,0}, + {"졖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x96",3,NULL,0,NULL,0}, + {"寁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x81",3,NULL,0,NULL,0}, + {"챝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x9d",3,NULL,0,NULL,0}, + {"ⓤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xa4",3,NULL,0,NULL,0}, + {"캕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x95",3,NULL,0,NULL,0}, + {"쨵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xb5",3,NULL,0,NULL,0}, + {"Ⴑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xb1",3,NULL,0,NULL,0}, + {"ࠚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x9a",3,NULL,0,NULL,0}, + {"뿅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x85",3,NULL,0,NULL,0}, + {"⏂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x82",3,NULL,0,NULL,0}, + {"ᚉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x89",3,NULL,0,NULL,0}, + {"⢋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xa7",3,NULL,0,NULL,0}, + {"㪕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x95",3,NULL,0,NULL,0}, + {"倸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xb8",3,NULL,0,NULL,0}, + {"馲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xb2",3,NULL,0,NULL,0}, + {"딯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xa7",3,NULL,0,NULL,0}, + {"䙝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x9d",3,NULL,0,NULL,0}, + {"ᐱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb1",3,NULL,0,NULL,0}, + {"ã",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa3",2,NULL,0,NULL,0}, + {"䋘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x98",3,NULL,0,NULL,0}, + {"췝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x9a",3,NULL,0,NULL,0}, + {"꧅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x85",3,NULL,0,NULL,0}, + {"ᬭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xad",3,NULL,0,NULL,0}, + {"䖅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x85",3,NULL,0,NULL,0}, + {"ᓏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x98",3,NULL,0,NULL,0}, + {"捻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x9d",3,NULL,0,NULL,0}, + {"蔇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x87",3,NULL,0,NULL,0}, + {"ъ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x8a",2,NULL,0,NULL,0}, + {"⨂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x82",3,NULL,0,NULL,0}, + {"툞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x9e",3,NULL,0,NULL,0}, + {"츎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x8e",3,NULL,0,NULL,0}, + {"읰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xb0",3,NULL,0,NULL,0}, + {"蟐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x90",3,NULL,0,NULL,0}, + {"⩰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xb0",3,NULL,0,NULL,0}, + {"ꮏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x8f",3,NULL,0,NULL,0}, + {"გ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x92",3,NULL,0,NULL,0}, + {"뽖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x96",3,NULL,0,NULL,0}, + {"䣶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xb6",3,NULL,0,NULL,0}, + {"췄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x84",3,NULL,0,NULL,0}, + {"䦐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x90",3,NULL,0,NULL,0}, + {"攽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xbd",3,NULL,0,NULL,0}, + {"㉥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xa5",3,NULL,0,NULL,0}, + {"뜭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xad",3,NULL,0,NULL,0}, + {"ﮙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x99",3,NULL,0,NULL,0}, + {"䳮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xae",3,NULL,0,NULL,0}, + {"ᦂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x82",3,NULL,0,NULL,0}, + {"虜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xb6",3,NULL,0,NULL,0}, + {"脮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xae",3,NULL,0,NULL,0}, + {"Ỷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xb6",3,NULL,0,NULL,0}, + {"䞨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xa8",3,NULL,0,NULL,0}, + {"ퟏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x8f",3,NULL,0,NULL,0}, + {"㐡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xa1",3,NULL,0,NULL,0}, + {"寪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xaa",3,NULL,0,NULL,0}, + {"䍟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xb6",3,NULL,0,NULL,0}, + {"꽙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x99",3,NULL,0,NULL,0}, + {"Ⱬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xab",3,NULL,0,NULL,0}, + {"둃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x83",3,NULL,0,NULL,0}, + {"ㅳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xb3",3,NULL,0,NULL,0}, + {"읞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x9e",3,NULL,0,NULL,0}, + {"ブ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x96",3,NULL,0,NULL,0}, + {"ଚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x9a",3,NULL,0,NULL,0}, + {"螎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x8e",3,NULL,0,NULL,0}, + {"쭸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xb8",3,NULL,0,NULL,0}, + {"궘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x98",3,NULL,0,NULL,0}, + {"䟮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xae",3,NULL,0,NULL,0}, + {"ᅽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xbd",3,NULL,0,NULL,0}, + {"ꉆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x86",3,NULL,0,NULL,0}, + {"ή",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xb5",3,NULL,0,NULL,0}, + {"㘳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xb3",3,NULL,0,NULL,0}, + {"皾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xbe",3,NULL,0,NULL,0}, + {"뇜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x9c",3,NULL,0,NULL,0}, + {"驇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x87",3,NULL,0,NULL,0}, + {"萗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x97",3,NULL,0,NULL,0}, + {"녝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x9d",3,NULL,0,NULL,0}, + {"덀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x80",3,NULL,0,NULL,0}, + {"䓔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x94",3,NULL,0,NULL,0}, + {"꩎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x8e",3,NULL,0,NULL,0}, + {"㜺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xba",3,NULL,0,NULL,0}, + {"㑢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xa2",3,NULL,0,NULL,0}, + {"ꌗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x97",3,NULL,0,NULL,0}, + {"ᨉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x89",3,NULL,0,NULL,0}, + {"֊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x8a",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xbd",3,NULL,0,NULL,0}, + {"걾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xbe",3,NULL,0,NULL,0}, + {"훸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xb8",3,NULL,0,NULL,0}, + {"橒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x92",3,NULL,0,NULL,0}, + {"ፏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x8f",3,NULL,0,NULL,0}, + {"䝧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xa7",3,NULL,0,NULL,0}, + {"楤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xa4",3,NULL,0,NULL,0}, + {"ꋉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x89",3,NULL,0,NULL,0}, + {"슺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xba",3,NULL,0,NULL,0}, + {"筁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x81",3,NULL,0,NULL,0}, + {"ꈸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xab",3,NULL,0,NULL,0}, + {"뽳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xb3",3,NULL,0,NULL,0}, + {"噈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x88",3,NULL,0,NULL,0}, + {"氯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xaf",3,NULL,0,NULL,0}, + {"㧍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x8d",3,NULL,0,NULL,0}, + {"盝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x9d",3,NULL,0,NULL,0}, + {"꾊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x8a",3,NULL,0,NULL,0}, + {"杀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x80",3,NULL,0,NULL,0}, + {"컭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xad",3,NULL,0,NULL,0}, + {"燿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xbf",3,NULL,0,NULL,0}, + {"ꈅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x85",3,NULL,0,NULL,0}, + {"㓁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x81",3,NULL,0,NULL,0}, + {"る",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x8b",3,NULL,0,NULL,0}, + {"觥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xa5",3,NULL,0,NULL,0}, + {"殨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xa8",3,NULL,0,NULL,0}, + {"瘷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x86",3,NULL,0,NULL,0}, + {"ر",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xb1",2,NULL,0,NULL,0}, + {"⳾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xbe",3,NULL,0,NULL,0}, + {"欿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xbf",3,NULL,0,NULL,0}, + {"詾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xbe",3,NULL,0,NULL,0}, + {"렌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x8c",3,NULL,0,NULL,0}, + {"㫮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xae",3,NULL,0,NULL,0}, + {"׀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x80",2,NULL,0,NULL,0}, + {"頡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xa1",3,NULL,0,NULL,0}, + {"䔳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xb3",3,NULL,0,NULL,0}, + {"㍰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xb0",3,NULL,0,NULL,0}, + {"㛟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x9f",3,NULL,0,NULL,0}, + {"蛲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xb2",3,NULL,0,NULL,0}, + {"길",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xb8",3,NULL,0,NULL,0}, + {"흁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x81",3,NULL,0,NULL,0}, + {"鷮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xae",3,NULL,0,NULL,0}, + {"塎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x8e",3,NULL,0,NULL,0}, + {"溭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xad",3,NULL,0,NULL,0}, + {"⃰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xb0",3,NULL,0,NULL,0}, + {"涤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xa4",3,NULL,0,NULL,0}, + {"袭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xad",3,NULL,0,NULL,0}, + {"ॹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xb9",3,NULL,0,NULL,0}, + {"꿄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x99",3,NULL,0,NULL,0}, + {"忘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x98",3,NULL,0,NULL,0}, + {"ℹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xb9",3,NULL,0,NULL,0}, + {"l",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x8c",3,NULL,0,NULL,0}, + {"炭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xad",3,NULL,0,NULL,0}, + {"쉒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x92",3,NULL,0,NULL,0}, + {"嚟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x9f",3,NULL,0,NULL,0}, + {"칮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xae",3,NULL,0,NULL,0}, + {"妬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xac",3,NULL,0,NULL,0}, + {"䮒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x92",3,NULL,0,NULL,0}, + {"뮓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x93",3,NULL,0,NULL,0}, + {"㕒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x92",3,NULL,0,NULL,0}, + {"枵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xb5",3,NULL,0,NULL,0}, + {"瀺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xba",3,NULL,0,NULL,0}, + {"ㅤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xa4",3,NULL,0,NULL,0}, + {"߱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xb1",2,NULL,0,NULL,0}, + {"鱵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xb5",3,NULL,0,NULL,0}, + {"ꃞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x9e",3,NULL,0,NULL,0}, + {"럝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x9d",3,NULL,0,NULL,0}, + {"劶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xb6",3,NULL,0,NULL,0}, + {"䲡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xa1",3,NULL,0,NULL,0}, + {"禱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xb1",3,NULL,0,NULL,0}, + {"ڌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x8c",2,NULL,0,NULL,0}, + {"旃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x83",3,NULL,0,NULL,0}, + {"嫖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x96",3,NULL,0,NULL,0}, + {"꺿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xbf",3,NULL,0,NULL,0}, + {"瑚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x9a",3,NULL,0,NULL,0}, + {"제",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x9c",3,NULL,0,NULL,0}, + {"㳂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x82",3,NULL,0,NULL,0}, + {"暳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xb3",3,NULL,0,NULL,0}, + {"뺓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x93",3,NULL,0,NULL,0}, + {"ຘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x98",3,NULL,0,NULL,0}, + {"䮀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x80",3,NULL,0,NULL,0}, + {"褁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x8d",3,NULL,0,NULL,0}, + {"駹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xa8",3,NULL,0,NULL,0}, + {"囎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x8e",3,NULL,0,NULL,0}, + {"絓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x93",3,NULL,0,NULL,0}, + {"蔮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xae",3,NULL,0,NULL,0}, + {"⸘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x81",3,NULL,0,NULL,0}, + {"厭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xad",3,NULL,0,NULL,0}, + {"憩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xa9",3,NULL,0,NULL,0}, + {"᯾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xbe",3,NULL,0,NULL,0}, + {"㑊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x8a",3,NULL,0,NULL,0}, + {"贒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x92",3,NULL,0,NULL,0}, + {"᭿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xbf",3,NULL,0,NULL,0}, + {"龜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x87",3,NULL,0,NULL,0}, + {"Ṓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x92",3,NULL,0,NULL,0}, + {"빕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x95",3,NULL,0,NULL,0}, + {"熭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xad",3,NULL,0,NULL,0}, + {"䯗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x93",3,NULL,0,NULL,0}, + {"㭡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xa1",3,NULL,0,NULL,0}, + {"멹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xb9",3,NULL,0,NULL,0}, + {"飀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x80",3,NULL,0,NULL,0}, + {"ꬰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xb0",3,NULL,0,NULL,0}, + {"뗮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x90",3,NULL,0,NULL,0}, + {"停",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x9c",3,NULL,0,NULL,0}, + {"⺟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x9f",3,NULL,0,NULL,0}, + {"褢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xa9",3,NULL,0,NULL,0}, + {"ᝅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x85",3,NULL,0,NULL,0}, + {"ը",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xa8",2,NULL,0,NULL,0}, + {"ꤙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x99",3,NULL,0,NULL,0}, + {"ⷁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x81",3,NULL,0,NULL,0}, + {"礴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xb4",3,NULL,0,NULL,0}, + {"蹞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x9e",3,NULL,0,NULL,0}, + {"벓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xbc",3,NULL,0,NULL,0}, + {"聍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x8d",3,NULL,0,NULL,0}, + {"唎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x8e",3,NULL,0,NULL,0}, + {"ᮍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x8d",3,NULL,0,NULL,0}, + {"穫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xab",3,NULL,0,NULL,0}, + {"䅙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x99",3,NULL,0,NULL,0}, + {"푺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xba",3,NULL,0,NULL,0}, + {"苦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xa6",3,NULL,0,NULL,0}, + {"ಭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xad",3,NULL,0,NULL,0}, + {"䄌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x8c",3,NULL,0,NULL,0}, + {"酉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x89",3,NULL,0,NULL,0}, + {"ᡖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x96",3,NULL,0,NULL,0}, + {"臝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x9d",3,NULL,0,NULL,0}, + {"꪿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xbf",3,NULL,0,NULL,0}, + {"瑻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xbd",3,NULL,0,NULL,0}, + {"㶣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xa3",3,NULL,0,NULL,0}, + {"ᡱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xb1",3,NULL,0,NULL,0}, + {"厖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x96",3,NULL,0,NULL,0}, + {"熔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x94",3,NULL,0,NULL,0}, + {"䱈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x98",3,NULL,0,NULL,0}, + {"맲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xb2",3,NULL,0,NULL,0}, + {"庥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xa5",3,NULL,0,NULL,0}, + {"饕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x95",3,NULL,0,NULL,0}, + {"윈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x89",3,NULL,0,NULL,0}, + {"⻢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xa2",3,NULL,0,NULL,0}, + {"肶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x9a",3,NULL,0,NULL,0}, + {"㇓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x93",3,NULL,0,NULL,0}, + {"繸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xb8",3,NULL,0,NULL,0}, + {"撉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x89",3,NULL,0,NULL,0}, + {"龄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x84",3,NULL,0,NULL,0}, + {"Ⲵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xb4",3,NULL,0,NULL,0}, + {"얼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xbc",3,NULL,0,NULL,0}, + {"㷸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xb8",3,NULL,0,NULL,0}, + {"䅧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x8e",3,NULL,0,NULL,0}, + {"㫁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x81",3,NULL,0,NULL,0}, + {"볔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xb9",3,NULL,0,NULL,0}, + {"⊲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xb2",3,NULL,0,NULL,0}, + {"늇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x87",3,NULL,0,NULL,0}, + {"鋟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x9f",3,NULL,0,NULL,0}, + {"ꔁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x81",3,NULL,0,NULL,0}, + {"뉮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xae",3,NULL,0,NULL,0}, + {"腅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x90",3,NULL,0,NULL,0}, + {"庳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xb3",3,NULL,0,NULL,0}, + {"똶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xb6",3,NULL,0,NULL,0}, + {"䛚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x9a",3,NULL,0,NULL,0}, + {"傠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xa0",3,NULL,0,NULL,0}, + {"谺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xba",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x0e",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xbf",3,NULL,0,NULL,0}, + {"张",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xa0",3,NULL,0,NULL,0}, + {"吶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xb6",3,NULL,0,NULL,0}, + {"南",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x97",3,NULL,0,NULL,0}, + {"䗠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xa0",3,NULL,0,NULL,0}, + {"퀠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xa0",3,NULL,0,NULL,0}, + {"ﶱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xb1",3,NULL,0,NULL,0}, + {"अ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x85",3,NULL,0,NULL,0}, + {"㽼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xbc",3,NULL,0,NULL,0}, + {"倀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x80",3,NULL,0,NULL,0}, + {"靈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xb3",3,NULL,0,NULL,0}, + {"緱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xb1",3,NULL,0,NULL,0}, + {"ﵔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x94",3,NULL,0,NULL,0}, + {"㹗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x97",3,NULL,0,NULL,0}, + {"∩",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x85",3,NULL,0,NULL,0}, + {"ᱦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xa6",3,NULL,0,NULL,0}, + {"ﲒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x92",3,NULL,0,NULL,0}, + {"쫰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xb0",3,NULL,0,NULL,0}, + {"輔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x94",3,NULL,0,NULL,0}, + {"ﳓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x93",3,NULL,0,NULL,0}, + {"诸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xb8",3,NULL,0,NULL,0}, + {"슷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x92",3,NULL,0,NULL,0}, + {"媾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xbe",3,NULL,0,NULL,0}, + {"げ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x92",3,NULL,0,NULL,0}, + {"涹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x8a",3,NULL,0,NULL,0}, + {"⬍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x8d",3,NULL,0,NULL,0}, + {"ࡗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x97",3,NULL,0,NULL,0}, + {"〯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xaf",3,NULL,0,NULL,0}, + {"↛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x9b",3,NULL,0,NULL,0}, + {"䒬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xac",3,NULL,0,NULL,0}, + {"୤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xa4",3,NULL,0,NULL,0}, + {"㳩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xa9",3,NULL,0,NULL,0}, + {"⭬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xac",3,NULL,0,NULL,0}, + {"ᐌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x8c",3,NULL,0,NULL,0}, + {"≊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x8a",3,NULL,0,NULL,0}, + {"Ë",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8b",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x80",3,NULL,0,NULL,0}, + {"䖨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xa8",3,NULL,0,NULL,0}, + {"씷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xb7",3,NULL,0,NULL,0}, + {"儢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xa2",3,NULL,0,NULL,0}, + {"壘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xb5",3,NULL,0,NULL,0}, + {"﷉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x92",3,NULL,0,NULL,0}, + {"쥉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x89",3,NULL,0,NULL,0}, + {"঍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x8d",3,NULL,0,NULL,0}, + {"绡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xa1",3,NULL,0,NULL,0}, + {"䉀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x80",3,NULL,0,NULL,0}, + {"㻿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xbf",3,NULL,0,NULL,0}, + {"巇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x82",3,NULL,0,NULL,0}, + {"쮈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x88",3,NULL,0,NULL,0}, + {"䇗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x97",3,NULL,0,NULL,0}, + {"ટ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x9f",3,NULL,0,NULL,0}, + {"ឿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xbf",3,NULL,0,NULL,0}, + {"쏓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x93",3,NULL,0,NULL,0}, + {"奆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x86",3,NULL,0,NULL,0}, + {"幊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x89",3,NULL,0,NULL,0}, + {"ૅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x85",3,NULL,0,NULL,0}, + {"嶊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x8a",3,NULL,0,NULL,0}, + {"﯄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xa6",3,NULL,0,NULL,0}, + {"婽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x86",3,NULL,0,NULL,0}, + {"⎈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xb6",3,NULL,0,NULL,0}, + {"㚊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x8a",3,NULL,0,NULL,0}, + {"⾯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xaf",3,NULL,0,NULL,0}, + {"鹈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x88",3,NULL,0,NULL,0}, + {"ᦧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xa7",3,NULL,0,NULL,0}, + {"⑿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xbf",3,NULL,0,NULL,0}, + {"尥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xa5",3,NULL,0,NULL,0}, + {"㈽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xbd",3,NULL,0,NULL,0}, + {"누",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x84",3,NULL,0,NULL,0}, + {"﹘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x98",3,NULL,0,NULL,0}, + {"闼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xbc",3,NULL,0,NULL,0}, + {"䵥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x9e",3,NULL,0,NULL,0}, + {"꿙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x99",3,NULL,0,NULL,0}, + {"㺦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x94",3,NULL,0,NULL,0}, + {"꼸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xb8",3,NULL,0,NULL,0}, + {"৤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xa4",3,NULL,0,NULL,0}, + {"諄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x84",3,NULL,0,NULL,0}, + {"⧄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x84",3,NULL,0,NULL,0}, + {"䘝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x9d",3,NULL,0,NULL,0}, + {"잉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x89",3,NULL,0,NULL,0}, + {"ᖛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x9b",3,NULL,0,NULL,0}, + {"ї",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x97",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x9d",3,NULL,0,NULL,0}, + {"츣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xa3",3,NULL,0,NULL,0}, + {"ގ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8e",2,NULL,0,NULL,0}, + {"쏻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xbb",3,NULL,0,NULL,0}, + {"잪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xaa",3,NULL,0,NULL,0}, + {"靊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x8a",3,NULL,0,NULL,0}, + {"肒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x92",3,NULL,0,NULL,0}, + {"ﰹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xad",3,NULL,0,NULL,0}, + {"閾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xbe",3,NULL,0,NULL,0}, + {"䔍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x8d",3,NULL,0,NULL,0}, + {"ᬥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xa5",3,NULL,0,NULL,0}, + {"䀘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x93",3,NULL,0,NULL,0}, + {"᧨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xa8",3,NULL,0,NULL,0}, + {"︩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xa9",3,NULL,0,NULL,0}, + {"╳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xb3",3,NULL,0,NULL,0}, + {"漘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x98",3,NULL,0,NULL,0}, + {"嬵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xbb",3,NULL,0,NULL,0}, + {"罋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x8b",3,NULL,0,NULL,0}, + {"盲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xb2",3,NULL,0,NULL,0}, + {"繌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x8c",3,NULL,0,NULL,0}, + {"笔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x94",3,NULL,0,NULL,0}, + {"᾵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xb5",3,NULL,0,NULL,0}, + {"Ш",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xa8",2,NULL,0,NULL,0}, + {"䢣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xac",3,NULL,0,NULL,0}, + {"ܳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xb3",2,NULL,0,NULL,0}, + {"殑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x9b",3,NULL,0,NULL,0}, + {"權",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x8a",3,NULL,0,NULL,0}, + {"싘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x98",3,NULL,0,NULL,0}, + {"輦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x98",3,NULL,0,NULL,0}, + {"ጂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x82",3,NULL,0,NULL,0}, + {"┹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xb9",3,NULL,0,NULL,0}, + {"䕎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x8e",3,NULL,0,NULL,0}, + {"ፋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x8b",3,NULL,0,NULL,0}, + {"鬟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x9f",3,NULL,0,NULL,0}, + {"쳨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xa8",3,NULL,0,NULL,0}, + {"韧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xa7",3,NULL,0,NULL,0}, + {"ᛃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x83",3,NULL,0,NULL,0}, + {"探",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xa2",3,NULL,0,NULL,0}, + {"壨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xa8",3,NULL,0,NULL,0}, + {"챏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x8f",3,NULL,0,NULL,0}, + {"䢽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xbd",3,NULL,0,NULL,0}, + {"곧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xa7",3,NULL,0,NULL,0}, + {"채",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x84",3,NULL,0,NULL,0}, + {"癒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x92",3,NULL,0,NULL,0}, + {"뻍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x8d",3,NULL,0,NULL,0}, + {"鋽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xbd",3,NULL,0,NULL,0}, + {"ꃔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x94",3,NULL,0,NULL,0}, + {"뼤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xa4",3,NULL,0,NULL,0}, + {"췰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xbc",3,NULL,0,NULL,0}, + {"⢳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xb3",3,NULL,0,NULL,0}, + {"敱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xb1",3,NULL,0,NULL,0}, + {"⍛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x9b",3,NULL,0,NULL,0}, + {"",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x90",2,NULL,0,NULL,0}, + {"ፙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x99",3,NULL,0,NULL,0}, + {"듻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xbb",3,NULL,0,NULL,0}, + {"꧰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xb0",3,NULL,0,NULL,0}, + {"Ο",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x9f",2,NULL,0,NULL,0}, + {"鞩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xa9",3,NULL,0,NULL,0}, + {"ꗳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xb3",3,NULL,0,NULL,0}, + {"榑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x91",3,NULL,0,NULL,0}, + {"䌢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xa2",3,NULL,0,NULL,0}, + {"领",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x86",3,NULL,0,NULL,0}, + {"虴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xb4",3,NULL,0,NULL,0}, + {"Ꮄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xb4",3,NULL,0,NULL,0}, + {"決",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xba",3,NULL,0,NULL,0}, + {"ҩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xa9",2,NULL,0,NULL,0}, + {"ᅠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa0",3,NULL,0,NULL,0}, + {"矧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xa7",3,NULL,0,NULL,0}, + {"嘕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x95",3,NULL,0,NULL,0}, + {"泪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xaa",3,NULL,0,NULL,0}, + {"蕨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xa8",3,NULL,0,NULL,0}, + {"ꅺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xba",3,NULL,0,NULL,0}, + {"졵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xbf",3,NULL,0,NULL,0}, + {"㖔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x94",3,NULL,0,NULL,0}, + {"Ö",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x96",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xa1",3,NULL,0,NULL,0}, + {"懶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xb6",3,NULL,0,NULL,0}, + {"支",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xaf",3,NULL,0,NULL,0}, + {"舷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xb7",3,NULL,0,NULL,0}, + {"잵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xb5",3,NULL,0,NULL,0}, + {"๴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xb4",3,NULL,0,NULL,0}, + {"ɦ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xa6",2,NULL,0,NULL,0}, + {"㏌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x8c",3,NULL,0,NULL,0}, + {"≟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xbf",3,NULL,0,NULL,0}, + {"埢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xa2",3,NULL,0,NULL,0}, + {"鴅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x85",3,NULL,0,NULL,0}, + {"껴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xb4",3,NULL,0,NULL,0}, + {"돲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xb2",3,NULL,0,NULL,0}, + {"꧗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x97",3,NULL,0,NULL,0}, + {"갃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x83",3,NULL,0,NULL,0}, + {"敖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x96",3,NULL,0,NULL,0}, + {"晓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x93",3,NULL,0,NULL,0}, + {"莁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x81",3,NULL,0,NULL,0}, + {"ㅑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x91",3,NULL,0,NULL,0}, + {"ḻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xbb",3,NULL,0,NULL,0}, + {"㒔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x94",3,NULL,0,NULL,0}, + {"賘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x98",3,NULL,0,NULL,0}, + {"䡕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xa2",3,NULL,0,NULL,0}, + {"ኀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x96",3,NULL,0,NULL,0}, + {"ꭽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xbd",3,NULL,0,NULL,0}, + {"꤫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xab",3,NULL,0,NULL,0}, + {"읨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xa8",3,NULL,0,NULL,0}, + {"꣞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x9e",3,NULL,0,NULL,0}, + {"ⷤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xa4",3,NULL,0,NULL,0}, + {"슂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x82",3,NULL,0,NULL,0}, + {"臘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xa6",3,NULL,0,NULL,0}, + {"拭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xad",3,NULL,0,NULL,0}, + {"쇉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x89",3,NULL,0,NULL,0}, + {"垠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x80",3,NULL,0,NULL,0}, + {"Ꞗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x96",3,NULL,0,NULL,0}, + {"ש",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xa9",2,NULL,0,NULL,0}, + {"๛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x9b",3,NULL,0,NULL,0}, + {"˓",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x93",2,NULL,0,NULL,0}, + {"慄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x84",3,NULL,0,NULL,0}, + {"㝬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xac",3,NULL,0,NULL,0}, + {"抾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xbe",3,NULL,0,NULL,0}, + {"鴰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xb0",3,NULL,0,NULL,0}, + {"᩼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xba",3,NULL,0,NULL,0}, + {"䃡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xa1",3,NULL,0,NULL,0}, + {"蘛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x8c",3,NULL,0,NULL,0}, + {"뮖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x96",3,NULL,0,NULL,0}, + {"跏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x86",3,NULL,0,NULL,0}, + {"⣥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xa5",3,NULL,0,NULL,0}, + {"䔾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xbe",3,NULL,0,NULL,0}, + {"皮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xae",3,NULL,0,NULL,0}, + {"覘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x98",3,NULL,0,NULL,0}, + {"▦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xa6",3,NULL,0,NULL,0}, + {"杲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xb2",3,NULL,0,NULL,0}, + {"쐉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x89",3,NULL,0,NULL,0}, + {"粁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x81",3,NULL,0,NULL,0}, + {"觷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xb7",3,NULL,0,NULL,0}, + {"䬛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x91",3,NULL,0,NULL,0}, + {"簥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xa5",3,NULL,0,NULL,0}, + {"㜮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xae",3,NULL,0,NULL,0}, + {"࿳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xb3",3,NULL,0,NULL,0}, + {"扼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xbc",3,NULL,0,NULL,0}, + {"솒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x92",3,NULL,0,NULL,0}, + {"ᐹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x87",3,NULL,0,NULL,0}, + {"꨾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xbe",3,NULL,0,NULL,0}, + {"䩽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x8b",3,NULL,0,NULL,0}, + {"䋂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x82",3,NULL,0,NULL,0}, + {"포",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xac",3,NULL,0,NULL,0}, + {"檂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x82",3,NULL,0,NULL,0}, + {"텕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x95",3,NULL,0,NULL,0}, + {"得",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x8e",3,NULL,0,NULL,0}, + {"콩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xa9",3,NULL,0,NULL,0}, + {"Ꮪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x9a",3,NULL,0,NULL,0}, + {"鸥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xa5",3,NULL,0,NULL,0}, + {"웎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x8e",3,NULL,0,NULL,0}, + {"밝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x9d",3,NULL,0,NULL,0}, + {"馕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x95",3,NULL,0,NULL,0}, + {"ꪇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x87",3,NULL,0,NULL,0}, + {"௚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x9a",3,NULL,0,NULL,0}, + {"聼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xbc",3,NULL,0,NULL,0}, + {"컧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xa7",3,NULL,0,NULL,0}, + {"༓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x93",3,NULL,0,NULL,0}, + {"➐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x90",3,NULL,0,NULL,0}, + {"퉯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xaf",3,NULL,0,NULL,0}, + {"㓋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x8b",3,NULL,0,NULL,0}, + {"廵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xb5",3,NULL,0,NULL,0}, + {"瀅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x85",3,NULL,0,NULL,0}, + {"肩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xa9",3,NULL,0,NULL,0}, + {"妌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x8c",3,NULL,0,NULL,0}, + {"鿦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x97",3,NULL,0,NULL,0}, + {"稗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x97",3,NULL,0,NULL,0}, + {"ꐇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x87",3,NULL,0,NULL,0}, + {"鲷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xb7",3,NULL,0,NULL,0}, + {"䮞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x9e",3,NULL,0,NULL,0}, + {"浙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x99",3,NULL,0,NULL,0}, + {"ⴂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x82",3,NULL,0,NULL,0}, + {"섷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xb7",3,NULL,0,NULL,0}, + {"᰻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xbb",3,NULL,0,NULL,0}, + {"䫔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x94",3,NULL,0,NULL,0}, + {"㬑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x91",3,NULL,0,NULL,0}, + {"⇍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x8d",3,NULL,0,NULL,0}, + {"⪟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x9f",3,NULL,0,NULL,0}, + {"旁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x81",3,NULL,0,NULL,0}, + {"滑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x91",3,NULL,0,NULL,0}, + {"輫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xab",3,NULL,0,NULL,0}, + {"鐇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x80",3,NULL,0,NULL,0}, + {"忠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xa0",3,NULL,0,NULL,0}, + {"㱝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x9d",3,NULL,0,NULL,0}, + {"맥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xa5",3,NULL,0,NULL,0}, + {"⣂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x82",3,NULL,0,NULL,0}, + {"昪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xb8",3,NULL,0,NULL,0}, + {"玵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xb5",3,NULL,0,NULL,0}, + {"㗸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xb8",3,NULL,0,NULL,0}, + {"懇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x87",3,NULL,0,NULL,0}, + {"ꡞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x9e",3,NULL,0,NULL,0}, + {"⭄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xa6",3,NULL,0,NULL,0}, + {"햫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xab",3,NULL,0,NULL,0}, + {"⮅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x85",3,NULL,0,NULL,0}, + {"憖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x96",3,NULL,0,NULL,0}, + {"犇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x87",3,NULL,0,NULL,0}, + {"䨎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x8e",3,NULL,0,NULL,0}, + {"軭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xad",3,NULL,0,NULL,0}, + {"큶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xb6",3,NULL,0,NULL,0}, + {"緍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x8d",3,NULL,0,NULL,0}, + {"ᱵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xb8",3,NULL,0,NULL,0}, + {"䲓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xa6",3,NULL,0,NULL,0}, + {"㩴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xb4",3,NULL,0,NULL,0}, + {"䈩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xa9",3,NULL,0,NULL,0}, + {"뷠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xa0",3,NULL,0,NULL,0}, + {"ៀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x80",3,NULL,0,NULL,0}, + {"䆢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xa2",3,NULL,0,NULL,0}, + {"㳎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x8e",3,NULL,0,NULL,0}, + {"Ⱓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xa3",3,NULL,0,NULL,0}, + {"೪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xaa",3,NULL,0,NULL,0}, + {"涂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x82",3,NULL,0,NULL,0}, + {"ꜽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xbd",3,NULL,0,NULL,0}, + {"渉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x89",3,NULL,0,NULL,0}, + {"蠠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xaf",3,NULL,0,NULL,0}, + {"麗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x97",3,NULL,0,NULL,0}, + {"豚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x9a",3,NULL,0,NULL,0}, + {"뺙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x99",3,NULL,0,NULL,0}, + {"르",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xb4",3,NULL,0,NULL,0}, + {"∬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xac",3,NULL,0,NULL,0}, + {"箖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x96",3,NULL,0,NULL,0}, + {"掖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x96",3,NULL,0,NULL,0}, + {"暱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xb1",3,NULL,0,NULL,0}, + {"躯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xaf",3,NULL,0,NULL,0}, + {"篗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x97",3,NULL,0,NULL,0}, + {"ͱ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xb1",2,NULL,0,NULL,0}, + {"肘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x98",3,NULL,0,NULL,0}, + {"씒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x92",3,NULL,0,NULL,0}, + {"鼷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xb7",3,NULL,0,NULL,0}, + {"倜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x9c",3,NULL,0,NULL,0}, + {"县",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xbf",3,NULL,0,NULL,0}, + {"⸅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x85",3,NULL,0,NULL,0}, + {"勍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x8d",3,NULL,0,NULL,0}, + {"䉣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xa3",3,NULL,0,NULL,0}, + {"咦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xa6",3,NULL,0,NULL,0}, + {"쏤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xa4",3,NULL,0,NULL,0}, + {"㧛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x9b",3,NULL,0,NULL,0}, + {"幣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xa3",3,NULL,0,NULL,0}, + {"⯡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xa1",3,NULL,0,NULL,0}, + {"㟅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x85",3,NULL,0,NULL,0}, + {"眅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xbc",3,NULL,0,NULL,0}, + {"怼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xbc",3,NULL,0,NULL,0}, + {"ᖬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xac",3,NULL,0,NULL,0}, + {"톺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xba",3,NULL,0,NULL,0}, + {"욀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x80",3,NULL,0,NULL,0}, + {"㴔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x94",3,NULL,0,NULL,0}, + {"羴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xb4",3,NULL,0,NULL,0}, + {"Ṷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xb6",3,NULL,0,NULL,0}, + {"篌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x8c",3,NULL,0,NULL,0}, + {"㑷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xb7",3,NULL,0,NULL,0}, + {"譔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x94",3,NULL,0,NULL,0}, + {"⽛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x9b",3,NULL,0,NULL,0}, + {"崌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x8c",3,NULL,0,NULL,0}, + {"卐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x90",3,NULL,0,NULL,0}, + {"啱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xb1",3,NULL,0,NULL,0}, + {"⻲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xb2",3,NULL,0,NULL,0}, + {"컅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x85",3,NULL,0,NULL,0}, + {"켺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xba",3,NULL,0,NULL,0}, + {"祐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x90",3,NULL,0,NULL,0}, + {"䁢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xa2",3,NULL,0,NULL,0}, + {"㹬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x94",3,NULL,0,NULL,0}, + {"䷵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xb5",3,NULL,0,NULL,0}, + {"聗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x97",3,NULL,0,NULL,0}, + {"봨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xa8",3,NULL,0,NULL,0}, + {"玅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x85",3,NULL,0,NULL,0}, + {"桱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xb1",3,NULL,0,NULL,0}, + {"옂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x82",3,NULL,0,NULL,0}, + {"睹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xb1",3,NULL,0,NULL,0}, + {"㴪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xa7",3,NULL,0,NULL,0}, + {"㢸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xb8",3,NULL,0,NULL,0}, + {"ﱴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x8a",3,NULL,0,NULL,0}, + {"뤔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x94",3,NULL,0,NULL,0}, + {"ᔻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xbb",3,NULL,0,NULL,0}, + {"Ƒ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x91",2,NULL,0,NULL,0}, + {"厊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x8a",3,NULL,0,NULL,0}, + {"鎺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xba",3,NULL,0,NULL,0}, + {"위",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x84",3,NULL,0,NULL,0}, + {"ꪽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xbd",3,NULL,0,NULL,0}, + {"頓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x93",3,NULL,0,NULL,0}, + {"쒺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xba",3,NULL,0,NULL,0}, + {"쨠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xa0",3,NULL,0,NULL,0}, + {"ꛊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x8a",3,NULL,0,NULL,0}, + {"谪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x9a",3,NULL,0,NULL,0}, + {"否",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xa6",3,NULL,0,NULL,0}, + {"ෘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x98",3,NULL,0,NULL,0}, + {"﷣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x9a",3,NULL,0,NULL,0}, + {"緩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xa9",3,NULL,0,NULL,0}, + {"ﲂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x82",3,NULL,0,NULL,0}, + {"ﰊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x8a",3,NULL,0,NULL,0}, + {"臁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x81",3,NULL,0,NULL,0}, + {"缴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xb4",3,NULL,0,NULL,0}, + {"ₛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x9b",3,NULL,0,NULL,0}, + {"뙖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x96",3,NULL,0,NULL,0}, + {"쌮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xae",3,NULL,0,NULL,0}, + {"戅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x85",3,NULL,0,NULL,0}, + {"㲊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x8a",3,NULL,0,NULL,0}, + {"ɀ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x80",2,NULL,0,NULL,0}, + {"슯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xaf",3,NULL,0,NULL,0}, + {"᷍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x8d",3,NULL,0,NULL,0}, + {"鐧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x87",3,NULL,0,NULL,0}, + {"ᄉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x89",3,NULL,0,NULL,0}, + {"႖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x96",3,NULL,0,NULL,0}, + {"낹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xb9",3,NULL,0,NULL,0}, + {"줥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xa5",3,NULL,0,NULL,0}, + {"䢳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xb3",3,NULL,0,NULL,0}, + {"꜋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x9c",3,NULL,0,NULL,0}, + {"얆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x86",3,NULL,0,NULL,0}, + {"縃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x83",3,NULL,0,NULL,0}, + {"딞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x9e",3,NULL,0,NULL,0}, + {"㺽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xbd",3,NULL,0,NULL,0}, + {"㷞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x9e",3,NULL,0,NULL,0}, + {"ඏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x8f",3,NULL,0,NULL,0}, + {"̦",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xa6",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xbe",3,NULL,0,NULL,0}, + {"䗚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x9a",3,NULL,0,NULL,0}, + {"䑁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x81",3,NULL,0,NULL,0}, + {"ꗚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x9a",3,NULL,0,NULL,0}, + {"㽤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xa4",3,NULL,0,NULL,0}, + {"侠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xa0",3,NULL,0,NULL,0}, + {"찃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xbd",3,NULL,0,NULL,0}, + {"ਸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xb8",3,NULL,0,NULL,0}, + {"ꙇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x87",3,NULL,0,NULL,0}, + {"氽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xbd",3,NULL,0,NULL,0}, + {"ᑳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb3",3,NULL,0,NULL,0}, + {"䝛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x9b",3,NULL,0,NULL,0}, + {"绳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xb3",3,NULL,0,NULL,0}, + {"뗸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xb8",3,NULL,0,NULL,0}, + {"乯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xad",3,NULL,0,NULL,0}, + {"ḃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x83",3,NULL,0,NULL,0}, + {"鍍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x8d",3,NULL,0,NULL,0}, + {"䂛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x9b",3,NULL,0,NULL,0}, + {"⏧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xa7",3,NULL,0,NULL,0}, + {"霥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xa5",3,NULL,0,NULL,0}, + {"罩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xa9",3,NULL,0,NULL,0}, + {"鉎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x8e",3,NULL,0,NULL,0}, + {"汲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xb2",3,NULL,0,NULL,0}, + {"⇓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x93",3,NULL,0,NULL,0}, + {"イ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa4",3,NULL,0,NULL,0}, + {"艒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x92",3,NULL,0,NULL,0}, + {"ᴗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xb1",3,NULL,0,NULL,0}, + {"뀺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xba",3,NULL,0,NULL,0}, + {"햔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x94",3,NULL,0,NULL,0}, + {"䛢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xa2",3,NULL,0,NULL,0}, + {"砣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xa3",3,NULL,0,NULL,0}, + {"돏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x8f",3,NULL,0,NULL,0}, + {"ŏ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x8f",2,NULL,0,NULL,0}, + {"㸟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x96",3,NULL,0,NULL,0}, + {"걣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xa3",3,NULL,0,NULL,0}, + {"샒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xb6",3,NULL,0,NULL,0}, + {"ἦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xa6",3,NULL,0,NULL,0}, + {"ₕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x95",3,NULL,0,NULL,0}, + {"䏯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xaf",3,NULL,0,NULL,0}, + {"䃑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x91",3,NULL,0,NULL,0}, + {"읅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x85",3,NULL,0,NULL,0}, + {"冹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x9d",3,NULL,0,NULL,0}, + {"ࡷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x92",3,NULL,0,NULL,0}, + {"⫭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xad",3,NULL,0,NULL,0}, + {"㚏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x8f",3,NULL,0,NULL,0}, + {"陏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x8f",3,NULL,0,NULL,0}, + {"῵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xb5",3,NULL,0,NULL,0}, + {"ࢸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xb8",3,NULL,0,NULL,0}, + {"∔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x94",3,NULL,0,NULL,0}, + {"蒛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x9b",3,NULL,0,NULL,0}, + {"᦭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xad",3,NULL,0,NULL,0}, + {"㿥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xa5",3,NULL,0,NULL,0}, + {"쮙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x99",3,NULL,0,NULL,0}, + {"瞜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x9c",3,NULL,0,NULL,0}, + {"膎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x8e",3,NULL,0,NULL,0}, + {"녰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xb0",3,NULL,0,NULL,0}, + {"᧲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xb2",3,NULL,0,NULL,0}, + {"퍫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xab",3,NULL,0,NULL,0}, + {"宂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x82",3,NULL,0,NULL,0}, + {"磻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xa4",3,NULL,0,NULL,0}, + {"᩹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xb9",3,NULL,0,NULL,0}, + {"节",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x82",3,NULL,0,NULL,0}, + {"竩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xa9",3,NULL,0,NULL,0}, + {"ˮ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xae",2,NULL,0,NULL,0}, + {"挖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x96",3,NULL,0,NULL,0}, + {"곪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xaa",3,NULL,0,NULL,0}, + {"흔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x94",3,NULL,0,NULL,0}, + {"ᬛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x9b",3,NULL,0,NULL,0}, + {"婡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xa1",3,NULL,0,NULL,0}, + {"὎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x8e",3,NULL,0,NULL,0}, + {"ѕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x95",2,NULL,0,NULL,0}, + {"균",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xa0",3,NULL,0,NULL,0}, + {"氜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x9c",3,NULL,0,NULL,0}, + {"잶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xb6",3,NULL,0,NULL,0}, + {"쉣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xa3",3,NULL,0,NULL,0}, + {"殃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x83",3,NULL,0,NULL,0}, + {"腔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x94",3,NULL,0,NULL,0}, + {"킙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x99",3,NULL,0,NULL,0}, + {"䓿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xbf",3,NULL,0,NULL,0}, + {"캁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x81",3,NULL,0,NULL,0}, + {"官",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x98",3,NULL,0,NULL,0}, + {"᧤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xa4",3,NULL,0,NULL,0}, + {"ֱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xb1",2,NULL,0,NULL,0}, + {"⎔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x94",3,NULL,0,NULL,0}, + {"堂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x82",3,NULL,0,NULL,0}, + {"ノ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x89",3,NULL,0,NULL,0}, + {"歐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xa2",3,NULL,0,NULL,0}, + {"쵋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x8b",3,NULL,0,NULL,0}, + {"넽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xbd",3,NULL,0,NULL,0}, + {"ꚛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x9b",3,NULL,0,NULL,0}, + {"ᬜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x9c",3,NULL,0,NULL,0}, + {"䕄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x84",3,NULL,0,NULL,0}, + {"죘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xbc",3,NULL,0,NULL,0}, + {"䕸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xb8",3,NULL,0,NULL,0}, + {"韭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xad",3,NULL,0,NULL,0}, + {"槜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x9c",3,NULL,0,NULL,0}, + {"䊫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xab",3,NULL,0,NULL,0}, + {"剹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x83",3,NULL,0,NULL,0}, + {"嫸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xb8",3,NULL,0,NULL,0}, + {"䤐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x90",3,NULL,0,NULL,0}, + {"닠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xa0",3,NULL,0,NULL,0}, + {"툰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xb0",3,NULL,0,NULL,0}, + {"◕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x95",3,NULL,0,NULL,0}, + {"⅌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xb9",3,NULL,0,NULL,0}, + {"ઇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x87",3,NULL,0,NULL,0}, + {"䍍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x8d",3,NULL,0,NULL,0}, + {"雗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x97",3,NULL,0,NULL,0}, + {"郮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xae",3,NULL,0,NULL,0}, + {"姚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x9a",3,NULL,0,NULL,0}, + {"컂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x82",3,NULL,0,NULL,0}, + {"錗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x97",3,NULL,0,NULL,0}, + {"䭧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xa7",3,NULL,0,NULL,0}, + {"뻯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xaf",3,NULL,0,NULL,0}, + {"♵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xb5",3,NULL,0,NULL,0}, + {"㚰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xb0",3,NULL,0,NULL,0}, + {"숞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x9e",3,NULL,0,NULL,0}, + {"嚿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xbf",3,NULL,0,NULL,0}, + {"欚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xbc",3,NULL,0,NULL,0}, + {"韼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xbc",3,NULL,0,NULL,0}, + {"畄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x84",3,NULL,0,NULL,0}, + {"㍅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x85",3,NULL,0,NULL,0}, + {"ꂎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x8e",3,NULL,0,NULL,0}, + {"䕞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x9e",3,NULL,0,NULL,0}, + {"硻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xbb",3,NULL,0,NULL,0}, + {"ڤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xa4",2,NULL,0,NULL,0}, + {"榛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x9b",3,NULL,0,NULL,0}, + {"硌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x8c",3,NULL,0,NULL,0}, + {"旰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xb0",3,NULL,0,NULL,0}, + {"䜩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xa9",3,NULL,0,NULL,0}, + {"䌮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xae",3,NULL,0,NULL,0}, + {"削",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x8a",3,NULL,0,NULL,0}, + {"锘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xa4",3,NULL,0,NULL,0}, + {"⛞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x9e",3,NULL,0,NULL,0}, + {"⫝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x9d",3,NULL,0,NULL,0}, + {"㔯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xaf",3,NULL,0,NULL,0}, + {"⁑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x91",3,NULL,0,NULL,0}, + {"䎤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xa4",3,NULL,0,NULL,0}, + {"㖠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xa0",3,NULL,0,NULL,0}, + {"驵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xb5",3,NULL,0,NULL,0}, + {"꬟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x9f",3,NULL,0,NULL,0}, + {"⡳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xb3",3,NULL,0,NULL,0}, + {"㎃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x83",3,NULL,0,NULL,0}, + {"Օ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x95",2,NULL,0,NULL,0}, + {"骪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x83",3,NULL,0,NULL,0}, + {"⁥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xa5",3,NULL,0,NULL,0}, + {"鲚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x9a",3,NULL,0,NULL,0}, + {"场",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xba",3,NULL,0,NULL,0}, + {"⇴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xb4",3,NULL,0,NULL,0}, + {"祖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x90",3,NULL,0,NULL,0}, + {"ꁍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x8d",3,NULL,0,NULL,0}, + {"糩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xa9",3,NULL,0,NULL,0}, + {"肯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xaf",3,NULL,0,NULL,0}, + {"揔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x94",3,NULL,0,NULL,0}, + {"⃡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xa1",3,NULL,0,NULL,0}, + {"ᮢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xa2",3,NULL,0,NULL,0}, + {"埒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x92",3,NULL,0,NULL,0}, + {"쪌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x8c",3,NULL,0,NULL,0}, + {"穸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xb8",3,NULL,0,NULL,0}, + {"ң",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xa3",2,NULL,0,NULL,0}, + {"ᬙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x99",3,NULL,0,NULL,0}, + {"❌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x8c",3,NULL,0,NULL,0}, + {"泺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xba",3,NULL,0,NULL,0}, + {"ⓔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xa0",3,NULL,0,NULL,0}, + {"驸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xb8",3,NULL,0,NULL,0}, + {"㭺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xba",3,NULL,0,NULL,0}, + {"⻊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xae",3,NULL,0,NULL,0}, + {"煽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xbd",3,NULL,0,NULL,0}, + {"먍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x8d",3,NULL,0,NULL,0}, + {"⠔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x94",3,NULL,0,NULL,0}, + {"㤰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xb0",3,NULL,0,NULL,0}, + {"ﬗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x97",3,NULL,0,NULL,0}, + {"Ӥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xa4",2,NULL,0,NULL,0}, + {"懒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xa7",3,NULL,0,NULL,0}, + {"顨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xa8",3,NULL,0,NULL,0}, + {"䖕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x95",3,NULL,0,NULL,0}, + {"␑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x91",3,NULL,0,NULL,0}, + {"޼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xbc",2,NULL,0,NULL,0}, + {"ꨦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xa6",3,NULL,0,NULL,0}, + {"惹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xb9",3,NULL,0,NULL,0}, + {"䅼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xbc",3,NULL,0,NULL,0}, + {"ꦟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xb5",3,NULL,0,NULL,0}, + {"捍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x8d",3,NULL,0,NULL,0}, + {"ḩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa9",3,NULL,0,NULL,0}, + {"뫒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x92",3,NULL,0,NULL,0}, + {"貸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xb8",3,NULL,0,NULL,0}, + {"┊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x8a",3,NULL,0,NULL,0}, + {"⧲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xb2",3,NULL,0,NULL,0}, + {"飥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xa5",3,NULL,0,NULL,0}, + {"ᇭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xad",3,NULL,0,NULL,0}, + {"環",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xb0",3,NULL,0,NULL,0}, + {"☭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xad",3,NULL,0,NULL,0}, + {"踧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xa7",3,NULL,0,NULL,0}, + {"I",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"胣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xa3",3,NULL,0,NULL,0}, + {"▮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xae",3,NULL,0,NULL,0}, + {"圑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x91",3,NULL,0,NULL,0}, + {"烮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xae",3,NULL,0,NULL,0}, + {"㊏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x8f",3,NULL,0,NULL,0}, + {"狈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x88",3,NULL,0,NULL,0}, + {"䦶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xb6",3,NULL,0,NULL,0}, + {"踳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xb3",3,NULL,0,NULL,0}, + {"۶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xb6",2,NULL,0,NULL,0}, + {"Ꞧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xaa",3,NULL,0,NULL,0}, + {"䚇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x87",3,NULL,0,NULL,0}, + {"檫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xab",3,NULL,0,NULL,0}, + {"ྫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xab",3,NULL,0,NULL,0}, + {"䤇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x87",3,NULL,0,NULL,0}, + {"洑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x91",3,NULL,0,NULL,0}, + {"悞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x9e",3,NULL,0,NULL,0}, + {"묌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x8c",3,NULL,0,NULL,0}, + {"䟶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xb6",3,NULL,0,NULL,0}, + {"ⵈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x88",3,NULL,0,NULL,0}, + {"⨨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xa8",3,NULL,0,NULL,0}, + {"䃣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x9e",3,NULL,0,NULL,0}, + {"ⱉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x89",3,NULL,0,NULL,0}, + {"융",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xb5",3,NULL,0,NULL,0}, + {"竢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xa2",3,NULL,0,NULL,0}, + {"ꫨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xa8",3,NULL,0,NULL,0}, + {"౩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xa9",3,NULL,0,NULL,0}, + {"㵶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xb6",3,NULL,0,NULL,0}, + {"廈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x88",3,NULL,0,NULL,0}, + {"⥫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xab",3,NULL,0,NULL,0}, + {"ུ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xb4",3,NULL,0,NULL,0}, + {"餮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xae",3,NULL,0,NULL,0}, + {"蘙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x99",3,NULL,0,NULL,0}, + {"吋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x8b",3,NULL,0,NULL,0}, + {"➬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xac",3,NULL,0,NULL,0}, + {"콸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xb8",3,NULL,0,NULL,0}, + {"屹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xb9",3,NULL,0,NULL,0}, + {"觎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x8e",3,NULL,0,NULL,0}, + {"衛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x9b",3,NULL,0,NULL,0}, + {"鱌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xbf",3,NULL,0,NULL,0}, + {"龩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xa9",3,NULL,0,NULL,0}, + {"簷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xb7",3,NULL,0,NULL,0}, + {"搕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x95",3,NULL,0,NULL,0}, + {"梞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x9e",3,NULL,0,NULL,0}, + {"ห",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xab",3,NULL,0,NULL,0}, + {"禆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x86",3,NULL,0,NULL,0}, + {"攜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x9c",3,NULL,0,NULL,0}, + {"봁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x81",3,NULL,0,NULL,0}, + {"䩯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xaf",3,NULL,0,NULL,0}, + {"Ჲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xb2",3,NULL,0,NULL,0}, + {"䳵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xb5",3,NULL,0,NULL,0}, + {"啊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x8a",3,NULL,0,NULL,0}, + {"᱁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x81",3,NULL,0,NULL,0}, + {"湼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x97",3,NULL,0,NULL,0}, + {"睴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xb4",3,NULL,0,NULL,0}, + {"ꍖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x96",3,NULL,0,NULL,0}, + {"辔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x94",3,NULL,0,NULL,0}, + {"沨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xa8",3,NULL,0,NULL,0}, + {"徕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x95",3,NULL,0,NULL,0}, + {"홐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x86",3,NULL,0,NULL,0}, + {"楂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x82",3,NULL,0,NULL,0}, + {"ᰎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x8e",3,NULL,0,NULL,0}, + {"콛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x9b",3,NULL,0,NULL,0}, + {"૰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x85",3,NULL,0,NULL,0}, + {"뙙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x99",3,NULL,0,NULL,0}, + {"ར",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xa2",3,NULL,0,NULL,0}, + {"㡆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x86",3,NULL,0,NULL,0}, + {"ꪕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x95",3,NULL,0,NULL,0}, + {"僋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x8b",3,NULL,0,NULL,0}, + {"㟑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x91",3,NULL,0,NULL,0}, + {"迾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xbe",3,NULL,0,NULL,0}, + {"릝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x9d",3,NULL,0,NULL,0}, + {"ᅏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xb9",3,NULL,0,NULL,0}, + {"쑨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x81",3,NULL,0,NULL,0}, + {"鿊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x8a",3,NULL,0,NULL,0}, + {"쿿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xbf",3,NULL,0,NULL,0}, + {"訏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x8f",3,NULL,0,NULL,0}, + {"蠖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x96",3,NULL,0,NULL,0}, + {"鳥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xa5",3,NULL,0,NULL,0}, + {"稍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x8d",3,NULL,0,NULL,0}, + {"⭽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xbd",3,NULL,0,NULL,0}, + {"骽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xbd",3,NULL,0,NULL,0}, + {"蝡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xa1",3,NULL,0,NULL,0}, + {"釽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xbd",3,NULL,0,NULL,0}, + {"誖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x85",3,NULL,0,NULL,0}, + {"蛄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x84",3,NULL,0,NULL,0}, + {"깢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xa2",3,NULL,0,NULL,0}, + {"䈛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x8f",3,NULL,0,NULL,0}, + {"塰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xb0",3,NULL,0,NULL,0}, + {"璄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x84",3,NULL,0,NULL,0}, + {"滓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x93",3,NULL,0,NULL,0}, + {"৕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x95",3,NULL,0,NULL,0}, + {"㺳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xb3",3,NULL,0,NULL,0}, + {"鏽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xbd",3,NULL,0,NULL,0}, + {"ඉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xb0",3,NULL,0,NULL,0}, + {"谥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xa5",3,NULL,0,NULL,0}, + {"븺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xba",3,NULL,0,NULL,0}, + {"䇨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xa8",3,NULL,0,NULL,0}, + {"ꇗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x97",3,NULL,0,NULL,0}, + {"揽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x82",3,NULL,0,NULL,0}, + {"渋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x8b",3,NULL,0,NULL,0}, + {"ꟴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xb4",3,NULL,0,NULL,0}, + {"렮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xae",3,NULL,0,NULL,0}, + {"⮗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x97",3,NULL,0,NULL,0}, + {"黐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x90",3,NULL,0,NULL,0}, + {"箆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x86",3,NULL,0,NULL,0}, + {"틆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x86",3,NULL,0,NULL,0}, + {"䞐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x90",3,NULL,0,NULL,0}, + {"럅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x85",3,NULL,0,NULL,0}, + {"ⶐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x90",3,NULL,0,NULL,0}, + {"䧾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x85",3,NULL,0,NULL,0}, + {"왭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xad",3,NULL,0,NULL,0}, + {"︔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x94",3,NULL,0,NULL,0}, + {"⸗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x97",3,NULL,0,NULL,0}, + {"鯜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x9c",3,NULL,0,NULL,0}, + {"耟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x9f",3,NULL,0,NULL,0}, + {"䲶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xb6",3,NULL,0,NULL,0}, + {"漍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x8d",3,NULL,0,NULL,0}, + {"䆲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xb2",3,NULL,0,NULL,0}, + {"㟺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xba",3,NULL,0,NULL,0}, + {"Ⱁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x91",3,NULL,0,NULL,0}, + {"誳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xb3",3,NULL,0,NULL,0}, + {"웟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x9f",3,NULL,0,NULL,0}, + {"ഊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x8a",3,NULL,0,NULL,0}, + {"喲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xb2",3,NULL,0,NULL,0}, + {"텴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xb4",3,NULL,0,NULL,0}, + {"䊭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xad",3,NULL,0,NULL,0}, + {"麾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xbe",3,NULL,0,NULL,0}, + {"脼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xbc",3,NULL,0,NULL,0}, + {"퇓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x93",3,NULL,0,NULL,0}, + {"ى",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x89",2,NULL,0,NULL,0}, + {"㧰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xb0",3,NULL,0,NULL,0}, + {"篥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xa5",3,NULL,0,NULL,0}, + {"紩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xa9",3,NULL,0,NULL,0}, + {"벳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xb3",3,NULL,0,NULL,0}, + {"呞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x9e",3,NULL,0,NULL,0}, + {"闑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x8b",3,NULL,0,NULL,0}, + {"䶎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x8e",3,NULL,0,NULL,0}, + {"潇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x87",3,NULL,0,NULL,0}, + {"틷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xb7",3,NULL,0,NULL,0}, + {"芽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xbd",3,NULL,0,NULL,0}, + {"嬈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x88",3,NULL,0,NULL,0}, + {"ﵼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xbc",3,NULL,0,NULL,0}, + {"諱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xb1",3,NULL,0,NULL,0}, + {"ﶇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x87",3,NULL,0,NULL,0}, + {"ア",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb1",3,NULL,0,NULL,0}, + {"ᗄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x84",3,NULL,0,NULL,0}, + {"䵈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x88",3,NULL,0,NULL,0}, + {"우",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xb0",3,NULL,0,NULL,0}, + {"ᄲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xb2",3,NULL,0,NULL,0}, + {"޳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xb3",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x8a",3,NULL,0,NULL,0}, + {"㋫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xab",3,NULL,0,NULL,0}, + {"￯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xaf",3,NULL,0,NULL,0}, + {"譄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x84",3,NULL,0,NULL,0}, + {"㴌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x8c",3,NULL,0,NULL,0}, + {"룎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x8e",3,NULL,0,NULL,0}, + {"܌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x8c",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x91",3,NULL,0,NULL,0}, + {"즥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xa5",3,NULL,0,NULL,0}, + {"⾓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x93",3,NULL,0,NULL,0}, + {"讹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xb3",3,NULL,0,NULL,0}, + {"㽕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xab",3,NULL,0,NULL,0}, + {"勭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xad",3,NULL,0,NULL,0}, + {"᜗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x97",3,NULL,0,NULL,0}, + {"捼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xbc",3,NULL,0,NULL,0}, + {"䁲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xb2",3,NULL,0,NULL,0}, + {"➱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xb1",3,NULL,0,NULL,0}, + {"䜬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xac",3,NULL,0,NULL,0}, + {"受",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x97",3,NULL,0,NULL,0}, + {"╆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x86",3,NULL,0,NULL,0}, + {"㘐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x90",3,NULL,0,NULL,0}, + {"푐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x90",3,NULL,0,NULL,0}, + {"ਧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xa7",3,NULL,0,NULL,0}, + {"덆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x86",3,NULL,0,NULL,0}, + {"촋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x8b",3,NULL,0,NULL,0}, + {"᎟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xaa",3,NULL,0,NULL,0}, + {"茔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x94",3,NULL,0,NULL,0}, + {"纹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xb9",3,NULL,0,NULL,0}, + {"臵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xb5",3,NULL,0,NULL,0}, + {"뚶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x87",3,NULL,0,NULL,0}, + {"Ꝅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x84",3,NULL,0,NULL,0}, + {"鎮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xae",3,NULL,0,NULL,0}, + {"湓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xbe",3,NULL,0,NULL,0}, + {"䜑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x91",3,NULL,0,NULL,0}, + {"﬩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xa9",3,NULL,0,NULL,0}, + {"ၬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xac",3,NULL,0,NULL,0}, + {"᷏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x8f",3,NULL,0,NULL,0}, + {"ꚺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xb3",3,NULL,0,NULL,0}, + {"퓦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xa6",3,NULL,0,NULL,0}, + {"雉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x89",3,NULL,0,NULL,0}, + {"⼌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x8c",3,NULL,0,NULL,0}, + {"㼐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x90",3,NULL,0,NULL,0}, + {"㇫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xab",3,NULL,0,NULL,0}, + {"䊾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x81",3,NULL,0,NULL,0}, + {"ꃇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x87",3,NULL,0,NULL,0}, + {"{",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"{",1,NULL,0,NULL,0}, + {"訸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xb8",3,NULL,0,NULL,0}, + {"⣨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xa8",3,NULL,0,NULL,0}, + {"쥢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xa2",3,NULL,0,NULL,0}, + {"፮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xae",3,NULL,0,NULL,0}, + {"Ĕ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x94",2,NULL,0,NULL,0}, + {"㪛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x9b",3,NULL,0,NULL,0}, + {"ꗎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xa8",3,NULL,0,NULL,0}, + {"膳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xb3",3,NULL,0,NULL,0}, + {"ᭊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x8a",3,NULL,0,NULL,0}, + {"늭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xad",3,NULL,0,NULL,0}, + {"돛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x9b",3,NULL,0,NULL,0}, + {"ᔀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x80",3,NULL,0,NULL,0}, + {"탟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x9f",3,NULL,0,NULL,0}, + {"猐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x90",3,NULL,0,NULL,0}, + {"ᢀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x80",3,NULL,0,NULL,0}, + {"沕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x95",3,NULL,0,NULL,0}, + {"ꌥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xa5",3,NULL,0,NULL,0}, + {"翊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x8a",3,NULL,0,NULL,0}, + {"徦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xa6",3,NULL,0,NULL,0}, + {"᫯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xaf",3,NULL,0,NULL,0}, + {"䂉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x89",3,NULL,0,NULL,0}, + {"ࠦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xa6",3,NULL,0,NULL,0}, + {"蒺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x8b",3,NULL,0,NULL,0}, + {"⏥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xa5",3,NULL,0,NULL,0}, + {"᥌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x9f",3,NULL,0,NULL,0}, + {"ﭪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xaa",3,NULL,0,NULL,0}, + {"ࡇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x87",3,NULL,0,NULL,0}, + {"ᄛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x9b",3,NULL,0,NULL,0}, + {"ᶎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x8e",3,NULL,0,NULL,0}, + {"냋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x8b",3,NULL,0,NULL,0}, + {"敄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x84",3,NULL,0,NULL,0}, + {"碪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xaa",3,NULL,0,NULL,0}, + {"僯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xaf",3,NULL,0,NULL,0}, + {"舠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xa0",3,NULL,0,NULL,0}, + {"㷎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x8e",3,NULL,0,NULL,0}, + {"헋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x8b",3,NULL,0,NULL,0}, + {"돍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x8d",3,NULL,0,NULL,0}, + {"蹿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xbf",3,NULL,0,NULL,0}, + {"ꌅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x85",3,NULL,0,NULL,0}, + {"寓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x93",3,NULL,0,NULL,0}, + {"益",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xa6",3,NULL,0,NULL,0}, + {"ŝ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x9d",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x8f",3,NULL,0,NULL,0}, + {"뀫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xab",3,NULL,0,NULL,0}, + {"Ệ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x86",3,NULL,0,NULL,0}, + {"汗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x97",3,NULL,0,NULL,0}, + {"䎐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x90",3,NULL,0,NULL,0}, + {"瞺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x9f",3,NULL,0,NULL,0}, + {"ਰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xb0",3,NULL,0,NULL,0}, + {"둞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x9e",3,NULL,0,NULL,0}, + {"ㄼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xbc",3,NULL,0,NULL,0}, + {"孝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x94",3,NULL,0,NULL,0}, + {"九",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x9d",3,NULL,0,NULL,0}, + {"ᒁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x81",3,NULL,0,NULL,0}, + {"琇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x87",3,NULL,0,NULL,0}, + {"蓐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x90",3,NULL,0,NULL,0}, + {"D",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa4",3,NULL,0,NULL,0}, + {"亼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xaf",3,NULL,0,NULL,0}, + {"굿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xbf",3,NULL,0,NULL,0}, + {"ࡽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xbd",3,NULL,0,NULL,0}, + {"춊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x8a",3,NULL,0,NULL,0}, + {"㗮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xae",3,NULL,0,NULL,0}, + {"⇁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x81",3,NULL,0,NULL,0}, + {"⟫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xab",3,NULL,0,NULL,0}, + {"ஆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x86",3,NULL,0,NULL,0}, + {"ʋ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x8b",2,NULL,0,NULL,0}, + {"놽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xbd",3,NULL,0,NULL,0}, + {"葊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x8a",3,NULL,0,NULL,0}, + {"ࣂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x82",3,NULL,0,NULL,0}, + {"瀩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xa9",3,NULL,0,NULL,0}, + {"㐼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xbc",3,NULL,0,NULL,0}, + {"핌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x8c",3,NULL,0,NULL,0}, + {"慄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x99",3,NULL,0,NULL,0}, + {"脗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x97",3,NULL,0,NULL,0}, + {"巩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xa2",3,NULL,0,NULL,0}, + {"投",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x95",3,NULL,0,NULL,0}, + {"膚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x93",3,NULL,0,NULL,0}, + {"ጒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x92",3,NULL,0,NULL,0}, + {"훙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x99",3,NULL,0,NULL,0}, + {"ϝ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x9d",2,NULL,0,NULL,0}, + {"橭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xad",3,NULL,0,NULL,0}, + {"瘧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xa7",3,NULL,0,NULL,0}, + {"根",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xb9",3,NULL,0,NULL,0}, + {"籷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xb7",3,NULL,0,NULL,0}, + {"쫆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x86",3,NULL,0,NULL,0}, + {"焦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xa6",3,NULL,0,NULL,0}, + {"₧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xbe",3,NULL,0,NULL,0}, + {"ᯩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xa9",3,NULL,0,NULL,0}, + {"䠉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x89",3,NULL,0,NULL,0}, + {"凋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x8b",3,NULL,0,NULL,0}, + {"ㄉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x89",3,NULL,0,NULL,0}, + {"嫬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xac",3,NULL,0,NULL,0}, + {"奞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x9e",3,NULL,0,NULL,0}, + {"曆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x86",3,NULL,0,NULL,0}, + {"삦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xa6",3,NULL,0,NULL,0}, + {"᠐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x90",3,NULL,0,NULL,0}, + {"氀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x80",3,NULL,0,NULL,0}, + {"ﯪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xaa",3,NULL,0,NULL,0}, + {"杍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x8d",3,NULL,0,NULL,0}, + {"邟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x9f",3,NULL,0,NULL,0}, + {"컌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x8c",3,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x87",3,NULL,0,NULL,0}, + {"㋆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x86",3,NULL,0,NULL,0}, + {"긘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x98",3,NULL,0,NULL,0}, + {"埍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x8d",3,NULL,0,NULL,0}, + {"䛄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x84",3,NULL,0,NULL,0}, + {"瘪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xaa",3,NULL,0,NULL,0}, + {"粘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x98",3,NULL,0,NULL,0}, + {"ꆈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x85",3,NULL,0,NULL,0}, + {"˼",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xbc",2,NULL,0,NULL,0}, + {"ꒂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x82",3,NULL,0,NULL,0}, + {"櫖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x96",3,NULL,0,NULL,0}, + {"顖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x96",3,NULL,0,NULL,0}, + {"꼊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x8a",3,NULL,0,NULL,0}, + {"ျ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xbb",3,NULL,0,NULL,0}, + {"浈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x88",3,NULL,0,NULL,0}, + {"稟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x9f",3,NULL,0,NULL,0}, + {"磲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x9b",3,NULL,0,NULL,0}, + {"픳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xb3",3,NULL,0,NULL,0}, + {"۾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xbe",2,NULL,0,NULL,0}, + {"셎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x8e",3,NULL,0,NULL,0}, + {"䙹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x82",3,NULL,0,NULL,0}, + {"霼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xbc",3,NULL,0,NULL,0}, + {"虄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x84",3,NULL,0,NULL,0}, + {"⃑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x91",3,NULL,0,NULL,0}, + {"窻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xbb",3,NULL,0,NULL,0}, + {"樶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xb6",3,NULL,0,NULL,0}, + {"婓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x93",3,NULL,0,NULL,0}, + {"᫹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xb9",3,NULL,0,NULL,0}, + {"筞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x9e",3,NULL,0,NULL,0}, + {"댝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x9d",3,NULL,0,NULL,0}, + {"໦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xa6",3,NULL,0,NULL,0}, + {"坡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xa9",3,NULL,0,NULL,0}, + {"쾝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x9d",3,NULL,0,NULL,0}, + {"퉈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x88",3,NULL,0,NULL,0}, + {"⛀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x80",3,NULL,0,NULL,0}, + {"籚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x9a",3,NULL,0,NULL,0}, + {"器",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xa8",3,NULL,0,NULL,0}, + {"ê",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xaa",2,NULL,0,NULL,0}, + {"䆁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x81",3,NULL,0,NULL,0}, + {"奻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xbb",3,NULL,0,NULL,0}, + {"䜽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xbd",3,NULL,0,NULL,0}, + {"濄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x84",3,NULL,0,NULL,0}, + {"캋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x8b",3,NULL,0,NULL,0}, + {"⼵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xb5",3,NULL,0,NULL,0}, + {"셧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xa7",3,NULL,0,NULL,0}, + {"﫺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xba",3,NULL,0,NULL,0}, + {"뜠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xa0",3,NULL,0,NULL,0}, + {"碉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x89",3,NULL,0,NULL,0}, + {"섐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x90",3,NULL,0,NULL,0}, + {"窛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x9b",3,NULL,0,NULL,0}, + {"곌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x8c",3,NULL,0,NULL,0}, + {"쉷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xb7",3,NULL,0,NULL,0}, + {"䲨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xa8",3,NULL,0,NULL,0}, + {"ᇺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xba",3,NULL,0,NULL,0}, + {"況",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x81",3,NULL,0,NULL,0}, + {"剳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x8f",3,NULL,0,NULL,0}, + {"䞊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x8a",3,NULL,0,NULL,0}, + {"ҁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x81",2,NULL,0,NULL,0}, + {"薡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xa1",3,NULL,0,NULL,0}, + {"꾓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x93",3,NULL,0,NULL,0}, + {"䌿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xbf",3,NULL,0,NULL,0}, + {"੽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xbd",3,NULL,0,NULL,0}, + {"ꪪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xaa",3,NULL,0,NULL,0}, + {"蠯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xaf",3,NULL,0,NULL,0}, + {"癹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x80",3,NULL,0,NULL,0}, + {"妹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xb9",3,NULL,0,NULL,0}, + {"쀖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x96",3,NULL,0,NULL,0}, + {"騀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x80",3,NULL,0,NULL,0}, + {"♿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xbf",3,NULL,0,NULL,0}, + {"㡞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x9e",3,NULL,0,NULL,0}, + {"爆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x86",3,NULL,0,NULL,0}, + {"⋹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xb9",3,NULL,0,NULL,0}, + {"ꍳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xa3",3,NULL,0,NULL,0}, + {"灝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x9d",3,NULL,0,NULL,0}, + {"我",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xa4",3,NULL,0,NULL,0}, + {"镽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xbd",3,NULL,0,NULL,0}, + {"轖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x96",3,NULL,0,NULL,0}, + {"ᯡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xa1",3,NULL,0,NULL,0}, + {"魍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x8d",3,NULL,0,NULL,0}, + {"烙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x96",3,NULL,0,NULL,0}, + {"ꨈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa0",3,NULL,0,NULL,0}, + {"괍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x8d",3,NULL,0,NULL,0}, + {"㊐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x90",3,NULL,0,NULL,0}, + {"锈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x88",3,NULL,0,NULL,0}, + {"㲍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x9d",3,NULL,0,NULL,0}, + {"ⓘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x98",3,NULL,0,NULL,0}, + {"멘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x98",3,NULL,0,NULL,0}, + {"㮖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x96",3,NULL,0,NULL,0}, + {"⡩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x91",3,NULL,0,NULL,0}, + {"⮲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xb2",3,NULL,0,NULL,0}, + {"ؐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x90",2,NULL,0,NULL,0}, + {"횴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xb4",3,NULL,0,NULL,0}, + {"ቅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x85",3,NULL,0,NULL,0}, + {"䧣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x94",3,NULL,0,NULL,0}, + {"⏎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x8e",3,NULL,0,NULL,0}, + {"큋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x8b",3,NULL,0,NULL,0}, + {"밋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x8b",3,NULL,0,NULL,0}, + {"骇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x87",3,NULL,0,NULL,0}, + {"꺛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x95",3,NULL,0,NULL,0}, + {"ᄬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xac",3,NULL,0,NULL,0}, + {"ꨖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x96",3,NULL,0,NULL,0}, + {"㠵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xb5",3,NULL,0,NULL,0}, + {"뭋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x8b",3,NULL,0,NULL,0}, + {"ኮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xae",3,NULL,0,NULL,0}, + {"鰫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xab",3,NULL,0,NULL,0}, + {"갛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x9b",3,NULL,0,NULL,0}, + {"궒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x92",3,NULL,0,NULL,0}, + {"捭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xad",3,NULL,0,NULL,0}, + {"䜂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x82",3,NULL,0,NULL,0}, + {"빴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xb4",3,NULL,0,NULL,0}, + {"钵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xb5",3,NULL,0,NULL,0}, + {"喵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xb5",3,NULL,0,NULL,0}, + {"톭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xad",3,NULL,0,NULL,0}, + {"ퟣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xa3",3,NULL,0,NULL,0}, + {"紦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xa6",3,NULL,0,NULL,0}, + {"쯕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x95",3,NULL,0,NULL,0}, + {"黩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xa9",3,NULL,0,NULL,0}, + {"☧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xa7",3,NULL,0,NULL,0}, + {"퇮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xae",3,NULL,0,NULL,0}, + {"Փ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x93",2,NULL,0,NULL,0}, + {"篼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xbc",3,NULL,0,NULL,0}, + {"༻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xbb",3,NULL,0,NULL,0}, + {"퓍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x8d",3,NULL,0,NULL,0}, + {"⩨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xa8",3,NULL,0,NULL,0}, + {"炑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x91",3,NULL,0,NULL,0}, + {"鼊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x8a",3,NULL,0,NULL,0}, + {"牍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x8d",3,NULL,0,NULL,0}, + {"⌵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xb5",3,NULL,0,NULL,0}, + {"祣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xa3",3,NULL,0,NULL,0}, + {"䔪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xaa",3,NULL,0,NULL,0}, + {"獞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x9e",3,NULL,0,NULL,0}, + {"Ⳬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xab",3,NULL,0,NULL,0}, + {"엝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x9d",3,NULL,0,NULL,0}, + {"㚪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xaa",3,NULL,0,NULL,0}, + {"秌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x8c",3,NULL,0,NULL,0}, + {"ྩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x99",3,NULL,0,NULL,0}, + {"Ⰺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xa7",3,NULL,0,NULL,0}, + {"㴹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xb9",3,NULL,0,NULL,0}, + {"椉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x89",3,NULL,0,NULL,0}, + {"቏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x8f",3,NULL,0,NULL,0}, + {"좗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x97",3,NULL,0,NULL,0}, + {"䄫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xab",3,NULL,0,NULL,0}, + {"ತ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xa4",3,NULL,0,NULL,0}, + {"㣕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x8c",3,NULL,0,NULL,0}, + {"匂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x82",3,NULL,0,NULL,0}, + {"⥹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xb9",3,NULL,0,NULL,0}, + {"୊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x9b",3,NULL,0,NULL,0}, + {"ཬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xac",3,NULL,0,NULL,0}, + {"C",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"C",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x9a",3,NULL,0,NULL,0}, + {"迌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x8c",3,NULL,0,NULL,0}, + {"弿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xbf",3,NULL,0,NULL,0}, + {"쿂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x82",3,NULL,0,NULL,0}, + {"ꝿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xb5",3,NULL,0,NULL,0}, + {"䯆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x86",3,NULL,0,NULL,0}, + {"ຢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xa2",3,NULL,0,NULL,0}, + {"丘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x98",3,NULL,0,NULL,0}, + {"愭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xad",3,NULL,0,NULL,0}, + {"꡺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xba",3,NULL,0,NULL,0}, + {"摨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xa8",3,NULL,0,NULL,0}, + {"慮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xae",3,NULL,0,NULL,0}, + {"⣧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xa7",3,NULL,0,NULL,0}, + {"᳒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x92",3,NULL,0,NULL,0}, + {"搧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xa6",3,NULL,0,NULL,0}, + {"棋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x8b",3,NULL,0,NULL,0}, + {"啽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xbd",3,NULL,0,NULL,0}, + {"渶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xb6",3,NULL,0,NULL,0}, + {"ﲛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xba",3,NULL,0,NULL,0}, + {"譾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xbe",3,NULL,0,NULL,0}, + {"뢘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x98",3,NULL,0,NULL,0}, + {"ꊛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x9b",3,NULL,0,NULL,0}, + {"㵚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x9a",3,NULL,0,NULL,0}, + {"싒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x92",3,NULL,0,NULL,0}, + {"ᷲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xb2",3,NULL,0,NULL,0}, + {"⭮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xae",3,NULL,0,NULL,0}, + {"逎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x8e",3,NULL,0,NULL,0}, + {"릏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x8f",3,NULL,0,NULL,0}, + {"䲍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x8d",3,NULL,0,NULL,0}, + {"覾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xbe",3,NULL,0,NULL,0}, + {"름",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x84",3,NULL,0,NULL,0}, + {"ꭶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xb6",3,NULL,0,NULL,0}, + {"ꭠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xa0",3,NULL,0,NULL,0}, + {"史",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xaa",3,NULL,0,NULL,0}, + {"ั",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xb1",3,NULL,0,NULL,0}, + {"Ꟁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x8b",3,NULL,0,NULL,0}, + {"簙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x99",3,NULL,0,NULL,0}, + {"誊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x8a",3,NULL,0,NULL,0}, + {"렐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x90",3,NULL,0,NULL,0}, + {"䖵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xb5",3,NULL,0,NULL,0}, + {"끵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xb5",3,NULL,0,NULL,0}, + {"४",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xaa",3,NULL,0,NULL,0}, + {"폂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x82",3,NULL,0,NULL,0}, + {"惀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x80",3,NULL,0,NULL,0}, + {"䴇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x87",3,NULL,0,NULL,0}, + {"鑈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x88",3,NULL,0,NULL,0}, + {"ﳆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x86",3,NULL,0,NULL,0}, + {"䃀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xab",3,NULL,0,NULL,0}, + {"忸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xb8",3,NULL,0,NULL,0}, + {"剧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xa7",3,NULL,0,NULL,0}, + {"䬽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xbd",3,NULL,0,NULL,0}, + {"忑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x91",3,NULL,0,NULL,0}, + {"ᵫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xab",3,NULL,0,NULL,0}, + {"屍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x8d",3,NULL,0,NULL,0}, + {"현",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x84",3,NULL,0,NULL,0}, + {"鹅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb4",3,NULL,0,NULL,0}, + {"ꘘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x98",3,NULL,0,NULL,0}, + {"畤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xa4",3,NULL,0,NULL,0}, + {"枧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xab",3,NULL,0,NULL,0}, + {"﹡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xa1",3,NULL,0,NULL,0}, + {"金",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x91",3,NULL,0,NULL,0}, + {"꿶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xb6",3,NULL,0,NULL,0}, + {"펄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x84",3,NULL,0,NULL,0}, + {"炴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xb4",3,NULL,0,NULL,0}, + {"影",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xb1",3,NULL,0,NULL,0}, + {"乄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xb1",3,NULL,0,NULL,0}, + {"旑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x91",3,NULL,0,NULL,0}, + {"ᾉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xbc",3,NULL,0,NULL,0}, + {"ṩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa9",3,NULL,0,NULL,0}, + {"亅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x85",3,NULL,0,NULL,0}, + {"➧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xba",3,NULL,0,NULL,0}, + {"絼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xbc",3,NULL,0,NULL,0}, + {"鈣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xa3",3,NULL,0,NULL,0}, + {"甮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xae",3,NULL,0,NULL,0}, + {"䀹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xb9",3,NULL,0,NULL,0}, + {"뱢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xa2",3,NULL,0,NULL,0}, + {"ࢫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xab",3,NULL,0,NULL,0}, + {"促",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x88",3,NULL,0,NULL,0}, + {"阌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x8c",3,NULL,0,NULL,0}, + {"튦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xa6",3,NULL,0,NULL,0}, + {"鋒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x92",3,NULL,0,NULL,0}, + {"黈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xae",3,NULL,0,NULL,0}, + {"宧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xa7",3,NULL,0,NULL,0}, + {"ላ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x8b",3,NULL,0,NULL,0}, + {"乾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xbe",3,NULL,0,NULL,0}, + {"ﴶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xb6",3,NULL,0,NULL,0}, + {"贞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x9e",3,NULL,0,NULL,0}, + {"떇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x87",3,NULL,0,NULL,0}, + {"瓬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xac",3,NULL,0,NULL,0}, + {"￝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xab",3,NULL,0,NULL,0}, + {"姵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xb5",3,NULL,0,NULL,0}, + {"꒟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x9f",3,NULL,0,NULL,0}, + {"銔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x94",3,NULL,0,NULL,0}, + {"镘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x88",3,NULL,0,NULL,0}, + {"쌾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xbe",3,NULL,0,NULL,0}, + {"呎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x8e",3,NULL,0,NULL,0}, + {"倬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xac",3,NULL,0,NULL,0}, + {"㾙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x99",3,NULL,0,NULL,0}, + {"腣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xa3",3,NULL,0,NULL,0}, + {"襦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xa6",3,NULL,0,NULL,0}, + {"闋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x8b",3,NULL,0,NULL,0}, + {"ᝋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x8b",3,NULL,0,NULL,0}, + {"伱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xb1",3,NULL,0,NULL,0}, + {"ᓥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa5",3,NULL,0,NULL,0}, + {"頱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xb1",3,NULL,0,NULL,0}, + {"죽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xbd",3,NULL,0,NULL,0}, + {"넖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x96",3,NULL,0,NULL,0}, + {"়",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xbc",3,NULL,0,NULL,0}, + {"ꜣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xa3",3,NULL,0,NULL,0}, + {"芯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xaf",3,NULL,0,NULL,0}, + {"嬨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xa8",3,NULL,0,NULL,0}, + {"뎩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xa9",3,NULL,0,NULL,0}, + {"㯼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xbc",3,NULL,0,NULL,0}, + {"달",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xac",3,NULL,0,NULL,0}, + {"ﴘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x98",3,NULL,0,NULL,0}, + {"흹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xb9",3,NULL,0,NULL,0}, + {"Ọ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x8c",3,NULL,0,NULL,0}, + {"潰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xb0",3,NULL,0,NULL,0}, + {"め",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x97",3,NULL,0,NULL,0}, + {"ᠺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xba",3,NULL,0,NULL,0}, + {"઻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xa3",3,NULL,0,NULL,0}, + {"⾁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x81",3,NULL,0,NULL,0}, + {"⫴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xac",3,NULL,0,NULL,0}, + {"ꅎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x8e",3,NULL,0,NULL,0}, + {"᣿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xbf",3,NULL,0,NULL,0}, + {"㥈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x88",3,NULL,0,NULL,0}, + {"錪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x9e",3,NULL,0,NULL,0}, + {"檜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x9c",3,NULL,0,NULL,0}, + {"磗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x97",3,NULL,0,NULL,0}, + {"X",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"X",1,NULL,0,NULL,0}, + {"胂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x82",3,NULL,0,NULL,0}, + {"ዥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xa5",3,NULL,0,NULL,0}, + {"㯜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x9c",3,NULL,0,NULL,0}, + {"‰",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x89",2,NULL,0,NULL,0}, + {"繜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x9c",3,NULL,0,NULL,0}, + {"硐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x90",3,NULL,0,NULL,0}, + {"㇙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x99",3,NULL,0,NULL,0}, + {"胋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x8b",3,NULL,0,NULL,0}, + {"Β",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x92",2,NULL,0,NULL,0}, + {"韈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x88",3,NULL,0,NULL,0}, + {"ᒘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x98",3,NULL,0,NULL,0}, + {"Ꭽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x8b",3,NULL,0,NULL,0}, + {"ⅱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xb1",3,NULL,0,NULL,0}, + {"绋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x8b",3,NULL,0,NULL,0}, + {"ᚶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x92",3,NULL,0,NULL,0}, + {"ƿ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xbf",2,NULL,0,NULL,0}, + {"‪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xaa",3,NULL,0,NULL,0}, + {"⪶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xb6",3,NULL,0,NULL,0}, + {"怯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xaf",3,NULL,0,NULL,0}, + {"蕍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x8d",3,NULL,0,NULL,0}, + {"⊽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xbd",3,NULL,0,NULL,0}, + {"陚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x9a",3,NULL,0,NULL,0}, + {"ᣁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x81",3,NULL,0,NULL,0}, + {"쿥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xa5",3,NULL,0,NULL,0}, + {"礕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x95",3,NULL,0,NULL,0}, + {"傄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x84",3,NULL,0,NULL,0}, + {"ߜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x9c",2,NULL,0,NULL,0}, + {"⋈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x88",3,NULL,0,NULL,0}, + {"䑑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x91",3,NULL,0,NULL,0}, + {"טּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xb8",3,NULL,0,NULL,0}, + {"鎗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x97",3,NULL,0,NULL,0}, + {"ꂵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xb5",3,NULL,0,NULL,0}, + {"隷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xaf",3,NULL,0,NULL,0}, + {"㎳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xb3",3,NULL,0,NULL,0}, + {"槆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x86",3,NULL,0,NULL,0}, + {"삫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xab",3,NULL,0,NULL,0}, + {"ỽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xbd",3,NULL,0,NULL,0}, + {"ᨚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x9a",3,NULL,0,NULL,0}, + {"띶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xb6",3,NULL,0,NULL,0}, + {"几",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xbb",3,NULL,0,NULL,0}, + {"荞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x9e",3,NULL,0,NULL,0}, + {"狰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xb0",3,NULL,0,NULL,0}, + {"홓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x93",3,NULL,0,NULL,0}, + {"沇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x87",3,NULL,0,NULL,0}, + {"瘁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xaf",3,NULL,0,NULL,0}, + {"䡜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x9c",3,NULL,0,NULL,0}, + {"쬌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x8c",3,NULL,0,NULL,0}, + {"Ⴂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xa2",3,NULL,0,NULL,0}, + {"䐓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x93",3,NULL,0,NULL,0}, + {"쎵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xb5",3,NULL,0,NULL,0}, + {"ꕊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xb2",3,NULL,0,NULL,0}, + {"ᚔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x94",3,NULL,0,NULL,0}, + {"⺇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x87",3,NULL,0,NULL,0}, + {"ꮲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xb2",3,NULL,0,NULL,0}, + {"儝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x9d",3,NULL,0,NULL,0}, + {"췐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xa8",3,NULL,0,NULL,0}, + {"⠯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xaf",3,NULL,0,NULL,0}, + {"았",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x98",3,NULL,0,NULL,0}, + {"ꈥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x90",3,NULL,0,NULL,0}, + {"挚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x9a",3,NULL,0,NULL,0}, + {"ᐔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x94",3,NULL,0,NULL,0}, + {"첬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xac",3,NULL,0,NULL,0}, + {"檸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xa3",3,NULL,0,NULL,0}, + {"㏼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xbc",3,NULL,0,NULL,0}, + {"쁦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xa6",3,NULL,0,NULL,0}, + {"鑺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xba",3,NULL,0,NULL,0}, + {"㲻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xbb",3,NULL,0,NULL,0}, + {"Ṿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xbe",3,NULL,0,NULL,0}, + {"値",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xa4",3,NULL,0,NULL,0}, + {"櫚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x92",3,NULL,0,NULL,0}, + {"捀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x80",3,NULL,0,NULL,0}, + {"⓹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xb9",3,NULL,0,NULL,0}, + {"☂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x82",3,NULL,0,NULL,0}, + {"᝵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xb5",3,NULL,0,NULL,0}, + {"姗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x97",3,NULL,0,NULL,0}, + {"痊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x8a",3,NULL,0,NULL,0}, + {"ꄀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x80",3,NULL,0,NULL,0}, + {"夆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x86",3,NULL,0,NULL,0}, + {"䠛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x9b",3,NULL,0,NULL,0}, + {"◁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x81",3,NULL,0,NULL,0}, + {"უ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xa3",3,NULL,0,NULL,0}, + {"ﮤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xa4",3,NULL,0,NULL,0}, + {"⟱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xaa",3,NULL,0,NULL,0}, + {"ԏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x8f",2,NULL,0,NULL,0}, + {"짊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x8a",3,NULL,0,NULL,0}, + {"㊀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x80",3,NULL,0,NULL,0}, + {"䣡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xa1",3,NULL,0,NULL,0}, + {"⑥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xa5",3,NULL,0,NULL,0}, + {"࿔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x94",3,NULL,0,NULL,0}, + {"Ⳅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x84",3,NULL,0,NULL,0}, + {"⑈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x88",3,NULL,0,NULL,0}, + {"ᄈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb3",3,NULL,0,NULL,0}, + {"찥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xa5",3,NULL,0,NULL,0}, + {"⧬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xac",3,NULL,0,NULL,0}, + {"橷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xb7",3,NULL,0,NULL,0}, + {"ϟ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x9f",2,NULL,0,NULL,0}, + {"⨗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x97",3,NULL,0,NULL,0}, + {"뎆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xad",3,NULL,0,NULL,0}, + {"꼼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xbc",3,NULL,0,NULL,0}, + {"᫔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x94",3,NULL,0,NULL,0}, + {"䘏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x8f",3,NULL,0,NULL,0}, + {"ཉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x89",3,NULL,0,NULL,0}, + {"㘠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xa0",3,NULL,0,NULL,0}, + {"ᅂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x82",3,NULL,0,NULL,0}, + {"쭝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x9d",3,NULL,0,NULL,0}, + {"밺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xba",3,NULL,0,NULL,0}, + {"畯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xaf",3,NULL,0,NULL,0}, + {"萬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xac",3,NULL,0,NULL,0}, + {"퉺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xba",3,NULL,0,NULL,0}, + {"㊺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xba",3,NULL,0,NULL,0}, + {"➿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xbf",3,NULL,0,NULL,0}, + {"ﰃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x83",3,NULL,0,NULL,0}, + {"ꆄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x8f",3,NULL,0,NULL,0}, + {"焩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xa9",3,NULL,0,NULL,0}, + {"풇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x87",3,NULL,0,NULL,0}, + {"셥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xa5",3,NULL,0,NULL,0}, + {"᳕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x95",3,NULL,0,NULL,0}, + {"ꏪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xaa",3,NULL,0,NULL,0}, + {"鳐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x90",3,NULL,0,NULL,0}, + {"␆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x86",3,NULL,0,NULL,0}, + {"탉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x89",3,NULL,0,NULL,0}, + {"䪣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xa3",3,NULL,0,NULL,0}, + {"᧌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x8c",3,NULL,0,NULL,0}, + {"䝊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x8a",3,NULL,0,NULL,0}, + {"⥦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xa6",3,NULL,0,NULL,0}, + {"၉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x89",3,NULL,0,NULL,0}, + {"ⴣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xa3",3,NULL,0,NULL,0}, + {"촻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xbb",3,NULL,0,NULL,0}, + {"겑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x91",3,NULL,0,NULL,0}, + {"䌆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x86",3,NULL,0,NULL,0}, + {"油",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xb9",3,NULL,0,NULL,0}, + {"盂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x82",3,NULL,0,NULL,0}, + {"朱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xb1",3,NULL,0,NULL,0}, + {"诤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xa4",3,NULL,0,NULL,0}, + {"棢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xa2",3,NULL,0,NULL,0}, + {"໲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xb2",3,NULL,0,NULL,0}, + {"뾶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xb6",3,NULL,0,NULL,0}, + {"쾟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x9f",3,NULL,0,NULL,0}, + {"藍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xa3",3,NULL,0,NULL,0}, + {"㙡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xa3",3,NULL,0,NULL,0}, + {"㨍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xa2",3,NULL,0,NULL,0}, + {"坣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xa3",3,NULL,0,NULL,0}, + {"葭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xad",3,NULL,0,NULL,0}, + {"ꀁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x81",3,NULL,0,NULL,0}, + {"激",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x80",3,NULL,0,NULL,0}, + {"搾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xbe",3,NULL,0,NULL,0}, + {"⊚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x9a",3,NULL,0,NULL,0}, + {"❠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xa0",3,NULL,0,NULL,0}, + {"K",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x91",3,NULL,0,NULL,0}, + {"Ⴣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x83",3,NULL,0,NULL,0}, + {"髦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xa6",3,NULL,0,NULL,0}, + {"戳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x96",3,NULL,0,NULL,0}, + {"欪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xaa",3,NULL,0,NULL,0}, + {"킏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x8f",3,NULL,0,NULL,0}, + {"쵱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xb1",3,NULL,0,NULL,0}, + {"㩓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x93",3,NULL,0,NULL,0}, + {"鵥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xa5",3,NULL,0,NULL,0}, + {"鳠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xa0",3,NULL,0,NULL,0}, + {"턠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xa0",3,NULL,0,NULL,0}, + {"泓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x93",3,NULL,0,NULL,0}, + {"蜉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x89",3,NULL,0,NULL,0}, + {"椗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x97",3,NULL,0,NULL,0}, + {"㱀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x80",3,NULL,0,NULL,0}, + {"鷣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xa3",3,NULL,0,NULL,0}, + {"塥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xa5",3,NULL,0,NULL,0}, + {"滄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x84",3,NULL,0,NULL,0}, + {"㔐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x90",3,NULL,0,NULL,0}, + {"륃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x83",3,NULL,0,NULL,0}, + {"첅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x85",3,NULL,0,NULL,0}, + {"浣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xa3",3,NULL,0,NULL,0}, + {"皓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x93",3,NULL,0,NULL,0}, + {"蝢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xa2",3,NULL,0,NULL,0}, + {"豽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xbd",3,NULL,0,NULL,0}, + {"ҽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xbd",2,NULL,0,NULL,0}, + {"㕯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xaf",3,NULL,0,NULL,0}, + {"∉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x89",3,NULL,0,NULL,0}, + {"숽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xbd",3,NULL,0,NULL,0}, + {"ᆱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x89",3,NULL,0,NULL,0}, + {"䫻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xa7",3,NULL,0,NULL,0}, + {"柂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x82",3,NULL,0,NULL,0}, + {"뽀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x80",3,NULL,0,NULL,0}, + {"䉽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xbd",3,NULL,0,NULL,0}, + {"䧊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x8a",3,NULL,0,NULL,0}, + {"꺉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x89",3,NULL,0,NULL,0}, + {"墟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x9f",3,NULL,0,NULL,0}, + {"劣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xa3",3,NULL,0,NULL,0}, + {"ĝ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x9d",2,NULL,0,NULL,0}, + {"욟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x9f",3,NULL,0,NULL,0}, + {"ꢽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xbd",3,NULL,0,NULL,0}, + {"톟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x9f",3,NULL,0,NULL,0}, + {"焗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x97",3,NULL,0,NULL,0}, + {"ᰇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x87",3,NULL,0,NULL,0}, + {"嘛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x9b",3,NULL,0,NULL,0}, + {"|",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"|",1,NULL,0,NULL,0}, + {"麥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xa5",3,NULL,0,NULL,0}, + {"퇤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xa4",3,NULL,0,NULL,0}, + {"摮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xae",3,NULL,0,NULL,0}, + {"篲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xb2",3,NULL,0,NULL,0}, + {"믩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xa9",3,NULL,0,NULL,0}, + {"⎚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x9a",3,NULL,0,NULL,0}, + {"뵗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x97",3,NULL,0,NULL,0}, + {"牟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x9f",3,NULL,0,NULL,0}, + {"멡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xa1",3,NULL,0,NULL,0}, + {"㙉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x89",3,NULL,0,NULL,0}, + {"祙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x94",3,NULL,0,NULL,0}, + {"惩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xa9",3,NULL,0,NULL,0}, + {"䫭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xad",3,NULL,0,NULL,0}, + {"刜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x9c",3,NULL,0,NULL,0}, + {"梎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x8e",3,NULL,0,NULL,0}, + {"鰉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x89",3,NULL,0,NULL,0}, + {"漰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xb0",3,NULL,0,NULL,0}, + {"갉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x89",3,NULL,0,NULL,0}, + {"쎌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x8c",3,NULL,0,NULL,0}, + {"諔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x94",3,NULL,0,NULL,0}, + {"晢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xab",3,NULL,0,NULL,0}, + {"ᕔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x94",3,NULL,0,NULL,0}, + {"貨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xa5",3,NULL,0,NULL,0}, + {"꠶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xb6",3,NULL,0,NULL,0}, + {"卭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xad",3,NULL,0,NULL,0}, + {"䯬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xac",3,NULL,0,NULL,0}, + {"퇾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xbe",3,NULL,0,NULL,0}, + {"묡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xa1",3,NULL,0,NULL,0}, + {"瀎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x8e",3,NULL,0,NULL,0}, + {"褳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xb3",3,NULL,0,NULL,0}, + {"㦑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x91",3,NULL,0,NULL,0}, + {"秭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xad",3,NULL,0,NULL,0}, + {"紂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x82",3,NULL,0,NULL,0}, + {"⩈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x88",3,NULL,0,NULL,0}, + {"ᜲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xb2",3,NULL,0,NULL,0}, + {"鼖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x96",3,NULL,0,NULL,0}, + {"콋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x8b",3,NULL,0,NULL,0}, + {"팘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x98",3,NULL,0,NULL,0}, + {"感",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x9f",3,NULL,0,NULL,0}, + {"쿎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x8e",3,NULL,0,NULL,0}, + {"භ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xb7",3,NULL,0,NULL,0}, + {"꤂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x82",3,NULL,0,NULL,0}, + {"桔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x94",3,NULL,0,NULL,0}, + {"혧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xa7",3,NULL,0,NULL,0}, + {"ⵎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xab",3,NULL,0,NULL,0}, + {"㞨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x90",3,NULL,0,NULL,0}, + {"慤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xa4",3,NULL,0,NULL,0}, + {"赡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xa1",3,NULL,0,NULL,0}, + {"빂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x82",3,NULL,0,NULL,0}, + {"룻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xbb",3,NULL,0,NULL,0}, + {"ṟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x9f",3,NULL,0,NULL,0}, + {"辴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xb4",3,NULL,0,NULL,0}, + {"穎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x8e",3,NULL,0,NULL,0}, + {"澇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x87",3,NULL,0,NULL,0}, + {"鴘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xa3",3,NULL,0,NULL,0}, + {"뢤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xa4",3,NULL,0,NULL,0}, + {"떖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x96",3,NULL,0,NULL,0}, + {"䰦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xa6",3,NULL,0,NULL,0}, + {"餓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x93",3,NULL,0,NULL,0}, + {"㢘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x98",3,NULL,0,NULL,0}, + {"滧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xa7",3,NULL,0,NULL,0}, + {"ﴌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x8c",3,NULL,0,NULL,0}, + {"璆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x86",3,NULL,0,NULL,0}, + {"踅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x85",3,NULL,0,NULL,0}, + {"者",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x85",3,NULL,0,NULL,0}, + {"뒀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x80",3,NULL,0,NULL,0}, + {"䰭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x97",3,NULL,0,NULL,0}, + {"煗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x97",3,NULL,0,NULL,0}, + {"㤊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x8d",3,NULL,0,NULL,0}, + {"낰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xb0",3,NULL,0,NULL,0}, + {"꛾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xbe",3,NULL,0,NULL,0}, + {"퐭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xad",3,NULL,0,NULL,0}, + {"恭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xad",3,NULL,0,NULL,0}, + {"㻜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x9c",3,NULL,0,NULL,0}, + {"㶿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xbf",3,NULL,0,NULL,0}, + {"͙",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x99",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x8e",3,NULL,0,NULL,0}, + {"呴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xb4",3,NULL,0,NULL,0}, + {"㫜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x9c",3,NULL,0,NULL,0}, + {"悎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x8e",3,NULL,0,NULL,0}, + {"퐈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x85",3,NULL,0,NULL,0}, + {"ೂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x82",3,NULL,0,NULL,0}, + {"勌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x8c",3,NULL,0,NULL,0}, + {"눭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xad",3,NULL,0,NULL,0}, + {"఻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xbb",3,NULL,0,NULL,0}, + {"㵴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xb4",3,NULL,0,NULL,0}, + {"趦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xa6",3,NULL,0,NULL,0}, + {"峀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x91",3,NULL,0,NULL,0}, + {"瑈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x88",3,NULL,0,NULL,0}, + {"#",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"#",1,NULL,0,NULL,0}, + {"馯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xaf",3,NULL,0,NULL,0}, + {"羆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x86",3,NULL,0,NULL,0}, + {"ᵷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xba",3,NULL,0,NULL,0}, + {"ﭝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x9d",3,NULL,0,NULL,0}, + {"砪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xaa",3,NULL,0,NULL,0}, + {"酼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xbc",3,NULL,0,NULL,0}, + {"ᴲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xb2",3,NULL,0,NULL,0}, + {"핣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xa3",3,NULL,0,NULL,0}, + {"끯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xaf",3,NULL,0,NULL,0}, + {"流",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xb8",3,NULL,0,NULL,0}, + {"惄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x84",3,NULL,0,NULL,0}, + {"Ꙟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x9e",3,NULL,0,NULL,0}, + {"㸺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xaa",3,NULL,0,NULL,0}, + {"귎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xb4",3,NULL,0,NULL,0}, + {"侙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xab",3,NULL,0,NULL,0}, + {"軹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xb9",3,NULL,0,NULL,0}, + {"ꗬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xac",3,NULL,0,NULL,0}, + {"衽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xbd",3,NULL,0,NULL,0}, + {"凘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xab",3,NULL,0,NULL,0}, + {"怀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x80",3,NULL,0,NULL,0}, + {"ᤡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xa1",3,NULL,0,NULL,0}, + {"牶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x80",3,NULL,0,NULL,0}, + {"仍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x8d",3,NULL,0,NULL,0}, + {"ᵩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xa9",3,NULL,0,NULL,0}, + {"ࡪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xaa",3,NULL,0,NULL,0}, + {"⇚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x9a",3,NULL,0,NULL,0}, + {"୻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xbb",3,NULL,0,NULL,0}, + {"⬨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xa8",3,NULL,0,NULL,0}, + {"춿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xbf",3,NULL,0,NULL,0}, + {"㦇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x87",3,NULL,0,NULL,0}, + {"ꢎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x8e",3,NULL,0,NULL,0}, + {"핹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xb9",3,NULL,0,NULL,0}, + {"ᏽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xbd",3,NULL,0,NULL,0}, + {"∉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x89",3,NULL,0,NULL,0}, + {"䖙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x99",3,NULL,0,NULL,0}, + {"߉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x89",2,NULL,0,NULL,0}, + {"㿬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xac",3,NULL,0,NULL,0}, + {"垌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x8c",3,NULL,0,NULL,0}, + {"㽃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x83",3,NULL,0,NULL,0}, + {"⮧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xa7",3,NULL,0,NULL,0}, + {"ग़",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xb9",3,NULL,0,NULL,0}, + {"贴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xb4",3,NULL,0,NULL,0}, + {"嗢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xbb",3,NULL,0,NULL,0}, + {"쨖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x96",3,NULL,0,NULL,0}, + {"菈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x88",3,NULL,0,NULL,0}, + {"펜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x9c",3,NULL,0,NULL,0}, + {"女",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x81",3,NULL,0,NULL,0}, + {"ช",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x8a",3,NULL,0,NULL,0}, + {"뵷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x98",3,NULL,0,NULL,0}, + {"ㅡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xa1",3,NULL,0,NULL,0}, + {"ឤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xa4",3,NULL,0,NULL,0}, + {"贺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xba",3,NULL,0,NULL,0}, + {"䟢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xa2",3,NULL,0,NULL,0}, + {"䇂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x82",3,NULL,0,NULL,0}, + {"モ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa2",3,NULL,0,NULL,0}, + {"靏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x8f",3,NULL,0,NULL,0}, + {"ᾃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x83",3,NULL,0,NULL,0}, + {"亗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x97",3,NULL,0,NULL,0}, + {"⫸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xb8",3,NULL,0,NULL,0}, + {"땃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x83",3,NULL,0,NULL,0}, + {"鈡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xa1",3,NULL,0,NULL,0}, + {"䁋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x8b",3,NULL,0,NULL,0}, + {"⿀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xa2",3,NULL,0,NULL,0}, + {"嶡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xa1",3,NULL,0,NULL,0}, + {"வ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xb5",3,NULL,0,NULL,0}, + {"䑟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x9f",3,NULL,0,NULL,0}, + {"ﯝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x9d",3,NULL,0,NULL,0}, + {"굆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x86",3,NULL,0,NULL,0}, + {"࢙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x99",3,NULL,0,NULL,0}, + {"ꑎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x8e",3,NULL,0,NULL,0}, + {"න",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xb1",3,NULL,0,NULL,0}, + {"甞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xae",3,NULL,0,NULL,0}, + {"阝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x9d",3,NULL,0,NULL,0}, + {"欃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x83",3,NULL,0,NULL,0}, + {"㸑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x91",3,NULL,0,NULL,0}, + {"帔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x94",3,NULL,0,NULL,0}, + {"ꚪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xaa",3,NULL,0,NULL,0}, + {"䵾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xbe",3,NULL,0,NULL,0}, + {"堥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xa5",3,NULL,0,NULL,0}, + {"㾫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xab",3,NULL,0,NULL,0}, + {"ﲷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xb7",3,NULL,0,NULL,0}, + {"纐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xbf",3,NULL,0,NULL,0}, + {"蘊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x8a",3,NULL,0,NULL,0}, + {"퍉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x89",3,NULL,0,NULL,0}, + {"덡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xa1",3,NULL,0,NULL,0}, + {"㺑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x91",3,NULL,0,NULL,0}, + {"쬲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xb2",3,NULL,0,NULL,0}, + {"恄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x84",3,NULL,0,NULL,0}, + {"䘪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xaa",3,NULL,0,NULL,0}, + {"⿾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xbe",3,NULL,0,NULL,0}, + {"੪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xaa",3,NULL,0,NULL,0}, + {"雰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xb0",3,NULL,0,NULL,0}, + {"ꆵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xa7",3,NULL,0,NULL,0}, + {"鄋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x8b",3,NULL,0,NULL,0}, + {"ᢘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x8c",3,NULL,0,NULL,0}, + {"姷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xb7",3,NULL,0,NULL,0}, + {"뗆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x86",3,NULL,0,NULL,0}, + {"ﰞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x9e",3,NULL,0,NULL,0}, + {"籭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xad",3,NULL,0,NULL,0}, + {"䶴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xb4",3,NULL,0,NULL,0}, + {"㛹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xb9",3,NULL,0,NULL,0}, + {"䇵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xb5",3,NULL,0,NULL,0}, + {"閫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xab",3,NULL,0,NULL,0}, + {"峧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xa7",3,NULL,0,NULL,0}, + {"ﮂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x88",3,NULL,0,NULL,0}, + {"碖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x96",3,NULL,0,NULL,0}, + {"䶿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xbf",3,NULL,0,NULL,0}, + {"胒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x92",3,NULL,0,NULL,0}, + {"섣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x9d",3,NULL,0,NULL,0}, + {"쟻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xbb",3,NULL,0,NULL,0}, + {"괨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xa8",3,NULL,0,NULL,0}, + {"䏃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xa4",3,NULL,0,NULL,0}, + {"⻈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x88",3,NULL,0,NULL,0}, + {"༪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xaa",3,NULL,0,NULL,0}, + {"ુ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x81",3,NULL,0,NULL,0}, + {"݌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x8c",2,NULL,0,NULL,0}, + {"≵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xb5",3,NULL,0,NULL,0}, + {"苟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x9f",3,NULL,0,NULL,0}, + {"㌛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x9b",3,NULL,0,NULL,0}, + {"妜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x9c",3,NULL,0,NULL,0}, + {"ᙎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x8e",3,NULL,0,NULL,0}, + {"ꎘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x98",3,NULL,0,NULL,0}, + {"훉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x89",3,NULL,0,NULL,0}, + {"쒚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x9a",3,NULL,0,NULL,0}, + {"繐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x87",3,NULL,0,NULL,0}, + {"ೆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x9e",3,NULL,0,NULL,0}, + {"六",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xad",3,NULL,0,NULL,0}, + {"镠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xa0",3,NULL,0,NULL,0}, + {"繠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xa0",3,NULL,0,NULL,0}, + {"ᒨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x91",3,NULL,0,NULL,0}, + {"ᡥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xa5",3,NULL,0,NULL,0}, + {"ﺆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x86",3,NULL,0,NULL,0}, + {"ꉾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xbe",3,NULL,0,NULL,0}, + {"醣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xa3",3,NULL,0,NULL,0}, + {"땜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x9c",3,NULL,0,NULL,0}, + {"媒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x92",3,NULL,0,NULL,0}, + {"짏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x8f",3,NULL,0,NULL,0}, + {"䠱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xb1",3,NULL,0,NULL,0}, + {"࣫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xab",3,NULL,0,NULL,0}, + {"♚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x9a",3,NULL,0,NULL,0}, + {"ߘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x98",2,NULL,0,NULL,0}, + {"ႄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x84",3,NULL,0,NULL,0}, + {"׌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x8c",2,NULL,0,NULL,0}, + {"⠵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xb5",3,NULL,0,NULL,0}, + {"⍶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xb6",3,NULL,0,NULL,0}, + {"¥",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa5",2,NULL,0,NULL,0}, + {"僷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x89",3,NULL,0,NULL,0}, + {"⢾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xbe",3,NULL,0,NULL,0}, + {"懋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x8b",3,NULL,0,NULL,0}, + {"쉃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x83",3,NULL,0,NULL,0}, + {"᪯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xaf",3,NULL,0,NULL,0}, + {"顱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xb1",3,NULL,0,NULL,0}, + {"딖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x96",3,NULL,0,NULL,0}, + {"㧳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xb3",3,NULL,0,NULL,0}, + {"ỷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xb7",3,NULL,0,NULL,0}, + {"Ꮙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x89",3,NULL,0,NULL,0}, + {"揝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x9d",3,NULL,0,NULL,0}, + {"铥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xa5",3,NULL,0,NULL,0}, + {"쯵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xb5",3,NULL,0,NULL,0}, + {"薁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x81",3,NULL,0,NULL,0}, + {"嗾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xbe",3,NULL,0,NULL,0}, + {"⡄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x80",3,NULL,0,NULL,0}, + {"☌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x8c",3,NULL,0,NULL,0}, + {"ꅟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x9f",3,NULL,0,NULL,0}, + {"瘃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x83",3,NULL,0,NULL,0}, + {"〲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xb2",3,NULL,0,NULL,0}, + {"뾼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xbc",3,NULL,0,NULL,0}, + {"格",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xbc",3,NULL,0,NULL,0}, + {"䦉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x89",3,NULL,0,NULL,0}, + {"㉰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xb0",3,NULL,0,NULL,0}, + {"艊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x8d",3,NULL,0,NULL,0}, + {"æ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa6",2,NULL,0,NULL,0}, + {"뭮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xae",3,NULL,0,NULL,0}, + {"䋍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x92",3,NULL,0,NULL,0}, + {"獱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xb1",3,NULL,0,NULL,0}, + {"嗠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xa0",3,NULL,0,NULL,0}, + {"ŭ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xad",2,NULL,0,NULL,0}, + {"꯰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xb0",3,NULL,0,NULL,0}, + {"ᓒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x92",3,NULL,0,NULL,0}, + {"⯍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x8d",3,NULL,0,NULL,0}, + {"䕼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xbc",3,NULL,0,NULL,0}, + {"죂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x82",3,NULL,0,NULL,0}, + {"툛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x87",3,NULL,0,NULL,0}, + {"暝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x9d",3,NULL,0,NULL,0}, + {"㢨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xac",3,NULL,0,NULL,0}, + {"쮰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x8b",3,NULL,0,NULL,0}, + {"蓺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xba",3,NULL,0,NULL,0}, + {"⼭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xad",3,NULL,0,NULL,0}, + {"ና",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x93",3,NULL,0,NULL,0}, + {"궗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x97",3,NULL,0,NULL,0}, + {"ꄰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xb0",3,NULL,0,NULL,0}, + {"⦆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xb5",3,NULL,0,NULL,0}, + {"蹺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xba",3,NULL,0,NULL,0}, + {"陰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xb0",3,NULL,0,NULL,0}, + {"○",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x8b",3,NULL,0,NULL,0}, + {"ᾘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x9e",3,NULL,0,NULL,0}, + {"㚁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x81",3,NULL,0,NULL,0}, + {"ʹ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"胩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xa9",3,NULL,0,NULL,0}, + {"뇧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xa7",3,NULL,0,NULL,0}, + {"鱕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x95",3,NULL,0,NULL,0}, + {"寵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xb5",3,NULL,0,NULL,0}, + {"᥿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xbf",3,NULL,0,NULL,0}, + {"驱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xb1",3,NULL,0,NULL,0}, + {"˄",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x84",2,NULL,0,NULL,0}, + {"㈝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x9d",3,NULL,0,NULL,0}, + {"พ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xb1",3,NULL,0,NULL,0}, + {"攕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x95",3,NULL,0,NULL,0}, + {"䩒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x92",3,NULL,0,NULL,0}, + {"꘵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xb5",3,NULL,0,NULL,0}, + {"憉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x89",3,NULL,0,NULL,0}, + {"⑌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x8c",3,NULL,0,NULL,0}, + {"逨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xa8",3,NULL,0,NULL,0}, + {"立",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x8b",3,NULL,0,NULL,0}, + {"뢻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xbb",3,NULL,0,NULL,0}, + {"ꉏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x8f",3,NULL,0,NULL,0}, + {"뿭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xad",3,NULL,0,NULL,0}, + {"ଧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xa7",3,NULL,0,NULL,0}, + {"更",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xb4",3,NULL,0,NULL,0}, + {"眻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xbb",3,NULL,0,NULL,0}, + {"来",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xa5",3,NULL,0,NULL,0}, + {"글",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x80",3,NULL,0,NULL,0}, + {"齤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xa4",3,NULL,0,NULL,0}, + {"覯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xaf",3,NULL,0,NULL,0}, + {"쟒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x92",3,NULL,0,NULL,0}, + {"➵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xb5",3,NULL,0,NULL,0}, + {"耄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x84",3,NULL,0,NULL,0}, + {"ꀓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x93",3,NULL,0,NULL,0}, + {"骯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xaf",3,NULL,0,NULL,0}, + {"訪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xaa",3,NULL,0,NULL,0}, + {"殹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xb9",3,NULL,0,NULL,0}, + {"퀰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x91",3,NULL,0,NULL,0}, + {"穂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x82",3,NULL,0,NULL,0}, + {"탣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xa3",3,NULL,0,NULL,0}, + {"煉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x89",3,NULL,0,NULL,0}, + {"蜮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xae",3,NULL,0,NULL,0}, + {"촩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xa9",3,NULL,0,NULL,0}, + {"휃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x83",3,NULL,0,NULL,0}, + {"鶢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xa2",3,NULL,0,NULL,0}, + {"⥖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x96",3,NULL,0,NULL,0}, + {"쳀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x80",3,NULL,0,NULL,0}, + {"㸇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x87",3,NULL,0,NULL,0}, + {"鷑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x91",3,NULL,0,NULL,0}, + {"⃻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xbb",3,NULL,0,NULL,0}, + {"溤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xa4",3,NULL,0,NULL,0}, + {"朣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xa3",3,NULL,0,NULL,0}, + {"笴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xb4",3,NULL,0,NULL,0}, + {"诠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9c",3,NULL,0,NULL,0}, + {"⭿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xbf",3,NULL,0,NULL,0}, + {"뽮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xae",3,NULL,0,NULL,0}, + {"噑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x91",3,NULL,0,NULL,0}, + {"Ԧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xa6",2,NULL,0,NULL,0}, + {"㫐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x90",3,NULL,0,NULL,0}, + {"涻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xbb",3,NULL,0,NULL,0}, + {"焽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xbd",3,NULL,0,NULL,0}, + {"캦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x86",3,NULL,0,NULL,0}, + {"썔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x94",3,NULL,0,NULL,0}, + {"뺥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xa5",3,NULL,0,NULL,0}, + {"뱋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x8b",3,NULL,0,NULL,0}, + {"濮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xae",3,NULL,0,NULL,0}, + {"灍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x8d",3,NULL,0,NULL,0}, + {"蝬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xac",3,NULL,0,NULL,0}, + {"ⳳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xb3",3,NULL,0,NULL,0}, + {"ﶊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x8a",3,NULL,0,NULL,0}, + {"튑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x91",3,NULL,0,NULL,0}, + {"ꧤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xa4",3,NULL,0,NULL,0}, + {"㌿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xbf",3,NULL,0,NULL,0}, + {"析",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x90",3,NULL,0,NULL,0}, + {"ۜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x9c",2,NULL,0,NULL,0}, + {"魾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xbe",3,NULL,0,NULL,0}, + {"깅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x85",3,NULL,0,NULL,0}, + {"瀦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xa6",3,NULL,0,NULL,0}, + {"䚧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xa7",3,NULL,0,NULL,0}, + {"㩑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x8c",3,NULL,0,NULL,0}, + {"웮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xae",3,NULL,0,NULL,0}, + {"蚤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xa4",3,NULL,0,NULL,0}, + {"㱶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xb6",3,NULL,0,NULL,0}, + {"쎹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xb4",3,NULL,0,NULL,0}, + {"壈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x88",3,NULL,0,NULL,0}, + {"駞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x9e",3,NULL,0,NULL,0}, + {"刺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xba",3,NULL,0,NULL,0}, + {"㣽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xbd",3,NULL,0,NULL,0}, + {"믄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x84",3,NULL,0,NULL,0}, + {"㕝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x9d",3,NULL,0,NULL,0}, + {"嚒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x92",3,NULL,0,NULL,0}, + {"㖼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xbc",3,NULL,0,NULL,0}, + {"๰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xb0",3,NULL,0,NULL,0}, + {"銧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xa7",3,NULL,0,NULL,0}, + {"랪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xaa",3,NULL,0,NULL,0}, + {"볎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x8e",3,NULL,0,NULL,0}, + {"柒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x92",3,NULL,0,NULL,0}, + {"儱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xa5",3,NULL,0,NULL,0}, + {"묃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x83",3,NULL,0,NULL,0}, + {"芝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xa2",3,NULL,0,NULL,0}, + {"粳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xb3",3,NULL,0,NULL,0}, + {"栗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x97",3,NULL,0,NULL,0}, + {"੉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x89",3,NULL,0,NULL,0}, + {"鑥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xa5",3,NULL,0,NULL,0}, + {"梚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x9a",3,NULL,0,NULL,0}, + {"뷳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x99",3,NULL,0,NULL,0}, + {"ᖁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x81",3,NULL,0,NULL,0}, + {"ꢯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xaf",3,NULL,0,NULL,0}, + {"䵁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x81",3,NULL,0,NULL,0}, + {"㲷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xb7",3,NULL,0,NULL,0}, + {"㞞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x9e",3,NULL,0,NULL,0}, + {"ᆀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x80",3,NULL,0,NULL,0}, + {"땺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xba",3,NULL,0,NULL,0}, + {"￶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xb6",3,NULL,0,NULL,0}, + {"⸥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xa5",3,NULL,0,NULL,0}, + {"ꠄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x84",3,NULL,0,NULL,0}, + {"裢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xa2",3,NULL,0,NULL,0}, + {"똿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xbc",3,NULL,0,NULL,0}, + {"㢌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x8c",3,NULL,0,NULL,0}, + {"㮮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xae",3,NULL,0,NULL,0}, + {"ྔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x94",3,NULL,0,NULL,0}, + {"꥓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x93",3,NULL,0,NULL,0}, + {"偑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x95",3,NULL,0,NULL,0}, + {"ͤ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xa4",2,NULL,0,NULL,0}, + {"觖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x96",3,NULL,0,NULL,0}, + {"及",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x8a",3,NULL,0,NULL,0}, + {"佈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x88",3,NULL,0,NULL,0}, + {"ᰃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xa8",3,NULL,0,NULL,0}, + {"挫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xab",3,NULL,0,NULL,0}, + {"漨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xa8",3,NULL,0,NULL,0}, + {"഻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xbb",3,NULL,0,NULL,0}, + {"羧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xa7",3,NULL,0,NULL,0}, + {"ᠲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xb2",3,NULL,0,NULL,0}, + {"甙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xb7",3,NULL,0,NULL,0}, + {"ṛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x9b",3,NULL,0,NULL,0}, + {"貰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xb0",3,NULL,0,NULL,0}, + {"ψ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x88",2,NULL,0,NULL,0}, + {"펯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xaf",3,NULL,0,NULL,0}, + {"熼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xbc",3,NULL,0,NULL,0}, + {"唸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xae",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x15",1,NULL,0,NULL,0}, + {"㦃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x88",3,NULL,0,NULL,0}, + {"望",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x9b",3,NULL,0,NULL,0}, + {"꓄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x84",3,NULL,0,NULL,0}, + {"⽲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xb2",3,NULL,0,NULL,0}, + {"㹡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x94",3,NULL,0,NULL,0}, + {"⼩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xa9",3,NULL,0,NULL,0}, + {"뒘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x98",3,NULL,0,NULL,0}, + {"伊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x8a",3,NULL,0,NULL,0}, + {"오",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x80",3,NULL,0,NULL,0}, + {"䇱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xb1",3,NULL,0,NULL,0}, + {"혵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xb5",3,NULL,0,NULL,0}, + {"㯋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x8a",3,NULL,0,NULL,0}, + {"急",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x8d",3,NULL,0,NULL,0}, + {"ᥕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x95",3,NULL,0,NULL,0}, + {"늒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x92",3,NULL,0,NULL,0}, + {"击",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xbb",3,NULL,0,NULL,0}, + {"狟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x9f",3,NULL,0,NULL,0}, + {"䄁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x81",3,NULL,0,NULL,0}, + {"酀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xa6",3,NULL,0,NULL,0}, + {"︊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x8a",3,NULL,0,NULL,0}, + {"꫈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x88",3,NULL,0,NULL,0}, + {"呥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x88",3,NULL,0,NULL,0}, + {"꓾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xbe",3,NULL,0,NULL,0}, + {"⫉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x89",3,NULL,0,NULL,0}, + {"䰿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xbf",3,NULL,0,NULL,0}, + {"饞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x9e",3,NULL,0,NULL,0}, + {"鋿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xbf",3,NULL,0,NULL,0}, + {"ᥑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xb2",3,NULL,0,NULL,0}, + {"引",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x95",3,NULL,0,NULL,0}, + {"吙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x99",3,NULL,0,NULL,0}, + {"㰉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x89",3,NULL,0,NULL,0}, + {"햲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xb2",3,NULL,0,NULL,0}, + {"儈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x81",3,NULL,0,NULL,0}, + {"㨒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x92",3,NULL,0,NULL,0}, + {"얳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xb3",3,NULL,0,NULL,0}, + {"ꀤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x9f",3,NULL,0,NULL,0}, + {"ꘁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x81",3,NULL,0,NULL,0}, + {"榃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x83",3,NULL,0,NULL,0}, + {"㫌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x8c",3,NULL,0,NULL,0}, + {"唵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xb5",3,NULL,0,NULL,0}, + {"猝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x9d",3,NULL,0,NULL,0}, + {"ẑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x91",3,NULL,0,NULL,0}, + {"ᱣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xa3",3,NULL,0,NULL,0}, + {"汢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xa2",3,NULL,0,NULL,0}, + {"쪠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xa0",3,NULL,0,NULL,0}, + {"轴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x9d",3,NULL,0,NULL,0}, + {"峠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xa0",3,NULL,0,NULL,0}, + {"꼄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x84",3,NULL,0,NULL,0}, + {"똻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xbb",3,NULL,0,NULL,0}, + {"ȃ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x83",2,NULL,0,NULL,0}, + {"琸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xb8",3,NULL,0,NULL,0}, + {"縨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xa8",3,NULL,0,NULL,0}, + {"馽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xbd",3,NULL,0,NULL,0}, + {"꩟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x9f",3,NULL,0,NULL,0}, + {"쓕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x95",3,NULL,0,NULL,0}, + {"們",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xbd",3,NULL,0,NULL,0}, + {"ꕫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xab",3,NULL,0,NULL,0}, + {"ం",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x82",3,NULL,0,NULL,0}, + {"↦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xa6",3,NULL,0,NULL,0}, + {"ퟪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xaa",3,NULL,0,NULL,0}, + {"貘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x98",3,NULL,0,NULL,0}, + {"ᘘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x98",3,NULL,0,NULL,0}, + {"醜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x9c",3,NULL,0,NULL,0}, + {"짙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x99",3,NULL,0,NULL,0}, + {"ࣵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xb5",3,NULL,0,NULL,0}, + {"≍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x8d",3,NULL,0,NULL,0}, + {"莋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x8b",3,NULL,0,NULL,0}, + {"㽱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xb1",3,NULL,0,NULL,0}, + {"䗍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x8d",3,NULL,0,NULL,0}, + {"倍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x8d",3,NULL,0,NULL,0}, + {"앵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xb5",3,NULL,0,NULL,0}, + {"料",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xbe",3,NULL,0,NULL,0}, + {"띋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xbb",3,NULL,0,NULL,0}, + {"矾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xbe",3,NULL,0,NULL,0}, + {"矝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x9d",3,NULL,0,NULL,0}, + {"謹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xbf",3,NULL,0,NULL,0}, + {"찘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x98",3,NULL,0,NULL,0}, + {"䉑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x92",3,NULL,0,NULL,0}, + {"媻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xbb",3,NULL,0,NULL,0}, + {"᪑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x91",3,NULL,0,NULL,0}, + {"쫩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xa9",3,NULL,0,NULL,0}, + {"娜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x9c",3,NULL,0,NULL,0}, + {"ឆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x91",3,NULL,0,NULL,0}, + {"㹜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x9c",3,NULL,0,NULL,0}, + {"㳠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xba",3,NULL,0,NULL,0}, + {"珥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xa5",3,NULL,0,NULL,0}, + {"〵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xb5",3,NULL,0,NULL,0}, + {"몥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xa5",3,NULL,0,NULL,0}, + {"疆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x86",3,NULL,0,NULL,0}, + {"䖋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x8b",3,NULL,0,NULL,0}, + {"Ꮿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xaf",3,NULL,0,NULL,0}, + {"莇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x87",3,NULL,0,NULL,0}, + {"垈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x88",3,NULL,0,NULL,0}, + {"⾕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x95",3,NULL,0,NULL,0}, + {"ﰔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x89",3,NULL,0,NULL,0}, + {"짺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xba",3,NULL,0,NULL,0}, + {"끏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x8f",3,NULL,0,NULL,0}, + {"莬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x8b",3,NULL,0,NULL,0}, + {"㻲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xb2",3,NULL,0,NULL,0}, + {"ঔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x84",3,NULL,0,NULL,0}, + {"䏢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xa2",3,NULL,0,NULL,0}, + {"·",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb7",2,NULL,0,NULL,0}, + {"ហ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xa0",3,NULL,0,NULL,0}, + {"䋫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xab",3,NULL,0,NULL,0}, + {"靅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x8b",3,NULL,0,NULL,0}, + {"옡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xa8",3,NULL,0,NULL,0}, + {"ᭀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x80",3,NULL,0,NULL,0}, + {"䗸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xb8",3,NULL,0,NULL,0}, + {"᠍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x8d",3,NULL,0,NULL,0}, + {"鹧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xa7",3,NULL,0,NULL,0}, + {"﯏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x8f",3,NULL,0,NULL,0}, + {"㈲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xb2",3,NULL,0,NULL,0}, + {"ᢐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x90",3,NULL,0,NULL,0}, + {"崼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xbc",3,NULL,0,NULL,0}, + {"㙔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x94",3,NULL,0,NULL,0}, + {"ﰮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xae",3,NULL,0,NULL,0}, + {"籧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xa7",3,NULL,0,NULL,0}, + {"눞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x9e",3,NULL,0,NULL,0}, + {"⒆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x86",3,NULL,0,NULL,0}, + {"蒈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xbb",3,NULL,0,NULL,0}, + {"꿈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x88",3,NULL,0,NULL,0}, + {"솚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x9a",3,NULL,0,NULL,0}, + {"ﺋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x8b",3,NULL,0,NULL,0}, + {"﬋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x8b",3,NULL,0,NULL,0}, + {"䵮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xbd",3,NULL,0,NULL,0}, + {"睮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xae",3,NULL,0,NULL,0}, + {"綿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x8c",3,NULL,0,NULL,0}, + {"⦽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xbd",3,NULL,0,NULL,0}, + {"䘺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xba",3,NULL,0,NULL,0}, + {"잔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x94",3,NULL,0,NULL,0}, + {"잟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x9f",3,NULL,0,NULL,0}, + {"ὣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xa3",3,NULL,0,NULL,0}, + {"҈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x88",2,NULL,0,NULL,0}, + {"䍲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xb2",3,NULL,0,NULL,0}, + {"੢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xa2",3,NULL,0,NULL,0}, + {"쬶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xa0",3,NULL,0,NULL,0}, + {"⵺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xba",3,NULL,0,NULL,0}, + {"퉕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x95",3,NULL,0,NULL,0}, + {"ᕹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xb9",3,NULL,0,NULL,0}, + {"ݐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x90",2,NULL,0,NULL,0}, + {"⚠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xa0",3,NULL,0,NULL,0}, + {"␳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xb3",3,NULL,0,NULL,0}, + {"⼏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x8f",3,NULL,0,NULL,0}, + {"넮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xac",3,NULL,0,NULL,0}, + {"髑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x91",3,NULL,0,NULL,0}, + {"䷍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x8d",3,NULL,0,NULL,0}, + {"╶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xb6",3,NULL,0,NULL,0}, + {"쵠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xa0",3,NULL,0,NULL,0}, + {"성",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xb1",3,NULL,0,NULL,0}, + {"ﮎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x8e",3,NULL,0,NULL,0}, + {"휺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xba",3,NULL,0,NULL,0}, + {"Ⅎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xb2",3,NULL,0,NULL,0}, + {"쳙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x99",3,NULL,0,NULL,0}, + {"墈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xaa",3,NULL,0,NULL,0}, + {"笳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xb0",3,NULL,0,NULL,0}, + {"ꇇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x87",3,NULL,0,NULL,0}, + {"ᾤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xa4",3,NULL,0,NULL,0}, + {"㵷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xb7",3,NULL,0,NULL,0}, + {"皦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xa6",3,NULL,0,NULL,0}, + {"ᅱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x96",3,NULL,0,NULL,0}, + {"⢞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x9e",3,NULL,0,NULL,0}, + {"큪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xaa",3,NULL,0,NULL,0}, + {"癋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x8b",3,NULL,0,NULL,0}, + {"뻔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x94",3,NULL,0,NULL,0}, + {"⥑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x91",3,NULL,0,NULL,0}, + {"佊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x8a",3,NULL,0,NULL,0}, + {"츿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xbf",3,NULL,0,NULL,0}, + {"㛍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x8d",3,NULL,0,NULL,0}, + {"⎱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xb1",3,NULL,0,NULL,0}, + {"ጇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x9c",3,NULL,0,NULL,0}, + {"㩼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xbc",3,NULL,0,NULL,0}, + {"甹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xb9",3,NULL,0,NULL,0}, + {"頏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x8f",3,NULL,0,NULL,0}, + {"ᐼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xa9",3,NULL,0,NULL,0}, + {"鬚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x9a",3,NULL,0,NULL,0}, + {"蛜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x9c",3,NULL,0,NULL,0}, + {"ð",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb0",2,NULL,0,NULL,0}, + {"颓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x93",3,NULL,0,NULL,0}, + {"虫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xab",3,NULL,0,NULL,0}, + {"࢔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x94",3,NULL,0,NULL,0}, + {"ၗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x97",3,NULL,0,NULL,0}, + {"꧘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x98",3,NULL,0,NULL,0}, + {"䯚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x9a",3,NULL,0,NULL,0}, + {"掯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xaf",3,NULL,0,NULL,0}, + {"壟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x9f",3,NULL,0,NULL,0}, + {"찹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xb9",3,NULL,0,NULL,0}, + {"掊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x8a",3,NULL,0,NULL,0}, + {"⁂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x82",3,NULL,0,NULL,0}, + {"䡃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x83",3,NULL,0,NULL,0}, + {"㕄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x84",3,NULL,0,NULL,0}, + {"췽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xbd",3,NULL,0,NULL,0}, + {"⭡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xa1",3,NULL,0,NULL,0}, + {"㖅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x85",3,NULL,0,NULL,0}, + {"︇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x87",3,NULL,0,NULL,0}, + {"⨷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xb7",3,NULL,0,NULL,0}, + {"㼍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x8d",3,NULL,0,NULL,0}, + {"㎣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xa3",3,NULL,0,NULL,0}, + {"爜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x9b",3,NULL,0,NULL,0}, + {"₣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xa3",3,NULL,0,NULL,0}, + {"듶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xb6",3,NULL,0,NULL,0}, + {"㧙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x99",3,NULL,0,NULL,0}, + {"껕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x95",3,NULL,0,NULL,0}, + {"َ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x8e",2,NULL,0,NULL,0}, + {"㞷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xa1",3,NULL,0,NULL,0}, + {"䝲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xb2",3,NULL,0,NULL,0}, + {"⯇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x87",3,NULL,0,NULL,0}, + {"ŷ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xb7",2,NULL,0,NULL,0}, + {"蕳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xb3",3,NULL,0,NULL,0}, + {"邂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x82",3,NULL,0,NULL,0}, + {"㕾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xbe",3,NULL,0,NULL,0}, + {"겡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xa1",3,NULL,0,NULL,0}, + {"뉴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xb4",3,NULL,0,NULL,0}, + {"蓰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xb0",3,NULL,0,NULL,0}, + {"嚯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xaf",3,NULL,0,NULL,0}, + {"꠩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xa9",3,NULL,0,NULL,0}, + {"⩵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xb5",3,NULL,0,NULL,0}, + {"蟏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x8f",3,NULL,0,NULL,0}, + {"⺵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xb5",3,NULL,0,NULL,0}, + {"懫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xab",3,NULL,0,NULL,0}, + {"衋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x8b",3,NULL,0,NULL,0}, + {"຅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x85",3,NULL,0,NULL,0}, + {"㤥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xa5",3,NULL,0,NULL,0}, + {"愌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x8c",3,NULL,0,NULL,0}, + {"쨸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xb8",3,NULL,0,NULL,0}, + {"騲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xb2",3,NULL,0,NULL,0}, + {"㐌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x8c",3,NULL,0,NULL,0}, + {"档",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xa3",3,NULL,0,NULL,0}, + {"Ⓑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xb7",3,NULL,0,NULL,0}, + {"獫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xab",3,NULL,0,NULL,0}, + {"㒡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xa1",3,NULL,0,NULL,0}, + {"遈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x88",3,NULL,0,NULL,0}, + {"젆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x86",3,NULL,0,NULL,0}, + {"塀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x80",3,NULL,0,NULL,0}, + {"鴽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xbd",3,NULL,0,NULL,0}, + {"Ḝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xb6",3,NULL,0,NULL,0}, + {"闓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x93",3,NULL,0,NULL,0}, + {"腛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x9b",3,NULL,0,NULL,0}, + {"暏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x8f",3,NULL,0,NULL,0}, + {"㣈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x88",3,NULL,0,NULL,0}, + {"ᇖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x96",3,NULL,0,NULL,0}, + {"ꊎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x8e",3,NULL,0,NULL,0}, + {"ቹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xb9",3,NULL,0,NULL,0}, + {"毴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xb4",3,NULL,0,NULL,0}, + {"蹌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x8c",3,NULL,0,NULL,0}, + {"꣗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x97",3,NULL,0,NULL,0}, + {"⸃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x83",3,NULL,0,NULL,0}, + {"䳳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xb3",3,NULL,0,NULL,0}, + {"拴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xb4",3,NULL,0,NULL,0}, + {"ꭉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x8d",3,NULL,0,NULL,0}, + {"꟝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x9d",3,NULL,0,NULL,0}, + {"魤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xa4",3,NULL,0,NULL,0}, + {"澲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xb2",3,NULL,0,NULL,0}, + {"횖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x96",3,NULL,0,NULL,0}, + {"푤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xa4",3,NULL,0,NULL,0}, + {"櫢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xa2",3,NULL,0,NULL,0}, + {"憋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x8b",3,NULL,0,NULL,0}, + {"䃾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xbe",3,NULL,0,NULL,0}, + {"鶮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xae",3,NULL,0,NULL,0}, + {"폥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xa5",3,NULL,0,NULL,0}, + {"悵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xb5",3,NULL,0,NULL,0}, + {"蜺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xba",3,NULL,0,NULL,0}, + {"跖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x96",3,NULL,0,NULL,0}, + {"竁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xa7",3,NULL,0,NULL,0}, + {"뿧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xa7",3,NULL,0,NULL,0}, + {"饃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x83",3,NULL,0,NULL,0}, + {"藼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xbc",3,NULL,0,NULL,0}, + {"鐙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x99",3,NULL,0,NULL,0}, + {"뮟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x9f",3,NULL,0,NULL,0}, + {"ꬁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x81",3,NULL,0,NULL,0}, + {"巊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x8a",3,NULL,0,NULL,0}, + {"趽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x93",3,NULL,0,NULL,0}, + {"ꉍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xae",3,NULL,0,NULL,0}, + {"焿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xbf",3,NULL,0,NULL,0}, + {"聱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xb1",3,NULL,0,NULL,0}, + {"뛝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x9d",3,NULL,0,NULL,0}, + {"龚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x9a",3,NULL,0,NULL,0}, + {"局",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x9c",3,NULL,0,NULL,0}, + {"牪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xaa",3,NULL,0,NULL,0}, + {"ꩋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x8b",3,NULL,0,NULL,0}, + {"䪄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x84",3,NULL,0,NULL,0}, + {"࿺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xba",3,NULL,0,NULL,0}, + {"Ⲣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xa2",3,NULL,0,NULL,0}, + {"ⴻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xbb",3,NULL,0,NULL,0}, + {"։",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x89",2,NULL,0,NULL,0}, + {"鮞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xbb",3,NULL,0,NULL,0}, + {"閤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xa4",3,NULL,0,NULL,0}, + {"馁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x81",3,NULL,0,NULL,0}, + {"词",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x8d",3,NULL,0,NULL,0}, + {"泣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xa3",3,NULL,0,NULL,0}, + {"趃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x83",3,NULL,0,NULL,0}, + {"㰰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x98",3,NULL,0,NULL,0}, + {"斮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xa0",3,NULL,0,NULL,0}, + {"弒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x92",3,NULL,0,NULL,0}, + {"噃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x83",3,NULL,0,NULL,0}, + {"藣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xa3",3,NULL,0,NULL,0}, + {"侴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xb4",3,NULL,0,NULL,0}, + {"馄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x84",3,NULL,0,NULL,0}, + {"ꩺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xba",3,NULL,0,NULL,0}, + {"꾅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x85",3,NULL,0,NULL,0}, + {"ஞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x9e",3,NULL,0,NULL,0}, + {"厡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xa1",3,NULL,0,NULL,0}, + {"鉖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x96",3,NULL,0,NULL,0}, + {"儹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xb9",3,NULL,0,NULL,0}, + {"໏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x8f",3,NULL,0,NULL,0}, + {"ꡎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x8e",3,NULL,0,NULL,0}, + {"鿛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x9b",3,NULL,0,NULL,0}, + {"⳹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xb9",3,NULL,0,NULL,0}, + {"햄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x84",3,NULL,0,NULL,0}, + {"튛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x9b",3,NULL,0,NULL,0}, + {"㍭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xad",3,NULL,0,NULL,0}, + {"ꎕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x95",3,NULL,0,NULL,0}, + {"㬆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x86",3,NULL,0,NULL,0}, + {"꘹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xb9",3,NULL,0,NULL,0}, + {"ふ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xb5",3,NULL,0,NULL,0}, + {"釄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x84",3,NULL,0,NULL,0}, + {"灏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x8f",3,NULL,0,NULL,0}, + {"糁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x81",3,NULL,0,NULL,0}, + {"붠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xad",3,NULL,0,NULL,0}, + {"ᮿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xbf",3,NULL,0,NULL,0}, + {"㱦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xa6",3,NULL,0,NULL,0}, + {"맬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xac",3,NULL,0,NULL,0}, + {"൶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x9a",3,NULL,0,NULL,0}, + {"袨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xa8",3,NULL,0,NULL,0}, + {"玪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xaa",3,NULL,0,NULL,0}, + {"赑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x91",3,NULL,0,NULL,0}, + {"뛋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xb5",3,NULL,0,NULL,0}, + {"谎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x8e",3,NULL,0,NULL,0}, + {"豭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xad",3,NULL,0,NULL,0}, + {"㮢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xa2",3,NULL,0,NULL,0}, + {"管",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xa1",3,NULL,0,NULL,0}, + {"哺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xba",3,NULL,0,NULL,0}, + {"銵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xb4",3,NULL,0,NULL,0}, + {"⎁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x81",3,NULL,0,NULL,0}, + {"䧱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xb1",3,NULL,0,NULL,0}, + {"鱺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xba",3,NULL,0,NULL,0}, + {"퍹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xb9",3,NULL,0,NULL,0}, + {"币",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x81",3,NULL,0,NULL,0}, + {"쏭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xad",3,NULL,0,NULL,0}, + {"幘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x8b",3,NULL,0,NULL,0}, + {"៑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x91",3,NULL,0,NULL,0}, + {" ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x82",3,NULL,0,NULL,0}, + {"贗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x97",3,NULL,0,NULL,0}, + {"鑧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xbe",3,NULL,0,NULL,0}, + {"᭺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xba",3,NULL,0,NULL,0}, + {"륥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xa5",3,NULL,0,NULL,0}, + {"೯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xaf",3,NULL,0,NULL,0}, + {"䱔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x94",3,NULL,0,NULL,0}, + {"賲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xb2",3,NULL,0,NULL,0}, + {"喗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x97",3,NULL,0,NULL,0}, + {"嵴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xb4",3,NULL,0,NULL,0}, + {"⽦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xa6",3,NULL,0,NULL,0}, + {"툎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x8e",3,NULL,0,NULL,0}, + {"崃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x83",3,NULL,0,NULL,0}, + {"偣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xa3",3,NULL,0,NULL,0}, + {"먭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xad",3,NULL,0,NULL,0}, + {"咟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x9f",3,NULL,0,NULL,0}, + {"ᶟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x9f",3,NULL,0,NULL,0}, + {"䶣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x9c",3,NULL,0,NULL,0}, + {"듊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x8a",3,NULL,0,NULL,0}, + {"씋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x8b",3,NULL,0,NULL,0}, + {"ꕦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xa6",3,NULL,0,NULL,0}, + {"䅔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x94",3,NULL,0,NULL,0}, + {"ﺕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x95",3,NULL,0,NULL,0}, + {"썦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xa6",3,NULL,0,NULL,0}, + {"ᖵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x8d",3,NULL,0,NULL,0}, + {"謂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x82",3,NULL,0,NULL,0}, + {"惜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x9c",3,NULL,0,NULL,0}, + {"룫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xaa",3,NULL,0,NULL,0}, + {"ﺏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x8f",3,NULL,0,NULL,0}, + {"ﱋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x8b",3,NULL,0,NULL,0}, + {"啨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xa8",3,NULL,0,NULL,0}, + {"飅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x85",3,NULL,0,NULL,0}, + {"ⲃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x83",3,NULL,0,NULL,0}, + {"庠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xa0",3,NULL,0,NULL,0}, + {"勒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x92",3,NULL,0,NULL,0}, + {"膮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xae",3,NULL,0,NULL,0}, + {"켝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x9d",3,NULL,0,NULL,0}, + {"⚏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x8f",3,NULL,0,NULL,0}, + {"♣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa3",3,NULL,0,NULL,0}, + {"쩴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xb4",3,NULL,0,NULL,0}, + {"즘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x98",3,NULL,0,NULL,0}, + {"傍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x8d",3,NULL,0,NULL,0}, + {"옜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x9c",3,NULL,0,NULL,0}, + {"㹣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xba",3,NULL,0,NULL,0}, + {"줿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xbf",3,NULL,0,NULL,0}, + {"䷤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xa4",3,NULL,0,NULL,0}, + {"龻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xbb",3,NULL,0,NULL,0}, + {"縻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xbb",3,NULL,0,NULL,0}, + {"媲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xb2",3,NULL,0,NULL,0}, + {"﷖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x96",3,NULL,0,NULL,0}, + {"Ờ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x9c",3,NULL,0,NULL,0}, + {"緜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x9c",3,NULL,0,NULL,0}, + {"ᲊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x8a",3,NULL,0,NULL,0}, + {"뤡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xa1",3,NULL,0,NULL,0}, + {"뙽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xbd",3,NULL,0,NULL,0}, + {"뽝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x9d",3,NULL,0,NULL,0}, + {"#",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x83",3,NULL,0,NULL,0}, + {"寃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x83",3,NULL,0,NULL,0}, + {"刁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x81",3,NULL,0,NULL,0}, + {"湂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x82",3,NULL,0,NULL,0}, + {"ᔮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xae",3,NULL,0,NULL,0}, + {"﷮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xae",3,NULL,0,NULL,0}, + {"讞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x9e",3,NULL,0,NULL,0}, + {"Ơ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xa0",2,NULL,0,NULL,0}, + {"૬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xac",3,NULL,0,NULL,0}, + {"㶞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x9e",3,NULL,0,NULL,0}, + {"ܡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xa1",2,NULL,0,NULL,0}, + {"谷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xb7",3,NULL,0,NULL,0}, + {"쥠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xa0",3,NULL,0,NULL,0}, + {"ȹ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xb9",2,NULL,0,NULL,0}, + {"Ⴋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xab",3,NULL,0,NULL,0}, + {"ᷪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xaa",3,NULL,0,NULL,0}, + {"⡹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xb9",3,NULL,0,NULL,0}, + {"맅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x85",3,NULL,0,NULL,0}, + {"䣳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x83",3,NULL,0,NULL,0}, + {"吳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xb3",3,NULL,0,NULL,0}, + {"䤭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xad",3,NULL,0,NULL,0}, + {"⣮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xae",3,NULL,0,NULL,0}, + {"쐲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xb2",3,NULL,0,NULL,0}, + {"稜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xa5",3,NULL,0,NULL,0}, + {"褐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xa0",3,NULL,0,NULL,0}, + {"᛽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xbd",3,NULL,0,NULL,0}, + {"ẛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x9b",3,NULL,0,NULL,0}, + {"癭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xad",3,NULL,0,NULL,0}, + {"삉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x89",3,NULL,0,NULL,0}, + {"쌳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xb3",3,NULL,0,NULL,0}, + {"ݟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x9f",2,NULL,0,NULL,0}, + {"똹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xb9",3,NULL,0,NULL,0}, + {"翟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x9f",3,NULL,0,NULL,0}, + {"ﳪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xaa",3,NULL,0,NULL,0}, + {"ꄟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x9f",3,NULL,0,NULL,0}, + {"䂤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xa4",3,NULL,0,NULL,0}, + {"ᵑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x91",3,NULL,0,NULL,0}, + {"쑈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x88",3,NULL,0,NULL,0}, + {"ზ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x96",3,NULL,0,NULL,0}, + {"⠐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x86",3,NULL,0,NULL,0}, + {"ᘤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xa4",3,NULL,0,NULL,0}, + {"莎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x8e",3,NULL,0,NULL,0}, + {"냖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x96",3,NULL,0,NULL,0}, + {"䢮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xae",3,NULL,0,NULL,0}, + {"㾃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xbc",3,NULL,0,NULL,0}, + {"̫",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xab",2,NULL,0,NULL,0}, + {"汄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x84",3,NULL,0,NULL,0}, + {"씸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xb8",3,NULL,0,NULL,0}, + {"ѳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xb3",2,NULL,0,NULL,0}, + {"攤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x9a",3,NULL,0,NULL,0}, + {"뀎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x89",3,NULL,0,NULL,0}, + {"ΰ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb0",2,NULL,0,NULL,0}, + {"좯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xaf",3,NULL,0,NULL,0}, + {"娤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xa4",3,NULL,0,NULL,0}, + {"霘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x98",3,NULL,0,NULL,0}, + {"罘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x98",3,NULL,0,NULL,0}, + {"丨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xa8",3,NULL,0,NULL,0}, + {"᧘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x98",3,NULL,0,NULL,0}, + {"蔕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x95",3,NULL,0,NULL,0}, + {"쐎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x8e",3,NULL,0,NULL,0}, + {"隝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x9d",3,NULL,0,NULL,0}, + {"艱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xb1",3,NULL,0,NULL,0}, + {"㘩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xa9",3,NULL,0,NULL,0}, + {"쭼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x92",3,NULL,0,NULL,0}, + {"圓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x93",3,NULL,0,NULL,0}, + {"产",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xa7",3,NULL,0,NULL,0}, + {"萍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x8d",3,NULL,0,NULL,0}, + {"㊝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x9d",3,NULL,0,NULL,0}, + {"ꃨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xa8",3,NULL,0,NULL,0}, + {"춝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xa2",3,NULL,0,NULL,0}, + {"즍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x8b",3,NULL,0,NULL,0}, + {"뇘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xbb",3,NULL,0,NULL,0}, + {"ꋶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xb6",3,NULL,0,NULL,0}, + {"䛯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xaf",3,NULL,0,NULL,0}, + {"铉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x89",3,NULL,0,NULL,0}, + {"ᘶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xb6",3,NULL,0,NULL,0}, + {"㆏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x8f",3,NULL,0,NULL,0}, + {"걞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x9e",3,NULL,0,NULL,0}, + {"훴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xb4",3,NULL,0,NULL,0}, + {"Ǫ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xaa",2,NULL,0,NULL,0}, + {"₲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xb2",3,NULL,0,NULL,0}, + {"샛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x9b",3,NULL,0,NULL,0}, + {"ㄢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xa2",3,NULL,0,NULL,0}, + {"羽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x9e",3,NULL,0,NULL,0}, + {"읎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x8e",3,NULL,0,NULL,0}, + {"冮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xae",3,NULL,0,NULL,0}, + {"ޓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x93",2,NULL,0,NULL,0}, + {"귕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x95",3,NULL,0,NULL,0}, + {"氍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x98",3,NULL,0,NULL,0}, + {"뾁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x81",3,NULL,0,NULL,0}, + {"ᇆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x86",3,NULL,0,NULL,0}, + {"Ὺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xa8",3,NULL,0,NULL,0}, + {"눒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x92",3,NULL,0,NULL,0}, + {"尠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xa0",3,NULL,0,NULL,0}, + {"꓁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x81",3,NULL,0,NULL,0}, + {"˩",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xa9",2,NULL,0,NULL,0}, + {"垶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xb6",3,NULL,0,NULL,0}, + {"堕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x95",3,NULL,0,NULL,0}, + {"᧻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xbb",3,NULL,0,NULL,0}, + {"楞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x9e",3,NULL,0,NULL,0}, + {"幰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xa4",3,NULL,0,NULL,0}, + {"휮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xae",3,NULL,0,NULL,0}, + {"籣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xa3",3,NULL,0,NULL,0}, + {"넞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x9e",3,NULL,0,NULL,0}, + {"奠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xa0",3,NULL,0,NULL,0}, + {"¹",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb9",2,NULL,0,NULL,0}, + {"嬰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xb0",3,NULL,0,NULL,0}, + {"⃬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xac",3,NULL,0,NULL,0}, + {"댌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x8c",3,NULL,0,NULL,0}, + {"ꈨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xa8",3,NULL,0,NULL,0}, + {"쳑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x91",3,NULL,0,NULL,0}, + {"곷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xb7",3,NULL,0,NULL,0}, + {"鷪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xaa",3,NULL,0,NULL,0}, + {"朸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xb8",3,NULL,0,NULL,0}, + {"쀴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xb4",3,NULL,0,NULL,0}, + {"゛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x9b",3,NULL,0,NULL,0}, + {"盟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x9f",3,NULL,0,NULL,0}, + {"鄵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xb5",3,NULL,0,NULL,0}, + {"䬭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xad",3,NULL,0,NULL,0}, + {"㝀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x80",3,NULL,0,NULL,0}, + {"뮁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x81",3,NULL,0,NULL,0}, + {"籇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x87",3,NULL,0,NULL,0}, + {"쉪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xaa",3,NULL,0,NULL,0}, + {"嚅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x85",3,NULL,0,NULL,0}, + {"䣸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xb8",3,NULL,0,NULL,0}, + {"歅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x85",3,NULL,0,NULL,0}, + {"疬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x9d",3,NULL,0,NULL,0}, + {"뺶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xb6",3,NULL,0,NULL,0}, + {"꙼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xbc",3,NULL,0,NULL,0}, + {"䔹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xb9",3,NULL,0,NULL,0}, + {"蝓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x93",3,NULL,0,NULL,0}, + {"碽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xbd",3,NULL,0,NULL,0}, + {"ዃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x83",3,NULL,0,NULL,0}, + {"槩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xa9",3,NULL,0,NULL,0}, + {"졓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x93",3,NULL,0,NULL,0}, + {"努",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xaa",3,NULL,0,NULL,0}, + {"ڱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xb1",2,NULL,0,NULL,0}, + {"硰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xb0",3,NULL,0,NULL,0}, + {"蛔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x94",3,NULL,0,NULL,0}, + {"샽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xbd",3,NULL,0,NULL,0}, + {"깮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xae",3,NULL,0,NULL,0}, + {"뫬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xac",3,NULL,0,NULL,0}, + {"ፆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x86",3,NULL,0,NULL,0}, + {"䞟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x9f",3,NULL,0,NULL,0}, + {"Ω",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xa0",3,NULL,0,NULL,0}, + {"ڔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x94",2,NULL,0,NULL,0}, + {"墀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x80",3,NULL,0,NULL,0}, + {"䍔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x94",3,NULL,0,NULL,0}, + {"꾤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xa4",3,NULL,0,NULL,0}, + {"笑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x91",3,NULL,0,NULL,0}, + {"ꇕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x95",3,NULL,0,NULL,0}, + {"㔉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x89",3,NULL,0,NULL,0}, + {"첌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x9a",3,NULL,0,NULL,0}, + {"薮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xae",3,NULL,0,NULL,0}, + {"葟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x9f",3,NULL,0,NULL,0}, + {"′",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb2",3,NULL,0,NULL,0}, + {"ຐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x90",3,NULL,0,NULL,0}, + {"絤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xa4",3,NULL,0,NULL,0}, + {"챋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x8b",3,NULL,0,NULL,0}, + {"䮄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x84",3,NULL,0,NULL,0}, + {"뻐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x90",3,NULL,0,NULL,0}, + {"姊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x8a",3,NULL,0,NULL,0}, + {"츭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xad",3,NULL,0,NULL,0}, + {"㛏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x95",3,NULL,0,NULL,0}, + {"배",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xb0",3,NULL,0,NULL,0}, + {"⋨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xa8",3,NULL,0,NULL,0}, + {"画",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xbb",3,NULL,0,NULL,0}, + {"럟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x9f",3,NULL,0,NULL,0}, + {"ꂗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x97",3,NULL,0,NULL,0}, + {"뼽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xbd",3,NULL,0,NULL,0}, + {"䟝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xa1",3,NULL,0,NULL,0}, + {"᯶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xb6",3,NULL,0,NULL,0}, + {"糘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x98",3,NULL,0,NULL,0}, + {"ٚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x9a",2,NULL,0,NULL,0}, + {"閎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x8e",3,NULL,0,NULL,0}, + {"鰀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x80",3,NULL,0,NULL,0}, + {"稨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xa8",3,NULL,0,NULL,0}, + {"鳆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x86",3,NULL,0,NULL,0}, + {"昘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x98",3,NULL,0,NULL,0}, + {"䜘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x98",3,NULL,0,NULL,0}, + {"䎕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x95",3,NULL,0,NULL,0}, + {"╺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x90",3,NULL,0,NULL,0}, + {"쪱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xb1",3,NULL,0,NULL,0}, + {"⹎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x99",3,NULL,0,NULL,0}, + {"꠫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xab",3,NULL,0,NULL,0}, + {"褍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x8d",3,NULL,0,NULL,0}, + {"燏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x8f",3,NULL,0,NULL,0}, + {"㥰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xb0",3,NULL,0,NULL,0}, + {"㖗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x97",3,NULL,0,NULL,0}, + {"骒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xab",3,NULL,0,NULL,0}, + {"퀼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xbc",3,NULL,0,NULL,0}, + {"絋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x8b",3,NULL,0,NULL,0}, + {"՜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x9c",2,NULL,0,NULL,0}, + {"扢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xa2",3,NULL,0,NULL,0}, + {"敬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xac",3,NULL,0,NULL,0}, + {"憻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xbb",3,NULL,0,NULL,0}, + {"圳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xb3",3,NULL,0,NULL,0}, + {"域",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x9f",3,NULL,0,NULL,0}, + {"혚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x9a",3,NULL,0,NULL,0}, + {"拾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xbe",3,NULL,0,NULL,0}, + {"晖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x96",3,NULL,0,NULL,0}, + {"焃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x83",3,NULL,0,NULL,0}, + {"钚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x9a",3,NULL,0,NULL,0}, + {"빟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x9f",3,NULL,0,NULL,0}, + {"穱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xb1",3,NULL,0,NULL,0}, + {"ᅟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xae",3,NULL,0,NULL,0}, + {"⓳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xb3",3,NULL,0,NULL,0}, + {"瓘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x98",3,NULL,0,NULL,0}, + {"軁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x81",3,NULL,0,NULL,0}, + {"먂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x82",3,NULL,0,NULL,0}, + {"◦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xa6",3,NULL,0,NULL,0}, + {"璩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xa9",3,NULL,0,NULL,0}, + {"괬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xac",3,NULL,0,NULL,0}, + {"炢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xa3",3,NULL,0,NULL,0}, + {"煰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xb0",3,NULL,0,NULL,0}, + {"䨲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xb2",3,NULL,0,NULL,0}, + {"䥹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xb9",3,NULL,0,NULL,0}, + {"懱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xb1",3,NULL,0,NULL,0}, + {"蹪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x9a",3,NULL,0,NULL,0}, + {"Ꝓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x92",3,NULL,0,NULL,0}, + {"ɫ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xab",2,NULL,0,NULL,0}, + {"팑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x91",3,NULL,0,NULL,0}, + {"ꤛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x9b",3,NULL,0,NULL,0}, + {"伝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x9d",3,NULL,0,NULL,0}, + {"ਕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x95",3,NULL,0,NULL,0}, + {"푠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xa0",3,NULL,0,NULL,0}, + {"ྴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xb4",3,NULL,0,NULL,0}, + {"獋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x8b",3,NULL,0,NULL,0}, + {"엌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x8c",3,NULL,0,NULL,0}, + {"㝧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xa7",3,NULL,0,NULL,0}, + {"抽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xbd",3,NULL,0,NULL,0}, + {"咕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x95",3,NULL,0,NULL,0}, + {"⯷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xb7",3,NULL,0,NULL,0}, + {"Ḵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xb4",3,NULL,0,NULL,0}, + {"餂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x82",3,NULL,0,NULL,0}, + {"ಷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x98",3,NULL,0,NULL,0}, + {"⧽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xbd",3,NULL,0,NULL,0}, + {"齛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x9b",3,NULL,0,NULL,0}, + {"〥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xa5",3,NULL,0,NULL,0}, + {"岟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x9f",3,NULL,0,NULL,0}, + {"풞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x9e",3,NULL,0,NULL,0}, + {"蹐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x90",3,NULL,0,NULL,0}, + {"駊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x8a",3,NULL,0,NULL,0}, + {"గ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x81",3,NULL,0,NULL,0}, + {"욓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x93",3,NULL,0,NULL,0}, + {"ꩰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xb0",3,NULL,0,NULL,0}, + {"ᔂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x82",3,NULL,0,NULL,0}, + {"齼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xbc",3,NULL,0,NULL,0}, + {"聅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x85",3,NULL,0,NULL,0}, + {"ⷡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xa1",3,NULL,0,NULL,0}, + {"毿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xbf",3,NULL,0,NULL,0}, + {"쇂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x82",3,NULL,0,NULL,0}, + {"㯬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xac",3,NULL,0,NULL,0}, + {"׮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xae",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x96",3,NULL,0,NULL,0}, + {"Ჷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xb7",3,NULL,0,NULL,0}, + {"㪩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xa9",3,NULL,0,NULL,0}, + {"ꏊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x8a",3,NULL,0,NULL,0}, + {"ⰸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xb8",3,NULL,0,NULL,0}, + {"洠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xa0",3,NULL,0,NULL,0}, + {"봗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x97",3,NULL,0,NULL,0}, + {"ဓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x93",3,NULL,0,NULL,0}, + {"㵫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xab",3,NULL,0,NULL,0}, + {"猀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x80",3,NULL,0,NULL,0}, + {"䃚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x9a",3,NULL,0,NULL,0}, + {"섔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xa5",3,NULL,0,NULL,0}, + {"循",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xaa",3,NULL,0,NULL,0}, + {"ꫳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xb3",3,NULL,0,NULL,0}, + {"ି",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xbf",3,NULL,0,NULL,0}, + {"㧂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x82",3,NULL,0,NULL,0}, + {"ꪊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x8a",3,NULL,0,NULL,0}, + {"僖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x96",3,NULL,0,NULL,0}, + {"᤬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xac",3,NULL,0,NULL,0}, + {"龊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x8a",3,NULL,0,NULL,0}, + {"撹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xb9",3,NULL,0,NULL,0}, + {"༎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x8e",3,NULL,0,NULL,0}, + {"콭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xad",3,NULL,0,NULL,0}, + {"屰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xb0",3,NULL,0,NULL,0}, + {"廮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xae",3,NULL,0,NULL,0}, + {"祿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xbf",3,NULL,0,NULL,0}, + {"鱿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xbf",3,NULL,0,NULL,0}, + {"ꢟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x9f",3,NULL,0,NULL,0}, + {"힭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xad",3,NULL,0,NULL,0}, + {"酛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x9b",3,NULL,0,NULL,0}, + {"搊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x8a",3,NULL,0,NULL,0}, + {"绺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xba",3,NULL,0,NULL,0}, + {"戹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xb9",3,NULL,0,NULL,0}, + {"﷋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x8b",3,NULL,0,NULL,0}, + {"釴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xb4",3,NULL,0,NULL,0}, + {"읙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x99",3,NULL,0,NULL,0}, + {"Ȉ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x88",2,NULL,0,NULL,0}, + {"য",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xaf",3,NULL,0,NULL,0}, + {"₭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xad",3,NULL,0,NULL,0}, + {"䴒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x92",3,NULL,0,NULL,0}, + {"෯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xaf",3,NULL,0,NULL,0}, + {"溅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x85",3,NULL,0,NULL,0}, + {"㼭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x88",3,NULL,0,NULL,0}, + {"L",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xac",3,NULL,0,NULL,0}, + {"诏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x8f",3,NULL,0,NULL,0}, + {"ᰗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x97",3,NULL,0,NULL,0}, + {"逝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x9d",3,NULL,0,NULL,0}, + {"측",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xa1",3,NULL,0,NULL,0}, + {"琕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x90",3,NULL,0,NULL,0}, + {"溔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x94",3,NULL,0,NULL,0}, + {"뤵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xb5",3,NULL,0,NULL,0}, + {"䒦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xbd",3,NULL,0,NULL,0}, + {"涙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x99",3,NULL,0,NULL,0}, + {"ஂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x82",3,NULL,0,NULL,0}, + {"豯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x89",3,NULL,0,NULL,0}, + {"厣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xa3",3,NULL,0,NULL,0}, + {"漢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x90",3,NULL,0,NULL,0}, + {"䖠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xa0",3,NULL,0,NULL,0}, + {"ꡚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x9a",3,NULL,0,NULL,0}, + {"⭰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xb0",3,NULL,0,NULL,0}, + {"안",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x88",3,NULL,0,NULL,0}, + {"ᬧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xa7",3,NULL,0,NULL,0}, + {"巻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xa4",3,NULL,0,NULL,0}, + {"꘍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x8d",3,NULL,0,NULL,0}, + {"枺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xba",3,NULL,0,NULL,0}, + {"﹔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x98",3,NULL,0,NULL,0}, + {"䇝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x9d",3,NULL,0,NULL,0}, + {"䰉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x89",3,NULL,0,NULL,0}, + {"쏑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x91",3,NULL,0,NULL,0}, + {"㺮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xae",3,NULL,0,NULL,0}, + {"▙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x99",3,NULL,0,NULL,0}, + {"ﻃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x83",3,NULL,0,NULL,0}, + {"だ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xa0",3,NULL,0,NULL,0}, + {"麒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x92",3,NULL,0,NULL,0}, + {"渂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x82",3,NULL,0,NULL,0}, + {"톅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x85",3,NULL,0,NULL,0}, + {"嵬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xac",3,NULL,0,NULL,0}, + {"箓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x93",3,NULL,0,NULL,0}, + {"ࡁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x81",3,NULL,0,NULL,0}, + {"╀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x80",3,NULL,0,NULL,0}, + {"뱵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xb5",3,NULL,0,NULL,0}, + {"䨋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x8b",3,NULL,0,NULL,0}, + {"犀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x80",3,NULL,0,NULL,0}, + {"軨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xa8",3,NULL,0,NULL,0}, + {"휜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x9c",3,NULL,0,NULL,0}, + {"柩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xa9",3,NULL,0,NULL,0}, + {"㠅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x85",3,NULL,0,NULL,0}, + {"䷚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xa9",3,NULL,0,NULL,0}, + {"윐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x90",3,NULL,0,NULL,0}, + {"౬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xac",3,NULL,0,NULL,0}, + {"Ⱐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xa0",3,NULL,0,NULL,0}, + {"쎄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x84",3,NULL,0,NULL,0}, + {"ᑀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x80",3,NULL,0,NULL,0}, + {"ᖙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xbe",3,NULL,0,NULL,0}, + {"೭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xad",3,NULL,0,NULL,0}, + {"ᕌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x8c",3,NULL,0,NULL,0}, + {"ࢋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x8b",3,NULL,0,NULL,0}, + {"譏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x8f",3,NULL,0,NULL,0}, + {"卋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x8b",3,NULL,0,NULL,0}, + {"褭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xad",3,NULL,0,NULL,0}, + {"閲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xb2",3,NULL,0,NULL,0}, + {"銁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x81",3,NULL,0,NULL,0}, + {"⏲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xb2",3,NULL,0,NULL,0}, + {"鼲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xb2",3,NULL,0,NULL,0}, + {"炙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xbb",3,NULL,0,NULL,0}, + {"苄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x84",3,NULL,0,NULL,0}, + {"嬑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x91",3,NULL,0,NULL,0}, + {"ᨻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xbb",3,NULL,0,NULL,0}, + {"╓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x93",3,NULL,0,NULL,0}, + {"縱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xb1",3,NULL,0,NULL,0}, + {"冢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xa2",3,NULL,0,NULL,0}, + {"仔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x94",3,NULL,0,NULL,0}, + {"뽔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x94",3,NULL,0,NULL,0}, + {"푵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xb5",3,NULL,0,NULL,0}, + {"ᖧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xa7",3,NULL,0,NULL,0}, + {"똒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x92",3,NULL,0,NULL,0}, + {"룙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xab",3,NULL,0,NULL,0}, + {"潕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x95",3,NULL,0,NULL,0}, + {"ޔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x94",2,NULL,0,NULL,0}, + {"롰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xb0",3,NULL,0,NULL,0}, + {"싯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xba",3,NULL,0,NULL,0}, + {"䣏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x8f",3,NULL,0,NULL,0}, + {"登",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xbb",3,NULL,0,NULL,0}, + {"虃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xae",3,NULL,0,NULL,0}, + {"즰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xb0",3,NULL,0,NULL,0}, + {"㽈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x88",3,NULL,0,NULL,0}, + {"ᅢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xbf",3,NULL,0,NULL,0}, + {"넃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x83",3,NULL,0,NULL,0}, + {"ዺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xba",3,NULL,0,NULL,0}, + {"⤐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x90",3,NULL,0,NULL,0}, + {"µ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb5",2,NULL,0,NULL,0}, + {"줖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x96",3,NULL,0,NULL,0}, + {"쒃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x83",3,NULL,0,NULL,0}, + {"鞳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xb3",3,NULL,0,NULL,0}, + {"⣡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xa1",3,NULL,0,NULL,0}, + {"䉭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xad",3,NULL,0,NULL,0}, + {"쥗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x97",3,NULL,0,NULL,0}, + {"쐾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xbe",3,NULL,0,NULL,0}, + {"ꛒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x92",3,NULL,0,NULL,0}, + {"茅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x85",3,NULL,0,NULL,0}, + {"댻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xbb",3,NULL,0,NULL,0}, + {"Ꮌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xbc",3,NULL,0,NULL,0}, + {"듡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xa1",3,NULL,0,NULL,0}, + {"Ề",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x80",3,NULL,0,NULL,0}, + {"1",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xb3",3,NULL,0,NULL,0}, + {"﬌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x8c",3,NULL,0,NULL,0}, + {"ナ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8a",3,NULL,0,NULL,0}, + {"鑴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xb4",3,NULL,0,NULL,0}, + {"졎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x8e",3,NULL,0,NULL,0}, + {"湞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x9e",3,NULL,0,NULL,0}, + {"ﱳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xb3",3,NULL,0,NULL,0}, + {"绖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x96",3,NULL,0,NULL,0}, + {"늪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xaa",3,NULL,0,NULL,0}, + {"ꅮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xae",3,NULL,0,NULL,0}, + {"⪣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xa3",3,NULL,0,NULL,0}, + {"슪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xaa",3,NULL,0,NULL,0}, + {"雦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xa6",3,NULL,0,NULL,0}, + {"䛲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xb2",3,NULL,0,NULL,0}, + {"᷊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x8a",3,NULL,0,NULL,0}, + {"ꃐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x90",3,NULL,0,NULL,0}, + {"⏒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x92",3,NULL,0,NULL,0}, + {"쨥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xa5",3,NULL,0,NULL,0}, + {"䤧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xb3",3,NULL,0,NULL,0}, + {"ᄜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x97",3,NULL,0,NULL,0}, + {"˜",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x98",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x9e",3,NULL,0,NULL,0}, + {"砎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x9d",3,NULL,0,NULL,0}, + {"껸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xb8",3,NULL,0,NULL,0}, + {"荓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x93",3,NULL,0,NULL,0}, + {"ᜇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x87",3,NULL,0,NULL,0}, + {"榱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xb1",3,NULL,0,NULL,0}, + {"ㄺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xba",3,NULL,0,NULL,0}, + {"ƌ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x8c",2,NULL,0,NULL,0}, + {"돢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x92",3,NULL,0,NULL,0}, + {"蕠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xa0",3,NULL,0,NULL,0}, + {"佣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xa3",3,NULL,0,NULL,0}, + {"‗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x97",3,NULL,0,NULL,0}, + {"乬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xac",3,NULL,0,NULL,0}, + {"쯧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xa7",3,NULL,0,NULL,0}, + {"蔗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x97",3,NULL,0,NULL,0}, + {"ࠫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xab",3,NULL,0,NULL,0}, + {"鍆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x86",3,NULL,0,NULL,0}, + {"⌗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x92",3,NULL,0,NULL,0}, + {"舕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x95",3,NULL,0,NULL,0}, + {"⩘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x98",3,NULL,0,NULL,0}, + {"蟠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xa0",3,NULL,0,NULL,0}, + {"헔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x94",3,NULL,0,NULL,0}, + {"ꁟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x9f",3,NULL,0,NULL,0}, + {"↾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xbe",3,NULL,0,NULL,0}, + {"⌯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xaf",3,NULL,0,NULL,0}, + {"俑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x91",3,NULL,0,NULL,0}, + {"ꋦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xa6",3,NULL,0,NULL,0}, + {"∫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xab",3,NULL,0,NULL,0}, + {"㐱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xb1",3,NULL,0,NULL,0}, + {"ᥲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xa5",3,NULL,0,NULL,0}, + {"拧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xa7",3,NULL,0,NULL,0}, + {"瞳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xb3",3,NULL,0,NULL,0}, + {"Œ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x92",2,NULL,0,NULL,0}, + {"ѡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xa1",2,NULL,0,NULL,0}, + {"孤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xa4",3,NULL,0,NULL,0}, + {"遗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x97",3,NULL,0,NULL,0}, + {"㒸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xb8",3,NULL,0,NULL,0}, + {"쩺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xba",3,NULL,0,NULL,0}, + {"兑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x91",3,NULL,0,NULL,0}, + {"쬁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x81",3,NULL,0,NULL,0}, + {"좕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x89",3,NULL,0,NULL,0}, + {"ᑶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb6",3,NULL,0,NULL,0}, + {"ឰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xb0",3,NULL,0,NULL,0}, + {"뿌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x8c",3,NULL,0,NULL,0}, + {"䠦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xa6",3,NULL,0,NULL,0}, + {"ࠆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x86",3,NULL,0,NULL,0}, + {"ㄒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x92",3,NULL,0,NULL,0}, + {"⟞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x9e",3,NULL,0,NULL,0}, + {"沖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x96",3,NULL,0,NULL,0}, + {"⾸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xb8",3,NULL,0,NULL,0}, + {"毝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x9d",3,NULL,0,NULL,0}, + {"ʔ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x94",2,NULL,0,NULL,0}, + {"࣋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x8b",3,NULL,0,NULL,0}, + {"㚞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x9e",3,NULL,0,NULL,0}, + {"뇈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x88",3,NULL,0,NULL,0}, + {"著",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x97",3,NULL,0,NULL,0}, + {"ꐮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xae",3,NULL,0,NULL,0}, + {"࿭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x96",3,NULL,0,NULL,0}, + {"䓄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x84",3,NULL,0,NULL,0}, + {"녵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xb5",3,NULL,0,NULL,0}, + {"᧹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xb9",3,NULL,0,NULL,0}, + {"㑺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xba",3,NULL,0,NULL,0}, + {"굫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x9b",3,NULL,0,NULL,0}, + {"ጛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x9b",3,NULL,0,NULL,0}, + {"堗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x97",3,NULL,0,NULL,0}, + {"鵭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x9d",3,NULL,0,NULL,0}, + {"훤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x91",3,NULL,0,NULL,0}, + {"ᪿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xbf",3,NULL,0,NULL,0}, + {"曃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x83",3,NULL,0,NULL,0}, + {"샙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x99",3,NULL,0,NULL,0}, + {"뎓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x93",3,NULL,0,NULL,0}, + {"Ἣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xab",3,NULL,0,NULL,0}, + {"ォ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa9",3,NULL,0,NULL,0}, + {"趒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x92",3,NULL,0,NULL,0}, + {"䘢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xa2",3,NULL,0,NULL,0}, + {"귧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xa7",3,NULL,0,NULL,0}, + {"氟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x9f",3,NULL,0,NULL,0}, + {"퉭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xad",3,NULL,0,NULL,0}, + {"ੋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x8b",3,NULL,0,NULL,0}, + {"藌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x8c",3,NULL,0,NULL,0}, + {"ࠉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x89",3,NULL,0,NULL,0}, + {"컙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x99",3,NULL,0,NULL,0}, + {"✏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x8f",3,NULL,0,NULL,0}, + {"皥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xa5",3,NULL,0,NULL,0}, + {"殘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x98",3,NULL,0,NULL,0}, + {"瘣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xb6",3,NULL,0,NULL,0}, + {"磿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xbf",3,NULL,0,NULL,0}, + {"ⴎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x8f",3,NULL,0,NULL,0}, + {"셰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xb0",3,NULL,0,NULL,0}, + {"ꧽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xbd",3,NULL,0,NULL,0}, + {"歗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x97",3,NULL,0,NULL,0}, + {"䚖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x9c",3,NULL,0,NULL,0}, + {"㍘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x98",3,NULL,0,NULL,0}, + {"ᔅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x85",3,NULL,0,NULL,0}, + {"䕋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x8b",3,NULL,0,NULL,0}, + {"竬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xb0",3,NULL,0,NULL,0}, + {"Ã",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x83",2,NULL,0,NULL,0}, + {"⿥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x95",3,NULL,0,NULL,0}, + {"댔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x94",3,NULL,0,NULL,0}, + {"⃜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x9c",3,NULL,0,NULL,0}, + {"흙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x99",3,NULL,0,NULL,0}, + {"蘧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xa7",3,NULL,0,NULL,0}, + {"冓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x93",3,NULL,0,NULL,0}, + {"쾺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xba",3,NULL,0,NULL,0}, + {"툫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xab",3,NULL,0,NULL,0}, + {"⅑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x91",3,NULL,0,NULL,0}, + {"袕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x95",3,NULL,0,NULL,0}, + {"薾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xbe",3,NULL,0,NULL,0}, + {"໛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x9b",3,NULL,0,NULL,0}, + {"䭏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x8f",3,NULL,0,NULL,0}, + {"⛍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x8d",3,NULL,0,NULL,0}, + {"㝠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xa0",3,NULL,0,NULL,0}, + {"⦭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xad",3,NULL,0,NULL,0}, + {"嚇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x87",3,NULL,0,NULL,0}, + {"薋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x8b",3,NULL,0,NULL,0}, + {"⊧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xa7",3,NULL,0,NULL,0}, + {"ꐅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xa9",3,NULL,0,NULL,0}, + {"濷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xb7",3,NULL,0,NULL,0}, + {"搯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x94",3,NULL,0,NULL,0}, + {"ヘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x98",3,NULL,0,NULL,0}, + {"⃊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x8a",3,NULL,0,NULL,0}, + {"髻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xbb",3,NULL,0,NULL,0}, + {"战",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x98",3,NULL,0,NULL,0}, + {"憦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xa6",3,NULL,0,NULL,0}, + {"鲉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x89",3,NULL,0,NULL,0}, + {"禝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x9d",3,NULL,0,NULL,0}, + {"椰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xb0",3,NULL,0,NULL,0}, + {"旛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x9b",3,NULL,0,NULL,0}, + {"粦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xa6",3,NULL,0,NULL,0}, + {"㏭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xad",3,NULL,0,NULL,0}, + {"붋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x8b",3,NULL,0,NULL,0}, + {"剾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xbe",3,NULL,0,NULL,0}, + {"様",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x98",3,NULL,0,NULL,0}, + {"剝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x85",3,NULL,0,NULL,0}, + {"ኲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xb2",3,NULL,0,NULL,0}, + {"㱗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x97",3,NULL,0,NULL,0}, + {"쯼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x8c",3,NULL,0,NULL,0}, + {"㳒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x92",3,NULL,0,NULL,0}, + {"류",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x98",3,NULL,0,NULL,0}, + {"✓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x93",3,NULL,0,NULL,0}, + {"쿩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xa9",3,NULL,0,NULL,0}, + {"㡛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x9b",3,NULL,0,NULL,0}, + {"蠤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xa4",3,NULL,0,NULL,0}, + {"Ӽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xbc",2,NULL,0,NULL,0}, + {"㥌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x8c",3,NULL,0,NULL,0}, + {"킂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x82",3,NULL,0,NULL,0}, + {"⋰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xb0",3,NULL,0,NULL,0}, + {"닙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x88",3,NULL,0,NULL,0}, + {"䉙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x99",3,NULL,0,NULL,0}, + {"咶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xb2",3,NULL,0,NULL,0}, + {"鶿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x83",3,NULL,0,NULL,0}, + {"ඛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x9b",3,NULL,0,NULL,0}, + {"颣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xa3",3,NULL,0,NULL,0}, + {"鲪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xaa",3,NULL,0,NULL,0}, + {"旼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x92",3,NULL,0,NULL,0}, + {"掿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xbf",3,NULL,0,NULL,0}, + {"财",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xa2",3,NULL,0,NULL,0}, + {"븤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xa4",3,NULL,0,NULL,0}, + {"锓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x93",3,NULL,0,NULL,0}, + {"捠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xa0",3,NULL,0,NULL,0}, + {"嘊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x8a",3,NULL,0,NULL,0}, + {"Ṧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa6",3,NULL,0,NULL,0}, + {"㘱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xb1",3,NULL,0,NULL,0}, + {"빭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xad",3,NULL,0,NULL,0}, + {"ⓑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x91",3,NULL,0,NULL,0}, + {"啗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x97",3,NULL,0,NULL,0}, + {"焊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x8a",3,NULL,0,NULL,0}, + {"燅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x85",3,NULL,0,NULL,0}, + {"큀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x80",3,NULL,0,NULL,0}, + {"믾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xbe",3,NULL,0,NULL,0}, + {"ꬠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xa0",3,NULL,0,NULL,0}, + {"׳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xb3",2,NULL,0,NULL,0}, + {"Ʝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xb2",3,NULL,0,NULL,0}, + {"떮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xae",3,NULL,0,NULL,0}, + {"ⵖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x96",3,NULL,0,NULL,0}, + {"՘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x98",2,NULL,0,NULL,0}, + {"ꦄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x84",3,NULL,0,NULL,0}, + {"왓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x93",3,NULL,0,NULL,0}, + {"牂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x82",3,NULL,0,NULL,0}, + {"众",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x97",3,NULL,0,NULL,0}, + {"顠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xa0",3,NULL,0,NULL,0}, + {"䥻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xbb",3,NULL,0,NULL,0}, + {"鰞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xab",3,NULL,0,NULL,0}, + {"広",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x83",3,NULL,0,NULL,0}, + {"뱻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xbb",3,NULL,0,NULL,0}, + {"箥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xa4",3,NULL,0,NULL,0}, + {"뭎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x88",3,NULL,0,NULL,0}, + {"꯼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xbc",3,NULL,0,NULL,0}, + {"썙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x99",3,NULL,0,NULL,0}, + {"ꦶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xb6",3,NULL,0,NULL,0}, + {"啅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x85",3,NULL,0,NULL,0}, + {"ᔡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa1",3,NULL,0,NULL,0}, + {"ಝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x9d",3,NULL,0,NULL,0}, + {"卾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xbe",3,NULL,0,NULL,0}, + {"ⱖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x96",3,NULL,0,NULL,0}, + {"紛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x9b",3,NULL,0,NULL,0}, + {"윜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x9c",3,NULL,0,NULL,0}, + {"౸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xb8",3,NULL,0,NULL,0}, + {"黴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xb4",3,NULL,0,NULL,0}, + {"黿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xbf",3,NULL,0,NULL,0}, + {"༮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xae",3,NULL,0,NULL,0}, + {"먆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x86",3,NULL,0,NULL,0}, + {"胎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x8e",3,NULL,0,NULL,0}, + {"ᨧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xa7",3,NULL,0,NULL,0}, + {"丑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x91",3,NULL,0,NULL,0}, + {"엔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x94",3,NULL,0,NULL,0}, + {"ᨇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x87",3,NULL,0,NULL,0}, + {"Მ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xbf",3,NULL,0,NULL,0}, + {"볬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x81",3,NULL,0,NULL,0}, + {"謲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xb2",3,NULL,0,NULL,0}, + {"㴚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x9a",3,NULL,0,NULL,0}, + {"뤐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x90",3,NULL,0,NULL,0}, + {"ቒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x92",3,NULL,0,NULL,0}, + {"뢉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x89",3,NULL,0,NULL,0}, + {"쌦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xa6",3,NULL,0,NULL,0}, + {"ଭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xad",3,NULL,0,NULL,0}, + {"岝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x9d",3,NULL,0,NULL,0}, + {"㱾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xbe",3,NULL,0,NULL,0}, + {"收",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xbc",3,NULL,0,NULL,0}, + {"N",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"왹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xb9",3,NULL,0,NULL,0}, + {"呆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x86",3,NULL,0,NULL,0}, + {"ວ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xa7",3,NULL,0,NULL,0}, + {"酙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x99",3,NULL,0,NULL,0}, + {"띪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xaa",3,NULL,0,NULL,0}, + {"㻏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x8f",3,NULL,0,NULL,0}, + {"叫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xab",3,NULL,0,NULL,0}, + {"觾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xbe",3,NULL,0,NULL,0}, + {"㽨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xa8",3,NULL,0,NULL,0}, + {"͆",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x86",2,NULL,0,NULL,0}, + {"Ჵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xb1",3,NULL,0,NULL,0}, + {"퐾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xbe",3,NULL,0,NULL,0}, + {"폽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xbd",3,NULL,0,NULL,0}, + {"議",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xb0",3,NULL,0,NULL,0}, + {"呩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xa9",3,NULL,0,NULL,0}, + {"┒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x92",3,NULL,0,NULL,0}, + {"鏨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xa8",3,NULL,0,NULL,0}, + {"᱖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x96",3,NULL,0,NULL,0}, + {"텚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x9a",3,NULL,0,NULL,0}, + {"ᰕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x95",3,NULL,0,NULL,0}, + {"䱼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xbc",3,NULL,0,NULL,0}, + {"鐿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xaf",3,NULL,0,NULL,0}, + {"溜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x9c",3,NULL,0,NULL,0}, + {"ﲿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xac",3,NULL,0,NULL,0}, + {"륹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xb9",3,NULL,0,NULL,0}, + {"쑗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x97",3,NULL,0,NULL,0}, + {"鷏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xba",3,NULL,0,NULL,0}, + {"힧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xa7",3,NULL,0,NULL,0}, + {"렝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x9d",3,NULL,0,NULL,0}, + {"뀮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xae",3,NULL,0,NULL,0}, + {"ꖸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xb8",3,NULL,0,NULL,0}, + {"앨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xa8",3,NULL,0,NULL,0}, + {"缚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x9a",3,NULL,0,NULL,0}, + {"䋛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x90",3,NULL,0,NULL,0}, + {"ഖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x96",3,NULL,0,NULL,0}, + {"ঝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x9d",3,NULL,0,NULL,0}, + {"㼧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x82",3,NULL,0,NULL,0}, + {"확",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x95",3,NULL,0,NULL,0}, + {"䈰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x95",3,NULL,0,NULL,0}, + {"㧋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x8b",3,NULL,0,NULL,0}, + {"쯀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x80",3,NULL,0,NULL,0}, + {"䇯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xaf",3,NULL,0,NULL,0}, + {"ᤒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x83",3,NULL,0,NULL,0}, + {"䥓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x93",3,NULL,0,NULL,0}, + {"隄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x81",3,NULL,0,NULL,0}, + {"੃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x83",3,NULL,0,NULL,0}, + {"對",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x8d",3,NULL,0,NULL,0}, + {"𤋮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xac",3,NULL,0,NULL,0}, + {"꘏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x8f",3,NULL,0,NULL,0}, + {"犊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x8a",3,NULL,0,NULL,0}, + {"﹬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xac",3,NULL,0,NULL,0}, + {"됤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xaa",3,NULL,0,NULL,0}, + {"俋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x8b",3,NULL,0,NULL,0}, + {"「",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa2",3,NULL,0,NULL,0}, + {"ㅪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xaa",3,NULL,0,NULL,0}, + {"誴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xb4",3,NULL,0,NULL,0}, + {"ﻛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x9b",3,NULL,0,NULL,0}, + {"㍟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x9f",3,NULL,0,NULL,0}, + {"ࠒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x92",3,NULL,0,NULL,0}, + {"䟻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xbb",3,NULL,0,NULL,0}, + {"䑸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xb8",3,NULL,0,NULL,0}, + {"쭗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x97",3,NULL,0,NULL,0}, + {"쁯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x9b",3,NULL,0,NULL,0}, + {"㊅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x85",3,NULL,0,NULL,0}, + {"⬳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xb3",3,NULL,0,NULL,0}, + {"ꑩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xa9",3,NULL,0,NULL,0}, + {"鈬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xac",3,NULL,0,NULL,0}, + {"ࢴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xbe",3,NULL,0,NULL,0}, + {"阅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x85",3,NULL,0,NULL,0}, + {"脁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x81",3,NULL,0,NULL,0}, + {"裂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x82",3,NULL,0,NULL,0}, + {"᧔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x94",3,NULL,0,NULL,0}, + {"␂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x82",3,NULL,0,NULL,0}, + {"ᝒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x92",3,NULL,0,NULL,0}, + {"隣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x80",3,NULL,0,NULL,0}, + {"闖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x96",3,NULL,0,NULL,0}, + {"㙒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x92",3,NULL,0,NULL,0}, + {"죐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x90",3,NULL,0,NULL,0}, + {"ᘲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xb2",3,NULL,0,NULL,0}, + {"宜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x9c",3,NULL,0,NULL,0}, + {"ꚙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x99",3,NULL,0,NULL,0}, + {"︙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x99",3,NULL,0,NULL,0}, + {"ヷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb7",3,NULL,0,NULL,0}, + {"漈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x88",3,NULL,0,NULL,0}, + {"셈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x88",3,NULL,0,NULL,0}, + {"霍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x8d",3,NULL,0,NULL,0}, + {"ば",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xb0",3,NULL,0,NULL,0}, + {"姪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xaa",3,NULL,0,NULL,0}, + {"х",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x85",2,NULL,0,NULL,0}, + {"닜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x9c",3,NULL,0,NULL,0}, + {"썇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x87",3,NULL,0,NULL,0}, + {"ퟵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xb5",3,NULL,0,NULL,0}, + {"ሶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xb6",3,NULL,0,NULL,0}, + {"郾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xbe",3,NULL,0,NULL,0}, + {"놊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x8a",3,NULL,0,NULL,0}, + {"̎",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x8e",2,NULL,0,NULL,0}, + {"瓄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x84",3,NULL,0,NULL,0}, + {"⽖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x96",3,NULL,0,NULL,0}, + {"ऋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x8b",3,NULL,0,NULL,0}, + {"줆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x86",3,NULL,0,NULL,0}, + {"⤌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x8c",3,NULL,0,NULL,0}, + {"䕢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xa2",3,NULL,0,NULL,0}, + {"⻻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xbb",3,NULL,0,NULL,0}, + {"㛀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x80",3,NULL,0,NULL,0}, + {"ᩉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x89",3,NULL,0,NULL,0}, + {"顀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x80",3,NULL,0,NULL,0}, + {"畔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x94",3,NULL,0,NULL,0}, + {"ㄵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xb5",3,NULL,0,NULL,0}, + {"흮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xae",3,NULL,0,NULL,0}, + {"냪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xaa",3,NULL,0,NULL,0}, + {"湈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xa0",3,NULL,0,NULL,0}, + {"怳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xb3",3,NULL,0,NULL,0}, + {"嬀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x80",3,NULL,0,NULL,0}, + {"ﶌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x8c",3,NULL,0,NULL,0}, + {"臰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x95",3,NULL,0,NULL,0}, + {"늞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xae",3,NULL,0,NULL,0}, + {"ᡃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x83",3,NULL,0,NULL,0}, + {"䎰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xb0",3,NULL,0,NULL,0}, + {"県",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x8c",3,NULL,0,NULL,0}, + {"칑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x91",3,NULL,0,NULL,0}, + {"靹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xae",3,NULL,0,NULL,0}, + {"敶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xaf",3,NULL,0,NULL,0}, + {"ᄅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa9",3,NULL,0,NULL,0}, + {"欞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x9e",3,NULL,0,NULL,0}, + {"㇤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xa4",3,NULL,0,NULL,0}, + {"岍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x8d",3,NULL,0,NULL,0}, + {"שּׂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xad",3,NULL,0,NULL,0}, + {"㎉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x89",3,NULL,0,NULL,0}, + {"ꃀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x80",3,NULL,0,NULL,0}, + {"⇰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xb0",3,NULL,0,NULL,0}, + {"樒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x92",3,NULL,0,NULL,0}, + {"䊏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x8f",3,NULL,0,NULL,0}, + {"㉐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x90",3,NULL,0,NULL,0}, + {"斁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x81",3,NULL,0,NULL,0}, + {"ᒍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x8d",3,NULL,0,NULL,0}, + {"듫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xab",3,NULL,0,NULL,0}, + {"ħ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xa7",2,NULL,0,NULL,0}, + {"Ꭴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xb1",3,NULL,0,NULL,0}, + {"졂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x82",3,NULL,0,NULL,0}, + {"Ⅶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xa6",3,NULL,0,NULL,0}, + {"佱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xb1",3,NULL,0,NULL,0}, + {"₢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xa2",3,NULL,0,NULL,0}, + {"ǂ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x82",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x97",3,NULL,0,NULL,0}, + {"萲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xb2",3,NULL,0,NULL,0}, + {"♭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xad",3,NULL,0,NULL,0}, + {"䜖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x96",3,NULL,0,NULL,0}, + {"ȡ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xa1",2,NULL,0,NULL,0}, + {"陗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x97",3,NULL,0,NULL,0}, + {"⃆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x86",3,NULL,0,NULL,0}, + {"⸹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xb9",3,NULL,0,NULL,0}, + {"傷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xb7",3,NULL,0,NULL,0}, + {"ᙫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xab",3,NULL,0,NULL,0}, + {"懞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x9e",3,NULL,0,NULL,0}, + {"↲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x90",3,NULL,0,NULL,0}, + {"鬂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x82",3,NULL,0,NULL,0}, + {"舧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xa7",3,NULL,0,NULL,0}, + {"荁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x81",3,NULL,0,NULL,0}, + {"ἆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x86",3,NULL,0,NULL,0}, + {"银",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xb6",3,NULL,0,NULL,0}, + {"ᨣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xaf",3,NULL,0,NULL,0}, + {"鈑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x86",3,NULL,0,NULL,0}, + {"晲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xb2",3,NULL,0,NULL,0}, + {"ㅁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x81",3,NULL,0,NULL,0}, + {"损",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x9f",3,NULL,0,NULL,0}, + {"ᇯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xa5",3,NULL,0,NULL,0}, + {"፶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x9d",3,NULL,0,NULL,0}, + {"蒹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xb9",3,NULL,0,NULL,0}, + {"ᚡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xa1",3,NULL,0,NULL,0}, + {"䥗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x97",3,NULL,0,NULL,0}, + {"⺂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x82",3,NULL,0,NULL,0}, + {"ࡂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x82",3,NULL,0,NULL,0}, + {"䙭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xbe",3,NULL,0,NULL,0}, + {"㑃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x83",3,NULL,0,NULL,0}, + {"ᐥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xa5",3,NULL,0,NULL,0}, + {"馂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x82",3,NULL,0,NULL,0}, + {"׽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xbd",2,NULL,0,NULL,0}, + {"鴠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xa0",3,NULL,0,NULL,0}, + {"櫅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x85",3,NULL,0,NULL,0}, + {"횣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xa3",3,NULL,0,NULL,0}, + {"菰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xb0",3,NULL,0,NULL,0}, + {"違",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xa0",3,NULL,0,NULL,0}, + {"拎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x8e",3,NULL,0,NULL,0}, + {"踋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x8b",3,NULL,0,NULL,0}, + {"喂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x82",3,NULL,0,NULL,0}, + {"夃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x83",3,NULL,0,NULL,0}, + {"噜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x9c",3,NULL,0,NULL,0}, + {"첚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x9a",3,NULL,0,NULL,0}, + {"ꣶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xb6",3,NULL,0,NULL,0}, + {"䣐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x90",3,NULL,0,NULL,0}, + {"蹁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x81",3,NULL,0,NULL,0}, + {"﮵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xb5",3,NULL,0,NULL,0}, + {"髬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xac",3,NULL,0,NULL,0}, + {"쇯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xaf",3,NULL,0,NULL,0}, + {"㈂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x82",3,NULL,0,NULL,0}, + {"ⳕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x95",3,NULL,0,NULL,0}, + {"鱈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x88",3,NULL,0,NULL,0}, + {"࿟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x87",3,NULL,0,NULL,0}, + {"㋝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x9d",3,NULL,0,NULL,0}, + {"묔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x94",3,NULL,0,NULL,0}, + {"갿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xbf",3,NULL,0,NULL,0}, + {"ጙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x99",3,NULL,0,NULL,0}, + {"ဤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xa7",3,NULL,0,NULL,0}, + {"ϖ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x96",2,NULL,0,NULL,0}, + {"洋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x8b",3,NULL,0,NULL,0}, + {"ሻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xbb",3,NULL,0,NULL,0}, + {"㡒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x92",3,NULL,0,NULL,0}, + {"睒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x92",3,NULL,0,NULL,0}, + {"沬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xac",3,NULL,0,NULL,0}, + {"趢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xa2",3,NULL,0,NULL,0}, + {"དྷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x92",3,NULL,0,NULL,0}, + {"㟓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x93",3,NULL,0,NULL,0}, + {"쟁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x81",3,NULL,0,NULL,0}, + {"ᅍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x8d",3,NULL,0,NULL,0}, + {"囱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xb1",3,NULL,0,NULL,0}, + {"撦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xa6",3,NULL,0,NULL,0}, + {"龣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xa3",3,NULL,0,NULL,0}, + {"촧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xa7",3,NULL,0,NULL,0}, + {"⛽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xbd",3,NULL,0,NULL,0}, + {"탐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x90",3,NULL,0,NULL,0}, + {"慁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x81",3,NULL,0,NULL,0}, + {"奼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xbc",3,NULL,0,NULL,0}, + {"鿎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x8e",3,NULL,0,NULL,0}, + {"搵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xb5",3,NULL,0,NULL,0}, + {"棝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x9d",3,NULL,0,NULL,0}, + {"᳤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xa4",3,NULL,0,NULL,0}, + {"ሀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x80",3,NULL,0,NULL,0}, + {"검",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x80",3,NULL,0,NULL,0}, + {"ှ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xbe",3,NULL,0,NULL,0}, + {"ꍢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xa2",3,NULL,0,NULL,0}, + {"䝇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x87",3,NULL,0,NULL,0}, + {"㕘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x98",3,NULL,0,NULL,0}, + {"灰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xb0",3,NULL,0,NULL,0}, + {"扊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x8a",3,NULL,0,NULL,0}, + {"楎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x8e",3,NULL,0,NULL,0}, + {"ꋕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x95",3,NULL,0,NULL,0}, + {"쵄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x81",3,NULL,0,NULL,0}, + {"먐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x90",3,NULL,0,NULL,0}, + {"䯲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xb2",3,NULL,0,NULL,0}, + {"쳻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xbb",3,NULL,0,NULL,0}, + {"ኾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xbe",3,NULL,0,NULL,0}, + {"眉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x89",3,NULL,0,NULL,0}, + {"袏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x8f",3,NULL,0,NULL,0}, + {"谗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x97",3,NULL,0,NULL,0}, + {"Գ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xb3",2,NULL,0,NULL,0}, + {"⻌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x8c",3,NULL,0,NULL,0}, + {"ᆤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xa4",3,NULL,0,NULL,0}, + {"ꞏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xbd",3,NULL,0,NULL,0}, + {"詌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x8c",3,NULL,0,NULL,0}, + {"뻠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xa0",3,NULL,0,NULL,0}, + {"턑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x91",3,NULL,0,NULL,0}, + {"ꍸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xa0",3,NULL,0,NULL,0}, + {"䨞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x9e",3,NULL,0,NULL,0}, + {"戔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x94",3,NULL,0,NULL,0}, + {"椴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xb4",3,NULL,0,NULL,0}, + {"㨴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xb4",3,NULL,0,NULL,0}, + {"깞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xb4",3,NULL,0,NULL,0}, + {"镀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x80",3,NULL,0,NULL,0}, + {"⣼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xbc",3,NULL,0,NULL,0}, + {"붙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x99",3,NULL,0,NULL,0}, + {"鬲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xb2",3,NULL,0,NULL,0}, + {"戉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x89",3,NULL,0,NULL,0}, + {"浪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xaa",3,NULL,0,NULL,0}, + {"掵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xa9",3,NULL,0,NULL,0}, + {"웝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x9d",3,NULL,0,NULL,0}, + {"蚉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x89",3,NULL,0,NULL,0}, + {"喦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xa6",3,NULL,0,NULL,0}, + {"烉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x84",3,NULL,0,NULL,0}, + {"墭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xad",3,NULL,0,NULL,0}, + {"䱹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xb9",3,NULL,0,NULL,0}, + {"¶",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb6",2,NULL,0,NULL,0}, + {"渙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x99",3,NULL,0,NULL,0}, + {"鹿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xbf",3,NULL,0,NULL,0}, + {"㥔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x94",3,NULL,0,NULL,0}, + {"륟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x9f",3,NULL,0,NULL,0}, + {"Ҵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xb4",2,NULL,0,NULL,0}, + {"쀛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x9b",3,NULL,0,NULL,0}, + {"䪕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x95",3,NULL,0,NULL,0}, + {"⮝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x9d",3,NULL,0,NULL,0}, + {"",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x07",1,NULL,0,NULL,0}, + {"㔨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xa8",3,NULL,0,NULL,0}, + {"签",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xbe",3,NULL,0,NULL,0}, + {"⟩",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xaa",3,NULL,0,NULL,0}, + {"뮯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xaf",3,NULL,0,NULL,0}, + {"犭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xad",3,NULL,0,NULL,0}, + {"⵶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xb6",3,NULL,0,NULL,0}, + {"씂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x82",3,NULL,0,NULL,0}, + {"뼏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x8f",3,NULL,0,NULL,0}, + {"篫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x9d",3,NULL,0,NULL,0}, + {"㸓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x93",3,NULL,0,NULL,0}, + {"㖧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xa7",3,NULL,0,NULL,0}, + {"꺔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x94",3,NULL,0,NULL,0}, + {"㭕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x95",3,NULL,0,NULL,0}, + {"랽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xbd",3,NULL,0,NULL,0}, + {"鷍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x8d",3,NULL,0,NULL,0}, + {"䧃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x83",3,NULL,0,NULL,0}, + {"뫆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x86",3,NULL,0,NULL,0}, + {"鯏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x8f",3,NULL,0,NULL,0}, + {"颙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x99",3,NULL,0,NULL,0}, + {"ඩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xa9",3,NULL,0,NULL,0}, + {"㨛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x9b",3,NULL,0,NULL,0}, + {"꺟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x84",3,NULL,0,NULL,0}, + {"갘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x98",3,NULL,0,NULL,0}, + {"珹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xb9",3,NULL,0,NULL,0}, + {"ᖼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xbc",3,NULL,0,NULL,0}, + {"諳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xb3",3,NULL,0,NULL,0}, + {"淟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x9f",3,NULL,0,NULL,0}, + {"嘦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xaa",3,NULL,0,NULL,0}, + {"퇙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x99",3,NULL,0,NULL,0}, + {"焒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x92",3,NULL,0,NULL,0}, + {"綒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x92",3,NULL,0,NULL,0}, + {"틠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xa0",3,NULL,0,NULL,0}, + {"紻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xbb",3,NULL,0,NULL,0}, + {"麮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xae",3,NULL,0,NULL,0}, + {"᜕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x95",3,NULL,0,NULL,0}, + {"펨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xa8",3,NULL,0,NULL,0}, + {"왑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x91",3,NULL,0,NULL,0}, + {"봸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xb8",3,NULL,0,NULL,0}, + {"㠰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xb0",3,NULL,0,NULL,0}, + {"漹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xb9",3,NULL,0,NULL,0}, + {"ﵴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xb4",3,NULL,0,NULL,0}, + {"镲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xb2",3,NULL,0,NULL,0}, + {"䓛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x9b",3,NULL,0,NULL,0}, + {"稂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x82",3,NULL,0,NULL,0}, + {"뚚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x9a",3,NULL,0,NULL,0}, + {"޿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xbf",2,NULL,0,NULL,0}, + {"椄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x84",3,NULL,0,NULL,0}, + {"ᔣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa3",3,NULL,0,NULL,0}, + {"㣐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x90",3,NULL,0,NULL,0}, + {"곛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x9b",3,NULL,0,NULL,0}, + {"甂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x82",3,NULL,0,NULL,0}, + {"璙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x99",3,NULL,0,NULL,0}, + {"紡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xa1",3,NULL,0,NULL,0}, + {"讻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xbb",3,NULL,0,NULL,0}, + {"뢁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x81",3,NULL,0,NULL,0}, + {"勯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x99",3,NULL,0,NULL,0}, + {"覇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x87",3,NULL,0,NULL,0}, + {"আ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x86",3,NULL,0,NULL,0}, + {"팷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xb7",3,NULL,0,NULL,0}, + {"ව",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x80",3,NULL,0,NULL,0}, + {"价",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xb7",3,NULL,0,NULL,0}, + {"哜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x9c",3,NULL,0,NULL,0}, + {"홄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x84",3,NULL,0,NULL,0}, + {"擭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xad",3,NULL,0,NULL,0}, + {"茠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xa0",3,NULL,0,NULL,0}, + {"慙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x99",3,NULL,0,NULL,0}, + {"渻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xbb",3,NULL,0,NULL,0}, + {"肕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x95",3,NULL,0,NULL,0}, + {"媖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x96",3,NULL,0,NULL,0}, + {"᡼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xbc",3,NULL,0,NULL,0}, + {"㟗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x97",3,NULL,0,NULL,0}, + {"羾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xbe",3,NULL,0,NULL,0}, + {"뢛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x9b",3,NULL,0,NULL,0}, + {"嵐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x90",3,NULL,0,NULL,0}, + {"餩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xa9",3,NULL,0,NULL,0}, + {"ᶵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xb5",3,NULL,0,NULL,0}, + {"뒉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x89",3,NULL,0,NULL,0}, + {"만",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x8c",3,NULL,0,NULL,0}, + {"迓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x8e",3,NULL,0,NULL,0}, + {"ᵾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xb3",3,NULL,0,NULL,0}, + {"屠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xa0",3,NULL,0,NULL,0}, + {"릋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x82",3,NULL,0,NULL,0}, + {"납",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xa9",3,NULL,0,NULL,0}, + {"헉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x89",3,NULL,0,NULL,0}, + {"꛷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xb7",3,NULL,0,NULL,0}, + {"㰚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x9a",3,NULL,0,NULL,0}, + {"롍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x8d",3,NULL,0,NULL,0}, + {"৳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xb3",3,NULL,0,NULL,0}, + {"恴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xb4",3,NULL,0,NULL,0}, + {"ൗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x97",3,NULL,0,NULL,0}, + {"呫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xab",3,NULL,0,NULL,0}, + {"ᛴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xb4",3,NULL,0,NULL,0}, + {"鮦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xa6",3,NULL,0,NULL,0}, + {"눠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xad",3,NULL,0,NULL,0}, + {"侈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x88",3,NULL,0,NULL,0}, + {"献",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xae",3,NULL,0,NULL,0}, + {"<",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x9c",3,NULL,0,NULL,0}, + {"ᒃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x83",3,NULL,0,NULL,0}, + {"冈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x88",3,NULL,0,NULL,0}, + {"ᣓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x93",3,NULL,0,NULL,0}, + {"很",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x88",3,NULL,0,NULL,0}, + {"峉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xa0",3,NULL,0,NULL,0}, + {"乗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x97",3,NULL,0,NULL,0}, + {"ﭺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xba",3,NULL,0,NULL,0}, + {"馤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xa4",3,NULL,0,NULL,0}, + {"᥄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x84",3,NULL,0,NULL,0}, + {"ꪚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x9a",3,NULL,0,NULL,0}, + {"䂃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x83",3,NULL,0,NULL,0}, + {"神",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x99",3,NULL,0,NULL,0}, + {"綹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xb9",3,NULL,0,NULL,0}, + {"ퟗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x97",3,NULL,0,NULL,0}, + {"䀤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xa4",3,NULL,0,NULL,0}, + {"ꖰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xb0",3,NULL,0,NULL,0}, + {"砳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xb3",3,NULL,0,NULL,0}, + {"醅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x85",3,NULL,0,NULL,0}, + {"뜼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xbc",3,NULL,0,NULL,0}, + {"뎿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xbf",3,NULL,0,NULL,0}, + {"픡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xa1",3,NULL,0,NULL,0}, + {"者",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xb2",3,NULL,0,NULL,0}, + {"ꨂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x82",3,NULL,0,NULL,0}, + {"荸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xb8",3,NULL,0,NULL,0}, + {"끺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xba",3,NULL,0,NULL,0}, + {"㬦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xa6",3,NULL,0,NULL,0}, + {"ş",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x9f",2,NULL,0,NULL,0}, + {"㸳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xb3",3,NULL,0,NULL,0}, + {"釤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xa4",3,NULL,0,NULL,0}, + {"輾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xbe",3,NULL,0,NULL,0}, + {"䡲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xb2",3,NULL,0,NULL,0}, + {"駳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xb3",3,NULL,0,NULL,0}, + {"䐥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xa5",3,NULL,0,NULL,0}, + {"삖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x96",3,NULL,0,NULL,0}, + {"Ἆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x8e",3,NULL,0,NULL,0}, + {"₅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x85",3,NULL,0,NULL,0}, + {"嫐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xb6",3,NULL,0,NULL,0}, + {"鍳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xb3",3,NULL,0,NULL,0}, + {"珊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x8a",3,NULL,0,NULL,0}, + {"凑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x9e",3,NULL,0,NULL,0}, + {"ᤂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x82",3,NULL,0,NULL,0}, + {"䥍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x8d",3,NULL,0,NULL,0}, + {"ꡱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xb1",3,NULL,0,NULL,0}, + {"䒖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x96",3,NULL,0,NULL,0}, + {"隀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x80",3,NULL,0,NULL,0}, + {"舾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xb9",3,NULL,0,NULL,0}, + {"什",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x80",3,NULL,0,NULL,0}, + {"ࢤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xa4",3,NULL,0,NULL,0}, + {"侼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xbc",3,NULL,0,NULL,0}, + {"胻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xbb",3,NULL,0,NULL,0}, + {"灴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xb4",3,NULL,0,NULL,0}, + {"뇵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xb5",3,NULL,0,NULL,0}, + {"⇼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xbc",3,NULL,0,NULL,0}, + {"並",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xb0",3,NULL,0,NULL,0}, + {"쨋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x82",3,NULL,0,NULL,0}, + {"將",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x87",3,NULL,0,NULL,0}, + {"꒎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x8e",3,NULL,0,NULL,0}, + {"ॏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x8f",3,NULL,0,NULL,0}, + {"若",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xb4",3,NULL,0,NULL,0}, + {"瞌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x8c",3,NULL,0,NULL,0}, + {"偧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xa7",3,NULL,0,NULL,0}, + {"颔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x94",3,NULL,0,NULL,0}, + {"됰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xb0",3,NULL,0,NULL,0}, + {"ㅾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xbe",3,NULL,0,NULL,0}, + {"絑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x91",3,NULL,0,NULL,0}, + {"莹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xb9",3,NULL,0,NULL,0}, + {"㼇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x87",3,NULL,0,NULL,0}, + {"㒍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x8d",3,NULL,0,NULL,0}, + {"퍿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xbf",3,NULL,0,NULL,0}, + {"夔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x94",3,NULL,0,NULL,0}, + {"窩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xa9",3,NULL,0,NULL,0}, + {"帤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xa4",3,NULL,0,NULL,0}, + {"댫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x8d",3,NULL,0,NULL,0}, + {"ᬃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x83",3,NULL,0,NULL,0}, + {"䠁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x81",3,NULL,0,NULL,0}, + {"耐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x90",3,NULL,0,NULL,0}, + {"ᾎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x8e",3,NULL,0,NULL,0}, + {"ザ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb6",3,NULL,0,NULL,0}, + {"ẻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xbb",3,NULL,0,NULL,0}, + {"쁽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xbd",3,NULL,0,NULL,0}, + {"甫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xaf",3,NULL,0,NULL,0}, + {"긜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x9c",3,NULL,0,NULL,0}, + {"땊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x8a",3,NULL,0,NULL,0}, + {"䥞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x9e",3,NULL,0,NULL,0}, + {"꒤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xa4",3,NULL,0,NULL,0}, + {"㜟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x9f",3,NULL,0,NULL,0}, + {"⒣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xa3",3,NULL,0,NULL,0}, + {"̞",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x9e",2,NULL,0,NULL,0}, + {"⽊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x8a",3,NULL,0,NULL,0}, + {"崡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xa1",3,NULL,0,NULL,0}, + {"썅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x85",3,NULL,0,NULL,0}, + {"痛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x9b",3,NULL,0,NULL,0}, + {"ꄓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x95",3,NULL,0,NULL,0}, + {"᎕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x95",3,NULL,0,NULL,0}, + {"ᰣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x94",3,NULL,0,NULL,0}, + {"橥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xa5",3,NULL,0,NULL,0}, + {"ᙂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x82",3,NULL,0,NULL,0}, + {"䶉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x89",3,NULL,0,NULL,0}, + {"㺀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x93",3,NULL,0,NULL,0}, + {"왢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xa2",3,NULL,0,NULL,0}, + {"휑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xb5",3,NULL,0,NULL,0}, + {"닱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xb1",3,NULL,0,NULL,0}, + {"䙉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x89",3,NULL,0,NULL,0}, + {"℉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x89",3,NULL,0,NULL,0}, + {"虒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x94",3,NULL,0,NULL,0}, + {"郗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x97",3,NULL,0,NULL,0}, + {"霏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x8f",3,NULL,0,NULL,0}, + {"쬧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xa7",3,NULL,0,NULL,0}, + {"䌵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xb5",3,NULL,0,NULL,0}, + {"筘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xaa",3,NULL,0,NULL,0}, + {"퉀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x80",3,NULL,0,NULL,0}, + {"੯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xaf",3,NULL,0,NULL,0}, + {"籎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xbd",3,NULL,0,NULL,0}, + {"鄂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x82",3,NULL,0,NULL,0}, + {"캲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xb2",3,NULL,0,NULL,0}, + {"姮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xae",3,NULL,0,NULL,0}, + {"峲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xb2",3,NULL,0,NULL,0}, + {"᣺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xba",3,NULL,0,NULL,0}, + {"錯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xaf",3,NULL,0,NULL,0}, + {"㌦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xa6",3,NULL,0,NULL,0}, + {"妻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xbb",3,NULL,0,NULL,0}, + {"汓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x93",3,NULL,0,NULL,0}, + {"␜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x9c",3,NULL,0,NULL,0}, + {"檣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x99",3,NULL,0,NULL,0}, + {"㛰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xb0",3,NULL,0,NULL,0}, + {"섘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x98",3,NULL,0,NULL,0}, + {"畜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x9c",3,NULL,0,NULL,0}, + {"╫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xab",3,NULL,0,NULL,0}, + {"㌭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xad",3,NULL,0,NULL,0}, + {"ᓠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa0",3,NULL,0,NULL,0}, + {"Ꜥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xa4",3,NULL,0,NULL,0}, + {"碏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x8f",3,NULL,0,NULL,0}, + {"丄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x8e",3,NULL,0,NULL,0}, + {"샤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xa4",3,NULL,0,NULL,0}, + {"ꯆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x86",3,NULL,0,NULL,0}, + {"쟮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xae",3,NULL,0,NULL,0}, + {"괟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x95",3,NULL,0,NULL,0}, + {"Њ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x8a",2,NULL,0,NULL,0}, + {"⛶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xb6",3,NULL,0,NULL,0}, + {"Ƥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xa4",2,NULL,0,NULL,0}, + {"ܛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x9b",2,NULL,0,NULL,0}, + {"،",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x8c",2,NULL,0,NULL,0}, + {"齔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x94",3,NULL,0,NULL,0}, + {"๠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xa0",3,NULL,0,NULL,0}, + {"킽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xbd",3,NULL,0,NULL,0}, + {"䑌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x8c",3,NULL,0,NULL,0}, + {"ᙙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x99",3,NULL,0,NULL,0}, + {"⋍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x8d",3,NULL,0,NULL,0}, + {"坒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x92",3,NULL,0,NULL,0}, + {"⻐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x90",3,NULL,0,NULL,0}, + {"멏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x8f",3,NULL,0,NULL,0}, + {"훐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x90",3,NULL,0,NULL,0}, + {"⤺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xba",3,NULL,0,NULL,0}, + {"⣑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x8a",3,NULL,0,NULL,0}, + {"㩭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xad",3,NULL,0,NULL,0}, + {"醮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xae",3,NULL,0,NULL,0}, + {"㑄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x84",3,NULL,0,NULL,0}, + {"Ü",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9c",2,NULL,0,NULL,0}, + {"长",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xbf",3,NULL,0,NULL,0}, + {"ٻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xbb",2,NULL,0,NULL,0}, + {"᭢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x93",3,NULL,0,NULL,0}, + {"᭕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x95",3,NULL,0,NULL,0}, + {"ᆐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x90",3,NULL,0,NULL,0}, + {"钷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xb7",3,NULL,0,NULL,0}, + {"Է",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xb7",2,NULL,0,NULL,0}, + {"ꈘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x98",3,NULL,0,NULL,0}, + {"✼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xbc",3,NULL,0,NULL,0}, + {"Ⓖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x8b",3,NULL,0,NULL,0}, + {"⸳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xb3",3,NULL,0,NULL,0}, + {"ȫ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xab",2,NULL,0,NULL,0}, + {"빓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x93",3,NULL,0,NULL,0}, + {"ꓩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xa9",3,NULL,0,NULL,0}, + {"ჺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xba",3,NULL,0,NULL,0}, + {"숤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xa4",3,NULL,0,NULL,0}, + {"䭝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x9d",3,NULL,0,NULL,0}, + {"ᗰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xb0",3,NULL,0,NULL,0}, + {"䫉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x89",3,NULL,0,NULL,0}, + {"挱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xb1",3,NULL,0,NULL,0}, + {"㬊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x8a",3,NULL,0,NULL,0}, + {"䯕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xb8",3,NULL,0,NULL,0}, + {"ᨡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xa1",3,NULL,0,NULL,0}, + {"㧦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xa6",3,NULL,0,NULL,0}, + {"簖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x96",3,NULL,0,NULL,0}, + {"䎇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x87",3,NULL,0,NULL,0}, + {"ꦋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x8b",3,NULL,0,NULL,0}, + {"䄼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xbc",3,NULL,0,NULL,0}, + {"ṁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x81",3,NULL,0,NULL,0}, + {"쯨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xa8",3,NULL,0,NULL,0}, + {"挽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xbd",3,NULL,0,NULL,0}, + {"ꆐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x90",3,NULL,0,NULL,0}, + {"痺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xba",3,NULL,0,NULL,0}, + {"⮡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xa1",3,NULL,0,NULL,0}, + {"唨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xa8",3,NULL,0,NULL,0}, + {"α",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb1",2,NULL,0,NULL,0}, + {"☙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x99",3,NULL,0,NULL,0}, + {"㘋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x8b",3,NULL,0,NULL,0}, + {"礟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x9f",3,NULL,0,NULL,0}, + {"㔤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xa4",3,NULL,0,NULL,0}, + {"⪆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x86",3,NULL,0,NULL,0}, + {"䙯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xaf",3,NULL,0,NULL,0}, + {"騟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x9f",3,NULL,0,NULL,0}, + {"ໂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x82",3,NULL,0,NULL,0}, + {"讃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x83",3,NULL,0,NULL,0}, + {"ⷘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x98",3,NULL,0,NULL,0}, + {"㉻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xbb",3,NULL,0,NULL,0}, + {"蚼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xbc",3,NULL,0,NULL,0}, + {"獒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xae",3,NULL,0,NULL,0}, + {"⯾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xbe",3,NULL,0,NULL,0}, + {"뭻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xbb",3,NULL,0,NULL,0}, + {"暤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xa4",3,NULL,0,NULL,0}, + {"㢱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x9a",3,NULL,0,NULL,0}, + {"週",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xb1",3,NULL,0,NULL,0}, + {"洁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x81",3,NULL,0,NULL,0}, + {"㵅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x85",3,NULL,0,NULL,0}, + {"걎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x8e",3,NULL,0,NULL,0}, + {"䄣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xa3",3,NULL,0,NULL,0}, + {"㗔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x94",3,NULL,0,NULL,0}, + {"噤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xa4",3,NULL,0,NULL,0}, + {"⥿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xbf",3,NULL,0,NULL,0}, + {"켍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x8d",3,NULL,0,NULL,0}, + {"庈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x88",3,NULL,0,NULL,0}, + {"⺡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xa1",3,NULL,0,NULL,0}, + {"撞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x9e",3,NULL,0,NULL,0}, + {"꣈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x88",3,NULL,0,NULL,0}, + {"強",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xb7",3,NULL,0,NULL,0}, + {"君",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x9b",3,NULL,0,NULL,0}, + {"氇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x87",3,NULL,0,NULL,0}, + {"㙴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xa6",3,NULL,0,NULL,0}, + {"鱠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xa0",3,NULL,0,NULL,0}, + {"䞾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xbe",3,NULL,0,NULL,0}, + {"慾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x95",3,NULL,0,NULL,0}, + {"̋",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x8b",2,NULL,0,NULL,0}, + {"ꀔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x94",3,NULL,0,NULL,0}, + {"驠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xa0",3,NULL,0,NULL,0}, + {"ꭖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x96",3,NULL,0,NULL,0}, + {"䳜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x9c",3,NULL,0,NULL,0}, + {"攄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x84",3,NULL,0,NULL,0}, + {"䩟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x9f",3,NULL,0,NULL,0}, + {"ꎳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xb3",3,NULL,0,NULL,0}, + {"⑅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x85",3,NULL,0,NULL,0}, + {"ꋟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x9f",3,NULL,0,NULL,0}, + {"촸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xb8",3,NULL,0,NULL,0}, + {"鶗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x97",3,NULL,0,NULL,0}, + {"ꍮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xae",3,NULL,0,NULL,0}, + {"顉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x89",3,NULL,0,NULL,0}, + {"曥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xa5",3,NULL,0,NULL,0}, + {"睆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x86",3,NULL,0,NULL,0}, + {"跳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xb3",3,NULL,0,NULL,0}, + {"호",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xb8",3,NULL,0,NULL,0}, + {"뢶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xb6",3,NULL,0,NULL,0}, + {"ꉘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x98",3,NULL,0,NULL,0}, + {"迪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xaa",3,NULL,0,NULL,0}, + {"뿶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xb6",3,NULL,0,NULL,0}, + {"鸞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x9e",3,NULL,0,NULL,0}, + {"鑘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x98",3,NULL,0,NULL,0}, + {"甇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x87",3,NULL,0,NULL,0}, + {"ᄿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xbf",3,NULL,0,NULL,0}, + {"洩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x9c",3,NULL,0,NULL,0}, + {"ꞅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x85",3,NULL,0,NULL,0}, + {"貐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x90",3,NULL,0,NULL,0}, + {"煦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x98",3,NULL,0,NULL,0}, + {"訣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xa7",3,NULL,0,NULL,0}, + {"誦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xa6",3,NULL,0,NULL,0}, + {"鳕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x95",3,NULL,0,NULL,0}, + {"⥣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xa3",3,NULL,0,NULL,0}, + {"턱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xb1",3,NULL,0,NULL,0}, + {"劎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x94",3,NULL,0,NULL,0}, + {"ೖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x96",3,NULL,0,NULL,0}, + {"蜄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x84",3,NULL,0,NULL,0}, + {"깎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x98",3,NULL,0,NULL,0}, + {"斣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xa3",3,NULL,0,NULL,0}, + {"塠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xa0",3,NULL,0,NULL,0}, + {"꾜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x9c",3,NULL,0,NULL,0}, + {"赬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xac",3,NULL,0,NULL,0}, + {"ꇯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xaf",3,NULL,0,NULL,0}, + {"㓓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x93",3,NULL,0,NULL,0}, + {"薦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xa6",3,NULL,0,NULL,0}, + {"㕬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xac",3,NULL,0,NULL,0}, + {"몷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xb7",3,NULL,0,NULL,0}, + {"᳸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xb8",3,NULL,0,NULL,0}, + {"詬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xac",3,NULL,0,NULL,0}, + {"롆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x86",3,NULL,0,NULL,0}, + {"뱒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x92",3,NULL,0,NULL,0}, + {"䮠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xa0",3,NULL,0,NULL,0}, + {"枅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x85",3,NULL,0,NULL,0}, + {"祬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xac",3,NULL,0,NULL,0}, + {"묭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x89",3,NULL,0,NULL,0}, + {"ᡶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xb6",3,NULL,0,NULL,0}, + {"꘨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xa8",3,NULL,0,NULL,0}, + {"乲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xb2",3,NULL,0,NULL,0}, + {"꺭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xad",3,NULL,0,NULL,0}, + {"糐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x90",3,NULL,0,NULL,0}, + {"붵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xb5",3,NULL,0,NULL,0}, + {"刳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xab",3,NULL,0,NULL,0}, + {"忂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x82",3,NULL,0,NULL,0}, + {"㤄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x84",3,NULL,0,NULL,0}, + {"烃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x83",3,NULL,0,NULL,0}, + {"쎣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xa9",3,NULL,0,NULL,0}, + {"鹥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xa5",3,NULL,0,NULL,0}, + {"텤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xa4",3,NULL,0,NULL,0}, + {"銜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x9c",3,NULL,0,NULL,0}, + {"㾲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xb2",3,NULL,0,NULL,0}, + {"ꟹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xb9",3,NULL,0,NULL,0}, + {"퇫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xab",3,NULL,0,NULL,0}, + {"襊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x8a",3,NULL,0,NULL,0}, + {"᝭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xad",3,NULL,0,NULL,0}, + {"㭗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x97",3,NULL,0,NULL,0}, + {"퍢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xb7",3,NULL,0,NULL,0}, + {"秃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x83",3,NULL,0,NULL,0}, + {"聴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xb4",3,NULL,0,NULL,0}, + {"뷶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xb6",3,NULL,0,NULL,0}, + {"ﯕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x95",3,NULL,0,NULL,0}, + {"潸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xb8",3,NULL,0,NULL,0}, + {"ﶛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x9b",3,NULL,0,NULL,0}, + {"珻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x95",3,NULL,0,NULL,0}, + {"똣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xa0",3,NULL,0,NULL,0}, + {"丞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x9e",3,NULL,0,NULL,0}, + {"빽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xbd",3,NULL,0,NULL,0}, + {"䴰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xb0",3,NULL,0,NULL,0}, + {"㡽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xbd",3,NULL,0,NULL,0}, + {"䲚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xba",3,NULL,0,NULL,0}, + {"ᕫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xab",3,NULL,0,NULL,0}, + {"떅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x85",3,NULL,0,NULL,0}, + {"褸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xaa",3,NULL,0,NULL,0}, + {"놵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x81",3,NULL,0,NULL,0}, + {"뗜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x9c",3,NULL,0,NULL,0}, + {"璛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x9b",3,NULL,0,NULL,0}, + {"ᜯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xaf",3,NULL,0,NULL,0}, + {"뒽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xbd",3,NULL,0,NULL,0}, + {"偆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x86",3,NULL,0,NULL,0}, + {"씤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x88",3,NULL,0,NULL,0}, + {"죷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xb7",3,NULL,0,NULL,0}, + {"Ꙭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xac",3,NULL,0,NULL,0}, + {"惤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xa4",3,NULL,0,NULL,0}, + {"স",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xb8",3,NULL,0,NULL,0}, + {"芥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xa5",3,NULL,0,NULL,0}, + {"뎣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xa3",3,NULL,0,NULL,0}, + {"參",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xad",3,NULL,0,NULL,0}, + {"Ⳝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x9c",3,NULL,0,NULL,0}, + {"여",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xac",3,NULL,0,NULL,0}, + {"ᓘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x98",3,NULL,0,NULL,0}, + {"䩿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xbf",3,NULL,0,NULL,0}, + {"纩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xa9",3,NULL,0,NULL,0}, + {"ಅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x85",3,NULL,0,NULL,0}, + {"뚦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xa6",3,NULL,0,NULL,0}, + {"⼜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x9c",3,NULL,0,NULL,0}, + {"둻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xbb",3,NULL,0,NULL,0}, + {"ᶿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xbf",3,NULL,0,NULL,0}, + {"6",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6",1,NULL,0,NULL,0}, + {"礇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x87",3,NULL,0,NULL,0}, + {"傀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xb7",3,NULL,0,NULL,0}, + {"ㇻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xbb",3,NULL,0,NULL,0}, + {"ॺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xba",3,NULL,0,NULL,0}, + {"聟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xba",3,NULL,0,NULL,0}, + {"옭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xad",3,NULL,0,NULL,0}, + {"늤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xa4",3,NULL,0,NULL,0}, + {"ጮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xae",3,NULL,0,NULL,0}, + {"哔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x94",3,NULL,0,NULL,0}, + {"힙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x99",3,NULL,0,NULL,0}, + {"쥲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xb2",3,NULL,0,NULL,0}, + {"벩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xa9",3,NULL,0,NULL,0}, + {"槽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xbd",3,NULL,0,NULL,0}, + {"᳅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x88",3,NULL,0,NULL,0}, + {"씆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x86",3,NULL,0,NULL,0}, + {"↑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x91",3,NULL,0,NULL,0}, + {"楾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xbe",3,NULL,0,NULL,0}, + {"ᛘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x98",3,NULL,0,NULL,0}, + {"㫗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x97",3,NULL,0,NULL,0}, + {"﷿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xbf",3,NULL,0,NULL,0}, + {"悍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xaa",3,NULL,0,NULL,0}, + {"ᡬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xac",3,NULL,0,NULL,0}, + {"㵥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xa5",3,NULL,0,NULL,0}, + {"⪪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xaa",3,NULL,0,NULL,0}, + {"佖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x8f",3,NULL,0,NULL,0}, + {"邩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xa9",3,NULL,0,NULL,0}, + {"饫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xab",3,NULL,0,NULL,0}, + {"鋠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xa0",3,NULL,0,NULL,0}, + {"⊷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xb7",3,NULL,0,NULL,0}, + {"ﷄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x84",3,NULL,0,NULL,0}, + {"౎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x8e",3,NULL,0,NULL,0}, + {"耊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x8a",3,NULL,0,NULL,0}, + {"ᚐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x90",3,NULL,0,NULL,0}, + {"䁹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xb9",3,NULL,0,NULL,0}, + {"蓊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x8a",3,NULL,0,NULL,0}, + {"㇁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x81",3,NULL,0,NULL,0}, + {"纊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x8a",3,NULL,0,NULL,0}, + {"屨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xa8",3,NULL,0,NULL,0}, + {"ﭖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x96",3,NULL,0,NULL,0}, + {"ꀨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xa8",3,NULL,0,NULL,0}, + {"敔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x94",3,NULL,0,NULL,0}, + {"肸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xb8",3,NULL,0,NULL,0}, + {"緑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x91",3,NULL,0,NULL,0}, + {"뺌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x8c",3,NULL,0,NULL,0}, + {"釬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x92",3,NULL,0,NULL,0}, + {"菙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x99",3,NULL,0,NULL,0}, + {"汯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xaf",3,NULL,0,NULL,0}, + {"쩛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x9b",3,NULL,0,NULL,0}, + {"冄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x84",3,NULL,0,NULL,0}, + {"쌙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x99",3,NULL,0,NULL,0}, + {"乍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x8d",3,NULL,0,NULL,0}, + {"瑃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x83",3,NULL,0,NULL,0}, + {"顶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xb6",3,NULL,0,NULL,0}, + {"⟻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xbb",3,NULL,0,NULL,0}, + {"⿗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x97",3,NULL,0,NULL,0}, + {"୶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xb6",3,NULL,0,NULL,0}, + {"ᘉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x89",3,NULL,0,NULL,0}, + {"S",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb3",3,NULL,0,NULL,0}, + {"띀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x98",3,NULL,0,NULL,0}, + {"ﵪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xaa",3,NULL,0,NULL,0}, + {"즺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xba",3,NULL,0,NULL,0}, + {"ꐗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x97",3,NULL,0,NULL,0}, + {"㐀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x80",3,NULL,0,NULL,0}, + {"핤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xa4",3,NULL,0,NULL,0}, + {"㾎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xb6",3,NULL,0,NULL,0}, + {"巙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x94",3,NULL,0,NULL,0}, + {"㒇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x87",3,NULL,0,NULL,0}, + {"堸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xb8",3,NULL,0,NULL,0}, + {"䢒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x92",3,NULL,0,NULL,0}, + {"덺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xbc",3,NULL,0,NULL,0}, + {"꽠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xa0",3,NULL,0,NULL,0}, + {"υ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x85",2,NULL,0,NULL,0}, + {"찷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xb7",3,NULL,0,NULL,0}, + {"᪠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x89",3,NULL,0,NULL,0}, + {"奮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xae",3,NULL,0,NULL,0}, + {"苌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x8c",3,NULL,0,NULL,0}, + {"ត",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xae",3,NULL,0,NULL,0}, + {"璀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x80",3,NULL,0,NULL,0}, + {"⿅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x85",3,NULL,0,NULL,0}, + {"㊮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xae",3,NULL,0,NULL,0}, + {"嶜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x9c",3,NULL,0,NULL,0}, + {"隮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xae",3,NULL,0,NULL,0}, + {"ﰉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x89",3,NULL,0,NULL,0}, + {"ꆜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x9c",3,NULL,0,NULL,0}, + {"쇖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x96",3,NULL,0,NULL,0}, + {"⾠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xa0",3,NULL,0,NULL,0}, + {"迎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x92",3,NULL,0,NULL,0}, + {"偵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xb5",3,NULL,0,NULL,0}, + {"젩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xa9",3,NULL,0,NULL,0}, + {"‾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xbe",3,NULL,0,NULL,0}, + {"꒚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x9a",3,NULL,0,NULL,0}, + {"Ꮩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x91",3,NULL,0,NULL,0}, + {"꼢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x83",3,NULL,0,NULL,0}, + {"头",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xa9",3,NULL,0,NULL,0}, + {"૙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x99",3,NULL,0,NULL,0}, + {"䗭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xad",3,NULL,0,NULL,0}, + {"珵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xb5",3,NULL,0,NULL,0}, + {"쮞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x9e",3,NULL,0,NULL,0}, + {"䋦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xa6",3,NULL,0,NULL,0}, + {"ᬹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xb0",3,NULL,0,NULL,0}, + {"쭯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xaf",3,NULL,0,NULL,0}, + {"░",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x91",3,NULL,0,NULL,0}, + {"坱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xb1",3,NULL,0,NULL,0}, + {"彅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x85",3,NULL,0,NULL,0}, + {"㜝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x84",3,NULL,0,NULL,0}, + {"ᦹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xb9",3,NULL,0,NULL,0}, + {"⒑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x91",3,NULL,0,NULL,0}, + {"㙳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xb3",3,NULL,0,NULL,0}, + {"籲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xb2",3,NULL,0,NULL,0}, + {"痙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x99",3,NULL,0,NULL,0}, + {"ꃹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xb9",3,NULL,0,NULL,0}, + {"葿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xbf",3,NULL,0,NULL,0}, + {"䵻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xb4",3,NULL,0,NULL,0}, + {"솧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xa7",3,NULL,0,NULL,0}, + {"╙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x99",3,NULL,0,NULL,0}, + {"嬟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x9f",3,NULL,0,NULL,0}, + {"泙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x99",3,NULL,0,NULL,0}, + {"椥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xa5",3,NULL,0,NULL,0}, + {"섨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xa8",3,NULL,0,NULL,0}, + {"䲸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xb8",3,NULL,0,NULL,0}, + {"쬭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xad",3,NULL,0,NULL,0}, + {"⭈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x88",3,NULL,0,NULL,0}, + {"ꉁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x81",3,NULL,0,NULL,0}, + {"ߤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xa4",2,NULL,0,NULL,0}, + {"ҕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x95",2,NULL,0,NULL,0}, + {"❻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xbb",3,NULL,0,NULL,0}, + {"芎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x8e",3,NULL,0,NULL,0}, + {"੭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xad",3,NULL,0,NULL,0}, + {"䍿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xbf",3,NULL,0,NULL,0}, + {"ݸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xb8",2,NULL,0,NULL,0}, + {"쉟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x9f",3,NULL,0,NULL,0}, + {"퀖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x96",3,NULL,0,NULL,0}, + {"Ӌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x8b",2,NULL,0,NULL,0}, + {"݉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x89",2,NULL,0,NULL,0}, + {"䔟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x9f",3,NULL,0,NULL,0}, + {"摠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xa0",3,NULL,0,NULL,0}, + {"뿾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xbe",3,NULL,0,NULL,0}, + {"髚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x9a",3,NULL,0,NULL,0}, + {"Ⴡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xbc",3,NULL,0,NULL,0}, + {"ꎇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x87",3,NULL,0,NULL,0}, + {"턄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x84",3,NULL,0,NULL,0}, + {"넑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xb3",3,NULL,0,NULL,0}, + {"墑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x91",3,NULL,0,NULL,0}, + {"韑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x9c",3,NULL,0,NULL,0}, + {"⣓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x93",3,NULL,0,NULL,0}, + {"᫪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xaa",3,NULL,0,NULL,0}, + {"符",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xa6",3,NULL,0,NULL,0}, + {"颮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xae",3,NULL,0,NULL,0}, + {"൒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x92",3,NULL,0,NULL,0}, + {"ꉻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xbb",3,NULL,0,NULL,0}, + {"㨄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x84",3,NULL,0,NULL,0}, + {"괥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xa7",3,NULL,0,NULL,0}, + {"Ϯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xae",2,NULL,0,NULL,0}, + {"ꆺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xba",3,NULL,0,NULL,0}, + {"苭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xad",3,NULL,0,NULL,0}, + {"몐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x90",3,NULL,0,NULL,0}, + {"ؤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xa4",2,NULL,0,NULL,0}, + {"ᜑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x91",3,NULL,0,NULL,0}, + {"믳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xb3",3,NULL,0,NULL,0}, + {"ႃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x83",3,NULL,0,NULL,0}, + {"頒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xab",3,NULL,0,NULL,0}, + {"뾫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xa4",3,NULL,0,NULL,0}, + {"훌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x8c",3,NULL,0,NULL,0}, + {"䧳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xb3",3,NULL,0,NULL,0}, + {"蛥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xa5",3,NULL,0,NULL,0}, + {"ۊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x8a",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x95",3,NULL,0,NULL,0}, + {"㩟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x9f",3,NULL,0,NULL,0}, + {"h",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"顴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xb4",3,NULL,0,NULL,0}, + {"ك",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x83",2,NULL,0,NULL,0}, + {"鰓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x93",3,NULL,0,NULL,0}, + {"㠝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x9d",3,NULL,0,NULL,0}, + {"㧶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xb6",3,NULL,0,NULL,0}, + {"껄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x84",3,NULL,0,NULL,0}, + {"ý",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbd",2,NULL,0,NULL,0}, + {"揠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xa0",3,NULL,0,NULL,0}, + {"䅐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xb6",3,NULL,0,NULL,0}, + {"갫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xab",3,NULL,0,NULL,0}, + {"‥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa5",3,NULL,0,NULL,0}, + {"淮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xbb",3,NULL,0,NULL,0}, + {"紎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x8e",3,NULL,0,NULL,0}, + {"蓥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xa5",3,NULL,0,NULL,0}, + {"嚦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xa6",3,NULL,0,NULL,0}, + {"⹣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xa3",3,NULL,0,NULL,0}, + {"䨺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xba",3,NULL,0,NULL,0}, + {"귒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x92",3,NULL,0,NULL,0}, + {"簔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x94",3,NULL,0,NULL,0}, + {"ב",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x91",2,NULL,0,NULL,0}, + {"䭗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x97",3,NULL,0,NULL,0}, + {"⍱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xb1",3,NULL,0,NULL,0}, + {"糵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xb5",3,NULL,0,NULL,0}, + {"爕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x95",3,NULL,0,NULL,0}, + {"䫿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xbf",3,NULL,0,NULL,0}, + {"췗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x97",3,NULL,0,NULL,0}, + {"桘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x98",3,NULL,0,NULL,0}, + {"띔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x94",3,NULL,0,NULL,0}, + {"뷐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x90",3,NULL,0,NULL,0}, + {"獶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xb6",3,NULL,0,NULL,0}, + {"擒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x92",3,NULL,0,NULL,0}, + {"㞬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xac",3,NULL,0,NULL,0}, + {"⯒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x92",3,NULL,0,NULL,0}, + {"嘃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x83",3,NULL,0,NULL,0}, + {"ⱹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xb9",3,NULL,0,NULL,0}, + {"ꡆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x86",3,NULL,0,NULL,0}, + {"좇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x87",3,NULL,0,NULL,0}, + {"퓬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xac",3,NULL,0,NULL,0}, + {"툂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x9b",3,NULL,0,NULL,0}, + {"겔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x94",3,NULL,0,NULL,0}, + {"ꤽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xbd",3,NULL,0,NULL,0}, + {"⺤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xa4",3,NULL,0,NULL,0}, + {"熍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x8d",3,NULL,0,NULL,0}, + {"켯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xaf",3,NULL,0,NULL,0}, + {"襷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xb7",3,NULL,0,NULL,0}, + {"㤚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x9a",3,NULL,0,NULL,0}, + {"㘁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x85",3,NULL,0,NULL,0}, + {"ꤎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x8e",3,NULL,0,NULL,0}, + {"䫁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x81",3,NULL,0,NULL,0}, + {"衆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x86",3,NULL,0,NULL,0}, + {"ɸ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xb8",2,NULL,0,NULL,0}, + {"啤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xa4",3,NULL,0,NULL,0}, + {"패",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xa8",3,NULL,0,NULL,0}, + {"鵆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x86",3,NULL,0,NULL,0}, + {"൨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xa8",3,NULL,0,NULL,0}, + {"퐟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x9f",3,NULL,0,NULL,0}, + {"憂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x82",3,NULL,0,NULL,0}, + {"質",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xaa",3,NULL,0,NULL,0}, + {"ḥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa5",3,NULL,0,NULL,0}, + {"咄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x84",3,NULL,0,NULL,0}, + {"䰚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x9a",3,NULL,0,NULL,0}, + {"鏇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xa2",3,NULL,0,NULL,0}, + {"湆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x86",3,NULL,0,NULL,0}, + {"矱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xb1",3,NULL,0,NULL,0}, + {"曝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x9d",3,NULL,0,NULL,0}, + {"㢠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xa9",3,NULL,0,NULL,0}, + {"ኖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x96",3,NULL,0,NULL,0}, + {"杠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xa0",3,NULL,0,NULL,0}, + {"뱅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xaa",3,NULL,0,NULL,0}, + {"푄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x84",3,NULL,0,NULL,0}, + {"슒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x92",3,NULL,0,NULL,0}, + {"꣌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x8c",3,NULL,0,NULL,0}, + {"ⷶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xb6",3,NULL,0,NULL,0}, + {"Ꟑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x90",3,NULL,0,NULL,0}, + {"ﺴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xb4",3,NULL,0,NULL,0}, + {"燹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xb9",3,NULL,0,NULL,0}, + {"ꭦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x96",3,NULL,0,NULL,0}, + {"ˁ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x81",2,NULL,0,NULL,0}, + {"㜍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xa4",3,NULL,0,NULL,0}, + {"ധ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xa7",3,NULL,0,NULL,0}, + {"၎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x8e",3,NULL,0,NULL,0}, + {"䃳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xb3",3,NULL,0,NULL,0}, + {"ﴆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x86",3,NULL,0,NULL,0}, + {"跡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x8e",3,NULL,0,NULL,0}, + {"鮷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xa2",3,NULL,0,NULL,0}, + {"హ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xb9",3,NULL,0,NULL,0}, + {"蘍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x8d",3,NULL,0,NULL,0}, + {"鐐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x90",3,NULL,0,NULL,0}, + {"麅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x85",3,NULL,0,NULL,0}, + {"㓡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xa1",3,NULL,0,NULL,0}, + {"弇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x87",3,NULL,0,NULL,0}, + {"鍚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x9a",3,NULL,0,NULL,0}, + {"ᵛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x9b",3,NULL,0,NULL,0}, + {"໽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xbd",3,NULL,0,NULL,0}, + {"㭆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x86",3,NULL,0,NULL,0}, + {"䬅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x85",3,NULL,0,NULL,0}, + {"ⲧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xa7",3,NULL,0,NULL,0}, + {"牧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xa7",3,NULL,0,NULL,0}, + {"헬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xac",3,NULL,0,NULL,0}, + {"湱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xb1",3,NULL,0,NULL,0}, + {"쏹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xb9",3,NULL,0,NULL,0}, + {"ꗧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xa7",3,NULL,0,NULL,0}, + {"㌇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x87",3,NULL,0,NULL,0}, + {"㪺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x9a",3,NULL,0,NULL,0}, + {"濝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x9d",3,NULL,0,NULL,0}, + {"辮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xae",3,NULL,0,NULL,0}, + {"뵠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xa0",3,NULL,0,NULL,0}, + {"꘰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xb0",3,NULL,0,NULL,0}, + {"戤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xa4",3,NULL,0,NULL,0}, + {"矇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x87",3,NULL,0,NULL,0}, + {"林",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x97",3,NULL,0,NULL,0}, + {"鮁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xac",3,NULL,0,NULL,0}, + {"ι",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb9",2,NULL,0,NULL,0}, + {"몇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x87",3,NULL,0,NULL,0}, + {"픺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xba",3,NULL,0,NULL,0}, + {"斑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x91",3,NULL,0,NULL,0}, + {"ೢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xa2",3,NULL,0,NULL,0}, + {"琦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xa6",3,NULL,0,NULL,0}, + {"輋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x8b",3,NULL,0,NULL,0}, + {"彝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x9d",3,NULL,0,NULL,0}, + {"꽼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xbc",3,NULL,0,NULL,0}, + {"怈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x88",3,NULL,0,NULL,0}, + {"鰺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xba",3,NULL,0,NULL,0}, + {"⭖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x96",3,NULL,0,NULL,0}, + {"䁑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x91",3,NULL,0,NULL,0}, + {"䑭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xad",3,NULL,0,NULL,0}, + {"ஓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x93",3,NULL,0,NULL,0}, + {"㲦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xa6",3,NULL,0,NULL,0}, + {"鉣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xa3",3,NULL,0,NULL,0}, + {"ᴄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x84",3,NULL,0,NULL,0}, + {"蟰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xb0",3,NULL,0,NULL,0}, + {"㫸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xb8",3,NULL,0,NULL,0}, + {"⭥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xa5",3,NULL,0,NULL,0}, + {"裓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x93",3,NULL,0,NULL,0}, + {"줻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xa5",3,NULL,0,NULL,0}, + {"憎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x89",3,NULL,0,NULL,0}, + {"핻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xbb",3,NULL,0,NULL,0}, + {"莝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x9d",3,NULL,0,NULL,0}, + {"怗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x97",3,NULL,0,NULL,0}, + {"ꔳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xb3",3,NULL,0,NULL,0}, + {"师",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xbd",3,NULL,0,NULL,0}, + {"승",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xb9",3,NULL,0,NULL,0}, + {"瑤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xa4",3,NULL,0,NULL,0}, + {"縥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xa5",3,NULL,0,NULL,0}, + {"ᯆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x86",3,NULL,0,NULL,0}, + {"忎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x8e",3,NULL,0,NULL,0}, + {"䯌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x9b",3,NULL,0,NULL,0}, + {"晀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xa2",3,NULL,0,NULL,0}, + {"亝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xbb",3,NULL,0,NULL,0}, + {"ﻶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xb6",3,NULL,0,NULL,0}, + {"븀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x80",3,NULL,0,NULL,0}, + {"᤺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x8f",3,NULL,0,NULL,0}, + {"。",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x82",3,NULL,0,NULL,0}, + {"㫈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x88",3,NULL,0,NULL,0}, + {"땷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xb7",3,NULL,0,NULL,0}, + {"俩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xa9",3,NULL,0,NULL,0}, + {"㿒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xbf",3,NULL,0,NULL,0}, + {"꒳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xb3",3,NULL,0,NULL,0}, + {"त",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xa4",3,NULL,0,NULL,0}, + {"銬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xac",3,NULL,0,NULL,0}, + {"ࡕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x95",3,NULL,0,NULL,0}, + {"䄏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x8f",3,NULL,0,NULL,0}, + {"᝟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x9f",3,NULL,0,NULL,0}, + {"襖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xaa",3,NULL,0,NULL,0}, + {"翧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xa7",3,NULL,0,NULL,0}, + {"芟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xac",3,NULL,0,NULL,0}, + {"䱋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x8b",3,NULL,0,NULL,0}, + {"鑢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xa2",3,NULL,0,NULL,0}, + {"恤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xa4",3,NULL,0,NULL,0}, + {"닼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xbc",3,NULL,0,NULL,0}, + {"嗈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x88",3,NULL,0,NULL,0}, + {"嵽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xbd",3,NULL,0,NULL,0}, + {"뺇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x87",3,NULL,0,NULL,0}, + {"៷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xb7",3,NULL,0,NULL,0}, + {"邺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xba",3,NULL,0,NULL,0}, + {"⚹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xb9",3,NULL,0,NULL,0}, + {"卢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xa2",3,NULL,0,NULL,0}, + {"鄯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xaf",3,NULL,0,NULL,0}, + {"隷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xb7",3,NULL,0,NULL,0}, + {"떊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x8a",3,NULL,0,NULL,0}, + {"ꢫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xab",3,NULL,0,NULL,0}, + {"씨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xa8",3,NULL,0,NULL,0}, + {"鼡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xa1",3,NULL,0,NULL,0}, + {"୞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x9e",3,NULL,0,NULL,0}, + {"㶚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x9a",3,NULL,0,NULL,0}, + {"鬒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x8d",3,NULL,0,NULL,0}, + {"ͣ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xa3",2,NULL,0,NULL,0}, + {"㷱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xb1",3,NULL,0,NULL,0}, + {"ᶦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xa6",3,NULL,0,NULL,0}, + {"躊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x8a",3,NULL,0,NULL,0}, + {"Ꚍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x8c",3,NULL,0,NULL,0}, + {"肆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x86",3,NULL,0,NULL,0}, + {"碿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xbf",3,NULL,0,NULL,0}, + {"㯌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x8c",3,NULL,0,NULL,0}, + {"槷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xb7",3,NULL,0,NULL,0}, + {"硨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xa8",3,NULL,0,NULL,0}, + {"怪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xaa",3,NULL,0,NULL,0}, + {"ᒬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xac",3,NULL,0,NULL,0}, + {"열",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xb4",3,NULL,0,NULL,0}, + {"羢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xa2",3,NULL,0,NULL,0}, + {"ﹶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xb8",3,NULL,0,NULL,0}, + {"謖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x96",3,NULL,0,NULL,0}, + {"룴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xb4",3,NULL,0,NULL,0}, + {"ಏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x8f",3,NULL,0,NULL,0}, + {"㳺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xba",3,NULL,0,NULL,0}, + {"૥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xa5",3,NULL,0,NULL,0}, + {"葥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xa5",3,NULL,0,NULL,0}, + {"讕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x95",3,NULL,0,NULL,0}, + {"✧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xa7",3,NULL,0,NULL,0}, + {"뢫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xab",3,NULL,0,NULL,0}, + {"寧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xaa",3,NULL,0,NULL,0}, + {"⚊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x8a",3,NULL,0,NULL,0}, + {"匙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x99",3,NULL,0,NULL,0}, + {"膣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xa3",3,NULL,0,NULL,0}, + {"߰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xb0",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x9b",3,NULL,0,NULL,0}, + {"㹚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x9a",3,NULL,0,NULL,0}, + {"⋘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xbe",3,NULL,0,NULL,0}, + {"傘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x98",3,NULL,0,NULL,0}, + {"聭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xad",3,NULL,0,NULL,0}, + {"撚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x91",3,NULL,0,NULL,0}, + {"ꂥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xa5",3,NULL,0,NULL,0}, + {"緓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x93",3,NULL,0,NULL,0}, + {"᪭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xad",3,NULL,0,NULL,0}, + {"弣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xa3",3,NULL,0,NULL,0}, + {"ứ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xa9",3,NULL,0,NULL,0}, + {"ꬊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xb5",3,NULL,0,NULL,0}, + {"宾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xbe",3,NULL,0,NULL,0}, + {"狠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xa0",3,NULL,0,NULL,0}, + {"쩃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x9a",3,NULL,0,NULL,0}, + {"쪳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xb3",3,NULL,0,NULL,0}, + {"ꅝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x9d",3,NULL,0,NULL,0}, + {"Ȇ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x86",2,NULL,0,NULL,0}, + {"쓐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x90",3,NULL,0,NULL,0}, + {"쨲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xb2",3,NULL,0,NULL,0}, + {"〦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xa6",3,NULL,0,NULL,0}, + {"⢈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x88",3,NULL,0,NULL,0}, + {"累",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xac",3,NULL,0,NULL,0}, + {"녒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x92",3,NULL,0,NULL,0}, + {"낙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x99",3,NULL,0,NULL,0}, + {"ᘁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x81",3,NULL,0,NULL,0}, + {"젨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xa8",3,NULL,0,NULL,0}, + {"儍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x8d",3,NULL,0,NULL,0}, + {"ꥹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xb9",3,NULL,0,NULL,0}, + {"䗈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x88",3,NULL,0,NULL,0}, + {"끢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xa2",3,NULL,0,NULL,0}, + {"ᐬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xac",3,NULL,0,NULL,0}, + {"앰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x80",3,NULL,0,NULL,0}, + {"缢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x97",3,NULL,0,NULL,0}, + {"ﵹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xb9",3,NULL,0,NULL,0}, + {"돿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xbf",3,NULL,0,NULL,0}, + {"瞗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x97",3,NULL,0,NULL,0}, + {"ᬨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x96",3,NULL,0,NULL,0}, + {"臑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x91",3,NULL,0,NULL,0}, + {"婴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xb4",3,NULL,0,NULL,0}, + {"ⓡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x91",3,NULL,0,NULL,0}, + {"ឍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x8d",3,NULL,0,NULL,0}, + {"◲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xaf",3,NULL,0,NULL,0}, + {"綴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xb4",3,NULL,0,NULL,0}, + {"츓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x93",3,NULL,0,NULL,0}, + {"჏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x8f",3,NULL,0,NULL,0}, + {"⍀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x80",3,NULL,0,NULL,0}, + {"ᘛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x9b",3,NULL,0,NULL,0}, + {"⠉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xad",3,NULL,0,NULL,0}, + {"따",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xb0",3,NULL,0,NULL,0}, + {"䀩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xba",3,NULL,0,NULL,0}, + {"䞧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xa7",3,NULL,0,NULL,0}, + {"Ꮻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xab",3,NULL,0,NULL,0}, + {"Ľ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xbd",2,NULL,0,NULL,0}, + {"䍚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x9a",3,NULL,0,NULL,0}, + {"⁦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xa6",3,NULL,0,NULL,0}, + {"Ἐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x98",3,NULL,0,NULL,0}, + {"찕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x95",3,NULL,0,NULL,0}, + {"ᑡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x9e",3,NULL,0,NULL,0}, + {"蔊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x82",3,NULL,0,NULL,0}, + {"⁵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xb5",3,NULL,0,NULL,0}, + {"⧿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xbf",3,NULL,0,NULL,0}, + {"兢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x8b",3,NULL,0,NULL,0}, + {"螑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x9d",3,NULL,0,NULL,0}, + {"⦨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xa8",3,NULL,0,NULL,0}, + {"ὶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xb6",3,NULL,0,NULL,0}, + {"䗿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xbf",3,NULL,0,NULL,0}, + {"춌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x8c",3,NULL,0,NULL,0}, + {"艤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xa4",3,NULL,0,NULL,0}, + {"쟞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x9e",3,NULL,0,NULL,0}, + {"⍾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xbe",3,NULL,0,NULL,0}, + {"驄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xa9",3,NULL,0,NULL,0}, + {"䛐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x90",3,NULL,0,NULL,0}, + {"쇦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xa6",3,NULL,0,NULL,0}, + {"㈟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x9f",3,NULL,0,NULL,0}, + {"队",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x9f",3,NULL,0,NULL,0}, + {"ﶨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xa8",3,NULL,0,NULL,0}, + {"梺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xba",3,NULL,0,NULL,0}, + {"ᨄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xb4",3,NULL,0,NULL,0}, + {"삅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x85",3,NULL,0,NULL,0}, + {"‡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa1",3,NULL,0,NULL,0}, + {"䝢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xb9",3,NULL,0,NULL,0}, + {"㑧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xa7",3,NULL,0,NULL,0}, + {"孨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xa8",3,NULL,0,NULL,0}, + {"ꋌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x8c",3,NULL,0,NULL,0}, + {"䏡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xa1",3,NULL,0,NULL,0}, + {"촣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xbc",3,NULL,0,NULL,0}, + {"Ἴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xbc",3,NULL,0,NULL,0}, + {"ẗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x97",3,NULL,0,NULL,0}, + {"眵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xb5",3,NULL,0,NULL,0}, + {"最",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x80",3,NULL,0,NULL,0}, + {"삼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xbc",3,NULL,0,NULL,0}, + {"ポ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9d",3,NULL,0,NULL,0}, + {"잤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xa4",3,NULL,0,NULL,0}, + {"㧆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x86",3,NULL,0,NULL,0}, + {"ゐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x90",3,NULL,0,NULL,0}, + {"盖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x96",3,NULL,0,NULL,0}, + {"Ԛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x9a",2,NULL,0,NULL,0}, + {"컲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xb2",3,NULL,0,NULL,0}, + {"귲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xb2",3,NULL,0,NULL,0}, + {"氪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xaa",3,NULL,0,NULL,0}, + {"쾏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x8f",3,NULL,0,NULL,0}, + {"ꈀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x80",3,NULL,0,NULL,0}, + {"ΰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x8b",3,NULL,0,NULL,0}, + {"㙑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x91",3,NULL,0,NULL,0}, + {"瘼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xbc",3,NULL,0,NULL,0}, + {"ᧃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x83",3,NULL,0,NULL,0}, + {"ش",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xb4",2,NULL,0,NULL,0}, + {"녚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x9a",3,NULL,0,NULL,0}, + {"郕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x95",3,NULL,0,NULL,0}, + {"탙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x99",3,NULL,0,NULL,0}, + {"蒅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x85",3,NULL,0,NULL,0}, + {"넫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xab",3,NULL,0,NULL,0}, + {"䔮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xae",3,NULL,0,NULL,0}, + {"蝰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xb0",3,NULL,0,NULL,0}, + {"ዊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xa9",3,NULL,0,NULL,0}, + {"㛠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xa0",3,NULL,0,NULL,0}, + {"髖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x96",3,NULL,0,NULL,0}, + {"ᩣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xa3",3,NULL,0,NULL,0}, + {"۔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x94",2,NULL,0,NULL,0}, + {"頜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x9c",3,NULL,0,NULL,0}, + {"睳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xb3",3,NULL,0,NULL,0}, + {"휾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xbe",3,NULL,0,NULL,0}, + {"轅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x85",3,NULL,0,NULL,0}, + {"竗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x97",3,NULL,0,NULL,0}, + {"ꈳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xac",3,NULL,0,NULL,0}, + {"炨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xa8",3,NULL,0,NULL,0}, + {"ꇊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x8a",3,NULL,0,NULL,0}, + {"㓸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xb8",3,NULL,0,NULL,0}, + {"쉍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x8d",3,NULL,0,NULL,0}, + {"嚢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xa2",3,NULL,0,NULL,0}, + {"皫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xab",3,NULL,0,NULL,0}, + {"䬴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xb4",3,NULL,0,NULL,0}, + {"뺿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xbf",3,NULL,0,NULL,0}, + {"䔕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x95",3,NULL,0,NULL,0}, + {"칫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xab",3,NULL,0,NULL,0}, + {"㝉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x89",3,NULL,0,NULL,0}, + {"뮐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x90",3,NULL,0,NULL,0}, + {"㕗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x97",3,NULL,0,NULL,0}, + {"詻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xbb",3,NULL,0,NULL,0}, + {"ロ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x9b",3,NULL,0,NULL,0}, + {"欺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xba",3,NULL,0,NULL,0}, + {"疵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x8c",3,NULL,0,NULL,0}, + {"׃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x83",2,NULL,0,NULL,0}, + {"贘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x98",3,NULL,0,NULL,0}, + {"뫡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xa1",3,NULL,0,NULL,0}, + {"럚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x9a",3,NULL,0,NULL,0}, + {"ں",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xba",2,NULL,0,NULL,0}, + {"韛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x9b",3,NULL,0,NULL,0}, + {"䊕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x95",3,NULL,0,NULL,0}, + {"劳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xb3",3,NULL,0,NULL,0}, + {"禴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xb4",3,NULL,0,NULL,0}, + {"蚬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xac",3,NULL,0,NULL,0}, + {"꺺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xba",3,NULL,0,NULL,0}, + {"旈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x88",3,NULL,0,NULL,0}, + {"Ռ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x8c",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xa7",3,NULL,0,NULL,0}, + {"壐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x90",3,NULL,0,NULL,0}, + {"涟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x9f",3,NULL,0,NULL,0}, + {"ℶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xb6",3,NULL,0,NULL,0}, + {"迚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x9a",3,NULL,0,NULL,0}, + {"蔸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xb8",3,NULL,0,NULL,0}, + {"絵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xb5",3,NULL,0,NULL,0}, + {"㫡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xa1",3,NULL,0,NULL,0}, + {"淾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xbe",3,NULL,0,NULL,0}, + {"듂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x8b",3,NULL,0,NULL,0}, + {"‿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xbf",3,NULL,0,NULL,0}, + {"㡰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xb0",3,NULL,0,NULL,0}, + {"焯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xa5",3,NULL,0,NULL,0}, + {"囑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x91",3,NULL,0,NULL,0}, + {"틙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x99",3,NULL,0,NULL,0}, + {"츼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xbc",3,NULL,0,NULL,0}, + {"犐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x90",3,NULL,0,NULL,0}, + {"䪘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x98",3,NULL,0,NULL,0}, + {"⎲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xb2",3,NULL,0,NULL,0}, + {"방",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xa9",3,NULL,0,NULL,0}, + {"㗀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x80",3,NULL,0,NULL,0}, + {"㎜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x9c",3,NULL,0,NULL,0}, + {"査",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x9b",3,NULL,0,NULL,0}, + {"ᰁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x81",3,NULL,0,NULL,0}, + {"ţ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa3",2,NULL,0,NULL,0}, + {"㠗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x97",3,NULL,0,NULL,0}, + {"⠌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x8c",3,NULL,0,NULL,0}, + {"糷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xb7",3,NULL,0,NULL,0}, + {"刌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x8c",3,NULL,0,NULL,0}, + {"㑇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x87",3,NULL,0,NULL,0}, + {"ㄋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x8b",3,NULL,0,NULL,0}, + {"鯹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xb9",3,NULL,0,NULL,0}, + {"秣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xa3",3,NULL,0,NULL,0}, + {"ၜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x9c",3,NULL,0,NULL,0}, + {"昉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xaa",3,NULL,0,NULL,0}, + {"갡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xa1",3,NULL,0,NULL,0}, + {"㭤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xa4",3,NULL,0,NULL,0}, + {"甋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x8d",3,NULL,0,NULL,0}, + {"ꠢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xa2",3,NULL,0,NULL,0}, + {"฾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xbe",3,NULL,0,NULL,0}, + {"褟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x9f",3,NULL,0,NULL,0}, + {"骏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x8f",3,NULL,0,NULL,0}, + {"ꬭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xa6",3,NULL,0,NULL,0}, + {"է",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xa7",2,NULL,0,NULL,0}, + {"在",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xa8",3,NULL,0,NULL,0}, + {"⨸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xb8",3,NULL,0,NULL,0}, + {"⺚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x83",3,NULL,0,NULL,0}, + {"팈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xa5",3,NULL,0,NULL,0}, + {"唋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x8b",3,NULL,0,NULL,0}, + {"혓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x93",3,NULL,0,NULL,0}, + {"指",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x87",3,NULL,0,NULL,0}, + {"䈃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x83",3,NULL,0,NULL,0}, + {"ᮐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x90",3,NULL,0,NULL,0}, + {"韅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xb8",3,NULL,0,NULL,0}, + {"邇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x87",3,NULL,0,NULL,0}, + {"钑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x91",3,NULL,0,NULL,0}, + {"毎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x8e",3,NULL,0,NULL,0}, + {"ṙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x86",3,NULL,0,NULL,0}, + {"쥭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xad",3,NULL,0,NULL,0}, + {"竾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xbe",3,NULL,0,NULL,0}, + {"ᒇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x87",3,NULL,0,NULL,0}, + {"픚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x9a",3,NULL,0,NULL,0}, + {"熏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x8f",3,NULL,0,NULL,0}, + {"䱅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x85",3,NULL,0,NULL,0}, + {"軈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x88",3,NULL,0,NULL,0}, + {"맷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xb7",3,NULL,0,NULL,0}, + {"饖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x96",3,NULL,0,NULL,0}, + {"윍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x8d",3,NULL,0,NULL,0}, + {"믚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x86",3,NULL,0,NULL,0}, + {"肻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xa5",3,NULL,0,NULL,0}, + {"⶧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xa7",3,NULL,0,NULL,0}, + {"仾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xa7",3,NULL,0,NULL,0}, + {"㤞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x9e",3,NULL,0,NULL,0}, + {"ⲳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xb3",3,NULL,0,NULL,0}, + {"㝲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xb2",3,NULL,0,NULL,0}, + {"㰋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x8b",3,NULL,0,NULL,0}, + {"볙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x99",3,NULL,0,NULL,0}, + {"࿅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x85",3,NULL,0,NULL,0}, + {"擰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xb0",3,NULL,0,NULL,0}, + {"賎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x8e",3,NULL,0,NULL,0}, + {"㉖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x96",3,NULL,0,NULL,0}, + {"和",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x8c",3,NULL,0,NULL,0}, + {"ḗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x97",3,NULL,0,NULL,0}, + {"췭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xad",3,NULL,0,NULL,0}, + {"兺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xba",3,NULL,0,NULL,0}, + {"鏅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x85",3,NULL,0,NULL,0}, + {"䄓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x8f",3,NULL,0,NULL,0}, + {"臘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x98",3,NULL,0,NULL,0}, + {"ఫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xab",3,NULL,0,NULL,0}, + {"ᢜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x9c",3,NULL,0,NULL,0}, + {"὜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x9c",3,NULL,0,NULL,0}, + {"ྂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x82",3,NULL,0,NULL,0}, + {"ꩥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xa5",3,NULL,0,NULL,0}, + {"齎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xbf",3,NULL,0,NULL,0}, + {"峐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x90",3,NULL,0,NULL,0}, + {" ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x0b",1,NULL,0,NULL,0}, + {"庶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xb6",3,NULL,0,NULL,0}, + {"ఊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x8a",3,NULL,0,NULL,0}, + {"弧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xa7",3,NULL,0,NULL,0}, + {"駃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x83",3,NULL,0,NULL,0}, + {"욆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x86",3,NULL,0,NULL,0}, + {"ꛮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x83",3,NULL,0,NULL,0}, + {"㇐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x90",3,NULL,0,NULL,0}, + {"耴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xb4",3,NULL,0,NULL,0}, + {"帚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x9a",3,NULL,0,NULL,0}, + {"ꗥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xa5",3,NULL,0,NULL,0}, + {"ꏕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x95",3,NULL,0,NULL,0}, + {"矮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xae",3,NULL,0,NULL,0}, + {"醌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x8c",3,NULL,0,NULL,0}, + {"緶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xb6",3,NULL,0,NULL,0}, + {"搇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x87",3,NULL,0,NULL,0}, + {"鿲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xb2",3,NULL,0,NULL,0}, + {"ⴶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xb6",3,NULL,0,NULL,0}, + {"㹒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x92",3,NULL,0,NULL,0}, + {"稵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xb5",3,NULL,0,NULL,0}, + {"䃹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x88",3,NULL,0,NULL,0}, + {"㭃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x83",3,NULL,0,NULL,0}, + {"봚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x9a",3,NULL,0,NULL,0}, + {"ꔄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x84",3,NULL,0,NULL,0}, + {"뉩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xa9",3,NULL,0,NULL,0}, + {"猟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x9f",3,NULL,0,NULL,0}, + {"ꕛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x9b",3,NULL,0,NULL,0}, + {"䐂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x9b",3,NULL,0,NULL,0}, + {"弍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x8d",3,NULL,0,NULL,0}, + {"뚐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x90",3,NULL,0,NULL,0}, + {"衭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xad",3,NULL,0,NULL,0}, + {"鍪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xaa",3,NULL,0,NULL,0}, + {"珧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xa7",3,NULL,0,NULL,0}, + {"诽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xb0",3,NULL,0,NULL,0}, + {"ࡒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x92",3,NULL,0,NULL,0}, + {"僺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xba",3,NULL,0,NULL,0}, + {"퀧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xa7",3,NULL,0,NULL,0}, + {"渚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x86",3,NULL,0,NULL,0}, + {"헤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xa4",3,NULL,0,NULL,0}, + {"莗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x95",3,NULL,0,NULL,0}, + {"㻦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xa6",3,NULL,0,NULL,0}, + {"辪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x97",3,NULL,0,NULL,0}, + {"聾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x85",3,NULL,0,NULL,0}, + {"绿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xbf",3,NULL,0,NULL,0}, + {"矕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x95",3,NULL,0,NULL,0}, + {"ঐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x90",3,NULL,0,NULL,0}, + {"ෲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xb8",3,NULL,0,NULL,0}, + {"䴏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x8f",3,NULL,0,NULL,0}, + {"巂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x82",3,NULL,0,NULL,0}, + {"ﳘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x98",3,NULL,0,NULL,0}, + {"홦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xa6",3,NULL,0,NULL,0}, + {"뛎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x8e",3,NULL,0,NULL,0}, + {"赒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x92",3,NULL,0,NULL,0}, + {"᮷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xb7",3,NULL,0,NULL,0}, + {"⒁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x81",3,NULL,0,NULL,0}, + {"豦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xa6",3,NULL,0,NULL,0}, + {"뤨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xac",3,NULL,0,NULL,0}, + {"婸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xb8",3,NULL,0,NULL,0}, + {"厚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x9a",3,NULL,0,NULL,0}, + {"⾨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xb4",3,NULL,0,NULL,0}, + {"⭧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xa7",3,NULL,0,NULL,0}, + {"ࣙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x99",3,NULL,0,NULL,0}, + {"⼕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x95",3,NULL,0,NULL,0}, + {"≅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x85",3,NULL,0,NULL,0}, + {"⌁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x81",3,NULL,0,NULL,0}, + {"짥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xa5",3,NULL,0,NULL,0}, + {"⵾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xa3",3,NULL,0,NULL,0}, + {"䵦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xa6",3,NULL,0,NULL,0}, + {"帄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xaf",3,NULL,0,NULL,0}, + {"﬘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x90",3,NULL,0,NULL,0}, + {"১",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xa7",3,NULL,0,NULL,0}, + {"奃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x83",3,NULL,0,NULL,0}, + {"䇒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x92",3,NULL,0,NULL,0}, + {"ី",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xb8",3,NULL,0,NULL,0}, + {"幉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x84",3,NULL,0,NULL,0}, + {"쭂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x82",3,NULL,0,NULL,0}, + {"䆑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x91",3,NULL,0,NULL,0}, + {"ࠁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x81",3,NULL,0,NULL,0}, + {"៝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x9d",3,NULL,0,NULL,0}, + {"썹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xb9",3,NULL,0,NULL,0}, + {"恜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x9c",3,NULL,0,NULL,0}, + {"〡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xa1",3,NULL,0,NULL,0}, + {"嵄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x84",3,NULL,0,NULL,0}, + {"ﰲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xb2",3,NULL,0,NULL,0}, + {"⇾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xbe",3,NULL,0,NULL,0}, + {"娏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xb0",3,NULL,0,NULL,0}, + {"ꋻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xbb",3,NULL,0,NULL,0}, + {"⒂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x82",3,NULL,0,NULL,0}, + {"點",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xa1",3,NULL,0,NULL,0}, + {"᧭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xad",3,NULL,0,NULL,0}, + {"␹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xb9",3,NULL,0,NULL,0}, + {"︦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xa6",3,NULL,0,NULL,0}, + {"ᔗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x97",3,NULL,0,NULL,0}, + {"둵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xb5",3,NULL,0,NULL,0}, + {"漟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x9f",3,NULL,0,NULL,0}, + {"䷓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xb4",3,NULL,0,NULL,0}, + {"잌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x8c",3,NULL,0,NULL,0}, + {"䘖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x96",3,NULL,0,NULL,0}, + {"譚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x9a",3,NULL,0,NULL,0}, + {"루",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xa8",3,NULL,0,NULL,0}, + {"ꯓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x93",3,NULL,0,NULL,0}, + {"卖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x96",3,NULL,0,NULL,0}, + {"⚳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xb3",3,NULL,0,NULL,0}, + {"ᕁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x81",3,NULL,0,NULL,0}, + {"䢠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xa0",3,NULL,0,NULL,0}, + {"Х",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xa5",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xb1",3,NULL,0,NULL,0}, + {"ܴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xb4",2,NULL,0,NULL,0}, + {"廝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x9d",3,NULL,0,NULL,0}, + {"﫯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xaf",3,NULL,0,NULL,0}, + {"煉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x93",3,NULL,0,NULL,0}, + {"ጅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x85",3,NULL,0,NULL,0}, + {"⥃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x83",3,NULL,0,NULL,0}, + {"䕓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x93",3,NULL,0,NULL,0}, + {"ᨮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xae",3,NULL,0,NULL,0}, + {"㼸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xb8",3,NULL,0,NULL,0}, + {"뙅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x85",3,NULL,0,NULL,0}, + {"띵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xb5",3,NULL,0,NULL,0}, + {"澚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xa9",3,NULL,0,NULL,0}, + {"罒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x92",3,NULL,0,NULL,0}, + {"癜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x9c",3,NULL,0,NULL,0}, + {"런",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xb0",3,NULL,0,NULL,0}, + {"싶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xb6",3,NULL,0,NULL,0}, + {"面",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xa2",3,NULL,0,NULL,0}, + {"✵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xb5",3,NULL,0,NULL,0}, + {"膩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xa9",3,NULL,0,NULL,0}, + {"Ɍ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x8c",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x8e",3,NULL,0,NULL,0}, + {"ヿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xbf",3,NULL,0,NULL,0}, + {"ꌺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xba",3,NULL,0,NULL,0}, + {"ᄊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb6",3,NULL,0,NULL,0}, + {"欏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xb9",3,NULL,0,NULL,0}, + {"",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x8d",2,NULL,0,NULL,0}, + {"፜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x9c",3,NULL,0,NULL,0}, + {"相",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xb8",3,NULL,0,NULL,0}, + {"樧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xa7",3,NULL,0,NULL,0}, + {"䉴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xb4",3,NULL,0,NULL,0}, + {"낛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x9b",3,NULL,0,NULL,0}, + {"媱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xb1",3,NULL,0,NULL,0}, + {"ꗶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xb6",3,NULL,0,NULL,0}, + {"Ꮁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xb1",3,NULL,0,NULL,0}, + {"␡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xa1",3,NULL,0,NULL,0}, + {"챒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x92",3,NULL,0,NULL,0}, + {"藰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xb0",3,NULL,0,NULL,0}, + {"ᬈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x88",3,NULL,0,NULL,0}, + {"㕲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xb2",3,NULL,0,NULL,0}, + {"掄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x84",3,NULL,0,NULL,0}, + {"嘎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x8e",3,NULL,0,NULL,0}, + {"侀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x82",3,NULL,0,NULL,0}, + {"캚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x9a",3,NULL,0,NULL,0}, + {"조",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xb0",3,NULL,0,NULL,0}, + {"䛻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xbb",3,NULL,0,NULL,0}, + {"⎵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xb5",3,NULL,0,NULL,0}, + {"ꃙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x99",3,NULL,0,NULL,0}, + {"뼧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xa7",3,NULL,0,NULL,0}, + {"䤲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xb2",3,NULL,0,NULL,0}, + {"ꁒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x92",3,NULL,0,NULL,0}, + {"艸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xb8",3,NULL,0,NULL,0}, + {"鉪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xaa",3,NULL,0,NULL,0}, + {"攲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xb2",3,NULL,0,NULL,0}, + {"榠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xba",3,NULL,0,NULL,0}, + {"⒥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xa5",3,NULL,0,NULL,0}, + {"Ö",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x96",2,NULL,0,NULL,0}, + {"돭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xad",3,NULL,0,NULL,0}, + {"꧒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x92",3,NULL,0,NULL,0}, + {"莄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x84",3,NULL,0,NULL,0}, + {"Ž",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xbd",2,NULL,0,NULL,0}, + {"Ү",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xae",2,NULL,0,NULL,0}, + {"ᓂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x82",3,NULL,0,NULL,0}, + {"좲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xb2",3,NULL,0,NULL,0}, + {"ᇢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xa2",3,NULL,0,NULL,0}, + {"⁷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x9b",3,NULL,0,NULL,0}, + {"ቻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xbb",3,NULL,0,NULL,0}, + {"蔎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x8e",3,NULL,0,NULL,0}, + {"蟩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xa9",3,NULL,0,NULL,0}, + {"ꄠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xa0",3,NULL,0,NULL,0}, + {"ꮀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x80",3,NULL,0,NULL,0}, + {"읧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xa7",3,NULL,0,NULL,0}, + {"舲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xb2",3,NULL,0,NULL,0}, + {"⩷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xb7",3,NULL,0,NULL,0}, + {"朗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xa9",3,NULL,0,NULL,0}, + {"拰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xb0",3,NULL,0,NULL,0}, + {"脩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xa9",3,NULL,0,NULL,0}, + {"뇓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x93",3,NULL,0,NULL,0}, + {"๖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x96",3,NULL,0,NULL,0}, + {"횊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x8a",3,NULL,0,NULL,0}, + {"寥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xa5",3,NULL,0,NULL,0}, + {"檶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xb6",3,NULL,0,NULL,0}, + {"㐦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xa6",3,NULL,0,NULL,0}, + {"垥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xa5",3,NULL,0,NULL,0}, + {"䳡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xb1",3,NULL,0,NULL,0}, + {"鴷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xb7",3,NULL,0,NULL,0}, + {"Ѭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xac",2,NULL,0,NULL,0}, + {"둌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x8c",3,NULL,0,NULL,0}, + {"ㅎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x8e",3,NULL,0,NULL,0}, + {"᪁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x81",3,NULL,0,NULL,0}, + {"暅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x85",3,NULL,0,NULL,0}, + {"逸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xb8",3,NULL,0,NULL,0}, + {"莳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xb3",3,NULL,0,NULL,0}, + {"ㄟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x9f",3,NULL,0,NULL,0}, + {"괊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x8a",3,NULL,0,NULL,0}, + {"蓡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xa1",3,NULL,0,NULL,0}, + {"뮝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x9d",3,NULL,0,NULL,0}, + {"跒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x92",3,NULL,0,NULL,0}, + {"궽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xbd",3,NULL,0,NULL,0}, + {"뿙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x99",3,NULL,0,NULL,0}, + {"䠣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xa3",3,NULL,0,NULL,0}, + {"㘬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xac",3,NULL,0,NULL,0}, + {"皱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xb1",3,NULL,0,NULL,0}, + {"ᅲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb2",3,NULL,0,NULL,0}, + {"杵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x83",3,NULL,0,NULL,0}, + {"ꐹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xb9",3,NULL,0,NULL,0}, + {"驀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x80",3,NULL,0,NULL,0}, + {"슇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x87",3,NULL,0,NULL,0}, + {"꣥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xa5",3,NULL,0,NULL,0}, + {"쟪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xaa",3,NULL,0,NULL,0}, + {"毐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x90",3,NULL,0,NULL,0}, + {"Ⲛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x9a",3,NULL,0,NULL,0}, + {"숀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xb8",3,NULL,0,NULL,0}, + {"承",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xbf",3,NULL,0,NULL,0}, + {"솗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x97",3,NULL,0,NULL,0}, + {"堎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x82",3,NULL,0,NULL,0}, + {"킫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x80",3,NULL,0,NULL,0}, + {"㋐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x84",3,NULL,0,NULL,0}, + {"橿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xbf",3,NULL,0,NULL,0}, + {"텎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x8e",3,NULL,0,NULL,0}, + {"䐌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x8c",3,NULL,0,NULL,0}, + {"덌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x8c",3,NULL,0,NULL,0}, + {"ꊰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xb0",3,NULL,0,NULL,0}, + {"鶲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xb2",3,NULL,0,NULL,0}, + {"촙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x99",3,NULL,0,NULL,0}, + {"᫂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x82",3,NULL,0,NULL,0}, + {"훯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xaf",3,NULL,0,NULL,0}, + {"⃧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xb4",3,NULL,0,NULL,0}, + {"饳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xb3",3,NULL,0,NULL,0}, + {"藁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x81",3,NULL,0,NULL,0}, + {"꽫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xab",3,NULL,0,NULL,0}, + {"반",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x98",3,NULL,0,NULL,0}, + {"趉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x89",3,NULL,0,NULL,0}, + {"享",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xab",3,NULL,0,NULL,0}, + {"㓆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x86",3,NULL,0,NULL,0}, + {"癀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x80",3,NULL,0,NULL,0}, + {"粂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x82",3,NULL,0,NULL,0}, + {"觲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xb2",3,NULL,0,NULL,0}, + {"컢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xa2",3,NULL,0,NULL,0}, + {"䬖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x96",3,NULL,0,NULL,0}, + {"⚧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xa7",3,NULL,0,NULL,0}, + {"詹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xb9",3,NULL,0,NULL,0}, + {"¸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb8",2,NULL,0,NULL,0}, + {"妉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x89",3,NULL,0,NULL,0}, + {"䮝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x9d",3,NULL,0,NULL,0}, + {"뺽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xbd",3,NULL,0,NULL,0}, + {"浚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x9a",3,NULL,0,NULL,0}, + {"⛳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xb3",3,NULL,0,NULL,0}, + {"무",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xb4",3,NULL,0,NULL,0}, + {"㛨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xa8",3,NULL,0,NULL,0}, + {"세",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xb8",3,NULL,0,NULL,0}, + {"䫗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x97",3,NULL,0,NULL,0}, + {"䌈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x88",3,NULL,0,NULL,0}, + {"没",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xa1",3,NULL,0,NULL,0}, + {"ᎃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x83",3,NULL,0,NULL,0}, + {"㶭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xad",3,NULL,0,NULL,0}, + {"꾩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xa9",3,NULL,0,NULL,0}, + {"忝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xbc",3,NULL,0,NULL,0}, + {"췏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x8f",3,NULL,0,NULL,0}, + {"쾯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xaf",3,NULL,0,NULL,0}, + {"昩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xa9",3,NULL,0,NULL,0}, + {"袜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x9c",3,NULL,0,NULL,0}, + {"ꡡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xa1",3,NULL,0,NULL,0}, + {"䬰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xa3",3,NULL,0,NULL,0}, + {"濾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xbe",3,NULL,0,NULL,0}, + {"칹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xb9",3,NULL,0,NULL,0}, + {"蕯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xaf",3,NULL,0,NULL,0}, + {"ໍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x8d",3,NULL,0,NULL,0}, + {"㕍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x8d",3,NULL,0,NULL,0}, + {"≠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa0",3,NULL,0,NULL,0}, + {"瀣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xa3",3,NULL,0,NULL,0}, + {"ꌀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x80",3,NULL,0,NULL,0}, + {"⢑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x85",3,NULL,0,NULL,0}, + {"窅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x85",3,NULL,0,NULL,0}, + {"䪐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x90",3,NULL,0,NULL,0}, + {"僝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x9d",3,NULL,0,NULL,0}, + {"붨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xa8",3,NULL,0,NULL,0}, + {"励",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xb1",3,NULL,0,NULL,0}, + {"鱪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xaa",3,NULL,0,NULL,0}, + {"禔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x94",3,NULL,0,NULL,0}, + {"뫳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x8e",3,NULL,0,NULL,0}, + {"粟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x9f",3,NULL,0,NULL,0}, + {"䲖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x96",3,NULL,0,NULL,0}, + {"輮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xae",3,NULL,0,NULL,0}, + {"ڙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x99",2,NULL,0,NULL,0}, + {"昛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x9b",3,NULL,0,NULL,0}, + {"涇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x87",3,NULL,0,NULL,0}, + {"贅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x85",3,NULL,0,NULL,0}, + {"ⷸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xb8",3,NULL,0,NULL,0}, + {"Ꜿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xbe",3,NULL,0,NULL,0}, + {"뺜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xaa",3,NULL,0,NULL,0}, + {"喕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x95",3,NULL,0,NULL,0}, + {"㳋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x8b",3,NULL,0,NULL,0}, + {"륷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xb7",3,NULL,0,NULL,0}, + {"駮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xae",3,NULL,0,NULL,0}, + {"쿰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xb0",3,NULL,0,NULL,0}, + {"㮾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xbe",3,NULL,0,NULL,0}, + {"暬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xac",3,NULL,0,NULL,0}, + {"ຏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x9f",3,NULL,0,NULL,0}, + {"햦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xa6",3,NULL,0,NULL,0}, + {"꟭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xad",3,NULL,0,NULL,0}, + {"⮊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x8a",3,NULL,0,NULL,0}, + {"쀬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xac",3,NULL,0,NULL,0}, + {"ʹ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xb4",2,NULL,0,NULL,0}, + {"᜺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xba",3,NULL,0,NULL,0}, + {"ⵛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x9b",3,NULL,0,NULL,0}, + {"씙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x99",3,NULL,0,NULL,0}, + {"犾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xbe",3,NULL,0,NULL,0}, + {"憶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xb6",3,NULL,0,NULL,0}, + {"厺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xa9",3,NULL,0,NULL,0}, + {"뽟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x9f",3,NULL,0,NULL,0}, + {"᯳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xb3",3,NULL,0,NULL,0}, + {"嶤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xa4",3,NULL,0,NULL,0}, + {"㑕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x95",3,NULL,0,NULL,0}, + {"豈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x80",3,NULL,0,NULL,0}, + {"츋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x8b",3,NULL,0,NULL,0}, + {"㧞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x9e",3,NULL,0,NULL,0}, + {"䆧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xa7",3,NULL,0,NULL,0}, + {"⌹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xb9",3,NULL,0,NULL,0}, + {"빢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xa2",3,NULL,0,NULL,0}, + {"톿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xbf",3,NULL,0,NULL,0}, + {"羷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xb7",3,NULL,0,NULL,0}, + {"ズ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xba",3,NULL,0,NULL,0}, + {"㮄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xae",3,NULL,0,NULL,0}, + {"飇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x87",3,NULL,0,NULL,0}, + {"淈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x88",3,NULL,0,NULL,0}, + {"Ɜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xab",3,NULL,0,NULL,0}, + {"떫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xab",3,NULL,0,NULL,0}, + {"篑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x91",3,NULL,0,NULL,0}, + {"躪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xaa",3,NULL,0,NULL,0}, + {"篜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x9c",3,NULL,0,NULL,0}, + {"璼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xbc",3,NULL,0,NULL,0}, + {"ᱹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xb9",3,NULL,0,NULL,0}, + {"䥲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xb2",3,NULL,0,NULL,0}, + {"㹱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xb1",3,NULL,0,NULL,0}, + {"蹩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xa9",3,NULL,0,NULL,0}, + {"祍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x8d",3,NULL,0,NULL,0}, + {"버",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x84",3,NULL,0,NULL,0}, + {"聒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x92",3,NULL,0,NULL,0}, + {"옌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x8c",3,NULL,0,NULL,0}, + {"龹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xb9",3,NULL,0,NULL,0}, + {"쩤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xa4",3,NULL,0,NULL,0}, + {"繖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x96",3,NULL,0,NULL,0}, + {"伢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xa2",3,NULL,0,NULL,0}, + {"玆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x86",3,NULL,0,NULL,0}, + {"⯢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xa2",3,NULL,0,NULL,0}, + {"썶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xb6",3,NULL,0,NULL,0}, + {"謎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xb0",3,NULL,0,NULL,0}, + {"ⱏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x8f",3,NULL,0,NULL,0}, + {"㢿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x9e",3,NULL,0,NULL,0}, + {"ᔾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xbe",3,NULL,0,NULL,0}, + {"಺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xba",3,NULL,0,NULL,0}, + {"ᡑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x91",3,NULL,0,NULL,0}, + {"㶂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x82",3,NULL,0,NULL,0}, + {"맽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xbd",3,NULL,0,NULL,0}, + {"ꪸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xb8",3,NULL,0,NULL,0}, + {"웿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xbf",3,NULL,0,NULL,0}, + {"议",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x8f",3,NULL,0,NULL,0}, + {"炧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xa7",3,NULL,0,NULL,0}, + {"⻭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xad",3,NULL,0,NULL,0}, + {"勢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xa2",3,NULL,0,NULL,0}, + {"풳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xb3",3,NULL,0,NULL,0}, + {"摾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xbe",3,NULL,0,NULL,0}, + {"齻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xbb",3,NULL,0,NULL,0}, + {"㇌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x8c",3,NULL,0,NULL,0}, + {"繯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xaf",3,NULL,0,NULL,0}, + {"岇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x87",3,NULL,0,NULL,0}, + {"䣃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x83",3,NULL,0,NULL,0}, + {"ﭏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x8f",3,NULL,0,NULL,0}, + {"㉟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x9f",3,NULL,0,NULL,0}, + {"睢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xae",3,NULL,0,NULL,0}, + {"Ტ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xa2",3,NULL,0,NULL,0}, + {"擼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x97",3,NULL,0,NULL,0}, + {"ﺡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xa1",3,NULL,0,NULL,0}, + {"熥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xa5",3,NULL,0,NULL,0}, + {"楮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xae",3,NULL,0,NULL,0}, + {"㵰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x85",3,NULL,0,NULL,0}, + {"鏱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xb1",3,NULL,0,NULL,0}, + {"轤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xa4",3,NULL,0,NULL,0}, + {"ݥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xa5",2,NULL,0,NULL,0}, + {"ﳶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xb6",3,NULL,0,NULL,0}, + {"ସ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xb8",3,NULL,0,NULL,0}, + {"쌱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xb1",3,NULL,0,NULL,0}, + {"连",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x9e",3,NULL,0,NULL,0}, + {"Ȼ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xbb",2,NULL,0,NULL,0}, + {"鐨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xa8",3,NULL,0,NULL,0}, + {"֙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x99",2,NULL,0,NULL,0}, + {"చ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x9a",3,NULL,0,NULL,0}, + {"僅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x85",3,NULL,0,NULL,0}, + {"쒽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xbd",3,NULL,0,NULL,0}, + {"욖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x96",3,NULL,0,NULL,0}, + {"ὕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x95",3,NULL,0,NULL,0}, + {"꩷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xb7",3,NULL,0,NULL,0}, + {"쑌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x8c",3,NULL,0,NULL,0}, + {"줦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xa6",3,NULL,0,NULL,0}, + {"꜐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x90",3,NULL,0,NULL,0}, + {"ힲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x88",3,NULL,0,NULL,0}, + {"沍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x8d",3,NULL,0,NULL,0}, + {"̩",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xa9",2,NULL,0,NULL,0}, + {"㽡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xa1",3,NULL,0,NULL,0}, + {"䗝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x9d",3,NULL,0,NULL,0}, + {"ﲅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xa8",3,NULL,0,NULL,0}, + {"鈋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x8b",3,NULL,0,NULL,0}, + {"缳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x83",3,NULL,0,NULL,0}, + {"ﳜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x9c",3,NULL,0,NULL,0}, + {"娬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xac",3,NULL,0,NULL,0}, + {"绮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xae",3,NULL,0,NULL,0}, + {"鮑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xb7",3,NULL,0,NULL,0}, + {"鍃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xa6",3,NULL,0,NULL,0}, + {"ꚷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xb7",3,NULL,0,NULL,0}, + {"Ḅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x84",3,NULL,0,NULL,0}, + {"ੀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x80",3,NULL,0,NULL,0}, + {"뙴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xb4",3,NULL,0,NULL,0}, + {"䣞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x9e",3,NULL,0,NULL,0}, + {"뗵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xb5",3,NULL,0,NULL,0}, + {"霨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xa8",3,NULL,0,NULL,0}, + {"ᶛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x9b",3,NULL,0,NULL,0}, + {"계",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x84",3,NULL,0,NULL,0}, + {"뀷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xb7",3,NULL,0,NULL,0}, + {"䛝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x9d",3,NULL,0,NULL,0}, + {"ꗁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x81",3,NULL,0,NULL,0}, + {"앀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x80",3,NULL,0,NULL,0}, + {"绽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xbd",3,NULL,0,NULL,0}, + {"돔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x94",3,NULL,0,NULL,0}, + {"㸤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xa4",3,NULL,0,NULL,0}, + {"೹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xb9",3,NULL,0,NULL,0}, + {"ন",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xa8",3,NULL,0,NULL,0}, + {"侥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x84",3,NULL,0,NULL,0}, + {"뀞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x9e",3,NULL,0,NULL,0}, + {"Ꙉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x88",3,NULL,0,NULL,0}, + {"㼲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xb2",3,NULL,0,NULL,0}, + {"쏌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x8c",3,NULL,0,NULL,0}, + {"奁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x81",3,NULL,0,NULL,0}, + {"쯑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xb3",3,NULL,0,NULL,0}, + {"દ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xa6",3,NULL,0,NULL,0}, + {"Ι",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x99",2,NULL,0,NULL,0}, + {"䏲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xb2",3,NULL,0,NULL,0}, + {"䃒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x92",3,NULL,0,NULL,0}, + {"亵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xa2",3,NULL,0,NULL,0}, + {"鎄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x84",3,NULL,0,NULL,0}, + {"鉓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x93",3,NULL,0,NULL,0}, + {"䀙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x99",3,NULL,0,NULL,0}, + {"鹗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x97",3,NULL,0,NULL,0}, + {"随",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x8f",3,NULL,0,NULL,0}, + {"艗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x97",3,NULL,0,NULL,0}, + {"銼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xbc",3,NULL,0,NULL,0}, + {"絛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x9b",3,NULL,0,NULL,0}, + {"⑶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xb6",3,NULL,0,NULL,0}, + {"∙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x99",3,NULL,0,NULL,0}, + {"ᦰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xb0",3,NULL,0,NULL,0}, + {"脈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x88",3,NULL,0,NULL,0}, + {"됎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x8e",3,NULL,0,NULL,0}, + {"闳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xb3",3,NULL,0,NULL,0}, + {"尔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x94",3,NULL,0,NULL,0}, + {"꿠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xa0",3,NULL,0,NULL,0}, + {"퍮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xae",3,NULL,0,NULL,0}, + {"數",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xa9",3,NULL,0,NULL,0}, + {"瞡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xa1",3,NULL,0,NULL,0}, + {"﹏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x8f",3,NULL,0,NULL,0}, + {"됕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x95",3,NULL,0,NULL,0}, + {"꼯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xaf",3,NULL,0,NULL,0}, + {"睖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x96",3,NULL,0,NULL,0}, + {"쀼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xa4",3,NULL,0,NULL,0}, + {"Ấ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xa4",3,NULL,0,NULL,0}, + {"Ὃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x8b",3,NULL,0,NULL,0}, + {"ѐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x90",2,NULL,0,NULL,0}, + {"ᖔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x94",3,NULL,0,NULL,0}, + {"잳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xb3",3,NULL,0,NULL,0}, + {"ށ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x81",2,NULL,0,NULL,0}, + {"裵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xb5",3,NULL,0,NULL,0}, + {"Ὼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xba",3,NULL,0,NULL,0}, + {"눆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x86",3,NULL,0,NULL,0}, + {"ࢽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xb5",3,NULL,0,NULL,0}, + {"閹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xb9",3,NULL,0,NULL,0}, + {"䔂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x82",3,NULL,0,NULL,0}, + {"掇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x87",3,NULL,0,NULL,0}, + {"ࣾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xb3",3,NULL,0,NULL,0}, + {"᧟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x9f",3,NULL,0,NULL,0}, + {"ト",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x84",3,NULL,0,NULL,0}, + {"휢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xa2",3,NULL,0,NULL,0}, + {"넾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xbe",3,NULL,0,NULL,0}, + {"쵐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x90",3,NULL,0,NULL,0}, + {"ᩴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xb4",3,NULL,0,NULL,0}, + {"芇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x87",3,NULL,0,NULL,0}, + {"子",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x90",3,NULL,0,NULL,0}, + {"苰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xb0",3,NULL,0,NULL,0}, + {"笛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x9b",3,NULL,0,NULL,0}, + {"䤏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x8f",3,NULL,0,NULL,0}, + {"雚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xba",3,NULL,0,NULL,0}, + {"部",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xa8",3,NULL,0,NULL,0}, + {"컇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x87",3,NULL,0,NULL,0}, + {"䢜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x9c",3,NULL,0,NULL,0}, + {"ࢌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x8c",3,NULL,0,NULL,0}, + {"з",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xb7",2,NULL,0,NULL,0}, + {"殆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x86",3,NULL,0,NULL,0}, + {"턻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xbb",3,NULL,0,NULL,0}, + {"ꃯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xaf",3,NULL,0,NULL,0}, + {"싧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xb9",3,NULL,0,NULL,0}, + {"숝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x9d",3,NULL,0,NULL,0}, + {"ᅥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x86",3,NULL,0,NULL,0}, + {"欕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x95",3,NULL,0,NULL,0}, + {"ዷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xb7",3,NULL,0,NULL,0}, + {"ꂕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x95",3,NULL,0,NULL,0}, + {"䕙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x99",3,NULL,0,NULL,0}, + {"嬖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x96",3,NULL,0,NULL,0}, + {"ᨾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xbe",3,NULL,0,NULL,0}, + {"ګ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xab",2,NULL,0,NULL,0}, + {"碀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x80",3,NULL,0,NULL,0}, + {"쳱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xb1",3,NULL,0,NULL,0}, + {"韰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xb0",3,NULL,0,NULL,0}, + {"ℚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xa9",3,NULL,0,NULL,0}, + {"⣴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xb4",3,NULL,0,NULL,0}, + {"䊦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xa6",3,NULL,0,NULL,0}, + {"쥆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x86",3,NULL,0,NULL,0}, + {"챲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xb2",3,NULL,0,NULL,0}, + {"榖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x96",3,NULL,0,NULL,0}, + {"䌭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xad",3,NULL,0,NULL,0}, + {"則",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x87",3,NULL,0,NULL,0}, + {"ᛌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x8c",3,NULL,0,NULL,0}, + {"켅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xa1",3,NULL,0,NULL,0}, + {"䣊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x8a",3,NULL,0,NULL,0}, + {"⫞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x9e",3,NULL,0,NULL,0}, + {"⛣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xa3",3,NULL,0,NULL,0}, + {"À",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x80",2,NULL,0,NULL,0}, + {"⁒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xa7",3,NULL,0,NULL,0}, + {"䎧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xa7",3,NULL,0,NULL,0}, + {"錔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x94",3,NULL,0,NULL,0}, + {"姖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x96",3,NULL,0,NULL,0}, + {"뻨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xa8",3,NULL,0,NULL,0}, + {"칀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x80",3,NULL,0,NULL,0}, + {"鳘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x98",3,NULL,0,NULL,0}, + {"㍼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xbc",3,NULL,0,NULL,0}, + {"ꃋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x8b",3,NULL,0,NULL,0}, + {"뼍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x8d",3,NULL,0,NULL,0}, + {"ᙴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xb4",3,NULL,0,NULL,0}, + {"㧫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xab",3,NULL,0,NULL,0}, + {"坁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x81",3,NULL,0,NULL,0}, + {"Ÿ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x9f",2,NULL,0,NULL,0}, + {"鞶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xb6",3,NULL,0,NULL,0}, + {"練",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x97",3,NULL,0,NULL,0}, + {"閚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x9a",3,NULL,0,NULL,0}, + {"ꁈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x88",3,NULL,0,NULL,0}, + {"䉰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xb0",3,NULL,0,NULL,0}, + {"斈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x88",3,NULL,0,NULL,0}, + {"Ψ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa8",2,NULL,0,NULL,0}, + {"硉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x89",3,NULL,0,NULL,0}, + {"ٞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x9e",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xa2",3,NULL,0,NULL,0}, + {"Ꮓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x83",3,NULL,0,NULL,0}, + {"䟏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x8f",3,NULL,0,NULL,0}, + {"旭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xad",3,NULL,0,NULL,0}, + {"汵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xb5",3,NULL,0,NULL,0}, + {"䘌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x8c",3,NULL,0,NULL,0}, + {"Ə",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x8f",2,NULL,0,NULL,0}, + {"Ҟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x9e",2,NULL,0,NULL,0}, + {"泵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xb5",3,NULL,0,NULL,0}, + {"쪑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x91",3,NULL,0,NULL,0}, + {"钪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xaa",3,NULL,0,NULL,0}, + {"㫇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x87",3,NULL,0,NULL,0}, + {"⹂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x82",3,NULL,0,NULL,0}, + {"萻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xbb",3,NULL,0,NULL,0}, + {"♜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x9c",3,NULL,0,NULL,0}, + {"㖝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x9d",3,NULL,0,NULL,0}, + {"ᖌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x8c",3,NULL,0,NULL,0}, + {"₿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xbf",3,NULL,0,NULL,0}, + {"䒶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xb6",3,NULL,0,NULL,0}, + {"鬋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x8b",3,NULL,0,NULL,0}, + {"⠙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x99",3,NULL,0,NULL,0}, + {"㏉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x89",3,NULL,0,NULL,0}, + {"ӧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xa7",2,NULL,0,NULL,0}, + {"ə",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x99",2,NULL,0,NULL,0}, + {"춱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xa1",3,NULL,0,NULL,0}, + {"惴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xb4",3,NULL,0,NULL,0}, + {"荐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x90",3,NULL,0,NULL,0}, + {"铄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x84",3,NULL,0,NULL,0}, + {"捒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x92",3,NULL,0,NULL,0}, + {"貵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xb5",3,NULL,0,NULL,0}, + {"Ḭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xac",3,NULL,0,NULL,0}, + {"䡊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x8a",3,NULL,0,NULL,0}, + {"┏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x8f",3,NULL,0,NULL,0}, + {"╧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xa7",3,NULL,0,NULL,0}, + {"晿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xbf",3,NULL,0,NULL,0}, + {"⡚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x9a",3,NULL,0,NULL,0}, + {"☲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xb2",3,NULL,0,NULL,0}, + {"え",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x88",3,NULL,0,NULL,0}, + {"ꮠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xa0",3,NULL,0,NULL,0}, + {"ꥪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xaa",3,NULL,0,NULL,0}, + {"軣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xa3",3,NULL,0,NULL,0}, + {"迼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xbc",3,NULL,0,NULL,0}, + {"쉵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xb5",3,NULL,0,NULL,0}, + {"㊒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x92",3,NULL,0,NULL,0}, + {"ⷫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xab",3,NULL,0,NULL,0}, + {"狇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x87",3,NULL,0,NULL,0}, + {"۽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xbd",2,NULL,0,NULL,0}, + {"鶸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xb8",3,NULL,0,NULL,0}, + {"ꞡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xa1",3,NULL,0,NULL,0}, + {"䚊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xb1",3,NULL,0,NULL,0}, + {"㱿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xbf",3,NULL,0,NULL,0}, + {"מ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x9e",2,NULL,0,NULL,0}, + {"拠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xad",3,NULL,0,NULL,0}, + {"拃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x83",3,NULL,0,NULL,0}, + {"ꦤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xa4",3,NULL,0,NULL,0}, + {"檦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xa6",3,NULL,0,NULL,0}, + {"慓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x93",3,NULL,0,NULL,0}, + {"횮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xae",3,NULL,0,NULL,0}, + {"䃦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x9b",3,NULL,0,NULL,0}, + {"莃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x83",3,NULL,0,NULL,0}, + {"괄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xb3",3,NULL,0,NULL,0}, + {"踖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x96",3,NULL,0,NULL,0}, + {"⨭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xad",3,NULL,0,NULL,0}, + {"⥰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xb0",3,NULL,0,NULL,0}, + {"蘔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x94",3,NULL,0,NULL,0}, + {"ﰀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x80",3,NULL,0,NULL,0}, + {"㐛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x9b",3,NULL,0,NULL,0}, + {"餫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xab",3,NULL,0,NULL,0}, + {"烐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x90",3,NULL,0,NULL,0}, + {"▫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xab",3,NULL,0,NULL,0}, + {"撫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xab",3,NULL,0,NULL,0}, + {"✌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x8c",3,NULL,0,NULL,0}, + {"簲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xb2",3,NULL,0,NULL,0}, + {"㉉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x89",3,NULL,0,NULL,0}, + {"梣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xa3",3,NULL,0,NULL,0}, + {"᧑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x91",3,NULL,0,NULL,0}, + {"邳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xb3",3,NULL,0,NULL,0}, + {"ኄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x84",3,NULL,0,NULL,0}, + {"攡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xa1",3,NULL,0,NULL,0}, + {"볾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x94",3,NULL,0,NULL,0}, + {"㋨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xa8",3,NULL,0,NULL,0}, + {"䞁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xba",3,NULL,0,NULL,0}, + {"檍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x8d",3,NULL,0,NULL,0}, + {"묉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x89",3,NULL,0,NULL,0}, + {"ⵋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x8b",3,NULL,0,NULL,0}, + {"မ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x99",3,NULL,0,NULL,0}, + {"솅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x85",3,NULL,0,NULL,0}, + {"沣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xa3",3,NULL,0,NULL,0}, + {"徐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x90",3,NULL,0,NULL,0}, + {"㶯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x8b",3,NULL,0,NULL,0}, + {"䥈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x88",3,NULL,0,NULL,0}, + {"ꪎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x8e",3,NULL,0,NULL,0}, + {"콞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x9e",3,NULL,0,NULL,0}, + {"௧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xa7",3,NULL,0,NULL,0}, + {"逃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x83",3,NULL,0,NULL,0}, + {"蔶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xb6",3,NULL,0,NULL,0}, + {"퉨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xa8",3,NULL,0,NULL,0}, + {"建",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xba",3,NULL,0,NULL,0}, + {"➩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xa9",3,NULL,0,NULL,0}, + {"콿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xbf",3,NULL,0,NULL,0}, + {"༚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x9a",3,NULL,0,NULL,0}, + {"馜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x9c",3,NULL,0,NULL,0}, + {"衖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x96",3,NULL,0,NULL,0}, + {"藓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x93",3,NULL,0,NULL,0}, + {"쿺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xba",3,NULL,0,NULL,0}, + {"訔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x94",3,NULL,0,NULL,0}, + {"蠕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x95",3,NULL,0,NULL,0}, + {"ꐀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x80",3,NULL,0,NULL,0}, + {"鳢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xb9",3,NULL,0,NULL,0}, + {"鿇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x87",3,NULL,0,NULL,0}, + {"骾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xbe",3,NULL,0,NULL,0}, + {"打",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x93",3,NULL,0,NULL,0}, + {"棤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xa4",3,NULL,0,NULL,0}, + {"稈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x88",3,NULL,0,NULL,0}, + {"辑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x91",3,NULL,0,NULL,0}, + {"ⷓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x94",3,NULL,0,NULL,0}, + {"㍝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x9d",3,NULL,0,NULL,0}, + {"᱄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x84",3,NULL,0,NULL,0}, + {"ㅓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x93",3,NULL,0,NULL,0}, + {"塷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xb7",3,NULL,0,NULL,0}, + {"䯻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xbb",3,NULL,0,NULL,0}, + {"鏸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xb8",3,NULL,0,NULL,0}, + {"硴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xb4",3,NULL,0,NULL,0}, + {"滖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xad",3,NULL,0,NULL,0}, + {"輺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xba",3,NULL,0,NULL,0}, + {"殟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x9f",3,NULL,0,NULL,0}, + {"붐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x90",3,NULL,0,NULL,0}, + {"谞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x9e",3,NULL,0,NULL,0}, + {"븷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xb4",3,NULL,0,NULL,0}, + {"쾵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xbf",3,NULL,0,NULL,0}, + {"袘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x98",3,NULL,0,NULL,0}, + {"໠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xa0",3,NULL,0,NULL,0}, + {"㦤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xa4",3,NULL,0,NULL,0}, + {"ꢃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x83",3,NULL,0,NULL,0}, + {"⬻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xbb",3,NULL,0,NULL,0}, + {"ꇚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x9a",3,NULL,0,NULL,0}, + {"ᆕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x95",3,NULL,0,NULL,0}, + {"꟯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xaf",3,NULL,0,NULL,0}, + {"뱯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xaf",3,NULL,0,NULL,0}, + {"俌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x87",3,NULL,0,NULL,0}, + {"킁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x81",3,NULL,0,NULL,0}, + {"評",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x95",3,NULL,0,NULL,0}, + {"렳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xb3",3,NULL,0,NULL,0}, + {"窏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x8f",3,NULL,0,NULL,0}, + {"ⶏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x8f",3,NULL,0,NULL,0}, + {"䓋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x8b",3,NULL,0,NULL,0}, + {"ᲂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x82",3,NULL,0,NULL,0}, + {"鬫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xab",3,NULL,0,NULL,0}, + {"蛋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x8b",3,NULL,0,NULL,0}, + {"䈞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x9e",3,NULL,0,NULL,0}, + {"㩅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x85",3,NULL,0,NULL,0}, + {"깩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x87",3,NULL,0,NULL,0}, + {"ච",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xa0",3,NULL,0,NULL,0}, + {"鯡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xa1",3,NULL,0,NULL,0}, + {"耘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x98",3,NULL,0,NULL,0}, + {"껤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xa4",3,NULL,0,NULL,0}, + {"䆭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xad",3,NULL,0,NULL,0}, + {"売",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xb2",3,NULL,0,NULL,0}, + {"浵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xb5",3,NULL,0,NULL,0}, + {"ഇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x87",3,NULL,0,NULL,0}, + {"豃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x8e",3,NULL,0,NULL,0}, + {"炂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x82",3,NULL,0,NULL,0}, + {"⤶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xb6",3,NULL,0,NULL,0}, + {"땚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x9a",3,NULL,0,NULL,0}, + {"鹲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xb2",3,NULL,0,NULL,0}, + {"넣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xa3",3,NULL,0,NULL,0}, + {"ⵙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x99",3,NULL,0,NULL,0}, + {"鼾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xbe",3,NULL,0,NULL,0}, + {"篠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xa0",3,NULL,0,NULL,0}, + {"䉜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x9c",3,NULL,0,NULL,0}, + {"鯒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x84",3,NULL,0,NULL,0}, + {"剟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xab",3,NULL,0,NULL,0}, + {"䶋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x96",3,NULL,0,NULL,0}, + {"⸒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x92",3,NULL,0,NULL,0}, + {"왦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xa6",3,NULL,0,NULL,0}, + {"爯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xaf",3,NULL,0,NULL,0}, + {"イ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb2",3,NULL,0,NULL,0}, + {"桴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xb4",3,NULL,0,NULL,0}, + {"䵍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x8d",3,NULL,0,NULL,0}, + {"통",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xb5",3,NULL,0,NULL,0}, + {"묲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xb2",3,NULL,0,NULL,0}, + {"ꖞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x9e",3,NULL,0,NULL,0}, + {"潧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xa7",3,NULL,0,NULL,0}, + {"썒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x92",3,NULL,0,NULL,0}, + {"綗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x97",3,NULL,0,NULL,0}, + {"證",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x93",3,NULL,0,NULL,0}, + {"욭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xad",3,NULL,0,NULL,0}, + {"㴋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x8b",3,NULL,0,NULL,0}, + {"룓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x93",3,NULL,0,NULL,0}, + {"卅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x85",3,NULL,0,NULL,0}, + {"啘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x98",3,NULL,0,NULL,0}, + {"퇎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xa1",3,NULL,0,NULL,0}, + {"鼄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xa5",3,NULL,0,NULL,0}, + {"켵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xb5",3,NULL,0,NULL,0}, + {"勦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xa6",3,NULL,0,NULL,0}, + {"᜜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x9c",3,NULL,0,NULL,0}, + {"祇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x87",3,NULL,0,NULL,0}, + {"䁭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xad",3,NULL,0,NULL,0}, + {"펱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xb1",3,NULL,0,NULL,0}, + {"뵉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x89",3,NULL,0,NULL,0}, + {"叜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x9c",3,NULL,0,NULL,0}, + {"潂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x91",3,NULL,0,NULL,0}, + {"틸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xb0",3,NULL,0,NULL,0}, + {"푕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x95",3,NULL,0,NULL,0}, + {"茗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x97",3,NULL,0,NULL,0}, + {"謷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xb7",3,NULL,0,NULL,0}, + {"ߊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x8a",2,NULL,0,NULL,0}, + {"ᔚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x8a",3,NULL,0,NULL,0}, + {"܉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x89",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x88",3,NULL,0,NULL,0}, + {"讲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xb2",3,NULL,0,NULL,0}, + {"㶎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x8e",3,NULL,0,NULL,0}, + {"롴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xb4",3,NULL,0,NULL,0}, + {"ꚽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xbd",3,NULL,0,NULL,0}, + {"쒷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xb7",3,NULL,0,NULL,0}, + {"쨧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xa7",3,NULL,0,NULL,0}, + {"⼑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x91",3,NULL,0,NULL,0}, + {"㼏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x8d",3,NULL,0,NULL,0}, + {"呋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x8b",3,NULL,0,NULL,0}, + {"ᥬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xac",3,NULL,0,NULL,0}, + {"ꛞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x9e",3,NULL,0,NULL,0}, + {"ෑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xb4",3,NULL,0,NULL,0}, + {"哥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xa5",3,NULL,0,NULL,0}, + {"訵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xb5",3,NULL,0,NULL,0}, + {"폶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xb6",3,NULL,0,NULL,0}, + {"늰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xb0",3,NULL,0,NULL,0}, + {"ᛥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xa5",3,NULL,0,NULL,0}, + {"ᭇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x87",3,NULL,0,NULL,0}, + {"ᓽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xbd",3,NULL,0,NULL,0}, + {"ᢅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x85",3,NULL,0,NULL,0}, + {"膶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xb6",3,NULL,0,NULL,0}, + {"鞇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x87",3,NULL,0,NULL,0}, + {"翇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x87",3,NULL,0,NULL,0}, + {"쌣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xa3",3,NULL,0,NULL,0}, + {"鷧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xbc",3,NULL,0,NULL,0}, + {"⦀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x80",3,NULL,0,NULL,0}, + {"鐰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x90",3,NULL,0,NULL,0}, + {"ﭯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xaf",3,NULL,0,NULL,0}, + {"ᄖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x96",3,NULL,0,NULL,0}, + {"ᶉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x89",3,NULL,0,NULL,0}, + {"꜔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x94",3,NULL,0,NULL,0}, + {"↑",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x91",3,NULL,0,NULL,0}, + {"ㆪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xaa",3,NULL,0,NULL,0}, + {"㻊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x8a",3,NULL,0,NULL,0}, + {"㷑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x91",3,NULL,0,NULL,0}, + {"딩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xbf",3,NULL,0,NULL,0}, + {"ꁭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xad",3,NULL,0,NULL,0}, + {"đ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x91",2,NULL,0,NULL,0}, + {"̓",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x83",2,NULL,0,NULL,0}, + {"로",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x9c",3,NULL,0,NULL,0}, + {"㪞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x9e",3,NULL,0,NULL,0}, + {"Ś",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x9a",2,NULL,0,NULL,0}, + {"䎍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x8d",3,NULL,0,NULL,0}, + {"㬝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x9d",3,NULL,0,NULL,0}, + {"Ꙑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x90",3,NULL,0,NULL,0}, + {"▿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x9a",3,NULL,0,NULL,0}, + {"ਯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xaf",3,NULL,0,NULL,0}, + {"눿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xbf",3,NULL,0,NULL,0}, + {"찌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x8c",3,NULL,0,NULL,0}, + {"둝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x9d",3,NULL,0,NULL,0}, + {"侧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xa7",3,NULL,0,NULL,0}, + {"ᑾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xbe",3,NULL,0,NULL,0}, + {"錱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xb1",3,NULL,0,NULL,0}, + {"琊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x8a",3,NULL,0,NULL,0}, + {"ᣆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x86",3,NULL,0,NULL,0}, + {"Ṑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x90",3,NULL,0,NULL,0}, + {"元",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x83",3,NULL,0,NULL,0}, + {"ࠩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xa9",3,NULL,0,NULL,0}, + {"罰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xb0",3,NULL,0,NULL,0}, + {"⏠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xa0",3,NULL,0,NULL,0}, + {"䀛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x9b",3,NULL,0,NULL,0}, + {"ࢀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x80",3,NULL,0,NULL,0}, + {"⇄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x84",3,NULL,0,NULL,0}, + {"艝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x9d",3,NULL,0,NULL,0}, + {"஍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x8d",3,NULL,0,NULL,0}, + {"蘒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xa0",3,NULL,0,NULL,0}, + {"ࣉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x96",3,NULL,0,NULL,0}, + {"ᴠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xa0",3,NULL,0,NULL,0}, + {"뀵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xb5",3,NULL,0,NULL,0}, + {"隆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x9c",3,NULL,0,NULL,0}, + {"研",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x94",3,NULL,0,NULL,0}, + {"脒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x92",3,NULL,0,NULL,0}, + {"㸨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xa8",3,NULL,0,NULL,0}, + {"핉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x89",3,NULL,0,NULL,0}, + {"寎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x8e",3,NULL,0,NULL,0}, + {"됧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xa7",3,NULL,0,NULL,0}, + {"촜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x9c",3,NULL,0,NULL,0}, + {"巬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xac",3,NULL,0,NULL,0}, + {"宍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xb1",3,NULL,0,NULL,0}, + {"䡷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xb7",3,NULL,0,NULL,0}, + {"뎑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xa1",3,NULL,0,NULL,0}, + {"䟳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xb3",3,NULL,0,NULL,0}, + {"경",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xbd",3,NULL,0,NULL,0}, + {"Ἑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x99",3,NULL,0,NULL,0}, + {"લ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xb2",3,NULL,0,NULL,0}, + {"䐬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xac",3,NULL,0,NULL,0}, + {"뛿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xbf",3,NULL,0,NULL,0}, + {"삣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xa3",3,NULL,0,NULL,0}, + {"ㄊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x8a",3,NULL,0,NULL,0}, + {"嫯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x8d",3,NULL,0,NULL,0}, + {"珁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x81",3,NULL,0,NULL,0}, + {"Χ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa7",2,NULL,0,NULL,0}, + {"≦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa6",3,NULL,0,NULL,0}, + {"蘡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xa1",3,NULL,0,NULL,0}, + {"ﻊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x8a",3,NULL,0,NULL,0}, + {"ꑤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xa4",3,NULL,0,NULL,0}, + {"긕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x95",3,NULL,0,NULL,0}, + {"ࢯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xaf",3,NULL,0,NULL,0}, + {"㿚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x9a",3,NULL,0,NULL,0}, + {"埆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x86",3,NULL,0,NULL,0}, + {"㚘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x98",3,NULL,0,NULL,0}, + {"瘱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xb1",3,NULL,0,NULL,0}, + {"∛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x9b",3,NULL,0,NULL,0}, + {"ᦔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x94",3,NULL,0,NULL,0}, + {"˹",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xb9",2,NULL,0,NULL,0}, + {"櫛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x9b",3,NULL,0,NULL,0}, + {"ᚈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x88",3,NULL,0,NULL,0}, + {"蒤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xa4",3,NULL,0,NULL,0}, + {"ॄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x84",3,NULL,0,NULL,0}, + {"尐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x90",3,NULL,0,NULL,0}, + {"㑮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xae",3,NULL,0,NULL,0}, + {"펊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x8a",3,NULL,0,NULL,0}, + {"࿚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xa9",3,NULL,0,NULL,0}, + {"膙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x99",3,NULL,0,NULL,0}, + {"幫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xab",3,NULL,0,NULL,0}, + {"Ã",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x83",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x8c",3,NULL,0,NULL,0}, + {"꼏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xad",3,NULL,0,NULL,0}, + {"霹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xb9",3,NULL,0,NULL,0}, + {"흛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x9b",3,NULL,0,NULL,0}, + {"夝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x9d",3,NULL,0,NULL,0}, + {"孈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x88",3,NULL,0,NULL,0}, + {"窸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xb8",3,NULL,0,NULL,0}, + {"樻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xbb",3,NULL,0,NULL,0}, + {"茶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xb6",3,NULL,0,NULL,0}, + {"Ὁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x89",3,NULL,0,NULL,0}, + {"嵣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xa3",3,NULL,0,NULL,0}, + {"䥧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xa7",3,NULL,0,NULL,0}, + {"⠰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xb0",3,NULL,0,NULL,0}, + {"ﯯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xaf",3,NULL,0,NULL,0}, + {"ク",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xaf",3,NULL,0,NULL,0}, + {"婖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x96",3,NULL,0,NULL,0}, + {"杈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x88",3,NULL,0,NULL,0}, + {"쁴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xb4",3,NULL,0,NULL,0}, + {"崖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x96",3,NULL,0,NULL,0}, + {"歾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xbe",3,NULL,0,NULL,0}, + {"籗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x97",3,NULL,0,NULL,0}, + {"郹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xb9",3,NULL,0,NULL,0}, + {"䓺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xba",3,NULL,0,NULL,0}, + {"캆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x86",3,NULL,0,NULL,0}, + {"ᅵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb5",3,NULL,0,NULL,0}, + {"⊥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xa5",3,NULL,0,NULL,0}, + {"㝐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x90",3,NULL,0,NULL,0}, + {"埫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xab",3,NULL,0,NULL,0}, + {"⼲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xb2",3,NULL,0,NULL,0}, + {"֌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x8c",2,NULL,0,NULL,0}, + {"ᎈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x88",3,NULL,0,NULL,0}, + {"ꄆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x87",3,NULL,0,NULL,0}, + {"顓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x93",3,NULL,0,NULL,0}, + {"죏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x8f",3,NULL,0,NULL,0}, + {"뤾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xbe",3,NULL,0,NULL,0}, + {"Ꚕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x94",3,NULL,0,NULL,0}, + {"橔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x94",3,NULL,0,NULL,0}, + {"剮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xae",3,NULL,0,NULL,0}, + {"ᇽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xbd",3,NULL,0,NULL,0}, + {"泆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x86",3,NULL,0,NULL,0}, + {"碄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x84",3,NULL,0,NULL,0}, + {"䘼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x88",3,NULL,0,NULL,0}, + {"號",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x9f",3,NULL,0,NULL,0}, + {"䞇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x87",3,NULL,0,NULL,0}, + {"冕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x95",3,NULL,0,NULL,0}, + {"҆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x86",2,NULL,0,NULL,0}, + {"◚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x9a",3,NULL,0,NULL,0}, + {"薚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x9a",3,NULL,0,NULL,0}, + {"⅓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x93",3,NULL,0,NULL,0}, + {"꾌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x8c",3,NULL,0,NULL,0}, + {"筑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x91",3,NULL,0,NULL,0}, + {"੸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xb8",3,NULL,0,NULL,0}, + {"닗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x97",3,NULL,0,NULL,0}, + {"Á",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x81",2,NULL,0,NULL,0}, + {"駿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xbf",3,NULL,0,NULL,0}, + {"쿣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xa3",3,NULL,0,NULL,0}, + {"♺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xba",3,NULL,0,NULL,0}, + {"图",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xbe",3,NULL,0,NULL,0}, + {"㍊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x8a",3,NULL,0,NULL,0}, + {"灚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x9a",3,NULL,0,NULL,0}, + {"뜧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xa7",3,NULL,0,NULL,0}, + {"섍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x84",3,NULL,0,NULL,0}, + {"硃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x83",3,NULL,0,NULL,0}, + {"旧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xa7",3,NULL,0,NULL,0}, + {"糈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x88",3,NULL,0,NULL,0}, + {"괒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x92",3,NULL,0,NULL,0}, + {"锍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x8d",3,NULL,0,NULL,0}, + {"熦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xa6",3,NULL,0,NULL,0}, + {"샵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xb5",3,NULL,0,NULL,0}, + {"剕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x9b",3,NULL,0,NULL,0}, + {"⟄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x84",3,NULL,0,NULL,0}, + {"䜰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xb0",3,NULL,0,NULL,0}, + {"Ͽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xbf",2,NULL,0,NULL,0}, + {"䎭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xad",3,NULL,0,NULL,0}, + {"Ʊ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xb1",2,NULL,0,NULL,0}, + {"ꬨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xa8",3,NULL,0,NULL,0}, + {"ꠛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x9b",3,NULL,0,NULL,0}, + {"⮯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xaf",3,NULL,0,NULL,0}, + {"⸾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xbe",3,NULL,0,NULL,0}, + {"횳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xb3",3,NULL,0,NULL,0}, + {"뾔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x94",3,NULL,0,NULL,0}, + {"骂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x82",3,NULL,0,NULL,0}, + {"ᙨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xa8",3,NULL,0,NULL,0}, + {"⡤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xa4",3,NULL,0,NULL,0}, + {"㦨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xa8",3,NULL,0,NULL,0}, + {"곐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x90",3,NULL,0,NULL,0}, + {"⇫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x8c",3,NULL,0,NULL,0}, + {"斄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x84",3,NULL,0,NULL,0}, + {"鲕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x95",3,NULL,0,NULL,0}, + {"铻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xbb",3,NULL,0,NULL,0}, + {"᭟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x9f",3,NULL,0,NULL,0}, + {"顟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x9f",3,NULL,0,NULL,0}, + {"ꈉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x90",3,NULL,0,NULL,0}, + {"꧂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xb4",3,NULL,0,NULL,0}, + {"揋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xad",3,NULL,0,NULL,0}, + {"빯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xaf",3,NULL,0,NULL,0}, + {"钮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xae",3,NULL,0,NULL,0}, + {"喸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xb8",3,NULL,0,NULL,0}, + {"㮓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x93",3,NULL,0,NULL,0}, + {"☢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xa2",3,NULL,0,NULL,0}, + {"瀛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x9b",3,NULL,0,NULL,0}, + {"軑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x91",3,NULL,0,NULL,0}, + {"쯘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x98",3,NULL,0,NULL,0}, + {"⠣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xa3",3,NULL,0,NULL,0}, + {"炊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x8a",3,NULL,0,NULL,0}, + {"痦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xa6",3,NULL,0,NULL,0}, + {"⌸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xb8",3,NULL,0,NULL,0}, + {"㤿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xbf",3,NULL,0,NULL,0}, + {"鬉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x89",3,NULL,0,NULL,0}, + {"ꨙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x99",3,NULL,0,NULL,0}, + {"ꦨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xa8",3,NULL,0,NULL,0}, + {"䅍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xaa",3,NULL,0,NULL,0}, + {"Ⰷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x87",3,NULL,0,NULL,0}, + {"ྤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xa4",3,NULL,0,NULL,0}, + {"➽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xbd",3,NULL,0,NULL,0}, + {"뫝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x9d",3,NULL,0,NULL,0}, + {"ಟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x9f",3,NULL,0,NULL,0}, + {"黬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xac",3,NULL,0,NULL,0}, + {"폪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xaa",3,NULL,0,NULL,0}, + {"좚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x9a",3,NULL,0,NULL,0}, + {"啇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x87",3,NULL,0,NULL,0}, + {"퇳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xb3",3,NULL,0,NULL,0}, + {"蘷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xb7",3,NULL,0,NULL,0}, + {"ཫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xab",3,NULL,0,NULL,0}, + {"胜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x9c",3,NULL,0,NULL,0}, + {">",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"▹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xb9",3,NULL,0,NULL,0}, + {"켔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x94",3,NULL,0,NULL,0}, + {"䦟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x9f",3,NULL,0,NULL,0}, + {"㊆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x86",3,NULL,0,NULL,0}, + {"礢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xbb",3,NULL,0,NULL,0}, + {"ລ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xa5",3,NULL,0,NULL,0}, + {"䙪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xaa",3,NULL,0,NULL,0}, + {"烿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xbf",3,NULL,0,NULL,0}, + {"摧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xa7",3,NULL,0,NULL,0}, + {"ⷑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x91",3,NULL,0,NULL,0}, + {"獛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x9b",3,NULL,0,NULL,0}, + {"ⳤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xa4",3,NULL,0,NULL,0}, + {"科",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x91",3,NULL,0,NULL,0}, + {"묛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x9b",3,NULL,0,NULL,0}, + {"棆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x86",3,NULL,0,NULL,0}, + {"攣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xa3",3,NULL,0,NULL,0}, + {"ါ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xb7",3,NULL,0,NULL,0}, + {"Ⱘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xa8",3,NULL,0,NULL,0}, + {"譠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xb9",3,NULL,0,NULL,0}, + {"㵗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x97",3,NULL,0,NULL,0}, + {"唬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xac",3,NULL,0,NULL,0}, + {"ኩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xa9",3,NULL,0,NULL,0}, + {"Ğ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x9e",2,NULL,0,NULL,0}, + {"庙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x99",3,NULL,0,NULL,0}, + {"윹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xb9",3,NULL,0,NULL,0}, + {"౞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x9e",3,NULL,0,NULL,0}, + {"윪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xaa",3,NULL,0,NULL,0}, + {"୏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x96",3,NULL,0,NULL,0}, + {"见",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x81",3,NULL,0,NULL,0}, + {"叼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xbc",3,NULL,0,NULL,0}, + {"➣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xa3",3,NULL,0,NULL,0}, + {"༦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xa6",3,NULL,0,NULL,0}, + {"撩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x9e",3,NULL,0,NULL,0}, + {"ꭵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xb5",3,NULL,0,NULL,0}, + {"梩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xa9",3,NULL,0,NULL,0}, + {"訊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x8a",3,NULL,0,NULL,0}, + {"Ʂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xb1",3,NULL,0,NULL,0}, + {"鱃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x83",3,NULL,0,NULL,0}, + {"䩨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xa8",3,NULL,0,NULL,0}, + {"ิ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xb4",3,NULL,0,NULL,0}, + {"慳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xb3",3,NULL,0,NULL,0}, + {"搢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xa2",3,NULL,0,NULL,0}, + {"䓭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xad",3,NULL,0,NULL,0}, + {"᳏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x8f",3,NULL,0,NULL,0}, + {"턤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x90",3,NULL,0,NULL,0}, + {"ᰨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xa8",3,NULL,0,NULL,0}, + {"蜼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xbc",3,NULL,0,NULL,0}, + {"楍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x8d",3,NULL,0,NULL,0}, + {"䴂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x81",3,NULL,0,NULL,0}, + {"㡑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x91",3,NULL,0,NULL,0}, + {"ﳍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x8d",3,NULL,0,NULL,0}, + {"홗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x97",3,NULL,0,NULL,0}, + {"କ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x95",3,NULL,0,NULL,0}, + {"릒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x92",3,NULL,0,NULL,0}, + {"ꉩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xa9",3,NULL,0,NULL,0}, + {"选",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x9c",3,NULL,0,NULL,0}, + {"ᵰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xb0",3,NULL,0,NULL,0}, + {"㓰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xb0",3,NULL,0,NULL,0}, + {"記",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x98",3,NULL,0,NULL,0}, + {"䭀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x80",3,NULL,0,NULL,0}, + {"쑷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xb7",3,NULL,0,NULL,0}, + {"鹀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x80",3,NULL,0,NULL,0}, + {"慂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x82",3,NULL,0,NULL,0}, + {"撼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xac",3,NULL,0,NULL,0}, + {"䖰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xb0",3,NULL,0,NULL,0}, + {"깛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x9b",3,NULL,0,NULL,0}, + {"䈖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x96",3,NULL,0,NULL,0}, + {"럊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x8a",3,NULL,0,NULL,0}, + {"꿳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xb3",3,NULL,0,NULL,0}, + {"題",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x8c",3,NULL,0,NULL,0}, + {"溺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xba",3,NULL,0,NULL,0}, + {"਀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x9d",3,NULL,0,NULL,0}, + {"彶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xb6",3,NULL,0,NULL,0}, + {"旔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x94",3,NULL,0,NULL,0}, + {"䯹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xb9",3,NULL,0,NULL,0}, + {"揲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xb2",3,NULL,0,NULL,0}, + {"剪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xac",3,NULL,0,NULL,0}, + {"絻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xbb",3,NULL,0,NULL,0}, + {"䀾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xbe",3,NULL,0,NULL,0}, + {"麂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x81",3,NULL,0,NULL,0}, + {"몟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x9f",3,NULL,0,NULL,0}, + {"䭯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xaf",3,NULL,0,NULL,0}, + {"ᳩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xa9",3,NULL,0,NULL,0}, + {"箃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x83",3,NULL,0,NULL,0}, + {"튣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x8d",3,NULL,0,NULL,0}, + {"黇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x94",3,NULL,0,NULL,0}, + {"枢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xb0",3,NULL,0,NULL,0}, + {"䨣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xa3",3,NULL,0,NULL,0}, + {"栩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xa9",3,NULL,0,NULL,0}, + {"锜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x9c",3,NULL,0,NULL,0}, + {"鯫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xab",3,NULL,0,NULL,0}, + {"㟵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xb5",3,NULL,0,NULL,0}, + {"乻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xbb",3,NULL,0,NULL,0}, + {"漀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x80",3,NULL,0,NULL,0}, + {"ﴹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xb9",3,NULL,0,NULL,0}, + {"誼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xbc",3,NULL,0,NULL,0}, + {"웘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x98",3,NULL,0,NULL,0}, + {"盄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x84",3,NULL,0,NULL,0}, + {"亊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xb7",3,NULL,0,NULL,0}, + {"昃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x83",3,NULL,0,NULL,0}, + {"῏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xaa",3,NULL,0,NULL,0}, + {"瓱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xb1",3,NULL,0,NULL,0}, + {"紶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xb6",3,NULL,0,NULL,0}, + {"銑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x91",3,NULL,0,NULL,0}, + {"㾷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x85",3,NULL,0,NULL,0}, + {"俺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xba",3,NULL,0,NULL,0}, + {"벼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xbc",3,NULL,0,NULL,0}, + {"ꥻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xbb",3,NULL,0,NULL,0}, + {"倱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xae",3,NULL,0,NULL,0}, + {"闆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x86",3,NULL,0,NULL,0}, + {"쩍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x8d",3,NULL,0,NULL,0}, + {"瀷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xb7",3,NULL,0,NULL,0}, + {"齊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x8a",3,NULL,0,NULL,0}, + {"漾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xbe",3,NULL,0,NULL,0}, + {"嬥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xa5",3,NULL,0,NULL,0}, + {"팀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x80",3,NULL,0,NULL,0}, + {"跃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x83",3,NULL,0,NULL,0}, + {"ﴟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x9f",3,NULL,0,NULL,0}, + {"ㄧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xa7",3,NULL,0,NULL,0}, + {"⻛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x9b",3,NULL,0,NULL,0}, + {"걒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x9d",3,NULL,0,NULL,0}, + {"䫒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x92",3,NULL,0,NULL,0}, + {"﶐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x90",3,NULL,0,NULL,0}, + {"ỉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x89",3,NULL,0,NULL,0}, + {"떌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x8c",3,NULL,0,NULL,0}, + {"¢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa0",3,NULL,0,NULL,0}, + {"룉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x89",3,NULL,0,NULL,0}, + {"䵏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x8f",3,NULL,0,NULL,0}, + {"뗍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x8d",3,NULL,0,NULL,0}, + {"璒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x92",3,NULL,0,NULL,0}, + {"踟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x9f",3,NULL,0,NULL,0}, + {"⾄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x84",3,NULL,0,NULL,0}, + {"며",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xa7",3,NULL,0,NULL,0}, + {"놬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xac",3,NULL,0,NULL,0}, + {"ꙵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xb5",3,NULL,0,NULL,0}, + {"胉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x89",3,NULL,0,NULL,0}, + {"叠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xa0",3,NULL,0,NULL,0}, + {"伲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xb2",3,NULL,0,NULL,0}, + {"넓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x93",3,NULL,0,NULL,0}, + {"Α",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x91",2,NULL,0,NULL,0}, + {"ᒟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x9f",3,NULL,0,NULL,0}, + {"韃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x83",3,NULL,0,NULL,0}, + {"힐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x90",3,NULL,0,NULL,0}, + {"쥫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xab",3,NULL,0,NULL,0}, + {"졞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x9e",3,NULL,0,NULL,0}, + {"茝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x9d",3,NULL,0,NULL,0}, + {"Ꭸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xa8",3,NULL,0,NULL,0}, + {"ᚵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x8f",3,NULL,0,NULL,0}, + {"湶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xb6",3,NULL,0,NULL,0}, + {"鄘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x98",3,NULL,0,NULL,0}, + {"ᡁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x9d",3,NULL,0,NULL,0}, + {"舌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x8c",3,NULL,0,NULL,0}, + {"ᢼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xbc",3,NULL,0,NULL,0}, + {"礎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x82",3,NULL,0,NULL,0}, + {"⼓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x93",3,NULL,0,NULL,0}, + {"䜆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x86",3,NULL,0,NULL,0}, + {"ﬞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x9e",3,NULL,0,NULL,0}, + {"岸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xb6",3,NULL,0,NULL,0}, + {"ꂸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xb8",3,NULL,0,NULL,0}, + {"﬿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xbf",3,NULL,0,NULL,0}, + {"鎘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x84",3,NULL,0,NULL,0}, + {"ᴼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xbc",3,NULL,0,NULL,0}, + {"樆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x86",3,NULL,0,NULL,0}, + {"硕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x95",3,NULL,0,NULL,0}, + {"„",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x84",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x87",3,NULL,0,NULL,0}, + {"ጫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xab",3,NULL,0,NULL,0}, + {"㫢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xa2",3,NULL,0,NULL,0}, + {"ċ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x8b",2,NULL,0,NULL,0}, + {"ἂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x82",3,NULL,0,NULL,0}, + {"酴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xb4",3,NULL,0,NULL,0}, + {"닐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x90",3,NULL,0,NULL,0}, + {"ↈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x88",3,NULL,0,NULL,0}, + {"凥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xa5",3,NULL,0,NULL,0}, + {"ᛷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xb7",3,NULL,0,NULL,0}, + {"荣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xa3",3,NULL,0,NULL,0}, + {"骗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x97",3,NULL,0,NULL,0}, + {"ᓷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x9d",3,NULL,0,NULL,0}, + {"ᡷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xb7",3,NULL,0,NULL,0}, + {"‧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa7",3,NULL,0,NULL,0}, + {"翅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x85",3,NULL,0,NULL,0}, + {"⪳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xb3",3,NULL,0,NULL,0}, + {"住",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x8f",3,NULL,0,NULL,0}, + {"狭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xad",3,NULL,0,NULL,0}, + {"蕈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x88",3,NULL,0,NULL,0}, + {"ș",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x99",2,NULL,0,NULL,0}, + {"蒿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xbf",3,NULL,0,NULL,0}, + {"뭨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xa8",3,NULL,0,NULL,0}, + {"䐎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x8e",3,NULL,0,NULL,0}, + {"폳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xb3",3,NULL,0,NULL,0}, + {"蓟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x9f",3,NULL,0,NULL,0}, + {"ﭵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xb5",3,NULL,0,NULL,0}, + {"ꮯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xaf",3,NULL,0,NULL,0}, + {"〕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x95",3,NULL,0,NULL,0}, + {"᥃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x83",3,NULL,0,NULL,0}, + {"췮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xae",3,NULL,0,NULL,0}, + {"儚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x9a",3,NULL,0,NULL,0}, + {"敥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xa5",3,NULL,0,NULL,0}, + {"뛰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xa4",3,NULL,0,NULL,0}, + {"谉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x89",3,NULL,0,NULL,0}, + {"飯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xaa",3,NULL,0,NULL,0}, + {"㎰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xb0",3,NULL,0,NULL,0}, + {"헄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x84",3,NULL,0,NULL,0}, + {"ꁯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xaf",3,NULL,0,NULL,0}, + {"䀊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x8a",3,NULL,0,NULL,0}, + {"缾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xb1",3,NULL,0,NULL,0}, + {"㏹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xb9",3,NULL,0,NULL,0}, + {"ꡜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x9c",3,NULL,0,NULL,0}, + {"汐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x90",3,NULL,0,NULL,0}, + {"쩢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xa2",3,NULL,0,NULL,0}, + {"ṻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xbb",3,NULL,0,NULL,0}, + {"缍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x8d",3,NULL,0,NULL,0}, + {"ㅃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x83",3,NULL,0,NULL,0}, + {"菌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x8c",3,NULL,0,NULL,0}, + {"瑎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x8e",3,NULL,0,NULL,0}, + {"쬑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x91",3,NULL,0,NULL,0}, + {";",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x9b",3,NULL,0,NULL,0}, + {"䡛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x88",3,NULL,0,NULL,0}, + {"痏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x8f",3,NULL,0,NULL,0}, + {"굸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xbb",3,NULL,0,NULL,0}, + {"䠖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x96",3,NULL,0,NULL,0}, + {"燛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x9b",3,NULL,0,NULL,0}, + {"შ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xa8",3,NULL,0,NULL,0}, + {"䒕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x95",3,NULL,0,NULL,0}, + {"⇤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x88",3,NULL,0,NULL,0}, + {"Ԋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x8a",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xaf",3,NULL,0,NULL,0}, + {"앟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x9f",3,NULL,0,NULL,0}, + {"倫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x8d",3,NULL,0,NULL,0}, + {"㨨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x86",3,NULL,0,NULL,0}, + {"折",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x98",3,NULL,0,NULL,0}, + {"찪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xaa",3,NULL,0,NULL,0}, + {"橲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xa5",3,NULL,0,NULL,0}, + {"㒒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x92",3,NULL,0,NULL,0}, + {"쫗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x97",3,NULL,0,NULL,0}, + {"䡵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xac",3,NULL,0,NULL,0}, + {"ᝰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xb0",3,NULL,0,NULL,0}, + {"嫍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x8d",3,NULL,0,NULL,0}, + {"☇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xa3",3,NULL,0,NULL,0}, + {"ﯥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xa5",3,NULL,0,NULL,0}, + {"▀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x80",3,NULL,0,NULL,0}, + {"邚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x9a",3,NULL,0,NULL,0}, + {"᠟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x9f",3,NULL,0,NULL,0}, + {"異",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xb0",3,NULL,0,NULL,0}, + {"㵯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xaf",3,NULL,0,NULL,0}, + {"퉽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xbd",3,NULL,0,NULL,0}, + {"䥥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xa5",3,NULL,0,NULL,0}, + {"ﯾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xbe",3,NULL,0,NULL,0}, + {"粏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x8f",3,NULL,0,NULL,0}, + {"ꅿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x90",3,NULL,0,NULL,0}, + {"⑦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xa6",3,NULL,0,NULL,0}, + {"쨐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x90",3,NULL,0,NULL,0}, + {"॔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x94",3,NULL,0,NULL,0}, + {"쇵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xb5",3,NULL,0,NULL,0}, + {"㈒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x92",3,NULL,0,NULL,0}, + {"䚻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xbb",3,NULL,0,NULL,0}, + {"␋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x8b",3,NULL,0,NULL,0}, + {"킮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xae",3,NULL,0,NULL,0}, + {"洿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xbf",3,NULL,0,NULL,0}, + {"㜇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x87",3,NULL,0,NULL,0}, + {"磯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xaf",3,NULL,0,NULL,0}, + {"ⴞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x9e",3,NULL,0,NULL,0}, + {"셙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x99",3,NULL,0,NULL,0}, + {"쮣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xa3",3,NULL,0,NULL,0}, + {"霳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xb3",3,NULL,0,NULL,0}, + {"樱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xb1",3,NULL,0,NULL,0}, + {"♅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x85",3,NULL,0,NULL,0}, + {"⦕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x95",3,NULL,0,NULL,0}, + {"댬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xac",3,NULL,0,NULL,0}, + {"䘊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x8a",3,NULL,0,NULL,0}, + {"ᬆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x86",3,NULL,0,NULL,0}, + {"쾢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xa2",3,NULL,0,NULL,0}, + {"Ա",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xb1",2,NULL,0,NULL,0}, + {"ޫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xab",2,NULL,0,NULL,0}, + {"໯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xaf",3,NULL,0,NULL,0}, + {"㙦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xa6",3,NULL,0,NULL,0}, + {"籕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x95",3,NULL,0,NULL,0}, + {"ᆰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb0",3,NULL,0,NULL,0}, + {"먠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xa0",3,NULL,0,NULL,0}, + {"葲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xb2",3,NULL,0,NULL,0}, + {"妄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x84",3,NULL,0,NULL,0}, + {"澻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xbb",3,NULL,0,NULL,0}, + {"噷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xb7",3,NULL,0,NULL,0}, + {"❥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xa5",3,NULL,0,NULL,0}, + {"﫵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xb5",3,NULL,0,NULL,0}, + {"㌕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x95",3,NULL,0,NULL,0}, + {"ꏭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xad",3,NULL,0,NULL,0}, + {"ꄖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x96",3,NULL,0,NULL,0}, + {"쵲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xb2",3,NULL,0,NULL,0}, + {"섟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x9f",3,NULL,0,NULL,0}, + {"窤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xa4",3,NULL,0,NULL,0}, + {"ꍼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xbc",3,NULL,0,NULL,0}, + {"鵦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xa6",3,NULL,0,NULL,0}, + {"╤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xa4",3,NULL,0,NULL,0}, + {"턣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x9b",3,NULL,0,NULL,0}, + {"䳉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x89",3,NULL,0,NULL,0}, + {"ᩎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x8e",3,NULL,0,NULL,0}, + {"ሟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x9f",3,NULL,0,NULL,0}, + {"첹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xb9",3,NULL,0,NULL,0}, + {"곃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x83",3,NULL,0,NULL,0}, + {"䌸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xb8",3,NULL,0,NULL,0}, + {"Ѷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xb6",2,NULL,0,NULL,0}, + {"皐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x90",3,NULL,0,NULL,0}, + {"㥜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x9c",3,NULL,0,NULL,0}, + {"豺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xba",3,NULL,0,NULL,0}, + {"쉀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x80",3,NULL,0,NULL,0}, + {"쿑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x91",3,NULL,0,NULL,0}, + {"摙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x99",3,NULL,0,NULL,0}, + {"쀉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xb7",3,NULL,0,NULL,0}, + {"戬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xac",3,NULL,0,NULL,0}, + {"⌈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x88",3,NULL,0,NULL,0}, + {"ᆴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xaf",3,NULL,0,NULL,0}, + {"킒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x92",3,NULL,0,NULL,0}, + {"䲑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xbb",3,NULL,0,NULL,0}, + {"⣊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x8a",3,NULL,0,NULL,0}, + {"魔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x94",3,NULL,0,NULL,0}, + {"蘿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xbf",3,NULL,0,NULL,0}, + {"筱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xb1",3,NULL,0,NULL,0}, + {"㧹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xb9",3,NULL,0,NULL,0}, + {"墚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x9a",3,NULL,0,NULL,0}, + {"ᯖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x96",3,NULL,0,NULL,0}, + {"䊀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x80",3,NULL,0,NULL,0}, + {"Ġ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xa0",2,NULL,0,NULL,0}, + {"颳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xb3",3,NULL,0,NULL,0}, + {"蚛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x9b",3,NULL,0,NULL,0}, + {"㔕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x95",3,NULL,0,NULL,0}, + {"墿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xbf",3,NULL,0,NULL,0}, + {"浦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xa6",3,NULL,0,NULL,0}, + {"㮑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x91",3,NULL,0,NULL,0}, + {"箬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xac",3,NULL,0,NULL,0}, + {"Ⓛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x81",3,NULL,0,NULL,0}, + {"䃎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x8e",3,NULL,0,NULL,0}, + {"網",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xb2",3,NULL,0,NULL,0}, + {"淥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xa5",3,NULL,0,NULL,0}, + {"⮽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xbd",3,NULL,0,NULL,0}, + {"؇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x87",2,NULL,0,NULL,0}, + {"䧔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x94",3,NULL,0,NULL,0}, + {"㖵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xb5",3,NULL,0,NULL,0}, + {"⎗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x97",3,NULL,0,NULL,0}, + {"犟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x9f",3,NULL,0,NULL,0}, + {"柇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x87",3,NULL,0,NULL,0}, + {"栈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x88",3,NULL,0,NULL,0}, + {"玓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x93",3,NULL,0,NULL,0}, + {"㠤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xa4",3,NULL,0,NULL,0}, + {"ꓲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xb2",3,NULL,0,NULL,0}, + {"ꖉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x89",3,NULL,0,NULL,0}, + {"뒪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xaa",3,NULL,0,NULL,0}, + {"刡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xa1",3,NULL,0,NULL,0}, + {"뭦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xa6",3,NULL,0,NULL,0}, + {"톢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xa2",3,NULL,0,NULL,0}, + {"嗘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x98",3,NULL,0,NULL,0}, + {"꠻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xbb",3,NULL,0,NULL,0}, + {"卦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xa6",3,NULL,0,NULL,0}, + {"⧟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x9f",3,NULL,0,NULL,0}, + {"퇹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xb9",3,NULL,0,NULL,0}, + {"瀉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x89",3,NULL,0,NULL,0}, + {"鼓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x93",3,NULL,0,NULL,0}, + {"䩃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x83",3,NULL,0,NULL,0}, + {"퓔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x94",3,NULL,0,NULL,0}, + {"콆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x86",3,NULL,0,NULL,0}, + {"祔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x94",3,NULL,0,NULL,0}, + {"躆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x86",3,NULL,0,NULL,0}, + {"⍨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xa8",3,NULL,0,NULL,0}, + {"㓗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x97",3,NULL,0,NULL,0}, + {"䭢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xa2",3,NULL,0,NULL,0}, + {"뷅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x85",3,NULL,0,NULL,0}, + {"獙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x99",3,NULL,0,NULL,0}, + {"혬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xac",3,NULL,0,NULL,0}, + {"秛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x9b",3,NULL,0,NULL,0}, + {"愢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xa6",3,NULL,0,NULL,0}, + {"Ⰵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x85",3,NULL,0,NULL,0}, + {"慫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xab",3,NULL,0,NULL,0}, + {"赦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xa6",3,NULL,0,NULL,0}, + {"擋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x8b",3,NULL,0,NULL,0}, + {"澊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x8a",3,NULL,0,NULL,0}, + {"晧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xa7",3,NULL,0,NULL,0}, + {"㣰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xb0",3,NULL,0,NULL,0}, + {"謚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x9a",3,NULL,0,NULL,0}, + {"遰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xb0",3,NULL,0,NULL,0}, + {"曐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x90",3,NULL,0,NULL,0}, + {"讏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x8f",3,NULL,0,NULL,0}, + {"踆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x86",3,NULL,0,NULL,0}, + {"ꥄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x84",3,NULL,0,NULL,0}, + {"匓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x93",3,NULL,0,NULL,0}, + {"䰲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xb2",3,NULL,0,NULL,0}, + {"켐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x90",3,NULL,0,NULL,0}, + {"襮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xae",3,NULL,0,NULL,0}, + {"㤏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x8f",3,NULL,0,NULL,0}, + {"㟧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xa7",3,NULL,0,NULL,0}, + {"຿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xbf",3,NULL,0,NULL,0}, + {"쌌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x8c",3,NULL,0,NULL,0}, + {"기",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xb0",3,NULL,0,NULL,0}, + {"ʃ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x83",2,NULL,0,NULL,0}, + {"쿍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x8d",3,NULL,0,NULL,0}, + {"퐦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xa6",3,NULL,0,NULL,0}, + {"恰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xb0",3,NULL,0,NULL,0}, + {"킱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xb1",3,NULL,0,NULL,0}, + {"ᰛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x9b",3,NULL,0,NULL,0}, + {"㻟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x9f",3,NULL,0,NULL,0}, + {"൝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xb5",3,NULL,0,NULL,0}, + {"㢶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xb6",3,NULL,0,NULL,0}, + {"퐍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x8d",3,NULL,0,NULL,0}, + {"ﱢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xa2",3,NULL,0,NULL,0}, + {"賟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x9f",3,NULL,0,NULL,0}, + {"ꊤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xa4",3,NULL,0,NULL,0}, + {"ꓡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xa1",3,NULL,0,NULL,0}, + {"뢡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xa1",3,NULL,0,NULL,0}, + {"䰣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xa3",3,NULL,0,NULL,0}, + {"鏐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x90",3,NULL,0,NULL,0}, + {"温",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xa9",3,NULL,0,NULL,0}, + {"鶆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xa9",3,NULL,0,NULL,0}, + {"ᣡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xa1",3,NULL,0,NULL,0}, + {"슏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x8f",3,NULL,0,NULL,0}, + {"煘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x98",3,NULL,0,NULL,0}, + {"᷽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x94",3,NULL,0,NULL,0}, + {"↓",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x93",3,NULL,0,NULL,0}, + {"輘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x98",3,NULL,0,NULL,0}, + {"馴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xb4",3,NULL,0,NULL,0}, + {"趫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xab",3,NULL,0,NULL,0}, + {"羃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xa3",3,NULL,0,NULL,0}, + {"㰦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xa6",3,NULL,0,NULL,0}, + {"Ꟈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x87",3,NULL,0,NULL,0}, + {"꜅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x9e",3,NULL,0,NULL,0}, + {"誫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xab",3,NULL,0,NULL,0}, + {"끪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xbd",3,NULL,0,NULL,0}, + {"폓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x93",3,NULL,0,NULL,0}, + {"惇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x87",3,NULL,0,NULL,0}, + {"㹁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xa0",3,NULL,0,NULL,0}, + {"॥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xa5",3,NULL,0,NULL,0}, + {"猺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xba",3,NULL,0,NULL,0}, + {"㬶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xb6",3,NULL,0,NULL,0}, + {"往",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x80",3,NULL,0,NULL,0}, + {"勉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x89",3,NULL,0,NULL,0}, + {"鮾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xbe",3,NULL,0,NULL,0}, + {"ీ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x80",3,NULL,0,NULL,0}, + {"톥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xa5",3,NULL,0,NULL,0}, + {"䂷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xb4",3,NULL,0,NULL,0}, + {"眨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xa8",3,NULL,0,NULL,0}, + {"䑇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x87",3,NULL,0,NULL,0}, + {"ஹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xb9",3,NULL,0,NULL,0}, + {"屒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xbb",3,NULL,0,NULL,0}, + {"袀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x80",3,NULL,0,NULL,0}, + {"鍹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xb9",3,NULL,0,NULL,0}, + {"珚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xa8",3,NULL,0,NULL,0}, + {"헵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xb5",3,NULL,0,NULL,0}, + {"ᴱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xb1",3,NULL,0,NULL,0}, + {"﨓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x93",3,NULL,0,NULL,0}, + {"䝉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x89",3,NULL,0,NULL,0}, + {"瞔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x94",3,NULL,0,NULL,0}, + {"釖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x96",3,NULL,0,NULL,0}, + {"펡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xa1",3,NULL,0,NULL,0}, + {"辷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xb7",3,NULL,0,NULL,0}, + {"뀁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xb4",3,NULL,0,NULL,0}, + {"ฏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x8f",3,NULL,0,NULL,0}, + {"濾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xbe",3,NULL,0,NULL,0}, + {"彦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xa6",3,NULL,0,NULL,0}, + {"뵸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x9d",3,NULL,0,NULL,0}, + {"ꝲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xa6",3,NULL,0,NULL,0}, + {"斠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xb2",3,NULL,0,NULL,0}, + {"主",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xa9",3,NULL,0,NULL,0}, + {"䉡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x85",3,NULL,0,NULL,0}, + {"贷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xb7",3,NULL,0,NULL,0}, + {"蠷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xb7",3,NULL,0,NULL,0}, + {"ர",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xb0",3,NULL,0,NULL,0}, + {"ꑑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x91",3,NULL,0,NULL,0}, + {"᳻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xbb",3,NULL,0,NULL,0}, + {"࢜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xab",3,NULL,0,NULL,0}, + {"∌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x8c",3,NULL,0,NULL,0}, + {"튱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xb1",3,NULL,0,NULL,0}, + {"鋝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x9d",3,NULL,0,NULL,0}, + {"⮪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xaa",3,NULL,0,NULL,0}, + {"㿫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xab",3,NULL,0,NULL,0}, + {"퍧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xa7",3,NULL,0,NULL,0}, + {"帓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x93",3,NULL,0,NULL,0}, + {"㾦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xa6",3,NULL,0,NULL,0}, + {"堢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xa2",3,NULL,0,NULL,0}, + {"倳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xb3",3,NULL,0,NULL,0}, + {"ﲴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xb4",3,NULL,0,NULL,0}, + {"纕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x95",3,NULL,0,NULL,0}, + {"乹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xb9",3,NULL,0,NULL,0}, + {"ﴳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xb3",3,NULL,0,NULL,0}, + {"縜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x9c",3,NULL,0,NULL,0}, + {"덤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xa4",3,NULL,0,NULL,0}, + {"븍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x8d",3,NULL,0,NULL,0}, + {"ឩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xa9",3,NULL,0,NULL,0}, + {"⭴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xb4",3,NULL,0,NULL,0}, + {"滸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xb8",3,NULL,0,NULL,0}, + {"ミ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9f",3,NULL,0,NULL,0}, + {"៪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xaa",3,NULL,0,NULL,0}, + {"ൟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x9f",3,NULL,0,NULL,0}, + {"よ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x88",3,NULL,0,NULL,0}, + {"雵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xb5",3,NULL,0,NULL,0}, + {"῝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x93",3,NULL,0,NULL,0}, + {"⿻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xbb",3,NULL,0,NULL,0}, + {"뗅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x85",3,NULL,0,NULL,0}, + {"銣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xa3",3,NULL,0,NULL,0}, + {"㾵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xb4",3,NULL,0,NULL,0}, + {"崳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xbf",3,NULL,0,NULL,0}, + {"ﰣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xa3",3,NULL,0,NULL,0}, + {"छ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x9b",3,NULL,0,NULL,0}, + {"꒨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xa8",3,NULL,0,NULL,0}, + {"欀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x80",3,NULL,0,NULL,0}, + {"쩏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x8f",3,NULL,0,NULL,0}, + {"ዚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x9a",3,NULL,0,NULL,0}, + {"䶹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xb2",3,NULL,0,NULL,0}, + {"芨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xa8",3,NULL,0,NULL,0}, + {"Ꜭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xac",3,NULL,0,NULL,0}, + {"䷄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x84",3,NULL,0,NULL,0}, + {"완",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x84",3,NULL,0,NULL,0}, + {"翮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x90",3,NULL,0,NULL,0}, + {"ۣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xa3",2,NULL,0,NULL,0}, + {"닳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xb3",3,NULL,0,NULL,0}, + {"䘯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xaf",3,NULL,0,NULL,0}, + {"䄳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xb3",3,NULL,0,NULL,0}, + {"興",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x88",3,NULL,0,NULL,0}, + {"⛪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xaa",3,NULL,0,NULL,0}, + {"⽼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xbc",3,NULL,0,NULL,0}, + {"⫫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xab",3,NULL,0,NULL,0}, + {"ૄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x84",3,NULL,0,NULL,0}, + {"难",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xbe",3,NULL,0,NULL,0}, + {"≸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xa9",3,NULL,0,NULL,0}, + {"錝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x9d",3,NULL,0,NULL,0}, + {"肓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x93",3,NULL,0,NULL,0}, + {"磈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x88",3,NULL,0,NULL,0}, + {"䀹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x94",3,NULL,0,NULL,0}, + {"繍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x8d",3,NULL,0,NULL,0}, + {"퓻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xbb",3,NULL,0,NULL,0}, + {"텨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xa8",3,NULL,0,NULL,0}, + {"樂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x82",3,NULL,0,NULL,0}, + {"全",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xa8",3,NULL,0,NULL,0}, + {"쟾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xbe",3,NULL,0,NULL,0}, + {"㴭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xad",3,NULL,0,NULL,0}, + {"❄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x84",3,NULL,0,NULL,0}, + {"⪱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xb1",3,NULL,0,NULL,0}, + {"ǚ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x9a",2,NULL,0,NULL,0}, + {"짒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x92",3,NULL,0,NULL,0}, + {"띝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x9d",3,NULL,0,NULL,0}, + {"ߓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x93",2,NULL,0,NULL,0}, + {"ᙓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x93",3,NULL,0,NULL,0}, + {"⋏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x8f",3,NULL,0,NULL,0}, + {"彇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x87",3,NULL,0,NULL,0}, + {"偻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xbb",3,NULL,0,NULL,0}, + {"ᗴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xb4",3,NULL,0,NULL,0}, + {"㎬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xac",3,NULL,0,NULL,0}, + {"ﴁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xb7",3,NULL,0,NULL,0}, + {"懆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x86",3,NULL,0,NULL,0}, + {"쐘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x98",3,NULL,0,NULL,0}, + {"緎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x92",3,NULL,0,NULL,0}, + {"凯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xaf",3,NULL,0,NULL,0}, + {"铞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x9e",3,NULL,0,NULL,0}, + {"荙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xa7",3,NULL,0,NULL,0}, + {"︄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x84",3,NULL,0,NULL,0}, + {"歞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x9e",3,NULL,0,NULL,0}, + {"ൃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xad",3,NULL,0,NULL,0}, + {"႕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x95",3,NULL,0,NULL,0}, + {"ꮭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xad",3,NULL,0,NULL,0}, + {"뾹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xb9",3,NULL,0,NULL,0}, + {"쨁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x81",3,NULL,0,NULL,0}, + {"䤿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xbf",3,NULL,0,NULL,0}, + {"真",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x9f",3,NULL,0,NULL,0}, + {"峅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x85",3,NULL,0,NULL,0}, + {"⠸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xb8",3,NULL,0,NULL,0}, + {"ᄆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x8e",3,NULL,0,NULL,0}, + {"䙕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x95",3,NULL,0,NULL,0}, + {"ë",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xab",2,NULL,0,NULL,0}, + {"挕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x95",3,NULL,0,NULL,0}, + {"ᬝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x9d",3,NULL,0,NULL,0}, + {"뎸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xb8",3,NULL,0,NULL,0}, + {"ꦙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x99",3,NULL,0,NULL,0}, + {"ẉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x89",3,NULL,0,NULL,0}, + {"첣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xa3",3,NULL,0,NULL,0}, + {"ᓗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x97",3,NULL,0,NULL,0}, + {"捇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x87",3,NULL,0,NULL,0}, + {"钋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x8b",3,NULL,0,NULL,0}, + {"⓾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xbe",3,NULL,0,NULL,0}, + {"女",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xb3",3,NULL,0,NULL,0}, + {"쮯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xaf",3,NULL,0,NULL,0}, + {"蓿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xb8",3,NULL,0,NULL,0}, + {"⟾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xbe",3,NULL,0,NULL,0}, + {"⪒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x92",3,NULL,0,NULL,0}, + {"◆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x86",3,NULL,0,NULL,0}, + {"ꄭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xad",3,NULL,0,NULL,0}, + {"წ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xac",3,NULL,0,NULL,0}, + {"㉵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xb5",3,NULL,0,NULL,0}, + {"⿘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x98",3,NULL,0,NULL,0}, + {"䦆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x86",3,NULL,0,NULL,0}, + {"陵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xb5",3,NULL,0,NULL,0}, + {"૿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xbf",3,NULL,0,NULL,0}, + {"䳔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x94",3,NULL,0,NULL,0}, + {"⑚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x9a",3,NULL,0,NULL,0}, + {"贂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x82",3,NULL,0,NULL,0}, + {"㈖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x96",3,NULL,0,NULL,0}, + {"胬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xac",3,NULL,0,NULL,0}, + {"鏷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xb3",3,NULL,0,NULL,0}, + {"䩍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x8d",3,NULL,0,NULL,0}, + {"渆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x86",3,NULL,0,NULL,0}, + {"寸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xb8",3,NULL,0,NULL,0}, + {"Ĭ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xac",2,NULL,0,NULL,0}, + {"䍣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xa3",3,NULL,0,NULL,0}, + {"ੑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x91",3,NULL,0,NULL,0}, + {"솺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xba",3,NULL,0,NULL,0}, + {"죁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x81",3,NULL,0,NULL,0}, + {"⨈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xb1",3,NULL,0,NULL,0}, + {"ᑐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x90",3,NULL,0,NULL,0}, + {"Ᵽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xa3",3,NULL,0,NULL,0}, + {"㟮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xae",3,NULL,0,NULL,0}, + {"ꕃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x83",3,NULL,0,NULL,0}, + {"⹳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xb3",3,NULL,0,NULL,0}, + {"ତ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xa4",3,NULL,0,NULL,0}, + {"뿲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xb2",3,NULL,0,NULL,0}, + {"曷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x8a",3,NULL,0,NULL,0}, + {"쭪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xaa",3,NULL,0,NULL,0}, + {"螘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x98",3,NULL,0,NULL,0}, + {"ᄵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xb5",3,NULL,0,NULL,0}, + {"궦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xa6",3,NULL,0,NULL,0}, + {"㊳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xb3",3,NULL,0,NULL,0}, + {"긅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x85",3,NULL,0,NULL,0}, + {"毭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xad",3,NULL,0,NULL,0}, + {"箏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x8f",3,NULL,0,NULL,0}, + {"㘗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x97",3,NULL,0,NULL,0}, + {"ʺ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xba",2,NULL,0,NULL,0}, + {"퍅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x85",3,NULL,0,NULL,0}, + {"뇪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xaa",3,NULL,0,NULL,0}, + {"륣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x98",3,NULL,0,NULL,0}, + {"萣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xa3",3,NULL,0,NULL,0}, + {"稿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xbf",3,NULL,0,NULL,0}, + {"腫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xab",3,NULL,0,NULL,0}, + {"놡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xa1",3,NULL,0,NULL,0}, + {"ꏧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xa7",3,NULL,0,NULL,0}, + {"鳗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x97",3,NULL,0,NULL,0}, + {"뙫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xab",3,NULL,0,NULL,0}, + {"宯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xaf",3,NULL,0,NULL,0}, + {"ᨕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x95",3,NULL,0,NULL,0}, + {"棭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xb3",3,NULL,0,NULL,0}, + {"거",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xb0",3,NULL,0,NULL,0}, + {"휆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x86",3,NULL,0,NULL,0}, + {"䪬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xac",3,NULL,0,NULL,0}, + {"ꊽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xbd",3,NULL,0,NULL,0}, + {"徾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xbe",3,NULL,0,NULL,0}, + {"笹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xb9",3,NULL,0,NULL,0}, + {"诛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x9b",3,NULL,0,NULL,0}, + {"氣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xa3",3,NULL,0,NULL,0}, + {"ꇵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xb5",3,NULL,0,NULL,0}, + {"뽫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xab",3,NULL,0,NULL,0}, + {"朦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xa6",3,NULL,0,NULL,0}, + {"盍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x8d",3,NULL,0,NULL,0}, + {"爇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x87",3,NULL,0,NULL,0}, + {"캭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xad",3,NULL,0,NULL,0}, + {"ꀎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x8e",3,NULL,0,NULL,0}, + {"퀭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xad",3,NULL,0,NULL,0}, + {"許",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xb1",3,NULL,0,NULL,0}, + {"❯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xaf",3,NULL,0,NULL,0}, + {"髡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xa1",3,NULL,0,NULL,0}, + {"Ⴜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xbc",3,NULL,0,NULL,0}, + {"詜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x9c",3,NULL,0,NULL,0}, + {"ֶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xb6",2,NULL,0,NULL,0}, + {"頩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xa9",3,NULL,0,NULL,0}, + {"⶙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x99",3,NULL,0,NULL,0}, + {"较",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x83",3,NULL,0,NULL,0}, + {"䔫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xab",3,NULL,0,NULL,0}, + {"ꧫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xab",3,NULL,0,NULL,0}, + {"竚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x9a",3,NULL,0,NULL,0}, + {"蛼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xbc",3,NULL,0,NULL,0}, + {"㩌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x8c",3,NULL,0,NULL,0}, + {"깆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x86",3,NULL,0,NULL,0}, + {"䚨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xa8",3,NULL,0,NULL,0}, + {"첻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xbb",3,NULL,0,NULL,0}, + {"溡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xa1",3,NULL,0,NULL,0}, + {"힅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x85",3,NULL,0,NULL,0}, + {"鷔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x94",3,NULL,0,NULL,0}, + {"塘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x98",3,NULL,0,NULL,0}, + {"⃾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xbe",3,NULL,0,NULL,0}, + {"犄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x84",3,NULL,0,NULL,0}, + {"챺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xba",3,NULL,0,NULL,0}, + {"ⅽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xbd",3,NULL,0,NULL,0}, + {"涪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xaa",3,NULL,0,NULL,0}, + {"꾺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xba",3,NULL,0,NULL,0}, + {"貊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x8a",3,NULL,0,NULL,0}, + {"炵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xb5",3,NULL,0,NULL,0}, + {"㔗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8e",3,NULL,0,NULL,0}, + {"쉜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x9c",3,NULL,0,NULL,0}, + {"嚗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x97",3,NULL,0,NULL,0}, + {"ӌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x8c",2,NULL,0,NULL,0}, + {"렺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xba",3,NULL,0,NULL,0}, + {"뺠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xa0",3,NULL,0,NULL,0}, + {"濳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xb3",3,NULL,0,NULL,0}, + {"칠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x84",3,NULL,0,NULL,0}, + {"뽏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x8f",3,NULL,0,NULL,0}, + {"볍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x8d",3,NULL,0,NULL,0}, + {"柍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x8d",3,NULL,0,NULL,0}, + {"瀴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xb4",3,NULL,0,NULL,0}, + {"蛪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xaa",3,NULL,0,NULL,0}, + {"뫾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xbe",3,NULL,0,NULL,0}, + {"墖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x96",3,NULL,0,NULL,0}, + {"粸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xad",3,NULL,0,NULL,0}, + {"劔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x94",3,NULL,0,NULL,0}, + {"栒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x92",3,NULL,0,NULL,0}, + {"僠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xa0",3,NULL,0,NULL,0}, + {"ڂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x82",2,NULL,0,NULL,0}, + {"颱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xb1",3,NULL,0,NULL,0}, + {"㯫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xab",3,NULL,0,NULL,0}, + {"꺳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xb3",3,NULL,0,NULL,0}, + {"㟞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x9e",3,NULL,0,NULL,0}, + {"㨋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x8b",3,NULL,0,NULL,0}, + {"톚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x9a",3,NULL,0,NULL,0}, + {"욨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xa8",3,NULL,0,NULL,0}, + {"㲼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xbc",3,NULL,0,NULL,0}, + {"쎛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x9b",3,NULL,0,NULL,0}, + {"ᆇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x87",3,NULL,0,NULL,0}, + {"㾮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xae",3,NULL,0,NULL,0}, + {"嘾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xbe",3,NULL,0,NULL,0}, + {"ꢲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xb2",3,NULL,0,NULL,0}, + {"⸦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x81",3,NULL,0,NULL,0}, + {"ꠋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x8b",3,NULL,0,NULL,0}, + {"裥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xa5",3,NULL,0,NULL,0}, + {"㢏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x8f",3,NULL,0,NULL,0}, + {"騩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xa9",3,NULL,0,NULL,0}, + {"믶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xb6",3,NULL,0,NULL,0}, + {"㖷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xb7",3,NULL,0,NULL,0}, + {"囘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x98",3,NULL,0,NULL,0}, + {"㠉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x89",3,NULL,0,NULL,0}, + {"蔠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xa0",3,NULL,0,NULL,0}, + {"㘾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xbe",3,NULL,0,NULL,0}, + {"糮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xae",3,NULL,0,NULL,0}, + {"뵐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x90",3,NULL,0,NULL,0}, + {"发",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x91",3,NULL,0,NULL,0}, + {"䫺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x9e",3,NULL,0,NULL,0}, + {"ᰈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x88",3,NULL,0,NULL,0}, + {"鰖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xaf",3,NULL,0,NULL,0}, + {"漥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xa5",3,NULL,0,NULL,0}, + {"㠠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xa0",3,NULL,0,NULL,0}, + {"梙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x99",3,NULL,0,NULL,0}, + {"甒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x92",3,NULL,0,NULL,0}, + {"晝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x9d",3,NULL,0,NULL,0}, + {"嶿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xbf",3,NULL,0,NULL,0}, + {"빍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xaa",3,NULL,0,NULL,0}, + {"ꡁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x81",3,NULL,0,NULL,0}, + {"熹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xb9",3,NULL,0,NULL,0}, + {"䯣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xa3",3,NULL,0,NULL,0}, + {"㭭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xad",3,NULL,0,NULL,0}, + {"㣨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xa8",3,NULL,0,NULL,0}, + {"飢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xa2",3,NULL,0,NULL,0}, + {"ꭊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x8a",3,NULL,0,NULL,0}, + {"吤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xa4",3,NULL,0,NULL,0}, + {"朖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x96",3,NULL,0,NULL,0}, + {"뗨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xaa",3,NULL,0,NULL,0}, + {"⺓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x9f",3,NULL,0,NULL,0}, + {"ꥎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x8e",3,NULL,0,NULL,0}, + {"ᜥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xa5",3,NULL,0,NULL,0}, + {"帘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x98",3,NULL,0,NULL,0}, + {"ծ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xae",2,NULL,0,NULL,0}, + {"㦆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x86",3,NULL,0,NULL,0}, + {"ꤍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x8d",3,NULL,0,NULL,0}, + {"ⶹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xb9",3,NULL,0,NULL,0}, + {"㽀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x9f",3,NULL,0,NULL,0}, + {"䇶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xb6",3,NULL,0,NULL,0}, + {"ධ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xb0",3,NULL,0,NULL,0}, + {"赖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x81",3,NULL,0,NULL,0}, + {"哄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x84",3,NULL,0,NULL,0}, + {"혰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xb0",3,NULL,0,NULL,0}, + {"뷗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x97",3,NULL,0,NULL,0}, + {"穟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x9f",3,NULL,0,NULL,0}, + {"鴏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x8f",3,NULL,0,NULL,0}, + {"澖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x96",3,NULL,0,NULL,0}, + {"್",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x8d",3,NULL,0,NULL,0}, + {"䰡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xa1",3,NULL,0,NULL,0}, + {"鄽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xbd",3,NULL,0,NULL,0}, + {"餜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x9c",3,NULL,0,NULL,0}, + {"ᡤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xa4",3,NULL,0,NULL,0}, + {"瑯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xaf",3,NULL,0,NULL,0}, + {"繪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x8d",3,NULL,0,NULL,0}, + {"쌆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x86",3,NULL,0,NULL,0}, + {"跺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xba",3,NULL,0,NULL,0}, + {"÷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb7",2,NULL,0,NULL,0}, + {"ⶪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xaa",3,NULL,0,NULL,0}, + {"熊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x88",3,NULL,0,NULL,0}, + {"㤕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x99",3,NULL,0,NULL,0}, + {"⼬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xba",3,NULL,0,NULL,0}, + {"ㆳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xb3",3,NULL,0,NULL,0}, + {"뛣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xa3",3,NULL,0,NULL,0}, + {"撑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x91",3,NULL,0,NULL,0}, + {"헳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xb3",3,NULL,0,NULL,0}, + {"Ⲻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xba",3,NULL,0,NULL,0}, + {"얶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xb6",3,NULL,0,NULL,0}, + {"㷾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x9a",3,NULL,0,NULL,0}, + {"൯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xaf",3,NULL,0,NULL,0}, + {"绛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x9b",3,NULL,0,NULL,0}, + {"젳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xb3",3,NULL,0,NULL,0}, + {"͎",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x8e",2,NULL,0,NULL,0}, + {"ꗺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xba",3,NULL,0,NULL,0}, + {"Თ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x97",3,NULL,0,NULL,0}, + {"臩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xa9",3,NULL,0,NULL,0}, + {"篘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x98",3,NULL,0,NULL,0}, + {"늏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x93",3,NULL,0,NULL,0}, + {"勃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x83",3,NULL,0,NULL,0}, + {"떘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x98",3,NULL,0,NULL,0}, + {"ꔍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x8d",3,NULL,0,NULL,0}, + {"뉠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xa0",3,NULL,0,NULL,0}, + {"佸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xb8",3,NULL,0,NULL,0}, + {"庻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xbb",3,NULL,0,NULL,0}, + {"ᣣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xa3",3,NULL,0,NULL,0}, + {"뙀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x80",3,NULL,0,NULL,0}, + {"༽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xaf",3,NULL,0,NULL,0}, + {"꩚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x9a",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x14",1,NULL,0,NULL,0}, + {"羑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x91",3,NULL,0,NULL,0}, + {"峝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x9d",3,NULL,0,NULL,0}, + {"ꕬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xac",3,NULL,0,NULL,0}, + {"ఁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x81",3,NULL,0,NULL,0}, + {"ᥔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x94",3,NULL,0,NULL,0}, + {"ﭢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xa2",3,NULL,0,NULL,0}, + {"馸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xb8",3,NULL,0,NULL,0}, + {"度",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x81",3,NULL,0,NULL,0}, + {"鉶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xb6",3,NULL,0,NULL,0}, + {"㪿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xbf",3,NULL,0,NULL,0}, + {"핬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xac",3,NULL,0,NULL,0}, + {"僚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xbf",3,NULL,0,NULL,0}, + {"矻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xbb",3,NULL,0,NULL,0}, + {"倎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x9f",3,NULL,0,NULL,0}, + {"醙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x91",3,NULL,0,NULL,0}, + {"輸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x82",3,NULL,0,NULL,0}, + {"‌",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x8c",3,NULL,0,NULL,0}, + {"汝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x91",3,NULL,0,NULL,0}, + {"㬺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xba",3,NULL,0,NULL,0}, + {"琫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xa6",3,NULL,0,NULL,0}, + {"쫦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xa6",3,NULL,0,NULL,0}, + {"輆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x86",3,NULL,0,NULL,0}, + {"纏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x9f",3,NULL,0,NULL,0}, + {"怍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x8a",3,NULL,0,NULL,0}, + {"䐵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x9c",3,NULL,0,NULL,0}, + {"尶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xb6",3,NULL,0,NULL,0}, + {"뚁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x81",3,NULL,0,NULL,0}, + {"珞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x9e",3,NULL,0,NULL,0}, + {"ࡏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x8f",3,NULL,0,NULL,0}, + {"〸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xb8",3,NULL,0,NULL,0}, + {"ꢉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x89",3,NULL,0,NULL,0}, + {"⬙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x99",3,NULL,0,NULL,0}, + {"୚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x9a",3,NULL,0,NULL,0}, + {"↣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xa3",3,NULL,0,NULL,0}, + {"㳝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x9d",3,NULL,0,NULL,0}, + {"᱐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x90",3,NULL,0,NULL,0}, + {"∼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x88",3,NULL,0,NULL,0}, + {"垃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x83",3,NULL,0,NULL,0}, + {"Ᏺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xb2",3,NULL,0,NULL,0}, + {"모",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xa8",3,NULL,0,NULL,0}, + {"醺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xba",3,NULL,0,NULL,0}, + {"짷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xb7",3,NULL,0,NULL,0}, + {"唖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x96",3,NULL,0,NULL,0}, + {"䖎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x8e",3,NULL,0,NULL,0}, + {"莢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xa2",3,NULL,0,NULL,0}, + {"巋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x8b",3,NULL,0,NULL,0}, + {"㻯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xaf",3,NULL,0,NULL,0}, + {"ঙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x99",3,NULL,0,NULL,0}, + {"祿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x81",3,NULL,0,NULL,0}, + {"矌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x8c",3,NULL,0,NULL,0}, + {"෽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xb8",3,NULL,0,NULL,0}, + {"ល",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x9b",3,NULL,0,NULL,0}, + {"夤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xa4",3,NULL,0,NULL,0}, + {"쮖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x96",3,NULL,0,NULL,0}, + {"䇏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xb0",3,NULL,0,NULL,0}, + {"媉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x89",3,NULL,0,NULL,0}, + {"ᬻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xbb",3,NULL,0,NULL,0}, + {"᠈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x88",3,NULL,0,NULL,0}, + {"﯒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x9f",3,NULL,0,NULL,0}, + {"嶔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x94",3,NULL,0,NULL,0}, + {"஘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x98",3,NULL,0,NULL,0}, + {"ꑋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x80",3,NULL,0,NULL,0}, + {"鹪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xaa",3,NULL,0,NULL,0}, + {"⿇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x87",3,NULL,0,NULL,0}, + {"櫼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xbc",3,NULL,0,NULL,0}, + {"ꂊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x8a",3,NULL,0,NULL,0}, + {"쓱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xb1",3,NULL,0,NULL,0}, + {"堲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xb2",3,NULL,0,NULL,0}, + {"st",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x86",3,NULL,0,NULL,0}, + {"꼖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x96",3,NULL,0,NULL,0}, + {"纟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x9f",3,NULL,0,NULL,0}, + {"꿍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xb9",3,NULL,0,NULL,0}, + {"㺘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x98",3,NULL,0,NULL,0}, + {"৚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x9a",3,NULL,0,NULL,0}, + {"덜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x9c",3,NULL,0,NULL,0}, + {"㻢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xa2",3,NULL,0,NULL,0}, + {"諞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x9e",3,NULL,0,NULL,0}, + {"⦺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xba",3,NULL,0,NULL,0}, + {"䘵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x8d",3,NULL,0,NULL,0}, + {"៺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xba",3,NULL,0,NULL,0}, + {"ҏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x8f",2,NULL,0,NULL,0}, + {"䍭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xad",3,NULL,0,NULL,0}, + {"雿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x91",3,NULL,0,NULL,0}, + {"੟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x9f",3,NULL,0,NULL,0}, + {"ݴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xb4",2,NULL,0,NULL,0}, + {"퉐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x90",3,NULL,0,NULL,0}, + {"ᢏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x8f",3,NULL,0,NULL,0}, + {"呺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xba",3,NULL,0,NULL,0}, + {"籢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xa2",3,NULL,0,NULL,0}, + {"ꆪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xaa",3,NULL,0,NULL,0}, + {"ﰩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xa9",3,NULL,0,NULL,0}, + {"ﻱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xb1",3,NULL,0,NULL,0}, + {"𢡄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x90",3,NULL,0,NULL,0}, + {"ͭ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xad",2,NULL,0,NULL,0}, + {"␬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xac",3,NULL,0,NULL,0}, + {"둤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xa9",3,NULL,0,NULL,0}, + {"섬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xac",3,NULL,0,NULL,0}, + {"ﷵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xb5",3,NULL,0,NULL,0}, + {"╻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xbb",3,NULL,0,NULL,0}, + {"ﮍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x8d",3,NULL,0,NULL,0}, + {"䷈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xbf",3,NULL,0,NULL,0}, + {"괯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xad",3,NULL,0,NULL,0}, + {"ꯖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x96",3,NULL,0,NULL,0}, + {"⚾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xbe",3,NULL,0,NULL,0}, + {"ᾩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xa9",3,NULL,0,NULL,0}, + {"伧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xa7",3,NULL,0,NULL,0}, + {"䏌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x8c",3,NULL,0,NULL,0}, + {"ૐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x90",3,NULL,0,NULL,0}, + {"≰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xb0",3,NULL,0,NULL,0}, + {"⚝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x9d",3,NULL,0,NULL,0}, + {"⥊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x8a",3,NULL,0,NULL,0}, + {"ᙉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x89",3,NULL,0,NULL,0}, + {"쒕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xbf",3,NULL,0,NULL,0}, + {"ጌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x8c",3,NULL,0,NULL,0}, + {"繇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x87",3,NULL,0,NULL,0}, + {"年",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x8e",3,NULL,0,NULL,0}, + {"轺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xba",3,NULL,0,NULL,0}, + {"縅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x85",3,NULL,0,NULL,0}, + {"ꎧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xa7",3,NULL,0,NULL,0}, + {"╁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xa2",3,NULL,0,NULL,0}, + {"鬗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x97",3,NULL,0,NULL,0}, + {"ꉱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xb1",3,NULL,0,NULL,0}, + {"쳞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x9e",3,NULL,0,NULL,0}, + {"ᛟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x9f",3,NULL,0,NULL,0}, + {"챗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x97",3,NULL,0,NULL,0}, + {"掬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xac",3,NULL,0,NULL,0}, + {"壢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xa2",3,NULL,0,NULL,0}, + {"즞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x9e",3,NULL,0,NULL,0}, + {"✬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xac",3,NULL,0,NULL,0}, + {"ᅰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x95",3,NULL,0,NULL,0}, + {"⢛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x9b",3,NULL,0,NULL,0}, + {"癌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x8c",3,NULL,0,NULL,0}, + {"뻙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x99",3,NULL,0,NULL,0}, + {"ᣚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x9a",3,NULL,0,NULL,0}, + {"侲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xb2",3,NULL,0,NULL,0}, + {"ד",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x93",2,NULL,0,NULL,0}, + {"‍",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x8d",3,NULL,0,NULL,0}, + {"뼚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x9a",3,NULL,0,NULL,0}, + {"⢧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xa7",3,NULL,0,NULL,0}, + {"낒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x92",3,NULL,0,NULL,0}, + {"ª",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xaa",2,NULL,0,NULL,0}, + {"⍗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x97",3,NULL,0,NULL,0}, + {"㪗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x97",3,NULL,0,NULL,0}, + {"ፍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x8d",3,NULL,0,NULL,0}, + {"λ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xbb",2,NULL,0,NULL,0}, + {"듳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xb3",3,NULL,0,NULL,0}, + {"꧶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xb6",3,NULL,0,NULL,0}, + {"鞡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xa1",3,NULL,0,NULL,0}, + {"Ꮞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x8e",3,NULL,0,NULL,0}, + {"颐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x90",3,NULL,0,NULL,0}, + {"虮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xae",3,NULL,0,NULL,0}, + {"Ų",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xb2",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x96",3,NULL,0,NULL,0}, + {"졗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x97",3,NULL,0,NULL,0}, + {"졥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xa5",3,NULL,0,NULL,0}, + {"㕻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xbb",3,NULL,0,NULL,0}, + {"捽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xbd",3,NULL,0,NULL,0}, + {"嗱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xb1",3,NULL,0,NULL,0}, + {"倹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xb9",3,NULL,0,NULL,0}, + {"蓷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xb7",3,NULL,0,NULL,0}, + {"ꅘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x98",3,NULL,0,NULL,0}, + {"뿋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x8b",3,NULL,0,NULL,0}, + {"䤽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xbd",3,NULL,0,NULL,0}, + {"㖊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x8a",3,NULL,0,NULL,0}, + {"攷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xb7",3,NULL,0,NULL,0}, + {"䦖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x96",3,NULL,0,NULL,0}, + {"舯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xaf",3,NULL,0,NULL,0}, + {"⍅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x85",3,NULL,0,NULL,0}, + {"ɴ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xb4",2,NULL,0,NULL,0}, + {"䙟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x9f",3,NULL,0,NULL,0}, + {"௴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xb4",3,NULL,0,NULL,0}, + {"騯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xaf",3,NULL,0,NULL,0}, + {"㏚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x9a",3,NULL,0,NULL,0}, + {"䋚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x9a",3,NULL,0,NULL,0}, + {"㐑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x91",3,NULL,0,NULL,0}, + {"獦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xb7",3,NULL,0,NULL,0}, + {"鳽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xbd",3,NULL,0,NULL,0}, + {"⯂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x82",3,NULL,0,NULL,0}, + {"돼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xa4",3,NULL,0,NULL,0}, + {"ꯧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xa7",3,NULL,0,NULL,0}, + {"瘥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xa5",3,NULL,0,NULL,0}, + {"㣅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x85",3,NULL,0,NULL,0}, + {"ㅭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xad",3,NULL,0,NULL,0}, + {"ⱱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xb1",3,NULL,0,NULL,0}, + {"遅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x85",3,NULL,0,NULL,0}, + {"蔅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x85",3,NULL,0,NULL,0}, + {"ф",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x84",2,NULL,0,NULL,0}, + {"툤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xa4",3,NULL,0,NULL,0}, + {"ꊍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x8d",3,NULL,0,NULL,0}, + {"",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xae",3,NULL,0,NULL,0}, + {"䢅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x85",3,NULL,0,NULL,0}, + {"ቶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xac",3,NULL,0,NULL,0}, + {"檘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x98",3,NULL,0,NULL,0}, + {"蟊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x8a",3,NULL,0,NULL,0}, + {"ꮉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x89",3,NULL,0,NULL,0}, + {"⬢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xa2",3,NULL,0,NULL,0}, + {"ꤷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xb7",3,NULL,0,NULL,0}, + {"ಁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x81",3,NULL,0,NULL,0}, + {"뇞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x9e",3,NULL,0,NULL,0}, + {"ʮ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xae",2,NULL,0,NULL,0}, + {"ឈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x88",3,NULL,0,NULL,0}, + {"긇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x87",3,NULL,0,NULL,0}, + {"擄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xb0",3,NULL,0,NULL,0}, + {"拹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xb9",3,NULL,0,NULL,0}, + {"ꭂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x8e",3,NULL,0,NULL,0}, + {"๓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x93",3,NULL,0,NULL,0}, + {"꟠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xa0",3,NULL,0,NULL,0}, + {"ᦈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x88",3,NULL,0,NULL,0}, + {"憎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x8e",3,NULL,0,NULL,0}, + {"횓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xa8",3,NULL,0,NULL,0}, + {"櫩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xa9",3,NULL,0,NULL,0}, + {"驐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x90",3,NULL,0,NULL,0}, + {"㒢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xa2",3,NULL,0,NULL,0}, + {"塇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x87",3,NULL,0,NULL,0}, + {"擴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xb4",3,NULL,0,NULL,0}, + {"ꋏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x8f",3,NULL,0,NULL,0}, + {"楪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xaa",3,NULL,0,NULL,0}, + {"鶫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x84",3,NULL,0,NULL,0}, + {"眶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xb6",3,NULL,0,NULL,0}, + {"鸮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xae",3,NULL,0,NULL,0}, + {"ଠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xa0",3,NULL,0,NULL,0}, + {"曽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xbd",3,NULL,0,NULL,0}, + {"窼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xbc",3,NULL,0,NULL,0}, + {"ꉈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x90",3,NULL,0,NULL,0}, + {"뿢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xa2",3,NULL,0,NULL,0}, + {"⹱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xb1",3,NULL,0,NULL,0}, + {"毯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xaf",3,NULL,0,NULL,0}, + {"ᅿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xbf",3,NULL,0,NULL,0}, + {"皸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xb8",3,NULL,0,NULL,0}, + {"覞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x9e",3,NULL,0,NULL,0}, + {"杼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xbc",3,NULL,0,NULL,0}, + {"殮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xae",3,NULL,0,NULL,0}, + {"د",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xaf",2,NULL,0,NULL,0}, + {"䓚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x9a",3,NULL,0,NULL,0}, + {"ꩈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x88",3,NULL,0,NULL,0}, + {"࿿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xbf",3,NULL,0,NULL,0}, + {"ⲥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xa5",3,NULL,0,NULL,0}, + {"㜸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xb8",3,NULL,0,NULL,0}, + {"ឧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xa7",3,NULL,0,NULL,0}, + {"扲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xbb",3,NULL,0,NULL,0}, + {"ք",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x84",2,NULL,0,NULL,0}, + {"药",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xaf",3,NULL,0,NULL,0}, + {"훺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xba",3,NULL,0,NULL,0}, + {"폢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xa2",3,NULL,0,NULL,0}, + {"橌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x8c",3,NULL,0,NULL,0}, + {"蜹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xb9",3,NULL,0,NULL,0}, + {"溳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xb3",3,NULL,0,NULL,0}, + {"鷴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xb4",3,NULL,0,NULL,0}, + {"泦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xa6",3,NULL,0,NULL,0}, + {"彗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x97",3,NULL,0,NULL,0}, + {"蛴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xb4",3,NULL,0,NULL,0}, + {"赼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xbc",3,NULL,0,NULL,0}, + {"筃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x98",3,NULL,0,NULL,0}, + {"塐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x90",3,NULL,0,NULL,0}, + {"斳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xb3",3,NULL,0,NULL,0}, + {"뽹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xb9",3,NULL,0,NULL,0}, + {"馉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x89",3,NULL,0,NULL,0}, + {"௔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x94",3,NULL,0,NULL,0}, + {"웈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x88",3,NULL,0,NULL,0}, + {"밍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x8d",3,NULL,0,NULL,0}, + {"ꩿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xbf",3,NULL,0,NULL,0}, + {"컯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xaf",3,NULL,0,NULL,0}, + {"爅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x85",3,NULL,0,NULL,0}, + {"䬟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x9f",3,NULL,0,NULL,0}, + {"煂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x99",3,NULL,0,NULL,0}, + {"噆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x86",3,NULL,0,NULL,0}, + {"ꈇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x87",3,NULL,0,NULL,0}, + {"妦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xa6",3,NULL,0,NULL,0}, + {"郇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x87",3,NULL,0,NULL,0}, + {"濡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xa1",3,NULL,0,NULL,0}, + {"鿠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb2",3,NULL,0,NULL,0}, + {"튖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x96",3,NULL,0,NULL,0}, + {"㫨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xa8",3,NULL,0,NULL,0}, + {"렎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x8e",3,NULL,0,NULL,0}, + {"䫊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x8a",3,NULL,0,NULL,0}, + {"럭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xad",3,NULL,0,NULL,0}, + {"⳼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xbc",3,NULL,0,NULL,0}, + {"鮛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x9b",3,NULL,0,NULL,0}, + {"ۓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x93",2,NULL,0,NULL,0}, + {"㱩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x91",3,NULL,0,NULL,0}, + {"瑔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x94",3,NULL,0,NULL,0}, + {"粼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xbc",3,NULL,0,NULL,0}, + {"袧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xa7",3,NULL,0,NULL,0}, + {"谓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x93",3,NULL,0,NULL,0}, + {"ᵉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x89",3,NULL,0,NULL,0}, + {"㲲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xb2",3,NULL,0,NULL,0}, + {"昜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xb2",3,NULL,0,NULL,0}, + {"嚝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x9d",3,NULL,0,NULL,0}, + {"ꡨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xa8",3,NULL,0,NULL,0}, + {"儼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xbc",3,NULL,0,NULL,0}, + {"哿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xbf",3,NULL,0,NULL,0}, + {"銰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xb0",3,NULL,0,NULL,0}, + {"絙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x81",3,NULL,0,NULL,0}, + {"俛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x9b",3,NULL,0,NULL,0}, + {"퍲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xb2",3,NULL,0,NULL,0}, + {"镪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xaa",3,NULL,0,NULL,0}, + {"輣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xa3",3,NULL,0,NULL,0}, + {"ᴑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x91",3,NULL,0,NULL,0}, + {"붝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x98",3,NULL,0,NULL,0}, + {"뷦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xa6",3,NULL,0,NULL,0}, + {"᭹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xb9",3,NULL,0,NULL,0}, + {"㳀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x80",3,NULL,0,NULL,0}, + {"륪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xaa",3,NULL,0,NULL,0}, + {"㫛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x9b",3,NULL,0,NULL,0}, + {"೴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xb4",3,NULL,0,NULL,0}, + {"ₒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x92",3,NULL,0,NULL,0}, + {"賷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xb7",3,NULL,0,NULL,0}, + {"땭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xb3",3,NULL,0,NULL,0}, + {"䴠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xa0",3,NULL,0,NULL,0}, + {"豔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x94",3,NULL,0,NULL,0}, + {"複",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x87",3,NULL,0,NULL,0}, + {"㡭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xaa",3,NULL,0,NULL,0}, + {"躳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xb3",3,NULL,0,NULL,0}, + {"簣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xa3",3,NULL,0,NULL,0}, + {"ͽ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xbd",2,NULL,0,NULL,0}, + {"ꓓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x93",3,NULL,0,NULL,0}, + {"咠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xa0",3,NULL,0,NULL,0}, + {"ᝇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x87",3,NULL,0,NULL,0}, + {"᷆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x86",3,NULL,0,NULL,0}, + {"肦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xa6",3,NULL,0,NULL,0}, + {"伿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xbf",3,NULL,0,NULL,0}, + {"鳀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x80",3,NULL,0,NULL,0}, + {"幛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x9b",3,NULL,0,NULL,0}, + {"䅓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x93",3,NULL,0,NULL,0}, + {"썫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xab",3,NULL,0,NULL,0}, + {"怚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x80",3,NULL,0,NULL,0}, + {"嶭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xad",3,NULL,0,NULL,0}, + {"羪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xaa",3,NULL,0,NULL,0}, + {"Ṕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x94",3,NULL,0,NULL,0}, + {"멳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xb3",3,NULL,0,NULL,0}, + {"熳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xb3",3,NULL,0,NULL,0}, + {"Ⲇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xab",3,NULL,0,NULL,0}, + {"颾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xbe",3,NULL,0,NULL,0}, + {"⽣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xa3",3,NULL,0,NULL,0}, + {"啥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xa5",3,NULL,0,NULL,0}, + {"崆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x86",3,NULL,0,NULL,0}, + {"⻤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xa4",3,NULL,0,NULL,0}, + {"켠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xa0",3,NULL,0,NULL,0}, + {"伅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x85",3,NULL,0,NULL,0}, + {"盽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xbd",3,NULL,0,NULL,0}, + {"좶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xb6",3,NULL,0,NULL,0}, + {"礮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xbd",3,NULL,0,NULL,0}, + {"㯔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x94",3,NULL,0,NULL,0}, + {"䷩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xa2",3,NULL,0,NULL,0}, + {"聋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x8b",3,NULL,0,NULL,0}, + {"옙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x99",3,NULL,0,NULL,0}, + {"염",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xbc",3,NULL,0,NULL,0}, + {"䢖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x96",3,NULL,0,NULL,0}, + {"੊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x8a",3,NULL,0,NULL,0}, + {"뤢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xa2",3,NULL,0,NULL,0}, + {"刄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x84",3,NULL,0,NULL,0}, + {"(",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x87",3,NULL,0,NULL,0}, + {"䄎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x8e",3,NULL,0,NULL,0}, + {"酏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x8f",3,NULL,0,NULL,0}, + {"狨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xa8",3,NULL,0,NULL,0}, + {"﷫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xab",3,NULL,0,NULL,0}, + {"ᔳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x9c",3,NULL,0,NULL,0}, + {"Ɲ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x9d",2,NULL,0,NULL,0}, + {"⪾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xbe",3,NULL,0,NULL,0}, + {"૧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xa7",3,NULL,0,NULL,0}, + {"厔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x94",3,NULL,0,NULL,0}, + {"废",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x9f",3,NULL,0,NULL,0}, + {"풪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xaa",3,NULL,0,NULL,0}, + {"ﮁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x81",3,NULL,0,NULL,0}, + {"饛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x9b",3,NULL,0,NULL,0}, + {"弢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xa2",3,NULL,0,NULL,0}, + {"吰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xb0",3,NULL,0,NULL,0}, + {"쓄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x84",3,NULL,0,NULL,0}, + {"쩂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xa0",3,NULL,0,NULL,0}, + {"儏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x8f",3,NULL,0,NULL,0}, + {"뛑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x91",3,NULL,0,NULL,0}, + {"엂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x82",3,NULL,0,NULL,0}, + {"艹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x8c",3,NULL,0,NULL,0}, + {"젱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xb1",3,NULL,0,NULL,0}, + {"﷛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x9b",3,NULL,0,NULL,0}, + {"緡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xa1",3,NULL,0,NULL,0}, + {"婬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xac",3,NULL,0,NULL,0}, + {"ﲌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x8c",3,NULL,0,NULL,0}, + {"쪗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x97",3,NULL,0,NULL,0}, + {"ẖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x96",3,NULL,0,NULL,0}, + {"缺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xba",3,NULL,0,NULL,0}, + {"ᱬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xac",3,NULL,0,NULL,0}, + {"쌸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xb8",3,NULL,0,NULL,0}, + {"ퟺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xba",3,NULL,0,NULL,0}, + {"ݘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x98",2,NULL,0,NULL,0}, + {"䗡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xa1",3,NULL,0,NULL,0}, + {"谴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xb4",3,NULL,0,NULL,0}, + {"ȶ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xb6",2,NULL,0,NULL,0}, + {"놅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x85",3,NULL,0,NULL,0}, + {"ꕴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xbe",3,NULL,0,NULL,0}, + {"ퟥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xa5",3,NULL,0,NULL,0}, + {"ო",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x9d",3,NULL,0,NULL,0}, + {"ᵔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x94",3,NULL,0,NULL,0}, + {"⠋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x8b",3,NULL,0,NULL,0}, + {"䒲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x85",3,NULL,0,NULL,0}, + {"↡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xa1",3,NULL,0,NULL,0}, + {"୦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xa6",3,NULL,0,NULL,0}, + {"䢫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xab",3,NULL,0,NULL,0}, + {"惡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x84",3,NULL,0,NULL,0}, + {"ﵚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x9a",3,NULL,0,NULL,0}, + {"얐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xbf",3,NULL,0,NULL,0}, + {"̰",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xb0",2,NULL,0,NULL,0}, + {"䗤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xa4",3,NULL,0,NULL,0}, + {"䉆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x86",3,NULL,0,NULL,0}, + {"찟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x84",3,NULL,0,NULL,0}, + {"巉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x89",3,NULL,0,NULL,0}, + {"έ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xad",2,NULL,0,NULL,0}, + {"쫶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xb6",3,NULL,0,NULL,0}, + {"䥆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x86",3,NULL,0,NULL,0}, + {"슱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xb1",3,NULL,0,NULL,0}, + {"嫄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x9d",3,NULL,0,NULL,0}, + {"涳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xb3",3,NULL,0,NULL,0}, + {"じ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x98",3,NULL,0,NULL,0}, + {"罝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x9d",3,NULL,0,NULL,0}, + {"ꃭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xad",3,NULL,0,NULL,0}, + {"疑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x91",3,NULL,0,NULL,0}, + {"䁞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x9e",3,NULL,0,NULL,0}, + {"㊖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x96",3,NULL,0,NULL,0}, + {"ࡹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xb9",3,NULL,0,NULL,0}, + {"嶌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x8c",3,NULL,0,NULL,0}, + {"ᴋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x8b",3,NULL,0,NULL,0}, + {"앖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xb8",3,NULL,0,NULL,0}, + {"ᐒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x92",3,NULL,0,NULL,0}, + {"纆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x86",3,NULL,0,NULL,0}, + {"芿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xbf",3,NULL,0,NULL,0}, + {"偰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xb0",3,NULL,0,NULL,0}, + {"끀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x80",3,NULL,0,NULL,0}, + {"즈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x88",3,NULL,0,NULL,0}, + {"䛬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xac",3,NULL,0,NULL,0}, + {"㻭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xbe",3,NULL,0,NULL,0}, + {"䏧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xa7",3,NULL,0,NULL,0}, + {"㆐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x90",3,NULL,0,NULL,0}, + {"걛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x9b",3,NULL,0,NULL,0}, + {"꼺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xba",3,NULL,0,NULL,0}, + {"㚉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xbc",3,NULL,0,NULL,0}, + {"ἴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x8b",3,NULL,0,NULL,0}, + {"응",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x91",3,NULL,0,NULL,0}, + {"隖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x80",3,NULL,0,NULL,0}, + {"쭿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xbf",3,NULL,0,NULL,0}, + {"螳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x99",3,NULL,0,NULL,0}, + {"陃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x83",3,NULL,0,NULL,0}, + {"㙛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x9b",3,NULL,0,NULL,0}, + {"ꑱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xb1",3,NULL,0,NULL,0}, + {"尟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x9f",3,NULL,0,NULL,0}, + {"蒏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x8f",3,NULL,0,NULL,0}, + {"垻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xbb",3,NULL,0,NULL,0}, + {"㿅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x85",3,NULL,0,NULL,0}, + {"﹚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x9a",3,NULL,0,NULL,0}, + {"闶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xb6",3,NULL,0,NULL,0}, + {"☷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xb7",3,NULL,0,NULL,0}, + {"녪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xa4",3,NULL,0,NULL,0}, + {"䵫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xab",3,NULL,0,NULL,0}, + {"䀃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x83",3,NULL,0,NULL,0}, + {"䂔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x94",3,NULL,0,NULL,0}, + {"⧊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x8a",3,NULL,0,NULL,0}, + {"睡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xa1",3,NULL,0,NULL,0}, + {"흎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x8e",3,NULL,0,NULL,0}, + {"߼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xbc",2,NULL,0,NULL,0}, + {"쀱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xb1",3,NULL,0,NULL,0}, + {"゠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa0",3,NULL,0,NULL,0}, + {"ु",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x81",3,NULL,0,NULL,0}, + {"ތ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8c",2,NULL,0,NULL,0}, + {"⌛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x9b",3,NULL,0,NULL,0}, + {"잨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xa8",3,NULL,0,NULL,0}, + {"氒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xaa",3,NULL,0,NULL,0}, + {"ܹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xb9",2,NULL,0,NULL,0}, + {"残",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x8b",3,NULL,0,NULL,0}, + {"ᬶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xb6",3,NULL,0,NULL,0}, + {"쉯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xaf",3,NULL,0,NULL,0}, + {"ケ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb9",3,NULL,0,NULL,0}, + {"䔇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x87",3,NULL,0,NULL,0}, + {"푮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xae",3,NULL,0,NULL,0}, + {"֩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xa9",2,NULL,0,NULL,0}, + {"㮝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x92",3,NULL,0,NULL,0}, + {"髆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x86",3,NULL,0,NULL,0}, + {"埼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xbc",3,NULL,0,NULL,0}, + {"쵗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x97",3,NULL,0,NULL,0}, + {"ᩩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xa9",3,NULL,0,NULL,0}, + {"塽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xb6",3,NULL,0,NULL,0}, + {"韡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xa1",3,NULL,0,NULL,0}, + {"槑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x91",3,NULL,0,NULL,0}, + {"ⅆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x86",3,NULL,0,NULL,0}, + {"䤖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x96",3,NULL,0,NULL,0}, + {"ꇎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x8e",3,NULL,0,NULL,0}, + {"첋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x8b",3,NULL,0,NULL,0}, + {"괽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xbd",3,NULL,0,NULL,0}, + {"薳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xb3",3,NULL,0,NULL,0}, + {"鄸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xb8",3,NULL,0,NULL,0}, + {"皙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x99",3,NULL,0,NULL,0}, + {"ᶗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x97",3,NULL,0,NULL,0}, + {"鋷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xb7",3,NULL,0,NULL,0}, + {"䮇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x87",3,NULL,0,NULL,0}, + {"뻋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x8b",3,NULL,0,NULL,0}, + {"隳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xb3",3,NULL,0,NULL,0}, + {"ꎛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x9b",3,NULL,0,NULL,0}, + {"㛒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x92",3,NULL,0,NULL,0}, + {"밫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xab",3,NULL,0,NULL,0}, + {"숐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x90",3,NULL,0,NULL,0}, + {"囋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x8b",3,NULL,0,NULL,0}, + {"頂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x82",3,NULL,0,NULL,0}, + {"甾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xbe",3,NULL,0,NULL,0}, + {"蜊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x8a",3,NULL,0,NULL,0}, + {"뼸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xb8",3,NULL,0,NULL,0}, + {"槪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xaa",3,NULL,0,NULL,0}, + {"䊯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xaf",3,NULL,0,NULL,0}, + {"蛑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x91",3,NULL,0,NULL,0}, + {"硷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xb7",3,NULL,0,NULL,0}, + {"깫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xab",3,NULL,0,NULL,0}, + {"榏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x8f",3,NULL,0,NULL,0}, + {"刔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x94",3,NULL,0,NULL,0}, + {"ٗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x97",2,NULL,0,NULL,0}, + {"ቯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xaf",3,NULL,0,NULL,0}, + {"鯻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xbb",3,NULL,0,NULL,0}, + {"虺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x9b",3,NULL,0,NULL,0}, + {"골",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xa8",3,NULL,0,NULL,0}, + {"䜝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x9d",3,NULL,0,NULL,0}, + {"챕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x95",3,NULL,0,NULL,0}, + {"藭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xad",3,NULL,0,NULL,0}, + {"ၠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xa0",3,NULL,0,NULL,0}, + {"䎚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x9a",3,NULL,0,NULL,0}, + {"뛸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xb8",3,NULL,0,NULL,0}, + {"靧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xa7",3,NULL,0,NULL,0}, + {"뉽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xbd",3,NULL,0,NULL,0}, + {"㔻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xbb",3,NULL,0,NULL,0}, + {"챆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x86",3,NULL,0,NULL,0}, + {"ꬿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xbf",3,NULL,0,NULL,0}, + {"๊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x8a",3,NULL,0,NULL,0}, + {"絆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x86",3,NULL,0,NULL,0}, + {"ա",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xa1",2,NULL,0,NULL,0}, + {"⩀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x80",3,NULL,0,NULL,0}, + {"뼪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xaa",3,NULL,0,NULL,0}, + {"扥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xa5",3,NULL,0,NULL,0}, + {"敫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xab",3,NULL,0,NULL,0}, + {"痔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x94",3,NULL,0,NULL,0}, + {"䟖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x96",3,NULL,0,NULL,0}, + {"딁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x81",3,NULL,0,NULL,0}, + {"糝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x9d",3,NULL,0,NULL,0}, + {"ꀽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x9c",3,NULL,0,NULL,0}, + {"ᮜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x9c",3,NULL,0,NULL,0}, + {"㐓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x93",3,NULL,0,NULL,0}, + {"穮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xae",3,NULL,0,NULL,0}, + {"ҫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xab",2,NULL,0,NULL,0}, + {"㕹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xb9",3,NULL,0,NULL,0}, + {"泬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xac",3,NULL,0,NULL,0}, + {"遵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xb5",3,NULL,0,NULL,0}, + {"꠮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xae",3,NULL,0,NULL,0}, + {"⹋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x96",3,NULL,0,NULL,0}, + {"褈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x88",3,NULL,0,NULL,0}, + {"졷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xb7",3,NULL,0,NULL,0}, + {"蟮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xae",3,NULL,0,NULL,0}, + {"⺼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xbc",3,NULL,0,NULL,0}, + {"䨷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xb7",3,NULL,0,NULL,0}, + {"ꤥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xa5",3,NULL,0,NULL,0}, + {"煵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xb5",3,NULL,0,NULL,0}, + {"ꝏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x95",3,NULL,0,NULL,0}, + {"Ӛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x9a",2,NULL,0,NULL,0}, + {"ɤ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xa4",2,NULL,0,NULL,0}, + {"๺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xba",3,NULL,0,NULL,0}, + {"懴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xb4",3,NULL,0,NULL,0}, + {"ꤞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x9e",3,NULL,0,NULL,0}, + {"埜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x9c",3,NULL,0,NULL,0}, + {"挅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x85",3,NULL,0,NULL,0}, + {"≙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x99",3,NULL,0,NULL,0}, + {"鳿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x81",3,NULL,0,NULL,0}, + {"抸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xb8",3,NULL,0,NULL,0}, + {"䆊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x8a",3,NULL,0,NULL,0}, + {"暈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x88",3,NULL,0,NULL,0}, + {"賒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x92",3,NULL,0,NULL,0}, + {"ᇡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xa1",3,NULL,0,NULL,0}, + {"軄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x84",3,NULL,0,NULL,0}, + {"◭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xad",3,NULL,0,NULL,0}, + {"璦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xa6",3,NULL,0,NULL,0}, + {"蹓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x93",3,NULL,0,NULL,0}, + {"■",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xba",3,NULL,0,NULL,0}, + {"杸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xb8",3,NULL,0,NULL,0}, + {"烝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x9d",3,NULL,0,NULL,0}, + {"烨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xa8",3,NULL,0,NULL,0}, + {"狎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x8e",3,NULL,0,NULL,0}, + {"䦰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xb0",3,NULL,0,NULL,0}, + {"拫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xab",3,NULL,0,NULL,0}, + {"魳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xb1",3,NULL,0,NULL,0}, + {"Ꞙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x98",3,NULL,0,NULL,0}, + {"잴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xb4",3,NULL,0,NULL,0}, + {"檳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xb3",3,NULL,0,NULL,0}, + {"횑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x91",3,NULL,0,NULL,0}, + {"˙",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x99",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x8d",3,NULL,0,NULL,0}, + {"쇇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x87",3,NULL,0,NULL,0}, + {"݃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x83",2,NULL,0,NULL,0}, + {"洝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x9d",3,NULL,0,NULL,0}, + {"悐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x90",3,NULL,0,NULL,0}, + {"ဎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x8e",3,NULL,0,NULL,0}, + {"ⴾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xbe",3,NULL,0,NULL,0}, + {"΢",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa2",2,NULL,0,NULL,0}, + {"ⰽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xbd",3,NULL,0,NULL,0}, + {"뮘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x98",3,NULL,0,NULL,0}, + {"쐊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x8a",3,NULL,0,NULL,0}, + {"餴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xb4",3,NULL,0,NULL,0}, + {"꫶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xb6",3,NULL,0,NULL,0}, + {"డ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x9e",3,NULL,0,NULL,0}, + {"跂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x8c",3,NULL,0,NULL,0}, + {"廖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x96",3,NULL,0,NULL,0}, + {"⦷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xb7",3,NULL,0,NULL,0}, + {"龍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x8d",3,NULL,0,NULL,0}, + {"屭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xad",3,NULL,0,NULL,0}, + {"➊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x8a",3,NULL,0,NULL,0}, + {"禀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x80",3,NULL,0,NULL,0}, + {"鲂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x97",3,NULL,0,NULL,0}, + {"撴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xb4",3,NULL,0,NULL,0}, + {"ꢚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x9a",3,NULL,0,NULL,0}, + {"䬝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x9d",3,NULL,0,NULL,0}, + {"鿾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xbe",3,NULL,0,NULL,0}, + {"ⲗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x97",3,NULL,0,NULL,0}, + {"࿵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xb5",3,NULL,0,NULL,0}, + {"손",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x90",3,NULL,0,NULL,0}, + {"᲼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xbc",3,NULL,0,NULL,0}, + {"㪢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xa2",3,NULL,0,NULL,0}, + {"䩻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xbb",3,NULL,0,NULL,0}, + {"ᰵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xb5",3,NULL,0,NULL,0}, + {"辚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x9a",3,NULL,0,NULL,0}, + {"溊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x87",3,NULL,0,NULL,0}, + {"ꍈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x87",3,NULL,0,NULL,0}, + {"홲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xb2",3,NULL,0,NULL,0}, + {"沞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x9e",3,NULL,0,NULL,0}, + {"诒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x92",3,NULL,0,NULL,0}, + {"ሥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xa5",3,NULL,0,NULL,0}, + {"㶦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xa6",3,NULL,0,NULL,0}, + {"콣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x94",3,NULL,0,NULL,0}, + {"琎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x8e",3,NULL,0,NULL,0}, + {"斩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xa9",3,NULL,0,NULL,0}, + {"뙥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xa5",3,NULL,0,NULL,0}, + {"衟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x9f",3,NULL,0,NULL,0}, + {"僓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x93",3,NULL,0,NULL,0}, + {"꽬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xac",3,NULL,0,NULL,0}, + {"ꪅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xa9",3,NULL,0,NULL,0}, + {"୿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xbf",3,NULL,0,NULL,0}, + {"ቷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xb7",3,NULL,0,NULL,0}, + {"鿤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xa4",3,NULL,0,NULL,0}, + {"່",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x88",3,NULL,0,NULL,0}, + {"퀃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x83",3,NULL,0,NULL,0}, + {"稕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x95",3,NULL,0,NULL,0}, + {"䀕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xba",3,NULL,0,NULL,0}, + {"鲱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xb1",3,NULL,0,NULL,0}, + {"匯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x83",3,NULL,0,NULL,0}, + {"釱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x95",3,NULL,0,NULL,0}, + {"戴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x95",3,NULL,0,NULL,0}, + {"붯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xaf",3,NULL,0,NULL,0}, + {"勅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x85",3,NULL,0,NULL,0}, + {"䈣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x93",3,NULL,0,NULL,0}, + {"뉊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x8a",3,NULL,0,NULL,0}, + {"䰄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x84",3,NULL,0,NULL,0}, + {"ඁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x81",3,NULL,0,NULL,0}, + {"ᗶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xb6",3,NULL,0,NULL,0}, + {"滋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x8b",3,NULL,0,NULL,0}, + {"⌉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x89",3,NULL,0,NULL,0}, + {"㺫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xab",3,NULL,0,NULL,0}, + {"쐞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x82",3,NULL,0,NULL,0}, + {"ﺾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xbe",3,NULL,0,NULL,0}, + {"谁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x81",3,NULL,0,NULL,0}, + {"맣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xa3",3,NULL,0,NULL,0}, + {"玻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xb6",3,NULL,0,NULL,0}, + {"涚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x9a",3,NULL,0,NULL,0}, + {"㯃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x83",3,NULL,0,NULL,0}, + {"멿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xbf",3,NULL,0,NULL,0}, + {"땧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xa7",3,NULL,0,NULL,0}, + {"ᩳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xb3",3,NULL,0,NULL,0}, + {"꟪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xaa",3,NULL,0,NULL,0}, + {"뱸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xb8",3,NULL,0,NULL,0}, + {"䨈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x88",3,NULL,0,NULL,0}, + {"憘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x98",3,NULL,0,NULL,0}, + {"哭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xbe",3,NULL,0,NULL,0}, + {"巴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xb4",3,NULL,0,NULL,0}, + {"犅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x85",3,NULL,0,NULL,0}, + {"ⶖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x96",3,NULL,0,NULL,0}, + {"幩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x92",3,NULL,0,NULL,0}, + {"柬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xac",3,NULL,0,NULL,0}, + {"︶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xb6",3,NULL,0,NULL,0}, + {"윗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x97",3,NULL,0,NULL,0}, + {"ំ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x86",3,NULL,0,NULL,0}, + {"㠈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x88",3,NULL,0,NULL,0}, + {"౳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xb3",3,NULL,0,NULL,0}, + {"䱣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xa3",3,NULL,0,NULL,0}, + {"Ⱍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x9d",3,NULL,0,NULL,0}, + {"쎋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x8b",3,NULL,0,NULL,0}, + {"諓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x93",3,NULL,0,NULL,0}, + {"麑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x91",3,NULL,0,NULL,0}, + {"嵩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xa9",3,NULL,0,NULL,0}, + {"뺟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x9f",3,NULL,0,NULL,0}, + {"喐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x90",3,NULL,0,NULL,0}, + {"⽡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xa1",3,NULL,0,NULL,0}, + {"ﱔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x94",3,NULL,0,NULL,0}, + {"腊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x8a",3,NULL,0,NULL,0}, + {"퇋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x8b",3,NULL,0,NULL,0}, + {"崒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x92",3,NULL,0,NULL,0}, + {"먺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xba",3,NULL,0,NULL,0}, + {"䲦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xa6",3,NULL,0,NULL,0}, + {"﫝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x9d",3,NULL,0,NULL,0}, + {"䶔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x94",3,NULL,0,NULL,0}, + {"鬨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xa8",3,NULL,0,NULL,0}, + {"眄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x84",3,NULL,0,NULL,0}, + {"볷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xb7",3,NULL,0,NULL,0}, + {"爦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xa2",3,NULL,0,NULL,0}, + {"冟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x9f",3,NULL,0,NULL,0}, + {"桫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xab",3,NULL,0,NULL,0}, + {"㑶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xb6",3,NULL,0,NULL,0}, + {"潋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x82",3,NULL,0,NULL,0}, + {"㞿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xbf",3,NULL,0,NULL,0}, + {"謍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x8d",3,NULL,0,NULL,0}, + {"◗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x97",3,NULL,0,NULL,0}, + {"왺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xba",3,NULL,0,NULL,0}, + {"ᖪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xaa",3,NULL,0,NULL,0}, + {"羺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xba",3,NULL,0,NULL,0}, + {"仙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x99",3,NULL,0,NULL,0}, + {"抌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x8c",3,NULL,0,NULL,0}, + {"ᕓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x93",3,NULL,0,NULL,0}, + {"᠄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x84",3,NULL,0,NULL,0}, + {"즵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xb5",3,NULL,0,NULL,0}, + {"让",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xa9",3,NULL,0,NULL,0}, + {"㽍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x82",3,NULL,0,NULL,0}, + {"勝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x9d",3,NULL,0,NULL,0}, + {"䁤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xa4",3,NULL,0,NULL,0}, + {"쑾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xbe",3,NULL,0,NULL,0}, + {"縬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xac",3,NULL,0,NULL,0}, + {"═",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x90",3,NULL,0,NULL,0}, + {"龴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xb4",3,NULL,0,NULL,0}, + {"茊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x8a",3,NULL,0,NULL,0}, + {"﷡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xa1",3,NULL,0,NULL,0}, + {"緫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xab",3,NULL,0,NULL,0}, + {"촃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x83",3,NULL,0,NULL,0}, + {"ﱮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xae",3,NULL,0,NULL,0}, + {"ᔹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb9",3,NULL,0,NULL,0}, + {"뚨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xa8",3,NULL,0,NULL,0}, + {"롫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xab",3,NULL,0,NULL,0}, + {"Ɨ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x97",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xbf",3,NULL,0,NULL,0}, + {"湛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x9b",3,NULL,0,NULL,0}, + {"ܦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xa6",2,NULL,0,NULL,0}, + {"鎸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xb8",3,NULL,0,NULL,0}, + {"릺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xba",3,NULL,0,NULL,0}, + {"슩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x88",3,NULL,0,NULL,0}, + {"䛹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xb9",3,NULL,0,NULL,0}, + {"ၲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xb2",3,NULL,0,NULL,0}, + {"᷇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x87",3,NULL,0,NULL,0}, + {"䤢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xa2",3,NULL,0,NULL,0}, + {"ꛄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x84",3,NULL,0,NULL,0}, + {"쓀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x80",3,NULL,0,NULL,0}, + {"쨞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x9e",3,NULL,0,NULL,0}, + {"㼖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xb9",3,NULL,0,NULL,0}, + {"፨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xa8",3,NULL,0,NULL,0}, + {"⣞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x9e",3,NULL,0,NULL,0}, + {"쥜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x9c",3,NULL,0,NULL,0}, + {"쐽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xbd",3,NULL,0,NULL,0}, + {"젍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x8d",3,NULL,0,NULL,0}, + {"얈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x88",3,NULL,0,NULL,0}, + {"ꗘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x98",3,NULL,0,NULL,0}, + {"膻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xbb",3,NULL,0,NULL,0}, + {"ᜂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x82",3,NULL,0,NULL,0}, + {"늹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xb9",3,NULL,0,NULL,0}, + {"ᒶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb6",3,NULL,0,NULL,0}, + {"돧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xa7",3,NULL,0,NULL,0}, + {"闢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x86",3,NULL,0,NULL,0}, + {"佨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xa8",3,NULL,0,NULL,0}, + {"ﳵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xb5",3,NULL,0,NULL,0}, + {"翐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x90",3,NULL,0,NULL,0}, + {"뉐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x90",3,NULL,0,NULL,0}, + {"ꄨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xa8",3,NULL,0,NULL,0}, + {"⌜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x9c",3,NULL,0,NULL,0}, + {"䂕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x97",3,NULL,0,NULL,0}, + {"ᶘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x98",3,NULL,0,NULL,0}, + {"鍋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x8b",3,NULL,0,NULL,0}, + {"痲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xb2",3,NULL,0,NULL,0}, + {"낿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xbf",3,NULL,0,NULL,0}, + {"헛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x9b",3,NULL,0,NULL,0}, + {"ꁢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xa2",3,NULL,0,NULL,0}, + {"⌨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xa8",3,NULL,0,NULL,0}, + {"敒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x92",3,NULL,0,NULL,0}, + {"줫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xab",3,NULL,0,NULL,0}, + {"䢹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xb9",3,NULL,0,NULL,0}, + {"碤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xa4",3,NULL,0,NULL,0}, + {"砓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x93",3,NULL,0,NULL,0}, + {"㷘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x85",3,NULL,0,NULL,0}, + {"딘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x98",3,NULL,0,NULL,0}, + {"Ê",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8a",2,NULL,0,NULL,0}, + {"瞴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x83",3,NULL,0,NULL,0}, + {"侞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x9e",3,NULL,0,NULL,0}, + {"菩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xa9",3,NULL,0,NULL,0}, + {"쩿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xbf",3,NULL,0,NULL,0}, + {"歜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x9c",3,NULL,0,NULL,0}, + {"氻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xbb",3,NULL,0,NULL,0}, + {"娱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xb1",3,NULL,0,NULL,0}, + {"兊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x8a",3,NULL,0,NULL,0}, + {"좎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x8e",3,NULL,0,NULL,0}, + {"䝚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x9a",3,NULL,0,NULL,0}, + {"찅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x85",3,NULL,0,NULL,0}, + {"두",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x90",3,NULL,0,NULL,0}, + {"ㅞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x9e",3,NULL,0,NULL,0}, + {"蔚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x9a",3,NULL,0,NULL,0}, + {"乩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xa9",3,NULL,0,NULL,0}, + {"쯠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xa0",3,NULL,0,NULL,0}, + {"࠰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xb0",3,NULL,0,NULL,0}, + {"亲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xb2",3,NULL,0,NULL,0}, + {"ᗑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x91",3,NULL,0,NULL,0}, + {"螡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xa1",3,NULL,0,NULL,0}, + {"궯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xaf",3,NULL,0,NULL,0}, + {"ࡱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xb1",3,NULL,0,NULL,0}, + {"鉌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x8c",3,NULL,0,NULL,0}, + {"쵼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xbc",3,NULL,0,NULL,0}, + {"ゥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x80",3,NULL,0,NULL,0}, + {"脛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x9b",3,NULL,0,NULL,0}, + {"뇍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xb7",3,NULL,0,NULL,0}, + {"葔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x8f",3,NULL,0,NULL,0}, + {"햎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x8e",3,NULL,0,NULL,0}, + {"ꋩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xa9",3,NULL,0,NULL,0}, + {"寗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x97",3,NULL,0,NULL,0}, + {"ᥱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xb1",3,NULL,0,NULL,0}, + {"痢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xa5",3,NULL,0,NULL,0}, + {"铎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x8e",3,NULL,0,NULL,0}, + {"᧴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x9b",3,NULL,0,NULL,0}, + {"抍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x8d",3,NULL,0,NULL,0}, + {"훩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xa9",3,NULL,0,NULL,0}, + {"㆘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x98",3,NULL,0,NULL,0}, + {"걩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x94",3,NULL,0,NULL,0}, + {"Л",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x9b",2,NULL,0,NULL,0}, + {"嫢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xa2",3,NULL,0,NULL,0}, + {"ǥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xa5",2,NULL,0,NULL,0}, + {"쫀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x80",3,NULL,0,NULL,0}, + {"冿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xbf",3,NULL,0,NULL,0}, + {"ꭣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xb0",3,NULL,0,NULL,0}, + {"읋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x93",3,NULL,0,NULL,0}, + {"២",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xa2",3,NULL,0,NULL,0}, + {"뾆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x86",3,NULL,0,NULL,0}, + {"⣹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xb9",3,NULL,0,NULL,0}, + {"邧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xa7",3,NULL,0,NULL,0}, + {"눋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x8b",3,NULL,0,NULL,0}, + {"컚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x9a",3,NULL,0,NULL,0}, + {"垩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xa9",3,NULL,0,NULL,0}, + {"殗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x97",3,NULL,0,NULL,0}, + {"ᦳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xb3",3,NULL,0,NULL,0}, + {"㚑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xb3",3,NULL,0,NULL,0}, + {"ह",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xb9",3,NULL,0,NULL,0}, + {"䓃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x83",3,NULL,0,NULL,0}, + {"녮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xae",3,NULL,0,NULL,0}, + {"蒝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x9d",3,NULL,0,NULL,0}, + {"ꑴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xb4",3,NULL,0,NULL,0}, + {"휧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xa7",3,NULL,0,NULL,0}, + {"ဳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x9c",3,NULL,0,NULL,0}, + {"䕆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x86",3,NULL,0,NULL,0}, + {"녃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x83",3,NULL,0,NULL,0}, + {"᩻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xb5",3,NULL,0,NULL,0}, + {"ᔈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x88",3,NULL,0,NULL,0}, + {"¾",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xbe",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x97",3,NULL,0,NULL,0}, + {"蘪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xbc",3,NULL,0,NULL,0}, + {"靪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xaa",3,NULL,0,NULL,0}, + {"흒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x92",3,NULL,0,NULL,0}, + {"辀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x80",3,NULL,0,NULL,0}, + {"婛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x9b",3,NULL,0,NULL,0}, + {"杙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x99",3,NULL,0,NULL,0}, + {"쁃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x83",3,NULL,0,NULL,0}, + {"䓀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x80",3,NULL,0,NULL,0}, + {"茳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xb3",3,NULL,0,NULL,0}, + {"댑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x91",3,NULL,0,NULL,0}, + {"ẩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xa9",3,NULL,0,NULL,0}, + {"郰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xb0",3,NULL,0,NULL,0}, + {"䭈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x88",3,NULL,0,NULL,0}, + {"툮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xae",3,NULL,0,NULL,0}, + {"㓨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xa8",3,NULL,0,NULL,0}, + {"⛎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x8e",3,NULL,0,NULL,0}, + {"嚊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x8a",3,NULL,0,NULL,0}, + {"殉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x89",3,NULL,0,NULL,0}, + {"簸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xb8",3,NULL,0,NULL,0}, + {"쉥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xa5",3,NULL,0,NULL,0}, + {"स",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xb8",3,NULL,0,NULL,0}, + {"薆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x86",3,NULL,0,NULL,0}, + {"䔅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x85",3,NULL,0,NULL,0}, + {"㋾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xbe",3,NULL,0,NULL,0}, + {"칿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xbf",3,NULL,0,NULL,0}, + {"妛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x9b",3,NULL,0,NULL,0}, + {"㝝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xaa",3,NULL,0,NULL,0}, + {"濺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xba",3,NULL,0,NULL,0}, + {"磼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xbc",3,NULL,0,NULL,0}, + {"֫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xab",2,NULL,0,NULL,0}, + {"歒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x92",3,NULL,0,NULL,0}, + {"疡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xa4",3,NULL,0,NULL,0}, + {"ヒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8b",3,NULL,0,NULL,0}, + {"硽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xbd",3,NULL,0,NULL,0}, + {"섂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x82",3,NULL,0,NULL,0}, + {"ሄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x82",3,NULL,0,NULL,0}, + {"音",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xb3",3,NULL,0,NULL,0}, + {"剻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xbb",3,NULL,0,NULL,0}, + {"㏮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xae",3,NULL,0,NULL,0}, + {"℟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x9f",3,NULL,0,NULL,0}, + {"笞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x9e",3,NULL,0,NULL,0}, + {"槓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x93",3,NULL,0,NULL,0}, + {"ڛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x9b",2,NULL,0,NULL,0}, + {"훇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xa7",3,NULL,0,NULL,0}, + {"닢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xa2",3,NULL,0,NULL,0}, + {"⅊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xbf",3,NULL,0,NULL,0}, + {"薹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xb9",3,NULL,0,NULL,0}, + {"꾫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xab",3,NULL,0,NULL,0}, + {"䍋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x8b",3,NULL,0,NULL,0}, + {"✔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x94",3,NULL,0,NULL,0}, + {"쿬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xac",3,NULL,0,NULL,0}, + {"텉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x89",3,NULL,0,NULL,0}, + {"⁗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x97",3,NULL,0,NULL,0}, + {"蠧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xa7",3,NULL,0,NULL,0}, + {"ྶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xb6",3,NULL,0,NULL,0}, + {"Û",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9b",2,NULL,0,NULL,0}, + {"쀤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xa4",3,NULL,0,NULL,0}, + {"姕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x95",3,NULL,0,NULL,0}, + {"䭭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xad",3,NULL,0,NULL,0}, + {"騆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x86",3,NULL,0,NULL,0}, + {"♳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xb3",3,NULL,0,NULL,0}, + {"㚶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xb6",3,NULL,0,NULL,0}, + {"㙯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xaf",3,NULL,0,NULL,0}, + {"嚹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xb9",3,NULL,0,NULL,0}, + {"ꂐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x90",3,NULL,0,NULL,0}, + {"畊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x84",3,NULL,0,NULL,0}, + {"戝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x9d",3,NULL,0,NULL,0}, + {"閙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x99",3,NULL,0,NULL,0}, + {"轈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x86",3,NULL,0,NULL,0}, + {"m",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"魁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x81",3,NULL,0,NULL,0}, + {"鲧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xa7",3,NULL,0,NULL,0}, + {"鸞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xa0",3,NULL,0,NULL,0}, + {"虾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xbe",3,NULL,0,NULL,0}, + {"旲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xb2",3,NULL,0,NULL,0}, + {"旹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xb9",3,NULL,0,NULL,0}, + {"븡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xa1",3,NULL,0,NULL,0}, + {"剌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x87",3,NULL,0,NULL,0}, + {"㳙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x99",3,NULL,0,NULL,0}, + {"⹉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x89",3,NULL,0,NULL,0}, + {"燀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xa6",3,NULL,0,NULL,0}, + {"㭴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xb4",3,NULL,0,NULL,0}, + {"멦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xa6",3,NULL,0,NULL,0}, + {"⡱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xb1",3,NULL,0,NULL,0}, + {"큃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x83",3,NULL,0,NULL,0}, + {"㦹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xb9",3,NULL,0,NULL,0}, + {"׶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xb6",2,NULL,0,NULL,0}, + {"ᦵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xb5",3,NULL,0,NULL,0}, + {"ꦁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x81",3,NULL,0,NULL,0}, + {"횺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xba",3,NULL,0,NULL,0}, + {"蘫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xab",3,NULL,0,NULL,0}, + {"⇶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xb6",3,NULL,0,NULL,0}, + {"顢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xa2",3,NULL,0,NULL,0}, + {"ꨠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xa0",3,NULL,0,NULL,0}, + {"幾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xbe",3,NULL,0,NULL,0}, + {"揎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x8e",3,NULL,0,NULL,0}, + {"뭓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x93",3,NULL,0,NULL,0}, + {"嗁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x81",3,NULL,0,NULL,0}, + {"穾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xbe",3,NULL,0,NULL,0}, + {"捥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xa5",3,NULL,0,NULL,0}, + {"瓏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x8f",3,NULL,0,NULL,0}, + {"빪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xaa",3,NULL,0,NULL,0}, + {"Ⓨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x8e",3,NULL,0,NULL,0}, + {"钥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xa5",3,NULL,0,NULL,0}, + {"璶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xb6",3,NULL,0,NULL,0}, + {"踭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xad",3,NULL,0,NULL,0}, + {"☯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xac",3,NULL,0,NULL,0}, + {"䨥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xa5",3,NULL,0,NULL,0}, + {"煿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xbf",3,NULL,0,NULL,0}, + {"軜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x9c",3,NULL,0,NULL,0}, + {"ꝍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x8d",3,NULL,0,NULL,0}, + {"炕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x95",3,NULL,0,NULL,0}, + {"뒠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xa0",3,NULL,0,NULL,0}, + {"伒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x92",3,NULL,0,NULL,0}, + {"Ӫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xaa",2,NULL,0,NULL,0}, + {"엑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x91",3,NULL,0,NULL,0}, + {"猼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xbc",3,NULL,0,NULL,0}, + {"拈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x88",3,NULL,0,NULL,0}, + {"擤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xa5",3,NULL,0,NULL,0}, + {"⯨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xa8",3,NULL,0,NULL,0}, + {"볩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xa9",3,NULL,0,NULL,0}, + {"孟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x9f",3,NULL,0,NULL,0}, + {"㴝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x9d",3,NULL,0,NULL,0}, + {"뫌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x8c",3,NULL,0,NULL,0}, + {"픪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xaa",3,NULL,0,NULL,0}, + {"ಚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x9a",3,NULL,0,NULL,0}, + {"቗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x97",3,NULL,0,NULL,0}, + {"飫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xab",3,NULL,0,NULL,0}, + {"⥭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xad",3,NULL,0,NULL,0}, + {"岘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x98",3,NULL,0,NULL,0}, + {"౫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xab",3,NULL,0,NULL,0}, + {"勼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xbc",3,NULL,0,NULL,0}, + {"╝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x9d",3,NULL,0,NULL,0}, + {"윷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xb7",3,NULL,0,NULL,0}, + {"곽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xbd",3,NULL,0,NULL,0}, + {"國",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x8b",3,NULL,0,NULL,0}, + {"왲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xb2",3,NULL,0,NULL,0}, + {"ﮣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xa3",3,NULL,0,NULL,0}, + {"ⷮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xae",3,NULL,0,NULL,0}, + {"ຬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xac",3,NULL,0,NULL,0}, + {"灻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xbb",3,NULL,0,NULL,0}, + {"䮸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xb8",3,NULL,0,NULL,0}, + {"与",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x8e",3,NULL,0,NULL,0}, + {"耤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xa4",3,NULL,0,NULL,0}, + {"攚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x9a",3,NULL,0,NULL,0}, + {"ꏅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x85",3,NULL,0,NULL,0}, + {"푃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x83",3,NULL,0,NULL,0}, + {"洗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x97",3,NULL,0,NULL,0}, + {"棏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x8f",3,NULL,0,NULL,0}, + {"᱕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x98",3,NULL,0,NULL,0}, + {"譭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xad",3,NULL,0,NULL,0}, + {"봲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xb2",3,NULL,0,NULL,0}, + {"ﲧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xa7",3,NULL,0,NULL,0}, + {"ꫮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x9f",3,NULL,0,NULL,0}, + {"譸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xb8",3,NULL,0,NULL,0}, + {"ꔔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x94",3,NULL,0,NULL,0}, + {"뢎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x8e",3,NULL,0,NULL,0}, + {"ኘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x98",3,NULL,0,NULL,0}, + {"ꊷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xb7",3,NULL,0,NULL,0}, + {"僑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x91",3,NULL,0,NULL,0}, + {"릗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x97",3,NULL,0,NULL,0}, + {"똇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x87",3,NULL,0,NULL,0}, + {"䲁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xba",3,NULL,0,NULL,0}, + {"콺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xba",3,NULL,0,NULL,0}, + {"屿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xb1",3,NULL,0,NULL,0}, + {"览",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x88",3,NULL,0,NULL,0}, + {"衝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x9d",3,NULL,0,NULL,0}, + {"鱎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x8e",3,NULL,0,NULL,0}, + {"힢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xa2",3,NULL,0,NULL,0}, + {"锸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xb8",3,NULL,0,NULL,0}, + {"酔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x94",3,NULL,0,NULL,0}, + {"ꭨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xa8",3,NULL,0,NULL,0}, + {"召",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xac",3,NULL,0,NULL,0}, + {"ล",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xa5",3,NULL,0,NULL,0}, + {"鈃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x83",3,NULL,0,NULL,0}, + {"缗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x97",3,NULL,0,NULL,0}, + {"蝛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x9b",3,NULL,0,NULL,0}, + {"誔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x94",3,NULL,0,NULL,0}, + {"湺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xba",3,NULL,0,NULL,0}, + {"㼢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xa2",3,NULL,0,NULL,0}, + {"᱇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x87",3,NULL,0,NULL,0}, + {"ঠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xbf",3,NULL,0,NULL,0}, + {"펼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xbc",3,NULL,0,NULL,0}, + {"෢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xa2",3,NULL,0,NULL,0}, + {"鮳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xb3",3,NULL,0,NULL,0}, + {"䈯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xaf",3,NULL,0,NULL,0}, + {"鑂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x82",3,NULL,0,NULL,0}, + {"ᰐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x90",3,NULL,0,NULL,0}, + {"뙟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x80",3,NULL,0,NULL,0}, + {"涎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x8e",3,NULL,0,NULL,0}, + {"鸵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xb5",3,NULL,0,NULL,0}, + {"簑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x91",3,NULL,0,NULL,0}, + {"㲟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x9f",3,NULL,0,NULL,0}, + {"䓌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x82",3,NULL,0,NULL,0}, + {"ᅱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb1",3,NULL,0,NULL,0}, + {"렞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x9e",3,NULL,0,NULL,0}, + {"䗁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x81",3,NULL,0,NULL,0}, + {"앥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xa5",3,NULL,0,NULL,0}, + {"॓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x93",3,NULL,0,NULL,0}, + {"䭒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x91",3,NULL,0,NULL,0}, + {"쪊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x8a",3,NULL,0,NULL,0}, + {"럃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x83",3,NULL,0,NULL,0}, + {"꿨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xa8",3,NULL,0,NULL,0}, + {"ﹱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xb1",3,NULL,0,NULL,0}, + {"ꘒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x92",3,NULL,0,NULL,0}, + {"枟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x9f",3,NULL,0,NULL,0}, + {"䈡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x91",3,NULL,0,NULL,0}, + {"৏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x8f",3,NULL,0,NULL,0}, + {"㺹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xa8",3,NULL,0,NULL,0}, + {"究",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xb6",3,NULL,0,NULL,0}, + {"䇪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xaa",3,NULL,0,NULL,0}, + {"텺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xba",3,NULL,0,NULL,0}, + {"쭒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x92",3,NULL,0,NULL,0}, + {"綂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x82",3,NULL,0,NULL,0}, + {"뱬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xac",3,NULL,0,NULL,0}, + {"阂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x82",3,NULL,0,NULL,0}, + {"œ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x93",2,NULL,0,NULL,0}, + {"逭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xad",3,NULL,0,NULL,0}, + {"쉉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x89",3,NULL,0,NULL,0}, + {"됂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x82",3,NULL,0,NULL,0}, + {"틀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x80",3,NULL,0,NULL,0}, + {"実",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x9f",3,NULL,0,NULL,0}, + {"︒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x92",3,NULL,0,NULL,0}, + {"﵀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xac",3,NULL,0,NULL,0}, + {"Ⱇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x97",3,NULL,0,NULL,0}, + {"و",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x88",2,NULL,0,NULL,0}, + {"ﻠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xa0",3,NULL,0,NULL,0}, + {"譊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x8a",3,NULL,0,NULL,0}, + {"޹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xb9",2,NULL,0,NULL,0}, + {"←",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa9",3,NULL,0,NULL,0}, + {"ῄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x84",3,NULL,0,NULL,0}, + {"卆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x86",3,NULL,0,NULL,0}, + {"ퟰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xb0",3,NULL,0,NULL,0}, + {"ꨩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xa9",3,NULL,0,NULL,0}, + {"銆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x86",3,NULL,0,NULL,0}, + {"瓋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x8b",3,NULL,0,NULL,0}, + {"ऎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x8e",3,NULL,0,NULL,0}, + {"溺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xac",3,NULL,0,NULL,0}, + {"员",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x98",3,NULL,0,NULL,0}, + {"⏽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xbd",3,NULL,0,NULL,0}, + {"᝗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x97",3,NULL,0,NULL,0}, + {"襘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x98",3,NULL,0,NULL,0}, + {"ᩂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x82",3,NULL,0,NULL,0}, + {"╌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x8c",3,NULL,0,NULL,0}, + {"頽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xbd",3,NULL,0,NULL,0}, + {"ㄮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xae",3,NULL,0,NULL,0}, + {"쥒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x92",3,NULL,0,NULL,0}, + {"䩲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xb2",3,NULL,0,NULL,0}, + {"嬆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x86",3,NULL,0,NULL,0}, + {"芻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xa7",3,NULL,0,NULL,0}, + {"똍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x8d",3,NULL,0,NULL,0}, + {"キ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb7",3,NULL,0,NULL,0}, + {"隫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xab",3,NULL,0,NULL,0}, + {"䵆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x86",3,NULL,0,NULL,0}, + {"郠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xa0",3,NULL,0,NULL,0}, + {"潢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x85",3,NULL,0,NULL,0}, + {"ֽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xbd",2,NULL,0,NULL,0}, + {"컷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x97",3,NULL,0,NULL,0}, + {"靲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xb2",3,NULL,0,NULL,0}, + {"⾍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xb5",3,NULL,0,NULL,0}, + {"捊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x8a",3,NULL,0,NULL,0}, + {"㽗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xa2",3,NULL,0,NULL,0}, + {"θ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb8",2,NULL,0,NULL,0}, + {"ᄁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa2",3,NULL,0,NULL,0}, + {"ꅈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x88",3,NULL,0,NULL,0}, + {"錐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x90",3,NULL,0,NULL,0}, + {"줉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x89",3,NULL,0,NULL,0}, + {"냴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xb4",3,NULL,0,NULL,0}, + {"剙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x99",3,NULL,0,NULL,0}, + {"⤇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x87",3,NULL,0,NULL,0}, + {"ይ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xad",3,NULL,0,NULL,0}, + {"⻼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xbc",3,NULL,0,NULL,0}, + {"㯶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xb6",3,NULL,0,NULL,0}, + {"ꛝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x9d",3,NULL,0,NULL,0}, + {"}",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"}",1,NULL,0,NULL,0}, + {"䊈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x88",3,NULL,0,NULL,0}, + {"㇩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xa9",3,NULL,0,NULL,0}, + {"덄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x84",3,NULL,0,NULL,0}, + {"΄",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x84",2,NULL,0,NULL,0}, + {"듦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xa6",3,NULL,0,NULL,0}, + {"㤲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xb2",3,NULL,0,NULL,0}, + {"ਡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xa1",3,NULL,0,NULL,0}, + {"촑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x91",3,NULL,0,NULL,0}, + {"鞾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xb0",3,NULL,0,NULL,0}, + {"Ꭱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xa1",3,NULL,0,NULL,0}, + {"线",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xbf",3,NULL,0,NULL,0}, + {"臯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xaf",3,NULL,0,NULL,0}, + {"ᚨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xa8",3,NULL,0,NULL,0}, + {"ᘦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xa6",3,NULL,0,NULL,0}, + {"徠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xa0",3,NULL,0,NULL,0}, + {"LJ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x87",2,NULL,0,NULL,0}, + {"萹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xb9",3,NULL,0,NULL,0}, + {"⪔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x94",3,NULL,0,NULL,0}, + {"佬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xac",3,NULL,0,NULL,0}, + {"ﬣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xa3",3,NULL,0,NULL,0}, + {"ᢱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xb1",3,NULL,0,NULL,0}, + {"뻶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xb6",3,NULL,0,NULL,0}, + {"ᷕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x95",3,NULL,0,NULL,0}, + {"傺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xba",3,NULL,0,NULL,0}, + {"雏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x8f",3,NULL,0,NULL,0}, + {"퓧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xa9",3,NULL,0,NULL,0}, + {"岐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x90",3,NULL,0,NULL,0}, + {"㎌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x8c",3,NULL,0,NULL,0}, + {"탞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x9e",3,NULL,0,NULL,0}, + {"勉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xb3",3,NULL,0,NULL,0}, + {"㎻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xbb",3,NULL,0,NULL,0}, + {"ꁦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xa6",3,NULL,0,NULL,0}, + {"Ė",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x96",2,NULL,0,NULL,0}, + {"ꍁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x81",3,NULL,0,NULL,0}, + {"놟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x9f",3,NULL,0,NULL,0}, + {"Ἅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x8d",3,NULL,0,NULL,0}, + {"榸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xb8",3,NULL,0,NULL,0}, + {"삷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xaa",3,NULL,0,NULL,0}, + {"码",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x83",3,NULL,0,NULL,0}, + {"鈔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x94",3,NULL,0,NULL,0}, + {"䊛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x9b",3,NULL,0,NULL,0}, + {"돝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x9d",3,NULL,0,NULL,0}, + {"劝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x9d",3,NULL,0,NULL,0}, + {"猊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x8a",3,NULL,0,NULL,0}, + {"蕙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x99",3,NULL,0,NULL,0}, + {"¤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa4",2,NULL,0,NULL,0}, + {"沏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x8f",3,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x88",3,NULL,0,NULL,0}, + {"ᇲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xb2",3,NULL,0,NULL,0}, + {"乣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xa3",3,NULL,0,NULL,0}, + {"䡢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xa2",3,NULL,0,NULL,0}, + {"䂏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x8f",3,NULL,0,NULL,0}, + {"蒴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xb4",3,NULL,0,NULL,0}, + {"䐗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xa8",3,NULL,0,NULL,0}, + {"ᚢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xa2",3,NULL,0,NULL,0}, + {"⌠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xa0",3,NULL,0,NULL,0}, + {"顪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xaa",3,NULL,0,NULL,0}, + {"ꮐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x90",3,NULL,0,NULL,0}, + {"⹿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xbf",3,NULL,0,NULL,0}, + {"僩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xa9",3,NULL,0,NULL,0}, + {"舢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xa2",3,NULL,0,NULL,0}, + {"ᗩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xa9",3,NULL,0,NULL,0}, + {"拘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x98",3,NULL,0,NULL,0}, + {"∴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xaa",3,NULL,0,NULL,0}, + {"脙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x99",3,NULL,0,NULL,0}, + {"횞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x9e",3,NULL,0,NULL,0}, + {"櫆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x86",3,NULL,0,NULL,0}, + {"锱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xb1",3,NULL,0,NULL,0}, + {"寕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x95",3,NULL,0,NULL,0}, + {"菫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xab",3,NULL,0,NULL,0}, + {"遐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x90",3,NULL,0,NULL,0}, + {"쁘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x98",3,NULL,0,NULL,0}, + {"㒯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xa1",3,NULL,0,NULL,0}, + {"晭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x84",3,NULL,0,NULL,0}, + {"孛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x9b",3,NULL,0,NULL,0}, + {"ខ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x81",3,NULL,0,NULL,0}, + {"曌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x8c",3,NULL,0,NULL,0}, + {"궕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x95",3,NULL,0,NULL,0}, + {"ㄏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x8f",3,NULL,0,NULL,0}, + {"䕹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xb9",3,NULL,0,NULL,0}, + {"奜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x9c",3,NULL,0,NULL,0}, + {"ᶖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x97",3,NULL,0,NULL,0}, + {"壄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x84",3,NULL,0,NULL,0}, + {"ԇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x87",2,NULL,0,NULL,0}, + {"⟩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xa9",3,NULL,0,NULL,0}, + {"ꐩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xa9",3,NULL,0,NULL,0}, + {"ʑ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x91",2,NULL,0,NULL,0}, + {"黢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x9b",3,NULL,0,NULL,0}, + {"䣕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x95",3,NULL,0,NULL,0}, + {"긨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xa8",3,NULL,0,NULL,0}, + {"ࣄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x84",3,NULL,0,NULL,0}, + {"䟋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x8c",3,NULL,0,NULL,0}, + {"࿢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xa2",3,NULL,0,NULL,0}, + {"몔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x94",3,NULL,0,NULL,0}, + {"㑵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xb5",3,NULL,0,NULL,0}, + {"抏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x8f",3,NULL,0,NULL,0}, + {"┈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x88",3,NULL,0,NULL,0}, + {"꽊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x8a",3,NULL,0,NULL,0}, + {"鵺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x8e",3,NULL,0,NULL,0}, + {"ጔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x94",3,NULL,0,NULL,0}, + {"橫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xab",3,NULL,0,NULL,0}, + {"ϛ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x9b",2,NULL,0,NULL,0}, + {"ﰻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xbb",3,NULL,0,NULL,0}, + {"喉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x89",3,NULL,0,NULL,0}, + {"뎌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xa2",3,NULL,0,NULL,0}, + {"筤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xa4",3,NULL,0,NULL,0}, + {"ཕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x95",3,NULL,0,NULL,0}, + {"趝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x9d",3,NULL,0,NULL,0}, + {"䘇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x87",3,NULL,0,NULL,0}, + {"囲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xb2",3,NULL,0,NULL,0}, + {"튄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x84",3,NULL,0,NULL,0}, + {"㋄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x84",3,NULL,0,NULL,0}, + {"쇨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xa8",3,NULL,0,NULL,0}, + {"䚾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xbe",3,NULL,0,NULL,0}, + {"픲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xb2",3,NULL,0,NULL,0}, + {"ﯻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xbb",3,NULL,0,NULL,0}, + {"粒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x92",3,NULL,0,NULL,0}, + {"셭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xad",3,NULL,0,NULL,0}, + {"᳡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xa1",3,NULL,0,NULL,0}, + {"棠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xa0",3,NULL,0,NULL,0}, + {"ꏴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xb4",3,NULL,0,NULL,0}, + {"鳲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xb2",3,NULL,0,NULL,0}, + {"္",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xb9",3,NULL,0,NULL,0}, + {"䫧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xa7",3,NULL,0,NULL,0}, + {"浂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x82",3,NULL,0,NULL,0}, + {"灭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xad",3,NULL,0,NULL,0}, + {"܄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x84",2,NULL,0,NULL,0}, + {"䙿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xb8",3,NULL,0,NULL,0}, + {"겅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x85",3,NULL,0,NULL,0}, + {"虊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x8a",3,NULL,0,NULL,0}, + {"䋸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xb8",3,NULL,0,NULL,0}, + {"沱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xb7",3,NULL,0,NULL,0}, + {"ኽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xbd",3,NULL,0,NULL,0}, + {"㦜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x9c",3,NULL,0,NULL,0}, + {"굍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x8d",3,NULL,0,NULL,0}, + {"袈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x88",3,NULL,0,NULL,0}, + {"ꪰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xb0",3,NULL,0,NULL,0}, + {"谚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x9a",3,NULL,0,NULL,0}, + {"໤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xa4",3,NULL,0,NULL,0}, + {"ᆧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xa7",3,NULL,0,NULL,0}, + {"坟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x9f",3,NULL,0,NULL,0}, + {"搸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xb8",3,NULL,0,NULL,0}, + {"⊠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xa0",3,NULL,0,NULL,0}, + {"얱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xb1",3,NULL,0,NULL,0}, + {"鿕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x9e",3,NULL,0,NULL,0}, + {"濆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x86",3,NULL,0,NULL,0}, + {"턖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x80",3,NULL,0,NULL,0}, + {"戏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x8f",3,NULL,0,NULL,0}, + {"椷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xb7",3,NULL,0,NULL,0}, + {"窕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x95",3,NULL,0,NULL,0}, + {"곆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x86",3,NULL,0,NULL,0}, + {"붔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x96",3,NULL,0,NULL,0}, + {"⤃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xbd",3,NULL,0,NULL,0}, + {"戄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x84",3,NULL,0,NULL,0}, + {"᧣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xa3",3,NULL,0,NULL,0}, + {"㱆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x86",3,NULL,0,NULL,0}, + {"쳾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xb6",3,NULL,0,NULL,0}, + {"烎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x83",3,NULL,0,NULL,0}, + {"掰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x85",3,NULL,0,NULL,0}, + {"䱴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xb4",3,NULL,0,NULL,0}, + {"챥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xa5",3,NULL,0,NULL,0}, + {"癳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xb3",3,NULL,0,NULL,0}, + {"蠵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xbe",3,NULL,0,NULL,0}, + {"豉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x95",3,NULL,0,NULL,0}, + {"ұ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xb1",2,NULL,0,NULL,0}, + {"㡤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xa4",3,NULL,0,NULL,0}, + {"쿜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xb6",3,NULL,0,NULL,0}, + {"킇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa1",3,NULL,0,NULL,0}, + {"䁚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x9b",3,NULL,0,NULL,0}, + {"品",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x81",3,NULL,0,NULL,0}, + {"浌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x8c",3,NULL,0,NULL,0}, + {"뼒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x92",3,NULL,0,NULL,0}, + {"ᄦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xb6",3,NULL,0,NULL,0}, + {"䧄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x84",3,NULL,0,NULL,0}, + {"꺙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x99",3,NULL,0,NULL,0}, + {"ᯣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xa3",3,NULL,0,NULL,0}, + {"㨖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x96",3,NULL,0,NULL,0}, + {"꺤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xa4",3,NULL,0,NULL,0}, + {"墣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xa3",3,NULL,0,NULL,0}, + {"ඤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xa4",3,NULL,0,NULL,0}, + {"鷈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x88",3,NULL,0,NULL,0}, + {"锎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x8e",3,NULL,0,NULL,0}, + {"븛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x9b",3,NULL,0,NULL,0}, + {"落",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x98",3,NULL,0,NULL,0}, + {"淘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x98",3,NULL,0,NULL,0}, + {"捯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xaf",3,NULL,0,NULL,0}, + {"톧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xa7",3,NULL,0,NULL,0}, + {"욿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xbf",3,NULL,0,NULL,0}, + {"啠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xa0",3,NULL,0,NULL,0}, + {"焏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x8f",3,NULL,0,NULL,0}, + {"嘣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xa3",3,NULL,0,NULL,0}, + {"綕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x95",3,NULL,0,NULL,0}, + {"틥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xa5",3,NULL,0,NULL,0}, + {"麱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xb1",3,NULL,0,NULL,0}, + {"ؒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x92",2,NULL,0,NULL,0}, + {"⮴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xb4",3,NULL,0,NULL,0}, + {"뾙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x99",3,NULL,0,NULL,0}, + {"犦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xa6",3,NULL,0,NULL,0}, + {"⵳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xb3",3,NULL,0,NULL,0}, + {"㖪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xaa",3,NULL,0,NULL,0}, + {"篬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xac",3,NULL,0,NULL,0}, + {"⊂",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x82",3,NULL,0,NULL,0}, + {"⏈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x88",3,NULL,0,NULL,0}, + {"牓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x93",3,NULL,0,NULL,0}, + {"왌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x8c",3,NULL,0,NULL,0}, + {"祡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xa1",3,NULL,0,NULL,0}, + {"㠯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x9a",3,NULL,0,NULL,0}, + {"稇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x87",3,NULL,0,NULL,0}, + {"玖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x96",3,NULL,0,NULL,0}, + {"鰩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xa9",3,NULL,0,NULL,0}, + {"썞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x9e",3,NULL,0,NULL,0}, + {"꧁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x81",3,NULL,0,NULL,0}, + {"강",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x93",3,NULL,0,NULL,0}, + {"諶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xb6",3,NULL,0,NULL,0}, + {"䄱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x8e",3,NULL,0,NULL,0}, + {"뺢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xa2",3,NULL,0,NULL,0}, + {"ᔦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa6",3,NULL,0,NULL,0}, + {"謥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xa5",3,NULL,0,NULL,0}, + {"危",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xb0",3,NULL,0,NULL,0}, + {"턃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x83",3,NULL,0,NULL,0}, + {"콏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x8f",3,NULL,0,NULL,0}, + {"瀘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x98",3,NULL,0,NULL,0}, + {"紤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xa4",3,NULL,0,NULL,0}, + {"༹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xb9",3,NULL,0,NULL,0}, + {"鼈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x88",3,NULL,0,NULL,0}, + {"愧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xa7",3,NULL,0,NULL,0}, + {"팺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xba",3,NULL,0,NULL,0}, + {"엣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xa3",3,NULL,0,NULL,0}, + {"詇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x87",3,NULL,0,NULL,0}, + {"홋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x8b",3,NULL,0,NULL,0}, + {"潿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xad",3,NULL,0,NULL,0}, + {"㴿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xbf",3,NULL,0,NULL,0}, + {"뤇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x87",3,NULL,0,NULL,0}, + {"擨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xa8",3,NULL,0,NULL,0}, + {"穈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x88",3,NULL,0,NULL,0}, + {"떠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xa0",3,NULL,0,NULL,0}, + {"鏝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x9d",3,NULL,0,NULL,0}, + {"滣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x9d",3,NULL,0,NULL,0}, + {"ꖓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x93",3,NULL,0,NULL,0}, + {"맋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xa3",3,NULL,0,NULL,0}, + {"覂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x82",3,NULL,0,NULL,0}, + {"吹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xb9",3,NULL,0,NULL,0}, + {"Ꝺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xb9",3,NULL,0,NULL,0}, + {"Ⳁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xb3",3,NULL,0,NULL,0}, + {"訉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x89",3,NULL,0,NULL,0}, + {"낦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xa6",3,NULL,0,NULL,0}, + {"৴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xb4",3,NULL,0,NULL,0}, + {"퐱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xb1",3,NULL,0,NULL,0}, + {"恹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xb9",3,NULL,0,NULL,0}, + {"̹",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xb9",2,NULL,0,NULL,0}, + {"㻒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x92",3,NULL,0,NULL,0}, + {"㷋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x8b",3,NULL,0,NULL,0}, + {"呮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xae",3,NULL,0,NULL,0}, + {"臖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x96",3,NULL,0,NULL,0}, + {"ﲕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x95",3,NULL,0,NULL,0}, + {"鑎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x8e",3,NULL,0,NULL,0}, + {"⁧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xa7",3,NULL,0,NULL,0}, + {"ᣖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x96",3,NULL,0,NULL,0}, + {"罸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xb8",3,NULL,0,NULL,0}, + {"ᷬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xac",3,NULL,0,NULL,0}, + {"릕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x95",3,NULL,0,NULL,0}, + {"አ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xa0",3,NULL,0,NULL,0}, + {"峎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x9d",3,NULL,0,NULL,0}, + {"驝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x9d",3,NULL,0,NULL,0}, + {"薌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x8c",3,NULL,0,NULL,0}, + {"馫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xab",3,NULL,0,NULL,0}, + {"燧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xa7",3,NULL,0,NULL,0}, + {"ᶃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x83",3,NULL,0,NULL,0}, + {"릆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xb3",3,NULL,0,NULL,0}, + {"ᴤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xa4",3,NULL,0,NULL,0}, + {"醊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x8a",3,NULL,0,NULL,0}, + {"끷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xb7",3,NULL,0,NULL,0}, + {"핛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x9b",3,NULL,0,NULL,0}, + {"ꖭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xad",3,NULL,0,NULL,0}, + {"悺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xba",3,NULL,0,NULL,0}, + {"Ꙙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x98",3,NULL,0,NULL,0}, + {"഑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x91",3,NULL,0,NULL,0}, + {"鮡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xa1",3,NULL,0,NULL,0}, + {"侍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x9c",3,NULL,0,NULL,0}, + {"忐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xaa",3,NULL,0,NULL,0}, + {"䐨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xa8",3,NULL,0,NULL,0}, + {"₂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xb3",3,NULL,0,NULL,0}, + {"举",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xbe",3,NULL,0,NULL,0}, + {"鍬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xac",3,NULL,0,NULL,0}, + {"ﻖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x96",3,NULL,0,NULL,0}, + {"凎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x8e",3,NULL,0,NULL,0}, + {"䂺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xba",3,NULL,0,NULL,0}, + {"ᤅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x85",3,NULL,0,NULL,0}, + {"忶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xb6",3,NULL,0,NULL,0}, + {"ࡤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xa4",3,NULL,0,NULL,0}, + {"陻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xbb",3,NULL,0,NULL,0}, + {"屇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xb6",3,NULL,0,NULL,0}, + {"仅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x85",3,NULL,0,NULL,0}, + {"靖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x9c",3,NULL,0,NULL,0}, + {"헾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xbe",3,NULL,0,NULL,0}, + {"꡴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xb4",3,NULL,0,NULL,0}, + {"춷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xb7",3,NULL,0,NULL,0}, + {"鹇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x87",3,NULL,0,NULL,0}, + {"侀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xb3",3,NULL,0,NULL,0}, + {"尀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x80",3,NULL,0,NULL,0}, + {"鋌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x8c",3,NULL,0,NULL,0}, + {"俁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x81",3,NULL,0,NULL,0}, + {"㿲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xb2",3,NULL,0,NULL,0}, + {"埂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xad",3,NULL,0,NULL,0}, + {"ꘞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x9e",3,NULL,0,NULL,0}, + {"瞉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x89",3,NULL,0,NULL,0}, + {"偬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xac",3,NULL,0,NULL,0}, + {"釋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x8b",3,NULL,0,NULL,0}, + {"됭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xad",3,NULL,0,NULL,0}, + {"莾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xbe",3,NULL,0,NULL,0}, + {"꿸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xb8",3,NULL,0,NULL,0}, + {"u",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x95",3,NULL,0,NULL,0}, + {"‘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98",3,NULL,0,NULL,0}, + {"ﻤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xa4",3,NULL,0,NULL,0}, + {"䠄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x84",3,NULL,0,NULL,0}, + {"䑿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xbf",3,NULL,0,NULL,0}, + {"쁸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xb8",3,NULL,0,NULL,0}, + {"Ẵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xb4",3,NULL,0,NULL,0}, + {"ᾋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x8b",3,NULL,0,NULL,0}, + {"婎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xbc",3,NULL,0,NULL,0}, + {"鈩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xa9",3,NULL,0,NULL,0}, + {"用",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x8c",3,NULL,0,NULL,0}, + {"஥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xa5",3,NULL,0,NULL,0}, + {"禢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xa2",3,NULL,0,NULL,0}, + {"땏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x8f",3,NULL,0,NULL,0}, + {"⩐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xac",3,NULL,0,NULL,0}, + {"袽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xbd",3,NULL,0,NULL,0}, + {"阒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x92",3,NULL,0,NULL,0}, + {"胴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xb4",3,NULL,0,NULL,0}, + {"뇮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xae",3,NULL,0,NULL,0}, + {"ꑘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x98",3,NULL,0,NULL,0}, + {"ऒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x92",3,NULL,0,NULL,0}, + {"倪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xaa",3,NULL,0,NULL,0}, + {"腩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xa9",3,NULL,0,NULL,0}, + {"놛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x9b",3,NULL,0,NULL,0}, + {"ᝍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x8d",3,NULL,0,NULL,0}, + {"쩆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x86",3,NULL,0,NULL,0}, + {"菸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xb8",3,NULL,0,NULL,0}, + {"宭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xad",3,NULL,0,NULL,0}, + {"ꚴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xb4",3,NULL,0,NULL,0}, + {"ᘽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xbd",3,NULL,0,NULL,0}, + {"埱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xb1",3,NULL,0,NULL,0}, + {"⽂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x82",3,NULL,0,NULL,0}, + {"덭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xad",3,NULL,0,NULL,0}, + {"휊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x8a",3,NULL,0,NULL,0}, + {"ヨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa8",3,NULL,0,NULL,0}, + {"ﴼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xbc",3,NULL,0,NULL,0}, + {"㺅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x85",3,NULL,0,NULL,0}, + {"筓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x93",3,NULL,0,NULL,0}, + {"‚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x9a",3,NULL,0,NULL,0}, + {"恊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x8a",3,NULL,0,NULL,0}, + {"ੴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xb4",3,NULL,0,NULL,0}, + {"῔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x94",3,NULL,0,NULL,0}, + {"鄇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xab",3,NULL,0,NULL,0}, + {"캯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xaf",3,NULL,0,NULL,0}, + {"떸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xb8",3,NULL,0,NULL,0}, + {"썀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x80",3,NULL,0,NULL,0}, + {"̙",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x99",2,NULL,0,NULL,0}, + {"镙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x8a",3,NULL,0,NULL,0}, + {"ꙺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xba",3,NULL,0,NULL,0}, + {"㛭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xad",3,NULL,0,NULL,0}, + {"R",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"⼄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x84",3,NULL,0,NULL,0}, + {"峯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xaf",3,NULL,0,NULL,0}, + {"ዧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xa7",3,NULL,0,NULL,0}, + {"留",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x99",3,NULL,0,NULL,0}, + {"頷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xb7",3,NULL,0,NULL,0}, + {"া",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xbe",3,NULL,0,NULL,0}, + {"ᓟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x86",3,NULL,0,NULL,0}, + {"碐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x90",3,NULL,0,NULL,0}, + {"下",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x8b",3,NULL,0,NULL,0}, + {"棗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x91",3,NULL,0,NULL,0}, + {"ℂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x82",3,NULL,0,NULL,0}, + {"흿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xbf",3,NULL,0,NULL,0}, + {"虍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x8d",3,NULL,0,NULL,0}, + {"ꯋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x8b",3,NULL,0,NULL,0}, + {"쟳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xb3",3,NULL,0,NULL,0}, + {"ⅷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xb7",3,NULL,0,NULL,0}, + {"鄝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x9d",3,NULL,0,NULL,0}, + {"䎷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x9a",3,NULL,0,NULL,0}, + {"ᠼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xbc",3,NULL,0,NULL,0}, + {"વ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xb5",3,NULL,0,NULL,0}, + {"⫮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xae",3,NULL,0,NULL,0}, + {"⊁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x81",3,NULL,0,NULL,0}, + {"㌣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xa3",3,NULL,0,NULL,0}, + {"胊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x8a",3,NULL,0,NULL,0}, + {"錨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xa8",3,NULL,0,NULL,0}, + {"치",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x98",3,NULL,0,NULL,0}, + {"妾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xbe",3,NULL,0,NULL,0}, + {"ךּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xba",3,NULL,0,NULL,0}, + {"⤿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xbf",3,NULL,0,NULL,0}, + {"鎝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x9d",3,NULL,0,NULL,0}, + {"쒨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xa8",3,NULL,0,NULL,0}, + {"훕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x95",3,NULL,0,NULL,0}, + {"┪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xaa",3,NULL,0,NULL,0}, + {"樍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x8f",3,NULL,0,NULL,0}, + {"뜃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x83",3,NULL,0,NULL,0}, + {"兵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xb5",3,NULL,0,NULL,0}, + {"ٶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xb6",2,NULL,0,NULL,0}, + {"閂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x82",3,NULL,0,NULL,0}, + {"ᒚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x9a",3,NULL,0,NULL,0}, + {"졣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x8b",3,NULL,0,NULL,0}, + {"醫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xab",3,NULL,0,NULL,0}, + {"ⱽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xbd",3,NULL,0,NULL,0}, + {"ᆍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x8d",3,NULL,0,NULL,0}, + {"ꈛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x9b",3,NULL,0,NULL,0}, + {"✹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xb9",3,NULL,0,NULL,0}, + {"陠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xa0",3,NULL,0,NULL,0}, + {"⸮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xae",3,NULL,0,NULL,0}, + {"♌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x8c",3,NULL,0,NULL,0}, + {"Ȧ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xa6",2,NULL,0,NULL,0}, + {"傆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x86",3,NULL,0,NULL,0}, + {"懃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x83",3,NULL,0,NULL,0}, + {"쑟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x9f",3,NULL,0,NULL,0}, + {"⠩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xa9",3,NULL,0,NULL,0}, + {"ꜰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xb0",3,NULL,0,NULL,0}, + {"ᗫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xab",3,NULL,0,NULL,0}, + {"⢸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xb8",3,NULL,0,NULL,0}, + {"삭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xb5",3,NULL,0,NULL,0}, + {"꨻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xbb",3,NULL,0,NULL,0}, + {"ỿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x81",3,NULL,0,NULL,0}, + {"쎶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xb6",3,NULL,0,NULL,0}, + {"铩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xa9",3,NULL,0,NULL,0}, + {"Ḽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xbc",3,NULL,0,NULL,0}, + {"쯭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xad",3,NULL,0,NULL,0}, + {"ꆗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x97",3,NULL,0,NULL,0}, + {"蓄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x84",3,NULL,0,NULL,0}, + {"⡊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x8a",3,NULL,0,NULL,0}, + {"☚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x9a",3,NULL,0,NULL,0}, + {"ႜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x9c",3,NULL,0,NULL,0}, + {"退",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x80",3,NULL,0,NULL,0}, + {"痿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xbf",3,NULL,0,NULL,0}, + {"【",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x90",3,NULL,0,NULL,0}, + {"⺍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x8d",3,NULL,0,NULL,0}, + {"桊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x8a",3,NULL,0,NULL,0}, + {"䦥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xa5",3,NULL,0,NULL,0}, + {"蚿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xbf",3,NULL,0,NULL,0}, + {"㨥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xa5",3,NULL,0,NULL,0}, + {"ᐚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xa9",3,NULL,0,NULL,0}, + {"첦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xa6",3,NULL,0,NULL,0}, + {"뭸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xb8",3,NULL,0,NULL,0}, + {"嗦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xa6",3,NULL,0,NULL,0}, + {"쎝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x9d",3,NULL,0,NULL,0}, + {"좴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xb4",3,NULL,0,NULL,0}, + {"쳄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x84",3,NULL,0,NULL,0}, + {"䄞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x9e",3,NULL,0,NULL,0}, + {"쮶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xb6",3,NULL,0,NULL,0}, + {"ꃺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xba",3,NULL,0,NULL,0}, + {"痈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x88",3,NULL,0,NULL,0}, + {"㤖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x96",3,NULL,0,NULL,0}, + {"夌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x8c",3,NULL,0,NULL,0}, + {"풾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xbe",3,NULL,0,NULL,0}, + {"㗙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x99",3,NULL,0,NULL,0}, + {"ﮪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xaa",3,NULL,0,NULL,0}, + {"蹬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xac",3,NULL,0,NULL,0}, + {"ᘡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xa8",3,NULL,0,NULL,0}, + {"鱥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xa5",3,NULL,0,NULL,0}, + {"㙹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xb9",3,NULL,0,NULL,0}, + {"ᦛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x9b",3,NULL,0,NULL,0}, + {"䞹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xb9",3,NULL,0,NULL,0}, + {"驥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xa5",3,NULL,0,NULL,0}, + {"ธ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x98",3,NULL,0,NULL,0}, + {"Ⳋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x8a",3,NULL,0,NULL,0}, + {"꭛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x9b",3,NULL,0,NULL,0}, + {"㈍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x8d",3,NULL,0,NULL,0}, + {"攉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x89",3,NULL,0,NULL,0}, + {"갰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x90",3,NULL,0,NULL,0}, + {"䩜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x9c",3,NULL,0,NULL,0}, + {"⑂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x82",3,NULL,0,NULL,0}, + {"ⰰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xb0",3,NULL,0,NULL,0}, + {"泼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xbc",3,NULL,0,NULL,0}, + {"逶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xb6",3,NULL,0,NULL,0}, + {"㵀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x80",3,NULL,0,NULL,0}, + {"曪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xaa",3,NULL,0,NULL,0}, + {"治",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xbb",3,NULL,0,NULL,0}, + {"ꋚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x9a",3,NULL,0,NULL,0}, + {"뢳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xb3",3,NULL,0,NULL,0}, + {"ଇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x87",3,NULL,0,NULL,0}, + {"ཏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x8f",3,NULL,0,NULL,0}, + {"뿽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xbd",3,NULL,0,NULL,0}, + {"睃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x83",3,NULL,0,NULL,0}, + {"騧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xa7",3,NULL,0,NULL,0}, + {"㘚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x9a",3,NULL,0,NULL,0}, + {"囦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xa6",3,NULL,0,NULL,0}, + {"撛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x9b",3,NULL,0,NULL,0}, + {"萦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x85",3,NULL,0,NULL,0}, + {"齪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xaa",3,NULL,0,NULL,0}, + {"氊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x8a",3,NULL,0,NULL,0}, + {"튀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x80",3,NULL,0,NULL,0}, + {"覻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xbb",3,NULL,0,NULL,0}, + {"쟄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x84",3,NULL,0,NULL,0}, + {"骣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xa3",3,NULL,0,NULL,0}, + {"摄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x84",3,NULL,0,NULL,0}, + {"愶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xa1",3,NULL,0,NULL,0}, + {"歱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xb1",3,NULL,0,NULL,0}, + {"⥬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xac",3,NULL,0,NULL,0}, + {"᳛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xac",3,NULL,0,NULL,0}, + {"ꏰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xb0",3,NULL,0,NULL,0}, + {"鳎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x8e",3,NULL,0,NULL,0}, + {"탇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x87",3,NULL,0,NULL,0}, + {"䝐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x90",3,NULL,0,NULL,0}, + {"⥠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xa0",3,NULL,0,NULL,0}, + {"棸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xb8",3,NULL,0,NULL,0}, + {"촵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xb5",3,NULL,0,NULL,0}, + {"Ä",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x84",2,NULL,0,NULL,0}, + {"鶜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x9c",3,NULL,0,NULL,0}, + {"䪥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xa5",3,NULL,0,NULL,0}, + {"ꍭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xad",3,NULL,0,NULL,0}, + {"濫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xa2",3,NULL,0,NULL,0}, + {"핇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x87",3,NULL,0,NULL,0}, + {"첶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xb6",3,NULL,0,NULL,0}, + {"溾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xbe",3,NULL,0,NULL,0}, + {"鷝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x9d",3,NULL,0,NULL,0}, + {"末",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xab",3,NULL,0,NULL,0}, + {"굗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x97",3,NULL,0,NULL,0}, + {"赱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xb1",3,NULL,0,NULL,0}, + {"详",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xa6",3,NULL,0,NULL,0}, + {"Ԭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xac",2,NULL,0,NULL,0}, + {"ꇪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xaa",3,NULL,0,NULL,0}, + {"㓘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x98",3,NULL,0,NULL,0}, + {"뾰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xb0",3,NULL,0,NULL,0}, + {"咀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x80",3,NULL,0,NULL,0}, + {"Ꞁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x80",3,NULL,0,NULL,0}, + {"ᆭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xa0",3,NULL,0,NULL,0}, + {"ꨐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x90",3,NULL,0,NULL,0}, + {"貍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x8d",3,NULL,0,NULL,0}, + {"롃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x83",3,NULL,0,NULL,0}, + {"톳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xb3",3,NULL,0,NULL,0}, + {"뺱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x8b",3,NULL,0,NULL,0}, + {"뱗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x97",3,NULL,0,NULL,0}, + {"螆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x97",3,NULL,0,NULL,0}, + {"䨑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x91",3,NULL,0,NULL,0}, + {"詩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xa9",3,NULL,0,NULL,0}, + {"唢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x84",3,NULL,0,NULL,0}, + {"窧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xa7",3,NULL,0,NULL,0}, + {"鵫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xab",3,NULL,0,NULL,0}, + {"劓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x93",3,NULL,0,NULL,0}, + {"㱺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xba",3,NULL,0,NULL,0}, + {"¦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa6",2,NULL,0,NULL,0}, + {"鮈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x88",3,NULL,0,NULL,0}, + {"刴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xae",3,NULL,0,NULL,0}, + {"웸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xb8",3,NULL,0,NULL,0}, + {"蚖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x96",3,NULL,0,NULL,0}, + {"꺨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xa8",3,NULL,0,NULL,0}, + {"㔎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x8e",3,NULL,0,NULL,0}, + {"昹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xb9",3,NULL,0,NULL,0}, + {"퐘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x98",3,NULL,0,NULL,0}, + {"墺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xba",3,NULL,0,NULL,0}, + {"骻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xbb",3,NULL,0,NULL,0}, + {"駘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x98",3,NULL,0,NULL,0}, + {"㥡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xa1",3,NULL,0,NULL,0}, + {"渞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x9e",3,NULL,0,NULL,0}, + {"蝣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xa3",3,NULL,0,NULL,0}, + {"鹞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x9e",3,NULL,0,NULL,0}, + {"텣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xa3",3,NULL,0,NULL,0}, + {"炾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xbe",3,NULL,0,NULL,0}, + {"믊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x97",3,NULL,0,NULL,0}, + {"몰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xb0",3,NULL,0,NULL,0}, + {"㖲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xb2",3,NULL,0,NULL,0}, + {"틧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xa7",3,NULL,0,NULL,0}, + {"㕣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xa3",3,NULL,0,NULL,0}, + {"랜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x9c",3,NULL,0,NULL,0}, + {"㭚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x9a",3,NULL,0,NULL,0}, + {"변",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x80",3,NULL,0,NULL,0}, + {"栛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x9b",3,NULL,0,NULL,0}, + {"秆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x86",3,NULL,0,NULL,0}, + {"뫻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xbb",3,NULL,0,NULL,0}, + {"쏅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x85",3,NULL,0,NULL,0}, + {"糗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x97",3,NULL,0,NULL,0}, + {"戁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x81",3,NULL,0,NULL,0}, + {"갏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x8f",3,NULL,0,NULL,0}, + {"現",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xbe",3,NULL,0,NULL,0}, + {"諚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x9a",3,NULL,0,NULL,0}, + {"뷻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xbb",3,NULL,0,NULL,0}, + {"ᖍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x8d",3,NULL,0,NULL,0}, + {"똞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x9e",3,NULL,0,NULL,0}, + {"ꢷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xb7",3,NULL,0,NULL,0}, + {"摱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xb1",3,NULL,0,NULL,0}, + {"䴵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x9e",3,NULL,0,NULL,0}, + {"㢂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x82",3,NULL,0,NULL,0}, + {"焝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xb7",3,NULL,0,NULL,0}, + {"綯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xaf",3,NULL,0,NULL,0}, + {"麫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xab",3,NULL,0,NULL,0}, + {"퇦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xa6",3,NULL,0,NULL,0}, + {"ྚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x9a",3,NULL,0,NULL,0}, + {"裬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xac",3,NULL,0,NULL,0}, + {"꥗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x8d",3,NULL,0,NULL,0}, + {"콍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x8d",3,NULL,0,NULL,0}, + {"觠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xa0",3,NULL,0,NULL,0}, + {"먚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x9a",3,NULL,0,NULL,0}, + {"멠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xa0",3,NULL,0,NULL,0}, + {"惣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xa3",3,NULL,0,NULL,0}, + {"ඇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x81",3,NULL,0,NULL,0}, + {"秵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xb5",3,NULL,0,NULL,0}, + {"漮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xae",3,NULL,0,NULL,0}, + {"묢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xa2",3,NULL,0,NULL,0}, + {"븼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xbc",3,NULL,0,NULL,0}, + {"ᠬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xac",3,NULL,0,NULL,0}, + {"焧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xa7",3,NULL,0,NULL,0}, + {"湪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xaa",3,NULL,0,NULL,0}, + {"瓵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xb5",3,NULL,0,NULL,0}, + {"约",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xa6",3,NULL,0,NULL,0}, + {"뚥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xa5",3,NULL,0,NULL,0}, + {"貦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xa6",3,NULL,0,NULL,0}, + {"燪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xaa",3,NULL,0,NULL,0}, + {"䯦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xa6",3,NULL,0,NULL,0}, + {"㦋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xbe",3,NULL,0,NULL,0}, + {"朓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xad",3,NULL,0,NULL,0}, + {"뗟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x9f",3,NULL,0,NULL,0}, + {"ⵏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xbc",3,NULL,0,NULL,0}, + {"둾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xbe",3,NULL,0,NULL,0}, + {"礊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x8a",3,NULL,0,NULL,0}, + {"팞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x9e",3,NULL,0,NULL,0}, + {"聤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xb5",3,NULL,0,NULL,0}, + {"仨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xa8",3,NULL,0,NULL,0}, + {"옲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xa6",3,NULL,0,NULL,0}, + {"혩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xa6",3,NULL,0,NULL,0}, + {"쥹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xb9",3,NULL,0,NULL,0}, + {"벪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xaa",3,NULL,0,NULL,0}, + {"慦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xa6",3,NULL,0,NULL,0}, + {"羊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x8a",3,NULL,0,NULL,0}, + {"茧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xa7",3,NULL,0,NULL,0}, + {"哑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x91",3,NULL,0,NULL,0}, + {"悈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xaf",3,NULL,0,NULL,0}, + {"닀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x80",3,NULL,0,NULL,0}, + {"㬀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x80",3,NULL,0,NULL,0}, + {"಼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xbc",3,NULL,0,NULL,0}, + {"嵗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x97",3,NULL,0,NULL,0}, + {"狿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xbf",3,NULL,0,NULL,0}, + {"肿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xbf",3,NULL,0,NULL,0}, + {"饨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xa8",3,NULL,0,NULL,0}, + {"耇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x87",3,NULL,0,NULL,0}, + {"౓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x93",3,NULL,0,NULL,0}, + {"ﴒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x92",3,NULL,0,NULL,0}, + {"쌓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x93",3,NULL,0,NULL,0}, + {"봵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xb5",3,NULL,0,NULL,0}, + {"岰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xb0",3,NULL,0,NULL,0}, + {"ᶺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xba",3,NULL,0,NULL,0}, + {";",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,";",1,NULL,0,NULL,0}, + {"ㆺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xba",3,NULL,0,NULL,0}, + {"뛬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xac",3,NULL,0,NULL,0}, + {"᱒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x92",3,NULL,0,NULL,0}, + {"ᵹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xb9",3,NULL,0,NULL,0}, + {"㰥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xa5",3,NULL,0,NULL,0}, + {"낶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xb6",3,NULL,0,NULL,0}, + {"햼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xbc",3,NULL,0,NULL,0}, + {"優",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x99",3,NULL,0,NULL,0}, + {"恫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xab",3,NULL,0,NULL,0}, + {"酬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xac",3,NULL,0,NULL,0}, + {"ৼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x94",3,NULL,0,NULL,0}, + {"얫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xab",3,NULL,0,NULL,0}, + {"㶹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xb9",3,NULL,0,NULL,0}, + {"͛",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x9b",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xa9",3,NULL,0,NULL,0}, + {"᳈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x88",3,NULL,0,NULL,0}, + {"젔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x94",3,NULL,0,NULL,0}, + {"ᛕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x95",3,NULL,0,NULL,0}, + {"楻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xbb",3,NULL,0,NULL,0}, + {"ᰯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xaf",3,NULL,0,NULL,0}, + {"猹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xad",3,NULL,0,NULL,0}, + {"汬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xac",3,NULL,0,NULL,0}, + {"쩞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x9e",3,NULL,0,NULL,0}, + {"︺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xba",3,NULL,0,NULL,0}, + {"彿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xbf",3,NULL,0,NULL,0}, + {"兿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xbf",3,NULL,0,NULL,0}, + {"岾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xbe",3,NULL,0,NULL,0}, + {"㵵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xb5",3,NULL,0,NULL,0}, + {"么",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x97",3,NULL,0,NULL,0}, + {"馱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xb1",3,NULL,0,NULL,0}, + {"䁴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xb4",3,NULL,0,NULL,0}, + {"꩗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x97",3,NULL,0,NULL,0}, + {"ᥝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x9d",3,NULL,0,NULL,0}, + {"羈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x88",3,NULL,0,NULL,0}, + {"헺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xba",3,NULL,0,NULL,0}, + {"ᘎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x8e",3,NULL,0,NULL,0}, + {"⇔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x94",3,NULL,0,NULL,0}, + {"퟈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x88",3,NULL,0,NULL,0}, + {"䀳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xb3",3,NULL,0,NULL,0}, + {"酺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xba",3,NULL,0,NULL,0}, + {"띃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x8b",3,NULL,0,NULL,0}, + {"즽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xbd",3,NULL,0,NULL,0}, + {"ꐒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x92",3,NULL,0,NULL,0}, + {"兀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x8c",3,NULL,0,NULL,0}, + {"覆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xb7",3,NULL,0,NULL,0}, + {"ꌖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x96",3,NULL,0,NULL,0}, + {"龍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x84",3,NULL,0,NULL,0}, + {"ﵧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xa0",3,NULL,0,NULL,0}, + {"缯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xaf",3,NULL,0,NULL,0}, + {"㟥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xa5",3,NULL,0,NULL,0}, + {"䢏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x96",3,NULL,0,NULL,0}, + {"牷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xb7",3,NULL,0,NULL,0}, + {"ㅧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xa7",3,NULL,0,NULL,0}, + {"䈉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x89",3,NULL,0,NULL,0}, + {"᪝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x9d",3,NULL,0,NULL,0}, + {"м",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xbc",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x8c",3,NULL,0,NULL,0}, + {"嫗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x97",3,NULL,0,NULL,0}, + {"苋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x8b",3,NULL,0,NULL,0}, + {"쫝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x9d",3,NULL,0,NULL,0}, + {"廾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xbe",3,NULL,0,NULL,0}, + {"ぁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x81",3,NULL,0,NULL,0}, + {"凞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x9e",3,NULL,0,NULL,0}, + {"朘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xa9",3,NULL,0,NULL,0}, + {"䑀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x80",3,NULL,0,NULL,0}, + {"贵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xb5",3,NULL,0,NULL,0}, + {"仏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x8f",3,NULL,0,NULL,0}, + {"珕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x95",3,NULL,0,NULL,0}, + {"忋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x8b",3,NULL,0,NULL,0}, + {"ꑔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x94",3,NULL,0,NULL,0}, + {"䖓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x93",3,NULL,0,NULL,0}, + {"⾥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xa5",3,NULL,0,NULL,0}, + {"᏷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xb7",3,NULL,0,NULL,0}, + {"垎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x8e",3,NULL,0,NULL,0}, + {"庰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xba",3,NULL,0,NULL,0}, + {"瞛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x9b",3,NULL,0,NULL,0}, + {"क़",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x98",3,NULL,0,NULL,0}, + {"쨔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x94",3,NULL,0,NULL,0}, + {"꒙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x99",3,NULL,0,NULL,0}, + {"櫫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xab",3,NULL,0,NULL,0}, + {"㒂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x82",3,NULL,0,NULL,0}, + {"펢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xa2",3,NULL,0,NULL,0}, + {"巔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x94",3,NULL,0,NULL,0}, + {"㻸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xb8",3,NULL,0,NULL,0}, + {"⴮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xae",3,NULL,0,NULL,0}, + {"จ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x88",3,NULL,0,NULL,0}, + {"堵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xb5",3,NULL,0,NULL,0}, + {"帳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xae",3,NULL,0,NULL,0}, + {"䟨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xa8",3,NULL,0,NULL,0}, + {"댴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xb4",3,NULL,0,NULL,0}, + {"靍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x8d",3,NULL,0,NULL,0}, + {"失",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xb1",3,NULL,0,NULL,0}, + {"쮡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xa1",3,NULL,0,NULL,0}, + {"䋣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xa3",3,NULL,0,NULL,0}, + {"邎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x8e",3,NULL,0,NULL,0}, + {"⫹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xb9",3,NULL,0,NULL,0}, + {"៽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xbd",3,NULL,0,NULL,0}, + {"땅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x85",3,NULL,0,NULL,0}, + {"ﯗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xa8",3,NULL,0,NULL,0}, + {"攸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xb8",3,NULL,0,NULL,0}, + {"㜘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x98",3,NULL,0,NULL,0}, + {"㈬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xac",3,NULL,0,NULL,0}, + {"籯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xaf",3,NULL,0,NULL,0}, + {"⒔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x94",3,NULL,0,NULL,0}, + {"崮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xae",3,NULL,0,NULL,0}, + {"ꆷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xb7",3,NULL,0,NULL,0}, + {"㿏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x8f",3,NULL,0,NULL,0}, + {"阬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xac",3,NULL,0,NULL,0}, + {"﬏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x8f",3,NULL,0,NULL,0}, + {"㸋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x8b",3,NULL,0,NULL,0}, + {"ꃲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xa2",3,NULL,0,NULL,0}, + {"䵸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xb8",3,NULL,0,NULL,0}, + {"磝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x9d",3,NULL,0,NULL,0}, + {"솤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xa4",3,NULL,0,NULL,0}, + {"옩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x8c",3,NULL,0,NULL,0}, + {"꼟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x9f",3,NULL,0,NULL,0}, + {"ꚬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xac",3,NULL,0,NULL,0}, + {"橄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xa3",3,NULL,0,NULL,0}, + {"睼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xbc",3,NULL,0,NULL,0}, + {"ꬆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x8b",3,NULL,0,NULL,0}, + {"߫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xab",2,NULL,0,NULL,0}, + {"퉡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xa1",3,NULL,0,NULL,0}, + {"쬰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xb0",3,NULL,0,NULL,0}, + {"䍼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xbc",3,NULL,0,NULL,0}, + {"వ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x82",3,NULL,0,NULL,0}, + {"讴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xb4",3,NULL,0,NULL,0}, + {"㌡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xa1",3,NULL,0,NULL,0}, + {"摛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x9b",3,NULL,0,NULL,0}, + {"妢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xa2",3,NULL,0,NULL,0}, + {"㾪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xaa",3,NULL,0,NULL,0}, + {"㛿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x9e",3,NULL,0,NULL,0}, + {"␣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xa3",3,NULL,0,NULL,0}, + {"⌐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x90",3,NULL,0,NULL,0}, + {"畫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xab",3,NULL,0,NULL,0}, + {"䷁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x8a",3,NULL,0,NULL,0}, + {"섥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x89",3,NULL,0,NULL,0}, + {"鰾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xbe",3,NULL,0,NULL,0}, + {"쟹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xb9",3,NULL,0,NULL,0}, + {"苞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x9e",3,NULL,0,NULL,0}, + {"⛱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xb1",3,NULL,0,NULL,0}, + {"ꆿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xbf",3,NULL,0,NULL,0}, + {"ꮹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xb9",3,NULL,0,NULL,0}, + {"ϫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xab",2,NULL,0,NULL,0}, + {"ે",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x87",3,NULL,0,NULL,0}, + {"༩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xa9",3,NULL,0,NULL,0}, + {"䏅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x85",3,NULL,0,NULL,0}, + {"݆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x86",2,NULL,0,NULL,0}, + {"￈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x88",3,NULL,0,NULL,0}, + {"큜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x9c",3,NULL,0,NULL,0}, + {"ၾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xbe",3,NULL,0,NULL,0}, + {"ة",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xa9",2,NULL,0,NULL,0}, + {"뜐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x90",3,NULL,0,NULL,0}, + {"⤭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xad",3,NULL,0,NULL,0}, + {"⎕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x95",3,NULL,0,NULL,0}, + {"뾤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x82",3,NULL,0,NULL,0}, + {"໹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xb9",3,NULL,0,NULL,0}, + {"魜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x9c",3,NULL,0,NULL,0}, + {"㩢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xa2",3,NULL,0,NULL,0}, + {"땝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x92",3,NULL,0,NULL,0}, + {"頗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x97",3,NULL,0,NULL,0}, + {"ᑊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x8a",3,NULL,0,NULL,0}, + {"禪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xaa",3,NULL,0,NULL,0}, + {"镦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xa1",3,NULL,0,NULL,0}, + {"壗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x97",3,NULL,0,NULL,0}, + {"끾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xbe",3,NULL,0,NULL,0}, + {"媌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x8c",3,NULL,0,NULL,0}, + {"❋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x8b",3,NULL,0,NULL,0}, + {"Ⓝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x83",3,NULL,0,NULL,0}, + {"෥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x87",3,NULL,0,NULL,0}, + {"䠷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xb7",3,NULL,0,NULL,0}, + {"ퟮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xae",3,NULL,0,NULL,0}, + {"䩁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x81",3,NULL,0,NULL,0}, + {"Δ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x94",2,NULL,0,NULL,0}, + {"躙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x99",3,NULL,0,NULL,0}, + {"먢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xa2",3,NULL,0,NULL,0}, + {"挥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xa5",3,NULL,0,NULL,0}, + {"׊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x8a",2,NULL,0,NULL,0}, + {"⠻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xbb",3,NULL,0,NULL,0}, + {"⩗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x97",3,NULL,0,NULL,0}, + {"ᄅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x85",3,NULL,0,NULL,0}, + {"鞐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x90",3,NULL,0,NULL,0}, + {"췚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x9a",3,NULL,0,NULL,0}, + {"爒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x92",3,NULL,0,NULL,0}, + {"蜠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xa0",3,NULL,0,NULL,0}, + {"虣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xa3",3,NULL,0,NULL,0}, + {"껉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x89",3,NULL,0,NULL,0}, + {"딐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x90",3,NULL,0,NULL,0}, + {"且",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x94",3,NULL,0,NULL,0}, + {"þ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbe",2,NULL,0,NULL,0}, + {"溘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x98",3,NULL,0,NULL,0}, + {"⯏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x8f",3,NULL,0,NULL,0}, + {"㞯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xad",3,NULL,0,NULL,0}, + {"ꯪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xaa",3,NULL,0,NULL,0}, + {"ū",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xab",2,NULL,0,NULL,0}, + {"䝬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xac",3,NULL,0,NULL,0}, + {"蕻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xbb",3,NULL,0,NULL,0}, + {"쯷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xb7",3,NULL,0,NULL,0}, + {"遨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xa8",3,NULL,0,NULL,0}, + {"脾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xbe",3,NULL,0,NULL,0}, + {"좂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x82",3,NULL,0,NULL,0}, + {"⧍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x9c",3,NULL,0,NULL,0}, + {"겙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x99",3,NULL,0,NULL,0}, + {"嚫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x93",3,NULL,0,NULL,0}, + {"ᾒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x92",3,NULL,0,NULL,0}, + {"蟓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x93",3,NULL,0,NULL,0}, + {"⺩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xa9",3,NULL,0,NULL,0}, + {"騐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x90",3,NULL,0,NULL,0}, + {"㉶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xb6",3,NULL,0,NULL,0}, + {"䪼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xbc",3,NULL,0,NULL,0}, + {"ີ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xb5",3,NULL,0,NULL,0}, + {"㗼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xbc",3,NULL,0,NULL,0}, + {"示",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xba",3,NULL,0,NULL,0}, + {"衃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x83",3,NULL,0,NULL,0}, + {"愚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x93",3,NULL,0,NULL,0}, + {"뭴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xb4",3,NULL,0,NULL,0}, + {"獳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xb3",3,NULL,0,NULL,0}, + {"桛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x9b",3,NULL,0,NULL,0}, + {"逦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xa6",3,NULL,0,NULL,0}, + {"鶒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x92",3,NULL,0,NULL,0}, + {"㢦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xa6",3,NULL,0,NULL,0}, + {"ⱨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xa8",3,NULL,0,NULL,0}, + {"笋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x8b",3,NULL,0,NULL,0}, + {"툝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x9d",3,NULL,0,NULL,0}, + {"ꊀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xac",3,NULL,0,NULL,0}, + {"ꥀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x80",3,NULL,0,NULL,0}, + {"襺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xba",3,NULL,0,NULL,0}, + {"읹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xb9",3,NULL,0,NULL,0}, + {"퓎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x8e",3,NULL,0,NULL,0}, + {"켨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x89",3,NULL,0,NULL,0}, + {"꣏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x8f",3,NULL,0,NULL,0}, + {"귾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xbe",3,NULL,0,NULL,0}, + {"毪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xaa",3,NULL,0,NULL,0}, + {"覩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xa9",3,NULL,0,NULL,0}, + {"㚃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x83",3,NULL,0,NULL,0}, + {"燲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xb2",3,NULL,0,NULL,0}, + {"䳓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x93",3,NULL,0,NULL,0}, + {"ꭡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xa1",3,NULL,0,NULL,0}, + {"ʾ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xbe",2,NULL,0,NULL,0}, + {"鵉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x89",3,NULL,0,NULL,0}, + {"澤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xa4",3,NULL,0,NULL,0}, + {"홴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xb4",3,NULL,0,NULL,0}, + {"꘴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xb4",3,NULL,0,NULL,0}, + {"퐢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xa2",3,NULL,0,NULL,0}, + {"鶠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xa0",3,NULL,0,NULL,0}, + {"ഢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xa2",3,NULL,0,NULL,0}, + {"촯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xaf",3,NULL,0,NULL,0}, + {"폙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x99",3,NULL,0,NULL,0}, + {"悭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xad",3,NULL,0,NULL,0}, + {"竉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x89",3,NULL,0,NULL,0}, + {"跤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xa4",3,NULL,0,NULL,0}, + {"룁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x81",3,NULL,0,NULL,0}, + {"㲴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x9f",3,NULL,0,NULL,0}, + {"뿯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xaf",3,NULL,0,NULL,0}, + {"鐍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x8d",3,NULL,0,NULL,0}, + {"束",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x9b",3,NULL,0,NULL,0}, + {"ᄸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xb8",3,NULL,0,NULL,0}, + {"䬀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xa8",3,NULL,0,NULL,0}, + {"焷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xb7",3,NULL,0,NULL,0}, + {"㓜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x9c",3,NULL,0,NULL,0}, + {"Ⲭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x8f",3,NULL,0,NULL,0}, + {"㌊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x8a",3,NULL,0,NULL,0}, + {"煏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x8f",3,NULL,0,NULL,0}, + {"濞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x9e",3,NULL,0,NULL,0}, + {"չ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xb9",2,NULL,0,NULL,0}, + {"㜐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xb0",3,NULL,0,NULL,0}, + {"誙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x99",3,NULL,0,NULL,0}, + {"깋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x8b",3,NULL,0,NULL,0}, + {"젹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xb9",3,NULL,0,NULL,0}, + {"픵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xb5",3,NULL,0,NULL,0}, + {"ೡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xa1",3,NULL,0,NULL,0}, + {"ሐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x90",3,NULL,0,NULL,0}, + {"劁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x81",3,NULL,0,NULL,0}, + {"썗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x97",3,NULL,0,NULL,0}, + {"赳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xb3",3,NULL,0,NULL,0}, + {"代",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xa3",3,NULL,0,NULL,0}, + {"鰹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xb9",3,NULL,0,NULL,0}, + {"噋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x8b",3,NULL,0,NULL,0}, + {"ோ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x8b",3,NULL,0,NULL,0}, + {"淁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x81",3,NULL,0,NULL,0}, + {"藛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x9b",3,NULL,0,NULL,0}, + {"꽹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x95",3,NULL,0,NULL,0}, + {"▟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x9f",3,NULL,0,NULL,0}, + {"鉠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xa0",3,NULL,0,NULL,0}, + {"ᴁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x81",3,NULL,0,NULL,0}, + {"롁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x81",3,NULL,0,NULL,0}, + {"䮯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xaf",3,NULL,0,NULL,0}, + {"뱍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x8d",3,NULL,0,NULL,0}, + {"裎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x8e",3,NULL,0,NULL,0}, + {"Ⳮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xad",3,NULL,0,NULL,0}, + {"튏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x8f",3,NULL,0,NULL,0}, + {"㫵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xb5",3,NULL,0,NULL,0}, + {"핾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xbe",3,NULL,0,NULL,0}, + {"꘭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xad",3,NULL,0,NULL,0}, + {"㌹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xb9",3,NULL,0,NULL,0}, + {"辵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xb5",3,NULL,0,NULL,0}, + {"枒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x92",3,NULL,0,NULL,0}, + {"灋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x8b",3,NULL,0,NULL,0}, + {"粵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xb5",3,NULL,0,NULL,0}, + {"麍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x8d",3,NULL,0,NULL,0}, + {"ᯋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x8b",3,NULL,0,NULL,0}, + {"붺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xba",3,NULL,0,NULL,0}, + {"ﲰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xb0",3,NULL,0,NULL,0}, + {"栙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x92",3,NULL,0,NULL,0}, + {"㱰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x9e",3,NULL,0,NULL,0}, + {"ꚉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x89",3,NULL,0,NULL,0}, + {"瑡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xa4",3,NULL,0,NULL,0}, + {"昻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xbb",3,NULL,0,NULL,0}, + {"袮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xae",3,NULL,0,NULL,0}, + {"玤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xa4",3,NULL,0,NULL,0}, + {"﻽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xbd",3,NULL,0,NULL,0}, + {"웰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xb0",3,NULL,0,NULL,0}, + {"⭛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x9b",3,NULL,0,NULL,0}, + {"㣻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xbb",3,NULL,0,NULL,0}, + {"꠆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x86",3,NULL,0,NULL,0}, + {"俢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xa2",3,NULL,0,NULL,0}, + {"얜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x9c",3,NULL,0,NULL,0}, + {"裨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xa8",3,NULL,0,NULL,0}, + {"㮬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xac",3,NULL,0,NULL,0}, + {"銩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xa9",3,NULL,0,NULL,0}, + {"䲲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xb2",3,NULL,0,NULL,0}, + {"怱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xb1",3,NULL,0,NULL,0}, + {"๪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xaa",3,NULL,0,NULL,0}, + {"ⶋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x8b",3,NULL,0,NULL,0}, + {"ᝢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xa2",3,NULL,0,NULL,0}, + {"襕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x9f",3,NULL,0,NULL,0}, + {"퍕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x95",3,NULL,0,NULL,0}, + {"帍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xa3",3,NULL,0,NULL,0}, + {"幎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x83",3,NULL,0,NULL,0}, + {"鑟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x88",3,NULL,0,NULL,0}, + {"᭬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xac",3,NULL,0,NULL,0}, + {"嗏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x8f",3,NULL,0,NULL,0}, + {"띯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xaf",3,NULL,0,NULL,0}, + {"䱎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xb5",3,NULL,0,NULL,0}, + {"￰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xb0",3,NULL,0,NULL,0}, + {"〉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x89",3,NULL,0,NULL,0}, + {"뺂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x8e",3,NULL,0,NULL,0}, + {"⽬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xac",3,NULL,0,NULL,0}, + {"뗥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xa5",3,NULL,0,NULL,0}, + {"偗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x97",3,NULL,0,NULL,0}, + {"씫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xab",3,NULL,0,NULL,0}, + {"͞",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x9e",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x97",3,NULL,0,NULL,0}, + {"㷲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xb2",3,NULL,0,NULL,0}, + {"ᜨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xa8",3,NULL,0,NULL,0}, + {"躑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x82",3,NULL,0,NULL,0}, + {"죦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xa6",3,NULL,0,NULL,0}, + {"듔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x94",3,NULL,0,NULL,0}, + {"옼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xbc",3,NULL,0,NULL,0}, + {"佂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x82",3,NULL,0,NULL,0}, + {"觘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x86",3,NULL,0,NULL,0}, + {"ᒯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xaf",3,NULL,0,NULL,0}, + {"羡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xa1",3,NULL,0,NULL,0}, + {"䅚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x9a",3,NULL,0,NULL,0}, + {"ﹹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xb9",3,NULL,0,NULL,0}, + {"若",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xbd",3,NULL,0,NULL,0}, + {"纶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xb6",3,NULL,0,NULL,0}, + {"惒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x92",3,NULL,0,NULL,0}, + {"嶸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xb8",3,NULL,0,NULL,0}, + {"唲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xb2",3,NULL,0,NULL,0}, + {"峻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xbb",3,NULL,0,NULL,0}, + {"ಊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x8a",3,NULL,0,NULL,0}, + {"鄨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xa8",3,NULL,0,NULL,0}, + {"飝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x9d",3,NULL,0,NULL,0}, + {"⚇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x87",3,NULL,0,NULL,0}, + {"羚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xaf",3,NULL,0,NULL,0}, + {"度",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xa6",3,NULL,0,NULL,0}, + {"匜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x9c",3,NULL,0,NULL,0}, + {"὆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x86",3,NULL,0,NULL,0}, + {"錅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x85",3,NULL,0,NULL,0}, + {")",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,")",1,NULL,0,NULL,0}, + {"傝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x9a",3,NULL,0,NULL,0}, + {"옢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xa2",3,NULL,0,NULL,0}, + {"㇬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xac",3,NULL,0,NULL,0}, + {"폸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x86",3,NULL,0,NULL,0}, + {"㹟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x9f",3,NULL,0,NULL,0}, + {"ꂠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xa0",3,NULL,0,NULL,0}, + {"槲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x84",3,NULL,0,NULL,0}, + {"벞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x9e",3,NULL,0,NULL,0}, + {"聨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xa8",3,NULL,0,NULL,0}, + {"硥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xa5",3,NULL,0,NULL,0}, + {"㫒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x92",3,NULL,0,NULL,0}, + {"Ừ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xaa",3,NULL,0,NULL,0}, + {"Ე",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x94",3,NULL,0,NULL,0}, + {"榉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x89",3,NULL,0,NULL,0}, + {"凵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xb5",3,NULL,0,NULL,0}, + {"宻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xbb",3,NULL,0,NULL,0}, + {"︈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x88",3,NULL,0,NULL,0}, + {"ǎ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x8e",2,NULL,0,NULL,0}, + {"꫎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x8e",3,NULL,0,NULL,0}, + {"ૢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xa2",3,NULL,0,NULL,0}, + {"꬝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x8e",3,NULL,0,NULL,0}, + {"讘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x98",3,NULL,0,NULL,0}, + {"뢮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xbb",3,NULL,0,NULL,0}, + {"౉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x89",3,NULL,0,NULL,0}, + {"㶐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x90",3,NULL,0,NULL,0}, + {"傳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xb3",3,NULL,0,NULL,0}, + {"Ⴗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xb7",3,NULL,0,NULL,0}, + {"ᚇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x87",3,NULL,0,NULL,0}, + {"⢅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x85",3,NULL,0,NULL,0}, + {"릥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xa5",3,NULL,0,NULL,0}, + {"縷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x90",3,NULL,0,NULL,0}, + {"吓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x93",3,NULL,0,NULL,0}, + {"逇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x87",3,NULL,0,NULL,0}, + {"녗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x92",3,NULL,0,NULL,0}, + {"儆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x86",3,NULL,0,NULL,0}, + {"繽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xbd",3,NULL,0,NULL,0}, + {"ꀞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x9e",3,NULL,0,NULL,0}, + {"랇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x87",3,NULL,0,NULL,0}, + {"햴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xb4",3,NULL,0,NULL,0}, + {"ꀷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xb7",3,NULL,0,NULL,0}, + {"缝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x9d",3,NULL,0,NULL,0}, + {"틵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xb5",3,NULL,0,NULL,0}, + {"ᬯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xaf",3,NULL,0,NULL,0}, + {"ퟩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xa9",3,NULL,0,NULL,0}, + {"ẏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x8f",3,NULL,0,NULL,0}, + {"쪢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xa2",3,NULL,0,NULL,0}, + {"㏻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x87",3,NULL,0,NULL,0}, + {"琾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xbe",3,NULL,0,NULL,0}, + {"퍏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x8f",3,NULL,0,NULL,0}, + {"뽜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xab",3,NULL,0,NULL,0}, + {"䣰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xb0",3,NULL,0,NULL,0}, + {"ﮓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x93",3,NULL,0,NULL,0}, + {"⠆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xb2",3,NULL,0,NULL,0}, + {"딵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xb5",3,NULL,0,NULL,0}, + {"짟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x9f",3,NULL,0,NULL,0}, + {"ࣻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xbb",3,NULL,0,NULL,0}, + {"냐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x90",3,NULL,0,NULL,0}, + {"㽷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xb7",3,NULL,0,NULL,0}, + {"䗇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x87",3,NULL,0,NULL,0}, + {"끧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xa7",3,NULL,0,NULL,0}, + {"ᐫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xab",3,NULL,0,NULL,0}, + {"≓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xbd",3,NULL,0,NULL,0}, + {"倓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x93",3,NULL,0,NULL,0}, + {"뀈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x88",3,NULL,0,NULL,0}, + {"Ꮶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x86",3,NULL,0,NULL,0}, + {"둅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x85",3,NULL,0,NULL,0}, + {"",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xab",3,NULL,0,NULL,0}, + {"ϊ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x8a",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x94",3,NULL,0,NULL,0}, + {"᪗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x97",3,NULL,0,NULL,0}, + {"內",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xa7",3,NULL,0,NULL,0}, + {"좧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xa7",3,NULL,0,NULL,0}, + {"娚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x9a",3,NULL,0,NULL,0}, + {"◯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xaf",3,NULL,0,NULL,0}, + {"ꌍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x87",3,NULL,0,NULL,0}, + {"奡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xa1",3,NULL,0,NULL,0}, + {"᠏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x8f",3,NULL,0,NULL,0}, + {"▘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xb5",3,NULL,0,NULL,0}, + {"隡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xa1",3,NULL,0,NULL,0}, + {"艩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x8d",3,NULL,0,NULL,0}, + {"쭲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xb2",3,NULL,0,NULL,0}, + {"⍻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xbb",3,NULL,0,NULL,0}, + {"疀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x80",3,NULL,0,NULL,0}, + {"춑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x91",3,NULL,0,NULL,0}, + {"㊡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xa1",3,NULL,0,NULL,0}, + {"즁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x81",3,NULL,0,NULL,0}, + {"쇡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xa1",3,NULL,0,NULL,0}, + {"ﰖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x96",3,NULL,0,NULL,0}, + {"Ᏽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x83",3,NULL,0,NULL,0}, + {"걸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xb8",3,NULL,0,NULL,0}, + {"꼝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xb4",3,NULL,0,NULL,0}, + {"䝡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xa1",3,NULL,0,NULL,0}, + {"㍴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xb4",3,NULL,0,NULL,0}, + {"䏜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x9c",3,NULL,0,NULL,0}, + {"€",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xac",3,NULL,0,NULL,0}, + {"嶳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xb3",3,NULL,0,NULL,0}, + {"쮓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x93",3,NULL,0,NULL,0}, + {"䋱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x8c",3,NULL,0,NULL,0}, + {"螔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x94",3,NULL,0,NULL,0}, + {"쎫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xab",3,NULL,0,NULL,0}, + {"缤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xa4",3,NULL,0,NULL,0}, + {"䗺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xba",3,NULL,0,NULL,0}, + {"ύ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xbb",3,NULL,0,NULL,0}, + {"⦥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xa5",3,NULL,0,NULL,0}, + {"冨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xa8",3,NULL,0,NULL,0}, + {"ݯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xaf",2,NULL,0,NULL,0}, + {"d",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x84",3,NULL,0,NULL,0}, + {"坶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xa6",3,NULL,0,NULL,0}, + {"ᕳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xb3",3,NULL,0,NULL,0}, + {"➖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x96",3,NULL,0,NULL,0}, + {"쾊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x8a",3,NULL,0,NULL,0}, + {"⒌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x8c",3,NULL,0,NULL,0}, + {"눜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x9c",3,NULL,0,NULL,0}, + {"ᦾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xbe",3,NULL,0,NULL,0}, + {"尦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x81",3,NULL,0,NULL,0}, + {"ꂅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x85",3,NULL,0,NULL,0}, + {"솠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xa0",3,NULL,0,NULL,0}, + {"﬍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x8d",3,NULL,0,NULL,0}, + {"楐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x90",3,NULL,0,NULL,0}, + {"ᩞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xb2",3,NULL,0,NULL,0}, + {"휸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xb8",3,NULL,0,NULL,0}, + {"혌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x8c",3,NULL,0,NULL,0}, + {"嬶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xb6",3,NULL,0,NULL,0}, + {"ꈶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xb6",3,NULL,0,NULL,0}, + {"ɏ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x8f",2,NULL,0,NULL,0}, + {"쳉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x89",3,NULL,0,NULL,0}, + {"盛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x9b",3,NULL,0,NULL,0}, + {"杆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x86",3,NULL,0,NULL,0}, + {"쁎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x8e",3,NULL,0,NULL,0}, + {"゗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x97",3,NULL,0,NULL,0}, + {"皤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xa4",3,NULL,0,NULL,0}, + {"Ӕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x94",2,NULL,0,NULL,0}, + {"䬹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xb9",3,NULL,0,NULL,0}, + {"칰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xb0",3,NULL,0,NULL,0}, + {"㝎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x8e",3,NULL,0,NULL,0}, + {"퀑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x91",3,NULL,0,NULL,0}, + {"뮍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x91",3,NULL,0,NULL,0}, + {"ヨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xb3",3,NULL,0,NULL,0}, + {"疺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xba",3,NULL,0,NULL,0}, + {"䔐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x90",3,NULL,0,NULL,0}, + {"׆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x86",2,NULL,0,NULL,0}, + {"넨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xa4",3,NULL,0,NULL,0}, + {"︻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xbb",3,NULL,0,NULL,0}, + {"턋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x8b",3,NULL,0,NULL,0}, + {"髓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x93",3,NULL,0,NULL,0}, + {"ዏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x8f",3,NULL,0,NULL,0}, + {"o",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"䊐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x90",3,NULL,0,NULL,0}, + {"蛚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x9a",3,NULL,0,NULL,0}, + {"ጸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xab",3,NULL,0,NULL,0}, + {"鬜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x9c",3,NULL,0,NULL,0}, + {"ℰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xb0",3,NULL,0,NULL,0}, + {"墆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xab",3,NULL,0,NULL,0}, + {"ڎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x8e",2,NULL,0,NULL,0}, + {"韖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x96",3,NULL,0,NULL,0}, + {"盱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xa4",3,NULL,0,NULL,0}, + {"꿆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x86",3,NULL,0,NULL,0}, + {"笱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xb1",3,NULL,0,NULL,0}, + {"㓽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xbd",3,NULL,0,NULL,0}, + {"ꇅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x85",3,NULL,0,NULL,0}, + {"첒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x92",3,NULL,0,NULL,0}, + {"焪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xaa",3,NULL,0,NULL,0}, + {"퓵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xb5",3,NULL,0,NULL,0}, + {"㔾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xbe",3,NULL,0,NULL,0}, + {"囔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x94",3,NULL,0,NULL,0}, + {"癑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x91",3,NULL,0,NULL,0}, + {"䭺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xba",3,NULL,0,NULL,0}, + {"뼭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xad",3,NULL,0,NULL,0}, + {"츹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xb9",3,NULL,0,NULL,0}, + {"犋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x8b",3,NULL,0,NULL,0}, + {"㛇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x87",3,NULL,0,NULL,0}, + {"밦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xa6",3,NULL,0,NULL,0}, + {"㗅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x85",3,NULL,0,NULL,0}, + {"㪂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x82",3,NULL,0,NULL,0}, + {"깴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xa2",3,NULL,0,NULL,0}, + {"申",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xb3",3,NULL,0,NULL,0}, + {"럗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x97",3,NULL,0,NULL,0}, + {"㠐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x90",3,NULL,0,NULL,0}, + {"㎡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xa1",3,NULL,0,NULL,0}, + {"ٌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x8c",2,NULL,0,NULL,0}, + {"刉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x89",3,NULL,0,NULL,0}, + {"㑌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x8c",3,NULL,0,NULL,0}, + {"鯶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xb6",3,NULL,0,NULL,0}, + {"秦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xa6",3,NULL,0,NULL,0}, + {"개",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x9c",3,NULL,0,NULL,0}, + {"ၙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x99",3,NULL,0,NULL,0}, + {"明",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x8e",3,NULL,0,NULL,0}, + {"꧞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x9e",3,NULL,0,NULL,0}, + {"῅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x85",3,NULL,0,NULL,0}, + {"掐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x90",3,NULL,0,NULL,0}, + {"嘲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xb2",3,NULL,0,NULL,0}, + {"淹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xb9",3,NULL,0,NULL,0}, + {"‼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xbc",3,NULL,0,NULL,0}, + {"蓲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xb2",3,NULL,0,NULL,0}, + {"絃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xbb",3,NULL,0,NULL,0}, + {"⹔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x8d",3,NULL,0,NULL,0}, + {"扬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x8a",3,NULL,0,NULL,0}, + {"㥾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xa3",3,NULL,0,NULL,0}, + {"圫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xab",3,NULL,0,NULL,0}, + {"敲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xb2",3,NULL,0,NULL,0}, + {"爢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xa2",3,NULL,0,NULL,0}, + {"柴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xb4",3,NULL,0,NULL,0}, + {"⍘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x98",3,NULL,0,NULL,0}, + {"㐊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x8a",3,NULL,0,NULL,0}, + {"桩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xa9",3,NULL,0,NULL,0}, + {"혔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x94",3,NULL,0,NULL,0}, + {"ર",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xb0",3,NULL,0,NULL,0}, + {"굄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x84",3,NULL,0,NULL,0}, + {"뉷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xb7",3,NULL,0,NULL,0}, + {"ᮓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x93",3,NULL,0,NULL,0}, + {"晈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x88",3,NULL,0,NULL,0}, + {"㞽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xbd",3,NULL,0,NULL,0}, + {"慠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x83",3,NULL,0,NULL,0}, + {"ᅣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa3",3,NULL,0,NULL,0}, + {"钔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x94",3,NULL,0,NULL,0}, + {"穥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xa5",3,NULL,0,NULL,0}, + {"褙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x99",3,NULL,0,NULL,0}, + {"樗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xa4",3,NULL,0,NULL,0}, + {"ꓼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xbc",3,NULL,0,NULL,0}, + {"甎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x8e",3,NULL,0,NULL,0}, + {"軍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x8d",3,NULL,0,NULL,0}, + {"쓏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x8f",3,NULL,0,NULL,0}, + {"瑵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x81",3,NULL,0,NULL,0}, + {"ꤰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xb0",3,NULL,0,NULL,0}, + {"懥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xa5",3,NULL,0,NULL,0}, + {"ꤓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x93",3,NULL,0,NULL,0}, + {"Ꝙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x98",3,NULL,0,NULL,0}, + {"衑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xa4",3,NULL,0,NULL,0}, + {"ɯ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xaf",2,NULL,0,NULL,0}, + {"ງ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x87",3,NULL,0,NULL,0}, + {"팅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x85",3,NULL,0,NULL,0}, + {"⾖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x96",3,NULL,0,NULL,0}, + {"ﯼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xbc",3,NULL,0,NULL,0}, + {"푦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xa6",3,NULL,0,NULL,0}, + {"㝯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xaf",3,NULL,0,NULL,0}, + {"咉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x89",3,NULL,0,NULL,0}, + {"抭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xad",3,NULL,0,NULL,0}, + {"㪝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x9d",3,NULL,0,NULL,0}, + {"䅭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xad",3,NULL,0,NULL,0}, + {"鏀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x80",3,NULL,0,NULL,0}, + {"Ḛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x9a",3,NULL,0,NULL,0}, + {"飼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x87",3,NULL,0,NULL,0}, + {"賋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x92",3,NULL,0,NULL,0}, + {"竹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xb9",3,NULL,0,NULL,0}, + {"놎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x8e",3,NULL,0,NULL,0}, + {"픟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x9f",3,NULL,0,NULL,0}, + {"齓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x93",3,NULL,0,NULL,0}, + {"峗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x97",3,NULL,0,NULL,0}, + {"庹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xb9",3,NULL,0,NULL,0}, + {"ﻌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x8c",3,NULL,0,NULL,0}, + {"ఏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x8f",3,NULL,0,NULL,0}, + {"蹆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x86",3,NULL,0,NULL,0}, + {"駄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x9d",3,NULL,0,NULL,0}, + {"욋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x8b",3,NULL,0,NULL,0}, + {"撋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x8b",3,NULL,0,NULL,0}, + {"⸁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x93",3,NULL,0,NULL,0}, + {"惕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x95",3,NULL,0,NULL,0}, + {"㰎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x8e",3,NULL,0,NULL,0}, + {"ⴵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xb5",3,NULL,0,NULL,0}, + {"稸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xb8",3,NULL,0,NULL,0}, + {"瀨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xa8",3,NULL,0,NULL,0}, + {"ꏘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x98",3,NULL,0,NULL,0}, + {"㪭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xad",3,NULL,0,NULL,0}, + {"ᩅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x85",3,NULL,0,NULL,0}, + {"莫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xab",3,NULL,0,NULL,0}, + {"봟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x9f",3,NULL,0,NULL,0}, + {"ဋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x8b",3,NULL,0,NULL,0}, + {"洦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xa6",3,NULL,0,NULL,0}, + {"悯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xaf",3,NULL,0,NULL,0}, + {"跜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xad",3,NULL,0,NULL,0}, + {"䃼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xbc",3,NULL,0,NULL,0}, + {"猢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xa2",3,NULL,0,NULL,0}, + {"蘂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x82",3,NULL,0,NULL,0}, + {"鐟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x9f",3,NULL,0,NULL,0}, + {"꫻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x81",3,NULL,0,NULL,0}, + {"௑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x91",3,NULL,0,NULL,0}, + {"表",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xa8",3,NULL,0,NULL,0}, + {"鍥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xa5",3,NULL,0,NULL,0}, + {"ᤲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xb2",3,NULL,0,NULL,0}, + {"웅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x85",3,NULL,0,NULL,0}, + {"怏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x8f",3,NULL,0,NULL,0}, + {"職",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xb7",3,NULL,0,NULL,0}, + {"ꢣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xa3",3,NULL,0,NULL,0}, + {"龔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x94",3,NULL,0,NULL,0}, + {"尺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xba",3,NULL,0,NULL,0}, + {"㳯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xaf",3,NULL,0,NULL,0}, + {"뛜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x9c",3,NULL,0,NULL,0}, + {"弐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x90",3,NULL,0,NULL,0}, + {"牰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xb0",3,NULL,0,NULL,0}, + {"헡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xa1",3,NULL,0,NULL,0}, + {"胾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xbe",3,NULL,0,NULL,0}, + {"ꗠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xa0",3,NULL,0,NULL,0}, + {"䩾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x8d",3,NULL,0,NULL,0}, + {"醓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x93",3,NULL,0,NULL,0}, + {"濒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x92",3,NULL,0,NULL,0}, + {"꘿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xbf",3,NULL,0,NULL,0}, + {"ક",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x95",3,NULL,0,NULL,0}, + {"矐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x90",3,NULL,0,NULL,0}, + {"醾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xbe",3,NULL,0,NULL,0}, + {"缄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x84",3,NULL,0,NULL,0}, + {"扅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xb5",3,NULL,0,NULL,0}, + {"෷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x8e",3,NULL,0,NULL,0}, + {"R",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb2",3,NULL,0,NULL,0}, + {"诇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x87",3,NULL,0,NULL,0}, + {"鞌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x8c",3,NULL,0,NULL,0}, + {"㰪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xaa",3,NULL,0,NULL,0}, + {"翈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x88",3,NULL,0,NULL,0}, + {"琙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x99",3,NULL,0,NULL,0}, + {"㲱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xb1",3,NULL,0,NULL,0}, + {"뤭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xad",3,NULL,0,NULL,0}, + {"䒘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xad",3,NULL,0,NULL,0}, + {"蟿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xbf",3,NULL,0,NULL,0}, + {"鉜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x9c",3,NULL,0,NULL,0}, + {"ஜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x9c",3,NULL,0,NULL,0}, + {"豫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xab",3,NULL,0,NULL,0}, + {"⭉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x90",3,NULL,0,NULL,0}, + {"原",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x9f",3,NULL,0,NULL,0}, + {"짠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x93",3,NULL,0,NULL,0}, + {"莒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xbd",3,NULL,0,NULL,0}, + {"戴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x8c",3,NULL,0,NULL,0}, + {"䖮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xae",3,NULL,0,NULL,0}, + {"햊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x8a",3,NULL,0,NULL,0}, + {"牵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xb2",3,NULL,0,NULL,0}, + {"巿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xbf",3,NULL,0,NULL,0}, + {"﯌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xb3",3,NULL,0,NULL,0}, + {"㺠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xa0",3,NULL,0,NULL,0}, + {"輨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x95",3,NULL,0,NULL,0}, + {"ᯁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x81",3,NULL,0,NULL,0}, + {"৪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xaa",3,NULL,0,NULL,0}, + {"맦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xa6",3,NULL,0,NULL,0}, + {"൰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x8e",3,NULL,0,NULL,0}, + {"䰕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x95",3,NULL,0,NULL,0}, + {"幄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x84",3,NULL,0,NULL,0}, + {"閥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xa5",3,NULL,0,NULL,0}, + {"쎲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xb2",3,NULL,0,NULL,0}, + {"て",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xa6",3,NULL,0,NULL,0}, + {"᮲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xb2",3,NULL,0,NULL,0}, + {"땰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xb0",3,NULL,0,NULL,0}, + {"賸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xb8",3,NULL,0,NULL,0}, + {"嵲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xb2",3,NULL,0,NULL,0}, + {"톍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x8d",3,NULL,0,NULL,0}, + {"箛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x9b",3,NULL,0,NULL,0}, + {"瞭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xad",3,NULL,0,NULL,0}, + {"娊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x8a",3,NULL,0,NULL,0}, + {"哸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xae",3,NULL,0,NULL,0}, + {"⵹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xb9",3,NULL,0,NULL,0}, + {"ळ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xb3",3,NULL,0,NULL,0}, + {"䧫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xab",3,NULL,0,NULL,0}, + {"軮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xae",3,NULL,0,NULL,0}, + {"ᔐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x90",3,NULL,0,NULL,0}, + {"臬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xac",3,NULL,0,NULL,0}, + {"쏧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xbb",3,NULL,0,NULL,0}, + {"䷔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x94",3,NULL,0,NULL,0}, + {"幞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x89",3,NULL,0,NULL,0}, + {"៓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x93",3,NULL,0,NULL,0}, + {"䆌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x8c",3,NULL,0,NULL,0}, + {"៖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x80",3,NULL,0,NULL,0}, + {"恛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x9b",3,NULL,0,NULL,0}, + {"⾌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xaf",3,NULL,0,NULL,0}, + {"⚮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xae",3,NULL,0,NULL,0}, + {"惞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x9e",3,NULL,0,NULL,0}, + {"ﱍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x8d",3,NULL,0,NULL,0}, + {"廘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x98",3,NULL,0,NULL,0}, + {"﫨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xa8",3,NULL,0,NULL,0}, + {"㷦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xa6",3,NULL,0,NULL,0}, + {"΂",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x82",2,NULL,0,NULL,0}, + {"␼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xbc",3,NULL,0,NULL,0}, + {"肫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xba",3,NULL,0,NULL,0}, + {"鼤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xa7",3,NULL,0,NULL,0}, + {"ᨳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xb3",3,NULL,0,NULL,0}, + {"┳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xb3",3,NULL,0,NULL,0}, + {"縹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xb9",3,NULL,0,NULL,0}, + {"砉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x89",3,NULL,0,NULL,0}, + {"영",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x81",3,NULL,0,NULL,0}, + {"澡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xa1",3,NULL,0,NULL,0}, + {"ﺛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x9b",3,NULL,0,NULL,0}, + {"罗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xa2",3,NULL,0,NULL,0}, + {"뙈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x88",3,NULL,0,NULL,0}, + {"ᖯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xaf",3,NULL,0,NULL,0}, + {"㳵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xb5",3,NULL,0,NULL,0}, + {"룥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xa5",3,NULL,0,NULL,0}, + {"ޢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa2",2,NULL,0,NULL,0}, + {"ffl",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x84",3,NULL,0,NULL,0}, + {"Ƣ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xa2",2,NULL,0,NULL,0}, + {"讠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xa0",3,NULL,0,NULL,0}, + {"✰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xb0",3,NULL,0,NULL,0}, + {"롦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xa6",3,NULL,0,NULL,0}, + {"싻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xbb",3,NULL,0,NULL,0}, + {"勔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x94",3,NULL,0,NULL,0}, + {"⚕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x95",3,NULL,0,NULL,0}, + {"ɉ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x89",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xa8",3,NULL,0,NULL,0}, + {"쒇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x89",3,NULL,0,NULL,0}, + {"膬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xac",3,NULL,0,NULL,0}, + {"ᄏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xbb",3,NULL,0,NULL,0}, + {"劣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x9d",3,NULL,0,NULL,0}, + {"ꄿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xbf",3,NULL,0,NULL,0}, + {"⥆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x86",3,NULL,0,NULL,0}, + {"፟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x9f",3,NULL,0,NULL,0}, + {"Ρ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa1",2,NULL,0,NULL,0}, + {"⢭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xad",3,NULL,0,NULL,0}, + {"䉹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xb9",3,NULL,0,NULL,0}, + {"媬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xac",3,NULL,0,NULL,0}, + {"%",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x85",3,NULL,0,NULL,0}, + {"뙷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xb7",3,NULL,0,NULL,0}, + {"切",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x82",3,NULL,0,NULL,0}, + {"ᛅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x85",3,NULL,0,NULL,0}, + {"⿠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xa0",3,NULL,0,NULL,0}, + {"ツ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x84",3,NULL,0,NULL,0}, + {"渼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xbc",3,NULL,0,NULL,0}, + {"轼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xbc",3,NULL,0,NULL,0}, + {"ﱷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xb7",3,NULL,0,NULL,0}, + {"绐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x90",3,NULL,0,NULL,0}, + {"ꅸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xb8",3,NULL,0,NULL,0}, + {"㯷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xb7",3,NULL,0,NULL,0}, + {"Ⴅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xa5",3,NULL,0,NULL,0}, + {"邤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xa4",3,NULL,0,NULL,0}, + {"雠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xa0",3,NULL,0,NULL,0}, + {"⡿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x85",3,NULL,0,NULL,0}, + {"⎸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xb8",3,NULL,0,NULL,0}, + {"녅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x85",3,NULL,0,NULL,0}, + {"䤯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xaf",3,NULL,0,NULL,0}, + {"쩵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xb5",3,NULL,0,NULL,0}, + {"算",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x97",3,NULL,0,NULL,0}, + {"㪅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xae",3,NULL,0,NULL,0}, + {"Ó",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x93",2,NULL,0,NULL,0}, + {"껮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xae",3,NULL,0,NULL,0}, + {"딷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x81",3,NULL,0,NULL,0}, + {"榥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xa5",3,NULL,0,NULL,0}, + {"끕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x95",3,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x84",3,NULL,0,NULL,0}, + {"婫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xab",3,NULL,0,NULL,0}, + {"Ƃ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x82",2,NULL,0,NULL,0}, + {"ᒿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xbf",3,NULL,0,NULL,0}, + {"긓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x93",3,NULL,0,NULL,0}, + {"捿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x96",3,NULL,0,NULL,0}, + {"侇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x87",3,NULL,0,NULL,0}, + {"霞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x9e",3,NULL,0,NULL,0}, + {"·",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x87",2,NULL,0,NULL,0}, + {"丢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x91",3,NULL,0,NULL,0}, + {"䂞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x9e",3,NULL,0,NULL,0}, + {"읢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xa2",3,NULL,0,NULL,0}, + {"⩺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xba",3,NULL,0,NULL,0}, + {"⍇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x87",3,NULL,0,NULL,0}, + {"ꁗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x97",3,NULL,0,NULL,0}, + {"鉱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xb1",3,NULL,0,NULL,0}, + {"攵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xb5",3,NULL,0,NULL,0}, + {"䢰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xb0",3,NULL,0,NULL,0}, + {"ᥤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xa4",3,NULL,0,NULL,0}, + {"ꋰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xb0",3,NULL,0,NULL,0}, + {"寠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xa0",3,NULL,0,NULL,0}, + {"垦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xa6",3,NULL,0,NULL,0}, + {"䳤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xa4",3,NULL,0,NULL,0}, + {"氾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xbe",3,NULL,0,NULL,0}, + {"睱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xac",3,NULL,0,NULL,0}, + {"蓒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x92",3,NULL,0,NULL,0}, + {"ߴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xb4",2,NULL,0,NULL,0}, + {"ń",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x84",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xa8",3,NULL,0,NULL,0}, + {"찢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xa2",3,NULL,0,NULL,0}, + {"둇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x87",3,NULL,0,NULL,0}, + {"ѱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xb1",2,NULL,0,NULL,0}, + {"莶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xb6",3,NULL,0,NULL,0}, + {"逿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xbf",3,NULL,0,NULL,0}, + {"⁙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x99",3,NULL,0,NULL,0}, + {"䡗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x97",3,NULL,0,NULL,0}, + {"兕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x95",3,NULL,0,NULL,0}, + {"ᑨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xa8",3,NULL,0,NULL,0}, + {"좭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xad",3,NULL,0,NULL,0}, + {"궶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xb6",3,NULL,0,NULL,0}, + {"쬵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xb5",3,NULL,0,NULL,0}, + {"뿚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x9a",3,NULL,0,NULL,0}, + {"읔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x94",3,NULL,0,NULL,0}, + {"⼸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x90",3,NULL,0,NULL,0}, + {"Ὡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xb7",3,NULL,0,NULL,0}, + {"皴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xb4",3,NULL,0,NULL,0}, + {"艳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xb3",3,NULL,0,NULL,0}, + {"ᅭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xad",3,NULL,0,NULL,0}, + {"圙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x99",3,NULL,0,NULL,0}, + {"쮂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x82",3,NULL,0,NULL,0}, + {"螬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x80",3,NULL,0,NULL,0}, + {"ꃮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xae",3,NULL,0,NULL,0}, + {"ᙆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x86",3,NULL,0,NULL,0}, + {"ʢ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xa2",2,NULL,0,NULL,0}, + {"䍡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xa1",3,NULL,0,NULL,0}, + {"쟩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xa9",3,NULL,0,NULL,0}, + {"毕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x95",3,NULL,0,NULL,0}, + {"郎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xac",3,NULL,0,NULL,0}, + {"纾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xbe",3,NULL,0,NULL,0}, + {"脤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xa4",3,NULL,0,NULL,0}, + {"ꐼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xbc",3,NULL,0,NULL,0}, + {"ࡻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xbb",3,NULL,0,NULL,0}, + {"抂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x9f",3,NULL,0,NULL,0}, + {"膃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x83",3,NULL,0,NULL,0}, + {"䓊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x8a",3,NULL,0,NULL,0}, + {"ꩄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x84",3,NULL,0,NULL,0}, + {"녥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xa5",3,NULL,0,NULL,0}, + {"孷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xb7",3,NULL,0,NULL,0}, + {"檄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x84",3,NULL,0,NULL,0}, + {"㑘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x98",3,NULL,0,NULL,0}, + {"堓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x93",3,NULL,0,NULL,0}, + {"梵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xb5",3,NULL,0,NULL,0}, + {"鉄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x84",3,NULL,0,NULL,0}, + {"ꊭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xad",3,NULL,0,NULL,0}, + {"䏬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x8b",3,NULL,0,NULL,0}, + {"鶹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xb9",3,NULL,0,NULL,0}, + {"В",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x92",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x93",3,NULL,0,NULL,0}, + {"걠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xa0",3,NULL,0,NULL,0}, + {"샡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xa1",3,NULL,0,NULL,0}, + {"ㄜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x9c",3,NULL,0,NULL,0}, + {"眪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xaa",3,NULL,0,NULL,0}, + {"᫇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x87",3,NULL,0,NULL,0}, + {"朇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x87",3,NULL,0,NULL,0}, + {"鸝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x9d",3,NULL,0,NULL,0}, + {"ἳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xb3",3,NULL,0,NULL,0}, + {"ゝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x9d",3,NULL,0,NULL,0}, + {"밟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x9f",3,NULL,0,NULL,0}, + {"꽗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x97",3,NULL,0,NULL,0}, + {"鞢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xa2",3,NULL,0,NULL,0}, + {"趌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x8c",3,NULL,0,NULL,0}, + {"귛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x9b",3,NULL,0,NULL,0}, + {"뽿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xbf",3,NULL,0,NULL,0}, + {"⪕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xae",3,NULL,0,NULL,0}, + {"癃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xbc",3,NULL,0,NULL,0}, + {"ᇌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x8c",3,NULL,0,NULL,0}, + {"蒒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x92",3,NULL,0,NULL,0}, + {"꒻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xbb",3,NULL,0,NULL,0}, + {"㜰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xb0",3,NULL,0,NULL,0}, + {"숅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x85",3,NULL,0,NULL,0}, + {"殞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x9e",3,NULL,0,NULL,0}, + {"֢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xa2",2,NULL,0,NULL,0}, + {"浟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x9f",3,NULL,0,NULL,0}, + {"碷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xb7",3,NULL,0,NULL,0}, + {"蝙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x99",3,NULL,0,NULL,0}, + {"ⴈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x88",3,NULL,0,NULL,0}, + {"ዅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x85",3,NULL,0,NULL,0}, + {"셾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xa2",3,NULL,0,NULL,0}, + {"섽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xbd",3,NULL,0,NULL,0}, + {"䚐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x90",3,NULL,0,NULL,0}, + {"텁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x81",3,NULL,0,NULL,0}, + {"㍺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xba",3,NULL,0,NULL,0}, + {"竲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xb2",3,NULL,0,NULL,0}, + {"·",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb7",2,NULL,0,NULL,0}, + {"፾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xbe",3,NULL,0,NULL,0}, + {"댆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x86",3,NULL,0,NULL,0}, + {"ꈮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xae",3,NULL,0,NULL,0}, + {"鷤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xa4",3,NULL,0,NULL,0}, + {"쳓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x93",3,NULL,0,NULL,0}, + {"䌍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x8d",3,NULL,0,NULL,0}, + {"饶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xb6",3,NULL,0,NULL,0}, + {"흉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x89",3,NULL,0,NULL,0}, + {"⅁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x81",3,NULL,0,NULL,0}, + {"苾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xbe",3,NULL,0,NULL,0}, + {"袡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xa1",3,NULL,0,NULL,0}, + {"薏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x8f",3,NULL,0,NULL,0}, + {"䬫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xab",3,NULL,0,NULL,0}, + {"㜾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xbe",3,NULL,0,NULL,0}, + {"㕈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x88",3,NULL,0,NULL,0}, + {"뮇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x87",3,NULL,0,NULL,0}, + {"≧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa7",3,NULL,0,NULL,0}, + {"疪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xaa",3,NULL,0,NULL,0}, + {"詴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xb4",3,NULL,0,NULL,0}, + {"럾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xbe",3,NULL,0,NULL,0}, + {"⚪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xaa",3,NULL,0,NULL,0}, + {"뺸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xb8",3,NULL,0,NULL,0}, + {"카",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xb4",3,NULL,0,NULL,0}, + {"䮘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x98",3,NULL,0,NULL,0}, + {"럥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xa5",3,NULL,0,NULL,0}, + {"䪏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x8f",3,NULL,0,NULL,0}, + {"뼿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xbf",3,NULL,0,NULL,0}, + {"禑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x91",3,NULL,0,NULL,0}, + {"뫮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xae",3,NULL,0,NULL,0}, + {"鱭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xad",3,NULL,0,NULL,0}, + {"㤙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x99",3,NULL,0,NULL,0}, + {"斿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xbf",3,NULL,0,NULL,0}, + {"粠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xa0",3,NULL,0,NULL,0}, + {"䲙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x99",3,NULL,0,NULL,0}, + {"䍎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xb9",3,NULL,0,NULL,0}, + {"槎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x8e",3,NULL,0,NULL,0}, + {"➶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xb6",3,NULL,0,NULL,0}, + {"㱣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xa3",3,NULL,0,NULL,0}, + {"ꝃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x83",3,NULL,0,NULL,0}, + {"쪫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x92",3,NULL,0,NULL,0}, + {"駩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xa9",3,NULL,0,NULL,0}, + {"葙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x9a",3,NULL,0,NULL,0}, + {"쿵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xb5",3,NULL,0,NULL,0}, + {"㡷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xb7",3,NULL,0,NULL,0}, + {"絪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xaa",3,NULL,0,NULL,0}, + {"ຊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x8a",3,NULL,0,NULL,0}, + {"蠚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x9a",3,NULL,0,NULL,0}, + {"巫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xab",3,NULL,0,NULL,0}, + {"䮊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x8f",3,NULL,0,NULL,0}, + {"츳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xab",3,NULL,0,NULL,0}, + {"㗏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x8f",3,NULL,0,NULL,0}, + {"트",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xb8",3,NULL,0,NULL,0}, + {"⋢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xa2",3,NULL,0,NULL,0}, + {"憵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xac",3,NULL,0,NULL,0}, + {"뷚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x9a",3,NULL,0,NULL,0}, + {"创",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x9b",3,NULL,0,NULL,0}, + {"鳄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x84",3,NULL,0,NULL,0}, + {"稪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xaa",3,NULL,0,NULL,0}, + {"ቪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x8c",3,NULL,0,NULL,0}, + {"㑐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x90",3,NULL,0,NULL,0}, + {"贈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x88",3,NULL,0,NULL,0}, + {"Ṱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xb0",3,NULL,0,NULL,0}, + {"淍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x8d",3,NULL,0,NULL,0}, + {"⓭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xad",3,NULL,0,NULL,0}, + {"瓚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x9a",3,NULL,0,NULL,0}, + {"烠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xa0",3,NULL,0,NULL,0}, + {"Ɡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xb2",3,NULL,0,NULL,0}, + {"燍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x8d",3,NULL,0,NULL,0}, + {"啷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xb7",3,NULL,0,NULL,0}, + {"㮁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x81",3,NULL,0,NULL,0}, + {"멱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xb1",3,NULL,0,NULL,0}, + {"骘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x98",3,NULL,0,NULL,0}, + {"퀶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xb6",3,NULL,0,NULL,0}, + {"躱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xb1",3,NULL,0,NULL,0}, + {"้",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xb1",3,NULL,0,NULL,0}, + {"璹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xb9",3,NULL,0,NULL,0}, + {"᜵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xb5",3,NULL,0,NULL,0}, + {"狃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x83",3,NULL,0,NULL,0}, + {"倖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x96",3,NULL,0,NULL,0}, + {"팗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x97",3,NULL,0,NULL,0}, + {"幻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xbb",3,NULL,0,NULL,0}, + {"伟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x9f",3,NULL,0,NULL,0}, + {"옓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x93",3,NULL,0,NULL,0}, + {"䥷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xb5",3,NULL,0,NULL,0}, + {"爼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xbc",3,NULL,0,NULL,0}, + {"挀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x80",3,NULL,0,NULL,0}, + {"唄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xb7",3,NULL,0,NULL,0}, + {"⯧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xad",3,NULL,0,NULL,0}, + {"ᮙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x81",3,NULL,0,NULL,0}, + {"钜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x9c",3,NULL,0,NULL,0}, + {"ᡌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x8c",3,NULL,0,NULL,0}, + {"厌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x8c",3,NULL,0,NULL,0}, + {"⧷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xb7",3,NULL,0,NULL,0}, + {"⻶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xb6",3,NULL,0,NULL,0}, + {"윂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x82",3,NULL,0,NULL,0}, + {"믕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x95",3,NULL,0,NULL,0}, + {"饉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x89",3,NULL,0,NULL,0}, + {"ꪷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xb7",3,NULL,0,NULL,0}, + {"肬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xac",3,NULL,0,NULL,0}, + {"먀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x80",3,NULL,0,NULL,0}, + {"蹤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xa4",3,NULL,0,NULL,0}, + {"祒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x90",3,NULL,0,NULL,0}, + {"㯲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xb2",3,NULL,0,NULL,0}, + {"볞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x9e",3,NULL,0,NULL,0}, + {"ਛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x9b",3,NULL,0,NULL,0}, + {"없",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x86",3,NULL,0,NULL,0}, + {"ྺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xba",3,NULL,0,NULL,0}, + {"Ყ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xa7",3,NULL,0,NULL,0}, + {"䆇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x87",3,NULL,0,NULL,0}, + {"攃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x83",3,NULL,0,NULL,0}, + {"ﺜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x9c",3,NULL,0,NULL,0}, + {"ⱐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x9e",3,NULL,0,NULL,0}, + {"㴤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xa4",3,NULL,0,NULL,0}, + {"ݨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xa8",2,NULL,0,NULL,0}, + {"꫹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xb9",3,NULL,0,NULL,0}, + {"徰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xb0",3,NULL,0,NULL,0}, + {"ꔡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xa1",3,NULL,0,NULL,0}, + {"త",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xa4",3,NULL,0,NULL,0}, + {"᢫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xab",3,NULL,0,NULL,0}, + {"ଽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xbd",3,NULL,0,NULL,0}, + {"㲈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x88",3,NULL,0,NULL,0}, + {"廓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x93",3,NULL,0,NULL,0}, + {"క",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x95",3,NULL,0,NULL,0}, + {"ꩲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xb2",3,NULL,0,NULL,0}, + {"傾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xbe",3,NULL,0,NULL,0}, + {"욑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x91",3,NULL,0,NULL,0}, + {"谰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xb0",3,NULL,0,NULL,0}, + {"盪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xaa",3,NULL,0,NULL,0}, + {"热",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xad",3,NULL,0,NULL,0}, + {"摹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xb9",3,NULL,0,NULL,0}, + {"齶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xb6",3,NULL,0,NULL,0}, + {"㇇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x87",3,NULL,0,NULL,0}, + {"岀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x80",3,NULL,0,NULL,0}, + {"תּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x8a",3,NULL,0,NULL,0}, + {"搐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x90",3,NULL,0,NULL,0}, + {"﵎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x8e",3,NULL,0,NULL,0}, + {"毾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xbe",3,NULL,0,NULL,0}, + {"鿽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xbd",3,NULL,0,NULL,0}, + {"縁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x81",3,NULL,0,NULL,0}, + {"敏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x81",3,NULL,0,NULL,0}, + {"㽞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x9e",3,NULL,0,NULL,0}, + {"ﲈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x88",3,NULL,0,NULL,0}, + {"鈄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x84",3,NULL,0,NULL,0}, + {"븬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xac",3,NULL,0,NULL,0}, + {"極",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xb5",3,NULL,0,NULL,0}, + {"᱈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x88",3,NULL,0,NULL,0}, + {"猆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xa5",3,NULL,0,NULL,0}, + {"轣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xa3",3,NULL,0,NULL,0}, + {"速",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xb0",3,NULL,0,NULL,0}, + {"鐷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xb7",3,NULL,0,NULL,0}, + {"輞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x9e",3,NULL,0,NULL,0}, + {"ḉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x89",3,NULL,0,NULL,0}, + {"溒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x92",3,NULL,0,NULL,0}, + {"㦼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xbc",3,NULL,0,NULL,0}, + {"뙱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xbf",3,NULL,0,NULL,0}, + {"诲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xb2",3,NULL,0,NULL,0}, + {"싃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x83",3,NULL,0,NULL,0}, + {"僣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xa3",3,NULL,0,NULL,0}, + {"쑏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xac",3,NULL,0,NULL,0}, + {"ઌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x8c",3,NULL,0,NULL,0}, + {"앆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x86",3,NULL,0,NULL,0}, + {"ꗆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x88",3,NULL,0,NULL,0}, + {"먪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x9e",3,NULL,0,NULL,0}, + {"䴘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x98",3,NULL,0,NULL,0}, + {"೼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xbc",3,NULL,0,NULL,0}, + {"蒵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xb5",3,NULL,0,NULL,0}, + {"럺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xba",3,NULL,0,NULL,0}, + {"ﳟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x9f",3,NULL,0,NULL,0}, + {"ᐰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb0",3,NULL,0,NULL,0}, + {"홱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xb1",3,NULL,0,NULL,0}, + {"쇰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xb0",3,NULL,0,NULL,0}, + {"鮔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x94",3,NULL,0,NULL,0}, + {"续",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x89",3,NULL,0,NULL,0}, + {"䈶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xb6",3,NULL,0,NULL,0}, + {"䃗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x97",3,NULL,0,NULL,0}, + {"뤷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x95",3,NULL,0,NULL,0}, + {"鎉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x89",3,NULL,0,NULL,0}, + {"℘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x98",3,NULL,0,NULL,0}, + {"鹒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x92",3,NULL,0,NULL,0}, + {"⌡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xa1",3,NULL,0,NULL,0}, + {"隒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x88",3,NULL,0,NULL,0}, + {"ᴙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x99",3,NULL,0,NULL,0}, + {"됋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x8b",3,NULL,0,NULL,0}, + {"絞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x9e",3,NULL,0,NULL,0}, + {"尙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xac",3,NULL,0,NULL,0}, + {"꿝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x9d",3,NULL,0,NULL,0}, + {"䵙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x99",3,NULL,0,NULL,0}, + {"ꘇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x87",3,NULL,0,NULL,0}, + {"꼪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xaa",3,NULL,0,NULL,0}, + {"됚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x9a",3,NULL,0,NULL,0}, + {"의",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x98",3,NULL,0,NULL,0}, + {"৆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x86",3,NULL,0,NULL,0}, + {"쏋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x8b",3,NULL,0,NULL,0}, + {"夼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xbc",3,NULL,0,NULL,0}, + {"Ż",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xbb",2,NULL,0,NULL,0}, + {"㺰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xb0",3,NULL,0,NULL,0}, + {"쎆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x86",3,NULL,0,NULL,0}, + {"쭏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xa1",3,NULL,0,NULL,0}, + {"ࠜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x9c",3,NULL,0,NULL,0}, + {"諎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x8e",3,NULL,0,NULL,0}, + {"ᖓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x93",3,NULL,0,NULL,0}, + {"휝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x9d",3,NULL,0,NULL,0}, + {"鈺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xba",3,NULL,0,NULL,0}, + {"鋁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x81",3,NULL,0,NULL,0}, + {"㿧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xa7",3,NULL,0,NULL,0}, + {"黙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x99",3,NULL,0,NULL,0}, + {"⑳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xb3",3,NULL,0,NULL,0}, + {"裸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xb8",3,NULL,0,NULL,0}, + {"陉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x89",3,NULL,0,NULL,0}, + {"脍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x8d",3,NULL,0,NULL,0}, + {"⏴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xb4",3,NULL,0,NULL,0}, + {"粒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xb9",3,NULL,0,NULL,0}, + {"᧢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xa2",3,NULL,0,NULL,0}, + {"腎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x8e",3,NULL,0,NULL,0}, + {"ῤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xa4",3,NULL,0,NULL,0}, + {"宒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x92",3,NULL,0,NULL,0}, + {"︱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xb1",3,NULL,0,NULL,0}, + {"횡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xa1",3,NULL,0,NULL,0}, + {"漎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xb3",3,NULL,0,NULL,0}, + {"괿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xbf",3,NULL,0,NULL,0}, + {"㛥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xa5",3,NULL,0,NULL,0}, + {"㩻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xbb",3,NULL,0,NULL,0}, + {"䢗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x97",3,NULL,0,NULL,0}, + {"Ᾱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xb9",3,NULL,0,NULL,0}, + {"в",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xb2",2,NULL,0,NULL,0}, + {"ᕎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x8e",3,NULL,0,NULL,0}, + {"ܻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xbb",2,NULL,0,NULL,0}, + {"腇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x87",3,NULL,0,NULL,0}, + {"褧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xa7",3,NULL,0,NULL,0}, + {"놄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x84",3,NULL,0,NULL,0}, + {"ः",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x83",3,NULL,0,NULL,0}, + {"韶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xb6",3,NULL,0,NULL,0}, + {"䕜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x9c",3,NULL,0,NULL,0}, + {"줐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x90",3,NULL,0,NULL,0}, + {"⤒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x92",3,NULL,0,NULL,0}, + {"쒅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x85",3,NULL,0,NULL,0}, + {"芾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xbe",3,NULL,0,NULL,0}, + {"ᨹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xb9",3,NULL,0,NULL,0}, + {"흨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xa8",3,NULL,0,NULL,0}, + {"냤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xa4",3,NULL,0,NULL,0}, + {"⣱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xb1",3,NULL,0,NULL,0}, + {"罅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x85",3,NULL,0,NULL,0}, + {"苵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xb5",3,NULL,0,NULL,0}, + {"虂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x82",3,NULL,0,NULL,0}, + {"컾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xbe",3,NULL,0,NULL,0}, + {"臶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xa6",3,NULL,0,NULL,0}, + {"횟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x9f",3,NULL,0,NULL,0}, + {"늨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xa8",3,NULL,0,NULL,0}, + {"䣉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x89",3,NULL,0,NULL,0}, + {"⫣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xa3",3,NULL,0,NULL,0}, + {"싱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xb1",3,NULL,0,NULL,0}, + {"皁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xa8",3,NULL,0,NULL,0}, + {"칅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x85",3,NULL,0,NULL,0}, + {"즶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xb6",3,NULL,0,NULL,0}, + {"靕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x95",3,NULL,0,NULL,0}, + {"欘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xa0",3,NULL,0,NULL,0}, + {"싢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xb3",3,NULL,0,NULL,0}, + {"￁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x81",3,NULL,0,NULL,0}, + {"쁛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x9b",3,NULL,0,NULL,0}, + {"ᄢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xa2",3,NULL,0,NULL,0}, + {"ꃎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x8e",3,NULL,0,NULL,0}, + {"㒨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xa8",3,NULL,0,NULL,0}, + {"፥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xa5",3,NULL,0,NULL,0}, + {"ꁏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x8f",3,NULL,0,NULL,0}, + {"樘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x98",3,NULL,0,NULL,0}, + {"䉫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xab",3,NULL,0,NULL,0}, + {"斍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x8d",3,NULL,0,NULL,0}, + {"Σ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa3",2,NULL,0,NULL,0}, + {"٥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xa5",2,NULL,0,NULL,0}, + {"硎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x8e",3,NULL,0,NULL,0}, + {"듟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xa9",3,NULL,0,NULL,0}, + {"䟒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x92",3,NULL,0,NULL,0}, + {"초",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xb9",3,NULL,0,NULL,0}, + {"챯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xaf",3,NULL,0,NULL,0}, + {"藷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xb7",3,NULL,0,NULL,0}, + {"Ⅰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xa0",3,NULL,0,NULL,0}, + {"闙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x99",3,NULL,0,NULL,0}, + {"ᛇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x87",3,NULL,0,NULL,0}, + {"졌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x8c",3,NULL,0,NULL,0}, + {"佥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xa5",3,NULL,0,NULL,0}, + {"ꄸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xb8",3,NULL,0,NULL,0}, + {"汰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xb0",3,NULL,0,NULL,0}, + {"쪒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x92",3,NULL,0,NULL,0}, + {"䛴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xb4",3,NULL,0,NULL,0}, + {"♡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa1",3,NULL,0,NULL,0}, + {"⃀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x80",3,NULL,0,NULL,0}, + {"ꅰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xb0",3,NULL,0,NULL,0}, + {"⏘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x98",3,NULL,0,NULL,0}, + {"뼆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x86",3,NULL,0,NULL,0}, + {"㉤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xa4",3,NULL,0,NULL,0}, + {"↼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xbc",3,NULL,0,NULL,0}, + {"㏂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x82",3,NULL,0,NULL,0}, + {"쵚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x9a",3,NULL,0,NULL,0}, + {"ᘮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xae",3,NULL,0,NULL,0}, + {"懘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x98",3,NULL,0,NULL,0}, + {"敏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xad",3,NULL,0,NULL,0}, + {"砌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x8c",3,NULL,0,NULL,0}, + {"껾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xbe",3,NULL,0,NULL,0}, + {"Ñ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x91",2,NULL,0,NULL,0}, + {"荍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x8d",3,NULL,0,NULL,0}, + {"ﮘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x98",3,NULL,0,NULL,0}, + {"埘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x8c",3,NULL,0,NULL,0}, + {"픏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x8f",3,NULL,0,NULL,0}, + {"䡅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x85",3,NULL,0,NULL,0}, + {"┐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x90",3,NULL,0,NULL,0}, + {"晼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xbc",3,NULL,0,NULL,0}, + {"ㅙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x8c",3,NULL,0,NULL,0}, + {"쫿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xbf",3,NULL,0,NULL,0}, + {"く",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x8f",3,NULL,0,NULL,0}, + {"⻄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x84",3,NULL,0,NULL,0}, + {"蒩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xa9",3,NULL,0,NULL,0}, + {"⡟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x9f",3,NULL,0,NULL,0}, + {"䒽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xbd",3,NULL,0,NULL,0}, + {"蟞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x9e",3,NULL,0,NULL,0}, + {"࠴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xb4",3,NULL,0,NULL,0}, + {"⩞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x9e",3,NULL,0,NULL,0}, + {"ꮝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x9d",3,NULL,0,NULL,0}, + {"ក",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x80",3,NULL,0,NULL,0}, + {"㚤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xa4",3,NULL,0,NULL,0}, + {"뇎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x8e",3,NULL,0,NULL,0}, + {"稠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xa0",3,NULL,0,NULL,0}, + {"㐷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xb7",3,NULL,0,NULL,0}, + {"ס",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xa1",2,NULL,0,NULL,0}, + {"˛",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x9b",2,NULL,0,NULL,0}, + {"垚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x9a",3,NULL,0,NULL,0}, + {"簀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xae",3,NULL,0,NULL,0}, + {"鴦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xa6",3,NULL,0,NULL,0}, + {"횫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xab",3,NULL,0,NULL,0}, + {"慎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x8e",3,NULL,0,NULL,0}, + {"孞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x9e",3,NULL,0,NULL,0}, + {"᪆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x86",3,NULL,0,NULL,0}, + {"㒲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xb2",3,NULL,0,NULL,0}, + {"踓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x93",3,NULL,0,NULL,0}, + {"⨮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xae",3,NULL,0,NULL,0}, + {"䠬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xac",3,NULL,0,NULL,0}, + {"蘓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x93",3,NULL,0,NULL,0}, + {"曅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x85",3,NULL,0,NULL,0}, + {"⟘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x98",3,NULL,0,NULL,0}, + {"▰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xb0",3,NULL,0,NULL,0}, + {"烗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x97",3,NULL,0,NULL,0}, + {"䞫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xab",3,NULL,0,NULL,0}, + {"⾲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xb2",3,NULL,0,NULL,0}, + {"쉸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xb8",3,NULL,0,NULL,0}, + {"꣨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xa8",3,NULL,0,NULL,0}, + {"구",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xac",3,NULL,0,NULL,0}, + {"▛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x9b",3,NULL,0,NULL,0}, + {"毟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x9f",3,NULL,0,NULL,0}, + {"踹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xb9",3,NULL,0,NULL,0}, + {"﮽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xbd",3,NULL,0,NULL,0}, + {"숇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x87",3,NULL,0,NULL,0}, + {"㉌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x8c",3,NULL,0,NULL,0}, + {"ⲍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x8d",3,NULL,0,NULL,0}, + {"籵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xb5",3,NULL,0,NULL,0}, + {"㋭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xad",3,NULL,0,NULL,0}, + {"࿧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xa7",3,NULL,0,NULL,0}, + {"䞄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x9b",3,NULL,0,NULL,0}, + {"敻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xbb",3,NULL,0,NULL,0}, + {"抆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x9b",3,NULL,0,NULL,0}, + {"荗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x97",3,NULL,0,NULL,0}, + {"훪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xaa",3,NULL,0,NULL,0}, + {"䊸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xb8",3,NULL,0,NULL,0}, + {"檈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x81",3,NULL,0,NULL,0}, + {"蘭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xad",3,NULL,0,NULL,0}, + {"⁢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xa2",3,NULL,0,NULL,0}, + {"⃢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xa2",3,NULL,0,NULL,0}, + {"ཛྷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x9c",3,NULL,0,NULL,0}, + {"趔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x94",3,NULL,0,NULL,0}, + {"콡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xa1",3,NULL,0,NULL,0}, + {"㟋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x8b",3,NULL,0,NULL,0}, + {"퉧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xa7",3,NULL,0,NULL,0}, + {"➮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xae",3,NULL,0,NULL,0}, + {"藎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x8e",3,NULL,0,NULL,0}, + {"풣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xa3",3,NULL,0,NULL,0}, + {"香",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x99",3,NULL,0,NULL,0}, + {"✉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x89",3,NULL,0,NULL,0}, + {"컟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x9f",3,NULL,0,NULL,0}, + {"龯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x9a",3,NULL,0,NULL,0}, + {"㌃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x83",3,NULL,0,NULL,0}, + {"ꏿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xbf",3,NULL,0,NULL,0}, + {"搩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xa9",3,NULL,0,NULL,0}, + {"妖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x87",3,NULL,0,NULL,0}, + {"棩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xa9",3,NULL,0,NULL,0}, + {"섎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x8e",3,NULL,0,NULL,0}, + {"㍖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x96",3,NULL,0,NULL,0}, + {"䜻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xae",3,NULL,0,NULL,0}, + {"㶲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xb2",3,NULL,0,NULL,0}, + {"ⱪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xaa",3,NULL,0,NULL,0}, + {"䣔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x94",3,NULL,0,NULL,0}, + {"ሿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xbf",3,NULL,0,NULL,0}, + {"섿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x8b",3,NULL,0,NULL,0}, + {"忪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xaa",3,NULL,0,NULL,0}, + {"䟱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xb1",3,NULL,0,NULL,0}, + {"㱑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xb9",3,NULL,0,NULL,0}, + {"揿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xbf",3,NULL,0,NULL,0}, + {"袓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x93",3,NULL,0,NULL,0}, + {"ꪩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xa9",3,NULL,0,NULL,0}, + {"Ճ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x83",2,NULL,0,NULL,0}, + {"꡼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xbc",3,NULL,0,NULL,0}, + {"쾸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xb8",3,NULL,0,NULL,0}, + {"ᆚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x9a",3,NULL,0,NULL,0}, + {"㏢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xa2",3,NULL,0,NULL,0}, + {"퀁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x81",3,NULL,0,NULL,0}, + {"蠐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x90",3,NULL,0,NULL,0}, + {"薍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x99",3,NULL,0,NULL,0}, + {"큼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xbc",3,NULL,0,NULL,0}, + {"詚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x8e",3,NULL,0,NULL,0}, + {"ベ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x99",3,NULL,0,NULL,0}, + {"䨄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x84",3,NULL,0,NULL,0}, + {"禣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xa3",3,NULL,0,NULL,0}, + {"懹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xb9",3,NULL,0,NULL,0}, + {"椪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xaa",3,NULL,0,NULL,0}, + {"鲏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x8f",3,NULL,0,NULL,0}, + {"窊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x8a",3,NULL,0,NULL,0}, + {"㧔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x94",3,NULL,0,NULL,0}, + {"輷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xb7",3,NULL,0,NULL,0}, + {"붍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xaa",3,NULL,0,NULL,0}, + {"㏳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xb3",3,NULL,0,NULL,0}, + {"掽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xbd",3,NULL,0,NULL,0}, + {"壹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xb9",3,NULL,0,NULL,0}, + {"䱩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xa9",3,NULL,0,NULL,0}, + {"浸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xb8",3,NULL,0,NULL,0}, + {"质",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xa8",3,NULL,0,NULL,0}, + {"븦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xa6",3,NULL,0,NULL,0}, + {"谼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xbc",3,NULL,0,NULL,0}, + {"喰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xb0",3,NULL,0,NULL,0}, + {"炉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x8a",3,NULL,0,NULL,0}, + {"쿧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xa7",3,NULL,0,NULL,0}, + {"땕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x95",3,NULL,0,NULL,0}, + {"蠪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xaa",3,NULL,0,NULL,0}, + {"鹷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xb7",3,NULL,0,NULL,0}, + {"㥊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x8a",3,NULL,0,NULL,0}, + {"쀣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xa3",3,NULL,0,NULL,0}, + {"⮕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x95",3,NULL,0,NULL,0}, + {"㡝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x9d",3,NULL,0,NULL,0}, + {"㮱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xb1",3,NULL,0,NULL,0}, + {"箌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x8c",3,NULL,0,NULL,0}, + {"벵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xb5",3,NULL,0,NULL,0}, + {"犱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xb1",3,NULL,0,NULL,0}, + {"倦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xa6",3,NULL,0,NULL,0}, + {"쓴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xb4",3,NULL,0,NULL,0}, + {"꧍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x8d",3,NULL,0,NULL,0}, + {"멂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xae",3,NULL,0,NULL,0}, + {"蝳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xb3",3,NULL,0,NULL,0}, + {"咰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xb0",3,NULL,0,NULL,0}, + {"랱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xb1",3,NULL,0,NULL,0}, + {"࿯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xaf",3,NULL,0,NULL,0}, + {"鷁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x81",3,NULL,0,NULL,0}, + {"⸑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x91",3,NULL,0,NULL,0}, + {"鯗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x97",3,NULL,0,NULL,0}, + {"ᯬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xac",3,NULL,0,NULL,0}, + {"颡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xa1",3,NULL,0,NULL,0}, + {"蚅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x85",3,NULL,0,NULL,0}, + {"䆰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xb0",3,NULL,0,NULL,0}, + {"ඝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x9d",3,NULL,0,NULL,0}, + {"쐂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x82",3,NULL,0,NULL,0}, + {"㨓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x93",3,NULL,0,NULL,0}, + {"껫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xab",3,NULL,0,NULL,0}, + {"嗆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x86",3,NULL,0,NULL,0}, + {"ᗊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x8a",3,NULL,0,NULL,0}, + {"꯶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x9a",3,NULL,0,NULL,0}, + {"⯕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x95",3,NULL,0,NULL,0}, + {"嘄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x84",3,NULL,0,NULL,0}, + {"綜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x9c",3,NULL,0,NULL,0}, + {"Ṭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xac",3,NULL,0,NULL,0}, + {"㘰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xb0",3,NULL,0,NULL,0}, + {"톰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xb0",3,NULL,0,NULL,0}, + {"㴆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x86",3,NULL,0,NULL,0}, + {"懛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x9b",3,NULL,0,NULL,0}, + {"멣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xa3",3,NULL,0,NULL,0}, + {"미",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xb8",3,NULL,0,NULL,0}, + {"떴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xb4",3,NULL,0,NULL,0}, + {"⨤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xa4",3,NULL,0,NULL,0}, + {"麸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xb8",3,NULL,0,NULL,0}, + {"^",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"^",1,NULL,0,NULL,0}, + {"㹶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xb6",3,NULL,0,NULL,0}, + {"펶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xb6",3,NULL,0,NULL,0}, + {"&",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"&",1,NULL,0,NULL,0}, + {"祂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x82",3,NULL,0,NULL,0}, + {"ꉴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xb4",3,NULL,0,NULL,0}, + {"鰘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x98",3,NULL,0,NULL,0}, + {"㠶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xb6",3,NULL,0,NULL,0}, + {"潉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x89",3,NULL,0,NULL,0}, + {"벁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xa5",3,NULL,0,NULL,0}, + {"䷹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xb9",3,NULL,0,NULL,0}, + {"諫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xab",3,NULL,0,NULL,0}, + {"᫝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x9d",3,NULL,0,NULL,0}, + {"獹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xb9",3,NULL,0,NULL,0}, + {"㴠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xa0",3,NULL,0,NULL,0}, + {"߇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x87",2,NULL,0,NULL,0}, + {"椊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x8a",3,NULL,0,NULL,0}, + {"鎰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xb0",3,NULL,0,NULL,0}, + {"湙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x99",3,NULL,0,NULL,0}, + {"᫥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xa5",3,NULL,0,NULL,0}, + {"㣖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x96",3,NULL,0,NULL,0}, + {"紕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x95",3,NULL,0,NULL,0}, + {"ꍇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x87",3,NULL,0,NULL,0}, + {"讷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xb7",3,NULL,0,NULL,0}, + {"㶍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x8d",3,NULL,0,NULL,0}, + {"롹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xb9",3,NULL,0,NULL,0}, + {"勫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xab",3,NULL,0,NULL,0}, + {"켰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x8d",3,NULL,0,NULL,0}, + {"괲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x83",3,NULL,0,NULL,0}, + {"見",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x8b",3,NULL,0,NULL,0}, + {"呄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x84",3,NULL,0,NULL,0}, + {"灟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x9f",3,NULL,0,NULL,0}, + {"팯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xaf",3,NULL,0,NULL,0}, + {"繢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xa2",3,NULL,0,NULL,0}, + {"哪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x95",3,NULL,0,NULL,0}, + {"擡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xa1",3,NULL,0,NULL,0}, + {"Ო",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xbf",3,NULL,0,NULL,0}, + {"푖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x96",3,NULL,0,NULL,0}, + {"鏦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xba",3,NULL,0,NULL,0}, + {"폻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xbb",3,NULL,0,NULL,0}, + {"膹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xb9",3,NULL,0,NULL,0}, + {"ﲠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xa0",3,NULL,0,NULL,0}, + {"譽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xbd",3,NULL,0,NULL,0}, + {"匁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x84",3,NULL,0,NULL,0}, + {"ꛀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xb6",3,NULL,0,NULL,0}, + {"쒰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xb0",3,NULL,0,NULL,0}, + {"㲀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x80",3,NULL,0,NULL,0}, + {"맒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x92",3,NULL,0,NULL,0}, + {"ꜗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xa0",3,NULL,0,NULL,0}, + {"줙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x99",3,NULL,0,NULL,0}, + {"ㆯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xaf",3,NULL,0,NULL,0}, + {"촟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x9f",3,NULL,0,NULL,0}, + {"拋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x8b",3,NULL,0,NULL,0}, + {"㻉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x89",3,NULL,0,NULL,0}, + {"㷔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x8f",3,NULL,0,NULL,0}, + {"叱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xb1",3,NULL,0,NULL,0}, + {"냅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x85",3,NULL,0,NULL,0}, + {"ꗐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x90",3,NULL,0,NULL,0}, + {"൏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x8f",3,NULL,0,NULL,0}, + {"㽮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xae",3,NULL,0,NULL,0}, + {"결",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xb7",3,NULL,0,NULL,0}, + {"ᛪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xaa",3,NULL,0,NULL,0}, + {"呣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xa3",3,NULL,0,NULL,0}, + {"ਪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xaa",3,NULL,0,NULL,0}, + {"鮰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xb0",3,NULL,0,NULL,0}, + {"뉂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x82",3,NULL,0,NULL,0}, + {"찇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x89",3,NULL,0,NULL,0}, + {"ᑻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x8e",3,NULL,0,NULL,0}, + {"錴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xb4",3,NULL,0,NULL,0}, + {"ᣋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x8b",3,NULL,0,NULL,0}, + {"娳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xb3",3,NULL,0,NULL,0}, + {"兆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x86",3,NULL,0,NULL,0}, + {"ḋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x8b",3,NULL,0,NULL,0}, + {"罭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xad",3,NULL,0,NULL,0}, + {"똂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xaa",3,NULL,0,NULL,0}, + {"逸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xa5",3,NULL,0,NULL,0}, + {"緅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x85",3,NULL,0,NULL,0}, + {"ᴛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x9b",3,NULL,0,NULL,0}, + {"ꖶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xb6",3,NULL,0,NULL,0}, + {"㸫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xab",3,NULL,0,NULL,0}, + {"돋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x8b",3,NULL,0,NULL,0}, + {"ꌋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x8b",3,NULL,0,NULL,0}, + {"ŗ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x97",2,NULL,0,NULL,0}, + {"㬠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xa0",3,NULL,0,NULL,0}, + {"뀩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xa9",3,NULL,0,NULL,0}, + {"蘿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x90",3,NULL,0,NULL,0}, + {"|",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x9c",3,NULL,0,NULL,0}, + {"䡼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x9c",3,NULL,0,NULL,0}, + {"Ἔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x9c",3,NULL,0,NULL,0}, + {"઱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xb1",3,NULL,0,NULL,0}, + {"䐱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xb1",3,NULL,0,NULL,0}, + {"쯆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x86",3,NULL,0,NULL,0}, + {"삠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x88",3,NULL,0,NULL,0}, + {"鎋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x8b",3,NULL,0,NULL,0}, + {"珄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xad",3,NULL,0,NULL,0}, + {"ᤌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x8c",3,NULL,0,NULL,0}, + {"凅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x85",3,NULL,0,NULL,0}, + {"䃅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x85",3,NULL,0,NULL,0}, + {"춄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x84",3,NULL,0,NULL,0}, + {"䥒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x92",3,NULL,0,NULL,0}, + {"艠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x9b",3,NULL,0,NULL,0}, + {"隆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x86",3,NULL,0,NULL,0}, + {"㿕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x95",3,NULL,0,NULL,0}, + {"ࢲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xbf",3,NULL,0,NULL,0}, + {"胿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xbf",3,NULL,0,NULL,0}, + {"ᦑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x91",3,NULL,0,NULL,0}, + {"⑱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xb1",3,NULL,0,NULL,0}, + {"됉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x89",3,NULL,0,NULL,0}, + {"辶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xa6",3,NULL,0,NULL,0}, + {"ो",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x8b",3,NULL,0,NULL,0}, + {"蒟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x9f",3,NULL,0,NULL,0}, + {"尋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x8b",3,NULL,0,NULL,0}, + {"鋃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x83",3,NULL,0,NULL,0}, + {"꿯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xaf",3,NULL,0,NULL,0}, + {"ﹲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xb2",3,NULL,0,NULL,0}, + {"葉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xae",3,NULL,0,NULL,0}, + {"瞦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xa6",3,NULL,0,NULL,0}, + {"䫤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xa4",3,NULL,0,NULL,0}, + {"膔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x94",3,NULL,0,NULL,0}, + {"ㅸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xb8",3,NULL,0,NULL,0}, + {"펇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x87",3,NULL,0,NULL,0}, + {"守",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x88",3,NULL,0,NULL,0}, + {"㊄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x84",3,NULL,0,NULL,0}, + {"夢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xa2",3,NULL,0,NULL,0}, + {"幮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xae",3,NULL,0,NULL,0}, + {"孇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x87",3,NULL,0,NULL,0}, + {"窵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xb3",3,NULL,0,NULL,0}, + {"灬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xac",3,NULL,0,NULL,0}, + {"䟵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xb5",3,NULL,0,NULL,0}, + {"댣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xa3",3,NULL,0,NULL,0}, + {"ẫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xab",3,NULL,0,NULL,0}, + {"ࠔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x94",3,NULL,0,NULL,0}, + {"䑲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xb2",3,NULL,0,NULL,0}, + {"쁱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xb1",3,NULL,0,NULL,0}, + {"グ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb0",3,NULL,0,NULL,0}, + {"婙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x99",3,NULL,0,NULL,0}, + {"㧊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xaf",3,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x85",3,NULL,0,NULL,0}, + {"긒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x92",3,NULL,0,NULL,0}, + {"䓷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xb7",3,NULL,0,NULL,0}, + {"̐",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x90",2,NULL,0,NULL,0}, + {"㝗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x97",3,NULL,0,NULL,0}, + {"उ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x89",3,NULL,0,NULL,0}, + {"⽔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x94",3,NULL,0,NULL,0}, + {"埤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x82",3,NULL,0,NULL,0}, + {"疛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x9b",3,NULL,0,NULL,0}, + {"腞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x9e",3,NULL,0,NULL,0}, + {"᧚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x9a",3,NULL,0,NULL,0}, + {"ᘴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xb4",3,NULL,0,NULL,0}, + {"죊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x8a",3,NULL,0,NULL,0}, + {"넱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xb1",3,NULL,0,NULL,0}, + {"客",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xa2",3,NULL,0,NULL,0}, + {"磸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xb8",3,NULL,0,NULL,0}, + {"ڽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xbd",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x93",3,NULL,0,NULL,0}, + {"휕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x95",3,NULL,0,NULL,0}, + {"ℍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x8d",3,NULL,0,NULL,0}, + {"怭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xad",3,NULL,0,NULL,0}, + {"䙁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x86",3,NULL,0,NULL,0}, + {"虜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x9c",3,NULL,0,NULL,0}, + {"郟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x9f",3,NULL,0,NULL,0}, + {"震",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xad",3,NULL,0,NULL,0}, + {"嬂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x82",3,NULL,0,NULL,0}, + {"筎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x8e",3,NULL,0,NULL,0}, + {"캸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xb8",3,NULL,0,NULL,0}, + {"ꠞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x9e",3,NULL,0,NULL,0}, + {"퉎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x8e",3,NULL,0,NULL,0}, + {"Ή",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x8b",3,NULL,0,NULL,0}, + {"崝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x9d",3,NULL,0,NULL,0}, + {"死",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xbb",3,NULL,0,NULL,0}, + {"姨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xa8",3,NULL,0,NULL,0}, + {"ᣬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xac",3,NULL,0,NULL,0}, + {"欤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x86",3,NULL,0,NULL,0}, + {"ꅅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x85",3,NULL,0,NULL,0}, + {"錋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x8b",3,NULL,0,NULL,0}, + {"檗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x97",3,NULL,0,NULL,0}, + {"䕨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xaa",3,NULL,0,NULL,0}, + {"멚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x9a",3,NULL,0,NULL,0}, + {"⋿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xbf",3,NULL,0,NULL,0}, + {"ذ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xb0",2,NULL,0,NULL,0}, + {"㚺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xba",3,NULL,0,NULL,0}, + {"樿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xbf",3,NULL,0,NULL,0}, + {"ደ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x86",3,NULL,0,NULL,0}, + {"۪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xaa",2,NULL,0,NULL,0}, + {"ᓦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa6",3,NULL,0,NULL,0}, + {"顂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x82",3,NULL,0,NULL,0}, + {"쥑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x91",3,NULL,0,NULL,0}, + {"剐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x90",3,NULL,0,NULL,0}, + {"굌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x8c",3,NULL,0,NULL,0}, + {"砾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x8f",3,NULL,0,NULL,0}, + {"䜭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xad",3,NULL,0,NULL,0}, + {"Є",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x84",2,NULL,0,NULL,0}, + {"⛔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x94",3,NULL,0,NULL,0}, + {"鴥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xa5",3,NULL,0,NULL,0}, + {"⁅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x85",3,NULL,0,NULL,0}, + {"㦝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x96",3,NULL,0,NULL,0}, + {"Ʋ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xb2",2,NULL,0,NULL,0}, + {"妳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xb3",3,NULL,0,NULL,0}, + {"ֿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xbf",2,NULL,0,NULL,0}, + {"⫑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x91",3,NULL,0,NULL,0}, + {"궆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x86",3,NULL,0,NULL,0}, + {"骁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x81",3,NULL,0,NULL,0}, + {"큑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x91",3,NULL,0,NULL,0}, + {"䑒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x92",3,NULL,0,NULL,0}, + {"坄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x84",3,NULL,0,NULL,0}, + {"長",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x8f",3,NULL,0,NULL,0}, + {"敿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xbf",3,NULL,0,NULL,0}, + {"鲐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x90",3,NULL,0,NULL,0}, + {"既",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x96",3,NULL,0,NULL,0}, + {"໥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xa5",3,NULL,0,NULL,0}, + {"糅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x85",3,NULL,0,NULL,0}, + {"ꈎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xb1",3,NULL,0,NULL,0}, + {"钳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xb3",3,NULL,0,NULL,0}, + {"쪆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x86",3,NULL,0,NULL,0}, + {"萴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xb4",3,NULL,0,NULL,0}, + {"ⓞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x9e",3,NULL,0,NULL,0}, + {"蔷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xb7",3,NULL,0,NULL,0}, + {"❖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x96",3,NULL,0,NULL,0}, + {"⸻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x97",3,NULL,0,NULL,0}, + {"痭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xad",3,NULL,0,NULL,0}, + {"ꥥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xa5",3,NULL,0,NULL,0}, + {"⺄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x84",3,NULL,0,NULL,0}, + {"숲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xb2",3,NULL,0,NULL,0}, + {"Ӯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xae",2,NULL,0,NULL,0}, + {"ᗦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xa6",3,NULL,0,NULL,0}, + {"⠞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x9e",3,NULL,0,NULL,0}, + {"㤺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xba",3,NULL,0,NULL,0}, + {"ꨜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x9c",3,NULL,0,NULL,0}, + {"荇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x96",3,NULL,0,NULL,0}, + {"坌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x8c",3,NULL,0,NULL,0}, + {"ᨩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xa9",3,NULL,0,NULL,0}, + {"鑹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xb9",3,NULL,0,NULL,0}, + {"賂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x82",3,NULL,0,NULL,0}, + {"拌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x8c",3,NULL,0,NULL,0}, + {"ṍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x8d",3,NULL,0,NULL,0}, + {"┘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x98",3,NULL,0,NULL,0}, + {"捝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x9d",3,NULL,0,NULL,0}, + {"픦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xa6",3,NULL,0,NULL,0}, + {"፵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xb5",3,NULL,0,NULL,0}, + {"軔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x94",3,NULL,0,NULL,0}, + {"䦘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x98",3,NULL,0,NULL,0}, + {"▴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xb4",3,NULL,0,NULL,0}, + {"礧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xa7",3,NULL,0,NULL,0}, + {"윿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xbf",3,NULL,0,NULL,0}, + {"踻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xbb",3,NULL,0,NULL,0}, + {"풌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xb8",3,NULL,0,NULL,0}, + {"䯀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x80",3,NULL,0,NULL,0}, + {"䙧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xa7",3,NULL,0,NULL,0}, + {"烸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xb8",3,NULL,0,NULL,0}, + {"㊃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x83",3,NULL,0,NULL,0}, + {"ⷎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x8e",3,NULL,0,NULL,0}, + {"蚲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xb2",3,NULL,0,NULL,0}, + {"؃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x83",2,NULL,0,NULL,0}, + {"ꦫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xab",3,NULL,0,NULL,0}, + {"ྣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xa3",3,NULL,0,NULL,0}, + {"櫋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x8b",3,NULL,0,NULL,0}, + {"걈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x88",3,NULL,0,NULL,0}, + {"䄛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xbc",3,NULL,0,NULL,0}, + {"Ⱕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xa5",3,NULL,0,NULL,0}, + {"ဦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xa6",3,NULL,0,NULL,0}, + {"洉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x89",3,NULL,0,NULL,0}, + {"譧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xa7",3,NULL,0,NULL,0}, + {"踑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x91",3,NULL,0,NULL,0}, + {"ꊝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x9d",3,NULL,0,NULL,0}, + {"⨢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xa2",3,NULL,0,NULL,0}, + {"髭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xad",3,NULL,0,NULL,0}, + {"ౙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x99",3,NULL,0,NULL,0}, + {"윥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xa5",3,NULL,0,NULL,0}, + {"噚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x9a",3,NULL,0,NULL,0}, + {"ས",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xa6",3,NULL,0,NULL,0}, + {"胗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x97",3,NULL,0,NULL,0}, + {"으",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xbc",3,NULL,0,NULL,0}, + {"풍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x8d",3,NULL,0,NULL,0}, + {"켙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x99",3,NULL,0,NULL,0}, + {"༥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xa5",3,NULL,0,NULL,0}, + {"龝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x9d",3,NULL,0,NULL,0}, + {"➞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x9e",3,NULL,0,NULL,0}, + {"㈄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x89",3,NULL,0,NULL,0}, + {"ื",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xb7",3,NULL,0,NULL,0}, + {"䟈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x88",3,NULL,0,NULL,0}, + {"봉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x89",3,NULL,0,NULL,0}, + {"搡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xa1",3,NULL,0,NULL,0}, + {"࿥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xa5",3,NULL,0,NULL,0}, + {"ⳗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x97",3,NULL,0,NULL,0}, + {"㵑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x91",3,NULL,0,NULL,0}, + {"棍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x8d",3,NULL,0,NULL,0}, + {"ꋓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xbc",3,NULL,0,NULL,0}, + {"楈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x88",3,NULL,0,NULL,0}, + {"蜓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x93",3,NULL,0,NULL,0}, + {"䴁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x81",3,NULL,0,NULL,0}, + {"촾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xbe",3,NULL,0,NULL,0}, + {"곝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x9d",3,NULL,0,NULL,0}, + {"㡌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x8c",3,NULL,0,NULL,0}, + {"଎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xbe",3,NULL,0,NULL,0}, + {"逌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x8c",3,NULL,0,NULL,0}, + {"མ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x98",3,NULL,0,NULL,0}, + {"㟙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x99",3,NULL,0,NULL,0}, + {"ᅋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x8b",3,NULL,0,NULL,0}, + {"弯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xaf",3,NULL,0,NULL,0}, + {"잻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xbb",3,NULL,0,NULL,0}, + {"௰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xb0",3,NULL,0,NULL,0}, + {"訛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x9b",3,NULL,0,NULL,0}, + {"Ɥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x8d",3,NULL,0,NULL,0}, + {"⬮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xae",3,NULL,0,NULL,0}, + {"쑲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x9d",3,NULL,0,NULL,0}, + {"탊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x8a",3,NULL,0,NULL,0}, + {"搻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xac",3,NULL,0,NULL,0}, + {"᳦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xa6",3,NULL,0,NULL,0}, + {"棛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x9b",3,NULL,0,NULL,0}, + {"誌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xb3",3,NULL,0,NULL,0}, + {"鳭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xad",3,NULL,0,NULL,0}, + {"䫪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xaa",3,NULL,0,NULL,0}, + {"턩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x8b",3,NULL,0,NULL,0}, + {"扌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x8c",3,NULL,0,NULL,0}, + {"ᰥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xa5",3,NULL,0,NULL,0}, + {"骱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xa2",3,NULL,0,NULL,0}, + {"戋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x8b",3,NULL,0,NULL,0}, + {"䯴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x83",3,NULL,0,NULL,0}, + {"溷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xb7",3,NULL,0,NULL,0}, + {"塦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xa6",3,NULL,0,NULL,0}, + {"揭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xad",3,NULL,0,NULL,0}, + {"㦛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x9b",3,NULL,0,NULL,0}, + {"ꇧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xa7",3,NULL,0,NULL,0}, + {"㓷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xb7",3,NULL,0,NULL,0}, + {"熞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x9e",3,NULL,0,NULL,0}, + {"ᳮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xae",3,NULL,0,NULL,0}, + {"㔢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xa2",3,NULL,0,NULL,0}, + {"筼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xbc",3,NULL,0,NULL,0}, + {"詊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x95",3,NULL,0,NULL,0}, + {"킌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x8c",3,NULL,0,NULL,0}, + {"튨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xa8",3,NULL,0,NULL,0}, + {"려",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xa4",3,NULL,0,NULL,0}, + {"鳶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xb6",3,NULL,0,NULL,0}, + {"䭲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x8e",3,NULL,0,NULL,0}, + {"黂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x8a",3,NULL,0,NULL,0}, + {"䨜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x9c",3,NULL,0,NULL,0}, + {"뭝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x9d",3,NULL,0,NULL,0}, + {"㨺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xba",3,NULL,0,NULL,0}, + {"깘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x98",3,NULL,0,NULL,0}, + {"䈓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x93",3,NULL,0,NULL,0}, + {"꺡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xa1",3,NULL,0,NULL,0}, + {"䆼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xbc",3,NULL,0,NULL,0}, + {"㟰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xb0",3,NULL,0,NULL,0}, + {"ꔺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xba",3,NULL,0,NULL,0}, + {"浰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xa3",3,NULL,0,NULL,0}, + {"徼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xbc",3,NULL,0,NULL,0}, + {"鯦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xa6",3,NULL,0,NULL,0}, + {"륢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xa2",3,NULL,0,NULL,0}, + {"昆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x86",3,NULL,0,NULL,0}, + {"篾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xbe",3,NULL,0,NULL,0}, + {"鹽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xbd",3,NULL,0,NULL,0}, + {"喨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xa8",3,NULL,0,NULL,0}, + {"텪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xaa",3,NULL,0,NULL,0}, + {"紵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xb5",3,NULL,0,NULL,0}, + {"틞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x9e",3,NULL,0,NULL,0}, + {"俿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xbf",3,NULL,0,NULL,0}, + {"㾼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xbc",3,NULL,0,NULL,0}, + {"麴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xaf",3,NULL,0,NULL,0}, + {"벷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xb7",3,NULL,0,NULL,0}, + {"呔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x94",3,NULL,0,NULL,0}, + {"柣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xa3",3,NULL,0,NULL,0}, + {"㸙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x99",3,NULL,0,NULL,0}, + {"篱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xb1",3,NULL,0,NULL,0}, + {"灁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x81",3,NULL,0,NULL,0}, + {"㭏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xb3",3,NULL,0,NULL,0}, + {"齉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x89",3,NULL,0,NULL,0}, + {"栤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xa4",3,NULL,0,NULL,0}, + {"䧉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x89",3,NULL,0,NULL,0}, + {"똧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xa7",3,NULL,0,NULL,0}, + {"梃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x83",3,NULL,0,NULL,0}, + {"・",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa5",3,NULL,0,NULL,0}, + {"ㄪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xaa",3,NULL,0,NULL,0}, + {"㞇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x87",3,NULL,0,NULL,0}, + {"潮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xae",3,NULL,0,NULL,0}, + {"ﶓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x93",3,NULL,0,NULL,0}, + {"珳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xb3",3,NULL,0,NULL,0}, + {"謾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xbe",3,NULL,0,NULL,0}, + {"룄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xae",3,NULL,0,NULL,0}, + {"욺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xba",3,NULL,0,NULL,0}, + {"区",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x80",3,NULL,0,NULL,0}, + {"瓲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xb2",3,NULL,0,NULL,0}, + {"놩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xa9",3,NULL,0,NULL,0}, + {"璗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x9d",3,NULL,0,NULL,0}, + {"ᜓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x93",3,NULL,0,NULL,0}, + {"쓟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x9f",3,NULL,0,NULL,0}, + {"偀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x80",3,NULL,0,NULL,0}, + {"봾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xbe",3,NULL,0,NULL,0}, + {"口",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xa3",3,NULL,0,NULL,0}, + {"伷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x8c",3,NULL,0,NULL,0}, + {"줃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x83",3,NULL,0,NULL,0}, + {"惪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xaa",3,NULL,0,NULL,0}, + {"뎯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xaf",3,NULL,0,NULL,0}, + {"睏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x8f",3,NULL,0,NULL,0}, + {"澄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x93",3,NULL,0,NULL,0}, + {"߅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x85",2,NULL,0,NULL,0}, + {"飴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xb4",3,NULL,0,NULL,0}, + {"绅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x85",3,NULL,0,NULL,0}, + {"舑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x91",3,NULL,0,NULL,0}, + {"뗒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x92",3,NULL,0,NULL,0}, + {"踢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xa2",3,NULL,0,NULL,0}, + {"뢃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x83",3,NULL,0,NULL,0}, + {"뒃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x83",3,NULL,0,NULL,0}, + {"⼖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x96",3,NULL,0,NULL,0}, + {"ᶳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xb3",3,NULL,0,NULL,0}, + {"䜉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x89",3,NULL,0,NULL,0}, + {"ﬡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xb1",3,NULL,0,NULL,0}, + {"扰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xbf",3,NULL,0,NULL,0}, + {"঄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x84",3,NULL,0,NULL,0}, + {"ᵁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x81",3,NULL,0,NULL,0}, + {"耳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x84",3,NULL,0,NULL,0}, + {"ෆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x86",3,NULL,0,NULL,0}, + {"哚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x9a",3,NULL,0,NULL,0}, + {"힍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x8d",3,NULL,0,NULL,0}, + {"ꕺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xba",3,NULL,0,NULL,0}, + {"詂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x82",3,NULL,0,NULL,0}, + {"ↅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x85",3,NULL,0,NULL,0}, + {"젡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xa1",3,NULL,0,NULL,0}, + {"낊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x8a",3,NULL,0,NULL,0}, + {"臓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x93",3,NULL,0,NULL,0}, + {"ᓲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb2",3,NULL,0,NULL,0}, + {"닍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x8d",3,NULL,0,NULL,0}, + {"쌜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x9c",3,NULL,0,NULL,0}, + {"è",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa8",2,NULL,0,NULL,0}, + {"鞀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x80",3,NULL,0,NULL,0}, + {"᡺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xba",3,NULL,0,NULL,0}, + {"嵊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x8a",3,NULL,0,NULL,0}, + {"佐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x90",3,NULL,0,NULL,0}, + {"瀗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x97",3,NULL,0,NULL,0}, + {"⋃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x83",3,NULL,0,NULL,0}, + {"튊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x8a",3,NULL,0,NULL,0}, + {"滤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xa4",3,NULL,0,NULL,0}, + {"鋮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xae",3,NULL,0,NULL,0}, + {"ᣃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xb3",3,NULL,0,NULL,0}, + {"ꫡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xa1",3,NULL,0,NULL,0}, + {"䂁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x81",3,NULL,0,NULL,0}, + {"᤾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xbe",3,NULL,0,NULL,0}, + {"›",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xba",3,NULL,0,NULL,0}, + {"⵲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xb2",3,NULL,0,NULL,0}, + {"퟇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x90",3,NULL,0,NULL,0}, + {"㆝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x9d",3,NULL,0,NULL,0}, + {"뛵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xb5",3,NULL,0,NULL,0}, + {"ﭸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xb8",3,NULL,0,NULL,0}, + {"属",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x88",3,NULL,0,NULL,0}, + {"ꁲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xb2",3,NULL,0,NULL,0}, + {"僧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xb1",3,NULL,0,NULL,0}, + {"䀏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x8f",3,NULL,0,NULL,0}, + {"槀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x80",3,NULL,0,NULL,0}, + {"롓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x93",3,NULL,0,NULL,0}, + {"Ć",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x86",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x8d",3,NULL,0,NULL,0}, + {"딈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x88",3,NULL,0,NULL,0}, + {"̼",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xbc",2,NULL,0,NULL,0}, + {"㷄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x84",3,NULL,0,NULL,0}, + {"ꙝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xad",3,NULL,0,NULL,0}, + {"辅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x85",3,NULL,0,NULL,0}, + {"ť",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa5",2,NULL,0,NULL,0}, + {"Ẁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x80",3,NULL,0,NULL,0}, + {"釢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xa2",3,NULL,0,NULL,0}, + {"눦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xa6",3,NULL,0,NULL,0}, + {"㴷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xb7",3,NULL,0,NULL,0}, + {"菑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x91",3,NULL,0,NULL,0}, + {"ᒉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x89",3,NULL,0,NULL,0}, + {"6",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x96",3,NULL,0,NULL,0}, + {"冊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x8a",3,NULL,0,NULL,0}, + {"ᣑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x91",3,NULL,0,NULL,0}, + {"罿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xbf",3,NULL,0,NULL,0}, + {"䐕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x95",3,NULL,0,NULL,0}, + {"乕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x95",3,NULL,0,NULL,0}, + {"瑋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x86",3,NULL,0,NULL,0}, + {"蓚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xa2",3,NULL,0,NULL,0}, + {"艄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x84",3,NULL,0,NULL,0}, + {"ᾞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x9e",3,NULL,0,NULL,0}, + {"ࡡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xa1",3,NULL,0,NULL,0}, + {"䒐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x90",3,NULL,0,NULL,0}, + {"ꨃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x83",3,NULL,0,NULL,0}, + {"螹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xb9",3,NULL,0,NULL,0}, + {"୨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xa8",3,NULL,0,NULL,0}, + {"ꐛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x9b",3,NULL,0,NULL,0}, + {"⇡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x89",3,NULL,0,NULL,0}, + {"⿷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xb7",3,NULL,0,NULL,0}, + {"춼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xbc",3,NULL,0,NULL,0}, + {"砹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xb0",3,NULL,0,NULL,0}, + {"뜶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xb6",3,NULL,0,NULL,0}, + {"진",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x84",3,NULL,0,NULL,0}, + {"窱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xac",3,NULL,0,NULL,0}, + {"㏶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xb6",3,NULL,0,NULL,0}, + {"τ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x84",2,NULL,0,NULL,0}, + {"荲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xb2",3,NULL,0,NULL,0}, + {"六",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x91",3,NULL,0,NULL,0}, + {"㾈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x88",3,NULL,0,NULL,0}, + {"㒏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x8f",3,NULL,0,NULL,0}, + {"工",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xa5",3,NULL,0,NULL,0}, + {"쫐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x90",3,NULL,0,NULL,0}, + {"뎄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xb2",3,NULL,0,NULL,0}, + {"焳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xb3",3,NULL,0,NULL,0}, + {"ᫎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x8e",3,NULL,0,NULL,0}, + {"䐣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xa3",3,NULL,0,NULL,0}, + {"ἔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x94",3,NULL,0,NULL,0}, + {"삜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x9c",3,NULL,0,NULL,0}, + {"ヽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xbd",3,NULL,0,NULL,0}, + {"苒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x92",3,NULL,0,NULL,0}, + {"珌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x8c",3,NULL,0,NULL,0}, + {"ﻕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x95",3,NULL,0,NULL,0}, + {"굳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xb3",3,NULL,0,NULL,0}, + {"䠕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x95",3,NULL,0,NULL,0}, + {"畵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xb5",3,NULL,0,NULL,0}, + {"㊼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xbc",3,NULL,0,NULL,0}, + {"긢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xa2",3,NULL,0,NULL,0}, + {"䥠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xa0",3,NULL,0,NULL,0}, + {"ﯠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xa0",3,NULL,0,NULL,0}, + {"嶢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xa2",3,NULL,0,NULL,0}, + {"ꆂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x82",3,NULL,0,NULL,0}, + {"햚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x9a",3,NULL,0,NULL,0}, + {"∂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x82",3,NULL,0,NULL,0}, + {"櫌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x8c",3,NULL,0,NULL,0}, + {"쇸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xb8",3,NULL,0,NULL,0}, + {"偩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xa9",3,NULL,0,NULL,0}, + {"梁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x8e",3,NULL,0,NULL,0}, + {"酪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x99",3,NULL,0,NULL,0}, + {"왜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x9c",3,NULL,0,NULL,0}, + {"덲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xb4",3,NULL,0,NULL,0}, + {"꼀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x80",3,NULL,0,NULL,0}, + {"夒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x92",3,NULL,0,NULL,0}, + {"쮨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xa8",3,NULL,0,NULL,0}, + {"䌀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x80",3,NULL,0,NULL,0}, + {"樬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xab",3,NULL,0,NULL,0}, + {"窯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xaf",3,NULL,0,NULL,0}, + {"☾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xbe",3,NULL,0,NULL,0}, + {"䠇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x87",3,NULL,0,NULL,0}, + {"霮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xae",3,NULL,0,NULL,0}, + {"᠚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x9a",3,NULL,0,NULL,0}, + {"婋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xbe",3,NULL,0,NULL,0}, + {"톦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xa6",3,NULL,0,NULL,0}, + {"鄈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xb7",3,NULL,0,NULL,0}, + {"⒝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x92",3,NULL,0,NULL,0}, + {"⊘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x98",3,NULL,0,NULL,0}, + {"噲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xb2",3,NULL,0,NULL,0}, + {"雷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xb7",3,NULL,0,NULL,0}, + {"﫰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xb0",3,NULL,0,NULL,0}, + {"㌎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x8e",3,NULL,0,NULL,0}, + {"ꄑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x91",3,NULL,0,NULL,0}, + {"᎗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x8e",3,NULL,0,NULL,0}, + {"֛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x9b",2,NULL,0,NULL,0}, + {"䶃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x83",3,NULL,0,NULL,0}, + {"쿀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x80",3,NULL,0,NULL,0}, + {"㜀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x80",3,NULL,0,NULL,0}, + {"磨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xa8",3,NULL,0,NULL,0}, + {"셟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x9f",3,NULL,0,NULL,0}, + {"⼽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xbd",3,NULL,0,NULL,0}, + {"╩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xa9",3,NULL,0,NULL,0}, + {"泑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x91",3,NULL,0,NULL,0}, + {"መ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x98",3,NULL,0,NULL,0}, + {"碕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x95",3,NULL,0,NULL,0}, + {"椝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x9d",3,NULL,0,NULL,0}, + {"䙋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x8b",3,NULL,0,NULL,0}, + {"쬡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xa1",3,NULL,0,NULL,0}, + {"霕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x8e",3,NULL,0,NULL,0}, + {"ѹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xb9",2,NULL,0,NULL,0}, + {"➃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x83",3,NULL,0,NULL,0}, + {"ޮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xae",2,NULL,0,NULL,0}, + {"쿔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x94",3,NULL,0,NULL,0}, + {"Ӄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x83",2,NULL,0,NULL,0}, + {"蜋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x8b",3,NULL,0,NULL,0}, + {"ܕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x95",2,NULL,0,NULL,0}, + {"⊆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x86",3,NULL,0,NULL,0}, + {"ꕠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xa0",3,NULL,0,NULL,0}, + {"摖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x96",3,NULL,0,NULL,0}, + {"쀌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x8c",3,NULL,0,NULL,0}, + {"灥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xa5",3,NULL,0,NULL,0}, + {"囹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xb2",3,NULL,0,NULL,0}, + {"쵷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xb7",3,NULL,0,NULL,0}, + {"㌳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xb3",3,NULL,0,NULL,0}, + {"ꍿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xbf",3,NULL,0,NULL,0}, + {"⤪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xaa",3,NULL,0,NULL,0}, + {"ᝄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x84",3,NULL,0,NULL,0}, + {"ᯑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x91",3,NULL,0,NULL,0}, + {"墡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xa1",3,NULL,0,NULL,0}, + {"⣏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x8f",3,NULL,0,NULL,0}, + {"샪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xaa",3,NULL,0,NULL,0}, + {"锂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x82",3,NULL,0,NULL,0}, + {"颸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xb8",3,NULL,0,NULL,0}, + {"ꯄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x84",3,NULL,0,NULL,0}, + {"첇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x87",3,NULL,0,NULL,0}, + {"괝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x9d",3,NULL,0,NULL,0}, + {"䎺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xba",3,NULL,0,NULL,0}, + {"ꡍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x8d",3,NULL,0,NULL,0}, + {"篯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xaf",3,NULL,0,NULL,0}, + {"Ј",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x88",2,NULL,0,NULL,0}, + {"⮸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x85",3,NULL,0,NULL,0}, + {"๦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xa6",3,NULL,0,NULL,0}, + {"ႇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x87",3,NULL,0,NULL,0}, + {"풘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x98",3,NULL,0,NULL,0}, + {"ᙟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x9f",3,NULL,0,NULL,0}, + {"㑋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x9d",3,NULL,0,NULL,0}, + {"뾛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x9b",3,NULL,0,NULL,0}, + {"犢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x9d",3,NULL,0,NULL,0}, + {"㩧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xa1",3,NULL,0,NULL,0}, + {"顺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xba",3,NULL,0,NULL,0}, + {"挷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xb7",3,NULL,0,NULL,0}, + {"㠩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xa9",3,NULL,0,NULL,0}, + {"ꨴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x83",3,NULL,0,NULL,0}, + {"揦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xa6",3,NULL,0,NULL,0}, + {"᭨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xa8",3,NULL,0,NULL,0}, + {"᭏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x8f",3,NULL,0,NULL,0}, + {"뭣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xa3",3,NULL,0,NULL,0}, + {"嗕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x95",3,NULL,0,NULL,0}, + {"㮌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x8c",3,NULL,0,NULL,0}, + {"Ⓔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xba",3,NULL,0,NULL,0}, + {"嘡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xa1",3,NULL,0,NULL,0}, + {"淨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xa8",3,NULL,0,NULL,0}, + {"簆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x86",3,NULL,0,NULL,0}, + {"☟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x9f",3,NULL,0,NULL,0}, + {"紈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x88",3,NULL,0,NULL,0}, + {"럯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xaf",3,NULL,0,NULL,0}, + {"茆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x86",3,NULL,0,NULL,0}, + {"俉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x89",3,NULL,0,NULL,0}, + {"辨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xa8",3,NULL,0,NULL,0}, + {"耹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xb9",3,NULL,0,NULL,0}, + {"빒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x92",3,NULL,0,NULL,0}, + {"퓑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x91",3,NULL,0,NULL,0}, + {"㙋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x8b",3,NULL,0,NULL,0}, + {"䭟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x9f",3,NULL,0,NULL,0}, + {"솱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xb1",3,NULL,0,NULL,0}, + {"⍥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x97",3,NULL,0,NULL,0}, + {"㍨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xa8",3,NULL,0,NULL,0}, + {"牙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x99",3,NULL,0,NULL,0}, + {"栍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x87",3,NULL,0,NULL,0}, + {"䭵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xb5",3,NULL,0,NULL,0}, + {"䯔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x94",3,NULL,0,NULL,0}, + {"桎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x8e",3,NULL,0,NULL,0}, + {"䎁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x81",3,NULL,0,NULL,0}, + {"䅂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x82",3,NULL,0,NULL,0}, + {"擌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x8c",3,NULL,0,NULL,0}, + {"㞢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xa2",3,NULL,0,NULL,0}, + {"몼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xbc",3,NULL,0,NULL,0}, + {"왍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x8d",3,NULL,0,NULL,0}, + {"퇼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xbc",3,NULL,0,NULL,0}, + {"졿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xbf",3,NULL,0,NULL,0}, + {"퓲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xb2",3,NULL,0,NULL,0}, + {"ꥉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x89",3,NULL,0,NULL,0}, + {"庎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x8e",3,NULL,0,NULL,0}, + {"匌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x8c",3,NULL,0,NULL,0}, + {"⦅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x85",3,NULL,0,NULL,0}, + {"켋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x8b",3,NULL,0,NULL,0}, + {"㘉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbf",3,NULL,0,NULL,0}, + {"䙵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xb5",3,NULL,0,NULL,0}, + {"ʆ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x86",2,NULL,0,NULL,0}, + {"䪱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xb1",3,NULL,0,NULL,0}, + {"긷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xb7",3,NULL,0,NULL,0}, + {"쿈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x88",3,NULL,0,NULL,0}, + {"ꓨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xa8",3,NULL,0,NULL,0}, + {"秖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x96",3,NULL,0,NULL,0}, + {"뢖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x96",3,NULL,0,NULL,0}, + {"愥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xa5",3,NULL,0,NULL,0}, + {"鵐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x90",3,NULL,0,NULL,0}, + {"킬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xac",3,NULL,0,NULL,0}, + {"ꎵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xb0",3,NULL,0,NULL,0}, + {"ⰷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xb7",3,NULL,0,NULL,0}, + {"賤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xa4",3,NULL,0,NULL,0}, + {"ꊟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x9f",3,NULL,0,NULL,0}, + {"ꓜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x9c",3,NULL,0,NULL,0}, + {"鏗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x97",3,NULL,0,NULL,0}, + {"測",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xac",3,NULL,0,NULL,0}, + {"曕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x95",3,NULL,0,NULL,0}, + {"㢖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x96",3,NULL,0,NULL,0}, + {"讈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x88",3,NULL,0,NULL,0}, + {"ኈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x88",3,NULL,0,NULL,0}, + {"ୀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x80",3,NULL,0,NULL,0}, + {"杦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xb2",3,NULL,0,NULL,0}, + {"趬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xac",3,NULL,0,NULL,0}, + {"筫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xab",3,NULL,0,NULL,0}, + {"᜾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xbe",3,NULL,0,NULL,0}, + {"ꣂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x82",3,NULL,0,NULL,0}, + {"吡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xa1",3,NULL,0,NULL,0}, + {"覴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xa0",3,NULL,0,NULL,0}, + {"鱦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xa6",3,NULL,0,NULL,0}, + {"ꟊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x8a",3,NULL,0,NULL,0}, + {"燕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xb3",3,NULL,0,NULL,0}, + {"祻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xbb",3,NULL,0,NULL,0}, + {"ต",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x95",3,NULL,0,NULL,0}, + {"ꀚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x9a",3,NULL,0,NULL,0}, + {"폌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x8c",3,NULL,0,NULL,0}, + {"惊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x8a",3,NULL,0,NULL,0}, + {"턳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xb3",3,NULL,0,NULL,0}, + {"蝋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x8b",3,NULL,0,NULL,0}, + {"ഫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xab",3,NULL,0,NULL,0}, + {"ॠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xa4",3,NULL,0,NULL,0}, + {"ꔚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x9a",3,NULL,0,NULL,0}, + {"뎵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xb5",3,NULL,0,NULL,0}, + {"ﳸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xb8",3,NULL,0,NULL,0}, + {"跭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xad",3,NULL,0,NULL,0}, + {"혾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xbe",3,NULL,0,NULL,0}, + {"鯃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x83",3,NULL,0,NULL,0}, + {"뢸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xb8",3,NULL,0,NULL,0}, + {"ꉞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x9e",3,NULL,0,NULL,0}, + {"ꖋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x8b",3,NULL,0,NULL,0}, + {"릯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xaf",3,NULL,0,NULL,0}, + {"ᘫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xab",3,NULL,0,NULL,0}, + {"鑒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x92",3,NULL,0,NULL,0}, + {"⭐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x90",3,NULL,0,NULL,0}, + {"鸜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x97",3,NULL,0,NULL,0}, + {"ᤧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x8f",3,NULL,0,NULL,0}, + {"ᵧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xa7",3,NULL,0,NULL,0}, + {"鍼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xbc",3,NULL,0,NULL,0}, + {"䬑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x9b",3,NULL,0,NULL,0}, + {"ꖧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xa4",3,NULL,0,NULL,0}, + {"꿼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x83",3,NULL,0,NULL,0}, + {"뵮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x92",3,NULL,0,NULL,0}, + {"彩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xa9",3,NULL,0,NULL,0}, + {"뵽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xbd",3,NULL,0,NULL,0}, + {"劌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x8c",3,NULL,0,NULL,0}, + {"鸳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xb3",3,NULL,0,NULL,0}, + {"ਏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x8f",3,NULL,0,NULL,0}, + {"필",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x84",3,NULL,0,NULL,0}, + {"斝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x9d",3,NULL,0,NULL,0}, + {"o",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x8f",3,NULL,0,NULL,0}, + {"꾖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x96",3,NULL,0,NULL,0}, + {"怂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x82",3,NULL,0,NULL,0}, + {"鰬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xac",3,NULL,0,NULL,0}, + {"ா",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xbe",3,NULL,0,NULL,0}, + {"簅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x85",3,NULL,0,NULL,0}, + {"䁉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x89",3,NULL,0,NULL,0}, + {"ஷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xb4",3,NULL,0,NULL,0}, + {"䑥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xa5",3,NULL,0,NULL,0}, + {"裗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x97",3,NULL,0,NULL,0}, + {"蠺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xba",3,NULL,0,NULL,0}, + {"ฯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xaf",3,NULL,0,NULL,0}, + {"甤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xa4",3,NULL,0,NULL,0}, + {"핳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x82",3,NULL,0,NULL,0}, + {"祪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xaa",3,NULL,0,NULL,0}, + {"튬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xac",3,NULL,0,NULL,0}, + {"嬨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x81",3,NULL,0,NULL,0}, + {"縙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x99",3,NULL,0,NULL,0}, + {"ﴬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xac",3,NULL,0,NULL,0}, + {"ᬚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x84",3,NULL,0,NULL,0}, + {"忀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x80",3,NULL,0,NULL,0}, + {"븎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x8e",3,NULL,0,NULL,0}, + {"ꔪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xaa",3,NULL,0,NULL,0}, + {"滷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xaf",3,NULL,0,NULL,0}, + {"㣾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x80",3,NULL,0,NULL,0}, + {"昶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xac",3,NULL,0,NULL,0}, + {"井",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xa9",3,NULL,0,NULL,0}, + {"ᕱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xb1",3,NULL,0,NULL,0}, + {"瓦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xa6",3,NULL,0,NULL,0}, + {"Ῐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x83",3,NULL,0,NULL,0}, + {"课",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xba",3,NULL,0,NULL,0}, + {"俭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xad",3,NULL,0,NULL,0}, + {"얥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xb7",3,NULL,0,NULL,0}, + {"ༀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x80",3,NULL,0,NULL,0}, + {"쩒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x92",3,NULL,0,NULL,0}, + {"꒫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xab",3,NULL,0,NULL,0}, + {"ञ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x9e",3,NULL,0,NULL,0}, + {"঳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xb3",3,NULL,0,NULL,0}, + {"萀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x80",3,NULL,0,NULL,0}, + {"ᝧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xa7",3,NULL,0,NULL,0}, + {"⵬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xac",3,NULL,0,NULL,0}, + {"㾥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xa5",3,NULL,0,NULL,0}, + {"丟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x9f",3,NULL,0,NULL,0}, + {"퓞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x9e",3,NULL,0,NULL,0}, + {"இ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x87",3,NULL,0,NULL,0}, + {"뎝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x9d",3,NULL,0,NULL,0}, + {"伥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x97",3,NULL,0,NULL,0}, + {"翳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xb3",3,NULL,0,NULL,0}, + {"ﶡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xa1",3,NULL,0,NULL,0}, + {"Ỗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x96",3,NULL,0,NULL,0}, + {"닶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xb6",3,NULL,0,NULL,0}, + {"똥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xa5",3,NULL,0,NULL,0}, + {"빻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xbb",3,NULL,0,NULL,0}, + {"៯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xaf",3,NULL,0,NULL,0}, + {"潺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xba",3,NULL,0,NULL,0}, + {"ゅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x85",3,NULL,0,NULL,0}, + {"䄶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xb6",3,NULL,0,NULL,0}, + {"鄟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x9f",3,NULL,0,NULL,0}, + {"雃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x83",3,NULL,0,NULL,0}, + {"놻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xa4",3,NULL,0,NULL,0}, + {"⽹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xb9",3,NULL,0,NULL,0}, + {"肐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x90",3,NULL,0,NULL,0}, + {"ͧ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xa7",2,NULL,0,NULL,0}, + {"씞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x9e",3,NULL,0,NULL,0}, + {"峭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xad",3,NULL,0,NULL,0}, + {"龎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x99",3,NULL,0,NULL,0}, + {"ዕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x95",3,NULL,0,NULL,0}, + {"Ꙫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xaa",3,NULL,0,NULL,0}, + {"죱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xb1",3,NULL,0,NULL,0}, + {"䶺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xba",3,NULL,0,NULL,0}, + {"힟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x9f",3,NULL,0,NULL,0}, + {"ጴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xb4",3,NULL,0,NULL,0}, + {"槿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xbf",3,NULL,0,NULL,0}, + {"㯦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xa6",3,NULL,0,NULL,0}, + {"茪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xa7",3,NULL,0,NULL,0}, + {"ᒢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa2",3,NULL,0,NULL,0}, + {"醩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xa9",3,NULL,0,NULL,0}, + {"엪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xaa",3,NULL,0,NULL,0}, + {"ᠩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xa9",3,NULL,0,NULL,0}, + {"ﺀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x80",3,NULL,0,NULL,0}, + {"㋖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xaa",3,NULL,0,NULL,0}, + {"舃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x83",3,NULL,0,NULL,0}, + {"㴰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xb0",3,NULL,0,NULL,0}, + {"ಃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x83",3,NULL,0,NULL,0}, + {"⊱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xb1",3,NULL,0,NULL,0}, + {"♔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x94",3,NULL,0,NULL,0}, + {"⼢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xa2",3,NULL,0,NULL,0}, + {"岯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xaf",3,NULL,0,NULL,0}, + {"싌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x8c",3,NULL,0,NULL,0}, + {"ߖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x96",2,NULL,0,NULL,0}, + {"4",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4",1,NULL,0,NULL,0}, + {"⋒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x92",3,NULL,0,NULL,0}, + {"ꂱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xb0",3,NULL,0,NULL,0}, + {"聡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xa1",3,NULL,0,NULL,0}, + {"硚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x9a",3,NULL,0,NULL,0}, + {"뜁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x81",3,NULL,0,NULL,0}, + {"ᵃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x83",3,NULL,0,NULL,0}, + {"彊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x8a",3,NULL,0,NULL,0}, + {"酫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xab",3,NULL,0,NULL,0}, + {"緋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x99",3,NULL,0,NULL,0}, + {"㓯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xaf",3,NULL,0,NULL,0}, + {"荔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x94",3,NULL,0,NULL,0}, + {"ﷇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x87",3,NULL,0,NULL,0}, + {"↗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xa4",3,NULL,0,NULL,0}, + {"凪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xaa",3,NULL,0,NULL,0}, + {"㵟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x9f",3,NULL,0,NULL,0}, + {"Ǘ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x97",2,NULL,0,NULL,0}, + {"狺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xba",3,NULL,0,NULL,0}, + {"⠾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xa8",3,NULL,0,NULL,0}, + {"Ǹ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xb8",2,NULL,0,NULL,0}, + {"႘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x98",3,NULL,0,NULL,0}, + {"肷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xb7",3,NULL,0,NULL,0}, + {"ꮨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xa8",3,NULL,0,NULL,0}, + {"ᚊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x8a",3,NULL,0,NULL,0}, + {"쓖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x96",3,NULL,0,NULL,0}, + {"쨄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x84",3,NULL,0,NULL,0}, + {"〰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xb0",3,NULL,0,NULL,0}, + {"蓈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x88",3,NULL,0,NULL,0}, + {"ᥢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xa2",3,NULL,0,NULL,0}, + {"眚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x9a",3,NULL,0,NULL,0}, + {"纈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x88",3,NULL,0,NULL,0}, + {"ᗹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xb9",3,NULL,0,NULL,0}, + {"㿽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xbd",3,NULL,0,NULL,0}, + {"㎧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xa7",3,NULL,0,NULL,0}, + {"敚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xb2",3,NULL,0,NULL,0}, + {"儥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xa5",3,NULL,0,NULL,0}, + {"ᐲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb2",3,NULL,0,NULL,0}, + {"謁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xbc",3,NULL,0,NULL,0}, + {"䗎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x8e",3,NULL,0,NULL,0}, + {"㐆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x86",3,NULL,0,NULL,0}, + {"떛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x9b",3,NULL,0,NULL,0}, + {"挐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x90",3,NULL,0,NULL,0}, + {"앶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xb6",3,NULL,0,NULL,0}, + {"缬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xac",3,NULL,0,NULL,0}, + {"䕶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x8c",3,NULL,0,NULL,0}, + {"Ẅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x84",3,NULL,0,NULL,0}, + {"꛲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xb2",3,NULL,0,NULL,0}, + {"钄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x84",3,NULL,0,NULL,0}, + {"菛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x9b",3,NULL,0,NULL,0}, + {"쬖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x96",3,NULL,0,NULL,0}, + {"う",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x97",3,NULL,0,NULL,0}, + {"鏜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x9c",3,NULL,0,NULL,0}, + {"ჯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xaf",3,NULL,0,NULL,0}, + {"䣥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xa5",3,NULL,0,NULL,0}, + {"輒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x92",3,NULL,0,NULL,0}, + {"陶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xb6",3,NULL,0,NULL,0}, + {"㨯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xaf",3,NULL,0,NULL,0}, + {"지",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x80",3,NULL,0,NULL,0}, + {"ꐙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x81",3,NULL,0,NULL,0}, + {"먰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xb4",3,NULL,0,NULL,0}, + {"㷷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xb7",3,NULL,0,NULL,0}, + {"䞳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x9a",3,NULL,0,NULL,0}, + {"⑒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x92",3,NULL,0,NULL,0}, + {"ı",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xb1",2,NULL,0,NULL,0}, + {"抧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xa7",3,NULL,0,NULL,0}, + {"솷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xb7",3,NULL,0,NULL,0}, + {"੔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x94",3,NULL,0,NULL,0}, + {"됺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xba",3,NULL,0,NULL,0}, + {"꽚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x9a",3,NULL,0,NULL,0}, + {"찵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xb5",3,NULL,0,NULL,0}, + {"᪢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xa2",3,NULL,0,NULL,0}, + {"ᑕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x95",3,NULL,0,NULL,0}, + {"୓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x93",3,NULL,0,NULL,0}, + {"덼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xbc",3,NULL,0,NULL,0}, + {"◸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xae",3,NULL,0,NULL,0}, + {"쭩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xa9",3,NULL,0,NULL,0}, + {"逕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x95",3,NULL,0,NULL,0}, + {"螝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x9d",3,NULL,0,NULL,0}, + {"궫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xba",3,NULL,0,NULL,0}, + {"젪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xaa",3,NULL,0,NULL,0}, + {"ꆢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xa2",3,NULL,0,NULL,0}, + {"畷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xb7",3,NULL,0,NULL,0}, + {"㈛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x9b",3,NULL,0,NULL,0}, + {"䛖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x96",3,NULL,0,NULL,0}, + {"潯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xaf",3,NULL,0,NULL,0}, + {"ᦁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x81",3,NULL,0,NULL,0}, + {"阛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x9b",3,NULL,0,NULL,0}, + {"ꖒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x92",3,NULL,0,NULL,0}, + {"棰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xb0",3,NULL,0,NULL,0}, + {"␔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x94",3,NULL,0,NULL,0}, + {"듏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x8f",3,NULL,0,NULL,0}, + {"腮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xae",3,NULL,0,NULL,0}, + {"걭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x81",3,NULL,0,NULL,0}, + {"䪧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xa7",3,NULL,0,NULL,0}, + {"宲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xb2",3,NULL,0,NULL,0}, + {"䝔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x94",3,NULL,0,NULL,0}, + {"⥜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x9c",3,NULL,0,NULL,0}, + {"彄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x84",3,NULL,0,NULL,0}, + {"ꋂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x82",3,NULL,0,NULL,0}, + {"䏑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x91",3,NULL,0,NULL,0}, + {"૓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x93",3,NULL,0,NULL,0}, + {"⦚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x8f",3,NULL,0,NULL,0}, + {"睁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x99",3,NULL,0,NULL,0}, + {"샊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x8a",3,NULL,0,NULL,0}, + {"氤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xa4",3,NULL,0,NULL,0}, + {"쾇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x87",3,NULL,0,NULL,0}, + {"뽰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xb0",3,NULL,0,NULL,0}, + {"굝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x9d",3,NULL,0,NULL,0}, + {"㘅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x85",3,NULL,0,NULL,0}, + {"ݺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xba",2,NULL,0,NULL,0}, + {"朩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xa9",3,NULL,0,NULL,0}, + {"ᆷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb7",3,NULL,0,NULL,0}, + {"귬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xac",3,NULL,0,NULL,0}, + {"㈱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xb1",3,NULL,0,NULL,0}, + {"ꁼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xbc",3,NULL,0,NULL,0}, + {"殻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xbb",3,NULL,0,NULL,0}, + {"㙱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xb1",3,NULL,0,NULL,0}, + {"闤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xa4",3,NULL,0,NULL,0}, + {"䓧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xa7",3,NULL,0,NULL,0}, + {"놤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xa4",3,NULL,0,NULL,0}, + {"ꏠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xa0",3,NULL,0,NULL,0}, + {"骩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xa9",3,NULL,0,NULL,0}, + {"葽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xbd",3,NULL,0,NULL,0}, + {"頪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xaa",3,NULL,0,NULL,0}, + {"넋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x8b",3,NULL,0,NULL,0}, + {"ꎍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x8d",3,NULL,0,NULL,0}, + {"鵙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xb1",3,NULL,0,NULL,0}, + {"⤞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x9e",3,NULL,0,NULL,0}, + {"蝦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xa6",3,NULL,0,NULL,0}, + {"嬙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x99",3,NULL,0,NULL,0}, + {"ᩛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x9b",3,NULL,0,NULL,0}, + {"㩋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xa5",3,NULL,0,NULL,0}, + {"쵥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xa5",3,NULL,0,NULL,0}, + {"겶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xb6",3,NULL,0,NULL,0}, + {"히",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x88",3,NULL,0,NULL,0}, + {"䲾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xbe",3,NULL,0,NULL,0}, + {"竟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x9f",3,NULL,0,NULL,0}, + {"ꈻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xbb",3,NULL,0,NULL,0}, + {"ࣔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x94",3,NULL,0,NULL,0}, + {"炶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xb6",3,NULL,0,NULL,0}, + {"芏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x8f",3,NULL,0,NULL,0}, + {"但",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x86",3,NULL,0,NULL,0}, + {"뮾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xbe",3,NULL,0,NULL,0}, + {"쉙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x99",3,NULL,0,NULL,0}, + {"㥣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xa3",3,NULL,0,NULL,0}, + {"皇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x87",3,NULL,0,NULL,0}, + {"䔝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x81",3,NULL,0,NULL,0}, + {"厵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xb5",3,NULL,0,NULL,0}, + {"쀄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x84",3,NULL,0,NULL,0}, + {"ֻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xbb",2,NULL,0,NULL,0}, + {"モ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xbe",3,NULL,0,NULL,0}, + {"魣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xa3",3,NULL,0,NULL,0}, + {"㩥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xa5",3,NULL,0,NULL,0}, + {"ۄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x84",2,NULL,0,NULL,0}, + {"f",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"韏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x8f",3,NULL,0,NULL,0}, + {"䊡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xa1",3,NULL,0,NULL,0}, + {"笠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xa0",3,NULL,0,NULL,0}, + {"謁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x81",3,NULL,0,NULL,0}, + {"蚢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xa2",3,NULL,0,NULL,0}, + {"㨆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x86",3,NULL,0,NULL,0}, + {"꺴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xb4",3,NULL,0,NULL,0}, + {"챵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xb5",3,NULL,0,NULL,0}, + {"∈",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x87",3,NULL,0,NULL,0}, + {"壆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x86",3,NULL,0,NULL,0}, + {"ↀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x80",3,NULL,0,NULL,0}, + {"蔾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xbe",3,NULL,0,NULL,0}, + {"綥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xa5",3,NULL,0,NULL,0}, + {"‟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x9f",3,NULL,0,NULL,0}, + {"淰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xb0",3,NULL,0,NULL,0}, + {"ꢵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xb5",3,NULL,0,NULL,0}, + {"⸫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xab",3,NULL,0,NULL,0}, + {"騬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xac",3,NULL,0,NULL,0}, + {"ྎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x8e",3,NULL,0,NULL,0}, + {"룾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xbe",3,NULL,0,NULL,0}, + {"囝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x9d",3,NULL,0,NULL,0}, + {"ت",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xaa",2,NULL,0,NULL,0}, + {"傧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xa7",3,NULL,0,NULL,0}, + {"랤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xa4",3,NULL,0,NULL,0}, + {"某",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x90",3,NULL,0,NULL,0}, + {"⎐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x90",3,NULL,0,NULL,0}, + {"뽊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x8a",3,NULL,0,NULL,0}, + {"䧹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xb9",3,NULL,0,NULL,0}, + {"犖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xa3",3,NULL,0,NULL,0}, + {"뵏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x8f",3,NULL,0,NULL,0}, + {"柿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xbf",3,NULL,0,NULL,0}, + {"虨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xa8",3,NULL,0,NULL,0}, + {"ἁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x81",3,NULL,0,NULL,0}, + {"㠛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x9b",3,NULL,0,NULL,0}, + {"糳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xba",3,NULL,0,NULL,0}, + {"壜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x9c",3,NULL,0,NULL,0}, + {"刦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xa6",3,NULL,0,NULL,0}, + {"梔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x94",3,NULL,0,NULL,0}, + {"톗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x97",3,NULL,0,NULL,0}, + {"갩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xa9",3,NULL,0,NULL,0}, + {"吷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xb7",3,NULL,0,NULL,0}, + {"㞘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x80",3,NULL,0,NULL,0}, + {"熾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xbe",3,NULL,0,NULL,0}, + {"㭲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xb2",3,NULL,0,NULL,0}, + {"晘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x98",3,NULL,0,NULL,0}, + {"㣧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xa7",3,NULL,0,NULL,0}, + {"ꭑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xa8",3,NULL,0,NULL,0}, + {"嚬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xac",3,NULL,0,NULL,0}, + {"ꡄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x84",3,NULL,0,NULL,0}, + {"䨼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xbc",3,NULL,0,NULL,0}, + {"⺔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x94",3,NULL,0,NULL,0}, + {"꥕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x95",3,NULL,0,NULL,0}, + {"ճ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xb3",2,NULL,0,NULL,0}, + {"㦉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x89",3,NULL,0,NULL,0}, + {"驛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x9b",3,NULL,0,NULL,0}, + {"㘹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xb9",3,NULL,0,NULL,0}, + {"圞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x9e",3,NULL,0,NULL,0}, + {"⩒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x92",3,NULL,0,NULL,0}, + {"ද",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xaf",3,NULL,0,NULL,0}, + {"팢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xa2",3,NULL,0,NULL,0}, + {"愗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x97",3,NULL,0,NULL,0}, + {"赙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x99",3,NULL,0,NULL,0}, + {"뷒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x92",3,NULL,0,NULL,0}, + {"哋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x8b",3,NULL,0,NULL,0}, + {"桞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x9e",3,NULL,0,NULL,0}, + {"ᮆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x86",3,NULL,0,NULL,0}, + {"穘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x98",3,NULL,0,NULL,0}, + {"澓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x93",3,NULL,0,NULL,0}, + {"鴊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x8a",3,NULL,0,NULL,0}, + {"㞲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xb2",3,NULL,0,NULL,0}, + {"⽩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xa9",3,NULL,0,NULL,0}, + {"貲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xb2",3,NULL,0,NULL,0}, + {"遧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xa7",3,NULL,0,NULL,0}, + {"瑨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xa8",3,NULL,0,NULL,0}, + {"曟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x9f",3,NULL,0,NULL,0}, + {"笈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x88",3,NULL,0,NULL,0}, + {"쌁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x81",3,NULL,0,NULL,0}, + {"ꤻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xbb",3,NULL,0,NULL,0}, + {"熇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x87",3,NULL,0,NULL,0}, + {"䰽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xbd",3,NULL,0,NULL,0}, + {"㢢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xa2",3,NULL,0,NULL,0}, + {"픃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x83",3,NULL,0,NULL,0}, + {"饤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x90",3,NULL,0,NULL,0}, + {"뒞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x9e",3,NULL,0,NULL,0}, + {"⶯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xaf",3,NULL,0,NULL,0}, + {"꤈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x88",3,NULL,0,NULL,0}, + {"㤘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x98",3,NULL,0,NULL,0}, + {"ɺ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xba",2,NULL,0,NULL,0}, + {"ຸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xb8",3,NULL,0,NULL,0}, + {"ⲿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x99",3,NULL,0,NULL,0}, + {"࿍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x8d",3,NULL,0,NULL,0}, + {"䅴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xb4",3,NULL,0,NULL,0}, + {"뒕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x95",3,NULL,0,NULL,0}, + {"൪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xaa",3,NULL,0,NULL,0}, + {"賨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x9b",3,NULL,0,NULL,0}, + {"ḟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x9c",3,NULL,0,NULL,0}, + {"鶑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x91",3,NULL,0,NULL,0}, + {"湌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x8c",3,NULL,0,NULL,0}, + {"ﱝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x9d",3,NULL,0,NULL,0}, + {"ష",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xb7",3,NULL,0,NULL,0}, + {"廀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x80",3,NULL,0,NULL,0}, + {"ᣦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xa6",3,NULL,0,NULL,0}, + {"劾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xbe",3,NULL,0,NULL,0}, + {"ᷜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x9c",3,NULL,0,NULL,0}, + {"밿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xbb",3,NULL,0,NULL,0}, + {"슘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x98",3,NULL,0,NULL,0}, + {"趴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xb4",3,NULL,0,NULL,0}, + {"푅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x85",3,NULL,0,NULL,0}, + {"ⷰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xac",3,NULL,0,NULL,0}, + {"㰃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x83",3,NULL,0,NULL,0}, + {"Ꟗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xbf",3,NULL,0,NULL,0}, + {"ꛠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xa0",3,NULL,0,NULL,0}, + {"撔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x94",3,NULL,0,NULL,0}, + {"ㆶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xb6",3,NULL,0,NULL,0}, + {"⮆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x82",3,NULL,0,NULL,0}, + {"ﵥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x98",3,NULL,0,NULL,0}, + {"띑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x91",3,NULL,0,NULL,0}, + {"摋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x8b",3,NULL,0,NULL,0}, + {"⴨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xa8",3,NULL,0,NULL,0}, + {"㹄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x84",3,NULL,0,NULL,0}, + {"麄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x84",3,NULL,0,NULL,0}, + {"䃭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xad",3,NULL,0,NULL,0}, + {"猗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x97",3,NULL,0,NULL,0}, + {"﹆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x86",3,NULL,0,NULL,0}, + {"ᱥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xa5",3,NULL,0,NULL,0}, + {"悦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xa6",3,NULL,0,NULL,0}, + {"뉝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x9d",3,NULL,0,NULL,0}, + {"鮹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xb9",3,NULL,0,NULL,0}, + {"併",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xa4",3,NULL,0,NULL,0}, + {"䐸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xb8",3,NULL,0,NULL,0}, + {"㰳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xa3",3,NULL,0,NULL,0}, + {"丮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xa1",3,NULL,0,NULL,0}, + {"弁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x81",3,NULL,0,NULL,0}, + {"ᤕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x95",3,NULL,0,NULL,0}, + {"뚆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x86",3,NULL,0,NULL,0}, + {"衹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xb9",3,NULL,0,NULL,0}, + {"鍜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x9c",3,NULL,0,NULL,0}, + {"໷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xb7",3,NULL,0,NULL,0}, + {"䂪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xad",3,NULL,0,NULL,0}, + {"㭇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x87",3,NULL,0,NULL,0}, + {"ꢄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x84",3,NULL,0,NULL,0}, + {"僴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xb4",3,NULL,0,NULL,0}, + {"尳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xb3",3,NULL,0,NULL,0}, + {"宅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x84",3,NULL,0,NULL,0}, + {"헪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xaa",3,NULL,0,NULL,0}, + {"鉳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xb3",3,NULL,0,NULL,0}, + {"몆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x86",3,NULL,0,NULL,0}, + {"飷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xb7",3,NULL,0,NULL,0}, + {"莟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x9f",3,NULL,0,NULL,0}, + {"唝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x9d",3,NULL,0,NULL,0}, + {"䖑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x91",3,NULL,0,NULL,0}, + {"㬅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x85",3,NULL,0,NULL,0}, + {"펖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x96",3,NULL,0,NULL,0}, + {"魯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xb1",3,NULL,0,NULL,0}, + {"矉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x89",3,NULL,0,NULL,0}, + {"醷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xb7",3,NULL,0,NULL,0}, + {"䉓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xa6",3,NULL,0,NULL,0}, + {"䴫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xab",3,NULL,0,NULL,0}, + {"斗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x97",3,NULL,0,NULL,0}, + {"]",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xbd",3,NULL,0,NULL,0}, + {"뵿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xbf",3,NULL,0,NULL,0}, + {"玩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xa4",3,NULL,0,NULL,0}, + {"ᮯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xaf",3,NULL,0,NULL,0}, + {"贰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xb0",3,NULL,0,NULL,0}, + {"줼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xbc",3,NULL,0,NULL,0}, + {"儲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x98",3,NULL,0,NULL,0}, + {"䑧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xa2",3,NULL,0,NULL,0}, + {"짱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xb1",3,NULL,0,NULL,0}, + {"ꑄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x84",3,NULL,0,NULL,0}, + {"ࣥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xa5",3,NULL,0,NULL,0}, + {"⿊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x8a",3,NULL,0,NULL,0}, + {"⭟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x9f",3,NULL,0,NULL,0}, + {"∹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xb9",3,NULL,0,NULL,0}, + {"裕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x95",3,NULL,0,NULL,0}, + {"ⶈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x88",3,NULL,0,NULL,0}, + {"쓬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xac",3,NULL,0,NULL,0}, + {"堭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xad",3,NULL,0,NULL,0}, + {"ᝥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x83",3,NULL,0,NULL,0}, + {"ꔲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xb2",3,NULL,0,NULL,0}, + {"䵴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xb4",3,NULL,0,NULL,0}, + {"縫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xab",3,NULL,0,NULL,0}, + {"帹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xb9",3,NULL,0,NULL,0}, + {"슸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xb8",3,NULL,0,NULL,0}, + {"덙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x99",3,NULL,0,NULL,0}, + {"㺕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x8e",3,NULL,0,NULL,0}, + {"য়",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x9f",3,NULL,0,NULL,0}, + {"纚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x87",3,NULL,0,NULL,0}, + {"ﲫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xab",3,NULL,0,NULL,0}, + {"夫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xab",3,NULL,0,NULL,0}, + {"ឞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x9e",3,NULL,0,NULL,0}, + {"៵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xb5",3,NULL,0,NULL,0}, + {"쬼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xbc",3,NULL,0,NULL,0}, + {"䆝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x9d",3,NULL,0,NULL,0}, + {"郀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x80",3,NULL,0,NULL,0}, + {"᪂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x82",3,NULL,0,NULL,0}, + {"娇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x87",3,NULL,0,NULL,0}, + {"屃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x83",3,NULL,0,NULL,0}, + {"ﺮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xae",3,NULL,0,NULL,0}, + {"ᢊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x8a",3,NULL,0,NULL,0}, + {"얗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x97",3,NULL,0,NULL,0}, + {"ﰬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x85",3,NULL,0,NULL,0}, + {"崺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xba",3,NULL,0,NULL,0}, + {"ꆥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xa5",3,NULL,0,NULL,0}, + {"涸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xb8",3,NULL,0,NULL,0}, + {"꒹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xb9",3,NULL,0,NULL,0}, + {"櫷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xb7",3,NULL,0,NULL,0}, + {"麜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xbd",3,NULL,0,NULL,0}, + {"磅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x85",3,NULL,0,NULL,0}, + {"䶮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xae",3,NULL,0,NULL,0}, + {"옻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xbb",3,NULL,0,NULL,0}, + {"ﷸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xb8",3,NULL,0,NULL,0}, + {"둩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xa9",3,NULL,0,NULL,0}, + {"ﮈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x88",3,NULL,0,NULL,0}, + {"翩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xa9",3,NULL,0,NULL,0}, + {"諥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xa5",3,NULL,0,NULL,0}, + {"䘸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xb8",3,NULL,0,NULL,0}, + {"잚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x9a",3,NULL,0,NULL,0}, + {"댂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x82",3,NULL,0,NULL,0}, + {"ꢪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xaa",3,NULL,0,NULL,0}, + {"謐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x90",3,NULL,0,NULL,0}, + {"ꯛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x9b",3,NULL,0,NULL,0}, + {"ꓯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xaf",3,NULL,0,NULL,0}, + {"룮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xae",3,NULL,0,NULL,0}, + {"卜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x9c",3,NULL,0,NULL,0}, + {"崀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x80",3,NULL,0,NULL,0}, + {"Ϲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xb9",2,NULL,0,NULL,0}, + {"⚻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xbb",3,NULL,0,NULL,0}, + {"䏇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x87",3,NULL,0,NULL,0}, + {"隹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xb9",3,NULL,0,NULL,0}, + {"્",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x8d",3,NULL,0,NULL,0}, + {"ݖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x96",2,NULL,0,NULL,0}, + {"≭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xad",3,NULL,0,NULL,0}, + {"Ú",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9a",2,NULL,0,NULL,0}, + {"狦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xa6",3,NULL,0,NULL,0}, + {"鼛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x9b",3,NULL,0,NULL,0}, + {"廩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xa9",3,NULL,0,NULL,0}, + {"頋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x8b",3,NULL,0,NULL,0}, + {"ᶬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xac",3,NULL,0,NULL,0}, + {"曆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x8b",3,NULL,0,NULL,0}, + {"┺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xba",3,NULL,0,NULL,0}, + {"繂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x9f",3,NULL,0,NULL,0}, + {"ᒲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb2",3,NULL,0,NULL,0}, + {"ﹼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x99",3,NULL,0,NULL,0}, + {"₁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x81",3,NULL,0,NULL,0}, + {"癪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xaa",3,NULL,0,NULL,0}, + {"쪹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xb9",3,NULL,0,NULL,0}, + {"轂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x82",3,NULL,0,NULL,0}, + {"Ǖ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x95",2,NULL,0,NULL,0}, + {"鑭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xad",3,NULL,0,NULL,0}, + {"葫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xab",3,NULL,0,NULL,0}, + {"✩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xa9",3,NULL,0,NULL,0}, + {"⚌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x8c",3,NULL,0,NULL,0}, + {"令",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xa8",3,NULL,0,NULL,0}, + {"즛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x9b",3,NULL,0,NULL,0}, + {"䠽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xbd",3,NULL,0,NULL,0}, + {"߶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xb6",2,NULL,0,NULL,0}, + {"⋞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x9e",3,NULL,0,NULL,0}, + {"傞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x9e",3,NULL,0,NULL,0}, + {"쒐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x80",3,NULL,0,NULL,0}, + {"⢠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xa0",3,NULL,0,NULL,0}, + {"蜘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x98",3,NULL,0,NULL,0}, + {"쐧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x99",3,NULL,0,NULL,0}, + {"㪔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x94",3,NULL,0,NULL,0}, + {"ፒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x92",3,NULL,0,NULL,0}, + {"緙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x99",3,NULL,0,NULL,0}, + {"ξ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xbe",2,NULL,0,NULL,0}, + {"듸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xb8",3,NULL,0,NULL,0}, + {"낗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x97",3,NULL,0,NULL,0}, + {"ᪧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xa7",3,NULL,0,NULL,0}, + {"ữ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xaf",3,NULL,0,NULL,0}, + {"媡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xa1",3,NULL,0,NULL,0}, + {"颍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x8d",3,NULL,0,NULL,0}, + {"ᛢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xa2",3,NULL,0,NULL,0}, + {"챜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x9c",3,NULL,0,NULL,0}, + {"掩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xa9",3,NULL,0,NULL,0}, + {"寀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x80",3,NULL,0,NULL,0}, + {"ⓧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x9b",3,NULL,0,NULL,0}, + {"蕹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xb9",3,NULL,0,NULL,0}, + {"嗴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xb4",3,NULL,0,NULL,0}, + {"ꥶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xb6",3,NULL,0,NULL,0}, + {"캔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x94",3,NULL,0,NULL,0}, + {"Ⴐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xb0",3,NULL,0,NULL,0}, + {"뿆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x86",3,NULL,0,NULL,0}, + {"쨴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xb4",3,NULL,0,NULL,0}, + {"⏁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x81",3,NULL,0,NULL,0}, + {"⢊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xa6",3,NULL,0,NULL,0}, + {"ঌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x8c",3,NULL,0,NULL,0}, + {"〨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xa8",3,NULL,0,NULL,0}, + {"뼟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x9f",3,NULL,0,NULL,0}, + {"딮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xae",3,NULL,0,NULL,0}, + {"䙚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x81",3,NULL,0,NULL,0}, + {"㏟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x9f",3,NULL,0,NULL,0}, + {"䋙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x99",3,NULL,0,NULL,0}, + {"끠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xa0",3,NULL,0,NULL,0}, + {"Ü",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9c",2,NULL,0,NULL,0}, + {"⒵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xb5",3,NULL,0,NULL,0}, + {"䖆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x86",3,NULL,0,NULL,0}, + {"헿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xbf",3,NULL,0,NULL,0}, + {"ᬪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xaa",3,NULL,0,NULL,0}, + {"ᓈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x88",3,NULL,0,NULL,0}, + {"臐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x9c",3,NULL,0,NULL,0}, + {"ы",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x8b",2,NULL,0,NULL,0}, + {"䢈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x88",3,NULL,0,NULL,0}, + {"툟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x9f",3,NULL,0,NULL,0}, + {"绦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xa6",3,NULL,0,NULL,0}, + {"ታ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xb3",3,NULL,0,NULL,0}, + {"읫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xab",3,NULL,0,NULL,0}, + {"⁳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xa9",3,NULL,0,NULL,0}, + {"䀨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xa8",3,NULL,0,NULL,0}, + {"蔈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x88",3,NULL,0,NULL,0}, + {"⩯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xaf",3,NULL,0,NULL,0}, + {"蟑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x91",3,NULL,0,NULL,0}, + {"ꄺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xba",3,NULL,0,NULL,0}, + {"ꮎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x8e",3,NULL,0,NULL,0}, + {"攼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xbc",3,NULL,0,NULL,0}, + {"㉪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xaa",3,NULL,0,NULL,0}, + {"䣷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xb7",3,NULL,0,NULL,0}, + {"䦑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x91",3,NULL,0,NULL,0}, + {"陪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xaa",3,NULL,0,NULL,0}, + {"䳭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xad",3,NULL,0,NULL,0}, + {"蘆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xb5",3,NULL,0,NULL,0}, + {"脵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xb5",3,NULL,0,NULL,0}, + {"뇛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x9b",3,NULL,0,NULL,0}, + {"ᦃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x83",3,NULL,0,NULL,0}, + {"ˎ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x8e",2,NULL,0,NULL,0}, + {"寱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xb1",3,NULL,0,NULL,0}, + {"䞩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xa9",3,NULL,0,NULL,0}, + {"驍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x8d",3,NULL,0,NULL,0}, + {"㐠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xa0",3,NULL,0,NULL,0}, + {"䍜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x9c",3,NULL,0,NULL,0}, + {"㒧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xa7",3,NULL,0,NULL,0}, + {"卓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xbd",3,NULL,0,NULL,0}, + {"擱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xb1",3,NULL,0,NULL,0}, + {"ⱬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xac",3,NULL,0,NULL,0}, + {"둂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x82",3,NULL,0,NULL,0}, + {"ㅰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xb0",3,NULL,0,NULL,0}, + {"랔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x94",3,NULL,0,NULL,0}, + {"プ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x97",3,NULL,0,NULL,0}, + {"ଛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x9b",3,NULL,0,NULL,0}, + {"螏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x8f",3,NULL,0,NULL,0}, + {"궙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x99",3,NULL,0,NULL,0}, + {"⹬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xac",3,NULL,0,NULL,0}, + {"ꉇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x87",3,NULL,0,NULL,0}, + {"俀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x80",3,NULL,0,NULL,0}, + {"ὴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xb4",3,NULL,0,NULL,0}, + {"餢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xa2",3,NULL,0,NULL,0}, + {"䟯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xaf",3,NULL,0,NULL,0}, + {"ᅼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xbc",3,NULL,0,NULL,0}, + {"㘲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xb2",3,NULL,0,NULL,0}, + {"皽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xbd",3,NULL,0,NULL,0}, + {"ﶩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xa9",3,NULL,0,NULL,0}, + {"婼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xbc",3,NULL,0,NULL,0}, + {"极",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xa3",3,NULL,0,NULL,0}, + {"驆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x86",3,NULL,0,NULL,0}, + {"꣝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x9d",3,NULL,0,NULL,0}, + {"䓕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x95",3,NULL,0,NULL,0}, + {"녜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xae",3,NULL,0,NULL,0}, + {"扷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xb7",3,NULL,0,NULL,0}, + {"֋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x8b",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xbc",3,NULL,0,NULL,0}, + {"ᨊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x8a",3,NULL,0,NULL,0}, + {"걿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xbf",3,NULL,0,NULL,0}, + {"橓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x93",3,NULL,0,NULL,0}, + {"蜴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xb4",3,NULL,0,NULL,0}, + {"楧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xa7",3,NULL,0,NULL,0}, + {"촡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xa1",3,NULL,0,NULL,0}, + {"훷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xb7",3,NULL,0,NULL,0}, + {"⃯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xaf",3,NULL,0,NULL,0}, + {"ꈹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xb9",3,NULL,0,NULL,0}, + {"鷱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xb1",3,NULL,0,NULL,0}, + {"塏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xaa",3,NULL,0,NULL,0}, + {"盜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x9c",3,NULL,0,NULL,0}, + {"郔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x94",3,NULL,0,NULL,0}, + {"巧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xa7",3,NULL,0,NULL,0}, + {"权",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x83",3,NULL,0,NULL,0}, + {"㧌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x8c",3,NULL,0,NULL,0}, + {"笾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xbe",3,NULL,0,NULL,0}, + {"듐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x90",3,NULL,0,NULL,0}, + {"컬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xac",3,NULL,0,NULL,0}, + {"爀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x80",3,NULL,0,NULL,0}, + {"Ԝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x9c",2,NULL,0,NULL,0}, + {"ꈂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x82",3,NULL,0,NULL,0}, + {"㓀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x80",3,NULL,0,NULL,0}, + {"뽴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xb4",3,NULL,0,NULL,0}, + {"噉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x89",3,NULL,0,NULL,0}, + {"殩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xa9",3,NULL,0,NULL,0}, + {"ᇅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x85",3,NULL,0,NULL,0}, + {"瘶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xb6",3,NULL,0,NULL,0}, + {"觤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xa4",3,NULL,0,NULL,0}, + {"歀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x80",3,NULL,0,NULL,0}, + {"턡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xa1",3,NULL,0,NULL,0}, + {"렋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x8b",3,NULL,0,NULL,0}, + {"㫯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xaf",3,NULL,0,NULL,0}, + {"ׁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x81",2,NULL,0,NULL,0}, + {"䔴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xb4",3,NULL,0,NULL,0}, + {"蝶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xb6",3,NULL,0,NULL,0}, + {"⳿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xbf",3,NULL,0,NULL,0}, + {"㛞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x9e",3,NULL,0,NULL,0}, + {"긹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xb9",3,NULL,0,NULL,0}, + {"ێ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x8e",2,NULL,0,NULL,0}, + {"쪙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x99",3,NULL,0,NULL,0}, + {"溮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xae",3,NULL,0,NULL,0}, + {"흀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x80",3,NULL,0,NULL,0}, + {"፻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xbb",3,NULL,0,NULL,0}, + {"蛳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xb3",3,NULL,0,NULL,0}, + {"涥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xa5",3,NULL,0,NULL,0}, + {"꿅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x96",3,NULL,0,NULL,0}, + {"忙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x99",3,NULL,0,NULL,0}, + {"蚮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xae",3,NULL,0,NULL,0}, + {"壒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x92",3,NULL,0,NULL,0}, + {"昡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x87",3,NULL,0,NULL,0}, + {"쉓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x93",3,NULL,0,NULL,0}, + {"ꡭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xad",3,NULL,0,NULL,0}, + {"칭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xad",3,NULL,0,NULL,0}, + {"妭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xad",3,NULL,0,NULL,0}, + {"䮍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x8d",3,NULL,0,NULL,0}, + {"濤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xa4",3,NULL,0,NULL,0}, + {"㕕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x95",3,NULL,0,NULL,0}, + {"嚠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xa0",3,NULL,0,NULL,0}, + {"뮒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x92",3,NULL,0,NULL,0}, + {"枴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x96",3,NULL,0,NULL,0}, + {"贙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x99",3,NULL,0,NULL,0}, + {"럜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x9c",3,NULL,0,NULL,0}, + {"効",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xb9",3,NULL,0,NULL,0}, + {"䲠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xa0",3,NULL,0,NULL,0}, + {"젞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x9e",3,NULL,0,NULL,0}, + {"禮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xae",3,NULL,0,NULL,0}, + {"䠅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x85",3,NULL,0,NULL,0}, + {"鱴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xb4",3,NULL,0,NULL,0}, + {"㱬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x9c",3,NULL,0,NULL,0}, + {"瑛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x9b",3,NULL,0,NULL,0}, + {"ڍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x8d",2,NULL,0,NULL,0}, + {"旂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x82",3,NULL,0,NULL,0}, + {"㳃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x83",3,NULL,0,NULL,0}, + {"槃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x83",3,NULL,0,NULL,0}, + {"豙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xae",3,NULL,0,NULL,0}, + {"䴝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x9d",3,NULL,0,NULL,0}, + {"ᒾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x86",3,NULL,0,NULL,0}, + {"㮤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xa4",3,NULL,0,NULL,0}, + {"駸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xb8",3,NULL,0,NULL,0}, + {"褀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xa7",3,NULL,0,NULL,0}, + {"絷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xb7",3,NULL,0,NULL,0}, + {"暲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xb2",3,NULL,0,NULL,0}, + {"囏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x8f",3,NULL,0,NULL,0}, + {"蔯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xaf",3,NULL,0,NULL,0}, + {"絒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x92",3,NULL,0,NULL,0}, + {"㮹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xb9",3,NULL,0,NULL,0}, + {"俞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x9e",3,NULL,0,NULL,0}, + {"⸙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x99",3,NULL,0,NULL,0}, + {"辄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x84",3,NULL,0,NULL,0}, + {"咥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xa5",3,NULL,0,NULL,0}, + {"偝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x9d",3,NULL,0,NULL,0}, + {"씑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x91",3,NULL,0,NULL,0}, + {"憨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xa8",3,NULL,0,NULL,0}, + {"厬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xac",3,NULL,0,NULL,0}, + {"᯿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xbf",3,NULL,0,NULL,0}, + {"㑉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x89",3,NULL,0,NULL,0}, + {"贑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x91",3,NULL,0,NULL,0}, + {"뷣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xa3",3,NULL,0,NULL,0}, + {"句",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x86",3,NULL,0,NULL,0}, + {"嶰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xb0",3,NULL,0,NULL,0}, + {"빔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x94",3,NULL,0,NULL,0}, + {"ṓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x93",3,NULL,0,NULL,0}, + {"㭢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xa2",3,NULL,0,NULL,0}, + {"멸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xb8",3,NULL,0,NULL,0}, + {"䩡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xa1",3,NULL,0,NULL,0}, + {"飃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x83",3,NULL,0,NULL,0}, + {"伙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x99",3,NULL,0,NULL,0}, + {"꙲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xb2",3,NULL,0,NULL,0}, + {"뗯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x93",3,NULL,0,NULL,0}, + {"듅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x85",3,NULL,0,NULL,0}, + {"熮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xae",3,NULL,0,NULL,0}, + {"픊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x8a",3,NULL,0,NULL,0}, + {"褥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xa5",3,NULL,0,NULL,0}, + {"㥻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xbb",3,NULL,0,NULL,0}, + {"թ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xa9",2,NULL,0,NULL,0}, + {"꓎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xa8",3,NULL,0,NULL,0}, + {"ꤘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x98",3,NULL,0,NULL,0}, + {"䒀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x80",3,NULL,0,NULL,0}, + {"蹙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x99",3,NULL,0,NULL,0}, + {"礵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x80",3,NULL,0,NULL,0}, + {"벒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x92",3,NULL,0,NULL,0}, + {"职",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x8c",3,NULL,0,NULL,0}, + {"ⶾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xbe",3,NULL,0,NULL,0}, + {"쥬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xac",3,NULL,0,NULL,0}, + {"혙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x99",3,NULL,0,NULL,0}, + {"䈁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x8f",3,NULL,0,NULL,0}, + {"푽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xbd",3,NULL,0,NULL,0}, + {"思",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x9d",3,NULL,0,NULL,0}, + {"餁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x81",3,NULL,0,NULL,0}, + {"띚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x9a",3,NULL,0,NULL,0}, + {"酊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x8a",3,NULL,0,NULL,0}, + {"臞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x9e",3,NULL,0,NULL,0}, + {"ಬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xac",3,NULL,0,NULL,0}, + {"ᡝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x82",3,NULL,0,NULL,0}, + {"ꓴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xb4",3,NULL,0,NULL,0}, + {"맱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xb1",3,NULL,0,NULL,0}, + {"熕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x95",3,NULL,0,NULL,0}, + {"윇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x87",3,NULL,0,NULL,0}, + {"饔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x94",3,NULL,0,NULL,0}, + {"ꪾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x8e",3,NULL,0,NULL,0}, + {"⻡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xa1",3,NULL,0,NULL,0}, + {"풯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x99",3,NULL,0,NULL,0}, + {"繷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xb7",3,NULL,0,NULL,0}, + {"撈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x88",3,NULL,0,NULL,0}, + {"齿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xbf",3,NULL,0,NULL,0}, + {"㇒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x92",3,NULL,0,NULL,0}, + {"ⲵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x8f",3,NULL,0,NULL,0}, + {"젬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xa8",3,NULL,0,NULL,0}, + {"얿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xbf",3,NULL,0,NULL,0}, + {"㷹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xb9",3,NULL,0,NULL,0}, + {"뤧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xa7",3,NULL,0,NULL,0}, + {"ꪗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x97",3,NULL,0,NULL,0}, + {"ꔂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x82",3,NULL,0,NULL,0}, + {"뉯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x91",3,NULL,0,NULL,0}, + {"琲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xb2",3,NULL,0,NULL,0}, + {"똷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xb7",3,NULL,0,NULL,0}, + {"ȳ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xb3",2,NULL,0,NULL,0}, + {"帝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x9d",3,NULL,0,NULL,0}, + {"맇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x87",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x11",1,NULL,0,NULL,0}, + {"弡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xa1",3,NULL,0,NULL,0}, + {"קּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x87",3,NULL,0,NULL,0}, + {"駉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x89",3,NULL,0,NULL,0}, + {"傡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xa1",3,NULL,0,NULL,0}, + {"쓉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x89",3,NULL,0,NULL,0}, + {"୥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xa5",3,NULL,0,NULL,0}, + {"퀡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xa2",3,NULL,0,NULL,0}, + {"⬎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x8e",3,NULL,0,NULL,0}, + {"쑂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x82",3,NULL,0,NULL,0}, + {"領",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xb4",3,NULL,0,NULL,0}, + {"矴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x88",3,NULL,0,NULL,0}, + {"띓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x93",3,NULL,0,NULL,0}, + {"㽽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xbd",3,NULL,0,NULL,0}, + {"䗩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x86",3,NULL,0,NULL,0}, + {"ﲑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x91",3,NULL,0,NULL,0}, + {"ᱧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xa7",3,NULL,0,NULL,0}, + {"娦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xa6",3,NULL,0,NULL,0}, + {"ﳒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x92",3,NULL,0,NULL,0}, + {"ޏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8f",2,NULL,0,NULL,0}, + {"绠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xa0",3,NULL,0,NULL,0}, + {"슶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xb6",3,NULL,0,NULL,0}, + {"媿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x93",3,NULL,0,NULL,0}, + {"さ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x95",3,NULL,0,NULL,0}, + {"涶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x8b",3,NULL,0,NULL,0}, + {"䒯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xaf",3,NULL,0,NULL,0}, + {"ࡘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x98",3,NULL,0,NULL,0}, + {"㳪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xaa",3,NULL,0,NULL,0}, + {"↜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x80",3,NULL,0,NULL,0}, + {"⭭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xad",3,NULL,0,NULL,0}, + {"ᴎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x8e",3,NULL,0,NULL,0}, + {"荼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xbc",3,NULL,0,NULL,0}, + {"≋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x8b",3,NULL,0,NULL,0}, + {"樟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x9f",3,NULL,0,NULL,0}, + {"䖫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xab",3,NULL,0,NULL,0}, + {"绩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xa9",3,NULL,0,NULL,0}, + {"䛩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xa9",3,NULL,0,NULL,0}, + {"屢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xb6",3,NULL,0,NULL,0}, + {"﷈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x88",3,NULL,0,NULL,0}, + {"씶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x81",3,NULL,0,NULL,0}, + {"䉁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x81",3,NULL,0,NULL,0}, + {"঎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x8e",3,NULL,0,NULL,0}, + {"巄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x83",3,NULL,0,NULL,0}, + {"䇘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x98",3,NULL,0,NULL,0}, + {"쏒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x92",3,NULL,0,NULL,0}, + {"쮉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x86",3,NULL,0,NULL,0}, + {"ើ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xbe",3,NULL,0,NULL,0}, + {"幋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x8b",3,NULL,0,NULL,0}, + {"ﴣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xa3",3,NULL,0,NULL,0}, + {"岵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xb5",3,NULL,0,NULL,0}, + {"﯇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xbc",3,NULL,0,NULL,0}, + {"婾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xa7",3,NULL,0,NULL,0}, + {"⎉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x89",3,NULL,0,NULL,0}, + {"鹏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x8f",3,NULL,0,NULL,0}, + {"⾮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xae",3,NULL,0,NULL,0}, + {"嶋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x8b",3,NULL,0,NULL,0}, + {"ᦦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xa6",3,NULL,0,NULL,0}, + {"⑼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xbc",3,NULL,0,NULL,0}, + {"㿈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x88",3,NULL,0,NULL,0}, + {"㈼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xbc",3,NULL,0,NULL,0}, + {"嵆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x86",3,NULL,0,NULL,0}, + {"闻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xb5",3,NULL,0,NULL,0}, + {"꿒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x92",3,NULL,0,NULL,0}, + {"䵤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xa4",3,NULL,0,NULL,0}, + {"﹗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x97",3,NULL,0,NULL,0}, + {"㺧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xa7",3,NULL,0,NULL,0}, + {"꼷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x95",3,NULL,0,NULL,0}, + {"৥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xa5",3,NULL,0,NULL,0}, + {"䘜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x9c",3,NULL,0,NULL,0}, + {"⧅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x85",3,NULL,0,NULL,0}, + {"睤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xa4",3,NULL,0,NULL,0}, + {"ꋸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xb8",3,NULL,0,NULL,0}, + {"і",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x96",2,NULL,0,NULL,0}, + {"ᖚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x9a",3,NULL,0,NULL,0}, + {"잫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xab",3,NULL,0,NULL,0}, + {"ޑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x91",2,NULL,0,NULL,0}, + {"ﰸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xb8",3,NULL,0,NULL,0}, + {"눔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x94",3,NULL,0,NULL,0}, + {"锪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xaa",3,NULL,0,NULL,0}, + {"暶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xaa",3,NULL,0,NULL,0}, + {"闁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x81",3,NULL,0,NULL,0}, + {"寉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x89",3,NULL,0,NULL,0}, + {"䔌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xaf",3,NULL,0,NULL,0}, + {"᧧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xa7",3,NULL,0,NULL,0}, + {"堁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x81",3,NULL,0,NULL,0}, + {"疝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x9d",3,NULL,0,NULL,0}, + {"︨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xa8",3,NULL,0,NULL,0}, + {"휰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xb0",3,NULL,0,NULL,0}, + {"춚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x9a",3,NULL,0,NULL,0}, + {"╬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xac",3,NULL,0,NULL,0}, + {"네",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xa4",3,NULL,0,NULL,0}, + {"漙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xba",3,NULL,0,NULL,0}, + {"䷙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xbe",3,NULL,0,NULL,0}, + {"䤛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x9b",3,NULL,0,NULL,0}, + {"괺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xa0",3,NULL,0,NULL,0}, + {"ާ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa7",2,NULL,0,NULL,0}, + {"ᾮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xae",3,NULL,0,NULL,0}, + {"䢢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xa2",3,NULL,0,NULL,0}, + {"랐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x90",3,NULL,0,NULL,0}, + {"ܲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xb2",2,NULL,0,NULL,0}, + {"殐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x90",3,NULL,0,NULL,0}, + {"縕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x95",3,NULL,0,NULL,0}, + {"欉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x89",3,NULL,0,NULL,0}, + {"싟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x9f",3,NULL,0,NULL,0}, + {"숕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x95",3,NULL,0,NULL,0}, + {"ጃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x83",3,NULL,0,NULL,0}, + {"蓮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x99",3,NULL,0,NULL,0}, + {"響",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xbf",3,NULL,0,NULL,0}, + {"䕍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x9a",3,NULL,0,NULL,0}, + {"ڷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xb7",2,NULL,0,NULL,0}, + {"槯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xaf",3,NULL,0,NULL,0}, + {"鬠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xa0",3,NULL,0,NULL,0}, + {"쳩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xa9",3,NULL,0,NULL,0}, + {"韦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xa6",3,NULL,0,NULL,0}, + {"ℨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xa8",3,NULL,0,NULL,0}, + {"䐢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xa2",3,NULL,0,NULL,0}, + {"士",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xab",3,NULL,0,NULL,0}, + {"ᛂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x82",3,NULL,0,NULL,0}, + {"掣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xa6",3,NULL,0,NULL,0}, + {"‸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb8",3,NULL,0,NULL,0}, + {"䢼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xbc",3,NULL,0,NULL,0}, + {"늀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x80",3,NULL,0,NULL,0}, + {"책",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x85",3,NULL,0,NULL,0}, + {"뻎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x8e",3,NULL,0,NULL,0}, + {"鋺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xba",3,NULL,0,NULL,0}, + {"癓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x93",3,NULL,0,NULL,0}, + {"쎒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x92",3,NULL,0,NULL,0}, + {"ᷤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xa4",3,NULL,0,NULL,0}, + {"ꃓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x93",3,NULL,0,NULL,0}, + {"ꌻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xbb",3,NULL,0,NULL,0}, + {"췱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xb1",3,NULL,0,NULL,0}, + {"⍠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xa0",3,NULL,0,NULL,0}, + {"“",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x93",2,NULL,0,NULL,0}, + {"鞨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xa8",3,NULL,0,NULL,0}, + {"Ξ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x9e",2,NULL,0,NULL,0}, + {"ꗰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xb0",3,NULL,0,NULL,0}, + {"榐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x90",3,NULL,0,NULL,0}, + {"䌝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x9d",3,NULL,0,NULL,0}, + {"虷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xb7",3,NULL,0,NULL,0}, + {"颇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x87",3,NULL,0,NULL,0}, + {"듼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xbc",3,NULL,0,NULL,0}, + {"꧱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xb1",3,NULL,0,NULL,0}, + {"껙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x99",3,NULL,0,NULL,0}, + {"Ꮇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xb7",3,NULL,0,NULL,0}, + {"汽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xbd",3,NULL,0,NULL,0}, + {"ᅡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa1",3,NULL,0,NULL,0}, + {"矤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x99",3,NULL,0,NULL,0}, + {"갂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x82",3,NULL,0,NULL,0}, + {"Ҩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xa8",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x9e",3,NULL,0,NULL,0}, + {"泩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xa9",3,NULL,0,NULL,0}, + {"蕫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xab",3,NULL,0,NULL,0}, + {"嘔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x94",3,NULL,0,NULL,0}, + {"選",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xb8",3,NULL,0,NULL,0}, + {"媋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x8b",3,NULL,0,NULL,0}, + {"졲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xbc",3,NULL,0,NULL,0}, + {"雥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xa5",3,NULL,0,NULL,0}, + {"㖕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x95",3,NULL,0,NULL,0}, + {"舸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xb8",3,NULL,0,NULL,0}, + {"髾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xbe",3,NULL,0,NULL,0}, + {"ӟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x9f",2,NULL,0,NULL,0}, + {"㏍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x8d",3,NULL,0,NULL,0}, + {"๵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xb5",3,NULL,0,NULL,0}, + {"ɩ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xa9",2,NULL,0,NULL,0}, + {"쨽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xbd",3,NULL,0,NULL,0}, + {"懷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x80",3,NULL,0,NULL,0}, + {"鴂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x82",3,NULL,0,NULL,0}, + {"≜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x9c",3,NULL,0,NULL,0}, + {"晐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x90",3,NULL,0,NULL,0}, + {"돳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xb3",3,NULL,0,NULL,0}, + {"荾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xbe",3,NULL,0,NULL,0}, + {"ㅐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x90",3,NULL,0,NULL,0}, + {"Ḻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xba",3,NULL,0,NULL,0}, + {"۠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xa0",2,NULL,0,NULL,0}, + {"賙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x99",3,NULL,0,NULL,0}, + {"㒕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x95",3,NULL,0,NULL,0}, + {"䡔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x94",3,NULL,0,NULL,0}, + {"ᇜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xa3",3,NULL,0,NULL,0}, + {"ኁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x81",3,NULL,0,NULL,0}, + {"ꭾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xbe",3,NULL,0,NULL,0}, + {"ꤨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xa8",3,NULL,0,NULL,0}, + {"⺹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xb9",3,NULL,0,NULL,0}, + {"읩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xa9",3,NULL,0,NULL,0}, + {"䦵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xb5",3,NULL,0,NULL,0}, + {"슁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x81",3,NULL,0,NULL,0}, + {"꣟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x9f",3,NULL,0,NULL,0}, + {"覙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x99",3,NULL,0,NULL,0}, + {"ʧ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xa7",2,NULL,0,NULL,0}, + {"䏥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xa5",3,NULL,0,NULL,0}, + {"蠟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xa7",3,NULL,0,NULL,0}, + {"ꞕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x95",3,NULL,0,NULL,0}, + {"서",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x9c",3,NULL,0,NULL,0}, + {"魮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x81",3,NULL,0,NULL,0}, + {"ᓍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x8d",3,NULL,0,NULL,0}, + {"檰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xb0",3,NULL,0,NULL,0}, + {"態",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x8b",3,NULL,0,NULL,0}, + {"˒",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x92",2,NULL,0,NULL,0}, + {"๜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x9c",3,NULL,0,NULL,0}, + {"㝭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xad",3,NULL,0,NULL,0}, + {"拮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xae",3,NULL,0,NULL,0}, + {"쇈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x88",3,NULL,0,NULL,0}, + {"₷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xbc",3,NULL,0,NULL,0}, + {"抿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xbf",3,NULL,0,NULL,0}, + {"鴱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xbb",3,NULL,0,NULL,0}, + {"䃠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xa0",3,NULL,0,NULL,0}, + {"朊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x8a",3,NULL,0,NULL,0}, + {"뮗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x97",3,NULL,0,NULL,0}, + {"跌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x8c",3,NULL,0,NULL,0}, + {"℅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x87",3,NULL,0,NULL,0}, + {"뿟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x9f",3,NULL,0,NULL,0}, + {"蘚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x9a",3,NULL,0,NULL,0}, + {"蹖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x96",3,NULL,0,NULL,0}, + {"皯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xaf",3,NULL,0,NULL,0}, + {"▧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xa7",3,NULL,0,NULL,0}, + {"杳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xb3",3,NULL,0,NULL,0}, + {"禅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x85",3,NULL,0,NULL,0}, + {"粀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x80",3,NULL,0,NULL,0}, + {"䬘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x90",3,NULL,0,NULL,0}, + {"聽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xbd",3,NULL,0,NULL,0}, + {"㜯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xaf",3,NULL,0,NULL,0}, + {"眒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x92",3,NULL,0,NULL,0}, + {"࿰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xb0",3,NULL,0,NULL,0}, + {"꨿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xbf",3,NULL,0,NULL,0}, + {"檁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x81",3,NULL,0,NULL,0}, + {"텔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xac",3,NULL,0,NULL,0}, + {"᛻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xbb",3,NULL,0,NULL,0}, + {"솕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x95",3,NULL,0,NULL,0}, + {"ⵃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x83",3,NULL,0,NULL,0}, + {"沛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x9b",3,NULL,0,NULL,0}, + {"徖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x96",3,NULL,0,NULL,0}, + {"ሠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xa0",3,NULL,0,NULL,0}, + {"콨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xa8",3,NULL,0,NULL,0}, + {"斤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xa4",3,NULL,0,NULL,0}, + {"ଃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x83",3,NULL,0,NULL,0}, + {"밚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x9a",3,NULL,0,NULL,0}, + {"馎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x8e",3,NULL,0,NULL,0}, + {"ꪈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x88",3,NULL,0,NULL,0}, + {"웏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x8f",3,NULL,0,NULL,0}, + {"௛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x9b",3,NULL,0,NULL,0}, + {"龐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x90",3,NULL,0,NULL,0}, + {"퉮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xa6",3,NULL,0,NULL,0}, + {"廴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xb4",3,NULL,0,NULL,0}, + {"➑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x91",3,NULL,0,NULL,0}, + {"鿧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xa7",3,NULL,0,NULL,0}, + {"瀄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x84",3,NULL,0,NULL,0}, + {"ꮴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xb4",3,NULL,0,NULL,0}, + {"稖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x96",3,NULL,0,NULL,0}, + {"ꐆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x86",3,NULL,0,NULL,0}, + {"鲴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xb4",3,NULL,0,NULL,0}, + {"匪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xaa",3,NULL,0,NULL,0}, + {"䮟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x9f",3,NULL,0,NULL,0}, + {"浘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x90",3,NULL,0,NULL,0}, + {"ⴅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x96",3,NULL,0,NULL,0}, + {"Ў",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x8e",2,NULL,0,NULL,0}, + {"䚕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x95",3,NULL,0,NULL,0}, + {"섶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xb6",3,NULL,0,NULL,0}, + {"᰺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xba",3,NULL,0,NULL,0}, + {"㬐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x8a",3,NULL,0,NULL,0}, + {"䫕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x95",3,NULL,0,NULL,0}, + {"輬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xac",3,NULL,0,NULL,0}, + {"鐆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x86",3,NULL,0,NULL,0}, + {"粥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xa5",3,NULL,0,NULL,0}, + {"滐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x81",3,NULL,0,NULL,0}, + {"谄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x84",3,NULL,0,NULL,0}, + {"蕮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xae",3,NULL,0,NULL,0}, + {"ힿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xbf",3,NULL,0,NULL,0}, + {"㱜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x9c",3,NULL,0,NULL,0}, + {"쾩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xa9",3,NULL,0,NULL,0}, + {"敢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xbb",3,NULL,0,NULL,0}, + {"玴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xb4",3,NULL,0,NULL,0}, + {"昫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xab",3,NULL,0,NULL,0}, + {"蠅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x85",3,NULL,0,NULL,0}, + {"⭃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xa9",3,NULL,0,NULL,0}, + {"ꡟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x9f",3,NULL,0,NULL,0}, + {"垹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xb9",3,NULL,0,NULL,0}, + {"꟧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xa7",3,NULL,0,NULL,0}, + {"俒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x92",3,NULL,0,NULL,0}, + {"ꌁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x81",3,NULL,0,NULL,0}, + {"樯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xaf",3,NULL,0,NULL,0}, + {"큱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xb1",3,NULL,0,NULL,0}, + {"窃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x83",3,NULL,0,NULL,0}, + {"ᱴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xb4",3,NULL,0,NULL,0}, + {"憕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x95",3,NULL,0,NULL,0}, + {"犆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x86",3,NULL,0,NULL,0}, + {"⶛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xa7",3,NULL,0,NULL,0}, + {"䈨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xa8",3,NULL,0,NULL,0}, + {"鱰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x83",3,NULL,0,NULL,0}, + {"㩵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xb5",3,NULL,0,NULL,0}, + {"뷡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xa1",3,NULL,0,NULL,0}, + {"េ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x81",3,NULL,0,NULL,0}, + {"䆡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xa1",3,NULL,0,NULL,0}, + {"쏥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x91",3,NULL,0,NULL,0}, + {"䱞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x9e",3,NULL,0,NULL,0}, + {"Ⱒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xa2",3,NULL,0,NULL,0}, + {"೫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xab",3,NULL,0,NULL,0}, + {"谵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xb5",3,NULL,0,NULL,0}, + {"涁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xac",3,NULL,0,NULL,0}, + {"贀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x80",3,NULL,0,NULL,0}, + {"Ꜽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xbc",3,NULL,0,NULL,0}, + {"톇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x87",3,NULL,0,NULL,0}, + {"豛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x9b",3,NULL,0,NULL,0}, + {"륵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xb5",3,NULL,0,NULL,0}, + {"㡺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xba",3,NULL,0,NULL,0}, + {"ᅔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x94",3,NULL,0,NULL,0}, + {"땤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xa4",3,NULL,0,NULL,0}, + {"掗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x97",3,NULL,0,NULL,0}, + {"躬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xac",3,NULL,0,NULL,0}, + {"먹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xb9",3,NULL,0,NULL,0}, + {"떭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xad",3,NULL,0,NULL,0}, + {"Ͳ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xb2",2,NULL,0,NULL,0}, + {"肙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x99",3,NULL,0,NULL,0}, + {"볺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xba",3,NULL,0,NULL,0}, + {"씓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x93",3,NULL,0,NULL,0}, + {"츄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x84",3,NULL,0,NULL,0}, + {"䉢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xa6",3,NULL,0,NULL,0}, + {"咧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xa7",3,NULL,0,NULL,0}, + {"幢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xa2",3,NULL,0,NULL,0}, + {"爫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xab",3,NULL,0,NULL,0}, + {"⸄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xbd",3,NULL,0,NULL,0}, + {"⯠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xa0",3,NULL,0,NULL,0}, + {"怿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xbf",3,NULL,0,NULL,0}, + {"桮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xae",3,NULL,0,NULL,0}, + {"옃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x83",3,NULL,0,NULL,0}, + {"톽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xbd",3,NULL,0,NULL,0}, + {"욁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x81",3,NULL,0,NULL,0}, + {"㴏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x8f",3,NULL,0,NULL,0}, + {"羵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xb5",3,NULL,0,NULL,0}, + {"썴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb4",3,NULL,0,NULL,0}, + {"邔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x94",3,NULL,0,NULL,0}, + {"譕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x95",3,NULL,0,NULL,0}, + {"⽜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x9c",3,NULL,0,NULL,0}, + {"崏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x8f",3,NULL,0,NULL,0}, + {"ﱏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x8f",3,NULL,0,NULL,0}, + {"퓾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xbe",3,NULL,0,NULL,0}, + {"쩧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xa7",3,NULL,0,NULL,0}, + {"┩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xa9",3,NULL,0,NULL,0}, + {"⻳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xb3",3,NULL,0,NULL,0}, + {"콁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x81",3,NULL,0,NULL,0}, + {"祏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x8f",3,NULL,0,NULL,0}, + {"䁡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xa1",3,NULL,0,NULL,0}, + {"䷮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xae",3,NULL,0,NULL,0}, + {"봩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xa9",3,NULL,0,NULL,0}, + {"玄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xa6",3,NULL,0,NULL,0}, + {"﷤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x90",3,NULL,0,NULL,0}, + {"㢹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x8d",3,NULL,0,NULL,0}, + {"ﱵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xb5",3,NULL,0,NULL,0}, + {"뤕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x95",3,NULL,0,NULL,0}, + {"ᔼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xbc",3,NULL,0,NULL,0}, + {"压",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x8b",3,NULL,0,NULL,0}, + {"ƒ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x92",2,NULL,0,NULL,0}, + {"윅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x9d",3,NULL,0,NULL,0}, + {"쨣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xa3",3,NULL,0,NULL,0}, + {"ꛉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x89",3,NULL,0,NULL,0}, + {"쒻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xbb",3,NULL,0,NULL,0}, + {"谫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xab",3,NULL,0,NULL,0}, + {"㼛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xbc",3,NULL,0,NULL,0}, + {"䣂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x82",3,NULL,0,NULL,0}, + {"吧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xa7",3,NULL,0,NULL,0}, + {"ෙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x99",3,NULL,0,NULL,0}, + {"⊙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x99",3,NULL,0,NULL,0}, + {"쐸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xb8",3,NULL,0,NULL,0}, + {"緦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xa6",3,NULL,0,NULL,0}, + {"臀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x80",3,NULL,0,NULL,0}, + {"ﲃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x83",3,NULL,0,NULL,0}, + {"缵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xb5",3,NULL,0,NULL,0}, + {"ﳰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xb0",3,NULL,0,NULL,0}, + {"쌯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xaf",3,NULL,0,NULL,0}, + {"迤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xa4",3,NULL,0,NULL,0}, + {"릵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xb5",3,NULL,0,NULL,0}, + {"Ɂ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x81",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x8d",3,NULL,0,NULL,0}, + {"᷌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x8c",3,NULL,0,NULL,0}, + {"鐦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x86",3,NULL,0,NULL,0}, + {"ᄈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x88",3,NULL,0,NULL,0}, + {"ᶕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x95",3,NULL,0,NULL,0}, + {"鍌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x8c",3,NULL,0,NULL,0}, + {"痯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xaf",3,NULL,0,NULL,0}, + {"֚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x9a",2,NULL,0,NULL,0}, + {"낸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xb8",3,NULL,0,NULL,0}, + {"䢴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xb4",3,NULL,0,NULL,0}, + {"꜊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x8a",3,NULL,0,NULL,0}, + {"碩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xa9",3,NULL,0,NULL,0}, + {"쑒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x92",3,NULL,0,NULL,0}, + {"줤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xa4",3,NULL,0,NULL,0}, + {"딝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x9d",3,NULL,0,NULL,0}, + {"㺼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xbc",3,NULL,0,NULL,0}, + {"㷝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xb3",3,NULL,0,NULL,0}, + {"̧",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xa7",2,NULL,0,NULL,0}, + {"젒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x92",3,NULL,0,NULL,0}, + {"얇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xbc",3,NULL,0,NULL,0}, + {"⿯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xaf",3,NULL,0,NULL,0}, + {"뀘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x98",3,NULL,0,NULL,0}, + {"앂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x82",3,NULL,0,NULL,0}, + {"ਲ਼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xb3",3,NULL,0,NULL,0}, + {"Ꙇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x86",3,NULL,0,NULL,0}, + {"눷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xb7",3,NULL,0,NULL,0}, + {"侣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xa3",3,NULL,0,NULL,0}, + {"찂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x82",3,NULL,0,NULL,0}, + {"둕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x95",3,NULL,0,NULL,0}, + {"⢲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xac",3,NULL,0,NULL,0}, + {"쐄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x84",3,NULL,0,NULL,0}, + {"乮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xae",3,NULL,0,NULL,0}, + {"錽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xbd",3,NULL,0,NULL,0}, + {"Ḃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x82",3,NULL,0,NULL,0}, + {"䂚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x9a",3,NULL,0,NULL,0}, + {"⏦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xa6",3,NULL,0,NULL,0}, + {"‘",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x91",2,NULL,0,NULL,0}, + {"罢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xa2",3,NULL,0,NULL,0}, + {"ੁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x81",3,NULL,0,NULL,0}, + {"ꃢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xa2",3,NULL,0,NULL,0}, + {"⇒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x92",3,NULL,0,NULL,0}, + {"䀓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x93",3,NULL,0,NULL,0}, + {"艑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x91",3,NULL,0,NULL,0}, + {"㗵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xb0",3,NULL,0,NULL,0}, + {"ᴖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x96",3,NULL,0,NULL,0}, + {"鉑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x91",3,NULL,0,NULL,0}, + {"葑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x91",3,NULL,0,NULL,0}, + {"뀽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xbd",3,NULL,0,NULL,0}, + {"햕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x95",3,NULL,0,NULL,0}, + {"ꋬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xac",3,NULL,0,NULL,0}, + {"䛣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xa3",3,NULL,0,NULL,0}, + {"砢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xa2",3,NULL,0,NULL,0}, + {"瞹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xb9",3,NULL,0,NULL,0}, + {"㸞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x9b",3,NULL,0,NULL,0}, + {"돎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x8e",3,NULL,0,NULL,0}, + {"Ō",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x8c",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x91",3,NULL,0,NULL,0}, + {"걤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xb9",3,NULL,0,NULL,0}, + {"䏰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xb0",3,NULL,0,NULL,0}, + {"ἥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xa5",3,NULL,0,NULL,0}, + {"ₔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x94",3,NULL,0,NULL,0}, + {"冸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xb8",3,NULL,0,NULL,0}, + {"䃐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xb5",3,NULL,0,NULL,0}, + {"을",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x84",3,NULL,0,NULL,0}, + {"쯓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x93",3,NULL,0,NULL,0}, + {"샓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x93",3,NULL,0,NULL,0}, + {"ㄘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x98",3,NULL,0,NULL,0}, + {"螤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xb8",3,NULL,0,NULL,0}, + {"亯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xaf",3,NULL,0,NULL,0}, + {"ᗌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x9c",3,NULL,0,NULL,0}, + {"궲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xb2",3,NULL,0,NULL,0}, + {"ῴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xb4",3,NULL,0,NULL,0}, + {"ꑪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xaa",3,NULL,0,NULL,0}, + {"귡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xa1",3,NULL,0,NULL,0}, + {"ࢷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xb7",3,NULL,0,NULL,0}, + {"銺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xba",3,NULL,0,NULL,0}, + {"㿤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xa4",3,NULL,0,NULL,0}, + {"垬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xac",3,NULL,0,NULL,0}, + {"㚎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x8e",3,NULL,0,NULL,0}, + {"瘩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xa9",3,NULL,0,NULL,0}, + {"膉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x89",3,NULL,0,NULL,0}, + {"녳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xb3",3,NULL,0,NULL,0}, + {"蒚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x9a",3,NULL,0,NULL,0}, + {"곅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x85",3,NULL,0,NULL,0}, + {"퍨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xa8",3,NULL,0,NULL,0}, + {"孽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xbd",3,NULL,0,NULL,0}, + {"᧳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xb3",3,NULL,0,NULL,0}, + {"北",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xa1",3,NULL,0,NULL,0}, + {"芅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x85",3,NULL,0,NULL,0}, + {"竦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xa6",3,NULL,0,NULL,0}, + {"᩶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xa1",3,NULL,0,NULL,0}, + {"쵊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x8a",3,NULL,0,NULL,0}, + {"흗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x97",3,NULL,0,NULL,0}, + {"곫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xab",3,NULL,0,NULL,0}, + {"婠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xa0",3,NULL,0,NULL,0}, + {"ὑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x91",3,NULL,0,NULL,0}, + {"잹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xb9",3,NULL,0,NULL,0}, + {"氝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x9d",3,NULL,0,NULL,0}, + {"쉠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xa0",3,NULL,0,NULL,0}, + {"䤂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x82",3,NULL,0,NULL,0}, + {"郭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xad",3,NULL,0,NULL,0}, + {"놉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x89",3,NULL,0,NULL,0}, + {"캀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x80",3,NULL,0,NULL,0}, + {"堃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x83",3,NULL,0,NULL,0}, + {"ニ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x86",3,NULL,0,NULL,0}, + {"歑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x91",3,NULL,0,NULL,0}, + {"᧥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xa5",3,NULL,0,NULL,0}, + {"֮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xae",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xa1",3,NULL,0,NULL,0}, + {"䕅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x85",3,NULL,0,NULL,0}, + {"죓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x93",3,NULL,0,NULL,0}, + {"넼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xbc",3,NULL,0,NULL,0}, + {"Ꚛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x9a",3,NULL,0,NULL,0}, + {"흭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xad",3,NULL,0,NULL,0}, + {"ሉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x89",3,NULL,0,NULL,0}, + {"䊨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xa8",3,NULL,0,NULL,0}, + {"剸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xb8",3,NULL,0,NULL,0}, + {"냩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xa9",3,NULL,0,NULL,0}, + {"槝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x9d",3,NULL,0,NULL,0}, + {"ڞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x9e",2,NULL,0,NULL,0}, + {"턺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xaa",3,NULL,0,NULL,0}, + {"◔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x94",3,NULL,0,NULL,0}, + {"䤑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x91",3,NULL,0,NULL,0}, + {"薼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xbc",3,NULL,0,NULL,0}, + {"雔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xb8",3,NULL,0,NULL,0}, + {"꾮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xae",3,NULL,0,NULL,0}, + {"姙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x99",3,NULL,0,NULL,0}, + {"닟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x9f",3,NULL,0,NULL,0}, + {"툱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xb1",3,NULL,0,NULL,0}, + {"㓥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xa5",3,NULL,0,NULL,0}, + {"뻮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xae",3,NULL,0,NULL,0}, + {"錖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x96",3,NULL,0,NULL,0}, + {"姐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x90",3,NULL,0,NULL,0}, + {"䭦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xa6",3,NULL,0,NULL,0}, + {"㔮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xae",3,NULL,0,NULL,0}, + {"♴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xb4",3,NULL,0,NULL,0}, + {"橹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xb9",3,NULL,0,NULL,0}, + {"嚼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xbc",3,NULL,0,NULL,0}, + {"欛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x9b",3,NULL,0,NULL,0}, + {"숟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x9f",3,NULL,0,NULL,0}, + {"ꂏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x8f",3,NULL,0,NULL,0}, + {"韽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xbd",3,NULL,0,NULL,0}, + {"䕟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x9f",3,NULL,0,NULL,0}, + {"㍄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x84",3,NULL,0,NULL,0}, + {"㚳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x89",3,NULL,0,NULL,0}, + {"硺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xba",3,NULL,0,NULL,0}, + {"ڥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xa5",2,NULL,0,NULL,0}, + {"畇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x87",3,NULL,0,NULL,0}, + {"硋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x8b",3,NULL,0,NULL,0}, + {"旯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xaf",3,NULL,0,NULL,0}, + {"藺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xba",3,NULL,0,NULL,0}, + {"䜢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xa2",3,NULL,0,NULL,0}, + {"剉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x89",3,NULL,0,NULL,0}, + {"错",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x99",3,NULL,0,NULL,0}, + {"䌯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xa3",3,NULL,0,NULL,0}, + {"笌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x8c",3,NULL,0,NULL,0}, + {"⟒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x92",3,NULL,0,NULL,0}, + {"✙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x99",3,NULL,0,NULL,0}, + {"⫝̸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x9c",3,NULL,0,NULL,0}, + {"⁐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x90",3,NULL,0,NULL,0}, + {"꨺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xad",3,NULL,0,NULL,0}, + {"䎥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xa5",3,NULL,0,NULL,0}, + {"⡲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xb2",3,NULL,0,NULL,0}, + {"큆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x86",3,NULL,0,NULL,0}, + {"⃅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x85",3,NULL,0,NULL,0}, + {"꬞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x9e",3,NULL,0,NULL,0}, + {"㎂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x82",3,NULL,0,NULL,0}, + {"᙮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xae",3,NULL,0,NULL,0}, + {"횿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xbf",3,NULL,0,NULL,0}, + {"Ֆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x96",2,NULL,0,NULL,0}, + {"驴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xb4",3,NULL,0,NULL,0}, + {"鲡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xa1",3,NULL,0,NULL,0}, + {"圻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xbb",3,NULL,0,NULL,0}, + {"ꁊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x8a",3,NULL,0,NULL,0}, + {"糢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xa2",3,NULL,0,NULL,0}, + {"⇳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xb3",3,NULL,0,NULL,0}, + {"閔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x82",3,NULL,0,NULL,0}, + {"ᮣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xa3",3,NULL,0,NULL,0}, + {"顧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xa7",3,NULL,0,NULL,0}, + {"埓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x86",3,NULL,0,NULL,0}, + {"灤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xa4",3,NULL,0,NULL,0}, + {"揓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x93",3,NULL,0,NULL,0}, + {"荧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xa7",3,NULL,0,NULL,0}, + {"泻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xbb",3,NULL,0,NULL,0}, + {"빧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xa7",3,NULL,0,NULL,0}, + {"ꠓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xa1",3,NULL,0,NULL,0}, + {"㭻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xbb",3,NULL,0,NULL,0}, + {"攮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xae",3,NULL,0,NULL,0}, + {"⻋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x8b",3,NULL,0,NULL,0}, + {"煺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xba",3,NULL,0,NULL,0}, + {"䨨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xa8",3,NULL,0,NULL,0}, + {"먌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x8c",3,NULL,0,NULL,0}, + {"⠗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x97",3,NULL,0,NULL,0}, + {"Ꝉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x88",3,NULL,0,NULL,0}, + {"铃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x83",3,NULL,0,NULL,0}, + {"炘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x98",3,NULL,0,NULL,0}, + {"ӥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xa5",2,NULL,0,NULL,0}, + {"ḽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xbd",3,NULL,0,NULL,0}, + {"懕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xa6",3,NULL,0,NULL,0}, + {"ꨥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xa5",3,NULL,0,NULL,0}, + {"惺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xba",3,NULL,0,NULL,0}, + {"ྪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xaa",3,NULL,0,NULL,0}, + {"ꦞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x9e",3,NULL,0,NULL,0}, + {"䅽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xb4",3,NULL,0,NULL,0}, + {"捌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x8c",3,NULL,0,NULL,0}, + {"뫑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x91",3,NULL,0,NULL,0}, + {"촔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x94",3,NULL,0,NULL,0}, + {"ಗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x97",3,NULL,0,NULL,0}, + {"唿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xbf",3,NULL,0,NULL,0}, + {"飤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xa4",3,NULL,0,NULL,0}, + {"ᇬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xac",3,NULL,0,NULL,0}, + {"ꇐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x90",3,NULL,0,NULL,0}, + {"ꍾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xbe",3,NULL,0,NULL,0}, + {"璱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xb1",3,NULL,0,NULL,0}, + {"黺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xba",3,NULL,0,NULL,0}, + {"☬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xac",3,NULL,0,NULL,0}, + {"H",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"圎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x8e",3,NULL,0,NULL,0}, + {"胢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xa2",3,NULL,0,NULL,0}, + {"▭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xad",3,NULL,0,NULL,0}, + {"㊌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x8c",3,NULL,0,NULL,0}, + {"鋵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xb5",3,NULL,0,NULL,0}, + {"䦷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xb7",3,NULL,0,NULL,0}, + {"灾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xbe",3,NULL,0,NULL,0}, + {"狉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x89",3,NULL,0,NULL,0}, + {"踲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xb2",3,NULL,0,NULL,0}, + {"ꞧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xab",3,NULL,0,NULL,0}, + {"䮵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x9a",3,NULL,0,NULL,0}, + {"䚄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x84",3,NULL,0,NULL,0}, + {"烯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xaf",3,NULL,0,NULL,0}, + {"耡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xa1",3,NULL,0,NULL,0}, + {"פ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xa4",2,NULL,0,NULL,0}, + {"쇐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x90",3,NULL,0,NULL,0}, + {"묏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x8f",3,NULL,0,NULL,0}, + {"ⵉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x89",3,NULL,0,NULL,0}, + {"攟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x9f",3,NULL,0,NULL,0}, + {"ⱂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x82",3,NULL,0,NULL,0}, + {"洒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x92",3,NULL,0,NULL,0}, + {"悟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x9f",3,NULL,0,NULL,0}, + {"봯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xaf",3,NULL,0,NULL,0}, + {"ꫫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xab",3,NULL,0,NULL,0}, + {"ꊺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xba",3,NULL,0,NULL,0}, + {"ꔛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x9b",3,NULL,0,NULL,0}, + {"≞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x9e",3,NULL,0,NULL,0}, + {"⥪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xaa",3,NULL,0,NULL,0}, + {"౨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xa8",3,NULL,0,NULL,0}, + {"ኝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x9d",3,NULL,0,NULL,0}, + {"廉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x89",3,NULL,0,NULL,0}, + {"관",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x80",3,NULL,0,NULL,0}, + {"瘔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x94",3,NULL,0,NULL,0}, + {"윴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xb4",3,NULL,0,NULL,0}, + {"➫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xab",3,NULL,0,NULL,0}, + {"콹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xb9",3,NULL,0,NULL,0}, + {"屺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xba",3,NULL,0,NULL,0}, + {"௩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xa9",3,NULL,0,NULL,0}, + {"觍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x8d",3,NULL,0,NULL,0}, + {"吊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x8a",3,NULL,0,NULL,0}, + {"衘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x98",3,NULL,0,NULL,0}, + {"ႛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x9b",3,NULL,0,NULL,0}, + {"龨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xa8",3,NULL,0,NULL,0}, + {"條",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x9d",3,NULL,0,NULL,0}, + {"꭭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xad",3,NULL,0,NULL,0}, + {"鱋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x8b",3,NULL,0,NULL,0}, + {"ส",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xaa",3,NULL,0,NULL,0}, + {"禇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x87",3,NULL,0,NULL,0}, + {"䩮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xae",3,NULL,0,NULL,0}, + {"ꏀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x80",3,NULL,0,NULL,0}, + {"Ჳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xb3",3,NULL,0,NULL,0}, + {"봀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x80",3,NULL,0,NULL,0}, + {"搔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x94",3,NULL,0,NULL,0}, + {"】",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x91",3,NULL,0,NULL,0}, + {"湽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xbd",3,NULL,0,NULL,0}, + {"ꍗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x97",3,NULL,0,NULL,0}, + {"辗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x97",3,NULL,0,NULL,0}, + {"폁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x96",3,NULL,0,NULL,0}, + {"蝞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x9e",3,NULL,0,NULL,0}, + {"ෟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x9f",3,NULL,0,NULL,0}, + {"홏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x8f",3,NULL,0,NULL,0}, + {"沩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x89",3,NULL,0,NULL,0}, + {"椽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xbd",3,NULL,0,NULL,0}, + {"䳴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x8a",3,NULL,0,NULL,0}, + {"溞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x9e",3,NULL,0,NULL,0}, + {"ᰏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x8f",3,NULL,0,NULL,0}, + {"莀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x80",3,NULL,0,NULL,0}, + {"૱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xbd",3,NULL,0,NULL,0}, + {"ꪔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x94",3,NULL,0,NULL,0}, + {"僌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x8c",3,NULL,0,NULL,0}, + {"ꕆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x86",3,NULL,0,NULL,0}, + {"릜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x9c",3,NULL,0,NULL,0}, + {"ᅎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x8e",3,NULL,0,NULL,0}, + {"㟐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xb6",3,NULL,0,NULL,0}, + {"쑯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x80",3,NULL,0,NULL,0}, + {"쿼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x87",3,NULL,0,NULL,0}, + {"討",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x8e",3,NULL,0,NULL,0}, + {"蠗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x97",3,NULL,0,NULL,0}, + {"렣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xa3",3,NULL,0,NULL,0}, + {"鳤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x8c",3,NULL,0,NULL,0}, + {"鬧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xa7",3,NULL,0,NULL,0}, + {"釾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xbe",3,NULL,0,NULL,0}, + {"骼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x8a",3,NULL,0,NULL,0}, + {"㙞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x9e",3,NULL,0,NULL,0}, + {"蛅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x85",3,NULL,0,NULL,0}, + {"깣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x8c",3,NULL,0,NULL,0}, + {"粇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x87",3,NULL,0,NULL,0}, + {"滔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x94",3,NULL,0,NULL,0}, + {"塱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xb1",3,NULL,0,NULL,0}, + {"㺴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xb4",3,NULL,0,NULL,0}, + {"৒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xa5",3,NULL,0,NULL,0}, + {"ඈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x88",3,NULL,0,NULL,0}, + {"谤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xa4",3,NULL,0,NULL,0}, + {"䇩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xa9",3,NULL,0,NULL,0}, + {"揼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xbc",3,NULL,0,NULL,0}, + {"綇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x87",3,NULL,0,NULL,0}, + {"渐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x90",3,NULL,0,NULL,0}, + {"劼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xbc",3,NULL,0,NULL,0}, + {"黋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x8b",3,NULL,0,NULL,0}, + {"Ꟶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xb5",3,NULL,0,NULL,0}, + {"뱩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xa9",3,NULL,0,NULL,0}, + {"箇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x87",3,NULL,0,NULL,0}, + {"틇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x87",3,NULL,0,NULL,0}, + {"럄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x84",3,NULL,0,NULL,0}, + {"睋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x8b",3,NULL,0,NULL,0}, + {"牺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xba",3,NULL,0,NULL,0}, + {"ⶑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x91",3,NULL,0,NULL,0}, + {"䧿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xbf",3,NULL,0,NULL,0}, + {"︗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x97",3,NULL,0,NULL,0}, + {"栵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xb5",3,NULL,0,NULL,0}, + {"왬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xac",3,NULL,0,NULL,0}, + {"鯟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x9f",3,NULL,0,NULL,0}, + {"耞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x9e",3,NULL,0,NULL,0}, + {"䆳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xb3",3,NULL,0,NULL,0}, + {"㠁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x81",3,NULL,0,NULL,0}, + {"﵅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x85",3,NULL,0,NULL,0}, + {"課",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xb2",3,NULL,0,NULL,0}, + {"웞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x9e",3,NULL,0,NULL,0}, + {"텵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xb5",3,NULL,0,NULL,0}, + {"莊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x8a",3,NULL,0,NULL,0}, + {"Ⱂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x92",3,NULL,0,NULL,0}, + {"퇔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x94",3,NULL,0,NULL,0}, + {"脽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xbd",3,NULL,0,NULL,0}, + {"挣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xa3",3,NULL,0,NULL,0}, + {"紨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xa8",3,NULL,0,NULL,0}, + {"벲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xb2",3,NULL,0,NULL,0}, + {"呝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x9d",3,NULL,0,NULL,0}, + {"闐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x90",3,NULL,0,NULL,0}, + {"묳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xb3",3,NULL,0,NULL,0}, + {"䶑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x8a",3,NULL,0,NULL,0}, + {"潄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x84",3,NULL,0,NULL,0}, + {"嬉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x89",3,NULL,0,NULL,0}, + {"ﵿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xbf",3,NULL,0,NULL,0}, + {"╈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x88",3,NULL,0,NULL,0}, + {"틶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xb6",3,NULL,0,NULL,0}, + {"諰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xb0",3,NULL,0,NULL,0}, + {"똈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x88",3,NULL,0,NULL,0}, + {"ー",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb0",3,NULL,0,NULL,0}, + {"Ⳇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x86",3,NULL,0,NULL,0}, + {"ᗇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x87",3,NULL,0,NULL,0}, + {"ꖘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x98",3,NULL,0,NULL,0}, + {"ﶆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x86",3,NULL,0,NULL,0}, + {"޲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xb2",2,NULL,0,NULL,0}, + {"룑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x91",3,NULL,0,NULL,0}, + {"○",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xae",3,NULL,0,NULL,0}, + {"䵋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x8b",3,NULL,0,NULL,0}, + {"㴍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x90",3,NULL,0,NULL,0}, + {"즪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xaa",3,NULL,0,NULL,0}, + {"许",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xb8",3,NULL,0,NULL,0}, + {"܏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x8f",2,NULL,0,NULL,0}, + {"⾒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xa8",3,NULL,0,NULL,0}, + {"勬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xb1",3,NULL,0,NULL,0}, + {"᜖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x96",3,NULL,0,NULL,0}, + {"䁳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xb3",3,NULL,0,NULL,0}, + {"줌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x8c",3,NULL,0,NULL,0}, + {"㽒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x92",3,NULL,0,NULL,0}, + {"姥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xa5",3,NULL,0,NULL,0}, + {"取",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x96",3,NULL,0,NULL,0}, + {"╇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x87",3,NULL,0,NULL,0}, + {"Ή",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x89",2,NULL,0,NULL,0}, + {"덇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x87",3,NULL,0,NULL,0}, + {"촌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x8c",3,NULL,0,NULL,0}, + {"ਤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xa4",3,NULL,0,NULL,0}, + {"鞻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xbb",3,NULL,0,NULL,0}, + {"졄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x84",3,NULL,0,NULL,0}, + {"᎞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x9e",3,NULL,0,NULL,0}, + {"茕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x95",3,NULL,0,NULL,0}, + {"纸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xb8",3,NULL,0,NULL,0}, + {"늠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xa0",3,NULL,0,NULL,0}, + {"뚷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xab",3,NULL,0,NULL,0}, + {"鎯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xaf",3,NULL,0,NULL,0}, + {"湔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x94",3,NULL,0,NULL,0}, + {"컺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xba",3,NULL,0,NULL,0}, + {"ﬨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xbf",3,NULL,0,NULL,0}, + {"陙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x99",3,NULL,0,NULL,0}, + {"뻱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xb0",3,NULL,0,NULL,0}, + {"ၭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xad",3,NULL,0,NULL,0}, + {"ꚻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xbb",3,NULL,0,NULL,0}, + {"雈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x88",3,NULL,0,NULL,0}, + {"⼋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x8b",3,NULL,0,NULL,0}, + {"䜐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x90",3,NULL,0,NULL,0}, + {"㼑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xa4",3,NULL,0,NULL,0}, + {"ꃆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x86",3,NULL,0,NULL,0}, + {"쥣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xa3",3,NULL,0,NULL,0}, + {"ꛘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x98",3,NULL,0,NULL,0}, + {"⣩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xa9",3,NULL,0,NULL,0}, + {"፯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xaf",3,NULL,0,NULL,0}, + {"㇪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xaa",3,NULL,0,NULL,0}, + {"㪘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x98",3,NULL,0,NULL,0}, + {"ꗏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x8f",3,NULL,0,NULL,0}, + {"ē",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x93",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xa9",3,NULL,0,NULL,0}, + {"늮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xae",3,NULL,0,NULL,0}, + {"蘯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xaf",3,NULL,0,NULL,0}, + {"돘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x98",3,NULL,0,NULL,0}, + {"搼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xbc",3,NULL,0,NULL,0}, + {"᭍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x8d",3,NULL,0,NULL,0}, + {"猑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x91",3,NULL,0,NULL,0}, + {"ᓿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xbf",3,NULL,0,NULL,0}, + {"沔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x94",3,NULL,0,NULL,0}, + {"᡿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xbf",3,NULL,0,NULL,0}, + {"翍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x8d",3,NULL,0,NULL,0}, + {"徧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xa7",3,NULL,0,NULL,0}, + {"ࠧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xa7",3,NULL,0,NULL,0}, + {"툳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xb3",3,NULL,0,NULL,0}, + {"ȍ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x8d",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x88",3,NULL,0,NULL,0}, + {"蒻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xbb",3,NULL,0,NULL,0}, + {"乞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x9e",3,NULL,0,NULL,0}, + {"ᚧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xa7",3,NULL,0,NULL,0}, + {"⌣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xa3",3,NULL,0,NULL,0}, + {"ﭩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xa9",3,NULL,0,NULL,0}, + {"᥇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x87",3,NULL,0,NULL,0}, + {"ꮗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x97",3,NULL,0,NULL,0}, + {"鍔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x94",3,NULL,0,NULL,0}, + {"㗘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x98",3,NULL,0,NULL,0}, + {"䂊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x8a",3,NULL,0,NULL,0}, + {"碫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xab",3,NULL,0,NULL,0}, + {"僬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xac",3,NULL,0,NULL,0}, + {"故",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x85",3,NULL,0,NULL,0}, + {"舡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xa1",3,NULL,0,NULL,0}, + {"↴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xb4",3,NULL,0,NULL,0}, + {"㘏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x92",3,NULL,0,NULL,0}, + {"㷏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x8f",3,NULL,0,NULL,0}, + {"㎾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xbe",3,NULL,0,NULL,0}, + {"헊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x8a",3,NULL,0,NULL,0}, + {"䅮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xae",3,NULL,0,NULL,0}, + {"傂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x82",3,NULL,0,NULL,0}, + {"寐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x90",3,NULL,0,NULL,0}, + {"瑱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xa1",3,NULL,0,NULL,0}, + {"㐽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xbd",3,NULL,0,NULL,0}, + {"ꌄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x84",3,NULL,0,NULL,0}, + {"Ŝ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x9c",2,NULL,0,NULL,0}, + {"ệ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x87",3,NULL,0,NULL,0}, + {"汖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x96",3,NULL,0,NULL,0}, + {"쩰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x9c",3,NULL,0,NULL,0}, + {"瞻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xbb",3,NULL,0,NULL,0}, + {"਱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x81",3,NULL,0,NULL,0}, + {"둟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x9f",3,NULL,0,NULL,0}, + {"琄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x84",3,NULL,0,NULL,0}, + {"蓗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x95",3,NULL,0,NULL,0}, + {"?",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x9f",3,NULL,0,NULL,0}, + {"䡧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xa7",3,NULL,0,NULL,0}, + {"亽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xbd",3,NULL,0,NULL,0}, + {"굾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xbe",3,NULL,0,NULL,0}, + {"䠈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x88",3,NULL,0,NULL,0}, + {"춋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x8b",3,NULL,0,NULL,0}, + {"﮷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xb7",3,NULL,0,NULL,0}, + {"艣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xa3",3,NULL,0,NULL,0}, + {"䒅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x9a",3,NULL,0,NULL,0}, + {"쵯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xaf",3,NULL,0,NULL,0}, + {"⇂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x82",3,NULL,0,NULL,0}, + {"ꀿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xbf",3,NULL,0,NULL,0}, + {"뇂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x82",3,NULL,0,NULL,0}, + {"ꐤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xa4",3,NULL,0,NULL,0}, + {"ʊ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x8a",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x94",3,NULL,0,NULL,0}, + {"⇐",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x90",3,NULL,0,NULL,0}, + {"긥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xa5",3,NULL,0,NULL,0}, + {"栗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x9a",3,NULL,0,NULL,0}, + {"脔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x94",3,NULL,0,NULL,0}, + {"⧛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x9b",3,NULL,0,NULL,0}, + {"ᐧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xa7",3,NULL,0,NULL,0}, + {"겾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xbe",3,NULL,0,NULL,0}, + {"抒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x92",3,NULL,0,NULL,0}, + {"閍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xa3",3,NULL,0,NULL,0}, + {"膛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x9b",3,NULL,0,NULL,0}, + {"ㅽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xbd",3,NULL,0,NULL,0}, + {"훞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x9e",3,NULL,0,NULL,0}, + {"ጓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x93",3,NULL,0,NULL,0}, + {"橬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xac",3,NULL,0,NULL,0}, + {"총",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x9d",3,NULL,0,NULL,0}, + {"宏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x8f",3,NULL,0,NULL,0}, + {"Ϝ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x9c",2,NULL,0,NULL,0}, + {"쫇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x87",3,NULL,0,NULL,0}, + {"᫗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xbf",3,NULL,0,NULL,0}, + {"曇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x87",3,NULL,0,NULL,0}, + {"ㄈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x88",3,NULL,0,NULL,0}, + {"嫭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xad",3,NULL,0,NULL,0}, + {"ﯭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xad",3,NULL,0,NULL,0}, + {"嵝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x9d",3,NULL,0,NULL,0}, + {"᠗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x97",3,NULL,0,NULL,0}, + {"李",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x8e",3,NULL,0,NULL,0}, + {"邠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xa0",3,NULL,0,NULL,0}, + {"鸧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xa7",3,NULL,0,NULL,0}, + {"컍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x8d",3,NULL,0,NULL,0}, + {"튉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x89",3,NULL,0,NULL,0}, + {"埌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x8c",3,NULL,0,NULL,0}, + {"粗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x97",3,NULL,0,NULL,0}, + {"ꆇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x87",3,NULL,0,NULL,0}, + {"瘫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xab",3,NULL,0,NULL,0}, + {"ꒃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x83",3,NULL,0,NULL,0}, + {"˿",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xbf",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x81",3,NULL,0,NULL,0}, + {"䛃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x83",3,NULL,0,NULL,0}, + {"ॆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x86",3,NULL,0,NULL,0}, + {"浇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x87",3,NULL,0,NULL,0}, + {"ြ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xbc",3,NULL,0,NULL,0}, + {"磳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xb3",3,NULL,0,NULL,0}, + {"셍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x8d",3,NULL,0,NULL,0}, + {"䙸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xb8",3,NULL,0,NULL,0}, + {"܁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x81",2,NULL,0,NULL,0}, + {"霻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xbb",3,NULL,0,NULL,0}, + {"鷼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xbc",3,NULL,0,NULL,0}, + {"䋵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xb5",3,NULL,0,NULL,0}, + {"樹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xb9",3,NULL,0,NULL,0}, + {"⃖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x96",3,NULL,0,NULL,0}, + {"窺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xba",3,NULL,0,NULL,0}, + {"茼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xbc",3,NULL,0,NULL,0}, + {"횇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x87",3,NULL,0,NULL,0}, + {"筡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xa1",3,NULL,0,NULL,0}, + {"댞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x83",3,NULL,0,NULL,0}, + {"໧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xa7",3,NULL,0,NULL,0}, + {"쾜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x9c",3,NULL,0,NULL,0}, + {"퉋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x8b",3,NULL,0,NULL,0}, + {"⛁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x81",3,NULL,0,NULL,0}, + {"噯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xaf",3,NULL,0,NULL,0}, + {"坠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xa0",3,NULL,0,NULL,0}, + {"濃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x83",3,NULL,0,NULL,0}, + {"奺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xba",3,NULL,0,NULL,0}, + {"셦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xa6",3,NULL,0,NULL,0}, + {"⼴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xb4",3,NULL,0,NULL,0}, + {"fi",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x81",3,NULL,0,NULL,0}, + {"㋱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xb1",3,NULL,0,NULL,0}, + {"ꏹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xb9",3,NULL,0,NULL,0}, + {"섓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x93",3,NULL,0,NULL,0}, + {"椺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xba",3,NULL,0,NULL,0}, + {"뜡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xa1",3,NULL,0,NULL,0}, + {"窚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x9a",3,NULL,0,NULL,0}, + {"ꍲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xb2",3,NULL,0,NULL,0}, + {"ᇻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x93",3,NULL,0,NULL,0}, + {"䲩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xa9",3,NULL,0,NULL,0}, + {"泀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xb8",3,NULL,0,NULL,0}, + {"䞍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x8e",3,NULL,0,NULL,0}, + {"곋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x8b",3,NULL,0,NULL,0}, + {"薠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xa0",3,NULL,0,NULL,0}, + {"䌾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xbe",3,NULL,0,NULL,0}, + {"ꪫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xab",3,NULL,0,NULL,0}, + {"Ҁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x80",2,NULL,0,NULL,0}, + {"꾒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x92",3,NULL,0,NULL,0}, + {"㥖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x96",3,NULL,0,NULL,0}, + {"癶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xb6",3,NULL,0,NULL,0}, + {"蠮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x81",3,NULL,0,NULL,0}, + {"豌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x8c",3,NULL,0,NULL,0}, + {"쀕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x95",3,NULL,0,NULL,0}, + {"妸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xb8",3,NULL,0,NULL,0}, + {"㡟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x9f",3,NULL,0,NULL,0}, + {"騁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x81",3,NULL,0,NULL,0}, + {"✛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x9b",3,NULL,0,NULL,0}, + {"戒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x92",3,NULL,0,NULL,0}, + {"⋺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xbb",3,NULL,0,NULL,0}, + {"镼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x92",3,NULL,0,NULL,0}, + {"꺚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x9a",3,NULL,0,NULL,0}, + {"ᯠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xa0",3,NULL,0,NULL,0}, + {"ꨉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x89",3,NULL,0,NULL,0}, + {"轗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x97",3,NULL,0,NULL,0}, + {"괌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x8c",3,NULL,0,NULL,0}, + {"븖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x8f",3,NULL,0,NULL,0}, + {"珞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x97",3,NULL,0,NULL,0}, + {"㲌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x8c",3,NULL,0,NULL,0}, + {"챨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x9c",3,NULL,0,NULL,0}, + {"ⓙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x99",3,NULL,0,NULL,0}, + {"멙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x99",3,NULL,0,NULL,0}, + {"捪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xaa",3,NULL,0,NULL,0}, + {"࿲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xb2",3,NULL,0,NULL,0}, + {"⮱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x93",3,NULL,0,NULL,0}, + {"횵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xb5",3,NULL,0,NULL,0}, + {"䧢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xa2",3,NULL,0,NULL,0}, + {"㦮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xae",3,NULL,0,NULL,0}, + {"ꬪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xaa",3,NULL,0,NULL,0}, + {"⏏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x8f",3,NULL,0,NULL,0}, + {"큊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x94",3,NULL,0,NULL,0}, + {"睂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x82",3,NULL,0,NULL,0}, + {"ᄭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xad",3,NULL,0,NULL,0}, + {"ꨗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x97",3,NULL,0,NULL,0}, + {"뭄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x84",3,NULL,0,NULL,0}, + {"玛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x9b",3,NULL,0,NULL,0}, + {"᭡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xa1",3,NULL,0,NULL,0}, + {"ꦼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xbc",3,NULL,0,NULL,0}, + {"갚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x9a",3,NULL,0,NULL,0}, + {"ꝕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x95",3,NULL,0,NULL,0}, + {"钴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xb4",3,NULL,0,NULL,0}, + {"営",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xb6",3,NULL,0,NULL,0}, + {"톬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xac",3,NULL,0,NULL,0}, + {"빵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x92",3,NULL,0,NULL,0}, + {"퇭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x97",3,NULL,0,NULL,0}, + {"却",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xb4",3,NULL,0,NULL,0}, + {"⧣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xa3",3,NULL,0,NULL,0}, + {"瀕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x95",3,NULL,0,NULL,0}, + {"紧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xa7",3,NULL,0,NULL,0}, + {"봎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x8e",3,NULL,0,NULL,0}, + {"⩩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xa9",3,NULL,0,NULL,0}, + {"鼋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x8b",3,NULL,0,NULL,0}, + {"炐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x90",3,NULL,0,NULL,0}, + {"숷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xb7",3,NULL,0,NULL,0}, + {"牌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x8c",3,NULL,0,NULL,0}, + {"祢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xa2",3,NULL,0,NULL,0}, + {"⌲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xb2",3,NULL,0,NULL,0}, + {"獡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xa1",3,NULL,0,NULL,0}, + {"⳪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xaa",3,NULL,0,NULL,0}, + {"엞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x9e",3,NULL,0,NULL,0}, + {"秏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x8f",3,NULL,0,NULL,0}, + {"㚫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xab",3,NULL,0,NULL,0}, + {"Ⰽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x8d",3,NULL,0,NULL,0}, + {"탻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x98",3,NULL,0,NULL,0}, + {"ꤠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xa0",3,NULL,0,NULL,0}, + {"➼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xbc",3,NULL,0,NULL,0}, + {"㴸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xb8",3,NULL,0,NULL,0}, + {"積",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x8d",3,NULL,0,NULL,0}, + {"䅏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x8f",3,NULL,0,NULL,0}, + {"ಥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xa5",3,NULL,0,NULL,0}, + {"ቈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x88",3,NULL,0,NULL,0}, + {"䄪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x8d",3,NULL,0,NULL,0}, + {"謨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xa8",3,NULL,0,NULL,0}, + {"璅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x85",3,NULL,0,NULL,0}, + {"譿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xbf",3,NULL,0,NULL,0}, + {"཭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xad",3,NULL,0,NULL,0}, + {"鷭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xad",3,NULL,0,NULL,0}, + {"暫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xab",3,NULL,0,NULL,0}, + {"迍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x8d",3,NULL,0,NULL,0}, + {"D",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"庛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x9b",3,NULL,0,NULL,0}, + {"匃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x83",3,NULL,0,NULL,0}, + {"쾽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xbd",3,NULL,0,NULL,0}, + {"覉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x89",3,NULL,0,NULL,0}, + {"Ꝿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xbe",3,NULL,0,NULL,0}, + {"ຣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xa3",3,NULL,0,NULL,0}, + {"愬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xac",3,NULL,0,NULL,0}, + {"䯇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x87",3,NULL,0,NULL,0}, + {"䧌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x8c",3,NULL,0,NULL,0}, + {"丙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x99",3,NULL,0,NULL,0}, + {"摩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xa9",3,NULL,0,NULL,0}, + {"❩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xa9",3,NULL,0,NULL,0}, + {"慭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xad",3,NULL,0,NULL,0}, + {"퐴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xb4",3,NULL,0,NULL,0}, + {"㻗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x97",3,NULL,0,NULL,0}, + {"棈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x88",3,NULL,0,NULL,0}, + {"퓳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xb3",3,NULL,0,NULL,0}, + {"渵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xb5",3,NULL,0,NULL,0}, + {"ﲘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xbf",3,NULL,0,NULL,0}, + {"ꊚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x9a",3,NULL,0,NULL,0}, + {"㵝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x9d",3,NULL,0,NULL,0}, + {"뢙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xad",3,NULL,0,NULL,0}, + {"싓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x93",3,NULL,0,NULL,0}, + {"䲆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x86",3,NULL,0,NULL,0}, + {"ᷱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xb1",3,NULL,0,NULL,0}, + {"鑋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x8b",3,NULL,0,NULL,0}, + {"覿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xbf",3,NULL,0,NULL,0}, + {"墙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x99",3,NULL,0,NULL,0}, + {"䓪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xaa",3,NULL,0,NULL,0}, + {"瀜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x9c",3,NULL,0,NULL,0}, + {"릅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xb9",3,NULL,0,NULL,0}, + {"ꭷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xab",3,NULL,0,NULL,0}, + {"訄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x84",3,NULL,0,NULL,0}, + {"右",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xb3",3,NULL,0,NULL,0}, + {"ꞿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xbf",3,NULL,0,NULL,0}, + {"꛽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xbd",3,NULL,0,NULL,0}, + {"誋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x8b",3,NULL,0,NULL,0}, + {"䖶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xb6",3,NULL,0,NULL,0}, + {"끴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xb4",3,NULL,0,NULL,0}, + {"렑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x91",3,NULL,0,NULL,0}, + {"⢔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x94",3,NULL,0,NULL,0}, + {"䝑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x91",3,NULL,0,NULL,0}, + {"폃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x83",3,NULL,0,NULL,0}, + {"悿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xbf",3,NULL,0,NULL,0}, + {"ഌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x8c",3,NULL,0,NULL,0}, + {"⿑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x91",3,NULL,0,NULL,0}, + {"ॱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xb1",3,NULL,0,NULL,0}, + {"㸹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xb8",3,NULL,0,NULL,0}, + {"囄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x84",3,NULL,0,NULL,0}, + {"䂿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xbf",3,NULL,0,NULL,0}, + {"剤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xa4",3,NULL,0,NULL,0}, + {"ᤈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xaa",3,NULL,0,NULL,0}, + {"ᵪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xaa",3,NULL,0,NULL,0}, + {"屌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xb3",3,NULL,0,NULL,0}, + {"혅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x85",3,NULL,0,NULL,0}, + {"鹂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x82",3,NULL,0,NULL,0}, + {"煥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xa5",3,NULL,0,NULL,0}, + {"ᴩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb5",3,NULL,0,NULL,0}, + {"枨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xaa",3,NULL,0,NULL,0}, + {"﹦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xa6",3,NULL,0,NULL,0}, + {"釐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x90",3,NULL,0,NULL,0}, + {"톝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x9d",3,NULL,0,NULL,0}, + {"㓊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x8a",3,NULL,0,NULL,0}, + {"ὔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x94",3,NULL,0,NULL,0}, + {"꿵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xb5",3,NULL,0,NULL,0}, + {"펅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x85",3,NULL,0,NULL,0}, + {"ꘛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x9b",3,NULL,0,NULL,0}, + {"x",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x98",3,NULL,0,NULL,0}, + {"彰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xb0",3,NULL,0,NULL,0}, + {"乃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xb0",3,NULL,0,NULL,0}, + {"旎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x8e",3,NULL,0,NULL,0}, + {"䒂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x82",3,NULL,0,NULL,0}, + {"ᾈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xb9",3,NULL,0,NULL,0}, + {"ႎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x8e",3,NULL,0,NULL,0}, + {"亄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x84",3,NULL,0,NULL,0}, + {"誾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xbe",3,NULL,0,NULL,0}, + {"鈢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xa2",3,NULL,0,NULL,0}, + {"絽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xbd",3,NULL,0,NULL,0}, + {"䀸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xb1",3,NULL,0,NULL,0}, + {"뱣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xa3",3,NULL,0,NULL,0}, + {"袸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xb8",3,NULL,0,NULL,0}, + {"阍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x8d",3,NULL,0,NULL,0}, + {"ꑝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x9d",3,NULL,0,NULL,0}, + {"튥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xa5",3,NULL,0,NULL,0}, + {"勇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xb6",3,NULL,0,NULL,0}, + {"鋑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x91",3,NULL,0,NULL,0}, + {"係",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x82",3,NULL,0,NULL,0}, + {"㿷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xb7",3,NULL,0,NULL,0}, + {"黉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x89",3,NULL,0,NULL,0}, + {"ᝈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x88",3,NULL,0,NULL,0}, + {"菵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xb5",3,NULL,0,NULL,0}, + {"宦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xa6",3,NULL,0,NULL,0}, + {"倯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xaf",3,NULL,0,NULL,0}, + {"㾘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x98",3,NULL,0,NULL,0}, + {"埴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xb4",3,NULL,0,NULL,0}, + {"ﵓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x93",3,NULL,0,NULL,0}, + {"ꔷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xb7",3,NULL,0,NULL,0}, + {"ﴷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xb7",3,NULL,0,NULL,0}, + {"ﻧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xa7",3,NULL,0,NULL,0}, + {"￞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x9e",3,NULL,0,NULL,0}, + {"떆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xab",3,NULL,0,NULL,0}, + {"ῑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x91",3,NULL,0,NULL,0}, + {"姴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xb4",3,NULL,0,NULL,0}, + {"銗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x97",3,NULL,0,NULL,0}, + {"⽌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x8c",3,NULL,0,NULL,0}, + {"떽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x87",3,NULL,0,NULL,0}, + {"쌿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xaa",3,NULL,0,NULL,0}, + {"ꥵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xb5",3,NULL,0,NULL,0}, + {"襧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xa7",3,NULL,0,NULL,0}, + {"闌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x8c",3,NULL,0,NULL,0}, + {"腢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xa2",3,NULL,0,NULL,0}, + {"놔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x94",3,NULL,0,NULL,0}, + {"꒞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x9e",3,NULL,0,NULL,0}, + {"⻜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x9c",3,NULL,0,NULL,0}, + {"ዤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xa4",3,NULL,0,NULL,0}, + {"估",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xb0",3,NULL,0,NULL,0}, + {"頲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xb2",3,NULL,0,NULL,0}, + {"㍳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xb3",3,NULL,0,NULL,0}, + {"넙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x99",3,NULL,0,NULL,0}, + {"←",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x90",3,NULL,0,NULL,0}, + {"檝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x9d",3,NULL,0,NULL,0}, + {"주",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xbc",3,NULL,0,NULL,0}, + {"঻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xbb",3,NULL,0,NULL,0}, + {"芮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xae",3,NULL,0,NULL,0}, + {"嬫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xab",3,NULL,0,NULL,0}, + {"Ꜣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xa2",3,NULL,0,NULL,0}, + {"뎨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xa8",3,NULL,0,NULL,0}, + {"暟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x9f",3,NULL,0,NULL,0}, + {"닫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xab",3,NULL,0,NULL,0}, + {"ﴙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x99",3,NULL,0,NULL,0}, + {"锛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x9b",3,NULL,0,NULL,0}, + {"郑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x91",3,NULL,0,NULL,0}, + {"ﶖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x96",3,NULL,0,NULL,0}, + {"ⴃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x83",3,NULL,0,NULL,0}, + {"ᠻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xbb",3,NULL,0,NULL,0}, + {"⾂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x82",3,NULL,0,NULL,0}, + {"⫳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xb3",3,NULL,0,NULL,0}, + {"઺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xad",3,NULL,0,NULL,0}, + {"錭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xad",3,NULL,0,NULL,0}, + {"ꅏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x99",3,NULL,0,NULL,0}, + {"칕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x95",3,NULL,0,NULL,0}, + {"뒾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xbe",3,NULL,0,NULL,0}, + {"Y",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"磖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x96",3,NULL,0,NULL,0}, + {"┯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xaf",3,NULL,0,NULL,0}, + {"Š",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x8a",2,NULL,0,NULL,0}, + {"㇞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x9e",3,NULL,0,NULL,0}, + {"繝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x9d",3,NULL,0,NULL,0}, + {"其",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xb6",3,NULL,0,NULL,0}, + {"ጭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xad",3,NULL,0,NULL,0}, + {"Γ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x93",2,NULL,0,NULL,0}, + {"韉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x89",3,NULL,0,NULL,0}, + {"㉚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x88",3,NULL,0,NULL,0}, + {"Ꭾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xae",3,NULL,0,NULL,0}, + {"ᚷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xb7",3,NULL,0,NULL,0}, + {"ⅰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x95",3,NULL,0,NULL,0}, + {"⪹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xb9",3,NULL,0,NULL,0}, + {"Ƹ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xb8",2,NULL,0,NULL,0}, + {"‭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xad",3,NULL,0,NULL,0}, + {"蕎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x8e",3,NULL,0,NULL,0}, + {"何",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x95",3,NULL,0,NULL,0}, + {"鋳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xb3",3,NULL,0,NULL,0}, + {"陛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x9b",3,NULL,0,NULL,0}, + {"聂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x82",3,NULL,0,NULL,0}, + {"♉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x89",3,NULL,0,NULL,0}, + {"ᢾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xbe",3,NULL,0,NULL,0}, + {"礔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x94",3,NULL,0,NULL,0}, + {"ߛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x9b",2,NULL,0,NULL,0}, + {"䜌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x8c",3,NULL,0,NULL,0}, + {"⋇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x87",3,NULL,0,NULL,0}, + {"篒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x92",3,NULL,0,NULL,0}, + {"יּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xb9",3,NULL,0,NULL,0}, + {"鎖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x96",3,NULL,0,NULL,0}, + {"傃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x83",3,NULL,0,NULL,0}, + {"館",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xac",3,NULL,0,NULL,0}, + {"⢽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xbd",3,NULL,0,NULL,0}, + {"㎲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xb2",3,NULL,0,NULL,0}, + {"敧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xa7",3,NULL,0,NULL,0}, + {"槇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x87",3,NULL,0,NULL,0}, + {"ﰇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x87",3,NULL,0,NULL,0}, + {"띱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xb1",3,NULL,0,NULL,0}, + {"Ỽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xbc",3,NULL,0,NULL,0}, + {"凣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xbc",3,NULL,0,NULL,0}, + {"荡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xa1",3,NULL,0,NULL,0}, + {"삨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xa8",3,NULL,0,NULL,0}, + {"䨖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x96",3,NULL,0,NULL,0}, + {"铬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa2",3,NULL,0,NULL,0}, + {"ꬺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xba",3,NULL,0,NULL,0}, + {"㯹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xb9",3,NULL,0,NULL,0}, + {"䡝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x9d",3,NULL,0,NULL,0}, + {"䐐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x90",3,NULL,0,NULL,0}, + {"眗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x97",3,NULL,0,NULL,0}, + {"⡇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x87",3,NULL,0,NULL,0}, + {"Ⴁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xb9",3,NULL,0,NULL,0}, + {"瘀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x80",3,NULL,0,NULL,0}, + {"ᚕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x95",3,NULL,0,NULL,0}, + {"⺈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xaf",3,NULL,0,NULL,0}, + {"ퟀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x80",3,NULL,0,NULL,0}, + {"⠮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x93",3,NULL,0,NULL,0}, + {"蛂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x82",3,NULL,0,NULL,0}, + {"앙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xa4",3,NULL,0,NULL,0}, + {"檹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xb9",3,NULL,0,NULL,0}, + {"쩨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xa8",3,NULL,0,NULL,0}, + {"첫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xa8",3,NULL,0,NULL,0}, + {"ꦑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x91",3,NULL,0,NULL,0}, + {"ṽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x93",3,NULL,0,NULL,0}, + {"⓸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xb8",3,NULL,0,NULL,0}, + {"鑻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xbb",3,NULL,0,NULL,0}, + {"噦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xa6",3,NULL,0,NULL,0}, + {"奓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x93",3,NULL,0,NULL,0}, + {"쮻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xbb",3,NULL,0,NULL,0}, + {"᝶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xb6",3,NULL,0,NULL,0}, + {"ꄁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x81",3,NULL,0,NULL,0}, + {"备",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x87",3,NULL,0,NULL,0}, + {"ﮥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xa5",3,NULL,0,NULL,0}, + {"⟰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xb0",3,NULL,0,NULL,0}, + {"◀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xb5",3,NULL,0,NULL,0}, + {"ტ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xa2",3,NULL,0,NULL,0}, + {"痍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x8d",3,NULL,0,NULL,0}, + {"Ԑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x90",2,NULL,0,NULL,0}, + {"㊁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x81",3,NULL,0,NULL,0}, + {"䣚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x9a",3,NULL,0,NULL,0}, + {"䦨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xa8",3,NULL,0,NULL,0}, + {"⑤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xa4",3,NULL,0,NULL,0}, + {"毹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xb9",3,NULL,0,NULL,0}, + {"ᦞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x9e",3,NULL,0,NULL,0}, + {"ⳅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x85",3,NULL,0,NULL,0}, + {"࿗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x97",3,NULL,0,NULL,0}, + {"䩙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x99",3,NULL,0,NULL,0}, + {"찤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xa4",3,NULL,0,NULL,0}, + {"王",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x8b",3,NULL,0,NULL,0}, + {"ꡝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x9d",3,NULL,0,NULL,0}, + {"Ϥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xa4",2,NULL,0,NULL,0}, + {"좹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xb9",3,NULL,0,NULL,0}, + {"ꔦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xac",3,NULL,0,NULL,0}, + {"᫕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x95",3,NULL,0,NULL,0}, + {"꼽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xbd",3,NULL,0,NULL,0}, + {"䘐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x90",3,NULL,0,NULL,0}, + {"ଊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x8a",3,NULL,0,NULL,0}, + {"཈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x88",3,NULL,0,NULL,0}, + {"웳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xb3",3,NULL,0,NULL,0}, + {"⢍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x8d",3,NULL,0,NULL,0}, + {"쭜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x9c",3,NULL,0,NULL,0}, + {"밽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xbd",3,NULL,0,NULL,0}, + {"畮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xae",3,NULL,0,NULL,0}, + {"㊻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xbb",3,NULL,0,NULL,0}, + {"킯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xaf",3,NULL,0,NULL,0}, + {"➾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xbe",3,NULL,0,NULL,0}, + {"퉻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xbb",3,NULL,0,NULL,0}, + {"㘟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x9f",3,NULL,0,NULL,0}, + {"ﰄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x84",3,NULL,0,NULL,0}, + {"ꆅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x85",3,NULL,0,NULL,0}, + {"萫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x8e",3,NULL,0,NULL,0}, + {"鳓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x93",3,NULL,0,NULL,0}, + {"䓰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xb0",3,NULL,0,NULL,0}, + {"ꏫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xab",3,NULL,0,NULL,0}, + {"妆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x86",3,NULL,0,NULL,0}, + {"㟦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xa6",3,NULL,0,NULL,0}, + {"᧍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x8d",3,NULL,0,NULL,0}, + {"䝋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x8b",3,NULL,0,NULL,0}, + {"乶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xb6",3,NULL,0,NULL,0}, + {"ⴤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xa4",3,NULL,0,NULL,0}, + {"鸨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xa8",3,NULL,0,NULL,0}, + {"၈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x88",3,NULL,0,NULL,0}, + {"촺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xba",3,NULL,0,NULL,0}, + {"겊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x8a",3,NULL,0,NULL,0}, + {"䪢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xa2",3,NULL,0,NULL,0}, + {"ꍨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xa8",3,NULL,0,NULL,0}, + {"䌇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x87",3,NULL,0,NULL,0}, + {"沶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xb6",3,NULL,0,NULL,0}, + {"簎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x8e",3,NULL,0,NULL,0}, + {"朰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xb0",3,NULL,0,NULL,0}, + {"诣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xa3",3,NULL,0,NULL,0}, + {"㱁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x81",3,NULL,0,NULL,0}, + {"⮣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xa3",3,NULL,0,NULL,0}, + {"⻖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x96",3,NULL,0,NULL,0}, + {"໵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xb5",3,NULL,0,NULL,0}, + {"뾷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xb7",3,NULL,0,NULL,0}, + {"盁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x81",3,NULL,0,NULL,0}, + {"㙠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xa0",3,NULL,0,NULL,0}, + {"廭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xa3",3,NULL,0,NULL,0}, + {"坨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x97",3,NULL,0,NULL,0}, + {"濁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x81",3,NULL,0,NULL,0}, + {"摁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x81",3,NULL,0,NULL,0}, + {"葬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xac",3,NULL,0,NULL,0}, + {"ꀀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x80",3,NULL,0,NULL,0}, + {"歴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xa2",3,NULL,0,NULL,0}, + {"訩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xa9",3,NULL,0,NULL,0}, + {"髩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xa9",3,NULL,0,NULL,0}, + {"螅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x85",3,NULL,0,NULL,0}, + {"묯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xaf",3,NULL,0,NULL,0}, + {"킐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x90",3,NULL,0,NULL,0}, + {"Ο",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x9f",2,NULL,0,NULL,0}, + {"唟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x9f",3,NULL,0,NULL,0}, + {"欫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xab",3,NULL,0,NULL,0}, + {"쵰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xb0",3,NULL,0,NULL,0}, + {"텠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xa0",3,NULL,0,NULL,0}, + {"ꎂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x82",3,NULL,0,NULL,0}, + {"鵤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x92",3,NULL,0,NULL,0}, + {"䕯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xa1",3,NULL,0,NULL,0}, + {"㩒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x92",3,NULL,0,NULL,0}, + {"깔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x94",3,NULL,0,NULL,0}, + {"椖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x96",3,NULL,0,NULL,0}, + {"첳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xb5",3,NULL,0,NULL,0}, + {"鷢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xa2",3,NULL,0,NULL,0}, + {"镊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x8a",3,NULL,0,NULL,0}, + {"첄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x84",3,NULL,0,NULL,0}, + {"浠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xa0",3,NULL,0,NULL,0}, + {"皒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x92",3,NULL,0,NULL,0}, + {"豼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xbc",3,NULL,0,NULL,0}, + {"㔓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x93",3,NULL,0,NULL,0}, + {"륂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x82",3,NULL,0,NULL,0}, + {"픍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x8d",3,NULL,0,NULL,0}, + {"䲒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x92",3,NULL,0,NULL,0}, + {"Ҿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xbe",2,NULL,0,NULL,0}, + {"믇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x87",3,NULL,0,NULL,0}, + {"㕮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xae",3,NULL,0,NULL,0}, + {"숺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xba",3,NULL,0,NULL,0}, + {"筶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x8a",3,NULL,0,NULL,0}, + {"랙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x99",3,NULL,0,NULL,0}, + {"柁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x81",3,NULL,0,NULL,0}, + {"뽇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x87",3,NULL,0,NULL,0}, + {"볅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x81",3,NULL,0,NULL,0}, + {"䧋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x8b",3,NULL,0,NULL,0}, + {"ﳹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xb9",3,NULL,0,NULL,0}, + {"꺎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x8e",3,NULL,0,NULL,0}, + {"墜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x9c",3,NULL,0,NULL,0}, + {"劢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xa2",3,NULL,0,NULL,0}, + {"刹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xb9",3,NULL,0,NULL,0}, + {"躿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xbf",3,NULL,0,NULL,0}, + {"Ě",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x9a",2,NULL,0,NULL,0}, + {"禘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x98",3,NULL,0,NULL,0}, + {"ꢼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xa0",3,NULL,0,NULL,0}, + {"욞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x9e",3,NULL,0,NULL,0}, + {"뢹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xb9",3,NULL,0,NULL,0}, + {"갊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x8a",3,NULL,0,NULL,0}, + {"嘜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x9c",3,NULL,0,NULL,0}, + {"麤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xa4",3,NULL,0,NULL,0}, + {"ྗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x97",3,NULL,0,NULL,0}, + {"몣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xa3",3,NULL,0,NULL,0}, + {"裱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xb1",3,NULL,0,NULL,0}, + {"믨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xa8",3,NULL,0,NULL,0}, + {"㖯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xaf",3,NULL,0,NULL,0}, + {"篳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xb3",3,NULL,0,NULL,0}, + {"㋍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x8d",3,NULL,0,NULL,0}, + {"ꖊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x8a",3,NULL,0,NULL,0}, + {"橙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x99",3,NULL,0,NULL,0}, + {"뒱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xb1",3,NULL,0,NULL,0}, + {"뵖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x96",3,NULL,0,NULL,0}, + {"叉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x89",3,NULL,0,NULL,0}, + {"䫬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xac",3,NULL,0,NULL,0}, + {"梉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x89",3,NULL,0,NULL,0}, + {"鰈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x88",3,NULL,0,NULL,0}, + {"秸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xb8",3,NULL,0,NULL,0}, + {"漱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x95",3,NULL,0,NULL,0}, + {"㞍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x8d",3,NULL,0,NULL,0}, + {"諗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x97",3,NULL,0,NULL,0}, + {"晥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xa5",3,NULL,0,NULL,0}, + {"瓸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xb8",3,NULL,0,NULL,0}, + {"謠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xa0",3,NULL,0,NULL,0}, + {"빁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x81",3,NULL,0,NULL,0}, + {"ᕛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x9b",3,NULL,0,NULL,0}, + {"뚠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xa0",3,NULL,0,NULL,0}, + {"꠵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xb5",3,NULL,0,NULL,0}, + {"䯫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xab",3,NULL,0,NULL,0}, + {"퇿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xa4",3,NULL,0,NULL,0}, + {"燱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x94",3,NULL,0,NULL,0}, + {"㦐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x90",3,NULL,0,NULL,0}, + {"瀏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x8f",3,NULL,0,NULL,0}, + {"㬙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x9d",3,NULL,0,NULL,0}, + {"紅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x85",3,NULL,0,NULL,0}, + {"鼙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x99",3,NULL,0,NULL,0}, + {"콈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x88",3,NULL,0,NULL,0}, + {"褲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xb2",3,NULL,0,NULL,0}, + {"ꣽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xbd",3,NULL,0,NULL,0}, + {"ॼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xab",3,NULL,0,NULL,0}, + {"쿏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x8f",3,NULL,0,NULL,0}, + {"혦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xa6",3,NULL,0,NULL,0}, + {"බ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xb6",3,NULL,0,NULL,0}, + {"賺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xba",3,NULL,0,NULL,0}, + {"팛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x9b",3,NULL,0,NULL,0}, + {"탩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xa9",3,NULL,0,NULL,0}, + {"赠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x91",3,NULL,0,NULL,0}, + {"穏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x8f",3,NULL,0,NULL,0}, + {"澈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x88",3,NULL,0,NULL,0}, + {"鴓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x93",3,NULL,0,NULL,0}, + {"䰩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xa9",3,NULL,0,NULL,0}, + {"嵚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xa2",3,NULL,0,NULL,0}, + {"ᡲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xb2",3,NULL,0,NULL,0}, + {"餒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x92",3,NULL,0,NULL,0}, + {"滬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xac",3,NULL,0,NULL,0}, + {"ﴏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x8f",3,NULL,0,NULL,0}, + {"璇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xb1",3,NULL,0,NULL,0}, + {"쌐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x90",3,NULL,0,NULL,0}, + {"踄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x94",3,NULL,0,NULL,0}, + {"煔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x94",3,NULL,0,NULL,0}, + {"䰬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xac",3,NULL,0,NULL,0}, + {"Ꝯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xbd",3,NULL,0,NULL,0}, + {"뒁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x81",3,NULL,0,NULL,0}, + {"㰠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xa0",3,NULL,0,NULL,0}, + {"낱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xb1",3,NULL,0,NULL,0}, + {"꛿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xbf",3,NULL,0,NULL,0}, + {"퐬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xac",3,NULL,0,NULL,0}, + {"㶼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x8f",3,NULL,0,NULL,0}, + {"얰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x8c",3,NULL,0,NULL,0}, + {"͘",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x98",2,NULL,0,NULL,0}, + {"匔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x94",3,NULL,0,NULL,0}, + {"젛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x9b",3,NULL,0,NULL,0}, + {"恮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xae",3,NULL,0,NULL,0}, + {"臉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x89",3,NULL,0,NULL,0}, + {"닇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x87",3,NULL,0,NULL,0}, + {"呷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xb7",3,NULL,0,NULL,0}, + {"ꬑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x91",3,NULL,0,NULL,0}, + {"彺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xba",3,NULL,0,NULL,0}, + {"눪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xaa",3,NULL,0,NULL,0}, + {"诔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x94",3,NULL,0,NULL,0}, + {"쓞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x9e",3,NULL,0,NULL,0}, + {"఺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xba",3,NULL,0,NULL,0}, + {"峁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x92",3,NULL,0,NULL,0}, + {"瑉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x89",3,NULL,0,NULL,0}, + {"馮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xae",3,NULL,0,NULL,0}, + {""",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"羅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x85",3,NULL,0,NULL,0}, + {"௹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xb9",3,NULL,0,NULL,0}, + {"춯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xaf",3,NULL,0,NULL,0}, + {"슑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x91",3,NULL,0,NULL,0}, + {"屪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xaa",3,NULL,0,NULL,0}, + {"ﭜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x9c",3,NULL,0,NULL,0}, + {"ᵴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xb4",3,NULL,0,NULL,0}, + {"酽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xbd",3,NULL,0,NULL,0}, + {"띆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x86",3,NULL,0,NULL,0}, + {"ᴳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xb3",3,NULL,0,NULL,0}, + {"咛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x9b",3,NULL,0,NULL,0}, + {"끰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xb0",3,NULL,0,NULL,0}, + {"핢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xa2",3,NULL,0,NULL,0}, + {"溜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xb7",3,NULL,0,NULL,0}, + {"砫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xab",3,NULL,0,NULL,0}, + {"情",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x85",3,NULL,0,NULL,0}, + {"釮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xa6",3,NULL,0,NULL,0}, + {"㸻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xbb",3,NULL,0,NULL,0}, + {"뺁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x81",3,NULL,0,NULL,0}, + {"ς",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x82",2,NULL,0,NULL,0}, + {"侒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xab",3,NULL,0,NULL,0}, + {"猴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xb4",3,NULL,0,NULL,0}, + {"ᰲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xae",3,NULL,0,NULL,0}, + {"汩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xac",3,NULL,0,NULL,0}, + {"й",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xb9",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xac",3,NULL,0,NULL,0}, + {"₍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x9b",3,NULL,0,NULL,0}, + {"쫠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xa0",3,NULL,0,NULL,0}, + {"h",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x88",3,NULL,0,NULL,0}, + {"깓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xac",3,NULL,0,NULL,0}, + {"态",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x81",3,NULL,0,NULL,0}, + {"凙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x99",3,NULL,0,NULL,0}, + {"屐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x90",3,NULL,0,NULL,0}, + {"今",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x8a",3,NULL,0,NULL,0}, + {"࡫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x81",3,NULL,0,NULL,0}, + {"恠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xa0",3,NULL,0,NULL,0}, + {"췀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x80",3,NULL,0,NULL,0}, + {"⇛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x9b",3,NULL,0,NULL,0}, + {"ꢕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x95",3,NULL,0,NULL,0}, + {"⬩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xa9",3,NULL,0,NULL,0}, + {"䖘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x98",3,NULL,0,NULL,0}, + {"핸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xb8",3,NULL,0,NULL,0}, + {"型",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x8b",3,NULL,0,NULL,0}, + {"ᏼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xbc",3,NULL,0,NULL,0}, + {"∆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x86",3,NULL,0,NULL,0}, + {"侶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xb6",3,NULL,0,NULL,0}, + {"㿭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xad",3,NULL,0,NULL,0}, + {"釔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x94",3,NULL,0,NULL,0}, + {"伄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x84",3,NULL,0,NULL,0}, + {"ज़",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x9b",3,NULL,0,NULL,0}, + {"쨗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x97",3,NULL,0,NULL,0}, + {"꒔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x94",3,NULL,0,NULL,0}, + {"喙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xba",3,NULL,0,NULL,0}, + {"厾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xbe",3,NULL,0,NULL,0}, + {"菉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x89",3,NULL,0,NULL,0}, + {"量",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x8d",3,NULL,0,NULL,0}, + {"ﶭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xad",3,NULL,0,NULL,0}, + {"뵶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xb6",3,NULL,0,NULL,0}, + {"䈌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x8c",3,NULL,0,NULL,0}, + {"ㅠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xa0",3,NULL,0,NULL,0}, + {"ꝳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xb3",3,NULL,0,NULL,0}, + {"☺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xba",3,NULL,0,NULL,0}, + {"䟥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xa5",3,NULL,0,NULL,0}, + {"ឣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xa3",3,NULL,0,NULL,0}, + {"ュ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa5",3,NULL,0,NULL,0}, + {"靎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x8e",3,NULL,0,NULL,0}, + {"䇃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x83",3,NULL,0,NULL,0}, + {"ᬳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xb3",3,NULL,0,NULL,0}, + {"婁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x81",3,NULL,0,NULL,0}, + {"ᾄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x84",3,NULL,0,NULL,0}, + {"⾿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xbf",3,NULL,0,NULL,0}, + {"ﯜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xa3",3,NULL,0,NULL,0}, + {"ல",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xb1",3,NULL,0,NULL,0}, + {"ꑏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x8f",3,NULL,0,NULL,0}, + {"땀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x80",3,NULL,0,NULL,0}, + {"生",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x9f",3,NULL,0,NULL,0}, + {"㸎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x8e",3,NULL,0,NULL,0}, + {"꒮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xae",3,NULL,0,NULL,0}, + {"欂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x82",3,NULL,0,NULL,0}, + {"萇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x81",3,NULL,0,NULL,0}, + {"쓡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xa1",3,NULL,0,NULL,0}, + {"堤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xa4",3,NULL,0,NULL,0}, + {"纓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xbc",3,NULL,0,NULL,0}, + {"ﲶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xb6",3,NULL,0,NULL,0}, + {"ꚫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xab",3,NULL,0,NULL,0}, + {"橁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x81",3,NULL,0,NULL,0}, + {"齙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x99",3,NULL,0,NULL,0}, + {"퍈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x88",3,NULL,0,NULL,0}, + {"帮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xae",3,NULL,0,NULL,0}, + {"덢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xa2",3,NULL,0,NULL,0}, + {"൞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x9e",3,NULL,0,NULL,0}, + {"㺊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x8a",3,NULL,0,NULL,0}, + {"ꡗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x97",3,NULL,0,NULL,0}, + {"恅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xa0",3,NULL,0,NULL,0}, + {"䘩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xa9",3,NULL,0,NULL,0}, + {"қ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x9b",2,NULL,0,NULL,0}, + {"雳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xb3",3,NULL,0,NULL,0}, + {"߁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x81",2,NULL,0,NULL,0}, + {"ཽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xbd",3,NULL,0,NULL,0}, + {"䍹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xa4",3,NULL,0,NULL,0}, + {"鄐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x8d",3,NULL,0,NULL,0}, + {"ᢓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x93",3,NULL,0,NULL,0}, + {"뗇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x87",3,NULL,0,NULL,0}, + {"ᜫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xab",3,NULL,0,NULL,0}, + {"ﰝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x9d",3,NULL,0,NULL,0}, + {"籬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xba",3,NULL,0,NULL,0}, + {"ꆴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xb4",3,NULL,0,NULL,0}, + {"㛺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xa7",3,NULL,0,NULL,0}, + {"␦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xa6",3,NULL,0,NULL,0}, + {"峨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xa8",3,NULL,0,NULL,0}, + {"閪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xaa",3,NULL,0,NULL,0}, + {"ﭽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xbd",3,NULL,0,NULL,0}, + {"䶾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xbe",3,NULL,0,NULL,0}, + {"碗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x97",3,NULL,0,NULL,0}, + {"섢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xa5",3,NULL,0,NULL,0}, + {"쟼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xbc",3,NULL,0,NULL,0}, + {"䏂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x82",3,NULL,0,NULL,0}, + {"㌜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x9c",3,NULL,0,NULL,0}, + {"妟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x9f",3,NULL,0,NULL,0}, + {"≶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xb6",3,NULL,0,NULL,0}, + {"篍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x8d",3,NULL,0,NULL,0}, + {"ꎟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x87",3,NULL,0,NULL,0}, + {"⤰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xb0",3,NULL,0,NULL,0}, + {"ᙑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x91",3,NULL,0,NULL,0}, + {"쒡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xa1",3,NULL,0,NULL,0}, + {"뛼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x80",3,NULL,0,NULL,0}, + {"┝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xb1",3,NULL,0,NULL,0}, + {"镣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xa3",3,NULL,0,NULL,0}, + {"ᑏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x90",3,NULL,0,NULL,0}, + {"听",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xac",3,NULL,0,NULL,0}, + {"醤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xa4",3,NULL,0,NULL,0}, + {"輳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xb3",3,NULL,0,NULL,0}, + {"媓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x93",3,NULL,0,NULL,0}, + {"ꎮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xae",3,NULL,0,NULL,0}, + {"짌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x8c",3,NULL,0,NULL,0}, + {"䠰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xb0",3,NULL,0,NULL,0}, + {"띜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x9c",3,NULL,0,NULL,0}, + {"♛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x9b",3,NULL,0,NULL,0}, + {"ࣨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xa8",3,NULL,0,NULL,0}, + {"ᅪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x8d",3,NULL,0,NULL,0}, + {"ႅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x85",3,NULL,0,NULL,0}, + {"ߙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x99",2,NULL,0,NULL,0}, + {"ᄀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x80",3,NULL,0,NULL,0}, + {"׏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x8f",2,NULL,0,NULL,0}, + {"¤",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa4",2,NULL,0,NULL,0}, + {"⢿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xbf",3,NULL,0,NULL,0}, + {"⍷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xb7",3,NULL,0,NULL,0}, + {"懌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x8c",3,NULL,0,NULL,0}, + {"쉂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x82",3,NULL,0,NULL,0}, + {"勆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x86",3,NULL,0,NULL,0}, + {"顮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xae",3,NULL,0,NULL,0}, + {"ꨬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xac",3,NULL,0,NULL,0}, + {"啰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xb0",3,NULL,0,NULL,0}, + {"᪮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xae",3,NULL,0,NULL,0}, + {"딗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x97",3,NULL,0,NULL,0}, + {"鞕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x95",3,NULL,0,NULL,0}, + {"Ꮘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x88",3,NULL,0,NULL,0}, + {"揚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x9a",3,NULL,0,NULL,0}, + {"낅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x85",3,NULL,0,NULL,0}, + {"薀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x80",3,NULL,0,NULL,0}, + {"嗽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xbd",3,NULL,0,NULL,0}, + {"羀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x80",3,NULL,0,NULL,0}, + {"嗡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xa1",3,NULL,0,NULL,0}, + {"쯲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xb2",3,NULL,0,NULL,0}, + {"歘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x98",3,NULL,0,NULL,0}, + {"☍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x8d",3,NULL,0,NULL,0}, + {"瘈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x81",3,NULL,0,NULL,0}, + {"႓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x93",3,NULL,0,NULL,0}, + {"ꅞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x9e",3,NULL,0,NULL,0}, + {"䥅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x85",3,NULL,0,NULL,0}, + {"躔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x94",3,NULL,0,NULL,0}, + {"栽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xbd",3,NULL,0,NULL,0}, + {"䦈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x88",3,NULL,0,NULL,0}, + {"蹻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xbb",3,NULL,0,NULL,0}, + {"礷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xb7",3,NULL,0,NULL,0}, + {"艋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x8b",3,NULL,0,NULL,0}, + {"㨲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xb2",3,NULL,0,NULL,0}, + {"ﻀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x80",3,NULL,0,NULL,0}, + {"䙓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x8c",3,NULL,0,NULL,0}, + {"䋌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x8c",3,NULL,0,NULL,0}, + {"뭯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xaf",3,NULL,0,NULL,0}, + {"獰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x93",3,NULL,0,NULL,0}, + {"꯯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xaf",3,NULL,0,NULL,0}, + {"䝱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xb1",3,NULL,0,NULL,0}, + {"⯌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x8c",3,NULL,0,NULL,0}, + {"뎲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xb2",3,NULL,0,NULL,0}, + {"ꦓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x93",3,NULL,0,NULL,0}, + {"Ŭ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xac",2,NULL,0,NULL,0}, + {"죃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x83",3,NULL,0,NULL,0}, + {"ⱥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xa5",3,NULL,0,NULL,0}, + {"㢩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xab",3,NULL,0,NULL,0}, + {"蓹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xb9",3,NULL,0,NULL,0}, + {"쮱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xb1",3,NULL,0,NULL,0}, + {"ነ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x90",3,NULL,0,NULL,0}, + {"ꊅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x85",3,NULL,0,NULL,0}, + {"이",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xb4",3,NULL,0,NULL,0}, + {"⦇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x8a",3,NULL,0,NULL,0}, + {"ᾙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x9f",3,NULL,0,NULL,0}, + {"⪌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x8c",3,NULL,0,NULL,0}, + {"궖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x96",3,NULL,0,NULL,0}, + {"뇤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xa4",3,NULL,0,NULL,0}, + {"ʸ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb8",2,NULL,0,NULL,0}, + {"鱚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x9a",3,NULL,0,NULL,0}, + {"긃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x83",3,NULL,0,NULL,0}, + {"齥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xa5",3,NULL,0,NULL,0}, + {"驪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xaa",3,NULL,0,NULL,0}, + {"ꭤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xa4",3,NULL,0,NULL,0}, + {"㈜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x9c",3,NULL,0,NULL,0}, + {"䳎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x8e",3,NULL,0,NULL,0}, + {"ฟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x9f",3,NULL,0,NULL,0}, + {"᥾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xbe",3,NULL,0,NULL,0}, + {"麏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x8f",3,NULL,0,NULL,0}, + {"㙾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x9c",3,NULL,0,NULL,0}, + {"鵌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x8c",3,NULL,0,NULL,0}, + {"鏶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xb6",3,NULL,0,NULL,0}, + {"憈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xb9",3,NULL,0,NULL,0}, + {"䩓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x93",3,NULL,0,NULL,0}, + {"⑍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x8d",3,NULL,0,NULL,0}, + {"逩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xa9",3,NULL,0,NULL,0}, + {"竊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x8a",3,NULL,0,NULL,0}, + {"뢼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xbc",3,NULL,0,NULL,0}, + {"촪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xaa",3,NULL,0,NULL,0}, + {"뿬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xac",3,NULL,0,NULL,0}, + {"ꕂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x82",3,NULL,0,NULL,0}, + {"ଦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xa6",3,NULL,0,NULL,0}, + {"퍄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x84",3,NULL,0,NULL,0}, + {"砬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xac",3,NULL,0,NULL,0}, + {"眼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xbc",3,NULL,0,NULL,0}, + {"曵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xb5",3,NULL,0,NULL,0}, + {"ꉎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x9e",3,NULL,0,NULL,0}, + {"꣒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x92",3,NULL,0,NULL,0}, + {"覬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xac",3,NULL,0,NULL,0}, + {"쟓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x93",3,NULL,0,NULL,0}, + {"毧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xa7",3,NULL,0,NULL,0}, + {"멽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xbd",3,NULL,0,NULL,0}, + {"物",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xa9",3,NULL,0,NULL,0}, + {"殸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xb8",3,NULL,0,NULL,0}, + {"퀳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x96",3,NULL,0,NULL,0}, + {"訫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xab",3,NULL,0,NULL,0}, + {"ط",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xb7",2,NULL,0,NULL,0}, + {"탢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xa2",3,NULL,0,NULL,0}, + {"煈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x88",3,NULL,0,NULL,0}, + {"뙪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xaa",3,NULL,0,NULL,0}, + {"웺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xba",3,NULL,0,NULL,0}, + {"蜩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xa9",3,NULL,0,NULL,0}, + {"誜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x9c",3,NULL,0,NULL,0}, + {"휀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x80",3,NULL,0,NULL,0}, + {"鶣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xa3",3,NULL,0,NULL,0}, + {"폜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x9c",3,NULL,0,NULL,0}, + {"⥗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x97",3,NULL,0,NULL,0}, + {"鷒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x92",3,NULL,0,NULL,0}, + {"೜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x9c",3,NULL,0,NULL,0}, + {"쳁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x81",3,NULL,0,NULL,0}, + {"彣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xa3",3,NULL,0,NULL,0}, + {"⃸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xb8",3,NULL,0,NULL,0}, + {"笷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xb7",3,NULL,0,NULL,0}, + {"诡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xa1",3,NULL,0,NULL,0}, + {"赶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xb6",3,NULL,0,NULL,0}, + {"뽭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xad",3,NULL,0,NULL,0}, + {"噐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x90",3,NULL,0,NULL,0}, + {"涺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xba",3,NULL,0,NULL,0}, + {"䏽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xbd",3,NULL,0,NULL,0}, + {"캧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x89",3,NULL,0,NULL,0}, + {"焼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9d",3,NULL,0,NULL,0}, + {"ᆺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xba",3,NULL,0,NULL,0}, + {"뺦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xa6",3,NULL,0,NULL,0}, + {"뱈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x88",3,NULL,0,NULL,0}, + {"䮪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xaa",3,NULL,0,NULL,0}, + {"濭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xad",3,NULL,0,NULL,0}, + {"㕞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x9e",3,NULL,0,NULL,0}, + {"묝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x9d",3,NULL,0,NULL,0}, + {"튐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xbf",3,NULL,0,NULL,0}, + {"枿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xbf",3,NULL,0,NULL,0}, + {"ꧥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xa5",3,NULL,0,NULL,0}, + {"㌼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xbc",3,NULL,0,NULL,0}, + {"枑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x91",3,NULL,0,NULL,0}, + {"灌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x8c",3,NULL,0,NULL,0}, + {"ۗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x97",2,NULL,0,NULL,0}, + {"魿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xbf",3,NULL,0,NULL,0}, + {"깄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x84",3,NULL,0,NULL,0}, + {"䚦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xa6",3,NULL,0,NULL,0}, + {"㱵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xb5",3,NULL,0,NULL,0}, + {"聿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xbf",3,NULL,0,NULL,0}, + {"㟠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xa0",3,NULL,0,NULL,0}, + {"꺹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xb9",3,NULL,0,NULL,0}, + {"駟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x9f",3,NULL,0,NULL,0}, + {"袳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x8f",3,NULL,0,NULL,0}, + {"웯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xaf",3,NULL,0,NULL,0}, + {"刻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xbb",3,NULL,0,NULL,0}, + {"炻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xb5",3,NULL,0,NULL,0}, + {"嚑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x91",3,NULL,0,NULL,0}, + {"믅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x85",3,NULL,0,NULL,0}, + {"柪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xaa",3,NULL,0,NULL,0}, + {"㖽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xbd",3,NULL,0,NULL,0}, + {"銦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xa6",3,NULL,0,NULL,0}, + {"๱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xb1",3,NULL,0,NULL,0}, + {"⬅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x85",3,NULL,0,NULL,0}, + {"랫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xab",3,NULL,0,NULL,0}, + {"染",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x93",3,NULL,0,NULL,0}, + {"쥶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xb6",3,NULL,0,NULL,0}, + {"볏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x8f",3,NULL,0,NULL,0}, + {"襐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x90",3,NULL,0,NULL,0}, + {"묄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x84",3,NULL,0,NULL,0}, + {"퍘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x98",3,NULL,0,NULL,0}, + {"粲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xb2",3,NULL,0,NULL,0}, + {"栔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x94",3,NULL,0,NULL,0}, + {"ꢡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xa2",3,NULL,0,NULL,0}, + {"鑤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xa4",3,NULL,0,NULL,0}, + {"᭱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xb1",3,NULL,0,NULL,0}, + {"뷬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xac",3,NULL,0,NULL,0}, + {"挨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xa8",3,NULL,0,NULL,0}, + {"梛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x9b",3,NULL,0,NULL,0}, + {"䴺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x98",3,NULL,0,NULL,0}, + {"㲶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xb6",3,NULL,0,NULL,0}, + {"ᖂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x82",3,NULL,0,NULL,0}, + {"ᆁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x81",3,NULL,0,NULL,0}, + {"쏜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x9c",3,NULL,0,NULL,0}, + {"㞟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x9f",3,NULL,0,NULL,0}, + {"綨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xa8",3,NULL,0,NULL,0}, + {"얦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xa6",3,NULL,0,NULL,0}, + {"￷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xb7",3,NULL,0,NULL,0}, + {"욪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x91",3,NULL,0,NULL,0}, + {"ꠅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x85",3,NULL,0,NULL,0}, + {"⸤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xa4",3,NULL,0,NULL,0}, + {"裣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xa3",3,NULL,0,NULL,0}, + {"ྕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x95",3,NULL,0,NULL,0}, + {"ホ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9b",3,NULL,0,NULL,0}, + {"㢍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x8d",3,NULL,0,NULL,0}, + {"ꥐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x90",3,NULL,0,NULL,0}, + {"偐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x90",3,NULL,0,NULL,0}, + {"씮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x92",3,NULL,0,NULL,0}, + {"ͥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xa5",2,NULL,0,NULL,0}, + {"襂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x82",3,NULL,0,NULL,0}, + {"㋏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x87",3,NULL,0,NULL,0}, + {"듙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x99",3,NULL,0,NULL,0}, + {"佇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x87",3,NULL,0,NULL,0}, + {"友",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x8b",3,NULL,0,NULL,0}, + {"ᰂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x82",3,NULL,0,NULL,0}, + {"觗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xa9",3,NULL,0,NULL,0}, + {"漫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xab",3,NULL,0,NULL,0}, + {"幓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x93",3,NULL,0,NULL,0}, + {"ഴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xb4",3,NULL,0,NULL,0}, + {"䅟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x9f",3,NULL,0,NULL,0}, + {"ﭓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x80",3,NULL,0,NULL,0}, + {"怤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xa4",3,NULL,0,NULL,0}, + {"甘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x98",3,NULL,0,NULL,0}, + {"貱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xb6",3,NULL,0,NULL,0}, + {"Ṛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x9a",3,NULL,0,NULL,0}, + {"熻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xbb",3,NULL,0,NULL,0}, + {"唹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xb9",3,NULL,0,NULL,0}, + {"朜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x9c",3,NULL,0,NULL,0}, + {"꓋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x89",3,NULL,0,NULL,0}, + {"⽳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x95",3,NULL,0,NULL,0}, + {"ꢐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x90",3,NULL,0,NULL,0}, + {"⼦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xa6",3,NULL,0,NULL,0}, + {"뒛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x9b",3,NULL,0,NULL,0}, + {"萃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x83",3,NULL,0,NULL,0}, + {"伍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x8d",3,NULL,0,NULL,0}, + {"㽆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xa1",3,NULL,0,NULL,0}, + {"㹠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xa0",3,NULL,0,NULL,0}, + {"接",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xa5",3,NULL,0,NULL,0}, + {"䇰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x89",3,NULL,0,NULL,0}, + {"㯊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x8a",3,NULL,0,NULL,0}, + {"㼯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xaf",3,NULL,0,NULL,0}, + {"엶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x8c",3,NULL,0,NULL,0}, + {"뜓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x93",3,NULL,0,NULL,0}, + {"出",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xba",3,NULL,0,NULL,0}, + {"䄀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x80",3,NULL,0,NULL,0}, + {"狞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x9e",3,NULL,0,NULL,0}, + {"︋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x8b",3,NULL,0,NULL,0}, + {"臫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xa7",3,NULL,0,NULL,0}, + {"꫉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x89",3,NULL,0,NULL,0}, + {"繫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xab",3,NULL,0,NULL,0}, + {"ﱖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x96",3,NULL,0,NULL,0}, + {"耀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x80",3,NULL,0,NULL,0}, + {"뉰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x85",3,NULL,0,NULL,0}, + {"ౄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x84",3,NULL,0,NULL,0}, + {"ෛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x9b",3,NULL,0,NULL,0}, + {"庫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xab",3,NULL,0,NULL,0}, + {"鋾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xbe",3,NULL,0,NULL,0}, + {"饟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x9f",3,NULL,0,NULL,0}, + {"凌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x95",3,NULL,0,NULL,0}, + {"弔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x94",3,NULL,0,NULL,0}, + {"吖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x96",3,NULL,0,NULL,0}, + {"ᥒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xa5",3,NULL,0,NULL,0}, + {"㰈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x88",3,NULL,0,NULL,0}, + {"儋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x80",3,NULL,0,NULL,0}, + {"어",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xb4",3,NULL,0,NULL,0}, + {"ꀥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xa5",3,NULL,0,NULL,0}, + {"꫕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x95",3,NULL,0,NULL,0}, + {"햳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xb3",3,NULL,0,NULL,0}, + {"ꀲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xb2",3,NULL,0,NULL,0}, + {"榄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x82",3,NULL,0,NULL,0}, + {"Ბ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x91",3,NULL,0,NULL,0}, + {"ꘀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x80",3,NULL,0,NULL,0}, + {"猜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x9c",3,NULL,0,NULL,0}, + {"쪟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x9f",3,NULL,0,NULL,0}, + {"轵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xb5",3,NULL,0,NULL,0}, + {"Ẑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xa2",3,NULL,0,NULL,0}, + {"汣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xa3",3,NULL,0,NULL,0}, + {"矜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x9c",3,NULL,0,NULL,0}, + {"౒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x92",3,NULL,0,NULL,0}, + {"떙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x99",3,NULL,0,NULL,0}, + {"똺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xba",3,NULL,0,NULL,0}, + {"Ȁ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x80",2,NULL,0,NULL,0}, + {"ꩠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xa0",3,NULL,0,NULL,0}, + {"鋘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xbc",3,NULL,0,NULL,0}, + {"릨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xa8",3,NULL,0,NULL,0}, + {"ః",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x83",3,NULL,0,NULL,0}, + {"ꕪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xaa",3,NULL,0,NULL,0}, + {"價",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xb9",3,NULL,0,NULL,0}, + {"씚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x9a",3,NULL,0,NULL,0}, + {"ࡑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x91",3,NULL,0,NULL,0}, + {"貙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x99",3,NULL,0,NULL,0}, + {"ᘙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x99",3,NULL,0,NULL,0}, + {"⠃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x83",3,NULL,0,NULL,0}, + {"짘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x98",3,NULL,0,NULL,0}, + {"냕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x95",3,NULL,0,NULL,0}, + {"嘮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xae",3,NULL,0,NULL,0}, + {"ꘪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xaa",3,NULL,0,NULL,0}, + {"≌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xba",3,NULL,0,NULL,0}, + {"ﵠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xa0",3,NULL,0,NULL,0}, + {"倌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x8c",3,NULL,0,NULL,0}, + {"띊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x8a",3,NULL,0,NULL,0}, + {"變",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x80",3,NULL,0,NULL,0}, + {"핮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xae",3,NULL,0,NULL,0}, + {"ꌑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x91",3,NULL,0,NULL,0}, + {"䉐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x8a",3,NULL,0,NULL,0}, + {"쫨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x90",3,NULL,0,NULL,0}, + {"ជ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x91",3,NULL,0,NULL,0}, + {"媺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xba",3,NULL,0,NULL,0}, + {"奤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xb5",3,NULL,0,NULL,0}, + {"珤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xa4",3,NULL,0,NULL,0}, + {"〶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xb6",3,NULL,0,NULL,0}, + {"疅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x85",3,NULL,0,NULL,0}, + {"㊤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xa4",3,NULL,0,NULL,0}, + {"垉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x89",3,NULL,0,NULL,0}, + {"⾚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x9a",3,NULL,0,NULL,0}, + {"ﰕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x88",3,NULL,0,NULL,0}, + {"짽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xbd",3,NULL,0,NULL,0}, + {"끎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x8e",3,NULL,0,NULL,0}, + {"㻵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xb5",3,NULL,0,NULL,0}, + {"뀍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x8d",3,NULL,0,NULL,0}, + {"Ꮵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x83",3,NULL,0,NULL,0}, + {"ও",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x93",3,NULL,0,NULL,0}, + {"䏣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x8c",3,NULL,0,NULL,0}, + {"䋬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xac",3,NULL,0,NULL,0}, + {"菆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x86",3,NULL,0,NULL,0}, + {"₱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xb1",3,NULL,0,NULL,0}, + {"ឡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xb2",3,NULL,0,NULL,0}, + {"ᭁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x81",3,NULL,0,NULL,0}, + {"冭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xad",3,NULL,0,NULL,0}, + {"䗹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xb9",3,NULL,0,NULL,0}, + {"읝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x9d",3,NULL,0,NULL,0}, + {"纎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x8e",3,NULL,0,NULL,0}, + {"▕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x95",3,NULL,0,NULL,0}, + {"隤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xa4",3,NULL,0,NULL,0}, + {"᠊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x8a",3,NULL,0,NULL,0}, + {"쎮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xae",3,NULL,0,NULL,0}, + {"쭷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xb7",3,NULL,0,NULL,0}, + {"ᢑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x91",3,NULL,0,NULL,0}, + {"ᕶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xbb",3,NULL,0,NULL,0}, + {"軻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xbb",3,NULL,0,NULL,0}, + {"籨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xa3",3,NULL,0,NULL,0}, + {"∃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x83",3,NULL,0,NULL,0}, + {"⒉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x89",3,NULL,0,NULL,0}, + {"尫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xba",3,NULL,0,NULL,0}, + {"㈳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xb3",3,NULL,0,NULL,0}, + {"얪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xaa",3,NULL,0,NULL,0}, + {"ﺈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x88",3,NULL,0,NULL,0}, + {"솛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x9b",3,NULL,0,NULL,0}, + {"﬈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xbe",3,NULL,0,NULL,0}, + {"䵯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xaf",3,NULL,0,NULL,0}, + {"睭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xad",3,NULL,0,NULL,0}, + {"䘻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xbb",3,NULL,0,NULL,0}, + {"잗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x97",3,NULL,0,NULL,0}, + {"⦼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xbc",3,NULL,0,NULL,0}, + {"ﻰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xb0",3,NULL,0,NULL,0}, + {"ࠂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x82",3,NULL,0,NULL,0}, + {"ɒ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x92",2,NULL,0,NULL,0}, + {"҉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x89",2,NULL,0,NULL,0}, + {"쬹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xb9",3,NULL,0,NULL,0}, + {"䍳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xbe",3,NULL,0,NULL,0}, + {"䟠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xa0",3,NULL,0,NULL,0}, + {"퉖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x96",3,NULL,0,NULL,0}, + {"Ῡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xa9",3,NULL,0,NULL,0}, + {"➓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x93",3,NULL,0,NULL,0}, + {"ݑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x91",2,NULL,0,NULL,0}, + {"퀌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x8c",3,NULL,0,NULL,0}, + {"楺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xba",3,NULL,0,NULL,0}, + {"␲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xb2",3,NULL,0,NULL,0}, + {"㲋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x8b",3,NULL,0,NULL,0}, + {"뒶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xaf",3,NULL,0,NULL,0}, + {"髐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x90",3,NULL,0,NULL,0}, + {"ᾁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x81",3,NULL,0,NULL,0}, + {"쵟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x9f",3,NULL,0,NULL,0}, + {"섲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xb2",3,NULL,0,NULL,0}, + {"ﮏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x8f",3,NULL,0,NULL,0}, + {"餌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x8c",3,NULL,0,NULL,0}, + {"Ẋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x8a",3,NULL,0,NULL,0}, + {"᫠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xb0",3,NULL,0,NULL,0}, + {"ꇈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x88",3,NULL,0,NULL,0}, + {"첗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x97",3,NULL,0,NULL,0}, + {"皩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xa9",3,NULL,0,NULL,0}, + {"︽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xbd",3,NULL,0,NULL,0}, + {"ᅲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x97",3,NULL,0,NULL,0}, + {"譌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x8c",3,NULL,0,NULL,0}, + {"뻓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x93",3,NULL,0,NULL,0}, + {"癊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x8a",3,NULL,0,NULL,0}, + {"؞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x9e",2,NULL,0,NULL,0}, + {"䭿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xbf",3,NULL,0,NULL,0}, + {"⥐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x90",3,NULL,0,NULL,0}, + {"츾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xbe",3,NULL,0,NULL,0}, + {"⎰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xb0",3,NULL,0,NULL,0}, + {"㛌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x8c",3,NULL,0,NULL,0}, + {"ጆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x86",3,NULL,0,NULL,0}, + {"큫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xab",3,NULL,0,NULL,0}, + {"밣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xa3",3,NULL,0,NULL,0}, + {"㩿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x9d",3,NULL,0,NULL,0}, + {"須",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x88",3,NULL,0,NULL,0}, + {"甸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xb8",3,NULL,0,NULL,0}, + {"ۀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x80",2,NULL,0,NULL,0}, + {"ꙩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xa6",3,NULL,0,NULL,0}, + {"纱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xb1",3,NULL,0,NULL,0}, + {"蛝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x9d",3,NULL,0,NULL,0}, + {"ᐽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xbd",3,NULL,0,NULL,0}, + {"ñ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb1",2,NULL,0,NULL,0}, + {"虬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xac",3,NULL,0,NULL,0}, + {"鯳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xb3",3,NULL,0,NULL,0}, + {"颒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x92",3,NULL,0,NULL,0}, + {"꧛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x9b",3,NULL,0,NULL,0}, + {"ၖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x96",3,NULL,0,NULL,0}, + {"壠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xa0",3,NULL,0,NULL,0}, + {"掮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xae",3,NULL,0,NULL,0}, + {"癯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xaf",3,NULL,0,NULL,0}, + {"掍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x8d",3,NULL,0,NULL,0}, + {"⮩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xa9",3,NULL,0,NULL,0}, + {"࢛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x9b",3,NULL,0,NULL,0}, + {"㕃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x83",3,NULL,0,NULL,0}, + {"참",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xb8",3,NULL,0,NULL,0}, + {"췼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xbc",3,NULL,0,NULL,0}, + {"骑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x91",3,NULL,0,NULL,0}, + {"㖄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x84",3,NULL,0,NULL,0}, + {"⏆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x86",3,NULL,0,NULL,0}, + {"樀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x80",3,NULL,0,NULL,0}, + {"圮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xae",3,NULL,0,NULL,0}, + {"⨶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xb6",3,NULL,0,NULL,0}, + {"귈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x88",3,NULL,0,NULL,0}, + {"ᣝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x9d",3,NULL,0,NULL,0}, + {"敷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xb7",3,NULL,0,NULL,0}, + {"爝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x9d",3,NULL,0,NULL,0}, + {"ﺁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x81",3,NULL,0,NULL,0}, + {"듵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xb5",3,NULL,0,NULL,0}, + {"㧘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x98",3,NULL,0,NULL,0}, + {"껎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x8e",3,NULL,0,NULL,0}, + {"㎢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xa2",3,NULL,0,NULL,0}, + {"ُ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x8f",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xa2",3,NULL,0,NULL,0}, + {"倶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xb6",3,NULL,0,NULL,0}, + {"䝳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xb3",3,NULL,0,NULL,0}, + {"晅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x85",3,NULL,0,NULL,0}, + {"㞶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xb6",3,NULL,0,NULL,0}, + {"㐏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x8f",3,NULL,0,NULL,0}, + {"邁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x81",3,NULL,0,NULL,0}, + {"̥",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xa5",2,NULL,0,NULL,0}, + {"穨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xa8",3,NULL,0,NULL,0}, + {"㖁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x81",3,NULL,0,NULL,0}, + {"겞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x9e",3,NULL,0,NULL,0}, + {"蓱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xb1",3,NULL,0,NULL,0}, + {"嚴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xb4",3,NULL,0,NULL,0}, + {"꠨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x90",3,NULL,0,NULL,0}, + {"蟌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x8c",3,NULL,0,NULL,0}, + {"⩴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xb4",3,NULL,0,NULL,0}, + {"亂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x9b",3,NULL,0,NULL,0}, + {"⺮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xae",3,NULL,0,NULL,0}, + {"췟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x9f",3,NULL,0,NULL,0}, + {"懪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xaa",3,NULL,0,NULL,0}, + {"行",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x8c",3,NULL,0,NULL,0}, + {"ꝟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xa1",3,NULL,0,NULL,0}, + {"ຄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x84",3,NULL,0,NULL,0}, + {"愍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x8d",3,NULL,0,NULL,0}, + {"騵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xb5",3,NULL,0,NULL,0}, + {"獬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xac",3,NULL,0,NULL,0}, + {"桢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xb9",3,NULL,0,NULL,0}, + {"Ⓐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xb6",3,NULL,0,NULL,0}, + {"㒠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xa0",3,NULL,0,NULL,0}, + {"塁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xb1",3,NULL,0,NULL,0}, + {"澳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xb3",3,NULL,0,NULL,0}, + {"鴼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xbc",3,NULL,0,NULL,0}, + {"ḝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x9d",3,NULL,0,NULL,0}, + {"暎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x8e",3,NULL,0,NULL,0}, + {"㣋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x8b",3,NULL,0,NULL,0}, + {"⬣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xa3",3,NULL,0,NULL,0}, + {"ᇑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x91",3,NULL,0,NULL,0}, + {"ꊏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x8f",3,NULL,0,NULL,0}, + {"뜯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xaf",3,NULL,0,NULL,0}, + {"ቸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xbe",3,NULL,0,NULL,0}, + {"瑸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xb8",3,NULL,0,NULL,0}, + {"毵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xb5",3,NULL,0,NULL,0}, + {"蹋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xa0",3,NULL,0,NULL,0}, + {"꣖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x96",3,NULL,0,NULL,0}, + {"拳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xb3",3,NULL,0,NULL,0}, + {"ꭈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x88",3,NULL,0,NULL,0}, + {"䳲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xb2",3,NULL,0,NULL,0}, + {"Ꟛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x9a",3,NULL,0,NULL,0}, + {"魫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x8c",3,NULL,0,NULL,0}, + {"횙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x99",3,NULL,0,NULL,0}, + {"ˉ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x89",2,NULL,0,NULL,0}, + {"๕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x95",3,NULL,0,NULL,0}, + {"푣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xa3",3,NULL,0,NULL,0}, + {"櫣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xa3",3,NULL,0,NULL,0}, + {"࿇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x87",3,NULL,0,NULL,0}, + {"悲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xb2",3,NULL,0,NULL,0}, + {"洭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xad",3,NULL,0,NULL,0}, + {"蜻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xa8",3,NULL,0,NULL,0}, + {"ꐓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x93",3,NULL,0,NULL,0}, + {"䃿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xbf",3,NULL,0,NULL,0}, + {"藽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xbd",3,NULL,0,NULL,0}, + {"鐚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x9a",3,NULL,0,NULL,0}, + {"ᑲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb2",3,NULL,0,NULL,0}, + {"뮞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x9e",3,NULL,0,NULL,0}, + {"饂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x82",3,NULL,0,NULL,0}, + {"꬀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x80",3,NULL,0,NULL,0}, + {"跙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x84",3,NULL,0,NULL,0}, + {"趼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xbc",3,NULL,0,NULL,0}, + {"풝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x92",3,NULL,0,NULL,0}, + {"煀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x80",3,NULL,0,NULL,0}, + {"擂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x82",3,NULL,0,NULL,0}, + {"龙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x99",3,NULL,0,NULL,0}, + {"屁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x81",3,NULL,0,NULL,0}, + {"㓅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x85",3,NULL,0,NULL,0}, + {"弓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x93",3,NULL,0,NULL,0}, + {"牫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xaf",3,NULL,0,NULL,0}, + {"ꩊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x8a",3,NULL,0,NULL,0}, + {"搉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x89",3,NULL,0,NULL,0}, + {"ⲣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x81",3,NULL,0,NULL,0}, + {"䪃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x83",3,NULL,0,NULL,0}, + {"㪰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xb0",3,NULL,0,NULL,0}, + {"ֆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x86",2,NULL,0,NULL,0}, + {"䴑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xba",3,NULL,0,NULL,0}, + {"ꎒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x92",3,NULL,0,NULL,0}, + {"辤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xa4",3,NULL,0,NULL,0}, + {"馀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x80",3,NULL,0,NULL,0}, + {"ሱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x93",3,NULL,0,NULL,0}, + {"泠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xa0",3,NULL,0,NULL,0}, + {"诌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x8c",3,NULL,0,NULL,0}, + {"趂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x82",3,NULL,0,NULL,0}, + {"㰱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xb1",3,NULL,0,NULL,0}, + {"斱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x9a",3,NULL,0,NULL,0}, + {"琜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x9c",3,NULL,0,NULL,0}, + {"藤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xa4",3,NULL,0,NULL,0}, + {"꩹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xb9",3,NULL,0,NULL,0}, + {"꾆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x86",3,NULL,0,NULL,0}, + {"怒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x92",3,NULL,0,NULL,0}, + {"蟺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xba",3,NULL,0,NULL,0}, + {"鉗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x97",3,NULL,0,NULL,0}, + {"儶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xb6",3,NULL,0,NULL,0}, + {"豬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xac",3,NULL,0,NULL,0}, + {"໎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x8e",3,NULL,0,NULL,0}, + {"ꡉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x89",3,NULL,0,NULL,0}, + {"鿚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x9a",3,NULL,0,NULL,0}, + {"厠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xa0",3,NULL,0,NULL,0}, + {"햇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x87",3,NULL,0,NULL,0}, + {"꘺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xba",3,NULL,0,NULL,0}, + {"䫄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x84",3,NULL,0,NULL,0}, + {"釅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x85",3,NULL,0,NULL,0}, + {"灔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x94",3,NULL,0,NULL,0}, + {"붣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xac",3,NULL,0,NULL,0}, + {"㱧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x8b",3,NULL,0,NULL,0}, + {"൵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xb5",3,NULL,0,NULL,0}, + {"뛈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x88",3,NULL,0,NULL,0}, + {"袩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xb4",3,NULL,0,NULL,0}, + {"ﺰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xb0",3,NULL,0,NULL,0}, + {"谍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x8d",3,NULL,0,NULL,0}, + {"맫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xab",3,NULL,0,NULL,0}, + {"㲬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xac",3,NULL,0,NULL,0}, + {"뜀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x80",3,NULL,0,NULL,0}, + {"玫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xab",3,NULL,0,NULL,0}, + {"聢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xa2",3,NULL,0,NULL,0}, + {"ꩁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x81",3,NULL,0,NULL,0}, + {"㮣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xa3",3,NULL,0,NULL,0}, + {"몋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x8b",3,NULL,0,NULL,0}, + {"銶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xb5",3,NULL,0,NULL,0}, + {"䧮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xae",3,NULL,0,NULL,0}, + {"哽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xbd",3,NULL,0,NULL,0}, + {"市",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x82",3,NULL,0,NULL,0}, + {"퍸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xb8",3,NULL,0,NULL,0}, + {"쏬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xb6",3,NULL,0,NULL,0}, + {"幙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x99",3,NULL,0,NULL,0}, + {"័",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x90",3,NULL,0,NULL,0}, + {"贖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x96",3,NULL,0,NULL,0}, + {"᭻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xbb",3,NULL,0,NULL,0}, + {"륤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xa4",3,NULL,0,NULL,0}, + {"೮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xae",3,NULL,0,NULL,0}, + {"䱛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x9b",3,NULL,0,NULL,0}, + {"鑨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xbf",3,NULL,0,NULL,0}, + {"恖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x96",3,NULL,0,NULL,0}, + {"겹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xb9",3,NULL,0,NULL,0}, + {"ₓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x93",3,NULL,0,NULL,0}, + {"麉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x89",3,NULL,0,NULL,0}, + {"뻼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xbc",3,NULL,0,NULL,0}, + {"톐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x90",3,NULL,0,NULL,0}, + {"嵵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xb5",3,NULL,0,NULL,0}, + {"喖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x96",3,NULL,0,NULL,0}, + {"뗲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xb2",3,NULL,0,NULL,0}, + {"凟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x9f",3,NULL,0,NULL,0}, + {"崄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x84",3,NULL,0,NULL,0}, + {"ﱊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x8a",3,NULL,0,NULL,0}, + {"툏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x8f",3,NULL,0,NULL,0}, + {"簝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x9d",3,NULL,0,NULL,0}, + {"䱉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xbd",3,NULL,0,NULL,0}, + {"䶢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xa2",3,NULL,0,NULL,0}, + {"듋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x8b",3,NULL,0,NULL,0}, + {"ၸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xb8",3,NULL,0,NULL,0}, + {"씊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x8a",3,NULL,0,NULL,0}, + {"ꛂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x82",3,NULL,0,NULL,0}, + {"죡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xa1",3,NULL,0,NULL,0}, + {"㯖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x96",3,NULL,0,NULL,0}, + {"썥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xa5",3,NULL,0,NULL,0}, + {"룟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x8c",3,NULL,0,NULL,0}, + {"ﺔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x94",3,NULL,0,NULL,0}, + {"諽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xbd",3,NULL,0,NULL,0}, + {"ᖴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xb4",3,NULL,0,NULL,0}, + {"㳰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xb0",3,NULL,0,NULL,0}, + {"룪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xaa",3,NULL,0,NULL,0}, + {"飄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x84",3,NULL,0,NULL,0}, + {"盼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xbc",3,NULL,0,NULL,0}, + {"Ⲁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x82",3,NULL,0,NULL,0}, + {"惝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x9d",3,NULL,0,NULL,0}, + {"庡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xad",3,NULL,0,NULL,0}, + {"즙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x99",3,NULL,0,NULL,0}, + {"⚐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x90",3,NULL,0,NULL,0}, + {"讝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x9d",3,NULL,0,NULL,0}, + {"傒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x92",3,NULL,0,NULL,0}, + {"勑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x91",3,NULL,0,NULL,0}, + {"膯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xaf",3,NULL,0,NULL,0}, + {"ব",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xac",3,NULL,0,NULL,0}, + {"㹨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xa8",3,NULL,0,NULL,0}, + {"벗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x97",3,NULL,0,NULL,0}, + {"┶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xbb",3,NULL,0,NULL,0}, + {"縺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xba",3,NULL,0,NULL,0}, + {"聑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x91",3,NULL,0,NULL,0}, + {"龺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xad",3,NULL,0,NULL,0}, + {"媳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xb3",3,NULL,0,NULL,0}, + {"緟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x9f",3,NULL,0,NULL,0}, + {"᲋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x8b",3,NULL,0,NULL,0}, + {""",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x82",3,NULL,0,NULL,0}, + {"뤠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xa0",3,NULL,0,NULL,0}, + {"寄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x84",3,NULL,0,NULL,0}, + {"ﮀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x80",3,NULL,0,NULL,0}, + {"ド",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x89",3,NULL,0,NULL,0}, + {"湃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x83",3,NULL,0,NULL,0}, + {"ﷱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xb1",3,NULL,0,NULL,0}, + {"绕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x95",3,NULL,0,NULL,0}, + {"뙺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xba",3,NULL,0,NULL,0}, + {"ᔭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xad",3,NULL,0,NULL,0}, + {"૭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xad",3,NULL,0,NULL,0}, + {"ꓳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xb3",3,NULL,0,NULL,0}, + {"⫄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x84",3,NULL,0,NULL,0}, + {"ܠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xa0",2,NULL,0,NULL,0}, + {"狪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xaa",3,NULL,0,NULL,0}, + {"ȸ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xb8",2,NULL,0,NULL,0}, + {"谶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xb6",3,NULL,0,NULL,0}, + {"⡺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xba",3,NULL,0,NULL,0}, + {"맄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x84",3,NULL,0,NULL,0}, + {"슡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x80",3,NULL,0,NULL,0}, + {"",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x9d",2,NULL,0,NULL,0}, + {"ᙺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xba",3,NULL,0,NULL,0}, + {"吲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xb2",3,NULL,0,NULL,0}, + {"녈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x88",3,NULL,0,NULL,0}, + {"䤬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xac",3,NULL,0,NULL,0}, + {"쐭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xad",3,NULL,0,NULL,0}, + {"綾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x97",3,NULL,0,NULL,0}, + {"謹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x81",3,NULL,0,NULL,0}, + {"⢰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x84",3,NULL,0,NULL,0}, + {"᛼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xbc",3,NULL,0,NULL,0}, + {"삈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x88",3,NULL,0,NULL,0}, + {"婦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xa6",3,NULL,0,NULL,0}, + {"쌲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xb2",3,NULL,0,NULL,0}, + {"榮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x8c",3,NULL,0,NULL,0}, + {"ݞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x9e",2,NULL,0,NULL,0}, + {"瘖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x96",3,NULL,0,NULL,0}, + {"ﳥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xa5",3,NULL,0,NULL,0}, + {"翞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x9e",3,NULL,0,NULL,0}, + {"ꄞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x9e",3,NULL,0,NULL,0}, + {"䂥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xa5",3,NULL,0,NULL,0}, + {"霛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x9b",3,NULL,0,NULL,0}, + {"თ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x97",3,NULL,0,NULL,0}, + {"ᵎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x8e",3,NULL,0,NULL,0}, + {"⠑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x87",3,NULL,0,NULL,0}, + {"⍊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x8a",3,NULL,0,NULL,0}, + {"냗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x97",3,NULL,0,NULL,0}, + {"䢭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x8a",3,NULL,0,NULL,0}, + {"̪",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xaa",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xbd",3,NULL,0,NULL,0}, + {"Ł",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x81",2,NULL,0,NULL,0}, + {"ꮧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xa7",3,NULL,0,NULL,0}, + {"Ѳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xb2",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x9b",3,NULL,0,NULL,0}, + {"਼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xbc",3,NULL,0,NULL,0}, + {"汃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x83",3,NULL,0,NULL,0}, + {"뀏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x8f",3,NULL,0,NULL,0}, + {"좰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xb0",3,NULL,0,NULL,0}, + {"娥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xa5",3,NULL,0,NULL,0}, + {"兘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x98",3,NULL,0,NULL,0}, + {"Ꮭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x9d",3,NULL,0,NULL,0}, + {"ᑥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xa5",3,NULL,0,NULL,0}, + {"蔔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x94",3,NULL,0,NULL,0}, + {"쐕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x95",3,NULL,0,NULL,0}, + {"丩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xa9",3,NULL,0,NULL,0}, + {"纉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x89",3,NULL,0,NULL,0}, + {"㘦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xa6",3,NULL,0,NULL,0}, + {"障",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x9c",3,NULL,0,NULL,0}, + {"ᗝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x9d",3,NULL,0,NULL,0}, + {"園",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x92",3,NULL,0,NULL,0}, + {"交",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xa4",3,NULL,0,NULL,0}, + {"쭽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x93",3,NULL,0,NULL,0}, + {"萊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x8a",3,NULL,0,NULL,0}, + {"춖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x96",3,NULL,0,NULL,0}, + {"㊜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x9c",3,NULL,0,NULL,0}, + {"艮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xae",3,NULL,0,NULL,0}, + {"쟤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xa4",3,NULL,0,NULL,0}, + {"뇙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x99",3,NULL,0,NULL,0}, + {"ᥩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xa9",3,NULL,0,NULL,0}, + {"ꋵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xb5",3,NULL,0,NULL,0}, + {"䎽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xbd",3,NULL,0,NULL,0}, + {"䛮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xae",3,NULL,0,NULL,0}, + {"᧺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xba",3,NULL,0,NULL,0}, + {"孲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xb2",3,NULL,0,NULL,0}, + {"铈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x88",3,NULL,0,NULL,0}, + {"堔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x94",3,NULL,0,NULL,0}, + {"械",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x86",3,NULL,0,NULL,0}, + {"걝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x9d",3,NULL,0,NULL,0}, + {"훵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xb5",3,NULL,0,NULL,0}, + {"ㆎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x8e",3,NULL,0,NULL,0}, + {"쮌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x8c",3,NULL,0,NULL,0}, + {"샚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x9a",3,NULL,0,NULL,0}, + {"З",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x97",2,NULL,0,NULL,0}, + {"DZ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xb1",2,NULL,0,NULL,0}, + {"Ἦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xae",3,NULL,0,NULL,0}, + {"છ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x9b",3,NULL,0,NULL,0}, + {"㚈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x88",3,NULL,0,NULL,0}, + {"䠥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xa5",3,NULL,0,NULL,0}, + {"冯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xaf",3,NULL,0,NULL,0}, + {"읏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x8f",3,NULL,0,NULL,0}, + {"귔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x94",3,NULL,0,NULL,0}, + {"뾀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x80",3,NULL,0,NULL,0}, + {"ޒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x92",2,NULL,0,NULL,0}, + {"氌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x8c",3,NULL,0,NULL,0}, + {"Ύ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xa9",3,NULL,0,NULL,0}, + {"癆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x86",3,NULL,0,NULL,0}, + {"눓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x93",3,NULL,0,NULL,0}, + {"ᇇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x87",3,NULL,0,NULL,0}, + {"ꑰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xb0",3,NULL,0,NULL,0}, + {"컨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xa8",3,NULL,0,NULL,0}, + {"尡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xa1",3,NULL,0,NULL,0}, + {"˨",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xa8",2,NULL,0,NULL,0}, + {"垵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xb5",3,NULL,0,NULL,0}, + {"殣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xa3",3,NULL,0,NULL,0}, + {"≻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xbe",3,NULL,0,NULL,0}, + {"腾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xbe",3,NULL,0,NULL,0}, + {"꒾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xbe",3,NULL,0,NULL,0}, + {"䓏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xa5",3,NULL,0,NULL,0}, + {"ዀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x80",3,NULL,0,NULL,0}, + {"휯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xaf",3,NULL,0,NULL,0}, + {"᦬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xac",3,NULL,0,NULL,0}, + {"턾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xbe",3,NULL,0,NULL,0}, + {"넟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x9f",3,NULL,0,NULL,0}, + {"嬱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xb1",3,NULL,0,NULL,0}, + {"端",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xaf",3,NULL,0,NULL,0}, + {"¸",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb8",2,NULL,0,NULL,0}, + {"楟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x9f",3,NULL,0,NULL,0}, + {"댍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x8d",3,NULL,0,NULL,0}, + {"ꈫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xab",3,NULL,0,NULL,0}, + {"靌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xb6",3,NULL,0,NULL,0}, + {"⃭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xad",3,NULL,0,NULL,0}, + {"蘴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xb4",3,NULL,0,NULL,0}, + {"곶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xb6",3,NULL,0,NULL,0}, + {"쀷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xb7",3,NULL,0,NULL,0}, + {"邷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xb7",3,NULL,0,NULL,0}, + {"盤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xa4",3,NULL,0,NULL,0}, + {"ᬍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x8d",3,NULL,0,NULL,0}, + {"朹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xb9",3,NULL,0,NULL,0}, + {"푯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xaf",3,NULL,0,NULL,0}, + {"鄲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xb2",3,NULL,0,NULL,0}, + {"䬮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xae",3,NULL,0,NULL,0}, + {"嫶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xb6",3,NULL,0,NULL,0}, + {"㝁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x81",3,NULL,0,NULL,0}, + {"뮂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x82",3,NULL,0,NULL,0}, + {"쉭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xad",3,NULL,0,NULL,0}, + {"嚄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x84",3,NULL,0,NULL,0}, + {"䣿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xbf",3,NULL,0,NULL,0}, + {"籆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x86",3,NULL,0,NULL,0}, + {"疭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x96",3,NULL,0,NULL,0}, + {"η",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb7",2,NULL,0,NULL,0}, + {"뺷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xb7",3,NULL,0,NULL,0}, + {"꙽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xbd",3,NULL,0,NULL,0}, + {"㛪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xaa",3,NULL,0,NULL,0}, + {"確",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xba",3,NULL,0,NULL,0}, + {"蝒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x92",3,NULL,0,NULL,0}, + {"솃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x83",3,NULL,0,NULL,0}, + {"歄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x84",3,NULL,0,NULL,0}, + {"ڰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xb0",2,NULL,0,NULL,0}, + {"槨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xa8",3,NULL,0,NULL,0}, + {"硱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xb1",3,NULL,0,NULL,0}, + {"蛗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x97",3,NULL,0,NULL,0}, + {"깱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xb1",3,NULL,0,NULL,0}, + {"뫭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xad",3,NULL,0,NULL,0}, + {"ፇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x87",3,NULL,0,NULL,0}, + {"샼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x9f",3,NULL,0,NULL,0}, + {"境",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x83",3,NULL,0,NULL,0}, + {"䞞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x9e",3,NULL,0,NULL,0}, + {"℧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xa7",3,NULL,0,NULL,0}, + {"劫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xab",3,NULL,0,NULL,0}, + {"火",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xab",3,NULL,0,NULL,0}, + {"꾣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xa3",3,NULL,0,NULL,0}, + {"笐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x90",3,NULL,0,NULL,0}, + {"構",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x8b",3,NULL,0,NULL,0}, + {"츥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xa5",3,NULL,0,NULL,0}, + {"툸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xb8",3,NULL,0,NULL,0}, + {"㔂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x82",3,NULL,0,NULL,0}, + {"ẃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x83",3,NULL,0,NULL,0}, + {"薭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xad",3,NULL,0,NULL,0}, + {"첍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x8d",3,NULL,0,NULL,0}, + {"䍓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x9b",3,NULL,0,NULL,0}, + {"″",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb3",3,NULL,0,NULL,0}, + {"ຑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x91",3,NULL,0,NULL,0}, + {"絥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xa5",3,NULL,0,NULL,0}, + {"蠟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x9f",3,NULL,0,NULL,0}, + {"뻑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x91",3,NULL,0,NULL,0}, + {"姅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x85",3,NULL,0,NULL,0}, + {"䮅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x85",3,NULL,0,NULL,0}, + {"葜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x9c",3,NULL,0,NULL,0}, + {"㛐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x90",3,NULL,0,NULL,0}, + {"隲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xb2",3,NULL,0,NULL,0}, + {"㗊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x8a",3,NULL,0,NULL,0}, + {"백",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xb1",3,NULL,0,NULL,0}, + {"튵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xb5",3,NULL,0,NULL,0}, + {"甼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xbc",3,NULL,0,NULL,0}, + {"⎨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xa8",3,NULL,0,NULL,0}, + {"럠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xa0",3,NULL,0,NULL,0}, + {"ꂖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x96",3,NULL,0,NULL,0}, + {"뼺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xba",3,NULL,0,NULL,0}, + {"츮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xae",3,NULL,0,NULL,0}, + {"䪊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x8a",3,NULL,0,NULL,0}, + {"䟜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x9c",3,NULL,0,NULL,0}, + {"閉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x89",3,NULL,0,NULL,0}, + {"稧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xa7",3,NULL,0,NULL,0}, + {"鳇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x87",3,NULL,0,NULL,0}, + {"鰁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x81",3,NULL,0,NULL,0}, + {"ቩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xa9",3,NULL,0,NULL,0}, + {"昙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x99",3,NULL,0,NULL,0}, + {"ၦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xa6",3,NULL,0,NULL,0}, + {"…",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa6",3,NULL,0,NULL,0}, + {"퓟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x9f",3,NULL,0,NULL,0}, + {"䎔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x8f",3,NULL,0,NULL,0}, + {"쪮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xae",3,NULL,0,NULL,0}, + {"뛹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xb9",3,NULL,0,NULL,0}, + {"㳑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x91",3,NULL,0,NULL,0}, + {"⹑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x91",3,NULL,0,NULL,0}, + {"Ʇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xb1",3,NULL,0,NULL,0}, + {"褎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x8e",3,NULL,0,NULL,0}, + {"燎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x98",3,NULL,0,NULL,0}, + {"骓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xac",3,NULL,0,NULL,0}, + {"퀻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xbb",3,NULL,0,NULL,0}, + {"㥱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xb1",3,NULL,0,NULL,0}, + {"経",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x8c",3,NULL,0,NULL,0}, + {"ไ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x84",3,NULL,0,NULL,0}, + {"՛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x9b",2,NULL,0,NULL,0}, + {"扣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xa3",3,NULL,0,NULL,0}, + {"敭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xb1",3,NULL,0,NULL,0}, + {"⩂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x82",3,NULL,0,NULL,0}, + {"圲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xb2",3,NULL,0,NULL,0}, + {"拿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xbf",3,NULL,0,NULL,0}, + {"埞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x9e",3,NULL,0,NULL,0}, + {"혛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x9b",3,NULL,0,NULL,0}, + {"愇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x87",3,NULL,0,NULL,0}, + {"晗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xbc",3,NULL,0,NULL,0}, + {"穰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xb0",3,NULL,0,NULL,0}, + {"ᅜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x9c",3,NULL,0,NULL,0}, + {"ṵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xb5",3,NULL,0,NULL,0}, + {"瓗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x97",3,NULL,0,NULL,0}, + {"⓰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xb0",3,NULL,0,NULL,0}, + {"钙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x99",3,NULL,0,NULL,0}, + {"믐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x90",3,NULL,0,NULL,0}, + {"◧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xa7",3,NULL,0,NULL,0}, + {"璨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xa8",3,NULL,0,NULL,0}, + {"炡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xa2",3,NULL,0,NULL,0}, + {"煳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xb3",3,NULL,0,NULL,0}, + {"䨱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xb1",3,NULL,0,NULL,0}, + {"軂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x82",3,NULL,0,NULL,0}, + {"먃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x83",3,NULL,0,NULL,0}, + {"ࠟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x9f",3,NULL,0,NULL,0}, + {"蹫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x9b",3,NULL,0,NULL,0}, + {"ﮛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x9b",3,NULL,0,NULL,0}, + {"팒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x92",3,NULL,0,NULL,0}, + {"ꤜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x9c",3,NULL,0,NULL,0}, + {"伜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x9c",3,NULL,0,NULL,0}, + {"ɪ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xaa",2,NULL,0,NULL,0}, + {"䥸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xb8",3,NULL,0,NULL,0}, + {"푡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xa1",3,NULL,0,NULL,0}, + {"␖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x96",3,NULL,0,NULL,0}, + {"ਔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x94",3,NULL,0,NULL,0}, + {"엍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x8d",3,NULL,0,NULL,0}, + {"㝨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xa8",3,NULL,0,NULL,0}, + {"ྵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xb5",3,NULL,0,NULL,0}, + {"闪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xaa",3,NULL,0,NULL,0}, + {"抺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xba",3,NULL,0,NULL,0}, + {"咖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x9d",3,NULL,0,NULL,0}, + {"⯶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xb6",3,NULL,0,NULL,0}, + {"ⱕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x9b",3,NULL,0,NULL,0}, + {"ḷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xb7",3,NULL,0,NULL,0}, + {"಴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xb4",3,NULL,0,NULL,0}, + {"㴩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xa9",3,NULL,0,NULL,0}, + {"⧺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xba",3,NULL,0,NULL,0}, + {"餃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x83",3,NULL,0,NULL,0}, + {"ᢦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xa6",3,NULL,0,NULL,0}, + {"ା",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xbe",3,NULL,0,NULL,0}, + {"⦱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xb1",3,NULL,0,NULL,0}, + {"岞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x9e",3,NULL,0,NULL,0}, + {"ླྀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xb8",3,NULL,0,NULL,0}, + {"骲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xb2",3,NULL,0,NULL,0}, + {"요",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x94",3,NULL,0,NULL,0}, + {"駋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x8b",3,NULL,0,NULL,0}, + {"ꩱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x80",3,NULL,0,NULL,0}, + {"齜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x9c",3,NULL,0,NULL,0}, + {"耾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xbe",3,NULL,0,NULL,0}, + {"ⷠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xa0",3,NULL,0,NULL,0}, + {"齽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xbd",3,NULL,0,NULL,0}, + {"㯯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xaf",3,NULL,0,NULL,0}, + {"͗",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x97",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x97",3,NULL,0,NULL,0}, + {"ꚭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xad",3,NULL,0,NULL,0}, + {"Ჶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xb6",3,NULL,0,NULL,0}, + {"ꏑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x91",3,NULL,0,NULL,0}, + {"㪨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xa8",3,NULL,0,NULL,0}, + {"洟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x9f",3,NULL,0,NULL,0}, + {"봐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x90",3,NULL,0,NULL,0}, + {"န",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x94",3,NULL,0,NULL,0}, + {"ᱍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x8d",3,NULL,0,NULL,0}, + {"猃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x83",3,NULL,0,NULL,0}, + {"䃝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x9d",3,NULL,0,NULL,0}, + {"睽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xbd",3,NULL,0,NULL,0}, + {"轞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x9c",3,NULL,0,NULL,0}, + {"徭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xa4",3,NULL,0,NULL,0}, + {"㵪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xaa",3,NULL,0,NULL,0}, + {"웒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x92",3,NULL,0,NULL,0}, + {"㧃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x83",3,NULL,0,NULL,0}, + {"ꪋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xba",3,NULL,0,NULL,0}, + {"通",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x9a",3,NULL,0,NULL,0}, + {"䏸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xb8",3,NULL,0,NULL,0}, + {"௞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x9e",3,NULL,0,NULL,0}, + {"᤭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xad",3,NULL,0,NULL,0}, + {"龋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x8b",3,NULL,0,NULL,0}, + {"콬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xac",3,NULL,0,NULL,0}, + {"廱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xb1",3,NULL,0,NULL,0}, + {"鱼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xbc",3,NULL,0,NULL,0}, + {"祾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xbe",3,NULL,0,NULL,0}, + {"ꢜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x9c",3,NULL,0,NULL,0}, + {"僜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x9c",3,NULL,0,NULL,0}, + {"搋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x8b",3,NULL,0,NULL,0}, + {"鿸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xb8",3,NULL,0,NULL,0}, + {"酚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x9a",3,NULL,0,NULL,0}, + {"屮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xbc",3,NULL,0,NULL,0}, + {"戺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xba",3,NULL,0,NULL,0}, + {"﷐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x90",3,NULL,0,NULL,0}, + {"绻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xbb",3,NULL,0,NULL,0}, + {"瀞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x9b",3,NULL,0,NULL,0}, + {"䴓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x93",3,NULL,0,NULL,0}, + {"溄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x84",3,NULL,0,NULL,0}, + {"ম",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xae",3,NULL,0,NULL,0}, + {"㼬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xac",3,NULL,0,NULL,0}, + {"辠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xa0",3,NULL,0,NULL,0}, + {"෨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xa8",3,NULL,0,NULL,0}, + {"诐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x90",3,NULL,0,NULL,0}, + {"ﳢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x89",3,NULL,0,NULL,0}, + {"홬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xaa",3,NULL,0,NULL,0}, + {"䈻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xbb",3,NULL,0,NULL,0}, + {"ᰖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x96",3,NULL,0,NULL,0}, + {"뙧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xa7",3,NULL,0,NULL,0}, + {"鐼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xbc",3,NULL,0,NULL,0}, + {"M",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x8e",3,NULL,0,NULL,0}, + {"赈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x88",3,NULL,0,NULL,0}, + {"ち",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xa1",3,NULL,0,NULL,0}, + {"涘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x98",3,NULL,0,NULL,0}, + {"அ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x85",3,NULL,0,NULL,0}, + {"豴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xb4",3,NULL,0,NULL,0}, + {"뤲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xb2",3,NULL,0,NULL,0}, + {"䒧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xa7",3,NULL,0,NULL,0}, + {"厨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xa8",3,NULL,0,NULL,0}, + {"䍻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xbb",3,NULL,0,NULL,0}, + {"쵾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xbe",3,NULL,0,NULL,0}, + {"䌨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xa8",3,NULL,0,NULL,0}, + {"䖡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xa1",3,NULL,0,NULL,0}, + {"⭳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xb3",3,NULL,0,NULL,0}, + {"앉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x89",3,NULL,0,NULL,0}, + {"ꡛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x9b",3,NULL,0,NULL,0}, + {"巺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xa7",3,NULL,0,NULL,0}, + {"﹕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x95",3,NULL,0,NULL,0}, + {"ꘌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x8c",3,NULL,0,NULL,0}, + {"枻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x9a",3,NULL,0,NULL,0}, + {"䰊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x99",3,NULL,0,NULL,0}, + {"㺭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xad",3,NULL,0,NULL,0}, + {"鐋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x8b",3,NULL,0,NULL,0}, + {"䇜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x9c",3,NULL,0,NULL,0}, + {"麓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x93",3,NULL,0,NULL,0}, + {"톄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x84",3,NULL,0,NULL,0}, + {"嵯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xa9",3,NULL,0,NULL,0}, + {"몁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x81",3,NULL,0,NULL,0}, + {"鈿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xb9",3,NULL,0,NULL,0}, + {"黔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x94",3,NULL,0,NULL,0}, + {"뱲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xb2",3,NULL,0,NULL,0}, + {"陌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x8c",3,NULL,0,NULL,0}, + {"᩸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xb8",3,NULL,0,NULL,0}, + {"䨊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x8a",3,NULL,0,NULL,0}, + {"軩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xa9",3,NULL,0,NULL,0}, + {"宗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xae",3,NULL,0,NULL,0}, + {"䷛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x9b",3,NULL,0,NULL,0}, + {"윑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x91",3,NULL,0,NULL,0}, + {"쳵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xb5",3,NULL,0,NULL,0}, + {"౭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xad",3,NULL,0,NULL,0}, + {"Ⱏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x9f",3,NULL,0,NULL,0}, + {"쎅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x85",3,NULL,0,NULL,0}, + {"ޕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x95",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xa0",3,NULL,0,NULL,0}, + {"ࢊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x8a",3,NULL,0,NULL,0}, + {"譐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x90",3,NULL,0,NULL,0}, + {"룚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x9a",3,NULL,0,NULL,0}, + {"ᕍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x8d",3,NULL,0,NULL,0}, + {"脝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x9d",3,NULL,0,NULL,0}, + {"卌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x8c",3,NULL,0,NULL,0}, + {"銀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x80",3,NULL,0,NULL,0}, + {"鼳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xb3",3,NULL,0,NULL,0}, + {"Ꮛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x8b",3,NULL,0,NULL,0}, + {"狀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xba",3,NULL,0,NULL,0}, + {"⏱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xb1",3,NULL,0,NULL,0}, + {"褪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xaa",3,NULL,0,NULL,0}, + {"閳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xb3",3,NULL,0,NULL,0}, + {"腓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x93",3,NULL,0,NULL,0}, + {"╒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x92",3,NULL,0,NULL,0}, + {"뜳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xb3",3,NULL,0,NULL,0}, + {"뼃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x83",3,NULL,0,NULL,0}, + {"ᨼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xbc",3,NULL,0,NULL,0}, + {"苃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x83",3,NULL,0,NULL,0}, + {"嬐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x90",3,NULL,0,NULL,0}, + {"푲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xb2",3,NULL,0,NULL,0}, + {"퍭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xad",3,NULL,0,NULL,0}, + {"똙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x99",3,NULL,0,NULL,0}, + {"潔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xb9",3,NULL,0,NULL,0}, + {"殾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xbe",3,NULL,0,NULL,0}, + {"롱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xb1",3,NULL,0,NULL,0}, + {"発",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xaf",3,NULL,0,NULL,0}, + {"심",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xac",3,NULL,0,NULL,0}, + {"靘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x98",3,NULL,0,NULL,0}, + {"㽋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x8b",3,NULL,0,NULL,0}, + {"ᅣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xbc",3,NULL,0,NULL,0}, + {"⤏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x8f",3,NULL,0,NULL,0}, + {"줕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x95",3,NULL,0,NULL,0}, + {"넂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x82",3,NULL,0,NULL,0}, + {"쒀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x80",3,NULL,0,NULL,0}, + {"鞰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xb0",3,NULL,0,NULL,0}, + {"™",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x99",2,NULL,0,NULL,0}, + {"䉮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xae",3,NULL,0,NULL,0}, + {"쥖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x96",3,NULL,0,NULL,0}, + {"ꛍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x8d",3,NULL,0,NULL,0}, + {"⣠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xa0",3,NULL,0,NULL,0}, + {"쐿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xbf",3,NULL,0,NULL,0}, + {"ꁝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x9d",3,NULL,0,NULL,0}, + {"댺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xba",3,NULL,0,NULL,0}, + {"촅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x85",3,NULL,0,NULL,0}, + {"든",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xb2",3,NULL,0,NULL,0}, + {"Ꮍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xbd",3,NULL,0,NULL,0}, + {"ニ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xbe",3,NULL,0,NULL,0}, + {"铐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x90",3,NULL,0,NULL,0}, + {"ﱰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xb0",3,NULL,0,NULL,0}, + {"薃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x83",3,NULL,0,NULL,0}, + {"绗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x97",3,NULL,0,NULL,0}, + {"臻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xbb",3,NULL,0,NULL,0}, + {"阘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x98",3,NULL,0,NULL,0}, + {"뉎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x8e",3,NULL,0,NULL,0}, + {"䛳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xb3",3,NULL,0,NULL,0}, + {"슫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xab",3,NULL,0,NULL,0}, + {"뼀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x80",3,NULL,0,NULL,0}, + {"᷉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x89",3,NULL,0,NULL,0}, + {"ᩝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x9d",3,NULL,0,NULL,0}, + {"쨤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xa4",3,NULL,0,NULL,0}, + {"䤨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xa8",3,NULL,0,NULL,0}, + {"⏕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x95",3,NULL,0,NULL,0}, + {"雧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x99",3,NULL,0,NULL,0}, + {"ᄟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x9f",3,NULL,0,NULL,0}, + {"ꃑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x91",3,NULL,0,NULL,0}, + {"껹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xb9",3,NULL,0,NULL,0}, + {"ꁠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xa0",3,NULL,0,NULL,0}, + {"荒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x92",3,NULL,0,NULL,0}, + {"榪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xaa",3,NULL,0,NULL,0}, + {"砑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x9c",3,NULL,0,NULL,0}, + {"돥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xa5",3,NULL,0,NULL,0}, + {"ƍ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x8d",2,NULL,0,NULL,0}, + {"佢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xa2",3,NULL,0,NULL,0}, + {"蕡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xa1",3,NULL,0,NULL,0}, + {"‖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x96",3,NULL,0,NULL,0}, + {"乫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xab",3,NULL,0,NULL,0}, + {"쯦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xa6",3,NULL,0,NULL,0}, + {"ࠪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xaa",3,NULL,0,NULL,0}, + {"쬀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x80",3,NULL,0,NULL,0}, + {"츩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x95",3,NULL,0,NULL,0}, + {"⌖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x96",3,NULL,0,NULL,0}, + {"⾧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xa7",3,NULL,0,NULL,0}, + {"⩛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x9b",3,NULL,0,NULL,0}, + {"ꌢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xa2",3,NULL,0,NULL,0}, + {"࠹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xb9",3,NULL,0,NULL,0}, + {"ꄪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xaa",3,NULL,0,NULL,0}, + {"헕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x95",3,NULL,0,NULL,0}, + {"⌮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xa3",3,NULL,0,NULL,0}, + {"舔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x94",3,NULL,0,NULL,0}, + {"∪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xaa",3,NULL,0,NULL,0}, + {"㐰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xb0",3,NULL,0,NULL,0}, + {"ꋧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xa7",3,NULL,0,NULL,0}, + {"ᥳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xb3",3,NULL,0,NULL,0}, + {"ᐈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x88",3,NULL,0,NULL,0}, + {"拦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xa6",3,NULL,0,NULL,0}, + {"洳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xb3",3,NULL,0,NULL,0}, + {"瞲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xb2",3,NULL,0,NULL,0}, + {"효",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xa8",3,NULL,0,NULL,0}, + {"œ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x93",2,NULL,0,NULL,0}, + {"檬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xac",3,NULL,0,NULL,0}, + {"㒷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xb7",3,NULL,0,NULL,0}, + {"Ѧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xa6",2,NULL,0,NULL,0}, + {"菣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xa3",3,NULL,0,NULL,0}, + {"遖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x96",3,NULL,0,NULL,0}, + {"쩹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xb9",3,NULL,0,NULL,0}, + {"좔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x94",3,NULL,0,NULL,0}, + {"児",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x86",3,NULL,0,NULL,0}, + {"季",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xa3",3,NULL,0,NULL,0}, + {"邭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xad",3,NULL,0,NULL,0}, + {"晹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xb9",3,NULL,0,NULL,0}, + {"ឱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xb1",3,NULL,0,NULL,0}, + {"䠧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xa7",3,NULL,0,NULL,0}, + {"뿍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x8d",3,NULL,0,NULL,0}, + {"曂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x82",3,NULL,0,NULL,0}, + {"ㄓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x93",3,NULL,0,NULL,0}, + {"⾹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xb9",3,NULL,0,NULL,0}, + {"毚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x9a",3,NULL,0,NULL,0}, + {"﯀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x80",3,NULL,0,NULL,0}, + {"ᒽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xbd",3,NULL,0,NULL,0}, + {"⟝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x9d",3,NULL,0,NULL,0}, + {"㗺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xba",3,NULL,0,NULL,0}, + {"㚡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xa1",3,NULL,0,NULL,0}, + {"ʕ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x95",2,NULL,0,NULL,0}, + {"⸓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x93",3,NULL,0,NULL,0}, + {"࣊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x8a",3,NULL,0,NULL,0}, + {"葖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x96",3,NULL,0,NULL,0}, + {"녴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xb4",3,NULL,0,NULL,0}, + {"࿬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xac",3,NULL,0,NULL,0}, + {"䓅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x85",3,NULL,0,NULL,0}, + {"Ꜧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xa6",3,NULL,0,NULL,0}, + {"铌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x8c",3,NULL,0,NULL,0}, + {"堜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x9c",3,NULL,0,NULL,0}, + {"ጚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x9a",3,NULL,0,NULL,0}, + {"鵬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x8e",3,NULL,0,NULL,0}, + {"ڧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xa7",2,NULL,0,NULL,0}, + {"嫜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x9c",3,NULL,0,NULL,0}, + {"᪸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xb8",3,NULL,0,NULL,0}, + {"Ἢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xaa",3,NULL,0,NULL,0}, + {"喁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x81",3,NULL,0,NULL,0}, + {"뎒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x92",3,NULL,0,NULL,0}, + {"ཡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xa1",3,NULL,0,NULL,0}, + {"趑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x91",3,NULL,0,NULL,0}, + {"䘣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xb5",3,NULL,0,NULL,0}, + {"杛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x9b",3,NULL,0,NULL,0}, + {"✎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x8e",3,NULL,0,NULL,0}, + {"컘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x98",3,NULL,0,NULL,0}, + {"숊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xb9",3,NULL,0,NULL,0}, + {"殙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x99",3,NULL,0,NULL,0}, + {"ﰿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xbf",3,NULL,0,NULL,0}, + {"磾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xbe",3,NULL,0,NULL,0}, + {"挘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x98",3,NULL,0,NULL,0}, + {"ⴏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x8f",3,NULL,0,NULL,0}, + {"㍛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x9b",3,NULL,0,NULL,0}, + {"ိ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xad",3,NULL,0,NULL,0}, + {"䜾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xbe",3,NULL,0,NULL,0}, + {"૒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x92",3,NULL,0,NULL,0}, + {"竭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x96",3,NULL,0,NULL,0}, + {"䚗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x97",3,NULL,0,NULL,0}, + {"흘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x98",3,NULL,0,NULL,0}, + {"䌒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xb3",3,NULL,0,NULL,0}, + {"袖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x96",3,NULL,0,NULL,0}, + {"薿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xbf",3,NULL,0,NULL,0}, + {"⅐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x90",3,NULL,0,NULL,0}, + {"킛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x9b",3,NULL,0,NULL,0}, + {"ꪦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xa6",3,NULL,0,NULL,0}, + {"䭎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x8e",3,NULL,0,NULL,0}, + {"໚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x9a",3,NULL,0,NULL,0}, + {"⛌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x8c",3,NULL,0,NULL,0}, + {"쾻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xbb",3,NULL,0,NULL,0}, + {"薈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x88",3,NULL,0,NULL,0}, + {"샋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x8b",3,NULL,0,NULL,0}, + {"⊦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xa6",3,NULL,0,NULL,0}, + {"濴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xb4",3,NULL,0,NULL,0}, + {"搮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xae",3,NULL,0,NULL,0}, + {"캅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x85",3,NULL,0,NULL,0}, + {"鿍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xa8",3,NULL,0,NULL,0}, + {"㍉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x89",3,NULL,0,NULL,0}, + {"戗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x97",3,NULL,0,NULL,0}, + {"憧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x95",3,NULL,0,NULL,0}, + {"ᱼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xbc",3,NULL,0,NULL,0}, + {"髺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xad",3,NULL,0,NULL,0}, + {"㩇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x87",3,NULL,0,NULL,0}, + {"椯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xaf",3,NULL,0,NULL,0}, + {"鲈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x88",3,NULL,0,NULL,0}, + {"粧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xa7",3,NULL,0,NULL,0}, + {"붊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x8a",3,NULL,0,NULL,0}, + {"㏬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x86",3,NULL,0,NULL,0}, + {"槙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x99",3,NULL,0,NULL,0}, + {"㱔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x94",3,NULL,0,NULL,0}, + {"旚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x8d",3,NULL,0,NULL,0}, + {"㳓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x8f",3,NULL,0,NULL,0}, + {"✒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x92",3,NULL,0,NULL,0}, + {"蠥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x88",3,NULL,0,NULL,0}, + {"ӽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xbd",2,NULL,0,NULL,0}, + {"쀞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x9e",3,NULL,0,NULL,0}, + {"쿪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xaa",3,NULL,0,NULL,0}, + {"㡚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x9a",3,NULL,0,NULL,0}, + {"㮴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x9c",3,NULL,0,NULL,0}, + {"킃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x9a",3,NULL,0,NULL,0}, + {"䉖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x96",3,NULL,0,NULL,0}, + {"咵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xb3",3,NULL,0,NULL,0}, + {"鶾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x80",3,NULL,0,NULL,0}, + {"頖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x96",3,NULL,0,NULL,0}, + {"颢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xa2",3,NULL,0,NULL,0}, + {"坬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xac",3,NULL,0,NULL,0}, + {"鲭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xad",3,NULL,0,NULL,0}, + {"掾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xbe",3,NULL,0,NULL,0}, + {"败",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xa5",3,NULL,0,NULL,0}, + {"븣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xa3",3,NULL,0,NULL,0}, + {"锔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x94",3,NULL,0,NULL,0}, + {"捣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xa3",3,NULL,0,NULL,0}, + {"瓕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x95",3,NULL,0,NULL,0}, + {"ṧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa7",3,NULL,0,NULL,0}, + {"淒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x92",3,NULL,0,NULL,0}, + {"ⓐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x90",3,NULL,0,NULL,0}, + {"鸉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x89",3,NULL,0,NULL,0}, + {"빬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xac",3,NULL,0,NULL,0}, + {"啖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x96",3,NULL,0,NULL,0}, + {"焋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x8b",3,NULL,0,NULL,0}, + {"ᐅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x85",3,NULL,0,NULL,0}, + {"큁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xb7",3,NULL,0,NULL,0}, + {"떯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xaf",3,NULL,0,NULL,0}, + {"센",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xbc",3,NULL,0,NULL,0}, + {"麽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xbd",3,NULL,0,NULL,0}, + {"Ꭓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xb3",3,NULL,0,NULL,0}, + {"ꦇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x87",3,NULL,0,NULL,0}, + {"ⵗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x97",3,NULL,0,NULL,0}, + {"ՙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x99",2,NULL,0,NULL,0}, + {"믽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xb8",3,NULL,0,NULL,0}, + {"멇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x87",3,NULL,0,NULL,0}, + {"뵋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x8b",3,NULL,0,NULL,0}, + {"牃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x83",3,NULL,0,NULL,0}, + {"优",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x98",3,NULL,0,NULL,0}, + {"왒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x98",3,NULL,0,NULL,0}, + {"䦀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xa8",3,NULL,0,NULL,0}, + {"㠻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xbb",3,NULL,0,NULL,0}, + {"庄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x84",3,NULL,0,NULL,0}, + {"뱺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xba",3,NULL,0,NULL,0}, + {"鰝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x9d",3,NULL,0,NULL,0}, + {"ᮦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xa6",3,NULL,0,NULL,0}, + {"썘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x98",3,NULL,0,NULL,0}, + {"ꦱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xb1",3,NULL,0,NULL,0}, + {"꯽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x9f",3,NULL,0,NULL,0}, + {"ಜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x9c",3,NULL,0,NULL,0}, + {"卽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xbd",3,NULL,0,NULL,0}, + {"픰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xb0",3,NULL,0,NULL,0}, + {"ᔠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x80",3,NULL,0,NULL,0}, + {"ⱗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x97",3,NULL,0,NULL,0}, + {"級",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x9a",3,NULL,0,NULL,0}, + {"윟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x9f",3,NULL,0,NULL,0}, + {"黷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xb7",3,NULL,0,NULL,0}, + {"౻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xbb",3,NULL,0,NULL,0}, + {"㶈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x88",3,NULL,0,NULL,0}, + {"먉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x89",3,NULL,0,NULL,0}, + {"༭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xad",3,NULL,0,NULL,0}, + {"뒦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xa6",3,NULL,0,NULL,0}, + {"黾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xbe",3,NULL,0,NULL,0}, + {"⪛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x9b",3,NULL,0,NULL,0}, + {"丐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x90",3,NULL,0,NULL,0}, + {"뜌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x8c",3,NULL,0,NULL,0}, + {"⦈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x88",3,NULL,0,NULL,0}, + {"䆀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x80",3,NULL,0,NULL,0}, + {"擞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x9e",3,NULL,0,NULL,0}, + {"볯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x9f",3,NULL,0,NULL,0}, + {"䦋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x8b",3,NULL,0,NULL,0}, + {"謱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xb1",3,NULL,0,NULL,0}, + {"뤏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x8f",3,NULL,0,NULL,0}, + {"蹸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xb8",3,NULL,0,NULL,0}, + {"㴛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x9b",3,NULL,0,NULL,0}, + {"菦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xa6",3,NULL,0,NULL,0}, + {"㵺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xba",3,NULL,0,NULL,0}, + {"뢈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x88",3,NULL,0,NULL,0}, + {"廌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x8c",3,NULL,0,NULL,0}, + {"鐲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xb2",3,NULL,0,NULL,0}, + {"ଲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xb2",3,NULL,0,NULL,0}, + {"簺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xba",3,NULL,0,NULL,0}, + {"章",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x82",3,NULL,0,NULL,0}, + {"맗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x97",3,NULL,0,NULL,0}, + {"呉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x81",3,NULL,0,NULL,0}, + {"觹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xb9",3,NULL,0,NULL,0}, + {"只",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xaa",3,NULL,0,NULL,0}, + {"냈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x88",3,NULL,0,NULL,0}, + {"圽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xbd",3,NULL,0,NULL,0}, + {"롞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xb0",3,NULL,0,NULL,0}, + {"퐽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xbd",3,NULL,0,NULL,0}, + {"띫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xab",3,NULL,0,NULL,0}, + {"周",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xa8",3,NULL,0,NULL,0}, + {"鏩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xa9",3,NULL,0,NULL,0}, + {"᱗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x97",3,NULL,0,NULL,0}, + {"폼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xbc",3,NULL,0,NULL,0}, + {"텛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x9b",3,NULL,0,NULL,0}, + {"鑀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xb4",3,NULL,0,NULL,0}, + {"溝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x9d",3,NULL,0,NULL,0}, + {"娶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xb6",3,NULL,0,NULL,0}, + {"ﲾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xbe",3,NULL,0,NULL,0}, + {"吏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x96",3,NULL,0,NULL,0}, + {"홼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xbc",3,NULL,0,NULL,0}, + {"ꜚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xbb",3,NULL,0,NULL,0}, + {"힨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xa8",3,NULL,0,NULL,0}, + {"쑖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xaf",3,NULL,0,NULL,0}, + {"睺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xba",3,NULL,0,NULL,0}, + {"ꖹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xb9",3,NULL,0,NULL,0}, + {"렜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x9c",3,NULL,0,NULL,0}, + {"앫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xab",3,NULL,0,NULL,0}, + {"㸮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x91",3,NULL,0,NULL,0}, + {"䗃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x83",3,NULL,0,NULL,0}, + {"뀯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xaf",3,NULL,0,NULL,0}, + {"Ꙓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x92",3,NULL,0,NULL,0}, + {"ഝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x9d",3,NULL,0,NULL,0}, + {"㼨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x85",3,NULL,0,NULL,0}, + {"화",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x94",3,NULL,0,NULL,0}, + {"鮭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xad",3,NULL,0,NULL,0}, + {"簐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x8e",3,NULL,0,NULL,0}, + {"䈱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x8c",3,NULL,0,NULL,0}, + {"₤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xa4",3,NULL,0,NULL,0}, + {"쯁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xab",3,NULL,0,NULL,0}, + {"Π",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa0",2,NULL,0,NULL,0}, + {"鎎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x8e",3,NULL,0,NULL,0}, + {"ᤑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x91",3,NULL,0,NULL,0}, + {"﫞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x9e",3,NULL,0,NULL,0}, + {"凈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x88",3,NULL,0,NULL,0}, + {"삊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x8a",3,NULL,0,NULL,0}, + {"隃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x80",3,NULL,0,NULL,0}, + {"攓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x93",3,NULL,0,NULL,0}, + {"導",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x8e",3,NULL,0,NULL,0}, + {"恵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xab",3,NULL,0,NULL,0}, + {"䴯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xaf",3,NULL,0,NULL,0}, + {"»",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xbb",2,NULL,0,NULL,0}, + {"ꘐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x90",3,NULL,0,NULL,0}, + {"穷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xb7",3,NULL,0,NULL,0}, + {"됥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xa5",3,NULL,0,NULL,0}, + {"。",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa1",3,NULL,0,NULL,0}, + {"ﻚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x9a",3,NULL,0,NULL,0}, + {"䟺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xba",3,NULL,0,NULL,0}, + {"Ắ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xae",3,NULL,0,NULL,0}, + {"ὃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x83",3,NULL,0,NULL,0}, + {"륆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x86",3,NULL,0,NULL,0}, + {"䑷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xb7",3,NULL,0,NULL,0}, + {"쭘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x98",3,NULL,0,NULL,0}, + {"쁮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xaa",3,NULL,0,NULL,0}, + {"鈭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x9a",3,NULL,0,NULL,0}, + {"ࢵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xb5",3,NULL,0,NULL,0}, + {"脂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x82",3,NULL,0,NULL,0}, + {"裉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x89",3,NULL,0,NULL,0}, + {"阄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x84",3,NULL,0,NULL,0}, + {"⑬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xac",3,NULL,0,NULL,0}, + {"뇼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xbc",3,NULL,0,NULL,0}, + {"쉈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x81",3,NULL,0,NULL,0}, + {"腙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x99",3,NULL,0,NULL,0}, + {"᧗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x97",3,NULL,0,NULL,0}, + {"␃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x83",3,NULL,0,NULL,0}, + {"᝕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x95",3,NULL,0,NULL,0}, + {"죑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x91",3,NULL,0,NULL,0}, + {"宝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x9d",3,NULL,0,NULL,0}, + {"︘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x98",3,NULL,0,NULL,0}, + {"휘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x98",3,NULL,0,NULL,0}, + {"漉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x89",3,NULL,0,NULL,0}, + {"ヶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb6",3,NULL,0,NULL,0}, + {"孂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x82",3,NULL,0,NULL,0}, + {"딑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x91",3,NULL,0,NULL,0}, + {"郚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x9a",3,NULL,0,NULL,0}, + {"霌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x8c",3,NULL,0,NULL,0}, + {"苺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xba",3,NULL,0,NULL,0}, + {"嬁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x81",3,NULL,0,NULL,0}, + {"筋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x8b",3,NULL,0,NULL,0}, + {"닝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x9d",3,NULL,0,NULL,0}, + {"ퟶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xb6",3,NULL,0,NULL,0}, + {"࢖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x96",3,NULL,0,NULL,0}, + {"郿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xbf",3,NULL,0,NULL,0}, + {"姫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xab",3,NULL,0,NULL,0}, + {"쀅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x85",3,NULL,0,NULL,0}, + {"瓅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x85",3,NULL,0,NULL,0}, + {"̍",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x8d",2,NULL,0,NULL,0}, + {"썆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x86",3,NULL,0,NULL,0}, + {"檐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x90",3,NULL,0,NULL,0}, + {"䕥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xa5",3,NULL,0,NULL,0}, + {"줇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x87",3,NULL,0,NULL,0}, + {"㛁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x81",3,NULL,0,NULL,0}, + {"⻺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xba",3,NULL,0,NULL,0}, + {"頿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xbf",3,NULL,0,NULL,0}, + {"畕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x95",3,NULL,0,NULL,0}, + {"ᩈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x88",3,NULL,0,NULL,0}, + {"ㄴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xb4",3,NULL,0,NULL,0}, + {"쥌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x8c",3,NULL,0,NULL,0}, + {"냫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xab",3,NULL,0,NULL,0}, + {"嬌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x8c",3,NULL,0,NULL,0}, + {"碊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x8a",3,NULL,0,NULL,0}, + {"ℐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x8d",3,NULL,0,NULL,0}, + {"흯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xaf",3,NULL,0,NULL,0}, + {"虙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xb2",3,NULL,0,NULL,0}, + {"Ⅷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xa7",3,NULL,0,NULL,0}, + {"臱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xb1",3,NULL,0,NULL,0}, + {"늟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xaf",3,NULL,0,NULL,0}, + {"ᡂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x92",3,NULL,0,NULL,0}, + {"칊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x8a",3,NULL,0,NULL,0}, + {"靸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xac",3,NULL,0,NULL,0}, + {"ᄄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa8",3,NULL,0,NULL,0}, + {"次",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xaf",3,NULL,0,NULL,0}, + {"﫳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x81",3,NULL,0,NULL,0}, + {"㤱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xb1",3,NULL,0,NULL,0}, + {"岊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x8a",3,NULL,0,NULL,0}, + {"שּׁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xac",3,NULL,0,NULL,0}, + {"㎆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x86",3,NULL,0,NULL,0}, + {"ꃃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x83",3,NULL,0,NULL,0}, + {"樕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x95",3,NULL,0,NULL,0}, + {"䊎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x8e",3,NULL,0,NULL,0}, + {"㉗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x97",3,NULL,0,NULL,0}, + {"斂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x82",3,NULL,0,NULL,0}, + {"⇱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xb1",3,NULL,0,NULL,0}, + {"፲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xb2",3,NULL,0,NULL,0}, + {"٨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xa8",2,NULL,0,NULL,0}, + {"ᒌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x8c",3,NULL,0,NULL,0}, + {"韀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x80",3,NULL,0,NULL,0}, + {"Ħ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xa6",2,NULL,0,NULL,0}, + {"샷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xb7",3,NULL,0,NULL,0}, + {"졃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xae",3,NULL,0,NULL,0}, + {"⧒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x89",3,NULL,0,NULL,0}, + {"萳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xb3",3,NULL,0,NULL,0}, + {"蕛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x9b",3,NULL,0,NULL,0}, + {"♦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa6",3,NULL,0,NULL,0}, + {"⃇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x87",3,NULL,0,NULL,0}, + {"⸸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xb8",3,NULL,0,NULL,0}, + {"Ƞ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xa0",2,NULL,0,NULL,0}, + {"傴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xb4",3,NULL,0,NULL,0}, + {"ᙪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xaa",3,NULL,0,NULL,0}, + {"效",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x91",3,NULL,0,NULL,0}, + {"懟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x9f",3,NULL,0,NULL,0}, + {"ᗣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xa3",3,NULL,0,NULL,0}, + {"↳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xb3",3,NULL,0,NULL,0}, + {"삵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xb5",3,NULL,0,NULL,0}, + {"铵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x99",3,NULL,0,NULL,0}, + {"ἇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x87",3,NULL,0,NULL,0}, + {"ᨢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xa2",3,NULL,0,NULL,0}, + {"鈎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x8e",3,NULL,0,NULL,0}, + {"荂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x82",3,NULL,0,NULL,0}, + {"ㅀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x80",3,NULL,0,NULL,0}, + {"殳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xb3",3,NULL,0,NULL,0}, + {"晳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xb3",3,NULL,0,NULL,0}, + {"ᇰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xb0",3,NULL,0,NULL,0}, + {"쬈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x88",3,NULL,0,NULL,0}, + {"蒶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xb6",3,NULL,0,NULL,0}, + {"☨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xa8",3,NULL,0,NULL,0}, + {"⡐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x90",3,NULL,0,NULL,0}, + {"ᚠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xa0",3,NULL,0,NULL,0}, + {"꽴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xb4",3,NULL,0,NULL,0}, + {"å",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa5",2,NULL,0,NULL,0}, + {"⺁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x81",3,NULL,0,NULL,0}, + {"ࡃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x83",3,NULL,0,NULL,0}, + {"ꥠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xa0",3,NULL,0,NULL,0}, + {"〖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x96",3,NULL,0,NULL,0}, + {"ԉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x89",2,NULL,0,NULL,0}, + {"䙬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xac",3,NULL,0,NULL,0}, + {"ꣷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xb7",3,NULL,0,NULL,0}, + {"ⷋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x8b",3,NULL,0,NULL,0}, + {"蚷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xb7",3,NULL,0,NULL,0}, + {"׼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xbc",2,NULL,0,NULL,0}, + {"ᐤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xa4",3,NULL,0,NULL,0}, + {"ꦮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xae",3,NULL,0,NULL,0}, + {"횤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xa4",3,NULL,0,NULL,0}, + {"䓟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x9f",3,NULL,0,NULL,0}, + {"櫄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x84",3,NULL,0,NULL,0}, + {"菱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xb1",3,NULL,0,NULL,0}, + {"䅿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xbf",3,NULL,0,NULL,0}, + {"拏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x8f",3,NULL,0,NULL,0}, + {"鴡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xa1",3,NULL,0,NULL,0}, + {"踌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x8c",3,NULL,0,NULL,0}, + {"喃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x83",3,NULL,0,NULL,0}, + {"⺨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x82",3,NULL,0,NULL,0}, + {"夂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x82",3,NULL,0,NULL,0}, + {"풐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x90",3,NULL,0,NULL,0}, + {"踾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xbe",3,NULL,0,NULL,0}, + {"﮴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xb4",3,NULL,0,NULL,0}, + {"쇮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xae",3,NULL,0,NULL,0}, + {"鱉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x86",3,NULL,0,NULL,0}, + {"㋢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xa2",3,NULL,0,NULL,0}, + {"䟅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x85",3,NULL,0,NULL,0}, + {"㈁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x81",3,NULL,0,NULL,0}, + {"梯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xaf",3,NULL,0,NULL,0}, + {"갾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xbe",3,NULL,0,NULL,0}, + {"걍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x8d",3,NULL,0,NULL,0}, + {"꽈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x88",3,NULL,0,NULL,0}, + {"ဥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xa5",3,NULL,0,NULL,0}, + {"洊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x8a",3,NULL,0,NULL,0}, + {"橱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xb1",3,NULL,0,NULL,0}, + {"묕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x95",3,NULL,0,NULL,0}, + {"睓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x93",3,NULL,0,NULL,0}, + {"᭖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x96",3,NULL,0,NULL,0}, + {"㡓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x93",3,NULL,0,NULL,0}, + {"沯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xaf",3,NULL,0,NULL,0}, + {"趣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xa3",3,NULL,0,NULL,0}, + {"ན",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x93",3,NULL,0,NULL,0}, + {"撰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xb0",3,NULL,0,NULL,0}, + {"⧳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xb3",3,NULL,0,NULL,0}, + {"௫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xab",3,NULL,0,NULL,0}, + {"鲩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xa9",3,NULL,0,NULL,0}, + {"困",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xb0",3,NULL,0,NULL,0}, + {"༠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xa0",3,NULL,0,NULL,0}, + {"龠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xa0",3,NULL,0,NULL,0}, + {"撧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xa7",3,NULL,0,NULL,0}, + {"잾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xbe",3,NULL,0,NULL,0}, + {"ꉃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x83",3,NULL,0,NULL,0}, + {"慀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x80",3,NULL,0,NULL,0}, + {"鿏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x8f",3,NULL,0,NULL,0}, + {"᳣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xa3",3,NULL,0,NULL,0}, + {"탏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x8f",3,NULL,0,NULL,0}, + {"ᔧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa7",3,NULL,0,NULL,0}, + {"䝆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x86",3,NULL,0,NULL,0}, + {"灳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xb3",3,NULL,0,NULL,0}, + {"手",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x8b",3,NULL,0,NULL,0}, + {"ဿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xbf",3,NULL,0,NULL,0}, + {"棞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x9e",3,NULL,0,NULL,0}, + {"몕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x95",3,NULL,0,NULL,0}, + {"ꋔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x94",3,NULL,0,NULL,0}, + {"楏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x8f",3,NULL,0,NULL,0}, + {"쵅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xbe",3,NULL,0,NULL,0}, + {"䯳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xb3",3,NULL,0,NULL,0}, + {"쳸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xbc",3,NULL,0,NULL,0}, + {"眆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x86",3,NULL,0,NULL,0}, + {"袎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x8e",3,NULL,0,NULL,0}, + {"㦖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x96",3,NULL,0,NULL,0}, + {"谔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x94",3,NULL,0,NULL,0}, + {"Բ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xb2",2,NULL,0,NULL,0}, + {"굥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xa5",3,NULL,0,NULL,0}, + {"໪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xaa",3,NULL,0,NULL,0}, + {"쾙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x99",3,NULL,0,NULL,0}, + {"髃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x83",3,NULL,0,NULL,0}, + {"ᆥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xa5",3,NULL,0,NULL,0}, + {"訞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x9e",3,NULL,0,NULL,0}, + {"틎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x8e",3,NULL,0,NULL,0}, + {"ꞎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x96",3,NULL,0,NULL,0}, + {"⬫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xab",3,NULL,0,NULL,0}, + {"詍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xbc",3,NULL,0,NULL,0}, + {"熛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x9b",3,NULL,0,NULL,0}, + {"⮜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x9c",3,NULL,0,NULL,0}, + {"稡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x9f",3,NULL,0,NULL,0}, + {"仸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xb8",3,NULL,0,NULL,0}, + {"턐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x90",3,NULL,0,NULL,0}, + {"䨡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xa1",3,NULL,0,NULL,0}, + {"蝸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x92",3,NULL,0,NULL,0}, + {"뭠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xa0",3,NULL,0,NULL,0}, + {"◥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xa5",3,NULL,0,NULL,0}, + {"슜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x9c",3,NULL,0,NULL,0}, + {"㨵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xb5",3,NULL,0,NULL,0}, + {"椵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xb5",3,NULL,0,NULL,0}, + {"䲬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xac",3,NULL,0,NULL,0}, + {"⣽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xbd",3,NULL,0,NULL,0}, + {"붚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xb5",3,NULL,0,NULL,0}, + {"戆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xa8",3,NULL,0,NULL,0}, + {"蚈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x88",3,NULL,0,NULL,0}, + {"烈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x88",3,NULL,0,NULL,0}, + {"퓢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x85",3,NULL,0,NULL,0}, + {"浭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xad",3,NULL,0,NULL,0}, + {"墬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xac",3,NULL,0,NULL,0}, + {"麀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x80",3,NULL,0,NULL,0}, + {"㥕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x95",3,NULL,0,NULL,0}, + {"渘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x98",3,NULL,0,NULL,0}, + {"λ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xbb",2,NULL,0,NULL,0}, + {"喧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xa7",3,NULL,0,NULL,0}, + {"텯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xaf",3,NULL,0,NULL,0}, + {"쀚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x9a",3,NULL,0,NULL,0}, + {"箁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x81",3,NULL,0,NULL,0}, + {"�",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x00",1,NULL,0,NULL,0}, + {"뮨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xa8",3,NULL,0,NULL,0}, + {"㔩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xa9",3,NULL,0,NULL,0}, + {"䧧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xa7",3,NULL,0,NULL,0}, + {"犬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xac",3,NULL,0,NULL,0}, + {"툈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x88",3,NULL,0,NULL,0}, + {"㸒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x92",3,NULL,0,NULL,0}, + {"㖤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xa4",3,NULL,0,NULL,0}, + {"멍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x8d",3,NULL,0,NULL,0}, + {"틣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xa3",3,NULL,0,NULL,0}, + {"랶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xb6",3,NULL,0,NULL,0}, + {"浍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x8d",3,NULL,0,NULL,0}, + {"柞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x9e",3,NULL,0,NULL,0}, + {"씃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x83",3,NULL,0,NULL,0}, + {"齄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x84",3,NULL,0,NULL,0}, + {"鯈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x88",3,NULL,0,NULL,0}, + {"秀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x80",3,NULL,0,NULL,0}, + {"뫇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x87",3,NULL,0,NULL,0}, + {"㨜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x9c",3,NULL,0,NULL,0}, + {"꺞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x9e",3,NULL,0,NULL,0}, + {"䆹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xb9",3,NULL,0,NULL,0}, + {"쏵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xb5",3,NULL,0,NULL,0}, + {"ඪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xaa",3,NULL,0,NULL,0}, + {"갗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x97",3,NULL,0,NULL,0}, + {"㞂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x82",3,NULL,0,NULL,0}, + {"諴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xb4",3,NULL,0,NULL,0}, + {"珸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xb8",3,NULL,0,NULL,0}, + {"淞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xa9",3,NULL,0,NULL,0}, + {"ߡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xa1",2,NULL,0,NULL,0}, + {"멜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x9c",3,NULL,0,NULL,0}, + {"經",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x93",3,NULL,0,NULL,0}, + {"麯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xaf",3,NULL,0,NULL,0}, + {"啢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xb0",3,NULL,0,NULL,0}, + {"펩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xa9",3,NULL,0,NULL,0}, + {"偅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x85",3,NULL,0,NULL,0}, + {"鼎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x8e",3,NULL,0,NULL,0}, + {"봹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xb9",3,NULL,0,NULL,0}, + {"另",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xa6",3,NULL,0,NULL,0}, + {"祧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xa7",3,NULL,0,NULL,0}, + {"㠱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xb1",3,NULL,0,NULL,0}, + {"팂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x82",3,NULL,0,NULL,0}, + {"惯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xaf",3,NULL,0,NULL,0}, + {"ﵵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x91",3,NULL,0,NULL,0}, + {"桾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xbe",3,NULL,0,NULL,0}, + {"稁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x81",3,NULL,0,NULL,0}, + {"漸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xb8",3,NULL,0,NULL,0}, + {"뚕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x95",3,NULL,0,NULL,0}, + {"椅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x85",3,NULL,0,NULL,0}, + {"呐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x90",3,NULL,0,NULL,0}, + {"ꦃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x83",3,NULL,0,NULL,0}, + {"횼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xbc",3,NULL,0,NULL,0}, + {"㣑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x91",3,NULL,0,NULL,0}, + {"湴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xb4",3,NULL,0,NULL,0}, + {"甁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x81",3,NULL,0,NULL,0}, + {"终",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x88",3,NULL,0,NULL,0}, + {"诀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x80",3,NULL,0,NULL,0}, + {"롾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xbe",3,NULL,0,NULL,0}, + {"밁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x81",3,NULL,0,NULL,0}, + {"勴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xb4",3,NULL,0,NULL,0}, + {"턂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x92",3,NULL,0,NULL,0}, + {"璘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xa0",3,NULL,0,NULL,0}, + {"覄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x84",3,NULL,0,NULL,0}, + {"팸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xb8",3,NULL,0,NULL,0}, + {"ශ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x81",3,NULL,0,NULL,0}, + {"件",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xb6",3,NULL,0,NULL,0}, + {"哝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x9d",3,NULL,0,NULL,0}, + {"홅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x85",3,NULL,0,NULL,0}, + {"毆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x86",3,NULL,0,NULL,0}, + {"쥱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xb1",3,NULL,0,NULL,0}, + {"탸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xb8",3,NULL,0,NULL,0}, + {"渺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xba",3,NULL,0,NULL,0}, + {"媙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x99",3,NULL,0,NULL,0}, + {"匤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xa4",3,NULL,0,NULL,0}, + {"퐄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x84",3,NULL,0,NULL,0}, + {"ⵇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x87",3,NULL,0,NULL,0}, + {"᡽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xbd",3,NULL,0,NULL,0}, + {"嵏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x8f",3,NULL,0,NULL,0}, + {"⨩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xa9",3,NULL,0,NULL,0}, + {"䚥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xa5",3,NULL,0,NULL,0}, + {"餦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xa6",3,NULL,0,NULL,0}, + {"ꫤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xbb",3,NULL,0,NULL,0}, + {"羿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xbf",3,NULL,0,NULL,0}, + {"뒈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x88",3,NULL,0,NULL,0}, + {"ᶴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xb6",3,NULL,0,NULL,0}, + {"맍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x8d",3,NULL,0,NULL,0}, + {"ㆠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xa0",3,NULL,0,NULL,0}, + {"ᶁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x81",3,NULL,0,NULL,0}, + {"ﭻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x83",3,NULL,0,NULL,0}, + {"㰕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x95",3,NULL,0,NULL,0}, + {"남",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x8d",3,NULL,0,NULL,0}, + {"꛶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xb6",3,NULL,0,NULL,0}, + {"恳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x8a",3,NULL,0,NULL,0}, + {"딅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x85",3,NULL,0,NULL,0}, + {"൘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xb1",3,NULL,0,NULL,0}, + {"ᛵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xb5",3,NULL,0,NULL,0}, + {"롎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x8e",3,NULL,0,NULL,0}, + {"낇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x87",3,NULL,0,NULL,0}, + {"鮧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xa7",3,NULL,0,NULL,0}, + {"猩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xac",3,NULL,0,NULL,0}, + {"辈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x88",3,NULL,0,NULL,0}, + {"冇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x87",3,NULL,0,NULL,0}, + {"=",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x9d",3,NULL,0,NULL,0}, + {"徃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x83",3,NULL,0,NULL,0}, + {"ᒄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x84",3,NULL,0,NULL,0}, + {"눣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xa3",3,NULL,0,NULL,0}, + {"싖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x96",3,NULL,0,NULL,0}, + {"ᣔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x94",3,NULL,0,NULL,0}, + {"峈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x9f",3,NULL,0,NULL,0}, + {"乖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x83",3,NULL,0,NULL,0}, + {"馥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xa5",3,NULL,0,NULL,0}, + {"ኟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x9f",3,NULL,0,NULL,0}, + {"᥅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x85",3,NULL,0,NULL,0}, + {"취",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xa8",3,NULL,0,NULL,0}, + {"ꪛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x9b",3,NULL,0,NULL,0}, + {"혀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x80",3,NULL,0,NULL,0}, + {"䀧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xa7",3,NULL,0,NULL,0}, + {"ퟖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x96",3,NULL,0,NULL,0}, + {"ﴧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xb5",3,NULL,0,NULL,0}, + {"醄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x84",3,NULL,0,NULL,0}, + {"뜻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xbb",3,NULL,0,NULL,0}, + {"祥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x9a",3,NULL,0,NULL,0}, + {"짉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x89",3,NULL,0,NULL,0}, + {"ꋼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xbc",3,NULL,0,NULL,0}, + {"′",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb2",3,NULL,0,NULL,0}, + {"荒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xb3",3,NULL,0,NULL,0}, + {"㾍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x8d",3,NULL,0,NULL,0}, + {"ʽ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xbd",2,NULL,0,NULL,0}, + {"汊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x8a",3,NULL,0,NULL,0}, + {"Š",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa0",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xb3",3,NULL,0,NULL,0}, + {"뎾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xbe",3,NULL,0,NULL,0}, + {"㸲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xb2",3,NULL,0,NULL,0}, + {"s",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x93",3,NULL,0,NULL,0}, + {"䡳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xb3",3,NULL,0,NULL,0}, + {"ㅿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xbf",3,NULL,0,NULL,0}, + {"₄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x84",3,NULL,0,NULL,0}, + {"삗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x97",3,NULL,0,NULL,0}, + {"ἑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x91",3,NULL,0,NULL,0}, + {"苗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x97",3,NULL,0,NULL,0}, + {"鍲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xb2",3,NULL,0,NULL,0}, + {"귍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x8d",3,NULL,0,NULL,0}, + {"ﻐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x9d",3,NULL,0,NULL,0}, + {"凐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x90",3,NULL,0,NULL,0}, + {"ᤃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x83",3,NULL,0,NULL,0}, + {"隁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x81",3,NULL,0,NULL,0}, + {"艁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x81",3,NULL,0,NULL,0}, + {"䒗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x97",3,NULL,0,NULL,0}, + {"仃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x83",3,NULL,0,NULL,0}, + {"珉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x89",3,NULL,0,NULL,0}, + {"螴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xb8",3,NULL,0,NULL,0}, + {"胺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xba",3,NULL,0,NULL,0}, + {"ࢧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xa7",3,NULL,0,NULL,0}, + {"뇴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xb4",3,NULL,0,NULL,0}, + {"将",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x86",3,NULL,0,NULL,0}, + {"ꒉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x89",3,NULL,0,NULL,0}, + {"况",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x83",3,NULL,0,NULL,0}, + {"垼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xbc",3,NULL,0,NULL,0}, + {"༖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x96",3,NULL,0,NULL,0}, + {"瞏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x8f",3,NULL,0,NULL,0}, + {"偦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xa6",3,NULL,0,NULL,0}, + {"ॎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x8e",3,NULL,0,NULL,0}, + {"駤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xa4",3,NULL,0,NULL,0}, + {"쨊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x8a",3,NULL,0,NULL,0}, + {"延",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xa7",3,NULL,0,NULL,0}, + {"㒌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x8c",3,NULL,0,NULL,0}, + {"펀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x80",3,NULL,0,NULL,0}, + {"莸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xb8",3,NULL,0,NULL,0}, + {"亮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xb7",3,NULL,0,NULL,0}, + {"㼆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x86",3,NULL,0,NULL,0}, + {"夕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x95",3,NULL,0,NULL,0}, + {"窪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xaa",3,NULL,0,NULL,0}, + {"鬬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xac",3,NULL,0,NULL,0}, + {"師",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xab",3,NULL,0,NULL,0}, + {"喿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xbf",3,NULL,0,NULL,0}, + {"댪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xaa",3,NULL,0,NULL,0}, + {"ᬀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x80",3,NULL,0,NULL,0}, + {"耑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x91",3,NULL,0,NULL,0}, + {"䑽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xbd",3,NULL,0,NULL,0}, + {"Ẻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xba",3,NULL,0,NULL,0}, + {"쁾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xbe",3,NULL,0,NULL,0}, + {"シ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb7",3,NULL,0,NULL,0}, + {"땍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x8d",3,NULL,0,NULL,0}, + {"甪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xaa",3,NULL,0,NULL,0}, + {"긝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x9d",3,NULL,0,NULL,0}, + {"䥟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x9f",3,NULL,0,NULL,0}, + {"⒢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xa2",3,NULL,0,NULL,0}, + {"⽋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x8b",3,NULL,0,NULL,0}, + {"㜞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x9e",3,NULL,0,NULL,0}, + {"籏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x8f",3,NULL,0,NULL,0}, + {"̟",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x9f",2,NULL,0,NULL,0}, + {"ꄔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x94",3,NULL,0,NULL,0}, + {"痚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x95",3,NULL,0,NULL,0}, + {"橞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x9e",3,NULL,0,NULL,0}, + {"᎒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x92",3,NULL,0,NULL,0}, + {"磭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xad",3,NULL,0,NULL,0}, + {"黳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xb3",3,NULL,0,NULL,0}, + {"䶆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x86",3,NULL,0,NULL,0}, + {"ᙃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x83",3,NULL,0,NULL,0}, + {"왣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x92",3,NULL,0,NULL,0}, + {"휐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x90",3,NULL,0,NULL,0}, + {"닰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xb0",3,NULL,0,NULL,0}, + {"℈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x88",3,NULL,0,NULL,0}, + {"虓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x93",3,NULL,0,NULL,0}, + {"쬦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xa6",3,NULL,0,NULL,0}, + {"䌲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xb2",3,NULL,0,NULL,0}, + {"郖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xb1",3,NULL,0,NULL,0}, + {"筙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x99",3,NULL,0,NULL,0}, + {"䙆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x86",3,NULL,0,NULL,0}, + {"䲳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xb3",3,NULL,0,NULL,0}, + {"੮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xae",3,NULL,0,NULL,0}, + {"蘉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x89",3,NULL,0,NULL,0}, + {"퉁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x81",3,NULL,0,NULL,0}, + {"霐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x90",3,NULL,0,NULL,0}, + {"캵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xb5",3,NULL,0,NULL,0}, + {"姱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xbc",3,NULL,0,NULL,0}, + {"ꅒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x92",3,NULL,0,NULL,0}, + {"錮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xae",3,NULL,0,NULL,0}, + {"妼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xbc",3,NULL,0,NULL,0}, + {"᣻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xbb",3,NULL,0,NULL,0}, + {"摓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x93",3,NULL,0,NULL,0}, + {"磛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x9b",3,NULL,0,NULL,0}, + {"␛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x98",3,NULL,0,NULL,0}, + {"⌆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x86",3,NULL,0,NULL,0}, + {"围",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xb4",3,NULL,0,NULL,0}, + {"㌬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xac",3,NULL,0,NULL,0}, + {"ᓡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x80",3,NULL,0,NULL,0}, + {"ۥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xa5",2,NULL,0,NULL,0}, + {"丅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x85",3,NULL,0,NULL,0}, + {"碎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x8e",3,NULL,0,NULL,0}, + {"섙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x91",3,NULL,0,NULL,0}, + {"샥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xa5",3,NULL,0,NULL,0}, + {"Ჱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xb1",3,NULL,0,NULL,0}, + {"쟭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xad",3,NULL,0,NULL,0}, + {"뒢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x94",3,NULL,0,NULL,0}, + {"ꯉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x89",3,NULL,0,NULL,0}, + {"Ћ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x8b",2,NULL,0,NULL,0}, + {"⛹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xb9",3,NULL,0,NULL,0}, + {"ƥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xa5",2,NULL,0,NULL,0}, + {"ܘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x98",2,NULL,0,NULL,0}, + {"᧶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xb6",3,NULL,0,NULL,0}, + {"炗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x97",3,NULL,0,NULL,0}, + {"큖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x96",3,NULL,0,NULL,0}, + {"䑍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x8d",3,NULL,0,NULL,0}, + {"؍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x8d",2,NULL,0,NULL,0}, + {"ᵗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x97",3,NULL,0,NULL,0}, + {"๣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xa3",3,NULL,0,NULL,0}, + {"⋌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x8c",3,NULL,0,NULL,0}, + {"ᙚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x9a",3,NULL,0,NULL,0}, + {"훏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x8f",3,NULL,0,NULL,0}, + {"⤹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xb9",3,NULL,0,NULL,0}, + {"뾞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x9e",3,NULL,0,NULL,0}, + {"晛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x9b",3,NULL,0,NULL,0}, + {"㩬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xac",3,NULL,0,NULL,0}, + {"᱀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x80",3,NULL,0,NULL,0}, + {"坓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xa4",3,NULL,0,NULL,0}, + {"驞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x9e",3,NULL,0,NULL,0}, + {"門",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x80",3,NULL,0,NULL,0}, + {"⣐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xbe",3,NULL,0,NULL,0}, + {"᭣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xa3",3,NULL,0,NULL,0}, + {"钼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xbc",3,NULL,0,NULL,0}, + {"᭒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x92",3,NULL,0,NULL,0}, + {"ᆓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x93",3,NULL,0,NULL,0}, + {"ꈙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x99",3,NULL,0,NULL,0}, + {"✿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xbf",3,NULL,0,NULL,0}, + {"Ⓙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x88",3,NULL,0,NULL,0}, + {"⸴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xb4",3,NULL,0,NULL,0}, + {"ჵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xb5",3,NULL,0,NULL,0}, + {"솴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xb4",3,NULL,0,NULL,0}, + {"䭜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x9c",3,NULL,0,NULL,0}, + {"Ӷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xb6",2,NULL,0,NULL,0}, + {"ᗱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xb1",3,NULL,0,NULL,0}, + {"Œ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x92",2,NULL,0,NULL,0}, + {"懅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x85",3,NULL,0,NULL,0}, + {"숥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xa5",3,NULL,0,NULL,0}, + {"牜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xbb",3,NULL,0,NULL,0}, + {"挰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xb0",3,NULL,0,NULL,0}, + {"㧥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xa5",3,NULL,0,NULL,0}, + {"૷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xb7",3,NULL,0,NULL,0}, + {"䄽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xbd",3,NULL,0,NULL,0}, + {"㟝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x9d",3,NULL,0,NULL,0}, + {"⯿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xbf",3,NULL,0,NULL,0}, + {"㞧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xa7",3,NULL,0,NULL,0}, + {"ꦊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x8a",3,NULL,0,NULL,0}, + {"쯫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xab",3,NULL,0,NULL,0}, + {"挼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xbc",3,NULL,0,NULL,0}, + {"Ṃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x82",3,NULL,0,NULL,0}, + {"䎄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x84",3,NULL,0,NULL,0}, + {"몹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xb9",3,NULL,0,NULL,0}, + {"⓽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xbd",3,NULL,0,NULL,0}, + {"ꆑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x91",3,NULL,0,NULL,0}, + {"⧝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x9d",3,NULL,0,NULL,0}, + {"뮷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xb7",3,NULL,0,NULL,0}, + {"躥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xa5",3,NULL,0,NULL,0}, + {"☘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x98",3,NULL,0,NULL,0}, + {"㘊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x8a",3,NULL,0,NULL,0}, + {"礘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x98",3,NULL,0,NULL,0}, + {"◅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x85",3,NULL,0,NULL,0}, + {"⪁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x81",3,NULL,0,NULL,0}, + {"騞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x9e",3,NULL,0,NULL,0}, + {"㉼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xbc",3,NULL,0,NULL,0}, + {"ⷙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x99",3,NULL,0,NULL,0}, + {"ꖩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xa9",3,NULL,0,NULL,0}, + {"蚽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xbd",3,NULL,0,NULL,0}, + {"柙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x99",3,NULL,0,NULL,0}, + {"䙰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xaf",3,NULL,0,NULL,0}, + {"뭺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xba",3,NULL,0,NULL,0}, + {"獓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x93",3,NULL,0,NULL,0}, + {"桓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x9d",3,NULL,0,NULL,0}, + {"逰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xb0",3,NULL,0,NULL,0}, + {"Ꝣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xa2",3,NULL,0,NULL,0}, + {"㵆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x86",3,NULL,0,NULL,0}, + {"⨛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x9b",3,NULL,0,NULL,0}, + {"䄤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xa4",3,NULL,0,NULL,0}, + {"暣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xa3",3,NULL,0,NULL,0}, + {"㢰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xb0",3,NULL,0,NULL,0}, + {"걏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x8f",3,NULL,0,NULL,0}, + {"噥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xa5",3,NULL,0,NULL,0}, + {"ኅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x85",3,NULL,0,NULL,0}, + {"켎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x8e",3,NULL,0,NULL,0}, + {"뺊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x8a",3,NULL,0,NULL,0}, + {"입",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x85",3,NULL,0,NULL,0}, + {"퓀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x80",3,NULL,0,NULL,0}, + {"ꢭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xad",3,NULL,0,NULL,0}, + {"꣇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x87",3,NULL,0,NULL,0}, + {"弸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xb8",3,NULL,0,NULL,0}, + {"吚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x9a",3,NULL,0,NULL,0}, + {"⟃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x83",3,NULL,0,NULL,0}, + {"㙷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xb6",3,NULL,0,NULL,0}, + {"燘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x98",3,NULL,0,NULL,0}, + {"䞿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xbf",3,NULL,0,NULL,0}, + {"ꀗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x97",3,NULL,0,NULL,0}, + {"̈",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x88",2,NULL,0,NULL,0}, + {"䳗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x97",3,NULL,0,NULL,0}, + {"鵕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x95",3,NULL,0,NULL,0}, + {"ꎰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xb0",3,NULL,0,NULL,0}, + {"㣟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x9f",3,NULL,0,NULL,0}, + {"⑄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x84",3,NULL,0,NULL,0}, + {"慿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xbf",3,NULL,0,NULL,0}, + {"횂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x82",3,NULL,0,NULL,0}, + {"촷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xb7",3,NULL,0,NULL,0}, + {"鶖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x96",3,NULL,0,NULL,0}, + {"顆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x86",3,NULL,0,NULL,0}, + {"턮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xae",3,NULL,0,NULL,0}, + {"ꍯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xaf",3,NULL,0,NULL,0}, + {"曤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xa4",3,NULL,0,NULL,0}, + {"혻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xbb",3,NULL,0,NULL,0}, + {"뢵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xb5",3,NULL,0,NULL,0}, + {"跲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xb2",3,NULL,0,NULL,0}, + {"ꕏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x8f",3,NULL,0,NULL,0}, + {"ꉙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x99",3,NULL,0,NULL,0}, + {"迭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xad",3,NULL,0,NULL,0}, + {"뿷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xb7",3,NULL,0,NULL,0}, + {"虀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x80",3,NULL,0,NULL,0}, + {"鑙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x99",3,NULL,0,NULL,0}, + {"杫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xab",3,NULL,0,NULL,0}, + {"筮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xae",3,NULL,0,NULL,0}, + {"ᄾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xbe",3,NULL,0,NULL,0}, + {"貓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x97",3,NULL,0,NULL,0}, + {"訢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xa2",3,NULL,0,NULL,0}, + {"䱷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xa6",3,NULL,0,NULL,0}, + {"誥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xa5",3,NULL,0,NULL,0}, + {"鳔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x94",3,NULL,0,NULL,0}, + {"愸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xa3",3,NULL,0,NULL,0}, + {"⥢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xa2",3,NULL,0,NULL,0}, + {"蝆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x95",3,NULL,0,NULL,0}, + {"彬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xac",3,NULL,0,NULL,0}, + {"蜅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x85",3,NULL,0,NULL,0}, + {"鮂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x82",3,NULL,0,NULL,0}, + {"೑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x91",3,NULL,0,NULL,0}, + {"깏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x8f",3,NULL,0,NULL,0}, + {"ਊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x8a",3,NULL,0,NULL,0}, + {"塡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xa1",3,NULL,0,NULL,0}, + {"핁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x81",3,NULL,0,NULL,0}, + {"俪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xaa",3,NULL,0,NULL,0}, + {"劑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x91",3,NULL,0,NULL,0}, + {"ꨋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x8b",3,NULL,0,NULL,0}, + {"꾝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xb6",3,NULL,0,NULL,0}, + {"赫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xab",3,NULL,0,NULL,0}, + {"鰱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xb1",3,NULL,0,NULL,0}, + {"ꇰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x90",3,NULL,0,NULL,0}, + {"薧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9d",3,NULL,0,NULL,0}, + {"몶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xb6",3,NULL,0,NULL,0}, + {"᳹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xb9",3,NULL,0,NULL,0}, + {"鈞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x9e",3,NULL,0,NULL,0}, + {"롉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x89",3,NULL,0,NULL,0}, + {"⭼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xbc",3,NULL,0,NULL,0}, + {"迄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x84",3,NULL,0,NULL,0}, + {"뱕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x95",3,NULL,0,NULL,0}, + {"䮧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xa7",3,NULL,0,NULL,0}, + {"祭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xad",3,NULL,0,NULL,0}, + {"묬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x8a",3,NULL,0,NULL,0}, + {"뵳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xb3",3,NULL,0,NULL,0}, + {"꘩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x9e",3,NULL,0,NULL,0}, + {"构",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x8e",3,NULL,0,NULL,0}, + {"糑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x89",3,NULL,0,NULL,0}, + {"붴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xac",3,NULL,0,NULL,0}, + {"心",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x83",3,NULL,0,NULL,0}, + {"븓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x93",3,NULL,0,NULL,0}, + {"刲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xb2",3,NULL,0,NULL,0}, + {"쏇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x87",3,NULL,0,NULL,0}, + {"乳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xb3",3,NULL,0,NULL,0}, + {"滲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xa8",3,NULL,0,NULL,0}, + {"昳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xb3",3,NULL,0,NULL,0}, + {"쎢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x88",3,NULL,0,NULL,0}, + {"ﻵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xb5",3,NULL,0,NULL,0}, + {"鹤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xa4",3,NULL,0,NULL,0}, + {"텥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xa5",3,NULL,0,NULL,0}, + {"㤃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x83",3,NULL,0,NULL,0}, + {"淏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x8f",3,NULL,0,NULL,0}, + {"ꟸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xb8",3,NULL,0,NULL,0}, + {"俰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xb0",3,NULL,0,NULL,0}, + {"㾳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x9c",3,NULL,0,NULL,0}, + {"襅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x85",3,NULL,0,NULL,0}, + {"銝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x9d",3,NULL,0,NULL,0}, + {"戀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x80",3,NULL,0,NULL,0}, + {"㭘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x98",3,NULL,0,NULL,0}, + {"퍡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xa1",3,NULL,0,NULL,0}, + {"ᝬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xbc",3,NULL,0,NULL,0}, + {"秄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x84",3,NULL,0,NULL,0}, + {"쌗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x97",3,NULL,0,NULL,0}, + {"漴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xb4",3,NULL,0,NULL,0}, + {"珼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xbc",3,NULL,0,NULL,0}, + {"ﶚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x9a",3,NULL,0,NULL,0}, + {"똠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xa0",3,NULL,0,NULL,0}, + {"깥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xa5",3,NULL,0,NULL,0}, + {"빼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xbc",3,NULL,0,NULL,0}, + {"耦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xa1",3,NULL,0,NULL,0}, + {"潹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xbd",3,NULL,0,NULL,0}, + {"㡼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xbc",3,NULL,0,NULL,0}, + {"ᕪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xaa",3,NULL,0,NULL,0}, + {"焄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x84",3,NULL,0,NULL,0}, + {"、",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x81",3,NULL,0,NULL,0}, + {"놶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xab",3,NULL,0,NULL,0}, + {"璠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x80",3,NULL,0,NULL,0}, + {"뗝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x9d",3,NULL,0,NULL,0}, + {"ආ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xa1",3,NULL,0,NULL,0}, + {"假",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x87",3,NULL,0,NULL,0}, + {"씣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x8b",3,NULL,0,NULL,0}, + {"ᜮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xae",3,NULL,0,NULL,0}, + {"죴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xb4",3,NULL,0,NULL,0}, + {"廁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x81",3,NULL,0,NULL,0}, + {"ꙭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xad",3,NULL,0,NULL,0}, + {"酖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x96",3,NULL,0,NULL,0}, + {"芢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xa2",3,NULL,0,NULL,0}, + {"惥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xa5",3,NULL,0,NULL,0}, + {"뎠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xa0",3,NULL,0,NULL,0}, + {"হ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xb9",3,NULL,0,NULL,0}, + {"띧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xa9",3,NULL,0,NULL,0}, + {"参",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x8c",3,NULL,0,NULL,0}, + {"ᒧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa7",3,NULL,0,NULL,0}, + {"ⳝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x9d",3,NULL,0,NULL,0}, + {"ⳬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xac",3,NULL,0,NULL,0}, + {"羙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xaa",3,NULL,0,NULL,0}, + {"ﺅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x85",3,NULL,0,NULL,0}, + {"舆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x86",3,NULL,0,NULL,0}, + {"䂄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x84",3,NULL,0,NULL,0}, + {"纨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xa8",3,NULL,0,NULL,0}, + {"಄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x84",3,NULL,0,NULL,0}, + {"뚧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xa9",3,NULL,0,NULL,0}, + {"飑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x91",3,NULL,0,NULL,0}, + {"鄢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xa2",3,NULL,0,NULL,0}, + {"岪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xaa",3,NULL,0,NULL,0}, + {"鋡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xa1",3,NULL,0,NULL,0}, + {"9",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xb8",3,NULL,0,NULL,0}, + {"礄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x84",3,NULL,0,NULL,0}, + {"傁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xb8",3,NULL,0,NULL,0}, + {"×",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x97",2,NULL,0,NULL,0}, + {"聞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x9e",3,NULL,0,NULL,0}, + {"올",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xac",3,NULL,0,NULL,0}, + {"ㇺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xba",3,NULL,0,NULL,0}, + {"ᵆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x86",3,NULL,0,NULL,0}, + {"ॻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xbb",3,NULL,0,NULL,0}, + {"힚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x9a",3,NULL,0,NULL,0}, + {"ጯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xaf",3,NULL,0,NULL,0}, + {"槼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xbc",3,NULL,0,NULL,0}, + {"쥳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xb3",3,NULL,0,NULL,0}, + {"벨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xa8",3,NULL,0,NULL,0}, + {"Ỹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xb8",3,NULL,0,NULL,0}, + {"᳂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x82",3,NULL,0,NULL,0}, + {"楽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xbd",3,NULL,0,NULL,0}, + {"㫘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x98",3,NULL,0,NULL,0}, + {"→",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x92",3,NULL,0,NULL,0}, + {"臌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xa9",3,NULL,0,NULL,0}, + {"嵕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x95",3,NULL,0,NULL,0}, + {"ᡯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xaf",3,NULL,0,NULL,0}, + {"佗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x97",3,NULL,0,NULL,0}, + {"﷾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xbe",3,NULL,0,NULL,0}, + {"ṡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa1",3,NULL,0,NULL,0}, + {"꫘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xac",3,NULL,0,NULL,0}, + {"⊴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xb4",3,NULL,0,NULL,0}, + {"㵢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xa2",3,NULL,0,NULL,0}, + {"⪫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xab",3,NULL,0,NULL,0}, + {"౑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x91",3,NULL,0,NULL,0}, + {"텟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x9f",3,NULL,0,NULL,0}, + {"쓛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x9b",3,NULL,0,NULL,0}, + {"蘵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xb5",3,NULL,0,NULL,0}, + {"ᚏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x8f",3,NULL,0,NULL,0}, + {"㇀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x80",3,NULL,0,NULL,0}, + {"屩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xa9",3,NULL,0,NULL,0}, + {"ﭙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x99",3,NULL,0,NULL,0}, + {"ꀯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xaf",3,NULL,0,NULL,0}, + {"䀀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x80",3,NULL,0,NULL,0}, + {"敕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x95",3,NULL,0,NULL,0}, + {"纍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xb5",3,NULL,0,NULL,0}, + {"酦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xa6",3,NULL,0,NULL,0}, + {"緐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x90",3,NULL,0,NULL,0}, + {"Ι",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x99",2,NULL,0,NULL,0}, + {"釭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xad",3,NULL,0,NULL,0}, + {"缩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x93",3,NULL,0,NULL,0}, + {"菖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x96",3,NULL,0,NULL,0}, + {"쩘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x98",3,NULL,0,NULL,0}, + {"汮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xae",3,NULL,0,NULL,0}, + {"内",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x85",3,NULL,0,NULL,0}, + {"唺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xba",3,NULL,0,NULL,0}, + {"ﶂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x82",3,NULL,0,NULL,0}, + {"ǵ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xb5",2,NULL,0,NULL,0}, + {"瑄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x84",3,NULL,0,NULL,0}, + {"⟸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x92",3,NULL,0,NULL,0}, + {"ჲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xb2",3,NULL,0,NULL,0}, + {"࡮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xae",3,NULL,0,NULL,0}, + {"ᘈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x88",3,NULL,0,NULL,0}, + {"⿖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x96",3,NULL,0,NULL,0}, + {"୷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xb7",3,NULL,0,NULL,0}, + {"ﮟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x9f",3,NULL,0,NULL,0}, + {"띁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x81",3,NULL,0,NULL,0}, + {"ꐔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x94",3,NULL,0,NULL,0}, + {"즻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xbb",3,NULL,0,NULL,0}, + {"ᐷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb7",3,NULL,0,NULL,0}, + {"㾏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x8f",3,NULL,0,NULL,0}, + {"䗓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x93",3,NULL,0,NULL,0}, + {"㐁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x9e",3,NULL,0,NULL,0}, + {"巚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x95",3,NULL,0,NULL,0}, + {"Ꮨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x98",3,NULL,0,NULL,0}, + {"㒈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x88",3,NULL,0,NULL,0}, + {"堻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x93",3,NULL,0,NULL,0}, + {"抢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xa2",3,NULL,0,NULL,0}, + {"꽟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x9f",3,NULL,0,NULL,0}, + {"ﵤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xbd",3,NULL,0,NULL,0}, + {"τ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x84",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x86",3,NULL,0,NULL,0}, + {"奭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xad",3,NULL,0,NULL,0}, + {"᪟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x9f",3,NULL,0,NULL,0}, + {"苍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x8d",3,NULL,0,NULL,0}, + {"덻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xbb",3,NULL,0,NULL,0}, + {"ណ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x8e",3,NULL,0,NULL,0}, + {"廿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xaf",3,NULL,0,NULL,0}, + {"Й",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x99",2,NULL,0,NULL,0}, + {"㊭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xad",3,NULL,0,NULL,0}, + {"⿄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x84",3,NULL,0,NULL,0}, + {"嶝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x9d",3,NULL,0,NULL,0}, + {"隭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xad",3,NULL,0,NULL,0}, + {"邐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x90",3,NULL,0,NULL,0}, + {"ꆟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x9a",3,NULL,0,NULL,0}, + {"䵝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x9d",3,NULL,0,NULL,0}, + {"忊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x8a",3,NULL,0,NULL,0}, + {"쇕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x95",3,NULL,0,NULL,0}, + {"䛓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x93",3,NULL,0,NULL,0}, + {"⑜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x9c",3,NULL,0,NULL,0}, + {"瘛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x9b",3,NULL,0,NULL,0}, + {"फ़",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x9e",3,NULL,0,NULL,0}, + {"櫱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xb1",3,NULL,0,NULL,0}, + {"쨚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x9a",3,NULL,0,NULL,0}, + {"꒛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x9b",3,NULL,0,NULL,0}, + {"꼥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x82",3,NULL,0,NULL,0}, + {"힤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xa4",3,NULL,0,NULL,0}, + {"䝙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xa2",3,NULL,0,NULL,0}, + {"૖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x96",3,NULL,0,NULL,0}, + {"䋥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x84",3,NULL,0,NULL,0}, + {"靓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x93",3,NULL,0,NULL,0}, + {"쮟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x9f",3,NULL,0,NULL,0}, + {"ᬸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xb1",3,NULL,0,NULL,0}, + {"﹉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x89",3,NULL,0,NULL,0}, + {"댶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xb6",3,NULL,0,NULL,0}, + {"▊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x80",3,NULL,0,NULL,0}, + {"ݷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xb7",2,NULL,0,NULL,0}, + {"⇑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x91",3,NULL,0,NULL,0}, + {"坰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xb0",3,NULL,0,NULL,0}, + {"귱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xb1",3,NULL,0,NULL,0}, + {"퉣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x9c",3,NULL,0,NULL,0}, + {"ᦸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xb8",3,NULL,0,NULL,0}, + {"⒒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x92",3,NULL,0,NULL,0}, + {"ꃸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xb8",3,NULL,0,NULL,0}, + {"⊏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x8f",3,NULL,0,NULL,0}, + {"ﴋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x8b",3,NULL,0,NULL,0}, + {"ꁹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x85",3,NULL,0,NULL,0}, + {"骬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xac",3,NULL,0,NULL,0}, + {"䵺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xba",3,NULL,0,NULL,0}, + {"솦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xa6",3,NULL,0,NULL,0}, + {"闩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xa9",3,NULL,0,NULL,0}, + {"椢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xa2",3,NULL,0,NULL,0}, + {"╞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x9e",3,NULL,0,NULL,0}, + {"윢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xa2",3,NULL,0,NULL,0}, + {"⸖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x96",3,NULL,0,NULL,0}, + {"ꔓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x93",3,NULL,0,NULL,0}, + {"겳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xb3",3,NULL,0,NULL,0}, + {"䲹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xb9",3,NULL,0,NULL,0}, + {"嬜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x9c",3,NULL,0,NULL,0}, + {"泘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x98",3,NULL,0,NULL,0}, + {"ꉀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x80",3,NULL,0,NULL,0}, + {"ߥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xa5",2,NULL,0,NULL,0}, + {"Ҕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x94",2,NULL,0,NULL,0}, + {"❴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xb4",3,NULL,0,NULL,0}, + {"盓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x93",3,NULL,0,NULL,0}, + {"쁈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x88",3,NULL,0,NULL,0}, + {"퀝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x9d",3,NULL,0,NULL,0}, + {"쉞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x9e",3,NULL,0,NULL,0}, + {"ӊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x8a",2,NULL,0,NULL,0}, + {"݈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x88",2,NULL,0,NULL,0}, + {"㥦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xa6",3,NULL,0,NULL,0}, + {"䔞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x9e",3,NULL,0,NULL,0}, + {"쀁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x81",3,NULL,0,NULL,0}, + {"㯉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x89",3,NULL,0,NULL,0}, + {"摡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xa1",3,NULL,0,NULL,0}, + {"欹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xb9",3,NULL,0,NULL,0}, + {"๫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xab",3,NULL,0,NULL,0}, + {"㿎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x8e",3,NULL,0,NULL,0}, + {"頯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xaf",3,NULL,0,NULL,0}, + {"⌒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x92",3,NULL,0,NULL,0}, + {"䔭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xad",3,NULL,0,NULL,0}, + {"넎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x8e",3,NULL,0,NULL,0}, + {"ꎆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x86",3,NULL,0,NULL,0}, + {"性",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xa7",3,NULL,0,NULL,0}, + {"髛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x9b",3,NULL,0,NULL,0}, + {"蝫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xab",3,NULL,0,NULL,0}, + {"韐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x90",3,NULL,0,NULL,0}, + {"k",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x9f",3,NULL,0,NULL,0}, + {"⣘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x98",3,NULL,0,NULL,0}, + {"蛤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xa4",3,NULL,0,NULL,0}, + {"ꉺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xba",3,NULL,0,NULL,0}, + {"颯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xaf",3,NULL,0,NULL,0}, + {"㨅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x85",3,NULL,0,NULL,0}, + {"ꕔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x94",3,NULL,0,NULL,0}, + {"墐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x90",3,NULL,0,NULL,0}, + {"괤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x8a",3,NULL,0,NULL,0}, + {"༨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xa8",3,NULL,0,NULL,0}, + {"笥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xa5",3,NULL,0,NULL,0}, + {"ᝣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xa3",3,NULL,0,NULL,0}, + {"ഋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x8b",3,NULL,0,NULL,0}, + {"ꆹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xb9",3,NULL,0,NULL,0}, + {"몑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x91",3,NULL,0,NULL,0}, + {"믰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xb0",3,NULL,0,NULL,0}, + {"ႀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xa7",3,NULL,0,NULL,0}, + {"훍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x8d",3,NULL,0,NULL,0}, + {"䧲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xb2",3,NULL,0,NULL,0}, + {"뾪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xaa",3,NULL,0,NULL,0}, + {"뚇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x87",3,NULL,0,NULL,0}, + {"꺂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x82",3,NULL,0,NULL,0}, + {"ۉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x89",2,NULL,0,NULL,0}, + {"衲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xb2",3,NULL,0,NULL,0}, + {"텃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x83",3,NULL,0,NULL,0}, + {"鰐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x90",3,NULL,0,NULL,0}, + {"页",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xb5",3,NULL,0,NULL,0}, + {"㠞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x9e",3,NULL,0,NULL,0}, + {"㧷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xb7",3,NULL,0,NULL,0}, + {"ق",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x82",2,NULL,0,NULL,0}, + {"ü",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbc",2,NULL,0,NULL,0}, + {"握",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xa1",3,NULL,0,NULL,0}, + {"⬟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x9f",3,NULL,0,NULL,0}, + {"갪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xaa",3,NULL,0,NULL,0}, + {"淭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xad",3,NULL,0,NULL,0}, + {"蕃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x83",3,NULL,0,NULL,0}, + {"嘼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xbc",3,NULL,0,NULL,0}, + {"•",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa2",3,NULL,0,NULL,0}, + {"蓤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xa4",3,NULL,0,NULL,0}, + {"紏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x8f",3,NULL,0,NULL,0}, + {"ꡇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x87",3,NULL,0,NULL,0}, + {"⹢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xa2",3,NULL,0,NULL,0}, + {"䨻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xbb",3,NULL,0,NULL,0}, + {"⺙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x99",3,NULL,0,NULL,0}, + {"簗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x97",3,NULL,0,NULL,0}, + {"䭘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x98",3,NULL,0,NULL,0}, + {"뙡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xa1",3,NULL,0,NULL,0}, + {"א",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x90",2,NULL,0,NULL,0}, + {"뜑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x91",3,NULL,0,NULL,0}, + {"幍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x8d",3,NULL,0,NULL,0}, + {"栂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x82",3,NULL,0,NULL,0}, + {"⍲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xb2",3,NULL,0,NULL,0}, + {"脿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xbf",3,NULL,0,NULL,0}, + {"췔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x94",3,NULL,0,NULL,0}, + {"爔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x94",3,NULL,0,NULL,0}, + {"赜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x9c",3,NULL,0,NULL,0}, + {"ꬕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x95",3,NULL,0,NULL,0}, + {"뷑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x91",3,NULL,0,NULL,0}, + {"桙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x99",3,NULL,0,NULL,0}, + {"혶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xb6",3,NULL,0,NULL,0}, + {"擓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x93",3,NULL,0,NULL,0}, + {"㞭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xad",3,NULL,0,NULL,0}, + {"篤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xa4",3,NULL,0,NULL,0}, + {"嘂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x82",3,NULL,0,NULL,0}, + {"遢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xa2",3,NULL,0,NULL,0}, + {"좈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x88",3,NULL,0,NULL,0}, + {"퓭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xad",3,NULL,0,NULL,0}, + {"툅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x85",3,NULL,0,NULL,0}, + {"겗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x97",3,NULL,0,NULL,0}, + {"ⱸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xb8",3,NULL,0,NULL,0}, + {"㣢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x9a",3,NULL,0,NULL,0}, + {"켮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xae",3,NULL,0,NULL,0}, + {"熌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x8c",3,NULL,0,NULL,0}, + {"曚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x9a",3,NULL,0,NULL,0}, + {"㢡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x8d",3,NULL,0,NULL,0}, + {"ꤾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xbe",3,NULL,0,NULL,0}, + {"桀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x80",3,NULL,0,NULL,0}, + {"ꤏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x8f",3,NULL,0,NULL,0}, + {"衅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x85",3,NULL,0,NULL,0}, + {"㤛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x9b",3,NULL,0,NULL,0}, + {"廒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x82",3,NULL,0,NULL,0}, + {"ɷ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xb7",2,NULL,0,NULL,0}, + {"팩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xa9",3,NULL,0,NULL,0}, + {"鵇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x87",3,NULL,0,NULL,0}, + {"൩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xa9",3,NULL,0,NULL,0}, + {"࿐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x90",3,NULL,0,NULL,0}, + {"퐜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x9c",3,NULL,0,NULL,0}, + {"憅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x85",3,NULL,0,NULL,0}, + {"賫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x98",3,NULL,0,NULL,0}, + {"Ḥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xa3",3,NULL,0,NULL,0}, + {"餞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x9e",3,NULL,0,NULL,0}, + {"鶌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x8c",3,NULL,0,NULL,0}, + {"鏆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x86",3,NULL,0,NULL,0}, + {"㢬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xac",3,NULL,0,NULL,0}, + {"阳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xb3",3,NULL,0,NULL,0}, + {"跼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xbc",3,NULL,0,NULL,0}, + {"笅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xa6",3,NULL,0,NULL,0}, + {"ኗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x97",3,NULL,0,NULL,0}, + {"䰛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x9b",3,NULL,0,NULL,0}, + {"辳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xb3",3,NULL,0,NULL,0}, + {"ᷙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xa9",3,NULL,0,NULL,0}, + {"条",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xa1",3,NULL,0,NULL,0}, + {"슓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x93",3,NULL,0,NULL,0}, + {"峣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xa3",3,NULL,0,NULL,0}, + {"꣍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x8d",3,NULL,0,NULL,0}, + {"뱂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x82",3,NULL,0,NULL,0}, + {"馾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xbe",3,NULL,0,NULL,0}, + {"燸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xb8",3,NULL,0,NULL,0}, + {"ⷵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xb5",3,NULL,0,NULL,0}, + {"ꭧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xa7",3,NULL,0,NULL,0}, + {"ꟓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x93",3,NULL,0,NULL,0}, + {"ˀ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x80",2,NULL,0,NULL,0}, + {"ย",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xa2",3,NULL,0,NULL,0}, + {"㜊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x8a",3,NULL,0,NULL,0}, + {"ⴭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xad",3,NULL,0,NULL,0}, + {"၏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x8f",3,NULL,0,NULL,0}, + {"䃲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xb2",3,NULL,0,NULL,0}, + {"湏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x8f",3,NULL,0,NULL,0}, + {"ത",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xa4",3,NULL,0,NULL,0}, + {"跢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x8d",3,NULL,0,NULL,0}, + {"鮴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xa1",3,NULL,0,NULL,0}, + {"蘌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x8c",3,NULL,0,NULL,0}, + {"␻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xbb",3,NULL,0,NULL,0}, + {"௉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x89",3,NULL,0,NULL,0}, + {"弆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x86",3,NULL,0,NULL,0}, + {"鍙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x99",3,NULL,0,NULL,0}, + {"ᤘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x98",3,NULL,0,NULL,0}, + {"䂧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xa7",3,NULL,0,NULL,0}, + {"䬆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x86",3,NULL,0,NULL,0}, + {"ᵚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x9a",3,NULL,0,NULL,0}, + {"໺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xba",3,NULL,0,NULL,0}, + {"Ⲧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xa6",3,NULL,0,NULL,0}, + {"牦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x93",3,NULL,0,NULL,0}, + {"헭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xad",3,NULL,0,NULL,0}, + {"셄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x84",3,NULL,0,NULL,0}, + {"㌄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x84",3,NULL,0,NULL,0}, + {"㪹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x9d",3,NULL,0,NULL,0}, + {"ꗦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xa6",3,NULL,0,NULL,0}, + {"摎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x8e",3,NULL,0,NULL,0}, + {"醟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x9f",3,NULL,0,NULL,0}, + {"濜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x9c",3,NULL,0,NULL,0}, + {"辯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xaf",3,NULL,0,NULL,0}, + {"뵡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xb4",3,NULL,0,NULL,0}, + {"矆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x86",3,NULL,0,NULL,0}, + {"戥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xa5",3,NULL,0,NULL,0}, + {"駕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x95",3,NULL,0,NULL,0}, + {"䴮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xad",3,NULL,0,NULL,0}, + {"ೣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xa3",3,NULL,0,NULL,0}, + {"琥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xa5",3,NULL,0,NULL,0}, + {"픻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xbb",3,NULL,0,NULL,0}, + {"`",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x80",3,NULL,0,NULL,0}, + {"弲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xb2",3,NULL,0,NULL,0}, + {"桄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x84",3,NULL,0,NULL,0}, + {"彜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x9c",3,NULL,0,NULL,0}, + {"㸃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x83",3,NULL,0,NULL,0}, + {"怇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x87",3,NULL,0,NULL,0}, + {"㝼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xbc",3,NULL,0,NULL,0}, + {"鰻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xbb",3,NULL,0,NULL,0}, + {"斒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x92",3,NULL,0,NULL,0}, + {"丫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xa5",3,NULL,0,NULL,0}, + {"䑪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xaa",3,NULL,0,NULL,0}, + {"㲡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xa1",3,NULL,0,NULL,0}, + {"亜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xa7",3,NULL,0,NULL,0}, + {"ஒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x92",3,NULL,0,NULL,0}, + {"蟷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xb7",3,NULL,0,NULL,0}, + {"鉢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xa2",3,NULL,0,NULL,0}, + {"⭙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x99",3,NULL,0,NULL,0}, + {"䁐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x90",3,NULL,0,NULL,0}, + {"⭤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xa4",3,NULL,0,NULL,0}, + {"裐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x90",3,NULL,0,NULL,0}, + {"ᜩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xa9",3,NULL,0,NULL,0}, + {"惘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x86",3,NULL,0,NULL,0}, + {"핼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xbc",3,NULL,0,NULL,0}, + {"﯊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x8a",3,NULL,0,NULL,0}, + {"튕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x95",3,NULL,0,NULL,0}, + {"帇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xbc",3,NULL,0,NULL,0}, + {"縦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x8b",3,NULL,0,NULL,0}, + {"ᯉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x89",3,NULL,0,NULL,0}, + {"⭕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x95",3,NULL,0,NULL,0}, + {"䇑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x98",3,NULL,0,NULL,0}, + {"Ꚉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x88",3,NULL,0,NULL,0}, + {"져",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xb8",3,NULL,0,NULL,0}, + {"晁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x81",3,NULL,0,NULL,0}, + {"뚽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xbd",3,NULL,0,NULL,0}, + {"ﻷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xb7",3,NULL,0,NULL,0}, + {"븁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x81",3,NULL,0,NULL,0}, + {"땶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xb6",3,NULL,0,NULL,0}, + {"令",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xa4",3,NULL,0,NULL,0}, + {"〃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x83",3,NULL,0,NULL,0}, + {"嵼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xbc",3,NULL,0,NULL,0}, + {"俨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xbe",3,NULL,0,NULL,0}, + {"㊔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x94",3,NULL,0,NULL,0}, + {"쑝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x9d",3,NULL,0,NULL,0}, + {"꒲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xb2",3,NULL,0,NULL,0}, + {"얚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x9a",3,NULL,0,NULL,0}, + {"फ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xab",3,NULL,0,NULL,0}, + {"ⶅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x85",3,NULL,0,NULL,0}, + {"쓳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xb3",3,NULL,0,NULL,0}, + {"襗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xab",3,NULL,0,NULL,0}, + {"옶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xb3",3,NULL,0,NULL,0}, + {"䷎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x8e",3,NULL,0,NULL,0}, + {"芞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x9e",3,NULL,0,NULL,0}, + {"鑡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xa1",3,NULL,0,NULL,0}, + {"恟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x9f",3,NULL,0,NULL,0}, + {"닿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xbf",3,NULL,0,NULL,0}, + {"翤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xa4",3,NULL,0,NULL,0}, + {"嗉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x89",3,NULL,0,NULL,0}, + {"邽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xbd",3,NULL,0,NULL,0}, + {"៸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xb8",3,NULL,0,NULL,0}, + {"卣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xa3",3,NULL,0,NULL,0}, + {"隴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xb4",3,NULL,0,NULL,0}, + {"⚸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xb8",3,NULL,0,NULL,0}, + {"鄮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xae",3,NULL,0,NULL,0}, + {"씩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xa9",3,NULL,0,NULL,0}, + {"龜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x8e",3,NULL,0,NULL,0}, + {"͠",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xa0",2,NULL,0,NULL,0}, + {"㷰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xb0",3,NULL,0,NULL,0}, + {"躋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x8b",3,NULL,0,NULL,0}, + {"ꚏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x8f",3,NULL,0,NULL,0}, + {"碾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xbe",3,NULL,0,NULL,0}, + {"鼞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x9e",3,NULL,0,NULL,0}, + {"肇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x87",3,NULL,0,NULL,0}, + {"槸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xb8",3,NULL,0,NULL,0}, + {"硫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xab",3,NULL,0,NULL,0}, + {"ᒭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xad",3,NULL,0,NULL,0}, + {"엵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xb5",3,NULL,0,NULL,0}, + {"羣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xa3",3,NULL,0,NULL,0}, + {"迸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xb8",3,NULL,0,NULL,0}, + {"ﹷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xb7",3,NULL,0,NULL,0}, + {"ᠶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xb6",3,NULL,0,NULL,0}, + {"謗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x97",3,NULL,0,NULL,0}, + {"㴁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x81",3,NULL,0,NULL,0}, + {"룵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xb5",3,NULL,0,NULL,0}, + {"૤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xa4",3,NULL,0,NULL,0}, + {"葤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xa4",3,NULL,0,NULL,0}, + {"✦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xa6",3,NULL,0,NULL,0}, + {"뢨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xa8",3,NULL,0,NULL,0}, + {"化",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x96",3,NULL,0,NULL,0}, + {"膢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xa2",3,NULL,0,NULL,0}, + {"⚉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x89",3,NULL,0,NULL,0}, + {"߳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xb3",2,NULL,0,NULL,0}, + {"䡀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xbd",3,NULL,0,NULL,0}, + {"ࠏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x8f",3,NULL,0,NULL,0}, + {"⋛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x9b",3,NULL,0,NULL,0}, + {"玲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xad",3,NULL,0,NULL,0}, + {"戀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x90",3,NULL,0,NULL,0}, + {"ꂦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xa6",3,NULL,0,NULL,0}, + {"Ս",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x8d",2,NULL,0,NULL,0}, + {"馻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xbb",3,NULL,0,NULL,0}, + {"나",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x98",3,NULL,0,NULL,0}, + {"ᥗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x97",3,NULL,0,NULL,0}, + {"Ứ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xa8",3,NULL,0,NULL,0}, + {"緔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xb4",3,NULL,0,NULL,0}, + {"宽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xb4",3,NULL,0,NULL,0}, + {"쪲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xb2",3,NULL,0,NULL,0}, + {"︎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x9b",3,NULL,0,NULL,0}, + {"캙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x99",3,NULL,0,NULL,0}, + {"ȇ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x87",2,NULL,0,NULL,0}, + {"쓑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x91",3,NULL,0,NULL,0}, + {"⢇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x87",3,NULL,0,NULL,0}, + {"漏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x8e",3,NULL,0,NULL,0}, + {"一",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x80",3,NULL,0,NULL,0}, + {"녑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x91",3,NULL,0,NULL,0}, + {"쨱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xb1",3,NULL,0,NULL,0}, + {"〧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xa7",3,NULL,0,NULL,0}, + {"㟍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x8d",3,NULL,0,NULL,0}, + {"儌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x8c",3,NULL,0,NULL,0}, + {"ᨒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x92",3,NULL,0,NULL,0}, + {"ᗾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xab",3,NULL,0,NULL,0}, + {"㪑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x91",3,NULL,0,NULL,0}, + {"䗉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x89",3,NULL,0,NULL,0}, + {"ᐭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xad",3,NULL,0,NULL,0}, + {"앱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xb1",3,NULL,0,NULL,0}, + {"딳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xb3",3,NULL,0,NULL,0}, + {"缣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xa3",3,NULL,0,NULL,0}, + {"䖁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x8d",3,NULL,0,NULL,0}, + {"ퟨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xa8",3,NULL,0,NULL,0}, + {"끥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xa5",3,NULL,0,NULL,0}, + {"ᬩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xa9",3,NULL,0,NULL,0}, + {"ẕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x95",3,NULL,0,NULL,0}, + {"ﵝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x9d",3,NULL,0,NULL,0}, + {"婯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x96",3,NULL,0,NULL,0}, + {"ⓠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x9c",3,NULL,0,NULL,0}, + {"捷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x90",3,NULL,0,NULL,0}, + {"⁴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xb4",3,NULL,0,NULL,0}, + {"◵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xa1",3,NULL,0,NULL,0}, + {"蔋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x8b",3,NULL,0,NULL,0}, + {"츒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x92",3,NULL,0,NULL,0}, + {"჎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x8e",3,NULL,0,NULL,0}, + {"충",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xa9",3,NULL,0,NULL,0}, + {"舱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xb1",3,NULL,0,NULL,0}, + {"Μ",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x9c",2,NULL,0,NULL,0}, + {"ﮕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x95",3,NULL,0,NULL,0}, + {"⌿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xbf",3,NULL,0,NULL,0}, + {"⠈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xac",3,NULL,0,NULL,0}, + {"⿢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xa2",3,NULL,0,NULL,0}, + {"篇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x87",3,NULL,0,NULL,0}, + {"䞤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xbb",3,NULL,0,NULL,0}, + {"㐥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xa5",3,NULL,0,NULL,0}, + {"ⴲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xb2",3,NULL,0,NULL,0}, + {"䍛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x9b",3,NULL,0,NULL,0}, + {"뀆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x86",3,NULL,0,NULL,0}, + {"Ķ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xb6",2,NULL,0,NULL,0}, + {"ꌎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x8e",3,NULL,0,NULL,0}, + {"찔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x94",3,NULL,0,NULL,0}, + {"됿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xbf",3,NULL,0,NULL,0}, + {"運",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x8b",3,NULL,0,NULL,0}, + {"ᑚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x9a",3,NULL,0,NULL,0}, + {"좡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xa1",3,NULL,0,NULL,0}, + {"⧾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xbe",3,NULL,0,NULL,0}, + {"兡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xa1",3,NULL,0,NULL,0}, + {"싉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x8a",3,NULL,0,NULL,0}, + {"궜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x9c",3,NULL,0,NULL,0}, + {"⦫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xab",3,NULL,0,NULL,0}, + {"⹫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xab",3,NULL,0,NULL,0}, + {".",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,".",1,NULL,0,NULL,0}, + {"뿨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xa8",3,NULL,0,NULL,0}, + {"艧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xa7",3,NULL,0,NULL,0}, + {"ᅹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb9",3,NULL,0,NULL,0}, + {"쟙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x99",3,NULL,0,NULL,0}, + {"ό",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xb9",3,NULL,0,NULL,0}, + {"㘯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xaf",3,NULL,0,NULL,0}, + {"螒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x92",3,NULL,0,NULL,0}, + {"驃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x83",3,NULL,0,NULL,0}, + {"萓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x93",3,NULL,0,NULL,0}, + {"ʰ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb0",2,NULL,0,NULL,0}, + {"쇧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xa7",3,NULL,0,NULL,0}, + {"忒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x92",3,NULL,0,NULL,0}, + {"䛑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x91",3,NULL,0,NULL,0}, + {"阤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xa4",3,NULL,0,NULL,0}, + {"棁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xb3",3,NULL,0,NULL,0}, + {"腻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xbb",3,NULL,0,NULL,0}, + {"녙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x99",3,NULL,0,NULL,0}, + {"ᨅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x85",3,NULL,0,NULL,0}, + {"孯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xaf",3,NULL,0,NULL,0}, + {"䝣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xa3",3,NULL,0,NULL,0}, + {"쫅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x85",3,NULL,0,NULL,0}, + {"㑦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xa6",3,NULL,0,NULL,0}, + {"䏞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x9e",3,NULL,0,NULL,0}, + {"ꋍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x8d",3,NULL,0,NULL,0}, + {"촢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x83",3,NULL,0,NULL,0}, + {"鶱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xb1",3,NULL,0,NULL,0}, + {"삽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x80",3,NULL,0,NULL,0}, + {"眴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xb4",3,NULL,0,NULL,0}, + {"㧉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x89",3,NULL,0,NULL,0}, + {"ゑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x91",3,NULL,0,NULL,0}, + {"ԛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x9b",2,NULL,0,NULL,0}, + {"e",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x85",3,NULL,0,NULL,0}, + {"귳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xb3",3,NULL,0,NULL,0}, + {"쾐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x90",3,NULL,0,NULL,0}, + {"ꈁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x81",3,NULL,0,NULL,0}, + {"ῢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xa2",3,NULL,0,NULL,0}, + {"氫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xab",3,NULL,0,NULL,0}, + {"ᇂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x82",3,NULL,0,NULL,0}, + {"㙐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x90",3,NULL,0,NULL,0}, + {"瘻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x8a",3,NULL,0,NULL,0}, + {"㟔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x94",3,NULL,0,NULL,0}, + {"ص",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xb5",2,NULL,0,NULL,0}, + {"蒄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x84",3,NULL,0,NULL,0}, + {"혇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x87",3,NULL,0,NULL,0}, + {"䔯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xaf",3,NULL,0,NULL,0}, + {"ׄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x84",2,NULL,0,NULL,0}, + {"麟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x9f",3,NULL,0,NULL,0}, + {"蝱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xb1",3,NULL,0,NULL,0}, + {"묿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xbf",3,NULL,0,NULL,0}, + {"ው",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x8d",3,NULL,0,NULL,0}, + {"䚲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xac",3,NULL,0,NULL,0}, + {"ە",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x95",2,NULL,0,NULL,0}, + {"䕮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xae",3,NULL,0,NULL,0}, + {"ᩤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xa4",3,NULL,0,NULL,0}, + {"겱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xb1",3,NULL,0,NULL,0}, + {"竐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x90",3,NULL,0,NULL,0}, + {"蛮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xae",3,NULL,0,NULL,0}, + {"쳇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x87",3,NULL,0,NULL,0}, + {"휽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xbd",3,NULL,0,NULL,0}, + {"塊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x8a",3,NULL,0,NULL,0}, + {"ℵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xb5",3,NULL,0,NULL,0}, + {"ꇋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x8b",3,NULL,0,NULL,0}, + {"炩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xa9",3,NULL,0,NULL,0}, + {"壑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x91",3,NULL,0,NULL,0}, + {"皪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xaa",3,NULL,0,NULL,0}, + {"䬳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xb3",3,NULL,0,NULL,0}, + {"칪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xaa",3,NULL,0,NULL,0}, + {"Ӗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x96",2,NULL,0,NULL,0}, + {"㝈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x88",3,NULL,0,NULL,0}, + {"뮏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x8f",3,NULL,0,NULL,0}, + {"㕖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x96",3,NULL,0,NULL,0}, + {"쉎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x8e",3,NULL,0,NULL,0}, + {"嚣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xa3",3,NULL,0,NULL,0}, + {"ワ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xb9",3,NULL,0,NULL,0}, + {"疴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xb4",3,NULL,0,NULL,0}, + {"詺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xba",3,NULL,0,NULL,0}, + {"레",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x88",3,NULL,0,NULL,0}, + {"뺾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xbe",3,NULL,0,NULL,0}, + {"럙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x99",3,NULL,0,NULL,0}, + {"ڻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xbb",2,NULL,0,NULL,0}, + {"䊖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x96",3,NULL,0,NULL,0}, + {"劲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xb2",3,NULL,0,NULL,0}, + {"禵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xb5",3,NULL,0,NULL,0}, + {"蛠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xa0",3,NULL,0,NULL,0}, + {"뫠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xa0",3,NULL,0,NULL,0}, + {"鱹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xb9",3,NULL,0,NULL,0}, + {"旇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x87",3,NULL,0,NULL,0}, + {"꺻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xbb",3,NULL,0,NULL,0}, + {"ڈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x88",2,NULL,0,NULL,0}, + {"墌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x8c",3,NULL,0,NULL,0}, + {"糂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x82",3,NULL,0,NULL,0}, + {"涠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xa6",3,NULL,0,NULL,0}, + {"꿀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x9d",3,NULL,0,NULL,0}, + {"蚭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xad",3,NULL,0,NULL,0}, + {"淿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xbf",3,NULL,0,NULL,0}, + {"蔹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x88",3,NULL,0,NULL,0}, + {"‾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xbe",3,NULL,0,NULL,0}, + {"駵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xa4",3,NULL,0,NULL,0}, + {"嘴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xb4",3,NULL,0,NULL,0}, + {"絴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xb4",3,NULL,0,NULL,0}, + {"暷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xb7",3,NULL,0,NULL,0}, + {"틒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x92",3,NULL,0,NULL,0}, + {"蔪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xaa",3,NULL,0,NULL,0}, + {"츻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xbb",3,NULL,0,NULL,0}, + {"犑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x91",3,NULL,0,NULL,0}, + {"䪓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x9b",3,NULL,0,NULL,0}, + {"㗃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x83",3,NULL,0,NULL,0}, + {"囒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x92",3,NULL,0,NULL,0}, + {"밨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xa8",3,NULL,0,NULL,0}, + {"柺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x94",3,NULL,0,NULL,0}, + {"憭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xad",3,NULL,0,NULL,0}, + {"㠖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x96",3,NULL,0,NULL,0}, + {"糼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xbc",3,NULL,0,NULL,0}, + {"刏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x8f",3,NULL,0,NULL,0}, + {"铛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x9b",3,NULL,0,NULL,0}, + {"秠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xa0",3,NULL,0,NULL,0}, + {"ቜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x9c",3,NULL,0,NULL,0}, + {"鲺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xba",3,NULL,0,NULL,0}, + {"鯸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xb8",3,NULL,0,NULL,0}, + {"㳆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xab",3,NULL,0,NULL,0}, + {"昈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x88",3,NULL,0,NULL,0}, + {"㭥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xad",3,NULL,0,NULL,0}, + {"甈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x88",3,NULL,0,NULL,0}, + {"࢒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x8c",3,NULL,0,NULL,0}, + {"ꠥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xa5",3,NULL,0,NULL,0}, + {"褛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x9b",3,NULL,0,NULL,0}, + {"䯓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x93",3,NULL,0,NULL,0}, + {"扦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xa6",3,NULL,0,NULL,0}, + {"ู",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xb9",3,NULL,0,NULL,0}, + {"ᗜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x9c",3,NULL,0,NULL,0}, + {"褞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xa5",3,NULL,0,NULL,0}, + {"絅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x85",3,NULL,0,NULL,0}, + {"ꬬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xac",3,NULL,0,NULL,0}, + {"ᝁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x81",3,NULL,0,NULL,0}, + {"դ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xa4",2,NULL,0,NULL,0}, + {"偠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xa0",3,NULL,0,NULL,0}, + {"귃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x83",3,NULL,0,NULL,0}, + {"愐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x90",3,NULL,0,NULL,0}, + {"仿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xbf",3,NULL,0,NULL,0}, + {"옟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x9f",3,NULL,0,NULL,0}, + {"挆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x86",3,NULL,0,NULL,0}, + {"唊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x8a",3,NULL,0,NULL,0}, + {"혒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x92",3,NULL,0,NULL,0}, + {"㶗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x97",3,NULL,0,NULL,0}, + {"ᮑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x91",3,NULL,0,NULL,0}, + {"⫊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xb9",3,NULL,0,NULL,0}, + {"₡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xa1",3,NULL,0,NULL,0}, + {"钎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x8e",3,NULL,0,NULL,0}, + {"≁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x81",3,NULL,0,NULL,0}, + {"빑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x91",3,NULL,0,NULL,0}, + {"竿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xbf",3,NULL,0,NULL,0}, + {"픙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x99",3,NULL,0,NULL,0}, + {"軇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x87",3,NULL,0,NULL,0}, + {"맶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xb6",3,NULL,0,NULL,0}, + {"饙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x99",3,NULL,0,NULL,0}, + {"⾗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x97",3,NULL,0,NULL,0}, + {"윌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x8c",3,NULL,0,NULL,0}, + {"믡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xa1",3,NULL,0,NULL,0}, + {"꫃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x87",3,NULL,0,NULL,0}, + {"肺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xba",3,NULL,0,NULL,0}, + {"ⶠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xa0",3,NULL,0,NULL,0}, + {"熐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x90",3,NULL,0,NULL,0}, + {"풰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x94",3,NULL,0,NULL,0}, + {"㤡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xa1",3,NULL,0,NULL,0}, + {"㪚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xa6",3,NULL,0,NULL,0}, + {"©",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa9",2,NULL,0,NULL,0}, + {"㰌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x8c",3,NULL,0,NULL,0}, + {"ꛯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x92",3,NULL,0,NULL,0}, + {"볘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x98",3,NULL,0,NULL,0}, + {"࿄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x84",3,NULL,0,NULL,0}, + {"Ⲱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xb0",3,NULL,0,NULL,0}, + {"㷴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xb4",3,NULL,0,NULL,0}, + {"吐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x94",3,NULL,0,NULL,0}, + {"䅫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x90",3,NULL,0,NULL,0}, + {"臙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x99",3,NULL,0,NULL,0}, + {"饇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x87",3,NULL,0,NULL,0}, + {"ప",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xaa",3,NULL,0,NULL,0}, + {"ᢣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xa3",3,NULL,0,NULL,0}, + {"跁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x81",3,NULL,0,NULL,0}, + {"ꫭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x84",3,NULL,0,NULL,0}, + {"违",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x9d",3,NULL,0,NULL,0}, + {"ྉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x89",3,NULL,0,NULL,0}, + {"峑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x91",3,NULL,0,NULL,0}, + {" ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\n",1,NULL,0,NULL,0}, + {"康",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xb7",3,NULL,0,NULL,0}, + {"ఉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x89",3,NULL,0,NULL,0}, + {"욅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x85",3,NULL,0,NULL,0}, + {"駂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x82",3,NULL,0,NULL,0}, + {"ࢃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x83",3,NULL,0,NULL,0}, + {"傤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x88",3,NULL,0,NULL,0}, + {"㇏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x8f",3,NULL,0,NULL,0}, + {"〢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xa2",3,NULL,0,NULL,0}, + {"撅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xbb",3,NULL,0,NULL,0}, + {"緵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xb5",3,NULL,0,NULL,0}, + {"搆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x86",3,NULL,0,NULL,0}, + {"矯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xaf",3,NULL,0,NULL,0}, + {"鿭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xad",3,NULL,0,NULL,0}, + {"醍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x8d",3,NULL,0,NULL,0}, + {"퀤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xa4",3,NULL,0,NULL,0}, + {"⤉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x89",3,NULL,0,NULL,0}, + {"ⴷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xb7",3,NULL,0,NULL,0}, + {"稲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xb2",3,NULL,0,NULL,0}, + {"㾀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x89",3,NULL,0,NULL,0}, + {"㭈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x88",3,NULL,0,NULL,0}, + {"莪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xaa",3,NULL,0,NULL,0}, + {"㹓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x93",3,NULL,0,NULL,0}, + {"ꔅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x85",3,NULL,0,NULL,0}, + {"뉪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xaa",3,NULL,0,NULL,0}, + {"猠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xa0",3,NULL,0,NULL,0}, + {"฀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x80",3,NULL,0,NULL,0}, + {"纂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x82",3,NULL,0,NULL,0}, + {"㰬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xac",3,NULL,0,NULL,0}, + {"䐉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x9c",3,NULL,0,NULL,0}, + {"衮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xae",3,NULL,0,NULL,0}, + {"隸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xb8",3,NULL,0,NULL,0}, + {"珬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xac",3,NULL,0,NULL,0}, + {"뚑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xb7",3,NULL,0,NULL,0}, + {"诼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xbc",3,NULL,0,NULL,0}, + {"Ζ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x96",2,NULL,0,NULL,0}, + {"ࡓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x93",3,NULL,0,NULL,0}, + {"ୠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xa0",3,NULL,0,NULL,0}, + {"祉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x8d",3,NULL,0,NULL,0}, + {"헧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xa7",3,NULL,0,NULL,0}, + {"㚓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x8e",3,NULL,0,NULL,0}, + {"僻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xbb",3,NULL,0,NULL,0}, + {"쑇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x87",3,NULL,0,NULL,0}, + {"莘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x98",3,NULL,0,NULL,0}, + {"ꑫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xab",3,NULL,0,NULL,0}, + {"앐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x90",3,NULL,0,NULL,0}, + {"즎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x8e",3,NULL,0,NULL,0}, + {"뇹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xb9",3,NULL,0,NULL,0}, + {"牢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x94",3,NULL,0,NULL,0}, + {"矖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x96",3,NULL,0,NULL,0}, + {"绾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xbe",3,NULL,0,NULL,0}, + {"翋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xb7",3,NULL,0,NULL,0}, + {"঑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x91",3,NULL,0,NULL,0}, + {"䴎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x8e",3,NULL,0,NULL,0}, + {"巃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x83",3,NULL,0,NULL,0}, + {"㻧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xa7",3,NULL,0,NULL,0}, + {"ﳗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x97",3,NULL,0,NULL,0}, + {"⣸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xb8",3,NULL,0,NULL,0}, + {"홡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xa1",3,NULL,0,NULL,0}, + {"绥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xa5",3,NULL,0,NULL,0}, + {"뛏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x8f",3,NULL,0,NULL,0}, + {"᮸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xb8",3,NULL,0,NULL,0}, + {"뤫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xbc",3,NULL,0,NULL,0}, + {"婹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xad",3,NULL,0,NULL,0}, + {"⾫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xab",3,NULL,0,NULL,0}, + {"஢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xa2",3,NULL,0,NULL,0}, + {"嶆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x86",3,NULL,0,NULL,0}, + {"靇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x87",3,NULL,0,NULL,0}, + {"肋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x8b",3,NULL,0,NULL,0}, + {"ࣚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x9a",3,NULL,0,NULL,0}, + {"짦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xa6",3,NULL,0,NULL,0}, + {"≆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xb2",3,NULL,0,NULL,0}, + {"⵿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xbf",3,NULL,0,NULL,0}, + {"䵩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xa9",3,NULL,0,NULL,0}, + {"帅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x90",3,NULL,0,NULL,0}, + {"꼴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xb4",3,NULL,0,NULL,0}, + {"䇓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x93",3,NULL,0,NULL,0}, + {"২",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xa8",3,NULL,0,NULL,0}, + {"쏗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x97",3,NULL,0,NULL,0}, + {"奂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x82",3,NULL,0,NULL,0}, + {"幆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x85",3,NULL,0,NULL,0}, + {"廢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xa2",3,NULL,0,NULL,0}, + {"ុ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xbb",3,NULL,0,NULL,0}, + {"䆒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x90",3,NULL,0,NULL,0}, + {"썸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xb8",3,NULL,0,NULL,0}, + {"쭃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x83",3,NULL,0,NULL,0}, + {"ᖟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x9f",3,NULL,0,NULL,0}, + {"ៜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x9c",3,NULL,0,NULL,0}, + {"恝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x9d",3,NULL,0,NULL,0}, + {"嵸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xb8",3,NULL,0,NULL,0}, + {"ᶍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x8d",3,NULL,0,NULL,0}, + {"ﰵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xb5",3,NULL,0,NULL,0}, + {"ී",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x93",3,NULL,0,NULL,0}, + {"娐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xb1",3,NULL,0,NULL,0}, + {"⒃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x83",3,NULL,0,NULL,0}, + {"黥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xa5",3,NULL,0,NULL,0}, + {"嵅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x85",3,NULL,0,NULL,0}, + {"䶧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xa0",3,NULL,0,NULL,0}, + {"᧬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xac",3,NULL,0,NULL,0}, + {"␶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xb6",3,NULL,0,NULL,0}, + {"둮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xae",3,NULL,0,NULL,0}, + {"ᔖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x8f",3,NULL,0,NULL,0}, + {"䷒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x92",3,NULL,0,NULL,0}, + {"︥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xa5",3,NULL,0,NULL,0}, + {"暋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x8b",3,NULL,0,NULL,0}, + {"﯍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x8d",3,NULL,0,NULL,0}, + {"䘙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x99",3,NULL,0,NULL,0}, + {"잍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x8d",3,NULL,0,NULL,0}, + {"漜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x9c",3,NULL,0,NULL,0}, + {"룧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xa7",3,NULL,0,NULL,0}, + {"ꯌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x8c",3,NULL,0,NULL,0}, + {"괷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xb7",3,NULL,0,NULL,0}, + {"䢟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x9f",3,NULL,0,NULL,0}, + {"Ф",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xa4",2,NULL,0,NULL,0}, + {"⚴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xb4",3,NULL,0,NULL,0}, + {"ᕀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x80",3,NULL,0,NULL,0}, + {"霾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xbe",3,NULL,0,NULL,0}, + {"廞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x9e",3,NULL,0,NULL,0}, + {"﫮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xb0",3,NULL,0,NULL,0}, + {"⥀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x80",3,NULL,0,NULL,0}, + {"䕒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x97",3,NULL,0,NULL,0}, + {"ᨭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xad",3,NULL,0,NULL,0}, + {"縿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xbf",3,NULL,0,NULL,0}, + {"璉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x94",3,NULL,0,NULL,0}, + {"㼹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xb9",3,NULL,0,NULL,0}, + {"꧎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x8e",3,NULL,0,NULL,0}, + {"澛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xa8",3,NULL,0,NULL,0}, + {"网",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x91",3,NULL,0,NULL,0}, + {"ſt",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x85",3,NULL,0,NULL,0}, + {"싹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xb9",3,NULL,0,NULL,0}, + {"靡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xa1",3,NULL,0,NULL,0}, + {"䣁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x81",3,NULL,0,NULL,0}, + {"癝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x9d",3,NULL,0,NULL,0}, + {"ܥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xa5",2,NULL,0,NULL,0}, + {"즔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x8f",3,NULL,0,NULL,0}, + {"ᄉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb5",3,NULL,0,NULL,0}, + {"欎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x8e",3,NULL,0,NULL,0}, + {"㪋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x8b",3,NULL,0,NULL,0}, + {"Œ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x8c",2,NULL,0,NULL,0}, + {"፝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x9d",3,NULL,0,NULL,0}, + {"鞥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xa5",3,NULL,0,NULL,0}, + {"䉳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xb3",3,NULL,0,NULL,0}, + {"날",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xb8",3,NULL,0,NULL,0}, + {"樦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xa6",3,NULL,0,NULL,0}, + {"媮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xae",3,NULL,0,NULL,0}, + {"ꗷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xb7",3,NULL,0,NULL,0}, + {"榕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x95",3,NULL,0,NULL,0}, + {"颂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xa1",3,NULL,0,NULL,0}, + {"掞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x9e",3,NULL,0,NULL,0}, + {"챓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x93",3,NULL,0,NULL,0}, + {"ᚿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xbf",3,NULL,0,NULL,0}, + {"嘑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x91",3,NULL,0,NULL,0}, + {"侁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xa4",3,NULL,0,NULL,0}, + {"掅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x85",3,NULL,0,NULL,0}, + {"캛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x9b",3,NULL,0,NULL,0}, + {"족",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x83",3,NULL,0,NULL,0}, + {"㕳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xb3",3,NULL,0,NULL,0}, + {"䛺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xba",3,NULL,0,NULL,0}, + {"ꑣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xa3",3,NULL,0,NULL,0}, + {"ꃘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x98",3,NULL,0,NULL,0}, + {"퇘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x98",3,NULL,0,NULL,0}, + {"뼨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xa8",3,NULL,0,NULL,0}, + {"⎶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xb6",3,NULL,0,NULL,0}, + {"ꁑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x91",3,NULL,0,NULL,0}, + {"鉫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xab",3,NULL,0,NULL,0}, + {"㏐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x90",3,NULL,0,NULL,0}, + {"攳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xbb",3,NULL,0,NULL,0}, + {"껰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xb0",3,NULL,0,NULL,0}, + {"⒪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xaa",3,NULL,0,NULL,0}, + {"Ù",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x99",2,NULL,0,NULL,0}, + {"莅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x85",3,NULL,0,NULL,0}, + {"汾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xbe",3,NULL,0,NULL,0}, + {"ż",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xbc",2,NULL,0,NULL,0}, + {"矫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xab",3,NULL,0,NULL,0}, + {"돮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xae",3,NULL,0,NULL,0}, + {"꧓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x93",3,NULL,0,NULL,0}, + {"꯿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xbf",3,NULL,0,NULL,0}, + {"ᓅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x85",3,NULL,0,NULL,0}, + {"좳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xb3",3,NULL,0,NULL,0}, + {"䡑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x91",3,NULL,0,NULL,0}, + {"ᇣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xa3",3,NULL,0,NULL,0}, + {"ㅍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x8d",3,NULL,0,NULL,0}, + {"⿡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xa1",3,NULL,0,NULL,0}, + {"ㄽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x9a",3,NULL,0,NULL,0}, + {"蔑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x91",3,NULL,0,NULL,0}, + {"ቼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xbc",3,NULL,0,NULL,0}, + {"뽦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xa6",3,NULL,0,NULL,0}, + {"ꮁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x81",3,NULL,0,NULL,0}, + {"읤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xa4",3,NULL,0,NULL,0}, + {"樑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x9e",3,NULL,0,NULL,0}, + {"舳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xb3",3,NULL,0,NULL,0}, + {"㉓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x93",3,NULL,0,NULL,0}, + {"겯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xaf",3,NULL,0,NULL,0}, + {"⩸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xb8",3,NULL,0,NULL,0}, + {"蟨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xa8",3,NULL,0,NULL,0}, + {"倒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x92",3,NULL,0,NULL,0}, + {"脪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xaa",3,NULL,0,NULL,0}, + {"뇔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x94",3,NULL,0,NULL,0}, + {"實",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xa6",3,NULL,0,NULL,0}, + {"׭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xad",2,NULL,0,NULL,0}, + {"㐧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xa7",3,NULL,0,NULL,0}, + {"๗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x97",3,NULL,0,NULL,0}, + {"㕤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xa4",3,NULL,0,NULL,0}, + {"䳢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xa2",3,NULL,0,NULL,0}, + {"˗",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x97",2,NULL,0,NULL,0}, + {"浪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xaa",3,NULL,0,NULL,0}, + {"拱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xb1",3,NULL,0,NULL,0}, + {"垤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xbc",3,NULL,0,NULL,0}, + {"鴴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x83",3,NULL,0,NULL,0}, + {"䍰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xb0",3,NULL,0,NULL,0}, + {"᪀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x80",3,NULL,0,NULL,0}, + {"暂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x82",3,NULL,0,NULL,0}, + {"둍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x8d",3,NULL,0,NULL,0}, + {"莰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xb0",3,NULL,0,NULL,0}, + {"逹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xa0",3,NULL,0,NULL,0}, + {"跓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x93",3,NULL,0,NULL,0}, + {"궼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xbc",3,NULL,0,NULL,0}, + {"䠢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xa2",3,NULL,0,NULL,0}, + {"ࠅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x85",3,NULL,0,NULL,0}, + {"Ꮷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xa7",3,NULL,0,NULL,0}, + {"뿘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x98",3,NULL,0,NULL,0}, + {"眬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xac",3,NULL,0,NULL,0}, + {"鸤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xa4",3,NULL,0,NULL,0}, + {"㘭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xad",3,NULL,0,NULL,0}, + {"杶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xb6",3,NULL,0,NULL,0}, + {"烣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xa3",3,NULL,0,NULL,0}, + {"驁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x82",3,NULL,0,NULL,0}, + {"꣢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xa2",3,NULL,0,NULL,0}, + {"ꄋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x8b",3,NULL,0,NULL,0}, + {"毓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x93",3,NULL,0,NULL,0}, + {"슆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x86",3,NULL,0,NULL,0}, + {"皲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xb2",3,NULL,0,NULL,0}, + {"覔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x94",3,NULL,0,NULL,0}, + {"쟫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xab",3,NULL,0,NULL,0}, + {"㜪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xaa",3,NULL,0,NULL,0}, + {"쇿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xbf",3,NULL,0,NULL,0}, + {"粅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x85",3,NULL,0,NULL,0}, + {"觳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xb3",3,NULL,0,NULL,0}, + {"˭",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xad",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x83",3,NULL,0,NULL,0}, + {"잡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xa1",3,NULL,0,NULL,0}, + {"킪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xaa",3,NULL,0,NULL,0}, + {"橾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xbe",3,NULL,0,NULL,0}, + {"텑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x91",3,NULL,0,NULL,0}, + {"技",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x80",3,NULL,0,NULL,0}, + {"솖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x96",3,NULL,0,NULL,0}, + {"덍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xb6",3,NULL,0,NULL,0}, + {"훰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xb0",3,NULL,0,NULL,0}, + {"鶳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x87",3,NULL,0,NULL,0}, + {"䀟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x9f",3,NULL,0,NULL,0}, + {"뉖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x96",3,NULL,0,NULL,0}, + {"⃨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xa8",3,NULL,0,NULL,0}, + {"饰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xb0",3,NULL,0,NULL,0}, + {"朼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xbc",3,NULL,0,NULL,0}, + {"밙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x99",3,NULL,0,NULL,0}, + {"꽪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xaa",3,NULL,0,NULL,0}, + {"趆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x86",3,NULL,0,NULL,0}, + {"퉳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xa1",3,NULL,0,NULL,0}, + {"뾅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x85",3,NULL,0,NULL,0}, + {"藀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x80",3,NULL,0,NULL,0}, + {"㗭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xad",3,NULL,0,NULL,0}, + {"癁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x81",3,NULL,0,NULL,0}, + {"蜛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x9b",3,NULL,0,NULL,0}, + {"䬗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x97",3,NULL,0,NULL,0}, + {"肀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x80",3,NULL,0,NULL,0}, + {"컣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xa3",3,NULL,0,NULL,0}, + {"稛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x9b",3,NULL,0,NULL,0}, + {"⚤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xa4",3,NULL,0,NULL,0}, + {"ꐋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x8b",3,NULL,0,NULL,0}, + {"䮚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x9a",3,NULL,0,NULL,0}, + {"瀁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x81",3,NULL,0,NULL,0}, + {"妈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x88",3,NULL,0,NULL,0}, + {"㛩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xa9",3,NULL,0,NULL,0}, + {"묵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xb5",3,NULL,0,NULL,0}, + {"랍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x8d",3,NULL,0,NULL,0}, + {"浝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x9d",3,NULL,0,NULL,0}, + {"½",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xbd",2,NULL,0,NULL,0}, + {"沠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xa0",3,NULL,0,NULL,0}, + {"㶬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xac",3,NULL,0,NULL,0}, + {"섻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xbb",3,NULL,0,NULL,0}, + {"ᎄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x84",3,NULL,0,NULL,0}, + {"꾨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xa8",3,NULL,0,NULL,0}, + {"応",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x92",3,NULL,0,NULL,0}, + {"쾮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xae",3,NULL,0,NULL,0}, + {"苿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xbf",3,NULL,0,NULL,0}, + {"昦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xa6",3,NULL,0,NULL,0}, + {"袛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x9b",3,NULL,0,NULL,0}, + {"䔘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x98",3,NULL,0,NULL,0}, + {"ꡢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xa2",3,NULL,0,NULL,0}, + {"䬱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xa2",3,NULL,0,NULL,0}, + {"冘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x98",3,NULL,0,NULL,0}, + {"鿪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa8",3,NULL,0,NULL,0}, + {"嚁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x81",3,NULL,0,NULL,0}, + {"≡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa1",3,NULL,0,NULL,0}, + {"瀢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xa2",3,NULL,0,NULL,0}, + {"㏵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xb5",3,NULL,0,NULL,0}, + {"⢎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x8e",3,NULL,0,NULL,0}, + {"햧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xa7",3,NULL,0,NULL,0}, + {"窄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x84",3,NULL,0,NULL,0}, + {"ᱱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xb1",3,NULL,0,NULL,0}, + {"䪑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x91",3,NULL,0,NULL,0}, + {"굂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xa2",3,NULL,0,NULL,0}, + {"㩸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xb8",3,NULL,0,NULL,0}, + {"鱫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x84",3,NULL,0,NULL,0}, + {"䞣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xa4",3,NULL,0,NULL,0}, + {"輯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xaf",3,NULL,0,NULL,0}, + {"粞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x9e",3,NULL,0,NULL,0}, + {"ژ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x98",2,NULL,0,NULL,0}, + {"붩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xbc",3,NULL,0,NULL,0}, + {"䲗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x97",3,NULL,0,NULL,0}, + {"贆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x86",3,NULL,0,NULL,0}, + {"涆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xab",3,NULL,0,NULL,0}, + {"豞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x9e",3,NULL,0,NULL,0}, + {"뺝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x9d",3,NULL,0,NULL,0}, + {"㳊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x8a",3,NULL,0,NULL,0}, + {"쿯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xaf",3,NULL,0,NULL,0}, + {"㮽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xbd",3,NULL,0,NULL,0}, + {"駯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xa0",3,NULL,0,NULL,0}, + {"掚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x9a",3,NULL,0,NULL,0}, + {"暭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xad",3,NULL,0,NULL,0}, + {"ꝁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x81",3,NULL,0,NULL,0}, + {"䲜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x9c",3,NULL,0,NULL,0}, + {"땡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xa1",3,NULL,0,NULL,0}, + {"ຌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x8c",3,NULL,0,NULL,0}, + {"⮉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x89",3,NULL,0,NULL,0}, + {"꟬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xac",3,NULL,0,NULL,0}, + {"쀧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xa7",3,NULL,0,NULL,0}, + {"᜻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xbb",3,NULL,0,NULL,0}, + {"͵",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xb5",2,NULL,0,NULL,0}, + {"犽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xbd",3,NULL,0,NULL,0}, + {"倘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x98",3,NULL,0,NULL,0}, + {"憷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xb7",3,NULL,0,NULL,0}, + {"χ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x87",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xa8",3,NULL,0,NULL,0}, + {"᯲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xb2",3,NULL,0,NULL,0}, + {"去",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xbb",3,NULL,0,NULL,0}, + {"⸉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x89",3,NULL,0,NULL,0}, + {"更",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x81",3,NULL,0,NULL,0}, + {"䆦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xa6",3,NULL,0,NULL,0}, + {"鳊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x8a",3,NULL,0,NULL,0}, + {"㧟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x9f",3,NULL,0,NULL,0}, + {"톾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xbe",3,NULL,0,NULL,0}, + {"빣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xa3",3,NULL,0,NULL,0}, + {"羸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xb8",3,NULL,0,NULL,0}, + {"⯥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xa5",3,NULL,0,NULL,0}, + {"썷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaf",3,NULL,0,NULL,0}, + {"飌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x8c",3,NULL,0,NULL,0}, + {"淇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x87",3,NULL,0,NULL,0}, + {"ퟄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x84",3,NULL,0,NULL,0}, + {"Ɦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xaa",3,NULL,0,NULL,0}, + {"퇍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x8d",3,NULL,0,NULL,0}, + {"燓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x93",3,NULL,0,NULL,0}, + {"篐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x90",3,NULL,0,NULL,0}, + {"㥴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xb4",3,NULL,0,NULL,0}, + {"身",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xab",3,NULL,0,NULL,0}, + {"璿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xbf",3,NULL,0,NULL,0}, + {"떪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xaa",3,NULL,0,NULL,0}, + {"蹦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xa6",3,NULL,0,NULL,0}, + {"祌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x8c",3,NULL,0,NULL,0}, + {"㹰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xb0",3,NULL,0,NULL,0}, + {"뒳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xb3",3,NULL,0,NULL,0}, + {"聓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x93",3,NULL,0,NULL,0}, + {"봬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xac",3,NULL,0,NULL,0}, + {"옍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x8d",3,NULL,0,NULL,0}, + {"幽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xbd",3,NULL,0,NULL,0}, + {"벅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xb3",3,NULL,0,NULL,0}, + {"怸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xb8",3,NULL,0,NULL,0}, + {"玉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x89",3,NULL,0,NULL,0}, + {"옆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x9f",3,NULL,0,NULL,0}, + {"ⱎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x86",3,NULL,0,NULL,0}, + {"಻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xbb",3,NULL,0,NULL,0}, + {"2",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x92",3,NULL,0,NULL,0}, + {"㵽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xbd",3,NULL,0,NULL,0}, + {"历",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x86",3,NULL,0,NULL,0}, + {"ᡒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x92",3,NULL,0,NULL,0}, + {"₦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xa6",3,NULL,0,NULL,0}, + {"㢼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xbc",3,NULL,0,NULL,0}, + {"讯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xaf",3,NULL,0,NULL,0}, + {"ꪹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xb9",3,NULL,0,NULL,0}, + {"⻮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xae",3,NULL,0,NULL,0}, + {"炦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xa6",3,NULL,0,NULL,0}, + {"勣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xa3",3,NULL,0,NULL,0}, + {"풸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xb8",3,NULL,0,NULL,0}, + {"齸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xb8",3,NULL,0,NULL,0}, + {"㇍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x8d",3,NULL,0,NULL,0}, + {"뜝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x9d",3,NULL,0,NULL,0}, + {"摿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xbf",3,NULL,0,NULL,0}, + {"ﭐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x90",3,NULL,0,NULL,0}, + {"岆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x86",3,NULL,0,NULL,0}, + {"ො",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x9c",3,NULL,0,NULL,0}, + {"ㄆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x86",3,NULL,0,NULL,0}, + {"擽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xbd",3,NULL,0,NULL,0}, + {"Ქ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xa5",3,NULL,0,NULL,0}, + {"ﺢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x96",3,NULL,0,NULL,0}, + {"楯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xaf",3,NULL,0,NULL,0}, + {"鏰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x84",3,NULL,0,NULL,0}, + {"歨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xa8",3,NULL,0,NULL,0}, + {"ﲆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x86",3,NULL,0,NULL,0}, + {"轥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xa5",3,NULL,0,NULL,0}, + {"괪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xaa",3,NULL,0,NULL,0}, + {"ݢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xa2",2,NULL,0,NULL,0}, + {"迟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x9f",3,NULL,0,NULL,0}, + {"ȼ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xbc",2,NULL,0,NULL,0}, + {"뙒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x92",3,NULL,0,NULL,0}, + {"쒾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xbe",3,NULL,0,NULL,0}, + {"욗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x97",3,NULL,0,NULL,0}, + {"ఛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x9b",3,NULL,0,NULL,0}, + {"僄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x84",3,NULL,0,NULL,0}, + {"줩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xa9",3,NULL,0,NULL,0}, + {"꜏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x8f",3,NULL,0,NULL,0}, + {"⬋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x8b",3,NULL,0,NULL,0}, + {"쑍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x8d",3,NULL,0,NULL,0}, + {"㻁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xb6",3,NULL,0,NULL,0}, + {"ඓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x93",3,NULL,0,NULL,0}, + {"䗞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x9e",3,NULL,0,NULL,0}, + {"퓯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xaf",3,NULL,0,NULL,0}, + {"㽠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xa0",3,NULL,0,NULL,0}, + {"ﵐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x8f",3,NULL,0,NULL,0}, + {"얂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x82",3,NULL,0,NULL,0}, + {"畎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x8e",3,NULL,0,NULL,0}, + {"缰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xb0",3,NULL,0,NULL,0}, + {"鈊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x82",3,NULL,0,NULL,0}, + {"娫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xab",3,NULL,0,NULL,0}, + {"ﳝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x9d",3,NULL,0,NULL,0}, + {"鮎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x8e",3,NULL,0,NULL,0}, + {"눼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xbc",3,NULL,0,NULL,0}, + {"侤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xa4",3,NULL,0,NULL,0}, + {"쯿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xb6",3,NULL,0,NULL,0}, + {"¯",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xaf",2,NULL,0,NULL,0}, + {"鍂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x82",3,NULL,0,NULL,0}, + {"ḇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x87",3,NULL,0,NULL,0}, + {"霩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xa9",3,NULL,0,NULL,0}, + {"뗴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x8b",3,NULL,0,NULL,0}, + {"ᶚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x9a",3,NULL,0,NULL,0}, + {"䡤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xa4",3,NULL,0,NULL,0}, + {"ᴓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x93",3,NULL,0,NULL,0}, + {"鉒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x92",3,NULL,0,NULL,0}, + {"䖤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xa4",3,NULL,0,NULL,0}, + {"뀶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xb6",3,NULL,0,NULL,0}, + {"䛞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x9e",3,NULL,0,NULL,0}, + {"ꗀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x80",3,NULL,0,NULL,0}, + {"砧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xa7",3,NULL,0,NULL,0}, + {"알",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x8c",3,NULL,0,NULL,0}, + {"₫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xab",3,NULL,0,NULL,0}, + {"끡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xa1",3,NULL,0,NULL,0}, + {"돓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x93",3,NULL,0,NULL,0}, + {"䋲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xb2",3,NULL,0,NULL,0}, + {"㸣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xa3",3,NULL,0,NULL,0}, + {"뀝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x9d",3,NULL,0,NULL,0}, + {"ফ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xab",3,NULL,0,NULL,0}, + {"럴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xb4",3,NULL,0,NULL,0}, + {"앁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xb2",3,NULL,0,NULL,0}, + {"쏍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x8d",3,NULL,0,NULL,0}, + {"⒲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xb2",3,NULL,0,NULL,0}, + {"䏳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xb3",3,NULL,0,NULL,0}, + {"ડ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xa1",3,NULL,0,NULL,0}, + {"쯐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x90",3,NULL,0,NULL,0}, + {"샖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xb5",3,NULL,0,NULL,0}, + {"亴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xb4",3,NULL,0,NULL,0}, + {"鎃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x83",3,NULL,0,NULL,0}, + {"䃕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x95",3,NULL,0,NULL,0}, + {"鹘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x98",3,NULL,0,NULL,0}, + {"䀘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x98",3,NULL,0,NULL,0}, + {"隌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x8c",3,NULL,0,NULL,0}, + {"艖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x96",3,NULL,0,NULL,0}, + {"∘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x98",3,NULL,0,NULL,0}, + {"㿡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xa1",3,NULL,0,NULL,0}, + {"脇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x87",3,NULL,0,NULL,0}, + {"㚋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x8b",3,NULL,0,NULL,0}, + {"됑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x91",3,NULL,0,NULL,0}, + {"闬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xac",3,NULL,0,NULL,0}, + {"尓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x93",3,NULL,0,NULL,0}, + {"銿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xbf",3,NULL,0,NULL,0}, + {"蒗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x97",3,NULL,0,NULL,0}, + {"꿣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xa3",3,NULL,0,NULL,0}, + {"퍯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xaf",3,NULL,0,NULL,0}, + {"頍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x8d",3,NULL,0,NULL,0}, + {"﹐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x90",3,NULL,0,NULL,0}, + {"泌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xa8",3,NULL,0,NULL,0}, + {"瞠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xa0",3,NULL,0,NULL,0}, + {"㆚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x9a",3,NULL,0,NULL,0}, + {"꼰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xb0",3,NULL,0,NULL,0}, + {"됔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xae",3,NULL,0,NULL,0}, + {"睙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xa7",3,NULL,0,NULL,0}, + {"茵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xb5",3,NULL,0,NULL,0}, + {"ᖕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x95",3,NULL,0,NULL,0}, + {"ả",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xa3",3,NULL,0,NULL,0}, + {"Ὂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x8a",3,NULL,0,NULL,0}, + {"ё",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x91",2,NULL,0,NULL,0}, + {"잲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xb2",3,NULL,0,NULL,0}, + {"쭑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x91",3,NULL,0,NULL,0}, + {"蕸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xb8",3,NULL,0,NULL,0}, + {"オ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xaa",3,NULL,0,NULL,0}, + {"눅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x85",3,NULL,0,NULL,0}, + {"ꑯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xaf",3,NULL,0,NULL,0}, + {"Ό",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xb9",3,NULL,0,NULL,0}, + {"귤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xa4",3,NULL,0,NULL,0}, + {"䔃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xb8",3,NULL,0,NULL,0}, + {"㝣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xa3",3,NULL,0,NULL,0}, + {"ࣽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xbd",3,NULL,0,NULL,0}, + {"堆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x86",3,NULL,0,NULL,0}, + {"ナ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x85",3,NULL,0,NULL,0}, + {"刺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xb4",3,NULL,0,NULL,0}, + {"疧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xa7",3,NULL,0,NULL,0}, + {"휡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xa1",3,NULL,0,NULL,0}, + {"녁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x81",3,NULL,0,NULL,0}, + {"鬔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x94",3,NULL,0,NULL,0}, + {"芆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x86",3,NULL,0,NULL,0}, + {"孋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x8b",3,NULL,0,NULL,0}, + {"᩵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xb5",3,NULL,0,NULL,0}, + {"w",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"쵇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x87",3,NULL,0,NULL,0}, + {"苳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xb3",3,NULL,0,NULL,0}, + {"笘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x98",3,NULL,0,NULL,0}, + {"㙍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x8d",3,NULL,0,NULL,0}, + {"쳰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xbd",3,NULL,0,NULL,0}, + {"◙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x99",3,NULL,0,NULL,0}, + {"郣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xa3",3,NULL,0,NULL,0}, + {"雛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x9b",3,NULL,0,NULL,0}, + {"ઋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x8b",3,NULL,0,NULL,0}, + {"䢝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x9d",3,NULL,0,NULL,0}, + {"컆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x86",3,NULL,0,NULL,0}, + {"䤌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x8c",3,NULL,0,NULL,0}, + {"ፀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x80",3,NULL,0,NULL,0}, + {"᾿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xb3",3,NULL,0,NULL,0}, + {"殇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x87",3,NULL,0,NULL,0}, + {"싨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xa8",3,NULL,0,NULL,0}, + {"ᦿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xbf",3,NULL,0,NULL,0}, + {"숚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x9a",3,NULL,0,NULL,0}, + {"ᅦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xb8",3,NULL,0,NULL,0}, + {"錓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x93",3,NULL,0,NULL,0}, + {"넇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x87",3,NULL,0,NULL,0}, + {"⁰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xb0",3,NULL,0,NULL,0}, + {"虅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x85",3,NULL,0,NULL,0}, + {"ዶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xb6",3,NULL,0,NULL,0}, + {"뇅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x85",3,NULL,0,NULL,0}, + {"⇒",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x92",3,NULL,0,NULL,0}, + {"ᨿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xbf",3,NULL,0,NULL,0}, + {"ڨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xa8",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xb1",3,NULL,0,NULL,0}, + {"韱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xb1",3,NULL,0,NULL,0}, + {"⣷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xb7",3,NULL,0,NULL,0}, + {"䊧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xa7",3,NULL,0,NULL,0}, + {"쥁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x81",3,NULL,0,NULL,0}, + {"냢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xa2",3,NULL,0,NULL,0}, + {"ℙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x83",3,NULL,0,NULL,0}, + {"⃐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x90",3,NULL,0,NULL,0}, + {"얹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xb9",3,NULL,0,NULL,0}, + {"䌪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xaa",3,NULL,0,NULL,0}, + {"剆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x86",3,NULL,0,NULL,0}, + {"ᛍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x8d",3,NULL,0,NULL,0}, + {"榗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xa0",3,NULL,0,NULL,0}, + {"켄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x84",3,NULL,0,NULL,0}, + {"⟗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x97",3,NULL,0,NULL,0}, + {"⛢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xa2",3,NULL,0,NULL,0}, + {"᫶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xb6",3,NULL,0,NULL,0}, + {"䣋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xa6",3,NULL,0,NULL,0}, + {"뻫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xab",3,NULL,0,NULL,0}, + {"ᙥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xa5",3,NULL,0,NULL,0}, + {"⫡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xa1",3,NULL,0,NULL,0}, + {"♹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xb9",3,NULL,0,NULL,0}, + {"㔫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xab",3,NULL,0,NULL,0}, + {"뼌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x8c",3,NULL,0,NULL,0}, + {"ᙵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xb5",3,NULL,0,NULL,0}, + {"㖜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x9c",3,NULL,0,NULL,0}, + {"驹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xb9",3,NULL,0,NULL,0}, + {"쩯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xaf",3,NULL,0,NULL,0}, + {"圾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xbe",3,NULL,0,NULL,0}, + {"㍿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xbf",3,NULL,0,NULL,0}, + {"ꁉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x89",3,NULL,0,NULL,0}, + {"鞷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xb7",3,NULL,0,NULL,0}, + {"䉱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xb1",3,NULL,0,NULL,0}, + {"閛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x9b",3,NULL,0,NULL,0}, + {"文",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x87",3,NULL,0,NULL,0}, + {"Ω",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa9",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x87",3,NULL,0,NULL,0}, + {"硈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x88",3,NULL,0,NULL,0}, + {"ٟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x9f",2,NULL,0,NULL,0}, + {"䟌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x8c",3,NULL,0,NULL,0}, + {"旬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xac",3,NULL,0,NULL,0}, + {"듥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xa3",3,NULL,0,NULL,0}, + {"穀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x94",3,NULL,0,NULL,0}, + {"蕤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xa4",3,NULL,0,NULL,0}, + {"泶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xb6",3,NULL,0,NULL,0}, + {"钫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xab",3,NULL,0,NULL,0}, + {"ꄹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xb9",3,NULL,0,NULL,0}, + {"쪐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x90",3,NULL,0,NULL,0}, + {"萺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xba",3,NULL,0,NULL,0}, + {"❐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x90",3,NULL,0,NULL,0}, + {"唪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xaa",3,NULL,0,NULL,0}, + {"⡷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xb7",3,NULL,0,NULL,0}, + {"₾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xbe",3,NULL,0,NULL,0}, + {"⹃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x83",3,NULL,0,NULL,0}, + {"⠘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x98",3,NULL,0,NULL,0}, + {"䒷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xb7",3,NULL,0,NULL,0}, + {"춥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xa5",3,NULL,0,NULL,0}, + {"蟤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xa4",3,NULL,0,NULL,0}, + {"遒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x92",3,NULL,0,NULL,0}, + {"㏈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x88",3,NULL,0,NULL,0}, + {"ᘨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xa8",3,NULL,0,NULL,0}, + {"Ө",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xa8",2,NULL,0,NULL,0}, + {"ɞ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x9e",2,NULL,0,NULL,0}, + {"鬊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x8a",3,NULL,0,NULL,0}, + {"惵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xb5",3,NULL,0,NULL,0}, + {"鑲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xb2",3,NULL,0,NULL,0}, + {"荏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x8f",3,NULL,0,NULL,0}, + {"陥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xa0",3,NULL,0,NULL,0}, + {"貴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xb4",3,NULL,0,NULL,0}, + {"ࢉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x89",3,NULL,0,NULL,0}, + {"拂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x82",3,NULL,0,NULL,0}, + {"┎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x8e",3,NULL,0,NULL,0}, + {"䡋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x8b",3,NULL,0,NULL,0}, + {"捑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x91",3,NULL,0,NULL,0}, + {"晾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xb2",3,NULL,0,NULL,0}, + {"ぉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x89",3,NULL,0,NULL,0}, + {"転",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xa2",3,NULL,0,NULL,0}, + {"쉶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xb6",3,NULL,0,NULL,0}, + {"㊓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x93",3,NULL,0,NULL,0}, + {"ⷨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xa8",3,NULL,0,NULL,0}, + {"狄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x84",3,NULL,0,NULL,0}, + {"䦺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xba",3,NULL,0,NULL,0}, + {"Ꞣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xae",3,NULL,0,NULL,0}, + {"ۺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xba",2,NULL,0,NULL,0}, + {"䚋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x8b",3,NULL,0,NULL,0}, + {"ꪢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xa2",3,NULL,0,NULL,0}, + {"烲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xb2",3,NULL,0,NULL,0}, + {"ן",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x9f",2,NULL,0,NULL,0}, + {"拣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xa3",3,NULL,0,NULL,0}, + {"㋷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xb7",3,NULL,0,NULL,0}, + {"ྯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xac",3,NULL,0,NULL,0}, + {"ꦣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xa3",3,NULL,0,NULL,0}, + {"慔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x94",3,NULL,0,NULL,0}, + {"檧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xa7",3,NULL,0,NULL,0}, + {"ဘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x98",3,NULL,0,NULL,0}, + {"䃧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xbb",3,NULL,0,NULL,0}, + {"譳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xb3",3,NULL,0,NULL,0}, + {"⨬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xac",3,NULL,0,NULL,0}, + {"౥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xbf",3,NULL,0,NULL,0}, + {"餪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xaa",3,NULL,0,NULL,0}, + {"蘕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x95",3,NULL,0,NULL,0}, + {"윱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xb1",3,NULL,0,NULL,0}, + {"胟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x9f",3,NULL,0,NULL,0}, + {"烑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x91",3,NULL,0,NULL,0}, + {"▪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xaa",3,NULL,0,NULL,0}, + {"撪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xaa",3,NULL,0,NULL,0}, + {"✋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x8b",3,NULL,0,NULL,0}, + {"㉆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x86",3,NULL,0,NULL,0}, + {"梢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xa2",3,NULL,0,NULL,0}, + {"볽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x95",3,NULL,0,NULL,0}, + {"䩫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xab",3,NULL,0,NULL,0}, + {"䝾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xbe",3,NULL,0,NULL,0}, + {"簳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xb3",3,NULL,0,NULL,0}, + {"搙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x99",3,NULL,0,NULL,0}, + {"묈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x88",3,NULL,0,NULL,0}, + {"ⵌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x8c",3,NULL,0,NULL,0}, + {"솊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x8a",3,NULL,0,NULL,0}, + {"攠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x8a",3,NULL,0,NULL,0}, + {"䳹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xb9",3,NULL,0,NULL,0}, + {"૴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xb4",3,NULL,0,NULL,0}, + {"沤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xa4",3,NULL,0,NULL,0}, + {"徑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x91",3,NULL,0,NULL,0}, + {"ꪑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x91",3,NULL,0,NULL,0}, + {"ꈤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xa4",3,NULL,0,NULL,0}, + {"适",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x82",3,NULL,0,NULL,0}, + {"띿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xbf",3,NULL,0,NULL,0}, + {"콟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x9f",3,NULL,0,NULL,0}, + {"➨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xa8",3,NULL,0,NULL,0}, + {"௦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xa6",3,NULL,0,NULL,0}, + {"퉩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xa9",3,NULL,0,NULL,0}, + {"廻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xbb",3,NULL,0,NULL,0}, + {"馟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x9f",3,NULL,0,NULL,0}, + {"街",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x97",3,NULL,0,NULL,0}, + {"꽶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xb6",3,NULL,0,NULL,0}, + {"༕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x95",3,NULL,0,NULL,0}, + {"쿻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xbb",3,NULL,0,NULL,0}, + {"訓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x93",3,NULL,0,NULL,0}, + {"蠒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x92",3,NULL,0,NULL,0}, + {"ꐁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x81",3,NULL,0,NULL,0}, + {"暒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x92",3,NULL,0,NULL,0}, + {"⿫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xab",3,NULL,0,NULL,0}, + {"鿆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x86",3,NULL,0,NULL,0}, + {"棣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xa3",3,NULL,0,NULL,0}, + {"鳡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xa1",3,NULL,0,NULL,0}, + {"ᇹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xb9",3,NULL,0,NULL,0}, + {"稉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x89",3,NULL,0,NULL,0}, + {"満",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x80",3,NULL,0,NULL,0}, + {"冑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x93",3,NULL,0,NULL,0}, + {"㍜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x9c",3,NULL,0,NULL,0}, + {"ꍒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x92",3,NULL,0,NULL,0}, + {"辐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x90",3,NULL,0,NULL,0}, + {"᱅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x85",3,NULL,0,NULL,0}, + {"髁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x81",3,NULL,0,NULL,0}, + {"扒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x92",3,NULL,0,NULL,0}, + {"滗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x97",3,NULL,0,NULL,0}, + {"輽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xbd",3,NULL,0,NULL,0}, + {"鏹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xac",3,NULL,0,NULL,0}, + {"蛈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x88",3,NULL,0,NULL,0}, + {"අ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x85",3,NULL,0,NULL,0}, + {"爚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x9a",3,NULL,0,NULL,0}, + {"㏣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xb7",3,NULL,0,NULL,0}, + {"塴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xb4",3,NULL,0,NULL,0}, + {"અ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x84",3,NULL,0,NULL,0}, + {"涐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x90",3,NULL,0,NULL,0}, + {"袙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x99",3,NULL,0,NULL,0}, + {"揹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xb9",3,NULL,0,NULL,0}, + {"㦟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x9f",3,NULL,0,NULL,0}, + {"Խ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xbd",2,NULL,0,NULL,0}, + {"븶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xb6",3,NULL,0,NULL,0}, + {"ꢂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x82",3,NULL,0,NULL,0}, + {"⬴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xb4",3,NULL,0,NULL,0}, + {"뼾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x85",3,NULL,0,NULL,0}, + {"ᆔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xbc",3,NULL,0,NULL,0}, + {"ꇛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x9b",3,NULL,0,NULL,0}, + {"俍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x8d",3,NULL,0,NULL,0}, + {"眰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xb0",3,NULL,0,NULL,0}, + {"뱮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x86",3,NULL,0,NULL,0}, + {"큾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xbe",3,NULL,0,NULL,0}, + {"㧗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x97",3,NULL,0,NULL,0}, + {"詔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x94",3,NULL,0,NULL,0}, + {"꟰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xb0",3,NULL,0,NULL,0}, + {"렲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xb2",3,NULL,0,NULL,0}, + {"량",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x89",3,NULL,0,NULL,0}, + {"ⶌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x8c",3,NULL,0,NULL,0}, + {"憢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xa2",3,NULL,0,NULL,0}, + {"ᲃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x83",3,NULL,0,NULL,0}, + {"鬪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xaa",3,NULL,0,NULL,0}, + {"ȟ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x9f",2,NULL,0,NULL,0}, + {"깦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xa6",3,NULL,0,NULL,0}, + {"䈟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x8c",3,NULL,0,NULL,0}, + {"鯠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xa0",3,NULL,0,NULL,0}, + {"耛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x9b",3,NULL,0,NULL,0}, + {"虿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xbf",3,NULL,0,NULL,0}, + {"껥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xa5",3,NULL,0,NULL,0}, + {"浶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xb6",3,NULL,0,NULL,0}, + {"壳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xb3",3,NULL,0,NULL,0}, + {"ആ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x86",3,NULL,0,NULL,0}, + {"豂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x82",3,NULL,0,NULL,0}, + {"炃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x83",3,NULL,0,NULL,0}, + {"ׇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x87",2,NULL,0,NULL,0}, + {"⹯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xaf",3,NULL,0,NULL,0}, + {"䩦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xa6",3,NULL,0,NULL,0}, + {"鹱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xb1",3,NULL,0,NULL,0}, + {"땛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x9b",3,NULL,0,NULL,0}, + {"紭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xad",3,NULL,0,NULL,0}, + {"ᅫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xab",3,NULL,0,NULL,0}, + {"柗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x97",3,NULL,0,NULL,0}, + {"鼹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xb9",3,NULL,0,NULL,0}, + {"벯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xaf",3,NULL,0,NULL,0}, + {"꧌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x8c",3,NULL,0,NULL,0}, + {"篡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xa1",3,NULL,0,NULL,0}, + {"䉝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x87",3,NULL,0,NULL,0}, + {"䶊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x8a",3,NULL,0,NULL,0}, + {"왩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xa9",3,NULL,0,NULL,0}, + {"爴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xb4",3,NULL,0,NULL,0}, + {"੼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xbc",3,NULL,0,NULL,0}, + {"쐚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x9a",3,NULL,0,NULL,0}, + {"オ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb5",3,NULL,0,NULL,0}, + {"桻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xbb",3,NULL,0,NULL,0}, + {"鬄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x84",3,NULL,0,NULL,0}, + {"㝿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xbf",3,NULL,0,NULL,0}, + {"ꖟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x9f",3,NULL,0,NULL,0}, + {"ﶋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x8b",3,NULL,0,NULL,0}, + {"綖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x96",3,NULL,0,NULL,0}, + {"譈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x88",3,NULL,0,NULL,0}, + {"㴈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x88",3,NULL,0,NULL,0}, + {"룒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x92",3,NULL,0,NULL,0}, + {"逓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x93",3,NULL,0,NULL,0}, + {"䵌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x8c",3,NULL,0,NULL,0}, + {"욬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xac",3,NULL,0,NULL,0}, + {"ᵄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x84",3,NULL,0,NULL,0}, + {"Ҹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xb8",2,NULL,0,NULL,0}, + {"卄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x8e",3,NULL,0,NULL,0}, + {"켶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xa4",3,NULL,0,NULL,0}, + {"喇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x87",3,NULL,0,NULL,0}, + {"䁮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xae",3,NULL,0,NULL,0}, + {"᜛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x9b",3,NULL,0,NULL,0}, + {"펰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xa2",3,NULL,0,NULL,0}, + {"뵈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x88",3,NULL,0,NULL,0}, + {"叛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x9b",3,NULL,0,NULL,0}, + {"潃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x83",3,NULL,0,NULL,0}, + {"䷿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xbf",3,NULL,0,NULL,0}, + {"훡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xa1",3,NULL,0,NULL,0}, + {"Å",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xab",3,NULL,0,NULL,0}, + {"䘅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x85",3,NULL,0,NULL,0}, + {"푔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x94",3,NULL,0,NULL,0}, + {"謶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xb6",3,NULL,0,NULL,0}, + {"뚲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xae",3,NULL,0,NULL,0}, + {"厂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x82",3,NULL,0,NULL,0}, + {"ᔝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x9d",3,NULL,0,NULL,0}, + {"鎪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xaa",3,NULL,0,NULL,0}, + {"ꍆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x86",3,NULL,0,NULL,0}, + {"܈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x88",2,NULL,0,NULL,0}, + {"롷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xb7",3,NULL,0,NULL,0}, + {"᫦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x8b",3,NULL,0,NULL,0}, + {"㶏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x8f",3,NULL,0,NULL,0}, + {"쒶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xb6",3,NULL,0,NULL,0}, + {"쨬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xac",3,NULL,0,NULL,0}, + {"⼐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x82",3,NULL,0,NULL,0}, + {"䜕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x8a",3,NULL,0,NULL,0}, + {"괳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xb3",3,NULL,0,NULL,0}, + {"告",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xab",3,NULL,0,NULL,0}, + {"ꚾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xbe",3,NULL,0,NULL,0}, + {"쥦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xa6",3,NULL,0,NULL,0}, + {"ꛟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x9f",3,NULL,0,NULL,0}, + {"ැ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x90",3,NULL,0,NULL,0}, + {"㼌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x8c",3,NULL,0,NULL,0}, + {"덊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x8a",3,NULL,0,NULL,0}, + {"哤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xaf",3,NULL,0,NULL,0}, + {"訴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xb4",3,NULL,0,NULL,0}, + {"늱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xb1",3,NULL,0,NULL,0}, + {"ᛤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xa4",3,NULL,0,NULL,0}, + {"ᭆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x86",3,NULL,0,NULL,0}, + {"ᓼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xaf",3,NULL,0,NULL,0}, + {"ᢄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x84",3,NULL,0,NULL,0}, + {"膷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x9b",3,NULL,0,NULL,0}, + {"扸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xb8",3,NULL,0,NULL,0}, + {"뉚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x9a",3,NULL,0,NULL,0}, + {"쌢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xa2",3,NULL,0,NULL,0}, + {"鞆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xbc",3,NULL,0,NULL,0}, + {"佲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xb2",3,NULL,0,NULL,0}, + {"⋸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xb8",3,NULL,0,NULL,0}, + {"鐱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xb1",3,NULL,0,NULL,0}, + {"ﭮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xae",3,NULL,0,NULL,0}, + {"⏡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x91",3,NULL,0,NULL,0}, + {"퓉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x89",3,NULL,0,NULL,0}, + {"츛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x9a",3,NULL,0,NULL,0}, + {"ᄗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x97",3,NULL,0,NULL,0}, + {"꜕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x95",3,NULL,0,NULL,0}, + {"碮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xae",3,NULL,0,NULL,0}, + {"ㆩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xa9",3,NULL,0,NULL,0}, + {"딢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xa2",3,NULL,0,NULL,0}, + {"㻋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xbe",3,NULL,0,NULL,0}, + {"ꁬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xac",3,NULL,0,NULL,0}, + {"髵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xb5",3,NULL,0,NULL,0}, + {"롛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x9b",3,NULL,0,NULL,0}, + {"젅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x85",3,NULL,0,NULL,0}, + {"ꗊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x8a",3,NULL,0,NULL,0}, + {"Đ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x90",2,NULL,0,NULL,0}, + {"͂",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x82",2,NULL,0,NULL,0}, + {"㷒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x92",3,NULL,0,NULL,0}, + {"㬚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x9a",3,NULL,0,NULL,0}, + {"ꙑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x91",3,NULL,0,NULL,0}, + {"ř",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x99",2,NULL,0,NULL,0}, + {"䎌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x9b",3,NULL,0,NULL,0}, + {"뉀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x80",3,NULL,0,NULL,0}, + {"둚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x9a",3,NULL,0,NULL,0}, + {"ਬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xac",3,NULL,0,NULL,0}, + {"侬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xac",3,NULL,0,NULL,0}, + {"찍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x8d",3,NULL,0,NULL,0}, + {"録",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xb2",3,NULL,0,NULL,0}, + {"ﯹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xb9",3,NULL,0,NULL,0}, + {"ᑽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xbd",3,NULL,0,NULL,0}, + {"兀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x80",3,NULL,0,NULL,0}, + {"焫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xab",3,NULL,0,NULL,0}, + {"ᣅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x85",3,NULL,0,NULL,0}, + {"罳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xb3",3,NULL,0,NULL,0}, + {"⌦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xa6",3,NULL,0,NULL,0}, + {"ࢁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x8a",3,NULL,0,NULL,0}, + {"亸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xb8",3,NULL,0,NULL,0}, + {"⇅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x85",3,NULL,0,NULL,0}, + {"﨟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x9f",3,NULL,0,NULL,0}, + {"ஊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x8a",3,NULL,0,NULL,0}, + {"葆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x86",3,NULL,0,NULL,0}, + {"鉆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x86",3,NULL,0,NULL,0}, + {"ᴡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xa1",3,NULL,0,NULL,0}, + {"利",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x9d",3,NULL,0,NULL,0}, + {"砕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x95",3,NULL,0,NULL,0}, + {"脓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x93",3,NULL,0,NULL,0}, + {"∶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x94",3,NULL,0,NULL,0}, + {"㸩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xa9",3,NULL,0,NULL,0}, + {"寏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x8f",3,NULL,0,NULL,0}, + {"㑀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x80",3,NULL,0,NULL,0}, + {"핈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x88",3,NULL,0,NULL,0}, + {"宊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x8a",3,NULL,0,NULL,0}, + {"额",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x9d",3,NULL,0,NULL,0}, + {"㑯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xaf",3,NULL,0,NULL,0}, + {"巭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xad",3,NULL,0,NULL,0}, + {"⧨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xa8",3,NULL,0,NULL,0}, + {"쫊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x9e",3,NULL,0,NULL,0}, + {"䡶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xb6",3,NULL,0,NULL,0}, + {"䐫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xab",3,NULL,0,NULL,0}, + {"ㅒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x92",3,NULL,0,NULL,0}, + {"ㄍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x8d",3,NULL,0,NULL,0}, + {"Ἒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x9a",3,NULL,0,NULL,0}, + {"삢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xa2",3,NULL,0,NULL,0}, + {"玾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xbe",3,NULL,0,NULL,0}, + {"蟅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x87",3,NULL,0,NULL,0}, + {"굻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xbb",3,NULL,0,NULL,0}, + {"ﻅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xba",3,NULL,0,NULL,0}, + {"䠍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x9f",3,NULL,0,NULL,0}, + {"ꏲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xb2",3,NULL,0,NULL,0}, + {"긔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x94",3,NULL,0,NULL,0}, + {"嵠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xa0",3,NULL,0,NULL,0}, + {"䥦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xa6",3,NULL,0,NULL,0}, + {"㿛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x9b",3,NULL,0,NULL,0}, + {"瘮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xae",3,NULL,0,NULL,0}, + {"脅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x85",3,NULL,0,NULL,0}, + {"ꆌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x8c",3,NULL,0,NULL,0}, + {"㚙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x99",3,NULL,0,NULL,0}, + {"∜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x9c",3,NULL,0,NULL,0}, + {"논",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xbc",3,NULL,0,NULL,0}, + {"少",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x91",3,NULL,0,NULL,0}, + {"ꑾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xbe",3,NULL,0,NULL,0}, + {"˸",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xb8",2,NULL,0,NULL,0}, + {"蒥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xa5",3,NULL,0,NULL,0}, + {"埉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x89",3,NULL,0,NULL,0}, + {"ॅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x85",3,NULL,0,NULL,0}, + {"塞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xa6",3,NULL,0,NULL,0}, + {"膖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x8d",3,NULL,0,NULL,0}, + {"顒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x92",3,NULL,0,NULL,0}, + {"꼎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x8e",3,NULL,0,NULL,0}, + {"・",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xbb",3,NULL,0,NULL,0}, + {"霸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xb8",3,NULL,0,NULL,0}, + {"흠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xa0",3,NULL,0,NULL,0}, + {"夜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x9c",3,NULL,0,NULL,0}, + {"窷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xb7",3,NULL,0,NULL,0}, + {"樺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xba",3,NULL,0,NULL,0}, + {"굮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xae",3,NULL,0,NULL,0}, + {"孉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x89",3,NULL,0,NULL,0}, + {"茷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xb7",3,NULL,0,NULL,0}, + {"䘉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x89",3,NULL,0,NULL,0}, + {"᫵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x86",3,NULL,0,NULL,0}, + {"ﯮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xae",3,NULL,0,NULL,0}, + {"杉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x89",3,NULL,0,NULL,0}, + {"ギ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xae",3,NULL,0,NULL,0}, + {"婗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x97",3,NULL,0,NULL,0}, + {"籖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x96",3,NULL,0,NULL,0}, + {"崗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x97",3,NULL,0,NULL,0}, + {"郺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xa0",3,NULL,0,NULL,0}, + {"캇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x87",3,NULL,0,NULL,0}, + {"㝑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x91",3,NULL,0,NULL,0}, + {"埪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xaa",3,NULL,0,NULL,0}, + {"ꄅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x85",3,NULL,0,NULL,0}, + {"疕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x95",3,NULL,0,NULL,0}, + {"֓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x93",2,NULL,0,NULL,0}, + {"㋴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xb4",3,NULL,0,NULL,0}, + {"ힱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xb1",3,NULL,0,NULL,0}, + {"죌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x8c",3,NULL,0,NULL,0}, + {"ꚕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x95",3,NULL,0,NULL,0}, + {"⼱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xb1",3,NULL,0,NULL,0}, + {"泅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x98",3,NULL,0,NULL,0}, + {"ᇾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xbe",3,NULL,0,NULL,0}, + {"뜤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xa4",3,NULL,0,NULL,0}, + {"䫥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xa5",3,NULL,0,NULL,0}, + {"䘿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x97",3,NULL,0,NULL,0}, + {"䞆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x86",3,NULL,0,NULL,0}, + {"冒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x92",3,NULL,0,NULL,0}, + {"虞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x9e",3,NULL,0,NULL,0}, + {"霉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x89",3,NULL,0,NULL,0}, + {"薝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x9d",3,NULL,0,NULL,0}, + {"꾏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x8f",3,NULL,0,NULL,0}, + {"䌻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xbb",3,NULL,0,NULL,0}, + {"҅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x85",2,NULL,0,NULL,0}, + {"◛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x9b",3,NULL,0,NULL,0}, + {"⅘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x98",3,NULL,0,NULL,0}, + {"筐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x90",3,NULL,0,NULL,0}, + {"੹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xb9",3,NULL,0,NULL,0}, + {"箼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xbc",3,NULL,0,NULL,0}, + {"님",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xbd",3,NULL,0,NULL,0}, + {"駼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xbc",3,NULL,0,NULL,0}, + {"쿢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xa2",3,NULL,0,NULL,0}, + {"♻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xbb",3,NULL,0,NULL,0}, + {"圅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x85",3,NULL,0,NULL,0}, + {"灙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x99",3,NULL,0,NULL,0}, + {"㦬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xac",3,NULL,0,NULL,0}, + {"섌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x8c",3,NULL,0,NULL,0}, + {"㍋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x8b",3,NULL,0,NULL,0}, + {"ꍷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xb7",3,NULL,0,NULL,0}, + {"ᯝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x9d",3,NULL,0,NULL,0}, + {"旨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xa8",3,NULL,0,NULL,0}, + {"糋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x8b",3,NULL,0,NULL,0}, + {"묻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xbb",3,NULL,0,NULL,0}, + {"鷎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x8e",3,NULL,0,NULL,0}, + {"샴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xb4",3,NULL,0,NULL,0}, + {"剖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x96",3,NULL,0,NULL,0}, + {"ቡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xa1",3,NULL,0,NULL,0}, + {"谘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x98",3,NULL,0,NULL,0}, + {"裸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x92",3,NULL,0,NULL,0}, + {"⟅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x85",3,NULL,0,NULL,0}, + {"⺳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xb3",3,NULL,0,NULL,0}, + {"䜳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xb3",3,NULL,0,NULL,0}, + {"광",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x91",3,NULL,0,NULL,0}, + {"䎬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xac",3,NULL,0,NULL,0}, + {"Ͼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xbe",2,NULL,0,NULL,0}, + {"ư",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xb0",2,NULL,0,NULL,0}, + {"ꠜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x9c",3,NULL,0,NULL,0}, + {"⮮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xae",3,NULL,0,NULL,0}, + {"þ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbe",2,NULL,0,NULL,0}, + {"뾓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x93",3,NULL,0,NULL,0}, + {"⏑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x91",3,NULL,0,NULL,0}, + {"骃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x83",3,NULL,0,NULL,0}, + {"Ջ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x8b",2,NULL,0,NULL,0}, + {"ᙧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xa7",3,NULL,0,NULL,0}, + {"뙨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xa8",3,NULL,0,NULL,0}, + {"ꧡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xa1",3,NULL,0,NULL,0}, + {"횰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xb0",3,NULL,0,NULL,0}, + {"⇬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xb8",3,NULL,0,NULL,0}, + {"鲖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x8d",3,NULL,0,NULL,0}, + {"壦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xa6",3,NULL,0,NULL,0}, + {"铺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xba",3,NULL,0,NULL,0}, + {"쾕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x95",3,NULL,0,NULL,0}, + {"願",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x98",3,NULL,0,NULL,0}, + {"ꨚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x9a",3,NULL,0,NULL,0}, + {"᭞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x9e",3,NULL,0,NULL,0}, + {"ꈈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x88",3,NULL,0,NULL,0}, + {"꧃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x83",3,NULL,0,NULL,0}, + {"揄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x84",3,NULL,0,NULL,0}, + {"빰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xa2",3,NULL,0,NULL,0}, + {"喹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x91",3,NULL,0,NULL,0}, + {"㮒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x92",3,NULL,0,NULL,0}, + {"☣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xa3",3,NULL,0,NULL,0}, + {"먓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x93",3,NULL,0,NULL,0}, + {"쯙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x99",3,NULL,0,NULL,0}, + {"炍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x8d",3,NULL,0,NULL,0}, + {"痧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xa7",3,NULL,0,NULL,0}, + {"懢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xa2",3,NULL,0,NULL,0}, + {"㥀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x80",3,NULL,0,NULL,0}, + {"Ӵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xb4",2,NULL,0,NULL,0}, + {"Ⰶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x86",3,NULL,0,NULL,0}, + {"ꦩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xa9",3,NULL,0,NULL,0}, + {"ྥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xab",3,NULL,0,NULL,0}, + {"뫖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x96",3,NULL,0,NULL,0}, + {"拒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x92",3,NULL,0,NULL,0}, + {"䅌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x8c",3,NULL,0,NULL,0}, + {"擮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xae",3,NULL,0,NULL,0}, + {"፴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xb4",3,NULL,0,NULL,0}, + {"ṏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x8f",3,NULL,0,NULL,0}, + {"ಠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xa0",3,NULL,0,NULL,0}, + {"黭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xad",3,NULL,0,NULL,0}, + {"啈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x88",3,NULL,0,NULL,0}, + {"퇲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xb2",3,NULL,0,NULL,0}, + {"堼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xbc",3,NULL,0,NULL,0}, + {"좛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x9b",3,NULL,0,NULL,0}, + {"胝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x9d",3,NULL,0,NULL,0}, + {"ཨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xa8",3,NULL,0,NULL,0}, + {"켓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x93",3,NULL,0,NULL,0}, + {"?",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"庘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x98",3,NULL,0,NULL,0}, + {"匆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x86",3,NULL,0,NULL,0}, + {"⥵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xb5",3,NULL,0,NULL,0}, + {"䦞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x9e",3,NULL,0,NULL,0}, + {"๐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x90",3,NULL,0,NULL,0}, + {"䙩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xba",3,NULL,0,NULL,0}, + {"摤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xa4",3,NULL,0,NULL,0}, + {"烾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xbe",3,NULL,0,NULL,0}, + {"ⷐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x90",3,NULL,0,NULL,0}, + {"ꭇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x87",3,NULL,0,NULL,0}, + {"⳧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xa7",3,NULL,0,NULL,0}, + {"㚮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xae",3,NULL,0,NULL,0}, + {"秐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x90",3,NULL,0,NULL,0}, + {"噰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xb0",3,NULL,0,NULL,0}, + {"棇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x87",3,NULL,0,NULL,0}, + {"᳎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x8e",3,NULL,0,NULL,0}, + {"攨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xa8",3,NULL,0,NULL,0}, + {"Ⱛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xab",3,NULL,0,NULL,0}, + {"걆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xb6",3,NULL,0,NULL,0}, + {"洏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x8f",3,NULL,0,NULL,0}, + {"譡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xa1",3,NULL,0,NULL,0}, + {"㵓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x93",3,NULL,0,NULL,0}, + {"ꊗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x97",3,NULL,0,NULL,0}, + {"ꓢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xa2",3,NULL,0,NULL,0}, + {"䄝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x9d",3,NULL,0,NULL,0}, + {"鏣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xa3",3,NULL,0,NULL,0}, + {"౟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x9f",3,NULL,0,NULL,0}, + {"ኢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xa2",3,NULL,0,NULL,0}, + {"୎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x97",3,NULL,0,NULL,0}, + {"윫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xab",3,NULL,0,NULL,0}, + {"讂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x82",3,NULL,0,NULL,0}, + {"鴻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xbb",3,NULL,0,NULL,0}, + {"༧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x99",3,NULL,0,NULL,0}, + {"弱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xb1",3,NULL,0,NULL,0}, + {"叽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xae",3,NULL,0,NULL,0}, + {"訋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x8b",3,NULL,0,NULL,0}, + {"夅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x85",3,NULL,0,NULL,0}, + {"鱄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x84",3,NULL,0,NULL,0}, + {"Ꞔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x84",3,NULL,0,NULL,0}, + {"ี",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xb5",3,NULL,0,NULL,0}, + {"봏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x8f",3,NULL,0,NULL,0}, + {"䩩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xa9",3,NULL,0,NULL,0}, + {"搣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xa3",3,NULL,0,NULL,0}, + {"ꭲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xb2",3,NULL,0,NULL,0}, + {"턧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x91",3,NULL,0,NULL,0}, + {"폆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x86",3,NULL,0,NULL,0}, + {"蝃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x83",3,NULL,0,NULL,0}, + {"楊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x8a",3,NULL,0,NULL,0}, + {"䴃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x83",3,NULL,0,NULL,0}, + {"㡎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x8e",3,NULL,0,NULL,0}, + {"ﳊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x8a",3,NULL,0,NULL,0}, + {"환",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x98",3,NULL,0,NULL,0}, + {"ଔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x94",3,NULL,0,NULL,0}, + {"ꉨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xb0",3,NULL,0,NULL,0}, + {"릓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x87",3,NULL,0,NULL,0}, + {"✃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x83",3,NULL,0,NULL,0}, + {"ᵯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xaf",3,NULL,0,NULL,0}, + {"빜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x9c",3,NULL,0,NULL,0}, + {"訙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x99",3,NULL,0,NULL,0}, + {"쑸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xb8",3,NULL,0,NULL,0}, + {"鹁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x81",3,NULL,0,NULL,0}, + {"ꞓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x93",3,NULL,0,NULL,0}, + {"䭁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x81",3,NULL,0,NULL,0}, + {"ᶢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xa2",3,NULL,0,NULL,0}, + {"篧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xad",3,NULL,0,NULL,0}, + {"誆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x86",3,NULL,0,NULL,0}, + {"䖱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xb1",3,NULL,0,NULL,0}, + {"ꖳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xbb",3,NULL,0,NULL,0}, + {"꿲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xb2",3,NULL,0,NULL,0}, + {"럋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x9c",3,NULL,0,NULL,0}, + {"彵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xb5",3,NULL,0,NULL,0}, + {"ਇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x87",3,NULL,0,NULL,0}, + {"旕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x95",3,NULL,0,NULL,0}, + {"揳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xb3",3,NULL,0,NULL,0}, + {"剫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xab",3,NULL,0,NULL,0}, + {"渝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x9d",3,NULL,0,NULL,0}, + {"䀽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xbd",3,NULL,0,NULL,0}, + {"麃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x83",3,NULL,0,NULL,0}, + {"︹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xb9",3,NULL,0,NULL,0}, + {"ꎷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x80",3,NULL,0,NULL,0}, + {"᳨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xa8",3,NULL,0,NULL,0}, + {"箂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x82",3,NULL,0,NULL,0}, + {"絸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xb8",3,NULL,0,NULL,0}, + {"튢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xa2",3,NULL,0,NULL,0}, + {"黄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x84",3,NULL,0,NULL,0}, + {"뱞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x8c",3,NULL,0,NULL,0}, + {"枣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xa3",3,NULL,0,NULL,0}, + {"祴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x97",3,NULL,0,NULL,0}, + {"株",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xaa",3,NULL,0,NULL,0}, + {"︠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xa0",3,NULL,0,NULL,0}, + {"梬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xac",3,NULL,0,NULL,0}, + {"㟶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xb6",3,NULL,0,NULL,0}, + {"ꔴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xb4",3,NULL,0,NULL,0}, + {"滻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xbb",3,NULL,0,NULL,0}, + {"ﴺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xba",3,NULL,0,NULL,0}, + {"ﻪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xaa",3,NULL,0,NULL,0}, + {"웙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x99",3,NULL,0,NULL,0}, + {"侰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xb0",3,NULL,0,NULL,0}, + {"争",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xb6",3,NULL,0,NULL,0}, + {"昀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x80",3,NULL,0,NULL,0}, + {"誽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xbd",3,NULL,0,NULL,0}, + {"῎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x8e",3,NULL,0,NULL,0}, + {"떋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x8b",3,NULL,0,NULL,0}, + {"瓰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xb0",3,NULL,0,NULL,0}, + {"銐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x90",3,NULL,0,NULL,0}, + {"紷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x84",3,NULL,0,NULL,0}, + {"俹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xb9",3,NULL,0,NULL,0}, + {"㾶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xb6",3,NULL,0,NULL,0}, + {"匼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xaf",3,NULL,0,NULL,0}, + {"벽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xbd",3,NULL,0,NULL,0}, + {"襢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xa2",3,NULL,0,NULL,0}, + {"闇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x87",3,NULL,0,NULL,0}, + {"쩌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x8c",3,NULL,0,NULL,0}, + {"꒣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xa3",3,NULL,0,NULL,0}, + {"ꥸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xb8",3,NULL,0,NULL,0}, + {"倰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xb0",3,NULL,0,NULL,0}, + {"㾝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x9d",3,NULL,0,NULL,0}, + {"齋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x8b",3,NULL,0,NULL,0}, + {"ﵸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xb8",3,NULL,0,NULL,0}, + {"팁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x81",3,NULL,0,NULL,0}, + {"芫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xab",3,NULL,0,NULL,0}, + {"嬤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xa4",3,NULL,0,NULL,0}, + {"伵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xb5",3,NULL,0,NULL,0}, + {"侷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xb7",3,NULL,0,NULL,0}, + {"ﴜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x9c",3,NULL,0,NULL,0}, + {"ㄤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xa4",3,NULL,0,NULL,0}, + {"Ỉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x88",3,NULL,0,NULL,0}, + {"﶑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x91",3,NULL,0,NULL,0}, + {"ᗀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x80",3,NULL,0,NULL,0}, + {"£",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa1",3,NULL,0,NULL,0}, + {"䵔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x94",3,NULL,0,NULL,0}, + {"踜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x9c",3,NULL,0,NULL,0}, + {"⾅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x85",3,NULL,0,NULL,0}, + {"뗌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x8c",3,NULL,0,NULL,0}, + {"쿞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x9e",3,NULL,0,NULL,0}, + {"ሽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xbd",3,NULL,0,NULL,0}, + {"⼆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x86",3,NULL,0,NULL,0}, + {"镰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xb0",3,NULL,0,NULL,0}, + {"듃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xa8",3,NULL,0,NULL,0}, + {"ዡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xa1",3,NULL,0,NULL,0}, + {"叡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xa1",3,NULL,0,NULL,0}, + {"넒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x92",3,NULL,0,NULL,0}, + {"ꙴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xb4",3,NULL,0,NULL,0}, + {"檠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xa0",3,NULL,0,NULL,0}, + {"ጪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xaa",3,NULL,0,NULL,0}, + {"韄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x84",3,NULL,0,NULL,0}, + {"Ύ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x8e",2,NULL,0,NULL,0}, + {"ꓽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xbd",3,NULL,0,NULL,0}, + {"樇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x87",3,NULL,0,NULL,0}, + {"쥪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xaa",3,NULL,0,NULL,0}, + {"졝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x9d",3,NULL,0,NULL,0}, + {"茜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xb3",3,NULL,0,NULL,0}, + {"Ꭹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x8e",3,NULL,0,NULL,0}, + {"ᚲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xb2",3,NULL,0,NULL,0}, + {"飮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xae",3,NULL,0,NULL,0}, + {"鄗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x97",3,NULL,0,NULL,0}, + {"홚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x9a",3,NULL,0,NULL,0}, + {"舋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x9c",3,NULL,0,NULL,0}, + {"ᢽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xbd",3,NULL,0,NULL,0}, + {"⼔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x94",3,NULL,0,NULL,0}, + {"ᶹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xb9",3,NULL,0,NULL,0}, + {"ߠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xa0",2,NULL,0,NULL,0}, + {"ꕹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xb9",3,NULL,0,NULL,0}, + {"岳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xb3",3,NULL,0,NULL,0}, + {"䜇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x87",3,NULL,0,NULL,0}, + {"ײַ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xb7",3,NULL,0,NULL,0}, + {"鎛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x9b",3,NULL,0,NULL,0}, + {"無",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xa1",3,NULL,0,NULL,0}, + {"ꂹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xbf",3,NULL,0,NULL,0}, + {"礑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x91",3,NULL,0,NULL,0}, + {"耭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xad",3,NULL,0,NULL,0}, + {"硔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x94",3,NULL,0,NULL,0}, + {"…",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x85",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x86",3,NULL,0,NULL,0}, + {"Č",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x8c",2,NULL,0,NULL,0}, + {"酯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xaf",3,NULL,0,NULL,0}, + {"縗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x97",3,NULL,0,NULL,0}, + {"ㄖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x96",3,NULL,0,NULL,0}, + {"凤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xa4",3,NULL,0,NULL,0}, + {"荢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x9c",3,NULL,0,NULL,0}, + {"沋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x8b",3,NULL,0,NULL,0}, + {"ᓸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb8",3,NULL,0,NULL,0}, + {"规",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x84",3,NULL,0,NULL,0}, + {"췬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xac",3,NULL,0,NULL,0}, + {"⪲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xb2",3,NULL,0,NULL,0}, + {"…",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa6",3,NULL,0,NULL,0}, + {"蕉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x89",3,NULL,0,NULL,0}, + {"低",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x8e",3,NULL,0,NULL,0}, + {"独",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xac",3,NULL,0,NULL,0}, + {"䐏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x8f",3,NULL,0,NULL,0}, + {"꽳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xb3",3,NULL,0,NULL,0}, + {"Ȓ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x92",2,NULL,0,NULL,0}, + {"蓠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xa0",3,NULL,0,NULL,0}, + {"乛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x9b",3,NULL,0,NULL,0}, + {"ꮮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xae",3,NULL,0,NULL,0}, + {"䂇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x87",3,NULL,0,NULL,0}, + {"蒾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xbe",3,NULL,0,NULL,0}, + {"᥀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x80",3,NULL,0,NULL,0}, + {"뛯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xaf",3,NULL,0,NULL,0}, + {"飼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xab",3,NULL,0,NULL,0}, + {"㎯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xaf",3,NULL,0,NULL,0}, + {"헅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x85",3,NULL,0,NULL,0}, + {"䀉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x89",3,NULL,0,NULL,0}, + {"ퟅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x85",3,NULL,0,NULL,0}, + {"췌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x8c",3,NULL,0,NULL,0}, + {"类",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xae",3,NULL,0,NULL,0}, + {"锥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xa5",3,NULL,0,NULL,0}, + {"앜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x9c",3,NULL,0,NULL,0}, + {"汑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x91",3,NULL,0,NULL,0}, + {"缊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x8a",3,NULL,0,NULL,0}, + {"Ṻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x8e",3,NULL,0,NULL,0}, + {"菏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x8f",3,NULL,0,NULL,0}, + {"쩥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xa5",3,NULL,0,NULL,0}, + {"ಣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xa3",3,NULL,0,NULL,0}, + {"鑾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xbe",3,NULL,0,NULL,0}, + {"8",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x98",3,NULL,0,NULL,0}, + {"䡘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x89",3,NULL,0,NULL,0}, + {"쬐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x90",3,NULL,0,NULL,0}, + {"굹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xb9",3,NULL,0,NULL,0}, + {"䠗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x97",3,NULL,0,NULL,0}, + {"䒒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x92",3,NULL,0,NULL,0}, + {"⟭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xad",3,NULL,0,NULL,0}, + {"ყ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x8f",3,NULL,0,NULL,0}, + {"痎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x8e",3,NULL,0,NULL,0}, + {"ԋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x8b",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x89",3,NULL,0,NULL,0}, + {"⥸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xb8",3,NULL,0,NULL,0}, + {"抟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x9f",3,NULL,0,NULL,0}, + {"煠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xa4",3,NULL,0,NULL,0}, + {"橳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xb3",3,NULL,0,NULL,0}, + {"쫖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xac",3,NULL,0,NULL,0}, + {"착",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xad",3,NULL,0,NULL,0}, + {"嫌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x8c",3,NULL,0,NULL,0}, + {"奎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x8e",3,NULL,0,NULL,0}, + {"☆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x86",3,NULL,0,NULL,0}, + {"햙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x99",3,NULL,0,NULL,0}, + {"᝱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xb1",3,NULL,0,NULL,0}, + {"⧘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x98",3,NULL,0,NULL,0}, + {"囨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xb8",3,NULL,0,NULL,0}, + {"쭡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xa1",3,NULL,0,NULL,0}, + {"밶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xb6",3,NULL,0,NULL,0}, + {"ᠠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xa0",3,NULL,0,NULL,0}, + {"퉾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xbe",3,NULL,0,NULL,0}, + {"㊶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xb6",3,NULL,0,NULL,0}, + {"㝮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xae",3,NULL,0,NULL,0}, + {"ﯿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xbf",3,NULL,0,NULL,0}, + {"粈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x88",3,NULL,0,NULL,0}, + {"ꨀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x80",3,NULL,0,NULL,0}, + {"畳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xb3",3,NULL,0,NULL,0}, + {"쇲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xb2",3,NULL,0,NULL,0}, + {"㈓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x93",3,NULL,0,NULL,0}, + {"䚴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xb4",3,NULL,0,NULL,0}, + {"␊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x8a",3,NULL,0,NULL,0}, + {"⫋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x8b",3,NULL,0,NULL,0}, + {"洸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xb8",3,NULL,0,NULL,0}, + {"磮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xae",3,NULL,0,NULL,0}, + {"᧐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x90",3,NULL,0,NULL,0}, + {"棾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xbe",3,NULL,0,NULL,0}, + {"㜆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x86",3,NULL,0,NULL,0}, + {"၅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x85",3,NULL,0,NULL,0}, + {"셒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x92",3,NULL,0,NULL,0}, + {"䪟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x9f",3,NULL,0,NULL,0}, + {"쮢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xa2",3,NULL,0,NULL,0}, + {"♄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x84",3,NULL,0,NULL,0}, + {"䘋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x8b",3,NULL,0,NULL,0}, + {"⦔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x94",3,NULL,0,NULL,0}, + {"ᬇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x87",3,NULL,0,NULL,0}, + {"퉄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x84",3,NULL,0,NULL,0}, + {"꧸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xb8",3,NULL,0,NULL,0}, + {"쾣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xa3",3,NULL,0,NULL,0}, + {"໮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xae",3,NULL,0,NULL,0}, + {"ި",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa8",2,NULL,0,NULL,0}, + {"澼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xbc",3,NULL,0,NULL,0}, + {"噸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xb8",3,NULL,0,NULL,0}, + {"❤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xa4",3,NULL,0,NULL,0}, + {"㙥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xa5",3,NULL,0,NULL,0}, + {"﫶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xb6",3,NULL,0,NULL,0}, + {"ꏮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xae",3,NULL,0,NULL,0}, + {"ꄗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x97",3,NULL,0,NULL,0}, + {"㌔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x94",3,NULL,0,NULL,0}, + {"葱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xb1",3,NULL,0,NULL,0}, + {"妅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x85",3,NULL,0,NULL,0}, + {"鵩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xa9",3,NULL,0,NULL,0}, + {"窥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xa5",3,NULL,0,NULL,0}, + {"䕲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xb2",3,NULL,0,NULL,0}, + {"ꍽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xbd",3,NULL,0,NULL,0}, + {"⤨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xa8",3,NULL,0,NULL,0}, + {"ᩏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x8f",3,NULL,0,NULL,0}, + {"쵵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xb5",3,NULL,0,NULL,0}, + {"ሞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x9e",3,NULL,0,NULL,0}, + {"첸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xb8",3,NULL,0,NULL,0}, + {"睿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x9c",3,NULL,0,NULL,0}, + {"镉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x89",3,NULL,0,NULL,0}, + {"ア",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa2",3,NULL,0,NULL,0}, + {"䌹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xb9",3,NULL,0,NULL,0}, + {"ѷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xb7",2,NULL,0,NULL,0}, + {"㰼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xbc",3,NULL,0,NULL,0}, + {"㥛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x9b",3,NULL,0,NULL,0}, + {"豹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xb9",3,NULL,0,NULL,0}, + {"㔔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x94",3,NULL,0,NULL,0}, + {"烄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x84",3,NULL,0,NULL,0}, + {"쉁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x81",3,NULL,0,NULL,0}, + {"皏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x8f",3,NULL,0,NULL,0}, + {"뺳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xb3",3,NULL,0,NULL,0}, + {"쀊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x8d",3,NULL,0,NULL,0}, + {"摘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x9d",3,NULL,0,NULL,0}, + {"髢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xa2",3,NULL,0,NULL,0}, + {"戯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xac",3,NULL,0,NULL,0}, + {"킓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x93",3,NULL,0,NULL,0}, + {"詯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xaf",3,NULL,0,NULL,0}, + {"ᆵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xaf",3,NULL,0,NULL,0}, + {"魗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x97",3,NULL,0,NULL,0}, + {"뫽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xbd",3,NULL,0,NULL,0}, + {"墛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x9b",3,NULL,0,NULL,0}, + {"ᯗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x97",3,NULL,0,NULL,0}, + {"ꡌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x8c",3,NULL,0,NULL,0}, + {"劧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xbc",3,NULL,0,NULL,0}, + {"䊁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x81",3,NULL,0,NULL,0}, + {"ġ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xa1",2,NULL,0,NULL,0}, + {"㓔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x94",3,NULL,0,NULL,0}, + {"颲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xb2",3,NULL,0,NULL,0}, + {"㧸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xb8",3,NULL,0,NULL,0}, + {"꺮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xae",3,NULL,0,NULL,0}, + {"첁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x81",3,NULL,0,NULL,0}, + {"浧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xa7",3,NULL,0,NULL,0}, + {"锄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x84",3,NULL,0,NULL,0}, + {"킷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xb7",3,NULL,0,NULL,0}, + {"铗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x9c",3,NULL,0,NULL,0}, + {"淢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xa2",3,NULL,0,NULL,0}, + {"Ⓚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x80",3,NULL,0,NULL,0}, + {"멑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x91",3,NULL,0,NULL,0}, + {"⮾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xbe",3,NULL,0,NULL,0}, + {"몠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xa0",3,NULL,0,NULL,0}, + {"뭂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x82",3,NULL,0,NULL,0}, + {"؈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x88",2,NULL,0,NULL,0}, + {"믥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xa5",3,NULL,0,NULL,0}, + {"㖴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xb4",3,NULL,0,NULL,0}, + {"Υ",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa5",2,NULL,0,NULL,0}, + {"⎖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x96",3,NULL,0,NULL,0}, + {"Ꮀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xb0",3,NULL,0,NULL,0}, + {"犜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x9c",3,NULL,0,NULL,0}, + {"柆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x86",3,NULL,0,NULL,0}, + {"䧕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x95",3,NULL,0,NULL,0}, + {"标",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x87",3,NULL,0,NULL,0}, + {"뵛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x9b",3,NULL,0,NULL,0}, + {"玌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x8c",3,NULL,0,NULL,0}, + {"鰅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x85",3,NULL,0,NULL,0}, + {"㠣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x90",3,NULL,0,NULL,0}, + {"뭩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xa9",3,NULL,0,NULL,0}, + {"删",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xa0",3,NULL,0,NULL,0}, + {"嗛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x9b",3,NULL,0,NULL,0}, + {"톣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xa3",3,NULL,0,NULL,0}, + {"辧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xa7",3,NULL,0,NULL,0}, + {"꠺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xba",3,NULL,0,NULL,0}, + {"卩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xa9",3,NULL,0,NULL,0}, + {"⧞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xba",3,NULL,0,NULL,0}, + {"朕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x95",3,NULL,0,NULL,0}, + {"꘷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xb7",3,NULL,0,NULL,0}, + {"㍯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xaf",3,NULL,0,NULL,0}, + {"럮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xae",3,NULL,0,NULL,0}, + {"䩂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x82",3,NULL,0,NULL,0}, + {"鼒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x92",3,NULL,0,NULL,0}, + {"퓗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x97",3,NULL,0,NULL,0}, + {"콇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x87",3,NULL,0,NULL,0}, + {"撊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x8a",3,NULL,0,NULL,0}, + {"먡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xa1",3,NULL,0,NULL,0}, + {"픋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x8b",3,NULL,0,NULL,0}, + {"褷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xb7",3,NULL,0,NULL,0}, + {"躉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x89",3,NULL,0,NULL,0}, + {"祕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x95",3,NULL,0,NULL,0}, + {"⩄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x84",3,NULL,0,NULL,0}, + {"ර",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xbb",3,NULL,0,NULL,0}, + {"愣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x9a",3,NULL,0,NULL,0}, + {"赥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xa5",3,NULL,0,NULL,0}, + {"뷄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x84",3,NULL,0,NULL,0}, + {"哗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x97",3,NULL,0,NULL,0}, + {"穒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x92",3,NULL,0,NULL,0}, + {"澋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x8b",3,NULL,0,NULL,0}, + {"擊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xa7",3,NULL,0,NULL,0}, + {"晦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xa6",3,NULL,0,NULL,0}, + {"㣫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xab",3,NULL,0,NULL,0}, + {"謝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x9d",3,NULL,0,NULL,0}, + {"遫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb8",3,NULL,0,NULL,0}, + {"룷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xb7",3,NULL,0,NULL,0}, + {"曓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x93",3,NULL,0,NULL,0}, + {"璊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x8a",3,NULL,0,NULL,0}, + {"讎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x9f",3,NULL,0,NULL,0}, + {"뢠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xa0",3,NULL,0,NULL,0}, + {"쌍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x8d",3,NULL,0,NULL,0}, + {"ꥃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x83",3,NULL,0,NULL,0}, + {"㵛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x9b",3,NULL,0,NULL,0}, + {"䰱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xb1",3,NULL,0,NULL,0}, + {"켑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x91",3,NULL,0,NULL,0}, + {"㕨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xa8",3,NULL,0,NULL,0}, + {"襱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xb1",3,NULL,0,NULL,0}, + {"煛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x9b",3,NULL,0,NULL,0}, + {"ꝱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x8b",3,NULL,0,NULL,0}, + {"እ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xa5",3,NULL,0,NULL,0}, + {"騣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xa3",3,NULL,0,NULL,0}, + {"긱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xb1",3,NULL,0,NULL,0}, + {"쿊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x8a",3,NULL,0,NULL,0}, + {"຾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xbe",3,NULL,0,NULL,0}, + {"ʀ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x80",2,NULL,0,NULL,0}, + {"㻠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xa0",3,NULL,0,NULL,0}, + {"৾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x91",3,NULL,0,NULL,0}, + {"͕",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x95",2,NULL,0,NULL,0}, + {"൜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x9c",3,NULL,0,NULL,0}, + {"퐩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xa9",3,NULL,0,NULL,0}, + {"恱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xb1",3,NULL,0,NULL,0}, + {"ﱩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xa9",3,NULL,0,NULL,0}, + {"賞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x9e",3,NULL,0,NULL,0}, + {"퐌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xa3",3,NULL,0,NULL,0}, + {"䰢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xa2",3,NULL,0,NULL,0}, + {"ꊥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xa5",3,NULL,0,NULL,0}, + {"渪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xaa",3,NULL,0,NULL,0}, + {"鶁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x81",3,NULL,0,NULL,0}, + {"鏑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x91",3,NULL,0,NULL,0}, + {"峄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xa8",3,NULL,0,NULL,0}, + {"ᣠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xa0",3,NULL,0,NULL,0}, + {"᷶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xb6",3,NULL,0,NULL,0}, + {"꩙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x99",3,NULL,0,NULL,0}, + {"'",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\'",1,NULL,0,NULL,0}, + {"羂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x82",3,NULL,0,NULL,0}, + {"ꖀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x80",3,NULL,0,NULL,0}, + {"슎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x8e",3,NULL,0,NULL,0}, + {"趪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x8a",3,NULL,0,NULL,0}, + {"ꟈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xa2",3,NULL,0,NULL,0}, + {"꜂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x82",3,NULL,0,NULL,0}, + {"㰧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x9f",3,NULL,0,NULL,0}, + {"㥸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xab",3,NULL,0,NULL,0}, + {"說",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xaa",3,NULL,0,NULL,0}, + {"끫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xbc",3,NULL,0,NULL,0}, + {"砮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xae",3,NULL,0,NULL,0}, + {"폒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x92",3,NULL,0,NULL,0}, + {"㸾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xbe",3,NULL,0,NULL,0}, + {"ﺳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xa1",3,NULL,0,NULL,0}, + {"猻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xbb",3,NULL,0,NULL,0}, + {"﹀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x80",3,NULL,0,NULL,0}, + {"惈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x88",3,NULL,0,NULL,0}, + {"Ꙣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xa2",3,NULL,0,NULL,0}, + {"ꬒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x92",3,NULL,0,NULL,0}, + {"征",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x81",3,NULL,0,NULL,0}, + {"鯁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x81",3,NULL,0,NULL,0}, + {"눱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xb1",3,NULL,0,NULL,0}, + {"䂰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xb5",3,NULL,0,NULL,0}, + {"忼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xbc",3,NULL,0,NULL,0}, + {"䑆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x86",3,NULL,0,NULL,0}, + {"儻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xbb",3,NULL,0,NULL,0}, + {"ஸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xb8",3,NULL,0,NULL,0}, + {"뤁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x81",3,NULL,0,NULL,0}, + {"屓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xbc",3,NULL,0,NULL,0}, + {"鍶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xb6",3,NULL,0,NULL,0}, + {"珛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x9b",3,NULL,0,NULL,0}, + {"袁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x81",3,NULL,0,NULL,0}, + {"醀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x80",3,NULL,0,NULL,0}, + {"晴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x92",3,NULL,0,NULL,0}, + {"ᴮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xae",3,NULL,0,NULL,0}, + {"헴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xb4",3,NULL,0,NULL,0}, + {"釗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x97",3,NULL,0,NULL,0}, + {"燞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x9e",3,NULL,0,NULL,0}, + {"辶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xb6",3,NULL,0,NULL,0}, + {"뀂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x82",3,NULL,0,NULL,0}, + {"펠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xa0",3,NULL,0,NULL,0}, + {"礪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xbd",3,NULL,0,NULL,0}, + {"瞕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x95",3,NULL,0,NULL,0}, + {"偶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xb5",3,NULL,0,NULL,0}, + {"ฎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x8e",3,NULL,0,NULL,0}, + {"彧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xa7",3,NULL,0,NULL,0}, + {"斟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xb3",3,NULL,0,NULL,0}, + {"临",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xb4",3,NULL,0,NULL,0}, + {"蘃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xa7",3,NULL,0,NULL,0}, + {"뵻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x86",3,NULL,0,NULL,0}, + {"὿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xbf",3,NULL,0,NULL,0}, + {"贶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xb6",3,NULL,0,NULL,0}, + {"簄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xa6",3,NULL,0,NULL,0}, + {"ற",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xb1",3,NULL,0,NULL,0}, + {"꫺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xba",3,NULL,0,NULL,0}, + {"ꑒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x92",3,NULL,0,NULL,0}, + {"࢝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xaa",3,NULL,0,NULL,0}, + {"鋖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x96",3,NULL,0,NULL,0}, + {"㿨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xa8",3,NULL,0,NULL,0}, + {"∍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x8d",3,NULL,0,NULL,0}, + {"⮫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xab",3,NULL,0,NULL,0}, + {"퍦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xa6",3,NULL,0,NULL,0}, + {"堡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xa1",3,NULL,0,NULL,0}, + {"ቝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x9d",3,NULL,0,NULL,0}, + {"䈀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x80",3,NULL,0,NULL,0}, + {"ⵦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xa6",3,NULL,0,NULL,0}, + {"㾧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xa7",3,NULL,0,NULL,0}, + {"纔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x94",3,NULL,0,NULL,0}, + {"帐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x90",3,NULL,0,NULL,0}, + {"ꚦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xa6",3,NULL,0,NULL,0}, + {"ﴲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xb2",3,NULL,0,NULL,0}, + {"덥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xa5",3,NULL,0,NULL,0}, + {"ﲳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xb3",3,NULL,0,NULL,0}, + {"브",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x8c",3,NULL,0,NULL,0}, + {"ឨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xa8",3,NULL,0,NULL,0}, + {"䇆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x86",3,NULL,0,NULL,0}, + {"マ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9e",3,NULL,0,NULL,0}, + {"夷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xb7",3,NULL,0,NULL,0}, + {"滹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xa4",3,NULL,0,NULL,0}, + {"烋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x8b",3,NULL,0,NULL,0}, + {"៩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xa9",3,NULL,0,NULL,0}, + {"郆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x86",3,NULL,0,NULL,0}, + {"雴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x90",3,NULL,0,NULL,0}, + {"姻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xbb",3,NULL,0,NULL,0}, + {"῞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x9e",3,NULL,0,NULL,0}, + {"⿺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xba",3,NULL,0,NULL,0}, + {"얟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x80",3,NULL,0,NULL,0}, + {"ﰢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xb5",3,NULL,0,NULL,0}, + {"ꆱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xb5",3,NULL,0,NULL,0}, + {"聶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xb6",3,NULL,0,NULL,0}, + {"櫿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xbf",3,NULL,0,NULL,0}, + {"怜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x96",3,NULL,0,NULL,0}, + {"꒩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xa9",3,NULL,0,NULL,0}, + {"뗂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x82",3,NULL,0,NULL,0}, + {"ዛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xad",3,NULL,0,NULL,0}, + {"磉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x89",3,NULL,0,NULL,0}, + {"䶸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xb8",3,NULL,0,NULL,0}, + {"芩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xa9",3,NULL,0,NULL,0}, + {"঴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xb4",3,NULL,0,NULL,0}, + {"옿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xbf",3,NULL,0,NULL,0}, + {"䱻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xbb",3,NULL,0,NULL,0}, + {"翱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x9d",3,NULL,0,NULL,0}, + {"ꜭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x91",3,NULL,0,NULL,0}, + {"恀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x80",3,NULL,0,NULL,0}, + {"담",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xb4",3,NULL,0,NULL,0}, + {"䘮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xae",3,NULL,0,NULL,0}, + {"舉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x89",3,NULL,0,NULL,0}, + {"쟿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xbf",3,NULL,0,NULL,0}, + {"ϱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xb1",2,NULL,0,NULL,0}, + {"⫤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xa4",3,NULL,0,NULL,0}, + {"雁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x81",3,NULL,0,NULL,0}, + {"䎿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xa6",3,NULL,0,NULL,0}, + {"錢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xa2",3,NULL,0,NULL,0}, + {"≹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x82",3,NULL,0,NULL,0}, + {"뒹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xb9",3,NULL,0,NULL,0}, + {"閯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xaf",3,NULL,0,NULL,0}, + {"秔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x94",3,NULL,0,NULL,0}, + {"ㇿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xbf",3,NULL,0,NULL,0}, + {"뛻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xbb",3,NULL,0,NULL,0}, + {"┠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xa0",3,NULL,0,NULL,0}, + {"ꂳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xb3",3,NULL,0,NULL,0}, + {"僾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xa9",3,NULL,0,NULL,0}, + {"兩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x83",3,NULL,0,NULL,0}, + {"慜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x9c",3,NULL,0,NULL,0}, + {"ǝ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x9d",2,NULL,0,NULL,0}, + {"짓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x93",3,NULL,0,NULL,0}, + {"❅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x85",3,NULL,0,NULL,0}, + {"࣯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xaf",3,NULL,0,NULL,0}, + {"铧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xa7",3,NULL,0,NULL,0}, + {"ᙒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x92",3,NULL,0,NULL,0}, + {"⋐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x90",3,NULL,0,NULL,0}, + {"⮢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xa2",3,NULL,0,NULL,0}, + {"偼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xbc",3,NULL,0,NULL,0}, + {"㎭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x8d",3,NULL,0,NULL,0}, + {"©",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa9",2,NULL,0,NULL,0}, + {"ᗷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xb8",3,NULL,0,NULL,0}, + {"蜦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xa6",3,NULL,0,NULL,0}, + {"쐟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x9f",3,NULL,0,NULL,0}, + {"띾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xbe",3,NULL,0,NULL,0}, + {"᪳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xb3",3,NULL,0,NULL,0}, + {"멒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x92",3,NULL,0,NULL,0}, + {"ỳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x93",3,NULL,0,NULL,0}, + {"铡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xa1",3,NULL,0,NULL,0}, + {"Ꮝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x8d",3,NULL,0,NULL,0}, + {"矑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xa6",3,NULL,0,NULL,0}, + {"⓿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xae",3,NULL,0,NULL,0}, + {"롣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xa3",3,NULL,0,NULL,0}, + {"짾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xbe",3,NULL,0,NULL,0}, + {"䤾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xbe",3,NULL,0,NULL,0}, + {"뒍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x8d",3,NULL,0,NULL,0}, + {"喙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x99",3,NULL,0,NULL,0}, + {"뾸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xb8",3,NULL,0,NULL,0}, + {"眠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xa0",3,NULL,0,NULL,0}, + {"蓎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x8e",3,NULL,0,NULL,0}, + {"歝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x9d",3,NULL,0,NULL,0}, + {"ᵬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xac",3,NULL,0,NULL,0}, + {"⠹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xb9",3,NULL,0,NULL,0}, + {"ᄇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x91",3,NULL,0,NULL,0}, + {"꛳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xb3",3,NULL,0,NULL,0}, + {"䙔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x94",3,NULL,0,NULL,0}, + {"ê",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xaa",2,NULL,0,NULL,0}, + {"䋑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x96",3,NULL,0,NULL,0}, + {"ꦖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x96",3,NULL,0,NULL,0}, + {"천",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x9c",3,NULL,0,NULL,0}, + {"뎹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xb9",3,NULL,0,NULL,0}, + {"ű",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xb1",2,NULL,0,NULL,0}, + {"ᓖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x96",3,NULL,0,NULL,0}, + {"捄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x84",3,NULL,0,NULL,0}, + {"㡮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xae",3,NULL,0,NULL,0}, + {"뛗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x97",3,NULL,0,NULL,0}, + {"钊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x8a",3,NULL,0,NULL,0}, + {"嗜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x9c",3,NULL,0,NULL,0}, + {"蓾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xbe",3,NULL,0,NULL,0}, + {"奲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xb2",3,NULL,0,NULL,0}, + {"좾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xbe",3,NULL,0,NULL,0}, + {"⨉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x89",3,NULL,0,NULL,0}, + {"툗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xb9",3,NULL,0,NULL,0}, + {"쮬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xac",3,NULL,0,NULL,0}, + {"离",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xbb",3,NULL,0,NULL,0}, + {"⟿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x9a",3,NULL,0,NULL,0}, + {"⪓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x93",3,NULL,0,NULL,0}, + {"◇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x87",3,NULL,0,NULL,0}, + {"痂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x82",3,NULL,0,NULL,0}, + {"ჭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xad",3,NULL,0,NULL,0}, + {"麌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x8c",3,NULL,0,NULL,0}, + {"䣫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xab",3,NULL,0,NULL,0}, + {"䦅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x85",3,NULL,0,NULL,0}, + {"㉴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xb4",3,NULL,0,NULL,0}, + {"艎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x8e",3,NULL,0,NULL,0}, + {"蹶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xb6",3,NULL,0,NULL,0}, + {"陴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xb4",3,NULL,0,NULL,0}, + {"䳕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x95",3,NULL,0,NULL,0}, + {"᥻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xbb",3,NULL,0,NULL,0}, + {"⑛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x9b",3,NULL,0,NULL,0}, + {"胭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xa7",3,NULL,0,NULL,0}, + {"䩎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x8e",3,NULL,0,NULL,0}, + {"䞱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xb2",3,NULL,0,NULL,0}, + {"对",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xb9",3,NULL,0,NULL,0}, + {"逬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xac",3,NULL,0,NULL,0}, + {"䍢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xa2",3,NULL,0,NULL,0}, + {"㰫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xab",3,NULL,0,NULL,0}, + {"솽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xb5",3,NULL,0,NULL,0}, + {"Ɫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xa2",3,NULL,0,NULL,0}, + {"됴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xb0",3,NULL,0,NULL,0}, + {"ω",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x89",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x89",3,NULL,0,NULL,0}, + {"ଣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xa3",3,NULL,0,NULL,0}, + {"螗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x97",3,NULL,0,NULL,0}, + {"쭫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xab",3,NULL,0,NULL,0}, + {"궥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xa5",3,NULL,0,NULL,0}, + {"⹲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xb2",3,NULL,0,NULL,0}, + {"ꉓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x93",3,NULL,0,NULL,0}, + {"㊲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xb2",3,NULL,0,NULL,0}, + {"쟎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x8e",3,NULL,0,NULL,0}, + {"毬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xb4",3,NULL,0,NULL,0}, + {"ﺦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xa6",3,NULL,0,NULL,0}, + {"듈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x88",3,NULL,0,NULL,0}, + {"뇫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x99",3,NULL,0,NULL,0}, + {"萜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x9c",3,NULL,0,NULL,0}, + {"긄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x84",3,NULL,0,NULL,0}, + {"齠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xa0",3,NULL,0,NULL,0}, + {"놞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x9e",3,NULL,0,NULL,0}, + {"ꏦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xa6",3,NULL,0,NULL,0}, + {"鳜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x9c",3,NULL,0,NULL,0}, + {"䓡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xa1",3,NULL,0,NULL,0}, + {"ꀏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x8f",3,NULL,0,NULL,0}, + {"ᨔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x94",3,NULL,0,NULL,0}, + {"稾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xb6",3,NULL,0,NULL,0}, + {"걳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xb3",3,NULL,0,NULL,0}, + {"휇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x87",3,NULL,0,NULL,0}, + {"鶦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xa6",3,NULL,0,NULL,0}, + {"먳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x87",3,NULL,0,NULL,0}, + {"䪭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xad",3,NULL,0,NULL,0}, + {"竏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x8f",3,NULL,0,NULL,0}, + {"ꊼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xbc",3,NULL,0,NULL,0}, + {"笸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xb8",3,NULL,0,NULL,0}, + {"诜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x9c",3,NULL,0,NULL,0}, + {"첼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xbc",3,NULL,0,NULL,0}, + {"뽪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xaa",3,NULL,0,NULL,0}, + {"氢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xa2",3,NULL,0,NULL,0}, + {"藝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x9d",3,NULL,0,NULL,0}, + {"盎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x8e",3,NULL,0,NULL,0}, + {"朧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xa7",3,NULL,0,NULL,0}, + {"坵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xb5",3,NULL,0,NULL,0}, + {"캪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x82",3,NULL,0,NULL,0}, + {"쾉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x89",3,NULL,0,NULL,0}, + {"ꇴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xb4",3,NULL,0,NULL,0}, + {"㓢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xa2",3,NULL,0,NULL,0}, + {"訮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xae",3,NULL,0,NULL,0}, + {"段",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xb5",3,NULL,0,NULL,0}, + {"퀬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xac",3,NULL,0,NULL,0}, + {"஝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xbe",3,NULL,0,NULL,0}, + {"ؼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xbc",2,NULL,0,NULL,0}, + {"欶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xb6",3,NULL,0,NULL,0}, + {"Ⴝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xbd",3,NULL,0,NULL,0}, + {"詝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x9d",3,NULL,0,NULL,0}, + {"렻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xbb",3,NULL,0,NULL,0}, + {"㫻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xbb",3,NULL,0,NULL,0}, + {"ֵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xb5",2,NULL,0,NULL,0}, + {"頨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xa8",3,NULL,0,NULL,0}, + {"턀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x80",3,NULL,0,NULL,0}, + {"ꧨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xb7",3,NULL,0,NULL,0}, + {"蛷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xb7",3,NULL,0,NULL,0}, + {"깉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xab",3,NULL,0,NULL,0}, + {"㩍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x8d",3,NULL,0,NULL,0}, + {"芐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x90",3,NULL,0,NULL,0}, + {"힂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x82",3,NULL,0,NULL,0}, + {"ঀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x80",3,NULL,0,NULL,0}, + {"塓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x93",3,NULL,0,NULL,0}, + {"溠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xa0",3,NULL,0,NULL,0}, + {"⃿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xbf",3,NULL,0,NULL,0}, + {"챻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xbb",3,NULL,0,NULL,0}, + {"駢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xa2",3,NULL,0,NULL,0}, + {"꾵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xb5",3,NULL,0,NULL,0}, + {"웪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xaa",3,NULL,0,NULL,0}, + {"ⅺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xba",3,NULL,0,NULL,0}, + {"貋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x8b",3,NULL,0,NULL,0}, + {"㔜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x9c",3,NULL,0,NULL,0}, + {"륍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xb8",3,NULL,0,NULL,0}, + {"쉛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x9b",3,NULL,0,NULL,0}, + {"嚖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x96",3,NULL,0,NULL,0}, + {"뺡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xa1",3,NULL,0,NULL,0}, + {"칡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x87",3,NULL,0,NULL,0}, + {"濲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8f",3,NULL,0,NULL,0}, + {"뽐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x90",3,NULL,0,NULL,0}, + {"볊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x8a",3,NULL,0,NULL,0}, + {"謀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x80",3,NULL,0,NULL,0}, + {"瀳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xb3",3,NULL,0,NULL,0}, + {"琭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xad",3,NULL,0,NULL,0}, + {"㖸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xb8",3,NULL,0,NULL,0}, + {"꺇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x87",3,NULL,0,NULL,0}, + {"뫿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xbf",3,NULL,0,NULL,0}, + {"劕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x95",3,NULL,0,NULL,0}, + {"栓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x93",3,NULL,0,NULL,0}, + {"ٽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xbd",2,NULL,0,NULL,0}, + {"㟟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x9f",3,NULL,0,NULL,0}, + {"꺲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xb2",3,NULL,0,NULL,0}, + {"瑧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xa7",3,NULL,0,NULL,0}, + {"ᕽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xbd",3,NULL,0,NULL,0}, + {"㞚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x9a",3,NULL,0,NULL,0}, + {"갯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xaf",3,NULL,0,NULL,0}, + {"ᆄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x95",3,NULL,0,NULL,0}, + {"용",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x94",3,NULL,0,NULL,0}, + {"ꢳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xb3",3,NULL,0,NULL,0}, + {"펦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xa6",3,NULL,0,NULL,0}, + {"裦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xb8",3,NULL,0,NULL,0}, + {"騦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xaf",3,NULL,0,NULL,0}, + {"囗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x97",3,NULL,0,NULL,0}, + {"믷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xb7",3,NULL,0,NULL,0}, + {"蔧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xa7",3,NULL,0,NULL,0}, + {"⸩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xa9",3,NULL,0,NULL,0}, + {"㘿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xbf",3,NULL,0,NULL,0}, + {"変",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x89",3,NULL,0,NULL,0}, + {"収",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x8e",3,NULL,0,NULL,0}, + {"栅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x85",3,NULL,0,NULL,0}, + {"뵑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x91",3,NULL,0,NULL,0}, + {"角",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x92",3,NULL,0,NULL,0}, + {"鰗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x97",3,NULL,0,NULL,0}, + {"㠡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xa1",3,NULL,0,NULL,0}, + {"漤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xa4",3,NULL,0,NULL,0}, + {"梖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xac",3,NULL,0,NULL,0}, + {"責",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xac",3,NULL,0,NULL,0}, + {"嶾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xbe",3,NULL,0,NULL,0}, + {"빆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x86",3,NULL,0,NULL,0}, + {"נּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x80",3,NULL,0,NULL,0}, + {"熸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xb8",3,NULL,0,NULL,0}, + {"䯜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x86",3,NULL,0,NULL,0}, + {"㭬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xac",3,NULL,0,NULL,0}, + {"ᕤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xa4",3,NULL,0,NULL,0}, + {"飣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xa3",3,NULL,0,NULL,0}, + {"甕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x95",3,NULL,0,NULL,0}, + {"㣩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xa9",3,NULL,0,NULL,0}, + {"紒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x92",3,NULL,0,NULL,0}, + {"朗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x97",3,NULL,0,NULL,0}, + {"ꭋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xab",3,NULL,0,NULL,0}, + {"ꥏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x8f",3,NULL,0,NULL,0}, + {"⺒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x92",3,NULL,0,NULL,0}, + {"褽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xbd",3,NULL,0,NULL,0}, + {"ᜢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xa2",3,NULL,0,NULL,0}, + {"ձ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xb1",2,NULL,0,NULL,0}, + {"ꤊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x8a",3,NULL,0,NULL,0}, + {"ⶸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xb8",3,NULL,0,NULL,0}, + {"온",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x9c",3,NULL,0,NULL,0}, + {"베",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xb5",3,NULL,0,NULL,0}, + {"聮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xae",3,NULL,0,NULL,0}, + {"赗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x97",3,NULL,0,NULL,0}, + {"哅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x85",3,NULL,0,NULL,0}, + {"ᮀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x80",3,NULL,0,NULL,0}, + {"혱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xb1",3,NULL,0,NULL,0}, + {"鴌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x8c",3,NULL,0,NULL,0}, + {"穞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x9e",3,NULL,0,NULL,0}, + {"澙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x99",3,NULL,0,NULL,0}, + {"ﱅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x80",3,NULL,0,NULL,0}, + {"怩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xa9",3,NULL,0,NULL,0}, + {"啪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xaa",3,NULL,0,NULL,0}, + {"餝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x9d",3,NULL,0,NULL,0}, + {"䄅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x85",3,NULL,0,NULL,0}, + {"鄼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xaa",3,NULL,0,NULL,0}, + {"臨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xa8",3,NULL,0,NULL,0}, + {"瑮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xae",3,NULL,0,NULL,0}, + {"跻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xbb",3,NULL,0,NULL,0}, + {"翻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xbb",3,NULL,0,NULL,0}, + {"쌇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x87",3,NULL,0,NULL,0}, + {"熉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x89",3,NULL,0,NULL,0}, + {"ㆰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xb0",3,NULL,0,NULL,0}, + {"뛢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xa2",3,NULL,0,NULL,0}, + {"撎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x8e",3,NULL,0,NULL,0}, + {"䛈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x88",3,NULL,0,NULL,0}, + {"ⲽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xbd",3,NULL,0,NULL,0}, + {"띒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x92",3,NULL,0,NULL,0}, + {"㸅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x9b",3,NULL,0,NULL,0}, + {"햮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xae",3,NULL,0,NULL,0}, + {"石",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xb3",3,NULL,0,NULL,0}, + {"ꗽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xbd",3,NULL,0,NULL,0}, + {"͏",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x8f",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x87",3,NULL,0,NULL,0}, + {"젲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xb2",3,NULL,0,NULL,0}, + {"Ზ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x96",3,NULL,0,NULL,0}, + {"늎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x8e",3,NULL,0,NULL,0}, + {"푊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x92",3,NULL,0,NULL,0}, + {"ꔌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x8c",3,NULL,0,NULL,0}, + {"佻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xbb",3,NULL,0,NULL,0}, + {"庺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xba",3,NULL,0,NULL,0}, + {"䎓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x93",3,NULL,0,NULL,0}, + {"琼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xbc",3,NULL,0,NULL,0}, + {"꩛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x9b",3,NULL,0,NULL,0}, + {"傭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xae",3,NULL,0,NULL,0}, + {"羒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x92",3,NULL,0,NULL,0}, + {"迺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xba",3,NULL,0,NULL,0}, + {"峜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x9c",3,NULL,0,NULL,0}, + {"௾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xbe",3,NULL,0,NULL,0}, + {"弙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x99",3,NULL,0,NULL,0}, + {"ﭣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xa3",3,NULL,0,NULL,0}, + {"馹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xb9",3,NULL,0,NULL,0}, + {"鉹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xb9",3,NULL,0,NULL,0}, + {"헰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xb0",3,NULL,0,NULL,0}, + {"ì",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xac",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x80",3,NULL,0,NULL,0}, + {"㪾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x9e",3,NULL,0,NULL,0}, + {"了",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xba",3,NULL,0,NULL,0}, + {"矺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xba",3,NULL,0,NULL,0}, + {"醘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x98",3,NULL,0,NULL,0}, + {"遲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x83",3,NULL,0,NULL,0}, + {"항",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xad",3,NULL,0,NULL,0}, + {"ꌌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x8c",3,NULL,0,NULL,0}, + {"汞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x90",3,NULL,0,NULL,0}, + {"轰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xb0",3,NULL,0,NULL,0}, + {"ᱟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x9f",3,NULL,0,NULL,0}, + {"矙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x99",3,NULL,0,NULL,0}, + {"琪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xaa",3,NULL,0,NULL,0}, + {"쫥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xa5",3,NULL,0,NULL,0}, + {"輇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x8d",3,NULL,0,NULL,0}, + {"怌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x9b",3,NULL,0,NULL,0}, + {"媷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xb7",3,NULL,0,NULL,0}, + {"箘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x98",3,NULL,0,NULL,0}, + {"〹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xb9",3,NULL,0,NULL,0}, + {"뚀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x80",3,NULL,0,NULL,0}, + {"ꢊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x8a",3,NULL,0,NULL,0}, + {"ퟦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xa6",3,NULL,0,NULL,0}, + {"ࡎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x8e",3,NULL,0,NULL,0}, + {"貜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x9c",3,NULL,0,NULL,0}, + {"↢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xa2",3,NULL,0,NULL,0}, + {"୕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x95",3,NULL,0,NULL,0}, + {"㳜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x8b",3,NULL,0,NULL,0}, + {"垄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x84",3,NULL,0,NULL,0}, + {"ࣧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xa7",3,NULL,0,NULL,0}, + {"Ᏻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xb3",3,NULL,0,NULL,0}, + {"짳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xb3",3,NULL,0,NULL,0}, + {"목",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xa9",3,NULL,0,NULL,0}, + {"ꠖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x96",3,NULL,0,NULL,0}, + {"唗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x97",3,NULL,0,NULL,0}, + {"짶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xb6",3,NULL,0,NULL,0}, + {"끓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x93",3,NULL,0,NULL,0}, + {"䖏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x8f",3,NULL,0,NULL,0}, + {"㻮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x80",3,NULL,0,NULL,0}, + {"ﶺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xba",3,NULL,0,NULL,0}, + {"ঘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x98",3,NULL,0,NULL,0}, + {"ข",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x82",3,NULL,0,NULL,0}, + {"䉍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x8d",3,NULL,0,NULL,0}, + {"페",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x98",3,NULL,0,NULL,0}, + {"莨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x8f",3,NULL,0,NULL,0}, + {"䇎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x8e",3,NULL,0,NULL,0}, + {"靁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x8f",3,NULL,0,NULL,0}, + {"헼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xbc",3,NULL,0,NULL,0}, + {"夥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xb8",3,NULL,0,NULL,0}, + {"ᬼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x9e",3,NULL,0,NULL,0}, + {"嶏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x8f",3,NULL,0,NULL,0}, + {"줽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xbd",3,NULL,0,NULL,0}, + {"᠉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x89",3,NULL,0,NULL,0}, + {"ﯓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x93",3,NULL,0,NULL,0}, + {"慹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xaf",3,NULL,0,NULL,0}, + {"媈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x93",3,NULL,0,NULL,0}, + {"ꑊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xbb",3,NULL,0,NULL,0}, + {"⿈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x88",3,NULL,0,NULL,0}, + {"乿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xbf",3,NULL,0,NULL,0}, + {"鹫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xab",3,NULL,0,NULL,0}, + {"櫽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xbd",3,NULL,0,NULL,0}, + {"ꂋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x8b",3,NULL,0,NULL,0}, + {"㈶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xb6",3,NULL,0,NULL,0}, + {"쓮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xae",3,NULL,0,NULL,0}, + {"堳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xb3",3,NULL,0,NULL,0}, + {"﬇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x87",3,NULL,0,NULL,0}, + {"蕶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xb6",3,NULL,0,NULL,0}, + {"撸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xb8",3,NULL,0,NULL,0}, + {"꿌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x8c",3,NULL,0,NULL,0}, + {"㺛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x9b",3,NULL,0,NULL,0}, + {"덟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x89",3,NULL,0,NULL,0}, + {"꼗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x97",3,NULL,0,NULL,0}, + {"৙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x99",3,NULL,0,NULL,0}, + {"諟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x9f",3,NULL,0,NULL,0}, + {"⦹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xb9",3,NULL,0,NULL,0}, + {"䍮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xae",3,NULL,0,NULL,0}, + {"ὧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xa7",3,NULL,0,NULL,0}, + {"៻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xbb",3,NULL,0,NULL,0}, + {"Ҍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x8c",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x90",3,NULL,0,NULL,0}, + {"ਫ਼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x9e",3,NULL,0,NULL,0}, + {"ݵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xb5",2,NULL,0,NULL,0}, + {"퉑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x91",3,NULL,0,NULL,0}, + {"잣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xa3",3,NULL,0,NULL,0}, + {"阶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xb6",3,NULL,0,NULL,0}, + {"ᢌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x8c",3,NULL,0,NULL,0}, + {"ꆫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xab",3,NULL,0,NULL,0}, + {"娉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x89",3,NULL,0,NULL,0}, + {"⚜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x9c",3,NULL,0,NULL,0}, + {"뚍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x8d",3,NULL,0,NULL,0}, + {"閝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x9d",3,NULL,0,NULL,0}, + {"␯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xa8",3,NULL,0,NULL,0}, + {"ﷲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xb2",3,NULL,0,NULL,0}, + {"섭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xad",3,NULL,0,NULL,0}, + {"ﮊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x8a",3,NULL,0,NULL,0}, + {"쑃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x80",3,NULL,0,NULL,0}, + {"䷉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x89",3,NULL,0,NULL,0}, + {"ᔰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb0",3,NULL,0,NULL,0}, + {"盫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xab",3,NULL,0,NULL,0}, + {"ᾨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xa8",3,NULL,0,NULL,0}, + {"ϳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xb3",2,NULL,0,NULL,0}, + {"䏍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xac",3,NULL,0,NULL,0}, + {"≳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xb3",3,NULL,0,NULL,0}, + {"쒖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xb8",3,NULL,0,NULL,0}, + {"ᅭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x92",3,NULL,0,NULL,0}, + {"⢚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x9a",3,NULL,0,NULL,0}, + {"큦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xa6",3,NULL,0,NULL,0}, + {"૪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xaa",3,NULL,0,NULL,0}, + {"轢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x8d",3,NULL,0,NULL,0}, + {"ጋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x8b",3,NULL,0,NULL,0}, + {"ꎨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xa8",3,NULL,0,NULL,0}, + {"⥍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x8d",3,NULL,0,NULL,0}, + {"졕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xa5",3,NULL,0,NULL,0}, + {"鬖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x96",3,NULL,0,NULL,0}, + {"ꉮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xae",3,NULL,0,NULL,0}, + {"쳝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x9d",3,NULL,0,NULL,0}, + {"ᛜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x9c",3,NULL,0,NULL,0}, + {"掫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xab",3,NULL,0,NULL,0}, + {"壣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xa3",3,NULL,0,NULL,0}, + {"챖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x96",3,NULL,0,NULL,0}, + {"w",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x97",3,NULL,0,NULL,0}, + {"ꓬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xac",3,NULL,0,NULL,0}, + {"창",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xbd",3,NULL,0,NULL,0}, + {"癏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x8f",3,NULL,0,NULL,0}, + {"뻘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x98",3,NULL,0,NULL,0}, + {"뼙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x99",3,NULL,0,NULL,0}, + {"츁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x81",3,NULL,0,NULL,0}, + {"ט",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x98",2,NULL,0,NULL,0}, + {"⢦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xa6",3,NULL,0,NULL,0}, + {"⍖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x96",3,NULL,0,NULL,0}, + {"«",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xab",2,NULL,0,NULL,0}, + {"ፌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x8c",3,NULL,0,NULL,0}, + {"㪖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x96",3,NULL,0,NULL,0}, + {"듲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xb2",3,NULL,0,NULL,0}, + {"㧕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x95",3,NULL,0,NULL,0}, + {"θ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb8",2,NULL,0,NULL,0}, + {"鞚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x9a",3,NULL,0,NULL,0}, + {"᪩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xa9",3,NULL,0,NULL,0}, + {"ْ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x92",2,NULL,0,NULL,0}, + {"颏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x8f",3,NULL,0,NULL,0}, + {"虯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xaf",3,NULL,0,NULL,0}, + {"Ꮟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x8f",3,NULL,0,NULL,0}, + {"呍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x8d",3,NULL,0,NULL,0}, + {"ų",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xb3",2,NULL,0,NULL,0}, + {"£",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa3",2,NULL,0,NULL,0}, + {"㫟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x9f",3,NULL,0,NULL,0}, + {"㕺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xa6",3,NULL,0,NULL,0}, + {"ᝊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x8a",3,NULL,0,NULL,0}, + {"嗲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xb2",3,NULL,0,NULL,0}, + {"蕷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xb7",3,NULL,0,NULL,0}, + {"ꅙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x99",3,NULL,0,NULL,0}, + {"졤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xa4",3,NULL,0,NULL,0}, + {"㖉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x89",3,NULL,0,NULL,0}, + {"䦗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x97",3,NULL,0,NULL,0}, + {"춢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xa2",3,NULL,0,NULL,0}, + {"舮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xae",3,NULL,0,NULL,0}, + {"⍄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x84",3,NULL,0,NULL,0}, + {"ກ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x81",3,NULL,0,NULL,0}, + {"ɵ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xb5",2,NULL,0,NULL,0}, + {"騮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xae",3,NULL,0,NULL,0}, + {"㏙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x99",3,NULL,0,NULL,0}, + {"鍮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xae",3,NULL,0,NULL,0}, + {"㉬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xac",3,NULL,0,NULL,0}, + {"恽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xbd",3,NULL,0,NULL,0}, + {"媜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xb6",3,NULL,0,NULL,0}, + {"獧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xa7",3,NULL,0,NULL,0}, + {"鳼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xbc",3,NULL,0,NULL,0}, + {"돻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xa5",3,NULL,0,NULL,0}, + {"ꯠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xa0",3,NULL,0,NULL,0}, + {"䝶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xb6",3,NULL,0,NULL,0}, + {"⯃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x83",3,NULL,0,NULL,0}, + {"춵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xb5",3,NULL,0,NULL,0}, + {"㐐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xb4",3,NULL,0,NULL,0}, + {"Ⱳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xb2",3,NULL,0,NULL,0}, + {"㣄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x84",3,NULL,0,NULL,0}, + {"㒥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xa5",3,NULL,0,NULL,0}, + {"賑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x91",3,NULL,0,NULL,0}, + {"遄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x84",3,NULL,0,NULL,0}, + {"ꊊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x8a",3,NULL,0,NULL,0}, + {"䢂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x82",3,NULL,0,NULL,0}, + {"툥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xab",3,NULL,0,NULL,0}, + {"ୱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xb1",3,NULL,0,NULL,0}, + {"ት",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xb5",3,NULL,0,NULL,0}, + {"弾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xbe",3,NULL,0,NULL,0}, + {"陽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xbd",3,NULL,0,NULL,0}, + {"蟋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x8b",3,NULL,0,NULL,0}, + {"ꮈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x88",3,NULL,0,NULL,0}, + {"ꤶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xb6",3,NULL,0,NULL,0}, + {"긌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x8c",3,NULL,0,NULL,0}, + {"ʯ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xaf",2,NULL,0,NULL,0}, + {"毰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xb0",3,NULL,0,NULL,0}, + {"勞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xaf",3,NULL,0,NULL,0}, + {"拸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xb8",3,NULL,0,NULL,0}, + {"ꭅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x91",3,NULL,0,NULL,0}, + {"꟡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xa1",3,NULL,0,NULL,0}, + {"ᦉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x89",3,NULL,0,NULL,0}, + {"횒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x92",3,NULL,0,NULL,0}, + {"๒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x92",3,NULL,0,NULL,0}, + {"櫦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xa6",3,NULL,0,NULL,0}, + {"憏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x8f",3,NULL,0,NULL,0}, + {"驓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x93",3,NULL,0,NULL,0}, + {"塄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x84",3,NULL,0,NULL,0}, + {"擷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xb7",3,NULL,0,NULL,0}, + {"卒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x9b",3,NULL,0,NULL,0}, + {"澮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xae",3,NULL,0,NULL,0}, + {"餣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xa3",3,NULL,0,NULL,0}, + {"業",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xbf",3,NULL,0,NULL,0}, + {"緢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xa2",3,NULL,0,NULL,0}, + {"鶪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xaa",3,NULL,0,NULL,0}, + {"鸭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xad",3,NULL,0,NULL,0}, + {"曼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xbc",3,NULL,0,NULL,0}, + {"뮣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xa3",3,NULL,0,NULL,0}, + {"ଡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xa1",3,NULL,0,NULL,0}, + {"窽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x8f",3,NULL,0,NULL,0}, + {"ꉉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x89",3,NULL,0,NULL,0}, + {"뿣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xa3",3,NULL,0,NULL,0}, + {"皷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xb7",3,NULL,0,NULL,0}, + {"覥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xa5",3,NULL,0,NULL,0}, + {"杻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x8f",3,NULL,0,NULL,0}, + {"殯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xaf",3,NULL,0,NULL,0}, + {"䬞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xb2",3,NULL,0,NULL,0}, + {"택",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x9d",3,NULL,0,NULL,0}, + {"濔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x94",3,NULL,0,NULL,0}, + {"㜳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xb3",3,NULL,0,NULL,0}, + {"࿾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xbe",3,NULL,0,NULL,0}, + {"扱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xba",3,NULL,0,NULL,0}, + {"ꩇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x87",3,NULL,0,NULL,0}, + {"օ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x85",2,NULL,0,NULL,0}, + {"췫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xab",3,NULL,0,NULL,0}, + {"폡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xa1",3,NULL,0,NULL,0}, + {"橍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x8d",3,NULL,0,NULL,0}, + {"蜶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xb6",3,NULL,0,NULL,0}, + {"む",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x80",3,NULL,0,NULL,0}, + {"ƒ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x92",2,NULL,0,NULL,0}, + {"ဍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x8d",3,NULL,0,NULL,0}, + {"肪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xaa",3,NULL,0,NULL,0}, + {"彔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x94",3,NULL,0,NULL,0}, + {"泧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xa7",3,NULL,0,NULL,0}, + {"鮚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x9a",3,NULL,0,NULL,0}, + {"蛵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x97",3,NULL,0,NULL,0}, + {"斲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xb2",3,NULL,0,NULL,0}, + {"饽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xbd",3,NULL,0,NULL,0}, + {"塑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x91",3,NULL,0,NULL,0}, + {"藟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x9f",3,NULL,0,NULL,0}, + {"밌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x8c",3,NULL,0,NULL,0}, + {"馈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x88",3,NULL,0,NULL,0}, + {"ꩾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xbe",3,NULL,0,NULL,0}, + {"莼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xbc",3,NULL,0,NULL,0}, + {"赿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xbf",3,NULL,0,NULL,0}, + {"ẝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x9d",3,NULL,0,NULL,0}, + {"煃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x83",3,NULL,0,NULL,0}, + {"擇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x87",3,NULL,0,NULL,0}, + {"컮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xae",3,NULL,0,NULL,0}, + {"㒾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xbe",3,NULL,0,NULL,0}, + {"噇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x87",3,NULL,0,NULL,0}, + {"濢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xa2",3,NULL,0,NULL,0}, + {"妧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xa7",3,NULL,0,NULL,0}, + {"鿟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x9f",3,NULL,0,NULL,0}, + {"ﶦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xa6",3,NULL,0,NULL,0}, + {"㕛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x9b",3,NULL,0,NULL,0}, + {"쪚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x9a",3,NULL,0,NULL,0}, + {"튗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x97",3,NULL,0,NULL,0}, + {"㫩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xa9",3,NULL,0,NULL,0}, + {"扇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x87",3,NULL,0,NULL,0}, + {"⳽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xbd",3,NULL,0,NULL,0}, + {"䚱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xb1",3,NULL,0,NULL,0}, + {"㍩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xa9",3,NULL,0,NULL,0}, + {"러",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xac",3,NULL,0,NULL,0}, + {"辩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xa9",3,NULL,0,NULL,0}, + {"ې",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x90",2,NULL,0,NULL,0}, + {"䰗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x90",3,NULL,0,NULL,0}, + {"瑕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x95",3,NULL,0,NULL,0}, + {"輢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xa2",3,NULL,0,NULL,0}, + {"粽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xb9",3,NULL,0,NULL,0}, + {"谒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x92",3,NULL,0,NULL,0}, + {"㱪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xaa",3,NULL,0,NULL,0}, + {"㲳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xb3",3,NULL,0,NULL,0}, + {"星",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xb3",3,NULL,0,NULL,0}, + {"袤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xa4",3,NULL,0,NULL,0}, + {"玮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xae",3,NULL,0,NULL,0}, + {"ꡧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xa7",3,NULL,0,NULL,0}, + {"儽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xbd",3,NULL,0,NULL,0}, + {"絘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x98",3,NULL,0,NULL,0}, + {"銱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xb1",3,NULL,0,NULL,0}, + {"俘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x98",3,NULL,0,NULL,0}, + {"∪",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xaa",3,NULL,0,NULL,0}, + {"哾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xbe",3,NULL,0,NULL,0}, + {"퍵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xb5",3,NULL,0,NULL,0}, + {"붜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x9c",3,NULL,0,NULL,0}, + {"镫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x9f",3,NULL,0,NULL,0}, + {"뷩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xa9",3,NULL,0,NULL,0}, + {"៍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x8d",3,NULL,0,NULL,0}, + {"᭶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xb6",3,NULL,0,NULL,0}, + {"隞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x9e",3,NULL,0,NULL,0}, + {"ೳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xba",3,NULL,0,NULL,0}, + {"땪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xaa",3,NULL,0,NULL,0}, + {"㻇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xb2",3,NULL,0,NULL,0}, + {"賶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xb6",3,NULL,0,NULL,0}, + {"䴣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xa3",3,NULL,0,NULL,0}, + {"豓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xb4",3,NULL,0,NULL,0}, + {"륩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xa9",3,NULL,0,NULL,0}, + {"褆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x86",3,NULL,0,NULL,0}, + {"㡬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xac",3,NULL,0,NULL,0}, + {"㮞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x9e",3,NULL,0,NULL,0}, + {"㷨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xa8",3,NULL,0,NULL,0}, + {"躲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xb2",3,NULL,0,NULL,0}, + {"먱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xb1",3,NULL,0,NULL,0}, + {"ꓔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x94",3,NULL,0,NULL,0}, + {"ᝆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x86",3,NULL,0,NULL,0}, + {"㬨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xa8",3,NULL,0,NULL,0}, + {"듎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x8e",3,NULL,0,NULL,0}, + {"ᶣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xa3",3,NULL,0,NULL,0}, + {"伸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xb8",3,NULL,0,NULL,0}, + {"죜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x9c",3,NULL,0,NULL,0}, + {"缐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x90",3,NULL,0,NULL,0}, + {"幜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x9c",3,NULL,0,NULL,0}, + {"썪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xbc",3,NULL,0,NULL,0}, + {"怛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x9b",3,NULL,0,NULL,0}, + {"뽤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xa4",3,NULL,0,NULL,0}, + {"義",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xa9",3,NULL,0,NULL,0}, + {"ṕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x95",3,NULL,0,NULL,0}, + {"멲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xaa",3,NULL,0,NULL,0}, + {"ⲇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x81",3,NULL,0,NULL,0}, + {"惘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x98",3,NULL,0,NULL,0}, + {"⽢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xa2",3,NULL,0,NULL,0}, + {"툒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x92",3,NULL,0,NULL,0}, + {"崇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x87",3,NULL,0,NULL,0}, + {"胅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x85",3,NULL,0,NULL,0}, + {"ﱇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x87",3,NULL,0,NULL,0}, + {"픈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x88",3,NULL,0,NULL,0}, + {"뒔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x94",3,NULL,0,NULL,0}, + {"㯝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x9d",3,NULL,0,NULL,0}, + {"府",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x9c",3,NULL,0,NULL,0}, + {"켡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xa1",3,NULL,0,NULL,0}, + {"礯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x8a",3,NULL,0,NULL,0}, + {"䒁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xbf",3,NULL,0,NULL,0}, + {"降",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xb3",3,NULL,0,NULL,0}, + {"䷨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xa8",3,NULL,0,NULL,0}, + {"聊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x8a",3,NULL,0,NULL,0}, + {"옘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x98",3,NULL,0,NULL,0}, + {"엻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xbe",3,NULL,0,NULL,0}, + {"㯕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x95",3,NULL,0,NULL,0}, + {"ᲆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x86",3,NULL,0,NULL,0}, + {"刅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x85",3,NULL,0,NULL,0}, + {"ﺯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xaf",3,NULL,0,NULL,0}, + {"띛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x9a",3,NULL,0,NULL,0}, + {"﷪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xaa",3,NULL,0,NULL,0}, + {"뤥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xa5",3,NULL,0,NULL,0}, + {"ᔲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb2",3,NULL,0,NULL,0}, + {"ᡟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x9f",3,NULL,0,NULL,0}, + {"ꓮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xae",3,NULL,0,NULL,0}, + {"롨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xb9",3,NULL,0,NULL,0}, + {"厏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x8f",3,NULL,0,NULL,0}, + {"૨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xa8",3,NULL,0,NULL,0}, + {"狩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xa9",3,NULL,0,NULL,0}, + {"饚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x84",3,NULL,0,NULL,0}, + {"ᙷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x8f",3,NULL,0,NULL,0}, + {"쓃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x83",3,NULL,0,NULL,0}, + {"냜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x9c",3,NULL,0,NULL,0}, + {"谳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xb3",3,NULL,0,NULL,0}, + {"儔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x94",3,NULL,0,NULL,0}, + {"启",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xaf",3,NULL,0,NULL,0}, + {"臭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x9c",3,NULL,0,NULL,0}, + {"볝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x9d",3,NULL,0,NULL,0}, + {"﷚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x82",3,NULL,0,NULL,0}, + {"랓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x93",3,NULL,0,NULL,0}, + {"ﲋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x8b",3,NULL,0,NULL,0}, + {"쪘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x98",3,NULL,0,NULL,0}, + {"婭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xad",3,NULL,0,NULL,0}, + {"缽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xbd",3,NULL,0,NULL,0}, + {"ᱭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xad",3,NULL,0,NULL,0}, + {"ݛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x9b",2,NULL,0,NULL,0}, + {"翣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xa3",3,NULL,0,NULL,0}, + {"쌷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xb7",3,NULL,0,NULL,0}, + {"菺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xba",3,NULL,0,NULL,0}, + {"ꕵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xb5",3,NULL,0,NULL,0}, + {"ȵ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xb5",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xbf",3,NULL,0,NULL,0}, + {"琴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xb4",3,NULL,0,NULL,0}, + {"ᵕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x95",3,NULL,0,NULL,0}, + {"䒵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x82",3,NULL,0,NULL,0}, + {"ლ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x9a",3,NULL,0,NULL,0}, + {"୧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xa7",3,NULL,0,NULL,0}, + {"ᘠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xa0",3,NULL,0,NULL,0}, + {"냚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x9a",3,NULL,0,NULL,0}, + {"䢪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xaa",3,NULL,0,NULL,0}, + {"膭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xad",3,NULL,0,NULL,0}, + {"绊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x8a",3,NULL,0,NULL,0}, + {"얋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x8b",3,NULL,0,NULL,0}, + {"쬿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x85",3,NULL,0,NULL,0}, + {"̯",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xaf",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xa4",3,NULL,0,NULL,0}, + {"䗣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xa3",3,NULL,0,NULL,0}, + {"ᜁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x81",3,NULL,0,NULL,0}, + {"찜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x9c",3,NULL,0,NULL,0}, + {"䉇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x85",3,NULL,0,NULL,0}, + {"쫷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xb7",3,NULL,0,NULL,0}, + {"娠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xa0",3,NULL,0,NULL,0}, + {"ά",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xac",2,NULL,0,NULL,0}, + {"슰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x9e",3,NULL,0,NULL,0}, + {"嫅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x85",3,NULL,0,NULL,0}, + {"涰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xb0",3,NULL,0,NULL,0}, + {"益",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x97",3,NULL,0,NULL,0}, + {"せ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x9b",3,NULL,0,NULL,0}, + {"罜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x9c",3,NULL,0,NULL,0}, + {"疊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x8a",3,NULL,0,NULL,0}, + {"⎃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x83",3,NULL,0,NULL,0}, + {"ꃬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xac",3,NULL,0,NULL,0}, + {"䁟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x9f",3,NULL,0,NULL,0}, + {"隙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x99",3,NULL,0,NULL,0}, + {"嶍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x8d",3,NULL,0,NULL,0}, + {"ᴈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x88",3,NULL,0,NULL,0}, + {"ή",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xae",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xb9",3,NULL,0,NULL,0}, + {"끁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x81",3,NULL,0,NULL,0}, + {"䛫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xab",3,NULL,0,NULL,0}, + {"즉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x9b",3,NULL,0,NULL,0}, + {"⢪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xbc",3,NULL,0,NULL,0}, + {"䉸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xbf",3,NULL,0,NULL,0}, + {"ﴠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xa0",3,NULL,0,NULL,0}, + {"阽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xbd",3,NULL,0,NULL,0}, + {"嫇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x87",3,NULL,0,NULL,0}, + {"°",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb0",2,NULL,0,NULL,0}, + {"걚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x9a",3,NULL,0,NULL,0}, + {"И",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x98",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xbd",3,NULL,0,NULL,0}, + {"ἵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xb5",3,NULL,0,NULL,0}, + {"ખ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x96",3,NULL,0,NULL,0}, + {"䏦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xa6",3,NULL,0,NULL,0}, + {"읒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x92",3,NULL,0,NULL,0}, + {"冲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xb2",3,NULL,0,NULL,0}, + {"ϑ",10,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x91",2,NULL,0,NULL,0}, + {"쮀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x80",3,NULL,0,NULL,0}, + {"螲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x81",3,NULL,0,NULL,0}, + {"㙘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x98",3,NULL,0,NULL,0}, + {"陂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x82",3,NULL,0,NULL,0}, + {"눎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x8e",3,NULL,0,NULL,0}, + {"蒌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x8c",3,NULL,0,NULL,0}, + {"ᦠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xa0",3,NULL,0,NULL,0}, + {"㿂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x82",3,NULL,0,NULL,0}, + {"㉂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x82",3,NULL,0,NULL,0}, + {"緥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xa5",3,NULL,0,NULL,0}, + {"녫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xab",3,NULL,0,NULL,0}, + {"尜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x9c",3,NULL,0,NULL,0}, + {"᧿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xbf",3,NULL,0,NULL,0}, + {"䵪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xaa",3,NULL,0,NULL,0}, + {"ᩨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xa8",3,NULL,0,NULL,0}, + {"嬬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xac",3,NULL,0,NULL,0}, + {"楚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x9a",3,NULL,0,NULL,0}, + {"자",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x90",3,NULL,0,NULL,0}, + {"⧋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x8b",3,NULL,0,NULL,0}, + {"锫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xab",3,NULL,0,NULL,0}, + {"곳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xb3",3,NULL,0,NULL,0}, + {"흏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x8f",3,NULL,0,NULL,0}, + {"핖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x96",3,NULL,0,NULL,0}, + {"쭆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x86",3,NULL,0,NULL,0}, + {"쀰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xb0",3,NULL,0,NULL,0}, + {"ꋹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xb9",3,NULL,0,NULL,0}, + {"߽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xbd",2,NULL,0,NULL,0}, + {"民",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x91",3,NULL,0,NULL,0}, + {"잩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xa9",3,NULL,0,NULL,0}, + {"㝄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x84",3,NULL,0,NULL,0}, + {"춛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x9b",3,NULL,0,NULL,0}, + {"籋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x8b",3,NULL,0,NULL,0}, + {"쉮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xae",3,NULL,0,NULL,0}, + {"ܸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xb8",2,NULL,0,NULL,0}, + {"殊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x8a",3,NULL,0,NULL,0}, + {"疰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xb0",3,NULL,0,NULL,0}, + {"䔆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x86",3,NULL,0,NULL,0}, + {"칺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xba",3,NULL,0,NULL,0}, + {"֨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xa8",2,NULL,0,NULL,0}, + {"髇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x87",3,NULL,0,NULL,0}, + {"埻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xbb",3,NULL,0,NULL,0}, + {"ク",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb8",3,NULL,0,NULL,0}, + {"歉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xa8",3,NULL,0,NULL,0}, + {"휪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xbf",3,NULL,0,NULL,0}, + {"Ꚁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x80",3,NULL,0,NULL,0}, + {"䔽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xb7",3,NULL,0,NULL,0}, + {"ፂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x82",3,NULL,0,NULL,0}, + {"塼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xbc",3,NULL,0,NULL,0}, + {"™",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xa2",3,NULL,0,NULL,0}, + {"韠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xa0",3,NULL,0,NULL,0}, + {"槭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xad",3,NULL,0,NULL,0}, + {"䊮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xae",3,NULL,0,NULL,0}, + {"劮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xae",3,NULL,0,NULL,0}, + {"笍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x8d",3,NULL,0,NULL,0}, + {"槐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x90",3,NULL,0,NULL,0}, + {"䤙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x99",3,NULL,0,NULL,0}, + {"ꇑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x91",3,NULL,0,NULL,0}, + {"첈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x88",3,NULL,0,NULL,0}, + {"ⅇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x87",3,NULL,0,NULL,0}, + {"薲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xb2",3,NULL,0,NULL,0}, + {"괼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xbc",3,NULL,0,NULL,0}, + {"鄹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xb9",3,NULL,0,NULL,0}, + {"皞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x82",3,NULL,0,NULL,0}, + {"镚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x9a",3,NULL,0,NULL,0}, + {"鋴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xb4",3,NULL,0,NULL,0}, + {"䮈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x88",3,NULL,0,NULL,0}, + {"㛓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x93",3,NULL,0,NULL,0}, + {"밬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xac",3,NULL,0,NULL,0}, + {"숓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x93",3,NULL,0,NULL,0}, + {"囊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x8a",3,NULL,0,NULL,0}, + {"項",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x85",3,NULL,0,NULL,0}, + {"甿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xbf",3,NULL,0,NULL,0}, + {"⎧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xa7",3,NULL,0,NULL,0}, + {"ꂛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x9b",3,NULL,0,NULL,0}, + {"뼹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xb9",3,NULL,0,NULL,0}, + {"鬦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xa6",3,NULL,0,NULL,0}, + {"蛐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x90",3,NULL,0,NULL,0}, + {"섁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x81",3,NULL,0,NULL,0}, + {"깪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xaa",3,NULL,0,NULL,0}, + {"ٖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x96",2,NULL,0,NULL,0}, + {"榎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x8e",3,NULL,0,NULL,0}, + {"鯼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xbc",3,NULL,0,NULL,0}, + {"虽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xbd",3,NULL,0,NULL,0}, + {"껟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x9f",3,NULL,0,NULL,0}, + {"଒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x92",3,NULL,0,NULL,0}, + {"䟙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x9a",3,NULL,0,NULL,0}, + {"藬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xac",3,NULL,0,NULL,0}, + {"壱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xb1",3,NULL,0,NULL,0}, + {"䜜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x9c",3,NULL,0,NULL,0}, + {"ၡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xa1",3,NULL,0,NULL,0}, + {"奔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x94",3,NULL,0,NULL,0}, + {"刕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x95",3,NULL,0,NULL,0}, + {"㑖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xa7",3,NULL,0,NULL,0}, + {"荟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x9f",3,NULL,0,NULL,0}, + {"뉺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xba",3,NULL,0,NULL,0}, + {"㔴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xb4",3,NULL,0,NULL,0}, + {"靦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xa6",3,NULL,0,NULL,0}, + {"챇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x87",3,NULL,0,NULL,0}, + {"䎙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x99",3,NULL,0,NULL,0}, + {"⢀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x80",3,NULL,0,NULL,0}, + {"๋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x8b",3,NULL,0,NULL,0}, + {"絇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x87",3,NULL,0,NULL,0}, + {"괻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xbb",3,NULL,0,NULL,0}, + {"뼫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xab",3,NULL,0,NULL,0}, + {"ՠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xa0",2,NULL,0,NULL,0}, + {"縒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x92",3,NULL,0,NULL,0}, + {"⩁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x81",3,NULL,0,NULL,0}, + {"⍢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xa2",3,NULL,0,NULL,0}, + {"ꀼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xbc",3,NULL,0,NULL,0}, + {"糜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x9c",3,NULL,0,NULL,0}, + {"敨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xa8",3,NULL,0,NULL,0}, + {"㐘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x98",3,NULL,0,NULL,0}, + {"埛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x9b",3,NULL,0,NULL,0}, + {"穭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xad",3,NULL,0,NULL,0}, + {"Ҫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xaa",2,NULL,0,NULL,0}, + {"ᅛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x9b",3,NULL,0,NULL,0}, + {"遶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xb6",3,NULL,0,NULL,0}, + {"⹊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x95",3,NULL,0,NULL,0}, + {"꠯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xaf",3,NULL,0,NULL,0}, + {"褉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x89",3,NULL,0,NULL,0}, + {"㮇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x87",3,NULL,0,NULL,0}, + {"⺿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xa7",3,NULL,0,NULL,0}, + {"煴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xb4",3,NULL,0,NULL,0}, + {"䨶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xb6",3,NULL,0,NULL,0}, + {"軅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x96",3,NULL,0,NULL,0}, + {"φ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x86",2,NULL,0,NULL,0}, + {"๻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xbb",3,NULL,0,NULL,0}, + {"ә",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x99",2,NULL,0,NULL,0}, + {"ꤟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x9f",3,NULL,0,NULL,0}, + {"懵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xb5",3,NULL,0,NULL,0}, + {"愄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x84",3,NULL,0,NULL,0}, + {"≖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xbe",3,NULL,0,NULL,0}, + {"抹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xb9",3,NULL,0,NULL,0}, + {"⯻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xbb",3,NULL,0,NULL,0}, + {"慍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x8d",3,NULL,0,NULL,0}, + {"暉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x89",3,NULL,0,NULL,0}, + {"賓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x93",3,NULL,0,NULL,0}, + {"餆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x86",3,NULL,0,NULL,0}, + {"ᇞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x9f",3,NULL,0,NULL,0}, + {"璥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xbd",3,NULL,0,NULL,0}, + {"◪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xbd",3,NULL,0,NULL,0}, + {"杹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xb9",3,NULL,0,NULL,0}, + {"□",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xa1",3,NULL,0,NULL,0}, + {"瘌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x8c",3,NULL,0,NULL,0}, + {"齟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x9f",3,NULL,0,NULL,0}, + {"烜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x9c",3,NULL,0,NULL,0}, + {"烧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xa7",3,NULL,0,NULL,0}, + {"ⷝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x9d",3,NULL,0,NULL,0}, + {"狑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x91",3,NULL,0,NULL,0}, + {"䦯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xaf",3,NULL,0,NULL,0}, + {"蹔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x94",3,NULL,0,NULL,0}, + {"魴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xb4",3,NULL,0,NULL,0}, + {"표",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x9c",3,NULL,0,NULL,0}, + {"檲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xb2",3,NULL,0,NULL,0}, + {"獏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x8f",3,NULL,0,NULL,0}, + {"˘",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x98",2,NULL,0,NULL,0}, + {"쇆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x86",3,NULL,0,NULL,0}, + {"洜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x9c",3,NULL,0,NULL,0}, + {"悗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x97",3,NULL,0,NULL,0}, + {"ⴽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xbd",3,NULL,0,NULL,0}, + {"ဏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x8f",3,NULL,0,NULL,0}, + {"ȕ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x95",2,NULL,0,NULL,0}, + {"₸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xab",3,NULL,0,NULL,0}, + {"ⰼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xbc",3,NULL,0,NULL,0}, + {"뮙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xa1",3,NULL,0,NULL,0}, + {"꫷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xb7",3,NULL,0,NULL,0}, + {"ఞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x9e",3,NULL,0,NULL,0}, + {"ꔧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x8d",3,NULL,0,NULL,0}, + {"풢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xa2",3,NULL,0,NULL,0}, + {"餵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xb5",3,NULL,0,NULL,0}, + {"ᤨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xa8",3,NULL,0,NULL,0}, + {"➋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x8b",3,NULL,0,NULL,0}, + {"콱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xb1",3,NULL,0,NULL,0}, + {"屬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xac",3,NULL,0,NULL,0}, + {"༊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x8a",3,NULL,0,NULL,0}, + {"衞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x9e",3,NULL,0,NULL,0}, + {"鲃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xb1",3,NULL,0,NULL,0}, + {"ꢛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x96",3,NULL,0,NULL,0}, + {"龎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x8e",3,NULL,0,NULL,0}, + {"撵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xb5",3,NULL,0,NULL,0}, + {"Ⲗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x96",3,NULL,0,NULL,0}, + {"鿿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xbf",3,NULL,0,NULL,0}, + {"禃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x83",3,NULL,0,NULL,0}, + {"㪥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xa5",3,NULL,0,NULL,0}, + {"㋌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x8c",3,NULL,0,NULL,0}, + {"᲻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xbb",3,NULL,0,NULL,0}, + {"ᰴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xb4",3,NULL,0,NULL,0}, + {"溉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x84",3,NULL,0,NULL,0}, + {"ꍏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x8f",3,NULL,0,NULL,0}, + {"辛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x9b",3,NULL,0,NULL,0}, + {"沝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x9d",3,NULL,0,NULL,0}, + {"诓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x93",3,NULL,0,NULL,0}, + {"홳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xb3",3,NULL,0,NULL,0}, + {"㶩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xa9",3,NULL,0,NULL,0}, + {"ሦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x95",3,NULL,0,NULL,0}, + {"콢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xa2",3,NULL,0,NULL,0}, + {"琑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x91",3,NULL,0,NULL,0}, + {"૽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x94",3,NULL,0,NULL,0}, + {"뙤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xa4",3,NULL,0,NULL,0}, + {"í",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xad",2,NULL,0,NULL,0}, + {"H",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa8",3,NULL,0,NULL,0}, + {"㼵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xb5",3,NULL,0,NULL,0}, + {"说",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xb4",3,NULL,0,NULL,0}, + {"僒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x92",3,NULL,0,NULL,0}, + {"ꡥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xa5",3,NULL,0,NULL,0}, + {"୾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xbe",3,NULL,0,NULL,0}, + {"䒢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xa2",3,NULL,0,NULL,0}, + {"鿥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xa5",3,NULL,0,NULL,0}, + {"퀂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x82",3,NULL,0,NULL,0}, + {"້",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x89",3,NULL,0,NULL,0}, + {"鲮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xae",3,NULL,0,NULL,0}, + {"稔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x94",3,NULL,0,NULL,0}, + {"匰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x96",3,NULL,0,NULL,0}, + {"戵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xb5",3,NULL,0,NULL,0}, + {"釰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xb0",3,NULL,0,NULL,0}, + {"殺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x94",3,NULL,0,NULL,0}, + {"췑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x91",3,NULL,0,NULL,0}, + {"䈢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x92",3,NULL,0,NULL,0}, + {"䰅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x92",3,NULL,0,NULL,0}, + {"滊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x8a",3,NULL,0,NULL,0}, + {"ৌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x8c",3,NULL,0,NULL,0}, + {"㺪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xaa",3,NULL,0,NULL,0}, + {"輲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xb2",3,NULL,0,NULL,0}, + {"鐄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x84",3,NULL,0,NULL,0}, + {"ൺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xba",3,NULL,0,NULL,0}, + {"谂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x82",3,NULL,0,NULL,0}, + {"ж",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xb6",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x83",3,NULL,0,NULL,0}, + {"垸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xb8",3,NULL,0,NULL,0}, + {"맜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x94",3,NULL,0,NULL,0}, + {"ꕞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x9e",3,NULL,0,NULL,0}, + {"䇡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x9d",3,NULL,0,NULL,0}, + {"玺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xba",3,NULL,0,NULL,0}, + {"ﺿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xbf",3,NULL,0,NULL,0}, + {"ぜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x9c",3,NULL,0,NULL,0}, + {"㯂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x82",3,NULL,0,NULL,0}, + {"麎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x8e",3,NULL,0,NULL,0}, + {"땦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xa6",3,NULL,0,NULL,0}, + {"꟩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xa9",3,NULL,0,NULL,0}, + {"뱹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xb9",3,NULL,0,NULL,0}, + {"멼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xbc",3,NULL,0,NULL,0}, + {"軤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xa4",3,NULL,0,NULL,0}, + {"哲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xb2",3,NULL,0,NULL,0}, + {"巷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xb7",3,NULL,0,NULL,0}, + {"枾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xbe",3,NULL,0,NULL,0}, + {"睜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x9c",3,NULL,0,NULL,0}, + {"䨇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xb8",3,NULL,0,NULL,0}, + {"幨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x95",3,NULL,0,NULL,0}, + {"︷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xb7",3,NULL,0,NULL,0}, + {"柭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xad",3,NULL,0,NULL,0}, + {"ះ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x87",3,NULL,0,NULL,0}, + {"쏣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xa3",3,NULL,0,NULL,0}, + {"䱤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xa4",3,NULL,0,NULL,0}, + {"Ⱌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x9c",3,NULL,0,NULL,0}, + {"౰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xb0",3,NULL,0,NULL,0}, + {"윔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x94",3,NULL,0,NULL,0}, + {"喑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x91",3,NULL,0,NULL,0}, + {"톁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x81",3,NULL,0,NULL,0}, + {"嵨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xa8",3,NULL,0,NULL,0}, + {"䂟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x83",3,NULL,0,NULL,0}, + {"퇊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x8a",3,NULL,0,NULL,0}, + {"崕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x95",3,NULL,0,NULL,0}, + {"ﱕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x95",3,NULL,0,NULL,0}, + {"먻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xbb",3,NULL,0,NULL,0}, + {"銅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x85",3,NULL,0,NULL,0}, + {"쎧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xa7",3,NULL,0,NULL,0}, + {"͸",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xb8",2,NULL,0,NULL,0}, + {"鼮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xae",3,NULL,0,NULL,0}, + {"보",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xb4",3,NULL,0,NULL,0}, + {"閶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xa5",3,NULL,0,NULL,0}, + {"䶕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x95",3,NULL,0,NULL,0}, + {"潊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x8a",3,NULL,0,NULL,0}, + {"嬕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x95",3,NULL,0,NULL,0}, + {"謊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x83",3,NULL,0,NULL,0}, + {"冞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x9e",3,NULL,0,NULL,0}, + {"쁩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xa9",3,NULL,0,NULL,0}, + {"ᖫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xab",3,NULL,0,NULL,0}, + {"織",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x94",3,NULL,0,NULL,0}, + {"왻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xbb",3,NULL,0,NULL,0}, + {"羻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xbb",3,NULL,0,NULL,0}, + {"俇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x87",3,NULL,0,NULL,0}, + {"付",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x98",3,NULL,0,NULL,0}, + {"ޘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x98",2,NULL,0,NULL,0}, + {"ܧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xa7",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xb2",3,NULL,0,NULL,0}, + {"즴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xb4",3,NULL,0,NULL,0}, + {"쌊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x8a",3,NULL,0,NULL,0}, + {"讪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xaa",3,NULL,0,NULL,0}, + {"롬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xac",3,NULL,0,NULL,0}, + {"㽌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x8c",3,NULL,0,NULL,0}, + {"楜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x9c",3,NULL,0,NULL,0}, + {"勞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x83",3,NULL,0,NULL,0}, + {"㹵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xb5",3,NULL,0,NULL,0}, + {"ᩑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x91",3,NULL,0,NULL,0}, + {"쑿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xbf",3,NULL,0,NULL,0}, + {"龵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xb5",3,NULL,0,NULL,0}, + {"뜬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xac",3,NULL,0,NULL,0}, + {"╏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x8f",3,NULL,0,NULL,0}, + {"댿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xbf",3,NULL,0,NULL,0}, + {"촂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x82",3,NULL,0,NULL,0}, + {"Ꮐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x80",3,NULL,0,NULL,0}, + {"ノ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8e",3,NULL,0,NULL,0}, + {"茉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x89",3,NULL,0,NULL,0}, + {"ﱯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xaf",3,NULL,0,NULL,0}, + {"ㅇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x87",3,NULL,0,NULL,0}, + {"绚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x9a",3,NULL,0,NULL,0}, + {"뚯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xaf",3,NULL,0,NULL,0}, + {"-",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xbe",3,NULL,0,NULL,0}, + {"Ƙ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x98",2,NULL,0,NULL,0}, + {"鎳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xb3",3,NULL,0,NULL,0}, + {"毋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x8b",3,NULL,0,NULL,0}, + {"湚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x87",3,NULL,0,NULL,0}, + {"릻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xbb",3,NULL,0,NULL,0}, + {"ၹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xb9",3,NULL,0,NULL,0}, + {"ꅪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xaa",3,NULL,0,NULL,0}, + {"ꛃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x83",3,NULL,0,NULL,0}, + {"쓁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x81",3,NULL,0,NULL,0}, + {"䤣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xa3",3,NULL,0,NULL,0}, + {"슦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xa6",3,NULL,0,NULL,0}, + {"雪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xaa",3,NULL,0,NULL,0}, + {"㼙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xb6",3,NULL,0,NULL,0}, + {"œ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x9c",2,NULL,0,NULL,0}, + {"⣝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x9d",3,NULL,0,NULL,0}, + {"쥛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x9b",3,NULL,0,NULL,0}, + {"쐺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xba",3,NULL,0,NULL,0}, + {"Ë",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8b",2,NULL,0,NULL,0}, + {"젌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x8c",3,NULL,0,NULL,0}, + {"ꗓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x93",3,NULL,0,NULL,0}, + {"砒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xa1",3,NULL,0,NULL,0}, + {"얉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x89",3,NULL,0,NULL,0}, + {"ᜃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x83",3,NULL,0,NULL,0}, + {"膺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xba",3,NULL,0,NULL,0}, + {"늸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xb8",3,NULL,0,NULL,0}, + {"돦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xa6",3,NULL,0,NULL,0}, + {"ᒷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb7",3,NULL,0,NULL,0}, + {"굪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xaa",3,NULL,0,NULL,0}, + {"ﳲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xb2",3,NULL,0,NULL,0}, + {"翑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x91",3,NULL,0,NULL,0}, + {"⪧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xa7",3,NULL,0,NULL,0}, + {"츢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xa2",3,NULL,0,NULL,0}, + {"࠯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x96",3,NULL,0,NULL,0}, + {"痵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xb5",3,NULL,0,NULL,0}, + {"ꄩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xa9",3,NULL,0,NULL,0}, + {"ꮣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xa3",3,NULL,0,NULL,0}, + {"鍊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x8a",3,NULL,0,NULL,0}, + {"낾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xbe",3,NULL,0,NULL,0}, + {"줪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xaa",3,NULL,0,NULL,0}, + {"䢺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xba",3,NULL,0,NULL,0}, + {"碣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xa3",3,NULL,0,NULL,0}, + {"⌫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xab",3,NULL,0,NULL,0}, + {"␌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x8c",3,NULL,0,NULL,0}, + {"舙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x99",3,NULL,0,NULL,0}, + {"㷗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x84",3,NULL,0,NULL,0}, + {"험",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x98",3,NULL,0,NULL,0}, + {"ꁣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xa3",3,NULL,0,NULL,0}, + {"ꋪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xaa",3,NULL,0,NULL,0}, + {"寖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x82",3,NULL,0,NULL,0}, + {"菨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xa8",3,NULL,0,NULL,0}, + {"水",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xb4",3,NULL,0,NULL,0}, + {"쩾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xbe",3,NULL,0,NULL,0}, + {"瞷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xa2",3,NULL,0,NULL,0}, + {"좑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x91",3,NULL,0,NULL,0}, + {"娰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xb0",3,NULL,0,NULL,0}, + {"둓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x93",3,NULL,0,NULL,0}, + {"ㅟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x9f",3,NULL,0,NULL,0}, + {"찄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x9d",3,NULL,0,NULL,0}, + {"乨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xa8",3,NULL,0,NULL,0}, + {"쯣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xa3",3,NULL,0,NULL,0}, + {"樢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xa2",3,NULL,0,NULL,0}, + {"蔛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x9b",3,NULL,0,NULL,0}, + {"쀲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xb2",3,NULL,0,NULL,0}, + {"免",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x8d",3,NULL,0,NULL,0}, + {"亱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xb1",3,NULL,0,NULL,0}, + {"궬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xac",3,NULL,0,NULL,0}, + {"ࡰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xb0",3,NULL,0,NULL,0}, + {"ᗒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x92",3,NULL,0,NULL,0}, + {"쵿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xbf",3,NULL,0,NULL,0}, + {"ä",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa4",2,NULL,0,NULL,0}, + {"⇌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x8c",3,NULL,0,NULL,0}, + {"⁚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x9a",3,NULL,0,NULL,0}, + {"ʘ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x98",2,NULL,0,NULL,0}, + {"뇌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x8c",3,NULL,0,NULL,0}, + {"葓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x93",3,NULL,0,NULL,0}, + {"࣏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xb6",3,NULL,0,NULL,0}, + {"ꃤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xa4",3,NULL,0,NULL,0}, + {"햏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x8f",3,NULL,0,NULL,0}, + {"垜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x9c",3,NULL,0,NULL,0}, + {"理",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xa9",3,NULL,0,NULL,0}, + {"᥮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xae",3,NULL,0,NULL,0}, + {"脚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x9a",3,NULL,0,NULL,0}, + {"铏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x8f",3,NULL,0,NULL,0}, + {"᧵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xb5",3,NULL,0,NULL,0}, + {"荋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x9a",3,NULL,0,NULL,0}, + {"ጟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xa1",3,NULL,0,NULL,0}, + {"㆙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x99",3,NULL,0,NULL,0}, + {"걪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xaa",3,NULL,0,NULL,0}, + {"훨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x95",3,NULL,0,NULL,0}, + {"檎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x8e",3,NULL,0,NULL,0}, + {"Р",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xa0",2,NULL,0,NULL,0}, + {"⿰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xb0",3,NULL,0,NULL,0}, + {"䏶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xb6",3,NULL,0,NULL,0}, + {"ₚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x9a",3,NULL,0,NULL,0}, + {"Ǧ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xa6",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xb3",3,NULL,0,NULL,0}, + {"읊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x8a",3,NULL,0,NULL,0}, + {"冾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xbe",3,NULL,0,NULL,0}, + {"឴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x90",3,NULL,0,NULL,0}, + {"嫡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xa1",3,NULL,0,NULL,0}, + {"暿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xbf",3,NULL,0,NULL,0}, + {"៣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xa3",3,NULL,0,NULL,0}, + {"뾇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x87",3,NULL,0,NULL,0}, + {"♎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x8e",3,NULL,0,NULL,0}, + {"杘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x98",3,NULL,0,NULL,0}, + {"邦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xa6",3,NULL,0,NULL,0}, + {"눊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x8a",3,NULL,0,NULL,0}, + {"컝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x9d",3,NULL,0,NULL,0}, + {"垪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xaa",3,NULL,0,NULL,0}, + {"殔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x94",3,NULL,0,NULL,0}, + {"ﱂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xb2",3,NULL,0,NULL,0}, + {"㚐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x90",3,NULL,0,NULL,0}, + {"˯",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xaf",2,NULL,0,NULL,0}, + {"킚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x9a",3,NULL,0,NULL,0}, + {"ꑻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xbb",3,NULL,0,NULL,0}, + {"蒜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x9c",3,NULL,0,NULL,0}, + {"휦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xa6",3,NULL,0,NULL,0}, + {"녂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x82",3,NULL,0,NULL,0}, + {"ဲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xb2",3,NULL,0,NULL,0}, + {"ㄛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x9b",3,NULL,0,NULL,0}, + {"䕇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x87",3,NULL,0,NULL,0}, + {"磻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xbb",3,NULL,0,NULL,0}, + {"眫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xab",3,NULL,0,NULL,0}, + {"ᔉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x89",3,NULL,0,NULL,0}, + {"¿",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xbf",2,NULL,0,NULL,0}, + {"䚚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xbb",3,NULL,0,NULL,0}, + {"靫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xab",3,NULL,0,NULL,0}, + {"鸂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x82",3,NULL,0,NULL,0}, + {"⃠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xb4",3,NULL,0,NULL,0}, + {"߿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xbf",2,NULL,0,NULL,0}, + {"婚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x9a",3,NULL,0,NULL,0}, + {"茲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x9b",3,NULL,0,NULL,0}, + {"䘦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xa6",3,NULL,0,NULL,0}, + {"Ẩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xa8",3,NULL,0,NULL,0}, + {"댐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x90",3,NULL,0,NULL,0}, + {"컋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x8b",3,NULL,0,NULL,0}, + {"ໟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x9f",3,NULL,0,NULL,0}, + {"䭋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x8b",3,NULL,0,NULL,0}, + {"㓫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xab",3,NULL,0,NULL,0}, + {"툯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xaf",3,NULL,0,NULL,0}, + {"䤈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x88",3,NULL,0,NULL,0}, + {"⛑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x91",3,NULL,0,NULL,0}, + {"簹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xb9",3,NULL,0,NULL,0}, + {"嚋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x8b",3,NULL,0,NULL,0}, + {"薇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x87",3,NULL,0,NULL,0}, + {"㋽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xbd",3,NULL,0,NULL,0}, + {"⑉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x89",3,NULL,0,NULL,0}, + {"濻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xbb",3,NULL,0,NULL,0}, + {"칾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xbe",3,NULL,0,NULL,0}, + {"㝜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x9c",3,NULL,0,NULL,0}, + {"셴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xb4",3,NULL,0,NULL,0}, + {"Φ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa6",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xa7",3,NULL,0,NULL,0}, + {"䔿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xbf",3,NULL,0,NULL,0}, + {"歓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x93",3,NULL,0,NULL,0}, + {"疠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xa0",3,NULL,0,NULL,0}, + {"硼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xbc",3,NULL,0,NULL,0}, + {"섃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x83",3,NULL,0,NULL,0}, + {"㛻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xbb",3,NULL,0,NULL,0}, + {"㏱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xb1",3,NULL,0,NULL,0}, + {"ሃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x83",3,NULL,0,NULL,0}, + {"剺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xba",3,NULL,0,NULL,0}, + {"℞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x9e",3,NULL,0,NULL,0}, + {"笟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x9f",3,NULL,0,NULL,0}, + {"ڜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x9c",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xa8",3,NULL,0,NULL,0}, + {"⧴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xb4",3,NULL,0,NULL,0}, + {"䞑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x91",3,NULL,0,NULL,0}, + {"旗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xbe",3,NULL,0,NULL,0}, + {"꾬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xac",3,NULL,0,NULL,0}, + {"䍄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x84",3,NULL,0,NULL,0}, + {"槔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x94",3,NULL,0,NULL,0}, + {"ꪣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xa3",3,NULL,0,NULL,0}, + {"蠨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xa8",3,NULL,0,NULL,0}, + {"ʡ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xa1",2,NULL,0,NULL,0}, + {"⁖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x8d",3,NULL,0,NULL,0}, + {"姒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x92",3,NULL,0,NULL,0}, + {"䭬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xac",3,NULL,0,NULL,0}, + {"쀥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xa5",3,NULL,0,NULL,0}, + {"騉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x89",3,NULL,0,NULL,0}, + {"♲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xb2",3,NULL,0,NULL,0}, + {"쿭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xad",3,NULL,0,NULL,0}, + {"㡗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x97",3,NULL,0,NULL,0}, + {"⋬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xac",3,NULL,0,NULL,0}, + {"ꂑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x91",3,NULL,0,NULL,0}, + {"髿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xbf",3,NULL,0,NULL,0}, + {"戜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x9c",3,NULL,0,NULL,0}, + {"閖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x96",3,NULL,0,NULL,0}, + {"轏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x87",3,NULL,0,NULL,0}, + {"鲣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xa3",3,NULL,0,NULL,0}, + {"᯦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xa6",3,NULL,0,NULL,0}, + {"魀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x80",3,NULL,0,NULL,0}, + {"颧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xa7",3,NULL,0,NULL,0}, + {"㨕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x95",3,NULL,0,NULL,0}, + {"鲦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xa6",3,NULL,0,NULL,0}, + {"揃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x83",3,NULL,0,NULL,0}, + {"箑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x91",3,NULL,0,NULL,0}, + {"븠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x88",3,NULL,0,NULL,0}, + {"㳖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x96",3,NULL,0,NULL,0}, + {"旸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xa7",3,NULL,0,NULL,0}, + {"Ⓧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x8d",3,NULL,0,NULL,0}, + {"篈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x88",3,NULL,0,NULL,0}, + {"燁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x81",3,NULL,0,NULL,0}, + {"㭵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xb5",3,NULL,0,NULL,0}, + {"⡰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xb0",3,NULL,0,NULL,0}, + {"ꠕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x95",3,NULL,0,NULL,0}, + {"׷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xb7",2,NULL,0,NULL,0}, + {"횽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xbd",3,NULL,0,NULL,0}, + {"ꦀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x80",3,NULL,0,NULL,0}, + {"큄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x84",3,NULL,0,NULL,0}, + {"㦸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xb8",3,NULL,0,NULL,0}, + {"䓍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xb6",3,NULL,0,NULL,0}, + {"ꌽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xbd",3,NULL,0,NULL,0}, + {"ꨟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x9f",3,NULL,0,NULL,0}, + {"广",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xbf",3,NULL,0,NULL,0}, + {"뭒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x92",3,NULL,0,NULL,0}, + {"穿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xb0",3,NULL,0,NULL,0}, + {"捤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xa4",3,NULL,0,NULL,0}, + {"瓐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x90",3,NULL,0,NULL,0}, + {"빩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xa9",3,NULL,0,NULL,0}, + {"钦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xa6",3,NULL,0,NULL,0}, + {"Ṫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xaa",3,NULL,0,NULL,0}, + {"嗀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x80",3,NULL,0,NULL,0}, + {"㑙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x99",3,NULL,0,NULL,0}, + {"璷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xb7",3,NULL,0,NULL,0}, + {"踬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xac",3,NULL,0,NULL,0}, + {"☮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xae",3,NULL,0,NULL,0}, + {"䨦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xad",3,NULL,0,NULL,0}, + {"軟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x9a",3,NULL,0,NULL,0}, + {"炖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x96",3,NULL,0,NULL,0}, + {"뒡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xa1",3,NULL,0,NULL,0}, + {"鼃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x83",3,NULL,0,NULL,0}, + {"牆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x86",3,NULL,0,NULL,0}, + {"伓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x93",3,NULL,0,NULL,0}, + {"ӫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xab",2,NULL,0,NULL,0}, + {"㤹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xb9",3,NULL,0,NULL,0}, + {"祈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x88",3,NULL,0,NULL,0}, + {"猽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xbd",3,NULL,0,NULL,0}, + {"ῆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x86",3,NULL,0,NULL,0}, + {"에",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x90",3,NULL,0,NULL,0}, + {"ꇓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xa2",3,NULL,0,NULL,0}, + {"⯩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xa9",3,NULL,0,NULL,0}, + {"볨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xae",3,NULL,0,NULL,0}, + {"㴞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xbd",3,NULL,0,NULL,0}, + {"Ḱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xb0",3,NULL,0,NULL,0}, + {"ቖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x96",3,NULL,0,NULL,0}, + {"ಙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x99",3,NULL,0,NULL,0}, + {"飪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xaa",3,NULL,0,NULL,0}, + {"悚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x9a",3,NULL,0,NULL,0}, + {"౪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xaa",3,NULL,0,NULL,0}, + {"勻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xbb",3,NULL,0,NULL,0}, + {"풆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x86",3,NULL,0,NULL,0}, + {"곺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x9e",3,NULL,0,NULL,0}, + {"윶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xb6",3,NULL,0,NULL,0}, + {"圈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x88",3,NULL,0,NULL,0}, + {"왵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xb5",3,NULL,0,NULL,0}, + {"J",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"J",1,NULL,0,NULL,0}, + {"岙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x99",3,NULL,0,NULL,0}, + {"迅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x85",3,NULL,0,NULL,0}, + {"ⷯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xaf",3,NULL,0,NULL,0}, + {"灸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xb8",3,NULL,0,NULL,0}, + {"䪔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x94",3,NULL,0,NULL,0}, + {"䮻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xbb",3,NULL,0,NULL,0}, + {"ຫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xab",3,NULL,0,NULL,0}, + {"不",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x8d",3,NULL,0,NULL,0}, + {"耧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xa7",3,NULL,0,NULL,0}, + {"ꏆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x86",3,NULL,0,NULL,0}, + {"൑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x91",3,NULL,0,NULL,0}, + {"酕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x95",3,NULL,0,NULL,0}, + {"띦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xa6",3,NULL,0,NULL,0}, + {"棎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x8e",3,NULL,0,NULL,0}, + {"圣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xa3",3,NULL,0,NULL,0}, + {"䃪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xaa",3,NULL,0,NULL,0}, + {"鏬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xac",3,NULL,0,NULL,0}, + {"텞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x9e",3,NULL,0,NULL,0}, + {"ﲦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x99",3,NULL,0,NULL,0}, + {"譬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xac",3,NULL,0,NULL,0}, + {"護",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xb7",3,NULL,0,NULL,0}, + {"뢍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x8d",3,NULL,0,NULL,0}, + {"ꊴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xb4",3,NULL,0,NULL,0}, + {"ꔕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xb9",3,NULL,0,NULL,0}, + {"릖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x8c",3,NULL,0,NULL,0}, + {"䲀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x80",3,NULL,0,NULL,0}, + {"觇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x87",3,NULL,0,NULL,0}, + {"콻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xbb",3,NULL,0,NULL,0}, + {"䥊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xb6",3,NULL,0,NULL,0}, + {"힣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xb0",3,NULL,0,NULL,0}, + {"륽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xbd",3,NULL,0,NULL,0}, + {"꭫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xab",3,NULL,0,NULL,0}, + {"可",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xaf",3,NULL,0,NULL,0}, + {"ฤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xa4",3,NULL,0,NULL,0}, + {"誏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x8f",3,NULL,0,NULL,0}, + {"렡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xa1",3,NULL,0,NULL,0}, + {"䗀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x80",3,NULL,0,NULL,0}, + {"뀲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xb2",3,NULL,0,NULL,0}, + {"湻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xbb",3,NULL,0,NULL,0}, + {"᧏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x8f",3,NULL,0,NULL,0}, + {"㼣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xa3",3,NULL,0,NULL,0}, + {"ড",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xbe",3,NULL,0,NULL,0}, + {"펻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xbb",3,NULL,0,NULL,0}, + {"编",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x96",3,NULL,0,NULL,0}, + {"䈬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xac",3,NULL,0,NULL,0}, + {"鮲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x8f",3,NULL,0,NULL,0}, + {"뼷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xb7",3,NULL,0,NULL,0}, + {"鑃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x83",3,NULL,0,NULL,0}, + {"ᰑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x91",3,NULL,0,NULL,0}, + {"뙠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x83",3,NULL,0,NULL,0}, + {"၆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x86",3,NULL,0,NULL,0}, + {"ꌰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x83",3,NULL,0,NULL,0}, + {"涏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x8f",3,NULL,0,NULL,0}, + {"緇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x87",3,NULL,0,NULL,0}, + {"쑱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xb1",3,NULL,0,NULL,0}, + {"鸴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xb4",3,NULL,0,NULL,0}, + {"ꖼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xbc",3,NULL,0,NULL,0}, + {"軿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x92",3,NULL,0,NULL,0}, + {"앤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x85",3,NULL,0,NULL,0}, + {"ꘓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x93",3,NULL,0,NULL,0}, + {"럂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x82",3,NULL,0,NULL,0}, + {"枞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x9e",3,NULL,0,NULL,0}, + {"ﹰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xb0",3,NULL,0,NULL,0}, + {"됃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x83",3,NULL,0,NULL,0}, + {"蹲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xb2",3,NULL,0,NULL,0}, + {"㙟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x9f",3,NULL,0,NULL,0}, + {"꿩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xa9",3,NULL,0,NULL,0}, + {"㺺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xab",3,NULL,0,NULL,0}, + {"䇫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xae",3,NULL,0,NULL,0}, + {"ࠎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x8e",3,NULL,0,NULL,0}, + {"텻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xbb",3,NULL,0,NULL,0}, + {"쭓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xad",3,NULL,0,NULL,0}, + {"綅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x85",3,NULL,0,NULL,0}, + {"鈰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xb0",3,NULL,0,NULL,0}, + {"뱫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xab",3,NULL,0,NULL,0}, + {"阁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x81",3,NULL,0,NULL,0}, + {"틁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x81",3,NULL,0,NULL,0}, + {"䟛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x9b",3,NULL,0,NULL,0}, + {"宠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xa0",3,NULL,0,NULL,0}, + {"곙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x99",3,NULL,0,NULL,0}, + {"숄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x84",3,NULL,0,NULL,0}, + {"漄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x84",3,NULL,0,NULL,0}, + {"﴿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xbf",3,NULL,0,NULL,0}, + {"粆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x86",3,NULL,0,NULL,0}, + {"ﻟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x9f",3,NULL,0,NULL,0}, + {"৲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xb2",3,NULL,0,NULL,0}, + {"޸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xb8",2,NULL,0,NULL,0}, + {"│",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa8",3,NULL,0,NULL,0}, + {"룗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x97",3,NULL,0,NULL,0}, + {"ퟱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xb1",3,NULL,0,NULL,0}, + {"࢕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x95",3,NULL,0,NULL,0}, + {"蛁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x81",3,NULL,0,NULL,0}, + {"큓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x93",3,NULL,0,NULL,0}, + {"銇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x87",3,NULL,0,NULL,0}, + {"瓈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x88",3,NULL,0,NULL,0}, + {"썋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x8b",3,NULL,0,NULL,0}, + {"呗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x97",3,NULL,0,NULL,0}, + {"ए",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x8f",3,NULL,0,NULL,0}, + {"腜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x9c",3,NULL,0,NULL,0}, + {"吝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xad",3,NULL,0,NULL,0}, + {"襟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x9f",3,NULL,0,NULL,0}, + {"闒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x92",3,NULL,0,NULL,0}, + {"⏾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xbe",3,NULL,0,NULL,0}, + {"᝖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x96",3,NULL,0,NULL,0}, + {"頼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xbc",3,NULL,0,NULL,0}, + {"줊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x8a",3,NULL,0,NULL,0}, + {"냵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xb5",3,NULL,0,NULL,0}, + {"╍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x8d",3,NULL,0,NULL,0}, + {"箪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xaa",3,NULL,0,NULL,0}, + {"쥓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x93",3,NULL,0,NULL,0}, + {"芴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xb4",3,NULL,0,NULL,0}, + {"嬇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x87",3,NULL,0,NULL,0}, + {"똎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x8e",3,NULL,0,NULL,0}, + {"カ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb6",3,NULL,0,NULL,0}, + {"ㄱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xb1",3,NULL,0,NULL,0}, + {"흲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xb2",3,NULL,0,NULL,0}, + {"潣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xa3",3,NULL,0,NULL,0}, + {"郡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xa4",3,NULL,0,NULL,0}, + {"嫼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xbc",3,NULL,0,NULL,0}, + {"컴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xb4",3,NULL,0,NULL,0}, + {"ᡇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x87",3,NULL,0,NULL,0}, + {"뉘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x96",3,NULL,0,NULL,0}, + {"靵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xab",3,NULL,0,NULL,0}, + {"ᆬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa5",3,NULL,0,NULL,0}, + {"錑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x91",3,NULL,0,NULL,0}, + {"즬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xac",3,NULL,0,NULL,0}, + {"暧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xa7",3,NULL,0,NULL,0}, + {"⤈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x88",3,NULL,0,NULL,0}, + {"ዪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xaa",3,NULL,0,NULL,0}, + {"ꛚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x9a",3,NULL,0,NULL,0}, + {"樎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x8e",3,NULL,0,NULL,0}, + {"䊋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x8b",3,NULL,0,NULL,0}, + {"쥡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xa1",3,NULL,0,NULL,0}, + {"魑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x91",3,NULL,0,NULL,0}, + {"㇨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xa8",3,NULL,0,NULL,0}, + {"덅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x85",3,NULL,0,NULL,0}, + {"촒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x92",3,NULL,0,NULL,0}, + {"듧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xa7",3,NULL,0,NULL,0}, + {"鞽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xbd",3,NULL,0,NULL,0}, + {"ᒑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x91",3,NULL,0,NULL,0}, + {"ਞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x9e",3,NULL,0,NULL,0}, + {"ģ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xa3",2,NULL,0,NULL,0}, + {"Ꭰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xa0",3,NULL,0,NULL,0}, + {"젾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xbe",3,NULL,0,NULL,0}, + {"硄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x84",3,NULL,0,NULL,0}, + {"Ⅺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xa3",3,NULL,0,NULL,0}, + {"늚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x9a",3,NULL,0,NULL,0}, + {"ᚫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xb1",3,NULL,0,NULL,0}, + {"dž",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x86",2,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x89",3,NULL,0,NULL,0}, + {"御",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xa1",3,NULL,0,NULL,0}, + {"뉙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x99",3,NULL,0,NULL,0}, + {"蕘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x98",3,NULL,0,NULL,0}, + {"佭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xad",3,NULL,0,NULL,0}, + {"ﬢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xa2",3,NULL,0,NULL,0}, + {"陓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x93",3,NULL,0,NULL,0}, + {"ᢰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xb0",3,NULL,0,NULL,0}, + {"뻷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xb7",3,NULL,0,NULL,0}, + {"ȥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xa5",2,NULL,0,NULL,0}, + {"傻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xbb",3,NULL,0,NULL,0}, + {"雎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xa6",3,NULL,0,NULL,0}, + {"岑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x91",3,NULL,0,NULL,0}, + {"בּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xb1",3,NULL,0,NULL,0}, + {"㎍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x8d",3,NULL,0,NULL,0}, + {"⊛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x9b",3,NULL,0,NULL,0}, + {"免",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xb2",3,NULL,0,NULL,0}, + {"㎸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xb8",3,NULL,0,NULL,0}, + {"ꁩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xa9",3,NULL,0,NULL,0}, + {"榻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xbb",3,NULL,0,NULL,0}, + {"삶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xb6",3,NULL,0,NULL,0}, + {"鴐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x90",3,NULL,0,NULL,0}, + {"⮎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x8e",3,NULL,0,NULL,0}, + {"Ἂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x8a",3,NULL,0,NULL,0}, + {"砆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xab",3,NULL,0,NULL,0}, + {"鈕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x95",3,NULL,0,NULL,0}, + {"鷥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xa5",3,NULL,0,NULL,0}, + {"檱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x82",3,NULL,0,NULL,0}, + {"풼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xbc",3,NULL,0,NULL,0}, + {"ꍀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x80",3,NULL,0,NULL,0}, + {"猋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x8b",3,NULL,0,NULL,0}, + {"쪈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x88",3,NULL,0,NULL,0}, + {"沎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x8e",3,NULL,0,NULL,0}, + {"ᇳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xb3",3,NULL,0,NULL,0}, + {"䕱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xb1",3,NULL,0,NULL,0}, + {"䡥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xa5",3,NULL,0,NULL,0}, + {"ͼ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xbc",2,NULL,0,NULL,0}, + {"Κ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x9a",2,NULL,0,NULL,0}, + {"䐖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x96",3,NULL,0,NULL,0}, + {"蓙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xa9",3,NULL,0,NULL,0}, + {"ᚥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xa5",3,NULL,0,NULL,0}, + {"䥛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x9b",3,NULL,0,NULL,0}, + {"⹾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xbe",3,NULL,0,NULL,0}, + {"ꮑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x91",3,NULL,0,NULL,0}, + {"僦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xa6",3,NULL,0,NULL,0}, + {"࠾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x94",3,NULL,0,NULL,0}, + {"ᗨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xa8",3,NULL,0,NULL,0}, + {"↮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xae",3,NULL,0,NULL,0}, + {"舣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xab",3,NULL,0,NULL,0}, + {"拙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x99",3,NULL,0,NULL,0}, + {"ᐡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xa1",3,NULL,0,NULL,0}, + {"∵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xb5",3,NULL,0,NULL,0}, + {"뇄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x84",3,NULL,0,NULL,0}, + {"櫉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xaa",3,NULL,0,NULL,0}, + {"穽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xbd",3,NULL,0,NULL,0}, + {"锰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xb0",3,NULL,0,NULL,0}, + {"쩮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xae",3,NULL,0,NULL,0}, + {"鑳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xb3",3,NULL,0,NULL,0}, + {"ề",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x81",3,NULL,0,NULL,0}, + {"鴜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x9c",3,NULL,0,NULL,0}, + {"普",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xae",3,NULL,0,NULL,0}, + {"孔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x94",3,NULL,0,NULL,0}, + {"┚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x9a",3,NULL,0,NULL,0}, + {"菬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xac",3,NULL,0,NULL,0}, + {"遑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x91",3,NULL,0,NULL,0}, + {"ㄎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x8e",3,NULL,0,NULL,0}, + {"套",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x97",3,NULL,0,NULL,0}, + {"曍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x8d",3,NULL,0,NULL,0}, + {"壿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xbf",3,NULL,0,NULL,0}, + {"►",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xba",3,NULL,0,NULL,0}, + {"ﮱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xb1",3,NULL,0,NULL,0}, + {"閌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x8c",3,NULL,0,NULL,0}, + {"⟢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xa2",3,NULL,0,NULL,0}, + {"ꐪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xaa",3,NULL,0,NULL,0}, + {"Ԇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x86",2,NULL,0,NULL,0}, + {"ʐ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x90",2,NULL,0,NULL,0}, + {"긫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xab",3,NULL,0,NULL,0}, + {"ࣅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x85",3,NULL,0,NULL,0}, + {"ꣲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xb2",3,NULL,0,NULL,0}, + {"⿤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xa4",3,NULL,0,NULL,0}, + {"櫟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x9f",3,NULL,0,NULL,0}, + {"䟊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x8a",3,NULL,0,NULL,0}, + {"࿣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xa3",3,NULL,0,NULL,0}, + {"쇫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xab",3,NULL,0,NULL,0}, + {"ⳑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x91",3,NULL,0,NULL,0}, + {"瞀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x80",3,NULL,0,NULL,0}, + {"걃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x83",3,NULL,0,NULL,0}, + {"ጕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x95",3,NULL,0,NULL,0}, + {"橪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xaa",3,NULL,0,NULL,0}, + {"鸠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xa0",3,NULL,0,NULL,0}, + {"묘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x98",3,NULL,0,NULL,0}, + {"Ϛ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x9a",2,NULL,0,NULL,0}, + {"喆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x86",3,NULL,0,NULL,0}, + {"뎍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x8d",3,NULL,0,NULL,0}, + {"훠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xa0",3,NULL,0,NULL,0}, + {"鵻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xa3",3,NULL,0,NULL,0}, + {"趞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x9e",3,NULL,0,NULL,0}, + {"⃘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x98",3,NULL,0,NULL,0}, + {"䘆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x86",3,NULL,0,NULL,0}, + {"བ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x96",3,NULL,0,NULL,0}, + {"먟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x9f",3,NULL,0,NULL,0}, + {"튃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x83",3,NULL,0,NULL,0}, + {"㊿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xbf",3,NULL,0,NULL,0}, + {"➤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xa4",3,NULL,0,NULL,0}, + {"≤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa4",3,NULL,0,NULL,0}, + {"ﯺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xba",3,NULL,0,NULL,0}, + {"셬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xac",3,NULL,0,NULL,0}, + {"᳠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xa0",3,NULL,0,NULL,0}, + {"ꏳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xb3",3,NULL,0,NULL,0}, + {"鳳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xb3",3,NULL,0,NULL,0}, + {"㰿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xbf",3,NULL,0,NULL,0}, + {"㍤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xa4",3,NULL,0,NULL,0}, + {"䝃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xbf",3,NULL,0,NULL,0}, + {"ⴚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x9a",3,NULL,0,NULL,0}, + {"ꋙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xbb",3,NULL,0,NULL,0}, + {"܇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x87",2,NULL,0,NULL,0}, + {"䙾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xbe",3,NULL,0,NULL,0}, + {"겄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x84",3,NULL,0,NULL,0}, + {"䋻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xbb",3,NULL,0,NULL,0}, + {"곣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xa3",3,NULL,0,NULL,0}, + {"ሷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xb7",3,NULL,0,NULL,0}, + {"忣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xa3",3,NULL,0,NULL,0}, + {"沰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xbc",3,NULL,0,NULL,0}, + {"眍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x8d",3,NULL,0,NULL,0}, + {"袋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x8b",3,NULL,0,NULL,0}, + {"횆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x86",3,NULL,0,NULL,0}, + {"ኺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xba",3,NULL,0,NULL,0}, + {"谛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x9b",3,NULL,0,NULL,0}, + {"ꪱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xb1",3,NULL,0,NULL,0}, + {"ꇩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xa9",3,NULL,0,NULL,0}, + {"捃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x83",3,NULL,0,NULL,0}, + {"㔑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x9b",3,NULL,0,NULL,0}, + {"坞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x9e",3,NULL,0,NULL,0}, + {"鿒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x9f",3,NULL,0,NULL,0}, + {"搹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xb9",3,NULL,0,NULL,0}, + {"⊡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xa1",3,NULL,0,NULL,0}, + {"噱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x81",3,NULL,0,NULL,0}, + {"蝽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xbd",3,NULL,0,NULL,0}, + {"瀟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xb9",3,NULL,0,NULL,0}, + {"킆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x86",3,NULL,0,NULL,0}, + {"躃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x83",3,NULL,0,NULL,0}, + {"窔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x94",3,NULL,0,NULL,0}, + {"턕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x95",3,NULL,0,NULL,0}, + {"⤀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x80",3,NULL,0,NULL,0}, + {"붕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xba",3,NULL,0,NULL,0}, + {"莱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xb1",3,NULL,0,NULL,0}, + {"ሁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x81",3,NULL,0,NULL,0}, + {"椸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xb8",3,NULL,0,NULL,0}, + {"㱍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xb9",3,NULL,0,NULL,0}, + {"빡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xa1",3,NULL,0,NULL,0}, + {"쳿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xbf",3,NULL,0,NULL,0}, + {"溽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xbd",3,NULL,0,NULL,0}, + {"륜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x80",3,NULL,0,NULL,0}, + {"䱵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xb5",3,NULL,0,NULL,0}, + {"챢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xa2",3,NULL,0,NULL,0}, + {"呒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x92",3,NULL,0,NULL,0}, + {"掱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xb1",3,NULL,0,NULL,0}, + {"癰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xb0",3,NULL,0,NULL,0}, + {"蠴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xb4",3,NULL,0,NULL,0}, + {"㥐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x90",3,NULL,0,NULL,0}, + {"豆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xbf",3,NULL,0,NULL,0}, + {"喢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xa2",3,NULL,0,NULL,0}, + {"Ұ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xb0",2,NULL,0,NULL,0}, + {"쿟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x9f",3,NULL,0,NULL,0}, + {"㡥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xa5",3,NULL,0,NULL,0}, + {"詐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x90",3,NULL,0,NULL,0}, + {"뻤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x94",3,NULL,0,NULL,0}, + {"⮙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x99",3,NULL,0,NULL,0}, + {"咺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x9a",3,NULL,0,NULL,0}, + {"犩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xa9",3,NULL,0,NULL,0}, + {"熤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xa4",3,NULL,0,NULL,0}, + {"쓾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xbe",3,NULL,0,NULL,0}, + {"뼓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xb5",3,NULL,0,NULL,0}, + {"䧇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x87",3,NULL,0,NULL,0}, + {"뫊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x8a",3,NULL,0,NULL,0}, + {"꺘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x98",3,NULL,0,NULL,0}, + {"ᯢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xa2",3,NULL,0,NULL,0}, + {"㨗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x97",3,NULL,0,NULL,0}, + {"墢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xa2",3,NULL,0,NULL,0}, + {"ඥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xa5",3,NULL,0,NULL,0}, + {"鷉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x89",3,NULL,0,NULL,0}, + {"븜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x9c",3,NULL,0,NULL,0}, + {"颕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x95",3,NULL,0,NULL,0}, + {"鏠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xa0",3,NULL,0,NULL,0}, + {"喼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xae",3,NULL,0,NULL,0}, + {"焎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x8e",3,NULL,0,NULL,0}, + {"淛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x9b",3,NULL,0,NULL,0}, + {"睉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x89",3,NULL,0,NULL,0}, + {"嘢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xa2",3,NULL,0,NULL,0}, + {"麲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xb2",3,NULL,0,NULL,0}, + {"啡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xa1",3,NULL,0,NULL,0}, + {"퇝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x9d",3,NULL,0,NULL,0}, + {"뾘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x98",3,NULL,0,NULL,0}, + {"멐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x90",3,NULL,0,NULL,0}, + {"쏴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xb4",3,NULL,0,NULL,0}, + {"밂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x82",3,NULL,0,NULL,0}, + {"㖫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xab",3,NULL,0,NULL,0}, + {"⏉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x89",3,NULL,0,NULL,0}, + {"틤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xa4",3,NULL,0,NULL,0}, + {"牒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x92",3,NULL,0,NULL,0}, + {"巎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x8e",3,NULL,0,NULL,0}, + {"祠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x92",3,NULL,0,NULL,0}, + {"鰢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xa2",3,NULL,0,NULL,0}, + {"稆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x86",3,NULL,0,NULL,0}, + {"㠬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xac",3,NULL,0,NULL,0}, + {"漽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xbd",3,NULL,0,NULL,0}, + {"ꦾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xbe",3,NULL,0,NULL,0}, + {"갔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x90",3,NULL,0,NULL,0}, + {"썟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x9f",3,NULL,0,NULL,0}, + {"諷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xb7",3,NULL,0,NULL,0}, + {"䄰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xb0",3,NULL,0,NULL,0}, + {"㣌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x8c",3,NULL,0,NULL,0}, + {"謦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xa6",3,NULL,0,NULL,0}, + {"甆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x86",3,NULL,0,NULL,0}, + {"黰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xab",3,NULL,0,NULL,0}, + {"卲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xaf",3,NULL,0,NULL,0}, + {"먖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x96",3,NULL,0,NULL,0}, + {"紥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xa5",3,NULL,0,NULL,0}, + {"펬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xac",3,NULL,0,NULL,0}, + {"⩣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xa3",3,NULL,0,NULL,0}, + {"༲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xb2",3,NULL,0,NULL,0}, + {"洣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xa3",3,NULL,0,NULL,0}, + {"鼉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x89",3,NULL,0,NULL,0}, + {"콎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x8e",3,NULL,0,NULL,0}, + {"팻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xbb",3,NULL,0,NULL,0}, + {"愦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xa6",3,NULL,0,NULL,0}, + {"任",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xbb",3,NULL,0,NULL,0}, + {"哠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xa0",3,NULL,0,NULL,0}, + {"홈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x88",3,NULL,0,NULL,0}, + {"秕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x95",3,NULL,0,NULL,0}, + {"푌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x8c",3,NULL,0,NULL,0}, + {"慝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x9d",3,NULL,0,NULL,0}, + {"㴾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xbe",3,NULL,0,NULL,0}, + {"뤀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x80",3,NULL,0,NULL,0}, + {"椀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x80",3,NULL,0,NULL,0}, + {"穇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x87",3,NULL,0,NULL,0}, + {"潾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xbe",3,NULL,0,NULL,0}, + {"擩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xa9",3,NULL,0,NULL,0}, + {"쌖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x96",3,NULL,0,NULL,0}, + {"㤩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xa9",3,NULL,0,NULL,0}, + {"滢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xa2",3,NULL,0,NULL,0}, + {"瑿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xbf",3,NULL,0,NULL,0}, + {"翂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x82",3,NULL,0,NULL,0}, + {"歯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xaf",3,NULL,0,NULL,0}, + {"마",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xa2",3,NULL,0,NULL,0}, + {"迏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x8f",3,NULL,0,NULL,0}, + {"覃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x83",3,NULL,0,NULL,0}, + {"吾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xbe",3,NULL,0,NULL,0}, + {"ꝸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xac",3,NULL,0,NULL,0}, + {"訆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x86",3,NULL,0,NULL,0}, + {"낥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xa5",3,NULL,0,NULL,0}, + {"퐲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xb2",3,NULL,0,NULL,0}, + {"恸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xb8",3,NULL,0,NULL,0}, + {"㻑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x91",3,NULL,0,NULL,0}, + {"㷊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x8a",3,NULL,0,NULL,0}, + {"̶",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xb6",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xaa",3,NULL,0,NULL,0}, + {"售",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xae",3,NULL,0,NULL,0}, + {"젧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xa7",3,NULL,0,NULL,0}, + {"暛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x9b",3,NULL,0,NULL,0}, + {"닓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x93",3,NULL,0,NULL,0}, + {"탁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x81",3,NULL,0,NULL,0}, + {"鮢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xa2",3,NULL,0,NULL,0}, + {"ᣗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x97",3,NULL,0,NULL,0}, + {"峍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x9c",3,NULL,0,NULL,0}, + {"馨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xa8",3,NULL,0,NULL,0}, + {"ꪞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x9e",3,NULL,0,NULL,0}, + {"罹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xb9",3,NULL,0,NULL,0}, + {"燦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xa6",3,NULL,0,NULL,0}, + {"ᶂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xb8",3,NULL,0,NULL,0}, + {"릇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x87",3,NULL,0,NULL,0}, + {"醉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x89",3,NULL,0,NULL,0}, + {"ᴧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xa7",3,NULL,0,NULL,0}, + {"精",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x9d",3,NULL,0,NULL,0}, + {"끶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xb6",3,NULL,0,NULL,0}, + {"輪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x97",3,NULL,0,NULL,0}, + {"ꖬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xac",3,NULL,0,NULL,0}, + {"悹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xb9",3,NULL,0,NULL,0}, + {"ꙗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x97",3,NULL,0,NULL,0}, + {"⢕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xb0",3,NULL,0,NULL,0}, + {"뎻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xbb",3,NULL,0,NULL,0}, + {"ഒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x9f",3,NULL,0,NULL,0}, + {"ॳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xa9",3,NULL,0,NULL,0}, + {"侌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x8c",3,NULL,0,NULL,0}, + {"꽦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xb2",3,NULL,0,NULL,0}, + {"v",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x96",3,NULL,0,NULL,0}, + {"凍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x8d",3,NULL,0,NULL,0}, + {"ﻗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xa2",3,NULL,0,NULL,0}, + {"忱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xb1",3,NULL,0,NULL,0}, + {"䐩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xa9",3,NULL,0,NULL,0}, + {"陼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xbc",3,NULL,0,NULL,0}, + {"ᤆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x86",3,NULL,0,NULL,0}, + {"屆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xb5",3,NULL,0,NULL,0}, + {"仄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x84",3,NULL,0,NULL,0}, + {"鍯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xaf",3,NULL,0,NULL,0}, + {"綵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xb5",3,NULL,0,NULL,0}, + {"ퟛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x9b",3,NULL,0,NULL,0}, + {"춶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xb6",3,NULL,0,NULL,0}, + {"꡵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xb5",3,NULL,0,NULL,0}, + {"尃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x83",3,NULL,0,NULL,0}, + {"㿵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xb5",3,NULL,0,NULL,0}, + {"埃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x9c",3,NULL,0,NULL,0}, + {"瞈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xac",3,NULL,0,NULL,0}, + {"释",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x8a",3,NULL,0,NULL,0}, + {"充",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xb4",3,NULL,0,NULL,0}, + {"쨏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xa5",3,NULL,0,NULL,0}, + {"莽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xbd",3,NULL,0,NULL,0}, + {"㼋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x8b",3,NULL,0,NULL,0}, + {"﹨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xa8",3,NULL,0,NULL,0}, + {"됬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xac",3,NULL,0,NULL,0}, + {"ㆂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x82",3,NULL,0,NULL,0}, + {"ﻥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xa5",3,NULL,0,NULL,0}, + {"塝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x9d",3,NULL,0,NULL,0}, + {"耔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x94",3,NULL,0,NULL,0}, + {"ラ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa9",3,NULL,0,NULL,0}, + {"霴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xb4",3,NULL,0,NULL,0}, + {"ᾊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x8a",3,NULL,0,NULL,0}, + {"쁹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xb9",3,NULL,0,NULL,0}, + {"ặ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xb7",3,NULL,0,NULL,0}, + {"땎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x8e",3,NULL,0,NULL,0}, + {"鈨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xab",3,NULL,0,NULL,0}, + {"த",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xa4",3,NULL,0,NULL,0}, + {"슾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xbe",3,NULL,0,NULL,0}, + {"袾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xbe",3,NULL,0,NULL,0}, + {"阓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x93",3,NULL,0,NULL,0}, + {"胷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xb7",3,NULL,0,NULL,0}, + {"뇱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xb1",3,NULL,0,NULL,0}, + {"ꑗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x97",3,NULL,0,NULL,0}, + {"甧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x8d",3,NULL,0,NULL,0}, + {"腨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xa8",3,NULL,0,NULL,0}, + {"क",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x95",3,NULL,0,NULL,0}, + {"쩉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x89",3,NULL,0,NULL,0}, + {"놚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x9a",3,NULL,0,NULL,0}, + {"菻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xbb",3,NULL,0,NULL,0}, + {"宬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xac",3,NULL,0,NULL,0}, + {"ꚯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xaf",3,NULL,0,NULL,0}, + {"ƀ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x80",2,NULL,0,NULL,0}, + {"埮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xae",3,NULL,0,NULL,0}, + {"⽃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x83",3,NULL,0,NULL,0}, + {"ᘾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xbe",3,NULL,0,NULL,0}, + {"휍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x8d",3,NULL,0,NULL,0}, + {"¬",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xac",2,NULL,0,NULL,0}, + {"夘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xad",3,NULL,0,NULL,0}, + {"ﴽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xbd",3,NULL,0,NULL,0}, + {"덬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xac",3,NULL,0,NULL,0}, + {"㺄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x84",3,NULL,0,NULL,0}, + {"答",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x94",3,NULL,0,NULL,0}, + {"恑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x91",3,NULL,0,NULL,0}, + {"ੳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xaa",3,NULL,0,NULL,0}, + {"鄆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x86",3,NULL,0,NULL,0}, + {"캮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xae",3,NULL,0,NULL,0}, + {"떻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xbb",3,NULL,0,NULL,0}, + {"⽆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x86",3,NULL,0,NULL,0}, + {"썁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x81",3,NULL,0,NULL,0}, + {"̚",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x9a",2,NULL,0,NULL,0}, + {"籒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x92",3,NULL,0,NULL,0}, + {"跅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x85",3,NULL,0,NULL,0}, + {"␠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xa0",3,NULL,0,NULL,0}, + {"⼅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x85",3,NULL,0,NULL,0}, + {"㛬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xac",3,NULL,0,NULL,0}, + {"S",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"⦲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xb2",3,NULL,0,NULL,0}, + {"峮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xae",3,NULL,0,NULL,0}, + {"ዦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xa6",3,NULL,0,NULL,0}, + {"쾧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xa7",3,NULL,0,NULL,0}, + {"頸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xb8",3,NULL,0,NULL,0}, + {"畘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x87",3,NULL,0,NULL,0}, + {"ᓜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x9c",3,NULL,0,NULL,0}, + {"碓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x93",3,NULL,0,NULL,0}, + {"丈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xbc",3,NULL,0,NULL,0}, + {"暞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x9e",3,NULL,0,NULL,0}, + {"虎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x90",3,NULL,0,NULL,0}, + {"흾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xbe",3,NULL,0,NULL,0}, + {"쟲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xb2",3,NULL,0,NULL,0}, + {"ⅶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xb6",3,NULL,0,NULL,0}, + {"篊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x8a",3,NULL,0,NULL,0}, + {"䎴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xb4",3,NULL,0,NULL,0}, + {"鄜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x99",3,NULL,0,NULL,0}, + {"묹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xb9",3,NULL,0,NULL,0}, + {"ᠽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xbd",3,NULL,0,NULL,0}, + {"ꯊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x8a",3,NULL,0,NULL,0}, + {"⛲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xa7",3,NULL,0,NULL,0}, + {"઴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xb4",3,NULL,0,NULL,0}, + {"⊀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x80",3,NULL,0,NULL,0}, + {"㌢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xa2",3,NULL,0,NULL,0}, + {"칛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x9b",3,NULL,0,NULL,0}, + {"᣶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xb6",3,NULL,0,NULL,0}, + {"ꂼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xbc",3,NULL,0,NULL,0}, + {"כּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xbb",3,NULL,0,NULL,0}, + {"鎜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x9c",3,NULL,0,NULL,0}, + {"훔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x94",3,NULL,0,NULL,0}, + {"⤾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xbe",3,NULL,0,NULL,0}, + {"𣏕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x91",3,NULL,0,NULL,0}, + {"쒩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xa9",3,NULL,0,NULL,0}, + {"硙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x99",3,NULL,0,NULL,0}, + {"繗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x8e",3,NULL,0,NULL,0}, + {"坎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x8e",3,NULL,0,NULL,0}, + {"兴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xb4",3,NULL,0,NULL,0}, + {"㉠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xa0",3,NULL,0,NULL,0}, + {"閃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x83",3,NULL,0,NULL,0}, + {"ᒛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x9b",3,NULL,0,NULL,0}, + {"먝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x8a",3,NULL,0,NULL,0}, + {"ٷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xb7",2,NULL,0,NULL,0}, + {"졢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xa2",3,NULL,0,NULL,0}, + {"辜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x9c",3,NULL,0,NULL,0}, + {"聃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x83",3,NULL,0,NULL,0}, + {"醪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xaa",3,NULL,0,NULL,0}, + {"ᆌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x8c",3,NULL,0,NULL,0}, + {"✸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xb8",3,NULL,0,NULL,0}, + {"陡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xa1",3,NULL,0,NULL,0}, + {"ⸯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xaf",3,NULL,0,NULL,0}, + {"♏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x8f",3,NULL,0,NULL,0}, + {"ȧ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xa7",2,NULL,0,NULL,0}, + {"䑈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x99",3,NULL,0,NULL,0}, + {"⠨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xa8",3,NULL,0,NULL,0}, + {"몲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xb2",3,NULL,0,NULL,0}, + {"ᗬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xac",3,NULL,0,NULL,0}, + {"⢷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xb1",3,NULL,0,NULL,0}, + {"懂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x82",3,NULL,0,NULL,0}, + {"숨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xb4",3,NULL,0,NULL,0}, + {"㧪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xaa",3,NULL,0,NULL,0}, + {"Ỿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xbe",3,NULL,0,NULL,0}, + {"铪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xaa",3,NULL,0,NULL,0}, + {"ꌼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xbc",3,NULL,0,NULL,0}, + {"쯬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xac",3,NULL,0,NULL,0}, + {"挹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xb9",3,NULL,0,NULL,0}, + {"쬕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x95",3,NULL,0,NULL,0}, + {"좁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x81",3,NULL,0,NULL,0}, + {"⡍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x8d",3,NULL,0,NULL,0}, + {"☝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x9d",3,NULL,0,NULL,0}, + {"ꆔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x94",3,NULL,0,NULL,0}, + {"痾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xbe",3,NULL,0,NULL,0}, + {"䥉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x89",3,NULL,0,NULL,0}, + {"⺎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x8e",3,NULL,0,NULL,0}, + {"ⵟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x9f",3,NULL,0,NULL,0}, + {"眙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x99",3,NULL,0,NULL,0}, + {"ⷔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x94",3,NULL,0,NULL,0}, + {"䦢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xa2",3,NULL,0,NULL,0}, + {"㨤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xa4",3,NULL,0,NULL,0}, + {"ᐛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x9b",3,NULL,0,NULL,0}, + {"쾪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xaa",3,NULL,0,NULL,0}, + {"᜶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xb6",3,NULL,0,NULL,0}, + {"뭷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xb7",3,NULL,0,NULL,0}, + {"蛀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x80",3,NULL,0,NULL,0}, + {"獖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x96",3,NULL,0,NULL,0}, + {"嗭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xad",3,NULL,0,NULL,0}, + {"Ⰲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x82",3,NULL,0,NULL,0}, + {"좷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xb7",3,NULL,0,NULL,0}, + {"慼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xbc",3,NULL,0,NULL,0}, + {"䄟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x9f",3,NULL,0,NULL,0}, + {"ⰱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xb1",3,NULL,0,NULL,0}, + {"㢵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xb5",3,NULL,0,NULL,0}, + {"祱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xb1",3,NULL,0,NULL,0}, + {"쮹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xb9",3,NULL,0,NULL,0}, + {"噠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xa0",3,NULL,0,NULL,0}, + {"☋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x8b",3,NULL,0,NULL,0}, + {"ꃻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xbb",3,NULL,0,NULL,0}, + {"⦃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x83",3,NULL,0,NULL,0}, + {"复",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x8d",3,NULL,0,NULL,0}, + {"熩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xa9",3,NULL,0,NULL,0}, + {"蹳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xb3",3,NULL,0,NULL,0}, + {"ﮫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xab",3,NULL,0,NULL,0}, + {"▾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xa3",3,NULL,0,NULL,0}, + {"洚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x9a",3,NULL,0,NULL,0}, + {"爻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xbb",3,NULL,0,NULL,0}, + {"㙸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xb8",3,NULL,0,NULL,0}, + {"ᕕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x95",3,NULL,0,NULL,0}, + {"鱤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xa4",3,NULL,0,NULL,0}, + {"蠊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x8a",3,NULL,0,NULL,0}, + {"撚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x9a",3,NULL,0,NULL,0}, + {"ᦘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x98",3,NULL,0,NULL,0}, + {"驤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xa4",3,NULL,0,NULL,0}, + {"ꭚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x9a",3,NULL,0,NULL,0}, + {"㈎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x8e",3,NULL,0,NULL,0}, + {"ⳋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x8b",3,NULL,0,NULL,0}, + {"갱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xb1",3,NULL,0,NULL,0}, + {"攈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x88",3,NULL,0,NULL,0}, + {"䩛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x9b",3,NULL,0,NULL,0}, + {"ꎯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xaf",3,NULL,0,NULL,0}, + {"䞺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x91",3,NULL,0,NULL,0}, + {"⑁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x81",3,NULL,0,NULL,0}, + {"逵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xb5",3,NULL,0,NULL,0}, + {"泽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xbd",3,NULL,0,NULL,0}, + {"㵁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x81",3,NULL,0,NULL,0}, + {"뢲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xb2",3,NULL,0,NULL,0}, + {"ꋛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x9b",3,NULL,0,NULL,0}, + {"⦙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x99",3,NULL,0,NULL,0}, + {"뿺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xba",3,NULL,0,NULL,0}, + {"଄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x84",3,NULL,0,NULL,0}, + {"曩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xa9",3,NULL,0,NULL,0}, + {"ཎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x8e",3,NULL,0,NULL,0}, + {"곑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x91",3,NULL,0,NULL,0}, + {"囧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xa7",3,NULL,0,NULL,0}, + {"ᄻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xbb",3,NULL,0,NULL,0}, + {"㟩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xa9",3,NULL,0,NULL,0}, + {"齱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xb1",3,NULL,0,NULL,0}, + {"튁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x81",3,NULL,0,NULL,0}, + {"ꔱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xb1",3,NULL,0,NULL,0}, + {"覺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xba",3,NULL,0,NULL,0}, + {"쟋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x8b",3,NULL,0,NULL,0}, + {"氋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x8b",3,NULL,0,NULL,0}, + {"蘢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xa2",3,NULL,0,NULL,0}, + {"骢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xa2",3,NULL,0,NULL,0}, + {"歮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xa0",3,NULL,0,NULL,0}, + {"ꏱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xb1",3,NULL,0,NULL,0}, + {"᳜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x9c",3,NULL,0,NULL,0}, + {"타",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x80",3,NULL,0,NULL,0}, + {"愷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x9e",3,NULL,0,NULL,0}, + {"瀍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x8d",3,NULL,0,NULL,0}, + {"̅",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x85",2,NULL,0,NULL,0}, + {"棻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xbb",3,NULL,0,NULL,0}, + {"촴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xb4",3,NULL,0,NULL,0}, + {"鶛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x9b",3,NULL,0,NULL,0}, + {"ꍪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xaa",3,NULL,0,NULL,0}, + {"額",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x8d",3,NULL,0,NULL,0}, + {"⥟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x9f",3,NULL,0,NULL,0}, + {"䪤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xa4",3,NULL,0,NULL,0}, + {"첵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xb5",3,NULL,0,NULL,0}, + {"鷜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x9c",3,NULL,0,NULL,0}, + {"塜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x9c",3,NULL,0,NULL,0}, + {"핆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x86",3,NULL,0,NULL,0}, + {"溿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xbf",3,NULL,0,NULL,0}, + {"劒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x92",3,NULL,0,NULL,0}, + {"唅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x85",3,NULL,0,NULL,0}, + {"未",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xaa",3,NULL,0,NULL,0}, + {"走",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xb0",3,NULL,0,NULL,0}, + {"쾦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xa6",3,NULL,0,NULL,0}, + {"ꇫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xab",3,NULL,0,NULL,0}, + {"뾱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xb1",3,NULL,0,NULL,0}, + {"薪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xaa",3,NULL,0,NULL,0}, + {"ԭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xad",2,NULL,0,NULL,0}, + {"웲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xb2",3,NULL,0,NULL,0}, + {"徻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xbb",3,NULL,0,NULL,0}, + {"䬓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x93",3,NULL,0,NULL,0}, + {"ꞁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x81",3,NULL,0,NULL,0}, + {"貌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x8c",3,NULL,0,NULL,0}, + {"ᆬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xa1",3,NULL,0,NULL,0}, + {"롂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x82",3,NULL,0,NULL,0}, + {"衠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x84",3,NULL,0,NULL,0}, + {"뺰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x80",3,NULL,0,NULL,0}, + {"뱖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x90",3,NULL,0,NULL,0}, + {"෼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xbc",3,NULL,0,NULL,0}, + {"υ",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x85",2,NULL,0,NULL,0}, + {"祰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xb0",3,NULL,0,NULL,0}, + {"螇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x87",3,NULL,0,NULL,0}, + {"묩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xa9",3,NULL,0,NULL,0}, + {"唥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x85",3,NULL,0,NULL,0}, + {"킖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x96",3,NULL,0,NULL,0}, + {"튲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xb2",3,NULL,0,NULL,0}, + {"詨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xa8",3,NULL,0,NULL,0}, + {"鵪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x9d",3,NULL,0,NULL,0}, + {"枉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x98",3,NULL,0,NULL,0}, + {"鮇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x87",3,NULL,0,NULL,0}, + {"蜀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xaf",3,NULL,0,NULL,0}, + {"忆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x86",3,NULL,0,NULL,0}, + {"蚗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xb4",3,NULL,0,NULL,0}, + {"쏄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x84",3,NULL,0,NULL,0}, + {"ꔰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xb0",3,NULL,0,NULL,0}, + {"꺩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xa9",3,NULL,0,NULL,0}, + {"墻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xbb",3,NULL,0,NULL,0}, + {"昸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xb8",3,NULL,0,NULL,0}, + {"¥",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa5",2,NULL,0,NULL,0}, + {"駗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x97",3,NULL,0,NULL,0}, + {"刷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xb7",3,NULL,0,NULL,0}, + {"鹡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xa1",3,NULL,0,NULL,0}, + {"㥠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xb8",3,NULL,0,NULL,0}, + {"륄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x84",3,NULL,0,NULL,0}, + {"믍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x96",3,NULL,0,NULL,0}, + {"몳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xb3",3,NULL,0,NULL,0}, + {"镐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x90",3,NULL,0,NULL,0}, + {"渟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x9f",3,NULL,0,NULL,0}, + {"㖱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xb1",3,NULL,0,NULL,0}, + {"틬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xac",3,NULL,0,NULL,0}, + {"銠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xa0",3,NULL,0,NULL,0}, + {"랟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x9f",3,NULL,0,NULL,0}, + {"㭛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x9b",3,NULL,0,NULL,0}, + {"볃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x83",3,NULL,0,NULL,0}, + {"秇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x87",3,NULL,0,NULL,0}, + {"뫺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xba",3,NULL,0,NULL,0}, + {"勎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x8e",3,NULL,0,NULL,0}, + {"糔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x94",3,NULL,0,NULL,0}, + {"ힷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xb7",3,NULL,0,NULL,0}, + {"붹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xb9",3,NULL,0,NULL,0}, + {"栚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x9a",3,NULL,0,NULL,0}, + {"珿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xbf",3,NULL,0,NULL,0}, + {"諝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x9d",3,NULL,0,NULL,0}, + {"똟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x9f",3,NULL,0,NULL,0}, + {"뷺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x9d",3,NULL,0,NULL,0}, + {"ꢶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xb6",3,NULL,0,NULL,0}, + {"䴴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xb4",3,NULL,0,NULL,0}, + {"쎕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x95",3,NULL,0,NULL,0}, + {"潴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xb4",3,NULL,0,NULL,0}, + {"㋎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x8e",3,NULL,0,NULL,0}, + {"瓨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xa8",3,NULL,0,NULL,0}, + {"綮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xa5",3,NULL,0,NULL,0}, + {"麪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xaa",3,NULL,0,NULL,0}, + {"ꟽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xbd",3,NULL,0,NULL,0}, + {"裫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xab",3,NULL,0,NULL,0}, + {"퇧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xa7",3,NULL,0,NULL,0}, + {"㢁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x81",3,NULL,0,NULL,0}, + {"ྜྷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x9d",3,NULL,0,NULL,0}, + {"꥖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x96",3,NULL,0,NULL,0}, + {"偊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x8c",3,NULL,0,NULL,0}, + {"觛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x86",3,NULL,0,NULL,0}, + {"秶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xb6",3,NULL,0,NULL,0}, + {"漯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xaf",3,NULL,0,NULL,0}, + {"惠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xa0",3,NULL,0,NULL,0}, + {"ൂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x82",3,NULL,0,NULL,0}, + {"㓕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x95",3,NULL,0,NULL,0}, + {"澎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x8e",3,NULL,0,NULL,0}, + {"瓶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xb6",3,NULL,0,NULL,0}, + {"纥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xa5",3,NULL,0,NULL,0}, + {"뚢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xa2",3,NULL,0,NULL,0}, + {"財",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xa1",3,NULL,0,NULL,0}, + {"ಉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x89",3,NULL,0,NULL,0}, + {"ᕝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x9d",3,NULL,0,NULL,0}, + {"燫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xab",3,NULL,0,NULL,0}, + {"湫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xa3",3,NULL,0,NULL,0}, + {"妿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xbf",3,NULL,0,NULL,0}, + {"㦊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xbd",3,NULL,0,NULL,0}, + {"朒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x92",3,NULL,0,NULL,0}, + {"⽿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xbf",3,NULL,0,NULL,0}, + {":",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,":",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xbd",3,NULL,0,NULL,0}, + {"礋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x8b",3,NULL,0,NULL,0}, + {"땥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xa5",3,NULL,0,NULL,0}, + {"둿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xb6",3,NULL,0,NULL,0}, + {"仩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xa9",3,NULL,0,NULL,0}, + {"옱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xa9",3,NULL,0,NULL,0}, + {"ॶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xb6",3,NULL,0,NULL,0}, + {"혨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xa8",3,NULL,0,NULL,0}, + {"኿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xbf",3,NULL,0,NULL,0}, + {"髌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x8c",3,NULL,0,NULL,0}, + {"賻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xbb",3,NULL,0,NULL,0}, + {"뒰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x8b",3,NULL,0,NULL,0}, + {"茤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xa4",3,NULL,0,NULL,0}, + {"탯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xaf",3,NULL,0,NULL,0}, + {"Ⳡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xa0",3,NULL,0,NULL,0}, + {"哐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x90",3,NULL,0,NULL,0}, + {"퐑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x91",3,NULL,0,NULL,0}, + {"悉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x89",3,NULL,0,NULL,0}, + {"ᛔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x94",3,NULL,0,NULL,0}, + {"닁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x81",3,NULL,0,NULL,0}, + {"︃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x83",3,NULL,0,NULL,0}, + {"ﴕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x95",3,NULL,0,NULL,0}, + {"耆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x86",3,NULL,0,NULL,0}, + {"嵘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x98",3,NULL,0,NULL,0}, + {"⪮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xae",3,NULL,0,NULL,0}, + {"쌒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x92",3,NULL,0,NULL,0}, + {"岱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xb1",3,NULL,0,NULL,0}, + {"ᶻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xbb",3,NULL,0,NULL,0}, + {"饧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xa7",3,NULL,0,NULL,0}, + {"鋤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xa4",3,NULL,0,NULL,0}, + {"ᥜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x9c",3,NULL,0,NULL,0}, + {"層",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xa4",3,NULL,0,NULL,0}, + {"명",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x85",3,NULL,0,NULL,0}, + {"㫃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x83",3,NULL,0,NULL,0}, + {"㰢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xa2",3,NULL,0,NULL,0}, + {"낷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xb7",3,NULL,0,NULL,0}, + {"햷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xb7",3,NULL,0,NULL,0}, + {"輖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x9a",3,NULL,0,NULL,0}, + {"ㆽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xbd",3,NULL,0,NULL,0}, + {"뛭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xad",3,NULL,0,NULL,0}, + {"㻣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xa3",3,NULL,0,NULL,0}, + {"酭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xad",3,NULL,0,NULL,0}, + {"秈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x88",3,NULL,0,NULL,0}, + {"৽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x95",3,NULL,0,NULL,0}, + {"͚",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x9a",2,NULL,0,NULL,0}, + {"᳉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x89",3,NULL,0,NULL,0}, + {"饯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xaf",3,NULL,0,NULL,0}, + {"정",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x95",3,NULL,0,NULL,0}, + {"猶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xbb",3,NULL,0,NULL,0}, + {"ᰬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xac",3,NULL,0,NULL,0}, + {"汫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xab",3,NULL,0,NULL,0}, + {"쩟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x9f",3,NULL,0,NULL,0}, + {"辁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xac",3,NULL,0,NULL,0}, + {"彼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xbc",3,NULL,0,NULL,0}, + {"冀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x80",3,NULL,0,NULL,0}, + {"ૻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xbb",3,NULL,0,NULL,0}, + {"㢙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x99",3,NULL,0,NULL,0}, + {"岿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xbf",3,NULL,0,NULL,0}, + {"머",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x98",3,NULL,0,NULL,0}, + {"义",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x89",3,NULL,0,NULL,0}, + {"馰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xb0",3,NULL,0,NULL,0}, + {"꩖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x96",3,NULL,0,NULL,0}, + {"䁵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xb5",3,NULL,0,NULL,0}, + {"௷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xb7",3,NULL,0,NULL,0}, + {"⇕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x95",3,NULL,0,NULL,0}, + {"퟉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x89",3,NULL,0,NULL,0}, + {"췆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x86",3,NULL,0,NULL,0}, + {"୲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xb2",3,NULL,0,NULL,0}, + {"ᘍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x8d",3,NULL,0,NULL,0}, + {"酻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xbb",3,NULL,0,NULL,0}, + {"즾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x96",3,NULL,0,NULL,0}, + {"﨏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x8f",3,NULL,0,NULL,0}, + {"ꌝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x9d",3,NULL,0,NULL,0}, + {"Ღ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xa6",3,NULL,0,NULL,0}, + {"㾒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x92",3,NULL,0,NULL,0}, + {"暈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x85",3,NULL,0,NULL,0}, + {"띄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x9c",3,NULL,0,NULL,0}, + {"ﵦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xa6",3,NULL,0,NULL,0}, + {"釨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xa8",3,NULL,0,NULL,0}, + {"缮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xae",3,NULL,0,NULL,0}, + {"襁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xb6",3,NULL,0,NULL,0}, + {"䈆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x86",3,NULL,0,NULL,0}, + {"ㅦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x8d",3,NULL,0,NULL,0}, + {"嫔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x94",3,NULL,0,NULL,0}, + {"苈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x88",3,NULL,0,NULL,0}, + {"᪜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x9c",3,NULL,0,NULL,0}, + {"п",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xbf",2,NULL,0,NULL,0}, + {"쫚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x9a",3,NULL,0,NULL,0}, + {"䢎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x8e",3,NULL,0,NULL,0}, + {"덶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xb6",3,NULL,0,NULL,0}, + {"ន",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x93",3,NULL,0,NULL,0}, + {"䑃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x83",3,NULL,0,NULL,0}, + {"꘢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xa2",3,NULL,0,NULL,0}, + {"珖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x96",3,NULL,0,NULL,0}, + {"぀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x80",3,NULL,0,NULL,0}, + {"ꑕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x95",3,NULL,0,NULL,0}, + {"爨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xa8",3,NULL,0,NULL,0}, + {"ࢠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xa0",3,NULL,0,NULL,0}, + {"䖒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x92",3,NULL,0,NULL,0}, + {"᏶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xb6",3,NULL,0,NULL,0}, + {"⾤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xa4",3,NULL,0,NULL,0}, + {"㤋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x8b",3,NULL,0,NULL,0}, + {"ﰍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x8d",3,NULL,0,NULL,0}, + {"ख़",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x99",3,NULL,0,NULL,0}, + {"꒖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x96",3,NULL,0,NULL,0}, + {"櫪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xaa",3,NULL,0,NULL,0}, + {"쨕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x95",3,NULL,0,NULL,0}, + {"巕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x95",3,NULL,0,NULL,0}, + {"㻹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xb9",3,NULL,0,NULL,0}, + {"㒃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x83",3,NULL,0,NULL,0}, + {"場",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x8e",3,NULL,0,NULL,0}, + {"偱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xb1",3,NULL,0,NULL,0}, + {"帴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xaf",3,NULL,0,NULL,0}, + {"អ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xa2",3,NULL,0,NULL,0}, + {"덨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x9c",3,NULL,0,NULL,0}, + {"☴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xb4",3,NULL,0,NULL,0}, + {"䋢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xa2",3,NULL,0,NULL,0}, + {"뗺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xba",3,NULL,0,NULL,0}, + {"夰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xb4",3,NULL,0,NULL,0}, + {"ݩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xa9",2,NULL,0,NULL,0}, + {"ᬵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xb5",3,NULL,0,NULL,0}, + {"댵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xb5",3,NULL,0,NULL,0}, + {"䗱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xb1",3,NULL,0,NULL,0}, + {"៼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xa9",3,NULL,0,NULL,0}, + {"嶘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x98",3,NULL,0,NULL,0}, + {"ﯖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x96",3,NULL,0,NULL,0}, + {"邏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x8f",3,NULL,0,NULL,0}, + {"㈫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xab",3,NULL,0,NULL,0}, + {"崯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xaf",3,NULL,0,NULL,0}, + {"థ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xa5",3,NULL,0,NULL,0}, + {"阫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xab",3,NULL,0,NULL,0}, + {"籮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xae",3,NULL,0,NULL,0}, + {"鄒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x92",3,NULL,0,NULL,0}, + {"ᦽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xbd",3,NULL,0,NULL,0}, + {"⒕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x95",3,NULL,0,NULL,0}, + {"ꆶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xb6",3,NULL,0,NULL,0}, + {"㸈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x88",3,NULL,0,NULL,0}, + {"⊊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x8a",3,NULL,0,NULL,0}, + {"ꃵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xa3",3,NULL,0,NULL,0}, + {"㜙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x88",3,NULL,0,NULL,0}, + {"磢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xa2",3,NULL,0,NULL,0}, + {"솣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xa3",3,NULL,0,NULL,0}, + {"匲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xb9",3,NULL,0,NULL,0}, + {"⭶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xb6",3,NULL,0,NULL,0}, + {"﬎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x8e",3,NULL,0,NULL,0}, + {"꼞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x9e",3,NULL,0,NULL,0}, + {"橇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x87",3,NULL,0,NULL,0}, + {"䵷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xb0",3,NULL,0,NULL,0}, + {"썳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xb3",3,NULL,0,NULL,0}, + {"法",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x84",3,NULL,0,NULL,0}, + {"ߨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xa8",2,NULL,0,NULL,0}, + {"쁍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x8d",3,NULL,0,NULL,0}, + {"雹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xb9",3,NULL,0,NULL,0}, + {"쬱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xb1",3,NULL,0,NULL,0}, + {"姾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x83",3,NULL,0,NULL,0}, + {"퉠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xa0",3,NULL,0,NULL,0}, + {"䔣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xa3",3,NULL,0,NULL,0}, + {"݅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x85",2,NULL,0,NULL,0}, + {"摜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x9c",3,NULL,0,NULL,0}, + {"≼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xbc",3,NULL,0,NULL,0}, + {"妥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xa5",3,NULL,0,NULL,0}, + {"ユ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x95",3,NULL,0,NULL,0}, + {"놲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xb2",3,NULL,0,NULL,0}, + {"␤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xa4",3,NULL,0,NULL,0}, + {"⌑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x91",3,NULL,0,NULL,0}, + {"⤠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x9f",3,NULL,0,NULL,0}, + {"髞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x9e",3,NULL,0,NULL,0}, + {"䷀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x80",3,NULL,0,NULL,0}, + {"설",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xa4",3,NULL,0,NULL,0}, + {"쎙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x99",3,NULL,0,NULL,0}, + {"ꉷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xb7",3,NULL,0,NULL,0}, + {"墕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x95",3,NULL,0,NULL,0}, + {"괡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xa1",3,NULL,0,NULL,0}, + {"ꆾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xbe",3,NULL,0,NULL,0}, + {"ꮾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xbe",3,NULL,0,NULL,0}, + {"Ϫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xaa",2,NULL,0,NULL,0}, + {"皍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x8d",3,NULL,0,NULL,0}, + {"䏄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x84",3,NULL,0,NULL,0}, + {"ᅨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x8b",3,NULL,0,NULL,0}, + {"큣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xa3",3,NULL,0,NULL,0}, + {"ب",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xa8",2,NULL,0,NULL,0}, + {"ၿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xbf",3,NULL,0,NULL,0}, + {"⤮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xae",3,NULL,0,NULL,0}, + {"멫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xab",3,NULL,0,NULL,0}, + {"뾧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xa7",3,NULL,0,NULL,0}, + {"ᙗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x97",3,NULL,0,NULL,0}, + {"ೃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x91",3,NULL,0,NULL,0}, + {"㩣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xa3",3,NULL,0,NULL,0}, + {"ꎡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x8d",3,NULL,0,NULL,0}, + {"韕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x95",3,NULL,0,NULL,0}, + {"l",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"䊣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xa3",3,NULL,0,NULL,0}, + {"ᑉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x89",3,NULL,0,NULL,0}, + {"镩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xa0",3,NULL,0,NULL,0}, + {"㝹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xb9",3,NULL,0,NULL,0}, + {"魝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x9d",3,NULL,0,NULL,0}, + {"蛩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xa9",3,NULL,0,NULL,0}, + {"ā",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x81",2,NULL,0,NULL,0}, + {"끿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xbf",3,NULL,0,NULL,0}, + {"虢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xa2",3,NULL,0,NULL,0}, + {"媍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x8d",3,NULL,0,NULL,0}, + {"壖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x96",3,NULL,0,NULL,0}, + {"Ⓢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x88",3,NULL,0,NULL,0}, + {"鈛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x9b",3,NULL,0,NULL,0}, + {"䠶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xb6",3,NULL,0,NULL,0}, + {"఼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xbc",3,NULL,0,NULL,0}, + {"團",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x98",3,NULL,0,NULL,0}, + {"躚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x9a",3,NULL,0,NULL,0}, + {"먣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xa3",3,NULL,0,NULL,0}, + {"䭓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x93",3,NULL,0,NULL,0}, + {"勊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x8a",3,NULL,0,NULL,0}, + {"ᄂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x82",3,NULL,0,NULL,0}, + {"ᒀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x80",3,NULL,0,NULL,0}, + {"爑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x91",3,NULL,0,NULL,0}, + {"얠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xa0",3,NULL,0,NULL,0}, + {"蜣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xa3",3,NULL,0,NULL,0}, + {"췛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x9b",3,NULL,0,NULL,0}, + {"羇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x87",3,NULL,0,NULL,0}, + {"ﱎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x8e",3,NULL,0,NULL,0}, + {"껈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x88",3,NULL,0,NULL,0}, + {"ه",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x87",2,NULL,0,NULL,0}, + {"퓹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xb9",3,NULL,0,NULL,0}, + {"㞰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xac",3,NULL,0,NULL,0}, + {"䝫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xab",3,NULL,0,NULL,0}, + {"⯎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x8e",3,NULL,0,NULL,0}, + {"Ū",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xaa",2,NULL,0,NULL,0}, + {"蕺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xba",3,NULL,0,NULL,0}, + {"適",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xa9",3,NULL,0,NULL,0}, + {"澏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x8f",3,NULL,0,NULL,0}, + {"좃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x83",3,NULL,0,NULL,0}, + {"퓨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xa8",3,NULL,0,NULL,0}, + {"겘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x98",3,NULL,0,NULL,0}, + {"Ⱶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xbb",3,NULL,0,NULL,0}, + {"蓩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xa9",3,NULL,0,NULL,0}, + {"嚪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xaa",3,NULL,0,NULL,0}, + {"⹧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xa7",3,NULL,0,NULL,0}, + {"⪎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x8e",3,NULL,0,NULL,0}, + {"蟒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x92",3,NULL,0,NULL,0}, + {"ᾓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x93",3,NULL,0,NULL,0}, + {"ꥁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x81",3,NULL,0,NULL,0}, + {"궔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x94",3,NULL,0,NULL,0}, + {"䪽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xbd",3,NULL,0,NULL,0}, + {"礽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xbd",3,NULL,0,NULL,0}, + {"衂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x82",3,NULL,0,NULL,0}, + {"າ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xb2",3,NULL,0,NULL,0}, + {"ꝫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xab",3,NULL,0,NULL,0}, + {"㗽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xbd",3,NULL,0,NULL,0}, + {"ﻁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x92",3,NULL,0,NULL,0}, + {"䙙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x99",3,NULL,0,NULL,0}, + {"騑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x91",3,NULL,0,NULL,0}, + {"뭵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xb5",3,NULL,0,NULL,0}, + {"桜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x9c",3,NULL,0,NULL,0}, + {"獲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xb2",3,NULL,0,NULL,0}, + {"賮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xae",3,NULL,0,NULL,0}, + {"逧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xa7",3,NULL,0,NULL,0}, + {"鵊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x8a",3,NULL,0,NULL,0}, + {"鶓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x93",3,NULL,0,NULL,0}, + {"暔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x94",3,NULL,0,NULL,0}, + {"㢧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xa7",3,NULL,0,NULL,0}, + {"笊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x8a",3,NULL,0,NULL,0}, + {"ꊃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xad",3,NULL,0,NULL,0}, + {"䰞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x9e",3,NULL,0,NULL,0}, + {"툜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x9c",3,NULL,0,NULL,0}, + {"읺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xba",3,NULL,0,NULL,0}, + {"퓏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x8f",3,NULL,0,NULL,0}, + {"켫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xab",3,NULL,0,NULL,0}, + {"襻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xbb",3,NULL,0,NULL,0}, + {"㢜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x88",3,NULL,0,NULL,0}, + {"毩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xa9",3,NULL,0,NULL,0}, + {"燨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xa8",3,NULL,0,NULL,0}, + {"猉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x89",3,NULL,0,NULL,0}, + {"띙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x99",3,NULL,0,NULL,0}, + {"杜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x9c",3,NULL,0,NULL,0}, + {"燵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xb5",3,NULL,0,NULL,0}, + {"꣐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x90",3,NULL,0,NULL,0}, + {"䳐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x90",3,NULL,0,NULL,0}, + {"鱜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x9c",3,NULL,0,NULL,0}, + {"澫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xab",3,NULL,0,NULL,0}, + {"홵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xb5",3,NULL,0,NULL,0}, + {"퐣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xa3",3,NULL,0,NULL,0}, + {"푂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x82",3,NULL,0,NULL,0}, + {"鶡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xa1",3,NULL,0,NULL,0}, + {"ണ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xa3",3,NULL,0,NULL,0}, + {"ၒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x92",3,NULL,0,NULL,0}, + {"폖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x96",3,NULL,0,NULL,0}, + {"悬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xac",3,NULL,0,NULL,0}, + {"몓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x93",3,NULL,0,NULL,0}, + {"跥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xa5",3,NULL,0,NULL,0}, + {"竈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x88",3,NULL,0,NULL,0}, + {"룂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x9e",3,NULL,0,NULL,0}, + {"몂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x82",3,NULL,0,NULL,0}, + {"뿮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xae",3,NULL,0,NULL,0}, + {"鸎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x8e",3,NULL,0,NULL,0}, + {"鐌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x8c",3,NULL,0,NULL,0}, + {"ﵮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xae",3,NULL,0,NULL,0}, + {"ﴂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x82",3,NULL,0,NULL,0}, + {"ᎍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x8d",3,NULL,0,NULL,0}, + {"趶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x98",3,NULL,0,NULL,0}, + {"ᄹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xb9",3,NULL,0,NULL,0}, + {"䣝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x9d",3,NULL,0,NULL,0}, + {"䬁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xa7",3,NULL,0,NULL,0}, + {"然",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xb6",3,NULL,0,NULL,0}, + {"尹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xb9",3,NULL,0,NULL,0}, + {"㓝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x88",3,NULL,0,NULL,0}, + {"牣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xa3",3,NULL,0,NULL,0}, + {"㌋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x8b",3,NULL,0,NULL,0}, + {"煎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x8e",3,NULL,0,NULL,0}, + {"ⲫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xab",3,NULL,0,NULL,0}, + {"퓤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xa4",3,NULL,0,NULL,0}, + {"㜑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x91",3,NULL,0,NULL,0}, + {"誚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x9a",3,NULL,0,NULL,0}, + {"ո",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xb8",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xb1",3,NULL,0,NULL,0}, + {"깊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x8a",3,NULL,0,NULL,0}, + {"ሑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x91",3,NULL,0,NULL,0}, + {"ೞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x9e",3,NULL,0,NULL,0}, + {"劆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x86",3,NULL,0,NULL,0}, + {"赴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xb4",3,NULL,0,NULL,0}, + {"鰶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xb6",3,NULL,0,NULL,0}, + {"픶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xb6",3,NULL,0,NULL,0}, + {"噊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x8a",3,NULL,0,NULL,0}, + {"衻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xbb",3,NULL,0,NULL,0}, + {"藚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x9a",3,NULL,0,NULL,0}, + {"淀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x80",3,NULL,0,NULL,0}, + {"꽸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xb8",3,NULL,0,NULL,0}, + {"஗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x97",3,NULL,0,NULL,0}, + {"鉟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x9f",3,NULL,0,NULL,0}, + {"쎩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xa9",3,NULL,0,NULL,0}, + {"⭚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x9a",3,NULL,0,NULL,0}, + {"䁍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x8d",3,NULL,0,NULL,0}, + {"䮰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xb0",3,NULL,0,NULL,0}, + {"ᴀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x80",3,NULL,0,NULL,0}, + {"裏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x8f",3,NULL,0,NULL,0}, + {"묣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xa3",3,NULL,0,NULL,0}, + {"핿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xbf",3,NULL,0,NULL,0}, + {"튎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x8e",3,NULL,0,NULL,0}, + {"㫴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xb4",3,NULL,0,NULL,0}, + {"㌶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xb6",3,NULL,0,NULL,0}, + {"㫿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xbf",3,NULL,0,NULL,0}, + {"뵤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xa4",3,NULL,0,NULL,0}, + {"꘬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xac",3,NULL,0,NULL,0}, + {"戨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xa8",3,NULL,0,NULL,0}, + {"枓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x93",3,NULL,0,NULL,0}, + {"醽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xbd",3,NULL,0,NULL,0}, + {"灊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x8a",3,NULL,0,NULL,0}, + {"粴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xb4",3,NULL,0,NULL,0}, + {"붻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x8e",3,NULL,0,NULL,0}, + {"ﲱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xb1",3,NULL,0,NULL,0}, + {"ᯊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x8a",3,NULL,0,NULL,0}, + {"㸽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xbd",3,NULL,0,NULL,0}, + {"㱯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xaf",3,NULL,0,NULL,0}, + {"䯐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x9f",3,NULL,0,NULL,0}, + {"瑠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xa0",3,NULL,0,NULL,0}, + {"袱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xb1",3,NULL,0,NULL,0}, + {"玣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xa3",3,NULL,0,NULL,0}, + {"ﻺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xba",3,NULL,0,NULL,0}, + {"᮱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xb1",3,NULL,0,NULL,0}, + {"웱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xb1",3,NULL,0,NULL,0}, + {"㣴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xb4",3,NULL,0,NULL,0}, + {"昼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xbc",3,NULL,0,NULL,0}, + {"亙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x85",3,NULL,0,NULL,0}, + {"ꠇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x87",3,NULL,0,NULL,0}, + {"裩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xa9",3,NULL,0,NULL,0}, + {"㮧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xa7",3,NULL,0,NULL,0}, + {"銨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xa8",3,NULL,0,NULL,0}, + {"俥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xa5",3,NULL,0,NULL,0}, + {"얝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x9d",3,NULL,0,NULL,0}, + {"僢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xa2",3,NULL,0,NULL,0}, + {"ⶊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x8a",3,NULL,0,NULL,0}, + {"襒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x92",3,NULL,0,NULL,0}, + {"퍖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x96",3,NULL,0,NULL,0}, + {"希",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x8c",3,NULL,0,NULL,0}, + {"㠇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x87",3,NULL,0,NULL,0}, + {"芛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x82",3,NULL,0,NULL,0}, + {"鑞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x83",3,NULL,0,NULL,0}, + {"᭯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xaf",3,NULL,0,NULL,0}, + {"䆟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x9f",3,NULL,0,NULL,0}, + {"䱏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x8f",3,NULL,0,NULL,0}, + {"픤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xa4",3,NULL,0,NULL,0}, + {"〆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x86",3,NULL,0,NULL,0}, + {"៉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x89",3,NULL,0,NULL,0}, + {"땳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xb3",3,NULL,0,NULL,0}, + {"￱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xb1",3,NULL,0,NULL,0}, + {"嗌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x8c",3,NULL,0,NULL,0}, + {"嶁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x81",3,NULL,0,NULL,0}, + {"뺃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x8f",3,NULL,0,NULL,0}, + {"뗤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xa4",3,NULL,0,NULL,0}, + {"⽭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xad",3,NULL,0,NULL,0}, + {"峺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xba",3,NULL,0,NULL,0}, + {"偖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x96",3,NULL,0,NULL,0}, + {"廫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xab",3,NULL,0,NULL,0}, + {"꓍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x8d",3,NULL,0,NULL,0}, + {"͟",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x9f",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x85",3,NULL,0,NULL,0}, + {"죭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xad",3,NULL,0,NULL,0}, + {"䶰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xbf",3,NULL,0,NULL,0}, + {"듓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x93",3,NULL,0,NULL,0}, + {"씬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xae",3,NULL,0,NULL,0}, + {"옽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xbd",3,NULL,0,NULL,0}, + {"躎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x8e",3,NULL,0,NULL,0}, + {"觙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x99",3,NULL,0,NULL,0}, + {"연",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xb0",3,NULL,0,NULL,0}, + {"ᒰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb0",3,NULL,0,NULL,0}, + {"䅝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x9d",3,NULL,0,NULL,0}, + {"ﹺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xba",3,NULL,0,NULL,0}, + {"苤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xa4",3,NULL,0,NULL,0}, + {"纷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xb7",3,NULL,0,NULL,0}, + {"惍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x8d",3,NULL,0,NULL,0}, + {"嶻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xbb",3,NULL,0,NULL,0}, + {"羞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x9e",3,NULL,0,NULL,0}, + {"ಋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x8b",3,NULL,0,NULL,0}, + {"唳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xb3",3,NULL,0,NULL,0}, + {"鄫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xab",3,NULL,0,NULL,0}, + {"ᤞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x9e",3,NULL,0,NULL,0}, + {"飞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x9e",3,NULL,0,NULL,0}, + {"庩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xa9",3,NULL,0,NULL,0}, + {"匝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x9d",3,NULL,0,NULL,0}, + {"⚆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x86",3,NULL,0,NULL,0}, + {"錄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x84",3,NULL,0,NULL,0}, + {"傜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x9c",3,NULL,0,NULL,0}, + {"瑩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xae",3,NULL,0,NULL,0}, + {"옣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x89",3,NULL,0,NULL,0}, + {"ꂡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xa1",3,NULL,0,NULL,0}, + {"㹞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x83",3,NULL,0,NULL,0}, + {"벟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x9f",3,NULL,0,NULL,0}, + {"槳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xb3",3,NULL,0,NULL,0}, + {"硤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xa4",3,NULL,0,NULL,0}, + {"㇭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xad",3,NULL,0,NULL,0}, + {"繈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x88",3,NULL,0,NULL,0}, + {"聩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xa9",3,NULL,0,NULL,0}, + {"㼮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xae",3,NULL,0,NULL,0}, + {"榊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x8a",3,NULL,0,NULL,0}, + {"῁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x81",3,NULL,0,NULL,0}, + {"ử",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xad",3,NULL,0,NULL,0}, + {"랆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x86",3,NULL,0,NULL,0}, + {"Დ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x93",3,NULL,0,NULL,0}, + {"︂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x82",3,NULL,0,NULL,0}, + {"宺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xba",3,NULL,0,NULL,0}, + {"凴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xb4",3,NULL,0,NULL,0}, + {"︉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x89",3,NULL,0,NULL,0}, + {"ᡨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xa8",3,NULL,0,NULL,0}, + {"讙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x99",3,NULL,0,NULL,0}, + {"꫏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x8f",3,NULL,0,NULL,0}, + {"ૡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xa1",3,NULL,0,NULL,0}, + {"ꓷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xb7",3,NULL,0,NULL,0}, + {"뉶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xb6",3,NULL,0,NULL,0}, + {"傲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xb2",3,NULL,0,NULL,0}, + {"Ⴖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xb6",3,NULL,0,NULL,0}, + {"ﴔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x94",3,NULL,0,NULL,0}, + {"⢄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x84",3,NULL,0,NULL,0}, + {"릢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xa2",3,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x80",3,NULL,0,NULL,0}, + {"ﭦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xa6",3,NULL,0,NULL,0}, + {"ᥘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x98",3,NULL,0,NULL,0}, + {"녖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x96",3,NULL,0,NULL,0}, + {"쓌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x8c",3,NULL,0,NULL,0}, + {"䤺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xba",3,NULL,0,NULL,0}, + {"뛟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x9f",3,NULL,0,NULL,0}, + {"肋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x9f",3,NULL,0,NULL,0}, + {"ꀟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x9f",3,NULL,0,NULL,0}, + {"䀰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xb0",3,NULL,0,NULL,0}, + {"ꀸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xb8",3,NULL,0,NULL,0}, + {"햵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xb5",3,NULL,0,NULL,0}, + {"陼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x92",3,NULL,0,NULL,0}, + {"䗄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x84",3,NULL,0,NULL,0}, + {"끦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xa6",3,NULL,0,NULL,0}, + {"Ẏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x8e",3,NULL,0,NULL,0}, + {"缞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x92",3,NULL,0,NULL,0}, + {"䖚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x9a",3,NULL,0,NULL,0}, + {"쩲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xb2",3,NULL,0,NULL,0}, + {"츗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x97",3,NULL,0,NULL,0}, + {"⮦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xa6",3,NULL,0,NULL,0}, + {"〼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xbc",3,NULL,0,NULL,0}, + {"ﮐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x90",3,NULL,0,NULL,0}, + {"⠅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x85",3,NULL,0,NULL,0}, + {"짞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x9e",3,NULL,0,NULL,0}, + {"냏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x8f",3,NULL,0,NULL,0}, + {"䣱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xb1",3,NULL,0,NULL,0}, + {"ࣺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xba",3,NULL,0,NULL,0}, + {"㽶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xb6",3,NULL,0,NULL,0}, + {"≒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xa9",3,NULL,0,NULL,0}, + {"앬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xac",3,NULL,0,NULL,0}, + {"饦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xb1",3,NULL,0,NULL,0}, + {"딴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xbf",3,NULL,0,NULL,0}, + {"꽐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x90",3,NULL,0,NULL,0}, + {"",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xaa",3,NULL,0,NULL,0}, + {"찑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x91",3,NULL,0,NULL,0}, + {"둄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x93",3,NULL,0,NULL,0}, + {"뀋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xa3",3,NULL,0,NULL,0}, + {"ϋ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x8b",2,NULL,0,NULL,0}, + {"᪘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x98",3,NULL,0,NULL,0}, + {"娕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x95",3,NULL,0,NULL,0}, + {"兦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xa6",3,NULL,0,NULL,0}, + {"늿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xbf",3,NULL,0,NULL,0}, + {"ញ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x89",3,NULL,0,NULL,0}, + {"◮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xae",3,NULL,0,NULL,0}, + {"奢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xa2",3,NULL,0,NULL,0}, + {"媼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xbc",3,NULL,0,NULL,0}, + {"隢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xa2",3,NULL,0,NULL,0}, + {"艨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xa8",3,NULL,0,NULL,0}, + {"ὺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xb4",3,NULL,0,NULL,0}, + {"쭱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x8f",3,NULL,0,NULL,0}, + {"螕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x8c",3,NULL,0,NULL,0}, + {"⍺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xba",3,NULL,0,NULL,0}, + {"㊢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xa2",3,NULL,0,NULL,0}, + {"춐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x90",3,NULL,0,NULL,0}, + {"쇢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xa2",3,NULL,0,NULL,0}, + {"즀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x80",3,NULL,0,NULL,0}, + {"脷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xb7",3,NULL,0,NULL,0}, + {"ﰗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x82",3,NULL,0,NULL,0}, + {"寳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xb3",3,NULL,0,NULL,0}, + {"郈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x88",3,NULL,0,NULL,0}, + {"ซ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x8b",3,NULL,0,NULL,0}, + {"⾜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x9c",3,NULL,0,NULL,0}, + {"䝞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xb5",3,NULL,0,NULL,0}, + {"㑫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xab",3,NULL,0,NULL,0}, + {"䏝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x9d",3,NULL,0,NULL,0}, + {"걹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x80",3,NULL,0,NULL,0}, + {"쮒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x92",3,NULL,0,NULL,0}, + {"샀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x80",3,NULL,0,NULL,0}, + {"軺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x8b",3,NULL,0,NULL,0}, + {"읗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x97",3,NULL,0,NULL,0}, + {"⦤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xa4",3,NULL,0,NULL,0}, + {"冧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xa7",3,NULL,0,NULL,0}, + {"䗻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xbb",3,NULL,0,NULL,0}, + {"Ԗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x96",2,NULL,0,NULL,0}, + {"ݰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xb0",2,NULL,0,NULL,0}, + {"귶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xb6",3,NULL,0,NULL,0}, + {"➙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x99",3,NULL,0,NULL,0}, + {"쾋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x8b",3,NULL,0,NULL,0}, + {"뽺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xba",3,NULL,0,NULL,0}, + {"縳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xb3",3,NULL,0,NULL,0}, + {"ᆿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xbf",3,NULL,0,NULL,0}, + {"ῧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xb5",3,NULL,0,NULL,0}, + {"눗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x97",3,NULL,0,NULL,0}, + {"坷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xb7",3,NULL,0,NULL,0}, + {"尩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xa9",3,NULL,0,NULL,0}, + {"蒁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x81",3,NULL,0,NULL,0}, + {"ꂆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x80",3,NULL,0,NULL,0}, + {"∇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x87",3,NULL,0,NULL,0}, + {"송",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xa1",3,NULL,0,NULL,0}, + {"闞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x9e",3,NULL,0,NULL,0}, + {"贻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xbb",3,NULL,0,NULL,0}, + {"楗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xb1",3,NULL,0,NULL,0}, + {"휳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xb3",3,NULL,0,NULL,0}, + {"넧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xa7",3,NULL,0,NULL,0}, + {"᩟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x9f",3,NULL,0,NULL,0}, + {"╿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xbf",3,NULL,0,NULL,0}, + {"嬽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xbd",3,NULL,0,NULL,0}, + {"፽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xbd",3,NULL,0,NULL,0}, + {"ꈷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xb7",3,NULL,0,NULL,0}, + {"쳈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x88",3,NULL,0,NULL,0}, + {"鷷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xb7",3,NULL,0,NULL,0}, + {"쁏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x8f",3,NULL,0,NULL,0}, + {"ゔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x94",3,NULL,0,NULL,0}, + {"국",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xad",3,NULL,0,NULL,0}, + {"迣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xa3",3,NULL,0,NULL,0}, + {"릴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xb4",3,NULL,0,NULL,0}, + {"뒷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xb7",3,NULL,0,NULL,0}, + {"䬸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xb8",3,NULL,0,NULL,0}, + {"ӕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x95",2,NULL,0,NULL,0}, + {"㝍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x8d",3,NULL,0,NULL,0}, + {"퀒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x92",3,NULL,0,NULL,0}, + {"뮌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x8c",3,NULL,0,NULL,0}, + {"ラ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x8e",3,NULL,0,NULL,0}, + {"疹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x90",3,NULL,0,NULL,0}, + {"뻃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x83",3,NULL,0,NULL,0}, + {"䔑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x91",3,NULL,0,NULL,0}, + {"턈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x88",3,NULL,0,NULL,0}, + {"蝴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xa5",3,NULL,0,NULL,0}, + {"髒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x92",3,NULL,0,NULL,0}, + {"ዎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x8e",3,NULL,0,NULL,0}, + {"䊑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x91",3,NULL,0,NULL,0}, + {"ھ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xbe",2,NULL,0,NULL,0}, + {"t",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"蛛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x9b",3,NULL,0,NULL,0}, + {"깵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xb5",3,NULL,0,NULL,0}, + {"뫥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xa5",3,NULL,0,NULL,0}, + {"ጻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xbb",3,NULL,0,NULL,0}, + {"ꉵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xaa",3,NULL,0,NULL,0}, + {"ڏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x8f",2,NULL,0,NULL,0}, + {"墇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x87",3,NULL,0,NULL,0}, + {"㬳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xb3",3,NULL,0,NULL,0}, + {"盰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xb0",3,NULL,0,NULL,0}, + {"꿇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x87",3,NULL,0,NULL,0}, + {"笪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xaa",3,NULL,0,NULL,0}, + {"蚨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xa8",3,NULL,0,NULL,0}, + {"㓼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xbc",3,NULL,0,NULL,0}, + {"첕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xa3",3,NULL,0,NULL,0}, + {"Ꙧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xa6",3,NULL,0,NULL,0}, + {"壌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x8c",3,NULL,0,NULL,0}, + {"※",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xbb",3,NULL,0,NULL,0}, + {"駺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xba",3,NULL,0,NULL,0}, + {"蔴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xb4",3,NULL,0,NULL,0}, + {"嘳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xb3",3,NULL,0,NULL,0}, + {"統",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xb1",3,NULL,0,NULL,0}, + {"癐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x90",3,NULL,0,NULL,0}, + {"䭹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xb9",3,NULL,0,NULL,0}, + {"츸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xb8",3,NULL,0,NULL,0}, + {"犌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x8c",3,NULL,0,NULL,0}, + {"ؠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xa0",2,NULL,0,NULL,0}, + {"㛆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x86",3,NULL,0,NULL,0}, + {"밥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xa5",3,NULL,0,NULL,0}, + {"㗄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x84",3,NULL,0,NULL,0}, + {"囕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xa3",3,NULL,0,NULL,0}, + {"甲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xb2",3,NULL,0,NULL,0}, + {"럖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x96",3,NULL,0,NULL,0}, + {"뼬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xac",3,NULL,0,NULL,0}, + {"㠓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x93",3,NULL,0,NULL,0}, + {"ٍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x8d",2,NULL,0,NULL,0}, + {"㎠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xa0",3,NULL,0,NULL,0}, + {"刈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x88",3,NULL,0,NULL,0}, + {"鯵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xb5",3,NULL,0,NULL,0}, + {"秧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xa7",3,NULL,0,NULL,0}, + {"虲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xb2",3,NULL,0,NULL,0}, + {"鲿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xbf",3,NULL,0,NULL,0}, + {"ၘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xa6",3,NULL,0,NULL,0}, + {"객",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x9d",3,NULL,0,NULL,0}, + {"꙰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xb0",3,NULL,0,NULL,0}, + {"淺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x8f",3,NULL,0,NULL,0}, + {"蓳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xb3",3,NULL,0,NULL,0}, + {"⹕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x8a",3,NULL,0,NULL,0}, + {"褘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x98",3,NULL,0,NULL,0}, + {"熴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xb4",3,NULL,0,NULL,0}, + {"骋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xa2",3,NULL,0,NULL,0}, + {"嚶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xb6",3,NULL,0,NULL,0}, + {"終",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x82",3,NULL,0,NULL,0}, + {"扫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xab",3,NULL,0,NULL,0}, + {"∈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x88",3,NULL,0,NULL,0}, + {"敵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xb5",3,NULL,0,NULL,0}, + {"爣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xa3",3,NULL,0,NULL,0}, + {"柷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xb7",3,NULL,0,NULL,0}, + {"圬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xac",3,NULL,0,NULL,0}, + {"桨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xa8",3,NULL,0,NULL,0}, + {"혗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x97",3,NULL,0,NULL,0}, + {"挋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xb2",3,NULL,0,NULL,0}, + {"鳹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xb9",3,NULL,0,NULL,0}, + {"晋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x8b",3,NULL,0,NULL,0}, + {"㞼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xbc",3,NULL,0,NULL,0}, + {"倷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xb7",3,NULL,0,NULL,0}, + {"钕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x95",3,NULL,0,NULL,0}, + {"밆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x82",3,NULL,0,NULL,0}, + {"穢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xa2",3,NULL,0,NULL,0}, + {"ᅢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa2",3,NULL,0,NULL,0}, + {"䁺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xba",3,NULL,0,NULL,0}, + {"㭨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xa5",3,NULL,0,NULL,0}, + {"甏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x8f",3,NULL,0,NULL,0}, + {"軌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x8c",3,NULL,0,NULL,0}, + {"瑲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xb2",3,NULL,0,NULL,0}, + {"竺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xba",3,NULL,0,NULL,0}, + {"젓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x93",3,NULL,0,NULL,0}, + {"ꤳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xb3",3,NULL,0,NULL,0}, + {"䱁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x81",3,NULL,0,NULL,0}, + {"羔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x94",3,NULL,0,NULL,0}, + {"탵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xb5",3,NULL,0,NULL,0}, + {"懤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xa4",3,NULL,0,NULL,0}, + {"衒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xa3",3,NULL,0,NULL,0}, + {"ꝙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x82",3,NULL,0,NULL,0}, + {"ຆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x86",3,NULL,0,NULL,0}, + {"‣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa3",3,NULL,0,NULL,0}, + {"ɰ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xb0",2,NULL,0,NULL,0}, + {"팄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x84",3,NULL,0,NULL,0}, + {"ꤒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x92",3,NULL,0,NULL,0}, + {"伂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x82",3,NULL,0,NULL,0}, + {"憒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x92",3,NULL,0,NULL,0}, + {"퟊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x8a",3,NULL,0,NULL,0}, + {"࿁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x81",3,NULL,0,NULL,0}, + {"ꚥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xa5",3,NULL,0,NULL,0}, + {"업",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x85",3,NULL,0,NULL,0}, + {"졑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x91",3,NULL,0,NULL,0}, + {"抬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x8f",3,NULL,0,NULL,0}, + {"ḛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x9b",3,NULL,0,NULL,0}, + {"飻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x93",3,NULL,0,NULL,0}, + {"賊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x8a",3,NULL,0,NULL,0}, + {"뀙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x99",3,NULL,0,NULL,0}, + {"飔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x94",3,NULL,0,NULL,0}, + {"픞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x9e",3,NULL,0,NULL,0}, + {"鏁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x81",3,NULL,0,NULL,0}, + {"齒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x92",3,NULL,0,NULL,0}, + {"峔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x94",3,NULL,0,NULL,0}, + {"풗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x97",3,NULL,0,NULL,0}, + {"蹅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x85",3,NULL,0,NULL,0}, + {"駇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x87",3,NULL,0,NULL,0}, + {"⟼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xbc",3,NULL,0,NULL,0}, + {"ఎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x9e",3,NULL,0,NULL,0}, + {"욊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x8a",3,NULL,0,NULL,0}, + {"ꩩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xa9",3,NULL,0,NULL,0}, + {"耸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xb8",3,NULL,0,NULL,0}, + {"ⷺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x92",3,NULL,0,NULL,0}, + {"㰏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xa3",3,NULL,0,NULL,0}, + {"㪮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xae",3,NULL,0,NULL,0}, + {"稹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xb9",3,NULL,0,NULL,0}, + {"ꗡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xa1",3,NULL,0,NULL,0}, + {"ꏙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x8c",3,NULL,0,NULL,0}, + {"洧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xa7",3,NULL,0,NULL,0}, + {"봞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x9e",3,NULL,0,NULL,0}, + {"ည",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x8a",3,NULL,0,NULL,0}, + {"Õ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x95",2,NULL,0,NULL,0}, + {"㹎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x8e",3,NULL,0,NULL,0}, + {"ꔈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xae",3,NULL,0,NULL,0}, + {"猣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xa3",3,NULL,0,NULL,0}, + {"촀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x80",3,NULL,0,NULL,0}, + {"䃽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xbd",3,NULL,0,NULL,0}, + {"鸲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x82",3,NULL,0,NULL,0}, + {"ధ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xa7",3,NULL,0,NULL,0}, + {"눸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xb8",3,NULL,0,NULL,0}, + {"馍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x8d",3,NULL,0,NULL,0}, + {"衩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xa9",3,NULL,0,NULL,0}, + {"鍦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xa6",3,NULL,0,NULL,0}, + {"웄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x84",3,NULL,0,NULL,0}, + {"怐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x90",3,NULL,0,NULL,0}, + {"ௐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x90",3,NULL,0,NULL,0}, + {"᤹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xb9",3,NULL,0,NULL,0}, + {"龓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x93",3,NULL,0,NULL,0}, + {"⑲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xb2",3,NULL,0,NULL,0}, + {"슽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xbd",3,NULL,0,NULL,0}, + {"༇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x87",3,NULL,0,NULL,0}, + {"尻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xbb",3,NULL,0,NULL,0}, + {"弑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x91",3,NULL,0,NULL,0}, + {"牱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xb1",3,NULL,0,NULL,0}, + {"헠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xa0",3,NULL,0,NULL,0}, + {"ꢢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xa2",3,NULL,0,NULL,0}, + {"ퟢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x92",3,NULL,0,NULL,0}, + {"醐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x90",3,NULL,0,NULL,0}, + {"濓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x93",3,NULL,0,NULL,0}, + {"搃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x83",3,NULL,0,NULL,0}, + {"缃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x83",3,NULL,0,NULL,0}, + {"扄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x84",3,NULL,0,NULL,0}, + {"ﷆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x86",3,NULL,0,NULL,0}, + {"醿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xb4",3,NULL,0,NULL,0}, + {"䴋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x8b",3,NULL,0,NULL,0}, + {"෶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xb6",3,NULL,0,NULL,0}, + {"錾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x91",3,NULL,0,NULL,0}, + {"㻪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x91",3,NULL,0,NULL,0}, + {"Y",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb9",3,NULL,0,NULL,0}, + {"识",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x86",3,NULL,0,NULL,0}, + {"緮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xae",3,NULL,0,NULL,0}, + {"湤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xa4",3,NULL,0,NULL,0}, + {"途",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x94",3,NULL,0,NULL,0}, + {"琚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x9a",3,NULL,0,NULL,0}, + {"斷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xb7",3,NULL,0,NULL,0}, + {"㲮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xae",3,NULL,0,NULL,0}, + {"뤬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xac",3,NULL,0,NULL,0}, + {"䒟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xae",3,NULL,0,NULL,0}, + {"蠀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x80",3,NULL,0,NULL,0}, + {"鉝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x9d",3,NULL,0,NULL,0}, + {"鹑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x91",3,NULL,0,NULL,0}, + {"⭎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x8e",3,NULL,0,NULL,0}, + {"豪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xaa",3,NULL,0,NULL,0}, + {"ࣕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x95",3,NULL,0,NULL,0}, + {"짡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xa1",3,NULL,0,NULL,0}, + {"鎟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x9f",3,NULL,0,NULL,0}, + {"厞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x9e",3,NULL,0,NULL,0}, + {"望",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x93",3,NULL,0,NULL,0}, + {"햍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x8d",3,NULL,0,NULL,0}, + {"莓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xaf",3,NULL,0,NULL,0}, + {"匩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x91",3,NULL,0,NULL,0}, + {"압",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x8d",3,NULL,0,NULL,0}, + {"৫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xab",3,NULL,0,NULL,0}, + {"䰔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x94",3,NULL,0,NULL,0}, + {"幅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x85",3,NULL,0,NULL,0}, + {"ꃝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x9d",3,NULL,0,NULL,0}, + {"㺡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xa1",3,NULL,0,NULL,0}, + {"픥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xa5",3,NULL,0,NULL,0}, + {"ね",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xad",3,NULL,0,NULL,0}, + {"᮳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xb3",3,NULL,0,NULL,0}, + {"麇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x87",3,NULL,0,NULL,0}, + {"땱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xb1",3,NULL,0,NULL,0}, + {"톊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x8a",3,NULL,0,NULL,0}, + {"繒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x92",3,NULL,0,NULL,0}, + {"몉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x89",3,NULL,0,NULL,0}, + {"娋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x8b",3,NULL,0,NULL,0}, + {"嵀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x80",3,NULL,0,NULL,0}, + {"䧨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xa8",3,NULL,0,NULL,0}, + {"잁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xaf",3,NULL,0,NULL,0}, + {"ऴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xb4",3,NULL,0,NULL,0}, + {"軵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xb5",3,NULL,0,NULL,0}, + {"ᔓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xbc",3,NULL,0,NULL,0}, + {"쏦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xa6",3,NULL,0,NULL,0}, + {"䷗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x97",3,NULL,0,NULL,0}, + {"幟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xb8",3,NULL,0,NULL,0}, + {"뻻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xbb",3,NULL,0,NULL,0}, + {"្",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x92",3,NULL,0,NULL,0}, + {"쫛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x9b",3,NULL,0,NULL,0}, + {"라",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xbc",3,NULL,0,NULL,0}, + {"䆍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x8d",3,NULL,0,NULL,0}, + {"썽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xbd",3,NULL,0,NULL,0}, + {"恘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x98",3,NULL,0,NULL,0}, + {"៙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x81",3,NULL,0,NULL,0}, + {"⚯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xaf",3,NULL,0,NULL,0}, + {"ᕅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xae",3,NULL,0,NULL,0}, + {"譖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x96",3,NULL,0,NULL,0}, + {"崊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x8a",3,NULL,0,NULL,0}, + {"ﱌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x8c",3,NULL,0,NULL,0}, + {"廙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x99",3,NULL,0,NULL,0}, + {"﫫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xab",3,NULL,0,NULL,0}, + {"㷧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xa7",3,NULL,0,NULL,0}, + {"匿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xab",3,NULL,0,NULL,0}, + {"듑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x91",3,NULL,0,NULL,0}, + {"␽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xbd",3,NULL,0,NULL,0}, + {"鼫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xab",3,NULL,0,NULL,0}, + {"䷭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xa6",3,NULL,0,NULL,0}, + {"ᨲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xb2",3,NULL,0,NULL,0}, + {"┰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xb0",3,NULL,0,NULL,0}, + {"㼼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xbc",3,NULL,0,NULL,0}, + {"縸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xb8",3,NULL,0,NULL,0}, + {"였",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x80",3,NULL,0,NULL,0}, + {"굀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x80",3,NULL,0,NULL,0}, + {"ﺚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x9a",3,NULL,0,NULL,0}, + {"罖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x96",3,NULL,0,NULL,0}, + {"ᖮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xae",3,NULL,0,NULL,0}, + {"뙉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x89",3,NULL,0,NULL,0}, + {"㳶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xb6",3,NULL,0,NULL,0}, + {"룤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xa4",3,NULL,0,NULL,0}, + {"榀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x80",3,NULL,0,NULL,0}, + {"澞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x9e",3,NULL,0,NULL,0}, + {"ޡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa1",2,NULL,0,NULL,0}, + {"롥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xa5",3,NULL,0,NULL,0}, + {"싺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xba",3,NULL,0,NULL,0}, + {"✱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xb1",3,NULL,0,NULL,0}, + {"癠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xa0",3,NULL,0,NULL,0}, + {"⚖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x8a",3,NULL,0,NULL,0}, + {"Ɉ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x88",2,NULL,0,NULL,0}, + {"싡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xa1",3,NULL,0,NULL,0}, + {"ᄎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xba",3,NULL,0,NULL,0}, + {"廉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xa3",3,NULL,0,NULL,0}, + {"⥇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x87",3,NULL,0,NULL,0}, + {"傔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x94",3,NULL,0,NULL,0}, + {"쒆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xb9",3,NULL,0,NULL,0}, + {"樫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xab",3,NULL,0,NULL,0}, + {"Π",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa0",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xb5",3,NULL,0,NULL,0}, + {"媭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xad",3,NULL,0,NULL,0}, + {"랖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x96",3,NULL,0,NULL,0}, + {"딂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x82",3,NULL,0,NULL,0}, + {"$",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x83",3,NULL,0,NULL,0}, + {"寊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x8a",3,NULL,0,NULL,0}, + {"ᛄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x84",3,NULL,0,NULL,0}, + {"ッ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x83",3,NULL,0,NULL,0}, + {"樠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xa0",3,NULL,0,NULL,0}, + {"渽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xbd",3,NULL,0,NULL,0}, + {"ﱶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xb6",3,NULL,0,NULL,0}, + {"经",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x8f",3,NULL,0,NULL,0}, + {"ꅳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xb3",3,NULL,0,NULL,0}, + {"鲵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xb5",3,NULL,0,NULL,0}, + {"캞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x9e",3,NULL,0,NULL,0}, + {"㕶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xb6",3,NULL,0,NULL,0}, + {"슟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x9f",3,NULL,0,NULL,0}, + {"雟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x9f",3,NULL,0,NULL,0}, + {"䛿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xbf",3,NULL,0,NULL,0}, + {"ᷥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xa5",3,NULL,0,NULL,0}, + {"腆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x86",3,NULL,0,NULL,0}, + {"녆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x86",3,NULL,0,NULL,0}, + {"⎹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xb9",3,NULL,0,NULL,0}, + {"쨾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xbe",3,NULL,0,NULL,0}, + {"䤮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xae",3,NULL,0,NULL,0}, + {"㪆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x9c",3,NULL,0,NULL,0}, + {"껭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xad",3,NULL,0,NULL,0}, + {"딼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xbc",3,NULL,0,NULL,0}, + {"Ò",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x92",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x82",3,NULL,0,NULL,0}, + {"∴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xb4",3,NULL,0,NULL,0}, + {"ﰌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x8c",3,NULL,0,NULL,0}, + {"끚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x9a",3,NULL,0,NULL,0}, + {"᛺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xba",3,NULL,0,NULL,0}, + {"榤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xa4",3,NULL,0,NULL,0}, + {"婨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xa8",3,NULL,0,NULL,0}, + {"沃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x83",3,NULL,0,NULL,0}, + {"枭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xad",3,NULL,0,NULL,0}, + {"Ɓ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x81",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x9f",3,NULL,0,NULL,0}, + {"掀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x97",3,NULL,0,NULL,0}, + {"侄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x84",3,NULL,0,NULL,0}, + {"ퟞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x9e",3,NULL,0,NULL,0}, + {"丣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x96",3,NULL,0,NULL,0}, + {"ꮄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x84",3,NULL,0,NULL,0}, + {"츅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x85",3,NULL,0,NULL,0}, + {"읣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xa3",3,NULL,0,NULL,0}, + {"⩻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xbb",3,NULL,0,NULL,0}, + {"蟭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xad",3,NULL,0,NULL,0}, + {"ꁖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x96",3,NULL,0,NULL,0}, + {"鉮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xae",3,NULL,0,NULL,0}, + {"⍈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x88",3,NULL,0,NULL,0}, + {"ꋯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xaf",3,NULL,0,NULL,0}, + {"寡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xa1",3,NULL,0,NULL,0}, + {"㐪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xaa",3,NULL,0,NULL,0}, + {"ᥧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xa7",3,NULL,0,NULL,0}, + {"䳥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xa5",3,NULL,0,NULL,0}, + {"來",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xad",3,NULL,0,NULL,0}, + {"횎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x8e",3,NULL,0,NULL,0}, + {"Ѱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xb0",2,NULL,0,NULL,0}, + {"찣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xa3",3,NULL,0,NULL,0}, + {"逼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xbc",3,NULL,0,NULL,0}, + {"᪅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x85",3,NULL,0,NULL,0}, + {"获",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xb7",3,NULL,0,NULL,0}, + {"ੂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x82",3,NULL,0,NULL,0}, + {"兖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x96",3,NULL,0,NULL,0}, + {"䡖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x96",3,NULL,0,NULL,0}, + {"둈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x88",3,NULL,0,NULL,0}, + {"ᑫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xab",3,NULL,0,NULL,0}, + {"뿝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x9d",3,NULL,0,NULL,0}, + {"읕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x95",3,NULL,0,NULL,0}, + {"䠟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x9d",3,NULL,0,NULL,0}, + {"괆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x86",3,NULL,0,NULL,0}, + {"뛧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xa7",3,NULL,0,NULL,0}, + {"Ὦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xae",3,NULL,0,NULL,0}, + {"螧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xa7",3,NULL,0,NULL,0}, + {"汸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xb8",3,NULL,0,NULL,0}, + {"螯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xaf",3,NULL,0,NULL,0}, + {"ᅮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xae",3,NULL,0,NULL,0}, + {"궹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xb9",3,NULL,0,NULL,0}, + {"騼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xbc",3,NULL,0,NULL,0}, + {"쟦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xa6",3,NULL,0,NULL,0}, + {"比",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xb8",3,NULL,0,NULL,0}, + {"皵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xb5",3,NULL,0,NULL,0}, + {"脥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xbf",3,NULL,0,NULL,0}, + {"ꐽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xbd",3,NULL,0,NULL,0}, + {"膄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x84",3,NULL,0,NULL,0}, + {"킧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xa7",3,NULL,0,NULL,0}, + {"ꩅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x85",3,NULL,0,NULL,0}, + {"녦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x87",3,NULL,0,NULL,0}, + {"學",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xb8",3,NULL,0,NULL,0}, + {"铂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x82",3,NULL,0,NULL,0}, + {"梶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xbc",3,NULL,0,NULL,0}, + {"抃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x83",3,NULL,0,NULL,0}, + {"堒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x8c",3,NULL,0,NULL,0}, + {"鶶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xb6",3,NULL,0,NULL,0}, + {"촕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x95",3,NULL,0,NULL,0}, + {"䋋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x8b",3,NULL,0,NULL,0}, + {"᫆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x86",3,NULL,0,NULL,0}, + {"朄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x84",3,NULL,0,NULL,0}, + {"샠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xa0",3,NULL,0,NULL,0}, + {"덐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x90",3,NULL,0,NULL,0}, + {"ꊬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xac",3,NULL,0,NULL,0}, + {"ἰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xb0",3,NULL,0,NULL,0}, + {"邱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xb1",3,NULL,0,NULL,0}, + {"뉍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x8d",3,NULL,0,NULL,0}, + {"趍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x8d",3,NULL,0,NULL,0}, + {"귚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x9a",3,NULL,0,NULL,0}, + {"뽾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xbe",3,NULL,0,NULL,0}, + {"盦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xa6",3,NULL,0,NULL,0}, + {"藅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x85",3,NULL,0,NULL,0}, + {"銻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xaf",3,NULL,0,NULL,0}, + {"ᇍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x8d",3,NULL,0,NULL,0}, + {"쪾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xbe",3,NULL,0,NULL,0}, + {"蒓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x93",3,NULL,0,NULL,0}, + {"㜱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xb1",3,NULL,0,NULL,0}, + {"殡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xa1",3,NULL,0,NULL,0}, + {"䋡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xa1",3,NULL,0,NULL,0}, + {"ힵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xb5",3,NULL,0,NULL,0}, + {"癄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xbd",3,NULL,0,NULL,0}, + {"觮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xae",3,NULL,0,NULL,0}, + {"碴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xb4",3,NULL,0,NULL,0}, + {"蝘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x98",3,NULL,0,NULL,0}, + {"⫧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xa7",3,NULL,0,NULL,0}, + {"묰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xb0",3,NULL,0,NULL,0}, + {"֥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xa5",2,NULL,0,NULL,0}, + {"㛤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xa4",3,NULL,0,NULL,0}, + {"셽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xbd",3,NULL,0,NULL,0}, + {"詵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xb5",3,NULL,0,NULL,0}, + {"皌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x8c",3,NULL,0,NULL,0}, + {"䚏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xa3",3,NULL,0,NULL,0}, + {"㍻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xbb",3,NULL,0,NULL,0}, + {"浞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x9e",3,NULL,0,NULL,0}, + {"텀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x80",3,NULL,0,NULL,0}, + {"竵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xb5",3,NULL,0,NULL,0}, + {"罆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x86",3,NULL,0,NULL,0}, + {"¶",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb6",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xa0",3,NULL,0,NULL,0}, + {"፿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xbf",3,NULL,0,NULL,0}, + {"댇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xb0",3,NULL,0,NULL,0}, + {"饷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xb7",3,NULL,0,NULL,0}, + {"흊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x8a",3,NULL,0,NULL,0}, + {"蘮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xae",3,NULL,0,NULL,0}, + {"䌌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x8c",3,NULL,0,NULL,0}, + {"툲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xb2",3,NULL,0,NULL,0}, + {"⅂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x82",3,NULL,0,NULL,0}, + {"袠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xa0",3,NULL,0,NULL,0}, + {"뵕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x95",3,NULL,0,NULL,0}, + {"㜿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xbf",3,NULL,0,NULL,0}, + {"뮈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa3",3,NULL,0,NULL,0}, + {"쉳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xb3",3,NULL,0,NULL,0}, + {"薎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x8e",3,NULL,0,NULL,0}, + {"疫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xab",3,NULL,0,NULL,0}, + {"⚫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xab",3,NULL,0,NULL,0}, + {"쳭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xad",3,NULL,0,NULL,0}, + {"럿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xbf",3,NULL,0,NULL,0}, + {"䮙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x99",3,NULL,0,NULL,0}, + {"뺹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xb9",3,NULL,0,NULL,0}, + {"칵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xb5",3,NULL,0,NULL,0}, + {"窉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x89",3,NULL,0,NULL,0}, + {"럦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xa6",3,NULL,0,NULL,0}, + {"䪌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x8c",3,NULL,0,NULL,0}, + {"鱮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xae",3,NULL,0,NULL,0}, + {"禐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x90",3,NULL,0,NULL,0}, + {"뫯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xaf",3,NULL,0,NULL,0}, + {"焢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xa2",3,NULL,0,NULL,0}, + {"斸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xb8",3,NULL,0,NULL,0}, + {"粣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xa3",3,NULL,0,NULL,0}, + {"▎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x8e",3,NULL,0,NULL,0}, + {"붬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xac",3,NULL,0,NULL,0}, + {"昍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x8d",3,NULL,0,NULL,0}, + {"槍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xb8",3,NULL,0,NULL,0}, + {"㱢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xa2",3,NULL,0,NULL,0}, + {"츤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xa4",3,NULL,0,NULL,0}, + {"쪨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xa8",3,NULL,0,NULL,0}, + {"碡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xa1",3,NULL,0,NULL,0}, + {"쿴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xb4",3,NULL,0,NULL,0}, + {"㡴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xb4",3,NULL,0,NULL,0}, + {"暨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x9b",3,NULL,0,NULL,0}, + {"蠙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x99",3,NULL,0,NULL,0}, + {"絫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xab",3,NULL,0,NULL,0}, + {"Ꝃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x82",3,NULL,0,NULL,0}, + {"຋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x8b",3,NULL,0,NULL,0}, + {"픬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xac",3,NULL,0,NULL,0}, + {"䮋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x8b",3,NULL,0,NULL,0}, + {"駪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xaa",3,NULL,0,NULL,0}, + {"튻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xbb",3,NULL,0,NULL,0}, + {"囇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xaa",3,NULL,0,NULL,0}, + {"⋣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xa3",3,NULL,0,NULL,0}, + {"햢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xab",3,NULL,0,NULL,0}, + {"糡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xa1",3,NULL,0,NULL,0}, + {"ᯯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xaf",3,NULL,0,NULL,0}, + {"憲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xb2",3,NULL,0,NULL,0}, + {"繑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x91",3,NULL,0,NULL,0}, + {"厶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xbc",3,NULL,0,NULL,0}, + {"㧢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xa2",3,NULL,0,NULL,0}, + {"鳅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x85",3,NULL,0,NULL,0}, + {"ቫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xab",3,NULL,0,NULL,0}, + {"䜡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x8b",3,NULL,0,NULL,0}, + {"贉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x89",3,NULL,0,NULL,0}, + {"뷛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x9b",3,NULL,0,NULL,0}, + {"锚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x9a",3,NULL,0,NULL,0}, + {"ṯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xaf",3,NULL,0,NULL,0}, + {"淌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x8c",3,NULL,0,NULL,0}, + {"⓪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xaa",3,NULL,0,NULL,0}, + {"꠲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xb2",3,NULL,0,NULL,0}, + {"픀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x80",3,NULL,0,NULL,0}, + {"燌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x8c",3,NULL,0,NULL,0}, + {"㮀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x80",3,NULL,0,NULL,0}, + {"퀵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xb5",3,NULL,0,NULL,0}, + {"骙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x99",3,NULL,0,NULL,0}, + {"ꬻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xb2",3,NULL,0,NULL,0}, + {"璸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xb8",3,NULL,0,NULL,0}, + {"ꞯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xaf",3,NULL,0,NULL,0}, + {"떧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xa7",3,NULL,0,NULL,0}, + {"ๆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x86",3,NULL,0,NULL,0}, + {"⒖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x96",3,NULL,0,NULL,0}, + {"倕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x95",3,NULL,0,NULL,0}, + {"狂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x82",3,NULL,0,NULL,0}, + {"륊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x8a",3,NULL,0,NULL,0}, + {"옐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x90",3,NULL,0,NULL,0}, + {"ꤢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xa2",3,NULL,0,NULL,0}, + {"伞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x9e",3,NULL,0,NULL,0}, + {"䥶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xb6",3,NULL,0,NULL,0}, + {"睝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x9d",3,NULL,0,NULL,0}, + {"持",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xb6",3,NULL,0,NULL,0}, + {"幺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xba",3,NULL,0,NULL,0}, + {"번",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xac",3,NULL,0,NULL,0}, + {"ᮘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x98",3,NULL,0,NULL,0}, + {"玊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x8a",3,NULL,0,NULL,0}, + {"퇃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x83",3,NULL,0,NULL,0}, + {"⯦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xa6",3,NULL,0,NULL,0}, + {"픎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x8e",3,NULL,0,NULL,0}, + {"ᡍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x8d",3,NULL,0,NULL,0}, + {"厍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x8d",3,NULL,0,NULL,0}, + {"欙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x99",3,NULL,0,NULL,0}, + {"ⱓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x93",3,NULL,0,NULL,0}, + {"믖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x96",3,NULL,0,NULL,0}, + {"饎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x8e",3,NULL,0,NULL,0}, + {"ꪴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xb4",3,NULL,0,NULL,0}, + {"윃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x83",3,NULL,0,NULL,0}, + {"콃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x83",3,NULL,0,NULL,0}, + {"煹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xb9",3,NULL,0,NULL,0}, + {"먁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x81",3,NULL,0,NULL,0}, + {"㤮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xae",3,NULL,0,NULL,0}, + {"蹥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xa5",3,NULL,0,NULL,0}, + {"肭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xad",3,NULL,0,NULL,0}, + {"㯵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x91",3,NULL,0,NULL,0}, + {"摺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xba",3,NULL,0,NULL,0}, + {"ਚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x9a",3,NULL,0,NULL,0}, + {"엇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x87",3,NULL,0,NULL,0}, + {"ྻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xbb",3,NULL,0,NULL,0}, + {"柝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x9d",3,NULL,0,NULL,0}, + {"䆆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x86",3,NULL,0,NULL,0}, + {"攀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x80",3,NULL,0,NULL,0}, + {"ﺝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x9d",3,NULL,0,NULL,0}, + {"볟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xa1",3,NULL,0,NULL,0}, + {"㴣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xa3",3,NULL,0,NULL,0}, + {"泝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x9d",3,NULL,0,NULL,0}, + {"徳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xb3",3,NULL,0,NULL,0}, + {"楲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xb2",3,NULL,0,NULL,0}, + {"ꔠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xa0",3,NULL,0,NULL,0}, + {"଼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xbc",3,NULL,0,NULL,0}, + {"㲃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x83",3,NULL,0,NULL,0}, + {"廒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x92",3,NULL,0,NULL,0}, + {"᢬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xac",3,NULL,0,NULL,0}, + {"뙏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x8f",3,NULL,0,NULL,0}, + {"ཾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xbe",3,NULL,0,NULL,0}, + {"僁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x81",3,NULL,0,NULL,0}, + {"谱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xb1",3,NULL,0,NULL,0}, + {"ꩳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xb3",3,NULL,0,NULL,0}, + {"齷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xb7",3,NULL,0,NULL,0}, + {"㇈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x88",3,NULL,0,NULL,0}, + {"烬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xac",3,NULL,0,NULL,0}, + {"岃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x83",3,NULL,0,NULL,0}, + {"吭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xad",3,NULL,0,NULL,0}, + {"鿺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xba",3,NULL,0,NULL,0}, + {"띣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xa3",3,NULL,0,NULL,0}, + {"搑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x91",3,NULL,0,NULL,0}, + {"既",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x82",3,NULL,0,NULL,0}, + {"ﮚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x9a",3,NULL,0,NULL,0}, + {"㽝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x9d",3,NULL,0,NULL,0}, + {"ඖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x96",3,NULL,0,NULL,0}, + {"﵏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x92",3,NULL,0,NULL,0}, + {"鈇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x87",3,NULL,0,NULL,0}, + {"븭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xad",3,NULL,0,NULL,0}, + {"鏵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xb5",3,NULL,0,NULL,0}, + {"᱋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x8b",3,NULL,0,NULL,0}, + {"轠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xa0",3,NULL,0,NULL,0}, + {"ﲉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xb3",3,NULL,0,NULL,0}, + {"鐶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xaa",3,NULL,0,NULL,0}, + {"溍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x8d",3,NULL,0,NULL,0}, + {"ﳠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xa0",3,NULL,0,NULL,0}, + {"輟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x80",3,NULL,0,NULL,0}, + {"Ḉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x88",3,NULL,0,NULL,0}, + {"㦽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xbd",3,NULL,0,NULL,0}, + {"诳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xb3",3,NULL,0,NULL,0}, + {"䏾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xbe",3,NULL,0,NULL,0}, + {"뙰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xb0",3,NULL,0,NULL,0}, + {"쑐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xb3",3,NULL,0,NULL,0}, + {"힮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xae",3,NULL,0,NULL,0}, + {"٢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xa2",2,NULL,0,NULL,0}, + {"ꗅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x85",3,NULL,0,NULL,0}, + {"⭹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xb9",3,NULL,0,NULL,0}, + {"앇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x87",3,NULL,0,NULL,0}, + {"೽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xbd",3,NULL,0,NULL,0}, + {"䴙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x99",3,NULL,0,NULL,0}, + {"럻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xbb",3,NULL,0,NULL,0}, + {"﷒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x89",3,NULL,0,NULL,0}, + {"씼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xbc",3,NULL,0,NULL,0}, + {"홮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xae",3,NULL,0,NULL,0}, + {"绪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xaa",3,NULL,0,NULL,0}, + {"䈹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xb9",3,NULL,0,NULL,0}, + {"鮕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x88",3,NULL,0,NULL,0}, + {"쏈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x88",3,NULL,0,NULL,0}, + {"夽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xbd",3,NULL,0,NULL,0}, + {"쯍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x94",3,NULL,0,NULL,0}, + {"鎈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x88",3,NULL,0,NULL,0}, + {"䃖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x96",3,NULL,0,NULL,0}, + {"鹓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x93",3,NULL,0,NULL,0}, + {"隓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x93",3,NULL,0,NULL,0}, + {"礂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x82",3,NULL,0,NULL,0}, + {"ᴘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x98",3,NULL,0,NULL,0}, + {"됊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x8a",3,NULL,0,NULL,0}, + {"쁌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x8c",3,NULL,0,NULL,0}, + {"׍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x8d",2,NULL,0,NULL,0}, + {"﷞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x9e",3,NULL,0,NULL,0}, + {"尘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x98",3,NULL,0,NULL,0}, + {"鋀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x80",3,NULL,0,NULL,0}, + {"絟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x9f",3,NULL,0,NULL,0}, + {"꿜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x9c",3,NULL,0,NULL,0}, + {"䵞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x9e",3,NULL,0,NULL,0}, + {"ꘆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x86",3,NULL,0,NULL,0}, + {"瞥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xa5",3,NULL,0,NULL,0}, + {"됙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x99",3,NULL,0,NULL,0}, + {"꼫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xb2",3,NULL,0,NULL,0}, + {"৉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xa0",3,NULL,0,NULL,0}, + {"쎇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x87",3,NULL,0,NULL,0}, + {"諏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xb8",3,NULL,0,NULL,0}, + {"ࠗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x97",3,NULL,0,NULL,0}, + {"ь",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x8c",2,NULL,0,NULL,0}, + {"ᖐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x90",3,NULL,0,NULL,0}, + {"汱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xb1",3,NULL,0,NULL,0}, + {"쭎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x8e",3,NULL,0,NULL,0}, + {"쁀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x9c",3,NULL,0,NULL,0}, + {"鈹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xb9",3,NULL,0,NULL,0}, + {"黚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x9a",3,NULL,0,NULL,0}, + {"텂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x82",3,NULL,0,NULL,0}, + {"㿦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xa6",3,NULL,0,NULL,0}, + {"陆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x86",3,NULL,0,NULL,0}, + {"脌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x8c",3,NULL,0,NULL,0}, + {"裹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xb9",3,NULL,0,NULL,0}, + {"쳴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xb4",3,NULL,0,NULL,0}, + {"腍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x8d",3,NULL,0,NULL,0}, + {"笠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xb9",3,NULL,0,NULL,0}, + {"宑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x91",3,NULL,0,NULL,0}, + {"嫚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x9a",3,NULL,0,NULL,0}, + {"芋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x8b",3,NULL,0,NULL,0}, + {"︲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xb2",3,NULL,0,NULL,0}, + {"࣑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x91",3,NULL,0,NULL,0}, + {"漕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xb0",3,NULL,0,NULL,0}, + {"盿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x9e",3,NULL,0,NULL,0}, + {"䢘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x98",3,NULL,0,NULL,0}, + {"∩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa9",3,NULL,0,NULL,0}, + {"ᕏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x8f",3,NULL,0,NULL,0}, + {"Ᾰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xb8",3,NULL,0,NULL,0}, + {"г",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xb3",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x80",3,NULL,0,NULL,0}, + {"݀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x80",2,NULL,0,NULL,0}, + {"ᥴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xb4",3,NULL,0,NULL,0}, + {"놃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x83",3,NULL,0,NULL,0}, + {"ं",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x82",3,NULL,0,NULL,0}, + {"줏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x8f",3,NULL,0,NULL,0}, + {"䕝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x9d",3,NULL,0,NULL,0}, + {"ዳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xb3",3,NULL,0,NULL,0}, + {"㚹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xb9",3,NULL,0,NULL,0}, + {"Ꮚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x8a",3,NULL,0,NULL,0}, + {"ꅱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xb1",3,NULL,0,NULL,0}, + {"韷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xb7",3,NULL,0,NULL,0}, + {"畍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x8d",3,NULL,0,NULL,0}, + {"흧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xa7",3,NULL,0,NULL,0}, + {"냧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xa7",3,NULL,0,NULL,0}, + {"⣰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xb0",3,NULL,0,NULL,0}, + {"떃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x83",3,NULL,0,NULL,0}, + {"푬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xac",3,NULL,0,NULL,0}, + {"苴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xb4",3,NULL,0,NULL,0}, + {"嫱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x85",3,NULL,0,NULL,0}, + {"臹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xb9",3,NULL,0,NULL,0}, + {"ᛈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x88",3,NULL,0,NULL,0}, + {"늣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xa3",3,NULL,0,NULL,0}, + {"챮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xab",3,NULL,0,NULL,0}, + {"⛧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xa7",3,NULL,0,NULL,0}, + {"皀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x80",3,NULL,0,NULL,0}, + {"켁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x81",3,NULL,0,NULL,0}, + {"칄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x84",3,NULL,0,NULL,0}, + {"靖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x96",3,NULL,0,NULL,0}, + {"⤡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xa1",3,NULL,0,NULL,0}, + {"䣆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x86",3,NULL,0,NULL,0}, + {"⫢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xa3",3,NULL,0,NULL,0}, + {"싣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xb2",3,NULL,0,NULL,0}, + {"薻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xbb",3,NULL,0,NULL,0}, + {"ᄥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xa5",3,NULL,0,NULL,0}, + {"ꃏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x8f",3,NULL,0,NULL,0}, + {"標",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x99",3,NULL,0,NULL,0}, + {"斌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x8c",3,NULL,0,NULL,0}, + {"፤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xa4",3,NULL,0,NULL,0}, + {"↷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xb7",3,NULL,0,NULL,0}, + {"Τ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa4",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xa6",3,NULL,0,NULL,0}, + {"䟓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x93",3,NULL,0,NULL,0}, + {"듞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x9e",3,NULL,0,NULL,0}, + {"藴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xb8",3,NULL,0,NULL,0}, + {"䌩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xa9",3,NULL,0,NULL,0}, + {"졇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x87",3,NULL,0,NULL,0}, + {"铑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x91",3,NULL,0,NULL,0}, + {"⅟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x9f",3,NULL,0,NULL,0}, + {"佤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xa4",3,NULL,0,NULL,0}, + {"삒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x92",3,NULL,0,NULL,0}, + {"⪨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xa8",3,NULL,0,NULL,0}, + {"萿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xbf",3,NULL,0,NULL,0}, + {"❕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x95",3,NULL,0,NULL,0}, + {"♠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa0",3,NULL,0,NULL,0}, + {"䛵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xb5",3,NULL,0,NULL,0}, + {"⃃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x83",3,NULL,0,NULL,0}, + {"⹆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x86",3,NULL,0,NULL,0}, + {"뼂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x82",3,NULL,0,NULL,0}, + {"뼉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x89",3,NULL,0,NULL,0}, + {"⏛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x9b",3,NULL,0,NULL,0}, + {"㖙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x99",3,NULL,0,NULL,0}, + {"ᘯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xaf",3,NULL,0,NULL,0}, + {"敎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x9d",3,NULL,0,NULL,0}, + {"䒺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xba",3,NULL,0,NULL,0}, + {"鬏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x8f",3,NULL,0,NULL,0}, + {"껿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xbf",3,NULL,0,NULL,0}, + {"鵯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xaf",3,NULL,0,NULL,0}, + {"㏅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x85",3,NULL,0,NULL,0}, + {"ꌣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xa3",3,NULL,0,NULL,0}, + {"埙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xa5",3,NULL,0,NULL,0}, + {"墔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x94",3,NULL,0,NULL,0}, + {"돫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x8d",3,NULL,0,NULL,0}, + {"⾦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xa6",3,NULL,0,NULL,0}, + {"荌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x8c",3,NULL,0,NULL,0}, + {"晻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xbb",3,NULL,0,NULL,0}, + {"ㅚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x9a",3,NULL,0,NULL,0}, + {"삏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x8f",3,NULL,0,NULL,0}, + {"蔞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x9e",3,NULL,0,NULL,0}, + {"ᇦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xa6",3,NULL,0,NULL,0}, + {"䡆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x86",3,NULL,0,NULL,0}, + {"쫾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xbe",3,NULL,0,NULL,0}, + {"쇘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x98",3,NULL,0,NULL,0}, + {"蒨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x8d",3,NULL,0,NULL,0}, + {"⡞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x9e",3,NULL,0,NULL,0}, + {"⠝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x9d",3,NULL,0,NULL,0}, + {"⩡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xa1",3,NULL,0,NULL,0}, + {"蟟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x9f",3,NULL,0,NULL,0}, + {"が",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x8c",3,NULL,0,NULL,0}, + {"⻅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x85",3,NULL,0,NULL,0}, + {"ꮜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x9c",3,NULL,0,NULL,0}, + {"㐶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xb6",3,NULL,0,NULL,0}, + {"쇒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x92",3,NULL,0,NULL,0}, + {"ᐂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x82",3,NULL,0,NULL,0}, + {"ע",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xa2",2,NULL,0,NULL,0}, + {"ˠ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xa0",2,NULL,0,NULL,0}, + {"邬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xac",3,NULL,0,NULL,0}, + {"鴭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xad",3,NULL,0,NULL,0}, + {"慏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x8f",3,NULL,0,NULL,0}, + {"횪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xaa",3,NULL,0,NULL,0}, + {"菥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xa5",3,NULL,0,NULL,0}, + {"᪇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xb1",3,NULL,0,NULL,0}, + {"拇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x87",3,NULL,0,NULL,0}, + {"踒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x92",3,NULL,0,NULL,0}, + {"⧻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xbb",3,NULL,0,NULL,0}, + {"䠭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xad",3,NULL,0,NULL,0}, + {"蘐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x90",3,NULL,0,NULL,0}, + {"䥃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x83",3,NULL,0,NULL,0}, + {"曄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x84",3,NULL,0,NULL,0}, + {"烔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x94",3,NULL,0,NULL,0}, + {"쉹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xb9",3,NULL,0,NULL,0}, + {"꣯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xaf",3,NULL,0,NULL,0}, + {"⾳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xb3",3,NULL,0,NULL,0}, + {"踸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xb8",3,NULL,0,NULL,0}, + {"﮺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xba",3,NULL,0,NULL,0}, + {"숈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x88",3,NULL,0,NULL,0}, + {"㉍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x8d",3,NULL,0,NULL,0}, + {"Ⲋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x8a",3,NULL,0,NULL,0}, + {"籺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xba",3,NULL,0,NULL,0}, + {"࿦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x98",3,NULL,0,NULL,0}, + {"㋬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xac",3,NULL,0,NULL,0}, + {"䞅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x85",3,NULL,0,NULL,0}, + {"簮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xae",3,NULL,0,NULL,0}, + {"抉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x89",3,NULL,0,NULL,0}, + {"ﵺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xba",3,NULL,0,NULL,0}, + {"洲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xb2",3,NULL,0,NULL,0}, + {"ဝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x9a",3,NULL,0,NULL,0}, + {"䊹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xb6",3,NULL,0,NULL,0}, + {"檉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x89",3,NULL,0,NULL,0}, + {"ሾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x80",3,NULL,0,NULL,0}, + {"後",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x8c",3,NULL,0,NULL,0}, + {"ཛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x9b",3,NULL,0,NULL,0}, + {"㟊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x8a",3,NULL,0,NULL,0}, + {"௣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xa3",3,NULL,0,NULL,0}, + {"ﱀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x95",3,NULL,0,NULL,0}, + {"馘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x98",3,NULL,0,NULL,0}, + {"籽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xbd",3,NULL,0,NULL,0}, + {"꽵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xb5",3,NULL,0,NULL,0}, + {"撯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xaf",3,NULL,0,NULL,0}, + {"컞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x9e",3,NULL,0,NULL,0}, + {"龮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xae",3,NULL,0,NULL,0}, + {"퉤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xa4",3,NULL,0,NULL,0}, + {"✈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x88",3,NULL,0,NULL,0}, + {"㌂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x82",3,NULL,0,NULL,0}, + {"妗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xb6",3,NULL,0,NULL,0}, + {"搨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xa8",3,NULL,0,NULL,0}, + {"棨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x8c",3,NULL,0,NULL,0}, + {"ꏼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xbc",3,NULL,0,NULL,0}, + {"䫙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x99",3,NULL,0,NULL,0}, + {"䜸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x86",3,NULL,0,NULL,0}, + {"扗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x97",3,NULL,0,NULL,0}, + {"㶳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xb8",3,NULL,0,NULL,0}, + {"䯿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xbf",3,NULL,0,NULL,0}, + {"揾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xbe",3,NULL,0,NULL,0}, + {"快",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xab",3,NULL,0,NULL,0}, + {"븳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xb3",3,NULL,0,NULL,0}, + {"ꪨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xa8",3,NULL,0,NULL,0}, + {"꡿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xbf",3,NULL,0,NULL,0}, + {"Հ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x80",2,NULL,0,NULL,0}, + {"㧴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xb4",3,NULL,0,NULL,0}, + {"ꇞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x9e",3,NULL,0,NULL,0}, + {"רּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x88",3,NULL,0,NULL,0}, + {"쾹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xb9",3,NULL,0,NULL,0}, + {"嚎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x8e",3,NULL,0,NULL,0}, + {"⤯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xaf",3,NULL,0,NULL,0}, + {"蠑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x91",3,NULL,0,NULL,0}, + {"䋨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xa8",3,NULL,0,NULL,0}, + {"⪘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x9a",3,NULL,0,NULL,0}, + {"큽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xbd",3,NULL,0,NULL,0}, + {"苫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xab",3,NULL,0,NULL,0}, + {"詙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x99",3,NULL,0,NULL,0}, + {"렷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xb7",3,NULL,0,NULL,0}, + {"牼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x8f",3,NULL,0,NULL,0}, + {"䨅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x85",3,NULL,0,NULL,0}, + {"椩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xa9",3,NULL,0,NULL,0}, + {"鲎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x8e",3,NULL,0,NULL,0}, + {"㩁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x81",3,NULL,0,NULL,0}, + {"窋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x8b",3,NULL,0,NULL,0}, + {"Ԥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xa4",2,NULL,0,NULL,0}, + {"滚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xa9",3,NULL,0,NULL,0}, + {"镛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x9b",3,NULL,0,NULL,0}, + {"輶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xb6",3,NULL,0,NULL,0}, + {"붌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x8c",3,NULL,0,NULL,0}, + {"鬯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xaf",3,NULL,0,NULL,0}, + {"懸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xb8",3,NULL,0,NULL,0}, + {"浹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xb9",3,NULL,0,NULL,0}, + {"掼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xbc",3,NULL,0,NULL,0}, + {"贫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xab",3,NULL,0,NULL,0}, + {"蚂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x82",3,NULL,0,NULL,0}, + {"ഃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x83",3,NULL,0,NULL,0}, + {"喫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xab",3,NULL,0,NULL,0}, + {"륑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x8d",3,NULL,0,NULL,0}, + {"壶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xb6",3,NULL,0,NULL,0}, + {"䱨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xa8",3,NULL,0,NULL,0}, + {"Ⱈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x98",3,NULL,0,NULL,0}, + {"땖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x96",3,NULL,0,NULL,0}, + {"蠫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xab",3,NULL,0,NULL,0}, + {"䕽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xbd",3,NULL,0,NULL,0}, + {"㥅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x85",3,NULL,0,NULL,0}, + {"ӷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xb7",2,NULL,0,NULL,0}, + {"쀠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xa0",3,NULL,0,NULL,0}, + {"俈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x88",3,NULL,0,NULL,0}, + {"㮲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xb2",3,NULL,0,NULL,0}, + {"箍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x8d",3,NULL,0,NULL,0}, + {"࠷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x8a",3,NULL,0,NULL,0}, + {"㡜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x9c",3,NULL,0,NULL,0}, + {"犲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xb2",3,NULL,0,NULL,0}, + {"倧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xa7",3,NULL,0,NULL,0}, + {"쓻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xbb",3,NULL,0,NULL,0}, + {"벴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xb4",3,NULL,0,NULL,0}, + {"멁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x81",3,NULL,0,NULL,0}, + {"⟓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x9b",3,NULL,0,NULL,0}, + {"締",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xaf",3,NULL,0,NULL,0}, + {"랰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xb0",3,NULL,0,NULL,0}, + {"鷀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x80",3,NULL,0,NULL,0}, + {"⸎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x8e",3,NULL,0,NULL,0}, + {"镨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xa8",3,NULL,0,NULL,0}, + {"ᯭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xad",3,NULL,0,NULL,0}, + {"鯖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x96",3,NULL,0,NULL,0}, + {"鯥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xa5",3,NULL,0,NULL,0}, + {"颠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xa0",3,NULL,0,NULL,0}, + {"ග",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x9c",3,NULL,0,NULL,0}, + {"ꨊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x8a",3,NULL,0,NULL,0}, + {"껨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xa8",3,NULL,0,NULL,0}, + {"䆱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xb1",3,NULL,0,NULL,0}, + {"꯷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x9d",3,NULL,0,NULL,0}, + {"⯚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x9a",3,NULL,0,NULL,0}, + {"諪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xaa",3,NULL,0,NULL,0}, + {"淐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x90",3,NULL,0,NULL,0}, + {"Å",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x85",2,NULL,0,NULL,0}, + {"❪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xaa",3,NULL,0,NULL,0}, + {"ṭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xad",3,NULL,0,NULL,0}, + {"톱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xb1",3,NULL,0,NULL,0}, + {"멢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x93",3,NULL,0,NULL,0}, + {"綛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x9b",3,NULL,0,NULL,0}, + {"麷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xb7",3,NULL,0,NULL,0}, + {"떵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xb5",3,NULL,0,NULL,0}, + {"垛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x9b",3,NULL,0,NULL,0}, + {"a",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"펵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xb5",3,NULL,0,NULL,0}, + {"뵅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x99",3,NULL,0,NULL,0}, + {"㹷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xb7",3,NULL,0,NULL,0}, + {"祃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x83",3,NULL,0,NULL,0}, + {"㠹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x8d",3,NULL,0,NULL,0}, + {"䷸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xb8",3,NULL,0,NULL,0}, + {"벀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x80",3,NULL,0,NULL,0}, + {"뭗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x97",3,NULL,0,NULL,0}, + {"⊐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x90",3,NULL,0,NULL,0}, + {"獾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xbe",3,NULL,0,NULL,0}, + {"댖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x96",3,NULL,0,NULL,0}, + {"㴡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xa1",3,NULL,0,NULL,0}, + {"߆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x86",2,NULL,0,NULL,0}, + {"椑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xac",3,NULL,0,NULL,0}, + {"鎱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xb1",3,NULL,0,NULL,0}, + {"㣝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x9d",3,NULL,0,NULL,0}, + {"ᙱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xb1",3,NULL,0,NULL,0}, + {"純",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x94",3,NULL,0,NULL,0}, + {"讶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xb6",3,NULL,0,NULL,0}, + {"㶊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x8a",3,NULL,0,NULL,0}, + {"롸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xb8",3,NULL,0,NULL,0}, + {"鸈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x88",3,NULL,0,NULL,0}, + {"켱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xb1",3,NULL,0,NULL,0}, + {"勪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x8c",3,NULL,0,NULL,0}, + {"覊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xb4",3,NULL,0,NULL,0}, + {"ꛁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x81",3,NULL,0,NULL,0}, + {"팮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xae",3,NULL,0,NULL,0}, + {"뜒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x92",3,NULL,0,NULL,0}, + {"෍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x8d",3,NULL,0,NULL,0}, + {"哩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xa9",3,NULL,0,NULL,0}, + {"擠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xbe",3,NULL,0,NULL,0}, + {"鏧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xa7",3,NULL,0,NULL,0}, + {"ﲣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xa3",3,NULL,0,NULL,0}, + {"◊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x8a",3,NULL,0,NULL,0}, + {"폺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xba",3,NULL,0,NULL,0}, + {"譼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xbc",3,NULL,0,NULL,0}, + {"쌟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xbb",3,NULL,0,NULL,0}, + {"匀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x80",3,NULL,0,NULL,0}, + {"鐬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xac",3,NULL,0,NULL,0}, + {"뮬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xac",3,NULL,0,NULL,0}, + {"ᷖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x96",3,NULL,0,NULL,0}, + {"쒳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xb3",3,NULL,0,NULL,0}, + {"맕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x85",3,NULL,0,NULL,0}, + {"㲁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xa1",3,NULL,0,NULL,0}, + {"줞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x9e",3,NULL,0,NULL,0}, + {"ㆮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x8c",3,NULL,0,NULL,0}, + {"台",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xbb",3,NULL,0,NULL,0}, + {"냂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x82",3,NULL,0,NULL,0}, + {"ꜘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x98",3,NULL,0,NULL,0}, + {"㽯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xaf",3,NULL,0,NULL,0}, + {"절",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x88",3,NULL,0,NULL,0}, + {"椟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x9f",3,NULL,0,NULL,0}, + {"ꗑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x91",3,NULL,0,NULL,0}, + {"̿",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xbf",2,NULL,0,NULL,0}, + {"ൎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xb6",3,NULL,0,NULL,0}, + {"㻆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x86",3,NULL,0,NULL,0}, + {"㷕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x95",3,NULL,0,NULL,0}, + {"늴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xb5",3,NULL,0,NULL,0}, + {"ᛩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xa9",3,NULL,0,NULL,0}, + {"鮯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xaf",3,NULL,0,NULL,0}, + {"뉃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x83",3,NULL,0,NULL,0}, + {"찈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x88",3,NULL,0,NULL,0}, + {"ਫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x86",3,NULL,0,NULL,0}, + {"錵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xb5",3,NULL,0,NULL,0}, + {"ᑺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xba",3,NULL,0,NULL,0}, + {"娴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xb4",3,NULL,0,NULL,0}, + {"兇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x87",3,NULL,0,NULL,0}, + {"ᣊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x8a",3,NULL,0,NULL,0}, + {"睻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xbb",3,NULL,0,NULL,0}, + {"寴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xb4",3,NULL,0,NULL,0}, + {"싈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x8f",3,NULL,0,NULL,0}, + {"乤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xa4",3,NULL,0,NULL,0}, + {"⏜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x9c",3,NULL,0,NULL,0}, + {"鍖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x96",3,NULL,0,NULL,0}, + {"䂐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x90",3,NULL,0,NULL,0}, + {"﨤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xa4",3,NULL,0,NULL,0}, + {"혆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x86",3,NULL,0,NULL,0}, + {"춅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x85",3,NULL,0,NULL,0}, + {"易",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xa0",3,NULL,0,NULL,0}, + {"ᴜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x9c",3,NULL,0,NULL,0}, + {"砘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x98",3,NULL,0,NULL,0}, + {"먤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xa4",3,NULL,0,NULL,0}, + {"도",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x84",3,NULL,0,NULL,0}, + {"ꌊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x8a",3,NULL,0,NULL,0}, + {"㬡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xa1",3,NULL,0,NULL,0}, + {"뀢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xa2",3,NULL,0,NULL,0}, + {"Ꙍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x8c",3,NULL,0,NULL,0}, + {"Ŗ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x96",2,NULL,0,NULL,0}, + {"㸬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xac",3,NULL,0,NULL,0}, + {"疢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xa2",3,NULL,0,NULL,0}, + {"{",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x9b",3,NULL,0,NULL,0}, + {"䡻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x9d",3,NULL,0,NULL,0}, + {"䐰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xb0",3,NULL,0,NULL,0}, + {"ࡩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xa9",3,NULL,0,NULL,0}, + {"삟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x9f",3,NULL,0,NULL,0}, + {"Ἕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x9d",3,NULL,0,NULL,0}, + {"મ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xae",3,NULL,0,NULL,0}, + {"쯇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x87",3,NULL,0,NULL,0}, + {"鎌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x8c",3,NULL,0,NULL,0}, + {"珅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xa6",3,NULL,0,NULL,0}, + {"凂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x82",3,NULL,0,NULL,0}, + {"䃊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x8a",3,NULL,0,NULL,0}, + {"ᤋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x98",3,NULL,0,NULL,0}, + {"삋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x8b",3,NULL,0,NULL,0}, + {"艡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x89",3,NULL,0,NULL,0}, + {"ࢳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xb3",3,NULL,0,NULL,0}, + {"㚔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x94",3,NULL,0,NULL,0}, + {"뇺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xba",3,NULL,0,NULL,0}, + {"ꑠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xa0",3,NULL,0,NULL,0}, + {"∟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x9f",3,NULL,0,NULL,0}, + {"홽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xbd",3,NULL,0,NULL,0}, + {"贈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xa5",3,NULL,0,NULL,0}, + {"ᦐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x90",3,NULL,0,NULL,0}, + {"蒠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xa0",3,NULL,0,NULL,0}, + {"鋈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x88",3,NULL,0,NULL,0}, + {"㿖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x96",3,NULL,0,NULL,0}, + {"說",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xaf",3,NULL,0,NULL,0}, + {"瞧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xa7",3,NULL,0,NULL,0}, + {"膕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x95",3,NULL,0,NULL,0}, + {"貅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x85",3,NULL,0,NULL,0}, + {"Ⱨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xa7",3,NULL,0,NULL,0}, + {"ㅷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xb7",3,NULL,0,NULL,0}, + {"륇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x87",3,NULL,0,NULL,0}, + {"巰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xb0",3,NULL,0,NULL,0}, + {"安",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x89",3,NULL,0,NULL,0}, + {"㑲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xb2",3,NULL,0,NULL,0}, + {"펆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x86",3,NULL,0,NULL,0}, + {"夡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xa1",3,NULL,0,NULL,0}, + {"孄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x84",3,NULL,0,NULL,0}, + {"窴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xb4",3,NULL,0,NULL,0}, + {"艹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xb9",3,NULL,0,NULL,0}, + {"䟴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xb4",3,NULL,0,NULL,0}, + {"ࠕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x95",3,NULL,0,NULL,0}, + {"ﯳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xb3",3,NULL,0,NULL,0}, + {"コ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb3",3,NULL,0,NULL,0}, + {"췘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x98",3,NULL,0,NULL,0}, + {"Ậ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xac",3,NULL,0,NULL,0}, + {"쁰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xb0",3,NULL,0,NULL,0}, + {"긑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x91",3,NULL,0,NULL,0}, + {"῾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xbe",3,NULL,0,NULL,0}, + {"䥫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xab",3,NULL,0,NULL,0}, + {"㝔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x94",3,NULL,0,NULL,0}, + {"⽏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x8f",3,NULL,0,NULL,0}, + {"崚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x9a",3,NULL,0,NULL,0}, + {"歺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xba",3,NULL,0,NULL,0}, + {"ffi",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x83",3,NULL,0,NULL,0}, + {"腟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xb0",3,NULL,0,NULL,0}, + {"ꄊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x83",3,NULL,0,NULL,0}, + {"䓶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xb6",3,NULL,0,NULL,0}, + {"ᎌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x8c",3,NULL,0,NULL,0}, + {"뢬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xac",3,NULL,0,NULL,0}, + {"넶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xb6",3,NULL,0,NULL,0}, + {"먙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x99",3,NULL,0,NULL,0}, + {"宣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xa3",3,NULL,0,NULL,0}, + {"Ꚑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x90",3,NULL,0,NULL,0}, + {"橘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x98",3,NULL,0,NULL,0}, + {"磹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xb9",3,NULL,0,NULL,0}, + {"埧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x90",3,NULL,0,NULL,0}, + {"휖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x96",3,NULL,0,NULL,0}, + {"顏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x8f",3,NULL,0,NULL,0}, + {"䙀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x80",3,NULL,0,NULL,0}, + {"ℎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x8e",3,NULL,0,NULL,0}, + {"虛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x9b",3,NULL,0,NULL,0}, + {"ꠌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x8c",3,NULL,0,NULL,0}, + {"べ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xb9",3,NULL,0,NULL,0}, + {"霆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xb2",3,NULL,0,NULL,0}, + {"筍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x8d",3,NULL,0,NULL,0}, + {"◞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x9e",3,NULL,0,NULL,0}, + {"嬃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x83",3,NULL,0,NULL,0}, + {"캹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xb9",3,NULL,0,NULL,0}, + {"姩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x87",3,NULL,0,NULL,0}, + {"칧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xa7",3,NULL,0,NULL,0}, + {"ᣳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xb3",3,NULL,0,NULL,0}, + {"錌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x8c",3,NULL,0,NULL,0}, + {"ꉔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x94",3,NULL,0,NULL,0}, + {"妲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xb2",3,NULL,0,NULL,0}, + {"檖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x96",3,NULL,0,NULL,0}, + {"㚻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xbb",3,NULL,0,NULL,0}, + {"ዱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x8d",3,NULL,0,NULL,0}, + {"畏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x8f",3,NULL,0,NULL,0}, + {"۱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xb1",2,NULL,0,NULL,0}, + {"㍎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x8e",3,NULL,0,NULL,0}, + {"ᓩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa9",3,NULL,0,NULL,0}, + {"쥎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x8e",3,NULL,0,NULL,0}, + {"ꪡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xa1",3,NULL,0,NULL,0}, + {"샱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xb1",3,NULL,0,NULL,0}, + {"剑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x91",3,NULL,0,NULL,0}, + {"砿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xb3",3,NULL,0,NULL,0}, + {"⟈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x88",3,NULL,0,NULL,0}, + {"詣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xa3",3,NULL,0,NULL,0}, + {"ᄱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xb1",3,NULL,0,NULL,0}, + {"䎩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xa9",3,NULL,0,NULL,0}, + {"Ѓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x83",2,NULL,0,NULL,0}, + {"⛕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x95",3,NULL,0,NULL,0}, + {"⁊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x97",3,NULL,0,NULL,0}, + {"Ƶ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xb5",2,NULL,0,NULL,0}, + {"⫖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x96",3,NULL,0,NULL,0}, + {"驾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xbe",3,NULL,0,NULL,0}, + {"큐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x90",3,NULL,0,NULL,0}, + {"䑙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x99",3,NULL,0,NULL,0}, + {"ꝇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x87",3,NULL,0,NULL,0}, + {"ᙤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xa4",3,NULL,0,NULL,0}, + {"坋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x8b",3,NULL,0,NULL,0}, + {"∑",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x90",3,NULL,0,NULL,0}, + {"鲑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xa4",3,NULL,0,NULL,0}, + {"旣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xa3",3,NULL,0,NULL,0}, + {"糄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x84",3,NULL,0,NULL,0}, + {"㉙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x99",3,NULL,0,NULL,0}, + {"镶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xb6",3,NULL,0,NULL,0}, + {"᭛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xb0",3,NULL,0,NULL,0}, + {"᪨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xa8",3,NULL,0,NULL,0}, + {"쪇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x87",3,NULL,0,NULL,0}, + {"钲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xb2",3,NULL,0,NULL,0}, + {"ꈍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x8c",3,NULL,0,NULL,0}, + {"萵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xb5",3,NULL,0,NULL,0}, + {"❗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x97",3,NULL,0,NULL,0}, + {"ⓟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x9f",3,NULL,0,NULL,0}, + {"⿱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xb1",3,NULL,0,NULL,0}, + {"洘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x98",3,NULL,0,NULL,0}, + {"ꠗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x97",3,NULL,0,NULL,0}, + {"ʶ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb6",2,NULL,0,NULL,0}, + {"Ȟ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x9e",2,NULL,0,NULL,0}, + {"痪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xaa",3,NULL,0,NULL,0}, + {"ꥦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xa6",3,NULL,0,NULL,0}, + {"숱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xb1",3,NULL,0,NULL,0}, + {"㤻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xbb",3,NULL,0,NULL,0}, + {"鬅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x85",3,NULL,0,NULL,0}, + {"ӱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xb1",2,NULL,0,NULL,0}, + {"⠟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x97",3,NULL,0,NULL,0}, + {"ᨨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xa8",3,NULL,0,NULL,0}, + {"ꨝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x9d",3,NULL,0,NULL,0}, + {"鑸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xb8",3,NULL,0,NULL,0}, + {"拍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x8d",3,NULL,0,NULL,0}, + {"ꦬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xac",3,NULL,0,NULL,0}, + {"䅉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x89",3,NULL,0,NULL,0}, + {"Ṍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x8c",3,NULL,0,NULL,0}, + {"┙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x99",3,NULL,0,NULL,0}, + {"❳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xb3",3,NULL,0,NULL,0}, + {"賃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x83",3,NULL,0,NULL,0}, + {"ᇶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xb6",3,NULL,0,NULL,0}, + {"좞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x9e",3,NULL,0,NULL,0}, + {"⧩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xa9",3,NULL,0,NULL,0}, + {"퓩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x89",3,NULL,0,NULL,0}, + {"軕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x95",3,NULL,0,NULL,0}, + {"쯜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x9c",3,NULL,0,NULL,0}, + {"▵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xb5",3,NULL,0,NULL,0}, + {"睌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x8c",3,NULL,0,NULL,0}, + {"礦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xa6",3,NULL,0,NULL,0}, + {"䙦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xa6",3,NULL,0,NULL,0}, + {"烻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xbb",3,NULL,0,NULL,0}, + {"ⷍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x84",3,NULL,0,NULL,0}, + {"䦛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x9b",3,NULL,0,NULL,0}, + {"㊂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x82",3,NULL,0,NULL,0}, + {"蚱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xb7",3,NULL,0,NULL,0}, + {"䯁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x81",3,NULL,0,NULL,0}, + {"؂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x82",2,NULL,0,NULL,0}, + {"櫊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x8a",3,NULL,0,NULL,0}, + {"涧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xa7",3,NULL,0,NULL,0}, + {"䓞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x9e",3,NULL,0,NULL,0}, + {"궏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x8f",3,NULL,0,NULL,0}, + {"Ⱔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xa4",3,NULL,0,NULL,0}, + {"ဧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xbc",3,NULL,0,NULL,0}, + {"洈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x88",3,NULL,0,NULL,0}, + {"㵐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x90",3,NULL,0,NULL,0}, + {"⨣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xa3",3,NULL,0,NULL,0}, + {"ꊜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x9c",3,NULL,0,NULL,0}, + {"걋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x8b",3,NULL,0,NULL,0}, + {"䄚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x9a",3,NULL,0,NULL,0}, + {"윦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xa6",3,NULL,0,NULL,0}, + {"噕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x95",3,NULL,0,NULL,0}, + {"ౚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x9a",3,NULL,0,NULL,0}, + {"胘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x98",3,NULL,0,NULL,0}, + {"ཧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xa7",3,NULL,0,NULL,0}, + {"풊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x8a",3,NULL,0,NULL,0}, + {"켘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x98",3,NULL,0,NULL,0}, + {"底",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x95",3,NULL,0,NULL,0}, + {"윽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xbd",3,NULL,0,NULL,0}, + {"藏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x8f",3,NULL,0,NULL,0}, + {"༢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xa2",3,NULL,0,NULL,0}, + {"觅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x85",3,NULL,0,NULL,0}, + {"吀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x80",3,NULL,0,NULL,0}, + {"➟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x9f",3,NULL,0,NULL,0}, + {"䟇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x87",3,NULL,0,NULL,0}, + {"봊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x88",3,NULL,0,NULL,0}, + {"搞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x9e",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x18",1,NULL,0,NULL,0}, + {"Ⳗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x96",3,NULL,0,NULL,0}, + {"᳋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x8b",3,NULL,0,NULL,0}, + {"㋤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xa4",3,NULL,0,NULL,0}, + {"ꎶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xb6",3,NULL,0,NULL,0}, + {"楉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x89",3,NULL,0,NULL,0}, + {"ᰤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xa4",3,NULL,0,NULL,0}, + {"ꋒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x92",3,NULL,0,NULL,0}, + {"䳾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xbe",3,NULL,0,NULL,0}, + {"촿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xbd",3,NULL,0,NULL,0}, + {"㡍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x8d",3,NULL,0,NULL,0}, + {"곜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x9c",3,NULL,0,NULL,0}, + {"홛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x9b",3,NULL,0,NULL,0}, + {"沵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xb5",3,NULL,0,NULL,0}, + {"଑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x91",3,NULL,0,NULL,0}, + {"㟚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x9a",3,NULL,0,NULL,0}, + {"逍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x8d",3,NULL,0,NULL,0}, + {"ཙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x99",3,NULL,0,NULL,0}, + {"啀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x80",3,NULL,0,NULL,0}, + {"퀆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x86",3,NULL,0,NULL,0}, + {"鑑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x91",3,NULL,0,NULL,0}, + {"௱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xb1",3,NULL,0,NULL,0}, + {"ᅄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x84",3,NULL,0,NULL,0}, + {"β",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb2",2,NULL,0,NULL,0}, + {"⬱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xb1",3,NULL,0,NULL,0}, + {"쑳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xb3",3,NULL,0,NULL,0}, + {"ꞌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x8c",3,NULL,0,NULL,0}, + {"쑜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x9c",3,NULL,0,NULL,0}, + {"몖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xa7",3,NULL,0,NULL,0}, + {"箣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xa3",3,NULL,0,NULL,0}, + {"訜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x9c",3,NULL,0,NULL,0}, + {"⃺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xb0",3,NULL,0,NULL,0}, + {"認",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x8d",3,NULL,0,NULL,0}, + {"鳮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xae",3,NULL,0,NULL,0}, + {"턨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x8c",3,NULL,0,NULL,0}, + {"䫫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xab",3,NULL,0,NULL,0}, + {"骶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xb6",3,NULL,0,NULL,0}, + {"才",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xa1",3,NULL,0,NULL,0}, + {"锑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x91",3,NULL,0,NULL,0}, + {"蜑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x91",3,NULL,0,NULL,0}, + {"깗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x97",3,NULL,0,NULL,0}, + {"䈒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x92",3,NULL,0,NULL,0}, + {"틍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x8d",3,NULL,0,NULL,0}, + {"塭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xad",3,NULL,0,NULL,0}, + {"䯵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xb5",3,NULL,0,NULL,0}, + {"溶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xb6",3,NULL,0,NULL,0}, + {"㦘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x98",3,NULL,0,NULL,0}, + {"믪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xaa",3,NULL,0,NULL,0}, + {"欄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x9d",3,NULL,0,NULL,0}, + {"굤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xa4",3,NULL,0,NULL,0}, + {"黻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xbb",3,NULL,0,NULL,0}, + {"㓴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xb4",3,NULL,0,NULL,0}, + {"揮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb9",3,NULL,0,NULL,0}, + {"᳭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xad",3,NULL,0,NULL,0}, + {"詋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x8b",3,NULL,0,NULL,0}, + {"躈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x88",3,NULL,0,NULL,0}, + {"멥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xa5",3,NULL,0,NULL,0}, + {"黃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x83",3,NULL,0,NULL,0}, + {"䭳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xb3",3,NULL,0,NULL,0}, + {"祹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xb9",3,NULL,0,NULL,0}, + {"뭚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x94",3,NULL,0,NULL,0}, + {"㨻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xbb",3,NULL,0,NULL,0}, + {"꘡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xa1",3,NULL,0,NULL,0}, + {"㟱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xb1",3,NULL,0,NULL,0}, + {"꺠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xa0",3,NULL,0,NULL,0}, + {"à",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa0",2,NULL,0,NULL,0}, + {"瀹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xa2",3,NULL,0,NULL,0}, + {"월",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x94",3,NULL,0,NULL,0}, + {"鯧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xaa",3,NULL,0,NULL,0}, + {"퓜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x9c",3,NULL,0,NULL,0}, + {"昇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x87",3,NULL,0,NULL,0}, + {"誸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xb8",3,NULL,0,NULL,0}, + {"颦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xa6",3,NULL,0,NULL,0}, + {"텭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xad",3,NULL,0,NULL,0}, + {"浒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x92",3,NULL,0,NULL,0}, + {"喩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xa9",3,NULL,0,NULL,0}, + {"㾻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xbb",3,NULL,0,NULL,0}, + {"麵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xb5",3,NULL,0,NULL,0}, + {"俾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xbe",3,NULL,0,NULL,0}, + {"医",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xbb",3,NULL,0,NULL,0}, + {"髂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x82",3,NULL,0,NULL,0}, + {"멓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x93",3,NULL,0,NULL,0}, + {"㸘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x98",3,NULL,0,NULL,0}, + {"紲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xb2",3,NULL,0,NULL,0}, + {"㭎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x8e",3,NULL,0,NULL,0}, + {"齆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x86",3,NULL,0,NULL,0}, + {"벸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xb8",3,NULL,0,NULL,0}, + {"呕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xb2",3,NULL,0,NULL,0}, + {"嘌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x8c",3,NULL,0,NULL,0}, + {"禺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xba",3,NULL,0,NULL,0}, + {"梄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x84",3,NULL,0,NULL,0}, + {"ェ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xaa",3,NULL,0,NULL,0}, + {"ㄫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xab",3,NULL,0,NULL,0}, + {"썢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xa2",3,NULL,0,NULL,0}, + {"爋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x8b",3,NULL,0,NULL,0}, + {"潩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xa9",3,NULL,0,NULL,0}, + {"ﶔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x94",3,NULL,0,NULL,0}, + {"珲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xb2",3,NULL,0,NULL,0}, + {"諺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xba",3,NULL,0,NULL,0}, + {"箻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xbb",3,NULL,0,NULL,0}, + {"똦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xa6",3,NULL,0,NULL,0}, + {"¦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa4",3,NULL,0,NULL,0}, + {"욻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xbb",3,NULL,0,NULL,0}, + {"룅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x85",3,NULL,0,NULL,0}, + {"⵽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x81",3,NULL,0,NULL,0}, + {"謿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xbf",3,NULL,0,NULL,0}, + {"놨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x9a",3,NULL,0,NULL,0}, + {"诂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x82",3,NULL,0,NULL,0}, + {"璖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x96",3,NULL,0,NULL,0}, + {"펧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xa7",3,NULL,0,NULL,0}, + {"ᜌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x8c",3,NULL,0,NULL,0}, + {"倿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xbf",3,NULL,0,NULL,0}, + {"勶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xb6",3,NULL,0,NULL,0}, + {"봿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xbf",3,NULL,0,NULL,0}, + {"줂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x82",3,NULL,0,NULL,0}, + {"ꙹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xb9",3,NULL,0,NULL,0}, + {"惭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xad",3,NULL,0,NULL,0}, + {"틼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xbc",3,NULL,0,NULL,0}, + {"뎮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xae",3,NULL,0,NULL,0}, + {"古",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xa4",3,NULL,0,NULL,0}, + {"伶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x92",3,NULL,0,NULL,0}, + {"茙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x99",3,NULL,0,NULL,0}, + {"飵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xb5",3,NULL,0,NULL,0}, + {"绂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x82",3,NULL,0,NULL,0}, + {"舐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x90",3,NULL,0,NULL,0}, + {"ᔪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xaa",3,NULL,0,NULL,0}, + {"踣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xa3",3,NULL,0,NULL,0}, + {"⾈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x88",3,NULL,0,NULL,0}, + {"쇋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x8b",3,NULL,0,NULL,0}, + {"⼗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x97",3,NULL,0,NULL,0}, + {"㦶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xb6",3,NULL,0,NULL,0}, + {"ᶲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x9f",3,NULL,0,NULL,0}, + {"ጼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xbc",3,NULL,0,NULL,0}, + {"轸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xb8",3,NULL,0,NULL,0}, + {"ᵀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x80",3,NULL,0,NULL,0}, + {"ॿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xbf",3,NULL,0,NULL,0}, + {"耰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xb2",3,NULL,0,NULL,0}, + {"ጧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xa7",3,NULL,0,NULL,0}, + {"哛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x9b",3,NULL,0,NULL,0}, + {"詃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x83",3,NULL,0,NULL,0}, + {"힌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x8c",3,NULL,0,NULL,0}, + {"樊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x8a",3,NULL,0,NULL,0}, + {"凩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xac",3,NULL,0,NULL,0}, + {"낍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x8d",3,NULL,0,NULL,0}, + {"槁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x81",3,NULL,0,NULL,0}, + {"젠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xa0",3,NULL,0,NULL,0}, + {"臒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xa1",3,NULL,0,NULL,0}, + {"ᓳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb3",3,NULL,0,NULL,0}, + {"닌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x8c",3,NULL,0,NULL,0}, + {"᡻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xbb",3,NULL,0,NULL,0}, + {"쌝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x9d",3,NULL,0,NULL,0}, + {"体",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x93",3,NULL,0,NULL,0}, + {"ꁺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xba",3,NULL,0,NULL,0}, + {"ꦂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x82",3,NULL,0,NULL,0}, + {"餠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xa0",3,NULL,0,NULL,0}, + {"鋭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xad",3,NULL,0,NULL,0}, + {"啾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xbe",3,NULL,0,NULL,0}, + {"倞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x9e",3,NULL,0,NULL,0}, + {"擁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x81",3,NULL,0,NULL,0}, + {"꫞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x9e",3,NULL,0,NULL,0}, + {"鞁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xb2",3,NULL,0,NULL,0}, + {"ᕞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x9e",3,NULL,0,NULL,0}, + {"䂀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x80",3,NULL,0,NULL,0}, + {"᤿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xbf",3,NULL,0,NULL,0}, + {"㆞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x9e",3,NULL,0,NULL,0}, + {"뛴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xb4",3,NULL,0,NULL,0}, + {"ᶇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x87",3,NULL,0,NULL,0}, + {"屙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x99",3,NULL,0,NULL,0}, + {"ﭹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x89",3,NULL,0,NULL,0}, + {"헀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x80",3,NULL,0,NULL,0}, + {"ꁳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xb3",3,NULL,0,NULL,0}, + {"䀎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x8e",3,NULL,0,NULL,0}, + {"ퟆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x86",3,NULL,0,NULL,0}, + {"敡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xa1",3,NULL,0,NULL,0}, + {"ᆙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x99",3,NULL,0,NULL,0}, + {"딋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x8b",3,NULL,0,NULL,0}, + {"ć",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x87",2,NULL,0,NULL,0}, + {"㷇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x87",3,NULL,0,NULL,0}, + {"̽",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xbd",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x8c",3,NULL,0,NULL,0}, + {"Ꙝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x9c",3,NULL,0,NULL,0}, + {"Ŧ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa6",2,NULL,0,NULL,0}, + {"針",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x9d",3,NULL,0,NULL,0}, + {"缑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x91",3,NULL,0,NULL,0}, + {"侑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x91",3,NULL,0,NULL,0}, + {"菐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x90",3,NULL,0,NULL,0}, + {"7",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x8c",3,NULL,0,NULL,0}, + {"ᒊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x8a",3,NULL,0,NULL,0}, + {"깂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x89",3,NULL,0,NULL,0}, + {"蓛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x9b",3,NULL,0,NULL,0}, + {"乔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x94",3,NULL,0,NULL,0}, + {"瑊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x8a",3,NULL,0,NULL,0}, + {"䒑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x91",3,NULL,0,NULL,0}, + {"ᾡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xa1",3,NULL,0,NULL,0}, + {"螺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xba",3,NULL,0,NULL,0}, + {"ࡠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xa0",3,NULL,0,NULL,0}, + {"⇠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x8e",3,NULL,0,NULL,0}, + {"ኞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x9e",3,NULL,0,NULL,0}, + {"䀭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xad",3,NULL,0,NULL,0}, + {"뜵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xb5",3,NULL,0,NULL,0}, + {"ﴡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xa1",3,NULL,0,NULL,0}, + {"짃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x83",3,NULL,0,NULL,0}, + {"ꐚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x9a",3,NULL,0,NULL,0}, + {"節",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xad",3,NULL,0,NULL,0}, + {"锨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xa8",3,NULL,0,NULL,0}, + {"핗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x97",3,NULL,0,NULL,0}, + {"㾇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xb3",3,NULL,0,NULL,0}, + {"類",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x90",3,NULL,0,NULL,0}, + {"풁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xa1",3,NULL,0,NULL,0}, + {"귌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x8c",3,NULL,0,NULL,0}, + {"㒎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x8e",3,NULL,0,NULL,0}, + {"덿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xb1",3,NULL,0,NULL,0}, + {"Ϧ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xa6",2,NULL,0,NULL,0}, + {"삝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xa8",3,NULL,0,NULL,0}, + {"嫉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x89",3,NULL,0,NULL,0}, + {"奕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x95",3,NULL,0,NULL,0}, + {"苕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x95",3,NULL,0,NULL,0}, + {"἗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x97",3,NULL,0,NULL,0}, + {"쫓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x93",3,NULL,0,NULL,0}, + {"ﻒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x92",3,NULL,0,NULL,0}, + {"굴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xb4",3,NULL,0,NULL,0}, + {"䠒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x92",3,NULL,0,NULL,0}, + {"褿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xbf",3,NULL,0,NULL,0}, + {"긣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xa3",3,NULL,0,NULL,0}, + {"㊽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xbd",3,NULL,0,NULL,0}, + {"嶩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xa9",3,NULL,0,NULL,0}, + {"䥡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xa1",3,NULL,0,NULL,0}, + {"ﯡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xa1",3,NULL,0,NULL,0}, + {"瘓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x93",3,NULL,0,NULL,0}, + {"垺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xba",3,NULL,0,NULL,0}, + {"ꆃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x83",3,NULL,0,NULL,0}, + {"∠",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa0",3,NULL,0,NULL,0}, + {"畴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xb4",3,NULL,0,NULL,0}, + {"쇹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x8b",3,NULL,0,NULL,0}, + {"偨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xa8",3,NULL,0,NULL,0}, + {"駥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xa5",3,NULL,0,NULL,0}, + {"櫍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xb7",3,NULL,0,NULL,0}, + {"폗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x97",3,NULL,0,NULL,0}, + {"꼁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x81",3,NULL,0,NULL,0}, + {"夓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xaa",3,NULL,0,NULL,0}, + {"窰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xb0",3,NULL,0,NULL,0}, + {"樭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xad",3,NULL,0,NULL,0}, + {"♁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x81",3,NULL,0,NULL,0}, + {"쮧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xa7",3,NULL,0,NULL,0}, + {"䌁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x81",3,NULL,0,NULL,0}, + {"霯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xaf",3,NULL,0,NULL,0}, + {"婊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xbd",3,NULL,0,NULL,0}, + {"▄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x84",3,NULL,0,NULL,0}, + {"᠛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x9b",3,NULL,0,NULL,0}, + {"坪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xb6",3,NULL,0,NULL,0}, + {"踮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xae",3,NULL,0,NULL,0}, + {"Λ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x9b",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x91",3,NULL,0,NULL,0}, + {"ꌛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x9b",3,NULL,0,NULL,0}, + {"⒜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x9c",3,NULL,0,NULL,0}, + {"⊓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x93",3,NULL,0,NULL,0}, + {"﫱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xb1",3,NULL,0,NULL,0}, + {"㌑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x91",3,NULL,0,NULL,0}, + {"妀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x80",3,NULL,0,NULL,0}, + {"ⵕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x95",3,NULL,0,NULL,0}, + {"䶀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x8f",3,NULL,0,NULL,0}, + {"㜃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x83",3,NULL,0,NULL,0}, + {"֜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x9c",2,NULL,0,NULL,0}, + {"셜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x9c",3,NULL,0,NULL,0}, + {"⼾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xbe",3,NULL,0,NULL,0}, + {"픯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xaf",3,NULL,0,NULL,0}, + {"㏲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xb2",3,NULL,0,NULL,0}, + {"╨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xa8",3,NULL,0,NULL,0}, + {"泊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x8a",3,NULL,0,NULL,0}, + {"碔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x94",3,NULL,0,NULL,0}, + {"鸏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x8f",3,NULL,0,NULL,0}, + {"検",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x9c",3,NULL,0,NULL,0}, + {"ማ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x9b",3,NULL,0,NULL,0}, + {"䳅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x85",3,NULL,0,NULL,0}, + {"쬠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xa0",3,NULL,0,NULL,0}, + {"Ѻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xba",2,NULL,0,NULL,0}, + {"➂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x82",3,NULL,0,NULL,0}, + {"ޯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xaf",2,NULL,0,NULL,0}, + {"쿕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x95",3,NULL,0,NULL,0}, + {"ܒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x92",2,NULL,0,NULL,0}, + {"摕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x95",3,NULL,0,NULL,0}, + {"쀍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x8d",3,NULL,0,NULL,0}, + {"姂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xb3",3,NULL,0,NULL,0}, + {"固",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xb3",3,NULL,0,NULL,0}, + {"ꎀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x80",3,NULL,0,NULL,0}, + {"㌲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xb2",3,NULL,0,NULL,0}, + {"胆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x98",3,NULL,0,NULL,0}, + {"䊄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x84",3,NULL,0,NULL,0}, + {"閆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x86",3,NULL,0,NULL,0}, + {"ᯒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x92",3,NULL,0,NULL,0}, + {"⣎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x8e",3,NULL,0,NULL,0}, + {"샫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xab",3,NULL,0,NULL,0}, + {"颷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xb7",3,NULL,0,NULL,0}, + {"༰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xb0",3,NULL,0,NULL,0}, + {"㋯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xaf",3,NULL,0,NULL,0}, + {"㧽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xbd",3,NULL,0,NULL,0}, + {"첆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x86",3,NULL,0,NULL,0}, + {"괖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x96",3,NULL,0,NULL,0}, + {"뒣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xa3",3,NULL,0,NULL,0}, + {"锃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x83",3,NULL,0,NULL,0}, + {"䎻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xbb",3,NULL,0,NULL,0}, + {"Љ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x89",2,NULL,0,NULL,0}, + {"㲖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x96",3,NULL,0,NULL,0}, + {"炆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x86",3,NULL,0,NULL,0}, + {"⮹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xb9",3,NULL,0,NULL,0}, + {"㮍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x8d",3,NULL,0,NULL,0}, + {"몝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x9d",3,NULL,0,NULL,0}, + {"๩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xa9",3,NULL,0,NULL,0}, + {"ႆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x86",3,NULL,0,NULL,0}, + {"뽉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x89",3,NULL,0,NULL,0}, + {"뾜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x9c",3,NULL,0,NULL,0}, + {"犣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xa3",3,NULL,0,NULL,0}, + {"䧘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x93",3,NULL,0,NULL,0}, + {"魐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x90",3,NULL,0,NULL,0}, + {"꺐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x9e",3,NULL,0,NULL,0}, + {"㩦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xa6",3,NULL,0,NULL,0}, + {"顽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xbd",3,NULL,0,NULL,0}, + {"挶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xb6",3,NULL,0,NULL,0}, + {"㠨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xa8",3,NULL,0,NULL,0}, + {"꨷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xb7",3,NULL,0,NULL,0}, + {"揩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xa9",3,NULL,0,NULL,0}, + {"᭩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xa9",3,NULL,0,NULL,0}, + {"別",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xa5",3,NULL,0,NULL,0}, + {"渒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x92",3,NULL,0,NULL,0}, + {"禥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xa5",3,NULL,0,NULL,0}, + {"嗔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x94",3,NULL,0,NULL,0}, + {"감",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x90",3,NULL,0,NULL,0}, + {"鹶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xb6",3,NULL,0,NULL,0}, + {"淩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xa9",3,NULL,0,NULL,0}, + {"钾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xbe",3,NULL,0,NULL,0}, + {"Ꜷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xb6",3,NULL,0,NULL,0}, + {"谿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xbf",3,NULL,0,NULL,0}, + {"☞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x9e",3,NULL,0,NULL,0}, + {"䩇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x87",3,NULL,0,NULL,0}, + {"퓐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x90",3,NULL,0,NULL,0}, + {"躧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xa7",3,NULL,0,NULL,0}, + {"簇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x87",3,NULL,0,NULL,0}, + {"㙊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x8a",3,NULL,0,NULL,0}, + {"솮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xae",3,NULL,0,NULL,0}, + {"䭞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xa6",3,NULL,0,NULL,0}, + {"⍤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xa4",3,NULL,0,NULL,0}, + {"牖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x96",3,NULL,0,NULL,0}, + {"栌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xa6",3,NULL,0,NULL,0}, + {"桍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x8d",3,NULL,0,NULL,0}, + {"뷉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8b",3,NULL,0,NULL,0}, + {"擏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x8f",3,NULL,0,NULL,0}, + {"㞡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xa1",3,NULL,0,NULL,0}, + {"䅃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xa2",3,NULL,0,NULL,0}, + {"ꉤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xa4",3,NULL,0,NULL,0}, + {"晫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xab",3,NULL,0,NULL,0}, + {"몿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xbf",3,NULL,0,NULL,0}, + {"졾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xbe",3,NULL,0,NULL,0}, + {"唱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xb1",3,NULL,0,NULL,0}, + {"퇽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xbd",3,NULL,0,NULL,0}, + {"뮶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xb6",3,NULL,0,NULL,0}, + {"ꕿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xbf",3,NULL,0,NULL,0}, + {"ꥈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x88",3,NULL,0,NULL,0}, + {"ୁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x81",3,NULL,0,NULL,0}, + {"匏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x8f",3,NULL,0,NULL,0}, + {"⦄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x84",3,NULL,0,NULL,0}, + {"柘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x98",3,NULL,0,NULL,0}, + {"序",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x8f",3,NULL,0,NULL,0}, + {"ꝴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xb4",3,NULL,0,NULL,0}, + {"㘈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x88",3,NULL,0,NULL,0}, + {"䪰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xb0",3,NULL,0,NULL,0}, + {"긴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xb4",3,NULL,0,NULL,0}, + {"쿉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x89",3,NULL,0,NULL,0}, + {"ʇ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x87",2,NULL,0,NULL,0}, + {"秗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x97",3,NULL,0,NULL,0}, + {"팡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xa1",3,NULL,0,NULL,0}, + {"鵏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x8f",3,NULL,0,NULL,0}, + {"ൡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xa1",3,NULL,0,NULL,0}, + {"킭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xad",3,NULL,0,NULL,0}, + {"賣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xa6",3,NULL,0,NULL,0}, + {"킲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xb2",3,NULL,0,NULL,0}, + {"鏔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x94",3,NULL,0,NULL,0}, + {"ꈠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xb1",3,NULL,0,NULL,0}, + {"ꕉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x89",3,NULL,0,NULL,0}, + {"曔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x94",3,NULL,0,NULL,0}, + {"㢑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x91",3,NULL,0,NULL,0}, + {"讋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x8b",3,NULL,0,NULL,0}, + {"ꊠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xa0",3,NULL,0,NULL,0}, + {"ꓝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x9d",3,NULL,0,NULL,0}, + {"뢝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x9d",3,NULL,0,NULL,0}, + {"ኋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x8b",3,NULL,0,NULL,0}, + {"杩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xa9",3,NULL,0,NULL,0}, + {"筨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xa5",3,NULL,0,NULL,0}, + {"릮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xae",3,NULL,0,NULL,0}, + {"슋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x8b",3,NULL,0,NULL,0}, + {"ꣁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x81",3,NULL,0,NULL,0}, + {"覷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xb7",3,NULL,0,NULL,0}, + {"吠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xa0",3,NULL,0,NULL,0}, + {"Ɤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xb0",3,NULL,0,NULL,0}, + {"㻂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x82",3,NULL,0,NULL,0}, + {"驩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xa9",3,NULL,0,NULL,0}, + {"ꀝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x9d",3,NULL,0,NULL,0}, + {"ด",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x9f",3,NULL,0,NULL,0}, + {"̂",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x82",2,NULL,0,NULL,0}, + {"蝌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x8c",3,NULL,0,NULL,0}, + {"പ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xaa",3,NULL,0,NULL,0}, + {"ॡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xa1",3,NULL,0,NULL,0}, + {"样",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xb7",3,NULL,0,NULL,0}, + {"폏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x8f",3,NULL,0,NULL,0}, + {"惋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x8b",3,NULL,0,NULL,0}, + {"꬗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x97",3,NULL,0,NULL,0}, + {"跬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xac",3,NULL,0,NULL,0}, + {"홁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x81",3,NULL,0,NULL,0}, + {"鯂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xa5",3,NULL,0,NULL,0}, + {"ꉟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x9f",3,NULL,0,NULL,0}, + {"ચ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x9a",3,NULL,0,NULL,0}, + {"붆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x86",3,NULL,0,NULL,0}, + {"蘺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xba",3,NULL,0,NULL,0}, + {"衈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x88",3,NULL,0,NULL,0}, + {"ሎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x8e",3,NULL,0,NULL,0}, + {"屖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x96",3,NULL,0,NULL,0}, + {"ᤦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xa6",3,NULL,0,NULL,0}, + {"袄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x84",3,NULL,0,NULL,0}, + {"骥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xa5",3,NULL,0,NULL,0}, + {"ᵠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xa0",3,NULL,0,NULL,0}, + {"ꢗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x97",3,NULL,0,NULL,0}, + {"䬐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x90",3,NULL,0,NULL,0}, + {"헹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xa8",3,NULL,0,NULL,0}, + {"ꖤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xa4",3,NULL,0,NULL,0}, + {"㠃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xa5",3,NULL,0,NULL,0}, + {"辻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xbb",3,NULL,0,NULL,0}, + {"꿽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xbd",3,NULL,0,NULL,0}, + {"뵭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xad",3,NULL,0,NULL,0}, + {"꘣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xa3",3,NULL,0,NULL,0}, + {"瞘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x93",3,NULL,0,NULL,0}, + {"ﶤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xa4",3,NULL,0,NULL,0}, + {"핃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x83",3,NULL,0,NULL,0}, + {"斜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x9c",3,NULL,0,NULL,0}, + {"ਐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x90",3,NULL,0,NULL,0}, + {"n",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x8e",3,NULL,0,NULL,0}, + {"彪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xaa",3,NULL,0,NULL,0}, + {"뵼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xbc",3,NULL,0,NULL,0}, + {"먗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x8b",3,NULL,0,NULL,0}, + {"鰯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xaf",3,NULL,0,NULL,0}, + {"㱸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xb8",3,NULL,0,NULL,0}, + {"䁂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xb7",3,NULL,0,NULL,0}, + {"䑤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xa4",3,NULL,0,NULL,0}, + {"͉",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x89",2,NULL,0,NULL,0}, + {"톮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xae",3,NULL,0,NULL,0}, + {"Å",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x85",2,NULL,0,NULL,0}, + {"鈘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x98",3,NULL,0,NULL,0}, + {"甥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xa5",3,NULL,0,NULL,0}, + {"蠻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xbb",3,NULL,0,NULL,0}, + {"侸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x83",3,NULL,0,NULL,0}, + {"뱛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x9b",3,NULL,0,NULL,0}, + {"裖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x96",3,NULL,0,NULL,0}, + {"釚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x9a",3,NULL,0,NULL,0}, + {"祫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xab",3,NULL,0,NULL,0}, + {"婢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x80",3,NULL,0,NULL,0}, + {"ぴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xb4",3,NULL,0,NULL,0}, + {"핲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xb2",3,NULL,0,NULL,0}, + {"튭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xad",3,NULL,0,NULL,0}, + {"纙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x99",3,NULL,0,NULL,0}, + {"퐒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x92",3,NULL,0,NULL,0}, + {"ﴯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xaf",3,NULL,0,NULL,0}, + {"縘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x83",3,NULL,0,NULL,0}, + {"忁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x81",3,NULL,0,NULL,0}, + {"á",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1",2,NULL,0,NULL,0}, + {"滴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xb4",3,NULL,0,NULL,0}, + {"ꔫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xab",3,NULL,0,NULL,0}, + {"昵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xb5",3,NULL,0,NULL,0}, + {"呾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xbe",3,NULL,0,NULL,0}, + {"于",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x8e",3,NULL,0,NULL,0}, + {"嘅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x81",3,NULL,0,NULL,0}, + {"븑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xb6",3,NULL,0,NULL,0}, + {"瓧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xa7",3,NULL,0,NULL,0}, + {"Ῑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x99",3,NULL,0,NULL,0}, + {"땼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xbc",3,NULL,0,NULL,0}, + {"ᕰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xbc",3,NULL,0,NULL,0}, + {"修",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xae",3,NULL,0,NULL,0}, + {"얤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xb8",3,NULL,0,NULL,0}, + {"㴇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x87",3,NULL,0,NULL,0}, + {"꒬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xac",3,NULL,0,NULL,0}, + {"蟳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xb3",3,NULL,0,NULL,0}, + {"쩓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x93",3,NULL,0,NULL,0}, + {"ट",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x9f",3,NULL,0,NULL,0}, + {"稥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xa5",3,NULL,0,NULL,0}, + {"ᝦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xa6",3,NULL,0,NULL,0}, + {"簍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x8d",3,NULL,0,NULL,0}, + {"⵭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xad",3,NULL,0,NULL,0}, + {"烷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xb7",3,NULL,0,NULL,0}, + {"伪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xaa",3,NULL,0,NULL,0}, + {"翲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xb2",3,NULL,0,NULL,0}, + {"Ꜩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xa8",3,NULL,0,NULL,0}, + {"焅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x85",3,NULL,0,NULL,0}, + {"ﶠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x8c",3,NULL,0,NULL,0}, + {"닷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xb7",3,NULL,0,NULL,0}, + {"䴹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xb9",3,NULL,0,NULL,0}, + {"ỗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xa2",3,NULL,0,NULL,0}, + {"៮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xae",3,NULL,0,NULL,0}, + {"や",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x84",3,NULL,0,NULL,0}, + {"潻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xbb",3,NULL,0,NULL,0}, + {"⛮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xae",3,NULL,0,NULL,0}, + {"鄠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xa0",3,NULL,0,NULL,0}, + {"雂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x82",3,NULL,0,NULL,0}, + {"䄷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xa5",3,NULL,0,NULL,0}, + {"띨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xa8",3,NULL,0,NULL,0}, + {"⽸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xb8",3,NULL,0,NULL,0}, + {"씝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x9d",3,NULL,0,NULL,0}, + {"齃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x91",3,NULL,0,NULL,0}, + {"ͦ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xa6",2,NULL,0,NULL,0}, + {"ꙫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xab",3,NULL,0,NULL,0}, + {"肏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x8f",3,NULL,0,NULL,0}, + {"磌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xab",3,NULL,0,NULL,0}, + {"ጵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xb5",3,NULL,0,NULL,0}, + {"㯧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xa7",3,NULL,0,NULL,0}, + {"ꬄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x84",3,NULL,0,NULL,0}, + {"槾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xbe",3,NULL,0,NULL,0}, + {"硛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x9b",3,NULL,0,NULL,0}, + {"茫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xab",3,NULL,0,NULL,0}, + {"ᒡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa1",3,NULL,0,NULL,0}, + {"엥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xa5",3,NULL,0,NULL,0}, + {"羗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x97",3,NULL,0,NULL,0}, + {"졒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x92",3,NULL,0,NULL,0}, + {"ᠨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x86",3,NULL,0,NULL,0}, + {"ཀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xab",3,NULL,0,NULL,0}, + {"羌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x8c",3,NULL,0,NULL,0}, + {"ಂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x82",3,NULL,0,NULL,0}, + {"㴱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xb1",3,NULL,0,NULL,0}, + {"﫡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xa1",3,NULL,0,NULL,0}, + {"❈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x88",3,NULL,0,NULL,0}, + {"䦤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xa4",3,NULL,0,NULL,0}, + {"岬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xac",3,NULL,0,NULL,0}, + {"♕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x95",3,NULL,0,NULL,0}, + {"빉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x89",3,NULL,0,NULL,0}, + {"ߗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x97",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xb8",3,NULL,0,NULL,0}, + {"鎤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xa4",3,NULL,0,NULL,0}, + {"쒣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xa3",3,NULL,0,NULL,0}, + {"⋓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xb8",3,NULL,0,NULL,0}, + {"聠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xa0",3,NULL,0,NULL,0}, + {"ꂰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xb0",3,NULL,0,NULL,0}, + {"彋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x8b",3,NULL,0,NULL,0}, + {"酨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xa8",3,NULL,0,NULL,0}, + {"락",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xb9",3,NULL,0,NULL,0}, + {"ꀱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xb1",3,NULL,0,NULL,0}, + {"칥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xa5",3,NULL,0,NULL,0}, + {"荕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x95",3,NULL,0,NULL,0}, + {"灅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xab",3,NULL,0,NULL,0}, + {"템",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x96",3,NULL,0,NULL,0}, + {"凫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xab",3,NULL,0,NULL,0}, + {"狻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xa3",3,NULL,0,NULL,0}, + {"ǖ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x96",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xa9",3,NULL,0,NULL,0}, + {"瘊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x8a",3,NULL,0,NULL,0}, + {"쬗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x97",3,NULL,0,NULL,0}, + {"ǻ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xbb",2,NULL,0,NULL,0}, + {"쓙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x99",3,NULL,0,NULL,0}, + {"쨅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x85",3,NULL,0,NULL,0}, + {"႙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xb4",3,NULL,0,NULL,0}, + {"眛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x9b",3,NULL,0,NULL,0}, + {"蓉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x89",3,NULL,0,NULL,0}, + {"⠿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xbf",3,NULL,0,NULL,0}, + {"ꮩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xa9",3,NULL,0,NULL,0}, + {"㿾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xbe",3,NULL,0,NULL,0}, + {"㎨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xa8",3,NULL,0,NULL,0}, + {"ᗸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xb3",3,NULL,0,NULL,0}, + {"ힺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xba",3,NULL,0,NULL,0}, + {"敛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x9b",3,NULL,0,NULL,0}, + {"䗑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x91",3,NULL,0,NULL,0}, + {"㐇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x87",3,NULL,0,NULL,0}, + {"ï",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xaf",2,NULL,0,NULL,0}, + {"ᐵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb5",3,NULL,0,NULL,0}, + {"挑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x91",3,NULL,0,NULL,0}, + {"약",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xbd",3,NULL,0,NULL,0}, + {"缫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xab",3,NULL,0,NULL,0}, + {"䕵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xb5",3,NULL,0,NULL,0}, + {"ᬡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xa1",3,NULL,0,NULL,0}, + {"ẅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x8d",3,NULL,0,NULL,0}, + {"钇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x87",3,NULL,0,NULL,0}, + {"ᓛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x9b",3,NULL,0,NULL,0}, + {"│",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x82",3,NULL,0,NULL,0}, + {"㱮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xb7",3,NULL,0,NULL,0}, + {"◹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xb9",3,NULL,0,NULL,0}, + {"䯟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xa1",3,NULL,0,NULL,0}, + {"䣤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xa4",3,NULL,0,NULL,0}, + {"ჰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xb0",3,NULL,0,NULL,0}, + {"ﮝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x9d",3,NULL,0,NULL,0}, + {"㨬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xac",3,NULL,0,NULL,0}, + {"직",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x81",3,NULL,0,NULL,0}, + {"矸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xb7",3,NULL,0,NULL,0}, + {"导",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xbc",3,NULL,0,NULL,0}, + {"䞲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xb2",3,NULL,0,NULL,0}, + {"İ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xb0",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x9b",3,NULL,0,NULL,0}, + {"⑓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xb8",3,NULL,0,NULL,0}, + {"솶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xb6",3,NULL,0,NULL,0}, + {"੕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x95",3,NULL,0,NULL,0}, + {"찮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xae",3,NULL,0,NULL,0}, + {"됻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xbb",3,NULL,0,NULL,0}, + {"ᑔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x94",3,NULL,0,NULL,0}, + {"嫛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x9b",3,NULL,0,NULL,0}, + {"⨌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x8c",3,NULL,0,NULL,0}, + {"덽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xbd",3,NULL,0,NULL,0}, + {"螜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xaf",3,NULL,0,NULL,0}, + {"궪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xaa",3,NULL,0,NULL,0}, + {"⦛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x9b",3,NULL,0,NULL,0}, + {"⹷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xbb",3,NULL,0,NULL,0}, + {"쭦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xa6",3,NULL,0,NULL,0}, + {"陮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x94",3,NULL,0,NULL,0}, + {"畼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xbc",3,NULL,0,NULL,0}, + {"䛙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x99",3,NULL,0,NULL,0}, + {"㈚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x9a",3,NULL,0,NULL,0}, + {"胰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xb0",3,NULL,0,NULL,0}, + {"⑖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x96",3,NULL,0,NULL,0}, + {"阚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x9a",3,NULL,0,NULL,0}, + {"ഩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xa9",3,NULL,0,NULL,0}, + {"棱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xb1",3,NULL,0,NULL,0}, + {"ᨑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x91",3,NULL,0,NULL,0}, + {"␕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x95",3,NULL,0,NULL,0}, + {"稻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xbb",3,NULL,0,NULL,0}, + {"腯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xaf",3,NULL,0,NULL,0}, + {"걬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xac",3,NULL,0,NULL,0}, + {"䪨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xa8",3,NULL,0,NULL,0}, + {"洵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xb5",3,NULL,0,NULL,0}, + {"㬿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x80",3,NULL,0,NULL,0}, + {"锼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xbc",3,NULL,0,NULL,0}, + {"害",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xb3",3,NULL,0,NULL,0}, + {"ꋁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x81",3,NULL,0,NULL,0}, + {"䏐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x90",3,NULL,0,NULL,0}, + {"촰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xb7",3,NULL,0,NULL,0}, + {"색",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x96",3,NULL,0,NULL,0}, + {"굜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x9c",3,NULL,0,NULL,0}, + {"ԟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x9f",2,NULL,0,NULL,0}, + {"귫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xab",3,NULL,0,NULL,0}, + {"氧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xa7",3,NULL,0,NULL,0}, + {"쾆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x86",3,NULL,0,NULL,0}, + {"ꇹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xb9",3,NULL,0,NULL,0}, + {"㈰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x98",3,NULL,0,NULL,0}, + {"❫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x96",3,NULL,0,NULL,0}, + {"ᦶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xb6",3,NULL,0,NULL,0}, + {"⊑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x91",3,NULL,0,NULL,0}, + {"놥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xa5",3,NULL,0,NULL,0}, + {"ꏣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xa3",3,NULL,0,NULL,0}, + {"䓦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xa6",3,NULL,0,NULL,0}, + {"骦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xa6",3,NULL,0,NULL,0}, + {"葶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xb6",3,NULL,0,NULL,0}, + {"ꀊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x8a",3,NULL,0,NULL,0}, + {"너",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x88",3,NULL,0,NULL,0}, + {"ꎌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x8c",3,NULL,0,NULL,0}, + {"鵞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x9e",3,NULL,0,NULL,0}, + {"⤟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x9f",3,NULL,0,NULL,0}, + {"탽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xbd",3,NULL,0,NULL,0}, + {"蝥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xb0",3,NULL,0,NULL,0}, + {"㩈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xa4",3,NULL,0,NULL,0}, + {"ᩚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x9a",3,NULL,0,NULL,0}, + {"栮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xae",3,NULL,0,NULL,0}, + {"頭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xad",3,NULL,0,NULL,0}, + {"睸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xb8",3,NULL,0,NULL,0}, + {"힉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x89",3,NULL,0,NULL,0}, + {"鷘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x98",3,NULL,0,NULL,0}, + {"ꔒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x92",3,NULL,0,NULL,0}, + {"䲿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xbf",3,NULL,0,NULL,0}, + {"⫿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xbf",3,NULL,0,NULL,0}, + {"笽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xbd",3,NULL,0,NULL,0}, + {"㯈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x88",3,NULL,0,NULL,0}, + {"ꈺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xba",3,NULL,0,NULL,0}, + {"貆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x86",3,NULL,0,NULL,0}, + {"륈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x88",3,NULL,0,NULL,0}, + {"챶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xb6",3,NULL,0,NULL,0}, + {"쉘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x98",3,NULL,0,NULL,0}, + {"㥤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xa4",3,NULL,0,NULL,0}, + {"皈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x88",3,NULL,0,NULL,0}, + {"䔜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x9c",3,NULL,0,NULL,0}, + {"칤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x80",3,NULL,0,NULL,0}, + {"퀟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x9f",3,NULL,0,NULL,0}, + {"뮿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x92",3,NULL,0,NULL,0}, + {"詠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xa0",3,NULL,0,NULL,0}, + {"メ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x92",3,NULL,0,NULL,0}, + {"欳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xb3",3,NULL,0,NULL,0}, + {"Ⴘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xb8",3,NULL,0,NULL,0}, + {"쏼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xbc",3,NULL,0,NULL,0}, + {"ꕓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x93",3,NULL,0,NULL,0}, + {"ֺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xba",2,NULL,0,NULL,0}, + {"怦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xa6",3,NULL,0,NULL,0}, + {"랥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xa5",3,NULL,0,NULL,0}, + {"ۃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x83",2,NULL,0,NULL,0}, + {"韎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x8e",3,NULL,0,NULL,0}, + {"䊠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xa0",3,NULL,0,NULL,0}, + {"劘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xa5",3,NULL,0,NULL,0}, + {"禭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xad",3,NULL,0,NULL,0}, + {"蚝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x9d",3,NULL,0,NULL,0}, + {"꺷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xb7",3,NULL,0,NULL,0}, + {"㨇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x84",3,NULL,0,NULL,0}, + {"壁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x81",3,NULL,0,NULL,0}, + {"润",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xa6",3,NULL,0,NULL,0}, + {"珣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x95",3,NULL,0,NULL,0}, + {"蕁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x81",3,NULL,0,NULL,0}, + {"綢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xa2",3,NULL,0,NULL,0}, + {"焈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x88",3,NULL,0,NULL,0}, + {"톖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x96",3,NULL,0,NULL,0}, + {"욤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xa4",3,NULL,0,NULL,0}, + {"“",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x9c",3,NULL,0,NULL,0}, + {"箨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xb2",3,NULL,0,NULL,0}, + {"囜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x9c",3,NULL,0,NULL,0}, + {"ྏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x8f",3,NULL,0,NULL,0}, + {"틌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x8c",3,NULL,0,NULL,0}, + {"⸪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xaa",3,NULL,0,NULL,0}, + {"뽋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xad",3,NULL,0,NULL,0}, + {"柑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x91",3,NULL,0,NULL,0}, + {"⎑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x91",3,NULL,0,NULL,0}, + {"瀸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xb8",3,NULL,0,NULL,0}, + {"뵌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x8c",3,NULL,0,NULL,0}, + {"䫶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xa2",3,NULL,0,NULL,0}, + {"㘺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xba",3,NULL,0,NULL,0}, + {"ট",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x9f",3,NULL,0,NULL,0}, + {"껍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x8d",3,NULL,0,NULL,0}, + {"糲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xb2",3,NULL,0,NULL,0}, + {"刧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xa7",3,NULL,0,NULL,0}, + {"梕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x95",3,NULL,0,NULL,0}, + {"⬞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x9e",3,NULL,0,NULL,0}, + {"ⵠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xa0",3,NULL,0,NULL,0}, + {"¨",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa8",2,NULL,0,NULL,0}, + {"ꝋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x8b",3,NULL,0,NULL,0}, + {"쎗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xaf",3,NULL,0,NULL,0}, + {"갨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xa8",3,NULL,0,NULL,0}, + {"㭱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xb1",3,NULL,0,NULL,0}, + {"㣤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xa4",3,NULL,0,NULL,0}, + {"겝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x9d",3,NULL,0,NULL,0}, + {"晙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x99",3,NULL,0,NULL,0}, + {"繥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xa5",3,NULL,0,NULL,0}, + {"儫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xae",3,NULL,0,NULL,0}, + {"ꡅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x85",3,NULL,0,NULL,0}, + {"䨽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xbd",3,NULL,0,NULL,0}, + {"襀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x80",3,NULL,0,NULL,0}, + {"驘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x98",3,NULL,0,NULL,0}, + {"ꭎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xa9",3,NULL,0,NULL,0}, + {"ղ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xb2",2,NULL,0,NULL,0}, + {"圝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x9d",3,NULL,0,NULL,0}, + {"⩓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x93",3,NULL,0,NULL,0}, + {"귋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x8b",3,NULL,0,NULL,0}, + {"區",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x80",3,NULL,0,NULL,0}, + {"愖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x96",3,NULL,0,NULL,0}, + {"팣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xa3",3,NULL,0,NULL,0}, + {"哈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x88",3,NULL,0,NULL,0}, + {"桟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x9f",3,NULL,0,NULL,0}, + {"뷓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x93",3,NULL,0,NULL,0}, + {"鴋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x8b",3,NULL,0,NULL,0}, + {"ᮅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x85",3,NULL,0,NULL,0}, + {"㞳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xb3",3,NULL,0,NULL,0}, + {"澒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x92",3,NULL,0,NULL,0}, + {"赚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x85",3,NULL,0,NULL,0}, + {"遤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x89",3,NULL,0,NULL,0}, + {"멈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x88",3,NULL,0,NULL,0}, + {"貳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xb3",3,NULL,0,NULL,0}, + {"穛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x9b",3,NULL,0,NULL,0}, + {"笇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x87",3,NULL,0,NULL,0}, + {"쌂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x82",3,NULL,0,NULL,0}, + {"跶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xb6",3,NULL,0,NULL,0}, + {"襾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xbe",3,NULL,0,NULL,0}, + {"熆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x86",3,NULL,0,NULL,0}, + {"䰶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xb6",3,NULL,0,NULL,0}, + {"饥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xa5",3,NULL,0,NULL,0}, + {"瑫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xab",3,NULL,0,NULL,0}, + {"㢣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xa3",3,NULL,0,NULL,0}, + {"Ҧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xa6",2,NULL,0,NULL,0}, + {"ⶮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xae",3,NULL,0,NULL,0}, + {"꤉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x89",3,NULL,0,NULL,0}, + {"ⶽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xbd",3,NULL,0,NULL,0}, + {"ູ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xb9",3,NULL,0,NULL,0}, + {"Ꝥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xa4",3,NULL,0,NULL,0}, + {"Ⲿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xbe",3,NULL,0,NULL,0}, + {"얺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xba",3,NULL,0,NULL,0}, + {"廙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x88",3,NULL,0,NULL,0}, + {"㰂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x82",3,NULL,0,NULL,0}, + {"൫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xab",3,NULL,0,NULL,0}, + {"࿊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x8a",3,NULL,0,NULL,0}, + {"͊",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x8a",2,NULL,0,NULL,0}, + {"辰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xb0",3,NULL,0,NULL,0}, + {"賩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x9a",3,NULL,0,NULL,0}, + {"䅳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xb3",3,NULL,0,NULL,0}, + {"鶎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x9d",3,NULL,0,NULL,0}, + {"餘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x98",3,NULL,0,NULL,0}, + {"ﱞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x86",3,NULL,0,NULL,0}, + {"臥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xa5",3,NULL,0,NULL,0}, + {"督",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xa3",3,NULL,0,NULL,0}, + {"ర",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xb0",3,NULL,0,NULL,0}, + {"ᣧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xa7",3,NULL,0,NULL,0}, + {"ꬅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x85",3,NULL,0,NULL,0}, + {"ཁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x81",3,NULL,0,NULL,0}, + {"趵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xb5",3,NULL,0,NULL,0}, + {"羍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x8d",3,NULL,0,NULL,0}, + {"슙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x99",3,NULL,0,NULL,0}, + {"庿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xb3",3,NULL,0,NULL,0}, + {"吘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x98",3,NULL,0,NULL,0}, + {"³",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb3",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xbe",3,NULL,0,NULL,0}, + {"ㆷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xb7",3,NULL,0,NULL,0}, + {"撕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x83",3,NULL,0,NULL,0}, + {"矷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xb7",3,NULL,0,NULL,0}, + {"띐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x90",3,NULL,0,NULL,0}, + {"摈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x88",3,NULL,0,NULL,0}, + {"⴫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xab",3,NULL,0,NULL,0}, + {"㹋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x98",3,NULL,0,NULL,0}, + {"함",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xa8",3,NULL,0,NULL,0}, + {"䃬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x95",3,NULL,0,NULL,0}, + {"﹇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x87",3,NULL,0,NULL,0}, + {"ᱤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xa4",3,NULL,0,NULL,0}, + {"悩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xa9",3,NULL,0,NULL,0}, + {"ꔑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x91",3,NULL,0,NULL,0}, + {"뉜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x9c",3,NULL,0,NULL,0}, + {"佴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xb4",3,NULL,0,NULL,0}, + {"猖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x96",3,NULL,0,NULL,0}, + {"ꕒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x92",3,NULL,0,NULL,0}, + {"䐹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xb9",3,NULL,0,NULL,0}, + {"丱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xa2",3,NULL,0,NULL,0}, + {"开",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x80",3,NULL,0,NULL,0}, + {"뚅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x85",3,NULL,0,NULL,0}, + {"衸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xb8",3,NULL,0,NULL,0}, + {"珢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xa2",3,NULL,0,NULL,0}, + {"䂭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xad",3,NULL,0,NULL,0}, + {"ꢅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x85",3,NULL,0,NULL,0}, + {"僳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xac",3,NULL,0,NULL,0}, + {"尲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xb2",3,NULL,0,NULL,0}, + {"洞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x85",3,NULL,0,NULL,0}, + {"鉲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xb2",3,NULL,0,NULL,0}, + {"헫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xab",3,NULL,0,NULL,0}, + {"唚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x9a",3,NULL,0,NULL,0}, + {"햂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x82",3,NULL,0,NULL,0}, + {"莞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xb2",3,NULL,0,NULL,0}, + {"辱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xb1",3,NULL,0,NULL,0}, + {"露",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xb8",3,NULL,0,NULL,0}, + {"矈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x88",3,NULL,0,NULL,0}, + {"醶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xa7",3,NULL,0,NULL,0}, + {"䉒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x92",3,NULL,0,NULL,0}, + {"䴨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xa8",3,NULL,0,NULL,0}, + {"펗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x97",3,NULL,0,NULL,0}, + {"莥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xa5",3,NULL,0,NULL,0}, + {"輂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x82",3,NULL,0,NULL,0}, + {"분",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x84",3,NULL,0,NULL,0}, + {"뛃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x83",3,NULL,0,NULL,0}, + {"㸂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x82",3,NULL,0,NULL,0}, + {"贱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xb1",3,NULL,0,NULL,0}, + {"ᮮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xa1",3,NULL,0,NULL,0}, + {"媅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x85",3,NULL,0,NULL,0}, + {"뛀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x80",3,NULL,0,NULL,0}, + {"ꑇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x87",3,NULL,0,NULL,0}, + {"鹮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xae",3,NULL,0,NULL,0}, + {"⿋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x84",3,NULL,0,NULL,0}, + {"ࣤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xa4",3,NULL,0,NULL,0}, + {"몬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xac",3,NULL,0,NULL,0}, + {"짰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xb0",3,NULL,0,NULL,0}, + {"ⶇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x87",3,NULL,0,NULL,0}, + {"쓭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xad",3,NULL,0,NULL,0}, + {"堮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xae",3,NULL,0,NULL,0}, + {"भ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xad",3,NULL,0,NULL,0}, + {"ꚋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x8b",3,NULL,0,NULL,0}, + {"㫍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x8d",3,NULL,0,NULL,0}, + {"꿑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x91",3,NULL,0,NULL,0}, + {"䵵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xb6",3,NULL,0,NULL,0}, + {"㺔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x94",3,NULL,0,NULL,0}, + {"던",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x86",3,NULL,0,NULL,0}, + {"ﲬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xac",3,NULL,0,NULL,0}, + {"꼚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x9a",3,NULL,0,NULL,0}, + {"纛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x9b",3,NULL,0,NULL,0}, + {"⭔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x94",3,NULL,0,NULL,0}, + {"夨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xa8",3,NULL,0,NULL,0}, + {"䇋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x8b",3,NULL,0,NULL,0}, + {"ស",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x80",3,NULL,0,NULL,0}, + {"퍒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x92",3,NULL,0,NULL,0}, + {"常",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xbd",3,NULL,0,NULL,0}, + {"䆜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x9c",3,NULL,0,NULL,0}, + {"郃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x83",3,NULL,0,NULL,0}, + {"電",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x95",3,NULL,0,NULL,0}, + {"귆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x86",3,NULL,0,NULL,0}, + {"諢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xa2",3,NULL,0,NULL,0}, + {"ਜ਼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x9b",3,NULL,0,NULL,0}, + {"ꖛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x84",3,NULL,0,NULL,0}, + {"崵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xb5",3,NULL,0,NULL,0}, + {"ꆦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xa6",3,NULL,0,NULL,0}, + {"ᢋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x8b",3,NULL,0,NULL,0}, + {"ﰭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xad",3,NULL,0,NULL,0}, + {"娆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xa9",3,NULL,0,NULL,0}, + {"꒸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xb8",3,NULL,0,NULL,0}, + {"櫸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xb8",3,NULL,0,NULL,0}, + {"굣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xa3",3,NULL,0,NULL,0}, + {"麝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xba",3,NULL,0,NULL,0}, + {"䶯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xaf",3,NULL,0,NULL,0}, + {"磄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x84",3,NULL,0,NULL,0}, + {"옸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xb8",3,NULL,0,NULL,0}, + {"ﷹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xb9",3,NULL,0,NULL,0}, + {"ﮉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x89",3,NULL,0,NULL,0}, + {"둨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xa8",3,NULL,0,NULL,0}, + {"죬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xac",3,NULL,0,NULL,0}, + {"댅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x85",3,NULL,0,NULL,0}, + {"䘹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xb9",3,NULL,0,NULL,0}, + {"謑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x91",3,NULL,0,NULL,0}, + {"룯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xaf",3,NULL,0,NULL,0}, + {"ꯚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x9a",3,NULL,0,NULL,0}, + {"奪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xaa",3,NULL,0,NULL,0}, + {"鏻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xbb",3,NULL,0,NULL,0}, + {"卝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x9d",3,NULL,0,NULL,0}, + {"䏈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x88",3,NULL,0,NULL,0}, + {"ᾭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xad",3,NULL,0,NULL,0}, + {"϶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xb6",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xa9",3,NULL,0,NULL,0}, + {"ૌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x8c",3,NULL,0,NULL,0}, + {"ݗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x97",2,NULL,0,NULL,0}, + {"≬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xac",3,NULL,0,NULL,0}, + {"⚙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x99",3,NULL,0,NULL,0}, + {"廨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xa8",3,NULL,0,NULL,0}, + {"閠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xa0",3,NULL,0,NULL,0}, + {"力",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x85",3,NULL,0,NULL,0}, + {"롘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x98",3,NULL,0,NULL,0}, + {"ꎣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xa3",3,NULL,0,NULL,0}, + {"ယ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x9a",3,NULL,0,NULL,0}, + {"┽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x9e",3,NULL,0,NULL,0}, + {"繃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x83",3,NULL,0,NULL,0}, + {"ᒳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb3",3,NULL,0,NULL,0}, + {"ﹽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x9a",3,NULL,0,NULL,0}, + {"癩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xa9",3,NULL,0,NULL,0}, + {"쪸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xb8",3,NULL,0,NULL,0}, + {"葪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xaa",3,NULL,0,NULL,0}, + {"✨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xa8",3,NULL,0,NULL,0}, + {"膜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x9c",3,NULL,0,NULL,0}, + {"䠺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xba",3,NULL,0,NULL,0}, + {"즚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x9a",3,NULL,0,NULL,0}, + {"쒑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x91",3,NULL,0,NULL,0}, + {"ᙅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x85",3,NULL,0,NULL,0}, + {"⋡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xa1",3,NULL,0,NULL,0}, + {"⢗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x97",3,NULL,0,NULL,0}, + {"呢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xa2",3,NULL,0,NULL,0}, + {"쐨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x92",3,NULL,0,NULL,0}, + {"ὄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x84",3,NULL,0,NULL,0}, + {"蜙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x99",3,NULL,0,NULL,0}, + {"®",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xae",2,NULL,0,NULL,0}, + {"ፑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x91",3,NULL,0,NULL,0}, + {"ο",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xbf",2,NULL,0,NULL,0}, + {"⢣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xa3",3,NULL,0,NULL,0}, + {"అ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x85",3,NULL,0,NULL,0}, + {"낖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x96",3,NULL,0,NULL,0}, + {"᪤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xa4",3,NULL,0,NULL,0}, + {"媠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xa0",3,NULL,0,NULL,0}, + {"颌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x8c",3,NULL,0,NULL,0}, + {"Ữ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xae",3,NULL,0,NULL,0}, + {"챛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x9b",3,NULL,0,NULL,0}, + {"推",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xa8",3,NULL,0,NULL,0}, + {"ⓦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xa6",3,NULL,0,NULL,0}, + {"捹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xb9",3,NULL,0,NULL,0}, + {"嗵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x9a",3,NULL,0,NULL,0}, + {"ꅔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x94",3,NULL,0,NULL,0}, + {"캓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x93",3,NULL,0,NULL,0}, + {"졩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xa9",3,NULL,0,NULL,0}, + {"Ⴓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xb3",3,NULL,0,NULL,0}, + {"止",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xa2",3,NULL,0,NULL,0}, + {"⏀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x80",3,NULL,0,NULL,0}, + {"뼞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x9e",3,NULL,0,NULL,0}, + {"츂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x82",3,NULL,0,NULL,0}, + {"食",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x86",3,NULL,0,NULL,0}, + {"䙛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x9b",3,NULL,0,NULL,0}, + {"㏞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x9e",3,NULL,0,NULL,0}, + {"춧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xa7",3,NULL,0,NULL,0}, + {"㉫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xb3",3,NULL,0,NULL,0}, + {"⒴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xb4",3,NULL,0,NULL,0}, + {"Ý",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9d",2,NULL,0,NULL,0}, + {"돸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xa8",3,NULL,0,NULL,0}, + {"䋖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x96",3,NULL,0,NULL,0}, + {"ᓉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x89",3,NULL,0,NULL,0}, + {"툠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xa0",3,NULL,0,NULL,0}, + {"ш",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x88",2,NULL,0,NULL,0}, + {"⨄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x84",3,NULL,0,NULL,0}, + {"⁲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x80",3,NULL,0,NULL,0}, + {"ቲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xb2",3,NULL,0,NULL,0}, + {"蔉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x89",3,NULL,0,NULL,0}, + {"권",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x8c",3,NULL,0,NULL,0}, + {"뽘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x98",3,NULL,0,NULL,0}, + {"ꮍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x8d",3,NULL,0,NULL,0}, + {"읪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xaa",3,NULL,0,NULL,0}, + {"䦒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x92",3,NULL,0,NULL,0}, + {"陫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xab",3,NULL,0,NULL,0}, + {"舫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xab",3,NULL,0,NULL,0}, + {"⩮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xae",3,NULL,0,NULL,0}, + {"老",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xb4",3,NULL,0,NULL,0}, + {"魭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xad",3,NULL,0,NULL,0}, + {"脴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xb4",3,NULL,0,NULL,0}, + {"罬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xac",3,NULL,0,NULL,0}, + {"뇚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x9a",3,NULL,0,NULL,0}, + {"๏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x8f",3,NULL,0,NULL,0}, + {"ᦄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x84",3,NULL,0,NULL,0}, + {"寰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xb0",3,NULL,0,NULL,0}, + {"ˏ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x8f",2,NULL,0,NULL,0}, + {"驌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x8c",3,NULL,0,NULL,0}, + {"㐟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x9f",3,NULL,0,NULL,0}, + {"ᳯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xaf",3,NULL,0,NULL,0}, + {"䳬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xac",3,NULL,0,NULL,0}, + {"Ḑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x90",3,NULL,0,NULL,0}, + {"䍝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xbc",3,NULL,0,NULL,0}, + {"鵂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x82",3,NULL,0,NULL,0}, + {"ꌏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x8f",3,NULL,0,NULL,0}, + {"둁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x81",3,NULL,0,NULL,0}, + {"ㅱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xb1",3,NULL,0,NULL,0}, + {"Ɑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xad",3,NULL,0,NULL,0}, + {"㒦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xbe",3,NULL,0,NULL,0}, + {"曹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xb9",3,NULL,0,NULL,0}, + {"矿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xbf",3,NULL,0,NULL,0}, + {"ଜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x9c",3,NULL,0,NULL,0}, + {"跟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x9f",3,NULL,0,NULL,0}, + {"궚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x9a",3,NULL,0,NULL,0}, + {"ꉄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x84",3,NULL,0,NULL,0}, + {"雺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xba",3,NULL,0,NULL,0}, + {"䟬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xac",3,NULL,0,NULL,0}, + {"⹭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xb1",3,NULL,0,NULL,0}, + {"皼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xbc",3,NULL,0,NULL,0}, + {"ᅻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xbb",3,NULL,0,NULL,0}, + {"枀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xa0",3,NULL,0,NULL,0}, + {"ʪ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xaa",2,NULL,0,NULL,0}, + {"꣜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x9c",3,NULL,0,NULL,0}, + {"س",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xb3",2,NULL,0,NULL,0}, + {"䂂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x82",3,NULL,0,NULL,0}, + {"殪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xaa",3,NULL,0,NULL,0}, + {"ဃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x83",3,NULL,0,NULL,0}, + {"⨦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xa6",3,NULL,0,NULL,0}, + {"扶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xbf",3,NULL,0,NULL,0}, + {"䓖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xa8",3,NULL,0,NULL,0}, + {"橐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x90",3,NULL,0,NULL,0}, + {"蜵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xb5",3,NULL,0,NULL,0}, + {"棃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x83",3,NULL,0,NULL,0}, + {"ꕝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x9d",3,NULL,0,NULL,0}, + {"츞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x9e",3,NULL,0,NULL,0}, + {"楦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xa6",3,NULL,0,NULL,0}, + {"촠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xa0",3,NULL,0,NULL,0}, + {"훶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xb6",3,NULL,0,NULL,0}, + {"⃮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xae",3,NULL,0,NULL,0}, + {"儮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xae",3,NULL,0,NULL,0}, + {"塌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x8c",3,NULL,0,NULL,0}, + {"쳍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x8d",3,NULL,0,NULL,0}, + {"溯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xaf",3,NULL,0,NULL,0}, + {"鷰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xb0",3,NULL,0,NULL,0}, + {"杂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x82",3,NULL,0,NULL,0}, + {"밑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x91",3,NULL,0,NULL,0}, + {"緄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x84",3,NULL,0,NULL,0}, + {"ԝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x9d",2,NULL,0,NULL,0}, + {"煆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x95",3,NULL,0,NULL,0}, + {"ꈃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x83",3,NULL,0,NULL,0}, + {"뽵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xb5",3,NULL,0,NULL,0}, + {"瘵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xb5",3,NULL,0,NULL,0}, + {"觫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xab",3,NULL,0,NULL,0}, + {"컫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xab",3,NULL,0,NULL,0}, + {"爁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x81",3,NULL,0,NULL,0}, + {"䬣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xa3",3,NULL,0,NULL,0}, + {"伆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x86",3,NULL,0,NULL,0}, + {"歁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x81",3,NULL,0,NULL,0}, + {"㫬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xac",3,NULL,0,NULL,0}, + {"렊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x8a",3,NULL,0,NULL,0}, + {"妪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xaa",3,NULL,0,NULL,0}, + {"䮌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x8c",3,NULL,0,NULL,0}, + {"턏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xa3",3,NULL,0,NULL,0}, + {"蝷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xb7",3,NULL,0,NULL,0}, + {"묽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xbd",3,NULL,0,NULL,0}, + {"㛙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x99",3,NULL,0,NULL,0}, + {"긾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xbe",3,NULL,0,NULL,0}, + {"䚬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xac",3,NULL,0,NULL,0}, + {"ۏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x8f",2,NULL,0,NULL,0}, + {"ꖷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xb7",3,NULL,0,NULL,0}, + {"蛰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xb0",3,NULL,0,NULL,0}, + {"፺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xba",3,NULL,0,NULL,0}, + {"ሳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xb3",3,NULL,0,NULL,0}, + {"鮗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x97",3,NULL,0,NULL,0}, + {"꿂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x82",3,NULL,0,NULL,0}, + {"忖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x97",3,NULL,0,NULL,0}, + {"㱭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xad",3,NULL,0,NULL,0}, + {"蚯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xaf",3,NULL,0,NULL,0}, + {"㔁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x81",3,NULL,0,NULL,0}, + {"映",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xa0",3,NULL,0,NULL,0}, + {"壓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x93",3,NULL,0,NULL,0}, + {"ꡬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xac",3,NULL,0,NULL,0}, + {"Ⴭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x8d",3,NULL,0,NULL,0}, + {"랅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x85",3,NULL,0,NULL,0}, + {"칬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xae",3,NULL,0,NULL,0}, + {"嚡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xa1",3,NULL,0,NULL,0}, + {"瀼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xbc",3,NULL,0,NULL,0}, + {"㗉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x89",3,NULL,0,NULL,0}, + {"뻰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xb0",3,NULL,0,NULL,0}, + {"劸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xb8",3,NULL,0,NULL,0}, + {"鱳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xb3",3,NULL,0,NULL,0}, + {"禯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xaf",3,NULL,0,NULL,0}, + {"瑘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x9d",3,NULL,0,NULL,0}, + {"镮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xae",3,NULL,0,NULL,0}, + {"輧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xa7",3,NULL,0,NULL,0}, + {"ڊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x8a",2,NULL,0,NULL,0}, + {"䱝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x9d",3,NULL,0,NULL,0}, + {"贐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x90",3,NULL,0,NULL,0}, + {"鑮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xb7",3,NULL,0,NULL,0}, + {"䴜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x9c",3,NULL,0,NULL,0}, + {"豘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x98",3,NULL,0,NULL,0}, + {"㳄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x84",3,NULL,0,NULL,0}, + {"駷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xb7",3,NULL,0,NULL,0}, + {"褃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x83",3,NULL,0,NULL,0}, + {"㡩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xa9",3,NULL,0,NULL,0}, + {"㮥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xa5",3,NULL,0,NULL,0}, + {"暵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xb5",3,NULL,0,NULL,0}, + {"ຒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xa6",3,NULL,0,NULL,0}, + {"絶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xb6",3,NULL,0,NULL,0}, + {"蔰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xb0",3,NULL,0,NULL,0}, + {"햟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x9f",3,NULL,0,NULL,0}, + {"俟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x9f",3,NULL,0,NULL,0}, + {"⸞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x87",3,NULL,0,NULL,0}, + {"΁",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x81",2,NULL,0,NULL,0}, + {"ᝃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x83",3,NULL,0,NULL,0}, + {"做",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x9a",3,NULL,0,NULL,0}, + {"씐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x90",3,NULL,0,NULL,0}, + {"憫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xab",3,NULL,0,NULL,0}, + {"厳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xb3",3,NULL,0,NULL,0}, + {"咤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xa4",3,NULL,0,NULL,0}, + {"᯸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xb8",3,NULL,0,NULL,0}, + {"뷢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xa2",3,NULL,0,NULL,0}, + {"铕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x95",3,NULL,0,NULL,0}, + {"࢓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x93",3,NULL,0,NULL,0}, + {"懶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x8d",3,NULL,0,NULL,0}, + {"ত",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xa4",3,NULL,0,NULL,0}, + {"빗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x97",3,NULL,0,NULL,0}, + {"嶱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xb1",3,NULL,0,NULL,0}, + {"羮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xae",3,NULL,0,NULL,0}, + {"춹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xb9",3,NULL,0,NULL,0}, + {"桂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x82",3,NULL,0,NULL,0}, + {"㭣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa7",3,NULL,0,NULL,0}, + {"飂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x82",3,NULL,0,NULL,0}, + {"ᴶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xbc",3,NULL,0,NULL,0}, + {"뗬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xac",3,NULL,0,NULL,0}, + {"䯙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x92",3,NULL,0,NULL,0}, + {"멷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xb7",3,NULL,0,NULL,0}, + {"熯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xaf",3,NULL,0,NULL,0}, + {"褤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xa4",3,NULL,0,NULL,0}, + {"㥺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xba",3,NULL,0,NULL,0}, + {"躷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xb7",3,NULL,0,NULL,0}, + {"꓏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x8f",3,NULL,0,NULL,0}, + {"ꓶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xb6",3,NULL,0,NULL,0}, + {"㹪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xaa",3,NULL,0,NULL,0}, + {"蹘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x98",3,NULL,0,NULL,0}, + {"礲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x8f",3,NULL,0,NULL,0}, + {"벑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x91",3,NULL,0,NULL,0}, + {"聏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x8f",3,NULL,0,NULL,0}, + {"⶿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xbf",3,NULL,0,NULL,0}, + {"䖊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x8a",3,NULL,0,NULL,0}, + {"혘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x98",3,NULL,0,NULL,0}, + {"䇺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x81",3,NULL,0,NULL,0}, + {"줶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xb6",3,NULL,0,NULL,0}, + {"怞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x8e",3,NULL,0,NULL,0}, + {"⾔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xb7",3,NULL,0,NULL,0}, + {"餀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x96",3,NULL,0,NULL,0}, + {"臟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x9f",3,NULL,0,NULL,0}, + {"늉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x89",3,NULL,0,NULL,0}, + {"ಯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xaf",3,NULL,0,NULL,0}, + {"ᡜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x9c",3,NULL,0,NULL,0}, + {"ꓵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xb5",3,NULL,0,NULL,0}, + {"䄊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x8a",3,NULL,0,NULL,0}, + {"酋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x8b",3,NULL,0,NULL,0}, + {"狤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xa4",3,NULL,0,NULL,0}, + {"적",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x81",3,NULL,0,NULL,0}, + {"맰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xb0",3,NULL,0,NULL,0}, + {"꫁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x81",3,NULL,0,NULL,0}, + {"윆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x83",3,NULL,0,NULL,0}, + {"⻠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x9a",3,NULL,0,NULL,0}, + {"⊎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x8e",3,NULL,0,NULL,0}, + {"풮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xae",3,NULL,0,NULL,0}, + {"耽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xbd",3,NULL,0,NULL,0}, + {"齾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xbe",3,NULL,0,NULL,0}, + {"뛕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x95",3,NULL,0,NULL,0}, + {"弞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x9e",3,NULL,0,NULL,0}, + {"צּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x86",3,NULL,0,NULL,0}, + {"暊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x8a",3,NULL,0,NULL,0}, + {"ﶽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xbd",3,NULL,0,NULL,0}, + {"㰒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x8a",3,NULL,0,NULL,0}, + {"ᰔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xa7",3,NULL,0,NULL,0}, + {"㷺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xba",3,NULL,0,NULL,0}, + {"얾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xbe",3,NULL,0,NULL,0}, + {"ﭧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x90",3,NULL,0,NULL,0}, + {"ﺬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xac",3,NULL,0,NULL,0}, + {"ꔃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x83",3,NULL,0,NULL,0}, + {"猦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xa6",3,NULL,0,NULL,0}, + {"㭊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x8a",3,NULL,0,NULL,0}, + {"똰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xb0",3,NULL,0,NULL,0}, + {"〣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xa3",3,NULL,0,NULL,0}, + {"ᢥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xa5",3,NULL,0,NULL,0}, + {"ꕰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xb0",3,NULL,0,NULL,0}, + {"맆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x86",3,NULL,0,NULL,0}, + {"頺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xba",3,NULL,0,NULL,0}, + {"琳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xb3",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x10",1,NULL,0,NULL,0}, + {"駈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x88",3,NULL,0,NULL,0}, + {"傢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xa2",3,NULL,0,NULL,0}, + {"쓈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x86",3,NULL,0,NULL,0}, + {"ᘝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x9d",3,NULL,0,NULL,0}, + {"↝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x9d",3,NULL,0,NULL,0}, + {"ୢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xa2",3,NULL,0,NULL,0}, + {"쑁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x81",3,NULL,0,NULL,0}, + {"⬏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x8f",3,NULL,0,NULL,0}, + {"矵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xa6",3,NULL,0,NULL,0}, + {"祐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x8f",3,NULL,0,NULL,0}, + {"뛞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x9e",3,NULL,0,NULL,0}, + {"㽺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xba",3,NULL,0,NULL,0}, + {"䗨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xa8",3,NULL,0,NULL,0}, + {"例",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xb5",3,NULL,0,NULL,0}, + {"⇈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x88",3,NULL,0,NULL,0}, + {"봣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xa3",3,NULL,0,NULL,0}, + {"ﲐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x87",3,NULL,0,NULL,0}, + {"缾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xbe",3,NULL,0,NULL,0}, + {"ﳑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x91",3,NULL,0,NULL,0}, + {"쫲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xb2",3,NULL,0,NULL,0}, + {"娧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xa7",3,NULL,0,NULL,0}, + {"绣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xa3",3,NULL,0,NULL,0}, + {"䉂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x82",3,NULL,0,NULL,0}, + {"쐗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xbc",3,NULL,0,NULL,0}, + {"幀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x80",3,NULL,0,NULL,0}, + {"涷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xb7",3,NULL,0,NULL,0}, + {"ご",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x94",3,NULL,0,NULL,0}, + {"罡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xa1",3,NULL,0,NULL,0}, + {"습",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xb5",3,NULL,0,NULL,0}, + {"霡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xa1",3,NULL,0,NULL,0}, + {"࡙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x99",3,NULL,0,NULL,0}, + {"㳫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xab",3,NULL,0,NULL,0}, + {"䒮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x81",3,NULL,0,NULL,0}, + {"珮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x97",3,NULL,0,NULL,0}, + {"ᴏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xb4",3,NULL,0,NULL,0}, + {"ᐎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x8e",3,NULL,0,NULL,0}, + {"䖪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xaa",3,NULL,0,NULL,0}, + {"끄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x84",3,NULL,0,NULL,0}, + {"䛨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xa8",3,NULL,0,NULL,0}, + {"씱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xb1",3,NULL,0,NULL,0}, + {"鞊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xb7",3,NULL,0,NULL,0}, + {"এ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xbf",3,NULL,0,NULL,0}, + {"巅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x85",3,NULL,0,NULL,0}, + {"෻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xbb",3,NULL,0,NULL,0}, + {"쏕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x95",3,NULL,0,NULL,0}, + {"쮆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x86",3,NULL,0,NULL,0}, + {"䇙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x80",3,NULL,0,NULL,0}, + {"dz",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xb3",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x87",3,NULL,0,NULL,0}, + {"䏫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xa8",3,NULL,0,NULL,0}, + {"婿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xbf",3,NULL,0,NULL,0}, + {"鹎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x8e",3,NULL,0,NULL,0}, + {"⾱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xb1",3,NULL,0,NULL,0}, + {"⌢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xa2",3,NULL,0,NULL,0}, + {"嶈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x88",3,NULL,0,NULL,0}, + {"⎆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x86",3,NULL,0,NULL,0}, + {"﯆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x86",3,NULL,0,NULL,0}, + {"㈿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x9e",3,NULL,0,NULL,0}, + {"㿉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x89",3,NULL,0,NULL,0}, + {"阿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xbf",3,NULL,0,NULL,0}, + {"嵇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x87",3,NULL,0,NULL,0}, + {"闺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xba",3,NULL,0,NULL,0}, + {"꿓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x93",3,NULL,0,NULL,0}, + {"﹖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x99",3,NULL,0,NULL,0}, + {"鞟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x96",3,NULL,0,NULL,0}, + {"꼶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xb6",3,NULL,0,NULL,0}, + {"⧆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x86",3,NULL,0,NULL,0}, + {"睥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x97",3,NULL,0,NULL,0}, + {"߸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xb8",2,NULL,0,NULL,0}, + {"ѝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x9d",2,NULL,0,NULL,0}, + {"ᖝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x9d",3,NULL,0,NULL,0}, + {"재",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xac",3,NULL,0,NULL,0}, + {"ސ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x90",2,NULL,0,NULL,0}, + {"ꮖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x96",3,NULL,0,NULL,0}, + {"눕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x95",3,NULL,0,NULL,0}, + {"鍏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x8f",3,NULL,0,NULL,0}, + {"闀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x80",3,NULL,0,NULL,0}, + {"䔋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xae",3,NULL,0,NULL,0}, + {"᧦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xa6",3,NULL,0,NULL,0}, + {"ꎢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xa2",3,NULL,0,NULL,0}, + {"堀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x80",3,NULL,0,NULL,0}, + {"ス",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbd",3,NULL,0,NULL,0}, + {"휱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xb1",3,NULL,0,NULL,0}, + {"넥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xa5",3,NULL,0,NULL,0}, + {"ᩭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xad",3,NULL,0,NULL,0}, + {"╭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xad",3,NULL,0,NULL,0}, + {"ᡉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x89",3,NULL,0,NULL,0}, + {"䷘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x98",3,NULL,0,NULL,0}, + {"䤚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x9a",3,NULL,0,NULL,0}, + {"直",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xa1",3,NULL,0,NULL,0}, + {"ަ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa6",2,NULL,0,NULL,0}, + {"ᾯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xaf",3,NULL,0,NULL,0}, + {"ᧇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x87",3,NULL,0,NULL,0}, + {"殏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x8f",3,NULL,0,NULL,0}, + {"㛖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x96",3,NULL,0,NULL,0}, + {"싞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x9e",3,NULL,0,NULL,0}, + {"숔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x94",3,NULL,0,NULL,0}, + {"欈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x88",3,NULL,0,NULL,0}, + {"韾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xbe",3,NULL,0,NULL,0}, + {"畂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x82",3,NULL,0,NULL,0}, + {"ዼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x9d",3,NULL,0,NULL,0}, + {"幯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xaf",3,NULL,0,NULL,0}, + {"츴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xb4",3,NULL,0,NULL,0}, + {"ڶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xb6",2,NULL,0,NULL,0}, + {"鬡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xa1",3,NULL,0,NULL,0}, + {"쳢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xa2",3,NULL,0,NULL,0}, + {"韥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xa5",3,NULL,0,NULL,0}, + {"℩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xa9",3,NULL,0,NULL,0}, + {"槮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xae",3,NULL,0,NULL,0}, + {"䊳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xb3",3,NULL,0,NULL,0}, + {"藩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xa9",3,NULL,0,NULL,0}, + {"壪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xaa",3,NULL,0,NULL,0}, + {"榓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x93",3,NULL,0,NULL,0}, + {"䌜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x9c",3,NULL,0,NULL,0}, + {"刘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x98",3,NULL,0,NULL,0}, + {"ᛁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x81",3,NULL,0,NULL,0}, + {"괇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x87",3,NULL,0,NULL,0}, + {"祝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x91",3,NULL,0,NULL,0}, + {"母",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x8d",3,NULL,0,NULL,0}, + {"늁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x81",3,NULL,0,NULL,0}, + {"챂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x82",3,NULL,0,NULL,0}, + {"‹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb9",3,NULL,0,NULL,0}, + {"鋻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xbb",3,NULL,0,NULL,0}, + {"癘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x98",3,NULL,0,NULL,0}, + {"뻏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x8f",3,NULL,0,NULL,0}, + {"䑱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xb1",3,NULL,0,NULL,0}, + {"ꃒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x92",3,NULL,0,NULL,0}, + {"⎼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xbc",3,NULL,0,NULL,0}, + {"췶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xb6",3,NULL,0,NULL,0}, + {"圸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xb8",3,NULL,0,NULL,0}, + {"’",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x92",2,NULL,0,NULL,0}, + {"⨼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xbc",3,NULL,0,NULL,0}, + {"鞫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xab",3,NULL,0,NULL,0}, + {"⍡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xa1",3,NULL,0,NULL,0}, + {"㎘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x98",3,NULL,0,NULL,0}, + {"ꁁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x81",3,NULL,0,NULL,0}, + {"闾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xbe",3,NULL,0,NULL,0}, + {"Ν",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x9d",2,NULL,0,NULL,0}, + {"ꗱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xb1",3,NULL,0,NULL,0}, + {"颈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x88",3,NULL,0,NULL,0}, + {"虶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xb6",3,NULL,0,NULL,0}, + {"꧲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xb2",3,NULL,0,NULL,0}, + {"께",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x98",3,NULL,0,NULL,0}, + {"Ꮆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xb6",3,NULL,0,NULL,0}, + {"듽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xbd",3,NULL,0,NULL,0}, + {"᠙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x99",3,NULL,0,NULL,0}, + {"知",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xa5",3,NULL,0,NULL,0}, + {"갅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x85",3,NULL,0,NULL,0}, + {"ﮑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x91",3,NULL,0,NULL,0}, + {"晑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x98",3,NULL,0,NULL,0}, + {"ҧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xa7",2,NULL,0,NULL,0}, + {"蕪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xaa",3,NULL,0,NULL,0}, + {"嘗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x97",3,NULL,0,NULL,0}, + {"注",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xa8",3,NULL,0,NULL,0}, + {"遹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xbd",3,NULL,0,NULL,0}, + {"졳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xb3",3,NULL,0,NULL,0}, + {"㖎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x8e",3,NULL,0,NULL,0}, + {"䀮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xae",3,NULL,0,NULL,0}, + {"船",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xb9",3,NULL,0,NULL,0}, + {"⩾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xbe",3,NULL,0,NULL,0}, + {"㏎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x8e",3,NULL,0,NULL,0}, + {"Ӟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x9e",2,NULL,0,NULL,0}, + {"ɨ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xa8",2,NULL,0,NULL,0}, + {"๶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x81",3,NULL,0,NULL,0}, + {"鴃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x83",3,NULL,0,NULL,0}, + {"愁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x81",3,NULL,0,NULL,0}, + {"⿞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x9e",3,NULL,0,NULL,0}, + {"⒬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xac",3,NULL,0,NULL,0}, + {"荿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x82",3,NULL,0,NULL,0}, + {"賖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x96",3,NULL,0,NULL,0}, + {"㒚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x9a",3,NULL,0,NULL,0}, + {"䡓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x93",3,NULL,0,NULL,0}, + {"견",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xac",3,NULL,0,NULL,0}, + {"ᇝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x9d",3,NULL,0,NULL,0}, + {"ኂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x82",3,NULL,0,NULL,0}, + {"⺸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xb8",3,NULL,0,NULL,0}, + {"ꭿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xbf",3,NULL,0,NULL,0}, + {"ꤩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xa9",3,NULL,0,NULL,0}, + {"樐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x90",3,NULL,0,NULL,0}, + {"膝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x9d",3,NULL,0,NULL,0}, + {"슀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x80",3,NULL,0,NULL,0}, + {"覚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x9a",3,NULL,0,NULL,0}, + {"狒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x92",3,NULL,0,NULL,0}, + {"毙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x99",3,NULL,0,NULL,0}, + {"䦴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xb4",3,NULL,0,NULL,0}, + {"蹗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x97",3,NULL,0,NULL,0}, + {"魯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xa1",3,NULL,0,NULL,0}, + {"ꞔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x94",3,NULL,0,NULL,0}, + {"๝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x9d",3,NULL,0,NULL,0}, + {"ק",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xa7",2,NULL,0,NULL,0}, + {"䳨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xa8",3,NULL,0,NULL,0}, + {"拯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xbd",3,NULL,0,NULL,0}, + {"疘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x98",3,NULL,0,NULL,0}, + {"Ȏ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x8e",2,NULL,0,NULL,0}, + {"檯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xaf",3,NULL,0,NULL,0}, + {"慊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xb8",3,NULL,0,NULL,0}, + {"ⱁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x81",3,NULL,0,NULL,0}, + {"朋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x8b",3,NULL,0,NULL,0}, + {"跍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x88",3,NULL,0,NULL,0}, + {"뿞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x9e",3,NULL,0,NULL,0}, + {"鸢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xa2",3,NULL,0,NULL,0}, + {"뮔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x94",3,NULL,0,NULL,0}, + {"餸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xb8",3,NULL,0,NULL,0}, + {"ὤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xa4",3,NULL,0,NULL,0}, + {"▤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xa4",3,NULL,0,NULL,0}, + {"跆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x93",3,NULL,0,NULL,0}, + {"죋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x8b",3,NULL,0,NULL,0}, + {"聺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xba",3,NULL,0,NULL,0}, + {"䬙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x99",3,NULL,0,NULL,0}, + {"ҋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x8b",2,NULL,0,NULL,0}, + {"㜬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xac",3,NULL,0,NULL,0}, + {"簫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xab",3,NULL,0,NULL,0}, + {"ⲓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x93",3,NULL,0,NULL,0}, + {"禄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x84",3,NULL,0,NULL,0}, + {"࿱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xb1",3,NULL,0,NULL,0}, + {"䀠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xa0",3,NULL,0,NULL,0}, + {"ᙄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x84",3,NULL,0,NULL,0}, + {"ꏓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x93",3,NULL,0,NULL,0}, + {"ꩀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x80",3,NULL,0,NULL,0}, + {"잠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xa0",3,NULL,0,NULL,0}, + {"폮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xae",3,NULL,0,NULL,0}, + {"檀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x80",3,NULL,0,NULL,0}, + {"ⵂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x82",3,NULL,0,NULL,0}, + {"솔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x94",3,NULL,0,NULL,0}, + {"沚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x9a",3,NULL,0,NULL,0}, + {"徝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xb0",3,NULL,0,NULL,0}, + {"川",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x90",3,NULL,0,NULL,0}, + {"⪗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x97",3,NULL,0,NULL,0}, + {"ଂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x82",3,NULL,0,NULL,0}, + {"斥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xa5",3,NULL,0,NULL,0}, + {"ᘃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x83",3,NULL,0,NULL,0}, + {"艢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xa2",3,NULL,0,NULL,0}, + {"워",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x8c",3,NULL,0,NULL,0}, + {"받",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x9b",3,NULL,0,NULL,0}, + {"ꪉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x89",3,NULL,0,NULL,0}, + {"駻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xbb",3,NULL,0,NULL,0}, + {"콧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xa7",3,NULL,0,NULL,0}, + {"௘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x98",3,NULL,0,NULL,0}, + {"ꕅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x85",3,NULL,0,NULL,0}, + {"퉱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xa7",3,NULL,0,NULL,0}, + {"➎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x8e",3,NULL,0,NULL,0}, + {"䒊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x8a",3,NULL,0,NULL,0}, + {"馏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x8f",3,NULL,0,NULL,0}, + {"衣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xa3",3,NULL,0,NULL,0}, + {"蕖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x96",3,NULL,0,NULL,0}, + {"厪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xaa",3,NULL,0,NULL,0}, + {"퀇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x87",3,NULL,0,NULL,0}, + {"ໄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x84",3,NULL,0,NULL,0}, + {"蠄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x84",3,NULL,0,NULL,0}, + {"ꐉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x89",3,NULL,0,NULL,0}, + {"꼓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x93",3,NULL,0,NULL,0}, + {"ꡕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x95",3,NULL,0,NULL,0}, + {"譟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x9f",3,NULL,0,NULL,0}, + {"鿨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x91",3,NULL,0,NULL,0}, + {"ⴄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x84",3,NULL,0,NULL,0}, + {"稙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x95",3,NULL,0,NULL,0}, + {"람",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x8c",3,NULL,0,NULL,0}, + {"辞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x8b",3,NULL,0,NULL,0}, + {"䫎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x8e",3,NULL,0,NULL,0}, + {"᰹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xb9",3,NULL,0,NULL,0}, + {"鐉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x89",3,NULL,0,NULL,0}, + {"粤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xa4",3,NULL,0,NULL,0}, + {"滏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xb6",3,NULL,0,NULL,0}, + {"輭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xad",3,NULL,0,NULL,0}, + {"谅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x85",3,NULL,0,NULL,0}, + {"㱟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x9f",3,NULL,0,NULL,0}, + {"쾨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xa8",3,NULL,0,NULL,0}, + {"玷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xbe",3,NULL,0,NULL,0}, + {"ﺺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xba",3,NULL,0,NULL,0}, + {"豶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xad",3,NULL,0,NULL,0}, + {"⭂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xa8",3,NULL,0,NULL,0}, + {"㗩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xa9",3,NULL,0,NULL,0}, + {"꟦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xa6",3,NULL,0,NULL,0}, + {"写",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x99",3,NULL,0,NULL,0}, + {"雐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x86",3,NULL,0,NULL,0}, + {"큰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xb0",3,NULL,0,NULL,0}, + {"郜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x9c",3,NULL,0,NULL,0}, + {"窂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x8b",3,NULL,0,NULL,0}, + {"憔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xa8",3,NULL,0,NULL,0}, + {"䈧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xa7",3,NULL,0,NULL,0}, + {"鱱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xb1",3,NULL,0,NULL,0}, + {"㩲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x82",3,NULL,0,NULL,0}, + {"啧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xa7",3,NULL,0,NULL,0}, + {"㠌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x8c",3,NULL,0,NULL,0}, + {"ែ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x82",3,NULL,0,NULL,0}, + {"䱟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x90",3,NULL,0,NULL,0}, + {"涀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x80",3,NULL,0,NULL,0}, + {"贌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x8c",3,NULL,0,NULL,0}, + {"೤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xa4",3,NULL,0,NULL,0}, + {"豜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xad",3,NULL,0,NULL,0}, + {"喌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x8c",3,NULL,0,NULL,0}, + {"톆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x86",3,NULL,0,NULL,0}, + {"륮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xae",3,NULL,0,NULL,0}, + {"㡻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xbb",3,NULL,0,NULL,0}, + {"땣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xa3",3,NULL,0,NULL,0}, + {"掔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x94",3,NULL,0,NULL,0}, + {"贁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x81",3,NULL,0,NULL,0}, + {"躭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xad",3,NULL,0,NULL,0}, + {"⽝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x9d",3,NULL,0,NULL,0}, + {"떬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xac",3,NULL,0,NULL,0}, + {"肞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x9e",3,NULL,0,NULL,0}, + {"ͳ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xb3",2,NULL,0,NULL,0}, + {"볻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xbb",3,NULL,0,NULL,0}, + {"먶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xb6",3,NULL,0,NULL,0}, + {"䉥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xa7",3,NULL,0,NULL,0}, + {"咬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xac",3,NULL,0,NULL,0}, + {"䶘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x98",3,NULL,0,NULL,0}, + {"幥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xa5",3,NULL,0,NULL,0}, + {"柰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xb0",3,NULL,0,NULL,0}, + {"爪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xaa",3,NULL,0,NULL,0}, + {"謉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x89",3,NULL,0,NULL,0}, + {"똛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x9b",3,NULL,0,NULL,0}, + {"옄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x84",3,NULL,0,NULL,0}, + {"军",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x9b",3,NULL,0,NULL,0}, + {"桯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xaf",3,NULL,0,NULL,0}, + {"톼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xbc",3,NULL,0,NULL,0}, + {"仝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xbe",3,NULL,0,NULL,0}, + {"썵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x9c",3,NULL,0,NULL,0}, + {"왾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xbe",3,NULL,0,NULL,0}, + {"㴎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x8e",3,NULL,0,NULL,0}, + {"룠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xa0",3,NULL,0,NULL,0}, + {"ﱐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x90",3,NULL,0,NULL,0}, + {"퓿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xbf",3,NULL,0,NULL,0}, + {"퇇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x87",3,NULL,0,NULL,0}, + {"崎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x8e",3,NULL,0,NULL,0}, + {"风",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x8e",3,NULL,0,NULL,0}, + {"㽑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x91",3,NULL,0,NULL,0}, + {"콀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x80",3,NULL,0,NULL,0}, + {"捺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xba",3,NULL,0,NULL,0}, + {"祎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x8e",3,NULL,0,NULL,0}, + {"䁠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xa0",3,NULL,0,NULL,0}, + {"龰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xb0",3,NULL,0,NULL,0}, + {"봦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xa6",3,NULL,0,NULL,0}, + {"潏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xb3",3,NULL,0,NULL,0}, + {"䷯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xa1",3,NULL,0,NULL,0}, + {"Ძ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xa2",3,NULL,0,NULL,0}, + {"篁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xa5",3,NULL,0,NULL,0}, + {"뤚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x9a",3,NULL,0,NULL,0}, + {"ꅄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x84",3,NULL,0,NULL,0}, + {"厈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x88",3,NULL,0,NULL,0}, + {"Ɠ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x93",2,NULL,0,NULL,0}, + {"ꬌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x8c",3,NULL,0,NULL,0}, + {"ܪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xaa",2,NULL,0,NULL,0}, + {"ꛈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x88",3,NULL,0,NULL,0}, + {"쨢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xa2",3,NULL,0,NULL,0}, + {"谬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xac",3,NULL,0,NULL,0}, + {"릶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xb6",3,NULL,0,NULL,0}, + {"츃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x83",3,NULL,0,NULL,0}, + {"㼚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x9a",3,NULL,0,NULL,0}, + {"吨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xbd",3,NULL,0,NULL,0}, + {"ූ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x96",3,NULL,0,NULL,0}, + {"쐹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xb9",3,NULL,0,NULL,0}, + {"뜟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x9f",3,NULL,0,NULL,0}, + {"쇣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xa3",3,NULL,0,NULL,0}, + {"緧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xa7",3,NULL,0,NULL,0}, + {"嵜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x9c",3,NULL,0,NULL,0}, + {"늽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xbd",3,NULL,0,NULL,0}, + {"ᒺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xba",3,NULL,0,NULL,0}, + {"歩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xa9",3,NULL,0,NULL,0}, + {"膿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xbf",3,NULL,0,NULL,0}, + {"ﳱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xb1",3,NULL,0,NULL,0}, + {"盨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xa8",3,NULL,0,NULL,0}, + {"翔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x94",3,NULL,0,NULL,0}, + {"쌨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x8c",3,NULL,0,NULL,0}, + {"迥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xa5",3,NULL,0,NULL,0}, + {"ɂ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x82",2,NULL,0,NULL,0}, + {"鐡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x85",3,NULL,0,NULL,0}, + {"痮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xae",3,NULL,0,NULL,0}, + {"ᄏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x8f",3,NULL,0,NULL,0}, + {"ꄤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xa4",3,NULL,0,NULL,0}, + {"꜉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x89",3,NULL,0,NULL,0}, + {"쑓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x93",3,NULL,0,NULL,0}, + {"䢵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xb5",3,NULL,0,NULL,0}, + {"碨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xa8",3,NULL,0,NULL,0}, + {"㺿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xbf",3,NULL,0,NULL,0}, + {"㷜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x81",3,NULL,0,NULL,0}, + {"딜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xb0",3,NULL,0,NULL,0}, + {"낻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xbb",3,NULL,0,NULL,0}, + {"Ô",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x94",2,NULL,0,NULL,0}, + {"̠",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xa0",2,NULL,0,NULL,0}, + {"접",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x91",3,NULL,0,NULL,0}, + {"얄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x84",3,NULL,0,NULL,0}, + {"ō",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x8d",2,NULL,0,NULL,0}, + {"ꙁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x81",3,NULL,0,NULL,0}, + {"Ѩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xa8",2,NULL,0,NULL,0}, + {"瞸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xa7",3,NULL,0,NULL,0}, + {"앃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x83",3,NULL,0,NULL,0}, + {"ਲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xb2",3,NULL,0,NULL,0}, + {"눶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xb6",3,NULL,0,NULL,0}, + {"찁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x81",3,NULL,0,NULL,0}, + {"둔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xbf",3,NULL,0,NULL,0}, + {"侢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x96",3,NULL,0,NULL,0}, + {"ᑱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb1",3,NULL,0,NULL,0}, + {"錼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xbc",3,NULL,0,NULL,0}, + {"罣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xa3",3,NULL,0,NULL,0}, + {"霣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xa3",3,NULL,0,NULL,0}, + {"⏭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xad",3,NULL,0,NULL,0}, + {"쵸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xb8",3,NULL,0,NULL,0}, + {"ࡵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xb5",3,NULL,0,NULL,0}, + {"䋳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xb3",3,NULL,0,NULL,0}, + {"㗴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xb4",3,NULL,0,NULL,0}, + {"艐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xbd",3,NULL,0,NULL,0}, + {"ꃣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xa3",3,NULL,0,NULL,0}, + {"鉐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x90",3,NULL,0,NULL,0}, + {"뀼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xbc",3,NULL,0,NULL,0}, + {"里",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xa9",3,NULL,0,NULL,0}, + {"砡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xaf",3,NULL,0,NULL,0}, + {"脟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x9f",3,NULL,0,NULL,0}, + {"㸝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x9a",3,NULL,0,NULL,0}, + {"햒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x92",3,NULL,0,NULL,0}, + {"ꋭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xad",3,NULL,0,NULL,0}, + {"寛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x9b",3,NULL,0,NULL,0}, + {"㆔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x94",3,NULL,0,NULL,0}, + {"걥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xa5",3,NULL,0,NULL,0}, + {"孼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xb8",3,NULL,0,NULL,0}, + {"쫄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x90",3,NULL,0,NULL,0}, + {"ǡ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xa1",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xb4",3,NULL,0,NULL,0}, + {"읇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x87",3,NULL,0,NULL,0}, + {"ₗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x97",3,NULL,0,NULL,0}, + {"샐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x97",3,NULL,0,NULL,0}, + {"쯒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xbb",3,NULL,0,NULL,0}, + {"亮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xae",3,NULL,0,NULL,0}, + {"螥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xa5",3,NULL,0,NULL,0}, + {"궳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xb3",3,NULL,0,NULL,0}, + {"冻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xbb",3,NULL,0,NULL,0}, + {"ᗍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x8d",3,NULL,0,NULL,0}, + {"ꑭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xad",3,NULL,0,NULL,0}, + {"ވ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x88",2,NULL,0,NULL,0}, + {"귞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x9e",3,NULL,0,NULL,0}, + {"ࢶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xb6",3,NULL,0,NULL,0}, + {"㿣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xa3",3,NULL,0,NULL,0}, + {"垭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xad",3,NULL,0,NULL,0}, + {"곰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x89",3,NULL,0,NULL,0}, + {"瘨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xa8",3,NULL,0,NULL,0}, + {"−",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x92",3,NULL,0,NULL,0}, + {"ॉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x89",3,NULL,0,NULL,0}, + {"˲",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xb2",2,NULL,0,NULL,0}, + {"돹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xb9",3,NULL,0,NULL,0}, + {"녲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xb2",3,NULL,0,NULL,0}, + {"蒙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x99",3,NULL,0,NULL,0}, + {"ऽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xbd",3,NULL,0,NULL,0}, + {"꧄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x84",3,NULL,0,NULL,0}, + {"铒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x92",3,NULL,0,NULL,0}, + {"퍩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xa9",3,NULL,0,NULL,0}, + {"堞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x9e",3,NULL,0,NULL,0}, + {"異",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xa0",3,NULL,0,NULL,0}, + {"᧰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xb0",3,NULL,0,NULL,0}, + {"膈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x88",3,NULL,0,NULL,0}, + {"芄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x84",3,NULL,0,NULL,0}, + {"᩷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xb7",3,NULL,0,NULL,0}, + {"ᔌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x8c",3,NULL,0,NULL,0}, + {"쵍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xa0",3,NULL,0,NULL,0}, + {"睟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x9f",3,NULL,0,NULL,0}, + {"흖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x96",3,NULL,0,NULL,0}, + {"竧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xa7",3,NULL,0,NULL,0}, + {"뉹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xb9",3,NULL,0,NULL,0}, + {"茯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xaf",3,NULL,0,NULL,0}, + {"ὐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x90",3,NULL,0,NULL,0}, + {"잸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xb8",3,NULL,0,NULL,0}, + {"氖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x96",3,NULL,0,NULL,0}, + {"៦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xa6",3,NULL,0,NULL,0}, + {"婟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x9f",3,NULL,0,NULL,0}, + {"杕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x95",3,NULL,0,NULL,0}, + {"䤃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x83",3,NULL,0,NULL,0}, + {"⛒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x92",3,NULL,0,NULL,0}, + {"簼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xbc",3,NULL,0,NULL,0}, + {"쉡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xa1",3,NULL,0,NULL,0}, + {"郬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xac",3,NULL,0,NULL,0}, + {"﷕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x95",3,NULL,0,NULL,0}, + {"놈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x88",3,NULL,0,NULL,0}, + {"캃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x83",3,NULL,0,NULL,0}, + {"堄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x84",3,NULL,0,NULL,0}, + {"歎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xb4",3,NULL,0,NULL,0}, + {"﫤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xa0",3,NULL,0,NULL,0}, + {"ヌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x87",3,NULL,0,NULL,0}, + {"䕂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x82",3,NULL,0,NULL,0}, + {"죒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x92",3,NULL,0,NULL,0}, + {"ꚡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xa1",3,NULL,0,NULL,0}, + {"희",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xac",3,NULL,0,NULL,0}, + {"剷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xb7",3,NULL,0,NULL,0}, + {"냨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xa8",3,NULL,0,NULL,0}, + {"ለ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x88",3,NULL,0,NULL,0}, + {"槢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xa2",3,NULL,0,NULL,0}, + {"䊩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xa9",3,NULL,0,NULL,0}, + {"硹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xb9",3,NULL,0,NULL,0}, + {"ڟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x9f",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xab",3,NULL,0,NULL,0}, + {"䞔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xbe",3,NULL,0,NULL,0}, + {"雕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x95",3,NULL,0,NULL,0}, + {"薽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xbd",3,NULL,0,NULL,0}, + {"ⅎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x8e",3,NULL,0,NULL,0}, + {"꾯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xaf",3,NULL,0,NULL,0}, + {"⨅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x85",3,NULL,0,NULL,0}, + {"姘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x98",3,NULL,0,NULL,0}, + {"㓤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xa4",3,NULL,0,NULL,0}, + {"닞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x9e",3,NULL,0,NULL,0}, + {"칉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x89",3,NULL,0,NULL,0}, + {"姑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x91",3,NULL,0,NULL,0}, + {"䭩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xa9",3,NULL,0,NULL,0}, + {"㔱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xb1",3,NULL,0,NULL,0}, + {"騊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x8a",3,NULL,0,NULL,0}, + {"✘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x98",3,NULL,0,NULL,0}, + {"♷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xb7",3,NULL,0,NULL,0}, + {"䊙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x99",3,NULL,0,NULL,0}, + {"ꂇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x87",3,NULL,0,NULL,0}, + {"㍃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x88",3,NULL,0,NULL,0}, + {"鷻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xbb",3,NULL,0,NULL,0}, + {"㚲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xb2",3,NULL,0,NULL,0}, + {"섆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x86",3,NULL,0,NULL,0}, + {"熠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xa0",3,NULL,0,NULL,0}, + {"ꂌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x8c",3,NULL,0,NULL,0}, + {"畆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x86",3,NULL,0,NULL,0}, + {"硊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x8a",3,NULL,0,NULL,0}, + {"旮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xae",3,NULL,0,NULL,0}, + {"糣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xa3",3,NULL,0,NULL,0}, + {"藻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xbb",3,NULL,0,NULL,0}, + {"剈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x88",3,NULL,0,NULL,0}, + {"Ⅴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xa2",3,NULL,0,NULL,0}, + {"⟑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x91",3,NULL,0,NULL,0}, + {"䜣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xa3",3,NULL,0,NULL,0}, + {"旵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xac",3,NULL,0,NULL,0}, + {"䎞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x9e",3,NULL,0,NULL,0}, + {"茻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xbb",3,NULL,0,NULL,0}, + {"꬙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x99",3,NULL,0,NULL,0}, + {"⃄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x84",3,NULL,0,NULL,0}, + {"ꠒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x92",3,NULL,0,NULL,0}, + {"횾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xbe",3,NULL,0,NULL,0}, + {"ꬤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xa4",3,NULL,0,NULL,0}, + {"驷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x93",3,NULL,0,NULL,0}, + {"⡵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xb5",3,NULL,0,NULL,0}, + {"큇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x87",3,NULL,0,NULL,0}, + {"㦵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xb5",3,NULL,0,NULL,0}, + {"⇲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xb2",3,NULL,0,NULL,0}, + {"閕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x95",3,NULL,0,NULL,0}, + {"ꁋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x8b",3,NULL,0,NULL,0}, + {"탚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x81",3,NULL,0,NULL,0}, + {"鲠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xa0",3,NULL,0,NULL,0}, + {"䐁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x81",3,NULL,0,NULL,0}, + {"埔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x94",3,NULL,0,NULL,0}, + {"ᮠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xa0",3,NULL,0,NULL,0}, + {"顦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x81",3,NULL,0,NULL,0}, + {"插",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x92",3,NULL,0,NULL,0}, + {"捩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xa9",3,NULL,0,NULL,0}, + {"춤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xa4",3,NULL,0,NULL,0}, + {"빦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xa6",3,NULL,0,NULL,0}, + {"嗅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xa2",3,NULL,0,NULL,0}, + {"㭸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xb8",3,NULL,0,NULL,0}, + {"꧙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x99",3,NULL,0,NULL,0}, + {"䨩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xa9",3,NULL,0,NULL,0}, + {"☫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xab",3,NULL,0,NULL,0}, + {"煻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xbb",3,NULL,0,NULL,0}, + {"鑱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xb1",3,NULL,0,NULL,0}, + {"⠖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x96",3,NULL,0,NULL,0}, + {"炙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x99",3,NULL,0,NULL,0}, + {"넦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xa6",3,NULL,0,NULL,0}, + {"ꥳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xb3",3,NULL,0,NULL,0}, + {"䦂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x82",3,NULL,0,NULL,0}, + {"懔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x94",3,NULL,0,NULL,0}, + {"ꝉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x89",3,NULL,0,NULL,0}, + {"ꨤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xa4",3,NULL,0,NULL,0}, + {"ɠ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xa0",2,NULL,0,NULL,0}, + {"惻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xbb",3,NULL,0,NULL,0}, + {"ꦝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x9d",3,NULL,0,NULL,0}, + {"䅺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xb3",3,NULL,0,NULL,0}, + {"⯬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xac",3,NULL,0,NULL,0}, + {"ྭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xad",3,NULL,0,NULL,0}, + {"뫐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x90",3,NULL,0,NULL,0}, + {"ꕻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xbb",3,NULL,0,NULL,0}, + {"飧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xa7",3,NULL,0,NULL,0}, + {"ಖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x96",3,NULL,0,NULL,0}, + {"ቛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x9b",3,NULL,0,NULL,0}, + {"璲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xb2",3,NULL,0,NULL,0}, + {"踩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xa9",3,NULL,0,NULL,0}, + {"唾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xbe",3,NULL,0,NULL,0}, + {"圏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x8f",3,NULL,0,NULL,0}, + {"཮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xae",3,NULL,0,NULL,0}, + {"G",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"▬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xac",3,NULL,0,NULL,0}, + {"㋰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xb0",3,NULL,0,NULL,0}, + {"岔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x94",3,NULL,0,NULL,0}, + {"䦸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xb8",3,NULL,0,NULL,0}, + {"㊍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x8d",3,NULL,0,NULL,0}, + {"踵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xb5",3,NULL,0,NULL,0}, + {"灿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xa8",3,NULL,0,NULL,0}, + {"䮴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xb4",3,NULL,0,NULL,0}, + {"䚅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x85",3,NULL,0,NULL,0}, + {"烰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xb0",3,NULL,0,NULL,0}, + {"耠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xa0",3,NULL,0,NULL,0}, + {"۴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xb4",2,NULL,0,NULL,0}, + {"쇑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x91",3,NULL,0,NULL,0}, + {"獀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x80",3,NULL,0,NULL,0}, + {"ץ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xa5",2,NULL,0,NULL,0}, + {"묎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x8e",3,NULL,0,NULL,0}, + {"棓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x93",3,NULL,0,NULL,0}, + {"攞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x9c",3,NULL,0,NULL,0}, + {"ⱃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x83",3,NULL,0,NULL,0}, + {"悠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xa0",3,NULL,0,NULL,0}, + {"봮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xac",3,NULL,0,NULL,0}, + {"洓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x93",3,NULL,0,NULL,0}, + {"ꔘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x98",3,NULL,0,NULL,0}, + {"ꊻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xbb",3,NULL,0,NULL,0}, + {"굦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xa6",3,NULL,0,NULL,0}, + {"ኜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x9c",3,NULL,0,NULL,0}, + {"廆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x86",3,NULL,0,NULL,0}, + {"౧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xa7",3,NULL,0,NULL,0}, + {"윳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xb3",3,NULL,0,NULL,0}, + {"餰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xb0",3,NULL,0,NULL,0}, + {"ꫪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xa3",3,NULL,0,NULL,0}, + {"௨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xa8",3,NULL,0,NULL,0}, + {"觌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x8c",3,NULL,0,NULL,0}, + {"吉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x89",3,NULL,0,NULL,0}, + {"➪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xaa",3,NULL,0,NULL,0}, + {"衙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x99",3,NULL,0,NULL,0}, + {"働",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x8d",3,NULL,0,NULL,0}, + {"龫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xab",3,NULL,0,NULL,0}, + {"콶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xb6",3,NULL,0,NULL,0}, + {"屻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xbb",3,NULL,0,NULL,0}, + {"꭬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xac",3,NULL,0,NULL,0}, + {"梜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x9c",3,NULL,0,NULL,0}, + {"禌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x8c",3,NULL,0,NULL,0}, + {"鱊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x8a",3,NULL,0,NULL,0}, + {"䩱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xb1",3,NULL,0,NULL,0}, + {"ꏁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x81",3,NULL,0,NULL,0}, + {"ษ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xa9",3,NULL,0,NULL,0}, + {"搗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x97",3,NULL,0,NULL,0}, + {"Წ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xac",3,NULL,0,NULL,0}, + {"酐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x90",3,NULL,0,NULL,0}, + {"ꍘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x98",3,NULL,0,NULL,0}, + {"辖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x96",3,NULL,0,NULL,0}, + {"폀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x80",3,NULL,0,NULL,0}, + {"釿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xbf",3,NULL,0,NULL,0}, + {"缓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x93",3,NULL,0,NULL,0}, + {"蝟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x9f",3,NULL,0,NULL,0}, + {"㶶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xb6",3,NULL,0,NULL,0}, + {"鵃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x83",3,NULL,0,NULL,0}, + {"ෞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x9e",3,NULL,0,NULL,0}, + {"䳷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x88",3,NULL,0,NULL,0}, + {"湾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xb6",3,NULL,0,NULL,0}, + {"鑆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x86",3,NULL,0,NULL,0}, + {"㡀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x80",3,NULL,0,NULL,0}, + {"뙛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x9b",3,NULL,0,NULL,0}, + {"ﳄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x84",3,NULL,0,NULL,0}, + {"ᰌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x8c",3,NULL,0,NULL,0}, + {"홎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x8e",3,NULL,0,NULL,0}, + {"૲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xb2",3,NULL,0,NULL,0}, + {"릛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x9b",3,NULL,0,NULL,0}, + {"䲅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x85",3,NULL,0,NULL,0}, + {"Ԅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x84",2,NULL,0,NULL,0}, + {"ꈞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x8b",3,NULL,0,NULL,0}, + {"⿪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x86",3,NULL,0,NULL,0}, + {"訍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x8d",3,NULL,0,NULL,0}, + {"쿽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xbd",3,NULL,0,NULL,0}, + {"쑮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xae",3,NULL,0,NULL,0}, + {"鸹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x8d",3,NULL,0,NULL,0}, + {"⍓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x8b",3,NULL,0,NULL,0}, + {"锿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xbf",3,NULL,0,NULL,0}, + {"렢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xa2",3,NULL,0,NULL,0}, + {"䖽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xbd",3,NULL,0,NULL,0}, + {"깠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x8d",3,NULL,0,NULL,0}, + {"럇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x87",3,NULL,0,NULL,0}, + {"꿬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xac",3,NULL,0,NULL,0}, + {"滕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x95",3,NULL,0,NULL,0}, + {"㺵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xb5",3,NULL,0,NULL,0}, + {"৓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xbd",3,NULL,0,NULL,0}, + {"䇦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xa6",3,NULL,0,NULL,0}, + {"උ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xbd",3,NULL,0,NULL,0}, + {"揻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xbb",3,NULL,0,NULL,0}, + {"涊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x8a",3,NULL,0,NULL,0}, + {"綆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x86",3,NULL,0,NULL,0}, + {"渑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x91",3,NULL,0,NULL,0}, + {"텶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xb6",3,NULL,0,NULL,0}, + {"뱨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xa8",3,NULL,0,NULL,0}, + {"裋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x96",3,NULL,0,NULL,0}, + {"箈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x88",3,NULL,0,NULL,0}, + {"⸺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xba",3,NULL,0,NULL,0}, + {"틄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x84",3,NULL,0,NULL,0}, + {"黊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x8a",3,NULL,0,NULL,0}, + {"ꘖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x96",3,NULL,0,NULL,0}, + {"牻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xbb",3,NULL,0,NULL,0}, + {"枛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x9b",3,NULL,0,NULL,0}, + {"䨀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x80",3,NULL,0,NULL,0}, + {"됆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x86",3,NULL,0,NULL,0}, + {"栴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xb4",3,NULL,0,NULL,0}, + {"왯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xaf",3,NULL,0,NULL,0}, + {"︖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x96",3,NULL,0,NULL,0}, + {"鯞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x9e",3,NULL,0,NULL,0}, + {"㠀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x80",3,NULL,0,NULL,0}, + {"㋟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x9f",3,NULL,0,NULL,0}, + {"﵄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x84",3,NULL,0,NULL,0}, + {"読",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xad",3,NULL,0,NULL,0}, + {"웥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xb0",3,NULL,0,NULL,0}, + {"Ⱃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x93",3,NULL,0,NULL,0}, + {"Ὲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x88",3,NULL,0,NULL,0}, + {"脺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xba",3,NULL,0,NULL,0}, + {"퇕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x95",3,NULL,0,NULL,0}, + {"紫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xab",3,NULL,0,NULL,0}, + {"銊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xb2",3,NULL,0,NULL,0}, + {"벱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xb1",3,NULL,0,NULL,0}, + {"呜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x9c",3,NULL,0,NULL,0}, + {"闏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x8f",3,NULL,0,NULL,0}, + {"᝛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x8d",3,NULL,0,NULL,0}, + {"䶐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x90",3,NULL,0,NULL,0}, + {"潅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x85",3,NULL,0,NULL,0}, + {"嬊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x8a",3,NULL,0,NULL,0}, + {"ﵾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xbe",3,NULL,0,NULL,0}, + {"틱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xb1",3,NULL,0,NULL,0}, + {"똉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x89",3,NULL,0,NULL,0}, + {"ꖙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x99",3,NULL,0,NULL,0}, + {"潞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x9e",3,NULL,0,NULL,0}, + {"ﶅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x85",3,NULL,0,NULL,0}, + {"ᗆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x86",3,NULL,0,NULL,0}, + {"■",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xad",3,NULL,0,NULL,0}, + {"޵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xb5",2,NULL,0,NULL,0}, + {"萖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x96",3,NULL,0,NULL,0}, + {"܎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x8e",2,NULL,0,NULL,0}, + {"⾑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x91",3,NULL,0,NULL,0}, + {"롽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x9e",3,NULL,0,NULL,0}, + {"㲆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x86",3,NULL,0,NULL,0}, + {"즫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xab",3,NULL,0,NULL,0}, + {"쳡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xa1",3,NULL,0,NULL,0}, + {"鵽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xa9",3,NULL,0,NULL,0}, + {"㽓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x93",3,NULL,0,NULL,0}, + {"叕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x95",3,NULL,0,NULL,0}, + {"䖇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x87",3,NULL,0,NULL,0}, + {"줍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x8d",3,NULL,0,NULL,0}, + {"냸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xb8",3,NULL,0,NULL,0}, + {"촍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x8d",3,NULL,0,NULL,0}, + {"鞺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xba",3,NULL,0,NULL,0}, + {"쥤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xa4",3,NULL,0,NULL,0}, + {"ਥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xa5",3,NULL,0,NULL,0}, + {"ز",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xb2",2,NULL,0,NULL,0}, + {"졅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x85",3,NULL,0,NULL,0}, + {"茎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x8e",3,NULL,0,NULL,0}, + {"᎝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x9d",3,NULL,0,NULL,0}, + {"덈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x88",3,NULL,0,NULL,0}, + {"韜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x9c",3,NULL,0,NULL,0}, + {"뚸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xb8",3,NULL,0,NULL,0}, + {"ᚬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xac",3,NULL,0,NULL,0}, + {"늡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xa8",3,NULL,0,NULL,0}, + {"✚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xb3",3,NULL,0,NULL,0}, + {"鎬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xac",3,NULL,0,NULL,0}, + {"湕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x95",3,NULL,0,NULL,0}, + {"컻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xbb",3,NULL,0,NULL,0}, + {"纻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xbb",3,NULL,0,NULL,0}, + {"뻲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xb2",3,NULL,0,NULL,0}, + {"陘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x98",3,NULL,0,NULL,0}, + {"ᢵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xb5",3,NULL,0,NULL,0}, + {"徤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xa4",3,NULL,0,NULL,0}, + {"᷑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xb1",3,NULL,0,NULL,0}, + {"雋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x8b",3,NULL,0,NULL,0}, + {"⼊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x8a",3,NULL,0,NULL,0}, + {"ၮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xae",3,NULL,0,NULL,0}, + {"䜏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x8f",3,NULL,0,NULL,0}, + {"ﬧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xa5",3,NULL,0,NULL,0}, + {"쨮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xae",3,NULL,0,NULL,0}, + {"ꛙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x99",3,NULL,0,NULL,0}, + {"⣪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xaa",3,NULL,0,NULL,0}, + {"y",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"፬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xac",3,NULL,0,NULL,0}, + {"ꗌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x8c",3,NULL,0,NULL,0}, + {"榴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xb4",3,NULL,0,NULL,0}, + {"삻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xbb",3,NULL,0,NULL,0}, + {"㪙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xa6",3,NULL,0,NULL,0}, + {"Ē",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x92",2,NULL,0,NULL,0}, + {"늯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xaf",3,NULL,0,NULL,0}, + {"동",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x99",3,NULL,0,NULL,0}, + {"ꍅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x85",3,NULL,0,NULL,0}, + {"沓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x93",3,NULL,0,NULL,0}, + {"᡾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xbe",3,NULL,0,NULL,0}, + {"‌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x95",3,NULL,0,NULL,0}, + {"뉔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x94",3,NULL,0,NULL,0}, + {"猎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x8e",3,NULL,0,NULL,0}, + {"蕕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x95",3,NULL,0,NULL,0}, + {"Ȍ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x8c",2,NULL,0,NULL,0}, + {"ࠠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xa0",3,NULL,0,NULL,0}, + {"䐛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xac",3,NULL,0,NULL,0}, + {"⺴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xb4",3,NULL,0,NULL,0}, + {"蓖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x96",3,NULL,0,NULL,0}, + {"也",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xba",3,NULL,0,NULL,0}, + {"ᚦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xa6",3,NULL,0,NULL,0}, + {"ﭨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xa8",3,NULL,0,NULL,0}, + {"ꮔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x94",3,NULL,0,NULL,0}, + {"鍕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x95",3,NULL,0,NULL,0}, + {"᥆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x86",3,NULL,0,NULL,0}, + {"䂋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x8b",3,NULL,0,NULL,0}, + {"碬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xac",3,NULL,0,NULL,0}, + {"僭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xad",3,NULL,0,NULL,0}, + {"敂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x82",3,NULL,0,NULL,0}, + {"舞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x9e",3,NULL,0,NULL,0}, + {"↵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x93",3,NULL,0,NULL,0}, + {"嘆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xb7",3,NULL,0,NULL,0}, + {"㎿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xbf",3,NULL,0,NULL,0}, + {"헑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x91",3,NULL,0,NULL,0}, + {"猪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xa0",3,NULL,0,NULL,0}, + {"㐺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xba",3,NULL,0,NULL,0}, + {"ꌇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x87",3,NULL,0,NULL,0}, + {"寑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x91",3,NULL,0,NULL,0}, + {"汙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x99",3,NULL,0,NULL,0}, + {"쁜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x9c",3,NULL,0,NULL,0}, + {"Ễ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x84",3,NULL,0,NULL,0}, + {"矀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x9d",3,NULL,0,NULL,0}, + {"捖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x96",3,NULL,0,NULL,0}, + {"얷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x80",3,NULL,0,NULL,0}, + {"遌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x8c",3,NULL,0,NULL,0}, + {"琅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x85",3,NULL,0,NULL,0}, + {"쬊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x8a",3,NULL,0,NULL,0}, + {">",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x9e",3,NULL,0,NULL,0}, + {"䡦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xa6",3,NULL,0,NULL,0}, + {"䠋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x8b",3,NULL,0,NULL,0}, + {"䒄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x84",3,NULL,0,NULL,0}, + {"㗰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xb0",3,NULL,0,NULL,0}, + {"﮶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xb6",3,NULL,0,NULL,0}, + {"蟇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x9b",3,NULL,0,NULL,0}, + {"ꐥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xa5",3,NULL,0,NULL,0}, + {"葌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x8c",3,NULL,0,NULL,0}, + {"䣙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x99",3,NULL,0,NULL,0}, + {"긤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xa4",3,NULL,0,NULL,0}, + {"ʍ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x8d",2,NULL,0,NULL,0}, + {"率",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xae",3,NULL,0,NULL,0}, + {"啋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x8b",3,NULL,0,NULL,0}, + {"ᐦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xa6",3,NULL,0,NULL,0}, + {"∰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xb0",3,NULL,0,NULL,0}, + {"脕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x95",3,NULL,0,NULL,0}, + {"뇃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x8d",3,NULL,0,NULL,0}, + {"抓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x93",3,NULL,0,NULL,0}, + {"녾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xbe",3,NULL,0,NULL,0}, + {"ㅼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xbc",3,NULL,0,NULL,0}, + {"橯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x9a",3,NULL,0,NULL,0}, + {"ጐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x90",3,NULL,0,NULL,0}, + {"쫈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x88",3,NULL,0,NULL,0}, + {"뎈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x88",3,NULL,0,NULL,0}, + {"훟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x9f",3,NULL,0,NULL,0}, + {"鵶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xb6",3,NULL,0,NULL,0}, + {"曈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x88",3,NULL,0,NULL,0}, + {"ἠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xa0",3,NULL,0,NULL,0}, + {"᝽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xbd",3,NULL,0,NULL,0}, + {"嫦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xa6",3,NULL,0,NULL,0}, + {"ء",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xa1",2,NULL,0,NULL,0}, + {"ﯬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xac",3,NULL,0,NULL,0}, + {"邡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xa1",3,NULL,0,NULL,0}, + {"᠖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x96",3,NULL,0,NULL,0}, + {"杏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x8f",3,NULL,0,NULL,0}, + {"灂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x82",3,NULL,0,NULL,0}, + {"컒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x92",3,NULL,0,NULL,0}, + {"튈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x88",3,NULL,0,NULL,0}, + {"✄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x84",3,NULL,0,NULL,0}, + {"犠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xa0",3,NULL,0,NULL,0}, + {"ﯷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xb7",3,NULL,0,NULL,0}, + {"粖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x96",3,NULL,0,NULL,0}, + {"ꆆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x86",3,NULL,0,NULL,0}, + {"ꒄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x80",3,NULL,0,NULL,0}, + {"븕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x95",3,NULL,0,NULL,0}, + {"े",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x87",3,NULL,0,NULL,0}, + {"굯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xaf",3,NULL,0,NULL,0}, + {"橝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x9d",3,NULL,0,NULL,0}, + {"֕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x95",2,NULL,0,NULL,0}, + {"浆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x86",3,NULL,0,NULL,0}, + {"ွ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xbd",3,NULL,0,NULL,0}, + {"磴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xb4",3,NULL,0,NULL,0}, + {"灮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xae",3,NULL,0,NULL,0}, + {"셩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xa9",3,NULL,0,NULL,0}, + {"ⴗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x97",3,NULL,0,NULL,0}, + {"䙻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xb4",3,NULL,0,NULL,0}, + {"܀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x80",2,NULL,0,NULL,0}, + {"䋴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xb4",3,NULL,0,NULL,0}, + {"霺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xba",3,NULL,0,NULL,0}, + {"樸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xb8",3,NULL,0,NULL,0}, + {"⃗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x97",3,NULL,0,NULL,0}, + {"茽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xbd",3,NULL,0,NULL,0}, + {"댟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x9f",3,NULL,0,NULL,0}, + {"䘃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x84",3,NULL,0,NULL,0}, + {"흢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xa2",3,NULL,0,NULL,0}, + {"鷽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xbd",3,NULL,0,NULL,0}, + {"᫻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xbb",3,NULL,0,NULL,0}, + {"⅚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x9a",3,NULL,0,NULL,0}, + {"⻕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x95",3,NULL,0,NULL,0}, + {"퉊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x8a",3,NULL,0,NULL,0}, + {"໨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xa8",3,NULL,0,NULL,0}, + {"籜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x9c",3,NULL,0,NULL,0}, + {"⛆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x86",3,NULL,0,NULL,0}, + {"奵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x9a",3,NULL,0,NULL,0}, + {"濂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x82",3,NULL,0,NULL,0}, + {"⊜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x9c",3,NULL,0,NULL,0}, + {"噮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xae",3,NULL,0,NULL,0}, + {"㍢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xa2",3,NULL,0,NULL,0}, + {"ff",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x96",3,NULL,0,NULL,0}, + {"㋲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xb2",3,NULL,0,NULL,0}, + {"ꏸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xb8",3,NULL,0,NULL,0}, + {"섒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x92",3,NULL,0,NULL,0}, + {"窙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x99",3,NULL,0,NULL,0}, + {"ꍱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xb1",3,NULL,0,NULL,0}, + {"싆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x86",3,NULL,0,NULL,0}, + {"創",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xb5",3,NULL,0,NULL,0}, + {"㏦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xa6",3,NULL,0,NULL,0}, + {"焕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x95",3,NULL,0,NULL,0}, + {"椻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x91",3,NULL,0,NULL,0}, + {"䞌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x8c",3,NULL,0,NULL,0}, + {"곊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x8a",3,NULL,0,NULL,0}, + {"䍁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x81",3,NULL,0,NULL,0}, + {"굑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x91",3,NULL,0,NULL,0}, + {"ꪬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xac",3,NULL,0,NULL,0}, + {"꾕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x95",3,NULL,0,NULL,0}, + {"ѿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xbf",2,NULL,0,NULL,0}, + {"拜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x9c",3,NULL,0,NULL,0}, + {"蠱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x82",3,NULL,0,NULL,0}, + {"㥗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x97",3,NULL,0,NULL,0}, + {"豍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x8d",3,NULL,0,NULL,0}, + {"㡠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xa0",3,NULL,0,NULL,0}, + {"✠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xa0",3,NULL,0,NULL,0}, + {"쀔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x94",3,NULL,0,NULL,0}, + {"熡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xa1",3,NULL,0,NULL,0}, + {"髰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xb0",3,NULL,0,NULL,0}, + {"戓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x93",3,NULL,0,NULL,0}, + {"羅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x8f",3,NULL,0,NULL,0}, + {"⋻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xbb",3,NULL,0,NULL,0}, + {"圇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x87",3,NULL,0,NULL,0}, + {"킋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xb2",3,NULL,0,NULL,0}, + {"ᄪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x97",3,NULL,0,NULL,0}, + {"墧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xa7",3,NULL,0,NULL,0}, + {"ᯟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x9f",3,NULL,0,NULL,0}, + {"轘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x98",3,NULL,0,NULL,0}, + {"븗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x97",3,NULL,0,NULL,0}, + {"樂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x94",3,NULL,0,NULL,0}, + {"㲓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x9f",3,NULL,0,NULL,0}, + {"챩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xa9",3,NULL,0,NULL,0}, + {"浳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xb3",3,NULL,0,NULL,0}, + {"멖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x96",3,NULL,0,NULL,0}, + {"ⓚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xa7",3,NULL,0,NULL,0}, + {"捫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xab",3,NULL,0,NULL,0}, + {"儙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x93",3,NULL,0,NULL,0}, + {"⮰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xb0",3,NULL,0,NULL,0}, + {"啜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x9c",3,NULL,0,NULL,0}, + {"؎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x8e",2,NULL,0,NULL,0}, + {"턎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x8e",3,NULL,0,NULL,0}, + {"䧡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xa1",3,NULL,0,NULL,0}, + {"ྠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xa0",3,NULL,0,NULL,0}, + {"쾔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x94",3,NULL,0,NULL,0}, + {"큍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x8d",3,NULL,0,NULL,0}, + {"㦯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xaf",3,NULL,0,NULL,0}, + {"ꬫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xab",3,NULL,0,NULL,0}, + {"⏌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x8c",3,NULL,0,NULL,0}, + {"Տ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x8f",2,NULL,0,NULL,0}, + {"뼖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x92",3,NULL,0,NULL,0}, + {"ⵯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xaf",3,NULL,0,NULL,0}, + {"牏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x8f",3,NULL,0,NULL,0}, + {"왈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x88",3,NULL,0,NULL,0}, + {"㦭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xad",3,NULL,0,NULL,0}, + {"玚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x9a",3,NULL,0,NULL,0}, + {"譤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xa4",3,NULL,0,NULL,0}, + {"᭠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xa0",3,NULL,0,NULL,0}, + {"ꦽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xbd",3,NULL,0,NULL,0}, + {"뭅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x85",3,NULL,0,NULL,0}, + {"묺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xba",3,NULL,0,NULL,0}, + {"톫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xab",3,NULL,0,NULL,0}, + {"빶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xb6",3,NULL,0,NULL,0}, + {"还",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x98",3,NULL,0,NULL,0}, + {"퓱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xb1",3,NULL,0,NULL,0}, + {"굎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x93",3,NULL,0,NULL,0}, + {"卵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xb5",3,NULL,0,NULL,0}, + {"啎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xb4",3,NULL,0,NULL,0}, + {"軘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x98",3,NULL,0,NULL,0}, + {"瀔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x94",3,NULL,0,NULL,0}, + {"鼌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x8c",3,NULL,0,NULL,0}, + {"炓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x93",3,NULL,0,NULL,0}, + {"콓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x93",3,NULL,0,NULL,0}, + {"숶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xb6",3,NULL,0,NULL,0}, + {"祥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xa5",3,NULL,0,NULL,0}, + {"⌳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xb3",3,NULL,0,NULL,0}, + {"獠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xa0",3,NULL,0,NULL,0}, + {"㚨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xa8",3,NULL,0,NULL,0}, + {"秎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x8e",3,NULL,0,NULL,0}, + {"愫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x9f",3,NULL,0,NULL,0}, + {"Ⰼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x8c",3,NULL,0,NULL,0}, + {"탺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xba",3,NULL,0,NULL,0}, + {"엟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x9f",3,NULL,0,NULL,0}, + {"㴻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xbb",3,NULL,0,NULL,0}, + {"穌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x8c",3,NULL,0,NULL,0}, + {"澃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x83",3,NULL,0,NULL,0}, + {"䅎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x8e",3,NULL,0,NULL,0}, + {"䄭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x8a",3,NULL,0,NULL,0}, + {"謩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xa9",3,NULL,0,NULL,0}, + {"቉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x89",3,NULL,0,NULL,0}, + {"讀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x99",3,NULL,0,NULL,0}, + {"ꖏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x8f",3,NULL,0,NULL,0}, + {"匄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x84",3,NULL,0,NULL,0}, + {"E",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"庚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x9a",3,NULL,0,NULL,0}, + {"礫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xab",3,NULL,0,NULL,0}, + {"彁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x81",3,NULL,0,NULL,0}, + {"Ᵹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xbd",3,NULL,0,NULL,0}, + {"팾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xbe",3,NULL,0,NULL,0}, + {"ຜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x9c",3,NULL,0,NULL,0}, + {"쾼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xbc",3,NULL,0,NULL,0}, + {"퐵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xb5",3,NULL,0,NULL,0}, + {"킸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xb8",3,NULL,0,NULL,0}, + {"㻖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x96",3,NULL,0,NULL,0}, + {"呲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xb2",3,NULL,0,NULL,0}, + {"棉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x89",3,NULL,0,NULL,0}, + {"玜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x9c",3,NULL,0,NULL,0}, + {"롔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x94",3,NULL,0,NULL,0}, + {"퐆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x86",3,NULL,0,NULL,0}, + {"鴺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xba",3,NULL,0,NULL,0}, + {"ꊙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x99",3,NULL,0,NULL,0}, + {"㵜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x9c",3,NULL,0,NULL,0}, + {"뢒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x92",3,NULL,0,NULL,0}, + {"渴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xae",3,NULL,0,NULL,0}, + {"싐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x90",3,NULL,0,NULL,0}, + {"媚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x9a",3,NULL,0,NULL,0}, + {"䲇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x87",3,NULL,0,NULL,0}, + {"ᷰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xb0",3,NULL,0,NULL,0}, + {"ℸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xb8",3,NULL,0,NULL,0}, + {"鑊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x8a",3,NULL,0,NULL,0}, + {"罼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xbc",3,NULL,0,NULL,0}, + {"辥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xa5",3,NULL,0,NULL,0}, + {"릂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xb8",3,NULL,0,NULL,0}, + {"젫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xa8",3,NULL,0,NULL,0}, + {"訅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x85",3,NULL,0,NULL,0}, + {"司",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xb8",3,NULL,0,NULL,0}, + {"Ꞿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xbe",3,NULL,0,NULL,0}, + {"꛼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xbc",3,NULL,0,NULL,0}, + {"处",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x84",3,NULL,0,NULL,0}, + {"誈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x88",3,NULL,0,NULL,0}, + {"끳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xb3",3,NULL,0,NULL,0}, + {"렖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x96",3,NULL,0,NULL,0}, + {"䖷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xad",3,NULL,0,NULL,0}, + {"폄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x84",3,NULL,0,NULL,0}, + {"悾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xbe",3,NULL,0,NULL,0}, + {"㸸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x98",3,NULL,0,NULL,0}, + {"॰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xb0",3,NULL,0,NULL,0}, + {"홞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x9e",3,NULL,0,NULL,0}, + {"눩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xa9",3,NULL,0,NULL,0}, + {"剥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xa5",3,NULL,0,NULL,0}, + {"䂾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xa5",3,NULL,0,NULL,0}, + {"弮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xae",3,NULL,0,NULL,0}, + {"ᤉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x89",3,NULL,0,NULL,0}, + {"屋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xb2",3,NULL,0,NULL,0}, + {"꡸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xb8",3,NULL,0,NULL,0}, + {"鹃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x83",3,NULL,0,NULL,0}, + {"殺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xba",3,NULL,0,NULL,0}, + {"煤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xa4",3,NULL,0,NULL,0}, + {"ᴨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xba",3,NULL,0,NULL,0}, + {"枩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xa9",3,NULL,0,NULL,0}, + {"量",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x8f",3,NULL,0,NULL,0}, + {"勺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xb7",3,NULL,0,NULL,0}, + {"꿴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xa9",3,NULL,0,NULL,0}, + {"﹧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xa7",3,NULL,0,NULL,0}, + {"諒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xbd",3,NULL,0,NULL,0}, + {"ꘚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x9a",3,NULL,0,NULL,0}, + {"彯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xaf",3,NULL,0,NULL,0}, + {"됩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xa9",3,NULL,0,NULL,0}, + {"ਉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xaf",3,NULL,0,NULL,0}, + {"族",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x8f",3,NULL,0,NULL,0}, + {"乂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x82",3,NULL,0,NULL,0}, + {"y",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x99",3,NULL,0,NULL,0}, + {"⧢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xb8",3,NULL,0,NULL,0}, + {"ﻨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xa8",3,NULL,0,NULL,0}, + {"킿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xbf",3,NULL,0,NULL,0}, + {"調",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaf",3,NULL,0,NULL,0}, + {"땓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xb0",3,NULL,0,NULL,0}, + {"䒃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x83",3,NULL,0,NULL,0}, + {"袹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xb9",3,NULL,0,NULL,0}, + {"阎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x8e",3,NULL,0,NULL,0}, + {"ꑜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x9c",3,NULL,0,NULL,0}, + {"鈥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x90",3,NULL,0,NULL,0}, + {"∅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x85",3,NULL,0,NULL,0}, + {"튤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xa4",3,NULL,0,NULL,0}, + {"鋐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xa1",3,NULL,0,NULL,0}, + {"㿶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xb6",3,NULL,0,NULL,0}, + {"ᝉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x89",3,NULL,0,NULL,0}, + {"菴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xb4",3,NULL,0,NULL,0}, + {"宩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xa9",3,NULL,0,NULL,0}, + {"㾛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x9b",3,NULL,0,NULL,0}, + {"埵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xb5",3,NULL,0,NULL,0}, + {"倮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xae",3,NULL,0,NULL,0}, + {"梭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xad",3,NULL,0,NULL,0}, + {"瀻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xbb",3,NULL,0,NULL,0}, + {"ꔶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xb6",3,NULL,0,NULL,0}, + {"席",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xad",3,NULL,0,NULL,0}, + {"㺉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x89",3,NULL,0,NULL,0}, + {"︢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xa2",3,NULL,0,NULL,0}, + {"덱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xb1",3,NULL,0,NULL,0}, + {"レ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xac",3,NULL,0,NULL,0}, + {"￟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xaa",3,NULL,0,NULL,0}, + {"陖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x96",3,NULL,0,NULL,0}, + {"郐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x90",3,NULL,0,NULL,0}, + {"霖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x96",3,NULL,0,NULL,0}, + {"ῐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xaf",3,NULL,0,NULL,0}, + {"떼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xbc",3,NULL,0,NULL,0}, + {"銖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x96",3,NULL,0,NULL,0}, + {"쌼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xbc",3,NULL,0,NULL,0}, + {"⽍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xa9",3,NULL,0,NULL,0}, + {"⬔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x86",3,NULL,0,NULL,0}, + {"襨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xa8",3,NULL,0,NULL,0}, + {"闍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x8d",3,NULL,0,NULL,0}, + {"腥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xa5",3,NULL,0,NULL,0}, + {"놗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x97",3,NULL,0,NULL,0}, + {"꒝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x9d",3,NULL,0,NULL,0}, + {"頳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xb3",3,NULL,0,NULL,0}, + {"檚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x9a",3,NULL,0,NULL,0}, + {"죿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xbf",3,NULL,0,NULL,0}, + {"넘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x98",3,NULL,0,NULL,0}, + {"঺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xba",3,NULL,0,NULL,0}, + {"嬪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xaa",3,NULL,0,NULL,0}, + {"ꜝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x9d",3,NULL,0,NULL,0}, + {"뎫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xab",3,NULL,0,NULL,0}, + {"ﴖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x96",3,NULL,0,NULL,0}, + {"흻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xb3",3,NULL,0,NULL,0}, + {"ﶗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x9d",3,NULL,0,NULL,0}, + {"닪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xaa",3,NULL,0,NULL,0}, + {"镱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xb1",3,NULL,0,NULL,0}, + {"⾃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x83",3,NULL,0,NULL,0}, + {"⫲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xb2",3,NULL,0,NULL,0}, + {"હ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xb9",3,NULL,0,NULL,0}, + {"⊅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x85",3,NULL,0,NULL,0}, + {"ꅌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x98",3,NULL,0,NULL,0}, + {"錬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xac",3,NULL,0,NULL,0}, + {"칔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x94",3,NULL,0,NULL,0}, + {"듁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x81",3,NULL,0,NULL,0}, + {"磕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x95",3,NULL,0,NULL,0}, + {"睍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x8d",3,NULL,0,NULL,0}, + {"⼀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x80",3,NULL,0,NULL,0}, + {"V",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"V",1,NULL,0,NULL,0}, + {"┮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xae",3,NULL,0,NULL,0}, + {"㇟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x9f",3,NULL,0,NULL,0}, + {"뜇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x87",3,NULL,0,NULL,0}, + {"זּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xb6",3,NULL,0,NULL,0}, + {"‹",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x8b",2,NULL,0,NULL,0}, + {"ጬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xac",3,NULL,0,NULL,0}, + {"韊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x8a",3,NULL,0,NULL,0}, + {"㉛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x89",3,NULL,0,NULL,0}, + {"ᒖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x96",3,NULL,0,NULL,0}, + {"兹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xb9",3,NULL,0,NULL,0}, + {"Ꭿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x94",3,NULL,0,NULL,0}, + {"⪸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xb8",3,NULL,0,NULL,0}, + {"‬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xac",3,NULL,0,NULL,0}, + {"佔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x94",3,NULL,0,NULL,0}, + {"蕏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x8f",3,NULL,0,NULL,0}, + {"鋲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xb2",3,NULL,0,NULL,0}, + {"⊿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xbf",3,NULL,0,NULL,0}, + {"ᢿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xbf",3,NULL,0,NULL,0}, + {"♈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x88",3,NULL,0,NULL,0}, + {"ꩌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x8c",3,NULL,0,NULL,0}, + {"ߚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x9a",2,NULL,0,NULL,0}, + {"䜍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x8d",3,NULL,0,NULL,0}, + {"ꕸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xb8",3,NULL,0,NULL,0}, + {"陜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x9c",3,NULL,0,NULL,0}, + {"ᙠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xa0",3,NULL,0,NULL,0}, + {"⋆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x86",3,NULL,0,NULL,0}, + {"쒬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xac",3,NULL,0,NULL,0}, + {"ꤲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xb2",3,NULL,0,NULL,0}, + {"ꁶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xb6",3,NULL,0,NULL,0}, + {"鶴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xad",3,NULL,0,NULL,0}, + {"⢼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xae",3,NULL,0,NULL,0}, + {"憿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xbf",3,NULL,0,NULL,0}, + {"敦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xa6",3,NULL,0,NULL,0}, + {"縑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x91",3,NULL,0,NULL,0}, + {"爌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x8c",3,NULL,0,NULL,0}, + {"ỻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xbb",3,NULL,0,NULL,0}, + {"ᨘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x98",3,NULL,0,NULL,0}, + {"铭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xad",3,NULL,0,NULL,0}, + {"ꌷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xb7",3,NULL,0,NULL,0}, + {"삩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xbd",3,NULL,0,NULL,0}, + {"ㅊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x8a",3,NULL,0,NULL,0}, + {"⡆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x86",3,NULL,0,NULL,0}, + {"䐑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xb8",3,NULL,0,NULL,0}, + {"Ⴀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xa0",3,NULL,0,NULL,0}, + {"ᚚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x9a",3,NULL,0,NULL,0}, + {"䥌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x8c",3,NULL,0,NULL,0}, + {"⺉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x89",3,NULL,0,NULL,0}, + {"眖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x96",3,NULL,0,NULL,0}, + {"⠭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x92",3,NULL,0,NULL,0}, + {"㨡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xb5",3,NULL,0,NULL,0}, + {"䙶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xb6",3,NULL,0,NULL,0}, + {"檾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xbe",3,NULL,0,NULL,0}, + {"ᐖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x96",3,NULL,0,NULL,0}, + {"뺒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x83",3,NULL,0,NULL,0}, + {"蛃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x83",3,NULL,0,NULL,0}, + {"ꦐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x90",3,NULL,0,NULL,0}, + {"Ṽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xa5",3,NULL,0,NULL,0}, + {"첪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xaa",3,NULL,0,NULL,0}, + {"䭄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x84",3,NULL,0,NULL,0}, + {"쯱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xb1",3,NULL,0,NULL,0}, + {"牾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xbe",3,NULL,0,NULL,0}, + {"鑼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xbc",3,NULL,0,NULL,0}, + {"菕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x95",3,NULL,0,NULL,0}, + {"⓷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xb7",3,NULL,0,NULL,0}, + {"奐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x90",3,NULL,0,NULL,0}, + {"쮺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xba",3,NULL,0,NULL,0}, + {"噧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xa7",3,NULL,0,NULL,0}, + {"᝷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xb7",3,NULL,0,NULL,0}, + {"잇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x87",3,NULL,0,NULL,0}, + {"㗝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x9d",3,NULL,0,NULL,0}, + {"ຓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x93",3,NULL,0,NULL,0}, + {"⟳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xb3",3,NULL,0,NULL,0}, + {"◃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x83",3,NULL,0,NULL,0}, + {"ꃾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xbe",3,NULL,0,NULL,0}, + {"煟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x9f",3,NULL,0,NULL,0}, + {"ს",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xa1",3,NULL,0,NULL,0}, + {"ԑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x91",2,NULL,0,NULL,0}, + {"⿳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xb3",3,NULL,0,NULL,0}, + {"䦩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xa9",3,NULL,0,NULL,0}, + {"ﮦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xa6",3,NULL,0,NULL,0}, + {"ᦟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x9f",3,NULL,0,NULL,0}, + {"⑟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x9f",3,NULL,0,NULL,0}, + {"࿖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x96",3,NULL,0,NULL,0}, + {"풓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x93",3,NULL,0,NULL,0}, + {"갴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xb4",3,NULL,0,NULL,0}, + {"䩘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x98",3,NULL,0,NULL,0}, + {"抡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xa1",3,NULL,0,NULL,0}, + {"좸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xb8",3,NULL,0,NULL,0}, + {"⨕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xaf",3,NULL,0,NULL,0}, + {"꽂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x82",3,NULL,0,NULL,0}, + {"ϥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xa5",2,NULL,0,NULL,0}, + {"ⰴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xb4",3,NULL,0,NULL,0}, + {"䘑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x91",3,NULL,0,NULL,0}, + {"ଋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x8b",3,NULL,0,NULL,0}, + {"햘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x98",3,NULL,0,NULL,0}, + {"ཋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x8b",3,NULL,0,NULL,0}, + {"쭟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x9f",3,NULL,0,NULL,0}, + {"밼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xbc",3,NULL,0,NULL,0}, + {"团",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xa2",3,NULL,0,NULL,0}, + {"▉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x89",3,NULL,0,NULL,0}, + {"㊸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xb8",3,NULL,0,NULL,0}, + {"⟁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x90",3,NULL,0,NULL,0}, + {"幭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xad",3,NULL,0,NULL,0}, + {"㘞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x9e",3,NULL,0,NULL,0}, + {"㙽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xbd",3,NULL,0,NULL,0}, + {"ﰅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x85",3,NULL,0,NULL,0}, + {"쏶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xb6",3,NULL,0,NULL,0}, + {"㬵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x89",3,NULL,0,NULL,0}, + {"㨙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x99",3,NULL,0,NULL,0}, + {"撗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x97",3,NULL,0,NULL,0}, + {"萪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xaa",3,NULL,0,NULL,0}, + {"ᖾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xbe",3,NULL,0,NULL,0}, + {"᳗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x97",3,NULL,0,NULL,0}, + {"䓱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xb1",3,NULL,0,NULL,0}, + {"骟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x9f",3,NULL,0,NULL,0}, + {"摀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x80",3,NULL,0,NULL,0}, + {"愲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xb2",3,NULL,0,NULL,0}, + {"妇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x87",3,NULL,0,NULL,0}, + {"᧊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x8a",3,NULL,0,NULL,0}, + {"ⴥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xa5",3,NULL,0,NULL,0}, + {"겋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x8b",3,NULL,0,NULL,0}, + {"䪡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xa1",3,NULL,0,NULL,0}, + {"ꍩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xa9",3,NULL,0,NULL,0}, + {"䝌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xa1",3,NULL,0,NULL,0}, + {"ꖍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x8d",3,NULL,0,NULL,0}, + {"沷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xb7",3,NULL,0,NULL,0}, + {"询",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xa2",3,NULL,0,NULL,0}, + {"㱂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x82",3,NULL,0,NULL,0}, + {"➇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x87",3,NULL,0,NULL,0}, + {"⻗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x97",3,NULL,0,NULL,0}, + {"뾴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xb4",3,NULL,0,NULL,0}, + {"覈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x88",3,NULL,0,NULL,0}, + {"术",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xaf",3,NULL,0,NULL,0}, + {"໴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xb4",3,NULL,0,NULL,0}, + {"盀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xa4",3,NULL,0,NULL,0}, + {"坩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xa9",3,NULL,0,NULL,0}, + {"ᆩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xa9",3,NULL,0,NULL,0}, + {"ꀇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x96",3,NULL,0,NULL,0}, + {"訨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xa8",3,NULL,0,NULL,0}, + {"歵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xb5",3,NULL,0,NULL,0}, + {"髨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xa8",3,NULL,0,NULL,0}, + {"჉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x89",3,NULL,0,NULL,0}, + {"묮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xae",3,NULL,0,NULL,0}, + {"唞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x9e",3,NULL,0,NULL,0}, + {"欨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xa8",3,NULL,0,NULL,0}, + {"킑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x91",3,NULL,0,NULL,0}, + {"ꎃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x83",3,NULL,0,NULL,0}, + {"턚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x9a",3,NULL,0,NULL,0}, + {"螂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x93",3,NULL,0,NULL,0}, + {"퓇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x87",3,NULL,0,NULL,0}, + {"㩕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x95",3,NULL,0,NULL,0}, + {"깕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x95",3,NULL,0,NULL,0}, + {"椙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x99",3,NULL,0,NULL,0}, + {"첲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xb2",3,NULL,0,NULL,0}, + {"滂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x82",3,NULL,0,NULL,0}, + {"鷡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xa1",3,NULL,0,NULL,0}, + {"镋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xa2",3,NULL,0,NULL,0}, + {"锠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xa0",3,NULL,0,NULL,0}, + {"墶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xb6",3,NULL,0,NULL,0}, + {"駜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x9c",3,NULL,0,NULL,0}, + {"券",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xb8",3,NULL,0,NULL,0}, + {"륁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x81",3,NULL,0,NULL,0}, + {"㔒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x92",3,NULL,0,NULL,0}, + {"쿘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x98",3,NULL,0,NULL,0}, + {"믆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x86",3,NULL,0,NULL,0}, + {"숻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xbb",3,NULL,0,NULL,0}, + {"ҿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xbf",2,NULL,0,NULL,0}, + {"渢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xa2",3,NULL,0,NULL,0}, + {"䮩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xa9",3,NULL,0,NULL,0}, + {"뺭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xad",3,NULL,0,NULL,0}, + {"ꡏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x8f",3,NULL,0,NULL,0}, + {"쀐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x90",3,NULL,0,NULL,0}, + {"熣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xa3",3,NULL,0,NULL,0}, + {"래",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x98",3,NULL,0,NULL,0}, + {"㭞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xbe",3,NULL,0,NULL,0}, + {"뽆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x86",3,NULL,0,NULL,0}, + {"별",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xa2",3,NULL,0,NULL,0}, + {"柀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x80",3,NULL,0,NULL,0}, + {"秊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x8a",3,NULL,0,NULL,0}, + {"꺏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x8f",3,NULL,0,NULL,0}, + {"뫷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xb7",3,NULL,0,NULL,0}, + {"킶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xb6",3,NULL,0,NULL,0}, + {"铔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x94",3,NULL,0,NULL,0}, + {"墝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x9d",3,NULL,0,NULL,0}, + {"务",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xa1",3,NULL,0,NULL,0}, + {"멊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x8a",3,NULL,0,NULL,0}, + {"栟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xb2",3,NULL,0,NULL,0}, + {"蚒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x92",3,NULL,0,NULL,0}, + {"ě",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x9b",2,NULL,0,NULL,0}, + {"㟫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xa1",3,NULL,0,NULL,0}, + {"욙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x99",3,NULL,0,NULL,0}, + {"㞌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x8c",3,NULL,0,NULL,0}, + {"갋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x8b",3,NULL,0,NULL,0}, + {"嘝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x9d",3,NULL,0,NULL,0}, + {"綫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xab",3,NULL,0,NULL,0}, + {"ꢻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xbb",3,NULL,0,NULL,0}, + {"麧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xba",3,NULL,0,NULL,0}, + {"裰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xb0",3,NULL,0,NULL,0}, + {"ྖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x96",3,NULL,0,NULL,0}, + {"몢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xa2",3,NULL,0,NULL,0}, + {"믫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xab",3,NULL,0,NULL,0}, + {"㖮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xae",3,NULL,0,NULL,0}, + {"篸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xb8",3,NULL,0,NULL,0}, + {"㙇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x87",3,NULL,0,NULL,0}, + {"뵙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x99",3,NULL,0,NULL,0}, + {"又",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x88",3,NULL,0,NULL,0}, + {"䫳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xb3",3,NULL,0,NULL,0}, + {"鰋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x8b",3,NULL,0,NULL,0}, + {"秹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x9f",3,NULL,0,NULL,0}, + {"漲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x96",3,NULL,0,NULL,0}, + {"꽉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x89",3,NULL,0,NULL,0}, + {"琂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x82",3,NULL,0,NULL,0}, + {"論",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x96",3,NULL,0,NULL,0}, + {"뷿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xbf",3,NULL,0,NULL,0}, + {"灇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x87",3,NULL,0,NULL,0}, + {"梈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x88",3,NULL,0,NULL,0}, + {"ꇦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xa6",3,NULL,0,NULL,0}, + {"瓹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xb9",3,NULL,0,NULL,0}, + {"晤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xa4",3,NULL,0,NULL,0}, + {"ꎔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x94",3,NULL,0,NULL,0}, + {"謣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xa3",3,NULL,0,NULL,0}, + {"룽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xbd",3,NULL,0,NULL,0}, + {"뚡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xa1",3,NULL,0,NULL,0}, + {"㬍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x8d",3,NULL,0,NULL,0}, + {"빀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xa3",3,NULL,0,NULL,0}, + {"꠴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xb4",3,NULL,0,NULL,0}, + {"羯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xaf",3,NULL,0,NULL,0}, + {"燮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xae",3,NULL,0,NULL,0}, + {"䯪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xaa",3,NULL,0,NULL,0}, + {"湦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x9c",3,NULL,0,NULL,0}, + {"璢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xa2",3,NULL,0,NULL,0}, + {"約",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x84",3,NULL,0,NULL,0}, + {"朏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x8f",3,NULL,0,NULL,0}, + {"灎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xa1",3,NULL,0,NULL,0}, + {"鼘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x98",3,NULL,0,NULL,0}, + {"꥛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x9b",3,NULL,0,NULL,0}, + {"褱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xb1",3,NULL,0,NULL,0}, + {"콉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x89",3,NULL,0,NULL,0}, + {"㦏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x8f",3,NULL,0,NULL,0}, + {"꣼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xbc",3,NULL,0,NULL,0}, + {"们",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xac",3,NULL,0,NULL,0}, + {"ॽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xaa",3,NULL,0,NULL,0}, + {"ඹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xb9",3,NULL,0,NULL,0}, + {"팚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x9a",3,NULL,0,NULL,0}, + {"赟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x9f",3,NULL,0,NULL,0}, + {"혥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xa5",3,NULL,0,NULL,0}, + {"穐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x90",3,NULL,0,NULL,0}, + {"鴒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x92",3,NULL,0,NULL,0}, + {"േ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x87",3,NULL,0,NULL,0}, + {"澉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x89",3,NULL,0,NULL,0}, + {"탪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xaa",3,NULL,0,NULL,0}, + {"ೀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x80",3,NULL,0,NULL,0}, + {"䰨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xa8",3,NULL,0,NULL,0}, + {"餍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x8d",3,NULL,0,NULL,0}, + {"ﱫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xab",3,NULL,0,NULL,0}, + {"힫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xab",3,NULL,0,NULL,0}, + {"璈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x88",3,NULL,0,NULL,0}, + {"考",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xa2",3,NULL,0,NULL,0}, + {"쌏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x8f",3,NULL,0,NULL,0}, + {"跿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xbf",3,NULL,0,NULL,0}, + {"嵛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x9b",3,NULL,0,NULL,0}, + {"ꓦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xa6",3,NULL,0,NULL,0}, + {"煕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x95",3,NULL,0,NULL,0}, + {"滭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x91",3,NULL,0,NULL,0}, + {"ꝯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xaf",3,NULL,0,NULL,0}, + {"⼥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xa5",3,NULL,0,NULL,0}, + {"력",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xa5",3,NULL,0,NULL,0}, + {"㰡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xa1",3,NULL,0,NULL,0}, + {"낲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xb2",3,NULL,0,NULL,0}, + {"䯖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x90",3,NULL,0,NULL,0}, + {"얯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xaf",3,NULL,0,NULL,0}, + {"㶽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x8f",3,NULL,0,NULL,0}, + {"৸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xb8",3,NULL,0,NULL,0}, + {"젘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x98",3,NULL,0,NULL,0}, + {"趹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xb9",3,NULL,0,NULL,0}, + {"息",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xab",3,NULL,0,NULL,0}, + {"ᛑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x91",3,NULL,0,NULL,0}, + {"臆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x86",3,NULL,0,NULL,0}, + {"닄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xac",3,NULL,0,NULL,0}, + {"呶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xb6",3,NULL,0,NULL,0}, + {"彻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xbb",3,NULL,0,NULL,0}, + {"꬐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x90",3,NULL,0,NULL,0}, + {"鯇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x87",3,NULL,0,NULL,0}, + {"눫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xab",3,NULL,0,NULL,0}, + {"侓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x93",3,NULL,0,NULL,0}, + {"艻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xbb",3,NULL,0,NULL,0}, + {"꩓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x93",3,NULL,0,NULL,0}, + {"!",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"!",1,NULL,0,NULL,0}, + {"羄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x84",3,NULL,0,NULL,0}, + {"峂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x82",3,NULL,0,NULL,0}, + {"௸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xb8",3,NULL,0,NULL,0}, + {"슐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x90",3,NULL,0,NULL,0}, + {"ᥡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xa1",3,NULL,0,NULL,0}, + {"赎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x8e",3,NULL,0,NULL,0}, + {"ᵵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xb5",3,NULL,0,NULL,0}, + {"譲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xb2",3,NULL,0,NULL,0}, + {"馭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xad",3,NULL,0,NULL,0}, + {"끱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xb1",3,NULL,0,NULL,0}, + {"핝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x9d",3,NULL,0,NULL,0}, + {"杻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xb6",3,NULL,0,NULL,0}, + {"砨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xa8",3,NULL,0,NULL,0}, + {"酾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xbe",3,NULL,0,NULL,0}, + {"띇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x87",3,NULL,0,NULL,0}, + {"釯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xa7",3,NULL,0,NULL,0}, + {"請",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xbb",3,NULL,0,NULL,0}, + {"猵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xb6",3,NULL,0,NULL,0}, + {"ᰳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xb3",3,NULL,0,NULL,0}, + {"Ꙡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xa0",3,NULL,0,NULL,0}, + {"汨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xa8",3,NULL,0,NULL,0}, + {"ⴳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xad",3,NULL,0,NULL,0}, + {"и",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xb8",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xaf",3,NULL,0,NULL,0}, + {"쫡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xa1",3,NULL,0,NULL,0}, + {"k",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x8b",3,NULL,0,NULL,0}, + {"₎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x8e",3,NULL,0,NULL,0}, + {"䢋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x9a",3,NULL,0,NULL,0}, + {"忾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xbe",3,NULL,0,NULL,0}, + {"凚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xad",3,NULL,0,NULL,0}, + {"屑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x91",3,NULL,0,NULL,0}, + {"ᤣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x82",3,NULL,0,NULL,0}, + {"介",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x8b",3,NULL,0,NULL,0}, + {"ࡨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xa8",3,NULL,0,NULL,0}, + {"ぅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x85",3,NULL,0,NULL,0}, + {"ꢔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x94",3,NULL,0,NULL,0}, + {"ퟌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x8c",3,NULL,0,NULL,0}, + {"췁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x81",3,NULL,0,NULL,0}, + {"⇘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x98",3,NULL,0,NULL,0}, + {"∇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x87",3,NULL,0,NULL,0}, + {"⮥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xa5",3,NULL,0,NULL,0}, + {"垊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x8a",3,NULL,0,NULL,0}, + {"ᏻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xbb",3,NULL,0,NULL,0}, + {"釕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x95",3,NULL,0,NULL,0}, + {"쨘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x98",3,NULL,0,NULL,0}, + {"轫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xab",3,NULL,0,NULL,0}, + {"꒕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x95",3,NULL,0,NULL,0}, + {"墳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xbd",3,NULL,0,NULL,0}, + {"ड़",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x9c",3,NULL,0,NULL,0}, + {"䖗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x97",3,NULL,0,NULL,0}, + {"″",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb3",3,NULL,0,NULL,0}, + {"菂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x82",3,NULL,0,NULL,0}, + {"㻼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xbc",3,NULL,0,NULL,0}, + {"勵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xbe",3,NULL,0,NULL,0}, + {"ﶬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xac",3,NULL,0,NULL,0}, + {"ฌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x8c",3,NULL,0,NULL,0}, + {"ㅣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xa3",3,NULL,0,NULL,0}, + {"䈍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x8d",3,NULL,0,NULL,0}, + {"靑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x91",3,NULL,0,NULL,0}, + {"☻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xbb",3,NULL,0,NULL,0}, + {"䇀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x80",3,NULL,0,NULL,0}, + {"ヤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa4",3,NULL,0,NULL,0}, + {"娾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xbe",3,NULL,0,NULL,0}, + {"ᬲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xb2",3,NULL,0,NULL,0}, + {"驯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xaf",3,NULL,0,NULL,0}, + {"䟤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xa4",3,NULL,0,NULL,0}, + {"댰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xb0",3,NULL,0,NULL,0}, + {"᠁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x81",3,NULL,0,NULL,0}, + {"ﯛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x9b",3,NULL,0,NULL,0}, + {"䑡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xa1",3,NULL,0,NULL,0}, + {"㯆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x86",3,NULL,0,NULL,0}, + {"ள",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xb3",3,NULL,0,NULL,0}, + {"邊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x8a",3,NULL,0,NULL,0}, + {"뉦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xa6",3,NULL,0,NULL,0}, + {"甠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xb0",3,NULL,0,NULL,0}, + {"⾾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xbe",3,NULL,0,NULL,0}, + {"땁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x81",3,NULL,0,NULL,0}, + {"쩖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x96",3,NULL,0,NULL,0}, + {"㸏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x8f",3,NULL,0,NULL,0}, + {"꒯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x9e",3,NULL,0,NULL,0}, + {"㜔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x94",3,NULL,0,NULL,0}, + {"ढ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xa2",3,NULL,0,NULL,0}, + {"쓠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xa0",3,NULL,0,NULL,0}, + {"ꓻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xbb",3,NULL,0,NULL,0}, + {"ﬓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x93",3,NULL,0,NULL,0}, + {"纒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x92",3,NULL,0,NULL,0}, + {"ꚨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xa8",3,NULL,0,NULL,0}, + {"橀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x80",3,NULL,0,NULL,0}, + {"帯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xaf",3,NULL,0,NULL,0}, + {"㺋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x8b",3,NULL,0,NULL,0}, + {"덣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x88",3,NULL,0,NULL,0}, + {"恆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xa1",3,NULL,0,NULL,0}, + {"㰨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xa8",3,NULL,0,NULL,0}, + {"닺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xba",3,NULL,0,NULL,0}, + {"䘨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xb6",3,NULL,0,NULL,0}, + {"烊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x8a",3,NULL,0,NULL,0}, + {"Қ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x9a",2,NULL,0,NULL,0}, + {"苧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xa7",3,NULL,0,NULL,0}, + {"䍸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xb8",3,NULL,0,NULL,0}, + {"郌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x8c",3,NULL,0,NULL,0}, + {"雲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xb2",3,NULL,0,NULL,0}, + {"੤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xa5",3,NULL,0,NULL,0}, + {"ᤸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xb8",3,NULL,0,NULL,0}, + {"퉝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x9d",3,NULL,0,NULL,0}, + {"ᢒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x92",3,NULL,0,NULL,0}, + {"籫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xbb",3,NULL,0,NULL,0}, + {"崪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xaa",3,NULL,0,NULL,0}, + {"ꆳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xb3",3,NULL,0,NULL,0}, + {"ﰜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x9c",3,NULL,0,NULL,0}, + {"鄑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x91",3,NULL,0,NULL,0}, + {"峩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xa9",3,NULL,0,NULL,0}, + {"䄍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x8d",3,NULL,0,NULL,0}, + {"閩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xa9",3,NULL,0,NULL,0}, + {"ゼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbc",3,NULL,0,NULL,0}, + {"錤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xa4",3,NULL,0,NULL,0}, + {"㌝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x9d",3,NULL,0,NULL,0}, + {"␧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xa7",3,NULL,0,NULL,0}, + {"⌌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xad",3,NULL,0,NULL,0}, + {"弊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xa2",3,NULL,0,NULL,0}, + {"碜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x9c",3,NULL,0,NULL,0}, + {"섡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xa1",3,NULL,0,NULL,0}, + {"╠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xa0",3,NULL,0,NULL,0}, + {"ﭼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xbc",3,NULL,0,NULL,0}, + {"禷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xb7",3,NULL,0,NULL,0}, + {"䶽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x9e",3,NULL,0,NULL,0}, + {"쟽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xbd",3,NULL,0,NULL,0}, + {"䏁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x81",3,NULL,0,NULL,0}, + {"雇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x87",3,NULL,0,NULL,0}, + {"ꢥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xa5",3,NULL,0,NULL,0}, + {"≷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xb7",3,NULL,0,NULL,0}, + {"妞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x9e",3,NULL,0,NULL,0}, + {"⤱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xb1",3,NULL,0,NULL,0}, + {"ᙐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x90",3,NULL,0,NULL,0}, + {"쒠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xa0",3,NULL,0,NULL,0}, + {"훋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x8b",3,NULL,0,NULL,0}, + {"뛽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xbd",3,NULL,0,NULL,0}, + {"僞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x9e",3,NULL,0,NULL,0}, + {"頛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x9b",3,NULL,0,NULL,0}, + {"ꎞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x9e",3,NULL,0,NULL,0}, + {"┞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x9e",3,NULL,0,NULL,0}, + {"⣚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x9a",3,NULL,0,NULL,0}, + {"镢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x81",3,NULL,0,NULL,0}, + {"魠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xa0",3,NULL,0,NULL,0}, + {"㯚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x9a",3,NULL,0,NULL,0}, + {"醥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xa5",3,NULL,0,NULL,0}, + {"᫳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xb3",3,NULL,0,NULL,0}, + {"먎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x8e",3,NULL,0,NULL,0}, + {"換",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x9b",3,NULL,0,NULL,0}, + {"壛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x9b",3,NULL,0,NULL,0}, + {"幗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xae",3,NULL,0,NULL,0}, + {"媐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x90",3,NULL,0,NULL,0}, + {"짍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x8d",3,NULL,0,NULL,0}, + {"ࣩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xa9",3,NULL,0,NULL,0}, + {"Ɯ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x9c",2,NULL,0,NULL,0}, + {"ᅩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x8c",3,NULL,0,NULL,0}, + {"䠳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xb3",3,NULL,0,NULL,0}, + {"篰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xb0",3,NULL,0,NULL,0}, + {"׎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x8e",2,NULL,0,NULL,0}, + {"ﷁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x81",3,NULL,0,NULL,0}, + {"ᄁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x81",3,NULL,0,NULL,0}, + {"⣀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x80",3,NULL,0,NULL,0}, + {"곬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xac",3,NULL,0,NULL,0}, + {"쉅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x85",3,NULL,0,NULL,0}, + {"ᗽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xbd",3,NULL,0,NULL,0}, + {"懍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x8d",3,NULL,0,NULL,0}, + {"디",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x94",3,NULL,0,NULL,0}, + {"ꨭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xad",3,NULL,0,NULL,0}, + {"᪱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xb1",3,NULL,0,NULL,0}, + {"Ă",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x82",2,NULL,0,NULL,0}, + {"柦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xa6",3,NULL,0,NULL,0}, + {"낂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x82",3,NULL,0,NULL,0}, + {"顯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xaf",3,NULL,0,NULL,0}, + {"虧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xa7",3,NULL,0,NULL,0}, + {"ů",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xaf",2,NULL,0,NULL,0}, + {"喘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x98",3,NULL,0,NULL,0}, + {"嗢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xa2",3,NULL,0,NULL,0}, + {"蕿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xbf",3,NULL,0,NULL,0}, + {"嗼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xbc",3,NULL,0,NULL,0}, + {"쯳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xb3",3,NULL,0,NULL,0}, + {"瘉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xbe",3,NULL,0,NULL,0}, + {"탳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xb3",3,NULL,0,NULL,0}, + {"ꅥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xa5",3,NULL,0,NULL,0}, + {"☒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x92",3,NULL,0,NULL,0}, + {"䥄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x84",3,NULL,0,NULL,0}, + {"躕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x95",3,NULL,0,NULL,0}, + {"栺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xba",3,NULL,0,NULL,0}, + {"蹼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xbc",3,NULL,0,NULL,0}, + {"礶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xb6",3,NULL,0,NULL,0}, + {"艈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x88",3,NULL,0,NULL,0}, + {"㨳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xb3",3,NULL,0,NULL,0}, + {"倢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xa2",3,NULL,0,NULL,0}, + {"뛔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x94",3,NULL,0,NULL,0}, + {"䙒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x92",3,NULL,0,NULL,0}, + {"騔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x94",3,NULL,0,NULL,0}, + {"䋏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x8f",3,NULL,0,NULL,0}, + {"뭰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xb0",3,NULL,0,NULL,0}, + {"獯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xaf",3,NULL,0,NULL,0}, + {"栥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x90",3,NULL,0,NULL,0}, + {"⯋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x8b",3,NULL,0,NULL,0}, + {"뎳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xb1",3,NULL,0,NULL,0}, + {"꯮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xae",3,NULL,0,NULL,0}, + {"䝰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xb0",3,NULL,0,NULL,0}, + {"䧈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x88",3,NULL,0,NULL,0}, + {"诅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x85",3,NULL,0,NULL,0}, + {"㢪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xaa",3,NULL,0,NULL,0}, + {"鰼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xbc",3,NULL,0,NULL,0}, + {"Ɽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xa4",3,NULL,0,NULL,0}, + {"逪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xaa",3,NULL,0,NULL,0}, + {"蓸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xb8",3,NULL,0,NULL,0}, + {"툙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x99",3,NULL,0,NULL,0}, + {"ꊄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x84",3,NULL,0,NULL,0}, + {"익",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xb5",3,NULL,0,NULL,0}, + {"⦌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x9c",3,NULL,0,NULL,0}, + {"⪍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x8d",3,NULL,0,NULL,0}, + {"蟗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x97",3,NULL,0,NULL,0}, + {"⺭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xad",3,NULL,0,NULL,0}, + {"翀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x80",3,NULL,0,NULL,0}, + {"뇥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xa5",3,NULL,0,NULL,0}, + {"ʳ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb3",2,NULL,0,NULL,0}, + {"齦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xa6",3,NULL,0,NULL,0}, + {"꣓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x93",3,NULL,0,NULL,0}, + {"긂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x82",3,NULL,0,NULL,0}, + {"쌔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x94",3,NULL,0,NULL,0}, + {"ꭥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x9d",3,NULL,0,NULL,0}, + {"鱛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x9b",3,NULL,0,NULL,0}, + {"ꟙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x99",3,NULL,0,NULL,0}, + {"᥽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xb8",3,NULL,0,NULL,0}, + {"홸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xb8",3,NULL,0,NULL,0}, + {"䞷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xb7",3,NULL,0,NULL,0}, + {"驫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xab",3,NULL,0,NULL,0}, + {"⑎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x8e",3,NULL,0,NULL,0}, + {"鵍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x8d",3,NULL,0,NULL,0}, + {"跨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xa8",3,NULL,0,NULL,0}, + {"뢽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xbd",3,NULL,0,NULL,0}, + {"鶤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xa4",3,NULL,0,NULL,0}, + {"㫆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x86",3,NULL,0,NULL,0}, + {"촫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xab",3,NULL,0,NULL,0}, + {"眽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xbd",3,NULL,0,NULL,0}, + {"鸕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x95",3,NULL,0,NULL,0}, + {"曮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xae",3,NULL,0,NULL,0}, + {"竍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x8d",3,NULL,0,NULL,0}, + {"㞈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x88",3,NULL,0,NULL,0}, + {"ꉑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x9f",3,NULL,0,NULL,0}, + {"뿫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xab",3,NULL,0,NULL,0}, + {"X",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb8",3,NULL,0,NULL,0}, + {"쟔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x94",3,NULL,0,NULL,0}, + {"毦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xa6",3,NULL,0,NULL,0}, + {"覭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xad",3,NULL,0,NULL,0}, + {"殷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xb7",3,NULL,0,NULL,0}, + {"퀲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x97",3,NULL,0,NULL,0}, + {"牨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xa8",3,NULL,0,NULL,0}, + {"ض",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xb6",2,NULL,0,NULL,0}, + {"탥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xa5",3,NULL,0,NULL,0}, + {"㲯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xaf",3,NULL,0,NULL,0}, + {"煋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xaf",3,NULL,0,NULL,0}, + {"棴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xb4",3,NULL,0,NULL,0}, + {"ս",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xbd",2,NULL,0,NULL,0}, + {"鳞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x9e",3,NULL,0,NULL,0}, + {"늈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x88",3,NULL,0,NULL,0}, + {"ᶞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x9e",3,NULL,0,NULL,0}, + {"휁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x81",3,NULL,0,NULL,0}, + {"폝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x9d",3,NULL,0,NULL,0}, + {"⥘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x98",3,NULL,0,NULL,0}, + {"簟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x9f",3,NULL,0,NULL,0}, + {"蜨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xa8",3,NULL,0,NULL,0}, + {"鷓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xa9",3,NULL,0,NULL,0}, + {"ೝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x9d",3,NULL,0,NULL,0}, + {"ሔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x94",3,NULL,0,NULL,0}, + {"形",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xa2",3,NULL,0,NULL,0}, + {"⃹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xb9",3,NULL,0,NULL,0}, + {"起",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xb7",3,NULL,0,NULL,0}, + {"笶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xb6",3,NULL,0,NULL,0}, + {"斘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x98",3,NULL,0,NULL,0}, + {"咜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x9c",3,NULL,0,NULL,0}, + {"뽬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xac",3,NULL,0,NULL,0}, + {"涽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xbd",3,NULL,0,NULL,0}, + {"藗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x97",3,NULL,0,NULL,0}, + {"캤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x88",3,NULL,0,NULL,0}, + {"焻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9a",3,NULL,0,NULL,0}, + {"噏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x8f",3,NULL,0,NULL,0}, + {"䮫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xab",3,NULL,0,NULL,0}, + {"뺧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xa7",3,NULL,0,NULL,0}, + {"濬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xac",3,NULL,0,NULL,0}, + {"뱉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x89",3,NULL,0,NULL,0}, + {"㕟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x9f",3,NULL,0,NULL,0}, + {"튓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x93",3,NULL,0,NULL,0}, + {"ꧢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xa2",3,NULL,0,NULL,0}, + {"㌽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xbd",3,NULL,0,NULL,0}, + {"枎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xac",3,NULL,0,NULL,0}, + {"묞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x9e",3,NULL,0,NULL,0}, + {"魸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xb8",3,NULL,0,NULL,0}, + {"徴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xb4",3,NULL,0,NULL,0}, + {"䚡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xa1",3,NULL,0,NULL,0}, + {"㱴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xb4",3,NULL,0,NULL,0}, + {"꺸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xb8",3,NULL,0,NULL,0}, + {"㟡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xa1",3,NULL,0,NULL,0}, + {"粱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xb1",3,NULL,0,NULL,0}, + {"駠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xa0",3,NULL,0,NULL,0}, + {"袲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xb2",3,NULL,0,NULL,0}, + {"웬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xac",3,NULL,0,NULL,0}, + {"剀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x8e",3,NULL,0,NULL,0}, + {"為",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xb2",3,NULL,0,NULL,0}, + {"嚐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x90",3,NULL,0,NULL,0}, + {"蟹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xb9",3,NULL,0,NULL,0}, + {"㬪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xaa",3,NULL,0,NULL,0}, + {"儵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xb5",3,NULL,0,NULL,0}, + {"틑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x91",3,NULL,0,NULL,0}, + {"銥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xa5",3,NULL,0,NULL,0}, + {"ꠂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x82",3,NULL,0,NULL,0}, + {"㿋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x8b",3,NULL,0,NULL,0}, + {"๮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xae",3,NULL,0,NULL,0}, + {"襑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x91",3,NULL,0,NULL,0}, + {"묅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x85",3,NULL,0,NULL,0}, + {"햌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x8c",3,NULL,0,NULL,0}, + {"퍙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x99",3,NULL,0,NULL,0}, + {"붾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xbe",3,NULL,0,NULL,0}, + {"栕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x95",3,NULL,0,NULL,0}, + {"ᯏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xa3",3,NULL,0,NULL,0}, + {"뷭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xad",3,NULL,0,NULL,0}, + {"뗑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x91",3,NULL,0,NULL,0}, + {"᭰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xb0",3,NULL,0,NULL,0}, + {"挩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xa9",3,NULL,0,NULL,0}, + {"㲵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xb5",3,NULL,0,NULL,0}, + {"ᖃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x83",3,NULL,0,NULL,0}, + {"암",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x94",3,NULL,0,NULL,0}, + {"䱒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x92",3,NULL,0,NULL,0}, + {"綩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xa9",3,NULL,0,NULL,0}, + {"￴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x92",3,NULL,0,NULL,0}, + {"䴻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xbb",3,NULL,0,NULL,0}, + {"욫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xab",3,NULL,0,NULL,0}, + {"ᖶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xb6",3,NULL,0,NULL,0}, + {"㢆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xb9",3,NULL,0,NULL,0}, + {"ꥑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x91",3,NULL,0,NULL,0}, + {"襃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x93",3,NULL,0,NULL,0}, + {"꓊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x86",3,NULL,0,NULL,0}, + {"듘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x98",3,NULL,0,NULL,0}, + {"偓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x93",3,NULL,0,NULL,0}, + {"씯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xa7",3,NULL,0,NULL,0}, + {"⧖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x96",3,NULL,0,NULL,0}, + {"ᛲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xb2",3,NULL,0,NULL,0}, + {"觔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x94",3,NULL,0,NULL,0}, + {"漪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xb5",3,NULL,0,NULL,0}, + {"芘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x98",3,NULL,0,NULL,0}, + {"䅞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x9e",3,NULL,0,NULL,0}, + {"怣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xa3",3,NULL,0,NULL,0}, + {"വ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x81",3,NULL,0,NULL,0}, + {"ᠰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xb0",3,NULL,0,NULL,0}, + {"貮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xb1",3,NULL,0,NULL,0}, + {"㴃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x90",3,NULL,0,NULL,0}, + {"ṝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x9d",3,NULL,0,NULL,0}, + {"熺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xba",3,NULL,0,NULL,0}, + {"譞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x8a",3,NULL,0,NULL,0}, + {"朝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x9d",3,NULL,0,NULL,0}, + {"⽰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xb0",3,NULL,0,NULL,0}, + {"뗡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xac",3,NULL,0,NULL,0}, + {"唶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xb6",3,NULL,0,NULL,0}, + {"峿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xbf",3,NULL,0,NULL,0}, + {"뒚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x9a",3,NULL,0,NULL,0}, + {"⼧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xa7",3,NULL,0,NULL,0}, + {"伌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x88",3,NULL,0,NULL,0}, + {"줳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xb3",3,NULL,0,NULL,0}, + {"벚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x9a",3,NULL,0,NULL,0}, + {"툑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x91",3,NULL,0,NULL,0}, + {"옦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xa6",3,NULL,0,NULL,0}, + {"ㇰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xb0",3,NULL,0,NULL,0}, + {"엷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xb7",3,NULL,0,NULL,0}, + {"凹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xb9",3,NULL,0,NULL,0}, + {"博",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x9a",3,NULL,0,NULL,0}, + {"䄃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x83",3,NULL,0,NULL,0}, + {"狙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x99",3,NULL,0,NULL,0}, + {"︌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xa4",3,NULL,0,NULL,0}, + {"自",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xaa",3,NULL,0,NULL,0}, + {"ǒ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x92",2,NULL,0,NULL,0}, + {"老",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x81",3,NULL,0,NULL,0}, + {"뉳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xb3",3,NULL,0,NULL,0}, + {"૞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x9e",3,NULL,0,NULL,0}, + {"౅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x85",3,NULL,0,NULL,0}, + {"庪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xaa",3,NULL,0,NULL,0}, + {"錁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x81",3,NULL,0,NULL,0}, + {"饠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xa0",3,NULL,0,NULL,0}, + {"꫊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x8a",3,NULL,0,NULL,0}, + {"弗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x97",3,NULL,0,NULL,0}, + {"吗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x97",3,NULL,0,NULL,0}, + {"ᥓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x93",3,NULL,0,NULL,0}, + {"倁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xb5",3,NULL,0,NULL,0}, + {"儊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x8a",3,NULL,0,NULL,0}, + {"凜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x94",3,NULL,0,NULL,0}, + {"푋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x8b",3,NULL,0,NULL,0}, + {"緰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xb0",3,NULL,0,NULL,0}, + {"햰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xb0",3,NULL,0,NULL,0}, + {"ꀳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x81",3,NULL,0,NULL,0}, + {"ꘃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x83",3,NULL,0,NULL,0}, + {"榅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x85",3,NULL,0,NULL,0}, + {"ꀢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xa2",3,NULL,0,NULL,0}, + {"線",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x9a",3,NULL,0,NULL,0}, + {"﹊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xa3",3,NULL,0,NULL,0}, + {"汤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xa4",3,NULL,0,NULL,0}, + {"쪞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x9e",3,NULL,0,NULL,0}, + {"矟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x9f",3,NULL,0,NULL,0}, + {"ẓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x93",3,NULL,0,NULL,0}, + {"ᱡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xa1",3,NULL,0,NULL,0}, + {"ᣪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xaa",3,NULL,0,NULL,0}, + {"ꩡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xa1",3,NULL,0,NULL,0}, + {"ꕥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xa5",3,NULL,0,NULL,0}, + {"릩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x8b",3,NULL,0,NULL,0}, + {"貖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x96",3,NULL,0,NULL,0}, + {"ퟬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xac",3,NULL,0,NULL,0}, + {"ე",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x94",3,NULL,0,NULL,0}, + {"⠂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xb4",3,NULL,0,NULL,0}, + {"行",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x88",3,NULL,0,NULL,0}, + {"짛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x9b",3,NULL,0,NULL,0}, + {"냔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x94",3,NULL,0,NULL,0}, + {"ࣷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xb7",3,NULL,0,NULL,0}, + {"䣴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xb9",3,NULL,0,NULL,0}, + {"ﵡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xa4",3,NULL,0,NULL,0}, + {"ﴅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x85",3,NULL,0,NULL,0}, + {"띍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x8d",3,NULL,0,NULL,0}, + {"≏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x8f",3,NULL,0,NULL,0}, + {"莍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x8d",3,NULL,0,NULL,0}, + {"贈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x81",3,NULL,0,NULL,0}, + {"㽳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xb3",3,NULL,0,NULL,0}, + {"핯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xaf",3,NULL,0,NULL,0}, + {"䉏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x98",3,NULL,0,NULL,0}, + {"뀌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x8c",3,NULL,0,NULL,0}, + {"ώ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x8e",2,NULL,0,NULL,0}, + {"᪓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x93",3,NULL,0,NULL,0}, + {"䐼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x8b",3,NULL,0,NULL,0}, + {"奥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xa5",3,NULL,0,NULL,0}, + {"ង",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x90",3,NULL,0,NULL,0}, + {"몈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x88",3,NULL,0,NULL,0}, + {"缿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xbf",3,NULL,0,NULL,0}, + {"〷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xb7",3,NULL,0,NULL,0}, + {"疄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x84",3,NULL,0,NULL,0}, + {"축",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x95",3,NULL,0,NULL,0}, + {"㊥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xa5",3,NULL,0,NULL,0}, + {"⿎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x8e",3,NULL,0,NULL,0}, + {"ﰒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x92",3,NULL,0,NULL,0}, + {"짼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xbc",3,NULL,0,NULL,0}, + {"끍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x8d",3,NULL,0,NULL,0}, + {"쫱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xb1",3,NULL,0,NULL,0}, + {"쥽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xbd",3,NULL,0,NULL,0}, + {"⾛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x9b",3,NULL,0,NULL,0}, + {"㻴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x85",3,NULL,0,NULL,0}, + {"걼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xbc",3,NULL,0,NULL,0}, + {"₰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xb0",3,NULL,0,NULL,0}, + {"쮏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x8f",3,NULL,0,NULL,0}, + {"䋭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x89",3,NULL,0,NULL,0}, + {"헽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xbd",3,NULL,0,NULL,0}, + {"ꔸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xb8",3,NULL,0,NULL,0}, + {"䗶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xb6",3,NULL,0,NULL,0}, + {"읜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x9c",3,NULL,0,NULL,0}, + {"冬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xac",3,NULL,0,NULL,0}, + {"隥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xa5",3,NULL,0,NULL,0}, + {"艭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xad",3,NULL,0,NULL,0}, + {"᠋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x8b",3,NULL,0,NULL,0}, + {"▔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x94",3,NULL,0,NULL,0}, + {"쭶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x90",3,NULL,0,NULL,0}, + {"쎯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xaf",3,NULL,0,NULL,0}, + {"阴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xb4",3,NULL,0,NULL,0}, + {"籩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xa9",3,NULL,0,NULL,0}, + {"Ῠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xba",3,NULL,0,NULL,0}, + {"坺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xa2",3,NULL,0,NULL,0}, + {"⒈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x88",3,NULL,0,NULL,0}, + {"尪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xaa",3,NULL,0,NULL,0}, + {"뒂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xbd",3,NULL,0,NULL,0}, + {"ﰱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xb1",3,NULL,0,NULL,0}, + {"㈴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xb4",3,NULL,0,NULL,0}, + {"䜊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x8a",3,NULL,0,NULL,0}, + {"诖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x96",3,NULL,0,NULL,0}, + {"솜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x9c",3,NULL,0,NULL,0}, + {"ﺉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x89",3,NULL,0,NULL,0}, + {"腽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xbd",3,NULL,0,NULL,0}, + {"﬉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x89",3,NULL,0,NULL,0}, + {"孱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xbf",3,NULL,0,NULL,0}, + {"䵰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xb0",3,NULL,0,NULL,0}, + {"Ᲊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x89",3,NULL,0,NULL,0}, + {"ﻦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xa6",3,NULL,0,NULL,0}, + {"잖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x96",3,NULL,0,NULL,0}, + {"睬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xac",3,NULL,0,NULL,0}, + {"ɓ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x93",2,NULL,0,NULL,0}, + {"ὡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xa1",3,NULL,0,NULL,0}, + {"쁒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x81",3,NULL,0,NULL,0}, + {"잝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x9d",3,NULL,0,NULL,0}, + {"➒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x92",3,NULL,0,NULL,0}, + {"퉗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x97",3,NULL,0,NULL,0}, + {"Ӑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x90",2,NULL,0,NULL,0}, + {"ݒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x92",2,NULL,0,NULL,0}, + {"퀍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x8d",3,NULL,0,NULL,0}, + {"쉔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x94",3,NULL,0,NULL,0}, + {"髏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xae",3,NULL,0,NULL,0}, + {"ዓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x93",3,NULL,0,NULL,0}, + {"섳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xb3",3,NULL,0,NULL,0}, + {"쵞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xbe",3,NULL,0,NULL,0}, + {"墊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xaf",3,NULL,0,NULL,0}, + {"᫡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xa1",3,NULL,0,NULL,0}, + {"퐫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xab",3,NULL,0,NULL,0}, + {"㇠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xa0",3,NULL,0,NULL,0}, + {"癷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xb7",3,NULL,0,NULL,0}, + {"ꯟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x9f",3,NULL,0,NULL,0}, + {"ꇉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x89",3,NULL,0,NULL,0}, + {"첖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xb3",3,NULL,0,NULL,0}, + {"皨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xa8",3,NULL,0,NULL,0}, + {"䭾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xbe",3,NULL,0,NULL,0}, + {"뻒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x92",3,NULL,0,NULL,0}, + {"؟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x9f",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x97",3,NULL,0,NULL,0}, + {"㛋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x8b",3,NULL,0,NULL,0}, + {"크",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xac",3,NULL,0,NULL,0}, + {"밢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xa2",3,NULL,0,NULL,0}, + {"⎫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x9e",3,NULL,0,NULL,0}, + {"頉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x89",3,NULL,0,NULL,0}, + {"男",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xb7",3,NULL,0,NULL,0}, + {"뼱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xb1",3,NULL,0,NULL,0}, + {"ہ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x81",2,NULL,0,NULL,0}, + {"蛞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xa7",3,NULL,0,NULL,0}, + {"鬘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x98",3,NULL,0,NULL,0}, + {"p",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x90",3,NULL,0,NULL,0}, + {"깸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xb8",3,NULL,0,NULL,0}, + {"ᐾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xbe",3,NULL,0,NULL,0}, + {"ِ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x90",2,NULL,0,NULL,0}, + {"ö",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb6",2,NULL,0,NULL,0}, + {"讟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x9f",3,NULL,0,NULL,0}, + {"鯲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xb2",3,NULL,0,NULL,0}, + {"虭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xad",3,NULL,0,NULL,0}, + {"꧿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xbf",3,NULL,0,NULL,0}, + {"껏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xb7",3,NULL,0,NULL,0}, + {"꧚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x9a",3,NULL,0,NULL,0}, + {"壡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xa1",3,NULL,0,NULL,0}, + {"癮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xae",3,NULL,0,NULL,0}, + {"鸗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x97",3,NULL,0,NULL,0}, + {"㕂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x82",3,NULL,0,NULL,0}, + {"찻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xbb",3,NULL,0,NULL,0}, + {"ꓭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xad",3,NULL,0,NULL,0}, + {"掌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x8c",3,NULL,0,NULL,0}, + {"Ꝟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x9e",3,NULL,0,NULL,0}, + {"骐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x90",3,NULL,0,NULL,0}, + {"蓮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xae",3,NULL,0,NULL,0}, + {"嚵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xb5",3,NULL,0,NULL,0}, + {"紿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xbf",3,NULL,0,NULL,0}, + {"⨱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xb1",3,NULL,0,NULL,0}, + {"귉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x89",3,NULL,0,NULL,0}, + {"蜜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x9c",3,NULL,0,NULL,0}, + {"ꥴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xb4",3,NULL,0,NULL,0}, + {"爞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x9e",3,NULL,0,NULL,0}, + {"ך",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x9a",2,NULL,0,NULL,0}, + {"圯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xaf",3,NULL,0,NULL,0}, + {"ↄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x84",3,NULL,0,NULL,0}, + {"듴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xb4",3,NULL,0,NULL,0}, + {"糾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xbe",3,NULL,0,NULL,0}, + {"䝴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xb4",3,NULL,0,NULL,0}, + {"晄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x84",3,NULL,0,NULL,0}, + {"㞹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xa3",3,NULL,0,NULL,0}, + {"㐎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x8e",3,NULL,0,NULL,0}, + {"穩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xa9",3,NULL,0,NULL,0}, + {"㫞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x9e",3,NULL,0,NULL,0}, + {"㖀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xa0",3,NULL,0,NULL,0}, + {"겟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x9f",3,NULL,0,NULL,0}, + {"嗸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xb8",3,NULL,0,NULL,0}, + {"邀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x80",3,NULL,0,NULL,0}, + {"놕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x95",3,NULL,0,NULL,0}, + {"⹘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x91",3,NULL,0,NULL,0}, + {"褕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x95",3,NULL,0,NULL,0}, + {"恼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xbc",3,NULL,0,NULL,0}, + {"蟍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x8d",3,NULL,0,NULL,0}, + {"궋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x8b",3,NULL,0,NULL,0}, + {"熖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x96",3,NULL,0,NULL,0}, + {"Ꝝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x9c",3,NULL,0,NULL,0}, + {"衍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xa0",3,NULL,0,NULL,0}, + {"愊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x8a",3,NULL,0,NULL,0}, + {"຃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x83",3,NULL,0,NULL,0}, + {"騴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xb4",3,NULL,0,NULL,0}, + {"懩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xa9",3,NULL,0,NULL,0}, + {"ꤗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x97",3,NULL,0,NULL,0}, + {"獭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xad",3,NULL,0,NULL,0}, + {"桥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xa5",3,NULL,0,NULL,0}, + {"堾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xbe",3,NULL,0,NULL,0}, + {"嵉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xb0",3,NULL,0,NULL,0}, + {"抱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xb1",3,NULL,0,NULL,0}, + {"澴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xb4",3,NULL,0,NULL,0}, + {"鴿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xbf",3,NULL,0,NULL,0}, + {"䀪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xaa",3,NULL,0,NULL,0}, + {"暑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x91",3,NULL,0,NULL,0}, + {"陾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xbe",3,NULL,0,NULL,0}, + {"ꯐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x90",3,NULL,0,NULL,0}, + {"ᇐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x90",3,NULL,0,NULL,0}, + {"鎼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xbc",3,NULL,0,NULL,0}, + {"믣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xbf",3,NULL,0,NULL,0}, + {"瑹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xb9",3,NULL,0,NULL,0}, + {"蹊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xa1",3,NULL,0,NULL,0}, + {"꣙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x99",3,NULL,0,NULL,0}, + {"覧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xa7",3,NULL,0,NULL,0}, + {"侺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xba",3,NULL,0,NULL,0}, + {"拲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xb2",3,NULL,0,NULL,0}, + {"魪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xaa",3,NULL,0,NULL,0}, + {"ꟛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x9b",3,NULL,0,NULL,0}, + {"랎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x8e",3,NULL,0,NULL,0}, + {"櫠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xa0",3,NULL,0,NULL,0}, + {"횘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x98",3,NULL,0,NULL,0}, + {"ˊ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x8a",2,NULL,0,NULL,0}, + {"푢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xa2",3,NULL,0,NULL,0}, + {"࿆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x86",3,NULL,0,NULL,0}, + {"⋂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x82",3,NULL,0,NULL,0}, + {"洪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xaa",3,NULL,0,NULL,0}, + {"悳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xb3",3,NULL,0,NULL,0}, + {"ဇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x87",3,NULL,0,NULL,0}, + {"᨞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x9e",3,NULL,0,NULL,0}, + {"쀃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xa9",3,NULL,0,NULL,0}, + {"뮡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xa1",3,NULL,0,NULL,0}, + {"饁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x81",3,NULL,0,NULL,0}, + {"꫿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x85",3,NULL,0,NULL,0}, + {"跘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x98",3,NULL,0,NULL,0}, + {"趻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xbb",3,NULL,0,NULL,0}, + {"釈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x88",3,NULL,0,NULL,0}, + {"풜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x9c",3,NULL,0,NULL,0}, + {"藾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xbe",3,NULL,0,NULL,0}, + {"鐛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x9b",3,NULL,0,NULL,0}, + {"龘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x98",3,NULL,0,NULL,0}, + {"煁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x81",3,NULL,0,NULL,0}, + {"尾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xbe",3,NULL,0,NULL,0}, + {"㓄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xb0",3,NULL,0,NULL,0}, + {"聳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xb3",3,NULL,0,NULL,0}, + {"ꢧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xa7",3,NULL,0,NULL,0}, + {"濎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x8e",3,NULL,0,NULL,0}, + {"搈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x88",3,NULL,0,NULL,0}, + {"Ⲝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x9c",3,NULL,0,NULL,0}, + {"牬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x80",3,NULL,0,NULL,0}, + {"ꏜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x9c",3,NULL,0,NULL,0}, + {"㪱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xb1",3,NULL,0,NULL,0}, + {"և",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x87",2,NULL,0,NULL,0}, + {"ꗜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x9c",3,NULL,0,NULL,0}, + {"䪂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x82",3,NULL,0,NULL,0}, + {"췪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xaa",3,NULL,0,NULL,0}, + {"䴐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x90",3,NULL,0,NULL,0}, + {"辣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xa3",3,NULL,0,NULL,0}, + {"郒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x92",3,NULL,0,NULL,0}, + {"꘻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xbb",3,NULL,0,NULL,0}, + {"ꎓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x92",3,NULL,0,NULL,0}, + {"蓃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x83",3,NULL,0,NULL,0}, + {"诋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x8b",3,NULL,0,NULL,0}, + {"ሰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xb0",3,NULL,0,NULL,0}, + {"ꕢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xa2",3,NULL,0,NULL,0}, + {"琝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x9d",3,NULL,0,NULL,0}, + {"新",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xb0",3,NULL,0,NULL,0}, + {"藥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xb9",3,NULL,0,NULL,0}, + {"꾇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x87",3,NULL,0,NULL,0}, + {"웁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x81",3,NULL,0,NULL,0}, + {"怓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x93",3,NULL,0,NULL,0}, + {"꩸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xb8",3,NULL,0,NULL,0}, + {"蟻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xbb",3,NULL,0,NULL,0}, + {"鉘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x98",3,NULL,0,NULL,0}, + {"儷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xb7",3,NULL,0,NULL,0}, + {"鿙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x99",3,NULL,0,NULL,0}, + {"໕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x95",3,NULL,0,NULL,0}, + {"瞊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x8a",3,NULL,0,NULL,0}, + {"삆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x86",3,NULL,0,NULL,0}, + {"햆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x86",3,NULL,0,NULL,0}, + {"ꡈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x94",3,NULL,0,NULL,0}, + {"釂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xa0",3,NULL,0,NULL,0}, + {"扁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x81",3,NULL,0,NULL,0}, + {"붢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xa2",3,NULL,0,NULL,0}, + {"ᮽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x8a",3,NULL,0,NULL,0}, + {"䰑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x91",3,NULL,0,NULL,0}, + {"൴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xaf",3,NULL,0,NULL,0}, + {"㺤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xb7",3,NULL,0,NULL,0}, + {"ﺷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xb7",3,NULL,0,NULL,0}, + {"谌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x8c",3,NULL,0,NULL,0}, + {"맪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xaa",3,NULL,0,NULL,0}, + {"㲭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xad",3,NULL,0,NULL,0}, + {"뤱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xb1",3,NULL,0,NULL,0}, + {"玬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xac",3,NULL,0,NULL,0}, + {"春",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xa5",3,NULL,0,NULL,0}, + {"뛉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x89",3,NULL,0,NULL,0}, + {"㮠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xa0",3,NULL,0,NULL,0}, + {"몊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x8a",3,NULL,0,NULL,0}, + {"銷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xb7",3,NULL,0,NULL,0}, + {"黧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xa7",3,NULL,0,NULL,0}, + {"췉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x89",3,NULL,0,NULL,0}, + {"䧯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xaf",3,NULL,0,NULL,0}, + {"耒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x92",3,NULL,0,NULL,0}, + {"य",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xaf",3,NULL,0,NULL,0}, + {"哼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xbc",3,NULL,0,NULL,0}, + {"퍻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xbb",3,NULL,0,NULL,0}, + {"布",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xb7",3,NULL,0,NULL,0}, + {"芔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x8d",3,NULL,0,NULL,0}, + {"⮤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xa4",3,NULL,0,NULL,0}, + {"៏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x8f",3,NULL,0,NULL,0}, + {"쏫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xab",3,NULL,0,NULL,0}, + {"䱚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xbc",3,NULL,0,NULL,0}, + {"恗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x97",3,NULL,0,NULL,0}, + {"鑩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xa9",3,NULL,0,NULL,0}, + {"麈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x88",3,NULL,0,NULL,0}, + {"嵶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xb6",3,NULL,0,NULL,0}, + {"喝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x9d",3,NULL,0,NULL,0}, + {"톑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x91",3,NULL,0,NULL,0}, + {"뗳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xb3",3,NULL,0,NULL,0}, + {"ﱉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x89",3,NULL,0,NULL,0}, + {"툌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x8c",3,NULL,0,NULL,0}, + {"崅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x85",3,NULL,0,NULL,0}, + {"먯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xaf",3,NULL,0,NULL,0}, + {"㷢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xa2",3,NULL,0,NULL,0}, + {"䶡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xa1",3,NULL,0,NULL,0}, + {"ᶝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x9d",3,NULL,0,NULL,0}, + {"씍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x8d",3,NULL,0,NULL,0}, + {"ẹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xb9",3,NULL,0,NULL,0}, + {"ꄜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x9c",3,NULL,0,NULL,0}, + {"죢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x9a",3,NULL,0,NULL,0}, + {"㯗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x8b",3,NULL,0,NULL,0}, + {"ﺗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x97",3,NULL,0,NULL,0}, + {"썤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xa4",3,NULL,0,NULL,0}, + {"諼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xa6",3,NULL,0,NULL,0}, + {"뙌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x8c",3,NULL,0,NULL,0}, + {"뒿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa3",3,NULL,0,NULL,0}, + {"嶴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xb4",3,NULL,0,NULL,0}, + {"㳱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xb1",3,NULL,0,NULL,0}, + {"ᖳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xb3",3,NULL,0,NULL,0}, + {"კ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x99",3,NULL,0,NULL,0}, + {"ⲁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x81",3,NULL,0,NULL,0}, + {"惚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x83",3,NULL,0,NULL,0}, + {"⚑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xac",3,NULL,0,NULL,0}, + {"䣅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x85",3,NULL,0,NULL,0}, + {"讜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x9c",3,NULL,0,NULL,0}, + {"Ʌ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x85",2,NULL,0,NULL,0}, + {"쥮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xae",3,NULL,0,NULL,0}, + {"邗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xa6",3,NULL,0,NULL,0}, + {"勐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x90",3,NULL,0,NULL,0}, + {"㹩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x90",3,NULL,0,NULL,0}, + {"傓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x93",3,NULL,0,NULL,0}, + {"쒋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x8b",3,NULL,0,NULL,0}, + {"벖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x96",3,NULL,0,NULL,0}, + {"總",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xbd",3,NULL,0,NULL,0}, + {"聐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x90",3,NULL,0,NULL,0}, + {"┷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xb7",3,NULL,0,NULL,0}, + {"鿁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x81",3,NULL,0,NULL,0}, + {"連",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xac",3,NULL,0,NULL,0}, + {"랑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x91",3,NULL,0,NULL,0}, + {"Ợ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xbe",3,NULL,0,NULL,0}, + {"寅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x85",3,NULL,0,NULL,0}, + {"ト",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x88",3,NULL,0,NULL,0}, + {"ﷰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xb0",3,NULL,0,NULL,0}, + {"ﱻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xbb",3,NULL,0,NULL,0}, + {"绔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x94",3,NULL,0,NULL,0}, + {"!",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x81",3,NULL,0,NULL,0}, + {"뙻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xbb",3,NULL,0,NULL,0}, + {"ꓰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xb0",3,NULL,0,NULL,0}, + {"롢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xa2",3,NULL,0,NULL,0}, + {"싿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xbf",3,NULL,0,NULL,0}, + {"ࢢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xa2",3,NULL,0,NULL,0}, + {"૮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xae",3,NULL,0,NULL,0}, + {"湀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x80",3,NULL,0,NULL,0}, + {"ܟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x9f",2,NULL,0,NULL,0}, + {"゜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x9c",3,NULL,0,NULL,0}, + {"狫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xab",3,NULL,0,NULL,0}, + {"맃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x83",3,NULL,0,NULL,0}, + {"슠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xa0",3,NULL,0,NULL,0}, + {"具",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xb7",3,NULL,0,NULL,0}, + {"⡻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xbb",3,NULL,0,NULL,0}, + {"Ⴉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xa9",3,NULL,0,NULL,0}, + {"ᷨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x81",3,NULL,0,NULL,0}, + {"녉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x89",3,NULL,0,NULL,0}, + {"䤫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xab",3,NULL,0,NULL,0}, + {"ᙽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xbd",3,NULL,0,NULL,0}, + {"㤣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xa3",3,NULL,0,NULL,0}, + {"뛘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x97",3,NULL,0,NULL,0}, + {"鸓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x93",3,NULL,0,NULL,0}, + {"樂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x9c",3,NULL,0,NULL,0}, + {"謁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xa2",3,NULL,0,NULL,0}, + {"낢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xa2",3,NULL,0,NULL,0}, + {"靥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xa5",3,NULL,0,NULL,0}, + {"⢱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xb1",3,NULL,0,NULL,0}, + {"儖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x96",3,NULL,0,NULL,0}, + {"쐬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x85",3,NULL,0,NULL,0}, + {"榩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xa9",3,NULL,0,NULL,0}, + {"婧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xa7",3,NULL,0,NULL,0}, + {"᛿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xbf",3,NULL,0,NULL,0}, + {"곱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xb1",3,NULL,0,NULL,0}, + {"罃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x83",3,NULL,0,NULL,0}, + {"돴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xb4",3,NULL,0,NULL,0}, + {"̬",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xac",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xa6",3,NULL,0,NULL,0}, + {"ɋ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x8b",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x9a",3,NULL,0,NULL,0}, + {"ﳤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xa4",3,NULL,0,NULL,0}, + {"翝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xa0",3,NULL,0,NULL,0}, + {"뽠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xa0",3,NULL,0,NULL,0}, + {"츈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xa4",3,NULL,0,NULL,0}, + {"霚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x9a",3,NULL,0,NULL,0}, + {"⠒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x92",3,NULL,0,NULL,0}, + {"ᵏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x96",3,NULL,0,NULL,0}, + {"냘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x98",3,NULL,0,NULL,0}, + {"⍋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x8b",3,NULL,0,NULL,0}, + {"⬄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x84",3,NULL,0,NULL,0}, + {"䢬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xa0",3,NULL,0,NULL,0}, + {"﫸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xb6",3,NULL,0,NULL,0}, + {"仉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x89",3,NULL,0,NULL,0}, + {"⣁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x81",3,NULL,0,NULL,0}, + {"꼈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x88",3,NULL,0,NULL,0}, + {"ŀ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x80",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x9c",3,NULL,0,NULL,0}, + {"뀔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x94",3,NULL,0,NULL,0}, + {"਽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xbd",3,NULL,0,NULL,0}, + {"求",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x82",3,NULL,0,NULL,0}, + {"娢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xa2",3,NULL,0,NULL,0}, + {"兙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x99",3,NULL,0,NULL,0}, + {"β",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb2",2,NULL,0,NULL,0}, + {"좱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xb1",3,NULL,0,NULL,0}, + {"蘅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x85",3,NULL,0,NULL,0}, + {"稣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xb9",3,NULL,0,NULL,0}, + {"並",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xa6",3,NULL,0,NULL,0}, + {"⁾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xbe",3,NULL,0,NULL,0}, + {"୯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xaf",3,NULL,0,NULL,0}, + {"圕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x95",3,NULL,0,NULL,0}, + {"亥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x98",3,NULL,0,NULL,0}, + {"춗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x97",3,NULL,0,NULL,0}, + {"㊟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x9f",3,NULL,0,NULL,0}, + {"쟥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xa5",3,NULL,0,NULL,0}, + {"㘧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xa7",3,NULL,0,NULL,0}, + {"良",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xaf",3,NULL,0,NULL,0}, + {"阼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xbc",3,NULL,0,NULL,0}, + {"ꑀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x88",3,NULL,0,NULL,0}, + {"萋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x8b",3,NULL,0,NULL,0}, + {"ꋴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xb4",3,NULL,0,NULL,0}, + {"ᥨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xa8",3,NULL,0,NULL,0}, + {"孳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xb3",3,NULL,0,NULL,0}, + {"⢫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xab",3,NULL,0,NULL,0}, + {"铇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x87",3,NULL,0,NULL,0}, + {"᧽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xbd",3,NULL,0,NULL,0}, + {"梱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x87",3,NULL,0,NULL,0}, + {"砸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xb8",3,NULL,0,NULL,0}, + {"ㆉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x89",3,NULL,0,NULL,0}, + {"걜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x8d",3,NULL,0,NULL,0}, + {"Ж",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x96",2,NULL,0,NULL,0}, + {"쮍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x8d",3,NULL,0,NULL,0}, + {"᫋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x8b",3,NULL,0,NULL,0}, + {"ǰ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xb0",2,NULL,0,NULL,0}, + {"Ἧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xaf",3,NULL,0,NULL,0}, + {"જ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x9c",3,NULL,0,NULL,0}, + {"冰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xb0",3,NULL,0,NULL,0}, + {"﬛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x9b",3,NULL,0,NULL,0}, + {"䠤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xa4",3,NULL,0,NULL,0}, + {"생",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x9d",3,NULL,0,NULL,0}, + {"괃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x83",3,NULL,0,NULL,0}, + {"랗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x97",3,NULL,0,NULL,0}, + {"뾃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x83",3,NULL,0,NULL,0}, + {"잯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xaf",3,NULL,0,NULL,0}, + {"邴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xb4",3,NULL,0,NULL,0}, + {"盥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xa5",3,NULL,0,NULL,0}, + {"눐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x90",3,NULL,0,NULL,0}, + {"῰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xb0",3,NULL,0,NULL,0}, + {"컩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xa9",3,NULL,0,NULL,0}, + {"ᇈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x88",3,NULL,0,NULL,0}, + {"귗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x97",3,NULL,0,NULL,0}, + {"垴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xb4",3,NULL,0,NULL,0}, + {"殢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xaa",3,NULL,0,NULL,0}, + {"癇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x80",3,NULL,0,NULL,0}, + {"闿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xbf",3,NULL,0,NULL,0}, + {"腿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xbf",3,NULL,0,NULL,0}, + {"키",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xa4",3,NULL,0,NULL,0}, + {"瀐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x90",3,NULL,0,NULL,0}, + {"꒿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xbf",3,NULL,0,NULL,0}, + {"휬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xac",3,NULL,0,NULL,0}, + {"턽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xbd",3,NULL,0,NULL,0}, + {"넠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xa0",3,NULL,0,NULL,0}, + {"嬲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xb2",3,NULL,0,NULL,0}, + {"竮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xae",3,NULL,0,NULL,0}, + {"楠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xa0",3,NULL,0,NULL,0}, + {"»",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xbb",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xa6",3,NULL,0,NULL,0}, + {"쪝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xa5",3,NULL,0,NULL,0}, + {"蘳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xb7",3,NULL,0,NULL,0}, + {"䌑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x91",3,NULL,0,NULL,0}, + {"쐏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x8f",3,NULL,0,NULL,0}, + {"睨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xa8",3,NULL,0,NULL,0}, + {"⬘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x98",3,NULL,0,NULL,0}, + {"ᬌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x8c",3,NULL,0,NULL,0}, + {"朶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xb6",3,NULL,0,NULL,0}, + {"쀶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xb6",3,NULL,0,NULL,0}, + {"댊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x8a",3,NULL,0,NULL,0}, + {"ꈪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xaa",3,NULL,0,NULL,0}, + {"鄳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xb3",3,NULL,0,NULL,0}, + {"䬯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xaf",3,NULL,0,NULL,0}, + {"툷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xb7",3,NULL,0,NULL,0}, + {"㔃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x83",3,NULL,0,NULL,0}, + {"䣾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xbe",3,NULL,0,NULL,0}, + {"뮃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x83",3,NULL,0,NULL,0}, + {"籅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x85",3,NULL,0,NULL,0}, + {"쉬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xac",3,NULL,0,NULL,0}, + {"皠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xa0",3,NULL,0,NULL,0}, + {"薓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x93",3,NULL,0,NULL,0}, + {"巤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xa4",3,NULL,0,NULL,0}, + {"뺴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xb4",3,NULL,0,NULL,0}, + {"ⴝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x9d",3,NULL,0,NULL,0}, + {"㝂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x82",3,NULL,0,NULL,0}, + {"瀇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x87",3,NULL,0,NULL,0}, + {"髍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x8d",3,NULL,0,NULL,0}, + {"蝕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x95",3,NULL,0,NULL,0}, + {"㛫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xab",3,NULL,0,NULL,0}, + {"歇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x87",3,NULL,0,NULL,0}, + {"솂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x82",3,NULL,0,NULL,0}, + {"疮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x97",3,NULL,0,NULL,0}, + {"詰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xb0",3,NULL,0,NULL,0}, + {"确",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xae",3,NULL,0,NULL,0}, + {"蛖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x96",3,NULL,0,NULL,0}, + {"뫪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xaa",3,NULL,0,NULL,0}, + {"ڳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xb3",2,NULL,0,NULL,0}, + {"샻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xbb",3,NULL,0,NULL,0}, + {"깰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xb0",3,NULL,0,NULL,0}, + {"墂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x82",3,NULL,0,NULL,0}, + {"䞝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xb5",3,NULL,0,NULL,0}, + {"动",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xa8",3,NULL,0,NULL,0}, + {"㑎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x8e",3,NULL,0,NULL,0}, + {"ℤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xa4",3,NULL,0,NULL,0}, + {"笓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x93",3,NULL,0,NULL,0}, + {"槊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x8a",3,NULL,0,NULL,0}, + {"ڒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x92",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x9e",3,NULL,0,NULL,0}, + {"쓝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x9d",3,NULL,0,NULL,0}, + {"萌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x9c",3,NULL,0,NULL,0}, + {"薬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xac",3,NULL,0,NULL,0}, + {"꾢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xa2",3,NULL,0,NULL,0}, + {"䍒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x92",3,NULL,0,NULL,0}, + {"給",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xa6",3,NULL,0,NULL,0}, + {"‴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb4",3,NULL,0,NULL,0}, + {"蠞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x9e",3,NULL,0,NULL,0}, + {"姄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x84",3,NULL,0,NULL,0}, + {"葝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x9d",3,NULL,0,NULL,0}, + {"㛑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x91",3,NULL,0,NULL,0}, + {"밲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xb2",3,NULL,0,NULL,0}, + {"㗋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x8b",3,NULL,0,NULL,0}, + {"튴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xb4",3,NULL,0,NULL,0}, + {"숙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x99",3,NULL,0,NULL,0}, + {"ꂙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x99",3,NULL,0,NULL,0}, + {"甽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xbd",3,NULL,0,NULL,0}, + {"럡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xa1",3,NULL,0,NULL,0}, + {"䪋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x8b",3,NULL,0,NULL,0}, + {"뼻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xbb",3,NULL,0,NULL,0}, + {"㻝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x9d",3,NULL,0,NULL,0}, + {"츯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xaf",3,NULL,0,NULL,0}, + {"閈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x88",3,NULL,0,NULL,0}, + {"᫏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x8f",3,NULL,0,NULL,0}, + {"鳈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x88",3,NULL,0,NULL,0}, + {"鰂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x82",3,NULL,0,NULL,0}, + {"稦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xa6",3,NULL,0,NULL,0}, + {"⸵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xb5",3,NULL,0,NULL,0}, + {"昒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x92",3,NULL,0,NULL,0}, + {"ቦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xa6",3,NULL,0,NULL,0}, + {"⢁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x81",3,NULL,0,NULL,0}, + {"뷞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x9e",3,NULL,0,NULL,0}, + {"쪯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x8e",3,NULL,0,NULL,0}, + {"㳐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x90",3,NULL,0,NULL,0}, + {"⹐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x90",3,NULL,0,NULL,0}, + {"燑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x91",3,NULL,0,NULL,0}, + {"褏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x8f",3,NULL,0,NULL,0}, + {"퀺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xba",3,NULL,0,NULL,0}, + {"㥮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xae",3,NULL,0,NULL,0}, + {"᣸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xb8",3,NULL,0,NULL,0}, + {"ꬶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xad",3,NULL,0,NULL,0}, + {"絍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x8d",3,NULL,0,NULL,0}, + {"Ʞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xb0",3,NULL,0,NULL,0}, + {"ๅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x85",3,NULL,0,NULL,0}, + {"՚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x9a",2,NULL,0,NULL,0}, + {"뭃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x83",3,NULL,0,NULL,0}, + {"扜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x9c",3,NULL,0,NULL,0}, + {"骔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x94",3,NULL,0,NULL,0}, + {"圵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xb0",3,NULL,0,NULL,0}, + {"⩃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x83",3,NULL,0,NULL,0}, + {"鴆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x86",3,NULL,0,NULL,0}, + {"혠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xa0",3,NULL,0,NULL,0}, + {"팓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x93",3,NULL,0,NULL,0}, + {"幷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xb7",3,NULL,0,NULL,0}, + {"愆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x86",3,NULL,0,NULL,0}, + {"Q",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Q",1,NULL,0,NULL,0}, + {"ᮕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x95",3,NULL,0,NULL,0}, + {"拼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xbc",3,NULL,0,NULL,0}, + {"唀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x80",3,NULL,0,NULL,0}, + {"箰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xb0",3,NULL,0,NULL,0}, + {"ᅝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x9d",3,NULL,0,NULL,0}, + {"Ṵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xb4",3,NULL,0,NULL,0}, + {"瓖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x96",3,NULL,0,NULL,0}, + {"遼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xbd",3,NULL,0,NULL,0}, + {"⓱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xb1",3,NULL,0,NULL,0}, + {"钘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x98",3,NULL,0,NULL,0}, + {"믑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x91",3,NULL,0,NULL,0}, + {"ꌵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xb5",3,NULL,0,NULL,0}, + {"꤬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xac",3,NULL,0,NULL,0}, + {"풺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xba",3,NULL,0,NULL,0}, + {"䨰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xb0",3,NULL,0,NULL,0}, + {"煲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xb2",3,NULL,0,NULL,0}, + {"軃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x9c",3,NULL,0,NULL,0}, + {"炠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xa0",3,NULL,0,NULL,0}, + {"뒭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xad",3,NULL,0,NULL,0}, + {"盳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xb3",3,NULL,0,NULL,0}, + {"伛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x9b",3,NULL,0,NULL,0}, + {"ꤝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x9d",3,NULL,0,NULL,0}, + {"엊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x8a",3,NULL,0,NULL,0}, + {"㝩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xa9",3,NULL,0,NULL,0}, + {"獉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x89",3,NULL,0,NULL,0}, + {"ਗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x97",3,NULL,0,NULL,0}, + {"抻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xbb",3,NULL,0,NULL,0}, + {"䆃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x9c",3,NULL,0,NULL,0}, + {"⯵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xb5",3,NULL,0,NULL,0}, + {"볢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xa2",3,NULL,0,NULL,0}, + {"餧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x9a",3,NULL,0,NULL,0}, + {"㴨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xa8",3,NULL,0,NULL,0}, + {"Ḷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xb6",3,NULL,0,NULL,0}, + {"咗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x97",3,NULL,0,NULL,0}, + {"픑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x91",3,NULL,0,NULL,0}, + {"ವ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xb5",3,NULL,0,NULL,0}, + {"餄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x84",3,NULL,0,NULL,0}, + {"ⱔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x94",3,NULL,0,NULL,0}, + {"풠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xa0",3,NULL,0,NULL,0}, + {"岥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xa5",3,NULL,0,NULL,0}, + {"廏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x8f",3,NULL,0,NULL,0}, + {"ཹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xb9",3,NULL,0,NULL,0}, + {"駐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x90",3,NULL,0,NULL,0}, + {"ꩮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x83",3,NULL,0,NULL,0}, + {"욕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x95",3,NULL,0,NULL,0}, + {"ఙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x99",3,NULL,0,NULL,0}, + {"齝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x9d",3,NULL,0,NULL,0}, + {"ⷣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xa3",3,NULL,0,NULL,0}, + {"狗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x94",3,NULL,0,NULL,0}, + {"㯮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xae",3,NULL,0,NULL,0}, + {"耿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xbf",3,NULL,0,NULL,0}, + {"₹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xb9",3,NULL,0,NULL,0}, + {"ꏐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x90",3,NULL,0,NULL,0}, + {"㪫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xab",3,NULL,0,NULL,0}, + {"낃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x83",3,NULL,0,NULL,0}, + {"搌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x8c",3,NULL,0,NULL,0}, + {"﵊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x8a",3,NULL,0,NULL,0}, + {"洞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x9e",3,NULL,0,NULL,0}, + {"븰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xb0",3,NULL,0,NULL,0}, + {"ပ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x95",3,NULL,0,NULL,0}, + {"䃜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x9c",3,NULL,0,NULL,0}, + {"᱌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x8c",3,NULL,0,NULL,0}, + {"猂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x82",3,NULL,0,NULL,0}, + {"轟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x9f",3,NULL,0,NULL,0}, + {"悙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x99",3,NULL,0,NULL,0}, + {"봑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xa7",3,NULL,0,NULL,0}, + {"徬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xac",3,NULL,0,NULL,0}, + {"㵩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xbb",3,NULL,0,NULL,0}, + {"웓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x93",3,NULL,0,NULL,0}, + {"诮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xae",3,NULL,0,NULL,0}, + {"䏹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xb9",3,NULL,0,NULL,0}, + {"眐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x90",3,NULL,0,NULL,0}, + {"௟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x9f",3,NULL,0,NULL,0}, + {"ꔾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xbe",3,NULL,0,NULL,0}, + {"콯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xaf",3,NULL,0,NULL,0}, + {"廰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xb0",3,NULL,0,NULL,0}, + {"᤮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xae",3,NULL,0,NULL,0}, + {"㧀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x80",3,NULL,0,NULL,0}, + {"뙭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xad",3,NULL,0,NULL,0}, + {"༐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x90",3,NULL,0,NULL,0}, + {"鱽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xbd",3,NULL,0,NULL,0}, + {"僟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xab",3,NULL,0,NULL,0}, + {"ꢝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x9d",3,NULL,0,NULL,0}, + {"鿹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xb9",3,NULL,0,NULL,0}, + {"酡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xa1",3,NULL,0,NULL,0}, + {"悔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xbd",3,NULL,0,NULL,0}, + {"维",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xb4",3,NULL,0,NULL,0}, + {"戻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xbb",3,NULL,0,NULL,0}, + {"煮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x9c",3,NULL,0,NULL,0}, + {"溃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x83",3,NULL,0,NULL,0}, + {"㼫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xab",3,NULL,0,NULL,0}, + {"辡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xa1",3,NULL,0,NULL,0}, + {"ഀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x80",3,NULL,0,NULL,0}, + {"﷑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x8c",3,NULL,0,NULL,0}, + {"홭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xad",3,NULL,0,NULL,0}, + {"෩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xa9",3,NULL,0,NULL,0}, + {"译",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x8d",3,NULL,0,NULL,0}, + {"䈺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xba",3,NULL,0,NULL,0}, + {"䴔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xab",3,NULL,0,NULL,0}, + {"鐻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xbb",3,NULL,0,NULL,0}, + {"ᰙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x99",3,NULL,0,NULL,0}, + {"N",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xae",3,NULL,0,NULL,0}, + {"뙦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xa6",3,NULL,0,NULL,0}, + {"ﳣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xa3",3,NULL,0,NULL,0}, + {"炁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x91",3,NULL,0,NULL,0}, + {"ぢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xa2",3,NULL,0,NULL,0}, + {"涓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x93",3,NULL,0,NULL,0}, + {"赉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x89",3,NULL,0,NULL,0}, + {"⭇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x87",3,NULL,0,NULL,0}, + {"왝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x9d",3,NULL,0,NULL,0}, + {"豵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xb5",3,NULL,0,NULL,0}, + {"䒨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xa8",3,NULL,0,NULL,0}, + {"﬐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x90",3,NULL,0,NULL,0}, + {"஄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x84",3,NULL,0,NULL,0}, + {"뤳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xb3",3,NULL,0,NULL,0}, + {"ퟁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x81",3,NULL,0,NULL,0}, + {"厩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xa9",3,NULL,0,NULL,0}, + {"쑥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xa5",3,NULL,0,NULL,0}, + {"疞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x9e",3,NULL,0,NULL,0}, + {"䖞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x9e",3,NULL,0,NULL,0}, + {"않",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x84",3,NULL,0,NULL,0}, + {"ꘋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x8b",3,NULL,0,NULL,0}, + {"枸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xb8",3,NULL,0,NULL,0}, + {"氎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x8e",3,NULL,0,NULL,0}, + {"蓔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xa8",3,NULL,0,NULL,0}, + {"䰋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x8b",3,NULL,0,NULL,0}, + {"鐊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x8a",3,NULL,0,NULL,0}, + {"㺬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x9b",3,NULL,0,NULL,0}, + {"Ʀ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xa6",2,NULL,0,NULL,0}, + {"䇟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x9f",3,NULL,0,NULL,0}, + {"夸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xb8",3,NULL,0,NULL,0}, + {"톃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x83",3,NULL,0,NULL,0}, + {"嵮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x9c",3,NULL,0,NULL,0}, + {"쎂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x82",3,NULL,0,NULL,0}, + {"쭋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x8b",3,NULL,0,NULL,0}, + {"鈾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xbe",3,NULL,0,NULL,0}, + {"黕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x95",3,NULL,0,NULL,0}, + {"뱳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xb3",3,NULL,0,NULL,0}, + {"裼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xbc",3,NULL,0,NULL,0}, + {"降",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x8d",3,NULL,0,NULL,0}, + {"軪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xaa",3,NULL,0,NULL,0}, + {"絢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xa2",3,NULL,0,NULL,0}, + {"칝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x9d",3,NULL,0,NULL,0}, + {"宖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xaa",3,NULL,0,NULL,0}, + {"䷠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xa0",3,NULL,0,NULL,0}, + {"츆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xaf",3,NULL,0,NULL,0}, + {"Ⱎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x9e",3,NULL,0,NULL,0}, + {"諊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x8a",3,NULL,0,NULL,0}, + {"膼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xa1",3,NULL,0,NULL,0}, + {"譑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x91",3,NULL,0,NULL,0}, + {"ޖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x96",2,NULL,0,NULL,0}, + {"ࢅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x85",3,NULL,0,NULL,0}, + {"룛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x9b",3,NULL,0,NULL,0}, + {"Ю",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xae",2,NULL,0,NULL,0}, + {"ᕊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x8a",3,NULL,0,NULL,0}, + {"卍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x8d",3,NULL,0,NULL,0}, + {"퟽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xba",3,NULL,0,NULL,0}, + {"鉿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xbf",3,NULL,0,NULL,0}, + {"鼴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xb4",3,NULL,0,NULL,0}, + {"什",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xbd",3,NULL,0,NULL,0}, + {"閰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xb0",3,NULL,0,NULL,0}, + {"腒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x92",3,NULL,0,NULL,0}, + {"褫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xab",3,NULL,0,NULL,0}, + {"쩩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xa9",3,NULL,0,NULL,0}, + {"ᨽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xbd",3,NULL,0,NULL,0}, + {"韺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xba",3,NULL,0,NULL,0}, + {"嬏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x8f",3,NULL,0,NULL,0}, + {"苂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x82",3,NULL,0,NULL,0}, + {"푳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xb3",3,NULL,0,NULL,0}, + {"苹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xb9",3,NULL,0,NULL,0}, + {"똘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x98",3,NULL,0,NULL,0}, + {"뜄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x84",3,NULL,0,NULL,0}, + {"潛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xb2",3,NULL,0,NULL,0}, + {"蟀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x80",3,NULL,0,NULL,0}, + {"白",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xb0",3,NULL,0,NULL,0}, + {"静",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x99",3,NULL,0,NULL,0}, + {"殿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xbf",3,NULL,0,NULL,0}, + {"십",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x9c",3,NULL,0,NULL,0}, + {"㽊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xb7",3,NULL,0,NULL,0}, + {"ᅤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x85",3,NULL,0,NULL,0}, + {"줔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x94",3,NULL,0,NULL,0}, + {"넁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x81",3,NULL,0,NULL,0}, + {"⤎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x8e",3,NULL,0,NULL,0}, + {"쒁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x81",3,NULL,0,NULL,0}, + {"쥕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x95",3,NULL,0,NULL,0}, + {"ꛌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x8c",3,NULL,0,NULL,0}, + {"樜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x9c",3,NULL,0,NULL,0}, + {"䉯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xaf",3,NULL,0,NULL,0}, + {"፡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xa1",3,NULL,0,NULL,0}, + {"댹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xb9",3,NULL,0,NULL,0}, + {"듣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xa3",3,NULL,0,NULL,0}, + {"촄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x84",3,NULL,0,NULL,0}, + {"⬕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x95",3,NULL,0,NULL,0}, + {"毊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x8a",3,NULL,0,NULL,0}, + {"ヌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xbd",3,NULL,0,NULL,0}, + {"Ꮊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xba",3,NULL,0,NULL,0}, + {"绘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x98",3,NULL,0,NULL,0}, + {"臺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xba",3,NULL,0,NULL,0}, + {"ﱱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xb5",3,NULL,0,NULL,0}, + {"챫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xab",3,NULL,0,NULL,0}, + {"뉉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x89",3,NULL,0,NULL,0}, + {"佡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xa1",3,NULL,0,NULL,0}, + {"魙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x99",3,NULL,0,NULL,0}, + {"噳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xb3",3,NULL,0,NULL,0}, + {"뻿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xbf",3,NULL,0,NULL,0}, + {"䳦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xa6",3,NULL,0,NULL,0}, + {"᷈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x88",3,NULL,0,NULL,0}, + {"䤩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xa9",3,NULL,0,NULL,0}, + {"ၻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xbb",3,NULL,0,NULL,0}, + {"雨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xa8",3,NULL,0,NULL,0}, + {"䛰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x98",3,NULL,0,NULL,0}, + {"ᄞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x9e",3,NULL,0,NULL,0}, + {"奒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x92",3,NULL,0,NULL,0}, + {"㎅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x85",3,NULL,0,NULL,0}, + {"딡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xa1",3,NULL,0,NULL,0}, + {"껺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xba",3,NULL,0,NULL,0}, + {"ꁡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xa1",3,NULL,0,NULL,0}, + {"榫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x9f",3,NULL,0,NULL,0}, + {"砐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x90",3,NULL,0,NULL,0}, + {"돤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xa4",3,NULL,0,NULL,0}, + {"Ɔ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x86",2,NULL,0,NULL,0}, + {"蕞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x9e",3,NULL,0,NULL,0}, + {"ҥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xa5",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xad",3,NULL,0,NULL,0}, + {"―",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x95",3,NULL,0,NULL,0}, + {"ᇫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xab",3,NULL,0,NULL,0}, + {"乪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xaa",3,NULL,0,NULL,0}, + {"츨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xa8",3,NULL,0,NULL,0}, + {"蒭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xad",3,NULL,0,NULL,0}, + {"횏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x8f",3,NULL,0,NULL,0}, + {"⡣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x90",3,NULL,0,NULL,0}, + {"⌕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x95",3,NULL,0,NULL,0}, + {"蟢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xa2",3,NULL,0,NULL,0}, + {"⩚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x9a",3,NULL,0,NULL,0}, + {"࠸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xb8",3,NULL,0,NULL,0}, + {"ꄫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xab",3,NULL,0,NULL,0}, + {"敋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x8b",3,NULL,0,NULL,0}, + {"舗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x97",3,NULL,0,NULL,0}, + {"⌱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xa2",3,NULL,0,NULL,0}, + {"뼥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xa5",3,NULL,0,NULL,0}, + {"ᐉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x89",3,NULL,0,NULL,0}, + {"∥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa5",3,NULL,0,NULL,0}, + {"垖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xa3",3,NULL,0,NULL,0}, + {"㚠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xa0",3,NULL,0,NULL,0}, + {"횧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xa2",3,NULL,0,NULL,0}, + {"檭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xad",3,NULL,0,NULL,0}, + {"㐳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xb3",3,NULL,0,NULL,0}, + {"菢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xa2",3,NULL,0,NULL,0}, + {"遝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x9d",3,NULL,0,NULL,0}, + {"쩸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xb8",3,NULL,0,NULL,0}, + {"㒶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xb6",3,NULL,0,NULL,0}, + {"᪊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x8a",3,NULL,0,NULL,0}, + {"ѧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xa7",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xb2",3,NULL,0,NULL,0}, + {"晸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xb8",3,NULL,0,NULL,0}, + {"둙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x87",3,NULL,0,NULL,0}, + {"孢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xa2",3,NULL,0,NULL,0}, + {"뿒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x92",3,NULL,0,NULL,0}, + {"ឮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xae",3,NULL,0,NULL,0}, + {"曁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xae",3,NULL,0,NULL,0}, + {"ㄔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x94",3,NULL,0,NULL,0}, + {"螨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xa8",3,NULL,0,NULL,0}, + {"䠨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xa8",3,NULL,0,NULL,0}, + {"쉼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xbc",3,NULL,0,NULL,0}, + {"毛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x89",3,NULL,0,NULL,0}, + {"ᩒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x92",3,NULL,0,NULL,0}, + {"⟜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x9c",3,NULL,0,NULL,0}, + {"ꐴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xb4",3,NULL,0,NULL,0}, + {"ʖ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x96",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xb8",3,NULL,0,NULL,0}, + {"⾶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xb6",3,NULL,0,NULL,0}, + {"࣍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x8d",3,NULL,0,NULL,0}, + {"皝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x9d",3,NULL,0,NULL,0}, + {"킠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xa0",3,NULL,0,NULL,0}, + {"࿫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xab",3,NULL,0,NULL,0}, + {"㪁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x81",3,NULL,0,NULL,0}, + {"쵶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xb6",3,NULL,0,NULL,0}, + {"铍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x8d",3,NULL,0,NULL,0}, + {"소",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x8c",3,NULL,0,NULL,0}, + {"堝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x9d",3,NULL,0,NULL,0}, + {"鵳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xb3",3,NULL,0,NULL,0}, + {"䊼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xbc",3,NULL,0,NULL,0}, + {"ጝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x8f",3,NULL,0,NULL,0}, + {"喀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x80",3,NULL,0,NULL,0}, + {"뎙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x99",3,NULL,0,NULL,0}, + {"둉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x9f",3,NULL,0,NULL,0}, + {"འ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xa0",3,NULL,0,NULL,0}, + {"趐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x90",3,NULL,0,NULL,0}, + {"䘠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xa0",3,NULL,0,NULL,0}, + {"藊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x8a",3,NULL,0,NULL,0}, + {"꽰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xb0",3,NULL,0,NULL,0}, + {"杚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x9a",3,NULL,0,NULL,0}, + {"숋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x8b",3,NULL,0,NULL,0}, + {"镄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x84",3,NULL,0,NULL,0}, + {"ﰼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xb8",3,NULL,0,NULL,0}, + {"셲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xb2",3,NULL,0,NULL,0}, + {"ⴌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x8c",3,NULL,0,NULL,0}, + {"ֲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xb2",2,NULL,0,NULL,0}, + {"ာ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xac",3,NULL,0,NULL,0}, + {"㍚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x8b",3,NULL,0,NULL,0}, + {"䚘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x97",3,NULL,0,NULL,0}, + {"ႏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x8f",3,NULL,0,NULL,0}, + {"ቃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x83",3,NULL,0,NULL,0}, + {"䌓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x93",3,NULL,0,NULL,0}, + {"沪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xb2",3,NULL,0,NULL,0}, + {"ኬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xac",3,NULL,0,NULL,0}, + {"袗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x97",3,NULL,0,NULL,0}, + {"ꪥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xa5",3,NULL,0,NULL,0}, + {"꾲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x87",3,NULL,0,NULL,0}, + {"谧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xa7",3,NULL,0,NULL,0}, + {"໙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x99",3,NULL,0,NULL,0}, + {"薉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x89",3,NULL,0,NULL,0}, + {"眇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x87",3,NULL,0,NULL,0}, + {"搭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xad",3,NULL,0,NULL,0}, + {"캄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x84",3,NULL,0,NULL,0}, + {"妒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x92",3,NULL,0,NULL,0}, + {"鿌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xa3",3,NULL,0,NULL,0}, + {"濵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xb5",3,NULL,0,NULL,0}, + {"㍈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x92",3,NULL,0,NULL,0}, + {"ꕈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x88",3,NULL,0,NULL,0}, + {"髹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xb9",3,NULL,0,NULL,0}, + {"或",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x96",3,NULL,0,NULL,0}, + {"㍮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xae",3,NULL,0,NULL,0}, + {"椮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xae",3,NULL,0,NULL,0}, + {"鲋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x8e",3,NULL,0,NULL,0}, + {"ዂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x82",3,NULL,0,NULL,0}, + {"粬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xac",3,NULL,0,NULL,0}, + {"붉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x89",3,NULL,0,NULL,0}, + {"镖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xac",3,NULL,0,NULL,0}, + {"懽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xbd",3,NULL,0,NULL,0}, + {"ڢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xa2",2,NULL,0,NULL,0}, + {"㱕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x95",3,NULL,0,NULL,0}, + {"旝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xae",3,NULL,0,NULL,0}, + {"퓊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x8e",3,NULL,0,NULL,0}, + {"揁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x81",3,NULL,0,NULL,0}, + {"䱭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x87",3,NULL,0,NULL,0}, + {"쀟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x9f",3,NULL,0,NULL,0}, + {"懀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x80",3,NULL,0,NULL,0}, + {"뮻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xbb",3,NULL,0,NULL,0}, + {"㮵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xb5",3,NULL,0,NULL,0}, + {"騏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x8f",3,NULL,0,NULL,0}, + {"劭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xad",3,NULL,0,NULL,0}, + {"쿫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xab",3,NULL,0,NULL,0}, + {"囀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x9d",3,NULL,0,NULL,0}, + {"ꟶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xb4",3,NULL,0,NULL,0}, + {"咴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xb4",3,NULL,0,NULL,0}, + {"략",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xb5",3,NULL,0,NULL,0}, + {"父",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x81",3,NULL,0,NULL,0}, + {"鯛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x9b",3,NULL,0,NULL,0}, + {"䉗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x97",3,NULL,0,NULL,0}, + {"鲬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xac",3,NULL,0,NULL,0}, + {"ꨏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x8f",3,NULL,0,NULL,0}, + {"඙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x99",3,NULL,0,NULL,0}, + {"轑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x91",3,NULL,0,NULL,0}, + {"浼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xbc",3,NULL,0,NULL,0}, + {"锕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x95",3,NULL,0,NULL,0}, + {"贤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xa4",3,NULL,0,NULL,0}, + {"븢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xa2",3,NULL,0,NULL,0}, + {"颥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xa5",3,NULL,0,NULL,0}, + {"淓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x93",3,NULL,0,NULL,0}, + {"换",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xa2",3,NULL,0,NULL,0}, + {"啑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x91",3,NULL,0,NULL,0}, + {"멟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x9f",3,NULL,0,NULL,0}, + {"嘈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xb2",3,NULL,0,NULL,0}, + {"떰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xb0",3,NULL,0,NULL,0}, + {"麼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xbc",3,NULL,0,NULL,0}, + {"Ꞹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xb8",3,NULL,0,NULL,0}, + {"ױ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xb1",2,NULL,0,NULL,0}, + {"ꦆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x86",3,NULL,0,NULL,0}, + {"ⵐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x90",3,NULL,0,NULL,0}, + {"멆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x86",3,NULL,0,NULL,0}, + {"민",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xbc",3,NULL,0,NULL,0}, + {"牄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x84",3,NULL,0,NULL,0}, + {"ઓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x93",3,NULL,0,NULL,0}, + {"왙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x99",3,NULL,0,NULL,0}, + {"⦐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x90",3,NULL,0,NULL,0}, + {"䦁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x81",3,NULL,0,NULL,0}, + {"뵊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x8a",3,NULL,0,NULL,0}, + {"煬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xac",3,NULL,0,NULL,0}, + {"灦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xa6",3,NULL,0,NULL,0}, + {"㹺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xba",3,NULL,0,NULL,0}, + {"㠺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xba",3,NULL,0,NULL,0}, + {"뱽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xa9",3,NULL,0,NULL,0}, + {"庅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x85",3,NULL,0,NULL,0}, + {"铁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x81",3,NULL,0,NULL,0}, + {"桽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xbd",3,NULL,0,NULL,0}, + {"ᮧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xa7",3,NULL,0,NULL,0}, + {"鰜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x9c",3,NULL,0,NULL,0}, + {"ᄇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb2",3,NULL,0,NULL,0}, + {"㞁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x81",3,NULL,0,NULL,0}, + {"ꦰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xb0",3,NULL,0,NULL,0}, + {"꯺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x9e",3,NULL,0,NULL,0}, + {"諯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x83",3,NULL,0,NULL,0}, + {"ⱜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x9c",3,NULL,0,NULL,0}, + {"謰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xb0",3,NULL,0,NULL,0}, + {"룺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xba",3,NULL,0,NULL,0}, + {"黶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xb6",3,NULL,0,NULL,0}, + {"㶉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x89",3,NULL,0,NULL,0}, + {"卼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xbc",3,NULL,0,NULL,0}, + {"౺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xba",3,NULL,0,NULL,0}, + {"먈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x91",3,NULL,0,NULL,0}, + {"紙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x99",3,NULL,0,NULL,0}, + {"윞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x9e",3,NULL,0,NULL,0}, + {"༬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xac",3,NULL,0,NULL,0}, + {"嗫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xab",3,NULL,0,NULL,0}, + {"Z",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"黽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xbd",3,NULL,0,NULL,0}, + {"炜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x9c",3,NULL,0,NULL,0}, + {"뒧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xa7",3,NULL,0,NULL,0}, + {"懲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x8b",3,NULL,0,NULL,0}, + {"팳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xb3",3,NULL,0,NULL,0}, + {"ි",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x92",3,NULL,0,NULL,0}, + {"뜍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x8d",3,NULL,0,NULL,0}, + {"摷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x8d",3,NULL,0,NULL,0}, + {"ꇒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xbb",3,NULL,0,NULL,0}, + {"Კ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x99",3,NULL,0,NULL,0}, + {"볮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xae",3,NULL,0,NULL,0}, + {"뫕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x95",3,NULL,0,NULL,0}, + {"뤎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x8e",3,NULL,0,NULL,0}, + {"擝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x9d",3,NULL,0,NULL,0}, + {"㵻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xbb",3,NULL,0,NULL,0}, + {"鏪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xb6",3,NULL,0,NULL,0}, + {"廍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x8d",3,NULL,0,NULL,0}, + {"鐳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xb3",3,NULL,0,NULL,0}, + {"ଳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xb3",3,NULL,0,NULL,0}, + {"迃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x83",3,NULL,0,NULL,0}, + {"맖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x96",3,NULL,0,NULL,0}, + {"規",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x8f",3,NULL,0,NULL,0}, + {"呈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xba",3,NULL,0,NULL,0}, + {"觸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x80",3,NULL,0,NULL,0}, + {"냉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x89",3,NULL,0,NULL,0}, + {"ꜛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x9b",3,NULL,0,NULL,0}, + {"㽪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xb3",3,NULL,0,NULL,0}, + {"퐼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xbc",3,NULL,0,NULL,0}, + {"띬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xac",3,NULL,0,NULL,0}, + {"ോ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xb8",3,NULL,0,NULL,0}, + {"텘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x98",3,NULL,0,NULL,0}, + {"溚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x9a",3,NULL,0,NULL,0}, + {"錸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xb8",3,NULL,0,NULL,0}, + {"鑁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x81",3,NULL,0,NULL,0}, + {"娷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xb7",3,NULL,0,NULL,0}, + {"ﳁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x81",3,NULL,0,NULL,0}, + {"싅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x92",3,NULL,0,NULL,0}, + {"后",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xbc",3,NULL,0,NULL,0}, + {"힩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xa9",3,NULL,0,NULL,0}, + {"쑙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x99",3,NULL,0,NULL,0}, + {"〓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x93",3,NULL,0,NULL,0}, + {"륻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xae",3,NULL,0,NULL,0}, + {"앪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x8e",3,NULL,0,NULL,0}, + {"뀬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x94",3,NULL,0,NULL,0}, + {"ꖺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xba",3,NULL,0,NULL,0}, + {"ꌫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xab",3,NULL,0,NULL,0}, + {"䗂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x82",3,NULL,0,NULL,0}, + {"㼩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xa9",3,NULL,0,NULL,0}, + {"ꙓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x93",3,NULL,0,NULL,0}, + {"ജ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x84",3,NULL,0,NULL,0}, + {"㸯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xaf",3,NULL,0,NULL,0}, + {"鮬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xac",3,NULL,0,NULL,0}, + {"뉆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x86",3,NULL,0,NULL,0}, + {"侮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x8d",3,NULL,0,NULL,0}, + {"观",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x82",3,NULL,0,NULL,0}, + {"쯂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x82",3,NULL,0,NULL,0}, + {"ભ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xa8",3,NULL,0,NULL,0}, + {"ⷖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x96",3,NULL,0,NULL,0}, + {"鎏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x82",3,NULL,0,NULL,0}, + {"凉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x89",3,NULL,0,NULL,0}, + {"ᤐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x9f",3,NULL,0,NULL,0}, + {"隂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x84",3,NULL,0,NULL,0}, + {"鉈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x88",3,NULL,0,NULL,0}, + {"혋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x8b",3,NULL,0,NULL,0}, + {"춈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x88",3,NULL,0,NULL,0}, + {"頻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xaa",3,NULL,0,NULL,0}, + {"⑭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xad",3,NULL,0,NULL,0}, + {"小",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x8f",3,NULL,0,NULL,0}, + {"埏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x8f",3,NULL,0,NULL,0}, + {"䲷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xb7",3,NULL,0,NULL,0}, + {"沈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xb2",3,NULL,0,NULL,0}, + {"ꘑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x91",3,NULL,0,NULL,0}, + {"瞪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xaa",3,NULL,0,NULL,0}, + {"됞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x9e",3,NULL,0,NULL,0}, + {"⦆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa0",3,NULL,0,NULL,0}, + {"럞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x9e",3,NULL,0,NULL,0}, + {"৖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x96",3,NULL,0,NULL,0}, + {"ﻙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x99",3,NULL,0,NULL,0}, + {"䟹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xb9",3,NULL,0,NULL,0}, + {"껠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xa0",3,NULL,0,NULL,0}, + {"䑶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xb6",3,NULL,0,NULL,0}, + {"쁭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xad",3,NULL,0,NULL,0}, + {"ắ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xaf",3,NULL,0,NULL,0}, + {"ࠐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x90",3,NULL,0,NULL,0}, + {"쭙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x99",3,NULL,0,NULL,0}, + {"鈮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x99",3,NULL,0,NULL,0}, + {"裈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x88",3,NULL,0,NULL,0}, + {"脃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x83",3,NULL,0,NULL,0}, + {"뇽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xab",3,NULL,0,NULL,0}, + {"ऍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xbe",3,NULL,0,NULL,0}, + {"뤊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x8a",3,NULL,0,NULL,0}, + {"閏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x8f",3,NULL,0,NULL,0}, + {"᝔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x94",3,NULL,0,NULL,0}, + {"᎑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x91",3,NULL,0,NULL,0}, + {"䓳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xb3",3,NULL,0,NULL,0}, + {"᧖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x96",3,NULL,0,NULL,0}, + {"焞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x9e",3,NULL,0,NULL,0}, + {"ᘰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xb0",3,NULL,0,NULL,0}, + {"휙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x99",3,NULL,0,NULL,0}, + {"漊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x8a",3,NULL,0,NULL,0}, + {"ヵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb5",3,NULL,0,NULL,0}, + {"干",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xb2",3,NULL,0,NULL,0}, + {"孃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x83",3,NULL,0,NULL,0}, + {"쥩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xa9",3,NULL,0,NULL,0}, + {"邯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xaf",3,NULL,0,NULL,0}, + {"郛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x9b",3,NULL,0,NULL,0}, + {"굕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x95",3,NULL,0,NULL,0}, + {"嫾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xbe",3,NULL,0,NULL,0}, + {"筊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x8a",3,NULL,0,NULL,0}, + {"鸔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x94",3,NULL,0,NULL,0}, + {"苻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xbb",3,NULL,0,NULL,0}, + {"ࢗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x97",3,NULL,0,NULL,0}, + {"ퟷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xb7",3,NULL,0,NULL,0}, + {"캼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xbc",3,NULL,0,NULL,0}, + {"瓂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x82",3,NULL,0,NULL,0}, + {"稩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xa9",3,NULL,0,NULL,0}, + {"젭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xad",3,NULL,0,NULL,0}, + {"썉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x89",3,NULL,0,NULL,0}, + {"̌",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x8c",2,NULL,0,NULL,0}, + {"歍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x8d",3,NULL,0,NULL,0}, + {"歷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xb7",3,NULL,0,NULL,0}, + {"㚾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xbe",3,NULL,0,NULL,0}, + {"⻵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xb5",3,NULL,0,NULL,0}, + {"欠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xa0",3,NULL,0,NULL,0}, + {"畒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x92",3,NULL,0,NULL,0}, + {"頾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xbe",3,NULL,0,NULL,0}, + {"檓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x93",3,NULL,0,NULL,0}, + {"䕤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xa4",3,NULL,0,NULL,0}, + {"ᓪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xaa",3,NULL,0,NULL,0}, + {"쥍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x8d",3,NULL,0,NULL,0}, + {"냰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xb0",3,NULL,0,NULL,0}, + {"嬍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x8d",3,NULL,0,NULL,0}, + {"碋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x8b",3,NULL,0,NULL,0}, + {"䙅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x8a",3,NULL,0,NULL,0}, + {"ℑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x9f",3,NULL,0,NULL,0}, + {"흰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xb0",3,NULL,0,NULL,0}, + {"虘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x98",3,NULL,0,NULL,0}, + {"늜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x9c",3,NULL,0,NULL,0}, + {"ᚱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xb1",3,NULL,0,NULL,0}, + {"Ⅸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xa8",3,NULL,0,NULL,0}, + {"⥴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xb5",3,NULL,0,NULL,0}, + {"⛘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x93",3,NULL,0,NULL,0}, + {"ƶ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xb6",2,NULL,0,NULL,0}, + {"靻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xad",3,NULL,0,NULL,0}, + {"ꅁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x81",3,NULL,0,NULL,0}, + {"칋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x8b",3,NULL,0,NULL,0}, + {"妷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xb7",3,NULL,0,NULL,0}, + {"אָ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xaf",3,NULL,0,NULL,0}, + {"Ⱟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xaf",3,NULL,0,NULL,0}, + {"ꃂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x82",3,NULL,0,NULL,0}, + {"㎇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x87",3,NULL,0,NULL,0}, + {"樔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x94",3,NULL,0,NULL,0}, + {"狓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x93",3,NULL,0,NULL,0}, + {"斃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x83",3,NULL,0,NULL,0}, + {"፳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xb3",3,NULL,0,NULL,0}, + {"΍",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x8d",2,NULL,0,NULL,0}, + {"ٯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xaf",2,NULL,0,NULL,0}, + {"镻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xbb",3,NULL,0,NULL,0}, + {"ᒏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x8f",3,NULL,0,NULL,0}, + {"졀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x91",3,NULL,0,NULL,0}, + {"ĩ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xa9",2,NULL,0,NULL,0}, + {"샶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xaf",3,NULL,0,NULL,0}, + {"쪂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x82",3,NULL,0,NULL,0}, + {"❚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x9a",3,NULL,0,NULL,0}, + {"蕚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x9a",3,NULL,0,NULL,0}, + {"陕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x95",3,NULL,0,NULL,0}, + {"⸷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xb7",3,NULL,0,NULL,0}, + {"镟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x9f",3,NULL,0,NULL,0}, + {"♧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa7",3,NULL,0,NULL,0}, + {"萰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xb0",3,NULL,0,NULL,0}, + {"⃌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x8c",3,NULL,0,NULL,0}, + {"ȣ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xa3",2,NULL,0,NULL,0}, + {"債",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x92",3,NULL,0,NULL,0}, + {"懜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x9c",3,NULL,0,NULL,0}, + {"敉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x89",3,NULL,0,NULL,0}, + {"鬀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x80",3,NULL,0,NULL,0}, + {"骝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x9d",3,NULL,0,NULL,0}, + {"잀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x80",3,NULL,0,NULL,0}, + {"퓃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x83",3,NULL,0,NULL,0}, + {"ᗢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xa2",3,NULL,0,NULL,0}, + {"↰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xb0",3,NULL,0,NULL,0}, + {"살",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xaf",3,NULL,0,NULL,0}, + {"ἄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x84",3,NULL,0,NULL,0}, + {"鈏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x8f",3,NULL,0,NULL,0}, + {"铴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xb4",3,NULL,0,NULL,0}, + {"荃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x83",3,NULL,0,NULL,0}, + {"ṉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x89",3,NULL,0,NULL,0}, + {"晴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xb4",3,NULL,0,NULL,0}, + {"└",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x94",3,NULL,0,NULL,0}, + {"貾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xbe",3,NULL,0,NULL,0}, + {"⤤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xa4",3,NULL,0,NULL,0}, + {"ᇱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xb1",3,NULL,0,NULL,0}, + {"쬉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x89",3,NULL,0,NULL,0}, + {"뭢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xa2",3,NULL,0,NULL,0}, + {"睚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x9a",3,NULL,0,NULL,0}, + {"蒷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xb7",3,NULL,0,NULL,0}, + {"⡑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x91",3,NULL,0,NULL,0}, + {"☩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xa9",3,NULL,0,NULL,0}, + {"ꥡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xa1",3,NULL,0,NULL,0}, + {"〝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x9d",3,NULL,0,NULL,0}, + {"⺀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x80",3,NULL,0,NULL,0}, + {"Ԉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x88",2,NULL,0,NULL,0}, + {"꣸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xb8",3,NULL,0,NULL,0}, + {"ⷊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x8a",3,NULL,0,NULL,0}, + {"蚶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xb6",3,NULL,0,NULL,0}, + {"׿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xbf",2,NULL,0,NULL,0}, + {"䯄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x84",3,NULL,0,NULL,0}, + {"ᐣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xa3",3,NULL,0,NULL,0}, + {"횥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xa5",3,NULL,0,NULL,0}, + {"拐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x90",3,NULL,0,NULL,0}, + {"鴢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xa6",3,NULL,0,NULL,0}, + {"ꦯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x80",3,NULL,0,NULL,0}, + {"⨞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x9e",3,NULL,0,NULL,0}, + {"걌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x8c",3,NULL,0,NULL,0}, + {"䄗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x97",3,NULL,0,NULL,0}, + {"踍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x8d",3,NULL,0,NULL,0}, + {"窡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xa1",3,NULL,0,NULL,0}, + {"은",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x80",3,NULL,0,NULL,0}, + {"풑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x91",3,NULL,0,NULL,0}, + {"﮳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xa8",3,NULL,0,NULL,0}, + {"踿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xbf",3,NULL,0,NULL,0}, + {"粛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa4",3,NULL,0,NULL,0}, + {"䟄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x84",3,NULL,0,NULL,0}, + {"ⳓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x93",3,NULL,0,NULL,0}, + {"㈀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x80",3,NULL,0,NULL,0}, + {"抖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x96",3,NULL,0,NULL,0}, + {"攪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xaa",3,NULL,0,NULL,0}, + {"ⳍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x8d",3,NULL,0,NULL,0}, + {"갽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x85",3,NULL,0,NULL,0}, + {"䩣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xa3",3,NULL,0,NULL,0}, + {"ꎻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xbb",3,NULL,0,NULL,0}, + {"洍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x8d",3,NULL,0,NULL,0}, + {"橰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xb0",3,NULL,0,NULL,0}, + {"묒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x92",3,NULL,0,NULL,0}, + {"ဢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xa2",3,NULL,0,NULL,0}, + {"㵍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x8d",3,NULL,0,NULL,0}, + {"ሹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xb9",3,NULL,0,NULL,0}, + {"沮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xae",3,NULL,0,NULL,0}, + {"ꋗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x97",3,NULL,0,NULL,0}, + {"ꉪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xaa",3,NULL,0,NULL,0}, + {"곡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xa1",3,NULL,0,NULL,0}, + {"埠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xa0",3,NULL,0,NULL,0}, + {"弳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xb3",3,NULL,0,NULL,0}, + {"囫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xab",3,NULL,0,NULL,0}, + {"௬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xac",3,NULL,0,NULL,0}, + {"ꐏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x8f",3,NULL,0,NULL,0}, + {"撠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xa0",3,NULL,0,NULL,0}, + {"༡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xa1",3,NULL,0,NULL,0}, + {"龡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xa1",3,NULL,0,NULL,0}, + {"ᦖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x96",3,NULL,0,NULL,0}, + {"弫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xab",3,NULL,0,NULL,0}, + {"잿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xbf",3,NULL,0,NULL,0}, + {"愻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xbb",3,NULL,0,NULL,0}, + {"訟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x9f",3,NULL,0,NULL,0}, + {"᳢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xa6",3,NULL,0,NULL,0}, + {"탎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x8e",3,NULL,0,NULL,0}, + {"测",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x8b",3,NULL,0,NULL,0}, + {"턭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xad",3,NULL,0,NULL,0}, + {"蝅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x81",3,NULL,0,NULL,0}, + {"棟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x9f",3,NULL,0,NULL,0}, + {"셑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x91",3,NULL,0,NULL,0}, + {"ᰡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xa1",3,NULL,0,NULL,0}, + {"鈀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x80",3,NULL,0,NULL,0}, + {"쵂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x82",3,NULL,0,NULL,0}, + {"㍦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xa6",3,NULL,0,NULL,0}, + {"ꍜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x9c",3,NULL,0,NULL,0}, + {"䯰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xb0",3,NULL,0,NULL,0}, + {"쳹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xbf",3,NULL,0,NULL,0}, + {"줬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xac",3,NULL,0,NULL,0}, + {"鸡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xa1",3,NULL,0,NULL,0}, + {"㦗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x97",3,NULL,0,NULL,0}, + {"굊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x8a",3,NULL,0,NULL,0}, + {"谕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x95",3,NULL,0,NULL,0}, + {"㱏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x8f",3,NULL,0,NULL,0}, + {"쾘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x98",3,NULL,0,NULL,0}, + {"ꇣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xa3",3,NULL,0,NULL,0}, + {"໫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xab",3,NULL,0,NULL,0}, + {"묟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x9f",3,NULL,0,NULL,0}, + {"먞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x9e",3,NULL,0,NULL,0}, + {"곭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xad",3,NULL,0,NULL,0}, + {"ꞑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x91",3,NULL,0,NULL,0}, + {"ᆞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x95",3,NULL,0,NULL,0}, + {"⬪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xaa",3,NULL,0,NULL,0}, + {"련",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xa8",3,NULL,0,NULL,0}, + {"⮟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x9f",3,NULL,0,NULL,0}, + {"䏛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x9b",3,NULL,0,NULL,0}, + {"뻞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x9e",3,NULL,0,NULL,0}, + {"뱤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xa4",3,NULL,0,NULL,0}, + {"熚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x9a",3,NULL,0,NULL,0}, + {"蝻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x9e",3,NULL,0,NULL,0}, + {"䨠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xba",3,NULL,0,NULL,0}, + {"뭡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xa1",3,NULL,0,NULL,0}, + {"詎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x91",3,NULL,0,NULL,0}, + {"躂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x82",3,NULL,0,NULL,0}, + {"⣺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xba",3,NULL,0,NULL,0}, + {"붛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xb6",3,NULL,0,NULL,0}, + {"䲭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xad",3,NULL,0,NULL,0}, + {"鬸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xb8",3,NULL,0,NULL,0}, + {"戇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x87",3,NULL,0,NULL,0}, + {"㨶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xb6",3,NULL,0,NULL,0}, + {"䈏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xa7",3,NULL,0,NULL,0}, + {"蚏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x8f",3,NULL,0,NULL,0}, + {"꺝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x9d",3,NULL,0,NULL,0}, + {"䆸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xb8",3,NULL,0,NULL,0}, + {"墳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xb3",3,NULL,0,NULL,0}, + {"퓣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xa3",3,NULL,0,NULL,0}, + {"浬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xac",3,NULL,0,NULL,0}, + {"㥒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x92",3,NULL,0,NULL,0}, + {"渗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x85",3,NULL,0,NULL,0}, + {"麁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x81",3,NULL,0,NULL,0}, + {"喤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xa4",3,NULL,0,NULL,0}, + {"텮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xae",3,NULL,0,NULL,0}, + {"烇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x87",3,NULL,0,NULL,0}, + {"뮩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbc",3,NULL,0,NULL,0}, + {"简",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x80",3,NULL,0,NULL,0}, + {"",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x01",1,NULL,0,NULL,0}, + {"䧦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xa6",3,NULL,0,NULL,0}, + {"㸕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x95",3,NULL,0,NULL,0}, + {"㖥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xa5",3,NULL,0,NULL,0}, + {"睪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xaa",3,NULL,0,NULL,0}, + {"틢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xa2",3,NULL,0,NULL,0}, + {"랷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xb7",3,NULL,0,NULL,0}, + {"㭓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x93",3,NULL,0,NULL,0}, + {"씄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x84",3,NULL,0,NULL,0}, + {"齅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x85",3,NULL,0,NULL,0}, + {"ꡙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x99",3,NULL,0,NULL,0}, + {"鯉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x89",3,NULL,0,NULL,0}, + {"禿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xbf",3,NULL,0,NULL,0}, + {"뫄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x84",3,NULL,0,NULL,0}, + {"뗹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xb9",3,NULL,0,NULL,0}, + {"쏲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xb2",3,NULL,0,NULL,0}, + {"ꨅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x85",3,NULL,0,NULL,0}, + {"ණ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xab",3,NULL,0,NULL,0}, + {"睈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x88",3,NULL,0,NULL,0}, + {"㞃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x83",3,NULL,0,NULL,0}, + {"갖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x96",3,NULL,0,NULL,0}, + {"珷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xb7",3,NULL,0,NULL,0}, + {"諵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xb5",3,NULL,0,NULL,0}, + {"ᖺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xba",3,NULL,0,NULL,0}, + {"똫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xab",3,NULL,0,NULL,0}, + {"䵖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xa8",3,NULL,0,NULL,0}, + {"욶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xb6",3,NULL,0,NULL,0}, + {"箾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x84",3,NULL,0,NULL,0}, + {"綌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x8c",3,NULL,0,NULL,0}, + {"謺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xba",3,NULL,0,NULL,0}, + {"퇛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x9b",3,NULL,0,NULL,0}, + {"匶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xb6",3,NULL,0,NULL,0}, + {"啣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xa3",3,NULL,0,NULL,0}, + {"鼏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x8f",3,NULL,0,NULL,0}, + {"偄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x84",3,NULL,0,NULL,0}, + {"勵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xae",3,NULL,0,NULL,0}, + {"扽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xbd",3,NULL,0,NULL,0}, + {"祦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xa6",3,NULL,0,NULL,0}, + {"펪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xaa",3,NULL,0,NULL,0}, + {"惮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xae",3,NULL,0,NULL,0}, + {"ﵲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xb2",3,NULL,0,NULL,0}, + {"팃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x83",3,NULL,0,NULL,0}, + {"봺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xba",3,NULL,0,NULL,0}, + {"叧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x90",3,NULL,0,NULL,0}, + {"玟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x9f",3,NULL,0,NULL,0}, + {"桿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xbf",3,NULL,0,NULL,0}, + {"稀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xaa",3,NULL,0,NULL,0}, + {"漷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xa3",3,NULL,0,NULL,0}, + {"椆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x86",3,NULL,0,NULL,0}, + {"㣒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x92",3,NULL,0,NULL,0}, + {"湯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xaf",3,NULL,0,NULL,0}, + {"甀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x80",3,NULL,0,NULL,0}, + {"绉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x89",3,NULL,0,NULL,0}, + {"謬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xac",3,NULL,0,NULL,0}, + {"뚔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x94",3,NULL,0,NULL,0}, + {"롿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xbf",3,NULL,0,NULL,0}, + {"卸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xa1",3,NULL,0,NULL,0}, + {"证",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x81",3,NULL,0,NULL,0}, + {"覅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x85",3,NULL,0,NULL,0}, + {"폭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xad",3,NULL,0,NULL,0}, + {"뒇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x87",3,NULL,0,NULL,0}, + {"礗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x97",3,NULL,0,NULL,0}, + {"팹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xb9",3,NULL,0,NULL,0}, + {"縆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x80",3,NULL,0,NULL,0}, + {"仵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xb5",3,NULL,0,NULL,0}, + {"呀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x80",3,NULL,0,NULL,0}, + {"홂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x82",3,NULL,0,NULL,0}, + {"ෂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x82",3,NULL,0,NULL,0}, + {"訾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xbe",3,NULL,0,NULL,0}, + {"쥰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xb0",3,NULL,0,NULL,0}, + {"탷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xb7",3,NULL,0,NULL,0}, + {"ꝓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x97",3,NULL,0,NULL,0}, + {"๔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x94",3,NULL,0,NULL,0}, + {"哞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x9e",3,NULL,0,NULL,0}, + {"ﲜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x9c",3,NULL,0,NULL,0}, + {"퐅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x85",3,NULL,0,NULL,0}, + {"臏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x8f",3,NULL,0,NULL,0}, + {"媘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x98",3,NULL,0,NULL,0}, + {"嵎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x8e",3,NULL,0,NULL,0}, + {"瞂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x82",3,NULL,0,NULL,0}, + {"멤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xa4",3,NULL,0,NULL,0}, + {"羼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xbc",3,NULL,0,NULL,0}, + {"ꫥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xa5",3,NULL,0,NULL,0}, + {"靼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xbc",3,NULL,0,NULL,0}, + {"⼚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xb7",3,NULL,0,NULL,0}, + {"ᶷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xb7",3,NULL,0,NULL,0}, + {"ㆡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xa1",3,NULL,0,NULL,0}, + {"ᶀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xb5",3,NULL,0,NULL,0}, + {"㰔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x94",3,NULL,0,NULL,0}, + {"꛹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x8c",3,NULL,0,NULL,0}, + {"탂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x82",3,NULL,0,NULL,0}, + {"恲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xb2",3,NULL,0,NULL,0}, + {"৭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x89",3,NULL,0,NULL,0}, + {"딄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x84",3,NULL,0,NULL,0}, + {"൙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xb0",3,NULL,0,NULL,0}, + {"낆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x86",3,NULL,0,NULL,0}, + {"ᛮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xae",3,NULL,0,NULL,0}, + {"槄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x84",3,NULL,0,NULL,0}, + {"롏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x8f",3,NULL,0,NULL,0}, + {"猨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x8f",3,NULL,0,NULL,0}, + {"汋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x8b",3,NULL,0,NULL,0}, + {"쩫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xab",3,NULL,0,NULL,0}, + {"辉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x89",3,NULL,0,NULL,0}, + {"徂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x82",3,NULL,0,NULL,0}, + {"円",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x86",3,NULL,0,NULL,0}, + {"ᒅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x85",3,NULL,0,NULL,0}, + {"눢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xa2",3,NULL,0,NULL,0}, + {"峇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x87",3,NULL,0,NULL,0}, + {"싗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x97",3,NULL,0,NULL,0}, + {"乙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x9e",3,NULL,0,NULL,0}, + {"᷵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xb5",3,NULL,0,NULL,0}, + {"馢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xa2",3,NULL,0,NULL,0}, + {"췧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xa7",3,NULL,0,NULL,0}, + {"ꪘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x98",3,NULL,0,NULL,0}, + {"혁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xa9",3,NULL,0,NULL,0}, + {"⥩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xa9",3,NULL,0,NULL,0}, + {"ퟕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x95",3,NULL,0,NULL,0}, + {"춸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xb8",3,NULL,0,NULL,0}, + {"艀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x80",3,NULL,0,NULL,0}, + {"醃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x83",3,NULL,0,NULL,0}, + {"뜺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xba",3,NULL,0,NULL,0}, + {"ᴭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xad",3,NULL,0,NULL,0}, + {"질",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x88",3,NULL,0,NULL,0}, + {"ꐟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x9f",3,NULL,0,NULL,0}, + {"福",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x9b",3,NULL,0,NULL,0}, + {"튺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xba",3,NULL,0,NULL,0}, + {"핒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x92",3,NULL,0,NULL,0}, + {"ꋽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xbd",3,NULL,0,NULL,0}, + {"㾌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x8c",3,NULL,0,NULL,0}, + {"ﴤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xb4",3,NULL,0,NULL,0}, + {"돁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x81",3,NULL,0,NULL,0}, + {"š",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa1",2,NULL,0,NULL,0}, + {"㸵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xb2",3,NULL,0,NULL,0}, + {"䡬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xac",3,NULL,0,NULL,0}, + {"ㆀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x80",3,NULL,0,NULL,0}, + {"乇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x87",3,NULL,0,NULL,0}, + {"᫒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x92",3,NULL,0,NULL,0}, + {"삘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x98",3,NULL,0,NULL,0}, + {"쮃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x83",3,NULL,0,NULL,0}, + {"ἐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x90",3,NULL,0,NULL,0}, + {"苖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x96",3,NULL,0,NULL,0}, + {"䃃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x83",3,NULL,0,NULL,0}, + {"ﻑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x9c",3,NULL,0,NULL,0}, + {"䐧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x91",3,NULL,0,NULL,0}, + {"ᾚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x9a",3,NULL,0,NULL,0}, + {"螵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xb5",3,NULL,0,NULL,0}, + {"仂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x82",3,NULL,0,NULL,0}, + {"珈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x88",3,NULL,0,NULL,0}, + {"뇷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xb7",3,NULL,0,NULL,0}, + {"ࢦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xa6",3,NULL,0,NULL,0}, + {"鋕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x88",3,NULL,0,NULL,0}, + {"㿻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xbb",3,NULL,0,NULL,0}, + {"垽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xbd",3,NULL,0,NULL,0}, + {"框",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x86",3,NULL,0,NULL,0}, + {"ﶣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xa3",3,NULL,0,NULL,0}, + {"्",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x8d",3,NULL,0,NULL,0}, + {"쨉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x89",3,NULL,0,NULL,0}, + {"ꒈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x88",3,NULL,0,NULL,0}, + {"櫐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x90",3,NULL,0,NULL,0}, + {"㒋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x8b",3,NULL,0,NULL,0}, + {"펁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x81",3,NULL,0,NULL,0}, + {"巡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xa6",3,NULL,0,NULL,0}, + {"㼅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x85",3,NULL,0,NULL,0}, + {"健",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xa5",3,NULL,0,NULL,0}, + {"略",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xb6",3,NULL,0,NULL,0}, + {"帪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xa7",3,NULL,0,NULL,0}, + {"窫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xab",3,NULL,0,NULL,0}, + {"왠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xa0",3,NULL,0,NULL,0}, + {"댥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xa5",3,NULL,0,NULL,0}, + {"耎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x8e",3,NULL,0,NULL,0}, + {"外",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x96",3,NULL,0,NULL,0}, + {"䌄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x84",3,NULL,0,NULL,0}, + {"쁿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xbf",3,NULL,0,NULL,0}, + {"邓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x93",3,NULL,0,NULL,0}, + {"婇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x95",3,NULL,0,NULL,0}, + {"ẽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xbd",3,NULL,0,NULL,0}, + {"긞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x9e",3,NULL,0,NULL,0}, + {"때",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x8c",3,NULL,0,NULL,0}, + {"䥜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x9c",3,NULL,0,NULL,0}, + {"⽈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x88",3,NULL,0,NULL,0}, + {"㜥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xa5",3,NULL,0,NULL,0}, + {"籌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x8c",3,NULL,0,NULL,0}, + {"⒡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xa1",3,NULL,0,NULL,0}, + {"崧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xa7",3,NULL,0,NULL,0}, + {"痡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xa1",3,NULL,0,NULL,0}, + {"ꄕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x9b",3,NULL,0,NULL,0}, + {"᎓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x93",3,NULL,0,NULL,0}, + {"䶇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x87",3,NULL,0,NULL,0}, + {"֗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x97",2,NULL,0,NULL,0}, + {"磬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xac",3,NULL,0,NULL,0}, + {"셣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x99",3,NULL,0,NULL,0}, + {"휓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x92",3,NULL,0,NULL,0}, + {"機",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x9f",3,NULL,0,NULL,0}, + {"攍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x8d",3,NULL,0,NULL,0}, + {"虔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x94",3,NULL,0,NULL,0}, + {"ℋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xb0",3,NULL,0,NULL,0}, + {"筚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x92",3,NULL,0,NULL,0}, + {"宎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x8e",3,NULL,0,NULL,0}, + {"䙇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x87",3,NULL,0,NULL,0}, + {"툾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xbe",3,NULL,0,NULL,0}, + {"쬥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xa5",3,NULL,0,NULL,0}, + {"䌳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xb3",3,NULL,0,NULL,0}, + {"霑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x91",3,NULL,0,NULL,0}, + {"ﯸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xb8",3,NULL,0,NULL,0}, + {"ꡔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xbb",3,NULL,0,NULL,0}, + {"캴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xb4",3,NULL,0,NULL,0}, + {"ꅓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x93",3,NULL,0,NULL,0}, + {"摒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x92",3,NULL,0,NULL,0}, + {"妽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xbd",3,NULL,0,NULL,0}, + {"᣼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x97",3,NULL,0,NULL,0}, + {"磚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x9a",3,NULL,0,NULL,0}, + {"઒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x92",3,NULL,0,NULL,0}, + {"␚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x9a",3,NULL,0,NULL,0}, + {"⦳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xb3",3,NULL,0,NULL,0}, + {"㑒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x92",3,NULL,0,NULL,0}, + {"㜖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x96",3,NULL,0,NULL,0}, + {"㌯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xaf",3,NULL,0,NULL,0}, + {"丂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x81",3,NULL,0,NULL,0}, + {"ۦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xa6",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x90",3,NULL,0,NULL,0}, + {"诫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xab",3,NULL,0,NULL,0}, + {"쟬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xac",3,NULL,0,NULL,0}, + {"駍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x8d",3,NULL,0,NULL,0}, + {"샦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xa6",3,NULL,0,NULL,0}, + {"链",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xbe",3,NULL,0,NULL,0}, + {"⛸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xb8",3,NULL,0,NULL,0}, + {"ꯈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x88",3,NULL,0,NULL,0}, + {"⫷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xa6",3,NULL,0,NULL,0}, + {"ƪ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xaa",2,NULL,0,NULL,0}, + {"命",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xbd",3,NULL,0,NULL,0}, + {"ܙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x99",2,NULL,0,NULL,0}, + {"䑎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x8e",3,NULL,0,NULL,0}, + {"큗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x97",3,NULL,0,NULL,0}, + {"๢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xa2",3,NULL,0,NULL,0}, + {"ႋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x8b",3,NULL,0,NULL,0}, + {"ᙛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x9b",3,NULL,0,NULL,0}, + {"⤸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xb8",3,NULL,0,NULL,0}, + {"辝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x9d",3,NULL,0,NULL,0}, + {"뾟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x9f",3,NULL,0,NULL,0}, + {"훎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x99",3,NULL,0,NULL,0}, + {"棫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xab",3,NULL,0,NULL,0}, + {"ꓠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xa0",3,NULL,0,NULL,0}, + {"坔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xa5",3,NULL,0,NULL,0}, + {"渭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xad",3,NULL,0,NULL,0}, + {"閁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x82",3,NULL,0,NULL,0}, + {"揢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xa2",3,NULL,0,NULL,0}, + {"䮢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xa2",3,NULL,0,NULL,0}, + {"铰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xb0",3,NULL,0,NULL,0}, + {"᭤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xa4",3,NULL,0,NULL,0}, + {"᭓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x93",3,NULL,0,NULL,0}, + {"ꈒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xbf",3,NULL,0,NULL,0}, + {"ᆒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x92",3,NULL,0,NULL,0}, + {"✾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xbe",3,NULL,0,NULL,0}, + {"Ⓘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xbe",3,NULL,0,NULL,0}, + {"钽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xbd",3,NULL,0,NULL,0}, + {"몵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x89",3,NULL,0,NULL,0}, + {"㮈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x88",3,NULL,0,NULL,0}, + {"躤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xa4",3,NULL,0,NULL,0}, + {"먛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x9b",3,NULL,0,NULL,0}, + {"䭛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x9b",3,NULL,0,NULL,0}, + {"ჴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xb4",3,NULL,0,NULL,0}, + {"㕦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xa6",3,NULL,0,NULL,0}, + {"숦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xa6",3,NULL,0,NULL,0}, + {"牝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x9d",3,NULL,0,NULL,0}, + {"懄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xba",3,NULL,0,NULL,0}, + {"挳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xb3",3,NULL,0,NULL,0}, + {"Ꞝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x9c",3,NULL,0,NULL,0}, + {"䄾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xbe",3,NULL,0,NULL,0}, + {"⯼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xbc",3,NULL,0,NULL,0}, + {"㞦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xa6",3,NULL,0,NULL,0}, + {"ꦍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x83",3,NULL,0,NULL,0}, + {"挿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xbf",3,NULL,0,NULL,0}, + {"쯪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xaa",3,NULL,0,NULL,0}, + {"ṃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x83",3,NULL,0,NULL,0}, + {"몸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xb8",3,NULL,0,NULL,0}, + {"嗯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xaf",3,NULL,0,NULL,0}, + {"䎅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x85",3,NULL,0,NULL,0}, + {"졻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xbb",3,NULL,0,NULL,0}, + {"퓮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xae",3,NULL,0,NULL,0}, + {"⪀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x80",3,NULL,0,NULL,0}, + {"◄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x84",3,NULL,0,NULL,0}, + {"㞒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x92",3,NULL,0,NULL,0}, + {"騝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x9d",3,NULL,0,NULL,0}, + {"㉽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xbd",3,NULL,0,NULL,0}, + {"桃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x83",3,NULL,0,NULL,0}, + {"蹵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xb5",3,NULL,0,NULL,0}, + {"礙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xb0",3,NULL,0,NULL,0}, + {"䙱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xb1",3,NULL,0,NULL,0}, + {"榵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xb5",3,NULL,0,NULL,0}, + {"獐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x90",3,NULL,0,NULL,0}, + {"桒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x92",3,NULL,0,NULL,0}, + {"逯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xaf",3,NULL,0,NULL,0}, + {"˜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x9c",2,NULL,0,NULL,0}, + {"㵇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x87",3,NULL,0,NULL,0}, + {"⨚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x9a",3,NULL,0,NULL,0}, + {"㢯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xaf",3,NULL,0,NULL,0}, + {"걔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x94",3,NULL,0,NULL,0}, + {"䄥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xac",3,NULL,0,NULL,0}, + {"爺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xba",3,NULL,0,NULL,0}, + {"噢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xa2",3,NULL,0,NULL,0}, + {"曙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xa5",3,NULL,0,NULL,0}, + {"謡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xa1",3,NULL,0,NULL,0}, + {"床",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x8a",3,NULL,0,NULL,0}, + {"임",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x84",3,NULL,0,NULL,0}, + {"켏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x8f",3,NULL,0,NULL,0}, + {"꣆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x86",3,NULL,0,NULL,0}, + {"吝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x9d",3,NULL,0,NULL,0}, + {"氅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x85",3,NULL,0,NULL,0}, + {"弹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xb9",3,NULL,0,NULL,0}, + {"ᗟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x9f",3,NULL,0,NULL,0}, + {"꟎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x8e",3,NULL,0,NULL,0}, + {"㙶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xb6",3,NULL,0,NULL,0}, + {"暁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xb7",3,NULL,0,NULL,0}, + {"齳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xb3",3,NULL,0,NULL,0}, + {"䳖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x96",3,NULL,0,NULL,0}, + {"ꀖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x96",3,NULL,0,NULL,0}, + {"ฑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x91",3,NULL,0,NULL,0}, + {"ꭔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x94",3,NULL,0,NULL,0}, + {"뉒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x92",3,NULL,0,NULL,0}, + {"̉",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x89",2,NULL,0,NULL,0}, + {"燖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x96",3,NULL,0,NULL,0}, + {"횁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x81",3,NULL,0,NULL,0}, + {"ꎱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xb1",3,NULL,0,NULL,0}, + {"퐯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xaf",3,NULL,0,NULL,0}, + {"鶕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x95",3,NULL,0,NULL,0}, + {"യ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xaf",3,NULL,0,NULL,0}, + {"촶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xb6",3,NULL,0,NULL,0}, + {"顇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x87",3,NULL,0,NULL,0}, + {"턯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xaf",3,NULL,0,NULL,0}, + {"燰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xb0",3,NULL,0,NULL,0}, + {"跱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xb1",3,NULL,0,NULL,0}, + {"혺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xba",3,NULL,0,NULL,0}, + {"뢴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xa8",3,NULL,0,NULL,0}, + {"뿴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xb4",3,NULL,0,NULL,0}, + {"鑖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x96",3,NULL,0,NULL,0}, + {"虁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x81",3,NULL,0,NULL,0}, + {"杪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xaa",3,NULL,0,NULL,0}, + {"Ξ",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x9e",2,NULL,0,NULL,0}, + {"筯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xaf",3,NULL,0,NULL,0}, + {"ꉚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x9a",3,NULL,0,NULL,0}, + {"ꖇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x87",3,NULL,0,NULL,0}, + {"릫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xab",3,NULL,0,NULL,0}, + {"ᅁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x81",3,NULL,0,NULL,0}, + {"⮄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xa7",3,NULL,0,NULL,0}, + {"䬍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x8d",3,NULL,0,NULL,0}, + {"貒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x96",3,NULL,0,NULL,0}, + {"緲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xb2",3,NULL,0,NULL,0}, + {"訥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xa5",3,NULL,0,NULL,0}, + {"洢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xa0",3,NULL,0,NULL,0}, + {"愹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xb9",3,NULL,0,NULL,0}, + {"蝇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xa5",3,NULL,0,NULL,0}, + {"誤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xa4",3,NULL,0,NULL,0}, + {"蜆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x86",3,NULL,0,NULL,0}, + {"省",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xad",3,NULL,0,NULL,0}, + {"깐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x90",3,NULL,0,NULL,0}, + {"塢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xa2",3,NULL,0,NULL,0}, + {"핀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x80",3,NULL,0,NULL,0}, + {"೐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x90",3,NULL,0,NULL,0}, + {"਋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x96",3,NULL,0,NULL,0}, + {"彭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xad",3,NULL,0,NULL,0}, + {"劐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x90",3,NULL,0,NULL,0}, + {"赪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xb7",3,NULL,0,NULL,0}, + {"鰰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xb0",3,NULL,0,NULL,0}, + {"僗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x97",3,NULL,0,NULL,0}, + {"ꇱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xb1",3,NULL,0,NULL,0}, + {"킨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xa8",3,NULL,0,NULL,0}, + {"꾚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9c",3,NULL,0,NULL,0}, + {"蠾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xbe",3,NULL,0,NULL,0}, + {"鈟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x9f",3,NULL,0,NULL,0}, + {"ᳲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xb2",3,NULL,0,NULL,0}, + {"롈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x88",3,NULL,0,NULL,0}, + {"䮦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xbe",3,NULL,0,NULL,0}, + {"뱔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x94",3,NULL,0,NULL,0}, + {"筸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xb8",3,NULL,0,NULL,0}, + {"裛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x9b",3,NULL,0,NULL,0}, + {"묫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xab",3,NULL,0,NULL,0}, + {"།",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x8b",3,NULL,0,NULL,0}, + {"핷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xb7",3,NULL,0,NULL,0}, + {"꘦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xa6",3,NULL,0,NULL,0}, + {"枇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xbb",3,NULL,0,NULL,0}, + {"뵲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xb2",3,NULL,0,NULL,0}, + {"祮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x9f",3,NULL,0,NULL,0}, + {"糎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x8e",3,NULL,0,NULL,0}, + {"䛋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x8b",3,NULL,0,NULL,0}, + {"붳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x8a",3,NULL,0,NULL,0}, + {"买",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xb0",3,NULL,0,NULL,0}, + {"滳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xb3",3,NULL,0,NULL,0}, + {"쏆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x86",3,NULL,0,NULL,0}, + {"昲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xb2",3,NULL,0,NULL,0}, + {"쎥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xa5",3,NULL,0,NULL,0}, + {"ﻴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xb4",3,NULL,0,NULL,0}, + {"忄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x84",3,NULL,0,NULL,0}, + {"븒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xb2",3,NULL,0,NULL,0}, + {"䥬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xab",3,NULL,0,NULL,0}, + {"㤂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x82",3,NULL,0,NULL,0}, + {"ꟻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xbb",3,NULL,0,NULL,0}, + {"俱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xb1",3,NULL,0,NULL,0}, + {"㾬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xb9",3,NULL,0,NULL,0}, + {"ﳿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xbf",3,NULL,0,NULL,0}, + {"銚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x9a",3,NULL,0,NULL,0}, + {"㭙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x99",3,NULL,0,NULL,0}, + {"债",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xbd",3,NULL,0,NULL,0}, + {"볉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x89",3,NULL,0,NULL,0}, + {"ᝫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xab",3,NULL,0,NULL,0}, + {"襄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x84",3,NULL,0,NULL,0}, + {"秅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x85",3,NULL,0,NULL,0}, + {"퍠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xa0",3,NULL,0,NULL,0}, + {"萄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x84",3,NULL,0,NULL,0}, + {"翷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xb7",3,NULL,0,NULL,0}, + {"漵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xb5",3,NULL,0,NULL,0}, + {"芣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xa3",3,NULL,0,NULL,0}, + {"ﶝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x9d",3,NULL,0,NULL,0}, + {"珽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xbd",3,NULL,0,NULL,0}, + {"똡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xa1",3,NULL,0,NULL,0}, + {"ᖎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x8e",3,NULL,0,NULL,0}, + {"Ồ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x9e",3,NULL,0,NULL,0}, + {"潶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xbc",3,NULL,0,NULL,0}, + {"瓢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xa2",3,NULL,0,NULL,0}, + {" ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x80",3,NULL,0,NULL,0}, + {"빿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xbf",3,NULL,0,NULL,0}, + {"ᕭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xad",3,NULL,0,NULL,0}, + {"璡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xa1",3,NULL,0,NULL,0}, + {"뗖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x96",3,NULL,0,NULL,0}, + {"偈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x88",3,NULL,0,NULL,0}, + {"씢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xa2",3,NULL,0,NULL,0}, + {"ͫ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xab",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x8a",3,NULL,0,NULL,0}, + {"놷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xb7",3,NULL,0,NULL,0}, + {"ᜱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xb1",3,NULL,0,NULL,0}, + {"鑓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x93",3,NULL,0,NULL,0}, + {"ꙮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xae",3,NULL,0,NULL,0}, + {"탨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xa8",3,NULL,0,NULL,0}, + {"죵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xb5",3,NULL,0,NULL,0}, + {"뎡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xa1",3,NULL,0,NULL,0}, + {"叅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x8d",3,NULL,0,NULL,0}, + {"ᒦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa6",3,NULL,0,NULL,0}, + {"Ⳛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x9a",3,NULL,0,NULL,0}, + {"힛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x9b",3,NULL,0,NULL,0}, + {"羘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x98",3,NULL,0,NULL,0}, + {"஽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xbd",3,NULL,0,NULL,0}, + {"ﺄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x84",3,NULL,0,NULL,0}, + {"릲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xa6",3,NULL,0,NULL,0}, + {"與",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x87",3,NULL,0,NULL,0}, + {"㴴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xb4",3,NULL,0,NULL,0}, + {"䯯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xa8",3,NULL,0,NULL,0}, + {"鍽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xbd",3,NULL,0,NULL,0}, + {"䄺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xba",3,NULL,0,NULL,0}, + {"鄣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xa3",3,NULL,0,NULL,0}, + {"飐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x98",3,NULL,0,NULL,0}, + {"岫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xab",3,NULL,0,NULL,0}, + {"鋢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xa2",3,NULL,0,NULL,0}, + {"뒯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xaf",3,NULL,0,NULL,0}, + {"8",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xb9",3,NULL,0,NULL,0}, + {"礅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x85",3,NULL,0,NULL,0}, + {"⼞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x9e",3,NULL,0,NULL,0}, + {"옫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xab",3,NULL,0,NULL,0}, + {"ㇹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xbc",3,NULL,0,NULL,0}, + {"彎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xaf",3,NULL,0,NULL,0}, + {"ꂭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xad",3,NULL,0,NULL,0}, + {"ॸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xb8",3,NULL,0,NULL,0}, + {"槻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xbb",3,NULL,0,NULL,0}, + {"㯢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xa2",3,NULL,0,NULL,0}, + {"벣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xa3",3,NULL,0,NULL,0}, + {"ጰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xb0",3,NULL,0,NULL,0}, + {"聝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x9d",3,NULL,0,NULL,0}, + {"硞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x9e",3,NULL,0,NULL,0}, + {"㫙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x99",3,NULL,0,NULL,0}, + {"ỹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xb9",3,NULL,0,NULL,0}, + {"ᡳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xb3",3,NULL,0,NULL,0}, + {"᳃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x83",3,NULL,0,NULL,0}, + {"楼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xbc",3,NULL,0,NULL,0}, + {"쌑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x91",3,NULL,0,NULL,0}, + {"↓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x93",3,NULL,0,NULL,0}, + {"臍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x8d",3,NULL,0,NULL,0}, + {"狶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xb6",3,NULL,0,NULL,0}, + {"﷽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xbd",3,NULL,0,NULL,0}, + {"ᡮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xa6",3,NULL,0,NULL,0}, + {"꫗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xad",3,NULL,0,NULL,0}, + {"⊵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xb5",3,NULL,0,NULL,0}, + {"鞖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x96",3,NULL,0,NULL,0}, + {"㵣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xa3",3,NULL,0,NULL,0}, + {"췥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xa5",3,NULL,0,NULL,0}, + {"蓌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x8c",3,NULL,0,NULL,0}, + {"ᚎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x8e",3,NULL,0,NULL,0}, + {"溕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x95",3,NULL,0,NULL,0}, + {"⡂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x82",3,NULL,0,NULL,0}, + {"屦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xa6",3,NULL,0,NULL,0}, + {"뜙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x99",3,NULL,0,NULL,0}, + {"ꮤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xa4",3,NULL,0,NULL,0}, + {"䀁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x81",3,NULL,0,NULL,0}, + {"쐡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xbb",3,NULL,0,NULL,0}, + {"K",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xab",3,NULL,0,NULL,0}, + {"済",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x88",3,NULL,0,NULL,0}, + {"㷀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x80",3,NULL,0,NULL,0}, + {"酧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xa7",3,NULL,0,NULL,0}, + {"秉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x89",3,NULL,0,NULL,0}, + {"ꀮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xae",3,NULL,0,NULL,0}, + {"釪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xaa",3,NULL,0,NULL,0}, + {"缨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xa8",3,NULL,0,NULL,0}, + {"篖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x96",3,NULL,0,NULL,0}, + {"饮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xae",3,NULL,0,NULL,0}, + {"ꌟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x9f",3,NULL,0,NULL,0}, + {"肉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x89",3,NULL,0,NULL,0}, + {"菗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x97",3,NULL,0,NULL,0}, + {"쩙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x99",3,NULL,0,NULL,0}, + {"럏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x90",3,NULL,0,NULL,0}, + {"蘇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xb0",3,NULL,0,NULL,0}, + {"쬚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x9a",3,NULL,0,NULL,0}, + {"Ǵ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xb4",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x93",3,NULL,0,NULL,0}, + {"痄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x84",3,NULL,0,NULL,0}, + {"ꔽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xbd",3,NULL,0,NULL,0}, + {"雙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x99",3,NULL,0,NULL,0}, + {"࡯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xaf",3,NULL,0,NULL,0}, + {"ჳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xb3",3,NULL,0,NULL,0}, + {"ﮞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x9e",3,NULL,0,NULL,0}, + {"⟹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xb9",3,NULL,0,NULL,0}, + {"୸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xb8",3,NULL,0,NULL,0}, + {"ꐕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x95",3,NULL,0,NULL,0}, + {"㾐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x90",3,NULL,0,NULL,0}, + {"䗒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x92",3,NULL,0,NULL,0}, + {"㐂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x82",3,NULL,0,NULL,0}, + {"ᐶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x96",3,NULL,0,NULL,0}, + {"潲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x99",3,NULL,0,NULL,0}, + {"㒉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x89",3,NULL,0,NULL,0}, + {"巛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x9b",3,NULL,0,NULL,0}, + {"ĵ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xb5",2,NULL,0,NULL,0}, + {"Ꮫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x94",3,NULL,0,NULL,0}, + {"抣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xa3",3,NULL,0,NULL,0}, + {"堺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xb6",3,NULL,0,NULL,0}, + {"꽞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x87",3,NULL,0,NULL,0}, + {"᪞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x9e",3,NULL,0,NULL,0}, + {"ᑙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x99",3,NULL,0,NULL,0}, + {"델",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xb8",3,NULL,0,NULL,0}, + {"䒥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xa5",3,NULL,0,NULL,0}, + {"◼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xbc",3,NULL,0,NULL,0}, + {"ទ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x91",3,NULL,0,NULL,0}, + {"奬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xac",3,NULL,0,NULL,0}, + {"ꝭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xad",3,NULL,0,NULL,0}, + {"嶞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x9e",3,NULL,0,NULL,0}, + {"▋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x82",3,NULL,0,NULL,0}, + {"隬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xb2",3,NULL,0,NULL,0}, + {"邑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x8d",3,NULL,0,NULL,0}, + {"㊬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xac",3,NULL,0,NULL,0}, + {"䛒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x92",3,NULL,0,NULL,0}, + {"쇔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x94",3,NULL,0,NULL,0}, + {"ﰋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x8b",3,NULL,0,NULL,0}, + {"辋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x8b",3,NULL,0,NULL,0}, + {"ꆞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x9e",3,NULL,0,NULL,0}, + {"쨛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x9b",3,NULL,0,NULL,0}, + {"य़",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x9f",3,NULL,0,NULL,0}, + {"櫰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xb0",3,NULL,0,NULL,0}, + {"꼤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x85",3,NULL,0,NULL,0}, + {"家",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xb6",3,NULL,0,NULL,0}, + {"洮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xae",3,NULL,0,NULL,0}, + {"磤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xb5",3,NULL,0,NULL,0}, + {"䏕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xba",3,NULL,0,NULL,0}, + {"૗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x97",3,NULL,0,NULL,0}, + {"青",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xb5",3,NULL,0,NULL,0}, + {"쮘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x98",3,NULL,0,NULL,0}, + {"샎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xa3",3,NULL,0,NULL,0}, + {"婅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x85",3,NULL,0,NULL,0}, + {"䗯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xaf",3,NULL,0,NULL,0}, + {"⦞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x9e",3,NULL,0,NULL,0}, + {"댷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xb7",3,NULL,0,NULL,0}, + {"ݶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xb6",2,NULL,0,NULL,0}, + {"坯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x81",3,NULL,0,NULL,0}, + {"匳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xb3",3,NULL,0,NULL,0}, + {"귰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xb0",3,NULL,0,NULL,0}, + {"氨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xa8",3,NULL,0,NULL,0}, + {"쾃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x83",3,NULL,0,NULL,0}, + {"퉢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xa2",3,NULL,0,NULL,0}, + {"휗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x9d",3,NULL,0,NULL,0}, + {"⒓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x93",3,NULL,0,NULL,0}, + {"ᦻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xbb",3,NULL,0,NULL,0}, + {"⊌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x86",3,NULL,0,NULL,0}, + {"骭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xad",3,NULL,0,NULL,0}, + {"ꁸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xb8",3,NULL,0,NULL,0}, + {"腲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xb2",3,NULL,0,NULL,0}, + {"␐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x90",3,NULL,0,NULL,0}, + {"门",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xa8",3,NULL,0,NULL,0}, + {"椣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xa3",3,NULL,0,NULL,0}, + {"ᩗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x97",3,NULL,0,NULL,0}, + {"╟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x9f",3,NULL,0,NULL,0}, + {"頮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xae",3,NULL,0,NULL,0}, + {"겲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xb2",3,NULL,0,NULL,0}, + {"䲺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xba",3,NULL,0,NULL,0}, + {"竣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xa3",3,NULL,0,NULL,0}, + {"嬝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x9d",3,NULL,0,NULL,0}, + {"ꈿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xbf",3,NULL,0,NULL,0}, + {"謈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x88",3,NULL,0,NULL,0}, + {"쳂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x82",3,NULL,0,NULL,0}, + {"꾗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x97",3,NULL,0,NULL,0}, + {"굡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xa1",3,NULL,0,NULL,0}, + {"җ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x97",2,NULL,0,NULL,0}, + {"쁇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x87",3,NULL,0,NULL,0}, + {"㥧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xa7",3,NULL,0,NULL,0}, + {"怃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x83",3,NULL,0,NULL,0}, + {"Ӆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x85",2,NULL,0,NULL,0}, + {"摢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xa2",3,NULL,0,NULL,0}, + {"쀀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x80",3,NULL,0,NULL,0}, + {"퀜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x9c",3,NULL,0,NULL,0}, + {"믂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x82",3,NULL,0,NULL,0}, + {"マ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xba",3,NULL,0,NULL,0}, + {"䔡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xa1",3,NULL,0,NULL,0}, + {"ᖭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xad",3,NULL,0,NULL,0}, + {"⌓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x93",3,NULL,0,NULL,0}, + {"넏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x8f",3,NULL,0,NULL,0}, + {"ꎉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xb5",3,NULL,0,NULL,0}, + {"⤚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x9a",3,NULL,0,NULL,0}, + {"䔬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xac",3,NULL,0,NULL,0}, + {"高",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x98",3,NULL,0,NULL,0}, + {"蝪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xaa",3,NULL,0,NULL,0}, + {"j",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"⣙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x99",3,NULL,0,NULL,0}, + {"䊝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x9d",3,NULL,0,NULL,0}, + {"蛣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x9e",3,NULL,0,NULL,0}, + {"ꉽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xbd",3,NULL,0,NULL,0}, + {"風",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xa8",3,NULL,0,NULL,0}, + {"㨂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x82",3,NULL,0,NULL,0}, + {"젚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x9a",3,NULL,0,NULL,0}, + {"墏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x8f",3,NULL,0,NULL,0}, + {"慞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x9e",3,NULL,0,NULL,0}, + {"᫰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xb0",3,NULL,0,NULL,0}, + {"韓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x93",3,NULL,0,NULL,0}, + {"괧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x8b",3,NULL,0,NULL,0}, + {"㟂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x82",3,NULL,0,NULL,0}, + {"笤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xa4",3,NULL,0,NULL,0}, + {"㔞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x9e",3,NULL,0,NULL,0}, + {"בֿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x8c",3,NULL,0,NULL,0}, + {"ꆸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xb8",3,NULL,0,NULL,0}, + {"Ⓤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x8a",3,NULL,0,NULL,0}, + {"몒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x92",3,NULL,0,NULL,0}, + {"ྒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x92",3,NULL,0,NULL,0}, + {"蔩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xa9",3,NULL,0,NULL,0}, + {"ႁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x8b",3,NULL,0,NULL,0}, + {"䧵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xb5",3,NULL,0,NULL,0}, + {"뾭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xa6",3,NULL,0,NULL,0}, + {"⎌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x8c",3,NULL,0,NULL,0}, + {"伭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xad",3,NULL,0,NULL,0}, + {"큥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xa5",3,NULL,0,NULL,0}, + {"믱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xb1",3,NULL,0,NULL,0}, + {"㖾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xbe",3,NULL,0,NULL,0}, + {"꺁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x81",3,NULL,0,NULL,0}, + {"닆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x86",3,NULL,0,NULL,0}, + {"램",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xa8",3,NULL,0,NULL,0}, + {"ꨰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xb0",3,NULL,0,NULL,0}, + {"㠟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x9f",3,NULL,0,NULL,0}, + {"ف",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x81",2,NULL,0,NULL,0}, + {"刪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xaa",3,NULL,0,NULL,0}, + {"鰑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x91",3,NULL,0,NULL,0}, + {"秳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xb3",3,NULL,0,NULL,0}, + {"ꬎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x8e",3,NULL,0,NULL,0}, + {"갭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xad",3,NULL,0,NULL,0}, + {"蕂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x82",3,NULL,0,NULL,0}, + {"嘷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xb7",3,NULL,0,NULL,0}, + {"淬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x9b",3,NULL,0,NULL,0}, + {"蓧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xa7",3,NULL,0,NULL,0}, + {"紌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x8c",3,NULL,0,NULL,0}, + {"琬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xac",3,NULL,0,NULL,0}, + {"⹡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xa1",3,NULL,0,NULL,0}, + {"⧔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x94",3,NULL,0,NULL,0}, + {"툄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x84",3,NULL,0,NULL,0}, + {"↔",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x94",3,NULL,0,NULL,0}, + {"卑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x91",3,NULL,0,NULL,0}, + {"ൽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xbd",3,NULL,0,NULL,0}, + {"먩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xa9",3,NULL,0,NULL,0}, + {"啲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xac",3,NULL,0,NULL,0}, + {"圢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xa2",3,NULL,0,NULL,0}, + {"⩎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x8e",3,NULL,0,NULL,0}, + {"䨸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xb8",3,NULL,0,NULL,0}, + {"⺘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x98",3,NULL,0,NULL,0}, + {"췕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x95",3,NULL,0,NULL,0}, + {"栃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x83",3,NULL,0,NULL,0}, + {"⍳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xb3",3,NULL,0,NULL,0}, + {"뷎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x8e",3,NULL,0,NULL,0}, + {"혷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xb7",3,NULL,0,NULL,0}, + {"꯳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xb3",3,NULL,0,NULL,0}, + {"擘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x93",3,NULL,0,NULL,0}, + {"赝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x9d",3,NULL,0,NULL,0}, + {"遣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xa3",3,NULL,0,NULL,0}, + {"띢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xa2",3,NULL,0,NULL,0}, + {"좉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x89",3,NULL,0,NULL,0}, + {"ⱻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xbb",3,NULL,0,NULL,0}, + {"㣣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x95",3,NULL,0,NULL,0}, + {"겖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x96",3,NULL,0,NULL,0}, + {"甛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x9b",3,NULL,0,NULL,0}, + {"㢞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x9e",3,NULL,0,NULL,0}, + {"曛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x8c",3,NULL,0,NULL,0}, + {"ⶳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xb3",3,NULL,0,NULL,0}, + {"ꤿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xbf",3,NULL,0,NULL,0}, + {"桁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x81",3,NULL,0,NULL,0}, + {"링",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x81",3,NULL,0,NULL,0}, + {"衄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x83",3,NULL,0,NULL,0}, + {"ɶ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xb6",2,NULL,0,NULL,0}, + {"팦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xa6",3,NULL,0,NULL,0}, + {"愓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x93",3,NULL,0,NULL,0}, + {"࿑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x91",3,NULL,0,NULL,0}, + {"憄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x84",3,NULL,0,NULL,0}, + {"퐝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x8a",3,NULL,0,NULL,0}, + {"澭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xad",3,NULL,0,NULL,0}, + {"鶍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x8d",3,NULL,0,NULL,0}, + {"鏍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x8d",3,NULL,0,NULL,0}, + {"ḣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa3",3,NULL,0,NULL,0}, + {"㢭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xad",3,NULL,0,NULL,0}, + {"텈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x88",3,NULL,0,NULL,0}, + {"鏴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xb4",3,NULL,0,NULL,0}, + {"ﱙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x99",3,NULL,0,NULL,0}, + {"賬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x8b",3,NULL,0,NULL,0}, + {"笄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x84",3,NULL,0,NULL,0}, + {"跽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xbd",3,NULL,0,NULL,0}, + {"䰘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x98",3,NULL,0,NULL,0}, + {"ꊉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xa0",3,NULL,0,NULL,0}, + {"슔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x94",3,NULL,0,NULL,0}, + {"趰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xb0",3,NULL,0,NULL,0}, + {"ང",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x84",3,NULL,0,NULL,0}, + {"峢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xa2",3,NULL,0,NULL,0}, + {"泹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xb9",3,NULL,0,NULL,0}, + {"萁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x81",3,NULL,0,NULL,0}, + {"覰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xb0",3,NULL,0,NULL,0}, + {"燩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xa9",3,NULL,0,NULL,0}, + {"馿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xa8",3,NULL,0,NULL,0}, + {"뱃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x83",3,NULL,0,NULL,0}, + {"燻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xbb",3,NULL,0,NULL,0}, + {"ⷴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xb4",3,NULL,0,NULL,0}, + {"ⳃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x98",3,NULL,0,NULL,0}, + {"ร",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xa3",3,NULL,0,NULL,0}, + {"㰇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x87",3,NULL,0,NULL,0}, + {"箔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x94",3,NULL,0,NULL,0}, + {"⴬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xac",3,NULL,0,NULL,0}, + {"㜋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x8b",3,NULL,0,NULL,0}, + {"誠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xa0",3,NULL,0,NULL,0}, + {"퍆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x86",3,NULL,0,NULL,0}, + {"㪸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xb8",3,NULL,0,NULL,0}, + {"ഥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xa5",3,NULL,0,NULL,0}, + {"၌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x8c",3,NULL,0,NULL,0}, + {"ᰟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x9f",3,NULL,0,NULL,0}, + {"跣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xa3",3,NULL,0,NULL,0}, + {"鮵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xa0",3,NULL,0,NULL,0}, + {"䃱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xb1",3,NULL,0,NULL,0}, + {"猛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x9b",3,NULL,0,NULL,0}, + {"鸐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x90",3,NULL,0,NULL,0}, + {"ﴈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x8c",3,NULL,0,NULL,0}, + {"ூ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x82",3,NULL,0,NULL,0}, + {"衵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xb5",3,NULL,0,NULL,0}, + {"鍘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x98",3,NULL,0,NULL,0}, + {"ᤙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x99",3,NULL,0,NULL,0}, + {"䂦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xa6",3,NULL,0,NULL,0}, + {"怆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x86",3,NULL,0,NULL,0}, + {"໻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xbb",3,NULL,0,NULL,0}, + {"䬇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x87",3,NULL,0,NULL,0}, + {"ᵝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x9d",3,NULL,0,NULL,0}, + {"弅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x85",3,NULL,0,NULL,0}, + {"牥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xa5",3,NULL,0,NULL,0}, + {"헮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x86",3,NULL,0,NULL,0}, + {"㌅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x9c",3,NULL,0,NULL,0}, + {"醞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x9e",3,NULL,0,NULL,0}, + {"濗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x97",3,NULL,0,NULL,0}, + {"摏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x8f",3,NULL,0,NULL,0}, + {"뵢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xb5",3,NULL,0,NULL,0}, + {"矅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x85",3,NULL,0,NULL,0}, + {"戢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xaa",3,NULL,0,NULL,0}, + {"ค",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x84",3,NULL,0,NULL,0}, + {"辬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xac",3,NULL,0,NULL,0}, + {"펒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x92",3,NULL,0,NULL,0}, + {"犁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xa6",3,NULL,0,NULL,0}, + {"a",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x81",3,NULL,0,NULL,0}, + {"彟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xae",3,NULL,0,NULL,0}, + {"㭔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x94",3,NULL,0,NULL,0}, + {"ꕗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x97",3,NULL,0,NULL,0}, + {"个",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xaa",3,NULL,0,NULL,0}, + {"琤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xa4",3,NULL,0,NULL,0}, + {"斓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x93",3,NULL,0,NULL,0}, + {"㲠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xa0",3,NULL,0,NULL,0}, + {"䑫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xab",3,NULL,0,NULL,0}, + {"亟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xa0",3,NULL,0,NULL,0}, + {"蟶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xb6",3,NULL,0,NULL,0}, + {"஑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x91",3,NULL,0,NULL,0}, + {"䁓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x93",3,NULL,0,NULL,0}, + {"⭘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x98",3,NULL,0,NULL,0}, + {"࣡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xa1",3,NULL,0,NULL,0}, + {"裑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x91",3,NULL,0,NULL,0}, + {"짭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xad",3,NULL,0,NULL,0}, + {"莛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x9b",3,NULL,0,NULL,0}, + {"튔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x94",3,NULL,0,NULL,0}, + {"慎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x87",3,NULL,0,NULL,0}, + {"핽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xbb",3,NULL,0,NULL,0}, + {"퍜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x9c",3,NULL,0,NULL,0}, + {"帆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x8c",3,NULL,0,NULL,0}, + {"ᯈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x99",3,NULL,0,NULL,0}, + {"䇐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x90",3,NULL,0,NULL,0}, + {"䯊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x8a",3,NULL,0,NULL,0}, + {"퍑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x91",3,NULL,0,NULL,0}, + {"帽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xbd",3,NULL,0,NULL,0}, + {"뚼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xbc",3,NULL,0,NULL,0}, + {"贬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xac",3,NULL,0,NULL,0}, + {"᮫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xab",3,NULL,0,NULL,0}, + {"븆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x86",3,NULL,0,NULL,0}, + {"땹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xb9",3,NULL,0,NULL,0}, + {"嵻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xbb",3,NULL,0,NULL,0}, + {"쥴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x81",3,NULL,0,NULL,0}, + {"퇥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xa5",3,NULL,0,NULL,0}, + {"娃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x83",3,NULL,0,NULL,0}, + {"㠄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x84",3,NULL,0,NULL,0}, + {"꒵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xb5",3,NULL,0,NULL,0}, + {"麠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xa0",3,NULL,0,NULL,0}, + {"얛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x9b",3,NULL,0,NULL,0}, + {"ⶄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x84",3,NULL,0,NULL,0}, + {"प",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xac",3,NULL,0,NULL,0}, + {"옷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xb7",3,NULL,0,NULL,0}, + {"둭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xbb",3,NULL,0,NULL,0}, + {"죯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xb2",3,NULL,0,NULL,0}, + {"䷏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xbc",3,NULL,0,NULL,0}, + {"鑠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xa0",3,NULL,0,NULL,0}, + {"닾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xbe",3,NULL,0,NULL,0}, + {"翥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xa5",3,NULL,0,NULL,0}, + {"䆙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x99",3,NULL,0,NULL,0}, + {"邼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xbc",3,NULL,0,NULL,0}, + {"៹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xb9",3,NULL,0,NULL,0}, + {"恞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x9e",3,NULL,0,NULL,0}, + {"₌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x8c",3,NULL,0,NULL,0}, + {"鄱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xb1",3,NULL,0,NULL,0}, + {"隵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xb5",3,NULL,0,NULL,0}, + {"i",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x89",3,NULL,0,NULL,0}, + {"⚷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xb7",3,NULL,0,NULL,0}, + {"謔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x94",3,NULL,0,NULL,0}, + {"ૉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x89",3,NULL,0,NULL,0}, + {"占",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xa0",3,NULL,0,NULL,0}, + {"廥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xa5",3,NULL,0,NULL,0}, + {"𢡊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x8f",3,NULL,0,NULL,0}, + {"㷫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xab",3,NULL,0,NULL,0}, + {"͡",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xa1",2,NULL,0,NULL,0}, + {"ᶨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xb9",3,NULL,0,NULL,0}, + {"磁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x81",3,NULL,0,NULL,0}, + {"䶪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xaa",3,NULL,0,NULL,0}, + {"肈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x88",3,NULL,0,NULL,0}, + {"鼟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x9f",3,NULL,0,NULL,0}, + {"槹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xb9",3,NULL,0,NULL,0}, + {"硪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xaa",3,NULL,0,NULL,0}, + {"엲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xb2",3,NULL,0,NULL,0}, + {"ᛖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x96",3,NULL,0,NULL,0}, + {"ᠷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xb7",3,NULL,0,NULL,0}, + {"㴀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x80",3,NULL,0,NULL,0}, + {"룲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xb2",3,NULL,0,NULL,0}, + {"㾢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xa2",3,NULL,0,NULL,0}, + {"쏂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x82",3,NULL,0,NULL,0}, + {"葧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xa7",3,NULL,0,NULL,0}, + {"讓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x93",3,NULL,0,NULL,0}, + {"✥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xa5",3,NULL,0,NULL,0}, + {"뢩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xa9",3,NULL,0,NULL,0}, + {"北",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x97",3,NULL,0,NULL,0}, + {"⚈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x88",3,NULL,0,NULL,0}, + {"㞏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x8f",3,NULL,0,NULL,0}, + {"䡁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x81",3,NULL,0,NULL,0}, + {"屏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x8f",3,NULL,0,NULL,0}, + {"߲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xb2",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xbc",3,NULL,0,NULL,0}, + {"⋚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x9a",3,NULL,0,NULL,0}, + {"膡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xa1",3,NULL,0,NULL,0}, + {"怜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xac",3,NULL,0,NULL,0}, + {"ধ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xa7",3,NULL,0,NULL,0}, + {"ꂧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xa7",3,NULL,0,NULL,0}, + {"⥓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x93",3,NULL,0,NULL,0}, + {"䲥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xa5",3,NULL,0,NULL,0}, + {"媥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xa5",3,NULL,0,NULL,0}, + {"緕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x95",3,NULL,0,NULL,0}, + {"࢈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xbb",3,NULL,0,NULL,0}, + {"宼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xbc",3,NULL,0,NULL,0}, + {"쪵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xb5",3,NULL,0,NULL,0}, + {"️",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xa3",3,NULL,0,NULL,0}, + {"캘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x98",3,NULL,0,NULL,0}, + {"䀱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xb1",3,NULL,0,NULL,0}, + {"⢆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x86",3,NULL,0,NULL,0}, + {"⏅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x85",3,NULL,0,NULL,0}, + {"념",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x90",3,NULL,0,NULL,0}, + {"〤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xa4",3,NULL,0,NULL,0}, + {"뿂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x82",3,NULL,0,NULL,0}, + {"쨰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xb0",3,NULL,0,NULL,0}, + {"쐣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xa3",3,NULL,0,NULL,0}, + {"閜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x9c",3,NULL,0,NULL,0}, + {"ᗿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xbf",3,NULL,0,NULL,0}, + {"㪐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xaa",3,NULL,0,NULL,0}, + {"앲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xb2",3,NULL,0,NULL,0}, + {"થ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xa5",3,NULL,0,NULL,0}, + {"à",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa0",2,NULL,0,NULL,0}, + {"딲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xb2",3,NULL,0,NULL,0}, + {"䖂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x8c",3,NULL,0,NULL,0}, + {"끤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xa4",3,NULL,0,NULL,0}, + {"ᬦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xa6",3,NULL,0,NULL,0}, + {"婮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x99",3,NULL,0,NULL,0}, + {"ᓌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x8c",3,NULL,0,NULL,0}, + {"Ẕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x94",3,NULL,0,NULL,0}, + {"捶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x8f",3,NULL,0,NULL,0}, + {"ⓣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xa3",3,NULL,0,NULL,0}, + {"◴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xb4",3,NULL,0,NULL,0}, + {"奨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xa8",3,NULL,0,NULL,0}, + {"ᶤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xa4",3,NULL,0,NULL,0}, + {"뽕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x95",3,NULL,0,NULL,0}, + {"츑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xa9",3,NULL,0,NULL,0}, + {"읯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xaf",3,NULL,0,NULL,0}, + {"ბ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x91",3,NULL,0,NULL,0}, + {"陦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xa6",3,NULL,0,NULL,0}, + {"ﶮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xae",3,NULL,0,NULL,0}, + {"⩳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xb3",3,NULL,0,NULL,0}, + {"쎎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x8e",3,NULL,0,NULL,0}, + {"⌾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xbe",3,NULL,0,NULL,0}, + {"춨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xa8",3,NULL,0,NULL,0}, + {"㉦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xa6",3,NULL,0,NULL,0}, + {"釓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x80",3,NULL,0,NULL,0}, + {"쏺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xba",3,NULL,0,NULL,0}, + {"寭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xad",3,NULL,0,NULL,0}, + {"䞥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xa5",3,NULL,0,NULL,0}, + {"㐤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xa4",3,NULL,0,NULL,0}, + {"㈥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xa5",3,NULL,0,NULL,0}, + {"䳱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xb9",3,NULL,0,NULL,0}, + {"ķ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xb7",2,NULL,0,NULL,0}, + {"찗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x97",3,NULL,0,NULL,0}, + {"됾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xba",3,NULL,0,NULL,0}, + {"遊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x8a",3,NULL,0,NULL,0}, + {"ੌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x8c",3,NULL,0,NULL,0}, + {"䍘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x98",3,NULL,0,NULL,0}, + {"빺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xba",3,NULL,0,NULL,0}, + {"⨁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x81",3,NULL,0,NULL,0}, + {"兠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xa0",3,NULL,0,NULL,0}, + {"ᑛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x9b",3,NULL,0,NULL,0}, + {"좠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xa0",3,NULL,0,NULL,0}, + {"궝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x9d",3,NULL,0,NULL,0}, + {"늾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xbe",3,NULL,0,NULL,0}, + {"⹨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xa8",3,NULL,0,NULL,0}, + {"뿩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xa9",3,NULL,0,NULL,0}, + {"⦪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xaa",3,NULL,0,NULL,0}, + {"췡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xa1",3,NULL,0,NULL,0}, + {"ὸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xae",3,NULL,0,NULL,0}, + {"艦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xa6",3,NULL,0,NULL,0}, + {"ᅸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb8",3,NULL,0,NULL,0}, + {"郉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x89",3,NULL,0,NULL,0}, + {"螓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x93",3,NULL,0,NULL,0}, + {"疉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xa7",3,NULL,0,NULL,0}, + {"긎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x8e",3,NULL,0,NULL,0}, + {"⌤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xa4",3,NULL,0,NULL,0}, + {"驂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x82",3,NULL,0,NULL,0}, + {"ʱ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb1",2,NULL,0,NULL,0}, + {"㊨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xa8",3,NULL,0,NULL,0}, + {"쟘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x98",3,NULL,0,NULL,0}, + {"毶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xb6",3,NULL,0,NULL,0}, + {"ᵼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xbc",3,NULL,0,NULL,0}, + {"阥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xa5",3,NULL,0,NULL,0}, + {"脱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xb2",3,NULL,0,NULL,0}, + {"廷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xb7",3,NULL,0,NULL,0}, + {"腺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xba",3,NULL,0,NULL,0}, + {"탗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x97",3,NULL,0,NULL,0}, + {"녘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x98",3,NULL,0,NULL,0}, + {"ᨆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x86",3,NULL,0,NULL,0}, + {"孮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xae",3,NULL,0,NULL,0}, + {"㑥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xa5",3,NULL,0,NULL,0}, + {"检",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x80",3,NULL,0,NULL,0}, + {"ꋆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x86",3,NULL,0,NULL,0}, + {"䏟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x9f",3,NULL,0,NULL,0}, + {"촥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x82",3,NULL,0,NULL,0}, + {"鶰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xb0",3,NULL,0,NULL,0}, + {"삾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xbe",3,NULL,0,NULL,0}, + {"뜱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xb1",3,NULL,0,NULL,0}, + {"眯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xaf",3,NULL,0,NULL,0}, + {"ἶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xb6",3,NULL,0,NULL,0}, + {"ゎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x8e",3,NULL,0,NULL,0}, + {"朿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xbf",3,NULL,0,NULL,0}, + {"㧈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x88",3,NULL,0,NULL,0}, + {"髊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x8a",3,NULL,0,NULL,0}, + {"螄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x84",3,NULL,0,NULL,0}, + {"超",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x85",3,NULL,0,NULL,0}, + {"귴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xb4",3,NULL,0,NULL,0}, + {"ꇾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xbe",3,NULL,0,NULL,0}, + {"Ԙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x98",2,NULL,0,NULL,0}, + {"氰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xb0",3,NULL,0,NULL,0}, + {"쾑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xb7",3,NULL,0,NULL,0}, + {"瘺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x89",3,NULL,0,NULL,0}, + {"ᇁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x81",3,NULL,0,NULL,0}, + {"燼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xbc",3,NULL,0,NULL,0}, + {"蒇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x87",3,NULL,0,NULL,0}, + {"ׅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x85",2,NULL,0,NULL,0}, + {"묾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xbe",3,NULL,0,NULL,0}, + {"欼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xab",3,NULL,0,NULL,0}, + {"ﻲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xb2",3,NULL,0,NULL,0}, + {"䚳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xb3",3,NULL,0,NULL,0}, + {"頢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xa2",3,NULL,0,NULL,0}, + {"ᩥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xa5",3,NULL,0,NULL,0}, + {"릦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xa6",3,NULL,0,NULL,0}, + {"竑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x91",3,NULL,0,NULL,0}, + {"蛯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xaf",3,NULL,0,NULL,0}, + {"楙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x99",3,NULL,0,NULL,0}, + {"塋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x8b",3,NULL,0,NULL,0}, + {"쳆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x86",3,NULL,0,NULL,0}, + {"馃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x83",3,NULL,0,NULL,0}, + {"휼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xbc",3,NULL,0,NULL,0}, + {"ℴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xb4",3,NULL,0,NULL,0}, + {"炮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xae",3,NULL,0,NULL,0}, + {"壎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x8e",3,NULL,0,NULL,0}, + {"첛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x9b",3,NULL,0,NULL,0}, + {"涡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xa1",3,NULL,0,NULL,0}, + {"䬲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xb2",3,NULL,0,NULL,0}, + {"ӗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x97",2,NULL,0,NULL,0}, + {"濨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xab",3,NULL,0,NULL,0}, + {"뮎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x8e",3,NULL,0,NULL,0}, + {"쉏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x8f",3,NULL,0,NULL,0}, + {"疳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xb3",3,NULL,0,NULL,0}, + {"誁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x81",3,NULL,0,NULL,0}, + {"ン",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x9d",3,NULL,0,NULL,0}, + {"렇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x87",3,NULL,0,NULL,0}, + {"뻁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x81",3,NULL,0,NULL,0}, + {"婀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x80",3,NULL,0,NULL,0}, + {"칩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xa9",3,NULL,0,NULL,0}, + {"䮑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x91",3,NULL,0,NULL,0}, + {"㬴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xb4",3,NULL,0,NULL,0}, + {"럘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x98",3,NULL,0,NULL,0}, + {"䪒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x92",3,NULL,0,NULL,0}, + {"䊗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x97",3,NULL,0,NULL,0}, + {"禲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xb2",3,NULL,0,NULL,0}, + {"蛡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xa1",3,NULL,0,NULL,0}, + {"뫣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xa3",3,NULL,0,NULL,0}, + {"鱸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xb8",3,NULL,0,NULL,0}, + {"ꙧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xa7",3,NULL,0,NULL,0}, + {"껀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x80",3,NULL,0,NULL,0}, + {"墍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x8d",3,NULL,0,NULL,0}, + {"旆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x86",3,NULL,0,NULL,0}, + {"糃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x83",3,NULL,0,NULL,0}, + {"劵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xb5",3,NULL,0,NULL,0}, + {"ډ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x89",2,NULL,0,NULL,0}, + {"꿁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x9a",3,NULL,0,NULL,0}, + {"蚪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x89",3,NULL,0,NULL,0}, + {"㳇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x87",3,NULL,0,NULL,0}, + {"㕇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x87",3,NULL,0,NULL,0}, + {"駴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xa3",3,NULL,0,NULL,0}, + {"絳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xb3",3,NULL,0,NULL,0}, + {"ທ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x97",3,NULL,0,NULL,0}, + {"嘵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xb5",3,NULL,0,NULL,0}, + {"蔫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xab",3,NULL,0,NULL,0}, + {"ዖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x96",3,NULL,0,NULL,0}, + {"뒴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xb4",3,NULL,0,NULL,0}, + {"되",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x8a",3,NULL,0,NULL,0}, + {"瀿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xbf",3,NULL,0,NULL,0}, + {"츺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xba",3,NULL,0,NULL,0}, + {"㗂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x82",3,NULL,0,NULL,0}, + {"틓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x93",3,NULL,0,NULL,0}, + {"囓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x93",3,NULL,0,NULL,0}, + {"憬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xac",3,NULL,0,NULL,0}, + {"糽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xbd",3,NULL,0,NULL,0}, + {"毀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x95",3,NULL,0,NULL,0}, + {"刎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x8e",3,NULL,0,NULL,0}, + {"鲹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xb9",3,NULL,0,NULL,0}, + {"秡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xa1",3,NULL,0,NULL,0}, + {"቟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xa8",3,NULL,0,NULL,0}, + {"὘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x98",3,NULL,0,NULL,0}, + {"㑅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x85",3,NULL,0,NULL,0}, + {"贕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xac",3,NULL,0,NULL,0}, + {"甉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x8f",3,NULL,0,NULL,0}, + {"ꠤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xa4",3,NULL,0,NULL,0}, + {"䯒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x92",3,NULL,0,NULL,0}, + {"㭦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xa6",3,NULL,0,NULL,0}, + {"褚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x9a",3,NULL,0,NULL,0}, + {"骍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x8d",3,NULL,0,NULL,0}, + {"褡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xa1",3,NULL,0,NULL,0}, + {"㥷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xb7",3,NULL,0,NULL,0}, + {"ุ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xb8",3,NULL,0,NULL,0}, + {"˾",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xbe",2,NULL,0,NULL,0}, + {"組",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x84",3,NULL,0,NULL,0}, + {"ե",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xa5",2,NULL,0,NULL,0}, + {"ᝀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x80",3,NULL,0,NULL,0}, + {"偡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xa1",3,NULL,0,NULL,0}, + {"⺠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xa0",3,NULL,0,NULL,0}, + {"愑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x91",3,NULL,0,NULL,0}, + {"仼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xbc",3,NULL,0,NULL,0}, + {"옞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x9e",3,NULL,0,NULL,0}, + {"按",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x89",3,NULL,0,NULL,0}, + {"唑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x91",3,NULL,0,NULL,0}, + {"푹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xb9",3,NULL,0,NULL,0}, + {"ᮊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x8a",3,NULL,0,NULL,0}, + {"빐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x90",3,NULL,0,NULL,0}, + {"钏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x8f",3,NULL,0,NULL,0}, + {"ᡙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x99",3,NULL,0,NULL,0}, + {"픘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x98",3,NULL,0,NULL,0}, + {"酆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x86",3,NULL,0,NULL,0}, + {"軆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x86",3,NULL,0,NULL,0}, + {"윋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x8b",3,NULL,0,NULL,0}, + {"믠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xa0",3,NULL,0,NULL,0}, + {"饘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x98",3,NULL,0,NULL,0}, + {"ꫂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xbe",3,NULL,0,NULL,0}, + {"萆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x86",3,NULL,0,NULL,0}, + {"肹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xb9",3,NULL,0,NULL,0}, + {"䗛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x9b",3,NULL,0,NULL,0}, + {"ⶡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xa1",3,NULL,0,NULL,0}, + {"䱇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x95",3,NULL,0,NULL,0}, + {"맵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xb5",3,NULL,0,NULL,0}, + {"熑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x91",3,NULL,0,NULL,0}, + {"ﹿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xbf",3,NULL,0,NULL,0}, + {"㤠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xa0",3,NULL,0,NULL,0}, + {"蹝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x8a",3,NULL,0,NULL,0}, + {"꛰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xb0",3,NULL,0,NULL,0}, + {"㰍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x89",3,NULL,0,NULL,0}, + {"볗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x97",3,NULL,0,NULL,0}, + {"ퟋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x8b",3,NULL,0,NULL,0}, + {"㷵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xb5",3,NULL,0,NULL,0}, + {"࿃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x83",3,NULL,0,NULL,0}, + {"᲌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x8c",3,NULL,0,NULL,0}, + {"䅤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x93",3,NULL,0,NULL,0}, + {"㫂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x82",3,NULL,0,NULL,0}, + {"臚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x9c",3,NULL,0,NULL,0}, + {"쓦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xa6",3,NULL,0,NULL,0}, + {"ನ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xa8",3,NULL,0,NULL,0}, + {"ݡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xa1",2,NULL,0,NULL,0}, + {"饆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x88",3,NULL,0,NULL,0}, + {"ꔆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x86",3,NULL,0,NULL,0}, + {"뉫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xab",3,NULL,0,NULL,0}, + {"భ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xad",3,NULL,0,NULL,0}, + {"ᢢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xa2",3,NULL,0,NULL,0}, + {"跀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x80",3,NULL,0,NULL,0}, + {"远",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x9c",3,NULL,0,NULL,0}, + {"ྈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x88",3,NULL,0,NULL,0}, + {"琮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xae",3,NULL,0,NULL,0}, + {" ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\r",1,NULL,0,NULL,0}, + {"㫝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x9d",3,NULL,0,NULL,0}, + {"ఈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x88",3,NULL,0,NULL,0}, + {"ꩧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xa7",3,NULL,0,NULL,0}, + {"傥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xa4",3,NULL,0,NULL,0}, + {"욄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x85",3,NULL,0,NULL,0}, + {"撄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x84",3,NULL,0,NULL,0}, + {"龃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x83",3,NULL,0,NULL,0}, + {"㇎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xbc",3,NULL,0,NULL,0}, + {"ףּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x83",3,NULL,0,NULL,0}, + {"搅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x85",3,NULL,0,NULL,0}, + {"矰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xb0",3,NULL,0,NULL,0}, + {"鿬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xac",3,NULL,0,NULL,0}, + {"練",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xb4",3,NULL,0,NULL,0}, + {"社",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x8c",3,NULL,0,NULL,0}, + {"퀥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xa5",3,NULL,0,NULL,0}, + {"稳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xb3",3,NULL,0,NULL,0}, + {"㾁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x81",3,NULL,0,NULL,0}, + {"㪴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x94",3,NULL,0,NULL,0}, + {"聆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xb0",3,NULL,0,NULL,0}, + {"悶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xb6",3,NULL,0,NULL,0}, + {"㹔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x94",3,NULL,0,NULL,0}, + {"ᑰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb0",3,NULL,0,NULL,0}, + {"䣭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xad",3,NULL,0,NULL,0}, + {"猡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x8a",3,NULL,0,NULL,0}, + {"㭉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x89",3,NULL,0,NULL,0}, + {"㰭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x97",3,NULL,0,NULL,0}, + {"琠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xa0",3,NULL,0,NULL,0}, + {"[",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xbb",3,NULL,0,NULL,0}, + {"⣢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xa2",3,NULL,0,NULL,0}, + {"뚊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x8a",3,NULL,0,NULL,0}, + {"衯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xb6",3,NULL,0,NULL,0}, + {"怖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x96",3,NULL,0,NULL,0}, + {"䐈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x88",3,NULL,0,NULL,0}, + {"᤻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xb8",3,NULL,0,NULL,0}, + {"㳦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xa6",3,NULL,0,NULL,0}, + {"ࡔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x94",3,NULL,0,NULL,0}, + {"班",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xad",3,NULL,0,NULL,0}, + {"↘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x98",3,NULL,0,NULL,0}, + {"ୡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xa1",3,NULL,0,NULL,0}, + {"僼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xbc",3,NULL,0,NULL,0}, + {"쑆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x8f",3,NULL,0,NULL,0}, + {"ᐋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x8b",3,NULL,0,NULL,0}, + {"≇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x87",3,NULL,0,NULL,0}, + {"䖧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xa7",3,NULL,0,NULL,0}, + {"앏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x8f",3,NULL,0,NULL,0}, + {"즏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x8f",3,NULL,0,NULL,0}, + {"⭩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xa9",3,NULL,0,NULL,0}, + {"矗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x95",3,NULL,0,NULL,0}, + {"歹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x95",3,NULL,0,NULL,0}, + {"䴍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xb6",3,NULL,0,NULL,0}, + {"巀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x80",3,NULL,0,NULL,0}, + {"㻤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xa4",3,NULL,0,NULL,0}, + {"磊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x87",3,NULL,0,NULL,0}, + {"ﳖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x96",3,NULL,0,NULL,0}, + {"홠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xa0",3,NULL,0,NULL,0}, + {"绤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xa4",3,NULL,0,NULL,0}, + {"緯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xaf",3,NULL,0,NULL,0}, + {"ឺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xba",3,NULL,0,NULL,0}, + {"㊋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x8b",3,NULL,0,NULL,0}, + {"᮹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xb9",3,NULL,0,NULL,0}, + {"놂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x82",3,NULL,0,NULL,0}, + {"霢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xa2",3,NULL,0,NULL,0}, + {"뤪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xaa",3,NULL,0,NULL,0}, + {"婺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xba",3,NULL,0,NULL,0}, + {"は",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xaf",3,NULL,0,NULL,0}, + {"鹋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x8b",3,NULL,0,NULL,0}, + {"⾪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xaa",3,NULL,0,NULL,0}, + {"嶇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x87",3,NULL,0,NULL,0}, + {"ண",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xa3",3,NULL,0,NULL,0}, + {"䒡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xa1",3,NULL,0,NULL,0}, + {"隟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x9f",3,NULL,0,NULL,0}, + {"ࣛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xb3",3,NULL,0,NULL,0}, + {"짧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x9d",3,NULL,0,NULL,0}, + {"꿖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x96",3,NULL,0,NULL,0}, + {"䵨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xa8",3,NULL,0,NULL,0}, + {"꼳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xb3",3,NULL,0,NULL,0}, + {"쵹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x91",3,NULL,0,NULL,0}, + {"৩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xa9",3,NULL,0,NULL,0}, + {"쏖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x96",3,NULL,0,NULL,0}, + {"奉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x82",3,NULL,0,NULL,0}, + {"幇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x87",3,NULL,0,NULL,0}, + {"൹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xb9",3,NULL,0,NULL,0}, + {"썻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xbb",3,NULL,0,NULL,0}, + {"쭀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x80",3,NULL,0,NULL,0}, + {"䆓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x9a",3,NULL,0,NULL,0}, + {"談",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x87",3,NULL,0,NULL,0}, + {"䘘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x98",3,NULL,0,NULL,0}, + {"ᖞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x9e",3,NULL,0,NULL,0}, + {"嵹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xb9",3,NULL,0,NULL,0}, + {"ﱲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xae",3,NULL,0,NULL,0}, + {"娑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x91",3,NULL,0,NULL,0}, + {"黤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xa4",3,NULL,0,NULL,0}, + {"嵂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x82",3,NULL,0,NULL,0}, + {"⒀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x80",3,NULL,0,NULL,0}, + {"ﰴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xb4",3,NULL,0,NULL,0}, + {"䶦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xa6",3,NULL,0,NULL,0}, + {"␷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xb7",3,NULL,0,NULL,0}, + {"緊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x8a",3,NULL,0,NULL,0}, + {"᧫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xab",3,NULL,0,NULL,0}, + {"閽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xbd",3,NULL,0,NULL,0}, + {"둯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xaf",3,NULL,0,NULL,0}, + {"╰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xb0",3,NULL,0,NULL,0}, + {"ꅩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xa9",3,NULL,0,NULL,0}, + {"︤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xa4",3,NULL,0,NULL,0}, + {"잊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xbc",3,NULL,0,NULL,0}, + {"᫚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x9a",3,NULL,0,NULL,0}, + {"漝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x9d",3,NULL,0,NULL,0}, + {"䤟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x9f",3,NULL,0,NULL,0}, + {"룦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xa6",3,NULL,0,NULL,0}, + {"盷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xa8",3,NULL,0,NULL,0}, + {"䢞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x9e",3,NULL,0,NULL,0}, + {"ᾲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xb2",3,NULL,0,NULL,0}, + {"Ы",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xab",2,NULL,0,NULL,0}, + {"⚵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xb5",3,NULL,0,NULL,0}, + {"ᕃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x83",3,NULL,0,NULL,0}, + {"ܶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xb6",2,NULL,0,NULL,0}, + {"廟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x9f",3,NULL,0,NULL,0}, + {"奰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xb0",3,NULL,0,NULL,0}, + {"᷋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x8b",3,NULL,0,NULL,0}, + {"離",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xaa",3,NULL,0,NULL,0}, + {"䕑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x96",3,NULL,0,NULL,0}, + {"⥁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x81",3,NULL,0,NULL,0}, + {"ᨬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xac",3,NULL,0,NULL,0}, + {"績",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xbe",3,NULL,0,NULL,0}, + {"㼶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xb6",3,NULL,0,NULL,0}, + {"秊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x95",3,NULL,0,NULL,0}, + {"굁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x81",3,NULL,0,NULL,0}, + {"罐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x90",3,NULL,0,NULL,0}, + {"✷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xb7",3,NULL,0,NULL,0}, + {"싸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xb8",3,NULL,0,NULL,0}, + {"嵳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xb3",3,NULL,0,NULL,0}, + {"癞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x9e",3,NULL,0,NULL,0}, + {"ܤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xa4",2,NULL,0,NULL,0}, + {"즕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x95",3,NULL,0,NULL,0}, + {"靠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xa0",3,NULL,0,NULL,0}, + {"欍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x8d",3,NULL,0,NULL,0}, + {"싛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x9b",3,NULL,0,NULL,0}, + {"ᄡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb4",3,NULL,0,NULL,0}, + {"㪌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x8c",3,NULL,0,NULL,0}, + {"略",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xa5",3,NULL,0,NULL,0}, + {"ꃗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x97",3,NULL,0,NULL,0}, + {"⍜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x9c",3,NULL,0,NULL,0}, + {"",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x8f",2,NULL,0,NULL,0}, + {"ፖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xbb",3,NULL,0,NULL,0}, + {"樥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xa5",3,NULL,0,NULL,0}, + {"䉲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xb2",3,NULL,0,NULL,0}, + {"Κ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x9a",2,NULL,0,NULL,0}, + {"媯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xaf",3,NULL,0,NULL,0}, + {"ٜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x9c",2,NULL,0,NULL,0}, + {"颃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x83",3,NULL,0,NULL,0}, + {"ꧭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xad",3,NULL,0,NULL,0}, + {"䟟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x9f",3,NULL,0,NULL,0}, + {"챌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x8c",3,NULL,0,NULL,0}, + {"Ꮃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xb3",3,NULL,0,NULL,0}, + {"Î",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8e",2,NULL,0,NULL,0}, + {"掟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x9f",3,NULL,0,NULL,0}, + {"ꗴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xb4",3,NULL,0,NULL,0}, + {"榔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x94",3,NULL,0,NULL,0}, + {"ᚾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xbe",3,NULL,0,NULL,0}, + {"佾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xbe",3,NULL,0,NULL,0}, + {"腉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xa5",3,NULL,0,NULL,0}, + {"掆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x86",3,NULL,0,NULL,0}, + {"嘐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x90",3,NULL,0,NULL,0}, + {"沁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x81",3,NULL,0,NULL,0}, + {"캜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x9c",3,NULL,0,NULL,0}, + {"졮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x80",3,NULL,0,NULL,0}, + {"㕰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xb0",3,NULL,0,NULL,0}, + {"䛽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xbd",3,NULL,0,NULL,0}, + {"Ⴌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xac",3,NULL,0,NULL,0}, + {"⎷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xb7",3,NULL,0,NULL,0}, + {"뼩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xa9",3,NULL,0,NULL,0}, + {"瘘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x98",3,NULL,0,NULL,0}, + {"鉨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xa8",3,NULL,0,NULL,0}, + {"㏑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x91",3,NULL,0,NULL,0}, + {"ꁐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x90",3,NULL,0,NULL,0}, + {"⍎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x8e",3,NULL,0,NULL,0}, + {"攬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xac",3,NULL,0,NULL,0}, + {"舴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xb4",3,NULL,0,NULL,0}, + {"Ǡ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xa0",2,NULL,0,NULL,0}, + {"Ø",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x98",2,NULL,0,NULL,0}, + {"⒫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xab",3,NULL,0,NULL,0}, + {"㐚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x9a",3,NULL,0,NULL,0}, + {"莂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xbc",3,NULL,0,NULL,0}, + {"矨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xa8",3,NULL,0,NULL,0}, + {"꧔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x94",3,NULL,0,NULL,0}, + {"꯾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xbe",3,NULL,0,NULL,0}, + {"ᓄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x84",3,NULL,0,NULL,0}, + {"晔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x94",3,NULL,0,NULL,0}, + {"돯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xaf",3,NULL,0,NULL,0}, + {"䡐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x90",3,NULL,0,NULL,0}, + {"暃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x83",3,NULL,0,NULL,0}, + {"ㅌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x99",3,NULL,0,NULL,0}, + {"蔐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x90",3,NULL,0,NULL,0}, + {"ች",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xbd",3,NULL,0,NULL,0}, + {"⁽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xbd",3,NULL,0,NULL,0}, + {"뽧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xa7",3,NULL,0,NULL,0}, + {"읥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xa5",3,NULL,0,NULL,0}, + {"〫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x9f",3,NULL,0,NULL,0}, + {"蟧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xa7",3,NULL,0,NULL,0}, + {"⩹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xb9",3,NULL,0,NULL,0}, + {"ꮂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x82",3,NULL,0,NULL,0}, + {"脫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xab",3,NULL,0,NULL,0}, + {"뇕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x95",3,NULL,0,NULL,0}, + {"㐨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xa8",3,NULL,0,NULL,0}, + {"寧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xa7",3,NULL,0,NULL,0}, + {"ᥭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xad",3,NULL,0,NULL,0}, + {"׬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xac",2,NULL,0,NULL,0}, + {"˖",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x96",2,NULL,0,NULL,0}, + {"垟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x9f",3,NULL,0,NULL,0}, + {"๘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x98",3,NULL,0,NULL,0}, + {"狼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xab",3,NULL,0,NULL,0}, + {"㏠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xb3",3,NULL,0,NULL,0}, + {"鴵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xb5",3,NULL,0,NULL,0}, + {"횈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x88",3,NULL,0,NULL,0}, + {"慇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x87",3,NULL,0,NULL,0}, + {"᩿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xbf",3,NULL,0,NULL,0}, + {"跐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x90",3,NULL,0,NULL,0}, + {"堶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xb6",3,NULL,0,NULL,0}, + {"䠡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xa1",3,NULL,0,NULL,0}, + {"蘞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x9e",3,NULL,0,NULL,0}, + {"眭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xad",3,NULL,0,NULL,0}, + {"Ꮯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x9f",3,NULL,0,NULL,0}, + {"杷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xb7",3,NULL,0,NULL,0}, + {"ᅴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb4",3,NULL,0,NULL,0}, + {"Ƌ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x8b",2,NULL,0,NULL,0}, + {"ࡶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xb6",3,NULL,0,NULL,0}, + {"슅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x85",3,NULL,0,NULL,0}, + {"꣣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xa3",3,NULL,0,NULL,0}, + {"覕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x95",3,NULL,0,NULL,0}, + {"毒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x92",3,NULL,0,NULL,0}, + {"皳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xb3",3,NULL,0,NULL,0}, + {"㜫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xab",3,NULL,0,NULL,0}, + {"쇾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xbe",3,NULL,0,NULL,0}, + {"觴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xb4",3,NULL,0,NULL,0}, + {"殧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xa7",3,NULL,0,NULL,0}, + {"ˬ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xac",2,NULL,0,NULL,0}, + {"粄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x88",3,NULL,0,NULL,0}, + {"䓓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x9a",3,NULL,0,NULL,0}, + {"⪤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xa4",3,NULL,0,NULL,0}, + {"抁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xb7",3,NULL,0,NULL,0}, + {"훱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xb1",3,NULL,0,NULL,0}, + {"䋅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x85",3,NULL,0,NULL,0}, + {"橽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xbd",3,NULL,0,NULL,0}, + {"텐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xb2",3,NULL,0,NULL,0}, + {"⃩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xa9",3,NULL,0,NULL,0}, + {"饱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xb1",3,NULL,0,NULL,0}, + {"꽥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xa5",3,NULL,0,NULL,0}, + {"朽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xbd",3,NULL,0,NULL,0}, + {"槤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xa4",3,NULL,0,NULL,0}, + {"趇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x87",3,NULL,0,NULL,0}, + {"儦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xa6",3,NULL,0,NULL,0}, + {"퉲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xb2",3,NULL,0,NULL,0}, + {"㓌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x8c",3,NULL,0,NULL,0}, + {"뾄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x84",3,NULL,0,NULL,0}, + {"藃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x83",3,NULL,0,NULL,0}, + {"밖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x96",3,NULL,0,NULL,0}, + {"馒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x92",3,NULL,0,NULL,0}, + {"ꎏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x8f",3,NULL,0,NULL,0}, + {"䬔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x94",3,NULL,0,NULL,0}, + {"肁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x81",3,NULL,0,NULL,0}, + {"커",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xa4",3,NULL,0,NULL,0}, + {"∓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x93",3,NULL,0,NULL,0}, + {"ꐊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x8a",3,NULL,0,NULL,0}, + {"⚥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xa5",3,NULL,0,NULL,0}, + {"䮛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x9b",3,NULL,0,NULL,0}, + {"鿫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xab",3,NULL,0,NULL,0}, + {"瀀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x80",3,NULL,0,NULL,0}, + {"㛦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xa6",3,NULL,0,NULL,0}, + {"ⴁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x81",3,NULL,0,NULL,0}, + {"稚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x9a",3,NULL,0,NULL,0}, + {"ꍑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x91",3,NULL,0,NULL,0}, + {"浜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x9c",3,NULL,0,NULL,0}, + {"罇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x87",3,NULL,0,NULL,0}, + {"¼",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xbc",2,NULL,0,NULL,0}, + {"ᎅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x85",3,NULL,0,NULL,0}, + {"ࠬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xac",3,NULL,0,NULL,0}, + {"섺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xba",3,NULL,0,NULL,0}, + {"谈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x9a",3,NULL,0,NULL,0}, + {"昧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xa7",3,NULL,0,NULL,0}, + {"袚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x9a",3,NULL,0,NULL,0}, + {"⌘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xa5",3,NULL,0,NULL,0}, + {"ꡣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xa3",3,NULL,0,NULL,0}, + {"쾭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa9",3,NULL,0,NULL,0}, + {"嚀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x80",3,NULL,0,NULL,0}, + {"蠉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x89",3,NULL,0,NULL,0}, + {"哴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xb4",3,NULL,0,NULL,0}, + {"⢏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x8f",3,NULL,0,NULL,0}, + {"큵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xb5",3,NULL,0,NULL,0}, + {"햨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xa8",3,NULL,0,NULL,0}, + {"䂙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x99",3,NULL,0,NULL,0}, + {"ᱰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xa3",3,NULL,0,NULL,0}, + {"㩹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xb9",3,NULL,0,NULL,0}, + {"窇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x87",3,NULL,0,NULL,0}, + {"䞢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xa2",3,NULL,0,NULL,0}, + {"輰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x88",3,NULL,0,NULL,0}, + {"붦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xbd",3,NULL,0,NULL,0}, + {"䲐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x90",3,NULL,0,NULL,0}, + {"涅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x85",3,NULL,0,NULL,0}, + {"贇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x87",3,NULL,0,NULL,0}, + {"豟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x9f",3,NULL,0,NULL,0}, + {"뺖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x96",3,NULL,0,NULL,0}, + {"㳍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xa1",3,NULL,0,NULL,0}, + {"쿮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xae",3,NULL,0,NULL,0}, + {"땠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xa0",3,NULL,0,NULL,0}, + {"掛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x9b",3,NULL,0,NULL,0}, + {"ຍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x8d",3,NULL,0,NULL,0}, + {"購",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xbc",3,NULL,0,NULL,0}, + {"Ꝁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x80",3,NULL,0,NULL,0}, + {"쀦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xa6",3,NULL,0,NULL,0}, + {"⮈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x88",3,NULL,0,NULL,0}, + {"㮼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xbc",3,NULL,0,NULL,0}, + {"├",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x9c",3,NULL,0,NULL,0}, + {"ﰥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xa5",3,NULL,0,NULL,0}, + {"犼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xbc",3,NULL,0,NULL,0}, + {"씗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x97",3,NULL,0,NULL,0}, + {"᜼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xbc",3,NULL,0,NULL,0}, + {"Ͷ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xb6",2,NULL,0,NULL,0}, + {"躨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xa8",3,NULL,0,NULL,0}, + {"䉞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x9e",3,NULL,0,NULL,0}, + {"厼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xbc",3,NULL,0,NULL,0}, + {"⸈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x88",3,NULL,0,NULL,0}, + {"᯵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xb5",3,NULL,0,NULL,0}, + {"車",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x82",3,NULL,0,NULL,0}, + {"䆥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xa5",3,NULL,0,NULL,0}, + {"鳋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x8b",3,NULL,0,NULL,0}, + {"㧜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x9c",3,NULL,0,NULL,0}, + {"羹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xb9",3,NULL,0,NULL,0}, + {"㟆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x86",3,NULL,0,NULL,0}, + {"⯤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xa4",3,NULL,0,NULL,0}, + {"淆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x86",3,NULL,0,NULL,0}, + {"퇁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x81",3,NULL,0,NULL,0}, + {"㴓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x93",3,NULL,0,NULL,0}, + {"燒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x92",3,NULL,0,NULL,0}, + {"啮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xae",3,NULL,0,NULL,0}, + {"퇌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x8c",3,NULL,0,NULL,0}, + {"篋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb0",3,NULL,0,NULL,0}, + {"飍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x8d",3,NULL,0,NULL,0}, + {"㥵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xb5",3,NULL,0,NULL,0}, + {"떩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xa9",3,NULL,0,NULL,0}, + {"璾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xbe",3,NULL,0,NULL,0}, + {"⽘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x98",3,NULL,0,NULL,0}, + {"㹯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xaf",3,NULL,0,NULL,0}, + {"蹧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xa7",3,NULL,0,NULL,0}, + {"⻯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xaf",3,NULL,0,NULL,0}, + {"뒲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xb2",3,NULL,0,NULL,0}, + {"聘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x98",3,NULL,0,NULL,0}, + {"봭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xad",3,NULL,0,NULL,0}, + {"祋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x8b",3,NULL,0,NULL,0}, + {"⊈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x88",3,NULL,0,NULL,0}, + {"벆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x99",3,NULL,0,NULL,0}, + {"䷲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xb2",3,NULL,0,NULL,0}, + {"幼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xb2",3,NULL,0,NULL,0}, + {"总",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xbb",3,NULL,0,NULL,0}, + {"桲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xb2",3,NULL,0,NULL,0}, + {"옇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x87",3,NULL,0,NULL,0}, + {"玈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x89",3,NULL,0,NULL,0}, + {"뚱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xb1",3,NULL,0,NULL,0}, + {"3",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x93",3,NULL,0,NULL,0}, + {"厇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x87",3,NULL,0,NULL,0}, + {"ᡓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xa0",3,NULL,0,NULL,0}, + {"㢽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xbd",3,NULL,0,NULL,0}, + {"㵼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xbc",3,NULL,0,NULL,0}, + {"롲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xb2",3,NULL,0,NULL,0}, + {"풹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xb9",3,NULL,0,NULL,0}, + {"켽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xbd",3,NULL,0,NULL,0}, + {"饐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x90",3,NULL,0,NULL,0}, + {"㼟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x9f",3,NULL,0,NULL,0}, + {"齹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xb9",3,NULL,0,NULL,0}, + {"岉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x89",3,NULL,0,NULL,0}, + {"ﭑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x91",3,NULL,0,NULL,0}, + {"ෝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x9d",3,NULL,0,NULL,0}, + {"繩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xa9",3,NULL,0,NULL,0}, + {"洽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xbd",3,NULL,0,NULL,0}, + {"擺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xba",3,NULL,0,NULL,0}, + {"Ფ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x99",3,NULL,0,NULL,0}, + {"ﺣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xa3",3,NULL,0,NULL,0}, + {"鏯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xbf",3,NULL,0,NULL,0}, + {"᱑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x91",3,NULL,0,NULL,0}, + {"᪏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x8f",3,NULL,0,NULL,0}, + {"ﲇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x87",3,NULL,0,NULL,0}, + {"ݣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xa3",2,NULL,0,NULL,0}, + {"뙕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x95",3,NULL,0,NULL,0}, + {"Ƚ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xbd",2,NULL,0,NULL,0}, + {"僇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x87",3,NULL,0,NULL,0}, + {"쒿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xbf",3,NULL,0,NULL,0}, + {"迠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xa0",3,NULL,0,NULL,0}, + {"꜎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x8e",3,NULL,0,NULL,0}, + {"⬊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x8a",3,NULL,0,NULL,0}, + {"줨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xa8",3,NULL,0,NULL,0}, + {"㻀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xb7",3,NULL,0,NULL,0}, + {"ඐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x90",3,NULL,0,NULL,0}, + {"䗟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x9b",3,NULL,0,NULL,0}, + {"얃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x83",3,NULL,0,NULL,0}, + {"띥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xa5",3,NULL,0,NULL,0}, + {"ﵑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x91",3,NULL,0,NULL,0}, + {"鈍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x8d",3,NULL,0,NULL,0}, + {"缱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x81",3,NULL,0,NULL,0}, + {"਷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xb7",3,NULL,0,NULL,0}, + {"鮏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x8f",3,NULL,0,NULL,0}, + {"눻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xbb",3,NULL,0,NULL,0}, + {"쯾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xbe",3,NULL,0,NULL,0}, + {"䈿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xbf",3,NULL,0,NULL,0}, + {"ᑴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb4",3,NULL,0,NULL,0}, + {"鍁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x81",3,NULL,0,NULL,0}, + {"娪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xaa",3,NULL,0,NULL,0}, + {"兓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x93",3,NULL,0,NULL,0}, + {"Ḇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x86",3,NULL,0,NULL,0}, + {"霦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xa6",3,NULL,0,NULL,0}, + {"罦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xa6",3,NULL,0,NULL,0}, + {"뗻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xbb",3,NULL,0,NULL,0}, + {"٣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xa3",2,NULL,0,NULL,0}, + {"ᴒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x92",3,NULL,0,NULL,0}, + {"ꖿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xbf",3,NULL,0,NULL,0}, + {"䖥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xa5",3,NULL,0,NULL,0}, + {"앍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x8d",3,NULL,0,NULL,0}, + {"䛟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x9f",3,NULL,0,NULL,0}, + {"砦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xa6",3,NULL,0,NULL,0}, + {"㸢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x97",3,NULL,0,NULL,0}, + {"돒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x92",3,NULL,0,NULL,0}, + {"뀹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xb9",3,NULL,0,NULL,0}, + {"Ő",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x90",2,NULL,0,NULL,0}, + {"럵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xb5",3,NULL,0,NULL,0}, + {"뀜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x9c",3,NULL,0,NULL,0}, + {"씾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xbe",3,NULL,0,NULL,0}, + {"প",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xaa",3,NULL,0,NULL,0}, + {"䏴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xb4",3,NULL,0,NULL,0}, + {"Т",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xa2",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x95",3,NULL,0,NULL,0}, + {"Ἡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xa9",3,NULL,0,NULL,0}, + {"ઠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xa0",3,NULL,0,NULL,0}, + {"쯏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x8f",3,NULL,0,NULL,0}, + {"샗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xb5",3,NULL,0,NULL,0}, + {"쬫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x95",3,NULL,0,NULL,0}, + {"鎂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xa0",3,NULL,0,NULL,0}, + {"䃔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x94",3,NULL,0,NULL,0}, + {"鹙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x99",3,NULL,0,NULL,0}, + {"艕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x95",3,NULL,0,NULL,0}, + {"隍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x8d",3,NULL,0,NULL,0}, + {"㿠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xa0",3,NULL,0,NULL,0}, + {"垰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xb0",3,NULL,0,NULL,0}, + {"ࢻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xbb",3,NULL,0,NULL,0}, + {"䍧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xa7",3,NULL,0,NULL,0}, + {"∗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x97",3,NULL,0,NULL,0}, + {"脆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x86",3,NULL,0,NULL,0}, + {"ᦪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xaa",3,NULL,0,NULL,0}, + {"抨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xa8",3,NULL,0,NULL,0}, + {"됐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x90",3,NULL,0,NULL,0}, + {"ꑽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xbd",3,NULL,0,NULL,0}, + {"忯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xaf",3,NULL,0,NULL,0}, + {"蒖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x96",3,NULL,0,NULL,0}, + {"尒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x92",3,NULL,0,NULL,0}, + {"銾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xbe",3,NULL,0,NULL,0}, + {"꿢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xa2",3,NULL,0,NULL,0}, + {"﹑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x91",3,NULL,0,NULL,0}, + {"不",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xa7",3,NULL,0,NULL,0}, + {"瞟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x9f",3,NULL,0,NULL,0}, + {"闭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xad",3,NULL,0,NULL,0}, + {"膍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x8d",3,NULL,0,NULL,0}, + {"꼱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xb1",3,NULL,0,NULL,0}, + {"㆛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x9b",3,NULL,0,NULL,0}, + {"䵠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xa0",3,NULL,0,NULL,0}, + {"汶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xb6",3,NULL,0,NULL,0}, + {"宁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xaf",3,NULL,0,NULL,0}, + {"睘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x98",3,NULL,0,NULL,0}, + {"芉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x89",3,NULL,0,NULL,0}, + {"孊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x8a",3,NULL,0,NULL,0}, + {"竪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xa6",3,NULL,0,NULL,0}, + {"茴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xb4",3,NULL,0,NULL,0}, + {"Ả",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xa2",3,NULL,0,NULL,0}, + {"Ὅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x8d",3,NULL,0,NULL,0}, + {"ђ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x92",2,NULL,0,NULL,0}, + {"쀺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xba",3,NULL,0,NULL,0}, + {"カ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xab",3,NULL,0,NULL,0}, + {"쭐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x90",3,NULL,0,NULL,0}, + {"ꑮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xae",3,NULL,0,NULL,0}, + {"އ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x87",2,NULL,0,NULL,0}, + {"Ὸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xb8",3,NULL,0,NULL,0}, + {"귥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xa5",3,NULL,0,NULL,0}, + {"䓼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xbc",3,NULL,0,NULL,0}, + {"݂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x82",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xb9",3,NULL,0,NULL,0}, + {"㝢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xa2",3,NULL,0,NULL,0}, + {"ࣼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xbc",3,NULL,0,NULL,0}, + {"堇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x87",3,NULL,0,NULL,0}, + {"ツ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x82",3,NULL,0,NULL,0}, + {"茶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xb7",3,NULL,0,NULL,0}, + {"疦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xa6",3,NULL,0,NULL,0}, + {"죗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x97",3,NULL,0,NULL,0}, + {"녀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xa5",3,NULL,0,NULL,0}, + {"쵆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x86",3,NULL,0,NULL,0}, + {"ᩲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xb2",3,NULL,0,NULL,0}, + {"휠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xa0",3,NULL,0,NULL,0}, + {"℘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x98",3,NULL,0,NULL,0}, + {"苲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xb2",3,NULL,0,NULL,0}, + {"쳳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xb3",3,NULL,0,NULL,0}, + {"◘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x98",3,NULL,0,NULL,0}, + {"郢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xa2",3,NULL,0,NULL,0}, + {"雘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xbc",3,NULL,0,NULL,0}, + {"笙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x99",3,NULL,0,NULL,0}, + {"槚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x9a",3,NULL,0,NULL,0}, + {"ઊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x8a",3,NULL,0,NULL,0}, + {"ι",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xbe",3,NULL,0,NULL,0}, + {"䤍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x8d",3,NULL,0,NULL,0}, + {"殀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x80",3,NULL,0,NULL,0}, + {"ꨯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xaf",3,NULL,0,NULL,0}, + {"姝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x9d",3,NULL,0,NULL,0}, + {"♸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xb8",3,NULL,0,NULL,0}, + {"싩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xa9",3,NULL,0,NULL,0}, + {"숛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x9b",3,NULL,0,NULL,0}, + {"뻪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xaa",3,NULL,0,NULL,0}, + {"錒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x92",3,NULL,0,NULL,0}, + {"넆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x86",3,NULL,0,NULL,0}, + {"ዹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xb9",3,NULL,0,NULL,0}, + {"ک",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xa9",2,NULL,0,NULL,0}, + {"韪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xaa",3,NULL,0,NULL,0}, + {"䊤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xa4",3,NULL,0,NULL,0}, + {"쥀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x80",3,NULL,0,NULL,0}, + {"⣶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x82",3,NULL,0,NULL,0}, + {"剅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x85",3,NULL,0,NULL,0}, + {"ᇄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x84",3,NULL,0,NULL,0}, + {"∋",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x8b",3,NULL,0,NULL,0}, + {"榜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x9c",3,NULL,0,NULL,0}, + {"䌫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xab",3,NULL,0,NULL,0}, + {"硇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x87",3,NULL,0,NULL,0}, + {"킝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x9d",3,NULL,0,NULL,0}, + {"낄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x84",3,NULL,0,NULL,0}, + {"髜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x9c",3,NULL,0,NULL,0}, + {"⟖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x96",3,NULL,0,NULL,0}, + {"䜦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xa6",3,NULL,0,NULL,0}, + {"⛡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xa1",3,NULL,0,NULL,0}, + {"⁔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x9f",3,NULL,0,NULL,0}, + {"㔪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xaa",3,NULL,0,NULL,0}, + {"靜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x9c",3,NULL,0,NULL,0}, + {"⫠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xa0",3,NULL,0,NULL,0}, + {"훃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x83",3,NULL,0,NULL,0}, + {"⅏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x8f",3,NULL,0,NULL,0}, + {"㖟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x9f",3,NULL,0,NULL,0}, + {"ᙲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xb2",3,NULL,0,NULL,0}, + {"⡶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xb6",3,NULL,0,NULL,0}, + {"આ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x86",3,NULL,0,NULL,0}, + {"圿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xbf",3,NULL,0,NULL,0}, + {"㑻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xbb",3,NULL,0,NULL,0}, + {"㍾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x86",3,NULL,0,NULL,0}, + {"斆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x86",3,NULL,0,NULL,0}, + {"鲝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x9d",3,NULL,0,NULL,0}, + {"旫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xab",3,NULL,0,NULL,0}, + {"들",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xa4",3,NULL,0,NULL,0}, + {"ᘬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xac",3,NULL,0,NULL,0}, + {"䟍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x8d",3,NULL,0,NULL,0}, + {"ꁆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x86",3,NULL,0,NULL,0}, + {"↶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xb6",3,NULL,0,NULL,0}, + {"糦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xa6",3,NULL,0,NULL,0}, + {"突",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x95",3,NULL,0,NULL,0}, + {"揗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x97",3,NULL,0,NULL,0}, + {"蕥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xa5",3,NULL,0,NULL,0}, + {"Ҡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xa0",2,NULL,0,NULL,0}, + {"삌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x8c",3,NULL,0,NULL,0}, + {"‚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x9a",3,NULL,0,NULL,0}, + {"落",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xbd",3,NULL,0,NULL,0}, + {"❏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x8f",3,NULL,0,NULL,0}, + {"泷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xb7",3,NULL,0,NULL,0}, + {"⛓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x93",3,NULL,0,NULL,0}, + {"╛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x9b",3,NULL,0,NULL,0}, + {"⹀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x80",3,NULL,0,NULL,0}, + {"ꠏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x8f",3,NULL,0,NULL,0}, + {"蟥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xa5",3,NULL,0,NULL,0}, + {"ꥰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xb0",3,NULL,0,NULL,0}, + {"懑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x91",3,NULL,0,NULL,0}, + {"ө",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xa9",2,NULL,0,NULL,0}, + {"ᘩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xa9",3,NULL,0,NULL,0}, + {"⠛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x9b",3,NULL,0,NULL,0}, + {"㤳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xb3",3,NULL,0,NULL,0}, + {"ɟ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x9f",2,NULL,0,NULL,0}, + {"惶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xb6",3,NULL,0,NULL,0}, + {"ㄑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x91",3,NULL,0,NULL,0}, + {"荎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x8e",3,NULL,0,NULL,0}, + {"顫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xaa",3,NULL,0,NULL,0}, + {"㒻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xbb",3,NULL,0,NULL,0}, + {"歙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x99",3,NULL,0,NULL,0}, + {"費",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xbb",3,NULL,0,NULL,0}, + {"拁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x81",3,NULL,0,NULL,0}, + {"鴯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xaf",3,NULL,0,NULL,0}, + {"Ḫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xaa",3,NULL,0,NULL,0}, + {"ᦀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x80",3,NULL,0,NULL,0}, + {"┉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x89",3,NULL,0,NULL,0}, + {"捐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x90",3,NULL,0,NULL,0}, + {"啃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x83",3,NULL,0,NULL,0}, + {"䨬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xac",3,NULL,0,NULL,0}, + {"䦻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xbb",3,NULL,0,NULL,0}, + {"▩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xa9",3,NULL,0,NULL,0}, + {"狅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xaf",3,NULL,0,NULL,0}, + {"䚈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x88",3,NULL,0,NULL,0}, + {"烳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xb3",3,NULL,0,NULL,0}, + {"႒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x92",3,NULL,0,NULL,0}, + {"꣱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xb1",3,NULL,0,NULL,0}, + {"ⷩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xa9",3,NULL,0,NULL,0}, + {"ۻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xbb",2,NULL,0,NULL,0}, + {"拢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xa2",3,NULL,0,NULL,0}, + {"쇌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x8c",3,NULL,0,NULL,0}, + {"ꞣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xa3",3,NULL,0,NULL,0}, + {"ꦢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xa2",3,NULL,0,NULL,0}, + {"ˢ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xa2",2,NULL,0,NULL,0}, + {"ྮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xae",3,NULL,0,NULL,0}, + {"檨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xa8",3,NULL,0,NULL,0}, + {"慕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x95",3,NULL,0,NULL,0}, + {"䥂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x82",3,NULL,0,NULL,0}, + {"䃤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xb1",3,NULL,0,NULL,0}, + {"ⱆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x86",3,NULL,0,NULL,0}, + {"ရ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xbc",3,NULL,0,NULL,0}, + {"悛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x9b",3,NULL,0,NULL,0}, + {"묋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x8b",3,NULL,0,NULL,0}, + {"⨧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xa7",3,NULL,0,NULL,0}, + {"餭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xad",3,NULL,0,NULL,0}, + {"౤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xa4",3,NULL,0,NULL,0}, + {"ኡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xa1",3,NULL,0,NULL,0}, + {"윰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xb0",3,NULL,0,NULL,0}, + {"ꫧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xa7",3,NULL,0,NULL,0}, + {"ཱི",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xb3",3,NULL,0,NULL,0}, + {"胞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x9e",3,NULL,0,NULL,0}, + {"༔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x94",3,NULL,0,NULL,0}, + {"✊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x8a",3,NULL,0,NULL,0}, + {"屶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xb6",3,NULL,0,NULL,0}, + {"䝗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x97",3,NULL,0,NULL,0}, + {"ꭱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xb1",3,NULL,0,NULL,0}, + {"㉇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x87",3,NULL,0,NULL,0}, + {"瀬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xac",3,NULL,0,NULL,0}, + {"⥝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x9d",3,NULL,0,NULL,0}, + {"䫂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x92",3,NULL,0,NULL,0}, + {"䩪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xaa",3,NULL,0,NULL,0}, + {"䝿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xbf",3,NULL,0,NULL,0}, + {"볼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xbc",3,NULL,0,NULL,0}, + {"簴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xb4",3,NULL,0,NULL,0}, + {"搘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x98",3,NULL,0,NULL,0}, + {"梡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xa1",3,NULL,0,NULL,0}, + {"솋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x8b",3,NULL,0,NULL,0}, + {"ⵍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x8d",3,NULL,0,NULL,0}, + {"楁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x81",3,NULL,0,NULL,0}, + {"瘠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xa0",3,NULL,0,NULL,0}, + {"䳸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xb8",3,NULL,0,NULL,0}, + {"溁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x81",3,NULL,0,NULL,0}, + {"㡅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x85",3,NULL,0,NULL,0}, + {"徒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x92",3,NULL,0,NULL,0}, + {"૵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xb5",3,NULL,0,NULL,0}, + {"沥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xa5",3,NULL,0,NULL,0}, + {"送",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x81",3,NULL,0,NULL,0}, + {"콘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x98",3,NULL,0,NULL,0}, + {"㟌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x86",3,NULL,0,NULL,0}, + {"ᅒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x92",3,NULL,0,NULL,0}, + {"廸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xb8",3,NULL,0,NULL,0}, + {"衔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x94",3,NULL,0,NULL,0}, + {"௥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xa5",3,NULL,0,NULL,0}, + {"馞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x9e",3,NULL,0,NULL,0}, + {"ꪐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x90",3,NULL,0,NULL,0}, + {"僈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x88",3,NULL,0,NULL,0}, + {"꽷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xb7",3,NULL,0,NULL,0}, + {"訒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x92",3,NULL,0,NULL,0}, + {"蠓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xb2",3,NULL,0,NULL,0}, + {"⬵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xb5",3,NULL,0,NULL,0}, + {"쑫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xab",3,NULL,0,NULL,0}, + {"鿉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x89",3,NULL,0,NULL,0}, + {"쿸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xb8",3,NULL,0,NULL,0}, + {"ⴓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x86",3,NULL,0,NULL,0}, + {"税",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x8e",3,NULL,0,NULL,0}, + {"䙐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x90",3,NULL,0,NULL,0}, + {"䫟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x9f",3,NULL,0,NULL,0}, + {"ꍓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x93",3,NULL,0,NULL,0}, + {"输",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x92",3,NULL,0,NULL,0}, + {"払",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x95",3,NULL,0,NULL,0}, + {"᰾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xbe",3,NULL,0,NULL,0}, + {"釺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xba",3,NULL,0,NULL,0}, + {"髀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x80",3,NULL,0,NULL,0}, + {"輼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xbc",3,NULL,0,NULL,0}, + {"鏾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xbe",3,NULL,0,NULL,0}, + {"蛉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x89",3,NULL,0,NULL,0}, + {"㱘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x98",3,NULL,0,NULL,0}, + {"඄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x84",3,NULL,0,NULL,0}, + {"䯽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xb6",3,NULL,0,NULL,0}, + {"滘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x98",3,NULL,0,NULL,0}, + {"塵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xb5",3,NULL,0,NULL,0}, + {"揸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xb8",3,NULL,0,NULL,0}, + {"㦞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x9e",3,NULL,0,NULL,0}, + {"涑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x91",3,NULL,0,NULL,0}, + {"븹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xb9",3,NULL,0,NULL,0}, + {"뾩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xa9",3,NULL,0,NULL,0}, + {"谠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xa0",3,NULL,0,NULL,0}, + {"ꇘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x85",3,NULL,0,NULL,0}, + {"㮸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xb8",3,NULL,0,NULL,0}, + {"詓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x93",3,NULL,0,NULL,0}, + {"큿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xbf",3,NULL,0,NULL,0}, + {"렱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xb1",3,NULL,0,NULL,0}, + {"黏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x8f",3,NULL,0,NULL,0}, + {"꟱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xb1",3,NULL,0,NULL,0}, + {"憣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x82",3,NULL,0,NULL,0}, + {"ⶍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x8d",3,NULL,0,NULL,0}, + {"㩃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x83",3,NULL,0,NULL,0}, + {"깧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xa7",3,NULL,0,NULL,0}, + {"䈘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x8d",3,NULL,0,NULL,0}, + {"Ⅵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xa5",3,NULL,0,NULL,0}, + {"ㅯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xaf",3,NULL,0,NULL,0}, + {"럈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x88",3,NULL,0,NULL,0}, + {"껢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xa2",3,NULL,0,NULL,0}, + {"㟽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xbd",3,NULL,0,NULL,0}, + {"ꦒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x92",3,NULL,0,NULL,0}, + {"海",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xb7",3,NULL,0,NULL,0}, + {"鯣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xa3",3,NULL,0,NULL,0}, + {"耚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x9a",3,NULL,0,NULL,0}, + {"頔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x94",3,NULL,0,NULL,0}, + {"炀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x80",3,NULL,0,NULL,0}, + {"ഉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x93",3,NULL,0,NULL,0}, + {"綋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x8b",3,NULL,0,NULL,0}, + {"渌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x8c",3,NULL,0,NULL,0}, + {"鹰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xb0",3,NULL,0,NULL,0}, + {"紬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xac",3,NULL,0,NULL,0}, + {"퇐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x90",3,NULL,0,NULL,0}, + {"벮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xae",3,NULL,0,NULL,0}, + {"柖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x96",3,NULL,0,NULL,0}, + {"襡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xa1",3,NULL,0,NULL,0}, + {"篢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xa2",3,NULL,0,NULL,0}, + {"咹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xb9",3,NULL,0,NULL,0}, + {"䶍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x86",3,NULL,0,NULL,0}, + {"쓽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xbd",3,NULL,0,NULL,0}, + {"鼸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xb8",3,NULL,0,NULL,0}, + {"ᆴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb4",3,NULL,0,NULL,0}, + {"爵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xb5",3,NULL,0,NULL,0}, + {"栱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xb1",3,NULL,0,NULL,0}, + {"왨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xa8",3,NULL,0,NULL,0}, + {"桺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xba",3,NULL,0,NULL,0}, + {"エ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb4",3,NULL,0,NULL,0}, + {"潀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x80",3,NULL,0,NULL,0}, + {"ㄷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xb7",3,NULL,0,NULL,0}, + {"ⱦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xa6",3,NULL,0,NULL,0}, + {"㝾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xbe",3,NULL,0,NULL,0}, + {"仢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xa2",3,NULL,0,NULL,0}, + {"ᗃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xa3",3,NULL,0,NULL,0}, + {"譃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x83",3,NULL,0,NULL,0}, + {"룕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x95",3,NULL,0,NULL,0}, + {"Â",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x82",2,NULL,0,NULL,0}, + {"욳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xb3",3,NULL,0,NULL,0}, + {"㴉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x89",3,NULL,0,NULL,0}, + {"匿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x8d",3,NULL,0,NULL,0}, + {"㙪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xaa",3,NULL,0,NULL,0}, + {"켷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xb7",3,NULL,0,NULL,0}, + {"즦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xa6",3,NULL,0,NULL,0}, + {"᜚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x9a",3,NULL,0,NULL,0}, + {"م",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x85",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xac",3,NULL,0,NULL,0}, + {"뵇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x87",3,NULL,0,NULL,0}, + {"叚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x9a",3,NULL,0,NULL,0}, + {"䁯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xac",3,NULL,0,NULL,0}, + {"ժ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xaa",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x93",3,NULL,0,NULL,0}, + {"䷾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xbe",3,NULL,0,NULL,0}, + {"陬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xac",3,NULL,0,NULL,0}, + {"쐈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x88",3,NULL,0,NULL,0}, + {"푏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x8f",3,NULL,0,NULL,0}, + {"덋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x8b",3,NULL,0,NULL,0}, + {"뤓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x93",3,NULL,0,NULL,0}, + {"蘦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xae",3,NULL,0,NULL,0}, + {"퓈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x88",3,NULL,0,NULL,0}, + {"鎫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xab",3,NULL,0,NULL,0}, + {"湐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x90",3,NULL,0,NULL,0}, + {"ᬕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x95",3,NULL,0,NULL,0}, + {"ᔜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x9c",3,NULL,0,NULL,0}, + {"܋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x8b",2,NULL,0,NULL,0}, + {"ၩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xa9",3,NULL,0,NULL,0}, + {"䜔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x94",3,NULL,0,NULL,0}, + {"맛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xbc",3,NULL,0,NULL,0}, + {"㗥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xb4",3,NULL,0,NULL,0}, + {"쨭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xad",3,NULL,0,NULL,0}, + {"ꚿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xbf",3,NULL,0,NULL,0}, + {"䔧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x8b",3,NULL,0,NULL,0}, + {"ා",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x8f",3,NULL,0,NULL,0}, + {"哣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xa3",3,NULL,0,NULL,0}, + {"註",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xbb",3,NULL,0,NULL,0}, + {"쥧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xa7",3,NULL,0,NULL,0}, + {"㪜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x9c",3,NULL,0,NULL,0}, + {"ᭉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x89",3,NULL,0,NULL,0}, + {"膰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xb0",3,NULL,0,NULL,0}, + {"ᓻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xbb",3,NULL,0,NULL,0}, + {"늲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xb2",3,NULL,0,NULL,0}, + {"쌥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xa5",3,NULL,0,NULL,0}, + {"鞍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x8d",3,NULL,0,NULL,0}, + {"ᢃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x83",3,NULL,0,NULL,0}, + {"뉛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x9b",3,NULL,0,NULL,0}, + {"佳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xbd",3,NULL,0,NULL,0}, + {"鐮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xae",3,NULL,0,NULL,0}, + {"᪈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x88",3,NULL,0,NULL,0}, + {"翉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x89",3,NULL,0,NULL,0}, + {"⌧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xa7",3,NULL,0,NULL,0}, + {"鍐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x90",3,NULL,0,NULL,0}, + {"⏢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xa2",3,NULL,0,NULL,0}, + {"츘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x98",3,NULL,0,NULL,0}, + {"᥋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x8b",3,NULL,0,NULL,0}, + {"ᶋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x8b",3,NULL,0,NULL,0}, + {"碯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x9b",3,NULL,0,NULL,0}, + {"ㆨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xa8",3,NULL,0,NULL,0}, + {"ᄘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x98",3,NULL,0,NULL,0}, + {"ﭭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xad",3,NULL,0,NULL,0}, + {"쵪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xbd",3,NULL,0,NULL,0}, + {"줠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xa0",3,NULL,0,NULL,0}, + {"ꗋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x8b",3,NULL,0,NULL,0}, + {"롚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x9a",3,NULL,0,NULL,0}, + {"砈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x88",3,NULL,0,NULL,0}, + {"ď",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x8f",2,NULL,0,NULL,0}, + {"딣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xa3",3,NULL,0,NULL,0}, + {"ͅ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x85",2,NULL,0,NULL,0}, + {"㷓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x93",3,NULL,0,NULL,0}, + {"Ꙏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x8e",3,NULL,0,NULL,0}, + {"汒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x92",3,NULL,0,NULL,0}, + {"䎏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x8f",3,NULL,0,NULL,0}, + {"㬛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x98",3,NULL,0,NULL,0}, + {"Ř",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x98",2,NULL,0,NULL,0}, + {"뉁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x81",3,NULL,0,NULL,0}, + {"ਭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xad",3,NULL,0,NULL,0}, + {"侭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xad",3,NULL,0,NULL,0}, + {"찎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x8e",3,NULL,0,NULL,0}, + {"둛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x9b",3,NULL,0,NULL,0}, + {"菲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xb2",3,NULL,0,NULL,0}, + {"錳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xb3",3,NULL,0,NULL,0}, + {"ᑼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xbc",3,NULL,0,NULL,0}, + {"C",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa3",3,NULL,0,NULL,0}, + {"娺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xba",3,NULL,0,NULL,0}, + {"允",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x81",3,NULL,0,NULL,0}, + {"ᣄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x84",3,NULL,0,NULL,0}, + {"署",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xb2",3,NULL,0,NULL,0}, + {"ȑ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x91",2,NULL,0,NULL,0}, + {"琈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x88",3,NULL,0,NULL,0}, + {"蓓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x93",3,NULL,0,NULL,0}, + {"ࡺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xba",3,NULL,0,NULL,0}, + {"䒉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x89",3,NULL,0,NULL,0}, + {"㗫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x9e",3,NULL,0,NULL,0}, + {"蟄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x84",3,NULL,0,NULL,0}, + {"亹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xb9",3,NULL,0,NULL,0}, + {"஋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x8b",3,NULL,0,NULL,0}, + {"⇆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x86",3,NULL,0,NULL,0}, + {"鉇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x87",3,NULL,0,NULL,0}, + {"葇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x87",3,NULL,0,NULL,0}, + {"竞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x9e",3,NULL,0,NULL,0}, + {"䀝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x9d",3,NULL,0,NULL,0}, + {"砖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x96",3,NULL,0,NULL,0}, + {"疥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xa5",3,NULL,0,NULL,0}, + {"脐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x90",3,NULL,0,NULL,0}, + {"∷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xb7",3,NULL,0,NULL,0}, + {"簒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x92",3,NULL,0,NULL,0}, + {"놾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x95",3,NULL,0,NULL,0}, + {"富",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x8c",3,NULL,0,NULL,0}, + {"瘟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xa5",3,NULL,0,NULL,0}, + {"㑁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x81",3,NULL,0,NULL,0}, + {"핏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x8f",3,NULL,0,NULL,0}, + {"㕉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x89",3,NULL,0,NULL,0}, + {"吏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x9e",3,NULL,0,NULL,0}, + {"㑬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xac",3,NULL,0,NULL,0}, + {"巪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xaa",3,NULL,0,NULL,0}, + {"宋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x8b",3,NULL,0,NULL,0}, + {"쫋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x9f",3,NULL,0,NULL,0}, + {"훚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x9a",3,NULL,0,NULL,0}, + {"䐪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xaa",3,NULL,0,NULL,0}, + {"Ἓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x9b",3,NULL,0,NULL,0}, + {"ㄌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x8c",3,NULL,0,NULL,0}, + {"គ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x82",3,NULL,0,NULL,0}, + {"玿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xbf",3,NULL,0,NULL,0}, + {"ﻄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x84",3,NULL,0,NULL,0}, + {"굺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xba",3,NULL,0,NULL,0}, + {"䠌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x9e",3,NULL,0,NULL,0}, + {"䥩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xa9",3,NULL,0,NULL,0}, + {"穹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xb9",3,NULL,0,NULL,0}, + {"ﯱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xb1",3,NULL,0,NULL,0}, + {"嵡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xa1",3,NULL,0,NULL,0}, + {"ꆋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x8b",3,NULL,0,NULL,0}, + {"㚚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x9a",3,NULL,0,NULL,0}, + {"瘯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xaf",3,NULL,0,NULL,0}, + {"点",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xb9",3,NULL,0,NULL,0}, + {"눀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x80",3,NULL,0,NULL,0}, + {"∝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x9d",3,NULL,0,NULL,0}, + {"ꑿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xbf",3,NULL,0,NULL,0}, + {"櫙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x99",3,NULL,0,NULL,0}, + {"蒦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xa6",3,NULL,0,NULL,0}, + {"䛇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x87",3,NULL,0,NULL,0}, + {"˻",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xbb",2,NULL,0,NULL,0}, + {"쇱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xb1",3,NULL,0,NULL,0}, + {"埈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x88",3,NULL,0,NULL,0}, + {"ू",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xa7",3,NULL,0,NULL,0}, + {"Ǔ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x93",2,NULL,0,NULL,0}, + {"膗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x97",3,NULL,0,NULL,0}, + {"녽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xa7",3,NULL,0,NULL,0}, + {"쉊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x8a",3,NULL,0,NULL,0}, + {"顕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x95",3,NULL,0,NULL,0}, + {"꼍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x8d",3,NULL,0,NULL,0}, + {"넸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xb8",3,NULL,0,NULL,0}, + {"夛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x9b",3,NULL,0,NULL,0}, + {"ヺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xba",3,NULL,0,NULL,0}, + {"樽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x9c",3,NULL,0,NULL,0}, + {"窶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xb6",3,NULL,0,NULL,0}, + {"⃒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x92",3,NULL,0,NULL,0}, + {"댚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x9a",3,NULL,0,NULL,0}, + {"䘈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x87",3,NULL,0,NULL,0}, + {"霷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xb7",3,NULL,0,NULL,0}, + {"흡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xa1",3,NULL,0,NULL,0}, + {"᫴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xb4",3,NULL,0,NULL,0}, + {"杊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x8a",3,NULL,0,NULL,0}, + {"Ẳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xb2",3,NULL,0,NULL,0}, + {"邜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x9c",3,NULL,0,NULL,0}, + {"᠓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x93",3,NULL,0,NULL,0}, + {"婐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x90",3,NULL,0,NULL,0}, + {"茸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xb8",3,NULL,0,NULL,0}, + {"筝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x9d",3,NULL,0,NULL,0}, + {"郻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xbb",3,NULL,0,NULL,0}, + {"캌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x8c",3,NULL,0,NULL,0}, + {"✇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xa1",3,NULL,0,NULL,0}, + {"籙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x99",3,NULL,0,NULL,0}, + {"噫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xab",3,NULL,0,NULL,0}, + {"﫽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xbd",3,NULL,0,NULL,0}, + {"㋵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xb5",3,NULL,0,NULL,0}, + {"ꄄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x84",3,NULL,0,NULL,0}, + {"ᎊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x8a",3,NULL,0,NULL,0}, + {"Ꚗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x96",3,NULL,0,NULL,0}, + {"֒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x92",2,NULL,0,NULL,0}, + {"죍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x8d",3,NULL,0,NULL,0}, + {"⼰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xb0",3,NULL,0,NULL,0}, + {"剰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xb0",3,NULL,0,NULL,0}, + {"۳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xb3",2,NULL,0,NULL,0}, + {"泄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x84",3,NULL,0,NULL,0}, + {"ᇿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xbf",3,NULL,0,NULL,0}, + {"碆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x86",3,NULL,0,NULL,0}, + {"섏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x8f",3,NULL,0,NULL,0}, + {"뜥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xa5",3,NULL,0,NULL,0}, + {"ú",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xba",2,NULL,0,NULL,0}, + {"䘾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xbe",3,NULL,0,NULL,0}, + {"䞉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x89",3,NULL,0,NULL,0}, + {"℔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x8a",3,NULL,0,NULL,0}, + {"곏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x8f",3,NULL,0,NULL,0}, + {"䌺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xba",3,NULL,0,NULL,0}, + {"霈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x88",3,NULL,0,NULL,0}, + {"쀇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x87",3,NULL,0,NULL,0}, + {"꾎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x8e",3,NULL,0,NULL,0}, + {"҄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x84",2,NULL,0,NULL,0}, + {"◜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x9c",3,NULL,0,NULL,0}, + {"⅙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x99",3,NULL,0,NULL,0}, + {"੾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xbe",3,NULL,0,NULL,0}, + {"퉇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xb4",3,NULL,0,NULL,0}, + {"薜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x9c",3,NULL,0,NULL,0}, + {"⁌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x8c",3,NULL,0,NULL,0}, + {"駽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xaa",3,NULL,0,NULL,0}, + {"⚀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x80",3,NULL,0,NULL,0}, + {"쀙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x99",3,NULL,0,NULL,0}, + {"灘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x98",3,NULL,0,NULL,0}, + {"⋶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xb6",3,NULL,0,NULL,0}, + {"圄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xbf",3,NULL,0,NULL,0}, + {"㍌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x8c",3,NULL,0,NULL,0}, + {"ꍶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xb6",3,NULL,0,NULL,0}, + {"早",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xa9",3,NULL,0,NULL,0}, + {"ᯜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x9c",3,NULL,0,NULL,0}, + {"轓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x93",3,NULL,0,NULL,0}, + {"糊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x8a",3,NULL,0,NULL,0}, + {"샳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xb3",3,NULL,0,NULL,0}, + {"剗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x97",3,NULL,0,NULL,0}, + {"锇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x87",3,NULL,0,NULL,0}, + {"邏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x93",3,NULL,0,NULL,0}, + {"⟆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x86",3,NULL,0,NULL,0}, + {"䜲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xb2",3,NULL,0,NULL,0}, + {"㤷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xb7",3,NULL,0,NULL,0}, + {"괐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x90",3,NULL,0,NULL,0}, + {"䎯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xaf",3,NULL,0,NULL,0}, + {"렾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xbe",3,NULL,0,NULL,0}, + {"㬱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xb1",3,NULL,0,NULL,0}, + {"Ͻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xbd",2,NULL,0,NULL,0}, + {"⮭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xad",3,NULL,0,NULL,0}, + {"ꠝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x9d",3,NULL,0,NULL,0}, + {"㦪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xaa",3,NULL,0,NULL,0}, + {"ꬦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xa6",3,NULL,0,NULL,0}, + {"⡪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xaa",3,NULL,0,NULL,0}, + {"ᙦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xa6",3,NULL,0,NULL,0}, + {"Պ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x8a",2,NULL,0,NULL,0}, + {"뾒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x92",3,NULL,0,NULL,0}, + {"犯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xaf",3,NULL,0,NULL,0}, + {"횱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xb1",3,NULL,0,NULL,0}, + {"魊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x8a",3,NULL,0,NULL,0}, + {"⇭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xad",3,NULL,0,NULL,0}, + {"鲗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x97",3,NULL,0,NULL,0}, + {"坍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x8d",3,NULL,0,NULL,0}, + {"顙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x99",3,NULL,0,NULL,0}, + {"쐑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x91",3,NULL,0,NULL,0}, + {"ꨛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x9b",3,NULL,0,NULL,0}, + {"揅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x85",3,NULL,0,NULL,0}, + {"᭝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x9d",3,NULL,0,NULL,0}, + {"晠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xa0",3,NULL,0,NULL,0}, + {"뭈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x88",3,NULL,0,NULL,0}, + {"喺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xba",3,NULL,0,NULL,0}, + {"빱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x8e",3,NULL,0,NULL,0}, + {"㮙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x99",3,NULL,0,NULL,0}, + {"淡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xa1",3,NULL,0,NULL,0}, + {"篿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xbf",3,NULL,0,NULL,0}, + {"☤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xa4",3,NULL,0,NULL,0}, + {"쯖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x96",3,NULL,0,NULL,0}, + {"痤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xa4",3,NULL,0,NULL,0}, + {"炌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x8c",3,NULL,0,NULL,0}, + {"懣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xa3",3,NULL,0,NULL,0}, + {"㥁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x81",3,NULL,0,NULL,0}, + {"⌶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xb6",3,NULL,0,NULL,0}, + {"ظ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xb8",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xa4",3,NULL,0,NULL,0}, + {"獝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x9d",3,NULL,0,NULL,0}, + {"⳦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xa6",3,NULL,0,NULL,0}, + {"엚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x9a",3,NULL,0,NULL,0}, + {"퓪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xaa",3,NULL,0,NULL,0}, + {"拓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x93",3,NULL,0,NULL,0}, + {"툀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x80",3,NULL,0,NULL,0}, + {"䅋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x8b",3,NULL,0,NULL,0}, + {"擯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xaf",3,NULL,0,NULL,0}, + {"Ⰹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x89",3,NULL,0,NULL,0}, + {"Ṏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x8e",3,NULL,0,NULL,0}, + {"ಡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xa1",3,NULL,0,NULL,0}, + {"ቌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x8c",3,NULL,0,NULL,0}, + {"뫗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x97",3,NULL,0,NULL,0}, + {"黪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xaa",3,NULL,0,NULL,0}, + {"퇱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xb1",3,NULL,0,NULL,0}, + {"㟉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x89",3,NULL,0,NULL,0}, + {"좘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x98",3,NULL,0,NULL,0}, + {"啉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x89",3,NULL,0,NULL,0}, + {"ཀྵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xa9",3,NULL,0,NULL,0}, + {"店",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x97",3,NULL,0,NULL,0}, + {"匇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x87",3,NULL,0,NULL,0}, + {"⥶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xb6",3,NULL,0,NULL,0}, + {"켒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x92",3,NULL,0,NULL,0}, + {"@",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"@",1,NULL,0,NULL,0}, + {"蹂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x82",3,NULL,0,NULL,0}, + {"䓥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xa5",3,NULL,0,NULL,0}, + {"궎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x8e",3,NULL,0,NULL,0}, + {"䙨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xa8",3,NULL,0,NULL,0}, + {"焁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x81",3,NULL,0,NULL,0}, + {"摥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xa5",3,NULL,0,NULL,0}, + {"쿁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x81",3,NULL,0,NULL,0}, + {"秓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x93",3,NULL,0,NULL,0}, + {"㚯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xaf",3,NULL,0,NULL,0}, + {"攩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xa9",3,NULL,0,NULL,0}, + {"᳑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x91",3,NULL,0,NULL,0}, + {"慱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xbd",3,NULL,0,NULL,0}, + {"Ⱚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xaa",3,NULL,0,NULL,0}, + {"洎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x8e",3,NULL,0,NULL,0}, + {"棄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x84",3,NULL,0,NULL,0}, + {"㵒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x92",3,NULL,0,NULL,0}, + {"ꊖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x96",3,NULL,0,NULL,0}, + {"㵙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x99",3,NULL,0,NULL,0}, + {"鏢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xa2",3,NULL,0,NULL,0}, + {"渹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xb9",3,NULL,0,NULL,0}, + {"䄜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x94",3,NULL,0,NULL,0}, + {"ↁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x81",3,NULL,0,NULL,0}, + {"윬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xac",3,NULL,0,NULL,0}, + {"ౠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xa0",3,NULL,0,NULL,0}, + {"ኣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xa3",3,NULL,0,NULL,0}, + {"୍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x89",3,NULL,0,NULL,0}, + {"龤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xba",3,NULL,0,NULL,0}, + {"叾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xbe",3,NULL,0,NULL,0}, + {"弰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xaf",3,NULL,0,NULL,0}, + {"鱅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x85",3,NULL,0,NULL,0}, + {"ꟃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x83",3,NULL,0,NULL,0}, + {"燠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xa0",3,NULL,0,NULL,0}, + {"퐸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xb8",3,NULL,0,NULL,0}, + {"ฮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xae",3,NULL,0,NULL,0}, + {"ꭳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xb3",3,NULL,0,NULL,0}, + {"폇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x87",3,NULL,0,NULL,0}, + {"턦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xa6",3,NULL,0,NULL,0}, + {"蝂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x82",3,NULL,0,NULL,0}, + {"७",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xad",3,NULL,0,NULL,0}, + {"楋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x8b",3,NULL,0,NULL,0}, + {"㡏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x8f",3,NULL,0,NULL,0}, + {"ﳋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x8b",3,NULL,0,NULL,0}, + {"홙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x99",3,NULL,0,NULL,0}, + {"鮨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xa8",3,NULL,0,NULL,0}, + {"ꉧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xb1",3,NULL,0,NULL,0}, + {"릌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x8c",3,NULL,0,NULL,0}, + {"䲊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x8a",3,NULL,0,NULL,0}, + {"㓮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xae",3,NULL,0,NULL,0}, + {"ᵮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xae",3,NULL,0,NULL,0}, + {"鍵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xb5",3,NULL,0,NULL,0}, + {"鸾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xbe",3,NULL,0,NULL,0}, + {"Ꞓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x92",3,NULL,0,NULL,0}, + {"䬾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xbe",3,NULL,0,NULL,0}, + {"쑹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xb9",3,NULL,0,NULL,0}, + {"騭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xad",3,NULL,0,NULL,0}, + {"∫",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xaa",3,NULL,0,NULL,0}, + {"誇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x87",3,NULL,0,NULL,0}, + {"䖲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xb2",3,NULL,0,NULL,0}, + {"ꖲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xb2",3,NULL,0,NULL,0}, + {"꿱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xb1",3,NULL,0,NULL,0}, + {"럐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x90",3,NULL,0,NULL,0}, + {"枤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xa4",3,NULL,0,NULL,0}, + {"﹢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x9b",3,NULL,0,NULL,0}, + {"彴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xb4",3,NULL,0,NULL,0}, + {"踦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xa6",3,NULL,0,NULL,0}, + {"ਆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x86",3,NULL,0,NULL,0}, + {"旒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x84",3,NULL,0,NULL,0}, + {"剨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xa8",3,NULL,0,NULL,0}, + {"渜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x9c",3,NULL,0,NULL,0}, + {"䀼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xbc",3,NULL,0,NULL,0}, + {"텳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xb3",3,NULL,0,NULL,0}, + {"絹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x87",3,NULL,0,NULL,0}, + {"黅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x85",3,NULL,0,NULL,0}, + {"뱟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x9f",3,NULL,0,NULL,0}, + {"祳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xb3",3,NULL,0,NULL,0}, + {"튡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xa1",3,NULL,0,NULL,0}, + {"攖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x96",3,NULL,0,NULL,0}, + {"栫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xab",3,NULL,0,NULL,0}, + {"㟷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xb7",3,NULL,0,NULL,0}, + {"ﴻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xbb",3,NULL,0,NULL,0}, + {"︡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xa1",3,NULL,0,NULL,0}, + {"䜹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xb9",3,NULL,0,NULL,0}, + {"徵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xb5",3,NULL,0,NULL,0}, + {"䧸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xb8",3,NULL,0,NULL,0}, + {"乽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xbd",3,NULL,0,NULL,0}, + {"滺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xb5",3,NULL,0,NULL,0}, + {"昁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x81",3,NULL,0,NULL,0}, + {"予",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x88",3,NULL,0,NULL,0}, + {"誺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xba",3,NULL,0,NULL,0}, + {"ﻫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xab",3,NULL,0,NULL,0}, + {"瓫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xab",3,NULL,0,NULL,0}, + {"῍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x8d",3,NULL,0,NULL,0}, + {"¬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa2",3,NULL,0,NULL,0}, + {"譁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x81",3,NULL,0,NULL,0}, + {"뗁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x83",3,NULL,0,NULL,0}, + {"俸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xae",3,NULL,0,NULL,0}, + {"匽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xbd",3,NULL,0,NULL,0}, + {"襣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xa3",3,NULL,0,NULL,0}, + {"闈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x88",3,NULL,0,NULL,0}, + {"꒢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xa2",3,NULL,0,NULL,0}, + {"銓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x93",3,NULL,0,NULL,0}, + {"帣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xa3",3,NULL,0,NULL,0}, + {"㾜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x9c",3,NULL,0,NULL,0}, + {"ⓒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x92",3,NULL,0,NULL,0}, + {"呓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x93",3,NULL,0,NULL,0}, + {"틾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xbe",3,NULL,0,NULL,0}, + {"芪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xaa",3,NULL,0,NULL,0}, + {"嬧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xa7",3,NULL,0,NULL,0}, + {"嘍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x8d",3,NULL,0,NULL,0}, + {"ퟎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x8e",3,NULL,0,NULL,0}, + {"伴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xb4",3,NULL,0,NULL,0}, + {"ﴝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x9d",3,NULL,0,NULL,0}, + {"ㄥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xa5",3,NULL,0,NULL,0}, + {"爊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x8a",3,NULL,0,NULL,0}, + {"恓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x93",3,NULL,0,NULL,0}, + {"ᗁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x81",3,NULL,0,NULL,0}, + {"ỏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x8f",3,NULL,0,NULL,0}, + {"닯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xaf",3,NULL,0,NULL,0}, + {"䵕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xa7",3,NULL,0,NULL,0}, + {"۷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xb7",2,NULL,0,NULL,0}, + {"ま",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xbe",3,NULL,0,NULL,0}, + {"踝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x9d",3,NULL,0,NULL,0}, + {"鄖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x96",3,NULL,0,NULL,0}, + {"摳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x9d",3,NULL,0,NULL,0}, + {"⾆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x86",3,NULL,0,NULL,0}, + {"胇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x87",3,NULL,0,NULL,0}, + {"⼇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x87",3,NULL,0,NULL,0}, + {"喷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xa9",3,NULL,0,NULL,0}, + {"넕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x95",3,NULL,0,NULL,0}, + {"ዠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xa0",3,NULL,0,NULL,0}, + {"꙳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xb3",3,NULL,0,NULL,0}, + {"檡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xa1",3,NULL,0,NULL,0}, + {"慧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xa7",3,NULL,0,NULL,0}, + {"ጩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xa9",3,NULL,0,NULL,0}, + {"樄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x84",3,NULL,0,NULL,0}, + {"Ώ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x8f",2,NULL,0,NULL,0}, + {"㯟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x9f",3,NULL,0,NULL,0}, + {"茟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xb2",3,NULL,0,NULL,0}, + {"Ꭺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xaa",3,NULL,0,NULL,0}, + {"ײ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xb2",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x91",3,NULL,0,NULL,0}, + {"ᚳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xb3",3,NULL,0,NULL,0}, + {"졜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x9c",3,NULL,0,NULL,0}, + {"飯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xa3",3,NULL,0,NULL,0}, + {"舊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x8a",3,NULL,0,NULL,0}, + {"묜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x9c",3,NULL,0,NULL,0}, + {"⪵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xb5",3,NULL,0,NULL,0}, + {"ᢺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xba",3,NULL,0,NULL,0}, + {"岲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xb2",3,NULL,0,NULL,0}, + {"ᶸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xb8",3,NULL,0,NULL,0}, + {"ߟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x9f",2,NULL,0,NULL,0}, + {"⋋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x8b",3,NULL,0,NULL,0}, + {"ꂶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xbe",3,NULL,0,NULL,0}, + {"鎚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x9a",3,NULL,0,NULL,0}, + {"礐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x90",3,NULL,0,NULL,0}, + {"耪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xaa",3,NULL,0,NULL,0}, + {"硓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x93",3,NULL,0,NULL,0}, + {"㇚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x9a",3,NULL,0,NULL,0}, + {"ᴺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xba",3,NULL,0,NULL,0}, + {"†",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x86",2,NULL,0,NULL,0}, + {"酮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xae",3,NULL,0,NULL,0}, + {"縔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x94",3,NULL,0,NULL,0}, + {"⿟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x9f",3,NULL,0,NULL,0}, + {"﨨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xa8",3,NULL,0,NULL,0}, + {"č",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x8d",2,NULL,0,NULL,0}, + {"荥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xa5",3,NULL,0,NULL,0}, + {"᨟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x9f",3,NULL,0,NULL,0}, + {"㞙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x9f",3,NULL,0,NULL,0}, + {"沄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x84",3,NULL,0,NULL,0}, + {"凧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8a",3,NULL,0,NULL,0}, + {"ᓹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb9",3,NULL,0,NULL,0}, + {"蕊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x8a",3,NULL,0,NULL,0}, + {"Ƽ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xbc",2,NULL,0,NULL,0}, + {"狳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xb3",3,NULL,0,NULL,0}, + {"
",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa9",3,NULL,0,NULL,0}, + {"乚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xb5",3,NULL,0,NULL,0}, + {"撽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xbd",3,NULL,0,NULL,0}, + {"ȓ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x93",2,NULL,0,NULL,0}, + {"ꮵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xb5",3,NULL,0,NULL,0}, + {"䂆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x86",3,NULL,0,NULL,0}, + {"蒽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xbd",3,NULL,0,NULL,0}, + {"᥁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x81",3,NULL,0,NULL,0}, + {"眓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x93",3,NULL,0,NULL,0}, + {"뛮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xae",3,NULL,0,NULL,0}, + {"ᕟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x9f",3,NULL,0,NULL,0}, + {"헆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x86",3,NULL,0,NULL,0}, + {"ᗲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xb2",3,NULL,0,NULL,0}, + {"䀈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x88",3,NULL,0,NULL,0}, + {"㎮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xae",3,NULL,0,NULL,0}, + {"쑦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xab",3,NULL,0,NULL,0}, + {"儘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x98",3,NULL,0,NULL,0}, + {"荻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xbb",3,NULL,0,NULL,0}, + {"絛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x8f",3,NULL,0,NULL,0}, + {"挝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x9d",3,NULL,0,NULL,0}, + {"앝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x9d",3,NULL,0,NULL,0}, + {"缋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x8b",3,NULL,0,NULL,0}, + {"첯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xa0",3,NULL,0,NULL,0}, + {"ṹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xb9",3,NULL,0,NULL,0}, + {"鑿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xbf",3,NULL,0,NULL,0}, + {"菎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x8e",3,NULL,0,NULL,0}, + {"쁣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x86",3,NULL,0,NULL,0}, + {"쬏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x8f",3,NULL,0,NULL,0}, + {"9",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x99",3,NULL,0,NULL,0}, + {"䡙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x99",3,NULL,0,NULL,0}, + {"ㅉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x89",3,NULL,0,NULL,0}, + {"ᝲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xb2",3,NULL,0,NULL,0}, + {"㄄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x84",3,NULL,0,NULL,0}, + {"⟬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xac",3,NULL,0,NULL,0}, + {"䒓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x8e",3,NULL,0,NULL,0}, + {"ღ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xa6",3,NULL,0,NULL,0}, + {"⿮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xae",3,NULL,0,NULL,0}, + {"풀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x80",3,NULL,0,NULL,0}, + {"Ԍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x8c",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x90",3,NULL,0,NULL,0}, + {"࿓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x97",3,NULL,0,NULL,0}, + {"䟀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x80",3,NULL,0,NULL,0}, + {"㟣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xa3",3,NULL,0,NULL,0}, + {"餱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xb1",3,NULL,0,NULL,0}, + {"橸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x8d",3,NULL,0,NULL,0}, + {"択",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x9e",3,NULL,0,NULL,0}, + {"좽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xa8",3,NULL,0,NULL,0}, + {"Ϡ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xa0",2,NULL,0,NULL,0}, + {"཯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xaf",3,NULL,0,NULL,0}, + {"嫏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x8f",3,NULL,0,NULL,0}, + {"奏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x8f",3,NULL,0,NULL,0}, + {"쮿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xbf",3,NULL,0,NULL,0}, + {"苛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x9b",3,NULL,0,NULL,0}, + {"★",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xb7",3,NULL,0,NULL,0}, + {"쭠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xa0",3,NULL,0,NULL,0}, + {"밹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xb9",3,NULL,0,NULL,0}, + {"囩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xa9",3,NULL,0,NULL,0}, + {"簠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xa0",3,NULL,0,NULL,0}, + {"ᠡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xa1",3,NULL,0,NULL,0}, + {"㊷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xb7",3,NULL,0,NULL,0}, + {"쟍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x8d",3,NULL,0,NULL,0}, + {"퉿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xbf",3,NULL,0,NULL,0}, + {"㘣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xa3",3,NULL,0,NULL,0}, + {"萯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xaf",3,NULL,0,NULL,0}, + {"냮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xae",3,NULL,0,NULL,0}, + {"畲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xb2",3,NULL,0,NULL,0}, + {"䚵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xb5",3,NULL,0,NULL,0}, + {"쇳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xb3",3,NULL,0,NULL,0}, + {"瘕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x95",3,NULL,0,NULL,0}, + {"粉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x89",3,NULL,0,NULL,0}, + {"ⴠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xa0",3,NULL,0,NULL,0}, + {"␅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x85",3,NULL,0,NULL,0}, + {"㜉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x89",3,NULL,0,NULL,0}, + {"၄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x84",3,NULL,0,NULL,0}, + {"겎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x8e",3,NULL,0,NULL,0}, + {"䪞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x9e",3,NULL,0,NULL,0}, + {"洹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xb9",3,NULL,0,NULL,0}, + {"⺗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x97",3,NULL,0,NULL,0}, + {"셓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x93",3,NULL,0,NULL,0}, + {"⦓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x93",3,NULL,0,NULL,0}, + {"쾠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xa0",3,NULL,0,NULL,0}, + {"퉅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x85",3,NULL,0,NULL,0}, + {"ީ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa9",2,NULL,0,NULL,0}, + {"໱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xb1",3,NULL,0,NULL,0}, + {"坤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xa4",3,NULL,0,NULL,0}, + {"⧰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xb0",3,NULL,0,NULL,0}, + {"镜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x9c",3,NULL,0,NULL,0}, + {"❧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xa7",3,NULL,0,NULL,0}, + {"噹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xb9",3,NULL,0,NULL,0}, + {"㙤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xa4",3,NULL,0,NULL,0}, + {"﫷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xb7",3,NULL,0,NULL,0}, + {"㌗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x97",3,NULL,0,NULL,0}, + {"ꏯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xaf",3,NULL,0,NULL,0}, + {"如",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x82",3,NULL,0,NULL,0}, + {"澽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xbd",3,NULL,0,NULL,0}, + {"搽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xbd",3,NULL,0,NULL,0}, + {"葰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xb0",3,NULL,0,NULL,0}, + {"Ⲑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x90",3,NULL,0,NULL,0}, + {"窞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x9e",3,NULL,0,NULL,0}, + {"ඬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xac",3,NULL,0,NULL,0}, + {"鵨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xa8",3,NULL,0,NULL,0}, + {"⤣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xa3",3,NULL,0,NULL,0}, + {"䕳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xb3",3,NULL,0,NULL,0}, + {"髥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xa5",3,NULL,0,NULL,0}, + {"戮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xae",3,NULL,0,NULL,0}, + {"懻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xbb",3,NULL,0,NULL,0}, + {"ᩌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x8c",3,NULL,0,NULL,0}, + {"㩖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x96",3,NULL,0,NULL,0}, + {"쵴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xb4",3,NULL,0,NULL,0}, + {"睾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xbe",3,NULL,0,NULL,0}, + {"䳇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x97",3,NULL,0,NULL,0}, + {"㰽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xbd",3,NULL,0,NULL,0}, + {"豸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xb8",3,NULL,0,NULL,0}, + {"㲜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x9c",3,NULL,0,NULL,0}, + {"烅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x85",3,NULL,0,NULL,0}, + {"숾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xbe",3,NULL,0,NULL,0}, + {"Һ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xba",2,NULL,0,NULL,0}, + {"㥚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x9a",3,NULL,0,NULL,0}, + {"皎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x8e",3,NULL,0,NULL,0}, + {"౹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x8e",3,NULL,0,NULL,0}, + {"뺲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xb2",3,NULL,0,NULL,0}, + {"쀋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x9c",3,NULL,0,NULL,0}, + {"킔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x94",3,NULL,0,NULL,0}, + {"詮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xae",3,NULL,0,NULL,0}, + {"ᆲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xac",3,NULL,0,NULL,0}, + {"欯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xaf",3,NULL,0,NULL,0}, + {"㋮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xae",3,NULL,0,NULL,0}, + {"魖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x96",3,NULL,0,NULL,0}, + {"꺊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x8a",3,NULL,0,NULL,0}, + {"뫼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xbc",3,NULL,0,NULL,0}, + {"胏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x8f",3,NULL,0,NULL,0}, + {"ᯘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x98",3,NULL,0,NULL,0}, + {"䉾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xbe",3,NULL,0,NULL,0}, + {"劦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xbd",3,NULL,0,NULL,0}, + {"炇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x87",3,NULL,0,NULL,0}, + {"㧻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xbb",3,NULL,0,NULL,0}, + {"꺯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xaf",3,NULL,0,NULL,0}, + {"墘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x98",3,NULL,0,NULL,0}, + {"첀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x80",3,NULL,0,NULL,0}, + {"浤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xa4",3,NULL,0,NULL,0}, + {"༯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xaf",3,NULL,0,NULL,0}, + {"锅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x85",3,NULL,0,NULL,0}, + {"嘘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x98",3,NULL,0,NULL,0}, + {"淣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x8c",3,NULL,0,NULL,0}, + {"⮿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xbf",3,NULL,0,NULL,0}, + {"箮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xae",3,NULL,0,NULL,0}, + {"큚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x9a",3,NULL,0,NULL,0}, + {"믤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xa4",3,NULL,0,NULL,0}, + {"틮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xae",3,NULL,0,NULL,0}, + {"؉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x89",2,NULL,0,NULL,0}, + {"柅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x85",3,NULL,0,NULL,0}, + {"⎝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x9d",3,NULL,0,NULL,0}, + {"뽃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x83",3,NULL,0,NULL,0}, + {"䧖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x96",3,NULL,0,NULL,0}, + {"뾢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xa2",3,NULL,0,NULL,0}, + {"犝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x88",3,NULL,0,NULL,0}, + {"禤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xa4",3,NULL,0,NULL,0}, + {"뵚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x9a",3,NULL,0,NULL,0}, + {"栆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x86",3,NULL,0,NULL,0}, + {"鰄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x84",3,NULL,0,NULL,0}, + {"秼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x91",3,NULL,0,NULL,0}, + {"㠢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xa2",3,NULL,0,NULL,0}, + {"㥄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x84",3,NULL,0,NULL,0}, + {"刟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x9f",3,NULL,0,NULL,0}, + {"땗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x97",3,NULL,0,NULL,0}, + {"玍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x8d",3,NULL,0,NULL,0}, + {"梍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x8d",3,NULL,0,NULL,0}, + {"嗚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x9a",3,NULL,0,NULL,0}, + {"톜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x9c",3,NULL,0,NULL,0}, + {"쎏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x8f",3,NULL,0,NULL,0}, + {"ᕗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x97",3,NULL,0,NULL,0}, + {"卨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xa8",3,NULL,0,NULL,0}, + {"晩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xa9",3,NULL,0,NULL,0}, + {"㣪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xaa",3,NULL,0,NULL,0}, + {"紁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x81",3,NULL,0,NULL,0}, + {"朔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x94",3,NULL,0,NULL,0}, + {"꠹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xb9",3,NULL,0,NULL,0}, + {"䩅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x85",3,NULL,0,NULL,0}, + {"鼕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x95",3,NULL,0,NULL,0}, + {"콄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x84",3,NULL,0,NULL,0}, + {"褶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xb6",3,NULL,0,NULL,0}, + {"퓖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x96",3,NULL,0,NULL,0}, + {"瀋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x8b",3,NULL,0,NULL,0}, + {"㙄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x84",3,NULL,0,NULL,0}, + {"祚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x9a",3,NULL,0,NULL,0}, + {"⍞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x9e",3,NULL,0,NULL,0}, + {"⩋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x8b",3,NULL,0,NULL,0}, + {"ය",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xba",3,NULL,0,NULL,0}, + {"愜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x9c",3,NULL,0,NULL,0}, + {"赤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xa4",3,NULL,0,NULL,0}, + {"⫎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x8e",3,NULL,0,NULL,0}, + {"뷇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x87",3,NULL,0,NULL,0}, + {"哖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x96",3,NULL,0,NULL,0}, + {"穓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x93",3,NULL,0,NULL,0}, + {"㮳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xb3",3,NULL,0,NULL,0}, + {"澌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x8c",3,NULL,0,NULL,0}, + {"鴗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xa8",3,NULL,0,NULL,0}, + {"瓼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xbc",3,NULL,0,NULL,0}, + {"遪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xaa",3,NULL,0,NULL,0}, + {"謜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x9c",3,NULL,0,NULL,0}, + {"빅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x85",3,NULL,0,NULL,0}, + {"룶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xb6",3,NULL,0,NULL,0}, + {"㡁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x81",3,NULL,0,NULL,0}, + {"璋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x8b",3,NULL,0,NULL,0}, + {"曒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x92",3,NULL,0,NULL,0}, + {"讑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x91",3,NULL,0,NULL,0}, + {"뢣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xa3",3,NULL,0,NULL,0}, + {"떓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x93",3,NULL,0,NULL,0}, + {"䰥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x9e",3,NULL,0,NULL,0}, + {"ꥂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x82",3,NULL,0,NULL,0}, + {"襰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xb0",3,NULL,0,NULL,0}, + {"匕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x95",3,NULL,0,NULL,0}, + {"䰰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xb0",3,NULL,0,NULL,0}, + {"滨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x8a",3,NULL,0,NULL,0}, + {"긮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xae",3,NULL,0,NULL,0}, + {"騢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xa2",3,NULL,0,NULL,0}, + {"꤁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x81",3,NULL,0,NULL,0}, + {"쿋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x8b",3,NULL,0,NULL,0}, + {"㤍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x8d",3,NULL,0,NULL,0}, + {"ʁ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x81",2,NULL,0,NULL,0}, + {"ແ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x8f",3,NULL,0,NULL,0}, + {"㻡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xa1",3,NULL,0,NULL,0}, + {"৿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x90",3,NULL,0,NULL,0}, + {"追",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xbd",3,NULL,0,NULL,0}, + {"͔",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x94",2,NULL,0,NULL,0}, + {"퐨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xa8",3,NULL,0,NULL,0}, + {"賝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x9d",3,NULL,0,NULL,0}, + {"퐋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x90",3,NULL,0,NULL,0}, + {"鶀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x80",3,NULL,0,NULL,0}, + {"೅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x85",3,NULL,0,NULL,0}, + {"渫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xab",3,NULL,0,NULL,0}, + {"ý",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbd",2,NULL,0,NULL,0}, + {"ﱨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xa8",3,NULL,0,NULL,0}, + {"ా",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xbe",3,NULL,0,NULL,0}, + {"勇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x87",3,NULL,0,NULL,0}, + {"᷷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xb7",3,NULL,0,NULL,0}, + {"羁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x81",3,NULL,0,NULL,0}, + {"&",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"&",1,NULL,0,NULL,0}, + {"꩘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x98",3,NULL,0,NULL,0}, + {"슍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x8d",3,NULL,0,NULL,0}, + {"趥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xa5",3,NULL,0,NULL,0}, + {"௽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xbf",3,NULL,0,NULL,0}, + {"Ꟊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x89",3,NULL,0,NULL,0}, + {"꜃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x83",3,NULL,0,NULL,0}, + {"燜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x9c",3,NULL,0,NULL,0}, + {"㇃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x83",3,NULL,0,NULL,0}, + {"끬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xbb",3,NULL,0,NULL,0}, + {"砯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xaf",3,NULL,0,NULL,0}, + {"醁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x81",3,NULL,0,NULL,0}, + {"꘲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xa2",3,NULL,0,NULL,0}, + {"㸿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xbf",3,NULL,0,NULL,0}, + {"१",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xa7",3,NULL,0,NULL,0}, + {"ꙣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xa3",3,NULL,0,NULL,0}, + {"⸏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x8f",3,NULL,0,NULL,0}, + {"惉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x89",3,NULL,0,NULL,0}, + {"눮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xae",3,NULL,0,NULL,0}, + {"鯀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x80",3,NULL,0,NULL,0}, + {"侖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xb2",3,NULL,0,NULL,0}, + {"忽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xbd",3,NULL,0,NULL,0}, + {"鰵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xb0",3,NULL,0,NULL,0}, + {"丵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xbd",3,NULL,0,NULL,0}, + {"衾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xbe",3,NULL,0,NULL,0}, + {"鍷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xb7",3,NULL,0,NULL,0}, + {"䂱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xb1",3,NULL,0,NULL,0}, + {"ꨍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x8d",3,NULL,0,NULL,0}, + {"ꢑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x91",3,NULL,0,NULL,0}, + {"屔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x9b",3,NULL,0,NULL,0}, + {"ᴯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xaf",3,NULL,0,NULL,0}, + {"鋗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x97",3,NULL,0,NULL,0}, + {"边",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xb9",3,NULL,0,NULL,0}, + {"뀃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x83",3,NULL,0,NULL,0}, + {"펛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x9b",3,NULL,0,NULL,0}, + {"廬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xbc",3,NULL,0,NULL,0}, + {"瞒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x92",3,NULL,0,NULL,0}, + {"偷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xb6",3,NULL,0,NULL,0}, + {"釘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x98",3,NULL,0,NULL,0}, + {"Ó",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x93",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xa8",3,NULL,0,NULL,0}, + {"斞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x9e",3,NULL,0,NULL,0}, + {"뵺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xa7",3,NULL,0,NULL,0}, + {"贽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xbd",3,NULL,0,NULL,0}, + {"㱹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xb9",3,NULL,0,NULL,0}, + {"ᾀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x80",3,NULL,0,NULL,0}, + {"䟡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xa7",3,NULL,0,NULL,0}, + {"ம",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xad",3,NULL,0,NULL,0}, + {"썑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x91",3,NULL,0,NULL,0}, + {"ꑓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x93",3,NULL,0,NULL,0}, + {"࢚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x9a",3,NULL,0,NULL,0}, + {"⿃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x83",3,NULL,0,NULL,0}, + {"⮨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xa8",3,NULL,0,NULL,0}, + {"㿩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xa9",3,NULL,0,NULL,0}, + {"∊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x8a",3,NULL,0,NULL,0}, + {"ⵧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xa7",3,NULL,0,NULL,0}, + {"쓥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xa5",3,NULL,0,NULL,0}, + {"堠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xa0",3,NULL,0,NULL,0}, + {"ெ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x86",3,NULL,0,NULL,0}, + {"ꚧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xa7",3,NULL,0,NULL,0}, + {"帑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x91",3,NULL,0,NULL,0}, + {"덦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xa6",3,NULL,0,NULL,0}, + {"㺎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x8e",3,NULL,0,NULL,0}, + {"纗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x80",3,NULL,0,NULL,0}, + {"ﲲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xb2",3,NULL,0,NULL,0}, + {"メ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa1",3,NULL,0,NULL,0}, + {"夶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xb6",3,NULL,0,NULL,0}, + {"䇇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xa5",3,NULL,0,NULL,0}, + {"៨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xa8",3,NULL,0,NULL,0}, + {"Ḟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x9e",3,NULL,0,NULL,0}, + {"り",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x91",3,NULL,0,NULL,0}, + {"姸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xb8",3,NULL,0,NULL,0}, + {"⿽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xbd",3,NULL,0,NULL,0}, + {"῟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x9f",3,NULL,0,NULL,0}, + {"ᢗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x97",3,NULL,0,NULL,0}, + {"얞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x9e",3,NULL,0,NULL,0}, + {"ﰡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xa1",3,NULL,0,NULL,0}, + {"ꆰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xa0",3,NULL,0,NULL,0}, + {"鄌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x8c",3,NULL,0,NULL,0}, + {"櫾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xbe",3,NULL,0,NULL,0}, + {"뗃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x83",3,NULL,0,NULL,0}, + {"죸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xb8",3,NULL,0,NULL,0}, + {"焂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xac",3,NULL,0,NULL,0}, + {"磊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x8a",3,NULL,0,NULL,0}, + {"ዜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x9c",3,NULL,0,NULL,0}, + {"䶳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xb3",3,NULL,0,NULL,0}, + {"㛶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xb6",3,NULL,0,NULL,0}, + {"뎤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xa4",3,NULL,0,NULL,0}, + {"옾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xbe",3,NULL,0,NULL,0}, + {"঵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xb5",3,NULL,0,NULL,0}, + {"畢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xa2",3,NULL,0,NULL,0}, + {"翰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xb0",3,NULL,0,NULL,0}, + {"Ꜫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xaa",3,NULL,0,NULL,0}, + {"퐓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x92",3,NULL,0,NULL,0}, + {"恁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x81",3,NULL,0,NULL,0}, + {"䘭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xad",3,NULL,0,NULL,0}, + {"답",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xb5",3,NULL,0,NULL,0}, + {"Ψ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa8",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x9a",3,NULL,0,NULL,0}, + {"ꯀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x80",3,NULL,0,NULL,0}, + {"ϰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xb0",2,NULL,0,NULL,0}, + {"⛨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xa8",3,NULL,0,NULL,0}, + {"䎾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xbe",3,NULL,0,NULL,0}, + {"鄦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xa6",3,NULL,0,NULL,0}, + {"雀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x80",3,NULL,0,NULL,0}, + {"ા",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xbe",3,NULL,0,NULL,0}, + {"秱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xa7",3,NULL,0,NULL,0}, + {"≺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xba",3,NULL,0,NULL,0}, + {"⫥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xa5",3,NULL,0,NULL,0}, + {"峤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xa4",3,NULL,0,NULL,0}, + {"閮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xae",3,NULL,0,NULL,0}, + {"␪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xaa",3,NULL,0,NULL,0}, + {"㌘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x98",3,NULL,0,NULL,0}, + {"ㇾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xbe",3,NULL,0,NULL,0}, + {"鎦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xa6",3,NULL,0,NULL,0}, + {"┡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xa1",3,NULL,0,NULL,0}, + {"ꂲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xb2",3,NULL,0,NULL,0}, + {"势",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xbf",3,NULL,0,NULL,0}, + {"繋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x84",3,NULL,0,NULL,0}, + {"醠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xa0",3,NULL,0,NULL,0}, + {"兮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x80",3,NULL,0,NULL,0}, + {"졘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xba",3,NULL,0,NULL,0}, + {"ǜ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x9c",2,NULL,0,NULL,0}, + {"❂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x82",3,NULL,0,NULL,0}, + {"⊸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xb8",3,NULL,0,NULL,0}, + {"￑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x91",3,NULL,0,NULL,0}, + {"࣬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xac",3,NULL,0,NULL,0}, + {"짐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x90",3,NULL,0,NULL,0}, + {"⤴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xb4",3,NULL,0,NULL,0}, + {"⋑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x91",3,NULL,0,NULL,0}, + {"偽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xbd",3,NULL,0,NULL,0}, + {"쒝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x9d",3,NULL,0,NULL,0}, + {"ᙕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xa7",3,NULL,0,NULL,0}, + {"⣃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x83",3,NULL,0,NULL,0}, + {"懈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x88",3,NULL,0,NULL,0}, + {"¨",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa8",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xb9",3,NULL,0,NULL,0}, + {"緌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x8c",3,NULL,0,NULL,0}, + {"鞙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x99",3,NULL,0,NULL,0}, + {"᪲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xb2",3,NULL,0,NULL,0}, + {"Ꮜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x8c",3,NULL,0,NULL,0}, + {"Ỵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xb4",3,NULL,0,NULL,0}, + {"铠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xa0",3,NULL,0,NULL,0}, + {"顲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xb2",3,NULL,0,NULL,0}, + {"纰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xb0",3,NULL,0,NULL,0}, + {"痕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x95",3,NULL,0,NULL,0}, + {"揞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x9e",3,NULL,0,NULL,0}, + {"─",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x80",3,NULL,0,NULL,0}, + {"捅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x85",3,NULL,0,NULL,0}, + {"嘁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xaf",3,NULL,0,NULL,0}, + {"瘄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x84",3,NULL,0,NULL,0}, + {"႗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x97",3,NULL,0,NULL,0}, + {"뾿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xbf",3,NULL,0,NULL,0}, + {"짿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xbf",3,NULL,0,NULL,0}, + {"蓏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x8f",3,NULL,0,NULL,0}, + {"眡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xa1",3,NULL,0,NULL,0}, + {"ꛧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xa7",3,NULL,0,NULL,0}, + {"ᚓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x93",3,NULL,0,NULL,0}, + {"⠲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xb2",3,NULL,0,NULL,0}, + {"䥁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x81",3,NULL,0,NULL,0}, + {"䙗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x90",3,NULL,0,NULL,0}, + {"䋐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x90",3,NULL,0,NULL,0}, + {"é",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa9",2,NULL,0,NULL,0}, + {"ᐻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xbb",3,NULL,0,NULL,0}, + {"挗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x97",3,NULL,0,NULL,0}, + {"ᯌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x8c",3,NULL,0,NULL,0}, + {"첝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x9d",3,NULL,0,NULL,0}, + {"뎶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xb6",3,NULL,0,NULL,0}, + {"ꦗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x97",3,NULL,0,NULL,0}, + {"ᬟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x9f",3,NULL,0,NULL,0}, + {"Ű",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xb0",2,NULL,0,NULL,0}, + {"ᓕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x95",3,NULL,0,NULL,0}, + {"钍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x8d",3,NULL,0,NULL,0}, + {"嗝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x9d",3,NULL,0,NULL,0}, + {"⨊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x8a",3,NULL,0,NULL,0}, + {"툖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x96",3,NULL,0,NULL,0}, + {"좿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xbf",3,NULL,0,NULL,0}, + {"ኔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x94",3,NULL,0,NULL,0}, + {"逄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x84",3,NULL,0,NULL,0}, + {"㗢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xa2",3,NULL,0,NULL,0}, + {"縣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xa3",3,NULL,0,NULL,0}, + {"蓽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xbd",3,NULL,0,NULL,0}, + {"쮭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x9b",3,NULL,0,NULL,0}, + {"痃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x83",3,NULL,0,NULL,0}, + {"ꄳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xb3",3,NULL,0,NULL,0}, + {"◌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x8c",3,NULL,0,NULL,0}, + {"㉯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xaf",3,NULL,0,NULL,0}, + {"䣪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xaa",3,NULL,0,NULL,0}, + {"䦄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x84",3,NULL,0,NULL,0}, + {"蹷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xb7",3,NULL,0,NULL,0}, + {"陯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xaf",3,NULL,0,NULL,0}, + {"艏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x8f",3,NULL,0,NULL,0}, + {"胪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xaa",3,NULL,0,NULL,0}, + {"뇨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xa8",3,NULL,0,NULL,0}, + {"᥺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xba",3,NULL,0,NULL,0}, + {"⑘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x98",3,NULL,0,NULL,0}, + {"␈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x88",3,NULL,0,NULL,0}, + {"䩏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x8f",3,NULL,0,NULL,0}, + {"寶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xb6",3,NULL,0,NULL,0}, + {"䞰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xb0",3,NULL,0,NULL,0}, + {"驮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xae",3,NULL,0,NULL,0}, + {"䍥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xb2",3,NULL,0,NULL,0}, + {"솼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xbc",3,NULL,0,NULL,0}, + {"攒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x92",3,NULL,0,NULL,0}, + {"꽣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xa3",3,NULL,0,NULL,0}, + {"ⱡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xa1",3,NULL,0,NULL,0}, + {"됵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xaf",3,NULL,0,NULL,0}, + {"ψ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x88",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x88",3,NULL,0,NULL,0}, + {"眸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xb8",3,NULL,0,NULL,0}, + {"ଢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xa2",3,NULL,0,NULL,0}, + {"竎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x8e",3,NULL,0,NULL,0}, + {"螖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x96",3,NULL,0,NULL,0}, + {"궤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xa4",3,NULL,0,NULL,0}, + {"⹵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xb5",3,NULL,0,NULL,0}, + {"ꉒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x92",3,NULL,0,NULL,0}, + {"쟏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x8f",3,NULL,0,NULL,0}, + {"ᄳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xb3",3,NULL,0,NULL,0}, + {"㘑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x96",3,NULL,0,NULL,0}, + {"萝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x9d",3,NULL,0,NULL,0}, + {"齡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xa1",3,NULL,0,NULL,0}, + {"䓠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xa0",3,NULL,0,NULL,0}, + {"ػ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xbb",2,NULL,0,NULL,0}, + {"ꀐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x90",3,NULL,0,NULL,0}, + {"穁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xb7",3,NULL,0,NULL,0}, + {"鳝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x9d",3,NULL,0,NULL,0}, + {"ᨓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x93",3,NULL,0,NULL,0}, + {"걲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x86",3,NULL,0,NULL,0}, + {"䪮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xae",3,NULL,0,NULL,0}, + {"䝝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x9d",3,NULL,0,NULL,0}, + {"㬾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xbe",3,NULL,0,NULL,0}, + {"蜭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xad",3,NULL,0,NULL,0}, + {"휄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x84",3,NULL,0,NULL,0}, + {"鶧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xa7",3,NULL,0,NULL,0}, + {"ⶴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xb4",3,NULL,0,NULL,0}, + {"赺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xba",3,NULL,0,NULL,0}, + {"⃼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xbc",3,NULL,0,NULL,0}, + {"㽇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x87",3,NULL,0,NULL,0}, + {"鷖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x96",3,NULL,0,NULL,0}, + {"塒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x92",3,NULL,0,NULL,0}, + {"피",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xbc",3,NULL,0,NULL,0}, + {"첽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xbd",3,NULL,0,NULL,0}, + {"盏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x8f",3,NULL,0,NULL,0}, + {"藜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x9c",3,NULL,0,NULL,0}, + {"朠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xa0",3,NULL,0,NULL,0}, + {"笻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xbb",3,NULL,0,NULL,0}, + {"话",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x9d",3,NULL,0,NULL,0}, + {"캫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xab",3,NULL,0,NULL,0}, + {"爍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x8d",3,NULL,0,NULL,0}, + {"坴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xb4",3,NULL,0,NULL,0}, + {"ꇷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xb7",3,NULL,0,NULL,0}, + {"㓣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xa3",3,NULL,0,NULL,0}, + {"뽩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xa9",3,NULL,0,NULL,0}, + {"쾈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x88",3,NULL,0,NULL,0}, + {"殴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xb4",3,NULL,0,NULL,0}, + {"퀯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x92",3,NULL,0,NULL,0}, + {"訯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xaf",3,NULL,0,NULL,0}, + {"欵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xb5",3,NULL,0,NULL,0}, + {"ඵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xb5",3,NULL,0,NULL,0}, + {"렸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xb8",3,NULL,0,NULL,0}, + {"㫺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xba",3,NULL,0,NULL,0}, + {"ִ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xb4",2,NULL,0,NULL,0}, + {"Ⴞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xbe",3,NULL,0,NULL,0}, + {"䔩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xa9",3,NULL,0,NULL,0}, + {"ꧩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xb6",3,NULL,0,NULL,0}, + {"줭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xad",3,NULL,0,NULL,0}, + {"椦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xa6",3,NULL,0,NULL,0}, + {"깈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x88",3,NULL,0,NULL,0}, + {"ۛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x9b",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xaa",3,NULL,0,NULL,0}, + {"鵠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xa0",3,NULL,0,NULL,0}, + {"溧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xa7",3,NULL,0,NULL,0}, + {"힃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x83",3,NULL,0,NULL,0}, + {"劈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x88",3,NULL,0,NULL,0}, + {"蛶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xb6",3,NULL,0,NULL,0}, + {"駣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xa3",3,NULL,0,NULL,0}, + {"袷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xb7",3,NULL,0,NULL,0}, + {"꾴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xb4",3,NULL,0,NULL,0}, + {"웫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xab",3,NULL,0,NULL,0}, + {"ⅻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xbb",3,NULL,0,NULL,0}, + {"㔝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x9d",3,NULL,0,NULL,0}, + {"륎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xb9",3,NULL,0,NULL,0}, + {"쏿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xbf",3,NULL,0,NULL,0}, + {"時",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x82",3,NULL,0,NULL,0}, + {"㰲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xb2",3,NULL,0,NULL,0}, + {"쉚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x9a",3,NULL,0,NULL,0}, + {"㥪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xaa",3,NULL,0,NULL,0}, + {"苣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xa3",3,NULL,0,NULL,0}, + {"칞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x86",3,NULL,0,NULL,0}, + {"濱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8c",3,NULL,0,NULL,0}, + {"嚕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x95",3,NULL,0,NULL,0}, + {"뽑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x91",3,NULL,0,NULL,0}, + {"瀲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xb2",3,NULL,0,NULL,0}, + {"볋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x8b",3,NULL,0,NULL,0}, + {"㖹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xb9",3,NULL,0,NULL,0}, + {"꺆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x86",3,NULL,0,NULL,0}, + {"劖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x96",3,NULL,0,NULL,0}, + {"栐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xa6",3,NULL,0,NULL,0}, + {"묀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x80",3,NULL,0,NULL,0}, + {"㟜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x9c",3,NULL,0,NULL,0}, + {"瑦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xa6",3,NULL,0,NULL,0}, + {"ټ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xbc",2,NULL,0,NULL,0}, + {"㲺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xba",3,NULL,0,NULL,0}, + {"갮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xae",3,NULL,0,NULL,0}, + {"㞛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x9b",3,NULL,0,NULL,0}, + {"ᆅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x85",3,NULL,0,NULL,0}, + {"욦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x95",3,NULL,0,NULL,0}, + {"ꢬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xac",3,NULL,0,NULL,0}, + {"䴾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xbf",3,NULL,0,NULL,0}, + {"焨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xa8",3,NULL,0,NULL,0}, + {"裧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xac",3,NULL,0,NULL,0}, + {"囖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x96",3,NULL,0,NULL,0}, + {"蔦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xa6",3,NULL,0,NULL,0}, + {"俫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xab",3,NULL,0,NULL,0}, + {"⸨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xa8",3,NULL,0,NULL,0}, + {"ᜣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xa3",3,NULL,0,NULL,0}, + {"ࡋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x8b",3,NULL,0,NULL,0}, + {"ꥌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x8c",3,NULL,0,NULL,0}, + {"䫼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xbc",3,NULL,0,NULL,0}, + {"叏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x8f",3,NULL,0,NULL,0}, + {"觓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x93",3,NULL,0,NULL,0}, + {"ᰆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x86",3,NULL,0,NULL,0}, + {"漧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xa7",3,NULL,0,NULL,0}, + {"জ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x9c",3,NULL,0,NULL,0}, + {"뷰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xb0",3,NULL,0,NULL,0}, + {"挬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xac",3,NULL,0,NULL,0}, + {"ᡡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xa1",3,NULL,0,NULL,0}, + {"梗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x97",3,NULL,0,NULL,0}, + {"᭵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xb5",3,NULL,0,NULL,0}, + {"秬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xac",3,NULL,0,NULL,0}, + {"貭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xad",3,NULL,0,NULL,0}, + {"빇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x87",3,NULL,0,NULL,0}, + {"Ṟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x9e",3,NULL,0,NULL,0}, + {"㭫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xab",3,NULL,0,NULL,0}, + {"ᕥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xa5",3,NULL,0,NULL,0}, + {"甔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x94",3,NULL,0,NULL,0}, + {"紓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xac",3,NULL,0,NULL,0}, + {"熷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xb7",3,NULL,0,NULL,0}, + {"䯝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x9d",3,NULL,0,NULL,0}, + {"෌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x8c",3,NULL,0,NULL,0}, + {"㦀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x80",3,NULL,0,NULL,0}, + {"հ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xb0",2,NULL,0,NULL,0}, + {"꓇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x87",3,NULL,0,NULL,0}, + {"ꤋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x99",3,NULL,0,NULL,0}, + {"㬈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xb4",3,NULL,0,NULL,0}, + {"벡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xa1",3,NULL,0,NULL,0}, + {"聯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xaf",3,NULL,0,NULL,0}, + {"ⶻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xbb",3,NULL,0,NULL,0}, + {"㽂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x82",3,NULL,0,NULL,0}, + {"혲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xb2",3,NULL,0,NULL,0}, + {"䇴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xb4",3,NULL,0,NULL,0}, + {"澘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x98",3,NULL,0,NULL,0}, + {"䅣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xa3",3,NULL,0,NULL,0}, + {"鴍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xbf",3,NULL,0,NULL,0}, + {"സ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xb8",3,NULL,0,NULL,0}, + {"餚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x9a",3,NULL,0,NULL,0}, + {"䄄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x84",3,NULL,0,NULL,0}, + {"酃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x83",3,NULL,0,NULL,0}, + {"翿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xbf",3,NULL,0,NULL,0}, + {"臧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xa7",3,NULL,0,NULL,0}, + {"ೇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xab",3,NULL,0,NULL,0}, + {"ᡢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xa2",3,NULL,0,NULL,0}, + {"跸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xb8",3,NULL,0,NULL,0}, + {"翼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xbc",3,NULL,0,NULL,0}, + {"㶙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x99",3,NULL,0,NULL,0}, + {"ే",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x87",3,NULL,0,NULL,0}, + {"쌈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x88",3,NULL,0,NULL,0}, + {"庯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xaf",3,NULL,0,NULL,0}, + {"熈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x93",3,NULL,0,NULL,0}, + {"⼪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xaa",3,NULL,0,NULL,0}, + {"뒗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x97",3,NULL,0,NULL,0}, + {"0",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xa4",3,NULL,0,NULL,0}, + {"纄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x84",3,NULL,0,NULL,0}, + {"撏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x8f",3,NULL,0,NULL,0}, + {"ㆱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xb5",3,NULL,0,NULL,0}, + {"Ⲽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xbc",3,NULL,0,NULL,0}, + {"햯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xaf",3,NULL,0,NULL,0}, + {"ꛩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x86",3,NULL,0,NULL,0}, + {"㫋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x8b",3,NULL,0,NULL,0}, + {"ꗼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xbc",3,NULL,0,NULL,0}, + {"͐",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x90",2,NULL,0,NULL,0}, + {"언",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xb8",3,NULL,0,NULL,0}, + {"㸄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x84",3,NULL,0,NULL,0}, + {"늕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x95",3,NULL,0,NULL,0}, + {"㬄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x84",3,NULL,0,NULL,0}, + {"ꔋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x8b",3,NULL,0,NULL,0}, + {"佺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xba",3,NULL,0,NULL,0}, + {"琷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xb7",3,NULL,0,NULL,0}, + {"똾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xbe",3,NULL,0,NULL,0}, + {"Ȅ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x84",2,NULL,0,NULL,0}, + {"羓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x93",3,NULL,0,NULL,0}, + {"峟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x9f",3,NULL,0,NULL,0}, + {"迻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xbb",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x16",1,NULL,0,NULL,0}, + {"௿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xbf",3,NULL,0,NULL,0}, + {"弘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x98",3,NULL,0,NULL,0}, + {"ﭠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xa0",3,NULL,0,NULL,0}, + {"֭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xad",2,NULL,0,NULL,0}, + {"馺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xba",3,NULL,0,NULL,0}, + {"ᥖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x96",3,NULL,0,NULL,0}, + {"꩜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x9c",3,NULL,0,NULL,0}, + {"催",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x99",3,NULL,0,NULL,0}, + {"୔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x94",3,NULL,0,NULL,0}, + {"ﭟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x9f",3,NULL,0,NULL,0}, + {"헱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xb1",3,NULL,0,NULL,0}, + {"鉸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xb8",3,NULL,0,NULL,0}, + {"⬗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x97",3,NULL,0,NULL,0}, + {"療",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x81",3,NULL,0,NULL,0}, + {"ﵜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x9c",3,NULL,0,NULL,0}, + {"倐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x90",3,NULL,0,NULL,0}, + {"醛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x9b",3,NULL,0,NULL,0}, + {"䵂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x82",3,NULL,0,NULL,0}, + {"醙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x84",3,NULL,0,NULL,0}, + {"핪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xaa",3,NULL,0,NULL,0}, + {"莆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x8f",3,NULL,0,NULL,0}, + {"轱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x9e",3,NULL,0,NULL,0}, + {"江",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x9f",3,NULL,0,NULL,0}, + {"矘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x98",3,NULL,0,NULL,0}, + {"㹍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x8d",3,NULL,0,NULL,0}, + {"ᱞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x9e",3,NULL,0,NULL,0}, + {"輈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xa5",3,NULL,0,NULL,0}, + {"쫤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xa4",3,NULL,0,NULL,0}, + {"巏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x8f",3,NULL,0,NULL,0}, + {"媶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x9a",3,NULL,0,NULL,0}, + {"〺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x8c",3,NULL,0,NULL,0}, + {"ᤜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x9c",3,NULL,0,NULL,0}, + {"貝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x9d",3,NULL,0,NULL,0}, + {"ꢋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x8b",3,NULL,0,NULL,0}, + {"ࡍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x8d",3,NULL,0,NULL,0}, + {"侽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xbd",3,NULL,0,NULL,0}, + {"㳣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xa3",3,NULL,0,NULL,0}, + {"↩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xb9",3,NULL,0,NULL,0}, + {"ࣦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xa6",3,NULL,0,NULL,0}, + {"⭠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xa0",3,NULL,0,NULL,0}, + {"몦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xa6",3,NULL,0,NULL,0}, + {"Ꮼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xac",3,NULL,0,NULL,0}, + {"짲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xb2",3,NULL,0,NULL,0}, + {"唔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x94",3,NULL,0,NULL,0}, + {"짹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xb9",3,NULL,0,NULL,0}, + {"䖈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x88",3,NULL,0,NULL,0}, + {"끒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x92",3,NULL,0,NULL,0}, + {"垅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x85",3,NULL,0,NULL,0}, + {"䛎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xbf",3,NULL,0,NULL,0}, + {"ﶻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xbb",3,NULL,0,NULL,0}, + {"䉌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x8c",3,NULL,0,NULL,0}, + {"গ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x97",3,NULL,0,NULL,0}, + {"巍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x8e",3,NULL,0,NULL,0}, + {"ฃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x83",3,NULL,0,NULL,0}, + {"㻱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xb1",3,NULL,0,NULL,0}, + {"펙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x99",3,NULL,0,NULL,0}, + {"䇍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x8d",3,NULL,0,NULL,0}, + {"靆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x8e",3,NULL,0,NULL,0}, + {"玨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xa8",3,NULL,0,NULL,0}, + {"ᬽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xbd",3,NULL,0,NULL,0}, + {"䑮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xae",3,NULL,0,NULL,0}, + {"隨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xa8",3,NULL,0,NULL,0}, + {"媇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x92",3,NULL,0,NULL,0}, + {"᠆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xae",3,NULL,0,NULL,0}, + {"⎀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x80",3,NULL,0,NULL,0}, + {"鹨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xa8",3,NULL,0,NULL,0}, + {"⿉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x89",3,NULL,0,NULL,0}, + {"嶎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x8e",3,NULL,0,NULL,0}, + {"尯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xaf",3,NULL,0,NULL,0}, + {"͝",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x9d",2,NULL,0,NULL,0}, + {"㈷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xb7",3,NULL,0,NULL,0}, + {"쓯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xaf",3,NULL,0,NULL,0}, + {"闠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xbb",3,NULL,0,NULL,0}, + {"젶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xba",3,NULL,0,NULL,0}, + {"꿋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x8b",3,NULL,0,NULL,0}, + {"ﺌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x8c",3,NULL,0,NULL,0}, + {"덞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x9e",3,NULL,0,NULL,0}, + {"㺚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x9a",3,NULL,0,NULL,0}, + {"꼔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x88",3,NULL,0,NULL,0}, + {"৘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x98",3,NULL,0,NULL,0}, + {"仞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x9e",3,NULL,0,NULL,0}, + {"잓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x93",3,NULL,0,NULL,0}, + {"⦸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xb8",3,NULL,0,NULL,0}, + {"겮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xae",3,NULL,0,NULL,0}, + {"ὦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xa6",3,NULL,0,NULL,0}, + {"ɖ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x96",2,NULL,0,NULL,0}, + {"䍯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xaf",3,NULL,0,NULL,0}, + {"ҍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x8d",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x8f",3,NULL,0,NULL,0}, + {"퉒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x92",3,NULL,0,NULL,0}, + {"ㆭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xad",3,NULL,0,NULL,0}, + {"੡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xa1",3,NULL,0,NULL,0}, + {"잢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xa2",3,NULL,0,NULL,0}, + {"阷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xb7",3,NULL,0,NULL,0}, + {"籤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xa4",3,NULL,0,NULL,0}, + {"ᢍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x8d",3,NULL,0,NULL,0}, + {"ꆬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xac",3,NULL,0,NULL,0}, + {"ᕺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xba",3,NULL,0,NULL,0}, + {"㭁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x81",3,NULL,0,NULL,0}, + {"娈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x88",3,NULL,0,NULL,0}, + {"閞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x9e",3,NULL,0,NULL,0}, + {"⚟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x9f",3,NULL,0,NULL,0}, + {"␮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xab",3,NULL,0,NULL,0}, + {"섮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xae",3,NULL,0,NULL,0}, + {"ﷳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xb3",3,NULL,0,NULL,0}, + {"ﮋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x8b",3,NULL,0,NULL,0}, + {"╹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xb9",3,NULL,0,NULL,0}, + {"嬿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x81",3,NULL,0,NULL,0}, + {"䷊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x8a",3,NULL,0,NULL,0}, + {"ꉯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xaf",3,NULL,0,NULL,0}, + {"괭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xad",3,NULL,0,NULL,0}, + {"Ǐ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x8f",2,NULL,0,NULL,0}, + {"ᾧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xa7",3,NULL,0,NULL,0}, + {"䏎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x8e",3,NULL,0,NULL,0}, + {"⭞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xaf",3,NULL,0,NULL,0}, + {"≲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xb2",3,NULL,0,NULL,0}, + {"ؚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x9a",2,NULL,0,NULL,0}, + {"쒗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x97",3,NULL,0,NULL,0}, + {"⢝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x9d",3,NULL,0,NULL,0}, + {"큧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xa7",3,NULL,0,NULL,0}, + {"ᅮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x93",3,NULL,0,NULL,0}, + {"ጊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x8a",3,NULL,0,NULL,0}, + {"∸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xb8",3,NULL,0,NULL,0}, + {"歷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x8c",3,NULL,0,NULL,0}, + {"㍵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xb5",3,NULL,0,NULL,0}, + {"頌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x8c",3,NULL,0,NULL,0}, + {"ꎩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xb9",3,NULL,0,NULL,0}, + {"⥌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x8c",3,NULL,0,NULL,0}, + {"鬕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x95",3,NULL,0,NULL,0}, + {"v",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xa4",3,NULL,0,NULL,0}, + {"ፁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x81",3,NULL,0,NULL,0}, + {"ᑁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x81",3,NULL,0,NULL,0}, + {"쳜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x9c",3,NULL,0,NULL,0}, + {"壤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xa4",3,NULL,0,NULL,0}, + {"ᛝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x9d",3,NULL,0,NULL,0}, + {"措",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xaa",3,NULL,0,NULL,0}, + {"̾",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xbe",2,NULL,0,NULL,0}, + {"呡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xa1",3,NULL,0,NULL,0}, + {"찼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xbc",3,NULL,0,NULL,0}, + {"掉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x89",3,NULL,0,NULL,0}, + {"ࠍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x8d",3,NULL,0,NULL,0}, + {"뻗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x97",3,NULL,0,NULL,0}, + {"癎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x8e",3,NULL,0,NULL,0}, + {"뼘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x98",3,NULL,0,NULL,0}, + {"츀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x80",3,NULL,0,NULL,0}, + {"י",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x99",2,NULL,0,NULL,0}, + {"⍑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x91",3,NULL,0,NULL,0}, + {"¬",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xac",2,NULL,0,NULL,0}, + {"鞛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x9b",3,NULL,0,NULL,0}, + {"迶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xb6",3,NULL,0,NULL,0}, + {"ι",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb9",2,NULL,0,NULL,0}, + {"ٓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x93",2,NULL,0,NULL,0}, + {"虰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xb0",3,NULL,0,NULL,0}, + {"颎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x8e",3,NULL,0,NULL,0}, + {"등",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xb1",3,NULL,0,NULL,0}, + {"ꧼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xbc",3,NULL,0,NULL,0}, + {"껒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x92",3,NULL,0,NULL,0}, + {"Ꮠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x90",3,NULL,0,NULL,0}, + {"Ÿ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xb8",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xa6",3,NULL,0,NULL,0}, + {"ꯡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xa7",3,NULL,0,NULL,0}, + {"蕰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xb0",3,NULL,0,NULL,0}, + {"嗳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xb3",3,NULL,0,NULL,0}, + {"邅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x85",3,NULL,0,NULL,0}, + {"⬜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x9c",3,NULL,0,NULL,0}, + {"ꅚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x9a",3,NULL,0,NULL,0}, + {"졧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xa7",3,NULL,0,NULL,0}, + {"㕽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xbd",3,NULL,0,NULL,0}, + {"㖈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x88",3,NULL,0,NULL,0}, + {"嚰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xb0",3,NULL,0,NULL,0}, + {"舭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xad",3,NULL,0,NULL,0}, + {"ਨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xa8",3,NULL,0,NULL,0}, + {"蟈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x88",3,NULL,0,NULL,0}, + {"謘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x98",3,NULL,0,NULL,0}, + {"騱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xb1",3,NULL,0,NULL,0}, + {"㏘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x98",3,NULL,0,NULL,0}, + {"຀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x80",3,NULL,0,NULL,0}, + {"ꑨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xa8",3,NULL,0,NULL,0}, + {"㉭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xb5",3,NULL,0,NULL,0}, + {"獨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x88",3,NULL,0,NULL,0}, + {"䝷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xb7",3,NULL,0,NULL,0}, + {"⯄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x84",3,NULL,0,NULL,0}, + {"돺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xba",3,NULL,0,NULL,0}, + {"ⱳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xb3",3,NULL,0,NULL,0}, + {"㣇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x87",3,NULL,0,NULL,0}, + {"ㅫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xab",3,NULL,0,NULL,0}, + {"賐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x90",3,NULL,0,NULL,0}, + {"遇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x87",3,NULL,0,NULL,0}, + {"㒤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xa4",3,NULL,0,NULL,0}, + {"䢃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x83",3,NULL,0,NULL,0}, + {"툦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xa6",3,NULL,0,NULL,0}, + {"ꊋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x8b",3,NULL,0,NULL,0}, + {"ᇕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x95",3,NULL,0,NULL,0}, + {"т",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x82",2,NULL,0,NULL,0}, + {"ᑹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb9",3,NULL,0,NULL,0}, + {"ቴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xba",3,NULL,0,NULL,0}, + {"笀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x80",3,NULL,0,NULL,0}, + {"ꮇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x87",3,NULL,0,NULL,0}, + {"⺲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xb2",3,NULL,0,NULL,0}, + {"똄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x84",3,NULL,0,NULL,0}, + {"긍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x8d",3,NULL,0,NULL,0}, + {"覤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xa4",3,NULL,0,NULL,0}, + {"ʬ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xac",2,NULL,0,NULL,0}, + {"毱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xb1",3,NULL,0,NULL,0}, + {"冷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xae",3,NULL,0,NULL,0}, + {"꟞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x9e",3,NULL,0,NULL,0}, + {"魧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x90",3,NULL,0,NULL,0}, + {"櫧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xa7",3,NULL,0,NULL,0}, + {"憌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x8c",3,NULL,0,NULL,0}, + {"๑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x91",3,NULL,0,NULL,0}, + {"驒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x92",3,NULL,0,NULL,0}, + {"拷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xb7",3,NULL,0,NULL,0}, + {"ꭄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x84",3,NULL,0,NULL,0}, + {"塅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xb5",3,NULL,0,NULL,0}, + {"澯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xaf",3,NULL,0,NULL,0}, + {"擶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xb6",3,NULL,0,NULL,0}, + {"횕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x95",3,NULL,0,NULL,0}, + {"楬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xac",3,NULL,0,NULL,0}, + {"촦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xa6",3,NULL,0,NULL,0}, + {"鶭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xad",3,NULL,0,NULL,0}, + {"替",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xbf",3,NULL,0,NULL,0}, + {"뮢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x91",3,NULL,0,NULL,0}, + {"竂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x82",3,NULL,0,NULL,0}, + {"ﵟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x8e",3,NULL,0,NULL,0}, + {"뿤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xa4",3,NULL,0,NULL,0}, + {"鸬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xac",3,NULL,0,NULL,0}, + {"鐖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x96",3,NULL,0,NULL,0}, + {"皶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xb6",3,NULL,0,NULL,0}, + {"杺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xa9",3,NULL,0,NULL,0}, + {"䬡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xb3",3,NULL,0,NULL,0}, + {"煄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x84",3,NULL,0,NULL,0}, + {"擆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x86",3,NULL,0,NULL,0}, + {"㜲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xb2",3,NULL,0,NULL,0}, + {"濕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x95",3,NULL,0,NULL,0}, + {"觭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xad",3,NULL,0,NULL,0}, + {"ခ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x81",3,NULL,0,NULL,0}, + {"䪇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x87",3,NULL,0,NULL,0}, + {"ꩆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x86",3,NULL,0,NULL,0}, + {"橊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x8a",3,NULL,0,NULL,0}, + {"ւ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x82",2,NULL,0,NULL,0}, + {"폠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xa0",3,NULL,0,NULL,0}, + {"ဌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x8c",3,NULL,0,NULL,0}, + {"蜷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xb7",3,NULL,0,NULL,0}, + {"緃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x97",3,NULL,0,NULL,0}, + {"泤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xa4",3,NULL,0,NULL,0}, + {"录",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x95",3,NULL,0,NULL,0}, + {"鮝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x9d",3,NULL,0,NULL,0}, + {"ር",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xad",3,NULL,0,NULL,0}, + {"김",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x80",3,NULL,0,NULL,0}, + {"斵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x96",3,NULL,0,NULL,0}, + {"饼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xbc",3,NULL,0,NULL,0}, + {"및",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x8f",3,NULL,0,NULL,0}, + {"馇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x87",3,NULL,0,NULL,0}, + {"ꩽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xbd",3,NULL,0,NULL,0}, + {"꾂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x82",3,NULL,0,NULL,0}, + {"赾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xbe",3,NULL,0,NULL,0}, + {"噀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x80",3,NULL,0,NULL,0}, + {"༉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x89",3,NULL,0,NULL,0}, + {"藠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xa0",3,NULL,0,NULL,0}, + {"聫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xab",3,NULL,0,NULL,0}, + {"鿞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x9e",3,NULL,0,NULL,0}, + {"濣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xa3",3,NULL,0,NULL,0}, + {"㕚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x9a",3,NULL,0,NULL,0}, + {"튜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x9c",3,NULL,0,NULL,0}, + {"匣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xa3",3,NULL,0,NULL,0}, + {"灐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x90",3,NULL,0,NULL,0}, + {"扆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x86",3,NULL,0,NULL,0}, + {"⳶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xb6",3,NULL,0,NULL,0}, + {"䚮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xae",3,NULL,0,NULL,0}, + {"ꎖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x96",3,NULL,0,NULL,0}, + {"㬋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x8b",3,NULL,0,NULL,0}, + {"ۑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x91",2,NULL,0,NULL,0}, + {"꘶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xb6",3,NULL,0,NULL,0}, + {"䫈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x88",3,NULL,0,NULL,0}, + {"旋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x97",3,NULL,0,NULL,0}, + {"䰖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x96",3,NULL,0,NULL,0}, + {"輡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xa1",3,NULL,0,NULL,0}, + {"精",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xbe",3,NULL,0,NULL,0}, + {"붟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xb8",3,NULL,0,NULL,0}, + {"谑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x91",3,NULL,0,NULL,0}, + {"맯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xaf",3,NULL,0,NULL,0}, + {"㱫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xab",3,NULL,0,NULL,0}, + {"⒏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x8f",3,NULL,0,NULL,0}, + {"环",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xaf",3,NULL,0,NULL,0}, + {"昞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x9e",3,NULL,0,NULL,0}, + {"뛌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x8c",3,NULL,0,NULL,0}, + {"袥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xa5",3,NULL,0,NULL,0}, + {"儺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xba",3,NULL,0,NULL,0}, + {"ꡦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xa6",3,NULL,0,NULL,0}, + {"銲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xb2",3,NULL,0,NULL,0}, + {"俙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x99",3,NULL,0,NULL,0}, + {"軷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xb7",3,NULL,0,NULL,0}, + {"햡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xa1",3,NULL,0,NULL,0}, + {"퍴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xb4",3,NULL,0,NULL,0}, + {"ⶀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x80",3,NULL,0,NULL,0}, + {"᷐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x9e",3,NULL,0,NULL,0}, + {"뷨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xa8",3,NULL,0,NULL,0}, + {"៌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x8c",3,NULL,0,NULL,0}, + {"᭷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xb7",3,NULL,0,NULL,0}, + {"䱗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x97",3,NULL,0,NULL,0}, + {"ೲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xb5",3,NULL,0,NULL,0}, + {"賱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xb1",3,NULL,0,NULL,0}, + {"豒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xb7",3,NULL,0,NULL,0}, + {"䴢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xa2",3,NULL,0,NULL,0}, + {"륨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xa8",3,NULL,0,NULL,0}, + {"㡯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xaf",3,NULL,0,NULL,0}, + {"㮟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x9f",3,NULL,0,NULL,0}, + {"몏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x8f",3,NULL,0,NULL,0}, + {"暻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xbb",3,NULL,0,NULL,0}, + {"땫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xab",3,NULL,0,NULL,0}, + {"躵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xb5",3,NULL,0,NULL,0}, + {"簡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xa1",3,NULL,0,NULL,0}, + {"㷩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xa9",3,NULL,0,NULL,0}, + {"ꓕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x95",3,NULL,0,NULL,0}, + {"鼭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xad",3,NULL,0,NULL,0}, + {"ͻ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xbb",2,NULL,0,NULL,0}, + {"肨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xa8",3,NULL,0,NULL,0}, + {"ᶠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xa0",3,NULL,0,NULL,0}, + {"죝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x9f",3,NULL,0,NULL,0}, + {"咢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xa2",3,NULL,0,NULL,0}, + {"幝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x9d",3,NULL,0,NULL,0}, + {"õ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb5",2,NULL,0,NULL,0}, + {"伹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xbd",3,NULL,0,NULL,0}, + {"苮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xae",3,NULL,0,NULL,0}, + {"엺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xba",3,NULL,0,NULL,0}, + {"蒣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xa3",3,NULL,0,NULL,0}, + {"羨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xa8",3,NULL,0,NULL,0}, + {"썩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xa9",3,NULL,0,NULL,0}, + {"䅑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa9",3,NULL,0,NULL,0}, + {"㶕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x95",3,NULL,0,NULL,0}, + {"Ⲅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x84",3,NULL,0,NULL,0}, + {"㯽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xbe",3,NULL,0,NULL,0}, + {"惙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x99",3,NULL,0,NULL,0}, + {"⁄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x84",3,NULL,0,NULL,0}, + {"崈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x88",3,NULL,0,NULL,0}, + {"ﱆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x86",3,NULL,0,NULL,0}, + {"啫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xab",3,NULL,0,NULL,0}, + {"툓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x93",3,NULL,0,NULL,0}, + {"肾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xbe",3,NULL,0,NULL,0}, + {"捻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xa4",3,NULL,0,NULL,0}, + {"켞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x9e",3,NULL,0,NULL,0}, + {"z",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"庝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x9d",3,NULL,0,NULL,0}, + {"礬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xac",3,NULL,0,NULL,0}, + {"㹤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x8b",3,NULL,0,NULL,0}, + {"傎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x91",3,NULL,0,NULL,0}, + {"䷧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xa7",3,NULL,0,NULL,0}, + {"옛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x9b",3,NULL,0,NULL,0}, + {"㯒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x92",3,NULL,0,NULL,0}, + {"ય",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xbf",3,NULL,0,NULL,0}, + {"ᲇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x87",3,NULL,0,NULL,0}, + {"젂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x82",3,NULL,0,NULL,0}, + {"凾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xbe",3,NULL,0,NULL,0}, + {"쥿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xbf",3,NULL,0,NULL,0}, + {"䛍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x8d",3,NULL,0,NULL,0}, + {"﷙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x99",3,NULL,0,NULL,0}, + {"㫉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x99",3,NULL,0,NULL,0}, + {"﷭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xad",3,NULL,0,NULL,0}, + {"뙾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xbe",3,NULL,0,NULL,0}, + {"뤤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xa4",3,NULL,0,NULL,0}, + {"ᡞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x9e",3,NULL,0,NULL,0}, + {"㶛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x9b",3,NULL,0,NULL,0}, + {"⫀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x80",3,NULL,0,NULL,0}, + {"ᔱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb1",3,NULL,0,NULL,0}, + {"厎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x8e",3,NULL,0,NULL,0}, + {"૩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xa9",3,NULL,0,NULL,0}, + {"ƛ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x9b",2,NULL,0,NULL,0}, + {"꫇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x85",3,NULL,0,NULL,0}, + {"녌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x8c",3,NULL,0,NULL,0}, + {"ᙶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xb6",3,NULL,0,NULL,0}, + {"盚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x9a",3,NULL,0,NULL,0}, + {"储",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xa8",3,NULL,0,NULL,0}, + {"쓂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x82",3,NULL,0,NULL,0}, + {"谲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xb2",3,NULL,0,NULL,0}, + {"吮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xae",3,NULL,0,NULL,0}, + {"著",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x9f",3,NULL,0,NULL,0}, + {"儕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x95",3,NULL,0,NULL,0}, + {"쐱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xb1",3,NULL,0,NULL,0}, + {"볜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x9c",3,NULL,0,NULL,0}, + {"緣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xa3",3,NULL,0,NULL,0}, + {"〠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xa0",3,NULL,0,NULL,0}, + {"ᜀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x80",3,NULL,0,NULL,0}, + {"ﲊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x8a",3,NULL,0,NULL,0}, + {"䐯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xaf",3,NULL,0,NULL,0}, + {"缼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xbc",3,NULL,0,NULL,0}, + {"ẜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x88",3,NULL,0,NULL,0}, + {"䕣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xa3",3,NULL,0,NULL,0}, + {"삄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x84",3,NULL,0,NULL,0}, + {"ݚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x9a",2,NULL,0,NULL,0}, + {"ﳩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xa9",3,NULL,0,NULL,0}, + {"Ꮴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xab",3,NULL,0,NULL,0}, + {"翢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xa2",3,NULL,0,NULL,0}, + {"쌶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xb6",3,NULL,0,NULL,0}, + {"这",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x99",3,NULL,0,NULL,0}, + {"맀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x80",3,NULL,0,NULL,0}, + {"슥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xbc",3,NULL,0,NULL,0}, + {"ȴ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xb4",2,NULL,0,NULL,0}, + {"琵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xb5",3,NULL,0,NULL,0}, + {"䒴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xb4",3,NULL,0,NULL,0}, + {"⠍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x8d",3,NULL,0,NULL,0}, + {"მ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x9b",3,NULL,0,NULL,0}, + {"ᵒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x83",3,NULL,0,NULL,0}, + {"냛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x9b",3,NULL,0,NULL,0}, + {"䢩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xa9",3,NULL,0,NULL,0}, + {"ᘣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xa3",3,NULL,0,NULL,0}, + {"緹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x86",3,NULL,0,NULL,0}, + {"딾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xbe",3,NULL,0,NULL,0}, + {"̮",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xae",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x88",3,NULL,0,NULL,0}, + {"끜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x9c",3,NULL,0,NULL,0}, + {"⚺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xba",3,NULL,0,NULL,0}, + {"䗢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xa2",3,NULL,0,NULL,0}, + {"倈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x88",3,NULL,0,NULL,0}, + {"얊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x9f",3,NULL,0,NULL,0}, + {"汇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x87",3,NULL,0,NULL,0}, + {"⁠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xa0",3,NULL,0,NULL,0}, + {"娡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xa1",3,NULL,0,NULL,0}, + {"兜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x9c",3,NULL,0,NULL,0}, + {"ί",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xaf",2,NULL,0,NULL,0}, + {"찝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x9d",3,NULL,0,NULL,0}, + {"둎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x9f",3,NULL,0,NULL,0}, + {"嫆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x86",3,NULL,0,NULL,0}, + {"㚕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x95",3,NULL,0,NULL,0}, + {"ず",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x9a",3,NULL,0,NULL,0}, + {"涱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xb1",3,NULL,0,NULL,0}, + {"罛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x9b",3,NULL,0,NULL,0}, + {"ꃧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xa7",3,NULL,0,NULL,0}, + {"䁜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x9c",3,NULL,0,NULL,0}, + {"㊘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x8d",3,NULL,0,NULL,0}, + {"㘪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xaa",3,NULL,0,NULL,0}, + {"隘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x98",3,NULL,0,NULL,0}, + {"ᴉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x89",3,NULL,0,NULL,0}, + {"疋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x8b",3,NULL,0,NULL,0}, + {"萎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x8e",3,NULL,0,NULL,0}, + {"ㄲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xb2",3,NULL,0,NULL,0}, + {"끂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x82",3,NULL,0,NULL,0}, + {"즊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x8a",3,NULL,0,NULL,0}, + {"䛪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xb8",3,NULL,0,NULL,0}, + {"걙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x99",3,NULL,0,NULL,0}, + {"ᦓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xbe",3,NULL,0,NULL,0}, + {"ǭ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xad",2,NULL,0,NULL,0}, + {"ગ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x97",3,NULL,0,NULL,0}, + {"决",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xb3",3,NULL,0,NULL,0}, + {"Ň",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x87",2,NULL,0,NULL,0}, + {"읓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x93",3,NULL,0,NULL,0}, + {"ዣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x93",3,NULL,0,NULL,0}, + {"亨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xa8",3,NULL,0,NULL,0}, + {"쮁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x81",3,NULL,0,NULL,0}, + {"ᗙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x99",3,NULL,0,NULL,0}, + {"ὰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xb0",3,NULL,0,NULL,0}, + {"궿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xbf",3,NULL,0,NULL,0}, + {"눏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x8f",3,NULL,0,NULL,0}, + {"怲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xb2",3,NULL,0,NULL,0}, + {"쎱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xb1",3,NULL,0,NULL,0}, + {"㿃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x83",3,NULL,0,NULL,0}, + {"㉅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x85",3,NULL,0,NULL,0}, + {"㙙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x99",3,NULL,0,NULL,0}, + {"꓂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x82",3,NULL,0,NULL,0}, + {"蒍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x8d",3,NULL,0,NULL,0}, + {"尝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x9d",3,NULL,0,NULL,0}, + {"᧾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xbe",3,NULL,0,NULL,0}, + {"嬭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xad",3,NULL,0,NULL,0}, + {"ᩫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xab",3,NULL,0,NULL,0}, + {"楛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x9b",3,NULL,0,NULL,0}, + {"™",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xa2",3,NULL,0,NULL,0}, + {"쵑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x91",3,NULL,0,NULL,0}, + {"작",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x91",3,NULL,0,NULL,0}, + {"곲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xb2",3,NULL,0,NULL,0}, + {"쭇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x87",3,NULL,0,NULL,0}, + {"ᬑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x91",3,NULL,0,NULL,0}, + {"ᶏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x8f",3,NULL,0,NULL,0}, + {"ꈧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xa7",3,NULL,0,NULL,0}, + {"ὖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x96",3,NULL,0,NULL,0}, + {"џ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x9f",2,NULL,0,NULL,0}, + {"氐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x90",3,NULL,0,NULL,0}, + {"쀳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xb3",3,NULL,0,NULL,0}, + {"盠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xa0",3,NULL,0,NULL,0}, + {"쉱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xb1",3,NULL,0,NULL,0}, + {"䣻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xbb",3,NULL,0,NULL,0}, + {"籊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x8a",3,NULL,0,NULL,0}, + {"鄶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xb6",3,NULL,0,NULL,0}, + {"皟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x9f",3,NULL,0,NULL,0}, + {"칻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xbb",3,NULL,0,NULL,0}, + {"㝅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x85",3,NULL,0,NULL,0}, + {"髈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x88",3,NULL,0,NULL,0}, + {"基",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xba",3,NULL,0,NULL,0}, + {"サ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbb",3,NULL,0,NULL,0}, + {"歈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x88",3,NULL,0,NULL,0}, + {"疱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x9a",3,NULL,0,NULL,0}, + {"휫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xab",3,NULL,0,NULL,0}, + {"䔼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xbc",3,NULL,0,NULL,0}, + {"ꚁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x81",3,NULL,0,NULL,0}, + {"ፃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x83",3,NULL,0,NULL,0}, + {"塿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xbf",3,NULL,0,NULL,0}, + {"䊱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xb1",3,NULL,0,NULL,0}, + {"劯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xaf",3,NULL,0,NULL,0}, + {"℣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xa3",3,NULL,0,NULL,0}, + {"槬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xac",3,NULL,0,NULL,0}, + {"ڗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x97",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xa3",3,NULL,0,NULL,0}, + {"䤘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x98",3,NULL,0,NULL,0}, + {"薱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xb1",3,NULL,0,NULL,0}, + {"첉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x89",3,NULL,0,NULL,0}, + {"䍗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x97",3,NULL,0,NULL,0}, + {"盺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xba",3,NULL,0,NULL,0}, + {"꾧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xa7",3,NULL,0,NULL,0}, + {"滮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xae",3,NULL,0,NULL,0}, + {"艾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xbe",3,NULL,0,NULL,0}, + {"㔆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xa3",3,NULL,0,NULL,0}, + {"姉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x89",3,NULL,0,NULL,0}, + {"䮉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x89",3,NULL,0,NULL,0}, + {"葠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xa0",3,NULL,0,NULL,0}, + {"㔵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xb5",3,NULL,0,NULL,0}, + {"駰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xb0",3,NULL,0,NULL,0}, + {"밭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xad",3,NULL,0,NULL,0}, + {"숒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x92",3,NULL,0,NULL,0}, + {"癚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x9a",3,NULL,0,NULL,0}, + {"ꂚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x9a",3,NULL,0,NULL,0}, + {"頄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x84",3,NULL,0,NULL,0}, + {"뼶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xb6",3,NULL,0,NULL,0}, + {"⎤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xa4",3,NULL,0,NULL,0}, + {"㛔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x94",3,NULL,0,NULL,0}, + {"瀥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xa5",3,NULL,0,NULL,0}, + {"硵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xb5",3,NULL,0,NULL,0}, + {"蛓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x93",3,NULL,0,NULL,0}, + {"깭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xad",3,NULL,0,NULL,0}, + {"섀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x80",3,NULL,0,NULL,0}, + {"畀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x80",3,NULL,0,NULL,0}, + {"虼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xbc",3,NULL,0,NULL,0}, + {"ٙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x99",2,NULL,0,NULL,0}, + {"鯽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x9d",3,NULL,0,NULL,0}, + {"껞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x9e",3,NULL,0,NULL,0}, + {"䟘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x98",3,NULL,0,NULL,0}, + {"藯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xaf",3,NULL,0,NULL,0}, + {"声",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xb0",3,NULL,0,NULL,0}, + {"䜛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x9b",3,NULL,0,NULL,0}, + {"划",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x92",3,NULL,0,NULL,0}, + {"㑗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x97",3,NULL,0,NULL,0}, + {"ၢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xa2",3,NULL,0,NULL,0}, + {"뉻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xbb",3,NULL,0,NULL,0}, + {"䎘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x98",3,NULL,0,NULL,0}, + {"絈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x88",3,NULL,0,NULL,0}, + {"⹍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x8d",3,NULL,0,NULL,0}, + {"՟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x9f",2,NULL,0,NULL,0}, + {"⨾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xbe",3,NULL,0,NULL,0}, + {"⍣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xa3",3,NULL,0,NULL,0}, + {"糛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x9b",3,NULL,0,NULL,0}, + {"㎒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x92",3,NULL,0,NULL,0}, + {"敩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xa9",3,NULL,0,NULL,0}, + {"㐙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x99",3,NULL,0,NULL,0}, + {"埚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x9a",3,NULL,0,NULL,0}, + {"穬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xac",3,NULL,0,NULL,0}, + {"ᅘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x98",3,NULL,0,NULL,0}, + {"遷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xb7",3,NULL,0,NULL,0}, + {"빠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xa0",3,NULL,0,NULL,0}, + {"꠬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xac",3,NULL,0,NULL,0}, + {"褊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x94",3,NULL,0,NULL,0}, + {"㮆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xa6",3,NULL,0,NULL,0}, + {"⺾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xbe",3,NULL,0,NULL,0}, + {"煷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xb7",3,NULL,0,NULL,0}, + {"䨵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xb5",3,NULL,0,NULL,0}, + {"㤨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xa8",3,NULL,0,NULL,0}, + {"䥪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xaa",3,NULL,0,NULL,0}, + {"ㄿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xbf",3,NULL,0,NULL,0}, + {"炥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xa5",3,NULL,0,NULL,0}, + {"Ә",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x98",2,NULL,0,NULL,0}, + {"๼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xbc",3,NULL,0,NULL,0}, + {"懮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xae",3,NULL,0,NULL,0}, + {"愃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x83",3,NULL,0,NULL,0}, + {"≗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x97",3,NULL,0,NULL,0}, + {"팎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x8e",3,NULL,0,NULL,0}, + {"鴸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xbf",3,NULL,0,NULL,0}, + {"繎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x8e",3,NULL,0,NULL,0}, + {"⯺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xba",3,NULL,0,NULL,0}, + {"푝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x9d",3,NULL,0,NULL,0}, + {"慌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x8c",3,NULL,0,NULL,0}, + {"ḳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xb3",3,NULL,0,NULL,0}, + {"抶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xb6",3,NULL,0,NULL,0}, + {"咒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x92",3,NULL,0,NULL,0}, + {"ಸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xb8",3,NULL,0,NULL,0}, + {"픔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x94",3,NULL,0,NULL,0}, + {"餇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x87",3,NULL,0,NULL,0}, + {"겭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xad",3,NULL,0,NULL,0}, + {"ᇟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x9e",3,NULL,0,NULL,0}, + {"璤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xa4",3,NULL,0,NULL,0}, + {"◫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xbc",3,NULL,0,NULL,0}, + {"跄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x84",3,NULL,0,NULL,0}, + {"烟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x9f",3,NULL,0,NULL,0}, + {"▞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x9e",3,NULL,0,NULL,0}, + {"꣦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xa6",3,NULL,0,NULL,0}, + {"ⷜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x9c",3,NULL,0,NULL,0}, + {"䦮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xae",3,NULL,0,NULL,0}, + {"狐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x90",3,NULL,0,NULL,0}, + {"蹕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x95",3,NULL,0,NULL,0}, + {"魵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xb5",3,NULL,0,NULL,0}, + {"烦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xa6",3,NULL,0,NULL,0}, + {"撀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x80",3,NULL,0,NULL,0}, + {"㝤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xa4",3,NULL,0,NULL,0}, + {"쇁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x81",3,NULL,0,NULL,0}, + {"獎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x88",3,NULL,0,NULL,0}, + {"ⴼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xbc",3,NULL,0,NULL,0}, + {"တ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x90",3,NULL,0,NULL,0}, + {"䃙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xaa",3,NULL,0,NULL,0}, + {"ⰻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xbb",3,NULL,0,NULL,0}, + {"洛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x9b",3,NULL,0,NULL,0}, + {"悖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x96",3,NULL,0,NULL,0}, + {"봔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x94",3,NULL,0,NULL,0}, + {"꫰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xa0",3,NULL,0,NULL,0}, + {"㵮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xae",3,NULL,0,NULL,0}, + {"⦵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xb5",3,NULL,0,NULL,0}, + {"ట",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x9f",3,NULL,0,NULL,0}, + {"餶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xb6",3,NULL,0,NULL,0}, + {"蘣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xa3",3,NULL,0,NULL,0}, + {"ɕ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x95",2,NULL,0,NULL,0}, + {"➈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x88",3,NULL,0,NULL,0}, + {"콰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xb0",3,NULL,0,NULL,0}, + {"屳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xb3",3,NULL,0,NULL,0}, + {"ᤩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xa9",3,NULL,0,NULL,0}, + {"֏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x8f",2,NULL,0,NULL,0}, + {"衡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xa1",3,NULL,0,NULL,0}, + {"་",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x8b",3,NULL,0,NULL,0}, + {"ࠃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x83",3,NULL,0,NULL,0}, + {"ꢘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x99",3,NULL,0,NULL,0}, + {"귄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x84",3,NULL,0,NULL,0}, + {"撺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xba",3,NULL,0,NULL,0}, + {"龏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x8f",3,NULL,0,NULL,0}, + {"ⲙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x99",3,NULL,0,NULL,0}, + {"鲀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x80",3,NULL,0,NULL,0}, + {"禂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x82",3,NULL,0,NULL,0}, + {"䀡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xa1",3,NULL,0,NULL,0}, + {"䩵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xb5",3,NULL,0,NULL,0}, + {"ꏍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x8d",3,NULL,0,NULL,0}, + {"㪤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xa4",3,NULL,0,NULL,0}, + {"Ჺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xba",3,NULL,0,NULL,0}, + {"簭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xad",3,NULL,0,NULL,0}, + {"溈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x88",3,NULL,0,NULL,0}, + {"ꍎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x8e",3,NULL,0,NULL,0}, + {"∝",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x85",3,NULL,0,NULL,0}, + {"戶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xb6",3,NULL,0,NULL,0}, + {"﷌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x8c",3,NULL,0,NULL,0}, + {"ꖜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x9c",3,NULL,0,NULL,0}, + {"෬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xac",3,NULL,0,NULL,0}, + {"沜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x9c",3,NULL,0,NULL,0}, + {"㶨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xa8",3,NULL,0,NULL,0}, + {"ሧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x8f",3,NULL,0,NULL,0}, + {"㗯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xaf",3,NULL,0,NULL,0}, + {"뙣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xa3",3,NULL,0,NULL,0}, + {"ᰚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x9a",3,NULL,0,NULL,0}, + {"琐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x90",3,NULL,0,NULL,0}, + {"輙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x99",3,NULL,0,NULL,0}, + {"ૼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xbc",3,NULL,0,NULL,0}, + {"徟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x85",3,NULL,0,NULL,0}, + {"㪓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x93",3,NULL,0,NULL,0}, + {"僙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x99",3,NULL,0,NULL,0}, + {"ੈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x88",3,NULL,0,NULL,0}, + {"诵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xab",3,NULL,0,NULL,0}, + {"豰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xb0",3,NULL,0,NULL,0}, + {"䒣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xa3",3,NULL,0,NULL,0}, + {"஁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x81",3,NULL,0,NULL,0}, + {"퀅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x85",3,NULL,0,NULL,0}, + {"厤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xa4",3,NULL,0,NULL,0}, + {"໊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x8a",3,NULL,0,NULL,0}, + {"鲯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xaf",3,NULL,0,NULL,0}, + {"⭷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xb7",3,NULL,0,NULL,0}, + {"匱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xb1",3,NULL,0,NULL,0}, + {"釷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x97",3,NULL,0,NULL,0}, + {"流",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x8f",3,NULL,0,NULL,0}, + {"葋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x95",3,NULL,0,NULL,0}, + {"巶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xa3",3,NULL,0,NULL,0}, + {"滉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x89",3,NULL,0,NULL,0}, + {"㺩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xa9",3,NULL,0,NULL,0}, + {"ࣃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x9e",3,NULL,0,NULL,0}, + {"ൻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xbb",3,NULL,0,NULL,0}, + {"调",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x83",3,NULL,0,NULL,0}, + {"망",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x9d",3,NULL,0,NULL,0}, + {"䇠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xa0",3,NULL,0,NULL,0}, + {"䰆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x95",3,NULL,0,NULL,0}, + {"玽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xbd",3,NULL,0,NULL,0}, + {"资",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x84",3,NULL,0,NULL,0}, + {"そ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x9d",3,NULL,0,NULL,0}, + {"渁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x81",3,NULL,0,NULL,0}, + {"贃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x83",3,NULL,0,NULL,0}, + {"⮍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x8d",3,NULL,0,NULL,0}, + {"꟨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xa8",3,NULL,0,NULL,0}, + {"뱶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xb6",3,NULL,0,NULL,0}, + {"箎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x8e",3,NULL,0,NULL,0}, + {"軥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xa5",3,NULL,0,NULL,0}, + {"哳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xb3",3,NULL,0,NULL,0}, + {"へ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xb8",3,NULL,0,NULL,0}, + {"Ꮢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x92",3,NULL,0,NULL,0}, + {"牿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xbf",3,NULL,0,NULL,0}, + {"⶘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x98",3,NULL,0,NULL,0}, + {"䨆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x86",3,NULL,0,NULL,0}, + {"⸍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x8d",3,NULL,0,NULL,0}, + {"漗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x97",3,NULL,0,NULL,0}, + {"ៈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x88",3,NULL,0,NULL,0}, + {"㠆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xaa",3,NULL,0,NULL,0}, + {"౱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xb1",3,NULL,0,NULL,0}, + {"䱥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xa5",3,NULL,0,NULL,0}, + {"윕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x95",3,NULL,0,NULL,0}, + {"喒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x92",3,NULL,0,NULL,0}, + {"톀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x80",3,NULL,0,NULL,0}, + {"嵫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xab",3,NULL,0,NULL,0}, + {"ᛣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xa3",3,NULL,0,NULL,0}, + {"Ⱋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x9b",3,NULL,0,NULL,0}, + {"퇉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x89",3,NULL,0,NULL,0}, + {"崔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x94",3,NULL,0,NULL,0}, + {"午",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x82",3,NULL,0,NULL,0}, + {"銄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x84",3,NULL,0,NULL,0}, + {"ÿ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbf",2,NULL,0,NULL,0}, + {"鼯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xaf",3,NULL,0,NULL,0}, + {"복",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xb5",3,NULL,0,NULL,0}, + {"褮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xae",3,NULL,0,NULL,0}, + {"閷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xb7",3,NULL,0,NULL,0}, + {"͹",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xb9",2,NULL,0,NULL,0}, + {"꽏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xa4",3,NULL,0,NULL,0}, + {"䶖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xa5",3,NULL,0,NULL,0}, + {"肠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xa0",3,NULL,0,NULL,0}, + {"潍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x8d",3,NULL,0,NULL,0}, + {"苇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x87",3,NULL,0,NULL,0}, + {"嬔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x9c",3,NULL,0,NULL,0}, + {"罌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x8c",3,NULL,0,NULL,0}, + {"謋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x8b",3,NULL,0,NULL,0}, + {"똕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x95",3,NULL,0,NULL,0}, + {"冡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xa1",3,NULL,0,NULL,0}, + {"옊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x8a",3,NULL,0,NULL,0}, + {"ᖤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xa4",3,NULL,0,NULL,0}, + {"仗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xa4",3,NULL,0,NULL,0}, + {"ޙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x99",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xb3",3,NULL,0,NULL,0}, + {"즯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xaf",3,NULL,0,NULL,0}, + {"讫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xab",3,NULL,0,NULL,0}, + {"ܨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xa8",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xbd",3,NULL,0,NULL,0}, + {"毂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x82",3,NULL,0,NULL,0}, + {"롭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xad",3,NULL,0,NULL,0}, + {"募",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x80",3,NULL,0,NULL,0}, + {"㹴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xb4",3,NULL,0,NULL,0}, + {"쑼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xbc",3,NULL,0,NULL,0}, + {"㽏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x8f",3,NULL,0,NULL,0}, + {"龶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xb6",3,NULL,0,NULL,0}, + {"縲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xb2",3,NULL,0,NULL,0}, + {"╎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x8e",3,NULL,0,NULL,0}, + {"쓜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x9c",3,NULL,0,NULL,0}, + {"Ϊ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xaa",2,NULL,0,NULL,0}, + {"댾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xbe",3,NULL,0,NULL,0}, + {"촁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x81",3,NULL,0,NULL,0}, + {"鞴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xb4",3,NULL,0,NULL,0}, + {"ハ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8f",3,NULL,0,NULL,0}, + {"Ꮑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x81",3,NULL,0,NULL,0}, + {"茈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x88",3,NULL,0,NULL,0}, + {"ᛎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x8e",3,NULL,0,NULL,0}, + {"臿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xbf",3,NULL,0,NULL,0}, + {"뚮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xae",3,NULL,0,NULL,0}, + {".",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xb1",3,NULL,0,NULL,0}, + {"鎲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xb2",3,NULL,0,NULL,0}, + {"湡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xa1",3,NULL,0,NULL,0}, + {"ﱬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xac",3,NULL,0,NULL,0}, + {"켇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x87",3,NULL,0,NULL,0}, + {"ƙ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x99",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x86",3,NULL,0,NULL,0}, + {"ꅫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xab",3,NULL,0,NULL,0}, + {"䤤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xa4",3,NULL,0,NULL,0}, + {"᷅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x85",3,NULL,0,NULL,0}, + {"雫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xab",3,NULL,0,NULL,0}, + {"⊥",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xa5",3,NULL,0,NULL,0}, + {"슧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x92",3,NULL,0,NULL,0}, + {"㼘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x9d",3,NULL,0,NULL,0}, + {"쥚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x9a",3,NULL,0,NULL,0}, + {"ꛑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x91",3,NULL,0,NULL,0}, + {"⣜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x9c",3,NULL,0,NULL,0}, + {"쐻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xbb",3,NULL,0,NULL,0}, + {"젋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x8b",3,NULL,0,NULL,0}, + {"ꗒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x92",3,NULL,0,NULL,0}, + {"È",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x88",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xa0",3,NULL,0,NULL,0}, + {"늷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xb7",3,NULL,0,NULL,0}, + {"돩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xa9",3,NULL,0,NULL,0}, + {"ᜈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x88",3,NULL,0,NULL,0}, + {"ᒴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb4",3,NULL,0,NULL,0}, + {"習",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x92",3,NULL,0,NULL,0}, + {"ﳳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xb3",3,NULL,0,NULL,0}, + {"⪦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xa6",3,NULL,0,NULL,0}, + {"サ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb5",3,NULL,0,NULL,0}, + {"࠮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x99",3,NULL,0,NULL,0}, + {"乧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xa7",3,NULL,0,NULL,0}, + {"쯢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xa2",3,NULL,0,NULL,0}, + {"⌚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x9a",3,NULL,0,NULL,0}, + {"⏯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xaf",3,NULL,0,NULL,0}, + {"ꄦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xa6",3,NULL,0,NULL,0}, + {"ꮢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xa2",3,NULL,0,NULL,0}, + {"鍅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x85",3,NULL,0,NULL,0}, + {"痴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xb4",3,NULL,0,NULL,0}, + {"䂓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x93",3,NULL,0,NULL,0}, + {"࠽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xbd",3,NULL,0,NULL,0}, + {"䢻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xbb",3,NULL,0,NULL,0}, + {"ᄑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x91",3,NULL,0,NULL,0}, + {"碢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xa2",3,NULL,0,NULL,0}, + {"〉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xaa",3,NULL,0,NULL,0}, + {"舘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x98",3,NULL,0,NULL,0}, + {"뿇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x87",3,NULL,0,NULL,0}, + {"㷖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x96",3,NULL,0,NULL,0}, + {"〩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xa9",3,NULL,0,NULL,0}, + {"㏋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x8b",3,NULL,0,NULL,0}, + {"헙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x99",3,NULL,0,NULL,0}, + {"돗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x97",3,NULL,0,NULL,0}, + {"寙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x99",3,NULL,0,NULL,0}, + {"ꋫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xab",3,NULL,0,NULL,0}, + {"뀡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xa1",3,NULL,0,NULL,0}, + {"氵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xb5",3,NULL,0,NULL,0}, + {"쩽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xa5",3,NULL,0,NULL,0}, + {"Ѣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xa2",2,NULL,0,NULL,0}, + {"瞶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xb6",3,NULL,0,NULL,0}, + {"ᎋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x8a",3,NULL,0,NULL,0}, + {"孧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xa7",3,NULL,0,NULL,0}, + {"둒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x92",3,NULL,0,NULL,0}, + {"蔘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x98",3,NULL,0,NULL,0}, + {"쐋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x8b",3,NULL,0,NULL,0}, + {"좐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x90",3,NULL,0,NULL,0}, + {"䡌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x8c",3,NULL,0,NULL,0}, + {"兌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xa5",3,NULL,0,NULL,0}, + {"亰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xb0",3,NULL,0,NULL,0}, + {"攻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xbb",3,NULL,0,NULL,0}, + {"궭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xad",3,NULL,0,NULL,0}, + {"ᗓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x93",3,NULL,0,NULL,0}, + {"ᇮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xae",3,NULL,0,NULL,0}, + {"眃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x83",3,NULL,0,NULL,0}, + {"䀔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x94",3,NULL,0,NULL,0}, + {"⟡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xa1",3,NULL,0,NULL,0}, + {"㗶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xb6",3,NULL,0,NULL,0}, + {"⇋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x8b",3,NULL,0,NULL,0}, + {"뇇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x87",3,NULL,0,NULL,0}, + {"ꐱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xb1",3,NULL,0,NULL,0}, + {"ʙ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x99",2,NULL,0,NULL,0}, + {"葒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x92",3,NULL,0,NULL,0}, + {"࣎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x8e",3,NULL,0,NULL,0}, + {"ꃥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xa5",3,NULL,0,NULL,0}, + {"泥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xa3",3,NULL,0,NULL,0}, + {"垝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x9d",3,NULL,0,NULL,0}, + {"᥯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xa8",3,NULL,0,NULL,0}, + {"㚝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x9d",3,NULL,0,NULL,0}, + {"堘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x99",3,NULL,0,NULL,0}, + {"㆖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x96",3,NULL,0,NULL,0}, + {"걫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xab",3,NULL,0,NULL,0}, + {"훣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x92",3,NULL,0,NULL,0}, + {"Ἲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xba",3,NULL,0,NULL,0}, + {"ጞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x9e",3,NULL,0,NULL,0}, + {"檏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x8f",3,NULL,0,NULL,0}, + {"ઑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x91",3,NULL,0,NULL,0}, + {"㑹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xb9",3,NULL,0,NULL,0}, + {"䏷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xb7",3,NULL,0,NULL,0}, + {"᪼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xbc",3,NULL,0,NULL,0}, + {"С",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xa1",2,NULL,0,NULL,0}, + {"ǧ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xa7",2,NULL,0,NULL,0}, + {"ؙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x99",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xb2",3,NULL,0,NULL,0}, + {"឵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xb5",3,NULL,0,NULL,0}, + {"暾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x91",3,NULL,0,NULL,0}, + {"嫠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xa0",3,NULL,0,NULL,0}, + {"뾌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x8c",3,NULL,0,NULL,0}, + {"០",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xa0",3,NULL,0,NULL,0}, + {"䥘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x98",3,NULL,0,NULL,0}, + {"杗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x97",3,NULL,0,NULL,0}, + {"ウ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa6",3,NULL,0,NULL,0}, + {"꧋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x8b",3,NULL,0,NULL,0}, + {"컜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x9c",3,NULL,0,NULL,0}, + {"´",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xbd",3,NULL,0,NULL,0}, + {"숎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x8e",3,NULL,0,NULL,0}, + {"垫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xab",3,NULL,0,NULL,0}, + {"籼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xbc",3,NULL,0,NULL,0}, + {"殕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x8f",3,NULL,0,NULL,0}, + {"ﱃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x83",3,NULL,0,NULL,0}, + {"ꑺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xba",3,NULL,0,NULL,0}, + {"˰",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xb0",2,NULL,0,NULL,0}, + {"䓁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x81",3,NULL,0,NULL,0}, + {"᚞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x9e",3,NULL,0,NULL,0}, + {"ऻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xbb",3,NULL,0,NULL,0}, + {"浔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x94",3,NULL,0,NULL,0}, + {"텊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x8a",3,NULL,0,NULL,0}, + {"ᬫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xab",3,NULL,0,NULL,0}, + {"ေ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xb1",3,NULL,0,NULL,0}, + {"磺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xba",3,NULL,0,NULL,0}, + {"셆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x86",3,NULL,0,NULL,0}, + {"ᔆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x86",3,NULL,0,NULL,0}, + {"䚛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x9b",3,NULL,0,NULL,0}, + {"Ä",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x84",2,NULL,0,NULL,0}, + {"靨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xa8",3,NULL,0,NULL,0}, + {"蘤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xa4",3,NULL,0,NULL,0}, + {"➛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x9b",3,NULL,0,NULL,0}, + {"䌖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x96",3,NULL,0,NULL,0}, + {"⃛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x9b",3,NULL,0,NULL,0}, + {"茱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xb1",3,NULL,0,NULL,0}, + {"ᬓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x93",3,NULL,0,NULL,0}, + {"䘧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xba",3,NULL,0,NULL,0}, + {"컊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x8a",3,NULL,0,NULL,0}, + {"“",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x9c",3,NULL,0,NULL,0}, + {"ໞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x9e",3,NULL,0,NULL,0}, + {"툨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xa8",3,NULL,0,NULL,0}, + {"㓪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xaa",3,NULL,0,NULL,0}, + {"盔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x94",3,NULL,0,NULL,0}, + {"⛐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x90",3,NULL,0,NULL,0}, + {"嚈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x88",3,NULL,0,NULL,0}, + {"䤉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x89",3,NULL,0,NULL,0}, + {"薄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x84",3,NULL,0,NULL,0}, + {"䭊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x8a",3,NULL,0,NULL,0}, + {"濸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xb8",3,NULL,0,NULL,0}, + {"㝟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x9f",3,NULL,0,NULL,0}, + {"셵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xb5",3,NULL,0,NULL,0}, + {"疣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xa6",3,NULL,0,NULL,0}, + {"㋼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xbc",3,NULL,0,NULL,0}, + {"섄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x84",3,NULL,0,NULL,0}, + {"ᲀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x80",3,NULL,0,NULL,0}, + {"ڬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xac",2,NULL,0,NULL,0}, + {"ሂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x82",3,NULL,0,NULL,0}, + {"㏰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xb0",3,NULL,0,NULL,0}, + {"禚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x9a",3,NULL,0,NULL,0}, + {"坹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xb9",3,NULL,0,NULL,0}, + {"ڝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x9d",2,NULL,0,NULL,0}, + {"䞒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x92",3,NULL,0,NULL,0}, + {"旖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xa9",3,NULL,0,NULL,0}, + {"኱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xb1",3,NULL,0,NULL,0}, + {"䍅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x85",3,NULL,0,NULL,0}, + {"剘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x98",3,NULL,0,NULL,0}, + {"꾭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x82",3,NULL,0,NULL,0}, + {"槕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x95",3,NULL,0,NULL,0}, + {"䢉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x89",3,NULL,0,NULL,0}, + {"Ꜹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xb8",3,NULL,0,NULL,0}, + {"蠩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x8c",3,NULL,0,NULL,0}, + {"虇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x87",3,NULL,0,NULL,0}, + {"豅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x85",3,NULL,0,NULL,0}, + {"姓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x93",3,NULL,0,NULL,0}, + {"㡖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x96",3,NULL,0,NULL,0}, + {"騈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x88",3,NULL,0,NULL,0}, + {"✖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x96",3,NULL,0,NULL,0}, + {"锵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xa0",3,NULL,0,NULL,0}, + {"戛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x9b",3,NULL,0,NULL,0}, + {"⋳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xb3",3,NULL,0,NULL,0}, + {"瀧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xa7",3,NULL,0,NULL,0}, + {"閗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x84",3,NULL,0,NULL,0}, + {"㙏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x8f",3,NULL,0,NULL,0}, + {"鬿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xbf",3,NULL,0,NULL,0}, + {"䉚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x9a",3,NULL,0,NULL,0}, + {"鲢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xa2",3,NULL,0,NULL,0}, + {"拔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x94",3,NULL,0,NULL,0}, + {"ᯧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xa7",3,NULL,0,NULL,0}, + {"㨔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x94",3,NULL,0,NULL,0}, + {"轎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x8e",3,NULL,0,NULL,0}, + {"븟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x9f",3,NULL,0,NULL,0}, + {"锐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x90",3,NULL,0,NULL,0}, + {"駱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x9a",3,NULL,0,NULL,0}, + {"㳗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x97",3,NULL,0,NULL,0}, + {"旻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x97",3,NULL,0,NULL,0}, + {"揂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x82",3,NULL,0,NULL,0}, + {"Ⓦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x8c",3,NULL,0,NULL,0}, + {"燆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x86",3,NULL,0,NULL,0}, + {"築",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x89",3,NULL,0,NULL,0}, + {"捧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xa7",3,NULL,0,NULL,0}, + {"瓑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x91",3,NULL,0,NULL,0}, + {"䓝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x9d",3,NULL,0,NULL,0}, + {"᫸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xb8",3,NULL,0,NULL,0}, + {"ꠔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x94",3,NULL,0,NULL,0}, + {"犸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xb8",3,NULL,0,NULL,0}, + {"״",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xb4",2,NULL,0,NULL,0}, + {"㦷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xb7",3,NULL,0,NULL,0}, + {"驽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xbd",3,NULL,0,NULL,0}, + {"큅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x85",3,NULL,0,NULL,0}, + {"坂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xb7",3,NULL,0,NULL,0}, + {"ዐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x90",3,NULL,0,NULL,0}, + {"㠿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xbf",3,NULL,0,NULL,0}, + {"ꨞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x9e",3,NULL,0,NULL,0}, + {"庀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x80",3,NULL,0,NULL,0}, + {"뭑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x91",3,NULL,0,NULL,0}, + {"玀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x80",3,NULL,0,NULL,0}, + {"鰡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xa1",3,NULL,0,NULL,0}, + {"⯜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x9c",3,NULL,0,NULL,0}, + {"ꦵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xb5",3,NULL,0,NULL,0}, + {"淖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x96",3,NULL,0,NULL,0}, + {"钧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xa7",3,NULL,0,NULL,0}, + {"ṫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xab",3,NULL,0,NULL,0}, + {"빨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xa8",3,NULL,0,NULL,0}, + {"踯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xaf",3,NULL,0,NULL,0}, + {"厁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x81",3,NULL,0,NULL,0}, + {"⧪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xaa",3,NULL,0,NULL,0}, + {"౷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xb7",3,NULL,0,NULL,0}, + {"䨧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xa7",3,NULL,0,NULL,0}, + {"軞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x9e",3,NULL,0,NULL,0}, + {"먅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x85",3,NULL,0,NULL,0}, + {"윛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x9b",3,NULL,0,NULL,0}, + {"ᩡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xa1",3,NULL,0,NULL,0}, + {"㒫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xab",3,NULL,0,NULL,0}, + {"胍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x8d",3,NULL,0,NULL,0}, + {"༱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xb1",3,NULL,0,NULL,0}, + {"鼂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x82",3,NULL,0,NULL,0}, + {"箯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xaf",3,NULL,0,NULL,0}, + {"蔽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xbd",3,NULL,0,NULL,0}, + {"片",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x87",3,NULL,0,NULL,0}, + {"伔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x94",3,NULL,0,NULL,0}, + {"䥼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xbc",3,NULL,0,NULL,0}, + {"祉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x89",3,NULL,0,NULL,0}, + {"㤸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xb8",3,NULL,0,NULL,0}, + {"猾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xbe",3,NULL,0,NULL,0}, + {"엗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x97",3,NULL,0,NULL,0}, + {"⯪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xaa",3,NULL,0,NULL,0}, + {"볫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xab",3,NULL,0,NULL,0}, + {"ླ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xa3",3,NULL,0,NULL,0}, + {"椓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x93",3,NULL,0,NULL,0}, + {"㴟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x9f",3,NULL,0,NULL,0}, + {"ḱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xb1",3,NULL,0,NULL,0}, + {"ಘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x98",3,NULL,0,NULL,0}, + {"ቕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x95",3,NULL,0,NULL,0}, + {"飭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x84",3,NULL,0,NULL,0}, + {"謵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xb5",3,NULL,0,NULL,0}, + {"곻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xa1",3,NULL,0,NULL,0}, + {"ମ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xae",3,NULL,0,NULL,0}, + {"譶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xb6",3,NULL,0,NULL,0}, + {"圉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x89",3,NULL,0,NULL,0}, + {"岚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x9a",3,NULL,0,NULL,0}, + {"㱻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xbb",3,NULL,0,NULL,0}, + {"勺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xba",3,NULL,0,NULL,0}, + {"灹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xbf",3,NULL,0,NULL,0}, + {"왴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xb4",3,NULL,0,NULL,0}, + {"ສ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xaa",3,NULL,0,NULL,0}, + {"䮺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xba",3,NULL,0,NULL,0}, + {"丌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x8c",3,NULL,0,NULL,0}, + {"烶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xb6",3,NULL,0,NULL,0}, + {"摰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xb0",3,NULL,0,NULL,0}, + {"ꏇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x87",3,NULL,0,NULL,0}, + {"푁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x81",3,NULL,0,NULL,0}, + {"൐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x90",3,NULL,0,NULL,0}, + {"縄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x84",3,NULL,0,NULL,0}, + {"搝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x9d",3,NULL,0,NULL,0}, + {"棑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x91",3,NULL,0,NULL,0}, + {"䃫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xab",3,NULL,0,NULL,0}, + {"᭚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x9a",3,NULL,0,NULL,0}, + {"᱓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x93",3,NULL,0,NULL,0}, + {"㈦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xa6",3,NULL,0,NULL,0}, + {"譯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xaf",3,NULL,0,NULL,0}, + {"봴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xb4",3,NULL,0,NULL,0}, + {"ꊵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xb5",3,NULL,0,NULL,0}, + {"뢌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x8c",3,NULL,0,NULL,0}, + {"鏭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xb8",3,NULL,0,NULL,0}, + {"䱿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xbf",3,NULL,0,NULL,0}, + {"Ḓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x92",3,NULL,0,NULL,0}, + {"鑄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x8d",3,NULL,0,NULL,0}, + {"视",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x86",3,NULL,0,NULL,0}, + {"⏇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xb7",3,NULL,0,NULL,0}, + {"⫾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xbe",3,NULL,0,NULL,0}, + {"를",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xbc",3,NULL,0,NULL,0}, + {"꭪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xaa",3,NULL,0,NULL,0}, + {"觽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xbd",3,NULL,0,NULL,0}, + {"叮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xae",3,NULL,0,NULL,0}, + {"ˆ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x86",2,NULL,0,NULL,0}, + {"誎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x8e",3,NULL,0,NULL,0}, + {"䖿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xbf",3,NULL,0,NULL,0}, + {"뀳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xb3",3,NULL,0,NULL,0}, + {"ꖽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xbd",3,NULL,0,NULL,0}, + {"렠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xa0",3,NULL,0,NULL,0}, + {"㼤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x81",3,NULL,0,NULL,0}, + {"펺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xba",3,NULL,0,NULL,0}, + {"缙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x99",3,NULL,0,NULL,0}, + {"ങ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x99",3,NULL,0,NULL,0}, + {"ঞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x9e",3,NULL,0,NULL,0}, + {"⿩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xa9",3,NULL,0,NULL,0}, + {"෤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x92",3,NULL,0,NULL,0}, + {"䈭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xad",3,NULL,0,NULL,0}, + {"䳽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xbd",3,NULL,0,NULL,0}, + {"篃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x83",3,NULL,0,NULL,0}, + {"溙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x82",3,NULL,0,NULL,0}, + {"涌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x8c",3,NULL,0,NULL,0}, + {"鎒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x92",3,NULL,0,NULL,0}, + {"䃌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x8c",3,NULL,0,NULL,0}, + {"ꣵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xb5",3,NULL,0,NULL,0}, + {"⍒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x84",3,NULL,0,NULL,0}, + {"緆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x86",3,NULL,0,NULL,0}, + {"鸷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xb7",3,NULL,0,NULL,0}, + {"쑰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xb6",3,NULL,0,NULL,0}, + {"ᴢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xa2",3,NULL,0,NULL,0}, + {"앧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x84",3,NULL,0,NULL,0}, + {"枝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x9d",3,NULL,0,NULL,0}, + {"ピ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x94",3,NULL,0,NULL,0}, + {"﹫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xab",3,NULL,0,NULL,0}, + {"剴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xb4",3,NULL,0,NULL,0}, + {"됀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x80",3,NULL,0,NULL,0}, + {"㏡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xa1",3,NULL,0,NULL,0}, + {"꿦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xa6",3,NULL,0,NULL,0}, + {"ꘔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x94",3,NULL,0,NULL,0}, + {"㺻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xaf",3,NULL,0,NULL,0}, + {"쭔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x94",3,NULL,0,NULL,0}, + {"὇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xaa",3,NULL,0,NULL,0}, + {"鈱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xb1",3,NULL,0,NULL,0}, + {"綄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x84",3,NULL,0,NULL,0}, + {"뱪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xaa",3,NULL,0,NULL,0}, + {"装",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x85",3,NULL,0,NULL,0}, + {"阀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xa6",3,NULL,0,NULL,0}, + {"튾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xbe",3,NULL,0,NULL,0}, + {"⑨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xa8",3,NULL,0,NULL,0}, + {"鋊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x8a",3,NULL,0,NULL,0}, + {"䩤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xa4",3,NULL,0,NULL,0}, + {"㿜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x9c",3,NULL,0,NULL,0}, + {"᧓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x93",3,NULL,0,NULL,0}, + {"⏿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xbf",3,NULL,0,NULL,0}, + {"᝙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x99",3,NULL,0,NULL,0}, + {"审",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xa1",3,NULL,0,NULL,0}, + {"埭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xad",3,NULL,0,NULL,0}, + {"漅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x85",3,NULL,0,NULL,0}, + {"ኸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xb8",3,NULL,0,NULL,0}, + {"﴾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xbe",3,NULL,0,NULL,0}, + {"ﻞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x9e",3,NULL,0,NULL,0}, + {"￧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa7",3,NULL,0,NULL,0}, + {"㘵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xb5",3,NULL,0,NULL,0}, + {"룖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x96",3,NULL,0,NULL,0}, + {"޻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xbb",2,NULL,0,NULL,0}, + {"ῂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x82",3,NULL,0,NULL,0}, + {"肔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x94",3,NULL,0,NULL,0}, + {"銈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x88",3,NULL,0,NULL,0}, + {"瓉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x89",3,NULL,0,NULL,0}, + {"썊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x8a",3,NULL,0,NULL,0}, + {"ퟲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xb2",3,NULL,0,NULL,0}, + {"鱗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xb2",3,NULL,0,NULL,0}, + {"呖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x96",3,NULL,0,NULL,0}, + {"襞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x9e",3,NULL,0,NULL,0}, + {"腝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x9d",3,NULL,0,NULL,0}, + {"놏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x8f",3,NULL,0,NULL,0}, + {"ያ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xab",3,NULL,0,NULL,0}, + {"頻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xbb",3,NULL,0,NULL,0}, + {"냶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xb6",3,NULL,0,NULL,0}, + {"ᓯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xaf",3,NULL,0,NULL,0}, + {"䕡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xa1",3,NULL,0,NULL,0}, + {"줋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x8b",3,NULL,0,NULL,0}, + {"ᩄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x84",3,NULL,0,NULL,0}, + {"芵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xb5",3,NULL,0,NULL,0}, + {"萙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x99",3,NULL,0,NULL,0}, + {"똏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x8f",3,NULL,0,NULL,0}, + {"흳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xb3",3,NULL,0,NULL,0}, + {"㄰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xb0",3,NULL,0,NULL,0}, + {"潤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xa4",3,NULL,0,NULL,0}, + {"び",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xb3",3,NULL,0,NULL,0}, + {"怴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xb4",3,NULL,0,NULL,0}, + {"嫽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x9d",3,NULL,0,NULL,0}, + {"컵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xb5",3,NULL,0,NULL,0}, + {"ᡆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x86",3,NULL,0,NULL,0}, + {"臭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xad",3,NULL,0,NULL,0}, + {"⾋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x8b",3,NULL,0,NULL,0}, + {"⫘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x98",3,NULL,0,NULL,0}, + {"靴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xa0",3,NULL,0,NULL,0}, + {"ᣵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xb5",3,NULL,0,NULL,0}, + {"칎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x8e",3,NULL,0,NULL,0}, + {"즭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xa8",3,NULL,0,NULL,0}, + {"騪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xa8",3,NULL,0,NULL,0}, + {"ᄂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa4",3,NULL,0,NULL,0}, + {"欝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x9d",3,NULL,0,NULL,0}, + {"ꛛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x9b",3,NULL,0,NULL,0}, + {"㇣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xa3",3,NULL,0,NULL,0}, + {"岎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x8e",3,NULL,0,NULL,0}, + {"촓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x93",3,NULL,0,NULL,0}, + {"듬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xac",3,NULL,0,NULL,0}, + {"Ά",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x86",2,NULL,0,NULL,0}, + {"鞼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xbc",3,NULL,0,NULL,0}, + {"ਟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x9f",3,NULL,0,NULL,0}, + {"䊊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x8a",3,NULL,0,NULL,0}, + {"ᒐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x90",3,NULL,0,NULL,0}, + {"젿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xbf",3,NULL,0,NULL,0}, + {"Ģ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xa2",2,NULL,0,NULL,0}, + {"硅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x85",3,NULL,0,NULL,0}, + {"늛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x9b",3,NULL,0,NULL,0}, + {"ᚪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xaa",3,NULL,0,NULL,0}, + {"Ⅻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xb2",3,NULL,0,NULL,0}, + {"ℭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xad",3,NULL,0,NULL,0}, + {"⪖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x96",3,NULL,0,NULL,0}, + {"Dž",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x85",2,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x8a",3,NULL,0,NULL,0}, + {"蕗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x97",3,NULL,0,NULL,0}, + {"佮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xae",3,NULL,0,NULL,0}, + {"陒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x92",3,NULL,0,NULL,0}, + {"뻸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xb8",3,NULL,0,NULL,0}, + {"♪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xaa",3,NULL,0,NULL,0}, + {"ᢳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xad",3,NULL,0,NULL,0}, + {"Ȥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xa4",2,NULL,0,NULL,0}, + {"䑛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x9b",3,NULL,0,NULL,0}, + {"雑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x91",3,NULL,0,NULL,0}, + {"אּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xa7",3,NULL,0,NULL,0}, + {"㎊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x8a",3,NULL,0,NULL,0}, + {"ꂿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xbf",3,NULL,0,NULL,0}, + {"傸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xb8",3,NULL,0,NULL,0}, + {"卑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xb5",3,NULL,0,NULL,0}, + {"ꁨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xa8",3,NULL,0,NULL,0}, + {"㎹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xb9",3,NULL,0,NULL,0}, + {"榺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xb6",3,NULL,0,NULL,0}, + {"砇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x87",3,NULL,0,NULL,0}, + {"颁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x81",3,NULL,0,NULL,0}, + {"Ἃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x89",3,NULL,0,NULL,0}, + {"掜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x9c",3,NULL,0,NULL,0}, + {"ꌿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xbf",3,NULL,0,NULL,0}, + {"ᨋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x8b",3,NULL,0,NULL,0}, + {"삹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xb9",3,NULL,0,NULL,0}, + {"铹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xb2",3,NULL,0,NULL,0}, + {"쪉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x89",3,NULL,0,NULL,0}, + {"鈒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x92",3,NULL,0,NULL,0}, + {"쬄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x84",3,NULL,0,NULL,0}, + {"ᇴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xb4",3,NULL,0,NULL,0}, + {"䐙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x99",3,NULL,0,NULL,0}, + {"⡔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xa6",3,NULL,0,NULL,0}, + {"궅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x85",3,NULL,0,NULL,0}, + {"蓘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x98",3,NULL,0,NULL,0}, + {"ᚤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xa4",3,NULL,0,NULL,0}, + {"灜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x9c",3,NULL,0,NULL,0}, + {"⹽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xbd",3,NULL,0,NULL,0}, + {"䥚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x9a",3,NULL,0,NULL,0}, + {"蒲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xb2",3,NULL,0,NULL,0}, + {"࠿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x95",3,NULL,0,NULL,0}, + {"僧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xa7",3,NULL,0,NULL,0}, + {"↯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xac",3,NULL,0,NULL,0}, + {"拖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x96",3,NULL,0,NULL,0}, + {"ﳅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x85",3,NULL,0,NULL,0}, + {"ᐠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xa0",3,NULL,0,NULL,0}, + {"∲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xb2",3,NULL,0,NULL,0}, + {"횠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xa0",3,NULL,0,NULL,0}, + {"櫈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x88",3,NULL,0,NULL,0}, + {"锳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xb3",3,NULL,0,NULL,0}, + {"챀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x80",3,NULL,0,NULL,0}, + {"쁚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x9a",3,NULL,0,NULL,0}, + {"鴝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x9d",3,NULL,0,NULL,0}, + {"Ế",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xbe",3,NULL,0,NULL,0}, + {"孕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x95",3,NULL,0,NULL,0}, + {"⭒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x92",3,NULL,0,NULL,0}, + {"景",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xaf",3,NULL,0,NULL,0}, + {"┛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x9b",3,NULL,0,NULL,0}, + {"㒩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xa9",3,NULL,0,NULL,0}, + {"菭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xad",3,NULL,0,NULL,0}, + {"奖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x96",3,NULL,0,NULL,0}, + {"曎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x8e",3,NULL,0,NULL,0}, + {"踈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x88",3,NULL,0,NULL,0}, + {"᝿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xbf",3,NULL,0,NULL,0}, + {"⛼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xbc",3,NULL,0,NULL,0}, + {"壾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xbe",3,NULL,0,NULL,0}, + {"䠑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x91",3,NULL,0,NULL,0}, + {"ﮰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xb0",3,NULL,0,NULL,0}, + {"⟣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xa3",3,NULL,0,NULL,0}, + {"▻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xbb",3,NULL,0,NULL,0}, + {"ꐫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xab",3,NULL,0,NULL,0}, + {"ԅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x85",2,NULL,0,NULL,0}, + {"ʓ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x93",2,NULL,0,NULL,0}, + {"ꣳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xb3",3,NULL,0,NULL,0}, + {"䣓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x93",3,NULL,0,NULL,0}, + {"긪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xaa",3,NULL,0,NULL,0}, + {"䦡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xa1",3,NULL,0,NULL,0}, + {"櫞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x9e",3,NULL,0,NULL,0}, + {"Ⳑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x90",3,NULL,0,NULL,0}, + {"࿜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x9c",3,NULL,0,NULL,0}, + {"쇪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xaa",3,NULL,0,NULL,0}, + {"걂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x82",3,NULL,0,NULL,0}, + {"㋞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x9e",3,NULL,0,NULL,0}, + {"묙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x99",3,NULL,0,NULL,0}, + {"뎎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x8e",3,NULL,0,NULL,0}, + {"ϕ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x95",2,NULL,0,NULL,0}, + {"⨥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xa5",3,NULL,0,NULL,0}, + {"鵼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xa8",3,NULL,0,NULL,0}, + {"᫜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xa5",3,NULL,0,NULL,0}, + {"꽌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x8c",3,NULL,0,NULL,0}, + {"⃙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x99",3,NULL,0,NULL,0}, + {"ଗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x97",3,NULL,0,NULL,0}, + {"བྷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x8a",3,NULL,0,NULL,0}, + {"곢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xa2",3,NULL,0,NULL,0}, + {"᳥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xa5",3,NULL,0,NULL,0}, + {"趟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x9f",3,NULL,0,NULL,0}, + {"㊾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xbe",3,NULL,0,NULL,0}, + {"쟂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x82",3,NULL,0,NULL,0}, + {"➥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xa5",3,NULL,0,NULL,0}, + {"튂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x82",3,NULL,0,NULL,0}, + {"灱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xb1",3,NULL,0,NULL,0}, + {"瘲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xb2",3,NULL,0,NULL,0}, + {"컔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x94",3,NULL,0,NULL,0}, + {"㧏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x8f",3,NULL,0,NULL,0}, + {"탓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x93",3,NULL,0,NULL,0}, + {"㋸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xb8",3,NULL,0,NULL,0}, + {"᳟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x9f",3,NULL,0,NULL,0}, + {"䝂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x82",3,NULL,0,NULL,0}, + {"灯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xaf",3,NULL,0,NULL,0}, + {"ⴙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xba",3,NULL,0,NULL,0}, + {"䚁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x81",3,NULL,0,NULL,0}, + {"것",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x83",3,NULL,0,NULL,0}, + {"㍥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xa5",3,NULL,0,NULL,0}, + {"܆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x86",2,NULL,0,NULL,0}, + {"䋺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xba",3,NULL,0,NULL,0}, + {"河",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xb3",3,NULL,0,NULL,0}, + {"樾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xbe",3,NULL,0,NULL,0}, + {"ሴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xb4",3,NULL,0,NULL,0}, + {"ꋘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x98",3,NULL,0,NULL,0}, + {"ኻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xbb",3,NULL,0,NULL,0}, + {"ꪲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xb2",3,NULL,0,NULL,0}, + {"㱌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x8c",3,NULL,0,NULL,0}, + {"⻏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x8f",3,NULL,0,NULL,0}, + {"ꇨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xa8",3,NULL,0,NULL,0}, + {"㓃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x83",3,NULL,0,NULL,0}, + {"眊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x8a",3,NULL,0,NULL,0}, + {"袊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x8a",3,NULL,0,NULL,0}, + {"援",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x9a",3,NULL,0,NULL,0}, + {"坙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x99",3,NULL,0,NULL,0}, + {"灃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x9c",3,NULL,0,NULL,0}, + {"搲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xb2",3,NULL,0,NULL,0}, + {"鿓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x93",3,NULL,0,NULL,0}, + {"⊢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xa2",3,NULL,0,NULL,0}, + {"髮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xae",3,NULL,0,NULL,0}, + {"蝼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xbc",3,NULL,0,NULL,0}, + {"㍣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xa3",3,NULL,0,NULL,0}, + {"킅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x85",3,NULL,0,NULL,0}, + {"詑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x9b",3,NULL,0,NULL,0}, + {"턔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x94",3,NULL,0,NULL,0}, + {"泉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x89",3,NULL,0,NULL,0}, + {"⤁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x81",3,NULL,0,NULL,0}, + {"붖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x94",3,NULL,0,NULL,0}, + {"戂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x82",3,NULL,0,NULL,0}, + {"輚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x9a",3,NULL,0,NULL,0}, + {"箺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xba",3,NULL,0,NULL,0}, + {"椹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xb9",3,NULL,0,NULL,0}, + {"塯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xaf",3,NULL,0,NULL,0}, + {"쳼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xb8",3,NULL,0,NULL,0}, + {"溼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xbc",3,NULL,0,NULL,0}, + {"㏨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xa8",3,NULL,0,NULL,0}, + {"忓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x93",3,NULL,0,NULL,0}, + {"䱲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xb2",3,NULL,0,NULL,0}, + {"챣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x81",3,NULL,0,NULL,0}, + {"掶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xb6",3,NULL,0,NULL,0}, + {"㥑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x91",3,NULL,0,NULL,0}, + {"癱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xb1",3,NULL,0,NULL,0}, + {"喣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xa3",3,NULL,0,NULL,0}, + {"豇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x87",3,NULL,0,NULL,0}, + {"㲕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x95",3,NULL,0,NULL,0}, + {"륝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x9d",3,NULL,0,NULL,0}, + {"ҷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xb7",2,NULL,0,NULL,0}, + {"㡦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xa6",3,NULL,0,NULL,0}, + {"",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x04",1,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x93",3,NULL,0,NULL,0}, + {"⮘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x98",3,NULL,0,NULL,0}, + {"뻥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x95",3,NULL,0,NULL,0}, + {"랺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xba",3,NULL,0,NULL,0}, + {"⵵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xb5",3,NULL,0,NULL,0}, + {"쓿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xbf",3,NULL,0,NULL,0}, + {"뼐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x90",3,NULL,0,NULL,0}, + {"秥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xa5",3,NULL,0,NULL,0}, + {"벾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xbe",3,NULL,0,NULL,0}, + {"犨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xb4",3,NULL,0,NULL,0}, + {"鯌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x8c",3,NULL,0,NULL,0}, + {"䧆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x86",3,NULL,0,NULL,0}, + {"꺓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x93",3,NULL,0,NULL,0}, + {"뫋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x8b",3,NULL,0,NULL,0}, + {"咻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xbb",3,NULL,0,NULL,0}, + {"墥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xa5",3,NULL,0,NULL,0}, + {"鷊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x8a",3,NULL,0,NULL,0}, + {"ඦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xa6",3,NULL,0,NULL,0}, + {"븝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x9d",3,NULL,0,NULL,0}, + {"颚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x9a",3,NULL,0,NULL,0}, + {"㨘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x98",3,NULL,0,NULL,0}, + {"䆵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xb5",3,NULL,0,NULL,0}, + {"喽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xad",3,NULL,0,NULL,0}, + {"갓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x93",3,NULL,0,NULL,0}, + {"؏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x8f",2,NULL,0,NULL,0}, + {"嘩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xa9",3,NULL,0,NULL,0}, + {"淚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x9a",3,NULL,0,NULL,0}, + {"麳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xb3",3,NULL,0,NULL,0}, + {"啞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x9e",3,NULL,0,NULL,0}, + {"퇜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x9c",3,NULL,0,NULL,0}, + {"焍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x8d",3,NULL,0,NULL,0}, + {"䔵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xb5",3,NULL,0,NULL,0}, + {"밃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x83",3,NULL,0,NULL,0}, + {"㖨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xa8",3,NULL,0,NULL,0}, + {"篮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xae",3,NULL,0,NULL,0}, + {"灖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x96",3,NULL,0,NULL,0}, + {"펭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xad",3,NULL,0,NULL,0}, + {"想",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xb3",3,NULL,0,NULL,0}, + {"Վ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x8e",2,NULL,0,NULL,0}, + {"왎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x8e",3,NULL,0,NULL,0}, + {"굉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x89",3,NULL,0,NULL,0}, + {"鰣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xa3",3,NULL,0,NULL,0}, + {"稅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x85",3,NULL,0,NULL,0}, + {"漼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xa0",3,NULL,0,NULL,0}, + {"㠭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xad",3,NULL,0,NULL,0}, + {"썜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x9c",3,NULL,0,NULL,0}, + {"ꦿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xbf",3,NULL,0,NULL,0}, + {"諸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x91",3,NULL,0,NULL,0}, + {"㣍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x8d",3,NULL,0,NULL,0}, + {"甅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x85",3,NULL,0,NULL,0}, + {"謧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xa7",3,NULL,0,NULL,0}, + {"ᔤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa4",3,NULL,0,NULL,0}, + {"뚙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x99",3,NULL,0,NULL,0}, + {"黱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xae",3,NULL,0,NULL,0}, + {"即",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xb3",3,NULL,0,NULL,0}, + {"⨠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xa0",3,NULL,0,NULL,0}, + {"瀖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x96",3,NULL,0,NULL,0}, + {"紞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x9e",3,NULL,0,NULL,0}, + {"讼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xbc",3,NULL,0,NULL,0}, + {"•",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa2",3,NULL,0,NULL,0}, + {"콑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x91",3,NULL,0,NULL,0}, + {"༳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xb3",3,NULL,0,NULL,0}, + {"勰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xb0",3,NULL,0,NULL,0}, + {"⻍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x8d",3,NULL,0,NULL,0}, + {"仺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xba",3,NULL,0,NULL,0}, + {"覀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x80",3,NULL,0,NULL,0}, + {"吿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xb8",3,NULL,0,NULL,0}, + {"홉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x89",3,NULL,0,NULL,0}, + {"럩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xa9",3,NULL,0,NULL,0}, + {"팼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xbc",3,NULL,0,NULL,0}, + {"탴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xb4",3,NULL,0,NULL,0}, + {"푍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x8d",3,NULL,0,NULL,0}, + {"員",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xa1",3,NULL,0,NULL,0}, + {"椁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x81",3,NULL,0,NULL,0}, + {"穆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x86",3,NULL,0,NULL,0}, + {"潽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xbd",3,NULL,0,NULL,0}, + {"擪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xa1",3,NULL,0,NULL,0}, + {"鏟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x9f",3,NULL,0,NULL,0}, + {"滝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x9d",3,NULL,0,NULL,0}, + {"瑾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xbe",3,NULL,0,NULL,0}, + {"翃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x83",3,NULL,0,NULL,0}, + {"讆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x86",3,NULL,0,NULL,0}, + {"୒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x92",3,NULL,0,NULL,0}, + {"떚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x9a",3,NULL,0,NULL,0}, + {"ꖕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x95",3,NULL,0,NULL,0}, + {"막",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x89",3,NULL,0,NULL,0}, + {"匊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x8a",3,NULL,0,NULL,0}, + {"ꝷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xad",3,NULL,0,NULL,0}, + {"訇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x87",3,NULL,0,NULL,0}, + {"㰙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x99",3,NULL,0,NULL,0}, + {"낤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xa4",3,NULL,0,NULL,0}, + {"퐳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x86",3,NULL,0,NULL,0}, + {"䂠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xa0",3,NULL,0,NULL,0}, + {"㻐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x90",3,NULL,0,NULL,0}, + {"叺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xba",3,NULL,0,NULL,0}, + {"ൔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x94",3,NULL,0,NULL,0}, + {"젦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xa6",3,NULL,0,NULL,0}, + {"恷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xb7",3,NULL,0,NULL,0}, + {"ˈ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x88",2,NULL,0,NULL,0}, + {"퐀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x80",3,NULL,0,NULL,0}, + {"닒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x92",3,NULL,0,NULL,0}, + {"呰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xb0",3,NULL,0,NULL,0}, + {"ﳎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x8e",3,NULL,0,NULL,0}, + {"徇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x87",3,NULL,0,NULL,0}, + {"鮣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xa3",3,NULL,0,NULL,0}, + {"峌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x9b",3,NULL,0,NULL,0}, + {"馩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xa9",3,NULL,0,NULL,0}, + {"ཤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xa4",3,NULL,0,NULL,0}, + {"⺜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x9c",3,NULL,0,NULL,0}, + {"罶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xb6",3,NULL,0,NULL,0}, + {"ꪟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x9f",3,NULL,0,NULL,0}, + {"ㆤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xb9",3,NULL,0,NULL,0}, + {"ᶅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x85",3,NULL,0,NULL,0}, + {"醈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x88",3,NULL,0,NULL,0}, + {"ᴦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xa6",3,NULL,0,NULL,0}, + {"綶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xb6",3,NULL,0,NULL,0}, + {"淪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x96",3,NULL,0,NULL,0}, + {"ꖯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xaf",3,NULL,0,NULL,0}, + {"悸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xaf",3,NULL,0,NULL,0}, + {"뎺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xba",3,NULL,0,NULL,0}, + {"ഓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x93",3,NULL,0,NULL,0}, + {"ॲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xb2",3,NULL,0,NULL,0}, + {"洬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xac",3,NULL,0,NULL,0}, + {"例",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x9e",3,NULL,0,NULL,0}, + {"猭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xa8",3,NULL,0,NULL,0}, + {"辌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x8c",3,NULL,0,NULL,0}, + {"Ꙗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x96",3,NULL,0,NULL,0}, + {"汎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x8e",3,NULL,0,NULL,0}, + {"₀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x80",3,NULL,0,NULL,0}, + {"쫙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x99",3,NULL,0,NULL,0}, + {"轃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xa1",3,NULL,0,NULL,0}, + {"忰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xb0",3,NULL,0,NULL,0}, + {"凌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x8c",3,NULL,0,NULL,0}, + {"椳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xb3",3,NULL,0,NULL,0}, + {"ᤇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x87",3,NULL,0,NULL,0}, + {"仇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xb4",3,NULL,0,NULL,0}, + {"ᵳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xb3",3,NULL,0,NULL,0}, + {"䀫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xab",3,NULL,0,NULL,0}, + {"⇦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xa6",3,NULL,0,NULL,0}, + {"ꡲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xb2",3,NULL,0,NULL,0}, + {"ퟚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x9a",3,NULL,0,NULL,0}, + {"镆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x86",3,NULL,0,NULL,0}, + {"舽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xbd",3,NULL,0,NULL,0}, + {"鳻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xbb",3,NULL,0,NULL,0}, + {"埀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x80",3,NULL,0,NULL,0}, + {"侻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xbb",3,NULL,0,NULL,0}, + {"㿴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xb4",3,NULL,0,NULL,0}, + {"胶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xb6",3,NULL,0,NULL,0}, + {"釉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x89",3,NULL,0,NULL,0}, + {"॒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x92",3,NULL,0,NULL,0}, + {"쨎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x8e",3,NULL,0,NULL,0}, + {"専",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x82",3,NULL,0,NULL,0}, + {"꒍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x8d",3,NULL,0,NULL,0}, + {"冀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xb5",3,NULL,0,NULL,0}, + {"퍼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xbc",3,NULL,0,NULL,0}, + {"左",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xa6",3,NULL,0,NULL,0}, + {"㼊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x8a",3,NULL,0,NULL,0}, + {"瞋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x8b",3,NULL,0,NULL,0}, + {"﹩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xb5",3,NULL,0,NULL,0}, + {"燥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xa5",3,NULL,0,NULL,0}, + {"됯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xaf",3,NULL,0,NULL,0}, + {"ㆃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x83",3,NULL,0,NULL,0}, + {"♇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x87",3,NULL,0,NULL,0}, + {"䟾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xbe",3,NULL,0,NULL,0}, + {"リ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xaa",3,NULL,0,NULL,0}, + {"霵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xb5",3,NULL,0,NULL,0}, + {"耕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x95",3,NULL,0,NULL,0}, + {"夙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x99",3,NULL,0,NULL,0}, + {"亍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x8d",3,NULL,0,NULL,0}, + {"ᬄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x84",3,NULL,0,NULL,0}, + {"쁺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xba",3,NULL,0,NULL,0}, + {"Ặ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xb6",3,NULL,0,NULL,0}, + {"䁁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x81",3,NULL,0,NULL,0}, + {"㕔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x94",3,NULL,0,NULL,0}, + {"嶫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xab",3,NULL,0,NULL,0}, + {"మ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xaa",3,NULL,0,NULL,0}, + {"஧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xa7",3,NULL,0,NULL,0}, + {"袿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xbf",3,NULL,0,NULL,0}, + {"뇰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x8e",3,NULL,0,NULL,0}, + {"ࢣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xa3",3,NULL,0,NULL,0}, + {"ꑖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x96",3,NULL,0,NULL,0}, + {"땑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x91",3,NULL,0,NULL,0}, + {"甦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x99",3,NULL,0,NULL,0}, + {"̛",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x9b",2,NULL,0,NULL,0}, + {"쩈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x88",3,NULL,0,NULL,0}, + {"놝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x9d",3,NULL,0,NULL,0}, + {"औ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x94",3,NULL,0,NULL,0}, + {"帜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x9c",3,NULL,0,NULL,0}, + {"㾡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xa1",3,NULL,0,NULL,0}, + {"埯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xaf",3,NULL,0,NULL,0}, + {"ᘿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xbf",3,NULL,0,NULL,0}, + {"휌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x8c",3,NULL,0,NULL,0}, + {"ꚮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xae",3,NULL,0,NULL,0}, + {"橢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xa2",3,NULL,0,NULL,0}, + {"帧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xac",3,NULL,0,NULL,0}, + {"덫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xab",3,NULL,0,NULL,0}, + {"㺃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x83",3,NULL,0,NULL,0}, + {"恐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xad",3,NULL,0,NULL,0}, + {"筕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x95",3,NULL,0,NULL,0}, + {"ኧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xa7",3,NULL,0,NULL,0}, + {"ੲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xb2",3,NULL,0,NULL,0}, + {"䌶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xad",3,NULL,0,NULL,0}, + {"鄁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x81",3,NULL,0,NULL,0}, + {"캱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xb1",3,NULL,0,NULL,0}, + {"姭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xad",3,NULL,0,NULL,0}, + {"봋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x8b",3,NULL,0,NULL,0}, + {"⽇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x87",3,NULL,0,NULL,0}, + {"떺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xba",3,NULL,0,NULL,0}, + {"籓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x93",3,NULL,0,NULL,0}, + {"⼂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x82",3,NULL,0,NULL,0}, + {"㛳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xb3",3,NULL,0,NULL,0}, + {"␟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x9f",3,NULL,0,NULL,0}, + {"峵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xb5",3,NULL,0,NULL,0}, + {"P",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"頹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xb9",3,NULL,0,NULL,0}, + {"畟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x9f",3,NULL,0,NULL,0}, + {"ใ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x83",3,NULL,0,NULL,0}, + {"ᓝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x9d",3,NULL,0,NULL,0}, + {"三",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x89",3,NULL,0,NULL,0}, + {"擃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x83",3,NULL,0,NULL,0}, + {"ۡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xa1",2,NULL,0,NULL,0}, + {"碒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x92",3,NULL,0,NULL,0}, + {"석",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x9d",3,NULL,0,NULL,0}, + {"䳿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x97",3,NULL,0,NULL,0}, + {"힁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x81",3,NULL,0,NULL,0}, + {"虏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x8f",3,NULL,0,NULL,0}, + {"℄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x84",3,NULL,0,NULL,0}, + {"≤",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa4",3,NULL,0,NULL,0}, + {"ⅹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x98",3,NULL,0,NULL,0}, + {"쟱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xb1",3,NULL,0,NULL,0}, + {"Џ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x8f",2,NULL,0,NULL,0}, + {"⛵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xb5",3,NULL,0,NULL,0}, + {"䎵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xb5",3,NULL,0,NULL,0}, + {"㌩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xa9",3,NULL,0,NULL,0}, + {"姀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x80",3,NULL,0,NULL,0}, + {"≿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xbf",3,NULL,0,NULL,0}, + {"칚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x9a",3,NULL,0,NULL,0}, + {"᣷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xb7",3,NULL,0,NULL,0}, + {"ꂽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xbd",3,NULL,0,NULL,0}, + {"훓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x93",3,NULL,0,NULL,0}, + {"⤽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xbd",3,NULL,0,NULL,0}, + {"쒦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xa6",3,NULL,0,NULL,0}, + {"뜅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x8d",3,NULL,0,NULL,0}, + {"硘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x98",3,NULL,0,NULL,0}, + {"坏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x8f",3,NULL,0,NULL,0}, + {"┨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xa8",3,NULL,0,NULL,0}, + {"ҵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xb5",2,NULL,0,NULL,0}, + {"閄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x84",3,NULL,0,NULL,0}, + {"揵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xb5",3,NULL,0,NULL,0}, + {"㉡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x83",3,NULL,0,NULL,0}, + {"ٸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xb8",2,NULL,0,NULL,0}, + {"醱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xb1",3,NULL,0,NULL,0}, + {"ၝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x9d",3,NULL,0,NULL,0}, + {"㋔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x94",3,NULL,0,NULL,0}, + {"ᆏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xba",3,NULL,0,NULL,0}, + {"钸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xb8",3,NULL,0,NULL,0}, + {"ꤵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xb5",3,NULL,0,NULL,0}, + {"⸰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xb0",3,NULL,0,NULL,0}, + {"䲟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x9f",3,NULL,0,NULL,0}, + {"✻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xbb",3,NULL,0,NULL,0}, + {"䑉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x89",3,NULL,0,NULL,0}, + {"Ȭ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xac",2,NULL,0,NULL,0}, + {"ჹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xb9",3,NULL,0,NULL,0}, + {"ᗭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xad",3,NULL,0,NULL,0}, + {"⢶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xb6",3,NULL,0,NULL,0}, + {"懁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x81",3,NULL,0,NULL,0}, + {"숩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xb7",3,NULL,0,NULL,0}, + {"㧩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xa9",3,NULL,0,NULL,0}, + {"⵷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xb7",3,NULL,0,NULL,0}, + {"荦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xa6",3,NULL,0,NULL,0}, + {"铫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xab",3,NULL,0,NULL,0}, + {"挸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xb8",3,NULL,0,NULL,0}, + {"䎈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x88",3,NULL,0,NULL,0}, + {"钂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x82",3,NULL,0,NULL,0}, + {"Ḿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xbe",3,NULL,0,NULL,0}, + {"嗬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xac",3,NULL,0,NULL,0}, + {"멋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x8b",3,NULL,0,NULL,0}, + {"쬔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x94",3,NULL,0,NULL,0}, + {"좀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x80",3,NULL,0,NULL,0}, + {"쯯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xaf",3,NULL,0,NULL,0}, + {"⡌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x8c",3,NULL,0,NULL,0}, + {"☜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x9c",3,NULL,0,NULL,0}, + {"痹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xb9",3,NULL,0,NULL,0}, + {"ႚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x9a",3,NULL,0,NULL,0}, + {"ꆕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x95",3,NULL,0,NULL,0}, + {"〒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x92",3,NULL,0,NULL,0}, + {"⺏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x8f",3,NULL,0,NULL,0}, + {"뺑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x91",3,NULL,0,NULL,0}, + {"躡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xa1",3,NULL,0,NULL,0}, + {"眘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x98",3,NULL,0,NULL,0}, + {"㉸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xb8",3,NULL,0,NULL,0}, + {"ⷕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x95",3,NULL,0,NULL,0}, + {"䦣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xa3",3,NULL,0,NULL,0}, + {"㘎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x8e",3,NULL,0,NULL,0}, + {"礜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x9c",3,NULL,0,NULL,0}, + {"㨧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xa7",3,NULL,0,NULL,0}, + {"肽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xbd",3,NULL,0,NULL,0}, + {"뭶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xb6",3,NULL,0,NULL,0}, + {"獗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x97",3,NULL,0,NULL,0}, + {"挢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xa2",3,NULL,0,NULL,0}, + {"伀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x80",3,NULL,0,NULL,0}, + {"櫀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x80",3,NULL,0,NULL,0}, + {"䭅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x85",3,NULL,0,NULL,0}, + {"䄠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xa0",3,NULL,0,NULL,0}, + {"Ⱞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xae",3,NULL,0,NULL,0}, + {"㢴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x99",3,NULL,0,NULL,0}, + {"噡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xa1",3,NULL,0,NULL,0}, + {"쮸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xb8",3,NULL,0,NULL,0}, + {"☊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x8a",3,NULL,0,NULL,0}, + {"ꊦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xa6",3,NULL,0,NULL,0}, + {"ሪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xaa",3,NULL,0,NULL,0}, + {"夎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x8e",3,NULL,0,NULL,0}, + {"⦂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x82",3,NULL,0,NULL,0}, + {"㗗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xa2",3,NULL,0,NULL,0}, + {"⪅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x85",3,NULL,0,NULL,0}, + {"鱟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x9f",3,NULL,0,NULL,0}, + {"⌊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x8a",3,NULL,0,NULL,0}, + {"撝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x9d",3,NULL,0,NULL,0}, + {"齰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xb0",3,NULL,0,NULL,0}, + {"彐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x90",3,NULL,0,NULL,0}, + {"驣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xa3",3,NULL,0,NULL,0}, + {"ꭙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x99",3,NULL,0,NULL,0}, + {"㈏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x8f",3,NULL,0,NULL,0}, + {"䳛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x9b",3,NULL,0,NULL,0}, + {"ᦙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x99",3,NULL,0,NULL,0}, + {"㙻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xbb",3,NULL,0,NULL,0}, + {"갲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xb2",3,NULL,0,NULL,0}, + {"攇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x87",3,NULL,0,NULL,0}, + {"ꎬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x92",3,NULL,0,NULL,0}, + {"䩚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x9a",3,NULL,0,NULL,0}, + {"絕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x95",3,NULL,0,NULL,0}, + {"䞻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xbb",3,NULL,0,NULL,0}, + {"⑀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x80",3,NULL,0,NULL,0}, + {"逴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xb4",3,NULL,0,NULL,0}, + {"洂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x82",3,NULL,0,NULL,0}, + {"㵂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x82",3,NULL,0,NULL,0}, + {"뢱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xb1",3,NULL,0,NULL,0}, + {"ꋠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xa0",3,NULL,0,NULL,0}, + {"ඨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xa8",3,NULL,0,NULL,0}, + {"촳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xb3",3,NULL,0,NULL,0}, + {"뿻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xbb",3,NULL,0,NULL,0}, + {"⦘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x98",3,NULL,0,NULL,0}, + {"ଅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x85",3,NULL,0,NULL,0}, + {"쏷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xb7",3,NULL,0,NULL,0}, + {"곖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x96",3,NULL,0,NULL,0}, + {"㨚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x9a",3,NULL,0,NULL,0}, + {"曨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xa8",3,NULL,0,NULL,0}, + {"囤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xa4",3,NULL,0,NULL,0}, + {"杯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xaf",3,NULL,0,NULL,0}, + {"ᄺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xba",3,NULL,0,NULL,0}, + {"抮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xae",3,NULL,0,NULL,0}, + {"弴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xb4",3,NULL,0,NULL,0}, + {"쟊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x8a",3,NULL,0,NULL,0}, + {"氈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x88",3,NULL,0,NULL,0}, + {"❨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xa6",3,NULL,0,NULL,0}, + {"䓫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xab",3,NULL,0,NULL,0}, + {"ꖌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x8c",3,NULL,0,NULL,0}, + {"愴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xb4",3,NULL,0,NULL,0}, + {"煫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xab",3,NULL,0,NULL,0}, + {"ꀉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x89",3,NULL,0,NULL,0}, + {"᳝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x9d",3,NULL,0,NULL,0}, + {"棺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xba",3,NULL,0,NULL,0}, + {"誩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xa9",3,NULL,0,NULL,0}, + {"鶚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x9a",3,NULL,0,NULL,0}, + {"顊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x8a",3,NULL,0,NULL,0}, + {"ꍫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xab",3,NULL,0,NULL,0}, + {"폕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x95",3,NULL,0,NULL,0}, + {"⥞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x9e",3,NULL,0,NULL,0}, + {"鷛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x9b",3,NULL,0,NULL,0}, + {"ೕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x95",3,NULL,0,NULL,0}, + {"체",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x99",3,NULL,0,NULL,0}, + {"赯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xaf",3,NULL,0,NULL,0}, + {"뾮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xae",3,NULL,0,NULL,0}, + {"⻝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x9d",3,NULL,0,NULL,0}, + {"儛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x9b",3,NULL,0,NULL,0}, + {"薫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xab",3,NULL,0,NULL,0}, + {"Ԯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xae",2,NULL,0,NULL,0}, + {"Ꞇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x86",3,NULL,0,NULL,0}, + {"貏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x8f",3,NULL,0,NULL,0}, + {"䬒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x92",3,NULL,0,NULL,0}, + {"ꇬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xac",3,NULL,0,NULL,0}, + {"ᆯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xaf",3,NULL,0,NULL,0}, + {"뺯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xaf",3,NULL,0,NULL,0}, + {"뱙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x91",3,NULL,0,NULL,0}, + {"䮣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x85",3,NULL,0,NULL,0}, + {"㕧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xa7",3,NULL,0,NULL,0}, + {"筷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xb7",3,NULL,0,NULL,0}, + {"咎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x8e",3,NULL,0,NULL,0}, + {"묨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x86",3,NULL,0,NULL,0}, + {"킗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x97",3,NULL,0,NULL,0}, + {"튳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xb3",3,NULL,0,NULL,0}, + {"詫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xab",3,NULL,0,NULL,0}, + {"唤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xa4",3,NULL,0,NULL,0}, + {"롅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x9a",3,NULL,0,NULL,0}, + {"枈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x88",3,NULL,0,NULL,0}, + {"䨗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x97",3,NULL,0,NULL,0}, + {"蜁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x81",3,NULL,0,NULL,0}, + {"鮆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x86",3,NULL,0,NULL,0}, + {"㩛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x9b",3,NULL,0,NULL,0}, + {"蚘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x98",3,NULL,0,NULL,0}, + {"髣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xa3",3,NULL,0,NULL,0}, + {"쏃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x83",3,NULL,0,NULL,0}, + {"乷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xb7",3,NULL,0,NULL,0}, + {"꺪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xaa",3,NULL,0,NULL,0}, + {"墼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xbc",3,NULL,0,NULL,0}, + {"駖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xb0",3,NULL,0,NULL,0}, + {"忇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x87",3,NULL,0,NULL,0}, + {"制",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xb6",3,NULL,0,NULL,0}, + {"텡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xa1",3,NULL,0,NULL,0}, + {"㤇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x87",3,NULL,0,NULL,0}, + {"烀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x80",3,NULL,0,NULL,0}, + {"촞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x9e",3,NULL,0,NULL,0}, + {"믌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x8c",3,NULL,0,NULL,0}, + {"渠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xa0",3,NULL,0,NULL,0}, + {"鹠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xa0",3,NULL,0,NULL,0}, + {"킹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xb9",3,NULL,0,NULL,0}, + {"㖰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xb0",3,NULL,0,NULL,0}, + {"틭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xad",3,NULL,0,NULL,0}, + {"銡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xa1",3,NULL,0,NULL,0}, + {"匠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xa0",3,NULL,0,NULL,0}, + {"랞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xb8",3,NULL,0,NULL,0}, + {"볂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x82",3,NULL,0,NULL,0}, + {"篺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xba",3,NULL,0,NULL,0}, + {"襉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x89",3,NULL,0,NULL,0}, + {"뫹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xb9",3,NULL,0,NULL,0}, + {"ᢞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x9e",3,NULL,0,NULL,0}, + {"㭜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x9c",3,NULL,0,NULL,0}, + {"퍥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xa5",3,NULL,0,NULL,0}, + {"糕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x95",3,NULL,0,NULL,0}, + {"㑈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x88",3,NULL,0,NULL,0}, + {"栝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x9d",3,NULL,0,NULL,0}, + {"붸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xb8",3,NULL,0,NULL,0}, + {"䧒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x92",3,NULL,0,NULL,0}, + {"諜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x9c",3,NULL,0,NULL,0}, + {"똜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x9c",3,NULL,0,NULL,0}, + {"뷹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xb9",3,NULL,0,NULL,0}, + {"䴳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x9f",3,NULL,0,NULL,0}, + {"ᖋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x8b",3,NULL,0,NULL,0}, + {"潵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xb5",3,NULL,0,NULL,0}, + {"琀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x80",3,NULL,0,NULL,0}, + {"쎔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x94",3,NULL,0,NULL,0}, + {"綱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xb1",3,NULL,0,NULL,0}, + {"瓩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xa9",3,NULL,0,NULL,0}, + {"뺀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x80",3,NULL,0,NULL,0}, + {"ꟼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xbc",3,NULL,0,NULL,0}, + {"俴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xb4",3,NULL,0,NULL,0}, + {"裪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xaa",3,NULL,0,NULL,0}, + {"ྜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x9c",3,NULL,0,NULL,0}, + {"㢀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x80",3,NULL,0,NULL,0}, + {"꥙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x99",3,NULL,0,NULL,0}, + {"偋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x8f",3,NULL,0,NULL,0}, + {"ᜪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xaa",3,NULL,0,NULL,0}, + {"䫅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x85",3,NULL,0,NULL,0}, + {"伬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8b",3,NULL,0,NULL,0}, + {"뵟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x9f",3,NULL,0,NULL,0}, + {"㤫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xab",3,NULL,0,NULL,0}, + {"觚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x9a",3,NULL,0,NULL,0}, + {"秷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xb7",3,NULL,0,NULL,0}, + {"芦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xa6",3,NULL,0,NULL,0}, + {"惡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xa1",3,NULL,0,NULL,0}, + {"羝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x9d",3,NULL,0,NULL,0}, + {"ു",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x88",3,NULL,0,NULL,0}, + {"茥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xa5",3,NULL,0,NULL,0}, + {"瓷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xb7",3,NULL,0,NULL,0}, + {"負",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xa0",3,NULL,0,NULL,0}, + {"纤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xa4",3,NULL,0,NULL,0}, + {"뚣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xa3",3,NULL,0,NULL,0}, + {"섛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x9b",3,NULL,0,NULL,0}, + {"ᕜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x9c",3,NULL,0,NULL,0}, + {"ಈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x88",3,NULL,0,NULL,0}, + {"湨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xa8",3,NULL,0,NULL,0}, + {"朑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xa2",3,NULL,0,NULL,0}, + {"璜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xbc",3,NULL,0,NULL,0}, + {"⽾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x9a",3,NULL,0,NULL,0}, + {"㔠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xa0",3,NULL,0,NULL,0}, + {"礈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x88",3,NULL,0,NULL,0}, + {"왐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xb4",3,NULL,0,NULL,0}, + {"둸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xb8",3,NULL,0,NULL,0}, + {"仪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xaa",3,NULL,0,NULL,0}, + {"옰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xa8",3,NULL,0,NULL,0}, + {"ᵊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x8a",3,NULL,0,NULL,0}, + {"ॷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xb7",3,NULL,0,NULL,0}, + {"඿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xbf",3,NULL,0,NULL,0}, + {"쥷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xb7",3,NULL,0,NULL,0}, + {"哓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x93",3,NULL,0,NULL,0}, + {"ⳡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xa1",3,NULL,0,NULL,0}, + {"힖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x96",3,NULL,0,NULL,0}, + {"↎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x8e",3,NULL,0,NULL,0}, + {"퐐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x90",3,NULL,0,NULL,0}, + {"ᛗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x97",3,NULL,0,NULL,0}, + {"ᡫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xab",3,NULL,0,NULL,0}, + {"悆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x86",3,NULL,0,NULL,0}, + {"꫔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xa8",3,NULL,0,NULL,0}, + {"㵦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xa6",3,NULL,0,NULL,0}, + {"⪯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xaf",3,NULL,0,NULL,0}, + {"嵙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x99",3,NULL,0,NULL,0}, + {"䰵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xb5",3,NULL,0,NULL,0}, + {"ౕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x95",3,NULL,0,NULL,0}, + {"鋥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xa5",3,NULL,0,NULL,0}, + {"᷀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x80",3,NULL,0,NULL,0}, + {"滯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x82",3,NULL,0,NULL,0}, + {"履",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xa5",3,NULL,0,NULL,0}, + {"ﭕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x95",3,NULL,0,NULL,0}, + {"ᥛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x9b",3,NULL,0,NULL,0}, + {"꜆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x86",3,NULL,0,NULL,0}, + {"䀄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x84",3,NULL,0,NULL,0}, + {"㰣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xa3",3,NULL,0,NULL,0}, + {"ힼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x9b",3,NULL,0,NULL,0}, + {"ㆼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xbc",3,NULL,0,NULL,0}, + {"얩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x95",3,NULL,0,NULL,0}, + {"햶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xb6",3,NULL,0,NULL,0}, + {"ꀫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xab",3,NULL,0,NULL,0}, + {"৺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xba",3,NULL,0,NULL,0}, + {"楹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xb9",3,NULL,0,NULL,0}, + {"㫔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x94",3,NULL,0,NULL,0}, + {"᳆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x86",3,NULL,0,NULL,0}, + {"猷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xb7",3,NULL,0,NULL,0}, + {"쩜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x9c",3,NULL,0,NULL,0}, + {"︼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xbc",3,NULL,0,NULL,0}, + {"ẋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x8b",3,NULL,0,NULL,0}, + {"ᰭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xad",3,NULL,0,NULL,0}, + {"汪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xaa",3,NULL,0,NULL,0}, + {"彽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xbd",3,NULL,0,NULL,0}, + {"矬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xac",3,NULL,0,NULL,0}, + {"ﺱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x99",3,NULL,0,NULL,0}, + {"乎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x8e",3,NULL,0,NULL,0}, + {"瑀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x80",3,NULL,0,NULL,0}, + {"ᣜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x9c",3,NULL,0,NULL,0}, + {"冁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x81",3,NULL,0,NULL,0}, + {"꩕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x95",3,NULL,0,NULL,0}, + {"췠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xa0",3,NULL,0,NULL,0}, + {"௶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xb6",3,NULL,0,NULL,0}, + {"⬠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xa0",3,NULL,0,NULL,0}, + {"췇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x87",3,NULL,0,NULL,0}, + {"ᘌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x8c",3,NULL,0,NULL,0}, + {"୳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xb3",3,NULL,0,NULL,0}, + {"ꐐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x90",3,NULL,0,NULL,0}, + {"﨎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x8e",3,NULL,0,NULL,0}, + {"즿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xbf",3,NULL,0,NULL,0}, + {"㾓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x93",3,NULL,0,NULL,0}, + {"䗗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x97",3,NULL,0,NULL,0}, + {"앿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x9d",3,NULL,0,NULL,0}, + {"ﵭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xad",3,NULL,0,NULL,0}, + {"띅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x85",3,NULL,0,NULL,0}, + {"㹂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x82",3,NULL,0,NULL,0}, + {"釩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xa9",3,NULL,0,NULL,0}, + {"蝹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xb5",3,NULL,0,NULL,0}, + {"荩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xa9",3,NULL,0,NULL,0}, + {"޾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xbe",2,NULL,0,NULL,0}, + {"䈇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x87",3,NULL,0,NULL,0}, + {"ㅩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xa9",3,NULL,0,NULL,0}, + {"ᦷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xb7",3,NULL,0,NULL,0}, + {"巖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x96",3,NULL,0,NULL,0}, + {"о",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xbe",2,NULL,0,NULL,0}, + {"苉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x89",3,NULL,0,NULL,0}, + {"䢑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x91",3,NULL,0,NULL,0}, + {"덷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xb7",3,NULL,0,NULL,0}, + {"᪛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x9b",3,NULL,0,NULL,0}, + {"䑂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x82",3,NULL,0,NULL,0}, + {"ធ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x8a",3,NULL,0,NULL,0}, + {"嫕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x95",3,NULL,0,NULL,0}, + {"奱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xac",3,NULL,0,NULL,0}, + {"珗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x97",3,NULL,0,NULL,0}, + {"㭅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x85",3,NULL,0,NULL,0}, + {"〿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xbf",3,NULL,0,NULL,0}, + {"畾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xbe",3,NULL,0,NULL,0}, + {"ࢡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xa1",3,NULL,0,NULL,0}, + {"㊱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xb1",3,NULL,0,NULL,0}, + {"⾟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x9f",3,NULL,0,NULL,0}, + {"瘗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x97",3,NULL,0,NULL,0}, + {"ꆛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x9b",3,NULL,0,NULL,0}, + {"櫭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xad",3,NULL,0,NULL,0}, + {"甃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x83",3,NULL,0,NULL,0}, + {"꒗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x97",3,NULL,0,NULL,0}, + {"㻺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xba",3,NULL,0,NULL,0}, + {"㒄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x84",3,NULL,0,NULL,0}, + {"堷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xb7",3,NULL,0,NULL,0}, + {"Ꮬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x8f",3,NULL,0,NULL,0}, + {"偲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xb2",3,NULL,0,NULL,0}, + {"帵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xb5",3,NULL,0,NULL,0}, + {"덩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x8e",3,NULL,0,NULL,0}, + {"꼡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xa1",3,NULL,0,NULL,0}, + {"䩴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xb4",3,NULL,0,NULL,0}, + {"☵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xb5",3,NULL,0,NULL,0}, + {"૚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x9a",3,NULL,0,NULL,0}, + {"夳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xa6",3,NULL,0,NULL,0}, + {"᬴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xb4",3,NULL,0,NULL,0}, + {"웕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x95",3,NULL,0,NULL,0}, + {"댲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xb2",3,NULL,0,NULL,0}, + {"䗰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xb0",3,NULL,0,NULL,0}, + {"嶙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x99",3,NULL,0,NULL,0}, + {"隱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xb1",3,NULL,0,NULL,0}, + {"៿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xbf",3,NULL,0,NULL,0}, + {"邌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xb5",3,NULL,0,NULL,0}, + {"崰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xb0",3,NULL,0,NULL,0}, + {"阪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x84",3,NULL,0,NULL,0}, + {"鄓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xa4",3,NULL,0,NULL,0}, + {"ᦼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xbc",3,NULL,0,NULL,0}, + {"㸉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x89",3,NULL,0,NULL,0}, + {"㯐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x90",3,NULL,0,NULL,0}, + {"⊋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x8b",3,NULL,0,NULL,0}, + {"㜚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x89",3,NULL,0,NULL,0}, + {"㈪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xaa",3,NULL,0,NULL,0}, + {"솢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xa2",3,NULL,0,NULL,0}, + {"␗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x97",3,NULL,0,NULL,0}, + {"ꃴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xb4",3,NULL,0,NULL,0}, + {"苨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xb7",3,NULL,0,NULL,0}, + {"橆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x86",3,NULL,0,NULL,0}, + {"磣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xa3",3,NULL,0,NULL,0}, + {"䵶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xb6",3,NULL,0,NULL,0}, + {"嬠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xa0",3,NULL,0,NULL,0}, + {"泔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x94",3,NULL,0,NULL,0}, + {"碞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xa7",3,NULL,0,NULL,0}, + {"ꕡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xa1",3,NULL,0,NULL,0}, + {"ߩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xa9",2,NULL,0,NULL,0}, + {"푼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xbc",3,NULL,0,NULL,0}, + {"雸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xb8",3,NULL,0,NULL,0}, + {"듉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x89",3,NULL,0,NULL,0}, + {"༵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xb5",3,NULL,0,NULL,0}, + {"쬪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xaa",3,NULL,0,NULL,0}, + {"䍺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x85",3,NULL,0,NULL,0}, + {"姿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xbf",3,NULL,0,NULL,0}, + {"퉟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x9f",3,NULL,0,NULL,0}, + {"❸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xb8",3,NULL,0,NULL,0}, + {"݄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x84",2,NULL,0,NULL,0}, + {"妤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xa4",3,NULL,0,NULL,0}, + {"摝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x9d",3,NULL,0,NULL,0}, + {"≽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xbd",3,NULL,0,NULL,0}, + {"퀙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x99",3,NULL,0,NULL,0}, + {"ヤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x94",3,NULL,0,NULL,0}, + {"␥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xa5",3,NULL,0,NULL,0}, + {"䔢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xa2",3,NULL,0,NULL,0}, + {"⌎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xa0",3,NULL,0,NULL,0}, + {"髟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x9f",3,NULL,0,NULL,0}, + {"쵬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xac",3,NULL,0,NULL,0}, + {"ᩜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x9c",3,NULL,0,NULL,0}, + {"╚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x9a",3,NULL,0,NULL,0}, + {"༅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x85",3,NULL,0,NULL,0}, + {"ꉶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xb6",3,NULL,0,NULL,0}, + {"᫭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xad",3,NULL,0,NULL,0}, + {"韔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x94",3,NULL,0,NULL,0}, + {"뤦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xa6",3,NULL,0,NULL,0}, + {"괠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xa0",3,NULL,0,NULL,0}, + {"笩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xa9",3,NULL,0,NULL,0}, + {"儀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x80",3,NULL,0,NULL,0}, + {"ꆽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xbd",3,NULL,0,NULL,0}, + {"ꮿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xbf",3,NULL,0,NULL,0}, + {"챼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xbc",3,NULL,0,NULL,0}, + {"ϭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xad",2,NULL,0,NULL,0}, + {"ᅧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x8a",3,NULL,0,NULL,0}, + {"أ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xa3",2,NULL,0,NULL,0}, + {"ၼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xbc",3,NULL,0,NULL,0}, + {"뾦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xa6",3,NULL,0,NULL,0}, + {"ᙖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x96",3,NULL,0,NULL,0}, + {"큢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xa2",3,NULL,0,NULL,0}, + {"믴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xb4",3,NULL,0,NULL,0}, + {"㩜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x90",3,NULL,0,NULL,0}, + {"頕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x95",3,NULL,0,NULL,0}, + {"ꎠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xa0",3,NULL,0,NULL,0}, + {"芒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xa3",3,NULL,0,NULL,0}, + {"⣔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x94",3,NULL,0,NULL,0}, + {"䊢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xa2",3,NULL,0,NULL,0}, + {"魚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x9a",3,NULL,0,NULL,0}, + {"蛨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xa8",3,NULL,0,NULL,0}, + {"ᑈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x88",3,NULL,0,NULL,0}, + {"퇡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xa1",3,NULL,0,NULL,0}, + {"끼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xbc",3,NULL,0,NULL,0}, + {"Ā",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x80",2,NULL,0,NULL,0}, + {"虡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xa1",3,NULL,0,NULL,0}, + {"鰔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x94",3,NULL,0,NULL,0}, + {"壕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x95",3,NULL,0,NULL,0}, + {"蕇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x87",3,NULL,0,NULL,0}, + {"ﳇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x87",3,NULL,0,NULL,0}, + {"Ⓣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x89",3,NULL,0,NULL,0}, + {"☔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x94",3,NULL,0,NULL,0}, + {"簓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x93",3,NULL,0,NULL,0}, + {"躛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x9b",3,NULL,0,NULL,0}, + {"䭔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x94",3,NULL,0,NULL,0}, + {"ᄃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x91",3,NULL,0,NULL,0}, + {"蜢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xa2",3,NULL,0,NULL,0}, + {"쉋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x8b",3,NULL,0,NULL,0}, + {"爐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x90",3,NULL,0,NULL,0}, + {"⍮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xae",3,NULL,0,NULL,0}, + {"㙀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x80",3,NULL,0,NULL,0}, + {"딎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x8e",3,NULL,0,NULL,0}, + {"껇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x87",3,NULL,0,NULL,0}, + {"ن",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x86",2,NULL,0,NULL,0}, + {"ꦚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x9a",3,NULL,0,NULL,0}, + {"䝪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xaa",3,NULL,0,NULL,0}, + {"㞱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xb1",3,NULL,0,NULL,0}, + {"켤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xa4",3,NULL,0,NULL,0}, + {"穡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xa1",3,NULL,0,NULL,0}, + {"겛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x9b",3,NULL,0,NULL,0}, + {"ⱴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xb8",3,NULL,0,NULL,0}, + {"蓨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xa8",3,NULL,0,NULL,0}, + {"嚥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xa5",3,NULL,0,NULL,0}, + {"⹦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xa6",3,NULL,0,NULL,0}, + {"좄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x84",3,NULL,0,NULL,0}, + {"⧓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x93",3,NULL,0,NULL,0}, + {"툁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x81",3,NULL,0,NULL,0}, + {"蟕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x95",3,NULL,0,NULL,0}, + {"撇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x87",3,NULL,0,NULL,0}, + {"⪏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x8f",3,NULL,0,NULL,0}, + {"⺧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xa7",3,NULL,0,NULL,0}, + {"⦎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x8e",3,NULL,0,NULL,0}, + {"켪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xaa",3,NULL,0,NULL,0}, + {"ᾐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x90",3,NULL,0,NULL,0}, + {"衁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x81",3,NULL,0,NULL,0}, + {"Ꝫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xaa",3,NULL,0,NULL,0}, + {"㘂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x82",3,NULL,0,NULL,0}, + {"礼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x86",3,NULL,0,NULL,0}, + {"ຳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xb3",3,NULL,0,NULL,0}, + {"䙘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x98",3,NULL,0,NULL,0}, + {"騒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x92",3,NULL,0,NULL,0}, + {"繶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xb6",3,NULL,0,NULL,0}, + {"䪺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xba",3,NULL,0,NULL,0}, + {"ﷀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x80",3,NULL,0,NULL,0}, + {"桝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x9d",3,NULL,0,NULL,0}, + {"澪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xaa",3,NULL,0,NULL,0}, + {"鵋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x8b",3,NULL,0,NULL,0}, + {"评",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x84",3,NULL,0,NULL,0}, + {"暕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x95",3,NULL,0,NULL,0}, + {"賯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xaa",3,NULL,0,NULL,0}, + {"䰟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x9f",3,NULL,0,NULL,0}, + {"ꊂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x82",3,NULL,0,NULL,0}, + {"襸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xb8",3,NULL,0,NULL,0}, + {"읻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xbb",3,NULL,0,NULL,0}, + {"㢝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x83",3,NULL,0,NULL,0}, + {"瑱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xb1",3,NULL,0,NULL,0}, + {"毨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xa8",3,NULL,0,NULL,0}, + {"뱆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x86",3,NULL,0,NULL,0}, + {"翁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xad",3,NULL,0,NULL,0}, + {"杝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x9d",3,NULL,0,NULL,0}, + {"燴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xb4",3,NULL,0,NULL,0}, + {"ⷹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xb9",3,NULL,0,NULL,0}, + {"꣑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x91",3,NULL,0,NULL,0}, + {"䳑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x91",3,NULL,0,NULL,0}, + {"鱝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x9d",3,NULL,0,NULL,0}, + {"홶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xb6",3,NULL,0,NULL,0}, + {"ʼ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xbc",2,NULL,0,NULL,0}, + {"퐠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xa0",3,NULL,0,NULL,0}, + {"憁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x81",3,NULL,0,NULL,0}, + {"ၓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x93",3,NULL,0,NULL,0}, + {"ഠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xa0",3,NULL,0,NULL,0}, + {"㜎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x8e",3,NULL,0,NULL,0}, + {"룃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x9d",3,NULL,0,NULL,0}, + {"蘈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x88",3,NULL,0,NULL,0}, + {"鐓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x93",3,NULL,0,NULL,0}, + {"ﴃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x83",3,NULL,0,NULL,0}, + {"跦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x91",3,NULL,0,NULL,0}, + {"館",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xa8",3,NULL,0,NULL,0}, + {"썣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xa3",3,NULL,0,NULL,0}, + {"趷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xb7",3,NULL,0,NULL,0}, + {"ꉗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x99",3,NULL,0,NULL,0}, + {"焵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xb0",3,NULL,0,NULL,0}, + {"ᵖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x96",3,NULL,0,NULL,0}, + {"໾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xbe",3,NULL,0,NULL,0}, + {"尸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xb8",3,NULL,0,NULL,0}, + {"㓞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x9e",3,NULL,0,NULL,0}, + {"訲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xb2",3,NULL,0,NULL,0}, + {"牢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xa2",3,NULL,0,NULL,0}, + {"䬂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x82",3,NULL,0,NULL,0}, + {"簜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x9c",3,NULL,0,NULL,0}, + {"煑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x89",3,NULL,0,NULL,0}, + {"Ⲫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xaa",3,NULL,0,NULL,0}, + {"ⴱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xb2",3,NULL,0,NULL,0}, + {"誛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x9b",3,NULL,0,NULL,0}, + {"㌈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x88",3,NULL,0,NULL,0}, + {"㪽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xbd",3,NULL,0,NULL,0}, + {"ջ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xbb",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xbc",3,NULL,0,NULL,0}, + {"㫾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xbe",3,NULL,0,NULL,0}, + {"೟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x9f",3,NULL,0,NULL,0}, + {"劇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x87",3,NULL,0,NULL,0}, + {"ࡾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xbe",3,NULL,0,NULL,0}, + {"⭌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x8c",3,NULL,0,NULL,0}, + {"赵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xb5",3,NULL,0,NULL,0}, + {"鰷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xb0",3,NULL,0,NULL,0}, + {"㰩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xa9",3,NULL,0,NULL,0}, + {"琩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xa9",3,NULL,0,NULL,0}, + {"픷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xb7",3,NULL,0,NULL,0}, + {"藙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x99",3,NULL,0,NULL,0}, + {"肥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xa5",3,NULL,0,NULL,0}, + {"淃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x83",3,NULL,0,NULL,0}, + {"衺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xba",3,NULL,0,NULL,0}, + {"꽿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xbf",3,NULL,0,NULL,0}, + {"怋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x8b",3,NULL,0,NULL,0}, + {"஖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x96",3,NULL,0,NULL,0}, + {"鉞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x9e",3,NULL,0,NULL,0}, + {"䁌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x8c",3,NULL,0,NULL,0}, + {"䮱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xb1",3,NULL,0,NULL,0}, + {"裌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x8c",3,NULL,0,NULL,0}, + {"ᴃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x83",3,NULL,0,NULL,0}, + {"햀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x80",3,NULL,0,NULL,0}, + {"㫷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xb7",3,NULL,0,NULL,0}, + {"뵥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xa5",3,NULL,0,NULL,0}, + {"꘳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xb3",3,NULL,0,NULL,0}, + {"㌷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xb7",3,NULL,0,NULL,0}, + {"醼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xa6",3,NULL,0,NULL,0}, + {"戩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xa9",3,NULL,0,NULL,0}, + {"붼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x8f",3,NULL,0,NULL,0}, + {"謼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xbc",3,NULL,0,NULL,0}, + {"ᯍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x9c",3,NULL,0,NULL,0}, + {"瑣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xa3",3,NULL,0,NULL,0}, + {"䯑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x91",3,NULL,0,NULL,0}, + {"縢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xa2",3,NULL,0,NULL,0}, + {"袰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xb0",3,NULL,0,NULL,0}, + {"ᇏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x8f",3,NULL,0,NULL,0}, + {"ﻻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xbb",3,NULL,0,NULL,0}, + {"᮰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xb0",3,NULL,0,NULL,0}, + {"忍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x8d",3,NULL,0,NULL,0}, + {"㣵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xb5",3,NULL,0,NULL,0}, + {"㲥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xa5",3,NULL,0,NULL,0}, + {"亘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x98",3,NULL,0,NULL,0}, + {"玢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xa2",3,NULL,0,NULL,0}, + {"昽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x84",3,NULL,0,NULL,0}, + {"㮦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xa6",3,NULL,0,NULL,0}, + {"㿑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x91",3,NULL,0,NULL,0}, + {"俤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xa4",3,NULL,0,NULL,0}, + {"ध",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xa7",3,NULL,0,NULL,0}, + {"襓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x93",3,NULL,0,NULL,0}, + {"᝜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x9c",3,NULL,0,NULL,0}, + {"帋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x8b",3,NULL,0,NULL,0}, + {"ৰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xb0",3,NULL,0,NULL,0}, + {"퍗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xaf",3,NULL,0,NULL,0}, + {"芚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x9a",3,NULL,0,NULL,0}, + {"诃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x83",3,NULL,0,NULL,0}, + {"᭮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xb6",3,NULL,0,NULL,0}, + {"ൖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x96",3,NULL,0,NULL,0}, + {"迗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x97",3,NULL,0,NULL,0}, + {"䆞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x9e",3,NULL,0,NULL,0}, + {"䱌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x8c",3,NULL,0,NULL,0}, + {"Ȳ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xb2",2,NULL,0,NULL,0}, + {"鑝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x82",3,NULL,0,NULL,0}, + {"恣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xa3",3,NULL,0,NULL,0}, + {"땲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xb2",3,NULL,0,NULL,0}, + {"〇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x87",3,NULL,0,NULL,0}, + {"嶀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x80",3,NULL,0,NULL,0}, + {"뺈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x88",3,NULL,0,NULL,0}, + {"嗍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x8d",3,NULL,0,NULL,0}, + {"뗧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xa7",3,NULL,0,NULL,0}, + {"峹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xb9",3,NULL,0,NULL,0}, + {"廪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xaa",3,NULL,0,NULL,0}, + {"꓌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x8c",3,NULL,0,NULL,0}, + {"͜",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x9c",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x84",3,NULL,0,NULL,0}, + {"䶱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xb1",3,NULL,0,NULL,0}, + {"鼢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xa2",3,NULL,0,NULL,0}, + {"듒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x92",3,NULL,0,NULL,0}, + {"씭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xad",3,NULL,0,NULL,0}, + {"叒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xaf",3,NULL,0,NULL,0}, + {"⵼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xbc",3,NULL,0,NULL,0}, + {"躏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x8f",3,NULL,0,NULL,0}, + {"엱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xb1",3,NULL,0,NULL,0}, + {"ᒱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb1",3,NULL,0,NULL,0}, + {"줵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xb5",3,NULL,0,NULL,0}, + {"䅜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xbb",3,NULL,0,NULL,0}, + {"ﹻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xbb",3,NULL,0,NULL,0}, + {"呪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xaa",3,NULL,0,NULL,0}, + {"嶺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xba",3,NULL,0,NULL,0}, + {"㳽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xbd",3,NULL,0,NULL,0}, + {"羟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x9f",3,NULL,0,NULL,0}, + {"ಐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x90",3,NULL,0,NULL,0}, + {"鄪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xaa",3,NULL,0,NULL,0}, + {"惌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x8c",3,NULL,0,NULL,0}, + {"庨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xa8",3,NULL,0,NULL,0}, + {"錇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x87",3,NULL,0,NULL,0}, + {"⚅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x85",3,NULL,0,NULL,0}, + {"讖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x96",3,NULL,0,NULL,0}, + {"߯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xaf",2,NULL,0,NULL,0}, + {"傗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x97",3,NULL,0,NULL,0}, + {"/",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"/",1,NULL,0,NULL,0}, + {"匚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x88",3,NULL,0,NULL,0}, + {"ꂢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xa2",3,NULL,0,NULL,0}, + {"㹙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x99",3,NULL,0,NULL,0}, + {"벜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x9c",3,NULL,0,NULL,0}, + {"╃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x83",3,NULL,0,NULL,0}, + {"槴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x82",3,NULL,0,NULL,0}, + {"硧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xa7",3,NULL,0,NULL,0}, + {"㇮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xae",3,NULL,0,NULL,0}, + {"繉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x89",3,NULL,0,NULL,0}, + {"聪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xaa",3,NULL,0,NULL,0}, + {"榋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x8b",3,NULL,0,NULL,0}, + {"Ử",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xac",3,NULL,0,NULL,0}, + {"Გ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x92",3,NULL,0,NULL,0}, + {"容",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xb9",3,NULL,0,NULL,0}, + {"ࢪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xaa",3,NULL,0,NULL,0}, + {"ᡩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xa9",3,NULL,0,NULL,0}, + {"倆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x86",3,NULL,0,NULL,0}, + {"ૠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xa0",3,NULL,0,NULL,0}, + {"㶖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x96",3,NULL,0,NULL,0}, + {"nj",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x8c",2,NULL,0,NULL,0}, + {"푈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x88",3,NULL,0,NULL,0}, + {"⢃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x83",3,NULL,0,NULL,0}, + {"릣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x89",3,NULL,0,NULL,0}, + {"ᚁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x81",3,NULL,0,NULL,0}, + {"向",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x91",3,NULL,0,NULL,0}, + {"녕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x95",3,NULL,0,NULL,0}, + {"䤻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xbb",3,NULL,0,NULL,0}, + {"ᥙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x99",3,NULL,0,NULL,0}, + {"쓍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x8d",3,NULL,0,NULL,0}, + {"纃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xaf",3,NULL,0,NULL,0}, + {"勒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x92",3,NULL,0,NULL,0}, + {"ꀹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xb9",3,NULL,0,NULL,0}, + {"⢩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xa9",3,NULL,0,NULL,0}, + {"難",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x91",3,NULL,0,NULL,0}, + {"䗅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x85",3,NULL,0,NULL,0}, + {"婳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x92",3,NULL,0,NULL,0}, + {"缟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x94",3,NULL,0,NULL,0}, + {"뙃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x83",3,NULL,0,NULL,0}, + {"〽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xbd",3,NULL,0,NULL,0}, + {"츖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x96",3,NULL,0,NULL,0}, + {"̕",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x95",2,NULL,0,NULL,0}, + {"陭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xad",3,NULL,0,NULL,0}, + {"⠄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x84",3,NULL,0,NULL,0}, + {"⍃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x83",3,NULL,0,NULL,0}, + {"냎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x8e",3,NULL,0,NULL,0}, + {"䣮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xa6",3,NULL,0,NULL,0}, + {"앭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xad",3,NULL,0,NULL,0}, + {"ᐩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xa9",3,NULL,0,NULL,0}, + {"≕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xbe",3,NULL,0,NULL,0}, + {"ĺ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xba",2,NULL,0,NULL,0}, + {"찐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x92",3,NULL,0,NULL,0}, + {"⁩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x93",3,NULL,0,NULL,0}, + {"뀊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x8a",3,NULL,0,NULL,0}, + {"좥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xa5",3,NULL,0,NULL,0}, + {"娔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x94",3,NULL,0,NULL,0}, + {"ό",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x8c",2,NULL,0,NULL,0}, + {"ᑞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x9e",3,NULL,0,NULL,0}, + {"꽑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x91",3,NULL,0,NULL,0}, + {"᪙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x85",3,NULL,0,NULL,0}, + {"◱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xb1",3,NULL,0,NULL,0}, + {"隣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xa3",3,NULL,0,NULL,0}, + {"▚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x8f",3,NULL,0,NULL,0}, + {"쭰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x8e",3,NULL,0,NULL,0}, + {"⍽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xbd",3,NULL,0,NULL,0}, + {"춏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x8f",3,NULL,0,NULL,0}, + {"㊣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xa3",3,NULL,0,NULL,0}, + {"艫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xab",3,NULL,0,NULL,0}, + {"쟝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x9d",3,NULL,0,NULL,0}, + {"阠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xa0",3,NULL,0,NULL,0}, + {"脶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xb6",3,NULL,0,NULL,0}, + {"ᦊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x8a",3,NULL,0,NULL,0}, + {"寲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xb2",3,NULL,0,NULL,0}, + {"綸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xb8",3,NULL,0,NULL,0}, + {"㈠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xa0",3,NULL,0,NULL,0}, + {"⾝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x9d",3,NULL,0,NULL,0}, + {"亁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xba",3,NULL,0,NULL,0}, + {"孫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xab",3,NULL,0,NULL,0}, + {"䝟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x9f",3,NULL,0,NULL,0}, + {"㑪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xaa",3,NULL,0,NULL,0}, + {"梽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xbf",3,NULL,0,NULL,0}, + {"걶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xb6",3,NULL,0,NULL,0}, + {"쮕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x95",3,NULL,0,NULL,0}, + {"상",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x84",3,NULL,0,NULL,0}, + {"Ἳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xbb",3,NULL,0,NULL,0}, + {"₪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x8a",3,NULL,0,NULL,0}, + {"䏚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x9a",3,NULL,0,NULL,0}, + {"궠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xa0",3,NULL,0,NULL,0}, + {"⦧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xa7",3,NULL,0,NULL,0}, + {"冦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xa6",3,NULL,0,NULL,0}, + {"ﰰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xb0",3,NULL,0,NULL,0}, + {"嫀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x80",3,NULL,0,NULL,0}, + {"읖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x96",3,NULL,0,NULL,0}, + {"귷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xb7",3,NULL,0,NULL,0}, + {"쾌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x8c",3,NULL,0,NULL,0}, + {"ԗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x97",2,NULL,0,NULL,0}, + {"뽻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xbb",3,NULL,0,NULL,0}, + {"ݱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xb1",2,NULL,0,NULL,0}, + {"➘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x98",3,NULL,0,NULL,0}, + {"ῦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xa6",3,NULL,0,NULL,0}, + {"㙌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x8c",3,NULL,0,NULL,0}, + {"눖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x96",3,NULL,0,NULL,0}, + {"ᆾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xbe",3,NULL,0,NULL,0}, + {"坸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xb8",3,NULL,0,NULL,0}, + {"蒀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x80",3,NULL,0,NULL,0}, + {"尨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xa8",3,NULL,0,NULL,0}, + {"ᧄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x83",3,NULL,0,NULL,0}, + {"负",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x9f",3,NULL,0,NULL,0}, + {"㈺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xba",3,NULL,0,NULL,0}, + {"殰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xb0",3,NULL,0,NULL,0}, + {"闟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x9f",3,NULL,0,NULL,0}, + {"腷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xb7",3,NULL,0,NULL,0}, + {"䓜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xb0",3,NULL,0,NULL,0}, + {"ዑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x91",3,NULL,0,NULL,0}, + {"휲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xb2",3,NULL,0,NULL,0}, + {"╾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xbe",3,NULL,0,NULL,0}, + {"턉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x89",3,NULL,0,NULL,0}, + {"랏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x8f",3,NULL,0,NULL,0}, + {"᩠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xa0",3,NULL,0,NULL,0}, + {"嬼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xbc",3,NULL,0,NULL,0}, + {"竔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x94",3,NULL,0,NULL,0}, + {"፼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xbc",3,NULL,0,NULL,0}, + {"楖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x96",3,NULL,0,NULL,0}, + {"ꈰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xb0",3,NULL,0,NULL,0}, + {"쳋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x8b",3,NULL,0,NULL,0}, + {"鷶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xb6",3,NULL,0,NULL,0}, + {"쁐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x90",3,NULL,0,NULL,0}, + {"ゕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x95",3,NULL,0,NULL,0}, + {"盕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x95",3,NULL,0,NULL,0}, + {"Ґ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x90",2,NULL,0,NULL,0}, + {"䬷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xb7",3,NULL,0,NULL,0}, + {"䐋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x8b",3,NULL,0,NULL,0}, + {"㝌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x8c",3,NULL,0,NULL,0}, + {"뮋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x8b",3,NULL,0,NULL,0}, + {"荹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xb9",3,NULL,0,NULL,0}, + {"Ӓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x92",2,NULL,0,NULL,0}, + {"퀓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x93",3,NULL,0,NULL,0}, + {"疸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x8f",3,NULL,0,NULL,0}, + {"뻂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x82",3,NULL,0,NULL,0}, + {"䔖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xaa",3,NULL,0,NULL,0}, + {"蝵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xb5",3,NULL,0,NULL,0}, + {"リ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xb5",3,NULL,0,NULL,0}, + {"ڿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xbf",2,NULL,0,NULL,0}, + {"㬧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xa7",3,NULL,0,NULL,0}, + {"깶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xb6",3,NULL,0,NULL,0}, + {"뫤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xa4",3,NULL,0,NULL,0}, + {"u",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"ጺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xa9",3,NULL,0,NULL,0}, + {"K",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xaa",3,NULL,0,NULL,0}, + {"᫧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xa7",3,NULL,0,NULL,0}, + {"ട",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x9f",3,NULL,0,NULL,0}, + {"笫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xab",3,NULL,0,NULL,0}, + {"蚩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xa9",3,NULL,0,NULL,0}, + {"㓻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xbb",3,NULL,0,NULL,0}, + {"壍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x8d",3,NULL,0,NULL,0}, + {"첔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x94",3,NULL,0,NULL,0}, + {"涜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xa2",3,NULL,0,NULL,0}, + {"›",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xba",3,NULL,0,NULL,0}, + {"焰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xb0",3,NULL,0,NULL,0}, + {"嘰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xb0",3,NULL,0,NULL,0}, + {"絰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xb0",3,NULL,0,NULL,0}, + {"챁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x81",3,NULL,0,NULL,0}, + {"添",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xbb",3,NULL,0,NULL,0}, + {"蔵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xb5",3,NULL,0,NULL,0}, + {"⸠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xa0",3,NULL,0,NULL,0}, + {"䭸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xb8",3,NULL,0,NULL,0}, + {"轁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x81",3,NULL,0,NULL,0}, + {"㛅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x9f",3,NULL,0,NULL,0}, + {"㗇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x87",3,NULL,0,NULL,0}, + {"밤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xa4",3,NULL,0,NULL,0}, + {"틖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x96",3,NULL,0,NULL,0}, + {"由",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xb1",3,NULL,0,NULL,0}, + {"럕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x95",3,NULL,0,NULL,0}, + {"뼯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xaf",3,NULL,0,NULL,0}, + {"츷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xb7",3,NULL,0,NULL,0}, + {"犍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x8d",3,NULL,0,NULL,0}, + {"䪗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x97",3,NULL,0,NULL,0}, + {"糸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xb8",3,NULL,0,NULL,0}, + {"㎛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x9b",3,NULL,0,NULL,0}, + {"柶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x98",3,NULL,0,NULL,0}, + {"秤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xa4",3,NULL,0,NULL,0}, + {"虳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xb3",3,NULL,0,NULL,0}, + {"鲾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xbe",3,NULL,0,NULL,0}, + {"鯴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xb4",3,NULL,0,NULL,0}, + {"㠒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x92",3,NULL,0,NULL,0}, + {"በ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xa0",3,NULL,0,NULL,0}, + {"ꧠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xa0",3,NULL,0,NULL,0}, + {"갢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xa2",3,NULL,0,NULL,0}, + {"⫃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x83",3,NULL,0,NULL,0}, + {"壧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xa7",3,NULL,0,NULL,0}, + {"昌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x8c",3,NULL,0,NULL,0}, + {"刋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x8c",3,NULL,0,NULL,0}, + {"⹖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x96",3,NULL,0,NULL,0}, + {"ꠡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xa1",3,NULL,0,NULL,0}, + {"褗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x97",3,NULL,0,NULL,0}, + {"熵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x8b",3,NULL,0,NULL,0}, + {"㭩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xa9",3,NULL,0,NULL,0}, + {"㖍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x8d",3,NULL,0,NULL,0}, + {"骊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xa1",3,NULL,0,NULL,0}, + {"絁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x81",3,NULL,0,NULL,0}, + {"฽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xbd",3,NULL,0,NULL,0}, + {"嚷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xb7",3,NULL,0,NULL,0}, + {"扪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xaa",3,NULL,0,NULL,0}, + {"憱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xb1",3,NULL,0,NULL,0}, + {"整",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xb4",3,NULL,0,NULL,0}, + {"젣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xa3",3,NULL,0,NULL,0}, + {"圭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xad",3,NULL,0,NULL,0}, + {"挊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x8a",3,NULL,0,NULL,0}, + {"鳸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xb8",3,NULL,0,NULL,0}, + {"혖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x96",3,NULL,0,NULL,0}, + {"ᙻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xbb",3,NULL,0,NULL,0}, + {"晊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x8a",3,NULL,0,NULL,0}, + {"臕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x89",3,NULL,0,NULL,0}, + {"媞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x9e",3,NULL,0,NULL,0}, + {"穣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xa3",3,NULL,0,NULL,0}, + {"ᅥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xa2",3,NULL,0,NULL,0}, + {"甌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x8c",3,NULL,0,NULL,0}, + {"钒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x92",3,NULL,0,NULL,0}, + {"믝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x9d",3,NULL,0,NULL,0}, + {"瑳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xb3",3,NULL,0,NULL,0}, + {"竻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xbb",3,NULL,0,NULL,0}, + {"ḁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x81",3,NULL,0,NULL,0}, + {"ⶤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xa4",3,NULL,0,NULL,0}, + {"䱀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x80",3,NULL,0,NULL,0}, + {"軋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x8b",3,NULL,0,NULL,0}, + {"術",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x93",3,NULL,0,NULL,0}, + {"㤝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xa2",3,NULL,0,NULL,0}, + {"䀥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xa5",3,NULL,0,NULL,0}, + {"ᓴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb4",3,NULL,0,NULL,0}, + {"팋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x8b",3,NULL,0,NULL,0}, + {"ꯑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x91",3,NULL,0,NULL,0}, + {"ꤑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x91",3,NULL,0,NULL,0}, + {"伃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x83",3,NULL,0,NULL,0}, + {"ɱ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xb1",2,NULL,0,NULL,0}, + {"憓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x93",3,NULL,0,NULL,0}, + {"엄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x84",3,NULL,0,NULL,0}, + {"㝵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xb5",3,NULL,0,NULL,0}, + {"࿀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x80",3,NULL,0,NULL,0}, + {"抯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xaf",3,NULL,0,NULL,0}, + {"咏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x94",3,NULL,0,NULL,0}, + {"Ḕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x94",3,NULL,0,NULL,0}, + {"賍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x8d",3,NULL,0,NULL,0}, + {"픝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x9d",3,NULL,0,NULL,0}, + {"鏂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x82",3,NULL,0,NULL,0}, + {"飺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xba",3,NULL,0,NULL,0}, + {"ᢟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x9f",3,NULL,0,NULL,0}, + {"풖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x96",3,NULL,0,NULL,0}, + {"峕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x95",3,NULL,0,NULL,0}, + {"྅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x85",3,NULL,0,NULL,0}, + {"蹄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x84",3,NULL,0,NULL,0}, + {"욉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x89",3,NULL,0,NULL,0}, + {"駆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x86",3,NULL,0,NULL,0}, + {"ꩨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xa8",3,NULL,0,NULL,0}, + {"఍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x8d",3,NULL,0,NULL,0}, + {"齑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x80",3,NULL,0,NULL,0}, + {"耷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xb7",3,NULL,0,NULL,0}, + {"ⷻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xb7",3,NULL,0,NULL,0}, + {"㰐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x90",3,NULL,0,NULL,0}, + {"ꛫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x84",3,NULL,0,NULL,0}, + {"稶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xb6",3,NULL,0,NULL,0}, + {"ꗢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xa2",3,NULL,0,NULL,0}, + {"ꏖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x96",3,NULL,0,NULL,0}, + {"㪯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x93",3,NULL,0,NULL,0}, + {"洤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xa4",3,NULL,0,NULL,0}, + {"봝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x9d",3,NULL,0,NULL,0}, + {"㹏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x8f",3,NULL,0,NULL,0}, + {"ဉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x89",3,NULL,0,NULL,0}, + {"ᱮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xae",3,NULL,0,NULL,0}, + {"猤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xa4",3,NULL,0,NULL,0}, + {"䃶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x8d",3,NULL,0,NULL,0}, + {"㭄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x84",3,NULL,0,NULL,0}, + {"흸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x83",3,NULL,0,NULL,0}, + {"ꔉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x89",3,NULL,0,NULL,0}, + {"ద",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xa6",3,NULL,0,NULL,0}, + {"웇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x87",3,NULL,0,NULL,0}, + {"馌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xb3",3,NULL,0,NULL,0}, + {"怑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x91",3,NULL,0,NULL,0}, + {"逗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x97",3,NULL,0,NULL,0}, + {"䐅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x85",3,NULL,0,NULL,0}, + {"௓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x93",3,NULL,0,NULL,0}, + {"⊆",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x86",3,NULL,0,NULL,0}, + {"龒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x92",3,NULL,0,NULL,0}, + {"༆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x86",3,NULL,0,NULL,0}, + {"衪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xaa",3,NULL,0,NULL,0}, + {"鍧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xa7",3,NULL,0,NULL,0}, + {"珨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xa8",3,NULL,0,NULL,0}, + {"헣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x92",3,NULL,0,NULL,0}, + {"僿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xb6",3,NULL,0,NULL,0}, + {"ぺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xba",3,NULL,0,NULL,0}, + {"濐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x90",3,NULL,0,NULL,0}, + {"搂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x82",3,NULL,0,NULL,0}, + {"鿱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xb1",3,NULL,0,NULL,0}, + {"醑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x91",3,NULL,0,NULL,0}, + {"퀨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xa8",3,NULL,0,NULL,0}, + {"爫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x89",3,NULL,0,NULL,0}, + {"扃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x83",3,NULL,0,NULL,0}, + {"矒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x92",3,NULL,0,NULL,0}, + {"缂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x82",3,NULL,0,NULL,0}, + {"朗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x92",3,NULL,0,NULL,0}, + {"䴊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x8a",3,NULL,0,NULL,0}, + {"㻫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xab",3,NULL,0,NULL,0}, + {"㬎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x8e",3,NULL,0,NULL,0}, + {"෵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xb5",3,NULL,0,NULL,0}, + {"壟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x90",3,NULL,0,NULL,0}, + {"彘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x90",3,NULL,0,NULL,0}, + {"홥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xb3",3,NULL,0,NULL,0}, + {"䉈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x88",3,NULL,0,NULL,0}, + {"㆟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x9f",3,NULL,0,NULL,0}, + {"斶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x98",3,NULL,0,NULL,0}, + {"琛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x9b",3,NULL,0,NULL,0}, + {"輌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x8c",3,NULL,0,NULL,0}, + {"᮴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xb4",3,NULL,0,NULL,0}, + {"쪜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xb1",3,NULL,0,NULL,0}, + {"玲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xb2",3,NULL,0,NULL,0}, + {"ﺹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xb9",3,NULL,0,NULL,0}, + {"ぬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xac",3,NULL,0,NULL,0}, + {"蠁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x81",3,NULL,0,NULL,0}, + {"⭏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x8f",3,NULL,0,NULL,0}, + {"鹐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x90",3,NULL,0,NULL,0}, + {"豥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xa5",3,NULL,0,NULL,0}, + {"뤯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xaf",3,NULL,0,NULL,0}, + {"䒞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x9e",3,NULL,0,NULL,0}, + {"짢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xa2",3,NULL,0,NULL,0}, + {"厙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x99",3,NULL,0,NULL,0}, + {"ࣖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x96",3,NULL,0,NULL,0}, + {"≂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x82",3,NULL,0,NULL,0}, + {"莔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x8e",3,NULL,0,NULL,0}, + {"ḅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x85",3,NULL,0,NULL,0}, + {"匨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xac",3,NULL,0,NULL,0}, + {"⵻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x93",3,NULL,0,NULL,0}, + {"䰓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x93",3,NULL,0,NULL,0}, + {"쏛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x8c",3,NULL,0,NULL,0}, + {"幂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x82",3,NULL,0,NULL,0}, + {"㺞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x9e",3,NULL,0,NULL,0}, + {"莺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xba",3,NULL,0,NULL,0}, + {"ិ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xb7",3,NULL,0,NULL,0}, + {"敠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xa0",3,NULL,0,NULL,0}, + {"៘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x98",3,NULL,0,NULL,0}, + {"麆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x86",3,NULL,0,NULL,0}, + {"톋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x8b",3,NULL,0,NULL,0}, + {"䆎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x8e",3,NULL,0,NULL,0}, + {"箙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x99",3,NULL,0,NULL,0}, + {"娌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x8c",3,NULL,0,NULL,0}, + {"⑽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x8b",3,NULL,0,NULL,0}, + {"黡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xa1",3,NULL,0,NULL,0}, + {"嵁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x81",3,NULL,0,NULL,0}, + {"际",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x85",3,NULL,0,NULL,0}, + {"䧩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xa9",3,NULL,0,NULL,0}, + {"व",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xb5",3,NULL,0,NULL,0}, + {"軴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xb4",3,NULL,0,NULL,0}, + {"ᦥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xa5",3,NULL,0,NULL,0}, + {"둲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xb2",3,NULL,0,NULL,0}, + {"ᔒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xbd",3,NULL,0,NULL,0}, + {"䷖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x96",3,NULL,0,NULL,0}, + {"漠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xa0",3,NULL,0,NULL,0}, + {"썼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xbc",3,NULL,0,NULL,0}, + {"恙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x99",3,NULL,0,NULL,0}, + {"ᖣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xa3",3,NULL,0,NULL,0}, + {"䘕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x95",3,NULL,0,NULL,0}, + {"೷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xb7",3,NULL,0,NULL,0}, + {"ޠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa0",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xad",3,NULL,0,NULL,0}, + {"譝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x9d",3,NULL,0,NULL,0}, + {"룣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xa3",3,NULL,0,NULL,0}, + {"⚰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xb0",3,NULL,0,NULL,0}, + {"ᕄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x84",3,NULL,0,NULL,0}, + {"崋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x8b",3,NULL,0,NULL,0}, + {"뽢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xa2",3,NULL,0,NULL,0}, + {"卙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x99",3,NULL,0,NULL,0}, + {"♝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x9d",3,NULL,0,NULL,0}, + {"㷤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xa4",3,NULL,0,NULL,0}, + {"鼪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xaa",3,NULL,0,NULL,0}, + {"␺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xba",3,NULL,0,NULL,0}, + {"廚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x9a",3,NULL,0,NULL,0}, + {"﫪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xaa",3,NULL,0,NULL,0}, + {"胃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x83",3,NULL,0,NULL,0}, + {"䷬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xac",3,NULL,0,NULL,0}, + {"┱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xb1",3,NULL,0,NULL,0}, + {"㼽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xbd",3,NULL,0,NULL,0}, + {"罕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x95",3,NULL,0,NULL,0}, + {"뙆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x86",3,NULL,0,NULL,0}, + {"㳷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xb7",3,NULL,0,NULL,0}, + {"ス",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb9",3,NULL,0,NULL,0}, + {"澟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x9f",3,NULL,0,NULL,0}, + {"✲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xb2",3,NULL,0,NULL,0}, + {"롤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xa4",3,NULL,0,NULL,0}, + {"癡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xa6",3,NULL,0,NULL,0}, + {"즐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x90",3,NULL,0,NULL,0}, + {"싽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xbd",3,NULL,0,NULL,0}, + {"⚗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x97",3,NULL,0,NULL,0}, + {"ᄍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb9",3,NULL,0,NULL,0}, + {"念",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xa3",3,NULL,0,NULL,0}, + {"≅",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x85",3,NULL,0,NULL,0}, + {"신",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xa0",3,NULL,0,NULL,0}, + {"膦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xa6",3,NULL,0,NULL,0}, + {"⥄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x84",3,NULL,0,NULL,0}, + {"쒉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x8b",3,NULL,0,NULL,0}, + {"傕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x95",3,NULL,0,NULL,0}, + {"䉷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xb7",3,NULL,0,NULL,0}, + {"난",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xb4",3,NULL,0,NULL,0}, + {"横",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xaa",3,NULL,0,NULL,0}, + {"緤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xa4",3,NULL,0,NULL,0}, + {"딃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x84",3,NULL,0,NULL,0}, + {"寋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x8b",3,NULL,0,NULL,0}, + {"Ụ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xa4",3,NULL,0,NULL,0}, + {"ヂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x82",3,NULL,0,NULL,0}, + {"媪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xaa",3,NULL,0,NULL,0}, + {"ﱹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xb9",3,NULL,0,NULL,0}, + {"绎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x8e",3,NULL,0,NULL,0}, + {"캟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x9f",3,NULL,0,NULL,0}, + {"㕷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xb7",3,NULL,0,NULL,0}, + {"䛾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xbe",3,NULL,0,NULL,0}, + {"슞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x9e",3,NULL,0,NULL,0}, + {"ㅄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x84",3,NULL,0,NULL,0}, + {"ꅲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xb2",3,NULL,0,NULL,0}, + {"ᷢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xa2",3,NULL,0,NULL,0}, + {"녇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x87",3,NULL,0,NULL,0}, + {"췸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xb8",3,NULL,0,NULL,0}, + {"쨿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xbf",3,NULL,0,NULL,0}, + {"⎺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xba",3,NULL,0,NULL,0}, + {"雞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x9e",3,NULL,0,NULL,0}, + {"䣄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x84",3,NULL,0,NULL,0}, + {"ᒙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x99",3,NULL,0,NULL,0}, + {"㪇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x87",3,NULL,0,NULL,0}, + {"딽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xbd",3,NULL,0,NULL,0}, + {"껬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xac",3,NULL,0,NULL,0}, + {"ख",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x96",3,NULL,0,NULL,0}, + {"ꁕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x95",3,NULL,0,NULL,0}, + {"⒦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xa6",3,NULL,0,NULL,0}, + {"Õ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x95",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x83",3,NULL,0,NULL,0}, + {"끛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x9b",3,NULL,0,NULL,0}, + {"榣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xa3",3,NULL,0,NULL,0}, + {"Ɋ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x8a",2,NULL,0,NULL,0}, + {"婩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x98",3,NULL,0,NULL,0}, + {"侅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x85",3,NULL,0,NULL,0}, + {"ᓁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xa0",3,NULL,0,NULL,0}, + {"掁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x81",3,NULL,0,NULL,0}, + {"沂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x82",3,NULL,0,NULL,0}, + {"丠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x97",3,NULL,0,NULL,0}, + {"蔍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x8d",3,NULL,0,NULL,0}, + {"⁸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xb8",3,NULL,0,NULL,0}, + {"ị",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x8b",3,NULL,0,NULL,0}, + {"䂜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x9c",3,NULL,0,NULL,0}, + {"읠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xa0",3,NULL,0,NULL,0}, + {"᎔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x94",3,NULL,0,NULL,0}, + {"⩼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xbc",3,NULL,0,NULL,0}, + {"蟬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xac",3,NULL,0,NULL,0}, + {"ꮅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x85",3,NULL,0,NULL,0}, + {"პ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x9e",3,NULL,0,NULL,0}, + {"鉯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xaf",3,NULL,0,NULL,0}, + {"㏔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x94",3,NULL,0,NULL,0}, + {"⍉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x89",3,NULL,0,NULL,0}, + {"㐫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xab",3,NULL,0,NULL,0}, + {"ꋮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xae",3,NULL,0,NULL,0}, + {"ᥦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xa6",3,NULL,0,NULL,0}, + {"脦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xa6",3,NULL,0,NULL,0}, + {"ᙁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x81",3,NULL,0,NULL,0}, + {"寢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xa2",3,NULL,0,NULL,0}, + {"ņ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x86",2,NULL,0,NULL,0}, + {"᪄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x84",3,NULL,0,NULL,0}, + {"ѫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xab",2,NULL,0,NULL,0}, + {"莴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xb4",3,NULL,0,NULL,0}, + {"逽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xbd",3,NULL,0,NULL,0}, + {"⁛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x9b",3,NULL,0,NULL,0}, + {"†",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa0",3,NULL,0,NULL,0}, + {"兗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x97",3,NULL,0,NULL,0}, + {"ᑪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xaa",3,NULL,0,NULL,0}, + {"暆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x86",3,NULL,0,NULL,0}, + {"䀬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xac",3,NULL,0,NULL,0}, + {"䠞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x9e",3,NULL,0,NULL,0}, + {"ꚰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xb0",3,NULL,0,NULL,0}, + {"뿜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x9c",3,NULL,0,NULL,0}, + {"괉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x89",3,NULL,0,NULL,0}, + {"朅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x85",3,NULL,0,NULL,0}, + {"ㄚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x9a",3,NULL,0,NULL,0}, + {"螮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xae",3,NULL,0,NULL,0}, + {"圛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x9b",3,NULL,0,NULL,0}, + {"ᅯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xaf",3,NULL,0,NULL,0}, + {"Ὧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xaf",3,NULL,0,NULL,0}, + {"궸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xb8",3,NULL,0,NULL,0}, + {"毗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x97",3,NULL,0,NULL,0}, + {"쟧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xb9",3,NULL,0,NULL,0}, + {"ʠ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xa0",2,NULL,0,NULL,0}, + {"뇐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x90",3,NULL,0,NULL,0}, + {"ꐺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xba",3,NULL,0,NULL,0}, + {"騽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xbe",3,NULL,0,NULL,0}, + {"膅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x85",3,NULL,0,NULL,0}, + {"녧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xa7",3,NULL,0,NULL,0}, + {"킦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xa6",3,NULL,0,NULL,0}, + {"㑚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x9a",3,NULL,0,NULL,0}, + {"孹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xb9",3,NULL,0,NULL,0}, + {"ᨃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x83",3,NULL,0,NULL,0}, + {"堍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x8d",3,NULL,0,NULL,0}, + {"梷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xbd",3,NULL,0,NULL,0}, + {"⊼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xbc",3,NULL,0,NULL,0}, + {"촚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xab",3,NULL,0,NULL,0}, + {"훬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xac",3,NULL,0,NULL,0}, + {"鶷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xb7",3,NULL,0,NULL,0}, + {"䋊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x8a",3,NULL,0,NULL,0}, + {"텍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x8d",3,NULL,0,NULL,0}, + {"꼉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x89",3,NULL,0,NULL,0}, + {"᫅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x85",3,NULL,0,NULL,0}, + {"ꊯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xaf",3,NULL,0,NULL,0}, + {"ἱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xb1",3,NULL,0,NULL,0}, + {"덑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x91",3,NULL,0,NULL,0}, + {"越",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x8a",3,NULL,0,NULL,0}, + {"氕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x95",3,NULL,0,NULL,0}, + {"퉷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xb7",3,NULL,0,NULL,0}, + {"藄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x84",3,NULL,0,NULL,0}, + {"盧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xa7",3,NULL,0,NULL,0}, + {"ᇎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x8e",3,NULL,0,NULL,0}, + {"숃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xbe",3,NULL,0,NULL,0}, + {"觯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xaf",3,NULL,0,NULL,0}, + {"殠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xa0",3,NULL,0,NULL,0}, + {"癅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x85",3,NULL,0,NULL,0}, + {"ụ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xa5",3,NULL,0,NULL,0}, + {"碵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xb5",3,NULL,0,NULL,0}, + {"셼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xbc",3,NULL,0,NULL,0}, + {"묱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xb1",3,NULL,0,NULL,0}, + {"詶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xb6",3,NULL,0,NULL,0}, + {"֤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xa4",2,NULL,0,NULL,0}, + {"㏴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xb4",3,NULL,0,NULL,0}, + {"䕁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x81",3,NULL,0,NULL,0}, + {"竴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x9f",3,NULL,0,NULL,0}, + {"䚎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xb1",3,NULL,0,NULL,0}, + {"ᎀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x80",3,NULL,0,NULL,0}, + {"饴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xb4",3,NULL,0,NULL,0}, + {"흋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x8b",3,NULL,0,NULL,0}, + {"⃤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xa4",3,NULL,0,NULL,0}, + {"䌋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xbf",3,NULL,0,NULL,0}, + {"ᗖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x96",3,NULL,0,NULL,0}, + {"袟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x9f",3,NULL,0,NULL,0}, + {"⅃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x83",3,NULL,0,NULL,0}, + {"뮉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x89",3,NULL,0,NULL,0}, + {"㕎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x8e",3,NULL,0,NULL,0}, + {"쉲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xb2",3,NULL,0,NULL,0}, + {"噽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xbd",3,NULL,0,NULL,0}, + {"薑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x91",3,NULL,0,NULL,0}, + {"≥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa5",3,NULL,0,NULL,0}, + {"렀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x80",3,NULL,0,NULL,0}, + {"䮖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x96",3,NULL,0,NULL,0}, + {"⚨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xa8",3,NULL,0,NULL,0}, + {"칶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xb6",3,NULL,0,NULL,0}, + {"럧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xa7",3,NULL,0,NULL,0}, + {"䪍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x8d",3,NULL,0,NULL,0}, + {"ੰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xb0",3,NULL,0,NULL,0}, + {"瀞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x9e",3,NULL,0,NULL,0}, + {"禗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x97",3,NULL,0,NULL,0}, + {"鱯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xaf",3,NULL,0,NULL,0}, + {"窈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x88",3,NULL,0,NULL,0}, + {"粢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xa2",3,NULL,0,NULL,0}, + {"붭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xad",3,NULL,0,NULL,0}, + {"⣯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xbf",3,NULL,0,NULL,0}, + {"槌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x8c",3,NULL,0,NULL,0}, + {"퉃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x83",3,NULL,0,NULL,0}, + {"方",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x91",3,NULL,0,NULL,0}, + {"豢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xa2",3,NULL,0,NULL,0}, + {"쪩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x9c",3,NULL,0,NULL,0}, + {"絬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xac",3,NULL,0,NULL,0}, + {"暩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xa9",3,NULL,0,NULL,0}, + {"蠘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x98",3,NULL,0,NULL,0}, + {"ຈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x88",3,NULL,0,NULL,0}, + {"쀫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xab",3,NULL,0,NULL,0}, + {"쿳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xb3",3,NULL,0,NULL,0}, + {"㡵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xb5",3,NULL,0,NULL,0}, + {"㯁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x81",3,NULL,0,NULL,0}, + {"駫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xab",3,NULL,0,NULL,0}, + {"囆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x86",3,NULL,0,NULL,0}, + {"⢒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x92",3,NULL,0,NULL,0}, + {"햣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xa3",3,NULL,0,NULL,0}, + {"䁛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x9b",3,NULL,0,NULL,0}, + {"咮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xaa",3,NULL,0,NULL,0}, + {"쑢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xa2",3,NULL,0,NULL,0}, + {"糠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xa0",3,NULL,0,NULL,0}, + {"厷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xb7",3,NULL,0,NULL,0}, + {"ᯮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xae",3,NULL,0,NULL,0}, + {"憳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xbd",3,NULL,0,NULL,0}, + {"㧣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xa3",3,NULL,0,NULL,0}, + {"䜠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xa0",3,NULL,0,NULL,0}, + {"贊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x8a",3,NULL,0,NULL,0}, + {"뷘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x98",3,NULL,0,NULL,0}, + {"锡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xa1",3,NULL,0,NULL,0}, + {"᣹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xb9",3,NULL,0,NULL,0}, + {"Ṯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xae",3,NULL,0,NULL,0}, + {"淋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x8b",3,NULL,0,NULL,0}, + {"⓫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xab",3,NULL,0,NULL,0}, + {"퇂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x82",3,NULL,0,NULL,0}, + {"꠳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xb3",3,NULL,0,NULL,0}, + {"픁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x81",3,NULL,0,NULL,0}, + {"㮃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x83",3,NULL,0,NULL,0}, + {"縐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x90",3,NULL,0,NULL,0}, + {"飈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x88",3,NULL,0,NULL,0}, + {"ꬼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xb3",3,NULL,0,NULL,0}, + {"퀴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xb4",3,NULL,0,NULL,0}, + {"璻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xbb",3,NULL,0,NULL,0}, + {"떦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xa6",3,NULL,0,NULL,0}, + {"็",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x87",3,NULL,0,NULL,0}, + {"Ɪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xae",3,NULL,0,NULL,0}, + {"狁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x81",3,NULL,0,NULL,0}, + {"ⵞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x9e",3,NULL,0,NULL,0}, + {"᜷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xb7",3,NULL,0,NULL,0}, + {"ꤣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xa3",3,NULL,0,NULL,0}, + {"옑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x91",3,NULL,0,NULL,0}, + {"䥱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xb1",3,NULL,0,NULL,0}, + {"蹢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xa2",3,NULL,0,NULL,0}, + {"ᨛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x9b",3,NULL,0,NULL,0}, + {"幹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xb9",3,NULL,0,NULL,0}, + {"벉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xaf",3,NULL,0,NULL,0}, + {"唆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x86",3,NULL,0,NULL,0}, + {"혢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xa2",3,NULL,0,NULL,0}, + {"ᮛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x9b",3,NULL,0,NULL,0}, + {"ꌶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x84",3,NULL,0,NULL,0}, + {"⧵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xb5",3,NULL,0,NULL,0}, + {"㣀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x80",3,NULL,0,NULL,0}, + {"養",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x8a",3,NULL,0,NULL,0}, + {"ᡎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x8e",3,NULL,0,NULL,0}, + {"ⱒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x92",3,NULL,0,NULL,0}, + {"괹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xb9",3,NULL,0,NULL,0}, + {"웼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xbc",3,NULL,0,NULL,0}, + {"믗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x97",3,NULL,0,NULL,0}, + {"ꪵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xb5",3,NULL,0,NULL,0}, + {"㶁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x81",3,NULL,0,NULL,0}, + {"煸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xb8",3,NULL,0,NULL,0}, + {"풴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xb4",3,NULL,0,NULL,0}, + {"콂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x82",3,NULL,0,NULL,0}, + {"맺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xba",3,NULL,0,NULL,0}, + {"饏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x8f",3,NULL,0,NULL,0}, + {"㤯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xaf",3,NULL,0,NULL,0}, + {"肮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xae",3,NULL,0,NULL,0}, + {"⻪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xaa",3,NULL,0,NULL,0}, + {"㯴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xb4",3,NULL,0,NULL,0}, + {"齴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xb4",3,NULL,0,NULL,0}, + {"㇉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x89",3,NULL,0,NULL,0}, + {"繬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xac",3,NULL,0,NULL,0}, + {"摻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xbb",3,NULL,0,NULL,0}, + {"惟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x9f",3,NULL,0,NULL,0}, + {"ਝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x9d",3,NULL,0,NULL,0}, + {"㊙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x99",3,NULL,0,NULL,0}, + {"䆉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x89",3,NULL,0,NULL,0}, + {"攁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x81",3,NULL,0,NULL,0}, + {"ﺞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x9e",3,NULL,0,NULL,0}, + {"볠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xb3",3,NULL,0,NULL,0}, + {"Ჩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xa0",3,NULL,0,NULL,0}, + {"뤜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x9c",3,NULL,0,NULL,0}, + {"㴢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xa2",3,NULL,0,NULL,0}, + {"徲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xb2",3,NULL,0,NULL,0}, + {"ꔣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xa3",3,NULL,0,NULL,0}, + {"ݦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xa6",2,NULL,0,NULL,0}, + {"楳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xb3",3,NULL,0,NULL,0}, + {"廕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x95",3,NULL,0,NULL,0}, + {"᢭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xad",3,NULL,0,NULL,0}, + {"ଷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xb7",3,NULL,0,NULL,0}, + {"뙎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x8e",3,NULL,0,NULL,0}, + {"ཿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xbf",3,NULL,0,NULL,0}, + {"僀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x80",3,NULL,0,NULL,0}, + {"岧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xa7",3,NULL,0,NULL,0}, + {"㲂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x82",3,NULL,0,NULL,0}, + {"림",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xbc",3,NULL,0,NULL,0}, + {" ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa0",2,NULL,0,NULL,0}, + {"Д",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x94",2,NULL,0,NULL,0}, + {"岂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x82",3,NULL,0,NULL,0}, + {"䤁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x81",3,NULL,0,NULL,0}, + {"駒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x92",3,NULL,0,NULL,0}, + {"㻅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x85",3,NULL,0,NULL,0}, + {"鿻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xbb",3,NULL,0,NULL,0}, + {"暑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x83",3,NULL,0,NULL,0}, + {"냁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x81",3,NULL,0,NULL,0}, + {"඗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x97",3,NULL,0,NULL,0}, + {"㽜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x9c",3,NULL,0,NULL,0}, + {"﵌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x94",3,NULL,0,NULL,0}, + {"酣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xa3",3,NULL,0,NULL,0}, + {"緻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xbb",3,NULL,0,NULL,0}, + {"Ჿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xbf",3,NULL,0,NULL,0}, + {"鈆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x86",3,NULL,0,NULL,0}, + {"븪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x86",3,NULL,0,NULL,0}, + {"猈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x88",3,NULL,0,NULL,0}, + {"᱊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xa7",3,NULL,0,NULL,0}, + {"轡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xa1",3,NULL,0,NULL,0}, + {"鐵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xa5",3,NULL,0,NULL,0}, + {"溌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x8c",3,NULL,0,NULL,0}, + {"娯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xaf",3,NULL,0,NULL,0}, + {"ﳡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xa1",3,NULL,0,NULL,0}, + {"诰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x81",3,NULL,0,NULL,0}, + {"䏿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xb2",3,NULL,0,NULL,0}, + {"뙳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xb2",3,NULL,0,NULL,0}, + {"僥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xa5",3,NULL,0,NULL,0}, + {"쑑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x91",3,NULL,0,NULL,0}, + {"ꗄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x84",3,NULL,0,NULL,0}, + {"⭸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xb8",3,NULL,0,NULL,0}, + {"‹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb9",3,NULL,0,NULL,0}, + {"೺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xba",3,NULL,0,NULL,0}, + {"럸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xb8",3,NULL,0,NULL,0}, + {"⎢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x8a",3,NULL,0,NULL,0}, + {"씽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xbd",3,NULL,0,NULL,0}, + {"뒐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x90",3,NULL,0,NULL,0}, + {"﷓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x93",3,NULL,0,NULL,0}, + {"홯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xaf",3,NULL,0,NULL,0}, + {"鮒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x92",3,NULL,0,NULL,0}, + {"绫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x87",3,NULL,0,NULL,0}, + {"䈸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x85",3,NULL,0,NULL,0}, + {"₝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x9d",3,NULL,0,NULL,0}, + {"夾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xbe",3,NULL,0,NULL,0}, + {"쯌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x8c",3,NULL,0,NULL,0}, + {"䇥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xa5",3,NULL,0,NULL,0}, + {"쏉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x89",3,NULL,0,NULL,0}, + {"鎇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x87",3,NULL,0,NULL,0}, + {"凁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x81",3,NULL,0,NULL,0}, + {"䕌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x8c",3,NULL,0,NULL,0}, + {"隐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x90",3,NULL,0,NULL,0}, + {"儜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x9c",3,NULL,0,NULL,0}, + {"⦮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xae",3,NULL,0,NULL,0}, + {"鹔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x94",3,NULL,0,NULL,0}, + {"尗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x97",3,NULL,0,NULL,0}, + {"絜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x9c",3,NULL,0,NULL,0}, + {"ꘅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x85",3,NULL,0,NULL,0}, + {"洼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xbc",3,NULL,0,NULL,0}, + {"﹌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x8c",3,NULL,0,NULL,0}, + {"瞤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xa4",3,NULL,0,NULL,0}, + {"됍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x8d",3,NULL,0,NULL,0}, + {"闰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xb0",3,NULL,0,NULL,0}, + {"꼬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xac",3,NULL,0,NULL,0}, + {"∗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xaa",3,NULL,0,NULL,0}, + {"꿟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x9f",3,NULL,0,NULL,0}, + {"䵟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x9f",3,NULL,0,NULL,0}, + {"ৈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x88",3,NULL,0,NULL,0}, + {"諐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x90",3,NULL,0,NULL,0}, + {"挡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xa1",3,NULL,0,NULL,0}, + {"ᖑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x91",3,NULL,0,NULL,0}, + {"ầ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xa7",3,NULL,0,NULL,0}, + {"ࠖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x96",3,NULL,0,NULL,0}, + {"э",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x8d",2,NULL,0,NULL,0}, + {"쭍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x8d",3,NULL,0,NULL,0}, + {"쁁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xa3",3,NULL,0,NULL,0}, + {"ނ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x82",2,NULL,0,NULL,0}, + {"ꑳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xb3",3,NULL,0,NULL,0}, + {"鈸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xba",3,NULL,0,NULL,0}, + {"黛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x9b",3,NULL,0,NULL,0}, + {"脋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x8b",3,NULL,0,NULL,0}, + {"裶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xb6",3,NULL,0,NULL,0}, + {"陇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x87",3,NULL,0,NULL,0}, + {"⑹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xb9",3,NULL,0,NULL,0}, + {"눉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x89",3,NULL,0,NULL,0}, + {"堊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x8a",3,NULL,0,NULL,0}, + {"ँ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xb8",3,NULL,0,NULL,0}, + {"腌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x8c",3,NULL,0,NULL,0}, + {"᧜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x9c",3,NULL,0,NULL,0}, + {"ꚣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xa3",3,NULL,0,NULL,0}, + {"ᐕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x95",3,NULL,0,NULL,0}, + {"宐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x90",3,NULL,0,NULL,0}, + {"︳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xb3",3,NULL,0,NULL,0}, + {"휥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xa5",3,NULL,0,NULL,0}, + {"츇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x87",3,NULL,0,NULL,0}, + {"演",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x94",3,NULL,0,NULL,0}, + {"䷢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xa2",3,NULL,0,NULL,0}, + {"芊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x8a",3,NULL,0,NULL,0}, + {"孏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xb1",3,NULL,0,NULL,0}, + {"郧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xa7",3,NULL,0,NULL,0}, + {"盾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xbe",3,NULL,0,NULL,0}, + {"苷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xb7",3,NULL,0,NULL,0}, + {"嫰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xb0",3,NULL,0,NULL,0}, + {"笜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x9f",3,NULL,0,NULL,0}, + {"ޜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9c",2,NULL,0,NULL,0}, + {"퟿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xbf",3,NULL,0,NULL,0}, + {"Ά",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xbb",3,NULL,0,NULL,0}, + {"掤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xa4",3,NULL,0,NULL,0}, + {"д",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xb4",2,NULL,0,NULL,0}, + {"䢙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x99",3,NULL,0,NULL,0}, + {"݁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x81",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xb4",3,NULL,0,NULL,0}, + {"䕖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x96",3,NULL,0,NULL,0}, + {"줎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x8e",3,NULL,0,NULL,0}, + {"㚸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xb8",3,NULL,0,NULL,0}, + {"실",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xa4",3,NULL,0,NULL,0}, + {"ዲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xb2",3,NULL,0,NULL,0}, + {"쁧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xa7",3,NULL,0,NULL,0}, + {"韴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xb4",3,NULL,0,NULL,0}, + {"界",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x8c",3,NULL,0,NULL,0}, + {"⣳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xb3",3,NULL,0,NULL,0}, + {"쥅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x85",3,NULL,0,NULL,0}, + {"냦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xa6",3,NULL,0,NULL,0}, + {"ℝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x9d",3,NULL,0,NULL,0}, + {"푭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xad",3,NULL,0,NULL,0}, + {"쳬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xac",3,NULL,0,NULL,0}, + {"흦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xa6",3,NULL,0,NULL,0}, + {"ᛉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x89",3,NULL,0,NULL,0}, + {"⅞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x9e",3,NULL,0,NULL,0}, + {"臸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xb8",3,NULL,0,NULL,0}, + {"늢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xa2",3,NULL,0,NULL,0}, + {"챱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xb1",3,NULL,0,NULL,0}, + {"藵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xb5",3,NULL,0,NULL,0}, + {"⛦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xa6",3,NULL,0,NULL,0}, + {"皃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xaa",3,NULL,0,NULL,0}, + {"砲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xb2",3,NULL,0,NULL,0}, + {"케",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x80",3,NULL,0,NULL,0}, + {"칃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x83",3,NULL,0,NULL,0}, + {"┦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xa6",3,NULL,0,NULL,0}, + {"靗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x97",3,NULL,0,NULL,0}, + {"䣇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xb5",3,NULL,0,NULL,0}, + {"欒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xb4",3,NULL,0,NULL,0}, + {"뻧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xa7",3,NULL,0,NULL,0}, + {"䢿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xbf",3,NULL,0,NULL,0}, + {"攰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xb0",3,NULL,0,NULL,0}, + {"ꃈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x88",3,NULL,0,NULL,0}, + {"뼈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x88",3,NULL,0,NULL,0}, + {"ᄤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xa4",3,NULL,0,NULL,0}, + {"樚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x9a",3,NULL,0,NULL,0}, + {"斋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x8b",3,NULL,0,NULL,0}, + {"፧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xa7",3,NULL,0,NULL,0}, + {"Υ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa5",2,NULL,0,NULL,0}, + {"䟐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xa7",3,NULL,0,NULL,0}, + {"縉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x98",3,NULL,0,NULL,0}, + {"䌦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xa6",3,NULL,0,NULL,0}, + {"졆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x86",3,NULL,0,NULL,0}, + {"魘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xa7",3,NULL,0,NULL,0}, + {"삓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x93",3,NULL,0,NULL,0}, + {"萾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xbe",3,NULL,0,NULL,0}, + {"❔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x94",3,NULL,0,NULL,0}, + {"泲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xb2",3,NULL,0,NULL,0}, + {"ꅯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xaf",3,NULL,0,NULL,0}, + {"♟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x9f",3,NULL,0,NULL,0}, + {"⃂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x82",3,NULL,0,NULL,0}, + {"⹇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x87",3,NULL,0,NULL,0}, + {"㖘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x98",3,NULL,0,NULL,0}, + {"雮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xae",3,NULL,0,NULL,0}, + {"⏚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x9a",3,NULL,0,NULL,0}, + {"救",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x9c",3,NULL,0,NULL,0}, + {"鬎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x8e",3,NULL,0,NULL,0}, + {"舝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x9d",3,NULL,0,NULL,0}, + {"⠜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x9c",3,NULL,0,NULL,0}, + {"䒻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xbb",3,NULL,0,NULL,0}, + {"ɚ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x9a",2,NULL,0,NULL,0}, + {"㏄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xa5",3,NULL,0,NULL,0}, + {"돪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xaa",3,NULL,0,NULL,0}, + {"ꌠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xa0",3,NULL,0,NULL,0}, + {"ㅛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x9b",3,NULL,0,NULL,0}, + {"捕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x95",3,NULL,0,NULL,0}, + {"智",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xba",3,NULL,0,NULL,0}, + {"遟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x9f",3,NULL,0,NULL,0}, + {"蔟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x9f",3,NULL,0,NULL,0}, + {"ᬎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x8e",3,NULL,0,NULL,0}, + {"ᇥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xa5",3,NULL,0,NULL,0}, + {"쫹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xb9",3,NULL,0,NULL,0}, + {"䡇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x87",3,NULL,0,NULL,0}, + {"蒫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x8e",3,NULL,0,NULL,0}, + {"⡝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x9d",3,NULL,0,NULL,0}, + {"⩠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xa0",3,NULL,0,NULL,0}, + {"⻂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x82",3,NULL,0,NULL,0}, + {"ꮟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x9f",3,NULL,0,NULL,0}, + {"࠶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xb6",3,NULL,0,NULL,0}, + {"ꥭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xad",3,NULL,0,NULL,0}, + {"き",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x8d",3,NULL,0,NULL,0}, + {"ʜ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x9c",2,NULL,0,NULL,0}, + {"邶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xb6",3,NULL,0,NULL,0}, + {"쉺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xba",3,NULL,0,NULL,0}, + {"꣮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xae",3,NULL,0,NULL,0}, + {"ⷬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xac",3,NULL,0,NULL,0}, + {"垘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x98",3,NULL,0,NULL,0}, + {"拟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x9f",3,NULL,0,NULL,0}, + {"쇓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x93",3,NULL,0,NULL,0}, + {"ף",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xa3",2,NULL,0,NULL,0}, + {"ᐃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x83",3,NULL,0,NULL,0}, + {"Ꞟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x9e",3,NULL,0,NULL,0}, + {"ˡ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xa1",2,NULL,0,NULL,0}, + {"慐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x90",3,NULL,0,NULL,0}, + {"痣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xa3",3,NULL,0,NULL,0}, + {"㒝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x9d",3,NULL,0,NULL,0}, + {"菤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xa4",3,NULL,0,NULL,0}, + {"拆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x86",3,NULL,0,NULL,0}, + {"鴬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xb0",3,NULL,0,NULL,0}, + {"踙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x99",3,NULL,0,NULL,0}, + {"鵵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xb5",3,NULL,0,NULL,0}, + {"蘑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x91",3,NULL,0,NULL,0}, + {"烕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x95",3,NULL,0,NULL,0}, + {"뿔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x94",3,NULL,0,NULL,0}, + {"풉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x89",3,NULL,0,NULL,0}, + {"䦾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xbe",3,NULL,0,NULL,0}, + {"﮻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xbb",3,NULL,0,NULL,0}, + {"숉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x89",3,NULL,0,NULL,0}, + {"禎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x8e",3,NULL,0,NULL,0}, + {"类",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x99",3,NULL,0,NULL,0}, + {"㋧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xa7",3,NULL,0,NULL,0}, + {"䞂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x82",3,NULL,0,NULL,0}, + {"簯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xaf",3,NULL,0,NULL,0}, + {"㉊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x8a",3,NULL,0,NULL,0}, + {"ⲋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x8b",3,NULL,0,NULL,0}, + {"抈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x88",3,NULL,0,NULL,0}, + {"솆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x86",3,NULL,0,NULL,0}, + {"齞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x9e",3,NULL,0,NULL,0}, + {"䊺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xba",3,NULL,0,NULL,0}, + {"ጣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xa3",3,NULL,0,NULL,0}, + {"လ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x9c",3,NULL,0,NULL,0}, + {"洙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x99",3,NULL,0,NULL,0}, + {"檊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x8a",3,NULL,0,NULL,0}, + {"곀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x80",3,NULL,0,NULL,0}, + {"ቁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x81",3,NULL,0,NULL,0}, + {"徍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x8d",3,NULL,0,NULL,0}, + {"૸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xb8",3,NULL,0,NULL,0}, + {"ཚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x9a",3,NULL,0,NULL,0}, + {"䳄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x84",3,NULL,0,NULL,0}, + {"灞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x9e",3,NULL,0,NULL,0}, + {"馛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x9b",3,NULL,0,NULL,0}, + {"௢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xa2",3,NULL,0,NULL,0}, + {"ᅗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x97",3,NULL,0,NULL,0}, + {"꽲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xb2",3,NULL,0,NULL,0}, + {"ꪍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x8d",3,NULL,0,NULL,0}, + {"༙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x99",3,NULL,0,NULL,0}, + {"撮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xae",3,NULL,0,NULL,0}, + {"ㄡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xa1",3,NULL,0,NULL,0}, + {"퉥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xa5",3,NULL,0,NULL,0}, + {"妘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x98",3,NULL,0,NULL,0}, + {"眩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x8d",3,NULL,0,NULL,0}, + {"ꏽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xbd",3,NULL,0,NULL,0}, + {"䫘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x98",3,NULL,0,NULL,0}, + {"浓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x89",3,NULL,0,NULL,0}, + {"扖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x96",3,NULL,0,NULL,0}, + {"棧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xa7",3,NULL,0,NULL,0}, + {"㶰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xb0",3,NULL,0,NULL,0}, + {"셅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x85",3,NULL,0,NULL,0}, + {"䚞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xbb",3,NULL,0,NULL,0}, + {"塸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xb8",3,NULL,0,NULL,0}, + {"䯾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x83",3,NULL,0,NULL,0}, + {"粮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xae",3,NULL,0,NULL,0}, + {"滛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x9b",3,NULL,0,NULL,0}, + {"汼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xbc",3,NULL,0,NULL,0}, + {"㦣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xa3",3,NULL,0,NULL,0}, + {"忬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xac",3,NULL,0,NULL,0}, + {"븲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xb2",3,NULL,0,NULL,0}, + {"Ձ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x81",2,NULL,0,NULL,0}, + {"쾲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xb2",3,NULL,0,NULL,0}, + {"ꇟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x9f",3,NULL,0,NULL,0}, + {"턿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x80",3,NULL,0,NULL,0}, + {"ᆘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x98",3,NULL,0,NULL,0}, + {"嚏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x8f",3,NULL,0,NULL,0}, + {"蠎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x8e",3,NULL,0,NULL,0}, + {"꡾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xbe",3,NULL,0,NULL,0}, + {"⬸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xb8",3,NULL,0,NULL,0}, + {"詘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x9b",3,NULL,0,NULL,0}, + {"렶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xb6",3,NULL,0,NULL,0}, + {"⮏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x8c",3,NULL,0,NULL,0}, + {"憞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x9e",3,NULL,0,NULL,0}, + {"牽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xbd",3,NULL,0,NULL,0}, + {"큺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xba",3,NULL,0,NULL,0}, + {"㩀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x80",3,NULL,0,NULL,0}, + {"椨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x88",3,NULL,0,NULL,0}, + {"窐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x90",3,NULL,0,NULL,0}, + {"䲵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xb5",3,NULL,0,NULL,0}, + {"輹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xb9",3,NULL,0,NULL,0}, + {"⢴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xa8",3,NULL,0,NULL,0}, + {"蛌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x8c",3,NULL,0,NULL,0}, + {"鬮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xae",3,NULL,0,NULL,0}, + {"贪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xaa",3,NULL,0,NULL,0}, + {"웧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xa7",3,NULL,0,NULL,0}, + {"鯤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xa4",3,NULL,0,NULL,0}, + {"耗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x97",3,NULL,0,NULL,0}, + {"蚃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x83",3,NULL,0,NULL,0}, + {"㳚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x9a",3,NULL,0,NULL,0}, + {"륐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x90",3,NULL,0,NULL,0}, + {"ം",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x82",3,NULL,0,NULL,0}, + {"䱫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xab",3,NULL,0,NULL,0}, + {"Ⱉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x8c",3,NULL,0,NULL,0}, + {"浺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xba",3,NULL,0,NULL,0}, + {"壷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xb7",3,NULL,0,NULL,0}, + {"鹵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xb5",3,NULL,0,NULL,0}, + {"ꜷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xb7",3,NULL,0,NULL,0}, + {"渓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x93",3,NULL,0,NULL,0}, + {"喪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xaa",3,NULL,0,NULL,0}, + {"텼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xbc",3,NULL,0,NULL,0}, + {"谾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xbe",3,NULL,0,NULL,0}, + {"쀡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xa1",3,NULL,0,NULL,0}, + {"뮵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8a",3,NULL,0,NULL,0}, + {"犳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xb3",3,NULL,0,NULL,0}, + {"멀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xac",3,NULL,0,NULL,0}, + {"랯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xaf",3,NULL,0,NULL,0}, + {"柛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x9b",3,NULL,0,NULL,0}, + {"쓺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xba",3,NULL,0,NULL,0}, + {"鼽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xbd",3,NULL,0,NULL,0}, + {"爰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xb0",3,NULL,0,NULL,0}, + {"栶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xb6",3,NULL,0,NULL,0}, + {"鯕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x95",3,NULL,0,NULL,0}, + {"㨑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x91",3,NULL,0,NULL,0}, + {"껩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xa9",3,NULL,0,NULL,0}, + {"䆪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xaa",3,NULL,0,NULL,0}, + {"㠂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x82",3,NULL,0,NULL,0}, + {"쳫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xab",3,NULL,0,NULL,0}, + {"꯴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xb4",3,NULL,0,NULL,0}, + {"⯛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x9b",3,NULL,0,NULL,0}, + {"㝻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xbb",3,NULL,0,NULL,0}, + {"諩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x9c",3,NULL,0,NULL,0}, + {"淑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x91",3,NULL,0,NULL,0}, + {"㴄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x84",3,NULL,0,NULL,0}, + {"톶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xb6",3,NULL,0,NULL,0}, + {"範",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x92",3,NULL,0,NULL,0}, + {"続",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x9a",3,NULL,0,NULL,0}, + {"紱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xb1",3,NULL,0,NULL,0}, + {"雤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xa4",3,NULL,0,NULL,0}, + {"떶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xb6",3,NULL,0,NULL,0}, + {"麶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xb6",3,NULL,0,NULL,0}, + {"펴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xb4",3,NULL,0,NULL,0}, + {"`",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"`",1,NULL,0,NULL,0}, + {"ᜟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x9f",3,NULL,0,NULL,0}, + {"켲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xb2",3,NULL,0,NULL,0}, + {"뵄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x84",3,NULL,0,NULL,0}, + {"㹸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xb8",3,NULL,0,NULL,0}, + {"祄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x84",3,NULL,0,NULL,0}, + {"䁪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xaa",3,NULL,0,NULL,0}, + {"㠸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xb8",3,NULL,0,NULL,0}, + {"䷻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xbb",3,NULL,0,NULL,0}, + {"벃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x8c",3,NULL,0,NULL,0}, + {"왛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x9b",3,NULL,0,NULL,0}, + {"뭖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x96",3,NULL,0,NULL,0}, + {"獿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xbf",3,NULL,0,NULL,0}, + {"桷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xb7",3,NULL,0,NULL,0}, + {"჋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x8b",3,NULL,0,NULL,0}, + {"椐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xad",3,NULL,0,NULL,0}, + {"ߍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x8d",2,NULL,0,NULL,0}, + {"㣜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x9c",3,NULL,0,NULL,0}, + {"ᔙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x89",3,NULL,0,NULL,0}, + {"ᨂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x82",3,NULL,0,NULL,0}, + {"绁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x81",3,NULL,0,NULL,0}, + {"讱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xb1",3,NULL,0,NULL,0}, + {"롻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xbb",3,NULL,0,NULL,0}, + {"㶋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x8b",3,NULL,0,NULL,0}, + {"勥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xa5",3,NULL,0,NULL,0}, + {"祺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x99",3,NULL,0,NULL,0}, + {"覍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x8d",3,NULL,0,NULL,0}, + {"툹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xb9",3,NULL,0,NULL,0}, + {"쒲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xb2",3,NULL,0,NULL,0}, + {"쨨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xa8",3,NULL,0,NULL,0}, + {"팭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xad",3,NULL,0,NULL,0}, + {"繤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x8e",3,NULL,0,NULL,0}, + {"哨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x81",3,NULL,0,NULL,0}, + {"ﲢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xa2",3,NULL,0,NULL,0}, + {"폵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xb5",3,NULL,0,NULL,0}, + {"늵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xb5",3,NULL,0,NULL,0}, + {"뢑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x91",3,NULL,0,NULL,0}, + {"쌞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xb8",3,NULL,0,NULL,0}, + {"鐭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xad",3,NULL,0,NULL,0}, + {"ᷗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x97",3,NULL,0,NULL,0}, + {"迉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x89",3,NULL,0,NULL,0}, + {"맔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x94",3,NULL,0,NULL,0}, + {"碲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xb2",3,NULL,0,NULL,0}, + {"ᄓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x93",3,NULL,0,NULL,0}, + {"릁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xba",3,NULL,0,NULL,0}, + {"헓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x93",3,NULL,0,NULL,0}, + {"⦴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xb4",3,NULL,0,NULL,0}, + {"냃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x9e",3,NULL,0,NULL,0}, + {"줟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x9f",3,NULL,0,NULL,0}, + {"ꜙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x99",3,NULL,0,NULL,0}, + {"즂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x8d",3,NULL,0,NULL,0}, + {"딦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xa6",3,NULL,0,NULL,0}, + {"്",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xb6",3,NULL,0,NULL,0}, + {"ᛨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xa8",3,NULL,0,NULL,0}, + {"롗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x97",3,NULL,0,NULL,0}, + {"젉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x89",3,NULL,0,NULL,0}, + {"鮮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xae",3,NULL,0,NULL,0}, + {"侨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xa8",3,NULL,0,NULL,0}, + {"찉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x87",3,NULL,0,NULL,0}, + {"㬞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x9e",3,NULL,0,NULL,0}, + {"뀣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xa3",3,NULL,0,NULL,0}, + {"兄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x84",3,NULL,0,NULL,0}, + {"≝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x9d",3,NULL,0,NULL,0}, + {"娵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xb5",3,NULL,0,NULL,0}, + {"뉄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x84",3,NULL,0,NULL,0}, + {"싋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x8b",3,NULL,0,NULL,0}, + {"ᣉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x8c",3,NULL,0,NULL,0}, + {"乥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xa5",3,NULL,0,NULL,0}, + {"ḑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x91",3,NULL,0,NULL,0}, + {"錶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xb7",3,NULL,0,NULL,0}, + {"⏝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x9d",3,NULL,0,NULL,0}, + {"鍗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x97",3,NULL,0,NULL,0}, + {"䂑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x91",3,NULL,0,NULL,0}, + {"罯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xaf",3,NULL,0,NULL,0}, + {"ꌪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xaa",3,NULL,0,NULL,0}, + {"혉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x89",3,NULL,0,NULL,0}, + {"⇉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x89",3,NULL,0,NULL,0}, + {"᳖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x96",3,NULL,0,NULL,0}, + {"鉂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x82",3,NULL,0,NULL,0}, + {"எ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x8e",3,NULL,0,NULL,0}, + {"춂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x82",3,NULL,0,NULL,0}, + {"쳖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x96",3,NULL,0,NULL,0}, + {"ᴝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x9d",3,NULL,0,NULL,0}, + {"砙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x99",3,NULL,0,NULL,0}, + {"﨣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xa3",3,NULL,0,NULL,0}, + {"李",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xa1",3,NULL,0,NULL,0}, + {"ꙍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x8d",3,NULL,0,NULL,0}, + {"矂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x82",3,NULL,0,NULL,0}, + {"㗍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x8d",3,NULL,0,NULL,0}, + {"ŕ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x95",2,NULL,0,NULL,0}, + {"থ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xa5",3,NULL,0,NULL,0}, + {"독",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x85",3,NULL,0,NULL,0}, + {"㸭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xad",3,NULL,0,NULL,0}, + {"쫎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x8e",3,NULL,0,NULL,0}, + {"z",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x9a",3,NULL,0,NULL,0}, + {"䡺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xba",3,NULL,0,NULL,0}, + {"ㅶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xb6",3,NULL,0,NULL,0}, + {"䧺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xba",3,NULL,0,NULL,0}, + {"₟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x9f",3,NULL,0,NULL,0}, + {"쯈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x88",3,NULL,0,NULL,0}, + {"삞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x9e",3,NULL,0,NULL,0}, + {"἞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x9e",3,NULL,0,NULL,0}, + {"㥆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x86",3,NULL,0,NULL,0}, + {"鎍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x8d",3,NULL,0,NULL,0}, + {"䃋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x8b",3,NULL,0,NULL,0}, + {"ﻉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x89",3,NULL,0,NULL,0}, + {"凃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x83",3,NULL,0,NULL,0}, + {"ᤊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x8a",3,NULL,0,NULL,0}, + {"艚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x8a",3,NULL,0,NULL,0}, + {"珂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xa7",3,NULL,0,NULL,0}, + {"蟁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x81",3,NULL,0,NULL,0}, + {"῿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xbf",3,NULL,0,NULL,0}, + {"ࢬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xbd",3,NULL,0,NULL,0}, + {"뇻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xbb",3,NULL,0,NULL,0}, + {"ꑡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xa1",3,NULL,0,NULL,0}, + {"∠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa0",3,NULL,0,NULL,0}, + {"鋉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x89",3,NULL,0,NULL,0}, + {"蒡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xa1",3,NULL,0,NULL,0}, + {"㿗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x97",3,NULL,0,NULL,0}, + {"瞨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xa8",3,NULL,0,NULL,0}, + {"㑂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x82",3,NULL,0,NULL,0}, + {"膒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x92",3,NULL,0,NULL,0}, + {"ໃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x83",3,NULL,0,NULL,0}, + {"노",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xb8",3,NULL,0,NULL,0}, + {"宆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x86",3,NULL,0,NULL,0}, + {"㑳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xb3",3,NULL,0,NULL,0}, + {"펍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x8d",3,NULL,0,NULL,0}, + {"己",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xb1",3,NULL,0,NULL,0}, + {"殺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xb0",3,NULL,0,NULL,0}, + {"夠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xa0",3,NULL,0,NULL,0}, + {"窳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xb3",3,NULL,0,NULL,0}, + {"幬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xac",3,NULL,0,NULL,0}, + {"孅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x9e",3,NULL,0,NULL,0}, + {"炿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xbf",3,NULL,0,NULL,0}, + {"흜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x9c",3,NULL,0,NULL,0}, + {"䑰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xb0",3,NULL,0,NULL,0}, + {"ậ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xad",3,NULL,0,NULL,0}, + {"ゲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb2",3,NULL,0,NULL,0}, + {"᠘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x98",3,NULL,0,NULL,0}, + {"䪸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xb8",3,NULL,0,NULL,0}, + {"긐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x90",3,NULL,0,NULL,0}, + {"嵤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xa4",3,NULL,0,NULL,0}, + {"毸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xb8",3,NULL,0,NULL,0}, + {"ﯲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xb2",3,NULL,0,NULL,0}, + {"⽎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x8e",3,NULL,0,NULL,0}, + {"㝕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x95",3,NULL,0,NULL,0}, + {"歽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xbd",3,NULL,0,NULL,0}, + {"썏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x8f",3,NULL,0,NULL,0}, + {"崛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x9b",3,NULL,0,NULL,0}, + {"㵕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x95",3,NULL,0,NULL,0}, + {"ꄉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x89",3,NULL,0,NULL,0}, + {"疙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x99",3,NULL,0,NULL,0}, + {"䓹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xb9",3,NULL,0,NULL,0}, + {"높",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x92",3,NULL,0,NULL,0}, + {"㎑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x91",3,NULL,0,NULL,0}, + {"ꚑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x91",3,NULL,0,NULL,0}, + {"橗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x97",3,NULL,0,NULL,0}, + {"ᎏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x8f",3,NULL,0,NULL,0}, + {"셯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xaf",3,NULL,0,NULL,0}, + {"埦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x91",3,NULL,0,NULL,0}, + {"顎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x8e",3,NULL,0,NULL,0}, + {"꼒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x92",3,NULL,0,NULL,0}, + {"죈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x88",3,NULL,0,NULL,0}, + {"넷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xb7",3,NULL,0,NULL,0}, + {"ℏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x8f",3,NULL,0,NULL,0}, + {"冖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x96",3,NULL,0,NULL,0}, + {"흶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xb6",3,NULL,0,NULL,0}, + {"虚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x9a",3,NULL,0,NULL,0}, + {"냲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xb2",3,NULL,0,NULL,0}, + {"郝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x9d",3,NULL,0,NULL,0}, + {"ቨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xa8",3,NULL,0,NULL,0}, + {"筌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x8c",3,NULL,0,NULL,0}, + {"䙃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x83",3,NULL,0,NULL,0}, + {"◟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x9f",3,NULL,0,NULL,0}, + {"⅔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x94",3,NULL,0,NULL,0}, + {"닔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x94",3,NULL,0,NULL,0}, + {"霅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xb3",3,NULL,0,NULL,0}, + {"薙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x99",3,NULL,0,NULL,0}, + {"郶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xb6",3,NULL,0,NULL,0}, + {"캺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xba",3,NULL,0,NULL,0}, + {"姢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xa2",3,NULL,0,NULL,0}, + {"⛈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x88",3,NULL,0,NULL,0}, + {"ꅇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x87",3,NULL,0,NULL,0}, + {"錍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x8d",3,NULL,0,NULL,0}, + {"妱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xb1",3,NULL,0,NULL,0}, + {"ᣲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xb2",3,NULL,0,NULL,0}, + {"ꐎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x8e",3,NULL,0,NULL,0}, + {"ၥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xa5",3,NULL,0,NULL,0}, + {"圁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x81",3,NULL,0,NULL,0}, + {"㍏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x8f",3,NULL,0,NULL,0}, + {"ᓨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa8",3,NULL,0,NULL,0}, + {"۰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xb0",2,NULL,0,NULL,0}, + {"쥏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x8f",3,NULL,0,NULL,0}, + {"뜨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x8c",3,NULL,0,NULL,0}, + {"샰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xb0",3,NULL,0,NULL,0}, + {"剒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x92",3,NULL,0,NULL,0}, + {"ٱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xb1",2,NULL,0,NULL,0}, + {"础",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x80",3,NULL,0,NULL,0}, + {"⟉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x89",3,NULL,0,NULL,0}, + {"䜯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xaf",3,NULL,0,NULL,0}, + {"Ⅾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xae",3,NULL,0,NULL,0}, + {"괕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x95",3,NULL,0,NULL,0}, + {"䎨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xa8",3,NULL,0,NULL,0}, + {"굒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x98",3,NULL,0,NULL,0}, + {"Ђ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x82",2,NULL,0,NULL,0}, + {"⛖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x96",3,NULL,0,NULL,0}, + {"ƴ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xb4",2,NULL,0,NULL,0}, + {"⁋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x8b",3,NULL,0,NULL,0}, + {"✢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xa2",3,NULL,0,NULL,0}, + {"⫗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xb6",3,NULL,0,NULL,0}, + {"⃎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x8e",3,NULL,0,NULL,0}, + {"䑘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x98",3,NULL,0,NULL,0}, + {"驿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xbf",3,NULL,0,NULL,0}, + {"ꬥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xa5",3,NULL,0,NULL,0}, + {"ʦ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xa6",2,NULL,0,NULL,0}, + {"Շ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x87",2,NULL,0,NULL,0}, + {"ᙣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xa3",3,NULL,0,NULL,0}, + {"뾗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x97",3,NULL,0,NULL,0}, + {"鲒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x91",3,NULL,0,NULL,0}, + {"⇨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xa8",3,NULL,0,NULL,0}, + {"坊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x9d",3,NULL,0,NULL,0}, + {"旤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xa4",3,NULL,0,NULL,0}, + {"糇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x87",3,NULL,0,NULL,0}, + {"镵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xb5",3,NULL,0,NULL,0}, + {"㉘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xb7",3,NULL,0,NULL,0}, + {"揈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x88",3,NULL,0,NULL,0}, + {"쪄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x84",3,NULL,0,NULL,0}, + {"钭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x8d",3,NULL,0,NULL,0}, + {"ꈌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x8c",3,NULL,0,NULL,0}, + {"❘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x98",3,NULL,0,NULL,0}, + {"ᎁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x81",3,NULL,0,NULL,0}, + {"骜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x9c",3,NULL,0,NULL,0}, + {"▅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x85",3,NULL,0,NULL,0}, + {"ꠘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x98",3,NULL,0,NULL,0}, + {"痫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xab",3,NULL,0,NULL,0}, + {"ꥧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xa7",3,NULL,0,NULL,0}, + {"❣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xa3",3,NULL,0,NULL,0}, + {"㤼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xbc",3,NULL,0,NULL,0}, + {"⠤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xa4",3,NULL,0,NULL,0}, + {"ᗤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xa4",3,NULL,0,NULL,0}, + {"Ӱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xb0",2,NULL,0,NULL,0}, + {"숰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xb0",3,NULL,0,NULL,0}, + {"牕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xb5",3,NULL,0,NULL,0}, + {"顜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x9c",3,NULL,0,NULL,0}, + {"Ⴢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x82",3,NULL,0,NULL,0}, + {"戲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xb2",3,NULL,0,NULL,0}, + {"䅈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x88",3,NULL,0,NULL,0}, + {"ꦭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xad",3,NULL,0,NULL,0}, + {"捗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x97",3,NULL,0,NULL,0}, + {"ṋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x8b",3,NULL,0,NULL,0}, + {"賄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x84",3,NULL,0,NULL,0}, + {"뫚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x9a",3,NULL,0,NULL,0}, + {"┖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x96",3,NULL,0,NULL,0}, + {"啌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x8c",3,NULL,0,NULL,0}, + {"ᇷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xb7",3,NULL,0,NULL,0}, + {"좟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x9f",3,NULL,0,NULL,0}, + {"軒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x92",3,NULL,0,NULL,0}, + {"쯝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x9d",3,NULL,0,NULL,0}, + {"礥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xa5",3,NULL,0,NULL,0}, + {"▶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xb6",3,NULL,0,NULL,0}, + {"胙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x99",3,NULL,0,NULL,0}, + {"烺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xba",3,NULL,0,NULL,0}, + {"㊉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x89",3,NULL,0,NULL,0}, + {"ⷌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x8c",3,NULL,0,NULL,0}, + {"䦚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x9a",3,NULL,0,NULL,0}, + {"拝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x9d",3,NULL,0,NULL,0}, + {"䮾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xbe",3,NULL,0,NULL,0}, + {"䙥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xa5",3,NULL,0,NULL,0}, + {"∞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x9e",3,NULL,0,NULL,0}, + {"⥼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xbc",3,NULL,0,NULL,0}, + {"ྡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xa1",3,NULL,0,NULL,0}, + {"ⳣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xb6",3,NULL,0,NULL,0}, + {"縭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xad",3,NULL,0,NULL,0}, + {"譥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xa5",3,NULL,0,NULL,0}, + {"㵏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x8f",3,NULL,0,NULL,0}, + {"喊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x8a",3,NULL,0,NULL,0}, + {"䄙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x99",3,NULL,0,NULL,0}, + {"Ⱗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xa7",3,NULL,0,NULL,0}, + {"걊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x8a",3,NULL,0,NULL,0}, + {"噔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x94",3,NULL,0,NULL,0}, + {"윧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xa7",3,NULL,0,NULL,0}, + {"౛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x9b",3,NULL,0,NULL,0}, + {"ኦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xa6",3,NULL,0,NULL,0}, + {"켗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x97",3,NULL,0,NULL,0}, + {"应",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x94",3,NULL,0,NULL,0}, + {"윺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xba",3,NULL,0,NULL,0}, + {"풋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x8b",3,NULL,0,NULL,0}, + {"༣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xa3",3,NULL,0,NULL,0}, + {"弭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xad",3,NULL,0,NULL,0}, + {"吁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x81",3,NULL,0,NULL,0}, + {"➠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xa0",3,NULL,0,NULL,0}, + {"鱀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x9d",3,NULL,0,NULL,0}, + {"䟆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x86",3,NULL,0,NULL,0}, + {"搟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x9f",3,NULL,0,NULL,0}, + {"梦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xa6",3,NULL,0,NULL,0}, + {"᳊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x8a",3,NULL,0,NULL,0}, + {"ꎹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xb9",3,NULL,0,NULL,0}, + {"킾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xbe",3,NULL,0,NULL,0}, + {"㋥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xa5",3,NULL,0,NULL,0}, + {"촼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x82",3,NULL,0,NULL,0}, + {"ᰧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xa7",3,NULL,0,NULL,0}, + {"턫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x8d",3,NULL,0,NULL,0}, + {"활",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x9c",3,NULL,0,NULL,0}, + {"沴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xb4",3,NULL,0,NULL,0}, + {"ᖗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x97",3,NULL,0,NULL,0}, + {"楆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x86",3,NULL,0,NULL,0}, + {"ଐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x90",3,NULL,0,NULL,0}, + {"㟛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x9b",3,NULL,0,NULL,0}, + {"逆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x86",3,NULL,0,NULL,0}, + {"鑐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x90",3,NULL,0,NULL,0}, + {"㡊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x8a",3,NULL,0,NULL,0}, + {"௲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xb2",3,NULL,0,NULL,0}, + {"ᅅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x85",3,NULL,0,NULL,0}, + {"≢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa2",3,NULL,0,NULL,0}, + {"쑴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xb4",3,NULL,0,NULL,0}, + {"⬰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xb0",3,NULL,0,NULL,0}, + {"鿖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xbc",3,NULL,0,NULL,0}, + {"滅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x85",3,NULL,0,NULL,0}, + {"訝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xb1",3,NULL,0,NULL,0}, + {"렘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x98",3,NULL,0,NULL,0}, + {"鳯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xaf",3,NULL,0,NULL,0}, + {"䳋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x8b",3,NULL,0,NULL,0}, + {"煞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x9e",3,NULL,0,NULL,0}, + {"㕏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x8f",3,NULL,0,NULL,0}, + {"蘝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x9d",3,NULL,0,NULL,0}, + {"폊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x8a",3,NULL,0,NULL,0}, + {"骷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xb7",3,NULL,0,NULL,0}, + {"蜿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xa0",3,NULL,0,NULL,0}, + {"蜐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x90",3,NULL,0,NULL,0}, + {"䈕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x95",3,NULL,0,NULL,0}, + {"깖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x96",3,NULL,0,NULL,0}, + {"ਃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x83",3,NULL,0,NULL,0}, + {"塬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xac",3,NULL,0,NULL,0}, + {"溹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xb9",3,NULL,0,NULL,0}, + {"㦙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x99",3,NULL,0,NULL,0}, + {"㵄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x84",3,NULL,0,NULL,0}, + {"ꇥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xa5",3,NULL,0,NULL,0}, + {"㓵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xb5",3,NULL,0,NULL,0}, + {"瀡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xa1",3,NULL,0,NULL,0}, + {"揯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xba",3,NULL,0,NULL,0}, + {"ᳬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xac",3,NULL,0,NULL,0}, + {"鈫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xab",3,NULL,0,NULL,0}, + {"렦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xa6",3,NULL,0,NULL,0}, + {"攅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x85",3,NULL,0,NULL,0}, + {"黀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x80",3,NULL,0,NULL,0}, + {"䭰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xb0",3,NULL,0,NULL,0}, + {"祸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xb8",3,NULL,0,NULL,0}, + {"뭛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xbb",3,NULL,0,NULL,0}, + {"꘠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xa0",3,NULL,0,NULL,0}, + {"栦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xa6",3,NULL,0,NULL,0}, + {"︜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xa1",3,NULL,0,NULL,0}, + {"徺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xba",3,NULL,0,NULL,0}, + {"鯬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xac",3,NULL,0,NULL,0}, + {"㟲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xb2",3,NULL,0,NULL,0}, + {"滿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xbf",3,NULL,0,NULL,0}, + {"퓝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x9d",3,NULL,0,NULL,0}, + {"昄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x84",3,NULL,0,NULL,0}, + {"誹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xb9",3,NULL,0,NULL,0}, + {"䫵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xb5",3,NULL,0,NULL,0}, + {"텬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xac",3,NULL,0,NULL,0}, + {"俽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xbd",3,NULL,0,NULL,0}, + {"㾺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xba",3,NULL,0,NULL,0}, + {"匸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xa9",3,NULL,0,NULL,0}, + {"龑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x91",3,NULL,0,NULL,0}, + {"㸛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x9b",3,NULL,0,NULL,0}, + {"紳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xb3",3,NULL,0,NULL,0}, + {"㭍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x8d",3,NULL,0,NULL,0}, + {"睇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x87",3,NULL,0,NULL,0}, + {"ꖂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x82",3,NULL,0,NULL,0}, + {"ꥼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xad",3,NULL,0,NULL,0}, + {"齇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x87",3,NULL,0,NULL,0}, + {"벹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xb9",3,NULL,0,NULL,0}, + {"禹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xb9",3,NULL,0,NULL,0}, + {"梅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x85",3,NULL,0,NULL,0}, + {"ㄨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xa8",3,NULL,0,NULL,0}, + {"珱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xb1",3,NULL,0,NULL,0}, + {"㞉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x9f",3,NULL,0,NULL,0}, + {"諻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xbb",3,NULL,0,NULL,0}, + {"ﶕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x95",3,NULL,0,NULL,0}, + {"똩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xa9",3,NULL,0,NULL,0}, + {"ォ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xab",3,NULL,0,NULL,0}, + {"욼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xbc",3,NULL,0,NULL,0}, + {"룊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x8a",3,NULL,0,NULL,0}, + {"䵐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x90",3,NULL,0,NULL,0}, + {"潨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x82",3,NULL,0,NULL,0}, + {"떏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x8f",3,NULL,0,NULL,0}, + {"¥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa5",3,NULL,0,NULL,0}, + {"놯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xaf",3,NULL,0,NULL,0}, + {"璑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x9b",3,NULL,0,NULL,0}, + {"踠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xa0",3,NULL,0,NULL,0}, + {"⾉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x89",3,NULL,0,NULL,0}, + {"뗐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x90",3,NULL,0,NULL,0}, + {"熢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xa2",3,NULL,0,NULL,0}, + {"듇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x87",3,NULL,0,NULL,0}, + {"倾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xbe",3,NULL,0,NULL,0}, + {"ꖄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x84",3,NULL,0,NULL,0}, + {"ᜍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x8d",3,NULL,0,NULL,0}, + {"勷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xb7",3,NULL,0,NULL,0}, + {"ꙸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xb8",3,NULL,0,NULL,0}, + {"틽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xbd",3,NULL,0,NULL,0}, + {"惬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xac",3,NULL,0,NULL,0}, + {"句",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x95",3,NULL,0,NULL,0}, + {"茘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xb7",3,NULL,0,NULL,0}, + {"졡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xa1",3,NULL,0,NULL,0}, + {"舏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x8f",3,NULL,0,NULL,0}, + {"练",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x83",3,NULL,0,NULL,0}, + {"ᔫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xb3",3,NULL,0,NULL,0}, + {"飲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xb2",3,NULL,0,NULL,0}, + {"鄛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x9e",3,NULL,0,NULL,0}, + {"岷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xb7",3,NULL,0,NULL,0}, + {"䜋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x8b",3,NULL,0,NULL,0}, + {"鋬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xac",3,NULL,0,NULL,0}, + {"院",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x85",3,NULL,0,NULL,0}, + {"⼘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x98",3,NULL,0,NULL,0}, + {"耱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xb1",3,NULL,0,NULL,0}, + {"㇡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xa1",3,NULL,0,NULL,0}, + {"ᴿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xbf",3,NULL,0,NULL,0}, + {"ॾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xb3",3,NULL,0,NULL,0}, + {"詄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x84",3,NULL,0,NULL,0}, + {"힓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x93",3,NULL,0,NULL,0}, + {"ጦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xa6",3,NULL,0,NULL,0}, + {"樋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x8b",3,NULL,0,NULL,0}, + {"㤧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xa7",3,NULL,0,NULL,0}, + {"榾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xbe",3,NULL,0,NULL,0}, + {"㫥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xa5",3,NULL,0,NULL,0}, + {"낌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x8c",3,NULL,0,NULL,0}, + {"↋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x8b",3,NULL,0,NULL,0}, + {"恿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xa0",3,NULL,0,NULL,0}, + {"닏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x8f",3,NULL,0,NULL,0}, + {"凨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xa8",3,NULL,0,NULL,0}, + {"嵈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x88",3,NULL,0,NULL,0}, + {"ᡴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xb4",3,NULL,0,NULL,0}, + {"佒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xbe",3,NULL,0,NULL,0}, + {"餡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xa1",3,NULL,0,NULL,0}, + {"꫟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x9f",3,NULL,0,NULL,0}, + {"鞂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xb9",3,NULL,0,NULL,0}, + {"蓂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x82",3,NULL,0,NULL,0}, + {"᚜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x9c",3,NULL,0,NULL,0}, + {"᤼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xbc",3,NULL,0,NULL,0}, + {"屘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xaf",3,NULL,0,NULL,0}, + {"ᶆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x86",3,NULL,0,NULL,0}, + {"헁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x81",3,NULL,0,NULL,0}, + {"ꁰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xb0",3,NULL,0,NULL,0}, + {"䀍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x8d",3,NULL,0,NULL,0}, + {"췈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x88",3,NULL,0,NULL,0}, + {"뛳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xb3",3,NULL,0,NULL,0}, + {"䓩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xa9",3,NULL,0,NULL,0}, + {"㷆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x86",3,NULL,0,NULL,0}, + {"酳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xb3",3,NULL,0,NULL,0}, + {"딊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x8a",3,NULL,0,NULL,0}, + {"Ĉ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x88",2,NULL,0,NULL,0}, + {"釜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x9c",3,NULL,0,NULL,0}, + {"缎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x8e",3,NULL,0,NULL,0}, + {"煭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xad",3,NULL,0,NULL,0}, + {"着",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xaa",3,NULL,0,NULL,0}, + {"ŧ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa7",2,NULL,0,NULL,0}, + {"侐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x90",3,NULL,0,NULL,0}, + {"菓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x8d",3,NULL,0,NULL,0}, + {"庐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x90",3,NULL,0,NULL,0}, + {"⢓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x93",3,NULL,0,NULL,0}, + {"匎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x8e",3,NULL,0,NULL,0}, + {"ᒋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x8b",3,NULL,0,NULL,0}, + {"畨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xa8",3,NULL,0,NULL,0}, + {"蓜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xba",3,NULL,0,NULL,0}, + {"Ȗ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x96",2,NULL,0,NULL,0}, + {"瑑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x88",3,NULL,0,NULL,0}, + {"4",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x94",3,NULL,0,NULL,0}, + {"ᾠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xa0",3,NULL,0,NULL,0}, + {"仈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x8b",3,NULL,0,NULL,0}, + {"螻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xbb",3,NULL,0,NULL,0}, + {"굵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xb5",3,NULL,0,NULL,0}, + {"ࡣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xa3",3,NULL,0,NULL,0}, + {"⇣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xa3",3,NULL,0,NULL,0}, + {"୮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xae",3,NULL,0,NULL,0}, + {"䒎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x8e",3,NULL,0,NULL,0}, + {"ﮬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xac",3,NULL,0,NULL,0}, + {"뜴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xb4",3,NULL,0,NULL,0}, + {"ꐝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x9d",3,NULL,0,NULL,0}, + {"짂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x8f",3,NULL,0,NULL,0}, + {"하",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x98",3,NULL,0,NULL,0}, + {"ᐜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x9c",3,NULL,0,NULL,0}, + {"㾆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x86",3,NULL,0,NULL,0}, + {"锩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xa9",3,NULL,0,NULL,0}, + {"애",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xa0",3,NULL,0,NULL,0}, + {"陸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xb2",3,NULL,0,NULL,0}, + {"巣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xa0",3,NULL,0,NULL,0}, + {"䝈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x8a",3,NULL,0,NULL,0}, + {"抛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x9b",3,NULL,0,NULL,0}, + {"꽄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xb0",3,NULL,0,NULL,0}, + {"찭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xad",3,NULL,0,NULL,0}, + {"ϧ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xa7",2,NULL,0,NULL,0}, + {"ㆆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x86",3,NULL,0,NULL,0}, + {"嫈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x88",3,NULL,0,NULL,0}, + {"ᫌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x8c",3,NULL,0,NULL,0}, + {"苔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x94",3,NULL,0,NULL,0}, + {"덾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xbe",3,NULL,0,NULL,0}, + {"἖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x96",3,NULL,0,NULL,0}, + {"쫒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x92",3,NULL,0,NULL,0}, + {"ﻓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x93",3,NULL,0,NULL,0}, + {"䠓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x93",3,NULL,0,NULL,0}, + {"㄃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x83",3,NULL,0,NULL,0}, + {"桉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x89",3,NULL,0,NULL,0}, + {"᠜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x9c",3,NULL,0,NULL,0}, + {"嶨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xa8",3,NULL,0,NULL,0}, + {"ﯦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xa6",3,NULL,0,NULL,0}, + {"ゾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbe",3,NULL,0,NULL,0}, + {"ꅼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xbc",3,NULL,0,NULL,0}, + {"∧",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa7",3,NULL,0,NULL,0}, + {"쇶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xb6",3,NULL,0,NULL,0}, + {"䚸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xb8",3,NULL,0,NULL,0}, + {"瘒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x92",3,NULL,0,NULL,0}, + {"粌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x8c",3,NULL,0,NULL,0}, + {"櫎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x8a",3,NULL,0,NULL,0}, + {"꼂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x82",3,NULL,0,NULL,0}, + {"၁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xb6",3,NULL,0,NULL,0}, + {"䝒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xa9",3,NULL,0,NULL,0}, + {"窱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xb1",3,NULL,0,NULL,0}, + {"樲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x9b",3,NULL,0,NULL,0}, + {"셖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x96",3,NULL,0,NULL,0}, + {"♀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x80",3,NULL,0,NULL,0}, + {"䋾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xbe",3,NULL,0,NULL,0}, + {"霰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xb0",3,NULL,0,NULL,0}, + {"ʄ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x84",2,NULL,0,NULL,0}, + {"쮦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xa6",3,NULL,0,NULL,0}, + {"婍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xbc",3,NULL,0,NULL,0}, + {"쭥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xa5",3,NULL,0,NULL,0}, + {"▃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xb5",3,NULL,0,NULL,0}, + {"ެ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xac",2,NULL,0,NULL,0}, + {"坫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xab",3,NULL,0,NULL,0}, + {"焑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x91",3,NULL,0,NULL,0}, + {"噴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xb4",3,NULL,0,NULL,0}, + {"㙩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xa9",3,NULL,0,NULL,0}, + {"⒛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x9b",3,NULL,0,NULL,0}, + {"⊒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x92",3,NULL,0,NULL,0}, + {"㌐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x90",3,NULL,0,NULL,0}, + {"葵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xb5",3,NULL,0,NULL,0}, + {"妁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x81",3,NULL,0,NULL,0}, + {"㜧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x90",3,NULL,0,NULL,0}, + {"澸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xb8",3,NULL,0,NULL,0}, + {"䶁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x81",3,NULL,0,NULL,0}, + {"֝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x9d",2,NULL,0,NULL,0}, + {"⼿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xbf",3,NULL,0,NULL,0}, + {"㜂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x82",3,NULL,0,NULL,0}, + {"셝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x9d",3,NULL,0,NULL,0}, + {"﫲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xb2",3,NULL,0,NULL,0}, + {"ᩓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x93",3,NULL,0,NULL,0}, + {"╣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xa3",3,NULL,0,NULL,0}, + {"焘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x98",3,NULL,0,NULL,0}, + {"ሚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x9a",3,NULL,0,NULL,0}, + {"鵎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x8e",3,NULL,0,NULL,0}, + {"瞃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x83",3,NULL,0,NULL,0}, + {"匫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xab",3,NULL,0,NULL,0}, + {"煪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xaa",3,NULL,0,NULL,0}, + {"镅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x85",3,NULL,0,NULL,0}, + {"泋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x8b",3,NULL,0,NULL,0}, + {"ѻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xbb",2,NULL,0,NULL,0}, + {"➁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x81",3,NULL,0,NULL,0}, + {"塟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x9f",3,NULL,0,NULL,0}, + {"⦰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xb0",3,NULL,0,NULL,0}, + {"੷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xb7",3,NULL,0,NULL,0}, + {"쿒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x92",3,NULL,0,NULL,0}, + {"ܓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x93",2,NULL,0,NULL,0}, + {"㥟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x9f",3,NULL,0,NULL,0}, + {"쀎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x8e",3,NULL,0,NULL,0}, + {"姃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x83",3,NULL,0,NULL,0}, + {"摔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xb0",3,NULL,0,NULL,0}, + {"稯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xaf",3,NULL,0,NULL,0}, + {"囻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xbb",3,NULL,0,NULL,0}, + {"㌵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xb5",3,NULL,0,NULL,0}, + {"ꎁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x99",3,NULL,0,NULL,0}, + {"灧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xa7",3,NULL,0,NULL,0}, + {"戫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xab",3,NULL,0,NULL,0}, + {"閇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x87",3,NULL,0,NULL,0}, + {"ᯓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x93",3,NULL,0,NULL,0}, + {"⣉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x89",3,NULL,0,NULL,0}, + {"䊅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x85",3,NULL,0,NULL,0}, + {"魓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x93",3,NULL,0,NULL,0}, + {"颶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xb6",3,NULL,0,NULL,0}, + {"㧼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xbc",3,NULL,0,NULL,0}, + {"㙈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x88",3,NULL,0,NULL,0}, + {"괗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x97",3,NULL,0,NULL,0}, + {"销",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x9d",3,NULL,0,NULL,0}, + {"䚔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x94",3,NULL,0,NULL,0}, + {"㲗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x97",3,NULL,0,NULL,0}, + {"⮺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xba",3,NULL,0,NULL,0}, + {"㮎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x8e",3,NULL,0,NULL,0}, + {"몜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x9c",3,NULL,0,NULL,0}, + {"؄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x84",2,NULL,0,NULL,0}, + {"㍶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xb6",3,NULL,0,NULL,0}, + {"๨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xa8",3,NULL,0,NULL,0}, + {"ႉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xa0",3,NULL,0,NULL,0}, + {"뽈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x88",3,NULL,0,NULL,0}, + {"䧙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x99",3,NULL,0,NULL,0}, + {"뾝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x92",3,NULL,0,NULL,0}, + {"꺑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x9f",3,NULL,0,NULL,0}, + {"顼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xbc",3,NULL,0,NULL,0}, + {"㠧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xa7",3,NULL,0,NULL,0}, + {"ꨶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xb6",3,NULL,0,NULL,0}, + {"揨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xa8",3,NULL,0,NULL,0}, + {"뭥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xa5",3,NULL,0,NULL,0}, + {"᭪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xaa",3,NULL,0,NULL,0}, + {"判",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xa4",3,NULL,0,NULL,0}, + {"玐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x90",3,NULL,0,NULL,0}, + {"嗗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x97",3,NULL,0,NULL,0}, + {"갑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x91",3,NULL,0,NULL,0}, + {"淦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xa6",3,NULL,0,NULL,0}, + {"㕭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xad",3,NULL,0,NULL,0}, + {"钿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xbf",3,NULL,0,NULL,0}, + {"몴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xb4",3,NULL,0,NULL,0}, + {"䩆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x86",3,NULL,0,NULL,0}, + {"퓓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x93",3,NULL,0,NULL,0}, + {"簈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x88",3,NULL,0,NULL,0}, + {"躦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xa6",3,NULL,0,NULL,0}, + {"躅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x85",3,NULL,0,NULL,0}, + {"솯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xaf",3,NULL,0,NULL,0}, + {"栋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x8b",3,NULL,0,NULL,0}, + {"⍫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xab",3,NULL,0,NULL,0}, + {"숬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xac",3,NULL,0,NULL,0}, + {"牗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x97",3,NULL,0,NULL,0}, + {"뷈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x88",3,NULL,0,NULL,0}, + {"桌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x8c",3,NULL,0,NULL,0}, + {"穖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x96",3,NULL,0,NULL,0}, + {"䅄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x84",3,NULL,0,NULL,0}, + {"擎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xa3",3,NULL,0,NULL,0}, + {"㞠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xa0",3,NULL,0,NULL,0}, + {"탰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xb0",3,NULL,0,NULL,0}, + {"遯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xaf",3,NULL,0,NULL,0}, + {"몾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xbe",3,NULL,0,NULL,0}, + {"ⵝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x9d",3,NULL,0,NULL,0}, + {"졽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xbd",3,NULL,0,NULL,0}, + {"唰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xb0",3,NULL,0,NULL,0}, + {"퇶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xb6",3,NULL,0,NULL,0}, + {"晪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xaa",3,NULL,0,NULL,0}, + {"㣯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xaf",3,NULL,0,NULL,0}, + {"襭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xad",3,NULL,0,NULL,0}, + {"ୂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x82",3,NULL,0,NULL,0}, + {"曗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x97",3,NULL,0,NULL,0}, + {"㢐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x90",3,NULL,0,NULL,0}, + {"ꥇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x87",3,NULL,0,NULL,0}, + {"䪳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xb3",3,NULL,0,NULL,0}, + {"긵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xb5",3,NULL,0,NULL,0}, + {"쿆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x86",3,NULL,0,NULL,0}, + {"ꝵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xb5",3,NULL,0,NULL,0}, + {"຺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xba",3,NULL,0,NULL,0}, + {"秜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x9c",3,NULL,0,NULL,0}, + {"팠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xa0",3,NULL,0,NULL,0}, + {"攌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x8c",3,NULL,0,NULL,0}, + {"ൠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xa0",3,NULL,0,NULL,0}, + {"慶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xb6",3,NULL,0,NULL,0}, + {"賢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xa2",3,NULL,0,NULL,0}, + {"赂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x82",3,NULL,0,NULL,0}, + {"呼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xbc",3,NULL,0,NULL,0}, + {"渮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xae",3,NULL,0,NULL,0}, + {"鶅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x85",3,NULL,0,NULL,0}, + {"鏕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xb2",3,NULL,0,NULL,0}, + {"ﱥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xa5",3,NULL,0,NULL,0}, + {"璎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x8e",3,NULL,0,NULL,0}, + {"變",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x8a",3,NULL,0,NULL,0}, + {"ꓞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x9e",3,NULL,0,NULL,0}, + {"뢜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x9c",3,NULL,0,NULL,0}, + {"ኊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x8a",3,NULL,0,NULL,0}, + {"ꊡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xa1",3,NULL,0,NULL,0}, + {"᷺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xba",3,NULL,0,NULL,0}, + {"杨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xa8",3,NULL,0,NULL,0}, + {"筩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xa9",3,NULL,0,NULL,0}, + {"릱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xb1",3,NULL,0,NULL,0}, + {"슊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xa4",3,NULL,0,NULL,0}, + {"ꣀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x80",3,NULL,0,NULL,0}, + {"覶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xb6",3,NULL,0,NULL,0}, + {"吣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xb1",3,NULL,0,NULL,0}, + {"燗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x97",3,NULL,0,NULL,0}, + {"ꀜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x9c",3,NULL,0,NULL,0}, + {"驨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xa8",3,NULL,0,NULL,0}, + {"Ꟍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x8c",3,NULL,0,NULL,0}, + {"̃",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x83",2,NULL,0,NULL,0}, + {"ท",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x97",3,NULL,0,NULL,0}, + {"蝍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x8d",3,NULL,0,NULL,0}, + {"秪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xaa",3,NULL,0,NULL,0}, + {"ഭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xad",3,NULL,0,NULL,0}, + {"ॢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xa2",3,NULL,0,NULL,0}, + {"폎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x8e",3,NULL,0,NULL,0}, + {"跫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xab",3,NULL,0,NULL,0}, + {"홀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x80",3,NULL,0,NULL,0}, + {"卬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xac",3,NULL,0,NULL,0}, + {"鯅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xa2",3,NULL,0,NULL,0}, + {"蘻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xbb",3,NULL,0,NULL,0}, + {"ృ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x83",3,NULL,0,NULL,0}, + {"ꬖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x96",3,NULL,0,NULL,0}, + {"஼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xbc",3,NULL,0,NULL,0}, + {"鍺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xba",3,NULL,0,NULL,0}, + {"袅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x85",3,NULL,0,NULL,0}, + {"䂴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xb4",3,NULL,0,NULL,0}, + {"䬏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x8f",3,NULL,0,NULL,0}, + {"ᵡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xa1",3,NULL,0,NULL,0}, + {"ꢖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x96",3,NULL,0,NULL,0}, + {"屗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x97",3,NULL,0,NULL,0}, + {"헸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xb8",3,NULL,0,NULL,0}, + {"浩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xa9",3,NULL,0,NULL,0}, + {"ꖥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xa5",3,NULL,0,NULL,0}, + {"煮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x9e",3,NULL,0,NULL,0}, + {"辺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xba",3,NULL,0,NULL,0}, + {"꿾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xbe",3,NULL,0,NULL,0}, + {"뵬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x81",3,NULL,0,NULL,0}, + {"瞙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x99",3,NULL,0,NULL,0}, + {"枍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x8d",3,NULL,0,NULL,0}, + {"釛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x9b",3,NULL,0,NULL,0}, + {"鮋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x8b",3,NULL,0,NULL,0}, + {"핂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x82",3,NULL,0,NULL,0}, + {"਑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x91",3,NULL,0,NULL,0}, + {"彫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xb1",3,NULL,0,NULL,0}, + {"鰮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xae",3,NULL,0,NULL,0}, + {"斛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x9b",3,NULL,0,NULL,0}, + {"丸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xaa",3,NULL,0,NULL,0}, + {"亏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x8f",3,NULL,0,NULL,0}, + {"蠸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xb8",3,NULL,0,NULL,0}, + {"鈙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x99",3,NULL,0,NULL,0}, + {"䁃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x80",3,NULL,0,NULL,0}, + {"뱚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x9a",3,NULL,0,NULL,0}, + {"侹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xb9",3,NULL,0,NULL,0}, + {"裙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x99",3,NULL,0,NULL,0}, + {"肃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x83",3,NULL,0,NULL,0}, + {"ꨨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xa8",3,NULL,0,NULL,0}, + {"⶚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x9a",3,NULL,0,NULL,0}, + {"핱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xb1",3,NULL,0,NULL,0}, + {"튮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xae",3,NULL,0,NULL,0}, + {"鋚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x9a",3,NULL,0,NULL,0}, + {"菾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xbe",3,NULL,0,NULL,0}, + {"縟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x82",3,NULL,0,NULL,0}, + {"ᚭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xad",3,NULL,0,NULL,0}, + {"ᱷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xb7",3,NULL,0,NULL,0}, + {"纘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x98",3,NULL,0,NULL,0}, + {"ꔬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xac",3,NULL,0,NULL,0}, + {"滵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xb5",3,NULL,0,NULL,0}, + {"ﴮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x82",3,NULL,0,NULL,0}, + {"昴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xb4",3,NULL,0,NULL,0}, + {"븐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x90",3,NULL,0,NULL,0}, + {"瓤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xa4",3,NULL,0,NULL,0}, + {"땽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xbd",3,NULL,0,NULL,0}, + {"￿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xbf",3,NULL,0,NULL,0}, + {"Ὶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xbc",3,NULL,0,NULL,0}, + {"俯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xb9",3,NULL,0,NULL,0}, + {"쩐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x90",3,NULL,0,NULL,0}, + {"꒭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xad",3,NULL,0,NULL,0}, + {"얣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xa3",3,NULL,0,NULL,0}, + {"ज",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x9c",3,NULL,0,NULL,0}, + {"⵪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xaa",3,NULL,0,NULL,0}, + {"㾣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xa3",3,NULL,0,NULL,0}, + {"伫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xab",3,NULL,0,NULL,0}, + {"왃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x83",3,NULL,0,NULL,0}, + {"র",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xb0",3,NULL,0,NULL,0}, + {"⬇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x87",3,NULL,0,NULL,0}, + {"ꜩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x8d",3,NULL,0,NULL,0}, + {"닸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xb8",3,NULL,0,NULL,0}, + {"翵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xb5",3,NULL,0,NULL,0}, + {"䴸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xb8",3,NULL,0,NULL,0}, + {"ょ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x87",3,NULL,0,NULL,0}, + {"Ộ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x98",3,NULL,0,NULL,0}, + {"៭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xad",3,NULL,0,NULL,0}, + {"鸖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x96",3,NULL,0,NULL,0}, + {"䆠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xa0",3,NULL,0,NULL,0}, + {"雅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x85",3,NULL,0,NULL,0}, + {"⛯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xaf",3,NULL,0,NULL,0}, + {"慥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xa5",3,NULL,0,NULL,0}, + {"퇪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xaa",3,NULL,0,NULL,0}, + {"䄴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xb4",3,NULL,0,NULL,0}, + {"鄡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xa1",3,NULL,0,NULL,0}, + {"⽻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xbb",3,NULL,0,NULL,0}, + {"⫨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xa8",3,NULL,0,NULL,0}, + {"씜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x9c",3,NULL,0,NULL,0}, + {"𧻓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xa2",3,NULL,0,NULL,0}, + {"ͩ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xa9",2,NULL,0,NULL,0}, + {"ﳾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xb1",3,NULL,0,NULL,0}, + {"዗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x97",3,NULL,0,NULL,0}, + {"磍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x8d",3,NULL,0,NULL,0}, + {"肎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x8e",3,NULL,0,NULL,0}, + {"쥺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xba",3,NULL,0,NULL,0}, + {"硜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x9c",3,NULL,0,NULL,0}, + {"ጶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xb6",3,NULL,0,NULL,0}, + {"ᒠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa0",3,NULL,0,NULL,0}, + {"엤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xa4",3,NULL,0,NULL,0}, + {"羖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x87",3,NULL,0,NULL,0}, + {"ﹾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xbe",3,NULL,0,NULL,0}, + {"ᠫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xac",3,NULL,0,NULL,0}, + {"㴮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xae",3,NULL,0,NULL,0}, + {"Ǚ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x99",2,NULL,0,NULL,0}, + {"❉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x89",3,NULL,0,NULL,0}, + {"佞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x9e",3,NULL,0,NULL,0}, + {"岭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xad",3,NULL,0,NULL,0}, + {"♒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x92",3,NULL,0,NULL,0}, + {"鋨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xa8",3,NULL,0,NULL,0}, + {"擑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x91",3,NULL,0,NULL,0}, + {"䠹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xb9",3,NULL,0,NULL,0}, + {"偸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xb8",3,NULL,0,NULL,0}, + {"쒢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xa2",3,NULL,0,NULL,0}, + {"⋔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x94",3,NULL,0,NULL,0}, + {"ꂯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xaf",3,NULL,0,NULL,0}, + {"彈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x88",3,NULL,0,NULL,0}, + {"ᵅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x85",3,NULL,0,NULL,0}, + {"┤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xa4",3,NULL,0,NULL,0}, + {"酩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xa9",3,NULL,0,NULL,0}, + {"㎩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xa9",3,NULL,0,NULL,0}, + {"ꀰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xb0",3,NULL,0,NULL,0}, + {"荚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x9a",3,NULL,0,NULL,0}, + {"ು",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x81",3,NULL,0,NULL,0}, + {"緉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x89",3,NULL,0,NULL,0}, + {"凰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x97",3,NULL,0,NULL,0}, + {"狼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xbc",3,NULL,0,NULL,0}, + {"繭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xad",3,NULL,0,NULL,0}, + {"摼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xa2",3,NULL,0,NULL,0}, + {"ꅧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xa7",3,NULL,0,NULL,0}, + {"瘋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x8b",3,NULL,0,NULL,0}, + {"쬘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x98",3,NULL,0,NULL,0}, + {"Ǻ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xba",2,NULL,0,NULL,0}, + {"쓘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x98",3,NULL,0,NULL,0}, + {"眜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x9c",3,NULL,0,NULL,0}, + {"⠼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xaa",3,NULL,0,NULL,0}, + {"ꮪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xaa",3,NULL,0,NULL,0}, + {"쨂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x82",3,NULL,0,NULL,0}, + {"〪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xaa",3,NULL,0,NULL,0}, + {"⣆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x86",3,NULL,0,NULL,0}, + {"㿿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xb4",3,NULL,0,NULL,0}, + {"儧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xa7",3,NULL,0,NULL,0}, + {"敜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x9c",3,NULL,0,NULL,0}, + {"ꫛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x9b",3,NULL,0,NULL,0}, + {"ᗻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xbb",3,NULL,0,NULL,0}, + {"䋕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x95",3,NULL,0,NULL,0}, + {"䗐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x90",3,NULL,0,NULL,0}, + {"ᐴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb4",3,NULL,0,NULL,0}, + {"î",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xae",2,NULL,0,NULL,0}, + {"㨭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xad",3,NULL,0,NULL,0}, + {"缪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xaa",3,NULL,0,NULL,0}, + {"철",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xa0",3,NULL,0,NULL,0}, + {"䕴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xb4",3,NULL,0,NULL,0}, + {"ᬠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xa0",3,NULL,0,NULL,0}, + {"ᓚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x9a",3,NULL,0,NULL,0}, + {"Ẇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x86",3,NULL,0,NULL,0}, + {"钆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x86",3,NULL,0,NULL,0}, + {"떗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x97",3,NULL,0,NULL,0}, + {"┃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x83",3,NULL,0,NULL,0}, + {"捈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x88",3,NULL,0,NULL,0}, + {"ភ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x97",3,NULL,0,NULL,0}, + {"◺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xba",3,NULL,0,NULL,0}, + {"鐽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x99",3,NULL,0,NULL,0}, + {"疾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xbe",3,NULL,0,NULL,0}, + {"ჱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xb1",3,NULL,0,NULL,0}, + {"ﮜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x9c",3,NULL,0,NULL,0}, + {"ᘑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x91",3,NULL,0,NULL,0}, + {"䣧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xa7",3,NULL,0,NULL,0}, + {"䞵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xb6",3,NULL,0,NULL,0}, + {"繏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x8f",3,NULL,0,NULL,0}, + {"寽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xbd",3,NULL,0,NULL,0}, + {"䍦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xa6",3,NULL,0,NULL,0}, + {"솹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xb9",3,NULL,0,NULL,0}, + {"Ꮱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xa1",3,NULL,0,NULL,0}, + {"抩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xa9",3,NULL,0,NULL,0}, + {"㤉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x89",3,NULL,0,NULL,0}, + {"੒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x92",3,NULL,0,NULL,0}, + {"됸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xb8",3,NULL,0,NULL,0}, + {"篕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x95",3,NULL,0,NULL,0}, + {"ᑓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x93",3,NULL,0,NULL,0}, + {"⨍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x8d",3,NULL,0,NULL,0}, + {"㧱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xb1",3,NULL,0,NULL,0}, + {"궩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xa9",3,NULL,0,NULL,0}, + {"⦜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x9c",3,NULL,0,NULL,0}, + {"⹶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xb6",3,NULL,0,NULL,0}, + {"䗵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xb5",3,NULL,0,NULL,0}, + {"ᄶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xb6",3,NULL,0,NULL,0}, + {"㘔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x94",3,NULL,0,NULL,0}, + {"螛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x9b",3,NULL,0,NULL,0}, + {"쭧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x95",3,NULL,0,NULL,0}, + {"畽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xbd",3,NULL,0,NULL,0}, + {"萠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xa0",3,NULL,0,NULL,0}, + {"㈕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x95",3,NULL,0,NULL,0}, + {"䛘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x98",3,NULL,0,NULL,0}, + {"ﰑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x91",3,NULL,0,NULL,0}, + {"胱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xb1",3,NULL,0,NULL,0}, + {"⑗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x97",3,NULL,0,NULL,0}, + {"森",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xae",3,NULL,0,NULL,0}, + {"稺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xba",3,NULL,0,NULL,0}, + {"腬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xac",3,NULL,0,NULL,0}, + {"놢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xa2",3,NULL,0,NULL,0}, + {"ꏢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xa2",3,NULL,0,NULL,0}, + {"ᨐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x90",3,NULL,0,NULL,0}, + {"␒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x92",3,NULL,0,NULL,0}, + {"䪩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xa9",3,NULL,0,NULL,0}, + {"宰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xb0",3,NULL,0,NULL,0}, + {"䝖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x96",3,NULL,0,NULL,0}, + {"䏓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x93",3,NULL,0,NULL,0}, + {"ꋀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x80",3,NULL,0,NULL,0}, + {"촱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xb4",3,NULL,0,NULL,0}, + {"걯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xaf",3,NULL,0,NULL,0}, + {"새",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x8d",3,NULL,0,NULL,0}, + {"益",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x8a",3,NULL,0,NULL,0}, + {"笼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xbc",3,NULL,0,NULL,0}, + {"诘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x98",3,NULL,0,NULL,0}, + {"⸇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x87",3,NULL,0,NULL,0}, + {"Ԟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x9e",2,NULL,0,NULL,0}, + {"귪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xaa",3,NULL,0,NULL,0}, + {"쾅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x85",3,NULL,0,NULL,0}, + {"ꇸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xb8",3,NULL,0,NULL,0}, + {"氦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xa6",3,NULL,0,NULL,0}, + {"ᆵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb5",3,NULL,0,NULL,0}, + {"㙫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x99",3,NULL,0,NULL,0}, + {"葷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xb7",3,NULL,0,NULL,0}, + {"ꀋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x8c",3,NULL,0,NULL,0}, + {"骧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xa7",3,NULL,0,NULL,0}, + {"⤜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x9c",3,NULL,0,NULL,0}, + {"䔦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xa6",3,NULL,0,NULL,0}, + {"ֹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xb9",2,NULL,0,NULL,0}, + {"怾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xbe",3,NULL,0,NULL,0}, + {"蝤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xa4",3,NULL,0,NULL,0}, + {"묤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xa7",3,NULL,0,NULL,0}, + {"쵫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xab",3,NULL,0,NULL,0}, + {"㩉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x89",3,NULL,0,NULL,0}, + {"鵟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x9f",3,NULL,0,NULL,0}, + {"ᩙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x99",3,NULL,0,NULL,0}, + {"겸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xb8",3,NULL,0,NULL,0}, + {"䳀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x80",3,NULL,0,NULL,0}, + {"竝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x9d",3,NULL,0,NULL,0}, + {"蛻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xbb",3,NULL,0,NULL,0}, + {"힆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x86",3,NULL,0,NULL,0}, + {"鷙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x99",3,NULL,0,NULL,0}, + {"塗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x97",3,NULL,0,NULL,0}, + {"ⅾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xbe",3,NULL,0,NULL,0}, + {"㔘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x98",3,NULL,0,NULL,0}, + {"炸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xb8",3,NULL,0,NULL,0}, + {"壀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x80",3,NULL,0,NULL,0}, + {"챷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xb7",3,NULL,0,NULL,0}, + {"皉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x89",3,NULL,0,NULL,0}, + {"㥥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xa5",3,NULL,0,NULL,0}, + {"貇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x87",3,NULL,0,NULL,0}, + {"쀆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x83",3,NULL,0,NULL,0}, + {"뮼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xbc",3,NULL,0,NULL,0}, + {"㕥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xa5",3,NULL,0,NULL,0}, + {"쉗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x97",3,NULL,0,NULL,0}, + {"퀞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x9e",3,NULL,0,NULL,0}, + {"ム",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x91",3,NULL,0,NULL,0}, + {"欲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xb2",3,NULL,0,NULL,0}, + {"詡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xa1",3,NULL,0,NULL,0}, + {"렿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xbf",3,NULL,0,NULL,0}, + {"Ⴙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xb9",3,NULL,0,NULL,0}, + {"랢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xa2",3,NULL,0,NULL,0}, + {"ۂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x82",2,NULL,0,NULL,0}, + {"䊟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x9f",3,NULL,0,NULL,0}, + {"劙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xa4",3,NULL,0,NULL,0}, + {"禬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xac",3,NULL,0,NULL,0}, + {"꺶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xb6",3,NULL,0,NULL,0}, + {"ځ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x81",2,NULL,0,NULL,0}, + {"涭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x85",3,NULL,0,NULL,0}, + {"剂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x82",3,NULL,0,NULL,0}, + {"꾹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x94",3,NULL,0,NULL,0}, + {"㟃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x83",3,NULL,0,NULL,0}, + {"蚜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x9c",3,NULL,0,NULL,0}, + {"蕀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x80",3,NULL,0,NULL,0}, + {"ᆈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x88",3,NULL,0,NULL,0}, + {"톙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x99",3,NULL,0,NULL,0}, + {"욥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xa5",3,NULL,0,NULL,0}, + {"悏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x8f",3,NULL,0,NULL,0}, + {"”",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x9d",3,NULL,0,NULL,0}, + {"몘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xb3",3,NULL,0,NULL,0}, + {"綣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xa3",3,NULL,0,NULL,0}, + {"틋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x8b",3,NULL,0,NULL,0}, + {"蔣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xa3",3,NULL,0,NULL,0}, + {"ྌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xac",3,NULL,0,NULL,0}, + {"柊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x8a",3,NULL,0,NULL,0}, + {"䧻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xbb",3,NULL,0,NULL,0}, + {"四",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x9b",3,NULL,0,NULL,0}, + {"⎒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x92",3,NULL,0,NULL,0}, + {"䫷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xa1",3,NULL,0,NULL,0}, + {"뵍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x8d",3,NULL,0,NULL,0}, + {"㘻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xbb",3,NULL,0,NULL,0}, + {"껌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x8c",3,NULL,0,NULL,0}, + {"ᰋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x8b",3,NULL,0,NULL,0}, + {"糭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xad",3,NULL,0,NULL,0}, + {"刨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xa8",3,NULL,0,NULL,0}, + {"梒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xb0",3,NULL,0,NULL,0}, + {"㞖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xae",3,NULL,0,NULL,0}, + {"啳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xb3",3,NULL,0,NULL,0}, + {"㭰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xb0",3,NULL,0,NULL,0}, + {"겜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x9c",3,NULL,0,NULL,0}, + {"晞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x9e",3,NULL,0,NULL,0}, + {"㣥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xaf",3,NULL,0,NULL,0}, + {"꠾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xbe",3,NULL,0,NULL,0}, + {"䯠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x82",3,NULL,0,NULL,0}, + {"驙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x99",3,NULL,0,NULL,0}, + {"襁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xa6",3,NULL,0,NULL,0}, + {"ꭏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x8f",3,NULL,0,NULL,0}, + {"⩔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x94",3,NULL,0,NULL,0}, + {"ᜦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xa6",3,NULL,0,NULL,0}, + {"ⶕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x95",3,NULL,0,NULL,0}, + {"յ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xb5",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x94",3,NULL,0,NULL,0}, + {"偙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x99",3,NULL,0,NULL,0}, + {"⺖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x96",3,NULL,0,NULL,0}, + {"愙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xb9",3,NULL,0,NULL,0}, + {"ත",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xad",3,NULL,0,NULL,0}, + {"꤆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x86",3,NULL,0,NULL,0}, + {"ⶼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xbc",3,NULL,0,NULL,0}, + {"㼿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xbf",3,NULL,0,NULL,0}, + {"緼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xbc",3,NULL,0,NULL,0}, + {"哉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x89",3,NULL,0,NULL,0}, + {"䇹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xb9",3,NULL,0,NULL,0}, + {"ᮄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x84",3,NULL,0,NULL,0}, + {"澕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x84",3,NULL,0,NULL,0}, + {"赛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x9b",3,NULL,0,NULL,0}, + {"遥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xa5",3,NULL,0,NULL,0}, + {"빊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x8a",3,NULL,0,NULL,0}, + {"據",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x9a",3,NULL,0,NULL,0}, + {"ṣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa3",3,NULL,0,NULL,0}, + {"穚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x9a",3,NULL,0,NULL,0}, + {"跷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xb7",3,NULL,0,NULL,0}, + {"笆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x86",3,NULL,0,NULL,0}, + {"쌃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x83",3,NULL,0,NULL,0}, + {"鏏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x8f",3,NULL,0,NULL,0}, + {"西",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xbf",3,NULL,0,NULL,0}, + {"꫐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x90",3,NULL,0,NULL,0}, + {"瑪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x8e",3,NULL,0,NULL,0}, + {"ⶭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xad",3,NULL,0,NULL,0}, + {"熅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x85",3,NULL,0,NULL,0}, + {"䰷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xa1",3,NULL,0,NULL,0}, + {"㤒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x97",3,NULL,0,NULL,0}, + {"㰁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x81",3,NULL,0,NULL,0}, + {"ꛦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xa6",3,NULL,0,NULL,0}, + {"͋",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x8b",2,NULL,0,NULL,0}, + {"࿋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x8b",3,NULL,0,NULL,0}, + {"ⳁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x81",3,NULL,0,NULL,0}, + {"얻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xbb",3,NULL,0,NULL,0}, + {"㸁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x81",3,NULL,0,NULL,0}, + {"䅲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xb2",3,NULL,0,NULL,0}, + {"湎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x8e",3,NULL,0,NULL,0}, + {"䄉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x89",3,NULL,0,NULL,0}, + {"鶏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x8f",3,NULL,0,NULL,0}, + {"퐔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x94",3,NULL,0,NULL,0}, + {"ೊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x8a",3,NULL,0,NULL,0}, + {"ﱟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x9f",3,NULL,0,NULL,0}, + {"ఱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xb1",3,NULL,0,NULL,0}, + {"ᣤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xa4",3,NULL,0,NULL,0}, + {"趲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xb5",3,NULL,0,NULL,0}, + {"ᷞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x9e",3,NULL,0,NULL,0}, + {"༾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xbe",3,NULL,0,NULL,0}, + {"슚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x9a",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x19",1,NULL,0,NULL,0}, + {"庾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xbe",3,NULL,0,NULL,0}, + {"몀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x80",3,NULL,0,NULL,0}, + {"弝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xbb",3,NULL,0,NULL,0}, + {"퍁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x81",3,NULL,0,NULL,0}, + {"傱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xb1",3,NULL,0,NULL,0}, + {"²",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb2",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xb9",3,NULL,0,NULL,0}, + {"ㆴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xb4",3,NULL,0,NULL,0}, + {"撒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xb2",3,NULL,0,NULL,0}, + {"摉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x89",3,NULL,0,NULL,0}, + {"矶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xb6",3,NULL,0,NULL,0}, + {"⴪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xaa",3,NULL,0,NULL,0}, + {"합",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xa9",3,NULL,0,NULL,0}, + {"ꗯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xaf",3,NULL,0,NULL,0}, + {"㽹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x94",3,NULL,0,NULL,0}, + {"㬹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xb9",3,NULL,0,NULL,0}, + {"您",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xa5",3,NULL,0,NULL,0}, + {"㹊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x8a",3,NULL,0,NULL,0}, + {"ꔐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x90",3,NULL,0,NULL,0}, + {"뉣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xa3",3,NULL,0,NULL,0}, + {"佷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xb7",3,NULL,0,NULL,0}, + {"猕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x95",3,NULL,0,NULL,0}, + {"ᰞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x9e",3,NULL,0,NULL,0}, + {"㰵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xb5",3,NULL,0,NULL,0}, + {"䐶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xa9",3,NULL,0,NULL,0}, + {"丰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xb0",3,NULL,0,NULL,0}, + {"衷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xb7",3,NULL,0,NULL,0}, + {"珝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x9d",3,NULL,0,NULL,0}, + {"뚄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x84",3,NULL,0,NULL,0}, + {"䂬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x89",3,NULL,0,NULL,0}, + {"ࡊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x8a",3,NULL,0,NULL,0}, + {"尵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xb5",3,NULL,0,NULL,0}, + {"୙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x99",3,NULL,0,NULL,0}, + {"拓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x82",3,NULL,0,NULL,0}, + {"鉵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xb5",3,NULL,0,NULL,0}, + {"ꢆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x86",3,NULL,0,NULL,0}, + {"僲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xb2",3,NULL,0,NULL,0}, + {"唛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x9b",3,NULL,0,NULL,0}, + {"햃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x83",3,NULL,0,NULL,0}, + {"⭝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x9d",3,NULL,0,NULL,0}, + {"垀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x80",3,NULL,0,NULL,0}, + {"錄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xb3",3,NULL,0,NULL,0}, + {"ﶶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xb6",3,NULL,0,NULL,0}, + {"醹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xa4",3,NULL,0,NULL,0}, + {"䴩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xa9",3,NULL,0,NULL,0}, + {"펔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x94",3,NULL,0,NULL,0}, + {"෾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xbe",3,NULL,0,NULL,0}, + {"較",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xbc",3,NULL,0,NULL,0}, + {"붅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xa0",3,NULL,0,NULL,0}, + {"贲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xb2",3,NULL,0,NULL,0}, + {"뛂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x82",3,NULL,0,NULL,0}, + {"ᮭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xad",3,NULL,0,NULL,0}, + {"媄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xa0",3,NULL,0,NULL,0}, + {"⿌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x8c",3,NULL,0,NULL,0}, + {"鹯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x9a",3,NULL,0,NULL,0}, + {"嶓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x93",3,NULL,0,NULL,0}, + {"ࣣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xa3",3,NULL,0,NULL,0}, + {"짯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xaf",3,NULL,0,NULL,0}, + {"몭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xad",3,NULL,0,NULL,0}, + {"∿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xbf",3,NULL,0,NULL,0}, + {"ब",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xac",3,NULL,0,NULL,0}, + {"ⶆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x86",3,NULL,0,NULL,0}, + {"櫹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xb9",3,NULL,0,NULL,0}, + {"꿐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x90",3,NULL,0,NULL,0}, + {"쓪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xaa",3,NULL,0,NULL,0}, + {"堯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xaf",3,NULL,0,NULL,0}, + {"덛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x85",3,NULL,0,NULL,0}, + {"ﲭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xad",3,NULL,0,NULL,0}, + {"꼛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x9b",3,NULL,0,NULL,0}, + {"纠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xa0",3,NULL,0,NULL,0}, + {"䇊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x8a",3,NULL,0,NULL,0}, + {"ঢ়",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x9d",3,NULL,0,NULL,0}, + {"天",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xa9",3,NULL,0,NULL,0}, + {"帻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xbc",3,NULL,0,NULL,0}, + {"㺗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x97",3,NULL,0,NULL,0}, + {"ម",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x98",3,NULL,0,NULL,0}, + {"퍓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x93",3,NULL,0,NULL,0}, + {"䆛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x9b",3,NULL,0,NULL,0}, + {"郂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x82",3,NULL,0,NULL,0}, + {"需",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x80",3,NULL,0,NULL,0}, + {"ࠋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x8b",3,NULL,0,NULL,0}, + {"諣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xa3",3,NULL,0,NULL,0}, + {"《",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x8a",3,NULL,0,NULL,0}, + {"ਗ਼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x9a",3,NULL,0,NULL,0}, + {"阺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xba",3,NULL,0,NULL,0}, + {"ꆧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xa7",3,NULL,0,NULL,0}, + {"娅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xa8",3,NULL,0,NULL,0}, + {"ᢈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x88",3,NULL,0,NULL,0}, + {"ꙟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x9f",3,NULL,0,NULL,0}, + {"쏟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x9f",3,NULL,0,NULL,0}, + {"⒎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x8e",3,NULL,0,NULL,0}, + {"麚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x9a",3,NULL,0,NULL,0}, + {"崴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xb4",3,NULL,0,NULL,0}, + {"䶬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xbb",3,NULL,0,NULL,0}, + {"磇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x87",3,NULL,0,NULL,0}, + {"옹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xb9",3,NULL,0,NULL,0}, + {"ﮆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x86",3,NULL,0,NULL,0}, + {"둧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xbc",3,NULL,0,NULL,0}, + {"ﷶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xb6",3,NULL,0,NULL,0}, + {"댄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x84",3,NULL,0,NULL,0}, + {"䘲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xb2",3,NULL,0,NULL,0}, + {"룬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xac",3,NULL,0,NULL,0}, + {"ꯙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x99",3,NULL,0,NULL,0}, + {"盯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xaf",3,NULL,0,NULL,0}, + {"ᾬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xac",3,NULL,0,NULL,0}, + {"䏉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x89",3,NULL,0,NULL,0}, + {"Ϸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xb7",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xa8",3,NULL,0,NULL,0}, + {"軸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xb8",3,NULL,0,NULL,0}, + {"૏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x8f",3,NULL,0,NULL,0}, + {"≯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xaf",3,NULL,0,NULL,0}, + {"廧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xa7",3,NULL,0,NULL,0}, + {"閡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xa1",3,NULL,0,NULL,0}, + {"⚘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x98",3,NULL,0,NULL,0}, + {"ꎤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xa4",3,NULL,0,NULL,0}, + {"ጏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x8f",3,NULL,0,NULL,0}, + {"쒒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xbc",3,NULL,0,NULL,0}, + {"┼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xa1",3,NULL,0,NULL,0}, + {"繄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x84",3,NULL,0,NULL,0}, + {"黎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x89",3,NULL,0,NULL,0}, + {"ᑄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x9b",3,NULL,0,NULL,0}, + {"ꉲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xb2",3,NULL,0,NULL,0}, + {"ᤠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xa0",3,NULL,0,NULL,0}, + {"倴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xb4",3,NULL,0,NULL,0}, + {"쪻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xbb",3,NULL,0,NULL,0}, + {"癨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xa8",3,NULL,0,NULL,0}, + {"즡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xa1",3,NULL,0,NULL,0}, + {"䠻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xbb",3,NULL,0,NULL,0}, + {"⢖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x96",3,NULL,0,NULL,0}, + {"ᙊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x8a",3,NULL,0,NULL,0}, + {"⋠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xa0",3,NULL,0,NULL,0}, + {"箦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xa6",3,NULL,0,NULL,0}, + {"ה",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x94",2,NULL,0,NULL,0}, + {"蜖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x96",3,NULL,0,NULL,0}, + {"쐩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xa9",3,NULL,0,NULL,0}, + {"㪒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x92",3,NULL,0,NULL,0}, + {"¯",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xaf",2,NULL,0,NULL,0}, + {"ፐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x90",3,NULL,0,NULL,0}, + {"鞞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x9e",3,NULL,0,NULL,0}, + {"μ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xbc",2,NULL,0,NULL,0}, + {"낑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x93",3,NULL,0,NULL,0}, + {"⢢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xa2",3,NULL,0,NULL,0}, + {"媣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xa3",3,NULL,0,NULL,0}, + {"颋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x8b",3,NULL,0,NULL,0}, + {"ø",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb8",2,NULL,0,NULL,0}, + {"㧑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x91",3,NULL,0,NULL,0}, + {"控",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xa7",3,NULL,0,NULL,0}, + {"챚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x9a",3,NULL,0,NULL,0}, + {"ᛠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xa0",3,NULL,0,NULL,0}, + {"෰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xb0",3,NULL,0,NULL,0}, + {"嗶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xb6",3,NULL,0,NULL,0}, + {"ⓩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x95",3,NULL,0,NULL,0}, + {"捸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xb8",3,NULL,0,NULL,0}, + {"ꅕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x95",3,NULL,0,NULL,0}, + {"캒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x92",3,NULL,0,NULL,0}, + {"졨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xa8",3,NULL,0,NULL,0}, + {"正",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xa3",3,NULL,0,NULL,0}, + {"Ⴒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xb2",3,NULL,0,NULL,0}, + {"Ǟ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x9e",2,NULL,0,NULL,0}, + {"뼝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x9d",3,NULL,0,NULL,0}, + {"⎿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xbf",3,NULL,0,NULL,0}, + {"뿈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x88",3,NULL,0,NULL,0}, + {"䙠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xa0",3,NULL,0,NULL,0}, + {"㏝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x9d",3,NULL,0,NULL,0}, + {"㉨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xa8",3,NULL,0,NULL,0}, + {"䦓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x93",3,NULL,0,NULL,0}, + {"춦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xb2",3,NULL,0,NULL,0}, + {"⒯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xaf",3,NULL,0,NULL,0}, + {"Þ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9e",2,NULL,0,NULL,0}, + {"䝺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xba",3,NULL,0,NULL,0}, + {"ₜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x9c",3,NULL,0,NULL,0}, + {"䋗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x97",3,NULL,0,NULL,0}, + {"돷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xa2",3,NULL,0,NULL,0}, + {"ꯤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xa4",3,NULL,0,NULL,0}, + {"ᓊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x8a",3,NULL,0,NULL,0}, + {"䢆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x86",3,NULL,0,NULL,0}, + {"툡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xa1",3,NULL,0,NULL,0}, + {"ㅮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xae",3,NULL,0,NULL,0}, + {"щ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x89",2,NULL,0,NULL,0}, + {"",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x81",3,NULL,0,NULL,0}, + {"蔂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x82",3,NULL,0,NULL,0}, + {"ቱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xb1",3,NULL,0,NULL,0}, + {"ꄼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xbc",3,NULL,0,NULL,0}, + {"ꮌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x8c",3,NULL,0,NULL,0}, + {"궍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x8d",3,NULL,0,NULL,0}, + {"읭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xad",3,NULL,0,NULL,0}, + {"耋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xa7",3,NULL,0,NULL,0}, + {"陨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xa8",3,NULL,0,NULL,0}, + {"航",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xaa",3,NULL,0,NULL,0}, + {"⩭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xad",3,NULL,0,NULL,0}, + {"脳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xb3",3,NULL,0,NULL,0}, + {"魬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xac",3,NULL,0,NULL,0}, + {"뇡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xa1",3,NULL,0,NULL,0}, + {"ᦅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x85",3,NULL,0,NULL,0}, + {"驏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x8f",3,NULL,0,NULL,0}, + {"㐞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x9e",3,NULL,0,NULL,0}, + {"๎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x8e",3,NULL,0,NULL,0}, + {"䳫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xab",3,NULL,0,NULL,0}, + {"盧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xb3",3,NULL,0,NULL,0}, + {"ꭁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x81",3,NULL,0,NULL,0}, + {"㈧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xbb",3,NULL,0,NULL,0}, + {"擳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x82",3,NULL,0,NULL,0}, + {"䁸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xb8",3,NULL,0,NULL,0}, + {"Ɱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xae",3,NULL,0,NULL,0}, + {"둀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x80",3,NULL,0,NULL,0}, + {"郊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x8a",3,NULL,0,NULL,0}, + {"書",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xb8",3,NULL,0,NULL,0}, + {"뮧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xa7",3,NULL,0,NULL,0}, + {"フ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x95",3,NULL,0,NULL,0}, + {"跞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x9e",3,NULL,0,NULL,0}, + {"ଝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x9d",3,NULL,0,NULL,0}, + {"궛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x9b",3,NULL,0,NULL,0}, + {"䟭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xad",3,NULL,0,NULL,0}, + {"ꉅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x85",3,NULL,0,NULL,0}, + {"蘄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x84",3,NULL,0,NULL,0}, + {"㘴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xb4",3,NULL,0,NULL,0}, + {"ᅺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xa1",3,NULL,0,NULL,0}, + {"금",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x88",3,NULL,0,NULL,0}, + {"皻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xbb",3,NULL,0,NULL,0}, + {"覡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xa1",3,NULL,0,NULL,0}, + {"ʫ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xab",2,NULL,0,NULL,0}, + {"ج",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xac",2,NULL,0,NULL,0}, + {"㜷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xb7",3,NULL,0,NULL,0}, + {"觪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xaa",3,NULL,0,NULL,0}, + {"牲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xb2",3,NULL,0,NULL,0}, + {"殫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xab",3,NULL,0,NULL,0}, + {"ဂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xbe",3,NULL,0,NULL,0}, + {"䓗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x97",3,NULL,0,NULL,0}, + {"橑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x91",3,NULL,0,NULL,0}, + {"蜲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xb2",3,NULL,0,NULL,0}, + {"扵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xb5",3,NULL,0,NULL,0}, + {"棂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x82",3,NULL,0,NULL,0}, + {"楩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xa9",3,NULL,0,NULL,0}, + {"ญ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x83",3,NULL,0,NULL,0}, + {"훽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xbd",3,NULL,0,NULL,0}, + {"뜰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xb0",3,NULL,0,NULL,0}, + {"⃵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xb5",3,NULL,0,NULL,0}, + {"溰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xb0",3,NULL,0,NULL,0}, + {"鷳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xb3",3,NULL,0,NULL,0}, + {"塍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x8d",3,NULL,0,NULL,0}, + {"杅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x85",3,NULL,0,NULL,0}, + {"㧎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x8e",3,NULL,0,NULL,0}, + {"筄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x94",3,NULL,0,NULL,0}, + {"뽶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xb6",3,NULL,0,NULL,0}, + {"瘴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xb4",3,NULL,0,NULL,0}, + {"爂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x82",3,NULL,0,NULL,0}, + {"䬢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xa2",3,NULL,0,NULL,0}, + {"煇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x87",3,NULL,0,NULL,0}, + {"聹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xb9",3,NULL,0,NULL,0}, + {"컪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x94",3,NULL,0,NULL,0}, + {"㫭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xad",3,NULL,0,NULL,0}, + {"䮏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x8f",3,NULL,0,NULL,0}, + {"뻇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x87",3,NULL,0,NULL,0}, + {"濦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xa6",3,NULL,0,NULL,0}, + {"妫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xab",3,NULL,0,NULL,0}, + {"㛘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x98",3,NULL,0,NULL,0}, + {"灗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x97",3,NULL,0,NULL,0}, + {"물",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xbc",3,NULL,0,NULL,0}, + {"誃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x83",3,NULL,0,NULL,0}, + {"䚭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xad",3,NULL,0,NULL,0}, + {"䫍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x8d",3,NULL,0,NULL,0}, + {"럨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xa8",3,NULL,0,NULL,0}, + {"ی",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x8c",2,NULL,0,NULL,0}, + {"ሲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xb2",3,NULL,0,NULL,0}, + {"鮖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x96",3,NULL,0,NULL,0}, + {"蛱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xb1",3,NULL,0,NULL,0}, + {"긿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xbf",3,NULL,0,NULL,0}, + {"፹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xbd",3,NULL,0,NULL,0}, + {"꿃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x83",3,NULL,0,NULL,0}, + {"志",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x97",3,NULL,0,NULL,0}, + {"껂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x82",3,NULL,0,NULL,0}, + {"㔀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x80",3,NULL,0,NULL,0}, + {"昣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xa3",3,NULL,0,NULL,0}, + {"ꡫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xab",3,NULL,0,NULL,0}, + {"炰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xb0",3,NULL,0,NULL,0}, + {"嚚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x9a",3,NULL,0,NULL,0}, + {"໗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x98",3,NULL,0,NULL,0}, + {"㗈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x88",3,NULL,0,NULL,0}, + {"絔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x94",3,NULL,0,NULL,0}, + {"︾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xbe",3,NULL,0,NULL,0}, + {"錞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x9e",3,NULL,0,NULL,0}, + {"싂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x9b",3,NULL,0,NULL,0}, + {"뫩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xa9",3,NULL,0,NULL,0}, + {"鱲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xb2",3,NULL,0,NULL,0}, + {"瑙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x99",3,NULL,0,NULL,0}, + {"輦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xa6",3,NULL,0,NULL,0}, + {"ڋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x8b",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xb5",3,NULL,0,NULL,0}, + {"䲞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x9e",3,NULL,0,NULL,0}, + {"昑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x91",3,NULL,0,NULL,0}, + {"䱜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x9c",3,NULL,0,NULL,0}, + {"贏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x8f",3,NULL,0,NULL,0}, + {"鑯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xaf",3,NULL,0,NULL,0}, + {"뷥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xb6",3,NULL,0,NULL,0}, + {"䴟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x9f",3,NULL,0,NULL,0}, + {"ᶔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x94",3,NULL,0,NULL,0}, + {"豗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x97",3,NULL,0,NULL,0}, + {"뺐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x90",3,NULL,0,NULL,0}, + {"륭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xad",3,NULL,0,NULL,0}, + {"㳅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x85",3,NULL,0,NULL,0}, + {"㡨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xa8",3,NULL,0,NULL,0}, + {"駶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xb6",3,NULL,0,NULL,0}, + {"暴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xb4",3,NULL,0,NULL,0}, + {"땮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xae",3,NULL,0,NULL,0}, + {"ຕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x95",3,NULL,0,NULL,0}, + {"䵜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x9c",3,NULL,0,NULL,0}, + {"蔱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xb1",3,NULL,0,NULL,0}, + {"俜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x9c",3,NULL,0,NULL,0}, + {"⸟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x88",3,NULL,0,NULL,0}, + {"뒵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xb5",3,NULL,0,NULL,0}, + {"褂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x82",3,NULL,0,NULL,0}, + {"㯨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xa8",3,NULL,0,NULL,0}, + {"ᝂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x82",3,NULL,0,NULL,0}, + {"΀",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x80",2,NULL,0,NULL,0}, + {"偛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x9b",3,NULL,0,NULL,0}, + {"憪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xaa",3,NULL,0,NULL,0}, + {"䑞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x9e",3,NULL,0,NULL,0}, + {"᯹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xb9",3,NULL,0,NULL,0}, + {"毁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x81",3,NULL,0,NULL,0}, + {"厲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xb2",3,NULL,0,NULL,0}, + {"似",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xbc",3,NULL,0,NULL,0}, + {"奈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x8c",3,NULL,0,NULL,0}, + {"嶮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xae",3,NULL,0,NULL,0}, + {"빖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x96",3,NULL,0,NULL,0}, + {"羭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xad",3,NULL,0,NULL,0}, + {"Ï",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8f",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa6",3,NULL,0,NULL,0}, + {"颽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x95",3,NULL,0,NULL,0}, + {"熰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xb0",3,NULL,0,NULL,0}, + {"䯘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x98",3,NULL,0,NULL,0}, + {"멶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xb6",3,NULL,0,NULL,0}, + {"㥽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xbd",3,NULL,0,NULL,0}, + {"躶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xb6",3,NULL,0,NULL,0}, + {"먵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xb5",3,NULL,0,NULL,0}, + {"ꓐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x90",3,NULL,0,NULL,0}, + {"篎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x8e",3,NULL,0,NULL,0}, + {"ρ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x81",2,NULL,0,NULL,0}, + {"뗭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xad",3,NULL,0,NULL,0}, + {"蹛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x9b",3,NULL,0,NULL,0}, + {"礳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x8e",3,NULL,0,NULL,0}, + {"㹫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x8c",3,NULL,0,NULL,0}, + {"鿃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x83",3,NULL,0,NULL,0}, + {"聎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x8e",3,NULL,0,NULL,0}, + {"ⷄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x84",3,NULL,0,NULL,0}, + {"Î",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8e",2,NULL,0,NULL,0}, + {"䇻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xbb",3,NULL,0,NULL,0}, + {"줷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xb7",3,NULL,0,NULL,0}, + {"벐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xbb",3,NULL,0,NULL,0}, + {"푿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xbf",3,NULL,0,NULL,0}, + {"苩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xa9",3,NULL,0,NULL,0}, + {"唓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x93",3,NULL,0,NULL,0}, + {"엿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x97",3,NULL,0,NULL,0}, + {"臠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xa0",3,NULL,0,NULL,0}, + {"늊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x8a",3,NULL,0,NULL,0}, + {"ಮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xae",3,NULL,0,NULL,0}, + {"厓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x93",3,NULL,0,NULL,0}, + {"ᡛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x9b",3,NULL,0,NULL,0}, + {"酌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x8c",3,NULL,0,NULL,0}, + {"狥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xa5",3,NULL,0,NULL,0}, + {"䄋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x80",3,NULL,0,NULL,0}, + {"ꫀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x80",3,NULL,0,NULL,0}, + {"⻧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xa7",3,NULL,0,NULL,0}, + {"帕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x95",3,NULL,0,NULL,0}, + {"풩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xa9",3,NULL,0,NULL,0}, + {"켥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xa5",3,NULL,0,NULL,0}, + {"龁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x81",3,NULL,0,NULL,0}, + {"繵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xb5",3,NULL,0,NULL,0}, + {"撆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x86",3,NULL,0,NULL,0}, + {"丹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x9e",3,NULL,0,NULL,0}, + {"﭅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x85",3,NULL,0,NULL,0}, + {"弟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x9f",3,NULL,0,NULL,0}, + {"㰓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xa5",3,NULL,0,NULL,0}, + {"儐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x8b",3,NULL,0,NULL,0}, + {"ю",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x8e",2,NULL,0,NULL,0}, + {"엁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x81",3,NULL,0,NULL,0}, + {"㷻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xbb",3,NULL,0,NULL,0}, + {"㫄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x91",3,NULL,0,NULL,0}, + {"ᱩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xa9",3,NULL,0,NULL,0}, + {"猧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xa7",3,NULL,0,NULL,0}, + {"ﲏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x8f",3,NULL,0,NULL,0}, + {"삁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x81",3,NULL,0,NULL,0}, + {"㭋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x8b",3,NULL,0,NULL,0}, + {"쌻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xbb",3,NULL,0,NULL,0}, + {"ᢤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xa4",3,NULL,0,NULL,0}, + {"迖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x96",3,NULL,0,NULL,0}, + {"琰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xb0",3,NULL,0,NULL,0}, + {"ȱ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xb1",2,NULL,0,NULL,0}, + {"똱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xb1",3,NULL,0,NULL,0}, + {"쓇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x87",3,NULL,0,NULL,0}, + {"ꩭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xad",3,NULL,0,NULL,0}, + {"傣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xa3",3,NULL,0,NULL,0}, + {"洐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x87",3,NULL,0,NULL,0}, + {"냞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x9e",3,NULL,0,NULL,0}, + {"ୣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xa3",3,NULL,0,NULL,0}, + {"ᘜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x9c",3,NULL,0,NULL,0}, + {"↞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x9e",3,NULL,0,NULL,0}, + {"⬐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x90",3,NULL,0,NULL,0}, + {"쑀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x80",3,NULL,0,NULL,0}, + {"醔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x94",3,NULL,0,NULL,0}, + {"⿔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x94",3,NULL,0,NULL,0}, + {"祈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x8e",3,NULL,0,NULL,0}, + {"䗧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xa5",3,NULL,0,NULL,0}, + {"̳",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xb3",2,NULL,0,NULL,0}, + {"禮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xb6",3,NULL,0,NULL,0}, + {"㽻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xbb",3,NULL,0,NULL,0}, + {"倇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x87",3,NULL,0,NULL,0}, + {"얏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x8f",3,NULL,0,NULL,0}, + {"봢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xa2",3,NULL,0,NULL,0}, + {"罁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x81",3,NULL,0,NULL,0}, + {"砰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xb0",3,NULL,0,NULL,0}, + {"ﳐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x90",3,NULL,0,NULL,0}, + {"쐅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x85",3,NULL,0,NULL,0}, + {"绢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xa2",3,NULL,0,NULL,0}, + {"찠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xa0",3,NULL,0,NULL,0}, + {"䉃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x9a",3,NULL,0,NULL,0}, + {"嫁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x81",3,NULL,0,NULL,0}, + {"쫳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xb3",3,NULL,0,NULL,0}, + {"し",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x97",3,NULL,0,NULL,0}, + {"霠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xa0",3,NULL,0,NULL,0}, + {"罠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xa0",3,NULL,0,NULL,0}, + {"䐊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x8a",3,NULL,0,NULL,0}, + {"㳬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xac",3,NULL,0,NULL,0}, + {"䒱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xbe",3,NULL,0,NULL,0}, + {"࡚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x9a",3,NULL,0,NULL,0}, + {"涴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xb4",3,NULL,0,NULL,0}, + {"珯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xaf",3,NULL,0,NULL,0}, + {"ᴌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xb5",3,NULL,0,NULL,0}, + {"疎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x8e",3,NULL,0,NULL,0}, + {"䖭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xad",3,NULL,0,NULL,0}, + {"끅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x85",3,NULL,0,NULL,0}, + {"䛧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xa7",3,NULL,0,NULL,0}, + {"ᐑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x91",3,NULL,0,NULL,0}, + {"缇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xb8",3,NULL,0,NULL,0}, + {"촆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xa2",3,NULL,0,NULL,0}, + {"뀖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x96",3,NULL,0,NULL,0}, + {"ঈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x81",3,NULL,0,NULL,0}, + {"෺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xba",3,NULL,0,NULL,0}, + {"씰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x81",3,NULL,0,NULL,0}, + {"쏔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x94",3,NULL,0,NULL,0}, + {"䏪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xaa",3,NULL,0,NULL,0}, + {"₺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xba",3,NULL,0,NULL,0}, + {"冶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xb6",3,NULL,0,NULL,0}, + {"奋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x8b",3,NULL,0,NULL,0}, + {"쮇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x87",3,NULL,0,NULL,0}, + {"샣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xa3",3,NULL,0,NULL,0}, + {"荫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xab",3,NULL,0,NULL,0}, + {"’",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xa9",3,NULL,0,NULL,0}, + {"媀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x85",3,NULL,0,NULL,0}, + {"ᗞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x9e",3,NULL,0,NULL,0}, + {"᧝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x9d",3,NULL,0,NULL,0}, + {"鹍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x8d",3,NULL,0,NULL,0}, + {"⾰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xb0",3,NULL,0,NULL,0}, + {"⎇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x87",3,NULL,0,NULL,0}, + {"嶉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x89",3,NULL,0,NULL,0}, + {"㿆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x86",3,NULL,0,NULL,0}, + {"㈾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xbe",3,NULL,0,NULL,0}, + {"ᦤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xa4",3,NULL,0,NULL,0}, + {"㙜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x9c",3,NULL,0,NULL,0}, + {"阾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xbe",3,NULL,0,NULL,0}, + {"੫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xab",3,NULL,0,NULL,0}, + {"闹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xb9",3,NULL,0,NULL,0}, + {"蒐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x90",3,NULL,0,NULL,0}, + {"꿔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x94",3,NULL,0,NULL,0}, + {"﹝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x9d",3,NULL,0,NULL,0}, + {"쬳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x84",3,NULL,0,NULL,0}, + {"巘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x98",3,NULL,0,NULL,0}, + {"곯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x98",3,NULL,0,NULL,0}, + {"ᖜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x9c",3,NULL,0,NULL,0}, + {"⧇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x87",3,NULL,0,NULL,0}, + {"߹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xb9",2,NULL,0,NULL,0}, + {"ќ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x9c",2,NULL,0,NULL,0}, + {"잭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xad",3,NULL,0,NULL,0}, + {"ދ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8b",2,NULL,0,NULL,0}, + {"鎥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xa5",3,NULL,0,NULL,0}, + {"ꐷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xb7",3,NULL,0,NULL,0}, + {"ῲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xb2",3,NULL,0,NULL,0}, + {"귝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x9d",3,NULL,0,NULL,0}, + {"䔊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xa9",3,NULL,0,NULL,0}, + {"φ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x86",2,NULL,0,NULL,0}, + {"뼁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x81",3,NULL,0,NULL,0}, + {"ð",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb0",2,NULL,0,NULL,0}, + {"埿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xbf",3,NULL,0,NULL,0}, + {"葐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x90",3,NULL,0,NULL,0}, + {"シ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbc",3,NULL,0,NULL,0}, + {"Ꚅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x84",3,NULL,0,NULL,0}, + {"р",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x80",2,NULL,0,NULL,0}, + {"ᩬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xac",3,NULL,0,NULL,0}, + {"╮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xae",3,NULL,0,NULL,0}, + {"ᴕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x95",3,NULL,0,NULL,0}, + {"쵔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x94",3,NULL,0,NULL,0}, + {"뉏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x8f",3,NULL,0,NULL,0}, + {"쳣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xa3",3,NULL,0,NULL,0}, + {"᪷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xb7",3,NULL,0,NULL,0}, + {"阱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xb1",3,NULL,0,NULL,0}, + {"盵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xb5",3,NULL,0,NULL,0}, + {"䛤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xa4",3,NULL,0,NULL,0}, + {"䤝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x9d",3,NULL,0,NULL,0}, + {"ꇍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x8d",3,NULL,0,NULL,0}, + {"ᾰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xb0",3,NULL,0,NULL,0}, + {"Э",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xad",2,NULL,0,NULL,0}, + {"䤀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x80",3,NULL,0,NULL,0}, + {"皚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x9a",3,NULL,0,NULL,0}, + {"식",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x9d",3,NULL,0,NULL,0}, + {"숗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x97",3,NULL,0,NULL,0}, + {"鋸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xb8",3,NULL,0,NULL,0}, + {"癙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x99",3,NULL,0,NULL,0}, + {"ꂟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x9f",3,NULL,0,NULL,0}, + {"⎣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xa3",3,NULL,0,NULL,0}, + {"층",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xb5",3,NULL,0,NULL,0}, + {"ዽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x9c",3,NULL,0,NULL,0}, + {"㛗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x97",3,NULL,0,NULL,0}, + {"ε",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb5",2,NULL,0,NULL,0}, + {"鬢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xa2",3,NULL,0,NULL,0}, + {"띺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xba",3,NULL,0,NULL,0}, + {"頁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x81",3,NULL,0,NULL,0}, + {"畃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x83",3,NULL,0,NULL,0}, + {"韤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xa4",3,NULL,0,NULL,0}, + {"䊲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xb2",3,NULL,0,NULL,0}, + {"藨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xa8",3,NULL,0,NULL,0}, + {"壭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xad",3,NULL,0,NULL,0}, + {"䌟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x9f",3,NULL,0,NULL,0}, + {"则",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x99",3,NULL,0,NULL,0}, + {"ᛀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x80",3,NULL,0,NULL,0}, + {"榒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x92",3,NULL,0,NULL,0}, + {"䢾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xbe",3,NULL,0,NULL,0}, + {"챃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x83",3,NULL,0,NULL,0}, + {"䎝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x9d",3,NULL,0,NULL,0}, + {"癤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xa4",3,NULL,0,NULL,0}, + {"畦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xa6",3,NULL,0,NULL,0}, + {"뻈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x88",3,NULL,0,NULL,0}, + {"뉾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xbe",3,NULL,0,NULL,0}, + {"㔸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xb8",3,NULL,0,NULL,0}, + {"췷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xb7",3,NULL,0,NULL,0}, + {"⎽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xbd",3,NULL,0,NULL,0}, + {"㖏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x8f",3,NULL,0,NULL,0}, + {"骚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x9a",3,NULL,0,NULL,0}, + {"⨽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xbd",3,NULL,0,NULL,0}, + {"ꁀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x80",3,NULL,0,NULL,0}, + {"鞪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xaa",3,NULL,0,NULL,0}, + {"㎙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x99",3,NULL,0,NULL,0}, + {"Μ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x9c",2,NULL,0,NULL,0}, + {"颉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x89",3,NULL,0,NULL,0}, + {"虹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xb9",3,NULL,0,NULL,0}, + {"껛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x9b",3,NULL,0,NULL,0}, + {"듾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xbe",3,NULL,0,NULL,0}, + {"꧳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xb3",3,NULL,0,NULL,0}, + {"矢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xa2",3,NULL,0,NULL,0}, + {"晎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x9b",3,NULL,0,NULL,0}, + {"간",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x84",3,NULL,0,NULL,0}, + {"ƅ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x85",2,NULL,0,NULL,0}, + {"蕭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xad",3,NULL,0,NULL,0}, + {"嘖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x96",3,NULL,0,NULL,0}, + {"泯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xaf",3,NULL,0,NULL,0}, + {"腈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x88",3,NULL,0,NULL,0}, + {"遺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xba",3,NULL,0,NULL,0}, + {"е",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xb5",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xba",3,NULL,0,NULL,0}, + {"䢚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x9a",3,NULL,0,NULL,0}, + {"⩿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xbf",3,NULL,0,NULL,0}, + {"瘙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x99",3,NULL,0,NULL,0}, + {"⺻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xbb",3,NULL,0,NULL,0}, + {"㏏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x8f",3,NULL,0,NULL,0}, + {"๷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xb7",3,NULL,0,NULL,0}, + {"ӝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x9d",2,NULL,0,NULL,0}, + {"ɣ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xa3",2,NULL,0,NULL,0}, + {"鴀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x80",3,NULL,0,NULL,0}, + {"䏱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xb1",3,NULL,0,NULL,0}, + {"愀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x80",3,NULL,0,NULL,0}, + {"⒭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xad",3,NULL,0,NULL,0}, + {"≚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x9a",3,NULL,0,NULL,0}, + {"㐔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x94",3,NULL,0,NULL,0}, + {"遀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x80",3,NULL,0,NULL,0}, + {"㒛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x9b",3,NULL,0,NULL,0}, + {"賗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xba",3,NULL,0,NULL,0}, + {"ἤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xa4",3,NULL,0,NULL,0}, + {"䡒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x92",3,NULL,0,NULL,0}, + {"ᇚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x9a",3,NULL,0,NULL,0}, + {"Ꜯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xae",3,NULL,0,NULL,0}, + {"ኃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x83",3,NULL,0,NULL,0}, + {"ꤦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xa6",3,NULL,0,NULL,0}, + {"輏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x8f",3,NULL,0,NULL,0}, + {"䤊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x8a",3,NULL,0,NULL,0}, + {"ㄙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x99",3,NULL,0,NULL,0}, + {"ꌨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xa8",3,NULL,0,NULL,0}, + {"쉿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xbf",3,NULL,0,NULL,0}, + {"狕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x95",3,NULL,0,NULL,0}, + {"毘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x98",3,NULL,0,NULL,0}, + {"䦳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xb3",3,NULL,0,NULL,0}, + {"覛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x9b",3,NULL,0,NULL,0}, + {"歡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xa1",3,NULL,0,NULL,0}, + {"ꞛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x9b",3,NULL,0,NULL,0}, + {"烫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xab",3,NULL,0,NULL,0}, + {"צ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xa6",2,NULL,0,NULL,0}, + {"䳩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xa9",3,NULL,0,NULL,0}, + {"๞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x9e",3,NULL,0,NULL,0}, + {"拨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xa8",3,NULL,0,NULL,0}, + {"魰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x87",3,NULL,0,NULL,0}, + {"ྼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xbc",3,NULL,0,NULL,0}, + {"慉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x89",3,NULL,0,NULL,0}, + {",",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x8c",3,NULL,0,NULL,0}, + {"ᷣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xa3",3,NULL,0,NULL,0}, + {"푘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x98",3,NULL,0,NULL,0}, + {"檮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xae",3,NULL,0,NULL,0}, + {"鶺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xb9",3,NULL,0,NULL,0}, + {"ⱀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xb2",3,NULL,0,NULL,0}, + {"悓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x93",3,NULL,0,NULL,0}, + {"ఢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xa2",3,NULL,0,NULL,0}, + {"풦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xa6",3,NULL,0,NULL,0}, + {"餹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xb9",3,NULL,0,NULL,0}, + {"蘜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x9c",3,NULL,0,NULL,0}, + {"뮕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x95",3,NULL,0,NULL,0}, + {"跇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x89",3,NULL,0,NULL,0}, + {"▥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x92",3,NULL,0,NULL,0}, + {"聻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xbb",3,NULL,0,NULL,0}, + {"㓎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x8e",3,NULL,0,NULL,0}, + {"Ⲓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x92",3,NULL,0,NULL,0}, + {"㜭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xad",3,NULL,0,NULL,0}, + {"Ρ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa1",2,NULL,0,NULL,0}, + {"࿶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xb6",3,NULL,0,NULL,0}, + {"䩸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xb8",3,NULL,0,NULL,0}, + {"ꏒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x92",3,NULL,0,NULL,0}, + {"簪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xaa",3,NULL,0,NULL,0}, + {"搒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x92",3,NULL,0,NULL,0}, + {"ⵁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x81",3,NULL,0,NULL,0}, + {"솏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x8a",3,NULL,0,NULL,0}, + {"ힻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xbb",3,NULL,0,NULL,0}, + {"쐛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x9b",3,NULL,0,NULL,0}, + {"㶥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xb1",3,NULL,0,NULL,0}, + {"䴚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x9a",3,NULL,0,NULL,0}, + {"斪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xaa",3,NULL,0,NULL,0}, + {"ሢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xa2",3,NULL,0,NULL,0}, + {"ଁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x81",3,NULL,0,NULL,0}, + {"沙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x99",3,NULL,0,NULL,0}, + {"徜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x9c",3,NULL,0,NULL,0}, + {"ꪂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x82",3,NULL,0,NULL,0}, + {"ꕄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x84",3,NULL,0,NULL,0}, + {"⣲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x91",3,NULL,0,NULL,0}, + {"콦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xa6",3,NULL,0,NULL,0}, + {"➏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x8f",3,NULL,0,NULL,0}, + {"콵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xb5",3,NULL,0,NULL,0}, + {"퉰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xb0",3,NULL,0,NULL,0}, + {"馐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x90",3,NULL,0,NULL,0}, + {"衢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xa2",3,NULL,0,NULL,0}, + {"藉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x89",3,NULL,0,NULL,0}, + {"웍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x8d",3,NULL,0,NULL,0}, + {"媽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xbd",3,NULL,0,NULL,0}, + {"厫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xab",3,NULL,0,NULL,0}, + {"蠇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x87",3,NULL,0,NULL,0}, + {"枠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xa0",3,NULL,0,NULL,0}, + {"໅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x85",3,NULL,0,NULL,0}, + {"㚍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x8d",3,NULL,0,NULL,0}, + {"ꐈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x88",3,NULL,0,NULL,0}, + {"匬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xac",3,NULL,0,NULL,0}, + {"挒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x92",3,NULL,0,NULL,0}, + {"鿩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xa9",3,NULL,0,NULL,0}, + {"ⴇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x87",3,NULL,0,NULL,0}, + {"鲲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xb2",3,NULL,0,NULL,0}, + {"稘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x88",3,NULL,0,NULL,0}, + {"䫏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x8f",3,NULL,0,NULL,0}, + {"ꍋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x8b",3,NULL,0,NULL,0}, + {"㬒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x92",3,NULL,0,NULL,0}, + {"᰸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x92",3,NULL,0,NULL,0}, + {"滎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x8e",3,NULL,0,NULL,0}, + {"鐈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xb7",3,NULL,0,NULL,0}, + {"ൾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xbe",3,NULL,0,NULL,0}, + {"㱞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x9e",3,NULL,0,NULL,0}, + {"맠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xb5",3,NULL,0,NULL,0}, + {"玶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xb6",3,NULL,0,NULL,0}, + {"ﺻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xbb",3,NULL,0,NULL,0}, + {"忥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xac",3,NULL,0,NULL,0}, + {"⭁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xab",3,NULL,0,NULL,0}, + {"豷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xb7",3,NULL,0,NULL,0}, + {"䂘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x98",3,NULL,0,NULL,0}, + {"큳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xb3",3,NULL,0,NULL,0}, + {"哮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xae",3,NULL,0,NULL,0}, + {"훊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x8a",3,NULL,0,NULL,0}, + {"꟥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xa5",3,NULL,0,NULL,0}, + {"⶝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x9d",3,NULL,0,NULL,0}, + {"憛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x9b",3,NULL,0,NULL,0}, + {"ᱶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xa9",3,NULL,0,NULL,0}, + {"㩳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xb3",3,NULL,0,NULL,0}, + {"䈦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xbd",3,NULL,0,NULL,0}, + {"巳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xb3",3,NULL,0,NULL,0}, + {"ៃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x83",3,NULL,0,NULL,0}, + {"㠍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x8d",3,NULL,0,NULL,0}, + {"幤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x91",3,NULL,0,NULL,0}, + {"浿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xbf",3,NULL,0,NULL,0}, + {"贍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x8d",3,NULL,0,NULL,0}, + {"౴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xb4",3,NULL,0,NULL,0}, + {"윘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x98",3,NULL,0,NULL,0}, + {"喍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x8d",3,NULL,0,NULL,0}, + {"೥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xa5",3,NULL,0,NULL,0}, + {"豝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x9d",3,NULL,0,NULL,0}, + {"륯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xaf",3,NULL,0,NULL,0}, + {"䱠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xa0",3,NULL,0,NULL,0}, + {"掕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x95",3,NULL,0,NULL,0}, + {"賾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xbe",3,NULL,0,NULL,0}, + {"땢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xa2",3,NULL,0,NULL,0}, + {"⽞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x9e",3,NULL,0,NULL,0}, + {"ⵣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xa3",3,NULL,0,NULL,0}, + {"ﰤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xa4",3,NULL,0,NULL,0}, + {"본",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xb8",3,NULL,0,NULL,0}, + {"篔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x94",3,NULL,0,NULL,0}, + {"䉤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xa8",3,NULL,0,NULL,0}, + {"咭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xa1",3,NULL,0,NULL,0}, + {"䶙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x99",3,NULL,0,NULL,0}, + {"肟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x9f",3,NULL,0,NULL,0}, + {"랒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x92",3,NULL,0,NULL,0}, + {"爥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xa5",3,NULL,0,NULL,0}, + {"柱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xb1",3,NULL,0,NULL,0}, + {"ᢚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x9a",3,NULL,0,NULL,0}, + {"똚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x9a",3,NULL,0,NULL,0}, + {"冚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x9a",3,NULL,0,NULL,0}, + {"桬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xac",3,NULL,0,NULL,0}, + {"옅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x85",3,NULL,0,NULL,0}, + {"潝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x9d",3,NULL,0,NULL,0}, + {"㟀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x80",3,NULL,0,NULL,0}, + {"仜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x9c",3,NULL,0,NULL,0}, + {"謆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xbf",3,NULL,0,NULL,0}, + {"㴑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x91",3,NULL,0,NULL,0}, + {"룡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xa1",3,NULL,0,NULL,0}, + {"턞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x9e",3,NULL,0,NULL,0}, + {"왿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xbf",3,NULL,0,NULL,0}, + {"啴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xb4",3,NULL,0,NULL,0}, + {"퇆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x86",3,NULL,0,NULL,0}, + {"崑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x91",3,NULL,0,NULL,0}, + {"ﱑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x91",3,NULL,0,NULL,0}, + {"飏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x8f",3,NULL,0,NULL,0}, + {"켿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xbf",3,NULL,0,NULL,0}, + {"靮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xae",3,NULL,0,NULL,0}, + {"勚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x9a",3,NULL,0,NULL,0}, + {"䁧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xa7",3,NULL,0,NULL,0}, + {"㽐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x90",3,NULL,0,NULL,0}, + {"옔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x94",3,NULL,0,NULL,0}, + {"龱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xb1",3,NULL,0,NULL,0}, + {"봧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xa7",3,NULL,0,NULL,0}, + {"潎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xb2",3,NULL,0,NULL,0}, + {"䷰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xb0",3,NULL,0,NULL,0}, + {"벌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x97",3,NULL,0,NULL,0}, + {"聚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x9a",3,NULL,0,NULL,0}, + {"ヒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x92",3,NULL,0,NULL,0}, + {"茍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x8d",3,NULL,0,NULL,0}, + {"Ც",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xaa",3,NULL,0,NULL,0}, + {"绞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x9e",3,NULL,0,NULL,0}, + {"뤛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x9b",3,NULL,0,NULL,0}, + {"뚫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xbb",3,NULL,0,NULL,0}, + {"厉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x89",3,NULL,0,NULL,0}, + {"ᔶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb6",3,NULL,0,NULL,0}, + {"鎷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xb7",3,NULL,0,NULL,0}, + {"Ɣ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x94",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xb6",3,NULL,0,NULL,0}, + {"ܫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xab",2,NULL,0,NULL,0}, + {"ၵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xb5",3,NULL,0,NULL,0}, + {"쨝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x9d",3,NULL,0,NULL,0}, + {"谭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x8b",3,NULL,0,NULL,0}, + {"릷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xb7",3,NULL,0,NULL,0}, + {"吩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xba",3,NULL,0,NULL,0}, + {"ꛇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x87",3,NULL,0,NULL,0}, + {"쐶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xb6",3,NULL,0,NULL,0}, + {"෗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x97",3,NULL,0,NULL,0}, + {"㼝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x9d",3,NULL,0,NULL,0}, + {"뜞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x9e",3,NULL,0,NULL,0}, + {"緬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xac",3,NULL,0,NULL,0}, + {"횩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xa9",3,NULL,0,NULL,0}, + {"늼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xbc",3,NULL,0,NULL,0}, + {"ᒻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xbb",3,NULL,0,NULL,0}, + {"膾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xbe",3,NULL,0,NULL,0}, + {"翕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x95",3,NULL,0,NULL,0}, + {"쌩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xa9",3,NULL,0,NULL,0}, + {"鐠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xa0",3,NULL,0,NULL,0}, + {"ﳮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xae",3,NULL,0,NULL,0}, + {"Ƀ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x83",2,NULL,0,NULL,0}, + {"⏬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x84",3,NULL,0,NULL,0}, + {"痱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xb1",3,NULL,0,NULL,0}, + {"ꄥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xa5",3,NULL,0,NULL,0}, + {"䢶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xb6",3,NULL,0,NULL,0}, + {"꜈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x88",3,NULL,0,NULL,0}, + {"碧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x80",3,NULL,0,NULL,0}, + {"딛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x9b",3,NULL,0,NULL,0}, + {"㺾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xb1",3,NULL,0,NULL,0}, + {"헜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x9c",3,NULL,0,NULL,0}, + {"낺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xba",3,NULL,0,NULL,0}, + {"점",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x90",3,NULL,0,NULL,0}, + {"ꗗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x97",3,NULL,0,NULL,0}, + {"Ï",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8f",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x96",3,NULL,0,NULL,0}, + {"̡",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xa1",2,NULL,0,NULL,0}, + {"㷛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x9b",3,NULL,0,NULL,0}, + {"Ꙁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x80",3,NULL,0,NULL,0}, + {"Ŋ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x8a",2,NULL,0,NULL,0}, + {"ѩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xa9",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xa6",3,NULL,0,NULL,0}, + {"눵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xb5",3,NULL,0,NULL,0}, + {"둗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x97",3,NULL,0,NULL,0}, + {"Α",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x91",2,NULL,0,NULL,0}, + {"ਵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xb5",3,NULL,0,NULL,0}, + {"依",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x9d",3,NULL,0,NULL,0}, + {"찀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xbe",3,NULL,0,NULL,0}, + {"錻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xbb",3,NULL,0,NULL,0}, + {"ᑮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xae",3,NULL,0,NULL,0}, + {"좍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x8d",3,NULL,0,NULL,0}, + {"罤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xa4",3,NULL,0,NULL,0}, + {"࠳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xb3",3,NULL,0,NULL,0}, + {"쐆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x86",3,NULL,0,NULL,0}, + {"쯟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x9f",3,NULL,0,NULL,0}, + {"ࡴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xb4",3,NULL,0,NULL,0}, + {"ᗎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x8e",3,NULL,0,NULL,0}, + {"㗳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xb3",3,NULL,0,NULL,0}, + {"亭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xad",3,NULL,0,NULL,0}, + {"⇐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x90",3,NULL,0,NULL,0}, + {"葏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x8f",3,NULL,0,NULL,0}, + {"ꐶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xb6",3,NULL,0,NULL,0}, + {"ꃠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xa0",3,NULL,0,NULL,0}, + {"鉋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x8b",3,NULL,0,NULL,0}, + {"ᴔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x94",3,NULL,0,NULL,0}, + {"࣓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x93",3,NULL,0,NULL,0}, + {"䛥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xa5",3,NULL,0,NULL,0}, + {"砠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xa0",3,NULL,0,NULL,0}, + {"脞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x9d",3,NULL,0,NULL,0}, + {"㸜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x9c",3,NULL,0,NULL,0}, + {"寚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x9a",3,NULL,0,NULL,0}, + {"㐹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xb9",3,NULL,0,NULL,0}, + {"햓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x93",3,NULL,0,NULL,0}, + {"됝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x9d",3,NULL,0,NULL,0}, + {"㆕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x95",3,NULL,0,NULL,0}, + {"걦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xa6",3,NULL,0,NULL,0}, + {"孿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xbf",3,NULL,0,NULL,0}, + {"铓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x93",3,NULL,0,NULL,0}, + {"뎛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x9b",3,NULL,0,NULL,0}, + {"쫃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x93",3,NULL,0,NULL,0}, + {"М",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x9c",2,NULL,0,NULL,0}, + {"ₖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x96",3,NULL,0,NULL,0}, + {"Ǣ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xa2",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x94",3,NULL,0,NULL,0}, + {"ἣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xa3",3,NULL,0,NULL,0}, + {"嫥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xa5",3,NULL,0,NULL,0}, + {"샑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x91",3,NULL,0,NULL,0}, + {"֯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xaf",2,NULL,0,NULL,0}, + {"螢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xba",3,NULL,0,NULL,0}, + {"궰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xb0",3,NULL,0,NULL,0}, + {"į",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xaf",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xb7",3,NULL,0,NULL,0}, + {"읆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x86",3,NULL,0,NULL,0}, + {"䠮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xae",3,NULL,0,NULL,0}, + {"冺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xba",3,NULL,0,NULL,0}, + {"މ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x89",2,NULL,0,NULL,0}, + {"ꑬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xac",3,NULL,0,NULL,0}, + {"귟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x9f",3,NULL,0,NULL,0}, + {"気",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x97",3,NULL,0,NULL,0}, + {"㿢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xa2",3,NULL,0,NULL,0}, + {"㚌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x8c",3,NULL,0,NULL,0}, + {"∑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x91",3,NULL,0,NULL,0}, + {"녭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xb9",3,NULL,0,NULL,0}, + {"삐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x90",3,NULL,0,NULL,0}, + {"ꑷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xb7",3,NULL,0,NULL,0}, + {"˳",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xb3",2,NULL,0,NULL,0}, + {"蒘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x98",3,NULL,0,NULL,0}, + {"垮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xae",3,NULL,0,NULL,0}, + {"़",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xbc",3,NULL,0,NULL,0}, + {"率",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xa1",3,NULL,0,NULL,0}, + {"堟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x9f",3,NULL,0,NULL,0}, + {"᧱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xb1",3,NULL,0,NULL,0}, + {"텄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x9e",3,NULL,0,NULL,0}, + {"ᔍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x9f",3,NULL,0,NULL,0}, + {"쵌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x8c",3,NULL,0,NULL,0}, + {"睞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x9e",3,NULL,0,NULL,0}, + {"흑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x91",3,NULL,0,NULL,0}, + {"竤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xa4",3,NULL,0,NULL,0}, + {"찯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xaf",3,NULL,0,NULL,0}, + {"茮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xae",3,NULL,0,NULL,0}, + {"ᬖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xbf",3,NULL,0,NULL,0}, + {"띖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x96",3,NULL,0,NULL,0}, + {"៧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xa7",3,NULL,0,NULL,0}, + {"杔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x94",3,NULL,0,NULL,0}, + {"婞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x9e",3,NULL,0,NULL,0}, + {"簽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xbd",3,NULL,0,NULL,0}, + {"쉦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xa6",3,NULL,0,NULL,0}, + {"㗻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xbb",3,NULL,0,NULL,0}, + {"郳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xb3",3,NULL,0,NULL,0}, + {"䭇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x87",3,NULL,0,NULL,0}, + {"캂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x82",3,NULL,0,NULL,0}, + {"⊯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xaf",3,NULL,0,NULL,0}, + {"䤄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x84",3,NULL,0,NULL,0}, + {"셸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xb8",3,NULL,0,NULL,0}, + {"堅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xa3",3,NULL,0,NULL,0}, + {"歏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xbd",3,NULL,0,NULL,0}, + {"﫥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xa5",3,NULL,0,NULL,0}, + {"֬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xac",2,NULL,0,NULL,0}, + {"㌁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x81",3,NULL,0,NULL,0}, + {"죕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x95",3,NULL,0,NULL,0}, + {"ꚠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xa0",3,NULL,0,NULL,0}, + {"䕃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x83",3,NULL,0,NULL,0}, + {"槣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xa3",3,NULL,0,NULL,0}, + {"剶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xb6",3,NULL,0,NULL,0}, + {"ሇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x87",3,NULL,0,NULL,0}, + {"硸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xac",3,NULL,0,NULL,0}, + {"䞕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x81",3,NULL,0,NULL,0}, + {"ڠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xa0",2,NULL,0,NULL,0}, + {"雒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x92",3,NULL,0,NULL,0}, + {"薶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xb6",3,NULL,0,NULL,0}, + {"꾰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xb0",3,NULL,0,NULL,0}, + {"䍈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xb6",3,NULL,0,NULL,0}, + {"◒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x92",3,NULL,0,NULL,0}, + {"ⅉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x89",3,NULL,0,NULL,0}, + {"ઈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x88",3,NULL,0,NULL,0}, + {"㓧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xa7",3,NULL,0,NULL,0}, + {"닥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xa5",3,NULL,0,NULL,0}, + {"칈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x88",3,NULL,0,NULL,0}, + {"騍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x8d",3,NULL,0,NULL,0}, + {"ă",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x83",2,NULL,0,NULL,0}, + {"㔰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xb0",3,NULL,0,NULL,0}, + {"♶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xb6",3,NULL,0,NULL,0}, + {"嚺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xba",3,NULL,0,NULL,0}, + {"姎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x8e",3,NULL,0,NULL,0}, + {"䭨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xa8",3,NULL,0,NULL,0}, + {"瀪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xaa",3,NULL,0,NULL,0}, + {"㚵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xb5",3,NULL,0,NULL,0}, + {"섇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x87",3,NULL,0,NULL,0}, + {"畉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x89",3,NULL,0,NULL,0}, + {"㍂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x82",3,NULL,0,NULL,0}, + {"ꂍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xaa",3,NULL,0,NULL,0}, + {"ᯪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xaa",3,NULL,0,NULL,0}, + {"糤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xa4",3,NULL,0,NULL,0}, + {"閒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x92",3,NULL,0,NULL,0}, + {"轋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x8b",3,NULL,0,NULL,0}, + {"٦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xa6",2,NULL,0,NULL,0}, + {"稜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x9c",3,NULL,0,NULL,0}, + {"◓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x93",3,NULL,0,NULL,0}, + {"铤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xa4",3,NULL,0,NULL,0}, + {"⟐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x90",3,NULL,0,NULL,0}, + {"䜤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xa4",3,NULL,0,NULL,0}, + {"旴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xb4",3,NULL,0,NULL,0}, + {"䎟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x84",3,NULL,0,NULL,0}, + {"铋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x8b",3,NULL,0,NULL,0}, + {"Ꞻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xb8",3,NULL,0,NULL,0}, + {"ꠑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xa3",3,NULL,0,NULL,0}, + {"㦴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xb4",3,NULL,0,NULL,0}, + {"驶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xb6",3,NULL,0,NULL,0}, + {"Ր",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x90",2,NULL,0,NULL,0}, + {"⡴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xba",3,NULL,0,NULL,0}, + {"훁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x81",3,NULL,0,NULL,0}, + {"ઉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x89",3,NULL,0,NULL,0}, + {"⇹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xb9",3,NULL,0,NULL,0}, + {"鲟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x9f",3,NULL,0,NULL,0}, + {"魄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x84",3,NULL,0,NULL,0}, + {"埕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x95",3,NULL,0,NULL,0}, + {"顥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xa5",3,NULL,0,NULL,0}, + {"ꨣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xa3",3,NULL,0,NULL,0}, + {"ᮡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xa1",3,NULL,0,NULL,0}, + {"揑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x91",3,NULL,0,NULL,0}, + {"빥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xa5",3,NULL,0,NULL,0}, + {"钢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xa2",3,NULL,0,NULL,0}, + {"嗄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x84",3,NULL,0,NULL,0}, + {"穻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xbb",3,NULL,0,NULL,0}, + {"㭹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xb9",3,NULL,0,NULL,0}, + {"捨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xa8",3,NULL,0,NULL,0}, + {"瓌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x8c",3,NULL,0,NULL,0}, + {"☪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xaa",3,NULL,0,NULL,0}, + {"熀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x80",3,NULL,0,NULL,0}, + {"軛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x9b",3,NULL,0,NULL,0}, + {"쎜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x9c",3,NULL,0,NULL,0}, + {"璳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xb3",3,NULL,0,NULL,0}, + {"炚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xbe",3,NULL,0,NULL,0}, + {"䨪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xb1",3,NULL,0,NULL,0}, + {"懗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x97",3,NULL,0,NULL,0}, + {"嫝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x9d",3,NULL,0,NULL,0}, + {"牊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x8a",3,NULL,0,NULL,0}, + {"䦃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x83",3,NULL,0,NULL,0}, + {"㤵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xb5",3,NULL,0,NULL,0}, + {"鬓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x93",3,NULL,0,NULL,0}, + {"ɡ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xa1",2,NULL,0,NULL,0}, + {"惼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xbc",3,NULL,0,NULL,0}, + {"⯭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xad",3,NULL,0,NULL,0}, + {"ꦜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x9c",3,NULL,0,NULL,0}, + {"ྫྷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xb2",3,NULL,0,NULL,0}, + {"뫏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x8f",3,NULL,0,NULL,0}, + {"⡅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x85",3,NULL,0,NULL,0}, + {"阕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x95",3,NULL,0,NULL,0}, + {"ⱞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x9e",3,NULL,0,NULL,0}, + {"飦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xa6",3,NULL,0,NULL,0}, + {"ಕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x95",3,NULL,0,NULL,0}, + {"貽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xbd",3,NULL,0,NULL,0}, + {"踨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xa8",3,NULL,0,NULL,0}, + {"唽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xbd",3,NULL,0,NULL,0}, + {"烘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x98",3,NULL,0,NULL,0}, + {"ཱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xb1",3,NULL,0,NULL,0}, + {"岕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x95",3,NULL,0,NULL,0}, + {"F",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"嚽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xbd",3,NULL,0,NULL,0}, + {"廇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x87",3,NULL,0,NULL,0}, + {"勿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xbf",3,NULL,0,NULL,0}, + {"풂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x82",3,NULL,0,NULL,0}, + {"邪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xaa",3,NULL,0,NULL,0}, + {"踴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xb4",3,NULL,0,NULL,0}, + {"灼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xbc",3,NULL,0,NULL,0}, + {"ῒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x92",3,NULL,0,NULL,0}, + {"圌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x8c",3,NULL,0,NULL,0}, + {"왱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xb1",3,NULL,0,NULL,0}, + {"䚂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xa9",3,NULL,0,NULL,0}, + {"摵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xb5",3,NULL,0,NULL,0}, + {"ຯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xaf",3,NULL,0,NULL,0}, + {"烱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xb1",3,NULL,0,NULL,0}, + {"۵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xb5",2,NULL,0,NULL,0}, + {"쇎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x8e",3,NULL,0,NULL,0}, + {"獁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x81",3,NULL,0,NULL,0}, + {"䮷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xb7",3,NULL,0,NULL,0}, + {"棒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x92",3,NULL,0,NULL,0}, + {"Ჭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xad",3,NULL,0,NULL,0}, + {"៟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x9f",3,NULL,0,NULL,0}, + {"攙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x99",3,NULL,0,NULL,0}, + {"ꏂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x82",3,NULL,0,NULL,0}, + {"ⱄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x84",3,NULL,0,NULL,0}, + {"봱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xb1",3,NULL,0,NULL,0}, + {"အ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x9d",3,NULL,0,NULL,0}, + {"洔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x94",3,NULL,0,NULL,0}, + {"悡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xa1",3,NULL,0,NULL,0}, + {"ꊸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xb8",3,NULL,0,NULL,0}, + {"㵹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xb9",3,NULL,0,NULL,0}, + {"౦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xa6",3,NULL,0,NULL,0}, + {"ኛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x9b",3,NULL,0,NULL,0}, + {"餳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xb3",3,NULL,0,NULL,0}, + {"瀭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xad",3,NULL,0,NULL,0}, + {"ଵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xa2",3,NULL,0,NULL,0}, + {"윲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xb2",3,NULL,0,NULL,0}, + {"譻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xbb",3,NULL,0,NULL,0}, + {"ㅜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x9c",3,NULL,0,NULL,0}, + {"Ḯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xae",3,NULL,0,NULL,0}, + {"僎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x8e",3,NULL,0,NULL,0}, + {"撳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xb3",3,NULL,0,NULL,0}, + {"龪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xaa",3,NULL,0,NULL,0}, + {"屼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xbc",3,NULL,0,NULL,0}, + {"觋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x8b",3,NULL,0,NULL,0}, + {"合",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x88",3,NULL,0,NULL,0}, + {"콷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xb7",3,NULL,0,NULL,0}, + {"洴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xb4",3,NULL,0,NULL,0}, + {"禍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x8d",3,NULL,0,NULL,0}, + {"鱑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x91",3,NULL,0,NULL,0}, + {"䫃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x83",3,NULL,0,NULL,0}, + {"ศ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xa8",3,NULL,0,NULL,0}, + {"䩰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xb0",3,NULL,0,NULL,0}, + {"酑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x91",3,NULL,0,NULL,0}, + {"搖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x96",3,NULL,0,NULL,0}, + {"꭯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xaf",3,NULL,0,NULL,0}, + {"續",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x8c",3,NULL,0,NULL,0}, + {"ꍙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x99",3,NULL,0,NULL,0}, + {"펿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xbf",3,NULL,0,NULL,0}, + {"ഞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x9e",3,NULL,0,NULL,0}, + {"缒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x92",3,NULL,0,NULL,0}, + {"蝜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x9c",3,NULL,0,NULL,0}, + {"椿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xbf",3,NULL,0,NULL,0}, + {"㶷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xb7",3,NULL,0,NULL,0}, + {"䳶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xb6",3,NULL,0,NULL,0}, + {"湿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xbf",3,NULL,0,NULL,0}, + {"㡃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x83",3,NULL,0,NULL,0}, + {"뙜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xbf",3,NULL,0,NULL,0}, + {"ᰍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x8d",3,NULL,0,NULL,0}, + {"૳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xb3",3,NULL,0,NULL,0}, + {"ꈟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xbd",3,NULL,0,NULL,0}, + {"릚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x88",3,NULL,0,NULL,0}, + {"䲄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x84",3,NULL,0,NULL,0}, + {"鑇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x87",3,NULL,0,NULL,0}, + {"訌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x8c",3,NULL,0,NULL,0}, + {"쑭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xad",3,NULL,0,NULL,0}, + {"鸸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xb1",3,NULL,0,NULL,0}, + {"⮀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x88",3,NULL,0,NULL,0}, + {"誓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x93",3,NULL,0,NULL,0}, + {"䖼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xbc",3,NULL,0,NULL,0}, + {"깡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xa1",3,NULL,0,NULL,0}, + {"꿭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xad",3,NULL,0,NULL,0}, + {"ꘗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x97",3,NULL,0,NULL,0}, + {"럆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x86",3,NULL,0,NULL,0}, + {"㺶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xa7",3,NULL,0,NULL,0}, + {"৐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x90",3,NULL,0,NULL,0}, + {"ඊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xbc",3,NULL,0,NULL,0}, + {"䇧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xa7",3,NULL,0,NULL,0}, + {"ﰾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xbe",3,NULL,0,NULL,0}, + {"䰃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x83",3,NULL,0,NULL,0}, + {"鐀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x80",3,NULL,0,NULL,0}, + {"涋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x8b",3,NULL,0,NULL,0}, + {"揺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xba",3,NULL,0,NULL,0}, + {"渎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x8e",3,NULL,0,NULL,0}, + {"鈴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xb4",3,NULL,0,NULL,0}, + {"텷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xb7",3,NULL,0,NULL,0}, + {"箉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x89",3,NULL,0,NULL,0}, + {"裊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x8a",3,NULL,0,NULL,0}, + {"綉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x89",3,NULL,0,NULL,0}, + {"틅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x85",3,NULL,0,NULL,0}, + {"黍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x8d",3,NULL,0,NULL,0}, + {"뱧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x88",3,NULL,0,NULL,0}, + {"枚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x9a",3,NULL,0,NULL,0}, + {"䨁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x81",3,NULL,0,NULL,0}, + {"됇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x87",3,NULL,0,NULL,0}, + {"栳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xb3",3,NULL,0,NULL,0}, + {"왮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xae",3,NULL,0,NULL,0}, + {"︑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x91",3,NULL,0,NULL,0}, + {"쐁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x81",3,NULL,0,NULL,0}, + {"﵃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xb2",3,NULL,0,NULL,0}, + {"웤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xa4",3,NULL,0,NULL,0}, + {"ီ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xb1",3,NULL,0,NULL,0}, + {"Ⱄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x94",3,NULL,0,NULL,0}, + {"説",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xac",3,NULL,0,NULL,0}, + {"࢑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x91",3,NULL,0,NULL,0}, + {"銋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x8b",3,NULL,0,NULL,0}, + {"紪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xa5",3,NULL,0,NULL,0}, + {"䫠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xa0",3,NULL,0,NULL,0}, + {"脻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xbb",3,NULL,0,NULL,0}, + {"벰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xb0",3,NULL,0,NULL,0}, + {"襛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x9b",3,NULL,0,NULL,0}, + {"闎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x8c",3,NULL,0,NULL,0}, + {"᝚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xb3",3,NULL,0,NULL,0}, + {"䶓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x93",3,NULL,0,NULL,0}, + {"呛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x9b",3,NULL,0,NULL,0}, + {"ﶁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x81",3,NULL,0,NULL,0}, + {"ᩁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x81",3,NULL,0,NULL,0}, + {"╉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x89",3,NULL,0,NULL,0}, + {"티",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xb0",3,NULL,0,NULL,0}, + {"芸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xb8",3,NULL,0,NULL,0}, + {"嬋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x8b",3,NULL,0,NULL,0}, + {"᫄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x84",3,NULL,0,NULL,0}, + {"❰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xb0",3,NULL,0,NULL,0}, + {"㩞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x97",3,NULL,0,NULL,0}, + {"仠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xa0",3,NULL,0,NULL,0}, + {"潟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xa8",3,NULL,0,NULL,0}, + {"ﶄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x84",3,NULL,0,NULL,0}, + {"똊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x85",3,NULL,0,NULL,0}, + {"ᗉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x89",3,NULL,0,NULL,0}, + {"↓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xac",3,NULL,0,NULL,0}, + {"޴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xb4",2,NULL,0,NULL,0}, + {"䵅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x85",3,NULL,0,NULL,0}, + {"ᳪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xaa",3,NULL,0,NULL,0}, + {"⾐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x90",3,NULL,0,NULL,0}, + {"롼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xbc",3,NULL,0,NULL,0}, + {"ܑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x91",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x82",3,NULL,0,NULL,0}, + {"즨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xa6",3,NULL,0,NULL,0}, + {"㽘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x9d",3,NULL,0,NULL,0}, + {"ᄀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa1",3,NULL,0,NULL,0}, + {"툚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x9a",3,NULL,0,NULL,0}, + {"ዮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xae",3,NULL,0,NULL,0}, + {"叔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x94",3,NULL,0,NULL,0}, + {"냹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xb9",3,NULL,0,NULL,0}, + {"⤄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x84",3,NULL,0,NULL,0}, + {"፭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xad",3,NULL,0,NULL,0}, + {"鞹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xb9",3,NULL,0,NULL,0}, + {"΋",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x8b",2,NULL,0,NULL,0}, + {"ꛖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x96",3,NULL,0,NULL,0}, + {"ᒕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x95",3,NULL,0,NULL,0}, + {"䊇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x87",3,NULL,0,NULL,0}, + {"쥥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xa5",3,NULL,0,NULL,0}, + {"ਢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xa2",3,NULL,0,NULL,0}, + {"茏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x8f",3,NULL,0,NULL,0}, + {"᎜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x9c",3,NULL,0,NULL,0}, + {"덉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x89",3,NULL,0,NULL,0}, + {"뚹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xb9",3,NULL,0,NULL,0}, + {"˞",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x9e",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xb5",3,NULL,0,NULL,0}, + {"ᚯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xaf",3,NULL,0,NULL,0}, + {"湖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x96",3,NULL,0,NULL,0}, + {"鎭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xad",3,NULL,0,NULL,0}, + {"컸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xb8",3,NULL,0,NULL,0}, + {"䌙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x99",3,NULL,0,NULL,0}, + {"ᡋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x8b",3,NULL,0,NULL,0}, + {"纺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xba",3,NULL,0,NULL,0}, + {"뻳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xb3",3,NULL,0,NULL,0}, + {"鞏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x8f",3,NULL,0,NULL,0}, + {"ᢴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xb4",3,NULL,0,NULL,0}, + {"徥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xa5",3,NULL,0,NULL,0}, + {"⼉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x89",3,NULL,0,NULL,0}, + {"՗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x97",2,NULL,0,NULL,0}, + {"넉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x89",3,NULL,0,NULL,0}, + {"ၯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xaf",3,NULL,0,NULL,0}, + {"᷒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x92",3,NULL,0,NULL,0}, + {"雊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x8a",3,NULL,0,NULL,0}, + {"䜎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x8e",3,NULL,0,NULL,0}, + {"ᙯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xaf",3,NULL,0,NULL,0}, + {"ﬦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xa6",3,NULL,0,NULL,0}, + {"וּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xbe",3,NULL,0,NULL,0}, + {"쨯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xaf",3,NULL,0,NULL,0}, + {"x",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xa2",3,NULL,0,NULL,0}, + {"ꗍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x8d",3,NULL,0,NULL,0}, + {"砂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xa7",3,NULL,0,NULL,0}, + {"ᨫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xab",3,NULL,0,NULL,0}, + {"돞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x9e",3,NULL,0,NULL,0}, + {"草",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x89",3,NULL,0,NULL,0}, + {"榷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xb7",3,NULL,0,NULL,0}, + {"삺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xba",3,NULL,0,NULL,0}, + {"᛭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xad",3,NULL,0,NULL,0}, + {"沒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x92",3,NULL,0,NULL,0}, + {"뉕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x95",3,NULL,0,NULL,0}, + {"NJ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x8a",2,NULL,0,NULL,0}, + {"‍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x8d",3,NULL,0,NULL,0}, + {"蕔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x94",3,NULL,0,NULL,0}, + {"猏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x8f",3,NULL,0,NULL,0}, + {"䐚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x8e",3,NULL,0,NULL,0}, + {"ȋ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x8b",2,NULL,0,NULL,0}, + {"蓕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x95",3,NULL,0,NULL,0}, + {"ࠡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xad",3,NULL,0,NULL,0}, + {"⌥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xa5",3,NULL,0,NULL,0}, + {"〟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x9f",3,NULL,0,NULL,0}, + {"ꮕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x95",3,NULL,0,NULL,0}, + {"䂌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x8c",3,NULL,0,NULL,0}, + {"᥉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x98",3,NULL,0,NULL,0}, + {"碭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xad",3,NULL,0,NULL,0}, + {"⨫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xab",3,NULL,0,NULL,0}, + {"舟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x9f",3,NULL,0,NULL,0}, + {"喝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xb6",3,NULL,0,NULL,0}, + {"㎼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xbc",3,NULL,0,NULL,0}, + {"헐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x90",3,NULL,0,NULL,0}, + {"ꁥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xa5",3,NULL,0,NULL,0}, + {"頬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xac",3,NULL,0,NULL,0}, + {"僪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xaa",3,NULL,0,NULL,0}, + {"敃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x83",3,NULL,0,NULL,0}, + {"画",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xa3",3,NULL,0,NULL,0}, + {"ꌆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x86",3,NULL,0,NULL,0}, + {"㐻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xbb",3,NULL,0,NULL,0}, + {"魅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x85",3,NULL,0,NULL,0}, + {"汘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xa8",3,NULL,0,NULL,0}, + {"矁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x81",3,NULL,0,NULL,0}, + {"ễ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x85",3,NULL,0,NULL,0}, + {"ㄹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xb9",3,NULL,0,NULL,0}, + {"存",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x98",3,NULL,0,NULL,0}, + {"ר",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xa8",2,NULL,0,NULL,0}, + {"遍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x8d",3,NULL,0,NULL,0}, + {"쁟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x9f",3,NULL,0,NULL,0}, + {"鑷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xb7",3,NULL,0,NULL,0}, + {"A",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa1",3,NULL,0,NULL,0}, + {"䡩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xa9",3,NULL,0,NULL,0}, + {"쬋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x85",3,NULL,0,NULL,0}, + {"䠊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x8a",3,NULL,0,NULL,0}, + {"簕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x95",3,NULL,0,NULL,0}, + {"䒇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x87",3,NULL,0,NULL,0}, + {"㗱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xb1",3,NULL,0,NULL,0}, + {"⟦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x98",3,NULL,0,NULL,0}, + {"蟆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x86",3,NULL,0,NULL,0}, + {"葍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x8d",3,NULL,0,NULL,0}, + {"긧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xa7",3,NULL,0,NULL,0}, + {"Ԃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x82",2,NULL,0,NULL,0}, + {"ʌ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x8c",2,NULL,0,NULL,0}, + {"䣘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x98",3,NULL,0,NULL,0}, + {"ࣁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xaf",3,NULL,0,NULL,0}, + {"疤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xa4",3,NULL,0,NULL,0}, + {"뇀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x80",3,NULL,0,NULL,0}, + {"ꐦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xa6",3,NULL,0,NULL,0}, + {"∱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x8e",3,NULL,0,NULL,0}, + {"抐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x90",3,NULL,0,NULL,0}, + {"攎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x8e",3,NULL,0,NULL,0}, + {"녿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x9b",3,NULL,0,NULL,0}, + {"橮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xae",3,NULL,0,NULL,0}, + {"጑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x91",3,NULL,0,NULL,0}, + {"䡿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xbf",3,NULL,0,NULL,0}, + {"뎉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x89",3,NULL,0,NULL,0}, + {"쫉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x89",3,NULL,0,NULL,0}, + {"훜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x9c",3,NULL,0,NULL,0}, + {"鵷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xb7",3,NULL,0,NULL,0}, + {"空",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xba",3,NULL,0,NULL,0}, + {"᫙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x99",3,NULL,0,NULL,0}, + {"嫧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xa7",3,NULL,0,NULL,0}, + {"奛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x9b",3,NULL,0,NULL,0}, + {"曉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x89",3,NULL,0,NULL,0}, + {"ἡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xa1",3,NULL,0,NULL,0}, + {"᝼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x8a",3,NULL,0,NULL,0}, + {"邢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xa2",3,NULL,0,NULL,0}, + {"材",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x90",3,NULL,0,NULL,0}, + {"筣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xa3",3,NULL,0,NULL,0}, + {"趚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x9a",3,NULL,0,NULL,0}, + {"᠕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x95",3,NULL,0,NULL,0}, + {"튇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x87",3,NULL,0,NULL,0}, + {"㋃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x83",3,NULL,0,NULL,0}, + {"䥯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xaf",3,NULL,0,NULL,0}, + {"ﯶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xb6",3,NULL,0,NULL,0}, + {"粕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x95",3,NULL,0,NULL,0}, + {"✅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x85",3,NULL,0,NULL,0}, + {"륉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x89",3,NULL,0,NULL,0}, + {"컓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x93",3,NULL,0,NULL,0}, + {"᱿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xbf",3,NULL,0,NULL,0}, + {"ꒅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x85",3,NULL,0,NULL,0}, + {"́",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x81",2,NULL,0,NULL,0}, + {"䛁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x81",3,NULL,0,NULL,0}, + {"֔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x94",2,NULL,0,NULL,0}, + {"浅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x85",3,NULL,0,NULL,0}, + {"橜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x9c",3,NULL,0,NULL,0}, + {"磵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xb5",3,NULL,0,NULL,0}, + {"ⴖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x96",3,NULL,0,NULL,0}, + {"ံ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xb6",3,NULL,0,NULL,0}, + {"셨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x94",3,NULL,0,NULL,0}, + {"셋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x8b",3,NULL,0,NULL,0}, + {"䙺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xba",3,NULL,0,NULL,0}, + {"겈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x88",3,NULL,0,NULL,0}, + {"܃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x83",2,NULL,0,NULL,0}, + {"䫨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xb8",3,NULL,0,NULL,0}, + {"댠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xa0",3,NULL,0,NULL,0}, + {"䘂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x82",3,NULL,0,NULL,0}, + {"⃔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x94",3,NULL,0,NULL,0}, + {"虉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x85",3,NULL,0,NULL,0}, + {"᫺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xba",3,NULL,0,NULL,0}, + {"흣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xa3",3,NULL,0,NULL,0}, + {"⅛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x9b",3,NULL,0,NULL,0}, + {"✆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x86",3,NULL,0,NULL,0}, + {"⻔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x94",3,NULL,0,NULL,0}, + {"໩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xa9",3,NULL,0,NULL,0}, + {"Ի",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xbb",2,NULL,0,NULL,0}, + {"교",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x90",3,NULL,0,NULL,0}, + {"袇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x87",3,NULL,0,NULL,0}, + {"⛇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x87",3,NULL,0,NULL,0}, + {"㬽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xbd",3,NULL,0,NULL,0}, + {"㝘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x9b",3,NULL,0,NULL,0}, + {"濉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x89",3,NULL,0,NULL,0}, + {"噭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xad",3,NULL,0,NULL,0}, + {"⊝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x9d",3,NULL,0,NULL,0}, + {"疜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x9c",3,NULL,0,NULL,0}, + {"ꏷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xb7",3,NULL,0,NULL,0}, + {"㋳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xb3",3,NULL,0,NULL,0}, + {"캎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x8e",3,NULL,0,NULL,0}, + {"奴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xb4",3,NULL,0,NULL,0}, + {"窘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x98",3,NULL,0,NULL,0}, + {"턙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x99",3,NULL,0,NULL,0}, + {"㍒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x92",3,NULL,0,NULL,0}, + {"ꍰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xb6",3,NULL,0,NULL,0}, + {"㨼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x90",3,NULL,0,NULL,0}, + {"䞏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x8f",3,NULL,0,NULL,0}, + {"곉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x91",3,NULL,0,NULL,0}, + {"㏧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xa7",3,NULL,0,NULL,0}, + {"꾔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x94",3,NULL,0,NULL,0}, + {"䍀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x80",3,NULL,0,NULL,0}, + {"䫾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xbe",3,NULL,0,NULL,0}, + {"ꪭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xad",3,NULL,0,NULL,0}, + {"蘏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x8f",3,NULL,0,NULL,0}, + {"኶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xb6",3,NULL,0,NULL,0}, + {"Ѿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xbe",2,NULL,0,NULL,0}, + {"㱉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x89",3,NULL,0,NULL,0}, + {"豊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x83",3,NULL,0,NULL,0}, + {"㲒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x92",3,NULL,0,NULL,0}, + {"률",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xa0",3,NULL,0,NULL,0}, + {"Ⲉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x88",3,NULL,0,NULL,0}, + {"✡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xa1",3,NULL,0,NULL,0}, + {"쿛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x9b",3,NULL,0,NULL,0}, + {"㡡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xa1",3,NULL,0,NULL,0}, + {"癴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xb4",3,NULL,0,NULL,0}, + {"蠰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xb0",3,NULL,0,NULL,0}, + {"쀓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x98",3,NULL,0,NULL,0}, + {"ꪧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xa7",3,NULL,0,NULL,0}, + {"髱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xb1",3,NULL,0,NULL,0}, + {"戌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x8c",3,NULL,0,NULL,0}, + {"킊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x8a",3,NULL,0,NULL,0}, + {"⋼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xbc",3,NULL,0,NULL,0}, + {"ᄫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xab",3,NULL,0,NULL,0}, + {"咾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x96",3,NULL,0,NULL,0}, + {"墦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xa6",3,NULL,0,NULL,0}, + {"ᯞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x9e",3,NULL,0,NULL,0}, + {"轙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xb1",3,NULL,0,NULL,0}, + {"븘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x98",3,NULL,0,NULL,0}, + {"蚑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x91",3,NULL,0,NULL,0}, + {"洛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x95",3,NULL,0,NULL,0}, + {"墵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xb5",3,NULL,0,NULL,0}, + {"챦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x9e",3,NULL,0,NULL,0}, + {"浲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xb2",3,NULL,0,NULL,0}, + {"ⓛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x9b",3,NULL,0,NULL,0}, + {"죠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x92",3,NULL,0,NULL,0}, + {"啝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x9d",3,NULL,0,NULL,0}, + {"㮛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x9b",3,NULL,0,NULL,0}, + {"箸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xb8",3,NULL,0,NULL,0}, + {"큌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x8c",3,NULL,0,NULL,0}, + {"㦰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xb0",3,NULL,0,NULL,0}, + {"⏍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x91",3,NULL,0,NULL,0}, + {"⵮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xae",3,NULL,0,NULL,0}, + {"뼗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x97",3,NULL,0,NULL,0}, + {"䧠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xa0",3,NULL,0,NULL,0}, + {"뽌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x8c",3,NULL,0,NULL,0}, + {"뵀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x80",3,NULL,0,NULL,0}, + {"牎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x8e",3,NULL,0,NULL,0}, + {"玙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x99",3,NULL,0,NULL,0}, + {"鰦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x9d",3,NULL,0,NULL,0}, + {"呏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x8f",3,NULL,0,NULL,0}, + {"뭆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x86",3,NULL,0,NULL,0}, + {"ⱶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xb6",3,NULL,0,NULL,0}, + {"빷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xb7",3,NULL,0,NULL,0}, + {"톪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xaa",3,NULL,0,NULL,0}, + {"ꦺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xba",3,NULL,0,NULL,0}, + {"慵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xb5",3,NULL,0,NULL,0}, + {"卶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xb6",3,NULL,0,NULL,0}, + {"問",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xb3",3,NULL,0,NULL,0}, + {"䄬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xac",3,NULL,0,NULL,0}, + {"㤶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xb6",3,NULL,0,NULL,0}, + {"軙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x99",3,NULL,0,NULL,0}, + {"ቀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x80",3,NULL,0,NULL,0}, + {"炒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x92",3,NULL,0,NULL,0}, + {"鼍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x8d",3,NULL,0,NULL,0}, + {"༶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xb6",3,NULL,0,NULL,0}, + {"㱲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xb2",3,NULL,0,NULL,0}, + {"瀓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x93",3,NULL,0,NULL,0}, + {"祤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xa4",3,NULL,0,NULL,0}, + {"⩧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xa7",3,NULL,0,NULL,0}, + {"෈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x88",3,NULL,0,NULL,0}, + {"㚩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xa9",3,NULL,0,NULL,0}, + {"丛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x9b",3,NULL,0,NULL,0}, + {"愪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xaa",3,NULL,0,NULL,0}, + {"፷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xb7",3,NULL,0,NULL,0}, + {"慡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xa1",3,NULL,0,NULL,0}, + {"엠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xa0",3,NULL,0,NULL,0}, + {"퓫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xab",3,NULL,0,NULL,0}, + {"穋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x8b",3,NULL,0,NULL,0}, + {"澂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x9e",3,NULL,0,NULL,0}, + {"謪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x8b",3,NULL,0,NULL,0}, + {"㴺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xba",3,NULL,0,NULL,0}, + {"ಧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xa7",3,NULL,0,NULL,0}, + {"ቊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x8a",3,NULL,0,NULL,0}, + {"⺥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xa5",3,NULL,0,NULL,0}, + {"璃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x83",3,NULL,0,NULL,0}, + {"讁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x81",3,NULL,0,NULL,0}, + {"ꓫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xab",3,NULL,0,NULL,0}, + {"뢓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x93",3,NULL,0,NULL,0}, + {"떟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x9f",3,NULL,0,NULL,0}, + {"迋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x8b",3,NULL,0,NULL,0}, + {"包",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x85",3,NULL,0,NULL,0}, + {"ꝼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xbc",3,NULL,0,NULL,0}, + {"礪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xb0",3,NULL,0,NULL,0}, + {"駦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xa6",3,NULL,0,NULL,0}, + {"쾿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xbf",3,NULL,0,NULL,0}, + {"ຝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x9d",3,NULL,0,NULL,0}, + {"彀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x80",3,NULL,0,NULL,0}, + {"吺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xba",3,NULL,0,NULL,0}, + {"㻕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x95",3,NULL,0,NULL,0}, + {"訂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x82",3,NULL,0,NULL,0}, + {"叹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x8a",3,NULL,0,NULL,0}, + {"̺",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xba",2,NULL,0,NULL,0}, + {"롕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x95",3,NULL,0,NULL,0}, + {"퐶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xb6",3,NULL,0,NULL,0}, + {"譨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xa8",3,NULL,0,NULL,0}, + {"ﲖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x96",3,NULL,0,NULL,0}, + {"퐇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x87",3,NULL,0,NULL,0}, + {"味",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xb3",3,NULL,0,NULL,0}, + {"ꊘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x98",3,NULL,0,NULL,0}, + {"渳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xbf",3,NULL,0,NULL,0}, + {"䲈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xaf",3,NULL,0,NULL,0}, + {"鑍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x8d",3,NULL,0,NULL,0}, + {"ᷯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xaf",3,NULL,0,NULL,0}, + {"鬼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xbc",3,NULL,0,NULL,0}, + {"罽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xbd",3,NULL,0,NULL,0}, + {"싑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xb4",3,NULL,0,NULL,0}, + {"릃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x83",3,NULL,0,NULL,0}, + {"各",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x84",3,NULL,0,NULL,0}, + {"ꞽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xa9",3,NULL,0,NULL,0}, + {"誉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x89",3,NULL,0,NULL,0}, + {"렗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x97",3,NULL,0,NULL,0}, + {"䖸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xb8",3,NULL,0,NULL,0}, + {"끲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xb2",3,NULL,0,NULL,0}, + {"砻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xbb",3,NULL,0,NULL,0}, + {"폅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xac",3,NULL,0,NULL,0}, + {"എ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x8e",3,NULL,0,NULL,0}, + {"९",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xaf",3,NULL,0,NULL,0}, + {"悽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xbd",3,NULL,0,NULL,0}, + {"ꙛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x9b",3,NULL,0,NULL,0}, + {"㍙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x99",3,NULL,0,NULL,0}, + {"홟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x9f",3,NULL,0,NULL,0}, + {"눨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x9b",3,NULL,0,NULL,0}, + {"剢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xa2",3,NULL,0,NULL,0}, + {"䂽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xbd",3,NULL,0,NULL,0}, + {"箫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xab",3,NULL,0,NULL,0}, + {"念",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xb5",3,NULL,0,NULL,0}, + {"届",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xb1",3,NULL,0,NULL,0}, + {"꡹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xb9",3,NULL,0,NULL,0}, + {"陸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xbb",3,NULL,0,NULL,0}, + {"ᴫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xab",3,NULL,0,NULL,0}, + {"野",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x8e",3,NULL,0,NULL,0}, + {"寿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xbf",3,NULL,0,NULL,0}, + {"﹤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xa4",3,NULL,0,NULL,0}, + {"良",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xbc",3,NULL,0,NULL,0}, + {"ꘝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xa8",3,NULL,0,NULL,0}, + {"彮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xae",3,NULL,0,NULL,0}, + {"稤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xa4",3,NULL,0,NULL,0}, + {"댗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x97",3,NULL,0,NULL,0}, + {"됨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xa8",3,NULL,0,NULL,0}, + {"ਈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x88",3,NULL,0,NULL,0}, + {"乁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xae",3,NULL,0,NULL,0}, + {"轆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x86",3,NULL,0,NULL,0}, + {"ᾆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x86",3,NULL,0,NULL,0}, + {"贝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xaf",3,NULL,0,NULL,0}, + {"∂",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x82",3,NULL,0,NULL,0}, + {"攗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x97",3,NULL,0,NULL,0}, + {"ꑛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x91",3,NULL,0,NULL,0}, + {"땒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x92",3,NULL,0,NULL,0}, + {"ᳱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xb1",3,NULL,0,NULL,0}, + {"鋏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x8f",3,NULL,0,NULL,0}, + {"㿹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xb9",3,NULL,0,NULL,0}, + {"∄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xa0",3,NULL,0,NULL,0}, + {"袺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xba",3,NULL,0,NULL,0}, + {"阏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x8f",3,NULL,0,NULL,0}, + {"胳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xb3",3,NULL,0,NULL,0}, + {"䜶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xb6",3,NULL,0,NULL,0}, + {"埲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xb2",3,NULL,0,NULL,0}, + {"ᝎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x8e",3,NULL,0,NULL,0}, + {"풃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x83",3,NULL,0,NULL,0}, + {"倩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xa9",3,NULL,0,NULL,0}, + {"㾚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x9a",3,NULL,0,NULL,0}, + {"腤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xa4",3,NULL,0,NULL,0}, + {"ᘺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xba",3,NULL,0,NULL,0}, + {"帡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xa1",3,NULL,0,NULL,0}, + {"宨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xa8",3,NULL,0,NULL,0}, + {"ꚳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xb3",3,NULL,0,NULL,0}, + {"轹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xb9",3,NULL,0,NULL,0}, + {"帬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xac",3,NULL,0,NULL,0}, + {"데",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xb0",3,NULL,0,NULL,0}, + {"㺈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x88",3,NULL,0,NULL,0}, + {"︣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xa3",3,NULL,0,NULL,0}, + {"ロ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xad",3,NULL,0,NULL,0}, + {"ố",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x91",3,NULL,0,NULL,0}, + {"ぼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xbc",3,NULL,0,NULL,0}, + {"霗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xae",3,NULL,0,NULL,0}, + {"쎰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xb0",3,NULL,0,NULL,0}, + {"ဵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xb5",3,NULL,0,NULL,0}, + {"㾿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xbf",3,NULL,0,NULL,0}, + {"崩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xa9",3,NULL,0,NULL,0}, + {"瓔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x94",3,NULL,0,NULL,0}, + {"쌽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xa8",3,NULL,0,NULL,0}, + {"̖",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x96",2,NULL,0,NULL,0}, + {"襩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x9d",3,NULL,0,NULL,0}, + {"쩅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x85",3,NULL,0,NULL,0}, + {"놖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x96",3,NULL,0,NULL,0}, + {"ऑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x91",3,NULL,0,NULL,0}, + {"꒜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x9c",3,NULL,0,NULL,0}, + {"떿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xbf",3,NULL,0,NULL,0}, + {"頴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xb4",3,NULL,0,NULL,0}, + {"ዢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xa2",3,NULL,0,NULL,0}, + {"죾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xbe",3,NULL,0,NULL,0}, + {"넛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x9b",3,NULL,0,NULL,0}, + {"檛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x9b",3,NULL,0,NULL,0}, + {"磔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x94",3,NULL,0,NULL,0}, + {"芰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xb0",3,NULL,0,NULL,0}, + {"ু",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x81",3,NULL,0,NULL,0}, + {"ﴗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x97",3,NULL,0,NULL,0}, + {"흺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xba",3,NULL,0,NULL,0}, + {"ꜜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x9c",3,NULL,0,NULL,0}, + {"恍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x8d",3,NULL,0,NULL,0}, + {"摲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xb2",3,NULL,0,NULL,0}, + {"닩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xa9",3,NULL,0,NULL,0}, + {"ᠹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xb9",3,NULL,0,NULL,0}, + {"⫱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xb1",3,NULL,0,NULL,0}, + {"સ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xb8",3,NULL,0,NULL,0}, + {"Ƭ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xac",2,NULL,0,NULL,0}, + {"䎸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x9b",3,NULL,0,NULL,0}, + {"錧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xa7",3,NULL,0,NULL,0}, + {"칗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x97",3,NULL,0,NULL,0}, + {"⊄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x84",3,NULL,0,NULL,0}, + {"⼁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x81",3,NULL,0,NULL,0}, + {"胁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x81",3,NULL,0,NULL,0}, + {"W",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"W",1,NULL,0,NULL,0}, + {"ꅍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x8d",3,NULL,0,NULL,0}, + {"㇜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x9c",3,NULL,0,NULL,0}, + {"뜆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x86",3,NULL,0,NULL,0}, + {"┭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xad",3,NULL,0,NULL,0}, + {"﬷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xb7",3,NULL,0,NULL,0}, + {"韋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x8b",3,NULL,0,NULL,0}, + {"㉜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x9c",3,NULL,0,NULL,0}, + {"ᒗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xb0",3,NULL,0,NULL,0}, + {"ٳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xb3",2,NULL,0,NULL,0}, + {"Ⳳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xb2",3,NULL,0,NULL,0}, + {"典",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x97",3,NULL,0,NULL,0}, + {"ⅲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x86",3,NULL,0,NULL,0}, + {"샬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xac",3,NULL,0,NULL,0}, + {"蕐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x90",3,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xaf",3,NULL,0,NULL,0}, + {"ƺ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xba",2,NULL,0,NULL,0}, + {"⊾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xbe",3,NULL,0,NULL,0}, + {"♋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x8b",3,NULL,0,NULL,0}, + {"陝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x9d",3,NULL,0,NULL,0}, + {"ᙡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xa1",3,NULL,0,NULL,0}, + {"⋅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x85",3,NULL,0,NULL,0}, + {"倠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xa0",3,NULL,0,NULL,0}, + {"傉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x89",3,NULL,0,NULL,0}, + {"쒭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xad",3,NULL,0,NULL,0}, + {"퐮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xae",3,NULL,0,NULL,0}, + {"ꁷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xb7",3,NULL,0,NULL,0}, + {"⢻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xad",3,NULL,0,NULL,0}, + {"憾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xbe",3,NULL,0,NULL,0}, + {"쑠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xa0",3,NULL,0,NULL,0}, + {"縎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x8e",3,NULL,0,NULL,0}, + {"쾳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xb3",3,NULL,0,NULL,0}, + {"Ỻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xba",3,NULL,0,NULL,0}, + {"ᨙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x99",3,NULL,0,NULL,0}, + {"삮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xbe",3,NULL,0,NULL,0}, + {"⓶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xb6",3,NULL,0,NULL,0}, + {"쯰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xb0",3,NULL,0,NULL,0}, + {"ㅋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xb7",3,NULL,0,NULL,0}, + {"ꆘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x98",3,NULL,0,NULL,0}, + {"」",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x8d",3,NULL,0,NULL,0}, + {"⺊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x8a",3,NULL,0,NULL,0}, + {"႟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x9f",3,NULL,0,NULL,0}, + {"眕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x95",3,NULL,0,NULL,0}, + {"᚛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x9b",3,NULL,0,NULL,0}, + {"⡉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x89",3,NULL,0,NULL,0}, + {"⠬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xac",3,NULL,0,NULL,0}, + {"ꮷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xb7",3,NULL,0,NULL,0}, + {"㨠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xa0",3,NULL,0,NULL,0}, + {"ᕠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xa0",3,NULL,0,NULL,0}, + {"䙷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xb7",3,NULL,0,NULL,0}, + {"ᐗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x97",3,NULL,0,NULL,0}, + {"挟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x9f",3,NULL,0,NULL,0}, + {"㵸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xa6",3,NULL,0,NULL,0}, + {"첩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xa9",3,NULL,0,NULL,0}, + {"檿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xbf",3,NULL,0,NULL,0}, + {"菔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x94",3,NULL,0,NULL,0}, + {"鑽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xbd",3,NULL,0,NULL,0}, + {"嗩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xa9",3,NULL,0,NULL,0}, + {"契",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x91",3,NULL,0,NULL,0}, + {"养",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xbb",3,NULL,0,NULL,0}, + {"좻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xbb",3,NULL,0,NULL,0}, + {"⨔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x94",3,NULL,0,NULL,0}, + {"잆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x86",3,NULL,0,NULL,0}, + {"㗜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x9c",3,NULL,0,NULL,0}, + {"쮽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xbd",3,NULL,0,NULL,0}, + {"⟲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xa7",3,NULL,0,NULL,0}, + {"◂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x82",3,NULL,0,NULL,0}, + {"症",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x87",3,NULL,0,NULL,0}, + {"რ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xa0",3,NULL,0,NULL,0}, + {"ꃿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xbf",3,NULL,0,NULL,0}, + {"䣜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x9c",3,NULL,0,NULL,0}, + {"⮐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x90",3,NULL,0,NULL,0}, + {"䦦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xa6",3,NULL,0,NULL,0}, + {"Ԓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x92",2,NULL,0,NULL,0}, + {"蹯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xaf",3,NULL,0,NULL,0}, + {"ﮧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xa7",3,NULL,0,NULL,0}, + {"‎",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x8e",3,NULL,0,NULL,0}, + {"㈊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x8a",3,NULL,0,NULL,0}, + {"ⳇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x87",3,NULL,0,NULL,0}, + {"ᦜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x9c",3,NULL,0,NULL,0}, + {"⑞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x9e",3,NULL,0,NULL,0}, + {"㙼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xbc",3,NULL,0,NULL,0}, + {"갵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xb5",3,NULL,0,NULL,0}, + {"䩗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x97",3,NULL,0,NULL,0}, + {"࿙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x99",3,NULL,0,NULL,0}, + {"괁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x81",3,NULL,0,NULL,0}, + {"抠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xae",3,NULL,0,NULL,0}, + {"걖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x96",3,NULL,0,NULL,0}, + {"꽃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x83",3,NULL,0,NULL,0}, + {"ⰵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xb5",3,NULL,0,NULL,0}, + {"橺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xba",3,NULL,0,NULL,0}, + {"Ϣ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xa2",2,NULL,0,NULL,0}, + {"曭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xad",3,NULL,0,NULL,0}, + {"ଈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x88",3,NULL,0,NULL,0}, + {"団",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xa3",3,NULL,0,NULL,0}, + {"ཊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x8a",3,NULL,0,NULL,0}, + {"쭞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x9e",3,NULL,0,NULL,0}, + {"█",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x88",3,NULL,0,NULL,0}, + {"ꉠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xa0",3,NULL,0,NULL,0}, + {"㊹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xb9",3,NULL,0,NULL,0}, + {"쟇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x87",3,NULL,0,NULL,0}, + {"⟀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x80",3,NULL,0,NULL,0}, + {"㘝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x9d",3,NULL,0,NULL,0}, + {"圜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x88",3,NULL,0,NULL,0}, + {"撖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x96",3,NULL,0,NULL,0}, + {"萩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xa9",3,NULL,0,NULL,0}, + {"齭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xad",3,NULL,0,NULL,0}, + {"鳍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x8d",3,NULL,0,NULL,0}, + {"䓮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xae",3,NULL,0,NULL,0}, + {"摃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x83",3,NULL,0,NULL,0}, + {"愳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xb3",3,NULL,0,NULL,0}, + {"ꀆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x86",3,NULL,0,NULL,0}, + {"骞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x9e",3,NULL,0,NULL,0}, + {"⴦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xa6",3,NULL,0,NULL,0}, + {"᧋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x8b",3,NULL,0,NULL,0}, + {"게",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x8c",3,NULL,0,NULL,0}, + {"ꍦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xa6",3,NULL,0,NULL,0}, + {"䪠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xa0",3,NULL,0,NULL,0}, + {"䝍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x8d",3,NULL,0,NULL,0}, + {"沼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xa0",3,NULL,0,NULL,0}, + {"귊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x8a",3,NULL,0,NULL,0}, + {"⧯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xaf",3,NULL,0,NULL,0}, + {"诩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xa9",3,NULL,0,NULL,0}, + {"㱃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x83",3,NULL,0,NULL,0}, + {"첱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xb1",3,NULL,0,NULL,0}, + {"뾵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xb5",3,NULL,0,NULL,0}, + {"➆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x86",3,NULL,0,NULL,0}, + {"굘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x98",3,NULL,0,NULL,0}, + {"ԩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xa9",2,NULL,0,NULL,0}, + {"朮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xae",3,NULL,0,NULL,0}, + {"坦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xa5",3,NULL,0,NULL,0}, + {"⻘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x98",3,NULL,0,NULL,0}, + {"ᆨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xa8",3,NULL,0,NULL,0}, + {"䲴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xb4",3,NULL,0,NULL,0}, + {"歲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xb2",3,NULL,0,NULL,0}, + {"險",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xaa",3,NULL,0,NULL,0}, + {"唡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xa1",3,NULL,0,NULL,0}, + {"欩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xa9",3,NULL,0,NULL,0}, + {"჈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x88",3,NULL,0,NULL,0}, + {"ⲑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x91",3,NULL,0,NULL,0}, + {"䕭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x94",3,NULL,0,NULL,0}, + {"鬩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xa9",3,NULL,0,NULL,0}, + {"䨒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x92",3,NULL,0,NULL,0}, + {"螃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x83",3,NULL,0,NULL,0}, + {"懺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xba",3,NULL,0,NULL,0}, + {"椘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x98",3,NULL,0,NULL,0}, + {"㩔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x94",3,NULL,0,NULL,0}, + {"鷠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xa0",3,NULL,0,NULL,0}, + {"滃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x83",3,NULL,0,NULL,0}, + {"墷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xb7",3,NULL,0,NULL,0}, + {"첂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x82",3,NULL,0,NULL,0}, + {"駛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x9b",3,NULL,0,NULL,0}, + {"Ŵ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xb4",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xb3",3,NULL,0,NULL,0}, + {"웷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xb7",3,NULL,0,NULL,0}, + {"㔍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x8d",3,NULL,0,NULL,0}, + {"륀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xb1",3,NULL,0,NULL,0}, + {"숸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xb8",3,NULL,0,NULL,0}, + {"쿙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x99",3,NULL,0,NULL,0}, + {"渣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xa3",3,NULL,0,NULL,0}, + {"鹝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x9d",3,NULL,0,NULL,0}, + {"Ӏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x80",2,NULL,0,NULL,0}, + {"뺬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xac",3,NULL,0,NULL,0}, + {"쀑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x91",3,NULL,0,NULL,0}, + {"䮨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xa8",3,NULL,0,NULL,0}, + {"믉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x89",3,NULL,0,NULL,0}, + {"몯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xaf",3,NULL,0,NULL,0}, + {"뽅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x85",3,NULL,0,NULL,0}, + {"볇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xbf",3,NULL,0,NULL,0}, + {"䧜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x9c",3,NULL,0,NULL,0}, + {"㖭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xad",3,NULL,0,NULL,0}, + {"篹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xb9",3,NULL,0,NULL,0}, + {"꺌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x8c",3,NULL,0,NULL,0}, + {"뫶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xb6",3,NULL,0,NULL,0}, + {"랛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x9b",3,NULL,0,NULL,0}, + {"㭟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x9f",3,NULL,0,NULL,0}, + {"加",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xa0",3,NULL,0,NULL,0}, + {"栞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x9e",3,NULL,0,NULL,0}, + {"䧑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x91",3,NULL,0,NULL,0}, + {"颻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xbb",3,NULL,0,NULL,0}, + {"蚓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x93",3,NULL,0,NULL,0}, + {"㟪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xaa",3,NULL,0,NULL,0}, + {"㨁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x81",3,NULL,0,NULL,0}, + {"蘆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x86",3,NULL,0,NULL,0}, + {"Ę",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x98",2,NULL,0,NULL,0}, + {"㓠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xa0",3,NULL,0,NULL,0}, + {"ᖈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x88",3,NULL,0,NULL,0}, + {"쎑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x91",3,NULL,0,NULL,0}, + {"갌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x8c",3,NULL,0,NULL,0}, + {"球",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x83",3,NULL,0,NULL,0}, + {"嘞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x9e",3,NULL,0,NULL,0}, + {"綪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xa2",3,NULL,0,NULL,0}, + {"욘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xa1",3,NULL,0,NULL,0}, + {"ꢺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xba",3,NULL,0,NULL,0}, + {"ꠁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x81",3,NULL,0,NULL,0}, + {"䱪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xaa",3,NULL,0,NULL,0}, + {"裯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xbb",3,NULL,0,NULL,0}, + {"㢅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x85",3,NULL,0,NULL,0}, + {"焚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x9a",3,NULL,0,NULL,0}, + {"ྙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x99",3,NULL,0,NULL,0}, + {"틨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xa8",3,NULL,0,NULL,0}, + {"麦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xa6",3,NULL,0,NULL,0}, + {"㥇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x87",3,NULL,0,NULL,0}, + {"㙆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x86",3,NULL,0,NULL,0}, + {"䫲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x82",3,NULL,0,NULL,0}, + {"뵘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x98",3,NULL,0,NULL,0}, + {"祜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x9c",3,NULL,0,NULL,0}, + {"觟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x9f",3,NULL,0,NULL,0}, + {"鰊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x8a",3,NULL,0,NULL,0}, + {"漳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xb3",3,NULL,0,NULL,0}, + {"鴈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x97",3,NULL,0,NULL,0}, + {"뒥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xa5",3,NULL,0,NULL,0}, + {"諙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x99",3,NULL,0,NULL,0}, + {"梋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x8b",3,NULL,0,NULL,0}, + {"뷾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xbe",3,NULL,0,NULL,0}, + {"秺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xba",3,NULL,0,NULL,0}, + {"椼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xbc",3,NULL,0,NULL,0}, + {"謢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xa2",3,NULL,0,NULL,0}, + {"뚞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x9e",3,NULL,0,NULL,0}, + {"貥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xa5",3,NULL,0,NULL,0}, + {"炄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x84",3,NULL,0,NULL,0}, + {"븿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xbf",3,NULL,0,NULL,0}, + {"룼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xbc",3,NULL,0,NULL,0}, + {"卮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xae",3,NULL,0,NULL,0}, + {"䯩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xb9",3,NULL,0,NULL,0}, + {"ᕙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x99",3,NULL,0,NULL,0}, + {"湧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xa7",3,NULL,0,NULL,0}, + {"瓺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xba",3,NULL,0,NULL,0}, + {"紇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x87",3,NULL,0,NULL,0}, + {"朎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x8e",3,NULL,0,NULL,0}, + {"璣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xa2",3,NULL,0,NULL,0}, + {"팵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xb5",3,NULL,0,NULL,0}, + {"偎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x8e",3,NULL,0,NULL,0}, + {"褰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x9f",3,NULL,0,NULL,0}, + {"㦎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x8e",3,NULL,0,NULL,0}, + {"ꣿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xbf",3,NULL,0,NULL,0}, + {"仭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xad",3,NULL,0,NULL,0}, + {"ම",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xb8",3,NULL,0,NULL,0}, + {"팝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x9d",3,NULL,0,NULL,0}, + {"ꜥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xa5",3,NULL,0,NULL,0}, + {"赞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x9e",3,NULL,0,NULL,0}, + {"禧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xa7",3,NULL,0,NULL,0}, + {"뷍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x8d",3,NULL,0,NULL,0}, + {"溟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x9f",3,NULL,0,NULL,0}, + {"혤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xa4",3,NULL,0,NULL,0}, + {"鴕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x95",3,NULL,0,NULL,0}, + {"穑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x91",3,NULL,0,NULL,0}, + {"െ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xbc",3,NULL,0,NULL,0}, + {"茨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xa8",3,NULL,0,NULL,0}, + {"慣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xa3",3,NULL,0,NULL,0}, + {"鏘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x98",3,NULL,0,NULL,0}, + {"渱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xb1",3,NULL,0,NULL,0}, + {"臇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x87",3,NULL,0,NULL,0}, + {"ﱪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xaa",3,NULL,0,NULL,0}, + {"ﴑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x91",3,NULL,0,NULL,0}, + {"璉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x89",3,NULL,0,NULL,0}, + {"跾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xbe",3,NULL,0,NULL,0}, + {"耂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x82",3,NULL,0,NULL,0}, + {"쌎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x8e",3,NULL,0,NULL,0}, + {"煒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x92",3,NULL,0,NULL,0}, + {"ౖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x96",3,NULL,0,NULL,0}, + {"滪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x90",3,NULL,0,NULL,0}, + {"⼤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x96",3,NULL,0,NULL,0}, + {"㯿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xbf",3,NULL,0,NULL,0}, + {"얮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xae",3,NULL,0,NULL,0}, + {"㶺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x8e",3,NULL,0,NULL,0}, + {"㰞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x9e",3,NULL,0,NULL,0}, + {"낳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xb3",3,NULL,0,NULL,0}, + {"৹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xb9",3,NULL,0,NULL,0}, + {"ꕇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x87",3,NULL,0,NULL,0}, + {"൥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xa5",3,NULL,0,NULL,0}, + {"젙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x99",3,NULL,0,NULL,0}, + {"恨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xa8",3,NULL,0,NULL,0}, + {"ᛐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x90",3,NULL,0,NULL,0}, + {"닅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x85",3,NULL,0,NULL,0}, + {"呹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xb9",3,NULL,0,NULL,0}, + {"鯆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x86",3,NULL,0,NULL,0}, + {"侔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x94",3,NULL,0,NULL,0}, + {"猲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x94",3,NULL,0,NULL,0}, + {"ᣙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x99",3,NULL,0,NULL,0}, + {"彸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xb8",3,NULL,0,NULL,0}, + {"兼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xbc",3,NULL,0,NULL,0}, + {"꩒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x92",3,NULL,0,NULL,0}, + {" ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0," ",1,NULL,0,NULL,0}, + {"峃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x83",3,NULL,0,NULL,0}, + {"௻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xbb",3,NULL,0,NULL,0}, + {"ᥠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xa0",3,NULL,0,NULL,0}, + {"ᵺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xba",3,NULL,0,NULL,0}, + {"馬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xac",3,NULL,0,NULL,0}, + {"廓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x8b",3,NULL,0,NULL,0}, + {"ꖨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xa8",3,NULL,0,NULL,0}, + {"㾖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xbe",3,NULL,0,NULL,0}, + {"柳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x89",3,NULL,0,NULL,0}, + {"砩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xa9",3,NULL,0,NULL,0}, + {"ꝧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xa7",3,NULL,0,NULL,0}, + {"酿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xa8",3,NULL,0,NULL,0}, + {"諸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xba",3,NULL,0,NULL,0}, + {"한",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x9c",3,NULL,0,NULL,0}, + {"荬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xac",3,NULL,0,NULL,0}, + {"汧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xa7",3,NULL,0,NULL,0}, + {"㬮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xae",3,NULL,0,NULL,0}, + {"ᰰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xb0",3,NULL,0,NULL,0}, + {"ꙡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xa1",3,NULL,0,NULL,0}, + {"쫞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x9e",3,NULL,0,NULL,0}, + {"j",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x8a",3,NULL,0,NULL,0}, + {"䢊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x95",3,NULL,0,NULL,0}, + {"л",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xbb",2,NULL,0,NULL,0}, + {"₏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x8f",3,NULL,0,NULL,0}, + {"忿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xbf",3,NULL,0,NULL,0}, + {"䐿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xbf",3,NULL,0,NULL,0}, + {"嫘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x83",3,NULL,0,NULL,0}, + {"仐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x90",3,NULL,0,NULL,0}, + {"珒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x92",3,NULL,0,NULL,0}, + {"い",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x84",3,NULL,0,NULL,0}, + {"ᤢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xa2",3,NULL,0,NULL,0}, + {"凛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x9b",3,NULL,0,NULL,0}, + {"ꢓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x93",3,NULL,0,NULL,0}, + {"⬧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xa7",3,NULL,0,NULL,0}, + {"췂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x82",3,NULL,0,NULL,0}, + {"ꨌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x8c",3,NULL,0,NULL,0}, + {"⇙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xa4",3,NULL,0,NULL,0}, + {"垑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x91",3,NULL,0,NULL,0}, + {"ᏺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xba",3,NULL,0,NULL,0}, + {"꒒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x92",3,NULL,0,NULL,0}, + {"塚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xbc",3,NULL,0,NULL,0}, + {"쨙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x99",3,NULL,0,NULL,0}, + {"ढ़",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x9d",3,NULL,0,NULL,0}, + {"䖖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x96",3,NULL,0,NULL,0}, + {"㻽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xbf",3,NULL,0,NULL,0}, + {"ﶳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xb3",3,NULL,0,NULL,0}, + {"⭻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xbb",3,NULL,0,NULL,0}, + {"迁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x81",3,NULL,0,NULL,0}, + {"ง",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x87",3,NULL,0,NULL,0}, + {"䈊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x8a",3,NULL,0,NULL,0}, + {"ㅢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xa2",3,NULL,0,NULL,0}, + {"菃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x9c",3,NULL,0,NULL,0}, + {"䇁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x81",3,NULL,0,NULL,0}, + {"ョ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa7",3,NULL,0,NULL,0}, + {"靐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x90",3,NULL,0,NULL,0}, + {"☸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xb8",3,NULL,0,NULL,0}, + {"帰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xb0",3,NULL,0,NULL,0}, + {"輊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x8a",3,NULL,0,NULL,0}, + {"䟧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xa7",3,NULL,0,NULL,0}, + {"댱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xb1",3,NULL,0,NULL,0}, + {"ᬱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xb1",3,NULL,0,NULL,0}, + {"䑠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xa0",3,NULL,0,NULL,0}, + {"᠀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x80",3,NULL,0,NULL,0}, + {"ﯚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x9a",3,NULL,0,NULL,0}, + {"邋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x8b",3,NULL,0,NULL,0}, + {"娿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xbf",3,NULL,0,NULL,0}, + {"甡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xb3",3,NULL,0,NULL,0}, + {"⾽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xbd",3,NULL,0,NULL,0}, + {"땆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x9f",3,NULL,0,NULL,0}, + {"⒙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x99",3,NULL,0,NULL,0}, + {"쩗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x97",3,NULL,0,NULL,0}, + {"㜕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x95",3,NULL,0,NULL,0}, + {"ण",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xa3",3,NULL,0,NULL,0}, + {"㈯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xaf",3,NULL,0,NULL,0}, + {"쓣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xa3",3,NULL,0,NULL,0}, + {"﬒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x92",3,NULL,0,NULL,0}, + {"㸌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x8c",3,NULL,0,NULL,0}, + {"ꃱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xb1",3,NULL,0,NULL,0}, + {"橃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x83",3,NULL,0,NULL,0}, + {"ꚩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xa9",3,NULL,0,NULL,0}, + {"磞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x9e",3,NULL,0,NULL,0}, + {"㰺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xba",3,NULL,0,NULL,0}, + {"㺌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x89",3,NULL,0,NULL,0}, + {"恇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x87",3,NULL,0,NULL,0}, + {"닻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xa0",3,NULL,0,NULL,0}, + {"䍷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xb7",3,NULL,0,NULL,0}, + {"郍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x8d",3,NULL,0,NULL,0}, + {"߬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xac",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x88",3,NULL,0,NULL,0}, + {"੥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x8b",3,NULL,0,NULL,0}, + {"⭗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x97",3,NULL,0,NULL,0}, + {"餙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x99",3,NULL,0,NULL,0}, + {"퉜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x9c",3,NULL,0,NULL,0}, + {"鰿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xbf",3,NULL,0,NULL,0}, + {"崫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xab",3,NULL,0,NULL,0}, + {"肌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x8c",3,NULL,0,NULL,0}, + {"阯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xaf",3,NULL,0,NULL,0}, + {"ᢕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x95",3,NULL,0,NULL,0}, + {"鄎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x8e",3,NULL,0,NULL,0}, + {"ꆲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x87",3,NULL,0,NULL,0}, + {"峪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xaa",3,NULL,0,NULL,0}, + {"閨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xa8",3,NULL,0,NULL,0}, + {"㌞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x9e",3,NULL,0,NULL,0}, + {"錥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x85",3,NULL,0,NULL,0}, + {"␨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xa8",3,NULL,0,NULL,0}, + {"⌍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x8d",3,NULL,0,NULL,0}, + {"臤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xa4",3,NULL,0,NULL,0}, + {"㛼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xa3",3,NULL,0,NULL,0}, + {"磐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x90",3,NULL,0,NULL,0}, + {"선",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xa0",3,NULL,0,NULL,0}, + {"ﭿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xbf",3,NULL,0,NULL,0}, + {"逈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x8d",3,NULL,0,NULL,0}, + {"碝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x9d",3,NULL,0,NULL,0}, + {"䶼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xbc",3,NULL,0,NULL,0}, + {"縉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x89",3,NULL,0,NULL,0}, + {"ꮺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xba",3,NULL,0,NULL,0}, + {"쟶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xb6",3,NULL,0,NULL,0}, + {"集",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x86",3,NULL,0,NULL,0}, + {"䏀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x9f",3,NULL,0,NULL,0}, + {"妡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xa1",3,NULL,0,NULL,0}, + {"称",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xb0",3,NULL,0,NULL,0}, + {"勀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x80",3,NULL,0,NULL,0}, + {"쒟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x85",3,NULL,0,NULL,0}, + {"⋗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x97",3,NULL,0,NULL,0}, + {"ᅬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x8f",3,NULL,0,NULL,0}, + {"큟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x9f",3,NULL,0,NULL,0}, + {"ꎝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x91",3,NULL,0,NULL,0}, + {"┟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x9f",3,NULL,0,NULL,0}, + {"镥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xa5",3,NULL,0,NULL,0}, + {"⣛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x82",3,NULL,0,NULL,0}, + {"ᑍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x8d",3,NULL,0,NULL,0}, + {"美",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x8e",3,NULL,0,NULL,0}, + {"醦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xa6",3,NULL,0,NULL,0}, + {"芙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x99",3,NULL,0,NULL,0}, + {"᫲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xb2",3,NULL,0,NULL,0}, + {"롟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x9f",3,NULL,0,NULL,0}, + {"揘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x98",3,NULL,0,NULL,0}, + {"壚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x9a",3,NULL,0,NULL,0}, + {"㽚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x9a",3,NULL,0,NULL,0}, + {"媑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x91",3,NULL,0,NULL,0}, + {"Ⓞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x84",3,NULL,0,NULL,0}, + {"ᠳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xb3",3,NULL,0,NULL,0}, + {"䠲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xb2",3,NULL,0,NULL,0}, + {"뿁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x81",3,NULL,0,NULL,0}, + {"׉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x89",2,NULL,0,NULL,0}, + {"苢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xa2",3,NULL,0,NULL,0}, + {"ჾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xbe",3,NULL,0,NULL,0}, + {"懎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x8e",3,NULL,0,NULL,0}, + {"쉄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x84",3,NULL,0,NULL,0}, + {"ᗼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xbc",3,NULL,0,NULL,0}, + {"¢",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa2",2,NULL,0,NULL,0}, + {"딕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x95",3,NULL,0,NULL,0}, + {"ꨪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xaa",3,NULL,0,NULL,0}, + {"鞓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x93",3,NULL,0,NULL,0}, + {"᪰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xb0",3,NULL,0,NULL,0}, + {"铦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xa6",3,NULL,0,NULL,0}, + {"顬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xac",3,NULL,0,NULL,0}, + {"虦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xa6",3,NULL,0,NULL,0}, + {"Ꮖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x86",3,NULL,0,NULL,0}, + {"Ů",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xae",2,NULL,0,NULL,0}, + {"嗣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xa3",3,NULL,0,NULL,0}, + {"┆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x86",3,NULL,0,NULL,0}, + {"嗻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xbb",3,NULL,0,NULL,0}, + {"쯸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xb8",3,NULL,0,NULL,0}, + {"蕾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xbe",3,NULL,0,NULL,0}, + {"瘆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xbf",3,NULL,0,NULL,0}, + {"蓭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xad",3,NULL,0,NULL,0}, + {"ꅤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xa4",3,NULL,0,NULL,0}, + {"⧎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x8e",3,NULL,0,NULL,0}, + {"☓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x93",3,NULL,0,NULL,0}, + {"躖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x96",3,NULL,0,NULL,0}, + {"◎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x8e",3,NULL,0,NULL,0}, + {"礹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xb9",3,NULL,0,NULL,0}, + {"艉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x89",3,NULL,0,NULL,0}, + {"蹽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xbd",3,NULL,0,NULL,0}, + {"⪊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x8a",3,NULL,0,NULL,0}, + {"ຶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xb6",3,NULL,0,NULL,0}, + {"騕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x95",3,NULL,0,NULL,0}, + {"栻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xbb",3,NULL,0,NULL,0}, + {"䋎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x91",3,NULL,0,NULL,0}, + {"獮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xae",3,NULL,0,NULL,0}, + {"뎰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xb0",3,NULL,0,NULL,0}, + {"꯭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xad",3,NULL,0,NULL,0}, + {"䝯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xaf",3,NULL,0,NULL,0}, + {"⯊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x8a",3,NULL,0,NULL,0}, + {"縤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xa4",3,NULL,0,NULL,0}, + {"뭱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xa9",3,NULL,0,NULL,0}, + {"暘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x98",3,NULL,0,NULL,0}, + {"㢫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xab",3,NULL,0,NULL,0}, + {"逫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xab",3,NULL,0,NULL,0}, + {"ꊇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x87",3,NULL,0,NULL,0}, + {"⨐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x90",3,NULL,0,NULL,0}, + {"툘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x98",3,NULL,0,NULL,0}, + {"㗠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xa0",3,NULL,0,NULL,0}, + {"኎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x8e",3,NULL,0,NULL,0}, + {"蟖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x9d",3,NULL,0,NULL,0}, + {"⺬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xac",3,NULL,0,NULL,0}, + {"읶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xb6",3,NULL,0,NULL,0}, + {"⦍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x8d",3,NULL,0,NULL,0}, + {"ᾗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x97",3,NULL,0,NULL,0}, + {"븃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x83",3,NULL,0,NULL,0}, + {"귽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xbd",3,NULL,0,NULL,0}, + {"ʲ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb2",2,NULL,0,NULL,0}, + {"➸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xb8",3,NULL,0,NULL,0}, + {"ꭞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x9e",3,NULL,0,NULL,0}, + {"鱘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x98",3,NULL,0,NULL,0}, + {"Ꟙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x98",3,NULL,0,NULL,0}, + {"㚄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x84",3,NULL,0,NULL,0}, + {"᥼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xbc",3,NULL,0,NULL,0}, + {"䩕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x95",3,NULL,0,NULL,0}, + {"ฝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x9d",3,NULL,0,NULL,0}, + {"䞶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xb6",3,NULL,0,NULL,0}, + {"马",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xac",3,NULL,0,NULL,0}, + {"䳌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x8c",3,NULL,0,NULL,0}, + {"攐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x90",3,NULL,0,NULL,0}, + {"⑏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x8f",3,NULL,0,NULL,0}, + {"澧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xa7",3,NULL,0,NULL,0}, + {"ꋅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x85",3,NULL,0,NULL,0}, + {"뢾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xbe",3,NULL,0,NULL,0}, + {"촬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xac",3,NULL,0,NULL,0}, + {"鶥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xa5",3,NULL,0,NULL,0}, + {"眾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xbe",3,NULL,0,NULL,0}, + {"曯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xaf",3,NULL,0,NULL,0}, + {"跩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xa9",3,NULL,0,NULL,0}, + {"竌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x84",3,NULL,0,NULL,0}, + {"⹻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xbb",3,NULL,0,NULL,0}, + {"ꉐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x90",3,NULL,0,NULL,0}, + {"뿪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xaa",3,NULL,0,NULL,0}, + {"親",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xaa",3,NULL,0,NULL,0}, + {"쟕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x94",3,NULL,0,NULL,0}, + {"殶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xb6",3,NULL,0,NULL,0}, + {"爏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x8f",3,NULL,0,NULL,0}, + {"﹄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xab",3,NULL,0,NULL,0}, + {"䓢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xa2",3,NULL,0,NULL,0}, + {"煊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x8a",3,NULL,0,NULL,0}, + {"ⲯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x8c",3,NULL,0,NULL,0}, + {"⶷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xb7",3,NULL,0,NULL,0}, + {"棵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xb5",3,NULL,0,NULL,0}, + {"語",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x9e",3,NULL,0,NULL,0}, + {"옥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xa5",3,NULL,0,NULL,0}, + {"ռ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xbc",2,NULL,0,NULL,0}, + {"鳟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x9f",3,NULL,0,NULL,0}, + {"폚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x9a",3,NULL,0,NULL,0}, + {"⥙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x99",3,NULL,0,NULL,0}, + {"蜫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xab",3,NULL,0,NULL,0}, + {"ሕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x95",3,NULL,0,NULL,0}, + {"劂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x82",3,NULL,0,NULL,0}, + {"೚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x9a",3,NULL,0,NULL,0}, + {"魹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xb9",3,NULL,0,NULL,0}, + {"料",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x99",3,NULL,0,NULL,0}, + {"溩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xa9",3,NULL,0,NULL,0}, + {"藖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x96",3,NULL,0,NULL,0}, + {"涼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xbc",3,NULL,0,NULL,0}, + {"赸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xb8",3,NULL,0,NULL,0}, + {"焺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xba",3,NULL,0,NULL,0}, + {"캥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xa5",3,NULL,0,NULL,0}, + {"ꇽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9b",3,NULL,0,NULL,0}, + {"噎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x8e",3,NULL,0,NULL,0}, + {"濫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xab",3,NULL,0,NULL,0}, + {"뱎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x8e",3,NULL,0,NULL,0}, + {"᳼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xbc",3,NULL,0,NULL,0}, + {"㕠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xa0",3,NULL,0,NULL,0}, + {"詤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xa4",3,NULL,0,NULL,0}, + {"튒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x92",3,NULL,0,NULL,0}, + {"䮬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xac",3,NULL,0,NULL,0}, + {"뵨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xa8",3,NULL,0,NULL,0}, + {"⫽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xbd",3,NULL,0,NULL,0}, + {"枏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xad",3,NULL,0,NULL,0}, + {"⳰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xb0",3,NULL,0,NULL,0}, + {"䚠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xa0",3,NULL,0,NULL,0}, + {"㌺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xba",3,NULL,0,NULL,0}, + {"㬃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x83",3,NULL,0,NULL,0}, + {"쏾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xbe",3,NULL,0,NULL,0}, + {"ꕑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x91",3,NULL,0,NULL,0}, + {"ᯎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x8e",3,NULL,0,NULL,0}, + {"㿓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xa3",3,NULL,0,NULL,0}, + {"粰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xb0",3,NULL,0,NULL,0}, + {"駡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xa1",3,NULL,0,NULL,0}, + {"븈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x88",3,NULL,0,NULL,0}, + {"剁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x91",3,NULL,0,NULL,0}, + {"웭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xad",3,NULL,0,NULL,0}, + {"㱳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xb3",3,NULL,0,NULL,0}, + {"㣸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xb3",3,NULL,0,NULL,0}, + {"袵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xb5",3,NULL,0,NULL,0}, + {"玧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xa7",3,NULL,0,NULL,0}, + {"蟸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xb8",3,NULL,0,NULL,0}, + {"儴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xb4",3,NULL,0,NULL,0}, + {"틐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x90",3,NULL,0,NULL,0}, + {"銤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xa4",3,NULL,0,NULL,0}, + {"㿊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x8a",3,NULL,0,NULL,0}, + {"ꠃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x83",3,NULL,0,NULL,0}, + {"๯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xaf",3,NULL,0,NULL,0}, + {"襎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x8e",3,NULL,0,NULL,0}, + {"퍚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x9a",3,NULL,0,NULL,0}, + {"붿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x92",3,NULL,0,NULL,0}, + {"禩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xa9",3,NULL,0,NULL,0}, + {"뷮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xae",3,NULL,0,NULL,0}, + {"挦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xa6",3,NULL,0,NULL,0}, + {"᭳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xb3",3,NULL,0,NULL,0}, + {"ᖄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x84",3,NULL,0,NULL,0}, + {"䱓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x87",3,NULL,0,NULL,0}, + {"骸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xb8",3,NULL,0,NULL,0}, + {"￵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xb5",3,NULL,0,NULL,0}, + {"䴼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x93",3,NULL,0,NULL,0}, + {"쒵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xb5",3,NULL,0,NULL,0}, + {"㢇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x87",3,NULL,0,NULL,0}, + {"㮫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x98",3,NULL,0,NULL,0}, + {"꓉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x8b",3,NULL,0,NULL,0}, + {"듗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x97",3,NULL,0,NULL,0}, + {"ᶮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xae",3,NULL,0,NULL,0}, + {"偒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x92",3,NULL,0,NULL,0}, + {"佅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xa6",3,NULL,0,NULL,0}, + {"躒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x92",3,NULL,0,NULL,0}, + {"觕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x89",3,NULL,0,NULL,0}, + {"죩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xa9",3,NULL,0,NULL,0}, + {"芗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xb4",3,NULL,0,NULL,0}, + {"繧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xbe",3,NULL,0,NULL,0}, + {"࢐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x90",3,NULL,0,NULL,0}, + {"苠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xa0",3,NULL,0,NULL,0}, + {"ശ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xb6",3,NULL,0,NULL,0}, + {"ᠱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xb1",3,NULL,0,NULL,0}, + {"貯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xaf",3,NULL,0,NULL,0}, + {"嶷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xb7",3,NULL,0,NULL,0}, + {"㴂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x82",3,NULL,0,NULL,0}, + {"Ṝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x9c",3,NULL,0,NULL,0}, + {"飚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x9a",3,NULL,0,NULL,0}, + {"纳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xb3",3,NULL,0,NULL,0}, + {"惑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x91",3,NULL,0,NULL,0}, + {"뗠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xa0",3,NULL,0,NULL,0}, + {"⽱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xb1",3,NULL,0,NULL,0}, + {"峾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xb2",3,NULL,0,NULL,0}, + {"唷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xb7",3,NULL,0,NULL,0}, + {"뒝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x9d",3,NULL,0,NULL,0}, + {"૟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x9f",3,NULL,0,NULL,0}, + {"*",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"*",1,NULL,0,NULL,0}, + {"庭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x93",3,NULL,0,NULL,0}, + {"벛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xb2",3,NULL,0,NULL,0}, + {"ㇱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xb1",3,NULL,0,NULL,0}, + {"옧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xa7",3,NULL,0,NULL,0}, + {"哌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x8c",3,NULL,0,NULL,0}, + {"−",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x92",3,NULL,0,NULL,0}, + {"⫈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x87",3,NULL,0,NULL,0}, + {"㯄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x84",3,NULL,0,NULL,0}, + {"᲏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xbd",3,NULL,0,NULL,0}, + {"凸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xb8",3,NULL,0,NULL,0}, + {"젻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xbb",3,NULL,0,NULL,0}, + {"䄂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xa5",3,NULL,0,NULL,0}, + {"︍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x8d",3,NULL,0,NULL,0}, + {"늗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x97",3,NULL,0,NULL,0}, + {"㶓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x93",3,NULL,0,NULL,0}, + {"⫆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x86",3,NULL,0,NULL,0}, + {"૝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x9d",3,NULL,0,NULL,0}, + {"酅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x85",3,NULL,0,NULL,0}, + {"狘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x98",3,NULL,0,NULL,0}, + {"饡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xa1",3,NULL,0,NULL,0}, + {"錀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x80",3,NULL,0,NULL,0}, + {"꫋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x8b",3,NULL,0,NULL,0}, + {"ᚄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x84",3,NULL,0,NULL,0}, + {"弖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x87",3,NULL,0,NULL,0}, + {"儅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x85",3,NULL,0,NULL,0}, + {"繾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xbe",3,NULL,0,NULL,0}, + {"吔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x94",3,NULL,0,NULL,0}, + {"ꀴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xb4",3,NULL,0,NULL,0}, + {"햱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xb1",3,NULL,0,NULL,0}, + {"ꘂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x82",3,NULL,0,NULL,0}, + {"榆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x80",3,NULL,0,NULL,0}, + {"緛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x9b",3,NULL,0,NULL,0}, + {"㸆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xa0",3,NULL,0,NULL,0}, + {"汥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xa5",3,NULL,0,NULL,0}, + {"쪥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xa5",3,NULL,0,NULL,0}, + {"轷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xb7",3,NULL,0,NULL,0}, + {"Ẓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x92",3,NULL,0,NULL,0}, + {"矞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x9e",3,NULL,0,NULL,0}, + {"ᱠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xa0",3,NULL,0,NULL,0}, + {"ᣫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xab",3,NULL,0,NULL,0}, + {"迵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xb5",3,NULL,0,NULL,0}, + {"Ǿ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xbe",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x8a",3,NULL,0,NULL,0}, + {"䵃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x83",3,NULL,0,NULL,0}, + {"貗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x97",3,NULL,0,NULL,0}, + {"⠁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xb7",3,NULL,0,NULL,0}, + {"ᘓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x93",3,NULL,0,NULL,0}, + {"↫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xab",3,NULL,0,NULL,0}, + {"냓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x93",3,NULL,0,NULL,0}, + {"䣵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xb5",3,NULL,0,NULL,0}, + {"ﵢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xa5",3,NULL,0,NULL,0}, + {"ࣶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xb6",3,NULL,0,NULL,0}, + {"띌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xb8",3,NULL,0,NULL,0}, + {"≎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x8e",3,NULL,0,NULL,0}, + {"짚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x9a",3,NULL,0,NULL,0}, + {"莤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xa4",3,NULL,0,NULL,0}, + {"莌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x8c",3,NULL,0,NULL,0}, + {"遼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x83",3,NULL,0,NULL,0}, + {"㽲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xb2",3,NULL,0,NULL,0}, + {"䉎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x97",3,NULL,0,NULL,0}, + {"੎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x8e",3,NULL,0,NULL,0}, + {"巓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x8c",3,NULL,0,NULL,0}, + {"娙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x99",3,NULL,0,NULL,0}, + {"Ϗ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x8f",2,NULL,0,NULL,0}, + {"᪔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x94",3,NULL,0,NULL,0}, + {"꽔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x94",3,NULL,0,NULL,0}, + {"䐽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xbd",3,NULL,0,NULL,0}, + {"奦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xa6",3,NULL,0,NULL,0}, + {"ច",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x97",3,NULL,0,NULL,0}, + {"媸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xb8",3,NULL,0,NULL,0}, + {"뚉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x89",3,NULL,0,NULL,0}, + {"疃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x83",3,NULL,0,NULL,0}, + {"㊦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xa6",3,NULL,0,NULL,0}, + {"⿏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x8f",3,NULL,0,NULL,0}, + {"추",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x94",3,NULL,0,NULL,0}, + {"隦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xa6",3,NULL,0,NULL,0}, + {"艬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xac",3,NULL,0,NULL,0}, + {"阧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xa7",3,NULL,0,NULL,0}, + {"끌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x8c",3,NULL,0,NULL,0}, + {"⾘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x98",3,NULL,0,NULL,0}, + {"쇞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x9e",3,NULL,0,NULL,0}, + {"쥼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xbc",3,NULL,0,NULL,0}, + {"Ꮳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x86",3,NULL,0,NULL,0}, + {"﻾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x84",3,NULL,0,NULL,0}, + {"걽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xbd",3,NULL,0,NULL,0}, + {"夬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xac",3,NULL,0,NULL,0}, + {"쮎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x8e",3,NULL,0,NULL,0}, + {"䋮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x88",3,NULL,0,NULL,0}, + {"એ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x81",3,NULL,0,NULL,0}, + {"읛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x9b",3,NULL,0,NULL,0}, + {"冫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xab",3,NULL,0,NULL,0}, + {"䗷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xb7",3,NULL,0,NULL,0}, + {"靈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x88",3,NULL,0,NULL,0}, + {"ᭃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x83",3,NULL,0,NULL,0}, + {"쭵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xb5",3,NULL,0,NULL,0}, + {"쎬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xac",3,NULL,0,NULL,0}, + {"▗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x97",3,NULL,0,NULL,0}, + {"迈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x88",3,NULL,0,NULL,0}, + {"阵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xb5",3,NULL,0,NULL,0}, + {"ᕴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xb4",3,NULL,0,NULL,0}, + {"눛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x9b",3,NULL,0,NULL,0}, + {"坻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xa5",3,NULL,0,NULL,0}, + {"⒋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x8b",3,NULL,0,NULL,0}, + {"ꂂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xbc",3,NULL,0,NULL,0}, + {"㈵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xb5",3,NULL,0,NULL,0}, + {"仟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x9f",3,NULL,0,NULL,0}, + {"䕘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x98",3,NULL,0,NULL,0}, + {"闚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x9a",3,NULL,0,NULL,0}, + {"腼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xbc",3,NULL,0,NULL,0}, + {"尭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x80",3,NULL,0,NULL,0}, + {"ᨌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x8c",3,NULL,0,NULL,0}, + {"䵱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xb1",3,NULL,0,NULL,0}, + {"孰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xb0",3,NULL,0,NULL,0}, + {"솝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x9d",3,NULL,0,NULL,0}, + {"嬹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xb9",3,NULL,0,NULL,0}, + {"㋕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x95",3,NULL,0,NULL,0}, + {"楓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x93",3,NULL,0,NULL,0}, + {"잙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x99",3,NULL,0,NULL,0}, + {"겨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xa8",3,NULL,0,NULL,0}, + {"㭀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x80",3,NULL,0,NULL,0}, + {"쬻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xbb",3,NULL,0,NULL,0}, + {"䍵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xb5",3,NULL,0,NULL,0}, + {"ɐ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x90",2,NULL,0,NULL,0}, + {"ࠈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x80",3,NULL,0,NULL,0}, + {"귺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xba",3,NULL,0,NULL,0}, + {"➕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x95",3,NULL,0,NULL,0}, + {"퉘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x98",3,NULL,0,NULL,0}, + {"ݬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xac",2,NULL,0,NULL,0}, + {"잜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x9c",3,NULL,0,NULL,0}, + {"ᱢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xa2",3,NULL,0,NULL,0}, + {"퀎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x8e",3,NULL,0,NULL,0}, + {"ӑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x91",2,NULL,0,NULL,0}, + {"쉕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x95",3,NULL,0,NULL,0}, + {"ݓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x93",2,NULL,0,NULL,0}, + {"༒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x92",3,NULL,0,NULL,0}, + {"룐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xb1",3,NULL,0,NULL,0}, + {"髎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x8e",3,NULL,0,NULL,0}, + {"歂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x82",3,NULL,0,NULL,0}, + {"ዒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x92",3,NULL,0,NULL,0}, + {"頤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xa4",3,NULL,0,NULL,0}, + {"휷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xb7",3,NULL,0,NULL,0}, + {"䵊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x8a",3,NULL,0,NULL,0}, + {"䔶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xae",3,NULL,0,NULL,0}, + {"ጿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xbf",3,NULL,0,NULL,0}, + {"墋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x8b",3,NULL,0,NULL,0}, + {"ℯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xaf",3,NULL,0,NULL,0}, + {"劻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xbb",3,NULL,0,NULL,0}, + {"᫢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xa2",3,NULL,0,NULL,0}, + {"笮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xae",3,NULL,0,NULL,0}, + {"ꇂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x82",3,NULL,0,NULL,0}, + {"ꯞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x9e",3,NULL,0,NULL,0}, + {"척",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x99",3,NULL,0,NULL,0}, + {"皣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xa3",3,NULL,0,NULL,0}, + {"Ϻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xba",2,NULL,0,NULL,0}, + {"䭽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xb8",3,NULL,0,NULL,0}, + {"㛊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x8a",3,NULL,0,NULL,0}, + {"밡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xa1",3,NULL,0,NULL,0}, + {"؜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x9c",2,NULL,0,NULL,0}, + {"큭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xad",3,NULL,0,NULL,0}, + {"頊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x8a",3,NULL,0,NULL,0}, + {"甶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xb6",3,NULL,0,NULL,0}, + {"⎪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xaa",3,NULL,0,NULL,0}, + {"뼰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xb0",3,NULL,0,NULL,0}, + {"犈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x88",3,NULL,0,NULL,0}, + {"ꑆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb0",3,NULL,0,NULL,0}, + {"蛟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x9f",3,NULL,0,NULL,0}, + {"p",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"깹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xb9",3,NULL,0,NULL,0}, + {"ᐿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x9f",3,NULL,0,NULL,0}, + {"ّ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x91",2,NULL,0,NULL,0}, + {"鯱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xb1",3,NULL,0,NULL,0}, + {"껐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xb9",3,NULL,0,NULL,0}, + {"÷",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb7",2,NULL,0,NULL,0}, + {"ብ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xa5",3,NULL,0,NULL,0}, + {"㠏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x8f",3,NULL,0,NULL,0}, + {"ꧾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xbe",3,NULL,0,NULL,0}, + {"챟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x9f",3,NULL,0,NULL,0}, + {"꧝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x9d",3,NULL,0,NULL,0}, + {"ၔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x93",3,NULL,0,NULL,0}, + {"㕁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x81",3,NULL,0,NULL,0}, + {"呠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xa0",3,NULL,0,NULL,0}, + {"掏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x8f",3,NULL,0,NULL,0}, + {"嘯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xaf",3,NULL,0,NULL,0}, + {"찺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xba",3,NULL,0,NULL,0}, + {"淶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xb6",3,NULL,0,NULL,0}, + {"ꬵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xb5",3,NULL,0,NULL,0}, + {"嚲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xb2",3,NULL,0,NULL,0}, + {"紾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xbe",3,NULL,0,NULL,0}, + {"ὂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x82",3,NULL,0,NULL,0}, + {"⺢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xa2",3,NULL,0,NULL,0}, + {"扯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xaf",3,NULL,0,NULL,0}, + {"כ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x9b",2,NULL,0,NULL,0}, + {"蜝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x9d",3,NULL,0,NULL,0}, + {"⨰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xb0",3,NULL,0,NULL,0}, + {"糿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xbf",3,NULL,0,NULL,0}, + {"迷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xb7",3,NULL,0,NULL,0}, + {"敹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xb9",3,NULL,0,NULL,0}, + {"爟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x9f",3,NULL,0,NULL,0}, + {"柳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xb3",3,NULL,0,NULL,0}, + {"⬛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x9b",3,NULL,0,NULL,0}, + {"䝵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xb5",3,NULL,0,NULL,0}, + {"ვ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x95",3,NULL,0,NULL,0}, + {"㐉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x89",3,NULL,0,NULL,0}, + {"桤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xad",3,NULL,0,NULL,0}, + {"穦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xa6",3,NULL,0,NULL,0}, + {"晇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x87",3,NULL,0,NULL,0}, + {"㞸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xb8",3,NULL,0,NULL,0}, + {"ᅦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xa1",3,NULL,0,NULL,0}, + {"겤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xa4",3,NULL,0,NULL,0}, + {"嗹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xb9",3,NULL,0,NULL,0}, + {"避",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xbf",3,NULL,0,NULL,0}, + {"뀤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x8e",3,NULL,0,NULL,0}, + {"褔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x94",3,NULL,0,NULL,0}, + {"졭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xad",3,NULL,0,NULL,0}, + {"⺰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xb0",3,NULL,0,NULL,0}, + {"꤯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xaf",3,NULL,0,NULL,0}, + {"熗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x97",3,NULL,0,NULL,0}, + {"衎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x9f",3,NULL,0,NULL,0}, + {"ꝝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x9d",3,NULL,0,NULL,0}, + {"惎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x8e",3,NULL,0,NULL,0}, + {"ຂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x82",3,NULL,0,NULL,0}, + {"騷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xb7",3,NULL,0,NULL,0}, + {"ɬ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xac",2,NULL,0,NULL,0}, + {"ꤖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xa9",3,NULL,0,NULL,0}, + {"懨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xa8",3,NULL,0,NULL,0}, + {"挏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x8f",3,NULL,0,NULL,0}, + {"鳵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xb5",3,NULL,0,NULL,0}, + {"愋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xb3",3,NULL,0,NULL,0}, + {"抰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xb0",3,NULL,0,NULL,0}, + {"堿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xbf",3,NULL,0,NULL,0}, + {"鴾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xbe",3,NULL,0,NULL,0}, + {"澵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xb5",3,NULL,0,NULL,0}, + {"ࣴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xb4",3,NULL,0,NULL,0}, + {"暐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x90",3,NULL,0,NULL,0}, + {"鎽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xbd",3,NULL,0,NULL,0}, + {"Έ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x88",2,NULL,0,NULL,0}, + {"飿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xbf",3,NULL,0,NULL,0}, + {"ᇓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xbc",3,NULL,0,NULL,0}, + {"瑶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xb6",3,NULL,0,NULL,0}, + {"믢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xa2",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x13",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xa2",3,NULL,0,NULL,0}, + {"㽰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xb0",3,NULL,0,NULL,0}, + {"뢪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xaa",3,NULL,0,NULL,0}, + {"趺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xba",3,NULL,0,NULL,0}, + {"⑫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xab",3,NULL,0,NULL,0}, + {"똅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x85",3,NULL,0,NULL,0}, + {"꣘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x98",3,NULL,0,NULL,0}, + {"ⷾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xbe",3,NULL,0,NULL,0}, + {"蹉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x89",3,NULL,0,NULL,0}, + {"覦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xa6",3,NULL,0,NULL,0}, + {"魩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xa9",3,NULL,0,NULL,0}, + {"푩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xa9",3,NULL,0,NULL,0}, + {"櫡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xa1",3,NULL,0,NULL,0}, + {"ˋ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x8b",2,NULL,0,NULL,0}, + {"洫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xab",3,NULL,0,NULL,0}, + {"悰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xb0",3,NULL,0,NULL,0}, + {"ဆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xaa",3,NULL,0,NULL,0}, + {"Ḏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x8e",3,NULL,0,NULL,0}, + {"뮠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x86",3,NULL,0,NULL,0}, + {"꫾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xbe",3,NULL,0,NULL,0}, + {"跛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x9b",3,NULL,0,NULL,0}, + {"ᭌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x8c",3,NULL,0,NULL,0}, + {"腘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x98",3,NULL,0,NULL,0}, + {"풛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x9b",3,NULL,0,NULL,0}, + {"ྊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x8a",3,NULL,0,NULL,0}, + {"饀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x80",3,NULL,0,NULL,0}, + {"藿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xbf",3,NULL,0,NULL,0}, + {"ᤵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x94",3,NULL,0,NULL,0}, + {"尿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xbf",3,NULL,0,NULL,0}, + {"༃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x83",3,NULL,0,NULL,0}, + {"鍢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xa2",3,NULL,0,NULL,0}, + {"ꢦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xa6",3,NULL,0,NULL,0}, + {"䬧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xb1",3,NULL,0,NULL,0}, + {"龗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x97",3,NULL,0,NULL,0}, + {"擄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x84",3,NULL,0,NULL,0}, + {"濏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x8f",3,NULL,0,NULL,0}, + {"ⲝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x9d",3,NULL,0,NULL,0}, + {"牭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xad",3,NULL,0,NULL,0}, + {"㪲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xb2",3,NULL,0,NULL,0}, + {"ꗝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x9d",3,NULL,0,NULL,0}, + {"㋙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x99",3,NULL,0,NULL,0}, + {"ꏝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x8e",3,NULL,0,NULL,0}, + {"꘼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xbc",3,NULL,0,NULL,0}, + {"ꎐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x90",3,NULL,0,NULL,0}, + {"㬉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x89",3,NULL,0,NULL,0}, + {"泞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x9e",3,NULL,0,NULL,0}, + {"诊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x8a",3,NULL,0,NULL,0}, + {"緂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x82",3,NULL,0,NULL,0}, + {"ሯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xaf",3,NULL,0,NULL,0}, + {"琞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x95",3,NULL,0,NULL,0}, + {"輑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x91",3,NULL,0,NULL,0}, + {"꾈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x88",3,NULL,0,NULL,0}, + {"움",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x80",3,NULL,0,NULL,0}, + {"怔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xb8",3,NULL,0,NULL,0}, + {"逘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x98",3,NULL,0,NULL,0}, + {"ௌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x8c",3,NULL,0,NULL,0}, + {"⭊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x8a",3,NULL,0,NULL,0}, + {"஡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xa1",3,NULL,0,NULL,0}, + {"㲪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xaa",3,NULL,0,NULL,0}, + {"뤰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xb0",3,NULL,0,NULL,0}, + {"䒛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x9b",3,NULL,0,NULL,0}, + {"鿘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x98",3,NULL,0,NULL,0}, + {"໔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x94",3,NULL,0,NULL,0}, + {"蟼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xbc",3,NULL,0,NULL,0}, + {"鉙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x99",3,NULL,0,NULL,0}, + {"㫰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xb0",3,NULL,0,NULL,0}, + {"행",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x89",3,NULL,0,NULL,0}, + {"匥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xa5",3,NULL,0,NULL,0}, + {"⭯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x9f",3,NULL,0,NULL,0}, + {"所",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x80",3,NULL,0,NULL,0}, + {"釃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x83",3,NULL,0,NULL,0}, + {"튞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x9e",3,NULL,0,NULL,0}, + {"摒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x8f",3,NULL,0,NULL,0}, + {"瑜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x9c",3,NULL,0,NULL,0}, + {"䰐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x99",3,NULL,0,NULL,0}, + {"ᯂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x82",3,NULL,0,NULL,0}, + {"㺥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xa5",3,NULL,0,NULL,0}, + {"൳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xae",3,NULL,0,NULL,0}, + {"忚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x9a",3,NULL,0,NULL,0}, + {"᪒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x92",3,NULL,0,NULL,0}, + {"맩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x89",3,NULL,0,NULL,0}, + {"䇚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x9a",3,NULL,0,NULL,0}, + {"昤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xaa",3,NULL,0,NULL,0}, + {"뛆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x86",3,NULL,0,NULL,0}, + {"玭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xad",3,NULL,0,NULL,0}, + {"赊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x8a",3,NULL,0,NULL,0}, + {"ど",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xa9",3,NULL,0,NULL,0}, + {"㮡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xa1",3,NULL,0,NULL,0}, + {"麋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x8b",3,NULL,0,NULL,0}, + {"黦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xa6",3,NULL,0,NULL,0}, + {"箜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x9c",3,NULL,0,NULL,0}, + {"軱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xb1",3,NULL,0,NULL,0}, + {"哷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xb7",3,NULL,0,NULL,0}, + {"र",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xb0",3,NULL,0,NULL,0}, + {"Ủ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xa6",3,NULL,0,NULL,0}, + {"퍺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xba",3,NULL,0,NULL,0}, + {"巼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xbc",3,NULL,0,NULL,0}, + {"䧬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xb3",3,NULL,0,NULL,0}, + {"芕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x86",3,NULL,0,NULL,0}, + {"៎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xb8",3,NULL,0,NULL,0}, + {"쏪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xaa",3,NULL,0,NULL,0}, + {"䱙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x99",3,NULL,0,NULL,0}, + {"쎁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x81",3,NULL,0,NULL,0}, + {"恔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x94",3,NULL,0,NULL,0}, + {"鑪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xbd",3,NULL,0,NULL,0}, + {"뺕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x95",3,NULL,0,NULL,0}, + {"៕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x95",3,NULL,0,NULL,0}, + {"喜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x9c",3,NULL,0,NULL,0}, + {"톎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x8e",3,NULL,0,NULL,0}, + {"嵷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xb7",3,NULL,0,NULL,0}, + {"툍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x8d",3,NULL,0,NULL,0}, + {"ﱈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x88",3,NULL,0,NULL,0}, + {"㷣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xa3",3,NULL,0,NULL,0}, + {"簛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x9b",3,NULL,0,NULL,0}, + {"⽫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xab",3,NULL,0,NULL,0}, + {"씌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x8c",3,NULL,0,NULL,0}, + {"鼧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xa7",3,NULL,0,NULL,0}, + {"闃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x99",3,NULL,0,NULL,0}, + {"죣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xa3",3,NULL,0,NULL,0}, + {"䶠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xa0",3,NULL,0,NULL,0}, + {"諿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x8a",3,NULL,0,NULL,0}, + {"뙍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x8d",3,NULL,0,NULL,0}, + {"ᖲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xb2",3,NULL,0,NULL,0}, + {"嶵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xb5",3,NULL,0,NULL,0}, + {"澢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xa2",3,NULL,0,NULL,0}, + {"ﺖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x96",3,NULL,0,NULL,0}, + {"Ȿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xbe",3,NULL,0,NULL,0}, + {"ޥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa5",2,NULL,0,NULL,0}, + {"㶔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x94",3,NULL,0,NULL,0}, + {"惛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x9b",3,NULL,0,NULL,0}, + {"㳲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xb2",3,NULL,0,NULL,0}, + {"ᕉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x89",3,NULL,0,NULL,0}, + {"ܞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x9e",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xab",3,NULL,0,NULL,0}, + {"讣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xa3",3,NULL,0,NULL,0}, + {"롡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xa1",3,NULL,0,NULL,0}, + {"⚒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x92",3,NULL,0,NULL,0}, + {"咽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x9e",3,NULL,0,NULL,0}, + {"Ʉ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x84",2,NULL,0,NULL,0}, + {"勗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xa7",3,NULL,0,NULL,0}, + {"㹦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x91",3,NULL,0,NULL,0}, + {"᫟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x9f",3,NULL,0,NULL,0}, + {"傐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x90",3,NULL,0,NULL,0}, + {"쒊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x8a",3,NULL,0,NULL,0}, + {"䛊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x86",3,NULL,0,NULL,0}, + {"鿀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x80",3,NULL,0,NULL,0}, + {"縼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xbc",3,NULL,0,NULL,0}, + {"鍊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x9b",3,NULL,0,NULL,0}, + {"┴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xb4",3,NULL,0,NULL,0}, + {"⢉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x89",3,NULL,0,NULL,0}, + {"Ꮉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xb9",3,NULL,0,NULL,0}, + {"ợ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xa3",3,NULL,0,NULL,0}, + {"젃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x83",3,NULL,0,NULL,0}, + {"デ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x87",3,NULL,0,NULL,0}, + {"ﱺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xba",3,NULL,0,NULL,0}, + {"结",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x93",3,NULL,0,NULL,0}, + {"뙸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xb8",3,NULL,0,NULL,0}, + {"＀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x80",3,NULL,0,NULL,0}, + {"㶡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xa1",3,NULL,0,NULL,0}, + {"≡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa1",3,NULL,0,NULL,0}, + {"૯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xaf",3,NULL,0,NULL,0}, + {"湁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x81",3,NULL,0,NULL,0}, + {"䜃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x83",3,NULL,0,NULL,0}, + {"맂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x82",3,NULL,0,NULL,0}, + {"Ⴆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xa6",3,NULL,0,NULL,0}, + {"ᷩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xa9",3,NULL,0,NULL,0}, + {"ᙼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xbc",3,NULL,0,NULL,0}, + {"쨺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xba",3,NULL,0,NULL,0}, + {"䤪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xaa",3,NULL,0,NULL,0}, + {"슣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xa3",3,NULL,0,NULL,0}, + {"難",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xa3",3,NULL,0,NULL,0}, + {"繺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xba",3,NULL,0,NULL,0}, + {"諾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xa0",3,NULL,0,NULL,0}, + {"녊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x8a",3,NULL,0,NULL,0}, + {"•",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x95",2,NULL,0,NULL,0}, + {"⢮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xae",3,NULL,0,NULL,0}, + {"낣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xa3",3,NULL,0,NULL,0}, + {"쐯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xaf",3,NULL,0,NULL,0}, + {"儗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x97",3,NULL,0,NULL,0}, + {"쨳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xb3",3,NULL,0,NULL,0}, + {"끖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x96",3,NULL,0,NULL,0}, + {"榨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x82",3,NULL,0,NULL,0}, + {"᛾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xbe",3,NULL,0,NULL,0}, + {"罂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x82",3,NULL,0,NULL,0}, + {"돵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x9b",3,NULL,0,NULL,0}, + {"ẞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x9e",3,NULL,0,NULL,0}, + {"檑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xa7",3,NULL,0,NULL,0}, + {"婤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xa4",3,NULL,0,NULL,0}, + {"ﳧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xa7",3,NULL,0,NULL,0}, + {"캢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xa2",3,NULL,0,NULL,0}, + {"翜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x9c",3,NULL,0,NULL,0}, + {"츉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xa5",3,NULL,0,NULL,0}, + {"霝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x9d",3,NULL,0,NULL,0}, + {"⠓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x93",3,NULL,0,NULL,0}, + {"纁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x81",3,NULL,0,NULL,0}, + {"괰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xb0",3,NULL,0,NULL,0}, + {"ò",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb2",2,NULL,0,NULL,0}, + {"ᓾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xbe",3,NULL,0,NULL,0}, + {"ꄘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x98",3,NULL,0,NULL,0}, + {"ᵌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x8c",3,NULL,0,NULL,0}, + {"냙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x99",3,NULL,0,NULL,0}, + {"춲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xb2",3,NULL,0,NULL,0}, + {"⍌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x8c",3,NULL,0,NULL,0}, + {"舺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xb7",3,NULL,0,NULL,0}, + {"딸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xb8",3,NULL,0,NULL,0}, + {"ꋳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xb3",3,NULL,0,NULL,0}, + {"㚖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x96",3,NULL,0,NULL,0}, + {"Ń",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x83",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x9d",3,NULL,0,NULL,0}, + {"뀕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x95",3,NULL,0,NULL,0}, + {"汁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x81",3,NULL,0,NULL,0}, + {"좪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xaa",3,NULL,0,NULL,0}, + {"⁞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x9e",3,NULL,0,NULL,0}, + {"擅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x85",3,NULL,0,NULL,0}, + {"ꀻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xbb",3,NULL,0,NULL,0}, + {"ε",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb5",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x84",3,NULL,0,NULL,0}, + {"쐓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x93",3,NULL,0,NULL,0}, + {"丧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xa7",3,NULL,0,NULL,0}, + {"ᑧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x92",3,NULL,0,NULL,0}, + {"ⁿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xbf",3,NULL,0,NULL,0}, + {"党",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x9a",3,NULL,0,NULL,0}, + {"ࢭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xad",3,NULL,0,NULL,0}, + {"亢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xa2",3,NULL,0,NULL,0}, + {"Nj",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x8b",2,NULL,0,NULL,0}, + {"螫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xab",3,NULL,0,NULL,0}, + {"圔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x94",3,NULL,0,NULL,0}, + {"Ὢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xaa",3,NULL,0,NULL,0}, + {"ᗛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x9b",3,NULL,0,NULL,0}, + {"䁖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x96",3,NULL,0,NULL,0}, + {"㊞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x9e",3,NULL,0,NULL,0}, + {"쟢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xa2",3,NULL,0,NULL,0}, + {"㘤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xa4",3,NULL,0,NULL,0}, + {"艴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xb4",3,NULL,0,NULL,0}, + {"⎊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x8a",3,NULL,0,NULL,0}, + {"ʥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xa5",2,NULL,0,NULL,0}, + {"∡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa1",3,NULL,0,NULL,0}, + {"떜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x9c",3,NULL,0,NULL,0}, + {"萈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x88",3,NULL,0,NULL,0}, + {"ꑁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x81",3,NULL,0,NULL,0}, + {"蒢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xa2",3,NULL,0,NULL,0}, + {"騸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xb8",3,NULL,0,NULL,0}, + {"㐮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xae",3,NULL,0,NULL,0}, + {"ᥫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xab",3,NULL,0,NULL,0}, + {"㑝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x9d",3,NULL,0,NULL,0}, + {"᧼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xbc",3,NULL,0,NULL,0}, + {"膀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x80",3,NULL,0,NULL,0}, + {"ㆈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x8c",3,NULL,0,NULL,0}, + {"孴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xb4",3,NULL,0,NULL,0}, + {"᫊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x8a",3,NULL,0,NULL,0}, + {"Б",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x91",2,NULL,0,NULL,0}, + {"苽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xbd",3,NULL,0,NULL,0}, + {"더",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x94",3,NULL,0,NULL,0}, + {"ꊨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x88",3,NULL,0,NULL,0}, + {"ǯ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xaf",2,NULL,0,NULL,0}, + {"Ἤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xac",3,NULL,0,NULL,0}, + {"眧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xa7",3,NULL,0,NULL,0}, + {"月",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x88",3,NULL,0,NULL,0}, + {"샜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x9c",3,NULL,0,NULL,0}, + {"뾂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x82",3,NULL,0,NULL,0}, + {"盢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xa2",3,NULL,0,NULL,0}, + {"朷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xb7",3,NULL,0,NULL,0}, + {"゘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x98",3,NULL,0,NULL,0}, + {"눑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x91",3,NULL,0,NULL,0}, + {"ᇉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x89",3,NULL,0,NULL,0}, + {"῱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xb1",3,NULL,0,NULL,0}, + {"귖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x96",3,NULL,0,NULL,0}, + {"垳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xb3",3,NULL,0,NULL,0}, + {"殥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xab",3,NULL,0,NULL,0}, + {"˦",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xa6",2,NULL,0,NULL,0}, + {"킣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xa3",3,NULL,0,NULL,0}, + {"녢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xa2",3,NULL,0,NULL,0}, + {"꒼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xbc",3,NULL,0,NULL,0}, + {"휭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xad",3,NULL,0,NULL,0}, + {"዆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x86",3,NULL,0,NULL,0}, + {"䔺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xba",3,NULL,0,NULL,0}, + {"碸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xb8",3,NULL,0,NULL,0}, + {"蝔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x94",3,NULL,0,NULL,0}, + {"嬳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xb3",3,NULL,0,NULL,0}, + {"ᩱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xa4",3,NULL,0,NULL,0}, + {"楡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xa1",3,NULL,0,NULL,0}, + {"䚓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xa7",3,NULL,0,NULL,0}, + {"쳔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x94",3,NULL,0,NULL,0}, + {"睩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xa9",3,NULL,0,NULL,0}, + {"흆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x86",3,NULL,0,NULL,0}, + {"鷩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xa9",3,NULL,0,NULL,0}, + {"䌐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x90",3,NULL,0,NULL,0}, + {"竱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xb1",3,NULL,0,NULL,0}, + {"ᬋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x8b",3,NULL,0,NULL,0}, + {"ꈭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xad",3,NULL,0,NULL,0}, + {"댋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x8b",3,NULL,0,NULL,0}, + {"䬨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xa8",3,NULL,0,NULL,0}, + {"芓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x93",3,NULL,0,NULL,0}, + {"㔄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x84",3,NULL,0,NULL,0}, + {"툶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xb6",3,NULL,0,NULL,0}, + {"䣽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xbd",3,NULL,0,NULL,0}, + {"뮄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x84",3,NULL,0,NULL,0}, + {"籄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x84",3,NULL,0,NULL,0}, + {"薒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x92",3,NULL,0,NULL,0}, + {"皡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xa1",3,NULL,0,NULL,0}, + {"䔏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x8f",3,NULL,0,NULL,0}, + {"妑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x91",3,NULL,0,NULL,0}, + {"≨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa8",3,NULL,0,NULL,0}, + {"瀆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x86",3,NULL,0,NULL,0}, + {"㝃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x83",3,NULL,0,NULL,0}, + {"솁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x98",3,NULL,0,NULL,0}, + {"֡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xa1",2,NULL,0,NULL,0}, + {"チ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x81",3,NULL,0,NULL,0}, + {"歆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x86",3,NULL,0,NULL,0}, + {"疯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xaf",3,NULL,0,NULL,0}, + {"硯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xaf",3,NULL,0,NULL,0}, + {"샺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xba",3,NULL,0,NULL,0}, + {"깳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xb3",3,NULL,0,NULL,0}, + {"뫫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xab",3,NULL,0,NULL,0}, + {"ڲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xb2",2,NULL,0,NULL,0}, + {"韩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xa9",3,NULL,0,NULL,0}, + {"镕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x95",3,NULL,0,NULL,0}, + {"䊷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xb7",3,NULL,0,NULL,0}, + {"助",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xa9",3,NULL,0,NULL,0}, + {"℥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xa5",3,NULL,0,NULL,0}, + {"ﰯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xaf",3,NULL,0,NULL,0}, + {"笒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x92",3,NULL,0,NULL,0}, + {"ڑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x91",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x9d",3,NULL,0,NULL,0}, + {"䞜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x9c",3,NULL,0,NULL,0}, + {"於",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x9d",3,NULL,0,NULL,0}, + {"꾡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xa1",3,NULL,0,NULL,0}, + {"ℾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xbe",3,NULL,0,NULL,0}, + {"䍑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x91",3,NULL,0,NULL,0}, + {"槉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x89",3,NULL,0,NULL,0}, + {"蠝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x9d",3,NULL,0,NULL,0}, + {"絧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xa7",3,NULL,0,NULL,0}, + {"‵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb5",3,NULL,0,NULL,0}, + {"쪬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xac",3,NULL,0,NULL,0}, + {"姇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x87",3,NULL,0,NULL,0}, + {"葚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x9a",3,NULL,0,NULL,0}, + {"㡸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xb8",3,NULL,0,NULL,0}, + {"밳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xb3",3,NULL,0,NULL,0}, + {"㗐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x90",3,NULL,0,NULL,0}, + {"튷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xb7",3,NULL,0,NULL,0}, + {"수",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x98",3,NULL,0,NULL,0}, + {"囃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x83",3,NULL,0,NULL,0}, + {"⋧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xa7",3,NULL,0,NULL,0}, + {"럢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xa2",3,NULL,0,NULL,0}, + {"ꂘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x98",3,NULL,0,NULL,0}, + {"䪈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x88",3,NULL,0,NULL,0}, + {"츰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xb0",3,NULL,0,NULL,0}, + {"㎔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x94",3,NULL,0,NULL,0}, + {"鰃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x83",3,NULL,0,NULL,0}, + {"稭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xad",3,NULL,0,NULL,0}, + {"鳉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x89",3,NULL,0,NULL,0}, + {"ቧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xa7",3,NULL,0,NULL,0}, + {"뷟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x95",3,NULL,0,NULL,0}, + {"易",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x8f",3,NULL,0,NULL,0}, + {"⓮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xae",3,NULL,0,NULL,0}, + {"褐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x90",3,NULL,0,NULL,0}, + {"燐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb6",3,NULL,0,NULL,0}, + {"ꬷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xae",3,NULL,0,NULL,0}, + {"絎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x8e",3,NULL,0,NULL,0}, + {"โ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x82",3,NULL,0,NULL,0}, + {"扝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x9d",3,NULL,0,NULL,0}, + {"䎒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x92",3,NULL,0,NULL,0}, + {"퀹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xb9",3,NULL,0,NULL,0}, + {"㥯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xaf",3,NULL,0,NULL,0}, + {"骕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x95",3,NULL,0,NULL,0}, + {"圴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xaf",3,NULL,0,NULL,0}, + {"鴇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x87",3,NULL,0,NULL,0}, + {"팔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x94",3,NULL,0,NULL,0}, + {"并",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xb6",3,NULL,0,NULL,0}, + {"唁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x81",3,NULL,0,NULL,0}, + {"혡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xa1",3,NULL,0,NULL,0}, + {"ᮔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x94",3,NULL,0,NULL,0}, + {"拽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xbd",3,NULL,0,NULL,0}, + {"瓝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x9d",3,NULL,0,NULL,0}, + {"遽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xbd",3,NULL,0,NULL,0}, + {"빚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x9a",3,NULL,0,NULL,0}, + {"䥭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xad",3,NULL,0,NULL,0}, + {"钟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x9f",3,NULL,0,NULL,0}, + {"ṳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xb3",3,NULL,0,NULL,0}, + {"⧸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xb8",3,NULL,0,NULL,0}, + {"䨯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xa0",3,NULL,0,NULL,0}, + {"풻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xbb",3,NULL,0,NULL,0}, + {"躼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xbc",3,NULL,0,NULL,0}, + {"믒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x92",3,NULL,0,NULL,0}, + {"饊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x9d",3,NULL,0,NULL,0}, + {"€",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x80",2,NULL,0,NULL,0}, + {"炟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x9f",3,NULL,0,NULL,0}, + {"뒬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xac",3,NULL,0,NULL,0}, + {"ㄾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xbe",3,NULL,0,NULL,0}, + {"爿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xbf",3,NULL,0,NULL,0}, + {"会",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x9a",3,NULL,0,NULL,0}, + {"ꝗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x97",3,NULL,0,NULL,0}, + {"㝪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xaa",3,NULL,0,NULL,0}, + {"獈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x88",3,NULL,0,NULL,0}, + {"엋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x8b",3,NULL,0,NULL,0}, + {"ਖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x96",3,NULL,0,NULL,0}, + {"겪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xaa",3,NULL,0,NULL,0}, + {"ྷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xb7",3,NULL,0,NULL,0}, + {"䆂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x82",3,NULL,0,NULL,0}, + {"⯴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xb4",3,NULL,0,NULL,0}, + {"볣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xa3",3,NULL,0,NULL,0}, + {"賚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x9d",3,NULL,0,NULL,0}, + {"㴧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xa7",3,NULL,0,NULL,0}, + {"咘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x98",3,NULL,0,NULL,0}, + {"ḹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xb9",3,NULL,0,NULL,0}, + {"ಲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xb2",3,NULL,0,NULL,0}, + {"餅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xa6",3,NULL,0,NULL,0}, + {"廎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x8e",3,NULL,0,NULL,0}, + {"⦯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xaf",3,NULL,0,NULL,0}, + {"餼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xbc",3,NULL,0,NULL,0}, + {"ᢨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x82",3,NULL,0,NULL,0}, + {"욎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x8e",3,NULL,0,NULL,0}, + {"ེ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xba",3,NULL,0,NULL,0}, + {"ꩯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xaf",3,NULL,0,NULL,0}, + {"齖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x96",3,NULL,0,NULL,0}, + {"ఒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x92",3,NULL,0,NULL,0}, + {"㲇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x87",3,NULL,0,NULL,0}, + {"ⷢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xa2",3,NULL,0,NULL,0}, + {"狖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x96",3,NULL,0,NULL,0}, + {"駑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x91",3,NULL,0,NULL,0}, + {"㯱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x95",3,NULL,0,NULL,0}, + {"聀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x80",3,NULL,0,NULL,0}, + {"㇄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x84",3,NULL,0,NULL,0}, + {"ꏏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x8f",3,NULL,0,NULL,0}, + {"㪪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xaa",3,NULL,0,NULL,0}, + {"٩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xa9",2,NULL,0,NULL,0}, + {"韁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x81",3,NULL,0,NULL,0}, + {"鿶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xb6",3,NULL,0,NULL,0}, + {"酠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xa0",3,NULL,0,NULL,0}, + {"緾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xbe",3,NULL,0,NULL,0}, + {"損",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x8d",3,NULL,0,NULL,0}, + {"븱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xb1",3,NULL,0,NULL,0}, + {"䃟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x9f",3,NULL,0,NULL,0}, + {"猅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x85",3,NULL,0,NULL,0}, + {"轜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x9c",3,NULL,0,NULL,0}, + {"봒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x92",3,NULL,0,NULL,0}, + {"ᱏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x8f",3,NULL,0,NULL,0}, + {"悘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xa6",3,NULL,0,NULL,0}, + {"徯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xaf",3,NULL,0,NULL,0}, + {"楶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xb6",3,NULL,0,NULL,0}, + {"㵨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xa8",3,NULL,0,NULL,0}, + {"ὢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xa2",3,NULL,0,NULL,0}, + {"䏺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xba",3,NULL,0,NULL,0}, + {"造",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xaf",3,NULL,0,NULL,0}, + {"廳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xb3",3,NULL,0,NULL,0}, + {"콮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xae",3,NULL,0,NULL,0}, + {"᤯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xaf",3,NULL,0,NULL,0}, + {"뙬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xac",3,NULL,0,NULL,0}, + {"衧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xa7",3,NULL,0,NULL,0}, + {"༑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x91",3,NULL,0,NULL,0}, + {"㧁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x81",3,NULL,0,NULL,0}, + {"ඒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xaf",3,NULL,0,NULL,0}, + {"⬈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x88",3,NULL,0,NULL,0}, + {"屵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xb5",3,NULL,0,NULL,0}, + {"Ꮺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xaa",3,NULL,0,NULL,0}, + {"慨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xbe",3,NULL,0,NULL,0}, + {"瞧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x9d",3,NULL,0,NULL,0}, + {"䖟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x9f",3,NULL,0,NULL,0}, + {"뀿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xbf",3,NULL,0,NULL,0}, + {"溂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x82",3,NULL,0,NULL,0}, + {"ഁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x81",3,NULL,0,NULL,0}, + {"㼪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xaa",3,NULL,0,NULL,0}, + {"﷎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x8d",3,NULL,0,NULL,0}, + {"釹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xb9",3,NULL,0,NULL,0}, + {"绵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xb5",3,NULL,0,NULL,0}, + {"᰽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xbd",3,NULL,0,NULL,0}, + {"䈽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xbd",3,NULL,0,NULL,0}, + {"෪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xaa",3,NULL,0,NULL,0}, + {"⇃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x8c",3,NULL,0,NULL,0}, + {"䴕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x95",3,NULL,0,NULL,0}, + {"琖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x96",3,NULL,0,NULL,0}, + {"ᰘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x98",3,NULL,0,NULL,0}, + {"溑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x91",3,NULL,0,NULL,0}, + {"輛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x9b",3,NULL,0,NULL,0}, + {"홪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xaa",3,NULL,0,NULL,0}, + {"涒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x92",3,NULL,0,NULL,0}, + {"ԃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x83",2,NULL,0,NULL,0}, + {"っ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xa3",3,NULL,0,NULL,0}, + {"豲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xb2",3,NULL,0,NULL,0}, + {"⭆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x86",3,NULL,0,NULL,0}, + {"뤸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xb8",3,NULL,0,NULL,0}, + {"䒩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x90",3,NULL,0,NULL,0}, + {"厦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xa6",3,NULL,0,NULL,0}, + {"잞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x80",3,NULL,0,NULL,0}, + {"앋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x8b",3,NULL,0,NULL,0}, + {"ꘊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x8a",3,NULL,0,NULL,0}, + {"⶞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x9e",3,NULL,0,NULL,0}, + {"䈫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xab",3,NULL,0,NULL,0}, + {"ࢿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x9b",3,NULL,0,NULL,0}, + {"䵚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x9c",3,NULL,0,NULL,0}, + {"৅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x85",3,NULL,0,NULL,0}, + {"ࣀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x80",3,NULL,0,NULL,0}, + {"夹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xb9",3,NULL,0,NULL,0}, + {"䇞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xbb",3,NULL,0,NULL,0}, + {"᪥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xa5",3,NULL,0,NULL,0}, + {"톂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x82",3,NULL,0,NULL,0}, + {"쭊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x8a",3,NULL,0,NULL,0}, + {"쎃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x83",3,NULL,0,NULL,0}, + {"鈽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xbd",3,NULL,0,NULL,0}, + {"뱰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xb0",3,NULL,0,NULL,0}, + {"陊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x8a",3,NULL,0,NULL,0}, + {"製",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xbd",3,NULL,0,NULL,0}, + {"軫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xab",3,NULL,0,NULL,0}, + {"絣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xa3",3,NULL,0,NULL,0}, + {"黖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x96",3,NULL,0,NULL,0}, + {"宕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xab",3,NULL,0,NULL,0}, + {"䶜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x9c",3,NULL,0,NULL,0}, + {"Ꮣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x93",3,NULL,0,NULL,0}, + {"︮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xae",3,NULL,0,NULL,0}, + {"漑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xac",3,NULL,0,NULL,0}, + {"䷡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xa1",3,NULL,0,NULL,0}, + {"請",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x8b",3,NULL,0,NULL,0}, + {"譒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x92",3,NULL,0,NULL,0}, + {"ޗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x97",2,NULL,0,NULL,0}, + {"룜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x9c",3,NULL,0,NULL,0}, + {"华",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x8e",3,NULL,0,NULL,0}, + {"腂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x82",3,NULL,0,NULL,0}, + {"ࢄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x84",3,NULL,0,NULL,0}, + {"಩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xa9",3,NULL,0,NULL,0}, + {"Я",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xaf",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xa2",3,NULL,0,NULL,0}, + {"䢔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x94",3,NULL,0,NULL,0}, + {"ܼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xbc",2,NULL,0,NULL,0}, + {"鉾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xbb",3,NULL,0,NULL,0}, + {"鼵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xb5",3,NULL,0,NULL,0}, + {"腑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x91",3,NULL,0,NULL,0}, + {"੺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xba",3,NULL,0,NULL,0}, + {"褨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xa8",3,NULL,0,NULL,0}, + {"閱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xb1",3,NULL,0,NULL,0}, + {"⏷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xb7",3,NULL,0,NULL,0}, + {"놇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x87",3,NULL,0,NULL,0}, + {"韻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xbb",3,NULL,0,NULL,0}, + {"줓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x93",3,NULL,0,NULL,0}, + {"넀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x80",3,NULL,0,NULL,0}, + {"苁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x81",3,NULL,0,NULL,0}, + {"嬎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x8e",3,NULL,0,NULL,0}, + {"縴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xb4",3,NULL,0,NULL,0}, + {"똗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x97",3,NULL,0,NULL,0}, + {"흫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xab",3,NULL,0,NULL,0}, + {"潚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x9a",3,NULL,0,NULL,0}, + {"푰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xb0",3,NULL,0,NULL,0}, + {"苸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xb8",3,NULL,0,NULL,0}, + {"嫵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xb3",3,NULL,0,NULL,0}, + {"發",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xbc",3,NULL,0,NULL,0}, + {"臽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xb1",3,NULL,0,NULL,0}, + {"靚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x9a",3,NULL,0,NULL,0}, + {"ܮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xae",2,NULL,0,NULL,0}, + {"殼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xbc",3,NULL,0,NULL,0}, + {"싲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xb6",3,NULL,0,NULL,0}, + {"ᄒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xbe",3,NULL,0,NULL,0}, + {"⤕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x9f",3,NULL,0,NULL,0}, + {"ꛏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x8f",3,NULL,0,NULL,0}, + {"樝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x9d",3,NULL,0,NULL,0}, + {"䉨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xa8",3,NULL,0,NULL,0}, + {"쥔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x94",3,NULL,0,NULL,0}, + {"—",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x97",2,NULL,0,NULL,0}, + {"፠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xa0",3,NULL,0,NULL,0}, + {"꽎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x8e",3,NULL,0,NULL,0}, + {"댸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xb8",3,NULL,0,NULL,0}, + {"ົ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xbb",3,NULL,0,NULL,0}, + {"듢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xa2",3,NULL,0,NULL,0}, + {"鞮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xae",3,NULL,0,NULL,0}, + {"ネ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x8d",3,NULL,0,NULL,0}, + {"榞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x9e",3,NULL,0,NULL,0}, + {"졋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x8b",3,NULL,0,NULL,0}, + {"Ⅳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xa3",3,NULL,0,NULL,0}, + {"给",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x99",3,NULL,0,NULL,0}, + {"늧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xa7",3,NULL,0,NULL,0}, + {"墉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x89",3,NULL,0,NULL,0}, + {"챪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xbc",3,NULL,0,NULL,0}, + {"藸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xb4",3,NULL,0,NULL,0}, + {"—",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x94",3,NULL,0,NULL,0}, + {"쳘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x98",3,NULL,0,NULL,0}, + {"⪠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xa0",3,NULL,0,NULL,0}, + {"蕟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x9f",3,NULL,0,NULL,0}, + {"你",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xa0",3,NULL,0,NULL,0}, + {"♤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa4",3,NULL,0,NULL,0}, + {"ꅭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xad",3,NULL,0,NULL,0}, + {"삲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xb2",3,NULL,0,NULL,0}, + {"ၺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xba",3,NULL,0,NULL,0}, + {"阞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x9e",3,NULL,0,NULL,0}, + {"雩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xa9",3,NULL,0,NULL,0}, + {"⏗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x97",3,NULL,0,NULL,0}, + {"䛱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x98",3,NULL,0,NULL,0}, + {"㎄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x84",3,NULL,0,NULL,0}, + {"ᄡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xa1",3,NULL,0,NULL,0}, + {"뼅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x85",3,NULL,0,NULL,0}, + {"딠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xa0",3,NULL,0,NULL,0}, + {"ꁚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x9a",3,NULL,0,NULL,0}, + {"榬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xac",3,NULL,0,NULL,0}, + {"砋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x9e",3,NULL,0,NULL,0}, + {"껻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xbb",3,NULL,0,NULL,0}, + {"ゴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x91",3,NULL,0,NULL,0}, + {"Ƈ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x87",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xac",3,NULL,0,NULL,0}, + {"ᇪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xaa",3,NULL,0,NULL,0}, + {"筠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xa0",3,NULL,0,NULL,0}, + {"蒬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x91",3,NULL,0,NULL,0}, + {"⡢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xa2",3,NULL,0,NULL,0}, + {"⌔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x94",3,NULL,0,NULL,0}, + {"⩝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x9d",3,NULL,0,NULL,0}, + {"蟣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xa3",3,NULL,0,NULL,0}, + {"ぐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x90",3,NULL,0,NULL,0}, + {"⻉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x89",3,NULL,0,NULL,0}, + {"敊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x8a",3,NULL,0,NULL,0}, + {"࠻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xa1",3,NULL,0,NULL,0}, + {"䒾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xbe",3,NULL,0,NULL,0}, + {"↻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xbb",3,NULL,0,NULL,0}, + {"舖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x96",3,NULL,0,NULL,0}, + {"⌰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xb0",3,NULL,0,NULL,0}, + {"垗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xa2",3,NULL,0,NULL,0}, + {"㚣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xa3",3,NULL,0,NULL,0}, + {"ᐆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x86",3,NULL,0,NULL,0}, + {"∤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa4",3,NULL,0,NULL,0}, + {"˜",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x9c",2,NULL,0,NULL,0}, + {"횦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xa6",3,NULL,0,NULL,0}, + {"察",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x9f",3,NULL,0,NULL,0}, + {"㐲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xb2",3,NULL,0,NULL,0}, + {"쩷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xb7",3,NULL,0,NULL,0}, + {"㒵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xab",3,NULL,0,NULL,0}, + {"᪋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x8b",3,NULL,0,NULL,0}, + {"Ѥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xa4",2,NULL,0,NULL,0}, + {"晷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xb7",3,NULL,0,NULL,0}, + {"둘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x98",3,NULL,0,NULL,0}, + {"ㅖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x96",3,NULL,0,NULL,0}, + {"孡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xa1",3,NULL,0,NULL,0}, + {"菡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xa1",3,NULL,0,NULL,0}, + {"遜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x9c",3,NULL,0,NULL,0}, + {"ㄕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x95",3,NULL,0,NULL,0}, + {"ឯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xaf",3,NULL,0,NULL,0}, + {"曀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x80",3,NULL,0,NULL,0}, + {"螩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xa9",3,NULL,0,NULL,0}, + {"攺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xba",3,NULL,0,NULL,0}, + {"뿓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x93",3,NULL,0,NULL,0}, + {"䠩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xa9",3,NULL,0,NULL,0}, + {"毠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x88",3,NULL,0,NULL,0}, + {"﮾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xbe",3,NULL,0,NULL,0}, + {"⟛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x9b",3,NULL,0,NULL,0}, + {"ꐳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xb9",3,NULL,0,NULL,0}, + {"࣌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x8c",3,NULL,0,NULL,0}, + {"쉽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xbd",3,NULL,0,NULL,0}, + {"꣫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xab",3,NULL,0,NULL,0}, + {"⾷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xb7",3,NULL,0,NULL,0}, + {"킡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xa1",3,NULL,0,NULL,0}, + {"˶",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xb6",2,NULL,0,NULL,0}, + {"࿪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xbd",3,NULL,0,NULL,0}, + {"숌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x8c",3,NULL,0,NULL,0}, + {"Ⲏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x8e",3,NULL,0,NULL,0}, + {"堚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x9a",3,NULL,0,NULL,0}, + {"繹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x9c",3,NULL,0,NULL,0}, + {"抅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x85",3,NULL,0,NULL,0}, + {"속",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x8d",3,NULL,0,NULL,0}, + {"䊽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xbd",3,NULL,0,NULL,0}, + {"ጜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x9c",3,NULL,0,NULL,0}, + {"묑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x87",3,NULL,0,NULL,0}, + {"Ἵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xbd",3,NULL,0,NULL,0}, + {"뎘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x98",3,NULL,0,NULL,0}, + {"쬃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x83",3,NULL,0,NULL,0}, + {"鵲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xb2",3,NULL,0,NULL,0}, + {"᪺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xba",3,NULL,0,NULL,0}, + {"趗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x97",3,NULL,0,NULL,0}, + {"䘡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xa1",3,NULL,0,NULL,0}, + {"ཟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x9f",3,NULL,0,NULL,0}, + {"鸋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x8b",3,NULL,0,NULL,0}, + {"藋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x8b",3,NULL,0,NULL,0}, + {"꽱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xb1",3,NULL,0,NULL,0}, + {"뾎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x8e",3,NULL,0,NULL,0}, + {"瘤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xbb",3,NULL,0,NULL,0}, + {"䛂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x82",3,NULL,0,NULL,0}, + {"셳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xb3",3,NULL,0,NULL,0}, + {"稐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x90",3,NULL,0,NULL,0}, + {"➚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x9a",3,NULL,0,NULL,0}, + {"ֳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xb3",2,NULL,0,NULL,0}, + {"㍕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x95",3,NULL,0,NULL,0}, + {"䜼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x8a",3,NULL,0,NULL,0}, + {"⡗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x97",3,NULL,0,NULL,0}, + {"ⴍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x8d",3,NULL,0,NULL,0}, + {"셀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x80",3,NULL,0,NULL,0}, + {"䚙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x99",3,NULL,0,NULL,0}, + {"䌔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x94",3,NULL,0,NULL,0}, + {"굨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xa8",3,NULL,0,NULL,0}, + {"Æ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x86",2,NULL,0,NULL,0}, + {"ቂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x82",3,NULL,0,NULL,0}, + {"沫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xad",3,NULL,0,NULL,0}, + {"袐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x90",3,NULL,0,NULL,0}, + {"꾳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xb3",3,NULL,0,NULL,0}, + {"ኯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x88",3,NULL,0,NULL,0}, + {"忧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xa7",3,NULL,0,NULL,0}, + {"剞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x9e",3,NULL,0,NULL,0}, + {"໘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x98",3,NULL,0,NULL,0}, + {"Մ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x84",2,NULL,0,NULL,0}, + {"ᆝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x9d",3,NULL,0,NULL,0}, + {"〗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x97",3,NULL,0,NULL,0}, + {"꡻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xa9",3,NULL,0,NULL,0}, + {"妓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xa2",3,NULL,0,NULL,0}, + {"搬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xac",3,NULL,0,NULL,0}, + {"⊬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x93",3,NULL,0,NULL,0}, + {"髸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xb8",3,NULL,0,NULL,0}, + {"⟊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x8a",3,NULL,0,NULL,0}, + {"셌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x9e",3,NULL,0,NULL,0}, + {"겉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x89",3,NULL,0,NULL,0}, + {"ᱺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xba",3,NULL,0,NULL,0}, + {"䲮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xae",3,NULL,0,NULL,0}, + {"賓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xa4",3,NULL,0,NULL,0}, + {"⨇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x87",3,NULL,0,NULL,0}, + {"불",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xaf",3,NULL,0,NULL,0}, + {"懼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xbc",3,NULL,0,NULL,0}, + {"椭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xad",3,NULL,0,NULL,0}, + {"鲊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x8a",3,NULL,0,NULL,0}, + {"㱒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xaf",3,NULL,0,NULL,0}, + {"ڣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xa3",2,NULL,0,NULL,0}, + {"旜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x9c",3,NULL,0,NULL,0}, + {"粭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x91",3,NULL,0,NULL,0}, + {"壺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xba",3,NULL,0,NULL,0}, + {"䱬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xac",3,NULL,0,NULL,0}, + {"⁈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x88",3,NULL,0,NULL,0}, + {"浽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xbd",3,NULL,0,NULL,0}, + {"揀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x80",3,NULL,0,NULL,0}, + {"鬙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x99",3,NULL,0,NULL,0}, + {"㥉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x89",3,NULL,0,NULL,0}, + {"ጽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x86",3,NULL,0,NULL,0}, + {"喯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xaf",3,NULL,0,NULL,0}, + {"ӻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xbb",2,NULL,0,NULL,0}, + {"㮶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xb6",3,NULL,0,NULL,0}, + {"騎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x8e",3,NULL,0,NULL,0}, + {"쿤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xa4",3,NULL,0,NULL,0}, + {"㡘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x98",3,NULL,0,NULL,0}, + {"ꕲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xb2",3,NULL,0,NULL,0}, + {"囁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x81",3,NULL,0,NULL,0}, + {"ꟷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xb7",3,NULL,0,NULL,0}, + {"쀜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x9c",3,NULL,0,NULL,0}, + {"⮒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x92",3,NULL,0,NULL,0}, + {"䑗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x97",3,NULL,0,NULL,0}, + {"咳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xb5",3,NULL,0,NULL,0}, + {"랴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xb4",3,NULL,0,NULL,0}, + {"状",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xb6",3,NULL,0,NULL,0}, + {"ⵑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x91",3,NULL,0,NULL,0}, + {"쓷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xbe",3,NULL,0,NULL,0}, + {"爷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xb7",3,NULL,0,NULL,0}, + {"䉔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xb2",3,NULL,0,NULL,0}, + {"㨎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x8e",3,NULL,0,NULL,0}, + {"蚸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xb8",3,NULL,0,NULL,0}, + {"඘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x98",3,NULL,0,NULL,0}, + {"鶼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xbc",3,NULL,0,NULL,0}, + {"锖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x96",3,NULL,0,NULL,0}, + {"货",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xa7",3,NULL,0,NULL,0}, + {"蚆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x86",3,NULL,0,NULL,0}, + {"颤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xa4",3,NULL,0,NULL,0}, + {"뽛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x9b",3,NULL,0,NULL,0}, + {"욵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xb5",3,NULL,0,NULL,0}, + {"㭼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xbc",3,NULL,0,NULL,0}, + {"焉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x89",3,NULL,0,NULL,0}, + {"綟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x9f",3,NULL,0,NULL,0}, + {"淔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x94",3,NULL,0,NULL,0}, + {"嘉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x89",3,NULL,0,NULL,0}, + {"É",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x89",2,NULL,0,NULL,0}, + {"ᙢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xa2",3,NULL,0,NULL,0}, + {"麻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xbb",3,NULL,0,NULL,0}, + {"ꞹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xb9",3,NULL,0,NULL,0}, + {"떱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xb1",3,NULL,0,NULL,0}, + {"燈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x88",3,NULL,0,NULL,0}, + {"啐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x90",3,NULL,0,NULL,0}, + {"퇖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x96",3,NULL,0,NULL,0}, + {"虆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x86",3,NULL,0,NULL,0}, + {"멅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xac",3,NULL,0,NULL,0}, + {"믻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xbb",3,NULL,0,NULL,0}, + {"䥾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xae",3,NULL,0,NULL,0}, + {"㹻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xa6",3,NULL,0,NULL,0}, + {"庆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x86",3,NULL,0,NULL,0}, + {"뱼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xbc",3,NULL,0,NULL,0}, + {"왘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x98",3,NULL,0,NULL,0}, + {"ዋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x8b",3,NULL,0,NULL,0}, + {"獺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xba",3,NULL,0,NULL,0}, + {"桼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xbc",3,NULL,0,NULL,0}, + {"鰛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x9b",3,NULL,0,NULL,0}, + {"㠽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xbd",3,NULL,0,NULL,0}, + {"꦳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xb3",3,NULL,0,NULL,0}, + {"꯻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xa1",3,NULL,0,NULL,0}, + {"⯖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x96",3,NULL,0,NULL,0}, + {"㞀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x80",3,NULL,0,NULL,0}, + {"諮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xae",3,NULL,0,NULL,0}, + {"ⱝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x9d",3,NULL,0,NULL,0}, + {"㣙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x99",3,NULL,0,NULL,0}, + {"謯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x8a",3,NULL,0,NULL,0}, + {"黹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xb9",3,NULL,0,NULL,0}, + {"㶆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x86",3,NULL,0,NULL,0}, + {"卻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xbb",3,NULL,0,NULL,0}, + {"먋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x8b",3,NULL,0,NULL,0}, + {"౽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xbd",3,NULL,0,NULL,0}, + {"육",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x90",3,NULL,0,NULL,0}, + {"紘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x98",3,NULL,0,NULL,0}, + {"༫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xab",3,NULL,0,NULL,0}, + {"胓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x93",3,NULL,0,NULL,0}, + {"]",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"]",1,NULL,0,NULL,0}, + {"黼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xbc",3,NULL,0,NULL,0}, + {"팲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xb2",3,NULL,0,NULL,0}, + {"뜎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x8e",3,NULL,0,NULL,0}, + {"摶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xb6",3,NULL,0,NULL,0}, + {"訽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xb7",3,NULL,0,NULL,0}, + {"볱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xba",3,NULL,0,NULL,0}, + {"엙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x99",3,NULL,0,NULL,0}, + {"Პ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x9e",3,NULL,0,NULL,0}, + {"뤍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x8d",3,NULL,0,NULL,0}, + {"뫔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x94",3,NULL,0,NULL,0}, + {"植",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x8d",3,NULL,0,NULL,0}, + {"擜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x9c",3,NULL,0,NULL,0}, + {"ꔜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xb7",3,NULL,0,NULL,0}, + {"쳅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x85",3,NULL,0,NULL,0}, + {"鏫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xa7",3,NULL,0,NULL,0}, + {"翏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x8f",3,NULL,0,NULL,0}, + {"ର",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xb0",3,NULL,0,NULL,0}, + {"寯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xaf",3,NULL,0,NULL,0}, + {"맙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x99",3,NULL,0,NULL,0}, + {"迂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x82",3,NULL,0,NULL,0}, + {"覎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x8e",3,NULL,0,NULL,0}, + {"呃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xb9",3,NULL,0,NULL,0}, + {"쒯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xaf",3,NULL,0,NULL,0}, + {"觻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xbb",3,NULL,0,NULL,0}, + {"냆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x86",3,NULL,0,NULL,0}, + {"⬀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x80",3,NULL,0,NULL,0}, + {"쑘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x98",3,NULL,0,NULL,0}, + {"줚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x9a",3,NULL,0,NULL,0}, + {"퐻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xb2",3,NULL,0,NULL,0}, + {"ᑭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xad",3,NULL,0,NULL,0}, + {"縊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x8a",3,NULL,0,NULL,0}, + {"ൊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x8a",3,NULL,0,NULL,0}, + {"呦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xa6",3,NULL,0,NULL,0}, + {"㽫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xa0",3,NULL,0,NULL,0}, + {"텙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x99",3,NULL,0,NULL,0}, + {"ﲟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x9f",3,NULL,0,NULL,0}, + {"溛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x9b",3,NULL,0,NULL,0}, + {"娸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xb8",3,NULL,0,NULL,0}, + {"ﳀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x80",3,NULL,0,NULL,0}, + {"鮫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xab",3,NULL,0,NULL,0}, + {"뉇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x87",3,NULL,0,NULL,0}, + {"蜒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x92",3,NULL,0,NULL,0}, + {"릟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x9f",3,NULL,0,NULL,0}, + {"싄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x93",3,NULL,0,NULL,0}, + {"錹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xbd",3,NULL,0,NULL,0}, + {"ᶑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xa9",3,NULL,0,NULL,0}, + {"륺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xba",3,NULL,0,NULL,0}, + {"砜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x9c",3,NULL,0,NULL,0}, + {"핑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x91",3,NULL,0,NULL,0}, + {"뀭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xad",3,NULL,0,NULL,0}, + {"ꖻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x8f",3,NULL,0,NULL,0}, + {"돈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x88",3,NULL,0,NULL,0}, + {"ഛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x90",3,NULL,0,NULL,0}, + {"⿨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x8a",3,NULL,0,NULL,0}, + {"侯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xaf",3,NULL,0,NULL,0}, + {"뀦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xa6",3,NULL,0,NULL,0}, + {"쯃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xa9",3,NULL,0,NULL,0}, + {"⦅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x9f",3,NULL,0,NULL,0}, + {"똀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x80",3,NULL,0,NULL,0}, + {"准",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x86",3,NULL,0,NULL,0}, + {"䃆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x86",3,NULL,0,NULL,0}, + {"隉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x89",3,NULL,0,NULL,0}, + {"ᤏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x85",3,NULL,0,NULL,0}, + {"鎐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x90",3,NULL,0,NULL,0}, + {"锹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xaa",3,NULL,0,NULL,0}, + {"緀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x80",3,NULL,0,NULL,0}, + {"鉉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x89",3,NULL,0,NULL,0}, + {"䀣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xa3",3,NULL,0,NULL,0}, + {"鸽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x9c",3,NULL,0,NULL,0}, + {"∣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa3",3,NULL,0,NULL,0}, + {"ᦌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x8c",3,NULL,0,NULL,0}, + {"⑮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xae",3,NULL,0,NULL,0}, + {"城",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x8e",3,NULL,0,NULL,0}, + {"梮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xae",3,NULL,0,NULL,0}, + {"瞫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xb9",3,NULL,0,NULL,0}, + {"響",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xa9",3,NULL,0,NULL,0}, + {"拾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xb3",3,NULL,0,NULL,0}, + {"ৗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x97",3,NULL,0,NULL,0}, + {"됟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x9f",3,NULL,0,NULL,0}, + {"ㅻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xbb",3,NULL,0,NULL,0}, + {"ﻘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x98",3,NULL,0,NULL,0}, + {"䟸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xb8",3,NULL,0,NULL,0}, + {"ヴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb4",3,NULL,0,NULL,0}, + {"ὁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x81",3,NULL,0,NULL,0}, + {"쭚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x9a",3,NULL,0,NULL,0}, + {"쁬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xac",3,NULL,0,NULL,0}, + {"Ằ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xb0",3,NULL,0,NULL,0}, + {"茾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xbe",3,NULL,0,NULL,0}, + {"鈯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xaf",3,NULL,0,NULL,0}, + {"䑵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xb5",3,NULL,0,NULL,0}, + {"裇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x87",3,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x82",3,NULL,0,NULL,0}, + {"胼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xbc",3,NULL,0,NULL,0}, + {"뇾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x98",3,NULL,0,NULL,0}, + {"आ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xbf",3,NULL,0,NULL,0}, + {"䓲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xb2",3,NULL,0,NULL,0}, + {"농",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x8d",3,NULL,0,NULL,0}, + {"᎐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x90",3,NULL,0,NULL,0}, + {"᧙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x99",3,NULL,0,NULL,0}, + {"林",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xb4",3,NULL,0,NULL,0}, + {"ᘷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xb7",3,NULL,0,NULL,0}, + {"휚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x9a",3,NULL,0,NULL,0}, + {"⯈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x88",3,NULL,0,NULL,0}, + {"넲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xb2",3,NULL,0,NULL,0}, + {"漋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x8b",3,NULL,0,NULL,0}, + {"孀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x80",3,NULL,0,NULL,0}, + {"鸱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xb1",3,NULL,0,NULL,0}, + {"平",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xb3",3,NULL,0,NULL,0}, + {"等",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x89",3,NULL,0,NULL,0}, + {"ኹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xb9",3,NULL,0,NULL,0}, + {"怮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xae",3,NULL,0,NULL,0}, + {"嫿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xbf",3,NULL,0,NULL,0}, + {"䙄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xb0",3,NULL,0,NULL,0}, + {"簃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x83",3,NULL,0,NULL,0}, + {"ׂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x82",2,NULL,0,NULL,0}, + {"板",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xbf",3,NULL,0,NULL,0}, + {"઀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x80",3,NULL,0,NULL,0}, + {"郘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xae",3,NULL,0,NULL,0}, + {"캽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xbd",3,NULL,0,NULL,0}, + {"瓃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x83",3,NULL,0,NULL,0}, + {"⽓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x93",3,NULL,0,NULL,0}, + {"崞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x9e",3,NULL,0,NULL,0}, + {"歶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xb6",3,NULL,0,NULL,0}, + {"썈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x88",3,NULL,0,NULL,0}, + {"̓",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x93",2,NULL,0,NULL,0}, + {"籟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x9f",3,NULL,0,NULL,0}, + {"⻴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xb4",3,NULL,0,NULL,0}, + {"㚿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xbf",3,NULL,0,NULL,0}, + {"欣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x83",3,NULL,0,NULL,0}, + {"畓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x93",3,NULL,0,NULL,0}, + {"䕧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xa7",3,NULL,0,NULL,0}, + {"냼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xbc",3,NULL,0,NULL,0}, + {"檒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x92",3,NULL,0,NULL,0}, + {"ۭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xad",2,NULL,0,NULL,0}, + {"ᓭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xad",3,NULL,0,NULL,0}, + {"鵿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x89",3,NULL,0,NULL,0}, + {"萘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x98",3,NULL,0,NULL,0}, + {"虗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x8b",3,NULL,0,NULL,0}, + {"ℒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x92",3,NULL,0,NULL,0}, + {"쥊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x8a",3,NULL,0,NULL,0}, + {"냱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xb1",3,NULL,0,NULL,0}, + {"⟌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x8c",3,NULL,0,NULL,0}, + {"늝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x9d",3,NULL,0,NULL,0}, + {"Ⅹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xa9",3,NULL,0,NULL,0}, + {"ᚰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x90",3,NULL,0,NULL,0}, + {"ᡄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x84",3,NULL,0,NULL,0}, + {"⛙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x99",3,NULL,0,NULL,0}, + {"⁆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x86",3,NULL,0,NULL,0}, + {"⫒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x92",3,NULL,0,NULL,0}, + {"ӳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xb3",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xb5",3,NULL,0,NULL,0}, + {"ꅀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x80",3,NULL,0,NULL,0}, + {"錈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x88",3,NULL,0,NULL,0}, + {"칌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x8c",3,NULL,0,NULL,0}, + {"ᣯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xaf",3,NULL,0,NULL,0}, + {"⚂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x82",3,NULL,0,NULL,0}, + {"ꃅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x85",3,NULL,0,NULL,0}, + {"אַ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xae",3,NULL,0,NULL,0}, + {"敼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xbc",3,NULL,0,NULL,0}, + {"均",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x87",3,NULL,0,NULL,0}, + {"곟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x9f",3,NULL,0,NULL,0}, + {"㉕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x95",3,NULL,0,NULL,0}, + {"镺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xba",3,NULL,0,NULL,0}, + {"Ό",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x8c",2,NULL,0,NULL,0}, + {"ᒎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x8e",3,NULL,0,NULL,0}, + {"ٮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xae",2,NULL,0,NULL,0}, + {"졁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x81",3,NULL,0,NULL,0}, + {"Ĩ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xa8",2,NULL,0,NULL,0}, + {"듮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xae",3,NULL,0,NULL,0}, + {"沗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x97",3,NULL,0,NULL,0}, + {"쪃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x83",3,NULL,0,NULL,0}, + {"ꈑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x8b",3,NULL,0,NULL,0}, + {"❛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x9b",3,NULL,0,NULL,0}, + {"‐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x90",3,NULL,0,NULL,0}, + {"陔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x94",3,NULL,0,NULL,0}, + {"⸶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xb6",3,NULL,0,NULL,0}, + {"♨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa8",3,NULL,0,NULL,0}, + {"Ȣ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xa2",2,NULL,0,NULL,0}, + {"⃍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x8d",3,NULL,0,NULL,0}, + {"⡬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xac",3,NULL,0,NULL,0}, + {"䑕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x95",3,NULL,0,NULL,0}, + {"緿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x93",3,NULL,0,NULL,0}, + {"鬁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x81",3,NULL,0,NULL,0}, + {"↱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xb1",3,NULL,0,NULL,0}, + {"ӭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xad",2,NULL,0,NULL,0}, + {"ᗡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x99",3,NULL,0,NULL,0}, + {"Τ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa4",2,NULL,0,NULL,0}, + {"懝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x9d",3,NULL,0,NULL,0}, + {"숵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x9b",3,NULL,0,NULL,0}, + {"ἅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x85",3,NULL,0,NULL,0}, + {"ᨤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xa4",3,NULL,0,NULL,0}, + {"铳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xb3",3,NULL,0,NULL,0}, + {"荄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x84",3,NULL,0,NULL,0}, + {"궊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x8a",3,NULL,0,NULL,0}, + {"晵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xb5",3,NULL,0,NULL,0}, + {"捚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x9a",3,NULL,0,NULL,0}, + {"௪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xaa",3,NULL,0,NULL,0}, + {"貿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xbf",3,NULL,0,NULL,0}, + {"┕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x95",3,NULL,0,NULL,0}, + {"쬆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x86",3,NULL,0,NULL,0}, + {"䡪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xaa",3,NULL,0,NULL,0}, + {"⡒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x92",3,NULL,0,NULL,0}, + {"棪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xaa",3,NULL,0,NULL,0}, + {"ꮘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x98",3,NULL,0,NULL,0}, + {"ꥢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xa2",3,NULL,0,NULL,0}, + {"〜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x9c",3,NULL,0,NULL,0}, + {"ⷉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x89",3,NULL,0,NULL,0}, + {"꣹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xb9",3,NULL,0,NULL,0}, + {"㤤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xa4",3,NULL,0,NULL,0}, + {"䯅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x85",3,NULL,0,NULL,0}, + {"ᐢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xa2",3,NULL,0,NULL,0}, + {"魇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x87",3,NULL,0,NULL,0}, + {"׾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xbe",2,NULL,0,NULL,0}, + {"蚵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xb5",3,NULL,0,NULL,0}, + {"獣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xa7",3,NULL,0,NULL,0}, + {"拑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x91",3,NULL,0,NULL,0}, + {"鴣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xb3",3,NULL,0,NULL,0}, + {"Ⰿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x8f",3,NULL,0,NULL,0}, + {"⨟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x9f",3,NULL,0,NULL,0}, + {"䄖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x96",3,NULL,0,NULL,0}, + {"噙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x99",3,NULL,0,NULL,0}, + {"踎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x8e",3,NULL,0,NULL,0}, + {">",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,">",1,NULL,0,NULL,0}, + {"풎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x8e",3,NULL,0,NULL,0}, + {"읁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x81",3,NULL,0,NULL,0}, + {"踼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xbc",3,NULL,0,NULL,0}, + {"﮲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xb2",3,NULL,0,NULL,0}, + {"胔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x94",3,NULL,0,NULL,0}, + {"粚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x9a",3,NULL,0,NULL,0}, + {"✀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x80",3,NULL,0,NULL,0}, + {"撡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xa1",3,NULL,0,NULL,0}, + {"㈇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x87",3,NULL,0,NULL,0}, + {"Ⳓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x92",3,NULL,0,NULL,0}, + {"쳌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x8c",3,NULL,0,NULL,0}, + {"抗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x97",3,NULL,0,NULL,0}, + {"갼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xbc",3,NULL,0,NULL,0}, + {"攫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xab",3,NULL,0,NULL,0}, + {"䩠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xa0",3,NULL,0,NULL,0}, + {"ꎺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xba",3,NULL,0,NULL,0}, + {"䟃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x83",3,NULL,0,NULL,0}, + {"봆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xaa",3,NULL,0,NULL,0}, + {"洌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x8c",3,NULL,0,NULL,0}, + {"ဣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xa3",3,NULL,0,NULL,0}, + {"㵌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x8c",3,NULL,0,NULL,0}, + {"묓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x93",3,NULL,0,NULL,0}, + {"ꋖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x96",3,NULL,0,NULL,0}, + {"㟖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x96",3,NULL,0,NULL,0}, + {"睑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x91",3,NULL,0,NULL,0}, + {"囪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xaa",3,NULL,0,NULL,0}, + {"밐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x90",3,NULL,0,NULL,0}, + {"௭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xad",3,NULL,0,NULL,0}, + {"ᅈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x88",3,NULL,0,NULL,0}, + {"龞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x9e",3,NULL,0,NULL,0}, + {"弪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xaa",3,NULL,0,NULL,0}, + {"잼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xbc",3,NULL,0,NULL,0}, + {"ø",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb8",2,NULL,0,NULL,0}, + {"鳪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xaa",3,NULL,0,NULL,0}, + {"탍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x8d",3,NULL,0,NULL,0}, + {"愺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xba",3,NULL,0,NULL,0}, + {"煣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xa3",3,NULL,0,NULL,0}, + {"浊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x8a",3,NULL,0,NULL,0}, + {"灵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xb5",3,NULL,0,NULL,0}, + {"蝄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x84",3,NULL,0,NULL,0}, + {"棘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x98",3,NULL,0,NULL,0}, + {"쵃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x83",3,NULL,0,NULL,0}, + {"셐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x90",3,NULL,0,NULL,0}, + {"ᰠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xa0",3,NULL,0,NULL,0}, + {"ꍟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x9f",3,NULL,0,NULL,0}, + {"䪙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x99",3,NULL,0,NULL,0}, + {"턬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x88",3,NULL,0,NULL,0}, + {"㍧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xa7",3,NULL,0,NULL,0}, + {"쳶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x84",3,NULL,0,NULL,0}, + {"塩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xa9",3,NULL,0,NULL,0}, + {"䯱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xb7",3,NULL,0,NULL,0}, + {"㱎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x8e",3,NULL,0,NULL,0}, + {"쾛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x9b",3,NULL,0,NULL,0}, + {"ꇢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8e",3,NULL,0,NULL,0}, + {"Ը",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xb8",2,NULL,0,NULL,0}, + {"㓂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x82",3,NULL,0,NULL,0}, + {"㦔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x94",3,NULL,0,NULL,0}, + {"⬭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xad",3,NULL,0,NULL,0}, + {"Ꞑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x90",3,NULL,0,NULL,0}, + {"ᆟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x94",3,NULL,0,NULL,0}, + {"렩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xa9",3,NULL,0,NULL,0}, + {"뻟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x9f",3,NULL,0,NULL,0}, + {"뱥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xa5",3,NULL,0,NULL,0}, + {"熝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x9d",3,NULL,0,NULL,0}, + {"⮞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x9e",3,NULL,0,NULL,0}, + {"箹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x83",3,NULL,0,NULL,0}, + {"䨛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x9b",3,NULL,0,NULL,0}, + {"蝺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xba",3,NULL,0,NULL,0}, + {"뭞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x90",3,NULL,0,NULL,0}, + {"詏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x8f",3,NULL,0,NULL,0}, + {"窝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x9d",3,NULL,0,NULL,0}, + {"럒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x8c",3,NULL,0,NULL,0}, + {"枪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xaa",3,NULL,0,NULL,0}, + {"⣻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xbb",3,NULL,0,NULL,0}, + {"鬹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xb9",3,NULL,0,NULL,0}, + {"蜍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x8d",3,NULL,0,NULL,0}, + {"䈎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x8e",3,NULL,0,NULL,0}, + {"㨷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xa6",3,NULL,0,NULL,0}, + {"蚎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x8e",3,NULL,0,NULL,0}, + {"䆻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xbb",3,NULL,0,NULL,0}, + {"쏳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xb3",3,NULL,0,NULL,0}, + {"亃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x83",3,NULL,0,NULL,0}, + {"꺜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x9c",3,NULL,0,NULL,0}, + {"墲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xb2",3,NULL,0,NULL,0}, + {"퓠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xa0",3,NULL,0,NULL,0}, + {"浯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xaf",3,NULL,0,NULL,0}, + {"鹺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xba",3,NULL,0,NULL,0}, + {"㥓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x93",3,NULL,0,NULL,0}, + {"텱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xb1",3,NULL,0,NULL,0}, + {"喥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xa5",3,NULL,0,NULL,0}, + {"烆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x86",3,NULL,0,NULL,0}, + {"뮪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbd",3,NULL,0,NULL,0}, + {"筻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xbb",3,NULL,0,NULL,0}, + {"",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x02",1,NULL,0,NULL,0}, + {"渖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x96",3,NULL,0,NULL,0}, + {"㖢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xa2",3,NULL,0,NULL,0}, + {"㸔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x94",3,NULL,0,NULL,0}, + {"틝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x9d",3,NULL,0,NULL,0}, + {"銙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x99",3,NULL,0,NULL,0}, + {"랸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xb8",3,NULL,0,NULL,0}, + {"㭒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x92",3,NULL,0,NULL,0}, + {"齂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x82",3,NULL,0,NULL,0}, + {"柤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xa4",3,NULL,0,NULL,0}, + {"씅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x85",3,NULL,0,NULL,0}, + {"鯊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x8a",3,NULL,0,NULL,0}, + {"禾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xbe",3,NULL,0,NULL,0}, + {"뫅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x85",3,NULL,0,NULL,0}, + {"珶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xb6",3,NULL,0,NULL,0}, + {"똪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xaa",3,NULL,0,NULL,0}, + {"梀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x80",3,NULL,0,NULL,0}, + {"ヲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xa7",3,NULL,0,NULL,0}, + {"욷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xb7",3,NULL,0,NULL,0}, + {"ᖻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xbb",3,NULL,0,NULL,0}, + {"䵗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x97",3,NULL,0,NULL,0}, + {"㞄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x84",3,NULL,0,NULL,0}, + {"潭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x85",3,NULL,0,NULL,0}, + {"綍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x8d",3,NULL,0,NULL,0}, + {"謻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xbb",3,NULL,0,NULL,0}, + {"匷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xb7",3,NULL,0,NULL,0}, + {"퇚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x9a",3,NULL,0,NULL,0}, + {"굈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x88",3,NULL,0,NULL,0}, + {"偃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x83",3,NULL,0,NULL,0}, + {"勲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xaf",3,NULL,0,NULL,0}, + {"콗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xa2",3,NULL,0,NULL,0}, + {"펫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x8b",3,NULL,0,NULL,0}, + {"봻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xbb",3,NULL,0,NULL,0}, + {"秿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xbf",3,NULL,0,NULL,0}, + {"玞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x9e",3,NULL,0,NULL,0}, + {"漶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xb6",3,NULL,0,NULL,0}, + {"惱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xb1",3,NULL,0,NULL,0}, + {"ﵳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xa2",3,NULL,0,NULL,0}, + {"椇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x87",3,NULL,0,NULL,0}, + {"瓿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xbf",3,NULL,0,NULL,0}, + {"㣓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x93",3,NULL,0,NULL,0}, + {"细",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x86",3,NULL,0,NULL,0}, + {"謭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xad",3,NULL,0,NULL,0}, + {"߂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x82",2,NULL,0,NULL,0}, + {"뚗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x97",3,NULL,0,NULL,0}, + {"뢄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x84",3,NULL,0,NULL,0}, + {"卹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xb9",3,NULL,0,NULL,0}, + {"湮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x94",3,NULL,0,NULL,0}, + {"⨡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x9e",3,NULL,0,NULL,0}, + {"设",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xbe",3,NULL,0,NULL,0}, + {"礖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x96",3,NULL,0,NULL,0}, + {"⼛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x9b",3,NULL,0,NULL,0}, + {"뒆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xbf",3,NULL,0,NULL,0}, + {"仴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xb4",3,NULL,0,NULL,0}, + {"ঃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x83",3,NULL,0,NULL,0}, + {"쾖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x96",3,NULL,0,NULL,0}, + {"呁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x81",3,NULL,0,NULL,0}, + {"ස",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x83",3,NULL,0,NULL,0}, + {"訿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xbf",3,NULL,0,NULL,0}, + {"홃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x83",3,NULL,0,NULL,0}, + {"㯡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x96",3,NULL,0,NULL,0}, + {"慚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x9a",3,NULL,0,NULL,0}, + {"哟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x9f",3,NULL,0,NULL,0}, + {"퐂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x82",3,NULL,0,NULL,0}, + {"悀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x80",3,NULL,0,NULL,0}, + {"媛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x9b",3,NULL,0,NULL,0}, + {"ﲝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x9d",3,NULL,0,NULL,0}, + {"狵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xb5",3,NULL,0,NULL,0}, + {"ꫢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xa2",3,NULL,0,NULL,0}, + {"靽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xbd",3,NULL,0,NULL,0}, + {"羽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xbd",3,NULL,0,NULL,0}, + {"嵍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x8d",3,NULL,0,NULL,0}, + {"⪻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x9b",3,NULL,0,NULL,0}, + {"ᶶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xb6",3,NULL,0,NULL,0}, + {"㰮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xae",3,NULL,0,NULL,0}, + {"餤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xa4",3,NULL,0,NULL,0}, + {"鋱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xb4",3,NULL,0,NULL,0}, + {"屝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x9d",3,NULL,0,NULL,0}, + {"㰗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x97",3,NULL,0,NULL,0}, + {"꛸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x93",3,NULL,0,NULL,0}, + {"ㆢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xa2",3,NULL,0,NULL,0}, + {"딇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x87",3,NULL,0,NULL,0}, + {"㷃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x83",3,NULL,0,NULL,0}, + {"৬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x85",3,NULL,0,NULL,0}, + {"낉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x89",3,NULL,0,NULL,0}, + {"槅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x85",3,NULL,0,NULL,0}, + {"롐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x90",3,NULL,0,NULL,0}, + {"猫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xab",3,NULL,0,NULL,0}, + {"⺝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x9d",3,NULL,0,NULL,0}, + {"汈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x88",3,NULL,0,NULL,0}, + {"쩪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xaa",3,NULL,0,NULL,0}, + {"辆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x86",3,NULL,0,NULL,0}, + {"待",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x85",3,NULL,0,NULL,0}, + {"再",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x8d",3,NULL,0,NULL,0}, + {"눥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xa5",3,NULL,0,NULL,0}, + {"ᒆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x86",3,NULL,0,NULL,0}, + {"峆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x85",3,NULL,0,NULL,0}, + {"ᣎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x8e",3,NULL,0,NULL,0}, + {"乘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x98",3,NULL,0,NULL,0}, + {"ᷴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xb4",3,NULL,0,NULL,0}, + {"馣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xa3",3,NULL,0,NULL,0}, + {"ꪙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x99",3,NULL,0,NULL,0}, + {"췦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xa6",3,NULL,0,NULL,0}, + {"ퟔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x94",3,NULL,0,NULL,0}, + {"艃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x83",3,NULL,0,NULL,0}, + {"୫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xab",3,NULL,0,NULL,0}, + {"醂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x82",3,NULL,0,NULL,0}, + {"짇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x87",3,NULL,0,NULL,0}, + {"ꐞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x9e",3,NULL,0,NULL,0}, + {"﨔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x94",3,NULL,0,NULL,0}, + {"蝹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x8a",3,NULL,0,NULL,0}, + {"䪀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x80",3,NULL,0,NULL,0}, + {"핓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x93",3,NULL,0,NULL,0}, + {"ꋺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xba",3,NULL,0,NULL,0}, + {"㾋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x8b",3,NULL,0,NULL,0}, + {"뜹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x95",3,NULL,0,NULL,0}, + {"ﴥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xa5",3,NULL,0,NULL,0}, + {"㸴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xb4",3,NULL,0,NULL,0}, + {"釡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xa1",3,NULL,0,NULL,0}, + {"돀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x80",3,NULL,0,NULL,0}, + {"Ţ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa2",2,NULL,0,NULL,0}, + {"폤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xa4",3,NULL,0,NULL,0}, + {"ㆁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x81",3,NULL,0,NULL,0}, + {"乆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x86",3,NULL,0,NULL,0}, + {"苙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x99",3,NULL,0,NULL,0}, + {"᫓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x93",3,NULL,0,NULL,0}, + {"䡭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xad",3,NULL,0,NULL,0}, + {"뎃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x83",3,NULL,0,NULL,0}, + {"᝸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xb8",3,NULL,0,NULL,0}, + {"䃂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x82",3,NULL,0,NULL,0}, + {"䐠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xa0",3,NULL,0,NULL,0}, + {"삙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x99",3,NULL,0,NULL,0}, + {"ヾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xbe",3,NULL,0,NULL,0}, + {"螶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x90",3,NULL,0,NULL,0}, + {"珏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x8f",3,NULL,0,NULL,0}, + {"ᾝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x9d",3,NULL,0,NULL,0}, + {"ﻎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x8e",3,NULL,0,NULL,0}, + {"군",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xb0",3,NULL,0,NULL,0}, + {"뇶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x94",3,NULL,0,NULL,0}, + {"긟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x9f",3,NULL,0,NULL,0}, + {"ࢩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xa9",3,NULL,0,NULL,0}, + {"鋔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x94",3,NULL,0,NULL,0}, + {"∁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x81",3,NULL,0,NULL,0}, + {"燤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xa4",3,NULL,0,NULL,0}, + {"ﰆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x86",3,NULL,0,NULL,0}, + {"ौ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x8c",3,NULL,0,NULL,0}, + {"ꒋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x8b",3,NULL,0,NULL,0}, + {"櫑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x91",3,NULL,0,NULL,0}, + {"쨈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x89",3,NULL,0,NULL,0}, + {"⇔",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x94",3,NULL,0,NULL,0}, + {"巠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xa0",3,NULL,0,NULL,0}, + {"㼄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x84",3,NULL,0,NULL,0}, + {"㒊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x8a",3,NULL,0,NULL,0}, + {"凉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xb9",3,NULL,0,NULL,0}, + {"⧤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x87",3,NULL,0,NULL,0}, + {"偤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xa4",3,NULL,0,NULL,0}, + {"帩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xa6",3,NULL,0,NULL,0}, + {"窬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xac",3,NULL,0,NULL,0}, + {"퇬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x98",3,NULL,0,NULL,0}, + {"왡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xa1",3,NULL,0,NULL,0}, + {"耏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x8f",3,NULL,0,NULL,0}, + {"쮫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xab",3,NULL,0,NULL,0}, + {"䌅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x85",3,NULL,0,NULL,0}, + {"ヰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb0",3,NULL,0,NULL,0}, + {"夗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x97",3,NULL,0,NULL,0}, + {"婆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x86",3,NULL,0,NULL,0}, + {"᫾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xbe",3,NULL,0,NULL,0}, + {"댤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xa4",3,NULL,0,NULL,0}, + {"䘒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x92",3,NULL,0,NULL,0}, + {"嶥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xa5",3,NULL,0,NULL,0}, + {"䥝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x9d",3,NULL,0,NULL,0}, + {"邒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x92",3,NULL,0,NULL,0}, + {"⽉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x89",3,NULL,0,NULL,0}, + {"崦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xa6",3,NULL,0,NULL,0}, + {"籍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x8d",3,NULL,0,NULL,0}, + {"⒠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xa0",3,NULL,0,NULL,0}, + {"⊗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x97",3,NULL,0,NULL,0}, + {"ꄎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x8e",3,NULL,0,NULL,0}, + {"瀽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x9a",3,NULL,0,NULL,0}, + {"㜤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x95",3,NULL,0,NULL,0}, + {"磧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xa7",3,NULL,0,NULL,0}, + {"셠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xa0",3,NULL,0,NULL,0}, + {"᎘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x98",3,NULL,0,NULL,0}, + {"⼺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xba",3,NULL,0,NULL,0}, + {"֘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x98",2,NULL,0,NULL,0}, + {"痠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xa0",3,NULL,0,NULL,0}, + {"휒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x92",3,NULL,0,NULL,0}, + {"橠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xa0",3,NULL,0,NULL,0}, + {"䶄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x93",3,NULL,0,NULL,0}, + {"處",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xa3",3,NULL,0,NULL,0}, + {"泎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x8e",3,NULL,0,NULL,0}, + {"햞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xaf",3,NULL,0,NULL,0}, + {"筛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x91",3,NULL,0,NULL,0}, + {"䙌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x99",3,NULL,0,NULL,0}, + {"᳍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x8d",3,NULL,0,NULL,0}, + {"䌰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xb0",3,NULL,0,NULL,0}, + {"霒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x92",3,NULL,0,NULL,0}, + {"쬤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xa4",3,NULL,0,NULL,0}, + {"姳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xba",3,NULL,0,NULL,0}, + {"캷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xb7",3,NULL,0,NULL,0}, + {"툿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xbf",3,NULL,0,NULL,0}, + {"ܖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x96",2,NULL,0,NULL,0}, + {"摑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x91",3,NULL,0,NULL,0}, + {"聰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xb0",3,NULL,0,NULL,0}, + {"᣽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xbd",3,NULL,0,NULL,0}, + {"囶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xb6",3,NULL,0,NULL,0}, + {"㌫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xab",3,NULL,0,NULL,0}, + {"␙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x99",3,NULL,0,NULL,0}, + {"⌀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x80",3,NULL,0,NULL,0}, + {"㌮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xae",3,NULL,0,NULL,0}, + {"㛵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x96",3,NULL,0,NULL,0}, + {"髫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xab",3,NULL,0,NULL,0}, + {"七",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x83",3,NULL,0,NULL,0}, + {"ۧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xa7",2,NULL,0,NULL,0}, + {"섗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x97",3,NULL,0,NULL,0}, + {"畡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xa1",3,NULL,0,NULL,0}, + {"괚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x9a",3,NULL,0,NULL,0}, + {"铿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xbf",3,NULL,0,NULL,0}, + {"샧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xa7",3,NULL,0,NULL,0}, + {"⩦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xa6",3,NULL,0,NULL,0}, + {"ꯃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x83",3,NULL,0,NULL,0}, + {"Ѝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x8d",2,NULL,0,NULL,0}, + {"⫶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xb6",3,NULL,0,NULL,0}, + {"ƫ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xab",2,NULL,0,NULL,0}, + {"ઽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xbd",3,NULL,0,NULL,0}, + {"큔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x94",3,NULL,0,NULL,0}, + {"䑏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x8f",3,NULL,0,NULL,0}, + {"๥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xa5",3,NULL,0,NULL,0}, + {"ႊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x8a",3,NULL,0,NULL,0}, + {"⤷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xb7",3,NULL,0,NULL,0}, + {"뾠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xa0",3,NULL,0,NULL,0}, + {"ᙜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x9c",3,NULL,0,NULL,0}, + {"⎟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xa2",3,NULL,0,NULL,0}, + {"㩪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xaa",3,NULL,0,NULL,0}, + {"坕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x98",3,NULL,0,NULL,0}, + {"铱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xb1",3,NULL,0,NULL,0}, + {"᭥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xa5",3,NULL,0,NULL,0}, + {"项",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xb9",3,NULL,0,NULL,0}, + {"挲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xb2",3,NULL,0,NULL,0}, + {"ꈓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x80",3,NULL,0,NULL,0}, + {"揥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xa5",3,NULL,0,NULL,0}, + {"钺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xba",3,NULL,0,NULL,0}, + {"Ⓓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x86",3,NULL,0,NULL,0}, + {"㮉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x89",3,NULL,0,NULL,0}, + {"镯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x99",3,NULL,0,NULL,0}, + {"䩋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x8b",3,NULL,0,NULL,0}, + {"柡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xa1",3,NULL,0,NULL,0}, + {"躣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xa3",3,NULL,0,NULL,0}, + {"簋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xb5",3,NULL,0,NULL,0}, + {"⠱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xb1",3,NULL,0,NULL,0}, + {"⩍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x8d",3,NULL,0,NULL,0}, + {"솲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xb2",3,NULL,0,NULL,0}, + {"䭚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x9a",3,NULL,0,NULL,0}, + {"࿽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xbd",3,NULL,0,NULL,0}, + {"ჷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xb7",3,NULL,0,NULL,0}, + {"牚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x9a",3,NULL,0,NULL,0}, + {"숧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xa7",3,NULL,0,NULL,0}, + {"멌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x8c",3,NULL,0,NULL,0}, + {"ꨳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xb3",3,NULL,0,NULL,0}, + {"㞥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xa5",3,NULL,0,NULL,0}, + {"ꦌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x8c",3,NULL,0,NULL,0}, + {"䄿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x82",3,NULL,0,NULL,0}, + {"⯽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xbd",3,NULL,0,NULL,0}, + {"挾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xbe",3,NULL,0,NULL,0}, + {"못",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xbb",3,NULL,0,NULL,0}, + {"Ṅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x84",3,NULL,0,NULL,0}, + {"䎂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x82",3,NULL,0,NULL,0}, + {"嗮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xae",3,NULL,0,NULL,0}, + {"졺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xba",3,NULL,0,NULL,0}, + {"⧗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x97",3,NULL,0,NULL,0}, + {"㋓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x93",3,NULL,0,NULL,0}, + {"ꕾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xbe",3,NULL,0,NULL,0}, + {"௳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xb3",3,NULL,0,NULL,0}, + {"肼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xbc",3,NULL,0,NULL,0}, + {"喟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x9f",3,NULL,0,NULL,0}, + {"⪃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x83",3,NULL,0,NULL,0}, + {"Ĝ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x9c",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xb0",3,NULL,0,NULL,0}, + {"㉾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xbe",3,NULL,0,NULL,0}, + {"䪴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xb4",3,NULL,0,NULL,0}, + {"礚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x9a",3,NULL,0,NULL,0}, + {"蹴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xb1",3,NULL,0,NULL,0}, + {"䙲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xb2",3,NULL,0,NULL,0}, + {"騜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x9c",3,NULL,0,NULL,0}, + {"桑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x91",3,NULL,0,NULL,0}, + {"獑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x91",3,NULL,0,NULL,0}, + {"䀖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x96",3,NULL,0,NULL,0}, + {"逮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xae",3,NULL,0,NULL,0}, + {"㵈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8c",3,NULL,0,NULL,0}, + {"⷇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x87",3,NULL,0,NULL,0}, + {"鵓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x93",3,NULL,0,NULL,0}, + {"㬇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x87",3,NULL,0,NULL,0}, + {"걕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x95",3,NULL,0,NULL,0}, + {"䄦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xa6",3,NULL,0,NULL,0}, + {"ದ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xad",3,NULL,0,NULL,0}, + {"暡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xa1",3,NULL,0,NULL,0}, + {"㢮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xae",3,NULL,0,NULL,0}, + {"洄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x84",3,NULL,0,NULL,0}, + {"噣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xa4",3,NULL,0,NULL,0}, + {"䰫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xab",3,NULL,0,NULL,0}, + {"ɳ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xb3",2,NULL,0,NULL,0}, + {"잃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x83",3,NULL,0,NULL,0}, + {"私",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x81",3,NULL,0,NULL,0}, + {"켈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x88",3,NULL,0,NULL,0}, + {"ኇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x87",3,NULL,0,NULL,0}, + {"୅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x85",3,NULL,0,NULL,0}, + {"庋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x8b",3,NULL,0,NULL,0}, + {"曘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x98",3,NULL,0,NULL,0}, + {"㢕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x95",3,NULL,0,NULL,0}, + {"氂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x82",3,NULL,0,NULL,0}, + {"観",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xb3",3,NULL,0,NULL,0}, + {"吜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x9c",3,NULL,0,NULL,0}, + {"杭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xb4",3,NULL,0,NULL,0}, + {"ꣅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x85",3,NULL,0,NULL,0}, + {"齲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xb2",3,NULL,0,NULL,0}, + {"䳙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x99",3,NULL,0,NULL,0}, + {"ꀙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x99",3,NULL,0,NULL,0}, + {"彑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x91",3,NULL,0,NULL,0}, + {"꟏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x8f",3,NULL,0,NULL,0}, + {"ฐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x90",3,NULL,0,NULL,0}, + {"̆",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x86",2,NULL,0,NULL,0}, + {"횀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x80",3,NULL,0,NULL,0}, + {"輜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x9c",3,NULL,0,NULL,0}, + {"ꨇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x87",3,NULL,0,NULL,0}, + {"顄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x84",3,NULL,0,NULL,0}, + {"鶔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x94",3,NULL,0,NULL,0}, + {"മ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xae",3,NULL,0,NULL,0}, + {"턴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xb4",3,NULL,0,NULL,0}, + {"䆶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xb6",3,NULL,0,NULL,0}, + {"蝈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x88",3,NULL,0,NULL,0}, + {"跰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xb0",3,NULL,0,NULL,0}, + {"혽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xa9",3,NULL,0,NULL,0}, + {"뿵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xb5",3,NULL,0,NULL,0}, + {"鸛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x9b",3,NULL,0,NULL,0}, + {"鑗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x97",3,NULL,0,NULL,0}, + {"ﳻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xbb",3,NULL,0,NULL,0}, + {"煝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x9d",3,NULL,0,NULL,0}, + {"筬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xac",3,NULL,0,NULL,0}, + {"ꖈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x88",3,NULL,0,NULL,0}, + {"릪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xaa",3,NULL,0,NULL,0}, + {"ᅀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x80",3,NULL,0,NULL,0}, + {"ꉛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x9b",3,NULL,0,NULL,0}, + {"䬌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x8c",3,NULL,0,NULL,0}, + {"貕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x95",3,NULL,0,NULL,0}, + {"訤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xa4",3,NULL,0,NULL,0}, + {"ꞈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x88",3,NULL,0,NULL,0}, + {"煩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x94",3,NULL,0,NULL,0}, + {"誣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xa4",3,NULL,0,NULL,0}, + {"썛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x9b",3,NULL,0,NULL,0}, + {"깑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x91",3,NULL,0,NULL,0}, + {"滆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x86",3,NULL,0,NULL,0}, + {"塣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xa3",3,NULL,0,NULL,0}, + {"೓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x93",3,NULL,0,NULL,0}, + {"劋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x8b",3,NULL,0,NULL,0}, + {"਌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x97",3,NULL,0,NULL,0}, + {"赩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xa9",3,NULL,0,NULL,0}, + {"鰳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xb3",3,NULL,0,NULL,0}, + {"픿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xbf",3,NULL,0,NULL,0}, + {"咍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x8d",3,NULL,0,NULL,0}, + {"薥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xa5",3,NULL,0,NULL,0}, + {"ு",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x81",3,NULL,0,NULL,0}, + {"꾛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x9b",3,NULL,0,NULL,0}, + {"鈜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x9c",3,NULL,0,NULL,0}, + {"渦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xa6",3,NULL,0,NULL,0}, + {"蠿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xbf",3,NULL,0,NULL,0}, + {"䁆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x86",3,NULL,0,NULL,0}, + {"䮥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xa5",3,NULL,0,NULL,0}, + {"츟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x9f",3,NULL,0,NULL,0}, + {"ᳳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xb3",3,NULL,0,NULL,0}, + {"裚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x9a",3,NULL,0,NULL,0}, + {"筹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xb9",3,NULL,0,NULL,0}, + {"묪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xaa",3,NULL,0,NULL,0}, + {"ட",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x8c",3,NULL,0,NULL,0}, + {"핶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xb6",3,NULL,0,NULL,0}, + {"业",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x9a",3,NULL,0,NULL,0}, + {"û",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbb",2,NULL,0,NULL,0}, + {"䳂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x82",3,NULL,0,NULL,0}, + {"뵱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xb1",3,NULL,0,NULL,0}, + {"꘧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xa7",3,NULL,0,NULL,0}, + {"枆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x86",3,NULL,0,NULL,0}, + {"祯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xaf",3,NULL,0,NULL,0}, + {"糏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x8f",3,NULL,0,NULL,0}, + {"붲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x87",3,NULL,0,NULL,0}, + {"栣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xb1",3,NULL,0,NULL,0}, + {"滰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xb0",3,NULL,0,NULL,0}, + {"㟯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xaf",3,NULL,0,NULL,0}, + {"乱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xb1",3,NULL,0,NULL,0}, + {"ﴫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xab",3,NULL,0,NULL,0}, + {"贿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xbf",3,NULL,0,NULL,0}, + {"匧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xa7",3,NULL,0,NULL,0}, + {"必",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xb3",3,NULL,0,NULL,0}, + {"㤁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x81",3,NULL,0,NULL,0}, + {"昱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xb1",3,NULL,0,NULL,0}, + {"쎤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xa4",3,NULL,0,NULL,0}, + {"互",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xb6",3,NULL,0,NULL,0}, + {"ᕬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xac",3,NULL,0,NULL,0}, + {"ꟺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xba",3,NULL,0,NULL,0}, + {"뉵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xb5",3,NULL,0,NULL,0}, + {"慬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xac",3,NULL,0,NULL,0}, + {"銛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x9b",3,NULL,0,NULL,0}, + {"俲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xb2",3,NULL,0,NULL,0}, + {"㾭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xba",3,NULL,0,NULL,0}, + {"볈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x88",3,NULL,0,NULL,0}, + {"倻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xbb",3,NULL,0,NULL,0}, + {"襇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x87",3,NULL,0,NULL,0}, + {"퍟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x9f",3,NULL,0,NULL,0}, + {"萅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x85",3,NULL,0,NULL,0}, + {"芠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xa0",3,NULL,0,NULL,0}, + {"翶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xb6",3,NULL,0,NULL,0}, + {"ồ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x93",3,NULL,0,NULL,0}, + {"潷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xb7",3,NULL,0,NULL,0}, + {"ﶜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x9c",3,NULL,0,NULL,0}, + {"瓣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xa3",3,NULL,0,NULL,0}, + {"떀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x9f",3,NULL,0,NULL,0}, + {"빾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xbe",3,NULL,0,NULL,0}, + {"璞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x9e",3,NULL,0,NULL,0}, + {"뗗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x97",3,NULL,0,NULL,0}, + {"偉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x89",3,NULL,0,NULL,0}, + {"僚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x9a",3,NULL,0,NULL,0}, + {"놸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xb8",3,NULL,0,NULL,0}, + {"ᜰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xb0",3,NULL,0,NULL,0}, + {"ͪ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xaa",2,NULL,0,NULL,0}, + {"죲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xb2",3,NULL,0,NULL,0}, + {"꙯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xaf",3,NULL,0,NULL,0}, + {"씡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xa1",3,NULL,0,NULL,0}, + {"ఋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x8b",3,NULL,0,NULL,0}, + {"뎞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x9e",3,NULL,0,NULL,0}, + {"㍬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xac",3,NULL,0,NULL,0}, + {"叄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xa7",3,NULL,0,NULL,0}, + {"兰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xb0",3,NULL,0,NULL,0}, + {"ⳛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x9b",3,NULL,0,NULL,0}, + {"엩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xa9",3,NULL,0,NULL,0}, + {"힜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x9c",3,NULL,0,NULL,0}, + {"ᒥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa5",3,NULL,0,NULL,0}, + {"ᐨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xa8",3,NULL,0,NULL,0}, + {"ﺃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xa1",3,NULL,0,NULL,0}, + {"ᠤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xa4",3,NULL,0,NULL,0}, + {"ṑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x91",3,NULL,0,NULL,0}, + {"舀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x8e",3,NULL,0,NULL,0}, + {"㴵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xb5",3,NULL,0,NULL,0}, + {"羛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x9b",3,NULL,0,NULL,0}, + {"ಆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x86",3,NULL,0,NULL,0}, + {"䯮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xae",3,NULL,0,NULL,0}, + {"鄤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xa4",3,NULL,0,NULL,0}, + {"飗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x97",3,NULL,0,NULL,0}, + {"䄻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x99",3,NULL,0,NULL,0}, + {"♙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x99",3,NULL,0,NULL,0}, + {"鋣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xba",3,NULL,0,NULL,0}, + {"᷂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x82",3,NULL,0,NULL,0}, + {"3",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3",1,NULL,0,NULL,0}, + {"⼡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xa1",3,NULL,0,NULL,0}, + {"岨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xbd",3,NULL,0,NULL,0}, + {"옪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xae",3,NULL,0,NULL,0}, + {"ꂬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xac",3,NULL,0,NULL,0}, + {"彏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xb4",3,NULL,0,NULL,0}, + {"鎠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xa0",3,NULL,0,NULL,0}, + {"㯣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xa3",3,NULL,0,NULL,0}, + {"ᵈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x88",3,NULL,0,NULL,0}, + {"벢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xa2",3,NULL,0,NULL,0}, + {"槺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xba",3,NULL,0,NULL,0}, + {"ጱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xb1",3,NULL,0,NULL,0}, + {"硟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x9f",3,NULL,0,NULL,0}, + {"ㇸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xb8",3,NULL,0,NULL,0}, + {"聜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x9c",3,NULL,0,NULL,0}, + {"㫚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x9a",3,NULL,0,NULL,0}, + {"酤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xa4",3,NULL,0,NULL,0}, + {"᳀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x80",3,NULL,0,NULL,0}, + {"니",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x88",3,NULL,0,NULL,0}, + {"↔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x9a",3,NULL,0,NULL,0}, + {"狷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xb7",3,NULL,0,NULL,0}, + {"﷼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xae",3,NULL,0,NULL,0}, + {"꫖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x96",3,NULL,0,NULL,0}, + {"㵠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xa0",3,NULL,0,NULL,0}, + {"⪩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xa9",3,NULL,0,NULL,0}, + {"佝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x9d",3,NULL,0,NULL,0}, + {"Ƿ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xb7",2,NULL,0,NULL,0}, + {"蓍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x8d",3,NULL,0,NULL,0}, + {"⡃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x83",3,NULL,0,NULL,0}, + {"乐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x90",3,NULL,0,NULL,0}, + {"ᚍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x8d",3,NULL,0,NULL,0}, + {"ﭛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x9b",3,NULL,0,NULL,0}, + {"屧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xa7",3,NULL,0,NULL,0}, + {"ꮥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xa5",3,NULL,0,NULL,0}, + {"䁼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xbc",3,NULL,0,NULL,0}, + {"䥇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x87",3,NULL,0,NULL,0}, + {"ힶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xb6",3,NULL,0,NULL,0}, + {"敗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x97",3,NULL,0,NULL,0}, + {"纇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x87",3,NULL,0,NULL,0}, + {"㷁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x81",3,NULL,0,NULL,0}, + {"短",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xad",3,NULL,0,NULL,0}, + {"ꀭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xad",3,NULL,0,NULL,0}, + {"䀂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x82",3,NULL,0,NULL,0}, + {"㎤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xa4",3,NULL,0,NULL,0}, + {"釫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xab",3,NULL,0,NULL,0}, + {"䗕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x95",3,NULL,0,NULL,0}, + {"㐃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x83",3,NULL,0,NULL,0}, + {"ꌞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x9e",3,NULL,0,NULL,0}, + {"菜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x9c",3,NULL,0,NULL,0}, + {"緷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xb7",3,NULL,0,NULL,0}, + {"缧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xa7",3,NULL,0,NULL,0}, + {"赐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x91",3,NULL,0,NULL,0}, + {"瑆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x86",3,NULL,0,NULL,0}, + {"쬛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x9b",3,NULL,0,NULL,0}, + {"ꄵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xb5",3,NULL,0,NULL,0}, + {"病",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x85",3,NULL,0,NULL,0}, + {"ﮡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xa1",3,NULL,0,NULL,0}, + {"⟶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xb6",3,NULL,0,NULL,0}, + {"୹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xb9",3,NULL,0,NULL,0}, + {"⇜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x9c",3,NULL,0,NULL,0}, + {"⿐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x90",3,NULL,0,NULL,0}, + {"琉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x8c",3,NULL,0,NULL,0}, + {"㾑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x98",3,NULL,0,NULL,0}, + {"앹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x97",3,NULL,0,NULL,0}, + {"š",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa1",2,NULL,0,NULL,0}, + {"㨰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xb0",3,NULL,0,NULL,0}, + {"䍫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xab",3,NULL,0,NULL,0}, + {"护",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xa4",3,NULL,0,NULL,0}, + {"Ĵ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xb4",2,NULL,0,NULL,0}, + {"堽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x95",3,NULL,0,NULL,0}, + {"꽝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x9d",3,NULL,0,NULL,0}, + {"ਖ਼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x99",3,NULL,0,NULL,0}, + {"찲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xb2",3,NULL,0,NULL,0}, + {"㭂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x97",3,NULL,0,NULL,0}, + {"ς",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x82",2,NULL,0,NULL,0}, + {"ᑘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x98",3,NULL,0,NULL,0}, + {"덹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xb7",3,NULL,0,NULL,0}, + {"ថ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x90",3,NULL,0,NULL,0}, + {"◽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xbd",3,NULL,0,NULL,0}, + {"奫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xab",3,NULL,0,NULL,0}, + {"湵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xb5",3,NULL,0,NULL,0}, + {"ﯟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x9f",3,NULL,0,NULL,0}, + {"嶟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x9f",3,NULL,0,NULL,0}, + {"᠅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x85",3,NULL,0,NULL,0}, + {"▌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xb3",3,NULL,0,NULL,0}, + {"畸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xb8",3,NULL,0,NULL,0}, + {"㊫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xab",3,NULL,0,NULL,0}, + {"㲢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xa2",3,NULL,0,NULL,0}, + {"쇛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x9b",3,NULL,0,NULL,0}, + {"箞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x9e",3,NULL,0,NULL,0}, + {"ꆡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xa1",3,NULL,0,NULL,0}, + {"瘝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x9d",3,NULL,0,NULL,0}, + {"᏿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xbf",3,NULL,0,NULL,0}, + {"⇧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xa7",3,NULL,0,NULL,0}, + {"櫳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x93",3,NULL,0,NULL,0}, + {"䛕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x95",3,NULL,0,NULL,0}, + {"᦯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xaf",3,NULL,0,NULL,0}, + {"洱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x84",3,NULL,0,NULL,0}, + {"宷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xb7",3,NULL,0,NULL,0}, + {"磥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xa5",3,NULL,0,NULL,0}, + {"䏔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xbb",3,NULL,0,NULL,0}, + {"૔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x94",3,NULL,0,NULL,0}, + {"샍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xa4",3,NULL,0,NULL,0}, + {"㯑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x91",3,NULL,0,NULL,0}, + {"⦟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x9f",3,NULL,0,NULL,0}, + {"䗮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xae",3,NULL,0,NULL,0}, + {"ԣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xa3",2,NULL,0,NULL,0}, + {"ݽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xbd",2,NULL,0,NULL,0}, + {"귯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xaf",3,NULL,0,NULL,0}, + {"❶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xb6",3,NULL,0,NULL,0}, + {"쾂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x82",3,NULL,0,NULL,0}, + {"ᆸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb8",3,NULL,0,NULL,0}, + {"㙮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xae",3,NULL,0,NULL,0}, + {"坮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xae",3,NULL,0,NULL,0}, + {"ᦺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xba",3,NULL,0,NULL,0}, + {"⊍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x8d",3,NULL,0,NULL,0}, + {"葺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xba",3,NULL,0,NULL,0}, + {"ꁿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x87",3,NULL,0,NULL,0}, + {"闣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xa3",3,NULL,0,NULL,0}, + {"腳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xb3",3,NULL,0,NULL,0}, + {"逑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x91",3,NULL,0,NULL,0}, + {"ꏟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x9f",3,NULL,0,NULL,0}, + {"椠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xa0",3,NULL,0,NULL,0}, + {"쵦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xa6",3,NULL,0,NULL,0}, + {"म",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xae",3,NULL,0,NULL,0}, + {"怟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x9f",3,NULL,0,NULL,0}, + {"넌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x8c",3,NULL,0,NULL,0}, + {"ꎈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x88",3,NULL,0,NULL,0}, + {"ᩖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x96",3,NULL,0,NULL,0}, + {"╜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x9c",3,NULL,0,NULL,0}, + {"䲻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xbb",3,NULL,0,NULL,0}, + {"嬚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x9a",3,NULL,0,NULL,0}, + {"泚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x9a",3,NULL,0,NULL,0}, + {"ꈾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xbe",3,NULL,0,NULL,0}, + {"쳃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x83",3,NULL,0,NULL,0}, + {"겵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xb5",3,NULL,0,NULL,0}, + {"쁆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x86",3,NULL,0,NULL,0}, + {"굠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xa0",3,NULL,0,NULL,0}, + {"ᤶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xb6",3,NULL,0,NULL,0}, + {"Җ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x96",2,NULL,0,NULL,0}, + {"㻩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xa9",3,NULL,0,NULL,0}, + {"㥨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xa8",3,NULL,0,NULL,0}, + {"的",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x84",3,NULL,0,NULL,0}, + {"웖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x96",3,NULL,0,NULL,0}, + {"貂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x82",3,NULL,0,NULL,0}, + {"摣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xa3",3,NULL,0,NULL,0}, + {"ӄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x84",2,NULL,0,NULL,0}, + {"퀛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x9b",3,NULL,0,NULL,0}, + {"믃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x83",3,NULL,0,NULL,0}, + {"ホ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x81",3,NULL,0,NULL,0}, + {"༄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x84",3,NULL,0,NULL,0}, + {"뺨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xa8",3,NULL,0,NULL,0}, + {"䔠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xa0",3,NULL,0,NULL,0}, + {"⤛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xb3",3,NULL,0,NULL,0}, + {"蝩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xa9",3,NULL,0,NULL,0}, + {"഍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xa6",3,NULL,0,NULL,0}, + {"髙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x99",3,NULL,0,NULL,0}, + {"⣖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x96",3,NULL,0,NULL,0}, + {"䊜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x9c",3,NULL,0,NULL,0}, + {"劜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x9c",3,NULL,0,NULL,0}, + {"ۇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x87",2,NULL,0,NULL,0}, + {"e",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"蛢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xa2",3,NULL,0,NULL,0}, + {"꺀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x80",3,NULL,0,NULL,0}, + {"묆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x86",3,NULL,0,NULL,0}, + {"ꉼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xbc",3,NULL,0,NULL,0}, + {"㨃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x83",3,NULL,0,NULL,0}, + {"墎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x8e",3,NULL,0,NULL,0}, + {"韒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x92",3,NULL,0,NULL,0}, + {"괦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xa6",3,NULL,0,NULL,0}, + {"笣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xa3",3,NULL,0,NULL,0}, + {"儁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x81",3,NULL,0,NULL,0}, + {"颩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xa9",3,NULL,0,NULL,0}, + {"蚡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xa1",3,NULL,0,NULL,0}, + {"㔟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x88",3,NULL,0,NULL,0}, + {"壅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x85",3,NULL,0,NULL,0}, + {"Ⓥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x8b",3,NULL,0,NULL,0}, + {"†",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa0",3,NULL,0,NULL,0}, + {"箤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xa4",3,NULL,0,NULL,0}, + {"蕅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x85",3,NULL,0,NULL,0}, + {"嘶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xb6",3,NULL,0,NULL,0}, + {"綦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xa6",3,NULL,0,NULL,0}, + {"ྒྷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x93",3,NULL,0,NULL,0}, + {"蔨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xa8",3,NULL,0,NULL,0}, + {"퇠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xa0",3,NULL,0,NULL,0}, + {"뾬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xac",3,NULL,0,NULL,0}, + {"犙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x8a",3,NULL,0,NULL,0}, + {"䧴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xb4",3,NULL,0,NULL,0}, + {"믮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xae",3,NULL,0,NULL,0}, + {"㖿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xbf",3,NULL,0,NULL,0}, + {"⎍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x8d",3,NULL,0,NULL,0}, + {"큤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xa4",3,NULL,0,NULL,0}, + {"랩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xa9",3,NULL,0,NULL,0}, + {"㠘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x98",3,NULL,0,NULL,0}, + {"ꨱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xb1",3,NULL,0,NULL,0}, + {"ـ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x80",2,NULL,0,NULL,0}, + {"别",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xab",3,NULL,0,NULL,0}, + {"鰎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x8e",3,NULL,0,NULL,0}, + {"秲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xb3",3,NULL,0,NULL,0}, + {"갬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xac",3,NULL,0,NULL,0}, + {"淳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xb3",3,NULL,0,NULL,0}, + {"톒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x92",3,NULL,0,NULL,0}, + {"蓦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xa6",3,NULL,0,NULL,0}, + {"⹠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xa0",3,NULL,0,NULL,0}, + {"툇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x87",3,NULL,0,NULL,0}, + {"⧕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x95",3,NULL,0,NULL,0}, + {"쎨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xa8",3,NULL,0,NULL,0}, + {"驜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x9c",3,NULL,0,NULL,0}, + {"ꭒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xad",3,NULL,0,NULL,0}, + {"納",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x8d",3,NULL,0,NULL,0}, + {"朞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x9e",3,NULL,0,NULL,0}, + {"⩏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x8f",3,NULL,0,NULL,0}, + {"ն",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xb6",2,NULL,0,NULL,0}, + {"䨹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xb9",3,NULL,0,NULL,0}, + {"췒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x92",3,NULL,0,NULL,0}, + {"莖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x96",3,NULL,0,NULL,0}, + {"柼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xbc",3,NULL,0,NULL,0}, + {"圡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xa1",3,NULL,0,NULL,0}, + {"⍴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xb4",3,NULL,0,NULL,0}, + {"뷏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x8f",3,NULL,0,NULL,0}, + {"꯲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xb2",3,NULL,0,NULL,0}, + {"ᮉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x89",3,NULL,0,NULL,0}, + {"탹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x9b",3,NULL,0,NULL,0}, + {"擙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x99",3,NULL,0,NULL,0}, + {"㣠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x94",3,NULL,0,NULL,0}, + {"甚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x9a",3,NULL,0,NULL,0}, + {"ⱺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xba",3,NULL,0,NULL,0}, + {"遠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xa0",3,NULL,0,NULL,0}, + {"ᝐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x90",3,NULL,0,NULL,0}, + {"曠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xa0",3,NULL,0,NULL,0}, + {"㢟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x9f",3,NULL,0,NULL,0}, + {"笃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x83",3,NULL,0,NULL,0}, + {"뛒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x92",3,NULL,0,NULL,0}, + {"矔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x94",3,NULL,0,NULL,0}, + {"耼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xbc",3,NULL,0,NULL,0}, + {"ꤸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xb8",3,NULL,0,NULL,0}, + {"ⶲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xb2",3,NULL,0,NULL,0}, + {"䰺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x8b",3,NULL,0,NULL,0}, + {"愒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x92",3,NULL,0,NULL,0}, + {"ɽ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xbd",2,NULL,0,NULL,0}, + {"팧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xa7",3,NULL,0,NULL,0}, + {"ﯔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x94",3,NULL,0,NULL,0}, + {"騘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x98",3,NULL,0,NULL,0}, + {"伏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x8f",3,NULL,0,NULL,0}, + {"憇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x87",3,NULL,0,NULL,0}, + {"൧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xa7",3,NULL,0,NULL,0}, + {"࿎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x8e",3,NULL,0,NULL,0}, + {"Ⳃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x82",3,NULL,0,NULL,0}, + {"咃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x83",3,NULL,0,NULL,0}, + {"䅷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xb7",3,NULL,0,NULL,0}, + {"폿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xbf",3,NULL,0,NULL,0}, + {"澬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xac",3,NULL,0,NULL,0}, + {"Ḣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa2",3,NULL,0,NULL,0}, + {"湋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x8b",3,NULL,0,NULL,0}, + {"ﱚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x9a",3,NULL,0,NULL,0}, + {"퐗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x97",3,NULL,0,NULL,0}, + {"賭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xad",3,NULL,0,NULL,0}, + {"ꊈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x88",3,NULL,0,NULL,0}, + {"䰙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x99",3,NULL,0,NULL,0}, + {"鶊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x8a",3,NULL,0,NULL,0}, + {"鏌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xa1",3,NULL,0,NULL,0}, + {"趱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xb1",3,NULL,0,NULL,0}, + {"ཅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x85",3,NULL,0,NULL,0}, + {"슕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x95",3,NULL,0,NULL,0}, + {"廃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x83",3,NULL,0,NULL,0}, + {"ᷛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x9b",3,NULL,0,NULL,0}, + {"鐕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x95",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x1c",1,NULL,0,NULL,0}, + {"覱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xa7",3,NULL,0,NULL,0}, + {"뱀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x80",3,NULL,0,NULL,0}, + {"ꩢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xa2",3,NULL,0,NULL,0}, + {"燺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xba",3,NULL,0,NULL,0}, + {"ⷳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x99",3,NULL,0,NULL,0}, + {"㰆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x86",3,NULL,0,NULL,0}, + {"ꟕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x95",3,NULL,0,NULL,0}, + {"ꛣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xa3",3,NULL,0,NULL,0}, + {"誡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xa1",3,NULL,0,NULL,0}, + {"㪷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x87",3,NULL,0,NULL,0}, + {"悥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xa5",3,NULL,0,NULL,0}, + {"၍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x8d",3,NULL,0,NULL,0}, + {"⴯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xaf",3,NULL,0,NULL,0}, + {"㹇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x87",3,NULL,0,NULL,0}, + {"鮺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xba",3,NULL,0,NULL,0}, + {"輎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x8e",3,NULL,0,NULL,0}, + {"猚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x9a",3,NULL,0,NULL,0}, + {"䃰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xb0",3,NULL,0,NULL,0}, + {"鸑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x8b",3,NULL,0,NULL,0}, + {"ఴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xb4",3,NULL,0,NULL,0}, + {"ﴉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x89",3,NULL,0,NULL,0}, + {"먬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xac",3,NULL,0,NULL,0}, + {"衴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xb4",3,NULL,0,NULL,0}, + {"鍟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x9f",3,NULL,0,NULL,0}, + {"滞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x9e",3,NULL,0,NULL,0}, + {"䂩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xa9",3,NULL,0,NULL,0}, + {"怅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x85",3,NULL,0,NULL,0}, + {"௃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x83",3,NULL,0,NULL,0}, + {"ᤖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x96",3,NULL,0,NULL,0}, + {"㳥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xa5",3,NULL,0,NULL,0}, + {"໸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xb8",3,NULL,0,NULL,0}, + {"弄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x84",3,NULL,0,NULL,0}, + {"牤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xa4",3,NULL,0,NULL,0}, + {"헯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xaf",3,NULL,0,NULL,0}, + {"ퟯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x97",3,NULL,0,NULL,0}, + {"濖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x96",3,NULL,0,NULL,0}, + {"摌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x8c",3,NULL,0,NULL,0}, + {"뵣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xa3",3,NULL,0,NULL,0}, + {"戣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xa3",3,NULL,0,NULL,0}, + {"矄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xab",3,NULL,0,NULL,0}, + {"咞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x9e",3,NULL,0,NULL,0}, + {"䴬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xac",3,NULL,0,NULL,0}, + {"ฅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x85",3,NULL,0,NULL,0}, + {"펓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xb6",3,NULL,0,NULL,0}, + {"㻷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xb7",3,NULL,0,NULL,0}, + {"辭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xad",3,NULL,0,NULL,0}, + {"^",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xbe",3,NULL,0,NULL,0}, + {"彞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x9e",3,NULL,0,NULL,0}, + {"부",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xa7",3,NULL,0,NULL,0}, + {"ᶜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x9c",3,NULL,0,NULL,0}, + {"㰶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xb6",3,NULL,0,NULL,0}, + {"⭍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x8d",3,NULL,0,NULL,0}, + {"中",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xad",3,NULL,0,NULL,0}, + {"琣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xa3",3,NULL,0,NULL,0}, + {"斔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xb1",3,NULL,0,NULL,0}, + {"㲣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xa3",3,NULL,0,NULL,0}, + {"䑨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xa8",3,NULL,0,NULL,0}, + {"肤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xa7",3,NULL,0,NULL,0}, + {"亞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x9e",3,NULL,0,NULL,0}, + {"뚿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xbf",3,NULL,0,NULL,0}, + {"蟵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xb5",3,NULL,0,NULL,0}, + {"ஐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x90",3,NULL,0,NULL,0}, + {"䀒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x92",3,NULL,0,NULL,0}, + {"⭓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x93",3,NULL,0,NULL,0}, + {"䁒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x97",3,NULL,0,NULL,0}, + {"䒜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x9c",3,NULL,0,NULL,0}, + {"࣠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xa0",3,NULL,0,NULL,0}, + {"짬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xac",3,NULL,0,NULL,0}, + {"ꑃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x83",3,NULL,0,NULL,0}, + {"彩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x84",3,NULL,0,NULL,0}, + {"莚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x9a",3,NULL,0,NULL,0}, + {"퍝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xba",3,NULL,0,NULL,0}, + {"ⶃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x83",3,NULL,0,NULL,0}, + {"堪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x8d",3,NULL,0,NULL,0}, + {"쪔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x94",3,NULL,0,NULL,0}, + {"ﲨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x96",3,NULL,0,NULL,0}, + {"謽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xbd",3,NULL,0,NULL,0}, + {"䯋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x8b",3,NULL,0,NULL,0}, + {"퍎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x8e",3,NULL,0,NULL,0}, + {"帼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xbc",3,NULL,0,NULL,0}, + {"䲢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xa2",3,NULL,0,NULL,0}, + {"购",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xad",3,NULL,0,NULL,0}, + {"븇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x87",3,NULL,0,NULL,0}, + {"᮪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xaa",3,NULL,0,NULL,0}, + {"￸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xb8",3,NULL,0,NULL,0}, + {"땸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xb8",3,NULL,0,NULL,0}, + {"嵺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xba",3,NULL,0,NULL,0}, + {"娂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x82",3,NULL,0,NULL,0}, + {"얔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x94",3,NULL,0,NULL,0}, + {"麡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x80",3,NULL,0,NULL,0}, + {"崹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xb9",3,NULL,0,NULL,0}, + {"ऩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xa9",3,NULL,0,NULL,0}, + {"꒴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xb4",3,NULL,0,NULL,0}, + {"櫴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xb7",3,NULL,0,NULL,0}, + {"峘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xad",3,NULL,0,NULL,0}, + {"ꕱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xb1",3,NULL,0,NULL,0}, + {"둬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xb6",3,NULL,0,NULL,0}, + {"죮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xb1",3,NULL,0,NULL,0}, + {"옴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xb4",3,NULL,0,NULL,0}, + {"댁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x81",3,NULL,0,NULL,0}, + {"翪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xaa",3,NULL,0,NULL,0}, + {"䆘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x98",3,NULL,0,NULL,0}, + {"邿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xbf",3,NULL,0,NULL,0}, + {"䅕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x95",3,NULL,0,NULL,0}, + {"諦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xa6",3,NULL,0,NULL,0}, + {"៲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xb2",3,NULL,0,NULL,0}, + {"鄰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xb0",3,NULL,0,NULL,0}, + {"隺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xba",3,NULL,0,NULL,0}, + {"⚶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xb6",3,NULL,0,NULL,0}, + {"謕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x95",3,NULL,0,NULL,0}, + {"⽴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xb4",3,NULL,0,NULL,0}, + {"ૈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x88",3,NULL,0,NULL,0}, + {"怠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xa0",3,NULL,0,NULL,0}, + {"卡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xa1",3,NULL,0,NULL,0}, + {"廤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xa4",3,NULL,0,NULL,0}, + {"靖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x88",3,NULL,0,NULL,0}, + {"㷪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xaa",3,NULL,0,NULL,0}, + {"䶫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xab",3,NULL,0,NULL,0}, + {"ᶫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xab",3,NULL,0,NULL,0}, + {"␴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xb4",3,NULL,0,NULL,0}, + {"磀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x80",3,NULL,0,NULL,0}, + {"鼜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xae",3,NULL,0,NULL,0}, + {"ᾇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x87",3,NULL,0,NULL,0}, + {"硭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xad",3,NULL,0,NULL,0}, + {"贜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x9c",3,NULL,0,NULL,0}, + {"ㇴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xb4",3,NULL,0,NULL,0}, + {"엳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x96",3,NULL,0,NULL,0}, + {"㳿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xbf",3,NULL,0,NULL,0}, + {"룳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xb3",3,NULL,0,NULL,0}, + {"뢦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xa6",3,NULL,0,NULL,0}, + {"✤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xa4",3,NULL,0,NULL,0}, + {" ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x83",3,NULL,0,NULL,0}, + {"䠾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xbe",3,NULL,0,NULL,0}, + {"ன",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xa9",3,NULL,0,NULL,0}, + {"葦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x83",3,NULL,0,NULL,0}, + {"ߵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xb5",2,NULL,0,NULL,0}, + {"獵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xa7",3,NULL,0,NULL,0}, + {"⋝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x9d",3,NULL,0,NULL,0}, + {"膠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xa0",3,NULL,0,NULL,0}, + {"ꂨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xa8",3,NULL,0,NULL,0}, + {"⥒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x92",3,NULL,0,NULL,0}, + {"儂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x82",3,NULL,0,NULL,0}, + {"ፕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x95",3,NULL,0,NULL,0}, + {"쐤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x96",3,NULL,0,NULL,0}, + {"媤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xa4",3,NULL,0,NULL,0}, + {"緖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x96",3,NULL,0,NULL,0}, + {"Ꮦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x96",3,NULL,0,NULL,0}, + {"函",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x9d",3,NULL,0,NULL,0}, + {"쪴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xb4",3,NULL,0,NULL,0}, + {"캗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x97",3,NULL,0,NULL,0}, + {"㖃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x94",3,NULL,0,NULL,0}, + {"武",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xa6",3,NULL,0,NULL,0}, + {"Ⴏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x8f",3,NULL,0,NULL,0}, + {"녏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x8f",3,NULL,0,NULL,0}, + {"⏄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x84",3,NULL,0,NULL,0}, + {"뿃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x83",3,NULL,0,NULL,0}, + {"쨷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xb7",3,NULL,0,NULL,0}, + {"䤵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xb5",3,NULL,0,NULL,0}, + {"㪏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xa9",3,NULL,0,NULL,0}, + {"²",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb2",2,NULL,0,NULL,0}, + {"ᘄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x84",3,NULL,0,NULL,0}, + {"앳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xb3",3,NULL,0,NULL,0}, + {"딭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x82",3,NULL,0,NULL,0}, + {"á",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa1",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x8b",3,NULL,0,NULL,0}, + {"끟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x9f",3,NULL,0,NULL,0}, + {"婱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xb1",3,NULL,0,NULL,0}, + {"ź",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xba",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x98",3,NULL,0,NULL,0}, + {"䖃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x83",3,NULL,0,NULL,0}, + {"꧇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x87",3,NULL,0,NULL,0}, + {"捵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x8e",3,NULL,0,NULL,0}, + {"ⓢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xa2",3,NULL,0,NULL,0}, + {"奩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xa9",3,NULL,0,NULL,0}, + {"帞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x9e",3,NULL,0,NULL,0}, + {"◷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x86",3,NULL,0,NULL,0}, + {"ꄷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xb7",3,NULL,0,NULL,0}, + {"츐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x90",3,NULL,0,NULL,0}, + {"읮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xae",3,NULL,0,NULL,0}, + {"陧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xa7",3,NULL,0,NULL,0}, + {"⩲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xb2",3,NULL,0,NULL,0}, + {"ა",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x90",3,NULL,0,NULL,0}, + {"⌽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xbd",3,NULL,0,NULL,0}, + {"政",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xbf",3,NULL,0,NULL,0}, + {"㉧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xa7",3,NULL,0,NULL,0}, + {"䦎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x8e",3,NULL,0,NULL,0}, + {"寬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xac",3,NULL,0,NULL,0}, + {"䞪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xaa",3,NULL,0,NULL,0}, + {"㐣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xa3",3,NULL,0,NULL,0}, + {"㈢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xa2",3,NULL,0,NULL,0}, + {"䳰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x81",3,NULL,0,NULL,0}, + {"ĸ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xb8",2,NULL,0,NULL,0}, + {"찖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x96",3,NULL,0,NULL,0}, + {"⁣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xa3",3,NULL,0,NULL,0}, + {"兟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x9f",3,NULL,0,NULL,0}, + {"ϒ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x92",2,NULL,0,NULL,0}, + {"췩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xa9",3,NULL,0,NULL,0}, + {"⨀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x80",3,NULL,0,NULL,0}, + {"됽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xbb",3,NULL,0,NULL,0}, + {"ᑜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x9c",3,NULL,0,NULL,0}, + {"ଘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x98",3,NULL,0,NULL,0}, + {"䟰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xb0",3,NULL,0,NULL,0}, + {"⹩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x82",3,NULL,0,NULL,0}, + {"眮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xae",3,NULL,0,NULL,0}, + {"έ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xb3",3,NULL,0,NULL,0}, + {"螌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x8c",3,NULL,0,NULL,0}, + {"ᅷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb7",3,NULL,0,NULL,0}, + {"궞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x9e",3,NULL,0,NULL,0}, + {"혃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x83",3,NULL,0,NULL,0}, + {"驉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x89",3,NULL,0,NULL,0}, + {"疈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x88",3,NULL,0,NULL,0}, + {"㊩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xa9",3,NULL,0,NULL,0}, + {"긏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x8f",3,NULL,0,NULL,0}, + {"쟛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x9b",3,NULL,0,NULL,0}, + {"毷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xad",3,NULL,0,NULL,0}, + {"阢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xa2",3,NULL,0,NULL,0}, + {"脰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xb0",3,NULL,0,NULL,0}, + {"萕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x95",3,NULL,0,NULL,0}, + {"腹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xb9",3,NULL,0,NULL,0}, + {"탔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x94",3,NULL,0,NULL,0}, + {"녟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x9f",3,NULL,0,NULL,0}, + {"춺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xba",3,NULL,0,NULL,0}, + {"孭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xad",3,NULL,0,NULL,0}, + {"亀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x80",3,NULL,0,NULL,0}, + {"㑤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xa4",3,NULL,0,NULL,0}, + {"梿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x81",3,NULL,0,NULL,0}, + {"촤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xbc",3,NULL,0,NULL,0}, + {"삿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xbf",3,NULL,0,NULL,0}, + {"竄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x84",3,NULL,0,NULL,0}, + {"ꋇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x87",3,NULL,0,NULL,0}, + {"Ἱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xb9",3,NULL,0,NULL,0}, + {"朾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xbe",3,NULL,0,NULL,0}, + {"박",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x95",3,NULL,0,NULL,0}, + {"わ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x8f",3,NULL,0,NULL,0}, + {"ﴦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xa6",3,NULL,0,NULL,0}, + {"♑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x91",3,NULL,0,NULL,0}, + {"趄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x84",3,NULL,0,NULL,0}, + {"쐖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x96",3,NULL,0,NULL,0}, + {"귵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xb5",3,NULL,0,NULL,0}, + {"ԙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x99",2,NULL,0,NULL,0}, + {"氱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xb1",3,NULL,0,NULL,0}, + {"쾒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x92",3,NULL,0,NULL,0}, + {"ꇿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xbf",3,NULL,0,NULL,0}, + {"藦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xb6",3,NULL,0,NULL,0}, + {"ᇀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x80",3,NULL,0,NULL,0}, + {"燽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xbd",3,NULL,0,NULL,0}, + {"坾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xbe",3,NULL,0,NULL,0}, + {"ờ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x9d",3,NULL,0,NULL,0}, + {"蒆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x86",3,NULL,0,NULL,0}, + {"瘹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x88",3,NULL,0,NULL,0}, + {"觧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xa7",3,NULL,0,NULL,0}, + {"뭁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x81",3,NULL,0,NULL,0}, + {"־",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xbe",2,NULL,0,NULL,0}, + {"㛝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x9d",3,NULL,0,NULL,0}, + {"誀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x80",3,NULL,0,NULL,0}, + {"欽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xbd",3,NULL,0,NULL,0}, + {"쵢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xa2",3,NULL,0,NULL,0}, + {"頣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xa3",3,NULL,0,NULL,0}, + {"↵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xac",3,NULL,0,NULL,0}, + {"䔱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xb1",3,NULL,0,NULL,0}, + {"竒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x92",3,NULL,0,NULL,0}, + {"蛬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xac",3,NULL,0,NULL,0}, + {"긺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xba",3,NULL,0,NULL,0}, + {"楘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x98",3,NULL,0,NULL,0}, + {"塈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xa9",3,NULL,0,NULL,0}, + {"ꋿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xbf",3,NULL,0,NULL,0}, + {"溫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xab",3,NULL,0,NULL,0}, + {"흃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x83",3,NULL,0,NULL,0}, + {"Â",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x82",2,NULL,0,NULL,0}, + {"℻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xbb",3,NULL,0,NULL,0}, + {"涢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xa2",3,NULL,0,NULL,0}, + {"壏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x8f",3,NULL,0,NULL,0}, + {"꾾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xbe",3,NULL,0,NULL,0}, + {"슴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xb4",3,NULL,0,NULL,0}, + {"炯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xaf",3,NULL,0,NULL,0}, + {"㝆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xaa",3,NULL,0,NULL,0}, + {"쉐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x90",3,NULL,0,NULL,0}, + {"疲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xb2",3,NULL,0,NULL,0}, + {"렆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x86",3,NULL,0,NULL,0}, + {"妮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xae",3,NULL,0,NULL,0}, + {"䮐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x90",3,NULL,0,NULL,0}, + {"뻀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x80",3,NULL,0,NULL,0}, + {"濩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xa9",3,NULL,0,NULL,0}, + {"침",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xa8",3,NULL,0,NULL,0}, + {"枳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xb3",3,NULL,0,NULL,0}, + {"뼵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xb5",3,NULL,0,NULL,0}, + {"汍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x8d",3,NULL,0,NULL,0}, + {"灀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x80",3,NULL,0,NULL,0}, + {"ほ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xbb",3,NULL,0,NULL,0}, + {"鱷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xb7",3,NULL,0,NULL,0}, + {"禳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xb3",3,NULL,0,NULL,0}, + {"깼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xbc",3,NULL,0,NULL,0}, + {"뫢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xa2",3,NULL,0,NULL,0}, + {"旅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x85",3,NULL,0,NULL,0}, + {"䲣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xa3",3,NULL,0,NULL,0}, + {"붥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xa5",3,NULL,0,NULL,0}, + {"労",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xb4",3,NULL,0,NULL,0}, + {"چ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x86",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x9b",3,NULL,0,NULL,0}, + {"蚫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xab",3,NULL,0,NULL,0}, + {"껁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x81",3,NULL,0,NULL,0}, + {"r",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xbb",3,NULL,0,NULL,0}, + {"갤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xa4",3,NULL,0,NULL,0}, + {"㕆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x86",3,NULL,0,NULL,0}, + {"暹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xb9",3,NULL,0,NULL,0}, + {"ᴾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xa2",3,NULL,0,NULL,0}, + {"絲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xb2",3,NULL,0,NULL,0}, + {"ຖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x96",3,NULL,0,NULL,0}, + {"⸚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x8b",3,NULL,0,NULL,0}, + {"焲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xb2",3,NULL,0,NULL,0}, + {"裿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xbf",3,NULL,0,NULL,0}, + {"틔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x94",3,NULL,0,NULL,0}, + {"囌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x8c",3,NULL,0,NULL,0}, + {"蔬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xac",3,NULL,0,NULL,0}, + {"햛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x9b",3,NULL,0,NULL,0}, + {"㶟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x9f",3,NULL,0,NULL,0}, + {"⊇",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x87",3,NULL,0,NULL,0}, + {"Ɵ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x9f",2,NULL,0,NULL,0}, + {"糺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x96",3,NULL,0,NULL,0}, + {"᯼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xbc",3,NULL,0,NULL,0}, + {"憯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xaf",3,NULL,0,NULL,0}, + {"厯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xaf",3,NULL,0,NULL,0}, + {"契",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x89",3,NULL,0,NULL,0}, + {"鲸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xb8",3,NULL,0,NULL,0}, + {"቞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xa9",3,NULL,0,NULL,0}, + {"贔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x94",3,NULL,0,NULL,0}, + {"铙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x8b",3,NULL,0,NULL,0}, + {"ꠧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xa7",3,NULL,0,NULL,0}, + {"啭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x8e",3,NULL,0,NULL,0}, + {"멻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xbb",3,NULL,0,NULL,0}, + {"ᷫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xab",3,NULL,0,NULL,0}, + {"㭧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xa7",3,NULL,0,NULL,0}, + {"㥶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xb6",3,NULL,0,NULL,0}, + {"躻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xbb",3,NULL,0,NULL,0}, + {"验",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x8c",3,NULL,0,NULL,0}, + {"ꬲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xb2",3,NULL,0,NULL,0}, + {"媊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x8a",3,NULL,0,NULL,0}, + {"뗰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xb0",3,NULL,0,NULL,0}, + {"฻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xbb",3,NULL,0,NULL,0}, + {"偞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x9e",3,NULL,0,NULL,0}, + {"귅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x85",3,NULL,0,NULL,0}, + {"᜿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xbf",3,NULL,0,NULL,0}, + {"褠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xa0",3,NULL,0,NULL,0}, + {"Ⴈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xa8",3,NULL,0,NULL,0}, + {"份",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xbd",3,NULL,0,NULL,0}, + {"挈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x88",3,NULL,0,NULL,0}, + {"䇾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xbe",3,NULL,0,NULL,0}, + {"팍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x8d",3,NULL,0,NULL,0}, + {"법",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x95",3,NULL,0,NULL,0}, + {"푸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xb8",3,NULL,0,NULL,0}, + {"ᮋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x8b",3,NULL,0,NULL,0}, + {"唐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x90",3,NULL,0,NULL,0}, + {"恾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xbe",3,NULL,0,NULL,0}, + {"픗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x97",3,NULL,0,NULL,0}, + {"ಫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xab",3,NULL,0,NULL,0}, + {"ᡘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x98",3,NULL,0,NULL,0}, + {"酇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x87",3,NULL,0,NULL,0}, + {"믟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x9f",3,NULL,0,NULL,0}, + {"饓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x93",3,NULL,0,NULL,0}, + {"꫅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x85",3,NULL,0,NULL,0}, + {"윊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xbf",3,NULL,0,NULL,0}, + {"ⶢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x96",3,NULL,0,NULL,0}, + {"熒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x92",3,NULL,0,NULL,0}, + {"䱆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x86",3,NULL,0,NULL,0}, + {"맴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xb4",3,NULL,0,NULL,0}, + {"Ꝡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xa0",3,NULL,0,NULL,0}, + {"蹜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x8b",3,NULL,0,NULL,0}, + {"뒏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x86",3,NULL,0,NULL,0}, + {"꛱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xb1",3,NULL,0,NULL,0}, + {"撃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x83",3,NULL,0,NULL,0}, + {"ᓵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb5",3,NULL,0,NULL,0}, + {"㷶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xb6",3,NULL,0,NULL,0}, + {"Ⲷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xb6",3,NULL,0,NULL,0}, + {"࿂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x82",3,NULL,0,NULL,0}, + {"枙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x99",3,NULL,0,NULL,0}, + {"花",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xb1",3,NULL,0,NULL,0}, + {"䅥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xa5",3,NULL,0,NULL,0}, + {"᲍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x8d",3,NULL,0,NULL,0}, + {"ﺨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xa8",3,NULL,0,NULL,0}, + {"볖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xab",3,NULL,0,NULL,0}, + {"臛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x9b",3,NULL,0,NULL,0}, + {"늅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x85",3,NULL,0,NULL,0}, + {"咑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x91",3,NULL,0,NULL,0}, + {"ꬃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x89",3,NULL,0,NULL,0}, + {"ݠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xa0",2,NULL,0,NULL,0}, + {"爈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x88",3,NULL,0,NULL,0}, + {"뉬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xac",3,NULL,0,NULL,0}, + {"ǀ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x80",2,NULL,0,NULL,0}, + {"బ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xac",3,NULL,0,NULL,0}, + {"ꔇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x98",3,NULL,0,NULL,0}, + {"庱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xb1",3,NULL,0,NULL,0}, + {"ᢡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xa1",3,NULL,0,NULL,0}, + {"琯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xaf",3,NULL,0,NULL,0}, + {"똴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xb4",3,NULL,0,NULL,0}, + {"྇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x87",3,NULL,0,NULL,0}, + {" ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x0c",1,NULL,0,NULL,0}, + {"傦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x82",3,NULL,0,NULL,0}, + {"ꩦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xa6",3,NULL,0,NULL,0}, + {"龂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x82",3,NULL,0,NULL,0}, + {"㇕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x95",3,NULL,0,NULL,0}, + {"Dz",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xb2",2,NULL,0,NULL,0}, + {"﭂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xbd",3,NULL,0,NULL,0}, + {"鿯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xaf",3,NULL,0,NULL,0}, + {"緳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xb3",3,NULL,0,NULL,0}, + {"搄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x84",3,NULL,0,NULL,0}, + {"碑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x8b",3,NULL,0,NULL,0}, + {"퀢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xa2",3,NULL,0,NULL,0}, + {"稰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xb0",3,NULL,0,NULL,0}, + {"㽾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xbe",3,NULL,0,NULL,0}, + {"㪵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xb5",3,NULL,0,NULL,0}, + {"鈴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xb1",3,NULL,0,NULL,0}, + {"ﵒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x92",3,NULL,0,NULL,0}, + {"倂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x95",3,NULL,0,NULL,0}, + {"悷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xb7",3,NULL,0,NULL,0}, + {"㹕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x95",3,NULL,0,NULL,0}, + {"轩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x90",3,NULL,0,NULL,0}, + {"琡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xa1",3,NULL,0,NULL,0}, + {"ﳕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x95",3,NULL,0,NULL,0}, + {"쫮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xae",3,NULL,0,NULL,0}, + {"Z",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xb5",3,NULL,0,NULL,0}, + {"诶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xb6",3,NULL,0,NULL,0}, + {"䐇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x87",3,NULL,0,NULL,0}, + {"层",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x82",3,NULL,0,NULL,0}, + {"㳧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xa7",3,NULL,0,NULL,0}, + {"珪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xaa",3,NULL,0,NULL,0}, + {"뚋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x8b",3,NULL,0,NULL,0}, + {"垿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xbf",3,NULL,0,NULL,0}, + {"쑅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x85",3,NULL,0,NULL,0}, + {"↙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x8c",3,NULL,0,NULL,0}, + {"僽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xbd",3,NULL,0,NULL,0}, + {"䖦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xa6",3,NULL,0,NULL,0}, + {"끈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x88",3,NULL,0,NULL,0}, + {"ᐊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x8a",3,NULL,0,NULL,0}, + {"≈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x88",3,NULL,0,NULL,0}, + {"⭪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xaa",3,NULL,0,NULL,0}, + {"앎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x8e",3,NULL,0,NULL,0}, + {"釆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x9a",3,NULL,0,NULL,0}, + {"杖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x94",3,NULL,0,NULL,0}, + {"᤽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xbd",3,NULL,0,NULL,0}, + {"䴌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x96",3,NULL,0,NULL,0}, + {"巁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x81",3,NULL,0,NULL,0}, + {"賂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x88",3,NULL,0,NULL,0}, + {"㻥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xa5",3,NULL,0,NULL,0}, + {"♥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x94",3,NULL,0,NULL,0}, + {"씵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xb5",3,NULL,0,NULL,0}, + {"홣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xa3",3,NULL,0,NULL,0}, + {"继",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xa7",3,NULL,0,NULL,0}, + {"ួ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xbd",3,NULL,0,NULL,0}, + {"쏙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x99",3,NULL,0,NULL,0}, + {"奈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x88",3,NULL,0,NULL,0}, + {"쮊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x8a",3,NULL,0,NULL,0}, + {"䇕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xa4",3,NULL,0,NULL,0}, + {"婻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xbb",3,NULL,0,NULL,0}, + {"の",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xae",3,NULL,0,NULL,0}, + {"鹊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x8a",3,NULL,0,NULL,0}, + {"⾭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xad",3,NULL,0,NULL,0}, + {"嶄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x84",3,NULL,0,NULL,0}, + {"﯂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x82",3,NULL,0,NULL,0}, + {"䒠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xb0",3,NULL,0,NULL,0}, + {"짨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xa8",3,NULL,0,NULL,0}, + {"ࣜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x9c",3,NULL,0,NULL,0}, + {"꿗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x97",3,NULL,0,NULL,0}, + {"䵣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xa3",3,NULL,0,NULL,0}, + {"췋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x92",3,NULL,0,NULL,0}, + {"꼲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x84",3,NULL,0,NULL,0}, + {"ᠸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xb8",3,NULL,0,NULL,0}, + {"ৢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x83",3,NULL,0,NULL,0}, + {"㏀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x80",3,NULL,0,NULL,0}, + {"൸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x9b",3,NULL,0,NULL,0}, + {"썺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xba",3,NULL,0,NULL,0}, + {"諆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x86",3,NULL,0,NULL,0}, + {"䘛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x9b",3,NULL,0,NULL,0}, + {"잋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x8b",3,NULL,0,NULL,0}, + {"⧂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x82",3,NULL,0,NULL,0}, + {"љ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x99",2,NULL,0,NULL,0}, + {"ᖡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xa1",3,NULL,0,NULL,0}, + {"쭁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x81",3,NULL,0,NULL,0}, + {"쀹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xb9",3,NULL,0,NULL,0}, + {"娒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xaf",3,NULL,0,NULL,0}, + {"黣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xa3",3,NULL,0,NULL,0}, + {"ᷟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x9f",3,NULL,0,NULL,0}, + {"ﰷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xb7",3,NULL,0,NULL,0}, + {"嵃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x83",3,NULL,0,NULL,0}, + {"쐠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xa0",3,NULL,0,NULL,0}, + {"᧪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xaa",3,NULL,0,NULL,0}, + {"閼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xbc",3,NULL,0,NULL,0}, + {"둰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xb0",3,NULL,0,NULL,0}, + {"╱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xb1",3,NULL,0,NULL,0}, + {"︫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xab",3,NULL,0,NULL,0}, + {"漚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x9a",3,NULL,0,NULL,0}, + {"괵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xb5",3,NULL,0,NULL,0}, + {"缏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xa7",3,NULL,0,NULL,0}, + {"䢥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xa5",3,NULL,0,NULL,0}, + {"ꯎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x8e",3,NULL,0,NULL,0}, + {"ᕂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x82",3,NULL,0,NULL,0}, + {"䤞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x9e",3,NULL,0,NULL,0}, + {"ᾳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xb3",3,NULL,0,NULL,0}, + {"胀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x80",3,NULL,0,NULL,0}, + {"Ъ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xaa",2,NULL,0,NULL,0}, + {"뽣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xa3",3,NULL,0,NULL,0}, + {"ܱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xb1",2,NULL,0,NULL,0}, + {"䑼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x99",3,NULL,0,NULL,0}, + {"䕐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x90",3,NULL,0,NULL,0}, + {"ጀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x80",3,NULL,0,NULL,0}, + {"쒏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x8f",3,NULL,0,NULL,0}, + {"㼷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xb7",3,NULL,0,NULL,0}, + {"邙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x99",3,NULL,0,NULL,0}, + {"練",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x96",3,NULL,0,NULL,0}, + {"罏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x8f",3,NULL,0,NULL,0}, + {"쳦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xa6",3,NULL,0,NULL,0}, + {"ᚽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xbd",3,NULL,0,NULL,0}, + {"챍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x8d",3,NULL,0,NULL,0}, + {"癟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x9f",3,NULL,0,NULL,0}, + {"즖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x96",3,NULL,0,NULL,0}, + {"繚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x9a",3,NULL,0,NULL,0}, + {"靟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x9f",3,NULL,0,NULL,0}, + {"毉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x89",3,NULL,0,NULL,0}, + {"싚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x9a",3,NULL,0,NULL,0}, + {"欌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x8c",3,NULL,0,NULL,0}, + {"癔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x94",3,NULL,0,NULL,0}, + {"㪍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x8d",3,NULL,0,NULL,0}, + {"ꃖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x96",3,NULL,0,NULL,0}, + {"낞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x9e",3,NULL,0,NULL,0}, + {"Ž",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x8e",2,NULL,0,NULL,0}, + {"ꁅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x85",3,NULL,0,NULL,0}, + {"樤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xa4",3,NULL,0,NULL,0}, + {"⍝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x9d",3,NULL,0,NULL,0}, + {"ፗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xba",3,NULL,0,NULL,0}, + {"预",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x84",3,NULL,0,NULL,0}, + {"ꧮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xae",3,NULL,0,NULL,0}, + {"䟞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x9e",3,NULL,0,NULL,0}, + {"鞧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xa7",3,NULL,0,NULL,0}, + {"Ꮂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xb2",3,NULL,0,NULL,0}, + {"掠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xa0",3,NULL,0,NULL,0}, + {"ㅅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x85",3,NULL,0,NULL,0}, + {"䌠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xa0",3,NULL,0,NULL,0}, + {"ꗵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xa2",3,NULL,0,NULL,0}, + {"蕦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xa6",3,NULL,0,NULL,0}, + {"嘓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x93",3,NULL,0,NULL,0}, + {"使",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xbf",3,NULL,0,NULL,0}, + {"沀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x81",3,NULL,0,NULL,0}, + {"캝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x9d",3,NULL,0,NULL,0}, + {"졯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xaf",3,NULL,0,NULL,0}, + {"睦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xa6",3,NULL,0,NULL,0}, + {"㕱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xb1",3,NULL,0,NULL,0}, + {"䛼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xbc",3,NULL,0,NULL,0}, + {"Ⴍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xad",3,NULL,0,NULL,0}, + {"⹓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x93",3,NULL,0,NULL,0}, + {"뼢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xa2",3,NULL,0,NULL,0}, + {"췲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xb2",3,NULL,0,NULL,0}, + {"㖒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x92",3,NULL,0,NULL,0}, + {"膨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xa8",3,NULL,0,NULL,0}, + {"鉩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xa9",3,NULL,0,NULL,0}, + {"攭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xad",3,NULL,0,NULL,0}, + {"ٲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xb2",2,NULL,0,NULL,0}, + {"⍏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x8f",3,NULL,0,NULL,0}, + {"舵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xb5",3,NULL,0,NULL,0}, + {"㏒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x92",3,NULL,0,NULL,0}, + {"ꌮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xae",3,NULL,0,NULL,0}, + {"⒨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xa8",3,NULL,0,NULL,0}, + {"冏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xbd",3,NULL,0,NULL,0}, + {"矩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xa9",3,NULL,0,NULL,0}, + {"각",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x81",3,NULL,0,NULL,0}, + {"晕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x95",3,NULL,0,NULL,0}, + {"돰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xb0",3,NULL,0,NULL,0}, + {"꧕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x95",3,NULL,0,NULL,0}, + {"暀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x81",3,NULL,0,NULL,0}, + {"蔓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x93",3,NULL,0,NULL,0}, + {"䡏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x8f",3,NULL,0,NULL,0}, + {"ቾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xbe",3,NULL,0,NULL,0}, + {"⁺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x98",3,NULL,0,NULL,0}, + {"Ὑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x99",3,NULL,0,NULL,0}, + {"蟦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xa6",3,NULL,0,NULL,0}, + {"ꮃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x83",3,NULL,0,NULL,0}, + {"뇖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x96",3,NULL,0,NULL,0}, + {"㐩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xa9",3,NULL,0,NULL,0}, + {"垞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x9e",3,NULL,0,NULL,0}, + {"๙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x99",3,NULL,0,NULL,0}, + {"襤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xa4",3,NULL,0,NULL,0}, + {"׫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xab",2,NULL,0,NULL,0}, + {"ˑ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x91",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x82",3,NULL,0,NULL,0}, + {"鴲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xb2",3,NULL,0,NULL,0}, + {"ⅳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xb3",3,NULL,0,NULL,0}, + {"–",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x93",3,NULL,0,NULL,0}, + {"慆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x86",3,NULL,0,NULL,0}, + {"횉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x89",3,NULL,0,NULL,0}, + {"莮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xae",3,NULL,0,NULL,0}, + {"㒖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x96",3,NULL,0,NULL,0}, + {"磪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xaa",3,NULL,0,NULL,0}, + {"᩾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xbe",3,NULL,0,NULL,0}, + {"跑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xb4",3,NULL,0,NULL,0}, + {"䠠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xa0",3,NULL,0,NULL,0}, + {"鸦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xa6",3,NULL,0,NULL,0}, + {"⁜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x9c",3,NULL,0,NULL,0}, + {"杰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x84",3,NULL,0,NULL,0}, + {"슄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x84",3,NULL,0,NULL,0}, + {"꣠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xa0",3,NULL,0,NULL,0}, + {"視",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x96",3,NULL,0,NULL,0}, + {"皬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xac",3,NULL,0,NULL,0}, + {"୭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xad",3,NULL,0,NULL,0}, + {"쇽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xbd",3,NULL,0,NULL,0}, + {"ƹ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xb9",2,NULL,0,NULL,0}, + {"殦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xa6",3,NULL,0,NULL,0}, + {"籿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xbf",3,NULL,0,NULL,0}, + {"觵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xb5",3,NULL,0,NULL,0}, + {"䓒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x92",3,NULL,0,NULL,0}, + {"꨼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xbc",3,NULL,0,NULL,0}, + {"㜨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xa8",3,NULL,0,NULL,0}, + {"簧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xa7",3,NULL,0,NULL,0}, + {"굋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x8b",3,NULL,0,NULL,0}, + {"γ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb3",2,NULL,0,NULL,0}, + {"扺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x89",3,NULL,0,NULL,0}, + {"훲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xb2",3,NULL,0,NULL,0}, + {"ဖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x96",3,NULL,0,NULL,0}, + {"䋄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x84",3,NULL,0,NULL,0}, + {"텓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xaf",3,NULL,0,NULL,0}, + {"橼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xbc",3,NULL,0,NULL,0}, + {"鷬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xb3",3,NULL,0,NULL,0}, + {"䇔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x94",3,NULL,0,NULL,0}, + {"徙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x99",3,NULL,0,NULL,0}, + {"⃪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xaa",3,NULL,0,NULL,0}, + {"콫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x8c",3,NULL,0,NULL,0}, + {"௜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x9c",3,NULL,0,NULL,0}, + {"馓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x93",3,NULL,0,NULL,0}, + {"藂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x82",3,NULL,0,NULL,0}, + {"꽤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xa4",3,NULL,0,NULL,0}, + {"원",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x90",3,NULL,0,NULL,0}, + {"밗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x97",3,NULL,0,NULL,0}, + {"聾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xbe",3,NULL,0,NULL,0}, + {"컥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xa5",3,NULL,0,NULL,0}, + {"䬕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x95",3,NULL,0,NULL,0}, + {"퉵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xb5",3,NULL,0,NULL,0}, + {"㓍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x8d",3,NULL,0,NULL,0}, + {"妎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x8e",3,NULL,0,NULL,0}, + {"瀃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x83",3,NULL,0,NULL,0}, + {"㕐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x90",3,NULL,0,NULL,0}, + {"⚢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xa2",3,NULL,0,NULL,0}, + {"ⴀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x80",3,NULL,0,NULL,0}, + {"㛧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xa7",3,NULL,0,NULL,0}, + {"ꐍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xb8",3,NULL,0,NULL,0}, + {"㍲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xb2",3,NULL,0,NULL,0}, + {"ꍐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x90",3,NULL,0,NULL,0}, + {"浗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x97",3,NULL,0,NULL,0}, + {"戼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xbc",3,NULL,0,NULL,0}, + {"섵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xb5",3,NULL,0,NULL,0}, + {"㱛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x9b",3,NULL,0,NULL,0}, + {"䰌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x8c",3,NULL,0,NULL,0}, + {"昬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xac",3,NULL,0,NULL,0}, + {"巢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x81",3,NULL,0,NULL,0}, + {"忢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xa4",3,NULL,0,NULL,0}, + {"쾬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xac",3,NULL,0,NULL,0}, + {"嚃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x83",3,NULL,0,NULL,0}, + {"퀋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x8b",3,NULL,0,NULL,0}, + {"蠈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x88",3,NULL,0,NULL,0}, + {"薗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x97",3,NULL,0,NULL,0}, + {"⢌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x8c",3,NULL,0,NULL,0}, + {"클",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xb4",3,NULL,0,NULL,0}, + {"哵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xb5",3,NULL,0,NULL,0}, + {"햩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x81",3,NULL,0,NULL,0}, + {"챑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x91",3,NULL,0,NULL,0}, + {"ᱳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xb3",3,NULL,0,NULL,0}, + {"㩶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xb6",3,NULL,0,NULL,0}, + {"窆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xba",3,NULL,0,NULL,0}, + {"镒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x92",3,NULL,0,NULL,0}, + {"輱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xb1",3,NULL,0,NULL,0}, + {"붧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xa7",3,NULL,0,NULL,0}, + {"禙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x99",3,NULL,0,NULL,0}, + {"涄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x84",3,NULL,0,NULL,0}, + {"೨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xa8",3,NULL,0,NULL,0}, + {"㳌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x8c",3,NULL,0,NULL,0}, + {"륲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xb2",3,NULL,0,NULL,0}, + {"䁘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x98",3,NULL,0,NULL,0}, + {"땟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x9f",3,NULL,0,NULL,0}, + {"掘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x98",3,NULL,0,NULL,0}, + {"賽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xbd",3,NULL,0,NULL,0}, + {"ꜻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xbb",3,NULL,0,NULL,0}, + {"豠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xa0",3,NULL,0,NULL,0}, + {"뺗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xa9",3,NULL,0,NULL,0}, + {"쀩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xa9",3,NULL,0,NULL,0}, + {"⮇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x87",3,NULL,0,NULL,0}, + {"㮻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xbb",3,NULL,0,NULL,0}, + {"犻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xbb",3,NULL,0,NULL,0}, + {"씔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x94",3,NULL,0,NULL,0}, + {"ͷ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xb7",2,NULL,0,NULL,0}, + {"᜽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xbd",3,NULL,0,NULL,0}, + {"躩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xa9",3,NULL,0,NULL,0}, + {"咨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xa8",3,NULL,0,NULL,0}, + {"쑣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xa3",3,NULL,0,NULL,0}, + {"肚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x9a",3,NULL,0,NULL,0}, + {"⸋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x8b",3,NULL,0,NULL,0}, + {"δ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb4",2,NULL,0,NULL,0}, + {"厽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xbd",3,NULL,0,NULL,0}, + {"᯴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xb4",3,NULL,0,NULL,0}, + {"賈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x83",3,NULL,0,NULL,0}, + {"㧝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x9d",3,NULL,0,NULL,0}, + {"䆤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xa4",3,NULL,0,NULL,0}, + {"幡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xa1",3,NULL,0,NULL,0}, + {"띰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xb0",3,NULL,0,NULL,0}, + {"羲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xb2",3,NULL,0,NULL,0}, + {"⯟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x9f",3,NULL,0,NULL,0}, + {"㟇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x87",3,NULL,0,NULL,0}, + {"怺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xba",3,NULL,0,NULL,0}, + {"淅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x85",3,NULL,0,NULL,0}, + {"욂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x82",3,NULL,0,NULL,0}, + {"㴒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x92",3,NULL,0,NULL,0}, + {"퇀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x80",3,NULL,0,NULL,0}, + {"啯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xaf",3,NULL,0,NULL,0}, + {"멩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xa9",3,NULL,0,NULL,0}, + {"飊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb1",3,NULL,0,NULL,0}, + {"瓁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x81",3,NULL,0,NULL,0}, + {"⽙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x99",3,NULL,0,NULL,0}, + {"떨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xa8",3,NULL,0,NULL,0}, + {"⻰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xb0",3,NULL,0,NULL,0}, + {"肴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xbb",3,NULL,0,NULL,0}, + {"㄀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x80",3,NULL,0,NULL,0}, + {"凢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xa2",3,NULL,0,NULL,0}, + {"봪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xaa",3,NULL,0,NULL,0}, + {"㹮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xae",3,NULL,0,NULL,0}, + {"祊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x8a",3,NULL,0,NULL,0}, + {"潓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xaf",3,NULL,0,NULL,0}, + {"䷳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xb3",3,NULL,0,NULL,0}, + {"벇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x87",3,NULL,0,NULL,0}, + {"聙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x99",3,NULL,0,NULL,0}, + {"예",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x88",3,NULL,0,NULL,0}, + {"玃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x83",3,NULL,0,NULL,0}, + {"桳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xb3",3,NULL,0,NULL,0}, + {"᠝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x9d",3,NULL,0,NULL,0}, + {"荠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xa0",3,NULL,0,NULL,0}, + {"뤖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x96",3,NULL,0,NULL,0}, + {"뚰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xa5",3,NULL,0,NULL,0}, + {"湣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xa3",3,NULL,0,NULL,0}, + {"ᡔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x94",3,NULL,0,NULL,0}, + {"㢺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xa1",3,NULL,0,NULL,0}, + {"⌇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x87",3,NULL,0,NULL,0}, + {"㵿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xbf",3,NULL,0,NULL,0}, + {"롳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xb3",3,NULL,0,NULL,0}, + {"厄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x84",3,NULL,0,NULL,0}, + {"풶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xb6",3,NULL,0,NULL,0}, + {"켼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xbc",3,NULL,0,NULL,0}, + {"饑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x91",3,NULL,0,NULL,0}, + {"岈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x88",3,NULL,0,NULL,0}, + {"ﭒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x98",3,NULL,0,NULL,0}, + {"뜛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x9b",3,NULL,0,NULL,0}, + {"ේ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x9a",3,NULL,0,NULL,0}, + {"㼞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x9e",3,NULL,0,NULL,0}, + {"엎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x8e",3,NULL,0,NULL,0}, + {"꽍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x8d",3,NULL,0,NULL,0}, + {"κ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xba",2,NULL,0,NULL,0}, + {"擻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x98",3,NULL,0,NULL,0}, + {"ﺤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xa4",3,NULL,0,NULL,0}, + {"볦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xb1",3,NULL,0,NULL,0}, + {"鏮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xae",3,NULL,0,NULL,0}, + {"臃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x83",3,NULL,0,NULL,0}, + {"ﲀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x80",3,NULL,0,NULL,0}, + {"ۤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xa4",2,NULL,0,NULL,0}, + {"翘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x98",3,NULL,0,NULL,0}, + {"쌬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xbe",3,NULL,0,NULL,0}, + {"鐥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xa5",3,NULL,0,NULL,0}, + {"뙔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x94",3,NULL,0,NULL,0}, + {"Ⱦ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xbe",2,NULL,0,NULL,0}, + {"僆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x86",3,NULL,0,NULL,0}, + {"쒸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xb8",3,NULL,0,NULL,0}, + {"谨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xa8",3,NULL,0,NULL,0}, + {"迡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xa1",3,NULL,0,NULL,0}, + {"ᄋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x8b",3,NULL,0,NULL,0}, + {"줣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xa3",3,NULL,0,NULL,0}, + {"殎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xb4",3,NULL,0,NULL,0}, + {"꜍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x8d",3,NULL,0,NULL,0}, + {"䗘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x98",3,NULL,0,NULL,0}, + {"얀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x80",3,NULL,0,NULL,0}, + {"̤",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xa4",2,NULL,0,NULL,0}, + {"එ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x9a",3,NULL,0,NULL,0}, + {"㻃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x83",3,NULL,0,NULL,0}, + {"띤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xa4",3,NULL,0,NULL,0}, + {"鈌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x8c",3,NULL,0,NULL,0}, + {"缶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x80",3,NULL,0,NULL,0}, + {"ᜊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x8a",3,NULL,0,NULL,0}, + {"₳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xb3",3,NULL,0,NULL,0}, + {"鮌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x8c",3,NULL,0,NULL,0}, + {"눺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xba",3,NULL,0,NULL,0}, + {"쯽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xbd",3,NULL,0,NULL,0}, + {"䈾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xbe",3,NULL,0,NULL,0}, + {"ਸ਼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xb6",3,NULL,0,NULL,0}, + {"鍀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x80",3,NULL,0,NULL,0}, + {"ᑵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb5",3,NULL,0,NULL,0}, + {"娩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xa9",3,NULL,0,NULL,0}, + {"兒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x92",3,NULL,0,NULL,0}, + {"罧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xa7",3,NULL,0,NULL,0}, + {"슻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xbb",3,NULL,0,NULL,0}, + {"霧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xa7",3,NULL,0,NULL,0}, + {"⏩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xa9",3,NULL,0,NULL,0}, + {"츫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xab",3,NULL,0,NULL,0}, + {"ꃟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x9f",3,NULL,0,NULL,0}, + {"䛠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xa0",3,NULL,0,NULL,0}, + {"ꖾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xbe",3,NULL,0,NULL,0}, + {"砥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x96",3,NULL,0,NULL,0}, + {"돑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x91",3,NULL,0,NULL,0}, + {"「",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x8c",3,NULL,0,NULL,0}, + {"햖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x96",3,NULL,0,NULL,0}, + {"뀸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xb8",3,NULL,0,NULL,0}, + {"럲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xb2",3,NULL,0,NULL,0}, + {"뀛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x9b",3,NULL,0,NULL,0}, + {"ꙅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x85",3,NULL,0,NULL,0}, + {"ő",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x91",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x90",3,NULL,0,NULL,0}, + {"씿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xbf",3,NULL,0,NULL,0}, + {"㸡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xa1",3,NULL,0,NULL,0}, + {"柫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xab",3,NULL,0,NULL,0}, + {"ভ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xad",3,NULL,0,NULL,0}, + {"䏵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xb5",3,NULL,0,NULL,0}, + {"У",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xa3",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x94",3,NULL,0,NULL,0}, + {"샔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x94",3,NULL,0,NULL,0}, + {"Ἠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xa8",3,NULL,0,NULL,0}, + {"ણ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xa3",3,NULL,0,NULL,0}, + {"쯎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xb4",3,NULL,0,NULL,0}, + {"鎁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x9f",3,NULL,0,NULL,0}, + {"䃏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xb8",3,NULL,0,NULL,0}, + {"읃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x83",3,NULL,0,NULL,0}, + {"艔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x94",3,NULL,0,NULL,0}, + {"ࢺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x8d",3,NULL,0,NULL,0}, + {"눃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xa5",3,NULL,0,NULL,0}, + {"∖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x96",3,NULL,0,NULL,0}, + {"ᦫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xab",3,NULL,0,NULL,0}, + {"⑻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xbb",3,NULL,0,NULL,0}, + {"蒕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x95",3,NULL,0,NULL,0}, + {"ꑼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xbc",3,NULL,0,NULL,0}, + {"伈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x88",3,NULL,0,NULL,0}, + {"銹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xb9",3,NULL,0,NULL,0}, + {"㿟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x9f",3,NULL,0,NULL,0}, + {"垱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xb1",3,NULL,0,NULL,0}, + {"﹒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x92",3,NULL,0,NULL,0}, + {"復",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xa6",3,NULL,0,NULL,0}, + {"瞞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x9e",3,NULL,0,NULL,0}, + {"问",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xae",3,NULL,0,NULL,0}, + {"膌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x8c",3,NULL,0,NULL,0}, + {"宀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x80",3,NULL,0,NULL,0}, + {"㑿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xbf",3,NULL,0,NULL,0}, + {"䵡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xa1",3,NULL,0,NULL,0}, + {"睛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x9b",3,NULL,0,NULL,0}, + {"孍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x8d",3,NULL,0,NULL,0}, + {"竫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xab",3,NULL,0,NULL,0}, + {"芈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x88",3,NULL,0,NULL,0}, + {"댙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x99",3,NULL,0,NULL,0}, + {"Ὄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x8c",3,NULL,0,NULL,0}, + {"ѓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x93",2,NULL,0,NULL,0}, + {"ạ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xa1",3,NULL,0,NULL,0}, + {"婣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xa3",3,NULL,0,NULL,0}, + {"쀻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xbb",3,NULL,0,NULL,0}, + {"귢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xa2",3,NULL,0,NULL,0}, + {"ބ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x84",2,NULL,0,NULL,0}, + {"ῷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xb7",3,NULL,0,NULL,0}, + {"氚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xb6",3,NULL,0,NULL,0}, + {"殁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x81",3,NULL,0,NULL,0}, + {"テ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xb6",3,NULL,0,NULL,0}, + {"䓽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xbd",3,NULL,0,NULL,0}, + {"♃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x83",3,NULL,0,NULL,0}, + {"죖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x96",3,NULL,0,NULL,0}, + {"넻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xbb",3,NULL,0,NULL,0}, + {"ꚝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x9d",3,NULL,0,NULL,0}, + {"堈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x88",3,NULL,0,NULL,0}, + {"㗷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xb7",3,NULL,0,NULL,0}, + {"쵉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x89",3,NULL,0,NULL,0}, + {"휟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xa4",3,NULL,0,NULL,0}, + {"℗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x97",3,NULL,0,NULL,0}, + {"쳲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xb2",3,NULL,0,NULL,0}, + {"韫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xab",3,NULL,0,NULL,0}, + {"樳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xb3",3,NULL,0,NULL,0}, + {"郥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xa5",3,NULL,0,NULL,0}, + {"굇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xb7",3,NULL,0,NULL,0}, + {"쒥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xa5",3,NULL,0,NULL,0}, + {"笖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x96",3,NULL,0,NULL,0}, + {"槛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x9b",3,NULL,0,NULL,0}, + {"䤒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x92",3,NULL,0,NULL,0}, + {"挠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xa0",3,NULL,0,NULL,0}, + {"籀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x80",3,NULL,0,NULL,0}, + {"큙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x99",3,NULL,0,NULL,0}, + {"컄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x84",3,NULL,0,NULL,0}, + {"姜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x9c",3,NULL,0,NULL,0}, + {"술",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xa0",3,NULL,0,NULL,0}, + {"뻭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xad",3,NULL,0,NULL,0}, + {"錙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x99",3,NULL,0,NULL,0}, + {"䭥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xa5",3,NULL,0,NULL,0}, + {"⋵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xb5",3,NULL,0,NULL,0}, + {"ዸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xb8",3,NULL,0,NULL,0}, + {"섊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x8a",3,NULL,0,NULL,0}, + {"ڦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xa6",2,NULL,0,NULL,0}, + {"㍇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x87",3,NULL,0,NULL,0}, + {"쥃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x83",3,NULL,0,NULL,0}, + {"킥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xa5",3,NULL,0,NULL,0}, + {"槞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x9e",3,NULL,0,NULL,0}, + {"䊥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xa5",3,NULL,0,NULL,0}, + {"榝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x9d",3,NULL,0,NULL,0}, + {"剄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x84",3,NULL,0,NULL,0}, + {"硆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x86",3,NULL,0,NULL,0}, + {"⟕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x95",3,NULL,0,NULL,0}, + {"䜧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xa7",3,NULL,0,NULL,0}, + {"䎢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xa2",3,NULL,0,NULL,0}, + {"攱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xb1",3,NULL,0,NULL,0}, + {"⛠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xa0",3,NULL,0,NULL,0}, + {"⁏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x9e",3,NULL,0,NULL,0}, + {"㔭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xad",3,NULL,0,NULL,0}, + {"靝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x9d",3,NULL,0,NULL,0}, + {"⫛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x9b",3,NULL,0,NULL,0}, + {"驻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xbb",3,NULL,0,NULL,0}, + {"㖞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x9e",3,NULL,0,NULL,0}, + {"ᙳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xb3",3,NULL,0,NULL,0}, + {"䔸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xb8",3,NULL,0,NULL,0}, + {"圼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xbc",3,NULL,0,NULL,0}, + {"毌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x8c",3,NULL,0,NULL,0}, + {"⻞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x9e",3,NULL,0,NULL,0}, + {"㎁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x81",3,NULL,0,NULL,0}, + {"훂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x85",3,NULL,0,NULL,0}, + {"鲜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x9c",3,NULL,0,NULL,0}, + {"ℜ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x9c",3,NULL,0,NULL,0}, + {"旪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xaa",3,NULL,0,NULL,0}, + {"糧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xa7",3,NULL,0,NULL,0}, + {"禍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x92",3,NULL,0,NULL,0}, + {"ꁇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x94",3,NULL,0,NULL,0}, + {"ᮤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xa4",3,NULL,0,NULL,0}, + {"揖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x96",3,NULL,0,NULL,0}, + {"삍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x8d",3,NULL,0,NULL,0}, + {"ҡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xa1",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x85",3,NULL,0,NULL,0}, + {"萼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xbc",3,NULL,0,NULL,0}, + {"❎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x8e",3,NULL,0,NULL,0}, + {"泸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xb8",3,NULL,0,NULL,0}, + {"ꠎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x8e",3,NULL,0,NULL,0}, + {"⹁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x9e",3,NULL,0,NULL,0}, + {"ꥯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xaf",3,NULL,0,NULL,0}, + {"䨭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xad",3,NULL,0,NULL,0}, + {"懐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x90",3,NULL,0,NULL,0}, + {"ꝅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x85",3,NULL,0,NULL,0}, + {"鬌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x8c",3,NULL,0,NULL,0}, + {"Ӣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xa2",2,NULL,0,NULL,0}, + {"⠚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x9a",3,NULL,0,NULL,0}, + {"ɜ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x9c",2,NULL,0,NULL,0}, + {"惷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xb7",3,NULL,0,NULL,0}, + {"埐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x90",3,NULL,0,NULL,0}, + {"鷫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xab",3,NULL,0,NULL,0}, + {"夈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x9e",3,NULL,0,NULL,0}, + {"㒺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xba",3,NULL,0,NULL,0}, + {"拀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x80",3,NULL,0,NULL,0}, + {"ꦡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xa1",3,NULL,0,NULL,0}, + {"䅾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xbe",3,NULL,0,NULL,0}, + {"鴮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xae",3,NULL,0,NULL,0}, + {"ḫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xab",3,NULL,0,NULL,0}, + {"捏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x8f",3,NULL,0,NULL,0}, + {"貺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xba",3,NULL,0,NULL,0}, + {"゚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x9a",3,NULL,0,NULL,0}, + {"啂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x94",3,NULL,0,NULL,0}, + {"璮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xae",3,NULL,0,NULL,0}, + {"▨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xa8",3,NULL,0,NULL,0}, + {"狊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x8a",3,NULL,0,NULL,0}, + {"踱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xb1",3,NULL,0,NULL,0}, + {"䚉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x89",3,NULL,0,NULL,0}, + {"烴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xb4",3,NULL,0,NULL,0}, + {"֞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x9e",2,NULL,0,NULL,0}, + {"ⷦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xa6",3,NULL,0,NULL,0}, + {"䦼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xbc",3,NULL,0,NULL,0}, + {"㊑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x91",3,NULL,0,NULL,0}, + {"拥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xa5",3,NULL,0,NULL,0}, + {"쇍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x8d",3,NULL,0,NULL,0}, + {"獄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x84",3,NULL,0,NULL,0}, + {"۸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xb8",2,NULL,0,NULL,0}, + {"Ꞥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xac",3,NULL,0,NULL,0}, + {"ˣ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xa3",2,NULL,0,NULL,0}, + {"⯰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xb0",3,NULL,0,NULL,0}, + {"檩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xa9",3,NULL,0,NULL,0}, + {"慖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x96",3,NULL,0,NULL,0}, + {"ྱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xb1",3,NULL,0,NULL,0}, + {"ⱇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x87",3,NULL,0,NULL,0}, + {"悜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xbd",3,NULL,0,NULL,0}, + {"묊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x8a",3,NULL,0,NULL,0}, + {"啼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xbc",3,NULL,0,NULL,0}, + {"痌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x8c",3,NULL,0,NULL,0}, + {"䃥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xa5",3,NULL,0,NULL,0}, + {"윯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xaf",3,NULL,0,NULL,0}, + {"餬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xac",3,NULL,0,NULL,0}, + {"ꫦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xa6",3,NULL,0,NULL,0}, + {"ౣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xa3",3,NULL,0,NULL,0}, + {"踛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x9b",3,NULL,0,NULL,0}, + {"胥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xa5",3,NULL,0,NULL,0}, + {"ི",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xb2",3,NULL,0,NULL,0}, + {"廊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x8a",3,NULL,0,NULL,0}, + {"䣛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x9b",3,NULL,0,NULL,0}, + {"ㅏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x8f",3,NULL,0,NULL,0}, + {"龧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xa7",3,NULL,0,NULL,0}, + {"༗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x97",3,NULL,0,NULL,0}, + {"屷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xb7",3,NULL,0,NULL,0}, + {"廹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xb9",3,NULL,0,NULL,0}, + {"名",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x8d",3,NULL,0,NULL,0}, + {"➦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xa6",3,NULL,0,NULL,0}, + {"禈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x88",3,NULL,0,NULL,0}, + {"䝼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xbc",3,NULL,0,NULL,0}, + {"봃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x93",3,NULL,0,NULL,0}, + {"搛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x9b",3,NULL,0,NULL,0}, + {"อ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xad",3,NULL,0,NULL,0}, + {"簵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xb5",3,NULL,0,NULL,0}, + {"ꭰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xb0",3,NULL,0,NULL,0}, + {"梠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xa0",3,NULL,0,NULL,0}, + {"솈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x88",3,NULL,0,NULL,0}, + {"Ჰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xb0",3,NULL,0,NULL,0}, + {"ⵆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x86",3,NULL,0,NULL,0}, + {"䳃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x83",3,NULL,0,NULL,0}, + {"䩭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xad",3,NULL,0,NULL,0}, + {"楀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x80",3,NULL,0,NULL,0}, + {"᰿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xbf",3,NULL,0,NULL,0}, + {"䳻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x8c",3,NULL,0,NULL,0}, + {"ꍔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x94",3,NULL,0,NULL,0}, + {"辒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x92",3,NULL,0,NULL,0}, + {"㡄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x84",3,NULL,0,NULL,0}, + {"ቇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x87",3,NULL,0,NULL,0}, + {"홒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x92",3,NULL,0,NULL,0}, + {"沦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xa6",3,NULL,0,NULL,0}, + {"従",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x93",3,NULL,0,NULL,0}, + {"ㄠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xa0",3,NULL,0,NULL,0}, + {"૶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xb6",3,NULL,0,NULL,0}, + {"콙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x99",3,NULL,0,NULL,0}, + {"ꈢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xa2",3,NULL,0,NULL,0}, + {"ꕋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x87",3,NULL,0,NULL,0}, + {"௤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xa4",3,NULL,0,NULL,0}, + {"ᅑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x91",3,NULL,0,NULL,0}, + {"馡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xa1",3,NULL,0,NULL,0}, + {"衕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x95",3,NULL,0,NULL,0}, + {"ꪓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x93",3,NULL,0,NULL,0}, + {"僉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x89",3,NULL,0,NULL,0}, + {"I",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa9",3,NULL,0,NULL,0}, + {"⬶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xb6",3,NULL,0,NULL,0}, + {"쑪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xb3",3,NULL,0,NULL,0}, + {"搱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xb1",3,NULL,0,NULL,0}, + {"鿈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x88",3,NULL,0,NULL,0}, + {"訑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x91",3,NULL,0,NULL,0}, + {"쿹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x87",3,NULL,0,NULL,0}, + {"稏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x8f",3,NULL,0,NULL,0}, + {"鳧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x99",3,NULL,0,NULL,0}, + {"䫞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x9e",3,NULL,0,NULL,0}, + {"釻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x8f",3,NULL,0,NULL,0}, + {"扔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x94",3,NULL,0,NULL,0}, + {"蛆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x86",3,NULL,0,NULL,0}, + {"깤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xa4",3,NULL,0,NULL,0}, + {"䈙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x99",3,NULL,0,NULL,0}, + {"㱙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x89",3,NULL,0,NULL,0}, + {"塲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xb2",3,NULL,0,NULL,0}, + {"䯼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xbc",3,NULL,0,NULL,0}, + {"鏿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xbf",3,NULL,0,NULL,0}, + {"滙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x99",3,NULL,0,NULL,0}, + {"㦡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xa1",3,NULL,0,NULL,0}, + {"Ⰳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x83",3,NULL,0,NULL,0}, + {"谣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xa3",3,NULL,0,NULL,0}, + {"븸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xb8",3,NULL,0,NULL,0}, + {"ꇙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x82",3,NULL,0,NULL,0}, + {"굚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x9a",3,NULL,0,NULL,0}, + {"揷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x84",3,NULL,0,NULL,0}, + {"箄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x84",3,NULL,0,NULL,0}, + {"綊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x8a",3,NULL,0,NULL,0}, + {"詒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x92",3,NULL,0,NULL,0}, + {"렰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xb0",3,NULL,0,NULL,0}, + {"黎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x8e",3,NULL,0,NULL,0}, + {"ꟲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xb2",3,NULL,0,NULL,0}, + {"憤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x83",3,NULL,0,NULL,0}, + {"ⶒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x92",3,NULL,0,NULL,0}, + {"䧼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x8a",3,NULL,0,NULL,0}, + {"㩂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x89",3,NULL,0,NULL,0}, + {"㟼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xbc",3,NULL,0,NULL,0}, + {"껣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xa3",3,NULL,0,NULL,0}, + {"웡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xa1",3,NULL,0,NULL,0}, + {"耝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x9d",3,NULL,0,NULL,0}, + {"ν",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xbd",2,NULL,0,NULL,0}, + {"鯢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xa2",3,NULL,0,NULL,0}, + {"륖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x96",3,NULL,0,NULL,0}, + {"ഈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x92",3,NULL,0,NULL,0}, + {"䱱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xb1",3,NULL,0,NULL,0}, + {"誱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xb1",3,NULL,0,NULL,0}, + {"渍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x8d",3,NULL,0,NULL,0}, + {"ⓖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x96",3,NULL,0,NULL,0}, + {"ʞ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x9e",2,NULL,0,NULL,0}, + {"銎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x8e",3,NULL,0,NULL,0}, + {"匾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xbe",3,NULL,0,NULL,0}, + {"ퟸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xb8",3,NULL,0,NULL,0}, + {"퇑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x91",3,NULL,0,NULL,0}, + {"篣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xa3",3,NULL,0,NULL,0}, + {"襠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xa0",3,NULL,0,NULL,0}, + {"累",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x89",3,NULL,0,NULL,0}, + {"咸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xb8",3,NULL,0,NULL,0}, + {"䶌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x8c",3,NULL,0,NULL,0}, + {"鼻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xbb",3,NULL,0,NULL,0}, + {"벭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xad",3,NULL,0,NULL,0}, + {"쓼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xbc",3,NULL,0,NULL,0}, + {"爲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xb2",3,NULL,0,NULL,0}, + {"栰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xb0",3,NULL,0,NULL,0}, + {"왫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xab",3,NULL,0,NULL,0}, + {"桹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xb9",3,NULL,0,NULL,0}, + {"ッ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xaf",3,NULL,0,NULL,0}, + {"ㄶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xb6",3,NULL,0,NULL,0}, + {"潁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x81",3,NULL,0,NULL,0}, + {"㝽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xbd",3,NULL,0,NULL,0}, + {"ꖝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x9d",3,NULL,0,NULL,0}, + {"ﶉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xa2",3,NULL,0,NULL,0}, + {"ᗂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x82",3,NULL,0,NULL,0}, + {"욲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xb2",3,NULL,0,NULL,0}, + {"룔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x94",3,NULL,0,NULL,0}, + {"ړ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x93",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x8c",3,NULL,0,NULL,0}, + {"譂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x82",3,NULL,0,NULL,0}, + {"즧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xa7",3,NULL,0,NULL,0}, + {"펮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xae",3,NULL,0,NULL,0}, + {"᜙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xad",3,NULL,0,NULL,0}, + {"뵆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x86",3,NULL,0,NULL,0}, + {"囼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xbc",3,NULL,0,NULL,0}, + {"䁰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xb0",3,NULL,0,NULL,0}, + {"㹾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xbe",3,NULL,0,NULL,0}, + {"╄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xad",3,NULL,0,NULL,0}, + {"丁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x81",3,NULL,0,NULL,0}, + {"叙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x99",3,NULL,0,NULL,0}, + {"푎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x8e",3,NULL,0,NULL,0}, + {"茒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x92",3,NULL,0,NULL,0}, + {"뤒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xaf",3,NULL,0,NULL,0}, + {"湑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x91",3,NULL,0,NULL,0}, + {"ߏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x8f",2,NULL,0,NULL,0}, + {"ꇔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xaa",3,NULL,0,NULL,0}, + {"뚴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xb4",3,NULL,0,NULL,0}, + {"ᔟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x9f",3,NULL,0,NULL,0}, + {"܊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x8a",2,NULL,0,NULL,0}, + {"鎨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xa8",3,NULL,0,NULL,0}, + {"⼎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x8e",3,NULL,0,NULL,0}, + {"䜓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x93",3,NULL,0,NULL,0}, + {"맚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x9a",3,NULL,0,NULL,0}, + {"שׂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xbc",3,NULL,0,NULL,0}, + {"ၪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xaa",3,NULL,0,NULL,0}, + {"灨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xa8",3,NULL,0,NULL,0}, + {"쨪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xaa",3,NULL,0,NULL,0}, + {"ꚸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x88",3,NULL,0,NULL,0}, + {"㼒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x92",3,NULL,0,NULL,0}, + {"෎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x8e",3,NULL,0,NULL,0}, + {"፰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xb0",3,NULL,0,NULL,0}, + {"哢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xa2",3,NULL,0,NULL,0}, + {"診",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xba",3,NULL,0,NULL,0}, + {"㯾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xbe",3,NULL,0,NULL,0}, + {"⣦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xa6",3,NULL,0,NULL,0}, + {"ꗈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x88",3,NULL,0,NULL,0}, + {"젇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x87",3,NULL,0,NULL,0}, + {"ᭈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x88",3,NULL,0,NULL,0}, + {"膱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xb1",3,NULL,0,NULL,0}, + {"ᓺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xba",3,NULL,0,NULL,0}, + {"늳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xb3",3,NULL,0,NULL,0}, + {"ᢂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x82",3,NULL,0,NULL,0}, + {"⪜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x9c",3,NULL,0,NULL,0}, + {"쌤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xa4",3,NULL,0,NULL,0}, + {"猒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x92",3,NULL,0,NULL,0}, + {"鐯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xaf",3,NULL,0,NULL,0}, + {"徨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xa8",3,NULL,0,NULL,0}, + {"ᢹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x99",3,NULL,0,NULL,0}, + {"鍑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x91",3,NULL,0,NULL,0}, + {"⏣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xa3",3,NULL,0,NULL,0}, + {"츙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x99",3,NULL,0,NULL,0}, + {"᥊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x8a",3,NULL,0,NULL,0}, + {"ㆧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xa7",3,NULL,0,NULL,0}, + {"ᄙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x99",3,NULL,0,NULL,0}, + {"ᶌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x8c",3,NULL,0,NULL,0}, + {"ﭬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xac",3,NULL,0,NULL,0}, + {"層",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xbc",3,NULL,0,NULL,0}, + {"헍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x8d",3,NULL,0,NULL,0}, + {"碰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xb0",3,NULL,0,NULL,0}, + {"敆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x86",3,NULL,0,NULL,0}, + {"줡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xa1",3,NULL,0,NULL,0}, + {"⧚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x9a",3,NULL,0,NULL,0}, + {"딤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xa4",3,NULL,0,NULL,0}, + {"Ď",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x8e",2,NULL,0,NULL,0}, + {"㷌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x8c",3,NULL,0,NULL,0}, + {"̈́",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x84",2,NULL,0,NULL,0}, + {"ꙏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x8f",3,NULL,0,NULL,0}, + {"瞼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x99",3,NULL,0,NULL,0}, + {"侪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xaa",3,NULL,0,NULL,0}, + {"찏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x8f",3,NULL,0,NULL,0}, + {"둠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xa0",3,NULL,0,NULL,0}, + {"菳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xb3",3,NULL,0,NULL,0}, + {"汕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x95",3,NULL,0,NULL,0}, + {"쁠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xa0",3,NULL,0,NULL,0}, + {"B",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa2",3,NULL,0,NULL,0}, + {"娻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xbb",3,NULL,0,NULL,0}, + {"鳒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x92",3,NULL,0,NULL,0}, + {"䐟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x9f",3,NULL,0,NULL,0}, + {"Ȑ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x90",2,NULL,0,NULL,0}, + {"ࠤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xa4",3,NULL,0,NULL,0}, + {"琉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x89",3,NULL,0,NULL,0}, + {"䒈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x88",3,NULL,0,NULL,0}, + {"㗬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xac",3,NULL,0,NULL,0}, + {"蟃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x83",3,NULL,0,NULL,0}, + {"人",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xba",3,NULL,0,NULL,0}, + {"躞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x9e",3,NULL,0,NULL,0}, + {"⇇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x87",3,NULL,0,NULL,0}, + {"葈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x88",3,NULL,0,NULL,0}, + {"⿭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xad",3,NULL,0,NULL,0}, + {"ஈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x88",3,NULL,0,NULL,0}, + {"䀞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x9e",3,NULL,0,NULL,0}, + {"쳗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xb2",3,NULL,0,NULL,0}, + {"砗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x97",3,NULL,0,NULL,0}, + {"脑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x91",3,NULL,0,NULL,0}, + {"놿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xbf",3,NULL,0,NULL,0}, + {"瘝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xa4",3,NULL,0,NULL,0}, + {"㐾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xbe",3,NULL,0,NULL,0}, + {"핎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x8e",3,NULL,0,NULL,0}, + {"ꌃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x83",3,NULL,0,NULL,0}, + {"寍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x8d",3,NULL,0,NULL,0}, + {"履",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x9f",3,NULL,0,NULL,0}, + {"ζ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb6",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x9e",3,NULL,0,NULL,0}, + {"㑭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xaa",3,NULL,0,NULL,0}, + {"⋩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xa9",3,NULL,0,NULL,0}, + {"훛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x9b",3,NULL,0,NULL,0}, + {"ㄇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x87",3,NULL,0,NULL,0}, + {"嫪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xaa",3,NULL,0,NULL,0}, + {"쫌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x8c",3,NULL,0,NULL,0}, + {"ﻇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x87",3,NULL,0,NULL,0}, + {"궁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x81",3,NULL,0,NULL,0}, + {"䠏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x80",3,NULL,0,NULL,0}, + {"嵞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x9e",3,NULL,0,NULL,0}, + {"䥨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xa8",3,NULL,0,NULL,0}, + {"ﯰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xb0",3,NULL,0,NULL,0}, + {"㚛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x9b",3,NULL,0,NULL,0}, + {"瘬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xac",3,NULL,0,NULL,0}, + {"눁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x81",3,NULL,0,NULL,0}, + {"ꆊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x8a",3,NULL,0,NULL,0}, + {"컎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x8e",3,NULL,0,NULL,0}, + {"蒧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xa7",3,NULL,0,NULL,0}, + {"˺",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xba",2,NULL,0,NULL,0}, + {"埋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x8b",3,NULL,0,NULL,0}, + {"䛆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x86",3,NULL,0,NULL,0}, + {"ृ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xa4",3,NULL,0,NULL,0}, + {"㓉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x89",3,NULL,0,NULL,0}, + {"녺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xba",3,NULL,0,NULL,0}, + {"ꒀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x80",3,NULL,0,NULL,0}, + {"櫘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xa8",3,NULL,0,NULL,0}, + {"꼌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x8c",3,NULL,0,NULL,0}, + {"顔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x94",3,NULL,0,NULL,0}, + {"넹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xb9",3,NULL,0,NULL,0}, + {"多",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x9d",3,NULL,0,NULL,0}, + {"樼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xbc",3,NULL,0,NULL,0}, + {"箲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xb2",3,NULL,0,NULL,0}, + {"䟽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xbd",3,NULL,0,NULL,0}, + {"댛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x88",3,NULL,0,NULL,0}, + {"⃓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x93",3,NULL,0,NULL,0}, + {"흞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x9e",3,NULL,0,NULL,0}, + {"鷹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xb9",3,NULL,0,NULL,0}, + {"霶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xb6",3,NULL,0,NULL,0}, + {"邝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x9d",3,NULL,0,NULL,0}, + {"᫷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xb7",3,NULL,0,NULL,0}, + {"婑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x91",3,NULL,0,NULL,0}, + {"杋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x8b",3,NULL,0,NULL,0}, + {"筜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x9c",3,NULL,0,NULL,0}, + {"ẳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xb3",3,NULL,0,NULL,0}, + {"㎖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x96",3,NULL,0,NULL,0}, + {"᠒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x92",3,NULL,0,NULL,0}, + {"茹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xb9",3,NULL,0,NULL,0}, + {"郼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xbc",3,NULL,0,NULL,0}, + {"⛂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x82",3,NULL,0,NULL,0}, + {"컀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xb6",3,NULL,0,NULL,0}, + {"噪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xaa",3,NULL,0,NULL,0}, + {"籘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x98",3,NULL,0,NULL,0}, + {"﫼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xbc",3,NULL,0,NULL,0}, + {"㋶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xb6",3,NULL,0,NULL,0}, + {"캍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x8d",3,NULL,0,NULL,0}, + {"她",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xb9",3,NULL,0,NULL,0}, + {"ꚗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x97",3,NULL,0,NULL,0}, + {"磰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xb0",3,NULL,0,NULL,0}, + {"֑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x91",2,NULL,0,NULL,0}, + {"⼷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xb7",3,NULL,0,NULL,0}, + {"۲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xb2",2,NULL,0,NULL,0}, + {"泃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x83",3,NULL,0,NULL,0}, + {"碇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x87",3,NULL,0,NULL,0}, + {"뜢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xa2",3,NULL,0,NULL,0}, + {"ᇸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x8e",3,NULL,0,NULL,0}, + {"冐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x8d",3,NULL,0,NULL,0}, + {"⚦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xa6",3,NULL,0,NULL,0}, + {"䞈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x88",3,NULL,0,NULL,0}, + {"ℕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x95",3,NULL,0,NULL,0}, + {"곎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x8e",3,NULL,0,NULL,0}, + {"剱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xb1",3,NULL,0,NULL,0}, + {"䲪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xaa",3,NULL,0,NULL,0}, + {"꾑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x91",3,NULL,0,NULL,0}, + {"◝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x9d",3,NULL,0,NULL,0}, + {"닚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x9a",3,NULL,0,NULL,0}, + {"퉆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x86",3,NULL,0,NULL,0}, + {"҃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x83",2,NULL,0,NULL,0}, + {"⅖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x96",3,NULL,0,NULL,0}, + {"薟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x9f",3,NULL,0,NULL,0}, + {"੿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xbf",3,NULL,0,NULL,0}, + {"䌽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xb5",3,NULL,0,NULL,0}, + {"⁍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x8d",3,NULL,0,NULL,0}, + {"騂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x82",3,NULL,0,NULL,0}, + {"✜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x9c",3,NULL,0,NULL,0}, + {"֦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xa6",2,NULL,0,NULL,0}, + {"ҹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xb9",2,NULL,0,NULL,0}, + {"蠭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xad",3,NULL,0,NULL,0}, + {"쀘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x98",3,NULL,0,NULL,0}, + {"⚁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x81",3,NULL,0,NULL,0}, + {"㛂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xb8",3,NULL,0,NULL,0}, + {"圃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xbe",3,NULL,0,NULL,0}, + {"犡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xa1",3,NULL,0,NULL,0}, + {"⋷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xb7",3,NULL,0,NULL,0}, + {"畖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x96",3,NULL,0,NULL,0}, + {"ꍵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xb5",3,NULL,0,NULL,0}, + {"㍍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x8d",3,NULL,0,NULL,0}, + {"墫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xab",3,NULL,0,NULL,0}, + {"轔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x94",3,NULL,0,NULL,0}, + {"糍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x8d",3,NULL,0,NULL,0}, + {"ᯛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x9b",3,NULL,0,NULL,0}, + {"샲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xb2",3,NULL,0,NULL,0}, + {"颜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x9c",3,NULL,0,NULL,0}, + {"Ԩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xa8",2,NULL,0,NULL,0}, + {"㨞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x9e",3,NULL,0,NULL,0}, + {"⟇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x87",3,NULL,0,NULL,0}, + {"掸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xb8",3,NULL,0,NULL,0}, + {"䜵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xb5",3,NULL,0,NULL,0}, + {"괏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x8f",3,NULL,0,NULL,0}, + {"锆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x86",3,NULL,0,NULL,0}, + {"䎮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xae",3,NULL,0,NULL,0}, + {"굓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x93",3,NULL,0,NULL,0}, + {"ϼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xbc",2,NULL,0,NULL,0}, + {"㲏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x8f",3,NULL,0,NULL,0}, + {"⮬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xac",3,NULL,0,NULL,0}, + {"㮘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x98",3,NULL,0,NULL,0}, + {"箽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xbd",3,NULL,0,NULL,0}, + {"⡫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xab",3,NULL,0,NULL,0}, + {"큉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x89",3,NULL,0,NULL,0}, + {"㦫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xab",3,NULL,0,NULL,0}, + {"꬧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xa7",3,NULL,0,NULL,0}, + {"⏐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x90",3,NULL,0,NULL,0}, + {"뾑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x91",3,NULL,0,NULL,0}, + {"犮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xae",3,NULL,0,NULL,0}, + {"횶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xb6",3,NULL,0,NULL,0}, + {"䧥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xa5",3,NULL,0,NULL,0}, + {"魋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x8b",3,NULL,0,NULL,0}, + {"鲘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x98",3,NULL,0,NULL,0}, + {"ᄮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xae",3,NULL,0,NULL,0}, + {"⇮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xae",3,NULL,0,NULL,0}, + {"顚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x9a",3,NULL,0,NULL,0}, + {"㧭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xad",3,NULL,0,NULL,0}, + {"ꨔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x94",3,NULL,0,NULL,0}, + {"揆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x86",3,NULL,0,NULL,0}, + {"᭜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x9c",3,NULL,0,NULL,0}, + {"뭉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x89",3,NULL,0,NULL,0}, + {"빲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xb2",3,NULL,0,NULL,0}, + {"喻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xb9",3,NULL,0,NULL,0}, + {"嘫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xab",3,NULL,0,NULL,0}, + {"淠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xa0",3,NULL,0,NULL,0}, + {"쯗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x97",3,NULL,0,NULL,0}, + {"☥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xa5",3,NULL,0,NULL,0}, + {"黫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xab",3,NULL,0,NULL,0}, + {"炏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x8f",3,NULL,0,NULL,0}, + {"痥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xa5",3,NULL,0,NULL,0}, + {"먑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x91",3,NULL,0,NULL,0}, + {"❢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xa2",3,NULL,0,NULL,0}, + {"㥂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x82",3,NULL,0,NULL,0}, + {"⩪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xaa",3,NULL,0,NULL,0}, + {"⌷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xb7",3,NULL,0,NULL,0}, + {"⳩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xa9",3,NULL,0,NULL,0}, + {"엛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x9b",3,NULL,0,NULL,0}, + {"獜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x9c",3,NULL,0,NULL,0}, + {"䅊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x9b",3,NULL,0,NULL,0}, + {"Ⰸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x88",3,NULL,0,NULL,0}, + {"뫘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x98",3,NULL,0,NULL,0}, + {"ಢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xa2",3,NULL,0,NULL,0}, + {"ቍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x8d",3,NULL,0,NULL,0}, + {"좙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x99",3,NULL,0,NULL,0}, + {"⧠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xa0",3,NULL,0,NULL,0}, + {"퇰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xb0",3,NULL,0,NULL,0}, + {"䄩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xa9",3,NULL,0,NULL,0}, + {"ୌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x8c",3,NULL,0,NULL,0}, + {"匈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x88",3,NULL,0,NULL,0}, + {"⥷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xb7",3,NULL,0,NULL,0}, + {"庖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x96",3,NULL,0,NULL,0}, + {"A",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"퓁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x81",3,NULL,0,NULL,0}, + {"蹃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x83",3,NULL,0,NULL,0}, + {"焀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x80",3,NULL,0,NULL,0}, + {"摪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xaa",3,NULL,0,NULL,0}, + {"ຠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xa0",3,NULL,0,NULL,0}, + {"弽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xbd",3,NULL,0,NULL,0}, + {"襵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xb5",3,NULL,0,NULL,0}, + {"㚬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xac",3,NULL,0,NULL,0}, + {"秒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x92",3,NULL,0,NULL,0}, + {"愯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xaf",3,NULL,0,NULL,0}, + {"읾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xbe",3,NULL,0,NULL,0}, + {"世",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x96",3,NULL,0,NULL,0}, + {"攦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xa6",3,NULL,0,NULL,0}, + {"൚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x9a",3,NULL,0,NULL,0}, + {"᳐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x90",3,NULL,0,NULL,0}, + {"ꎿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xbf",3,NULL,0,NULL,0}, + {"퐹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xb9",3,NULL,0,NULL,0}, + {"慰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xb0",3,NULL,0,NULL,0}, + {"䕬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xb3",3,NULL,0,NULL,0}, + {"棅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x85",3,NULL,0,NULL,0}, + {"游",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xbc",3,NULL,0,NULL,0}, + {"윭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xad",3,NULL,0,NULL,0}, + {"讄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x95",3,NULL,0,NULL,0}, + {"ꊕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x95",3,NULL,0,NULL,0}, + {"㵘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x98",3,NULL,0,NULL,0}, + {"ౡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xa1",3,NULL,0,NULL,0}, + {"ኤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xa4",3,NULL,0,NULL,0}, + {"ꖁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x81",3,NULL,0,NULL,0}, + {"릍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x8d",3,NULL,0,NULL,0}, + {"싔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x94",3,NULL,0,NULL,0}, + {"폯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xaf",3,NULL,0,NULL,0}, + {"龥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xbb",3,NULL,0,NULL,0}, + {"覼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xbc",3,NULL,0,NULL,0}, + {"叿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xbf",3,NULL,0,NULL,0}, + {"鱆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x86",3,NULL,0,NULL,0}, + {"Ꟃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x82",3,NULL,0,NULL,0}, + {"營",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x9f",3,NULL,0,NULL,0}, + {"ꭸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xac",3,NULL,0,NULL,0}, + {"叴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xb4",3,NULL,0,NULL,0}, + {"蝁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x81",3,NULL,0,NULL,0}, + {"誄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x84",3,NULL,0,NULL,0}, + {"६",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xac",3,NULL,0,NULL,0}, + {"폈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x88",3,NULL,0,NULL,0}, + {"ﳈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x88",3,NULL,0,NULL,0}, + {"໌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x8c",3,NULL,0,NULL,0}, + {"鮩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x84",3,NULL,0,NULL,0}, + {"䲋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x8b",3,NULL,0,NULL,0}, + {"ꉦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xa6",3,NULL,0,NULL,0}, + {"ﺫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xab",3,NULL,0,NULL,0}, + {"쩭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x89",3,NULL,0,NULL,0}, + {"鍴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xb4",3,NULL,0,NULL,0}, + {"ᵭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xad",3,NULL,0,NULL,0}, + {"퇷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xb7",3,NULL,0,NULL,0}, + {"㕌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x8c",3,NULL,0,NULL,0}, + {"䬿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xbf",3,NULL,0,NULL,0}, + {"쑺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xba",3,NULL,0,NULL,0}, + {"鸿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xbf",3,NULL,0,NULL,0}, + {"괸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb6",3,NULL,0,NULL,0}, + {"綼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xab",3,NULL,0,NULL,0}, + {"렒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x92",3,NULL,0,NULL,0}, + {"䖳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xb3",3,NULL,0,NULL,0}, + {"䳊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x8a",3,NULL,0,NULL,0}, + {"첃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x83",3,NULL,0,NULL,0}, + {"鸣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xa3",3,NULL,0,NULL,0}, + {"럑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x91",3,NULL,0,NULL,0}, + {"꿰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xb0",3,NULL,0,NULL,0}, + {"﹣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xa3",3,NULL,0,NULL,0}, + {"瞑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x91",3,NULL,0,NULL,0}, + {"枥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x9a",3,NULL,0,NULL,0}, + {"瀠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xa0",3,NULL,0,NULL,0}, + {"旓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x93",3,NULL,0,NULL,0}, + {"簉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x89",3,NULL,0,NULL,0}, + {"ਅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x85",3,NULL,0,NULL,0}, + {"彳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xb3",3,NULL,0,NULL,0}, + {"剩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xa9",3,NULL,0,NULL,0}, + {"䀻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xbb",3,NULL,0,NULL,0}, + {"浡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xa1",3,NULL,0,NULL,0}, + {"텲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xb2",3,NULL,0,NULL,0}, + {"⢐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x90",3,NULL,0,NULL,0}, + {"஭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xad",3,NULL,0,NULL,0}, + {"쎓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x93",3,NULL,0,NULL,0}, + {"絾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xbe",3,NULL,0,NULL,0}, + {"鵖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x86",3,NULL,0,NULL,0}, + {"횃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x83",3,NULL,0,NULL,0}, + {"뱠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xa0",3,NULL,0,NULL,0}, + {"阊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x8a",3,NULL,0,NULL,0}, + {"祲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xb2",3,NULL,0,NULL,0}, + {"透",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x8f",3,NULL,0,NULL,0}, + {"튠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xa0",3,NULL,0,NULL,0}, + {"帢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xa2",3,NULL,0,NULL,0}, + {"宥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xa5",3,NULL,0,NULL,0}, + {"ﴴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xb4",3,NULL,0,NULL,0}, + {"︞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x9e",3,NULL,0,NULL,0}, + {"웛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x9b",3,NULL,0,NULL,0}, + {"滽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xbd",3,NULL,0,NULL,0}, + {"乼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xbc",3,NULL,0,NULL,0}, + {"旾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xbe",3,NULL,0,NULL,0}, + {"亇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xb4",3,NULL,0,NULL,0}, + {"贠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xa0",3,NULL,0,NULL,0}, + {"誻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xb3",3,NULL,0,NULL,0}, + {"瓪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xaa",3,NULL,0,NULL,0}, + {"䲕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x95",3,NULL,0,NULL,0}, + {"ῌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x8c",3,NULL,0,NULL,0}, + {"떉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x89",3,NULL,0,NULL,0}, + {"䫴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xb4",3,NULL,0,NULL,0}, + {"료",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x8c",3,NULL,0,NULL,0}, + {" ̄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa3",3,NULL,0,NULL,0}, + {"俷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x82",3,NULL,0,NULL,0}, + {"꒡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xa1",3,NULL,0,NULL,0}, + {"뗀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x80",3,NULL,0,NULL,0}, + {"銒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x92",3,NULL,0,NULL,0}, + {"곕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x95",3,NULL,0,NULL,0}, + {"㾟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x9f",3,NULL,0,NULL,0}, + {"呌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x8c",3,NULL,0,NULL,0}, + {"襤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xa4",3,NULL,0,NULL,0}, + {"闉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x89",3,NULL,0,NULL,0}, + {"腡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xa1",3,NULL,0,NULL,0}, + {"틿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xbf",3,NULL,0,NULL,0}, + {"뎧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xa7",3,NULL,0,NULL,0}, + {"伯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xaf",3,NULL,0,NULL,0}, + {"芭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xad",3,NULL,0,NULL,0}, + {"嬦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xa6",3,NULL,0,NULL,0}, + {"꜡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x99",3,NULL,0,NULL,0}, + {"恒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x92",3,NULL,0,NULL,0}, + {"닮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xae",3,NULL,0,NULL,0}, + {"똯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xaf",3,NULL,0,NULL,0}, + {"ﴚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x9a",3,NULL,0,NULL,0}, + {"ュ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xad",3,NULL,0,NULL,0}, + {"䵒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xa6",3,NULL,0,NULL,0}, + {"Ỏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x8e",3,NULL,0,NULL,0}, + {"み",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xbf",3,NULL,0,NULL,0}, + {"⛻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xbb",3,NULL,0,NULL,0}, + {"鄕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x9c",3,NULL,0,NULL,0}, + {"⾇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x8b",3,NULL,0,NULL,0}, + {"峷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xb7",3,NULL,0,NULL,0}, + {"㋈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xaa",3,NULL,0,NULL,0}, + {"ꖅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x85",3,NULL,0,NULL,0}, + {"놱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xb1",3,NULL,0,NULL,0}, + {"鴛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x9b",3,NULL,0,NULL,0}, + {"ꅐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x90",3,NULL,0,NULL,0}, + {"檞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x9e",3,NULL,0,NULL,0}, + {"죻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xbb",3,NULL,0,NULL,0}, + {"넔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x94",3,NULL,0,NULL,0}, + {"ዟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x9f",3,NULL,0,NULL,0}, + {"胄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x84",3,NULL,0,NULL,0}, + {"磙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x99",3,NULL,0,NULL,0}, + {"韆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x86",3,NULL,0,NULL,0}, + {"‡",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x87",2,NULL,0,NULL,0}, + {"ጨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xa8",3,NULL,0,NULL,0}, + {"㯞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x9e",3,NULL,0,NULL,0}, + {"㳈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x88",3,NULL,0,NULL,0}, + {"樅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x85",3,NULL,0,NULL,0}, + {"Δ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x94",2,NULL,0,NULL,0}, + {"硒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x92",3,NULL,0,NULL,0}, + {"茞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x9e",3,NULL,0,NULL,0}, + {"醳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xb3",3,NULL,0,NULL,0}, + {"힕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x95",3,NULL,0,NULL,0}, + {"ᮝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x9d",3,NULL,0,NULL,0}, + {"Ꭻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x90",3,NULL,0,NULL,0}, + {"졛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xb5",3,NULL,0,NULL,0}, + {"ᚸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xa2",3,NULL,0,NULL,0}, + {"⊻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xbb",3,NULL,0,NULL,0}, + {"❁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x81",3,NULL,0,NULL,0}, + {"⪴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xb4",3,NULL,0,NULL,0}, + {"ᢻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xbb",3,NULL,0,NULL,0}, + {"﬙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x99",3,NULL,0,NULL,0}, + {"ߞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x9e",2,NULL,0,NULL,0}, + {"Ȯ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xae",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x81",3,NULL,0,NULL,0}, + {"鎕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x95",3,NULL,0,NULL,0}, + {"⋊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x8a",3,NULL,0,NULL,0}, + {"礓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x93",3,NULL,0,NULL,0}, + {"䧐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x90",3,NULL,0,NULL,0}, + {"㇛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x9b",3,NULL,0,NULL,0}, + {"뜋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x8b",3,NULL,0,NULL,0}, + {"耫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xab",3,NULL,0,NULL,0}, + {"ꂷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xb7",3,NULL,0,NULL,0}, + {"ᴹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xb9",3,NULL,0,NULL,0}, + {"酱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xb1",3,NULL,0,NULL,0}, + {"띴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xb4",3,NULL,0,NULL,0}, + {"﨩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xa9",3,NULL,0,NULL,0}, + {"荤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xa4",3,NULL,0,NULL,0}, + {"᨜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x9c",3,NULL,0,NULL,0}, + {"↍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xb9",3,NULL,0,NULL,0}, + {"処",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xa6",3,NULL,0,NULL,0}, + {"狲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xb2",3,NULL,0,NULL,0}, + {"蕋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x8b",3,NULL,0,NULL,0}, + {"
",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa8",3,NULL,0,NULL,0}, + {"沅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x85",3,NULL,0,NULL,0}, + {"ƽ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xbd",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xb4",3,NULL,0,NULL,0}, + {"蓢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xa2",3,NULL,0,NULL,0}, + {"禜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x9c",3,NULL,0,NULL,0}, + {"쬎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x8e",3,NULL,0,NULL,0}, + {"Ȕ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x94",2,NULL,0,NULL,0}, + {"牁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x81",3,NULL,0,NULL,0}, + {"䥐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x90",3,NULL,0,NULL,0}, + {"ᚖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x96",3,NULL,0,NULL,0}, + {"蒼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xbc",3,NULL,0,NULL,0}, + {"䐍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xa2",3,NULL,0,NULL,0}, + {"䀇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x87",3,NULL,0,NULL,0}, + {"㎵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xb5",3,NULL,0,NULL,0}, + {"헇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x87",3,NULL,0,NULL,0}, + {"ᗳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xaa",3,NULL,0,NULL,0}, + {"償",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x9f",3,NULL,0,NULL,0}, + {"쑧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xa7",3,NULL,0,NULL,0}, + {"荺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xba",3,NULL,0,NULL,0}, + {"庑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x91",3,NULL,0,NULL,0}, + {"挜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x9c",3,NULL,0,NULL,0}, + {"앚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x8e",3,NULL,0,NULL,0}, + {"缈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xa1",3,NULL,0,NULL,0}, + {"첮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xae",3,NULL,0,NULL,0}, + {"檺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xba",3,NULL,0,NULL,0}, + {"Ṹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xb8",3,NULL,0,NULL,0}, + {"钀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x80",3,NULL,0,NULL,0}, + {"鱖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x96",3,NULL,0,NULL,0}, + {"쁨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xa8",3,NULL,0,NULL,0}, + {"诗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x97",3,NULL,0,NULL,0}, + {"⓻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xbb",3,NULL,0,NULL,0}, + {"䡞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x87",3,NULL,0,NULL,0}, + {"ㅆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x86",3,NULL,0,NULL,0}, + {"ᝳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xb3",3,NULL,0,NULL,0}, + {"☄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x84",3,NULL,0,NULL,0}, + {"奌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x8c",3,NULL,0,NULL,0}, + {"쮾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xbe",3,NULL,0,NULL,0}, + {"ㄅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x8d",3,NULL,0,NULL,0}, + {"ꄂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x82",3,NULL,0,NULL,0}, + {"獊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x8a",3,NULL,0,NULL,0}, + {"䣟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x9f",3,NULL,0,NULL,0}, + {"ქ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xa5",3,NULL,0,NULL,0}, + {"ԍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x8d",2,NULL,0,NULL,0}, + {"⟯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xaf",3,NULL,0,NULL,0}, + {"쏁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x81",3,NULL,0,NULL,0}, + {"ꐣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x91",3,NULL,0,NULL,0}, + {"갸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xb8",3,NULL,0,NULL,0}, + {"࿒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x92",3,NULL,0,NULL,0}, + {"ᖉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x89",3,NULL,0,NULL,0}, + {"䟁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x81",3,NULL,0,NULL,0}, + {"櫔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xa2",3,NULL,0,NULL,0}, + {"抝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x8c",3,NULL,0,NULL,0}, + {"뛤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xab",3,NULL,0,NULL,0}, + {"꼾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xbe",3,NULL,0,NULL,0}, + {"찧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xa7",3,NULL,0,NULL,0}, + {"௙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x99",3,NULL,0,NULL,0}, + {"ϡ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xa1",2,NULL,0,NULL,0}, + {"嫎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x8e",3,NULL,0,NULL,0}, + {"苚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x9a",3,NULL,0,NULL,0}, + {"좼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xbc",3,NULL,0,NULL,0}, + {"⨙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x99",3,NULL,0,NULL,0}, + {"ཇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xb6",3,NULL,0,NULL,0}, + {"⦒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x92",3,NULL,0,NULL,0}, + {"䘍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x8d",3,NULL,0,NULL,0}, + {"퉸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xb8",3,NULL,0,NULL,0}, + {"䪲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xb2",3,NULL,0,NULL,0}, + {"쟌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x8c",3,NULL,0,NULL,0}, + {"㘢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xa2",3,NULL,0,NULL,0}, + {"쭣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xa3",3,NULL,0,NULL,0}, + {"밸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x8d",3,NULL,0,NULL,0}, + {"畭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xad",3,NULL,0,NULL,0}, + {"萮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xae",3,NULL,0,NULL,0}, + {"㊴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xb4",3,NULL,0,NULL,0}, + {"䚶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xb6",3,NULL,0,NULL,0}, + {"粊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x8a",3,NULL,0,NULL,0}, + {"④",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xa3",3,NULL,0,NULL,0}, + {"肧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xa7",3,NULL,0,NULL,0}, + {"ﰁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x81",3,NULL,0,NULL,0}, + {"㜈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x88",3,NULL,0,NULL,0}, + {"ⴡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xa1",3,NULL,0,NULL,0}, + {"᧎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x8e",3,NULL,0,NULL,0}, + {"␄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x84",3,NULL,0,NULL,0}, + {"겏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x8f",3,NULL,0,NULL,0}, + {"䪝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x9d",3,NULL,0,NULL,0}, + {"၇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x87",3,NULL,0,NULL,0}, + {"洺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xba",3,NULL,0,NULL,0}, + {"ꋢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xa2",3,NULL,0,NULL,0}, + {"셔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x94",3,NULL,0,NULL,0}, + {"鮃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x83",3,NULL,0,NULL,0}, + {"곘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x98",3,NULL,0,NULL,0}, + {"樴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xb4",3,NULL,0,NULL,0}, + {"픐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x90",3,NULL,0,NULL,0}, + {"朳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xb3",3,NULL,0,NULL,0}, + {"坥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xa5",3,NULL,0,NULL,0}, + {"໰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xb0",3,NULL,0,NULL,0}, + {"퇢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xa2",3,NULL,0,NULL,0}, + {"쾡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xa1",3,NULL,0,NULL,0}, + {"ꇲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xb2",3,NULL,0,NULL,0}, + {"噺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xba",3,NULL,0,NULL,0}, + {"❦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xa6",3,NULL,0,NULL,0}, + {"㙣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xa3",3,NULL,0,NULL,0}, + {"㌖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x96",3,NULL,0,NULL,0}, + {"ꏨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xa8",3,NULL,0,NULL,0}, + {"澾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xbe",3,NULL,0,NULL,0}, + {"ꡒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x92",3,NULL,0,NULL,0}, + {"葯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xaf",3,NULL,0,NULL,0}, + {"妃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x83",3,NULL,0,NULL,0}, + {"ꀃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x83",3,NULL,0,NULL,0}, + {"鵣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xa3",3,NULL,0,NULL,0}, + {"⤢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xa2",3,NULL,0,NULL,0}, + {"䕰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xb0",3,NULL,0,NULL,0}, + {"戱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xb1",3,NULL,0,NULL,0}, + {"ﬔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x94",3,NULL,0,NULL,0}, + {"髤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xa4",3,NULL,0,NULL,0}, + {"㩙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x99",3,NULL,0,NULL,0}, + {"椕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x95",3,NULL,0,NULL,0}, + {"ᩍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x8d",3,NULL,0,NULL,0}, + {"焙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x99",3,NULL,0,NULL,0}, + {"窟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x9f",3,NULL,0,NULL,0}, + {"킳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xb3",3,NULL,0,NULL,0}, + {"瞁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x81",3,NULL,0,NULL,0}, + {"㑔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x9e",3,NULL,0,NULL,0}, + {"䳆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x96",3,NULL,0,NULL,0}, + {"㰾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xbe",3,NULL,0,NULL,0}, + {"豿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xbf",3,NULL,0,NULL,0}, + {"뤽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xbd",3,NULL,0,NULL,0}, + {"㲝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x9d",3,NULL,0,NULL,0}, + {"챿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xbf",3,NULL,0,NULL,0}, + {"숿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xbf",3,NULL,0,NULL,0}, + {"㥙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x99",3,NULL,0,NULL,0}, + {"皕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x95",3,NULL,0,NULL,0}, + {"һ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xbb",2,NULL,0,NULL,0}, + {"⺐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x90",3,NULL,0,NULL,0}, + {"熧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9f",3,NULL,0,NULL,0}, + {"蹑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x91",3,NULL,0,NULL,0}, + {"ᆳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xad",3,NULL,0,NULL,0}, + {"欬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xac",3,NULL,0,NULL,0}, + {"킕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x95",3,NULL,0,NULL,0}, + {"Ⴥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x85",3,NULL,0,NULL,0}, + {"種",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xae",3,NULL,0,NULL,0}, + {"롋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x8b",3,NULL,0,NULL,0}, + {"㩯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xaf",3,NULL,0,NULL,0}, + {"꺋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x8b",3,NULL,0,NULL,0}, + {"䉿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xbf",3,NULL,0,NULL,0}, + {"劥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xbe",3,NULL,0,NULL,0}, + {"ᯙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x99",3,NULL,0,NULL,0}, + {"ఘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x98",3,NULL,0,NULL,0}, + {"㧺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xba",3,NULL,0,NULL,0}, + {"ğ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x9f",2,NULL,0,NULL,0}, + {"<",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"浥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xa5",3,NULL,0,NULL,0}, + {"㍷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xb7",3,NULL,0,NULL,0}, + {"嘙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x99",3,NULL,0,NULL,0}, + {"肗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x91",3,NULL,0,NULL,0}, + {"ꢿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xbf",3,NULL,0,NULL,0}, + {"辟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xa5",3,NULL,0,NULL,0}, + {"욝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x8d",3,NULL,0,NULL,0}, + {"몞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xbf",3,NULL,0,NULL,0}, + {"큛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x9b",3,NULL,0,NULL,0}, + {"틯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xaf",3,NULL,0,NULL,0}, + {"麣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xa3",3,NULL,0,NULL,0}, + {"؊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x8a",2,NULL,0,NULL,0}, + {"뽂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x82",3,NULL,0,NULL,0}, + {"뾣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xa3",3,NULL,0,NULL,0}, + {"柄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x84",3,NULL,0,NULL,0}, + {"⎜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x9c",3,NULL,0,NULL,0}, + {"䧗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x97",3,NULL,0,NULL,0}, + {"믧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xa7",3,NULL,0,NULL,0}, + {"篴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xb4",3,NULL,0,NULL,0}, + {"뵝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x9d",3,NULL,0,NULL,0}, + {"䫯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x89",3,NULL,0,NULL,0}, + {"㙃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x83",3,NULL,0,NULL,0}, + {"祛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9a",3,NULL,0,NULL,0}, + {"刞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x9e",3,NULL,0,NULL,0}, + {"뭫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xab",3,NULL,0,NULL,0}, + {"玎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x8e",3,NULL,0,NULL,0}, + {"梌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x8c",3,NULL,0,NULL,0}, + {"鰇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x87",3,NULL,0,NULL,0}, + {"秽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xbd",3,NULL,0,NULL,0}, + {"㞐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x90",3,NULL,0,NULL,0}, + {"卫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xab",3,NULL,0,NULL,0}, + {"ᕖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x96",3,NULL,0,NULL,0}, + {"㣭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xad",3,NULL,0,NULL,0}, + {"瓽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xbd",3,NULL,0,NULL,0}, + {"晨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xa8",3,NULL,0,NULL,0}, + {"紀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xa7",3,NULL,0,NULL,0}, + {"꠸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xb8",3,NULL,0,NULL,0}, + {"꥟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x9f",3,NULL,0,NULL,0}, + {"䩄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x84",3,NULL,0,NULL,0}, + {"褵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xb5",3,NULL,0,NULL,0}, + {"퓙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x99",3,NULL,0,NULL,0}, + {"콅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x85",3,NULL,0,NULL,0}, + {"㦓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x93",3,NULL,0,NULL,0}, + {"瀌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x8c",3,NULL,0,NULL,0}, + {"⩊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x8a",3,NULL,0,NULL,0}, + {"鼔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x94",3,NULL,0,NULL,0}, + {"愝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x9d",3,NULL,0,NULL,0}, + {"ල",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xbd",3,NULL,0,NULL,0}, + {"뷆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x86",3,NULL,0,NULL,0}, + {"秞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x9e",3,NULL,0,NULL,0}, + {"鴖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x96",3,NULL,0,NULL,0}, + {"᷻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xbb",3,NULL,0,NULL,0}, + {"澍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xa9",3,NULL,0,NULL,0}, + {"赣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xa3",3,NULL,0,NULL,0}, + {"遭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xad",3,NULL,0,NULL,0}, + {"謟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x9f",3,NULL,0,NULL,0}, + {"룹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xb9",3,NULL,0,NULL,0}, + {"篝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x9d",3,NULL,0,NULL,0}, + {"비",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x84",3,NULL,0,NULL,0}, + {"穔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x94",3,NULL,0,NULL,0}, + {"讐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x90",3,NULL,0,NULL,0}, + {"떐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x90",3,NULL,0,NULL,0}, + {"踃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xa1",3,NULL,0,NULL,0}, + {"뢢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xa2",3,NULL,0,NULL,0}, + {"䰤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xa4",3,NULL,0,NULL,0}, + {"襳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xb3",3,NULL,0,NULL,0}, + {"煙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x99",3,NULL,0,NULL,0}, + {"䰯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xaf",3,NULL,0,NULL,0}, + {"ୈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x88",3,NULL,0,NULL,0}, + {"滩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xa9",3,NULL,0,NULL,0}, + {"璌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x8c",3,NULL,0,NULL,0}, + {"闫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xab",3,NULL,0,NULL,0}, + {"꤀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x80",3,NULL,0,NULL,0}, + {"仰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xb0",3,NULL,0,NULL,0}, + {"긯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xaf",3,NULL,0,NULL,0}, + {"赃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x83",3,NULL,0,NULL,0}, + {"ເ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x80",3,NULL,0,NULL,0}, + {"㤌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x8c",3,NULL,0,NULL,0}, + {"㻚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x93",3,NULL,0,NULL,0}, + {"谆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x86",3,NULL,0,NULL,0}, + {"낮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xae",3,NULL,0,NULL,0}, + {"≈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x88",3,NULL,0,NULL,0}, + {"͓",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x93",2,NULL,0,NULL,0}, + {"곴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xb4",3,NULL,0,NULL,0}, + {"賜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xa1",3,NULL,0,NULL,0}, + {"鶃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x83",3,NULL,0,NULL,0}, + {"ೄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x84",3,NULL,0,NULL,0}, + {"餑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x91",3,NULL,0,NULL,0}, + {"ﱧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xa7",3,NULL,0,NULL,0}, + {"퐊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x8a",3,NULL,0,NULL,0}, + {"臊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x8a",3,NULL,0,NULL,0}, + {"鑚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x9a",3,NULL,0,NULL,0}, + {"ఽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xbd",3,NULL,0,NULL,0}, + {"ﴀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x80",3,NULL,0,NULL,0}, + {"趤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xa4",3,NULL,0,NULL,0}, + {"᷸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xb8",3,NULL,0,NULL,0}, + {"%",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"%",1,NULL,0,NULL,0}, + {"௼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xbc",3,NULL,0,NULL,0}, + {"ᕚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x9a",3,NULL,0,NULL,0}, + {"꜀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x80",3,NULL,0,NULL,0}, + {"燝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x9d",3,NULL,0,NULL,0}, + {"㇂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xba",3,NULL,0,NULL,0}, + {"ﵯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xaf",3,NULL,0,NULL,0}, + {"卯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xaf",3,NULL,0,NULL,0}, + {"㸼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xa3",3,NULL,0,NULL,0}, + {"끭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xad",3,NULL,0,NULL,0}, + {"핡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xa1",3,NULL,0,NULL,0}, + {"Ꙥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xa4",3,NULL,0,NULL,0}, + {"ള",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xb3",3,NULL,0,NULL,0}, + {"辂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x82",3,NULL,0,NULL,0}, + {"२",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xa8",3,NULL,0,NULL,0}, + {"惂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x82",3,NULL,0,NULL,0}, + {"눯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xaf",3,NULL,0,NULL,0}, + {"侗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xb2",3,NULL,0,NULL,0}, + {"₊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xb3",3,NULL,0,NULL,0}, + {"鰴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xb4",3,NULL,0,NULL,0}, + {"丶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xbe",3,NULL,0,NULL,0}, + {"衿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xbf",3,NULL,0,NULL,0}, + {"䂲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xb2",3,NULL,0,NULL,0}, + {"᤟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x9f",3,NULL,0,NULL,0}, + {"忺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xba",3,NULL,0,NULL,0}, + {"凖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x96",3,NULL,0,NULL,0}, + {"࡬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xac",3,NULL,0,NULL,0}, + {"ퟐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x90",3,NULL,0,NULL,0}, + {"唈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x88",3,NULL,0,NULL,0}, + {"展",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x9a",3,NULL,0,NULL,0}, + {"헲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xb2",3,NULL,0,NULL,0}, + {"ᴴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xb4",3,NULL,0,NULL,0}, + {"啕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xb9",3,NULL,0,NULL,0}, + {"䖛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xbb",3,NULL,0,NULL,0}, + {"㼀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x80",3,NULL,0,NULL,0}, + {"辸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xb7",3,NULL,0,NULL,0}, + {"旅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x83",3,NULL,0,NULL,0}, + {"瞓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x93",3,NULL,0,NULL,0}, + {"釙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x99",3,NULL,0,NULL,0}, + {"펚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x9a",3,NULL,0,NULL,0}, + {"巜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x9c",3,NULL,0,NULL,0}, + {"g",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x87",3,NULL,0,NULL,0}, + {"뵵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xb5",3,NULL,0,NULL,0}, + {"贼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xbc",3,NULL,0,NULL,0}, + {"ꔿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xa0",3,NULL,0,NULL,0}, + {"䑝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x88",3,NULL,0,NULL,0}, + {"婂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x82",3,NULL,0,NULL,0}, + {"ய",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xaf",3,NULL,0,NULL,0}, + {"ꑌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x8c",3,NULL,0,NULL,0}, + {"甜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xac",3,NULL,0,NULL,0}, + {"⿂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x82",3,NULL,0,NULL,0}, + {"侳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xb3",3,NULL,0,NULL,0}, + {"㿮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xae",3,NULL,0,NULL,0}, + {"∋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x8b",3,NULL,0,NULL,0}, + {"裟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x9f",3,NULL,0,NULL,0}, + {"ⵤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xa4",3,NULL,0,NULL,0}, + {"쓤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xa4",3,NULL,0,NULL,0}, + {"堧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xa7",3,NULL,0,NULL,0}, + {"ᝯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xaf",3,NULL,0,NULL,0}, + {"ꚤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xa4",3,NULL,0,NULL,0}, + {"帖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x96",3,NULL,0,NULL,0}, + {"༏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x8f",3,NULL,0,NULL,0}, + {"㺏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x8f",3,NULL,0,NULL,0}, + {"덧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x81",3,NULL,0,NULL,0}, + {"ﲹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xb9",3,NULL,0,NULL,0}, + {"꼧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xa7",3,NULL,0,NULL,0}, + {"纖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x96",3,NULL,0,NULL,0}, + {"䇄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x84",3,NULL,0,NULL,0}, + {"ム",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa0",3,NULL,0,NULL,0}, + {"ឦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xa6",3,NULL,0,NULL,0}, + {"縡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xb6",3,NULL,0,NULL,0}, + {"ろ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x8d",3,NULL,0,NULL,0}, + {"零",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xb6",3,NULL,0,NULL,0}, + {"恂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x82",3,NULL,0,NULL,0}, + {"੨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xa8",3,NULL,0,NULL,0}, + {"⿼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xbc",3,NULL,0,NULL,0}, + {"ꆯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xaf",3,NULL,0,NULL,0}, + {"ᢖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x96",3,NULL,0,NULL,0}, + {"ﰠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xa0",3,NULL,0,NULL,0}, + {"鄍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x8d",3,NULL,0,NULL,0}, + {"픱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x8e",3,NULL,0,NULL,0}, + {"姹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xa1",3,NULL,0,NULL,0}, + {"欅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x85",3,NULL,0,NULL,0}, + {"⬆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x86",3,NULL,0,NULL,0}, + {"뗈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xaf",3,NULL,0,NULL,0}, + {"␫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xab",3,NULL,0,NULL,0}, + {"죹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xb9",3,NULL,0,NULL,0}, + {"䶲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xb2",3,NULL,0,NULL,0}, + {"㛷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xb7",3,NULL,0,NULL,0}, + {"磋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x8b",3,NULL,0,NULL,0}, + {"ዝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x9d",3,NULL,0,NULL,0}, + {"왁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x81",3,NULL,0,NULL,0}, + {"뎥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xa5",3,NULL,0,NULL,0}, + {"畣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xa3",3,NULL,0,NULL,0}, + {"শ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xb6",3,NULL,0,NULL,0}, + {"蘸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xb8",3,NULL,0,NULL,0}, + {"ꜫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xab",3,NULL,0,NULL,0}, + {"碘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x93",3,NULL,0,NULL,0}, + {"䘬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x9b",3,NULL,0,NULL,0}, + {"ꯁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x81",3,NULL,0,NULL,0}, + {"⛩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xa9",3,NULL,0,NULL,0}, + {"鄧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xa2",3,NULL,0,NULL,0}, + {"િ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xbf",3,NULL,0,NULL,0}, + {"⫦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xa6",3,NULL,0,NULL,0}, + {"峥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xa5",3,NULL,0,NULL,0}, + {"閭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xad",3,NULL,0,NULL,0}, + {"錠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xa0",3,NULL,0,NULL,0}, + {"㌙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x99",3,NULL,0,NULL,0}, + {"ꎚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x9a",3,NULL,0,NULL,0}, + {"⤵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xb5",3,NULL,0,NULL,0}, + {"鎧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xa7",3,NULL,0,NULL,0}, + {"┢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x85",3,NULL,0,NULL,0}, + {"硢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xa2",3,NULL,0,NULL,0}, + {"繊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x8a",3,NULL,0,NULL,0}, + {"醡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xa1",3,NULL,0,NULL,0}, + {"兯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xaf",3,NULL,0,NULL,0}, + {"졙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x81",3,NULL,0,NULL,0}, + {"擐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x90",3,NULL,0,NULL,0}, + {"媔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x94",3,NULL,0,NULL,0}, + {"❃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x83",3,NULL,0,NULL,0}, + {"⊹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xb9",3,NULL,0,NULL,0}, + {"࣭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xad",3,NULL,0,NULL,0}, + {"慢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xa2",3,NULL,0,NULL,0}, + {"집",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x91",3,NULL,0,NULL,0}, + {"偾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xbe",3,NULL,0,NULL,0}, + {"쒜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x9c",3,NULL,0,NULL,0}, + {"ᙔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x94",3,NULL,0,NULL,0}, + {"￐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x90",3,NULL,0,NULL,0}, + {"쐝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xba",3,NULL,0,NULL,0}, + {"應",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x89",3,NULL,0,NULL,0}, + {"§",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa7",2,NULL,0,NULL,0}, + {"⠳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xb3",3,NULL,0,NULL,0}, + {"繮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xae",3,NULL,0,NULL,0}, + {"鞘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x98",3,NULL,0,NULL,0}, + {"⣄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x84",3,NULL,0,NULL,0}, + {"摽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xbd",3,NULL,0,NULL,0}, + {"铣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xa3",3,NULL,0,NULL,0}, + {"᪵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xb5",3,NULL,0,NULL,0}, + {"顳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xb3",3,NULL,0,NULL,0}, + {"ỵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xb5",3,NULL,0,NULL,0}, + {"揟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x9f",3,NULL,0,NULL,0}, + {"荜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x9c",3,NULL,0,NULL,0}, + {"渰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xb0",3,NULL,0,NULL,0}, + {"━",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x81",3,NULL,0,NULL,0}, + {"捂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x82",3,NULL,0,NULL,0}, + {"嘀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x80",3,NULL,0,NULL,0}, + {"瘅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x85",3,NULL,0,NULL,0}, + {"ꅡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xa1",3,NULL,0,NULL,0}, + {"쬞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x9e",3,NULL,0,NULL,0}, + {"좊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x8a",3,NULL,0,NULL,0}, + {"☎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x8e",3,NULL,0,NULL,0}, + {"႐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x90",3,NULL,0,NULL,0}, + {"眢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xa2",3,NULL,0,NULL,0}, + {"歛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x9b",3,NULL,0,NULL,0}, + {"ᚒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x92",3,NULL,0,NULL,0}, + {"뾾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xbe",3,NULL,0,NULL,0}, + {"䥀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x8b",3,NULL,0,NULL,0}, + {"䙖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x96",3,NULL,0,NULL,0}, + {"ﴎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x8e",3,NULL,0,NULL,0}, + {"㉮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xae",3,NULL,0,NULL,0}, + {"栾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xbe",3,NULL,0,NULL,0}, + {"떔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x94",3,NULL,0,NULL,0}, + {"ᐺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xba",3,NULL,0,NULL,0}, + {"è",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa8",2,NULL,0,NULL,0}, + {"첞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x9e",3,NULL,0,NULL,0}, + {"뎷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xb7",3,NULL,0,NULL,0}, + {"ꦔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x94",3,NULL,0,NULL,0}, + {"ᬞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x9e",3,NULL,0,NULL,0}, + {"뭬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xac",3,NULL,0,NULL,0}, + {"౗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x97",3,NULL,0,NULL,0}, + {"钌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x8c",3,NULL,0,NULL,0}, + {"嗞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x9e",3,NULL,0,NULL,0}, + {"ᓔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x94",3,NULL,0,NULL,0}, + {"툕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x95",3,NULL,0,NULL,0}, + {"죄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x84",3,NULL,0,NULL,0}, + {"⨋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x8b",3,NULL,0,NULL,0}, + {"㗣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xa3",3,NULL,0,NULL,0}, + {"☀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x80",3,NULL,0,NULL,0}, + {"ን",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x95",3,NULL,0,NULL,0}, + {"쮲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xb2",3,NULL,0,NULL,0}, + {"蓼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xbc",3,NULL,0,NULL,0}, + {"痀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x80",3,NULL,0,NULL,0}, + {"蟛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x9b",3,NULL,0,NULL,0}, + {"琔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x94",3,NULL,0,NULL,0}, + {"ꄲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xb2",3,NULL,0,NULL,0}, + {"퓆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x86",3,NULL,0,NULL,0}, + {"輝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x9d",3,NULL,0,NULL,0}, + {"◍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x8d",3,NULL,0,NULL,0}, + {"㘄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x84",3,NULL,0,NULL,0}, + {"ﮢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xa2",3,NULL,0,NULL,0}, + {"艌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x98",3,NULL,0,NULL,0}, + {"胫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xab",3,NULL,0,NULL,0}, + {"鱗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x97",3,NULL,0,NULL,0}, + {"⑙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x99",3,NULL,0,NULL,0}, + {"뇩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xa9",3,NULL,0,NULL,0}, + {"ภ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xa0",3,NULL,0,NULL,0}, + {"䩐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x90",3,NULL,0,NULL,0}, + {"᥹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xb9",3,NULL,0,NULL,0}, + {"寷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xb7",3,NULL,0,NULL,0}, + {"瞖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x96",3,NULL,0,NULL,0}, + {"䍤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xb3",3,NULL,0,NULL,0}, + {"솿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xbf",3,NULL,0,NULL,0}, + {"⑊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x8a",3,NULL,0,NULL,0}, + {"됲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xae",3,NULL,0,NULL,0}, + {"꽢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xa2",3,NULL,0,NULL,0}, + {"Ⱡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xa0",3,NULL,0,NULL,0}, + {"먷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x87",3,NULL,0,NULL,0}, + {"眹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xb9",3,NULL,0,NULL,0}, + {"曲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xb2",3,NULL,0,NULL,0}, + {"଩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xa9",3,NULL,0,NULL,0}, + {"궣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xa3",3,NULL,0,NULL,0}, + {"ꉕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x95",3,NULL,0,NULL,0}, + {"⦢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xa2",3,NULL,0,NULL,0}, + {"⹴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xb4",3,NULL,0,NULL,0}, + {"욠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xa0",3,NULL,0,NULL,0}, + {"㘒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x92",3,NULL,0,NULL,0}, + {"ᄰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xb0",3,NULL,0,NULL,0}, + {"萞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x9e",3,NULL,0,NULL,0}, + {"ퟝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x97",3,NULL,0,NULL,0}, + {"齢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xa2",3,NULL,0,NULL,0}, + {"ʷ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb7",2,NULL,0,NULL,0}, + {"쟐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x90",3,NULL,0,NULL,0}, + {"➷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xb7",3,NULL,0,NULL,0}, + {"غ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xba",2,NULL,0,NULL,0}, + {"㵱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xb1",3,NULL,0,NULL,0}, + {"ꀑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x91",3,NULL,0,NULL,0}, + {"❲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xb2",3,NULL,0,NULL,0}, + {"퀮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xae",3,NULL,0,NULL,0}, + {"鳚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x9a",3,NULL,0,NULL,0}, + {"穀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x80",3,NULL,0,NULL,0}, + {"탡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xa1",3,NULL,0,NULL,0}, + {"ց",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x81",2,NULL,0,NULL,0}, + {"䪯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xaf",3,NULL,0,NULL,0}, + {"䝜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x9c",3,NULL,0,NULL,0}, + {"⥔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x94",3,NULL,0,NULL,0}, + {"蜬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xac",3,NULL,0,NULL,0}, + {"휅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x85",3,NULL,0,NULL,0}, + {"⃽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xbd",3,NULL,0,NULL,0}, + {"塕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x95",3,NULL,0,NULL,0}, + {"픽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xbd",3,NULL,0,NULL,0}, + {"첾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xbe",3,NULL,0,NULL,0}, + {"溦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xa6",3,NULL,0,NULL,0}, + {"鷗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x97",3,NULL,0,NULL,0}, + {"盐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x90",3,NULL,0,NULL,0}, + {"꾁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x81",3,NULL,0,NULL,0}, + {"朡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xa1",3,NULL,0,NULL,0}, + {"诞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x9e",3,NULL,0,NULL,0}, + {"赻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xbb",3,NULL,0,NULL,0}, + {"笺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xba",3,NULL,0,NULL,0}, + {"⸆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9e",3,NULL,0,NULL,0}, + {"噓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x93",3,NULL,0,NULL,0}, + {"ꇶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xb6",3,NULL,0,NULL,0}, + {"뽨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x93",3,NULL,0,NULL,0}, + {"訬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xac",3,NULL,0,NULL,0}, + {"ℑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x91",3,NULL,0,NULL,0}, + {"캨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x84",3,NULL,0,NULL,0}, + {"䬈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x88",3,NULL,0,NULL,0}, + {"欴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xb4",3,NULL,0,NULL,0}, + {"령",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xb9",3,NULL,0,NULL,0}, + {"Ⴟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xbf",3,NULL,0,NULL,0}, + {"뺣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xa3",3,NULL,0,NULL,0}, + {"䔨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xa8",3,NULL,0,NULL,0}, + {"⳵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xb5",3,NULL,0,NULL,0}, + {"깃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x83",3,NULL,0,NULL,0}, + {"椧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xad",3,NULL,0,NULL,0}, + {"ꧦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xa6",3,NULL,0,NULL,0}, + {"ۚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x9a",2,NULL,0,NULL,0}, + {"鵡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xa1",3,NULL,0,NULL,0}, + {"劉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x89",3,NULL,0,NULL,0}, + {"蛹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xb9",3,NULL,0,NULL,0}, + {"魼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xbc",3,NULL,0,NULL,0}, + {"꾷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xb7",3,NULL,0,NULL,0}, + {"웨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xa8",3,NULL,0,NULL,0}, + {"刼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xbc",3,NULL,0,NULL,0}, + {"㔚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x9a",3,NULL,0,NULL,0}, + {"륏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xb6",3,NULL,0,NULL,0}, + {"晃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x83",3,NULL,0,NULL,0}, + {"涯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xaf",3,NULL,0,NULL,0}, + {"袶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xb6",3,NULL,0,NULL,0}, + {"㥫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xab",3,NULL,0,NULL,0}, + {"濰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xb0",3,NULL,0,NULL,0}, + {"칟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x8d",3,NULL,0,NULL,0}, + {"嚔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x94",3,NULL,0,NULL,0}, + {"瀱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xb1",3,NULL,0,NULL,0}, + {"볐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x90",3,NULL,0,NULL,0}, + {"๲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xb2",3,NULL,0,NULL,0}, + {"㖺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xba",3,NULL,0,NULL,0}, + {"肖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x96",3,NULL,0,NULL,0}, + {"썮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xae",3,NULL,0,NULL,0}, + {"뷂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x82",3,NULL,0,NULL,0}, + {"劗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x97",3,NULL,0,NULL,0}, + {"树",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xa7",3,NULL,0,NULL,0}, + {"묁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x81",3,NULL,0,NULL,0}, + {"쎷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xb7",3,NULL,0,NULL,0}, + {"ٿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xbf",2,NULL,0,NULL,0}, + {"᭴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xb4",3,NULL,0,NULL,0}, + {"쎞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x9e",3,NULL,0,NULL,0}, + {"ᕿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x96",3,NULL,0,NULL,0}, + {"ᆂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x82",3,NULL,0,NULL,0}, + {"䴿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x97",3,NULL,0,NULL,0}, + {"욧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xa7",3,NULL,0,NULL,0}, + {"㲹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xb9",3,NULL,0,NULL,0}, + {"騤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xa4",3,NULL,0,NULL,0}, + {"裠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xa0",3,NULL,0,NULL,0}, + {"㢊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xad",3,NULL,0,NULL,0}, + {"蔥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xa5",3,NULL,0,NULL,0}, + {"ꕌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x8c",3,NULL,0,NULL,0}, + {"⸣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xbe",3,NULL,0,NULL,0}, + {"ꍝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x9d",3,NULL,0,NULL,0}, + {"ᜠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xa0",3,NULL,0,NULL,0}, + {"ꥍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x8d",3,NULL,0,NULL,0}, + {"双",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x8c",3,NULL,0,NULL,0}, + {"䫽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xbd",3,NULL,0,NULL,0}, + {"觐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x8a",3,NULL,0,NULL,0}, + {"퓼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xbc",3,NULL,0,NULL,0}, + {"ᰅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x85",3,NULL,0,NULL,0}, + {"뷱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xb1",3,NULL,0,NULL,0}, + {"积",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xaf",3,NULL,0,NULL,0}, + {"挭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xad",3,NULL,0,NULL,0}, + {"漦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xa6",3,NULL,0,NULL,0}, + {"빈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x88",3,NULL,0,NULL,0}, + {"ᠴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xb4",3,NULL,0,NULL,0}, + {"䅢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xa2",3,NULL,0,NULL,0}, + {"㭪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xaa",3,NULL,0,NULL,0}, + {"ᕦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xa6",3,NULL,0,NULL,0}, + {"甗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x97",3,NULL,0,NULL,0}, + {"ಒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x92",3,NULL,0,NULL,0}, + {"貪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xaa",3,NULL,0,NULL,0}, + {"纮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xae",3,NULL,0,NULL,0}, + {"䯞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xad",3,NULL,0,NULL,0}, + {"熶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xb6",3,NULL,0,NULL,0}, + {"㦁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x81",3,NULL,0,NULL,0}, + {"Ò",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x92",2,NULL,0,NULL,0}, + {"꓆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x86",3,NULL,0,NULL,0}, + {"朙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x92",3,NULL,0,NULL,0}, + {"팪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xaa",3,NULL,0,NULL,0}, + {"㽅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x85",3,NULL,0,NULL,0}, + {"ⶺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xba",3,NULL,0,NULL,0}, + {"緽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xbd",3,NULL,0,NULL,0}, + {"혳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xb3",3,NULL,0,NULL,0}, + {"䇳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xb7",3,NULL,0,NULL,0}, + {"줯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xaf",3,NULL,0,NULL,0}, + {"苝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x9d",3,NULL,0,NULL,0}, + {"ඕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xbe",3,NULL,0,NULL,0}, + {"ഹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xb9",3,NULL,0,NULL,0}, + {"餛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xa8",3,NULL,0,NULL,0}, + {"ാ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xbe",3,NULL,0,NULL,0}, + {"퐚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x9a",3,NULL,0,NULL,0}, + {"臦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xa6",3,NULL,0,NULL,0}, + {"는",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x94",3,NULL,0,NULL,0}, + {"ೈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x88",3,NULL,0,NULL,0}, + {"쌉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x89",3,NULL,0,NULL,0}, + {"ᡣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xa3",3,NULL,0,NULL,0}, + {"跹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xb9",3,NULL,0,NULL,0}, + {"㶘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x98",3,NULL,0,NULL,0}, + {"䄇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x87",3,NULL,0,NULL,0}, + {"酂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x82",3,NULL,0,NULL,0}, + {"狝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x9d",3,NULL,0,NULL,0}, + {"饜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x9c",3,NULL,0,NULL,0}, + {"翽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xbd",3,NULL,0,NULL,0}, + {"뒖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x96",3,NULL,0,NULL,0}, + {"⼫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xa3",3,NULL,0,NULL,0}, + {"1",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1",1,NULL,0,NULL,0}, + {"庮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xae",3,NULL,0,NULL,0}, + {"撌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x8c",3,NULL,0,NULL,0}, + {"纅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x85",3,NULL,0,NULL,0}, + {"弛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x9b",3,NULL,0,NULL,0}, + {"ﭡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xb4",3,NULL,0,NULL,0}, + {"햬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xac",3,NULL,0,NULL,0}, + {"ꛨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xa8",3,NULL,0,NULL,0}, + {"ꗿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xbf",3,NULL,0,NULL,0}, + {"ꀦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xa6",3,NULL,0,NULL,0}, + {"͑",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x91",2,NULL,0,NULL,0}, + {"咆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x86",3,NULL,0,NULL,0}, + {"ù",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb9",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x85",3,NULL,0,NULL,0}, + {"㫊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x8a",3,NULL,0,NULL,0}, + {"ᱝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x9b",3,NULL,0,NULL,0}, + {"佽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xbd",3,NULL,0,NULL,0}, + {"飒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x92",3,NULL,0,NULL,0}, + {"屫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xab",3,NULL,0,NULL,0}, + {"轲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xb2",3,NULL,0,NULL,0}, + {"똽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xbd",3,NULL,0,NULL,0}, + {"뉥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xa5",3,NULL,0,NULL,0}, + {"峞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x9e",3,NULL,0,NULL,0}, + {"ꕩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xa9",3,NULL,0,NULL,0}, + {"ȅ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x85",2,NULL,0,NULL,0}, + {"琶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xb6",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x17",1,NULL,0,NULL,0}, + {"箒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x92",3,NULL,0,NULL,0}, + {"ఄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x84",3,NULL,0,NULL,0}, + {"舅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x85",3,NULL,0,NULL,0}, + {"傫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xab",3,NULL,0,NULL,0}, + {"꩝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x9d",3,NULL,0,NULL,0}, + {"ᘖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x96",3,NULL,0,NULL,0}, + {"↨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xa8",3,NULL,0,NULL,0}, + {"鉻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xbb",3,NULL,0,NULL,0}, + {"ୗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x97",3,NULL,0,NULL,0}, + {"貚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x9a",3,NULL,0,NULL,0}, + {"⬖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x96",3,NULL,0,NULL,0}, + {"ࣳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xb3",3,NULL,0,NULL,0}, + {"個",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x8b",3,NULL,0,NULL,0}, + {"醚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x9a",3,NULL,0,NULL,0}, + {"띉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x89",3,NULL,0,NULL,0}, + {"짗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x97",3,NULL,0,NULL,0}, + {"莉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x89",3,NULL,0,NULL,0}, + {"鉶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x85",3,NULL,0,NULL,0}, + {"핫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xab",3,NULL,0,NULL,0}, + {"燎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x9f",3,NULL,0,NULL,0}, + {"池",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x8e",3,NULL,0,NULL,0}, + {"矛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x9b",3,NULL,0,NULL,0}, + {"缥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xa5",3,NULL,0,NULL,0}, + {"㹌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xa2",3,NULL,0,NULL,0}, + {"쫫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xab",3,NULL,0,NULL,0}, + {"載",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x89",3,NULL,0,NULL,0}, + {"䉋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x8b",3,NULL,0,NULL,0}, + {"媵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xb5",3,NULL,0,NULL,0}, + {"〻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x8f",3,NULL,0,NULL,0}, + {"ᤝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x9d",3,NULL,0,NULL,0}, + {"ࡌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x8c",3,NULL,0,NULL,0}, + {"㳢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xb8",3,NULL,0,NULL,0}, + {"몧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xbd",3,NULL,0,NULL,0}, + {"縞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x9e",3,NULL,0,NULL,0}, + {"Ꮽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xad",3,NULL,0,NULL,0}, + {"唕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x95",3,NULL,0,NULL,0}, + {"䖉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x89",3,NULL,0,NULL,0}, + {"끑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x9e",3,NULL,0,NULL,0}, + {"垆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x86",3,NULL,0,NULL,0}, + {"䛏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x8f",3,NULL,0,NULL,0}, + {"ﶼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x8b",3,NULL,0,NULL,0}, + {"째",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xb8",3,NULL,0,NULL,0}, + {"খ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x91",3,NULL,0,NULL,0}, + {"巌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x8c",3,NULL,0,NULL,0}, + {"論",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xb6",3,NULL,0,NULL,0}, + {"㻰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xb0",3,NULL,0,NULL,0}, + {"䇌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x8c",3,NULL,0,NULL,0}, + {"费",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x8d",3,NULL,0,NULL,0}, + {"ઔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x94",3,NULL,0,NULL,0}, + {"幁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xba",3,NULL,0,NULL,0}, + {"ᬾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xbe",3,NULL,0,NULL,0}, + {"䑯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xaf",3,NULL,0,NULL,0}, + {"᠇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xb5",3,NULL,0,NULL,0}, + {"媆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x86",3,NULL,0,NULL,0}, + {"鹩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xa9",3,NULL,0,NULL,0}, + {"嶑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x91",3,NULL,0,NULL,0}, + {"隩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xa9",3,NULL,0,NULL,0}, + {"㈸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xb8",3,NULL,0,NULL,0}, + {"ᧆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x86",3,NULL,0,NULL,0}, + {"阸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xb8",3,NULL,0,NULL,0}, + {"籥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xa5",3,NULL,0,NULL,0}, + {"­",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xad",2,NULL,0,NULL,0}, + {"闡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xa1",3,NULL,0,NULL,0}, + {"尮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xbb",3,NULL,0,NULL,0}, + {"꿊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x8a",3,NULL,0,NULL,0}, + {"䵬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xac",3,NULL,0,NULL,0}, + {"Ꝏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x8e",3,NULL,0,NULL,0}, + {"솘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x98",3,NULL,0,NULL,0}, + {"ﺍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x8d",3,NULL,0,NULL,0}, + {"꼕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x95",3,NULL,0,NULL,0}, + {"잒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x92",3,NULL,0,NULL,0}, + {"⦿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xbf",3,NULL,0,NULL,0}, + {"睰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xb0",3,NULL,0,NULL,0}, + {"쬴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xb4",3,NULL,0,NULL,0}, + {"쁖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xbd",3,NULL,0,NULL,0}, + {"ɗ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x97",2,NULL,0,NULL,0}, + {"ὥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xa5",3,NULL,0,NULL,0}, + {"Ҋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x8a",2,NULL,0,NULL,0}, + {"੠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xa0",3,NULL,0,NULL,0}, + {"퉓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x93",3,NULL,0,NULL,0}, + {"霂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xb2",3,NULL,0,NULL,0}, + {"ꆭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xad",3,NULL,0,NULL,0}, + {"ᕻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xbb",3,NULL,0,NULL,0}, + {"閟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x9f",3,NULL,0,NULL,0}, + {"⚞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x9e",3,NULL,0,NULL,0}, + {"␱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xaa",3,NULL,0,NULL,0}, + {"゙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x82",3,NULL,0,NULL,0}, + {"ᩦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xa6",3,NULL,0,NULL,0}, + {"╸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xb8",3,NULL,0,NULL,0}, + {"䷋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x8b",3,NULL,0,NULL,0}, + {"嬾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xbe",3,NULL,0,NULL,0}, + {"섯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xaf",3,NULL,0,NULL,0}, + {"讦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xa6",3,NULL,0,NULL,0}, + {"ꉬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xac",3,NULL,0,NULL,0}, + {"盩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xa9",3,NULL,0,NULL,0}, + {"䏏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x8f",3,NULL,0,NULL,0}, + {"ᾦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xae",3,NULL,0,NULL,0}, + {"ݎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x8e",2,NULL,0,NULL,0}, + {"큨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xa8",3,NULL,0,NULL,0}, + {"؛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x9b",2,NULL,0,NULL,0}, + {"￘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x98",3,NULL,0,NULL,0}, + {"⢜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x9c",3,NULL,0,NULL,0}, + {"ᄒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x92",3,NULL,0,NULL,0}, + {"⎯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xaf",3,NULL,0,NULL,0}, + {"ᙌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x8c",3,NULL,0,NULL,0}, + {"ጉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x89",3,NULL,0,NULL,0}, + {"ꎪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xba",3,NULL,0,NULL,0}, + {"⥏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xa7",3,NULL,0,NULL,0}, + {"倵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xb5",3,NULL,0,NULL,0}, + {"㩺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xba",3,NULL,0,NULL,0}, + {"झ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x9a",3,NULL,0,NULL,0}, + {"쳛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x9b",3,NULL,0,NULL,0}, + {"ᑂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x82",3,NULL,0,NULL,0}, + {"韞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x9e",3,NULL,0,NULL,0}, + {"䊘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x98",3,NULL,0,NULL,0}, + {"壥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xa5",3,NULL,0,NULL,0}, + {"刑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x91",3,NULL,0,NULL,0}, + {"ᛚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x9a",3,NULL,0,NULL,0}, + {"찿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xbf",3,NULL,0,NULL,0}, + {"授",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x88",3,NULL,0,NULL,0}, + {"癉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x89",3,NULL,0,NULL,0}, + {"뻖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x96",3,NULL,0,NULL,0}, + {"伨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xa8",3,NULL,0,NULL,0}, + {"췻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xbb",3,NULL,0,NULL,0}, + {"ז",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x96",2,NULL,0,NULL,0}, + {"­",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xad",2,NULL,0,NULL,0}, + {"⨵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xb5",3,NULL,0,NULL,0}, + {"鞜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x9c",3,NULL,0,NULL,0}, + {"⍐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x90",3,NULL,0,NULL,0}, + {"敺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xba",3,NULL,0,NULL,0}, + {"ζ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb6",2,NULL,0,NULL,0}, + {"虱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xb1",3,NULL,0,NULL,0}, + {"ꧻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xbb",3,NULL,0,NULL,0}, + {"껓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x93",3,NULL,0,NULL,0}, + {"Ꮡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x91",3,NULL,0,NULL,0}, + {"듰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xb0",3,NULL,0,NULL,0}, + {"嵔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x94",3,NULL,0,NULL,0}, + {"⬦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xa6",3,NULL,0,NULL,0}, + {"ꯢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xa2",3,NULL,0,NULL,0}, + {"Ź",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xb9",2,NULL,0,NULL,0}, + {"䝸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xb8",3,NULL,0,NULL,0}, + {"⯅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x85",3,NULL,0,NULL,0}, + {"㞵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xa7",3,NULL,0,NULL,0}, + {"ϴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xb4",2,NULL,0,NULL,0}, + {"蕱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xb1",3,NULL,0,NULL,0}, + {"還",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x84",3,NULL,0,NULL,0}, + {"ü",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbc",2,NULL,0,NULL,0}, + {"⹜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x9c",3,NULL,0,NULL,0}, + {"ꅛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x9b",3,NULL,0,NULL,0}, + {"㼳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xb3",3,NULL,0,NULL,0}, + {"졦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xa6",3,NULL,0,NULL,0}, + {"㕼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xbc",3,NULL,0,NULL,0}, + {"㖇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x87",3,NULL,0,NULL,0}, + {"嚱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xb1",3,NULL,0,NULL,0}, + {"般",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x89",3,NULL,0,NULL,0}, + {"蟉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x89",3,NULL,0,NULL,0}, + {"㏗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x97",3,NULL,0,NULL,0}, + {"騰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xb0",3,NULL,0,NULL,0}, + {"懭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xad",3,NULL,0,NULL,0}, + {"๿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xb4",3,NULL,0,NULL,0}, + {"ǩ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xa9",2,NULL,0,NULL,0}, + {"䙢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xa2",3,NULL,0,NULL,0}, + {"愎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x89",3,NULL,0,NULL,0}, + {"獩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xa9",3,NULL,0,NULL,0}, + {"桡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xa1",3,NULL,0,NULL,0}, + {"遆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x86",3,NULL,0,NULL,0}, + {"㒟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x9f",3,NULL,0,NULL,0}, + {"塂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x82",3,NULL,0,NULL,0}, + {"䢀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x80",3,NULL,0,NULL,0}, + {"툧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xa7",3,NULL,0,NULL,0}, + {"ꊐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x90",3,NULL,0,NULL,0}, + {"暍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x8d",3,NULL,0,NULL,0}, + {"㣆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x86",3,NULL,0,NULL,0}, + {"ᇔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xbb",3,NULL,0,NULL,0}, + {"笁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x81",3,NULL,0,NULL,0}, + {"궇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x87",3,NULL,0,NULL,0}, + {"ꮆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x86",3,NULL,0,NULL,0}, + {"읳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xab",3,NULL,0,NULL,0}, + {"긊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x8a",3,NULL,0,NULL,0}, + {"꣕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x95",3,NULL,0,NULL,0}, + {"覣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xa3",3,NULL,0,NULL,0}, + {"毲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xb2",3,NULL,0,NULL,0}, + {"ʭ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xad",2,NULL,0,NULL,0}, + {"魦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x8b",3,NULL,0,NULL,0}, + {"꟟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x9f",3,NULL,0,NULL,0}, + {"㝷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xb7",3,NULL,0,NULL,0}, + {"驕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x95",3,NULL,0,NULL,0}, + {"ˆ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x86",2,NULL,0,NULL,0}, + {"拶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xb4",3,NULL,0,NULL,0}, + {"抵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xb5",3,NULL,0,NULL,0}, + {"澰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xb0",3,NULL,0,NULL,0}, + {"擹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xb9",3,NULL,0,NULL,0}, + {"櫤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xa4",3,NULL,0,NULL,0}, + {"憍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x8d",3,NULL,0,NULL,0}, + {"횔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x81",3,NULL,0,NULL,0}, + {"췣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xa3",3,NULL,0,NULL,0}, + {"鶬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xac",3,NULL,0,NULL,0}, + {"ゆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x86",3,NULL,0,NULL,0}, + {"曾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xbe",3,NULL,0,NULL,0}, + {"竃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x95",3,NULL,0,NULL,0}, + {"뿥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xa5",3,NULL,0,NULL,0}, + {"뛩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xa9",3,NULL,0,NULL,0}, + {"鸫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xab",3,NULL,0,NULL,0}, + {"鐗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x97",3,NULL,0,NULL,0}, + {"뮥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xa5",3,NULL,0,NULL,0}, + {"饅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x85",3,NULL,0,NULL,0}, + {"趿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xb4",3,NULL,0,NULL,0}, + {"Η",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x97",2,NULL,0,NULL,0}, + {"䬠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xa0",3,NULL,0,NULL,0}, + {"煅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x85",3,NULL,0,NULL,0}, + {"㜵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xb5",3,NULL,0,NULL,0}, + {"Ⲡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xa0",3,NULL,0,NULL,0}, + {"觬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xac",3,NULL,0,NULL,0}, + {"က",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x80",3,NULL,0,NULL,0}, + {"ꩍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x8d",3,NULL,0,NULL,0}, + {"䪆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x86",3,NULL,0,NULL,0}, + {"փ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x83",2,NULL,0,NULL,0}, + {"폧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xa7",3,NULL,0,NULL,0}, + {"橋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x8b",3,NULL,0,NULL,0}, + {"泥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xa5",3,NULL,0,NULL,0}, + {"归",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x92",3,NULL,0,NULL,0}, + {"鮜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x9c",3,NULL,0,NULL,0}, + {"ሬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xac",3,NULL,0,NULL,0}, + {"깁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x9d",3,NULL,0,NULL,0}, + {"쁝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x9d",3,NULL,0,NULL,0}, + {"斴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xb4",3,NULL,0,NULL,0}, + {"饿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x96",3,NULL,0,NULL,0}, + {"꾃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x83",3,NULL,0,NULL,0}, + {"밎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x8e",3,NULL,0,NULL,0}, + {"圹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xb9",3,NULL,0,NULL,0}, + {"ꩼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xbc",3,NULL,0,NULL,0}, + {"趁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x81",3,NULL,0,NULL,0}, + {"噁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x81",3,NULL,0,NULL,0}, + {"༈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x88",3,NULL,0,NULL,0}, + {"馆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x86",3,NULL,0,NULL,0}, + {"衰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xb0",3,NULL,0,NULL,0}, + {"藡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xa1",3,NULL,0,NULL,0}, + {"०",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xa6",3,NULL,0,NULL,0}, + {"໑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x91",3,NULL,0,NULL,0}, + {"鉔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x94",3,NULL,0,NULL,0}, + {"匢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xa2",3,NULL,0,NULL,0}, + {"䮕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x95",3,NULL,0,NULL,0}, + {"鿝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x9d",3,NULL,0,NULL,0}, + {"灑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x91",3,NULL,0,NULL,0}, + {"⳷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xb7",3,NULL,0,NULL,0}, + {"튝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x9d",3,NULL,0,NULL,0}, + {"䚯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xaf",3,NULL,0,NULL,0}, + {"㬌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x8c",3,NULL,0,NULL,0}, + {"랂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x82",3,NULL,0,NULL,0}, + {"䫇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x87",3,NULL,0,NULL,0}, + {"ꎗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x97",3,NULL,0,NULL,0}, + {"旊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x8a",3,NULL,0,NULL,0}, + {"粿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xbf",3,NULL,0,NULL,0}, + {"輠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xa0",3,NULL,0,NULL,0}, + {"붞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x9e",3,NULL,0,NULL,0}, + {"谐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x90",3,NULL,0,NULL,0}, + {"㱤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xa4",3,NULL,0,NULL,0}, + {"맮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x94",3,NULL,0,NULL,0}, + {"ᮺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xba",3,NULL,0,NULL,0}, + {"现",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xb0",3,NULL,0,NULL,0}, + {"罈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x88",3,NULL,0,NULL,0}, + {"뛍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x8d",3,NULL,0,NULL,0}, + {"袪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xbb",3,NULL,0,NULL,0}, + {"赏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x8f",3,NULL,0,NULL,0}, + {"⭑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x8e",3,NULL,0,NULL,0}, + {"㮜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x9c",3,NULL,0,NULL,0}, + {"몎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xa8",3,NULL,0,NULL,0}, + {"軶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xbe",3,NULL,0,NULL,0}, + {"銳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xb3",3,NULL,0,NULL,0}, + {"햠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xa0",3,NULL,0,NULL,0}, + {"퍷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xb6",3,NULL,0,NULL,0}, + {"ⶁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x81",3,NULL,0,NULL,0}, + {"禶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xb6",3,NULL,0,NULL,0}, + {"ᾅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x85",3,NULL,0,NULL,0}, + {"쏯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xaf",3,NULL,0,NULL,0}, + {"់",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x8b",3,NULL,0,NULL,0}, + {"䱖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xb8",3,NULL,0,NULL,0}, + {"᭼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xbc",3,NULL,0,NULL,0}, + {"ೱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xb1",3,NULL,0,NULL,0}, + {"豑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xb4",3,NULL,0,NULL,0}, + {"䴥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xa5",3,NULL,0,NULL,0}, + {"륧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xa7",3,NULL,0,NULL,0}, + {"ᄎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x8e",3,NULL,0,NULL,0}, + {"䆔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x94",3,NULL,0,NULL,0}, + {"ᶓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x93",3,NULL,0,NULL,0}, + {"暺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xba",3,NULL,0,NULL,0}, + {"땨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xa8",3,NULL,0,NULL,0}, + {"㬓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x93",3,NULL,0,NULL,0}, + {"賰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xb0",3,NULL,0,NULL,0}, + {"躴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xb4",3,NULL,0,NULL,0}, + {"ꓖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x96",3,NULL,0,NULL,0}, + {"⽨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xa8",3,NULL,0,NULL,0}, + {"肣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xa3",3,NULL,0,NULL,0}, + {"㯩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xa9",3,NULL,0,NULL,0}, + {"ͺ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xba",2,NULL,0,NULL,0}, + {"씉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x89",3,NULL,0,NULL,0}, + {"鼬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xac",3,NULL,0,NULL,0}, + {"ᶡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xa1",3,NULL,0,NULL,0}, + {"簞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x9e",3,NULL,0,NULL,0}, + {"廠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xa0",3,NULL,0,NULL,0}, + {"죞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x9e",3,NULL,0,NULL,0}, + {"咝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x9d",3,NULL,0,NULL,0}, + {"䶥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xa5",3,NULL,0,NULL,0}, + {"幖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x96",3,NULL,0,NULL,0}, + {"伺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xba",3,NULL,0,NULL,0}, + {"厴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xb4",3,NULL,0,NULL,0}, + {"苯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xaf",3,NULL,0,NULL,0}, + {"∼",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xbc",3,NULL,0,NULL,0}, + {"엹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xb9",3,NULL,0,NULL,0}, + {"ᖷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xb7",3,NULL,0,NULL,0}, + {"䅖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x87",3,NULL,0,NULL,0}, + {"ﺓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x93",3,NULL,0,NULL,0}, + {"써",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xa8",3,NULL,0,NULL,0}, + {"ⲅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa8",3,NULL,0,NULL,0}, + {"惖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xbf",3,NULL,0,NULL,0}, + {"卛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x9b",3,NULL,0,NULL,0}, + {"픂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x82",3,NULL,0,NULL,0}, + {"툐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x90",3,NULL,0,NULL,0}, + {"崉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x89",3,NULL,0,NULL,0}, + {"켟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x9f",3,NULL,0,NULL,0}, + {"殮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xa5",3,NULL,0,NULL,0}, + {"庢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xa2",3,NULL,0,NULL,0}, + {"㹥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xa5",3,NULL,0,NULL,0}, + {"礭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xad",3,NULL,0,NULL,0}, + {"傏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x8f",3,NULL,0,NULL,0}, + {"⻩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xa9",3,NULL,0,NULL,0}, + {"옚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x9a",3,NULL,0,NULL,0}, + {"龽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x9f",3,NULL,0,NULL,0}, + {"锶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xb8",3,NULL,0,NULL,0}, + {"㯓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x93",3,NULL,0,NULL,0}, + {"䷦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xa6",3,NULL,0,NULL,0}, + {"Ở",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x9e",3,NULL,0,NULL,0}, + {"ᲈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x88",3,NULL,0,NULL,0}, + {"﷘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x98",3,NULL,0,NULL,0}, + {"ﱿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x98",3,NULL,0,NULL,0}, + {"곤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xa4",3,NULL,0,NULL,0}, + {"뤟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x9f",3,NULL,0,NULL,0}, + {"뙿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xbf",3,NULL,0,NULL,0}, + {"凿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xbf",3,NULL,0,NULL,0}, + {"厑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x91",3,NULL,0,NULL,0}, + {"얅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x85",3,NULL,0,NULL,0}, + {"湄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x84",3,NULL,0,NULL,0}, + {"ƚ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x9a",2,NULL,0,NULL,0}, + {"狧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xa7",3,NULL,0,NULL,0}, + {"﷬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xac",3,NULL,0,NULL,0}, + {"윏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x8f",3,NULL,0,NULL,0}, + {"ܣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xa3",2,NULL,0,NULL,0}, + {"꫆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x86",3,NULL,0,NULL,0}, + {"㶜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x9c",3,NULL,0,NULL,0}, + {"⫁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x81",3,NULL,0,NULL,0}, + {"傩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xa9",3,NULL,0,NULL,0}, + {"谹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xb9",3,NULL,0,NULL,0}, + {"ᙹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xb9",3,NULL,0,NULL,0}, + {"릿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xbf",3,NULL,0,NULL,0}, + {"스",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xa4",3,NULL,0,NULL,0}, + {"菱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x98",3,NULL,0,NULL,0}, + {"吵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xb5",3,NULL,0,NULL,0}, + {"녍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x8d",3,NULL,0,NULL,0}, + {"永",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xb8",3,NULL,0,NULL,0}, + {"儒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x92",3,NULL,0,NULL,0}, + {"쐰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xb0",3,NULL,0,NULL,0}, + {"痐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x90",3,NULL,0,NULL,0}, + {"랕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x95",3,NULL,0,NULL,0}, + {"艹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x89",3,NULL,0,NULL,0}, + {"ᓇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x9e",3,NULL,0,NULL,0}, + {"삇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x87",3,NULL,0,NULL,0}, + {"ﳨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xa8",3,NULL,0,NULL,0}, + {"ݝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x9d",2,NULL,0,NULL,0}, + {"翡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xa1",3,NULL,0,NULL,0}, + {"쌵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xb5",3,NULL,0,NULL,0}, + {"ꕳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xbd",3,NULL,0,NULL,0}, + {"⠎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x8e",3,NULL,0,NULL,0}, + {"ი",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x98",3,NULL,0,NULL,0}, + {"ᵓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x93",3,NULL,0,NULL,0}, + {"ᘢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xa2",3,NULL,0,NULL,0}, + {"䢨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xa8",3,NULL,0,NULL,0}, + {"緸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xba",3,NULL,0,NULL,0}, + {"딿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xbf",3,NULL,0,NULL,0}, + {"ᙋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x8b",3,NULL,0,NULL,0}, + {"Û",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9b",2,NULL,0,NULL,0}, + {"̭",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xad",2,NULL,0,NULL,0}, + {"끝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x9d",3,NULL,0,NULL,0}, + {"얍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x8d",3,NULL,0,NULL,0}, + {"ࢾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x87",3,NULL,0,NULL,0}, + {"倉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x89",3,NULL,0,NULL,0}, + {"뀐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x90",3,NULL,0,NULL,0}, + {"汆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xb4",3,NULL,0,NULL,0}, + {"⁡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xa1",3,NULL,0,NULL,0}, + {"砱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xb1",3,NULL,0,NULL,0}, + {"绨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xa8",3,NULL,0,NULL,0}, + {"찚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x9a",3,NULL,0,NULL,0}, + {"둏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x99",3,NULL,0,NULL,0}, + {"娞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x9e",3,NULL,0,NULL,0}, + {"兝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x9d",3,NULL,0,NULL,0}, + {"츌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x8c",3,NULL,0,NULL,0}, + {"茄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x84",3,NULL,0,NULL,0}, + {"罚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x9a",3,NULL,0,NULL,0}, + {"䁝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x9d",3,NULL,0,NULL,0}, + {"㊛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x9b",3,NULL,0,NULL,0}, + {"㘫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xab",3,NULL,0,NULL,0}, + {"際",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x9b",3,NULL,0,NULL,0}, + {"疌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x8c",3,NULL,0,NULL,0}, + {"萏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x8f",3,NULL,0,NULL,0}, + {"ꃦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xa6",3,NULL,0,NULL,0}, + {"ᴆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x86",3,NULL,0,NULL,0}, + {"끃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x83",3,NULL,0,NULL,0}, + {"즋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x8b",3,NULL,0,NULL,0}, + {"폫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xab",3,NULL,0,NULL,0}, + {"脬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xb9",3,NULL,0,NULL,0}, + {"寨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xa8",3,NULL,0,NULL,0}, + {"ㆍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x8d",3,NULL,0,NULL,0}, + {"걘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xbf",3,NULL,0,NULL,0}, + {"䏤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xa4",3,NULL,0,NULL,0}, + {"Ǭ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xac",2,NULL,0,NULL,0}, + {"음",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x8c",3,NULL,0,NULL,0}, + {"ઘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x94",3,NULL,0,NULL,0}, + {"亩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xa9",3,NULL,0,NULL,0}, + {"쭺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x94",3,NULL,0,NULL,0}, + {"ά",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xb1",3,NULL,0,NULL,0}, + {"궾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xbe",3,NULL,0,NULL,0}, + {"冴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xb4",3,NULL,0,NULL,0}, + {"ᗘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xb2",3,NULL,0,NULL,0}, + {"Ῥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xac",3,NULL,0,NULL,0}, + {"㿀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x80",3,NULL,0,NULL,0}, + {"㉄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x84",3,NULL,0,NULL,0}, + {"㙖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x87",3,NULL,0,NULL,0}, + {"눌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x8c",3,NULL,0,NULL,0}, + {"⒄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x84",3,NULL,0,NULL,0}, + {"˫",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xab",2,NULL,0,NULL,0}, + {"蒊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x8a",3,NULL,0,NULL,0}, + {"尢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xa2",3,NULL,0,NULL,0}, + {"꓃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x83",3,NULL,0,NULL,0}, + {"㑠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xa0",3,NULL,0,NULL,0}, + {"ᨁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x81",3,NULL,0,NULL,0}, + {"ᩪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xaa",3,NULL,0,NULL,0}, + {"╴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xb4",3,NULL,0,NULL,0}, + {"쵒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x97",3,NULL,0,NULL,0}, + {"휨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xa8",3,NULL,0,NULL,0}, + {"ᎆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x86",3,NULL,0,NULL,0}, + {"嬮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xae",3,NULL,0,NULL,0}, + {"ᬐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x90",3,NULL,0,NULL,0}, + {"댎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x8e",3,NULL,0,NULL,0}, + {"ꈦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xa6",3,NULL,0,NULL,0}, + {"ὗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x97",3,NULL,0,NULL,0}, + {"ў",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x9e",2,NULL,0,NULL,0}, + {"氏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x8f",3,NULL,0,NULL,0}, + {"邸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xb8",3,NULL,0,NULL,0}, + {"盡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xa1",3,NULL,0,NULL,0}, + {"机",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xba",3,NULL,0,NULL,0}, + {"¡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa1",2,NULL,0,NULL,0}, + {"䣺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xba",3,NULL,0,NULL,0}, + {"籉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x89",3,NULL,0,NULL,0}, + {"쉰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xb0",3,NULL,0,NULL,0}, + {"皜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xb2",3,NULL,0,NULL,0}, + {"鄷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xb7",3,NULL,0,NULL,0}, + {"培",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xb9",3,NULL,0,NULL,0}, + {"歋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x8b",3,NULL,0,NULL,0}, + {"䀑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x91",3,NULL,0,NULL,0}, + {"コ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xba",3,NULL,0,NULL,0}, + {"᧯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xaf",3,NULL,0,NULL,0}, + {"턹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xb9",3,NULL,0,NULL,0}, + {"넜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x9c",3,NULL,0,NULL,0}, + {"꙾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xbe",3,NULL,0,NULL,0}, + {"髉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x89",3,NULL,0,NULL,0}, + {"蝑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x91",3,NULL,0,NULL,0}, + {"劬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xac",3,NULL,0,NULL,0}, + {"ፈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x88",3,NULL,0,NULL,0}, + {"裡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xa8",3,NULL,0,NULL,0}, + {"槧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xa7",3,NULL,0,NULL,0}, + {"䊰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xb0",3,NULL,0,NULL,0}, + {"硲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xb2",3,NULL,0,NULL,0}, + {"蛒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x92",3,NULL,0,NULL,0}, + {"℠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xa0",3,NULL,0,NULL,0}, + {"ږ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x96",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xa2",3,NULL,0,NULL,0}, + {"⪢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xa2",3,NULL,0,NULL,0}, + {"塾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xbe",3,NULL,0,NULL,0}, + {"䞡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xb9",3,NULL,0,NULL,0}, + {"첎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x8e",3,NULL,0,NULL,0}, + {"阰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xb0",3,NULL,0,NULL,0}, + {"盻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x98",3,NULL,0,NULL,0}, + {"薰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xb0",3,NULL,0,NULL,0}, + {"꾦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xa6",3,NULL,0,NULL,0}, + {"䍖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x96",3,NULL,0,NULL,0}, + {"笏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x8f",3,NULL,0,NULL,0}, + {"⒘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x98",3,NULL,0,NULL,0}, + {"툻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xbb",3,NULL,0,NULL,0}, + {"㔇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x87",3,NULL,0,NULL,0}, + {"姈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x88",3,NULL,0,NULL,0}, + {"䮂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x82",3,NULL,0,NULL,0}, + {"㔶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xb6",3,NULL,0,NULL,0}, + {"駱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xb1",3,NULL,0,NULL,0}, + {"葡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xa1",3,NULL,0,NULL,0}, + {"欑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x91",3,NULL,0,NULL,0}, + {"밮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xae",3,NULL,0,NULL,0}, + {"癛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x9b",3,NULL,0,NULL,0}, + {"䕕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x95",3,NULL,0,NULL,0}, + {"⎥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xa5",3,NULL,0,NULL,0}, + {"⋪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xaa",3,NULL,0,NULL,0}, + {"瀤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xa4",3,NULL,0,NULL,0}, + {"㛕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x95",3,NULL,0,NULL,0}, + {"샿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xbf",3,NULL,0,NULL,0}, + {"깬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xac",3,NULL,0,NULL,0}, + {"گ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xaf",2,NULL,0,NULL,0}, + {"띻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xbb",3,NULL,0,NULL,0}, + {"ꂝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x9d",3,NULL,0,NULL,0}, + {"畁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x81",3,NULL,0,NULL,0}, + {"鯾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x9c",3,NULL,0,NULL,0}, + {"껡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xa1",3,NULL,0,NULL,0}, + {"٘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x98",2,NULL,0,NULL,0}, + {"糚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x9a",3,NULL,0,NULL,0}, + {"藮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xae",3,NULL,0,NULL,0}, + {"锣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xa3",3,NULL,0,NULL,0}, + {"䌥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xa5",3,NULL,0,NULL,0}, + {"刓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x93",3,NULL,0,NULL,0}, + {"ၣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xa3",3,NULL,0,NULL,0}, + {"䜚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x9a",3,NULL,0,NULL,0}, + {"昖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x96",3,NULL,0,NULL,0}, + {"‰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb0",3,NULL,0,NULL,0}, + {"䎗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x97",3,NULL,0,NULL,0}, + {"絉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x89",3,NULL,0,NULL,0}, + {"꠭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xad",3,NULL,0,NULL,0}, + {"⹌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x8c",3,NULL,0,NULL,0}, + {"扠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xa0",3,NULL,0,NULL,0}, + {"՞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x9e",2,NULL,0,NULL,0}, + {"㥲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xb2",3,NULL,0,NULL,0}, + {"圱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xb1",3,NULL,0,NULL,0}, + {"⨿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xbf",3,NULL,0,NULL,0}, + {"眀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x80",3,NULL,0,NULL,0}, + {"㎓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x93",3,NULL,0,NULL,0}, + {"ꀾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xbe",3,NULL,0,NULL,0}, + {"敮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xae",3,NULL,0,NULL,0}, + {"㐖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x96",3,NULL,0,NULL,0}, + {"埡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xa1",3,NULL,0,NULL,0}, + {"혜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x9c",3,NULL,0,NULL,0}, + {"穳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xb3",3,NULL,0,NULL,0}, + {"᾽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xbd",3,NULL,0,NULL,0}, + {"ᅙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xb9",3,NULL,0,NULL,0}, + {"瘚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x9b",3,NULL,0,NULL,0}, + {"褋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x8b",3,NULL,0,NULL,0}, + {"泱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xb1",3,NULL,0,NULL,0}, + {"䨴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xb4",3,NULL,0,NULL,0}, + {"◨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xa8",3,NULL,0,NULL,0}, + {"䞮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xae",3,NULL,0,NULL,0}, + {"煶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xb6",3,NULL,0,NULL,0}, + {"畧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x98",3,NULL,0,NULL,0}, + {"炤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xa5",3,NULL,0,NULL,0}, + {"懯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xaf",3,NULL,0,NULL,0}, + {"ꤡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xa1",3,NULL,0,NULL,0}, + {"Ꝕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x94",3,NULL,0,NULL,0}, + {"๽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xbd",3,NULL,0,NULL,0}, + {"팏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x8f",3,NULL,0,NULL,0}, + {"愂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x82",3,NULL,0,NULL,0}, + {"鴹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xb9",3,NULL,0,NULL,0}, + {"⯹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xb9",3,NULL,0,NULL,0}, + {"푞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x9e",3,NULL,0,NULL,0}, + {"䤋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x8b",3,NULL,0,NULL,0}, + {"咓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x93",3,NULL,0,NULL,0}, + {"Ḳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xb2",3,NULL,0,NULL,0}, + {"抷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xb7",3,NULL,0,NULL,0}, + {"餈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x88",3,NULL,0,NULL,0}, + {"ಹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xb9",3,NULL,0,NULL,0}, + {"璫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xab",3,NULL,0,NULL,0}, + {"俓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x93",3,NULL,0,NULL,0}, + {"ꜯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xaf",3,NULL,0,NULL,0}, + {"픕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xbf",3,NULL,0,NULL,0}, + {"烞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x9e",3,NULL,0,NULL,0}, + {"ꌩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xa9",3,NULL,0,NULL,0}, + {"풤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xa4",3,NULL,0,NULL,0}, + {"岡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xa1",3,NULL,0,NULL,0}, + {"䦭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xad",3,NULL,0,NULL,0}, + {"꣧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xa7",3,NULL,0,NULL,0}, + {"蹎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x8e",3,NULL,0,NULL,0}, + {"駌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x8c",3,NULL,0,NULL,0}, + {"⠽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xbd",3,NULL,0,NULL,0}, + {"ω",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x89",2,NULL,0,NULL,0}, + {"烥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xa5",3,NULL,0,NULL,0}, + {"撁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x81",3,NULL,0,NULL,0}, + {"⷟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x9f",3,NULL,0,NULL,0}, + {"㝥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xa5",3,NULL,0,NULL,0}, + {"쇀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x80",3,NULL,0,NULL,0}, + {"獍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x8d",3,NULL,0,NULL,0}, + {"ꞝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x89",3,NULL,0,NULL,0}, + {"ထ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x91",3,NULL,0,NULL,0}, + {"䃘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x98",3,NULL,0,NULL,0}, + {"ⰺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xba",3,NULL,0,NULL,0}, + {"悕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x95",3,NULL,0,NULL,0}, + {"봕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xb4",3,NULL,0,NULL,0}, + {"跔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xa3",3,NULL,0,NULL,0}, + {"㵭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xad",3,NULL,0,NULL,0}, + {"櫮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xae",3,NULL,0,NULL,0}, + {"鸩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xa9",3,NULL,0,NULL,0}, + {"జ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x9c",3,NULL,0,NULL,0}, + {"餷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xb7",3,NULL,0,NULL,0}, + {"꫱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xb1",3,NULL,0,NULL,0}, + {"廬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xac",3,NULL,0,NULL,0}, + {"➉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x89",3,NULL,0,NULL,0}, + {"㧄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x84",3,NULL,0,NULL,0}, + {"首",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x96",3,NULL,0,NULL,0}, + {"ᤪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xaa",3,NULL,0,NULL,0}, + {"僘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x98",3,NULL,0,NULL,0}, + {"༌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x8c",3,NULL,0,NULL,0}, + {"撻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xbb",3,NULL,0,NULL,0}, + {"ꢙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x99",3,NULL,0,NULL,0}, + {"龈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x88",3,NULL,0,NULL,0}, + {"콳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xb3",3,NULL,0,NULL,0}, + {"屲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xb2",3,NULL,0,NULL,0}, + {"儨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xa8",3,NULL,0,NULL,0}, + {"Ⲙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x98",3,NULL,0,NULL,0}, + {"Ҥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xa4",2,NULL,0,NULL,0}, + {"祽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xbd",3,NULL,0,NULL,0}, + {"鲁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x81",3,NULL,0,NULL,0}, + {"䩶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xb6",3,NULL,0,NULL,0}, + {"ꏌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x8c",3,NULL,0,NULL,0}, + {"㪧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xa7",3,NULL,0,NULL,0}, + {"Ჹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xb9",3,NULL,0,NULL,0}, + {"酝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x9d",3,NULL,0,NULL,0}, + {"簬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xac",3,NULL,0,NULL,0}, + {"ꍍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x8d",3,NULL,0,NULL,0}, + {"㬘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x98",3,NULL,0,NULL,0}, + {"﷍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x8d",3,NULL,0,NULL,0}, + {"釶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xb6",3,NULL,0,NULL,0}, + {"绸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xb8",3,NULL,0,NULL,0}, + {"户",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xb7",3,NULL,0,NULL,0}, + {"㶫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xab",3,NULL,0,NULL,0}, + {"෭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xad",3,NULL,0,NULL,0}, + {"溇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x87",3,NULL,0,NULL,0}, + {"琓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x93",3,NULL,0,NULL,0}, + {"J",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xaa",3,NULL,0,NULL,0}, + {"뙢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x8a",3,NULL,0,NULL,0}, + {"ᰝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x9d",3,NULL,0,NULL,0}, + {"试",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x95",3,NULL,0,NULL,0}, + {"斬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x8e",3,NULL,0,NULL,0}, + {"豱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xaa",3,NULL,0,NULL,0}, + {"䒤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x8d",3,NULL,0,NULL,0}, + {"厥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xa5",3,NULL,0,NULL,0}, + {"஀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x80",3,NULL,0,NULL,0}, + {"퀄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x84",3,NULL,0,NULL,0}, + {"蠍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x8d",3,NULL,0,NULL,0}, + {"໋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x8b",3,NULL,0,NULL,0}, + {"鹚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x80",3,NULL,0,NULL,0}, + {"í",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xad",2,NULL,0,NULL,0}, + {"滛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x8e",3,NULL,0,NULL,0}, + {"䖢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xa2",3,NULL,0,NULL,0}, + {"巹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x94",3,NULL,0,NULL,0}, + {"꿥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xa5",3,NULL,0,NULL,0}, + {"滈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x88",3,NULL,0,NULL,0}, + {"㺨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x9f",3,NULL,0,NULL,0}, + {"맞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x9e",3,NULL,0,NULL,0}, + {"䂗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x97",3,NULL,0,NULL,0}, + {"ℛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x9b",3,NULL,0,NULL,0}, + {"䇣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xa3",3,NULL,0,NULL,0}, + {"ർ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x96",3,NULL,0,NULL,0}, + {"䰇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x87",3,NULL,0,NULL,0}, + {"玼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xbc",3,NULL,0,NULL,0}, + {"ぞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x9e",3,NULL,0,NULL,0}, + {"涗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x97",3,NULL,0,NULL,0}, + {"赅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x85",3,NULL,0,NULL,0}, + {"渀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x80",3,NULL,0,NULL,0}, + {"麔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x94",3,NULL,0,NULL,0}, + {"텿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xbf",3,NULL,0,NULL,0}, + {"嵪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xaa",3,NULL,0,NULL,0}, + {"뱷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xb7",3,NULL,0,NULL,0}, + {"⮌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x8c",3,NULL,0,NULL,0}, + {"箕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x95",3,NULL,0,NULL,0}, + {"⋖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x96",3,NULL,0,NULL,0}, + {"哰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xbe",3,NULL,0,NULL,0}, + {"枼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xbc",3,NULL,0,NULL,0}, + {"䨍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x8d",3,NULL,0,NULL,0}, + {"軦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xa6",3,NULL,0,NULL,0}, + {"됓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x93",3,NULL,0,NULL,0}, + {"⸌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x8c",3,NULL,0,NULL,0}, + {"䆩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xa9",3,NULL,0,NULL,0}, + {"膋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x8b",3,NULL,0,NULL,0}, + {"쏝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x9d",3,NULL,0,NULL,0}, + {"漖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xab",3,NULL,0,NULL,0}, + {"䷜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x9c",3,NULL,0,NULL,0}, + {"଴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xb4",3,NULL,0,NULL,0}, + {"౮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xae",3,NULL,0,NULL,0}, + {"윒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x92",3,NULL,0,NULL,0}, + {"喓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x93",3,NULL,0,NULL,0}, + {"蟡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xa9",3,NULL,0,NULL,0}, + {"Ⱊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x9a",3,NULL,0,NULL,0}, + {"ﱗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x97",3,NULL,0,NULL,0}, + {"퇈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x90",3,NULL,0,NULL,0}, + {"銃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x83",3,NULL,0,NULL,0}, + {"倗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xbf",3,NULL,0,NULL,0}, + {"볲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xb2",3,NULL,0,NULL,0}, + {"씛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x9b",3,NULL,0,NULL,0}, + {"閴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xb4",3,NULL,0,NULL,0}, + {"褯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xa7",3,NULL,0,NULL,0}, + {"䶗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x97",3,NULL,0,NULL,0}, + {"鼰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xb0",3,NULL,0,NULL,0}, + {"股",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xa1",3,NULL,0,NULL,0}, + {"潌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x8c",3,NULL,0,NULL,0}, + {"嬓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x9d",3,NULL,0,NULL,0}, + {"⮓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x93",3,NULL,0,NULL,0}, + {"䷶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xb6",3,NULL,0,NULL,0}, + {"苆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x86",3,NULL,0,NULL,0}, + {"뜮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xae",3,NULL,0,NULL,0}, + {"똔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x94",3,NULL,0,NULL,0}, + {"옋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x8b",3,NULL,0,NULL,0}, + {"ᑎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x8e",3,NULL,0,NULL,0}, + {"冠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xa0",3,NULL,0,NULL,0}, + {"他",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x96",3,NULL,0,NULL,0}, + {"潗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x97",3,NULL,0,NULL,0}, + {"靯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xae",3,NULL,0,NULL,0}, + {"ᖥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xa5",3,NULL,0,NULL,0}, + {"罍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x8d",3,NULL,0,NULL,0}, + {"譍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x8d",3,NULL,0,NULL,0}, + {"㴗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x97",3,NULL,0,NULL,0}, + {"ޚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9a",2,NULL,0,NULL,0}, + {"讬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xac",3,NULL,0,NULL,0}, + {"ܩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xa9",2,NULL,0,NULL,0}, + {"毃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x83",3,NULL,0,NULL,0}, + {"롮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xbc",3,NULL,0,NULL,0}, + {"勠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xb4",3,NULL,0,NULL,0}, + {"즮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xae",3,NULL,0,NULL,0}, + {"쑽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xbd",3,NULL,0,NULL,0}, + {"싪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xaa",3,NULL,0,NULL,0}, + {"㽎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x8e",3,NULL,0,NULL,0}, + {"龷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xb7",3,NULL,0,NULL,0}, + {"䁩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xa9",3,NULL,0,NULL,0}, + {"╕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x95",3,NULL,0,NULL,0}, + {"넅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x85",3,NULL,0,NULL,0}, + {"Ϋ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xab",2,NULL,0,NULL,0}, + {"鞵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xb5",3,NULL,0,NULL,0}, + {"쥙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x99",3,NULL,0,NULL,0}, + {"茇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x87",3,NULL,0,NULL,0}, + {"Ꮎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xbe",3,NULL,0,NULL,0}, + {"댽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xbd",3,NULL,0,NULL,0}, + {"뚭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xad",3,NULL,0,NULL,0}, + {"/",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x8f",3,NULL,0,NULL,0}, + {"ᛏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x8f",3,NULL,0,NULL,0}, + {"バ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x81",3,NULL,0,NULL,0}, + {"鎵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xb5",3,NULL,0,NULL,0}, + {"湠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xa0",3,NULL,0,NULL,0}, + {"켆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x86",3,NULL,0,NULL,0}, + {"络",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x9c",3,NULL,0,NULL,0}, + {"臾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xbe",3,NULL,0,NULL,0}, + {"ﱭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xad",3,NULL,0,NULL,0}, + {"ꅨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xa8",3,NULL,0,NULL,0}, + {"᷄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x84",3,NULL,0,NULL,0}, + {"雬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xac",3,NULL,0,NULL,0}, + {"ၷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xb7",3,NULL,0,NULL,0}, + {"슬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xac",3,NULL,0,NULL,0}, + {"Ø",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x98",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x9c",3,NULL,0,NULL,0}, + {"䤥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xa5",3,NULL,0,NULL,0}, + {"ꛐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x90",3,NULL,0,NULL,0}, + {"⣣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xa3",3,NULL,0,NULL,0}, + {"š",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x9a",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x95",3,NULL,0,NULL,0}, + {"ꗕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x95",3,NULL,0,NULL,0}, + {"榯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xaf",3,NULL,0,NULL,0}, + {"젊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xa3",3,NULL,0,NULL,0}, + {"É",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x89",2,NULL,0,NULL,0}, + {"껶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xb6",3,NULL,0,NULL,0}, + {"늶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xb6",3,NULL,0,NULL,0}, + {"돨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xa8",3,NULL,0,NULL,0}, + {"ᜉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x89",3,NULL,0,NULL,0}, + {"Ɗ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x8a",2,NULL,0,NULL,0}, + {"ᒵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb5",3,NULL,0,NULL,0}, + {"’",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x99",3,NULL,0,NULL,0}, + {"翓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x93",3,NULL,0,NULL,0}, + {"⪥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xa5",3,NULL,0,NULL,0}, + {"蕢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xa2",3,NULL,0,NULL,0}, + {"霪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xaa",3,NULL,0,NULL,0}, + {"蒱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xb1",3,NULL,0,NULL,0}, + {"࠭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x98",3,NULL,0,NULL,0}, + {"쯥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xa5",3,NULL,0,NULL,0}, + {"蔙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x99",3,NULL,0,NULL,0}, + {"书",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xa6",3,NULL,0,NULL,0}, + {"⏮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xae",3,NULL,0,NULL,0}, + {"⌙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x99",3,NULL,0,NULL,0}, + {"鍄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x84",3,NULL,0,NULL,0}, + {"痷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xb7",3,NULL,0,NULL,0}, + {"ꄧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xa7",3,NULL,0,NULL,0}, + {"䂒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x92",3,NULL,0,NULL,0}, + {"ᄐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x90",3,NULL,0,NULL,0}, + {"࠼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xbc",3,NULL,0,NULL,0}, + {"舛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x9b",3,NULL,0,NULL,0}, + {"⌭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x86",3,NULL,0,NULL,0}, + {"ž",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x9e",2,NULL,0,NULL,0}, + {"㏊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x8a",3,NULL,0,NULL,0}, + {"헖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x96",3,NULL,0,NULL,0}, + {"돖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x96",3,NULL,0,NULL,0}, + {"ꋤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xa4",3,NULL,0,NULL,0}, + {"寘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x98",3,NULL,0,NULL,0}, + {"氶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xb6",3,NULL,0,NULL,0}, + {"쩼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xbc",3,NULL,0,NULL,0}, + {"뀠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xa0",3,NULL,0,NULL,0}, + {"瞱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xa4",3,NULL,0,NULL,0}, + {"᪎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x8e",3,NULL,0,NULL,0}, + {"ѣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xa3",2,NULL,0,NULL,0}, + {"਻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x8b",3,NULL,0,NULL,0}, + {"ᑷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb7",3,NULL,0,NULL,0}, + {"学",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xa6",3,NULL,0,NULL,0}, + {"遙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x99",3,NULL,0,NULL,0}, + {"좓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x93",3,NULL,0,NULL,0}, + {"䡍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x8d",3,NULL,0,NULL,0}, + {"兏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xa4",3,NULL,0,NULL,0}, + {"뿎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x8e",3,NULL,0,NULL,0}, + {"艙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x99",3,NULL,0,NULL,0}, + {"⟠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xa0",3,NULL,0,NULL,0}, + {"⇊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x8a",3,NULL,0,NULL,0}, + {"ꐰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xb4",3,NULL,0,NULL,0}, + {"⾺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xba",3,NULL,0,NULL,0}, + {"ʚ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x9a",2,NULL,0,NULL,0}, + {"䌬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xac",3,NULL,0,NULL,0}, + {"梨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xa7",3,NULL,0,NULL,0}, + {"㚜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x9c",3,NULL,0,NULL,0}, + {"脜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x9c",3,NULL,0,NULL,0}, + {"뇆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x86",3,NULL,0,NULL,0}, + {"堙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x99",3,NULL,0,NULL,0}, + {"膑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x91",3,NULL,0,NULL,0}, + {"䋀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x80",3,NULL,0,NULL,0}, + {"㆗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x93",3,NULL,0,NULL,0}, + {"宅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x85",3,NULL,0,NULL,0}, + {"ጡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xa1",3,NULL,0,NULL,0}, + {"㑸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xb8",3,NULL,0,NULL,0}, + {"쪽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xbd",3,NULL,0,NULL,0}, + {"뎕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x99",3,NULL,0,NULL,0}, + {"훢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xa2",3,NULL,0,NULL,0}, + {"᪽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xbd",3,NULL,0,NULL,0}, + {"О",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x9e",2,NULL,0,NULL,0}, + {"暽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xbd",3,NULL,0,NULL,0}, + {"ㄐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x90",3,NULL,0,NULL,0}, + {"ឲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xb2",3,NULL,0,NULL,0}, + {"嫟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x9f",3,NULL,0,NULL,0}, + {"汴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xb4",3,NULL,0,NULL,0}, + {"ェ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa7",3,NULL,0,NULL,0}, + {"삑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x91",3,NULL,0,NULL,0}, + {"១",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xa1",3,NULL,0,NULL,0}, + {"杖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x96",3,NULL,0,NULL,0}, + {"컗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x97",3,NULL,0,NULL,0}, + {"ῼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xbc",3,NULL,0,NULL,0}, + {"뾍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x8d",3,NULL,0,NULL,0}, + {"殚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x8e",3,NULL,0,NULL,0}, + {"瘡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xb4",3,NULL,0,NULL,0}, + {"ꑹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xb9",3,NULL,0,NULL,0}, + {"䓆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x86",3,NULL,0,NULL,0}, + {"˱",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xb1",2,NULL,0,NULL,0}, + {"ऺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xba",3,NULL,0,NULL,0}, + {"숏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x8f",3,NULL,0,NULL,0}, + {"텋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x8b",3,NULL,0,NULL,0}, + {"浕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x95",3,NULL,0,NULL,0}, + {"ူ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xb0",3,NULL,0,NULL,0}, + {"礁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x81",3,NULL,0,NULL,0}, + {"텅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x85",3,NULL,0,NULL,0}, + {"셶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xb6",3,NULL,0,NULL,0}, + {"ⴐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x90",3,NULL,0,NULL,0}, + {"䚜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x9a",3,NULL,0,NULL,0}, + {"셇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x87",3,NULL,0,NULL,0}, + {"ᔇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x87",3,NULL,0,NULL,0}, + {"䌗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x97",3,NULL,0,NULL,0}, + {"革",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xa9",3,NULL,0,NULL,0}, + {"쁉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x89",3,NULL,0,NULL,0}, + {"⃚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x9a",3,NULL,0,NULL,0}, + {"茰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xb0",3,NULL,0,NULL,0}, + {"盒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x92",3,NULL,0,NULL,0}, + {"䘤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xb9",3,NULL,0,NULL,0}, + {"£",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa3",2,NULL,0,NULL,0}, + {"蘥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xa5",3,NULL,0,NULL,0}, + {"ᬔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x94",3,NULL,0,NULL,0}, + {"툩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xa9",3,NULL,0,NULL,0}, + {"㓭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xad",3,NULL,0,NULL,0}, + {"ໝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x9d",3,NULL,0,NULL,0}, + {"簻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xbb",3,NULL,0,NULL,0}, + {"⛋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x8b",3,NULL,0,NULL,0}, + {"薅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x85",3,NULL,0,NULL,0}, + {"䭍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x8d",3,NULL,0,NULL,0}, + {"㝞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xa7",3,NULL,0,NULL,0}, + {"濹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xb9",3,NULL,0,NULL,0}, + {"⊩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xa9",3,NULL,0,NULL,0}, + {"쉨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xa8",3,NULL,0,NULL,0}, + {"嚉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x89",3,NULL,0,NULL,0}, + {"﫟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xa9",3,NULL,0,NULL,0}, + {"㋻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xbb",3,NULL,0,NULL,0}, + {"섅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x85",3,NULL,0,NULL,0}, + {"窒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x92",3,NULL,0,NULL,0}, + {"ᲁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x81",3,NULL,0,NULL,0}, + {"ڭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xad",2,NULL,0,NULL,0}, + {"㏫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xab",3,NULL,0,NULL,0}, + {"禛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x9b",3,NULL,0,NULL,0}, + {"ꐵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xb5",3,NULL,0,NULL,0}, + {"鲇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x87",3,NULL,0,NULL,0}, + {"旙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x99",3,NULL,0,NULL,0}, + {"䞓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x93",3,NULL,0,NULL,0}, + {"粨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xa8",3,NULL,0,NULL,0}, + {"䍆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x86",3,NULL,0,NULL,0}, + {"剛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x9b",3,NULL,0,NULL,0}, + {"ኰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x83",3,NULL,0,NULL,0}, + {"槖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xb7",3,NULL,0,NULL,0}, + {"蠢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x8b",3,NULL,0,NULL,0}, + {"ꜹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x8a",3,NULL,0,NULL,0}, + {"豄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x84",3,NULL,0,NULL,0}, + {"㡕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x95",3,NULL,0,NULL,0}, + {"Ӿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xbe",2,NULL,0,NULL,0}, + {"✑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x91",3,NULL,0,NULL,0}, + {"鞔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x94",3,NULL,0,NULL,0}, + {"ᕘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x98",3,NULL,0,NULL,0}, + {"髽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xbd",3,NULL,0,NULL,0}, + {"戚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x9a",3,NULL,0,NULL,0}, + {"⋲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xa1",3,NULL,0,NULL,0}, + {"Ꮗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x85",3,NULL,0,NULL,0}, + {"킟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x9f",3,NULL,0,NULL,0}, + {"鬾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xbe",3,NULL,0,NULL,0}, + {"䉛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xb8",3,NULL,0,NULL,0}, + {"ꨓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x93",3,NULL,0,NULL,0}, + {"ᯤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xa4",3,NULL,0,NULL,0}, + {"轍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x8d",3,NULL,0,NULL,0}, + {"糪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xaa",3,NULL,0,NULL,0}, + {"㑽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xbd",3,NULL,0,NULL,0}, + {"븞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x9e",3,NULL,0,NULL,0}, + {"稢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xa2",3,NULL,0,NULL,0}, + {"≠",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa0",3,NULL,0,NULL,0}, + {"鲨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xa8",3,NULL,0,NULL,0}, + {"㳔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x98",3,NULL,0,NULL,0}, + {"䜪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xaa",3,NULL,0,NULL,0}, + {"旺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xba",3,NULL,0,NULL,0}, + {"輍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x8d",3,NULL,0,NULL,0}, + {"ⓓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x93",3,NULL,0,NULL,0}, + {"瓒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x92",3,NULL,0,NULL,0}, + {"淗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x97",3,NULL,0,NULL,0}, + {"捦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xa6",3,NULL,0,NULL,0}, + {"Ꞵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xb4",3,NULL,0,NULL,0}, + {"燇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x87",3,NULL,0,NULL,0}, + {"啕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x95",3,NULL,0,NULL,0}, + {"׵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xb5",2,NULL,0,NULL,0}, + {"驼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xbc",3,NULL,0,NULL,0}, + {"퀾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xbe",3,NULL,0,NULL,0}, + {"밀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x80",3,NULL,0,NULL,0}, + {"勄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x84",3,NULL,0,NULL,0}, + {"坃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x83",3,NULL,0,NULL,0}, + {"犹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xb9",3,NULL,0,NULL,0}, + {"ⵔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x94",3,NULL,0,NULL,0}, + {"庁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x81",3,NULL,0,NULL,0}, + {"版",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x88",3,NULL,0,NULL,0}, + {"伕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x95",3,NULL,0,NULL,0}, + {"왕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x95",3,NULL,0,NULL,0}, + {"玁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x81",3,NULL,0,NULL,0}, + {"鰠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xa0",3,NULL,0,NULL,0}, + {"㠾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xbe",3,NULL,0,NULL,0}, + {"ꦴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xb4",3,NULL,0,NULL,0}, + {"⯝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x9d",3,NULL,0,NULL,0}, + {"뭐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x90",3,NULL,0,NULL,0}, + {"钨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xa8",3,NULL,0,NULL,0}, + {"톸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xb8",3,NULL,0,NULL,0}, + {"喾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xbe",3,NULL,0,NULL,0}, + {"Ṥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa4",3,NULL,0,NULL,0}, + {"黲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xb2",3,NULL,0,NULL,0}, + {"厀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x80",3,NULL,0,NULL,0}, + {"⧱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xb1",3,NULL,0,NULL,0}, + {"軡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xa1",3,NULL,0,NULL,0}, + {"먄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x84",3,NULL,0,NULL,0}, + {"౶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xb6",3,NULL,0,NULL,0}, + {"紝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x9d",3,NULL,0,NULL,0}, + {"윚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x9a",3,NULL,0,NULL,0}, + {"鼁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x81",3,NULL,0,NULL,0}, + {"背",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x8c",3,NULL,0,NULL,0}, + {"熂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x82",3,NULL,0,NULL,0}, + {"켸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xb8",3,NULL,0,NULL,0}, + {"䥽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xbd",3,NULL,0,NULL,0}, + {"ﰐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x90",3,NULL,0,NULL,0}, + {"猿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xa0",3,NULL,0,NULL,0}, + {"⯫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xab",3,NULL,0,NULL,0}, + {"倥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xa5",3,NULL,0,NULL,0}, + {"볪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xaa",3,NULL,0,NULL,0}, + {"ྲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xb2",3,NULL,0,NULL,0}, + {"엖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x96",3,NULL,0,NULL,0}, + {"㴘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x98",3,NULL,0,NULL,0}, + {"椒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x92",3,NULL,0,NULL,0}, + {"飬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x87",3,NULL,0,NULL,0}, + {"ⱘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x98",3,NULL,0,NULL,0}, + {"㣞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x9e",3,NULL,0,NULL,0}, + {"謴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xb4",3,NULL,0,NULL,0}, + {"ቔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x94",3,NULL,0,NULL,0}, + {"곸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xb8",3,NULL,0,NULL,0}, + {"譵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xa0",3,NULL,0,NULL,0}, + {"ଯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xaf",3,NULL,0,NULL,0}, + {"过",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x87",3,NULL,0,NULL,0}, + {"ཷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xb7",3,NULL,0,NULL,0}, + {"勹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xb9",3,NULL,0,NULL,0}, + {"岛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x9b",3,NULL,0,NULL,0}, + {"灶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xb6",3,NULL,0,NULL,0}, + {"覓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x93",3,NULL,0,NULL,0}, + {"왷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xbe",3,NULL,0,NULL,0}, + {"专",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x93",3,NULL,0,NULL,0}, + {"ᵤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xa4",3,NULL,0,NULL,0}, + {"ຩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xa9",3,NULL,0,NULL,0}, + {"耩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xa9",3,NULL,0,NULL,0}, + {"푀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x80",3,NULL,0,NULL,0}, + {"縇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x87",3,NULL,0,NULL,0}, + {"搜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x9c",3,NULL,0,NULL,0}, + {"酗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xbc",3,NULL,0,NULL,0}, + {"棐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x87",3,NULL,0,NULL,0}, + {"荑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x91",3,NULL,0,NULL,0}, + {"㽦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xb5",3,NULL,0,NULL,0}, + {"譮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xae",3,NULL,0,NULL,0}, + {"봷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xb7",3,NULL,0,NULL,0}, + {"᱘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x98",3,NULL,0,NULL,0}, + {"ꊲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xb2",3,NULL,0,NULL,0}, + {"뢋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x8b",3,NULL,0,NULL,0}, + {"逅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x85",3,NULL,0,NULL,0}, + {"䱾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xbe",3,NULL,0,NULL,0}, + {"ḓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xb1",3,NULL,0,NULL,0}, + {"準",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x96",3,NULL,0,NULL,0}, + {"鑅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x85",3,NULL,0,NULL,0}, + {"ㅝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x9d",3,NULL,0,NULL,0}, + {"藍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x8d",3,NULL,0,NULL,0}, + {"罵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xb5",3,NULL,0,NULL,0}, + {"䥙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x99",3,NULL,0,NULL,0}, + {"륿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xbf",3,NULL,0,NULL,0}, + {"ḯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xaf",3,NULL,0,NULL,0}, + {"觼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xbc",3,NULL,0,NULL,0}, + {"叩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xb8",3,NULL,0,NULL,0}, + {"힥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xa5",3,NULL,0,NULL,0}, + {"쑕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x95",3,NULL,0,NULL,0}, + {"誑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x91",3,NULL,0,NULL,0}, + {"뀰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xb0",3,NULL,0,NULL,0}, + {"렛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x9b",3,NULL,0,NULL,0}, + {"䖾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xbe",3,NULL,0,NULL,0}, + {"⮂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x82",3,NULL,0,NULL,0}, + {"앦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xa6",3,NULL,0,NULL,0}, + {"펹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x80",3,NULL,0,NULL,0}, + {"缘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x98",3,NULL,0,NULL,0}, + {"ഘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x93",3,NULL,0,NULL,0}, + {"䈲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xb2",3,NULL,0,NULL,0}, + {"䳼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xbc",3,NULL,0,NULL,0}, + {"෧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xa7",3,NULL,0,NULL,0}, + {"㼥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xa5",3,NULL,0,NULL,0}, + {"ﲽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xbd",3,NULL,0,NULL,0}, + {"䡉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x89",3,NULL,0,NULL,0}, + {"涍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x8d",3,NULL,0,NULL,0}, + {"䃍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x85",3,NULL,0,NULL,0}, + {"鎓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x93",3,NULL,0,NULL,0}, + {"혏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x8f",3,NULL,0,NULL,0}, + {"鸶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xb7",3,NULL,0,NULL,0}, + {"ᴣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xbf",3,NULL,0,NULL,0}, + {"瞮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xae",3,NULL,0,NULL,0}, + {"果",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x9c",3,NULL,0,NULL,0}, + {"됁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x81",3,NULL,0,NULL,0}, + {"펏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x8f",3,NULL,0,NULL,0}, + {"焥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xa5",3,NULL,0,NULL,0}, + {"꿧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xa7",3,NULL,0,NULL,0}, + {"﹪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xaa",3,NULL,0,NULL,0}, + {"ꘕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xad",3,NULL,0,NULL,0}, + {"⪑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x91",3,NULL,0,NULL,0}, + {"됢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xac",3,NULL,0,NULL,0}, + {"瘢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xa2",3,NULL,0,NULL,0}, + {"쭕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xab",3,NULL,0,NULL,0}, + {"ﻝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x9d",3,NULL,0,NULL,0}, + {"셱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xb1",3,NULL,0,NULL,0}, + {"裄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x84",3,NULL,0,NULL,0}, + {"阇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xa7",3,NULL,0,NULL,0}, + {"鈲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x9d",3,NULL,0,NULL,0}, + {"튿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xbf",3,NULL,0,NULL,0}, + {"蘭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x9f",3,NULL,0,NULL,0}, + {"⑩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xa9",3,NULL,0,NULL,0}, + {"鋋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x8b",3,NULL,0,NULL,0}, + {"㿝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x9d",3,NULL,0,NULL,0}, + {"黓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x93",3,NULL,0,NULL,0}, + {"᝘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x98",3,NULL,0,NULL,0}, + {"定",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x9a",3,NULL,0,NULL,0}, + {"᧒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x92",3,NULL,0,NULL,0}, + {"␀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x80",3,NULL,0,NULL,0}, + {"埬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xac",3,NULL,0,NULL,0}, + {"麟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x89",3,NULL,0,NULL,0}, + {"芀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x80",3,NULL,0,NULL,0}, + {"犔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x94",3,NULL,0,NULL,0}, + {"ꔼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xbc",3,NULL,0,NULL,0}, + {"漆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x86",3,NULL,0,NULL,0}, + {"ヹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb9",3,NULL,0,NULL,0}, + {"₩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xa6",3,NULL,0,NULL,0}, + {"ひ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xb2",3,NULL,0,NULL,0}, + {"޺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xba",2,NULL,0,NULL,0}, + {"ῃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x83",3,NULL,0,NULL,0}, + {"❼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xbc",3,NULL,0,NULL,0}, + {"銉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x89",3,NULL,0,NULL,0}, + {"썍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x8d",3,NULL,0,NULL,0}, + {"ퟳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xb3",3,NULL,0,NULL,0}, + {"襝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x9d",3,NULL,0,NULL,0}, + {"腖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x96",3,NULL,0,NULL,0}, + {"놐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x90",3,NULL,0,NULL,0}, + {"꺃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x83",3,NULL,0,NULL,0}, + {"瓆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x86",3,NULL,0,NULL,0}, + {"㙬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xac",3,NULL,0,NULL,0}, + {"꣬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xac",3,NULL,0,NULL,0}, + {"የ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xa8",3,NULL,0,NULL,0}, + {"⤊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x8a",3,NULL,0,NULL,0}, + {"䕠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xa0",3,NULL,0,NULL,0}, + {"줄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x84",3,NULL,0,NULL,0}, + {"냷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xb7",3,NULL,0,NULL,0}, + {"芶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xb6",3,NULL,0,NULL,0}, + {"ᓮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xae",3,NULL,0,NULL,0}, + {"ᩇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x87",3,NULL,0,NULL,0}, + {"흴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xb4",3,NULL,0,NULL,0}, + {"ㄳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xb3",3,NULL,0,NULL,0}, + {"냬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xac",3,NULL,0,NULL,0}, + {"潥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xa5",3,NULL,0,NULL,0}, + {"嫺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xa2",3,NULL,0,NULL,0}, + {"怵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xb5",3,NULL,0,NULL,0}, + {"臲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x97",3,NULL,0,NULL,0}, + {"늘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x98",3,NULL,0,NULL,0}, + {"⛜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x9c",3,NULL,0,NULL,0}, + {"靷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xb7",3,NULL,0,NULL,0}, + {"⾊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x8a",3,NULL,0,NULL,0}, + {"爉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x89",3,NULL,0,NULL,0}, + {"⫙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xb0",3,NULL,0,NULL,0}, + {"ᣴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xb4",3,NULL,0,NULL,0}, + {"칏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x8f",3,NULL,0,NULL,0}, + {"⻹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xb9",3,NULL,0,NULL,0}, + {"ᄃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa7",3,NULL,0,NULL,0}, + {"欜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xa9",3,NULL,0,NULL,0}, + {"㇢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xa2",3,NULL,0,NULL,0}, + {"דּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xb3",3,NULL,0,NULL,0}, + {"ኑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x91",3,NULL,0,NULL,0}, + {"岏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x8f",3,NULL,0,NULL,0}, + {"䊍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x8d",3,NULL,0,NULL,0}, + {"㉒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x92",3,NULL,0,NULL,0}, + {"㗟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x9f",3,NULL,0,NULL,0}, + {"٫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xab",2,NULL,0,NULL,0}, + {"ᒓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x93",3,NULL,0,NULL,0}, + {"ĥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xa5",2,NULL,0,NULL,0}, + {"듭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xb3",3,NULL,0,NULL,0}, + {"젼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xbc",3,NULL,0,NULL,0}, + {"❞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x9e",3,NULL,0,NULL,0}, + {"뉗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x97",3,NULL,0,NULL,0}, + {"​",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x8b",3,NULL,0,NULL,0}, + {"佯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xaf",3,NULL,0,NULL,0}, + {"DŽ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x84",2,NULL,0,NULL,0}, + {"뻹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xb9",3,NULL,0,NULL,0}, + {"Ⴚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xba",3,NULL,0,NULL,0}, + {"ᢲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xb2",3,NULL,0,NULL,0}, + {"♫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xab",3,NULL,0,NULL,0}, + {"⃈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x88",3,NULL,0,NULL,0}, + {"䑚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x9a",3,NULL,0,NULL,0}, + {"陑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x91",3,NULL,0,NULL,0}, + {"꬘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x98",3,NULL,0,NULL,0}, + {"ꂾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xbe",3,NULL,0,NULL,0}, + {"㎋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x8b",3,NULL,0,NULL,0}, + {"ᙬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xac",3,NULL,0,NULL,0}, + {"傹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xb9",3,NULL,0,NULL,0}, + {"ꁫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xab",3,NULL,0,NULL,0}, + {"勤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xb4",3,NULL,0,NULL,0}, + {"欱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x96",3,NULL,0,NULL,0}, + {"懠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xa0",3,NULL,0,NULL,0}, + {"剜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x9c",3,NULL,0,NULL,0}, + {"砄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xb7",3,NULL,0,NULL,0}, + {"Ἀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x88",3,NULL,0,NULL,0}, + {"铸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xb8",3,NULL,0,NULL,0}, + {"ꌾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xbe",3,NULL,0,NULL,0}, + {"삸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xb3",3,NULL,0,NULL,0}, + {"돠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x88",3,NULL,0,NULL,0}, + {"鈓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x93",3,NULL,0,NULL,0}, + {"쬅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x85",3,NULL,0,NULL,0}, + {"⨪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xaa",3,NULL,0,NULL,0}, + {"ᇵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x89",3,NULL,0,NULL,0}, + {"⡕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x95",3,NULL,0,NULL,0}, + {"䐘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xa7",3,NULL,0,NULL,0}, + {"᚟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x9f",3,NULL,0,NULL,0}, + {"〙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x99",3,NULL,0,NULL,0}, + {"⹼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xbc",3,NULL,0,NULL,0}, + {"탿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x90",3,NULL,0,NULL,0}, + {"蒳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xb3",3,NULL,0,NULL,0}, + {"⠦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xa6",3,NULL,0,NULL,0}, + {"ࡄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x84",3,NULL,0,NULL,0}, + {"嘽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xad",3,NULL,0,NULL,0}, + {"∳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xb3",3,NULL,0,NULL,0}, + {"׻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xbb",2,NULL,0,NULL,0}, + {"櫃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x83",3,NULL,0,NULL,0}, + {"ᐟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x9f",3,NULL,0,NULL,0}, + {"锲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xb2",3,NULL,0,NULL,0}, + {"拗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x80",3,NULL,0,NULL,0}, + {"鴞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xa2",3,NULL,0,NULL,0}, + {"䳏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x8f",3,NULL,0,NULL,0}, + {"ế",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xb0",3,NULL,0,NULL,0}, + {"孖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x96",3,NULL,0,NULL,0}, + {"晰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xb0",3,NULL,0,NULL,0}, + {"㒪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xaa",3,NULL,0,NULL,0}, + {"菮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xae",3,NULL,0,NULL,0}, + {"道",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x93",3,NULL,0,NULL,0}, + {"奙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x99",3,NULL,0,NULL,0}, + {"曏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x8f",3,NULL,0,NULL,0}, + {"踉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x89",3,NULL,0,NULL,0}, + {"᝾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xbe",3,NULL,0,NULL,0}, + {"壽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xbd",3,NULL,0,NULL,0}, + {"䠐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x90",3,NULL,0,NULL,0}, + {"⟤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xa4",3,NULL,0,NULL,0}, + {"ผ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x9c",3,NULL,0,NULL,0}, + {"ꣴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xb4",3,NULL,0,NULL,0}, + {"䣒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x92",3,NULL,0,NULL,0}, + {"긭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xad",3,NULL,0,NULL,0}, + {"䦠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xa0",3,NULL,0,NULL,0}, + {"㙿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xbf",3,NULL,0,NULL,0}, + {"ﮯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xaf",3,NULL,0,NULL,0}, + {"ʒ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x92",2,NULL,0,NULL,0}, + {"ⳏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x8f",3,NULL,0,NULL,0}, + {"쇭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xad",3,NULL,0,NULL,0}, + {"࿝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xab",3,NULL,0,NULL,0}, + {"걁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x81",3,NULL,0,NULL,0}, + {"䩧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xa7",3,NULL,0,NULL,0}, + {"묖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x96",3,NULL,0,NULL,0}, + {"䩔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x94",3,NULL,0,NULL,0}, + {"善",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x84",3,NULL,0,NULL,0}, + {"뎏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xa9",3,NULL,0,NULL,0}, + {"꽇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x87",3,NULL,0,NULL,0}, + {"ϔ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x94",2,NULL,0,NULL,0}, + {"Ⱝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xad",3,NULL,0,NULL,0}, + {"ꇁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x81",3,NULL,0,NULL,0}, + {"䘄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x8b",3,NULL,0,NULL,0}, + {"ଖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x96",3,NULL,0,NULL,0}, + {"睔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x94",3,NULL,0,NULL,0}, + {"ཐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x90",3,NULL,0,NULL,0}, + {"囯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xaf",3,NULL,0,NULL,0}, + {"趠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xa0",3,NULL,0,NULL,0}, + {"㋁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x81",3,NULL,0,NULL,0}, + {"쟃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x83",3,NULL,0,NULL,0}, + {"먧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xa7",3,NULL,0,NULL,0}, + {"ꆏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x8f",3,NULL,0,NULL,0}, + {"瘳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xb3",3,NULL,0,NULL,0}, + {"撤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xa4",3,NULL,0,NULL,0}, + {"컕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x95",3,NULL,0,NULL,0}, + {"㋹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xb9",3,NULL,0,NULL,0}, + {"᳞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x9e",3,NULL,0,NULL,0}, + {"탒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x92",3,NULL,0,NULL,0}, + {"濋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x8b",3,NULL,0,NULL,0}, + {"搳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xb3",3,NULL,0,NULL,0}, + {"愿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xbf",3,NULL,0,NULL,0}, + {"涬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xbd",3,NULL,0,NULL,0}, + {"ⴘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x98",3,NULL,0,NULL,0}, + {"䚀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x80",3,NULL,0,NULL,0}, + {"겂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x82",3,NULL,0,NULL,0}, + {"䫢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xa2",3,NULL,0,NULL,0}, + {"ꍠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xa0",3,NULL,0,NULL,0}, + {"䝁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x81",3,NULL,0,NULL,0}, + {"鬱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xb1",3,NULL,0,NULL,0}, + {"攏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xba",3,NULL,0,NULL,0}, + {"沲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xb2",3,NULL,0,NULL,0}, + {"ስ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xb5",3,NULL,0,NULL,0}, + {"ꪳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xb3",3,NULL,0,NULL,0}, + {"圤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xa4",3,NULL,0,NULL,0}, + {"谙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x99",3,NULL,0,NULL,0}, + {"㱋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x80",3,NULL,0,NULL,0}, + {"⻎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x8e",3,NULL,0,NULL,0}, + {"袍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x8d",3,NULL,0,NULL,0}, + {"Ե",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xb5",2,NULL,0,NULL,0}, + {"看",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x99",3,NULL,0,NULL,0}, + {"坘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x98",3,NULL,0,NULL,0}, + {"ᆢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xa2",3,NULL,0,NULL,0}, + {"鿐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x9d",3,NULL,0,NULL,0}, + {"⊣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xa3",3,NULL,0,NULL,0}, + {"髯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xbb",3,NULL,0,NULL,0}, + {"킄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x84",3,NULL,0,NULL,0}, + {"栁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x81",3,NULL,0,NULL,0}, + {"턓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x93",3,NULL,0,NULL,0}, + {"蝿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x9a",3,NULL,0,NULL,0}, + {"泈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x88",3,NULL,0,NULL,0}, + {"鬴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xb4",3,NULL,0,NULL,0}, + {"戃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x83",3,NULL,0,NULL,0}, + {"椲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xb2",3,NULL,0,NULL,0}, + {"쳽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xbb",3,NULL,0,NULL,0}, + {"塮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xae",3,NULL,0,NULL,0}, + {"⣾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xbe",3,NULL,0,NULL,0}, + {"붗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xb2",3,NULL,0,NULL,0}, + {"㏩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xa9",3,NULL,0,NULL,0}, + {"챠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x86",3,NULL,0,NULL,0}, + {"掷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xb7",3,NULL,0,NULL,0}, + {"墯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xaf",3,NULL,0,NULL,0}, + {"䱳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xb3",3,NULL,0,NULL,0}, + {"蘎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x8e",3,NULL,0,NULL,0}, + {"喠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xa0",3,NULL,0,NULL,0}, + {"륚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x9a",3,NULL,0,NULL,0}, + {"㲔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x94",3,NULL,0,NULL,0}, + {"쿡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xa1",3,NULL,0,NULL,0}, + {"뮭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x80",3,NULL,0,NULL,0}, + {"ⲉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x89",3,NULL,0,NULL,0}, + {"Ҷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xb6",2,NULL,0,NULL,0}, + {"㥎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x8e",3,NULL,0,NULL,0}, + {"",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x05",1,NULL,0,NULL,0}, + {"減",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x9b",3,NULL,0,NULL,0}, + {"렬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xac",3,NULL,0,NULL,0}, + {"⮛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x9b",3,NULL,0,NULL,0}, + {"뻢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x92",3,NULL,0,NULL,0}, + {"랻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xbb",3,NULL,0,NULL,0}, + {"씀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x80",3,NULL,0,NULL,0}, + {"뼑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x91",3,NULL,0,NULL,0}, + {"벿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xbf",3,NULL,0,NULL,0}, + {"犫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xab",3,NULL,0,NULL,0}, + {"⵴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xb4",3,NULL,0,NULL,0}, + {"鯍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x8d",3,NULL,0,NULL,0}, + {"䧁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x81",3,NULL,0,NULL,0}, + {"꺒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x92",3,NULL,0,NULL,0}, + {"뫈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x88",3,NULL,0,NULL,0}, + {"咼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xbc",3,NULL,0,NULL,0}, + {"墤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xa4",3,NULL,0,NULL,0}, + {"鷋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x8b",3,NULL,0,NULL,0}, + {"栬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xac",3,NULL,0,NULL,0}, + {"ክ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xad",3,NULL,0,NULL,0}, + {"ට",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xa7",3,NULL,0,NULL,0}, + {"鯮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xae",3,NULL,0,NULL,0}, + {"颛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x9b",3,NULL,0,NULL,0}, + {"蚋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x8b",3,NULL,0,NULL,0}, + {"䆴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xb4",3,NULL,0,NULL,0}, + {"㟸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xb8",3,NULL,0,NULL,0}, + {"ꨁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xac",3,NULL,0,NULL,0}, + {"썝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x9d",3,NULL,0,NULL,0}, + {"값",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x88",3,NULL,0,NULL,0}, + {"嘨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xa8",3,NULL,0,NULL,0}, + {"綐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x90",3,NULL,0,NULL,0}, + {"淝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x9d",3,NULL,0,NULL,0}, + {"麬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xac",3,NULL,0,NULL,0}, + {"퇟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x9f",3,NULL,0,NULL,0}, + {"啟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x9f",3,NULL,0,NULL,0}, + {"焌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x8c",3,NULL,0,NULL,0}, + {"밄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x84",3,NULL,0,NULL,0}, + {"㖩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xa9",3,NULL,0,NULL,0}, + {"篩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xa9",3,NULL,0,NULL,0}, + {"ꥲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xb2",3,NULL,0,NULL,0}, + {"以",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xa5",3,NULL,0,NULL,0}, + {"왏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x8f",3,NULL,0,NULL,0}, + {"鰤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xa4",3,NULL,0,NULL,0}, + {"稄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x84",3,NULL,0,NULL,0}, + {"漻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x9f",3,NULL,0,NULL,0}, + {"㠲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xb2",3,NULL,0,NULL,0}, + {"惲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xb2",3,NULL,0,NULL,0}, + {"ﵶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xb6",3,NULL,0,NULL,0}, + {"Ꝋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x96",3,NULL,0,NULL,0}, + {"諹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xb9",3,NULL,0,NULL,0}, + {"뭌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x8c",3,NULL,0,NULL,0}, + {"甄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x84",3,NULL,0,NULL,0}, + {"޽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xbd",2,NULL,0,NULL,0}, + {"뤂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x82",3,NULL,0,NULL,0}, + {"뚘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x98",3,NULL,0,NULL,0}, + {"椂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x82",3,NULL,0,NULL,0}, + {"퇵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xb5",3,NULL,0,NULL,0}, + {"ᔥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa5",3,NULL,0,NULL,0}, + {"㣎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x8e",3,NULL,0,NULL,0}, + {"湳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x97",3,NULL,0,NULL,0}, + {"紟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x9f",3,NULL,0,NULL,0}, + {"讽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xbd",3,NULL,0,NULL,0}, + {"勱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xb1",3,NULL,0,NULL,0}, + {"콐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x90",3,NULL,0,NULL,0}, + {"༴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xb4",3,NULL,0,NULL,0}, + {"仹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xb9",3,NULL,0,NULL,0}, + {"吼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xb9",3,NULL,0,NULL,0}, + {"쿅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x85",3,NULL,0,NULL,0}, + {"要",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x81",3,NULL,0,NULL,0}, + {"팽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xbd",3,NULL,0,NULL,0}, + {"䓣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x9b",3,NULL,0,NULL,0}, + {"홆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x86",3,NULL,0,NULL,0}, + {"穅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x85",3,NULL,0,NULL,0}, + {"擫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xab",3,NULL,0,NULL,0}, + {"潼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xbc",3,NULL,0,NULL,0}, + {"慟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xa0",3,NULL,0,NULL,0}, + {"鏞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x9e",3,NULL,0,NULL,0}, + {"瑽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xbd",3,NULL,0,NULL,0}, + {"궐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xbb",3,NULL,0,NULL,0}, + {"讇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x87",3,NULL,0,NULL,0}, + {"᫖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x96",3,NULL,0,NULL,0}, + {"떝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x9d",3,NULL,0,NULL,0}, + {"ꖔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x94",3,NULL,0,NULL,0}, + {"많",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x8e",3,NULL,0,NULL,0}, + {"匋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x8b",3,NULL,0,NULL,0}, + {"滜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xae",3,NULL,0,NULL,0}, + {"ꝶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x87",3,NULL,0,NULL,0}, + {"뒋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x8b",3,NULL,0,NULL,0}, + {"㰘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x98",3,NULL,0,NULL,0}, + {"낫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xab",3,NULL,0,NULL,0}, + {"꛵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xb5",3,NULL,0,NULL,0}, + {"ㆥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x85",3,NULL,0,NULL,0}, + {"ৱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xb1",3,NULL,0,NULL,0}, + {"叻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xbb",3,NULL,0,NULL,0}, + {"ൕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x95",3,NULL,0,NULL,0}, + {"㫧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xa7",3,NULL,0,NULL,0}, + {"̴",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xb4",2,NULL,0,NULL,0}, + {"恶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xb6",3,NULL,0,NULL,0}, + {"퐁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x81",3,NULL,0,NULL,0}, + {"悅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x85",3,NULL,0,NULL,0}, + {"誝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x9d",3,NULL,0,NULL,0}, + {"呱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xb1",3,NULL,0,NULL,0}, + {"徆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x86",3,NULL,0,NULL,0}, + {"ﳏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x8f",3,NULL,0,NULL,0}, + {"鮤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xa4",3,NULL,0,NULL,0}, + {"侊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x8a",3,NULL,0,NULL,0}, + {"瑓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x9a",3,NULL,0,NULL,0}, + {"ᆉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x89",3,NULL,0,NULL,0}, + {"ꪜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x9c",3,NULL,0,NULL,0}, + {"罷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xb7",3,NULL,0,NULL,0}, + {"峋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x8b",3,NULL,0,NULL,0}, + {"䅻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xb1",3,NULL,0,NULL,0}, + {"ᶄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x84",3,NULL,0,NULL,0}, + {"馦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xa6",3,NULL,0,NULL,0}, + {"綷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xb7",3,NULL,0,NULL,0}, + {"ꖮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xae",3,NULL,0,NULL,0}, + {"ﴨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xa8",3,NULL,0,NULL,0}, + {"ቚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x9a",3,NULL,0,NULL,0}, + {"醇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x87",3,NULL,0,NULL,0}, + {"뎽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xbd",3,NULL,0,NULL,0}, + {"㸱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xb1",3,NULL,0,NULL,0}, + {"騫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xae",3,NULL,0,NULL,0}, + {"猬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x8c",3,NULL,0,NULL,0}, + {"ꙕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x95",3,NULL,0,NULL,0}, + {"汏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x8f",3,NULL,0,NULL,0}, + {"辍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x8d",3,NULL,0,NULL,0}, + {"쫘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x98",3,NULL,0,NULL,0}, + {"轀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x80",3,NULL,0,NULL,0}, + {"₇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x87",3,NULL,0,NULL,0}, + {"䡰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xb0",3,NULL,0,NULL,0}, + {"忳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xb3",3,NULL,0,NULL,0}, + {"凓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xa0",3,NULL,0,NULL,0}, + {"삔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x94",3,NULL,0,NULL,0}, + {"屄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x84",3,NULL,0,NULL,0}, + {"ᤀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x80",3,NULL,0,NULL,0}, + {"仆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x86",3,NULL,0,NULL,0}, + {"鍱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xb1",3,NULL,0,NULL,0}, + {"ᵲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xb2",3,NULL,0,NULL,0}, + {"ꡳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xb3",3,NULL,0,NULL,0}, + {"ퟙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x99",3,NULL,0,NULL,0}, + {"춴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xb4",3,NULL,0,NULL,0}, + {"୰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xb0",3,NULL,0,NULL,0}, + {"舼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x9a",3,NULL,0,NULL,0}, + {"埁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x81",3,NULL,0,NULL,0}, + {"胹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xb9",3,NULL,0,NULL,0}, + {"⟨",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xa9",3,NULL,0,NULL,0}, + {"쨍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x8d",3,NULL,0,NULL,0}, + {"尅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x85",3,NULL,0,NULL,0}, + {"ꒌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x8c",3,NULL,0,NULL,0}, + {"﩮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xae",3,NULL,0,NULL,0}, + {"॑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x84",3,NULL,0,NULL,0}, + {"퍽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xbd",3,NULL,0,NULL,0}, + {"莻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xbb",3,NULL,0,NULL,0}, + {"ක",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x9a",3,NULL,0,NULL,0}, + {"㼉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x89",3,NULL,0,NULL,0}, + {"闧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x8b",3,NULL,0,NULL,0}, + {"ﶧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xa7",3,NULL,0,NULL,0}, + {"ㆄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x84",3,NULL,0,NULL,0}, + {"됮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xae",3,NULL,0,NULL,0}, + {"鳣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xa3",3,NULL,0,NULL,0}, + {"♆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x86",3,NULL,0,NULL,0}, + {"ル",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xab",3,NULL,0,NULL,0}, + {"二",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x8c",3,NULL,0,NULL,0}, + {"ᬅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x85",3,NULL,0,NULL,0}, + {"䟿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xbf",3,NULL,0,NULL,0}, + {"댩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xa9",3,NULL,0,NULL,0}, + {"ᠢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xa2",3,NULL,0,NULL,0}, + {"䁀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x80",3,NULL,0,NULL,0}, + {"ﯨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xa8",3,NULL,0,NULL,0}, + {"嶪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xaa",3,NULL,0,NULL,0}, + {"䑺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xba",3,NULL,0,NULL,0}, + {"஦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xa6",3,NULL,0,NULL,0}, + {"쁻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xbb",3,NULL,0,NULL,0}, + {"ジ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xb8",3,NULL,0,NULL,0}, + {"赇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x87",3,NULL,0,NULL,0}, + {"뇳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xb3",3,NULL,0,NULL,0}, + {"甭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x8f",3,NULL,0,NULL,0}, + {"긚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x9a",3,NULL,0,NULL,0}, + {"땐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x90",3,NULL,0,NULL,0}, + {"쩋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x8b",3,NULL,0,NULL,0}, + {"놜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x9c",3,NULL,0,NULL,0}, + {"̜",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x9c",2,NULL,0,NULL,0}, + {"⽄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x84",3,NULL,0,NULL,0}, + {"㜡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xa1",3,NULL,0,NULL,0}, + {"ग",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x97",3,NULL,0,NULL,0}, + {"䜷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xb7",3,NULL,0,NULL,0}, + {"㾠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xa0",3,NULL,0,NULL,0}, + {"⥨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xa8",3,NULL,0,NULL,0}, + {"痝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x9d",3,NULL,0,NULL,0}, + {"휏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x8f",3,NULL,0,NULL,0}, + {"ᙀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x80",3,NULL,0,NULL,0}, + {"ꚱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xb1",3,NULL,0,NULL,0}, + {"橣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xa3",3,NULL,0,NULL,0}, + {"托",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x98",3,NULL,0,NULL,0}, + {"틊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x8a",3,NULL,0,NULL,0}, + {"带",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xa6",3,NULL,0,NULL,0}, + {"䦹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xb9",3,NULL,0,NULL,0}, + {"㺂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x82",3,NULL,0,NULL,0}, + {"왤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xa4",3,NULL,0,NULL,0}, + {"덪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x95",3,NULL,0,NULL,0}, + {"恏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xac",3,NULL,0,NULL,0}, + {"策",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x96",3,NULL,0,NULL,0}, + {"嘋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x96",3,NULL,0,NULL,0}, + {"쬩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xa9",3,NULL,0,NULL,0}, + {"䌷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xb7",3,NULL,0,NULL,0}, + {"も",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x82",3,NULL,0,NULL,0}, + {"ੱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xb1",3,NULL,0,NULL,0}, + {"姬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xac",3,NULL,0,NULL,0}, + {"캰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xb0",3,NULL,0,NULL,0}, + {"퉂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x82",3,NULL,0,NULL,0}, + {"籐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x99",3,NULL,0,NULL,0}, + {"崣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xa3",3,NULL,0,NULL,0}, + {"鄀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x80",3,NULL,0,NULL,0}, + {"⼃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x83",3,NULL,0,NULL,0}, + {"峴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xb4",3,NULL,0,NULL,0}, + {"㌨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xa8",3,NULL,0,NULL,0}, + {"␞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x9e",3,NULL,0,NULL,0}, + {"⌅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x85",3,NULL,0,NULL,0}, + {"耣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xa3",3,NULL,0,NULL,0}, + {"㛲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x9b",3,NULL,0,NULL,0}, + {"碍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x8d",3,NULL,0,NULL,0}, + {"섚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x9a",3,NULL,0,NULL,0}, + {"ᓢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa2",3,NULL,0,NULL,0}, + {"ᆻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xbb",3,NULL,0,NULL,0}, + {"ۢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xa2",2,NULL,0,NULL,0}, + {"畞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x9e",3,NULL,0,NULL,0}, + {"힀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x80",3,NULL,0,NULL,0}, + {"虐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x90",3,NULL,0,NULL,0}, + {"丆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x86",3,NULL,0,NULL,0}, + {"ℇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x85",3,NULL,0,NULL,0}, + {"᳽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xbd",3,NULL,0,NULL,0}, + {"ⅸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x97",3,NULL,0,NULL,0}, + {"쟰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xb0",3,NULL,0,NULL,0}, + {"⛴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xb4",3,NULL,0,NULL,0}, + {"䎲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xb2",3,NULL,0,NULL,0}, + {"≾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xbe",3,NULL,0,NULL,0}, + {"鬍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x8d",3,NULL,0,NULL,0}, + {"姁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x81",3,NULL,0,NULL,0}, + {"⤼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xbc",3,NULL,0,NULL,0}, + {"쒧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xa7",3,NULL,0,NULL,0}, + {"훒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x92",3,NULL,0,NULL,0}, + {"䑊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x8a",3,NULL,0,NULL,0}, + {"繕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x95",3,NULL,0,NULL,0}, + {"坐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x90",3,NULL,0,NULL,0}, + {"┧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xa7",3,NULL,0,NULL,0}, + {"㉢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xa2",3,NULL,0,NULL,0}, + {"閅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x95",3,NULL,0,NULL,0}, + {"ٹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xb9",2,NULL,0,NULL,0}, + {"醰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xb0",3,NULL,0,NULL,0}, + {"᭗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x97",3,NULL,0,NULL,0}, + {"忮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xae",3,NULL,0,NULL,0}, + {"ꈖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xbb",3,NULL,0,NULL,0}, + {"ᆎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x8e",3,NULL,0,NULL,0}, + {"钹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xb9",3,NULL,0,NULL,0}, + {"װ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xb0",2,NULL,0,NULL,0}, + {"✺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xba",3,NULL,0,NULL,0}, + {"ȭ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xad",2,NULL,0,NULL,0}, + {"⸱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xb1",3,NULL,0,NULL,0}, + {"ߣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xa3",2,NULL,0,NULL,0}, + {"犴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xb4",3,NULL,0,NULL,0}, + {"倡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xa1",3,NULL,0,NULL,0}, + {"ჸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xb8",3,NULL,0,NULL,0}, + {"⢵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xb5",3,NULL,0,NULL,0}, + {"숪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xaa",3,NULL,0,NULL,0}, + {"ᗮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xae",3,NULL,0,NULL,0}, + {"⍭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xad",3,NULL,0,NULL,0}, + {"â",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa2",2,NULL,0,NULL,0}, + {"㧨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xa8",3,NULL,0,NULL,0}, + {"㦻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xbb",3,NULL,0,NULL,0}, + {"篦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xb6",3,NULL,0,NULL,0}, + {"振",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xaf",3,NULL,0,NULL,0}, + {"钃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x83",3,NULL,0,NULL,0}, + {"ḿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xbf",3,NULL,0,NULL,0}, + {"⳱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xb1",3,NULL,0,NULL,0}, + {"䎉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x89",3,NULL,0,NULL,0}, + {"挻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xbb",3,NULL,0,NULL,0}, + {"쯮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xae",3,NULL,0,NULL,0}, + {"痸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xb8",3,NULL,0,NULL,0}, + {"ꆒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x92",3,NULL,0,NULL,0}, + {"☗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x97",3,NULL,0,NULL,0}, + {"䥋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x8b",3,NULL,0,NULL,0}, + {"躠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xa0",3,NULL,0,NULL,0}, + {"㉹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xb9",3,NULL,0,NULL,0}, + {"䪹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xb9",3,NULL,0,NULL,0}, + {"蹱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xb1",3,NULL,0,NULL,0}, + {"礝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x9d",3,NULL,0,NULL,0}, + {"㨦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xac",3,NULL,0,NULL,0}, + {"ۖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x96",2,NULL,0,NULL,0}, + {"騡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xa1",3,NULL,0,NULL,0}, + {"뭽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xbd",3,NULL,0,NULL,0}, + {"ꢀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x80",3,NULL,0,NULL,0}, + {"獔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x94",3,NULL,0,NULL,0}, + {"蚺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xba",3,NULL,0,NULL,0}, + {"ꔙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x99",3,NULL,0,NULL,0}, + {"Ⰰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x80",3,NULL,0,NULL,0}, + {"ꦉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x89",3,NULL,0,NULL,0}, + {"櫁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x81",3,NULL,0,NULL,0}, + {"㢳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xb3",3,NULL,0,NULL,0}, + {"걐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x90",3,NULL,0,NULL,0}, + {"䄡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x98",3,NULL,0,NULL,0}, + {"暦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xa6",3,NULL,0,NULL,0}, + {"逳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xb3",3,NULL,0,NULL,0}, + {"洃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x83",3,NULL,0,NULL,0}, + {"ꊧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xa7",3,NULL,0,NULL,0}, + {"夏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x8f",3,NULL,0,NULL,0}, + {"⥽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xbd",3,NULL,0,NULL,0}, + {"㗖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x96",3,NULL,0,NULL,0}, + {"噞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xa5",3,NULL,0,NULL,0}, + {"⪄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x84",3,NULL,0,NULL,0}, + {"쎻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xbb",3,NULL,0,NULL,0}, + {"곾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xbe",3,NULL,0,NULL,0}, + {"齯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xaf",3,NULL,0,NULL,0}, + {"撜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x9c",3,NULL,0,NULL,0}, + {"㈐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x90",3,NULL,0,NULL,0}, + {"䳚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x9a",3,NULL,0,NULL,0}, + {"ꭘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x98",3,NULL,0,NULL,0}, + {"鱞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x9e",3,NULL,0,NULL,0}, + {"㙺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xba",3,NULL,0,NULL,0}, + {"갳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xb3",3,NULL,0,NULL,0}, + {"킴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x93",3,NULL,0,NULL,0}, + {"횅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x85",3,NULL,0,NULL,0}, + {"ꎭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xad",3,NULL,0,NULL,0}, + {"䞼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xbc",3,NULL,0,NULL,0}, + {"驢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xa2",3,NULL,0,NULL,0}, + {"⑇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x87",3,NULL,0,NULL,0}, + {"㵃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x83",3,NULL,0,NULL,0}, + {"攆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x86",3,NULL,0,NULL,0}, + {"ꋡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xa1",3,NULL,0,NULL,0}, + {"뢰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xb0",3,NULL,0,NULL,0}, + {"鶙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x99",3,NULL,0,NULL,0}, + {"촲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xb2",3,NULL,0,NULL,0}, + {"곗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x97",3,NULL,0,NULL,0}, + {"曧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xa7",3,NULL,0,NULL,0}, + {"沾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xbe",3,NULL,0,NULL,0}, + {"囥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xa5",3,NULL,0,NULL,0}, + {"迨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xa8",3,NULL,0,NULL,0}, + {"뿸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xb8",3,NULL,0,NULL,0}, + {"쟉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x89",3,NULL,0,NULL,0}, + {"氉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x89",3,NULL,0,NULL,0}, + {"ᄽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xbd",3,NULL,0,NULL,0}, + {"張",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xb5",3,NULL,0,NULL,0}, + {"杮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xae",3,NULL,0,NULL,0}, + {"歬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x9a",3,NULL,0,NULL,0}, + {"訡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xa1",3,NULL,0,NULL,0}, + {"ꞇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x87",3,NULL,0,NULL,0}, + {"䓨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x9c",3,NULL,0,NULL,0}, + {"愵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xb5",3,NULL,0,NULL,0}, + {"⺑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x91",3,NULL,0,NULL,0}, + {"ꀈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x88",3,NULL,0,NULL,0}, + {"棽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xbd",3,NULL,0,NULL,0}, + {"誨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xa8",3,NULL,0,NULL,0}, + {"顋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x8b",3,NULL,0,NULL,0}, + {"폔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x94",3,NULL,0,NULL,0}, + {"⥥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xa5",3,NULL,0,NULL,0}, + {"鷚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x9a",3,NULL,0,NULL,0}, + {"೔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x94",3,NULL,0,NULL,0}, + {"蜂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x82",3,NULL,0,NULL,0}, + {"赮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xae",3,NULL,0,NULL,0}, + {"啄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x84",3,NULL,0,NULL,0}, + {"塞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x9e",3,NULL,0,NULL,0}, + {"뾯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xaf",3,NULL,0,NULL,0}, + {"薨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xa8",3,NULL,0,NULL,0}, + {"꾞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x9e",3,NULL,0,NULL,0}, + {"ԯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xaf",2,NULL,0,NULL,0}, + {"貎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x8e",3,NULL,0,NULL,0}, + {"ᆮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xae",3,NULL,0,NULL,0}, + {"ꇭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xad",3,NULL,0,NULL,0}, + {"熪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xaa",3,NULL,0,NULL,0}, + {"ᳶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xb6",3,NULL,0,NULL,0}, + {"뺮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xae",3,NULL,0,NULL,0}, + {"뱘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x98",3,NULL,0,NULL,0}, + {"筴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x98",3,NULL,0,NULL,0}, + {"詪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xaa",3,NULL,0,NULL,0}, + {"唧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x87",3,NULL,0,NULL,0}, + {"롄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x84",3,NULL,0,NULL,0}, + {"枋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x8b",3,NULL,0,NULL,0}, + {"䨔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x9b",3,NULL,0,NULL,0}, + {"묧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xa7",3,NULL,0,NULL,0}, + {"鮅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x85",3,NULL,0,NULL,0}, + {"㩚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x9a",3,NULL,0,NULL,0}, + {"까",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x8c",3,NULL,0,NULL,0}, + {"Ê",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8a",2,NULL,0,NULL,0}, + {"蚙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x99",3,NULL,0,NULL,0}, + {"乴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xb4",3,NULL,0,NULL,0}, + {"꺫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xab",3,NULL,0,NULL,0}, + {"㟨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xa8",3,NULL,0,NULL,0}, + {"糒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x92",3,NULL,0,NULL,0}, + {"浨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xa8",3,NULL,0,NULL,0}, + {"墽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xbd",3,NULL,0,NULL,0}, + {"웵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xb5",3,NULL,0,NULL,0}, + {"刱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xb1",3,NULL,0,NULL,0}, + {"텦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xa6",3,NULL,0,NULL,0}, + {"烁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x81",3,NULL,0,NULL,0}, + {"㤆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x86",3,NULL,0,NULL,0}, + {"쎡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xa1",3,NULL,0,NULL,0}, + {"鹣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xa3",3,NULL,0,NULL,0}, + {"渡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x9b",3,NULL,0,NULL,0}, + {"틪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xaa",3,NULL,0,NULL,0}, + {"銞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x9e",3,NULL,0,NULL,0}, + {"ꟿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xbf",3,NULL,0,NULL,0}, + {"俵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xb5",3,NULL,0,NULL,0}, + {"㾰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xb0",3,NULL,0,NULL,0}, + {"柉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xb9",3,NULL,0,NULL,0}, + {"썲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xb2",3,NULL,0,NULL,0}, + {"襈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x88",3,NULL,0,NULL,0}, + {"鸒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x92",3,NULL,0,NULL,0}, + {"篻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xbb",3,NULL,0,NULL,0}, + {"뫸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xb8",3,NULL,0,NULL,0}, + {"퍤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xa4",3,NULL,0,NULL,0}, + {"㭝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x9d",3,NULL,0,NULL,0}, + {"붷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xb7",3,NULL,0,NULL,0}, + {"伋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x8b",3,NULL,0,NULL,0}, + {"栜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x9c",3,NULL,0,NULL,0}, + {"䧓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x93",3,NULL,0,NULL,0}, + {"뷸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xb8",3,NULL,0,NULL,0}, + {"똝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x9d",3,NULL,0,NULL,0}, + {"梑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x91",3,NULL,0,NULL,0}, + {"æ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa6",2,NULL,0,NULL,0}, + {"ை",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x88",3,NULL,0,NULL,0}, + {"ᖊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x8a",3,NULL,0,NULL,0}, + {"㞕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x95",3,NULL,0,NULL,0}, + {"ﶙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x99",3,NULL,0,NULL,0}, + {"琁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x81",3,NULL,0,NULL,0}, + {"綰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xb0",3,NULL,0,NULL,0}, + {"ᤛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x9b",3,NULL,0,NULL,0}, + {"䴲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xa2",3,NULL,0,NULL,0}, + {"ᕩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xa9",3,NULL,0,NULL,0}, + {"[",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"[",1,NULL,0,NULL,0}, + {"㡿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xbf",3,NULL,0,NULL,0}, + {"扛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xb8",3,NULL,0,NULL,0}, + {"꥘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x8e",3,NULL,0,NULL,0}, + {"놳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xb3",3,NULL,0,NULL,0}, + {"ͯ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xaf",2,NULL,0,NULL,0}, + {"胑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x91",3,NULL,0,NULL,0}, + {"ᜭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xad",3,NULL,0,NULL,0}, + {"偌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x84",3,NULL,0,NULL,0}, + {"뵞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x9e",3,NULL,0,NULL,0}, + {"叁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x81",3,NULL,0,NULL,0}, + {"⊕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x95",3,NULL,0,NULL,0}, + {"觝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x9d",3,NULL,0,NULL,0}, + {"芧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xa7",3,NULL,0,NULL,0}, + {"惦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xa6",3,NULL,0,NULL,0}, + {"擛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x9b",3,NULL,0,NULL,0}, + {"茢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xa2",3,NULL,0,NULL,0}, + {"ീ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x80",3,NULL,0,NULL,0}, + {"ꬔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x89",3,NULL,0,NULL,0}, + {"貣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xa3",3,NULL,0,NULL,0}, + {"纫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xab",3,NULL,0,NULL,0}, + {"炅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x85",3,NULL,0,NULL,0}, + {"羜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x9c",3,NULL,0,NULL,0}, + {"෡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xa1",3,NULL,0,NULL,0}, + {"湩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xa9",3,NULL,0,NULL,0}, + {"璝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x83",3,NULL,0,NULL,0}, + {"朐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x90",3,NULL,0,NULL,0}, + {"뗚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xb5",3,NULL,0,NULL,0}, + {"᷁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x81",3,NULL,0,NULL,0}, + {"팴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xb4",3,NULL,0,NULL,0}, + {"둹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xb9",3,NULL,0,NULL,0}, + {"礉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xb8",3,NULL,0,NULL,0}, + {"仫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xab",3,NULL,0,NULL,0}, + {"繟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x9f",3,NULL,0,NULL,0}, + {"ᵋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x8b",3,NULL,0,NULL,0}, + {"ॴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xb4",3,NULL,0,NULL,0}, + {"벧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xa7",3,NULL,0,NULL,0}, + {"඾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xbe",3,NULL,0,NULL,0}, + {"옯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xaf",3,NULL,0,NULL,0}, + {"ㇽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xbd",3,NULL,0,NULL,0}, + {"홍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x8d",3,NULL,0,NULL,0}, + {"哒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x92",3,NULL,0,NULL,0}, + {"Ⳟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x9e",3,NULL,0,NULL,0}, + {"힗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x97",3,NULL,0,NULL,0}, + {"禦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xa6",3,NULL,0,NULL,0}, + {"凲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xb2",3,NULL,0,NULL,0}, + {"↏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x8f",3,NULL,0,NULL,0}, + {"︁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x81",3,NULL,0,NULL,0}, + {"ᡪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xaa",3,NULL,0,NULL,0}, + {"悇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x87",3,NULL,0,NULL,0}, + {"ǟ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x9f",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xa9",3,NULL,0,NULL,0}, + {"⪬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xac",3,NULL,0,NULL,0}, + {"嵒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x92",3,NULL,0,NULL,0}, + {"㵧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xa7",3,NULL,0,NULL,0}, + {"佘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x98",3,NULL,0,NULL,0}, + {"౔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x94",3,NULL,0,NULL,0}, + {"䰴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xb4",3,NULL,0,NULL,0}, + {"鋦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xa6",3,NULL,0,NULL,0}, + {"翸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xb8",3,NULL,0,NULL,0}, + {"饭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xad",3,NULL,0,NULL,0}, + {"꫓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x93",3,NULL,0,NULL,0}, + {"샅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x85",3,NULL,0,NULL,0}, + {"ﭔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x83",3,NULL,0,NULL,0}, + {"ᥚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x9a",3,NULL,0,NULL,0}, + {"桇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x87",3,NULL,0,NULL,0}, + {"䁻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x9c",3,NULL,0,NULL,0}, + {"瀮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xae",3,NULL,0,NULL,0}, + {"꜇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x87",3,NULL,0,NULL,0}, + {"ힽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xbd",3,NULL,0,NULL,0}, + {"ㆿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xbf",3,NULL,0,NULL,0}, + {"屢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x97",3,NULL,0,NULL,0}, + {"얨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x94",3,NULL,0,NULL,0}, + {"䩥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xa5",3,NULL,0,NULL,0}, + {"햹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xb9",3,NULL,0,NULL,0}, + {"ꀪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xaa",3,NULL,0,NULL,0}, + {"৻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xbb",3,NULL,0,NULL,0}, + {"䀅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x85",3,NULL,0,NULL,0}, + {"㫕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x95",3,NULL,0,NULL,0}, + {"楸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xb8",3,NULL,0,NULL,0}, + {"᳇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x87",3,NULL,0,NULL,0}, + {"轿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xbf",3,NULL,0,NULL,0}, + {"Ი",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xa6",3,NULL,0,NULL,0}, + {"쩝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x9d",3,NULL,0,NULL,0}, + {"釦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xa6",3,NULL,0,NULL,0}, + {"ᰪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xaa",3,NULL,0,NULL,0}, + {"눲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x94",3,NULL,0,NULL,0}, + {"侚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x9a",3,NULL,0,NULL,0}, + {"ⵘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x98",3,NULL,0,NULL,0}, + {"瑁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x81",3,NULL,0,NULL,0}, + {"冂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x82",3,NULL,0,NULL,0}, + {"ᣟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x9f",3,NULL,0,NULL,0}, + {"쎾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xbe",3,NULL,0,NULL,0}, + {"乏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xb0",3,NULL,0,NULL,0}, + {"㤓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x93",3,NULL,0,NULL,0}, + {"⬡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xa1",3,NULL,0,NULL,0}, + {"⟽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xbd",3,NULL,0,NULL,0}, + {"仒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x92",3,NULL,0,NULL,0}, + {"ᘋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x8b",3,NULL,0,NULL,0}, + {"﨑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x91",3,NULL,0,NULL,0}, + {"즸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xb8",3,NULL,0,NULL,0}, + {"୴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xb4",3,NULL,0,NULL,0}, + {"ﶾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xbe",3,NULL,0,NULL,0}, + {"ꐑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x91",3,NULL,0,NULL,0}, + {"䀶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xb6",3,NULL,0,NULL,0}, + {"⿕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x9a",3,NULL,0,NULL,0}, + {"ﵬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x9d",3,NULL,0,NULL,0}, + {"앾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xbe",3,NULL,0,NULL,0}, + {"뜾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xbe",3,NULL,0,NULL,0}, + {"㹃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x83",3,NULL,0,NULL,0}, + {"슌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x8c",3,NULL,0,NULL,0}, + {"荪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xaa",3,NULL,0,NULL,0}, + {"華",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xb4",3,NULL,0,NULL,0}, + {"㾔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x94",3,NULL,0,NULL,0}, + {"䗖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x96",3,NULL,0,NULL,0}, + {"㏾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xbe",3,NULL,0,NULL,0}, + {"䈄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x84",3,NULL,0,NULL,0}, + {"ㅨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xa8",3,NULL,0,NULL,0}, + {"㒅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x85",3,NULL,0,NULL,0}, + {"巗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x97",3,NULL,0,NULL,0}, + {"χ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x87",2,NULL,0,NULL,0}, + {"苎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x8e",3,NULL,0,NULL,0}, + {"덴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xb4",3,NULL,0,NULL,0}, + {"᪚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x9a",3,NULL,0,NULL,0}, + {"с",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x81",2,NULL,0,NULL,0}, + {"䢐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xba",3,NULL,0,NULL,0}, + {"䑅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x85",3,NULL,0,NULL,0}, + {"嫒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x92",3,NULL,0,NULL,0}, + {"ል",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x8d",3,NULL,0,NULL,0}, + {"ផ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x8b",3,NULL,0,NULL,0}, + {"珘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x98",3,NULL,0,NULL,0}, + {"〾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xbe",3,NULL,0,NULL,0}, + {"畿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xbf",3,NULL,0,NULL,0}, + {"㊰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xb0",3,NULL,0,NULL,0}, + {"嶚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x8e",3,NULL,0,NULL,0}, + {"ﰏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x8f",3,NULL,0,NULL,0}, + {"ꆚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x9a",3,NULL,0,NULL,0}, + {"∎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x8e",3,NULL,0,NULL,0}, + {"櫬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xac",3,NULL,0,NULL,0}, + {"垓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x93",3,NULL,0,NULL,0}, + {"⾞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x9e",3,NULL,0,NULL,0}, + {"閭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x86",3,NULL,0,NULL,0}, + {"㻻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x90",3,NULL,0,NULL,0}, + {"偳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xb3",3,NULL,0,NULL,0}, + {"c",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xb9",3,NULL,0,NULL,0}, + {"䏙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x8f",3,NULL,0,NULL,0}, + {"걵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xb5",3,NULL,0,NULL,0}, + {"꼠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xa0",3,NULL,0,NULL,0}, + {"૛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x9b",3,NULL,0,NULL,0}, + {"夲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xb2",3,NULL,0,NULL,0}, + {"쮜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x9c",3,NULL,0,NULL,0}, + {"䋠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xa7",3,NULL,0,NULL,0}, + {"ឫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xab",3,NULL,0,NULL,0}, + {"䗳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xb3",3,NULL,0,NULL,0}, + {"댳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xb3",3,NULL,0,NULL,0}, + {"隰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xb0",3,NULL,0,NULL,0}, + {"៾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xbe",3,NULL,0,NULL,0}, + {"▏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x8f",3,NULL,0,NULL,0}, + {"邍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x8d",3,NULL,0,NULL,0}, + {"阩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xa9",3,NULL,0,NULL,0}, + {"崱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xb1",3,NULL,0,NULL,0}, + {"ᢛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x9b",3,NULL,0,NULL,0}, + {"외",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xb8",3,NULL,0,NULL,0}, + {"坳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x85",3,NULL,0,NULL,0}, + {"⒗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x97",3,NULL,0,NULL,0}, + {"ꕙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x8a",3,NULL,0,NULL,0}, + {"㈩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xa9",3,NULL,0,NULL,0}, + {"㜛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x9b",3,NULL,0,NULL,0}, + {"髶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xb6",3,NULL,0,NULL,0}, + {"솩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xa9",3,NULL,0,NULL,0}, + {"ᶯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xaf",3,NULL,0,NULL,0}, + {"ꃷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xb7",3,NULL,0,NULL,0}, + {"痗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xb6",3,NULL,0,NULL,0}, + {"橉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x89",3,NULL,0,NULL,0}, + {"磠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xa0",3,NULL,0,NULL,0}, + {"䵽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xbd",3,NULL,0,NULL,0}, + {"泗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x97",3,NULL,0,NULL,0}, + {"儬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xac",3,NULL,0,NULL,0}, + {"嬡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xa1",3,NULL,0,NULL,0}, + {"碟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x9f",3,NULL,0,NULL,0}, + {"䘱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xb1",3,NULL,0,NULL,0}, + {"젵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xb5",3,NULL,0,NULL,0}, + {"肍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x8d",3,NULL,0,NULL,0}, + {"ߦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xa6",2,NULL,0,NULL,0}, + {"쁋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x86",3,NULL,0,NULL,0}, + {"ғ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x93",2,NULL,0,NULL,0}, + {"❹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xb9",3,NULL,0,NULL,0}, + {"퉞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x9e",3,NULL,0,NULL,0}, + {"Ӊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x89",2,NULL,0,NULL,0}, + {"摞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x9e",3,NULL,0,NULL,0}, + {"݋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x8b",2,NULL,0,NULL,0}, + {"퀘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x84",3,NULL,0,NULL,0}, + {"⌏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x8f",3,NULL,0,NULL,0}, + {"຦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xa1",3,NULL,0,NULL,0}, + {"ೋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x8b",3,NULL,0,NULL,0}, + {"쵭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xad",3,NULL,0,NULL,0}, + {"ﮅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x85",3,NULL,0,NULL,0}, + {"ꎅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x85",3,NULL,0,NULL,0}, + {"墓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x93",3,NULL,0,NULL,0}, + {"᫬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xac",3,NULL,0,NULL,0}, + {"笨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xa8",3,NULL,0,NULL,0}, + {"ꉹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xb9",3,NULL,0,NULL,0}, + {"颬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xac",3,NULL,0,NULL,0}, + {"勁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x81",3,NULL,0,NULL,0}, + {"ꮼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xbc",3,NULL,0,NULL,0}, + {"ꆼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xbc",3,NULL,0,NULL,0}, + {"챽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xbd",3,NULL,0,NULL,0}, + {"괣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xa3",3,NULL,0,NULL,0}, + {"Ϭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xac",2,NULL,0,NULL,0}, + {"鮼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xbc",3,NULL,0,NULL,0}, + {"ၽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xbd",3,NULL,0,NULL,0}, + {"آ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xa2",2,NULL,0,NULL,0}, + {"幒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x92",3,NULL,0,NULL,0}, + {"큡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xa1",3,NULL,0,NULL,0}, + {"믵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xb5",3,NULL,0,NULL,0}, + {"ᬒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x8b",3,NULL,0,NULL,0}, + {"뽒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x92",3,NULL,0,NULL,0}, + {"⣕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x95",3,NULL,0,NULL,0}, + {"蛧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xa2",3,NULL,0,NULL,0}, + {"ꈡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x88",3,NULL,0,NULL,0}, + {"魛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x9b",3,NULL,0,NULL,0}, + {"㩝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x9d",3,NULL,0,NULL,0}, + {"꺅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x85",3,NULL,0,NULL,0}, + {"ᑇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x87",3,NULL,0,NULL,0}, + {"刮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xae",3,NULL,0,NULL,0}, + {"끽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xbd",3,NULL,0,NULL,0}, + {"û",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xbb",2,NULL,0,NULL,0}, + {"鰕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x95",3,NULL,0,NULL,0}, + {"虠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xa0",3,NULL,0,NULL,0}, + {"껆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x86",3,NULL,0,NULL,0}, + {"壔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x94",3,NULL,0,NULL,0}, + {"༿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xbf",3,NULL,0,NULL,0}, + {"Ḍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x8c",3,NULL,0,NULL,0}, + {"縈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x88",3,NULL,0,NULL,0}, + {"苡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xa1",3,NULL,0,NULL,0}, + {"灆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x86",3,NULL,0,NULL,0}, + {"Ⓠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x86",3,NULL,0,NULL,0}, + {"蕆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x86",3,NULL,0,NULL,0}, + {"嘻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xbb",3,NULL,0,NULL,0}, + {"☕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x95",3,NULL,0,NULL,0}, + {"躜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x9c",3,NULL,0,NULL,0}, + {"먥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xa5",3,NULL,0,NULL,0}, + {"蓫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xab",3,NULL,0,NULL,0}, + {"嚤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xa4",3,NULL,0,NULL,0}, + {"紐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x90",3,NULL,0,NULL,0}, + {"蜥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xa5",3,NULL,0,NULL,0}, + {"췙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x99",3,NULL,0,NULL,0}, + {"爗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x90",3,NULL,0,NULL,0}, + {"㙁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x81",3,NULL,0,NULL,0}, + {"䭕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x95",3,NULL,0,NULL,0}, + {"⍯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xaf",3,NULL,0,NULL,0}, + {"딏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x8f",3,NULL,0,NULL,0}, + {"䝩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xa9",3,NULL,0,NULL,0}, + {"㞪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xaa",3,NULL,0,NULL,0}, + {"ꦛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x9b",3,NULL,0,NULL,0}, + {"羏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x8f",3,NULL,0,NULL,0}, + {"穠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xa0",3,NULL,0,NULL,0}, + {"擔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x94",3,NULL,0,NULL,0}, + {"ⱷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x99",3,NULL,0,NULL,0}, + {"겚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xb9",3,NULL,0,NULL,0}, + {"⹥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xa5",3,NULL,0,NULL,0}, + {"⧐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x88",3,NULL,0,NULL,0}, + {"종",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x85",3,NULL,0,NULL,0}, + {"蟔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x94",3,NULL,0,NULL,0}, + {"⺦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xa6",3,NULL,0,NULL,0}, + {"켭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xad",3,NULL,0,NULL,0}, + {"ᾑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x91",3,NULL,0,NULL,0}, + {"襹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xb9",3,NULL,0,NULL,0}, + {"⦏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x8f",3,NULL,0,NULL,0}, + {"㘃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x83",3,NULL,0,NULL,0}, + {"礿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xbf",3,NULL,0,NULL,0}, + {"血",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x87",3,NULL,0,NULL,0}, + {"ະ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xb0",3,NULL,0,NULL,0}, + {"験",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x93",3,NULL,0,NULL,0}, + {"䪻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xbb",3,NULL,0,NULL,0}, + {"桖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x96",3,NULL,0,NULL,0}, + {"澩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xa9",3,NULL,0,NULL,0}, + {"鵄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x84",3,NULL,0,NULL,0}, + {"퍋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x8b",3,NULL,0,NULL,0}, + {"暖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x96",3,NULL,0,NULL,0}, + {"ḧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x8a",3,NULL,0,NULL,0}, + {"䰜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xa4",3,NULL,0,NULL,0}, + {"鏉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x89",3,NULL,0,NULL,0}, + {"㢚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x82",3,NULL,0,NULL,0}, + {"瑰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xac",3,NULL,0,NULL,0}, + {"杢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xa2",3,NULL,0,NULL,0}, + {"뱇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x87",3,NULL,0,NULL,0}, + {"燷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xb7",3,NULL,0,NULL,0}, + {"꣊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x8a",3,NULL,0,NULL,0}, + {"⊄",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x94",3,NULL,0,NULL,0}, + {"憀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x80",3,NULL,0,NULL,0}, + {"홷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xb7",3,NULL,0,NULL,0}, + {"˃",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x83",2,NULL,0,NULL,0}, + {"퐡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xa1",3,NULL,0,NULL,0}, + {"驲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xb2",3,NULL,0,NULL,0}, + {"䂍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x8d",3,NULL,0,NULL,0}, + {"ഡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xa1",3,NULL,0,NULL,0}, + {"ၐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x90",3,NULL,0,NULL,0}, + {"蜱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xb1",3,NULL,0,NULL,0}, + {"ⴰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xb0",3,NULL,0,NULL,0}, + {"㜏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x8f",3,NULL,0,NULL,0}, + {"զ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xa6",2,NULL,0,NULL,0}, + {"ᘊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x9c",3,NULL,0,NULL,0}, + {"䃵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xb5",3,NULL,0,NULL,0}, + {"牸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xb8",3,NULL,0,NULL,0}, + {"ﴄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x90",3,NULL,0,NULL,0}, + {"跧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xa7",3,NULL,0,NULL,0}, + {"ꉖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x85",3,NULL,0,NULL,0}, + {"鸌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x8c",3,NULL,0,NULL,0}, + {"鐒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x92",3,NULL,0,NULL,0}, + {"焴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xb4",3,NULL,0,NULL,0}, + {"໿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xbf",3,NULL,0,NULL,0}, + {"㓟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x9f",3,NULL,0,NULL,0}, + {"弉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x89",3,NULL,0,NULL,0}, + {"ᵙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x99",3,NULL,0,NULL,0}, + {"訳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xa5",3,NULL,0,NULL,0}, + {"ꢌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x8c",3,NULL,0,NULL,0}, + {"䬃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x83",3,NULL,0,NULL,0}, + {"煐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x90",3,NULL,0,NULL,0}, + {"濛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x8a",3,NULL,0,NULL,0}, + {"ⲩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xa9",3,NULL,0,NULL,0}, + {"牡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xa1",3,NULL,0,NULL,0}, + {"ⶶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xb3",3,NULL,0,NULL,0}, + {"㪼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xbc",3,NULL,0,NULL,0}, + {"պ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xba",2,NULL,0,NULL,0}, + {"ꗩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xa9",3,NULL,0,NULL,0}, + {"㌉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x89",3,NULL,0,NULL,0}, + {"㫽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xbd",3,NULL,0,NULL,0}, + {"뵦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xb9",3,NULL,0,NULL,0}, + {"劄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x84",3,NULL,0,NULL,0}, + {"彛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x9b",3,NULL,0,NULL,0}, + {"붇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x87",3,NULL,0,NULL,0}, + {"ሏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x8f",3,NULL,0,NULL,0}, + {"㰻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xab",3,NULL,0,NULL,0}, + {"琨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xa8",3,NULL,0,NULL,0}, + {"픸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xb8",3,NULL,0,NULL,0}, + {"淂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x82",3,NULL,0,NULL,0}, + {"藘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x98",3,NULL,0,NULL,0}, + {"꽾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xbe",3,NULL,0,NULL,0}, + {"怊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x8a",3,NULL,0,NULL,0}, + {"蟲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xb2",3,NULL,0,NULL,0}, + {"鉥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xa5",3,NULL,0,NULL,0}, + {"䁏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x8f",3,NULL,0,NULL,0}, + {"க",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x95",3,NULL,0,NULL,0}, + {"㯅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x85",3,NULL,0,NULL,0}, + {"ᴂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x82",3,NULL,0,NULL,0}, + {"裍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x8d",3,NULL,0,NULL,0}, + {"㟿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xbf",3,NULL,0,NULL,0}, + {"㫶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xb6",3,NULL,0,NULL,0}, + {"햁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x81",3,NULL,0,NULL,0}, + {"뱐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x8d",3,NULL,0,NULL,0}, + {"른",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xb8",3,NULL,0,NULL,0}, + {"灄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x84",3,NULL,0,NULL,0}, + {"戦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xa6",3,NULL,0,NULL,0}, + {"붽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xbd",3,NULL,0,NULL,0}, + {"红",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x9d",3,NULL,0,NULL,0}, + {"㰴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xb4",3,NULL,0,NULL,0}, + {"瑢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xa2",3,NULL,0,NULL,0}, + {"䯎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x8e",3,NULL,0,NULL,0}, + {"퍍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x90",3,NULL,0,NULL,0}, + {"㺝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x9d",3,NULL,0,NULL,0}, + {"ﻸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xb8",3,NULL,0,NULL,0}, + {"忌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x8c",3,NULL,0,NULL,0}, + {"븂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x82",3,NULL,0,NULL,0}, + {"㣶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xb6",3,NULL,0,NULL,0}, + {"㲤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xa4",3,NULL,0,NULL,0}, + {"♬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xac",3,NULL,0,NULL,0}, + {"些",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x9b",3,NULL,0,NULL,0}, + {"玡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xa1",3,NULL,0,NULL,0}, + {"显",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xbe",3,NULL,0,NULL,0}, + {"㮩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xa9",3,NULL,0,NULL,0}, + {"땵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xb5",3,NULL,0,NULL,0}, + {"俧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xa7",3,NULL,0,NULL,0}, + {"㿐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xbd",3,NULL,0,NULL,0}, + {"द",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xa6",3,NULL,0,NULL,0}, + {"꒱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xb1",3,NULL,0,NULL,0}, + {"᝝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x9d",3,NULL,0,NULL,0}, + {"帊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xb0",3,NULL,0,NULL,0}, + {"䱍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x85",3,NULL,0,NULL,0}, + {"恢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xa2",3,NULL,0,NULL,0}, + {"鑜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x9c",3,NULL,0,NULL,0}, + {"〄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x84",3,NULL,0,NULL,0}, + {"嵿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xbf",3,NULL,0,NULL,0}, + {"뺉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x89",3,NULL,0,NULL,0}, + {"쓲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xb2",3,NULL,0,NULL,0}, + {"嗊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x8a",3,NULL,0,NULL,0}, + {"뗦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xa6",3,NULL,0,NULL,0}, + {"卤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xa4",3,NULL,0,NULL,0}, + {"峸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xb8",3,NULL,0,NULL,0}, + {"㷯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xaf",3,NULL,0,NULL,0}, + {"ϒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x92",2,NULL,0,NULL,0}, + {"肄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x84",3,NULL,0,NULL,0}, + {"繦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xa6",3,NULL,0,NULL,0}, + {"씦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xa6",3,NULL,0,NULL,0}, + {"鼣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x9a",3,NULL,0,NULL,0}, + {"叓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x93",3,NULL,0,NULL,0}, + {"죫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xab",3,NULL,0,NULL,0}, + {"躌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x8c",3,NULL,0,NULL,0}, + {"Ꚋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x8a",3,NULL,0,NULL,0}, + {"槵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xb5",3,NULL,0,NULL,0}, + {"줴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xb8",3,NULL,0,NULL,0}, + {"ﹴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xb4",3,NULL,0,NULL,0}, + {"엮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xae",3,NULL,0,NULL,0}, + {"嶽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xbd",3,NULL,0,NULL,0}, + {"㳼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xbc",3,NULL,0,NULL,0}, + {"焔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x94",3,NULL,0,NULL,0}, + {"Έ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x89",3,NULL,0,NULL,0}, + {"ᵜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x9c",3,NULL,0,NULL,0}, + {"췎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x8e",3,NULL,0,NULL,0}, + {"群",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xa4",3,NULL,0,NULL,0}, + {"飠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xa0",3,NULL,0,NULL,0}, + {"鄭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xad",3,NULL,0,NULL,0}, + {"惏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x8f",3,NULL,0,NULL,0}, + {"಑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x91",3,NULL,0,NULL,0}, + {"錆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x86",3,NULL,0,NULL,0}, + {"즣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xa3",3,NULL,0,NULL,0}, + {"⚄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x84",3,NULL,0,NULL,0}, + {"董",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xa3",3,NULL,0,NULL,0}, + {"讗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x97",3,NULL,0,NULL,0}, + {"⼮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xae",3,NULL,0,NULL,0}, + {"߮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xae",2,NULL,0,NULL,0}, + {"膥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xa5",3,NULL,0,NULL,0}, + {"⫇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x87",3,NULL,0,NULL,0}, + {",",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,",",1,NULL,0,NULL,0}, + {"匛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x9b",3,NULL,0,NULL,0}, + {"㹘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x98",3,NULL,0,NULL,0}, + {"ꂣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xa3",3,NULL,0,NULL,0}, + {"傖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x96",3,NULL,0,NULL,0}, + {"쒘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x98",3,NULL,0,NULL,0}, + {"벝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x9d",3,NULL,0,NULL,0}, + {"⇑",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x91",3,NULL,0,NULL,0}, + {"╂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x82",3,NULL,0,NULL,0}, + {"硦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xa6",3,NULL,0,NULL,0}, + {"㇯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xaf",3,NULL,0,NULL,0}, + {"媩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xa9",3,NULL,0,NULL,0}, + {"બ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xac",3,NULL,0,NULL,0}, + {"慽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xbd",3,NULL,0,NULL,0}, + {"랄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x84",3,NULL,0,NULL,0}, + {"ủ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xb7",3,NULL,0,NULL,0}, + {"宸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x98",3,NULL,0,NULL,0}, + {"ꓹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xb9",3,NULL,0,NULL,0}, + {"뉸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xb8",3,NULL,0,NULL,0}, + {"Ǎ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x8d",2,NULL,0,NULL,0}, + {"릠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xa0",3,NULL,0,NULL,0}, + {"⢂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x88",3,NULL,0,NULL,0}, + {"녔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x94",3,NULL,0,NULL,0}, + {"䤸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xb8",3,NULL,0,NULL,0}, + {"ᚂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x82",3,NULL,0,NULL,0}, + {"쓒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x92",3,NULL,0,NULL,0}, + {"⭜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x9c",3,NULL,0,NULL,0}, + {"뛡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xa1",3,NULL,0,NULL,0}, + {"淚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x80",3,NULL,0,NULL,0}, + {"ꀺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xba",3,NULL,0,NULL,0}, + {"⢨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x90",3,NULL,0,NULL,0}, + {"䗊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x8a",3,NULL,0,NULL,0}, + {"앮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xae",3,NULL,0,NULL,0}, + {"婲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x95",3,NULL,0,NULL,0}, + {"缠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xa0",3,NULL,0,NULL,0}, + {"ᓐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x90",3,NULL,0,NULL,0}, + {"䕾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x93",3,NULL,0,NULL,0}, + {"⏺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xba",3,NULL,0,NULL,0}, + {"쪧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xa7",3,NULL,0,NULL,0}, + {"뙂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x82",3,NULL,0,NULL,0}, + {"츕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x95",3,NULL,0,NULL,0}, + {"ﮖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xbd",3,NULL,0,NULL,0}, + {"냍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x8d",3,NULL,0,NULL,0}, + {"⍂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x82",3,NULL,0,NULL,0}, + {"䣯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xaf",3,NULL,0,NULL,0}, + {"ä",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa4",2,NULL,0,NULL,0}, + {"ᐮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xae",3,NULL,0,NULL,0}, + {"≔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xbc",3,NULL,0,NULL,0}, + {"Ļ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xbb",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x92",3,NULL,0,NULL,0}, + {"뀅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x85",3,NULL,0,NULL,0}, + {"⁨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xa8",3,NULL,0,NULL,0}, + {"娗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x97",3,NULL,0,NULL,0}, + {"兤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xa4",3,NULL,0,NULL,0}, + {"ύ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x8d",2,NULL,0,NULL,0}, + {"좤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xa4",3,NULL,0,NULL,0}, + {"꽒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x92",3,NULL,0,NULL,0}, + {"찓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x93",3,NULL,0,NULL,0}, + {"ᑟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x84",3,NULL,0,NULL,0}, + {"◰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x8e",3,NULL,0,NULL,0}, + {"▝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x89",3,NULL,0,NULL,0}, + {"궡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xa1",3,NULL,0,NULL,0}, + {"억",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xb5",3,NULL,0,NULL,0}, + {"춎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x8e",3,NULL,0,NULL,0}, + {"쟜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x9c",3,NULL,0,NULL,0}, + {"⍼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xbc",3,NULL,0,NULL,0}, + {"艪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xaa",3,NULL,0,NULL,0}, + {"阡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xa1",3,NULL,0,NULL,0}, + {"뇣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xa3",3,NULL,0,NULL,0}, + {"ᦋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x8b",3,NULL,0,NULL,0}, + {"쇤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xa4",3,NULL,0,NULL,0}, + {"㈡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xa1",3,NULL,0,NULL,0}, + {"孪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xaa",3,NULL,0,NULL,0}, + {"䝤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xa4",3,NULL,0,NULL,0}, + {"㑩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xa9",3,NULL,0,NULL,0}, + {"梼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xbe",3,NULL,0,NULL,0}, + {"贳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xb3",3,NULL,0,NULL,0}, + {"훿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xbf",3,NULL,0,NULL,0}, + {"걷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xbb",3,NULL,0,NULL,0}, + {"쮔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x8d",3,NULL,0,NULL,0}, + {"ꋊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x8a",3,NULL,0,NULL,0}, + {"₩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xa9",3,NULL,0,NULL,0}, + {"冥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xa5",3,NULL,0,NULL,0}, + {"⦦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xa6",3,NULL,0,NULL,0}, + {"샂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x85",3,NULL,0,NULL,0}, + {"眳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xb3",3,NULL,0,NULL,0}, + {"ꖖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x96",3,NULL,0,NULL,0}, + {"氬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xac",3,NULL,0,NULL,0}, + {"쾍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x8d",3,NULL,0,NULL,0}, + {"䇉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x89",3,NULL,0,NULL,0}, + {"Ԕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x94",2,NULL,0,NULL,0}, + {"を",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x92",3,NULL,0,NULL,0}, + {"굧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xa7",3,NULL,0,NULL,0}, + {"ݲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xb2",2,NULL,0,NULL,0}, + {"눙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x99",3,NULL,0,NULL,0}, + {"ῡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xa1",3,NULL,0,NULL,0}, + {"Ⓕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xbb",3,NULL,0,NULL,0}, + {"ᆽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xbd",3,NULL,0,NULL,0}, + {"그",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xb8",3,NULL,0,NULL,0}, + {"ꂈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x82",3,NULL,0,NULL,0}, + {"㈻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xbb",3,NULL,0,NULL,0}, + {"殱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xb1",3,NULL,0,NULL,0}, + {"ᧅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x8d",3,NULL,0,NULL,0}, + {"關",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x9c",3,NULL,0,NULL,0}, + {"腶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xb6",3,NULL,0,NULL,0}, + {"랋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x8b",3,NULL,0,NULL,0}, + {"탛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x9b",3,NULL,0,NULL,0}, + {"蒃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x83",3,NULL,0,NULL,0}, + {"휵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xb5",3,NULL,0,NULL,0}, + {"轶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xb6",3,NULL,0,NULL,0}, + {"頞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x9e",3,NULL,0,NULL,0}, + {"턆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x86",3,NULL,0,NULL,0}, + {"넭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xab",3,NULL,0,NULL,0}, + {"嬻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xbb",3,NULL,0,NULL,0}, + {"竕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x95",3,NULL,0,NULL,0}, + {"楕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xaf",3,NULL,0,NULL,0}, + {"쳊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x8a",3,NULL,0,NULL,0}, + {"⃷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xb7",3,NULL,0,NULL,0}, + {"쁑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x91",3,NULL,0,NULL,0}, + {"筆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x86",3,NULL,0,NULL,0}, + {"ґ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x91",2,NULL,0,NULL,0}, + {"ꈱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xb1",3,NULL,0,NULL,0}, + {"ﭰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xb0",3,NULL,0,NULL,0}, + {"䬶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xb6",3,NULL,0,NULL,0}, + {"㓺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xba",3,NULL,0,NULL,0}, + {"炪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xaa",3,NULL,0,NULL,0}, + {"⌈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x88",3,NULL,0,NULL,0}, + {"ӓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x93",2,NULL,0,NULL,0}, + {"퀔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x94",3,NULL,0,NULL,0}, + {"뮊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x8a",3,NULL,0,NULL,0}, + {"뻅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x85",3,NULL,0,NULL,0}, + {"䔗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x97",3,NULL,0,NULL,0}, + {"㝋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x8b",3,NULL,0,NULL,0}, + {"蝮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xb6",3,NULL,0,NULL,0}, + {"疷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x8e",3,NULL,0,NULL,0}, + {"詽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xbd",3,NULL,0,NULL,0}, + {"ル",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x99",3,NULL,0,NULL,0}, + {"뫧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xa7",3,NULL,0,NULL,0}, + {"ڸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xb8",2,NULL,0,NULL,0}, + {"깷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xb7",3,NULL,0,NULL,0}, + {"r",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"쳠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xa0",3,NULL,0,NULL,0}, + {"韝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xae",3,NULL,0,NULL,0}, + {"䊓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x93",3,NULL,0,NULL,0}, + {"第",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xac",3,NULL,0,NULL,0}, + {"蚦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xa6",3,NULL,0,NULL,0}, + {"꺼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xbc",3,NULL,0,NULL,0}, + {"壊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x8a",3,NULL,0,NULL,0}, + {"涝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xa9",3,NULL,0,NULL,0}, + {"絯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xaf",3,NULL,0,NULL,0}, + {"⁁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x81",3,NULL,0,NULL,0}, + {"淼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xbc",3,NULL,0,NULL,0}, + {"蔺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xba",3,NULL,0,NULL,0}, + {"嘱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xb1",3,NULL,0,NULL,0}, + {"ປ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x9b",3,NULL,0,NULL,0}, + {"뻛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x9b",3,NULL,0,NULL,0}, + {"⸡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xa1",3,NULL,0,NULL,0}, + {"焱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xb1",3,NULL,0,NULL,0}, + {"㛄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x84",3,NULL,0,NULL,0}, + {"㗆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x86",3,NULL,0,NULL,0}, + {"틗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x97",3,NULL,0,NULL,0}, + {"田",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xb0",3,NULL,0,NULL,0}, + {"럔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x94",3,NULL,0,NULL,0}, + {"犎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x8e",3,NULL,0,NULL,0}, + {"䪖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x96",3,NULL,0,NULL,0}, + {"뼮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x9e",3,NULL,0,NULL,0}, + {"츶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xb6",3,NULL,0,NULL,0}, + {"糹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xb9",3,NULL,0,NULL,0}, + {"㎚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x9a",3,NULL,0,NULL,0}, + {"柹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x99",3,NULL,0,NULL,0}, + {"憰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xb0",3,NULL,0,NULL,0}, + {"鲽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xbd",3,NULL,0,NULL,0}, + {"癩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x8e",3,NULL,0,NULL,0}, + {"㠕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x95",3,NULL,0,NULL,0}, + {"껖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x96",3,NULL,0,NULL,0}, + {"昋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x8b",3,NULL,0,NULL,0}, + {"ባ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xa3",3,NULL,0,NULL,0}, + {"铜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x9c",3,NULL,0,NULL,0}, + {"뷫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xab",3,NULL,0,NULL,0}, + {"刊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x8a",3,NULL,0,NULL,0}, + {"ȁ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x81",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xa4",3,NULL,0,NULL,0}, + {"갣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xa3",3,NULL,0,NULL,0}, + {"ꠠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xa0",3,NULL,0,NULL,0}, + {"⹗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x97",3,NULL,0,NULL,0}, + {"褖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x96",3,NULL,0,NULL,0}, + {"겦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xa6",3,NULL,0,NULL,0}, + {"㖌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x8c",3,NULL,0,NULL,0}, + {"꬯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xa0",3,NULL,0,NULL,0}, + {"絀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x80",3,NULL,0,NULL,0}, + {"迴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xb4",3,NULL,0,NULL,0}, + {"฼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xbc",3,NULL,0,NULL,0}, + {"귀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x80",3,NULL,0,NULL,0}, + {"扩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xa9",3,NULL,0,NULL,0}, + {"骉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x89",3,NULL,0,NULL,0}, + {"ࠓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x93",3,NULL,0,NULL,0}, + {"褝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x9d",3,NULL,0,NULL,0}, + {"圦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xa6",3,NULL,0,NULL,0}, + {"♦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa6",3,NULL,0,NULL,0}, + {"ࡐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x90",3,NULL,0,NULL,0}, + {"협",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x91",3,NULL,0,NULL,0}, + {"팊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x8a",3,NULL,0,NULL,0}, + {"堰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xb0",3,NULL,0,NULL,0}, + {"⬚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x9a",3,NULL,0,NULL,0}, + {"ᮎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x8e",3,NULL,0,NULL,0}, + {"挍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x8d",3,NULL,0,NULL,0}, + {"唍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x8d",3,NULL,0,NULL,0}, + {"ᅤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xa3",3,NULL,0,NULL,0}, + {"甍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x88",3,NULL,0,NULL,0}, + {"钓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x93",3,NULL,0,NULL,0}, + {"믜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x9c",3,NULL,0,NULL,0}, + {"竼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xbc",3,NULL,0,NULL,0}, + {"ᘒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x92",3,NULL,0,NULL,0}, + {"ô",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb4",2,NULL,0,NULL,0}, + {"ⶥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xa5",3,NULL,0,NULL,0}, + {"䱃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x83",3,NULL,0,NULL,0}, + {"맹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xb9",3,NULL,0,NULL,0}, + {"車",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x8a",3,NULL,0,NULL,0}, + {"㤜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x9c",3,NULL,0,NULL,0}, + {"蹡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x84",3,NULL,0,NULL,0}, + {"뒒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x92",3,NULL,0,NULL,0}, + {"ⷆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x86",3,NULL,0,NULL,0}, + {"檙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x99",3,NULL,0,NULL,0}, + {"ꤐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x90",3,NULL,0,NULL,0}, + {"ɲ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xb2",2,NULL,0,NULL,0}, + {"㝴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xb4",3,NULL,0,NULL,0}, + {"촎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x8e",3,NULL,0,NULL,0}, + {"྿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xbf",3,NULL,0,NULL,0}, + {"䅨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xa8",3,NULL,0,NULL,0}, + {"푫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xab",3,NULL,0,NULL,0}, + {"볛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x9b",3,NULL,0,NULL,0}, + {"賌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x95",3,NULL,0,NULL,0}, + {"ḕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x91",3,NULL,0,NULL,0}, + {"ᑿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xbf",3,NULL,0,NULL,0}, + {"픜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x9c",3,NULL,0,NULL,0}, + {"⿜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x9c",3,NULL,0,NULL,0}, + {"飹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xb9",3,NULL,0,NULL,0}, + {"鏃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x83",3,NULL,0,NULL,0}, + {"풕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x95",3,NULL,0,NULL,0}, + {"峒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x92",3,NULL,0,NULL,0}, + {"఩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xa9",3,NULL,0,NULL,0}, + {"庴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xb4",3,NULL,0,NULL,0}, + {"྄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x84",3,NULL,0,NULL,0}, + {"⣫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xab",3,NULL,0,NULL,0}, + {"駁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x81",3,NULL,0,NULL,0}, + {"ꩫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xab",3,NULL,0,NULL,0}, + {"욈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x88",3,NULL,0,NULL,0}, + {"ఌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x81",3,NULL,0,NULL,0}, + {"㯻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xbb",3,NULL,0,NULL,0}, + {"齐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x90",3,NULL,0,NULL,0}, + {"ⷼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xbc",3,NULL,0,NULL,0}, + {"龇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xb8",3,NULL,0,NULL,0}, + {"꟢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xa2",3,NULL,0,NULL,0}, + {"ꛬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xac",3,NULL,0,NULL,0}, + {"㰑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x85",3,NULL,0,NULL,0}, + {"耶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xb6",3,NULL,0,NULL,0}, + {"稷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xb7",3,NULL,0,NULL,0}, + {"ꏗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x90",3,NULL,0,NULL,0}, + {"ꗣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xa3",3,NULL,0,NULL,0}, + {"搁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x81",3,NULL,0,NULL,0}, + {"ﵗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x97",3,NULL,0,NULL,0}, + {"ࠨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xa8",3,NULL,0,NULL,0}, + {"津",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xa5",3,NULL,0,NULL,0}, + {"㹐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x90",3,NULL,0,NULL,0}, + {"ⴸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xb8",3,NULL,0,NULL,0}, + {"ဈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x88",3,NULL,0,NULL,0}, + {"䃷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xb7",3,NULL,0,NULL,0}, + {"ᱯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xaf",3,NULL,0,NULL,0}, + {"猥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xa5",3,NULL,0,NULL,0}, + {"轪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xaa",3,NULL,0,NULL,0}, + {"봜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x9c",3,NULL,0,NULL,0}, + {"뉧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xa7",3,NULL,0,NULL,0}, + {"恧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xa7",3,NULL,0,NULL,0}, + {"ꪁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xb2",3,NULL,0,NULL,0}, + {"웆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x86",3,NULL,0,NULL,0}, + {"ࠌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x8c",3,NULL,0,NULL,0}, + {"读",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xbb",3,NULL,0,NULL,0}, + {"䐄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x84",3,NULL,0,NULL,0}, + {"௒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x92",3,NULL,0,NULL,0}, + {"逖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x96",3,NULL,0,NULL,0}, + {"ꌒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x92",3,NULL,0,NULL,0}, + {"弋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x8b",3,NULL,0,NULL,0}, + {"ᤷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xb7",3,NULL,0,NULL,0}, + {"鍨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xa8",3,NULL,0,NULL,0}, + {"珩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xa9",3,NULL,0,NULL,0}, + {"뚎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x8e",3,NULL,0,NULL,0}, + {"衫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xab",3,NULL,0,NULL,0}, + {"ퟠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xb7",3,NULL,0,NULL,0}, + {"ꢤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xa4",3,NULL,0,NULL,0}, + {"鿰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xb0",3,NULL,0,NULL,0}, + {"醎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x8e",3,NULL,0,NULL,0}, + {"濑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x91",3,NULL,0,NULL,0}, + {"煮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x88",3,NULL,0,NULL,0}, + {"퀩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xa9",3,NULL,0,NULL,0}, + {"헢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xa2",3,NULL,0,NULL,0}, + {"缁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x81",3,NULL,0,NULL,0}, + {"扂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x82",3,NULL,0,NULL,0}, + {"晴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x91",3,NULL,0,NULL,0}, + {"莕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x95",3,NULL,0,NULL,0}, + {"㻨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xa8",3,NULL,0,NULL,0}, + {"㬏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x8f",3,NULL,0,NULL,0}, + {"弄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x93",3,NULL,0,NULL,0}, + {"矓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x99",3,NULL,0,NULL,0}, + {"홤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xa4",3,NULL,0,NULL,0}, + {"෴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xb4",3,NULL,0,NULL,0}, + {"彙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x99",3,NULL,0,NULL,0}, + {"䉉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x89",3,NULL,0,NULL,0}, + {"䴉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x99",3,NULL,0,NULL,0}, + {"W",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb7",3,NULL,0,NULL,0}, + {"᮵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xaa",3,NULL,0,NULL,0}, + {"੏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x8f",3,NULL,0,NULL,0}, + {"玳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xb3",3,NULL,0,NULL,0}, + {"に",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xab",3,NULL,0,NULL,0}, + {"ﺸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xb8",3,NULL,0,NULL,0}, + {"儾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xbe",3,NULL,0,NULL,0}, + {"豤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xa4",3,NULL,0,NULL,0}, + {"䒝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x9d",3,NULL,0,NULL,0}, + {"뤮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xae",3,NULL,0,NULL,0}, + {"厘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x98",3,NULL,0,NULL,0}, + {"짣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xa3",3,NULL,0,NULL,0}, + {"ࣗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x97",3,NULL,0,NULL,0}, + {"앓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x93",3,NULL,0,NULL,0}, + {"≃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x83",3,NULL,0,NULL,0}, + {"ꡑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x8f",3,NULL,0,NULL,0}, + {"瘏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x8f",3,NULL,0,NULL,0}, + {"꿚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x9a",3,NULL,0,NULL,0}, + {"﹟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xa1",3,NULL,0,NULL,0}, + {"䰒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x92",3,NULL,0,NULL,0}, + {"幃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x83",3,NULL,0,NULL,0}, + {"㺟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x92",3,NULL,0,NULL,0}, + {"葄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x84",3,NULL,0,NULL,0}, + {"ា",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xb6",3,NULL,0,NULL,0}, + {"쏚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x9a",3,NULL,0,NULL,0}, + {"奅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x85",3,NULL,0,NULL,0}, + {"톈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x88",3,NULL,0,NULL,0}, + {"ᖢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xa2",3,NULL,0,NULL,0}, + {"៛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x9b",3,NULL,0,NULL,0}, + {"썿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xbf",3,NULL,0,NULL,0}, + {"쭄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x84",3,NULL,0,NULL,0}, + {"䆏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x8f",3,NULL,0,NULL,0}, + {"娍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x8d",3,NULL,0,NULL,0}, + {"黠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xa0",3,NULL,0,NULL,0}, + {"崾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xbe",3,NULL,0,NULL,0}, + {"附",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x84",3,NULL,0,NULL,0}, + {"阻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xbb",3,NULL,0,NULL,0}, + {"軳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xb3",3,NULL,0,NULL,0}, + {"媹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xb9",3,NULL,0,NULL,0}, + {"श",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xb6",3,NULL,0,NULL,0}, + {"둳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xb3",3,NULL,0,NULL,0}, + {"䷑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x91",3,NULL,0,NULL,0}, + {"ᔕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x95",3,NULL,0,NULL,0}, + {"漡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x9e",3,NULL,0,NULL,0}, + {"諃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x83",3,NULL,0,NULL,0}, + {"䘔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x94",3,NULL,0,NULL,0}, + {"೶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xb6",3,NULL,0,NULL,0}, + {"잎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xac",3,NULL,0,NULL,0}, + {"譜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x9c",3,NULL,0,NULL,0}, + {"ޟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9f",2,NULL,0,NULL,0}, + {"怰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xb0",3,NULL,0,NULL,0}, + {"ᾶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xb6",3,NULL,0,NULL,0}, + {"룢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xa2",3,NULL,0,NULL,0}, + {"Ч",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xa7",2,NULL,0,NULL,0}, + {"⚱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xb1",3,NULL,0,NULL,0}, + {"ᕇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x87",3,NULL,0,NULL,0}, + {"単",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x98",3,NULL,0,NULL,0}, + {"㷥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xa5",3,NULL,0,NULL,0}, + {"鼩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xa9",3,NULL,0,NULL,0}, + {"﫭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xad",3,NULL,0,NULL,0}, + {"廛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x9b",3,NULL,0,NULL,0}, + {"㼺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xba",3,NULL,0,NULL,0}, + {"ᨰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xb0",3,NULL,0,NULL,0}, + {"頇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x87",3,NULL,0,NULL,0}, + {"罔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x94",3,NULL,0,NULL,0}, + {"뙇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x87",3,NULL,0,NULL,0}, + {"澜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x9c",3,NULL,0,NULL,0}, + {"腀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x80",3,NULL,0,NULL,0}, + {"癢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xa2",3,NULL,0,NULL,0}, + {"╽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xa5",3,NULL,0,NULL,0}, + {"즑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x91",3,NULL,0,NULL,0}, + {"靤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xa4",3,NULL,0,NULL,0}, + {"✳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xb3",3,NULL,0,NULL,0}, + {"싼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xbc",3,NULL,0,NULL,0}, + {"裂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xa0",3,NULL,0,NULL,0}, + {"膧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xa7",3,NULL,0,NULL,0}, + {"ᄌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb8",3,NULL,0,NULL,0}, + {"⥅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x8c",3,NULL,0,NULL,0}, + {"阦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xa6",3,NULL,0,NULL,0}, + {"쒈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x88",3,NULL,0,NULL,0}, + {"낝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xb7",3,NULL,0,NULL,0}, + {"権",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xa9",3,NULL,0,NULL,0}, + {"䉶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xb6",3,NULL,0,NULL,0}, + {"ፚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x9a",3,NULL,0,NULL,0}, + {"쐵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xb5",3,NULL,0,NULL,0}, + {"チ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x85",3,NULL,0,NULL,0}, + {"ꗸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xb8",3,NULL,0,NULL,0}, + {"媫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xab",3,NULL,0,NULL,0}, + {"绍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x8d",3,NULL,0,NULL,0}, + {"ﱸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xb8",3,NULL,0,NULL,0}, + {"ᒪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xaa",3,NULL,0,NULL,0}, + {"챐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x90",3,NULL,0,NULL,0}, + {"灣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xa3",3,NULL,0,NULL,0}, + {"㕴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xb4",3,NULL,0,NULL,0}, + {"侂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x82",3,NULL,0,NULL,0}, + {"儞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x9e",3,NULL,0,NULL,0}, + {"ꅵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xb5",3,NULL,0,NULL,0}, + {"캠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xa0",3,NULL,0,NULL,0}, + {"쩀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x80",3,NULL,0,NULL,0}, + {"췹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xb9",3,NULL,0,NULL,0}, + {"雝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x9d",3,NULL,0,NULL,0}, + {"䜁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x81",3,NULL,0,NULL,0}, + {"䤶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x9e",3,NULL,0,NULL,0}, + {"㪈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x88",3,NULL,0,NULL,0}, + {"ꃛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x9b",3,NULL,0,NULL,0}, + {"딺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xba",3,NULL,0,NULL,0}, + {"껳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xb3",3,NULL,0,NULL,0}, + {"⤍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x8d",3,NULL,0,NULL,0}, + {"鉬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xac",3,NULL,0,NULL,0}, + {"㏕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x95",3,NULL,0,NULL,0}, + {"ꁔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x94",3,NULL,0,NULL,0}, + {"끘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x98",3,NULL,0,NULL,0}, + {"Ô",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x94",2,NULL,0,NULL,0}, + {"ꌳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xb3",3,NULL,0,NULL,0}, + {"迊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x8a",3,NULL,0,NULL,0}, + {"榢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xa2",3,NULL,0,NULL,0}, + {"⒧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xa7",3,NULL,0,NULL,0}, + {"ꍄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x84",3,NULL,0,NULL,0}, + {"꧐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x90",3,NULL,0,NULL,0}, + {"ſ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xbf",2,NULL,0,NULL,0}, + {"歫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xab",3,NULL,0,NULL,0}, + {"ᓀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xa1",3,NULL,0,NULL,0}, + {"掂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x99",3,NULL,0,NULL,0}, + {"目",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xae",3,NULL,0,NULL,0}, + {"Ν",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x9d",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x94",3,NULL,0,NULL,0}, + {"蔌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x8c",3,NULL,0,NULL,0}, + {"両",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xa1",3,NULL,0,NULL,0}, + {"亶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xb6",3,NULL,0,NULL,0}, + {"⁹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xb9",3,NULL,0,NULL,0}, + {"䂝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x9d",3,NULL,0,NULL,0}, + {"읡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x9d",3,NULL,0,NULL,0}, + {"Ꮲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xa2",3,NULL,0,NULL,0}, + {"蟫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xab",3,NULL,0,NULL,0}, + {"⩽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xbd",3,NULL,0,NULL,0}, + {"঒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x92",3,NULL,0,NULL,0}, + {"ჟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x9f",3,NULL,0,NULL,0}, + {"⻁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x81",3,NULL,0,NULL,0}, + {"ࡿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xbf",3,NULL,0,NULL,0}, + {"춬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xac",3,NULL,0,NULL,0}, + {"垣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xa3",3,NULL,0,NULL,0}, + {"䳧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xa7",3,NULL,0,NULL,0}, + {"魶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xb6",3,NULL,0,NULL,0}, + {"脧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xa7",3,NULL,0,NULL,0}, + {"회",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x8c",3,NULL,0,NULL,0}, + {"ᓫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xab",3,NULL,0,NULL,0}, + {"㐬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xac",3,NULL,0,NULL,0}, + {"寣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xa3",3,NULL,0,NULL,0}, + {"莵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xb5",3,NULL,0,NULL,0}, + {"逺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xba",3,NULL,0,NULL,0}, + {"⪙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x99",3,NULL,0,NULL,0}, + {"᪃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x83",3,NULL,0,NULL,0}, + {"Ѫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xaa",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xaf",3,NULL,0,NULL,0}, + {"暇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x87",3,NULL,0,NULL,0}, + {"둊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x8a",3,NULL,0,NULL,0}, + {"뿗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x97",3,NULL,0,NULL,0}, + {"朂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x9f",3,NULL,0,NULL,0}, + {"괈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x88",3,NULL,0,NULL,0}, + {"螱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xb1",3,NULL,0,NULL,0}, + {"圚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x9a",3,NULL,0,NULL,0}, + {"궻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xbb",3,NULL,0,NULL,0}, + {"䠝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x9d",3,NULL,0,NULL,0}, + {"ᅰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb0",3,NULL,0,NULL,0}, + {"Ὤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xac",3,NULL,0,NULL,0}, + {"毖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xba",3,NULL,0,NULL,0}, + {"뇑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x91",3,NULL,0,NULL,0}, + {"ꐻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xbb",3,NULL,0,NULL,0}, + {"ʟ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x9f",2,NULL,0,NULL,0}, + {"騾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x85",3,NULL,0,NULL,0}, + {"㿙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x99",3,NULL,0,NULL,0}, + {"녨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xa8",3,NULL,0,NULL,0}, + {"࿸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xb8",3,NULL,0,NULL,0}, + {"铀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x80",3,NULL,0,NULL,0}, + {"堌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x8c",3,NULL,0,NULL,0}, + {"梸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x84",3,NULL,0,NULL,0}, + {"훭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xad",3,NULL,0,NULL,0}, + {"鶴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xb4",3,NULL,0,NULL,0}, + {"䋉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x89",3,NULL,0,NULL,0}, + {"테",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x8c",3,NULL,0,NULL,0}, + {"䋟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x9f",3,NULL,0,NULL,0}, + {"≮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xae",3,NULL,0,NULL,0}, + {"㚗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x97",3,NULL,0,NULL,0}, + {"덎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x8e",3,NULL,0,NULL,0}, + {"ꊮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xae",3,NULL,0,NULL,0}, + {"媟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x9f",3,NULL,0,NULL,0}, + {"촛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x9b",3,NULL,0,NULL,0}, + {"⒩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xa9",3,NULL,0,NULL,0}, + {"趋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xae",3,NULL,0,NULL,0}, + {"气",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x94",3,NULL,0,NULL,0}, + {"藇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x87",3,NULL,0,NULL,0}, + {"꽩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xa9",3,NULL,0,NULL,0}, + {"鍒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x92",3,NULL,0,NULL,0}, + {"컠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xa0",3,NULL,0,NULL,0}, + {"퉶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xb6",3,NULL,0,NULL,0}, + {"㓈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x88",3,NULL,0,NULL,0}, + {"숂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x82",3,NULL,0,NULL,0}, + {"觰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xb0",3,NULL,0,NULL,0}, + {"ᭂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x82",3,NULL,0,NULL,0}, + {"䖀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x80",3,NULL,0,NULL,0}, + {"瘾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xbf",3,NULL,0,NULL,0}, + {"⼒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x92",3,NULL,0,NULL,0}, + {"셻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xbb",3,NULL,0,NULL,0}, + {"묶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xb6",3,NULL,0,NULL,0}, + {"歌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x9e",3,NULL,0,NULL,0}, + {"詷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xb7",3,NULL,0,NULL,0}, + {"렁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x81",3,NULL,0,NULL,0}, + {"֧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xa7",2,NULL,0,NULL,0}, + {"䕀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x80",3,NULL,0,NULL,0}, + {"刯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xaf",3,NULL,0,NULL,0}, + {"㛢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x98",3,NULL,0,NULL,0}, + {"䚍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x9e",3,NULL,0,NULL,0}, + {"흌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x8c",3,NULL,0,NULL,0}, + {"ረ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xa8",3,NULL,0,NULL,0}, + {"䌊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x8a",3,NULL,0,NULL,0}, + {"饵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xb5",3,NULL,0,NULL,0}, + {"⃥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xa5",3,NULL,0,NULL,0}, + {"薵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xb5",3,NULL,0,NULL,0}, + {"袞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xbe",3,NULL,0,NULL,0}, + {"忟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x9f",3,NULL,0,NULL,0}, + {"⅄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x84",3,NULL,0,NULL,0}, + {"쾱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xb1",3,NULL,0,NULL,0}, + {"㔊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x8a",3,NULL,0,NULL,0}, + {"噼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xbc",3,NULL,0,NULL,0}, + {"薐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x90",3,NULL,0,NULL,0}, + {"칷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xb7",3,NULL,0,NULL,0}, + {"妋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x8b",3,NULL,0,NULL,0}, + {"䮗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa5",3,NULL,0,NULL,0}, + {"→",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x92",3,NULL,0,NULL,0}, + {"┿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xbf",3,NULL,0,NULL,0}, + {"幪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xaa",3,NULL,0,NULL,0}, + {"憝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x92",3,NULL,0,NULL,0}, + {"㗒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x92",3,NULL,0,NULL,0}, + {"鱨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xa8",3,NULL,0,NULL,0}, + {"粝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x9d",3,NULL,0,NULL,0}, + {"붪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xaa",3,NULL,0,NULL,0}, + {"镏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x8f",3,NULL,0,NULL,0}, + {"Ʒ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xb7",2,NULL,0,NULL,0}, + {"禖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x96",3,NULL,0,NULL,0}, + {"斺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x90",3,NULL,0,NULL,0}, + {"㳉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x89",3,NULL,0,NULL,0}, + {"䱦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xa6",3,NULL,0,NULL,0}, + {"絭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xad",3,NULL,0,NULL,0}, + {"暮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x97",3,NULL,0,NULL,0}, + {"豣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xa3",3,NULL,0,NULL,0}, + {"뺚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x9a",3,NULL,0,NULL,0}, + {"ຉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x89",3,NULL,0,NULL,0}, + {"쀪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xaa",3,NULL,0,NULL,0}, + {"㡲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xb2",3,NULL,0,NULL,0}, + {"㯀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x80",3,NULL,0,NULL,0}, + {"駬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x9d",3,NULL,0,NULL,0}, + {"쿲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xb2",3,NULL,0,NULL,0}, + {"囉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xa8",3,NULL,0,NULL,0}, + {"큹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xb9",3,NULL,0,NULL,0}, + {"햤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xa4",3,NULL,0,NULL,0}, + {"튽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xa9",3,NULL,0,NULL,0}, + {"咯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xaf",3,NULL,0,NULL,0}, + {"厸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xb8",3,NULL,0,NULL,0}, + {"憸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xb8",3,NULL,0,NULL,0}, + {"ᯱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xb1",3,NULL,0,NULL,0}, + {"㧠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xa0",3,NULL,0,NULL,0}, + {"㑓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x93",3,NULL,0,NULL,0}, + {"贋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x8b",3,NULL,0,NULL,0}, + {"뷙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xbe",3,NULL,0,NULL,0}, + {"淊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x8a",3,NULL,0,NULL,0}, + {"㮂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x82",3,NULL,0,NULL,0}, + {"篏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x8f",3,NULL,0,NULL,0}, + {"飉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x89",3,NULL,0,NULL,0}, + {"瓟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x9f",3,NULL,0,NULL,0}, + {"ꬽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xbd",3,NULL,0,NULL,0}, + {"떥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xa5",3,NULL,0,NULL,0}, + {"璺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xba",3,NULL,0,NULL,0}, + {"ꞩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xa9",3,NULL,0,NULL,0}, + {"狀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x80",3,NULL,0,NULL,0}, + {"倛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x9b",3,NULL,0,NULL,0}, + {"᜸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xb8",3,NULL,0,NULL,0}, + {"գ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xa3",2,NULL,0,NULL,0}, + {"爹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xb9",3,NULL,0,NULL,0}, + {"옎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x8e",3,NULL,0,NULL,0}, + {"䥰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xb0",3,NULL,0,NULL,0}, + {"纲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xb2",3,NULL,0,NULL,0}, + {"㹳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xb3",3,NULL,0,NULL,0}, + {"蹣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xa3",3,NULL,0,NULL,0}, + {"벊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x8a",3,NULL,0,NULL,0}, + {"幸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xb8",3,NULL,0,NULL,0}, + {"联",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x94",3,NULL,0,NULL,0}, + {"唇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x87",3,NULL,0,NULL,0}, + {"ᮚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x9a",3,NULL,0,NULL,0}, + {"혣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xae",3,NULL,0,NULL,0}, + {"怷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xb7",3,NULL,0,NULL,0}, + {"餋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x8b",3,NULL,0,NULL,0}, + {"ᡏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x8f",3,NULL,0,NULL,0}, + {"ⱍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x8d",3,NULL,0,NULL,0}, + {"㣁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x85",3,NULL,0,NULL,0}, + {"ꪺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xba",3,NULL,0,NULL,0}, + {"㶀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x80",3,NULL,0,NULL,0}, + {"풵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xb5",3,NULL,0,NULL,0}, + {"맻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xbb",3,NULL,0,NULL,0}, + {"饌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x8c",3,NULL,0,NULL,0}, + {"웽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xbd",3,NULL,0,NULL,0}, + {"ﮔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x94",3,NULL,0,NULL,0}, + {"⇓",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x93",3,NULL,0,NULL,0}, + {"⻫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xab",3,NULL,0,NULL,0}, + {"뒮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xae",3,NULL,0,NULL,0}, + {"㇊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x8a",3,NULL,0,NULL,0}, + {"뜘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x98",3,NULL,0,NULL,0}, + {"聆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x86",3,NULL,0,NULL,0}, + {"齵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xb5",3,NULL,0,NULL,0}, + {"㒬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xac",3,NULL,0,NULL,0}, + {"ਜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x9c",3,NULL,0,NULL,0}, + {"䆈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x95",3,NULL,0,NULL,0}, + {"ﺟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x9f",3,NULL,0,NULL,0}, + {"Შ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xa8",3,NULL,0,NULL,0}, + {"볡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xa1",3,NULL,0,NULL,0}, + {"뤝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x9d",3,NULL,0,NULL,0}, + {"擾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xbe",3,NULL,0,NULL,0}, + {"퍇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x87",3,NULL,0,NULL,0}, + {"ꔢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xa2",3,NULL,0,NULL,0}, + {"ݧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xa7",2,NULL,0,NULL,0}, + {"楰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xb0",3,NULL,0,NULL,0}, + {"鏳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x83",3,NULL,0,NULL,0}, + {"廔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x94",3,NULL,0,NULL,0}, + {"뙑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x91",3,NULL,0,NULL,0}, + {"᢮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xae",3,NULL,0,NULL,0}, + {"ଶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xb6",3,NULL,0,NULL,0}, + {"僃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xbd",3,NULL,0,NULL,0}, + {"⊤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xa4",3,NULL,0,NULL,0}, + {"㲅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x85",3,NULL,0,NULL,0}, + {"립",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xbd",3,NULL,0,NULL,0}, + {"岦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xa6",3,NULL,0,NULL,0}, + {"岅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x85",3,NULL,0,NULL,0}, + {"כֿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x8d",3,NULL,0,NULL,0}, + {"駓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x93",3,NULL,0,NULL,0}, + {"梅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x84",3,NULL,0,NULL,0}, + {"냀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x80",3,NULL,0,NULL,0}, + {"㽣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x97",3,NULL,0,NULL,0}, + {"띡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xa1",3,NULL,0,NULL,0}, + {"ඔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x94",3,NULL,0,NULL,0}, + {"⧫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xab",3,NULL,0,NULL,0}, + {"﵍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x8d",3,NULL,0,NULL,0}, + {"Ჾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xbe",3,NULL,0,NULL,0}, + {"㻄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x84",3,NULL,0,NULL,0}, + {"酢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xa2",3,NULL,0,NULL,0}, + {"鈉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x89",3,NULL,0,NULL,0}, + {"븫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x85",3,NULL,0,NULL,0}, + {"겫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xab",3,NULL,0,NULL,0}, + {"઄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xa6",3,NULL,0,NULL,0}, + {"젮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xae",3,NULL,0,NULL,0}, + {"봘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x98",3,NULL,0,NULL,0}, + {"溏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x8f",3,NULL,0,NULL,0}, + {"鐴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xb4",3,NULL,0,NULL,0}, + {"娮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xae",3,NULL,0,NULL,0}, + {"ﳚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x9a",3,NULL,0,NULL,0}, + {"罪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xaa",3,NULL,0,NULL,0}, + {"诱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xb1",3,NULL,0,NULL,0}, + {"䐀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x9f",3,NULL,0,NULL,0}, + {"ᎉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x89",3,NULL,0,NULL,0}, + {"뀇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x87",3,NULL,0,NULL,0}, + {"䍴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xb4",3,NULL,0,NULL,0}, + {"뙲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xb1",3,NULL,0,NULL,0}, + {"僤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xa4",3,NULL,0,NULL,0}, + {"쑊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x8a",3,NULL,0,NULL,0}, + {"֍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x8d",2,NULL,0,NULL,0}, + {"쎳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xb3",3,NULL,0,NULL,0}, + {"ꗃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x83",3,NULL,0,NULL,0}, + {"럹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xb9",3,NULL,0,NULL,0}, + {"씺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xba",3,NULL,0,NULL,0}, + {"೻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x8b",3,NULL,0,NULL,0}, + {"দ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xa6",3,NULL,0,NULL,0}, + {"鮓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x93",3,NULL,0,NULL,0}, + {"绰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x84",3,NULL,0,NULL,0}, + {"Ǩ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xa8",2,NULL,0,NULL,0}, + {"੆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x86",3,NULL,0,NULL,0}, + {"僛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x9b",3,NULL,0,NULL,0}, + {"쯋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x8b",3,NULL,0,NULL,0}, + {"䇤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xa4",3,NULL,0,NULL,0}, + {"ત",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xa4",3,NULL,0,NULL,0}, + {"쏎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x8e",3,NULL,0,NULL,0}, + {"夿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xbf",3,NULL,0,NULL,0}, + {"鎆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x86",3,NULL,0,NULL,0}, + {"净",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x80",3,NULL,0,NULL,0}, + {"鵚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x9a",3,NULL,0,NULL,0}, + {"ᗔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x94",3,NULL,0,NULL,0}, + {"隑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x91",3,NULL,0,NULL,0}, + {"춁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x81",3,NULL,0,NULL,0}, + {"鹕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x95",3,NULL,0,NULL,0}, + {"᦮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xae",3,NULL,0,NULL,0}, + {"⑸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xb8",3,NULL,0,NULL,0}, + {"絝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x9d",3,NULL,0,NULL,0}, + {"尖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x96",3,NULL,0,NULL,0}, + {"﹍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x8d",3,NULL,0,NULL,0}, + {"ꘄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x84",3,NULL,0,NULL,0}, + {"瞣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xa3",3,NULL,0,NULL,0}, + {"闱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xb1",3,NULL,0,NULL,0}, + {"됌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x8c",3,NULL,0,NULL,0}, + {"됗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x97",3,NULL,0,NULL,0}, + {"퍰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xab",3,NULL,0,NULL,0}, + {"꿞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xa2",3,NULL,0,NULL,0}, + {"꼭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xad",3,NULL,0,NULL,0}, + {"ো",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x8b",3,NULL,0,NULL,0}, + {"諑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x91",3,NULL,0,NULL,0}, + {"쀾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xbe",3,NULL,0,NULL,0}, + {"ᖖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x96",3,NULL,0,NULL,0}, + {"Ầ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xa6",3,NULL,0,NULL,0}, + {"࠙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x99",3,NULL,0,NULL,0}, + {"쭌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xa2",3,NULL,0,NULL,0}, + {"鈷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xb7",3,NULL,0,NULL,0}, + {"ރ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x83",2,NULL,0,NULL,0}, + {"잱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xb1",3,NULL,0,NULL,0}, + {"좢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xa2",3,NULL,0,NULL,0}, + {"裷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xb7",3,NULL,0,NULL,0}, + {"脊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x8a",3,NULL,0,NULL,0}, + {"눈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x88",3,NULL,0,NULL,0}, + {"ꑲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xb2",3,NULL,0,NULL,0}, + {"ऀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xbb",3,NULL,0,NULL,0}, + {"놁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x81",3,NULL,0,NULL,0}, + {"䔀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x80",3,NULL,0,NULL,0}, + {"죛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x9b",3,NULL,0,NULL,0}, + {"⏹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xb9",3,NULL,0,NULL,0}, + {"ꚢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xa2",3,NULL,0,NULL,0}, + {"堋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x8b",3,NULL,0,NULL,0}, + {"︴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xb4",3,NULL,0,NULL,0}, + {"휤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xa4",3,NULL,0,NULL,0}, + {"漓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x93",3,NULL,0,NULL,0}, + {"孎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x8e",3,NULL,0,NULL,0}, + {"䷣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xa3",3,NULL,0,NULL,0}, + {"郦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xa6",3,NULL,0,NULL,0}, + {"省",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x81",3,NULL,0,NULL,0}, + {"嫳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xb3",3,NULL,0,NULL,0}, + {"笝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x9d",3,NULL,0,NULL,0}, + {"苶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xb6",3,NULL,0,NULL,0}, + {"닧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xa7",3,NULL,0,NULL,0}, + {"⹪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xaa",3,NULL,0,NULL,0}, + {"ޝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9d",2,NULL,0,NULL,0}, + {"Ὰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xba",3,NULL,0,NULL,0}, + {"퟾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xbe",3,NULL,0,NULL,0}, + {"郵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xb5",3,NULL,0,NULL,0}, + {"姡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xa1",3,NULL,0,NULL,0}, + {"컉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xb5",3,NULL,0,NULL,0}, + {"ܾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xbe",2,NULL,0,NULL,0}, + {"殄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x84",3,NULL,0,NULL,0}, + {"⅒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x92",3,NULL,0,NULL,0}, + {"欓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x93",3,NULL,0,NULL,0}, + {"싥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xa5",3,NULL,0,NULL,0}, + {"ድ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xb5",3,NULL,0,NULL,0}, + {"੻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xbb",3,NULL,0,NULL,0}, + {"韵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xb5",3,NULL,0,NULL,0}, + {"⤗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x97",3,NULL,0,NULL,0}, + {"䕗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x97",3,NULL,0,NULL,0}, + {"쥄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x84",3,NULL,0,NULL,0}, + {"냡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xa1",3,NULL,0,NULL,0}, + {"㇖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x96",3,NULL,0,NULL,0}, + {"槥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xa5",3,NULL,0,NULL,0}, + {"쳯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xaf",3,NULL,0,NULL,0}, + {"ℜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x9c",3,NULL,0,NULL,0}, + {"鬃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x83",3,NULL,0,NULL,0}, + {"흥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xa5",3,NULL,0,NULL,0}, + {"韮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xae",3,NULL,0,NULL,0}, + {"능",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xa5",3,NULL,0,NULL,0}, + {"ᛊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x8a",3,NULL,0,NULL,0}, + {"⅝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x9d",3,NULL,0,NULL,0}, + {"藲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xb2",3,NULL,0,NULL,0}, + {"챰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xb0",3,NULL,0,NULL,0}, + {"皂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xa5",3,NULL,0,NULL,0}, + {"⛥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xa5",3,NULL,0,NULL,0}, + {"켃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x83",3,NULL,0,NULL,0}, + {"䣌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xb4",3,NULL,0,NULL,0}, + {"뻦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xa6",3,NULL,0,NULL,0}, + {"칂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x82",3,NULL,0,NULL,0}, + {"ꃉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x89",3,NULL,0,NULL,0}, + {"뼋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x8b",3,NULL,0,NULL,0}, + {"樛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x9b",3,NULL,0,NULL,0}, + {"斊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x8a",3,NULL,0,NULL,0}, + {"⇻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xbb",3,NULL,0,NULL,0}, + {"፦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xa4",3,NULL,0,NULL,0}, + {"Φ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa6",2,NULL,0,NULL,0}, + {"䟑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x91",3,NULL,0,NULL,0}, + {"ꂀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x80",3,NULL,0,NULL,0}, + {"繁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x99",3,NULL,0,NULL,0}, + {"٠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xa0",2,NULL,0,NULL,0}, + {"졉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x89",3,NULL,0,NULL,0}, + {"榘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x98",3,NULL,0,NULL,0}, + {"䌧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xa7",3,NULL,0,NULL,0}, + {"汷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xb7",3,NULL,0,NULL,0}, + {"쪏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x8f",3,NULL,0,NULL,0}, + {"Ҝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x9c",2,NULL,0,NULL,0}, + {"♽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xbd",3,NULL,0,NULL,0}, + {"❓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x93",3,NULL,0,NULL,0}, + {"泳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xb3",3,NULL,0,NULL,0}, + {"⹄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x84",3,NULL,0,NULL,0}, + {"♞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x9e",3,NULL,0,NULL,0}, + {"葁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x81",3,NULL,0,NULL,0}, + {"₽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xbd",3,NULL,0,NULL,0}, + {"㖛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x9b",3,NULL,0,NULL,0}, + {"雯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xaf",3,NULL,0,NULL,0}, + {"ﰛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x9b",3,NULL,0,NULL,0}, + {"敐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x90",3,NULL,0,NULL,0}, + {"鬑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x91",3,NULL,0,NULL,0}, + {"舜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x9c",3,NULL,0,NULL,0}, + {"䒸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xb8",3,NULL,0,NULL,0}, + {"ᘭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xad",3,NULL,0,NULL,0}, + {"↹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xb9",3,NULL,0,NULL,0}, + {"ɛ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x9b",2,NULL,0,NULL,0}, + {"㏇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xa4",3,NULL,0,NULL,0}, + {"ꌡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x8e",3,NULL,0,NULL,0}, + {"ñ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb1",2,NULL,0,NULL,0}, + {"┍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x8d",3,NULL,0,NULL,0}, + {"捔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x94",3,NULL,0,NULL,0}, + {"買",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xb7",3,NULL,0,NULL,0}, + {"遞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x9e",3,NULL,0,NULL,0}, + {"ᇤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xa4",3,NULL,0,NULL,0}, + {"쫸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xb8",3,NULL,0,NULL,0}, + {"䡈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x88",3,NULL,0,NULL,0}, + {"腴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xb4",3,NULL,0,NULL,0}, + {"蒪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xaa",3,NULL,0,NULL,0}, + {"⡜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x8f",3,NULL,0,NULL,0}, + {"ꮞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x9e",3,NULL,0,NULL,0}, + {"ꥬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xac",3,NULL,0,NULL,0}, + {"お",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x8a",3,NULL,0,NULL,0}, + {"⻃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x83",3,NULL,0,NULL,0}, + {"꣭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xad",3,NULL,0,NULL,0}, + {"ⷭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xad",3,NULL,0,NULL,0}, + {"ʝ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x9d",2,NULL,0,NULL,0}, + {"毢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xa2",3,NULL,0,NULL,0}, + {"䦿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xbf",3,NULL,0,NULL,0}, + {"쉻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xbb",3,NULL,0,NULL,0}, + {"拞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x9e",3,NULL,0,NULL,0}, + {"垙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x99",3,NULL,0,NULL,0}, + {"灛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x9b",3,NULL,0,NULL,0}, + {"ꞟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x9f",3,NULL,0,NULL,0}, + {"ל",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x9c",2,NULL,0,NULL,0}, + {"䮽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xbd",3,NULL,0,NULL,0}, + {"᐀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x80",3,NULL,0,NULL,0}, + {"檤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xa4",3,NULL,0,NULL,0}, + {"慑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x91",3,NULL,0,NULL,0}, + {"担",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x85",3,NULL,0,NULL,0}, + {"鴫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xab",3,NULL,0,NULL,0}, + {"᪉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x89",3,NULL,0,NULL,0}, + {"춡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xa1",3,NULL,0,NULL,0}, + {"啹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xb9",3,NULL,0,NULL,0}, + {"䃨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xa8",3,NULL,0,NULL,0}, + {"鵴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xb4",3,NULL,0,NULL,0}, + {"蘖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x96",3,NULL,0,NULL,0}, + {"踘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x98",3,NULL,0,NULL,0}, + {"烒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x92",3,NULL,0,NULL,0}, + {"품",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x88",3,NULL,0,NULL,0}, + {"뿕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x95",3,NULL,0,NULL,0}, + {"﮸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xb8",3,NULL,0,NULL,0}, + {"籸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xb8",3,NULL,0,NULL,0}, + {"鱓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x93",3,NULL,0,NULL,0}, + {"福",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x8f",3,NULL,0,NULL,0}, + {"䞃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x83",3,NULL,0,NULL,0}, + {"簰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xb0",3,NULL,0,NULL,0}, + {"梥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xa5",3,NULL,0,NULL,0}, + {"㉋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x8b",3,NULL,0,NULL,0}, + {"抋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x8b",3,NULL,0,NULL,0}, + {"솇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x96",3,NULL,0,NULL,0}, + {"㋦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xa6",3,NULL,0,NULL,0}, + {"ꏈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x88",3,NULL,0,NULL,0}, + {"䙡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x96",3,NULL,0,NULL,0}, + {"ⱊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x8a",3,NULL,0,NULL,0}, + {"䊻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xb8",3,NULL,0,NULL,0}, + {"檋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x8b",3,NULL,0,NULL,0}, + {"ጢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xa2",3,NULL,0,NULL,0}, + {"ဟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x9f",3,NULL,0,NULL,0}, + {"㡉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x89",3,NULL,0,NULL,0}, + {"徎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x8e",3,NULL,0,NULL,0}, + {"㶱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xb1",3,NULL,0,NULL,0}, + {"ૹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xb9",3,NULL,0,NULL,0}, + {"콜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x9c",3,NULL,0,NULL,0}, + {"㟈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x88",3,NULL,0,NULL,0}, + {"ᅖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x96",3,NULL,0,NULL,0}, + {"馚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x9a",3,NULL,0,NULL,0}, + {"ꪌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x8c",3,NULL,0,NULL,0}, + {"௡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xa1",3,NULL,0,NULL,0}, + {"趙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x99",3,NULL,0,NULL,0}, + {"播",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xad",3,NULL,0,NULL,0}, + {"ᮥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xa5",3,NULL,0,NULL,0}, + {"༘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x98",3,NULL,0,NULL,0}, + {"퉪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xaa",3,NULL,0,NULL,0}, + {"廼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xbc",3,NULL,0,NULL,0}, + {"濼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xbc",3,NULL,0,NULL,0}, + {"妙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x99",3,NULL,0,NULL,0}, + {"鿅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x85",3,NULL,0,NULL,0}, + {"稊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x8a",3,NULL,0,NULL,0}, + {"ꐂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x82",3,NULL,0,NULL,0}, + {"浐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x90",3,NULL,0,NULL,0}, + {"扙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x88",3,NULL,0,NULL,0}, + {"棦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xa6",3,NULL,0,NULL,0}, + {"셂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x82",3,NULL,0,NULL,0}, + {"᱂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x82",3,NULL,0,NULL,0}, + {"楅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x85",3,NULL,0,NULL,0}, + {"䚟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x9f",3,NULL,0,NULL,0}, + {"䫛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x9b",3,NULL,0,NULL,0}, + {"辏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x8f",3,NULL,0,NULL,0}, + {"굩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xa9",3,NULL,0,NULL,0}, + {"䰁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xba",3,NULL,0,NULL,0}, + {"塹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xb9",3,NULL,0,NULL,0}, + {"輸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xb8",3,NULL,0,NULL,0}, + {"鏺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xba",3,NULL,0,NULL,0}, + {"粯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xaf",3,NULL,0,NULL,0}, + {"㦢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xa2",3,NULL,0,NULL,0}, + {"븵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xb5",3,NULL,0,NULL,0}, + {"ኵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xb5",3,NULL,0,NULL,0}, + {"忭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xad",3,NULL,0,NULL,0}, + {"Ծ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xbe",2,NULL,0,NULL,0}, + {"ꇜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xb7",3,NULL,0,NULL,0}, + {"ᆗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x97",3,NULL,0,NULL,0}, + {"蠏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x8f",3,NULL,0,NULL,0}, + {"ꢁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x81",3,NULL,0,NULL,0}, + {"⬹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xb9",3,NULL,0,NULL,0}, + {"䥖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x96",3,NULL,0,NULL,0}, + {"샞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x9e",3,NULL,0,NULL,0}, + {"렵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xb5",3,NULL,0,NULL,0}, + {"䢇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x87",3,NULL,0,NULL,0}, + {"俊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x8a",3,NULL,0,NULL,0}, + {"戟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x9f",3,NULL,0,NULL,0}, + {"憟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x8d",3,NULL,0,NULL,0}, + {"詗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x97",3,NULL,0,NULL,0}, + {"큻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x89",3,NULL,0,NULL,0}, + {"窑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x91",3,NULL,0,NULL,0}, + {"ᇃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xaf",3,NULL,0,NULL,0}, + {"镝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x9d",3,NULL,0,NULL,0}, + {"㍠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xb5",3,NULL,0,NULL,0}, + {"蛍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x8d",3,NULL,0,NULL,0}, + {"㨿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xbf",3,NULL,0,NULL,0}, + {"䈜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x9c",3,NULL,0,NULL,0}, + {"웦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xa6",3,NULL,0,NULL,0}, + {"耖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x96",3,NULL,0,NULL,0}, + {"蚀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x80",3,NULL,0,NULL,0}, + {"껦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xa6",3,NULL,0,NULL,0}, + {"䆫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xab",3,NULL,0,NULL,0}, + {"ᇙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x99",3,NULL,0,NULL,0}, + {"㳛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x9b",3,NULL,0,NULL,0}, + {"壴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xb4",3,NULL,0,NULL,0}, + {"അ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x85",3,NULL,0,NULL,0}, + {"浻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xbb",3,NULL,0,NULL,0}, + {"Ꜵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xb4",3,NULL,0,NULL,0}, + {"땘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x98",3,NULL,0,NULL,0}, + {"鹴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xb4",3,NULL,0,NULL,0}, + {"喭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xad",3,NULL,0,NULL,0}, + {"텽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xbd",3,NULL,0,NULL,0}, + {"豁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x81",3,NULL,0,NULL,0}, + {"륓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x93",3,NULL,0,NULL,0}, + {"㩾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xbe",3,NULL,0,NULL,0}, + {"뮴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xb9",3,NULL,0,NULL,0}, + {"篞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x9e",3,NULL,0,NULL,0}, + {"細",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xb0",3,NULL,0,NULL,0}, + {""",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\"",1,NULL,0,NULL,0}, + {"랮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xae",3,NULL,0,NULL,0}, + {"쓹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xb9",3,NULL,0,NULL,0}, + {"鼼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xbc",3,NULL,0,NULL,0}, + {"ㆦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xa6",3,NULL,0,NULL,0}, + {"柚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x9a",3,NULL,0,NULL,0}, + {"爱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xb1",3,NULL,0,NULL,0}, + {"⸔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x94",3,NULL,0,NULL,0}, + {"鯔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xad",3,NULL,0,NULL,0}, + {"㨐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x90",3,NULL,0,NULL,0}, + {"⯘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x98",3,NULL,0,NULL,0}, + {"썐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x90",3,NULL,0,NULL,0}, + {"仦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xa6",3,NULL,0,NULL,0}, + {"꯵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xb5",3,NULL,0,NULL,0}, + {"諨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xa8",3,NULL,0,NULL,0}, + {"또",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x90",3,NULL,0,NULL,0}, + {"鷾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xbe",3,NULL,0,NULL,0}, + {"ꄽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xbd",3,NULL,0,NULL,0}, + {"톷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xb7",3,NULL,0,NULL,0}, + {"욯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xaf",3,NULL,0,NULL,0}, + {"㴅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x85",3,NULL,0,NULL,0}, + {"㔣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xa3",3,NULL,0,NULL,0}, + {"篅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x91",3,NULL,0,NULL,0}, + {"䋷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xb7",3,NULL,0,NULL,0}, + {"継",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x99",3,NULL,0,NULL,0}, + {"譇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x87",3,NULL,0,NULL,0}, + {"떷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xb7",3,NULL,0,NULL,0}, + {"㎏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x8f",3,NULL,0,NULL,0}, + {"千",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x83",3,NULL,0,NULL,0}, + {"퉍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x8d",3,NULL,0,NULL,0}, + {"᜞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x9e",3,NULL,0,NULL,0}, + {"c",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c",1,NULL,0,NULL,0}, + {"勤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xa4",3,NULL,0,NULL,0}, + {"켳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xb3",3,NULL,0,NULL,0}, + {"祅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x85",3,NULL,0,NULL,0}, + {"䁫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xab",3,NULL,0,NULL,0}, + {"㹹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xb9",3,NULL,0,NULL,0}, + {"펳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xb3",3,NULL,0,NULL,0}, + {"벂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x8f",3,NULL,0,NULL,0}, + {"ၕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x95",3,NULL,0,NULL,0}, + {"䷺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xba",3,NULL,0,NULL,0}, + {"뵃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x83",3,NULL,0,NULL,0}, + {"왚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x9a",3,NULL,0,NULL,0}, + {"獼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xbc",3,NULL,0,NULL,0}, + {"桶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xb6",3,NULL,0,NULL,0}, + {"椏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x8f",3,NULL,0,NULL,0}, + {"Რ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xaa",3,NULL,0,NULL,0}, + {"⚩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xa9",3,NULL,0,NULL,0}, + {"㣛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x9b",3,NULL,0,NULL,0}, + {"ߌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x8c",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x88",3,NULL,0,NULL,0}, + {"绀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x80",3,NULL,0,NULL,0}, + {"ᔘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x98",3,NULL,0,NULL,0}, + {"롺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x98",3,NULL,0,NULL,0}, + {"记",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xb0",3,NULL,0,NULL,0}, + {"覌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xb8",3,NULL,0,NULL,0}, + {"쨩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xa9",3,NULL,0,NULL,0}, + {"팬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xac",3,NULL,0,NULL,0}, + {"뜔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xad",3,NULL,0,NULL,0}, + {"෋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x8b",3,NULL,0,NULL,0}, + {"訷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xa7",3,NULL,0,NULL,0}, + {"푓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x93",3,NULL,0,NULL,0}, + {"哧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xa7",3,NULL,0,NULL,0}, + {"ﲥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xa5",3,NULL,0,NULL,0}, + {"ᭅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x85",3,NULL,0,NULL,0}, + {"폴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xb4",3,NULL,0,NULL,0}, + {"膴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xb4",3,NULL,0,NULL,0}, + {"뢐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x90",3,NULL,0,NULL,0}, + {"ᢇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x9c",3,NULL,0,NULL,0}, + {"쌡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xa1",3,NULL,0,NULL,0}, + {"鞉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x89",3,NULL,0,NULL,0}, + {"魏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xba",3,NULL,0,NULL,0}, + {"鐪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xaa",3,NULL,0,NULL,0}, + {"ㆬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xac",3,NULL,0,NULL,0}, + {"릀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x80",3,NULL,0,NULL,0}, + {"ﭱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x8e",3,NULL,0,NULL,0}, + {"ᄔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x94",3,NULL,0,NULL,0}, + {"헒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x92",3,NULL,0,NULL,0}, + {"줜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x9c",3,NULL,0,NULL,0}, + {"꜒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x92",3,NULL,0,NULL,0}, + {"碳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x9f",3,NULL,0,NULL,0}, + {"﫿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xbf",3,NULL,0,NULL,0}, + {"ํ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x8a",3,NULL,0,NULL,0}, + {"딧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xa7",3,NULL,0,NULL,0}, + {"㻌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x8c",3,NULL,0,NULL,0}, + {"ൌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x8c",3,NULL,0,NULL,0}, + {"́",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x81",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xb7",3,NULL,0,NULL,0}, + {"㪠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xa0",3,NULL,0,NULL,0}, + {"ᛧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xa7",3,NULL,0,NULL,0}, + {"榽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xbd",3,NULL,0,NULL,0}, + {"롖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x96",3,NULL,0,NULL,0}, + {"侩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xa9",3,NULL,0,NULL,0}, + {"찊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x8a",3,NULL,0,NULL,0}, + {"਩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xa9",3,NULL,0,NULL,0}, + {"Ꙋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x8a",3,NULL,0,NULL,0}, + {"䎋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x8b",3,NULL,0,NULL,0}, + {"㬟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x9f",3,NULL,0,NULL,0}, + {"G",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa7",3,NULL,0,NULL,0}, + {"充",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x85",3,NULL,0,NULL,0}, + {"ᑸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xb8",3,NULL,0,NULL,0}, + {"뉅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x85",3,NULL,0,NULL,0}, + {"ᣈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x88",3,NULL,0,NULL,0}, + {"싊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x8a",3,NULL,0,NULL,0}, + {"琌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x8d",3,NULL,0,NULL,0}, + {"錷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xb7",3,NULL,0,NULL,0}, + {"츜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x9c",3,NULL,0,NULL,0}, + {"⏞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x9e",3,NULL,0,NULL,0}, + {"᥏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x8f",3,NULL,0,NULL,0}, + {"置",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xae",3,NULL,0,NULL,0}, + {"鉃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x83",3,NULL,0,NULL,0}, + {"혈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x88",3,NULL,0,NULL,0}, + {"ஏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x8f",3,NULL,0,NULL,0}, + {"ힰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xb0",3,NULL,0,NULL,0}, + {"춃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x83",3,NULL,0,NULL,0}, + {"隋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x8b",3,NULL,0,NULL,0}, + {"艛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x9b",3,NULL,0,NULL,0}, + {"ᴞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x9e",3,NULL,0,NULL,0}, + {"ꐬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xac",3,NULL,0,NULL,0}, + {"諸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xa2",3,NULL,0,NULL,0}, + {"睊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xa9",3,NULL,0,NULL,0}, + {"핋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x8b",3,NULL,0,NULL,0}, + {"砚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x9a",3,NULL,0,NULL,0}, + {"矃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x83",3,NULL,0,NULL,0}, + {"돆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x86",3,NULL,0,NULL,0}, + {"Ŕ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x94",2,NULL,0,NULL,0}, + {"㸦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xa6",3,NULL,0,NULL,0}, + {"䡹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x9b",3,NULL,0,NULL,0}, + {"ㅵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xb5",3,NULL,0,NULL,0}, + {"쯉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x89",3,NULL,0,NULL,0}, + {"삥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xa5",3,NULL,0,NULL,0}, + {"἟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x9f",3,NULL,0,NULL,0}, + {"쫏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x8f",3,NULL,0,NULL,0}, + {"䃈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x88",3,NULL,0,NULL,0}, + {"ﻈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x88",3,NULL,0,NULL,0}, + {"䐮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xae",3,NULL,0,NULL,0}, + {"䒍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xa8",3,NULL,0,NULL,0}, + {"鬺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x8b",3,NULL,0,NULL,0}, + {"珃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x82",3,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x80",3,NULL,0,NULL,0}, + {"ꑦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xa6",3,NULL,0,NULL,0}, + {"鋆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x86",3,NULL,0,NULL,0}, + {"⎛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xb9",3,NULL,0,NULL,0}, + {"⛾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xbe",3,NULL,0,NULL,0}, + {"ᦒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x92",3,NULL,0,NULL,0}, + {"㿘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x94",3,NULL,0,NULL,0}, + {"瞩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xa9",3,NULL,0,NULL,0}, + {"膓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x93",3,NULL,0,NULL,0}, + {"녹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xb9",3,NULL,0,NULL,0}, + {"櫝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x9d",3,NULL,0,NULL,0}, + {"㑰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xb0",3,NULL,0,NULL,0}, + {"펌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x8c",3,NULL,0,NULL,0}, + {"差",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xae",3,NULL,0,NULL,0}, + {"宇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x87",3,NULL,0,NULL,0}, + {"辰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xb1",3,NULL,0,NULL,0}, + {"艿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xa0",3,NULL,0,NULL,0}, + {"窲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xb2",3,NULL,0,NULL,0}, + {"흝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x9d",3,NULL,0,NULL,0}, + {"够",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x9f",3,NULL,0,NULL,0}, + {"䋽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xbd",3,NULL,0,NULL,0}, + {"キ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xad",3,NULL,0,NULL,0}, + {"婔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x94",3,NULL,0,NULL,0}, + {"䩢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xa2",3,NULL,0,NULL,0}, + {"侱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xb1",3,NULL,0,NULL,0}, + {"긗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x97",3,NULL,0,NULL,0}, + {"毻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xbb",3,NULL,0,NULL,0}, + {"嵥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xa5",3,NULL,0,NULL,0}, + {"⽑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x91",3,NULL,0,NULL,0}, + {"㝒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x92",3,NULL,0,NULL,0}, + {"썎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x8e",3,NULL,0,NULL,0}, + {"⯉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x89",3,NULL,0,NULL,0}, + {"崘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x98",3,NULL,0,NULL,0}, + {"歼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xbc",3,NULL,0,NULL,0}, + {"䲧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xa7",3,NULL,0,NULL,0}, + {"疖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x96",3,NULL,0,NULL,0}, + {"놓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x93",3,NULL,0,NULL,0}, + {"ꄈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x88",3,NULL,0,NULL,0}, + {"䓸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xb8",3,NULL,0,NULL,0}, + {"캈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x88",3,NULL,0,NULL,0}, + {"ᎎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x8e",3,NULL,0,NULL,0}, + {"֎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x8e",2,NULL,0,NULL,0}, + {"셮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xae",3,NULL,0,NULL,0}, + {"埩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xa9",3,NULL,0,NULL,0}, + {"Ⳕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x8e",3,NULL,0,NULL,0}, + {"ᘹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xb9",3,NULL,0,NULL,0}, + {"顑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x91",3,NULL,0,NULL,0}, + {"꼑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x91",3,NULL,0,NULL,0}, + {"簂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x82",3,NULL,0,NULL,0}, + {"넴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xb4",3,NULL,0,NULL,0}, + {"Ꚓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x92",3,NULL,0,NULL,0}, + {"橖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x96",3,NULL,0,NULL,0}, + {"죉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x89",3,NULL,0,NULL,0}, + {"冗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x97",3,NULL,0,NULL,0}, + {"흷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xb7",3,NULL,0,NULL,0}, + {"剬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xac",3,NULL,0,NULL,0}, + {"냳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xb3",3,NULL,0,NULL,0}, + {"䙂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x82",3,NULL,0,NULL,0}, + {"닕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x95",3,NULL,0,NULL,0}, + {"◠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xa0",3,NULL,0,NULL,0}, + {"⅕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xb0",3,NULL,0,NULL,0}, + {"薘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x98",3,NULL,0,NULL,0}, + {"霄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x84",3,NULL,0,NULL,0}, + {"郷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xb7",3,NULL,0,NULL,0}, + {"姣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xa3",3,NULL,0,NULL,0}, + {"⛉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x89",3,NULL,0,NULL,0}, + {"캻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xbb",3,NULL,0,NULL,0}, + {"錎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x8e",3,NULL,0,NULL,0}, + {"ꅆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x86",3,NULL,0,NULL,0}, + {"♼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xbc",3,NULL,0,NULL,0}, + {"칒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x92",3,NULL,0,NULL,0}, + {"妰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xb0",3,NULL,0,NULL,0}, + {"ᣱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xb1",3,NULL,0,NULL,0}, + {"ᅧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa7",3,NULL,0,NULL,0}, + {"圀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x80",3,NULL,0,NULL,0}, + {"㍐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x90",3,NULL,0,NULL,0}, + {"䪷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xb7",3,NULL,0,NULL,0}, + {"碂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x82",3,NULL,0,NULL,0}, + {"ۯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xaf",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x8b",3,NULL,0,NULL,0}, + {"뜩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xa9",3,NULL,0,NULL,0}, + {"ٰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xb0",2,NULL,0,NULL,0}, + {"硁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x81",3,NULL,0,NULL,0}, + {"日",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xa5",3,NULL,0,NULL,0}, + {"䜮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xae",3,NULL,0,NULL,0}, + {"⌻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xbb",3,NULL,0,NULL,0}, + {"Ⅿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xaf",3,NULL,0,NULL,0}, + {"괔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x94",3,NULL,0,NULL,0}, + {"샯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xaf",3,NULL,0,NULL,0}, + {"剓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x93",3,NULL,0,NULL,0}, + {"锋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x99",3,NULL,0,NULL,0}, + {"⛗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x97",3,NULL,0,NULL,0}, + {"⫔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x94",3,NULL,0,NULL,0}, + {"Ё",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x81",2,NULL,0,NULL,0}, + {"Ư",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xaf",2,NULL,0,NULL,0}, + {"✣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xa3",3,NULL,0,NULL,0}, + {"䎫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xb7",3,NULL,0,NULL,0}, + {"⃏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x8f",3,NULL,0,NULL,0}, + {"骄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x84",3,NULL,0,NULL,0}, + {"ꬢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xa2",3,NULL,0,NULL,0}, + {"⡦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xa6",3,NULL,0,NULL,0}, + {"곞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x9e",3,NULL,0,NULL,0}, + {"ؗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x97",2,NULL,0,NULL,0}, + {"㎎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x8e",3,NULL,0,NULL,0}, + {"Ն",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x86",2,NULL,0,NULL,0}, + {"뾖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x96",3,NULL,0,NULL,0}, + {"魎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x8e",3,NULL,0,NULL,0}, + {"鲓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x93",3,NULL,0,NULL,0}, + {"坉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x9c",3,NULL,0,NULL,0}, + {"ሸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xb8",3,NULL,0,NULL,0}, + {"⇩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xa9",3,NULL,0,NULL,0}, + {"糆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x86",3,NULL,0,NULL,0}, + {"镴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xb4",3,NULL,0,NULL,0}, + {"ح",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xad",2,NULL,0,NULL,0}, + {"揉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x89",3,NULL,0,NULL,0}, + {"᭙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x99",3,NULL,0,NULL,0}, + {"쪅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x8a",3,NULL,0,NULL,0}, + {"ꈋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xb6",3,NULL,0,NULL,0}, + {"❙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x99",3,NULL,0,NULL,0}, + {"捲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xb2",3,NULL,0,NULL,0}, + {"钬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xac",3,NULL,0,NULL,0}, + {"ꠙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x99",3,NULL,0,NULL,0}, + {"ꉫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xab",3,NULL,0,NULL,0}, + {"㮕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x95",3,NULL,0,NULL,0}, + {"ꥨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xa8",3,NULL,0,NULL,0}, + {"軓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x93",3,NULL,0,NULL,0}, + {"먔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x94",3,NULL,0,NULL,0}, + {"⠥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xa5",3,NULL,0,NULL,0}, + {"㤽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xbd",3,NULL,0,NULL,0}, + {"痨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xa8",3,NULL,0,NULL,0}, + {"⺯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xaf",3,NULL,0,NULL,0}, + {"⌺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xba",3,NULL,0,NULL,0}, + {"숯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xaf",3,NULL,0,NULL,0}, + {"牔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x94",3,NULL,0,NULL,0}, + {"螁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xb2",3,NULL,0,NULL,0}, + {"顝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x9d",3,NULL,0,NULL,0}, + {"䅇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x87",3,NULL,0,NULL,0}, + {"ꦦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xa8",3,NULL,0,NULL,0}, + {"捘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x98",3,NULL,0,NULL,0}, + {"Ṋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x8a",3,NULL,0,NULL,0}, + {"뫛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x9b",3,NULL,0,NULL,0}, + {"賅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x85",3,NULL,0,NULL,0}, + {"┗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x97",3,NULL,0,NULL,0}, + {"ቐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x90",3,NULL,0,NULL,0}, + {"좜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x9c",3,NULL,0,NULL,0}, + {"啍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x9c",3,NULL,0,NULL,0}, + {"쯚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x9a",3,NULL,0,NULL,0}, + {"☠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xa0",3,NULL,0,NULL,0}, + {"圆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x86",3,NULL,0,NULL,0}, + {"黮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xae",3,NULL,0,NULL,0}, + {"咣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xa3",3,NULL,0,NULL,0}, + {"魈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x88",3,NULL,0,NULL,0}, + {"<",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"<",1,NULL,0,NULL,0}, + {"胚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x9a",3,NULL,0,NULL,0}, + {"▷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xb7",3,NULL,0,NULL,0}, + {"烽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xbd",3,NULL,0,NULL,0}, + {"㊈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x88",3,NULL,0,NULL,0}, + {"䦝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x9d",3,NULL,0,NULL,0}, + {"礤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xbd",3,NULL,0,NULL,0}, + {"䮿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xbf",3,NULL,0,NULL,0}, + {"䙤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xa4",3,NULL,0,NULL,0}, + {"Ⳣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xa2",3,NULL,0,NULL,0}, + {"ྦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xa6",3,NULL,0,NULL,0}, + {"譢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xa2",3,NULL,0,NULL,0}, + {"ಞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x9e",3,NULL,0,NULL,0}, + {"㵎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x8e",3,NULL,0,NULL,0}, + {"ቑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x91",3,NULL,0,NULL,0}, + {"喋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x8b",3,NULL,0,NULL,0}, + {"걅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x85",3,NULL,0,NULL,0}, + {"䄘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xb9",3,NULL,0,NULL,0}, + {"Ⱖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xa6",3,NULL,0,NULL,0}, + {"噗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x97",3,NULL,0,NULL,0}, + {"율",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xa8",3,NULL,0,NULL,0}, + {"౜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x9c",3,NULL,0,NULL,0}, + {"ꓥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xa5",3,NULL,0,NULL,0}, + {"୑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x91",3,NULL,0,NULL,0}, + {"库",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x93",3,NULL,0,NULL,0}, + {"윻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xbb",3,NULL,0,NULL,0}, + {"⥲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xb2",3,NULL,0,NULL,0}, + {"켖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x96",3,NULL,0,NULL,0}, + {"ཥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xa5",3,NULL,0,NULL,0}, + {"吂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x82",3,NULL,0,NULL,0}, + {"➡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xa1",3,NULL,0,NULL,0}, + {"ィ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa3",3,NULL,0,NULL,0}, + {"弬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xac",3,NULL,0,NULL,0}, + {"鱁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x9c",3,NULL,0,NULL,0}, + {"搤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xa4",3,NULL,0,NULL,0}, + {"梧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xa7",3,NULL,0,NULL,0}, + {"า",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xb2",3,NULL,0,NULL,0}, + {"攥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xa5",3,NULL,0,NULL,0}, + {"봌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x8c",3,NULL,0,NULL,0}, + {"ꎸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xb8",3,NULL,0,NULL,0}, + {"ഔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x94",3,NULL,0,NULL,0}, + {"䴄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x84",3,NULL,0,NULL,0}, + {"촽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xbd",3,NULL,0,NULL,0}, + {"ᰦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x8e",3,NULL,0,NULL,0}, + {"ꍥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xa5",3,NULL,0,NULL,0}, + {"폋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x8b",3,NULL,0,NULL,0}, + {"턪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xaa",3,NULL,0,NULL,0}, + {"홝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xa1",3,NULL,0,NULL,0}, + {"楇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x87",3,NULL,0,NULL,0}, + {"䲎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x8e",3,NULL,0,NULL,0}, + {"ଓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x93",3,NULL,0,NULL,0}, + {"㡋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x8b",3,NULL,0,NULL,0}, + {"杄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x84",3,NULL,0,NULL,0}, + {"ꉣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xb5",3,NULL,0,NULL,0}, + {"릐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x90",3,NULL,0,NULL,0}, + {"ᅆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x86",3,NULL,0,NULL,0}, + {"䭂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x82",3,NULL,0,NULL,0}, + {"쑵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xb5",3,NULL,0,NULL,0}, + {"㓲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xb2",3,NULL,0,NULL,0}, + {"鿗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xbd",3,NULL,0,NULL,0}, + {"訖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x96",3,NULL,0,NULL,0}, + {"鳰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xb0",3,NULL,0,NULL,0}, + {"렙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xa9",3,NULL,0,NULL,0}, + {"骴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xb4",3,NULL,0,NULL,0}, + {"蜾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xae",3,NULL,0,NULL,0}, + {"蜏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x8f",3,NULL,0,NULL,0}, + {"깝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x9d",3,NULL,0,NULL,0}, + {"枮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xae",3,NULL,0,NULL,0}, + {"㒽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xbd",3,NULL,0,NULL,0}, + {"填",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xab",3,NULL,0,NULL,0}, + {"溸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xb8",3,NULL,0,NULL,0}, + {"ਂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x9f",3,NULL,0,NULL,0}, + {"谜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x9c",3,NULL,0,NULL,0}, + {"㣊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x86",3,NULL,0,NULL,0}, + {"㑼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xbc",3,NULL,0,NULL,0}, + {"鸃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x80",3,NULL,0,NULL,0}, + {"ꇤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xa4",3,NULL,0,NULL,0}, + {"揰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xb0",3,NULL,0,NULL,0}, + {"㔡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xa1",3,NULL,0,NULL,0}, + {"鈪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xaa",3,NULL,0,NULL,0}, + {"ᳫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xab",3,NULL,0,NULL,0}, + {"렧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xa7",3,NULL,0,NULL,0}, + {"䭱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x8b",3,NULL,0,NULL,0}, + {"黁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x81",3,NULL,0,NULL,0}, + {"裀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x80",3,NULL,0,NULL,0}, + {"뭘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x92",3,NULL,0,NULL,0}, + {"럌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x8c",3,NULL,0,NULL,0}, + {"祷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xb7",3,NULL,0,NULL,0}, + {"捰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xb0",3,NULL,0,NULL,0}, + {"︝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x9d",3,NULL,0,NULL,0}, + {"栧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xa0",3,NULL,0,NULL,0}, + {"鯭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xad",3,NULL,0,NULL,0}, + {"滾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xbe",3,NULL,0,NULL,0}, + {"㟳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xb3",3,NULL,0,NULL,0}, + {"퓚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x9a",3,NULL,0,NULL,0}, + {"昅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x85",3,NULL,0,NULL,0}, + {"誶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xb6",3,NULL,0,NULL,0}, + {"徹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xb9",3,NULL,0,NULL,0}, + {"鲻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xbf",3,NULL,0,NULL,0}, + {"俼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xbc",3,NULL,0,NULL,0}, + {"㾹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xa8",3,NULL,0,NULL,0}, + {"匹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xb9",3,NULL,0,NULL,0}, + {"㸚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x9a",3,NULL,0,NULL,0}, + {"紸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xb8",3,NULL,0,NULL,0}, + {"㭌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xac",3,NULL,0,NULL,0}, + {"벺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xba",3,NULL,0,NULL,0}, + {"꥽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xbd",3,NULL,0,NULL,0}, + {"闄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x84",3,NULL,0,NULL,0}, + {"멗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x97",3,NULL,0,NULL,0}, + {"禸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xb8",3,NULL,0,NULL,0}, + {"菽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xbd",3,NULL,0,NULL,0}, + {"ㄩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xa9",3,NULL,0,NULL,0}, + {"틺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xba",3,NULL,0,NULL,0}, + {"嬣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xa3",3,NULL,0,NULL,0}, + {"ﶎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x8e",3,NULL,0,NULL,0}, + {"珰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x9e",3,NULL,0,NULL,0}, + {"ィ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa8",3,NULL,0,NULL,0}, + {"똨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xa8",3,NULL,0,NULL,0}, + {"ؕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x95",2,NULL,0,NULL,0}, + {"䵑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x91",3,NULL,0,NULL,0}, + {"욽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xbd",3,NULL,0,NULL,0}, + {"铚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x9a",3,NULL,0,NULL,0}, + {"潫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x83",3,NULL,0,NULL,0}, + {"瓯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xaf",3,NULL,0,NULL,0}, + {"떎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x8e",3,NULL,0,NULL,0}, + {"룋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xa1",3,NULL,0,NULL,0}, + {"璐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x90",3,NULL,0,NULL,0}, + {"뗏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x8f",3,NULL,0,NULL,0}, + {"뢆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x86",3,NULL,0,NULL,0}, + {"踡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xa1",3,NULL,0,NULL,0}, + {"倽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xbd",3,NULL,0,NULL,0}, + {"놮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xae",3,NULL,0,NULL,0}, + {"ᜎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x8e",3,NULL,0,NULL,0}, + {"ꙷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xb7",3,NULL,0,NULL,0}, + {"듆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x86",3,NULL,0,NULL,0}, + {"叞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x9e",3,NULL,0,NULL,0}, + {"ৃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x83",3,NULL,0,NULL,0}, + {"푉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x89",3,NULL,0,NULL,0}, + {"힒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x92",3,NULL,0,NULL,0}, + {"Ꭶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xa6",3,NULL,0,NULL,0}, + {"졠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xa0",3,NULL,0,NULL,0}, + {"茛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x9f",3,NULL,0,NULL,0}, + {"舎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x8e",3,NULL,0,NULL,0}, + {"뚝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x9d",3,NULL,0,NULL,0}, + {"鄚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x9a",3,NULL,0,NULL,0}, + {"⻓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x93",3,NULL,0,NULL,0}, + {"飳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xa1",3,NULL,0,NULL,0}, + {"岶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xb6",3,NULL,0,NULL,0}, + {"䜄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x84",3,NULL,0,NULL,0}, + {"﬜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x9c",3,NULL,0,NULL,0}, + {"鋫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xab",3,NULL,0,NULL,0}, + {"陣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x82",3,NULL,0,NULL,0}, + {"傋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x84",3,NULL,0,NULL,0}, + {"⼙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xb4",3,NULL,0,NULL,0}, + {"ꂺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xba",3,NULL,0,NULL,0}, + {"ঁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x81",3,NULL,0,NULL,0}, + {"‚",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x82",2,NULL,0,NULL,0}, + {"詅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x85",3,NULL,0,NULL,0}, + {"樈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x88",3,NULL,0,NULL,0}, + {"㯛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x9b",3,NULL,0,NULL,0}, + {"왉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x89",3,NULL,0,NULL,0}, + {"륗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x97",3,NULL,0,NULL,0}, + {"ጥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xa5",3,NULL,0,NULL,0}, + {"耮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xae",3,NULL,0,NULL,0}, + {"硗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x97",3,NULL,0,NULL,0}, + {"ĉ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x89",2,NULL,0,NULL,0}, + {"산",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xb0",3,NULL,0,NULL,0}, + {"젢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xa2",3,NULL,0,NULL,0}, + {"낏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x8f",3,NULL,0,NULL,0}, + {"榿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xbf",3,NULL,0,NULL,0}, + {"↊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x8a",3,NULL,0,NULL,0}, + {"臔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x94",3,NULL,0,NULL,0}, + {"닎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x8e",3,NULL,0,NULL,0}, + {"位",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x8d",3,NULL,0,NULL,0}, + {"狯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xaf",3,NULL,0,NULL,0}, + {"䚪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xaa",3,NULL,0,NULL,0}, + {"ᡵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xa3",3,NULL,0,NULL,0}, + {"沈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x88",3,NULL,0,NULL,0}, + {"ꫜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xb8",3,NULL,0,NULL,0}, + {"㵔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x94",3,NULL,0,NULL,0}, + {"鞃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x83",3,NULL,0,NULL,0}, + {"蓁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x81",3,NULL,0,NULL,0}, + {"᚝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x9d",3,NULL,0,NULL,0}, + {"⡏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x8f",3,NULL,0,NULL,0}, + {"屛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x9b",3,NULL,0,NULL,0}, + {"ﭳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xb3",3,NULL,0,NULL,0}, + {"ꮱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xb1",3,NULL,0,NULL,0}, + {"䀌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x8c",3,NULL,0,NULL,0}, + {"敟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x9f",3,NULL,0,NULL,0}, + {"ౝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x9d",3,NULL,0,NULL,0}, + {"뛲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xb2",3,NULL,0,NULL,0}, + {"㷉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x89",3,NULL,0,NULL,0}, + {"酲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xb2",3,NULL,0,NULL,0}, + {"띹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xb9",3,NULL,0,NULL,0}, + {"딍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x8d",3,NULL,0,NULL,0}, + {"헂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x82",3,NULL,0,NULL,0}, + {"ꁱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xb1",3,NULL,0,NULL,0}, + {"釟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x9f",3,NULL,0,NULL,0}, + {"执",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xa7",3,NULL,0,NULL,0}, + {"磌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xab",3,NULL,0,NULL,0}, + {"菒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x92",3,NULL,0,NULL,0}, + {"뻡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x8b",3,NULL,0,NULL,0}, + {"ཪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xaa",3,NULL,0,NULL,0}, + {"瑐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x8b",3,NULL,0,NULL,0}, + {"蓝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x8a",3,NULL,0,NULL,0}, + {"쬓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x93",3,NULL,0,NULL,0}, + {"5",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x8a",3,NULL,0,NULL,0}, + {"螼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xbc",3,NULL,0,NULL,0}, + {"굶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xb6",3,NULL,0,NULL,0}, + {"ᾣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xa3",3,NULL,0,NULL,0}, + {"ࡢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xa2",3,NULL,0,NULL,0}, + {"䣢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xa2",3,NULL,0,NULL,0}, + {"ꠟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x9f",3,NULL,0,NULL,0}, + {"ﮭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xad",3,NULL,0,NULL,0}, + {"⇢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xa2",3,NULL,0,NULL,0}, + {"䒏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x8c",3,NULL,0,NULL,0}, + {"ꐜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x9c",3,NULL,0,NULL,0}, + {"㾅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x85",3,NULL,0,NULL,0}, + {"锦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xa6",3,NULL,0,NULL,0}, + {"학",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x99",3,NULL,0,NULL,0}, + {"戮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x92",3,NULL,0,NULL,0}, + {"ᐝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xad",3,NULL,0,NULL,0}, + {"액",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xa1",3,NULL,0,NULL,0}, + {"菀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x89",3,NULL,0,NULL,0}, + {"抚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xaf",3,NULL,0,NULL,0}, + {"ㆇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x87",3,NULL,0,NULL,0}, + {"꽅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x85",3,NULL,0,NULL,0}, + {"찬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x9f",3,NULL,0,NULL,0}, + {"橴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xb4",3,NULL,0,NULL,0}, + {"ᫍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x8d",3,NULL,0,NULL,0}, + {"뎁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x81",3,NULL,0,NULL,0}, + {"귂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x82",3,NULL,0,NULL,0}, + {"쫕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x95",3,NULL,0,NULL,0}, + {"롶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xa5",3,NULL,0,NULL,0}, + {"☉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x89",3,NULL,0,NULL,0}, + {"䠘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xaa",3,NULL,0,NULL,0}, + {"燣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xa3",3,NULL,0,NULL,0}, + {"嫋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x8b",3,NULL,0,NULL,0}, + {"嶧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xa7",3,NULL,0,NULL,0}, + {"▂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x82",3,NULL,0,NULL,0}, + {"ﯧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xbb",3,NULL,0,NULL,0}, + {"쭤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xa4",3,NULL,0,NULL,0}, + {"밵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xb5",3,NULL,0,NULL,0}, + {"タ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbf",3,NULL,0,NULL,0}, + {"⧥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xa5",3,NULL,0,NULL,0}, + {"埄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x84",3,NULL,0,NULL,0}, + {"䚹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xb9",3,NULL,0,NULL,0}, + {"쇷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xb7",3,NULL,0,NULL,0}, + {"瘑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x91",3,NULL,0,NULL,0}, + {"粍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x8d",3,NULL,0,NULL,0}, + {"ꅽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xbd",3,NULL,0,NULL,0}, + {"꒑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x91",3,NULL,0,NULL,0}, + {"櫏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x8b",3,NULL,0,NULL,0}, + {"겒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x92",3,NULL,0,NULL,0}, + {"꼃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x83",3,NULL,0,NULL,0}, + {"၀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x80",3,NULL,0,NULL,0}, + {"䝓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x93",3,NULL,0,NULL,0}, + {"橦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xa6",3,NULL,0,NULL,0}, + {"ְ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xb0",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xa8",3,NULL,0,NULL,0}, + {"셗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x9a",3,NULL,0,NULL,0}, + {"霱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xb1",3,NULL,0,NULL,0}, + {"쮥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xa5",3,NULL,0,NULL,0}, + {"䋿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x9a",3,NULL,0,NULL,0}, + {"婌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x8c",3,NULL,0,NULL,0}, + {"鬳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xb3",3,NULL,0,NULL,0}, + {"⦗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x97",3,NULL,0,NULL,0}, + {"ޭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xad",2,NULL,0,NULL,0}, + {"໭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xb4",3,NULL,0,NULL,0}, + {"➀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x80",3,NULL,0,NULL,0}, + {"쾤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xa4",3,NULL,0,NULL,0}, + {"噵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xb5",3,NULL,0,NULL,0}, + {"㙨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xa8",3,NULL,0,NULL,0}, + {"⒚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x9a",3,NULL,0,NULL,0}, + {"㌓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x93",3,NULL,0,NULL,0}, + {"奾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xbe",3,NULL,0,NULL,0}, + {"⊕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x8f",3,NULL,0,NULL,0}, + {"澹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xb9",3,NULL,0,NULL,0}, + {"葴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xb4",3,NULL,0,NULL,0}, + {"㜦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xa6",3,NULL,0,NULL,0}, + {"⽀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x80",3,NULL,0,NULL,0}, + {"絗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x97",3,NULL,0,NULL,0}, + {"㜅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x85",3,NULL,0,NULL,0}, + {"␉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x89",3,NULL,0,NULL,0}, + {"痢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xa2",3,NULL,0,NULL,0}, + {"ᩐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x90",3,NULL,0,NULL,0}, + {"╢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xa2",3,NULL,0,NULL,0}, + {"窢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xa2",3,NULL,0,NULL,0}, + {"곁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x81",3,NULL,0,NULL,0}, + {"镂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x82",3,NULL,0,NULL,0}, + {"ም",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x9d",3,NULL,0,NULL,0}, + {"泌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x8c",3,NULL,0,NULL,0}, + {"봍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x8d",3,NULL,0,NULL,0}, + {"盉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x89",3,NULL,0,NULL,0}, + {"Ѵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xb4",2,NULL,0,NULL,0}, + {"콒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x92",3,NULL,0,NULL,0}, + {"੶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xb6",3,NULL,0,NULL,0}, + {"㥞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x9e",3,NULL,0,NULL,0}, + {"䱶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xb6",3,NULL,0,NULL,0}, + {"푷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xb7",3,NULL,0,NULL,0}, + {"쀏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x8f",3,NULL,0,NULL,0}, + {"쿓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x93",3,NULL,0,NULL,0}, + {"믏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x8f",3,NULL,0,NULL,0}, + {"ᄚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xb1",3,NULL,0,NULL,0}, + {"჊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x8a",3,NULL,0,NULL,0}, + {"㌴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xb4",3,NULL,0,NULL,0}, + {"ꍺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xba",3,NULL,0,NULL,0}, + {"⤧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xb5",3,NULL,0,NULL,0}, + {"截",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xaa",3,NULL,0,NULL,0}, + {"⣈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x88",3,NULL,0,NULL,0}, + {"䊂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x82",3,NULL,0,NULL,0}, + {"扐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x90",3,NULL,0,NULL,0}, + {"횛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x9b",3,NULL,0,NULL,0}, + {"ᯔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x94",3,NULL,0,NULL,0}, + {"魒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x92",3,NULL,0,NULL,0}, + {"颵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xb5",3,NULL,0,NULL,0}, + {"㧿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xbf",3,NULL,0,NULL,0}, + {"괘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x98",3,NULL,0,NULL,0}, + {"锁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x9c",3,NULL,0,NULL,0}, + {"㲘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x84",3,NULL,0,NULL,0}, + {"몛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x9b",3,NULL,0,NULL,0}, + {"㮏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x8f",3,NULL,0,NULL,0}, + {"ྟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x9f",3,NULL,0,NULL,0}, + {"ႈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x88",3,NULL,0,NULL,0}, + {"⮻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xbb",3,NULL,0,NULL,0}, + {"؅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x85",2,NULL,0,NULL,0}, + {"훗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x97",3,NULL,0,NULL,0}, + {"䧚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xa1",3,NULL,0,NULL,0}, + {"⎙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x99",3,NULL,0,NULL,0}, + {"䴅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x85",3,NULL,0,NULL,0}, + {"랡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xa1",3,NULL,0,NULL,0}, + {"꨹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xb9",3,NULL,0,NULL,0}, + {"㠦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xa6",3,NULL,0,NULL,0}, + {"팿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xa4",3,NULL,0,NULL,0}, + {"刣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xa3",3,NULL,0,NULL,0}, + {"뭤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xa4",3,NULL,0,NULL,0}, + {"玑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x91",3,NULL,0,NULL,0}, + {"䲝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x9d",3,NULL,0,NULL,0}, + {"᭫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xab",3,NULL,0,NULL,0}, + {"풱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xb1",3,NULL,0,NULL,0}, + {"淧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xa7",3,NULL,0,NULL,0}, + {"嗖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x96",3,NULL,0,NULL,0}, + {"토",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xa0",3,NULL,0,NULL,0}, + {"꠽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xbd",3,NULL,0,NULL,0}, + {"࿼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xbc",3,NULL,0,NULL,0}, + {"퓷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x98",3,NULL,0,NULL,0}, + {"퓒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x92",3,NULL,0,NULL,0}, + {"먜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xa5",3,NULL,0,NULL,0}, + {"솬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xac",3,NULL,0,NULL,0}, + {"⩇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x87",3,NULL,0,NULL,0}, + {"䩉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x89",3,NULL,0,NULL,0}, + {"鼑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x91",3,NULL,0,NULL,0}, + {"숭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xad",3,NULL,0,NULL,0}, + {"栊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x8a",3,NULL,0,NULL,0}, + {"⍪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xaa",3,NULL,0,NULL,0}, + {"躄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x84",3,NULL,0,NULL,0}, + {"祖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x96",3,NULL,0,NULL,0}, + {"篪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xaa",3,NULL,0,NULL,0}, + {"뷋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x8b",3,NULL,0,NULL,0}, + {"秝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x9d",3,NULL,0,NULL,0}, + {"䅅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x85",3,NULL,0,NULL,0}, + {"擉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xa4",3,NULL,0,NULL,0}, + {"탱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x88",3,NULL,0,NULL,0}, + {"遮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xae",3,NULL,0,NULL,0}, + {"뫁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x81",3,NULL,0,NULL,0}, + {"穗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x97",3,NULL,0,NULL,0}, + {"졼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xbc",3,NULL,0,NULL,0}, + {"㣮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xae",3,NULL,0,NULL,0}, + {"㋒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x92",3,NULL,0,NULL,0}, + {"襬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xac",3,NULL,0,NULL,0}, + {"匑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x91",3,NULL,0,NULL,0}, + {"ୃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x83",3,NULL,0,NULL,0}, + {"⬲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xb2",3,NULL,0,NULL,0}, + {"㢓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x93",3,NULL,0,NULL,0}, + {"䴞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x9e",3,NULL,0,NULL,0}, + {"璏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x8f",3,NULL,0,NULL,0}, + {"曖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x96",3,NULL,0,NULL,0}, + {"ꥆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x86",3,NULL,0,NULL,0}, + {"꤅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x85",3,NULL,0,NULL,0}, + {"案",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x88",3,NULL,0,NULL,0}, + {"쿇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x87",3,NULL,0,NULL,0}, + {"㤑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x91",3,NULL,0,NULL,0}, + {"礠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xb4",3,NULL,0,NULL,0}, + {"ʅ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x85",2,NULL,0,NULL,0}, + {"ຽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xbd",3,NULL,0,NULL,0}, + {"愠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xa0",3,NULL,0,NULL,0}, + {"긲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xb2",3,NULL,0,NULL,0}, + {"慷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xb7",3,NULL,0,NULL,0}, + {"ൣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xa4",3,NULL,0,NULL,0}, + {"㓳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xb3",3,NULL,0,NULL,0}, + {"鶄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x84",3,NULL,0,NULL,0}, + {"鏒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x92",3,NULL,0,NULL,0}, + {"港",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xaf",3,NULL,0,NULL,0}, + {"ﱤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xb3",3,NULL,0,NULL,0}, + {"賡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xa1",3,NULL,0,NULL,0}, + {"퐏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x8f",3,NULL,0,NULL,0}, + {"讍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x8d",3,NULL,0,NULL,0}, + {"뢟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x9f",3,NULL,0,NULL,0}, + {"뤄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x84",3,NULL,0,NULL,0}, + {"ꊢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xa2",3,NULL,0,NULL,0}, + {"ꓟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x9f",3,NULL,0,NULL,0}, + {"泡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xa1",3,NULL,0,NULL,0}, + {"筦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xa6",3,NULL,0,NULL,0}, + {"䧂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x82",3,NULL,0,NULL,0}, + {"슉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x89",3,NULL,0,NULL,0}, + {"趩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xa9",3,NULL,0,NULL,0}, + {"ດ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xa7",3,NULL,0,NULL,0}, + {"린",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xb0",3,NULL,0,NULL,0}, + {"覹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xb9",3,NULL,0,NULL,0}, + {"吢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xa2",3,NULL,0,NULL,0}, + {"힯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xae",3,NULL,0,NULL,0}, + {"ꨄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x84",3,NULL,0,NULL,0}, + {"ꭝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xa5",3,NULL,0,NULL,0}, + {"ถ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x96",3,NULL,0,NULL,0}, + {"ꟍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x8d",3,NULL,0,NULL,0}, + {"這",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x99",3,NULL,0,NULL,0}, + {"끨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xa8",3,NULL,0,NULL,0}, + {"ബ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xac",3,NULL,0,NULL,0}, + {"쌚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x9a",3,NULL,0,NULL,0}, + {"ॣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xa3",3,NULL,0,NULL,0}, + {"폑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x91",3,NULL,0,NULL,0}, + {"跪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xaa",3,NULL,0,NULL,0}, + {"鯄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xa3",3,NULL,0,NULL,0}, + {"鸙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x99",3,NULL,0,NULL,0}, + {"ూ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x82",3,NULL,0,NULL,0}, + {"ﳽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xbd",3,NULL,0,NULL,0}, + {"ۋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x8b",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xa8",3,NULL,0,NULL,0}, + {"஻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xbb",3,NULL,0,NULL,0}, + {"袂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x82",3,NULL,0,NULL,0}, + {"鍻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xbb",3,NULL,0,NULL,0}, + {"䂵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xb5",3,NULL,0,NULL,0}, + {"ꖎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xae",3,NULL,0,NULL,0}, + {"䬎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x8e",3,NULL,0,NULL,0}, + {"ᵢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xa2",3,NULL,0,NULL,0}, + {"헷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xb7",3,NULL,0,NULL,0}, + {"ᖽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xbd",3,NULL,0,NULL,0}, + {"ꖢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xa2",3,NULL,0,NULL,0}, + {"煯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xaf",3,NULL,0,NULL,0}, + {"뵫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x95",3,NULL,0,NULL,0}, + {"ﶵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xb5",3,NULL,0,NULL,0}, + {"枌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xb2",3,NULL,0,NULL,0}, + {"鮊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x8a",3,NULL,0,NULL,0}, + {"்",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x8d",3,NULL,0,NULL,0}, + {"辽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xbd",3,NULL,0,NULL,0}, + {"꿿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xbf",3,NULL,0,NULL,0}, + {"펟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x9f",3,NULL,0,NULL,0}, + {"೙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x99",3,NULL,0,NULL,0}, + {"輀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x80",3,NULL,0,NULL,0}, + {"਒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x92",3,NULL,0,NULL,0}, + {"彤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xb4",3,NULL,0,NULL,0}, + {"丹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xa4",3,NULL,0,NULL,0}, + {"斚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x9a",3,NULL,0,NULL,0}, + {"ὼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xb5",3,NULL,0,NULL,0}, + {"亐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x90",3,NULL,0,NULL,0}, + {"䅪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xab",3,NULL,0,NULL,0}, + {"땈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x88",3,NULL,0,NULL,0}, + {"蠹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xb9",3,NULL,0,NULL,0}, + {"䁄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x84",3,NULL,0,NULL,0}, + {"࢞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x81",3,NULL,0,NULL,0}, + {"裘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x98",3,NULL,0,NULL,0}, + {"튯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xaf",3,NULL,0,NULL,0}, + {"鋛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x9b",3,NULL,0,NULL,0}, + {"핰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xb0",3,NULL,0,NULL,0}, + {"箿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xbf",3,NULL,0,NULL,0}, + {"஠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xa0",3,NULL,0,NULL,0}, + {"菿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x81",3,NULL,0,NULL,0}, + {"㺒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x92",3,NULL,0,NULL,0}, + {"ꔭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xad",3,NULL,0,NULL,0}, + {"ﴱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xb1",3,NULL,0,NULL,0}, + {"퍀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x80",3,NULL,0,NULL,0}, + {"帶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xb6",3,NULL,0,NULL,0}, + {"ﻭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xad",3,NULL,0,NULL,0}, + {"븋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x8b",3,NULL,0,NULL,0}, + {"땾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xbe",3,NULL,0,NULL,0}, + {"瓥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xa5",3,NULL,0,NULL,0}, + {"￾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xbe",3,NULL,0,NULL,0}, + {"⿹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xb9",3,NULL,0,NULL,0}, + {"㾴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xb4",3,NULL,0,NULL,0}, + {"Ί",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x9b",3,NULL,0,NULL,0}, + {"姼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xbc",3,NULL,0,NULL,0}, + {"秨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xa8",3,NULL,0,NULL,0}, + {"꒦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xbd",3,NULL,0,NULL,0}, + {"얢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xa2",3,NULL,0,NULL,0}, + {"⵫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xab",3,NULL,0,NULL,0}, + {"㾨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xa8",3,NULL,0,NULL,0}, + {"襍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x8d",3,NULL,0,NULL,0}, + {"쩑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xa1",3,NULL,0,NULL,0}, + {"왂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x82",3,NULL,0,NULL,0}, + {"঱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x8f",3,NULL,0,NULL,0}, + {"당",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xb9",3,NULL,0,NULL,0}, + {"翴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xb4",3,NULL,0,NULL,0}, + {"ộ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x99",3,NULL,0,NULL,0}, + {"郋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x8b",3,NULL,0,NULL,0}, + {"៬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xa8",3,NULL,0,NULL,0}, + {"䄵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xb5",3,NULL,0,NULL,0}, + {"雄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x84",3,NULL,0,NULL,0}, + {"⛬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xac",3,NULL,0,NULL,0}, + {"匦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xa6",3,NULL,0,NULL,0}, + {"ૂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x82",3,NULL,0,NULL,0}, + {"⽺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xba",3,NULL,0,NULL,0}, + {"⫩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xa9",3,NULL,0,NULL,0}, + {"𥳐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x96",3,NULL,0,NULL,0}, + {"錟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x9f",3,NULL,0,NULL,0}, + {"ͨ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xa8",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xb0",3,NULL,0,NULL,0}, + {"磎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x8e",3,NULL,0,NULL,0}, + {"䶷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xb7",3,NULL,0,NULL,0}, + {"뒺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xba",3,NULL,0,NULL,0}, + {"ዘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x98",3,NULL,0,NULL,0}, + {"灕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x95",3,NULL,0,NULL,0}, + {"┥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xa5",3,NULL,0,NULL,0}, + {"쥻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xbb",3,NULL,0,NULL,0}, + {"硝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xba",3,NULL,0,NULL,0}, + {"ጷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xb7",3,NULL,0,NULL,0}, + {"엧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xa7",3,NULL,0,NULL,0}, + {"兪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xaa",3,NULL,0,NULL,0}, + {"ᠪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xad",3,NULL,0,NULL,0}, + {"㴯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xaf",3,NULL,0,NULL,0}, + {"ǘ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x98",2,NULL,0,NULL,0}, + {"❆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x86",3,NULL,0,NULL,0}, + {"ß",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9f",2,NULL,0,NULL,0}, + {"↬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xac",3,NULL,0,NULL,0}, + {"佟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x9f",3,NULL,0,NULL,0}, + {"♓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x93",3,NULL,0,NULL,0}, + {"鋩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xa9",3,NULL,0,NULL,0}, + {"ࣰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xb0",3,NULL,0,NULL,0}, + {"짔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x94",3,NULL,0,NULL,0}, + {"䠸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xb8",3,NULL,0,NULL,0}, + {"礌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x8c",3,NULL,0,NULL,0}, + {"偹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xb9",3,NULL,0,NULL,0}, + {"ߑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x91",2,NULL,0,NULL,0}, + {"ᠥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xa5",3,NULL,0,NULL,0}, + {"⋕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x95",3,NULL,0,NULL,0}, + {"彉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x89",3,NULL,0,NULL,0}, + {"鎢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xa2",3,NULL,0,NULL,0}, + {"ꂮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xae",3,NULL,0,NULL,0}, + {"㎪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xaa",3,NULL,0,NULL,0}, + {"⣇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x87",3,NULL,0,NULL,0}, + {"᪶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xb6",3,NULL,0,NULL,0}, + {"Ự",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xb0",3,NULL,0,NULL,0}, + {"緈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x98",3,NULL,0,NULL,0}, + {"凱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x94",3,NULL,0,NULL,0}, + {"荛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x9b",3,NULL,0,NULL,0}, + {"狽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xa9",3,NULL,0,NULL,0}, + {"뱜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x9c",3,NULL,0,NULL,0}, + {"ꅦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xa6",3,NULL,0,NULL,0}, + {"쬙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x99",3,NULL,0,NULL,0}, + {"眝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x9d",3,NULL,0,NULL,0}, + {"ﵙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x99",3,NULL,0,NULL,0}, + {"歠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xab",3,NULL,0,NULL,0}, + {"♠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa0",3,NULL,0,NULL,0}, + {"〭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xad",3,NULL,0,NULL,0}, + {"ꮫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xab",3,NULL,0,NULL,0}, + {"뾻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xbb",3,NULL,0,NULL,0}, + {"쨃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x83",3,NULL,0,NULL,0}, + {"ힸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xb8",3,NULL,0,NULL,0}, + {"敝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xb5",3,NULL,0,NULL,0}, + {"ᗺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xba",3,NULL,0,NULL,0}, + {"⠶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xb6",3,NULL,0,NULL,0}, + {"앻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xbb",3,NULL,0,NULL,0}, + {"挓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x93",3,NULL,0,NULL,0}, + {"㨪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xaa",3,NULL,0,NULL,0}, + {"赋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x8b",3,NULL,0,NULL,0}, + {"첡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xa1",3,NULL,0,NULL,0}, + {"䕻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xbb",3,NULL,0,NULL,0}, + {"䋔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x94",3,NULL,0,NULL,0}, + {"쩠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xa0",3,NULL,0,NULL,0}, + {"钉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x89",3,NULL,0,NULL,0}, + {"ᬣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xa3",3,NULL,0,NULL,0}, + {"ᓙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x99",3,NULL,0,NULL,0}, + {"ẇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x87",3,NULL,0,NULL,0}, + {"쯺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xba",3,NULL,0,NULL,0}, + {"捉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x89",3,NULL,0,NULL,0}, + {"┄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x84",3,NULL,0,NULL,0}, + {"菞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x9e",3,NULL,0,NULL,0}, + {"㗦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xa6",3,NULL,0,NULL,0}, + {"◻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xbb",3,NULL,0,NULL,0}, + {"蔁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x81",3,NULL,0,NULL,0}, + {"ព",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x96",3,NULL,0,NULL,0}, + {"疿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xbf",3,NULL,0,NULL,0}, + {"ꄯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xaf",3,NULL,0,NULL,0}, + {"일",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xbc",3,NULL,0,NULL,0}, + {"◈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x88",3,NULL,0,NULL,0}, + {"ც",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xaa",3,NULL,0,NULL,0}, + {"陳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xb3",3,NULL,0,NULL,0}, + {"럍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x8d",3,NULL,0,NULL,0}, + {"ᘐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x90",3,NULL,0,NULL,0}, + {"㉳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xb3",3,NULL,0,NULL,0}, + {"䣦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xb1",3,NULL,0,NULL,0}, + {"⑔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x94",3,NULL,0,NULL,0}, + {"寺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xba",3,NULL,0,NULL,0}, + {"䞴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xb4",3,NULL,0,NULL,0}, + {"쇝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x9d",3,NULL,0,NULL,0}, + {"㈔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x94",3,NULL,0,NULL,0}, + {"߀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x80",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xb6",3,NULL,0,NULL,0}, + {"솸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xb8",3,NULL,0,NULL,0}, + {"Ꮰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xa0",3,NULL,0,NULL,0}, + {"Į",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xae",2,NULL,0,NULL,0}, + {"찰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xb0",3,NULL,0,NULL,0}, + {"됹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xb9",3,NULL,0,NULL,0}, + {"੓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x93",3,NULL,0,NULL,0}, + {"ȗ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x97",2,NULL,0,NULL,0}, + {"䍩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xa9",3,NULL,0,NULL,0}, + {"⨎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x8e",3,NULL,0,NULL,0}, + {"ᑒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x92",3,NULL,0,NULL,0}, + {"궨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xa8",3,NULL,0,NULL,0}, + {"⹹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xb9",3,NULL,0,NULL,0}, + {"䗴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xb4",3,NULL,0,NULL,0}, + {"箟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x9f",3,NULL,0,NULL,0}, + {"⦝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x9d",3,NULL,0,NULL,0}, + {"㘕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x95",3,NULL,0,NULL,0}, + {"▒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x92",3,NULL,0,NULL,0}, + {"ᄷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xb7",3,NULL,0,NULL,0}, + {"쭬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xac",3,NULL,0,NULL,0}, + {"螚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x9a",3,NULL,0,NULL,0}, + {"畺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xba",3,NULL,0,NULL,0}, + {"萡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xa1",3,NULL,0,NULL,0}, + {"야",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xbc",3,NULL,0,NULL,0}, + {"➲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xb2",3,NULL,0,NULL,0}, + {"㚆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x86",3,NULL,0,NULL,0}, + {"阔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x94",3,NULL,0,NULL,0}, + {"胮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xae",3,NULL,0,NULL,0}, + {"뇬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x92",3,NULL,0,NULL,0}, + {"稽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xbd",3,NULL,0,NULL,0}, + {"腭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xad",3,NULL,0,NULL,0}, + {"ꏥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xa5",3,NULL,0,NULL,0}, + {"鳙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x99",3,NULL,0,NULL,0}, + {"␓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x93",3,NULL,0,NULL,0}, + {"놣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xa3",3,NULL,0,NULL,0}, + {"䪪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xaa",3,NULL,0,NULL,0}, + {"ᨏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x8f",3,NULL,0,NULL,0}, + {"宱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xb1",3,NULL,0,NULL,0}, + {"洷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xb7",3,NULL,0,NULL,0}, + {"㯎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x8e",3,NULL,0,NULL,0}, + {"棯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xaf",3,NULL,0,NULL,0}, + {"ꊿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xbf",3,NULL,0,NULL,0}, + {"䏒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xb5",3,NULL,0,NULL,0}, + {"휈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x88",3,NULL,0,NULL,0}, + {"걮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xae",3,NULL,0,NULL,0}, + {"샇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xaa",3,NULL,0,NULL,0}, + {"盋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x8b",3,NULL,0,NULL,0}, + {"朤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xa4",3,NULL,0,NULL,0}, + {"诙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x99",3,NULL,0,NULL,0}, + {"귩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xa9",3,NULL,0,NULL,0}, + {"ꇻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xbb",3,NULL,0,NULL,0}, + {"ԡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xa1",2,NULL,0,NULL,0}, + {"氡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xa1",3,NULL,0,NULL,0}, + {"쾄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x84",3,NULL,0,NULL,0}, + {"㰯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x94",3,NULL,0,NULL,0}, + {"ᆲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb2",3,NULL,0,NULL,0}, + {"謅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x81",3,NULL,0,NULL,0}, + {"葸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xb8",3,NULL,0,NULL,0}, + {"ꀌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x8d",3,NULL,0,NULL,0}, + {"ؿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xbf",2,NULL,0,NULL,0}, + {"❱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xb1",3,NULL,0,NULL,0}, + {"퀫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xab",3,NULL,0,NULL,0}, + {"ָ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xb8",2,NULL,0,NULL,0}, + {"⤝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x9d",3,NULL,0,NULL,0}, + {"묥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x83",3,NULL,0,NULL,0}, + {"쵨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xa8",3,NULL,0,NULL,0}, + {"㩎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xa6",3,NULL,0,NULL,0}, + {"鵜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x9c",3,NULL,0,NULL,0}, + {"頧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xa7",3,NULL,0,NULL,0}, + {"䔥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xa5",3,NULL,0,NULL,0}, + {"۟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x9f",2,NULL,0,NULL,0}, + {"䳁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x81",3,NULL,0,NULL,0}, + {"竜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x9c",3,NULL,0,NULL,0}, + {"蛺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xba",3,NULL,0,NULL,0}, + {"℀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x80",3,NULL,0,NULL,0}, + {"塖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x96",3,NULL,0,NULL,0}, + {"溣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xa3",3,NULL,0,NULL,0}, + {"힇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x87",3,NULL,0,NULL,0}, + {"ⅿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xbf",3,NULL,0,NULL,0}, + {"㔙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x99",3,NULL,0,NULL,0}, + {"炳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xb3",3,NULL,0,NULL,0}, + {"壃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x83",3,NULL,0,NULL,0}, + {"챸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xb8",3,NULL,0,NULL,0}, + {"駧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xa7",3,NULL,0,NULL,0}, + {"皊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x8a",3,NULL,0,NULL,0}, + {"貈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x88",3,NULL,0,NULL,0}, + {"웗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x90",3,NULL,0,NULL,0}, + {"嚙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x99",3,NULL,0,NULL,0}, + {"뮽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xbd",3,NULL,0,NULL,0}, + {"쉖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x96",3,NULL,0,NULL,0}, + {"詞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x9e",3,NULL,0,NULL,0}, + {"ミ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x90",3,NULL,0,NULL,0}, + {"렼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xbc",3,NULL,0,NULL,0}, + {"칢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x82",3,NULL,0,NULL,0}, + {"䮲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x91",3,NULL,0,NULL,0}, + {"랣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xa3",3,NULL,0,NULL,0}, + {"犛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x9b",3,NULL,0,NULL,0}, + {"柋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x8b",3,NULL,0,NULL,0}, + {"뽍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x8d",3,NULL,0,NULL,0}, + {"䊞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x9e",3,NULL,0,NULL,0}, + {"꺱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xb1",3,NULL,0,NULL,0}, + {"劚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x9a",3,NULL,0,NULL,0}, + {"ڀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x80",2,NULL,0,NULL,0}, + {"꾸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xb8",3,NULL,0,NULL,0}, + {"駝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x9d",3,NULL,0,NULL,0}, + {"剃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x83",3,NULL,0,NULL,0}, + {"蚟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x9f",3,NULL,0,NULL,0}, + {"ᡚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x9a",3,NULL,0,NULL,0}, + {"욢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xa2",3,NULL,0,NULL,0}, + {"ꢰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xb0",3,NULL,0,NULL,0}, + {"톘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x98",3,NULL,0,NULL,0}, + {"몙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xb0",3,NULL,0,NULL,0}, + {"綠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xa0",3,NULL,0,NULL,0}, + {"淵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xb5",3,NULL,0,NULL,0}, + {"蔢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xa2",3,NULL,0,NULL,0}, + {"ྍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x83",3,NULL,0,NULL,0}, + {"瀶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x81",3,NULL,0,NULL,0}, + {"⎓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xa7",3,NULL,0,NULL,0}, + {"囚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x9a",3,NULL,0,NULL,0}, + {"뵒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x92",3,NULL,0,NULL,0}, + {"㘼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xbc",3,NULL,0,NULL,0}, + {"ᰊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x8a",3,NULL,0,NULL,0}, + {"糬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xac",3,NULL,0,NULL,0}, + {"䫸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xa0",3,NULL,0,NULL,0}, + {"뷴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xb4",3,NULL,0,NULL,0}, + {"利",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xa9",3,NULL,0,NULL,0}, + {"梓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xb1",3,NULL,0,NULL,0}, + {"漣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xb1",3,NULL,0,NULL,0}, + {"㞗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x97",3,NULL,0,NULL,0}, + {"Ṣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa2",3,NULL,0,NULL,0}, + {"晟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x9f",3,NULL,0,NULL,0}, + {"ᕡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xa1",3,NULL,0,NULL,0}, + {"㑑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xb0",3,NULL,0,NULL,0}, + {"꠿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xbf",3,NULL,0,NULL,0}, + {"䯡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x85",3,NULL,0,NULL,0}, + {"㭯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xa4",3,NULL,0,NULL,0}, + {"驖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x96",3,NULL,0,NULL,0}, + {"褺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xba",3,NULL,0,NULL,0}, + {"㦄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x84",3,NULL,0,NULL,0}, + {"ꭌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xa7",3,NULL,0,NULL,0}, + {"㾸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xb8",3,NULL,0,NULL,0}, + {"մ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xb4",2,NULL,0,NULL,0}, + {"¾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xbe",2,NULL,0,NULL,0}, + {"⩕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x95",3,NULL,0,NULL,0}, + {"ᜧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xa7",3,NULL,0,NULL,0}, + {"偘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x98",3,NULL,0,NULL,0}, + {"귑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x91",3,NULL,0,NULL,0}, + {"慘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x98",3,NULL,0,NULL,0}, + {"愘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x98",3,NULL,0,NULL,0}, + {"켢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xa2",3,NULL,0,NULL,0}, + {"㼾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xbe",3,NULL,0,NULL,0}, + {"඲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xb2",3,NULL,0,NULL,0}, + {"꤇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x87",3,NULL,0,NULL,0}, + {"哆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x86",3,NULL,0,NULL,0}, + {"혮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xae",3,NULL,0,NULL,0}, + {"䇸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x83",3,NULL,0,NULL,0}, + {"ᮃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x83",3,NULL,0,NULL,0}, + {"赔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x94",3,NULL,0,NULL,0}, + {"഼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xbc",3,NULL,0,NULL,0}, + {"빋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x8b",3,NULL,0,NULL,0}, + {"穝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x9d",3,NULL,0,NULL,0}, + {"澔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x94",3,NULL,0,NULL,0}, + {"鴉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xae",3,NULL,0,NULL,0}, + {"ᡦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xa6",3,NULL,0,NULL,0}, + {"쌄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x84",3,NULL,0,NULL,0}, + {"餖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x96",3,NULL,0,NULL,0}, + {"䄈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x88",3,NULL,0,NULL,0}, + {"鄿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xbf",3,NULL,0,NULL,0}, + {"鏎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x8e",3,NULL,0,NULL,0}, + {"꫑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x91",3,NULL,0,NULL,0}, + {"瑭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xad",3,NULL,0,NULL,0}, + {"ౌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x8c",3,NULL,0,NULL,0}, + {"跴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x8b",3,NULL,0,NULL,0}, + {"ﷂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x82",3,NULL,0,NULL,0}, + {"ⶬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xac",3,NULL,0,NULL,0}, + {"䰸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xa0",3,NULL,0,NULL,0}, + {"熄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x84",3,NULL,0,NULL,0}, + {"Ꝧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x9c",3,NULL,0,NULL,0}, + {"ꛥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xa5",3,NULL,0,NULL,0}, + {"㰀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xb8",3,NULL,0,NULL,0}, + {"퐤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xa4",3,NULL,0,NULL,0}, + {"㸀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x80",3,NULL,0,NULL,0}, + {"͌",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x8c",2,NULL,0,NULL,0}, + {"Š",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa0",2,NULL,0,NULL,0}, + {"࿈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x88",3,NULL,0,NULL,0}, + {"䅱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xb1",3,NULL,0,NULL,0}, + {"㫏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x8f",3,NULL,0,NULL,0}, + {"臣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xa3",3,NULL,0,NULL,0}, + {"ﱠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xa0",3,NULL,0,NULL,0}, + {"퐕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x95",3,NULL,0,NULL,0}, + {"늑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x91",3,NULL,0,NULL,0}, + {"ꬋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x8b",3,NULL,0,NULL,0}, + {"ꔏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x8f",3,NULL,0,NULL,0}, + {"뉢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xa2",3,NULL,0,NULL,0}, + {"ల",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xb2",3,NULL,0,NULL,0}, + {"슛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x9b",3,NULL,0,NULL,0}, + {"ᣥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xa5",3,NULL,0,NULL,0}, + {"足",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xb3",3,NULL,0,NULL,0}, + {"峛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x9b",3,NULL,0,NULL,0}, + {"ᷡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xa1",3,NULL,0,NULL,0}, + {"庽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xbd",3,NULL,0,NULL,0}, + {"琻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xbb",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x1a",1,NULL,0,NULL,0}, + {"馶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xb6",3,NULL,0,NULL,0}, + {"傰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xb4",3,NULL,0,NULL,0}, + {"繴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xb4",3,NULL,0,NULL,0}, + {"撓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x93",3,NULL,0,NULL,0}, + {"ㆵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xb1",3,NULL,0,NULL,0}, + {"弜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x9c",3,NULL,0,NULL,0}, + {"ﭤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xa4",3,NULL,0,NULL,0}, + {"摆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x86",3,NULL,0,NULL,0}, + {"矽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xbd",3,NULL,0,NULL,0}, + {"醗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x97",3,NULL,0,NULL,0}, + {"糖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x83",3,NULL,0,NULL,0}, + {"핦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xa6",3,NULL,0,NULL,0}, + {"㽸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xb8",3,NULL,0,NULL,0}, + {"尿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xbd",3,NULL,0,NULL,0}, + {"ꗮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xae",3,NULL,0,NULL,0}, + {"悫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xab",3,NULL,0,NULL,0}, + {"簚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x9a",3,NULL,0,NULL,0}, + {"㹉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x89",3,NULL,0,NULL,0}, + {"佶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xb6",3,NULL,0,NULL,0}, + {"猔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x93",3,NULL,0,NULL,0}, + {"﹅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x85",3,NULL,0,NULL,0}, + {"ꕐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xa8",3,NULL,0,NULL,0}, + {"丳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x9e",3,NULL,0,NULL,0}, + {"輄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x8a",3,NULL,0,NULL,0}, + {"뚃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x83",3,NULL,0,NULL,0}, + {"衶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xb6",3,NULL,0,NULL,0}, + {"䂯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x88",3,NULL,0,NULL,0}, + {"䐷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xb7",3,NULL,0,NULL,0}, + {"尴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xb4",3,NULL,0,NULL,0}, + {"㳟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x9f",3,NULL,0,NULL,0}, + {"ࡉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x89",3,NULL,0,NULL,0}, + {"鍡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xa1",3,NULL,0,NULL,0}, + {"珜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x9c",3,NULL,0,NULL,0}, + {"↥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xa5",3,NULL,0,NULL,0}, + {"୘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x98",3,NULL,0,NULL,0}, + {"鉴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xb4",3,NULL,0,NULL,0}, + {"僱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xb1",3,NULL,0,NULL,0}, + {"ꢇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x87",3,NULL,0,NULL,0}, + {"Ᏸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xb0",3,NULL,0,NULL,0}, + {"∾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xbe",3,NULL,0,NULL,0}, + {"䖌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x8c",3,NULL,0,NULL,0}, + {"垁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x86",3,NULL,0,NULL,0}, + {"ﶷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xb7",3,NULL,0,NULL,0}, + {"醸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xb8",3,NULL,0,NULL,0}, + {"唘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x98",3,NULL,0,NULL,0}, + {"짵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xb5",3,NULL,0,NULL,0}, + {"䴦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xa6",3,NULL,0,NULL,0}, + {"젯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xaf",3,NULL,0,NULL,0}, + {"莧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xa7",3,NULL,0,NULL,0}, + {"ছ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x9b",3,NULL,0,NULL,0}, + {"펕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x95",3,NULL,0,NULL,0}, + {"菉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xbe",3,NULL,0,NULL,0}, + {"෿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xbf",3,NULL,0,NULL,0}, + {"붂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xa1",3,NULL,0,NULL,0}, + {"យ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xbf",3,NULL,0,NULL,0}, + {"ᮬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xac",3,NULL,0,NULL,0}, + {"靂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x82",3,NULL,0,NULL,0}, + {"媃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x83",3,NULL,0,NULL,0}, + {"鹬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xac",3,NULL,0,NULL,0}, + {"⿍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x9d",3,NULL,0,NULL,0}, + {"嶒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x92",3,NULL,0,NULL,0}, + {"﯐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x90",3,NULL,0,NULL,0}, + {"࣢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xa2",3,NULL,0,NULL,0}, + {"몪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xaa",3,NULL,0,NULL,0}, + {"삀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x80",3,NULL,0,NULL,0}, + {"ꑉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xbe",3,NULL,0,NULL,0}, + {"짮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xae",3,NULL,0,NULL,0}, + {"櫺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xba",3,NULL,0,NULL,0}, + {"帏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x8f",3,NULL,0,NULL,0}, + {"꿏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x8f",3,NULL,0,NULL,0}, + {"ﺐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x90",3,NULL,0,NULL,0}, + {"쓫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xab",3,NULL,0,NULL,0}, + {"ﲮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xae",3,NULL,0,NULL,0}, + {"꼘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x98",3,NULL,0,NULL,0}, + {"纡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x84",3,NULL,0,NULL,0}, + {"ড়",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x9c",3,NULL,0,NULL,0}, + {"夦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xbf",3,NULL,0,NULL,0}, + {"帺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xba",3,NULL,0,NULL,0}, + {"덚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x9a",3,NULL,0,NULL,0}, + {"㺖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x96",3,NULL,0,NULL,0}, + {"䆚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x93",3,NULL,0,NULL,0}, + {"ࠊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x8a",3,NULL,0,NULL,0}, + {"諠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xa0",3,NULL,0,NULL,0}, + {"䘳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xb3",3,NULL,0,NULL,0}, + {"》",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x8b",3,NULL,0,NULL,0}, + {"੝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x9d",3,NULL,0,NULL,0}, + {"霁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x81",3,NULL,0,NULL,0}, + {"旌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x8c",3,NULL,0,NULL,0}, + {"ꆨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xa8",3,NULL,0,NULL,0}, + {"ᢉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x89",3,NULL,0,NULL,0}, + {"娄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x84",3,NULL,0,NULL,0}, + {"앑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x91",3,NULL,0,NULL,0}, + {"麛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x9b",3,NULL,0,NULL,0}, + {"崷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xb7",3,NULL,0,NULL,0}, + {"ﰧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xa7",3,NULL,0,NULL,0}, + {"籠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xa0",3,NULL,0,NULL,0}, + {"磆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x86",3,NULL,0,NULL,0}, + {"䶭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xad",3,NULL,0,NULL,0}, + {"関",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xa2",3,NULL,0,NULL,0}, + {"둦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xa6",3,NULL,0,NULL,0}, + {"ﮇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xbd",3,NULL,0,NULL,0}, + {"䷆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x86",3,NULL,0,NULL,0}, + {"섪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xaa",3,NULL,0,NULL,0}, + {"ﷷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xb7",3,NULL,0,NULL,0}, + {"怡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x95",3,NULL,0,NULL,0}, + {"룭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xad",3,NULL,0,NULL,0}, + {"괱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xb1",3,NULL,0,NULL,0}, + {"䏊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xab",3,NULL,0,NULL,0}, + {"ᾫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xab",3,NULL,0,NULL,0}, + {"ꯘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x98",3,NULL,0,NULL,0}, + {"呬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xac",3,NULL,0,NULL,0}, + {"૎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x8e",3,NULL,0,NULL,0}, + {"隼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xbc",3,NULL,0,NULL,0}, + {"π",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x80",2,NULL,0,NULL,0}, + {"廦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xa6",3,NULL,0,NULL,0}, + {"⚛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x9b",3,NULL,0,NULL,0}, + {"預",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x90",3,NULL,0,NULL,0}, + {"ጎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x8e",3,NULL,0,NULL,0}, + {"㒜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x9c",3,NULL,0,NULL,0}, + {"ꎥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x85",3,NULL,0,NULL,0}, + {"쒓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x93",3,NULL,0,NULL,0}, + {"繅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xa0",3,NULL,0,NULL,0}, + {"ﻩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xa9",3,NULL,0,NULL,0}, + {"麗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x88",3,NULL,0,NULL,0}, + {"ᑅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x85",3,NULL,0,NULL,0}, + {"迕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x9c",3,NULL,0,NULL,0}, + {"᫨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xa8",3,NULL,0,NULL,0}, + {"ꉳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xb3",3,NULL,0,NULL,0}, + {"쪺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xba",3,NULL,0,NULL,0}, + {"癧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xa7",3,NULL,0,NULL,0}, + {"儃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x83",3,NULL,0,NULL,0}, + {"즠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xa0",3,NULL,0,NULL,0}, + {"⢙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x99",3,NULL,0,NULL,0}, + {"ந",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xa8",3,NULL,0,NULL,0}, + {"ו",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x95",2,NULL,0,NULL,0}, + {"㬥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xa5",3,NULL,0,NULL,0}, + {"⍕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x95",3,NULL,0,NULL,0}, + {"°",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb0",2,NULL,0,NULL,0}, + {"ᘆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x86",3,NULL,0,NULL,0}, + {"낐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x94",3,NULL,0,NULL,0}, + {"⢥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xa5",3,NULL,0,NULL,0}, + {"蜗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x97",3,NULL,0,NULL,0}, + {"ν",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xbd",2,NULL,0,NULL,0}, + {"媢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xa2",3,NULL,0,NULL,0}, + {"᪪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xaa",3,NULL,0,NULL,0}, + {"颊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x8a",3,NULL,0,NULL,0}, + {"㧐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x90",3,NULL,0,NULL,0}, + {"챙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x99",3,NULL,0,NULL,0}, + {"Ꮤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x94",3,NULL,0,NULL,0}, + {"掦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xa6",3,NULL,0,NULL,0}, + {"ᛡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x94",3,NULL,0,NULL,0}, + {"蕴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xb4",3,NULL,0,NULL,0}, + {"嗷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xb7",3,NULL,0,NULL,0}, + {"ⓨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xa8",3,NULL,0,NULL,0}, + {"캑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x91",3,NULL,0,NULL,0}, + {"졫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xab",3,NULL,0,NULL,0}, + {"꼵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xb5",3,NULL,0,NULL,0}, + {"鈤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xa4",3,NULL,0,NULL,0}, + {"此",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xa4",3,NULL,0,NULL,0}, + {"ꅖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x96",3,NULL,0,NULL,0}, + {"Ⴕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xb5",3,NULL,0,NULL,0}, + {"⎾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xbe",3,NULL,0,NULL,0}, + {"뼜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x9c",3,NULL,0,NULL,0}, + {"뿉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x89",3,NULL,0,NULL,0}, + {"㏜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x9c",3,NULL,0,NULL,0}, + {"䦔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x94",3,NULL,0,NULL,0}, + {"改",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xb9",3,NULL,0,NULL,0}, + {"㉩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xa9",3,NULL,0,NULL,0}, + {"舩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x84",3,NULL,0,NULL,0}, + {"ß",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9f",2,NULL,0,NULL,0}, + {"⒮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xae",3,NULL,0,NULL,0}, + {"ª",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xaa",2,NULL,0,NULL,0}, + {"䋜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xb1",3,NULL,0,NULL,0}, + {"獤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xa4",3,NULL,0,NULL,0}, + {"倄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x84",3,NULL,0,NULL,0}, + {"꧉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x89",3,NULL,0,NULL,0}, + {"ꯥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xa5",3,NULL,0,NULL,0}, + {"ᓋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x8b",3,NULL,0,NULL,0}, + {"䝻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xbb",3,NULL,0,NULL,0}, + {"⯀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x80",3,NULL,0,NULL,0}, + {"돶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xb6",3,NULL,0,NULL,0}, + {"좩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xa9",3,NULL,0,NULL,0}, + {"⨆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x86",3,NULL,0,NULL,0}, + {"툢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xa2",3,NULL,0,NULL,0}, + {"卉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x89",3,NULL,0,NULL,0}, + {"Ɐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xaf",3,NULL,0,NULL,0}, + {"㣃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xb9",3,NULL,0,NULL,0}, + {"ц",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x86",2,NULL,0,NULL,0}, + {"蔃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x83",3,NULL,0,NULL,0}, + {"ተ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xb0",3,NULL,0,NULL,0}, + {"",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xac",3,NULL,0,NULL,0}, + {"⺶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xb6",3,NULL,0,NULL,0}, + {"뽚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x9a",3,NULL,0,NULL,0}, + {"읬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xa6",3,NULL,0,NULL,0}, + {"险",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xa9",3,NULL,0,NULL,0}, + {"⩬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xac",3,NULL,0,NULL,0}, + {"ꮋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x8b",3,NULL,0,NULL,0}, + {"ʨ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xa8",2,NULL,0,NULL,0}, + {"脲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xb2",3,NULL,0,NULL,0}, + {"뇠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xa0",3,NULL,0,NULL,0}, + {"ᚴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xb4",3,NULL,0,NULL,0}, + {"諁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x81",3,NULL,0,NULL,0}, + {"驋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x8b",3,NULL,0,NULL,0}, + {"㐝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x9d",3,NULL,0,NULL,0}, + {"寮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xae",3,NULL,0,NULL,0}, + {"ᦆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x86",3,NULL,0,NULL,0}, + {"驎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x8e",3,NULL,0,NULL,0}, + {"拻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xbb",3,NULL,0,NULL,0}, + {"ꭀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x80",3,NULL,0,NULL,0}, + {"䳪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xaa",3,NULL,0,NULL,0}, + {"爐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xba",3,NULL,0,NULL,0}, + {"擲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xb2",3,NULL,0,NULL,0}, + {"䞬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xac",3,NULL,0,NULL,0}, + {"憐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x83",3,NULL,0,NULL,0}, + {"遃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x83",3,NULL,0,NULL,0}, + {"綺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xba",3,NULL,0,NULL,0}, + {"窾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xbe",3,NULL,0,NULL,0}, + {"楨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xa8",3,NULL,0,NULL,0}, + {"䟪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xaa",3,NULL,0,NULL,0}, + {"ꉊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x8a",3,NULL,0,NULL,0}, + {"뿠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xa0",3,NULL,0,NULL,0}, + {"ଞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x9e",3,NULL,0,NULL,0}, + {"鸰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xb0",3,NULL,0,NULL,0}, + {"曻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xbb",3,NULL,0,NULL,0}, + {"뮦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xa6",3,NULL,0,NULL,0}, + {"松",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xbe",3,NULL,0,NULL,0}, + {"菷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xb7",3,NULL,0,NULL,0}, + {"급",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x89",3,NULL,0,NULL,0}, + {"覠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xa0",3,NULL,0,NULL,0}, + {"쟡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xa1",3,NULL,0,NULL,0}, + {"皺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xba",3,NULL,0,NULL,0}, + {"㜶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xb6",3,NULL,0,NULL,0}, + {"觩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xa9",3,NULL,0,NULL,0}, + {"牳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xb3",3,NULL,0,NULL,0}, + {"殬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xb9",3,NULL,0,NULL,0}, + {"㋛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x9b",3,NULL,0,NULL,0}, + {"䓘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x98",3,NULL,0,NULL,0}, + {"湷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xb7",3,NULL,0,NULL,0}, + {"蜳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xb3",3,NULL,0,NULL,0}, + {"嫂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x82",3,NULL,0,NULL,0}, + {"扴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x82",3,NULL,0,NULL,0}, + {"훼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xbc",3,NULL,0,NULL,0}, + {"鶩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xa9",3,NULL,0,NULL,0}, + {"橎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xa7",3,NULL,0,NULL,0}, + {"鷲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xb2",3,NULL,0,NULL,0}, + {"⃴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xb4",3,NULL,0,NULL,0}, + {"溱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xb1",3,NULL,0,NULL,0}, + {"﷔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x94",3,NULL,0,NULL,0}, + {"筅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x9b",3,NULL,0,NULL,0}, + {"뽷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xb7",3,NULL,0,NULL,0}, + {"噄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x84",3,NULL,0,NULL,0}, + {"밓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x93",3,NULL,0,NULL,0}, + {"馋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x8b",3,NULL,0,NULL,0}, + {"䬥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xa5",3,NULL,0,NULL,0}, + {"聸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xb8",3,NULL,0,NULL,0}, + {"컱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xb1",3,NULL,0,NULL,0}, + {"爃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x83",3,NULL,0,NULL,0}, + {"㫪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xaa",3,NULL,0,NULL,0}, + {"緞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x9e",3,NULL,0,NULL,0}, + {"뻆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x86",3,NULL,0,NULL,0}, + {"妨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xa8",3,NULL,0,NULL,0}, + {"䮎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x8e",3,NULL,0,NULL,0}, + {"濧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xa7",3,NULL,0,NULL,0}, + {"㛛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x9b",3,NULL,0,NULL,0}, + {"⳺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xba",3,NULL,0,NULL,0}, + {"荷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xb7",3,NULL,0,NULL,0}, + {"튘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x98",3,NULL,0,NULL,0}, + {"誂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x82",3,NULL,0,NULL,0}, + {"럫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xab",3,NULL,0,NULL,0}, + {"䫌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x8c",3,NULL,0,NULL,0}, + {"ۍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x8d",2,NULL,0,NULL,0}, + {"鮙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x99",3,NULL,0,NULL,0}, + {"긼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xbc",3,NULL,0,NULL,0}, + {"፸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xb8",3,NULL,0,NULL,0}, + {"忔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x94",3,NULL,0,NULL,0}, + {"껃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x83",3,NULL,0,NULL,0}, + {"昢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xbc",3,NULL,0,NULL,0}, + {"䬻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xbb",3,NULL,0,NULL,0}, + {"ꡪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xaa",3,NULL,0,NULL,0}, + {"炱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xb1",3,NULL,0,NULL,0}, + {"郏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x8f",3,NULL,0,NULL,0}, + {"嚛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x9b",3,NULL,0,NULL,0}, + {"໖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x96",3,NULL,0,NULL,0}, + {"蠂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x82",3,NULL,0,NULL,0}, + {"햝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x9d",3,NULL,0,NULL,0}, + {"틚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x9a",3,NULL,0,NULL,0}, + {"銮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xae",3,NULL,0,NULL,0}, + {"䪛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x9a",3,NULL,0,NULL,0}, + {"뫨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xa8",3,NULL,0,NULL,0}, + {"瑖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x96",3,NULL,0,NULL,0}, + {"輥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xa5",3,NULL,0,NULL,0}, + {"粺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xb4",3,NULL,0,NULL,0}, + {"镬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xac",3,NULL,0,NULL,0}, + {"ᯄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x84",3,NULL,0,NULL,0}, + {"ᵱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xb1",3,NULL,0,NULL,0}, + {"昐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x90",3,NULL,0,NULL,0}, + {"ᔬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xac",3,NULL,0,NULL,0}, + {"贎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x8e",3,NULL,0,NULL,0}, + {"뷤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x90",3,NULL,0,NULL,0}, + {"豖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x96",3,NULL,0,NULL,0}, + {"뺏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x8f",3,NULL,0,NULL,0}, + {"輿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xbf",3,NULL,0,NULL,0}, + {"喞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x9e",3,NULL,0,NULL,0}, + {"㲾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xbe",3,NULL,0,NULL,0}, + {"륬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xac",3,NULL,0,NULL,0}, + {"㶠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xa0",3,NULL,0,NULL,0}, + {"⫅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x85",3,NULL,0,NULL,0}, + {"땯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xb9",3,NULL,0,NULL,0}, + {"賵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xb5",3,NULL,0,NULL,0}, + {"⸜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x9c",3,NULL,0,NULL,0}, + {"保",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x9d",3,NULL,0,NULL,0}, + {"褅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x89",3,NULL,0,NULL,0}, + {"㡫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xab",3,NULL,0,NULL,0}, + {"ƞ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x9e",2,NULL,0,NULL,0}, + {"Ϳ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xbf",2,NULL,0,NULL,0}, + {"ƒ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x83",2,NULL,0,NULL,0}, + {"躹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xb9",3,NULL,0,NULL,0}, + {"먴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xb4",3,NULL,0,NULL,0}, + {"ᴍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x8d",3,NULL,0,NULL,0}, + {"厱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xb1",3,NULL,0,NULL,0}, + {"伽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x9c",3,NULL,0,NULL,0}, + {"᯺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xba",3,NULL,0,NULL,0}, + {"喇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xbe",3,NULL,0,NULL,0}, + {"㫣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xa3",3,NULL,0,NULL,0}, + {"羬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xac",3,NULL,0,NULL,0}, + {"썭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xad",3,NULL,0,NULL,0}, + {"甐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xba",3,NULL,0,NULL,0}, + {"Ṗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x96",3,NULL,0,NULL,0}, + {"嶯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xaf",3,NULL,0,NULL,0}, + {"㳸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x94",3,NULL,0,NULL,0}, + {"熱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xb1",3,NULL,0,NULL,0}, + {"䯛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x9b",3,NULL,0,NULL,0}, + {"멵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa5",3,NULL,0,NULL,0}, + {"颼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xbc",3,NULL,0,NULL,0}, + {"㥼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xbc",3,NULL,0,NULL,0}, + {"ꓑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x91",3,NULL,0,NULL,0}, + {"뗪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xaa",3,NULL,0,NULL,0}, + {"⽥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xa5",3,NULL,0,NULL,0}, + {"蹚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x8d",3,NULL,0,NULL,0}, + {"⻦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xa6",3,NULL,0,NULL,0}, + {"聉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x89",3,NULL,0,NULL,0}, + {"ⷅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x85",3,NULL,0,NULL,0}, + {"옗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x97",3,NULL,0,NULL,0}, + {"鿂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x82",3,NULL,0,NULL,0}, + {"礰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xb0",3,NULL,0,NULL,0}, + {"䇼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xbc",3,NULL,0,NULL,0}, + {"줸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xb8",3,NULL,0,NULL,0}, + {"벏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x80",3,NULL,0,NULL,0}, + {"䷫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xab",3,NULL,0,NULL,0}, + {"푾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xbe",3,NULL,0,NULL,0}, + {"怘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x98",3,NULL,0,NULL,0}, + {"엾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xbe",3,NULL,0,NULL,0}, + {"唒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x92",3,NULL,0,NULL,0}, + {"臡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xa1",3,NULL,0,NULL,0}, + {"䐦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xa6",3,NULL,0,NULL,0}, + {"늋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x8b",3,NULL,0,NULL,0}, + {"刂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x82",3,NULL,0,NULL,0}, + {"厒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x92",3,NULL,0,NULL,0}, + {"狢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xa2",3,NULL,0,NULL,0}, + {"ᔵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb5",3,NULL,0,NULL,0}, + {"䄐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x90",3,NULL,0,NULL,0}, + {"配",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x95",3,NULL,0,NULL,0}, + {"﷩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xa9",3,NULL,0,NULL,0}, + {"讥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xa5",3,NULL,0,NULL,0}, + {"ᾛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x81",3,NULL,0,NULL,0}, + {"鸁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x81",3,NULL,0,NULL,0}, + {"⪼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xbc",3,NULL,0,NULL,0}, + {"務",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x99",3,NULL,0,NULL,0}, + {"풨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x9c",3,NULL,0,NULL,0}, + {"繻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xbb",3,NULL,0,NULL,0}, + {"龀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x80",3,NULL,0,NULL,0}, + {"寧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x9f",3,NULL,0,NULL,0}, + {"弤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xa4",3,NULL,0,NULL,0}, + {"פּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x9e",3,NULL,0,NULL,0}, + {"儑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x91",3,NULL,0,NULL,0}, + {"㇗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x97",3,NULL,0,NULL,0}, + {"뛓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x93",3,NULL,0,NULL,0}, + {"엀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x80",3,NULL,0,NULL,0}, + {"㷼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xbc",3,NULL,0,NULL,0}, + {"者",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x9b",3,NULL,0,NULL,0}, + {"﷝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x9d",3,NULL,0,NULL,0}, + {"ﰦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x8a",3,NULL,0,NULL,0}, + {"ﺪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xaa",3,NULL,0,NULL,0}, + {"뎪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xaa",3,NULL,0,NULL,0}, + {"ẘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x98",3,NULL,0,NULL,0}, + {"ᱪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xaa",3,NULL,0,NULL,0}, + {"쪕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x95",3,NULL,0,NULL,0}, + {"软",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xaf",3,NULL,0,NULL,0}, + {"ﲎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x8e",3,NULL,0,NULL,0}, + {"ﳭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xad",3,NULL,0,NULL,0}, + {"쌺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xba",3,NULL,0,NULL,0}, + {"翄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x84",3,NULL,0,NULL,0}, + {"峙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x99",3,NULL,0,NULL,0}, + {"똲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xb2",3,NULL,0,NULL,0}, + {"Ȱ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xb0",2,NULL,0,NULL,0}, + {"琱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xb1",3,NULL,0,NULL,0}, + {"욍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x8d",3,NULL,0,NULL,0}, + {"ǁ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x81",2,NULL,0,NULL,0}, + {"ꩬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xac",3,NULL,0,NULL,0}, + {"쓆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x86",3,NULL,0,NULL,0}, + {"ꕮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xae",3,NULL,0,NULL,0}, + {"఑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x91",3,NULL,0,NULL,0}, + {"↟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x9f",3,NULL,0,NULL,0}, + {"⬑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x91",3,NULL,0,NULL,0}, + {"ᘟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x9f",3,NULL,0,NULL,0}, + {"䒰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xb0",3,NULL,0,NULL,0}, + {"醕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x95",3,NULL,0,NULL,0}, + {"냟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x9f",3,NULL,0,NULL,0}, + {"̲",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xb2",2,NULL,0,NULL,0}, + {"䗦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x85",3,NULL,0,NULL,0}, + {"얎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x8e",3,NULL,0,NULL,0}, + {"醴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x82",3,NULL,0,NULL,0}, + {"⇿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xbf",3,NULL,0,NULL,0}, + {"罀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x80",3,NULL,0,NULL,0}, + {"੄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x84",3,NULL,0,NULL,0}, + {"㞑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x91",3,NULL,0,NULL,0}, + {"찡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xa1",3,NULL,0,NULL,0}, + {"䉄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x80",3,NULL,0,NULL,0}, + {"쫴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xb4",3,NULL,0,NULL,0}, + {"۩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xa9",2,NULL,0,NULL,0}, + {"罟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x9f",3,NULL,0,NULL,0}, + {"슳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xb3",3,NULL,0,NULL,0}, + {"㳭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xbf",3,NULL,0,NULL,0}, + {"ざ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x96",3,NULL,0,NULL,0}, + {"࡛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x9b",3,NULL,0,NULL,0}, + {"涵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xb5",3,NULL,0,NULL,0}, + {"ﶢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xa2",3,NULL,0,NULL,0}, + {"閻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xbb",3,NULL,0,NULL,0}, + {"媁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x81",3,NULL,0,NULL,0}, + {"疏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xb2",3,NULL,0,NULL,0}, + {"ꃫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xab",3,NULL,0,NULL,0}, + {"䖬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xac",3,NULL,0,NULL,0}, + {"ᐐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x90",3,NULL,0,NULL,0}, + {"즆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x86",3,NULL,0,NULL,0}, + {"䛦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xa6",3,NULL,0,NULL,0}, + {"缆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xbc",3,NULL,0,NULL,0}, + {"끆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x86",3,NULL,0,NULL,0}, + {"ʼn",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x89",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x86",3,NULL,0,NULL,0}, + {"뀗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x97",3,NULL,0,NULL,0}, + {"씳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xb3",3,NULL,0,NULL,0}, + {"উ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xb9",3,NULL,0,NULL,0}, + {"䏩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x8e",3,NULL,0,NULL,0}, + {"₻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xbb",3,NULL,0,NULL,0}, + {"⑝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x9d",3,NULL,0,NULL,0}, + {"쮄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x84",3,NULL,0,NULL,0}, + {"샢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x82",3,NULL,0,NULL,0}, + {"奊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x9b",3,NULL,0,NULL,0}, + {"冷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xb7",3,NULL,0,NULL,0}, + {"춞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x9e",3,NULL,0,NULL,0}, + {"鹌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x8c",3,NULL,0,NULL,0}, + {"艶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xb6",3,NULL,0,NULL,0}, + {"﯈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x88",3,NULL,0,NULL,0}, + {"⎄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x84",3,NULL,0,NULL,0}, + {"㿇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x87",3,NULL,0,NULL,0}, + {"㉁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x81",3,NULL,0,NULL,0}, + {"㙝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x9d",3,NULL,0,NULL,0}, + {"陁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x81",3,NULL,0,NULL,0}, + {"ᦣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xa3",3,NULL,0,NULL,0}, + {"蒑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x8d",3,NULL,0,NULL,0}, + {"꿕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x95",3,NULL,0,NULL,0}, + {"﹜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x9c",3,NULL,0,NULL,0}, + {"敞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x9e",3,NULL,0,NULL,0}, + {"闸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xb8",3,NULL,0,NULL,0}, + {"膆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x86",3,NULL,0,NULL,0}, + {"孺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xba",3,NULL,0,NULL,0}, + {"ᱚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x9a",3,NULL,0,NULL,0}, + {"睧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xa7",3,NULL,0,NULL,0}, + {"竷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x99",3,NULL,0,NULL,0}, + {"⧈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x88",3,NULL,0,NULL,0}, + {"잦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xa6",3,NULL,0,NULL,0}, + {"὚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x9a",3,NULL,0,NULL,0}, + {"ћ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x9b",2,NULL,0,NULL,0}, + {"ފ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8a",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xb1",3,NULL,0,NULL,0}, + {"ῳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xb3",3,NULL,0,NULL,0}, + {"규",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x9c",3,NULL,0,NULL,0}, + {"䔉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xa8",3,NULL,0,NULL,0}, + {"埾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xbe",3,NULL,0,NULL,0}, + {"ソ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbf",3,NULL,0,NULL,0}, + {"␾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xbe",3,NULL,0,NULL,0}, + {"ወ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x88",3,NULL,0,NULL,0}, + {"髄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x84",3,NULL,0,NULL,0}, + {"╯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xaf",3,NULL,0,NULL,0}, + {"쵕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x95",3,NULL,0,NULL,0}, + {"ᩯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xaf",3,NULL,0,NULL,0}, + {"쳤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xa4",3,NULL,0,NULL,0}, + {"ꄙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x99",3,NULL,0,NULL,0}, + {"塻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xbb",3,NULL,0,NULL,0}, + {"䂢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xa2",3,NULL,0,NULL,0}, + {"ꇌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x8c",3,NULL,0,NULL,0}, + {"ꯔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x94",3,NULL,0,NULL,0}, + {"ᾱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xb1",3,NULL,0,NULL,0}, + {"䤜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x9c",3,NULL,0,NULL,0}, + {"Ь",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xac",2,NULL,0,NULL,0}, + {"殍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x8d",3,NULL,0,NULL,0}, + {"듀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x80",3,NULL,0,NULL,0}, + {"鄺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xba",3,NULL,0,NULL,0}, + {"皛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x9b",3,NULL,0,NULL,0}, + {"䢧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xa7",3,NULL,0,NULL,0}, + {"ᄑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xbd",3,NULL,0,NULL,0}, + {"시",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x9c",3,NULL,0,NULL,0}, + {"숖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x96",3,NULL,0,NULL,0}, + {"癖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x96",3,NULL,0,NULL,0}, + {"뻉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x89",3,NULL,0,NULL,0}, + {"鋹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xb9",3,NULL,0,NULL,0}, + {"⥈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x9f",3,NULL,0,NULL,0}, + {"⎠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xa0",3,NULL,0,NULL,0}, + {"ዾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xbe",3,NULL,0,NULL,0}, + {"邘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x98",3,NULL,0,NULL,0}, + {"ꂞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x9e",3,NULL,0,NULL,0}, + {"頀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x80",3,NULL,0,NULL,0}, + {"韣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xa3",3,NULL,0,NULL,0}, + {"䊵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xb5",3,NULL,0,NULL,0}, + {"鬣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xa3",3,NULL,0,NULL,0}, + {"蛏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x8f",3,NULL,0,NULL,0}, + {"刖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x96",3,NULL,0,NULL,0}, + {"쩣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xa3",3,NULL,0,NULL,0}, + {"繛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x9b",3,NULL,0,NULL,0}, + {"榍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x8d",3,NULL,0,NULL,0}, + {"䌞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x9e",3,NULL,0,NULL,0}, + {"虸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xb8",3,NULL,0,NULL,0}, + {"ၞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x9e",3,NULL,0,NULL,0}, + {"藫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xab",3,NULL,0,NULL,0}, + {"壬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xac",3,NULL,0,NULL,0}, + {"䜟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x9f",3,NULL,0,NULL,0}, + {"챈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x88",3,NULL,0,NULL,0}, + {"癥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xa5",3,NULL,0,NULL,0}, + {"䎜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x9c",3,NULL,0,NULL,0}, + {"姍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x8d",3,NULL,0,NULL,0}, + {"㔹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xb9",3,NULL,0,NULL,0}, + {"뉿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xbf",3,NULL,0,NULL,0}, + {"췴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xb4",3,NULL,0,NULL,0}, + {"㖐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x90",3,NULL,0,NULL,0}, + {"骛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x9b",3,NULL,0,NULL,0}, + {"⨺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xba",3,NULL,0,NULL,0}, + {"ㅂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x82",3,NULL,0,NULL,0}, + {"䉻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xbb",3,NULL,0,NULL,0}, + {"閑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x91",3,NULL,0,NULL,0}, + {"⍟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x9f",3,NULL,0,NULL,0}, + {"듿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x99",3,NULL,0,NULL,0}, + {"껚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x9a",3,NULL,0,NULL,0}, + {"ٕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x95",2,NULL,0,NULL,0}, + {"ꁃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x83",3,NULL,0,NULL,0}, + {"糟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x9f",3,NULL,0,NULL,0}, + {"矣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x9a",3,NULL,0,NULL,0}, + {"갇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x87",3,NULL,0,NULL,0}, + {"晏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x8f",3,NULL,0,NULL,0}, + {"Ƅ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x84",2,NULL,0,NULL,0}, + {"蕬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xac",3,NULL,0,NULL,0}, + {"钡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xa1",3,NULL,0,NULL,0}, + {"ҭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xad",2,NULL,0,NULL,0}, + {"遻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xbb",3,NULL,0,NULL,0}, + {"곮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xae",3,NULL,0,NULL,0}, + {"泮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x8c",3,NULL,0,NULL,0}, + {"꠰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xb0",3,NULL,0,NULL,0}, + {"ꤧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xa7",3,NULL,0,NULL,0}, + {"⺺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x9f",3,NULL,0,NULL,0}, + {"懲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xb2",3,NULL,0,NULL,0}, + {"Ӝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x9c",2,NULL,0,NULL,0}, + {"崠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xa0",3,NULL,0,NULL,0}, + {"๸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xb8",3,NULL,0,NULL,0}, + {"㤬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xbf",3,NULL,0,NULL,0}, + {"ɢ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xa2",2,NULL,0,NULL,0}, + {"惿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xbf",3,NULL,0,NULL,0}, + {"≛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x9b",3,NULL,0,NULL,0}, + {"㐕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x95",3,NULL,0,NULL,0}, + {"荽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xbd",3,NULL,0,NULL,0}, + {"冎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x8e",3,NULL,0,NULL,0}, + {"鴁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x81",3,NULL,0,NULL,0}, + {"㒘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x98",3,NULL,0,NULL,0}, + {"賔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x94",3,NULL,0,NULL,0}, + {"遁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xbb",3,NULL,0,NULL,0}, + {"즓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x93",3,NULL,0,NULL,0}, + {"Β",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x92",2,NULL,0,NULL,0}, + {"ᇛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x9b",3,NULL,0,NULL,0}, + {"僸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xb8",3,NULL,0,NULL,0}, + {"믘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x98",3,NULL,0,NULL,0}, + {"䦲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xb2",3,NULL,0,NULL,0}, + {"▢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xa2",3,NULL,0,NULL,0}, + {"覜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x9c",3,NULL,0,NULL,0}, + {"֖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x96",2,NULL,0,NULL,0}, + {"ߺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xba",2,NULL,0,NULL,0}, + {"烪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xaa",3,NULL,0,NULL,0}, + {"择",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xa9",3,NULL,0,NULL,0}, + {"쇅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x84",3,NULL,0,NULL,0}, + {"Ꞛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x9a",3,NULL,0,NULL,0}, + {"๟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x9f",3,NULL,0,NULL,0}, + {"魱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xb1",3,NULL,0,NULL,0}, + {"྽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xbd",3,NULL,0,NULL,0}, + {"푙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x99",3,NULL,0,NULL,0}, + {"檵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xb5",3,NULL,0,NULL,0}, + {"慈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x88",3,NULL,0,NULL,0}, + {"鶻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xbb",3,NULL,0,NULL,0}, + {"ⰿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xb1",3,NULL,0,NULL,0}, + {"悒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x92",3,NULL,0,NULL,0}, + {"荊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x8a",3,NULL,0,NULL,0}, + {"셢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xa2",3,NULL,0,NULL,0}, + {"餺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xba",3,NULL,0,NULL,0}, + {"ణ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xa3",3,NULL,0,NULL,0}, + {"୬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xac",3,NULL,0,NULL,0}, + {"뮚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x9a",3,NULL,0,NULL,0}, + {"ꫴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xb4",3,NULL,0,NULL,0}, + {"㪊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x8a",3,NULL,0,NULL,0}, + {"跈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x88",3,NULL,0,NULL,0}, + {"⁝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x9d",3,NULL,0,NULL,0}, + {"烛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x8a",3,NULL,0,NULL,0}, + {"풧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x95",3,NULL,0,NULL,0}, + {"撶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xb6",3,NULL,0,NULL,0}, + {"➌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x8c",3,NULL,0,NULL,0}, + {"콴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xb4",3,NULL,0,NULL,0}, + {"屯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xaf",3,NULL,0,NULL,0}, + {"㓏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x8f",3,NULL,0,NULL,0}, + {"鲄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x84",3,NULL,0,NULL,0}, + {"ꩂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x82",3,NULL,0,NULL,0}, + {"㋉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x89",3,NULL,0,NULL,0}, + {"簩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xa9",3,NULL,0,NULL,0}, + {"搓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x93",3,NULL,0,NULL,0}, + {"࿷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xb7",3,NULL,0,NULL,0}, + {"ⲕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x95",3,NULL,0,NULL,0}, + {"솎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x8e",3,NULL,0,NULL,0}, + {"ⵀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x8b",3,NULL,0,NULL,0}, + {"㶤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xa4",3,NULL,0,NULL,0}, + {"䴛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x9b",3,NULL,0,NULL,0}, + {"ሣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xa3",3,NULL,0,NULL,0}, + {"ᑤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xa4",3,NULL,0,NULL,0}, + {"徛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x9b",3,NULL,0,NULL,0}, + {"⛫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xab",3,NULL,0,NULL,0}, + {"଀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x80",3,NULL,0,NULL,0}, + {"沘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x98",3,NULL,0,NULL,0}, + {"趎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x8e",3,NULL,0,NULL,0}, + {"逢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x92",3,NULL,0,NULL,0}, + {"콥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xa5",3,NULL,0,NULL,0}, + {"斫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x93",3,NULL,0,NULL,0}, + {"补",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xa5",3,NULL,0,NULL,0}, + {"藈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x88",3,NULL,0,NULL,0}, + {"௖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x96",3,NULL,0,NULL,0}, + {"웊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x8a",3,NULL,0,NULL,0}, + {"馑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x91",3,NULL,0,NULL,0}, + {"ꪃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x82",3,NULL,0,NULL,0}, + {"쐔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x94",3,NULL,0,NULL,0}, + {"୽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xbd",3,NULL,0,NULL,0}, + {"蠆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xaf",3,NULL,0,NULL,0}, + {"⭀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x80",3,NULL,0,NULL,0}, + {"ໆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x86",3,NULL,0,NULL,0}, + {"ꡓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x93",3,NULL,0,NULL,0}, + {"鿢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xa2",3,NULL,0,NULL,0}, + {"퀉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x89",3,NULL,0,NULL,0}, + {"ⴆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x93",3,NULL,0,NULL,0}, + {"稓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x93",3,NULL,0,NULL,0}, + {"鲳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xb3",3,NULL,0,NULL,0}, + {"㍸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xb8",3,NULL,0,NULL,0}, + {"ꍊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x8a",3,NULL,0,NULL,0}, + {"㬕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x89",3,NULL,0,NULL,0}, + {"᰷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xb7",3,NULL,0,NULL,0}, + {"釳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x93",3,NULL,0,NULL,0}, + {"鐃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x83",3,NULL,0,NULL,0}, + {"㱡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xa1",3,NULL,0,NULL,0}, + {"맡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xa1",3,NULL,0,NULL,0}, + {"ൿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xbf",3,NULL,0,NULL,0}, + {"滍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x8d",3,NULL,0,NULL,0}, + {"袣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xa3",3,NULL,0,NULL,0}, + {"玹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xb9",3,NULL,0,NULL,0}, + {"赀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x84",3,NULL,0,NULL,0}, + {"Ѽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xbc",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xaa",3,NULL,0,NULL,0}, + {"뤺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xba",3,NULL,0,NULL,0}, + {"昮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xb4",3,NULL,0,NULL,0}, + {"哯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xaf",3,NULL,0,NULL,0}, + {"큲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xb2",3,NULL,0,NULL,0}, + {"掝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x9d",3,NULL,0,NULL,0}, + {"俗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x97",3,NULL,0,NULL,0}, + {"黜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x9c",3,NULL,0,NULL,0}, + {"꟤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xa4",3,NULL,0,NULL,0}, + {"憚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x89",3,NULL,0,NULL,0}, + {"㩰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xb0",3,NULL,0,NULL,0}, + {"䈥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xbc",3,NULL,0,NULL,0}, + {"已",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xb2",3,NULL,0,NULL,0}, + {"䁙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x99",3,NULL,0,NULL,0}, + {"ꚅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x85",3,NULL,0,NULL,0}, + {"쏠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xa0",3,NULL,0,NULL,0}, + {"幧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x90",3,NULL,0,NULL,0}, + {"ោ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x84",3,NULL,0,NULL,0}, + {"浾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xbe",3,NULL,0,NULL,0}, + {"౵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xb5",3,NULL,0,NULL,0}, + {"윙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x99",3,NULL,0,NULL,0}, + {"륰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xb0",3,NULL,0,NULL,0}, + {"೦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xa6",3,NULL,0,NULL,0}, + {"䱡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xa1",3,NULL,0,NULL,0}, + {"排",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x92",3,NULL,0,NULL,0}, + {"清",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x85",3,NULL,0,NULL,0}, + {"賿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xbf",3,NULL,0,NULL,0}, + {"喎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x8e",3,NULL,0,NULL,0}, + {"嵧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xa7",3,NULL,0,NULL,0}, + {"⽟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x9f",3,NULL,0,NULL,0}, + {"퇅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x85",3,NULL,0,NULL,0}, + {"崐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x90",3,NULL,0,NULL,0}, + {"볹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xb9",3,NULL,0,NULL,0}, + {"ⵢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xa2",3,NULL,0,NULL,0}, + {"듍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x8d",3,NULL,0,NULL,0}, + {"篛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x9b",3,NULL,0,NULL,0}, + {"咪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xa0",3,NULL,0,NULL,0}, + {"䶚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xa9",3,NULL,0,NULL,0}, + {"肜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x9c",3,NULL,0,NULL,0}, + {"爤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xa4",3,NULL,0,NULL,0}, + {"柮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xae",3,NULL,0,NULL,0}, + {"冝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x9d",3,NULL,0,NULL,0}, + {"桭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xad",3,NULL,0,NULL,0}, + {"潑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x91",3,NULL,0,NULL,0}, + {"㟁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x81",3,NULL,0,NULL,0}, + {"仛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x9b",3,NULL,0,NULL,0}, + {"潜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x80",3,NULL,0,NULL,0}, + {"謇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x87",3,NULL,0,NULL,0}, + {"왼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xbc",3,NULL,0,NULL,0}, + {"㴐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x90",3,NULL,0,NULL,0}, + {"ﱒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x92",3,NULL,0,NULL,0}, + {"啵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xb5",3,NULL,0,NULL,0}, + {"勛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x9b",3,NULL,0,NULL,0}, + {"켾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xb7",3,NULL,0,NULL,0}, + {"즳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xb3",3,NULL,0,NULL,0}, + {"铮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xa5",3,NULL,0,NULL,0}, + {"봤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xa4",3,NULL,0,NULL,0}, + {"옕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x95",3,NULL,0,NULL,0}, + {"䁦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xb5",3,NULL,0,NULL,0}, + {"벍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x8d",3,NULL,0,NULL,0}, + {"䷱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xb1",3,NULL,0,NULL,0}, + {"龲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xb2",3,NULL,0,NULL,0}, + {"縮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xae",3,NULL,0,NULL,0}, + {"聛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xb7",3,NULL,0,NULL,0}, + {"茌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x8c",3,NULL,0,NULL,0}, + {"菋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x8b",3,NULL,0,NULL,0}, + {"緭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xad",3,NULL,0,NULL,0}, + {"뤘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x98",3,NULL,0,NULL,0}, + {"뚪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xaa",3,NULL,0,NULL,0}, + {"*",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xba",3,NULL,0,NULL,0}, + {"ビ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x93",3,NULL,0,NULL,0}, + {"鎶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xb6",3,NULL,0,NULL,0}, + {"㑜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x9c",3,NULL,0,NULL,0}, + {"湝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x9d",3,NULL,0,NULL,0}, + {"ᔷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb7",3,NULL,0,NULL,0}, + {"▁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x81",3,NULL,0,NULL,0}, + {"统",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x9f",3,NULL,0,NULL,0}, + {"讧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xa7",3,NULL,0,NULL,0}, + {"ƕ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x95",2,NULL,0,NULL,0}, + {"싴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x81",3,NULL,0,NULL,0}, + {"㶅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x85",3,NULL,0,NULL,0}, + {"ܬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xac",2,NULL,0,NULL,0}, + {"谮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xae",3,NULL,0,NULL,0}, + {"ၴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xb4",3,NULL,0,NULL,0}, + {"릸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x8a",3,NULL,0,NULL,0}, + {"吪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xa1",3,NULL,0,NULL,0}, + {"쨜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x9c",3,NULL,0,NULL,0}, + {"䤠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xa0",3,NULL,0,NULL,0}, + {"ꛆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x86",3,NULL,0,NULL,0}, + {"ꛕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x95",3,NULL,0,NULL,0}, + {"쐷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xb7",3,NULL,0,NULL,0}, + {"繰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xb0",3,NULL,0,NULL,0}, + {"㼜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x9c",3,NULL,0,NULL,0}, + {"ᜄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x84",3,NULL,0,NULL,0}, + {"젏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x8f",3,NULL,0,NULL,0}, + {"膽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xbd",3,NULL,0,NULL,0}, + {"ᒸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb8",3,NULL,0,NULL,0}, + {"缸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xb8",3,NULL,0,NULL,0}, + {"쌪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xaa",3,NULL,0,NULL,0}, + {"╪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xaa",3,NULL,0,NULL,0}, + {"ݪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xaa",2,NULL,0,NULL,0}, + {"鐣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xa3",3,NULL,0,NULL,0}, + {"翖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x96",3,NULL,0,NULL,0}, + {"ﳯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xaf",3,NULL,0,NULL,0}, + {"ꄢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xa2",3,NULL,0,NULL,0}, + {"鍉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x89",3,NULL,0,NULL,0}, + {"⏫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xab",3,NULL,0,NULL,0}, + {"춪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xaa",3,NULL,0,NULL,0}, + {"ᶒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x92",3,NULL,0,NULL,0}, + {"碦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xa6",3,NULL,0,NULL,0}, + {"ᄍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xae",3,NULL,0,NULL,0}, + {"낽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xbd",3,NULL,0,NULL,0}, + {"헝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x9d",3,NULL,0,NULL,0}, + {"窀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x80",3,NULL,0,NULL,0}, + {"䢷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x81",3,NULL,0,NULL,0}, + {"ꗖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x96",3,NULL,0,NULL,0}, + {"榲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x97",3,NULL,0,NULL,0}, + {"Ì",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8c",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x83",3,NULL,0,NULL,0}, + {"딚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x9a",3,NULL,0,NULL,0}, + {"̢",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xa2",2,NULL,0,NULL,0}, + {"㷚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x9a",3,NULL,0,NULL,0}, + {"ꙃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x83",3,NULL,0,NULL,0}, + {"氹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xa9",3,NULL,0,NULL,0}, + {"ŋ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x8b",2,NULL,0,NULL,0}, + {"췅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x85",3,NULL,0,NULL,0}, + {"껱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xb1",3,NULL,0,NULL,0}, + {"눴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xb4",3,NULL,0,NULL,0}, + {"਴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xb4",3,NULL,0,NULL,0}, + {"侜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x9c",3,NULL,0,NULL,0}, + {"둖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x81",3,NULL,0,NULL,0}, + {"₴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xb4",3,NULL,0,NULL,0}, + {"錺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xba",3,NULL,0,NULL,0}, + {"ᑯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xaf",3,NULL,0,NULL,0}, + {"좌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xb1",3,NULL,0,NULL,0}, + {"罥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xa5",3,NULL,0,NULL,0}, + {"࠲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xb2",3,NULL,0,NULL,0}, + {"쯞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x9e",3,NULL,0,NULL,0}, + {"蔜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x9c",3,NULL,0,NULL,0}, + {"쐇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x87",3,NULL,0,NULL,0}, + {"ᗏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x8f",3,NULL,0,NULL,0}, + {"ࡳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x86",3,NULL,0,NULL,0}, + {"螣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xa3",3,NULL,0,NULL,0}, + {"京",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xb5",3,NULL,0,NULL,0}, + {"⇏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x8f",3,NULL,0,NULL,0}, + {"鉊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x8a",3,NULL,0,NULL,0}, + {"葎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x8e",3,NULL,0,NULL,0}, + {"ꃡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xa1",3,NULL,0,NULL,0}, + {"䀐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x90",3,NULL,0,NULL,0}, + {"砟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x9f",3,NULL,0,NULL,0}, + {"࣒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x92",3,NULL,0,NULL,0}, + {"脡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xa1",3,NULL,0,NULL,0}, + {"뇋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x9c",3,NULL,0,NULL,0}, + {"寝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x9d",3,NULL,0,NULL,0}, + {"眦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xa6",3,NULL,0,NULL,0}, + {"㐸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xb8",3,NULL,0,NULL,0}, + {"햐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x90",3,NULL,0,NULL,0}, + {"裏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xa7",3,NULL,0,NULL,0}, + {"된",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x9c",3,NULL,0,NULL,0}, + {"孾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xbe",3,NULL,0,NULL,0}, + {"쫂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x82",3,NULL,0,NULL,0}, + {"뎚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x92",3,NULL,0,NULL,0}, + {"㆒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x92",3,NULL,0,NULL,0}, + {"ᫀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x80",3,NULL,0,NULL,0}, + {"Н",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x9d",2,NULL,0,NULL,0}, + {"ǣ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xa3",2,NULL,0,NULL,0}, + {"ἢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xa2",3,NULL,0,NULL,0}, + {"઩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x95",3,NULL,0,NULL,0}, + {"嫤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xa4",3,NULL,0,NULL,0}, + {"궱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xb1",3,NULL,0,NULL,0}, + {"읉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x89",3,NULL,0,NULL,0}, + {"䠯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xaf",3,NULL,0,NULL,0}, + {"冽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xb6",3,NULL,0,NULL,0}, + {"汿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xbf",3,NULL,0,NULL,0}, + {"氘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x98",3,NULL,0,NULL,0}, + {"゙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x99",3,NULL,0,NULL,0}, + {"쳎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x8e",3,NULL,0,NULL,0}, + {"뾈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x88",3,NULL,0,NULL,0}, + {"脏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x8f",3,NULL,0,NULL,0}, + {"矪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xaa",3,NULL,0,NULL,0}, + {"∐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x90",3,NULL,0,NULL,0}, + {"尛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x9b",3,NULL,0,NULL,0}, + {"ꑶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xb6",3,NULL,0,NULL,0}, + {"˴",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xb4",2,NULL,0,NULL,0}, + {"垯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xaf",3,NULL,0,NULL,0}, + {"怒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x9d",3,NULL,0,NULL,0}, + {"间",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xb4",3,NULL,0,NULL,0}, + {"膊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x8a",3,NULL,0,NULL,0}, + {"녬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x9e",3,NULL,0,NULL,0}, + {"쵏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x8f",3,NULL,0,NULL,0}, + {"ᔊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x8a",3,NULL,0,NULL,0}, + {"À",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x80",2,NULL,0,NULL,0}, + {"䌚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x9a",3,NULL,0,NULL,0}, + {"孓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x93",3,NULL,0,NULL,0}, + {"ᨵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xb5",3,NULL,0,NULL,0}, + {"⃟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x9f",3,NULL,0,NULL,0}, + {"댓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xbe",3,NULL,0,NULL,0}, + {"ꕎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x8e",3,NULL,0,NULL,0}, + {"靬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xac",3,NULL,0,NULL,0}, + {"흐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x90",3,NULL,0,NULL,0}, + {"ᬗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x97",3,NULL,0,NULL,0}, + {"杓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x93",3,NULL,0,NULL,0}, + {"邰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xb0",3,NULL,0,NULL,0}, + {"៤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xa4",3,NULL,0,NULL,0}, + {"婝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x9d",3,NULL,0,NULL,0}, + {"茭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xad",3,NULL,0,NULL,0}, + {"ù",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb9",2,NULL,0,NULL,0}, + {"郲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xb2",3,NULL,0,NULL,0}, + {"䭆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x86",3,NULL,0,NULL,0}, + {"칽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xbd",3,NULL,0,NULL,0}, + {"㝛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x9b",3,NULL,0,NULL,0}, + {"⊮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xae",3,NULL,0,NULL,0}, + {"簾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xbe",3,NULL,0,NULL,0}, + {"쉧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xa7",3,NULL,0,NULL,0}, + {"嚌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x8c",3,NULL,0,NULL,0}, + {"䤅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x85",3,NULL,0,NULL,0}, + {"锬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xac",3,NULL,0,NULL,0}, + {"歔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xbc",3,NULL,0,NULL,0}, + {"疟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xa2",3,NULL,0,NULL,0}, + {"㌀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x80",3,NULL,0,NULL,0}, + {"ꚟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x9f",3,NULL,0,NULL,0}, + {"樰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xb0",3,NULL,0,NULL,0}, + {"䕈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x88",3,NULL,0,NULL,0}, + {"죔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x94",3,NULL,0,NULL,0}, + {"셹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xb9",3,NULL,0,NULL,0}, + {"槠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xa0",3,NULL,0,NULL,0}, + {"剽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xbd",3,NULL,0,NULL,0}, + {"ሆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x86",3,NULL,0,NULL,0}, + {"˧",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xa7",2,NULL,0,NULL,0}, + {"硿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xbf",3,NULL,0,NULL,0}, + {"섈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x88",3,NULL,0,NULL,0}, + {"䞖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xad",3,NULL,0,NULL,0}, + {"ڡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xa1",2,NULL,0,NULL,0}, + {"䍉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x89",3,NULL,0,NULL,0}, + {"雓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x93",3,NULL,0,NULL,0}, + {"꾱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xb1",3,NULL,0,NULL,0}, + {"◑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x91",3,NULL,0,NULL,0}, + {"ⅈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x88",3,NULL,0,NULL,0}, + {"ઃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x83",3,NULL,0,NULL,0}, + {"투",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xac",3,NULL,0,NULL,0}, + {"㓦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xa6",3,NULL,0,NULL,0}, + {"薷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xb7",3,NULL,0,NULL,0}, + {"㔳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xb3",3,NULL,0,NULL,0}, + {"騌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x8c",3,NULL,0,NULL,0}, + {"♱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xb1",3,NULL,0,NULL,0}, + {"䓎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x8e",3,NULL,0,NULL,0}, + {"䭫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xab",3,NULL,0,NULL,0}, + {"姏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x8f",3,NULL,0,NULL,0}, + {"㚴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xb4",3,NULL,0,NULL,0}, + {"瀫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xab",3,NULL,0,NULL,0}, + {"⋯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xaf",3,NULL,0,NULL,0}, + {"숢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xa2",3,NULL,0,NULL,0}, + {"嚻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xbb",3,NULL,0,NULL,0}, + {"畈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x88",3,NULL,0,NULL,0}, + {"㍁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x81",3,NULL,0,NULL,0}, + {"ꂒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x92",3,NULL,0,NULL,0}, + {"䟔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x94",3,NULL,0,NULL,0}, + {"዁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xab",3,NULL,0,NULL,0}, + {"ᯫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xab",3,NULL,0,NULL,0}, + {"԰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xb0",2,NULL,0,NULL,0}, + {"轊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x8a",3,NULL,0,NULL,0}, + {"糥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xa5",3,NULL,0,NULL,0}, + {"٧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xa7",2,NULL,0,NULL,0}, + {"間",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x93",3,NULL,0,NULL,0}, + {"稝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x9d",3,NULL,0,NULL,0}, + {"鲥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xa5",3,NULL,0,NULL,0}, + {"⟏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x8f",3,NULL,0,NULL,0}, + {"旷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xb7",3,NULL,0,NULL,0}, + {"䜥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xa5",3,NULL,0,NULL,0}, + {"䎠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xa0",3,NULL,0,NULL,0}, + {"䔻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xbb",3,NULL,0,NULL,0}, + {"⻟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x85",3,NULL,0,NULL,0}, + {"ꞻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xa4",3,NULL,0,NULL,0}, + {"ꠐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x90",3,NULL,0,NULL,0}, + {"燂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x82",3,NULL,0,NULL,0}, + {"㦳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xb3",3,NULL,0,NULL,0}, + {"׸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xb8",2,NULL,0,NULL,0}, + {"꬛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x9b",3,NULL,0,NULL,0}, + {"⡯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xaf",3,NULL,0,NULL,0}, + {"᙭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xad",3,NULL,0,NULL,0}, + {"Ց",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x91",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x96",3,NULL,0,NULL,0}, + {"꥿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xbf",3,NULL,0,NULL,0}, + {"훀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x80",3,NULL,0,NULL,0}, + {"斏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x8f",3,NULL,0,NULL,0}, + {"魃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x83",3,NULL,0,NULL,0}, + {"⇸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xb8",3,NULL,0,NULL,0}, + {"鲞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xbb",3,NULL,0,NULL,0}, + {"埖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x96",3,NULL,0,NULL,0}, + {"顤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xa4",3,NULL,0,NULL,0}, + {"ꨢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xa2",3,NULL,0,NULL,0}, + {"ꦹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xb9",3,NULL,0,NULL,0}, + {"提",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x90",3,NULL,0,NULL,0}, + {"ᮞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x9e",3,NULL,0,NULL,0}, + {"뭕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x95",3,NULL,0,NULL,0}, + {"钣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xa3",3,NULL,0,NULL,0}, + {"嗃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x83",3,NULL,0,NULL,0}, + {"빤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x83",3,NULL,0,NULL,0}, + {"㭶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xb6",3,NULL,0,NULL,0}, + {"瓍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x8d",3,NULL,0,NULL,0}, + {"軚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x9a",3,NULL,0,NULL,0}, + {"☱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xb1",3,NULL,0,NULL,0}, + {"璴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xb4",3,NULL,0,NULL,0}, + {"炛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x9b",3,NULL,0,NULL,0}, + {"鷨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xaa",3,NULL,0,NULL,0}, + {"熁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x81",3,NULL,0,NULL,0}, + {"䨫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xab",3,NULL,0,NULL,0}, + {"懖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x96",3,NULL,0,NULL,0}, + {"鬒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x92",3,NULL,0,NULL,0}, + {"쳏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x8f",3,NULL,0,NULL,0}, + {"惽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xbd",3,NULL,0,NULL,0}, + {"牋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x8b",3,NULL,0,NULL,0}, + {"伐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xb1",3,NULL,0,NULL,0}, + {"˔",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x94",2,NULL,0,NULL,0}, + {"獂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x82",3,NULL,0,NULL,0}, + {"엓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x93",3,NULL,0,NULL,0}, + {"䅸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xb8",3,NULL,0,NULL,0}, + {"⯮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xae",3,NULL,0,NULL,0}, + {"飩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xa9",3,NULL,0,NULL,0}, + {"揣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xa3",3,NULL,0,NULL,0}, + {"ⱟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x9f",3,NULL,0,NULL,0}, + {"ಔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x94",3,NULL,0,NULL,0}, + {"቙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x99",3,NULL,0,NULL,0}, + {"뫎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x8e",3,NULL,0,NULL,0}, + {"貼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xbc",3,NULL,0,NULL,0}, + {"踫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xab",3,NULL,0,NULL,0}, + {"唼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xbc",3,NULL,0,NULL,0}, + {"烙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x99",3,NULL,0,NULL,0}, + {"཰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xb0",3,NULL,0,NULL,0}, + {"廄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x84",3,NULL,0,NULL,0}, + {"勾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xbe",3,NULL,0,NULL,0}, + {"⥯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xaf",3,NULL,0,NULL,0}, + {"M",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"踷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xb7",3,NULL,0,NULL,0}, + {"災",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xbd",3,NULL,0,NULL,0}, + {"왰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xb0",3,NULL,0,NULL,0}, + {"胧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xa7",3,NULL,0,NULL,0}, + {"圍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x8d",3,NULL,0,NULL,0}, + {"䚃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x83",3,NULL,0,NULL,0}, + {"ຮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xae",3,NULL,0,NULL,0}, + {"摴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xb4",3,NULL,0,NULL,0}, + {"狌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x8c",3,NULL,0,NULL,0}, + {"쇏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x8f",3,NULL,0,NULL,0}, + {"֟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x9f",2,NULL,0,NULL,0}, + {"䮶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xb6",3,NULL,0,NULL,0}, + {"攘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x98",3,NULL,0,NULL,0}, + {"Ხ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xae",3,NULL,0,NULL,0}, + {"봅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x85",3,NULL,0,NULL,0}, + {"ꏃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x9a",3,NULL,0,NULL,0}, + {"ⱅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x85",3,NULL,0,NULL,0}, + {"洕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x95",3,NULL,0,NULL,0}, + {"悢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xa2",3,NULL,0,NULL,0}, + {"봰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xb0",3,NULL,0,NULL,0}, + {"ဠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xa0",3,NULL,0,NULL,0}, + {"棕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x95",3,NULL,0,NULL,0}, + {"⿴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xb4",3,NULL,0,NULL,0}, + {"㵲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xbc",3,NULL,0,NULL,0}, + {"餲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xa5",3,NULL,0,NULL,0}, + {"譺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xba",3,NULL,0,NULL,0}, + {"ኚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x9a",3,NULL,0,NULL,0}, + {"ꫬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xac",3,NULL,0,NULL,0}, + {"像",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x8f",3,NULL,0,NULL,0}, + {"龭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xad",3,NULL,0,NULL,0}, + {"撲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xb2",3,NULL,0,NULL,0}, + {"༝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x9d",3,NULL,0,NULL,0}, + {"吇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x87",3,NULL,0,NULL,0}, + {"콼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xbc",3,NULL,0,NULL,0}, + {"屽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xbd",3,NULL,0,NULL,0}, + {"觊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x8a",3,NULL,0,NULL,0}, + {"禊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x8a",3,NULL,0,NULL,0}, + {"訁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x81",3,NULL,0,NULL,0}, + {"鱐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x90",3,NULL,0,NULL,0}, + {"힠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xa0",3,NULL,0,NULL,0}, + {"酒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x92",3,NULL,0,NULL,0}, + {"ว",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xa7",3,NULL,0,NULL,0}, + {"꭮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xa1",3,NULL,0,NULL,0}, + {"缕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x95",3,NULL,0,NULL,0}, + {"扚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x9a",3,NULL,0,NULL,0}, + {"鈁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x81",3,NULL,0,NULL,0}, + {"ঢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x96",3,NULL,0,NULL,0}, + {"椾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xbe",3,NULL,0,NULL,0}, + {"෠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xa0",3,NULL,0,NULL,0}, + {"湸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x9b",3,NULL,0,NULL,0}, + {"㼠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xa0",3,NULL,0,NULL,0}, + {"㡂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xbe",3,NULL,0,NULL,0}, + {"홌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x8c",3,NULL,0,NULL,0}, + {"ᰒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x92",3,NULL,0,NULL,0}, + {"ꈜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xbc",3,NULL,0,NULL,0}, + {"릙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x99",3,NULL,0,NULL,0}, + {"䲃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x89",3,NULL,0,NULL,0}, + {"뙝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xbd",3,NULL,0,NULL,0}, + {"꧴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xb4",3,NULL,0,NULL,0}, + {"消",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x88",3,NULL,0,NULL,0}, + {"鸻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xbb",3,NULL,0,NULL,0}, + {"⬼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xbc",3,NULL,0,NULL,0}, + {"쑬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xac",3,NULL,0,NULL,0}, + {"誒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x89",3,NULL,0,NULL,0}, + {"䖻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xb2",3,NULL,0,NULL,0}, + {"⮁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x81",3,NULL,0,NULL,0}, + {"앣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xa3",3,NULL,0,NULL,0}, + {"꩔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x94",3,NULL,0,NULL,0}, + {"꿪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xaa",3,NULL,0,NULL,0}, + {"瞅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x85",3,NULL,0,NULL,0}, + {"럁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x81",3,NULL,0,NULL,0}, + {"ⶔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x94",3,NULL,0,NULL,0}, + {"﹯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xa6",3,NULL,0,NULL,0}, + {"巑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x91",3,NULL,0,NULL,0}, + {"৑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x91",3,NULL,0,NULL,0}, + {"䰂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x82",3,NULL,0,NULL,0}, + {"碻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xbb",3,NULL,0,NULL,0}, + {"ඍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x8d",3,NULL,0,NULL,0}, + {"㺷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xb7",3,NULL,0,NULL,0}, + {"鐁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x81",3,NULL,0,NULL,0}, + {"鹹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xbc",3,NULL,0,NULL,0}, + {"渏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x8f",3,NULL,0,NULL,0}, + {"텸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xb8",3,NULL,0,NULL,0}, + {"굛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x9b",3,NULL,0,NULL,0}, + {"箊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x8a",3,NULL,0,NULL,0}, + {"鈵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xb5",3,NULL,0,NULL,0}, + {"綈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x88",3,NULL,0,NULL,0}, + {"黌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x8c",3,NULL,0,NULL,0}, + {"뱦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xa6",3,NULL,0,NULL,0}, + {"䨂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x89",3,NULL,0,NULL,0}, + {"됄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x84",3,NULL,0,NULL,0}, + {"틂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x82",3,NULL,0,NULL,0}, + {"栲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xb2",3,NULL,0,NULL,0}, + {"쐀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x80",3,NULL,0,NULL,0}, + {"﵂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x82",3,NULL,0,NULL,0}, + {"︐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x90",3,NULL,0,NULL,0}, + {"웣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xa3",3,NULL,0,NULL,0}, + {"萐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xae",3,NULL,0,NULL,0}, + {"Ⱅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x95",3,NULL,0,NULL,0}, + {"誯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xaf",3,NULL,0,NULL,0}, + {"ࢎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x8e",3,NULL,0,NULL,0}, + {"→",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xab",3,NULL,0,NULL,0}, + {"脸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xb8",3,NULL,0,NULL,0}, + {"襚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x9a",3,NULL,0,NULL,0}, + {"闕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x95",3,NULL,0,NULL,0}, + {"銌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x8c",3,NULL,0,NULL,0}, + {"䶒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x92",3,NULL,0,NULL,0}, + {"⏻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xbb",3,NULL,0,NULL,0}, + {"齁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x81",3,NULL,0,NULL,0}, + {"燐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xae",3,NULL,0,NULL,0}, + {"呚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x9a",3,NULL,0,NULL,0}, + {"틳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xb3",3,NULL,0,NULL,0}, + {"芹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xb9",3,NULL,0,NULL,0}, + {"嬄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x84",3,NULL,0,NULL,0}, + {"ﶀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x80",3,NULL,0,NULL,0}, + {"ᩀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x80",3,NULL,0,NULL,0}, + {"╊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x8a",3,NULL,0,NULL,0}, + {"仡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xa1",3,NULL,0,NULL,0}, + {"茂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xa9",3,NULL,0,NULL,0}, + {"ᗈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x88",3,NULL,0,NULL,0}, + {"똋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x8b",3,NULL,0,NULL,0}, + {"䵄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x84",3,NULL,0,NULL,0}, + {"潠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xa0",3,NULL,0,NULL,0}, + {"޷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xb7",2,NULL,0,NULL,0}, + {"ぷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xb7",3,NULL,0,NULL,0}, + {"ᡊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x8a",3,NULL,0,NULL,0}, + {"顷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xb7",3,NULL,0,NULL,0}, + {"国",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xbd",3,NULL,0,NULL,0}, + {"ܐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x90",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x95",3,NULL,0,NULL,0}, + {"즩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xa9",3,NULL,0,NULL,0}, + {"⾏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x8f",3,NULL,0,NULL,0}, + {"㽙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x99",3,NULL,0,NULL,0}, + {"ᅠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x9c",3,NULL,0,NULL,0}, + {"냺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xba",3,NULL,0,NULL,0}, + {"ዯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xaf",3,NULL,0,NULL,0}, + {"⤅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x85",3,NULL,0,NULL,0}, + {"鞸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xb8",3,NULL,0,NULL,0}, + {"⣬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xac",3,NULL,0,NULL,0}, + {"䊆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x86",3,NULL,0,NULL,0}, + {"쥞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x9e",3,NULL,0,NULL,0}, + {"ꛗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x97",3,NULL,0,NULL,0}, + {"茐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x90",3,NULL,0,NULL,0}, + {"ᒔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x94",3,NULL,0,NULL,0}, + {"덂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x82",3,NULL,0,NULL,0}, + {"Ý",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9d",2,NULL,0,NULL,0}, + {"촏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x8f",3,NULL,0,NULL,0}, + {"듨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xb6",3,NULL,0,NULL,0}, + {"ᚮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xae",3,NULL,0,NULL,0}, + {"矲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xb2",3,NULL,0,NULL,0}, + {"湗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x97",3,NULL,0,NULL,0}, + {"컹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xb9",3,NULL,0,NULL,0}, + {"戭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xad",3,NULL,0,NULL,0}, + {"纽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xbd",3,NULL,0,NULL,0}, + {"뻴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xb4",3,NULL,0,NULL,0}, + {"徢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xa2",3,NULL,0,NULL,0}, + {"⪚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x9a",3,NULL,0,NULL,0}, + {"♮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xae",3,NULL,0,NULL,0}, + {"鞎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x8e",3,NULL,0,NULL,0}, + {"雍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x8d",3,NULL,0,NULL,0}, + {"⼈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x98",3,NULL,0,NULL,0}, + {"ၰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xb0",3,NULL,0,NULL,0}, + {"ᷓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x93",3,NULL,0,NULL,0}, + {"灩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xa9",3,NULL,0,NULL,0}, + {"傼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xbc",3,NULL,0,NULL,0}, + {"㇧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xa7",3,NULL,0,NULL,0}, + {"岒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x92",3,NULL,0,NULL,0}, + {"",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x7f",1,NULL,0,NULL,0}, + {"הּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xa3",3,NULL,0,NULL,0}, + {"砃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xac",3,NULL,0,NULL,0}, + {"딪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xaa",3,NULL,0,NULL,0}, + {"塀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xb9",3,NULL,0,NULL,0}, + {"ꍃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x83",3,NULL,0,NULL,0}, + {"ᨪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xaa",3,NULL,0,NULL,0}, + {"᛬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xac",3,NULL,0,NULL,0}, + {"榶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xb6",3,NULL,0,NULL,0}, + {"沑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x91",3,NULL,0,NULL,0}, + {"ꄝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x9d",3,NULL,0,NULL,0}, + {"鈖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x96",3,NULL,0,NULL,0}, + {"돟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x85",3,NULL,0,NULL,0}, + {"蕓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x93",3,NULL,0,NULL,0}, + {"ꝑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x91",3,NULL,0,NULL,0}, + {"佪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xaa",3,NULL,0,NULL,0}, + {"lj",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x89",2,NULL,0,NULL,0}, + {"猌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x8c",3,NULL,0,NULL,0}, + {"‎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x8e",3,NULL,0,NULL,0}, + {"⡘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x98",3,NULL,0,NULL,0}, + {"乡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xaa",3,NULL,0,NULL,0}, + {"Ȋ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x8a",2,NULL,0,NULL,0}, + {"ࠢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xa2",3,NULL,0,NULL,0}, + {"ꮒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x92",3,NULL,0,NULL,0}, + {"鍓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x93",3,NULL,0,NULL,0}, + {"⌞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x9e",3,NULL,0,NULL,0}, + {"〞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x9e",3,NULL,0,NULL,0}, + {"唫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xab",3,NULL,0,NULL,0}, + {"᥈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x8f",3,NULL,0,NULL,0}, + {"舤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xa4",3,NULL,0,NULL,0}, + {"䋇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x87",3,NULL,0,NULL,0}, + {"헏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x8f",3,NULL,0,NULL,0}, + {"ꁤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xa4",3,NULL,0,NULL,0}, + {"㎽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xbd",3,NULL,0,NULL,0}, + {"敀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x99",3,NULL,0,NULL,0}, + {"僫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xab",3,NULL,0,NULL,0}, + {"ꌉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x89",3,NULL,0,NULL,0}, + {"∮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xae",3,NULL,0,NULL,0}, + {"슿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xbf",3,NULL,0,NULL,0}, + {"锯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xb0",3,NULL,0,NULL,0}, + {"拚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x9a",3,NULL,0,NULL,0}, + {"瞾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xa9",3,NULL,0,NULL,0}, + {"횜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x9c",3,NULL,0,NULL,0}, + {"孙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x99",3,NULL,0,NULL,0}, + {"Ể",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x82",3,NULL,0,NULL,0}, + {"過",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x8e",3,NULL,0,NULL,0}, + {"탄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x84",3,NULL,0,NULL,0}, + {"㒭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xad",3,NULL,0,NULL,0}, + {"쁞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x9e",3,NULL,0,NULL,0}, + {"先",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x88",3,NULL,0,NULL,0}, + {"ꌬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xac",3,NULL,0,NULL,0}, + {"䡨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xa8",3,NULL,0,NULL,0}, + {"둢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xa2",3,NULL,0,NULL,0}, + {"ㄸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xb8",3,NULL,0,NULL,0}, + {"᝻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xb7",3,NULL,0,NULL,0}, + {"᳘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x98",3,NULL,0,NULL,0}, + {"⟧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xa7",3,NULL,0,NULL,0}, + {"䒆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x99",3,NULL,0,NULL,0}, + {"궃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x83",3,NULL,0,NULL,0}, + {"⿧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xa7",3,NULL,0,NULL,0}, + {"긦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xa6",3,NULL,0,NULL,0}, + {"ԁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x81",2,NULL,0,NULL,0}, + {"ʏ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x8f",2,NULL,0,NULL,0}, + {"ࣆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x86",3,NULL,0,NULL,0}, + {"뇁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x81",3,NULL,0,NULL,0}, + {"ꐧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xa7",3,NULL,0,NULL,0}, + {"࿠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x8f",3,NULL,0,NULL,0}, + {"棷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x98",3,NULL,0,NULL,0}, + {"橩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xa9",3,NULL,0,NULL,0}, + {"጖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x96",3,NULL,0,NULL,0}, + {"⎩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xa9",3,NULL,0,NULL,0}, + {"䡾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xbe",3,NULL,0,NULL,0}, + {"鵸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xa4",3,NULL,0,NULL,0}, + {"ϙ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x99",2,NULL,0,NULL,0}, + {"훝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x9d",3,NULL,0,NULL,0}, + {"᫘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x98",3,NULL,0,NULL,0}, + {"奚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x9a",3,NULL,0,NULL,0}, + {"曊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x8a",3,NULL,0,NULL,0}, + {"⋦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xa6",3,NULL,0,NULL,0}, + {"뎊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x8a",3,NULL,0,NULL,0}, + {"村",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x91",3,NULL,0,NULL,0}, + {"那",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xa3",3,NULL,0,NULL,0}, + {"趛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x9b",3,NULL,0,NULL,0}, + {"筢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xa2",3,NULL,0,NULL,0}, + {"䘁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x81",3,NULL,0,NULL,0}, + {"㋂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x82",3,NULL,0,NULL,0}, + {"䥮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xae",3,NULL,0,NULL,0}, + {"튆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xa0",3,NULL,0,NULL,0}, + {"컐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x90",3,NULL,0,NULL,0}, + {"㈉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x89",3,NULL,0,NULL,0}, + {"䛀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x80",3,NULL,0,NULL,0}, + {"ﯵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xb5",3,NULL,0,NULL,0}, + {"粔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x94",3,NULL,0,NULL,0}, + {"̀",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x80",2,NULL,0,NULL,0}, + {"磶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xb6",3,NULL,0,NULL,0}, + {"ⴕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x95",3,NULL,0,NULL,0}, + {"μ",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xbc",2,NULL,0,NULL,0}, + {"셫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xab",3,NULL,0,NULL,0}, + {"∀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x80",3,NULL,0,NULL,0}, + {"䙽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x95",3,NULL,0,NULL,0}, + {"겇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x87",3,NULL,0,NULL,0}, + {"㍡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xa1",3,NULL,0,NULL,0}, + {"浄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x84",3,NULL,0,NULL,0}, + {"㎗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xb9",3,NULL,0,NULL,0}, + {"܂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x82",2,NULL,0,NULL,0}, + {"몚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xb6",3,NULL,0,NULL,0}, + {"댡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xa1",3,NULL,0,NULL,0}, + {"⃕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x95",3,NULL,0,NULL,0}, + {"虈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x88",3,NULL,0,NULL,0}, + {"䋶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xb6",3,NULL,0,NULL,0}, + {"퉌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x8c",3,NULL,0,NULL,0}, + {"眎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x8e",3,NULL,0,NULL,0}, + {"袆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x86",3,NULL,0,NULL,0}, + {"໢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xa2",3,NULL,0,NULL,0}, + {"坝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x9d",3,NULL,0,NULL,0}, + {"⛄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x84",3,NULL,0,NULL,0}, + {"㝙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x99",3,NULL,0,NULL,0}, + {"噬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xac",3,NULL,0,NULL,0}, + {"ꄍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x8d",3,NULL,0,NULL,0}, + {"﫾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xbe",3,NULL,0,NULL,0}, + {"ꏶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xb6",3,NULL,0,NULL,0}, + {"奷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x98",3,NULL,0,NULL,0}, + {"濈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x88",3,NULL,0,NULL,0}, + {"搶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xb6",3,NULL,0,NULL,0}, + {"캏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x8f",3,NULL,0,NULL,0}, + {"窗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x97",3,NULL,0,NULL,0}, + {"㍓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x93",3,NULL,0,NULL,0}, + {"턘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x98",3,NULL,0,NULL,0}, + {"灡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xa1",3,NULL,0,NULL,0}, + {"螀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xb7",3,NULL,0,NULL,0}, + {"㨽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xbd",3,NULL,0,NULL,0}, + {"䞎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x8e",3,NULL,0,NULL,0}, + {"곈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x88",3,NULL,0,NULL,0}, + {"锻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xbb",3,NULL,0,NULL,0}, + {"붒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x90",3,NULL,0,NULL,0}, + {"ꪮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xae",3,NULL,0,NULL,0}, + {"኷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xb7",3,NULL,0,NULL,0}, + {"㱈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xbc",3,NULL,0,NULL,0}, + {"렃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x83",3,NULL,0,NULL,0}, + {"豋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x8b",3,NULL,0,NULL,0}, + {"㲑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x91",3,NULL,0,NULL,0}, + {"륡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xa1",3,NULL,0,NULL,0}, + {"犞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x9e",3,NULL,0,NULL,0}, + {"✞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x9e",3,NULL,0,NULL,0}, + {"쿚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x9a",3,NULL,0,NULL,0}, + {"㡢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xa2",3,NULL,0,NULL,0}, + {"؆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x86",2,NULL,0,NULL,0}, + {"蠳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xb3",3,NULL,0,NULL,0}, + {"ҳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xb3",2,NULL,0,NULL,0}, + {"",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x08",1,NULL,0,NULL,0}, + {"癵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x97",3,NULL,0,NULL,0}, + {"쀒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x92",3,NULL,0,NULL,0}, + {"騄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x84",3,NULL,0,NULL,0}, + {"킉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x89",3,NULL,0,NULL,0}, + {"⋽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xbd",3,NULL,0,NULL,0}, + {"鯐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x90",3,NULL,0,NULL,0}, + {"魉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x89",3,NULL,0,NULL,0}, + {"ᄨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xa8",3,NULL,0,NULL,0}, + {"꺗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x97",3,NULL,0,NULL,0}, + {"咿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x99",3,NULL,0,NULL,0}, + {"坚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x9a",3,NULL,0,NULL,0}, + {"쉾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xbe",3,NULL,0,NULL,0}, + {"ၧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xa7",3,NULL,0,NULL,0}, + {"鷆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x86",3,NULL,0,NULL,0}, + {"盇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xb0",3,NULL,0,NULL,0}, + {"ජ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xa2",3,NULL,0,NULL,0}, + {"颖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x96",3,NULL,0,NULL,0}, + {"蚐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x90",3,NULL,0,NULL,0}, + {"狔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x94",3,NULL,0,NULL,0}, + {"墩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xa9",3,NULL,0,NULL,0}, + {"챧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xa1",3,NULL,0,NULL,0}, + {"掲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xb2",3,NULL,0,NULL,0}, + {"墴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xb4",3,NULL,0,NULL,0}, + {"焟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x9f",3,NULL,0,NULL,0}, + {"븙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x99",3,NULL,0,NULL,0}, + {"捱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xb1",3,NULL,0,NULL,0}, + {"嘥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xa5",3,NULL,0,NULL,0}, + {"ⓜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x95",3,NULL,0,NULL,0}, + {"啚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x9a",3,NULL,0,NULL,0}, + {"箷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xb7",3,NULL,0,NULL,0}, + {"㮚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x9a",3,NULL,0,NULL,0}, + {"큏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x8f",3,NULL,0,NULL,0}, + {"㦱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xb1",3,NULL,0,NULL,0}, + {"ؔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x94",2,NULL,0,NULL,0}, + {"랾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xbe",3,NULL,0,NULL,0}, + {"⵱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xb1",3,NULL,0,NULL,0}, + {"⏊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x8a",3,NULL,0,NULL,0}, + {"뼔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x94",3,NULL,0,NULL,0}, + {"䧟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x90",3,NULL,0,NULL,0}, + {"왊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x8a",3,NULL,0,NULL,0}, + {"뵁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x81",3,NULL,0,NULL,0}, + {"牑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x91",3,NULL,0,NULL,0}, + {"鰧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xa7",3,NULL,0,NULL,0}, + {"㧬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x9c",3,NULL,0,NULL,0}, + {"뭇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x87",3,NULL,0,NULL,0}, + {"玘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x98",3,NULL,0,NULL,0}, + {"梆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x86",3,NULL,0,NULL,0}, + {"톩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xa9",3,NULL,0,NULL,0}, + {"썠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xa0",3,NULL,0,NULL,0}, + {"ꦻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xbb",3,NULL,0,NULL,0}, + {"픨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xa8",3,NULL,0,NULL,0}, + {"ᔨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa8",3,NULL,0,NULL,0}, + {"强",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xba",3,NULL,0,NULL,0}, + {"卷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xb7",3,NULL,0,NULL,0}, + {"䄯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x9a",3,NULL,0,NULL,0}, + {"索",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xa2",3,NULL,0,NULL,0}, + {"鼆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x86",3,NULL,0,NULL,0}, + {"콕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x95",3,NULL,0,NULL,0}, + {"༷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xb7",3,NULL,0,NULL,0}, + {"瀒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x92",3,NULL,0,NULL,0}, + {"祟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x9f",3,NULL,0,NULL,0}, + {"⩤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xa4",3,NULL,0,NULL,0}, + {"㚦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xa6",3,NULL,0,NULL,0}, + {"෉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x89",3,NULL,0,NULL,0}, + {"东",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x9c",3,NULL,0,NULL,0}, + {"愩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xa9",3,NULL,0,NULL,0}, + {"摬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xac",3,NULL,0,NULL,0}, + {"圥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xa5",3,NULL,0,NULL,0}, + {"엡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xa1",3,NULL,0,NULL,0}, + {"穊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x8a",3,NULL,0,NULL,0}, + {"澁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x81",3,NULL,0,NULL,0}, + {"擦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x9d",3,NULL,0,NULL,0}, + {"慠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x90",3,NULL,0,NULL,0}, + {"謫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xab",3,NULL,0,NULL,0}, + {"㴽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xbd",3,NULL,0,NULL,0}, + {"뤅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x85",3,NULL,0,NULL,0}, + {"뫞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x9e",3,NULL,0,NULL,0}, + {"ቋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x8b",3,NULL,0,NULL,0}, + {"璂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x82",3,NULL,0,NULL,0}, + {"뢔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x94",3,NULL,0,NULL,0}, + {"쌛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x9b",3,NULL,0,NULL,0}, + {"ꓪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xaa",3,NULL,0,NULL,0}, + {"켛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x9b",3,NULL,0,NULL,0}, + {"ꖑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x91",3,NULL,0,NULL,0}, + {"庉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x89",3,NULL,0,NULL,0}, + {"满",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xb1",3,NULL,0,NULL,0}, + {"⥾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xbe",3,NULL,0,NULL,0}, + {"彃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x83",3,NULL,0,NULL,0}, + {"吻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xbb",3,NULL,0,NULL,0}, + {"쾾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xbe",3,NULL,0,NULL,0}, + {"Ꝼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xbb",3,NULL,0,NULL,0}, + {"ພ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x9e",3,NULL,0,NULL,0}, + {"㻔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x94",3,NULL,0,NULL,0}, + {"叶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x8b",3,NULL,0,NULL,0}, + {"訃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x83",3,NULL,0,NULL,0}, + {"̻",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xbb",2,NULL,0,NULL,0}, + {"恻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xbb",3,NULL,0,NULL,0}, + {"퐷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xb7",3,NULL,0,NULL,0}, + {"譩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xa9",3,NULL,0,NULL,0}, + {"폰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xb0",3,NULL,0,NULL,0}, + {"鏛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x9b",3,NULL,0,NULL,0}, + {"渲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xb2",3,NULL,0,NULL,0}, + {"氄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xbe",3,NULL,0,NULL,0}, + {"䲉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x89",3,NULL,0,NULL,0}, + {"鑌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x8c",3,NULL,0,NULL,0}, + {"ᷮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xae",3,NULL,0,NULL,0}, + {"罺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xba",3,NULL,0,NULL,0}, + {"싎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xb5",3,NULL,0,NULL,0}, + {"릈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x88",3,NULL,0,NULL,0}, + {"吅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x85",3,NULL,0,NULL,0}, + {"㰝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x9d",3,NULL,0,NULL,0}, + {"Ꞽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x95",3,NULL,0,NULL,0}, + {"䅯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xa1",3,NULL,0,NULL,0}, + {"렔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x94",3,NULL,0,NULL,0}, + {"䖹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xb9",3,NULL,0,NULL,0}, + {"끹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xb9",3,NULL,0,NULL,0}, + {"ꖫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xab",3,NULL,0,NULL,0}, + {"砺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xab",3,NULL,0,NULL,0}, + {"ഏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x8f",3,NULL,0,NULL,0}, + {"猱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xb1",3,NULL,0,NULL,0}, + {"㬭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xad",3,NULL,0,NULL,0}, + {"Ꙛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x9a",3,NULL,0,NULL,0}, + {"悼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xbc",3,NULL,0,NULL,0}, + {"律",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xa4",3,NULL,0,NULL,0}, + {"侏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xa7",3,NULL,0,NULL,0}, + {"忴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xb4",3,NULL,0,NULL,0}, + {"剣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xa3",3,NULL,0,NULL,0}, + {"乀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x80",3,NULL,0,NULL,0}, + {"珑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xb0",3,NULL,0,NULL,0}, + {"䂼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa7",3,NULL,0,NULL,0}, + {"꡶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xb6",3,NULL,0,NULL,0}, + {"陹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xb9",3,NULL,0,NULL,0}, + {"屉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb8",3,NULL,0,NULL,0}, + {"ꭕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x95",3,NULL,0,NULL,0}, + {"ᴪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xaa",3,NULL,0,NULL,0}, + {"噾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x90",3,NULL,0,NULL,0}, + {"対",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xbe",3,NULL,0,NULL,0}, + {"鋎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x8e",3,NULL,0,NULL,0}, + {"ꘜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x9c",3,NULL,0,NULL,0}, + {"ﶪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xaf",3,NULL,0,NULL,0}, + {"﹥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xa5",3,NULL,0,NULL,0}, + {"重",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x8d",3,NULL,0,NULL,0}, + {"됫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xab",3,NULL,0,NULL,0}, + {"ྀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xb5",3,NULL,0,NULL,0}, + {"旍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x8d",3,NULL,0,NULL,0}, + {"轇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x87",3,NULL,0,NULL,0}, + {"ﻢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xa2",3,NULL,0,NULL,0}, + {"ᾍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x8d",3,NULL,0,NULL,0}, + {"䠂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xa6",3,NULL,0,NULL,0}, + {"쁶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xb6",3,NULL,0,NULL,0}, + {"஫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x92",3,NULL,0,NULL,0}, + {"ꑚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x9a",3,NULL,0,NULL,0}, + {"鈧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xa7",3,NULL,0,NULL,0}, + {"ᳰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xb0",3,NULL,0,NULL,0}, + {"便",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xbf",3,NULL,0,NULL,0}, + {"㿸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xb8",3,NULL,0,NULL,0}, + {"阐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x90",3,NULL,0,NULL,0}, + {"胲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xb2",3,NULL,0,NULL,0}, + {"䩞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x9e",3,NULL,0,NULL,0}, + {"袻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xbb",3,NULL,0,NULL,0}, + {"倨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xa8",3,NULL,0,NULL,0}, + {"埳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xb3",3,NULL,0,NULL,0}, + {"腧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xa7",3,NULL,0,NULL,0}, + {"ᝏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x8f",3,NULL,0,NULL,0}, + {"᎚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x9a",3,NULL,0,NULL,0}, + {"ᘻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xbb",3,NULL,0,NULL,0}, + {"宫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xab",3,NULL,0,NULL,0}, + {"ꚲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xb2",3,NULL,0,NULL,0}, + {"帠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xa0",3,NULL,0,NULL,0}, + {"덯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xaf",3,NULL,0,NULL,0}, + {"㺇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xb9",3,NULL,0,NULL,0}, + {"ヮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xae",3,NULL,0,NULL,0}, + {"漃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x83",3,NULL,0,NULL,0}, + {"Ố",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xac",3,NULL,0,NULL,0}, + {"ぽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xbd",3,NULL,0,NULL,0}, + {"썂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x82",3,NULL,0,NULL,0}, + {"㾾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xbe",3,NULL,0,NULL,0}, + {"崨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xb1",3,NULL,0,NULL,0}, + {"鄅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x85",3,NULL,0,NULL,0}, + {"빝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x9d",3,NULL,0,NULL,0}, + {"쩄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x84",3,NULL,0,NULL,0}, + {"놙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x9c",3,NULL,0,NULL,0}, + {"ऐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x90",3,NULL,0,NULL,0}, + {"떾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xbe",3,NULL,0,NULL,0}, + {"줁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x81",3,NULL,0,NULL,0}, + {"T",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"磓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x93",3,NULL,0,NULL,0}, + {"⻾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xbe",3,NULL,0,NULL,0}, + {"㛯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xaf",3,NULL,0,NULL,0}, + {"뎭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xad",3,NULL,0,NULL,0}, + {"ী",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x80",3,NULL,0,NULL,0}, + {"頵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xb5",3,NULL,0,NULL,0}, + {"畛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x9b",3,NULL,0,NULL,0}, + {"ㄬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xac",3,NULL,0,NULL,0}, + {"흽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xbd",3,NULL,0,NULL,0}, + {"꾋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x8b",3,NULL,0,NULL,0}, + {"㫀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x80",3,NULL,0,NULL,0}, + {"ꜟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x9b",3,NULL,0,NULL,0}, + {"恌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x8c",3,NULL,0,NULL,0}, + {"䙎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x8e",3,NULL,0,NULL,0}, + {"단",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x93",3,NULL,0,NULL,0}, + {"舓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x93",3,NULL,0,NULL,0}, + {"ᚺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xba",3,NULL,0,NULL,0}, + {"䩹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xb9",3,NULL,0,NULL,0}, + {"쟵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xb5",3,NULL,0,NULL,0}, + {"ꖆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x86",3,NULL,0,NULL,0}, + {"ᠾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xbe",3,NULL,0,NULL,0}, + {"ᐏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x8f",3,NULL,0,NULL,0}, + {"䎹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xb9",3,NULL,0,NULL,0}, + {"◤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xa4",3,NULL,0,NULL,0}, + {"ષ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xb7",3,NULL,0,NULL,0}, + {"擟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x9a",3,NULL,0,NULL,0}, + {"칖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x96",3,NULL,0,NULL,0}, + {"镍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x8d",3,NULL,0,NULL,0}, + {"⊃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x83",3,NULL,0,NULL,0}, + {"⫰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xb0",3,NULL,0,NULL,0}, + {"筲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xb2",3,NULL,0,NULL,0}, + {"峱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xb1",3,NULL,0,NULL,0}, + {"ꅊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x8a",3,NULL,0,NULL,0}, + {"錦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xa6",3,NULL,0,NULL,0}, + {"㌥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xa5",3,NULL,0,NULL,0}, + {"㇝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x9d",3,NULL,0,NULL,0}, + {"לּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xbc",3,NULL,0,NULL,0}, + {"┬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xac",3,NULL,0,NULL,0}, + {"㉝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x9d",3,NULL,0,NULL,0}, + {"繘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x91",3,NULL,0,NULL,0}, + {"Ζ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x96",2,NULL,0,NULL,0}, + {"ᒜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x9c",3,NULL,0,NULL,0}, + {"醭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xad",3,NULL,0,NULL,0}, + {"关",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xb3",3,NULL,0,NULL,0}, + {"ٴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xb4",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x96",3,NULL,0,NULL,0}, + {"샭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xad",3,NULL,0,NULL,0}, + {"ⅵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x87",3,NULL,0,NULL,0}, + {"ᆋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x8b",3,NULL,0,NULL,0}, + {"ᴇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x87",3,NULL,0,NULL,0}, + {"ƻ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xbb",2,NULL,0,NULL,0}, + {"‮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xae",3,NULL,0,NULL,0}, + {"⋁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x81",3,NULL,0,NULL,0}, + {"♊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x8a",3,NULL,0,NULL,0}, + {"꬇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x87",3,NULL,0,NULL,0}, + {"Ȩ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xa8",2,NULL,0,NULL,0}, + {"陞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x9e",3,NULL,0,NULL,0}, + {"⸬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xac",3,NULL,0,NULL,0}, + {"⋄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x84",3,NULL,0,NULL,0}, + {"傈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x88",3,NULL,0,NULL,0}, + {"쒪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xaa",3,NULL,0,NULL,0}, + {"⢺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xba",3,NULL,0,NULL,0}, + {"憽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xbd",3,NULL,0,NULL,0}, + {"쑡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xac",3,NULL,0,NULL,0}, + {"擈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x88",3,NULL,0,NULL,0}, + {"縏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x8f",3,NULL,0,NULL,0}, + {"肰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xb0",3,NULL,0,NULL,0}, + {"㎷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xb7",3,NULL,0,NULL,0}, + {"삯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xaf",3,NULL,0,NULL,0}, + {"铯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xaf",3,NULL,0,NULL,0}, + {"䊒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xbf",3,NULL,0,NULL,0}, + {"揫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xab",3,NULL,0,NULL,0}, + {"⓵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xb6",3,NULL,0,NULL,0}, + {"痽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xbd",3,NULL,0,NULL,0}, + {"ꆙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x99",3,NULL,0,NULL,0}, + {"䡠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xa0",3,NULL,0,NULL,0}, + {"႞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x9e",3,NULL,0,NULL,0}, + {"饸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xb8",3,NULL,0,NULL,0}, + {"牀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x80",3,NULL,0,NULL,0}, + {"眔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x94",3,NULL,0,NULL,0}, + {"⡈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x88",3,NULL,0,NULL,0}, + {"⠫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xab",3,NULL,0,NULL,0}, + {"䥎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x8e",3,NULL,0,NULL,0}, + {"⺋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x8b",3,NULL,0,NULL,0}, + {"ꮶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xb6",3,NULL,0,NULL,0}, + {"秋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x8b",3,NULL,0,NULL,0}, + {"锭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xad",3,NULL,0,NULL,0}, + {"ᐘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x98",3,NULL,0,NULL,0}, + {"挞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x9e",3,NULL,0,NULL,0}, + {"㨣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xa3",3,NULL,0,NULL,0}, + {"첨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xa8",3,NULL,0,NULL,0}, + {"檼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xa7",3,NULL,0,NULL,0}, + {"嗨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xa8",3,NULL,0,NULL,0}, + {"ᗥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xa5",3,NULL,0,NULL,0}, + {"⨓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x93",3,NULL,0,NULL,0}, + {"좺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xba",3,NULL,0,NULL,0}, + {"ኍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x8d",3,NULL,0,NULL,0}, + {"夊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x8a",3,NULL,0,NULL,0}, + {"㗛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x9b",3,NULL,0,NULL,0}, + {"俐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x90",3,NULL,0,NULL,0}, + {"쮼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xa6",3,NULL,0,NULL,0}, + {"⪉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x89",3,NULL,0,NULL,0}, + {"痆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x86",3,NULL,0,NULL,0}, + {"ꃼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xbc",3,NULL,0,NULL,0}, + {"▽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xbd",3,NULL,0,NULL,0}, + {"⿵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xb5",3,NULL,0,NULL,0}, + {"䦧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xa7",3,NULL,0,NULL,0}, + {"蹮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xae",3,NULL,0,NULL,0}, + {"ﮨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xa8",3,NULL,0,NULL,0}, + {"ԓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x93",2,NULL,0,NULL,0}, + {"쇺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xba",3,NULL,0,NULL,0}, + {"㈋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x8b",3,NULL,0,NULL,0}, + {"Ⳉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x88",3,NULL,0,NULL,0}, + {"粐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x90",3,NULL,0,NULL,0}, + {"ᦝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x9d",3,NULL,0,NULL,0}, + {"照",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xa7",3,NULL,0,NULL,0}, + {"࿘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x8e",3,NULL,0,NULL,0}, + {"䩖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x96",3,NULL,0,NULL,0}, + {"驧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xa7",3,NULL,0,NULL,0}, + {"갶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xb6",3,NULL,0,NULL,0}, + {"攋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x8b",3,NULL,0,NULL,0}, + {"꽀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x80",3,NULL,0,NULL,0}, + {"候",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xb4",3,NULL,0,NULL,0}, + {"ⰲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xb2",3,NULL,0,NULL,0}, + {"걗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x97",3,NULL,0,NULL,0}, + {"ϣ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xa3",2,NULL,0,NULL,0}, + {"泾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xbe",3,NULL,0,NULL,0}, + {"橻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xbb",3,NULL,0,NULL,0}, + {"睅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x85",3,NULL,0,NULL,0}, + {"ଉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x89",3,NULL,0,NULL,0}, + {"曬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xac",3,NULL,0,NULL,0}, + {"沽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xbd",3,NULL,0,NULL,0}, + {"턛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x9b",3,NULL,0,NULL,0}, + {"ཌྷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x8d",3,NULL,0,NULL,0}, + {"ꉡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xa1",3,NULL,0,NULL,0}, + {"쟆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x86",3,NULL,0,NULL,0}, + {"➻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xbb",3,NULL,0,NULL,0}, + {"㘜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x9c",3,NULL,0,NULL,0}, + {"因",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xa0",3,NULL,0,NULL,0}, + {"爭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x8b",3,NULL,0,NULL,0}, + {"撙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x99",3,NULL,0,NULL,0}, + {"僕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x95",3,NULL,0,NULL,0}, + {"齬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xac",3,NULL,0,NULL,0}, + {"䓯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xaf",3,NULL,0,NULL,0}, + {"愰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xb0",3,NULL,0,NULL,0}, + {"ꀅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x85",3,NULL,0,NULL,0}, + {"骡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xa1",3,NULL,0,NULL,0}, + {"摂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x82",3,NULL,0,NULL,0}, + {"ힴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xb4",3,NULL,0,NULL,0}, + {"棶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xb6",3,NULL,0,NULL,0}, + {"᳙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x99",3,NULL,0,NULL,0}, + {"鳌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x8c",3,NULL,0,NULL,0}, + {"ᧈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x88",3,NULL,0,NULL,0}, + {"겍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x8d",3,NULL,0,NULL,0}, + {"턶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xb6",3,NULL,0,NULL,0}, + {"ꍧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xa7",3,NULL,0,NULL,0}, + {"䝎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x8e",3,NULL,0,NULL,0}, + {"蝎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x8e",3,NULL,0,NULL,0}, + {"ꋜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x9c",3,NULL,0,NULL,0}, + {"셚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x9a",3,NULL,0,NULL,0}, + {"㱄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x84",3,NULL,0,NULL,0}, + {"鷟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x9f",3,NULL,0,NULL,0}, + {"첰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xb0",3,NULL,0,NULL,0}, + {"굙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x99",3,NULL,0,NULL,0}, + {"札",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xad",3,NULL,0,NULL,0}, + {"诨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x9e",3,NULL,0,NULL,0}, + {"Ԫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xaa",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x98",3,NULL,0,NULL,0}, + {"퇣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xa3",3,NULL,0,NULL,0}, + {"뾲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xb2",3,NULL,0,NULL,0}, + {"⻙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x99",3,NULL,0,NULL,0}, + {"歳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xb3",3,NULL,0,NULL,0}, + {"ᆫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x9f",3,NULL,0,NULL,0}, + {"箴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xb4",3,NULL,0,NULL,0}, + {"Ꞃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xb4",3,NULL,0,NULL,0}, + {"慸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xb8",3,NULL,0,NULL,0}, + {"詧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xa7",3,NULL,0,NULL,0}, + {"唠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xa0",3,NULL,0,NULL,0}, + {"匭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xad",3,NULL,0,NULL,0}, + {"뺫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xab",3,NULL,0,NULL,0}, + {"Ⴧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x87",3,NULL,0,NULL,0}, + {"䕪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x95",3,NULL,0,NULL,0}, + {"䨓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x93",3,NULL,0,NULL,0}, + {"螈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x88",3,NULL,0,NULL,0}, + {"椛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x9b",3,NULL,0,NULL,0}, + {"ᢧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xa7",3,NULL,0,NULL,0}, + {"滀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x80",3,NULL,0,NULL,0}, + {"锞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x9e",3,NULL,0,NULL,0}, + {"駚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x9a",3,NULL,0,NULL,0}, + {"웶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xb6",3,NULL,0,NULL,0}, + {"蚔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x94",3,NULL,0,NULL,0}, + {"㔌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x8c",3,NULL,0,NULL,0}, + {"炼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xb0",3,NULL,0,NULL,0}, + {"墸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xb8",3,NULL,0,NULL,0}, + {"숹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xb9",3,NULL,0,NULL,0}, + {"渤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xa4",3,NULL,0,NULL,0}, + {"鹜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x9c",3,NULL,0,NULL,0}, + {"Ӂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x81",2,NULL,0,NULL,0}, + {"몮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xae",3,NULL,0,NULL,0}, + {"믈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x88",3,NULL,0,NULL,0}, + {"犤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xa4",3,NULL,0,NULL,0}, + {"뽄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x84",3,NULL,0,NULL,0}, + {"䧝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x9d",3,NULL,0,NULL,0}, + {"볆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x86",3,NULL,0,NULL,0}, + {"篶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xb6",3,NULL,0,NULL,0}, + {"㖬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xac",3,NULL,0,NULL,0}, + {"꺍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x8d",3,NULL,0,NULL,0}, + {"랚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x9a",3,NULL,0,NULL,0}, + {"功",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x9f",3,NULL,0,NULL,0}, + {"䫐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x90",3,NULL,0,NULL,0}, + {"校",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xa1",3,NULL,0,NULL,0}, + {"㓒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x92",3,NULL,0,NULL,0}, + {"䧎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x8e",3,NULL,0,NULL,0}, + {"뫵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xb5",3,NULL,0,NULL,0}, + {"辘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x98",3,NULL,0,NULL,0}, + {"颺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xba",3,NULL,0,NULL,0}, + {"㟭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xad",3,NULL,0,NULL,0}, + {"㨀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x80",3,NULL,0,NULL,0}, + {"꺦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xa6",3,NULL,0,NULL,0}, + {"ę",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x99",2,NULL,0,NULL,0}, + {"갍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x8d",3,NULL,0,NULL,0}, + {"쎐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x90",3,NULL,0,NULL,0}, + {"諘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x98",3,NULL,0,NULL,0}, + {"淪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xaa",3,NULL,0,NULL,0}, + {"嘟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x9f",3,NULL,0,NULL,0}, + {"욛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xa0",3,NULL,0,NULL,0}, + {"ꢹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xb9",3,NULL,0,NULL,0}, + {"䴷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xa3",3,NULL,0,NULL,0}, + {"퇨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xa8",3,NULL,0,NULL,0}, + {"童",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xa5",3,NULL,0,NULL,0}, + {"箵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xb5",3,NULL,0,NULL,0}, + {"裮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xae",3,NULL,0,NULL,0}, + {"㢄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x84",3,NULL,0,NULL,0}, + {"維",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xad",3,NULL,0,NULL,0}, + {"྘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x98",3,NULL,0,NULL,0}, + {"틩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xa9",3,NULL,0,NULL,0}, + {"麩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xa9",3,NULL,0,NULL,0}, + {"ꠀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x80",3,NULL,0,NULL,0}, + {"㕫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xab",3,NULL,0,NULL,0}, + {"꥝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x9d",3,NULL,0,NULL,0}, + {"偏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x8f",3,NULL,0,NULL,0}, + {"䫱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x83",3,NULL,0,NULL,0}, + {"觞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x9e",3,NULL,0,NULL,0}, + {"祝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x9d",3,NULL,0,NULL,0}, + {"㠫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xab",3,NULL,0,NULL,0}, + {"漬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x98",3,NULL,0,NULL,0}, + {"뷽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xbd",3,NULL,0,NULL,0}, + {"玔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x94",3,NULL,0,NULL,0}, + {"梊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x8a",3,NULL,0,NULL,0}, + {"移",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xbb",3,NULL,0,NULL,0}, + {"貤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xa4",3,NULL,0,NULL,0}, + {"븾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xbe",3,NULL,0,NULL,0}, + {"룿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xbf",3,NULL,0,NULL,0}, + {"뚟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x9f",3,NULL,0,NULL,0}, + {"飙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x99",3,NULL,0,NULL,0}, + {"㣳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xb3",3,NULL,0,NULL,0}, + {"瓻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xbb",3,NULL,0,NULL,0}, + {"紆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x86",3,NULL,0,NULL,0}, + {"㏺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xa1",3,NULL,0,NULL,0}, + {"燬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xac",3,NULL,0,NULL,0}, + {"䯨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xa8",3,NULL,0,NULL,0}, + {"㦍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x8d",3,NULL,0,NULL,0}, + {"服",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x9e",3,NULL,0,NULL,0}, + {"ꣾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xac",3,NULL,0,NULL,0}, + {"멮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xae",3,NULL,0,NULL,0}, + {"팜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x9c",3,NULL,0,NULL,0}, + {"仮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xae",3,NULL,0,NULL,0}, + {"뷌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x8c",3,NULL,0,NULL,0}, + {"哏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x8f",3,NULL,0,NULL,0}, + {"혫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xab",3,NULL,0,NULL,0}, + {"鴔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x94",3,NULL,0,NULL,0}, + {"茩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xa9",3,NULL,0,NULL,0}, + {"탬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xac",3,NULL,0,NULL,0}, + {"餏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x8f",3,NULL,0,NULL,0}, + {"鏙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x99",3,NULL,0,NULL,0}, + {"ﺭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xad",3,NULL,0,NULL,0}, + {"臄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x84",3,NULL,0,NULL,0}, + {"ಾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xbe",3,NULL,0,NULL,0}, + {"먿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xbf",3,NULL,0,NULL,0}, + {"踁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x81",3,NULL,0,NULL,0}, + {"耉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x89",3,NULL,0,NULL,0}, + {"ﺼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xbc",3,NULL,0,NULL,0}, + {"煓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x93",3,NULL,0,NULL,0}, + {"滫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xab",3,NULL,0,NULL,0}, + {"ﴐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x90",3,NULL,0,NULL,0}, + {"ᶼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xbc",3,NULL,0,NULL,0}, + {"둼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x97",3,NULL,0,NULL,0}, + {"ᵻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x92",3,NULL,0,NULL,0}, + {"내",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xb4",3,NULL,0,NULL,0}, + {"햺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xba",3,NULL,0,NULL,0}, + {"忤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xa4",3,NULL,0,NULL,0}, + {"㰟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x9f",3,NULL,0,NULL,0}, + {"젖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x96",3,NULL,0,NULL,0}, + {"৶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xb6",3,NULL,0,NULL,0}, + {"恩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xa9",3,NULL,0,NULL,0}, + {"൤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xa4",3,NULL,0,NULL,0}, + {"얭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xad",3,NULL,0,NULL,0}, + {"㶻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xbb",3,NULL,0,NULL,0}, + {"닂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x82",3,NULL,0,NULL,0}, + {"呸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xb8",3,NULL,0,NULL,0}, + {"ᛓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xb8",3,NULL,0,NULL,0}, + {"侕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x95",3,NULL,0,NULL,0}, + {"猳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xb3",3,NULL,0,NULL,0}, + {"兽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xbd",3,NULL,0,NULL,0}, + {"ᣘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x98",3,NULL,0,NULL,0}, + {"役",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xb9",3,NULL,0,NULL,0}, + {"ǽ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xbd",2,NULL,0,NULL,0}, + {"᷾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xbe",3,NULL,0,NULL,0}, + {"燯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xaf",3,NULL,0,NULL,0}, + {"岼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xbc",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x1f",1,NULL,0,NULL,0}, + {"乊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x8a",3,NULL,0,NULL,0}, + {"௺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xba",3,NULL,0,NULL,0}, + {"馳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xb3",3,NULL,0,NULL,0}, + {"ᥟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x9f",3,NULL,0,NULL,0}, + {"꩑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x91",3,NULL,0,NULL,0}, + {"䁶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xb6",3,NULL,0,NULL,0}, + {"見",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x8a",3,NULL,0,NULL,0}, + {"⬤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xa4",3,NULL,0,NULL,0}, + {"췃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x83",3,NULL,0,NULL,0}, + {"阮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xb4",3,NULL,0,NULL,0}, + {"ﵩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xbf",3,NULL,0,NULL,0}, + {"酸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xa9",3,NULL,0,NULL,0}, + {"調",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xb9",3,NULL,0,NULL,0}, + {"핟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x9f",3,NULL,0,NULL,0}, + {"ꌘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x98",3,NULL,0,NULL,0}, + {"㾗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x97",3,NULL,0,NULL,0}, + {"︸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xab",3,NULL,0,NULL,0}, + {"汦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xa6",3,NULL,0,NULL,0}, + {"ᰱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xb1",3,NULL,0,NULL,0}, + {"軽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xbd",3,NULL,0,NULL,0}, + {"䢍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x94",3,NULL,0,NULL,0}, + {"唉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x89",3,NULL,0,NULL,0}, + {"к",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xba",2,NULL,0,NULL,0}, + {"䐾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xbe",3,NULL,0,NULL,0}, + {"ₐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x8e",3,NULL,0,NULL,0}, + {"嫙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x99",3,NULL,0,NULL,0}, + {"丼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xbc",3,NULL,0,NULL,0}, + {"鍾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xbe",3,NULL,0,NULL,0}, + {"珓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x93",3,NULL,0,NULL,0}, + {"ぃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x83",3,NULL,0,NULL,0}, + {"凜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x9c",3,NULL,0,NULL,0}, + {"䂸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xa7",3,NULL,0,NULL,0}, + {"ᤥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xa5",3,NULL,0,NULL,0}, + {"ꢒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x92",3,NULL,0,NULL,0}, + {"ࡦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xa6",3,NULL,0,NULL,0}, + {"仑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x9a",3,NULL,0,NULL,0}, + {"侵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xb5",3,NULL,0,NULL,0}, + {"ᏹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xb9",3,NULL,0,NULL,0}, + {"奔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xbf",3,NULL,0,NULL,0}, + {"쨒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x92",3,NULL,0,NULL,0}, + {"꒓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x93",3,NULL,0,NULL,0}, + {"鋞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa1",3,NULL,0,NULL,0}, + {"㿰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xb0",3,NULL,0,NULL,0}, + {"ॖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x96",3,NULL,0,NULL,0}, + {"䛛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xbc",3,NULL,0,NULL,0}, + {"ﶲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xb2",3,NULL,0,NULL,0}, + {"偮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xae",3,NULL,0,NULL,0}, + {"꥚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x9a",3,NULL,0,NULL,0}, + {"ⴛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x9b",3,NULL,0,NULL,0}, + {"䈋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x8b",3,NULL,0,NULL,0}, + {"ㅥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xa5",3,NULL,0,NULL,0}, + {"菄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x84",3,NULL,0,NULL,0}, + {"怹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xb9",3,NULL,0,NULL,0}, + {"ฆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x86",3,NULL,0,NULL,0}, + {"㻾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xbe",3,NULL,0,NULL,0}, + {"㒀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x80",3,NULL,0,NULL,0}, + {"䆾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xbe",3,NULL,0,NULL,0}, + {"ユ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa6",3,NULL,0,NULL,0}, + {"靋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x8b",3,NULL,0,NULL,0}, + {"夯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xaf",3,NULL,0,NULL,0}, + {"☹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xb9",3,NULL,0,NULL,0}, + {"帱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xb1",3,NULL,0,NULL,0}, + {"댮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xae",3,NULL,0,NULL,0}, + {"ᬰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xb0",3,NULL,0,NULL,0}, + {"䟦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xa6",3,NULL,0,NULL,0}, + {"䑣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xa3",3,NULL,0,NULL,0}, + {"ﯙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x99",3,NULL,0,NULL,0}, + {"邈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x88",3,NULL,0,NULL,0}, + {"犃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x83",3,NULL,0,NULL,0}, + {"娼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xbc",3,NULL,0,NULL,0}, + {"⶜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x9c",3,NULL,0,NULL,0}, + {"產",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xb2",3,NULL,0,NULL,0}, + {"땇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x87",3,NULL,0,NULL,0}, + {"⾼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xbc",3,NULL,0,NULL,0}, + {"ꂁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x81",3,NULL,0,NULL,0}, + {"㈮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xae",3,NULL,0,NULL,0}, + {"崬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xac",3,NULL,0,NULL,0}, + {"쓢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xa2",3,NULL,0,NULL,0}, + {"ﬕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x95",3,NULL,0,NULL,0}, + {"ꃰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xa0",3,NULL,0,NULL,0}, + {"㸍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xb3",3,NULL,0,NULL,0}, + {"橂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x82",3,NULL,0,NULL,0}, + {"磟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x9f",3,NULL,0,NULL,0}, + {"堩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xa9",3,NULL,0,NULL,0}, + {"㺍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x8a",3,NULL,0,NULL,0}, + {"⊔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xa1",3,NULL,0,NULL,0}, + {"겻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xbb",3,NULL,0,NULL,0}, + {"⋅",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x85",3,NULL,0,NULL,0}, + {"߭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xad",2,NULL,0,NULL,0}, + {"쬮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xae",3,NULL,0,NULL,0}, + {"䍶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x89",3,NULL,0,NULL,0}, + {"៱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xb1",3,NULL,0,NULL,0}, + {"퉛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x9b",3,NULL,0,NULL,0}, + {"੦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xa6",3,NULL,0,NULL,0}, + {"ݿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xbf",2,NULL,0,NULL,0}, + {"阮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xae",3,NULL,0,NULL,0}, + {"籱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xb1",3,NULL,0,NULL,0}, + {"ᢔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x94",3,NULL,0,NULL,0}, + {"鄏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x8f",3,NULL,0,NULL,0}, + {"﫛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x9b",3,NULL,0,NULL,0}, + {"峫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xab",3,NULL,0,NULL,0}, + {"㌟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x9f",3,NULL,0,NULL,0}, + {"妠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xa0",3,NULL,0,NULL,0}, + {"␩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xa4",3,NULL,0,NULL,0}, + {"磑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x91",3,NULL,0,NULL,0}, + {"㛽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xbd",3,NULL,0,NULL,0}, + {"섧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xa7",3,NULL,0,NULL,0}, + {"㠊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x8a",3,NULL,0,NULL,0}, + {"ﭾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xbe",3,NULL,0,NULL,0}, + {"蘹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x8c",3,NULL,0,NULL,0}, + {"碚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x9a",3,NULL,0,NULL,0}, + {"䷃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x83",3,NULL,0,NULL,0}, + {"쵻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xbb",3,NULL,0,NULL,0}, + {"ꮻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xbb",3,NULL,0,NULL,0}, + {"쟷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xa0",3,NULL,0,NULL,0}, + {"ϩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xa9",2,NULL,0,NULL,0}, + {"⫬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xac",3,NULL,0,NULL,0}, + {"ا",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xa7",2,NULL,0,NULL,0}, + {"쒞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x9e",3,NULL,0,NULL,0}, + {"诿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xbf",3,NULL,0,NULL,0}, + {"큞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x9e",3,NULL,0,NULL,0}, + {"ᅫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x8e",3,NULL,0,NULL,0}, + {"頙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x99",3,NULL,0,NULL,0}, + {"ꎜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x9c",3,NULL,0,NULL,0}, + {"훅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x85",3,NULL,0,NULL,0}, + {"⤳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xb3",3,NULL,0,NULL,0}, + {"魞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x83",3,NULL,0,NULL,0}, + {"ᑌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x8c",3,NULL,0,NULL,0}, + {"醧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xa7",3,NULL,0,NULL,0}, + {"镤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xa4",3,NULL,0,NULL,0}, + {"壙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x99",3,NULL,0,NULL,0}, + {"揙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x99",3,NULL,0,NULL,0}, + {"낀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x80",3,NULL,0,NULL,0}, + {"媎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x8e",3,NULL,0,NULL,0}, + {"Ⓟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x85",3,NULL,0,NULL,0}, + {"䠵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xb5",3,NULL,0,NULL,0}, + {"탫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xab",3,NULL,0,NULL,0}, + {"뿀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x80",3,NULL,0,NULL,0}, + {"ჿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xbf",3,NULL,0,NULL,0}, + {"懏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x8f",3,NULL,0,NULL,0}, + {"쉇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x87",3,NULL,0,NULL,0}, + {"䭐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x90",3,NULL,0,NULL,0}, + {"ಿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xbf",3,NULL,0,NULL,0}, + {"鞒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x92",3,NULL,0,NULL,0}, + {"뜖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x96",3,NULL,0,NULL,0}, + {"虥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xa5",3,NULL,0,NULL,0}, + {"顭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xad",3,NULL,0,NULL,0}, + {"딒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x92",3,NULL,0,NULL,0}, + {"ꨫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xab",3,NULL,0,NULL,0}, + {"껋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x8b",3,NULL,0,NULL,0}, + {"Ꮕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x85",3,NULL,0,NULL,0}, + {"ũ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xa9",2,NULL,0,NULL,0}, + {"嗤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xaf",3,NULL,0,NULL,0}, + {"꯬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xac",3,NULL,0,NULL,0}, + {"쯹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xb9",3,NULL,0,NULL,0}, + {"┇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x87",3,NULL,0,NULL,0}, + {"嗺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xba",3,NULL,0,NULL,0}, + {"ꅣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xa3",3,NULL,0,NULL,0}, + {"從",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x9e",3,NULL,0,NULL,0}, + {"퓥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xa5",3,NULL,0,NULL,0}, + {"躗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xbc",3,NULL,0,NULL,0}, + {"蓬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xac",3,NULL,0,NULL,0}, + {"嚩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xa9",3,NULL,0,NULL,0}, + {"●",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x8f",3,NULL,0,NULL,0}, + {"ᾔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x94",3,NULL,0,NULL,0}, + {"蹾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xbe",3,NULL,0,NULL,0}, + {"礸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xb8",3,NULL,0,NULL,0}, + {"蟙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x99",3,NULL,0,NULL,0}, + {"쩳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xb3",3,NULL,0,NULL,0}, + {"⪋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x8b",3,NULL,0,NULL,0}, + {"騖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x96",3,NULL,0,NULL,0}, + {"ື",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xb7",3,NULL,0,NULL,0}, + {"核",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xb8",3,NULL,0,NULL,0}, + {"ɿ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xbf",2,NULL,0,NULL,0}, + {"䦍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x8e",3,NULL,0,NULL,0}, + {"獵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xb5",3,NULL,0,NULL,0}, + {"떕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x95",3,NULL,0,NULL,0}, + {"㄂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x82",3,NULL,0,NULL,0}, + {"䝮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xae",3,NULL,0,NULL,0}, + {"⯑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x91",3,NULL,0,NULL,0}, + {"뎱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xb1",3,NULL,0,NULL,0}, + {"뭲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xb2",3,NULL,0,NULL,0}, + {"暙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x99",3,NULL,0,NULL,0}, + {"㢤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xa8",3,NULL,0,NULL,0}, + {"琗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x97",3,NULL,0,NULL,0}, + {"逤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x92",3,NULL,0,NULL,0}, + {"ᩔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x94",3,NULL,0,NULL,0}, + {"商",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x86",3,NULL,0,NULL,0}, + {"⨑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x91",3,NULL,0,NULL,0}, + {"ꊆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xb1",3,NULL,0,NULL,0}, + {"曢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x87",3,NULL,0,NULL,0}, + {"⺫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xab",3,NULL,0,NULL,0}, + {"⦊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x8a",3,NULL,0,NULL,0}, + {"켦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xa6",3,NULL,0,NULL,0}, + {"襼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xbc",3,NULL,0,NULL,0}, + {"읷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xb7",3,NULL,0,NULL,0}, + {"근",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xbc",3,NULL,0,NULL,0}, + {"齨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xa8",3,NULL,0,NULL,0}, + {"覫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xab",3,NULL,0,NULL,0}, + {"ʵ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb5",2,NULL,0,NULL,0}, + {"➹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xb9",3,NULL,0,NULL,0}, + {"㚅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x85",3,NULL,0,NULL,0}, + {"鱙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x99",3,NULL,0,NULL,0}, + {"먼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xbc",3,NULL,0,NULL,0}, + {"บ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x9a",3,NULL,0,NULL,0}, + {"驭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xad",3,NULL,0,NULL,0}, + {"ꭟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x9f",3,NULL,0,NULL,0}, + {"䳍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x8d",3,NULL,0,NULL,0}, + {"澦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xa6",3,NULL,0,NULL,0}, + {"攑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x91",3,NULL,0,NULL,0}, + {"홺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xba",3,NULL,0,NULL,0}, + {"⑐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x90",3,NULL,0,NULL,0}, + {"ꋄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x84",3,NULL,0,NULL,0}, + {"퍌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x8c",3,NULL,0,NULL,0}, + {"촭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xad",3,NULL,0,NULL,0}, + {"鶞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x9e",3,NULL,0,NULL,0}, + {"曰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xb0",3,NULL,0,NULL,0}, + {"쥾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xbe",3,NULL,0,NULL,0}, + {"ᖏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x8f",3,NULL,0,NULL,0}, + {"竇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x87",3,NULL,0,NULL,0}, + {"뢿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xbf",3,NULL,0,NULL,0}, + {"ଫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xab",3,NULL,0,NULL,0}, + {"⹺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x9d",3,NULL,0,NULL,0}, + {"뿱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xb1",3,NULL,0,NULL,0}, + {"鐏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xaa",3,NULL,0,NULL,0}, + {"焹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xb9",3,NULL,0,NULL,0}, + {"爎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x8e",3,NULL,0,NULL,0}, + {"煍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x8d",3,NULL,0,NULL,0}, + {"ꔤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x8d",3,NULL,0,NULL,0}, + {"Ⲯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xae",3,NULL,0,NULL,0}, + {"誟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x9f",3,NULL,0,NULL,0}, + {"㌌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x8c",3,NULL,0,NULL,0}, + {"⥚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x9a",3,NULL,0,NULL,0}, + {"տ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xbf",2,NULL,0,NULL,0}, + {"폛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x9b",3,NULL,0,NULL,0}, + {"㜒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x92",3,NULL,0,NULL,0}, + {"蜪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xaa",3,NULL,0,NULL,0}, + {"劃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x83",3,NULL,0,NULL,0}, + {"೛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x9b",3,NULL,0,NULL,0}, + {"ሒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x92",3,NULL,0,NULL,0}, + {"蛿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xbf",3,NULL,0,NULL,0}, + {"塛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x9b",3,NULL,0,NULL,0}, + {"溨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xa8",3,NULL,0,NULL,0}, + {"涿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xbf",3,NULL,0,NULL,0}, + {"꽻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xbb",3,NULL,0,NULL,0}, + {"恡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xa1",3,NULL,0,NULL,0}, + {"뙓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x93",3,NULL,0,NULL,0}, + {"赹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xb9",3,NULL,0,NULL,0}, + {"ꇼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xbc",3,NULL,0,NULL,0}, + {"㓚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x9a",3,NULL,0,NULL,0}, + {"噍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x8d",3,NULL,0,NULL,0}, + {"藕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x95",3,NULL,0,NULL,0}, + {"꙱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xb1",3,NULL,0,NULL,0}, + {"濪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xaa",3,NULL,0,NULL,0}, + {"㕡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xa1",3,NULL,0,NULL,0}, + {"᳿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xbf",3,NULL,0,NULL,0}, + {"튍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x8d",3,NULL,0,NULL,0}, + {"詥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xa5",3,NULL,0,NULL,0}, + {"㫳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xb3",3,NULL,0,NULL,0}, + {"뱏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x8f",3,NULL,0,NULL,0}, + {"䮭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xad",3,NULL,0,NULL,0}, + {"枔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xaa",3,NULL,0,NULL,0}, + {"묠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xa0",3,NULL,0,NULL,0}, + {"䚣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xa3",3,NULL,0,NULL,0}, + {"햻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xbb",3,NULL,0,NULL,0}, + {"㬂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x82",3,NULL,0,NULL,0}, + {"ۘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x98",2,NULL,0,NULL,0}, + {"뵩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xa9",3,NULL,0,NULL,0}, + {"꘯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xaf",3,NULL,0,NULL,0}, + {"㌻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xa2",3,NULL,0,NULL,0}, + {"瑟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x9f",3,NULL,0,NULL,0}, + {"粷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xb7",3,NULL,0,NULL,0}, + {"뷀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x93",3,NULL,0,NULL,0}, + {"刾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x90",3,NULL,0,NULL,0}, + {"忉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x89",3,NULL,0,NULL,0}, + {"븉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x89",3,NULL,0,NULL,0}, + {"͖",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x96",2,NULL,0,NULL,0}, + {"㣹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xb9",3,NULL,0,NULL,0}, + {"㲩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xa9",3,NULL,0,NULL,0}, + {"⭲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xa9",3,NULL,0,NULL,0}, + {"玦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xa6",3,NULL,0,NULL,0}, + {"뛅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x85",3,NULL,0,NULL,0}, + {"袴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xb4",3,NULL,0,NULL,0}, + {"ꜱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xb1",3,NULL,0,NULL,0}, + {"썯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xaf",3,NULL,0,NULL,0}, + {"銫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xab",3,NULL,0,NULL,0}, + {"㿍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x8d",3,NULL,0,NULL,0}, + {"ꠈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x88",3,NULL,0,NULL,0}, + {"๬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xac",3,NULL,0,NULL,0}, + {"ᖨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xa8",3,NULL,0,NULL,0}, + {"ᝠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xa0",3,NULL,0,NULL,0}, + {"퍛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x9b",3,NULL,0,NULL,0}, + {"볒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xa1",3,NULL,0,NULL,0}, + {"⶟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x9f",3,NULL,0,NULL,0}, + {"뷯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xaf",3,NULL,0,NULL,0}, + {"翬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xac",3,NULL,0,NULL,0}, + {"挧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xa7",3,NULL,0,NULL,0}, + {"᭲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xb2",3,NULL,0,NULL,0}, + {"䱐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x86",3,NULL,0,NULL,0}, + {"썱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xb1",3,NULL,0,NULL,0}, + {"ᖅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x85",3,NULL,0,NULL,0}, + {"￲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xb2",3,NULL,0,NULL,0}, + {"뺄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x84",3,NULL,0,NULL,0}, + {"䴽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xbd",3,NULL,0,NULL,0}, + {"㢈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x88",3,NULL,0,NULL,0}, + {"㮪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x8c",3,NULL,0,NULL,0}, + {"꓈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x88",3,NULL,0,NULL,0}, + {"뗣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xa3",3,NULL,0,NULL,0}, + {"î",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xae",2,NULL,0,NULL,0}, + {"듖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x96",3,NULL,0,NULL,0}, + {"偕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x99",3,NULL,0,NULL,0}, + {"죨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xa8",3,NULL,0,NULL,0}, + {"躓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x93",3,NULL,0,NULL,0}, + {"ꚇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x88",3,NULL,0,NULL,0}, + {"퓽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xbd",3,NULL,0,NULL,0}, + {"芖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x96",3,NULL,0,NULL,0}, + {"佄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xbf",3,NULL,0,NULL,0}, + {"ഷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xb7",3,NULL,0,NULL,0}, + {"嶶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xb6",3,NULL,0,NULL,0}, + {"ᠮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xae",3,NULL,0,NULL,0}, + {"䅠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xa0",3,NULL,0,NULL,0}, + {"飛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x9b",3,NULL,0,NULL,0}, + {"纴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xb4",3,NULL,0,NULL,0}, + {"ಌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x99",3,NULL,0,NULL,0}, + {"⽮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xae",3,NULL,0,NULL,0}, + {"峽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xb3",3,NULL,0,NULL,0}, + {"唴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xb4",3,NULL,0,NULL,0}, + {"ç",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa7",2,NULL,0,NULL,0}, + {"뒜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x9c",3,NULL,0,NULL,0}, + {"匞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x9e",3,NULL,0,NULL,0}, + {"+",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"+",1,NULL,0,NULL,0}, + {"庬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xac",3,NULL,0,NULL,0}, + {"㹝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x92",3,NULL,0,NULL,0}, + {"傛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x9b",3,NULL,0,NULL,0}, + {"멬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xac",3,NULL,0,NULL,0}, + {"ㇲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xb2",3,NULL,0,NULL,0}, + {"聦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xa6",3,NULL,0,NULL,0}, + {"౏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x8f",3,NULL,0,NULL,0}, + {"옠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x84",3,NULL,0,NULL,0}, + {"响",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x8d",3,NULL,0,NULL,0}, + {"줱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xb1",3,NULL,0,NULL,0}, + {"벘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x98",3,NULL,0,NULL,0}, + {"槰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x86",3,NULL,0,NULL,0}, + {"᲎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x8e",3,NULL,0,NULL,0}, + {"凷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xbc",3,NULL,0,NULL,0}, + {"榇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x87",3,NULL,0,NULL,0}, + {"젺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xa2",3,NULL,0,NULL,0}, + {"︆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x86",3,NULL,0,NULL,0}, + {"븩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xa9",3,NULL,0,NULL,0}, + {"늖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x96",3,NULL,0,NULL,0}, + {"㶒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x92",3,NULL,0,NULL,0}, + {"⫍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x8d",3,NULL,0,NULL,0}, + {"૜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x9c",3,NULL,0,NULL,0}, + {"ǐ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x90",2,NULL,0,NULL,0}, + {"酄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x84",3,NULL,0,NULL,0}, + {"饢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xa2",3,NULL,0,NULL,0}, + {"錃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x83",3,NULL,0,NULL,0}, + {"讚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x9a",3,NULL,0,NULL,0}, + {"꫌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x8c",3,NULL,0,NULL,0}, + {"쨹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xb9",3,NULL,0,NULL,0}, + {"ᚅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x85",3,NULL,0,NULL,0}, + {"㬸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xb8",3,NULL,0,NULL,0}, + {"ㆸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xb8",3,NULL,0,NULL,0}, + {"繿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xbf",3,NULL,0,NULL,0}, + {"㫤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xa4",3,NULL,0,NULL,0}, + {"吕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x95",3,NULL,0,NULL,0}, + {"ꀵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xb5",3,NULL,0,NULL,0}, + {"億",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x84",3,NULL,0,NULL,0}, + {"쐪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xaa",3,NULL,0,NULL,0}, + {"랉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x89",3,NULL,0,NULL,0}, + {"졔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x94",3,NULL,0,NULL,0}, + {"ꀠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xa0",3,NULL,0,NULL,0}, + {"婷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xa1",3,NULL,0,NULL,0}, + {"矡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xa1",3,NULL,0,NULL,0}, + {"倲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xb2",3,NULL,0,NULL,0}, + {"ẍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x8d",3,NULL,0,NULL,0}, + {"㾩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x95",3,NULL,0,NULL,0}, + {"쪤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xa4",3,NULL,0,NULL,0}, + {"迲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xb2",3,NULL,0,NULL,0}, + {"릧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x8d",3,NULL,0,NULL,0}, + {"ǿ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xbf",2,NULL,0,NULL,0}, + {"⠀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xb6",3,NULL,0,NULL,0}, + {"↪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xaa",3,NULL,0,NULL,0}, + {"냒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x92",3,NULL,0,NULL,0}, + {"䣲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xb2",3,NULL,0,NULL,0}, + {"ଢ଼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x9d",3,NULL,0,NULL,0}, + {"ᘔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x94",3,NULL,0,NULL,0}, + {"띏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xbf",3,NULL,0,NULL,0}, + {"ﵣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xa3",3,NULL,0,NULL,0}, + {"ࣹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xb9",3,NULL,0,NULL,0}, + {"짝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xb4",3,NULL,0,NULL,0}, + {"≑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x91",3,NULL,0,NULL,0}, + {"눽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xbd",3,NULL,0,NULL,0}, + {"ꌔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x94",3,NULL,0,NULL,0}, + {"㽵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xa2",3,NULL,0,NULL,0}, + {"蓼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x82",3,NULL,0,NULL,0}, + {"乸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xb8",3,NULL,0,NULL,0}, + {"巒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x92",3,NULL,0,NULL,0}, + {"娘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x98",3,NULL,0,NULL,0}, + {"꽕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x95",3,NULL,0,NULL,0}, + {"ϐ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x90",2,NULL,0,NULL,0}, + {"ᑢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xb5",3,NULL,0,NULL,0}, + {"᪕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x89",3,NULL,0,NULL,0}, + {"奧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xa7",3,NULL,0,NULL,0}, + {"湬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xac",3,NULL,0,NULL,0}, + {"쫭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xad",3,NULL,0,NULL,0}, + {"ដ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x8a",3,NULL,0,NULL,0}, + {"縝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x9d",3,NULL,0,NULL,0}, + {"뚈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x88",3,NULL,0,NULL,0}, + {"뜫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xab",3,NULL,0,NULL,0}, + {"춓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x93",3,NULL,0,NULL,0}, + {"㊧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xa7",3,NULL,0,NULL,0}, + {"⍹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xb9",3,NULL,0,NULL,0}, + {"嶗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x97",3,NULL,0,NULL,0}, + {"㘷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xb7",3,NULL,0,NULL,0}, + {"隧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xa7",3,NULL,0,NULL,0}, + {"ﰘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x83",3,NULL,0,NULL,0}, + {"疂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x82",3,NULL,0,NULL,0}, + {"萛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x9b",3,NULL,0,NULL,0}, + {"﷟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x9f",3,NULL,0,NULL,0}, + {"끋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x8b",3,NULL,0,NULL,0}, + {"ԕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x95",2,NULL,0,NULL,0}, + {"贸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xb8",3,NULL,0,NULL,0}, + {"쇟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x9f",3,NULL,0,NULL,0}, + {"즃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x83",3,NULL,0,NULL,0}, + {"䛉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x85",3,NULL,0,NULL,0}, + {"ľ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xbe",2,NULL,0,NULL,0}, + {"Ꮸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xa8",3,NULL,0,NULL,0}, + {"걺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x87",3,NULL,0,NULL,0}, + {"夭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x86",3,NULL,0,NULL,0}, + {"Ἷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xbf",3,NULL,0,NULL,0}, + {"઎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x8e",3,NULL,0,NULL,0}, + {"冪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xaa",3,NULL,0,NULL,0}, + {"䗼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xbc",3,NULL,0,NULL,0}, + {"⭺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xba",3,NULL,0,NULL,0}, + {"읚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x9a",3,NULL,0,NULL,0}, + {"쮑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x91",3,NULL,0,NULL,0}, + {"䋯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xaf",3,NULL,0,NULL,0}, + {"靉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x89",3,NULL,0,NULL,0}, + {"쎭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x8b",3,NULL,0,NULL,0}, + {"쭴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xb4",3,NULL,0,NULL,0}, + {"▖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x96",3,NULL,0,NULL,0}, + {"눚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x9a",3,NULL,0,NULL,0}, + {"坼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xa4",3,NULL,0,NULL,0}, + {"싀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x80",3,NULL,0,NULL,0}, + {"ᕵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xb5",3,NULL,0,NULL,0}, + {"귻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xbb",3,NULL,0,NULL,0}, + {"ꂃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xbf",3,NULL,0,NULL,0}, + {"ꌙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x99",3,NULL,0,NULL,0}, + {"ᧀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x80",3,NULL,0,NULL,0}, + {"⒊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x8a",3,NULL,0,NULL,0}, + {"闛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x9b",3,NULL,0,NULL,0}, + {"녡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xa1",3,NULL,0,NULL,0}, + {"⼟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x9f",3,NULL,0,NULL,0}, + {"尬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xac",3,NULL,0,NULL,0}, + {"䵲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x81",3,NULL,0,NULL,0}, + {"ᨍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x8d",3,NULL,0,NULL,0}, + {"솞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x9e",3,NULL,0,NULL,0}, + {"嬸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xb8",3,NULL,0,NULL,0}, + {"竘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x98",3,NULL,0,NULL,0}, + {"载",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xbd",3,NULL,0,NULL,0}, + {"楒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x92",3,NULL,0,NULL,0}, + {"최",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x9c",3,NULL,0,NULL,0}, + {"잘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x98",3,NULL,0,NULL,0}, + {"흅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x85",3,NULL,0,NULL,0}, + {"격",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x83",3,NULL,0,NULL,0}, + {"ɑ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x91",2,NULL,0,NULL,0}, + {"⧁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x81",3,NULL,0,NULL,0}, + {"ꈴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xb4",3,NULL,0,NULL,0}, + {"Ὗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x9f",3,NULL,0,NULL,0}, + {"퉙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x99",3,NULL,0,NULL,0}, + {"➔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x94",3,NULL,0,NULL,0}, + {"쁔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x94",3,NULL,0,NULL,0}, + {"盙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x99",3,NULL,0,NULL,0}, + {"퀏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x8f",3,NULL,0,NULL,0}, + {"ӎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x8e",2,NULL,0,NULL,0}, + {"皢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xa2",3,NULL,0,NULL,0}, + {"ݔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x94",2,NULL,0,NULL,0}, + {"䔒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x92",3,NULL,0,NULL,0}, + {"fl",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x82",3,NULL,0,NULL,0}, + {"軾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xb0",3,NULL,0,NULL,0}, + {"髕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x95",3,NULL,0,NULL,0}, + {"歃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x93",3,NULL,0,NULL,0}, + {"휶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xb6",3,NULL,0,NULL,0}, + {"頥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xa5",3,NULL,0,NULL,0}, + {"䔷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xa6",3,NULL,0,NULL,0}, + {"ጾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xbe",3,NULL,0,NULL,0}, + {"墄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x84",3,NULL,0,NULL,0}, + {"韘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x98",3,NULL,0,NULL,0}, + {"劺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xad",3,NULL,0,NULL,0}, + {"℮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xae",3,NULL,0,NULL,0}, + {"᫣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xa3",3,NULL,0,NULL,0}, + {"笯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xad",3,NULL,0,NULL,0}, + {"처",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x98",3,NULL,0,NULL,0}, + {"ℽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xa6",3,NULL,0,NULL,0}, + {"ϻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xbb",2,NULL,0,NULL,0}, + {"ꇃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x83",3,NULL,0,NULL,0}, + {"㓿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xbf",3,NULL,0,NULL,0}, + {"枬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xac",3,NULL,0,NULL,0}, + {"䭼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xbc",3,NULL,0,NULL,0}, + {"㕀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x80",3,NULL,0,NULL,0}, + {"焬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xac",3,NULL,0,NULL,0}, + {"؝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x9d",2,NULL,0,NULL,0}, + {"큮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xae",3,NULL,0,NULL,0}, + {"밠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xa0",3,NULL,0,NULL,0}, + {"蔲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xb2",3,NULL,0,NULL,0}, + {"頋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x8b",3,NULL,0,NULL,0}, + {"뼳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xb3",3,NULL,0,NULL,0}, + {"⎭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xad",3,NULL,0,NULL,0}, + {"犉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x80",3,NULL,0,NULL,0}, + {"㛉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x89",3,NULL,0,NULL,0}, + {"蛘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x98",3,NULL,0,NULL,0}, + {"깺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xa0",3,NULL,0,NULL,0}, + {"㪀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x80",3,NULL,0,NULL,0}, + {"电",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xb5",3,NULL,0,NULL,0}, + {"q",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"ي",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x8a",2,NULL,0,NULL,0}, + {"鯰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xb0",3,NULL,0,NULL,0}, + {"㠎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x8e",3,NULL,0,NULL,0}, + {"껑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x91",3,NULL,0,NULL,0}, + {"ô",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb4",2,NULL,0,NULL,0}, + {"ቤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xa4",3,NULL,0,NULL,0}, + {"챞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x9e",3,NULL,0,NULL,0}, + {"ၛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xb7",3,NULL,0,NULL,0}, + {"悊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x8a",3,NULL,0,NULL,0}, + {"꧜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x9c",3,NULL,0,NULL,0}, + {"갞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x9e",3,NULL,0,NULL,0}, + {"嘬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xac",3,NULL,0,NULL,0}, + {"欁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x81",3,NULL,0,NULL,0}, + {"混",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xb7",3,NULL,0,NULL,0}, + {"掎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x8e",3,NULL,0,NULL,0}, + {"紽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xbd",3,NULL,0,NULL,0}, + {"ꬴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xb4",3,NULL,0,NULL,0}, + {"蓴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xb4",3,NULL,0,NULL,0}, + {"嚳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xb3",3,NULL,0,NULL,0}, + {"⹚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x9a",3,NULL,0,NULL,0}, + {"แ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x81",3,NULL,0,NULL,0}, + {"뼡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xa1",3,NULL,0,NULL,0}, + {"伩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xa9",3,NULL,0,NULL,0}, + {"⺣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xa3",3,NULL,0,NULL,0}, + {"լ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xac",2,NULL,0,NULL,0}, + {"ퟍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x8d",3,NULL,0,NULL,0}, + {"⨳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xb3",3,NULL,0,NULL,0}, + {"䀴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xb4",3,NULL,0,NULL,0}, + {"㎟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x9f",3,NULL,0,NULL,0}, + {"爠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xa0",3,NULL,0,NULL,0}, + {"柲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xb2",3,NULL,0,NULL,0}, + {"數",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xa3",3,NULL,0,NULL,0}, + {"桧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xa7",3,NULL,0,NULL,0}, + {"挎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x8e",3,NULL,0,NULL,0}, + {"穧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xa7",3,NULL,0,NULL,0}, + {"㞻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xbb",3,NULL,0,NULL,0}, + {"ꯨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xa8",3,NULL,0,NULL,0}, + {"晆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x86",3,NULL,0,NULL,0}, + {"ᅩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xa9",3,NULL,0,NULL,0}, + {"钖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x96",3,NULL,0,NULL,0}, + {"遾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xbe",3,NULL,0,NULL,0}, + {"빙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x99",3,NULL,0,NULL,0}, + {"褓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x93",3,NULL,0,NULL,0}, + {"졬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x8f",3,NULL,0,NULL,0}, + {"럷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x9e",3,NULL,0,NULL,0}, + {"겥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xa5",3,NULL,0,NULL,0}, + {"꤮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xae",3,NULL,0,NULL,0}, + {"ⶨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xa8",3,NULL,0,NULL,0}, + {"궉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x89",3,NULL,0,NULL,0}, + {"腃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x83",3,NULL,0,NULL,0}, + {"軏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x8f",3,NULL,0,NULL,0}, + {"ꜧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xa7",3,NULL,0,NULL,0}, + {"Ꝛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x9e",3,NULL,0,NULL,0}, + {"ු",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x94",3,NULL,0,NULL,0}, + {"騶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xb6",3,NULL,0,NULL,0}, + {"ꤕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x95",3,NULL,0,NULL,0}, + {"懧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xa7",3,NULL,0,NULL,0}, + {"衏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x8f",3,NULL,0,NULL,0}, + {"ɭ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xad",2,NULL,0,NULL,0}, + {"鳴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xb4",3,NULL,0,NULL,0}, + {"饪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xaa",3,NULL,0,NULL,0}, + {"愈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x88",3,NULL,0,NULL,0}, + {"팇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x87",3,NULL,0,NULL,0}, + {"鵁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xb2",3,NULL,0,NULL,0}, + {"澶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xb6",3,NULL,0,NULL,0}, + {"ἷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xb7",3,NULL,0,NULL,0}, + {"푨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xa8",3,NULL,0,NULL,0}, + {"賉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x89",3,NULL,0,NULL,0}, + {"Ḙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x98",3,NULL,0,NULL,0}, + {"抳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x8c",3,NULL,0,NULL,0}, + {"ಱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xb1",3,NULL,0,NULL,0}, + {"鎾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xbe",3,NULL,0,NULL,0}, + {"飾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xbe",3,NULL,0,NULL,0}, + {"ᇒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xbd",3,NULL,0,NULL,0}, + {"瑷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xb7",3,NULL,0,NULL,0}, + {"ꊒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x92",3,NULL,0,NULL,0}, + {"枃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x83",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x12",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xa3",3,NULL,0,NULL,0}, + {"齕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x97",3,NULL,0,NULL,0}, + {"꣛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x9b",3,NULL,0,NULL,0}, + {"ⷿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xbf",3,NULL,0,NULL,0}, + {"蹈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x88",3,NULL,0,NULL,0}, + {"魨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xa8",3,NULL,0,NULL,0}, + {"췤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xa4",3,NULL,0,NULL,0}, + {"ら",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x89",3,NULL,0,NULL,0}, + {"耻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xbb",3,NULL,0,NULL,0}, + {"Ⲹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xb8",3,NULL,0,NULL,0}, + {"㝱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xb1",3,NULL,0,NULL,0}, + {"蓋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x8b",3,NULL,0,NULL,0}, + {"ˌ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x8c",2,NULL,0,NULL,0}, + {"⏰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xb0",3,NULL,0,NULL,0}, + {"စ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x85",3,NULL,0,NULL,0}, + {"䃺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xba",3,NULL,0,NULL,0}, + {"Ớ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x8f",3,NULL,0,NULL,0}, + {"洨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xa8",3,NULL,0,NULL,0}, + {"悱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xb1",3,NULL,0,NULL,0}, + {"봡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xa1",3,NULL,0,NULL,0}, + {"꫽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xbd",3,NULL,0,NULL,0}, + {"跚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xab",3,NULL,0,NULL,0}, + {"풚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x9a",3,NULL,0,NULL,0}, + {"餿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xbf",3,NULL,0,NULL,0}, + {"蘀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x80",3,NULL,0,NULL,0}, + {"鐝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x9d",3,NULL,0,NULL,0}, + {"尼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xbc",3,NULL,0,NULL,0}, + {"௏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x8f",3,NULL,0,NULL,0}, + {"弎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x8e",3,NULL,0,NULL,0}, + {"뜲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xb2",3,NULL,0,NULL,0}, + {"鍣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xa3",3,NULL,0,NULL,0}, + {"웃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x83",3,NULL,0,NULL,0}, + {"༂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x82",3,NULL,0,NULL,0}, + {"ꢩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xa9",3,NULL,0,NULL,0}, + {"䬦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xa6",3,NULL,0,NULL,0}, + {"聵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xb5",3,NULL,0,NULL,0}, + {"龖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x96",3,NULL,0,NULL,0}, + {"Ⲟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x9e",3,NULL,0,NULL,0}, + {"鿵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xb5",3,NULL,0,NULL,0}, + {"늻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xbb",3,NULL,0,NULL,0}, + {"牮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xae",3,NULL,0,NULL,0}, + {"헟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x9f",3,NULL,0,NULL,0}, + {"ꗞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x9e",3,NULL,0,NULL,0}, + {"㋘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x98",3,NULL,0,NULL,0}, + {"ꏚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x9a",3,NULL,0,NULL,0}, + {"㪳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x8f",3,NULL,0,NULL,0}, + {"濌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x8c",3,NULL,0,NULL,0}, + {"ꎑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x91",3,NULL,0,NULL,0}, + {"꘽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xbd",3,NULL,0,NULL,0}, + {"房",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xbf",3,NULL,0,NULL,0}, + {"ﷅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x85",3,NULL,0,NULL,0}, + {"෹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xb9",3,NULL,0,NULL,0}, + {"황",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xa9",3,NULL,0,NULL,0}, + {"泟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x9f",3,NULL,0,NULL,0}, + {"ሮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xae",3,NULL,0,NULL,0}, + {"琟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x9f",3,NULL,0,NULL,0}, + {"T",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb4",3,NULL,0,NULL,0}, + {"诉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x94",3,NULL,0,NULL,0}, + {"꾉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x89",3,NULL,0,NULL,0}, + {"怕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x9f",3,NULL,0,NULL,0}, + {"ꡯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xaf",3,NULL,0,NULL,0}, + {"⭋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x8b",3,NULL,0,NULL,0}, + {"豩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xa9",3,NULL,0,NULL,0}, + {"䒚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x9a",3,NULL,0,NULL,0}, + {"ச",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x9a",3,NULL,0,NULL,0}, + {"㲫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xab",3,NULL,0,NULL,0}, + {"厝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x9d",3,NULL,0,NULL,0}, + {"鉚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x9a",3,NULL,0,NULL,0}, + {"蟽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xbd",3,NULL,0,NULL,0}, + {"㫱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xbd",3,NULL,0,NULL,0}, + {"釀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x80",3,NULL,0,NULL,0}, + {"灓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x93",3,NULL,0,NULL,0}, + {"搜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x8e",3,NULL,0,NULL,0}, + {"했",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x88",3,NULL,0,NULL,0}, + {"莐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x90",3,NULL,0,NULL,0}, + {"튟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x9f",3,NULL,0,NULL,0}, + {"罉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x89",3,NULL,0,NULL,0}, + {"랃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x83",3,NULL,0,NULL,0}, + {"巽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xb0",3,NULL,0,NULL,0}, + {"㩫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xab",3,NULL,0,NULL,0}, + {"瑝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x9d",3,NULL,0,NULL,0}, + {"㺢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x97",3,NULL,0,NULL,0}, + {"൲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xb2",3,NULL,0,NULL,0}, + {"谊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x8a",3,NULL,0,NULL,0}, + {"맨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xa8",3,NULL,0,NULL,0}, + {"䇛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x9b",3,NULL,0,NULL,0}, + {"䰏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x8f",3,NULL,0,NULL,0}, + {"芜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xab",3,NULL,0,NULL,0}, + {"ﺵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xb5",3,NULL,0,NULL,0}, + {"と",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xa8",3,NULL,0,NULL,0}, + {"뛇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x87",3,NULL,0,NULL,0}, + {"麊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x8a",3,NULL,0,NULL,0}, + {"俠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xa0",3,NULL,0,NULL,0}, + {"몌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x8c",3,NULL,0,NULL,0}, + {"軰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xb0",3,NULL,0,NULL,0}, + {"哶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xb6",3,NULL,0,NULL,0}, + {"ऱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xb1",3,NULL,0,NULL,0}, + {"痰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xb0",3,NULL,0,NULL,0}, + {"䧭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xad",3,NULL,0,NULL,0}, + {"︭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xad",3,NULL,0,NULL,0}, + {"ᔎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x8e",3,NULL,0,NULL,0}, + {"佀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x80",3,NULL,0,NULL,0}, + {"쏩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xb9",3,NULL,0,NULL,0}, + {"䱘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x98",3,NULL,0,NULL,0}, + {"鑫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xab",3,NULL,0,NULL,0}, + {"諈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x88",3,NULL,0,NULL,0}, + {"喛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x9b",3,NULL,0,NULL,0}, + {"톏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x8f",3,NULL,0,NULL,0}, + {"嵰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xb0",3,NULL,0,NULL,0}, + {"뺔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x94",3,NULL,0,NULL,0}, + {"។",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x94",3,NULL,0,NULL,0}, + {"쎀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x80",3,NULL,0,NULL,0}, + {"툊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x8a",3,NULL,0,NULL,0}, + {"⚬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xac",3,NULL,0,NULL,0}, + {"ᕈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x88",3,NULL,0,NULL,0}, + {"单",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x95",3,NULL,0,NULL,0}, + {"谇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x87",3,NULL,0,NULL,0}, + {"⽪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xaa",3,NULL,0,NULL,0}, + {"씏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x8f",3,NULL,0,NULL,0}, + {"鼦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xa6",3,NULL,0,NULL,0}, + {"﫦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xa6",3,NULL,0,NULL,0}, + {"Þ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9e",2,NULL,0,NULL,0}, + {"㷠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xa0",3,NULL,0,NULL,0}, + {"둶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xb6",3,NULL,0,NULL,0}, + {"죤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xa4",3,NULL,0,NULL,0}, + {"䶟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x98",3,NULL,0,NULL,0}, + {"諾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xbe",3,NULL,0,NULL,0}, + {"뙊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x8a",3,NULL,0,NULL,0}, + {"羱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xb1",3,NULL,0,NULL,0}, + {"ᖱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xb1",3,NULL,0,NULL,0}, + {"ﺙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x99",3,NULL,0,NULL,0}, + {"澣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xa0",3,NULL,0,NULL,0}, + {"Ɀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xbf",3,NULL,0,NULL,0}, + {"ޤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xa4",2,NULL,0,NULL,0}, + {"㳳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xaa",3,NULL,0,NULL,0}, + {"订",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xa2",3,NULL,0,NULL,0}, + {"ܝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x9d",2,NULL,0,NULL,0}, + {"✮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xae",3,NULL,0,NULL,0}, + {"론",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xa0",3,NULL,0,NULL,0}, + {"烈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x9f",3,NULL,0,NULL,0}, + {"⚓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x93",3,NULL,0,NULL,0}, + {"勖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xa4",3,NULL,0,NULL,0}, + {"ɇ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x87",2,NULL,0,NULL,0}, + {"㹧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xa7",3,NULL,0,NULL,0}, + {"쒍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x87",3,NULL,0,NULL,0}, + {"傑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x91",3,NULL,0,NULL,0}, + {"龿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xbf",3,NULL,0,NULL,0}, + {"縷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xb7",3,NULL,0,NULL,0}, + {"곥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xa5",3,NULL,0,NULL,0}, + {"┵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xb5",3,NULL,0,NULL,0}, + {"鞭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xad",3,NULL,0,NULL,0}, + {"テ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x86",3,NULL,0,NULL,0}, + {"Ꮈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xb8",3,NULL,0,NULL,0}, + {"Ỡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xa0",3,NULL,0,NULL,0}, + {"绒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x92",3,NULL,0,NULL,0}, + {"뙹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xb9",3,NULL,0,NULL,0}, + {"'",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x80",3,NULL,0,NULL,0}, + {"寇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x87",3,NULL,0,NULL,0}, + {"渾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xbe",3,NULL,0,NULL,0}, + {"ﱽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xbd",3,NULL,0,NULL,0}, + {"ꅶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xb6",3,NULL,0,NULL,0}, + {"캣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xa3",3,NULL,0,NULL,0}, + {"쓋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x8b",3,NULL,0,NULL,0}, + {"쨻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xbb",3,NULL,0,NULL,0}, + {"䤱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xb1",3,NULL,0,NULL,0}, + {"ᷦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xa6",3,NULL,0,NULL,0}, + {"痑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x91",3,NULL,0,NULL,0}, + {"離",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xa2",3,NULL,0,NULL,0}, + {"⡽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xbd",3,NULL,0,NULL,0}, + {"슢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xa2",3,NULL,0,NULL,0}, + {"讀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xa1",3,NULL,0,NULL,0}, + {"녋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x8b",3,NULL,0,NULL,0}, + {"”",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x94",2,NULL,0,NULL,0}, + {"쐮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xae",3,NULL,0,NULL,0}, + {"䗫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xab",3,NULL,0,NULL,0}, + {"끗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x97",3,NULL,0,NULL,0}, + {"榧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x83",3,NULL,0,NULL,0}, + {"얓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x93",3,NULL,0,NULL,0}, + {"᛹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x87",3,NULL,0,NULL,0}, + {"ẟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x8f",3,NULL,0,NULL,0}, + {"婥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xa5",3,NULL,0,NULL,0}, + {"翛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x9b",3,NULL,0,NULL,0}, + {"ﳦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x9c",3,NULL,0,NULL,0}, + {"霜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x9c",3,NULL,0,NULL,0}, + {"两",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xa4",3,NULL,0,NULL,0}, + {"뽞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x9e",3,NULL,0,NULL,0}, + {"ᵍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x8d",3,NULL,0,NULL,0}, + {"–",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x96",2,NULL,0,NULL,0}, + {"춳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xb3",3,NULL,0,NULL,0}, + {"⍍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x8d",3,NULL,0,NULL,0}, + {"舻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xb8",3,NULL,0,NULL,0}, + {"딹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xb9",3,NULL,0,NULL,0}, + {"ꁙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x99",3,NULL,0,NULL,0}, + {"㐯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xaf",3,NULL,0,NULL,0}, + {"ꋲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xb2",3,NULL,0,NULL,0}, + {"뀒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x92",3,NULL,0,NULL,0}, + {"ł",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x82",2,NULL,0,NULL,0}, + {"汀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x80",3,NULL,0,NULL,0}, + {"ѯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xaf",2,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x9f",3,NULL,0,NULL,0}, + {"ㅕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x95",3,NULL,0,NULL,0}, + {"δ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb4",2,NULL,0,NULL,0}, + {"ᑦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xbb",3,NULL,0,NULL,0}, + {"좫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xab",3,NULL,0,NULL,0}, + {"兛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x96",3,NULL,0,NULL,0}, + {"螪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xaa",3,NULL,0,NULL,0}, + {"圗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x97",3,NULL,0,NULL,0}, + {"亣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xa3",3,NULL,0,NULL,0}, + {"ᗚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x9a",3,NULL,0,NULL,0}, + {"Ὣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xab",3,NULL,0,NULL,0}, + {"춙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x99",3,NULL,0,NULL,0}, + {"艵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xb5",3,NULL,0,NULL,0}, + {"쟣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xa3",3,NULL,0,NULL,0}, + {"㘥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xa5",3,NULL,0,NULL,0}, + {"⎋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x8b",3,NULL,0,NULL,0}, + {"ꐾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xbe",3,NULL,0,NULL,0}, + {"ʤ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xa4",2,NULL,0,NULL,0}, + {"騹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xb9",3,NULL,0,NULL,0}, + {"疒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x92",3,NULL,0,NULL,0}, + {"萉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x89",3,NULL,0,NULL,0}, + {"鞱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xb1",3,NULL,0,NULL,0}, + {"ᥪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xaa",3,NULL,0,NULL,0}, + {"堑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x91",3,NULL,0,NULL,0}, + {"梳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xb3",3,NULL,0,NULL,0}, + {"膁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x81",3,NULL,0,NULL,0}, + {"ㆋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x8b",3,NULL,0,NULL,0}, + {"铅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x85",3,NULL,0,NULL,0}, + {"孵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xb5",3,NULL,0,NULL,0}, + {"ꌭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xad",3,NULL,0,NULL,0}, + {"ꊫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xab",3,NULL,0,NULL,0}, + {"᫉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x89",3,NULL,0,NULL,0}, + {"А",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x90",2,NULL,0,NULL,0}, + {"덕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x95",3,NULL,0,NULL,0}, + {"Ǯ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xae",2,NULL,0,NULL,0}, + {"촖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x89",3,NULL,0,NULL,0}, + {"Ἥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xad",3,NULL,0,NULL,0}, + {"괅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x85",3,NULL,0,NULL,0}, + {"有",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x89",3,NULL,0,NULL,0}, + {"샟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x98",3,NULL,0,NULL,0}, + {"隔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x94",3,NULL,0,NULL,0}, + {"뽽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xbd",3,NULL,0,NULL,0}, + {"朴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xb4",3,NULL,0,NULL,0}, + {"邲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xb2",3,NULL,0,NULL,0}, + {"監",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xa3",3,NULL,0,NULL,0}, + {"귙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x99",3,NULL,0,NULL,0}, + {"ᇊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x8a",3,NULL,0,NULL,0}, + {"΅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xae",3,NULL,0,NULL,0}, + {"ㄞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x9e",3,NULL,0,NULL,0}, + {"垲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x82",3,NULL,0,NULL,0}, + {"殤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xac",3,NULL,0,NULL,0}, + {"㗲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xb2",3,NULL,0,NULL,0}, + {"ᦨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xa8",3,NULL,0,NULL,0}, + {"녣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xa3",3,NULL,0,NULL,0}, + {"ﻣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xa3",3,NULL,0,NULL,0}, + {"꒽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xbd",3,NULL,0,NULL,0}, + {"˥",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xa5",2,NULL,0,NULL,0}, + {"䓐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x90",3,NULL,0,NULL,0}, + {"넢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xa2",3,NULL,0,NULL,0}, + {"Ω",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa9",2,NULL,0,NULL,0}, + {"㏤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xa4",3,NULL,0,NULL,0}, + {"蝗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x97",3,NULL,0,NULL,0}, + {"∏",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x8f",3,NULL,0,NULL,0}, + {"碹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xb9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xa3",3,NULL,0,NULL,0}, + {"楢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xa2",3,NULL,0,NULL,0}, + {"䚒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x92",3,NULL,0,NULL,0}, + {"쵘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x96",3,NULL,0,NULL,0}, + {"µ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb5",2,NULL,0,NULL,0}, + {"흇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x87",3,NULL,0,NULL,0}, + {"蘱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xb1",3,NULL,0,NULL,0}, + {"䌏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x8f",3,NULL,0,NULL,0}, + {"竰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xb0",3,NULL,0,NULL,0}, + {"댈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x88",3,NULL,0,NULL,0}, + {"ꈬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xac",3,NULL,0,NULL,0}, + {"쳕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x95",3,NULL,0,NULL,0}, + {"툵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xb5",3,NULL,0,NULL,0}, + {"㔅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x85",3,NULL,0,NULL,0}, + {"첐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x90",3,NULL,0,NULL,0}, + {"籃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x83",3,NULL,0,NULL,0}, + {"殒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x92",3,NULL,0,NULL,0}, + {"薕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x95",3,NULL,0,NULL,0}, + {"䬩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xa9",3,NULL,0,NULL,0}, + {"뺺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xba",3,NULL,0,NULL,0}, + {"䔎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x8e",3,NULL,0,NULL,0}, + {"≩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa9",3,NULL,0,NULL,0}, + {"칲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xb2",3,NULL,0,NULL,0}, + {"妐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x90",3,NULL,0,NULL,0}, + {"㜼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xbc",3,NULL,0,NULL,0}, + {"뮅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x85",3,NULL,0,NULL,0}, + {"㕊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x8a",3,NULL,0,NULL,0}, + {"솀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x80",3,NULL,0,NULL,0}, + {"該",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xb2",3,NULL,0,NULL,0}, + {"タ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x80",3,NULL,0,NULL,0}, + {"疨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xa8",3,NULL,0,NULL,0}, + {"쵺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xba",3,NULL,0,NULL,0}, + {"⪡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xa1",3,NULL,0,NULL,0}, + {"럼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xbc",3,NULL,0,NULL,0}, + {"샹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xb9",3,NULL,0,NULL,0}, + {"깲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xb2",3,NULL,0,NULL,0}, + {"뫰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xb0",3,NULL,0,NULL,0}, + {"籪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xaa",3,NULL,0,NULL,0}, + {"럣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xa3",3,NULL,0,NULL,0}, + {"ڵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xb5",2,NULL,0,NULL,0}, + {"韨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xa8",3,NULL,0,NULL,0}, + {"䊶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xb6",3,NULL,0,NULL,0}, + {"镔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xaa",3,NULL,0,NULL,0}, + {"ڐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x90",2,NULL,0,NULL,0}, + {"䞛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x9b",3,NULL,0,NULL,0}, + {"施",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x9e",3,NULL,0,NULL,0}, + {"鷸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xb8",3,NULL,0,NULL,0}, + {"꾠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xbb",3,NULL,0,NULL,0}, + {"槈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x88",3,NULL,0,NULL,0}, + {"絨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xa8",3,NULL,0,NULL,0}, + {"蠜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x9c",3,NULL,0,NULL,0}, + {"♥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x94",3,NULL,0,NULL,0}, + {"쪭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xad",3,NULL,0,NULL,0}, + {"ꅬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xac",3,NULL,0,NULL,0}, + {"쀯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xaf",3,NULL,0,NULL,0}, + {"姆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x86",3,NULL,0,NULL,0}, + {"葛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x9b",3,NULL,0,NULL,0}, + {"쿷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xb7",3,NULL,0,NULL,0}, + {"㡹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xb9",3,NULL,0,NULL,0}, + {"㔼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xbc",3,NULL,0,NULL,0}, + {"総",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x98",3,NULL,0,NULL,0}, + {"囂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x82",3,NULL,0,NULL,0}, + {"튶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xb6",3,NULL,0,NULL,0}, + {"츱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xb1",3,NULL,0,NULL,0}, + {"䪉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x89",3,NULL,0,NULL,0}, + {"㗑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x91",3,NULL,0,NULL,0}, + {"閊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x8a",3,NULL,0,NULL,0}, + {"䉧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xa7",3,NULL,0,NULL,0}, + {"鳂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x82",3,NULL,0,NULL,0}, + {"뷜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x9c",3,NULL,0,NULL,0}, + {"ቬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xac",3,NULL,0,NULL,0}, + {"锝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x9d",3,NULL,0,NULL,0}, + {"稬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xac",3,NULL,0,NULL,0}, + {"⏔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x94",3,NULL,0,NULL,0}, + {"昔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x8e",3,NULL,0,NULL,0}, + {"⓯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xaf",3,NULL,0,NULL,0}, + {"褑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x91",3,NULL,0,NULL,0}, + {"燋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x8b",3,NULL,0,NULL,0}, + {"㭿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb7",3,NULL,0,NULL,0}, + {"瓜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x9c",3,NULL,0,NULL,0}, + {"絏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x9d",3,NULL,0,NULL,0}, + {"扞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x9e",3,NULL,0,NULL,0}, + {"㥬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xac",3,NULL,0,NULL,0}, + {"骖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x96",3,NULL,0,NULL,0}, + {"ꬸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xaf",3,NULL,0,NULL,0}, + {"퀸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xb8",3,NULL,0,NULL,0}, + {"圷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xae",3,NULL,0,NULL,0}, + {"Γ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x93",2,NULL,0,NULL,0}, + {"幵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xb5",3,NULL,0,NULL,0}, + {"팕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x95",3,NULL,0,NULL,0}, + {"唂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x82",3,NULL,0,NULL,0}, + {"혞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x9e",3,NULL,0,NULL,0}, + {"挂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x82",3,NULL,0,NULL,0}, + {"ᮗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x97",3,NULL,0,NULL,0}, + {"姟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xab",3,NULL,0,NULL,0}, + {"╡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xa1",3,NULL,0,NULL,0}, + {"钞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x9e",3,NULL,0,NULL,0}, + {"Ṳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xbf",3,NULL,0,NULL,0}, + {"穵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xb5",3,NULL,0,NULL,0}, + {"ᾼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xbc",3,NULL,0,NULL,0}, + {"⧹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xb9",3,NULL,0,NULL,0}, + {"䨮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xae",3,NULL,0,NULL,0}, + {"躽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xbd",3,NULL,0,NULL,0}, + {"맾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xbe",3,NULL,0,NULL,0}, + {"饋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x8b",3,NULL,0,NULL,0}, + {"璭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xad",3,NULL,0,NULL,0}, + {"윀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x80",3,NULL,0,NULL,0}, + {"믓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x93",3,NULL,0,NULL,0}, + {"뒫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xab",3,NULL,0,NULL,0}, + {"炞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x9e",3,NULL,0,NULL,0}, + {"걧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xa7",3,NULL,0,NULL,0}, + {"爾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xbe",3,NULL,0,NULL,0}, + {"伡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xa1",3,NULL,0,NULL,0}, + {"훧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xa7",3,NULL,0,NULL,0}, + {"䥵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xb5",3,NULL,0,NULL,0}, + {"㑛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x9b",3,NULL,0,NULL,0}, + {"Ꝗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x96",3,NULL,0,NULL,0}, + {"獇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x87",3,NULL,0,NULL,0}, + {"었",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x88",3,NULL,0,NULL,0}, + {"㝫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xab",3,NULL,0,NULL,0}, + {"ਙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x99",3,NULL,0,NULL,0}, + {"⯳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xb3",3,NULL,0,NULL,0}, + {"볤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xa4",3,NULL,0,NULL,0}, + {"ྸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xb8",3,NULL,0,NULL,0}, + {"ₙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x99",3,NULL,0,NULL,0}, + {"襴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xb4",3,NULL,0,NULL,0}, + {"㴦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xa6",3,NULL,0,NULL,0}, + {"咙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x99",3,NULL,0,NULL,0}, + {"Ḹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xb8",3,NULL,0,NULL,0}, + {"ಳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xb3",3,NULL,0,NULL,0}, + {"뛪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x9c",3,NULL,0,NULL,0}, + {"餽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xbd",3,NULL,0,NULL,0}, + {"ᢩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xa9",3,NULL,0,NULL,0}, + {"଻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xbb",3,NULL,0,NULL,0}, + {"微",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xae",3,NULL,0,NULL,0}, + {"阜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x9c",3,NULL,0,NULL,0}, + {"ཻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xbb",3,NULL,0,NULL,0}, + {"ꩴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xb4",3,NULL,0,NULL,0}, + {"齗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x97",3,NULL,0,NULL,0}, + {"岣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xa3",3,NULL,0,NULL,0}, + {"迧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xa7",3,NULL,0,NULL,0}, + {"廑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x91",3,NULL,0,NULL,0}, + {"ఓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x93",3,NULL,0,NULL,0}, + {"駎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x8e",3,NULL,0,NULL,0}, + {"욏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x92",3,NULL,0,NULL,0}, + {"㇅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x85",3,NULL,0,NULL,0}, + {"聁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x81",3,NULL,0,NULL,0}, + {"ꏎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x8e",3,NULL,0,NULL,0}, + {"﵈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x88",3,NULL,0,NULL,0}, + {"酟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x9f",3,NULL,0,NULL,0}, + {"띞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x9e",3,NULL,0,NULL,0}, + {"搎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x8e",3,NULL,0,NULL,0}, + {"鿷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xb7",3,NULL,0,NULL,0}, + {"ⵅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x85",3,NULL,0,NULL,0}, + {"븮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xae",3,NULL,0,NULL,0}, + {"䃞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xa3",3,NULL,0,NULL,0}, + {"轝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x9d",3,NULL,0,NULL,0}, + {"ᱎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x8e",3,NULL,0,NULL,0}, + {"봓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x93",3,NULL,0,NULL,0}, + {"ꔟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x9f",3,NULL,0,NULL,0}, + {"楷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xb7",3,NULL,0,NULL,0}, + {"猄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x84",3,NULL,0,NULL,0}, + {"ꕀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x80",3,NULL,0,NULL,0}, + {"䏻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xae",3,NULL,0,NULL,0}, + {"鐹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xa9",3,NULL,0,NULL,0}, + {"廲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xb2",3,NULL,0,NULL,0}, + {"뙯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xaf",3,NULL,0,NULL,0}, + {"衦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xa6",3,NULL,0,NULL,0}, + {"ᤰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xb0",3,NULL,0,NULL,0}, + {"㦾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xbe",3,NULL,0,NULL,0}, + {"诬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xae",3,NULL,0,NULL,0}, + {"⬃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x83",3,NULL,0,NULL,0}, + {"屴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xb4",3,NULL,0,NULL,0}, + {"儩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xa9",3,NULL,0,NULL,0}, + {"憎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xbf",3,NULL,0,NULL,0}, + {"爵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x9e",3,NULL,0,NULL,0}, + {"䖜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x9c",3,NULL,0,NULL,0}, + {"뀾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x8c",3,NULL,0,NULL,0}, + {"㼱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x8e",3,NULL,0,NULL,0}, + {"洯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xaf",3,NULL,0,NULL,0}, + {"绶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xb6",3,NULL,0,NULL,0}, + {"೾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xbe",3,NULL,0,NULL,0}, + {"﷏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x8f",3,NULL,0,NULL,0}, + {"᰼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xbc",3,NULL,0,NULL,0}, + {"釸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xb8",3,NULL,0,NULL,0}, + {"෫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x8b",3,NULL,0,NULL,0}, + {"䈼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xbc",3,NULL,0,NULL,0}, + {"䴖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x96",3,NULL,0,NULL,0}, + {"源",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x90",3,NULL,0,NULL,0}, + {"P",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb0",3,NULL,0,NULL,0}, + {"홫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xab",3,NULL,0,NULL,0}, + {"涕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x95",3,NULL,0,NULL,0}, + {"つ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xa4",3,NULL,0,NULL,0}, + {"豳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xb3",3,NULL,0,NULL,0}, + {"뤹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xb9",3,NULL,0,NULL,0}, + {"䒪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xbd",3,NULL,0,NULL,0}, + {"厧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xa7",3,NULL,0,NULL,0}, + {"㧵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xbf",3,NULL,0,NULL,0}, + {"아",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x8c",3,NULL,0,NULL,0}, + {"ퟭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xad",3,NULL,0,NULL,0}, + {"냣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xa3",3,NULL,0,NULL,0}, + {"䈪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x9a",3,NULL,0,NULL,0}, + {"䵛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xa8",3,NULL,0,NULL,0}, + {"ꘉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x9d",3,NULL,0,NULL,0}, + {"꼨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xa8",3,NULL,0,NULL,0}, + {"샏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x8f",3,NULL,0,NULL,0}, + {"䂖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x96",3,NULL,0,NULL,0}, + {"夺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xba",3,NULL,0,NULL,0}, + {"ං",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xba",3,NULL,0,NULL,0}, + {"쭉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x89",3,NULL,0,NULL,0}, + {"ὒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x92",3,NULL,0,NULL,0}, + {"쎈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x88",3,NULL,0,NULL,0}, + {"諌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x8c",3,NULL,0,NULL,0}, + {"후",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x84",3,NULL,0,NULL,0}, + {"鈼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xbc",3,NULL,0,NULL,0}, + {"婄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x84",3,NULL,0,NULL,0}, + {"뱱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xb1",3,NULL,0,NULL,0}, + {"裺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xba",3,NULL,0,NULL,0}, + {"陋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x8b",3,NULL,0,NULL,0}, + {"뗷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x9f",3,NULL,0,NULL,0}, + {"⑵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xb5",3,NULL,0,NULL,0}, + {"ि",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xbf",3,NULL,0,NULL,0}, + {"絠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xa0",3,NULL,0,NULL,0}, + {"黗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x97",3,NULL,0,NULL,0}, + {"᧠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xa0",3,NULL,0,NULL,0}, + {"⏶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xb6",3,NULL,0,NULL,0}, + {"䶝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x9d",3,NULL,0,NULL,0}, + {"宔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x94",3,NULL,0,NULL,0}, + {"︯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xaf",3,NULL,0,NULL,0}, + {"漐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x90",3,NULL,0,NULL,0}, + {"䷞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xad",3,NULL,0,NULL,0}, + {"䗬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xac",3,NULL,0,NULL,0}, + {"譓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x93",3,NULL,0,NULL,0}, + {"䤔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x94",3,NULL,0,NULL,0}, + {"룝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xba",3,NULL,0,NULL,0}, + {"协",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x8f",3,NULL,0,NULL,0}, + {"ᕐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x90",3,NULL,0,NULL,0}, + {"ࢇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x87",3,NULL,0,NULL,0}, + {"䢕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x95",3,NULL,0,NULL,0}, + {"а",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xb0",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xa3",3,NULL,0,NULL,0}, + {"鉽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xbd",3,NULL,0,NULL,0}, + {"頚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x97",3,NULL,0,NULL,0}, + {"ܽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xbd",2,NULL,0,NULL,0}, + {"⤲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xb2",3,NULL,0,NULL,0}, + {"ퟻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xbb",3,NULL,0,NULL,0}, + {"立",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xb7",3,NULL,0,NULL,0}, + {"褩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xa9",3,NULL,0,NULL,0}, + {"腐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x90",3,NULL,0,NULL,0}, + {"놆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x86",3,NULL,0,NULL,0}, + {"毄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x84",3,NULL,0,NULL,0}, + {"韸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xb8",3,NULL,0,NULL,0}, + {"냿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xbf",3,NULL,0,NULL,0}, + {"⤔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x94",3,NULL,0,NULL,0}, + {"䕚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x9a",3,NULL,0,NULL,0}, + {"줒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x92",3,NULL,0,NULL,0}, + {"ᨷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xb7",3,NULL,0,NULL,0}, + {"╗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x97",3,NULL,0,NULL,0}, + {"苀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x80",3,NULL,0,NULL,0}, + {"縵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xb5",3,NULL,0,NULL,0}, + {"똖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x96",3,NULL,0,NULL,0}, + {"흪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xaa",3,NULL,0,NULL,0}, + {"潙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x99",3,NULL,0,NULL,0}, + {"郫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xab",3,NULL,0,NULL,0}, + {"魡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xa1",3,NULL,0,NULL,0}, + {"嫴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xb4",3,NULL,0,NULL,0}, + {"푱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xb1",3,NULL,0,NULL,0}, + {"癿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xbf",3,NULL,0,NULL,0}, + {"臼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xbc",3,NULL,0,NULL,0}, + {"싳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xb3",3,NULL,0,NULL,0}, + {"靛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x9b",3,NULL,0,NULL,0}, + {"ܯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xaf",2,NULL,0,NULL,0}, + {"殽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xbb",3,NULL,0,NULL,0}, + {"錛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x9b",3,NULL,0,NULL,0}, + {"칇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xb9",3,NULL,0,NULL,0}, + {"﾿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xbf",3,NULL,0,NULL,0}, + {"欖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x9e",3,NULL,0,NULL,0}, + {"ᄠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xa0",3,NULL,0,NULL,0}, + {"ꛎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x8e",3,NULL,0,NULL,0}, + {"득",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x9d",3,NULL,0,NULL,0}, + {"፣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xa3",3,NULL,0,NULL,0}, + {"鞯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xaf",3,NULL,0,NULL,0}, + {"樞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x9e",3,NULL,0,NULL,0}, + {"䉩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xa9",3,NULL,0,NULL,0}, + {"졊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x8a",3,NULL,0,NULL,0}, + {"榟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x9f",3,NULL,0,NULL,0}, + {"늦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xa6",3,NULL,0,NULL,0}, + {"챭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xad",3,NULL,0,NULL,0}, + {"Ⅲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xbb",3,NULL,0,NULL,0}, + {"藹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xb7",3,NULL,0,NULL,0}, + {"뉋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x8b",3,NULL,0,NULL,0}, + {"–",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x93",3,NULL,0,NULL,0}, + {"蕜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x9c",3,NULL,0,NULL,0}, + {"佧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xa7",3,NULL,0,NULL,0}, + {"蘨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xa8",3,NULL,0,NULL,0}, + {"♣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa3",3,NULL,0,NULL,0}, + {"葂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x82",3,NULL,0,NULL,0}, + {"䛶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xb6",3,NULL,0,NULL,0}, + {"⏖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x9a",3,NULL,0,NULL,0}, + {"ꃌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x8c",3,NULL,0,NULL,0}, + {"뼄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x84",3,NULL,0,NULL,0}, + {"ꁛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x9b",3,NULL,0,NULL,0}, + {"敍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x8d",3,NULL,0,NULL,0}, + {"榭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xad",3,NULL,0,NULL,0}, + {"砊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x8a",3,NULL,0,NULL,0}, + {"껼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x8e",3,NULL,0,NULL,0}, + {"ᨗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x97",3,NULL,0,NULL,0}, + {"㄁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\x81",3,NULL,0,NULL,0}, + {"ƈ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x88",2,NULL,0,NULL,0}, + {"쫽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xbd",3,NULL,0,NULL,0}, + {"ᇩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x92",3,NULL,0,NULL,0}, + {"⡡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xa1",3,NULL,0,NULL,0}, + {"蟜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x9c",3,NULL,0,NULL,0}, + {"⻆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x86",3,NULL,0,NULL,0}, + {"ꮛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x9b",3,NULL,0,NULL,0}, + {"け",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x91",3,NULL,0,NULL,0}, + {"蒯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xaf",3,NULL,0,NULL,0}, + {"࠺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xa0",3,NULL,0,NULL,0}, + {"䒿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xbf",3,NULL,0,NULL,0}, + {"⩜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x9c",3,NULL,0,NULL,0}, + {"↺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xba",3,NULL,0,NULL,0}, + {"臈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xa1",3,NULL,0,NULL,0}, + {"脢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xa2",3,NULL,0,NULL,0}, + {"㚢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xa2",3,NULL,0,NULL,0}, + {"ᐇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x87",3,NULL,0,NULL,0}, + {"∧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa7",3,NULL,0,NULL,0}, + {"횭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xad",3,NULL,0,NULL,0}, + {"᥶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xb6",3,NULL,0,NULL,0}, + {"寞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x9e",3,NULL,0,NULL,0}, + {"˝",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x9d",2,NULL,0,NULL,0}, + {"㐵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xb5",3,NULL,0,NULL,0}, + {"垔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x94",3,NULL,0,NULL,0}, + {"䣩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xa9",3,NULL,0,NULL,0}, + {"쩶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xaa",3,NULL,0,NULL,0}, + {"鴨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xa8",3,NULL,0,NULL,0}, + {"ѥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xa5",2,NULL,0,NULL,0}, + {"ㅗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\x97",3,NULL,0,NULL,0}, + {"᪌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x8c",3,NULL,0,NULL,0}, + {"孠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xa0",3,NULL,0,NULL,0}, + {"晶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xb6",3,NULL,0,NULL,0}, + {"遛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x9b",3,NULL,0,NULL,0}, + {"뢭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xad",3,NULL,0,NULL,0}, + {"㒴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xb4",3,NULL,0,NULL,0}, + {"菠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x98",3,NULL,0,NULL,0}, + {"睶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xb6",3,NULL,0,NULL,0}, + {"踕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x95",3,NULL,0,NULL,0}, + {"ឬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xac",3,NULL,0,NULL,0}, + {"궴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xb4",3,NULL,0,NULL,0}, + {"뿐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x90",3,NULL,0,NULL,0}, + {"䠪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xaa",3,NULL,0,NULL,0}, + {"﮿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xbf",3,NULL,0,NULL,0}, + {"⟚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xba",3,NULL,0,NULL,0}, + {"ꐲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xb2",3,NULL,0,NULL,0}, + {"꣪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xaa",3,NULL,0,NULL,0}, + {"⾴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xb4",3,NULL,0,NULL,0}, + {"毡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xa1",3,NULL,0,NULL,0}, + {"㉎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x8e",3,NULL,0,NULL,0}, + {"ⲏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x8f",3,NULL,0,NULL,0}, + {"˷",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xb7",2,NULL,0,NULL,0}, + {"殜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x9c",3,NULL,0,NULL,0}, + {"࿩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xa9",3,NULL,0,NULL,0}, + {"숍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x9f",3,NULL,0,NULL,0}, + {"抄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x84",3,NULL,0,NULL,0}, + {"堛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x9b",3,NULL,0,NULL,0}, + {"ᕾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xbe",3,NULL,0,NULL,0}, + {"䓈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x88",3,NULL,0,NULL,0}, + {"䩳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xb3",3,NULL,0,NULL,0}, + {"﫢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xa2",3,NULL,0,NULL,0}, + {"檆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x86",3,NULL,0,NULL,0}, + {"披",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xab",3,NULL,0,NULL,0}, + {"묐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x90",3,NULL,0,NULL,0}, + {"뎗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x97",3,NULL,0,NULL,0}, + {"鵱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x99",3,NULL,0,NULL,0}, + {"᪻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xbb",3,NULL,0,NULL,0}, + {"䘞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x9e",3,NULL,0,NULL,0}, + {"ཞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x9e",3,NULL,0,NULL,0}, + {"鸊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x8a",3,NULL,0,NULL,0}, + {"藐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xa4",3,NULL,0,NULL,0}, + {"꽮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xae",3,NULL,0,NULL,0}, + {"趖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x96",3,NULL,0,NULL,0}, + {"氩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xa9",3,NULL,0,NULL,0}, + {"뾏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x8f",3,NULL,0,NULL,0}, + {"ﰺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xba",3,NULL,0,NULL,0}, + {"䩌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x8c",3,NULL,0,NULL,0}, + {"鳩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xa9",3,NULL,0,NULL,0}, + {"稑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x91",3,NULL,0,NULL,0}, + {"妔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x94",3,NULL,0,NULL,0}, + {"浏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x8d",3,NULL,0,NULL,0}, + {"굢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xa2",3,NULL,0,NULL,0}, + {"ⴊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x8a",3,NULL,0,NULL,0}, + {"셁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x81",3,NULL,0,NULL,0}, + {"§",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa7",2,NULL,0,NULL,0}, + {"㍔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x94",3,NULL,0,NULL,0}, + {"ꍚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x9a",3,NULL,0,NULL,0}, + {"Ç",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x87",2,NULL,0,NULL,0}, + {"䌕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xac",3,NULL,0,NULL,0}, + {"䍾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xbe",3,NULL,0,NULL,0}, + {"㶴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xb4",3,NULL,0,NULL,0}, + {"㦧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xa7",3,NULL,0,NULL,0}, + {"﯁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x81",3,NULL,0,NULL,0}, + {"忨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xa8",3,NULL,0,NULL,0}, + {"蜟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x9f",3,NULL,0,NULL,0}, + {"剡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x89",3,NULL,0,NULL,0}, + {"㱓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x93",3,NULL,0,NULL,0}, + {"Յ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x85",2,NULL,0,NULL,0}, + {"쾶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xb6",3,NULL,0,NULL,0}, + {"䍨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xa8",3,NULL,0,NULL,0}, + {"袑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x91",3,NULL,0,NULL,0}, + {"ᆜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x9c",3,NULL,0,NULL,0}, + {"삎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xa5",3,NULL,0,NULL,0}, + {"搫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xab",3,NULL,0,NULL,0}, + {"⊫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xab",3,NULL,0,NULL,0}, + {"髷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xb7",3,NULL,0,NULL,0}, + {"⿲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xb2",3,NULL,0,NULL,0}, + {"㧮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x9f",3,NULL,0,NULL,0}, + {"ᱻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xbb",3,NULL,0,NULL,0}, + {"窌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x90",3,NULL,0,NULL,0}, + {"ャ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xac",3,NULL,0,NULL,0}, + {"붏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x8f",3,NULL,0,NULL,0}, + {"懿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xbf",3,NULL,0,NULL,0}, + {"鲍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x8d",3,NULL,0,NULL,0}, + {"禡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xa1",3,NULL,0,NULL,0}, + {"椬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xac",3,NULL,0,NULL,0}, + {"䞙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x99",3,NULL,0,NULL,0}, + {"旟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x87",3,NULL,0,NULL,0}, + {"粪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xaa",3,NULL,0,NULL,0}, + {"䲱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xb1",3,NULL,0,NULL,0}, + {"輵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xb5",3,NULL,0,NULL,0}, + {"䱯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x90",3,NULL,0,NULL,0}, + {"❑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x91",3,NULL,0,NULL,0}, + {"掻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xbb",3,NULL,0,NULL,0}, + {"壻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xbb",3,NULL,0,NULL,0}, + {"账",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xa6",3,NULL,0,NULL,0}, + {"ꜳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xb3",3,NULL,0,NULL,0}, + {"單",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xae",3,NULL,0,NULL,0}, + {"Ӹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xb8",2,NULL,0,NULL,0}, + {"뮹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xb9",3,NULL,0,NULL,0}, + {"㮷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xb7",3,NULL,0,NULL,0}, + {"俅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x85",3,NULL,0,NULL,0}, + {"쀝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x9d",3,NULL,0,NULL,0}, + {"랳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xb3",3,NULL,0,NULL,0}, + {"ⵒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x92",3,NULL,0,NULL,0}, + {"쓶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xb6",3,NULL,0,NULL,0}, + {"犷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xbf",3,NULL,0,NULL,0}, + {"鯙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xbb",3,NULL,0,NULL,0}, + {"䉕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x95",3,NULL,0,NULL,0}, + {"咲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xb0",3,NULL,0,NULL,0}, + {"鷃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x83",3,NULL,0,NULL,0}, + {"ඟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x9f",3,NULL,0,NULL,0}, + {"锗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x97",3,NULL,0,NULL,0}, + {"颟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x9f",3,NULL,0,NULL,0}, + {"蚇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x87",3,NULL,0,NULL,0}, + {"ꨑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x91",3,NULL,0,NULL,0}, + {"䆮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xae",3,NULL,0,NULL,0}, + {"톲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xb2",3,NULL,0,NULL,0}, + {"운",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xb4",3,NULL,0,NULL,0}, + {"꯸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xb8",3,NULL,0,NULL,0}, + {"㭽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xbd",3,NULL,0,NULL,0}, + {"嘆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x86",3,NULL,0,NULL,0}, + {"綞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x9e",3,NULL,0,NULL,0}, + {"▓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x93",3,NULL,0,NULL,0}, + {"淕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x95",3,NULL,0,NULL,0}, + {"Ꞷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xb6",3,NULL,0,NULL,0}, + {"떲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xb2",3,NULL,0,NULL,0}, + {"麺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xba",3,NULL,0,NULL,0}, + {"啓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x93",3,NULL,0,NULL,0}, + {"퇗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x97",3,NULL,0,NULL,0}, + {"節",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x80",3,NULL,0,NULL,0}, + {"燉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x89",3,NULL,0,NULL,0}, + {"믺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xba",3,NULL,0,NULL,0}, + {"멄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x84",3,NULL,0,NULL,0}, + {"다",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xa4",3,NULL,0,NULL,0}, + {"䥿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xbf",3,NULL,0,NULL,0}, + {"㹼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xbc",3,NULL,0,NULL,0}, + {"祀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x80",3,NULL,0,NULL,0}, + {"庇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x87",3,NULL,0,NULL,0}, + {"뱿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xb2",3,NULL,0,NULL,0}, + {"왗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x97",3,NULL,0,NULL,0}, + {"퍬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xac",3,NULL,0,NULL,0}, + {"獻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xbb",3,NULL,0,NULL,0}, + {"鰚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xa7",3,NULL,0,NULL,0}, + {"㠼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xbc",3,NULL,0,NULL,0}, + {"⯗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x97",3,NULL,0,NULL,0}, + {"ꦲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xb2",3,NULL,0,NULL,0}, + {"諭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xa0",3,NULL,0,NULL,0}, + {"ⱚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x9a",3,NULL,0,NULL,0}, + {"㣘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xb6",3,NULL,0,NULL,0}, + {"謮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xae",3,NULL,0,NULL,0}, + {"뤌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x8c",3,NULL,0,NULL,0}, + {"뚺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xba",3,NULL,0,NULL,0}, + {"黸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xb8",3,NULL,0,NULL,0}, + {"㶇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x87",3,NULL,0,NULL,0}, + {"卺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xba",3,NULL,0,NULL,0}, + {"먊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x8a",3,NULL,0,NULL,0}, + {"౼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x8f",3,NULL,0,NULL,0}, + {"紗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x97",3,NULL,0,NULL,0}, + {"유",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xa0",3,NULL,0,NULL,0}, + {"讵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xb5",3,NULL,0,NULL,0}, + {"뒩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xa9",3,NULL,0,NULL,0}, + {"\",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\\",1,NULL,0,NULL,0}, + {"勩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xa9",3,NULL,0,NULL,0}, + {"㼔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x94",3,NULL,0,NULL,0}, + {"뜏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x8f",3,NULL,0,NULL,0}, + {"覑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x91",3,NULL,0,NULL,0}, + {"呂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x82",3,NULL,0,NULL,0}, + {"証",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xbc",3,NULL,0,NULL,0}, + {"팱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xb1",3,NULL,0,NULL,0}, + {"᪹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xb9",3,NULL,0,NULL,0}, + {"볰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xb6",3,NULL,0,NULL,0}, + {"ꔖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x96",3,NULL,0,NULL,0}, + {"엘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x98",3,NULL,0,NULL,0}, + {"箢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xa2",3,NULL,0,NULL,0}, + {"椌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x8c",3,NULL,0,NULL,0}, + {"Ჟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x9f",3,NULL,0,NULL,0}, + {"겣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xa3",3,NULL,0,NULL,0}, + {"擣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xa3",3,NULL,0,NULL,0}, + {"᫱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xb1",3,NULL,0,NULL,0}, + {"ꔝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xb4",3,NULL,0,NULL,0}, + {"鏤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xa4",3,NULL,0,NULL,0}, + {"䋓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xa6",3,NULL,0,NULL,0}, + {"翎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x8e",3,NULL,0,NULL,0}, + {"଱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xbf",3,NULL,0,NULL,0}, + {"맘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xb8",3,NULL,0,NULL,0}, + {"쒮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xae",3,NULL,0,NULL,0}, + {"ꌧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xa7",3,NULL,0,NULL,0}, + {"觺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xba",3,NULL,0,NULL,0}, + {"냇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x87",3,NULL,0,NULL,0}, + {"쑛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x9b",3,NULL,0,NULL,0}, + {"줛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x9b",3,NULL,0,NULL,0}, + {"⬁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xb5",3,NULL,0,NULL,0}, + {"퐺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xba",3,NULL,0,NULL,0}, + {"띮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x91",3,NULL,0,NULL,0}, + {"ᨎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x8e",3,NULL,0,NULL,0}, + {"൉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x89",3,NULL,0,NULL,0}, + {"㽬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x86",3,NULL,0,NULL,0}, + {"텖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x96",3,NULL,0,NULL,0}, + {"ﲞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xa1",3,NULL,0,NULL,0}, + {"폹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xb9",3,NULL,0,NULL,0}, + {"剼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xba",3,NULL,0,NULL,0}, + {"ﳃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x83",3,NULL,0,NULL,0}, + {"娹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xb9",3,NULL,0,NULL,0}, + {"䈴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xb4",3,NULL,0,NULL,0}, + {"鮪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xaa",3,NULL,0,NULL,0}, + {"릞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x90",3,NULL,0,NULL,0}, + {"ᣍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xb3",3,NULL,0,NULL,0}, + {"ḍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x8d",3,NULL,0,NULL,0}, + {"싇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x87",3,NULL,0,NULL,0}, + {"Ì",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8c",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xa8",3,NULL,0,NULL,0}, + {"﨧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xa7",3,NULL,0,NULL,0}, + {"혍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x8d",3,NULL,0,NULL,0}, + {"䐝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x9d",3,NULL,0,NULL,0}, + {"핐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x90",3,NULL,0,NULL,0}, + {"ꖴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xb4",3,NULL,0,NULL,0}, + {"砝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x8c",3,NULL,0,NULL,0}, + {"돉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x89",3,NULL,0,NULL,0}, + {"ച",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x8b",3,NULL,0,NULL,0}, + {"㬢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xa2",3,NULL,0,NULL,0}, + {"뀧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x86",3,NULL,0,NULL,0}, + {"汛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x9b",3,NULL,0,NULL,0}, + {"쯄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x84",3,NULL,0,NULL,0}, + {"ફ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xab",3,NULL,0,NULL,0}, + {"~",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x9e",3,NULL,0,NULL,0}, + {"䃇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x87",3,NULL,0,NULL,0}, + {"ﻍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x82",3,NULL,0,NULL,0}, + {"凇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x87",3,NULL,0,NULL,0}, + {"䐳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xb3",3,NULL,0,NULL,0}, + {"ᤎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x86",3,NULL,0,NULL,0}, + {"珆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xbf",3,NULL,0,NULL,0}, + {"鎑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x91",3,NULL,0,NULL,0}, + {"춆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x86",3,NULL,0,NULL,0}, + {"鸼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xbc",3,NULL,0,NULL,0}, + {"焤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xa4",3,NULL,0,NULL,0}, + {"隈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x88",3,NULL,0,NULL,0}, + {"艞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x9d",3,NULL,0,NULL,0}, + {"鋅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x85",3,NULL,0,NULL,0}, + {"⑯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xaf",3,NULL,0,NULL,0}, + {"ᦏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x8f",3,NULL,0,NULL,0}, + {"阉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x89",3,NULL,0,NULL,0}, + {"能",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xbd",3,NULL,0,NULL,0}, + {"尉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x89",3,NULL,0,NULL,0}, + {"ꒆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x86",3,NULL,0,NULL,0}, + {"難",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xa8",3,NULL,0,NULL,0}, + {"펉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x89",3,NULL,0,NULL,0}, + {"瞬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xac",3,NULL,0,NULL,0}, + {"될",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xa0",3,NULL,0,NULL,0}, + {"ㅺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xba",3,NULL,0,NULL,0}, + {"䟷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xb7",3,NULL,0,NULL,0}, + {"ン",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb3",3,NULL,0,NULL,0}, + {"᫽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xbd",3,NULL,0,NULL,0}, + {"쁳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xb3",3,NULL,0,NULL,0}, + {"爛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x9e",3,NULL,0,NULL,0}, + {"ằ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xb1",3,NULL,0,NULL,0}, + {"茿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xbf",3,NULL,0,NULL,0}, + {"䑴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xb4",3,NULL,0,NULL,0}, + {"裆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x86",3,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x83",3,NULL,0,NULL,0}, + {"뇿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x97",3,NULL,0,NULL,0}, + {"ࢰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xb0",3,NULL,0,NULL,0}, + {"騋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x84",3,NULL,0,NULL,0}, + {"̒",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x92",2,NULL,0,NULL,0}, + {"䓵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xb5",3,NULL,0,NULL,0}, + {"इ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x87",3,NULL,0,NULL,0}, + {"⼹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xb9",3,NULL,0,NULL,0}, + {"犓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x93",3,NULL,0,NULL,0}, + {"淋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xae",3,NULL,0,NULL,0}, + {"휛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x9b",3,NULL,0,NULL,0}, + {"넳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xb3",3,NULL,0,NULL,0}, + {"橛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x9b",3,NULL,0,NULL,0}, + {"﵇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x87",3,NULL,0,NULL,0}, + {"艺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xba",3,NULL,0,NULL,0}, + {"孁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x81",3,NULL,0,NULL,0}, + {"❽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xbd",3,NULL,0,NULL,0}, + {"茁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x81",3,NULL,0,NULL,0}, + {"筈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x88",3,NULL,0,NULL,0}, + {"◣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xa3",3,NULL,0,NULL,0}, + {"ઁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xaf",3,NULL,0,NULL,0}, + {"䍃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x83",3,NULL,0,NULL,0}, + {"郙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x99",3,NULL,0,NULL,0}, + {"䜿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xbf",3,NULL,0,NULL,0}, + {"캾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xbe",3,NULL,0,NULL,0}, + {"姦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xa6",3,NULL,0,NULL,0}, + {"⽒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x92",3,NULL,0,NULL,0}, + {"歹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xb9",3,NULL,0,NULL,0}, + {"籞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x9e",3,NULL,0,NULL,0}, + {"崟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x9f",3,NULL,0,NULL,0}, + {"⻷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xb7",3,NULL,0,NULL,0}, + {"㚼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x84",3,NULL,0,NULL,0}, + {"欢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xa2",3,NULL,0,NULL,0}, + {"ꅃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x83",3,NULL,0,NULL,0}, + {"畐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x90",3,NULL,0,NULL,0}, + {"㙭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xad",3,NULL,0,NULL,0}, + {"냽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xbd",3,NULL,0,NULL,0}, + {"檕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x95",3,NULL,0,NULL,0}, + {"䕦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xa6",3,NULL,0,NULL,0}, + {"ᓬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x94",3,NULL,0,NULL,0}, + {"۬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xac",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x88",3,NULL,0,NULL,0}, + {"虖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x96",3,NULL,0,NULL,0}, + {"ℓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x93",3,NULL,0,NULL,0}, + {"쥋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xb9",3,NULL,0,NULL,0}, + {"剎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x8e",3,NULL,0,NULL,0}, + {"컼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x94",3,NULL,0,NULL,0}, + {"⟍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x8d",3,NULL,0,NULL,0}, + {"⫓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x93",3,NULL,0,NULL,0}, + {"⛚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x9a",3,NULL,0,NULL,0}, + {"⁇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xb2",3,NULL,0,NULL,0}, + {"錉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x89",3,NULL,0,NULL,0}, + {"妵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xb5",3,NULL,0,NULL,0}, + {"⚃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x83",3,NULL,0,NULL,0}, + {"칍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x8d",3,NULL,0,NULL,0}, + {"ᣮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xb0",3,NULL,0,NULL,0}, + {"ꃄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x84",3,NULL,0,NULL,0}, + {"횸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xb8",3,NULL,0,NULL,0}, + {"⊃",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x83",3,NULL,0,NULL,0}, + {"糴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xb4",3,NULL,0,NULL,0}, + {"坆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x86",3,NULL,0,NULL,0}, + {"镹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xb9",3,NULL,0,NULL,0}, + {"㉔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x94",3,NULL,0,NULL,0}, + {"敽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xbd",3,NULL,0,NULL,0}, + {"砼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xbc",3,NULL,0,NULL,0}, + {"٭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xad",2,NULL,0,NULL,0}, + {"ī",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xab",2,NULL,0,NULL,0}, + {"无",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xa0",3,NULL,0,NULL,0}, + {"듯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xaf",3,NULL,0,NULL,0}, + {"Ⴛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xb1",3,NULL,0,NULL,0}, + {"ꈐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x8a",3,NULL,0,NULL,0}, + {"‑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x91",3,NULL,0,NULL,0}, + {"쪀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x80",3,NULL,0,NULL,0}, + {"钱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xb1",3,NULL,0,NULL,0}, + {"⸽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xbd",3,NULL,0,NULL,0}, + {"萶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xb6",3,NULL,0,NULL,0}, + {"❜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x9c",3,NULL,0,NULL,0}, + {"䑔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x94",3,NULL,0,NULL,0}, + {"ȝ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x9d",2,NULL,0,NULL,0}, + {"⡭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xad",3,NULL,0,NULL,0}, + {"擀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x80",3,NULL,0,NULL,0}, + {"鬆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x86",3,NULL,0,NULL,0}, + {"⠠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xa0",3,NULL,0,NULL,0}, + {"ᗠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xa0",3,NULL,0,NULL,0}, + {"忦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xa6",3,NULL,0,NULL,0}, + {"Ӭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xac",2,NULL,0,NULL,0}, + {"懚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x9a",3,NULL,0,NULL,0}, + {"숴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xb4",3,NULL,0,NULL,0}, + {"欰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x94",3,NULL,0,NULL,0}, + {"䚩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xa9",3,NULL,0,NULL,0}, + {"퓋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x8b",3,NULL,0,NULL,0}, + {"揌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x8c",3,NULL,0,NULL,0}, + {"荅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x85",3,NULL,0,NULL,0}, + {"铲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xb2",3,NULL,0,NULL,0}, + {"捛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x9b",3,NULL,0,NULL,0}, + {"賀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x80",3,NULL,0,NULL,0}, + {"㒰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xb0",3,NULL,0,NULL,0}, + {"ṇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x87",3,NULL,0,NULL,0}, + {"쬇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x87",3,NULL,0,NULL,0}, + {"⡓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x93",3,NULL,0,NULL,0}, + {"㰹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xb9",3,NULL,0,NULL,0}, + {"〛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x9b",3,NULL,0,NULL,0}, + {"ꮙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x99",3,NULL,0,NULL,0}, + {"ꥣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xa3",3,NULL,0,NULL,0}, + {"䔤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xa4",3,NULL,0,NULL,0}, + {"軖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x96",3,NULL,0,NULL,0}, + {"齧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xa7",3,NULL,0,NULL,0}, + {"꣺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xba",3,NULL,0,NULL,0}, + {"ⷈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x88",3,NULL,0,NULL,0}, + {"毥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xa5",3,NULL,0,NULL,0}, + {"踽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xbd",3,NULL,0,NULL,0}, + {"礩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xa9",3,NULL,0,NULL,0}, + {"䯂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x82",3,NULL,0,NULL,0}, + {"؁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x81",2,NULL,0,NULL,0}, + {"獢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xa2",3,NULL,0,NULL,0}, + {"蚴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xa4",3,NULL,0,NULL,0}, + {"拊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x8a",3,NULL,0,NULL,0}, + {"鴤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xa4",3,NULL,0,NULL,0}, + {"Ⰾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xb2",3,NULL,0,NULL,0}, + {"䄕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xba",3,NULL,0,NULL,0}, + {"噘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x98",3,NULL,0,NULL,0}, + {"踏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x8f",3,NULL,0,NULL,0}, + {"⨜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x9c",3,NULL,0,NULL,0}, + {"ኪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xaa",3,NULL,0,NULL,0}, + {"윾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xbe",3,NULL,0,NULL,0}, + {"풏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x8f",3,NULL,0,NULL,0}, + {"啻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xbb",3,NULL,0,NULL,0}, + {"拕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x95",3,NULL,0,NULL,0}, + {"胕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x95",3,NULL,0,NULL,0}, + {"⊭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xad",3,NULL,0,NULL,0}, + {"홹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xb9",3,NULL,0,NULL,0}, + {"撢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xa2",3,NULL,0,NULL,0}, + {"✁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x81",3,NULL,0,NULL,0}, + {"龟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x9f",3,NULL,0,NULL,0}, + {"ꭺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xba",3,NULL,0,NULL,0}, + {"㈆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x86",3,NULL,0,NULL,0}, + {"梪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xaa",3,NULL,0,NULL,0}, + {"갻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xbb",3,NULL,0,NULL,0}, + {"ꎽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xbd",3,NULL,0,NULL,0}, + {"봇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x8b",3,NULL,0,NULL,0}, + {"㋡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xa1",3,NULL,0,NULL,0}, + {"䟂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x82",3,NULL,0,NULL,0}, + {"洇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x87",3,NULL,0,NULL,0}, + {"㵋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x8b",3,NULL,0,NULL,0}, + {"ဨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xa8",3,NULL,0,NULL,0}, + {"ꋑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x91",3,NULL,0,NULL,0}, + {"쵀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xbe",3,NULL,0,NULL,0}, + {"먨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xa8",3,NULL,0,NULL,0}, + {"睎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x8e",3,NULL,0,NULL,0}, + {"ⅼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xbc",3,NULL,0,NULL,0}, + {"园",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xad",3,NULL,0,NULL,0}, + {"௮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xae",3,NULL,0,NULL,0}, + {"ᅉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x89",3,NULL,0,NULL,0}, + {"튋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x8b",3,NULL,0,NULL,0}, + {"涫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xab",3,NULL,0,NULL,0}, + {"弩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xa9",3,NULL,0,NULL,0}, + {"잽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xbd",3,NULL,0,NULL,0}, + {"➜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x9c",3,NULL,0,NULL,0}, + {"༟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x9f",3,NULL,0,NULL,0}, + {"ꏻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xbb",3,NULL,0,NULL,0}, + {"鳫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xab",3,NULL,0,NULL,0}, + {"탌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x8c",3,NULL,0,NULL,0}, + {"胠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xa0",3,NULL,0,NULL,0}, + {"愽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xbd",3,NULL,0,NULL,0}, + {"煢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xa2",3,NULL,0,NULL,0}, + {"骳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xb3",3,NULL,0,NULL,0}, + {"扎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x8e",3,NULL,0,NULL,0}, + {"棙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x99",3,NULL,0,NULL,0}, + {"ᱽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xbd",3,NULL,0,NULL,0}, + {"穼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x89",3,NULL,0,NULL,0}, + {"ꍞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x9e",3,NULL,0,NULL,0}, + {"塨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xa8",3,NULL,0,NULL,0}, + {"䯶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xb6",3,NULL,0,NULL,0}, + {"쳷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xb7",3,NULL,0,NULL,0}, + {"溵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xb8",3,NULL,0,NULL,0}, + {"㩆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x85",3,NULL,0,NULL,0}, + {"쾚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x9a",3,NULL,0,NULL,0}, + {"㦕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x95",3,NULL,0,NULL,0}, + {"Ꞌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x8b",3,NULL,0,NULL,0}, + {"⬬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xac",3,NULL,0,NULL,0}, + {"ꇡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8f",3,NULL,0,NULL,0}, + {"ᆠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xa0",3,NULL,0,NULL,0}, + {"뻜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x9c",3,NULL,0,NULL,0}, + {"熜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x9c",3,NULL,0,NULL,0}, + {"䭴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xbe",3,NULL,0,NULL,0}, + {"筺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xba",3,NULL,0,NULL,0}, + {"뭟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x8f",3,NULL,0,NULL,0}, + {"詈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x88",3,NULL,0,NULL,0}, + {"렪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xaa",3,NULL,0,NULL,0}, + {"窜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x9c",3,NULL,0,NULL,0}, + {"䲯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xaf",3,NULL,0,NULL,0}, + {"럓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x8f",3,NULL,0,NULL,0}, + {"枫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xab",3,NULL,0,NULL,0}, + {"䨚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x9a",3,NULL,0,NULL,0}, + {"鬶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xb6",3,NULL,0,NULL,0}, + {"蜌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x8c",3,NULL,0,NULL,0}, + {"䈑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x91",3,NULL,0,NULL,0}, + {"㨸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xb8",3,NULL,0,NULL,0}, + {"蚍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x8d",3,NULL,0,NULL,0}, + {"鯨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xa8",3,NULL,0,NULL,0}, + {"쏰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xb0",3,NULL,0,NULL,0}, + {"亂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x82",3,NULL,0,NULL,0}, + {"꺣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xa3",3,NULL,0,NULL,0}, + {"䆺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xba",3,NULL,0,NULL,0}, + {"鬰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xb0",3,NULL,0,NULL,0}, + {"墱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xb1",3,NULL,0,NULL,0}, + {"퓡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xa1",3,NULL,0,NULL,0}, + {"浮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xa5",3,NULL,0,NULL,0}, + {"豎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x8e",3,NULL,0,NULL,0}, + {"텰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xb0",3,NULL,0,NULL,0}, + {"烍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x88",3,NULL,0,NULL,0}, + {"뮫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xab",3,NULL,0,NULL,0}, + {"綀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x80",3,NULL,0,NULL,0}, + {"渕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x95",3,NULL,0,NULL,0}, + {"鹻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xbb",3,NULL,0,NULL,0}, + {"",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x03",1,NULL,0,NULL,0}, + {"㸗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x97",3,NULL,0,NULL,0}, + {"㖣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xa3",3,NULL,0,NULL,0}, + {"틜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x9c",3,NULL,0,NULL,0}, + {"銘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x98",3,NULL,0,NULL,0}, + {"랹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xb9",3,NULL,0,NULL,0}, + {"查",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xb1",3,NULL,0,NULL,0}, + {"齃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x83",3,NULL,0,NULL,0}, + {"襪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xaa",3,NULL,0,NULL,0}, + {"뫂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x82",3,NULL,0,NULL,0}, + {"鯋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x8b",3,NULL,0,NULL,0}, + {"哂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x82",3,NULL,0,NULL,0}, + {"㭑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x91",3,NULL,0,NULL,0}, + {"禽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xbd",3,NULL,0,NULL,0}, + {"똭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xad",3,NULL,0,NULL,0}, + {"ァ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa7",3,NULL,0,NULL,0}, + {"鴑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x91",3,NULL,0,NULL,0}, + {"梁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xa6",3,NULL,0,NULL,0}, + {"ᖸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xb8",3,NULL,0,NULL,0}, + {"潬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x98",3,NULL,0,NULL,0}, + {"㞅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x85",3,NULL,0,NULL,0}, + {"綎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x8e",3,NULL,0,NULL,0}, + {"謸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xb8",3,NULL,0,NULL,0}, + {"울",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xb8",3,NULL,0,NULL,0}, + {"룆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x86",3,NULL,0,NULL,0}, + {"匴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x86",3,NULL,0,NULL,0}, + {"偂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x82",3,NULL,0,NULL,0}, + {"콖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x96",3,NULL,0,NULL,0}, + {"勳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xb3",3,NULL,0,NULL,0}, + {"놫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xab",3,NULL,0,NULL,0}, + {"펤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x8a",3,NULL,0,NULL,0}, + {"봼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xbc",3,NULL,0,NULL,0}, + {"秾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xbe",3,NULL,0,NULL,0}, + {"ﵰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xb0",3,NULL,0,NULL,0}, + {"芳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xb3",3,NULL,0,NULL,0}, + {"惰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xb0",3,NULL,0,NULL,0}, + {"㤴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x99",3,NULL,0,NULL,0}, + {"瓾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xbe",3,NULL,0,NULL,0}, + {"߃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x83",2,NULL,0,NULL,0}, + {"织",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x87",3,NULL,0,NULL,0}, + {"뤈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x88",3,NULL,0,NULL,0}, + {"뚖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x96",3,NULL,0,NULL,0}, + {"飶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x95",3,NULL,0,NULL,0}, + {"璕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x9f",3,NULL,0,NULL,0}, + {"踤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xa4",3,NULL,0,NULL,0}, + {"뗔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x94",3,NULL,0,NULL,0}, + {"뢅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x81",3,NULL,0,NULL,0}, + {"뒅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x85",3,NULL,0,NULL,0}, + {"말",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x90",3,NULL,0,NULL,0}, + {"仳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xb3",3,NULL,0,NULL,0}, + {"Ӻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xba",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xbe",3,NULL,0,NULL,0}, + {"ং",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x82",3,NULL,0,NULL,0}, + {"骤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xa4",3,NULL,0,NULL,0}, + {"හ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x84",3,NULL,0,NULL,0}, + {"㯠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xa0",3,NULL,0,NULL,0}, + {"䍙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x99",3,NULL,0,NULL,0}, + {"㡙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x99",3,NULL,0,NULL,0}, + {"탤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xa4",3,NULL,0,NULL,0}, + {"哘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x98",3,NULL,0,NULL,0}, + {"詀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x80",3,NULL,0,NULL,0}, + {"힏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x8f",3,NULL,0,NULL,0}, + {"ↇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x87",3,NULL,0,NULL,0}, + {"퐃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x83",3,NULL,0,NULL,0}, + {"닋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x8b",3,NULL,0,NULL,0}, + {"ᛰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xb0",3,NULL,0,NULL,0}, + {"ᓰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb0",3,NULL,0,NULL,0}, + {"狴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xb4",3,NULL,0,NULL,0}, + {"ᡸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xb8",3,NULL,0,NULL,0}, + {"悃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xa4",3,NULL,0,NULL,0}, + {"ꫣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xa3",3,NULL,0,NULL,0}, + {"靾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xb5",3,NULL,0,NULL,0}, + {"⪺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xba",3,NULL,0,NULL,0}, + {"떣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xa3",3,NULL,0,NULL,0}, + {"翌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x8c",3,NULL,0,NULL,0}, + {"嵌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x9a",3,NULL,0,NULL,0}, + {"岻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xb5",3,NULL,0,NULL,0}, + {"鋰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xb0",3,NULL,0,NULL,0}, + {"ᶱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xb1",3,NULL,0,NULL,0}, + {"餥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xb7",3,NULL,0,NULL,0}, + {"屜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x9c",3,NULL,0,NULL,0}, + {"ﭶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xb6",3,NULL,0,NULL,0}, + {"꛻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xbb",3,NULL,0,NULL,0}, + {"㰖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x96",3,NULL,0,NULL,0}, + {"儡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x92",3,NULL,0,NULL,0}, + {"뛷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xb7",3,NULL,0,NULL,0}, + {"ﶰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xb0",3,NULL,0,NULL,0}, + {"ㆣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xa3",3,NULL,0,NULL,0}, + {"㻙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x99",3,NULL,0,NULL,0}, + {"㷂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x82",3,NULL,0,NULL,0}, + {"酷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xb7",3,NULL,0,NULL,0}, + {"딆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x86",3,NULL,0,NULL,0}, + {"낭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xad",3,NULL,0,NULL,0}, + {"ꁴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xb4",3,NULL,0,NULL,0}, + {"৯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xaf",3,NULL,0,NULL,0}, + {"Ą",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x84",2,NULL,0,NULL,0}, + {"槂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x82",3,NULL,0,NULL,0}, + {"롑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x91",3,NULL,0,NULL,0}, + {"젟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x9f",3,NULL,0,NULL,0}, + {"낈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x88",3,NULL,0,NULL,0}, + {"猪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xaa",3,NULL,0,NULL,0}, + {"쁪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xaa",3,NULL,0,NULL,0}, + {"辇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x83",3,NULL,0,NULL,0}, + {"汉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x89",3,NULL,0,NULL,0}, + {"㟎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x8e",3,NULL,0,NULL,0}, + {"径",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x84",3,NULL,0,NULL,0}, + {"눤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xb1",3,NULL,0,NULL,0}, + {"乓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x93",3,NULL,0,NULL,0}, + {"톛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x9b",3,NULL,0,NULL,0}, + {"瑍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x8d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x84",3,NULL,0,NULL,0}, + {"ᣏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x8f",3,NULL,0,NULL,0}, + {"Ț",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x9a",2,NULL,0,NULL,0}, + {"册",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x8c",3,NULL,0,NULL,0}, + {"ꪖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x96",3,NULL,0,NULL,0}, + {"䁿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xbf",3,NULL,0,NULL,0}, + {"ퟓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x93",3,NULL,0,NULL,0}, + {"䪾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xbe",3,NULL,0,NULL,0}, + {"࡟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x9f",3,NULL,0,NULL,0}, + {"⇟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x9f",3,NULL,0,NULL,0}, + {"艂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x82",3,NULL,0,NULL,0}, + {"୪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xaa",3,NULL,0,NULL,0}, + {"ꐡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xa1",3,NULL,0,NULL,0}, + {"凞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x95",3,NULL,0,NULL,0}, + {"짆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x8b",3,NULL,0,NULL,0}, + {"㾊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x8a",3,NULL,0,NULL,0}, + {"紐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x8f",3,NULL,0,NULL,0}, + {"ꔵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x94",3,NULL,0,NULL,0}, + {"砷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xb7",3,NULL,0,NULL,0}, + {"뜸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xb8",3,NULL,0,NULL,0}, + {"㸷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xb7",3,NULL,0,NULL,0}, + {"釠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xa0",3,NULL,0,NULL,0}, + {"ꄻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xbb",3,NULL,0,NULL,0}, + {"돃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x83",3,NULL,0,NULL,0}, + {"핔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x94",3,NULL,0,NULL,0}, + {"荴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xb4",3,NULL,0,NULL,0}, + {"巟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x9f",3,NULL,0,NULL,0}, + {"苘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x98",3,NULL,0,NULL,0}, + {"䡮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xae",3,NULL,0,NULL,0}, + {"뎂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x82",3,NULL,0,NULL,0}, + {"᫐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x90",3,NULL,0,NULL,0}, + {"ἒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x92",3,NULL,0,NULL,0}, + {"₉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x89",3,NULL,0,NULL,0}, + {"䐡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xa1",3,NULL,0,NULL,0}, + {"᝹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xb9",3,NULL,0,NULL,0}, + {"삚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xa5",3,NULL,0,NULL,0}, + {"珎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x8e",3,NULL,0,NULL,0}, + {"螷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xb7",3,NULL,0,NULL,0}, + {"ᾜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x9c",3,NULL,0,NULL,0}, + {"굱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xb1",3,NULL,0,NULL,0}, + {"凕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x95",3,NULL,0,NULL,0}, + {"晍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x8d",3,NULL,0,NULL,0}, + {"ﻏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x8f",3,NULL,0,NULL,0}, + {"ꑟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x95",3,NULL,0,NULL,0}, + {"긠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xa0",3,NULL,0,NULL,0}, + {"ࢨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xa8",3,NULL,0,NULL,0}, + {"䚼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xbc",3,NULL,0,NULL,0}, + {"瘎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x8e",3,NULL,0,NULL,0}, + {"∀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x80",3,NULL,0,NULL,0}, + {"ꆀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x80",3,NULL,0,NULL,0}, + {"櫒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x92",3,NULL,0,NULL,0}, + {"㨏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x86",3,NULL,0,NULL,0}, + {"ꒊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x8a",3,NULL,0,NULL,0}, + {"㼃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x83",3,NULL,0,NULL,0}, + {"㒑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x91",3,NULL,0,NULL,0}, + {"펃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x83",3,NULL,0,NULL,0}, + {"兩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x86",3,NULL,0,NULL,0}, + {"偫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xab",3,NULL,0,NULL,0}, + {"帨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x97",3,NULL,0,NULL,0}, + {"鶽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xbd",3,NULL,0,NULL,0}, + {"왞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x9e",3,NULL,0,NULL,0}, + {"꼆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xb2",3,NULL,0,NULL,0}, + {"而",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x8c",3,NULL,0,NULL,0}, + {"䌂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x82",3,NULL,0,NULL,0}, + {"ヱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb1",3,NULL,0,NULL,0}, + {"霬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xac",3,NULL,0,NULL,0}, + {"岖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x96",3,NULL,0,NULL,0}, + {"夐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x90",3,NULL,0,NULL,0}, + {"쮪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xa5",3,NULL,0,NULL,0}, + {"窭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xad",3,NULL,0,NULL,0}, + {"樮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xae",3,NULL,0,NULL,0}, + {"᫿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xbf",3,NULL,0,NULL,0}, + {"댧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xa7",3,NULL,0,NULL,0}, + {"䘓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xb3",3,NULL,0,NULL,0}, + {"▇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x87",3,NULL,0,NULL,0}, + {"䥢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xa2",3,NULL,0,NULL,0}, + {"倣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xa3",3,NULL,0,NULL,0}, + {"ﯢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xa2",3,NULL,0,NULL,0}, + {"邕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x95",3,NULL,0,NULL,0}, + {"婉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x89",3,NULL,0,NULL,0}, + {"풅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x85",3,NULL,0,NULL,0}, + {"崥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x99",3,NULL,0,NULL,0}, + {"⒟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x9f",3,NULL,0,NULL,0}, + {"⊖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x96",3,NULL,0,NULL,0}, + {"㜣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x94",3,NULL,0,NULL,0}, + {"埶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xb6",3,NULL,0,NULL,0}, + {"⼻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xbb",3,NULL,0,NULL,0}, + {"셡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xa1",3,NULL,0,NULL,0}, + {"痟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x9f",3,NULL,0,NULL,0}, + {"᎙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x99",3,NULL,0,NULL,0}, + {"ꄏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x90",3,NULL,0,NULL,0}, + {"橡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xa1",3,NULL,0,NULL,0}, + {"磦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xa6",3,NULL,0,NULL,0}, + {"䶅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x85",3,NULL,0,NULL,0}, + {"瞇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x87",3,NULL,0,NULL,0}, + {"ሖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x96",3,NULL,0,NULL,0}, + {"泏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xae",3,NULL,0,NULL,0}, + {"䙍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x8d",3,NULL,0,NULL,0}, + {"咅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x98",3,NULL,0,NULL,0}, + {"霓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x93",3,NULL,0,NULL,0}, + {"쬣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xa3",3,NULL,0,NULL,0}, + {"䌱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x90",3,NULL,0,NULL,0}, + {"캶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xb6",3,NULL,0,NULL,0}, + {"姲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xb2",3,NULL,0,NULL,0}, + {"ް",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xb0",2,NULL,0,NULL,0}, + {"툼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xbc",3,NULL,0,NULL,0}, + {"➅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x85",3,NULL,0,NULL,0}, + {"ܗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x97",2,NULL,0,NULL,0}, + {"摐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x90",3,NULL,0,NULL,0}, + {"쿖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x96",3,NULL,0,NULL,0}, + {"囷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xb7",3,NULL,0,NULL,0}, + {"湉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x89",3,NULL,0,NULL,0}, + {"␘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x98",3,NULL,0,NULL,0}, + {"䫝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x9d",3,NULL,0,NULL,0}, + {"㌪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xaa",3,NULL,0,NULL,0}, + {"㌱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xb1",3,NULL,0,NULL,0}, + {"⌃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x95",3,NULL,0,NULL,0}, + {"髪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xaa",3,NULL,0,NULL,0}, + {"耢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xa2",3,NULL,0,NULL,0}, + {"㛴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x84",3,NULL,0,NULL,0}, + {"ۨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xa8",2,NULL,0,NULL,0}, + {"畠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xa0",3,NULL,0,NULL,0}, + {"篂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x82",3,NULL,0,NULL,0}, + {"괛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x9b",3,NULL,0,NULL,0}, + {"铼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xbc",3,NULL,0,NULL,0}, + {"ﱘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x98",3,NULL,0,NULL,0}, + {"샨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xa8",3,NULL,0,NULL,0}, + {"ꯂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x82",3,NULL,0,NULL,0}, + {"皗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x97",3,NULL,0,NULL,0}, + {"І",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x86",2,NULL,0,NULL,0}, + {"઼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xbc",3,NULL,0,NULL,0}, + {"ƨ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xa8",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x87",3,NULL,0,NULL,0}, + {"⮶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xb6",3,NULL,0,NULL,0}, + {"๤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xa4",3,NULL,0,NULL,0}, + {"ႍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x8d",3,NULL,0,NULL,0}, + {"뾡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xa1",3,NULL,0,NULL,0}, + {"⎞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x9e",3,NULL,0,NULL,0}, + {"ᙝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x9d",3,NULL,0,NULL,0}, + {"큕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x95",3,NULL,0,NULL,0}, + {"믭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xad",3,NULL,0,NULL,0}, + {"㩩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xa9",3,NULL,0,NULL,0}, + {"秫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xab",3,NULL,0,NULL,0}, + {"坖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xa3",3,NULL,0,NULL,0}, + {"⣍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x9b",3,NULL,0,NULL,0}, + {"Θ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x98",2,NULL,0,NULL,0}, + {"挵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xb5",3,NULL,0,NULL,0}, + {"᭦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xa6",3,NULL,0,NULL,0}, + {"鰍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x8d",3,NULL,0,NULL,0}, + {"顸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xb8",3,NULL,0,NULL,0}, + {"ꈔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x94",3,NULL,0,NULL,0}, + {"᭑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x81",3,NULL,0,NULL,0}, + {"揤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xa4",3,NULL,0,NULL,0}, + {"犵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xb5",3,NULL,0,NULL,0}, + {"钻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xbb",3,NULL,0,NULL,0}, + {"쎚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x9a",3,NULL,0,NULL,0}, + {"嗓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x93",3,NULL,0,NULL,0}, + {"Ⓒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xb8",3,NULL,0,NULL,0}, + {"㮊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x8a",3,NULL,0,NULL,0}, + {"簌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x8c",3,NULL,0,NULL,0}, + {"躢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xa2",3,NULL,0,NULL,0}, + {"솳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xb3",3,NULL,0,NULL,0}, + {"䭡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xa1",3,NULL,0,NULL,0}, + {"ꧣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xa3",3,NULL,0,NULL,0}, + {"⩌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x8c",3,NULL,0,NULL,0}, + {"ჶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xb6",3,NULL,0,NULL,0}, + {"䩊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x8a",3,NULL,0,NULL,0}, + {"牛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x9b",3,NULL,0,NULL,0}, + {"⍧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xa7",3,NULL,0,NULL,0}, + {"躁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x81",3,NULL,0,NULL,0}, + {"ꨲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xb2",3,NULL,0,NULL,0}, + {"㦺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xba",3,NULL,0,NULL,0}, + {"ꦏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x8f",3,NULL,0,NULL,0}, + {"䅀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x85",3,NULL,0,NULL,0}, + {"譫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xab",3,NULL,0,NULL,0}, + {"㞤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xa4",3,NULL,0,NULL,0}, + {"뭿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xbf",3,NULL,0,NULL,0}, + {"遳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xb3",3,NULL,0,NULL,0}, + {"䎃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x83",3,NULL,0,NULL,0}, + {"몺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xba",3,NULL,0,NULL,0}, + {"Լ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xbc",2,NULL,0,NULL,0}, + {"ṅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x85",3,NULL,0,NULL,0}, + {"졹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xb9",3,NULL,0,NULL,0}, + {"퓴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xb4",3,NULL,0,NULL,0}, + {"퇺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xba",3,NULL,0,NULL,0}, + {"⪂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xb4",3,NULL,0,NULL,0}, + {"ꊹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xb9",3,NULL,0,NULL,0}, + {"ꥋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x8b",3,NULL,0,NULL,0}, + {"퓅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x85",3,NULL,0,NULL,0}, + {"켉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x89",3,NULL,0,NULL,0}, + {"䦪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xaa",3,NULL,0,NULL,0}, + {"㉿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xbf",3,NULL,0,NULL,0}, + {"㘇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x87",3,NULL,0,NULL,0}, + {"礛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xb2",3,NULL,0,NULL,0}, + {"䙳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xb3",3,NULL,0,NULL,0}, + {"ʈ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x88",2,NULL,0,NULL,0}, + {"騛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x9b",3,NULL,0,NULL,0}, + {"丕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x95",3,NULL,0,NULL,0}, + {"桐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x90",3,NULL,0,NULL,0}, + {"ۙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x99",2,NULL,0,NULL,0}, + {"秘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x98",3,NULL,0,NULL,0}, + {"㵉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\x89",3,NULL,0,NULL,0}, + {"鵒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x92",3,NULL,0,NULL,0}, + {"Æ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x86",2,NULL,0,NULL,0}, + {"䄧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xa7",3,NULL,0,NULL,0}, + {"鶉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xae",3,NULL,0,NULL,0}, + {"暠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x9e",3,NULL,0,NULL,0}, + {"洅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x85",3,NULL,0,NULL,0}, + {"ꓚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x9a",3,NULL,0,NULL,0}, + {"쎼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xbc",3,NULL,0,NULL,0}, + {"곿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xbf",3,NULL,0,NULL,0}, + {"䰪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xaa",3,NULL,0,NULL,0}, + {"ኆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x86",3,NULL,0,NULL,0}, + {"庌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x8c",3,NULL,0,NULL,0}, + {"잂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x82",3,NULL,0,NULL,0}, + {"㢔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x94",3,NULL,0,NULL,0}, + {"୆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x86",3,NULL,0,NULL,0}, + {"弻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xbb",3,NULL,0,NULL,0}, + {"吟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x9f",3,NULL,0,NULL,0}, + {"氃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x83",3,NULL,0,NULL,0}, + {"皧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xa7",3,NULL,0,NULL,0}, + {"杬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xa3",3,NULL,0,NULL,0}, + {"꣄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x84",3,NULL,0,NULL,0}, + {"䳘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x98",3,NULL,0,NULL,0}, + {"홿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xbf",3,NULL,0,NULL,0}, + {"̇",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x87",2,NULL,0,NULL,0}, + {"ณ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x93",3,NULL,0,NULL,0}, + {"慺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x97",3,NULL,0,NULL,0}, + {"ꀘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x98",3,NULL,0,NULL,0}, + {"顅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x85",3,NULL,0,NULL,0}, + {"턵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xb5",3,NULL,0,NULL,0}, + {"റ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xb1",3,NULL,0,NULL,0}, + {"蝉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xa6",3,NULL,0,NULL,0}, + {"鸚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x9a",3,NULL,0,NULL,0}, + {"鑔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x94",3,NULL,0,NULL,0}, + {"ﳺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xba",3,NULL,0,NULL,0}, + {"路",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xaf",3,NULL,0,NULL,0}, + {"혼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xbc",3,NULL,0,NULL,0}, + {"ଌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x8c",3,NULL,0,NULL,0}, + {"筭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xad",3,NULL,0,NULL,0}, + {"릭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xad",3,NULL,0,NULL,0}, + {"轻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xbb",3,NULL,0,NULL,0}, + {"ꉜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x9c",3,NULL,0,NULL,0}, + {"迮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xae",3,NULL,0,NULL,0}, + {"կ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xaf",2,NULL,0,NULL,0}, + {"貔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x94",3,NULL,0,NULL,0}, + {"ᵥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x91",3,NULL,0,NULL,0}, + {"訧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xa7",3,NULL,0,NULL,0}, + {"䬋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x8b",3,NULL,0,NULL,0}, + {"ꔊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x8a",3,NULL,0,NULL,0}, + {"꞉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x89",3,NULL,0,NULL,0}, + {"¢",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa2",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xab",3,NULL,0,NULL,0}, + {"誢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xa2",3,NULL,0,NULL,0}, + {"깒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x92",3,NULL,0,NULL,0}, + {"达",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xbe",3,NULL,0,NULL,0}, + {"꿺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xba",3,NULL,0,NULL,0}, + {"滇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x87",3,NULL,0,NULL,0}, + {"೒",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x92",3,NULL,0,NULL,0}, + {"劊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x8a",3,NULL,0,NULL,0}, + {"਍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x90",3,NULL,0,NULL,0}, + {"憡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xa1",3,NULL,0,NULL,0}, + {"赨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xa8",3,NULL,0,NULL,0}, + {"鰲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xb2",3,NULL,0,NULL,0}, + {"픾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xbe",3,NULL,0,NULL,0}, + {"薢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xa2",3,NULL,0,NULL,0}, + {"ீ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x80",3,NULL,0,NULL,0}, + {"꾘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x98",3,NULL,0,NULL,0}, + {"渧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xa7",3,NULL,0,NULL,0}, + {"蠼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xbc",3,NULL,0,NULL,0}, + {"鈝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x9d",3,NULL,0,NULL,0}, + {"䁇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xb0",3,NULL,0,NULL,0}, + {"䮤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xa4",3,NULL,0,NULL,0}, + {"裝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x9d",3,NULL,0,NULL,0}, + {"᳴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x8d",3,NULL,0,NULL,0}, + {"핵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xb5",3,NULL,0,NULL,0}, + {"튪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xbc",3,NULL,0,NULL,0}, + {"뵰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xb0",3,NULL,0,NULL,0}, + {"꘤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xa4",3,NULL,0,NULL,0}, + {"票",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xa8",3,NULL,0,NULL,0}, + {"붱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x86",3,NULL,0,NULL,0}, + {"ﲻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xbb",3,NULL,0,NULL,0}, + {"栢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xa2",3,NULL,0,NULL,0}, + {"樏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x8f",3,NULL,0,NULL,0}, + {"⫺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xba",3,NULL,0,NULL,0}, + {"ꔨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xa8",3,NULL,0,NULL,0}, + {"滱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xb1",3,NULL,0,NULL,0}, + {"ﴪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xaa",3,NULL,0,NULL,0}, + {"縛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x9b",3,NULL,0,NULL,0}, + {"贾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xbe",3,NULL,0,NULL,0}, + {"웻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xbb",3,NULL,0,NULL,0}, + {"㤀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xae",3,NULL,0,NULL,0}, + {"亓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xbe",3,NULL,0,NULL,0}, + {"昰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xb0",3,NULL,0,NULL,0}, + {"裳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xb3",3,NULL,0,NULL,0}, + {"ῖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xb7",3,NULL,0,NULL,0}, + {"ᕯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xaf",3,NULL,0,NULL,0}, + {"瓠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xa0",3,NULL,0,NULL,0}, + {"뗊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x8a",3,NULL,0,NULL,0}, + {"얧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xb8",3,NULL,0,NULL,0}, + {"俳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xb3",3,NULL,0,NULL,0}, + {"ठ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xbb",3,NULL,0,NULL,0}, + {"襆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x86",3,NULL,0,NULL,0}, + {"ᝩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xa9",3,NULL,0,NULL,0}, + {"쩔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x94",3,NULL,0,NULL,0}, + {"ﴇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x87",3,NULL,0,NULL,0}, + {"萂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x82",3,NULL,0,NULL,0}, + {"퍞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x9e",3,NULL,0,NULL,0}, + {"⬉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x89",3,NULL,0,NULL,0}, + {"펾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xbe",3,NULL,0,NULL,0}, + {"譗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x97",3,NULL,0,NULL,0}, + {"芡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xa3",3,NULL,0,NULL,0}, + {"뎟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x9f",3,NULL,0,NULL,0}, + {"ꕖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x96",3,NULL,0,NULL,0}, + {"蝝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x9d",3,NULL,0,NULL,0}, + {"ﶟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x9f",3,NULL,0,NULL,0}, + {"Ổ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x94",3,NULL,0,NULL,0}, + {"恈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x88",3,NULL,0,NULL,0}, + {"떁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x9c",3,NULL,0,NULL,0}, + {"빹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xb9",3,NULL,0,NULL,0}, + {"뗘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x98",3,NULL,0,NULL,0}, + {"璟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x9f",3,NULL,0,NULL,0}, + {"⽷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xb7",3,NULL,0,NULL,0}, + {"놹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xb5",3,NULL,0,NULL,0}, + {"胐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x90",3,NULL,0,NULL,0}, + {"씠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xa0",3,NULL,0,NULL,0}, + {"叇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xa6",3,NULL,0,NULL,0}, + {"왇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x87",3,NULL,0,NULL,0}, + {"解",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xa3",3,NULL,0,NULL,0}, + {"죳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xb3",3,NULL,0,NULL,0}, + {"Ⳙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x98",3,NULL,0,NULL,0}, + {"엨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xa8",3,NULL,0,NULL,0}, + {"共",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xb1",3,NULL,0,NULL,0}, + {"ᒤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa4",3,NULL,0,NULL,0}, + {"힝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x9d",3,NULL,0,NULL,0}, + {"㯤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xa4",3,NULL,0,NULL,0}, + {"ೌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x95",3,NULL,0,NULL,0}, + {"ﺂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x82",3,NULL,0,NULL,0}, + {"ᠧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xa7",3,NULL,0,NULL,0}, + {"㴲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xb2",3,NULL,0,NULL,0}, + {"羚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x9a",3,NULL,0,NULL,0}, + {"뮲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xb2",3,NULL,0,NULL,0}, + {"飖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x96",3,NULL,0,NULL,0}, + {"䄸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xb8",3,NULL,0,NULL,0}, + {"鄥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xa5",3,NULL,0,NULL,0}, + {"纭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xad",3,NULL,0,NULL,0}, + {"舁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x81",3,NULL,0,NULL,0}, + {"⊳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xb3",3,NULL,0,NULL,0}, + {"♖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x96",3,NULL,0,NULL,0}, + {"᷃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x83",3,NULL,0,NULL,0}, + {"ߔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x94",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xbb",3,NULL,0,NULL,0}, + {"⼠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xa0",3,NULL,0,NULL,0}, + {"2",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xa0",3,NULL,0,NULL,0}, + {"岩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xa9",3,NULL,0,NULL,0}, + {"ꂫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xab",3,NULL,0,NULL,0}, + {"彌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x8c",3,NULL,0,NULL,0}, + {"鎡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xb5",3,NULL,0,NULL,0}, + {"벥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xa5",3,NULL,0,NULL,0}, + {"樁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x81",3,NULL,0,NULL,0}, + {"硠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xa0",3,NULL,0,NULL,0}, + {"ㇷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xb7",3,NULL,0,NULL,0}, + {"聣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xa3",3,NULL,0,NULL,0}, + {"ጲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xb2",3,NULL,0,NULL,0}, + {"젝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x9d",3,NULL,0,NULL,0}, + {"俕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x95",3,NULL,0,NULL,0}, + {"᳁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x81",3,NULL,0,NULL,0}, + {"酥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xa5",3,NULL,0,NULL,0}, + {"닉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x89",3,NULL,0,NULL,0}, + {"↕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x95",3,NULL,0,NULL,0}, + {"凬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xac",3,NULL,0,NULL,0}, + {"翹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x9b",3,NULL,0,NULL,0}, + {"荖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xac",3,NULL,0,NULL,0}, + {"ᡰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xaf",3,NULL,0,NULL,0}, + {"㵡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xa1",3,NULL,0,NULL,0}, + {"佚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x9a",3,NULL,0,NULL,0}, + {"狸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xb8",3,NULL,0,NULL,0}, + {"Ƕ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xb6",2,NULL,0,NULL,0}, + {"蓆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x86",3,NULL,0,NULL,0}, + {"⡀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x80",3,NULL,0,NULL,0}, + {"乑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x91",3,NULL,0,NULL,0}, + {"ᚌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x8c",3,NULL,0,NULL,0}, + {"ﭚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x9a",3,NULL,0,NULL,0}, + {"ꮦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xa6",3,NULL,0,NULL,0}, + {"쨆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x86",3,NULL,0,NULL,0}, + {"〮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xae",3,NULL,0,NULL,0}, + {"䁽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xbd",3,NULL,0,NULL,0}, + {"儣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xa3",3,NULL,0,NULL,0}, + {"敘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x98",3,NULL,0,NULL,0}, + {"뛥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xa5",3,NULL,0,NULL,0}, + {"랬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xac",3,NULL,0,NULL,0}, + {"㎥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xa5",3,NULL,0,NULL,0}, + {"햿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xbf",3,NULL,0,NULL,0}, + {"ꀬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xac",3,NULL,0,NULL,0}, + {"柔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x94",3,NULL,0,NULL,0}, + {"첤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xa4",3,NULL,0,NULL,0}, + {"㐄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x84",3,NULL,0,NULL,0}, + {"荰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xb0",3,NULL,0,NULL,0}, + {"䗔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x94",3,NULL,0,NULL,0}, + {"ᬤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xa4",3,NULL,0,NULL,0}, + {"Ẃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x82",3,NULL,0,NULL,0}, + {"缦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xa6",3,NULL,0,NULL,0}, + {"㤔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x8e",3,NULL,0,NULL,0}, + {"菝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x9d",3,NULL,0,NULL,0}, + {"瑇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x87",3,NULL,0,NULL,0}, + {"쬜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x9c",3,NULL,0,NULL,0}, + {"ﶿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xbf",3,NULL,0,NULL,0}, + {"ꄴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xb4",3,NULL,0,NULL,0}, + {"ﮠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xa0",3,NULL,0,NULL,0}, + {"⟷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xb7",3,NULL,0,NULL,0}, + {"⇝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x95",3,NULL,0,NULL,0}, + {"⿓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x93",3,NULL,0,NULL,0}, + {"«",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xab",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x9b",3,NULL,0,NULL,0}, + {"앸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xb8",3,NULL,0,NULL,0}, + {"留",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x8d",3,NULL,0,NULL,0}, + {"ᐸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xb8",3,NULL,0,NULL,0}, + {"㨱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xb1",3,NULL,0,NULL,0}, + {"髴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x96",3,NULL,0,NULL,0}, + {"报",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xa5",3,NULL,0,NULL,0}, + {"ij",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xb3",2,NULL,0,NULL,0}, + {"찳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xb3",3,NULL,0,NULL,0}, + {"੖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x98",3,NULL,0,NULL,0}, + {"䍪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xaa",3,NULL,0,NULL,0}, + {"쫢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xa2",3,NULL,0,NULL,0}, + {"죆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x86",3,NULL,0,NULL,0}, + {"ρ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x81",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xb8",3,NULL,0,NULL,0}, + {"ᑗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x97",3,NULL,0,NULL,0}, + {"꽜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x9c",3,NULL,0,NULL,0}, + {"쮴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xb4",3,NULL,0,NULL,0}, + {"◾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xbe",3,NULL,0,NULL,0}, + {"苐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x95",3,NULL,0,NULL,0}, + {"㘘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x98",3,NULL,0,NULL,0}, + {"ﯞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x9e",3,NULL,0,NULL,0}, + {"▍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x8d",3,NULL,0,NULL,0}, + {"螟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xac",3,NULL,0,NULL,0}, + {"畹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xb9",3,NULL,0,NULL,0}, + {"萤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xa4",3,NULL,0,NULL,0}, + {"㊪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xaa",3,NULL,0,NULL,0}, + {"쟖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x96",3,NULL,0,NULL,0}, + {"阙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x99",3,NULL,0,NULL,0}, + {"ꆠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xa0",3,NULL,0,NULL,0}, + {"᏾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xbe",3,NULL,0,NULL,0}, + {"櫲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xb2",3,NULL,0,NULL,0}, + {"ṿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xbf",3,NULL,0,NULL,0}, + {"쇚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x9a",3,NULL,0,NULL,0}, + {"㈙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x99",3,NULL,0,NULL,0}, + {"䛔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xbf",3,NULL,0,NULL,0}, + {"␎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x8e",3,NULL,0,NULL,0}, + {"宴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xb4",3,NULL,0,NULL,0}, + {"洰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xb0",3,NULL,0,NULL,0}, + {"솫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xab",3,NULL,0,NULL,0}, + {"棲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xb8",3,NULL,0,NULL,0}, + {"쮚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x9a",3,NULL,0,NULL,0}, + {"샌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x8c",3,NULL,0,NULL,0}, + {"纼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xbc",3,NULL,0,NULL,0}, + {"૕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xa5",3,NULL,0,NULL,0}, + {"䏗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x97",3,NULL,0,NULL,0}, + {"☼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xbc",3,NULL,0,NULL,0}, + {"⦠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xa0",3,NULL,0,NULL,0}, + {"귮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xae",3,NULL,0,NULL,0}, + {"쾁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x81",3,NULL,0,NULL,0}, + {"Ԣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xa2",2,NULL,0,NULL,0}, + {"ݼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xbc",2,NULL,0,NULL,0}, + {"❷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x9b",3,NULL,0,NULL,0}, + {"൮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xae",3,NULL,0,NULL,0}, + {"ᆹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb9",3,NULL,0,NULL,0}, + {"坭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xad",3,NULL,0,NULL,0}, + {"領",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x98",3,NULL,0,NULL,0}, + {"葻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xbb",3,NULL,0,NULL,0}, + {"ꕘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x98",3,NULL,0,NULL,0}, + {"ꁾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xbe",3,NULL,0,NULL,0}, + {"骫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xab",3,NULL,0,NULL,0}, + {"❬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x8f",3,NULL,0,NULL,0}, + {"㱼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xbc",3,NULL,0,NULL,0}, + {"ﬖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x96",3,NULL,0,NULL,0}, + {"腰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xb0",3,NULL,0,NULL,0}, + {"㫎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x8e",3,NULL,0,NULL,0}, + {"놦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xa6",3,NULL,0,NULL,0}, + {"ꏞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x9e",3,NULL,0,NULL,0}, + {"탧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xa7",3,NULL,0,NULL,0}, + {"쵧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xa7",3,NULL,0,NULL,0}, + {"ꎋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x8b",3,NULL,0,NULL,0}, + {"鵛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x9b",3,NULL,0,NULL,0}, + {"⤘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x98",3,NULL,0,NULL,0}, + {"넍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x8d",3,NULL,0,NULL,0}, + {"䲼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xbc",3,NULL,0,NULL,0}, + {"ᩕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x95",3,NULL,0,NULL,0}, + {"嬛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x9b",3,NULL,0,NULL,0}, + {"竡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xa1",3,NULL,0,NULL,0}, + {"椡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xa1",3,NULL,0,NULL,0}, + {"ꈽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xbd",3,NULL,0,NULL,0}, + {"힊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x8a",3,NULL,0,NULL,0}, + {"睵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xb5",3,NULL,0,NULL,0}, + {"쁅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x85",3,NULL,0,NULL,0}, + {"굟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x8c",3,NULL,0,NULL,0}, + {"㝸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xb8",3,NULL,0,NULL,0}, + {"ҙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x99",2,NULL,0,NULL,0}, + {"皅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x85",3,NULL,0,NULL,0}, + {"㥩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xa9",3,NULL,0,NULL,0}, + {"貃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xb2",3,NULL,0,NULL,0}, + {"므",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x80",3,NULL,0,NULL,0}, + {"Ӈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x87",2,NULL,0,NULL,0}, + {"퀚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x9a",3,NULL,0,NULL,0}, + {"뺩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xa9",3,NULL,0,NULL,0}, + {"䔛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x9b",3,NULL,0,NULL,0}, + {"쀂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xa7",3,NULL,0,NULL,0}, + {"蝨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xa8",3,NULL,0,NULL,0}, + {"ヘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x80",3,NULL,0,NULL,0}, + {"ۆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x86",2,NULL,0,NULL,0}, + {"勂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x82",3,NULL,0,NULL,0}, + {"⣗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x97",3,NULL,0,NULL,0}, + {"깿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xbf",3,NULL,0,NULL,0}, + {"묇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x87",3,NULL,0,NULL,0}, + {"d",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x99",3,NULL,0,NULL,0}, + {"㨈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x88",3,NULL,0,NULL,0}, + {"韍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x8d",3,NULL,0,NULL,0}, + {"᫮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xae",3,NULL,0,NULL,0}, + {"څ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x85",2,NULL,0,NULL,0}, + {"꾽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xbd",3,NULL,0,NULL,0}, + {"笢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xa2",3,NULL,0,NULL,0}, + {"颪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xaa",3,NULL,0,NULL,0}, + {"蚠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xa0",3,NULL,0,NULL,0}, + {"꫙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x99",3,NULL,0,NULL,0}, + {"ↂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x82",3,NULL,0,NULL,0}, + {"幑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x91",3,NULL,0,NULL,0}, + {"涩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x89",3,NULL,0,NULL,0}, + {"‡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa1",3,NULL,0,NULL,0}, + {"箧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xa7",3,NULL,0,NULL,0}, + {"嘹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xb9",3,NULL,0,NULL,0}, + {"綧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xa7",3,NULL,0,NULL,0}, + {"淲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xb2",3,NULL,0,NULL,0}, + {"蕄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x84",3,NULL,0,NULL,0}, + {"ྐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x90",3,NULL,0,NULL,0}, + {"䧷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xb7",3,NULL,0,NULL,0}, + {"囟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x9f",3,NULL,0,NULL,0}, + {"믯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xaf",3,NULL,0,NULL,0}, + {"틏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x8f",3,NULL,0,NULL,0}, + {"⎎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x8e",3,NULL,0,NULL,0}, + {"랦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xa6",3,NULL,0,NULL,0}, + {"犘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x98",3,NULL,0,NULL,0}, + {"柎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x8e",3,NULL,0,NULL,0}, + {"糱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xb1",3,NULL,0,NULL,0}, + {"爙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x99",3,NULL,0,NULL,0}, + {"柽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xa5",3,NULL,0,NULL,0}, + {"縋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x8b",3,NULL,0,NULL,0}, + {"鰏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x8f",3,NULL,0,NULL,0}, + {"㠙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xb2",3,NULL,0,NULL,0}, + {"갧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xa7",3,NULL,0,NULL,0}, + {"刬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xac",3,NULL,0,NULL,0}, + {"톕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x95",3,NULL,0,NULL,0}, + {"ᷠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xa0",3,NULL,0,NULL,0}, + {"⹟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x9f",3,NULL,0,NULL,0}, + {"怢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xa2",3,NULL,0,NULL,0}, + {"ꡂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x82",3,NULL,0,NULL,0}, + {"툆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x86",3,NULL,0,NULL,0}, + {"먫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xaa",3,NULL,0,NULL,0}, + {"莜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x9c",3,NULL,0,NULL,0}, + {"紊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x8a",3,NULL,0,NULL,0}, + {"期",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x9f",3,NULL,0,NULL,0}, + {"ꭓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x93",3,NULL,0,NULL,0}, + {"呧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xa7",3,NULL,0,NULL,0}, + {"䨾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xbe",3,NULL,0,NULL,0}, + {"羐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\x90",3,NULL,0,NULL,0}, + {"췓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x93",3,NULL,0,NULL,0}, + {"⍵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xb5",3,NULL,0,NULL,0}, + {"圠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xa0",3,NULL,0,NULL,0}, + {"뷔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x94",3,NULL,0,NULL,0}, + {"愕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x95",3,NULL,0,NULL,0}, + {"ᮈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x88",3,NULL,0,NULL,0}, + {"빎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x8e",3,NULL,0,NULL,0}, + {"擖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x96",3,NULL,0,NULL,0}, + {"䅡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xa1",3,NULL,0,NULL,0}, + {"澑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x97",3,NULL,0,NULL,0}, + {"晚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x9a",3,NULL,0,NULL,0}, + {"㣡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xa1",3,NULL,0,NULL,0}, + {"遡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xa1",3,NULL,0,NULL,0}, + {"曡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xa1",3,NULL,0,NULL,0}, + {"笂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x82",3,NULL,0,NULL,0}, + {"迹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xb9",3,NULL,0,NULL,0}, + {"ꤹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xb9",3,NULL,0,NULL,0}, + {"ⶱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xb1",3,NULL,0,NULL,0}, + {"䰻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xbb",3,NULL,0,NULL,0}, + {"ꝣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x81",3,NULL,0,NULL,0}, + {"퍐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x8a",3,NULL,0,NULL,0}, + {"팤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xa4",3,NULL,0,NULL,0}, + {"騙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x99",3,NULL,0,NULL,0}, + {"伎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x8e",3,NULL,0,NULL,0}, + {"ɼ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xbc",2,NULL,0,NULL,0}, + {"憆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x86",3,NULL,0,NULL,0}, + {"൬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xac",3,NULL,0,NULL,0}, + {"࿏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x9d",3,NULL,0,NULL,0}, + {"䅶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x89",3,NULL,0,NULL,0}, + {"ḡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa1",3,NULL,0,NULL,0}, + {"ﱛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x9b",3,NULL,0,NULL,0}, + {"賦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xa6",3,NULL,0,NULL,0}, + {"೎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x8e",3,NULL,0,NULL,0}, + {"鏋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x9e",3,NULL,0,NULL,0}, + {"湊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x8a",3,NULL,0,NULL,0}, + {"鶋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xa0",3,NULL,0,NULL,0}, + {"ᣨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xa8",3,NULL,0,NULL,0}, + {"슖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x96",3,NULL,0,NULL,0}, + {"ᷚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x9a",3,NULL,0,NULL,0}, + {"ག",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x82",3,NULL,0,NULL,0}, + {"廂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x82",3,NULL,0,NULL,0}, + {"鐔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x94",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x1d",1,NULL,0,NULL,0}, + {"뱁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x81",3,NULL,0,NULL,0}, + {"ꩣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xa3",3,NULL,0,NULL,0}, + {"ఆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x86",3,NULL,0,NULL,0}, + {"趮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xb9",3,NULL,0,NULL,0}, + {"ⷲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xae",3,NULL,0,NULL,0}, + {"䷼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x9a",3,NULL,0,NULL,0}, + {"㰅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x85",3,NULL,0,NULL,0}, + {"꟔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x94",3,NULL,0,NULL,0}, + {"ꛢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xbd",3,NULL,0,NULL,0}, + {"뗾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xbe",3,NULL,0,NULL,0}, + {"ꗫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xab",3,NULL,0,NULL,0}, + {"㪶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x96",3,NULL,0,NULL,0}, + {"폞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x9e",3,NULL,0,NULL,0}, + {"悤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xa4",3,NULL,0,NULL,0}, + {"㹆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x86",3,NULL,0,NULL,0}, + {"䯍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x8d",3,NULL,0,NULL,0}, + {"၊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x8a",3,NULL,0,NULL,0}, + {"猙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x99",3,NULL,0,NULL,0}, + {"䃯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xaf",3,NULL,0,NULL,0}, + {"﹈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x88",3,NULL,0,NULL,0}, + {"特",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xb9",3,NULL,0,NULL,0}, + {"ﴊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x8a",3,NULL,0,NULL,0}, + {"鮻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xbb",3,NULL,0,NULL,0}, + {"뉟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x9f",3,NULL,0,NULL,0}, + {"䂨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xa8",3,NULL,0,NULL,0}, + {"怄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x84",3,NULL,0,NULL,0}, + {"ꕕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x95",3,NULL,0,NULL,0}, + {"䐺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xba",3,NULL,0,NULL,0}, + {"௄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x84",3,NULL,0,NULL,0}, + {"ᤗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x97",3,NULL,0,NULL,0}, + {"就",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xb1",3,NULL,0,NULL,0}, + {"㳤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xa4",3,NULL,0,NULL,0}, + {"ᵟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x9f",3,NULL,0,NULL,0}, + {"弃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x83",3,NULL,0,NULL,0}, + {"衳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xb3",3,NULL,0,NULL,0}, + {"鍞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x9e",3,NULL,0,NULL,0}, + {"珡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xa1",3,NULL,0,NULL,0}, + {"헨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xa8",3,NULL,0,NULL,0}, + {"僶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xb6",3,NULL,0,NULL,0}, + {"濙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x99",3,NULL,0,NULL,0}, + {"摍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x90",3,NULL,0,NULL,0}, + {"暴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x86",3,NULL,0,NULL,0}, + {"戠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xa0",3,NULL,0,NULL,0}, + {"矋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x8b",3,NULL,0,NULL,0}, + {"醵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xb5",3,NULL,0,NULL,0}, + {"徭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x85",3,NULL,0,NULL,0}, + {"䴭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xad",3,NULL,0,NULL,0}, + {"펐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x90",3,NULL,0,NULL,0}, + {"㻶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xb6",3,NULL,0,NULL,0}, + {"農",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xb2",3,NULL,0,NULL,0}, + {"碌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xb7",3,NULL,0,NULL,0}, + {"彡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xa1",3,NULL,0,NULL,0}, + {"북",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x81",3,NULL,0,NULL,0}, + {"ᶐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xa8",3,NULL,0,NULL,0}, + {"斕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xa5",3,NULL,0,NULL,0}, + {"丬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xac",3,NULL,0,NULL,0}, + {"琢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xa2",3,NULL,0,NULL,0}, + {"_",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xbf",3,NULL,0,NULL,0}, + {"厃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x83",3,NULL,0,NULL,0}, + {"ᮩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xa6",3,NULL,0,NULL,0}, + {"亡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xa4",3,NULL,0,NULL,0}, + {"贮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xae",3,NULL,0,NULL,0}, + {"뚾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xbe",3,NULL,0,NULL,0}, + {"﹂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x82",3,NULL,0,NULL,0}, + {"蟴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xb4",3,NULL,0,NULL,0}, + {"儰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xb0",3,NULL,0,NULL,0}, + {"䁕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x96",3,NULL,0,NULL,0}, + {"䑩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xa9",3,NULL,0,NULL,0}, + {"짫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xab",3,NULL,0,NULL,0}, + {"ꑂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x82",3,NULL,0,NULL,0}, + {"ࣟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x9f",3,NULL,0,NULL,0}, + {"鉧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xa7",3,NULL,0,NULL,0}, + {"∻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xbb",3,NULL,0,NULL,0}, + {"莡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xa1",3,NULL,0,NULL,0}, + {"㟾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xb9",3,NULL,0,NULL,0}, + {"堫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xab",3,NULL,0,NULL,0}, + {"ⶂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x82",3,NULL,0,NULL,0}, + {"ﲩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xa9",3,NULL,0,NULL,0}, + {"纜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x9c",3,NULL,0,NULL,0}, + {"䯈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x97",3,NULL,0,NULL,0}, + {"帿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xbf",3,NULL,0,NULL,0}, + {"ৡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xa1",3,NULL,0,NULL,0}, + {"縩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xa9",3,NULL,0,NULL,0}, + {"덗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x97",3,NULL,0,NULL,0}, + {"븄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x84",3,NULL,0,NULL,0}, + {"វ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x9c",3,NULL,0,NULL,0}, + {"៳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xb9",3,NULL,0,NULL,0}, + {"킞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x9e",3,NULL,0,NULL,0}, + {"䆗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x97",3,NULL,0,NULL,0}, + {"邾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xbe",3,NULL,0,NULL,0}, + {"雼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xbc",3,NULL,0,NULL,0}, + {"威",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x81",3,NULL,0,NULL,0}, + {"얕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x95",3,NULL,0,NULL,0}, + {"麞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x83",3,NULL,0,NULL,0}, + {"崸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xb8",3,NULL,0,NULL,0}, + {"ﰪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xaa",3,NULL,0,NULL,0}, + {"줲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xb2",3,NULL,0,NULL,0}, + {"न",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xa8",3,NULL,0,NULL,0}, + {"꒷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xb7",3,NULL,0,NULL,0}, + {"櫵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xb5",3,NULL,0,NULL,0}, + {"둫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xab",3,NULL,0,NULL,0}, + {"䶨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xb7",3,NULL,0,NULL,0}, + {"幕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xb0",3,NULL,0,NULL,0}, + {"ﷺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xba",3,NULL,0,NULL,0}, + {"옵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xb5",3,NULL,0,NULL,0}, + {"翫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x8b",3,NULL,0,NULL,0}, + {"諧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xa7",3,NULL,0,NULL,0}, + {"대",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x80",3,NULL,0,NULL,0}, + {"䘶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xb6",3,NULL,0,NULL,0}, + {"謒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x92",3,NULL,0,NULL,0}, + {"룰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xb0",3,NULL,0,NULL,0}, + {"⚽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xbd",3,NULL,0,NULL,0}, + {"ꯝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x9d",3,NULL,0,NULL,0}, + {"⽵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xb5",3,NULL,0,NULL,0}, + {"卞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x9e",3,NULL,0,NULL,0}, + {"ો",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x8b",3,NULL,0,NULL,0}, + {"隻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xbb",3,NULL,0,NULL,0}, + {"㷭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xad",3,NULL,0,NULL,0}, + {"≫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xab",3,NULL,0,NULL,0}, + {"듛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x9b",3,NULL,0,NULL,0}, + {"ࡈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x88",3,NULL,0,NULL,0}, + {"磃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x83",3,NULL,0,NULL,0}, + {"鼝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x9d",3,NULL,0,NULL,0}, + {"ᶪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xaa",3,NULL,0,NULL,0}, + {"廣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xa3",3,NULL,0,NULL,0}, + {"韛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x89",3,NULL,0,NULL,0}, + {"硬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xac",3,NULL,0,NULL,0}, + {"ㇵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xb5",3,NULL,0,NULL,0}, + {"繀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x97",3,NULL,0,NULL,0}, + {"㳾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xbe",3,NULL,0,NULL,0}, + {"✫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xab",3,NULL,0,NULL,0}, + {"뢧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xa7",3,NULL,0,NULL,0}, + {"癬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xac",3,NULL,0,NULL,0}, + {"증",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x9d",3,NULL,0,NULL,0}, + {"䠿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\xbf",3,NULL,0,NULL,0}, + {"葩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xa9",3,NULL,0,NULL,0}, + {"僰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xb0",3,NULL,0,NULL,0}, + {"ᅳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x9a",3,NULL,0,NULL,0}, + {"簾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xa6",3,NULL,0,NULL,0}, + {"膟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x9f",3,NULL,0,NULL,0}, + {"뉲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xb2",3,NULL,0,NULL,0}, + {"ꂩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xa9",3,NULL,0,NULL,0}, + {"⋜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x82",3,NULL,0,NULL,0}, + {"ᘅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x85",3,NULL,0,NULL,0}, + {"³",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb3",2,NULL,0,NULL,0}, + {"ፔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x94",3,NULL,0,NULL,0}, + {"낕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x97",3,NULL,0,NULL,0}, + {"蜚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x9a",3,NULL,0,NULL,0}, + {"쐥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xa5",3,NULL,0,NULL,0}, + {"緗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x97",3,NULL,0,NULL,0}, + {"垂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xb9",3,NULL,0,NULL,0}, + {"Ꮧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x97",3,NULL,0,NULL,0}, + {"凼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xbc",3,NULL,0,NULL,0}, + {"₥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xa5",3,NULL,0,NULL,0}, + {"媧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x9e",3,NULL,0,NULL,0}, + {"쪷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xb7",3,NULL,0,NULL,0}, + {"⭣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xa3",3,NULL,0,NULL,0}, + {"ొ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x8a",3,NULL,0,NULL,0}, + {"캖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x96",3,NULL,0,NULL,0}, + {"㖂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x82",3,NULL,0,NULL,0}, + {"歧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x8e",3,NULL,0,NULL,0}, + {"Ⴎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xae",3,NULL,0,NULL,0}, + {"녎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x8e",3,NULL,0,NULL,0}, + {"뿄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x84",3,NULL,0,NULL,0}, + {"쨶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xb6",3,NULL,0,NULL,0}, + {"⏃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x83",3,NULL,0,NULL,0}, + {"蜇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xa8",3,NULL,0,NULL,0}, + {"㪎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x8e",3,NULL,0,NULL,0}, + {"딬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x83",3,NULL,0,NULL,0}, + {"䙜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x9c",3,NULL,0,NULL,0}, + {"⒳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xb3",3,NULL,0,NULL,0}, + {"â",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa2",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x8a",3,NULL,0,NULL,0}, + {"끞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x9e",3,NULL,0,NULL,0}, + {"º",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xba",2,NULL,0,NULL,0}, + {"婰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xb0",3,NULL,0,NULL,0}, + {"ᬬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x9b",3,NULL,0,NULL,0}, + {"䖄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x84",3,NULL,0,NULL,0}, + {"꧆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x8d",3,NULL,0,NULL,0}, + {"ᓎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x99",3,NULL,0,NULL,0}, + {"捴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xb4",3,NULL,0,NULL,0}, + {"ⓥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x9a",3,NULL,0,NULL,0}, + {"蔆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x86",3,NULL,0,NULL,0}, + {"ⁱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xb1",3,NULL,0,NULL,0}, + {"◶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xb6",3,NULL,0,NULL,0}, + {"츏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x8f",3,NULL,0,NULL,0}, + {"읱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xb1",3,NULL,0,NULL,0}, + {"伉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x89",3,NULL,0,NULL,0}, + {"⩱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xb1",3,NULL,0,NULL,0}, + {"巐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x90",3,NULL,0,NULL,0}, + {"뽗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x97",3,NULL,0,NULL,0}, + {"დ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x93",3,NULL,0,NULL,0}, + {"⌼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xbc",3,NULL,0,NULL,0}, + {"䦏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x8f",3,NULL,0,NULL,0}, + {"放",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xbe",3,NULL,0,NULL,0}, + {"除",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xa4",3,NULL,0,NULL,0}, + {"㐢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xa2",3,NULL,0,NULL,0}, + {"䳯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xaf",3,NULL,0,NULL,0}, + {"뛛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x9b",3,NULL,0,NULL,0}, + {"路",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xb7",3,NULL,0,NULL,0}, + {"矍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x8d",3,NULL,0,NULL,0}, + {"㈣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xa3",3,NULL,0,NULL,0}, + {"脯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xaf",3,NULL,0,NULL,0}, + {"亾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xbe",3,NULL,0,NULL,0}, + {"횚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x9a",3,NULL,0,NULL,0}, + {"寫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xab",3,NULL,0,NULL,0}, + {"Ĺ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xb9",2,NULL,0,NULL,0}, + {"䍞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xb7",3,NULL,0,NULL,0}, + {"⨃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x83",3,NULL,0,NULL,0}, + {"兞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x9e",3,NULL,0,NULL,0}, + {"ᲅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x85",3,NULL,0,NULL,0}, + {"ㅲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xb2",3,NULL,0,NULL,0}, + {"꽘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x98",3,NULL,0,NULL,0}, + {"ϓ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x93",2,NULL,0,NULL,0}, + {"ᑝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x9d",3,NULL,0,NULL,0}, + {"暓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x93",3,NULL,0,NULL,0}, + {"됼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xbc",3,NULL,0,NULL,0}, + {"읟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x9f",3,NULL,0,NULL,0}, + {"⦬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xac",3,NULL,0,NULL,0}, + {"⹮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xae",3,NULL,0,NULL,0}, + {"緁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x81",3,NULL,0,NULL,0}, + {"ଙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x99",3,NULL,0,NULL,0}, + {"眱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x83",3,NULL,0,NULL,0}, + {"쭹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xb9",3,NULL,0,NULL,0}, + {"融",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x8d",3,NULL,0,NULL,0}, + {"ᅶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb6",3,NULL,0,NULL,0}, + {"ὲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xb2",3,NULL,0,NULL,0}, + {"鐜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x9c",3,NULL,0,NULL,0}, + {"궟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x9a",3,NULL,0,NULL,0}, + {"皿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xbf",3,NULL,0,NULL,0}, + {"쟚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xac",3,NULL,0,NULL,0}, + {"阣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xa3",3,NULL,0,NULL,0}, + {"䀢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xa2",3,NULL,0,NULL,0}, + {"뇝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x9d",3,NULL,0,NULL,0}, + {"驈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x88",3,NULL,0,NULL,0}, + {"萔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x94",3,NULL,0,NULL,0}, + {"腸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xb8",3,NULL,0,NULL,0}, + {"꩏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x8f",3,NULL,0,NULL,0}, + {"녞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x9e",3,NULL,0,NULL,0}, + {"ᦍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x8d",3,NULL,0,NULL,0}, + {"탕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x95",3,NULL,0,NULL,0}, + {"㑣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xa3",3,NULL,0,NULL,0}, + {"孬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xac",3,NULL,0,NULL,0}, + {"ᨈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x88",3,NULL,0,NULL,0}, + {"批",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xb9",3,NULL,0,NULL,0}, + {"梾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x80",3,NULL,0,NULL,0}, + {"훹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xb9",3,NULL,0,NULL,0}, + {"䝦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xbd",3,NULL,0,NULL,0}, + {"竅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x85",3,NULL,0,NULL,0}, + {"ꋈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x88",3,NULL,0,NULL,0}, + {"Ἰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xb8",3,NULL,0,NULL,0}, + {"楥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xa5",3,NULL,0,NULL,0}, + {"筀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x80",3,NULL,0,NULL,0}, + {"氮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xae",3,NULL,0,NULL,0}, + {"쾓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x93",3,NULL,0,NULL,0}, + {"ꈄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x84",3,NULL,0,NULL,0}, + {"ꖗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x97",3,NULL,0,NULL,0}, + {"뽲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xb2",3,NULL,0,NULL,0}, + {"랊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x8a",3,NULL,0,NULL,0}, + {"藧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xa7",3,NULL,0,NULL,0}, + {"杁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x81",3,NULL,0,NULL,0}, + {"바",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x94",3,NULL,0,NULL,0}, + {"燾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xbe",3,NULL,0,NULL,0}, + {"坿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xbf",3,NULL,0,NULL,0}, + {"鸆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x86",3,NULL,0,NULL,0}, + {"㜻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x87",3,NULL,0,NULL,0}, + {"触",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xa6",3,NULL,0,NULL,0}, + {"ꀣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xa3",3,NULL,0,NULL,0}, + {"瘸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xb8",3,NULL,0,NULL,0}, + {"㛜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x9c",3,NULL,0,NULL,0}, + {"뭀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x80",3,NULL,0,NULL,0}, + {"詿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xbf",3,NULL,0,NULL,0}, + {"款",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xbe",3,NULL,0,NULL,0}, + {"頠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xa0",3,NULL,0,NULL,0}, + {"﹋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x8b",3,NULL,0,NULL,0}, + {"㍱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xb1",3,NULL,0,NULL,0}, + {"防",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xb2",3,NULL,0,NULL,0}, + {"䔲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xad",3,NULL,0,NULL,0}, + {"竓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x93",3,NULL,0,NULL,0}, + {"桅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x85",3,NULL,0,NULL,0}, + {"蛭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xad",3,NULL,0,NULL,0}, + {"긻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xbb",3,NULL,0,NULL,0}, + {"₞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xa8",3,NULL,0,NULL,0}, + {"ᶩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xa9",3,NULL,0,NULL,0}, + {"溬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xac",3,NULL,0,NULL,0}, + {"흂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x82",3,NULL,0,NULL,0}, + {"鷯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xaf",3,NULL,0,NULL,0}, + {"塉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x89",3,NULL,0,NULL,0}, + {"⃱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xb1",3,NULL,0,NULL,0}, + {"袬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xb8",3,NULL,0,NULL,0}, + {"℺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xba",3,NULL,0,NULL,0}, + {"涣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xa3",3,NULL,0,NULL,0}, + {"ᴟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x9f",3,NULL,0,NULL,0}, + {"꾿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xbf",3,NULL,0,NULL,0}, + {"炬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb1",3,NULL,0,NULL,0}, + {"쉑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x91",3,NULL,0,NULL,0}, + {"嚞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x9e",3,NULL,0,NULL,0}, + {"렍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x8d",3,NULL,0,NULL,0}, + {"䮓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x93",3,NULL,0,NULL,0}, + {"칯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xaf",3,NULL,0,NULL,0}, + {"妯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x9d",3,NULL,0,NULL,0}, + {"뼴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xb4",3,NULL,0,NULL,0}, + {"枲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x9c",3,NULL,0,NULL,0}, + {"禰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xb0",3,NULL,0,NULL,0}, + {"쏀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x80",3,NULL,0,NULL,0}, + {"깽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xbd",3,NULL,0,NULL,0}, + {"鱶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x83",3,NULL,0,NULL,0}, + {"붤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xa4",3,NULL,0,NULL,0}, + {"劷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xb7",3,NULL,0,NULL,0}, + {"镳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xb3",3,NULL,0,NULL,0}, + {"ڇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x87",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x98",3,NULL,0,NULL,0}, + {"꺾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xbe",3,NULL,0,NULL,0}, + {"旄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x84",3,NULL,0,NULL,0}, + {"갥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xa9",3,NULL,0,NULL,0}, + {"暸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xba",3,NULL,0,NULL,0}, + {"䮁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x81",3,NULL,0,NULL,0}, + {"⸛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x9b",3,NULL,0,NULL,0}, + {"ນ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x8c",3,NULL,0,NULL,0}, + {"у",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x83",2,NULL,0,NULL,0}, + {"裾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xbe",3,NULL,0,NULL,0}, + {"駲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xb2",3,NULL,0,NULL,0}, + {"囍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x8d",3,NULL,0,NULL,0}, + {"結",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x90",3,NULL,0,NULL,0}, + {"틕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x95",3,NULL,0,NULL,0}, + {"蔭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xad",3,NULL,0,NULL,0}, + {"픇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x80",3,NULL,0,NULL,0}, + {"呿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xbf",3,NULL,0,NULL,0}, + {"系",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xbb",3,NULL,0,NULL,0}, + {"厮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x97",3,NULL,0,NULL,0}, + {"᯽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xbd",3,NULL,0,NULL,0}, + {"憮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xae",3,NULL,0,NULL,0}, + {"龜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x88",3,NULL,0,NULL,0}, + {"贓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x93",3,NULL,0,NULL,0}, + {"铖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x96",3,NULL,0,NULL,0}, + {"᭾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xbe",3,NULL,0,NULL,0}, + {"ꕤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xa4",3,NULL,0,NULL,0}, + {"전",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x84",3,NULL,0,NULL,0}, + {"锴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xb4",3,NULL,0,NULL,0}, + {"嶲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x91",3,NULL,0,NULL,0}, + {"ꠦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xa6",3,NULL,0,NULL,0}, + {"熬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xac",3,NULL,0,NULL,0}, + {"啬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xac",3,NULL,0,NULL,0}, + {"㭠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xa0",3,NULL,0,NULL,0}, + {"멺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xba",3,NULL,0,NULL,0}, + {"飁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x81",3,NULL,0,NULL,0}, + {"ꬱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xb1",3,NULL,0,NULL,0}, + {"뗱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xb1",3,NULL,0,NULL,0}, + {"ฺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xba",3,NULL,0,NULL,0}, + {"⺞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x9e",3,NULL,0,NULL,0}, + {"偟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x9f",3,NULL,0,NULL,0}, + {"褣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xa3",3,NULL,0,NULL,0}, + {"ի",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xab",2,NULL,0,NULL,0}, + {"䀯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xaf",3,NULL,0,NULL,0}, + {"㥹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xb9",3,NULL,0,NULL,0}, + {"躺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xba",3,NULL,0,NULL,0}, + {"ⷀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x80",3,NULL,0,NULL,0}, + {"ὀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x80",3,NULL,0,NULL,0}, + {"蹟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x9f",3,NULL,0,NULL,0}, + {"䇿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xbf",3,NULL,0,NULL,0}, + {"범",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x94",3,NULL,0,NULL,0}, + {"파",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x8c",3,NULL,0,NULL,0}, + {"푻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xbb",3,NULL,0,NULL,0}, + {"報",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xb1",3,NULL,0,NULL,0}, + {"唏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x8f",3,NULL,0,NULL,0}, + {"ᮌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x8c",3,NULL,0,NULL,0}, + {"穪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xaa",3,NULL,0,NULL,0}, + {"䅘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x98",3,NULL,0,NULL,0}, + {"ಪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xaa",3,NULL,0,NULL,0}, + {"厗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x97",3,NULL,0,NULL,0}, + {"픖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x96",3,NULL,0,NULL,0}, + {"酈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x88",3,NULL,0,NULL,0}, + {"ᡗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x97",3,NULL,0,NULL,0}, + {"瑺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xba",3,NULL,0,NULL,0}, + {"윉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x89",3,NULL,0,NULL,0}, + {"믞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xbc",3,NULL,0,NULL,0}, + {"꫄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x84",3,NULL,0,NULL,0}, + {"㶢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xa2",3,NULL,0,NULL,0}, + {"ⶣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xa3",3,NULL,0,NULL,0}, + {"庤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xa4",3,NULL,0,NULL,0}, + {"熓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x93",3,NULL,0,NULL,0}, + {"풭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x97",3,NULL,0,NULL,0}, + {"맳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xb3",3,NULL,0,NULL,0}, + {"饒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x92",3,NULL,0,NULL,0}, + {"ꝡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x88",3,NULL,0,NULL,0}, + {"뒌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x8c",3,NULL,0,NULL,0}, + {"⻣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xa3",3,NULL,0,NULL,0}, + {"讒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x87",3,NULL,0,NULL,0}, + {"龅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x85",3,NULL,0,NULL,0}, + {"㇔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x94",3,NULL,0,NULL,0}, + {"뛖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x96",3,NULL,0,NULL,0}, + {"撂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x82",3,NULL,0,NULL,0}, + {"ⲷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xb7",3,NULL,0,NULL,0}, + {"얽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xbd",3,NULL,0,NULL,0}, + {"⿝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x9d",3,NULL,0,NULL,0}, + {"䅦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xa6",3,NULL,0,NULL,0}, + {"ﺧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xa7",3,NULL,0,NULL,0}, + {"볕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xaa",3,NULL,0,NULL,0}, + {"፪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xaa",3,NULL,0,NULL,0}, + {"臜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x9c",3,NULL,0,NULL,0}, + {"늆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x86",3,NULL,0,NULL,0}, + {"Ί",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x8a",2,NULL,0,NULL,0}, + {"㯸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xb8",3,NULL,0,NULL,0}, + {"咐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x90",3,NULL,0,NULL,0}, + {"ꬂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x82",3,NULL,0,NULL,0}, + {"ꔀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x80",3,NULL,0,NULL,0}, + {"뉭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xad",3,NULL,0,NULL,0}, + {"呯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xaf",3,NULL,0,NULL,0}, + {"庲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xb2",3,NULL,0,NULL,0}, + {"ᢠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xa0",3,NULL,0,NULL,0}, + {"똵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xb5",3,NULL,0,NULL,0}, + {"྆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x86",3,NULL,0,NULL,0}, + {"ਣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xa3",3,NULL,0,NULL,0}, + {"谻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xbb",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x0f",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x83",3,NULL,0,NULL,0}, + {"∢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xb5",3,NULL,0,NULL,0}, + {"סּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xbe",3,NULL,0,NULL,0}, + {"鿮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xae",3,NULL,0,NULL,0}, + {"퀣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xa3",3,NULL,0,NULL,0}, + {"琢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x8a",3,NULL,0,NULL,0}, + {"稱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xb1",3,NULL,0,NULL,0}, + {"零",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xb2",3,NULL,0,NULL,0}, + {"㽿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xbf",3,NULL,0,NULL,0}, + {"ﵕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x8a",3,NULL,0,NULL,0}, + {"띕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x95",3,NULL,0,NULL,0}, + {"恦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xa6",3,NULL,0,NULL,0}, + {"㹖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x96",3,NULL,0,NULL,0}, + {"츚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x9a",3,NULL,0,NULL,0}, + {"Ꭳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xa3",3,NULL,0,NULL,0}, + {"놌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x8c",3,NULL,0,NULL,0}, + {"ﲓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x84",3,NULL,0,NULL,0}, + {"轨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x9f",3,NULL,0,NULL,0}, + {"쫯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xaf",3,NULL,0,NULL,0}, + {"輕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x95",3,NULL,0,NULL,0}, + {"ﳔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x94",3,NULL,0,NULL,0}, + {"诹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xb4",3,NULL,0,NULL,0}, + {"₶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xb6",3,NULL,0,NULL,0}, + {"䐆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x91",3,NULL,0,NULL,0}, + {"ꌓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x93",3,NULL,0,NULL,0}, + {"Ҏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x8e",2,NULL,0,NULL,0}, + {"뚌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x8c",3,NULL,0,NULL,0}, + {"珫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xab",3,NULL,0,NULL,0}, + {"ࡖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x96",3,NULL,0,NULL,0}, + {"こ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x8d",3,NULL,0,NULL,0}, + {"⬌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x8c",3,NULL,0,NULL,0}, + {"쑄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x84",3,NULL,0,NULL,0}, + {"ୟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x9f",3,NULL,0,NULL,0}, + {"↚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x9a",3,NULL,0,NULL,0}, + {"㳨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xa8",3,NULL,0,NULL,0}, + {"䒭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xad",3,NULL,0,NULL,0}, + {"≉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x89",3,NULL,0,NULL,0}, + {"⭫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xab",3,NULL,0,NULL,0}, + {"ᐍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x8d",3,NULL,0,NULL,0}, + {"ੜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x9c",3,NULL,0,NULL,0}, + {"采",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x87",3,NULL,0,NULL,0}, + {"錣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xa3",3,NULL,0,NULL,0}, + {"䖩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xa9",3,NULL,0,NULL,0}, + {"끉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x89",3,NULL,0,NULL,0}, + {"巆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x93",3,NULL,0,NULL,0}, + {"씴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xb4",3,NULL,0,NULL,0}, + {"雷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xb4",3,NULL,0,NULL,0}, + {"홢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x8d",3,NULL,0,NULL,0}, + {"ઞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x9e",3,NULL,0,NULL,0}, + {"ូ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xbc",3,NULL,0,NULL,0}, + {"奇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x87",3,NULL,0,NULL,0}, + {"쮋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x8b",3,NULL,0,NULL,0}, + {"䇖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x85",3,NULL,0,NULL,0}, + {"쏘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xa4",3,NULL,0,NULL,0}, + {"﯅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x85",3,NULL,0,NULL,0}, + {"嶅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x85",3,NULL,0,NULL,0}, + {"짩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xb1",3,NULL,0,NULL,0}, + {"鹉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x89",3,NULL,0,NULL,0}, + {"⾬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xac",3,NULL,0,NULL,0}, + {"ࣝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x9d",3,NULL,0,NULL,0}, + {"尤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xa4",3,NULL,0,NULL,0}, + {"﹙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x99",3,NULL,0,NULL,0}, + {"葅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x85",3,NULL,0,NULL,0}, + {"∞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x9e",3,NULL,0,NULL,0}, + {"闽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xbd",3,NULL,0,NULL,0}, + {"꼹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x9f",3,NULL,0,NULL,0}, + {"荨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xa8",3,NULL,0,NULL,0}, + {"꿘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x98",3,NULL,0,NULL,0}, + {"䵢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x88",3,NULL,0,NULL,0}, + {"ৣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xa3",3,NULL,0,NULL,0}, + {"鉁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x93",3,NULL,0,NULL,0}, + {"諅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x85",3,NULL,0,NULL,0}, + {"차",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xa8",3,NULL,0,NULL,0}, + {"있",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x88",3,NULL,0,NULL,0}, + {"⧃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x83",3,NULL,0,NULL,0}, + {"䘚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x9a",3,NULL,0,NULL,0}, + {"ᖠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xa0",3,NULL,0,NULL,0}, + {"Ὕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x9d",3,NULL,0,NULL,0}, + {"ј",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x98",2,NULL,0,NULL,0}, + {"쬾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xbe",3,NULL,0,NULL,0}, + {"쀸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x9c",3,NULL,0,NULL,0}, + {"娓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xac",3,NULL,0,NULL,0}, + {"篆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x86",3,NULL,0,NULL,0}, + {"ᢷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xb7",3,NULL,0,NULL,0}, + {"ﰶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xb6",3,NULL,0,NULL,0}, + {"⑾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xbe",3,NULL,0,NULL,0}, + {"탆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x8a",3,NULL,0,NULL,0}, + {"閿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xbf",3,NULL,0,NULL,0}, + {"᧩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xa9",3,NULL,0,NULL,0}, + {"둱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xb1",3,NULL,0,NULL,0}, + {"ﬥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xa5",3,NULL,0,NULL,0}, + {"︪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xaa",3,NULL,0,NULL,0}, + {"╲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xb2",3,NULL,0,NULL,0}, + {"漛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x9b",3,NULL,0,NULL,0}, + {"嬴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xb4",3,NULL,0,NULL,0}, + {"盹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xb9",3,NULL,0,NULL,0}, + {"笕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xa6",3,NULL,0,NULL,0}, + {"ꯏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x8f",3,NULL,0,NULL,0}, + {"ᾴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xb4",3,NULL,0,NULL,0}, + {"Щ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xa9",2,NULL,0,NULL,0}, + {"䢤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xa4",3,NULL,0,NULL,0}, + {"ܰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xb0",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xad",3,NULL,0,NULL,0}, + {"䕏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x8f",3,NULL,0,NULL,0}, + {"쒎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x98",3,NULL,0,NULL,0}, + {"싙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x99",3,NULL,0,NULL,0}, + {"ጁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x81",3,NULL,0,NULL,0}, + {"㼴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xb4",3,NULL,0,NULL,0}, + {"聯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x97",3,NULL,0,NULL,0}, + {"┸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xb8",3,NULL,0,NULL,0}, + {"ꔯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xaf",3,NULL,0,NULL,0}, + {"ፊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x8a",3,NULL,0,NULL,0}, + {"鬞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x9e",3,NULL,0,NULL,0}, + {"罎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x8e",3,NULL,0,NULL,0}, + {"쳧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xa7",3,NULL,0,NULL,0}, + {"ᚼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xbc",3,NULL,0,NULL,0}, + {"챎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x8e",3,NULL,0,NULL,0}, + {"採",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xa1",3,NULL,0,NULL,0}, + {"壩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xa9",3,NULL,0,NULL,0}, + {"腁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x81",3,NULL,0,NULL,0}, + {"즗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x97",3,NULL,0,NULL,0}, + {"늂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x82",3,NULL,0,NULL,0}, + {"非",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x9e",3,NULL,0,NULL,0}, + {"毈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x88",3,NULL,0,NULL,0}, + {"欋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x8b",3,NULL,0,NULL,0}, + {"鋼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xbc",3,NULL,0,NULL,0}, + {"癕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x95",3,NULL,0,NULL,0}, + {"뻌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x8c",3,NULL,0,NULL,0}, + {"愅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x85",3,NULL,0,NULL,0}, + {"ꃕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x95",3,NULL,0,NULL,0}, + {"ﰓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x93",3,NULL,0,NULL,0}, + {"뼣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xa3",3,NULL,0,NULL,0}, + {"樣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xa3",3,NULL,0,NULL,0}, + {"낟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x9f",3,NULL,0,NULL,0}, + {"数",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xbd",3,NULL,0,NULL,0}, + {"⍚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x9a",3,NULL,0,NULL,0}, + {"ፘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x98",3,NULL,0,NULL,0}, + {"Θ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x98",2,NULL,0,NULL,0}, + {"듺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xba",3,NULL,0,NULL,0}, + {"ꧯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xaf",3,NULL,0,NULL,0}, + {"ꁄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x84",3,NULL,0,NULL,0}, + {"鞦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xa6",3,NULL,0,NULL,0}, + {"䌣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xa3",3,NULL,0,NULL,0}, + {"Ꮅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xb5",3,NULL,0,NULL,0}, + {"ꗲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xb2",3,NULL,0,NULL,0}, + {"颅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x85",3,NULL,0,NULL,0}, + {"虵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xa3",3,NULL,0,NULL,0}, + {"习",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xa0",3,NULL,0,NULL,0}, + {"汻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xbb",3,NULL,0,NULL,0}, + {"矦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xa6",3,NULL,0,NULL,0}, + {"존",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xb4",3,NULL,0,NULL,0}, + {"蕩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xa9",3,NULL,0,NULL,0}, + {"嘒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x92",3,NULL,0,NULL,0}, + {"泫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xab",3,NULL,0,NULL,0}, + {"⹒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x92",3,NULL,0,NULL,0}, + {"ꅻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xbe",3,NULL,0,NULL,0}, + {"췳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xb0",3,NULL,0,NULL,0}, + {"㖓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x93",3,NULL,0,NULL,0}, + {"춮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xae",3,NULL,0,NULL,0}, + {"舶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xb6",3,NULL,0,NULL,0}, + {"ɧ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xa7",2,NULL,0,NULL,0}, + {"盭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xad",3,NULL,0,NULL,0}, + {"㏓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x93",3,NULL,0,NULL,0}, + {"埣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xa3",3,NULL,0,NULL,0}, + {"亷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xbe",3,NULL,0,NULL,0}, + {"껵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xb5",3,NULL,0,NULL,0}, + {"鴄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x84",3,NULL,0,NULL,0}, + {"晒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x92",3,NULL,0,NULL,0}, + {"돱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x97",3,NULL,0,NULL,0}, + {"가",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x80",3,NULL,0,NULL,0}, + {"ꌱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x80",3,NULL,0,NULL,0}, + {"螾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xb6",3,NULL,0,NULL,0}, + {"蔒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x92",3,NULL,0,NULL,0}, + {"굼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xbc",3,NULL,0,NULL,0}, + {"⁻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xbb",3,NULL,0,NULL,0}, + {"䡎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x8e",3,NULL,0,NULL,0}, + {"ቿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x97",3,NULL,0,NULL,0}, + {"ꭼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xbc",3,NULL,0,NULL,0}, + {"ꤪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xaa",3,NULL,0,NULL,0}, + {"뇗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x97",3,NULL,0,NULL,0}, + {"슃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x83",3,NULL,0,NULL,0}, + {"꣡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xa1",3,NULL,0,NULL,0}, + {"ⷥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xa5",3,NULL,0,NULL,0}, + {"䤷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xb7",3,NULL,0,NULL,0}, + {"垡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xa1",3,NULL,0,NULL,0}, + {"拉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xa5",3,NULL,0,NULL,0}, + {"括",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xac",3,NULL,0,NULL,0}, + {"ת",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xaa",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x83",3,NULL,0,NULL,0}, + {"๚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x9a",3,NULL,0,NULL,0}, + {"ꞗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x97",3,NULL,0,NULL,0}, + {"ː",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x90",2,NULL,0,NULL,0}, + {"慅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x85",3,NULL,0,NULL,0}, + {"㒗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x97",3,NULL,0,NULL,0}, + {"莯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xaf",3,NULL,0,NULL,0}, + {"鮽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xbd",3,NULL,0,NULL,0}, + {"鴳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xb3",3,NULL,0,NULL,0}, + {"᩽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xbd",3,NULL,0,NULL,0}, + {"跎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x8e",3,NULL,0,NULL,0}, + {"쐢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xa2",3,NULL,0,NULL,0}, + {"㘖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xb5",3,NULL,0,NULL,0}, + {"蘠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x85",3,NULL,0,NULL,0}, + {"샄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x84",3,NULL,0,NULL,0}, + {"皭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xad",3,NULL,0,NULL,0}, + {"覗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x97",3,NULL,0,NULL,0}, + {"東",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xb1",3,NULL,0,NULL,0}, + {"쎘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x98",3,NULL,0,NULL,0}, + {"쇼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xbc",3,NULL,0,NULL,0}, + {"뾋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x85",3,NULL,0,NULL,0}, + {"觶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xb6",3,NULL,0,NULL,0}, + {"꨽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xbd",3,NULL,0,NULL,0}, + {"䩼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xbc",3,NULL,0,NULL,0}, + {"₯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xaf",3,NULL,0,NULL,0}, + {"簦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xa6",3,NULL,0,NULL,0}, + {"脄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x84",3,NULL,0,NULL,0}, + {"㜩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xa9",3,NULL,0,NULL,0}, + {"扻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xbb",3,NULL,0,NULL,0}, + {"솓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x86",3,NULL,0,NULL,0}, + {"ο",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xbf",2,NULL,0,NULL,0}, + {"䋃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x83",3,NULL,0,NULL,0}, + {"훳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xb3",3,NULL,0,NULL,0}, + {"ꆍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x8d",3,NULL,0,NULL,0}, + {"ဗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xae",3,NULL,0,NULL,0}, + {"檃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x83",3,NULL,0,NULL,0}, + {"텒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x92",3,NULL,0,NULL,0}, + {"蘶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x8c",3,NULL,0,NULL,0}, + {"徘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x98",3,NULL,0,NULL,0}, + {"⃫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x8d",3,NULL,0,NULL,0}, + {"콪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xaa",3,NULL,0,NULL,0}, + {"斦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xa6",3,NULL,0,NULL,0}, + {"馔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x94",3,NULL,0,NULL,0}, + {"௝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x9d",3,NULL,0,NULL,0}, + {"꽧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xa7",3,NULL,0,NULL,0}, + {"웑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x91",3,NULL,0,NULL,0}, + {"발",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x9c",3,NULL,0,NULL,0}, + {"녷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xb7",3,NULL,0,NULL,0}, + {"ꪆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x86",3,NULL,0,NULL,0}, + {"컦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xbb",3,NULL,0,NULL,0}, + {"䬚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x9a",3,NULL,0,NULL,0}, + {"„",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xa4",3,NULL,0,NULL,0}, + {"퉴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xb4",3,NULL,0,NULL,0}, + {"妍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x8d",3,NULL,0,NULL,0}, + {"瀂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x82",3,NULL,0,NULL,0}, + {"돾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xbe",3,NULL,0,NULL,0}, + {"⚣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xa3",3,NULL,0,NULL,0}, + {"퀊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x8a",3,NULL,0,NULL,0}, + {"㕑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x91",3,NULL,0,NULL,0}, + {"鲶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xb6",3,NULL,0,NULL,0}, + {"ꐌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x8c",3,NULL,0,NULL,0}, + {"䫓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x93",3,NULL,0,NULL,0}, + {"浖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x96",3,NULL,0,NULL,0}, + {"戽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xbd",3,NULL,0,NULL,0}, + {"문",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xb8",3,NULL,0,NULL,0}, + {"섴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xb4",3,NULL,0,NULL,0}, + {"參",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xab",3,NULL,0,NULL,0}, + {"㱚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x9a",3,NULL,0,NULL,0}, + {"매",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xa4",3,NULL,0,NULL,0}, + {"䰍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x8d",3,NULL,0,NULL,0}, + {"旀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x8a",3,NULL,0,NULL,0}, + {"忡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xa7",3,NULL,0,NULL,0}, + {"쾫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xab",3,NULL,0,NULL,0}, + {"昭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xb9",3,NULL,0,NULL,0}, + {"嚂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x82",3,NULL,0,NULL,0}, + {"蠋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x8b",3,NULL,0,NULL,0}, + {"薖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xb0",3,NULL,0,NULL,0}, + {"⭅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xa2",3,NULL,0,NULL,0}, + {"햪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xaa",3,NULL,0,NULL,0}, + {"俔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x94",3,NULL,0,NULL,0}, + {"艽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xbd",3,NULL,0,NULL,0}, + {"䨏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x8f",3,NULL,0,NULL,0}, + {"憗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xbf",3,NULL,0,NULL,0}, + {"큷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xb7",3,NULL,0,NULL,0}, + {"┾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xbe",3,NULL,0,NULL,0}, + {"軬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xac",3,NULL,0,NULL,0}, + {"ᱲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xb2",3,NULL,0,NULL,0}, + {"㩷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x81",3,NULL,0,NULL,0}, + {"突",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x81",3,NULL,0,NULL,0}, + {"镑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x91",3,NULL,0,NULL,0}, + {"輪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xbb",3,NULL,0,NULL,0}, + {"ᡅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xa5",3,NULL,0,NULL,0}, + {"㳏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x8f",3,NULL,0,NULL,0}, + {"륳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xb3",3,NULL,0,NULL,0}, + {"೩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xa9",3,NULL,0,NULL,0}, + {"涃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x83",3,NULL,0,NULL,0}, + {"蠡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xa1",3,NULL,0,NULL,0}, + {"掙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x99",3,NULL,0,NULL,0}, + {"麖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x96",3,NULL,0,NULL,0}, + {"Ꜻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xba",3,NULL,0,NULL,0}, + {"땞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x9e",3,NULL,0,NULL,0}, + {"뺘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xae",3,NULL,0,NULL,0}, + {"象",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xa1",3,NULL,0,NULL,0}, + {"쀨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xa8",3,NULL,0,NULL,0}, + {"몄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x84",3,NULL,0,NULL,0}, + {"㮺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xba",3,NULL,0,NULL,0}, + {"暰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xb0",3,NULL,0,NULL,0}, + {"犺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xba",3,NULL,0,NULL,0}, + {"躮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xae",3,NULL,0,NULL,0}, + {"Ͱ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xb0",2,NULL,0,NULL,0}, + {"咩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xa9",3,NULL,0,NULL,0}, + {"甆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xa2",3,NULL,0,NULL,0}, + {"肛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x9b",3,NULL,0,NULL,0}, + {"倝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x9d",3,NULL,0,NULL,0}, + {"씕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x95",3,NULL,0,NULL,0}, + {"鼶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xb6",3,NULL,0,NULL,0}, + {"爩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xa9",3,NULL,0,NULL,0}, + {"⸊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xae",3,NULL,0,NULL,0}, + {"ë",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xab",2,NULL,0,NULL,0}, + {"䉠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xa0",3,NULL,0,NULL,0}, + {"㧚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x9a",3,NULL,0,NULL,0}, + {"䆣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xa3",3,NULL,0,NULL,0}, + {"閦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xa6",3,NULL,0,NULL,0}, + {"幠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xa0",3,NULL,0,NULL,0}, + {"⯞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x9e",3,NULL,0,NULL,0}, + {"㟄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x84",3,NULL,0,NULL,0}, + {"怽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xbd",3,NULL,0,NULL,0}, + {"淄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x84",3,NULL,0,NULL,0}, + {"㴕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x95",3,NULL,0,NULL,0}, + {"톻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xbb",3,NULL,0,NULL,0}, + {"욃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x83",3,NULL,0,NULL,0}, + {"羳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xb3",3,NULL,0,NULL,0}, + {"ṷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xb7",3,NULL,0,NULL,0}, + {"멪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xb2",3,NULL,0,NULL,0}, + {"飋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x8b",3,NULL,0,NULL,0}, + {"瓀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x80",3,NULL,0,NULL,0}, + {"⽚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x9a",3,NULL,0,NULL,0}, + {"퓸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xb8",3,NULL,0,NULL,0}, + {"崍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x8d",3,NULL,0,NULL,0}, + {"肵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xb5",3,NULL,0,NULL,0}, + {"⻱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xb1",3,NULL,0,NULL,0}, + {"켻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xbb",3,NULL,0,NULL,0}, + {"봫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xab",3,NULL,0,NULL,0}, + {"岋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x8b",3,NULL,0,NULL,0}, + {"㹭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xad",3,NULL,0,NULL,0}, + {"祑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x91",3,NULL,0,NULL,0}, + {"䁣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xae",3,NULL,0,NULL,0}, + {"䷴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x9b",3,NULL,0,NULL,0}, + {"聖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x96",3,NULL,0,NULL,0}, + {"毽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xbd",3,NULL,0,NULL,0}, + {"玂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x82",3,NULL,0,NULL,0}, + {"桰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xb0",3,NULL,0,NULL,0}, + {"옉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x89",3,NULL,0,NULL,0}, + {"潒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x92",3,NULL,0,NULL,0}, + {"㴫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xab",3,NULL,0,NULL,0}, + {"뤗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xa4",3,NULL,0,NULL,0}, + {"鎻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xbb",3,NULL,0,NULL,0}, + {"㢻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xbb",3,NULL,0,NULL,0}, + {"湢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x8b",3,NULL,0,NULL,0}, + {"ᔺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xa2",3,NULL,0,NULL,0}, + {"ᡕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x95",3,NULL,0,NULL,0}, + {"Ɛ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x90",2,NULL,0,NULL,0}, + {"㵾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xbe",3,NULL,0,NULL,0}, + {"厅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x85",3,NULL,0,NULL,0}, + {"풷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xb7",3,NULL,0,NULL,0}, + {"鑶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xb6",3,NULL,0,NULL,0}, + {"ꪼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xbc",3,NULL,0,NULL,0}, + {"吥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xa5",3,NULL,0,NULL,0}, + {"ꛋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x8b",3,NULL,0,NULL,0}, + {"쒹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xb9",3,NULL,0,NULL,0}, + {"쨡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x99",3,NULL,0,NULL,0}, + {"뜚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x9b",3,NULL,0,NULL,0}, + {"엏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x9b",3,NULL,0,NULL,0}, + {"ﺥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xa5",3,NULL,0,NULL,0}, + {"@",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa0",3,NULL,0,NULL,0}, + {"볧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xa7",3,NULL,0,NULL,0}, + {"﷢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xa2",3,NULL,0,NULL,0}, + {"編",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xa8",3,NULL,0,NULL,0}, + {"ﲁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x81",3,NULL,0,NULL,0}, + {"臂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x82",3,NULL,0,NULL,0}, + {"缷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xb7",3,NULL,0,NULL,0}, + {"쌭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x81",3,NULL,0,NULL,0}, + {"鐤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xa4",3,NULL,0,NULL,0}, + {"뙗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x97",3,NULL,0,NULL,0}, + {"翙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x86",3,NULL,0,NULL,0}, + {"谩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xa9",3,NULL,0,NULL,0}, + {"ȿ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xbf",2,NULL,0,NULL,0}, + {"슮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x8f",3,NULL,0,NULL,0}, + {"迢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xa2",3,NULL,0,NULL,0}, + {"ᄊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xb5",3,NULL,0,NULL,0}, + {"줢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xa2",3,NULL,0,NULL,0}, + {"䢲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xb2",3,NULL,0,NULL,0}, + {"꜌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x8c",3,NULL,0,NULL,0}, + {"ꗛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x9d",3,NULL,0,NULL,0}, + {"얁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x81",3,NULL,0,NULL,0}, + {"㷟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x9f",3,NULL,0,NULL,0}, + {"縂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x82",3,NULL,0,NULL,0}, + {"딟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x9f",3,NULL,0,NULL,0}, + {"ඎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xbf",3,NULL,0,NULL,0}, + {"ᜋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x8b",3,NULL,0,NULL,0}, + {"㽥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xa5",3,NULL,0,NULL,0}, + {"䗙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x99",3,NULL,0,NULL,0}, + {"鮍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x8d",3,NULL,0,NULL,0}, + {"価",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xa1",3,NULL,0,NULL,0}, + {"쁓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x93",3,NULL,0,NULL,0}, + {"ਹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xb9",3,NULL,0,NULL,0}, + {"뀚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x9a",3,NULL,0,NULL,0}, + {"娨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xa8",3,NULL,0,NULL,0}, + {"绲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xb2",3,NULL,0,NULL,0}, + {"슼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xbc",3,NULL,0,NULL,0}, + {"霤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xa4",3,NULL,0,NULL,0}, + {"Ḁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x80",3,NULL,0,NULL,0}, + {"錿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xbf",3,NULL,0,NULL,0}, + {"疔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x94",3,NULL,0,NULL,0}, + {"⏨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xa8",3,NULL,0,NULL,0}, + {"츪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xaa",3,NULL,0,NULL,0}, + {"罨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xa8",3,NULL,0,NULL,0}, + {"ὠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xa0",3,NULL,0,NULL,0}, + {"ꃜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x9c",3,NULL,0,NULL,0}, + {"鉏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x8f",3,NULL,0,NULL,0}, + {"Ꙩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xa8",3,NULL,0,NULL,0}, + {"ᴐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x90",3,NULL,0,NULL,0}, + {"砤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xa4",3,NULL,0,NULL,0}, + {"ö",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb6",2,NULL,0,NULL,0}, + {"뀻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xbb",3,NULL,0,NULL,0}, + {"햗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x97",3,NULL,0,NULL,0}, + {"䛡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xa1",3,NULL,0,NULL,0}, + {"Ꙅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x84",3,NULL,0,NULL,0}, + {"氼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xbc",3,NULL,0,NULL,0}, + {"럳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x91",3,NULL,0,NULL,0}, + {"氲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xb2",3,NULL,0,NULL,0}, + {"Ŏ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x8e",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x99",3,NULL,0,NULL,0}, + {"돐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x90",3,NULL,0,NULL,0}, + {"㸠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xa0",3,NULL,0,NULL,0}, + {"䏮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x97",3,NULL,0,NULL,0}, + {"걢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xa2",3,NULL,0,NULL,0}, + {"ઢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xa2",3,NULL,0,NULL,0}, + {"샕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xb7",3,NULL,0,NULL,0}, + {"ἧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\xa7",3,NULL,0,NULL,0}, + {"੍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x8d",3,NULL,0,NULL,0}, + {"ᘇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x87",3,NULL,0,NULL,0}, + {"鎀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x80",3,NULL,0,NULL,0}, + {"䣗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x97",3,NULL,0,NULL,0}, + {"읂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x82",3,NULL,0,NULL,0}, + {"艓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x93",3,NULL,0,NULL,0}, + {"ࡸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x9e",3,NULL,0,NULL,0}, + {"螦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xb6",3,NULL,0,NULL,0}, + {"陎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x8e",3,NULL,0,NULL,0}, + {"ῶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xb6",3,NULL,0,NULL,0}, + {"ࢹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x92",3,NULL,0,NULL,0}, + {"눂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xa4",3,NULL,0,NULL,0}, + {"⑺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xba",3,NULL,0,NULL,0}, + {"∕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x95",3,NULL,0,NULL,0}, + {"銸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xb8",3,NULL,0,NULL,0}, + {"蒔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x99",3,NULL,0,NULL,0}, + {"㿞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x9e",3,NULL,0,NULL,0}, + {"瞝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x9d",3,NULL,0,NULL,0}, + {"ी",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x80",3,NULL,0,NULL,0}, + {"﹓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x93",3,NULL,0,NULL,0}, + {"膏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x8f",3,NULL,0,NULL,0}, + {"闯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xaf",3,NULL,0,NULL,0}, + {"녱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xb1",3,NULL,0,NULL,0}, + {"它",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x83",3,NULL,0,NULL,0}, + {"㑾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xbe",3,NULL,0,NULL,0}, + {"퍪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xaa",3,NULL,0,NULL,0}, + {"便",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xa5",3,NULL,0,NULL,0}, + {"竨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x91",3,NULL,0,NULL,0}, + {"芃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x83",3,NULL,0,NULL,0}, + {"孌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x8c",3,NULL,0,NULL,0}, + {"κ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xba",2,NULL,0,NULL,0}, + {"댘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x98",3,NULL,0,NULL,0}, + {"㧓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x93",3,NULL,0,NULL,0}, + {"곩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xa9",3,NULL,0,NULL,0}, + {"흕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x95",3,NULL,0,NULL,0}, + {"Ạ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xa0",3,NULL,0,NULL,0}, + {"὏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x8f",3,NULL,0,NULL,0}, + {"邮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xae",3,NULL,0,NULL,0}, + {"є",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x94",2,NULL,0,NULL,0}, + {"婢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xa2",3,NULL,0,NULL,0}, + {"ޅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x85",2,NULL,0,NULL,0}, + {"귣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xa3",3,NULL,0,NULL,0}, + {"잷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xb7",3,NULL,0,NULL,0}, + {"氛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xb7",3,NULL,0,NULL,0}, + {"殂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x82",3,NULL,0,NULL,0}, + {"籁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x81",3,NULL,0,NULL,0}, + {"쉢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xa2",3,NULL,0,NULL,0}, + {"腕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x95",3,NULL,0,NULL,0}, + {"ネ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x88",3,NULL,0,NULL,0}, + {"䓾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xbe",3,NULL,0,NULL,0}, + {"宙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x99",3,NULL,0,NULL,0}, + {"ꚜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x9c",3,NULL,0,NULL,0}, + {"礃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x83",3,NULL,0,NULL,0}, + {"堉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x89",3,NULL,0,NULL,0}, + {"䟲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xa3",3,NULL,0,NULL,0}, + {"쵈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x88",3,NULL,0,NULL,0}, + {"휞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x9e",3,NULL,0,NULL,0}, + {"죙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x99",3,NULL,0,NULL,0}, + {"넺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xba",3,NULL,0,NULL,0}, + {"№",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xbd",3,NULL,0,NULL,0}, + {"韬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xac",3,NULL,0,NULL,0}, + {"䍌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x8c",3,NULL,0,NULL,0}, + {"郤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xa4",3,NULL,0,NULL,0}, + {"嫹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xb9",3,NULL,0,NULL,0}, + {"笗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x97",3,NULL,0,NULL,0}, + {"◖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x96",3,NULL,0,NULL,0}, + {"霊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x8a",3,NULL,0,NULL,0}, + {"⅍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x8d",3,NULL,0,NULL,0}, + {"䤓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x93",3,NULL,0,NULL,0}, + {"닡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xa1",3,NULL,0,NULL,0}, + {"雖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xb6",3,NULL,0,NULL,0}, + {"薺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xba",3,NULL,0,NULL,0}, + {"郯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xaf",3,NULL,0,NULL,0}, + {"컃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x83",3,NULL,0,NULL,0}, + {"姛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x9b",3,NULL,0,NULL,0}, + {"纀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x80",3,NULL,0,NULL,0}, + {"錘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x98",3,NULL,0,NULL,0}, + {"䭤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xa4",3,NULL,0,NULL,0}, + {"뻬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xb0",3,NULL,0,NULL,0}, + {"㚱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xb1",3,NULL,0,NULL,0}, + {"⋴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xbd",3,NULL,0,NULL,0}, + {"숡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xa1",3,NULL,0,NULL,0}, + {"嚾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xbe",3,NULL,0,NULL,0}, + {"畅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x85",3,NULL,0,NULL,0}, + {"㍆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x86",3,NULL,0,NULL,0}, + {"쵝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x9d",3,NULL,0,NULL,0}, + {"抑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x91",3,NULL,0,NULL,0}, + {"槟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x9f",3,NULL,0,NULL,0}, + {"䊪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xaa",3,NULL,0,NULL,0}, + {"쥂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x82",3,NULL,0,NULL,0}, + {"섋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x8b",3,NULL,0,NULL,0}, + {"榚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x9a",3,NULL,0,NULL,0}, + {"剋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x8b",3,NULL,0,NULL,0}, + {"硍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x8d",3,NULL,0,NULL,0}, + {"ຎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x8e",3,NULL,0,NULL,0}, + {"⟔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x94",3,NULL,0,NULL,0}, + {"䜨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xa8",3,NULL,0,NULL,0}, + {"䎣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\xa5",3,NULL,0,NULL,0}, + {"⛟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x9f",3,NULL,0,NULL,0}, + {"⁎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x8e",3,NULL,0,NULL,0}, + {"⫚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x9a",3,NULL,0,NULL,0}, + {"㔬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xac",3,NULL,0,NULL,0}, + {"뜂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x82",3,NULL,0,NULL,0}, + {"㖡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xa1",3,NULL,0,NULL,0}, + {"驺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xba",3,NULL,0,NULL,0}, + {"꬜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x9c",3,NULL,0,NULL,0}, + {"Ք",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x94",2,NULL,0,NULL,0}, + {"ᙰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xb0",3,NULL,0,NULL,0}, + {"㎀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x80",3,NULL,0,NULL,0}, + {"嫨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xa8",3,NULL,0,NULL,0}, + {"鲛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x84",3,NULL,0,NULL,0}, + {"⇵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xb5",3,NULL,0,NULL,0}, + {"㈤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xa4",3,NULL,0,NULL,0}, + {"旱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xb1",3,NULL,0,NULL,0}, + {"糨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xa8",3,NULL,0,NULL,0}, + {"禎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x93",3,NULL,0,NULL,0}, + {"ꁌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x95",3,NULL,0,NULL,0}, + {"揕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x95",3,NULL,0,NULL,0}, + {"쪍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x84",3,NULL,0,NULL,0}, + {"Ң",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xa2",2,NULL,0,NULL,0}, + {"❍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x8d",3,NULL,0,NULL,0}, + {"ⓕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x95",3,NULL,0,NULL,0}, + {"ꠍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x9f",3,NULL,0,NULL,0}, + {"ꥮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xae",3,NULL,0,NULL,0}, + {"煼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xbc",3,NULL,0,NULL,0}, + {"Ꝇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x86",3,NULL,0,NULL,0}, + {"⠕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x95",3,NULL,0,NULL,0}, + {"ᘧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xa7",3,NULL,0,NULL,0}, + {"惸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xb8",3,NULL,0,NULL,0}, + {"ɝ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x9d",2,NULL,0,NULL,0}, + {"懓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x93",3,NULL,0,NULL,0}, + {"埑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x91",3,NULL,0,NULL,0}, + {"ᨥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xa4",3,NULL,0,NULL,0}, + {"顩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xa9",3,NULL,0,NULL,0}, + {"ꨧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xa7",3,NULL,0,NULL,0}, + {"뿊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x8a",3,NULL,0,NULL,0}, + {"᠔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x94",3,NULL,0,NULL,0}, + {"⯱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xb1",3,NULL,0,NULL,0}, + {"ꦠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xa0",3,NULL,0,NULL,0}, + {"얙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x99",3,NULL,0,NULL,0}, + {"捎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x8e",3,NULL,0,NULL,0}, + {"Ḩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa8",3,NULL,0,NULL,0}, + {"貹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xb9",3,NULL,0,NULL,0}, + {"뫓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x93",3,NULL,0,NULL,0}, + {"┋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x8b",3,NULL,0,NULL,0}, + {"啁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xbd",3,NULL,0,NULL,0}, + {"璯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xaf",3,NULL,0,NULL,0}, + {"踰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xb0",3,NULL,0,NULL,0}, + {"▯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xaf",3,NULL,0,NULL,0}, + {"圐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x90",3,NULL,0,NULL,0}, + {"胤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xa4",3,NULL,0,NULL,0}, + {"烵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xb5",3,NULL,0,NULL,0}, + {"㊎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x8e",3,NULL,0,NULL,0}, + {"ⷧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xa7",3,NULL,0,NULL,0}, + {"狋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x8b",3,NULL,0,NULL,0}, + {"䦽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xbd",3,NULL,0,NULL,0}, + {"۹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xb9",2,NULL,0,NULL,0}, + {"拤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xa4",3,NULL,0,NULL,0}, + {"ꞥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xa5",3,NULL,0,NULL,0}, + {"䚆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xad",3,NULL,0,NULL,0}, + {"檪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xaa",3,NULL,0,NULL,0}, + {"慗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x97",3,NULL,0,NULL,0}, + {"ྰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xb0",3,NULL,0,NULL,0}, + {"쇊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x8a",3,NULL,0,NULL,0}, + {"獅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xbe",3,NULL,0,NULL,0}, + {"悝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x9d",3,NULL,0,NULL,0}, + {"묍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x8d",3,NULL,0,NULL,0}, + {"✶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xb6",3,NULL,0,NULL,0}, + {"棖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x96",3,NULL,0,NULL,0}, + {"啿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xbf",3,NULL,0,NULL,0}, + {"䃢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xa2",3,NULL,0,NULL,0}, + {"ⱈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x88",3,NULL,0,NULL,0}, + {"餯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xaf",3,NULL,0,NULL,0}, + {"ꫩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xa9",3,NULL,0,NULL,0}, + {"윮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xae",3,NULL,0,NULL,0}, + {"ౢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xa2",3,NULL,0,NULL,0}, + {"ᅾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xbe",3,NULL,0,NULL,0}, + {"踚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x9a",3,NULL,0,NULL,0}, + {"廋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x8b",3,NULL,0,NULL,0}, + {"ཱུ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xb5",3,NULL,0,NULL,0}, + {"蘘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x98",3,NULL,0,NULL,0}, + {"龦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xa6",3,NULL,0,NULL,0}, + {"屸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xb8",3,NULL,0,NULL,0}, + {"觏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x8f",3,NULL,0,NULL,0}, + {"同",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x8c",3,NULL,0,NULL,0}, + {"➭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xad",3,NULL,0,NULL,0}, + {"禉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x89",3,NULL,0,NULL,0}, + {"鱍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x8d",3,NULL,0,NULL,0}, + {"䡫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xbe",3,NULL,0,NULL,0}, + {"䝽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xbd",3,NULL,0,NULL,0}, + {"ฬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xac",3,NULL,0,NULL,0}, + {"簶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xb6",3,NULL,0,NULL,0}, + {"搚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x9a",3,NULL,0,NULL,0}, + {"梟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x9f",3,NULL,0,NULL,0}, + {"࿮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xae",3,NULL,0,NULL,0}, + {"솉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x89",3,NULL,0,NULL,0}, + {"攝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x9d",3,NULL,0,NULL,0}, + {"봂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x82",3,NULL,0,NULL,0}, + {"䩬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x87",3,NULL,0,NULL,0}, + {"ペ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9a",3,NULL,0,NULL,0}, + {"䳺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xba",3,NULL,0,NULL,0}, + {"辕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x98",3,NULL,0,NULL,0}, + {"ꍕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x95",3,NULL,0,NULL,0}, + {"홑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x91",3,NULL,0,NULL,0}, + {"沧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xa7",3,NULL,0,NULL,0}, + {"徔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x94",3,NULL,0,NULL,0}, + {"ቆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x86",3,NULL,0,NULL,0}, + {"楃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x83",3,NULL,0,NULL,0}, + {"콚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x9a",3,NULL,0,NULL,0}, + {"ꈣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xa3",3,NULL,0,NULL,0}, + {"迿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x84",3,NULL,0,NULL,0}, + {"㡇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x87",3,NULL,0,NULL,0}, + {"뙘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x98",3,NULL,0,NULL,0}, + {"ལ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xa3",3,NULL,0,NULL,0}, + {"馠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xa0",3,NULL,0,NULL,0}, + {"衚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x9a",3,NULL,0,NULL,0}, + {"僊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x8a",3,NULL,0,NULL,0}, + {"ᅐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x90",3,NULL,0,NULL,0}, + {"ꪒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x92",3,NULL,0,NULL,0}, + {"쑩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xb8",3,NULL,0,NULL,0}, + {"⬷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xb7",3,NULL,0,NULL,0}, + {"鿋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x8b",3,NULL,0,NULL,0}, + {"搰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xb0",3,NULL,0,NULL,0}, + {"쿾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xbe",3,NULL,0,NULL,0}, + {"訐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x90",3,NULL,0,NULL,0}, + {"稌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x8c",3,NULL,0,NULL,0}, + {"誗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x97",3,NULL,0,NULL,0}, + {"鳦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x8a",3,NULL,0,NULL,0}, + {"몡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xa1",3,NULL,0,NULL,0}, + {"釼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xbc",3,NULL,0,NULL,0}, + {"骺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xba",3,NULL,0,NULL,0}, + {"蝠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x84",3,NULL,0,NULL,0}, + {"蛇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x87",3,NULL,0,NULL,0}, + {"䈚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x9a",3,NULL,0,NULL,0}, + {"散",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xa3",3,NULL,0,NULL,0}, + {"৔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x94",3,NULL,0,NULL,0}, + {"塳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xb3",3,NULL,0,NULL,0}, + {"⯁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x81",3,NULL,0,NULL,0}, + {"鏼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xbc",3,NULL,0,NULL,0}, + {"滒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xb1",3,NULL,0,NULL,0}, + {"䥕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x95",3,NULL,0,NULL,0}, + {"㺲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xb2",3,NULL,0,NULL,0}, + {"㦠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xa0",3,NULL,0,NULL,0}, + {"谢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xa2",3,NULL,0,NULL,0}, + {"븻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xbb",3,NULL,0,NULL,0}, + {"့",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xb7",3,NULL,0,NULL,0}, + {"ꇖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x83",3,NULL,0,NULL,0}, + {"揶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x83",3,NULL,0,NULL,0}, + {"箅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x85",3,NULL,0,NULL,0}, + {"渊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x8a",3,NULL,0,NULL,0}, + {"렯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xaf",3,NULL,0,NULL,0}, + {"퓰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xb0",3,NULL,0,NULL,0}, + {"黑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x91",3,NULL,0,NULL,0}, + {"ꟳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xb3",3,NULL,0,NULL,0}, + {"䫩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xa9",3,NULL,0,NULL,0}, + {"⮖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x96",3,NULL,0,NULL,0}, + {"䧽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xbd",3,NULL,0,NULL,0}, + {"憥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xa5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x8b",3,NULL,0,NULL,0}, + {"牴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xb4",3,NULL,0,NULL,0}, + {"ⶓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x93",3,NULL,0,NULL,0}, + {"栯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xaf",3,NULL,0,NULL,0}, + {"왪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xaa",3,NULL,0,NULL,0}, + {"︕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x95",3,NULL,0,NULL,0}, + {"웠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xa0",3,NULL,0,NULL,0}, + {"鯝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x9d",3,NULL,0,NULL,0}, + {"耜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x9c",3,NULL,0,NULL,0}, + {"㟻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xbb",3,NULL,0,NULL,0}, + {"漌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xb8",3,NULL,0,NULL,0}, + {"ч",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x87",2,NULL,0,NULL,0}, + {"䱰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xb0",3,NULL,0,NULL,0}, + {"Ⱀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x90",3,NULL,0,NULL,0}, + {"誰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xb0",3,NULL,0,NULL,0}, + {"喳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xb3",3,NULL,0,NULL,0}, + {"麿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xbf",3,NULL,0,NULL,0}, + {"十",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x81",3,NULL,0,NULL,0}, + {"ퟹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xb9",3,NULL,0,NULL,0}, + {"퇒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x92",3,NULL,0,NULL,0}, + {"셊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x8a",3,NULL,0,NULL,0}, + {"멉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x89",3,NULL,0,NULL,0}, + {"銏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x8f",3,NULL,0,NULL,0}, + {"紮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xae",3,NULL,0,NULL,0}, + {"䶏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x8f",3,NULL,0,NULL,0}, + {"呟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x9f",3,NULL,0,NULL,0}, + {"鼺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xba",3,NULL,0,NULL,0}, + {"탖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x96",3,NULL,0,NULL,0}, + {"벬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xac",3,NULL,0,NULL,0}, + {"爳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x88",3,NULL,0,NULL,0}, + {"桸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xb8",3,NULL,0,NULL,0}, + {"潆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x86",3,NULL,0,NULL,0}, + {"ﵽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xbd",3,NULL,0,NULL,0}, + {"썖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x96",3,NULL,0,NULL,0}, + {"ﶈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x88",3,NULL,0,NULL,0}, + {"ョ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xae",3,NULL,0,NULL,0}, + {"욱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xb1",3,NULL,0,NULL,0}, + {"룏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x8f",3,NULL,0,NULL,0}, + {"ᗅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x85",3,NULL,0,NULL,0}, + {"䵉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x89",3,NULL,0,NULL,0}, + {"ꖚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x8b",3,NULL,0,NULL,0}, + {"䲔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x94",3,NULL,0,NULL,0}, + {"譅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x85",3,NULL,0,NULL,0}, + {"즤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xa4",3,NULL,0,NULL,0}, + {"Ո",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x88",2,NULL,0,NULL,0}, + {"넪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xaa",3,NULL,0,NULL,0}, + {"㽔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x94",3,NULL,0,NULL,0}, + {"᜘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x98",3,NULL,0,NULL,0}, + {"쬸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xb8",3,NULL,0,NULL,0}, + {"㹿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xbf",3,NULL,0,NULL,0}, + {"䁱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xb1",3,NULL,0,NULL,0}, + {"틴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xb4",3,NULL,0,NULL,0}, + {"芼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xbc",3,NULL,0,NULL,0}, + {"╅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x85",3,NULL,0,NULL,0}, + {"变",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x98",3,NULL,0,NULL,0}, + {"푑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x91",3,NULL,0,NULL,0}, + {"茓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x93",3,NULL,0,NULL,0}, + {"ਦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xa6",3,NULL,0,NULL,0}, + {"촊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xad",3,NULL,0,NULL,0}, + {"ᔽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xbd",3,NULL,0,NULL,0}, + {"ߎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x8e",2,NULL,0,NULL,0}, + {"致",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xab",3,NULL,0,NULL,0}, + {"ᔞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x9e",3,NULL,0,NULL,0}, + {"렉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x89",3,NULL,0,NULL,0}, + {"뚵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x86",3,NULL,0,NULL,0}, + {"湒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x92",3,NULL,0,NULL,0}, + {"܍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x8d",2,NULL,0,NULL,0}, + {"鎩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xa9",3,NULL,0,NULL,0}, + {"ᢸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xbd",3,NULL,0,NULL,0}, + {"䜒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x92",3,NULL,0,NULL,0}, + {"ၫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xab",3,NULL,0,NULL,0}, + {"᷎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x8e",3,NULL,0,NULL,0}, + {"שׁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xaa",3,NULL,0,NULL,0}, + {"ꚹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xb2",3,NULL,0,NULL,0}, + {"쨫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xab",3,NULL,0,NULL,0}, + {"⼍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x8d",3,NULL,0,NULL,0}, + {"㼓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xba",3,NULL,0,NULL,0}, + {"訹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xb9",3,NULL,0,NULL,0}, + {"፱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xb1",3,NULL,0,NULL,0}, + {"樖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x96",3,NULL,0,NULL,0}, + {"頝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x9d",3,NULL,0,NULL,0}, + {"저",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x80",3,NULL,0,NULL,0}, + {"ꗉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x89",3,NULL,0,NULL,0}, + {"膲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xb2",3,NULL,0,NULL,0}, + {"睲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xb2",3,NULL,0,NULL,0}, + {"ᭋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x8b",3,NULL,0,NULL,0}, + {"늬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xac",3,NULL,0,NULL,0}, + {"ᔁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x81",3,NULL,0,NULL,0}, + {"돚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x9a",3,NULL,0,NULL,0}, + {"Ñ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x91",2,NULL,0,NULL,0}, + {"ᢁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x81",3,NULL,0,NULL,0}, + {"猓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x93",3,NULL,0,NULL,0}, + {"鞋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x96",3,NULL,0,NULL,0}, + {"復",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xa9",3,NULL,0,NULL,0}, + {"⪝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x9d",3,NULL,0,NULL,0}, + {"䂈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x88",3,NULL,0,NULL,0}, + {"⏤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xa4",3,NULL,0,NULL,0}, + {"䐞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x8a",3,NULL,0,NULL,0}, + {"᥍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x8d",3,NULL,0,NULL,0}, + {"ᄚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x9a",3,NULL,0,NULL,0}, + {"ﭫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xab",3,NULL,0,NULL,0}, + {"ࡆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x86",3,NULL,0,NULL,0}, + {"鍎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x8e",3,NULL,0,NULL,0}, + {"ᦇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x87",3,NULL,0,NULL,0}, + {"냊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x8a",3,NULL,0,NULL,0}, + {"헌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x8c",3,NULL,0,NULL,0}, + {"拺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xba",3,NULL,0,NULL,0}, + {"僮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xae",3,NULL,0,NULL,0}, + {"敇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x87",3,NULL,0,NULL,0}, + {"碱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xb1",3,NULL,0,NULL,0}, + {"⊞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x9e",3,NULL,0,NULL,0}, + {"㷍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x8d",3,NULL,0,NULL,0}, + {"딥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xa5",3,NULL,0,NULL,0}, + {"ĕ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x95",2,NULL,0,NULL,0}, + {"墨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xba",3,NULL,0,NULL,0}, + {"瞽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x9e",3,NULL,0,NULL,0}, + {"꧊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x8a",3,NULL,0,NULL,0}, + {"돌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x8c",3,NULL,0,NULL,0}, + {"盛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x8e",3,NULL,0,NULL,0}, + {"孜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x9c",3,NULL,0,NULL,0}, + {"侫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xab",3,NULL,0,NULL,0}, + {"䎑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x91",3,NULL,0,NULL,0}, + {"뀪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xaa",3,NULL,0,NULL,0}, + {"蓯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xaf",3,NULL,0,NULL,0}, + {"汔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x94",3,NULL,0,NULL,0}, + {"둡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x83",3,NULL,0,NULL,0}, + {"夁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x81",3,NULL,0,NULL,0}, + {"蓑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x91",3,NULL,0,NULL,0}, + {"乜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x9c",3,NULL,0,NULL,0}, + {"⥻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xbb",3,NULL,0,NULL,0}, + {"ȏ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x8f",2,NULL,0,NULL,0}, + {"理",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x86",3,NULL,0,NULL,0}, + {"E",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa5",3,NULL,0,NULL,0}, + {"ࠥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xa5",3,NULL,0,NULL,0}, + {"⟪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xaa",3,NULL,0,NULL,0}, + {"亻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xae",3,NULL,0,NULL,0}, + {"蟂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x82",3,NULL,0,NULL,0}, + {"궀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x80",3,NULL,0,NULL,0}, + {"ࡼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xbc",3,NULL,0,NULL,0}, + {"鉅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x85",3,NULL,0,NULL,0}, + {"⇀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x80",3,NULL,0,NULL,0}, + {"⿬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xac",3,NULL,0,NULL,0}, + {"உ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x89",3,NULL,0,NULL,0}, + {"䒋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x91",3,NULL,0,NULL,0}, + {"脖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x96",3,NULL,0,NULL,0}, + {"놼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xbc",3,NULL,0,NULL,0}, + {"葉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x89",3,NULL,0,NULL,0}, + {"핍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x8d",3,NULL,0,NULL,0}, + {"ꌂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x82",3,NULL,0,NULL,0}, + {"寒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x92",3,NULL,0,NULL,0}, + {"㐿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xbf",3,NULL,0,NULL,0}, + {"律",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xb3",3,NULL,0,NULL,0}, + {"巨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x9f",3,NULL,0,NULL,0}, + {"髲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xa5",3,NULL,0,NULL,0}, + {"抔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x94",3,NULL,0,NULL,0}, + {"戍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x8d",3,NULL,0,NULL,0}, + {"훘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xab",3,NULL,0,NULL,0}, + {"嫫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xab",3,NULL,0,NULL,0}, + {"奟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x9f",3,NULL,0,NULL,0}, + {"쫍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x8d",3,NULL,0,NULL,0}, + {"凊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x8a",3,NULL,0,NULL,0}, + {"≥",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa5",3,NULL,0,NULL,0}, + {"ﻆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x81",3,NULL,0,NULL,0}, + {"䠎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x8e",3,NULL,0,NULL,0}, + {"삧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xb4",3,NULL,0,NULL,0}, + {"⛿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xbf",3,NULL,0,NULL,0}, + {"㋇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x87",3,NULL,0,NULL,0}, + {"᠑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x91",3,NULL,0,NULL,0}, + {"嵟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x9f",3,NULL,0,NULL,0}, + {"氁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x81",3,NULL,0,NULL,0}, + {"ﯫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xab",3,NULL,0,NULL,0}, + {"鬻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xbb",3,NULL,0,NULL,0}, + {"邞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x9e",3,NULL,0,NULL,0}, + {"ꆉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x89",3,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x86",3,NULL,0,NULL,0}, + {"컏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x8f",3,NULL,0,NULL,0}, + {"긙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x99",3,NULL,0,NULL,0}, + {"埊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x8a",3,NULL,0,NULL,0}, + {"䛅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x85",3,NULL,0,NULL,0}, + {"˽",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xbd",2,NULL,0,NULL,0}, + {"瘭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xad",3,NULL,0,NULL,0}, + {"粙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x99",3,NULL,0,NULL,0}, + {"ै",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x88",3,NULL,0,NULL,0}, + {"櫗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x97",3,NULL,0,NULL,0}, + {"녻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xbb",3,NULL,0,NULL,0}, + {"ꒁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x81",3,NULL,0,NULL,0}, + {"꼋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x8b",3,NULL,0,NULL,0}, + {"်",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xa9",3,NULL,0,NULL,0}, + {"顗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x97",3,NULL,0,NULL,0}, + {"浉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x9a",3,NULL,0,NULL,0}, + {"ۿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xbf",2,NULL,0,NULL,0}, + {"樷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xb7",3,NULL,0,NULL,0}, + {"셏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x8f",3,NULL,0,NULL,0}, + {"䟼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xbc",3,NULL,0,NULL,0}, + {"鷺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x89",3,NULL,0,NULL,0}, + {"霽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xbd",3,NULL,0,NULL,0}, + {"흟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x9f",3,NULL,0,NULL,0}, + {"婒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x92",3,NULL,0,NULL,0}, + {"䲤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xa4",3,NULL,0,NULL,0}, + {"杌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x8c",3,NULL,0,NULL,0}, + {"筟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xac",3,NULL,0,NULL,0}, + {"ଟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\x9f",3,NULL,0,NULL,0}, + {"茺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xba",3,NULL,0,NULL,0}, + {"댜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x9c",3,NULL,0,NULL,0}, + {"都",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xbd",3,NULL,0,NULL,0}, + {"컁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x81",3,NULL,0,NULL,0}, + {"퉉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x89",3,NULL,0,NULL,0}, + {"⛃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x83",3,NULL,0,NULL,0}, + {"噩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xa9",3,NULL,0,NULL,0}, + {"먒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x92",3,NULL,0,NULL,0}, + {"籛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x9b",3,NULL,0,NULL,0}, + {"炲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xb2",3,NULL,0,NULL,0}, + {"欻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xbb",3,NULL,0,NULL,0}, + {"캊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x8a",3,NULL,0,NULL,0}, + {"奸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xb8",3,NULL,0,NULL,0}, + {"慻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xbb",3,NULL,0,NULL,0}, + {"濅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x85",3,NULL,0,NULL,0}, + {"磱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xb1",3,NULL,0,NULL,0}, + {"֐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x90",2,NULL,0,NULL,0}, + {"⼶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xb6",3,NULL,0,NULL,0}, + {"﫻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xbb",3,NULL,0,NULL,0}, + {"碈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x88",3,NULL,0,NULL,0}, + {"뜣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xa3",3,NULL,0,NULL,0}, + {"섑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x91",3,NULL,0,NULL,0}, + {"䞋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x8f",3,NULL,0,NULL,0}, + {"곍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x8d",3,NULL,0,NULL,0}, + {"割",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xb2",3,NULL,0,NULL,0}, + {"䲫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\xab",3,NULL,0,NULL,0}, + {"泂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x8c",3,NULL,0,NULL,0}, + {"҂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x82",2,NULL,0,NULL,0}, + {"닛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x9b",3,NULL,0,NULL,0}, + {"⅗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x97",3,NULL,0,NULL,0}, + {"薞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x9e",3,NULL,0,NULL,0}, + {"꾐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x90",3,NULL,0,NULL,0}, + {"䌼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xbc",3,NULL,0,NULL,0}, + {"✝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x9d",3,NULL,0,NULL,0}, + {"癸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xb8",3,NULL,0,NULL,0}, + {"蠬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xac",3,NULL,0,NULL,0}, + {"㋣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xa3",3,NULL,0,NULL,0}, + {"쀗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x97",3,NULL,0,NULL,0}, + {"騃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x83",3,NULL,0,NULL,0}, + {"♾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xbe",3,NULL,0,NULL,0}, + {"㛃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x83",3,NULL,0,NULL,0}, + {"圂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x82",3,NULL,0,NULL,0}, + {"畗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x97",3,NULL,0,NULL,0}, + {"ꍴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xb9",3,NULL,0,NULL,0}, + {"成",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x90",3,NULL,0,NULL,0}, + {"糌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x8c",3,NULL,0,NULL,0}, + {"轕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x95",3,NULL,0,NULL,0}, + {"ᯚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x9a",3,NULL,0,NULL,0}, + {"魌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x8c",3,NULL,0,NULL,0}, + {"螺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x91",3,NULL,0,NULL,0}, + {"㨟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x9f",3,NULL,0,NULL,0}, + {"墪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xaa",3,NULL,0,NULL,0}, + {"䜴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xb4",3,NULL,0,NULL,0}, + {"괎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x8e",3,NULL,0,NULL,0}, + {"掹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xb9",3,NULL,0,NULL,0}, + {"锉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x89",3,NULL,0,NULL,0}, + {"뮰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xb0",3,NULL,0,NULL,0}, + {"블",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x94",3,NULL,0,NULL,0}, + {"눹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xb9",3,NULL,0,NULL,0}, + {"ӵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xb5",2,NULL,0,NULL,0}, + {"㲎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x8e",3,NULL,0,NULL,0}, + {"⮳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xb3",3,NULL,0,NULL,0}, + {"㮗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x97",3,NULL,0,NULL,0}, + {"멛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x9b",3,NULL,0,NULL,0}, + {"⡨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xa8",3,NULL,0,NULL,0}, + {"큈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x88",3,NULL,0,NULL,0}, + {"밊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x8a",3,NULL,0,NULL,0}, + {"ؑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x91",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x95",3,NULL,0,NULL,0}, + {"횷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xb7",3,NULL,0,NULL,0}, + {"⹙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x99",3,NULL,0,NULL,0}, + {"䧤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xa4",3,NULL,0,NULL,0}, + {"뾐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x90",3,NULL,0,NULL,0}, + {"骆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x86",3,NULL,0,NULL,0}, + {"鲙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x99",3,NULL,0,NULL,0}, + {"ᄯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xb7",3,NULL,0,NULL,0}, + {"⇯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xaf",3,NULL,0,NULL,0}, + {"鰪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xaa",3,NULL,0,NULL,0}, + {"顛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x9b",3,NULL,0,NULL,0}, + {"㠴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xb4",3,NULL,0,NULL,0}, + {"ꨕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x95",3,NULL,0,NULL,0}, + {"揇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x87",3,NULL,0,NULL,0}, + {"뭊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x8a",3,NULL,0,NULL,0}, + {"玝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x9d",3,NULL,0,NULL,0}, + {"喴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xb4",3,NULL,0,NULL,0}, + {"﷦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xb8",3,NULL,0,NULL,0}, + {"捬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xac",3,NULL,0,NULL,0}, + {"嘪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xaa",3,NULL,0,NULL,0}, + {"빳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xb3",3,NULL,0,NULL,0}, + {"ⓗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x97",3,NULL,0,NULL,0}, + {"쯔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x94",3,NULL,0,NULL,0}, + {"궈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x88",3,NULL,0,NULL,0}, + {"黨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xa8",3,NULL,0,NULL,0}, + {"㟕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x95",3,NULL,0,NULL,0}, + {"☦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xa6",3,NULL,0,NULL,0}, + {"篽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xbd",3,NULL,0,NULL,0}, + {"༺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xba",3,NULL,0,NULL,0}, + {"㥃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x83",3,NULL,0,NULL,0}, + {"睐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x90",3,NULL,0,NULL,0}, + {"⩫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xab",3,NULL,0,NULL,0}, + {"炎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x8e",3,NULL,0,NULL,0}, + {"⌴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x84",3,NULL,0,NULL,0}, + {"엜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x9c",3,NULL,0,NULL,0}, + {"獟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x9f",3,NULL,0,NULL,0}, + {"⳨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xa8",3,NULL,0,NULL,0}, + {"ྨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x9a",3,NULL,0,NULL,0}, + {"Ⰻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x8b",3,NULL,0,NULL,0}, + {"資",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x87",3,NULL,0,NULL,0}, + {"㴶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xb6",3,NULL,0,NULL,0}, + {"뫙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x99",3,NULL,0,NULL,0}, + {"椈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x88",3,NULL,0,NULL,0}, + {"좖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x96",3,NULL,0,NULL,0}, + {"⧡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xa1",3,NULL,0,NULL,0}, + {"퇯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xaf",3,NULL,0,NULL,0}, + {"቎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x8e",3,NULL,0,NULL,0}, + {"䄨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xa8",3,NULL,0,NULL,0}, + {"㣔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x94",3,NULL,0,NULL,0}, + {"풒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x92",3,NULL,0,NULL,0}, + {"匉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xb4",3,NULL,0,NULL,0}, + {"B",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"쿃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x83",3,NULL,0,NULL,0}, + {"弼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xbc",3,NULL,0,NULL,0}, + {"ມ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xa1",3,NULL,0,NULL,0}, + {"ᮼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xbc",3,NULL,0,NULL,0}, + {"㚭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xad",3,NULL,0,NULL,0}, + {"种",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x8d",3,NULL,0,NULL,0}, + {"丗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x97",3,NULL,0,NULL,0}, + {"愮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xae",3,NULL,0,NULL,0}, + {"摫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xab",3,NULL,0,NULL,0}, + {"攧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xa7",3,NULL,0,NULL,0}, + {"ꎾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xbe",3,NULL,0,NULL,0}, + {"൛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x9b",3,NULL,0,NULL,0}, + {"᳓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x93",3,NULL,0,NULL,0}, + {"慯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xaf",3,NULL,0,NULL,0}, + {"搦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xa6",3,NULL,0,NULL,0}, + {"逐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xb2",3,NULL,0,NULL,0}, + {"棊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x8a",3,NULL,0,NULL,0}, + {"渷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xbb",3,NULL,0,NULL,0}, + {"ﲚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x9a",3,NULL,0,NULL,0}, + {"讅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x85",3,NULL,0,NULL,0}, + {"ꓧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xa7",3,NULL,0,NULL,0}, + {"뢗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x97",3,NULL,0,NULL,0}, + {"捋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x8b",3,NULL,0,NULL,0}, + {"ꊔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x94",3,NULL,0,NULL,0}, + {"ᷳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xb3",3,NULL,0,NULL,0}, + {"轚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x9a",3,NULL,0,NULL,0}, + {"릎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x8e",3,NULL,0,NULL,0}, + {"싕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x95",3,NULL,0,NULL,0}, + {"䲌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xb3",3,NULL,0,NULL,0}, + {"覽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xbd",3,NULL,0,NULL,0}, + {"鱇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x87",3,NULL,0,NULL,0}, + {"溲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xb2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x9a",3,NULL,0,NULL,0}, + {"ꭹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xb9",3,NULL,0,NULL,0}, + {"叵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xb5",3,NULL,0,NULL,0}, + {"ꟁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xad",3,NULL,0,NULL,0}, + {"蝀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x80",3,NULL,0,NULL,0}, + {"誅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x85",3,NULL,0,NULL,0}, + {"惁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x81",3,NULL,0,NULL,0}, + {"५",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xab",3,NULL,0,NULL,0}, + {"평",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x89",3,NULL,0,NULL,0}, + {"䴆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x86",3,NULL,0,NULL,0}, + {"픣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xa3",3,NULL,0,NULL,0}, + {"鑉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x89",3,NULL,0,NULL,0}, + {"ﳉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x89",3,NULL,0,NULL,0}, + {"剦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xa6",3,NULL,0,NULL,0}, + {"䃁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x81",3,NULL,0,NULL,0}, + {"䬼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xbc",3,NULL,0,NULL,0}, + {"쑻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xbb",3,NULL,0,NULL,0}, + {"鹄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb7",3,NULL,0,NULL,0}, + {"綽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xbd",3,NULL,0,NULL,0}, + {"枱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xb1",3,NULL,0,NULL,0}, + {"렓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x93",3,NULL,0,NULL,0}, + {"䖴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xaf",3,NULL,0,NULL,0}, + {"럎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x8e",3,NULL,0,NULL,0}, + {"䝅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x85",3,NULL,0,NULL,0}, + {"꿷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xb7",3,NULL,0,NULL,0}, + {"﹠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xa0",3,NULL,0,NULL,0}, + {"瀾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xbe",3,NULL,0,NULL,0}, + {"ꘙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x99",3,NULL,0,NULL,0}, + {"௕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x95",3,NULL,0,NULL,0}, + {"瞐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x90",3,NULL,0,NULL,0}, + {"枦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xa6",3,NULL,0,NULL,0}, + {"扈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x88",3,NULL,0,NULL,0}, + {"਄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x84",3,NULL,0,NULL,0}, + {"彲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xa8",3,NULL,0,NULL,0}, + {"忹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xb9",3,NULL,0,NULL,0}, + {"旐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x90",3,NULL,0,NULL,0}, + {"久",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xbd",3,NULL,0,NULL,0}, + {"灲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xb2",3,NULL,0,NULL,0}, + {"了",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x86",3,NULL,0,NULL,0}, + {"஬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xac",3,NULL,0,NULL,0}, + {"甯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xaf",3,NULL,0,NULL,0}, + {"絿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xbf",3,NULL,0,NULL,0}, + {"ⴜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x9c",3,NULL,0,NULL,0}, + {"䀺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x89",3,NULL,0,NULL,0}, + {"뱡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xa1",3,NULL,0,NULL,0}, + {"阋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x8b",3,NULL,0,NULL,0}, + {"﫹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xb9",3,NULL,0,NULL,0}, + {"튧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xa7",3,NULL,0,NULL,0}, + {"鋓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x93",3,NULL,0,NULL,0}, + {"室",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xa4",3,NULL,0,NULL,0}, + {"︟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x9f",3,NULL,0,NULL,0}, + {"ꔹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xb9",3,NULL,0,NULL,0}, + {"滼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xbc",3,NULL,0,NULL,0}, + {"ﴵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xb5",3,NULL,0,NULL,0}, + {"㒼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xbb",3,NULL,0,NULL,0}, + {"旿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xbf",3,NULL,0,NULL,0}, + {"贡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xa1",3,NULL,0,NULL,0}, + {"瓭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xad",3,NULL,0,NULL,0}, + {"떈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x88",3,NULL,0,NULL,0}, + {"ᅵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xa9",3,NULL,0,NULL,0}, + {"ΐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x93",3,NULL,0,NULL,0}, + {"룍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x8d",3,NULL,0,NULL,0}, + {"메",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x89",3,NULL,0,NULL,0}, + {"俶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xb2",3,NULL,0,NULL,0}, + {"꒠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xa0",3,NULL,0,NULL,0}, + {"銕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x95",3,NULL,0,NULL,0}, + {"ꥷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xb7",3,NULL,0,NULL,0}, + {"倭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xad",3,NULL,0,NULL,0}, + {"㾞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x9e",3,NULL,0,NULL,0}, + {"闊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x8a",3,NULL,0,NULL,0}, + {"腠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xa0",3,NULL,0,NULL,0}, + {"襥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xa5",3,NULL,0,NULL,0}, + {"뎦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xa6",3,NULL,0,NULL,0}, + {"伮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xae",3,NULL,0,NULL,0}, + {"밇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x87",3,NULL,0,NULL,0}, + {"ঽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xbd",3,NULL,0,NULL,0}, + {"ᓤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa4",3,NULL,0,NULL,0}, + {"頰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xb0",3,NULL,0,NULL,0}, + {"嬩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xa9",3,NULL,0,NULL,0}, + {"꜠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xa0",3,NULL,0,NULL,0}, + {"芬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x98",3,NULL,0,NULL,0}, + {"닭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xad",3,NULL,0,NULL,0}, + {"똮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xae",3,NULL,0,NULL,0}, + {"ﴛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x9b",3,NULL,0,NULL,0}, + {"䵓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x93",3,NULL,0,NULL,0}, + {"郓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x93",3,NULL,0,NULL,0}, + {"ọ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x8d",3,NULL,0,NULL,0}, + {"㱽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xbd",3,NULL,0,NULL,0}, + {"潱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xb1",3,NULL,0,NULL,0}, + {"⛺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xba",3,NULL,0,NULL,0}, + {"鄔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xa2",3,NULL,0,NULL,0}, + {"⾀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x80",3,NULL,0,NULL,0}, + {"⫵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xb5",3,NULL,0,NULL,0}, + {"᣾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xab",3,NULL,0,NULL,0}, + {"島",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xb6",3,NULL,0,NULL,0}, + {"ꅑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x9f",3,NULL,0,NULL,0}, + {"錫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xab",3,NULL,0,NULL,0}, + {"놰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xb0",3,NULL,0,NULL,0}, + {"죺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xba",3,NULL,0,NULL,0}, + {"넗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x97",3,NULL,0,NULL,0}, + {"檟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x9f",3,NULL,0,NULL,0}, + {"ዞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x9e",3,NULL,0,NULL,0}, + {"磘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x98",3,NULL,0,NULL,0}, + {"듄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x84",3,NULL,0,NULL,0}, + {"쥯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xaf",3,NULL,0,NULL,0}, + {"ˆ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x88",2,NULL,0,NULL,0}, + {"硑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x91",3,NULL,0,NULL,0}, + {"㇘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x98",3,NULL,0,NULL,0}, + {"뜊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x8a",3,NULL,0,NULL,0}, + {"Ε",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x95",2,NULL,0,NULL,0}, + {"醲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xb2",3,NULL,0,NULL,0}, + {"韇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x87",3,NULL,0,NULL,0}, + {"힔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x94",3,NULL,0,NULL,0}, + {"걇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x93",3,NULL,0,NULL,0}, + {"㍫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xab",3,NULL,0,NULL,0}, + {"Ꭼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x92",3,NULL,0,NULL,0}, + {"졚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xa1",3,NULL,0,NULL,0}, + {"ᚹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xb9",3,NULL,0,NULL,0}, + {"ƾ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xbe",2,NULL,0,NULL,0}, + {"❀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x80",3,NULL,0,NULL,0}, + {"⪷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xb7",3,NULL,0,NULL,0}, + {"⊺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xba",3,NULL,0,NULL,0}, + {"﬚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x9a",3,NULL,0,NULL,0}, + {"岴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xb4",3,NULL,0,NULL,0}, + {"ᣀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x80",3,NULL,0,NULL,0}, + {"힪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xaa",3,NULL,0,NULL,0}, + {"ȯ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xaf",2,NULL,0,NULL,0}, + {"ߝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x9d",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x80",3,NULL,0,NULL,0}, + {"礒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x92",3,NULL,0,NULL,0}, + {"傅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x85",3,NULL,0,NULL,0}, + {"⋉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x89",3,NULL,0,NULL,0}, + {"䑐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x90",3,NULL,0,NULL,0}, + {"ꂴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xb4",3,NULL,0,NULL,0}, + {"ᴸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xb8",3,NULL,0,NULL,0}, + {"鎔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x94",3,NULL,0,NULL,0}, + {"酰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xb0",3,NULL,0,NULL,0}, + {"郞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xae",3,NULL,0,NULL,0}, + {"㎴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xb4",3,NULL,0,NULL,0}, + {"ꌴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xb4",3,NULL,0,NULL,0}, + {"삪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xaa",3,NULL,0,NULL,0}, + {"᨝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x9d",3,NULL,0,NULL,0}, + {"ꓣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xa3",3,NULL,0,NULL,0}, + {"띷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xb7",3,NULL,0,NULL,0}, + {"↌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xba",3,NULL,0,NULL,0}, + {"凡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xa1",3,NULL,0,NULL,0}, + {"狱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xb1",3,NULL,0,NULL,0}, + {"蕌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x8c",3,NULL,0,NULL,0}, + {"沆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x86",3,NULL,0,NULL,0}, + {"‫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xab",3,NULL,0,NULL,0}, + {"蓣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xa3",3,NULL,0,NULL,0}, + {"쬍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x8d",3,NULL,0,NULL,0}, + {"䡟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x9f",3,NULL,0,NULL,0}, + {"眑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x91",3,NULL,0,NULL,0}, + {"Ⴃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xa3",3,NULL,0,NULL,0}, + {"䐒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xb3",3,NULL,0,NULL,0}, + {"ᚗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x97",3,NULL,0,NULL,0}, + {"㗞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x9e",3,NULL,0,NULL,0}, + {"ꮳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xb3",3,NULL,0,NULL,0}, + {"䥑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x91",3,NULL,0,NULL,0}, + {"⺆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x86",3,NULL,0,NULL,0}, + {"䭶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xb6",3,NULL,0,NULL,0}, + {"䀆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xa9",3,NULL,0,NULL,0}, + {"ힾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xbe",3,NULL,0,NULL,0}, + {"쑤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xa4",3,NULL,0,NULL,0}, + {"挛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x9b",3,NULL,0,NULL,0}, + {"앛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x91",3,NULL,0,NULL,0}, + {"缉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xa2",3,NULL,0,NULL,0}, + {"청",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xad",3,NULL,0,NULL,0}, + {"檻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xbb",3,NULL,0,NULL,0}, + {"㏽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xbd",3,NULL,0,NULL,0}, + {"骎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x8e",3,NULL,0,NULL,0}, + {"쩦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xa6",3,NULL,0,NULL,0}, + {"钁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x81",3,NULL,0,NULL,0}, + {"⓺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x91",3,NULL,0,NULL,0}, + {"捁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x81",3,NULL,0,NULL,0}, + {"᝴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xb4",3,NULL,0,NULL,0}, + {"☃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x83",3,NULL,0,NULL,0}, + {"奍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x8c",3,NULL,0,NULL,0}, + {"痋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x8b",3,NULL,0,NULL,0}, + {"ꄃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x83",3,NULL,0,NULL,0}, + {"䠚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x9a",3,NULL,0,NULL,0}, + {"ფ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xa4",3,NULL,0,NULL,0}, + {"Ԏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x8e",2,NULL,0,NULL,0}, + {"⟮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xae",3,NULL,0,NULL,0}, + {"짋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x8b",3,NULL,0,NULL,0}, + {"圩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xa9",3,NULL,0,NULL,0}, + {"ꐢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xa2",3,NULL,0,NULL,0}, + {"䣠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xa0",3,NULL,0,NULL,0}, + {"櫕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x95",3,NULL,0,NULL,0}, + {"࿕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x95",3,NULL,0,NULL,0}, + {"抜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x9c",3,NULL,0,NULL,0}, + {"갹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xb9",3,NULL,0,NULL,0}, + {"꼿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xbf",3,NULL,0,NULL,0}, + {"찦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xa6",3,NULL,0,NULL,0}, + {"橶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xb6",3,NULL,0,NULL,0}, + {"Ϟ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x9e",2,NULL,0,NULL,0}, + {"㞊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x8a",3,NULL,0,NULL,0}, + {"⨘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x98",3,NULL,0,NULL,0}, + {"뎇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x87",3,NULL,0,NULL,0}, + {"⺛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xaa",3,NULL,0,NULL,0}, + {"⧦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xa6",3,NULL,0,NULL,0}, + {"ཆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xb2",3,NULL,0,NULL,0}, + {"⦑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x91",3,NULL,0,NULL,0}, + {"䘎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x8e",3,NULL,0,NULL,0}, + {"燢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xa2",3,NULL,0,NULL,0}, + {"⊗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x97",3,NULL,0,NULL,0}, + {"ᅃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x83",3,NULL,0,NULL,0}, + {"㘡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xa1",3,NULL,0,NULL,0}, + {"밻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xbb",3,NULL,0,NULL,0}, + {"쭢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x8c",3,NULL,0,NULL,0}, + {"畬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xac",3,NULL,0,NULL,0}, + {"萭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xad",3,NULL,0,NULL,0}, + {"퉹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xb9",3,NULL,0,NULL,0}, + {"㊵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xb5",3,NULL,0,NULL,0}, + {"䚷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xb7",3,NULL,0,NULL,0}, + {"䪵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xb5",3,NULL,0,NULL,0}, + {"ﰂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x82",3,NULL,0,NULL,0}, + {"粋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x8b",3,NULL,0,NULL,0}, + {"③",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xa2",3,NULL,0,NULL,0}, + {"셤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xa4",3,NULL,0,NULL,0}, + {"᳔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x94",3,NULL,0,NULL,0}, + {"ⴢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xa2",3,NULL,0,NULL,0}, + {"ꏩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xa9",3,NULL,0,NULL,0}, + {"鳑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x91",3,NULL,0,NULL,0}, + {"␇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x87",3,NULL,0,NULL,0}, + {"⥧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xa7",3,NULL,0,NULL,0}, + {"䪜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x9c",3,NULL,0,NULL,0}, + {"活",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xbb",3,NULL,0,NULL,0}, + {"ꋣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xa3",3,NULL,0,NULL,0}, + {"셕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x95",3,NULL,0,NULL,0}, + {"겐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x90",3,NULL,0,NULL,0}, + {"僡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xa1",3,NULL,0,NULL,0}, + {"睊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x8a",3,NULL,0,NULL,0}, + {"沸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xb8",3,NULL,0,NULL,0}, + {"樵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xb5",3,NULL,0,NULL,0}, + {"盃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x83",3,NULL,0,NULL,0}, + {"朲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xb2",3,NULL,0,NULL,0}, + {"该",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xa5",3,NULL,0,NULL,0}, + {"໳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xb3",3,NULL,0,NULL,0}, + {"쾞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x9e",3,NULL,0,NULL,0}, + {"ꇳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xb3",3,NULL,0,NULL,0}, + {"噻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xbb",3,NULL,0,NULL,0}, + {"❡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xa1",3,NULL,0,NULL,0}, + {"㙢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xa2",3,NULL,0,NULL,0}, + {"坢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xa2",3,NULL,0,NULL,0}, + {"탈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x88",3,NULL,0,NULL,0}, + {"搿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xbf",3,NULL,0,NULL,0}, + {"葮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xae",3,NULL,0,NULL,0}, + {"ꀂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x82",3,NULL,0,NULL,0}, + {"澿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xbf",3,NULL,0,NULL,0}, + {"⤥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xa5",3,NULL,0,NULL,0}, + {"턟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x9f",3,NULL,0,NULL,0}, + {"絖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x96",3,NULL,0,NULL,0}, + {"킻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x90",3,NULL,0,NULL,0}, + {"髧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xa7",3,NULL,0,NULL,0}, + {"戰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xb0",3,NULL,0,NULL,0}, + {"椔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x94",3,NULL,0,NULL,0}, + {"쵮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xae",3,NULL,0,NULL,0}, + {"㩘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x98",3,NULL,0,NULL,0}, + {"窠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xa0",3,NULL,0,NULL,0}, + {"鵢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xa2",3,NULL,0,NULL,0}, + {"ᩊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x8a",3,NULL,0,NULL,0}, + {"겿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x9f",3,NULL,0,NULL,0}, + {"泒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x92",3,NULL,0,NULL,0}, + {"蜈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x88",3,NULL,0,NULL,0}, + {"푶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xb6",3,NULL,0,NULL,0}, + {"塤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xa4",3,NULL,0,NULL,0}, + {"㲞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x9e",3,NULL,0,NULL,0}, + {"뤼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xbc",3,NULL,0,NULL,0}, + {"챾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xbe",3,NULL,0,NULL,0}, + {"皔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x94",3,NULL,0,NULL,0}, + {"㥘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x98",3,NULL,0,NULL,0}, + {"豾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x88",3,NULL,0,NULL,0}, + {"Ҽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xbc",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9e",3,NULL,0,NULL,0}, + {"숼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xbc",3,NULL,0,NULL,0}, + {"ᆰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xaa",3,NULL,0,NULL,0}, + {"欭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xad",3,NULL,0,NULL,0}, + {"킎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x8e",3,NULL,0,NULL,0}, + {"邆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x86",3,NULL,0,NULL,0}, + {"롊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x8a",3,NULL,0,NULL,0}, + {"Ⴤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xa6",3,NULL,0,NULL,0}, + {"㩮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xae",3,NULL,0,NULL,0}, + {"뽁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x81",3,NULL,0,NULL,0}, + {"䉼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xbc",3,NULL,0,NULL,0}, + {"劤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xbf",3,NULL,0,NULL,0}, + {"㩠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xa0",3,NULL,0,NULL,0}, + {"䧍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x8d",3,NULL,0,NULL,0}, + {"扑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\x91",3,NULL,0,NULL,0}, + {"꺈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x88",3,NULL,0,NULL,0}, + {"增",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x9e",3,NULL,0,NULL,0}, + {"浢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xa2",3,NULL,0,NULL,0}, + {"톞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x9e",3,NULL,0,NULL,0}, + {"욜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x9c",3,NULL,0,NULL,0}, + {"ꢾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xbe",3,NULL,0,NULL,0}, + {"먏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x8f",3,NULL,0,NULL,0}, + {"焖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xbe",3,NULL,0,NULL,0}, + {"嘚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x9a",3,NULL,0,NULL,0}, + {"麢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xa2",3,NULL,0,NULL,0}, + {"؋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x8b",2,NULL,0,NULL,0}, + {"柃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x83",3,NULL,0,NULL,0}, + {"篵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xb5",3,NULL,0,NULL,0}, + {"聲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xb2",3,NULL,0,NULL,0}, + {"믦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xa6",3,NULL,0,NULL,0}, + {"牞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x9e",3,NULL,0,NULL,0}, + {"䫮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xae",3,NULL,0,NULL,0}, + {"㔦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xa6",3,NULL,0,NULL,0}, + {"뵜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x9c",3,NULL,0,NULL,0}, + {"祘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x98",3,NULL,0,NULL,0}, + {"㙂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x82",3,NULL,0,NULL,0}, + {"惨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x93",3,NULL,0,NULL,0}, + {"初",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x9d",3,NULL,0,NULL,0}, + {"뭪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xaa",3,NULL,0,NULL,0}, + {"梏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x8f",3,NULL,0,NULL,0}, + {"玏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x8f",3,NULL,0,NULL,0}, + {"鰆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x86",3,NULL,0,NULL,0}, + {"㞓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x93",3,NULL,0,NULL,0}, + {"갈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x88",3,NULL,0,NULL,0}, + {"諕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x95",3,NULL,0,NULL,0}, + {"플",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x8c",3,NULL,0,NULL,0}, + {"晣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xa3",3,NULL,0,NULL,0}, + {"㣬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xac",3,NULL,0,NULL,0}, + {"謞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xa6",3,NULL,0,NULL,0}, + {"꠷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xb7",3,NULL,0,NULL,0}, + {"卪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xaa",3,NULL,0,NULL,0}, + {"䯭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xbd",3,NULL,0,NULL,0}, + {"퓘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x98",3,NULL,0,NULL,0}, + {"콊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x8a",3,NULL,0,NULL,0}, + {"簏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x8f",3,NULL,0,NULL,0}, + {"褴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xb4",3,NULL,0,NULL,0}, + {"㦒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x92",3,NULL,0,NULL,0}, + {"紃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x83",3,NULL,0,NULL,0}, + {"⩉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x89",3,NULL,0,NULL,0}, + {"ᜳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xb3",3,NULL,0,NULL,0}, + {"鼗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x97",3,NULL,0,NULL,0}, + {"꥞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x9e",3,NULL,0,NULL,0}, + {"愞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x9e",3,NULL,0,NULL,0}, + {"팙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x99",3,NULL,0,NULL,0}, + {"඼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xbc",3,NULL,0,NULL,0}, + {"꤃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x83",3,NULL,0,NULL,0}, + {"仱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xb1",3,NULL,0,NULL,0}, + {"桕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x95",3,NULL,0,NULL,0}, + {"䪁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x81",3,NULL,0,NULL,0}, + {"租",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x9f",3,NULL,0,NULL,0}, + {"㞩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xa9",3,NULL,0,NULL,0}, + {"澆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x86",3,NULL,0,NULL,0}, + {"ꕼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xaa",3,NULL,0,NULL,0}, + {"뒑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x91",3,NULL,0,NULL,0}, + {"赢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xa2",3,NULL,0,NULL,0}, + {"販",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xa9",3,NULL,0,NULL,0}, + {"遬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xac",3,NULL,0,NULL,0}, + {"빃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x83",3,NULL,0,NULL,0}, + {"룸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xb8",3,NULL,0,NULL,0}, + {"鴙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x99",3,NULL,0,NULL,0}, + {"穕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x95",3,NULL,0,NULL,0}, + {"踂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xa0",3,NULL,0,NULL,0}, + {"뢥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xa5",3,NULL,0,NULL,0}, + {"떑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x91",3,NULL,0,NULL,0}, + {"䰧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xa7",3,NULL,0,NULL,0}, + {"䱄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x84",3,NULL,0,NULL,0}, + {"襲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xb2",3,NULL,0,NULL,0}, + {"滦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\xa6",3,NULL,0,NULL,0}, + {"୉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x89",3,NULL,0,NULL,0}, + {"ﴍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x8d",3,NULL,0,NULL,0}, + {"璍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x8d",3,NULL,0,NULL,0}, + {"煖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x96",3,NULL,0,NULL,0}, + {"䰮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x96",3,NULL,0,NULL,0}, + {"⋭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xad",3,NULL,0,NULL,0}, + {"Ꝭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xac",3,NULL,0,NULL,0}, + {"柟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x8c",3,NULL,0,NULL,0}, + {"辢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x92",3,NULL,0,NULL,0}, + {"낯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xaf",3,NULL,0,NULL,0}, + {"꜁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x81",3,NULL,0,NULL,0}, + {"퐪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xaa",3,NULL,0,NULL,0}, + {"恬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xac",3,NULL,0,NULL,0}, + {"͒",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x92",2,NULL,0,NULL,0}, + {"㻛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x9b",3,NULL,0,NULL,0}, + {"㶾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xbe",3,NULL,0,NULL,0}, + {"呵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xb5",3,NULL,0,NULL,0}, + {"餐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x90",3,NULL,0,NULL,0}, + {"鶂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x82",3,NULL,0,NULL,0}, + {"퐉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x89",3,NULL,0,NULL,0}, + {"臋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\x8b",3,NULL,0,NULL,0}, + {"ﱦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xa6",3,NULL,0,NULL,0}, + {"鑛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\x9b",3,NULL,0,NULL,0}, + {"꬏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x8f",3,NULL,0,NULL,0}, + {"뺎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x8e",3,NULL,0,NULL,0}, + {"趧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xa7",3,NULL,0,NULL,0}, + {"Ⳍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x8c",3,NULL,0,NULL,0}, + {"᷹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xb9",3,NULL,0,NULL,0}, + {"$",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"$",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x90",3,NULL,0,NULL,0}, + {"ᵶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xb6",3,NULL,0,NULL,0}, + {"㨝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x9d",3,NULL,0,NULL,0}, + {"떞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xbd",3,NULL,0,NULL,0}, + {"䈔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x94",3,NULL,0,NULL,0}, + {"ᴵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xb5",3,NULL,0,NULL,0}, + {"砭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xa4",3,NULL,0,NULL,0}, + {"끮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xae",3,NULL,0,NULL,0}, + {"할",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xb9",3,NULL,0,NULL,0}, + {"惃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x83",3,NULL,0,NULL,0}, + {"ꙥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xa5",3,NULL,0,NULL,0}, + {"ല",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xb2",3,NULL,0,NULL,0}, + {"运",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x90",3,NULL,0,NULL,0}, + {"३",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xa9",3,NULL,0,NULL,0}, + {"눬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xac",3,NULL,0,NULL,0}, + {"侘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xb3",3,NULL,0,NULL,0}, + {"₋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xae",3,NULL,0,NULL,0}, + {"丷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xb7",3,NULL,0,NULL,0}, + {"衼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xbc",3,NULL,0,NULL,0}, + {"U",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb5",3,NULL,0,NULL,0}, + {"凗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x97",3,NULL,0,NULL,0}, + {"䂳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xb3",3,NULL,0,NULL,0}, + {"述",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xaa",3,NULL,0,NULL,0}, + {"忻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xbb",3,NULL,0,NULL,0}, + {"ソ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xbd",3,NULL,0,NULL,0}, + {"ᵨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xa8",3,NULL,0,NULL,0}, + {"࡭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xad",3,NULL,0,NULL,0}, + {"屎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xbf",3,NULL,0,NULL,0}, + {"仌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x8c",3,NULL,0,NULL,0}, + {"୺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xba",3,NULL,0,NULL,0}, + {"ꢏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x8f",3,NULL,0,NULL,0}, + {"ퟑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x91",3,NULL,0,NULL,0}, + {"춾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xbe",3,NULL,0,NULL,0}, + {"喝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xb8",3,NULL,0,NULL,0}, + {"鋙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xa8",3,NULL,0,NULL,0}, + {"㿯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xaf",3,NULL,0,NULL,0}, + {"垍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xb8",3,NULL,0,NULL,0}, + {"呂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xba",3,NULL,0,NULL,0}, + {"ﶯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xaf",3,NULL,0,NULL,0}, + {"釒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x92",3,NULL,0,NULL,0}, + {"펝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x9d",3,NULL,0,NULL,0}, + {"菇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x87",3,NULL,0,NULL,0}, + {"㼁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x81",3,NULL,0,NULL,0}, + {"ꕣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xa3",3,NULL,0,NULL,0}, + {"f",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x86",3,NULL,0,NULL,0}, + {"뵴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x99",3,NULL,0,NULL,0}, + {"⧙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x99",3,NULL,0,NULL,0}, + {"ﻳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xb3",3,NULL,0,NULL,0}, + {"䟣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xa3",3,NULL,0,NULL,0}, + {"咡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xa1",3,NULL,0,NULL,0}, + {"䑜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x9c",3,NULL,0,NULL,0}, + {"ᾂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x82",3,NULL,0,NULL,0}, + {"婃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x83",3,NULL,0,NULL,0}, + {"亖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x96",3,NULL,0,NULL,0}, + {"鈠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xa0",3,NULL,0,NULL,0}, + {"甝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xaf",3,NULL,0,NULL,0}, + {"⿁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x81",3,NULL,0,NULL,0}, + {"ழ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xb4",3,NULL,0,NULL,0}, + {"땂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x82",3,NULL,0,NULL,0}, + {"䁊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xa1",3,NULL,0,NULL,0}, + {"嶠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xa0",3,NULL,0,NULL,0}, + {"裞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x9e",3,NULL,0,NULL,0}, + {"࢘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x98",3,NULL,0,NULL,0}, + {"ꑍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x8d",3,NULL,0,NULL,0}, + {"ⵥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xa5",3,NULL,0,NULL,0}, + {"㸐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\x90",3,NULL,0,NULL,0}, + {"ᝮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xae",3,NULL,0,NULL,0}, + {"欄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x84",3,NULL,0,NULL,0}, + {"멝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x9d",3,NULL,0,NULL,0}, + {"䵿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xbf",3,NULL,0,NULL,0}, + {"帗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xb8",3,NULL,0,NULL,0}, + {"쓧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xa7",3,NULL,0,NULL,0}, + {"堦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xa6",3,NULL,0,NULL,0}, + {"덠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xbe",3,NULL,0,NULL,0}, + {"ﲸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xb8",3,NULL,0,NULL,0}, + {"꼦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xa6",3,NULL,0,NULL,0}, + {"纑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x91",3,NULL,0,NULL,0}, + {"텆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x86",3,NULL,0,NULL,0}, + {"䇅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x85",3,NULL,0,NULL,0}, + {"ャ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xb7",3,NULL,0,NULL,0}, + {"㺐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x90",3,NULL,0,NULL,0}, + {"ឥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xa5",3,NULL,0,NULL,0}, + {"縠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xa0",3,NULL,0,NULL,0}, + {"れ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x8c",3,NULL,0,NULL,0}, + {"雱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xb1",3,NULL,0,NULL,0}, + {"恃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x83",3,NULL,0,NULL,0}, + {"⿿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xbf",3,NULL,0,NULL,0}, + {"੩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xa9",3,NULL,0,NULL,0}, + {"ﰟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x9f",3,NULL,0,NULL,0}, + {"鄊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x8a",3,NULL,0,NULL,0}, + {"ꆮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xae",3,NULL,0,NULL,0}, + {"姶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xa6",3,NULL,0,NULL,0}, + {"ᢙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x8f",3,NULL,0,NULL,0}, + {"秩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xa9",3,NULL,0,NULL,0}, + {"뗉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x89",3,NULL,0,NULL,0}, + {"ﻮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xae",3,NULL,0,NULL,0}, + {"䶵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xae",3,NULL,0,NULL,0}, + {"㛸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xb8",3,NULL,0,NULL,0}, + {"峦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xa6",3,NULL,0,NULL,0}, + {"와",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x80",3,NULL,0,NULL,0}, + {"ﮃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x83",3,NULL,0,NULL,0}, + {"ষ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xb7",3,NULL,0,NULL,0}, + {"齍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x89",3,NULL,0,NULL,0}, + {"碙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xbc",3,NULL,0,NULL,0}, + {"䘫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x9c",3,NULL,0,NULL,0}, + {"幚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x95",3,NULL,0,NULL,0}, + {"ꕶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xb6",3,NULL,0,NULL,0}, + {"쟺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xba",3,NULL,0,NULL,0}, + {"몗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x97",3,NULL,0,NULL,0}, + {"괩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xa9",3,NULL,0,NULL,0}, + {"鷄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x84",3,NULL,0,NULL,0}, + {"䎼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xa3",3,NULL,0,NULL,0}, + {"帟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x9f",3,NULL,0,NULL,0}, + {"灒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x92",3,NULL,0,NULL,0}, + {"ી",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x80",3,NULL,0,NULL,0}, + {"ݍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x8d",2,NULL,0,NULL,0}, + {"≴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xb4",3,NULL,0,NULL,0}, + {"荈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x88",3,NULL,0,NULL,0}, + {"閬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xac",3,NULL,0,NULL,0}, + {"㌚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x98",3,NULL,0,NULL,0}, + {"錡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xa1",3,NULL,0,NULL,0}, + {"妝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x9d",3,NULL,0,NULL,0}, + {"ꎙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x99",3,NULL,0,NULL,0}, + {"쒛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x9b",3,NULL,0,NULL,0}, + {"훈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x88",3,NULL,0,NULL,0}, + {"怙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x99",3,NULL,0,NULL,0}, + {"┣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x86",3,NULL,0,NULL,0}, + {"硣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xa3",3,NULL,0,NULL,0}, + {"뛾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xbe",3,NULL,0,NULL,0}, + {"公",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xac",3,NULL,0,NULL,0}, + {"꧹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xb9",3,NULL,0,NULL,0}, + {"镡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xa1",3,NULL,0,NULL,0}, + {"ᒩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xa9",3,NULL,0,NULL,0}, + {"ﺇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x92",3,NULL,0,NULL,0}, + {"醢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xa2",3,NULL,0,NULL,0}, + {"ꉿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xbf",3,NULL,0,NULL,0}, + {"媕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x95",3,NULL,0,NULL,0}, + {"ꩤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xa4",3,NULL,0,NULL,0}, + {"࣪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xaa",3,NULL,0,NULL,0}, + {"짎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x8e",3,NULL,0,NULL,0}, + {"偿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xbf",3,NULL,0,NULL,0}, + {"좦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xa6",3,NULL,0,NULL,0}, + {"ᙏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xbb",3,NULL,0,NULL,0}, + {"懊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\x8a",3,NULL,0,NULL,0}, + {"쐜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x9c",3,NULL,0,NULL,0}, + {"啦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xa6",3,NULL,0,NULL,0}, + {"⠴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xb4",3,NULL,0,NULL,0}, + {"¦",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa6",2,NULL,0,NULL,0}, + {"鞗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x8a",3,NULL,0,NULL,0}, + {"⣅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x85",3,NULL,0,NULL,0}, + {"᪴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xb4",3,NULL,0,NULL,0}, + {"顰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xb0",3,NULL,0,NULL,0}, + {"뱝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x9d",3,NULL,0,NULL,0}, + {"㧲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xb2",3,NULL,0,NULL,0}, + {"ﲗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x97",3,NULL,0,NULL,0}, + {"揜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x9c",3,NULL,0,NULL,0}, + {"箩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xa9",3,NULL,0,NULL,0}, + {"铢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xa2",3,NULL,0,NULL,0}, + {"荝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x9d",3,NULL,0,NULL,0}, + {"嗿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xbf",3,NULL,0,NULL,0}, + {"쯴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xb4",3,NULL,0,NULL,0}, + {"薂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x82",3,NULL,0,NULL,0}, + {"ꅠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xa0",3,NULL,0,NULL,0}, + {"쬟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x9f",3,NULL,0,NULL,0}, + {"좋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x8b",3,NULL,0,NULL,0}, + {"眣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xa3",3,NULL,0,NULL,0}, + {"歚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x9a",3,NULL,0,NULL,0}, + {"☏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x8f",3,NULL,0,NULL,0}, + {"႑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x91",3,NULL,0,NULL,0}, + {"ﵘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x98",3,NULL,0,NULL,0}, + {"瘂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x82",3,NULL,0,NULL,0}, + {"⧭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xad",3,NULL,0,NULL,0}, + {"뾽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xbd",3,NULL,0,NULL,0}, + {"〳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xb3",3,NULL,0,NULL,0}, + {"谋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x8b",3,NULL,0,NULL,0}, + {"䙑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x91",3,NULL,0,NULL,0}, + {"㉱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xb1",3,NULL,0,NULL,0}, + {"栿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xbf",3,NULL,0,NULL,0}, + {"䦊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x8a",3,NULL,0,NULL,0}, + {"挙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xb6",3,NULL,0,NULL,0}, + {"륅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x85",3,NULL,0,NULL,0}, + {"⽤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x8a",3,NULL,0,NULL,0}, + {"ç",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa7",2,NULL,0,NULL,0}, + {"첟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x9f",3,NULL,0,NULL,0}, + {"뭭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xad",3,NULL,0,NULL,0}, + {"䋒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x92",3,NULL,0,NULL,0}, + {"嗟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x9f",3,NULL,0,NULL,0}, + {"뎴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xb4",3,NULL,0,NULL,0}, + {"ꦕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x95",3,NULL,0,NULL,0}, + {"꯱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xb1",3,NULL,0,NULL,0}, + {"ᓓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x93",3,NULL,0,NULL,0}, + {"죅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x85",3,NULL,0,NULL,0}, + {"툔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xad",3,NULL,0,NULL,0}, + {"쮳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xb3",3,NULL,0,NULL,0}, + {"☁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x81",3,NULL,0,NULL,0}, + {"ኒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x92",3,NULL,0,NULL,0}, + {"ꄱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xb1",3,NULL,0,NULL,0}, + {"痁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x81",3,NULL,0,NULL,0}, + {"⦉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x89",3,NULL,0,NULL,0}, + {"㗤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xa4",3,NULL,0,NULL,0}, + {"陱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xb1",3,NULL,0,NULL,0}, + {"艍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x8d",3,NULL,0,NULL,0}, + {"蹹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xb9",3,NULL,0,NULL,0}, + {"蟚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x9a",3,NULL,0,NULL,0}, + {"鸅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x85",3,NULL,0,NULL,0}, + {"胨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xa8",3,NULL,0,NULL,0}, + {"鱔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x94",3,NULL,0,NULL,0}, + {"㚀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x80",3,NULL,0,NULL,0}, + {"焆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x86",3,NULL,0,NULL,0}, + {"뇦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xa6",3,NULL,0,NULL,0}, + {"轧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xa7",3,NULL,0,NULL,0}, + {"᥸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xb8",3,NULL,0,NULL,0}, + {"驰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xb0",3,NULL,0,NULL,0}, + {"ม",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xa1",3,NULL,0,NULL,0}, + {"˅",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x85",2,NULL,0,NULL,0}, + {"祵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xb5",3,NULL,0,NULL,0}, + {"ꭢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xb0",3,NULL,0,NULL,0}, + {"솾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xbe",3,NULL,0,NULL,0}, + {"攔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x94",3,NULL,0,NULL,0}, + {"濥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xa5",3,NULL,0,NULL,0}, + {"䩑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x91",3,NULL,0,NULL,0}, + {"⑋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x8b",3,NULL,0,NULL,0}, + {"ﺶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xb6",3,NULL,0,NULL,0}, + {"暜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x9c",3,NULL,0,NULL,0}, + {"됳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xb3",3,NULL,0,NULL,0}, + {"뗕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x95",3,NULL,0,NULL,0}, + {"曳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x86",3,NULL,0,NULL,0}, + {"뢺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xba",3,NULL,0,NULL,0}, + {"ନ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xa8",3,NULL,0,NULL,0}, + {"궢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xa2",3,NULL,0,NULL,0}, + {"⦣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xa3",3,NULL,0,NULL,0}, + {"γ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb3",2,NULL,0,NULL,0}, + {"眺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xba",3,NULL,0,NULL,0}, + {"㘓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x93",3,NULL,0,NULL,0}, + {"杤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xa4",3,NULL,0,NULL,0}, + {"︛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x9b",3,NULL,0,NULL,0}, + {"꫚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x9a",3,NULL,0,NULL,0}, + {"萟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x9f",3,NULL,0,NULL,0}, + {"긁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x81",3,NULL,0,NULL,0}, + {"齣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xa3",3,NULL,0,NULL,0}, + {"➴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xb4",3,NULL,0,NULL,0}, + {"覮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xae",3,NULL,0,NULL,0}, + {"쟑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x91",3,NULL,0,NULL,0}, + {"骮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xae",3,NULL,0,NULL,0}, + {"ع",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xb9",2,NULL,0,NULL,0}, + {"ꀒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x92",3,NULL,0,NULL,0}, + {"퀱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x90",3,NULL,0,NULL,0}, + {"設",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xad",3,NULL,0,NULL,0}, + {"殲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xb2",3,NULL,0,NULL,0}, + {"穃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x83",3,NULL,0,NULL,0}, + {"鳛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x9b",3,NULL,0,NULL,0}, + {"탠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xa0",3,NULL,0,NULL,0}, + {"⥕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x95",3,NULL,0,NULL,0}, + {"ր",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x80",2,NULL,0,NULL,0}, + {"蜯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xaf",3,NULL,0,NULL,0}, + {"㯏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x8f",3,NULL,0,NULL,0}, + {"촨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xa8",3,NULL,0,NULL,0}, + {"휂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x82",3,NULL,0,NULL,0}, + {"㕩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xa9",3,NULL,0,NULL,0}, + {"ꉂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x82",3,NULL,0,NULL,0}, + {"첿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xbf",3,NULL,0,NULL,0}, + {"溥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xa5",3,NULL,0,NULL,0}, + {"鷐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x90",3,NULL,0,NULL,0}, + {"塔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x94",3,NULL,0,NULL,0}, + {"朢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xa2",3,NULL,0,NULL,0}, + {"监",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x91",3,NULL,0,NULL,0}, + {"꾀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x80",3,NULL,0,NULL,0}, + {"笵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xb5",3,NULL,0,NULL,0}, + {"诟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x9f",3,NULL,0,NULL,0}, + {"ԧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xa7",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x9f",3,NULL,0,NULL,0}, + {"몍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x8d",3,NULL,0,NULL,0}, + {"뽯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xaf",3,NULL,0,NULL,0}, + {"噒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x87",3,NULL,0,NULL,0}, + {"䬉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x89",3,NULL,0,NULL,0}, + {"캩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xa9",3,NULL,0,NULL,0}, + {"뺤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xa4",3,NULL,0,NULL,0}, + {"濯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xaf",3,NULL,0,NULL,0}, + {"뱊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x8a",3,NULL,0,NULL,0}, + {"蝭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xad",3,NULL,0,NULL,0}, + {"⳴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xb4",3,NULL,0,NULL,0}, + {"䚤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xa4",3,NULL,0,NULL,0}, + {"鍫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xab",3,NULL,0,NULL,0}, + {"㌾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xbe",3,NULL,0,NULL,0}, + {"ꧧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xa7",3,NULL,0,NULL,0}, + {"۝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x9d",2,NULL,0,NULL,0}, + {"魽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xbd",3,NULL,0,NULL,0}, + {"蛸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xb8",3,NULL,0,NULL,0}, + {"㩐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x90",3,NULL,0,NULL,0}, + {"德",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xb7",3,NULL,0,NULL,0}, + {"刽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xbd",3,NULL,0,NULL,0}, + {"쒴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xb4",3,NULL,0,NULL,0}, + {"꾶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x8d",3,NULL,0,NULL,0}, + {"웩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xa9",3,NULL,0,NULL,0}, + {"㱷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xb7",3,NULL,0,NULL,0}, + {"蚥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xa5",3,NULL,0,NULL,0}, + {"㣼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xbc",3,NULL,0,NULL,0}, + {"㔛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xb7",3,NULL,0,NULL,0}, + {"壉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x89",3,NULL,0,NULL,0}, + {"涮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xae",3,NULL,0,NULL,0}, + {"늌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x8c",3,NULL,0,NULL,0}, + {"㕜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x9c",3,NULL,0,NULL,0}, + {"嚓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x93",3,NULL,0,NULL,0}, + {"瀰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xb0",3,NULL,0,NULL,0}, + {"๳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xb3",3,NULL,0,NULL,0}, + {"㖻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xbb",3,NULL,0,NULL,0}, + {"८",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xae",3,NULL,0,NULL,0}, + {"병",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x91",3,NULL,0,NULL,0}, + {"栖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xa4",3,NULL,0,NULL,0}, + {"묂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x82",3,NULL,0,NULL,0}, + {"쎸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xb8",3,NULL,0,NULL,0}, + {"پ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xbe",2,NULL,0,NULL,0}, + {"뷃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x83",3,NULL,0,NULL,0}, + {"쎟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x9f",3,NULL,0,NULL,0}, + {"ᔏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x8f",3,NULL,0,NULL,0}, + {"륕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x95",3,NULL,0,NULL,0}, + {"뷲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xb2",3,NULL,0,NULL,0}, + {"ᖀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x80",3,NULL,0,NULL,0}, + {"ꢮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xae",3,NULL,0,NULL,0}, + {"䵀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x96",3,NULL,0,NULL,0}, + {"뺋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x8b",3,NULL,0,NULL,0}, + {"ᆃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x83",3,NULL,0,NULL,0}, + {"㲸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xb8",3,NULL,0,NULL,0}, + {"㢋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x8b",3,NULL,0,NULL,0}, + {"㮯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xaf",3,NULL,0,NULL,0}, + {"騥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xa5",3,NULL,0,NULL,0}, + {"땻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xbb",3,NULL,0,NULL,0}, + {"蔤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xa4",3,NULL,0,NULL,0}, + {"⸢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xbd",3,NULL,0,NULL,0}, + {"裡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xa1",3,NULL,0,NULL,0}, + {"ᜡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xa1",3,NULL,0,NULL,0}, + {"ꥒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x94",3,NULL,0,NULL,0}, + {"觑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x91",3,NULL,0,NULL,0}, + {"ᰄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x84",3,NULL,0,NULL,0}, + {"뵔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x94",3,NULL,0,NULL,0}, + {"反",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x8d",3,NULL,0,NULL,0}, + {"佉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x89",3,NULL,0,NULL,0}, + {"ퟟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x9f",3,NULL,0,NULL,0}, + {"秮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xae",3,NULL,0,NULL,0}, + {"挪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xaa",3,NULL,0,NULL,0}, + {"漩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xa9",3,NULL,0,NULL,0}, + {"ഺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xba",3,NULL,0,NULL,0}, + {"羦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xa6",3,NULL,0,NULL,0}, + {"ᠵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xb5",3,NULL,0,NULL,0}, + {"Ṡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa0",3,NULL,0,NULL,0}, + {"甖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x96",3,NULL,0,NULL,0}, + {"ಓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x93",3,NULL,0,NULL,0}, + {"纯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xaf",3,NULL,0,NULL,0}, + {"ᕧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xa7",3,NULL,0,NULL,0}, + {"貫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xab",3,NULL,0,NULL,0}, + {"慛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x9b",3,NULL,0,NULL,0}, + {"켣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xa3",3,NULL,0,NULL,0}, + {"熽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xbd",3,NULL,0,NULL,0}, + {"唻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xbb",3,NULL,0,NULL,0}, + {"㦂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x82",3,NULL,0,NULL,0}, + {"꓅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x87",3,NULL,0,NULL,0}, + {"朚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x97",3,NULL,0,NULL,0}, + {"푆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x86",3,NULL,0,NULL,0}, + {"ङ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x95",3,NULL,0,NULL,0}, + {"⭨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xa8",3,NULL,0,NULL,0}, + {"뒙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x99",3,NULL,0,NULL,0}, + {"팫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xab",3,NULL,0,NULL,0}, + {"諉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x89",3,NULL,0,NULL,0}, + {"ⶵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xb5",3,NULL,0,NULL,0}, + {"㽄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x81",3,NULL,0,NULL,0}, + {"혴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xb4",3,NULL,0,NULL,0}, + {"ප",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xb4",3,NULL,0,NULL,0}, + {"䇲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x8b",3,NULL,0,NULL,0}, + {"줮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xb6",3,NULL,0,NULL,0}, + {"苜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xa9",3,NULL,0,NULL,0}, + {"퐛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x9b",3,NULL,0,NULL,0}, + {"늓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x93",3,NULL,0,NULL,0}, + {"೉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x89",3,NULL,0,NULL,0}, + {"ϖ",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x96",2,NULL,0,NULL,0}, + {"꓿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xbf",3,NULL,0,NULL,0}, + {"ᡠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xa0",3,NULL,0,NULL,0}, + {"酁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x81",3,NULL,0,NULL,0}, + {"狜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x9c",3,NULL,0,NULL,0}, + {"䄆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x86",3,NULL,0,NULL,0}, + {"饝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x9d",3,NULL,0,NULL,0}, + {"悁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x81",3,NULL,0,NULL,0}, + {"翾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xbe",3,NULL,0,NULL,0}, + {"ె",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x86",3,NULL,0,NULL,0}, + {"⼨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xa8",3,NULL,0,NULL,0}, + {"䰾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xa2",3,NULL,0,NULL,0}, + {"撍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x8d",3,NULL,0,NULL,0}, + {"ﭞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x9e",3,NULL,0,NULL,0}, + {"弚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x9a",3,NULL,0,NULL,0}, + {"햭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xad",3,NULL,0,NULL,0}, + {"儉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x89",3,NULL,0,NULL,0}, + {"얲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xb2",3,NULL,0,NULL,0}, + {"ꀧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x9e",3,NULL,0,NULL,0}, + {"咇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x87",3,NULL,0,NULL,0}, + {"젷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xb7",3,NULL,0,NULL,0}, + {"ꗾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xbe",3,NULL,0,NULL,0}, + {"概",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x84",3,NULL,0,NULL,0}, + {"ᱜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x9c",3,NULL,0,NULL,0}, + {"佼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x9c",3,NULL,0,NULL,0}, + {"污",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xa1",3,NULL,0,NULL,0}, + {"쪡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xa1",3,NULL,0,NULL,0}, + {"轳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xb3",3,NULL,0,NULL,0}, + {"繳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xb3",3,NULL,0,NULL,0}, + {"뉤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xa4",3,NULL,0,NULL,0}, + {"峡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xa1",3,NULL,0,NULL,0}, + {"ꕨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xa8",3,NULL,0,NULL,0}, + {"琹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xb9",3,NULL,0,NULL,0}, + {"Ȃ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x82",2,NULL,0,NULL,0}, + {"똼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xbc",3,NULL,0,NULL,0}, + {"馼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xbc",3,NULL,0,NULL,0}, + {"쓔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x94",3,NULL,0,NULL,0}, + {"꩞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x9e",3,NULL,0,NULL,0}, + {"傪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xaa",3,NULL,0,NULL,0}, + {"ᥐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x90",3,NULL,0,NULL,0}, + {"ꕟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x9f",3,NULL,0,NULL,0}, + {"奣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xa3",3,NULL,0,NULL,0}, + {"鉺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xba",3,NULL,0,NULL,0}, + {"ୖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x96",3,NULL,0,NULL,0}, + {"ᘗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x97",3,NULL,0,NULL,0}, + {"↧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xa7",3,NULL,0,NULL,0}, + {"⬝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x9d",3,NULL,0,NULL,0}, + {"貛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x9b",3,NULL,0,NULL,0}, + {"醝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x9d",3,NULL,0,NULL,0}, + {"띈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x88",3,NULL,0,NULL,0}, + {"ࣲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xb2",3,NULL,0,NULL,0}, + {"짖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x96",3,NULL,0,NULL,0}, + {"諭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xbe",3,NULL,0,NULL,0}, + {"䗌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x8c",3,NULL,0,NULL,0}, + {"莈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x88",3,NULL,0,NULL,0}, + {"樂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xbf",3,NULL,0,NULL,0}, + {"ﵞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x9e",3,NULL,0,NULL,0}, + {"倊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x8a",3,NULL,0,NULL,0}, + {"앴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xb4",3,NULL,0,NULL,0}, + {"먮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xae",3,NULL,0,NULL,0}, + {"矚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\x9a",3,NULL,0,NULL,0}, + {"娝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xa3",3,NULL,0,NULL,0}, + {"찙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x99",3,NULL,0,NULL,0}, + {"䉊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x8a",3,NULL,0,NULL,0}, + {"᪐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x93",3,NULL,0,NULL,0}, + {"媴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xb4",3,NULL,0,NULL,0}, + {"쫪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xaa",3,NULL,0,NULL,0}, + {"〴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x8e",3,NULL,0,NULL,0}, + {"㳡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xbb",3,NULL,0,NULL,0}, + {"몤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xbc",3,NULL,0,NULL,0}, + {"疇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x87",3,NULL,0,NULL,0}, + {"≀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x80",3,NULL,0,NULL,0}, + {"끐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x90",3,NULL,0,NULL,0}, + {"䛌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x8c",3,NULL,0,NULL,0}, + {"Ꮾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xae",3,NULL,0,NULL,0}, + {"垇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xa4",3,NULL,0,NULL,0}, + {"짻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x8a",3,NULL,0,NULL,0}, + {"ক",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x95",3,NULL,0,NULL,0}, + {"莭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x90",3,NULL,0,NULL,0}, + {"㻳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xb3",3,NULL,0,NULL,0}, + {"ก",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\x81",3,NULL,0,NULL,0}, + {"鹿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x8c",3,NULL,0,NULL,0}, + {"σ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x83",2,NULL,0,NULL,0}, + {"﫧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xa7",3,NULL,0,NULL,0}, + {"靄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x84",3,NULL,0,NULL,0}, + {"삃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x83",3,NULL,0,NULL,0}, + {"䋪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xa9",3,NULL,0,NULL,0}, + {"ᬿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x8f",3,NULL,0,NULL,0}, + {"᠌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x8c",3,NULL,0,NULL,0}, + {"鹦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xa6",3,NULL,0,NULL,0}, + {"﯎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x8e",3,NULL,0,NULL,0}, + {"嶐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x90",3,NULL,0,NULL,0}, + {"ᱫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xab",3,NULL,0,NULL,0}, + {"㈹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xb9",3,NULL,0,NULL,0}, + {"籦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xa6",3,NULL,0,NULL,0}, + {"⒇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x87",3,NULL,0,NULL,0}, + {"崽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xbd",3,NULL,0,NULL,0}, + {"㙕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x95",3,NULL,0,NULL,0}, + {"阹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xb9",3,NULL,0,NULL,0}, + {"﬊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x8a",3,NULL,0,NULL,0}, + {"ꧏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x8f",3,NULL,0,NULL,0}, + {"蒉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x89",3,NULL,0,NULL,0}, + {"꿉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x89",3,NULL,0,NULL,0}, + {"䵭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xbe",3,NULL,0,NULL,0}, + {"솙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x99",3,NULL,0,NULL,0}, + {"ﺊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xbc",3,NULL,0,NULL,0}, + {"睯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xbc",3,NULL,0,NULL,0}, + {"ɔ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x94",2,NULL,0,NULL,0}, + {"잕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x95",3,NULL,0,NULL,0}, + {"⦾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xbe",3,NULL,0,NULL,0}, + {"ࠄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x84",3,NULL,0,NULL,0}, + {"퉔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\x94",3,NULL,0,NULL,0}, + {"౾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xbe",3,NULL,0,NULL,0}, + {"੣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xa3",3,NULL,0,NULL,0}, + {"쬷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xb7",3,NULL,0,NULL,0}, + {"䍱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xb1",3,NULL,0,NULL,0}, + {"霃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x83",3,NULL,0,NULL,0}, + {"눟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xa1",3,NULL,0,NULL,0}, + {"ᕸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xa6",3,NULL,0,NULL,0}, + {"䔙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x99",3,NULL,0,NULL,0}, + {"⚡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xad",3,NULL,0,NULL,0}, + {"゚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x9f",3,NULL,0,NULL,0}, + {"␰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xb0",3,NULL,0,NULL,0}, + {"휻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xbb",3,NULL,0,NULL,0}, + {"넯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xaf",3,NULL,0,NULL,0}, + {"䷌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x83",3,NULL,0,NULL,0}, + {"ᩧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xa7",3,NULL,0,NULL,0}, + {"╷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xb7",3,NULL,0,NULL,0}, + {"섰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xb0",3,NULL,0,NULL,0}, + {"쵡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xa1",3,NULL,0,NULL,0}, + {"笲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x84",3,NULL,0,NULL,0}, + {"ꉭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xad",3,NULL,0,NULL,0}, + {"쳚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xab",3,NULL,0,NULL,0}, + {"괫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xb1",3,NULL,0,NULL,0}, + {"ꇆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x86",3,NULL,0,NULL,0}, + {"ᾥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xa5",3,NULL,0,NULL,0}, + {"呭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\xad",3,NULL,0,NULL,0}, + {"贚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x9a",3,NULL,0,NULL,0}, + {"ݏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x8f",2,NULL,0,NULL,0}, + {"￙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x99",3,NULL,0,NULL,0}, + {"⢟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x9f",3,NULL,0,NULL,0}, + {"큩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xa9",3,NULL,0,NULL,0}, + {"ؘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x98",2,NULL,0,NULL,0}, + {"癈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x88",3,NULL,0,NULL,0}, + {"ᙍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x8d",3,NULL,0,NULL,0}, + {"ꎫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xab",3,NULL,0,NULL,0}, + {"⥎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x8e",3,NULL,0,NULL,0}, + {"⎮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xae",3,NULL,0,NULL,0}, + {"ገ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xa6",3,NULL,0,NULL,0}, + {"鬛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x9b",3,NULL,0,NULL,0}, + {"㩽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x9b",3,NULL,0,NULL,0}, + {"頎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x8e",3,NULL,0,NULL,0}, + {"ᑃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x83",3,NULL,0,NULL,0}, + {"韟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x9f",3,NULL,0,NULL,0}, + {"̷",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xb7",2,NULL,0,NULL,0}, + {"返",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x94",3,NULL,0,NULL,0}, + {"ℳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xa8",3,NULL,0,NULL,0}, + {"⬒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\x92",3,NULL,0,NULL,0}, + {"壞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x9e",3,NULL,0,NULL,0}, + {"刐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x90",3,NULL,0,NULL,0}, + {"ᛛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x9b",3,NULL,0,NULL,0}, + {"ᖇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x87",3,NULL,0,NULL,0}, + {"蔼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xbc",3,NULL,0,NULL,0}, + {"찾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xbe",3,NULL,0,NULL,0}, + {"⁃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x83",3,NULL,0,NULL,0}, + {"䡂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x82",3,NULL,0,NULL,0}, + {"ᘞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x9e",3,NULL,0,NULL,0}, + {"뻕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x95",3,NULL,0,NULL,0}, + {"㕅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x85",3,NULL,0,NULL,0}, + {"È",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x88",2,NULL,0,NULL,0}, + {"췺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xba",3,NULL,0,NULL,0}, + {"㖆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x86",3,NULL,0,NULL,0}, + {"ח",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x97",2,NULL,0,NULL,0}, + {"⨴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xb4",3,NULL,0,NULL,0}, + {"㬤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xa4",3,NULL,0,NULL,0}, + {"鞝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x9d",3,NULL,0,NULL,0}, + {"㤢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xa2",3,NULL,0,NULL,0}, + {"爛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x9a",3,NULL,0,NULL,0}, + {"η",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb7",2,NULL,0,NULL,0}, + {"虪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xaa",3,NULL,0,NULL,0}, + {"껔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x94",3,NULL,0,NULL,0}, + {"밉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x89",3,NULL,0,NULL,0}, + {"듷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xb7",3,NULL,0,NULL,0}, + {"㧖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x96",3,NULL,0,NULL,0}, + {"ó",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xb3",2,NULL,0,NULL,0}, + {"⯆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x86",3,NULL,0,NULL,0}, + {"㞴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xa0",3,NULL,0,NULL,0}, + {"ꯣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xa3",3,NULL,0,NULL,0}, + {"Ŷ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xb6",2,NULL,0,NULL,0}, + {"䝹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xb9",3,NULL,0,NULL,0}, + {"蕲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xb2",3,NULL,0,NULL,0}, + {"ᅪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xaa",3,NULL,0,NULL,0}, + {"邃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x83",3,NULL,0,NULL,0}, + {"㕿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xbf",3,NULL,0,NULL,0}, + {"겠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xa0",3,NULL,0,NULL,0}, + {"嚮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xae",3,NULL,0,NULL,0}, + {"⹝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x9d",3,NULL,0,NULL,0}, + {"ᣕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x9f",3,NULL,0,NULL,0}, + {"㯙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x99",3,NULL,0,NULL,0}, + {"蟎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\x8e",3,NULL,0,NULL,0}, + {"궄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x84",3,NULL,0,NULL,0}, + {"싾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xbe",3,NULL,0,NULL,0}, + {"騳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xb3",3,NULL,0,NULL,0}, + {"㏖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x96",3,NULL,0,NULL,0}, + {"๾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xbe",3,NULL,0,NULL,0}, + {"懬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xac",3,NULL,0,NULL,0}, + {"衊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x8a",3,NULL,0,NULL,0}, + {"意",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\x8f",3,NULL,0,NULL,0}, + {"䙣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xa3",3,NULL,0,NULL,0}, + {"㐍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x8d",3,NULL,0,NULL,0}, + {"獪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xaa",3,NULL,0,NULL,0}, + {"桠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xa0",3,NULL,0,NULL,0}, + {"遉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x89",3,NULL,0,NULL,0}, + {"ਾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xbe",3,NULL,0,NULL,0}, + {"倅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x85",3,NULL,0,NULL,0}, + {"㒞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xb7",3,NULL,0,NULL,0}, + {"抴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xb4",3,NULL,0,NULL,0}, + {"塃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x83",3,NULL,0,NULL,0}, + {"䢁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x81",3,NULL,0,NULL,0}, + {"㣉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x89",3,NULL,0,NULL,0}, + {"暌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x8c",3,NULL,0,NULL,0}, + {"ᇗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x97",3,NULL,0,NULL,0}, + {"ꊑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x91",3,NULL,0,NULL,0}, + {"읲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xb2",3,NULL,0,NULL,0}, + {"䂅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xb8",3,NULL,0,NULL,0}, + {"꣔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x94",3,NULL,0,NULL,0}, + {"⸂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x82",3,NULL,0,NULL,0}, + {"긋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x8b",3,NULL,0,NULL,0}, + {"毳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xb3",3,NULL,0,NULL,0}, + {"蹍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x8d",3,NULL,0,NULL,0}, + {"覢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xa2",3,NULL,0,NULL,0}, + {"Ƛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x9c",3,NULL,0,NULL,0}, + {"諀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x80",3,NULL,0,NULL,0}, + {"驔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x94",3,NULL,0,NULL,0}, + {"㝶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xb6",3,NULL,0,NULL,0}, + {"拵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xb5",3,NULL,0,NULL,0}, + {"ꭆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x86",3,NULL,0,NULL,0}, + {"魥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x8a",3,NULL,0,NULL,0}, + {"ˇ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x87",2,NULL,0,NULL,0}, + {"擸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xb8",3,NULL,0,NULL,0}, + {"澱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xb1",3,NULL,0,NULL,0}, + {"憊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x8a",3,NULL,0,NULL,0}, + {"횗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x97",3,NULL,0,NULL,0}, + {"푥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xa5",3,NULL,0,NULL,0}, + {"櫥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xa5",3,NULL,0,NULL,0}, + {"鶯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x86",3,NULL,0,NULL,0}, + {"폦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xa6",3,NULL,0,NULL,0}, + {"悴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xb4",3,NULL,0,NULL,0}, + {"竀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x80",3,NULL,0,NULL,0}, + {"綻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xbb",3,NULL,0,NULL,0}, + {"跗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xa6",3,NULL,0,NULL,0}, + {"䉅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x85",3,NULL,0,NULL,0}, + {"뿦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xa6",3,NULL,0,NULL,0}, + {"య",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xaf",3,NULL,0,NULL,0}, + {"鐘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x98",3,NULL,0,NULL,0}, + {"饄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x84",3,NULL,0,NULL,0}, + {"鸪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xaa",3,NULL,0,NULL,0}, + {"뮤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xa4",3,NULL,0,NULL,0}, + {"趾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xbe",3,NULL,0,NULL,0}, + {"菶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xb6",3,NULL,0,NULL,0}, + {"ꉌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x94",3,NULL,0,NULL,0}, + {"飱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xb1",3,NULL,0,NULL,0}, + {"䀦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xb5",3,NULL,0,NULL,0}, + {"龛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x9b",3,NULL,0,NULL,0}, + {"焾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x9d",3,NULL,0,NULL,0}, + {"ⲡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xa1",3,NULL,0,NULL,0}, + {"㜴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xb4",3,NULL,0,NULL,0}, + {"࿻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xbb",3,NULL,0,NULL,0}, + {"䪅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x85",3,NULL,0,NULL,0}, + {"놋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x8b",3,NULL,0,NULL,0}, + {"ⴺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xba",3,NULL,0,NULL,0}, + {"ֈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\x88",2,NULL,0,NULL,0}, + {"鮟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x9f",3,NULL,0,NULL,0}, + {"斯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xaf",3,NULL,0,NULL,0}, + {"ራ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xab",3,NULL,0,NULL,0}, + {"饾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xbe",3,NULL,0,NULL,0}, + {"波",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xa2",3,NULL,0,NULL,0}, + {"当",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x93",3,NULL,0,NULL,0}, + {"ꩻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xbb",3,NULL,0,NULL,0}, + {"趀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x9c",3,NULL,0,NULL,0}, + {"噂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x82",3,NULL,0,NULL,0}, + {"馅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x85",3,NULL,0,NULL,0}, + {"衱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xb1",3,NULL,0,NULL,0}, + {"藢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xa2",3,NULL,0,NULL,0}, + {"꾄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x84",3,NULL,0,NULL,0}, + {"鉕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x95",3,NULL,0,NULL,0}, + {"໐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x90",3,NULL,0,NULL,0}, + {"匡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xa1",3,NULL,0,NULL,0}, + {"䮔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x94",3,NULL,0,NULL,0}, + {"鿜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x9c",3,NULL,0,NULL,0}, + {"⳸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xbf",3,NULL,0,NULL,0}, + {"튚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x9a",3,NULL,0,NULL,0}, + {"荶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xb6",3,NULL,0,NULL,0}, + {"密",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x86",3,NULL,0,NULL,0}, + {"햅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x85",3,NULL,0,NULL,0}, + {"꘸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xb8",3,NULL,0,NULL,0}, + {"䫆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x86",3,NULL,0,NULL,0}, + {"럱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xb1",3,NULL,0,NULL,0}, + {"辦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x9b",3,NULL,0,NULL,0}, + {"糀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x80",3,NULL,0,NULL,0}, + {"ᮾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xbe",3,NULL,0,NULL,0}, + {"붡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xa1",3,NULL,0,NULL,0}, + {"嫃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x83",3,NULL,0,NULL,0}, + {"൷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x9f",3,NULL,0,NULL,0}, + {"㱥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xa5",3,NULL,0,NULL,0}, + {"맭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x95",3,NULL,0,NULL,0}, + {"뛊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x8a",3,NULL,0,NULL,0}, + {"被",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xab",3,NULL,0,NULL,0}, + {"ᮻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xbb",3,NULL,0,NULL,0}, + {"玱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xb1",3,NULL,0,NULL,0}, + {"ﺲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xb2",3,NULL,0,NULL,0}, + {"谏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xba",3,NULL,0,NULL,0}, + {"儸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xb8",3,NULL,0,NULL,0}, + {"箱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xb1",3,NULL,0,NULL,0}, + {"郎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x8f",3,NULL,0,NULL,0}, + {"箠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xa0",3,NULL,0,NULL,0}, + {"㮝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x9d",3,NULL,0,NULL,0}, + {"哻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xbb",3,NULL,0,NULL,0}, + {"銴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xb4",3,NULL,0,NULL,0}, + {"液",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\xb2",3,NULL,0,NULL,0}, + {"䧰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xb7",3,NULL,0,NULL,0}, + {"鱻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x9c",3,NULL,0,NULL,0}, + {"퍶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xb6",3,NULL,0,NULL,0}, + {"帀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x80",3,NULL,0,NULL,0}, + {"멕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x95",3,NULL,0,NULL,0}, + {"៊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x8a",3,NULL,0,NULL,0}, + {"쏮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xae",3,NULL,0,NULL,0}, + {"芑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x8a",3,NULL,0,NULL,0}, + {"鑦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xb9",3,NULL,0,NULL,0}, + {"᭽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xbd",3,NULL,0,NULL,0}, + {"䴤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xa4",3,NULL,0,NULL,0}, + {"೰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xb0",3,NULL,0,NULL,0}, + {"豐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x90",3,NULL,0,NULL,0}, + {"륦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xa6",3,NULL,0,NULL,0}, + {"䆕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x95",3,NULL,0,NULL,0}, + {"䱕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x95",3,NULL,0,NULL,0}, + {"ꓱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xb1",3,NULL,0,NULL,0}, + {"賳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xb3",3,NULL,0,NULL,0}, + {"땩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xa9",3,NULL,0,NULL,0}, + {"ꓗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x97",3,NULL,0,NULL,0}, + {"⽧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xa7",3,NULL,0,NULL,0}, + {"偢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xa2",3,NULL,0,NULL,0}, + {"씈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x88",3,NULL,0,NULL,0}, + {"廡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xa1",3,NULL,0,NULL,0}, + {"耬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xac",3,NULL,0,NULL,0}, + {"먲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xbf",3,NULL,0,NULL,0}, + {"€",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xac",3,NULL,0,NULL,0}, + {"죟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x9f",3,NULL,0,NULL,0}, + {"䶤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xa4",3,NULL,0,NULL,0}, + {"肢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xa2",3,NULL,0,NULL,0}, + {"伻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xbb",3,NULL,0,NULL,0}, + {"엸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xb8",3,NULL,0,NULL,0}, + {"⡼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xbc",3,NULL,0,NULL,0}, + {"젤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xa4",3,NULL,0,NULL,0}, + {"ᘱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xb1",3,NULL,0,NULL,0}, + {"䅗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x97",3,NULL,0,NULL,0}, + {"ᐓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x93",3,NULL,0,NULL,0}, + {"ﺒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x92",3,NULL,0,NULL,0}, + {"썧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xa7",3,NULL,0,NULL,0}, + {"謃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x86",3,NULL,0,NULL,0}, + {"惗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x97",3,NULL,0,NULL,0}, + {"픅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x85",3,NULL,0,NULL,0}, + {"縖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x96",3,NULL,0,NULL,0}, + {"崂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x82",3,NULL,0,NULL,0}, + {"ﱄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x89",3,NULL,0,NULL,0}, + {"Ⲃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x82",3,NULL,0,NULL,0}, + {"켜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x9c",3,NULL,0,NULL,0}, + {"⚎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x8e",3,NULL,0,NULL,0}, + {"庣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xa3",3,NULL,0,NULL,0}, + {"勓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x93",3,NULL,0,NULL,0}, + {"쀽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xbd",3,NULL,0,NULL,0}, + {"䍐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x90",3,NULL,0,NULL,0}, + {"̗",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x97",2,NULL,0,NULL,0}, + {"傌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x8c",3,NULL,0,NULL,0}, + {"ꅷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xb7",3,NULL,0,NULL,0}, + {"⻨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xa8",3,NULL,0,NULL,0}, + {"옝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x9d",3,NULL,0,NULL,0}, + {"龼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xbc",3,NULL,0,NULL,0}, + {"㹢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xb9",3,NULL,0,NULL,0}, + {"줾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xbe",3,NULL,0,NULL,0}, + {"䷥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x9e",3,NULL,0,NULL,0}, + {"ở",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x9f",3,NULL,0,NULL,0}, + {"넚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x9a",3,NULL,0,NULL,0}, + {"﷗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x97",3,NULL,0,NULL,0}, + {"뤞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x9e",3,NULL,0,NULL,0}, + {"뙼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xbc",3,NULL,0,NULL,0}, + {"刀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x80",3,NULL,0,NULL,0}, + {"寂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x82",3,NULL,0,NULL,0}, + {"厐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x90",3,NULL,0,NULL,0}, + {"ᔯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xaf",3,NULL,0,NULL,0}, + {"﷯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xaf",3,NULL,0,NULL,0}, + {"湅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x85",3,NULL,0,NULL,0}, + {"ơ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xa1",2,NULL,0,NULL,0}, + {"ﱾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xbe",3,NULL,0,NULL,0}, + {"૫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xab",3,NULL,0,NULL,0}, + {"윎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x8e",3,NULL,0,NULL,0}, + {"ꌸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xb8",3,NULL,0,NULL,0}, + {"ܢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xa2",2,NULL,0,NULL,0}, + {"⫂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x82",3,NULL,0,NULL,0}, + {"㶝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x9d",3,NULL,0,NULL,0}, + {"Ⴊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xaa",3,NULL,0,NULL,0}, + {"谸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xb8",3,NULL,0,NULL,0}, + {"ᙸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xb8",3,NULL,0,NULL,0}, + {"⡸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xb8",3,NULL,0,NULL,0}, + {"릾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xbe",3,NULL,0,NULL,0}, + {"陵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xa4",3,NULL,0,NULL,0}, + {"뛙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x99",3,NULL,0,NULL,0}, + {"吴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xb4",3,NULL,0,NULL,0}, + {"࡝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x9d",3,NULL,0,NULL,0}, + {"沊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x8a",3,NULL,0,NULL,0}, + {"쐳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xb3",3,NULL,0,NULL,0}, + {"儓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x93",3,NULL,0,NULL,0}, + {"緝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x9d",3,NULL,0,NULL,0}, + {"視",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xa1",3,NULL,0,NULL,0}, + {"ᓆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x86",3,NULL,0,NULL,0}, + {"ẚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x9a",3,NULL,0,NULL,0}, + {"쪛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xa9",3,NULL,0,NULL,0}, + {"翠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xa0",3,NULL,0,NULL,0}, + {"쌴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xb4",3,NULL,0,NULL,0}, + {"鞅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x85",3,NULL,0,NULL,0}, + {"ݜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x9c",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xb6",3,NULL,0,NULL,0}, + {"똸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xb8",3,NULL,0,NULL,0}, + {"ﳫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xab",3,NULL,0,NULL,0}, + {"뽥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xa5",3,NULL,0,NULL,0}, + {"츍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x8d",3,NULL,0,NULL,0}, + {"쑉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x89",3,NULL,0,NULL,0}, + {"䢯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xaf",3,NULL,0,NULL,0}, + {"ᵐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x90",3,NULL,0,NULL,0}, + {"ᘥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xa5",3,NULL,0,NULL,0}, + {"⠏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xbb",3,NULL,0,NULL,0}, + {"냝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x9d",3,NULL,0,NULL,0}, + {"㾂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x88",3,NULL,0,NULL,0}, + {"Ú",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x9a",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x88",3,NULL,0,NULL,0}, + {"얌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x8c",3,NULL,0,NULL,0}, + {"뀑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x91",3,NULL,0,NULL,0}, + {"ܷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xb7",2,NULL,0,NULL,0}, + {"汅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xb5",3,NULL,0,NULL,0}, + {"씹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xb9",3,NULL,0,NULL,0}, + {"찛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x9b",3,NULL,0,NULL,0}, + {"α",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xb1",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xa1",3,NULL,0,NULL,0}, + {"閺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xba",3,NULL,0,NULL,0}, + {"좮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xae",3,NULL,0,NULL,0}, + {"娟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x9f",3,NULL,0,NULL,0}, + {"罙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x99",3,NULL,0,NULL,0}, + {"霙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xbe",3,NULL,0,NULL,0}, + {"ᗗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x97",3,NULL,0,NULL,0}, + {"㘨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xa8",3,NULL,0,NULL,0}, + {"隚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x9a",3,NULL,0,NULL,0}, + {"艰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xb0",3,NULL,0,NULL,0}, + {"亦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xa6",3,NULL,0,NULL,0}, + {"쭻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xbb",3,NULL,0,NULL,0}, + {"㬖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x96",3,NULL,0,NULL,0}, + {"瞎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x87",3,NULL,0,NULL,0}, + {"ꃩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xa9",3,NULL,0,NULL,0}, + {"疍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x8d",3,NULL,0,NULL,0}, + {"출",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x9c",3,NULL,0,NULL,0}, + {"㊚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x9a",3,NULL,0,NULL,0}, + {"즌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x8c",3,NULL,0,NULL,0}, + {"脭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xba",3,NULL,0,NULL,0}, + {"ꋷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xb7",3,NULL,0,NULL,0}, + {"審",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xa9",3,NULL,0,NULL,0}, + {"ㆌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x8c",3,NULL,0,NULL,0}, + {"걟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x9f",3,NULL,0,NULL,0}, + {"㑡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xa1",3,NULL,0,NULL,0}, + {"Е",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x95",2,NULL,0,NULL,0}, + {"ઙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x99",3,NULL,0,NULL,0}, + {"ǫ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xab",2,NULL,0,NULL,0}, + {"ㄣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x95",3,NULL,0,NULL,0}, + {"읍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x8d",3,NULL,0,NULL,0}, + {"况",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xb3",3,NULL,0,NULL,0}, + {"隗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x97",3,NULL,0,NULL,0}, + {"ퟂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x82",3,NULL,0,NULL,0}, + {"췍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x8d",3,NULL,0,NULL,0}, + {"῭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xad",3,NULL,0,NULL,0}, + {"㿁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x81",3,NULL,0,NULL,0}, + {"㙗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x97",3,NULL,0,NULL,0}, + {"⒅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x85",3,NULL,0,NULL,0}, + {"눍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x8d",3,NULL,0,NULL,0}, + {"尣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xa3",3,NULL,0,NULL,0}, + {"꓀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x80",3,NULL,0,NULL,0}, + {"˪",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xaa",2,NULL,0,NULL,0}, + {"蒋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x8b",3,NULL,0,NULL,0}, + {"垷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xb7",3,NULL,0,NULL,0}, + {"ᨀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\x80",3,NULL,0,NULL,0}, + {"楝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x9d",3,NULL,0,NULL,0}, + {"╵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xb5",3,NULL,0,NULL,0}, + {"쵓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x93",3,NULL,0,NULL,0}, + {"휩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xa9",3,NULL,0,NULL,0}, + {"ᎇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x87",3,NULL,0,NULL,0}, + {"ƭ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xad",2,NULL,0,NULL,0}, + {"嬯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xaf",3,NULL,0,NULL,0}, + {"ꈩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xa9",3,NULL,0,NULL,0}, + {"ᬏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x8f",3,NULL,0,NULL,0}, + {"댏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x8f",3,NULL,0,NULL,0}, + {"쳐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x90",3,NULL,0,NULL,0}, + {"盞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x9e",3,NULL,0,NULL,0}, + {"朻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xbb",3,NULL,0,NULL,0}, + {"쀵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xb5",3,NULL,0,NULL,0}, + {"邹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xb9",3,NULL,0,NULL,0}, + {"籈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x88",3,NULL,0,NULL,0}, + {"쉫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xab",3,NULL,0,NULL,0}, + {"鄴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xb4",3,NULL,0,NULL,0}, + {"闦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xa6",3,NULL,0,NULL,0}, + {"䬬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xac",3,NULL,0,NULL,0}, + {"䣹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xb9",3,NULL,0,NULL,0}, + {"뮀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x80",3,NULL,0,NULL,0}, + {"埸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x9c",3,NULL,0,NULL,0}, + {"歊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x8a",3,NULL,0,NULL,0}, + {"᧮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xae",3,NULL,0,NULL,0}, + {"넝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x9d",3,NULL,0,NULL,0}, + {"ꙿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xbf",3,NULL,0,NULL,0}, + {"털",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xb8",3,NULL,0,NULL,0}, + {"碼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xbc",3,NULL,0,NULL,0}, + {"蝐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x90",3,NULL,0,NULL,0}, + {"槦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xa6",3,NULL,0,NULL,0}, + {"䂣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xa3",3,NULL,0,NULL,0}, + {"蛕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x95",3,NULL,0,NULL,0}, + {"ፉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x89",3,NULL,0,NULL,0}, + {"蚰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xb0",3,NULL,0,NULL,0}, + {"硳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xb3",3,NULL,0,NULL,0}, + {"℡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xa1",3,NULL,0,NULL,0}, + {"墁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x81",3,NULL,0,NULL,0}, + {"䞠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xa0",3,NULL,0,NULL,0}, + {"쳪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xaa",3,NULL,0,NULL,0}, + {"ڕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x95",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x99",3,NULL,0,NULL,0}, + {"薯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xaf",3,NULL,0,NULL,0}, + {"꾥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xa5",3,NULL,0,NULL,0}, + {"䍕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x95",3,NULL,0,NULL,0}, + {"笎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x8e",3,NULL,0,NULL,0}, + {"锤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xa4",3,NULL,0,NULL,0}, + {"㔈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x88",3,NULL,0,NULL,0}, + {"툺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xba",3,NULL,0,NULL,0}, + {"첏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x8f",3,NULL,0,NULL,0}, + {"葞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x9e",3,NULL,0,NULL,0}, + {"㔷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xb7",3,NULL,0,NULL,0}, + {"챊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x8a",3,NULL,0,NULL,0}, + {"ᬁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x81",3,NULL,0,NULL,0}, + {"欐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x90",3,NULL,0,NULL,0}, + {"始",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x8b",3,NULL,0,NULL,0}, + {"䮃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x83",3,NULL,0,NULL,0}, + {"뼼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xbc",3,NULL,0,NULL,0}, + {"䕔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x94",3,NULL,0,NULL,0}, + {"⋫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xab",3,NULL,0,NULL,0}, + {"츬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xac",3,NULL,0,NULL,0}, + {"쁥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xa5",3,NULL,0,NULL,0}, + {"㛎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x8e",3,NULL,0,NULL,0}, + {"밯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xaf",3,NULL,0,NULL,0}, + {"㗌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x8c",3,NULL,0,NULL,0}, + {"꒘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x98",3,NULL,0,NULL,0}, + {"샾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xbe",3,NULL,0,NULL,0}, + {"깯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xaf",3,NULL,0,NULL,0}, + {"膇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x87",3,NULL,0,NULL,0}, + {"町",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xba",3,NULL,0,NULL,0}, + {"ڮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xae",2,NULL,0,NULL,0}, + {"ꂜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x9f",3,NULL,0,NULL,0}, + {"᯷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xb7",3,NULL,0,NULL,0}, + {"䟚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x9a",3,NULL,0,NULL,0}, + {"糙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x99",3,NULL,0,NULL,0}, + {"㎐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x90",3,NULL,0,NULL,0}, + {"ٛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x9b",2,NULL,0,NULL,0}, + {"䌤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xa4",3,NULL,0,NULL,0}, + {"锢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xa2",3,NULL,0,NULL,0}, + {"鯿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xbf",3,NULL,0,NULL,0}, + {"滑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x84",3,NULL,0,NULL,0}, + {"ၤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xa4",3,NULL,0,NULL,0}, + {"䜙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x99",3,NULL,0,NULL,0}, + {"昗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x97",3,NULL,0,NULL,0}, + {"뽡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xa1",3,NULL,0,NULL,0}, + {"䎖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x96",3,NULL,0,NULL,0}, + {"쪰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xb0",3,NULL,0,NULL,0}, + {"‱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xb1",3,NULL,0,NULL,0}, + {"絊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x8a",3,NULL,0,NULL,0}, + {"꠪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xaa",3,NULL,0,NULL,0}, + {"⹏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x9a",3,NULL,0,NULL,0}, + {"扡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xa1",3,NULL,0,NULL,0}, + {"퀽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xbd",3,NULL,0,NULL,0}, + {"㥳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\xb3",3,NULL,0,NULL,0}, + {"㖖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x96",3,NULL,0,NULL,0}, + {"՝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x9d",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xaa",3,NULL,0,NULL,0}, + {"地",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x8d",3,NULL,0,NULL,0}, + {"憺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xba",3,NULL,0,NULL,0}, + {"敯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xaf",3,NULL,0,NULL,0}, + {"㐗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x97",3,NULL,0,NULL,0}, + {"毇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x87",3,NULL,0,NULL,0}, + {"혝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x9d",3,NULL,0,NULL,0}, + {"睠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xa0",3,NULL,0,NULL,0}, + {"빞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x9e",3,NULL,0,NULL,0}, + {"ᅞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x9e",3,NULL,0,NULL,0}, + {"钛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x9b",3,NULL,0,NULL,0}, + {"뜉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x89",3,NULL,0,NULL,0}, + {"穲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xb2",3,NULL,0,NULL,0}, + {"褌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x8c",3,NULL,0,NULL,0}, + {"⓲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xb2",3,NULL,0,NULL,0}, + {"瓙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x99",3,NULL,0,NULL,0}, + {"泰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xb0",3,NULL,0,NULL,0}, + {"◩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xa9",3,NULL,0,NULL,0}, + {"煱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xb1",3,NULL,0,NULL,0}, + {"軀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x80",3,NULL,0,NULL,0}, + {"璪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xaa",3,NULL,0,NULL,0}, + {"炣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xa3",3,NULL,0,NULL,0}, + {"䨳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xa4",3,NULL,0,NULL,0}, + {"懰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xb0",3,NULL,0,NULL,0}, + {"ꤚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x9a",3,NULL,0,NULL,0}, + {"㤦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x99",3,NULL,0,NULL,0}, + {"판",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x90",3,NULL,0,NULL,0}, + {"⯸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xb8",3,NULL,0,NULL,0}, + {"푟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x9f",3,NULL,0,NULL,0}, + {"㝦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xa6",3,NULL,0,NULL,0}, + {"咔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x94",3,NULL,0,NULL,0}, + {"押",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xb8",3,NULL,0,NULL,0}, + {"ḵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xb5",3,NULL,0,NULL,0}, + {"귇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x87",3,NULL,0,NULL,0}, + {"餉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x89",3,NULL,0,NULL,0}, + {"ಶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x99",3,NULL,0,NULL,0}, + {"⧼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xbc",3,NULL,0,NULL,0}, + {"烡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xa1",3,NULL,0,NULL,0}, + {"Ὓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x9b",3,NULL,0,NULL,0}, + {"齚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x9a",3,NULL,0,NULL,0}, + {"岠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xa0",3,NULL,0,NULL,0}, + {"풥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xa5",3,NULL,0,NULL,0}, + {"ఖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x96",3,NULL,0,NULL,0}, + {"䦬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xac",3,NULL,0,NULL,0}, + {"蹏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x8f",3,NULL,0,NULL,0}, + {"ァ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xbe",3,NULL,0,NULL,0}, + {"욒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x92",3,NULL,0,NULL,0}, + {"聄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x84",3,NULL,0,NULL,0}, + {"烤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x83",3,NULL,0,NULL,0}, + {"ⷞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x9e",3,NULL,0,NULL,0}, + {"쇃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x83",3,NULL,0,NULL,0}, + {"獌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x8c",3,NULL,0,NULL,0}, + {"㯭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xad",3,NULL,0,NULL,0}, + {"ׯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xaf",2,NULL,0,NULL,0}, + {"Ჸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xb8",3,NULL,0,NULL,0}, + {"蕑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x91",3,NULL,0,NULL,0}, + {"ꏋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x8b",3,NULL,0,NULL,0}, + {"㪦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xa6",3,NULL,0,NULL,0}, + {"ⰹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xb9",3,NULL,0,NULL,0}, + {"봖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x96",3,NULL,0,NULL,0}, + {"ဒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x92",3,NULL,0,NULL,0}, + {"洡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xa1",3,NULL,0,NULL,0}, + {"悔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x94",3,NULL,0,NULL,0}, + {"跕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x95",3,NULL,0,NULL,0}, + {"㵬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xac",3,NULL,0,NULL,0}, + {"䃛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x9b",3,NULL,0,NULL,0}, + {"猁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x81",3,NULL,0,NULL,0}, + {"ఝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x9d",3,NULL,0,NULL,0}, + {"ꫲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xa2",3,NULL,0,NULL,0}, + {"徫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xab",3,NULL,0,NULL,0}, + {"馗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x97",3,NULL,0,NULL,0}, + {"ᤫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\xab",3,NULL,0,NULL,0}, + {"㧅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x85",3,NULL,0,NULL,0}, + {"肂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x82",3,NULL,0,NULL,0}, + {"ꢞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x9e",3,NULL,0,NULL,0}, + {"娣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xa3",3,NULL,0,NULL,0}, + {"龉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x89",3,NULL,0,NULL,0}, + {"山",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xb1",3,NULL,0,NULL,0}, + {"廯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xaf",3,NULL,0,NULL,0}, + {"콲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xb2",3,NULL,0,NULL,0}, + {"祼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xbc",3,NULL,0,NULL,0}, + {"鱾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xbe",3,NULL,0,NULL,0}, + {"䩷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xb7",3,NULL,0,NULL,0}, + {"酜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x9c",3,NULL,0,NULL,0}, + {"ꍌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x8c",3,NULL,0,NULL,0}, + {"﷊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x8a",3,NULL,0,NULL,0}, + {"釵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xb5",3,NULL,0,NULL,0}, + {"绹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xb9",3,NULL,0,NULL,0}, + {"戸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xb8",3,NULL,0,NULL,0}, + {"Λ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x9b",2,NULL,0,NULL,0}, + {"㶪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xa8",3,NULL,0,NULL,0}, + {"෮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xae",3,NULL,0,NULL,0}, + {"溆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xba",3,NULL,0,NULL,0}, + {"뙩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x8b",3,NULL,0,NULL,0}, + {"輗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x97",3,NULL,0,NULL,0}, + {"ᰜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x9c",3,NULL,0,NULL,0}, + {"籝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x9d",3,NULL,0,NULL,0}, + {"ૺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xba",3,NULL,0,NULL,0}, + {"逜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x91",3,NULL,0,NULL,0}, + {"뻽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xbd",3,NULL,0,NULL,0}, + {"琒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x92",3,NULL,0,NULL,0}, + {"断",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xad",3,NULL,0,NULL,0}, + {"뤴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xb4",3,NULL,0,NULL,0}, + {"ٝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x9d",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x8c",3,NULL,0,NULL,0}, + {"蠌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x8c",3,NULL,0,NULL,0}, + {"ஃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x83",3,NULL,0,NULL,0}, + {"鹛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x9b",3,NULL,0,NULL,0}, + {"豮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xbc",3,NULL,0,NULL,0}, + {"⭱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xb1",3,NULL,0,NULL,0}, + {"厢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xa2",3,NULL,0,NULL,0}, + {"⨖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x91",3,NULL,0,NULL,0}, + {"滋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x99",3,NULL,0,NULL,0}, + {"䖣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xa5",3,NULL,0,NULL,0}, + {"꿤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xa4",3,NULL,0,NULL,0}, + {"巸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xbe",3,NULL,0,NULL,0}, + {"㺯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xa0",3,NULL,0,NULL,0}, + {"ꧬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x99",3,NULL,0,NULL,0}, + {"맟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x9f",3,NULL,0,NULL,0}, + {"쏐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x97",3,NULL,0,NULL,0}, + {"䇢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xa2",3,NULL,0,NULL,0}, + {"䰈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x88",3,NULL,0,NULL,0}, + {"涖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x96",3,NULL,0,NULL,0}, + {"ﻂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x82",3,NULL,0,NULL,0}, + {"た",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x9f",3,NULL,0,NULL,0}, + {"渃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x83",3,NULL,0,NULL,0}, + {"麕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x95",3,NULL,0,NULL,0}, + {"嵭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xad",3,NULL,0,NULL,0}, + {"ѽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xbd",2,NULL,0,NULL,0}, + {"텾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xbe",3,NULL,0,NULL,0}, + {"몃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\x83",3,NULL,0,NULL,0}, + {"춘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x98",3,NULL,0,NULL,0}, + {"哱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xb1",3,NULL,0,NULL,0}, + {"뱴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xbd",3,NULL,0,NULL,0}, + {"枽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xbd",3,NULL,0,NULL,0}, + {"䨌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x8c",3,NULL,0,NULL,0}, + {"됒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x92",3,NULL,0,NULL,0}, + {"軧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xa7",3,NULL,0,NULL,0}, + {"柨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xa8",3,NULL,0,NULL,0}, + {"쏞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x9e",3,NULL,0,NULL,0}, + {"䆨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xa8",3,NULL,0,NULL,0}, + {"䷝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x96",3,NULL,0,NULL,0}, + {"윓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x93",3,NULL,0,NULL,0}, + {"౯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xaf",3,NULL,0,NULL,0}, + {"೬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xa8",3,NULL,0,NULL,0}, + {"Ⱑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xa1",3,NULL,0,NULL,0}, + {"ᖘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\x98",3,NULL,0,NULL,0}, + {"姰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xb0",3,NULL,0,NULL,0}, + {"῀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x80",3,NULL,0,NULL,0}, + {"譎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x8e",3,NULL,0,NULL,0}, + {"銂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x82",3,NULL,0,NULL,0}, + {"半",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x8a",3,NULL,0,NULL,0}, + {"볳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xb3",3,NULL,0,NULL,0}, + {"褬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xac",3,NULL,0,NULL,0}, + {"閵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xb5",3,NULL,0,NULL,0}, + {"⏳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xb3",3,NULL,0,NULL,0}, + {"띲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xb2",3,NULL,0,NULL,0}, + {"½",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xbd",2,NULL,0,NULL,0}, + {"鼱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xb1",3,NULL,0,NULL,0}, + {"ᨺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xba",3,NULL,0,NULL,0}, + {"╔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x94",3,NULL,0,NULL,0}, + {"䷷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xb7",3,NULL,0,NULL,0}, + {"苅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x85",3,NULL,0,NULL,0}, + {"嬒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x92",3,NULL,0,NULL,0}, + {"縰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xb0",3,NULL,0,NULL,0}, + {"冣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xa3",3,NULL,0,NULL,0}, + {"仕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x95",3,NULL,0,NULL,0}, + {"潖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xaf",3,NULL,0,NULL,0}, + {"푴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xaf",3,NULL,0,NULL,0}, + {"똓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x93",3,NULL,0,NULL,0}, + {"ᖦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xa6",3,NULL,0,NULL,0}, + {"㴖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x96",3,NULL,0,NULL,0}, + {"룘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x98",3,NULL,0,NULL,0}, + {"ޛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9b",2,NULL,0,NULL,0}, + {"뉱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xb1",3,NULL,0,NULL,0}, + {"训",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xad",3,NULL,0,NULL,0}, + {"䣎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x8e",3,NULL,0,NULL,0}, + {"롯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xaf",3,NULL,0,NULL,0}, + {"싮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xbb",3,NULL,0,NULL,0}, + {"勡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xa1",3,NULL,0,NULL,0}, + {"즱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xb5",3,NULL,0,NULL,0}, + {"쒂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x82",3,NULL,0,NULL,0}, + {"싫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xab",3,NULL,0,NULL,0}, + {"㽉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xba",3,NULL,0,NULL,0}, + {"ᅡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x82",3,NULL,0,NULL,0}, + {"ዻ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xbb",3,NULL,0,NULL,0}, + {"줗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x97",3,NULL,0,NULL,0}, + {"넄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x84",3,NULL,0,NULL,0}, + {"⤑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x91",3,NULL,0,NULL,0}, + {"䁨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xa8",3,NULL,0,NULL,0}, + {"촇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x87",3,NULL,0,NULL,0}, + {"츦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xa6",3,NULL,0,NULL,0}, + {"鞲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xb2",3,NULL,0,NULL,0}, + {"铆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x86",3,NULL,0,NULL,0}, + {"ꛓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x93",3,NULL,0,NULL,0}, + {"模",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xa1",3,NULL,0,NULL,0}, + {"䉬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xac",3,NULL,0,NULL,0}, + {"쥘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x98",3,NULL,0,NULL,0}, + {"졏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x8f",3,NULL,0,NULL,0}, + {"顿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xbf",3,NULL,0,NULL,0}, + {"囵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xb5",3,NULL,0,NULL,0}, + {"Ꮏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xbf",3,NULL,0,NULL,0}, + {"梲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xb2",3,NULL,0,NULL,0}, + {"댼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xbc",3,NULL,0,NULL,0}, + {"0",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x90",3,NULL,0,NULL,0}, + {"늫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xab",3,NULL,0,NULL,0}, + {"뚬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xa9",3,NULL,0,NULL,0}, + {"パ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x91",3,NULL,0,NULL,0}, + {"湟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x9f",3,NULL,0,NULL,0}, + {"鎴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xb4",3,NULL,0,NULL,0}, + {"¿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xbf",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xb9",3,NULL,0,NULL,0}, + {"绝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x9d",3,NULL,0,NULL,0}, + {"뻺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xba",3,NULL,0,NULL,0}, + {"ၶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xb6",3,NULL,0,NULL,0}, + {"슭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xad",3,NULL,0,NULL,0}, + {"雭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xad",3,NULL,0,NULL,0}, + {"⏓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xb5",3,NULL,0,NULL,0}, + {"䤦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xa6",3,NULL,0,NULL,0}, + {"ᄝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x9d",3,NULL,0,NULL,0}, + {"›",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x9b",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x9f",3,NULL,0,NULL,0}, + {"倚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x94",3,NULL,0,NULL,0}, + {"ꗔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x94",3,NULL,0,NULL,0}, + {"砏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xa2",3,NULL,0,NULL,0}, + {"껷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xb7",3,NULL,0,NULL,0}, + {"돣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xa3",3,NULL,0,NULL,0}, + {"榰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xb0",3,NULL,0,NULL,0}, + {"ᜆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x86",3,NULL,0,NULL,0}, + {"汹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\xb9",3,NULL,0,NULL,0}, + {"ὓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x93",3,NULL,0,NULL,0}, + {"뉌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x8c",3,NULL,0,NULL,0}, + {"‘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x98",3,NULL,0,NULL,0}, + {"蕣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x93",3,NULL,0,NULL,0}, + {"霫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xab",3,NULL,0,NULL,0}, + {"蔖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x96",3,NULL,0,NULL,0}, + {"乭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xad",3,NULL,0,NULL,0}, + {"쯤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xa4",3,NULL,0,NULL,0}, + {"鍇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x87",3,NULL,0,NULL,0}, + {"痶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xb6",3,NULL,0,NULL,0}, + {"츧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xa7",3,NULL,0,NULL,0}, + {"춫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xab",3,NULL,0,NULL,0}, + {"蒰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xb0",3,NULL,0,NULL,0}, + {"蓻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xbb",3,NULL,0,NULL,0}, + {"碠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xa0",3,NULL,0,NULL,0}, + {"舚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x9a",3,NULL,0,NULL,0}, + {"↿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xbf",3,NULL,0,NULL,0}, + {"⩙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x99",3,NULL,0,NULL,0}, + {"⌬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xac",3,NULL,0,NULL,0}, + {"헗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x97",3,NULL,0,NULL,0}, + {"ꁞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x9e",3,NULL,0,NULL,0}, + {"᥵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xb5",3,NULL,0,NULL,0}, + {"ꋥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xa5",3,NULL,0,NULL,0}, + {"ઝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x9d",3,NULL,0,NULL,0}, + {"氷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xb7",3,NULL,0,NULL,0}, + {"瞰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x88",3,NULL,0,NULL,0}, + {"Ѡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xa0",2,NULL,0,NULL,0}, + {"孥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xa5",3,NULL,0,NULL,0}, + {"遘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x98",3,NULL,0,NULL,0}, + {"਺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xba",3,NULL,0,NULL,0}, + {"쩻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xbb",3,NULL,0,NULL,0}, + {"㒹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xb9",3,NULL,0,NULL,0}, + {"冱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xb1",3,NULL,0,NULL,0}, + {"兎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x8e",3,NULL,0,NULL,0}, + {"좒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x92",3,NULL,0,NULL,0}, + {"觃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x83",3,NULL,0,NULL,0}, + {"뿏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x8f",3,NULL,0,NULL,0}, + {"艘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x98",3,NULL,0,NULL,0}, + {"⟟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x9f",3,NULL,0,NULL,0}, + {"괂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xb5",3,NULL,0,NULL,0}, + {"ʛ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x9b",2,NULL,0,NULL,0}, + {"⾻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xbb",3,NULL,0,NULL,0}, + {"毜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x9c",3,NULL,0,NULL,0}, + {"࣐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xa6",3,NULL,0,NULL,0}, + {"㚟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x9f",3,NULL,0,NULL,0}, + {"뇉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x89",3,NULL,0,NULL,0}, + {"ꐯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xaf",3,NULL,0,NULL,0}, + {"∨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x98",3,NULL,0,NULL,0}, + {"膐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x90",3,NULL,0,NULL,0}, + {"䓇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x90",3,NULL,0,NULL,0}, + {"᧸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xb8",3,NULL,0,NULL,0}, + {"宄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x84",3,NULL,0,NULL,0}, + {"ጠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xa0",3,NULL,0,NULL,0}, + {"铊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x8a",3,NULL,0,NULL,0}, + {"ᚘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x98",3,NULL,0,NULL,0}, + {"堖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x96",3,NULL,0,NULL,0}, + {"뎔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x94",3,NULL,0,NULL,0}, + {"쪼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x98",3,NULL,0,NULL,0}, + {"훥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xa5",3,NULL,0,NULL,0}, + {"鵮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xae",3,NULL,0,NULL,0}, + {"П",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x9f",2,NULL,0,NULL,0}, + {"䋁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x81",3,NULL,0,NULL,0}, + {"샘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x98",3,NULL,0,NULL,0}, + {"၂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x82",3,NULL,0,NULL,0}, + {"᪾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xbe",3,NULL,0,NULL,0}, + {"嫞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x9e",3,NULL,0,NULL,0}, + {"暼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xbc",3,NULL,0,NULL,0}, + {"ឳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xb3",3,NULL,0,NULL,0}, + {"邫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xab",3,NULL,0,NULL,0}, + {"趓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x93",3,NULL,0,NULL,0}, + {"៞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x9e",3,NULL,0,NULL,0}, + {"귦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xa6",3,NULL,0,NULL,0}, + {"퉬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xac",3,NULL,0,NULL,0}, + {"棿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xbf",3,NULL,0,NULL,0}, + {"뾊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x8a",3,NULL,0,NULL,0}, + {"氞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x9e",3,NULL,0,NULL,0}, + {"邵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xb5",3,NULL,0,NULL,0}, + {"ﱁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xb7",3,NULL,0,NULL,0}, + {"『",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x8e",3,NULL,0,NULL,0}, + {"컖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x96",3,NULL,0,NULL,0}, + {"ჽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xbd",3,NULL,0,NULL,0}, + {"ꑸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xb8",3,NULL,0,NULL,0}, + {"殛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x9b",3,NULL,0,NULL,0}, + {"礀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x80",3,NULL,0,NULL,0}, + {"ⴑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x91",3,NULL,0,NULL,0}, + {"歖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x96",3,NULL,0,NULL,0}, + {"ု",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xaf",3,NULL,0,NULL,0}, + {"셷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x94",3,NULL,0,NULL,0}, + {"䚝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x9d",3,NULL,0,NULL,0}, + {"䕊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x8a",3,NULL,0,NULL,0}, + {"䫡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xa1",3,NULL,0,NULL,0}, + {"ᔄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xb1",3,NULL,0,NULL,0}, + {"댕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x95",3,NULL,0,NULL,0}, + {"䘥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xa5",3,NULL,0,NULL,0}, + {"Ќ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x8c",2,NULL,0,NULL,0}, + {"⃝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x9d",3,NULL,0,NULL,0}, + {"鸇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xb8",3,NULL,0,NULL,0}, + {"䌘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x98",3,NULL,0,NULL,0}, + {"툪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xaa",3,NULL,0,NULL,0}, + {"㓬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xac",3,NULL,0,NULL,0}, + {"ໜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xbf",3,NULL,0,NULL,0}, + {"袔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x94",3,NULL,0,NULL,0}, + {"硶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xb6",3,NULL,0,NULL,0}, + {"薊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x8a",3,NULL,0,NULL,0}, + {"ፄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x84",3,NULL,0,NULL,0}, + {"⛊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x8a",3,NULL,0,NULL,0}, + {"䭌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x8c",3,NULL,0,NULL,0}, + {"㝡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xa6",3,NULL,0,NULL,0}, + {"濶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xb6",3,NULL,0,NULL,0}, + {"嚆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x86",3,NULL,0,NULL,0}, + {"⊨",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xa8",3,NULL,0,NULL,0}, + {"쉩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xa9",3,NULL,0,NULL,0}, + {"﫜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xa8",3,NULL,0,NULL,0}, + {"ꐄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x84",3,NULL,0,NULL,0}, + {"㋺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xba",3,NULL,0,NULL,0}, + {"⁼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x98",3,NULL,0,NULL,0}, + {"窓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x93",3,NULL,0,NULL,0}, + {"᱾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xb3",3,NULL,0,NULL,0}, + {"椱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xb1",3,NULL,0,NULL,0}, + {"鲆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x86",3,NULL,0,NULL,0}, + {"ᦩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xa9",3,NULL,0,NULL,0}, + {"旘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x98",3,NULL,0,NULL,0}, + {"粩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xa9",3,NULL,0,NULL,0}, + {"剿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xbf",3,NULL,0,NULL,0}, + {"㏪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xaa",3,NULL,0,NULL,0}, + {"䍇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\x84",3,NULL,0,NULL,0}, + {"槗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x97",3,NULL,0,NULL,0}, + {"剚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x9a",3,NULL,0,NULL,0}, + {"䓑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x91",3,NULL,0,NULL,0}, + {"ኳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xb3",3,NULL,0,NULL,0}, + {"㱖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xae",3,NULL,0,NULL,0}, + {"㥍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x8b",3,NULL,0,NULL,0}, + {"㳕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x95",3,NULL,0,NULL,0}, + {"륙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x99",3,NULL,0,NULL,0}, + {"ӿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xbf",2,NULL,0,NULL,0}, + {"✐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x90",3,NULL,0,NULL,0}, + {"쿨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xa8",3,NULL,0,NULL,0}, + {"㡔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x94",3,NULL,0,NULL,0}, + {"蠣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xa3",3,NULL,0,NULL,0}, + {"髼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xbc",3,NULL,0,NULL,0}, + {"戙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x99",3,NULL,0,NULL,0}, + {"鷿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xbf",3,NULL,0,NULL,0}, + {"⋱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xb1",3,NULL,0,NULL,0}, + {"鬽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xbd",3,NULL,0,NULL,0}, + {"䉘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x98",3,NULL,0,NULL,0}, + {"咷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xb9",3,NULL,0,NULL,0}, + {"ᯥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xa5",3,NULL,0,NULL,0}, + {"糫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xab",3,NULL,0,NULL,0}, + {"轌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x82",3,NULL,0,NULL,0}, + {"넡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xa1",3,NULL,0,NULL,0}, + {"븥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xa5",3,NULL,0,NULL,0}, + {"鲫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xab",3,NULL,0,NULL,0}, + {"卵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x9c",3,NULL,0,NULL,0}, + {"ꨒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x92",3,NULL,0,NULL,0}, + {"䜫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xab",3,NULL,0,NULL,0}, + {"旽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x99",3,NULL,0,NULL,0}, + {"锒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x92",3,NULL,0,NULL,0}, + {"责",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\xa3",3,NULL,0,NULL,0}, + {"ṥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa5",3,NULL,0,NULL,0}, + {"❾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xbe",3,NULL,0,NULL,0}, + {"捡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xa1",3,NULL,0,NULL,0}, + {"瓓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x93",3,NULL,0,NULL,0}, + {"ꞵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xb5",3,NULL,0,NULL,0}, + {"燄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x84",3,NULL,0,NULL,0}, + {"啔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x94",3,NULL,0,NULL,0}, + {"퀿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xbf",3,NULL,0,NULL,0}, + {"믿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xbf",3,NULL,0,NULL,0}, + {"ꬡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xa1",3,NULL,0,NULL,0}, + {"ꦅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x85",3,NULL,0,NULL,0}, + {"借",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x9f",3,NULL,0,NULL,0}, + {"庂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x82",3,NULL,0,NULL,0}, + {"伖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x96",3,NULL,0,NULL,0}, + {"왔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x94",3,NULL,0,NULL,0}, + {"䥺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xba",3,NULL,0,NULL,0}, + {"牉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x89",3,NULL,0,NULL,0}, + {"鰟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x9f",3,NULL,0,NULL,0}, + {"º",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xba",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xaa",3,NULL,0,NULL,0}, + {"俆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x86",3,NULL,0,NULL,0}, + {"뭏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x8f",3,NULL,0,NULL,0}, + {"钩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xa9",3,NULL,0,NULL,0}, + {"톹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x89",3,NULL,0,NULL,0}, + {"ꦷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xb7",3,NULL,0,NULL,0}, + {"쌋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x8b",3,NULL,0,NULL,0}, + {"卿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xbf",3,NULL,0,NULL,0}, + {"픮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xae",3,NULL,0,NULL,0}, + {"軠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xa0",3,NULL,0,NULL,0}, + {"윝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x9d",3,NULL,0,NULL,0}, + {"紜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x9c",3,NULL,0,NULL,0}, + {"黵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xb5",3,NULL,0,NULL,0}, + {"ꊩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xa9",3,NULL,0,NULL,0}, + {"뒤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xa4",3,NULL,0,NULL,0}, + {"鼀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x80",3,NULL,0,NULL,0}, + {"켹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xb9",3,NULL,0,NULL,0}, + {"蘲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xb2",3,NULL,0,NULL,0}, + {"먇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x87",3,NULL,0,NULL,0}, + {"熃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x83",3,NULL,0,NULL,0}, + {"丒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x92",3,NULL,0,NULL,0}, + {"볭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xad",3,NULL,0,NULL,0}, + {"엕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x95",3,NULL,0,NULL,0}, + {"Ლ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x9a",3,NULL,0,NULL,0}, + {"籾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xa1",3,NULL,0,NULL,0}, + {"ⱙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x99",3,NULL,0,NULL,0}, + {"謳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x86",3,NULL,0,NULL,0}, + {"㴙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x99",3,NULL,0,NULL,0}, + {"뤑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x91",3,NULL,0,NULL,0}, + {"ቓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x93",3,NULL,0,NULL,0}, + {"곹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xb9",3,NULL,0,NULL,0}, + {"譴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xb4",3,NULL,0,NULL,0}, + {"뢊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x8a",3,NULL,0,NULL,0}, + {"쌧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xa7",3,NULL,0,NULL,0}, + {"ବ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xac",3,NULL,0,NULL,0}, + {"岜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x9c",3,NULL,0,NULL,0}, + {"迆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x86",3,NULL,0,NULL,0}, + {"ྲྀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\xb6",3,NULL,0,NULL,0}, + {"勸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xb8",3,NULL,0,NULL,0}, + {"O",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"灷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xbd",3,NULL,0,NULL,0}, + {"왶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xb6",3,NULL,0,NULL,0}, + {"耨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xa8",3,NULL,0,NULL,0}, + {"ຨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xa8",3,NULL,0,NULL,0}, + {"覒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x92",3,NULL,0,NULL,0}, + {"呇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x87",3,NULL,0,NULL,0}, + {"㻎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x8e",3,NULL,0,NULL,0}, + {"酘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x98",3,NULL,0,NULL,0}, + {"띩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xa9",3,NULL,0,NULL,0}, + {"觿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xbf",3,NULL,0,NULL,0}, + {"叨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xa8",3,NULL,0,NULL,0}, + {"횋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x8b",3,NULL,0,NULL,0}, + {"͇",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x87",2,NULL,0,NULL,0}, + {"Ჴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xb4",3,NULL,0,NULL,0}, + {"㽧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xa7",3,NULL,0,NULL,0}, + {"퐿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xbf",3,NULL,0,NULL,0}, + {"譱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xb1",3,NULL,0,NULL,0}, + {"텝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xbd",3,NULL,0,NULL,0}, + {"᱙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x99",3,NULL,0,NULL,0}, + {"ꊳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xb3",3,NULL,0,NULL,0}, + {"잮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xae",3,NULL,0,NULL,0}, + {"䱽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xae",3,NULL,0,NULL,0}, + {"⤩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xa9",3,NULL,0,NULL,0}, + {"鐾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xbe",3,NULL,0,NULL,0}, + {"溗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x97",3,NULL,0,NULL,0}, + {"罴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xb4",3,NULL,0,NULL,0}, + {"殓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xad",3,NULL,0,NULL,0}, + {"륾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xbe",3,NULL,0,NULL,0}, + {"镈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x88",3,NULL,0,NULL,0}, + {"힦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xa6",3,NULL,0,NULL,0}, + {"쑔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xb9",3,NULL,0,NULL,0}, + {"誐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x90",3,NULL,0,NULL,0}, + {"렚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x9a",3,NULL,0,NULL,0}, + {"뀱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xb1",3,NULL,0,NULL,0}, + {"앩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xa9",3,NULL,0,NULL,0}, + {"䳟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x9f",3,NULL,0,NULL,0}, + {"⮃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x83",3,NULL,0,NULL,0}, + {"편",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xb8",3,NULL,0,NULL,0}, + {"缛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\x93",3,NULL,0,NULL,0}, + {"ഗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x97",3,NULL,0,NULL,0}, + {"꧵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xb5",3,NULL,0,NULL,0}, + {"㼦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xa6",3,NULL,0,NULL,0}, + {"෦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xa6",3,NULL,0,NULL,0}, + {"ﲼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xbc",3,NULL,0,NULL,0}, + {"ꡖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x94",3,NULL,0,NULL,0}, + {"䈳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xb3",3,NULL,0,NULL,0}, + {"騻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xbb",3,NULL,0,NULL,0}, + {"䇮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xae",3,NULL,0,NULL,0}, + {" ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x82",3,NULL,0,NULL,0}, + {"鱣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xa3",3,NULL,0,NULL,0}, + {"ᤓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x93",3,NULL,0,NULL,0}, + {"②",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xa0",3,NULL,0,NULL,0}, + {"뺵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xb5",3,NULL,0,NULL,0}, + {"隅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xbe",3,NULL,0,NULL,0}, + {"혎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x8e",3,NULL,0,NULL,0}, + {"ם",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x9d",2,NULL,0,NULL,0}, + {"갆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x86",3,NULL,0,NULL,0}, + {"舘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xad",3,NULL,0,NULL,0}, + {"尌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x8c",3,NULL,0,NULL,0}, + {"펎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x8e",3,NULL,0,NULL,0}, + {"﹭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xad",3,NULL,0,NULL,0}, + {"꘎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\x8e",3,NULL,0,NULL,0}, + {"瞄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x84",3,NULL,0,NULL,0}, + {"瞯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xac",3,NULL,0,NULL,0}, + {"됣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xa3",3,NULL,0,NULL,0}, + {"蘟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xad",3,NULL,0,NULL,0}, + {"」",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa3",3,NULL,0,NULL,0}, + {"쭖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x96",3,NULL,0,NULL,0}, + {"ὅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x85",3,NULL,0,NULL,0}, + {"誵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xb5",3,NULL,0,NULL,0}, + {"ﻜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xbd",3,NULL,0,NULL,0}, + {"簊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x8a",3,NULL,0,NULL,0}, + {"話",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xb1",3,NULL,0,NULL,0}, + {"䑹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xb9",3,NULL,0,NULL,0}, + {"ᅳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x9c",3,NULL,0,NULL,0}, + {"鈳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xb3",3,NULL,0,NULL,0}, + {"黒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x92",3,NULL,0,NULL,0}, + {"⑪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xaa",3,NULL,0,NULL,0}, + {"裃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x83",3,NULL,0,NULL,0}, + {"阆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x86",3,NULL,0,NULL,0}, + {"脀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x80",3,NULL,0,NULL,0}, + {"␁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x81",3,NULL,0,NULL,0}, + {"ᝓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x93",3,NULL,0,NULL,0}, + {"藺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xb0",3,NULL,0,NULL,0}, + {"᧕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x95",3,NULL,0,NULL,0}, + {"闗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x97",3,NULL,0,NULL,0}, + {"腗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x97",3,NULL,0,NULL,0}, + {"±",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb1",2,NULL,0,NULL,0}, + {"ᘳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xb3",3,NULL,0,NULL,0}, + {"ᱨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\xa8",3,NULL,0,NULL,0}, + {"宛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x9b",3,NULL,0,NULL,0}, + {"Ꚙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x98",3,NULL,0,NULL,0}, + {"迀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x80",3,NULL,0,NULL,0}, + {"芁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x81",3,NULL,0,NULL,0}, + {"萑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x91",3,NULL,0,NULL,0}, + {"ヸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\xb8",3,NULL,0,NULL,0}, + {"漇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x87",3,NULL,0,NULL,0}, + {"ぱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xa8",3,NULL,0,NULL,0}, + {"⽗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x97",3,NULL,0,NULL,0}, + {"썌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x8c",3,NULL,0,NULL,0}, + {"ퟴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xb4",3,NULL,0,NULL,0}, + {"̏",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x8f",2,NULL,0,NULL,0}, + {"襜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x9c",3,NULL,0,NULL,0}, + {"놑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x91",3,NULL,0,NULL,0}, + {"ऊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x8a",3,NULL,0,NULL,0}, + {"瓇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x87",3,NULL,0,NULL,0}, + {"顁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x81",3,NULL,0,NULL,0}, + {"ዩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xa9",3,NULL,0,NULL,0}, + {"줅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x85",3,NULL,0,NULL,0}, + {"⤋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x8b",3,NULL,0,NULL,0}, + {"芷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xb7",3,NULL,0,NULL,0}, + {"ᩆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x86",3,NULL,0,NULL,0}, + {"곒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x92",3,NULL,0,NULL,0}, + {"흵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xb5",3,NULL,0,NULL,0}, + {"냭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xad",3,NULL,0,NULL,0}, + {"ﶍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xa3",3,NULL,0,NULL,0}, + {"苼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xbc",3,NULL,0,NULL,0}, + {"嫻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xbb",3,NULL,0,NULL,0}, + {"至",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x94",3,NULL,0,NULL,0}, + {"늙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x99",3,NULL,0,NULL,0}, + {"ᡈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x88",3,NULL,0,NULL,0}, + {"⛝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xb1",3,NULL,0,NULL,0}, + {"߾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xbe",2,NULL,0,NULL,0}, + {"䎱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xb1",3,NULL,0,NULL,0}, + {"㧤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xa4",3,NULL,0,NULL,0}, + {"칐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x90",3,NULL,0,NULL,0}, + {"靶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xb6",3,NULL,0,NULL,0}, + {"⻸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xb8",3,NULL,0,NULL,0}, + {"欟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\xae",3,NULL,0,NULL,0}, + {"ᆭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa6",3,NULL,0,NULL,0}, + {"㇥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xa5",3,NULL,0,NULL,0}, + {"岌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x8c",3,NULL,0,NULL,0}, + {"ꃁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x81",3,NULL,0,NULL,0}, + {"גּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xb2",3,NULL,0,NULL,0}, + {"",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\x81",2,NULL,0,NULL,0}, + {"㉑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x91",3,NULL,0,NULL,0}, + {"熨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xa8",3,NULL,0,NULL,0}, + {"㋑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x91",3,NULL,0,NULL,0}, + {"樓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x93",3,NULL,0,NULL,0}, + {"䊌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x8c",3,NULL,0,NULL,0}, + {"斀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x80",3,NULL,0,NULL,0}, + {"ᒒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x92",3,NULL,0,NULL,0}, + {"٪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xaa",2,NULL,0,NULL,0}, + {"듪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xaa",3,NULL,0,NULL,0}, + {"Ĥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xa4",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xb0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xa9",3,NULL,0,NULL,0}, + {"Ꭵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xa5",3,NULL,0,NULL,0}, + {"Ⅽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\xad",3,NULL,0,NULL,0}, + {"젽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xbd",3,NULL,0,NULL,0}, + {"佰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xb0",3,NULL,0,NULL,0}, + {"灪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xaa",3,NULL,0,NULL,0}, + {"螋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xb4",3,NULL,0,NULL,0}, + {"ǃ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x83",2,NULL,0,NULL,0}, + {"❟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x9f",3,NULL,0,NULL,0}, + {"䜗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xa9",3,NULL,0,NULL,0}, + {"⃉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x89",3,NULL,0,NULL,0}, + {"限",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x90",3,NULL,0,NULL,0}, + {"㎈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x88",3,NULL,0,NULL,0}, + {"傶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xb6",3,NULL,0,NULL,0}, + {"↭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xad",3,NULL,0,NULL,0}, + {"ꁪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xaa",3,NULL,0,NULL,0}, + {"懡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xa1",3,NULL,0,NULL,0}, + {"舦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x97",3,NULL,0,NULL,0}, + {"砅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x85",3,NULL,0,NULL,0}, + {"㤭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xad",3,NULL,0,NULL,0}, + {"Ἁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x89",3,NULL,0,NULL,0}, + {"铷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\xb7",3,NULL,0,NULL,0}, + {"荀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x80",3,NULL,0,NULL,0}, + {"⓼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\xbc",3,NULL,0,NULL,0}, + {"삳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xae",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x87",3,NULL,0,NULL,0}, + {"鈐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x90",3,NULL,0,NULL,0}, + {"萨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xa8",3,NULL,0,NULL,0}, + {"晱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xa4",3,NULL,0,NULL,0}, + {"쬂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x82",3,NULL,0,NULL,0}, + {"〘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x98",3,NULL,0,NULL,0}, + {"⺃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\x83",3,NULL,0,NULL,0}, + {"蒸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\xb8",3,NULL,0,NULL,0}, + {"⧜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x9c",3,NULL,0,NULL,0}, + {"⡖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x91",3,NULL,0,NULL,0}, + {"⠧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xa7",3,NULL,0,NULL,0}, + {"ࡅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x85",3,NULL,0,NULL,0}, + {"䋆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xbf",3,NULL,0,NULL,0}, + {"탅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x85",3,NULL,0,NULL,0}, + {"ᐞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x9e",3,NULL,0,NULL,0}, + {"׺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xba",2,NULL,0,NULL,0}, + {"蚹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xa3",3,NULL,0,NULL,0}, + {"鴟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x9f",3,NULL,0,NULL,0}, + {"횢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xa2",3,NULL,0,NULL,0}, + {"櫂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x82",3,NULL,0,NULL,0}, + {"捞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x9e",3,NULL,0,NULL,0}, + {"字",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x97",3,NULL,0,NULL,0}, + {"華",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xaf",3,NULL,0,NULL,0}, + {"達",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x94",3,NULL,0,NULL,0}, + {"鑰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xb0",3,NULL,0,NULL,0}, + {"噝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x9d",3,NULL,0,NULL,0}, + {"奘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x98",3,NULL,0,NULL,0}, + {"踊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x8a",3,NULL,0,NULL,0}, + {"쎖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x96",3,NULL,0,NULL,0}, + {"喅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x85",3,NULL,0,NULL,0}, + {"壼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xbc",3,NULL,0,NULL,0}, + {"⟥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xa5",3,NULL,0,NULL,0}, + {"ⴧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xa7",3,NULL,0,NULL,0}, + {"䣑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x91",3,NULL,0,NULL,0}, + {"긬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xac",3,NULL,0,NULL,0}, + {"㊊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x8a",3,NULL,0,NULL,0}, + {"蹀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x80",3,NULL,0,NULL,0}, + {"ﮮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xae",3,NULL,0,NULL,0}, + {"쇬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xac",3,NULL,0,NULL,0}, + {"㈃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x83",3,NULL,0,NULL,0}, + {"Ⳏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x8e",3,NULL,0,NULL,0}, + {"걀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x80",3,NULL,0,NULL,0}, + {"㋜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x9c",3,NULL,0,NULL,0}, + {"࿞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x9e",3,NULL,0,NULL,0}, + {"묗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x97",3,NULL,0,NULL,0}, + {"㲚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xa6",3,NULL,0,NULL,0}, + {"ጘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x98",3,NULL,0,NULL,0}, + {"꽆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x86",3,NULL,0,NULL,0}, + {"鵾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xbe",3,NULL,0,NULL,0}, + {"Ⱜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xac",3,NULL,0,NULL,0}, + {"ϗ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x97",2,NULL,0,NULL,0}, + {"睕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x95",3,NULL,0,NULL,0}, + {"囮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xae",3,NULL,0,NULL,0}, + {"ད",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x91",3,NULL,0,NULL,0}, + {"趡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xa1",3,NULL,0,NULL,0}, + {"ᅌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x8c",3,NULL,0,NULL,0}, + {"㟒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x92",3,NULL,0,NULL,0}, + {"倃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x83",3,NULL,0,NULL,0}, + {"㋀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x80",3,NULL,0,NULL,0}, + {"쟀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x80",3,NULL,0,NULL,0}, + {"㓇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x87",3,NULL,0,NULL,0}, + {"ꆎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x8e",3,NULL,0,NULL,0}, + {"撥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xa5",3,NULL,0,NULL,0}, + {"浀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x80",3,NULL,0,NULL,0}, + {"龢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xa2",3,NULL,0,NULL,0}, + {"開",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x8b",3,NULL,0,NULL,0}, + {"ⷚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x9a",3,NULL,0,NULL,0}, + {"탑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x91",3,NULL,0,NULL,0}, + {"搴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xb4",3,NULL,0,NULL,0}, + {"愾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xbe",3,NULL,0,NULL,0}, + {"好",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xbd",3,NULL,0,NULL,0}, + {"鿑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x91",3,NULL,0,NULL,0}, + {"濊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x82",3,NULL,0,NULL,0}, + {"棜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x9c",3,NULL,0,NULL,0}, + {"ꝥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xa5",3,NULL,0,NULL,0}, + {"겁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x81",3,NULL,0,NULL,0}, + {"ꍣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xa3",3,NULL,0,NULL,0}, + {"㘍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x8d",3,NULL,0,NULL,0}, + {"䫣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xa3",3,NULL,0,NULL,0}, + {"䝀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x80",3,NULL,0,NULL,0}, + {"沭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xbb",3,NULL,0,NULL,0}, + {"ሺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xba",3,NULL,0,NULL,0}, + {"谖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x96",3,NULL,0,NULL,0}, + {"㱊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x8a",3,NULL,0,NULL,0}, + {"쳺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x80",3,NULL,0,NULL,0}, + {"眈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x88",3,NULL,0,NULL,0}, + {"袌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x8c",3,NULL,0,NULL,0}, + {"Դ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xb4",2,NULL,0,NULL,0}, + {"坛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x98",3,NULL,0,NULL,0}, + {"쾗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x97",3,NULL,0,NULL,0}, + {"ᆣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xba",3,NULL,0,NULL,0}, + {"렭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xad",3,NULL,0,NULL,0}, + {"ꍹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xb9",3,NULL,0,NULL,0}, + {"턒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xa1",3,NULL,0,NULL,0}, + {"䨟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x9f",3,NULL,0,NULL,0}, + {"蝾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xbe",3,NULL,0,NULL,0}, + {"鬵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xb5",3,NULL,0,NULL,0}, + {"戈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x88",3,NULL,0,NULL,0}, + {"깟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x9f",3,NULL,0,NULL,0}, + {"렄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x84",3,NULL,0,NULL,0}, + {"붘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xb3",3,NULL,0,NULL,0}, + {"镁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x81",3,NULL,0,NULL,0}, + {"⣿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xbf",3,NULL,0,NULL,0}, + {"掴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xb4",3,NULL,0,NULL,0}, + {"墮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xae",3,NULL,0,NULL,0}, + {"䱸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xb8",3,NULL,0,NULL,0}, + {"챡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xa1",3,NULL,0,NULL,0}, + {"浫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xab",3,NULL,0,NULL,0}, + {"웜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x9c",3,NULL,0,NULL,0}, + {"喡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xa1",3,NULL,0,NULL,0}, + {"륛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x9b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x87",3,NULL,0,NULL,0}, + {"쿠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xa0",3,NULL,0,NULL,0}, + {"渚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x9a",3,NULL,0,NULL,0}, + {"鹾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xbe",3,NULL,0,NULL,0}, + {"㥏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x8f",3,NULL,0,NULL,0}, + {"",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x06",1,NULL,0,NULL,0}, + {"뻣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xa3",3,NULL,0,NULL,0}, + {"熙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x99",3,NULL,0,NULL,0}, + {"⮚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x9a",3,NULL,0,NULL,0}, + {"뮮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x81",3,NULL,0,NULL,0}, + {"筿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xbf",3,NULL,0,NULL,0}, + {"盆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x86",3,NULL,0,NULL,0}, + {"뼎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x8e",3,NULL,0,NULL,0}, + {"犪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xaa",3,NULL,0,NULL,0}, + {"柠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xa0",3,NULL,0,NULL,0}, + {"씁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x81",3,NULL,0,NULL,0}, + {"㖦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xa6",3,NULL,0,NULL,0}, + {"篨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\xa8",3,NULL,0,NULL,0}, + {"꺕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x95",3,NULL,0,NULL,0}, + {"뫉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x89",3,NULL,0,NULL,0}, + {"ᣇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x87",3,NULL,0,NULL,0}, + {"咽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xbd",3,NULL,0,NULL,0}, + {"랼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xbc",3,NULL,0,NULL,0}, + {"鷌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x8c",3,NULL,0,NULL,0}, + {"栭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xad",3,NULL,0,NULL,0}, + {"鯎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x8e",3,NULL,0,NULL,0}, + {"䧀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x80",3,NULL,0,NULL,0}, + {"题",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x98",3,NULL,0,NULL,0}, + {"蚊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x8a",3,NULL,0,NULL,0}, + {"䆷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xb7",3,NULL,0,NULL,0}, + {"鯯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xaf",3,NULL,0,NULL,0}, + {"㟹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xb9",3,NULL,0,NULL,0}, + {"ꨆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x86",3,NULL,0,NULL,0}, + {"ᖿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xbf",3,NULL,0,NULL,0}, + {"썚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x9a",3,NULL,0,NULL,0}, + {"같",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x97",3,NULL,0,NULL,0}, + {"嘧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xa7",3,NULL,0,NULL,0}, + {"綑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x91",3,NULL,0,NULL,0}, + {"坧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xa7",3,NULL,0,NULL,0}, + {"淜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xab",3,NULL,0,NULL,0}, + {"퇞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x9e",3,NULL,0,NULL,0}, + {"焓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x9b",3,NULL,0,NULL,0}, + {"밅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x85",3,NULL,0,NULL,0}, + {"紺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xba",3,NULL,0,NULL,0}, + {"틡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xa1",3,NULL,0,NULL,0}, + {"麭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x8f",3,NULL,0,NULL,0}, + {"鰥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xa5",3,NULL,0,NULL,0}, + {"㠳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xb3",3,NULL,0,NULL,0}, + {"漺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xba",3,NULL,0,NULL,0}, + {"ﵷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x9e",3,NULL,0,NULL,0}, + {"諲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xb2",3,NULL,0,NULL,0}, + {"뭍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x8d",3,NULL,0,NULL,0}, + {"暢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xa2",3,NULL,0,NULL,0}, + {"稃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x83",3,NULL,0,NULL,0}, + {"뚛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x9b",3,NULL,0,NULL,0}, + {"뤃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x83",3,NULL,0,NULL,0}, + {"椃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x83",3,NULL,0,NULL,0}, + {"퇴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xb4",3,NULL,0,NULL,0}, + {"ᔢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xa2",3,NULL,0,NULL,0}, + {"湲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x92",3,NULL,0,NULL,0}, + {"㣏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x8f",3,NULL,0,NULL,0}, + {"素",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xa0",3,NULL,0,NULL,0}, + {"论",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xba",3,NULL,0,NULL,0}, + {"뢀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x80",3,NULL,0,NULL,0}, + {"斧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xa7",3,NULL,0,NULL,0}, + {"勮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x98",3,NULL,0,NULL,0}, + {"᜔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x94",3,NULL,0,NULL,0}, + {"欦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xa6",3,NULL,0,NULL,0}, + {"쿄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x84",3,NULL,0,NULL,0}, + {"䢛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x9b",3,NULL,0,NULL,0}, + {"覆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x86",3,NULL,0,NULL,0}, + {"吽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xbd",3,NULL,0,NULL,0}, + {"ই",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x87",3,NULL,0,NULL,0}, + {"㽩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xa9",3,NULL,0,NULL,0}, + {"ꓘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x98",3,NULL,0,NULL,0}, + {"팶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\xb6",3,NULL,0,NULL,0}, + {"ୄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x84",3,NULL,0,NULL,0}, + {"홇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x87",3,NULL,0,NULL,0}, + {"擬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xac",3,NULL,0,NULL,0}, + {"穄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x9a",3,NULL,0,NULL,0}, + {"茡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xa1",3,NULL,0,NULL,0}, + {"탲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xb2",3,NULL,0,NULL,0}, + {"鏡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xa1",3,NULL,0,NULL,0}, + {"폾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xbe",3,NULL,0,NULL,0}, + {"悄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x84",3,NULL,0,NULL,0}, + {"媗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x97",3,NULL,0,NULL,0}, + {"瑼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xba",3,NULL,0,NULL,0}, + {"嵑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x91",3,NULL,0,NULL,0}, + {"뢚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x9a",3,NULL,0,NULL,0}, + {"쌕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x95",3,NULL,0,NULL,0}, + {"턜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x9c",3,NULL,0,NULL,0}, + {"滟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x86",3,NULL,0,NULL,0}, + {"뒊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x8a",3,NULL,0,NULL,0}, + {"迒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\x92",3,NULL,0,NULL,0}, + {"맏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\x8f",3,NULL,0,NULL,0}, + {"꛴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x8f",3,NULL,0,NULL,0}, + {"릊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x84",3,NULL,0,NULL,0}, + {"㰛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x9b",3,NULL,0,NULL,0}, + {"낪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xaa",3,NULL,0,NULL,0}, + {"허",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x88",3,NULL,0,NULL,0}, + {"⟂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x82",3,NULL,0,NULL,0}, + {"̵",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xb5",2,NULL,0,NULL,0}, + {"롌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x8c",3,NULL,0,NULL,0}, + {"㫦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xa6",3,NULL,0,NULL,0}, + {"恵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xb5",3,NULL,0,NULL,0}, + {"ᛳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xaf",3,NULL,0,NULL,0}, + {"폱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xb1",3,NULL,0,NULL,0}, + {"鮥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xa5",3,NULL,0,NULL,0}, + {"눡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xa1",3,NULL,0,NULL,0}, + {"侉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x89",3,NULL,0,NULL,0}, + {"猯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\xae",3,NULL,0,NULL,0}, + {"ᒂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xa1",3,NULL,0,NULL,0}, + {"瑒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x92",3,NULL,0,NULL,0}, + {"ᣒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x92",3,NULL,0,NULL,0}, + {"徉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x89",3,NULL,0,NULL,0}, + {"冉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x89",3,NULL,0,NULL,0}, + {"ꪝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x9d",3,NULL,0,NULL,0}, + {"峊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xb0",3,NULL,0,NULL,0}, + {"屡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xb7",3,NULL,0,NULL,0}, + {"ᵿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xbf",3,NULL,0,NULL,0}, + {"馧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xa7",3,NULL,0,NULL,0}, + {"礼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x98",3,NULL,0,NULL,0}, + {"혂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x82",3,NULL,0,NULL,0}, + {"ꖱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xb1",3,NULL,0,NULL,0}, + {"燙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x99",3,NULL,0,NULL,0}, + {"뜽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xbd",3,NULL,0,NULL,0}, + {"ﴩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xa9",3,NULL,0,NULL,0}, + {"醆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x86",3,NULL,0,NULL,0}, + {"㸰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xb0",3,NULL,0,NULL,0}, + {"釥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xa5",3,NULL,0,NULL,0}, + {"뎼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xbc",3,NULL,0,NULL,0}, + {"끻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xbb",3,NULL,0,NULL,0}, + {"ꋾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xbe",3,NULL,0,NULL,0}, + {"Ş",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x9e",2,NULL,0,NULL,0}, + {"汌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x8c",3,NULL,0,NULL,0}, + {"辊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x8a",3,NULL,0,NULL,0}, + {"Ꙕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x94",3,NULL,0,NULL,0}, + {"q",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x91",3,NULL,0,NULL,0}, + {"䡱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xb1",3,NULL,0,NULL,0}, + {"Ἇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x8f",3,NULL,0,NULL,0}, + {"₆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x86",3,NULL,0,NULL,0}, + {"忲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\xb2",3,NULL,0,NULL,0}, + {"䐤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xa4",3,NULL,0,NULL,0}, + {"삕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xb7",3,NULL,0,NULL,0}, + {"嫑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x91",3,NULL,0,NULL,0}, + {"仁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x81",3,NULL,0,NULL,0}, + {"鍰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xb0",3,NULL,0,NULL,0}, + {"珋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x8b",3,NULL,0,NULL,0}, + {"ᤁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x81",3,NULL,0,NULL,0}, + {"凒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\x92",3,NULL,0,NULL,0}, + {"ꡰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xb0",3,NULL,0,NULL,0}, + {"ퟘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x98",3,NULL,0,NULL,0}, + {"춻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xbb",3,NULL,0,NULL,0}, + {"舿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xbf",3,NULL,0,NULL,0}, + {"陿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x99",3,NULL,0,NULL,0}, + {"垾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xbe",3,NULL,0,NULL,0}, + {"ࢥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xa5",3,NULL,0,NULL,0}, + {"⇽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xbd",3,NULL,0,NULL,0}, + {"胸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xb8",3,NULL,0,NULL,0}, + {"뇲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x91",3,NULL,0,NULL,0}, + {"꒏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x8f",3,NULL,0,NULL,0}, + {"﩯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\xaf",3,NULL,0,NULL,0}, + {"쨌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x8c",3,NULL,0,NULL,0}, + {"ॐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\x85",3,NULL,0,NULL,0}, + {"射",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x84",3,NULL,0,NULL,0}, + {"㼈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x88",3,NULL,0,NULL,0}, + {"掠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xb5",3,NULL,0,NULL,0}, + {"鵔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x8a",3,NULL,0,NULL,0}, + {"瞍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\x8d",3,NULL,0,NULL,0}, + {"됱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xb1",3,NULL,0,NULL,0}, + {"ㆅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x85",3,NULL,0,NULL,0}, + {"퍾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xa5",3,NULL,0,NULL,0}, + {"耓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x93",3,NULL,0,NULL,0}, + {"帥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xa5",3,NULL,0,NULL,0}, + {"窨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xa8",3,NULL,0,NULL,0}, + {"䠀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x80",3,NULL,0,NULL,0}, + {"댨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xa8",3,NULL,0,NULL,0}, + {"ᬂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x82",3,NULL,0,NULL,0}, + {"Ẹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xb8",3,NULL,0,NULL,0}, + {"ᾏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x8f",3,NULL,0,NULL,0}, + {"䑻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xbb",3,NULL,0,NULL,0}, + {"ᠣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\xa3",3,NULL,0,NULL,0}, + {"ﯩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xa9",3,NULL,0,NULL,0}, + {"쁼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xbc",3,NULL,0,NULL,0}, + {"邖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x96",3,NULL,0,NULL,0}, + {"甬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\xac",3,NULL,0,NULL,0}, + {"긛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x9b",3,NULL,0,NULL,0}, + {"땋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x8b",3,NULL,0,NULL,0}, + {"꒥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x96",3,NULL,0,NULL,0}, + {"쩊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x8a",3,NULL,0,NULL,0}, + {"̝",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x9d",2,NULL,0,NULL,0}, + {"㜠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xa0",3,NULL,0,NULL,0}, + {"썄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x84",3,NULL,0,NULL,0}, + {"⽅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x85",3,NULL,0,NULL,0}, + {"쓩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xa9",3,NULL,0,NULL,0}, + {"痜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x9c",3,NULL,0,NULL,0}, + {"ꄒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x92",3,NULL,0,NULL,0}, + {"橤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xa4",3,NULL,0,NULL,0}, + {"䶈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x97",3,NULL,0,NULL,0}, + {"磫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xab",3,NULL,0,NULL,0}, + {"㺁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x94",3,NULL,0,NULL,0}, + {"왥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xa5",3,NULL,0,NULL,0}, + {"휎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x8e",3,NULL,0,NULL,0}, + {"℆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\x86",3,NULL,0,NULL,0}, + {"恎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\x8e",3,NULL,0,NULL,0}, + {"䙈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x95",3,NULL,0,NULL,0}, + {"虑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xbe",3,NULL,0,NULL,0}, + {"䌴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\xb4",3,NULL,0,NULL,0}, + {"ゃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x83",3,NULL,0,NULL,0}, + {"霎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x8e",3,NULL,0,NULL,0}, + {"쬨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xab",3,NULL,0,NULL,0}, + {"筗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x95",3,NULL,0,NULL,0}, + {"캳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xb3",3,NULL,0,NULL,0}, + {"⩅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xb1",3,NULL,0,NULL,0}, + {"崢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xa2",3,NULL,0,NULL,0}, + {"籑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x91",3,NULL,0,NULL,0}, + {"鄃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x83",3,NULL,0,NULL,0}, + {"ꘫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xab",3,NULL,0,NULL,0}, + {"姯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xaf",3,NULL,0,NULL,0}, + {"峳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\xb3",3,NULL,0,NULL,0}, + {"㌧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\xa7",3,NULL,0,NULL,0}, + {"貁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x81",3,NULL,0,NULL,0}, + {"檢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xa2",3,NULL,0,NULL,0}, + {"␝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\x9d",3,NULL,0,NULL,0}, + {"⌄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x84",3,NULL,0,NULL,0}, + {"㛱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xbf",3,NULL,0,NULL,0}, + {"畝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x9d",3,NULL,0,NULL,0}, + {"ᓣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x82",3,NULL,0,NULL,0}, + {"碌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x8c",3,NULL,0,NULL,0}, + {"万",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x87",3,NULL,0,NULL,0}, + {"괞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x9e",3,NULL,0,NULL,0}, + {"픒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x8f",3,NULL,0,NULL,0}, + {"ꩃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x83",3,NULL,0,NULL,0}, + {"ꯇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x87",3,NULL,0,NULL,0}, + {"筳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xb3",3,NULL,0,NULL,0}, + {"쟯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xaf",3,NULL,0,NULL,0}, + {"⛷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xb7",3,NULL,0,NULL,0}, + {"肊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x8a",3,NULL,0,NULL,0}, + {"䎳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x96",3,NULL,0,NULL,0}, + {"Ƨ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xa7",2,NULL,0,NULL,0}, + {"친",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x9c",3,NULL,0,NULL,0}, + {"妺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xba",3,NULL,0,NULL,0}, + {"꤭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xad",3,NULL,0,NULL,0}, + {"ܚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x9a",2,NULL,0,NULL,0}, + {"镌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x8c",3,NULL,0,NULL,0}, + {"Ა",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x90",3,NULL,0,NULL,0}, + {"쒤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xa4",3,NULL,0,NULL,0}, + {"๡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xa1",3,NULL,0,NULL,0}, + {"훑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x91",3,NULL,0,NULL,0}, + {"簨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xa8",3,NULL,0,NULL,0}, + {"ᙘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x98",3,NULL,0,NULL,0}, + {"큘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x98",3,NULL,0,NULL,0}, + {"䑋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x8b",3,NULL,0,NULL,0}, + {"坑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x91",3,NULL,0,NULL,0}, + {"Ⲕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x94",3,NULL,0,NULL,0}, + {"⤻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xbb",3,NULL,0,NULL,0}, + {"㉣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xa3",3,NULL,0,NULL,0}, + {"镾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xbe",3,NULL,0,NULL,0}, + {"掋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x94",3,NULL,0,NULL,0}, + {"醯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xaf",3,NULL,0,NULL,0}, + {"ٺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xba",2,NULL,0,NULL,0}, + {"ꈗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xbc",3,NULL,0,NULL,0}, + {"᭔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x94",3,NULL,0,NULL,0}, + {"钶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xb6",3,NULL,0,NULL,0}, + {"ᆑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x91",3,NULL,0,NULL,0}, + {"Ⓗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xbd",3,NULL,0,NULL,0}, + {"䩺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\xba",3,NULL,0,NULL,0}, + {"✽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xbd",3,NULL,0,NULL,0}, + {"迬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xac",3,NULL,0,NULL,0}, + {"肱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\xb1",3,NULL,0,NULL,0}, + {"⸲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xb2",3,NULL,0,NULL,0}, + {"√",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x9a",3,NULL,0,NULL,0}, + {"ߢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xa2",2,NULL,0,NULL,0}, + {"Ȫ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xaa",2,NULL,0,NULL,0}, + {"჻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xbb",3,NULL,0,NULL,0}, + {"숫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xab",3,NULL,0,NULL,0}, + {"⍬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xac",3,NULL,0,NULL,0}, + {"ᗯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xaf",3,NULL,0,NULL,0}, + {"㧧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xb9",3,NULL,0,NULL,0}, + {"挮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xae",3,NULL,0,NULL,0}, + {"ᨠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xa0",3,NULL,0,NULL,0}, + {"䎆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x86",3,NULL,0,NULL,0}, + {"㓑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\x91",3,NULL,0,NULL,0}, + {"嗪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xaa",3,NULL,0,NULL,0}, + {"Ṁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x80",3,NULL,0,NULL,0}, + {"㬔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x94",3,NULL,0,NULL,0}, + {"쯩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xa9",3,NULL,0,NULL,0}, + {"挺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\xba",3,NULL,0,NULL,0}, + {"痻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xbb",3,NULL,0,NULL,0}, + {"ꆓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x93",3,NULL,0,NULL,0}, + {"唩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xa9",3,NULL,0,NULL,0}, + {"☖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x96",3,NULL,0,NULL,0}, + {"躟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x9f",3,NULL,0,NULL,0}, + {"礞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x9e",3,NULL,0,NULL,0}, + {"蹰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xb0",3,NULL,0,NULL,0}, + {"⪇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xad",3,NULL,0,NULL,0}, + {"䙮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xae",3,NULL,0,NULL,0}, + {"騠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xa0",3,NULL,0,NULL,0}, + {"㉺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xba",3,NULL,0,NULL,0}, + {"⷗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x97",3,NULL,0,NULL,0}, + {"蚻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xbb",3,NULL,0,NULL,0}, + {"獕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x95",3,NULL,0,NULL,0}, + {"ꦈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x88",3,NULL,0,NULL,0}, + {"Ⰱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x81",3,NULL,0,NULL,0}, + {"쎿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xbf",3,NULL,0,NULL,0}, + {"뭼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xbc",3,NULL,0,NULL,0}, + {"걑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x91",3,NULL,0,NULL,0}, + {"䄢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x9b",3,NULL,0,NULL,0}, + {"暥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xa5",3,NULL,0,NULL,0}, + {"㢲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xb2",3,NULL,0,NULL,0}, + {"洀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x80",3,NULL,0,NULL,0}, + {"進",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xb2",3,NULL,0,NULL,0}, + {"趏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x8f",3,NULL,0,NULL,0}, + {"㗕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x95",3,NULL,0,NULL,0}, + {"噟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x9f",3,NULL,0,NULL,0}, + {"煨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xa4",3,NULL,0,NULL,0}, + {"읿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xbf",3,NULL,0,NULL,0}, + {"퓂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x82",3,NULL,0,NULL,0}, + {"켌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x8c",3,NULL,0,NULL,0}, + {"撟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x9f",3,NULL,0,NULL,0}, + {"꣉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x89",3,NULL,0,NULL,0}, + {"齮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xae",3,NULL,0,NULL,0}, + {"氆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x86",3,NULL,0,NULL,0}, + {"煚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x9a",3,NULL,0,NULL,0}, + {"ꭗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x97",3,NULL,0,NULL,0}, + {"㈑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xa7",3,NULL,0,NULL,0}, + {"鱡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xa1",3,NULL,0,NULL,0}, + {"씖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x96",3,NULL,0,NULL,0}, + {"㙵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xb5",3,NULL,0,NULL,0}, + {"ᦗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x97",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x94",3,NULL,0,NULL,0}, + {"횄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x84",3,NULL,0,NULL,0}, + {"ꎲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xb2",3,NULL,0,NULL,0}, + {"䞽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xbd",3,NULL,0,NULL,0}, + {"̊",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x8a",2,NULL,0,NULL,0}, + {"킵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xb5",3,NULL,0,NULL,0}, + {"驡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xa1",3,NULL,0,NULL,0}, + {"䳝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x9d",3,NULL,0,NULL,0}, + {"ꀕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x95",3,NULL,0,NULL,0}, + {"暚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x9a",3,NULL,0,NULL,0}, + {"鵗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x97",3,NULL,0,NULL,0}, + {"⑆",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x86",3,NULL,0,NULL,0}, + {"ꋞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x9e",3,NULL,0,NULL,0}, + {"뢷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xb7",3,NULL,0,NULL,0}, + {"ⵚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x9a",3,NULL,0,NULL,0}, + {"촹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\xb9",3,NULL,0,NULL,0}, + {"顈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x88",3,NULL,0,NULL,0}, + {"鶘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x98",3,NULL,0,NULL,0}, + {"곔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x94",3,NULL,0,NULL,0}, + {"鸟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x9f",3,NULL,0,NULL,0}, + {"曦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xa6",3,NULL,0,NULL,0}, + {"僔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x94",3,NULL,0,NULL,0}, + {"혹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xb9",3,NULL,0,NULL,0}, + {"沿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xbf",3,NULL,0,NULL,0}, + {"迫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xab",3,NULL,0,NULL,0}, + {"ꝰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xb0",3,NULL,0,NULL,0}, + {"뿹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xb9",3,NULL,0,NULL,0}, + {"ᄼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xbc",3,NULL,0,NULL,0}, + {"弶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xb6",3,NULL,0,NULL,0}, + {"쟈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x9d",3,NULL,0,NULL,0}, + {"訠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xa0",3,NULL,0,NULL,0}, + {"歭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xad",3,NULL,0,NULL,0}, + {"䉟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\x9f",3,NULL,0,NULL,0}, + {"Ꞅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x84",3,NULL,0,NULL,0}, + {"탃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x99",3,NULL,0,NULL,0}, + {"棼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xbc",3,NULL,0,NULL,0}, + {"誧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xa7",3,NULL,0,NULL,0}, + {"⥤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xa4",3,NULL,0,NULL,0}, + {"터",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xb0",3,NULL,0,NULL,0}, + {"劏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x8f",3,NULL,0,NULL,0}, + {"೗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x97",3,NULL,0,NULL,0}, + {"鮄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x84",3,NULL,0,NULL,0}, + {"蜃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x83",3,NULL,0,NULL,0}, + {"焛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\x9b",3,NULL,0,NULL,0}, + {"薩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xa9",3,NULL,0,NULL,0}, + {"꾟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x9f",3,NULL,0,NULL,0}, + {"赭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xad",3,NULL,0,NULL,0}, + {"匮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\xae",3,NULL,0,NULL,0}, + {"诪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xaa",3,NULL,0,NULL,0}, + {"貑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x91",3,NULL,0,NULL,0}, + {"ꇮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xae",3,NULL,0,NULL,0}, + {"뱓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x93",3,NULL,0,NULL,0}, + {"熫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xab",3,NULL,0,NULL,0}, + {"᳷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x9b",3,NULL,0,NULL,0}, + {"筵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xb5",3,NULL,0,NULL,0}, + {"爬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xac",3,NULL,0,NULL,0}, + {"詭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xad",3,NULL,0,NULL,0}, + {"唦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\x88",3,NULL,0,NULL,0}, + {"풡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xa1",3,NULL,0,NULL,0}, + {"굏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x8f",3,NULL,0,NULL,0}, + {"롇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x87",3,NULL,0,NULL,0}, + {"䮡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xa1",3,NULL,0,NULL,0}, + {"枊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x8a",3,NULL,0,NULL,0}, + {"䨕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x95",3,NULL,0,NULL,0}, + {"묦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xa6",3,NULL,0,NULL,0}, + {"깍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x8d",3,NULL,0,NULL,0}, + {"ꌹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xb9",3,NULL,0,NULL,0}, + {"꺬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xac",3,NULL,0,NULL,0}, + {"乵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xb5",3,NULL,0,NULL,0}, + {"糓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x93",3,NULL,0,NULL,0}, + {"駔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x94",3,NULL,0,NULL,0}, + {"到",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xaa",3,NULL,0,NULL,0}, + {"웴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xb4",3,NULL,0,NULL,0}, + {"烂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x82",3,NULL,0,NULL,0}, + {"㤅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x85",3,NULL,0,NULL,0}, + {"쎠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xa0",3,NULL,0,NULL,0}, + {"鹢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xa2",3,NULL,0,NULL,0}, + {"텧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xa7",3,NULL,0,NULL,0}, + {"틫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xab",3,NULL,0,NULL,0}, + {"銟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x9f",3,NULL,0,NULL,0}, + {"㾱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xb2",3,NULL,0,NULL,0}, + {"ꟾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xbe",3,NULL,0,NULL,0}, + {"柈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x88",3,NULL,0,NULL,0}, + {"襋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x8b",3,NULL,0,NULL,0}, + {"跊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x8a",3,NULL,0,NULL,0}, + {"퍣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xa3",3,NULL,0,NULL,0}, + {"㭖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xb6",3,NULL,0,NULL,0}, + {"岤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xa4",3,NULL,0,NULL,0}, + {"붶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xb6",3,NULL,0,NULL,0}, + {"䫑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x91",3,NULL,0,NULL,0}, + {"迦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xa6",3,NULL,0,NULL,0}, + {"秂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x82",3,NULL,0,NULL,0}, + {"뷷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xb7",3,NULL,0,NULL,0}, + {"똢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xa2",3,NULL,0,NULL,0}, + {"梐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x90",3,NULL,0,NULL,0}, + {"㞔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x94",3,NULL,0,NULL,0}, + {"潳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xb3",3,NULL,0,NULL,0}, + {"ﶘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x98",3,NULL,0,NULL,0}, + {"珺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xba",3,NULL,0,NULL,0}, + {"薤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x94",3,NULL,0,NULL,0}, + {"栏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x8f",3,NULL,0,NULL,0}, + {"떄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x84",3,NULL,0,NULL,0}, + {"䴱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\xa3",3,NULL,0,NULL,0}, + {"욡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x9a",3,NULL,0,NULL,0}, + {"㡾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xbe",3,NULL,0,NULL,0}, + {"ᕨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xbb",3,NULL,0,NULL,0}, + {"褹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x89",3,NULL,0,NULL,0}, + {"놴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xb4",3,NULL,0,NULL,0}, + {"璚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x82",3,NULL,0,NULL,0}, + {"ᜬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xac",3,NULL,0,NULL,0}, + {"ͮ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xae",2,NULL,0,NULL,0}, + {"뒼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xbc",3,NULL,0,NULL,0}, + {"씥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xa5",3,NULL,0,NULL,0}, + {"偍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\x8d",3,NULL,0,NULL,0}, + {"叀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x9c",3,NULL,0,NULL,0}, + {"觜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x9c",3,NULL,0,NULL,0}, + {"죶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xb6",3,NULL,0,NULL,0}, + {"芤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xa4",3,NULL,0,NULL,0}, + {"惧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xa7",3,NULL,0,NULL,0}, + {"뎢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x8e",3,NULL,0,NULL,0}, + {"茣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xa3",3,NULL,0,NULL,0}, + {"ി",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xbf",3,NULL,0,NULL,0}, + {"貢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xa2",3,NULL,0,NULL,0}, + {"飓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x93",3,NULL,0,NULL,0}, + {"纪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xaa",3,NULL,0,NULL,0}, + {"舄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x84",3,NULL,0,NULL,0}, + {"餔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x94",3,NULL,0,NULL,0}, + {"뗛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x9b",3,NULL,0,NULL,0}, + {"둺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xba",3,NULL,0,NULL,0}, + {"礆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x86",3,NULL,0,NULL,0}, + {"⼝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\x9d",3,NULL,0,NULL,0}, + {"ᶾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xbe",3,NULL,0,NULL,0}, + {"7",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7",1,NULL,0,NULL,0}, + {"멯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xb6",3,NULL,0,NULL,0}, + {"ॵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xb5",3,NULL,0,NULL,0}, + {"벦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xa6",3,NULL,0,NULL,0}, + {"ㇼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\xb9",3,NULL,0,NULL,0}, + {"옮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\xae",3,NULL,0,NULL,0}, + {"哕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x95",3,NULL,0,NULL,0}, + {"ⳟ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\x9f",3,NULL,0,NULL,0}, + {"역",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xad",3,NULL,0,NULL,0}, + {"힘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x98",3,NULL,0,NULL,0}, + {"﵋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x8b",3,NULL,0,NULL,0}, + {"쥵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xb5",3,NULL,0,NULL,0}, + {"᳄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x84",3,NULL,0,NULL,0}, + {"쫺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xba",3,NULL,0,NULL,0}, + {"凳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xb3",3,NULL,0,NULL,0}, + {"ᛙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x99",3,NULL,0,NULL,0}, + {"←",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x90",3,NULL,0,NULL,0}, + {"㫖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xab",3,NULL,0,NULL,0}, + {"띟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x9f",3,NULL,0,NULL,0}, + {"︀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x80",3,NULL,0,NULL,0}, + {"悌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x85",3,NULL,0,NULL,0}, + {"ᡭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xad",3,NULL,0,NULL,0}, + {"嵓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\x93",3,NULL,0,NULL,0}, + {"㵤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xa4",3,NULL,0,NULL,0}, + {"⪭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xad",3,NULL,0,NULL,0}, + {"余",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x99",3,NULL,0,NULL,0}, + {"赁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x81",3,NULL,0,NULL,0}, + {"⊶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\xb6",3,NULL,0,NULL,0}, + {"饬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xac",3,NULL,0,NULL,0}, + {"鋧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xaa",3,NULL,0,NULL,0}, + {"꫒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x92",3,NULL,0,NULL,0}, + {"ᚑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x91",3,NULL,0,NULL,0}, + {"췢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xa2",3,NULL,0,NULL,0}, + {"ᵽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x9d",3,NULL,0,NULL,0}, + {"ㆾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xbe",3,NULL,0,NULL,0}, + {"纋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x8b",3,NULL,0,NULL,0}, + {"ﭗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x97",3,NULL,0,NULL,0}, + {"屣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xa3",3,NULL,0,NULL,0}, + {"ꀩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\xa9",3,NULL,0,NULL,0}, + {"햸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xb8",3,NULL,0,NULL,0}, + {"楿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xa9",3,NULL,0,NULL,0}, + {"쩚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x9a",3,NULL,0,NULL,0}, + {"轾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xbe",3,NULL,0,NULL,0}, + {"ᰫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xab",3,NULL,0,NULL,0}, + {"釧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xa7",3,NULL,0,NULL,0}, + {"눳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xb3",3,NULL,0,NULL,0}, + {"供",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x95",3,NULL,0,NULL,0}, + {"菘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x98",3,NULL,0,NULL,0}, + {"䨘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x98",3,NULL,0,NULL,0}, + {"冃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x83",3,NULL,0,NULL,0}, + {"ᣞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\x9e",3,NULL,0,NULL,0}, + {"乌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xb1",3,NULL,0,NULL,0}, + {"瑂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x82",3,NULL,0,NULL,0}, + {"⟺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xba",3,NULL,0,NULL,0}, + {"仓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x93",3,NULL,0,NULL,0}, + {"୵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xb5",3,NULL,0,NULL,0}, + {"ꐖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x96",3,NULL,0,NULL,0}, + {"塚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x90",3,NULL,0,NULL,0}, + {"䣬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xac",3,NULL,0,NULL,0}, + {"䀷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xb7",3,NULL,0,NULL,0}, + {"ﵫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xb9",3,NULL,0,NULL,0}, + {"뜿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x9b",3,NULL,0,NULL,0}, + {"즹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xb9",3,NULL,0,NULL,0}, + {"㏿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xbf",3,NULL,0,NULL,0}, + {"핥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xa5",3,NULL,0,NULL,0}, + {"ꌚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x9a",3,NULL,0,NULL,0}, + {"㾕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x95",3,NULL,0,NULL,0}, + {"찶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xb6",3,NULL,0,NULL,0}, + {"䈅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x85",3,NULL,0,NULL,0}, + {"㒆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x86",3,NULL,0,NULL,0}, + {"菊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x8a",3,NULL,0,NULL,0}, + {"䢓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x93",3,NULL,0,NULL,0}, + {"덵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xbb",3,NULL,0,NULL,0}, + {"ࠞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x9e",3,NULL,0,NULL,0}, + {"᪡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xa1",3,NULL,0,NULL,0}, + {"꽡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xa1",3,NULL,0,NULL,0}, + {"䑄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x84",3,NULL,0,NULL,0}, + {"奯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xaf",3,NULL,0,NULL,0}, + {"ប",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x88",3,NULL,0,NULL,0}, + {"嫓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x93",3,NULL,0,NULL,0}, + {"苏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\x8f",3,NULL,0,NULL,0}, + {"珙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x99",3,NULL,0,NULL,0}, + {"㊯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\xaf",3,NULL,0,NULL,0}, + {"误",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xaf",3,NULL,0,NULL,0}, + {"隯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xaf",3,NULL,0,NULL,0}, + {"嶛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x9b",3,NULL,0,NULL,0}, + {"ꆝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\x9d",3,NULL,0,NULL,0}, + {"ﰎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x8e",3,NULL,0,NULL,0}, + {"뗽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xbd",3,NULL,0,NULL,0}, + {"∏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x8f",3,NULL,0,NULL,0}, + {"꟫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xab",3,NULL,0,NULL,0}, + {"櫯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xaf",3,NULL,0,NULL,0}, + {"⾡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xa1",3,NULL,0,NULL,0}, + {"쇗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x97",3,NULL,0,NULL,0}, + {"垒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x92",3,NULL,0,NULL,0}, + {"側",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xb4",3,NULL,0,NULL,0}, + {"ꖠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xa0",3,NULL,0,NULL,0}, + {"堹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xb9",3,NULL,0,NULL,0}, + {"驪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x87",3,NULL,0,NULL,0}, + {"섖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x91",3,NULL,0,NULL,0}, + {"Ꮮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x9e",3,NULL,0,NULL,0}, + {"ꕁ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xba",3,NULL,0,NULL,0}, + {"건",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xb4",3,NULL,0,NULL,0}, + {"꼣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xa3",3,NULL,0,NULL,0}, + {"謏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x8f",3,NULL,0,NULL,0}, + {"⶗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x97",3,NULL,0,NULL,0}, + {"夵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xb5",3,NULL,0,NULL,0}, + {"쮝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x9d",3,NULL,0,NULL,0}, + {"䋧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xa8",3,NULL,0,NULL,0}, + {"૘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xb2",3,NULL,0,NULL,0}, + {"ឪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xaa",3,NULL,0,NULL,0}, + {"䏘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x98",3,NULL,0,NULL,0}, + {"䗲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xb2",3,NULL,0,NULL,0}, + {"쭮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xae",3,NULL,0,NULL,0}, + {"▐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x90",3,NULL,0,NULL,0}, + {"㙲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xb2",3,NULL,0,NULL,0}, + {"阨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\xa8",3,NULL,0,NULL,0}, + {"坲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\xbe",3,NULL,0,NULL,0}, + {"葾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xbe",3,NULL,0,NULL,0}, + {"⒐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\x90",3,NULL,0,NULL,0}, + {"㜜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x8b",3,NULL,0,NULL,0}, + {"⊉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x89",3,NULL,0,NULL,0}, + {"㈨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\xa8",3,NULL,0,NULL,0}, + {"米",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xb3",3,NULL,0,NULL,0}, + {"痘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xbc",3,NULL,0,NULL,0}, + {"ꃶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xb5",3,NULL,0,NULL,0}, + {"橈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x88",3,NULL,0,NULL,0}, + {"䵼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xbc",3,NULL,0,NULL,0}, + {"磡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xa1",3,NULL,0,NULL,0}, + {"솨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xa8",3,NULL,0,NULL,0}, + {"╘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x98",3,NULL,0,NULL,0}, + {"嬞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x9e",3,NULL,0,NULL,0}, + {"泖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x96",3,NULL,0,NULL,0}, + {"섩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xa9",3,NULL,0,NULL,0}, + {"椤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xa4",3,NULL,0,NULL,0}, + {"ୋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x8b",3,NULL,0,NULL,0}, + {"䘰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xb0",3,NULL,0,NULL,0}, + {"쬬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xac",3,NULL,0,NULL,0}, + {"쁊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x8a",3,NULL,0,NULL,0}, + {"ߧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xa7",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\x87",3,NULL,0,NULL,0}, + {"ᔿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xbf",3,NULL,0,NULL,0}, + {"Ғ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x92",2,NULL,0,NULL,0}, + {"❺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xba",3,NULL,0,NULL,0}, + {"੬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\xac",3,NULL,0,NULL,0}, + {"ݹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xb9",2,NULL,0,NULL,0}, + {"퀗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x97",3,NULL,0,NULL,0}, + {"ӈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x88",2,NULL,0,NULL,0}, + {"㠋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x8b",3,NULL,0,NULL,0}, + {"݊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x8a",2,NULL,0,NULL,0}, + {"﹁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x81",3,NULL,0,NULL,0}, + {"쐌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x8c",3,NULL,0,NULL,0}, + {"摟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x9f",3,NULL,0,NULL,0}, + {"뿿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xbf",3,NULL,0,NULL,0}, + {"Ⴠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x80",3,NULL,0,NULL,0}, + {"髝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xbd",3,NULL,0,NULL,0}, + {"ﮄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x84",3,NULL,0,NULL,0}, + {"널",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\x90",3,NULL,0,NULL,0}, + {"ꎄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\x84",3,NULL,0,NULL,0}, + {"턅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x85",3,NULL,0,NULL,0}, + {"ꬓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x93",3,NULL,0,NULL,0}, + {"墒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x92",3,NULL,0,NULL,0}, + {"⣒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x92",3,NULL,0,NULL,0}, + {"᫫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xab",3,NULL,0,NULL,0}, + {"笧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xa7",3,NULL,0,NULL,0}, + {"颭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xad",3,NULL,0,NULL,0}, + {"ꉸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xb8",3,NULL,0,NULL,0}, + {"ꆻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xbb",3,NULL,0,NULL,0}, + {"ꮽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\x8c",3,NULL,0,NULL,0}, + {"괢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xa2",3,NULL,0,NULL,0}, + {"눰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xa6",3,NULL,0,NULL,0}, + {"ϯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xaf",2,NULL,0,NULL,0}, + {"䥔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\x94",3,NULL,0,NULL,0}, + {"믲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\xb2",3,NULL,0,NULL,0}, + {"ႂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x82",3,NULL,0,NULL,0}, + {"إ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xa5",2,NULL,0,NULL,0}, + {"큠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xa0",3,NULL,0,NULL,0}, + {"㞎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x88",3,NULL,0,NULL,0}, + {"뽓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x93",3,NULL,0,NULL,0}, + {"뾨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xa8",3,NULL,0,NULL,0}, + {"犕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x89",3,NULL,0,NULL,0}, + {"蛦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xa6",3,NULL,0,NULL,0}, + {"i",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"꺄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\x84",3,NULL,0,NULL,0}, + {"ᑆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x96",3,NULL,0,NULL,0}, + {"ل",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x84",2,NULL,0,NULL,0}, + {"鰒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\x92",3,NULL,0,NULL,0}, + {"껅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x85",3,NULL,0,NULL,0}, + {"쎍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x8d",3,NULL,0,NULL,0}, + {"ú",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xba",2,NULL,0,NULL,0}, + {"㠜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xb7",3,NULL,0,NULL,0}, + {"൅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x85",3,NULL,0,NULL,0}, + {"೧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xa7",3,NULL,0,NULL,0}, + {"慨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xa8",3,NULL,0,NULL,0}, + {"ᩰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xb0",3,NULL,0,NULL,0}, + {"Ⓡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x87",3,NULL,0,NULL,0}, + {"․",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa4",3,NULL,0,NULL,0}, + {"嘺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xba",3,NULL,0,NULL,0}, + {"淯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xaf",3,NULL,0,NULL,0}, + {"躝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x9d",3,NULL,0,NULL,0}, + {"먦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xa6",3,NULL,0,NULL,0}, + {"嚧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xa7",3,NULL,0,NULL,0}, + {"紑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\x91",3,NULL,0,NULL,0}, + {"繨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xa8",3,NULL,0,NULL,0}, + {"蓪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xaa",3,NULL,0,NULL,0}, + {"귓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x93",3,NULL,0,NULL,0}, + {"蜤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xa4",3,NULL,0,NULL,0}, + {"䭖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x96",3,NULL,0,NULL,0}, + {"⍰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xb0",3,NULL,0,NULL,0}, + {"풬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xac",3,NULL,0,NULL,0}, + {"췖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x96",3,NULL,0,NULL,0}, + {"爖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x96",3,NULL,0,NULL,0}, + {"栀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x80",3,NULL,0,NULL,0}, + {"䝨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xa8",3,NULL,0,NULL,0}, + {"獷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xb7",3,NULL,0,NULL,0}, + {"桗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\x97",3,NULL,0,NULL,0}, + {"擕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\x95",3,NULL,0,NULL,0}, + {"⯓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x93",3,NULL,0,NULL,0}, + {"㞫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x98",3,NULL,0,NULL,0}, + {"겕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x95",3,NULL,0,NULL,0}, + {"迩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbf\xa9",3,NULL,0,NULL,0}, + {"晡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xa1",3,NULL,0,NULL,0}, + {"⹤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xa4",3,NULL,0,NULL,0}, + {"툃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\x83",3,NULL,0,NULL,0}, + {"좆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x86",3,NULL,0,NULL,0}, + {"⧑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x91",3,NULL,0,NULL,0}, + {"궑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x91",3,NULL,0,NULL,0}, + {"ꤼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xbc",3,NULL,0,NULL,0}, + {"襶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xb6",3,NULL,0,NULL,0}, + {"켬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xac",3,NULL,0,NULL,0}, + {"㘀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\x80",3,NULL,0,NULL,0}, + {"社",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xbe",3,NULL,0,NULL,0}, + {"衇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x84",3,NULL,0,NULL,0}, + {"ັ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xb1",3,NULL,0,NULL,0}, + {"鐺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xba",3,NULL,0,NULL,0}, + {"ɹ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xb9",2,NULL,0,NULL,0}, + {"䫀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x80",3,NULL,0,NULL,0}, + {"ӣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xa3",2,NULL,0,NULL,0}, + {"鵅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x85",3,NULL,0,NULL,0}, + {"澨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xa8",3,NULL,0,NULL,0}, + {"憃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x83",3,NULL,0,NULL,0}, + {"暗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x97",3,NULL,0,NULL,0}, + {"Ḧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xa6",3,NULL,0,NULL,0}, + {"㝺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xba",3,NULL,0,NULL,0}, + {"O",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xaf",3,NULL,0,NULL,0}, + {"䰝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x9d",3,NULL,0,NULL,0}, + {"鏈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xa5",3,NULL,0,NULL,0}, + {"湇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x87",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x85",3,NULL,0,NULL,0}, + {"曜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x9c",3,NULL,0,NULL,0}, + {"㢛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x9b",3,NULL,0,NULL,0}, + {"ϲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xb2",2,NULL,0,NULL,0}, + {"篚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xab",3,NULL,0,NULL,0}, + {"杣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xa3",3,NULL,0,NULL,0}, + {"뱄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x84",3,NULL,0,NULL,0}, + {"꣋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\x8b",3,NULL,0,NULL,0}, + {"ⷷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x95",3,NULL,0,NULL,0}, + {"ꟑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x96",3,NULL,0,NULL,0}, + {"燶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\xb6",3,NULL,0,NULL,0}, + {"퐞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x9e",3,NULL,0,NULL,0}, + {"驳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\xb3",3,NULL,0,NULL,0}, + {"˂",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x82",2,NULL,0,NULL,0}, + {"蜰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xb0",3,NULL,0,NULL,0}, + {"㜌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x8c",3,NULL,0,NULL,0}, + {"ദ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xa6",3,NULL,0,NULL,0}, + {"ၑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x91",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\xa3",3,NULL,0,NULL,0}, + {"䃴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x8f",3,NULL,0,NULL,0}, + {"ꬍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x8d",3,NULL,0,NULL,0}, + {"跠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xa0",3,NULL,0,NULL,0}, + {"స",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xb8",3,NULL,0,NULL,0}, + {"鮶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xb6",3,NULL,0,NULL,0}, + {"﷧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xa7",3,NULL,0,NULL,0}, + {"䇬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xac",3,NULL,0,NULL,0}, + {"鐑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x91",3,NULL,0,NULL,0}, + {"鸍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa2",3,NULL,0,NULL,0}, + {"ᤚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa4\x9a",3,NULL,0,NULL,0}, + {"ᵘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x98",3,NULL,0,NULL,0}, + {"໼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xbc",3,NULL,0,NULL,0}, + {"弈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x88",3,NULL,0,NULL,0}, + {"鍛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x9b",3,NULL,0,NULL,0}, + {"髋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x8b",3,NULL,0,NULL,0}, + {"ꢍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x8d",3,NULL,0,NULL,0}, + {"䬄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xa4",3,NULL,0,NULL,0}, + {"濚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x9a",3,NULL,0,NULL,0}, + {"Ⲩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x8b",3,NULL,0,NULL,0}, + {"牠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xb4",3,NULL,0,NULL,0}, + {"㪻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xbb",3,NULL,0,NULL,0}, + {"ꗨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xa8",3,NULL,0,NULL,0}, + {"㌆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\x9b",3,NULL,0,NULL,0}, + {"꘱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x98\xb1",3,NULL,0,NULL,0}, + {"㫼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xbc",3,NULL,0,NULL,0}, + {"枖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x96",3,NULL,0,NULL,0}, + {"뵧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xa7",3,NULL,0,NULL,0}, + {"彚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x9a",3,NULL,0,NULL,0}, + {"劅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x85",3,NULL,0,NULL,0}, + {"鮀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x80",3,NULL,0,NULL,0}, + {"ሌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x8c",3,NULL,0,NULL,0}, + {"琧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xa7",3,NULL,0,NULL,0}, + {"픹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xb9",3,NULL,0,NULL,0}, + {"斐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xaa",3,NULL,0,NULL,0}, + {"b",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x82",3,NULL,0,NULL,0}, + {"꽽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xbd",3,NULL,0,NULL,0}, + {"怉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\x89",3,NULL,0,NULL,0}, + {"鰽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb0\xbd",3,NULL,0,NULL,0}, + {"ே",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xb5",3,NULL,0,NULL,0}, + {"Ÿ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xb8",2,NULL,0,NULL,0}, + {"儭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xad",3,NULL,0,NULL,0}, + {"䁎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x8e",3,NULL,0,NULL,0}, + {"ஔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x94",3,NULL,0,NULL,0}, + {"ﳷ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xb7",3,NULL,0,NULL,0}, + {"㲧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xa7",3,NULL,0,NULL,0}, + {"䑬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\xac",3,NULL,0,NULL,0}, + {"裒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x92",3,NULL,0,NULL,0}, + {"ᴅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x85",3,NULL,0,NULL,0}, + {"蟱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xb1",3,NULL,0,NULL,0}, + {"鉤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xa4",3,NULL,0,NULL,0}, + {"㫹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xb9",3,NULL,0,NULL,0}, + {"핺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x8c",3,NULL,0,NULL,0}, + {"뱑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xa4",3,NULL,0,NULL,0}, + {"戧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\xa7",3,NULL,0,NULL,0}, + {"愈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x88",3,NULL,0,NULL,0}, + {"纣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\xa3",3,NULL,0,NULL,0}, + {"瑥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xa5",3,NULL,0,NULL,0}, + {"䯏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xa0",3,NULL,0,NULL,0}, + {"퍊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x8a",3,NULL,0,NULL,0}, + {"ᯇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x87",3,NULL,0,NULL,0}, + {"㺜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x91",3,NULL,0,NULL,0}, + {"忏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x8f",3,NULL,0,NULL,0}, + {"㞾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\xba",3,NULL,0,NULL,0}, + {"㣷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xb7",3,NULL,0,NULL,0}, + {"昿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xa3",3,NULL,0,NULL,0}, + {"亚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x9a",3,NULL,0,NULL,0}, + {"玠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xa0",3,NULL,0,NULL,0}, + {"ﻹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xb9",3,NULL,0,NULL,0}, + {"㮨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xa8",3,NULL,0,NULL,0}, + {"々",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x85",3,NULL,0,NULL,0}, + {"땴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xb4",3,NULL,0,NULL,0}, + {"ᩘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x98",3,NULL,0,NULL,0}, + {"俦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xa6",3,NULL,0,NULL,0}, + {"얘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xbc",3,NULL,0,NULL,0}, + {"枹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xb9",3,NULL,0,NULL,0}, + {"꒰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xb0",3,NULL,0,NULL,0}, + {"थ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xa5",3,NULL,0,NULL,0}, + {"銭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xad",3,NULL,0,NULL,0}, + {"帉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x89",3,NULL,0,NULL,0}, + {"᝞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x9e",3,NULL,0,NULL,0}, + {"㟢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xbf",3,NULL,0,NULL,0}, + {"὾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xbe",3,NULL,0,NULL,0}, + {"ﻯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xb1",3,NULL,0,NULL,0}, + {"翦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xad",3,NULL,0,NULL,0}, + {"䱊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x8a",3,NULL,0,NULL,0}, + {"恥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x81\xa5",3,NULL,0,NULL,0}, + {"鑣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x84",3,NULL,0,NULL,0}, + {"닽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xbd",3,NULL,0,NULL,0}, + {"뺆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x86",3,NULL,0,NULL,0}, + {"៶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xb6",3,NULL,0,NULL,0}, + {"嗋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x8b",3,NULL,0,NULL,0}, + {"嵾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xbe",3,NULL,0,NULL,0}, + {"邻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xbb",3,NULL,0,NULL,0}, + {"卥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xa5",3,NULL,0,NULL,0}, + {"鄬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xac",3,NULL,0,NULL,0}, + {"隶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xb6",3,NULL,0,NULL,0}, + {"㷮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xa5",3,NULL,0,NULL,0}, + {"肅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x85",3,NULL,0,NULL,0}, + {"͢",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xa2",2,NULL,0,NULL,0}, + {"씧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xa7",3,NULL,0,NULL,0}, + {"鼠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xa0",3,NULL,0,NULL,0}, + {"ᶧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xa7",3,NULL,0,NULL,0}, + {"頻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\x9b",3,NULL,0,NULL,0}, + {"躍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x8d",3,NULL,0,NULL,0}, + {"ꚍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x8d",3,NULL,0,NULL,0}, + {"죪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\xaa",3,NULL,0,NULL,0}, + {"槶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xb6",3,NULL,0,NULL,0}, + {"㯍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x8d",3,NULL,0,NULL,0}, + {"怫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xab",3,NULL,0,NULL,0}, + {"ᒫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xb9",3,NULL,0,NULL,0}, + {"엯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xaf",3,NULL,0,NULL,0}, + {"嶼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xbc",3,NULL,0,NULL,0}, + {"羥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xa5",3,NULL,0,NULL,0}, + {"﹵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xb5",3,NULL,0,NULL,0}, + {"飡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xb9",3,NULL,0,NULL,0}, + {"謙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x99",3,NULL,0,NULL,0}, + {"㳻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xbb",3,NULL,0,NULL,0}, + {"ಎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x8e",3,NULL,0,NULL,0}, + {"즢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xa2",3,NULL,0,NULL,0}, + {"葢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xa2",3,NULL,0,NULL,0}, + {"讔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x94",3,NULL,0,NULL,0}, + {"⫏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x8f",3,NULL,0,NULL,0}, + {"⚋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x8b",3,NULL,0,NULL,0}, + {"⼯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xaf",3,NULL,0,NULL,0}, + {"嶺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xab",3,NULL,0,NULL,0}, + {"匘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x98",3,NULL,0,NULL,0}, + {"膤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xa4",3,NULL,0,NULL,0}, + {"쏽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xbd",3,NULL,0,NULL,0}, + {"-",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"-",1,NULL,0,NULL,0}, + {"㹛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x9b",3,NULL,0,NULL,0}, + {"⋙",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x99",3,NULL,0,NULL,0}, + {"ꂤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xa4",3,NULL,0,NULL,0}, + {"備",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x99",3,NULL,0,NULL,0}, + {"쒙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xbf",3,NULL,0,NULL,0}, + {"聬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\xac",3,NULL,0,NULL,0}, + {"硩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xa9",3,NULL,0,NULL,0}, + {"´",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb4",2,NULL,0,NULL,0}, + {"쁗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x97",3,NULL,0,NULL,0}, + {"緒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\x92",3,NULL,0,NULL,0}, + {"᪬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xb6",3,NULL,0,NULL,0}, + {"宿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xbf",3,NULL,0,NULL,0}, + {"抪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\xaa",3,NULL,0,NULL,0}, + {"媨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x99",3,NULL,0,NULL,0}, + {"⻒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x92",3,NULL,0,NULL,0}, + {"ꓸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xb8",3,NULL,0,NULL,0}, + {"狡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xa1",3,NULL,0,NULL,0}, + {"歪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xaa",3,NULL,0,NULL,0}, + {"릡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xa1",3,NULL,0,NULL,0}, + {"ࠛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x9b",3,NULL,0,NULL,0}, + {"ꅜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x98",3,NULL,0,NULL,0}, + {"ᚃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\x83",3,NULL,0,NULL,0}, + {"쓓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x93",3,NULL,0,NULL,0}, + {"勋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x8b",3,NULL,0,NULL,0}, + {"䤹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xb9",3,NULL,0,NULL,0}, + {"뛠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xa0",3,NULL,0,NULL,0}, + {"樓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\xad",3,NULL,0,NULL,0}, + {"녓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x93",3,NULL,0,NULL,0}, + {"ᘀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x80",3,NULL,0,NULL,0}, + {"ᐯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\xaf",3,NULL,0,NULL,0}, + {"å",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa5",2,NULL,0,NULL,0}, + {"䋞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x9e",3,NULL,0,NULL,0}, + {"䗋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x8b",3,NULL,0,NULL,0}, + {"끣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x81",3,NULL,0,NULL,0}, + {"앯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xaf",3,NULL,0,NULL,0}, + {"缡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x94",3,NULL,0,NULL,0}, + {"䕿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xbf",3,NULL,0,NULL,0}, + {"⵩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x92",3,NULL,0,NULL,0}, + {"ᓑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x91",3,NULL,0,NULL,0}, + {"婵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\xb5",3,NULL,0,NULL,0}, + {"쪦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xa6",3,NULL,0,NULL,0}, + {"췜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x9c",3,NULL,0,NULL,0}, + {"츔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x94",3,NULL,0,NULL,0}, + {"ឌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xbc",3,NULL,0,NULL,0}, + {"჌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x8c",3,NULL,0,NULL,0}, + {"냌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\x8c",3,NULL,0,NULL,0}, + {"ᘚ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\x9a",3,NULL,0,NULL,0}, + {"⍁",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x81",3,NULL,0,NULL,0}, + {"ﮗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x97",3,NULL,0,NULL,0}, + {"ಇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xae",3,NULL,0,NULL,0}, + {"딱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xb1",3,NULL,0,NULL,0}, + {"绯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xaf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xbd",3,NULL,0,NULL,0}, + {"䞦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xa6",3,NULL,0,NULL,0}, + {"䀵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xb5",3,NULL,0,NULL,0}, + {"ļ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xbc",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x90",3,NULL,0,NULL,0}, + {"뀄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x84",3,NULL,0,NULL,0}, + {"縯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xaf",3,NULL,0,NULL,0}, + {"좣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xa3",3,NULL,0,NULL,0}, + {"娖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x96",3,NULL,0,NULL,0}, + {"꽓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x93",3,NULL,0,NULL,0}, + {"찒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x83",3,NULL,0,NULL,0}, + {"ᑠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x9f",3,NULL,0,NULL,0}, + {"湭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xad",3,NULL,0,NULL,0}, + {"兣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xa3",3,NULL,0,NULL,0}, + {"◳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x91",3,NULL,0,NULL,0}, + {"퍂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x88",3,NULL,0,NULL,0}, + {"螐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x90",3,NULL,0,NULL,0}, + {"♘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x98",3,NULL,0,NULL,0}, + {"ί",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xb7",3,NULL,0,NULL,0}, + {"䗾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xbe",3,NULL,0,NULL,0}, + {"▜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\x9c",3,NULL,0,NULL,0}, + {"춍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x8d",3,NULL,0,NULL,0}, + {"쟟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\x9f",3,NULL,0,NULL,0}, + {"艥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xa5",3,NULL,0,NULL,0}, + {"⍿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xbf",3,NULL,0,NULL,0}, + {"뇢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x87\xa8",3,NULL,0,NULL,0}, + {"驅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x85",3,NULL,0,NULL,0}, + {"緪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xaa",3,NULL,0,NULL,0}, + {"㈞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x9e",3,NULL,0,NULL,0}, + {"쇥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xa5",3,NULL,0,NULL,0}, + {"ﰚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x9a",3,NULL,0,NULL,0}, + {"㑨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xa8",3,NULL,0,NULL,0}, + {"梻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xb5",3,NULL,0,NULL,0}, + {"腵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x9c",3,NULL,0,NULL,0}, + {"훾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xbe",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xb8",3,NULL,0,NULL,0}, + {"孩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xa9",3,NULL,0,NULL,0}, + {"䝥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb3\xb7",3,NULL,0,NULL,0}, + {"ꋋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x8b",3,NULL,0,NULL,0}, + {"䏠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xa0",3,NULL,0,NULL,0}, + {"ઐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x90",3,NULL,0,NULL,0}, + {"⦩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xa9",3,NULL,0,NULL,0}, + {"冤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xa4",3,NULL,0,NULL,0}, + {"荭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\xad",3,NULL,0,NULL,0}, + {"ボ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x9c",3,NULL,0,NULL,0}, + {"眲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xb2",3,NULL,0,NULL,0}, + {"朁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x81",3,NULL,0,NULL,0}, + {"샃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x83",3,NULL,0,NULL,0}, + {"장",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xa5",3,NULL,0,NULL,0}, + {"氭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xad",3,NULL,0,NULL,0}, + {"쾎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\x8e",3,NULL,0,NULL,0}, + {"盗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x97",3,NULL,0,NULL,0}, + {"ݳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xb3",2,NULL,0,NULL,0}, + {"㧇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x87",3,NULL,0,NULL,0}, + {"ん",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\x93",3,NULL,0,NULL,0}, + {"눘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x98",3,NULL,0,NULL,0}, + {"컳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xb3",3,NULL,0,NULL,0}, + {"ᆼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xbc",3,NULL,0,NULL,0}, + {"ῠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xa0",3,NULL,0,NULL,0}, + {"싁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x81",3,NULL,0,NULL,0}, + {"극",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xb9",3,NULL,0,NULL,0}, + {"ꂉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x89",3,NULL,0,NULL,0}, + {"㬯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xaf",3,NULL,0,NULL,0}, + {"瘽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\x8c",3,NULL,0,NULL,0}, + {"쩱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xb1",3,NULL,0,NULL,0}, + {"ᧂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x82",3,NULL,0,NULL,0}, + {"闝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x9d",3,NULL,0,NULL,0}, + {"탘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\x98",3,NULL,0,NULL,0}, + {"녛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\x9b",3,NULL,0,NULL,0}, + {"蒂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x82",3,NULL,0,NULL,0}, + {"頟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x9f",3,NULL,0,NULL,0}, + {"휴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xb4",3,NULL,0,NULL,0}, + {"넬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xa8",3,NULL,0,NULL,0}, + {"턇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x87",3,NULL,0,NULL,0}, + {"髗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x97",3,NULL,0,NULL,0}, + {"蝯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\xaf",3,NULL,0,NULL,0}, + {"郅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x85",3,NULL,0,NULL,0}, + {"괴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xb4",3,NULL,0,NULL,0}, + {"嬺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xba",3,NULL,0,NULL,0}, + {"ᩢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xa2",3,NULL,0,NULL,0}, + {"楔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xad",3,NULL,0,NULL,0}, + {"휿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xbf",3,NULL,0,NULL,0}, + {"⃶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xb6",3,NULL,0,NULL,0}, + {"竖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x96",3,NULL,0,NULL,0}, + {"筇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x87",3,NULL,0,NULL,0}, + {"ꈲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\xb2",3,NULL,0,NULL,0}, + {"姺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xba",3,NULL,0,NULL,0}, + {"m",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\x8d",3,NULL,0,NULL,0}, + {"䬵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xb5",3,NULL,0,NULL,0}, + {"㓹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xb9",3,NULL,0,NULL,0}, + {"炫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\xab",3,NULL,0,NULL,0}, + {"퀕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x95",3,NULL,0,NULL,0}, + {"뮑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x91",3,NULL,0,NULL,0}, + {"ᵇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\x87",3,NULL,0,NULL,0}, + {"쉌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x8c",3,NULL,0,NULL,0}, + {"䔔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x94",3,NULL,0,NULL,0}, + {"뻄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x84",3,NULL,0,NULL,0}, + {"쫟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x9f",3,NULL,0,NULL,0}, + {"䓤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xa4",3,NULL,0,NULL,0}, + {"㝊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x8a",3,NULL,0,NULL,0}, + {"㛡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x8d",3,NULL,0,NULL,0}, + {"詼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xbc",3,NULL,0,NULL,0}, + {"レ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xb7",3,NULL,0,NULL,0}, + {"疶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xb6",3,NULL,0,NULL,0}, + {"Ɩ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x96",2,NULL,0,NULL,0}, + {"뫦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xa6",3,NULL,0,NULL,0}, + {"ڹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xb9",2,NULL,0,NULL,0}, + {"s",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"韚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x9a",3,NULL,0,NULL,0}, + {"䊔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x94",3,NULL,0,NULL,0}, + {"ℬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xaf",3,NULL,0,NULL,0}, + {"笭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xad",3,NULL,0,NULL,0}, + {"蚧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\xa7",3,NULL,0,NULL,0}, + {"꺽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xbd",3,NULL,0,NULL,0}, + {"旉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\x89",3,NULL,0,NULL,0}, + {"涞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xa8",3,NULL,0,NULL,0}, + {"壋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x8b",3,NULL,0,NULL,0}, + {"ℷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xb7",3,NULL,0,NULL,0}, + {"蔻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xbb",3,NULL,0,NULL,0}, + {"絮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xae",3,NULL,0,NULL,0}, + {"⁀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x80",3,NULL,0,NULL,0}, + {"淽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xbd",3,NULL,0,NULL,0}, + {"ບ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\x9a",3,NULL,0,NULL,0}, + {"뻚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x9a",3,NULL,0,NULL,0}, + {"焮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xae",3,NULL,0,NULL,0}, + {"㡱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xb1",3,NULL,0,NULL,0}, + {"Ç",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x87",2,NULL,0,NULL,0}, + {"㗁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x81",3,NULL,0,NULL,0}, + {"틘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x98",3,NULL,0,NULL,0}, + {"囐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x90",3,NULL,0,NULL,0}, + {"럛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x9b",3,NULL,0,NULL,0}, + {"枯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xaf",3,NULL,0,NULL,0}, + {"⎳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xb3",3,NULL,0,NULL,0}, + {"츽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xbd",3,NULL,0,NULL,0}, + {"犏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x8f",3,NULL,0,NULL,0}, + {"㎝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x9a",3,NULL,0,NULL,0}, + {"柸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xb8",3,NULL,0,NULL,0}, + {"ᰀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x80",3,NULL,0,NULL,0}, + {"秢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\xa2",3,NULL,0,NULL,0}, + {"껗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x97",3,NULL,0,NULL,0}, + {"鲼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xbc",3,NULL,0,NULL,0}, + {"㠔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\x94",3,NULL,0,NULL,0}, + {"糶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xb6",3,NULL,0,NULL,0}, + {"ቢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xa2",3,NULL,0,NULL,0}, + {"뷪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xaa",3,NULL,0,NULL,0}, + {"刍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x8d",3,NULL,0,NULL,0}, + {"铝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x8a",3,NULL,0,NULL,0}, + {"悋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x8b",3,NULL,0,NULL,0}, + {"갠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb0\xa0",3,NULL,0,NULL,0}, + {"昊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xa5",3,NULL,0,NULL,0}, + {"㯺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\xba",3,NULL,0,NULL,0}, + {"겧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xa7",3,NULL,0,NULL,0}, + {"ꬮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\xa7",3,NULL,0,NULL,0}, + {"ꠣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xa3",3,NULL,0,NULL,0}, + {"귁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x81",3,NULL,0,NULL,0}, + {"฿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xbf",3,NULL,0,NULL,0}, + {"扨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xa8",3,NULL,0,NULL,0}, + {"褜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x9c",3,NULL,0,NULL,0}, + {"骈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x88",3,NULL,0,NULL,0}, + {"圧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\xa7",3,NULL,0,NULL,0}, + {"⨹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xb9",3,NULL,0,NULL,0}, + {"䈂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x82",3,NULL,0,NULL,0}, + {"鳺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x82",3,NULL,0,NULL,0}, + {"팉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8c\x89",3,NULL,0,NULL,0}, + {"作",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x9c",3,NULL,0,NULL,0}, + {"唌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x8c",3,NULL,0,NULL,0}, + {"혐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x90",3,NULL,0,NULL,0}, + {"ᮏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x8f",3,NULL,0,NULL,0}, + {"挌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x8c",3,NULL,0,NULL,0}, + {"ᕋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x8b",3,NULL,0,NULL,0}, + {"퟼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xbc",3,NULL,0,NULL,0}, + {"炝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x9d",3,NULL,0,NULL,0}, + {"⇖",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x96",3,NULL,0,NULL,0}, + {"甊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\x87",3,NULL,0,NULL,0}, + {"钐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x90",3,NULL,0,NULL,0}, + {"Ṙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x98",3,NULL,0,NULL,0}, + {"竽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xbd",3,NULL,0,NULL,0}, + {"෕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x95",3,NULL,0,NULL,0}, + {"픛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x9b",3,NULL,0,NULL,0}, + {"ꤴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xb4",3,NULL,0,NULL,0}, + {"熎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x8e",3,NULL,0,NULL,0}, + {"䱂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\x82",3,NULL,0,NULL,0}, + {"軉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x89",3,NULL,0,NULL,0}, + {"맸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xb8",3,NULL,0,NULL,0}, + {"믛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x9b",3,NULL,0,NULL,0}, + {"饗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\x85",3,NULL,0,NULL,0}, + {"뒓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\x93",3,NULL,0,NULL,0}, + {"ⶦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xa6",3,NULL,0,NULL,0}, + {"企",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x81",3,NULL,0,NULL,0}, + {"㤟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x9f",3,NULL,0,NULL,0}, + {"蹠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xa0",3,NULL,0,NULL,0}, + {"㝳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\xb3",3,NULL,0,NULL,0}, + {"Ⲳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xb2",3,NULL,0,NULL,0}, + {"྾",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xbe",3,NULL,0,NULL,0}, + {"䅩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xa9",3,NULL,0,NULL,0}, + {"볚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x9a",3,NULL,0,NULL,0}, + {"픧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xa7",3,NULL,0,NULL,0}, + {"푪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\xaa",3,NULL,0,NULL,0}, + {"賏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x92",3,NULL,0,NULL,0}, + {"౐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x90",3,NULL,0,NULL,0}, + {"Ḗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x96",3,NULL,0,NULL,0}, + {"䄒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x92",3,NULL,0,NULL,0}, + {"鏄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x84",3,NULL,0,NULL,0}, + {"飸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xb8",3,NULL,0,NULL,0}, + {"న",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xa8",3,NULL,0,NULL,0}, + {"庵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xb5",3,NULL,0,NULL,0}, + {"풔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x94",3,NULL,0,NULL,0}, + {"쓚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x9a",3,NULL,0,NULL,0}, + {"ᢝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x9d",3,NULL,0,NULL,0}, + {"욇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x87",3,NULL,0,NULL,0}, + {"ྃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xbe",3,NULL,0,NULL,0}, + {"ꩪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xaa",3,NULL,0,NULL,0}, + {"齏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x8f",3,NULL,0,NULL,0}, + {"峓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x93",3,NULL,0,NULL,0}, + {"ⷽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xbd",3,NULL,0,NULL,0}, + {"弦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xb9",3,NULL,0,NULL,0}, + {"駀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\x80",3,NULL,0,NULL,0}, + {"垐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\x90",3,NULL,0,NULL,0}, + {"㰊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\x8a",3,NULL,0,NULL,0}, + {"꟣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\x82",3,NULL,0,NULL,0}, + {"⾣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xa3",3,NULL,0,NULL,0}, + {"ꛭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xad",3,NULL,0,NULL,0}, + {"耵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xb5",3,NULL,0,NULL,0}, + {"龆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x86",3,NULL,0,NULL,0}, + {"㇑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x91",3,NULL,0,NULL,0}, + {"ꏔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x94",3,NULL,0,NULL,0}, + {"ꗤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xa4",3,NULL,0,NULL,0}, + {"ﵖ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x96",3,NULL,0,NULL,0}, + {"識",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xbc",3,NULL,0,NULL,0}, + {"鿳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xb3",3,NULL,0,NULL,0}, + {"醏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x8f",3,NULL,0,NULL,0}, + {"띘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\x98",3,NULL,0,NULL,0}, + {"搀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\x80",3,NULL,0,NULL,0}, + {"ⴹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xb9",3,NULL,0,NULL,0}, + {"㹑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x91",3,NULL,0,NULL,0}, + {"젎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\x8e",3,NULL,0,NULL,0}, + {"稴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xb4",3,NULL,0,NULL,0}, + {"䃸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xb8",3,NULL,0,NULL,0}, + {"猞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x9e",3,NULL,0,NULL,0}, + {"轭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xad",3,NULL,0,NULL,0}, + {"봛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x8e",3,NULL,0,NULL,0}, + {"뉨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xa8",3,NULL,0,NULL,0}, + {"ớ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x9b",3,NULL,0,NULL,0}, + {"ﭘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x98",3,NULL,0,NULL,0}, + {"诺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\xba",3,NULL,0,NULL,0}, + {"ꪀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x80",3,NULL,0,NULL,0}, + {"䐃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x83",3,NULL,0,NULL,0}, + {"ꕚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x94",3,NULL,0,NULL,0}, + {"弌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\x8c",3,NULL,0,NULL,0}, + {"珦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\xa6",3,NULL,0,NULL,0}, + {"뚏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x8f",3,NULL,0,NULL,0}, + {"衬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xac",3,NULL,0,NULL,0}, + {"鍩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x90",3,NULL,0,NULL,0}, + {"ퟡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xa1",3,NULL,0,NULL,0}, + {"漢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x87",3,NULL,0,NULL,0}, + {"퀦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xa6",3,NULL,0,NULL,0}, + {"헥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xa5",3,NULL,0,NULL,0}, + {"缹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xb9",3,NULL,0,NULL,0}, + {"笿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\xbf",3,NULL,0,NULL,0}, + {"敖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\x90",3,NULL,0,NULL,0}, + {"ᨶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xb6",3,NULL,0,NULL,0}, + {"辫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xab",3,NULL,0,NULL,0}, + {"籠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x9d",3,NULL,0,NULL,0}, + {"ﷃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x98",3,NULL,0,NULL,0}, + {"缀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x80",3,NULL,0,NULL,0}, + {"⥺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xba",3,NULL,0,NULL,0}, + {"ෳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xb3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\xb9",3,NULL,0,NULL,0}, + {"䴈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\x88",3,NULL,0,NULL,0}, + {"ﳙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x99",3,NULL,0,NULL,0}, + {"V",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xb6",3,NULL,0,NULL,0}, + {"홧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xb1",3,NULL,0,NULL,0}, + {"᮶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\xb6",3,NULL,0,NULL,0}, + {"赓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x93",3,NULL,0,NULL,0}, + {"な",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xaa",3,NULL,0,NULL,0}, + {"豧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xa7",3,NULL,0,NULL,0}, + {"儿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xbf",3,NULL,0,NULL,0}, + {"뤩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xa9",3,NULL,0,NULL,0}, + {"뛫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\xab",3,NULL,0,NULL,0}, + {"厛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x9b",3,NULL,0,NULL,0}, + {"짤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xa4",3,NULL,0,NULL,0}, + {"ࣘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x98",3,NULL,0,NULL,0}, + {"⾩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x93",3,NULL,0,NULL,0}, + {"ᦱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xb1",3,NULL,0,NULL,0}, + {"ꡐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x90",3,NULL,0,NULL,0}, + {"⭦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xa6",3,NULL,0,NULL,0}, + {"앒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x92",3,NULL,0,NULL,0}, + {"≄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x92",3,NULL,0,NULL,0}, + {"﹞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xa0",3,NULL,0,NULL,0}, + {"꿛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x9b",3,NULL,0,NULL,0}, + {"䵧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\xa7",3,NULL,0,NULL,0}, + {"幈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x91",3,NULL,0,NULL,0}, + {"০",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x8e",3,NULL,0,NULL,0}, + {"奄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x84",3,NULL,0,NULL,0}, + {"ឹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\xb9",3,NULL,0,NULL,0}, + {"ࠀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x80",3,NULL,0,NULL,0}, + {"톉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x89",3,NULL,0,NULL,0}, + {"៚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x9a",3,NULL,0,NULL,0}, + {"쭅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x85",3,NULL,0,NULL,0}, + {"䆐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x9f",3,NULL,0,NULL,0}, + {"썾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xbe",3,NULL,0,NULL,0}, + {"娎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\x8e",3,NULL,0,NULL,0}, + {"뽙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x99",3,NULL,0,NULL,0}, + {"뒸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xb8",3,NULL,0,NULL,0}, + {"ﰳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xb3",3,NULL,0,NULL,0}, + {"崿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xbf",3,NULL,0,NULL,0}, + {"⌝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x9d",3,NULL,0,NULL,0}, + {"軲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\xb2",3,NULL,0,NULL,0}, + {"黟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x9f",3,NULL,0,NULL,0}, + {"ष",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\xb3",3,NULL,0,NULL,0}, + {"ᔔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x94",3,NULL,0,NULL,0}, + {"︧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xa7",3,NULL,0,NULL,0}, + {"둴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xb4",3,NULL,0,NULL,0}, + {"漞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xb5",3,NULL,0,NULL,0}, + {"罊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x8a",3,NULL,0,NULL,0}, + {"䷐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x90",3,NULL,0,NULL,0}, + {"諂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x82",3,NULL,0,NULL,0}, + {"䘗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x97",3,NULL,0,NULL,0}, + {"잏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\x8f",3,NULL,0,NULL,0}, + {"譛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x9b",3,NULL,0,NULL,0}, + {"᠃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x83",3,NULL,0,NULL,0}, + {"ꯒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x92",3,NULL,0,NULL,0}, + {"룩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\xa9",3,NULL,0,NULL,0}, + {"ᕆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x86",3,NULL,0,NULL,0}, + {"ᾷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xb7",3,NULL,0,NULL,0}, + {"Ц",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\xa6",2,NULL,0,NULL,0}, + {"⚲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xab",3,NULL,0,NULL,0}, + {"䢡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xa1",3,NULL,0,NULL,0}, + {"ܵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xb5",2,NULL,0,NULL,0}, + {"뛺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xba",3,NULL,0,NULL,0}, + {"鼨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xa8",3,NULL,0,NULL,0}, + {"廜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x9c",3,NULL,0,NULL,0}, + {"﫬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xac",3,NULL,0,NULL,0}, + {"ᶥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\xa5",3,NULL,0,NULL,0}, + {"␸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xb8",3,NULL,0,NULL,0}, + {"㼻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xbb",3,NULL,0,NULL,0}, + {"漣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x92",3,NULL,0,NULL,0}, + {"順",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x86",3,NULL,0,NULL,0}, + {"ᨯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xaf",3,NULL,0,NULL,0}, + {"뙄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x84",3,NULL,0,NULL,0}, + {"澝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x9d",3,NULL,0,NULL,0}, + {"罓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x93",3,NULL,0,NULL,0}, + {"癣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xa4",3,NULL,0,NULL,0}, + {"靣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xa3",3,NULL,0,NULL,0}, + {"✴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xb4",3,NULL,0,NULL,0}, + {"곦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xa6",3,NULL,0,NULL,0}, + {"싷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xb7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x9e",3,NULL,0,NULL,0}, + {"ᄋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb7",3,NULL,0,NULL,0}, + {"說",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xa1",3,NULL,0,NULL,0}, + {"ɍ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x8d",2,NULL,0,NULL,0}, + {"즒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x92",3,NULL,0,NULL,0}, + {"⥂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x8d",3,NULL,0,NULL,0}, + {"ጄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x84",3,NULL,0,NULL,0}, + {"瑅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x85",3,NULL,0,NULL,0}, + {"樨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\xa8",3,NULL,0,NULL,0}, + {"䉵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xb5",3,NULL,0,NULL,0}, + {"쐴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xb6",3,NULL,0,NULL,0}, + {"㪉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x89",3,NULL,0,NULL,0}, + {"፛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x9b",3,NULL,0,NULL,0}, + {"낚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x9a",3,NULL,0,NULL,0}, + {"ダ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x83\x80",3,NULL,0,NULL,0}, + {"媰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\xb0",3,NULL,0,NULL,0}, + {"ꗹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xb9",3,NULL,0,NULL,0}, + {"颀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x80",3,NULL,0,NULL,0}, + {"绌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\x8c",3,NULL,0,NULL,0}, + {"痒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x92",3,NULL,0,NULL,0}, + {"藱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xb1",3,NULL,0,NULL,0}, + {"㕵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x9e",3,NULL,0,NULL,0}, + {"掃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x83",3,NULL,0,NULL,0}, + {"嘏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\x8f",3,NULL,0,NULL,0}, + {"侃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x83",3,NULL,0,NULL,0}, + {"ꅴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xb4",3,NULL,0,NULL,0}, + {"캡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xa1",3,NULL,0,NULL,0}, + {"쩁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x81",3,NULL,0,NULL,0}, + {"欇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x87",3,NULL,0,NULL,0}, + {"雜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x9c",3,NULL,0,NULL,0}, + {"⎴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xb4",3,NULL,0,NULL,0}, + {"䜀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x80",3,NULL,0,NULL,0}, + {"띳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x9f",3,NULL,0,NULL,0}, + {"ꃚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x9a",3,NULL,0,NULL,0}, + {"䤳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xb3",3,NULL,0,NULL,0}, + {"뼦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\xa6",3,NULL,0,NULL,0}, + {"딻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xbb",3,NULL,0,NULL,0}, + {"ꁓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x93",3,NULL,0,NULL,0}, + {"鉭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xad",3,NULL,0,NULL,0}, + {"榡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xa1",3,NULL,0,NULL,0}, + {"끙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x99",3,NULL,0,NULL,0}, + {"×",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x97",2,NULL,0,NULL,0}, + {"⒤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xa4",3,NULL,0,NULL,0}, + {"껲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xb2",3,NULL,0,NULL,0}, + {"뙚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x9a",3,NULL,0,NULL,0}, + {"돬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xac",3,NULL,0,NULL,0}, + {"꧑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x91",3,NULL,0,NULL,0}, + {"ꌲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xb2",3,NULL,0,NULL,0}, + {"ž",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xbe",2,NULL,0,NULL,0}, + {"ᓃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\x83",3,NULL,0,NULL,0}, + {"慲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xb2",3,NULL,0,NULL,0}, + {"ү",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xaf",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x95",3,NULL,0,NULL,0}, + {"ކ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x86",2,NULL,0,NULL,0}, + {"ቺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xba",3,NULL,0,NULL,0}, + {"읦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xa6",3,NULL,0,NULL,0}, + {"⁶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\x9c",3,NULL,0,NULL,0}, + {"蔏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x8f",3,NULL,0,NULL,0}, + {"⩶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xb6",3,NULL,0,NULL,0}, + {"蟪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xaa",3,NULL,0,NULL,0}, + {"⻀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\x80",3,NULL,0,NULL,0}, + {"ꄡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xa1",3,NULL,0,NULL,0}, + {"춭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xad",3,NULL,0,NULL,0}, + {"垢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xa2",3,NULL,0,NULL,0}, + {"䳠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\xa0",3,NULL,0,NULL,0}, + {"廊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xa8",3,NULL,0,NULL,0}, + {"魷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xb7",3,NULL,0,NULL,0}, + {"脨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xa8",3,NULL,0,NULL,0}, + {"뇒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x92",3,NULL,0,NULL,0}, + {"˕",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x95",2,NULL,0,NULL,0}, + {"檷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xb7",3,NULL,0,NULL,0}, + {"획",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x8d",3,NULL,0,NULL,0}, + {"寤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xa4",3,NULL,0,NULL,0}, + {"㐭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xb0",3,NULL,0,NULL,0}, + {"鴶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xb6",3,NULL,0,NULL,0}, + {"ѭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xad",2,NULL,0,NULL,0}, + {"暄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\x84",3,NULL,0,NULL,0}, + {"둋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xbd",3,NULL,0,NULL,0}, + {"莲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xb2",3,NULL,0,NULL,0}, + {"逻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xbb",3,NULL,0,NULL,0}, + {"뮜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x9e",3,NULL,0,NULL,0}, + {"괋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x8b",3,NULL,0,NULL,0}, + {"會",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\x83",3,NULL,0,NULL,0}, + {"㎕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xad",3,NULL,0,NULL,0}, + {"螰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xb0",3,NULL,0,NULL,0}, + {"궺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xba",3,NULL,0,NULL,0}, + {"࣮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xae",3,NULL,0,NULL,0}, + {"Ὥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xad",3,NULL,0,NULL,0}, + {"뿖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\x96",3,NULL,0,NULL,0}, + {"䠜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x9c",3,NULL,0,NULL,0}, + {"毑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xbb",3,NULL,0,NULL,0}, + {"皰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xb0",3,NULL,0,NULL,0}, + {"杴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xb4",3,NULL,0,NULL,0}, + {"ꐸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x84",3,NULL,0,NULL,0}, + {"騿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xbf",3,NULL,0,NULL,0}, + {"꣤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xa4",3,NULL,0,NULL,0}, + {"녩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xa9",3,NULL,0,NULL,0}, + {"࿹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xb9",3,NULL,0,NULL,0}, + {"숁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x81",3,NULL,0,NULL,0}, + {"ⲛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\x9b",3,NULL,0,NULL,0}, + {"堏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\x8f",3,NULL,0,NULL,0}, + {"梹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xb7",3,NULL,0,NULL,0}, + {"找",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xbe",3,NULL,0,NULL,0}, + {"࠱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xb1",3,NULL,0,NULL,0}, + {"逛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x9b",3,NULL,0,NULL,0}, + {"Ꮋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xbc",3,NULL,0,NULL,0}, + {"䋈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x88",3,NULL,0,NULL,0}, + {"텏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x85",3,NULL,0,NULL,0}, + {"덏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x8f",3,NULL,0,NULL,0}, + {"ꊱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xb1",3,NULL,0,NULL,0}, + {"촘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x98",3,NULL,0,NULL,0}, + {"훮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xae",3,NULL,0,NULL,0}, + {"鶵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xb5",3,NULL,0,NULL,0}, + {"᫃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x83",3,NULL,0,NULL,0}, + {"趈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x88",3,NULL,0,NULL,0}, + {"⃦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xa6",3,NULL,0,NULL,0}, + {"㗹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xaf",3,NULL,0,NULL,0}, + {"藆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x86",3,NULL,0,NULL,0}, + {"꽨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xa8",3,NULL,0,NULL,0}, + {"菁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x81",3,NULL,0,NULL,0}, + {"컡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x9f",3,NULL,0,NULL,0}, + {"瘿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xbf",3,NULL,0,NULL,0}, + {"粃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x83",3,NULL,0,NULL,0}, + {"觱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xa3",3,NULL,0,NULL,0}, + {"亳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xb3",3,NULL,0,NULL,0}, + {"셺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\x9f",3,NULL,0,NULL,0}, + {"詸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\xb8",3,NULL,0,NULL,0}, + {"렂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x82",3,NULL,0,NULL,0}, + {"뺼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\xbc",3,NULL,0,NULL,0}, + {"∨",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xa8",3,NULL,0,NULL,0}, + {"䫖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x96",3,NULL,0,NULL,0}, + {"浛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x99",3,NULL,0,NULL,0}, + {"묷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\xb7",3,NULL,0,NULL,0}, + {"㛣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\xa3",3,NULL,0,NULL,0}, + {"⇎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\x8e",3,NULL,0,NULL,0}, + {"섹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xb9",3,NULL,0,NULL,0}, + {"䚌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\x8c",3,NULL,0,NULL,0}, + {"䌉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x89",3,NULL,0,NULL,0}, + {"饲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xb2",3,NULL,0,NULL,0}, + {"흍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x8d",3,NULL,0,NULL,0}, + {"ᎂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\x82",3,NULL,0,NULL,0}, + {"ሩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xa9",3,NULL,0,NULL,0}, + {"袝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x9d",3,NULL,0,NULL,0}, + {"薴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xbd",3,NULL,0,NULL,0}, + {"忞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x9e",3,NULL,0,NULL,0}, + {"੘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x98",3,NULL,0,NULL,0}, + {"ⅅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x85",3,NULL,0,NULL,0}, + {"葃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x83",3,NULL,0,NULL,0}, + {"㔋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x8b",3,NULL,0,NULL,0}, + {"쾰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xb0",3,NULL,0,NULL,0}, + {"䀗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x97",3,NULL,0,NULL,0}, + {"昨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xa8",3,NULL,0,NULL,0}, + {"뉈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x88",3,NULL,0,NULL,0}, + {"σ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x83",2,NULL,0,NULL,0}, + {"ꡠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xa0",3,NULL,0,NULL,0}, + {"칸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xb8",3,NULL,0,NULL,0}, + {"妊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x8a",3,NULL,0,NULL,0}, + {"䮜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x9c",3,NULL,0,NULL,0}, + {"濿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xa6",3,NULL,0,NULL,0}, + {"≣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xa3",3,NULL,0,NULL,0}, + {"噿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x93",3,NULL,0,NULL,0}, + {"憜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xa7",3,NULL,0,NULL,0}, + {"큸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\xb8",3,NULL,0,NULL,0}, + {"㗓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\x93",3,NULL,0,NULL,0}, + {"蜧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xa7",3,NULL,0,NULL,0}, + {"劰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\xb0",3,NULL,0,NULL,0}, + {"镎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x8e",3,NULL,0,NULL,0}, + {"붫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xab",3,NULL,0,NULL,0}, + {"禕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x95",3,NULL,0,NULL,0}, + {"뫲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\xb2",3,NULL,0,NULL,0}, + {"鱩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xba\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x9f",3,NULL,0,NULL,0}, + {"ਠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xa0",3,NULL,0,NULL,0}, + {"斻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xbb",3,NULL,0,NULL,0}, + {"粜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x9c",3,NULL,0,NULL,0}, + {"랁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x81",3,NULL,0,NULL,0}, + {"閧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xa7",3,NULL,0,NULL,0}, + {"륶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xb6",3,NULL,0,NULL,0}, + {"䱧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xa7",3,NULL,0,NULL,0}, + {"昚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x88",3,NULL,0,NULL,0}, + {"∭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xad",3,NULL,0,NULL,0}, + {"ꜿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xbf",3,NULL,0,NULL,0}, + {"뺛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x9b",3,NULL,0,NULL,0}, + {"喔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x96",3,NULL,0,NULL,0}, + {"뻾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xbe",3,NULL,0,NULL,0}, + {"㮿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\xbf",3,NULL,0,NULL,0}, + {"駭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x9e",3,NULL,0,NULL,0}, + {"쿱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\xb1",3,NULL,0,NULL,0}, + {"㡳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xb3",3,NULL,0,NULL,0}, + {"暯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9a\xaf",3,NULL,0,NULL,0}, + {"튼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xbc",3,NULL,0,NULL,0}, + {"囈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x88",3,NULL,0,NULL,0}, + {"향",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\xa5",3,NULL,0,NULL,0}, + {"쀭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xad",3,NULL,0,NULL,0}, + {"⮋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x8b",3,NULL,0,NULL,0}, + {"᜹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xa8",3,NULL,0,NULL,0}, + {"풽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xbd",3,NULL,0,NULL,0}, + {"犿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\xbf",3,NULL,0,NULL,0}, + {"ⵜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x9c",3,NULL,0,NULL,0}, + {"씘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\x98",3,NULL,0,NULL,0}, + {"Ỳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xb2",3,NULL,0,NULL,0}, + {"憹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xb9",3,NULL,0,NULL,0}, + {"厹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xb9",3,NULL,0,NULL,0}, + {"ᯰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xb0",3,NULL,0,NULL,0}, + {"㧡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xa1",3,NULL,0,NULL,0}, + {"锟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x9f",3,NULL,0,NULL,0}, + {"贄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb4\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xbf",3,NULL,0,NULL,0}, + {"프",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x84",3,NULL,0,NULL,0}, + {"羶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xb6",3,NULL,0,NULL,0}, + {"㮅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x85",3,NULL,0,NULL,0}, + {"멭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xad",3,NULL,0,NULL,0}, + {"飆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\x86",3,NULL,0,NULL,0}, + {"淉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\x89",3,NULL,0,NULL,0}, + {"瓞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x9e",3,NULL,0,NULL,0}, + {"璽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xbd",3,NULL,0,NULL,0}, + {"굅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x85",3,NULL,0,NULL,0}, + {"Ꞩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xa8",3,NULL,0,NULL,0}, + {"떤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\xa4",3,NULL,0,NULL,0}, + {"먾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xbe",3,NULL,0,NULL,0}, + {"բ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xa2",2,NULL,0,NULL,0}, + {"䥳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xb3",3,NULL,0,NULL,0}, + {"爸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xb8",3,NULL,0,NULL,0}, + {"姞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x9e",3,NULL,0,NULL,0}, + {"㹲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\xb2",3,NULL,0,NULL,0}, + {"蹨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\xa8",3,NULL,0,NULL,0}, + {"벋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x8b",3,NULL,0,NULL,0}, + {"聕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x95",3,NULL,0,NULL,0}, + {"伣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xa3",3,NULL,0,NULL,0}, + {"옏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x8f",3,NULL,0,NULL,0}, + {"龸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xb8",3,NULL,0,NULL,0}, + {"率",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x87",3,NULL,0,NULL,0}, + {"וֹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x8b",3,NULL,0,NULL,0}, + {"⯣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xb1",3,NULL,0,NULL,0}, + {"怶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xb6",3,NULL,0,NULL,0}, + {"畩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xa9",3,NULL,0,NULL,0}, + {"ⱌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x8c",3,NULL,0,NULL,0}, + {"㢾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x84",3,NULL,0,NULL,0}, + {"ᡐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x90",3,NULL,0,NULL,0}, + {"䳈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb3\x88",3,NULL,0,NULL,0}, + {"㶃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x83",3,NULL,0,NULL,0}, + {"맼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xbc",3,NULL,0,NULL,0}, + {"웾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xbe",3,NULL,0,NULL,0}, + {"饍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\x8d",3,NULL,0,NULL,0}, + {"ꪻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xbb",3,NULL,0,NULL,0}, + {"⻬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xac",3,NULL,0,NULL,0}, + {"풲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xb2",3,NULL,0,NULL,0}, + {"뜗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x97",3,NULL,0,NULL,0}, + {"聇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x87",3,NULL,0,NULL,0}, + {"齺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\xba",3,NULL,0,NULL,0}, + {"㇋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\x8b",3,NULL,0,NULL,0}, + {"岄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x94",3,NULL,0,NULL,0}, + {"ﺠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xb5",3,NULL,0,NULL,0}, + {"Უ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xa3",3,NULL,0,NULL,0}, + {"瘜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x9c",3,NULL,0,NULL,0}, + {"ₘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\x98",3,NULL,0,NULL,0}, + {"擿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xbf",3,NULL,0,NULL,0}, + {"ꔥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xa5",3,NULL,0,NULL,0}, + {"쌰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xb0",3,NULL,0,NULL,0}, + {"楱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x82",3,NULL,0,NULL,0}, + {"ݤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xa4",2,NULL,0,NULL,0}, + {"鏲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\xb2",3,NULL,0,NULL,0}, + {"鐩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xa9",3,NULL,0,NULL,0}, + {"뙐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x90",3,NULL,0,NULL,0}, + {"᢯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xaf",3,NULL,0,NULL,0}, + {"ହ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xb9",3,NULL,0,NULL,0}, + {"Ⱥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xba",2,NULL,0,NULL,0}, + {"㲄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x84",3,NULL,0,NULL,0}, + {"פֿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x8e",3,NULL,0,NULL,0}, + {"ꩶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\xb6",3,NULL,0,NULL,0}, + {"僂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x82",3,NULL,0,NULL,0}, + {"쒼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\xbc",3,NULL,0,NULL,0}, + {"冼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\xbc",3,NULL,0,NULL,0}, + {"海",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x85",3,NULL,0,NULL,0}, + {"꜑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x91",3,NULL,0,NULL,0}, + {"ힳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xb3",3,NULL,0,NULL,0}, + {"쑋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\x8b",3,NULL,0,NULL,0}, + {"줧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x96",3,NULL,0,NULL,0}, + {"띠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xa0",3,NULL,0,NULL,0}, + {"̨",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xa8",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x89",3,NULL,0,NULL,0}, + {"븨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x84",3,NULL,0,NULL,0}, + {"䷽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xbd",3,NULL,0,NULL,0}, + {"㽢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\xa2",3,NULL,0,NULL,0}, + {"䗜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xa9",3,NULL,0,NULL,0}, + {"봙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x99",3,NULL,0,NULL,0}, + {"ﲄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x84",3,NULL,0,NULL,0}, + {"鈈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x88",3,NULL,0,NULL,0}, + {"缲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xb2",3,NULL,0,NULL,0}, + {"溎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x8e",3,NULL,0,NULL,0}, + {"娭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa8\xad",3,NULL,0,NULL,0}, + {"ﳛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x9b",3,NULL,0,NULL,0}, + {"鮐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x90",3,NULL,0,NULL,0}, + {"绱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xb1",3,NULL,0,NULL,0}, + {"뗶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xb6",3,NULL,0,NULL,0}, + {"ㅬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\xa7",3,NULL,0,NULL,0}, + {"쐍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xb4",3,NULL,0,NULL,0}, + {"뙵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\xb5",3,NULL,0,NULL,0}, + {"罫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\xb0",3,NULL,0,NULL,0}, + {"䝘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9d\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x8d",3,NULL,0,NULL,0}, + {"䛜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\x9c",3,NULL,0,NULL,0}, + {"ꗂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x82",3,NULL,0,NULL,0}, + {"ꙉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x89",3,NULL,0,NULL,0}, + {"씻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xbb",3,NULL,0,NULL,0}, + {"㸥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xa5",3,NULL,0,NULL,0}, + {"综",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbb\xbc",3,NULL,0,NULL,0}, + {"ᇧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xa7",3,NULL,0,NULL,0}, + {"돕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x95",3,NULL,0,NULL,0}, + {"೸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x85",3,NULL,0,NULL,0}, + {"঩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xa9",3,NULL,0,NULL,0}, + {"෱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xb1",3,NULL,0,NULL,0}, + {"럶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xb6",3,NULL,0,NULL,0}, + {"뀟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x9f",3,NULL,0,NULL,0}, + {"쏏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\x8f",3,NULL,0,NULL,0}, + {"奀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x80",3,NULL,0,NULL,0}, + {"쯊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x8a",3,NULL,0,NULL,0}, + {"ધ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xa7",3,NULL,0,NULL,0}, + {"䃓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x93",3,NULL,0,NULL,0}, + {"簤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xa4",3,NULL,0,NULL,0}, + {"階",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x8e",3,NULL,0,NULL,0}, + {"ᗕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x90",3,NULL,0,NULL,0}, + {"鎅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x85",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xa3",3,NULL,0,NULL,0}, + {"춀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x80",3,NULL,0,NULL,0}, + {"鹖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\x96",3,NULL,0,NULL,0}, + {"絚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\x9a",3,NULL,0,NULL,0}, + {"尕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x95",3,NULL,0,NULL,0}, + {"銽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xbd",3,NULL,0,NULL,0}, + {"⑷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xb7",3,NULL,0,NULL,0}, + {"瞢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xa2",3,NULL,0,NULL,0}, + {"尚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x9a",3,NULL,0,NULL,0}, + {"闲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xb2",3,NULL,0,NULL,0}, + {"됏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x8f",3,NULL,0,NULL,0}, + {"꿡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xa1",3,NULL,0,NULL,0}, + {"퍱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xb1",3,NULL,0,NULL,0}, + {"﹎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xb7",3,NULL,0,NULL,0}, + {"꼮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xae",3,NULL,0,NULL,0}, + {"৊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x8a",3,NULL,0,NULL,0}, + {"됖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x96",3,NULL,0,NULL,0}, + {"䋤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xa4",3,NULL,0,NULL,0}, + {"睗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\x97",3,NULL,0,NULL,0}, + {"₵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xb5",3,NULL,0,NULL,0}, + {"࠘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x98",3,NULL,0,NULL,0}, + {"쀿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\xbf",3,NULL,0,NULL,0}, + {"я",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x8f",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xa5",3,NULL,0,NULL,0}, + {"ấ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\xa5",3,NULL,0,NULL,0}, + {"鈶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\xb6",3,NULL,0,NULL,0}, + {"잰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xb0",3,NULL,0,NULL,0}, + {"ހ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x80",2,NULL,0,NULL,0}, + {"裴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\xb4",3,NULL,0,NULL,0}, + {"Ώ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\xbb",3,NULL,0,NULL,0}, + {"脉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x89",3,NULL,0,NULL,0}, + {"눇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xa1",3,NULL,0,NULL,0}, + {"閸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xb8",3,NULL,0,NULL,0}, + {"ࣿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xba",3,NULL,0,NULL,0}, + {"䔁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x81",3,NULL,0,NULL,0}, + {"놀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xb2",3,NULL,0,NULL,0}, + {"⏸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xb8",3,NULL,0,NULL,0}, + {"᧞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\x9e",3,NULL,0,NULL,0}, + {"︵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xb5",3,NULL,0,NULL,0}, + {"휣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\xa3",3,NULL,0,NULL,0}, + {"죚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x9a",3,NULL,0,NULL,0}, + {"넿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x85",3,NULL,0,NULL,0}, + {"漒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x92",3,NULL,0,NULL,0}, + {"孑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x91",3,NULL,0,NULL,0}, + {"䓂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x82",3,NULL,0,NULL,0}, + {"攊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x8a",3,NULL,0,NULL,0}, + {"笚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xac\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x8e",3,NULL,0,NULL,0}, + {"쵎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x8e",3,NULL,0,NULL,0}, + {"英",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xb1",3,NULL,0,NULL,0}, + {"嫲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xb2",3,NULL,0,NULL,0}, + {"䤎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x8e",3,NULL,0,NULL,0}, + {"닦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xa6",3,NULL,0,NULL,0}, + {"郩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xa9",3,NULL,0,NULL,0}, + {"굃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xbb",3,NULL,0,NULL,0}, + {"ࢍ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x8d",3,NULL,0,NULL,0}, + {"郴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xb4",3,NULL,0,NULL,0}, + {"컈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x88",3,NULL,0,NULL,0}, + {"姠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x84",3,NULL,0,NULL,0}, + {"ܿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xbf",2,NULL,0,NULL,0}, + {"殅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x85",3,NULL,0,NULL,0}, + {"欔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\x94",3,NULL,0,NULL,0}, + {"싦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xba",3,NULL,0,NULL,0}, + {"순",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x9c",3,NULL,0,NULL,0}, + {"䕉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\x89",3,NULL,0,NULL,0}, + {"ዴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xb4",3,NULL,0,NULL,0}, + {"毅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\x85",3,NULL,0,NULL,0}, + {"ꂔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x94",3,NULL,0,NULL,0}, + {"焣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x84\xa3",3,NULL,0,NULL,0}, + {"ﲙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x99",3,NULL,0,NULL,0}, + {"⤖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x96",3,NULL,0,NULL,0}, + {"嬗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x97",3,NULL,0,NULL,0}, + {"ڪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\xaa",2,NULL,0,NULL,0}, + {"⣵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xb5",3,NULL,0,NULL,0}, + {"碁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x81",3,NULL,0,NULL,0}, + {"웚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x9a",3,NULL,0,NULL,0}, + {"▲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xb2",3,NULL,0,NULL,0}, + {"쳮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xae",3,NULL,0,NULL,0}, + {"韯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xaf",3,NULL,0,NULL,0}, + {"흤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xa4",3,NULL,0,NULL,0}, + {"쥇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x87",3,NULL,0,NULL,0}, + {"냠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xa0",3,NULL,0,NULL,0}, + {"⁕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x95",3,NULL,0,NULL,0}, + {"⅜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x9c",3,NULL,0,NULL,0}, + {"챳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xb3",3,NULL,0,NULL,0}, + {"ᛋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x8b",3,NULL,0,NULL,0}, + {"藳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xb3",3,NULL,0,NULL,0}, + {"쪿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\xbf",3,NULL,0,NULL,0}, + {"㳁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x81",3,NULL,0,NULL,0}, + {"䎦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xa6",3,NULL,0,NULL,0}, + {"켂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x82",3,NULL,0,NULL,0}, + {"픭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xad",3,NULL,0,NULL,0}, + {"⛤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xa4",3,NULL,0,NULL,0}, + {"⁓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x93",3,NULL,0,NULL,0}, + {"䣍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x8d",3,NULL,0,NULL,0}, + {"⫟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xa4",3,NULL,0,NULL,0}, + {"뻩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xa9",3,NULL,0,NULL,0}, + {"錕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x95",3,NULL,0,NULL,0}, + {"칁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x81",3,NULL,0,NULL,0}, + {"脣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xa3",3,NULL,0,NULL,0}, + {"Ε",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x95",2,NULL,0,NULL,0}, + {"ꃊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\x8a",3,NULL,0,NULL,0}, + {"㍽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xbd",3,NULL,0,NULL,0}, + {"뼊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x8a",3,NULL,0,NULL,0}, + {"斉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x89",3,NULL,0,NULL,0}, + {"⇺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xba",3,NULL,0,NULL,0}, + {"址",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x80",3,NULL,0,NULL,0}, + {"䟎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x8e",3,NULL,0,NULL,0}, + {"節",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x96",3,NULL,0,NULL,0}, + {"♩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xa9",3,NULL,0,NULL,0}, + {"Χ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xa7",2,NULL,0,NULL,0}, + {"⪿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xbf",3,NULL,0,NULL,0}, + {"榙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x99",3,NULL,0,NULL,0}, + {"١",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\xa1",2,NULL,0,NULL,0}, + {"졈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x88",3,NULL,0,NULL,0}, + {"蘩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xa9",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xa5",3,NULL,0,NULL,0}, + {"Ꮒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xa5",3,NULL,0,NULL,0}, + {"쪎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x8e",3,NULL,0,NULL,0}, + {"Ǝ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\x8e",2,NULL,0,NULL,0}, + {"ҝ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x9d",2,NULL,0,NULL,0}, + {"❒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x92",3,NULL,0,NULL,0}, + {"泴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xb4",3,NULL,0,NULL,0}, + {"⹅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x85",3,NULL,0,NULL,0}, + {"葀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x80",3,NULL,0,NULL,0}, + {"₼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xbc",3,NULL,0,NULL,0}, + {"㖚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x9a",3,NULL,0,NULL,0}, + {"䒹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xb9",3,NULL,0,NULL,0}, + {"瘞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x9e",3,NULL,0,NULL,0}, + {"鬐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x90",3,NULL,0,NULL,0}, + {"↸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xb8",3,NULL,0,NULL,0}, + {"Ӧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xa6",2,NULL,0,NULL,0}, + {"ᘪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xaa",3,NULL,0,NULL,0}, + {"㏆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x86",3,NULL,0,NULL,0}, + {"ɘ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\x98",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xa2",3,NULL,0,NULL,0}, + {"ꌦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xb6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x8f",3,NULL,0,NULL,0}, + {"捓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x93",3,NULL,0,NULL,0}, + {"貶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\xb6",3,NULL,0,NULL,0}, + {"┌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x8c",3,NULL,0,NULL,0}, + {"쫻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xbb",3,NULL,0,NULL,0}, + {"鴩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xa9",3,NULL,0,NULL,0}, + {"疽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xbd",3,NULL,0,NULL,0}, + {"⡛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x9b",3,NULL,0,NULL,0}, + {"☳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xb3",3,NULL,0,NULL,0}, + {"ꮡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xa1",3,NULL,0,NULL,0}, + {"ꥫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xab",3,NULL,0,NULL,0}, + {"か",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x8b",3,NULL,0,NULL,0}, + {"䣨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xa8",3,NULL,0,NULL,0}, + {"ⷪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\xaa",3,NULL,0,NULL,0}, + {"쉴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xb4",3,NULL,0,NULL,0}, + {"㊕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x95",3,NULL,0,NULL,0}, + {"狆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x86",3,NULL,0,NULL,0}, + {"毣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xa3",3,NULL,0,NULL,0}, + {"Ꞡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\xa0",3,NULL,0,NULL,0}, + {"ۼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xbc",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xb0",3,NULL,0,NULL,0}, + {"䮼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xbc",3,NULL,0,NULL,0}, + {"ᐁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x90\x81",3,NULL,0,NULL,0}, + {"檥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xa5",3,NULL,0,NULL,0}, + {"慒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x92",3,NULL,0,NULL,0}, + {"˟",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x9f",2,NULL,0,NULL,0}, + {"睷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9d\xb7",3,NULL,0,NULL,0}, + {"拡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xaa",3,NULL,0,NULL,0}, + {"拄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x84",3,NULL,0,NULL,0}, + {"ꦥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xa5",3,NULL,0,NULL,0}, + {"鴪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\xaa",3,NULL,0,NULL,0}, + {"횯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xaf",3,NULL,0,NULL,0}, + {"啸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xb8",3,NULL,0,NULL,0}, + {"䃩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\xa9",3,NULL,0,NULL,0}, + {"ⱋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\x8b",3,NULL,0,NULL,0}, + {"泛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x9b",3,NULL,0,NULL,0}, + {"踗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x97",3,NULL,0,NULL,0}, + {"䤆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x86",3,NULL,0,NULL,0}, + {"⥱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xb1",3,NULL,0,NULL,0}, + {"蘗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x97",3,NULL,0,NULL,0}, + {"﮹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\xb9",3,NULL,0,NULL,0}, + {"啩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xa9",3,NULL,0,NULL,0}, + {"烓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x93",3,NULL,0,NULL,0}, + {"胡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xa1",3,NULL,0,NULL,0}, + {"籹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xb9",3,NULL,0,NULL,0}, + {"✍",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x8d",3,NULL,0,NULL,0}, + {"鱒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x92",3,NULL,0,NULL,0}, + {"撬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xac",3,NULL,0,NULL,0}, + {"簱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xb1",3,NULL,0,NULL,0}, + {"㉈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x88",3,NULL,0,NULL,0}, + {"梤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xa4",3,NULL,0,NULL,0}, + {"把",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x8a",3,NULL,0,NULL,0}, + {"㋩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xa9",3,NULL,0,NULL,0}, + {"ꏉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x89",3,NULL,0,NULL,0}, + {"䞀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x80",3,NULL,0,NULL,0}, + {"볿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x97",3,NULL,0,NULL,0}, + {"檌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xb9",3,NULL,0,NULL,0}, + {"သ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\x9e",3,NULL,0,NULL,0}, + {"솄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x84",3,NULL,0,NULL,0}, + {"ⵊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\x8a",3,NULL,0,NULL,0}, + {"沢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\xa2",3,NULL,0,NULL,0}, + {"徏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x8f",3,NULL,0,NULL,0}, + {"㶮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xae",3,NULL,0,NULL,0}, + {"楄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x84",3,NULL,0,NULL,0}, + {"콝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\x9d",3,NULL,0,NULL,0}, + {"㟏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\x8f",3,NULL,0,NULL,0}, + {"㡈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x88",3,NULL,0,NULL,0}, + {"馝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x9d",3,NULL,0,NULL,0}, + {"ꪏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x8f",3,NULL,0,NULL,0}, + {"௠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\xa0",3,NULL,0,NULL,0}, + {"ᅕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x95",3,NULL,0,NULL,0}, + {"趘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x98",3,NULL,0,NULL,0}, + {"콾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xbe",3,NULL,0,NULL,0}, + {"퉫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xab",3,NULL,0,NULL,0}, + {"廽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\xbd",3,NULL,0,NULL,0}, + {"༛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x9b",3,NULL,0,NULL,0}, + {"藒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\x92",3,NULL,0,NULL,0}, + {"鿄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x84",3,NULL,0,NULL,0}, + {"濽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xbd",3,NULL,0,NULL,0}, + {"訕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x95",3,NULL,0,NULL,0}, + {"程",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x8b",3,NULL,0,NULL,0}, + {"ꐃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\x83",3,NULL,0,NULL,0}, + {"㬲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xb2",3,NULL,0,NULL,0}, + {"熘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x98",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xb8",3,NULL,0,NULL,0}, + {"ҟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x9f",2,NULL,0,NULL,0}, + {"浑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x91",3,NULL,0,NULL,0}, + {"骿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xbf",3,NULL,0,NULL,0}, + {"蜞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x9e",3,NULL,0,NULL,0}, + {"棥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xa5",3,NULL,0,NULL,0}, + {"ဴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xb4",3,NULL,0,NULL,0}, + {"׈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x88",2,NULL,0,NULL,0}, + {"셃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x83",3,NULL,0,NULL,0}, + {"᱃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x83",3,NULL,0,NULL,0}, + {"辎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x95",3,NULL,0,NULL,0}, + {"䫚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x9a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xb5",3,NULL,0,NULL,0}, + {"塶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xb6",3,NULL,0,NULL,0}, + {"䰀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\x80",3,NULL,0,NULL,0}, + {"輻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xb4",3,NULL,0,NULL,0}, + {"붑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\xae",3,NULL,0,NULL,0}, + {"谟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x9f",3,NULL,0,NULL,0}, + {"븴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\xb4",3,NULL,0,NULL,0}, + {"ኴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xb4",3,NULL,0,NULL,0}, + {"쐐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x90",3,NULL,0,NULL,0}, + {"쾴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xb4",3,NULL,0,NULL,0}, + {"ꇝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x9d",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xbe",3,NULL,0,NULL,0}, + {"Կ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xbf",2,NULL,0,NULL,0}, + {"㦥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xa5",3,NULL,0,NULL,0}, + {"໡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xa1",3,NULL,0,NULL,0}, + {"蠔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x94",3,NULL,0,NULL,0}, + {"⬺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xba",3,NULL,0,NULL,0}, + {"¡",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa1",2,NULL,0,NULL,0}, + {"ᆖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x96",3,NULL,0,NULL,0}, + {"‛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x9b",3,NULL,0,NULL,0}, + {"ʗ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x97",2,NULL,0,NULL,0}, + {"렴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xb4",3,NULL,0,NULL,0}, + {"꟮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\xae",3,NULL,0,NULL,0}, + {"⮑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\x91",3,NULL,0,NULL,0}, + {"戞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x9e",3,NULL,0,NULL,0}, + {"킀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x80",3,NULL,0,NULL,0}, + {"詖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x96",3,NULL,0,NULL,0}, + {"窎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xb3",3,NULL,0,NULL,0}, + {"憠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\xa0",3,NULL,0,NULL,0}, + {"ⶎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xb4",3,NULL,0,NULL,0}, + {"蛊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x8a",3,NULL,0,NULL,0}, + {"깨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\xa8",3,NULL,0,NULL,0}, + {"䈝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x9d",3,NULL,0,NULL,0}, + {"됷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x86",3,NULL,0,NULL,0}, + {"㨾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xbe",3,NULL,0,NULL,0}, + {"ඡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xa1",3,NULL,0,NULL,0}, + {"耙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\x99",3,NULL,0,NULL,0}, + {"蚁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x81",3,NULL,0,NULL,0}, + {"䆬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\xac",3,NULL,0,NULL,0}, + {"껧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\xa7",3,NULL,0,NULL,0}, + {"壵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xb5",3,NULL,0,NULL,0}, + {"ഄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x84",3,NULL,0,NULL,0}, + {"浴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\x8f",3,NULL,0,NULL,0}, + {"鹳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xb3",3,NULL,0,NULL,0}, + {"ꜵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xb5",3,NULL,0,NULL,0}, + {"豀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x80",3,NULL,0,NULL,0}, + {"喬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\xac",3,NULL,0,NULL,0}, + {"륒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x92",3,NULL,0,NULL,0}, + {"뮳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x88",3,NULL,0,NULL,0}, + {"㏯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xaf",3,NULL,0,NULL,0}, + {"땙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x99",3,NULL,0,NULL,0}, + {"篟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaf\x9f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xa3",3,NULL,0,NULL,0}, + {"랭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xad",3,NULL,0,NULL,0}, + {"鼿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\xbf",3,NULL,0,NULL,0}, + {"柕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x95",3,NULL,0,NULL,0}, + {"쓸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xb8",3,NULL,0,NULL,0}, + {"鯓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xaa",3,NULL,0,NULL,0}, + {"欸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\x85",3,NULL,0,NULL,0}, + {"㧯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xaf",3,NULL,0,NULL,0}, + {"爮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xae",3,NULL,0,NULL,0}, + {"⸕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x95",3,NULL,0,NULL,0}, + {"왧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xa7",3,NULL,0,NULL,0}, + {"⯙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\x99",3,NULL,0,NULL,0}, + {"뛨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xa8",3,NULL,0,NULL,0}, + {"똑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x91",3,NULL,0,NULL,0}, + {"桵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xb5",3,NULL,0,NULL,0}, + {"ウ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xb3",3,NULL,0,NULL,0}, + {"톴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xb4",3,NULL,0,NULL,0}, + {"욮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xae",3,NULL,0,NULL,0}, + {"㴊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x8a",3,NULL,0,NULL,0}, + {"썓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x93",3,NULL,0,NULL,0}, + {"仧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\xa7",3,NULL,0,NULL,0}, + {"潦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\x90",3,NULL,0,NULL,0}, + {"綘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x98",3,NULL,0,NULL,0}, + {"譆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x86",3,NULL,0,NULL,0}, + {"﷥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xa5",3,NULL,0,NULL,0}, + {"卂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x82",3,NULL,0,NULL,0}, + {"啙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\x99",3,NULL,0,NULL,0}, + {"鼅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x85",3,NULL,0,NULL,0}, + {"㽛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x9b",3,NULL,0,NULL,0}, + {"勧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xa7",3,NULL,0,NULL,0}, + {"᜝",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x9d",3,NULL,0,NULL,0}, + {"켴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xb4",3,NULL,0,NULL,0}, + {"⅋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x85\x8b",3,NULL,0,NULL,0}, + {"b",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"祆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x86",3,NULL,0,NULL,0}, + {"䁬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xac",3,NULL,0,NULL,0}, + {"➰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xb0",3,NULL,0,NULL,0}, + {"펲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xb2",3,NULL,0,NULL,0}, + {"틹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xb9",3,NULL,0,NULL,0}, + {"叝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x9d",3,NULL,0,NULL,0}, + {"뵂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x82",3,NULL,0,NULL,0}, + {"獽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x8e",3,NULL,0,NULL,0}, + {"Ს",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xa1",3,NULL,0,NULL,0}, + {"椎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xab",3,NULL,0,NULL,0}, + {"㣚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x9a",3,NULL,0,NULL,0}, + {"ߋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x8b",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\xb7",3,NULL,0,NULL,0}, + {"蕽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xbd",3,NULL,0,NULL,0}, + {"롵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xb5",3,NULL,0,NULL,0}, + {"ᔛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x9b",3,NULL,0,NULL,0}, + {"ꍡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\x89",3,NULL,0,NULL,0}, + {"阖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x96",3,NULL,0,NULL,0}, + {"讳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xb3",3,NULL,0,NULL,0}, + {"쨦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\xa6",3,NULL,0,NULL,0}, + {"ꚼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xb9",3,NULL,0,NULL,0}, + {"뜕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\x95",3,NULL,0,NULL,0}, + {"瘇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaa\x8c",3,NULL,0,NULL,0}, + {"㼎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x8e",3,NULL,0,NULL,0}, + {"්",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x8a",3,NULL,0,NULL,0}, + {"訶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xb6",3,NULL,0,NULL,0}, + {"푒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x92",3,NULL,0,NULL,0}, + {"茖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x96",3,NULL,0,NULL,0}, + {"⧏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x9e",3,NULL,0,NULL,0}, + {"哦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xa6",3,NULL,0,NULL,0}, + {"폷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xb7",3,NULL,0,NULL,0}, + {"膵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\xb5",3,NULL,0,NULL,0}, + {"ᛦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xa6",3,NULL,0,NULL,0}, + {"ﲤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xa4",3,NULL,0,NULL,0}, + {"᭄",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x84",3,NULL,0,NULL,0}, + {"ᢆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x86",3,NULL,0,NULL,0}, + {"壇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x87",3,NULL,0,NULL,0}, + {"♰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xb0",3,NULL,0,NULL,0}, + {"ꌤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\xa4",3,NULL,0,NULL,0}, + {"鞈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x9d",3,NULL,0,NULL,0}, + {"쌠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x80",3,NULL,0,NULL,0}, + {"鐫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xab",3,NULL,0,NULL,0}, + {"᥎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x8f",3,NULL,0,NULL,0}, + {"ᄕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x95",3,NULL,0,NULL,0}, + {"ᶈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x88",3,NULL,0,NULL,0}, + {"☐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x87",3,NULL,0,NULL,0}, + {"ᾖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\x96",3,NULL,0,NULL,0}, + {"꜓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x9c",3,NULL,0,NULL,0}, + {"줝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x9d",3,NULL,0,NULL,0}, + {"ㆫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xab",3,NULL,0,NULL,0}, + {"딨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xa8",3,NULL,0,NULL,0}, + {"㻍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x8d",3,NULL,0,NULL,0}, + {"㷐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xb8",3,NULL,0,NULL,0}, + {"̀",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x80",2,NULL,0,NULL,0}, + {"榼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xbc",3,NULL,0,NULL,0}, + {"록",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x9d",3,NULL,0,NULL,0}, + {"㪡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xa1",3,NULL,0,NULL,0}, + {"艆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x86",3,NULL,0,NULL,0}, + {"䎊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x8a",3,NULL,0,NULL,0}, + {"㬜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\x9c",3,NULL,0,NULL,0}, + {"뀥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xa5",3,NULL,0,NULL,0}, + {"ਮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\xae",3,NULL,0,NULL,0}, + {"ꙋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x8b",3,NULL,0,NULL,0}, + {"兂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x82",3,NULL,0,NULL,0}, + {"덓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x93",3,NULL,0,NULL,0}, + {"눾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x88\xbe",3,NULL,0,NULL,0}, + {"侦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\xa6",3,NULL,0,NULL,0}, + {"찋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x8b",3,NULL,0,NULL,0}, + {"둜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x9c",3,NULL,0,NULL,0}, + {"㗾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xbe",3,NULL,0,NULL,0}, + {"錰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\xb0",3,NULL,0,NULL,0}, + {"琍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x8d",3,NULL,0,NULL,0}, + {"ḏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\x8f",3,NULL,0,NULL,0}, + {"F",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\xa6",3,NULL,0,NULL,0}, + {"ḭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb8\xad",3,NULL,0,NULL,0}, + {"츝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\x9d",3,NULL,0,NULL,0}, + {"⏟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\x9f",3,NULL,0,NULL,0}, + {"罱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\xb1",3,NULL,0,NULL,0}, + {"䀚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x9a",3,NULL,0,NULL,0}, + {"艜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\x9c",3,NULL,0,NULL,0}, + {"஌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x8c",3,NULL,0,NULL,0}, + {"䒌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x8c",3,NULL,0,NULL,0}, + {"㗨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xa8",3,NULL,0,NULL,0}, + {"隊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x8a",3,NULL,0,NULL,0}, + {"ꐭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xad",3,NULL,0,NULL,0}, + {"﨡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xa1",3,NULL,0,NULL,0}, + {"ࣈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x88",3,NULL,0,NULL,0}, + {"鉀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x97",3,NULL,0,NULL,0}, + {"뀴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\xb4",3,NULL,0,NULL,0}, + {"핊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\x8a",3,NULL,0,NULL,0}, + {"砛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x9b",3,NULL,0,NULL,0}, + {"㸧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb8\xa7",3,NULL,0,NULL,0}, + {"돇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x87",3,NULL,0,NULL,0}, + {"ś",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x9b",2,NULL,0,NULL,0}, + {"直",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xa0",3,NULL,0,NULL,0}, + {"됦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xa6",3,NULL,0,NULL,0}, + {"ㅴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x85\xb4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\xb0",3,NULL,0,NULL,0}, + {"嫮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xae",3,NULL,0,NULL,0}, + {"᫞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x9e",3,NULL,0,NULL,0}, + {"鷅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x85",3,NULL,0,NULL,0}, + {"䡸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xb8",3,NULL,0,NULL,0}, + {"뎐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x90",3,NULL,0,NULL,0}, + {"䃉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x83\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xbc",3,NULL,0,NULL,0}, + {"䐭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xad",3,NULL,0,NULL,0}, + {"삤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xb1",3,NULL,0,NULL,0}, + {"螿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xbf",3,NULL,0,NULL,0}, + {"ꨮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\x8c",3,NULL,0,NULL,0}, + {"珀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xa9",3,NULL,0,NULL,0}, + {"ﻋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\x8b",3,NULL,0,NULL,0}, + {"굽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xbd",3,NULL,0,NULL,0}, + {"ﰽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xbd",3,NULL,0,NULL,0}, + {" ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x81",3,NULL,0,NULL,0}, + {"籶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xb6",3,NULL,0,NULL,0}, + {"긖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x96",3,NULL,0,NULL,0}, + {"ࢮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xae",3,NULL,0,NULL,0}, + {"鋇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x87",3,NULL,0,NULL,0}, + {"√",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\x9a",3,NULL,0,NULL,0}, + {"埇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x87",3,NULL,0,NULL,0}, + {"ᦕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x83",3,NULL,0,NULL,0}, + {"瘰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\xb0",3,NULL,0,NULL,0}, + {"膘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x86\x98",3,NULL,0,NULL,0}, + {"녶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xb6",3,NULL,0,NULL,0}, + {"櫜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xb8",3,NULL,0,NULL,0}, + {"펋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x8b",3,NULL,0,NULL,0}, + {"巯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xaf",3,NULL,0,NULL,0}, + {"完",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x8c",3,NULL,0,NULL,0}, + {"㑱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xb1",3,NULL,0,NULL,0}, + {"稞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x9e",3,NULL,0,NULL,0}, + {"索",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa5\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\xa8",3,NULL,0,NULL,0}, + {"艼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xa1",3,NULL,0,NULL,0}, + {"窹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xb9",3,NULL,0,NULL,0}, + {"︿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x8f",3,NULL,0,NULL,0}, + {"흚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x9a",3,NULL,0,NULL,0}, + {"䋼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xbc",3,NULL,0,NULL,0}, + {"夞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x9e",3,NULL,0,NULL,0}, + {"婕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x95",3,NULL,0,NULL,0}, + {"ꥱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xb1",3,NULL,0,NULL,0}, + {"Ὀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\x88",3,NULL,0,NULL,0}, + {"嵢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xa2",3,NULL,0,NULL,0}, + {"毺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xba",3,NULL,0,NULL,0}, + {"쁵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xb5",3,NULL,0,NULL,0}, + {"ガ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xac",3,NULL,0,NULL,0}, + {"⽐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x90",3,NULL,0,NULL,0}, + {"쁡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xa1",3,NULL,0,NULL,0}, + {"崙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x99",3,NULL,0,NULL,0}, + {"歿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xbf",3,NULL,0,NULL,0}, + {"ྋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x8b",3,NULL,0,NULL,0}, + {"郸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xb8",3,NULL,0,NULL,0}, + {"̔",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x94",2,NULL,0,NULL,0}, + {"ꄇ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x87",3,NULL,0,NULL,0}, + {"䓻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\xbb",3,NULL,0,NULL,0}, + {"캉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x89",3,NULL,0,NULL,0}, + {"㝓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x93",3,NULL,0,NULL,0}, + {"埨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xa8",3,NULL,0,NULL,0}, + {"⼳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbc\xb3",3,NULL,0,NULL,0}, + {"犒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x86",3,NULL,0,NULL,0}, + {"疗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x97",3,NULL,0,NULL,0}, + {"ᘸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x98\xb8",3,NULL,0,NULL,0}, + {"꼐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x90",3,NULL,0,NULL,0}, + {"顐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x90",3,NULL,0,NULL,0}, + {"橕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x95",3,NULL,0,NULL,0}, + {"죎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x8e",3,NULL,0,NULL,0}, + {"넵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x84\xb5",3,NULL,0,NULL,0}, + {"ꚓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x93",3,NULL,0,NULL,0}, + {"ᇼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xbc",3,NULL,0,NULL,0}, + {"济",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x8e",3,NULL,0,NULL,0}, + {"剭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xad",3,NULL,0,NULL,0}, + {"泇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x87",3,NULL,0,NULL,0}, + {"䘽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xbd",3,NULL,0,NULL,0}, + {"冔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\x89",3,NULL,0,NULL,0}, + {"◡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xa1",3,NULL,0,NULL,0}, + {"薛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\x9b",3,NULL,0,NULL,0}, + {"שּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\x89",3,NULL,0,NULL,0}, + {"҇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\x87",2,NULL,0,NULL,0}, + {"霋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa5\xb1",3,NULL,0,NULL,0}, + {"꾍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\x8d",3,NULL,0,NULL,0}, + {"姤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xa4",3,NULL,0,NULL,0}, + {"닖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x96",3,NULL,0,NULL,0}, + {"錏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x8f",3,NULL,0,NULL,0}, + {"칓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\x93",3,NULL,0,NULL,0}, + {"ᣰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xb0",3,NULL,0,NULL,0}, + {"駾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa7\xbe",3,NULL,0,NULL,0}, + {"ﵻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\xbb",3,NULL,0,NULL,0}, + {"囿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x83",3,NULL,0,NULL,0}, + {"ꪠ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xa0",3,NULL,0,NULL,0}, + {"㍑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xbc",3,NULL,0,NULL,0}, + {"碃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x83",3,NULL,0,NULL,0}, + {"ۮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\xae",2,NULL,0,NULL,0}, + {"ۈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x88",2,NULL,0,NULL,0}, + {"뜦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xa6",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x8a",3,NULL,0,NULL,0}, + {"硂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x82",3,NULL,0,NULL,0}, + {"旦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xa6",3,NULL,0,NULL,0}, + {"䜱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\xb1",3,NULL,0,NULL,0}, + {"괓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x93",3,NULL,0,NULL,0}, + {"剔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x94",3,NULL,0,NULL,0}, + {"锊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x8a",3,NULL,0,NULL,0}, + {"샮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x9a",3,NULL,0,NULL,0}, + {"겴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\xb4",3,NULL,0,NULL,0}, + {"⟋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x8b",3,NULL,0,NULL,0}, + {"Ѐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x80",2,NULL,0,NULL,0}, + {"⫕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\x95",3,NULL,0,NULL,0}, + {"⁉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\x89",3,NULL,0,NULL,0}, + {"Ʈ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc6\xae",2,NULL,0,NULL,0}, + {"䎪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xaa",3,NULL,0,NULL,0}, + {"⡧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xa7",3,NULL,0,NULL,0}, + {"䑖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x91\x96",3,NULL,0,NULL,0}, + {"ꬣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xa3",3,NULL,0,NULL,0}, + {"ؖ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\x96",2,NULL,0,NULL,0}, + {"⸿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xbf",3,NULL,0,NULL,0}, + {"㗡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xa1",3,NULL,0,NULL,0}, + {"뾕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x95",3,NULL,0,NULL,0}, + {"ᙩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\xa9",3,NULL,0,NULL,0}, + {"횲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xb2",3,NULL,0,NULL,0}, + {"ؽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xbd",2,NULL,0,NULL,0}, + {"኏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x8f",3,NULL,0,NULL,0}, + {"Չ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x89",2,NULL,0,NULL,0}, + {"骅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\x85",3,NULL,0,NULL,0}, + {"鲔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x94",3,NULL,0,NULL,0}, + {"坈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x88",3,NULL,0,NULL,0}, + {"糉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x89",3,NULL,0,NULL,0}, + {"⇪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\x8b",3,NULL,0,NULL,0}, + {"᭘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\x98",3,NULL,0,NULL,0}, + {"類",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\x9e",3,NULL,0,NULL,0}, + {"ꈊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xb5",3,NULL,0,NULL,0}, + {"揊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x8a",3,NULL,0,NULL,0}, + {"捳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\xb3",3,NULL,0,NULL,0}, + {"钯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xaf",3,NULL,0,NULL,0}, + {"빮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xae",3,NULL,0,NULL,0}, + {"ꠚ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x9a",3,NULL,0,NULL,0}, + {"谦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xa6",3,NULL,0,NULL,0}, + {"㮔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x94",3,NULL,0,NULL,0}, + {"欷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xac\xb7",3,NULL,0,NULL,0}, + {"ꥩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xa9",3,NULL,0,NULL,0}, + {"ꪤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xa4",3,NULL,0,NULL,0}, + {"궓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x93",3,NULL,0,NULL,0}, + {"軐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x90",3,NULL,0,NULL,0}, + {"먕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\x95",3,NULL,0,NULL,0}, + {"쭛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\x9b",3,NULL,0,NULL,0}, + {"⠢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xa2",3,NULL,0,NULL,0}, + {"퓌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x8c",3,NULL,0,NULL,0}, + {"㤾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\xbe",3,NULL,0,NULL,0}, + {"켧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\xa7",3,NULL,0,NULL,0}, + {"炋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x8b",3,NULL,0,NULL,0}, + {"痩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xa9",3,NULL,0,NULL,0}, + {"Ӳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\xb2",2,NULL,0,NULL,0}, + {"숮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xae",3,NULL,0,NULL,0}, + {"鬈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\xb3",3,NULL,0,NULL,0}, + {"ꨘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x98",3,NULL,0,NULL,0}, + {"ྦྷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\xa7",3,NULL,0,NULL,0}, + {"ꦧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xa7",3,NULL,0,NULL,0}, + {"䅆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xa9",3,NULL,0,NULL,0}, + {"捙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x99",3,NULL,0,NULL,0}, + {"뫜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x9c",3,NULL,0,NULL,0}, + {"賆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x86",3,NULL,0,NULL,0}, + {"턁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x81",3,NULL,0,NULL,0}, + {"좝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x9d",3,NULL,0,NULL,0}, + {"픢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xa2",3,NULL,0,NULL,0}, + {"쯛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\x9b",3,NULL,0,NULL,0}, + {"黯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\xaf",3,NULL,0,NULL,0}, + {"풟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x9f",3,NULL,0,NULL,0}, + {"☡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xa1",3,NULL,0,NULL,0}, + {"=",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"=",1,NULL,0,NULL,0}, + {"胛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x9b",3,NULL,0,NULL,0}, + {"▸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xb8",3,NULL,0,NULL,0}, + {"㊇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x87",3,NULL,0,NULL,0}, + {"䦜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x9c",3,NULL,0,NULL,0}, + {"礣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xa3",3,NULL,0,NULL,0}, + {"毤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xa4",3,NULL,0,NULL,0}, + {"຤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xa4",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\xbc",3,NULL,0,NULL,0}, + {"䙫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xab",3,NULL,0,NULL,0}, + {"烼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xbc",3,NULL,0,NULL,0}, + {"摦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xa6",3,NULL,0,NULL,0}, + {"⳥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xa5",3,NULL,0,NULL,0}, + {"톓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\x93",3,NULL,0,NULL,0}, + {"묚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xac\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xa7",3,NULL,0,NULL,0}, + {"攢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xa8",3,NULL,0,NULL,0}, + {"ဪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xaa",3,NULL,0,NULL,0}, + {"걄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xb8",3,NULL,0,NULL,0}, + {"Ⱙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xa9",3,NULL,0,NULL,0}, + {"譣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xa3",3,NULL,0,NULL,0}, + {"ퟫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xab",3,NULL,0,NULL,0}, + {"噖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x96",3,NULL,0,NULL,0}, + {"ꓤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xa4",3,NULL,0,NULL,0}, + {"윸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xb8",3,NULL,0,NULL,0}, + {"⥳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xb3",3,NULL,0,NULL,0}, + {"켕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbc\x95",3,NULL,0,NULL,0}, + {"ከ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xa8",3,NULL,0,NULL,0}, + {"୐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x90",3,NULL,0,NULL,0}, + {"庒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x92",3,NULL,0,NULL,0}, + {"啺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x95\xba",3,NULL,0,NULL,0}, + {"윩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\xa9",3,NULL,0,NULL,0}, + {"➢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xa2",3,NULL,0,NULL,0}, + {"觀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x80",3,NULL,0,NULL,0}, + {"吃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb4\x9f",3,NULL,0,NULL,0}, + {"撨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xa8",3,NULL,0,NULL,0}, + {"梨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\xa8",3,NULL,0,NULL,0}, + {"ꭴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xb0",3,NULL,0,NULL,0}, + {"鱂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x82",3,NULL,0,NULL,0}, + {"ำ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xb3",3,NULL,0,NULL,0}, + {"᳌",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\x8c",3,NULL,0,NULL,0}, + {"慴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xb4",3,NULL,0,NULL,0}, + {"搥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xa5",3,NULL,0,NULL,0}, + {"ꍤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xa4",3,NULL,0,NULL,0}, + {"ക",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\x95",3,NULL,0,NULL,0}, + {"ᰩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xa9",3,NULL,0,NULL,0}, + {"턥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x8f",3,NULL,0,NULL,0}, + {"蜽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xbd",3,NULL,0,NULL,0}, + {"홖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x99\x96",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xa0",3,NULL,0,NULL,0}, + {"楌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\x8c",3,NULL,0,NULL,0}, + {"ﰈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\x88",3,NULL,0,NULL,0}, + {"驟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x9f",3,NULL,0,NULL,0}, + {"㡐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\x90",3,NULL,0,NULL,0}, + {"ﳌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\x8c",3,NULL,0,NULL,0}, + {"շ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\xb7",2,NULL,0,NULL,0}, + {"ꕽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xbd",3,NULL,0,NULL,0}, + {"릑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x91",3,NULL,0,NULL,0}, + {"ᅇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x87",3,NULL,0,NULL,0}, + {"䲏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x8f",3,NULL,0,NULL,0}, + {"ꉢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x9d",3,NULL,0,NULL,0}, + {"䭃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x83",3,NULL,0,NULL,0}, + {"쑶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x91\xb6",3,NULL,0,NULL,0}, + {"䭙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x99",3,NULL,0,NULL,0}, + {"ᕼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\x8d",3,NULL,0,NULL,0}, + {"託",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x97",3,NULL,0,NULL,0}, + {"禞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x9e",3,NULL,0,NULL,0}, + {"鳱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xb1",3,NULL,0,NULL,0}, + {"慃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\x83",3,NULL,0,NULL,0}, + {"煜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\x9c",3,NULL,0,NULL,0}, + {"骵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xaf",3,NULL,0,NULL,0}, + {"蜎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x8e",3,NULL,0,NULL,0}, + {"깜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x9c",3,NULL,0,NULL,0}, + {"䈗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\x8f",3,NULL,0,NULL,0}, + {"溻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xbb",3,NULL,0,NULL,0}, + {"륌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x8c",3,NULL,0,NULL,0}, + {"塪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xaa",3,NULL,0,NULL,0}, + {"彷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xb7",3,NULL,0,NULL,0}, + {"ਁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x81",3,NULL,0,NULL,0}, + {"ℵ",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x84\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xad",3,NULL,0,NULL,0}, + {"谝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x9d",3,NULL,0,NULL,0}, + {"䯸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x87",3,NULL,0,NULL,0}, + {"揱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\xb1",3,NULL,0,NULL,0}, + {"絺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb5\xba",3,NULL,0,NULL,0}, + {"镗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x97",3,NULL,0,NULL,0}, + {"䀿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\xbf",3,NULL,0,NULL,0}, + {"䭮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\x8a",3,NULL,0,NULL,0}, + {"黆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x99",3,NULL,0,NULL,0}, + {"裁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa3\x81",3,NULL,0,NULL,0}, + {"뭙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\xab",3,NULL,0,NULL,0}, + {"エ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x82\xa8",3,NULL,0,NULL,0}, + {"禠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xa0",3,NULL,0,NULL,0}, + {"眿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xb1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\x95",3,NULL,0,NULL,0}, + {"늃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x83",3,NULL,0,NULL,0}, + {"뚳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xb3",3,NULL,0,NULL,0}, + {"祶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\xb6",3,NULL,0,NULL,0}, + {"︚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x9a",3,NULL,0,NULL,0}, + {"栨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\xa8",3,NULL,0,NULL,0}, + {"幌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x8c",3,NULL,0,NULL,0}, + {"鯪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xaa",3,NULL,0,NULL,0}, + {"漁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\x81",3,NULL,0,NULL,0}, + {"㟴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9f\xb4",3,NULL,0,NULL,0}, + {"ﴸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xb8",3,NULL,0,NULL,0}, + {"퓛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x9b",3,NULL,0,NULL,0}, + {"誷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xb7",3,NULL,0,NULL,0}, + {"徸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\xbe",3,NULL,0,NULL,0}, + {"昂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x82",3,NULL,0,NULL,0}, + {"事",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xab",3,NULL,0,NULL,0}, + {"紹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb4\xb9",3,NULL,0,NULL,0}, + {"俻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\xbb",3,NULL,0,NULL,0}, + {"䞘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xaf",3,NULL,0,NULL,0}, + {"밷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xb7",3,NULL,0,NULL,0}, + {"벻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\xbb",3,NULL,0,NULL,0}, + {"ꥺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xba",3,NULL,0,NULL,0}, + {"ᝑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\x91",3,NULL,0,NULL,0}, + {"闅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x85",3,NULL,0,NULL,0}, + {"菼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xbc",3,NULL,0,NULL,0}, + {"漿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xbf",3,NULL,0,NULL,0}, + {"ㄦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xa6",3,NULL,0,NULL,0}, + {"嬢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\xa2",3,NULL,0,NULL,0}, + {"틻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xbb",3,NULL,0,NULL,0}, + {"⫼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xbc",3,NULL,0,NULL,0}, + {"ﴞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\x9e",3,NULL,0,NULL,0}, + {"ゥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xa9",3,NULL,0,NULL,0}, + {"Ị",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x8a",3,NULL,0,NULL,0}, + {"潪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xaa",3,NULL,0,NULL,0}, + {"ﶏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\x8f",3,NULL,0,NULL,0}, + {"瓮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\xae",3,NULL,0,NULL,0}, + {"떍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x96\x8d",3,NULL,0,NULL,0}, + {"룈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa3\x88",3,NULL,0,NULL,0}, + {"䵎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x8e",3,NULL,0,NULL,0}, + {"璓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\x95",3,NULL,0,NULL,0}, + {"뗎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x8e",3,NULL,0,NULL,0}, + {"踞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x9e",3,NULL,0,NULL,0}, + {"뢇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x87",3,NULL,0,NULL,0}, + {"值",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xa6",3,NULL,0,NULL,0}, + {"놭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xad",3,NULL,0,NULL,0}, + {"ᜏ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xa0",3,NULL,0,NULL,0}, + {"ꙶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\xb6",3,NULL,0,NULL,0}, + {"胈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\x88",3,NULL,0,NULL,0}, + {"൓",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\x93",3,NULL,0,NULL,0}, + {"叟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x9f",3,NULL,0,NULL,0}, + {"伳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xb3",3,NULL,0,NULL,0}, + {"ূ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x82",3,NULL,0,NULL,0}, + {"ΐ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x90",2,NULL,0,NULL,0}, + {"Ꜳ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\xb2",3,NULL,0,NULL,0}, + {"힑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x91",3,NULL,0,NULL,0}, + {"ᒞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\x9e",3,NULL,0,NULL,0}, + {"韂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x82",3,NULL,0,NULL,0}, + {"졟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\x9f",3,NULL,0,NULL,0}, + {"Ꭷ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xa7",3,NULL,0,NULL,0}, + {"茚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x9e",3,NULL,0,NULL,0}, + {"舍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\x8d",3,NULL,0,NULL,0}, + {"뚜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x9c",3,NULL,0,NULL,0}, + {"⧮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\xae",3,NULL,0,NULL,0}, + {"鄙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\x99",3,NULL,0,NULL,0}, + {"飰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xb0",3,NULL,0,NULL,0}, + {"ᡀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\x80",3,NULL,0,NULL,0}, + {"怨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x80\xa8",3,NULL,0,NULL,0}, + {"יִ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xa0",3,NULL,0,NULL,0}, + {"ꛪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xaa",3,NULL,0,NULL,0}, + {"♐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x90",3,NULL,0,NULL,0}, + {"뢯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\xaf",3,NULL,0,NULL,0}, + {"鋪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x83",3,NULL,0,NULL,0}, + {"礏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x8f",3,NULL,0,NULL,0}, + {"傊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xb6",3,NULL,0,NULL,0}, + {"岹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\xb9",3,NULL,0,NULL,0}, + {"䜅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x85",3,NULL,0,NULL,0}, + {"מּ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\xb5",3,NULL,0,NULL,0}, + {"ꂻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x85",3,NULL,0,NULL,0}, + {"鎙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\x99",3,NULL,0,NULL,0}, + {"쥨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\xa8",3,NULL,0,NULL,0}, + {"ᴽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xbd",3,NULL,0,NULL,0}, + {"樉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x89",3,NULL,0,NULL,0}, + {"ጤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\xa4",3,NULL,0,NULL,0}, + {"硖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\x96",3,NULL,0,NULL,0}, + {"耯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xaf",3,NULL,0,NULL,0}, + {"젥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xa5",3,NULL,0,NULL,0}, + {"낎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x8e",3,NULL,0,NULL,0}, + {"뮺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\xba",3,NULL,0,NULL,0}, + {"Ċ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x8a",2,NULL,0,NULL,0}, + {"삱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x82\xb1",3,NULL,0,NULL,0}, + {"ἃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x83",3,NULL,0,NULL,0}, + {"酵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\xb5",3,NULL,0,NULL,0}, + {"띸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xb8",3,NULL,0,NULL,0}, + {"닑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\x91",3,NULL,0,NULL,0}, + {"ᛶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\xb6",3,NULL,0,NULL,0}, + {"↉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\x89",3,NULL,0,NULL,0}, + {"狮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xae",3,NULL,0,NULL,0}, + {"ᓶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x93\xb6",3,NULL,0,NULL,0}, + {"沉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\xb7",3,NULL,0,NULL,0}, + {"ꫝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\x9d",3,NULL,0,NULL,0}, + {"鞄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\x84",3,NULL,0,NULL,0}, + {"佌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x8c",3,NULL,0,NULL,0}, + {"Ș",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x98",2,NULL,0,NULL,0}, + {"蓀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x80",3,NULL,0,NULL,0}, + {"⡎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x8e",3,NULL,0,NULL,0}, + {"ﭴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xb4",3,NULL,0,NULL,0}, + {"屚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x9a",3,NULL,0,NULL,0}, + {"᥂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\x82",3,NULL,0,NULL,0}, + {"ꮰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xb0",3,NULL,0,NULL,0}, + {"췯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xaf",3,NULL,0,NULL,0}, + {"〔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\x94",3,NULL,0,NULL,0}, + {"ퟃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\x83",3,NULL,0,NULL,0}, + {"췊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x8a",3,NULL,0,NULL,0}, + {"뛱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\xb1",3,NULL,0,NULL,0}, + {"딌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x8c",3,NULL,0,NULL,0}, + {"㷈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x88",3,NULL,0,NULL,0}, + {"쎴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xb4",3,NULL,0,NULL,0}, + {"ꕍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x8d",3,NULL,0,NULL,0}, + {"ꁮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xae",3,NULL,0,NULL,0}, + {"䀋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x8b",3,NULL,0,NULL,0}, + {"㎱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xb1",3,NULL,0,NULL,0}, + {"헃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x83",3,NULL,0,NULL,0}, + {"釞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x92",3,NULL,0,NULL,0}, + {"練",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaa\xb0",3,NULL,0,NULL,0}, + {"锧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xa7",3,NULL,0,NULL,0}, + {"菍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x8d",3,NULL,0,NULL,0}, + {"쁤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\xa4",3,NULL,0,NULL,0}, + {"缌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x8c",3,NULL,0,NULL,0}, + {"瑏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x8f",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x8a",3,NULL,0,NULL,0}, + {"蓞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\x9e",3,NULL,0,NULL,0}, + {"ᅓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x85\x93",3,NULL,0,NULL,0}, + {"鷕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\x95",3,NULL,0,NULL,0}, + {"쬒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\x92",3,NULL,0,NULL,0}, + {":",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x9a",3,NULL,0,NULL,0}, + {"䡚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x8b",3,NULL,0,NULL,0}, + {"螽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xbd",3,NULL,0,NULL,0}, + {"굷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\xb7",3,NULL,0,NULL,0}, + {"䠙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa0\x99",3,NULL,0,NULL,0}, + {"ᾢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xa2",3,NULL,0,NULL,0}, + {"柜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x9c",3,NULL,0,NULL,0}, + {"䪿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x8c",3,NULL,0,NULL,0}, + {"ჩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xa9",3,NULL,0,NULL,0}, + {"䒔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x89",3,NULL,0,NULL,0}, + {"⇥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x8d",3,NULL,0,NULL,0}, + {"䣣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\xa3",3,NULL,0,NULL,0}, + {"崙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\x95",3,NULL,0,NULL,0}, + {"㾄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbe\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xac",3,NULL,0,NULL,0}, + {"앞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x9e",3,NULL,0,NULL,0}, + {"㨩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xa9",3,NULL,0,NULL,0}, + {"抙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x99",3,NULL,0,NULL,0}, + {"㕪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x88",3,NULL,0,NULL,0}, + {"㴜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\x9c",3,NULL,0,NULL,0}, + {"찫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xab",3,NULL,0,NULL,0}, + {"橵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xb5",3,NULL,0,NULL,0}, + {"㒓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x9e",3,NULL,0,NULL,0}, + {"鯚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\x9a",3,NULL,0,NULL,0}, + {"쫔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x94",3,NULL,0,NULL,0}, + {"䡴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xb4",3,NULL,0,NULL,0}, + {"뎀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xa7",3,NULL,0,NULL,0}, + {"魺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xa4",3,NULL,0,NULL,0}, + {"☈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xab",3,NULL,0,NULL,0}, + {"嫊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\x8a",3,NULL,0,NULL,0}, + {"ﯤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xa4",3,NULL,0,NULL,0}, + {"嶦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xa6",3,NULL,0,NULL,0}, + {"᠞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa0\x9e",3,NULL,0,NULL,0}, + {"ꨎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\x8e",3,NULL,0,NULL,0}, + {"밴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xb4",3,NULL,0,NULL,0}, + {"邛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9d\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x91",3,NULL,0,NULL,0}, + {"畱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xb1",3,NULL,0,NULL,0}, + {"䥤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa5\xa4",3,NULL,0,NULL,0}, + {"퉼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x89\xbc",3,NULL,0,NULL,0}, + {"쇴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xb4",3,NULL,0,NULL,0}, + {"埅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x85",3,NULL,0,NULL,0}, + {"粎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x8e",3,NULL,0,NULL,0}, + {"ꅾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\xbe",3,NULL,0,NULL,0}, + {"瘐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x98\x90",3,NULL,0,NULL,0}, + {"⑧",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\xa7",3,NULL,0,NULL,0}, + {"쨑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x91",3,NULL,0,NULL,0}, + {"꒐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\x90",3,NULL,0,NULL,0}, + {"䚺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xba",3,NULL,0,NULL,0}, + {"ॕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\x95",3,NULL,0,NULL,0}, + {"派",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xbe",3,NULL,0,NULL,0}, + {"橧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xa7",3,NULL,0,NULL,0}, + {"၃",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x83",3,NULL,0,NULL,0}, + {"㜄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x99",3,NULL,0,NULL,0}, + {"션",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x98",3,NULL,0,NULL,0}, + {"轐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x90",3,NULL,0,NULL,0}, + {"겓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x93",3,NULL,0,NULL,0}, + {"⥮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\xae",3,NULL,0,NULL,0}, + {"露",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9c\xb2",3,NULL,0,NULL,0}, + {"쮤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\x99",3,NULL,0,NULL,0}, + {"♂",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\x82",3,NULL,0,NULL,0}, + {"⦖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\x96",3,NULL,0,NULL,0}, + {"댭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\xad",3,NULL,0,NULL,0}, + {"ⴒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x92",3,NULL,0,NULL,0}, + {"൦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xa6",3,NULL,0,NULL,0}, + {"ު",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xaa",2,NULL,0,NULL,0}, + {"໬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xac",3,NULL,0,NULL,0}, + {"❿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xbf",3,NULL,0,NULL,0}, + {"쾥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbe\xa5",3,NULL,0,NULL,0}, + {"籔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\x94",3,NULL,0,NULL,0}, + {"ᆱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb1",3,NULL,0,NULL,0}, + {"噶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\xb6",3,NULL,0,NULL,0}, + {"㙧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\xa7",3,NULL,0,NULL,0}, + {"틈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x88",3,NULL,0,NULL,0}, + {"澺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\xba",3,NULL,0,NULL,0}, + {"葳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xb3",3,NULL,0,NULL,0}, + {"奿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x8e",3,NULL,0,NULL,0}, + {"⽁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\x81",3,NULL,0,NULL,0}, + {"咂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\x82",3,NULL,0,NULL,0}, + {"﫴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xb4",3,NULL,0,NULL,0}, + {"㌒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8c\x92",3,NULL,0,NULL,0}, + {"ꏬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xac",3,NULL,0,NULL,0}, + {"섞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x9e",3,NULL,0,NULL,0}, + {"쵳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xb3",3,NULL,0,NULL,0}, + {"窣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xa3",3,NULL,0,NULL,0}, + {"ꍻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\xbb",3,NULL,0,NULL,0}, + {"鵧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xa7",3,NULL,0,NULL,0}, + {"╥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xa5",3,NULL,0,NULL,0}, + {"ሜ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x9a",3,NULL,0,NULL,0}, + {"镃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x83",3,NULL,0,NULL,0}, + {"泍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\x8d",3,NULL,0,NULL,0}, + {"곂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x82",3,NULL,0,NULL,0}, + {"盈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x88",3,NULL,0,NULL,0}, + {"ѵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\xb5",2,NULL,0,NULL,0}, + {"䫜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x9c",3,NULL,0,NULL,0}, + {"㥝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa5\x9d",3,NULL,0,NULL,0}, + {"皑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x91",3,NULL,0,NULL,0}, + {"ੇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x87",3,NULL,0,NULL,0}, + {"摯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\xaf",3,NULL,0,NULL,0}, + {"豻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\xbb",3,NULL,0,NULL,0}, + {"쀈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x80\x88",3,NULL,0,NULL,0}, + {"痖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\x96",3,NULL,0,NULL,0}, + {"탮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xae",3,NULL,0,NULL,0}, + {"쿐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x90",3,NULL,0,NULL,0}, + {"믎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x8e",3,NULL,0,NULL,0}, + {"盶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xb6",3,NULL,0,NULL,0}, + {"ᄆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\xae",3,NULL,0,NULL,0}, + {"멞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\x9e",3,NULL,0,NULL,0}, + {"餟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x9f",3,NULL,0,NULL,0}, + {"⤦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\xa6",3,NULL,0,NULL,0}, + {"턢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xa2",3,NULL,0,NULL,0}, + {"螊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x8a",3,NULL,0,NULL,0}, + {"⌉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x89",3,NULL,0,NULL,0}, + {"ອ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xb4",3,NULL,0,NULL,0}, + {"⣋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x8b",3,NULL,0,NULL,0}, + {"䊃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\xba",3,NULL,0,NULL,0}, + {"魕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x95",3,NULL,0,NULL,0}, + {"ᯕ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x95",3,NULL,0,NULL,0}, + {"퐖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x96",3,NULL,0,NULL,0}, + {"㧾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\xbe",3,NULL,0,NULL,0}, + {"栄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x84",3,NULL,0,NULL,0}, + {"괙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\x99",3,NULL,0,NULL,0}, + {"颴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xb4",3,NULL,0,NULL,0}, + {"蚚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x9a",3,NULL,0,NULL,0}, + {"㲙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\x99",3,NULL,0,NULL,0}, + {"墾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\xbe",3,NULL,0,NULL,0}, + {"㮐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xae\x90",3,NULL,0,NULL,0}, + {"箳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\xb3",3,NULL,0,NULL,0}, + {"綳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xb3",3,NULL,0,NULL,0}, + {"ྞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x9e",3,NULL,0,NULL,0}, + {"⮼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xae\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb1\x9a",3,NULL,0,NULL,0}, + {"훖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\x96",3,NULL,0,NULL,0}, + {"䧛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa7\x9b",3,NULL,0,NULL,0}, + {"⎘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x98",3,NULL,0,NULL,0}, + {"랠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\xa0",3,NULL,0,NULL,0}, + {"㑆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\x86",3,NULL,0,NULL,0}, + {"㠥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa0\xa5",3,NULL,0,NULL,0}, + {"꨸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xb8",3,NULL,0,NULL,0}, + {"刢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\xa2",3,NULL,0,NULL,0}, + {"뭧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\xa7",3,NULL,0,NULL,0}, + {"玒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\x92",3,NULL,0,NULL,0}, + {"ᷘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x98",3,NULL,0,NULL,0}, + {"䯺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xba",3,NULL,0,NULL,0}, + {"淤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xa4",3,NULL,0,NULL,0}, + {"嗙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x99",3,NULL,0,NULL,0}, + {"톡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xa1",3,NULL,0,NULL,0}, + {"ऌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x8c",3,NULL,0,NULL,0}, + {"퇸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\xb8",3,NULL,0,NULL,0}, + {"꠼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xbc",3,NULL,0,NULL,0}, + {"卧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\xa7",3,NULL,0,NULL,0}, + {"퓶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\xb6",3,NULL,0,NULL,0}, + {"ﴢ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xa2",3,NULL,0,NULL,0}, + {"퓕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x93\x95",3,NULL,0,NULL,0}, + {"瀈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x83\xa4",3,NULL,0,NULL,0}, + {"⩆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\x86",3,NULL,0,NULL,0}, + {"솭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xad",3,NULL,0,NULL,0}, + {"灉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\x89",3,NULL,0,NULL,0}, + {"患",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xa3",3,NULL,0,NULL,0}, + {"鼐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbc\x90",3,NULL,0,NULL,0}, + {"䩈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa9\x88",3,NULL,0,NULL,0}, + {"栉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa0\x89",3,NULL,0,NULL,0}, + {"躇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\x87",3,NULL,0,NULL,0}, + {"祗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa5\x97",3,NULL,0,NULL,0}, + {"䭣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xa3",3,NULL,0,NULL,0}, + {"⳯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xaf",3,NULL,0,NULL,0}, + {"⍩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\xa9",3,NULL,0,NULL,0}, + {"獘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x98",3,NULL,0,NULL,0}, + {"혭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xad",3,NULL,0,NULL,0}, + {"뷊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x8a",3,NULL,0,NULL,0}, + {"秚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa7\x9a",3,NULL,0,NULL,0}, + {"谡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xa1",3,NULL,0,NULL,0}, + {"Ⰴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x84",3,NULL,0,NULL,0}, + {"牅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x89\x85",3,NULL,0,NULL,0}, + {"慪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x85\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8d\xa5",3,NULL,0,NULL,0}, + {"赧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xa7",3,NULL,0,NULL,0}, + {"뫀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xb5",3,NULL,0,NULL,0}, + {"鴚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x9a",3,NULL,0,NULL,0}, + {"㣱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\xb1",3,NULL,0,NULL,0}, + {"遱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xb1",3,NULL,0,NULL,0}, + {"講",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x9b",3,NULL,0,NULL,0}, + {"曑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x91",3,NULL,0,NULL,0}, + {"㢒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x92",3,NULL,0,NULL,0}, + {"讌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xa7",3,NULL,0,NULL,0}, + {"ꥅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\x85",3,NULL,0,NULL,0}, + {"謓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x93",3,NULL,0,NULL,0}, + {"襯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\xaf",3,NULL,0,NULL,0}, + {"匐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8c\x90",3,NULL,0,NULL,0}, + {"䰳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xb3",3,NULL,0,NULL,0}, + {"쿌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbf\x8c",3,NULL,0,NULL,0}, + {"礡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xa1",3,NULL,0,NULL,0}, + {"㤐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa4\x90",3,NULL,0,NULL,0}, + {"ᕣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xa3",3,NULL,0,NULL,0}, + {"ຼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xba\xbc",3,NULL,0,NULL,0}, + {"愡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x84\xa1",3,NULL,0,NULL,0}, + {"ʂ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x82",2,NULL,0,NULL,0}, + {"꤄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x84",3,NULL,0,NULL,0}, + {"긳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xb3",3,NULL,0,NULL,0}, + {"킰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\xb0",3,NULL,0,NULL,0}, + {"퐧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xa7",3,NULL,0,NULL,0}, + {"쎽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xbd",3,NULL,0,NULL,0}, + {"ൢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb5\xa2",3,NULL,0,NULL,0}, + {"㻞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\x9e",3,NULL,0,NULL,0}, + {"㙎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x8e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xa5",3,NULL,0,NULL,0}, + {"㢷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\xb7",3,NULL,0,NULL,0}, + {"餕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x95",3,NULL,0,NULL,0}, + {"ﱣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\xb4",3,NULL,0,NULL,0}, + {"퐎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\x8e",3,NULL,0,NULL,0}, + {"賠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xa0",3,NULL,0,NULL,0}, + {"踇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\x87",3,NULL,0,NULL,0}, + {"ꊣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x9d",3,NULL,0,NULL,0}, + {"뢞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x9e",3,NULL,0,NULL,0}, + {"鶇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\x87",3,NULL,0,NULL,0}, + {"鏓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8f\x93",3,NULL,0,NULL,0}, + {"趨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\xa8",3,NULL,0,NULL,0}, + {"筧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xa7",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xa6",3,NULL,0,NULL,0}, + {"릳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xb3",3,NULL,0,NULL,0}, + {"슈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\x88",3,NULL,0,NULL,0}, + {"᷼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\xbc",3,NULL,0,NULL,0}, + {"覸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xb8",3,NULL,0,NULL,0}, + {"馵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\x80",3,NULL,0,NULL,0}, + {"㵳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb5\xb3",3,NULL,0,NULL,0}, + {"ꭜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\xa4",3,NULL,0,NULL,0}, + {"Ᶎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x86",3,NULL,0,NULL,0}, + {"꟒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9f\x92",3,NULL,0,NULL,0}, + {"꜄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9c\x84",3,NULL,0,NULL,0}, + {"끩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\xa9",3,NULL,0,NULL,0}, + {"ꖣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x96\xa3",3,NULL,0,NULL,0}, + {"폐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\x90",3,NULL,0,NULL,0}, + {"惆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x86",3,NULL,0,NULL,0}, + {"।",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa5\xa4",3,NULL,0,NULL,0}, + {"㹀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x80",3,NULL,0,NULL,0}, + {"귏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x8f",3,NULL,0,NULL,0}, + {"鮿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\xbf",3,NULL,0,NULL,0}, + {"鸘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x98",3,NULL,0,NULL,0}, + {"ు",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x81",3,NULL,0,NULL,0}, + {"ﳼ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xbc",3,NULL,0,NULL,0}, + {"袃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x83",3,NULL,0,NULL,0}, + {"鍸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xb8",3,NULL,0,NULL,0}, + {"䂶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xb6",3,NULL,0,NULL,0}, + {"஺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\xaf",3,NULL,0,NULL,0}, + {"褼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xbc",3,NULL,0,NULL,0}, + {"ᵣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb5\xa3",3,NULL,0,NULL,0}, + {"똆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x86",3,NULL,0,NULL,0}, + {"枡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\xba",3,NULL,0,NULL,0}, + {"헶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\xb6",3,NULL,0,NULL,0}, + {"ᴰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xb3",3,NULL,0,NULL,0}, + {"뵪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xaa",3,NULL,0,NULL,0}, + {"ﶴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xb4",3,NULL,0,NULL,0}, + {"ꁻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xbb",3,NULL,0,NULL,0}, + {"뀀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x80\x80",3,NULL,0,NULL,0}, + {"펞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xbf",3,NULL,0,NULL,0}, + {"༜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\x9c",3,NULL,0,NULL,0}, + {"込",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\xbc",3,NULL,0,NULL,0}, + {"彥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\xa5",3,NULL,0,NULL,0}, + {"뵹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\xb9",3,NULL,0,NULL,0}, + {"೘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\x98",3,NULL,0,NULL,0}, + {"ਓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa8\x93",3,NULL,0,NULL,0}, + {"为",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xa5",3,NULL,0,NULL,0}, + {"斡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xa1",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xb5",3,NULL,0,NULL,0}, + {"㩄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xa5",3,NULL,0,NULL,0}, + {"ώ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbd\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\x84",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb8\xa8",3,NULL,0,NULL,0}, + {"云",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\x91",3,NULL,0,NULL,0}, + {"蠶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xb6",3,NULL,0,NULL,0}, + {"땉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\x89",3,NULL,0,NULL,0}, + {"䁅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\xa4",3,NULL,0,NULL,0}, + {"ᳺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb3\xba",3,NULL,0,NULL,0}, + {"࢟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x9f",3,NULL,0,NULL,0}, + {"ꑐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x90",3,NULL,0,NULL,0}, + {"튰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\xb0",3,NULL,0,NULL,0}, + {"鋜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x9c",3,NULL,0,NULL,0}, + {"⫻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\xab",3,NULL,0,NULL,0}, + {"㿪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\xaa",3,NULL,0,NULL,0}, + {"帒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x92",3,NULL,0,NULL,0}, + {"⵨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb5\xa8",3,NULL,0,NULL,0}, + {"쓨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xa8",3,NULL,0,NULL,0}, + {"堣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa0\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x80",3,NULL,0,NULL,0}, + {"ﲵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xb5",3,NULL,0,NULL,0}, + {"ꔮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\xae",3,NULL,0,NULL,0}, + {"蘋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\x8b",3,NULL,0,NULL,0}, + {"퍃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\x83",3,NULL,0,NULL,0}, + {"帷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\xb7",3,NULL,0,NULL,0}, + {"ﴰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb4\xb0",3,NULL,0,NULL,0}, + {"㺓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x93",3,NULL,0,NULL,0}, + {"ﻬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xac",3,NULL,0,NULL,0}, + {"븊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb8\x8a",3,NULL,0,NULL,0}, + {"⿸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xb8",3,NULL,0,NULL,0}, + {"땿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xbf",3,NULL,0,NULL,0}, + {"῜",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x92",3,NULL,0,NULL,0}, + {"姽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\xbd",3,NULL,0,NULL,0}, + {"ฦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xa6",3,NULL,0,NULL,0}, + {"銢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xa2",3,NULL,0,NULL,0}, + {"뗄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xbe",3,NULL,0,NULL,0}, + {"얡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\xb3",3,NULL,0,NULL,0}, + {"崲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xb2",3,NULL,0,NULL,0}, + {"襌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x8c",3,NULL,0,NULL,0}, + {"च",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\x9a",3,NULL,0,NULL,0}, + {"쩎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\x8e",3,NULL,0,NULL,0}, + {"꒧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x92\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xa6",3,NULL,0,NULL,0}, + {"ዙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xa0",3,NULL,0,NULL,0}, + {"襏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xb3",3,NULL,0,NULL,0}, + {"ল",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xb2",3,NULL,0,NULL,0}, + {"䷅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\x8e",3,NULL,0,NULL,0}, + {"ᮁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x81",3,NULL,0,NULL,0}, + {"왅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\x85",3,NULL,0,NULL,0}, + {"닲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xb2",3,NULL,0,NULL,0}, + {"翯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xaf",3,NULL,0,NULL,0}, + {"郄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\xa9",3,NULL,0,NULL,0}, + {"៫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\x8f",3,NULL,0,NULL,0}, + {"䄲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\xb2",3,NULL,0,NULL,0}, + {"隿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xbf",3,NULL,0,NULL,0}, + {"뒨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xa8",3,NULL,0,NULL,0}, + {"⛭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\xad",3,NULL,0,NULL,0}, + {"⽽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xbd",3,NULL,0,NULL,0}, + {"⫪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xab\xaa",3,NULL,0,NULL,0}, + {"ૃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x83",3,NULL,0,NULL,0}, + {"륔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x94",3,NULL,0,NULL,0}, + {"𥉉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\x95",3,NULL,0,NULL,0}, + {"錜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8c\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xa8",3,NULL,0,NULL,0}, + {"䶶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\xb6",3,NULL,0,NULL,0}, + {"뒻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x92\xbb",3,NULL,0,NULL,0}, + {"磏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\x8f",3,NULL,0,NULL,0}, + {"롙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\x99",3,NULL,0,NULL,0}, + {"湹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\xb9",3,NULL,0,NULL,0}, + {"八",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xab",3,NULL,0,NULL,0}, + {"엦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xa6",3,NULL,0,NULL,0}, + {"㼡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\xa1",3,NULL,0,NULL,0}, + {"繡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xa1",3,NULL,0,NULL,0}, + {"樃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa8\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\x85",3,NULL,0,NULL,0}, + {"㴬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb4\xac",3,NULL,0,NULL,0}, + {"禨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\xa8",3,NULL,0,NULL,0}, + {"⪰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xb0",3,NULL,0,NULL,0}, + {"ꌜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x9c",3,NULL,0,NULL,0}, + {"Ǜ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x9b",2,NULL,0,NULL,0}, + {"❇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\x87",3,NULL,0,NULL,0}, + {"ࣱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\xb1",3,NULL,0,NULL,0}, + {"징",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\x95",3,NULL,0,NULL,0}, + {"礍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\x8d",3,NULL,0,NULL,0}, + {"ߒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x92",2,NULL,0,NULL,0}, + {"⋎",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\x8e",3,NULL,0,NULL,0}, + {"彆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x86",3,NULL,0,NULL,0}, + {"翺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\xba",3,NULL,0,NULL,0}, + {"鎣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xa3",3,NULL,0,NULL,0}, + {"偺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x81\xba",3,NULL,0,NULL,0}, + {"㎫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xab",3,NULL,0,NULL,0}, + {"쐙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x8f",3,NULL,0,NULL,0}, + {"란",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9e\x80",3,NULL,0,NULL,0}, + {"ự",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\xb1",3,NULL,0,NULL,0}, + {"凮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x87\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x95",3,NULL,0,NULL,0}, + {"荘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8d\x98",3,NULL,0,NULL,0}, + {"ꗭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xad",3,NULL,0,NULL,0}, + {"铟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x93\x9f",3,NULL,0,NULL,0}, + {"︅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\xa8",3,NULL,0,NULL,0}, + {"眞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x9e",3,NULL,0,NULL,0}, + {"歟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x9f",3,NULL,0,NULL,0}, + {"႔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\xac",3,NULL,0,NULL,0}, + {"ꮬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\xac",3,NULL,0,NULL,0}, + {"뾺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\xba",3,NULL,0,NULL,0}, + {"쨀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x80",3,NULL,0,NULL,0}, + {"〬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x80\xac",3,NULL,0,NULL,0}, + {"苪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8b\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x99\xb6",3,NULL,0,NULL,0}, + {"ힹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xb9",3,NULL,0,NULL,0}, + {"⠷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\xb7",3,NULL,0,NULL,0}, + {"ᗵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x9e",3,NULL,0,NULL,0}, + {"挔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x94",3,NULL,0,NULL,0}, + {"앺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xba",3,NULL,0,NULL,0}, + {"㨫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\xab",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x8f",3,NULL,0,NULL,0}, + {"ì",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xac",2,NULL,0,NULL,0}, + {"韗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\x97",3,NULL,0,NULL,0}, + {"覲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\xb2",3,NULL,0,NULL,0}, + {"ᬢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xa2",3,NULL,0,NULL,0}, + {"쩡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xa1",3,NULL,0,NULL,0}, + {"첢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xa2",3,NULL,0,NULL,0}, + {"䕺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x95\xba",3,NULL,0,NULL,0}, + {"ꦘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\x98",3,NULL,0,NULL,0}, + {"Ẉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x88",3,NULL,0,NULL,0}, + {"Ꝩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xa8",3,NULL,0,NULL,0}, + {"捆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8d\x86",3,NULL,0,NULL,0}, + {"쯻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xbb",3,NULL,0,NULL,0}, + {"┅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x94\x85",3,NULL,0,NULL,0}, + {"针",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\x88",3,NULL,0,NULL,0}, + {"菟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\x9f",3,NULL,0,NULL,0}, + {"쮮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\xae",3,NULL,0,NULL,0}, + {"蔀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x80",3,NULL,0,NULL,0}, + {"ꄮ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xae",3,NULL,0,NULL,0}, + {"읽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\xbd",3,NULL,0,NULL,0}, + {"㗧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xa7",3,NULL,0,NULL,0}, + {"陲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\xb2",3,NULL,0,NULL,0}, + {"◉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x89",3,NULL,0,NULL,0}, + {"ძ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\xab",3,NULL,0,NULL,0}, + {"疼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\xbc",3,NULL,0,NULL,0}, + {"㉲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\xb2",3,NULL,0,NULL,0}, + {"⿙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x99",3,NULL,0,NULL,0}, + {"鬭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xad",3,NULL,0,NULL,0}, + {"䦇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x87",3,NULL,0,NULL,0}, + {"⑕",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x91\x95",3,NULL,0,NULL,0}, + {"寻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\xbb",3,NULL,0,NULL,0}, + {"䞯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xaf",3,NULL,0,NULL,0}, + {"嗑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x91",3,NULL,0,NULL,0}, + {"㈗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x97",3,NULL,0,NULL,0}, + {"쇜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xb7",3,NULL,0,NULL,0}, + {"솻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xb0",3,NULL,0,NULL,0}, + {"ĭ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xad",2,NULL,0,NULL,0}, + {"찱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\xb1",3,NULL,0,NULL,0}, + {"੐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x90",3,NULL,0,NULL,0}, + {"죀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa3\x80",3,NULL,0,NULL,0}, + {"⨏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xbe",3,NULL,0,NULL,0}, + {"됶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\xb6",3,NULL,0,NULL,0}, + {"ᑑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\x91",3,NULL,0,NULL,0}, + {"ଥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xac\xa5",3,NULL,0,NULL,0}, + {"뿳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xb3",3,NULL,0,NULL,0}, + {"⹸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x8b",3,NULL,0,NULL,0}, + {"쭭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xad",3,NULL,0,NULL,0}, + {"螙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\x99",3,NULL,0,NULL,0}, + {"ᄴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\xb4",3,NULL,0,NULL,0}, + {"궧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xa7",3,NULL,0,NULL,0}, + {"畻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\xbb",3,NULL,0,NULL,0}, + {"➳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\xb3",3,NULL,0,NULL,0}, + {"ʻ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xbb",2,NULL,0,NULL,0}, + {"阗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x97",3,NULL,0,NULL,0}, + {"胯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xaf",3,NULL,0,NULL,0}, + {"㚇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\x87",3,NULL,0,NULL,0}, + {"뇭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\xad",3,NULL,0,NULL,0}, + {"萢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xa2",3,NULL,0,NULL,0}, + {"⎻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\x93",3,NULL,0,NULL,0}, + {"腪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\xaa",3,NULL,0,NULL,0}, + {"鳖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x96",3,NULL,0,NULL,0}, + {"‏",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x8f",3,NULL,0,NULL,0}, + {"稼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\xbc",3,NULL,0,NULL,0}, + {"ꉥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xa5",3,NULL,0,NULL,0}, + {"놠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x86\xa0",3,NULL,0,NULL,0}, + {"ꏤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xa4",3,NULL,0,NULL,0}, + {"宮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\xae",3,NULL,0,NULL,0}, + {"洶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\xb6",3,NULL,0,NULL,0}, + {"棬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xac",3,NULL,0,NULL,0}, + {"⩢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa9\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xb2",3,NULL,0,NULL,0}, + {"縓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x93",3,NULL,0,NULL,0}, + {"걱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xb1",3,NULL,0,NULL,0}, + {"휉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9c\x89",3,NULL,0,NULL,0}, + {"䪫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\xab",3,NULL,0,NULL,0}, + {"曶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xb6",3,NULL,0,NULL,0}, + {"샆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x83\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xab",3,NULL,0,NULL,0}, + {"ꊾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xbe",3,NULL,0,NULL,0}, + {"朥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9c\xa5",3,NULL,0,NULL,0}, + {"诚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x9a",3,NULL,0,NULL,0}, + {"㰷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb0\xb7",3,NULL,0,NULL,0}, + {"⭾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xbe",3,NULL,0,NULL,0}, + {"귨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\xa8",3,NULL,0,NULL,0}, + {"Ԡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xa0",2,NULL,0,NULL,0}, + {"氠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xa0",3,NULL,0,NULL,0}, + {"ꇺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\xba",3,NULL,0,NULL,0}, + {"㫑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\x91",3,NULL,0,NULL,0}, + {"盌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\x95",3,NULL,0,NULL,0}, + {"ᆳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xb3",3,NULL,0,NULL,0}, + {"캬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\xac",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\x80",3,NULL,0,NULL,0}, + {"葹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\xb9",3,NULL,0,NULL,0}, + {"ؾ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xbe",2,NULL,0,NULL,0}, + {"ꀍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x80\x8d",3,NULL,0,NULL,0}, + {"❮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xae",3,NULL,0,NULL,0}, + {"퀪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\xaa",3,NULL,0,NULL,0}, + {"訰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\xb0",3,NULL,0,NULL,0}, + {"髠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x88",3,NULL,0,NULL,0}, + {"ַ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xb7",2,NULL,0,NULL,0}, + {"詟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa9\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8b\xa9",3,NULL,0,NULL,0}, + {"쵩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xa9",3,NULL,0,NULL,0}, + {"頦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\xa6",3,NULL,0,NULL,0}, + {"ꧪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xaa",3,NULL,0,NULL,0}, + {"鵝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\x9d",3,NULL,0,NULL,0}, + {"썕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\x95",3,NULL,0,NULL,0}, + {"탾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xbe",3,NULL,0,NULL,0}, + {"竛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\x9b",3,NULL,0,NULL,0}, + {"۞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x9e",2,NULL,0,NULL,0}, + {"蛽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xbd",3,NULL,0,NULL,0}, + {"㩏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\x8f",3,NULL,0,NULL,0}, + {"깇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb9\x87",3,NULL,0,NULL,0}, + {"塙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x99",3,NULL,0,NULL,0}, + {"첺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\xba",3,NULL,0,NULL,0}, + {"溢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xa2",3,NULL,0,NULL,0}, + {"힄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\x84",3,NULL,0,NULL,0}, + {"ꇀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x80",3,NULL,0,NULL,0}, + {"챹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\xb9",3,NULL,0,NULL,0}, + {"톯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x86\xaf",3,NULL,0,NULL,0}, + {"壂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\x82",3,NULL,0,NULL,0}, + {"꾻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xbb",3,NULL,0,NULL,0}, + {"皋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x8b",3,NULL,0,NULL,0}, + {"貉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x89",3,NULL,0,NULL,0}, + {"㔖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\x96",3,NULL,0,NULL,0}, + {"륋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\x8b",3,NULL,0,NULL,0}, + {"Ӎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x8d",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\x91",3,NULL,0,NULL,0}, + {"쉝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\x9d",3,NULL,0,NULL,0}, + {"嚘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x98",3,NULL,0,NULL,0}, + {"렽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\x85",3,NULL,0,NULL,0}, + {"䮳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xb3",3,NULL,0,NULL,0}, + {"칣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xa3",3,NULL,0,NULL,0}, + {"柌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\x8c",3,NULL,0,NULL,0}, + {"뽎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\x8e",3,NULL,0,NULL,0}, + {"瀵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\xb5",3,NULL,0,NULL,0}, + {"볌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\x8c",3,NULL,0,NULL,0}, + {"犚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x9a",3,NULL,0,NULL,0}, + {"蛫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\xab",3,NULL,0,NULL,0}, + {"ꬉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x89",3,NULL,0,NULL,0}, + {"増",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa2\x97",3,NULL,0,NULL,0}, + {"粹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xb9",3,NULL,0,NULL,0}, + {"퇏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x8f",3,NULL,0,NULL,0}, + {"力",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8a\x9b",3,NULL,0,NULL,0}, + {"ڃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x83",2,NULL,0,NULL,0}, + {"颰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xb0",3,NULL,0,NULL,0}, + {"蚞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9a\x9e",3,NULL,0,NULL,0}, + {"㨊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa8\x8a",3,NULL,0,NULL,0}, + {"꺰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xba\xb0",3,NULL,0,NULL,0}, + {"ꢱ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x93",3,NULL,0,NULL,0}, + {"욣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\xa3",3,NULL,0,NULL,0}, + {"㲽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xbd",3,NULL,0,NULL,0}, + {"ᆆ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\x86",3,NULL,0,NULL,0}, + {"幐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\x90",3,NULL,0,NULL,0}, + {"㢎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa2\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xb1",3,NULL,0,NULL,0}, + {"嘿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x98\xbf",3,NULL,0,NULL,0}, + {"綡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\xa1",3,NULL,0,NULL,0}, + {"淴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb7\xb4",3,NULL,0,NULL,0}, + {"ꠊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\x8a",3,NULL,0,NULL,0}, + {"⸧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\xa7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\x82",3,NULL,0,NULL,0}, + {"騨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\xa8",3,NULL,0,NULL,0}, + {"骹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaa\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xb3",3,NULL,0,NULL,0}, + {"㖶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\xb6",3,NULL,0,NULL,0}, + {"틉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x89",3,NULL,0,NULL,0}, + {"琽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xbd",3,NULL,0,NULL,0}, + {"囙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\x99",3,NULL,0,NULL,0}, + {"蔡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\xa1",3,NULL,0,NULL,0}, + {"㘽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xbd",3,NULL,0,NULL,0}, + {"糯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x9f",3,NULL,0,NULL,0}, + {"ᰉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x89",3,NULL,0,NULL,0}, + {"뵓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb5\x93",3,NULL,0,NULL,0}, + {"叐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\x90",3,NULL,0,NULL,0}, + {"䫹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xb9",3,NULL,0,NULL,0}, + {"梘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa2\x98",3,NULL,0,NULL,0}, + {"띭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9d\xad",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\xae",3,NULL,0,NULL,0}, + {"漢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbc\xa2",3,NULL,0,NULL,0}, + {"㞜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x90",3,NULL,0,NULL,0}, + {"뷵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xb5",3,NULL,0,NULL,0}, + {"晜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x9c",3,NULL,0,NULL,0}, + {"甓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\xb9",3,NULL,0,NULL,0}, + {"빌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\x8c",3,NULL,0,NULL,0}, + {"ᕢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\xa2",3,NULL,0,NULL,0}, + {"ꡀ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x80",3,NULL,0,NULL,0}, + {"䯢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x84",3,NULL,0,NULL,0}, + {"繞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbc\xb1",3,NULL,0,NULL,0}, + {"㭮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xae",3,NULL,0,NULL,0}, + {"㦅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\x85",3,NULL,0,NULL,0}, + {"驗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x97",3,NULL,0,NULL,0}, + {"ꭍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x8d",3,NULL,0,NULL,0}, + {"傮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xae",3,NULL,0,NULL,0}, + {"뗩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xa9",3,NULL,0,NULL,0}, + {"귐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb7\x90",3,NULL,0,NULL,0}, + {"ᜤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\xa4",3,NULL,0,NULL,0}, + {"褻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xb6",3,NULL,0,NULL,0}, + {"㽁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x81",3,NULL,0,NULL,0}, + {"ꤌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbe\x9e",3,NULL,0,NULL,0}, + {"혯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\xaf",3,NULL,0,NULL,0}, + {"ඳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\xb3",3,NULL,0,NULL,0}, + {"䇷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xb7",3,NULL,0,NULL,0}, + {"赕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\x95",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\x82",3,NULL,0,NULL,0}, + {"ᮂ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x82",3,NULL,0,NULL,0}, + {"뷖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\x96",3,NULL,0,NULL,0}, + {"哇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\x87",3,NULL,0,NULL,0}, + {"ഽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb4\xbd",3,NULL,0,NULL,0}, + {"穜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\x9c",3,NULL,0,NULL,0}, + {"澗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbe\x97",3,NULL,0,NULL,0}, + {"鴎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb4\x8e",3,NULL,0,NULL,0}, + {"䰠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xa0",3,NULL,0,NULL,0}, + {"﫠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xaf",3,NULL,0,NULL,0}, + {"ᡧ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa1\xa7",3,NULL,0,NULL,0}, + {"鄾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xbe",3,NULL,0,NULL,0}, + {"餗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\x97",3,NULL,0,NULL,0}, + {"瑬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\xac",3,NULL,0,NULL,0}, + {"్",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x8d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x90\x8a",3,NULL,0,NULL,0}, + {"쌅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\x85",3,NULL,0,NULL,0}, + {"践",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\xb5",3,NULL,0,NULL,0}, + {"ⶫ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb6\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x9f",3,NULL,0,NULL,0}, + {"熋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\x8b",3,NULL,0,NULL,0}, + {"䰹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb0\xb9",3,NULL,0,NULL,0}, + {"ꝩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xb3",3,NULL,0,NULL,0}, + {"惐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\x90",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\x96",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\xbb",3,NULL,0,NULL,0}, + {"ꛤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\xa4",3,NULL,0,NULL,0}, + {"撐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\x90",3,NULL,0,NULL,0}, + {"퐥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x90\xa5",3,NULL,0,NULL,0}, + {"㷿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xbf",3,NULL,0,NULL,0}, + {"ⲻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xbb",3,NULL,0,NULL,0}, + {"࿉",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\x9d",3,NULL,0,NULL,0}, + {"͍",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\x8d",2,NULL,0,NULL,0}, + {"䅰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x89",3,NULL,0,NULL,0}, + {"젴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xb4",3,NULL,0,NULL,0}, + {"ꗻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\xbb",3,NULL,0,NULL,0}, + {"ࢼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\xbc",3,NULL,0,NULL,0}, + {"ﱡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\xa1",3,NULL,0,NULL,0}, + {"臢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xa2",3,NULL,0,NULL,0}, + {"느",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa8\x9f",3,NULL,0,NULL,0}, + {"꬈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x88",3,NULL,0,NULL,0}, + {"뉡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xa1",3,NULL,0,NULL,0}, + {"Թ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\xb9",2,NULL,0,NULL,0}, + {"ళ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xb3",3,NULL,0,NULL,0}, + {"❵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9d\xb5",3,NULL,0,NULL,0}, + {"ꔎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x8e",3,NULL,0,NULL,0}, + {"峚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb3\x9a",3,NULL,0,NULL,0}, + {"ꕭ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xad",3,NULL,0,NULL,0}, + {"庼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\xbc",3,NULL,0,NULL,0}, + {"ᣢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa3\xa2",3,NULL,0,NULL,0}, + {"琺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\xba",3,NULL,0,NULL,0}, + {"䯤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaf\xa4",3,NULL,0,NULL,0}, + {"뙁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x81",3,NULL,0,NULL,0}, + {"༼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbc\xbc",3,NULL,0,NULL,0}, + {"馷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\xb7",3,NULL,0,NULL,0}, + {"",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\x1b",1,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\x90",3,NULL,0,NULL,0}, + {"傯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xaf",3,NULL,0,NULL,0}, + {"뗿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x91\xb7",3,NULL,0,NULL,0}, + {"ఀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x80",3,NULL,0,NULL,0}, + {"ㆲ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\xb2",3,NULL,0,NULL,0}, + {"ﭥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xad\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xb0",3,NULL,0,NULL,0}, + {"醖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\x96",3,NULL,0,NULL,0}, + {"摇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x91\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\xb7",3,NULL,0,NULL,0}, + {"切",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\x80",3,NULL,0,NULL,0}, + {"縧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\xa7",3,NULL,0,NULL,0}, + {"핧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x95\xa7",3,NULL,0,NULL,0}, + {"寮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xbc",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xbe",3,NULL,0,NULL,0}, + {"矼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9f\xbc",3,NULL,0,NULL,0}, + {"倏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x80\x8f",3,NULL,0,NULL,0}, + {"悪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\xaa",3,NULL,0,NULL,0}, + {"㹈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb9\x88",3,NULL,0,NULL,0}, + {"佹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xb9",3,NULL,0,NULL,0}, + {"㬻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xac\xbb",3,NULL,0,NULL,0}, + {"汜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb1\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x92",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xa7",3,NULL,0,NULL,0}, + {"串",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x89\x9e",3,NULL,0,NULL,0}, + {"쫧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xa7",3,NULL,0,NULL,0}, + {"輅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x85",3,NULL,0,NULL,0}, + {"䂮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x8b",3,NULL,0,NULL,0}, + {"䐴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\xb4",3,NULL,0,NULL,0}, + {"尷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\xb7",3,NULL,0,NULL,0}, + {"㳞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x9e",3,NULL,0,NULL,0}, + {"珟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8f\x9f",3,NULL,0,NULL,0}, + {"뚂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x82",3,NULL,0,NULL,0}, + {"鍠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\xa0",3,NULL,0,NULL,0}, + {"৞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x9e",3,NULL,0,NULL,0}, + {"鉷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\xb7",3,NULL,0,NULL,0}, + {"↤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xa4",3,NULL,0,NULL,0}, + {"輁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\x81",3,NULL,0,NULL,0}, + {"貞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x9e",3,NULL,0,NULL,0}, + {"ꢈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa2\x88",3,NULL,0,NULL,0}, + {"୛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\x9b",3,NULL,0,NULL,0}, + {"䖍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\x8d",3,NULL,0,NULL,0}, + {"즅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x85",3,NULL,0,NULL,0}, + {"Ᏹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\xb1",3,NULL,0,NULL,0}, + {"∽",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa0\x89",3,NULL,0,NULL,0}, + {"醻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x86\xbb",3,NULL,0,NULL,0}, + {"짴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa7\xb4",3,NULL,0,NULL,0}, + {"莣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xa3",3,NULL,0,NULL,0}, + {"唙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x94\x99",3,NULL,0,NULL,0}, + {"䴧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xa7",3,NULL,0,NULL,0}, + {"চ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x9a",3,NULL,0,NULL,0}, + {"莦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xa6",3,NULL,0,NULL,0}, + {"綠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xbd",3,NULL,0,NULL,0}, + {"ឃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x83",3,NULL,0,NULL,0}, + {"ﶸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xb8",3,NULL,0,NULL,0}, + {"붃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x83",3,NULL,0,NULL,0}, + {"រ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9e\x9a",3,NULL,0,NULL,0}, + {"靃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x83",3,NULL,0,NULL,0}, + {"大",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\xa7",3,NULL,0,NULL,0}, + {"쮗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x97",3,NULL,0,NULL,0}, + {"䇈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\x88",3,NULL,0,NULL,0}, + {"ᬺ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xb1",3,NULL,0,NULL,0}, + {"媂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaa\x82",3,NULL,0,NULL,0}, + {"邥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xa5",3,NULL,0,NULL,0}, + {"鹭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xad",3,NULL,0,NULL,0}, + {"⿆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x86",3,NULL,0,NULL,0}, + {"﹃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x83",3,NULL,0,NULL,0}, + {"嶕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x95",3,NULL,0,NULL,0}, + {"﯑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x9c",3,NULL,0,NULL,0}, + {"ங",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xae\x99",3,NULL,0,NULL,0}, + {"몫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaa\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\x81",3,NULL,0,NULL,0}, + {"ꑈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\x88",3,NULL,0,NULL,0}, + {"櫻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xbb",3,NULL,0,NULL,0}, + {"꿎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\x8e",3,NULL,0,NULL,0}, + {"帎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb8\x8e",3,NULL,0,NULL,0}, + {"쓰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\xb0",3,NULL,0,NULL,0}, + {"ﺑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x91",3,NULL,0,NULL,0}, + {"纞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xba\x9e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x8b",3,NULL,0,NULL,0}, + {"ﲯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\xaf",3,NULL,0,NULL,0}, + {"꼙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\x99",3,NULL,0,NULL,0}, + {"৛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\xbe",3,NULL,0,NULL,0}, + {"덝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x9d",3,NULL,0,NULL,0}, + {"㺙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\x99",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\x92",3,NULL,0,NULL,0}, + {"諡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\xa1",3,NULL,0,NULL,0}, + {"䘴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\xb4",3,NULL,0,NULL,0}, + {"⦻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xbb",3,NULL,0,NULL,0}, + {"෇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\x87",3,NULL,0,NULL,0}, + {"嶃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x83",3,NULL,0,NULL,0}, + {"㯇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaf\x87",3,NULL,0,NULL,0}, + {"雾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\xbe",3,NULL,0,NULL,0}, + {"䍬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\xac",3,NULL,0,NULL,0}, + {"ᢎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\x8e",3,NULL,0,NULL,0}, + {"麘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x98",3,NULL,0,NULL,0}, + {"ﰨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb0\xa8",3,NULL,0,NULL,0}, + {"籡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb1\xa1",3,NULL,0,NULL,0}, + {"崶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\xb6",3,NULL,0,NULL,0}, + {"ꆩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x86\xa9",3,NULL,0,NULL,0}, + {"ၨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xa8",3,NULL,0,NULL,0}, + {"␭",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xad",3,NULL,0,NULL,0}, + {"閣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\xa3",3,NULL,0,NULL,0}, + {"둥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xa5",3,NULL,0,NULL,0}, + {"ﮌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xae\x8c",3,NULL,0,NULL,0}, + {"䷇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x84",3,NULL,0,NULL,0}, + {"╼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\xbc",3,NULL,0,NULL,0}, + {"섫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\xab",3,NULL,0,NULL,0}, + {"ﷴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xbe",3,NULL,0,NULL,0}, + {"괮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb4\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb1\xaa",3,NULL,0,NULL,0}, + {"ꯗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x97",3,NULL,0,NULL,0}, + {"ᾪ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbe\xaa",3,NULL,0,NULL,0}, + {"ϵ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\xb5",2,NULL,0,NULL,0}, + {"⚿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\xbf",3,NULL,0,NULL,0}, + {"ꌕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x95",3,NULL,0,NULL,0}, + {"૑",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\x91",3,NULL,0,NULL,0}, + {"䏋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\x8b",3,NULL,0,NULL,0}, + {"隽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\xbd",3,NULL,0,NULL,0}, + {"≱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\xb1",3,NULL,0,NULL,0}, + {"⚚",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9a\x9a",3,NULL,0,NULL,0}, + {"佋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\x8b",3,NULL,0,NULL,0}, + {"ꎦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8e\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x95\xbe",3,NULL,0,NULL,0}, + {"⥋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x8b",3,NULL,0,NULL,0}, + {"ᙈ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x99\x88",3,NULL,0,NULL,0}, + {"ግ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x8d",3,NULL,0,NULL,0}, + {"쒔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x92\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa3\x84",3,NULL,0,NULL,0}, + {"繆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9d\xa3",3,NULL,0,NULL,0}, + {"憐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\x8f",3,NULL,0,NULL,0}, + {"頑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x91",3,NULL,0,NULL,0}, + {"ῇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbf\x87",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\x9d",3,NULL,0,NULL,0}, + {"ꉰ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\xb0",3,NULL,0,NULL,0}, + {"᫩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\xa9",3,NULL,0,NULL,0}, + {"쳟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\x9f",3,NULL,0,NULL,0}, + {"é",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa9",2,NULL,0,NULL,0}, + {"ᛞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9b\x9e",3,NULL,0,NULL,0}, + {"ퟧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xa7",3,NULL,0,NULL,0}, + {"ꓺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\xba",3,NULL,0,NULL,0}, + {"챘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x98",3,NULL,0,NULL,0}, + {"癦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\xa6",3,NULL,0,NULL,0}, + {"즟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x9f",3,NULL,0,NULL,0}, + {"貟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb2\x9f",3,NULL,0,NULL,0}, + {"”",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x9d",3,NULL,0,NULL,0}, + {"✭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\xad",3,NULL,0,NULL,0}, + {"狛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x9b",3,NULL,0,NULL,0}, + {"ꧺ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xba",3,NULL,0,NULL,0}, + {"ᅯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\x94",3,NULL,0,NULL,0}, + {"⢘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\x98",3,NULL,0,NULL,0}, + {"癍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x8d",3,NULL,0,NULL,0}, + {"ג",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\x92",2,NULL,0,NULL,0}, + {"낓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\x93",3,NULL,0,NULL,0}, + {"±",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xb1",2,NULL,0,NULL,0}, + {"⢤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa2\xa4",3,NULL,0,NULL,0}, + {"⍔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8d\x94",3,NULL,0,NULL,0}, + {"蜔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x94",3,NULL,0,NULL,0}, + {"ፎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x97\x95",3,NULL,0,NULL,0}, + {"⭢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xad\xa2",3,NULL,0,NULL,0}, + {"频",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\x91",3,NULL,0,NULL,0}, + {"꧷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\xb7",3,NULL,0,NULL,0}, + {"®",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xae",2,NULL,0,NULL,0}, + {"᪫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaa\xab",3,NULL,0,NULL,0}, + {"즄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x84",3,NULL,0,NULL,0}, + {"鞠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xa0",3,NULL,0,NULL,0}, + {"Ꮥ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8f\x95",3,NULL,0,NULL,0}, + {"掭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\xad",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa6\x97",3,NULL,0,NULL,0}, + {"蕵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\xb5",3,NULL,0,NULL,0}, + {"嗰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\xb0",3,NULL,0,NULL,0}, + {"પ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xaa",3,NULL,0,NULL,0}, + {"캐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xba\x90",3,NULL,0,NULL,0}, + {"졪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xaa",3,NULL,0,NULL,0}, + {"ో",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\x8b",3,NULL,0,NULL,0}, + {"步",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\xa5",3,NULL,0,NULL,0}, + {"蓶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x93\xb6",3,NULL,0,NULL,0}, + {"Ⴔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x82\xb4",3,NULL,0,NULL,0}, + {"ꅗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x97",3,NULL,0,NULL,0}, + {"䤼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xbc",3,NULL,0,NULL,0}, + {"뼛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbc\x9b",3,NULL,0,NULL,0}, + {"췿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xbf",3,NULL,0,NULL,0}, + {"㖋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x8b",3,NULL,0,NULL,0}, + {"춠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xa0",3,NULL,0,NULL,0}, + {"䦕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\x95",3,NULL,0,NULL,0}, + {"舨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xa8",3,NULL,0,NULL,0}, + {"䙞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\x85",3,NULL,0,NULL,0}, + {"㏛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\x9b",3,NULL,0,NULL,0}, + {"䋝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\x9d",3,NULL,0,NULL,0}, + {"⒱",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xb1",3,NULL,0,NULL,0}, + {"獥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xb0",3,NULL,0,NULL,0}, + {"ꯦ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\xa6",3,NULL,0,NULL,0}, + {"晌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\x8c",3,NULL,0,NULL,0}, + {"돽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xbd",3,NULL,0,NULL,0}, + {"꧈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x88",3,NULL,0,NULL,0}, + {"ŵ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xb5",2,NULL,0,NULL,0}, + {"좨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\xa8",3,NULL,0,NULL,0}, + {"Ɒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb1\xb0",3,NULL,0,NULL,0}, + {"㣂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa3\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xb2",3,NULL,0,NULL,0}, + {"莩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\xa9",3,NULL,0,NULL,0}, + {"蔄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x84",3,NULL,0,NULL,0}, + {"ᇘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\x98",3,NULL,0,NULL,0}, + {"䢄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\x84",3,NULL,0,NULL,0}, + {"툣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xa3",3,NULL,0,NULL,0}, + {"ꊌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\x8c",3,NULL,0,NULL,0}, + {"",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xaf",3,NULL,0,NULL,0}, + {"뛚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\xad",3,NULL,0,NULL,0}, + {"亿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xba\xbf",3,NULL,0,NULL,0}, + {"⺷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xb7",3,NULL,0,NULL,0}, + {"ꮊ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x8a",3,NULL,0,NULL,0}, + {"뇟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x9f",3,NULL,0,NULL,0}, + {"ʩ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xa9",2,NULL,0,NULL,0}, + {"긆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\x86",3,NULL,0,NULL,0}, + {"驊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x8a",3,NULL,0,NULL,0}, + {"驑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa9\x91",3,NULL,0,NULL,0}, + {"㐜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x9c",3,NULL,0,NULL,0}, + {"ꭃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\x83",3,NULL,0,NULL,0}, + {"์",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\x8c",3,NULL,0,NULL,0}, + {"櫓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xb1",3,NULL,0,NULL,0}, + {"ﶹ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb6\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x8f",3,NULL,0,NULL,0}, + {"擵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xb5",3,NULL,0,NULL,0}, + {"혊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x98\x8a",3,NULL,0,NULL,0}, + {"櫨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\xa8",3,NULL,0,NULL,0}, + {"憑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x91",3,NULL,0,NULL,0}, + {"䞭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\xad",3,NULL,0,NULL,0}, + {"遂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x82",3,NULL,0,NULL,0}, + {"㒣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xa3",3,NULL,0,NULL,0}, + {"塆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\xb8",3,NULL,0,NULL,0}, + {"窿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\xbf",3,NULL,0,NULL,0}, + {"翆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x86",3,NULL,0,NULL,0}, + {"楫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa5\xab",3,NULL,0,NULL,0}, + {"ꋎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\x8e",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa1\x85",3,NULL,0,NULL,0}, + {"뿡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbf\xa1",3,NULL,0,NULL,0}, + {"䟫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\xab",3,NULL,0,NULL,0}, + {"鸯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xaf",3,NULL,0,NULL,0}, + {"춉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x89",3,NULL,0,NULL,0}, + {"眷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\xb7",3,NULL,0,NULL,0}, + {"曺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\xba",3,NULL,0,NULL,0}, + {"杽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\xbd",3,NULL,0,NULL,0}, + {"⹰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\xb0",3,NULL,0,NULL,0}, + {"ꉋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x89\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x91",3,NULL,0,NULL,0}, + {"覟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x9f",3,NULL,0,NULL,0}, + {"쟠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9f\xa0",3,NULL,0,NULL,0}, + {"毮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xae",3,NULL,0,NULL,0}, + {"皹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\xb9",3,NULL,0,NULL,0}, + {"Ⲥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb2\xa4",3,NULL,0,NULL,0}, + {"殭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\xad",3,NULL,0,NULL,0}, + {"觨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\xa8",3,NULL,0,NULL,0}, + {"專",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x88",3,NULL,0,NULL,0}, + {"خ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd8\xae",2,NULL,0,NULL,0}, + {"䓙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x93\x99",3,NULL,0,NULL,0}, + {"ꩉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa9\x89",3,NULL,0,NULL,0}, + {"㋚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x9a",3,NULL,0,NULL,0}, + {"靀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\x80",3,NULL,0,NULL,0}, + {"㜹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9c\xb9",3,NULL,0,NULL,0}, + {"蜸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\xb8",3,NULL,0,NULL,0}, + {"鋄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\x84",3,NULL,0,NULL,0}, + {"扳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb7\xb8",3,NULL,0,NULL,0}, + {"훻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xbb",3,NULL,0,NULL,0}, + {"鶨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb6\xa8",3,NULL,0,NULL,0}, + {"폣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8f\xa3",3,NULL,0,NULL,0}, + {"橏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\x8f",3,NULL,0,NULL,0}, + {"鷵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb7\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xa6",3,NULL,0,NULL,0}, + {"饻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xbb",3,NULL,0,NULL,0}, + {"彖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbd\x96",3,NULL,0,NULL,0}, + {"⃳",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\xb3",3,NULL,0,NULL,0}, + {"筂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\x82",3,NULL,0,NULL,0}, + {"赽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb5\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x99",3,NULL,0,NULL,0}, + {"뽸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbd\xb8",3,NULL,0,NULL,0}, + {"噅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x99\x85",3,NULL,0,NULL,0}, + {"馊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa6\x8a",3,NULL,0,NULL,0}, + {"俏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x8f",3,NULL,0,NULL,0}, + {"웉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x89",3,NULL,0,NULL,0}, + {"밒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\x92",3,NULL,0,NULL,0}, + {"컰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xb0",3,NULL,0,NULL,0}, + {"爄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\x84",3,NULL,0,NULL,0}, + {"䬤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xa4",3,NULL,0,NULL,0}, + {"꣰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa3\xb0",3,NULL,0,NULL,0}, + {"ꈆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x86",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\x9a",3,NULL,0,NULL,0}, + {"妩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xa9",3,NULL,0,NULL,0}, + {"鿡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xa1",3,NULL,0,NULL,0}, + {"濠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x81\xb3",3,NULL,0,NULL,0}, + {"⳻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb3\xbb",3,NULL,0,NULL,0}, + {"㛚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9b\x9a",3,NULL,0,NULL,0}, + {"튙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x99",3,NULL,0,NULL,0}, + {"렏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x8f",3,NULL,0,NULL,0}, + {"㫫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xab\xab",3,NULL,0,NULL,0}, + {"䫋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\x8b",3,NULL,0,NULL,0}, + {"럪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\xaa",3,NULL,0,NULL,0}, + {"ے",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdb\x92",2,NULL,0,NULL,0}, + {"鮘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xae\x98",3,NULL,0,NULL,0}, + {"긽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xbd",3,NULL,0,NULL,0}, + {"䚫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xab",3,NULL,0,NULL,0}, + {"㱨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xa8",3,NULL,0,NULL,0}, + {"똃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x83",3,NULL,0,NULL,0}, + {"瑗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x91\x97",3,NULL,0,NULL,0}, + {"昝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\x9d",3,NULL,0,NULL,0}, + {"袦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xa6",3,NULL,0,NULL,0}, + {"忕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbf\x95",3,NULL,0,NULL,0}, + {"ꡩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\xa9",3,NULL,0,NULL,0}, + {"䬺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\xba",3,NULL,0,NULL,0}, + {"嚜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x9c",3,NULL,0,NULL,0}, + {"ᶊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x8a",3,NULL,0,NULL,0}, + {"蠃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\x83",3,NULL,0,NULL,0}, + {"틛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x9b",3,NULL,0,NULL,0}, + {"銯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\xaf",3,NULL,0,NULL,0}, + {"햜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x9c",3,NULL,0,NULL,0}, + {"䪚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xaa\x9a",3,NULL,0,NULL,0}, + {"锾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xbe",3,NULL,0,NULL,0}, + {"퍳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8d\xb3",3,NULL,0,NULL,0}, + {"粻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\xbb",3,NULL,0,NULL,0}, + {"镭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\xad",3,NULL,0,NULL,0}, + {"輤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbc\xa4",3,NULL,0,NULL,0}, + {"ᯅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\x99",3,NULL,0,NULL,0}, + {"᭸",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xad\xb8",3,NULL,0,NULL,0}, + {"뷧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb7\xa7",3,NULL,0,NULL,0}, + {"೵",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb3\xb5",3,NULL,0,NULL,0}, + {"䴡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb4\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x92\x91",3,NULL,0,NULL,0}, + {"㲿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb2\xbf",3,NULL,0,NULL,0}, + {"륫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xab",3,NULL,0,NULL,0}, + {"땬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x95\xac",3,NULL,0,NULL,0}, + {"賴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\xb4",3,NULL,0,NULL,0}, + {"豕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb1\x95",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbb\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\xb8",3,NULL,0,NULL,0}, + {"俚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x9a",3,NULL,0,NULL,0}, + {"⸝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb8\x9d",3,NULL,0,NULL,0}, + {"褄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa4\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\xab",3,NULL,0,NULL,0}, + {"㡪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xaa",3,NULL,0,NULL,0}, + {"簢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xa2",3,NULL,0,NULL,0}, + {";",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcd\xbe",2,NULL,0,NULL,0}, + {"躸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xba\xb8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\xba",3,NULL,0,NULL,0}, + {"듌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\x8c",3,NULL,0,NULL,0}, + {"ꕧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xa7",3,NULL,0,NULL,0}, + {"伾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x93\x9d",3,NULL,0,NULL,0}, + {"㪟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\x9f",3,NULL,0,NULL,0}, + {"厰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\xb0",3,NULL,0,NULL,0}, + {"᯻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xbb",3,NULL,0,NULL,0}, + {"鳁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\x81",3,NULL,0,NULL,0}, + {"金",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\xbf",3,NULL,0,NULL,0}, + {"芌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\x8c",3,NULL,0,NULL,0}, + {"羫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbe\xab",3,NULL,0,NULL,0}, + {"䅒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\x92",3,NULL,0,NULL,0}, + {"썬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xac",3,NULL,0,NULL,0}, + {"謄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x84",3,NULL,0,NULL,0}, + {"甑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x94\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8d\xbb",3,NULL,0,NULL,0}, + {"嶬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\xac",3,NULL,0,NULL,0}, + {"㳹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\xb9",3,NULL,0,NULL,0}, + {"ṗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x97",3,NULL,0,NULL,0}, + {"熲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x86\xb2",3,NULL,0,NULL,0}, + {"픆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\x86",3,NULL,0,NULL,0}, + {"면",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xb4",3,NULL,0,NULL,0}, + {"颿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa2\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x80\xa4",3,NULL,0,NULL,0}, + {"ꓒ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x93\x92",3,NULL,0,NULL,0}, + {"ࠑ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x91",3,NULL,0,NULL,0}, + {"뗫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x97\xab",3,NULL,0,NULL,0}, + {"ꡋ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\x88",3,NULL,0,NULL,0}, + {"ﺎ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\x8e",3,NULL,0,NULL,0}, + {"⻥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xa5",3,NULL,0,NULL,0}, + {"ⷂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb7\x82",3,NULL,0,NULL,0}, + {"옖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x98\x96",3,NULL,0,NULL,0}, + {"礱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa4\xb1",3,NULL,0,NULL,0}, + {"䇽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x84\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xbc",3,NULL,0,NULL,0}, + {"줹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\xb9",3,NULL,0,NULL,0}, + {"䷪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb7\xaa",3,NULL,0,NULL,0}, + {"벎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb2\x8e",3,NULL,0,NULL,0}, + {"聈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x81\x88",3,NULL,0,NULL,0}, + {"엽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\xbd",3,NULL,0,NULL,0}, + {")",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x89",3,NULL,0,NULL,0}, + {"뤣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xa3",3,NULL,0,NULL,0}, + {"刃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\x86",3,NULL,0,NULL,0}, + {"ᔴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb4",3,NULL,0,NULL,0}, + {"䄑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x84\x91",3,NULL,0,NULL,0}, + {"酎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x8e",3,NULL,0,NULL,0}, + {"狣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\xa3",3,NULL,0,NULL,0}, + {"﷨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x80\x94",3,NULL,0,NULL,0}, + {"૦",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xab\xa6",3,NULL,0,NULL,0}, + {"认",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xa4",3,NULL,0,NULL,0}, + {"⪽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaa\xbd",3,NULL,0,NULL,0}, + {"厕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8e\x95",3,NULL,0,NULL,0}, + {"풫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\xab",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x98\x9d",3,NULL,0,NULL,0}, + {"庞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xba\x9e",3,NULL,0,NULL,0}, + {"勘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x98",3,NULL,0,NULL,0}, + {"⿚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\x9a",3,NULL,0,NULL,0}, + {"弥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbc\xa5",3,NULL,0,NULL,0}, + {"吱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xb1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x85\xa1",3,NULL,0,NULL,0}, + {"儎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\x8e",3,NULL,0,NULL,0}, + {"뛐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9b\x90",3,NULL,0,NULL,0}, + {"䊉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\x89",3,NULL,0,NULL,0}, + {"쥟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x9f",3,NULL,0,NULL,0}, + {"엃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x83",3,NULL,0,NULL,0}, + {"㷽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\xbd",3,NULL,0,NULL,0}, + {"署",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa9\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\x8b",3,NULL,0,NULL,0}, + {"젰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa0\xb0",3,NULL,0,NULL,0}, + {"ᲄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\x84",3,NULL,0,NULL,0}, + {"﷜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\x9c",3,NULL,0,NULL,0}, + {"쪖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x96",3,NULL,0,NULL,0}, + {"轮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\xae",3,NULL,0,NULL,0}, + {"ẙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xba\x99",3,NULL,0,NULL,0}, + {"琋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x8b",3,NULL,0,NULL,0}, + {"ﲍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb2\x8d",3,NULL,0,NULL,0}, + {"쌹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xb9",3,NULL,0,NULL,0}, + {"ݙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\x99",2,NULL,0,NULL,0}, + {"똳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\xb3",3,NULL,0,NULL,0}, + {"ȷ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\xb7",2,NULL,0,NULL,0}, + {"ﳬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\x8a",3,NULL,0,NULL,0}, + {"쓅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x93\x85",3,NULL,0,NULL,0}, + {"욌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9a\x8c",3,NULL,0,NULL,0}, + {"緺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb7\xba",3,NULL,0,NULL,0}, + {"ఐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\x90",3,NULL,0,NULL,0}, + {"돡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\xa1",3,NULL,0,NULL,0}, + {"ꕯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\xaf",3,NULL,0,NULL,0}, + {"ퟤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9f\xa4",3,NULL,0,NULL,0}, + {"ნ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x83\x9c",3,NULL,0,NULL,0}, + {"䒳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x92\xb3",3,NULL,0,NULL,0}, + {"↠",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x86\xa0",3,NULL,0,NULL,0}, + {"⠊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa0\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xab\xbe",3,NULL,0,NULL,0}, + {"䗥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x97\xa5",3,NULL,0,NULL,0}, + {"양",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x96\x91",3,NULL,0,NULL,0}, + {"隸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa6\xb8",3,NULL,0,NULL,0}, + {"̱",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xb1",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\x83",3,NULL,0,NULL,0}, + {"ﵛ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x9b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xba\x84",3,NULL,0,NULL,0}, + {"缻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\xbb",3,NULL,0,NULL,0}, + {"诎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaf\x8e",3,NULL,0,NULL,0}, + {"찞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb0\x9e",3,NULL,0,NULL,0}, + {"莏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8e\x8f",3,NULL,0,NULL,0}, + {"੅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa9\x85",3,NULL,0,NULL,0}, + {"巈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\x87",3,NULL,0,NULL,0}, + {"ᑬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x91\xac",3,NULL,0,NULL,0}, + {"쫵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\xb5",3,NULL,0,NULL,0}, + {"罞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbd\x9e",3,NULL,0,NULL,0}, + {"슲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x94\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\x84",3,NULL,0,NULL,0}, + {"嶂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb6\x82",3,NULL,0,NULL,0}, + {"す",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\x99",3,NULL,0,NULL,0}, + {"뚒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\x92",3,NULL,0,NULL,0}, + {"⎅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\x85",3,NULL,0,NULL,0}, + {"疐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x96\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x96",3,NULL,0,NULL,0}, + {"ꃪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x83\xaa",3,NULL,0,NULL,0}, + {"춟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\x9f",3,NULL,0,NULL,0}, + {"㊗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8a\x97",3,NULL,0,NULL,0}, + {"앗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\x97",3,NULL,0,NULL,0}, + {"즇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\x87",3,NULL,0,NULL,0}, + {"䛭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xad",3,NULL,0,NULL,0}, + {"ᴊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb4\x8a",3,NULL,0,NULL,0}, + {"㗪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x97\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xbd",3,NULL,0,NULL,0}, + {"끇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x81\x87",3,NULL,0,NULL,0}, + {"㻬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbb\xac",3,NULL,0,NULL,0}, + {"ň",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x88",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\xba",3,NULL,0,NULL,0}, + {"靱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xb1",3,NULL,0,NULL,0}, + {"씲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x94\xb2",3,NULL,0,NULL,0}, + {"ঊ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\x8a",3,NULL,0,NULL,0}, + {"䏨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8f\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\x8f",3,NULL,0,NULL,0}, + {"꼻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbc\xbb",3,NULL,0,NULL,0}, + {"쮅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xae\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa9\x8a",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\xab",3,NULL,0,NULL,0}, + {"읐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x90",3,NULL,0,NULL,0}, + {"﯋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x8b",3,NULL,0,NULL,0}, + {"艷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x89\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9e\x83",3,NULL,0,NULL,0}, + {"쭾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xad\xbe",3,NULL,0,NULL,0}, + {"㙚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x9a",3,NULL,0,NULL,0}, + {"陀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x99\x80",3,NULL,0,NULL,0}, + {"ᦢ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xa2",3,NULL,0,NULL,0}, + {"蒎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x92\x8e",3,NULL,0,NULL,0}, + {"尞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb0\x9e",3,NULL,0,NULL,0}, + {"㿄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbf\x84",3,NULL,0,NULL,0}, + {"㉀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x89\x80",3,NULL,0,NULL,0}, + {"﹛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\x9b",3,NULL,0,NULL,0}, + {"闷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xb7",3,NULL,0,NULL,0}, + {"䀜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x80\x9c",3,NULL,0,NULL,0}, + {"ꕜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x95\x9c",3,NULL,0,NULL,0}, + {"㆑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x91",3,NULL,0,NULL,0}, + {"麙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x99",3,NULL,0,NULL,0}, + {"孻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\xbb",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\xa5",3,NULL,0,NULL,0}, + {"儯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x84\xaf",3,NULL,0,NULL,0}, + {"공",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xb5",3,NULL,0,NULL,0}, + {"競",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xab\xb6",3,NULL,0,NULL,0}, + {"⧉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa7\x89",3,NULL,0,NULL,0}, + {"꧖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa7\x96",3,NULL,0,NULL,0}, + {"߻",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\xbb",2,NULL,0,NULL,0}, + {"њ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd1\x9a",2,NULL,0,NULL,0}, + {"ލ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x8d",2,NULL,0,NULL,0}, + {"잧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9e\xa7",3,NULL,0,NULL,0}, + {"氓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x93",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xab",3,NULL,0,NULL,0}, + {"殌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x8c",3,NULL,0,NULL,0}, + {"セ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbd\xbe",3,NULL,0,NULL,0}, + {"␿",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x90\xbf",3,NULL,0,NULL,0}, + {"䔈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x88",3,NULL,0,NULL,0}, + {"Ꚃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x82",3,NULL,0,NULL,0}, + {"ዉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x89",3,NULL,0,NULL,0}, + {"髅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\x85",3,NULL,0,NULL,0}, + {"埽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\xbd",3,NULL,0,NULL,0}, + {"쵖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\x96",3,NULL,0,NULL,0}, + {"ᩮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xae",3,NULL,0,NULL,0}, + {"茀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x80",3,NULL,0,NULL,0}, + {"棡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\xa1",3,NULL,0,NULL,0}, + {"塺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa1\xba",3,NULL,0,NULL,0}, + {"쳥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb3\xa5",3,NULL,0,NULL,0}, + {"韢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xa2",3,NULL,0,NULL,0}, + {"◢",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xa2",3,NULL,0,NULL,0}, + {"ꇏ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x87\x8f",3,NULL,0,NULL,0}, + {"ꯕ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaf\x95",3,NULL,0,NULL,0}, + {"䤗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\x97",3,NULL,0,NULL,0}, + {"첊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb2\x8a",3,NULL,0,NULL,0}, + {"皘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9a\x98",3,NULL,0,NULL,0}, + {"锷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xb7",3,NULL,0,NULL,0}, + {"鄻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x84\xbb",3,NULL,0,NULL,0}, + {"䢦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xa6",3,NULL,0,NULL,0}, + {"숑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\x91",3,NULL,0,NULL,0}, + {"ᄐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xbc",3,NULL,0,NULL,0}, + {"뻊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\x8a",3,NULL,0,NULL,0}, + {"鋶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8b\xb6",3,NULL,0,NULL,0}, + {"癗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x99\x97",3,NULL,0,NULL,0}, + {"姌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x8c",3,NULL,0,NULL,0}, + {"䮆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\x86",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\x9e",3,NULL,0,NULL,0}, + {"⥉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa5\x89",3,NULL,0,NULL,0}, + {"⎡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8e\xa1",3,NULL,0,NULL,0}, + {"ዿ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xbf",3,NULL,0,NULL,0}, + {"밪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb0\xaa",3,NULL,0,NULL,0}, + {"頃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa0\x83",3,NULL,0,NULL,0}, + {"ᨴ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\xa0",3,NULL,0,NULL,0}, + {"槫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xab",3,NULL,0,NULL,0}, + {"䊴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xb4",3,NULL,0,NULL,0}, + {"鬤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xac\xa4",3,NULL,0,NULL,0}, + {"蛎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9b\x8e",3,NULL,0,NULL,0}, + {"榌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\x8c",3,NULL,0,NULL,0}, + {"列",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x88\x97",3,NULL,0,NULL,0}, + {"虻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\xbb",3,NULL,0,NULL,0}, + {"ቮ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\xae",3,NULL,0,NULL,0}, + {"鯺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xaf\xba",3,NULL,0,NULL,0}, + {"ၟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\x9f",3,NULL,0,NULL,0}, + {"壯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa3\xaf",3,NULL,0,NULL,0}, + {"䜞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9c\x9e",3,NULL,0,NULL,0}, + {"챔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x94",3,NULL,0,NULL,0}, + {"藪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x97\xaa",3,NULL,0,NULL,0}, + {"䎛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\x9b",3,NULL,0,NULL,0}, + {"伇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x87",3,NULL,0,NULL,0}, + {"㔺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xba",3,NULL,0,NULL,0}, + {"뉼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\xbc",3,NULL,0,NULL,0}, + {"챉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb1\x89",3,NULL,0,NULL,0}, + {"扤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xa4",3,NULL,0,NULL,0}, + {"췵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xb5",3,NULL,0,NULL,0}, + {"㖑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x96\x91",3,NULL,0,NULL,0}, + {"ꬾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xbe",3,NULL,0,NULL,0}, + {"⨻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa8\xbb",3,NULL,0,NULL,0}, + {"䉺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x89\xba",3,NULL,0,NULL,0}, + {"敪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\xaa",3,NULL,0,NULL,0}, + {"딀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x80",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x98",3,NULL,0,NULL,0}, + {"껝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbb\x9d",3,NULL,0,NULL,0}, + {"䟗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x97",3,NULL,0,NULL,0}, + {"糞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb3\x9e",3,NULL,0,NULL,0}, + {"閐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x90",3,NULL,0,NULL,0}, + {"ٔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd9\x94",2,NULL,0,NULL,0}, + {"ꁂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\x82",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x9d",3,NULL,0,NULL,0}, + {"ળ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xb3",3,NULL,0,NULL,0}, + {"㐒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x92",3,NULL,0,NULL,0}, + {"遴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\xb4",3,NULL,0,NULL,0}, + {"钠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xaf",3,NULL,0,NULL,0}, + {"Ҭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd2\xac",2,NULL,0,NULL,0}, + {"穯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa9\xaf",3,NULL,0,NULL,0}, + {"ꚃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x83",3,NULL,0,NULL,0}, + {"㕸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\xb8",3,NULL,0,NULL,0}, + {"泭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb3\xad",3,NULL,0,NULL,0}, + {"꠱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa0\xb1",3,NULL,0,NULL,0}, + {"졶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa1\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\x97",3,NULL,0,NULL,0}, + {"蟯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9f\xaf",3,NULL,0,NULL,0}, + {"⾙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x99",3,NULL,0,NULL,0}, + {"ꤤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa4\xa4",3,NULL,0,NULL,0}, + {"⺽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xba\xbd",3,NULL,0,NULL,0}, + {"Ἄ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbc\x8c",3,NULL,0,NULL,0}, + {"懳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x87\xb3",3,NULL,0,NULL,0}, + {"Ꝑ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x90",3,NULL,0,NULL,0}, + {"ӛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd3\x9b",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbb\x94",3,NULL,0,NULL,0}, + {"๹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb9\xb9",3,NULL,0,NULL,0}, + {"ɥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xa5",2,NULL,0,NULL,0}, + {"惾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x83\xbe",3,NULL,0,NULL,0}, + {"盬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9b\xac",3,NULL,0,NULL,0}, + {"挄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8c\x84",3,NULL,0,NULL,0}, + {"≘",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x89\x98",3,NULL,0,NULL,0}, + {"埝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x9d",3,NULL,0,NULL,0}, + {"鳾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb3\xbe",3,NULL,0,NULL,0}, + {"㒙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\x99",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa2\x80",3,NULL,0,NULL,0}, + {"䆋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x86\x8b",3,NULL,0,NULL,0}, + {"嗐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x90",3,NULL,0,NULL,0}, + {"賕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb3\x95",3,NULL,0,NULL,0}, + {"ᇠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x87\xa0",3,NULL,0,NULL,0}, + {"䤴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xb4",3,NULL,0,NULL,0}, + {"◬",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\xac",3,NULL,0,NULL,0}, + {"믙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xaf\x99",3,NULL,0,NULL,0}, + {"璧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xa7",3,NULL,0,NULL,0}, + {"▣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x96\xa3",3,NULL,0,NULL,0}, + {"覝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa6\x9d",3,NULL,0,NULL,0}, + {"狏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x8f",3,NULL,0,NULL,0}, + {"蹒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb9\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8c\xbb",3,NULL,0,NULL,0}, + {"ꑥ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xa5",3,NULL,0,NULL,0}, + {"烩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\xa9",3,NULL,0,NULL,0}, + {"眂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x82",3,NULL,0,NULL,0}, + {"䦱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa6\xb1",3,NULL,0,NULL,0}, + {"拪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\xaa",3,NULL,0,NULL,0}, + {"쇄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\x84",3,NULL,0,NULL,0}, + {"ꞙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9e\x99",3,NULL,0,NULL,0}, + {"魲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb6\x85",3,NULL,0,NULL,0}, + {"횐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x90",3,NULL,0,NULL,0}, + {"푚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x91\x9a",3,NULL,0,NULL,0}, + {"檴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaa\xb4",3,NULL,0,NULL,0}, + {"ⰾ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\xbe",3,NULL,0,NULL,0}, + {"悑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x82\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xb0",3,NULL,0,NULL,0}, + {"毼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xaf\xbc",3,NULL,0,NULL,0}, + {"锽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xbd",3,NULL,0,NULL,0}, + {"뮛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xae\x9b",3,NULL,0,NULL,0}, + {"餻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa4\xbb",3,NULL,0,NULL,0}, + {"ꫵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xb5",3,NULL,0,NULL,0}, + {"ఠ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb0\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8f\x9f",3,NULL,0,NULL,0}, + {"沐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x90",3,NULL,0,NULL,0}, + {"쪋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaa\x8b",3,NULL,0,NULL,0}, + {"烚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x83\x9a",3,NULL,0,NULL,0}, + {"ཱྀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbe\x81",3,NULL,0,NULL,0}, + {"跉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb7\x89",3,NULL,0,NULL,0}, + {"⦶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa6\xb6",3,NULL,0,NULL,0}, + {"ﯽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xbd",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x97",3,NULL,0,NULL,0}, + {"廗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x97",3,NULL,0,NULL,0}, + {"撷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x92\xb7",3,NULL,0,NULL,0}, + {"龌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\x8c",3,NULL,0,NULL,0}, + {"屮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xae",3,NULL,0,NULL,0}, + {"➍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9e\x8d",3,NULL,0,NULL,0}, + {"섕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x95",3,NULL,0,NULL,0}, + {"禁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x81",3,NULL,0,NULL,0}, + {"鲅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\x85",3,NULL,0,NULL,0}, + {"䬜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xac\x9c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9e\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xb8",3,NULL,0,NULL,0}, + {"࿴",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xb4",3,NULL,0,NULL,0}, + {"솑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x86\x91",3,NULL,0,NULL,0}, + {"Ჽ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xbd",3,NULL,0,NULL,0}, + {"ⴿ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\xbf",3,NULL,0,NULL,0}, + {"₮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x82\xae",3,NULL,0,NULL,0}, + {"㋊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x8a",3,NULL,0,NULL,0}, + {"㪣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xaa\xa3",3,NULL,0,NULL,0}, + {"ᰶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\xb6",3,NULL,0,NULL,0}, + {"溋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\x8b",3,NULL,0,NULL,0}, + {"ꍉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x89",3,NULL,0,NULL,0}, + {"辙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbe\x99",3,NULL,0,NULL,0}, + {"饹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa5\xb9",3,NULL,0,NULL,0}, + {"ሤ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xa4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x86",3,NULL,0,NULL,0}, + {"沟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb2\x9f",3,NULL,0,NULL,0}, + {"徚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\x9a",3,NULL,0,NULL,0}, + {"㶧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\xa7",3,NULL,0,NULL,0}, + {"䂎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x82\x8e",3,NULL,0,NULL,0}, + {"흱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\xb1",3,NULL,0,NULL,0}, + {"콤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xa4",3,NULL,0,NULL,0}, + {"連",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\xa3",3,NULL,0,NULL,0}, + {"斨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x82\x93",3,NULL,0,NULL,0}, + {"琏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x90\x8f",3,NULL,0,NULL,0}, + {"ௗ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaf\x97",3,NULL,0,NULL,0}, + {"衤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\xa4",3,NULL,0,NULL,0}, + {"ꪄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x84\x83",3,NULL,0,NULL,0}, + {"꽭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\xad",3,NULL,0,NULL,0}, + {"웋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\x8b",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\xba",3,NULL,0,NULL,0}, + {"୼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xad\xbc",3,NULL,0,NULL,0}, + {"⬿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xbf",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb5\xae",3,NULL,0,NULL,0}, + {"໇",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\x87",3,NULL,0,NULL,0}, + {"ꡘ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa1\x98",3,NULL,0,NULL,0}, + {"鿣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\xa3",3,NULL,0,NULL,0}, + {"퀈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x80\x88",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x89\x92",3,NULL,0,NULL,0}, + {"稒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa8\x92",3,NULL,0,NULL,0}, + {"鲰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x88\x86",3,NULL,0,NULL,0}, + {"㍹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\xb9",3,NULL,0,NULL,0}, + {"呑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x91",3,NULL,0,NULL,0}, + {"釲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x87\xb2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa5\x8a",3,NULL,0,NULL,0}, + {"붮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\xae",3,NULL,0,NULL,0}, + {"䈤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xa4",3,NULL,0,NULL,0}, + {"㱠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\x92",3,NULL,0,NULL,0}, + {"඀",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x80",3,NULL,0,NULL,0}, + {"鐂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\x82",3,NULL,0,NULL,0}, + {"滌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbb\x8c",3,NULL,0,NULL,0}, + {"涛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x9b",3,NULL,0,NULL,0}, + {"袢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\xa2",3,NULL,0,NULL,0}, + {"ะ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb8\xb0",3,NULL,0,NULL,0}, + {"ﺽ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xba\xbd",3,NULL,0,NULL,0}, + {"谀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\x80",3,NULL,0,NULL,0}, + {"맢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa7\xa2",3,NULL,0,NULL,0}, + {"뤻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\xbb",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb7\xb7",3,NULL,0,NULL,0}, + {"玸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8e\xb8",3,NULL,0,NULL,0}, + {"是",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x98\xaf",3,NULL,0,NULL,0}, + {"멾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xbe",3,NULL,0,NULL,0}, + {"黝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbb\x9d",3,NULL,0,NULL,0}, + {"ξ",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\xbe",2,NULL,0,NULL,0}, + {"俖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbf\x96",3,NULL,0,NULL,0}, + {"憙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x86\x99",3,NULL,0,NULL,0}, + {"犂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8a\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbf\x86",3,NULL,0,NULL,0}, + {"䨉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa7\xaf",3,NULL,0,NULL,0}, + {"哬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x93\xac",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8a\xbf",3,NULL,0,NULL,0}, + {"㩱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa9\xb1",3,NULL,0,NULL,0}, + {"巵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb7\xb5",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x98",3,NULL,0,NULL,0}, + {"쏡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8f\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x93",3,NULL,0,NULL,0}, + {"靺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xba",3,NULL,0,NULL,0}, + {"幦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb9\xa6",3,NULL,0,NULL,0}, + {"ៅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\x85",3,NULL,0,NULL,0}, + {"윖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9c\x96",3,NULL,0,NULL,0}, + {"౲",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb1\xb2",3,NULL,0,NULL,0}, + {"굔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb5\x94",3,NULL,0,NULL,0}, + {"륱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa5\xb1",3,NULL,0,NULL,0}, + {"쎊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\x8a",3,NULL,0,NULL,0}, + {"䱢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb1\xa2",3,NULL,0,NULL,0}, + {"諒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xab\x92",3,NULL,0,NULL,0}, + {"舥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xa5",3,NULL,0,NULL,0}, + {"渄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb8\x84",3,NULL,0,NULL,0}, + {"掓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8e\x93",3,NULL,0,NULL,0}, + {"麐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xba\x90",3,NULL,0,NULL,0}, + {"嵦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb5\xa6",3,NULL,0,NULL,0}, + {"뺞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xba\x9e",3,NULL,0,NULL,0}, + {"喏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x8f",3,NULL,0,NULL,0}, + {"⽠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbd\xa0",3,NULL,0,NULL,0}, + {"崓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb4\x93",3,NULL,0,NULL,0}, + {"ﱓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb1\x93",3,NULL,0,NULL,0}, + {"腋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x8b",3,NULL,0,NULL,0}, + {"퇄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x87\x84",3,NULL,0,NULL,0}, + {"먽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa8\xbd",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x83\xa2",3,NULL,0,NULL,0}, + {"咫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x92\xab",3,NULL,0,NULL,0}, + {"䶛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb6\x9b",3,NULL,0,NULL,0}, + {"肝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x82\x9d",3,NULL,0,NULL,0}, + {"볶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb3\xb6",3,NULL,0,NULL,0}, + {"爧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x88\xa7",3,NULL,0,NULL,0}, + {"柯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9f\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa8\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8b\xa3",3,NULL,0,NULL,0}, + {"桪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa1\xaa",3,NULL,0,NULL,0}, + {"农",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x86\x9c",3,NULL,0,NULL,0}, + {"潐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\x90",3,NULL,0,NULL,0}, + {"썰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8d\xb0",3,NULL,0,NULL,0}, + {"仚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbb\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x86\xaa",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\x81",3,NULL,0,NULL,0}, + {"妶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\xb6",3,NULL,0,NULL,0}, + {"謌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xac\x8c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa2\xa0",3,NULL,0,NULL,0}, + {"ᖩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x96\xa9",3,NULL,0,NULL,0}, + {"왽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xbd",3,NULL,0,NULL,0}, + {"✗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x97",3,NULL,0,NULL,0}, + {"ᕒ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x95\x92",3,NULL,0,NULL,0}, + {"ꄶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xb6",3,NULL,0,NULL,0}, + {"ᨱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa8\xb1",3,NULL,0,NULL,0}, + {"즲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa6\xb2",3,NULL,0,NULL,0}, + {"讨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xa8",3,NULL,0,NULL,0}, + {"횝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xaf\xa4",3,NULL,0,NULL,0}, + {"勜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\x9c",3,NULL,0,NULL,0}, + {"봥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xa5",3,NULL,0,NULL,0}, + {"居",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\x85",3,NULL,0,NULL,0}, + {"䁥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x81\xa5",3,NULL,0,NULL,0}, + {"║",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x91",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8f\xb4",3,NULL,0,NULL,0}, + {"뜪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9c\xaa",3,NULL,0,NULL,0}, + {"龳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xb3",3,NULL,0,NULL,0}, + {"﷠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb7\xa0",3,NULL,0,NULL,0}, + {"茋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x8b",3,NULL,0,NULL,0}, + {"덁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x81",3,NULL,0,NULL,0}, + {"+",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbc\x8b",3,NULL,0,NULL,0}, + {"뤙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa4\x99",3,NULL,0,NULL,0}, + {"㒮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x92\xae",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x90\xa2",3,NULL,0,NULL,0}, + {"湜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb9\x9c",3,NULL,0,NULL,0}, + {"舰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x88\xb0",3,NULL,0,NULL,0}, + {"뚩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9a\xa9",3,NULL,0,NULL,0}, + {"ᔸ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\xb8",3,NULL,0,NULL,0}, + {"㶄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb6\x84",3,NULL,0,NULL,0}, + {"롪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa1\xaa",3,NULL,0,NULL,0}, + {"싵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\xb5",3,NULL,0,NULL,0}, + {"ܭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\xad",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x80",3,NULL,0,NULL,0}, + {"鎹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8e\xb9",3,NULL,0,NULL,0}, + {"쁙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x99",3,NULL,0,NULL,0}, + {"谯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb0\xaf",3,NULL,0,NULL,0}, + {"䛸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9b\xb8",3,NULL,0,NULL,0}, + {"릹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\xb9",3,NULL,0,NULL,0}, + {"슨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8a\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x99\x89",3,NULL,0,NULL,0}, + {"ၳ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xb3",3,NULL,0,NULL,0}, + {"含",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\xab",3,NULL,0,NULL,0}, + {"쨟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa8\x9f",3,NULL,0,NULL,0}, + {"䤡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa4\xa1",3,NULL,0,NULL,0}, + {"ꛅ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x85",3,NULL,0,NULL,0}, + {"쐼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x90\xbc",3,NULL,0,NULL,0}, + {"繱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb9\xb1",3,NULL,0,NULL,0}, + {"㼗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbc\x97",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbd\xb8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xa0",3,NULL,0,NULL,0}, + {"፩",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xa9",3,NULL,0,NULL,0}, + {"쥝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa5\x9d",3,NULL,0,NULL,0}, + {"ꛔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x94",3,NULL,0,NULL,0}, + {"⣟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\x9f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\xa7",3,NULL,0,NULL,0}, + {"ꗙ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x97\x99",3,NULL,0,NULL,0}, + {"榳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xb3",3,NULL,0,NULL,0}, + {"ᜅ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9c\x85",3,NULL,0,NULL,0}, + {"㡧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa1\xa7",3,NULL,0,NULL,0}, + {"ㄻ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xbb",3,NULL,0,NULL,0}, + {"췞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\x9e",3,NULL,0,NULL,0}, + {"ᒹ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x92\xb9",3,NULL,0,NULL,0}, + {"늺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8a\xba",3,NULL,0,NULL,0}, + {"뉑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x91",3,NULL,0,NULL,0}, + {"쌫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8c\xab",3,NULL,0,NULL,0}, + {"佩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x96\x87",3,NULL,0,NULL,0}, + {"ݫ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xab",2,NULL,0,NULL,0}, + {"斢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\xa2",3,NULL,0,NULL,0}, + {"鐢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x90\xa2",3,NULL,0,NULL,0}, + {"ﳴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb3\xb4",3,NULL,0,NULL,0}, + {"⿣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xa3",3,NULL,0,NULL,0}, + {"翗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbf\x97",3,NULL,0,NULL,0}, + {"鍈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8d\x88",3,NULL,0,NULL,0}, + {"痳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x97\xb3",3,NULL,0,NULL,0}, + {"⏪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xaa",3,NULL,0,NULL,0}, + {"ꄣ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xa3",3,NULL,0,NULL,0}, + {"ᄌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x84\x8c",3,NULL,0,NULL,0}, + {"ᶙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb6\x99",3,NULL,0,NULL,0}, + {"〈",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xaf",3,NULL,0,NULL,0}, + {"낼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x82\xbc",3,NULL,0,NULL,0}, + {"헚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x9a",3,NULL,0,NULL,0}, + {"䢸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa2\xb8",3,NULL,0,NULL,0}, + {"碥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\xa5",3,NULL,0,NULL,0}, + {"敓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x93",3,NULL,0,NULL,0}, + {"딙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\x99",3,NULL,0,NULL,0}, + {"Í",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x8d",2,NULL,0,NULL,0}, + {"㷙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb7\x99",3,NULL,0,NULL,0}, + {"̣",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\xa3",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xac\x82",3,NULL,0,NULL,0}, + {"Ꙃ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x99\x82",3,NULL,0,NULL,0}, + {"瞵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xb5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xa8",3,NULL,0,NULL,0}, + {"侟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbe\x9f",3,NULL,0,NULL,0}, + {"둑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\x91",3,NULL,0,NULL,0}, + {"쬺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xac\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa7\x80",3,NULL,0,NULL,0}, + {"氺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xba",3,NULL,0,NULL,0}, + {"좏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa2\x8f",3,NULL,0,NULL,0}, + {"克",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x8b",3,NULL,0,NULL,0}, + {"쯡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xaf\xa1",3,NULL,0,NULL,0}, + {"蔝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x94\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa4\x9b",3,NULL,0,NULL,0}, + {"턌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x8c",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x81",3,NULL,0,NULL,0}, + {"隕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9a\x95",3,NULL,0,NULL,0}, + {"ᗐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x97\x90",3,NULL,0,NULL,0}, + {"螠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9e\xa0",3,NULL,0,NULL,0}, + {"ࡲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\xb2",3,NULL,0,NULL,0}, + {"鉍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x89\x8d",3,NULL,0,NULL,0}, + {"葕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x91\x95",3,NULL,0,NULL,0}, + {"쵽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xbd",3,NULL,0,NULL,0}, + {"ࠇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\x87",3,NULL,0,NULL,0}, + {"砞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x9e",3,NULL,0,NULL,0}, + {"脠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xa0",3,NULL,0,NULL,0}, + {"뇊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x87\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9c\xb4",3,NULL,0,NULL,0}, + {"ᥰ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa5\xb0",3,NULL,0,NULL,0}, + {"햑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x96\x91",3,NULL,0,NULL,0}, + {"ꋨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8b\xa8",3,NULL,0,NULL,0}, + {"寜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x9c",3,NULL,0,NULL,0}, + {"罹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xa6",3,NULL,0,NULL,0}, + {"﯉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\x89",3,NULL,0,NULL,0}, + {"᧷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa7\xb7",3,NULL,0,NULL,0}, + {"䣖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa3\x96",3,NULL,0,NULL,0}, + {"氳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\xb3",3,NULL,0,NULL,0}, + {"걨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb1\xa8",3,NULL,0,NULL,0}, + {"훦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9b\xa6",3,NULL,0,NULL,0}, + {"㆓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x86\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x92",3,NULL,0,NULL,0}, + {"К",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd0\x9a",2,NULL,0,NULL,0}, + {"Ǥ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\xa4",2,NULL,0,NULL,0}, + {"嫣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xa3",3,NULL,0,NULL,0}, + {"ન",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\xa8",3,NULL,0,NULL,0}, + {"쫁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xab\x81",3,NULL,0,NULL,0}, + {"궮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\xae",3,NULL,0,NULL,0}, + {"ݭ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdd\xad",2,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x91\xb1",3,NULL,0,NULL,0}, + {"읈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9d\x88",3,NULL,0,NULL,0}, + {"⁤",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x81\xa4",3,NULL,0,NULL,0}, + {"뾉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbe\x89",3,NULL,0,NULL,0}, + {"氙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb0\x99",3,NULL,0,NULL,0}, + {"脎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x8e",3,NULL,0,NULL,0}, + {"컛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x9b",3,NULL,0,NULL,0}, + {"蜕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9c\x95",3,NULL,0,NULL,0}, + {"ᦲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa6\xb2",3,NULL,0,NULL,0}, + {"˵",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\xb5",2,NULL,0,NULL,0}, + {"垨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9e\xa8",3,NULL,0,NULL,0}, + {"副",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\xaf",3,NULL,0,NULL,0}, + {"殖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x96",3,NULL,0,NULL,0}, + {"ा",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa4\xbe",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9a\x9c",3,NULL,0,NULL,0}, + {"闵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\xb5",3,NULL,0,NULL,0}, + {"녯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x85\xaf",3,NULL,0,NULL,0}, + {"ꑵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x91\xb5",3,NULL,0,NULL,0}, + {"킘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9b\x9d",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa0\x96",3,NULL,0,NULL,0}, + {"텇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\x87",3,NULL,0,NULL,0}, + {"ᔋ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x8b",3,NULL,0,NULL,0}, + {"᩺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\xba",3,NULL,0,NULL,0}, + {"孒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x92",3,NULL,0,NULL,0}, + {"Á",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\x81",2,NULL,0,NULL,0}, + {"碅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa2\x85",3,NULL,0,NULL,0}, + {"ࣇ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa3\x87",3,NULL,0,NULL,0}, + {"댒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8c\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\xbd",3,NULL,0,NULL,0}, + {"⃞",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x83\x9e",3,NULL,0,NULL,0}, + {"흓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9d\x93",3,NULL,0,NULL,0}, + {"鸄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x84",3,NULL,0,NULL,0}, + {"㧒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa7\x92",3,NULL,0,NULL,0}, + {"䌛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8c\x9b",3,NULL,0,NULL,0}, + {"靭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xad",3,NULL,0,NULL,0}, + {"쁂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x81\x82",3,NULL,0,NULL,0}, + {"邨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x82\xa8",3,NULL,0,NULL,0}, + {"ꌐ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x90",3,NULL,0,NULL,0}, + {"ᬘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xac\x98",3,NULL,0,NULL,0}, + {"婜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa9\x9c",3,NULL,0,NULL,0}, + {"杒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9d\x92",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x97",3,NULL,0,NULL,0}, + {"៥",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9f\xa5",3,NULL,0,NULL,0}, + {"茬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\xac",3,NULL,0,NULL,0}, + {"郱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x83\xb1",3,NULL,0,NULL,0}, + {"䭉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\x89",3,NULL,0,NULL,0}, + {"⛏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x8f",3,NULL,0,NULL,0}, + {"㝚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\xab",3,NULL,0,NULL,0}, + {"쉤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x89\xa4",3,NULL,0,NULL,0}, + {"嚍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\x8d",3,NULL,0,NULL,0}, + {"殈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xae\x88",3,NULL,0,NULL,0}, + {"萱",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xb1",3,NULL,0,NULL,0}, + {"譙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x99",3,NULL,0,NULL,0}, + {"簿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\xbf",3,NULL,0,NULL,0}, + {"﫣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xab\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb8\xa5",3,NULL,0,NULL,0}, + {"㋿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xbf",3,NULL,0,NULL,0}, + {"䔄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\x84",3,NULL,0,NULL,0}, + {"칼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb9\xbc",3,NULL,0,NULL,0}, + {"妚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa6\x9a",3,NULL,0,NULL,0}, + {"ꚞ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9a\x9e",3,NULL,0,NULL,0}, + {"磽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xbd",3,NULL,0,NULL,0}, + {"֪",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd6\xaa",2,NULL,0,NULL,0}, + {"ハ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\x8a",3,NULL,0,NULL,0}, + {"歕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xad\x95",3,NULL,0,NULL,0}, + {"蘽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x98\xbd",3,NULL,0,NULL,0}, + {"槡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\xa1",3,NULL,0,NULL,0}, + {"硾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa1\xbe",3,NULL,0,NULL,0}, + {"ህ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\x85",3,NULL,0,NULL,0}, + {"섉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x84\x89",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9f\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xae\xa6",3,NULL,0,NULL,0}, + {"䞗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9e\x97",3,NULL,0,NULL,0}, + {"韲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9f\xb2",3,NULL,0,NULL,0}, + {"䊬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8a\xac",3,NULL,0,NULL,0}, + {"ښ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xda\x9a",2,NULL,0,NULL,0}, + {"镞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x9e",3,NULL,0,NULL,0}, + {"꾪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbe\xaa",3,NULL,0,NULL,0}, + {"槒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa7\x92",3,NULL,0,NULL,0}, + {"㘮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x98\xae",3,NULL,0,NULL,0}, + {"◐",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x97\x90",3,NULL,0,NULL,0}, + {"닣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8b\xa3",3,NULL,0,NULL,0}, + {"툭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x88\xad",3,NULL,0,NULL,0}, + {"㓩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x93\xa9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x88\xb1",3,NULL,0,NULL,0}, + {"薸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x96\xb8",3,NULL,0,NULL,0}, + {"ં",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xaa\x82",3,NULL,0,NULL,0}, + {"䍊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8d\x8a",3,NULL,0,NULL,0}, + {"㔲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x94\xb2",3,NULL,0,NULL,0}, + {"騇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa8\x87",3,NULL,0,NULL,0}, + {"✕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9c\x95",3,NULL,0,NULL,0}, + {"蠦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa0\xa6",3,NULL,0,NULL,0}, + {"委",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa7\x94",3,NULL,0,NULL,0}, + {"䭪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xad\xaa",3,NULL,0,NULL,0}, + {"㚷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9a\xb7",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9b\x85",3,NULL,0,NULL,0}, + {"嚸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9a\xb8",3,NULL,0,NULL,0}, + {"⋮",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8b\xae",3,NULL,0,NULL,0}, + {"숣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x88\xa3",3,NULL,0,NULL,0}, + {"畋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x95\x8b",3,NULL,0,NULL,0}, + {"ꂓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x82\x93",3,NULL,0,NULL,0}, + {"㍀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x80",3,NULL,0,NULL,0}, + {"䟕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9f\x95",3,NULL,0,NULL,0}, + {"轉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x89",3,NULL,0,NULL,0}, + {"萒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\x92",3,NULL,0,NULL,0}, + {"閘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x96\x98",3,NULL,0,NULL,0}, + {"ᯨ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xaf\xa8",3,NULL,0,NULL,0}, + {"嵐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa4\xa1",3,NULL,0,NULL,0}, + {"턍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x8d",3,NULL,0,NULL,0}, + {"鲤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb2\xa4",3,NULL,0,NULL,0}, + {"旳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xb3",3,NULL,0,NULL,0}, + {"⟎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\x8e",3,NULL,0,NULL,0}, + {"时",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x97\xb6",3,NULL,0,NULL,0}, + {"前",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x89\x8d",3,NULL,0,NULL,0}, + {"䎡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8e\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x93\x86",3,NULL,0,NULL,0}, + {"㳘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb3\x98",3,NULL,0,NULL,0}, + {"⹈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb9\x88",3,NULL,0,NULL,0}, + {"ሡ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x88\xa1",3,NULL,0,NULL,0}, + {"燃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x87\x83",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x94\xa5",3,NULL,0,NULL,0}, + {"㭷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xad\xb7",3,NULL,0,NULL,0}, + {"멧",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa9\xa7",3,NULL,0,NULL,0}, + {"׹",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd7\xb9",2,NULL,0,NULL,0}, + {"⡮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xae",3,NULL,0,NULL,0}, + {"큂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x81\x82",3,NULL,0,NULL,0}, + {"㦲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xb2",3,NULL,0,NULL,0}, + {"꬚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\x9a",3,NULL,0,NULL,0}, + {"ꄬ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\xac",3,NULL,0,NULL,0}, + {"Ւ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd5\x92",2,NULL,0,NULL,0}, + {"꥾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa5\xbe",3,NULL,0,NULL,0}, + {"횻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9a\xbb",3,NULL,0,NULL,0}, + {"魂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x82",3,NULL,0,NULL,0}, + {"斎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x8e",3,NULL,0,NULL,0}, + {"⇷",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x87\xb7",3,NULL,0,NULL,0}, + {"顣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa1\xa3",3,NULL,0,NULL,0}, + {"埗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9f\x97",3,NULL,0,NULL,0}, + {"ꨡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa8\xa1",3,NULL,0,NULL,0}, + {"描",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8f\x8f",3,NULL,0,NULL,0}, + {"ޞ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\x9e",2,NULL,0,NULL,0}, + {"ᮟ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xae\x9f",3,NULL,0,NULL,0}, + {"뭔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xad\x94",3,NULL,0,NULL,0}, + {"빫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb9\xab",3,NULL,0,NULL,0}, + {"嗂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x97\x82",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x82",3,NULL,0,NULL,0}, + {"ꦸ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xa6\xb8",3,NULL,0,NULL,0}, + {"Ṩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\xa8",3,NULL,0,NULL,0}, + {"瓎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x8e",3,NULL,0,NULL,0}, + {"Ⓩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x93\x8f",3,NULL,0,NULL,0}, + {"钤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x92\xa4",3,NULL,0,NULL,0}, + {"縍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb8\x8d",3,NULL,0,NULL,0}, + {"☰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x98\xb0",3,NULL,0,NULL,0}, + {"璵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x92\xb5",3,NULL,0,NULL,0}, + {"踪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xaa",3,NULL,0,NULL,0}, + {"炔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x82\x94",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb2\xab",3,NULL,0,NULL,0}, + {"煾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x85\xbe",3,NULL,0,NULL,0}, + {"䨤",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\xa4",3,NULL,0,NULL,0}, + {"軝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbb\x9d",3,NULL,0,NULL,0}, + {"Ꝍ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9d\x8c",3,NULL,0,NULL,0}, + {"췾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb7\xbe",3,NULL,0,NULL,0}, + {"休",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbc\x91",3,NULL,0,NULL,0}, + {"엒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x97\x92",3,NULL,0,NULL,0}, + {"獃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8d\x83",3,NULL,0,NULL,0}, + {"拉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x89",3,NULL,0,NULL,0}, + {"擥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x93\xa5",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x9a\xbe",3,NULL,0,NULL,0}, + {"䅹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x85\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x81\xb0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8e\xa4",3,NULL,0,NULL,0}, + {"⯯",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xaf\xaf",3,NULL,0,NULL,0}, + {"뫍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xab\x8d",3,NULL,0,NULL,0}, + {"ಛ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb2\x9b",3,NULL,0,NULL,0}, + {"ቘ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x89\x98",3,NULL,0,NULL,0}, + {"픫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x94\xab",3,NULL,0,NULL,0}, + {"飨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xa3\xa8",3,NULL,0,NULL,0}, + {"춣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb6\xa3",3,NULL,0,NULL,0}, + {"勽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8b\xbd",3,NULL,0,NULL,0}, + {"풄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x92\x84",3,NULL,0,NULL,0}, + {"岗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x97",3,NULL,0,NULL,0}, + {"廅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbb\x85",3,NULL,0,NULL,0}, + {"과",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\xbc",3,NULL,0,NULL,0}, + {"L",5,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"踶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb8\xb6",3,NULL,0,NULL,0}, + {"왳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x99\xb3",3,NULL,0,NULL,0}, + {"圊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9c\x8a",3,NULL,0,NULL,0}, + {"胦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x83\xa6",3,NULL,0,NULL,0}, + {"耥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x80\xa5",3,NULL,0,NULL,0}, + {"Ṉ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb9\x88",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbd\xb3",3,NULL,0,NULL,0}, + {"灺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xba",3,NULL,0,NULL,0}, + {"狍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8b\x8d",3,NULL,0,NULL,0}, + {"䮹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xae\xb9",3,NULL,0,NULL,0}, + {"丏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb8\x8f",3,NULL,0,NULL,0}, + {"攛",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x94\x9b",3,NULL,0,NULL,0}, + {"Ჯ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb2\xaf",3,NULL,0,NULL,0}, + {"ꏄ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\x84",3,NULL,0,NULL,0}, + {"봄",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\x84",3,NULL,0,NULL,0}, + {"洖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb4\x96",3,NULL,0,NULL,0}, + {"譪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xaa",3,NULL,0,NULL,0}, + {"봳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb4\xb3",3,NULL,0,NULL,0}, + {"棔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa3\x94",3,NULL,0,NULL,0}, + {"᱔",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb1\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x92\x9b",3,NULL,0,NULL,0}, + {"譹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\xb9",3,NULL,0,NULL,0}, + {"ꫯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xab\xaf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x85\xa4",3,NULL,0,NULL,0}, + {"ꊶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8a\xb6",3,NULL,0,NULL,0}, + {"ꔗ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x94\x97",3,NULL,0,NULL,0}, + {"뢏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa2\x8f",3,NULL,0,NULL,0}, + {"ኙ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\x99",3,NULL,0,NULL,0}, + {"僐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\x90",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbe\xbb",3,NULL,0,NULL,0}, + {"릘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa6\x98",3,NULL,0,NULL,0}, + {"싍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8b\x8d",3,NULL,0,NULL,0}, + {"龬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbe\xac",3,NULL,0,NULL,0}, + {"콽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbd\xbd",3,NULL,0,NULL,0}, + {"屾",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb1\xbe",3,NULL,0,NULL,0}, + {"觉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa7\x89",3,NULL,0,NULL,0}, + {"吆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x90\x86",3,NULL,0,NULL,0}, + {"衜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa1\x9c",3,NULL,0,NULL,0}, + {"鱏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb1\x8f",3,NULL,0,NULL,0}, + {"禋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa6\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\x81",3,NULL,0,NULL,0}, + {"힡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x9e\xa1",3,NULL,0,NULL,0}, + {"簘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb0\x98",3,NULL,0,NULL,0}, + {"酓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x85\x93",3,NULL,0,NULL,0}, + {"ꭩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xad\xa9",3,NULL,0,NULL,0}, + {"言",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa8\x80",3,NULL,0,NULL,0}, + {"叭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8f\xad",3,NULL,0,NULL,0}, + {"蝚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x9d\x9a",3,NULL,0,NULL,0}, + {"鈂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x82",3,NULL,0,NULL,0}, + {"缔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xbc\x94",3,NULL,0,NULL,0}, + {"入",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\xa5",3,NULL,0,NULL,0}, + {"誕",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\x95",3,NULL,0,NULL,0}, + {"轒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xbd\x92",3,NULL,0,NULL,0}, + {"ণ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa6\xa3",3,NULL,0,NULL,0}, + {"⒰",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x92\xb0",3,NULL,0,NULL,0}, + {"펽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8e\xbd",3,NULL,0,NULL,0}, + {"෣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb7\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x87\x9a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x8a\x81",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaa\x97",3,NULL,0,NULL,0}, + {"䈮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xae",3,NULL,0,NULL,0}, + {"䲂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb2\x82",3,NULL,0,NULL,0}, + {"ᰓ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb0\x93",3,NULL,0,NULL,0}, + {"ꈝ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x88\x9d",3,NULL,0,NULL,0}, + {"뙞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x99\x9e",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xbf\xbc",3,NULL,0,NULL,0}, + {"锌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\x8c",3,NULL,0,NULL,0}, + {"涉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb6\x89",3,NULL,0,NULL,0}, + {"⬽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xac\xbd",3,NULL,0,NULL,0}, + {"鸺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\xba",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x82\x83",3,NULL,0,NULL,0}, + {"쎺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x8e\xba",3,NULL,0,NULL,0}, + {"렟",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xa0\x9f",3,NULL,0,NULL,0}, + {"䖺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x96\xba",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa1\x90",3,NULL,0,NULL,0}, + {"앢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x95\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb3\xb3",3,NULL,0,NULL,0}, + {"럀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x9f\x80",3,NULL,0,NULL,0}, + {"꿫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbf\xab",3,NULL,0,NULL,0}, + {"﹮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb9\xae",3,NULL,0,NULL,0}, + {"枘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9e\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xbc\xa9",3,NULL,0,NULL,0}, + {"䈠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x88\xa0",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa9\x90",3,NULL,0,NULL,0}, + {"ৎ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa7\x8e",3,NULL,0,NULL,0}, + {"㺸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xba\xb8",3,NULL,0,NULL,0}, + {"ඌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xb6\x8c",3,NULL,0,NULL,0}, + {"䫦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xab\xa6",3,NULL,0,NULL,0}, + {"䇭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x87\xad",3,NULL,0,NULL,0}, + {"鹸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb9\xb8",3,NULL,0,NULL,0}, + {"텹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x85\xb9",3,NULL,0,NULL,0}, + {"箋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xae\x8b",3,NULL,0,NULL,0}, + {"綃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb6\x83",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\xb3",3,NULL,0,NULL,0}, + {"뱭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb1\xad",3,NULL,0,NULL,0}, + {"阃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x98\x83",3,NULL,0,NULL,0}, + {"䨃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa8\x83",3,NULL,0,NULL,0}, + {"됅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x90\x85",3,NULL,0,NULL,0}, + {"턼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\xbc",3,NULL,0,NULL,0}, + {"틃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\x83",3,NULL,0,NULL,0}, + {"㙓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x99\x93",3,NULL,0,NULL,0}, + {"实",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xae\x9e",3,NULL,0,NULL,0}, + {"﵁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb5\x81",3,NULL,0,NULL,0}, + {"︓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xb8\x93",3,NULL,0,NULL,0}, + {"웢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x9b\xa2",3,NULL,0,NULL,0}, + {"Ⱆ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb0\x96",3,NULL,0,NULL,0}, + {"셉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\x89",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa3\xaf",3,NULL,0,NULL,0}, + {"ﻡ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbb\xa1",3,NULL,0,NULL,0}, + {"誮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xaa\xae",3,NULL,0,NULL,0}, + {"޶",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xde\xb6",2,NULL,0,NULL,0}, + {"࢏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa2\x8f",3,NULL,0,NULL,0}, + {"譋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xad\x8b",3,NULL,0,NULL,0}, + {"↑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbf\xaa",3,NULL,0,NULL,0}, + {"升",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x8d\x87",3,NULL,0,NULL,0}, + {"脹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\xb9",3,NULL,0,NULL,0}, + {"瓊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x93\x8a",3,NULL,0,NULL,0}, + {"銍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x8a\x8d",3,NULL,0,NULL,0}, + {"㞝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9e\x9d",3,NULL,0,NULL,0}, + {"齀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbd\x80",3,NULL,0,NULL,0}, + {"璘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa7\xaf",3,NULL,0,NULL,0}, + {"呙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x91\x99",3,NULL,0,NULL,0}, + {"⏼",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8f\xbc",3,NULL,0,NULL,0}, + {"襙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa5\x99",3,NULL,0,NULL,0}, + {"闔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x97\x94",3,NULL,0,NULL,0}, + {"腚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x85\x9a",3,NULL,0,NULL,0}, + {"틲",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8b\xb2",3,NULL,0,NULL,0}, + {"╋",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x95\x8b",3,NULL,0,NULL,0}, + {"虋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x99\x8b",3,NULL,0,NULL,0}, + {"ᩃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa9\x83",3,NULL,0,NULL,0}, + {"⡥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\xa5",3,NULL,0,NULL,0}, + {"ㄯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x84\xaf",3,NULL,0,NULL,0}, + {"芺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8a\xba",3,NULL,0,NULL,0}, + {"嬅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xac\x85",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8c\xa6",3,NULL,0,NULL,0}, + {"范",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x83",3,NULL,0,NULL,0}, + {"똌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x98\x8c",3,NULL,0,NULL,0}, + {"䵇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb5\x87",3,NULL,0,NULL,0}, + {"ぶ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x81\xb6",3,NULL,0,NULL,0}, + {"潡",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbd\xa1",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x95\x84",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x86\x94",3,NULL,0,NULL,0}, + {"㦩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xa6\xa9",3,NULL,0,NULL,0}, + {"靳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xb3",3,NULL,0,NULL,0}, + {"⾎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbe\x8e",3,NULL,0,NULL,0}, + {"㽖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xbd\x96",3,NULL,0,NULL,0}, + {"⻽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbb\xbd",3,NULL,0,NULL,0}, + {"ᆪ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xbe\xa3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb9\xa3",3,NULL,0,NULL,0}, + {"ꅉ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x85\x89",3,NULL,0,NULL,0}, + {"ꬩ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xac\xa9",3,NULL,0,NULL,0}, + {"ߐ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdf\x90",2,NULL,0,NULL,0}, + {"⤆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x86",3,NULL,0,NULL,0}, + {"줈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa4\x88",3,NULL,0,NULL,0}, + {"냻",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x83\xbb",3,NULL,0,NULL,0}, + {"ዬ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\xac",3,NULL,0,NULL,0}, + {"鞿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9e\xbf",3,NULL,0,NULL,0}, + {"~",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~",1,NULL,0,NULL,0}, + {"፫",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8d\xab",3,NULL,0,NULL,0}, + {"访",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xae\xbf",3,NULL,0,NULL,0}, + {"ዌ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8b\x8c",3,NULL,0,NULL,0}, + {"ꛜ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x9b\x9c",3,NULL,0,NULL,0}, + {"⣭",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa3\xad",3,NULL,0,NULL,0}, + {"΅",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xce\x85",2,NULL,0,NULL,0}, + {"茑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8c\x91",3,NULL,0,NULL,0}, + {"덃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8d\x83",3,NULL,0,NULL,0}, + {"촐",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb4\x90",3,NULL,0,NULL,0}, + {"듩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x93\xa9",3,NULL,0,NULL,0}, + {"쵣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb5\xa3",3,NULL,0,NULL,0}, + {"Ꭲ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8e\xa2",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xa4\xb7",3,NULL,0,NULL,0}, + {"ᚩ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xa9",3,NULL,0,NULL,0}, + {"컶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x8e\xa5",3,NULL,0,NULL,0}, + {"臮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x87\xae",3,NULL,0,NULL,0}, + {"탼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x83\xbc",3,NULL,0,NULL,0}, + {"萸",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x90\xb8",3,NULL,0,NULL,0}, + {"徣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xbe\xa3",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x93",3,NULL,0,NULL,0}, + {"뉓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x89\x93",3,NULL,0,NULL,0}, + {"ᢶ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xa2\xb6",3,NULL,0,NULL,0}, + {"♯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x99\xaf",3,NULL,0,NULL,0}, + {"ﬤ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xac\xa4",3,NULL,0,NULL,0}, + {"뻵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xbb\xb5",3,NULL,0,NULL,0}, + {"ၱ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x81\xb1",3,NULL,0,NULL,0}, + {"ᷔ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xb7\x94",3,NULL,0,NULL,0}, + {"䔰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x94\xb0",3,NULL,0,NULL,0}, + {"傽",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x82\xbd",3,NULL,0,NULL,0}, + {"雌",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9b\x8c",3,NULL,0,NULL,0}, + {"ï",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xaf",2,NULL,0,NULL,0}, + {"㇦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x87\xa6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x97\xa8",3,NULL,0,NULL,0}, + {"岓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xb2\x93",3,NULL,0,NULL,0}, + {"斅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x96\x85",3,NULL,0,NULL,0}, + {"딫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x94\xab",3,NULL,0,NULL,0}, + {"ꁧ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x81\xa7",3,NULL,0,NULL,0}, + {"器",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa8\xb8",3,NULL,0,NULL,0}, + {"ė",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\x97",2,NULL,0,NULL,0}, + {"ꍂ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8d\x82",3,NULL,0,NULL,0}, + {"榹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa6\xb9",3,NULL,0,NULL,0}, + {"砀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa0\x80",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb4\xad",3,NULL,0,NULL,0}, + {"돜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8f\x9c",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xad\x84",3,NULL,0,NULL,0}, + {"鈗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x88\x97",3,NULL,0,NULL,0}, + {"佫",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xbd\xab",3,NULL,0,NULL,0}, + {"ᔃ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x94\x83",3,NULL,0,NULL,0}, + {"猍",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x8c\x8d",3,NULL,0,NULL,0}, + {"蕒",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x95\x92",3,NULL,0,NULL,0}, + {"‏",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\x8f",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb2\xb7",3,NULL,0,NULL,0}, + {"Lj",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc7\x88",2,NULL,0,NULL,0}, + {"乢",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xb9\xa2",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xad\xab",3,NULL,0,NULL,0}, + {"ࠣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa0\xa3",3,NULL,0,NULL,0}, + {"ȉ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc8\x89",2,NULL,0,NULL,0}, + {"츠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xb8\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa0\x8c",3,NULL,0,NULL,0}, + {"ᚣ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9a\xa3",3,NULL,0,NULL,0}, + {"⌟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x9f",3,NULL,0,NULL,0}, + {"⡙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa1\x99",3,NULL,0,NULL,0}, + {"䐜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x90\x9c",3,NULL,0,NULL,0}, + {"ࡀ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xa1\x80",3,NULL,0,NULL,0}, + {"ꮓ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xae\x93",3,NULL,0,NULL,0}, + {"㎺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8e\xba",3,NULL,0,NULL,0}, + {"헎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x97\x8e",3,NULL,0,NULL,0}, + {"僨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x83\xa8",3,NULL,0,NULL,0}, + {"敁",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x95\x81",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xa3\x9c",3,NULL,0,NULL,0}, + {"∯",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x88\xaf",3,NULL,0,NULL,0}, + {"键",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xae",3,NULL,0,NULL,0}, + {"ꌈ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8c\x88",3,NULL,0,NULL,0}, + {"招",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8b\x9b",3,NULL,0,NULL,0}, + {"脘",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x84\x98",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9f\xb1",3,NULL,0,NULL,0}, + {"瞿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9e\xbf",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x96\xac",3,NULL,0,NULL,0}, + {"寔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xaf\x94",3,NULL,0,NULL,0}, + {"靰",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x9d\xb0",3,NULL,0,NULL,0}, + {"櫇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xab\x87",3,NULL,0,NULL,0}, + {"ể",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xbb\x83",3,NULL,0,NULL,0}, + {"鑵",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x91\xb5",3,NULL,0,NULL,0}, + {"菪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\x8f\xaa",3,NULL,0,NULL,0}, + {"遏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x81\x8f",3,NULL,0,NULL,0}, + {"쩬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xa9\xac",3,NULL,0,NULL,0}, + {"⌊",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8c\x8a",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb0\xa0",3,NULL,0,NULL,0}, + {"䡣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\xa1\xa3",3,NULL,0,NULL,0}, + {"光",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x85\x89",3,NULL,0,NULL,0}, + {"溪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xba\xaa",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xab\x85",3,NULL,0,NULL,0}, + {"孚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xad\x9a",3,NULL,0,NULL,0}, + {"晬",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x99\xac",3,NULL,0,NULL,0}, + {"둣",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x91\xa3",3,NULL,0,NULL,0}, + {"᝺",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x9d\xba",3,NULL,0,NULL,0}, + {"夀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa4\x80",3,NULL,0,NULL,0}, + {"奝",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\x9d",3,NULL,0,NULL,0}, + {"曋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x9b\x8b",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb6\xb6",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xae\x96",3,NULL,0,NULL,0}, + {"궂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb6\x82",3,NULL,0,NULL,0}, + {"⿦",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xbf\xa6",3,NULL,0,NULL,0}, + {"긩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb8\xa9",3,NULL,0,NULL,0}, + {"扮",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x89\xae",3,NULL,0,NULL,0}, + {"Ԁ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xd4\x80",2,NULL,0,NULL,0}, + {"⟨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9f\xa8",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa2\x93",3,NULL,0,NULL,0}, + {"ʎ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\x8e",2,NULL,0,NULL,0}, + {"ꐨ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x90\xa8",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xaf\x8d",3,NULL,0,NULL,0}, + {"镇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x95\x87",3,NULL,0,NULL,0}, + {"࿡",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbf\xa1",3,NULL,0,NULL,0}, + {"㑴",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x91\xb4",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa6\x99",3,NULL,0,NULL,0}, + {"抎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x8a\x8e",3,NULL,0,NULL,0}, + {"灠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x81\xa0",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\x9c\xa5",3,NULL,0,NULL,0}, + {"጗",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8c\x97",3,NULL,0,NULL,0}, + {"꽋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xbd\x8b",3,NULL,0,NULL,0}, + {"鵹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb5\xb9",3,NULL,0,NULL,0}, + {"橨",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa9\xa8",3,NULL,0,NULL,0}, + {"Ϙ",6,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcf\x98",2,NULL,0,NULL,0}, + {"嫩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xab\xa9",3,NULL,0,NULL,0}, + {"᫛",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\xab\x9b",3,NULL,0,NULL,0}, + {"魆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xad\x86",3,NULL,0,NULL,0}, + {"喈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x96\x88",3,NULL,0,NULL,0}, + {"뎋",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\x8e\x8b",3,NULL,0,NULL,0}, + {"པ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbd\x94",3,NULL,0,NULL,0}, + {"図",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9b\xb3",3,NULL,0,NULL,0}, + {"趜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xb6\x9c",3,NULL,0,NULL,0}, + {"筥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xad\xa5",3,NULL,0,NULL,0}, + {"䘀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x98\x80",3,NULL,0,NULL,0}, + {"튅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x8a\x85",3,NULL,0,NULL,0}, + {"컑",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\xbb\x91",3,NULL,0,NULL,0}, + {"㋅",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\x85",3,NULL,0,NULL,0}, + {"䚿",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x9a\xbf",3,NULL,0,NULL,0}, + {"쇩",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x87\xa9",3,NULL,0,NULL,0}, + {"㈈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x88\x88",3,NULL,0,NULL,0}, + {"粓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xb2\x93",3,NULL,0,NULL,0}, + {"ﯴ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\xaf\xb4",3,NULL,0,NULL,0}, + {"㝇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x9d\x87",3,NULL,0,NULL,0}, + {"磷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xa3\xb7",3,NULL,0,NULL,0}, + {"셪",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xec\x85\xaa",3,NULL,0,NULL,0}, + {"ⴔ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xb4\x94",3,NULL,0,NULL,0}, + {"겆",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb2\x86",3,NULL,0,NULL,0}, + {"㍞",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8d\x9e",3,NULL,0,NULL,0}, + {"း",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x80\xb8",3,NULL,0,NULL,0}, + {"浃",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xb5\x83",3,NULL,0,NULL,0}, + {"㕙",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x95\x99",3,NULL,0,NULL,0}, + {"킜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x82\x9c",3,NULL,0,NULL,0}, + {"܅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xdc\x85",2,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb0\xb9",3,NULL,0,NULL,0}, + {"䙼",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x99\xbc",3,NULL,0,NULL,0}, + {"鸀",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xb8\x80",3,NULL,0,NULL,0}, + {"䋹",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe4\x8b\xb9",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xb5\xb6",3,NULL,0,NULL,0}, + {"㏥",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8f\xa5",3,NULL,0,NULL,0}, + {"袉",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe8\xa2\x89",3,NULL,0,NULL,0}, + {"眏",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x9c\x8f",3,NULL,0,NULL,0}, + {"ꪯ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xaa\xaf",3,NULL,0,NULL,0}, + {"坜",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\x9d\x9c",3,NULL,0,NULL,0}, + {"໣",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe0\xbb\xa3",3,NULL,0,NULL,0}, + {"⛅",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x9b\x85",3,NULL,0,NULL,0}, + {"ᆦ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x86\xa6",3,NULL,0,NULL,0}, + {"㐈",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x90\x88",3,NULL,0,NULL,0}, + {"瀚",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\x80\x9a",3,NULL,0,NULL,0}, + {"逊",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x80\x8a",3,NULL,0,NULL,0}, + {"⊟",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x8a\x9f",3,NULL,0,NULL,0}, + {"ꏵ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x8f\xb5",3,NULL,0,NULL,0}, + {"ꄌ",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\x84\x8c",3,NULL,0,NULL,0}, + {"濇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xbf\x87",3,NULL,0,NULL,0}, + {"搷",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x90\xb7",3,NULL,0,NULL,0}, + {"奶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe5\xa5\xb6",3,NULL,0,NULL,0}, + {"鿔",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xbf\x94",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xee\xa1\x99",3,NULL,0,NULL,0}, + {"턗",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\x84\x97",3,NULL,0,NULL,0}, + {"戎",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\x88\x8e",3,NULL,0,NULL,0}, + {"髳",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\xab\xb3",3,NULL,0,NULL,0}, + {"",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xef\x98\xbc",3,NULL,0,NULL,0}, + {"椶",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe6\xa4\xb6",3,NULL,0,NULL,0}, + {"窖",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe7\xaa\x96",3,NULL,0,NULL,0}, + {"곇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xea\xb3\x87",3,NULL,0,NULL,0}, + {"⤂",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\xa4\x82",3,NULL,0,NULL,0}, + {"붓",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xeb\xb6\x93",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xac\x97",3,NULL,0,NULL,0}, + {"锺",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe9\x94\xba",3,NULL,0,NULL,0}, + {"㋠",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\x8b\xa0",3,NULL,0,NULL,0}, + {"㱇",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe3\xb1\x87",3,NULL,0,NULL,0}, + {"ኼ",7,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe1\x8a\xbc",3,NULL,0,NULL,0}, + {"�",8,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xed\xb9\xb7",3,NULL,0,NULL,0}, + {"[\xd0\xb0\xd0\xb5\xd0\xb8\xd0\xbe\xd1\x83\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x9e]\xd1\x8b",24,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"[\xd0\x81\xd0\x8e\xd0\x90\xd0\x95\xd0\x98\xd0\x9e\xd0\xa3\xd0\xad\xd0\xae\xd0\xaf][\xd0\xab\xd1\x8b]",28,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd0\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xd0\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xd0\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xd0\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xd0\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"W",1,NULL,0,NULL,0}, + {"\xd0\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"\xd0\x93\xd2\xb2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\x93\xd2\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xb3\xd2\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xd0\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xd0\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xd0\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x8e\xd0\x90\xd0\x95\xd0\x98\xd0\x99\xd0\x9e\xd0\xa3\xd0\xac\xd0\xad\xd0\xae\xd0\xaf]",26,"YE",2,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\xb0\xd0\xb5\xd0\xb8\xd0\xb9\xd0\xbe\xd1\x83\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x9e]",26,"Ye",2,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ye",2,NULL,0,NULL,0}, + {"\xd0\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xd0\x81\xd0\x8e\xd0\x90\xd0\x95\xd0\x98\xd0\x99\xd0\x9e\xd0\xa3\xd0\xac\xd0\xad\xd0\xae\xd0\xaf\xd0\xb0\xd0\xb5\xd0\xb8\xd0\xb9\xd0\xbe\xd1\x83\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x9e]",50,"ye",2,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_WORD_BOUNDARY,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ye",2,NULL,0,NULL,0}, + {"\xd0\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8a\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x9e\xd2\x93\xd2\x9b\xd2\xb3]",72,"Yo",2,NULL,0,NULL,0}, + {"\xd0\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YO",2,NULL,0,NULL,0}, + {"\xd1\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yo",2,NULL,0,NULL,0}, + {"\xd0\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"J",1,NULL,0,NULL,0}, + {"\xd0\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xd0\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xd0\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xd0\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xd0\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xd0\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xd0\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xd0\x9a\xd2\xb2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\x9a\xd2\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xba\xd2\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xd0\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xd0\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xd0\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xd0\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xd0\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xd0\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xd0\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xd0\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xd0\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xd0\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xd0\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xd0\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\xd1\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xd0\xa1\xd2\xb2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xc2\xb7H",4,NULL,0,NULL,0}, + {"\xd0\xa1\xd2\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd1\x81\xd2\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xc2\xb7h",4,NULL,0,NULL,0}, + {"\xd0\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xd1\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xd0\xa2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xd1\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xd0\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xaa",2,NULL,0,NULL,0}, + {"\xd1\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xab",2,NULL,0,NULL,0}, + {"\xd0\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"F",1,NULL,0,NULL,0}, + {"\xd1\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8a\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x9e\xd2\x93\xd2\x9b\xd2\xb3]",72,"Kh",2,NULL,0,NULL,0}, + {"\xd0\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"KH",2,NULL,0,NULL,0}, + {"\xd1\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xd0\xa6\xd2\xb2",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS\xc2\xb7H",5,NULL,0,NULL,0}, + {"\xd0\xa6\xd2\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Ts\xc2\xb7h",5,NULL,0,NULL,0}, + {"\xd1\x86\xd2\xb3",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts\xc2\xb7h",5,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8a\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x9e\xd2\x93\xd2\x9b\xd2\xb3]",72,"Ts",2,NULL,0,NULL,0}, + {"\xd0\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TS",2,NULL,0,NULL,0}, + {"\xd1\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ts",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8a\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x9e\xd2\x93\xd2\x9b\xd2\xb3]",72,"Ch",2,NULL,0,NULL,0}, + {"\xd0\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CH",2,NULL,0,NULL,0}, + {"\xd1\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8a\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x9e\xd2\x93\xd2\x9b\xd2\xb3]",72,"Sh",2,NULL,0,NULL,0}, + {"\xd0\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"SH",2,NULL,0,NULL,0}, + {"\xd1\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"sh",2,NULL,0,NULL,0}, + {"\xd0\xaa",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd1\x8a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd0\xac",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd1\x8c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xca\xb9",2,NULL,0,NULL,0}, + {"\xd0\xad",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd1\x8d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8a\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x9e\xd2\x93\xd2\x9b\xd2\xb3]",72,"Yu",2,NULL,0,NULL,0}, + {"\xd0\xae",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YU",2,NULL,0,NULL,0}, + {"\xd1\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"yu",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8a\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x9e\xd2\x93\xd2\x9b\xd2\xb3]",72,"Ya",2,NULL,0,NULL,0}, + {"\xd0\xaf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"YA",2,NULL,0,NULL,0}, + {"\xd1\x8f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ya",2,NULL,0,NULL,0}, + {"\xd0\x8e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xac",2,NULL,0,NULL,0}, + {"\xd1\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\xad",2,NULL,0,NULL,0}, + {"\xd2\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Q",1,NULL,0,NULL,0}, + {"\xd2\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"q",1,NULL,0,NULL,0}, + {"\xd2\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\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\xd1\x80\xd1\x81\xd1\x82\xd1\x83\xd1\x84\xd1\x85\xd1\x86\xd1\x87\xd1\x88\xd1\x8a\xd1\x8c\xd1\x8d\xd1\x8e\xd1\x8f\xd1\x91\xd1\x9e\xd2\x93\xd2\x9b\xd2\xb3]",72,"Gh",2,NULL,0,NULL,0}, + {"\xd2\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"GH",2,NULL,0,NULL,0}, + {"\xd2\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"gh",2,NULL,0,NULL,0}, + {"\xd2\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xd2\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {":",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,":\xcc\xb1",3,NULL,0,NULL,0}, + {"?",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?\xcc\xb1",3,NULL,0,NULL,0}, + {";",1,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"?",1,NULL,0,NULL,0}, + {"\xc2\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,":",1,NULL,0,NULL,0}, + {"\xcd\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x82",2,NULL,0,NULL,0}, + {"\xce\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\x04]\x05\xcd\x85",18,"",0,"\xce\x91\xcc\x84",4,NULL,0}, + {"\xce\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\x04]\x05\xcd\x85",18,"",0,"\xce\xb1\xcc\x84",4,NULL,0}, + {"\xcd\x85",2,CONTEXT_TYPE_REGEX,3,"[\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[BF\xc3\x84\xc3\x8b\xc3\x8f\xc3\x96\xc3\x9c\xc4\x80\xc4\x92\xc4\xaa\xc5\x8c\xc5\xaa\xc5\xb8\xc7\x95\xc7\x97\xc7\x99\xc7\x9b\xc7\x9e\xc7\xa0\xc7\xa2\xc7\xac\xc8\xaa\xc8\xac\xc8\xb0\xc8\xb2\xce\x86\xce\x88\xce\x89\xce\x8a\xce\x8c\xce\x8e\xce\x8f\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\xa3\xce\xa4\xce\xa5\xce\xa6\xce\xa7\xce\xa8\xce\xa9\xce\xaa\xce\xab\xcf\x92\xcf\x93\xcf\x94\xcf\xb4\xcf\xb9\xe1\xb8\x94\xe1\xb8\x96\xe1\xb8\xa0\xe1\xb8\xa6\xe1\xb8\xae\xe1\xb8\xb8\xe1\xb9\x8e\xe1\xb9\x90\xe1\xb9\x92\xe1\xb9\x9c\xe1\xb9\xba\xe1\xba\x84\xe1\xba\x8c\xe1\xbc\x88\xe1\xbc\x89\xe1\xbc\x8a\xe1\xbc\x8b\xe1\xbc\x8c\xe1\xbc\x8d\xe1\xbc\x8e\xe1\xbc\x8f\xe1\xbc\x98\xe1\xbc\x99\xe1\xbc\x9a\xe1\xbc\x9b\xe1\xbc\x9c\xe1\xbc\x9d\xe1\xbc\xa8\xe1\xbc\xa9\xe1\xbc\xaa\xe1\xbc\xab\xe1\xbc\xac\xe1\xbc\xad\xe1\xbc\xae\xe1\xbc\xaf\xe1\xbc\xb8\xe1\xbc\xb9\xe1\xbc\xba\xe1\xbc\xbb\xe1\xbc\xbc\xe1\xbc\xbd\xe1\xbc\xbe\xe1\xbc\xbf\xe1\xbd\x88\xe1\xbd\x89\xe1\xbd\x8a\xe1\xbd\x8b\xe1\xbd\x8c\xe1\xbd\x8d\xe1\xbd\x99\xe1\xbd\x9b\xe1\xbd\x9d\xe1\xbd\x9f\xe1\xbd\xa8\xe1\xbd\xa9\xe1\xbd\xaa\xe1\xbd\xab\xe1\xbd\xac\xe1\xbd\xad\xe1\xbd\xae\xe1\xbd\xaf\xe1\xbe\xb8\xe1\xbe\xb9\xe1\xbe\xba\xe1\xbe\xbb\xe1\xbf\x88\xe1\xbf\x89\xe1\xbf\x8a\xe1\xbf\x8b\xe1\xbf\x98\xe1\xbf\x99\xe1\xbf\x9a\xe1\xbf\x9b\xe1\xbf\xa8\xe1\xbf\xa9\xe1\xbf\xaa\xe1\xbf\xab\xe1\xbf\xac\xe1\xbf\xb8\xe1\xbf\xb9\xe1\xbf\xba\xe1\xbf\xbb\xe2\x84\xa6]",395,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xcd\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xce\x91[\xcc\x84\x04]\xcc\x94",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x81\xc4\x93\xc4\xab\xc5\x8d\xc5\xab\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xad\xc8\xab\xc8\xad\xc8\xb1\xc8\xb3\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\xa1\xe1\xb8\xa7\xe1\xb8\xaf\xe1\xb8\xb9\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x9d\xe1\xb9\xbb\xe1\xba\x85\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",576,"H",1,"\xce\xb1\x1d""1",4,"\xce\x91([\xcc\x84\x04])\xcc\x94",11}, + {"\xce\x95\xcc\x94",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x81\xc4\x93\xc4\xab\xc5\x8d\xc5\xab\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xad\xc8\xab\xc8\xad\xc8\xb1\xc8\xb3\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\xa1\xe1\xb8\xa7\xe1\xb8\xaf\xe1\xb8\xb9\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x9d\xe1\xb9\xbb\xe1\xba\x85\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",576,"H",1,"\xce\xb5",2,NULL,0}, + {"\xce\x97\xcc\x94",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x81\xc4\x93\xc4\xab\xc5\x8d\xc5\xab\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xad\xc8\xab\xc8\xad\xc8\xb1\xc8\xb3\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\xa1\xe1\xb8\xa7\xe1\xb8\xaf\xe1\xb8\xb9\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x9d\xe1\xb9\xbb\xe1\xba\x85\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",576,"H",1,"\xce\xb7",2,NULL,0}, + {"\xce\x99[\xcc\x88\x04]\xcc\x94",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x81\xc4\x93\xc4\xab\xc5\x8d\xc5\xab\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xad\xc8\xab\xc8\xad\xc8\xb1\xc8\xb3\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\xa1\xe1\xb8\xa7\xe1\xb8\xaf\xe1\xb8\xb9\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x9d\xe1\xb9\xbb\xe1\xba\x85\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",576,"H",1,"\xce\xb9\x1d""1",4,"\xce\x99([\xcc\x88\x04])\xcc\x94",11}, + {"\xce\x9f\xcc\x94",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x81\xc4\x93\xc4\xab\xc5\x8d\xc5\xab\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xad\xc8\xab\xc8\xad\xc8\xb1\xc8\xb3\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\xa1\xe1\xb8\xa7\xe1\xb8\xaf\xe1\xb8\xb9\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x9d\xe1\xb9\xbb\xe1\xba\x85\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",576,"H",1,"\xce\xbf",2,NULL,0}, + {"\xce\xa5\xcc\x94",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x81\xc4\x93\xc4\xab\xc5\x8d\xc5\xab\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xad\xc8\xab\xc8\xad\xc8\xb1\xc8\xb3\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\xa1\xe1\xb8\xa7\xe1\xb8\xaf\xe1\xb8\xb9\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x9d\xe1\xb9\xbb\xe1\xba\x85\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",576,"H",1,"\xcf\x85",2,NULL,0}, + {"\xce\xa9[\xcc\x88\x04]\xcc\x94",9,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x81\xc4\x93\xc4\xab\xc5\x8d\xc5\xab\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xad\xc8\xab\xc8\xad\xc8\xb1\xc8\xb3\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\xa1\xe1\xb8\xa7\xe1\xb8\xaf\xe1\xb8\xb9\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x9d\xe1\xb9\xbb\xe1\xba\x85\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",576,"H",1,"\xcf\x89\x1d""1",4,"\xce\xa9([\xcc\x88\x04])\xcc\x94",11}, + {"\xce\x91[\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7][\xcc\x84\x04]\xcc\x94",477,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,"\xce\xb1\x1d""1",4,"\xce\x91([\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7][\xcc\x84\x04])\xcc\x94",479}, + {"\xce\x95[\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]\xcc\x94",472,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,"\xce\xb5\x1d""1",4,"\xce\x95([\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7])\xcc\x94",474}, + {"\xce\x97[\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]\xcc\x94",472,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,"\xce\xb7\x1d""1",4,"\xce\x97([\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7])\xcc\x94",474}, + {"\xce\x99[\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7][\xcc\x88\x04]\xcc\x94",477,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,"\xce\xb9\x1d""1",4,"\xce\x99([\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7][\xcc\x88\x04])\xcc\x94",479}, + {"\xce\x9f[\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]\xcc\x94",472,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,"\xce\xbf\x1d""1",4,"\xce\x9f([\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7])\xcc\x94",474}, + {"\xce\xa5[\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]\xcc\x94",472,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,"\xcf\x85\x1d""1",4,"\xce\xa5([\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7])\xcc\x94",474}, + {"\xce\xa9[\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7][\xcc\x88\x04]\xcc\x94",477,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,"\xcf\x89\x1d""1",4,"\xce\xa9([\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7][\xcc\x88\x04])\xcc\x94",479}, + {"[\xce\xb1\xce\xb5\xce\xb7\xce\xb9\xce\xbf\xcf\x85\xcf\x89]\x05[\xcc\x84\xcc\x88\x04]\xcc\x94",26,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,"\x1d""1",2,"([\xce\xb1\xce\xb5\xce\xb7\xce\xb9\xce\xbf\xcf\x85\xcf\x89]\x05)[\xcc\x84\xcc\x88\x04]\xcc\x94",28}, + {"[\xce\x91\xce\x95\xce\x97\xce\x99\xce\x9f\xce\xa5\xce\xa9\xce\xb1\xce\xb5\xce\xb7\xce\xb9\xce\xbf\xcf\x85\xcf\x89]\x05[\xcc\x84\xcc\x88\x04]\xcc\x94",40,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,"\x1d""1",2,"([\xce\x91\xce\x95\xce\x97\xce\x99\xce\x9f\xce\xa5\xce\xa9\xce\xb1\xce\xb5\xce\xb7\xce\xb9\xce\xbf\xcf\x85\xcf\x89]\x05)[\xcc\x84\xcc\x88\x04]\xcc\x94",42}, + {"\xcc\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,NULL,0,NULL,0}, + {"\xce\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e\xcc\x84",3,NULL,0,NULL,0}, + {"\xce\x97",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E\xcc\x84",3,NULL,0,NULL,0}, + {"\xcf\x86",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ph",2,NULL,0,NULL,0}, + {"\xce\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x81\xc4\x93\xc4\xab\xc5\x8d\xc5\xab\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xad\xc8\xab\xc8\xad\xc8\xb1\xc8\xb3\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\xa1\xe1\xb8\xa7\xe1\xb8\xaf\xe1\xb8\xb9\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x9d\xe1\xb9\xbb\xe1\xba\x85\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",576,"Ps",2,NULL,0,NULL,0}, + {"\xce\xa8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"PS",2,NULL,0,NULL,0}, + {"\xce\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x81\xc4\x93\xc4\xab\xc5\x8d\xc5\xab\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xad\xc8\xab\xc8\xad\xc8\xb1\xc8\xb3\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\xa1\xe1\xb8\xa7\xe1\xb8\xaf\xe1\xb8\xb9\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x9d\xe1\xb9\xbb\xe1\xba\x85\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",576,"Ph",2,NULL,0,NULL,0}, + {"\xce\xa6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"PH",2,NULL,0,NULL,0}, + {"\xcf\x88",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ps",2,NULL,0,NULL,0}, + {"\xcf\x89",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o\xcc\x84",3,NULL,0,NULL,0}, + {"\xce\xa9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O\xcc\x84",3,NULL,0,NULL,0}, + {"\xce\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xce\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"A",1,NULL,0,NULL,0}, + {"\xce\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xce\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"B",1,NULL,0,NULL,0}, + {"\xce\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\x93\xce\x9a\xce\x9e\xce\xa7\xce\xb3\xce\xba\xce\xbe\xcf\x87\xcf\xb0]",20,"n",1,NULL,0,NULL,0}, + {"\xce\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"g",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\x93\xce\x9a\xce\x9e\xce\xa7\xce\xb3\xce\xba\xce\xbe\xcf\x87\xcf\xb0]",20,"N",1,NULL,0,NULL,0}, + {"\xce\x93",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"G",1,NULL,0,NULL,0}, + {"\xce\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xce\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"D",1,NULL,0,NULL,0}, + {"\xce\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xce\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"E",1,NULL,0,NULL,0}, + {"\xce\xb6",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"z",1,NULL,0,NULL,0}, + {"\xce\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Z",1,NULL,0,NULL,0}, + {"\xce\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"th",2,NULL,0,NULL,0}, + {"\xce\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x81\xc4\x93\xc4\xab\xc5\x8d\xc5\xab\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xad\xc8\xab\xc8\xad\xc8\xb1\xc8\xb3\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\xa1\xe1\xb8\xa7\xe1\xb8\xaf\xe1\xb8\xb9\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x9d\xe1\xb9\xbb\xe1\xba\x85\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",576,"Th",2,NULL,0,NULL,0}, + {"\xce\x98",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"TH",2,NULL,0,NULL,0}, + {"\xce\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xce\x99",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"I",1,NULL,0,NULL,0}, + {"\xce\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xce\x9a",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"K",1,NULL,0,NULL,0}, + {"\xce\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xce\x9b",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"L",1,NULL,0,NULL,0}, + {"\xce\xbc",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xce\x9c",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"M",1,NULL,0,NULL,0}, + {"\xce\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\x93\xce\x9a\xce\x9e\xce\xa7\xce\xb3\xce\xba\xce\xbe\xcf\x87\xcf\xb0]",20,"n\'",2,NULL,0,NULL,0}, + {"\xce\xbd",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xce\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,1,"[\xce\x93\xce\x9a\xce\x9e\xce\xa7\xce\xb3\xce\xba\xce\xbe\xcf\x87\xcf\xb0]",20,"N\'",2,NULL,0,NULL,0}, + {"\xce\x9d",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"N",1,NULL,0,NULL,0}, + {"\xce\xbe",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x",1,NULL,0,NULL,0}, + {"\xce\x9e",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"X",1,NULL,0,NULL,0}, + {"\xce\xbf",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xce\x9f",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"O",1,NULL,0,NULL,0}, + {"\xcf\x80",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xce\xa0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"P",1,NULL,0,NULL,0}, + {"\xcf\x81\xcc\x94",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"rh",2,NULL,0,NULL,0}, + {"\xce\xa1\xcc\x94",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x81\xc4\x93\xc4\xab\xc5\x8d\xc5\xab\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xad\xc8\xab\xc8\xad\xc8\xb1\xc8\xb3\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\xa1\xe1\xb8\xa7\xe1\xb8\xaf\xe1\xb8\xb9\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x9d\xe1\xb9\xbb\xe1\xba\x85\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",576,"Rh",2,NULL,0,NULL,0}, + {"\xce\xa1\xcc\x94",4,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"RH",2,NULL,0,NULL,0}, + {"\xcf\x81",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xce\xa1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"R",1,NULL,0,NULL,0}, + {"\x04",1,CONTEXT_TYPE_REGEX,1,"[Pp]",4,CONTEXT_TYPE_REGEX,1,"[\xce\xa3\xcf\x82\xcf\x83\xcf\xb7\xcf\xb8\xcf\xba\xcf\xbb]",16,"\'",1,NULL,0,NULL,0}, + {"\xcf\xb7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xcc\x8c",3,NULL,0,NULL,0}, + {"\xcf\xb8",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x8c",3,NULL,0,NULL,0}, + {"\xcf\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S\xcc\x82",3,NULL,0,NULL,0}, + {"\xcf\xbb",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x82",3,NULL,0,NULL,0}, + {"\xcf\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\'\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[BF\xc2\xb5\xc3\x84\xc3\x8b\xc3\x8f\xc3\x96\xc3\x9c\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x80\xc4\x81\xc4\x92\xc4\x93\xc4\xaa\xc4\xab\xc5\x8c\xc5\x8d\xc5\xaa\xc5\xab\xc5\xb8\xc7\x95\xc7\x96\xc7\x97\xc7\x98\xc7\x99\xc7\x9a\xc7\x9b\xc7\x9c\xc7\x9e\xc7\x9f\xc7\xa0\xc7\xa1\xc7\xa2\xc7\xa3\xc7\xac\xc7\xad\xc8\xaa\xc8\xab\xc8\xac\xc8\xad\xc8\xb0\xc8\xb1\xc8\xb2\xc8\xb3\xcd\xba\xce\x86\xce\x88\xce\x89\xce\x8a\xce\x8c\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\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\xcf\x80\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\x90\xcf\x91\xcf\x92\xcf\x93\xcf\x94\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xa3\xcf\xa5\xcf\xa7\xcf\xa9\xcf\xab\xcf\xad\xcf\xaf\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb4\xcf\xb5\xcf\xb9\xd0\x81\xd0\x87\xd1\x91\xd1\x97\xd3\x92\xd3\x93\xd3\x9a\xd3\x9b\xd3\x9c\xd3\x9d\xd3\x9e\xd3\x9f\xd3\xa2\xd3\xa3\xd3\xa4\xd3\xa5\xd3\xa6\xd3\xa7\xd3\xaa\xd3\xab\xd3\xac\xd3\xad\xd3\xae\xd3\xaf\xd3\xb0\xd3\xb1\xd3\xb4\xd3\xb5\xd3\xb8\xd3\xb9\xe1\xb8\x94\xe1\xb8\x95\xe1\xb8\x96\xe1\xb8\x97\xe1\xb8\xa0\xe1\xb8\xa1\xe1\xb8\xa6\xe1\xb8\xa7\xe1\xb8\xae\xe1\xb8\xaf\xe1\xb8\xb8\xe1\xb8\xb9\xe1\xb9\x8e\xe1\xb9\x8f\xe1\xb9\x90\xe1\xb9\x91\xe1\xb9\x92\xe1\xb9\x93\xe1\xb9\x9c\xe1\xb9\x9d\xe1\xb9\xba\xe1\xb9\xbb\xe1\xba\x84\xe1\xba\x85\xe1\xba\x8c\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x88\xe1\xbc\x89\xe1\xbc\x8a\xe1\xbc\x8b\xe1\xbc\x8c\xe1\xbc\x8d\xe1\xbc\x8e\xe1\xbc\x8f\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\x98\xe1\xbc\x99\xe1\xbc\x9a\xe1\xbc\x9b\xe1\xbc\x9c\xe1\xbc\x9d\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xa8\xe1\xbc\xa9\xe1\xbc\xaa\xe1\xbc\xab\xe1\xbc\xac\xe1\xbc\xad\xe1\xbc\xae\xe1\xbc\xaf\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbc\xb8\xe1\xbc\xb9\xe1\xbc\xba\xe1\xbc\xbb\xe1\xbc\xbc\xe1\xbc\xbd\xe1\xbc\xbe\xe1\xbc\xbf\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x88\xe1\xbd\x89\xe1\xbd\x8a\xe1\xbd\x8b\xe1\xbd\x8c\xe1\xbd\x8d\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\x99\xe1\xbd\x9b\xe1\xbd\x9d\xe1\xbd\x9f\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xa8\xe1\xbd\xa9\xe1\xbd\xaa\xe1\xbd\xab\xe1\xbd\xac\xe1\xbd\xad\xe1\xbd\xae\xe1\xbd\xaf\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x88\xe1\xbe\x89\xe1\xbe\x8a\xe1\xbe\x8b\xe1\xbe\x8c\xe1\xbe\x8d\xe1\xbe\x8e\xe1\xbe\x8f\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\x98\xe1\xbe\x99\xe1\xbe\x9a\xe1\xbe\x9b\xe1\xbe\x9c\xe1\xbe\x9d\xe1\xbe\x9e\xe1\xbe\x9f\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xa8\xe1\xbe\xa9\xe1\xbe\xaa\xe1\xbe\xab\xe1\xbe\xac\xe1\xbe\xad\xe1\xbe\xae\xe1\xbe\xaf\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xb8\xe1\xbe\xb9\xe1\xbe\xba\xe1\xbe\xbb\xe1\xbe\xbc\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x88\xe1\xbf\x89\xe1\xbf\x8a\xe1\xbf\x8b\xe1\xbf\x8c\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\x98\xe1\xbf\x99\xe1\xbf\x9a\xe1\xbf\x9b\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xa8\xe1\xbf\xa9\xe1\xbf\xaa\xe1\xbf\xab\xe1\xbf\xac\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7\xe1\xbf\xb8\xe1\xbf\xb9\xe1\xbf\xba\xe1\xbf\xbb\xe1\xbf\xbc\xe2\x84\xa6]",1109,"s\xcc\xb1",3,NULL,0,NULL,0}, + {"\xcf\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\'\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[BF\xc2\xb5\xc3\x84\xc3\x8b\xc3\x8f\xc3\x96\xc3\x9c\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x80\xc4\x81\xc4\x92\xc4\x93\xc4\xaa\xc4\xab\xc5\x8c\xc5\x8d\xc5\xaa\xc5\xab\xc5\xb8\xc7\x95\xc7\x96\xc7\x97\xc7\x98\xc7\x99\xc7\x9a\xc7\x9b\xc7\x9c\xc7\x9e\xc7\x9f\xc7\xa0\xc7\xa1\xc7\xa2\xc7\xa3\xc7\xac\xc7\xad\xc8\xaa\xc8\xab\xc8\xac\xc8\xad\xc8\xb0\xc8\xb1\xc8\xb2\xc8\xb3\xcd\xba\xce\x86\xce\x88\xce\x89\xce\x8a\xce\x8c\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\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\xcf\x80\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\x90\xcf\x91\xcf\x92\xcf\x93\xcf\x94\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xa3\xcf\xa5\xcf\xa7\xcf\xa9\xcf\xab\xcf\xad\xcf\xaf\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb4\xcf\xb5\xcf\xb9\xd0\x81\xd0\x87\xd1\x91\xd1\x97\xd3\x92\xd3\x93\xd3\x9a\xd3\x9b\xd3\x9c\xd3\x9d\xd3\x9e\xd3\x9f\xd3\xa2\xd3\xa3\xd3\xa4\xd3\xa5\xd3\xa6\xd3\xa7\xd3\xaa\xd3\xab\xd3\xac\xd3\xad\xd3\xae\xd3\xaf\xd3\xb0\xd3\xb1\xd3\xb4\xd3\xb5\xd3\xb8\xd3\xb9\xe1\xb8\x94\xe1\xb8\x95\xe1\xb8\x96\xe1\xb8\x97\xe1\xb8\xa0\xe1\xb8\xa1\xe1\xb8\xa6\xe1\xb8\xa7\xe1\xb8\xae\xe1\xb8\xaf\xe1\xb8\xb8\xe1\xb8\xb9\xe1\xb9\x8e\xe1\xb9\x8f\xe1\xb9\x90\xe1\xb9\x91\xe1\xb9\x92\xe1\xb9\x93\xe1\xb9\x9c\xe1\xb9\x9d\xe1\xb9\xba\xe1\xb9\xbb\xe1\xba\x84\xe1\xba\x85\xe1\xba\x8c\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x88\xe1\xbc\x89\xe1\xbc\x8a\xe1\xbc\x8b\xe1\xbc\x8c\xe1\xbc\x8d\xe1\xbc\x8e\xe1\xbc\x8f\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\x98\xe1\xbc\x99\xe1\xbc\x9a\xe1\xbc\x9b\xe1\xbc\x9c\xe1\xbc\x9d\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xa8\xe1\xbc\xa9\xe1\xbc\xaa\xe1\xbc\xab\xe1\xbc\xac\xe1\xbc\xad\xe1\xbc\xae\xe1\xbc\xaf\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbc\xb8\xe1\xbc\xb9\xe1\xbc\xba\xe1\xbc\xbb\xe1\xbc\xbc\xe1\xbc\xbd\xe1\xbc\xbe\xe1\xbc\xbf\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x88\xe1\xbd\x89\xe1\xbd\x8a\xe1\xbd\x8b\xe1\xbd\x8c\xe1\xbd\x8d\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\x99\xe1\xbd\x9b\xe1\xbd\x9d\xe1\xbd\x9f\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xa8\xe1\xbd\xa9\xe1\xbd\xaa\xe1\xbd\xab\xe1\xbd\xac\xe1\xbd\xad\xe1\xbd\xae\xe1\xbd\xaf\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x88\xe1\xbe\x89\xe1\xbe\x8a\xe1\xbe\x8b\xe1\xbe\x8c\xe1\xbe\x8d\xe1\xbe\x8e\xe1\xbe\x8f\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\x98\xe1\xbe\x99\xe1\xbe\x9a\xe1\xbe\x9b\xe1\xbe\x9c\xe1\xbe\x9d\xe1\xbe\x9e\xe1\xbe\x9f\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xa8\xe1\xbe\xa9\xe1\xbe\xaa\xe1\xbe\xab\xe1\xbe\xac\xe1\xbe\xad\xe1\xbe\xae\xe1\xbe\xaf\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xb8\xe1\xbe\xb9\xe1\xbe\xba\xe1\xbe\xbb\xe1\xbe\xbc\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x88\xe1\xbf\x89\xe1\xbf\x8a\xe1\xbf\x8b\xe1\xbf\x8c\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\x98\xe1\xbf\x99\xe1\xbf\x9a\xe1\xbf\x9b\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xa8\xe1\xbf\xa9\xe1\xbf\xaa\xe1\xbf\xab\xe1\xbf\xac\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7\xe1\xbf\xb8\xe1\xbf\xb9\xe1\xbf\xba\xe1\xbf\xbb\xe1\xbf\xbc\xe2\x84\xa6]",1109,"s",1,NULL,0,NULL,0}, + {"\xcf\x83",2,CONTEXT_TYPE_REGEX,3,"[\'\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[BF\xc2\xb5\xc3\x84\xc3\x8b\xc3\x8f\xc3\x96\xc3\x9c\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x80\xc4\x81\xc4\x92\xc4\x93\xc4\xaa\xc4\xab\xc5\x8c\xc5\x8d\xc5\xaa\xc5\xab\xc5\xb8\xc7\x95\xc7\x96\xc7\x97\xc7\x98\xc7\x99\xc7\x9a\xc7\x9b\xc7\x9c\xc7\x9e\xc7\x9f\xc7\xa0\xc7\xa1\xc7\xa2\xc7\xa3\xc7\xac\xc7\xad\xc8\xaa\xc8\xab\xc8\xac\xc8\xad\xc8\xb0\xc8\xb1\xc8\xb2\xc8\xb3\xcd\xba\xce\x86\xce\x88\xce\x89\xce\x8a\xce\x8c\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\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\xcf\x80\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\x90\xcf\x91\xcf\x92\xcf\x93\xcf\x94\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xa3\xcf\xa5\xcf\xa7\xcf\xa9\xcf\xab\xcf\xad\xcf\xaf\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb4\xcf\xb5\xcf\xb9\xd0\x81\xd0\x87\xd1\x91\xd1\x97\xd3\x92\xd3\x93\xd3\x9a\xd3\x9b\xd3\x9c\xd3\x9d\xd3\x9e\xd3\x9f\xd3\xa2\xd3\xa3\xd3\xa4\xd3\xa5\xd3\xa6\xd3\xa7\xd3\xaa\xd3\xab\xd3\xac\xd3\xad\xd3\xae\xd3\xaf\xd3\xb0\xd3\xb1\xd3\xb4\xd3\xb5\xd3\xb8\xd3\xb9\xe1\xb8\x94\xe1\xb8\x95\xe1\xb8\x96\xe1\xb8\x97\xe1\xb8\xa0\xe1\xb8\xa1\xe1\xb8\xa6\xe1\xb8\xa7\xe1\xb8\xae\xe1\xb8\xaf\xe1\xb8\xb8\xe1\xb8\xb9\xe1\xb9\x8e\xe1\xb9\x8f\xe1\xb9\x90\xe1\xb9\x91\xe1\xb9\x92\xe1\xb9\x93\xe1\xb9\x9c\xe1\xb9\x9d\xe1\xb9\xba\xe1\xb9\xbb\xe1\xba\x84\xe1\xba\x85\xe1\xba\x8c\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x88\xe1\xbc\x89\xe1\xbc\x8a\xe1\xbc\x8b\xe1\xbc\x8c\xe1\xbc\x8d\xe1\xbc\x8e\xe1\xbc\x8f\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\x98\xe1\xbc\x99\xe1\xbc\x9a\xe1\xbc\x9b\xe1\xbc\x9c\xe1\xbc\x9d\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xa8\xe1\xbc\xa9\xe1\xbc\xaa\xe1\xbc\xab\xe1\xbc\xac\xe1\xbc\xad\xe1\xbc\xae\xe1\xbc\xaf\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbc\xb8\xe1\xbc\xb9\xe1\xbc\xba\xe1\xbc\xbb\xe1\xbc\xbc\xe1\xbc\xbd\xe1\xbc\xbe\xe1\xbc\xbf\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x88\xe1\xbd\x89\xe1\xbd\x8a\xe1\xbd\x8b\xe1\xbd\x8c\xe1\xbd\x8d\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\x99\xe1\xbd\x9b\xe1\xbd\x9d\xe1\xbd\x9f\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xa8\xe1\xbd\xa9\xe1\xbd\xaa\xe1\xbd\xab\xe1\xbd\xac\xe1\xbd\xad\xe1\xbd\xae\xe1\xbd\xaf\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x88\xe1\xbe\x89\xe1\xbe\x8a\xe1\xbe\x8b\xe1\xbe\x8c\xe1\xbe\x8d\xe1\xbe\x8e\xe1\xbe\x8f\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\x98\xe1\xbe\x99\xe1\xbe\x9a\xe1\xbe\x9b\xe1\xbe\x9c\xe1\xbe\x9d\xe1\xbe\x9e\xe1\xbe\x9f\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xa8\xe1\xbe\xa9\xe1\xbe\xaa\xe1\xbe\xab\xe1\xbe\xac\xe1\xbe\xad\xe1\xbe\xae\xe1\xbe\xaf\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xb8\xe1\xbe\xb9\xe1\xbe\xba\xe1\xbe\xbb\xe1\xbe\xbc\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x88\xe1\xbf\x89\xe1\xbf\x8a\xe1\xbf\x8b\xe1\xbf\x8c\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\x98\xe1\xbf\x99\xe1\xbf\x9a\xe1\xbf\x9b\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xa8\xe1\xbf\xa9\xe1\xbf\xaa\xe1\xbf\xab\xe1\xbf\xac\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7\xe1\xbf\xb8\xe1\xbf\xb9\xe1\xbf\xba\xe1\xbf\xbb\xe1\xbf\xbc\xe2\x84\xa6]",1109,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\xb1",3,NULL,0,NULL,0}, + {"\xcf\x82",2,CONTEXT_TYPE_REGEX,3,"[\'\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[BF\xc2\xb5\xc3\x84\xc3\x8b\xc3\x8f\xc3\x96\xc3\x9c\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x80\xc4\x81\xc4\x92\xc4\x93\xc4\xaa\xc4\xab\xc5\x8c\xc5\x8d\xc5\xaa\xc5\xab\xc5\xb8\xc7\x95\xc7\x96\xc7\x97\xc7\x98\xc7\x99\xc7\x9a\xc7\x9b\xc7\x9c\xc7\x9e\xc7\x9f\xc7\xa0\xc7\xa1\xc7\xa2\xc7\xa3\xc7\xac\xc7\xad\xc8\xaa\xc8\xab\xc8\xac\xc8\xad\xc8\xb0\xc8\xb1\xc8\xb2\xc8\xb3\xcd\xba\xce\x86\xce\x88\xce\x89\xce\x8a\xce\x8c\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\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\xcf\x80\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\x90\xcf\x91\xcf\x92\xcf\x93\xcf\x94\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xa3\xcf\xa5\xcf\xa7\xcf\xa9\xcf\xab\xcf\xad\xcf\xaf\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb4\xcf\xb5\xcf\xb9\xd0\x81\xd0\x87\xd1\x91\xd1\x97\xd3\x92\xd3\x93\xd3\x9a\xd3\x9b\xd3\x9c\xd3\x9d\xd3\x9e\xd3\x9f\xd3\xa2\xd3\xa3\xd3\xa4\xd3\xa5\xd3\xa6\xd3\xa7\xd3\xaa\xd3\xab\xd3\xac\xd3\xad\xd3\xae\xd3\xaf\xd3\xb0\xd3\xb1\xd3\xb4\xd3\xb5\xd3\xb8\xd3\xb9\xe1\xb8\x94\xe1\xb8\x95\xe1\xb8\x96\xe1\xb8\x97\xe1\xb8\xa0\xe1\xb8\xa1\xe1\xb8\xa6\xe1\xb8\xa7\xe1\xb8\xae\xe1\xb8\xaf\xe1\xb8\xb8\xe1\xb8\xb9\xe1\xb9\x8e\xe1\xb9\x8f\xe1\xb9\x90\xe1\xb9\x91\xe1\xb9\x92\xe1\xb9\x93\xe1\xb9\x9c\xe1\xb9\x9d\xe1\xb9\xba\xe1\xb9\xbb\xe1\xba\x84\xe1\xba\x85\xe1\xba\x8c\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x88\xe1\xbc\x89\xe1\xbc\x8a\xe1\xbc\x8b\xe1\xbc\x8c\xe1\xbc\x8d\xe1\xbc\x8e\xe1\xbc\x8f\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\x98\xe1\xbc\x99\xe1\xbc\x9a\xe1\xbc\x9b\xe1\xbc\x9c\xe1\xbc\x9d\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xa8\xe1\xbc\xa9\xe1\xbc\xaa\xe1\xbc\xab\xe1\xbc\xac\xe1\xbc\xad\xe1\xbc\xae\xe1\xbc\xaf\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbc\xb8\xe1\xbc\xb9\xe1\xbc\xba\xe1\xbc\xbb\xe1\xbc\xbc\xe1\xbc\xbd\xe1\xbc\xbe\xe1\xbc\xbf\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x88\xe1\xbd\x89\xe1\xbd\x8a\xe1\xbd\x8b\xe1\xbd\x8c\xe1\xbd\x8d\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\x99\xe1\xbd\x9b\xe1\xbd\x9d\xe1\xbd\x9f\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xa8\xe1\xbd\xa9\xe1\xbd\xaa\xe1\xbd\xab\xe1\xbd\xac\xe1\xbd\xad\xe1\xbd\xae\xe1\xbd\xaf\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x88\xe1\xbe\x89\xe1\xbe\x8a\xe1\xbe\x8b\xe1\xbe\x8c\xe1\xbe\x8d\xe1\xbe\x8e\xe1\xbe\x8f\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\x98\xe1\xbe\x99\xe1\xbe\x9a\xe1\xbe\x9b\xe1\xbe\x9c\xe1\xbe\x9d\xe1\xbe\x9e\xe1\xbe\x9f\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xa8\xe1\xbe\xa9\xe1\xbe\xaa\xe1\xbe\xab\xe1\xbe\xac\xe1\xbe\xad\xe1\xbe\xae\xe1\xbe\xaf\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xb8\xe1\xbe\xb9\xe1\xbe\xba\xe1\xbe\xbb\xe1\xbe\xbc\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x88\xe1\xbf\x89\xe1\xbf\x8a\xe1\xbf\x8b\xe1\xbf\x8c\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\x98\xe1\xbf\x99\xe1\xbf\x9a\xe1\xbf\x9b\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xa8\xe1\xbf\xa9\xe1\xbf\xaa\xe1\xbf\xab\xe1\xbf\xac\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7\xe1\xbf\xb8\xe1\xbf\xb9\xe1\xbf\xba\xe1\xbf\xbb\xe1\xbf\xbc\xe2\x84\xa6]",1109,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xcf\x82",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\xb1",3,NULL,0,NULL,0}, + {"\xcf\x83",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xce\xa3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"S",1,NULL,0,NULL,0}, + {"\xcf\x84",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xce\xa4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"T",1,NULL,0,NULL,0}, + {"\xcf\x85",2,CONTEXT_TYPE_REGEX,1,"[\xce\x91\xce\x95\xce\x97\xce\x99\xce\x9f\xce\xa5\xce\xa9\xce\xb1\xce\xb5\xce\xb7\xce\xb9\xce\xbf\xcf\x85\xcf\x89]",30,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xcf\x85",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xce\xa5",2,CONTEXT_TYPE_REGEX,1,"[\xce\x91\xce\x95\xce\x97\xce\x99\xce\x9f\xce\xa5\xce\xa9\xce\xb1\xce\xb5\xce\xb7\xce\xb9\xce\xbf\xcf\x85\xcf\x89]",30,CONTEXT_TYPE_NONE,0,NULL,0,"U",1,NULL,0,NULL,0}, + {"\xce\xa5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"Y",1,NULL,0,NULL,0}, + {"\xcf\x87",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xce\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[\xc3\xa4\xc3\xab\xc3\xaf\xc3\xb6\xc3\xbc\xc3\xbf\xc4\x81\xc4\x93\xc4\xab\xc5\x8d\xc5\xab\xc7\x96\xc7\x98\xc7\x9a\xc7\x9c\xc7\x9f\xc7\xa1\xc7\xa3\xc7\xad\xc8\xab\xc8\xad\xc8\xb1\xc8\xb3\xce\x90\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\xcf\x80\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\x90\xcf\x91\xcf\x95\xcf\x96\xcf\x97\xcf\x9b\xcf\x9d\xcf\x9f\xcf\xa1\xcf\xb0\xcf\xb1\xcf\xb2\xcf\xb3\xcf\xb5\xe1\xb8\x95\xe1\xb8\x97\xe1\xb8\xa1\xe1\xb8\xa7\xe1\xb8\xaf\xe1\xb8\xb9\xe1\xb9\x8f\xe1\xb9\x91\xe1\xb9\x93\xe1\xb9\x9d\xe1\xb9\xbb\xe1\xba\x85\xe1\xba\x8d\xe1\xba\x97\xe1\xbc\x80\xe1\xbc\x81\xe1\xbc\x82\xe1\xbc\x83\xe1\xbc\x84\xe1\xbc\x85\xe1\xbc\x86\xe1\xbc\x87\xe1\xbc\x90\xe1\xbc\x91\xe1\xbc\x92\xe1\xbc\x93\xe1\xbc\x94\xe1\xbc\x95\xe1\xbc\xa0\xe1\xbc\xa1\xe1\xbc\xa2\xe1\xbc\xa3\xe1\xbc\xa4\xe1\xbc\xa5\xe1\xbc\xa6\xe1\xbc\xa7\xe1\xbc\xb0\xe1\xbc\xb1\xe1\xbc\xb2\xe1\xbc\xb3\xe1\xbc\xb4\xe1\xbc\xb5\xe1\xbc\xb6\xe1\xbc\xb7\xe1\xbd\x80\xe1\xbd\x81\xe1\xbd\x82\xe1\xbd\x83\xe1\xbd\x84\xe1\xbd\x85\xe1\xbd\x90\xe1\xbd\x91\xe1\xbd\x92\xe1\xbd\x93\xe1\xbd\x94\xe1\xbd\x95\xe1\xbd\x96\xe1\xbd\x97\xe1\xbd\xa0\xe1\xbd\xa1\xe1\xbd\xa2\xe1\xbd\xa3\xe1\xbd\xa4\xe1\xbd\xa5\xe1\xbd\xa6\xe1\xbd\xa7\xe1\xbd\xb0\xe1\xbd\xb1\xe1\xbd\xb2\xe1\xbd\xb3\xe1\xbd\xb4\xe1\xbd\xb5\xe1\xbd\xb6\xe1\xbd\xb7\xe1\xbd\xb8\xe1\xbd\xb9\xe1\xbd\xba\xe1\xbd\xbb\xe1\xbd\xbc\xe1\xbd\xbd\xe1\xbe\x80\xe1\xbe\x81\xe1\xbe\x82\xe1\xbe\x83\xe1\xbe\x84\xe1\xbe\x85\xe1\xbe\x86\xe1\xbe\x87\xe1\xbe\x90\xe1\xbe\x91\xe1\xbe\x92\xe1\xbe\x93\xe1\xbe\x94\xe1\xbe\x95\xe1\xbe\x96\xe1\xbe\x97\xe1\xbe\xa0\xe1\xbe\xa1\xe1\xbe\xa2\xe1\xbe\xa3\xe1\xbe\xa4\xe1\xbe\xa5\xe1\xbe\xa6\xe1\xbe\xa7\xe1\xbe\xb0\xe1\xbe\xb1\xe1\xbe\xb2\xe1\xbe\xb3\xe1\xbe\xb4\xe1\xbe\xb6\xe1\xbe\xb7\xe1\xbe\xbe\xe1\xbf\x82\xe1\xbf\x83\xe1\xbf\x84\xe1\xbf\x86\xe1\xbf\x87\xe1\xbf\x90\xe1\xbf\x91\xe1\xbf\x92\xe1\xbf\x93\xe1\xbf\x96\xe1\xbf\x97\xe1\xbf\xa0\xe1\xbf\xa1\xe1\xbf\xa2\xe1\xbf\xa3\xe1\xbf\xa4\xe1\xbf\xa5\xe1\xbf\xa6\xe1\xbf\xa7\xe1\xbf\xb2\xe1\xbf\xb3\xe1\xbf\xb4\xe1\xbf\xb6\xe1\xbf\xb7]",576,"Ch",2,NULL,0,NULL,0}, + {"\xce\xa7",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"CH",2,NULL,0,NULL,0}, + {"\xcc\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_REGEX,3,"[\'\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05[BF\xc3\x84\xc3\x8b\xc3\x8f\xc3\x96\xc3\x9c\xc4\x80\xc4\x92\xc4\xaa\xc5\x8c\xc5\xaa\xc5\xb8\xc7\x95\xc7\x97\xc7\x99\xc7\x9b\xc7\x9e\xc7\xa0\xc7\xa2\xc7\xac\xc8\xaa\xc8\xac\xc8\xb0\xc8\xb2\xce\x86\xce\x88\xce\x89\xce\x8a\xce\x8c\xce\x8e\xce\x8f\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\xa3\xce\xa4\xce\xa5\xce\xa6\xce\xa7\xce\xa8\xce\xa9\xce\xaa\xce\xab\xcf\x92\xcf\x93\xcf\x94\xcf\xb4\xcf\xb9\xd0\x81\xd0\x87\xd3\x92\xd3\x9a\xd3\x9c\xd3\x9e\xd3\xa2\xd3\xa4\xd3\xa6\xd3\xaa\xd3\xac\xd3\xae\xd3\xb0\xd3\xb4\xd3\xb8\xe1\xb8\x94\xe1\xb8\x96\xe1\xb8\xa0\xe1\xb8\xa6\xe1\xb8\xae\xe1\xb8\xb8\xe1\xb9\x8e\xe1\xb9\x90\xe1\xb9\x92\xe1\xb9\x9c\xe1\xb9\xba\xe1\xba\x84\xe1\xba\x8c\xe1\xbc\x88\xe1\xbc\x89\xe1\xbc\x8a\xe1\xbc\x8b\xe1\xbc\x8c\xe1\xbc\x8d\xe1\xbc\x8e\xe1\xbc\x8f\xe1\xbc\x98\xe1\xbc\x99\xe1\xbc\x9a\xe1\xbc\x9b\xe1\xbc\x9c\xe1\xbc\x9d\xe1\xbc\xa8\xe1\xbc\xa9\xe1\xbc\xaa\xe1\xbc\xab\xe1\xbc\xac\xe1\xbc\xad\xe1\xbc\xae\xe1\xbc\xaf\xe1\xbc\xb8\xe1\xbc\xb9\xe1\xbc\xba\xe1\xbc\xbb\xe1\xbc\xbc\xe1\xbc\xbd\xe1\xbc\xbe\xe1\xbc\xbf\xe1\xbd\x88\xe1\xbd\x89\xe1\xbd\x8a\xe1\xbd\x8b\xe1\xbd\x8c\xe1\xbd\x8d\xe1\xbd\x99\xe1\xbd\x9b\xe1\xbd\x9d\xe1\xbd\x9f\xe1\xbd\xa8\xe1\xbd\xa9\xe1\xbd\xaa\xe1\xbd\xab\xe1\xbd\xac\xe1\xbd\xad\xe1\xbd\xae\xe1\xbd\xaf\xe1\xbe\xb8\xe1\xbe\xb9\xe1\xbe\xba\xe1\xbe\xbb\xe1\xbf\x88\xe1\xbf\x89\xe1\xbf\x8a\xe1\xbf\x8b\xe1\xbf\x98\xe1\xbf\x99\xe1\xbf\x9a\xe1\xbf\x9b\xe1\xbf\xa8\xe1\xbf\xa9\xe1\xbf\xaa\xe1\xbf\xab\xe1\xbf\xac\xe1\xbf\xb8\xe1\xbf\xb9\xe1\xbf\xba\xe1\xbf\xbb\xe2\x84\xa6]",426,"H",1,NULL,0,NULL,0}, + {"\xcc\x94",2,CONTEXT_TYPE_REGEX,3,"[BF\xc3\x84\xc3\x8b\xc3\x8f\xc3\x96\xc3\x9c\xc4\x80\xc4\x92\xc4\xaa\xc5\x8c\xc5\xaa\xc5\xb8\xc7\x95\xc7\x97\xc7\x99\xc7\x9b\xc7\x9e\xc7\xa0\xc7\xa2\xc7\xac\xc8\xaa\xc8\xac\xc8\xb0\xc8\xb2\xce\x86\xce\x88\xce\x89\xce\x8a\xce\x8c\xce\x8e\xce\x8f\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\xa3\xce\xa4\xce\xa5\xce\xa6\xce\xa7\xce\xa8\xce\xa9\xce\xaa\xce\xab\xcf\x92\xcf\x93\xcf\x94\xcf\xb4\xcf\xb9\xd0\x81\xd0\x87\xd3\x92\xd3\x9a\xd3\x9c\xd3\x9e\xd3\xa2\xd3\xa4\xd3\xa6\xd3\xaa\xd3\xac\xd3\xae\xd3\xb0\xd3\xb4\xd3\xb8\xe1\xb8\x94\xe1\xb8\x96\xe1\xb8\xa0\xe1\xb8\xa6\xe1\xb8\xae\xe1\xb8\xb8\xe1\xb9\x8e\xe1\xb9\x90\xe1\xb9\x92\xe1\xb9\x9c\xe1\xb9\xba\xe1\xba\x84\xe1\xba\x8c\xe1\xbc\x88\xe1\xbc\x89\xe1\xbc\x8a\xe1\xbc\x8b\xe1\xbc\x8c\xe1\xbc\x8d\xe1\xbc\x8e\xe1\xbc\x8f\xe1\xbc\x98\xe1\xbc\x99\xe1\xbc\x9a\xe1\xbc\x9b\xe1\xbc\x9c\xe1\xbc\x9d\xe1\xbc\xa8\xe1\xbc\xa9\xe1\xbc\xaa\xe1\xbc\xab\xe1\xbc\xac\xe1\xbc\xad\xe1\xbc\xae\xe1\xbc\xaf\xe1\xbc\xb8\xe1\xbc\xb9\xe1\xbc\xba\xe1\xbc\xbb\xe1\xbc\xbc\xe1\xbc\xbd\xe1\xbc\xbe\xe1\xbc\xbf\xe1\xbd\x88\xe1\xbd\x89\xe1\xbd\x8a\xe1\xbd\x8b\xe1\xbd\x8c\xe1\xbd\x8d\xe1\xbd\x99\xe1\xbd\x9b\xe1\xbd\x9d\xe1\xbd\x9f\xe1\xbd\xa8\xe1\xbd\xa9\xe1\xbd\xaa\xe1\xbd\xab\xe1\xbd\xac\xe1\xbd\xad\xe1\xbd\xae\xe1\xbd\xaf\xe1\xbe\xb8\xe1\xbe\xb9\xe1\xbe\xba\xe1\xbe\xbb\xe1\xbf\x88\xe1\xbf\x89\xe1\xbf\x8a\xe1\xbf\x8b\xe1\xbf\x98\xe1\xbf\x99\xe1\xbf\x9a\xe1\xbf\x9b\xe1\xbf\xa8\xe1\xbf\xa9\xe1\xbf\xaa\xe1\xbf\xab\xe1\xbf\xac\xe1\xbf\xb8\xe1\xbf\xb9\xe1\xbf\xba\xe1\xbf\xbb\xe2\x84\xa6][\'\xcc\x84\xcc\x88\xcc\x93\xcc\x94\xcd\x82\xcd\x83\xcd\x84\xcd\x85\x04]\x05",426,CONTEXT_TYPE_NONE,0,NULL,0,"H",1,NULL,0,NULL,0}, + {"\xcc\x94",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h",1,NULL,0,NULL,0}, + {"\xcf\x90",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xb2",2,NULL,0}, + {"\xcf\x91",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xb8",2,NULL,0}, + {"\xcf\x92",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xa5",2,NULL,0}, + {"\xcf\x95",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xcf\x86",2,NULL,0}, + {"\xcf\x96",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xcf\x80",2,NULL,0}, + {"\xcf\xb0",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xba",2,NULL,0}, + {"\xcf\xb1",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xcf\x81",2,NULL,0}, + {"\xcf\xb2",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xcf\x83",2,NULL,0}, + {"\xcf\xb9",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xa3",2,NULL,0}, + {"\xcf\xb3",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"j",1,NULL,0,NULL,0}, + {"\xcf\xb4",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\x98",2,NULL,0}, + {"\xcf\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xb5",2,NULL,0}, + {"\xc2\xb5",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"",0,"\xce\xbc",2,NULL,0}, + {"\xcd\xba",2,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0}, + {"\xe0\xb8\xab",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\x84",3,NULL,0,NULL,0}, + {"\xe0\xb8\xae",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"h\xcc\xa3",3,NULL,0,NULL,0}, + {"\xe0\xb8\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\x84h",4,NULL,0,NULL,0}, + {"\xe0\xb8\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xa3\xcc\x84h",6,NULL,0,NULL,0}, + {"\xe0\xb8\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xca\xb9h",4,NULL,0,NULL,0}, + {"\xe0\xb8\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k\xcc\xa3h",4,NULL,0,NULL,0}, + {"\xe0\xb8\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"kh",2,NULL,0,NULL,0}, + {"\xe0\xb8\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"k",1,NULL,0,NULL,0}, + {"\xe0\xb8\xa0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xcc\xa3h",4,NULL,0,NULL,0}, + {"\xe0\xb8\x9c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p\xcc\x84h",4,NULL,0,NULL,0}, + {"\xe0\xb8\x9e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ph",2,NULL,0,NULL,0}, + {"\xe0\xb8\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"p",1,NULL,0,NULL,0}, + {"\xe0\xb8\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xcc\x84h",4,NULL,0,NULL,0}, + {"\xe0\xb8\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c\xcc\xa3h",4,NULL,0,NULL,0}, + {"\xe0\xb8\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ch",2,NULL,0,NULL,0}, + {"\xe0\xb8\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"c",1,NULL,0,NULL,0}, + {"\xe0\xb8\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\xa3\xcc\x84h",6,NULL,0,NULL,0}, + {"\xe0\xb8\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\xb1h",4,NULL,0,NULL,0}, + {"\xe0\xb8\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xca\xb9h",4,NULL,0,NULL,0}, + {"\xe0\xb8\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\x84h",4,NULL,0,NULL,0}, + {"\xe0\xb8\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\xa3h",4,NULL,0,NULL,0}, + {"\xe0\xb8\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"th",2,NULL,0,NULL,0}, + {"\xe0\xb8\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t\xcc\xa9",3,NULL,0,NULL,0}, + {"\xe0\xb8\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"t",1,NULL,0,NULL,0}, + {"\xe0\xb8\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"ng",2,NULL,0,NULL,0}, + {"\xe0\xb8\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n\xcc\xa3",3,NULL,0,NULL,0}, + {"\xe0\xb8\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"n",1,NULL,0,NULL,0}, + {"\xe0\xb8\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y\xcc\xa3",3,NULL,0,NULL,0}, + {"\xe0\xb8\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d\xcc\xa3",3,NULL,0,NULL,0}, + {"\xe0\xb8\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"d",1,NULL,0,NULL,0}, + {"\xe0\xb8\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"b",1,NULL,0,NULL,0}, + {"\xe0\xb8\x9d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f\xcc\x84",3,NULL,0,NULL,0}, + {"\xe0\xb8\xa1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"m",1,NULL,0,NULL,0}, + {"\xe0\xb8\xa2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"y",1,NULL,0,NULL,0}, + {"\xe0\xb8\xa3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"r",1,NULL,0,NULL,0}, + {"\xe0\xb8\xa4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"v",1,NULL,0,NULL,0}, + {"\xe0\xb8\xa6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc5\x82",2,NULL,0,NULL,0}, + {"\xe0\xb8\xa7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"w",1,NULL,0,NULL,0}, + {"\xe0\xb8\xa8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\xa3\xcc\x84",5,NULL,0,NULL,0}, + {"\xe0\xb8\xa9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x84\xca\xb9",5,NULL,0,NULL,0}, + {"\xe0\xb8\xaa",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s\xcc\x84",3,NULL,0,NULL,0}, + {"\xe0\xb8\xac",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l\xcc\xa3",3,NULL,0,NULL,0}, + {"\xe0\xb8\xa5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"l",1,NULL,0,NULL,0}, + {"\xe0\xb8\x9f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"f",1,NULL,0,NULL,0}, + {"\xe0\xb8\xad",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"x",1,NULL,0,NULL,0}, + {"\xe0\xb8\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"s",1,NULL,0,NULL,0}, + {"\xe0\xb8\xb1",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a\xcc\xa3",3,NULL,0,NULL,0}, + {"\xe0\xb8\xb2",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a\xcc\x84",3,NULL,0,NULL,0}, + {"\xe0\xb8\xb3",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a\xcc\x89",3,NULL,0,NULL,0}, + {"\xe0\xb8\xb0",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"a",1,NULL,0,NULL,0}, + {"\xe0\xb8\xb5",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i\xcc\x84",3,NULL,0,NULL,0}, + {"\xe0\xb8\xb7",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u\xcc\xa3\xcc\x84",5,NULL,0,NULL,0}, + {"\xe0\xb8\xb6",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u\xcc\xa3",3,NULL,0,NULL,0}, + {"\xe0\xb8\xb9",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u\xcc\x84",3,NULL,0,NULL,0}, + {"\xe0\xb8\xb8",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"u",1,NULL,0,NULL,0}, + {"\xe0\xb8\xaf",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xe2\x80\xa1",3,NULL,0,NULL,0}, + {"\xe0\xb9\x80",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"e",1,NULL,0,NULL,0}, + {"\xe0\xb9\x81",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc3\xa6",2,NULL,0,NULL,0}, + {"\xe0\xb9\x82",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"o",1,NULL,0,NULL,0}, + {"\xe0\xb9\x83",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc4\xb1",2,NULL,0,NULL,0}, + {"\xe0\xb9\x84",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i\xcc\xa3",3,NULL,0,NULL,0}, + {"\xe0\xb9\x85",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc9\xa8",2,NULL,0,NULL,0}, + {"\xe0\xb9\x87",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x86",2,NULL,0,NULL,0}, + {"\xe0\xb9\x88",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x80",2,NULL,0,NULL,0}, + {"\xe0\xb9\x89",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x82",2,NULL,0,NULL,0}, + {"\xe0\xb9\x8a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x81",2,NULL,0,NULL,0}, + {"\xe0\xb9\x8b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x8c",2,NULL,0,NULL,0}, + {"\xe0\xb9\x8c",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x92",2,NULL,0,NULL,0}, + {"\xe0\xb9\x8e",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"~",1,NULL,0,NULL,0}, + {"\xe0\xb9\x8d",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcc\x8a",2,NULL,0,NULL,0}, + {"\xe0\xb9\x8f",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xa7",2,NULL,0,NULL,0}, + {"\xe0\xb9\x90",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"0",1,NULL,0,NULL,0}, + {"\xe0\xb9\x91",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"1",1,NULL,0,NULL,0}, + {"\xe0\xb9\x92",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"2",1,NULL,0,NULL,0}, + {"\xe0\xb9\x93",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"3",1,NULL,0,NULL,0}, + {"\xe0\xb9\x94",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"4",1,NULL,0,NULL,0}, + {"\xe0\xb9\x95",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"5",1,NULL,0,NULL,0}, + {"\xe0\xb9\x96",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"6",1,NULL,0,NULL,0}, + {"\xe0\xb9\x97",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"7",1,NULL,0,NULL,0}, + {"\xe0\xb9\x98",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"8",1,NULL,0,NULL,0}, + {"\xe0\xb9\x99",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"9",1,NULL,0,NULL,0}, + {"\xe0\xb9\x9a",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"||",2,NULL,0,NULL,0}, + {"\xe0\xb9\x9b",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xbb",2,NULL,0,NULL,0}, + {"\xe0\xb9\x86",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xc2\xab",2,NULL,0,NULL,0}, + {"\xe0\xb8\xba",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"\xcb\x8c",2,NULL,0,NULL,0}, + {"\xe0\xb8\xb4",3,CONTEXT_TYPE_NONE,0,NULL,0,CONTEXT_TYPE_NONE,0,NULL,0,"i",1,NULL,0,NULL,0} +}; + +transliteration_step_source_t steps_source[] = { + {STEP_TRANSFORM,-1,-1,"halfwidth-fullwidth"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,0,172,"2"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_TRANSFORM,-1,-1,"fullwidth-halfwidth"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,172,137,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFKC"}, + {STEP_RULESET,309,90,"1"}, + {STEP_RULESET,399,384,"0"}, + {STEP_RULESET,783,6,"0"}, + {STEP_TRANSFORM,-1,-1,"latin-ascii"}, + {STEP_RULESET,789,1596,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,2385,103,"1"}, + {STEP_RULESET,2488,83,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,2571,101,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_TRANSFORM,-1,-1,"thai-thaisemi"}, + {STEP_TRANSFORM,-1,-1,"thai-thailogical"}, + {STEP_TRANSFORM,-1,-1,"thailogical-latin"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,2672,190,"1"}, + {STEP_RULESET,2862,35,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,2897,114,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,3011,97,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,3108,322,"1"}, + {STEP_RULESET,3430,1,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_TRANSFORM,-1,-1,"malayalam-interindic"}, + {STEP_TRANSFORM,-1,-1,"interindic-latin"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFKD"}, + {STEP_TRANSFORM,-1,-1,"conjoiningjamo-latin"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,3431,116,"1"}, + {STEP_RULESET,3547,83,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,3630,70,"1"}, + {STEP_RULESET,3700,47,"0"}, + {STEP_RULESET,3747,106,"0"}, + {STEP_RULESET,3853,92,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,3945,80,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,4025,96,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_RULESET,4121,81,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_TRANSFORM,-1,-1,"hiragana-katakana"}, + {STEP_TRANSFORM,-1,-1,"katakana-latin"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFKD"}, + {STEP_RULESET,4202,108,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,4310,33,"1"}, + {STEP_TRANSFORM,-1,-1,"html-escape"}, + {STEP_RULESET,4343,138,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_TRANSFORM,-1,-1,"gujarati-interindic"}, + {STEP_TRANSFORM,-1,-1,"interindic-latin"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_RULESET,4481,251,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_TRANSFORM,-1,-1,"gurmukhi-interindic"}, + {STEP_TRANSFORM,-1,-1,"interindic-latin"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFKD"}, + {STEP_RULESET,4732,107,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_RULESET,4839,45,"0"}, + {STEP_RULESET,4884,76,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_RULESET,4960,82,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,5042,298,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_TRANSFORM,-1,-1,"oriya-interindic"}, + {STEP_TRANSFORM,-1,-1,"interindic-latin"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_RULESET,5340,342,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_TRANSFORM,-1,-1,"bengali-interindic"}, + {STEP_TRANSFORM,-1,-1,"interindic-latin"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_RULESET,5682,64,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,5746,87,"1"}, + {STEP_RULESET,5833,1,"0"}, + {STEP_RULESET,5834,9,"0"}, + {STEP_TRANSFORM,-1,-1,"latin-ascii"}, + {STEP_RULESET,5843,182,"0"}, + {STEP_TRANSFORM,-1,-1,"html-escape"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"STRIP_MARK"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_RULESET,6025,697,"4"}, + {STEP_RULESET,6722,251,"0"}, + {STEP_RULESET,6973,121,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_TRANSFORM,-1,-1,"tamil-interindic"}, + {STEP_TRANSFORM,-1,-1,"interindic-latin"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,7094,88,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_TRANSFORM,-1,-1,"conjoiningjamo-latin"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_TRANSFORM,-1,-1,"devanagari-interindic"}, + {STEP_TRANSFORM,-1,-1,"interindic-latin"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_RULESET,7182,95,"1"}, + {STEP_RULESET,7277,10,"0"}, + {STEP_RULESET,7287,90,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,7377,49,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFKD"}, + {STEP_RULESET,7426,84,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,7510,63,"1"}, + {STEP_RULESET,7573,81,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,7654,75,"0"}, + {STEP_RULESET,7729,38,"0"}, + {STEP_TRANSFORM,-1,-1,"han-latin"}, + {STEP_RULESET,7767,65788,"0"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,73555,97,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_TRANSFORM,-1,-1,"kannada-interindic"}, + {STEP_TRANSFORM,-1,-1,"interindic-latin"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_TRANSFORM,-1,-1,"telugu-interindic"}, + {STEP_TRANSFORM,-1,-1,"interindic-latin"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFD"}, + {STEP_RULESET,73652,114,"1"}, + {STEP_UNICODE_NORMALIZATION,-1,-1,"NFC"}, + {STEP_RULESET,73766,86,"0"} +}; + +transliterator_source_t transliterators_source[] = { + {"katakana-latin",0,0,5}, + {"pashto-latin-bgn",0,5,2}, + {"hiragana-katakana",1,7,2}, + {"thaana-latin",0,9,1}, + {"scandinavian-ascii",1,10,2}, + {"han-latin",0,12,1}, + {"turkmen-latin-bgn",0,13,2}, + {"kannada-interindic",1,15,1}, + {"greek-latin-ungegn",0,16,3}, + {"thai-latin",0,19,5}, + {"greek-latin-bgn",0,24,2}, + {"georgian-latin",0,26,1}, + {"armenian-latin-bgn",0,27,2}, + {"maldivian-latin-bgn",0,29,2}, + {"amharic-latin-bgn",0,31,2}, + {"thai-thaisemi",1,33,1}, + {"malayalam-latin",0,34,4}, + {"hangul-latin",0,38,3}, + {"kazakh-latin-bgn",0,41,2}, + {"gujarati-interindic",1,43,1}, + {"macedonian-latin-bgn",0,44,2}, + {"syriac-latin",0,46,1}, + {"devanagari-interindic",1,47,1}, + {"bengali-interindic",1,48,1}, + {"bulgarian-latin-bgn",0,49,2}, + {"cyrillic-latin",0,51,3}, + {"oriya-interindic",1,54,1}, + {"hiragana-latin",0,55,4}, + {"persian-latin-bgn",0,59,3}, + {"georgian-latin-bgn",0,62,2}, + {"latin-ascii-simple",1,64,2}, + {"gujarati-latin",0,66,4}, + {"halfwidth-fullwidth",1,70,1}, + {"gurmukhi-latin",0,71,4}, + {"arabic-latin-bgn",0,75,3}, + {"hebrew-latin",0,78,1}, + {"gurmukhi-interindic",1,79,1}, + {"mongolian-latin-bgn",0,80,2}, + {"katakana-latin-bgn",0,82,2}, + {"oriya-latin",0,84,4}, + {"interindic-latin",0,88,1}, + {"bengali-latin",0,89,4}, + {"tamil-interindic",1,93,1}, + {"kirghiz-latin-bgn",0,94,2}, + {"thai-thailogical",1,96,1}, + {"german-ascii",1,97,2}, + {"canadianaboriginal-latin",0,99,1}, + {"latin-ascii",0,100,5}, + {"fullwidth-halfwidth",1,105,1}, + {"conjoiningjamo-latin",1,106,1}, + {"tamil-latin",0,107,4}, + {"belarusian-latin-bgn",0,111,2}, + {"jamo-latin",0,113,3}, + {"devanagari-latin",0,116,4}, + {"ukrainian-latin-bgn",0,120,2}, + {"russian-latin-bgn",0,122,2}, + {"hebrew-latin-bgn",0,124,2}, + {"arabic-latin",0,126,3}, + {"serbian-latin-bgn",0,129,2}, + {"telugu-interindic",1,131,1}, + {"azerbaijani-latin-bgn",0,132,1}, + {"malayalam-interindic",1,133,1}, + {"han-latin-names",0,134,2}, + {"html-escape",1,136,1}, + {"uzbek-latin-bgn",0,137,2}, + {"kannada-latin",0,139,4}, + {"telugu-latin",0,143,4}, + {"greek-latin",0,147,3}, + {"thailogical-latin",0,150,1} +}; + diff --git a/src/transliteration_rule.h b/src/transliteration_rule.h new file mode 100644 index 0000000..aa5c1ed --- /dev/null +++ b/src/transliteration_rule.h @@ -0,0 +1,55 @@ +#ifndef TRANSLITERATION_RULE_H +#define TRANSLITERATION_RULE_H + +#include + +#define MAX_GROUPS_LEN 5 + +typedef enum { + CONTEXT_TYPE_NONE, + CONTEXT_TYPE_STRING, + CONTEXT_TYPE_WORD_BOUNDARY, + CONTEXT_TYPE_REGEX +} context_type_t; + +typedef struct transliteration_rule_source { + char *key; + size_t key_len; + + context_type_t pre_context_type; + size_t pre_context_max_len; + char *pre_context; + size_t pre_context_len; + + context_type_t post_context_type; + size_t post_context_max_len; + char *post_context; + size_t post_context_len; + + char *replacement; + size_t replacement_len; + + char *revisit; + size_t revisit_len; + + char *group_regex_str; + size_t group_regex_len; + +} transliteration_rule_source_t; + +typedef struct transliteration_step_source { + step_type_t type; + int rules_start; + int rules_length; + char *name; +} transliteration_step_source_t; + +typedef struct transliterator_source { + char *name; + uint8_t internal; + int steps_start; + int steps_length; +} transliterator_source_t; + + +#endif diff --git a/src/transliteration_scripts_data.c b/src/transliteration_scripts_data.c new file mode 100644 index 0000000..f698745 --- /dev/null +++ b/src/transliteration_scripts_data.c @@ -0,0 +1,119 @@ + +#include "unicode_scripts.h" + +typedef struct script_transliteration_rule { + script_language_t script_language; + transliterator_index_t index; +} script_transliteration_rule_t; + +script_transliteration_rule_t script_transliteration_rules[] = { + {{SCRIPT_THAANA, ""}, {0, 2}}, + {{SCRIPT_TELUGU, ""}, {2, 1}}, + {{SCRIPT_CYRILLIC, "be"}, {3, 1}}, + {{SCRIPT_CYRILLIC, "bg"}, {4, 1}}, + {{SCRIPT_CYRILLIC, "ru"}, {5, 1}}, + {{SCRIPT_CYRILLIC, ""}, {6, 1}}, + {{SCRIPT_CYRILLIC, "uz"}, {7, 1}}, + {{SCRIPT_CYRILLIC, "kk"}, {8, 1}}, + {{SCRIPT_CYRILLIC, "sr"}, {9, 1}}, + {{SCRIPT_CYRILLIC, "mn"}, {10, 1}}, + {{SCRIPT_CYRILLIC, "mk"}, {11, 1}}, + {{SCRIPT_CYRILLIC, "uk"}, {12, 1}}, + {{SCRIPT_CYRILLIC, "ky"}, {13, 1}}, + {{SCRIPT_HANGUL, ""}, {14, 1}}, + {{SCRIPT_HAN, ""}, {15, 1}}, + {{SCRIPT_ARMENIAN, ""}, {16, 1}}, + {{SCRIPT_TAMIL, ""}, {17, 1}}, + {{SCRIPT_MALAYALAM, ""}, {18, 1}}, + {{SCRIPT_GUJARATI, ""}, {19, 1}}, + {{SCRIPT_LATIN, ""}, {20, 1}}, + {{SCRIPT_LATIN, "nb"}, {21, 2}}, + {{SCRIPT_LATIN, "de"}, {23, 1}}, + {{SCRIPT_LATIN, "sv"}, {24, 2}}, + {{SCRIPT_LATIN, "da"}, {26, 2}}, + {{SCRIPT_LATIN, "et"}, {28, 1}}, + {{SCRIPT_GEORGIAN, ""}, {29, 2}}, + {{SCRIPT_DEVANAGARI, ""}, {31, 1}}, + {{SCRIPT_THAI, ""}, {32, 1}}, + {{SCRIPT_GREEK, ""}, {33, 3}}, + {{SCRIPT_KATAKANA, ""}, {36, 2}}, + {{SCRIPT_ORIYA, ""}, {38, 1}}, + {{SCRIPT_HIRAGANA, ""}, {39, 1}}, + {{SCRIPT_ARABIC, "fa"}, {40, 1}}, + {{SCRIPT_ARABIC, ""}, {41, 2}}, + {{SCRIPT_ARABIC, "ps"}, {43, 1}}, + {{SCRIPT_CANADIAN_ABORIGINAL, ""}, {44, 1}}, + {{SCRIPT_BENGALI, ""}, {45, 1}}, + {{SCRIPT_GURMUKHI, ""}, {46, 1}}, + {{SCRIPT_KANNADA, ""}, {47, 1}}, + {{SCRIPT_COMMON, ""}, {48, 1}}, + {{SCRIPT_COMMON, "nb"}, {49, 2}}, + {{SCRIPT_COMMON, "de"}, {51, 1}}, + {{SCRIPT_COMMON, "sv"}, {52, 2}}, + {{SCRIPT_COMMON, "da"}, {54, 2}}, + {{SCRIPT_COMMON, "et"}, {56, 1}}, + {{SCRIPT_HEBREW, ""}, {57, 2}} +}; + +char *script_transliterators[] = { + "thaana-latin", + "maldivian-latin-bgn", + "telugu-latin", + "belarusian-latin-bgn", + "bulgarian-latin-bgn", + "russian-latin-bgn", + "cyrillic-latin", + "uzbek-latin-bgn", + "kazakh-latin-bgn", + "serbian-latin-bgn", + "mongolian-latin-bgn", + "macedonian-latin-bgn", + "ukrainian-latin-bgn", + "kirghiz-latin-bgn", + "hangul-latin", + "han-latin", + "armenian-latin-bgn", + "tamil-latin", + "malayalam-latin", + "gujarati-latin", + "latin-ascii", + "scandinavian-ascii", + "latin-ascii", + "german-ascii", + "scandinavian-ascii", + "latin-ascii", + "scandinavian-ascii", + "latin-ascii", + "german-ascii", + "georgian-latin", + "georgian-latin-bgn", + "devanagari-latin", + "thai-latin", + "greek-latin", + "greek-latin-bgn", + "greek-latin-ungegn", + "katakana-latin", + "katakana-latin-bgn", + "oriya-latin", + "hiragana-latin", + "persian-latin-bgn", + "arabic-latin", + "arabic-latin-bgn", + "pashto-latin-bgn", + "canadianaboriginal-latin", + "bengali-latin", + "gurmukhi-latin", + "kannada-latin", + "latin-ascii", + "scandinavian-ascii", + "latin-ascii", + "german-ascii", + "scandinavian-ascii", + "latin-ascii", + "scandinavian-ascii", + "latin-ascii", + "german-ascii", + "hebrew-latin", + "hebrew-latin-bgn" +}; + diff --git a/src/transliteration_table_builder.c b/src/transliteration_table_builder.c new file mode 100644 index 0000000..16bbf8b --- /dev/null +++ b/src/transliteration_table_builder.c @@ -0,0 +1,631 @@ +/* transliteration_table_create.c +Creates the transliteration data structures from generated rule file. +Only used once at setup/make time, not overly concerned with optimization +*/ + +#include +#include + +#include "collections.h" +#include "log/log.h" +#include "string_utils.h" +#include "trie.h" +#include "transliterate.h" +#include "transliteration_rule.h" +#include "transliteration_data.c" +#include "transliteration_scripts_data.c" + +#include "utf8proc/utf8proc.h" + +string_tree_t *regex_string_tree(char *regex, size_t len) { + uint8_t *char_ptr = (uint8_t *)regex; + bool in_set = false; + bool in_brackets = false; + + int32_t codepoint; + int32_t last_codepoint = 0; + ssize_t char_len; + + size_t bracket_start; + size_t bracket_len; + + char temp_char[MAX_UTF8_CHAR_SIZE]; + ssize_t temp_char_len; + + string_tree_t *tree = string_tree_new(); + + if (len == 0) { + // Single token with zero-length + string_tree_add_string_len(tree, regex, len); + string_tree_finalize_token(tree); + return tree; + } + + uint32_array *char_set = uint32_array_new(); + + size_t idx = 0; + + int i, j; + + bool add_to_index = false; + + while (idx < len) { + char_len = utf8proc_iterate(char_ptr, len, &codepoint); + if (char_len <= 0) { + uint32_array_destroy(char_set); + string_tree_destroy(tree); + return NULL; + } + + if (!(utf8proc_codepoint_valid(codepoint))) { + idx += char_len; + char_ptr += char_len; + continue; + } + + add_to_index = true; + + if (codepoint == LSQUARE_CODEPOINT && last_codepoint != BACKSLASH_CODEPOINT) { + log_debug("begin set\n"); + in_set = true; + codepoint = BEGIN_SET_CODEPOINT; + uint32_array_clear(char_set); + } else if (codepoint == RSQUARE_CODEPOINT && last_codepoint != BACKSLASH_CODEPOINT && in_set) { + log_debug("end set"); + + for (j = 0; j < char_set->n; j++) { + temp_char_len = utf8proc_encode_char(char_set->a[j], (uint8_t *)temp_char); + log_debug("Adding string %.*s\n", (int)temp_char_len, temp_char); + string_tree_add_string_len(tree, temp_char, temp_char_len); + } + string_tree_finalize_token(tree); + + uint32_array_clear(char_set); + // Add a special codepoint to the sequence to distinguish from an escaped square bracket + codepoint = END_SET_CODEPOINT; + in_set = false; + } else if (codepoint == LCURLY_CODEPOINT && last_codepoint != BACKSLASH_CODEPOINT) { + in_brackets = true; + bracket_start = idx + char_len; + bracket_len = 0; + add_to_index = false; + } else if (codepoint == RCURLY_CODEPOINT && last_codepoint != BACKSLASH_CODEPOINT && in_brackets) { + log_debug("Adding bracketed string: %.*s\n", (int) bracket_len, regex + bracket_start); + string_tree_add_string_len(tree, regex + bracket_start, bracket_len); + in_brackets = false; + } else if ((codepoint == LPAREN_CODEPOINT || codepoint == RPAREN_CODEPOINT) && last_codepoint != BACKSLASH_CODEPOINT) { + log_debug("group\n"); + add_to_index = false; + } else if (in_set) { + log_debug("in set\n"); + // Queue node, we'll add them to the trie + uint32_array_push(char_set, codepoint); + add_to_index = false; + } else if (in_brackets) { + add_to_index = false; + bracket_len += char_len; + } else if (codepoint == BACKSLASH_CODEPOINT && last_codepoint != BACKSLASH_CODEPOINT) { + add_to_index = false; + } + + log_debug("codepoint = %d\n", codepoint); + + if (add_to_index) { + temp_char_len = utf8proc_encode_char(codepoint, (uint8_t *)temp_char); + log_debug("char = %.*s\n", (int)temp_char_len, temp_char); + string_tree_add_string_len(tree, temp_char, temp_char_len); + string_tree_finalize_token(tree); + } + + idx += char_len; + char_ptr += char_len; + } + + uint32_array_destroy(char_set); + + return tree; + +} + +group_capture_array *parse_groups(char *regex, size_t len) { + uint8_t *char_ptr = (uint8_t *)regex; + char last_ch = '\0'; + bool in_group = false; + bool in_set = false; + + int32_t codepoint, last_codepoint = 0; + ssize_t char_len; + + char temp_char[MAX_UTF8_CHAR_SIZE]; + ssize_t temp_char_len; + + + if (len == 0) { + return NULL; + } + + group_capture_array *groups = group_capture_array_new_size(1); + + size_t idx = 0; + + size_t pos = 0; + size_t group_start = 0; + size_t chars_in_group = 0; + + while (idx < len) { + char_len = utf8proc_iterate(char_ptr, len, &codepoint); + if (char_len <= 0) { + log_error("char %s had len=%zd\n", char_ptr, char_len); + return NULL; + } + + if (!(utf8proc_codepoint_valid(codepoint))) { + idx += char_len; + char_ptr += char_len; + pos++; + continue; + } + + if (codepoint == LSQUARE_CODEPOINT && last_codepoint != BACKSLASH_CODEPOINT) { + log_debug("begin set\n"); + in_set = true; + } else if (codepoint == RSQUARE_CODEPOINT && last_codepoint != BACKSLASH_CODEPOINT) { + log_debug("end set"); + pos++; + in_set = false; + } else if (codepoint == LPAREN_CODEPOINT && last_codepoint != BACKSLASH_CODEPOINT) { + log_debug("begin group\n"); + in_group = true; + group_start = pos; + } else if (codepoint == RPAREN_CODEPOINT && last_codepoint != BACKSLASH_CODEPOINT) { + log_debug("close group\n"); + in_group = false; + group_capture_array_push(groups, (group_capture_t){group_start, pos - group_start}); + } else if (!in_set) { + log_debug("other char\n"); + pos++; + } + + idx += char_len; + char_ptr += char_len; + + } + + return groups; + +} + + +// Methods used by trie builder and setup/teardown +bool transliteration_table_add_step(transliteration_table_t *self, step_type_t type, char *name) { + transliteration_step_t *step = transliteration_step_new(name, type); + + step_array_push(self->steps, step); + return true; +} + +int main(int argc, char **argv) { + char *filename; + + if (argc == 2) { + filename = argv[1]; + } else { + filename = DEFAULT_TRANSLITERATION_PATH; + } + + FILE *f = fopen(filename, "wb"); + + if (f == NULL) { + log_error("File could not be opened, ensure directory exists: %s", filename); + exit(1); + } + + size_t num_source_transliterators = sizeof(transliterators_source) / sizeof(transliterator_source_t); + + char *key; + size_t key_len; + + context_type_t pre_context_type; + size_t pre_context_max_len; + char *pre_context; + size_t pre_context_len; + + context_type_t post_context_type; + size_t post_context_max_len; + char *post_context; + size_t post_context_len; + + char *replacement; + size_t replacement_len; + + char *revisit; + size_t revisit_len; + + char *group_regex_str; + size_t group_regex_len; + + transliteration_module_init(); + + transliteration_table_t *trans_table = get_transliteration_table(); + + trie_t *trie = trans_table->trie; + + for (int i = 0; i < num_source_transliterators; i++) { + transliterator_source_t trans_source = transliterators_source[i]; + + size_t trans_name_len = strlen(trans_source.name); + + log_info("Doing transliterator: %s\n", trans_source.name); + + char_array *trans_key = char_array_from_string(trans_source.name); + char_array_cat(trans_key, NAMESPACE_SEPARATOR_CHAR); + + char *trans_name = strdup(trans_source.name); + if (trans_name == NULL) { + log_error("strdup returned NULL on trans_source.name\n"); + goto exit_teardown; + } + + transliterator_t *trans = transliterator_new(trans_name, trans_source.internal, trans_table->steps->n, trans_source.steps_length); + + for (int j = 0; j < trans_source.steps_length; j++) { + transliteration_step_source_t step_source = steps_source[trans_source.steps_start + j]; + + size_t step_name_len = strlen(step_source.name); + + log_debug("Doing step: %s, type=%d\n", step_source.name, step_source.type); + + if (!transliteration_table_add_step(trans_table, step_source.type, step_source.name)) { + log_error("Step couldn't be added\n"); + goto exit_teardown; + } + + if (step_source.type != STEP_RULESET) { + continue; + } + + char_array *step_key = char_array_from_string(char_array_get_string(trans_key)); + char_array_cat(step_key, step_source.name); + char_array_cat(step_key, NAMESPACE_SEPARATOR_CHAR); + + char *step_key_str = char_array_get_string(step_key); + size_t step_key_len = strlen(step_key_str); + + for (int k = 0; k < step_source.rules_length; k++) { + transliteration_rule_source_t rule_source = rules_source[step_source.rules_start + k]; + key = rule_source.key; + key_len = rule_source.key_len; + + pre_context_type = rule_source.pre_context_type; + pre_context_max_len = rule_source.pre_context_max_len; + pre_context = rule_source.pre_context; + pre_context_len = rule_source.pre_context_len; + + post_context_type = rule_source.post_context_type; + post_context_max_len = rule_source.post_context_max_len; + post_context = rule_source.post_context; + post_context_len = rule_source.post_context_len; + + replacement = rule_source.replacement; + replacement_len = rule_source.replacement_len; + + revisit = rule_source.revisit; + revisit_len = rule_source.revisit_len; + + group_regex_str = rule_source.group_regex_str; + group_regex_len = rule_source.group_regex_len; + + uint32_t data = trans_table->replacements->n; + + char_array *rule_key = char_array_from_string(step_key_str); + + uint32_t replacement_string_index = cstring_array_num_strings(trans_table->replacement_strings); + cstring_array_add_string_len(trans_table->replacement_strings, replacement, replacement_len); + + uint32_t revisit_index = 0; + if (revisit != NULL && revisit_len > 0) { + revisit_index = cstring_array_num_strings(trans_table->revisit_strings); + cstring_array_add_string_len(trans_table->revisit_strings, revisit, revisit_len); + } + + group_capture_array *groups = parse_groups(group_regex_str, group_regex_len); + + transliteration_replacement_t *trans_repl = transliteration_replacement_new(replacement_string_index, revisit_index, groups); + + uint32_t replacement_index = trans_table->replacements->n; + transliteration_replacement_array_push(trans_table->replacements, trans_repl); + + int c; + + char *token; + + log_debug("Doing rule: %s\n", key); + + string_tree_t *tree = regex_string_tree(key, key_len); + + string_tree_t *pre_context_tree = NULL; + string_tree_iterator_t *pre_context_iter = NULL; + + cstring_array *pre_context_strings = NULL; + + if (pre_context_type != CONTEXT_TYPE_NONE) { + pre_context_strings = cstring_array_new(); + } + + if (pre_context_type == CONTEXT_TYPE_REGEX) { + log_debug("pre_context_type == CONTEXT_TYPE_REGEX\n"); + pre_context_tree = regex_string_tree(pre_context, pre_context_len); + + pre_context_iter = string_tree_iterator_new(pre_context_tree); + + char_array *pre_context_perm = char_array_new_size(pre_context_len); + + for (; !string_tree_iterator_done(pre_context_iter); string_tree_iterator_next(pre_context_iter)) { + char_array_clear(pre_context_perm); + for (c = 0; c < pre_context_iter->num_tokens; c++) { + token = string_tree_iterator_get_string(pre_context_iter, c); + if (token == NULL || strlen(token) == 0) { + log_warn("pre_token_context is NULL or 0 length: %s\n", token); + } + char_array_cat(pre_context_perm, token); + } + token = char_array_get_string(pre_context_perm); + if (token == NULL || strlen(token) == 0) { + log_warn("pre_perm is NULL or 0 length\n"); + } + cstring_array_add_string(pre_context_strings, token); + } + + char_array_destroy(pre_context_perm); + string_tree_iterator_destroy(pre_context_iter); + string_tree_destroy(pre_context_tree); + } else if (pre_context_type == CONTEXT_TYPE_STRING) { + if (pre_context == NULL || strlen(pre_context) == 0) { + log_warn("pre_context STRING NULL or 0 length\n"); + } + cstring_array_add_string(pre_context_strings, pre_context); + } else if (pre_context_type == CONTEXT_TYPE_WORD_BOUNDARY) { + cstring_array_add_string(pre_context_strings, WORD_BOUNDARY_CHAR); + } + + size_t num_pre_context_strings = 0; + if (pre_context_type != CONTEXT_TYPE_NONE) { + num_pre_context_strings = cstring_array_num_strings(pre_context_strings); + log_debug("num_pre_context_strings = %zu\n", num_pre_context_strings); + } + + string_tree_t *post_context_tree = NULL; + string_tree_iterator_t *post_context_iter = NULL; + + cstring_array *post_context_strings = NULL; + + if (post_context_type != CONTEXT_TYPE_NONE) { + post_context_strings = cstring_array_new(); + } + + if (post_context_type == CONTEXT_TYPE_REGEX) { + log_debug("post_context_type == CONTEXT_TYPE_REGEX\n"); + post_context_tree = regex_string_tree(post_context, post_context_len); + + post_context_iter = string_tree_iterator_new(post_context_tree); + + char_array *post_context_perm = char_array_new_size(post_context_len); + + for (; !string_tree_iterator_done(post_context_iter); string_tree_iterator_next(post_context_iter)) { + char_array_clear(post_context_perm); + for (c = 0; c < post_context_iter->num_tokens; c++) { + token = string_tree_iterator_get_string(post_context_iter, c); + if (token == NULL) { + log_error ("post_token_context is NULL\n"); + } else if (strlen(token) == 0) { + log_error("post_token_context is 0 length\n"); + } + char_array_cat(post_context_perm, token); + } + + cstring_array_add_string(post_context_strings, char_array_get_string(post_context_perm)); + } + + char_array_destroy(post_context_perm); + string_tree_iterator_destroy(post_context_iter); + string_tree_destroy(post_context_tree); + } else if (post_context_type == CONTEXT_TYPE_STRING) { + if (post_context == NULL || strlen(post_context) == 0) { + log_error("post_context STRING NULL or 0 length\n"); + } + cstring_array_add_string(post_context_strings, post_context); + } else if (post_context_type == CONTEXT_TYPE_WORD_BOUNDARY) { + cstring_array_add_string(post_context_strings, WORD_BOUNDARY_CHAR); + } + + size_t num_post_context_strings = 0; + if (post_context_type != CONTEXT_TYPE_NONE) { + num_post_context_strings = cstring_array_num_strings(post_context_strings); + log_debug("num_post_context_strings = %zu\n", num_post_context_strings); + } + + cstring_array *context_strings = NULL; + size_t num_context_strings = 0; + char *context_start_char = NULL; + bool combined_context_strings = false; + + int ante, post; + + if (num_pre_context_strings > 0 && num_post_context_strings > 0) { + context_start_char = PRE_CONTEXT_CHAR; + combined_context_strings = true; + size_t max_string_size = 2 * MAX_UTF8_CHAR_SIZE + + ((pre_context_max_len * MAX_UTF8_CHAR_SIZE) * + (post_context_max_len * MAX_UTF8_CHAR_SIZE)); + num_context_strings = num_pre_context_strings * num_post_context_strings; + char_array *context = char_array_new_size(max_string_size); + context_strings = cstring_array_new_size(num_context_strings * max_string_size + num_context_strings); + for (ante = 0; ante < num_pre_context_strings; ante++) { + char_array_clear(context); + + token = cstring_array_get_string(pre_context_strings, ante); + if (token == NULL || strlen(token) == 0) { + log_error("pre_context token was NULL or 0 length\n"); + goto exit_teardown; + } + + char_array_cat(context, token); + size_t context_len = strlen(char_array_get_string(context)); + + for (post = 0; post < num_post_context_strings; post++) { + context->n = context_len; + char_array_cat(context, POST_CONTEXT_CHAR); + token = cstring_array_get_string(post_context_strings, post); + char_array_cat(context, token); + if (token == NULL || strlen(token) == 0) { + log_error("post_context token was NULL or 0 length\n"); + goto exit_teardown; + } + + token = char_array_get_string(context); + cstring_array_add_string(context_strings, token); + + } + + } + + char_array_destroy(context); + + } else if (num_pre_context_strings > 0) { + context_start_char = PRE_CONTEXT_CHAR; + num_context_strings = num_pre_context_strings; + context_strings = pre_context_strings; + } else if (num_post_context_strings > 0) { + context_start_char = POST_CONTEXT_CHAR; + num_context_strings = num_post_context_strings; + context_strings = post_context_strings; + } + + if (num_context_strings > 0) { + log_debug("num_context_strings = %zu\n", num_context_strings); + } + + + if (tree == NULL) { + log_error("Tree was NULL, rule=%s\n", key); + goto exit_teardown; + } + + string_tree_iterator_t *iter = string_tree_iterator_new(tree); + + log_debug("iter->remaining=%d\n", iter->remaining); + + char *key_str; + + for (; !string_tree_iterator_done(iter); string_tree_iterator_next(iter)) { + rule_key->n = step_key_len; + + for (c = 0; c < iter->num_tokens; c++) { + token = string_tree_iterator_get_string(iter, c); + if (token == NULL) { + log_error("string_tree_iterator_get_string was NULL: %s\n", key); + goto exit_teardown; + } + char_array_cat(rule_key, token); + log_debug("string_tree token was %s\n", token); + } + + log_debug("rule_key=%s\n", char_array_get_string(rule_key)); + + size_t context_key_len; + + if (num_context_strings == 0) { + + token = char_array_get_string(rule_key); + if (trie_get(trie, token) == NULL_NODE_ID) { + trie_add(trie, token, replacement_index); + } else { + log_warn("Key exists: %s, skipping\n", token); + } + } else { + char_array_cat(rule_key, context_start_char); + context_key_len = strlen(char_array_get_string(rule_key)); + + for (c = 0; c < num_context_strings; c++) { + rule_key->n = context_key_len; + token = cstring_array_get_string(context_strings, c); + if (token == NULL) { + log_error("token was NULL for c=%d\n", c); + } + char_array_cat(rule_key, token); + token = char_array_get_string(rule_key); + if (trie_get(trie, token) == NULL_NODE_ID) { + trie_add(trie, token, replacement_index); + } else { + log_warn("Key exists: %s, skipping\n", token); + } + } + + } + + } + + string_tree_iterator_destroy(iter); + string_tree_destroy(tree); + + char_array_destroy(rule_key); + + if (pre_context_strings != NULL) { + cstring_array_destroy(pre_context_strings); + } + + if (post_context_strings != NULL) { + cstring_array_destroy(post_context_strings); + } + + // Only needed if we created a combined context array + if (combined_context_strings) { + cstring_array_destroy(context_strings); + } + } + + char_array_destroy(step_key); + + } + + char_array_destroy(trans_key); + + if (!transliteration_table_add_transliterator(trans)) { + goto exit_teardown; + } + + } + + size_t num_source_scripts = sizeof(script_transliteration_rules) / sizeof(script_transliteration_rule_t); + + for (int i = 0; i < num_source_scripts; i++) { + script_transliteration_rule_t rule = script_transliteration_rules[i]; + + if (!transliteration_table_add_script_language(rule.script_language, rule.index)) { + goto exit_teardown; + } + + transliterator_index_t index = rule.index; + + for (int j = index.transliterator_index; j < index.transliterator_index + index.num_transliterators; j++) { + char *trans_name = script_transliterators[j]; + if (trans_name == NULL) { + goto exit_teardown; + } + cstring_array_add_string(trans_table->transliterator_names, trans_name); + } + + } + + transliteration_table_write(f); + fclose(f); + transliteration_module_teardown(); + log_info("Done!\n"); + exit(EXIT_SUCCESS); + +exit_teardown: + log_error("FAIL\n"); + transliteration_module_teardown(); + exit(EXIT_FAILURE); + +} \ No newline at end of file diff --git a/src/trie.c b/src/trie.c new file mode 100644 index 0000000..2e11ba6 --- /dev/null +++ b/src/trie.c @@ -0,0 +1,1122 @@ +#include "trie.h" +#include + +/* +* Maps the 256 characters (suitable for UTF-8 strings) to array indices +* ordered by frequency of usage in Wikipedia titles. +* In practice the order of the chars shouldn't matter for larger key sets +* but may save space for a small number of keys +*/ +uint8_t DEFAULT_ALPHABET[] = { +32, 97, 101, 105, 111, 110, 114, 0, 116, 108, 115, 117, 104, 99, 100, 109, +103, 121, 83, 112, 67, 98, 107, 77, 65, 102, 118, 66, 80, 84, 41, 40, +119, 82, 72, 68, 76, 71, 70, 87, 49, 44, 78, 75, 69, 74, 73, 48, +195, 122, 45, 50, 57, 79, 86, 46, 120, 85, 106, 39, 56, 51, 52, 89, +128, 226, 147, 55, 53, 54, 197, 113, 196, 90, 169, 161, 81, 179, 58, 88, +173, 188, 141, 182, 153, 177, 38, 130, 135, 164, 159, 47, 168, 33, 186, 167, +129, 200, 131, 162, 155, 184, 163, 171, 160, 137, 132, 190, 133, 34, 225, 187, +165, 189, 176, 63, 201, 140, 154, 180, 151, 170, 145, 175, 43, 152, 150, 166, +158, 194, 198, 178, 144, 181, 148, 134, 136, 42, 185, 174, 156, 143, 172, 191, +142, 96, 59, 202, 139, 183, 64, 206, 157, 61, 146, 36, 37, 199, 149, 126, +229, 230, 204, 233, 231, 207, 138, 208, 232, 92, 227, 228, 209, 94, 224, 239, +217, 205, 221, 218, 211, 4, 8, 12, 16, 20, 24, 28, 60, 203, 215, 219, +223, 235, 243, 247, 251, 124, 254, 3, 7, 11, 15, 19, 23, 27, 31, 35, +192, 212, 216, 91, 220, 95, 236, 240, 244, 248, 123, 252, 127, 2, 6, 10, +14, 18, 22, 26, 30, 62, 193, 213, 237, 241, 245, 249, 253, 1, 5, 9, +13, 17, 21, 25, 29, 210, 214, 93, 222, 234, 238, 242, 246, 250, 125, 255 +}; + + +/* +Constructors +*/ + +static trie_t *trie_new_empty(uint8_t *alphabet, uint32_t alphabet_size) { + trie_t *self = calloc(1, sizeof(trie_t)); + if (!self) + goto exit_no_malloc; + + self->nodes = trie_node_array_new_size(DEFAULT_NODE_ARRAY_SIZE); + if (!self->nodes) + goto exit_trie_created; + + self->null_node = NULL_NODE; + + self->tail = uchar_array_new_size(1); + if (!self->tail) + goto exit_node_array_created; + + self->alphabet = malloc(alphabet_size); + if (!self->alphabet) + goto exit_tail_created; + memcpy(self->alphabet, alphabet, alphabet_size); + + self->alphabet_size = alphabet_size; + + self->num_keys = 0; + + for (int i = 0; i < self->alphabet_size; i++) { + self->alpha_map[alphabet[i]] = i; + log_debug("setting alpha_map[%d] = %d\n", alphabet[i], i); + } + + self->data = trie_data_array_new_size(1); + if (!self->data) + goto exit_alphabet_created; + + return self; + +exit_alphabet_created: + free(self->alphabet); +exit_tail_created: + uchar_array_destroy(self->tail); +exit_node_array_created: + trie_node_array_destroy(self->nodes); +exit_trie_created: + free(self); +exit_no_malloc: + return NULL; +} + +trie_t *trie_new_alphabet(uint8_t *alphabet, uint32_t alphabet_size) { + trie_t *self = trie_new_empty(alphabet, alphabet_size); + if (!self) + return NULL; + + trie_node_array_push(self->nodes, (trie_node_t){0, 0}); + // Circular reference point for first and last free nodes in the linked list + trie_node_array_push(self->nodes, (trie_node_t){-1, -1}); + // Root node + trie_node_array_push(self->nodes, (trie_node_t){TRIE_POOL_BEGIN, 0}); + + uchar_array_push(self->tail, '\0'); + // Since data indexes are negative integers, index 0 is not valid, so pad it + trie_data_array_push(self->data, (trie_data_node_t){0, 0}); + + return self; +} + +trie_t *trie_new(void) { + return trie_new_alphabet(DEFAULT_ALPHABET, sizeof(DEFAULT_ALPHABET)); +} + +inline bool trie_node_is_free(trie_node_t node) { + return node.check < 0; +} + +inline trie_node_t trie_get_node(trie_t *self, uint32_t index) { + if ((index >= self->nodes->n) || index < ROOT_NODE_ID) return self->null_node; + return self->nodes->a[index]; +} + +inline void trie_set_base(trie_t *self, uint32_t index, int32_t base) { + log_debug("Setting base at %d to %d\n", index, base); + self->nodes->a[index].base = base; +} + +inline void trie_set_check(trie_t *self, uint32_t index, int32_t check) { + log_debug("Setting check at %d to %d\n", index, check); + self->nodes->a[index].check = check; +} + + +inline trie_node_t trie_get_root(trie_t *self) { + return self->nodes->a[ROOT_NODE_ID]; +} + +inline trie_node_t trie_get_free_list(trie_t *self) { + return self->nodes->a[FREE_LIST_ID]; +} + + +/* +* Private implementation +*/ + + + +static bool trie_extend(trie_t *self, uint32_t to_index) { + uint32_t new_begin, i, free_tail; + + if (to_index <= 0 || TRIE_MAX_INDEX <= to_index) + return false; + + if (to_index < self->nodes->n) + return true; + + new_begin = (uint32_t)self->nodes->n; + + for (i = new_begin; i < to_index + 1; i++) { + trie_node_array_push(self->nodes, (trie_node_t){-(i-1), -(i+1)}); + } + + trie_node_t free_list_node = trie_get_free_list(self); + free_tail = -free_list_node.base; + trie_set_check(self, free_tail, -new_begin); + trie_set_base(self, new_begin, -free_tail); + trie_set_check(self, to_index, -FREE_LIST_ID); + trie_set_base(self, FREE_LIST_ID, -to_index); + + return true; +} + +void trie_make_room_for(trie_t *self, uint32_t next_id) { + if (next_id+self->alphabet_size >= self->nodes->n) { + trie_extend(self, next_id+self->alphabet_size); + log_debug("extended to %zu\n", self->nodes->n); + } +} + +static inline void trie_set_node(trie_t *self, uint32_t index, trie_node_t node) { + log_debug("setting node, index=%d, node=(%d,%d)\n", index, node.base, node.check); + self->nodes->a[index] = node; +} + +static void trie_init_node(trie_t *self, uint32_t index) { + int32_t prev, next; + + trie_node_t node = trie_get_node(self, index); + prev = -node.base; + next = -node.check; + + trie_set_check(self, prev, -next); + trie_set_base(self, next, -prev); + +} + +static void trie_free_node(trie_t *self, uint32_t index) { + int32_t i, prev; + + trie_node_t free_list_node = trie_get_free_list(self); + trie_node_t node; + i = -free_list_node.check; + while (i != FREE_LIST_ID && i < index) { + node = trie_get_node(self, i); + i = -node.check; + } + + node = trie_get_node(self, i); + prev = -node.base; + + trie_set_node(self, index, (trie_node_t){-prev, -i}); + + trie_set_check(self, prev, -index); + trie_set_base(self, i, -index); +} + + +static bool trie_node_has_children(trie_t *self, uint32_t node_id) { + uint32_t index; + if (node_id > self->nodes->n) + return false; + trie_node_t node = trie_get_node(self, node_id); + if (node.base < 0) + return false; + for (int i = 0; i < self->alphabet_size; i++) { + unsigned char c = self->alphabet[i]; + index = trie_get_transition_index(self, node, c); + if (index < self->nodes->n && (uint32_t)trie_get_node(self, index).check == node_id) + return true; + } + return false; +} + +static void trie_prune_up_to(trie_t *self, uint32_t p, uint32_t s) { + log_debug("Pruning from %d to %d\n", s, p); + log_debug("%d has_children=%d\n", s, trie_node_has_children(self, s)); + while (p != s && !trie_node_has_children(self, s)) { + uint32_t parent = trie_get_node(self, s).check; + trie_free_node(self, s); + s = parent; + } +} + +static void trie_prune(trie_t *self, uint32_t s) { + trie_prune_up_to(self, ROOT_NODE_ID, s); +} + +static void trie_get_transition_chars(trie_t *self, uint32_t node_id, unsigned char *transitions, uint32_t *num_transitions) { + uint32_t index; + uint32_t j = 0; + trie_node_t node = trie_get_node(self, node_id); + for (int i = 0; i < self->alphabet_size; i++) { + unsigned char c = self->alphabet[i]; + index = trie_get_transition_index(self, node, c); + if (index < self->nodes->n && trie_get_node(self, index).check == node_id) { + log_debug("adding transition char %c to index %d\n", c, j); + transitions[j++] = c; + } + } + + *num_transitions = j; +} + + +static bool trie_can_fit_transitions(trie_t *self, uint32_t node_id, unsigned char *transitions, uint32_t num_transitions) { + uint32_t i; + uint32_t char_index, index; + + for (i = 0; i < num_transitions; i++) { + unsigned char c = transitions[i]; + char_index = trie_get_char_index(self, c); + index = node_id + char_index; + trie_node_t node = trie_get_node(self, index); + if (node_id > TRIE_MAX_INDEX - char_index || !trie_node_is_free(node)) { + return false; + } + + } + return true; + +} + +static uint32_t trie_find_new_base(trie_t *self, unsigned char *transitions, uint32_t num_transitions) { + uint32_t first_char_index = trie_get_char_index(self, transitions[0]); + + trie_node_t node = trie_get_free_list(self); + uint32_t index = -node.check; + + while (index != FREE_LIST_ID && index < first_char_index + TRIE_POOL_BEGIN) { + node = trie_get_node(self, index); + index = -node.check; + } + + + if (index == FREE_LIST_ID) { + for (index = first_char_index + TRIE_POOL_BEGIN; ; index++) { + if (!trie_extend(self, index)) { + log_error("Trie index error extending to %d\n", index); + return TRIE_INDEX_ERROR; + } + node = trie_get_node(self, index); + if (node.check < 0) + break; + } + } + + // search for next free cell that fits the transitions + while (!trie_can_fit_transitions(self, index - first_char_index, transitions, num_transitions)) { + trie_node_t node = trie_get_node(self, index); + if (-node.check == FREE_LIST_ID) { + if (!trie_extend(self, (uint32_t) self->nodes->n + self->alphabet_size)) { + log_error("Trie index error extending to %d\n", index); + return TRIE_INDEX_ERROR; + } + node = trie_get_node(self, index); + } + + index = -node.check; + + } + + return index - first_char_index; + +} + +static size_t trie_required_size(trie_t *self, uint32_t index) { + size_t array_size = (size_t)self->nodes->m; + // Make sure we have enough space in the array + while (array_size < (TRIE_POOL_BEGIN+index)) { + array_size *= 2; + } + return array_size; +} + +static void trie_relocate_base(trie_t *self, uint32_t current_index, int32_t new_base) { + log_debug("Relocating base at %d\n", current_index); + uint32_t i; + + trie_make_room_for(self, new_base); + + trie_node_t old_node = trie_get_node(self, current_index); + + uint32_t num_transitions = 0; + unsigned char transitions[self->alphabet_size]; + trie_get_transition_chars(self, current_index, transitions, &num_transitions); + + for (i = 0; i < num_transitions; i++) { + unsigned char c = transitions[i]; + + uint32_t char_index = trie_get_char_index(self, c); + + uint32_t old_index = old_node.base + char_index; + uint32_t new_index = new_base + char_index; + + log_debug("old_index=%d\n", old_index); + trie_node_t old_transition = trie_get_node(self, old_index); + + trie_init_node(self, new_index); + trie_set_node(self, new_index, (trie_node_t){old_transition.base, current_index}); + + /* + * All transitions out of old_index are now owned by new_index + * set check values appropriately + */ + if (old_transition.base > 0) { // do nothing in the case of a tail pointer + for (uint32_t j = 0; j < self->alphabet_size; j++) { + unsigned char c = self->alphabet[j]; + uint32_t index = trie_get_transition_index(self, old_transition, c); + if (index < self->nodes->n && trie_get_node(self, index).check == old_index) { + trie_set_check(self, index, new_index); + } + } + } + + // Free the node at old_index + log_debug("freeing node at %d\n", old_index); + trie_free_node(self, old_index); + + } + + trie_set_base(self, current_index, new_base); +} + + + +/* +* Public methods +*/ + +inline uint32_t trie_get_char_index(trie_t *self, unsigned char c) { + return self->alpha_map[(uint8_t)c] + 1; +} + +inline uint32_t trie_get_transition_index(trie_t *self, trie_node_t node, unsigned char c) { + uint32_t char_index = trie_get_char_index(self, c); + return node.base + char_index; +} + +inline trie_node_t trie_get_transition(trie_t *self, trie_node_t node, unsigned char c) { + uint32_t index = trie_get_transition_index(self, node, c); + + if (index >= self->nodes->n) { + return self->null_node; + } else { + return self->nodes->a[index]; + } + +} + +void trie_add_tail(trie_t *self, unsigned char *tail) { + log_debug("Adding tail: %s\n", tail); + for (; *tail; tail++) { + uchar_array_push(self->tail, *tail); + } + + uchar_array_push(self->tail, '\0'); +} + +void trie_set_tail(trie_t *self, unsigned char *tail, uint32_t tail_pos) { + log_debug("Setting tail: %s at pos %d\n", tail, tail_pos); + size_t tail_len = strlen((char *)tail); + ssize_t num_appends = (ssize_t)(tail_pos + tail_len) - self->tail->n; + int i = 0; + + // Pad with 0s if we're short + if (num_appends > 0) { + for (i = 0; i < num_appends; i++) { + uchar_array_push(self->tail, '\0'); + } + } + + for (i = tail_pos; *tail && i < self->tail->n; i++, tail++) { + self->tail->a[i] = *tail; + } + self->tail->a[i] = '\0'; +} + + +uint32_t trie_add_transition(trie_t *self, uint32_t node_id, unsigned char c) { + uint32_t next_id; + trie_node_t node, next; + uint32_t new_base; + + + node = trie_get_node(self, node_id); + uint32_t char_index = trie_get_char_index(self, c); + + log_debug("adding transition %c to node_id %d + char_index %d, base=%d, check=%d\n", c, node_id, char_index, node.base, node.check); + + + if (node.base > 0) { + log_debug("node.base > 0\n"); + next_id = node.base + char_index; + log_debug("next_id=%d\n", next_id); + trie_make_room_for(self, next_id); + + next = trie_get_node(self, next_id); + + if (next.check == node_id) { + return next_id; + } + + log_debug("next.base=%d, next.check=%d\n", next.base, next.check); + + if (node.base > TRIE_MAX_INDEX - char_index || !trie_node_is_free(next)) { + log_debug("node.base > TRIE_MAX_INDEX\n"); + uint32_t num_transitions; + unsigned char transitions[self->alphabet_size]; + trie_get_transition_chars(self, node_id, transitions, &num_transitions); + + transitions[num_transitions++] = c; + new_base = trie_find_new_base(self, transitions, num_transitions); + + trie_relocate_base(self, node_id, new_base); + next_id = new_base + char_index; + } + + } else { + unsigned char transitions[] = {c}; + new_base = trie_find_new_base(self, transitions, 1); + log_debug("Found base for transition char %c, base=%d\n", c, new_base); + + trie_set_base(self, node_id, new_base); + next_id = new_base + char_index; + } + log_debug("init_node\n"); + trie_init_node(self, next_id); + log_debug("setting check\n"); + trie_set_check(self, next_id, node_id); + + return next_id; +} + +int32_t trie_separate_tail(trie_t *self, uint32_t from_index, unsigned char *tail, uint32_t data) { + unsigned char c = *tail; + int32_t index = trie_add_transition(self, from_index, c); + + if (*tail != '\0') tail++; + + log_debug("Separating node at index %d into char %c with tail %s\n", from_index, c, tail); + trie_set_base(self, index, -1 * (int32_t)self->data->n); + + trie_data_array_push(self->data, (trie_data_node_t){(uint32_t)self->tail->n, data}); + trie_add_tail(self, tail); + + return index; +} + +void trie_tail_merge(trie_t *self, uint32_t old_node_id, unsigned char *suffix, uint32_t data) { + unsigned char c; + uint32_t next_id; + + trie_node_t old_node = trie_get_node(self, old_node_id); + int32_t old_data_index = -1*old_node.base; + trie_data_node_t old_data_node = self->data->a[old_data_index]; + uint32_t old_tail_pos = old_data_node.tail; + + unsigned char *original_tail = self->tail->a + old_tail_pos; + unsigned char *old_tail = original_tail; + log_debug("Merging existing tail %s with new tail %s, node_id=%d\n", original_tail, suffix, old_node_id); + + size_t common_prefix = string_common_prefix((char *)old_tail, (char *)suffix); + size_t old_tail_len = strlen((char *)old_tail); + size_t suffix_len = strlen((char *)suffix); + if (common_prefix == old_tail_len && old_tail_len == suffix_len) { + log_debug("Key already exists, setting value to %d\n", data); + self->data->a[old_data_index] = (trie_data_node_t) {old_tail_pos, data}; + return; + } + + uint32_t node_id = old_node_id; + log_debug("common_prefix=%zu\n", common_prefix); + + for (size_t i = 0; i < common_prefix; i++) { + c = old_tail[i]; + log_debug("merge tail, c=%c, node_id=%d\n", c, node_id); + next_id = trie_add_transition(self, node_id, c); + if (next_id == TRIE_INDEX_ERROR) { + goto exit_prune; + } + node_id = next_id; + } + + uint32_t old_tail_index = trie_add_transition(self, node_id, *(old_tail+common_prefix)); + log_debug("old_tail_index=%d\n", old_tail_index); + if (old_tail_index == TRIE_INDEX_ERROR) { + goto exit_prune; + } + + old_tail += common_prefix; + if (*old_tail != '\0') { + old_tail++; + } + + trie_set_base(self, old_tail_index, -1 * old_data_index); + trie_set_tail(self, old_tail, old_tail_pos); + + trie_separate_tail(self, node_id, suffix+common_prefix, data); + return; + +exit_prune: + trie_prune_up_to(self, old_node_id, node_id); + trie_set_tail(self, original_tail, old_tail_pos); + return; +} + + + +void trie_print(trie_t *self) { + printf("Trie\n"); + printf("num_nodes=%zu, alphabet_size=%d\n\n", self->nodes->n, self->alphabet_size); + for (size_t i = 0; i < self->nodes->n; i++) { + int32_t base = self->nodes->a[i].base; + int32_t check = self->nodes->a[i].check; + + int check_width = abs(check) > 9 ? (int) log10(abs(check))+1 : 1; + int base_width = abs(base) > 9 ? (int) log10(abs(base))+1 : 1; + if (base < 0) base_width++; + if (check < 0) check_width++; + int width = base_width > check_width ? base_width : check_width; + printf("%*d ", width, base); + } + printf("\n"); + + for (size_t i = 0; i < self->nodes->n; i++) { + int32_t base = self->nodes->a[i].base; + int32_t check = self->nodes->a[i].check; + + int check_width = abs(check) > 9 ? (int) log10(abs(check)) + 1 : 1; + int base_width = abs(base) > 9 ? (int) log10(abs(base)) + 1 : 1; + if (base < 0) base_width++; + if (check < 0) check_width++; + int width = base_width > check_width ? base_width : check_width; + printf("%*d ", width, check); + } + printf("\n"); + for (size_t i = 0; i < self->tail->n; i++) { + printf("%c ", self->tail->a[i]); + } + printf("\n"); + for (size_t i = 0; i < self->data->n; i++) { + uint32_t tail = self->data->a[i].tail; + uint32_t data = self->data->a[i].data; + + int tail_width = tail > 9 ? (int) log10(tail)+1 : 1; + int data_width = data > 9 ? (int) log10(data)+1 : 1; + + int width = tail_width > data_width ? tail_width : data_width; + printf("%*d ", width, tail); + + } + printf("\n"); + for (size_t i = 0; i < self->data->n; i++) { + uint32_t tail = self->data->a[i].tail; + uint32_t data = self->data->a[i].data; + + int tail_width = tail > 9 ? (int) log10(tail)+1 : 1; + int data_width = data > 9 ? (int) log10(data)+1 : 1; + + int width = tail_width > data_width ? tail_width : data_width; + printf("%*d ", width, data); + + } + printf("\n"); + +} + +bool trie_add_at_index(trie_t *self, uint32_t node_id, char *key, size_t len, uint32_t data) { + if (len == 2 && (key[0] == TRIE_SUFFIX_CHAR[0] || key[0] == TRIE_PREFIX_CHAR[0]) && key[1] == '\0') { + return false; + } + + unsigned char *ptr = (unsigned char *)key; + uint32_t last_node_id = node_id; + trie_node_t last_node = trie_get_node(self, node_id); + if (last_node.base == NULL_NODE_ID) { + log_debug("last_node.base == NULL_NODE_ID, node_id = %d\n", node_id); + return false; + } + + trie_node_t node; + + // Walks node until prefix reached, including the trailing \0 + + for (size_t i = 0; i < len; ptr++, i++, last_node_id = node_id, last_node = node) { + + log_debug("--- char=%d\n", *ptr); + node_id = trie_get_transition_index(self, last_node, *ptr); + log_debug("node_id=%d, last_node.base=%d, last_node.check=%d, char_index=%d\n", node_id, last_node.base, last_node.check, trie_get_char_index(self, *ptr)); + + if (node_id != NULL_NODE_ID) { + trie_make_room_for(self, node_id); + } + + node = trie_get_node(self, node_id); + log_debug("node.check=%d, last_node_id=%d, node.base=%d\n", node.check, last_node_id, node.base); + + if (node.check < 0 || (node.check != last_node_id)) { + log_debug("last_node_id=%d, ptr=%s, tail_pos=%zu\n", last_node_id, ptr, self->tail->n); + trie_separate_tail(self, last_node_id, ptr, data); + break; + } else if (node.base < 0 && node.check == last_node_id) { + log_debug("Case 3 insertion\n"); + trie_tail_merge(self, node_id, ptr + 1, data); + break; + } + } + + self->num_keys++; + return true; +} + + +inline bool trie_add(trie_t *self, char *key, uint32_t data) { + size_t len = strlen(key); + if (len == 0) return false; + return trie_add_at_index(self, ROOT_NODE_ID, key, len + 1, data); +} + +inline bool trie_add_len(trie_t *self, char *key, size_t len, uint32_t data) { + return trie_add_at_index(self, ROOT_NODE_ID, key, len, data); +} + +bool trie_add_prefix_at_index(trie_t *self, char *key, uint32_t start_node_id, uint32_t data) { + size_t len = strlen(key); + if (start_node_id == NULL_NODE_ID || len == 0) return false; + + trie_node_t start_node = trie_get_node(self, start_node_id); + + unsigned char prefix_char = TRIE_PREFIX_CHAR[0]; + + uint32_t node_id = trie_get_transition_index(self, start_node, prefix_char); + trie_node_t node = trie_get_node(self, node_id); + if (node.check != start_node_id) { + node_id = trie_add_transition(self, start_node_id, prefix_char); + } + + bool success = trie_add_at_index(self, node_id, key, len, data); + + return success; +} + +inline bool trie_add_prefix(trie_t *self, char *key, uint32_t data) { + return trie_add_prefix_at_index(self, key, ROOT_NODE_ID, data); +} + +bool trie_add_suffix_at_index(trie_t *self, char *key, uint32_t start_node_id, uint32_t data) { + size_t len = strlen(key); + if (start_node_id == NULL_NODE_ID || len == 0) return false; + + trie_node_t start_node = trie_get_node(self, start_node_id); + + unsigned char suffix_char = TRIE_SUFFIX_CHAR[0]; + + uint32_t node_id = trie_get_transition_index(self, start_node, suffix_char); + trie_node_t node = trie_get_node(self, node_id); + if (node.check != start_node_id) { + node_id = trie_add_transition(self, start_node_id, suffix_char); + } + + char *suffix = utf8_reversed_string(key); + + bool success = trie_add_at_index(self, node_id, suffix, len, data); + + free(suffix); + return success; + +} + +inline bool trie_add_suffix(trie_t *self, char *key, uint32_t data) { + return trie_add_suffix_at_index(self, key, ROOT_NODE_ID, data); +} + +bool trie_compare_tail(trie_t *self, char *str, size_t len, size_t tail_index) { + if (tail_index >= self->tail->n) return false; + + unsigned char *current_tail = self->tail->a + tail_index; + return strncmp((char *)current_tail, str, len) == 0; +} + +inline trie_data_node_t trie_get_data_node(trie_t *self, trie_node_t node) { + if (node.base >= 0) { + return NULL_DATA_NODE; + } + int32_t data_index = -1*node.base; + trie_data_node_t data_node = self->data->a[data_index]; + return data_node; +} + +inline bool trie_set_data_node(trie_t *self, uint32_t index, trie_data_node_t data_node) { + if (self == NULL || self->data == NULL || index >= self->data->n) return false; + self->data->a[index] = data_node; + return true; +} + +inline bool trie_get_data_at_index(trie_t *self, uint32_t index, uint32_t *data) { + if (index == NULL_NODE_ID) return false; + + trie_node_t node = trie_get_node(self, index); + trie_data_node_t data_node = trie_get_data_node(self, node); + if (data_node.tail == 0) return false; + *data = data_node.data; + + return true; +} + +inline bool trie_get_data(trie_t *self, char *key, uint32_t *data) { + uint32_t node_id = trie_get(self, key); + return trie_get_data_at_index(self, node_id, data); +} + +inline bool trie_set_data_at_index(trie_t *self, uint32_t index, uint32_t data) { + if (index == NULL_NODE_ID) return false; + trie_node_t node = trie_get_node(self, index); + trie_data_node_t data_node = trie_get_data_node(self, node); + data_node.data = data; + return trie_set_data_node(self, -1*node.base, data_node); + +} + +inline bool trie_set_data(trie_t *self, char *key, uint32_t data) { + uint32_t node_id = trie_get(self, key); + if (node_id == NULL_NODE_ID) { + return trie_add(self, key, data); + } + + return trie_set_data_at_index(self, node_id, data); +} + +trie_prefix_result_t trie_get_prefix_from_index(trie_t *self, char *key, size_t len, uint32_t start_index, size_t tail_pos) { + if (key == NULL) { + return NULL_PREFIX_RESULT; + } + + unsigned char *ptr = (unsigned char *)key; + + uint32_t node_id = start_index; + trie_node_t node = trie_get_node(self, node_id); + if (node.base == NULL_NODE_ID) { + return NULL_PREFIX_RESULT; + } + + uint32_t next_id = NULL_NODE_ID; + + bool original_node_no_tail = node.base >= 0; + + size_t i = 0; + + if (node.base >= 0) { + // Include NUL-byte. It may be stored if this phrase is a prefix of a longer one + for (i = 0; i < len; i++, ptr++, node_id = next_id) { + next_id = trie_get_transition_index(self, node, *ptr); + node = trie_get_node(self, next_id); + + if (node.check != node_id) { + return NULL_PREFIX_RESULT; + } + + if (node.base < 0) break; + } + } else { + next_id = node_id; + node = trie_get_node(self, node_id); + } + + if (node.base < 0) { + trie_data_node_t data_node = trie_get_data_node(self, node); + + char *query_tail = (*ptr && original_node_no_tail) ? (char *)ptr + 1 : (char *)ptr; + size_t query_len = (*ptr && original_node_no_tail) ? len - i - 1 : len - i; + + if (data_node.tail != 0 && trie_compare_tail(self, query_tail, query_len, data_node.tail + tail_pos)) { + return (trie_prefix_result_t){next_id, tail_pos + query_len}; + } else { + return NULL_PREFIX_RESULT; + + } + } else { + return (trie_prefix_result_t){next_id, 0}; + } + + return NULL_PREFIX_RESULT; + +} + +trie_prefix_result_t trie_get_prefix_len(trie_t *self, char *key, size_t len) { + return trie_get_prefix_from_index(self, key, len, ROOT_NODE_ID, 0); +} + +trie_prefix_result_t trie_get_prefix(trie_t *self, char *key) { + return trie_get_prefix_from_index(self, key, strlen(key), ROOT_NODE_ID, 0); +} + +uint32_t trie_get_from_index(trie_t *self, char *word, size_t len, uint32_t i) { + if (word == NULL) return NULL_NODE_ID; + + unsigned char *ptr = (unsigned char *)word; + + uint32_t node_id = i; + trie_node_t node = trie_get_node(self, i); + if (node.base == NULL_NODE_ID) return NULL_NODE_ID; + + uint32_t next_id; + + // Include NUL-byte. It may be stored if this phrase is a prefix of a longer one + + for (size_t i = 0; i < len + 1; i++, ptr++, node_id = next_id) { + next_id = trie_get_transition_index(self, node, *ptr); + node = trie_get_node(self, next_id); + + if (node.check != node_id) { + return NULL_NODE_ID; + } + + if (node.check == node_id && node.base < 0) { + trie_data_node_t data_node = trie_get_data_node(self, node); + + char *query_tail = *ptr ? (char *) ptr + 1 : (char *) ptr; + + if (data_node.tail != 0 && trie_compare_tail(self, query_tail, strlen(query_tail) + 1, data_node.tail)) { + return next_id; + } else { + return NULL_NODE_ID; + } + + } + + } + + return next_id; + +} + +uint32_t trie_get_len(trie_t *self, char *word, size_t len) { + return trie_get_from_index(self, word, len, ROOT_NODE_ID); +} + +uint32_t trie_get(trie_t *self, char *word) { + size_t word_len = strlen(word); + return trie_get_from_index(self, word, word_len, ROOT_NODE_ID); +} + + +inline uint32_t trie_num_keys(trie_t *self) { + if (self == NULL) return 0; + return self->num_keys; +} + +/* +Destructor +*/ +void trie_destroy(trie_t *self) { + if (!self) + return; + + if (self->alphabet) + free(self->alphabet); + if (self->nodes) + trie_node_array_destroy(self->nodes); + if (self->tail) + uchar_array_destroy(self->tail); + if (self->data) + trie_data_array_destroy(self->data); + + free(self); +} + + +/* +I/O methods +*/ + +bool trie_write(trie_t *self, FILE *file) { + if (!file_write_uint32(file, TRIE_SIGNATURE) || + !file_write_uint32(file, self->alphabet_size)|| + !file_write_chars(file, (char *)self->alphabet, (size_t)self->alphabet_size) || + !file_write_uint32(file, self->num_keys) || + !file_write_uint32(file, (uint32_t)self->nodes->n)) { + return false; + } + + size_t i; + trie_node_t node; + + for (i = 0; i < self->nodes->n; i++) { + node = self->nodes->a[i]; + if (!file_write_uint32(file, (uint32_t)node.base) || + !file_write_uint32(file, (uint32_t)node.check)) { + return false; + } + } + + if (!file_write_uint32(file, (uint32_t)self->data->n)) + return false; + + trie_data_node_t data_node; + for (i = 0; i < self->data->n; i++) { + data_node = self->data->a[i]; + if (!file_write_uint32(file, data_node.tail) || + !file_write_uint32(file, data_node.data)) { + return false; + } + } + + if (!file_write_uint32(file, (uint32_t)self->tail->n)) + return false; + + if (!file_write_chars(file, (char *)self->tail->a, self->tail->n)) + return false; + + return true; +} + + +bool trie_save(trie_t *self, char *path) { + FILE *file; + bool result = false; + + file = fopen(path, "w+"); + if (!file) + return false; + + result = trie_write(self, file); + fclose(file); + + return result; +} + +trie_t *trie_read(FILE *file) { + uint32_t i; + + long save_pos = ftell(file); + + uint8_t alphabet[NUM_CHARS]; + + uint32_t signature; + + if (!file_read_uint32(file, &signature)) { + goto exit_file_read; + } + + if (signature != TRIE_SIGNATURE) { + goto exit_file_read; + } + + uint32_t alphabet_size; + + if (!file_read_uint32(file, &alphabet_size)) { + goto exit_file_read; + } + + log_debug("alphabet_size=%d\n", alphabet_size); + if (alphabet_size > NUM_CHARS) + goto exit_file_read; + + if (!file_read_chars(file, (char *)alphabet, alphabet_size)) { + goto exit_file_read; + } + + trie_t *trie = trie_new_empty(alphabet, alphabet_size); + if (!trie) { + goto exit_file_read; + } + + uint32_t num_keys; + if (!file_read_uint32(file, &num_keys)) { + goto exit_trie_created; + } + + trie->num_keys = num_keys; + + uint32_t num_nodes; + + if (!file_read_uint32(file, &num_nodes)) { + goto exit_trie_created; + } + + log_debug("num_nodes=%d\n", num_nodes); + trie_node_array_resize(trie->nodes, num_nodes); + + int32_t base; + int32_t check; + trie_node_t node; + + unsigned char *buf; + size_t buf_size = num_nodes * sizeof(uint32_t) * 2; + buf = malloc(buf_size); + if (buf == NULL) { + goto exit_trie_created; + } + + unsigned char *buf_ptr; + + if (file_read_chars(file, (char *)buf, buf_size)) { + buf_ptr = buf; + for (i = 0; i < num_nodes; i++) { + node.base = (int32_t)file_deserialize_uint32(buf_ptr); + buf_ptr += sizeof(uint32_t); + node.check = (int32_t)file_deserialize_uint32(buf_ptr); + buf_ptr += sizeof(uint32_t); + + trie_node_array_push(trie->nodes, node); + } + } + + free(buf); + buf = NULL; + + uint32_t num_data_nodes; + if (!file_read_uint32(file, &num_data_nodes)) { + goto exit_trie_created; + } + + trie_data_array_resize(trie->data, num_data_nodes); + log_debug("num_data_nodes=%d\n", num_data_nodes); + + trie_data_node_t data_node; + + buf_size = num_data_nodes * sizeof(uint32_t) * 2; + buf = malloc(buf_size); + if (buf == NULL) { + goto exit_trie_created; + } + + if (file_read_chars(file, (char *)buf, buf_size)) { + buf_ptr = buf; + for (i = 0; i < num_data_nodes; i++) { + data_node.tail = (int32_t)file_deserialize_uint32(buf_ptr); + buf_ptr += sizeof(uint32_t); + data_node.data = (int32_t)file_deserialize_uint32(buf_ptr); + buf_ptr += sizeof(uint32_t); + + trie_data_array_push(trie->data, data_node); + } + } + + free(buf); + + uint32_t tail_len; + if (!file_read_uint32(file, &tail_len)) { + goto exit_trie_created; + } + + uchar_array_resize(trie->tail, tail_len); + trie->tail->n = tail_len; + + if (!file_read_chars(file, (char *)trie->tail->a, tail_len)) { + goto exit_trie_created; + } + + return trie; + +exit_trie_created: + trie_destroy(trie); +exit_file_read: + fseek(file, save_pos, SEEK_SET); + return NULL; +} + +trie_t *trie_load(char *path) { + FILE *file; + + file = fopen(path, "rb"); + if (!file) + return NULL; + + trie_t *trie = trie_read(file); + + fclose(file); + + return trie; +} diff --git a/src/trie.h b/src/trie.h new file mode 100644 index 0000000..d2f8519 --- /dev/null +++ b/src/trie.h @@ -0,0 +1,153 @@ +/****************************************************************************** +* Double-array trie implementation for compactly storing large dictionaries. +* This trie differs from most implmentations in that it stores all of the tails +* (compressed) in a single contiguous character array, separated by NUL-bytes, +* so given an index into that array, we can treat the array as a C string +* starting at that index. It also makes serialization dead simple. We +* implement a novel scheme for storing reversed strings (suffixes, etc.) A suffix +* is defined as the reversed UTF-8 suffix string prefixed by TRIE_SUFFIX_CHAR. +* Similarly, a prefix is defined as being prefixed by TRIE_PREFIX_CHAR. +* trie_search defines several methods for searching strings, tokenized strings, +* prefixes and suffixes. Note that the single characters TRIE_SUFFIX_CHAR +* and TRIE_PREFIX_CHAR are not allowed as keys (both are defined as control +* characters, so are unlikely to affect natural language applications). +* This trie implementation also has several *_from_index methods which allow +* for effective namespacing e.g. adding the keys "en|blvd" and "fr|blvd" +* and searching by language. For more information on double-array tries +* generally, see: http://linux.thai.net/~thep/datrie/datrie.html +******************************************************************************/ + +#ifndef TRIE_H +#define TRIE_H + + + +#include +#include +#include +#include +#include + +#include "collections.h" +#include "file_utils.h" +#include "klib/kvec.h" +#include "log/log.h" +#include "string_utils.h" + +#define TRIE_SIGNATURE 0xABABABAB +#define NULL_NODE_ID 0 +#define FREE_LIST_ID 1 +#define ROOT_NODE_ID 2 +#define TRIE_POOL_BEGIN 3 +#define DEFAULT_NODE_ARRAY_SIZE 32 + +#define TRIE_INDEX_ERROR 0 +#define TRIE_MAX_INDEX 0x7fffffff + +#define TRIE_PREFIX_CHAR "\x02" +#define TRIE_SUFFIX_CHAR "\x03" + +// Using 256 characters can fit all UTF-8 encoded strings +#define NUM_CHARS 256 + +typedef struct trie_node { + int32_t base; + int32_t check; +} trie_node_t; + +#define NULL_NODE (trie_node_t){0, 0} + +typedef struct trie_data_node { + uint32_t tail; + uint32_t data; +} trie_data_node_t; + +#define NULL_DATA_NODE (trie_data_node_t){0, 0}; + +VECTOR_INIT(trie_node_array, trie_node_t) +VECTOR_INIT(trie_data_array, trie_data_node_t) + +typedef struct trie { + trie_node_t null_node; + trie_node_array *nodes; + trie_data_array *data; + uchar_array *tail; + char *alphabet; + uint8_t alpha_map[NUM_CHARS]; + uint32_t alphabet_size; + uint32_t num_keys; +} trie_t; + +trie_t *trie_new_alphabet(uint8_t *alphabet, uint32_t alphabet_size); +trie_t *trie_new(void); + +uint32_t trie_get_char_index(trie_t *self, unsigned char c); +uint32_t trie_get_transition_index(trie_t *self, trie_node_t node, unsigned char c); +trie_node_t trie_get_transition(trie_t *self, trie_node_t node, unsigned char c); +bool trie_node_is_free(trie_node_t node); + + +trie_node_t trie_get_node(trie_t *self, uint32_t index); +void trie_set_base(trie_t *self, uint32_t index, int32_t base); +void trie_set_check(trie_t *self, uint32_t index, int32_t check); +trie_node_t trie_get_root(trie_t *self); +trie_node_t trie_get_free_list(trie_t *self); + +trie_data_node_t trie_get_data_node(trie_t *self, trie_node_t node); +bool trie_set_data_node(trie_t *self, uint32_t index, trie_data_node_t data_node); + +bool trie_get_data_at_index(trie_t *self, uint32_t index, uint32_t *data); +bool trie_get_data(trie_t *self, char *key, uint32_t *data); +bool trie_set_data_at_index(trie_t *self, uint32_t index, uint32_t data); +bool trie_set_data(trie_t *self, char *key, uint32_t data); + +bool trie_tail_match(trie_t *self, char *str, uint32_t tail_index); + +uint32_t trie_add_transition(trie_t *self, uint32_t node_id, unsigned char c); + +void trie_make_room_for(trie_t *self, uint32_t next_id); + +void trie_add_tail(trie_t *self, unsigned char *tail); +void trie_set_tail(trie_t *self, unsigned char *tail, uint32_t tail_pos); +int32_t trie_separate_tail(trie_t *self, uint32_t from_index, unsigned char *tail, uint32_t data); +void trie_tail_merge(trie_t *self, uint32_t old_node_id, unsigned char *suffix, uint32_t data); + +bool trie_add_at_index(trie_t *self, uint32_t node_id, char *key, size_t len, uint32_t data); +bool trie_add(trie_t *self, char *key, uint32_t data); +bool trie_add_len(trie_t *self, char *key, size_t len, uint32_t data); +bool trie_add_suffix(trie_t *self, char *key, uint32_t data); +bool trie_add_suffix_at_index(trie_t *self, char *key, uint32_t start_node_id, uint32_t data); +bool trie_add_prefix(trie_t *self, char *key, uint32_t data); +bool trie_add_prefix_at_index(trie_t *self, char *key, uint32_t start_node_id, uint32_t data); + +uint32_t trie_get_from_index(trie_t *self, char *word, size_t len, uint32_t i); +uint32_t trie_get_len(trie_t *self, char *word, size_t len); +uint32_t trie_get(trie_t *self, char *word); + +uint32_t trie_num_keys(trie_t *self); + +typedef struct trie_prefix_result { + uint32_t node_id; + size_t tail_pos; +} trie_prefix_result_t; + +#define ROOT_PREFIX_RESULT (trie_prefix_result_t) {ROOT_NODE_ID, 0} +#define NULL_PREFIX_RESULT (trie_prefix_result_t) {NULL_NODE_ID, 0} + +trie_prefix_result_t trie_get_prefix(trie_t *self, char *key); +trie_prefix_result_t trie_get_prefix_len(trie_t *self, char *key, size_t len); +trie_prefix_result_t trie_get_prefix_from_index(trie_t *self, char *key, size_t len, uint32_t start_index, size_t tail_pos); + +void trie_print(trie_t *self); + +bool trie_write(trie_t *self, FILE *file); +bool trie_save(trie_t *self, char *path); + +trie_t *trie_read(FILE *file); +trie_t *trie_load(char *path); + +void trie_destroy(trie_t *self); + + + +#endif diff --git a/src/trie_search.c b/src/trie_search.c new file mode 100644 index 0000000..d32352c --- /dev/null +++ b/src/trie_search.c @@ -0,0 +1,855 @@ +#include "trie_search.h" + +typedef enum { + SEARCH_STATE_BEGIN, + SEARCH_STATE_NO_MATCH, + SEARCH_STATE_PARTIAL_MATCH, + SEARCH_STATE_MATCH +} trie_search_state_t; + +bool trie_search_from_index(trie_t *self, char *text, uint32_t start_node_id, phrase_array **phrases) { + if (text == NULL) return false; + + ssize_t len, remaining; + int32_t unich = 0; + unsigned char ch = '\0'; + + const uint8_t *ptr = (const uint8_t *)text; + const uint8_t *fail_ptr = ptr; + + uint32_t node_id = start_node_id; + trie_node_t node = trie_get_node(self, node_id), last_node = node; + uint32_t next_id; + + bool match = false; + uint32_t index = 0; + uint32_t phrase_len = 0; + uint32_t phrase_start = 0; + uint32_t data; + + trie_search_state_t state = SEARCH_STATE_BEGIN, last_state = SEARCH_STATE_BEGIN; + + bool advance_index = true; + + while(1) { + len = utf8proc_iterate(ptr, -1, &unich); + remaining = len; + if (len <= 0) return false; + if (!(utf8proc_codepoint_valid(unich))) return false; + + int cat = utf8proc_category(unich); + bool is_letter = utf8_is_letter(cat); + + // If we're in the middle of a word and the first letter was not a match, skip the word + if (is_letter && state == SEARCH_STATE_NO_MATCH) { + log_debug("skipping\n"); + ptr += len; + index += len; + last_state = state; + continue; + } + + // Match in the middle of a word + if (is_letter && last_state == SEARCH_STATE_MATCH) { + log_debug("last_state == SEARCH_STATE_MATCH && is_letter\n"); + // Only set match to false so we don't callback + match = false; + } + + for (int i=0; remaining > 0; remaining--, i++, ptr++, last_node=node, last_state=state, node_id=next_id) { + ch = (unsigned char) *ptr; + log_debug("char=%c\n", ch); + + next_id = trie_get_transition_index(self, node, *ptr); + node = trie_get_node(self, next_id); + + if (node.check != node_id) { + state = is_letter ? SEARCH_STATE_NO_MATCH : SEARCH_STATE_BEGIN; + if (match) { + log_debug("match is true and state==SEARCH_STATE_NO_MATCH\n"); + if (*phrases == NULL) { + *phrases = phrase_array_new_size(1); + } + phrase_array_push(*phrases, (phrase_t){phrase_start, phrase_len, data}); + index = phrase_start + phrase_len; + advance_index = false; + // Set the text back to the end of the last phrase + ptr = (const uint8_t *)text + index; + len = utf8proc_iterate(ptr, -1, &unich); + log_debug("ptr=%s\n", ptr); + } else { + ptr += remaining; + log_debug("done with char, now at %s\n", ptr); + } + fail_ptr = ptr; + node_id = start_node_id; + last_node = node = trie_get_node(self, node_id); + phrase_start = phrase_len = 0; + last_state = state; + match = false; + break; + } else { + log_debug("node.check == node_id\n"); + state = SEARCH_STATE_PARTIAL_MATCH; + if (last_state == SEARCH_STATE_NO_MATCH || last_state == SEARCH_STATE_BEGIN) { + log_debug("phrase_start=%u\n", index); + phrase_start = index; + fail_ptr = ptr + remaining; + } + + if (node.base < 0) { + int32_t data_index = -1*node.base; + trie_data_node_t data_node = self->data->a[data_index]; + unsigned char *current_tail = self->tail->a + data_node.tail; + + size_t tail_len = strlen((char *)current_tail); + char *query_tail = (char *)(*ptr ? ptr + 1 : ptr); + size_t query_tail_len = strlen((char *)query_tail); + log_debug("next node tail: %s\n", current_tail); + log_debug("query node tail: %s\n", query_tail); + + if (tail_len <= query_tail_len && strncmp((char *)current_tail, query_tail, tail_len) == 0) { + state = SEARCH_STATE_MATCH; + log_debug("Tail matches\n"); + last_state = state; + data = data_node.data; + log_debug("%u, %d, %zu\n", index, phrase_len, tail_len); + ptr += tail_len; + index += tail_len; + advance_index = false; + phrase_len = index + 1 - phrase_start; + match = true; + } else if (match) { + log_debug("match is true and longer phrase tail did not match\n"); + log_debug("phrase_start=%d, phrase_len=%d\n", phrase_start, phrase_len); + if (*phrases == NULL) { + *phrases = phrase_array_new_size(1); + } + phrase_array_push(*phrases, (phrase_t){phrase_start, phrase_len, data}); + ptr = fail_ptr; + match = false; + index = phrase_start + phrase_len; + advance_index = false; + } + + } + + if (ch != '\0') { + trie_node_t terminal_node = trie_get_transition(self, node, '\0'); + if (terminal_node.check == next_id) { + log_debug("Transition to NUL byte matched\n"); + state = SEARCH_STATE_MATCH; + match = true; + phrase_len = index + (uint32_t)len - phrase_start; + if (terminal_node.base < 0) { + int32_t data_index = -1*terminal_node.base; + trie_data_node_t data_node = self->data->a[data_index]; + data = data_node.data; + } + log_debug("Got match with len=%d\n", phrase_len); + fail_ptr = ptr; + } + } + } + + } + + if (unich == 0) { + if (last_state == SEARCH_STATE_MATCH) { + log_debug("Found match at the end\n"); + if (*phrases == NULL) { + *phrases = phrase_array_new_size(1); + } + phrase_array_push(*phrases, (phrase_t){phrase_start, phrase_len, data}); + } + break; + } + + if (advance_index) index += len; + + advance_index = true; + log_debug("index now %u\n", index); + } // while + + return true; +} + +inline bool trie_search_with_phrases(trie_t *self, char *str, phrase_array **phrases) { + return trie_search_from_index(self, str, ROOT_NODE_ID, phrases); +} + +inline phrase_array *trie_search(trie_t *self, char *text) { + phrase_array *phrases = NULL; + if (!trie_search_with_phrases(self, text, &phrases)) { + return false; + } + return phrases; +} + +int trie_node_search_tail_tokens(trie_t *self, trie_node_t node, char *str, token_array *tokens, size_t tail_index, int token_index) { + int32_t data_index = -1*node.base; + trie_data_node_t old_data_node = self->data->a[data_index]; + uint32_t current_tail_pos = old_data_node.tail; + + log_debug("tail_index = %zu\n", tail_index); + + unsigned char *tail_ptr = self->tail->a + current_tail_pos + tail_index; + + if (!(*tail_ptr)) { + log_debug("tail matches!\n"); + return token_index - 1; + } + + log_debug("Searching tail: %s\n", tail_ptr); + size_t num_tokens = tokens->n; + for (int i = token_index; i < num_tokens; i++) { + token_t token = tokens->a[i]; + + char *ptr = str + token.offset; + size_t token_length = token.len; + + if (!(*tail_ptr)) { + log_debug("tail matches!\n"); + return i - 1; + } + + if (token.type == WHITESPACE && *tail_ptr == ' ') continue; + + if (*tail_ptr == ' ') { + tail_ptr++; + log_debug("Got space, advancing pointer, tail_ptr=%s\n", tail_ptr); + } + + log_debug("Tail string compare: %s with %.*s\n", tail_ptr, (int)token_length, ptr); + + if (strncmp((char *)tail_ptr, ptr, token_length) == 0) { + tail_ptr += token_length; + + if (i == num_tokens - 1 && !(*tail_ptr)) { + return i; + } + } else { + return -1; + } + } + return -1; + +} + + +bool trie_search_tokens_from_index(trie_t *self, char *str, token_array *tokens, uint32_t start_node_id, phrase_array **phrases) { + if (str == NULL || tokens == NULL || tokens->n == 0) return false; + + uint32_t node_id = start_node_id, last_node_id = start_node_id; + trie_node_t node = trie_get_node(self, node_id), last_node = node; + + uint32_t data; + + int phrase_len = 0, phrase_start = 0, last_match_index = -1; + + trie_search_state_t state = SEARCH_STATE_BEGIN, last_state = SEARCH_STATE_BEGIN; + + token_t token; + size_t token_length; + + log_debug("num_tokens: %zu\n", tokens->n); + for (int i = 0; i < tokens->n; i++, last_state = state) { + token = tokens->a[i]; + token_length = token.len; + + char *ptr = str + token.offset; + log_debug("On %d, token=%.*s\n", i, (int)token_length, ptr); + + bool check_continuation = true; + + if (token.type != WHITESPACE) { + for (int j = 0; j < token_length; j++, ptr++, last_node = node, last_node_id = node_id) { + log_debug("Getting transition index for %d, (%d, %d)\n", node_id, node.base, node.check); + size_t offset = j + 1; + if (j > 0 || last_node.base >= 0) { + node_id = trie_get_transition_index(self, node, *ptr); + node = trie_get_node(self, node_id); + log_debug("Doing %c, got node_id=%d\n", *ptr, node_id); + } else { + log_debug("Tail stored on space node, rolling back one character\n"); + ptr--; + offset = j; + log_debug("ptr=%s\n", ptr); + } + + if (node.check != last_node_id && last_node.base >= 0) { + log_debug("Fell off trie. last_node_id=%d and node.check=%d\n", last_node_id, node.check); + node_id = last_node_id = start_node_id; + node = last_node = trie_get_node(self, node_id); + break; + } else if (node.base < 0) { + log_debug("Searching tail at index %d\n", i); + + uint32_t data_index = -1*node.base; + trie_data_node_t data_node = self->data->a[data_index]; + uint32_t current_tail_pos = data_node.tail; + + unsigned char *current_tail = self->tail->a + current_tail_pos; + + log_debug("token_length = %zu, j=%d\n", token_length, j); + + size_t ptr_len = token_length - offset; + log_debug("next node tail: %s vs %.*s\n", current_tail, (int)ptr_len, ptr + 1); + + if (last_state == SEARCH_STATE_NO_MATCH || last_state == SEARCH_STATE_BEGIN) { + log_debug("phrase start at %d\n", i); + phrase_start = i; + } + if (strncmp((char *)current_tail, ptr + 1, ptr_len) == 0) { + log_debug("node tail matches first token\n"); + int tail_search_result = trie_node_search_tail_tokens(self, node, str, tokens, ptr_len, i + 1); + log_debug("tail_search_result=%d\n", tail_search_result); + node_id = start_node_id; + node = trie_get_node(self, node_id); + check_continuation = false; + + if (tail_search_result != -1) { + phrase_len = tail_search_result - phrase_start + 1; + last_match_index = i = tail_search_result; + last_state = SEARCH_STATE_MATCH; + data = data_node.data; + } + break; + + } else { + node_id = start_node_id; + node = trie_get_node(self, node_id); + break; + } + } + } + } else { + check_continuation = false; + if (state == SEARCH_STATE_BEGIN || state == SEARCH_STATE_NO_MATCH) { + continue; + } + } + + + if (node.check <= 0 || node_id == start_node_id) { + log_debug("state = SEARCH_STATE_NO_MATCH\n"); + state = SEARCH_STATE_NO_MATCH; + // check + if (last_match_index != -1) { + log_debug("last_match not NULL and state==SEARCH_STATE_NO_MATCH, data=%d\n", data); + if (*phrases == NULL) { + *phrases = phrase_array_new_size(1); + } + phrase_array_push(*phrases, (phrase_t){phrase_start, last_match_index - phrase_start + 1, data}); + i = last_match_index; + last_match_index = -1; + phrase_start = phrase_len = 0; + node_id = last_node_id = start_node_id; + node = last_node = trie_get_node(self, start_node_id); + continue; + } else if (last_state == SEARCH_STATE_PARTIAL_MATCH) { + // we're in the middle of a phrase that did not fully + // match the trie. Imagine a trie that contains "a b c" and "b" + // and our string is "a b d". When we get to "d", we've matched + // the prefix "a b" and then will fall off the trie. So we'll actually + // need to go back to token "b" and start searching from the root + + // Note: i gets incremented with the next iteration of the for loop + i = phrase_start; + log_debug("last_state == SEARCH_STATE_PARTIAL_MATCH, i = %d\n", i); + last_match_index = -1; + phrase_start = phrase_len = 0; + node_id = last_node_id = start_node_id; + node = last_node = trie_get_node(self, start_node_id); + continue; + } else { + phrase_start = phrase_len = 0; + // this token was not a phrase + log_debug("Plain token=%.*s\n", (int)token.len, str + token.offset); + } + node_id = last_node_id = start_node_id; + node = last_node = trie_get_node(self, start_node_id); + } else { + + state = SEARCH_STATE_PARTIAL_MATCH; + if (!(node.base < 0) && (last_state == SEARCH_STATE_NO_MATCH || last_state == SEARCH_STATE_BEGIN)) { + log_debug("phrase_start=%d, node.base = %d, last_state=%d\n", i, node.base, last_state); + phrase_start = i; + } + + trie_node_t terminal_node = trie_get_transition(self, node, '\0'); + if (terminal_node.check == node_id) { + log_debug("node match at %d\n", i); + state = SEARCH_STATE_MATCH; + int32_t data_index = -1*terminal_node.base; + trie_data_node_t data_node = self->data->a[data_index]; + data = data_node.data; + log_debug("data = %d\n", data); + + log_debug("phrase_start = %d\n", phrase_start); + + last_match_index = i; + log_debug("last_match_index = %d\n", i); + } + + if (i == tokens->n - 1) { + if (last_match_index == -1) { + log_debug("At last token\n"); + break; + } else { + if (*phrases == NULL) { + *phrases = phrase_array_new_size(1); + } + phrase_array_push(*phrases, (phrase_t){phrase_start, last_match_index - phrase_start + 1, data}); + i = last_match_index; + last_match_index = -1; + phrase_start = phrase_len = 0; + node_id = last_node_id = start_node_id; + node = last_node = trie_get_node(self, start_node_id); + state = SEARCH_STATE_NO_MATCH; + continue; + } + } + + if (check_continuation) { + + // Check continuation + uint32_t continuation_id = trie_get_transition_index(self, node, ' '); + log_debug("transition_id: %u\n", continuation_id); + trie_node_t continuation = trie_get_node(self, continuation_id); + + if (token.type == IDEOGRAPHIC_CHAR && continuation.check != node_id) { + log_debug("Ideographic character\n"); + last_node_id = node_id; + last_node = node; + } else if (continuation.check != node_id && last_match_index != -1) { + log_debug("node->match no continuation\n"); + if (*phrases == NULL) { + *phrases = phrase_array_new_size(1); + } + phrase_array_push(*phrases, (phrase_t){phrase_start, last_match_index - phrase_start + 1, data}); + i = last_match_index; + last_match_index = -1; + phrase_start = phrase_len = 0; + node_id = last_node_id = start_node_id; + node = last_node = trie_get_node(self, start_node_id); + state = SEARCH_STATE_BEGIN; + } else if (continuation.check != node_id) { + log_debug("No continuation for phrase with start=%d, yielding tokens\n", phrase_start); + state = SEARCH_STATE_NO_MATCH; + phrase_start = phrase_len = 0; + node_id = last_node_id = start_node_id; + node = last_node = trie_get_node(self, start_node_id); + } else { + log_debug("Has continuation, node_id=%d\n", continuation_id); + last_node = node = continuation; + last_node_id = node_id = continuation_id; + } + } + } + + } + + if (last_match_index != -1) { + if (*phrases == NULL) { + *phrases = phrase_array_new_size(1); + } + log_debug("adding phrase, last_match_index=%d\n", last_match_index); + phrase_array_push(*phrases, (phrase_t){phrase_start, last_match_index - phrase_start + 1, data}); + } + + return true; +} + +inline bool trie_search_tokens_with_phrases(trie_t *self, char *str, token_array *tokens, phrase_array **phrases) { + return trie_search_tokens_from_index(self, str, tokens, ROOT_NODE_ID, phrases); +} + +inline phrase_array *trie_search_tokens(trie_t *self, char *str, token_array *tokens) { + phrase_array *phrases = NULL; + if (!trie_search_tokens_with_phrases(self, str, tokens, &phrases)) { + return NULL; + } + return phrases; +} + +phrase_t trie_search_suffixes_from_index(trie_t *self, char *word, size_t len, uint32_t start_node_id) { + uint32_t last_node_id = start_node_id; + trie_node_t last_node = trie_get_node(self, last_node_id); + uint32_t node_id = last_node_id; + trie_node_t node = last_node; + + uint32_t value = 0, phrase_start = 0, phrase_len = 0; + + ssize_t char_len; + + int32_t unich = 0; + + ssize_t index = len; + const uint8_t *ptr = (const uint8_t *)word; + const uint8_t *char_ptr; + + bool in_tail = false; + unsigned char *current_tail = (unsigned char *)""; + size_t tail_remaining = 0; + + uint32_t tail_value = 0; + + while(index > 0) { + char_len = utf8proc_iterate_reversed(ptr, index, &unich); + + if (char_len <= 0) return NULL_PHRASE; + if (!(utf8proc_codepoint_valid(unich))) return NULL_PHRASE; + + index -= char_len; + char_ptr = ptr + index; + + if (in_tail && tail_remaining >= char_len && strncmp((char *)current_tail, (char *)char_ptr, char_len) == 0) { + tail_remaining -= char_len; + current_tail += char_len; + phrase_start = (uint32_t)index; + + log_debug("tail matched at char %.*s (len=%zd)\n", (int)char_len, char_ptr, char_len); + log_debug("tail_remaining = %zu\n", tail_remaining); + + if (tail_remaining == 0) { + log_debug("tail match! tail_value=%u\n",tail_value); + phrase_len = (uint32_t)(len - index); + value = tail_value; + index = 0; + break; + } + continue; + } else if (in_tail) { + break; + } + + for (int i=0; i < char_len; i++, char_ptr++, last_node = node, last_node_id = node_id) { + log_debug("char=%c\n", (unsigned char)*char_ptr); + + node_id = trie_get_transition_index(self, node, *char_ptr); + node = trie_get_node(self, node_id); + + if (node.check != last_node_id) { + log_debug("node.check = %d and last_node_id = %d\n", node.check, last_node_id); + index = 0; + break; + } else if (node.base < 0) { + log_debug("Searching tail\n"); + + uint32_t data_index = -1*node.base; + trie_data_node_t data_node = self->data->a[data_index]; + uint32_t current_tail_pos = data_node.tail; + + tail_value = data_node.data; + + current_tail = self->tail->a + current_tail_pos; + + tail_remaining = strlen((char *)current_tail); + log_debug("tail_remaining=%zu\n", tail_remaining); + in_tail = true; + + size_t remaining_char_len = char_len - i - 1; + log_debug("remaining_char_len = %zu\n", remaining_char_len); + + if (remaining_char_len > 0 && strncmp((char *)char_ptr + 1, (char *)current_tail, remaining_char_len) == 0) { + log_debug("tail string comparison successful\n"); + tail_remaining -= remaining_char_len; + current_tail += remaining_char_len; + } else if (remaining_char_len > 0) { + log_debug("tail comparison unsuccessful, %s vs %s\n", char_ptr, current_tail); + index = 0; + break; + } + + if (tail_remaining == 0) { + phrase_start = (uint32_t)index; + phrase_len = (uint32_t)(len - index); + log_debug("phrase_start = %d, phrase_len=%d\n", phrase_start, phrase_len); + value = tail_value; + index = 0; + } + break; + } else if (i == char_len - 1) { + trie_node_t terminal_node = trie_get_transition(self, node, '\0'); + if (terminal_node.check == node_id) { + int32_t data_index = -1 * terminal_node.base; + trie_data_node_t data_node = self->data->a[data_index]; + value = data_node.data; + phrase_start = (uint32_t)index; + phrase_len = (uint32_t)(len - index); + } + } + + } + + } + + return (phrase_t) {phrase_start, phrase_len, value}; +} + +inline phrase_t trie_search_suffixes_from_index_get_suffix_char(trie_t *self, char *word, size_t len, uint32_t start_node_id) { + if (word == NULL || len == 0) return NULL_PHRASE; + trie_node_t node = trie_get_node(self, start_node_id); + unsigned char suffix_char = TRIE_SUFFIX_CHAR[0]; + uint32_t node_id = trie_get_transition_index(self, node, suffix_char); + node = trie_get_node(self, node_id); + + if (node.check != start_node_id) { + log_debug("node.check != start_node_id\n"); + return NULL_PHRASE; + } + + return trie_search_suffixes_from_index(self, word, len, node_id); +} + +inline phrase_t trie_search_suffixes(trie_t *self, char *word, size_t len) { + if (word == NULL || len == 0) return NULL_PHRASE; + return trie_search_suffixes_from_index_get_suffix_char(self, word, len, ROOT_NODE_ID); +} + + +phrase_t trie_search_prefixes_from_index(trie_t *self, char *word, size_t len, uint32_t start_node_id) { + log_debug("Call to trie_search_prefixes_from_index\n"); + uint32_t node_id = start_node_id, last_node_id = node_id; + trie_node_t node = trie_get_node(self, node_id), last_node = node; + + log_debug("last_node_id = %d\n", last_node_id); + + uint32_t value = 0, phrase_start = 0, phrase_len = 0; + + uint8_t *ptr = (uint8_t *)word; + + ssize_t char_len = 0; + + uint32_t idx = 0; + + size_t separator_char_len = 0; + + int32_t codepoint = 0; + + bool first_char = true; + + trie_data_node_t data_node; + trie_node_t terminal_node; + + bool phrase_at_hyphen = false; + + while (idx < len) { + char_len = utf8proc_iterate(ptr, len, &codepoint); + log_debug("char_len = %zu, char=%d\n", char_len, codepoint); + if (char_len <= 0) break; + if (!(utf8proc_codepoint_valid(codepoint))) break; + + bool is_hyphen = utf8_is_hyphen(codepoint); + + int cat = utf8proc_category(codepoint); + bool is_space = utf8_is_separator(cat); + + uint8_t *char_ptr = ptr; + size_t i = 0; + + bool skip_char = false; + bool break_out = false; + + for (i = 0; i < char_len; i++) { + node_id = trie_get_transition_index(self, last_node, *char_ptr); + node = trie_get_node(self, node_id); + log_debug("At idx=%u, i=%zu, char=%.*s\n", idx, i, (int)char_len, char_ptr); + + if (node.check != last_node_id) { + log_debug("node.check = %d and last_node_id = %d\n", node.check, last_node_id); + + if (is_hyphen || (is_space && *ptr != ' ')) { + log_debug("Got hyphen or other separator, trying space instead\n"); + node_id = trie_get_transition_index(self, last_node, ' '); + node = trie_get_node(self, node_id); + } + + if (is_hyphen && node.check != last_node_id) { + log_debug("No space transition, phrase_len=%zu\n", phrase_len); + if (phrase_len > 0 && phrase_len == idx) { + log_debug("phrase_at_hyphen\n"); + phrase_at_hyphen = true; + } + + ptr += char_len; + idx += char_len; + separator_char_len = char_len; + node_id = last_node_id; + node = trie_get_node(self, node_id); + skip_char = true; + break; + } else if (node.check != last_node_id) { + break_out = true; + log_debug("Breaking\n"); + break; + } + break; + } + + if (first_char) { + phrase_start = idx; + first_char = false; + } + + if (node.base < 0) { + log_debug("Searching tail\n"); + + data_node = trie_get_data_node(self, node); + uint32_t current_tail_pos = data_node.tail; + + unsigned char *current_tail = self->tail->a + current_tail_pos; + + log_debug("comparing tail: %s vs %s\n", current_tail, char_ptr + 1); + size_t current_tail_len = strlen((char *)current_tail); + + size_t match_len = i + 1; + size_t offset = i + 1; + size_t tail_pos = 0; + log_debug("offset=%zu\n", offset); + + if (char_len > 1) { + log_debug("char_len = %zu\n", char_len); + log_debug("Doing strncmp: (%zu) %s vs %s\n", char_len - offset, current_tail, char_ptr + 1); + + if (strncmp((char *)ptr + offset, (char *)current_tail, char_len - offset) == 0) { + match_len += char_len - offset; + tail_pos = char_len - offset; + log_debug("in char match_len = %zu\n", match_len); + } else { + return NULL_PHRASE; + } + } + + size_t tail_match_len = utf8_common_prefix_len((char *)ptr + char_len, (char *)current_tail + tail_pos, current_tail_len - tail_pos); + match_len += tail_match_len; + log_debug("match_len=%zu\n", match_len); + + if (tail_match_len == current_tail_len - tail_pos) { + if (phrase_at_hyphen) { + char_len = utf8proc_iterate(ptr + char_len, len, &codepoint); + if (char_len > 0 && utf8proc_codepoint_valid(codepoint)) { + int cat = utf8proc_category(codepoint); + + if (codepoint != 0 && !utf8_is_hyphen(codepoint) && !utf8_is_separator(cat) && !utf8_is_punctuation(cat)) { + return (phrase_t){phrase_start, phrase_len, value}; + } + } + + // Note: don't need to check the < 0 case because we're returning from this branch. + } + if (first_char) phrase_start = idx; + phrase_len = (uint32_t)(idx + match_len) - phrase_start; + + log_debug("tail match! phrase_len=%u, len=%zu\n", phrase_len, len); + value = data_node.data; + return (phrase_t){phrase_start, phrase_len, value}; + } else { + return NULL_PHRASE; + } + + } else if (node.check == last_node_id) { + terminal_node = trie_get_transition(self, node, '\0'); + log_debug("Trying link from %d to terminal node\n", last_node_id); + + if (terminal_node.check == node_id) { + log_debug("Transition to NUL byte matched\n"); + if (terminal_node.base < 0) { + phrase_len = (uint32_t)(idx + char_len) - phrase_start; + data_node = trie_get_data_node(self, terminal_node); + value = data_node.data; + } + log_debug("Got match with len=%d\n", phrase_len); + } + } + + last_node = node; + last_node_id = node_id; + log_debug("last_node_id = %d\n", last_node_id); + char_ptr++; + } + + + if (break_out) { + break; + } else if (skip_char) { + continue; + } + + log_debug("Incrementing index\n"); + + idx += char_len; + ptr += char_len; + } + + log_debug("exited while loop\n"); + + if (phrase_len == 0) return NULL_PHRASE; + + return (phrase_t) {phrase_start, phrase_len, value}; +} + +inline phrase_t trie_search_prefixes_from_index_get_prefix_char(trie_t *self, char *word, size_t len, uint32_t start_node_id) { + trie_node_t node = trie_get_node(self, start_node_id); + unsigned char prefix_char = TRIE_PREFIX_CHAR[0]; + uint32_t node_id = trie_get_transition_index(self, node, prefix_char); + node = trie_get_node(self, node_id); + + if (node.check != start_node_id) { + return NULL_PHRASE; + } + + return trie_search_prefixes_from_index(self, word, len, node_id); +} + +inline phrase_t trie_search_prefixes(trie_t *self, char *word, size_t len) { + if (word == NULL || len == 0) return NULL_PHRASE; + return trie_search_prefixes_from_index_get_prefix_char(self, word, len, ROOT_NODE_ID); +} + +bool token_phrase_memberships(phrase_array *phrases, int64_array *phrase_memberships, size_t len) { + if (phrases == NULL || phrase_memberships == NULL) { + return false; + } + + int64_t i = 0; + for (int64_t j = 0; j < phrases->n; j++) { + phrase_t phrase = phrases->a[j]; + + for (; i < phrase.start; i++) { + int64_array_push(phrase_memberships, NULL_PHRASE_MEMBERSHIP); + log_debug("token i=%" PRId64 ", null phrase membership\n", i); + } + + for (i = phrase.start; i < phrase.start + phrase.len; i++) { + log_debug("token i=%" PRId64 ", phrase membership=%" PRId64 "\n", i, j); + int64_array_push(phrase_memberships, j); + } + } + + for (; i < len; i++) { + log_debug("token i=%" PRId64 ", null phrase membership\n", i); + int64_array_push(phrase_memberships, NULL_PHRASE_MEMBERSHIP); + } + + return true; +} + +inline char *cstring_array_get_phrase(cstring_array *str, char_array *phrase_tokens, phrase_t phrase) { + char_array_clear(phrase_tokens); + + size_t phrase_end = phrase.start + phrase.len; + + for (int k = phrase.start; k < phrase_end; k++) { + char *w = cstring_array_get_string(str, k); + char_array_append(phrase_tokens, w); + if (k < phrase_end - 1) { + char_array_append(phrase_tokens, " "); + } + } + char_array_terminate(phrase_tokens); + + return char_array_get_string(phrase_tokens); +} + diff --git a/src/trie_search.h b/src/trie_search.h new file mode 100644 index 0000000..df1817e --- /dev/null +++ b/src/trie_search.h @@ -0,0 +1,48 @@ +#ifndef TRIE_SEARCH_H +#define TRIE_SEARCH_H + + + +#include +#include +#include + +#include "trie.h" + +#include "collections.h" +#include "klib/kvec.h" +#include "log/log.h" +#include "string_utils.h" +#include "tokens.h" +#include "vector.h" +#include "utf8proc/utf8proc.h" + +typedef struct phrase { + uint32_t start; + uint32_t len; + uint32_t data; +} phrase_t; + +VECTOR_INIT(phrase_array, phrase_t) + +#define NULL_PHRASE (phrase_t){0, 0, 0} +#define NULL_PHRASE_MEMBERSHIP -1 + +phrase_array *trie_search(trie_t *self, char *text); +bool trie_search_from_index(trie_t *self, char *text, uint32_t start_node_id, phrase_array **phrases); +bool trie_search_with_phrases(trie_t *self, char *text, phrase_array **phrases); +phrase_array *trie_search_tokens(trie_t *self, char *str, token_array *tokens); +bool trie_search_tokens_from_index(trie_t *self, char *str, token_array *tokens, uint32_t start_node_id, phrase_array **phrases); +bool trie_search_tokens_with_phrases(trie_t *self, char *text, token_array *tokens, phrase_array **phrases); +phrase_t trie_search_suffixes_from_index(trie_t *self, char *word, size_t len, uint32_t start_node_id); +phrase_t trie_search_suffixes_from_index_get_suffix_char(trie_t *self, char *word, size_t len, uint32_t start_node_id); +phrase_t trie_search_suffixes(trie_t *self, char *word, size_t len); +phrase_t trie_search_prefixes_from_index(trie_t *self, char *word, size_t len, uint32_t start_node_id); +phrase_t trie_search_prefixes_from_index_get_prefix_char(trie_t *self, char *word, size_t len, uint32_t start_node_id); +phrase_t trie_search_prefixes(trie_t *self, char *word, size_t len); + +bool token_phrase_memberships(phrase_array *phrases, int64_array *phrase_memberships, size_t len); + +char *cstring_array_get_phrase(cstring_array *str, char_array *phrase_tokens, phrase_t phrase); + +#endif diff --git a/src/trie_utils.c b/src/trie_utils.c new file mode 100644 index 0000000..0856b15 --- /dev/null +++ b/src/trie_utils.c @@ -0,0 +1,101 @@ +#include "trie_utils.h" + +/* +Build a trie from the sorted keys of a hashtable. Adding +keys in sorted order to a double-array trie is faster than +adding them in random order. +*/ +trie_t *trie_new_from_hash(khash_t(str_uint32) *hash) { + trie_t *trie = trie_new(); + const char *key; + uint32_t value; + + size_t hash_size = kh_size(hash); + log_info("hash_size=%zu\n", hash_size); + string_array *hash_keys = string_array_new_size(hash_size); + kh_foreach(hash, key, value, { + if (strlen(key) == 0) continue; + string_array_push(hash_keys, (char *)key); + }) + + ks_introsort(str, hash_keys->n, (const char **)hash_keys->a); + + khiter_t k; + + for (int i = 0; i < hash_keys->n; i++) { + char *str = hash_keys->a[i]; + k = kh_get(str_uint32, hash, str); + if (k == kh_end(hash)) { + log_error("Key not found\n"); + string_array_destroy(hash_keys); + trie_destroy(trie); + return NULL; + } + + value = kh_value(hash, k); + + if (!trie_add(trie, str, value)) { + log_error("Error adding to trie\n"); + string_array_destroy(hash_keys); + trie_destroy(trie); + return NULL; + } + if (i % 100000 == 0 && i > 0) { + log_info("added %d keys to trie\n", i); + } + } + + string_array_destroy(hash_keys); + + return trie; +} + +trie_t *trie_new_from_cstring_array_sorted(cstring_array *strings) { + char *key; + uint32_t i; + + int ret = 0; + uint32_t next_id = 0; + + size_t n = cstring_array_num_strings(strings); + + khash_t(str_uint32) *hash = kh_init(str_uint32); + kh_resize(str_uint32, hash, n); + + cstring_array_foreach(strings, i, key, { + if (strlen(key) == 0) continue; + + khiter_t k = kh_put(str_uint32, hash, key, &ret); + + if (ret < 0) { + kh_destroy(str_uint32, hash); + return NULL; + } + + kh_value(hash, k) = next_id++; + }) + + trie_t *trie = trie_new_from_hash(hash); + kh_destroy(str_uint32, hash); + + return trie; +} + +trie_t *trie_new_from_cstring_array(cstring_array *strings) { + char *key; + uint32_t i; + + uint32_t next_id = 0; + + trie_t *trie = trie_new(); + + cstring_array_foreach(strings, i, key, { + if (strlen(key) == 0) continue; + if (!trie_add(trie, key, next_id++)) { + trie_destroy(trie); + return NULL; + } + }) + + return trie; +} diff --git a/src/trie_utils.h b/src/trie_utils.h new file mode 100644 index 0000000..1ac670c --- /dev/null +++ b/src/trie_utils.h @@ -0,0 +1,12 @@ +#ifndef TRIE_UTILS_H +#define TRIE_UTILS_H + +#include "collections.h" +#include "string_utils.h" +#include "trie.h" + +trie_t *trie_new_from_hash(khash_t(str_uint32) *hash); +trie_t *trie_new_from_cstring_array_sorted(cstring_array *strings); +trie_t *trie_new_from_cstring_array(cstring_array *strings); + +#endif \ No newline at end of file diff --git a/src/unicode_script_types.h b/src/unicode_script_types.h new file mode 100644 index 0000000..f5b45ac --- /dev/null +++ b/src/unicode_script_types.h @@ -0,0 +1,145 @@ +#ifndef UNICODE_SCRIPT_TYPES_H +#define UNICODE_SCRIPT_TYPES_H + +#include + +#define NUM_CODEPOINTS 1114112 +#define MAX_LANGS 57 + +typedef enum { + SCRIPT_UNKNOWN = 0, + SCRIPT_COMMON = 1, + SCRIPT_LATIN = 2, + SCRIPT_BOPOMOFO = 3, + SCRIPT_INHERITED = 4, + SCRIPT_GREEK = 5, + SCRIPT_COPTIC = 6, + SCRIPT_CYRILLIC = 7, + SCRIPT_ARMENIAN = 8, + SCRIPT_HEBREW = 9, + SCRIPT_ARABIC = 10, + SCRIPT_SYRIAC = 11, + SCRIPT_THAANA = 12, + SCRIPT_NKO = 13, + SCRIPT_SAMARITAN = 14, + SCRIPT_MANDAIC = 15, + SCRIPT_DEVANAGARI = 16, + SCRIPT_BENGALI = 17, + SCRIPT_GURMUKHI = 18, + SCRIPT_GUJARATI = 19, + SCRIPT_ORIYA = 20, + SCRIPT_TAMIL = 21, + SCRIPT_TELUGU = 22, + SCRIPT_KANNADA = 23, + SCRIPT_MALAYALAM = 24, + SCRIPT_SINHALA = 25, + SCRIPT_THAI = 26, + SCRIPT_LAO = 27, + SCRIPT_TIBETAN = 28, + SCRIPT_MYANMAR = 29, + SCRIPT_GEORGIAN = 30, + SCRIPT_HANGUL = 31, + SCRIPT_ETHIOPIC = 32, + SCRIPT_CHEROKEE = 33, + SCRIPT_CANADIAN_ABORIGINAL = 34, + SCRIPT_OGHAM = 35, + SCRIPT_RUNIC = 36, + SCRIPT_TAGALOG = 37, + SCRIPT_HANUNOO = 38, + SCRIPT_BUHID = 39, + SCRIPT_TAGBANWA = 40, + SCRIPT_KHMER = 41, + SCRIPT_MONGOLIAN = 42, + SCRIPT_LIMBU = 43, + SCRIPT_TAI_LE = 44, + SCRIPT_NEW_TAI_LUE = 45, + SCRIPT_BUGINESE = 46, + SCRIPT_TAI_THAM = 47, + SCRIPT_BALINESE = 48, + SCRIPT_SUNDANESE = 49, + SCRIPT_BATAK = 50, + SCRIPT_LEPCHA = 51, + SCRIPT_OL_CHIKI = 52, + SCRIPT_BRAILLE = 53, + SCRIPT_GLAGOLITIC = 54, + SCRIPT_TIFINAGH = 55, + SCRIPT_HAN = 56, + SCRIPT_HIRAGANA = 57, + SCRIPT_KATAKANA = 58, + SCRIPT_YI = 59, + SCRIPT_LISU = 60, + SCRIPT_VAI = 61, + SCRIPT_BAMUM = 62, + SCRIPT_SYLOTI_NAGRI = 63, + SCRIPT_PHAGS_PA = 64, + SCRIPT_SAURASHTRA = 65, + SCRIPT_KAYAH_LI = 66, + SCRIPT_REJANG = 67, + SCRIPT_JAVANESE = 68, + SCRIPT_CHAM = 69, + SCRIPT_TAI_VIET = 70, + SCRIPT_MEETEI_MAYEK = 71, + SCRIPT_LINEAR_B = 72, + SCRIPT_LYCIAN = 73, + SCRIPT_CARIAN = 74, + SCRIPT_OLD_ITALIC = 75, + SCRIPT_GOTHIC = 76, + SCRIPT_OLD_PERMIC = 77, + SCRIPT_UGARITIC = 78, + SCRIPT_OLD_PERSIAN = 79, + SCRIPT_DESERET = 80, + SCRIPT_SHAVIAN = 81, + SCRIPT_OSMANYA = 82, + SCRIPT_ELBASAN = 83, + SCRIPT_CAUCASIAN_ALBANIAN = 84, + SCRIPT_LINEAR_A = 85, + SCRIPT_CYPRIOT = 86, + SCRIPT_IMPERIAL_ARAMAIC = 87, + SCRIPT_PALMYRENE = 88, + SCRIPT_NABATAEAN = 89, + SCRIPT_HATRAN = 90, + SCRIPT_PHOENICIAN = 91, + SCRIPT_LYDIAN = 92, + SCRIPT_MEROITIC_HIEROGLYPHS = 93, + SCRIPT_MEROITIC_CURSIVE = 94, + SCRIPT_KHAROSHTHI = 95, + SCRIPT_OLD_SOUTH_ARABIAN = 96, + SCRIPT_OLD_NORTH_ARABIAN = 97, + SCRIPT_MANICHAEAN = 98, + SCRIPT_AVESTAN = 99, + SCRIPT_INSCRIPTIONAL_PARTHIAN = 100, + SCRIPT_INSCRIPTIONAL_PAHLAVI = 101, + SCRIPT_PSALTER_PAHLAVI = 102, + SCRIPT_OLD_TURKIC = 103, + SCRIPT_OLD_HUNGARIAN = 104, + SCRIPT_BRAHMI = 105, + SCRIPT_KAITHI = 106, + SCRIPT_SORA_SOMPENG = 107, + SCRIPT_CHAKMA = 108, + SCRIPT_MAHAJANI = 109, + SCRIPT_SHARADA = 110, + SCRIPT_KHOJKI = 111, + SCRIPT_MULTANI = 112, + SCRIPT_KHUDAWADI = 113, + SCRIPT_GRANTHA = 114, + SCRIPT_TIRHUTA = 115, + SCRIPT_SIDDHAM = 116, + SCRIPT_MODI = 117, + SCRIPT_TAKRI = 118, + SCRIPT_AHOM = 119, + SCRIPT_WARANG_CITI = 120, + SCRIPT_PAU_CIN_HAU = 121, + SCRIPT_CUNEIFORM = 122, + SCRIPT_EGYPTIAN_HIEROGLYPHS = 123, + SCRIPT_ANATOLIAN_HIEROGLYPHS = 124, + SCRIPT_MRO = 125, + SCRIPT_BASSA_VAH = 126, + SCRIPT_PAHAWH_HMONG = 127, + SCRIPT_MIAO = 128, + SCRIPT_DUPLOYAN = 129, + SCRIPT_SIGNWRITING = 130, + SCRIPT_MENDE_KIKAKUI = 131, + NUM_SCRIPTS +} script_t; + +#endif diff --git a/src/unicode_scripts.c b/src/unicode_scripts.c new file mode 100644 index 0000000..7e62e6b --- /dev/null +++ b/src/unicode_scripts.c @@ -0,0 +1,81 @@ +#include "unicode_scripts.h" + +#include "unicode_scripts_data.c" + +#define MAX_ASCII 128 + +inline script_t get_char_script(uint32_t ch) { + if (ch > NUM_CODEPOINTS - 1) return SCRIPT_UNKNOWN; + return char_scripts[ch]; +} + +inline script_languages_t get_script_languages(script_t script) { + return script_languages[script]; +} + +static inline bool is_common_script(script_t script) { + return script == SCRIPT_COMMON || script == SCRIPT_INHERITED; +} + +string_script_t get_string_script(char *str, size_t len) { + int32_t ch; + script_t last_script = SCRIPT_UNKNOWN; + script_t script = SCRIPT_UNKNOWN; + + uint8_t *ptr = (uint8_t *)str; + + size_t script_len = 0; + size_t idx = 0; + + bool is_ascii = true; + + while (idx < len) { + ssize_t char_len = utf8proc_iterate(ptr, len, &ch); + + if (char_len <= 0 ||ch == 0) break; + + script = get_char_script((uint32_t)ch); + + if (is_common_script(script) && last_script != SCRIPT_UNKNOWN) { + script = last_script; + } + + if (last_script != script && last_script != SCRIPT_UNKNOWN && !is_common_script(last_script)) { + if (script_len < len) { + while (true) { + char_len = utf8proc_iterate_reversed((const uint8_t *)str, idx, &ch); + if (ch == 0) break; + + /* Note: don't need to check char_len < 0 here because we're rewinding + ** previously valid UTF-8 characters and if anything invalid is detected, + ** we break out of the outer loop. + **/ + + script = get_char_script((uint32_t)ch); + if (!is_common_script(script)) { + break; + } + + script_len -= char_len; + ptr -= char_len; + idx -= char_len; + } + } + + break; + } + + is_ascii = is_ascii && ch < MAX_ASCII; + + ptr += char_len; + idx += char_len; + script_len += char_len; + + if (script != SCRIPT_UNKNOWN) { + last_script = script; + } + + } + + return (string_script_t) {last_script, script_len, is_ascii}; +} \ No newline at end of file diff --git a/src/unicode_scripts.h b/src/unicode_scripts.h new file mode 100644 index 0000000..3fc2091 --- /dev/null +++ b/src/unicode_scripts.h @@ -0,0 +1,38 @@ +#ifndef UNICODE_SCRIPTS_H +#define UNICODE_SCRIPTS_H + +#include +#include + +#include "constants.h" +#include "string_utils.h" +#include "utf8proc/utf8proc.h" +#include "unicode_script_types.h" + +typedef struct script_code { + script_t script; + char *code; +} script_code_t; + +typedef struct script_language { + script_t script; + char language[MAX_LANGUAGE_LEN]; +} script_language_t; + +typedef struct script_languages { + size_t num_languages; + char *languages[MAX_LANGS]; +} script_languages_t; + +typedef struct string_script { + script_t script; + size_t len; + bool ascii; +} string_script_t; + +script_t get_char_script(uint32_t ch); +script_languages_t get_script_languages(script_t script); + +string_script_t get_string_script(char *str, size_t len); + +#endif diff --git a/src/unicode_scripts_data.c b/src/unicode_scripts_data.c new file mode 100644 index 0000000..b7b0147 --- /dev/null +++ b/src/unicode_scripts_data.c @@ -0,0 +1,44843 @@ + +script_t char_scripts[] = { + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 3, 3, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 5, 5, 5, 5, 1, 5, 5, 5, 0, 0, 5, 5, 5, 5, 1, 5, 0, 0, 0, 0, + 5, 1, 5, 1, 5, 5, 5, 0, 5, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, + 6, 6, 6, 6, 6, 6, 6, 6, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 4, 4, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 0, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, + 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 0, 0, 8, 8, 8, 8, 8, 8, + 8, 0, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, + 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 0, 1, 8, 0, 0, 8, 8, 8, 0, + 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, + 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, + 9, 9, 9, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, + 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 0, 0, 0, 0, 9, 9, 9, 9, 9, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 10, 10, 10, 10, 1, 10, 10, 10, 10, 10, 10, 1, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 1, 1, 0, 10, 1, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 4, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, + 11, 11, 11, 11, 11, 11, 0, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, + 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, + 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 0, 0, 11, 11, 11, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 12, 12, 12, 12, 12, + 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, + 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, + 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, + 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 0, 0, 0, 0, 0, 14, 14, + 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, + 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 0, 0, 14, 14, 14, 14, + 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 0, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, + 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, + 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, + 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, + 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 4, 4, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, + 16, 16, 16, 16, 1, 1, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, + 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 0, 17, 17, 17, 17, 17, 17, 17, 17, 0, 0, 17, 17, 0, + 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 0, 17, + 17, 17, 17, 17, 17, 17, 0, 17, 0, 0, 0, 17, 17, 17, 17, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, + 17, 0, 0, 17, 17, 0, 0, 17, 17, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 17, + 17, 0, 17, 17, 17, 17, 17, 0, 0, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, + 17, 17, 17, 17, 17, 17, 0, 0, 0, 0, 0, 18, 18, 18, 0, 18, 18, 18, 18, 18, 18, 0, 0, 0, 0, + 18, 18, 0, 0, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, + 18, 0, 18, 18, 18, 18, 18, 18, 18, 0, 18, 18, 0, 18, 18, 0, 18, 18, 0, 0, 18, 0, 18, 18, 18, + 18, 18, 0, 0, 0, 0, 18, 18, 0, 0, 18, 18, 18, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 18, + 18, 18, 18, 0, 18, 0, 0, 0, 0, 0, 0, 0, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, + 18, 18, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 19, 19, 0, 19, 19, 19, 19, 19, 19, 19, + 19, 19, 0, 19, 19, 19, 0, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, + 19, 19, 19, 19, 0, 19, 19, 19, 19, 19, 19, 19, 0, 19, 19, 0, 19, 19, 19, 19, 19, 0, 0, 19, 19, + 19, 19, 19, 19, 19, 19, 19, 19, 0, 19, 19, 19, 0, 19, 19, 19, 0, 0, 19, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 19, 19, 19, 0, 0, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, + 19, 19, 0, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 0, 20, 20, 20, 0, 20, 20, 20, 20, + 20, 20, 20, 20, 0, 0, 20, 20, 0, 0, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, + 20, 20, 20, 20, 20, 20, 20, 0, 20, 20, 20, 20, 20, 20, 20, 0, 20, 20, 0, 20, 20, 20, 20, 20, 0, + 0, 20, 20, 20, 20, 20, 20, 20, 20, 20, 0, 0, 20, 20, 0, 0, 20, 20, 20, 0, 0, 0, 0, 0, 0, + 0, 0, 20, 20, 0, 0, 0, 0, 20, 20, 0, 20, 20, 20, 20, 20, 0, 0, 20, 20, 20, 20, 20, 20, 20, + 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 21, 0, 21, + 21, 21, 21, 21, 21, 0, 0, 0, 21, 21, 21, 0, 21, 21, 21, 21, 0, 0, 0, 21, 21, 0, 21, 0, 21, + 21, 0, 0, 0, 21, 21, 0, 0, 0, 21, 21, 21, 0, 0, 0, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, + 21, 21, 0, 0, 0, 0, 21, 21, 21, 21, 21, 0, 0, 0, 21, 21, 21, 0, 21, 21, 21, 21, 0, 0, 21, + 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 21, 21, 21, + 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 0, 0, 0, 0, 0, 22, 22, 22, + 22, 0, 22, 22, 22, 22, 22, 22, 22, 22, 0, 22, 22, 22, 0, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, + 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 0, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, + 22, 22, 22, 22, 22, 0, 0, 0, 22, 22, 22, 22, 22, 22, 22, 22, 0, 22, 22, 22, 0, 22, 22, 22, 22, + 0, 0, 0, 0, 0, 0, 0, 22, 22, 0, 22, 22, 22, 0, 0, 0, 0, 0, 22, 22, 22, 22, 0, 0, 22, + 22, 22, 22, 22, 22, 22, 22, 22, 22, 0, 0, 0, 0, 0, 0, 0, 0, 22, 22, 22, 22, 22, 22, 22, 22, + 0, 23, 23, 23, 0, 23, 23, 23, 23, 23, 23, 23, 23, 0, 23, 23, 23, 0, 23, 23, 23, 23, 23, 23, 23, + 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 0, 23, 23, 23, 23, 23, 23, 23, 23, + 23, 23, 0, 23, 23, 23, 23, 23, 0, 0, 23, 23, 23, 23, 23, 23, 23, 23, 23, 0, 23, 23, 23, 0, 23, + 23, 23, 23, 0, 0, 0, 0, 0, 0, 0, 23, 23, 0, 0, 0, 0, 0, 0, 0, 23, 0, 23, 23, 23, 23, + 0, 0, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 0, 23, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 24, 24, 24, 0, 24, 24, 24, 24, 24, 24, 24, 24, 0, 24, 24, 24, 0, 24, 24, 24, 24, + 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, + 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 0, 0, 24, 24, 24, 24, 24, 24, 24, 24, 0, 24, 24, + 24, 0, 24, 24, 24, 24, 24, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 24, 24, + 24, 24, 24, 0, 0, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 0, 0, 0, 24, + 24, 24, 24, 24, 24, 24, 0, 0, 25, 25, 0, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, + 25, 25, 25, 25, 0, 0, 0, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, + 25, 25, 25, 25, 25, 25, 0, 25, 25, 25, 25, 25, 25, 25, 25, 25, 0, 25, 0, 0, 25, 25, 25, 25, 25, + 25, 25, 0, 0, 0, 25, 0, 0, 0, 0, 25, 25, 25, 25, 25, 25, 0, 25, 0, 25, 25, 25, 25, 25, 25, + 25, 25, 0, 0, 0, 0, 0, 0, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 0, 0, 25, 25, 25, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, + 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, + 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 0, 0, 0, 0, 1, 26, 26, + 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, + 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 27, 0, 27, 0, 0, 27, 27, 0, 27, 0, 0, + 27, 0, 0, 0, 0, 0, 0, 27, 27, 27, 27, 0, 27, 27, 27, 27, 27, 27, 27, 0, 27, 27, 27, 0, 27, + 0, 27, 0, 0, 27, 27, 0, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 0, 27, 27, 27, 0, + 0, 27, 27, 27, 27, 27, 0, 27, 0, 27, 27, 27, 27, 27, 27, 0, 0, 27, 27, 27, 27, 27, 27, 27, 27, + 27, 27, 0, 0, 27, 27, 27, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, + 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, + 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, + 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 0, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, + 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 0, + 0, 0, 0, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, + 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 0, 28, 28, 28, 28, 28, 28, 28, + 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, + 28, 28, 28, 28, 0, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 0, 28, 28, 28, 28, + 28, 28, 28, 1, 1, 1, 1, 28, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 29, 29, 29, + 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, + 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, + 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, + 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, + 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, + 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, + 29, 29, 29, 29, 29, 29, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, + 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 0, 30, 0, 0, 0, 0, + 0, 30, 0, 0, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, + 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 1, 30, 30, + 30, 30, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, + 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, + 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, + 32, 32, 32, 32, 32, 32, 0, 32, 32, 32, 32, 0, 0, 32, 32, 32, 32, 32, 32, 32, 0, 32, 0, 32, 32, + 32, 32, 0, 0, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, + 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 0, 32, 32, 32, 32, + 0, 0, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, + 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 0, 32, 32, 32, 32, 0, 0, 32, 32, 32, 32, 32, 32, 32, 0, + 32, 0, 32, 32, 32, 32, 0, 0, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 0, 32, + 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, + 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, + 32, 32, 32, 32, 32, 32, 0, 32, 32, 32, 32, 0, 0, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, + 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, + 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, + 32, 32, 32, 32, 32, 0, 0, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, + 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 0, 0, 0, 32, 32, 32, 32, 32, 32, 32, 32, + 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 0, 0, 0, 0, 0, 0, 33, + 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, + 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, + 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, + 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 0, 0, 33, 33, 33, 33, 33, 33, 0, 0, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, + 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 0, 0, 0, 36, 36, 36, 36, 36, 36, 36, 36, + 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, + 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, + 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 1, 1, 1, 36, 36, 36, 36, 36, + 36, 36, 36, 36, 36, 36, 0, 0, 0, 0, 0, 0, 0, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, + 37, 0, 37, 37, 37, 37, 37, 37, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 38, 38, 38, 38, + 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 1, 1, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 0, 40, 40, + 40, 0, 40, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 41, 41, 41, 41, 41, 41, 41, 41, + 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, + 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, + 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, + 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 0, 0, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 0, 0, 0, + 0, 0, 0, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 0, 0, 0, 0, 0, 0, 42, 42, 1, 1, 42, 1, + 42, 42, 42, 42, 42, 42, 42, 42, 42, 0, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 0, 0, 0, 0, 0, + 0, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, + 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, + 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, + 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 0, 0, 0, 0, 0, 0, 0, 0, 42, 42, 42, + 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, + 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 0, 0, 0, 0, 0, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, + 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, + 43, 43, 43, 43, 43, 43, 0, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 0, 0, 0, 0, 43, 43, + 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 0, 0, 0, 0, 43, 0, 0, 0, 43, 43, 43, 43, 43, 43, 43, + 43, 43, 43, 43, 43, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, + 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 0, 0, 44, 44, 44, 44, 44, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, + 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 0, 0, 0, + 0, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, + 45, 45, 0, 0, 0, 0, 0, 0, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 0, 0, 0, 45, 45, 41, + 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, + 41, 41, 41, 41, 41, 41, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, + 46, 46, 46, 46, 46, 46, 46, 46, 46, 0, 0, 46, 46, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, + 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, + 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, + 47, 0, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, + 47, 47, 47, 47, 47, 47, 0, 0, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 0, 0, 0, 0, 0, 0, + 47, 47, 47, 47, 47, 47, 47, 47, 47, 47, 0, 0, 0, 0, 0, 0, 47, 47, 47, 47, 47, 47, 47, 47, 47, + 47, 47, 47, 47, 47, 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, + 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, + 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, + 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 0, 0, 0, 0, 48, 48, 48, 48, 48, 48, 48, 48, + 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, + 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 0, 0, 0, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, + 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, + 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, + 49, 49, 49, 49, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, + 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, + 50, 50, 50, 50, 50, 50, 0, 0, 0, 0, 0, 0, 0, 0, 50, 50, 50, 50, 51, 51, 51, 51, 51, 51, 51, + 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, + 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 0, + 0, 0, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 0, 0, 0, 51, 51, 51, 52, 52, + 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, + 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 49, 49, 49, 49, 49, 49, 49, 49, 0, 0, 0, 0, 0, 0, 0, + 0, 4, 4, 4, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 4, 4, 4, 4, 4, 4, + 4, 1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 4, 1, 1, 0, 4, 4, 0, 0, 0, 0, 0, 0, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 5, 5, 5, 5, 7, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 5, 5, 5, 5, 2, 2, 2, + 2, 5, 5, 5, 5, 5, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 7, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0, 0, 0, 0, + 0, 4, 4, 4, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 0, 0, 5, 5, 5, 5, 5, 5, 0, 0, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 0, 0, 5, 5, 5, 5, 5, 5, 0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 0, + 5, 0, 5, 0, 5, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 0, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 0, 0, + 5, 5, 5, 5, 5, 5, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 0, 0, 5, 5, 5, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 0, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 2, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, + 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 2, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, + 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, + 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, + 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, + 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, + 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, + 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, + 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, + 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, + 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, + 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, + 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, + 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, + 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 0, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, + 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, + 54, 54, 54, 54, 54, 54, 54, 54, 54, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 6, 6, 6, 6, 6, 6, 6, 6, + 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, + 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, + 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, + 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, + 6, 6, 6, 6, 6, 6, 6, 6, 0, 0, 0, 0, 0, 6, 6, 6, 6, 6, 6, 6, 30, 30, 30, 30, 30, + 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, + 30, 30, 30, 30, 30, 30, 30, 30, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0, 55, 55, 55, 55, 55, 55, 55, + 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, + 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 0, + 0, 0, 0, 0, 0, 0, 55, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 32, 32, + 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 32, 32, 32, 32, 32, 32, 32, 0, 32, 32, 32, 32, 32, 32, 32, 0, 32, 32, 32, 32, + 32, 32, 32, 0, 32, 32, 32, 32, 32, 32, 32, 0, 32, 32, 32, 32, 32, 32, 32, 0, 32, 32, 32, 32, 32, + 32, 32, 0, 32, 32, 32, 32, 32, 32, 32, 0, 32, 32, 32, 32, 32, 32, 32, 0, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 0, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 56, 1, 56, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 4, 4, 4, 4, 31, 31, 1, 1, 1, 1, 1, 1, 1, 1, 56, 56, 56, 56, 1, 1, + 1, 1, 0, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, + 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, + 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, + 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 0, 0, 4, 4, 1, 1, 57, 57, 57, 1, 58, + 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, + 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, + 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, + 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 1, 1, 58, 58, 58, 0, 0, 0, 0, 0, 3, + 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, + 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 0, 0, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, + 3, 3, 3, 3, 3, 3, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, + 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, + 58, 58, 58, 58, 58, 0, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, + 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, + 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, + 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 0, 0, 0, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 59, 59, 59, 59, 59, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 60, 60, 60, 60, 60, 60, 60, + 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, + 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, + 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, + 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, + 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, + 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, + 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, + 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, + 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, + 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, + 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, + 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, + 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, + 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 7, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 0, 0, 0, 0, 0, 0, + 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, + 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, + 63, 63, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 64, 64, 64, + 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, + 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, + 64, 64, 64, 0, 0, 0, 0, 0, 0, 0, 0, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, + 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, + 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, + 65, 65, 65, 65, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, + 65, 0, 0, 0, 0, 0, 0, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, + 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 0, 0, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, + 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, + 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 1, 66, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, + 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 67, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 0, 0, 0, 68, 68, 68, 68, 68, 68, 68, 68, + 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, + 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, + 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 0, 1, 68, 68, 68, + 68, 68, 68, 68, 68, 68, 68, 0, 0, 0, 0, 68, 68, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, + 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 0, 69, 69, 69, 69, 69, + 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, + 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 0, 0, + 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 0, 0, 69, 69, 69, 69, 29, 29, 29, 29, 29, 29, 29, 29, 29, + 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 70, 70, + 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, + 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, + 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 70, 70, 70, 70, 70, 71, 71, 71, 71, 71, 71, + 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 32, 32, 32, 32, 32, 32, 0, 0, 32, 32, 32, 32, 32, 32, 0, 0, 32, 32, 32, 32, 32, 32, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 32, 32, 32, 32, 32, 32, 32, 0, 32, 32, 32, 32, 32, 32, 32, 0, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, + 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, + 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, + 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 71, 71, 71, 71, 71, 71, 71, + 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, + 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 0, 0, 71, 71, 71, 71, 71, 71, 71, 71, 71, + 71, 0, 0, 0, 0, 0, 0, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 0, 0, 0, 0, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 0, 0, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 8, 8, 8, 8, 8, 0, 0, 0, 0, 0, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, + 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 9, 9, 9, 9, 9, 0, 9, 0, 9, 9, 0, 9, 9, + 0, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 0, 0, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 0, 0, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 7, 7, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 1, 58, 58, 58, 58, 58, 58, 58, + 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, + 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 1, 1, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, + 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 0, 0, 0, 31, + 31, 31, 31, 31, 31, 0, 0, 31, 31, 31, 31, 31, 31, 0, 0, 31, 31, 31, 31, 31, 31, 0, 0, 31, 31, + 31, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 0, 72, + 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, + 0, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 0, 72, 72, 0, 72, + 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 0, 0, 72, 72, 72, 72, 72, 72, 72, 72, 72, + 72, 72, 72, 72, 72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, + 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, + 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, + 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, + 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, + 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, + 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, + 73, 73, 73, 73, 73, 0, 0, 0, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, + 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, + 74, 74, 74, 74, 74, 74, 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 0, 0, 0, 0, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, + 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, + 76, 76, 76, 76, 0, 0, 0, 0, 0, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 0, 0, 0, 0, 0, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, + 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 0, 78, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, + 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, + 0, 0, 0, 0, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, + 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, + 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, + 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, + 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 0, 0, 82, 82, 82, 82, 82, + 82, 82, 82, 82, 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 83, 83, 83, 83, 83, 83, 83, 83, + 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, + 83, 83, 83, 83, 83, 83, 0, 0, 0, 0, 0, 0, 0, 0, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, + 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, + 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 84, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 85, 85, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 85, + 85, 85, 85, 85, 85, 85, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 86, 86, 86, 86, 86, 86, 0, 0, 86, 0, 86, 86, 86, 86, 86, 86, + 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, + 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 0, 86, 86, 0, 0, 0, 86, 0, 0, 86, 87, 87, + 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 0, 87, 87, 87, 87, + 87, 87, 87, 87, 87, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, + 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, + 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 0, 0, 0, 0, 0, 0, 0, + 0, 89, 89, 89, 89, 89, 89, 89, 89, 89, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, + 90, 90, 0, 90, 90, 0, 0, 0, 0, 0, 90, 90, 90, 90, 90, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, + 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 0, 0, 0, 91, 92, 92, 92, + 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 0, 0, + 0, 0, 0, 92, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 93, 93, 93, 93, 93, 93, 93, + 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, + 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 0, + 0, 0, 0, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 0, 0, + 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, + 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 95, 95, 95, 95, + 0, 95, 95, 0, 0, 0, 0, 0, 95, 95, 95, 95, 95, 95, 95, 95, 0, 95, 95, 95, 0, 95, 95, 95, 95, + 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 0, 0, + 0, 0, 95, 95, 95, 0, 0, 0, 0, 95, 95, 95, 95, 95, 95, 95, 95, 95, 0, 0, 0, 0, 0, 0, 0, + 0, 95, 95, 95, 95, 95, 95, 95, 95, 95, 0, 0, 0, 0, 0, 0, 0, 96, 96, 96, 96, 96, 96, 96, 96, + 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 97, + 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, + 97, 97, 97, 97, 97, 97, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, + 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, + 98, 98, 0, 0, 0, 0, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, + 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, + 99, 99, 99, 99, 99, 99, 0, 0, 0, 99, 99, 99, 99, 99, 99, 99, 100, 100, 100, 100, 100, 100, 100, 100, 100, + 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 0, 0, 100, 100, 100, 100, 100, 100, 100, 100, 101, 101, + 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 0, 0, 0, 0, 0, 101, 101, 101, + 101, 101, 101, 101, 101, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 0, 0, + 0, 0, 0, 0, 0, 102, 102, 102, 102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 102, 102, 102, 102, + 102, 102, 102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, + 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, + 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, + 103, 103, 103, 103, 103, 103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, + 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, + 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, + 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, + 104, 0, 0, 0, 0, 0, 0, 0, 104, 104, 104, 104, 104, 104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, + 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, + 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, + 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 0, 0, 0, 0, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, + 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 105, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, + 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, + 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, + 106, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, + 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 0, 0, 0, 0, 0, 0, 0, 107, 107, 107, + 107, 107, 107, 107, 107, 107, 107, 0, 0, 0, 0, 0, 0, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, + 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, + 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 0, 108, 108, 108, 108, 108, 108, 108, 108, + 108, 108, 108, 108, 108, 108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109, 109, 109, 109, 109, 109, 109, + 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, + 109, 109, 109, 109, 109, 109, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 110, 110, 110, 110, 110, 110, 110, 110, 110, + 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, + 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, + 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 0, 0, 110, 110, 110, 110, + 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 0, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, + 25, 25, 25, 25, 25, 25, 25, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 111, 111, 111, 111, 111, 111, + 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 0, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, + 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, + 111, 111, 111, 111, 111, 111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112, 112, 112, + 112, 112, 112, 112, 0, 112, 0, 112, 112, 112, 112, 0, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, + 112, 112, 0, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 0, 0, 0, 0, 0, 0, 113, 113, 113, 113, 113, + 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, + 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, + 113, 113, 113, 113, 0, 0, 0, 0, 0, 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 0, 0, 0, 0, 0, 0, + 114, 114, 114, 114, 0, 114, 114, 114, 114, 114, 114, 114, 114, 0, 0, 114, 114, 0, 0, 114, 114, 114, 114, 114, 114, + 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 0, 114, 114, 114, 114, 114, 114, 114, 0, + 114, 114, 0, 114, 114, 114, 114, 114, 0, 0, 114, 114, 114, 114, 114, 114, 114, 114, 114, 0, 0, 114, 114, 0, 0, + 114, 114, 114, 0, 0, 114, 0, 0, 0, 0, 0, 0, 114, 0, 0, 0, 0, 0, 114, 114, 114, 114, 114, 114, 114, + 0, 0, 114, 114, 114, 114, 114, 114, 114, 0, 0, 0, 114, 114, 114, 114, 114, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, + 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, + 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, + 115, 115, 115, 115, 115, 115, 0, 0, 0, 0, 0, 0, 0, 0, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, + 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, + 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 0, 0, 116, 116, 116, 116, + 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, + 116, 116, 116, 116, 116, 116, 116, 116, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117, 117, 117, 117, 117, 117, 117, + 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, + 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, + 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117, 117, + 117, 117, 117, 117, 117, 117, 117, 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 118, 118, 118, 118, + 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, + 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, + 118, 118, 0, 0, 0, 0, 0, 0, 0, 0, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 119, + 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, + 0, 0, 0, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 0, 0, 0, 0, 119, 119, 119, + 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, + 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, + 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, + 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, + 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, + 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 0, 122, 122, 122, 122, 122, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, + 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, + 62, 62, 62, 62, 0, 0, 0, 0, 0, 0, 0, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, + 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 0, 125, 125, 125, 125, 125, 125, 125, + 125, 125, 125, 0, 0, 0, 0, 125, 125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, + 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 0, 0, 126, 126, 126, 126, 126, 126, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, + 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, + 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 0, 127, 127, 127, 127, 127, 127, + 127, 0, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 0, 0, + 0, 0, 0, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 57, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, + 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, + 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, + 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, + 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 0, 0, 0, 0, + 0, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 0, 0, 0, 129, 129, 129, 129, 129, 129, 129, 129, + 129, 0, 0, 0, 0, 0, 0, 0, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 0, 0, 129, 129, 129, 129, 1, + 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 4, 4, + 4, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, + 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, + 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, + 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, + 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, + 130, 130, 130, 130, 130, 130, 130, 130, 130, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 130, + 130, 130, 130, 130, 0, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, + 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, + 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, + 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, + 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, + 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, + 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, + 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, + 0, 0, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 10, + 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 0, 10, 10, 0, + 10, 0, 0, 10, 0, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 0, 10, 0, 10, 0, + 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 10, 0, 10, 0, 10, 0, 10, 10, 10, 0, 10, 10, 0, 10, 0, + 0, 10, 0, 10, 0, 10, 0, 10, 0, 10, 0, 10, 10, 0, 10, 0, 0, 10, 10, 10, 10, 0, 10, 10, 10, + 10, 10, 10, 10, 0, 10, 10, 10, 10, 0, 10, 10, 10, 10, 0, 10, 0, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 0, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 0, 0, 0, 0, 0, + 10, 10, 10, 0, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, + 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 57, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, + 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, + 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 0, 0, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, + 56, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +}; + +script_code_t script_codes[] = { + {SCRIPT_TAKRI, "Takr"}, + {SCRIPT_GURMUKHI, "Guru"}, + {SCRIPT_ANATOLIAN_HIEROGLYPHS, "Hluw"}, + {SCRIPT_HEBREW, "Hebr"}, + {SCRIPT_UNKNOWN, "Zzzz"}, + {SCRIPT_PHOENICIAN, "Phnx"}, + {SCRIPT_SAMARITAN, "Samr"}, + {SCRIPT_CHAM, "Cham"}, + {SCRIPT_PAHAWH_HMONG, "Hmng"}, + {SCRIPT_AHOM, "Ahom"}, + {SCRIPT_BASSA_VAH, "Bass"}, + {SCRIPT_GUJARATI, "Gujr"}, + {SCRIPT_LYCIAN, "Lyci"}, + {SCRIPT_KHOJKI, "Khoj"}, + {SCRIPT_SINHALA, "Sinh"}, + {SCRIPT_KHUDAWADI, "Sind"}, + {SCRIPT_MULTANI, "Mult"}, + {SCRIPT_NEW_TAI_LUE, "Talu"}, + {SCRIPT_MONGOLIAN, "Mong"}, + {SCRIPT_REJANG, "Rjng"}, + {SCRIPT_OL_CHIKI, "Olck"}, + {SCRIPT_TAI_LE, "Tale"}, + {SCRIPT_MANDAIC, "Mand"}, + {SCRIPT_MANICHAEAN, "Mani"}, + {SCRIPT_MALAYALAM, "Mlym"}, + {SCRIPT_TIBETAN, "Tibt"}, + {SCRIPT_KAYAH_LI, "Kali"}, + {SCRIPT_HATRAN, "Hatr"}, + {SCRIPT_VAI, "Vaii"}, + {SCRIPT_SYLOTI_NAGRI, "Sylo"}, + {SCRIPT_LYDIAN, "Lydi"}, + {SCRIPT_LINEAR_A, "Lina"}, + {SCRIPT_DUPLOYAN, "Dupl"}, + {SCRIPT_SUNDANESE, "Sund"}, + {SCRIPT_YI, "Yiii"}, + {SCRIPT_JAVANESE, "Java"}, + {SCRIPT_ORIYA, "Orya"}, + {SCRIPT_LAO, "Laoo"}, + {SCRIPT_UGARITIC, "Ugar"}, + {SCRIPT_CYRILLIC, "Cyrl"}, + {SCRIPT_ARMENIAN, "Armn"}, + {SCRIPT_KHMER, "Khmr"}, + {SCRIPT_IMPERIAL_ARAMAIC, "Armi"}, + {SCRIPT_OLD_ITALIC, "Ital"}, + {SCRIPT_SIGNWRITING, "Sgnw"}, + {SCRIPT_CUNEIFORM, "Xsux"}, + {SCRIPT_THAANA, "Thaa"}, + {SCRIPT_THAI, "Thai"}, + {SCRIPT_CYPRIOT, "Cprt"}, + {SCRIPT_LINEAR_B, "Linb"}, + {SCRIPT_LEPCHA, "Lepc"}, + {SCRIPT_WARANG_CITI, "Wara"}, + {SCRIPT_OSMANYA, "Osma"}, + {SCRIPT_SAURASHTRA, "Saur"}, + {SCRIPT_HIRAGANA, "Hira"}, + {SCRIPT_HAN, "Hani"}, + {SCRIPT_GRANTHA, "Gran"}, + {SCRIPT_MEETEI_MAYEK, "Mtei"}, + {SCRIPT_NABATAEAN, "Nbat"}, + {SCRIPT_COPTIC, "Qaac"}, + {SCRIPT_INHERITED, "Qaai"}, + {SCRIPT_KATAKANA, "Kana"}, + {SCRIPT_PALMYRENE, "Palm"}, + {SCRIPT_CANADIAN_ABORIGINAL, "Cans"}, + {SCRIPT_EGYPTIAN_HIEROGLYPHS, "Egyp"}, + {SCRIPT_MENDE_KIKAKUI, "Mend"}, + {SCRIPT_TIFINAGH, "Tfng"}, + {SCRIPT_SHAVIAN, "Shaw"}, + {SCRIPT_GEORGIAN, "Geor"}, + {SCRIPT_OLD_PERSIAN, "Xpeo"}, + {SCRIPT_MIAO, "Plrd"}, + {SCRIPT_TAI_VIET, "Tavt"}, + {SCRIPT_OGHAM, "Ogam"}, + {SCRIPT_TELUGU, "Telu"}, + {SCRIPT_MRO, "Mroo"}, + {SCRIPT_DESERET, "Dsrt"}, + {SCRIPT_OLD_NORTH_ARABIAN, "Narb"}, + {SCRIPT_GOTHIC, "Goth"}, + {SCRIPT_HANUNOO, "Hano"}, + {SCRIPT_BALINESE, "Bali"}, + {SCRIPT_CAUCASIAN_ALBANIAN, "Aghb"}, + {SCRIPT_HANGUL, "Hang"}, + {SCRIPT_CARIAN, "Cari"}, + {SCRIPT_AVESTAN, "Avst"}, + {SCRIPT_TAGBANWA, "Tagb"}, + {SCRIPT_HAN, "Hans"}, + {SCRIPT_HAN, "Hant"}, + {SCRIPT_DEVANAGARI, "Deva"}, + {SCRIPT_TAI_THAM, "Lana"}, + {SCRIPT_BOPOMOFO, "Bopo"}, + {SCRIPT_MYANMAR, "Mymr"}, + {SCRIPT_TAGALOG, "Tglg"}, + {SCRIPT_OLD_PERMIC, "Perm"}, + {SCRIPT_BUGINESE, "Bugi"}, + {SCRIPT_PHAGS_PA, "Phag"}, + {SCRIPT_BRAILLE, "Brai"}, + {SCRIPT_BRAHMI, "Brah"}, + {SCRIPT_SHARADA, "Shrd"}, + {SCRIPT_BATAK, "Batk"}, + {SCRIPT_MEROITIC_HIEROGLYPHS, "Mero"}, + {SCRIPT_LIMBU, "Limb"}, + {SCRIPT_BAMUM, "Bamu"}, + {SCRIPT_MEROITIC_CURSIVE, "Merc"}, + {SCRIPT_INHERITED, "Zinh"}, + {SCRIPT_INSCRIPTIONAL_PAHLAVI, "Phli"}, + {SCRIPT_ELBASAN, "Elba"}, + {SCRIPT_TAMIL, "Taml"}, + {SCRIPT_OLD_SOUTH_ARABIAN, "Sarb"}, + {SCRIPT_TIRHUTA, "Tirh"}, + {SCRIPT_NKO, "Nkoo"}, + {SCRIPT_PSALTER_PAHLAVI, "Phlp"}, + {SCRIPT_LATIN, "Latf"}, + {SCRIPT_KHAROSHTHI, "Khar"}, + {SCRIPT_LATIN, "Latn"}, + {SCRIPT_ETHIOPIC, "Ethi"}, + {SCRIPT_KAITHI, "Kthi"}, + {SCRIPT_ARABIC, "Arab"}, + {SCRIPT_BUHID, "Buhd"}, + {SCRIPT_SORA_SOMPENG, "Sora"}, + {SCRIPT_COPTIC, "Copt"}, + {SCRIPT_INSCRIPTIONAL_PARTHIAN, "Prti"}, + {SCRIPT_GLAGOLITIC, "Glag"}, + {SCRIPT_PAU_CIN_HAU, "Pauc"}, + {SCRIPT_MAHAJANI, "Mahj"}, + {SCRIPT_RUNIC, "Runr"}, + {SCRIPT_LISU, "Lisu"}, + {SCRIPT_OLD_TURKIC, "Orkh"}, + {SCRIPT_CHAKMA, "Cakm"}, + {SCRIPT_OLD_HUNGARIAN, "Hung"}, + {SCRIPT_MODI, "Modi"}, + {SCRIPT_SIDDHAM, "Sidd"}, + {SCRIPT_GREEK, "Grek"}, + {SCRIPT_CHEROKEE, "Cher"}, + {SCRIPT_COMMON, "Zyyy"}, + {SCRIPT_SYRIAC, "Syrc"}, + {SCRIPT_BENGALI, "Beng"}, + {SCRIPT_KANNADA, "Knda"} +}; + +script_languages_t script_languages[] = { + {0, {NULL}}, + {0, {NULL}}, + {57, {"gv", "ga", "gn", "tr", "to", "tk", "tg", "mg", "ms", "mi", "mt", "fr", "fi", "fo", "sr", "sq", "sv", "sk", "so", "lb", "lt", "fil", "qu", "en", "et", "es", "ro", "sl", "kl", "ky", "tkl", "de", "da", "ikt", "ca", "cs", "lv", "pt", "pl", "vi", "is", "iu", "it", "id", "pap", "gsw", "tvl", "bi", "bs", "hr", "hu", "uz", "af", "ay", "az", "nl", "nb"}}, + {1, {"zh"}}, + {0, {NULL}}, + {1, {"el"}}, + {0, {NULL}}, + {15, {"tk", "tg", "mn", "mk", "sr", "ru", "ro", "kk", "ky", "be", "bg", "bs", "uz", "uk", "az"}}, + {1, {"hy"}}, + {1, {"he"}}, + {14, {"tr", "tk", "tg", "ms", "fa", "so", "kk", "ky", "id", "ps", "uz", "ur", "ar", "az"}}, + {1, {"ar"}}, + {1, {"dv"}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {2, {"ne", "hi"}}, + {1, {"bn"}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {1, {"si"}}, + {1, {"th"}}, + {1, {"lo"}}, + {1, {"dz"}}, + {1, {"my"}}, + {1, {"ka"}}, + {1, {"ko"}}, + {1, {"am"}}, + {0, {NULL}}, + {1, {"iu"}}, + {0, {NULL}}, + {1, {"de"}}, + {1, {"fil"}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {1, {"km"}}, + {1, {"mn"}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {4, {"ja", "vi", "zh", "zh"}}, + {1, {"ja"}}, + {1, {"ja"}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {2, {"zh", "mn"}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {1, {"en"}}, + {1, {"en"}}, + {1, {"so"}}, + {1, {"sq"}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {1, {"hi"}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {0, {NULL}}, + {1, {"fr"}}, + {0, {NULL}}, + {0, {NULL}} +}; diff --git a/src/utf8proc/.libs/libpostal_la-utf8proc.o b/src/utf8proc/.libs/libpostal_la-utf8proc.o new file mode 100644 index 0000000..575b2d4 Binary files /dev/null and b/src/utf8proc/.libs/libpostal_la-utf8proc.o differ diff --git a/src/utf8proc/utf8proc.c b/src/utf8proc/utf8proc.c new file mode 100644 index 0000000..34397d5 --- /dev/null +++ b/src/utf8proc/utf8proc.c @@ -0,0 +1,642 @@ +/* -*- mode: c; c-basic-offset: 2; tab-width: 2; indent-tabs-mode: nil -*- */ +/* + * Copyright (c) 2009 Public Software Group e. V., Berlin, Germany + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ + +/* + * This library contains derived data from a modified version of the + * Unicode data files. + * + * The original data files are available at + * http://www.unicode.org/Public/UNIDATA/ + * + * Please notice the copyright statement in the file "utf8proc_data.c". + */ + + +/* + * File name: utf8proc.c + * + * Description: + * Implementation of libutf8proc. + */ + + +#include "utf8proc.h" +#include "utf8proc_data.c" + + +const utf8proc_int8_t utf8proc_utf8class[256] = { + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, + 4, 4, 4, 4, 4, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0 }; + +#define UTF8PROC_HANGUL_SBASE 0xAC00 +#define UTF8PROC_HANGUL_LBASE 0x1100 +#define UTF8PROC_HANGUL_VBASE 0x1161 +#define UTF8PROC_HANGUL_TBASE 0x11A7 +#define UTF8PROC_HANGUL_LCOUNT 19 +#define UTF8PROC_HANGUL_VCOUNT 21 +#define UTF8PROC_HANGUL_TCOUNT 28 +#define UTF8PROC_HANGUL_NCOUNT 588 +#define UTF8PROC_HANGUL_SCOUNT 11172 +/* END is exclusive */ +#define UTF8PROC_HANGUL_L_START 0x1100 +#define UTF8PROC_HANGUL_L_END 0x115A +#define UTF8PROC_HANGUL_L_FILLER 0x115F +#define UTF8PROC_HANGUL_V_START 0x1160 +#define UTF8PROC_HANGUL_V_END 0x11A3 +#define UTF8PROC_HANGUL_T_START 0x11A8 +#define UTF8PROC_HANGUL_T_END 0x11FA +#define UTF8PROC_HANGUL_S_START 0xAC00 +#define UTF8PROC_HANGUL_S_END 0xD7A4 + +/* Should follow semantic-versioning rules (semver.org) based on API + compatibility. (Note that the shared-library version number will + be different, being based on ABI compatibility.): */ +#define STRINGIZEx(x) #x +#define STRINGIZE(x) STRINGIZEx(x) +const char *utf8proc_version(void) { + return STRINGIZE(UTF8PROC_VERSION_MAJOR) "." STRINGIZE(UTF8PROC_VERSION_MINOR) "." STRINGIZE(UTF8PROC_VERSION_PATCH) ""; +} + +const char *utf8proc_errmsg(utf8proc_ssize_t errcode) { + switch (errcode) { + case UTF8PROC_ERROR_NOMEM: + return "Memory for processing UTF-8 data could not be allocated."; + case UTF8PROC_ERROR_OVERFLOW: + return "UTF-8 string is too long to be processed."; + case UTF8PROC_ERROR_INVALIDUTF8: + return "Invalid UTF-8 string"; + case UTF8PROC_ERROR_NOTASSIGNED: + return "Unassigned Unicode code point found in UTF-8 string."; + case UTF8PROC_ERROR_INVALIDOPTS: + return "Invalid options for UTF-8 processing chosen."; + default: + return "An unknown error occurred while processing UTF-8 data."; + } +} + +#define utf_cont(ch) (((ch) & 0xc0) == 0x80) +utf8proc_ssize_t utf8proc_iterate( + const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_int32_t *dst +) { + utf8proc_uint32_t uc; + const utf8proc_uint8_t *end; + + *dst = -1; + if (!strlen) return 0; + end = str + ((strlen < 0) ? 4 : strlen); + uc = *str++; + if (uc < 0x80) { + *dst = uc; + return 1; + } + // Must be between 0xc2 and 0xf4 inclusive to be valid + if ((uc - 0xc2) > (0xf4-0xc2)) return UTF8PROC_ERROR_INVALIDUTF8; + if (uc < 0xe0) { // 2-byte sequence + // Must have valid continuation character + if (!utf_cont(*str)) return UTF8PROC_ERROR_INVALIDUTF8; + *dst = ((uc & 0x1f)<<6) | (*str & 0x3f); + return 2; + } + if (uc < 0xf0) { // 3-byte sequence + if ((str + 1 >= end) || !utf_cont(*str) || !utf_cont(str[1])) + return UTF8PROC_ERROR_INVALIDUTF8; + // Check for surrogate chars + if (uc == 0xed && *str > 0x9f) + return UTF8PROC_ERROR_INVALIDUTF8; + uc = ((uc & 0xf)<<12) | ((*str & 0x3f)<<6) | (str[1] & 0x3f); + if (uc < 0x800) + return UTF8PROC_ERROR_INVALIDUTF8; + *dst = uc; + return 3; + } + // 4-byte sequence + // Must have 3 valid continuation characters + if ((str + 2 >= end) || !utf_cont(*str) || !utf_cont(str[1]) || !utf_cont(str[2])) + return UTF8PROC_ERROR_INVALIDUTF8; + // Make sure in correct range (0x10000 - 0x10ffff) + if (uc == 0xf0) { + if (*str < 0x90) return UTF8PROC_ERROR_INVALIDUTF8; + } else if (uc == 0xf4) { + if (*str > 0x8f) return UTF8PROC_ERROR_INVALIDUTF8; + } + *dst = ((uc & 7)<<18) | ((*str & 0x3f)<<12) | ((str[1] & 0x3f)<<6) | (str[2] & 0x3f); + return 4; +} + +utf8proc_bool utf8proc_codepoint_valid(utf8proc_int32_t uc) { + return (((utf8proc_uint32_t)uc)-0xd800 > 0x07ff) && ((utf8proc_uint32_t)uc < 0x110000); +} + +utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t uc, utf8proc_uint8_t *dst) { + if (uc < 0x00) { + return 0; + } else if (uc < 0x80) { + dst[0] = uc; + return 1; + } else if (uc < 0x800) { + dst[0] = 0xC0 + (uc >> 6); + dst[1] = 0x80 + (uc & 0x3F); + return 2; + // Note: we allow encoding 0xd800-0xdfff here, so as not to change + // the API, however, these are actually invalid in UTF-8 + } else if (uc < 0x10000) { + dst[0] = 0xE0 + (uc >> 12); + dst[1] = 0x80 + ((uc >> 6) & 0x3F); + dst[2] = 0x80 + (uc & 0x3F); + return 3; + } else if (uc < 0x110000) { + dst[0] = 0xF0 + (uc >> 18); + dst[1] = 0x80 + ((uc >> 12) & 0x3F); + dst[2] = 0x80 + ((uc >> 6) & 0x3F); + dst[3] = 0x80 + (uc & 0x3F); + return 4; + } else return 0; +} + +/* internal "unsafe" version that does not check whether uc is in range */ +static utf8proc_ssize_t unsafe_encode_char(utf8proc_int32_t uc, utf8proc_uint8_t *dst) { + if (uc < 0x00) { + return 0; + } else if (uc < 0x80) { + dst[0] = uc; + return 1; + } else if (uc < 0x800) { + dst[0] = 0xC0 + (uc >> 6); + dst[1] = 0x80 + (uc & 0x3F); + return 2; + } else if (uc == 0xFFFF) { + dst[0] = 0xFF; + return 1; + } else if (uc == 0xFFFE) { + dst[0] = 0xFE; + return 1; + } else if (uc < 0x10000) { + dst[0] = 0xE0 + (uc >> 12); + dst[1] = 0x80 + ((uc >> 6) & 0x3F); + dst[2] = 0x80 + (uc & 0x3F); + return 3; + } else if (uc < 0x110000) { + dst[0] = 0xF0 + (uc >> 18); + dst[1] = 0x80 + ((uc >> 12) & 0x3F); + dst[2] = 0x80 + ((uc >> 6) & 0x3F); + dst[3] = 0x80 + (uc & 0x3F); + return 4; + } else return 0; +} + +/* internal "unsafe" version that does not check whether uc is in range */ +static const utf8proc_property_t *unsafe_get_property(utf8proc_int32_t uc) { + /* ASSERT: uc >= 0 && uc < 0x110000 */ + return utf8proc_properties + ( + utf8proc_stage2table[ + utf8proc_stage1table[uc >> 8] + (uc & 0xFF) + ] + ); +} + +const utf8proc_property_t *utf8proc_get_property(utf8proc_int32_t uc) { + return uc < 0 || uc >= 0x110000 ? utf8proc_properties : unsafe_get_property(uc); +} + +/* return whether there is a grapheme break between boundclasses lbc and tbc */ +static utf8proc_bool grapheme_break(int lbc, int tbc) { + return + (lbc == UTF8PROC_BOUNDCLASS_START) ? true : + (lbc == UTF8PROC_BOUNDCLASS_CR && + tbc == UTF8PROC_BOUNDCLASS_LF) ? false : + (lbc >= UTF8PROC_BOUNDCLASS_CR && lbc <= UTF8PROC_BOUNDCLASS_CONTROL) ? true : + (tbc >= UTF8PROC_BOUNDCLASS_CR && tbc <= UTF8PROC_BOUNDCLASS_CONTROL) ? true : + (tbc == UTF8PROC_BOUNDCLASS_EXTEND) ? false : + (lbc == UTF8PROC_BOUNDCLASS_L && + (tbc == UTF8PROC_BOUNDCLASS_L || + tbc == UTF8PROC_BOUNDCLASS_V || + tbc == UTF8PROC_BOUNDCLASS_LV || + tbc == UTF8PROC_BOUNDCLASS_LVT)) ? false : + ((lbc == UTF8PROC_BOUNDCLASS_LV || + lbc == UTF8PROC_BOUNDCLASS_V) && + (tbc == UTF8PROC_BOUNDCLASS_V || + tbc == UTF8PROC_BOUNDCLASS_T)) ? false : + ((lbc == UTF8PROC_BOUNDCLASS_LVT || + lbc == UTF8PROC_BOUNDCLASS_T) && + tbc == UTF8PROC_BOUNDCLASS_T) ? false : + (lbc == UTF8PROC_BOUNDCLASS_REGIONAL_INDICATOR && + tbc == UTF8PROC_BOUNDCLASS_REGIONAL_INDICATOR) ? false : + (tbc != UTF8PROC_BOUNDCLASS_SPACINGMARK); +} + +/* return whether there is a grapheme break between codepoints c1 and c2 */ +utf8proc_bool utf8proc_grapheme_break(utf8proc_int32_t c1, utf8proc_int32_t c2) { + return grapheme_break(utf8proc_get_property(c1)->boundclass, + utf8proc_get_property(c2)->boundclass); +} + +utf8proc_int32_t utf8proc_tolower(utf8proc_int32_t c) +{ + utf8proc_int32_t cl = utf8proc_get_property(c)->lowercase_mapping; + return cl >= 0 ? cl : c; +} + +utf8proc_int32_t utf8proc_toupper(utf8proc_int32_t c) +{ + utf8proc_int32_t cu = utf8proc_get_property(c)->uppercase_mapping; + return cu >= 0 ? cu : c; +} + +/* return a character width analogous to wcwidth (except portable and + hopefully less buggy than most system wcwidth functions). */ +int utf8proc_charwidth(utf8proc_int32_t c) { + return utf8proc_get_property(c)->charwidth; +} + +utf8proc_category_t utf8proc_category(utf8proc_int32_t c) { + return utf8proc_get_property(c)->category; +} + +const char *utf8proc_category_string(utf8proc_int32_t c) { + static const char s[][3] = {"Cn","Lu","Ll","Lt","Lm","Lo","Mn","Mc","Me","Nd","Nl","No","Pc","Pd","Ps","Pe","Pi","Pf","Po","Sm","Sc","Sk","So","Zs","Zl","Zp","Cc","Cf","Cs","Co"}; + return s[utf8proc_category(c)]; +} + +#define utf8proc_decompose_lump(replacement_uc) \ + return utf8proc_decompose_char((replacement_uc), dst, bufsize, \ + options & ~UTF8PROC_LUMP, last_boundclass) + +utf8proc_ssize_t utf8proc_decompose_char(utf8proc_int32_t uc, utf8proc_int32_t *dst, utf8proc_ssize_t bufsize, utf8proc_option_t options, int *last_boundclass) { + const utf8proc_property_t *property; + utf8proc_propval_t category; + utf8proc_int32_t hangul_sindex; + if (uc < 0 || uc >= 0x110000) return UTF8PROC_ERROR_NOTASSIGNED; + property = unsafe_get_property(uc); + category = property->category; + hangul_sindex = uc - UTF8PROC_HANGUL_SBASE; + if (options & (UTF8PROC_COMPOSE|UTF8PROC_DECOMPOSE)) { + if (hangul_sindex >= 0 && hangul_sindex < UTF8PROC_HANGUL_SCOUNT) { + utf8proc_int32_t hangul_tindex; + if (bufsize >= 1) { + dst[0] = UTF8PROC_HANGUL_LBASE + + hangul_sindex / UTF8PROC_HANGUL_NCOUNT; + if (bufsize >= 2) dst[1] = UTF8PROC_HANGUL_VBASE + + (hangul_sindex % UTF8PROC_HANGUL_NCOUNT) / UTF8PROC_HANGUL_TCOUNT; + } + hangul_tindex = hangul_sindex % UTF8PROC_HANGUL_TCOUNT; + if (!hangul_tindex) return 2; + if (bufsize >= 3) dst[2] = UTF8PROC_HANGUL_TBASE + hangul_tindex; + return 3; + } + } + if (options & UTF8PROC_REJECTNA) { + if (!category) return UTF8PROC_ERROR_NOTASSIGNED; + } + if (options & UTF8PROC_IGNORE) { + if (property->ignorable) return 0; + } + if (options & UTF8PROC_LUMP) { + if (category == UTF8PROC_CATEGORY_ZS) utf8proc_decompose_lump(0x0020); + if (uc == 0x2018 || uc == 0x2019 || uc == 0x02BC || uc == 0x02C8) + utf8proc_decompose_lump(0x0027); + if (category == UTF8PROC_CATEGORY_PD || uc == 0x2212) + utf8proc_decompose_lump(0x002D); + if (uc == 0x2044 || uc == 0x2215) utf8proc_decompose_lump(0x002F); + if (uc == 0x2236) utf8proc_decompose_lump(0x003A); + if (uc == 0x2039 || uc == 0x2329 || uc == 0x3008) + utf8proc_decompose_lump(0x003C); + if (uc == 0x203A || uc == 0x232A || uc == 0x3009) + utf8proc_decompose_lump(0x003E); + if (uc == 0x2216) utf8proc_decompose_lump(0x005C); + if (uc == 0x02C4 || uc == 0x02C6 || uc == 0x2038 || uc == 0x2303) + utf8proc_decompose_lump(0x005E); + if (category == UTF8PROC_CATEGORY_PC || uc == 0x02CD) + utf8proc_decompose_lump(0x005F); + if (uc == 0x02CB) utf8proc_decompose_lump(0x0060); + if (uc == 0x2223) utf8proc_decompose_lump(0x007C); + if (uc == 0x223C) utf8proc_decompose_lump(0x007E); + if ((options & UTF8PROC_NLF2LS) && (options & UTF8PROC_NLF2PS)) { + if (category == UTF8PROC_CATEGORY_ZL || + category == UTF8PROC_CATEGORY_ZP) + utf8proc_decompose_lump(0x000A); + } + } + if (options & UTF8PROC_STRIPMARK) { + if (category == UTF8PROC_CATEGORY_MN || + category == UTF8PROC_CATEGORY_MC || + category == UTF8PROC_CATEGORY_ME) return 0; + } + if (options & UTF8PROC_CASEFOLD) { + if (property->casefold_mapping) { + const utf8proc_int32_t *casefold_entry; + utf8proc_ssize_t written = 0; + for (casefold_entry = property->casefold_mapping; + *casefold_entry >= 0; casefold_entry++) { + written += utf8proc_decompose_char(*casefold_entry, dst+written, + (bufsize > written) ? (bufsize - written) : 0, options, + last_boundclass); + if (written < 0) return UTF8PROC_ERROR_OVERFLOW; + } + return written; + } + } + if (options & (UTF8PROC_COMPOSE|UTF8PROC_DECOMPOSE)) { + if (property->decomp_mapping && + (!property->decomp_type || (options & UTF8PROC_COMPAT))) { + const utf8proc_int32_t *decomp_entry; + utf8proc_ssize_t written = 0; + for (decomp_entry = property->decomp_mapping; + *decomp_entry >= 0; decomp_entry++) { + written += utf8proc_decompose_char(*decomp_entry, dst+written, + (bufsize > written) ? (bufsize - written) : 0, options, + last_boundclass); + if (written < 0) return UTF8PROC_ERROR_OVERFLOW; + } + return written; + } + } + if (options & UTF8PROC_CHARBOUND) { + utf8proc_bool boundary; + int tbc = property->boundclass; + boundary = grapheme_break(*last_boundclass, tbc); + *last_boundclass = tbc; + if (boundary) { + if (bufsize >= 1) dst[0] = 0xFFFF; + if (bufsize >= 2) dst[1] = uc; + return 2; + } + } + if (bufsize >= 1) *dst = uc; + return 1; +} + +utf8proc_ssize_t utf8proc_decompose( + const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, + utf8proc_int32_t *buffer, utf8proc_ssize_t bufsize, utf8proc_option_t options +) { + /* strlen will be ignored, if UTF8PROC_NULLTERM is set in options */ + utf8proc_ssize_t wpos = 0; + if ((options & UTF8PROC_COMPOSE) && (options & UTF8PROC_DECOMPOSE)) + return UTF8PROC_ERROR_INVALIDOPTS; + if ((options & UTF8PROC_STRIPMARK) && + !(options & UTF8PROC_COMPOSE) && !(options & UTF8PROC_DECOMPOSE)) + return UTF8PROC_ERROR_INVALIDOPTS; + { + utf8proc_int32_t uc; + utf8proc_ssize_t rpos = 0; + utf8proc_ssize_t decomp_result; + int boundclass = UTF8PROC_BOUNDCLASS_START; + while (1) { + if (options & UTF8PROC_NULLTERM) { + rpos += utf8proc_iterate(str + rpos, -1, &uc); + /* checking of return value is not necessary, + as 'uc' is < 0 in case of error */ + if (uc < 0) return UTF8PROC_ERROR_INVALIDUTF8; + if (rpos < 0) return UTF8PROC_ERROR_OVERFLOW; + if (uc == 0) break; + } else { + if (rpos >= strlen) break; + rpos += utf8proc_iterate(str + rpos, strlen - rpos, &uc); + if (uc < 0) return UTF8PROC_ERROR_INVALIDUTF8; + } + decomp_result = utf8proc_decompose_char( + uc, buffer + wpos, (bufsize > wpos) ? (bufsize - wpos) : 0, options, + &boundclass + ); + if (decomp_result < 0) return decomp_result; + wpos += decomp_result; + /* prohibiting integer overflows due to too long strings: */ + if (wpos < 0 || wpos > SSIZE_MAX/sizeof(utf8proc_int32_t)/2) + return UTF8PROC_ERROR_OVERFLOW; + } + } + if ((options & (UTF8PROC_COMPOSE|UTF8PROC_DECOMPOSE)) && bufsize >= wpos) { + utf8proc_ssize_t pos = 0; + while (pos < wpos-1) { + utf8proc_int32_t uc1, uc2; + const utf8proc_property_t *property1, *property2; + uc1 = buffer[pos]; + uc2 = buffer[pos+1]; + property1 = unsafe_get_property(uc1); + property2 = unsafe_get_property(uc2); + if (property1->combining_class > property2->combining_class && + property2->combining_class > 0) { + buffer[pos] = uc2; + buffer[pos+1] = uc1; + if (pos > 0) pos--; else pos++; + } else { + pos++; + } + } + } + return wpos; +} + +utf8proc_ssize_t utf8proc_reencode(utf8proc_int32_t *buffer, utf8proc_ssize_t length, utf8proc_option_t options) { + /* UTF8PROC_NULLTERM option will be ignored, 'length' is never ignored + ASSERT: 'buffer' has one spare byte of free space at the end! */ + if (options & (UTF8PROC_NLF2LS | UTF8PROC_NLF2PS | UTF8PROC_STRIPCC)) { + utf8proc_ssize_t rpos; + utf8proc_ssize_t wpos = 0; + utf8proc_int32_t uc; + for (rpos = 0; rpos < length; rpos++) { + uc = buffer[rpos]; + if (uc == 0x000D && rpos < length-1 && buffer[rpos+1] == 0x000A) rpos++; + if (uc == 0x000A || uc == 0x000D || uc == 0x0085 || + ((options & UTF8PROC_STRIPCC) && (uc == 0x000B || uc == 0x000C))) { + if (options & UTF8PROC_NLF2LS) { + if (options & UTF8PROC_NLF2PS) { + buffer[wpos++] = 0x000A; + } else { + buffer[wpos++] = 0x2028; + } + } else { + if (options & UTF8PROC_NLF2PS) { + buffer[wpos++] = 0x2029; + } else { + buffer[wpos++] = 0x0020; + } + } + } else if ((options & UTF8PROC_STRIPCC) && + (uc < 0x0020 || (uc >= 0x007F && uc < 0x00A0))) { + if (uc == 0x0009) buffer[wpos++] = 0x0020; + } else { + buffer[wpos++] = uc; + } + } + length = wpos; + } + if (options & UTF8PROC_COMPOSE) { + utf8proc_int32_t *starter = NULL; + utf8proc_int32_t current_char; + const utf8proc_property_t *starter_property = NULL, *current_property; + utf8proc_propval_t max_combining_class = -1; + utf8proc_ssize_t rpos; + utf8proc_ssize_t wpos = 0; + utf8proc_int32_t composition; + for (rpos = 0; rpos < length; rpos++) { + current_char = buffer[rpos]; + current_property = unsafe_get_property(current_char); + if (starter && current_property->combining_class > max_combining_class) { + /* combination perhaps possible */ + utf8proc_int32_t hangul_lindex; + utf8proc_int32_t hangul_sindex; + hangul_lindex = *starter - UTF8PROC_HANGUL_LBASE; + if (hangul_lindex >= 0 && hangul_lindex < UTF8PROC_HANGUL_LCOUNT) { + utf8proc_int32_t hangul_vindex; + hangul_vindex = current_char - UTF8PROC_HANGUL_VBASE; + if (hangul_vindex >= 0 && hangul_vindex < UTF8PROC_HANGUL_VCOUNT) { + *starter = UTF8PROC_HANGUL_SBASE + + (hangul_lindex * UTF8PROC_HANGUL_VCOUNT + hangul_vindex) * + UTF8PROC_HANGUL_TCOUNT; + starter_property = NULL; + continue; + } + } + hangul_sindex = *starter - UTF8PROC_HANGUL_SBASE; + if (hangul_sindex >= 0 && hangul_sindex < UTF8PROC_HANGUL_SCOUNT && + (hangul_sindex % UTF8PROC_HANGUL_TCOUNT) == 0) { + utf8proc_int32_t hangul_tindex; + hangul_tindex = current_char - UTF8PROC_HANGUL_TBASE; + if (hangul_tindex >= 0 && hangul_tindex < UTF8PROC_HANGUL_TCOUNT) { + *starter += hangul_tindex; + starter_property = NULL; + continue; + } + } + if (!starter_property) { + starter_property = unsafe_get_property(*starter); + } + if (starter_property->comb1st_index >= 0 && + current_property->comb2nd_index >= 0) { + composition = utf8proc_combinations[ + starter_property->comb1st_index + + current_property->comb2nd_index + ]; + if (composition >= 0 && (!(options & UTF8PROC_STABLE) || + !(unsafe_get_property(composition)->comp_exclusion))) { + *starter = composition; + starter_property = NULL; + continue; + } + } + } + buffer[wpos] = current_char; + if (current_property->combining_class) { + if (current_property->combining_class > max_combining_class) { + max_combining_class = current_property->combining_class; + } + } else { + starter = buffer + wpos; + starter_property = NULL; + max_combining_class = -1; + } + wpos++; + } + length = wpos; + } + { + utf8proc_ssize_t rpos, wpos = 0; + utf8proc_int32_t uc; + if (options & UTF8PROC_CHARBOUND) { + for (rpos = 0; rpos < length; rpos++) { + uc = buffer[rpos]; + wpos += unsafe_encode_char(uc, ((utf8proc_uint8_t *)buffer) + wpos); + } + } else { + for (rpos = 0; rpos < length; rpos++) { + uc = buffer[rpos]; + wpos += utf8proc_encode_char(uc, ((utf8proc_uint8_t *)buffer) + wpos); + } + } + ((utf8proc_uint8_t *)buffer)[wpos] = 0; + return wpos; + } +} + +utf8proc_ssize_t utf8proc_map( + const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t options +) { + utf8proc_int32_t *buffer; + utf8proc_ssize_t result; + *dstptr = NULL; + result = utf8proc_decompose(str, strlen, NULL, 0, options); + if (result < 0) return result; + buffer = (utf8proc_int32_t *) malloc(result * sizeof(utf8proc_int32_t) + 1); + if (!buffer) return UTF8PROC_ERROR_NOMEM; + result = utf8proc_decompose(str, strlen, buffer, result, options); + if (result < 0) { + free(buffer); + return result; + } + result = utf8proc_reencode(buffer, result, options); + if (result < 0) { + free(buffer); + return result; + } + { + utf8proc_int32_t *newptr; + newptr = (utf8proc_int32_t *) realloc(buffer, (size_t)result+1); + if (newptr) buffer = newptr; + } + *dstptr = (utf8proc_uint8_t *)buffer; + return result; +} + +utf8proc_uint8_t *utf8proc_NFD(const utf8proc_uint8_t *str) { + utf8proc_uint8_t *retval; + utf8proc_map(str, 0, &retval, UTF8PROC_NULLTERM | UTF8PROC_STABLE | + UTF8PROC_DECOMPOSE); + return retval; +} + +utf8proc_uint8_t *utf8proc_NFC(const utf8proc_uint8_t *str) { + utf8proc_uint8_t *retval; + utf8proc_map(str, 0, &retval, UTF8PROC_NULLTERM | UTF8PROC_STABLE | + UTF8PROC_COMPOSE); + return retval; +} + +utf8proc_uint8_t *utf8proc_NFKD(const utf8proc_uint8_t *str) { + utf8proc_uint8_t *retval; + utf8proc_map(str, 0, &retval, UTF8PROC_NULLTERM | UTF8PROC_STABLE | + UTF8PROC_DECOMPOSE | UTF8PROC_COMPAT); + return retval; +} + +utf8proc_uint8_t *utf8proc_NFKC(const utf8proc_uint8_t *str) { + utf8proc_uint8_t *retval; + utf8proc_map(str, 0, &retval, UTF8PROC_NULLTERM | UTF8PROC_STABLE | + UTF8PROC_COMPOSE | UTF8PROC_COMPAT); + return retval; +} + diff --git a/src/utf8proc/utf8proc.h b/src/utf8proc/utf8proc.h new file mode 100644 index 0000000..6080b02 --- /dev/null +++ b/src/utf8proc/utf8proc.h @@ -0,0 +1,584 @@ +/* + * Copyright (c) 2009 Public Software Group e. V., Berlin, Germany + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ + + +/** + * @mainpage + * + * utf8proc is a free/open-source (MIT/expat licensed) C library + * providing Unicode normalization, case-folding, and other operations + * for strings in the UTF-8 encoding, supporting Unicode version + * 7.0.0. See the utf8proc home page (http://julialang.org/utf8proc/) + * for downloads and other information, or the source code on github + * (https://github.com/JuliaLang/utf8proc). + * + * For the utf8proc API documentation, see: @ref utf8proc.h + * + * The features of utf8proc include: + * + * - Transformation of strings (@ref utf8proc_map) to: + * - decompose (@ref UTF8PROC_DECOMPOSE) or compose (@ref UTF8PROC_COMPOSE) Unicode combining characters (http://en.wikipedia.org/wiki/Combining_character) + * - canonicalize Unicode compatibility characters (@ref UTF8PROC_COMPAT) + * - strip "ignorable" (@ref UTF8PROC_IGNORE) characters, control characters (@ref UTF8PROC_STRIPCC), or combining characters such as accents (@ref UTF8PROC_STRIPMARK) + * - case-folding (@ref UTF8PROC_CASEFOLD) + * - Unicode normalization: @ref utf8proc_NFD, @ref utf8proc_NFC, @ref utf8proc_NFKD, @ref utf8proc_NFKC + * - Detecting grapheme boundaries (@ref utf8proc_grapheme_break and @ref UTF8PROC_CHARBOUND) + * - Character-width computation: @ref utf8proc_charwidth + * - Classification of characters by Unicode category: @ref utf8proc_category and @ref utf8proc_category_string + * - Encode (@ref utf8proc_encode_char) and decode (@ref utf8proc_iterate) Unicode codepoints to/from UTF-8. + */ + +/** @file */ + +#ifndef UTF8PROC_H +#define UTF8PROC_H + +/** @name API version + * + * The utf8proc API version MAJOR.MINOR.PATCH, following + * semantic-versioning rules (http://semver.org) based on API + * compatibility. + * + * This is also returned at runtime by @ref utf8proc_version; however, the + * runtime version may append a string like "-dev" to the version number + * for prerelease versions. + * + * @note The shared-library version number in the Makefile may be different, + * being based on ABI compatibility rather than API compatibility. + */ +/** @{ */ +/** The MAJOR version number (increased when backwards API compatibility is broken). */ +#define UTF8PROC_VERSION_MAJOR 1 +/** The MINOR version number (increased when new functionality is added in a backwards-compatible manner). */ +#define UTF8PROC_VERSION_MINOR 3 +/** The PATCH version (increased for fixes that do not change the API). */ +#define UTF8PROC_VERSION_PATCH 0 +/** @} */ + +#include +#include +#ifdef _MSC_VER +typedef signed char utf8proc_int8_t; +typedef unsigned char utf8proc_uint8_t; +typedef short utf8proc_int16_t; +typedef unsigned short utf8proc_uint16_t; +typedef int utf8proc_int32_t; +typedef unsigned int utf8proc_uint32_t; +# ifdef _WIN64 +typedef __int64 utf8proc_ssize_t; +typedef unsigned __int64 utf8proc_size_t; +# else +typedef int utf8proc_ssize_t; +typedef unsigned int utf8proc_size_t; +# endif +# ifndef __cplusplus +typedef unsigned char utf8proc_bool; +enum {false, true}; +# else +typedef bool utf8proc_bool; +# endif +#else +# include +# include +typedef int8_t utf8proc_int8_t; +typedef uint8_t utf8proc_uint8_t; +typedef int16_t utf8proc_int16_t; +typedef uint16_t utf8proc_uint16_t; +typedef int32_t utf8proc_int32_t; +typedef uint32_t utf8proc_uint32_t; +typedef size_t utf8proc_size_t; +typedef ssize_t utf8proc_ssize_t; +typedef bool utf8proc_bool; +#endif +#include + +#ifdef __cplusplus +extern "C" { +#endif + +#ifndef SSIZE_MAX +#define SSIZE_MAX ((size_t)SIZE_MAX/2) +#endif + +/** + * Option flags used by several functions in the library. + */ +typedef enum { + /** The given UTF-8 input is NULL terminated. */ + UTF8PROC_NULLTERM = (1<<0), + /** Unicode Versioning Stability has to be respected. */ + UTF8PROC_STABLE = (1<<1), + /** Compatibility decomposition (i.e. formatting information is lost). */ + UTF8PROC_COMPAT = (1<<2), + /** Return a result with decomposed characters. */ + UTF8PROC_COMPOSE = (1<<3), + /** Return a result with decomposed characters. */ + UTF8PROC_DECOMPOSE = (1<<4), + /** Strip "default ignorable characters" such as SOFT-HYPHEN or ZERO-WIDTH-SPACE. */ + UTF8PROC_IGNORE = (1<<5), + /** Return an error, if the input contains unassigned codepoints. */ + UTF8PROC_REJECTNA = (1<<6), + /** + * Indicating that NLF-sequences (LF, CRLF, CR, NEL) are representing a + * line break, and should be converted to the codepoint for line + * separation (LS). + */ + UTF8PROC_NLF2LS = (1<<7), + /** + * Indicating that NLF-sequences are representing a paragraph break, and + * should be converted to the codepoint for paragraph separation + * (PS). + */ + UTF8PROC_NLF2PS = (1<<8), + /** Indicating that the meaning of NLF-sequences is unknown. */ + UTF8PROC_NLF2LF = (UTF8PROC_NLF2LS | UTF8PROC_NLF2PS), + /** Strips and/or convers control characters. + * + * NLF-sequences are transformed into space, except if one of the + * NLF2LS/PS/LF options is given. HorizontalTab (HT) and FormFeed (FF) + * are treated as a NLF-sequence in this case. All other control + * characters are simply removed. + */ + UTF8PROC_STRIPCC = (1<<9), + /** + * Performs unicode case folding, to be able to do a case-insensitive + * string comparison. + */ + UTF8PROC_CASEFOLD = (1<<10), + /** + * Inserts 0xFF bytes at the beginning of each sequence which is + * representing a single grapheme cluster (see UAX#29). + */ + UTF8PROC_CHARBOUND = (1<<11), + /** Lumps certain characters together. + * + * E.g. HYPHEN U+2010 and MINUS U+2212 to ASCII "-". See lump.md for details. + * + * If NLF2LF is set, this includes a transformation of paragraph and + * line separators to ASCII line-feed (LF). + */ + UTF8PROC_LUMP = (1<<12), + /** Strips all character markings. + * + * This includes non-spacing, spacing and enclosing (i.e. accents). + * @note This option works only with @ref UTF8PROC_COMPOSE or + * @ref UTF8PROC_DECOMPOSE + */ + UTF8PROC_STRIPMARK = (1<<13), +} utf8proc_option_t; + +/** @name Error codes + * Error codes being returned by almost all functions. + */ +/** @{ */ +/** Memory could not be allocated. */ +#define UTF8PROC_ERROR_NOMEM -1 +/** The given string is too long to be processed. */ +#define UTF8PROC_ERROR_OVERFLOW -2 +/** The given string is not a legal UTF-8 string. */ +#define UTF8PROC_ERROR_INVALIDUTF8 -3 +/** The @ref UTF8PROC_REJECTNA flag was set and an unassigned codepoint was found. */ +#define UTF8PROC_ERROR_NOTASSIGNED -4 +/** Invalid options have been used. */ +#define UTF8PROC_ERROR_INVALIDOPTS -5 +/** @} */ + +/* @name Types */ + +/** Holds the value of a property. */ +typedef utf8proc_int16_t utf8proc_propval_t; + +/** Struct containing information about a codepoint. */ +typedef struct utf8proc_property_struct { + /** + * Unicode category. + * @see utf8proc_category_t. + */ + utf8proc_propval_t category; + utf8proc_propval_t combining_class; + /** + * Bidirectional class. + * @see utf8proc_bidi_class_t. + */ + utf8proc_propval_t bidi_class; + /** + * @anchor Decomposition type. + * @see utf8proc_decomp_type_t. + */ + utf8proc_propval_t decomp_type; + const utf8proc_int32_t *decomp_mapping; + const utf8proc_int32_t *casefold_mapping; + utf8proc_int32_t uppercase_mapping; + utf8proc_int32_t lowercase_mapping; + utf8proc_int32_t titlecase_mapping; + utf8proc_int32_t comb1st_index; + utf8proc_int32_t comb2nd_index; + unsigned bidi_mirrored:1; + unsigned comp_exclusion:1; + /** + * Can this codepoint be ignored? + * + * Used by @ref utf8proc_decompose_char when @ref UTF8PROC_IGNORE is + * passed as an option. + */ + unsigned ignorable:1; + unsigned control_boundary:1; + /** + * Boundclass. + * @see utf8proc_boundclass_t. + */ + unsigned boundclass:4; + /** The width of the codepoint. */ + unsigned charwidth:2; +} utf8proc_property_t; + +/** Unicode categories. */ +typedef enum { + UTF8PROC_CATEGORY_CN = 0, /**< Other, not assigned */ + UTF8PROC_CATEGORY_LU = 1, /**< Letter, uppercase */ + UTF8PROC_CATEGORY_LL = 2, /**< Letter, lowercase */ + UTF8PROC_CATEGORY_LT = 3, /**< Letter, titlecase */ + UTF8PROC_CATEGORY_LM = 4, /**< Letter, modifier */ + UTF8PROC_CATEGORY_LO = 5, /**< Letter, other */ + UTF8PROC_CATEGORY_MN = 6, /**< Mark, nonspacing */ + UTF8PROC_CATEGORY_MC = 7, /**< Mark, spacing combining */ + UTF8PROC_CATEGORY_ME = 8, /**< Mark, enclosing */ + UTF8PROC_CATEGORY_ND = 9, /**< Number, decimal digit */ + UTF8PROC_CATEGORY_NL = 10, /**< Number, letter */ + UTF8PROC_CATEGORY_NO = 11, /**< Number, other */ + UTF8PROC_CATEGORY_PC = 12, /**< Punctuation, connector */ + UTF8PROC_CATEGORY_PD = 13, /**< Punctuation, dash */ + UTF8PROC_CATEGORY_PS = 14, /**< Punctuation, open */ + UTF8PROC_CATEGORY_PE = 15, /**< Punctuation, close */ + UTF8PROC_CATEGORY_PI = 16, /**< Punctuation, initial quote */ + UTF8PROC_CATEGORY_PF = 17, /**< Punctuation, final quote */ + UTF8PROC_CATEGORY_PO = 18, /**< Punctuation, other */ + UTF8PROC_CATEGORY_SM = 19, /**< Symbol, math */ + UTF8PROC_CATEGORY_SC = 20, /**< Symbol, currency */ + UTF8PROC_CATEGORY_SK = 21, /**< Symbol, modifier */ + UTF8PROC_CATEGORY_SO = 22, /**< Symbol, other */ + UTF8PROC_CATEGORY_ZS = 23, /**< Separator, space */ + UTF8PROC_CATEGORY_ZL = 24, /**< Separator, line */ + UTF8PROC_CATEGORY_ZP = 25, /**< Separator, paragraph */ + UTF8PROC_CATEGORY_CC = 26, /**< Other, control */ + UTF8PROC_CATEGORY_CF = 27, /**< Other, format */ + UTF8PROC_CATEGORY_CS = 28, /**< Other, surrogate */ + UTF8PROC_CATEGORY_CO = 29, /**< Other, private use */ +} utf8proc_category_t; + +/** Bidirectional character classes. */ +typedef enum { + UTF8PROC_BIDI_CLASS_L = 1, /**< Left-to-Right */ + UTF8PROC_BIDI_CLASS_LRE = 2, /**< Left-to-Right Embedding */ + UTF8PROC_BIDI_CLASS_LRO = 3, /**< Left-to-Right Override */ + UTF8PROC_BIDI_CLASS_R = 4, /**< Right-to-Left */ + UTF8PROC_BIDI_CLASS_AL = 5, /**< Right-to-Left Arabic */ + UTF8PROC_BIDI_CLASS_RLE = 6, /**< Right-to-Left Embedding */ + UTF8PROC_BIDI_CLASS_RLO = 7, /**< Right-to-Left Override */ + UTF8PROC_BIDI_CLASS_PDF = 8, /**< Pop Directional Format */ + UTF8PROC_BIDI_CLASS_EN = 9, /**< European Number */ + UTF8PROC_BIDI_CLASS_ES = 10, /**< European Separator */ + UTF8PROC_BIDI_CLASS_ET = 11, /**< European Number Terminator */ + UTF8PROC_BIDI_CLASS_AN = 12, /**< Arabic Number */ + UTF8PROC_BIDI_CLASS_CS = 13, /**< Common Number Separator */ + UTF8PROC_BIDI_CLASS_NSM = 14, /**< Nonspacing Mark */ + UTF8PROC_BIDI_CLASS_BN = 15, /**< Boundary Neutral */ + UTF8PROC_BIDI_CLASS_B = 16, /**< Paragraph Separator */ + UTF8PROC_BIDI_CLASS_S = 17, /**< Segment Separator */ + UTF8PROC_BIDI_CLASS_WS = 18, /**< Whitespace */ + UTF8PROC_BIDI_CLASS_ON = 19, /**< Other Neutrals */ + UTF8PROC_BIDI_CLASS_LRI = 20, /**< Left-to-Right Isolate */ + UTF8PROC_BIDI_CLASS_RLI = 21, /**< Right-to-Left Isolate */ + UTF8PROC_BIDI_CLASS_FSI = 22, /**< First Strong Isolate */ + UTF8PROC_BIDI_CLASS_PDI = 23, /**< Pop Directional Isolate */ +} utf8proc_bidi_class_t; + +/** Decomposition type. */ +typedef enum { + UTF8PROC_DECOMP_TYPE_FONT = 1, /**< Font */ + UTF8PROC_DECOMP_TYPE_NOBREAK = 2, /**< Nobreak */ + UTF8PROC_DECOMP_TYPE_INITIAL = 3, /**< Initial */ + UTF8PROC_DECOMP_TYPE_MEDIAL = 4, /**< Medial */ + UTF8PROC_DECOMP_TYPE_FINAL = 5, /**< Final */ + UTF8PROC_DECOMP_TYPE_ISOLATED = 6, /**< Isolated */ + UTF8PROC_DECOMP_TYPE_CIRCLE = 7, /**< Circle */ + UTF8PROC_DECOMP_TYPE_SUPER = 8, /**< Super */ + UTF8PROC_DECOMP_TYPE_SUB = 9, /**< Sub */ + UTF8PROC_DECOMP_TYPE_VERTICAL = 10, /**< Vertical */ + UTF8PROC_DECOMP_TYPE_WIDE = 11, /**< Wide */ + UTF8PROC_DECOMP_TYPE_NARROW = 12, /**< Narrow */ + UTF8PROC_DECOMP_TYPE_SMALL = 13, /**< Small */ + UTF8PROC_DECOMP_TYPE_SQUARE = 14, /**< Square */ + UTF8PROC_DECOMP_TYPE_FRACTION = 15, /**< Fraction */ + UTF8PROC_DECOMP_TYPE_COMPAT = 16, /**< Compat */ +} utf8proc_decomp_type_t; + +/** Boundclass property. */ +typedef enum { + UTF8PROC_BOUNDCLASS_START = 0, /**< Start */ + UTF8PROC_BOUNDCLASS_OTHER = 1, /**< Other */ + UTF8PROC_BOUNDCLASS_CR = 2, /**< Cr */ + UTF8PROC_BOUNDCLASS_LF = 3, /**< Lf */ + UTF8PROC_BOUNDCLASS_CONTROL = 4, /**< Control */ + UTF8PROC_BOUNDCLASS_EXTEND = 5, /**< Extend */ + UTF8PROC_BOUNDCLASS_L = 6, /**< L */ + UTF8PROC_BOUNDCLASS_V = 7, /**< V */ + UTF8PROC_BOUNDCLASS_T = 8, /**< T */ + UTF8PROC_BOUNDCLASS_LV = 9, /**< Lv */ + UTF8PROC_BOUNDCLASS_LVT = 10, /**< Lvt */ + UTF8PROC_BOUNDCLASS_REGIONAL_INDICATOR = 11, /**< Regional indicator */ + UTF8PROC_BOUNDCLASS_SPACINGMARK = 12, /**< Spacingmark */ +} utf8proc_boundclass_t; + +/** + * Array containing the byte lengths of a UTF-8 encoded codepoint based + * on the first byte. + */ +extern const utf8proc_int8_t utf8proc_utf8class[256]; + +/** + * Returns the utf8proc API version as a string MAJOR.MINOR.PATCH + * (http://semver.org format), possibly with a "-dev" suffix for + * development versions. + */ +const char *utf8proc_version(void); + +/** + * Returns an informative error string for the given utf8proc error code + * (e.g. the error codes returned by @ref utf8proc_map). + */ +const char *utf8proc_errmsg(utf8proc_ssize_t errcode); + +/** + * Reads a single codepoint from the UTF-8 sequence being pointed to by `str`. + * The maximum number of bytes read is `strlen`, unless `strlen` is + * negative (in which case up to 4 bytes are read). + * + * If a valid codepoint could be read, it is stored in the variable + * pointed to by `codepoint_ref`, otherwise that variable will be set to -1. + * In case of success, the number of bytes read is returned; otherwise, a + * negative error code is returned. + */ +utf8proc_ssize_t utf8proc_iterate(const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_int32_t *codepoint_ref); + +/** + * Check if a codepoint is valid (regardless of whether it has been + * assigned a value by the current Unicode standard). + * + * @return 1 if the given `codepoint` is valid and otherwise return 0. + */ +utf8proc_bool utf8proc_codepoint_valid(utf8proc_int32_t codepoint); + +/** + * Encodes the codepoint as an UTF-8 string in the byte array pointed + * to by `dst`. This array must be at least 4 bytes long. + * + * In case of success the number of bytes written is returned, and + * otherwise 0 is returned. + * + * This function does not check whether `codepoint` is valid Unicode. + */ +utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t codepoint, utf8proc_uint8_t *dst); + +/** + * Look up the properties for a given codepoint. + * + * @param codepoint The Unicode codepoint. + * + * @returns + * A pointer to a (constant) struct containing information about + * the codepoint. + * @par + * If the codepoint is unassigned or invalid, a pointer to a special struct is + * returned in which `category` is 0 (@ref UTF8PROC_CATEGORY_CN). + */ +const utf8proc_property_t *utf8proc_get_property(utf8proc_int32_t codepoint); + +/** Decompose a codepoint into an array of codepoints. + * + * @param codepoint the codepoint. + * @param dst the destination buffer. + * @param bufsize the size of the destination buffer. + * @param options one or more of the following flags: + * - @ref UTF8PROC_REJECTNA - return an error `codepoint` is unassigned + * - @ref UTF8PROC_IGNORE - strip "default ignorable" codepoints + * - @ref UTF8PROC_CASEFOLD - apply Unicode casefolding + * - @ref UTF8PROC_COMPAT - replace certain codepoints with their + * compatibility decomposition + * - @ref UTF8PROC_CHARBOUND - insert 0xFF bytes before each grapheme cluster + * - @ref UTF8PROC_LUMP - lump certain different codepoints together + * - @ref UTF8PROC_STRIPMARK - remove all character marks + * @param last_boundclass + * Pointer to an integer variable containing + * the previous codepoint's boundary class if the @ref UTF8PROC_CHARBOUND + * option is used. Otherwise, this parameter is ignored. + * + * @return + * In case of success, the number of codepoints written is returned; in case + * of an error, a negative error code is returned (@ref utf8proc_errmsg). + * @par + * If the number of written codepoints would be bigger than `bufsize`, the + * required buffer size is returned, while the buffer will be overwritten with + * undefined data. + */ +utf8proc_ssize_t utf8proc_decompose_char( + utf8proc_int32_t codepoint, utf8proc_int32_t *dst, utf8proc_ssize_t bufsize, + utf8proc_option_t options, int *last_boundclass +); + +/** + * The same as @ref utf8proc_decompose_char, but acts on a whole UTF-8 + * string and orders the decomposed sequences correctly. + * + * If the @ref UTF8PROC_NULLTERM flag in `options` is set, processing + * will be stopped, when a NULL byte is encounted, otherwise `strlen` + * bytes are processed. The result (in the form of 32-bit unicode + * codepoints) is written into the buffer being pointed to by + * `buffer` (which must contain at least `bufsize` entries). In case of + * success, the number of codepoints written is returned; in case of an + * error, a negative error code is returned (@ref utf8proc_errmsg). + * + * If the number of written codepoints would be bigger than `bufsize`, the + * required buffer size is returned, while the buffer will be overwritten with + * undefined data. + */ +utf8proc_ssize_t utf8proc_decompose( + const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, + utf8proc_int32_t *buffer, utf8proc_ssize_t bufsize, utf8proc_option_t options +); + +/** + * Reencodes the sequence of `length` codepoints pointed to by `buffer` + * UTF-8 data in-place (i.e., the result is also stored in `buffer`). + * + * @param buffer the (native-endian UTF-32) unicode codepoints to re-encode. + * @param length the length (in codepoints) of the buffer. + * @param options a bitwise or (`|`) of one or more of the following flags: + * - @ref UTF8PROC_NLF2LS - convert LF, CRLF, CR and NEL into LS + * - @ref UTF8PROC_NLF2PS - convert LF, CRLF, CR and NEL into PS + * - @ref UTF8PROC_NLF2LF - convert LF, CRLF, CR and NEL into LF + * - @ref UTF8PROC_STRIPCC - strip or convert all non-affected control characters + * - @ref UTF8PROC_COMPOSE - try to combine decomposed codepoints into composite + * codepoints + * - @ref UTF8PROC_STABLE - prohibit combining characters that would violate + * the unicode versioning stability + * + * @return + * In case of success, the length (in bytes) of the resulting UTF-8 string is + * returned; otherwise, a negative error code is returned (@ref utf8proc_errmsg). + * + * @warning The amount of free space pointed to by `buffer` must + * exceed the amount of the input data by one byte, and the + * entries of the array pointed to by `str` have to be in the + * range `0x0000` to `0x10FFFF`. Otherwise, the program might crash! + */ +utf8proc_ssize_t utf8proc_reencode(utf8proc_int32_t *buffer, utf8proc_ssize_t length, utf8proc_option_t options); + +/** + * Given a pair of consecutive codepoints, return whether a grapheme break is + * permitted between them (as defined by the extended grapheme clusters in UAX#29). + */ +utf8proc_bool utf8proc_grapheme_break(utf8proc_int32_t codepoint1, utf8proc_int32_t codepoint2); + + +/** + * Given a codepoint `c`, return the codepoint of the corresponding + * lower-case character, if any; otherwise (if there is no lower-case + * variant, or if `c` is not a valid codepoint) return `c`. + */ +utf8proc_int32_t utf8proc_tolower(utf8proc_int32_t c); + +/** + * Given a codepoint `c`, return the codepoint of the corresponding + * upper-case character, if any; otherwise (if there is no upper-case + * variant, or if `c` is not a valid codepoint) return `c`. + */ +utf8proc_int32_t utf8proc_toupper(utf8proc_int32_t c); + +/** + * Given a codepoint, return a character width analogous to `wcwidth(codepoint)`, + * except that a width of 0 is returned for non-printable codepoints + * instead of -1 as in `wcwidth`. + * + * @note + * If you want to check for particular types of non-printable characters, + * (analogous to `isprint` or `iscntrl`), use @ref utf8proc_category. */ +int utf8proc_charwidth(utf8proc_int32_t codepoint); + +/** + * Return the Unicode category for the codepoint (one of the + * @ref utf8proc_category_t constants.) + */ +utf8proc_category_t utf8proc_category(utf8proc_int32_t codepoint); + +/** + * Return the two-letter (nul-terminated) Unicode category string for + * the codepoint (e.g. `"Lu"` or `"Co"`). + */ +const char *utf8proc_category_string(utf8proc_int32_t codepoint); + +/** + * Maps the given UTF-8 string pointed to by `str` to a new UTF-8 + * string, allocated dynamically by `malloc` and returned via `dstptr`. + * + * If the @ref UTF8PROC_NULLTERM flag in the `options` field is set, + * the length is determined by a NULL terminator, otherwise the + * parameter `strlen` is evaluated to determine the string length, but + * in any case the result will be NULL terminated (though it might + * contain NULL characters with the string if `str` contained NULL + * characters). Other flags in the `options` field are passed to the + * functions defined above, and regarded as described. + * + * In case of success the length of the new string is returned, + * otherwise a negative error code is returned. + * + * @note The memory of the new UTF-8 string will have been allocated + * with `malloc`, and should therefore be deallocated with `free`. + */ +utf8proc_ssize_t utf8proc_map( + const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t options +); + +/** @name Unicode normalization + * + * Returns a pointer to newly allocated memory of a NFD, NFC, NFKD or NFKC + * normalized version of the null-terminated string `str`. These + * are shortcuts to calling @ref utf8proc_map with @ref UTF8PROC_NULLTERM + * combined with @ref UTF8PROC_STABLE and flags indicating the normalization. + */ +/** @{ */ +/** NFD normalization (@ref UTF8PROC_DECOMPOSE). */ +utf8proc_uint8_t *utf8proc_NFD(const utf8proc_uint8_t *str); +/** NFC normalization (@ref UTF8PROC_COMPOSE). */ +utf8proc_uint8_t *utf8proc_NFC(const utf8proc_uint8_t *str); +/** NFD normalization (@ref UTF8PROC_DECOMPOSE and @ref UTF8PROC_COMPAT). */ +utf8proc_uint8_t *utf8proc_NFKD(const utf8proc_uint8_t *str); +/** NFD normalization (@ref UTF8PROC_COMPOSE and @ref UTF8PROC_COMPAT). */ +utf8proc_uint8_t *utf8proc_NFKC(const utf8proc_uint8_t *str); +/** @} */ + +#ifdef __cplusplus +} +#endif + +#endif + diff --git a/src/utf8proc/utf8proc_data.c b/src/utf8proc/utf8proc_data.c new file mode 100644 index 0000000..f07cc83 --- /dev/null +++ b/src/utf8proc/utf8proc_data.c @@ -0,0 +1,16752 @@ +const utf8proc_int32_t utf8proc_sequences[] = { + 97, -1, 98, -1, 99, -1, 100, + -1, 101, -1, 102, -1, 103, -1, 104, + -1, 105, -1, 106, -1, 107, -1, 108, + -1, 109, -1, 110, -1, 111, -1, 112, + -1, 113, -1, 114, -1, 115, -1, 116, + -1, 117, -1, 118, -1, 119, -1, 120, + -1, 121, -1, 122, -1, 32, -1, 32, + 776, -1, 32, 772, -1, 50, -1, 51, + -1, 32, 769, -1, 956, -1, 32, 807, + -1, 49, -1, 49, 8260, 52, -1, 49, + 8260, 50, -1, 51, 8260, 52, -1, 65, + 768, -1, 224, -1, 65, 769, -1, 225, + -1, 65, 770, -1, 226, -1, 65, 771, + -1, 227, -1, 65, 776, -1, 228, -1, + 65, 778, -1, 229, -1, 230, -1, 67, + 807, -1, 231, -1, 69, 768, -1, 232, + -1, 69, 769, -1, 233, -1, 69, 770, + -1, 234, -1, 69, 776, -1, 235, -1, + 73, 768, -1, 236, -1, 73, 769, -1, + 237, -1, 73, 770, -1, 238, -1, 73, + 776, -1, 239, -1, 240, -1, 78, 771, + -1, 241, -1, 79, 768, -1, 242, -1, + 79, 769, -1, 243, -1, 79, 770, -1, + 244, -1, 79, 771, -1, 245, -1, 79, + 776, -1, 246, -1, 248, -1, 85, 768, + -1, 249, -1, 85, 769, -1, 250, -1, + 85, 770, -1, 251, -1, 85, 776, -1, + 252, -1, 89, 769, -1, 253, -1, 254, + -1, 115, 115, -1, 97, 768, -1, 97, + 769, -1, 97, 770, -1, 97, 771, -1, + 97, 776, -1, 97, 778, -1, 99, 807, + -1, 101, 768, -1, 101, 769, -1, 101, + 770, -1, 101, 776, -1, 105, 768, -1, + 105, 769, -1, 105, 770, -1, 105, 776, + -1, 110, 771, -1, 111, 768, -1, 111, + 769, -1, 111, 770, -1, 111, 771, -1, + 111, 776, -1, 117, 768, -1, 117, 769, + -1, 117, 770, -1, 117, 776, -1, 121, + 769, -1, 121, 776, -1, 65, 772, -1, + 257, -1, 97, 772, -1, 65, 774, -1, + 259, -1, 97, 774, -1, 65, 808, -1, + 261, -1, 97, 808, -1, 67, 769, -1, + 263, -1, 99, 769, -1, 67, 770, -1, + 265, -1, 99, 770, -1, 67, 775, -1, + 267, -1, 99, 775, -1, 67, 780, -1, + 269, -1, 99, 780, -1, 68, 780, -1, + 271, -1, 100, 780, -1, 273, -1, 69, + 772, -1, 275, -1, 101, 772, -1, 69, + 774, -1, 277, -1, 101, 774, -1, 69, + 775, -1, 279, -1, 101, 775, -1, 69, + 808, -1, 281, -1, 101, 808, -1, 69, + 780, -1, 283, -1, 101, 780, -1, 71, + 770, -1, 285, -1, 103, 770, -1, 71, + 774, -1, 287, -1, 103, 774, -1, 71, + 775, -1, 289, -1, 103, 775, -1, 71, + 807, -1, 291, -1, 103, 807, -1, 72, + 770, -1, 293, -1, 104, 770, -1, 295, + -1, 73, 771, -1, 297, -1, 105, 771, + -1, 73, 772, -1, 299, -1, 105, 772, + -1, 73, 774, -1, 301, -1, 105, 774, + -1, 73, 808, -1, 303, -1, 105, 808, + -1, 73, 775, -1, 105, 775, -1, 73, + 74, -1, 307, -1, 105, 106, -1, 74, + 770, -1, 309, -1, 106, 770, -1, 75, + 807, -1, 311, -1, 107, 807, -1, 76, + 769, -1, 314, -1, 108, 769, -1, 76, + 807, -1, 316, -1, 108, 807, -1, 76, + 780, -1, 318, -1, 108, 780, -1, 76, + 183, -1, 320, -1, 108, 183, -1, 322, + -1, 78, 769, -1, 324, -1, 110, 769, + -1, 78, 807, -1, 326, -1, 110, 807, + -1, 78, 780, -1, 328, -1, 110, 780, + -1, 700, 110, -1, 331, -1, 79, 772, + -1, 333, -1, 111, 772, -1, 79, 774, + -1, 335, -1, 111, 774, -1, 79, 779, + -1, 337, -1, 111, 779, -1, 339, -1, + 82, 769, -1, 341, -1, 114, 769, -1, + 82, 807, -1, 343, -1, 114, 807, -1, + 82, 780, -1, 345, -1, 114, 780, -1, + 83, 769, -1, 347, -1, 115, 769, -1, + 83, 770, -1, 349, -1, 115, 770, -1, + 83, 807, -1, 351, -1, 115, 807, -1, + 83, 780, -1, 353, -1, 115, 780, -1, + 84, 807, -1, 355, -1, 116, 807, -1, + 84, 780, -1, 357, -1, 116, 780, -1, + 359, -1, 85, 771, -1, 361, -1, 117, + 771, -1, 85, 772, -1, 363, -1, 117, + 772, -1, 85, 774, -1, 365, -1, 117, + 774, -1, 85, 778, -1, 367, -1, 117, + 778, -1, 85, 779, -1, 369, -1, 117, + 779, -1, 85, 808, -1, 371, -1, 117, + 808, -1, 87, 770, -1, 373, -1, 119, + 770, -1, 89, 770, -1, 375, -1, 121, + 770, -1, 89, 776, -1, 255, -1, 90, + 769, -1, 378, -1, 122, 769, -1, 90, + 775, -1, 380, -1, 122, 775, -1, 90, + 780, -1, 382, -1, 122, 780, -1, 595, + -1, 387, -1, 389, -1, 596, -1, 392, + -1, 598, -1, 599, -1, 396, -1, 477, + -1, 601, -1, 603, -1, 402, -1, 608, + -1, 611, -1, 617, -1, 616, -1, 409, + -1, 623, -1, 626, -1, 629, -1, 79, + 795, -1, 417, -1, 111, 795, -1, 419, + -1, 421, -1, 640, -1, 424, -1, 643, + -1, 429, -1, 648, -1, 85, 795, -1, + 432, -1, 117, 795, -1, 650, -1, 651, + -1, 436, -1, 438, -1, 658, -1, 441, + -1, 445, -1, 68, 381, -1, 454, -1, + 68, 382, -1, 100, 382, -1, 76, 74, + -1, 457, -1, 76, 106, -1, 108, 106, + -1, 78, 74, -1, 460, -1, 78, 106, + -1, 110, 106, -1, 65, 780, -1, 462, + -1, 97, 780, -1, 73, 780, -1, 464, + -1, 105, 780, -1, 79, 780, -1, 466, + -1, 111, 780, -1, 85, 780, -1, 468, + -1, 117, 780, -1, 220, 772, -1, 470, + -1, 252, 772, -1, 220, 769, -1, 472, + -1, 252, 769, -1, 220, 780, -1, 474, + -1, 252, 780, -1, 220, 768, -1, 476, + -1, 252, 768, -1, 196, 772, -1, 479, + -1, 228, 772, -1, 550, 772, -1, 481, + -1, 551, 772, -1, 198, 772, -1, 483, + -1, 230, 772, -1, 485, -1, 71, 780, + -1, 487, -1, 103, 780, -1, 75, 780, + -1, 489, -1, 107, 780, -1, 79, 808, + -1, 491, -1, 111, 808, -1, 490, 772, + -1, 493, -1, 491, 772, -1, 439, 780, + -1, 495, -1, 658, 780, -1, 106, 780, + -1, 68, 90, -1, 499, -1, 68, 122, + -1, 100, 122, -1, 71, 769, -1, 501, + -1, 103, 769, -1, 405, -1, 447, -1, + 78, 768, -1, 505, -1, 110, 768, -1, + 197, 769, -1, 507, -1, 229, 769, -1, + 198, 769, -1, 509, -1, 230, 769, -1, + 216, 769, -1, 511, -1, 248, 769, -1, + 65, 783, -1, 513, -1, 97, 783, -1, + 65, 785, -1, 515, -1, 97, 785, -1, + 69, 783, -1, 517, -1, 101, 783, -1, + 69, 785, -1, 519, -1, 101, 785, -1, + 73, 783, -1, 521, -1, 105, 783, -1, + 73, 785, -1, 523, -1, 105, 785, -1, + 79, 783, -1, 525, -1, 111, 783, -1, + 79, 785, -1, 527, -1, 111, 785, -1, + 82, 783, -1, 529, -1, 114, 783, -1, + 82, 785, -1, 531, -1, 114, 785, -1, + 85, 783, -1, 533, -1, 117, 783, -1, + 85, 785, -1, 535, -1, 117, 785, -1, + 83, 806, -1, 537, -1, 115, 806, -1, + 84, 806, -1, 539, -1, 116, 806, -1, + 541, -1, 72, 780, -1, 543, -1, 104, + 780, -1, 414, -1, 547, -1, 549, -1, + 65, 775, -1, 551, -1, 97, 775, -1, + 69, 807, -1, 553, -1, 101, 807, -1, + 214, 772, -1, 555, -1, 246, 772, -1, + 213, 772, -1, 557, -1, 245, 772, -1, + 79, 775, -1, 559, -1, 111, 775, -1, + 558, 772, -1, 561, -1, 559, 772, -1, + 89, 772, -1, 563, -1, 121, 772, -1, + 11365, -1, 572, -1, 410, -1, 11366, -1, + 578, -1, 384, -1, 649, -1, 652, -1, + 583, -1, 585, -1, 587, -1, 589, -1, + 591, -1, 614, -1, 633, -1, 635, -1, + 641, -1, 32, 774, -1, 32, 775, -1, + 32, 778, -1, 32, 808, -1, 32, 771, + -1, 32, 779, -1, 661, -1, 768, -1, + 769, -1, 787, -1, 776, 769, -1, 953, + -1, 881, -1, 883, -1, 697, -1, 887, + -1, 32, 837, -1, 59, -1, 1011, -1, + 168, 769, -1, 913, 769, -1, 940, -1, + 183, -1, 917, 769, -1, 941, -1, 919, + 769, -1, 942, -1, 921, 769, -1, 943, + -1, 927, 769, -1, 972, -1, 933, 769, + -1, 973, -1, 937, 769, -1, 974, -1, + 970, 769, -1, 953, 776, 769, -1, 945, + -1, 946, -1, 947, -1, 948, -1, 949, + -1, 950, -1, 951, -1, 952, -1, 954, + -1, 955, -1, 957, -1, 958, -1, 959, + -1, 960, -1, 961, -1, 963, -1, 964, + -1, 965, -1, 966, -1, 967, -1, 968, + -1, 969, -1, 921, 776, -1, 970, -1, + 933, 776, -1, 971, -1, 945, 769, -1, + 949, 769, -1, 951, 769, -1, 953, 769, + -1, 971, 769, -1, 965, 776, 769, -1, + 953, 776, -1, 965, 776, -1, 959, 769, + -1, 965, 769, -1, 969, 769, -1, 983, + -1, 933, -1, 978, 769, -1, 978, 776, + -1, 985, -1, 987, -1, 989, -1, 991, + -1, 993, -1, 995, -1, 997, -1, 999, + -1, 1001, -1, 1003, -1, 1005, -1, 1007, + -1, 962, -1, 920, -1, 1016, -1, 931, + -1, 1010, -1, 1019, -1, 891, -1, 892, + -1, 893, -1, 1045, 768, -1, 1104, -1, + 1045, 776, -1, 1105, -1, 1106, -1, 1043, + 769, -1, 1107, -1, 1108, -1, 1109, -1, + 1110, -1, 1030, 776, -1, 1111, -1, 1112, + -1, 1113, -1, 1114, -1, 1115, -1, 1050, + 769, -1, 1116, -1, 1048, 768, -1, 1117, + -1, 1059, 774, -1, 1118, -1, 1119, -1, + 1072, -1, 1073, -1, 1074, -1, 1075, -1, + 1076, -1, 1077, -1, 1078, -1, 1079, -1, + 1080, -1, 1048, 774, -1, 1081, -1, 1082, + -1, 1083, -1, 1084, -1, 1085, -1, 1086, + -1, 1087, -1, 1088, -1, 1089, -1, 1090, + -1, 1091, -1, 1092, -1, 1093, -1, 1094, + -1, 1095, -1, 1096, -1, 1097, -1, 1098, + -1, 1099, -1, 1100, -1, 1101, -1, 1102, + -1, 1103, -1, 1080, 774, -1, 1077, 768, + -1, 1077, 776, -1, 1075, 769, -1, 1110, + 776, -1, 1082, 769, -1, 1080, 768, -1, + 1091, 774, -1, 1121, -1, 1123, -1, 1125, + -1, 1127, -1, 1129, -1, 1131, -1, 1133, + -1, 1135, -1, 1137, -1, 1139, -1, 1141, + -1, 1140, 783, -1, 1143, -1, 1141, 783, + -1, 1145, -1, 1147, -1, 1149, -1, 1151, + -1, 1153, -1, 1163, -1, 1165, -1, 1167, + -1, 1169, -1, 1171, -1, 1173, -1, 1175, + -1, 1177, -1, 1179, -1, 1181, -1, 1183, + -1, 1185, -1, 1187, -1, 1189, -1, 1191, + -1, 1193, -1, 1195, -1, 1197, -1, 1199, + -1, 1201, -1, 1203, -1, 1205, -1, 1207, + -1, 1209, -1, 1211, -1, 1213, -1, 1215, + -1, 1231, -1, 1046, 774, -1, 1218, -1, + 1078, 774, -1, 1220, -1, 1222, -1, 1224, + -1, 1226, -1, 1228, -1, 1230, -1, 1040, + 774, -1, 1233, -1, 1072, 774, -1, 1040, + 776, -1, 1235, -1, 1072, 776, -1, 1237, + -1, 1045, 774, -1, 1239, -1, 1077, 774, + -1, 1241, -1, 1240, 776, -1, 1243, -1, + 1241, 776, -1, 1046, 776, -1, 1245, -1, + 1078, 776, -1, 1047, 776, -1, 1247, -1, + 1079, 776, -1, 1249, -1, 1048, 772, -1, + 1251, -1, 1080, 772, -1, 1048, 776, -1, + 1253, -1, 1080, 776, -1, 1054, 776, -1, + 1255, -1, 1086, 776, -1, 1257, -1, 1256, + 776, -1, 1259, -1, 1257, 776, -1, 1069, + 776, -1, 1261, -1, 1101, 776, -1, 1059, + 772, -1, 1263, -1, 1091, 772, -1, 1059, + 776, -1, 1265, -1, 1091, 776, -1, 1059, + 779, -1, 1267, -1, 1091, 779, -1, 1063, + 776, -1, 1269, -1, 1095, 776, -1, 1271, + -1, 1067, 776, -1, 1273, -1, 1099, 776, + -1, 1275, -1, 1277, -1, 1279, -1, 1281, + -1, 1283, -1, 1285, -1, 1287, -1, 1289, + -1, 1291, -1, 1293, -1, 1295, -1, 1297, + -1, 1299, -1, 1301, -1, 1303, -1, 1305, + -1, 1307, -1, 1309, -1, 1311, -1, 1313, + -1, 1315, -1, 1317, -1, 1319, -1, 1321, + -1, 1323, -1, 1325, -1, 1327, -1, 1377, + -1, 1378, -1, 1379, -1, 1380, -1, 1381, + -1, 1382, -1, 1383, -1, 1384, -1, 1385, + -1, 1386, -1, 1387, -1, 1388, -1, 1389, + -1, 1390, -1, 1391, -1, 1392, -1, 1393, + -1, 1394, -1, 1395, -1, 1396, -1, 1397, + -1, 1398, -1, 1399, -1, 1400, -1, 1401, + -1, 1402, -1, 1403, -1, 1404, -1, 1405, + -1, 1406, -1, 1407, -1, 1408, -1, 1409, + -1, 1410, -1, 1411, -1, 1412, -1, 1413, + -1, 1414, -1, 1381, 1410, -1, 1575, 1619, + -1, 1575, 1620, -1, 1608, 1620, -1, 1575, + 1621, -1, 1610, 1620, -1, 1575, 1652, -1, + 1608, 1652, -1, 1735, 1652, -1, 1610, 1652, + -1, 1749, 1620, -1, 1729, 1620, -1, 1746, + 1620, -1, 2344, 2364, -1, 2352, 2364, -1, + 2355, 2364, -1, 2325, 2364, -1, 2326, 2364, + -1, 2327, 2364, -1, 2332, 2364, -1, 2337, + 2364, -1, 2338, 2364, -1, 2347, 2364, -1, + 2351, 2364, -1, 2503, 2494, -1, 2503, 2519, + -1, 2465, 2492, -1, 2466, 2492, -1, 2479, + 2492, -1, 2610, 2620, -1, 2616, 2620, -1, + 2582, 2620, -1, 2583, 2620, -1, 2588, 2620, + -1, 2603, 2620, -1, 2887, 2902, -1, 2887, + 2878, -1, 2887, 2903, -1, 2849, 2876, -1, + 2850, 2876, -1, 2962, 3031, -1, 3014, 3006, + -1, 3015, 3006, -1, 3014, 3031, -1, 3142, + 3158, -1, 3263, 3285, -1, 3270, 3285, -1, + 3270, 3286, -1, 3270, 3266, -1, 3274, 3285, + -1, 3398, 3390, -1, 3399, 3390, -1, 3398, + 3415, -1, 3545, 3530, -1, 3545, 3535, -1, + 3548, 3530, -1, 3545, 3551, -1, 3661, 3634, + -1, 3789, 3762, -1, 3755, 3737, -1, 3755, + 3745, -1, 3851, -1, 3906, 4023, -1, 3916, + 4023, -1, 3921, 4023, -1, 3926, 4023, -1, + 3931, 4023, -1, 3904, 4021, -1, 3953, 3954, + -1, 3953, 3956, -1, 4018, 3968, -1, 4018, + 3969, -1, 4019, 3968, -1, 4019, 3969, -1, + 3953, 3968, -1, 3986, 4023, -1, 3996, 4023, + -1, 4001, 4023, -1, 4006, 4023, -1, 4011, + 4023, -1, 3984, 4021, -1, 4133, 4142, -1, + 11520, -1, 11521, -1, 11522, -1, 11523, -1, + 11524, -1, 11525, -1, 11526, -1, 11527, -1, + 11528, -1, 11529, -1, 11530, -1, 11531, -1, + 11532, -1, 11533, -1, 11534, -1, 11535, -1, + 11536, -1, 11537, -1, 11538, -1, 11539, -1, + 11540, -1, 11541, -1, 11542, -1, 11543, -1, + 11544, -1, 11545, -1, 11546, -1, 11547, -1, + 11548, -1, 11549, -1, 11550, -1, 11551, -1, + 11552, -1, 11553, -1, 11554, -1, 11555, -1, + 11556, -1, 11557, -1, 11559, -1, 11565, -1, + 4316, -1, 5104, -1, 5105, -1, 5106, -1, + 5107, -1, 5108, -1, 5109, -1, 6917, 6965, + -1, 6919, 6965, -1, 6921, 6965, -1, 6923, + 6965, -1, 6925, 6965, -1, 6929, 6965, -1, + 6970, 6965, -1, 6972, 6965, -1, 6974, 6965, + -1, 6975, 6965, -1, 6978, 6965, -1, 65, + -1, 198, -1, 66, -1, 68, -1, 69, + -1, 398, -1, 71, -1, 72, -1, 73, + -1, 74, -1, 75, -1, 76, -1, 77, + -1, 78, -1, 79, -1, 546, -1, 80, + -1, 82, -1, 84, -1, 85, -1, 87, + -1, 592, -1, 593, -1, 7426, -1, 604, + -1, 7446, -1, 7447, -1, 7453, -1, 7461, + -1, 594, -1, 597, -1, 607, -1, 609, + -1, 613, -1, 618, -1, 7547, -1, 669, + -1, 621, -1, 7557, -1, 671, -1, 625, + -1, 624, -1, 627, -1, 628, -1, 632, + -1, 642, -1, 427, -1, 7452, -1, 656, + -1, 657, -1, 65, 805, -1, 7681, -1, + 97, 805, -1, 66, 775, -1, 7683, -1, + 98, 775, -1, 66, 803, -1, 7685, -1, + 98, 803, -1, 66, 817, -1, 7687, -1, + 98, 817, -1, 199, 769, -1, 7689, -1, + 231, 769, -1, 68, 775, -1, 7691, -1, + 100, 775, -1, 68, 803, -1, 7693, -1, + 100, 803, -1, 68, 817, -1, 7695, -1, + 100, 817, -1, 68, 807, -1, 7697, -1, + 100, 807, -1, 68, 813, -1, 7699, -1, + 100, 813, -1, 274, 768, -1, 7701, -1, + 275, 768, -1, 274, 769, -1, 7703, -1, + 275, 769, -1, 69, 813, -1, 7705, -1, + 101, 813, -1, 69, 816, -1, 7707, -1, + 101, 816, -1, 552, 774, -1, 7709, -1, + 553, 774, -1, 70, 775, -1, 7711, -1, + 102, 775, -1, 71, 772, -1, 7713, -1, + 103, 772, -1, 72, 775, -1, 7715, -1, + 104, 775, -1, 72, 803, -1, 7717, -1, + 104, 803, -1, 72, 776, -1, 7719, -1, + 104, 776, -1, 72, 807, -1, 7721, -1, + 104, 807, -1, 72, 814, -1, 7723, -1, + 104, 814, -1, 73, 816, -1, 7725, -1, + 105, 816, -1, 207, 769, -1, 7727, -1, + 239, 769, -1, 75, 769, -1, 7729, -1, + 107, 769, -1, 75, 803, -1, 7731, -1, + 107, 803, -1, 75, 817, -1, 7733, -1, + 107, 817, -1, 76, 803, -1, 7735, -1, + 108, 803, -1, 7734, 772, -1, 7737, -1, + 7735, 772, -1, 76, 817, -1, 7739, -1, + 108, 817, -1, 76, 813, -1, 7741, -1, + 108, 813, -1, 77, 769, -1, 7743, -1, + 109, 769, -1, 77, 775, -1, 7745, -1, + 109, 775, -1, 77, 803, -1, 7747, -1, + 109, 803, -1, 78, 775, -1, 7749, -1, + 110, 775, -1, 78, 803, -1, 7751, -1, + 110, 803, -1, 78, 817, -1, 7753, -1, + 110, 817, -1, 78, 813, -1, 7755, -1, + 110, 813, -1, 213, 769, -1, 7757, -1, + 245, 769, -1, 213, 776, -1, 7759, -1, + 245, 776, -1, 332, 768, -1, 7761, -1, + 333, 768, -1, 332, 769, -1, 7763, -1, + 333, 769, -1, 80, 769, -1, 7765, -1, + 112, 769, -1, 80, 775, -1, 7767, -1, + 112, 775, -1, 82, 775, -1, 7769, -1, + 114, 775, -1, 82, 803, -1, 7771, -1, + 114, 803, -1, 7770, 772, -1, 7773, -1, + 7771, 772, -1, 82, 817, -1, 7775, -1, + 114, 817, -1, 83, 775, -1, 7777, -1, + 115, 775, -1, 83, 803, -1, 7779, -1, + 115, 803, -1, 346, 775, -1, 7781, -1, + 347, 775, -1, 352, 775, -1, 7783, -1, + 353, 775, -1, 7778, 775, -1, 7785, -1, + 7779, 775, -1, 84, 775, -1, 7787, -1, + 116, 775, -1, 84, 803, -1, 7789, -1, + 116, 803, -1, 84, 817, -1, 7791, -1, + 116, 817, -1, 84, 813, -1, 7793, -1, + 116, 813, -1, 85, 804, -1, 7795, -1, + 117, 804, -1, 85, 816, -1, 7797, -1, + 117, 816, -1, 85, 813, -1, 7799, -1, + 117, 813, -1, 360, 769, -1, 7801, -1, + 361, 769, -1, 362, 776, -1, 7803, -1, + 363, 776, -1, 86, 771, -1, 7805, -1, + 118, 771, -1, 86, 803, -1, 7807, -1, + 118, 803, -1, 87, 768, -1, 7809, -1, + 119, 768, -1, 87, 769, -1, 7811, -1, + 119, 769, -1, 87, 776, -1, 7813, -1, + 119, 776, -1, 87, 775, -1, 7815, -1, + 119, 775, -1, 87, 803, -1, 7817, -1, + 119, 803, -1, 88, 775, -1, 7819, -1, + 120, 775, -1, 88, 776, -1, 7821, -1, + 120, 776, -1, 89, 775, -1, 7823, -1, + 121, 775, -1, 90, 770, -1, 7825, -1, + 122, 770, -1, 90, 803, -1, 7827, -1, + 122, 803, -1, 90, 817, -1, 7829, -1, + 122, 817, -1, 104, 817, -1, 116, 776, + -1, 119, 778, -1, 121, 778, -1, 97, + 702, -1, 383, 775, -1, 223, -1, 65, + 803, -1, 7841, -1, 97, 803, -1, 65, + 777, -1, 7843, -1, 97, 777, -1, 194, + 769, -1, 7845, -1, 226, 769, -1, 194, + 768, -1, 7847, -1, 226, 768, -1, 194, + 777, -1, 7849, -1, 226, 777, -1, 194, + 771, -1, 7851, -1, 226, 771, -1, 7840, + 770, -1, 7853, -1, 7841, 770, -1, 258, + 769, -1, 7855, -1, 259, 769, -1, 258, + 768, -1, 7857, -1, 259, 768, -1, 258, + 777, -1, 7859, -1, 259, 777, -1, 258, + 771, -1, 7861, -1, 259, 771, -1, 7840, + 774, -1, 7863, -1, 7841, 774, -1, 69, + 803, -1, 7865, -1, 101, 803, -1, 69, + 777, -1, 7867, -1, 101, 777, -1, 69, + 771, -1, 7869, -1, 101, 771, -1, 202, + 769, -1, 7871, -1, 234, 769, -1, 202, + 768, -1, 7873, -1, 234, 768, -1, 202, + 777, -1, 7875, -1, 234, 777, -1, 202, + 771, -1, 7877, -1, 234, 771, -1, 7864, + 770, -1, 7879, -1, 7865, 770, -1, 73, + 777, -1, 7881, -1, 105, 777, -1, 73, + 803, -1, 7883, -1, 105, 803, -1, 79, + 803, -1, 7885, -1, 111, 803, -1, 79, + 777, -1, 7887, -1, 111, 777, -1, 212, + 769, -1, 7889, -1, 244, 769, -1, 212, + 768, -1, 7891, -1, 244, 768, -1, 212, + 777, -1, 7893, -1, 244, 777, -1, 212, + 771, -1, 7895, -1, 244, 771, -1, 7884, + 770, -1, 7897, -1, 7885, 770, -1, 416, + 769, -1, 7899, -1, 417, 769, -1, 416, + 768, -1, 7901, -1, 417, 768, -1, 416, + 777, -1, 7903, -1, 417, 777, -1, 416, + 771, -1, 7905, -1, 417, 771, -1, 416, + 803, -1, 7907, -1, 417, 803, -1, 85, + 803, -1, 7909, -1, 117, 803, -1, 85, + 777, -1, 7911, -1, 117, 777, -1, 431, + 769, -1, 7913, -1, 432, 769, -1, 431, + 768, -1, 7915, -1, 432, 768, -1, 431, + 777, -1, 7917, -1, 432, 777, -1, 431, + 771, -1, 7919, -1, 432, 771, -1, 431, + 803, -1, 7921, -1, 432, 803, -1, 89, + 768, -1, 7923, -1, 121, 768, -1, 89, + 803, -1, 7925, -1, 121, 803, -1, 89, + 777, -1, 7927, -1, 121, 777, -1, 89, + 771, -1, 7929, -1, 121, 771, -1, 7931, + -1, 7933, -1, 7935, -1, 945, 787, -1, + 945, 788, -1, 7936, 768, -1, 7937, 768, + -1, 7936, 769, -1, 7937, 769, -1, 7936, + 834, -1, 7937, 834, -1, 913, 787, -1, + 7936, -1, 913, 788, -1, 7937, -1, 7944, + 768, -1, 7938, -1, 7945, 768, -1, 7939, + -1, 7944, 769, -1, 7940, -1, 7945, 769, + -1, 7941, -1, 7944, 834, -1, 7942, -1, + 7945, 834, -1, 7943, -1, 949, 787, -1, + 949, 788, -1, 7952, 768, -1, 7953, 768, + -1, 7952, 769, -1, 7953, 769, -1, 917, + 787, -1, 7952, -1, 917, 788, -1, 7953, + -1, 7960, 768, -1, 7954, -1, 7961, 768, + -1, 7955, -1, 7960, 769, -1, 7956, -1, + 7961, 769, -1, 7957, -1, 951, 787, -1, + 951, 788, -1, 7968, 768, -1, 7969, 768, + -1, 7968, 769, -1, 7969, 769, -1, 7968, + 834, -1, 7969, 834, -1, 919, 787, -1, + 7968, -1, 919, 788, -1, 7969, -1, 7976, + 768, -1, 7970, -1, 7977, 768, -1, 7971, + -1, 7976, 769, -1, 7972, -1, 7977, 769, + -1, 7973, -1, 7976, 834, -1, 7974, -1, + 7977, 834, -1, 7975, -1, 953, 787, -1, + 953, 788, -1, 7984, 768, -1, 7985, 768, + -1, 7984, 769, -1, 7985, 769, -1, 7984, + 834, -1, 7985, 834, -1, 921, 787, -1, + 7984, -1, 921, 788, -1, 7985, -1, 7992, + 768, -1, 7986, -1, 7993, 768, -1, 7987, + -1, 7992, 769, -1, 7988, -1, 7993, 769, + -1, 7989, -1, 7992, 834, -1, 7990, -1, + 7993, 834, -1, 7991, -1, 959, 787, -1, + 959, 788, -1, 8000, 768, -1, 8001, 768, + -1, 8000, 769, -1, 8001, 769, -1, 927, + 787, -1, 8000, -1, 927, 788, -1, 8001, + -1, 8008, 768, -1, 8002, -1, 8009, 768, + -1, 8003, -1, 8008, 769, -1, 8004, -1, + 8009, 769, -1, 8005, -1, 965, 787, -1, + 965, 788, -1, 8016, 768, -1, 965, 787, + 768, -1, 8017, 768, -1, 8016, 769, -1, + 965, 787, 769, -1, 8017, 769, -1, 8016, + 834, -1, 965, 787, 834, -1, 8017, 834, + -1, 933, 788, -1, 8017, -1, 8025, 768, + -1, 8019, -1, 8025, 769, -1, 8021, -1, + 8025, 834, -1, 8023, -1, 969, 787, -1, + 969, 788, -1, 8032, 768, -1, 8033, 768, + -1, 8032, 769, -1, 8033, 769, -1, 8032, + 834, -1, 8033, 834, -1, 937, 787, -1, + 8032, -1, 937, 788, -1, 8033, -1, 8040, + 768, -1, 8034, -1, 8041, 768, -1, 8035, + -1, 8040, 769, -1, 8036, -1, 8041, 769, + -1, 8037, -1, 8040, 834, -1, 8038, -1, + 8041, 834, -1, 8039, -1, 945, 768, -1, + 949, 768, -1, 951, 768, -1, 953, 768, + -1, 959, 768, -1, 965, 768, -1, 969, + 768, -1, 7936, 837, -1, 7936, 953, -1, + 7937, 837, -1, 7937, 953, -1, 7938, 837, + -1, 7938, 953, -1, 7939, 837, -1, 7939, + 953, -1, 7940, 837, -1, 7940, 953, -1, + 7941, 837, -1, 7941, 953, -1, 7942, 837, + -1, 7942, 953, -1, 7943, 837, -1, 7943, + 953, -1, 7944, 837, -1, 8064, -1, 7945, + 837, -1, 8065, -1, 7946, 837, -1, 8066, + -1, 7947, 837, -1, 8067, -1, 7948, 837, + -1, 8068, -1, 7949, 837, -1, 8069, -1, + 7950, 837, -1, 8070, -1, 7951, 837, -1, + 8071, -1, 7968, 837, -1, 7968, 953, -1, + 7969, 837, -1, 7969, 953, -1, 7970, 837, + -1, 7970, 953, -1, 7971, 837, -1, 7971, + 953, -1, 7972, 837, -1, 7972, 953, -1, + 7973, 837, -1, 7973, 953, -1, 7974, 837, + -1, 7974, 953, -1, 7975, 837, -1, 7975, + 953, -1, 7976, 837, -1, 8080, -1, 7977, + 837, -1, 8081, -1, 7978, 837, -1, 8082, + -1, 7979, 837, -1, 8083, -1, 7980, 837, + -1, 8084, -1, 7981, 837, -1, 8085, -1, + 7982, 837, -1, 8086, -1, 7983, 837, -1, + 8087, -1, 8032, 837, -1, 8032, 953, -1, + 8033, 837, -1, 8033, 953, -1, 8034, 837, + -1, 8034, 953, -1, 8035, 837, -1, 8035, + 953, -1, 8036, 837, -1, 8036, 953, -1, + 8037, 837, -1, 8037, 953, -1, 8038, 837, + -1, 8038, 953, -1, 8039, 837, -1, 8039, + 953, -1, 8040, 837, -1, 8096, -1, 8041, + 837, -1, 8097, -1, 8042, 837, -1, 8098, + -1, 8043, 837, -1, 8099, -1, 8044, 837, + -1, 8100, -1, 8045, 837, -1, 8101, -1, + 8046, 837, -1, 8102, -1, 8047, 837, -1, + 8103, -1, 945, 774, -1, 945, 772, -1, + 8048, 837, -1, 8048, 953, -1, 945, 837, + -1, 945, 953, -1, 940, 837, -1, 940, + 953, -1, 945, 834, -1, 8118, 837, -1, + 945, 834, 953, -1, 913, 774, -1, 8112, + -1, 913, 772, -1, 8113, -1, 913, 768, + -1, 8048, -1, 902, -1, 8049, -1, 913, + 837, -1, 8115, -1, 32, 787, -1, 32, + 834, -1, 168, 834, -1, 8052, 837, -1, + 8052, 953, -1, 951, 837, -1, 951, 953, + -1, 942, 837, -1, 942, 953, -1, 951, + 834, -1, 8134, 837, -1, 951, 834, 953, + -1, 917, 768, -1, 8050, -1, 904, -1, + 8051, -1, 919, 768, -1, 8052, -1, 905, + -1, 8053, -1, 919, 837, -1, 8131, -1, + 8127, 768, -1, 8127, 769, -1, 8127, 834, + -1, 953, 774, -1, 953, 772, -1, 970, + 768, -1, 953, 776, 768, -1, 912, -1, + 953, 834, -1, 970, 834, -1, 953, 776, + 834, -1, 921, 774, -1, 8144, -1, 921, + 772, -1, 8145, -1, 921, 768, -1, 8054, + -1, 906, -1, 8055, -1, 8190, 768, -1, + 8190, 769, -1, 8190, 834, -1, 965, 774, + -1, 965, 772, -1, 971, 768, -1, 965, + 776, 768, -1, 944, -1, 961, 787, -1, + 961, 788, -1, 965, 834, -1, 971, 834, + -1, 965, 776, 834, -1, 933, 774, -1, + 8160, -1, 933, 772, -1, 8161, -1, 933, + 768, -1, 8058, -1, 910, -1, 8059, -1, + 929, 788, -1, 8165, -1, 168, 768, -1, + 901, -1, 96, -1, 8060, 837, -1, 8060, + 953, -1, 969, 837, -1, 969, 953, -1, + 974, 837, -1, 974, 953, -1, 969, 834, + -1, 8182, 837, -1, 969, 834, 953, -1, + 927, 768, -1, 8056, -1, 908, -1, 8057, + -1, 937, 768, -1, 8060, -1, 911, -1, + 8061, -1, 937, 837, -1, 8179, -1, 180, + -1, 32, 788, -1, 8194, -1, 8195, -1, + 8208, -1, 32, 819, -1, 46, -1, 46, + 46, -1, 46, 46, 46, -1, 8242, 8242, + -1, 8242, 8242, 8242, -1, 8245, 8245, -1, + 8245, 8245, 8245, -1, 33, 33, -1, 32, + 773, -1, 63, 63, -1, 63, 33, -1, + 33, 63, -1, 8242, 8242, 8242, 8242, -1, + 48, -1, 52, -1, 53, -1, 54, -1, + 55, -1, 56, -1, 57, -1, 43, -1, + 8722, -1, 61, -1, 40, -1, 41, -1, + 82, 115, -1, 97, 47, 99, -1, 97, + 47, 115, -1, 67, -1, 176, 67, -1, + 99, 47, 111, -1, 99, 47, 117, -1, + 400, -1, 176, 70, -1, 78, 111, -1, + 81, -1, 83, 77, -1, 84, 69, 76, + -1, 84, 77, -1, 90, -1, 937, -1, + 197, -1, 70, -1, 8526, -1, 1488, -1, + 1489, -1, 1490, -1, 1491, -1, 70, 65, + 88, -1, 915, -1, 928, -1, 8721, -1, + 49, 8260, 55, -1, 49, 8260, 57, -1, + 49, 8260, 49, 48, -1, 49, 8260, 51, + -1, 50, 8260, 51, -1, 49, 8260, 53, + -1, 50, 8260, 53, -1, 51, 8260, 53, + -1, 52, 8260, 53, -1, 49, 8260, 54, + -1, 53, 8260, 54, -1, 49, 8260, 56, + -1, 51, 8260, 56, -1, 53, 8260, 56, + -1, 55, 8260, 56, -1, 49, 8260, -1, + 8560, -1, 73, 73, -1, 8561, -1, 73, + 73, 73, -1, 8562, -1, 73, 86, -1, + 8563, -1, 86, -1, 8564, -1, 86, 73, + -1, 8565, -1, 86, 73, 73, -1, 8566, + -1, 86, 73, 73, 73, -1, 8567, -1, + 73, 88, -1, 8568, -1, 88, -1, 8569, + -1, 88, 73, -1, 8570, -1, 88, 73, + 73, -1, 8571, -1, 8572, -1, 8573, -1, + 8574, -1, 8575, -1, 105, 105, -1, 105, + 105, 105, -1, 105, 118, -1, 118, 105, + -1, 118, 105, 105, -1, 118, 105, 105, + 105, -1, 105, 120, -1, 120, 105, -1, + 120, 105, 105, -1, 8580, -1, 48, 8260, + 51, -1, 8592, 824, -1, 8594, 824, -1, + 8596, 824, -1, 8656, 824, -1, 8660, 824, + -1, 8658, 824, -1, 8707, 824, -1, 8712, + 824, -1, 8715, 824, -1, 8739, 824, -1, + 8741, 824, -1, 8747, 8747, -1, 8747, 8747, + 8747, -1, 8750, 8750, -1, 8750, 8750, 8750, + -1, 8764, 824, -1, 8771, 824, -1, 8773, + 824, -1, 8776, 824, -1, 61, 824, -1, + 8801, 824, -1, 8781, 824, -1, 60, 824, + -1, 62, 824, -1, 8804, 824, -1, 8805, + 824, -1, 8818, 824, -1, 8819, 824, -1, + 8822, 824, -1, 8823, 824, -1, 8826, 824, + -1, 8827, 824, -1, 8834, 824, -1, 8835, + 824, -1, 8838, 824, -1, 8839, 824, -1, + 8866, 824, -1, 8872, 824, -1, 8873, 824, + -1, 8875, 824, -1, 8828, 824, -1, 8829, + 824, -1, 8849, 824, -1, 8850, 824, -1, + 8882, 824, -1, 8883, 824, -1, 8884, 824, + -1, 8885, 824, -1, 12296, -1, 12297, -1, + 49, 48, -1, 49, 49, -1, 49, 50, + -1, 49, 51, -1, 49, 52, -1, 49, + 53, -1, 49, 54, -1, 49, 55, -1, + 49, 56, -1, 49, 57, -1, 50, 48, + -1, 40, 49, 41, -1, 40, 50, 41, + -1, 40, 51, 41, -1, 40, 52, 41, + -1, 40, 53, 41, -1, 40, 54, 41, + -1, 40, 55, 41, -1, 40, 56, 41, + -1, 40, 57, 41, -1, 40, 49, 48, + 41, -1, 40, 49, 49, 41, -1, 40, + 49, 50, 41, -1, 40, 49, 51, 41, + -1, 40, 49, 52, 41, -1, 40, 49, + 53, 41, -1, 40, 49, 54, 41, -1, + 40, 49, 55, 41, -1, 40, 49, 56, + 41, -1, 40, 49, 57, 41, -1, 40, + 50, 48, 41, -1, 49, 46, -1, 50, + 46, -1, 51, 46, -1, 52, 46, -1, + 53, 46, -1, 54, 46, -1, 55, 46, + -1, 56, 46, -1, 57, 46, -1, 49, + 48, 46, -1, 49, 49, 46, -1, 49, + 50, 46, -1, 49, 51, 46, -1, 49, + 52, 46, -1, 49, 53, 46, -1, 49, + 54, 46, -1, 49, 55, 46, -1, 49, + 56, 46, -1, 49, 57, 46, -1, 50, + 48, 46, -1, 40, 97, 41, -1, 40, + 98, 41, -1, 40, 99, 41, -1, 40, + 100, 41, -1, 40, 101, 41, -1, 40, + 102, 41, -1, 40, 103, 41, -1, 40, + 104, 41, -1, 40, 105, 41, -1, 40, + 106, 41, -1, 40, 107, 41, -1, 40, + 108, 41, -1, 40, 109, 41, -1, 40, + 110, 41, -1, 40, 111, 41, -1, 40, + 112, 41, -1, 40, 113, 41, -1, 40, + 114, 41, -1, 40, 115, 41, -1, 40, + 116, 41, -1, 40, 117, 41, -1, 40, + 118, 41, -1, 40, 119, 41, -1, 40, + 120, 41, -1, 40, 121, 41, -1, 40, + 122, 41, -1, 9424, -1, 9425, -1, 9426, + -1, 9427, -1, 9428, -1, 9429, -1, 9430, + -1, 9431, -1, 9432, -1, 9433, -1, 9434, + -1, 9435, -1, 9436, -1, 9437, -1, 9438, + -1, 9439, -1, 9440, -1, 9441, -1, 83, + -1, 9442, -1, 9443, -1, 9444, -1, 9445, + -1, 9446, -1, 9447, -1, 89, -1, 9448, + -1, 9449, -1, 8747, 8747, 8747, 8747, -1, + 58, 58, 61, -1, 61, 61, -1, 61, + 61, 61, -1, 10973, 824, -1, 11312, -1, + 11313, -1, 11314, -1, 11315, -1, 11316, -1, + 11317, -1, 11318, -1, 11319, -1, 11320, -1, + 11321, -1, 11322, -1, 11323, -1, 11324, -1, + 11325, -1, 11326, -1, 11327, -1, 11328, -1, + 11329, -1, 11330, -1, 11331, -1, 11332, -1, + 11333, -1, 11334, -1, 11335, -1, 11336, -1, + 11337, -1, 11338, -1, 11339, -1, 11340, -1, + 11341, -1, 11342, -1, 11343, -1, 11344, -1, + 11345, -1, 11346, -1, 11347, -1, 11348, -1, + 11349, -1, 11350, -1, 11351, -1, 11352, -1, + 11353, -1, 11354, -1, 11355, -1, 11356, -1, + 11357, -1, 11358, -1, 11361, -1, 619, -1, + 7549, -1, 637, -1, 11368, -1, 11370, -1, + 11372, -1, 11379, -1, 11382, -1, 575, -1, + 576, -1, 11393, -1, 11395, -1, 11397, -1, + 11399, -1, 11401, -1, 11403, -1, 11405, -1, + 11407, -1, 11409, -1, 11411, -1, 11413, -1, + 11415, -1, 11417, -1, 11419, -1, 11421, -1, + 11423, -1, 11425, -1, 11427, -1, 11429, -1, + 11431, -1, 11433, -1, 11435, -1, 11437, -1, + 11439, -1, 11441, -1, 11443, -1, 11445, -1, + 11447, -1, 11449, -1, 11451, -1, 11453, -1, + 11455, -1, 11457, -1, 11459, -1, 11461, -1, + 11463, -1, 11465, -1, 11467, -1, 11469, -1, + 11471, -1, 11473, -1, 11475, -1, 11477, -1, + 11479, -1, 11481, -1, 11483, -1, 11485, -1, + 11487, -1, 11489, -1, 11491, -1, 11500, -1, + 11502, -1, 11507, -1, 11617, -1, 27597, -1, + 40863, -1, 19968, -1, 20008, -1, 20022, -1, + 20031, -1, 20057, -1, 20101, -1, 20108, -1, + 20128, -1, 20154, -1, 20799, -1, 20837, -1, + 20843, -1, 20866, -1, 20886, -1, 20907, -1, + 20960, -1, 20981, -1, 20992, -1, 21147, -1, + 21241, -1, 21269, -1, 21274, -1, 21304, -1, + 21313, -1, 21340, -1, 21353, -1, 21378, -1, + 21430, -1, 21448, -1, 21475, -1, 22231, -1, + 22303, -1, 22763, -1, 22786, -1, 22794, -1, + 22805, -1, 22823, -1, 22899, -1, 23376, -1, + 23424, -1, 23544, -1, 23567, -1, 23586, -1, + 23608, -1, 23662, -1, 23665, -1, 24027, -1, + 24037, -1, 24049, -1, 24062, -1, 24178, -1, + 24186, -1, 24191, -1, 24308, -1, 24318, -1, + 24331, -1, 24339, -1, 24400, -1, 24417, -1, + 24435, -1, 24515, -1, 25096, -1, 25142, -1, + 25163, -1, 25903, -1, 25908, -1, 25991, -1, + 26007, -1, 26020, -1, 26041, -1, 26080, -1, + 26085, -1, 26352, -1, 26376, -1, 26408, -1, + 27424, -1, 27490, -1, 27513, -1, 27571, -1, + 27595, -1, 27604, -1, 27611, -1, 27663, -1, + 27668, -1, 27700, -1, 28779, -1, 29226, -1, + 29238, -1, 29243, -1, 29247, -1, 29255, -1, + 29273, -1, 29275, -1, 29356, -1, 29572, -1, + 29577, -1, 29916, -1, 29926, -1, 29976, -1, + 29983, -1, 29992, -1, 30000, -1, 30091, -1, + 30098, -1, 30326, -1, 30333, -1, 30382, -1, + 30399, -1, 30446, -1, 30683, -1, 30690, -1, + 30707, -1, 31034, -1, 31160, -1, 31166, -1, + 31348, -1, 31435, -1, 31481, -1, 31859, -1, + 31992, -1, 32566, -1, 32593, -1, 32650, -1, + 32701, -1, 32769, -1, 32780, -1, 32786, -1, + 32819, -1, 32895, -1, 32905, -1, 33251, -1, + 33258, -1, 33267, -1, 33276, -1, 33292, -1, + 33307, -1, 33311, -1, 33390, -1, 33394, -1, + 33400, -1, 34381, -1, 34411, -1, 34880, -1, + 34892, -1, 34915, -1, 35198, -1, 35211, -1, + 35282, -1, 35328, -1, 35895, -1, 35910, -1, + 35925, -1, 35960, -1, 35997, -1, 36196, -1, + 36208, -1, 36275, -1, 36523, -1, 36554, -1, + 36763, -1, 36784, -1, 36789, -1, 37009, -1, + 37193, -1, 37318, -1, 37324, -1, 37329, -1, + 38263, -1, 38272, -1, 38428, -1, 38582, -1, + 38585, -1, 38632, -1, 38737, -1, 38750, -1, + 38754, -1, 38761, -1, 38859, -1, 38893, -1, + 38899, -1, 38913, -1, 39080, -1, 39131, -1, + 39135, -1, 39318, -1, 39321, -1, 39340, -1, + 39592, -1, 39640, -1, 39647, -1, 39717, -1, + 39727, -1, 39730, -1, 39740, -1, 39770, -1, + 40165, -1, 40565, -1, 40575, -1, 40613, -1, + 40635, -1, 40643, -1, 40653, -1, 40657, -1, + 40697, -1, 40701, -1, 40718, -1, 40723, -1, + 40736, -1, 40763, -1, 40778, -1, 40786, -1, + 40845, -1, 40860, -1, 40864, -1, 12306, -1, + 21316, -1, 21317, -1, 12363, 12441, -1, 12365, + 12441, -1, 12367, 12441, -1, 12369, 12441, -1, + 12371, 12441, -1, 12373, 12441, -1, 12375, 12441, + -1, 12377, 12441, -1, 12379, 12441, -1, 12381, + 12441, -1, 12383, 12441, -1, 12385, 12441, -1, + 12388, 12441, -1, 12390, 12441, -1, 12392, 12441, + -1, 12399, 12441, -1, 12399, 12442, -1, 12402, + 12441, -1, 12402, 12442, -1, 12405, 12441, -1, + 12405, 12442, -1, 12408, 12441, -1, 12408, 12442, + -1, 12411, 12441, -1, 12411, 12442, -1, 12358, + 12441, -1, 32, 12441, -1, 32, 12442, -1, + 12445, 12441, -1, 12424, 12426, -1, 12459, 12441, + -1, 12461, 12441, -1, 12463, 12441, -1, 12465, + 12441, -1, 12467, 12441, -1, 12469, 12441, -1, + 12471, 12441, -1, 12473, 12441, -1, 12475, 12441, + -1, 12477, 12441, -1, 12479, 12441, -1, 12481, + 12441, -1, 12484, 12441, -1, 12486, 12441, -1, + 12488, 12441, -1, 12495, 12441, -1, 12495, 12442, + -1, 12498, 12441, -1, 12498, 12442, -1, 12501, + 12441, -1, 12501, 12442, -1, 12504, 12441, -1, + 12504, 12442, -1, 12507, 12441, -1, 12507, 12442, + -1, 12454, 12441, -1, 12527, 12441, -1, 12528, + 12441, -1, 12529, 12441, -1, 12530, 12441, -1, + 12541, 12441, -1, 12467, 12488, -1, 4352, -1, + 4353, -1, 4522, -1, 4354, -1, 4524, -1, + 4525, -1, 4355, -1, 4356, -1, 4357, -1, + 4528, -1, 4529, -1, 4530, -1, 4531, -1, + 4532, -1, 4533, -1, 4378, -1, 4358, -1, + 4359, -1, 4360, -1, 4385, -1, 4361, -1, + 4362, -1, 4363, -1, 4364, -1, 4365, -1, + 4366, -1, 4367, -1, 4368, -1, 4369, -1, + 4370, -1, 4449, -1, 4450, -1, 4451, -1, + 4452, -1, 4453, -1, 4454, -1, 4455, -1, + 4456, -1, 4457, -1, 4458, -1, 4459, -1, + 4460, -1, 4461, -1, 4462, -1, 4463, -1, + 4464, -1, 4465, -1, 4466, -1, 4467, -1, + 4468, -1, 4469, -1, 4448, -1, 4372, -1, + 4373, -1, 4551, -1, 4552, -1, 4556, -1, + 4558, -1, 4563, -1, 4567, -1, 4569, -1, + 4380, -1, 4573, -1, 4575, -1, 4381, -1, + 4382, -1, 4384, -1, 4386, -1, 4387, -1, + 4391, -1, 4393, -1, 4395, -1, 4396, -1, + 4397, -1, 4398, -1, 4399, -1, 4402, -1, + 4406, -1, 4416, -1, 4423, -1, 4428, -1, + 4593, -1, 4594, -1, 4439, -1, 4440, -1, + 4441, -1, 4484, -1, 4485, -1, 4488, -1, + 4497, -1, 4498, -1, 4500, -1, 4510, -1, + 4513, -1, 19977, -1, 22235, -1, 19978, -1, + 20013, -1, 19979, -1, 30002, -1, 19993, -1, + 19969, -1, 22825, -1, 22320, -1, 40, 4352, + 41, -1, 40, 4354, 41, -1, 40, 4355, + 41, -1, 40, 4357, 41, -1, 40, 4358, + 41, -1, 40, 4359, 41, -1, 40, 4361, + 41, -1, 40, 4363, 41, -1, 40, 4364, + 41, -1, 40, 4366, 41, -1, 40, 4367, + 41, -1, 40, 4368, 41, -1, 40, 4369, + 41, -1, 40, 4370, 41, -1, 40, 4352, + 4449, 41, -1, 40, 4354, 4449, 41, -1, + 40, 4355, 4449, 41, -1, 40, 4357, 4449, + 41, -1, 40, 4358, 4449, 41, -1, 40, + 4359, 4449, 41, -1, 40, 4361, 4449, 41, + -1, 40, 4363, 4449, 41, -1, 40, 4364, + 4449, 41, -1, 40, 4366, 4449, 41, -1, + 40, 4367, 4449, 41, -1, 40, 4368, 4449, + 41, -1, 40, 4369, 4449, 41, -1, 40, + 4370, 4449, 41, -1, 40, 4364, 4462, 41, + -1, 40, 4363, 4457, 4364, 4453, 4523, 41, + -1, 40, 4363, 4457, 4370, 4462, 41, -1, + 40, 19968, 41, -1, 40, 20108, 41, -1, + 40, 19977, 41, -1, 40, 22235, 41, -1, + 40, 20116, 41, -1, 40, 20845, 41, -1, + 40, 19971, 41, -1, 40, 20843, 41, -1, + 40, 20061, 41, -1, 40, 21313, 41, -1, + 40, 26376, 41, -1, 40, 28779, 41, -1, + 40, 27700, 41, -1, 40, 26408, 41, -1, + 40, 37329, 41, -1, 40, 22303, 41, -1, + 40, 26085, 41, -1, 40, 26666, 41, -1, + 40, 26377, 41, -1, 40, 31038, 41, -1, + 40, 21517, 41, -1, 40, 29305, 41, -1, + 40, 36001, 41, -1, 40, 31069, 41, -1, + 40, 21172, 41, -1, 40, 20195, 41, -1, + 40, 21628, 41, -1, 40, 23398, 41, -1, + 40, 30435, 41, -1, 40, 20225, 41, -1, + 40, 36039, 41, -1, 40, 21332, 41, -1, + 40, 31085, 41, -1, 40, 20241, 41, -1, + 40, 33258, 41, -1, 40, 33267, 41, -1, + 21839, -1, 24188, -1, 31631, -1, 80, 84, + 69, -1, 50, 49, -1, 50, 50, -1, + 50, 51, -1, 50, 52, -1, 50, 53, + -1, 50, 54, -1, 50, 55, -1, 50, + 56, -1, 50, 57, -1, 51, 48, -1, + 51, 49, -1, 51, 50, -1, 51, 51, + -1, 51, 52, -1, 51, 53, -1, 4352, + 4449, -1, 4354, 4449, -1, 4355, 4449, -1, + 4357, 4449, -1, 4358, 4449, -1, 4359, 4449, + -1, 4361, 4449, -1, 4363, 4449, -1, 4364, + 4449, -1, 4366, 4449, -1, 4367, 4449, -1, + 4368, 4449, -1, 4369, 4449, -1, 4370, 4449, + -1, 4366, 4449, 4535, 4352, 4457, -1, 4364, + 4462, 4363, 4468, -1, 4363, 4462, -1, 20116, + -1, 20845, -1, 19971, -1, 20061, -1, 26666, + -1, 26377, -1, 31038, -1, 21517, -1, 29305, + -1, 36001, -1, 31069, -1, 21172, -1, 31192, + -1, 30007, -1, 36969, -1, 20778, -1, 21360, + -1, 27880, -1, 38917, -1, 20241, -1, 20889, + -1, 27491, -1, 24038, -1, 21491, -1, 21307, + -1, 23447, -1, 23398, -1, 30435, -1, 20225, + -1, 36039, -1, 21332, -1, 22812, -1, 51, + 54, -1, 51, 55, -1, 51, 56, -1, + 51, 57, -1, 52, 48, -1, 52, 49, + -1, 52, 50, -1, 52, 51, -1, 52, + 52, -1, 52, 53, -1, 52, 54, -1, + 52, 55, -1, 52, 56, -1, 52, 57, + -1, 53, 48, -1, 49, 26376, -1, 50, + 26376, -1, 51, 26376, -1, 52, 26376, -1, + 53, 26376, -1, 54, 26376, -1, 55, 26376, + -1, 56, 26376, -1, 57, 26376, -1, 49, + 48, 26376, -1, 49, 49, 26376, -1, 49, + 50, 26376, -1, 72, 103, -1, 101, 114, + 103, -1, 101, 86, -1, 76, 84, 68, + -1, 12450, -1, 12452, -1, 12454, -1, 12456, + -1, 12458, -1, 12459, -1, 12461, -1, 12463, + -1, 12465, -1, 12467, -1, 12469, -1, 12471, + -1, 12473, -1, 12475, -1, 12477, -1, 12479, + -1, 12481, -1, 12484, -1, 12486, -1, 12488, + -1, 12490, -1, 12491, -1, 12492, -1, 12493, + -1, 12494, -1, 12495, -1, 12498, -1, 12501, + -1, 12504, -1, 12507, -1, 12510, -1, 12511, + -1, 12512, -1, 12513, -1, 12514, -1, 12516, + -1, 12518, -1, 12520, -1, 12521, -1, 12522, + -1, 12523, -1, 12524, -1, 12525, -1, 12527, + -1, 12528, -1, 12529, -1, 12530, -1, 12450, + 12497, 12540, 12488, -1, 12450, 12523, 12501, 12449, + -1, 12450, 12531, 12506, 12450, -1, 12450, 12540, + 12523, -1, 12452, 12491, 12531, 12464, -1, 12452, + 12531, 12481, -1, 12454, 12457, 12531, -1, 12456, + 12473, 12463, 12540, 12489, -1, 12456, 12540, 12459, + 12540, -1, 12458, 12531, 12473, -1, 12458, 12540, + 12512, -1, 12459, 12452, 12522, -1, 12459, 12521, + 12483, 12488, -1, 12459, 12525, 12522, 12540, -1, + 12460, 12525, 12531, -1, 12460, 12531, 12510, -1, + 12462, 12460, -1, 12462, 12491, 12540, -1, 12461, + 12517, 12522, 12540, -1, 12462, 12523, 12480, 12540, + -1, 12461, 12525, -1, 12461, 12525, 12464, 12521, + 12512, -1, 12461, 12525, 12513, 12540, 12488, 12523, + -1, 12461, 12525, 12527, 12483, 12488, -1, 12464, + 12521, 12512, -1, 12464, 12521, 12512, 12488, 12531, + -1, 12463, 12523, 12476, 12452, 12525, -1, 12463, + 12525, 12540, 12493, -1, 12465, 12540, 12473, -1, + 12467, 12523, 12490, -1, 12467, 12540, 12509, -1, + 12469, 12452, 12463, 12523, -1, 12469, 12531, 12481, + 12540, 12512, -1, 12471, 12522, 12531, 12464, -1, + 12475, 12531, 12481, -1, 12475, 12531, 12488, -1, + 12480, 12540, 12473, -1, 12487, 12471, -1, 12489, + 12523, -1, 12488, 12531, -1, 12490, 12494, -1, + 12494, 12483, 12488, -1, 12495, 12452, 12484, -1, + 12497, 12540, 12475, 12531, 12488, -1, 12497, 12540, + 12484, -1, 12496, 12540, 12524, 12523, -1, 12500, + 12450, 12473, 12488, 12523, -1, 12500, 12463, 12523, + -1, 12500, 12467, -1, 12499, 12523, -1, 12501, + 12449, 12521, 12483, 12489, -1, 12501, 12451, 12540, + 12488, -1, 12502, 12483, 12471, 12455, 12523, -1, + 12501, 12521, 12531, -1, 12504, 12463, 12479, 12540, + 12523, -1, 12506, 12477, -1, 12506, 12491, 12498, + -1, 12504, 12523, 12484, -1, 12506, 12531, 12473, + -1, 12506, 12540, 12472, -1, 12505, 12540, 12479, + -1, 12509, 12452, 12531, 12488, -1, 12508, 12523, + 12488, -1, 12507, 12531, -1, 12509, 12531, 12489, + -1, 12507, 12540, 12523, -1, 12507, 12540, 12531, + -1, 12510, 12452, 12463, 12525, -1, 12510, 12452, + 12523, -1, 12510, 12483, 12495, -1, 12510, 12523, + 12463, -1, 12510, 12531, 12471, 12519, 12531, -1, + 12511, 12463, 12525, 12531, -1, 12511, 12522, -1, + 12511, 12522, 12496, 12540, 12523, -1, 12513, 12460, + -1, 12513, 12460, 12488, 12531, -1, 12513, 12540, + 12488, 12523, -1, 12516, 12540, 12489, -1, 12516, + 12540, 12523, -1, 12518, 12450, 12531, -1, 12522, + 12483, 12488, 12523, -1, 12522, 12521, -1, 12523, + 12500, 12540, -1, 12523, 12540, 12502, 12523, -1, + 12524, 12512, -1, 12524, 12531, 12488, 12466, 12531, + -1, 12527, 12483, 12488, -1, 48, 28857, -1, + 49, 28857, -1, 50, 28857, -1, 51, 28857, + -1, 52, 28857, -1, 53, 28857, -1, 54, + 28857, -1, 55, 28857, -1, 56, 28857, -1, + 57, 28857, -1, 49, 48, 28857, -1, 49, + 49, 28857, -1, 49, 50, 28857, -1, 49, + 51, 28857, -1, 49, 52, 28857, -1, 49, + 53, 28857, -1, 49, 54, 28857, -1, 49, + 55, 28857, -1, 49, 56, 28857, -1, 49, + 57, 28857, -1, 50, 48, 28857, -1, 50, + 49, 28857, -1, 50, 50, 28857, -1, 50, + 51, 28857, -1, 50, 52, 28857, -1, 104, + 80, 97, -1, 100, 97, -1, 65, 85, + -1, 98, 97, 114, -1, 111, 86, -1, + 112, 99, -1, 100, 109, -1, 100, 109, + 178, -1, 100, 109, 179, -1, 73, 85, + -1, 24179, 25104, -1, 26157, 21644, -1, 22823, + 27491, -1, 26126, 27835, -1, 26666, 24335, 20250, + 31038, -1, 112, 65, -1, 110, 65, -1, + 956, 65, -1, 109, 65, -1, 107, 65, + -1, 75, 66, -1, 77, 66, -1, 71, + 66, -1, 99, 97, 108, -1, 107, 99, + 97, 108, -1, 112, 70, -1, 110, 70, + -1, 956, 70, -1, 956, 103, -1, 109, + 103, -1, 107, 103, -1, 72, 122, -1, + 107, 72, 122, -1, 77, 72, 122, -1, + 71, 72, 122, -1, 84, 72, 122, -1, + 956, 8467, -1, 109, 8467, -1, 100, 8467, + -1, 107, 8467, -1, 102, 109, -1, 110, + 109, -1, 956, 109, -1, 109, 109, -1, + 99, 109, -1, 107, 109, -1, 109, 109, + 178, -1, 99, 109, 178, -1, 109, 178, + -1, 107, 109, 178, -1, 109, 109, 179, + -1, 99, 109, 179, -1, 109, 179, -1, + 107, 109, 179, -1, 109, 8725, 115, -1, + 109, 8725, 115, 178, -1, 80, 97, -1, + 107, 80, 97, -1, 77, 80, 97, -1, + 71, 80, 97, -1, 114, 97, 100, -1, + 114, 97, 100, 8725, 115, -1, 114, 97, + 100, 8725, 115, 178, -1, 112, 115, -1, + 110, 115, -1, 956, 115, -1, 109, 115, + -1, 112, 86, -1, 110, 86, -1, 956, + 86, -1, 109, 86, -1, 107, 86, -1, + 77, 86, -1, 112, 87, -1, 110, 87, + -1, 956, 87, -1, 109, 87, -1, 107, + 87, -1, 77, 87, -1, 107, 937, -1, + 77, 937, -1, 97, 46, 109, 46, -1, + 66, 113, -1, 99, 99, -1, 99, 100, + -1, 67, 8725, 107, 103, -1, 67, 111, + 46, -1, 100, 66, -1, 71, 121, -1, + 104, 97, -1, 72, 80, -1, 105, 110, + -1, 75, 75, -1, 75, 77, -1, 107, + 116, -1, 108, 109, -1, 108, 110, -1, + 108, 111, 103, -1, 108, 120, -1, 109, + 98, -1, 109, 105, 108, -1, 109, 111, + 108, -1, 80, 72, -1, 112, 46, 109, + 46, -1, 80, 80, 77, -1, 80, 82, + -1, 115, 114, -1, 83, 118, -1, 87, + 98, -1, 86, 8725, 109, -1, 65, 8725, + 109, -1, 49, 26085, -1, 50, 26085, -1, + 51, 26085, -1, 52, 26085, -1, 53, 26085, + -1, 54, 26085, -1, 55, 26085, -1, 56, + 26085, -1, 57, 26085, -1, 49, 48, 26085, + -1, 49, 49, 26085, -1, 49, 50, 26085, + -1, 49, 51, 26085, -1, 49, 52, 26085, + -1, 49, 53, 26085, -1, 49, 54, 26085, + -1, 49, 55, 26085, -1, 49, 56, 26085, + -1, 49, 57, 26085, -1, 50, 48, 26085, + -1, 50, 49, 26085, -1, 50, 50, 26085, + -1, 50, 51, 26085, -1, 50, 52, 26085, + -1, 50, 53, 26085, -1, 50, 54, 26085, + -1, 50, 55, 26085, -1, 50, 56, 26085, + -1, 50, 57, 26085, -1, 51, 48, 26085, + -1, 51, 49, 26085, -1, 103, 97, 108, + -1, 42561, -1, 42563, -1, 42565, -1, 42567, + -1, 42569, -1, 42571, -1, 42573, -1, 42575, + -1, 42577, -1, 42579, -1, 42581, -1, 42583, + -1, 42585, -1, 42587, -1, 42589, -1, 42591, + -1, 42593, -1, 42595, -1, 42597, -1, 42599, + -1, 42601, -1, 42603, -1, 42605, -1, 42625, + -1, 42627, -1, 42629, -1, 42631, -1, 42633, + -1, 42635, -1, 42637, -1, 42639, -1, 42641, + -1, 42643, -1, 42645, -1, 42647, -1, 42649, + -1, 42651, -1, 42787, -1, 42789, -1, 42791, + -1, 42793, -1, 42795, -1, 42797, -1, 42799, + -1, 42803, -1, 42805, -1, 42807, -1, 42809, + -1, 42811, -1, 42813, -1, 42815, -1, 42817, + -1, 42819, -1, 42821, -1, 42823, -1, 42825, + -1, 42827, -1, 42829, -1, 42831, -1, 42833, + -1, 42835, -1, 42837, -1, 42839, -1, 42841, + -1, 42843, -1, 42845, -1, 42847, -1, 42849, + -1, 42851, -1, 42853, -1, 42855, -1, 42857, + -1, 42859, -1, 42861, -1, 42863, -1, 42874, + -1, 42876, -1, 7545, -1, 42879, -1, 42881, + -1, 42883, -1, 42885, -1, 42887, -1, 42892, + -1, 42897, -1, 42899, -1, 42903, -1, 42905, + -1, 42907, -1, 42909, -1, 42911, -1, 42913, + -1, 42915, -1, 42917, -1, 42919, -1, 42921, + -1, 620, -1, 670, -1, 647, -1, 43859, + -1, 42933, -1, 42935, -1, 294, -1, 43831, + -1, 43858, -1, 5024, -1, 5025, -1, 5026, + -1, 5027, -1, 5028, -1, 5029, -1, 5030, + -1, 5031, -1, 5032, -1, 5033, -1, 5034, + -1, 5035, -1, 5036, -1, 5037, -1, 5038, + -1, 5039, -1, 5040, -1, 5041, -1, 5042, + -1, 5043, -1, 5044, -1, 5045, -1, 5046, + -1, 5047, -1, 5048, -1, 5049, -1, 5050, + -1, 5051, -1, 5052, -1, 5053, -1, 5054, + -1, 5055, -1, 5056, -1, 5057, -1, 5058, + -1, 5059, -1, 5060, -1, 5061, -1, 5062, + -1, 5063, -1, 5064, -1, 5065, -1, 5066, + -1, 5067, -1, 5068, -1, 5069, -1, 5070, + -1, 5071, -1, 5072, -1, 5073, -1, 5074, + -1, 5075, -1, 5076, -1, 5077, -1, 5078, + -1, 5079, -1, 5080, -1, 5081, -1, 5082, + -1, 5083, -1, 5084, -1, 5085, -1, 5086, + -1, 5087, -1, 5088, -1, 5089, -1, 5090, + -1, 5091, -1, 5092, -1, 5093, -1, 5094, + -1, 5095, -1, 5096, -1, 5097, -1, 5098, + -1, 5099, -1, 5100, -1, 5101, -1, 5102, + -1, 5103, -1, 35912, -1, 26356, -1, 36040, + -1, 28369, -1, 20018, -1, 21477, -1, 22865, + -1, 21895, -1, 22856, -1, 25078, -1, 30313, + -1, 32645, -1, 34367, -1, 34746, -1, 35064, + -1, 37007, -1, 27138, -1, 27931, -1, 28889, + -1, 29662, -1, 33853, -1, 37226, -1, 39409, + -1, 20098, -1, 21365, -1, 27396, -1, 29211, + -1, 34349, -1, 40478, -1, 23888, -1, 28651, + -1, 34253, -1, 35172, -1, 25289, -1, 33240, + -1, 34847, -1, 24266, -1, 26391, -1, 28010, + -1, 29436, -1, 37070, -1, 20358, -1, 20919, + -1, 21214, -1, 25796, -1, 27347, -1, 29200, + -1, 30439, -1, 34310, -1, 34396, -1, 36335, + -1, 38706, -1, 39791, -1, 40442, -1, 30860, + -1, 31103, -1, 32160, -1, 33737, -1, 37636, + -1, 35542, -1, 22751, -1, 24324, -1, 31840, + -1, 32894, -1, 29282, -1, 30922, -1, 36034, + -1, 38647, -1, 22744, -1, 23650, -1, 27155, + -1, 28122, -1, 28431, -1, 32047, -1, 32311, + -1, 38475, -1, 21202, -1, 32907, -1, 20956, + -1, 20940, -1, 31260, -1, 32190, -1, 33777, + -1, 38517, -1, 35712, -1, 25295, -1, 35582, + -1, 20025, -1, 23527, -1, 24594, -1, 29575, + -1, 30064, -1, 21271, -1, 30971, -1, 20415, + -1, 24489, -1, 19981, -1, 27852, -1, 25976, + -1, 32034, -1, 21443, -1, 22622, -1, 30465, + -1, 33865, -1, 35498, -1, 27578, -1, 27784, + -1, 25342, -1, 33509, -1, 25504, -1, 30053, + -1, 20142, -1, 20841, -1, 20937, -1, 26753, + -1, 31975, -1, 33391, -1, 35538, -1, 37327, + -1, 21237, -1, 21570, -1, 24300, -1, 26053, + -1, 28670, -1, 31018, -1, 38317, -1, 39530, + -1, 40599, -1, 40654, -1, 26310, -1, 27511, + -1, 36706, -1, 24180, -1, 24976, -1, 25088, + -1, 25754, -1, 28451, -1, 29001, -1, 29833, + -1, 31178, -1, 32244, -1, 32879, -1, 36646, + -1, 34030, -1, 36899, -1, 37706, -1, 21015, + -1, 21155, -1, 21693, -1, 28872, -1, 35010, + -1, 24265, -1, 24565, -1, 25467, -1, 27566, + -1, 31806, -1, 29557, -1, 20196, -1, 22265, + -1, 23994, -1, 24604, -1, 29618, -1, 29801, + -1, 32666, -1, 32838, -1, 37428, -1, 38646, + -1, 38728, -1, 38936, -1, 20363, -1, 31150, + -1, 37300, -1, 38584, -1, 24801, -1, 20102, + -1, 20698, -1, 23534, -1, 23615, -1, 26009, + -1, 29134, -1, 30274, -1, 34044, -1, 36988, + -1, 26248, -1, 38446, -1, 21129, -1, 26491, + -1, 26611, -1, 27969, -1, 28316, -1, 29705, + -1, 30041, -1, 30827, -1, 32016, -1, 39006, + -1, 25134, -1, 38520, -1, 20523, -1, 23833, + -1, 28138, -1, 36650, -1, 24459, -1, 24900, + -1, 26647, -1, 38534, -1, 21033, -1, 21519, + -1, 23653, -1, 26131, -1, 26446, -1, 26792, + -1, 27877, -1, 29702, -1, 30178, -1, 32633, + -1, 35023, -1, 35041, -1, 38626, -1, 21311, + -1, 28346, -1, 21533, -1, 29136, -1, 29848, + -1, 34298, -1, 38563, -1, 40023, -1, 40607, + -1, 26519, -1, 28107, -1, 33256, -1, 31520, + -1, 31890, -1, 29376, -1, 28825, -1, 35672, + -1, 20160, -1, 33590, -1, 21050, -1, 20999, + -1, 24230, -1, 25299, -1, 31958, -1, 23429, + -1, 27934, -1, 26292, -1, 36667, -1, 38477, + -1, 24275, -1, 20800, -1, 21952, -1, 22618, + -1, 26228, -1, 20958, -1, 29482, -1, 30410, + -1, 31036, -1, 31070, -1, 31077, -1, 31119, + -1, 38742, -1, 31934, -1, 34322, -1, 35576, + -1, 36920, -1, 37117, -1, 39151, -1, 39164, + -1, 39208, -1, 40372, -1, 37086, -1, 38583, + -1, 20398, -1, 20711, -1, 20813, -1, 21193, + -1, 21220, -1, 21329, -1, 21917, -1, 22022, + -1, 22120, -1, 22592, -1, 22696, -1, 23652, + -1, 24724, -1, 24936, -1, 24974, -1, 25074, + -1, 25935, -1, 26082, -1, 26257, -1, 26757, + -1, 28023, -1, 28186, -1, 28450, -1, 29038, + -1, 29227, -1, 29730, -1, 30865, -1, 31049, + -1, 31048, -1, 31056, -1, 31062, -1, 31117, + -1, 31118, -1, 31296, -1, 31361, -1, 31680, + -1, 32265, -1, 32321, -1, 32626, -1, 32773, + -1, 33261, -1, 33401, -1, 33879, -1, 35088, + -1, 35222, -1, 35585, -1, 35641, -1, 36051, + -1, 36104, -1, 36790, -1, 38627, -1, 38911, + -1, 38971, -1, 24693, -1, 148206, -1, 33304, + -1, 20006, -1, 20917, -1, 20840, -1, 20352, + -1, 20805, -1, 20864, -1, 21191, -1, 21242, + -1, 21845, -1, 21913, -1, 21986, -1, 22707, + -1, 22852, -1, 22868, -1, 23138, -1, 23336, + -1, 24274, -1, 24281, -1, 24425, -1, 24493, + -1, 24792, -1, 24910, -1, 24840, -1, 24928, + -1, 25140, -1, 25540, -1, 25628, -1, 25682, + -1, 25942, -1, 26395, -1, 26454, -1, 28379, + -1, 28363, -1, 28702, -1, 30631, -1, 29237, + -1, 29359, -1, 29809, -1, 29958, -1, 30011, + -1, 30237, -1, 30239, -1, 30427, -1, 30452, + -1, 30538, -1, 30528, -1, 30924, -1, 31409, + -1, 31867, -1, 32091, -1, 32574, -1, 33618, + -1, 33775, -1, 34681, -1, 35137, -1, 35206, + -1, 35519, -1, 35531, -1, 35565, -1, 35722, + -1, 36664, -1, 36978, -1, 37273, -1, 37494, + -1, 38524, -1, 38875, -1, 38923, -1, 39698, + -1, 141386, -1, 141380, -1, 144341, -1, 15261, + -1, 16408, -1, 16441, -1, 152137, -1, 154832, + -1, 163539, -1, 40771, -1, 40846, -1, 102, + 102, -1, 102, 105, -1, 102, 108, -1, + 102, 102, 105, -1, 102, 102, 108, -1, + 383, 116, -1, 115, 116, -1, 1396, 1398, + -1, 1396, 1381, -1, 1396, 1387, -1, 1406, + 1398, -1, 1396, 1389, -1, 1497, 1460, -1, + 1522, 1463, -1, 1506, -1, 1492, -1, 1499, + -1, 1500, -1, 1501, -1, 1512, -1, 1514, + -1, 1513, 1473, -1, 1513, 1474, -1, 64329, + 1473, -1, 64329, 1474, -1, 1488, 1463, -1, + 1488, 1464, -1, 1488, 1468, -1, 1489, 1468, + -1, 1490, 1468, -1, 1491, 1468, -1, 1492, + 1468, -1, 1493, 1468, -1, 1494, 1468, -1, + 1496, 1468, -1, 1497, 1468, -1, 1498, 1468, + -1, 1499, 1468, -1, 1500, 1468, -1, 1502, + 1468, -1, 1504, 1468, -1, 1505, 1468, -1, + 1507, 1468, -1, 1508, 1468, -1, 1510, 1468, + -1, 1511, 1468, -1, 1512, 1468, -1, 1513, + 1468, -1, 1514, 1468, -1, 1493, 1465, -1, + 1489, 1471, -1, 1499, 1471, -1, 1508, 1471, + -1, 1488, 1500, -1, 1649, -1, 1659, -1, + 1662, -1, 1664, -1, 1658, -1, 1663, -1, + 1657, -1, 1700, -1, 1702, -1, 1668, -1, + 1667, -1, 1670, -1, 1671, -1, 1677, -1, + 1676, -1, 1678, -1, 1672, -1, 1688, -1, + 1681, -1, 1705, -1, 1711, -1, 1715, -1, + 1713, -1, 1722, -1, 1723, -1, 1728, -1, + 1729, -1, 1726, -1, 1746, -1, 1747, -1, + 1709, -1, 1735, -1, 1734, -1, 1736, -1, + 1655, -1, 1739, -1, 1733, -1, 1737, -1, + 1744, -1, 1609, -1, 1574, 1575, -1, 1574, + 1749, -1, 1574, 1608, -1, 1574, 1735, -1, + 1574, 1734, -1, 1574, 1736, -1, 1574, 1744, + -1, 1574, 1609, -1, 1740, -1, 1574, 1580, + -1, 1574, 1581, -1, 1574, 1605, -1, 1574, + 1610, -1, 1576, 1580, -1, 1576, 1581, -1, + 1576, 1582, -1, 1576, 1605, -1, 1576, 1609, + -1, 1576, 1610, -1, 1578, 1580, -1, 1578, + 1581, -1, 1578, 1582, -1, 1578, 1605, -1, + 1578, 1609, -1, 1578, 1610, -1, 1579, 1580, + -1, 1579, 1605, -1, 1579, 1609, -1, 1579, + 1610, -1, 1580, 1581, -1, 1580, 1605, -1, + 1581, 1580, -1, 1581, 1605, -1, 1582, 1580, + -1, 1582, 1581, -1, 1582, 1605, -1, 1587, + 1580, -1, 1587, 1581, -1, 1587, 1582, -1, + 1587, 1605, -1, 1589, 1581, -1, 1589, 1605, + -1, 1590, 1580, -1, 1590, 1581, -1, 1590, + 1582, -1, 1590, 1605, -1, 1591, 1581, -1, + 1591, 1605, -1, 1592, 1605, -1, 1593, 1580, + -1, 1593, 1605, -1, 1594, 1580, -1, 1594, + 1605, -1, 1601, 1580, -1, 1601, 1581, -1, + 1601, 1582, -1, 1601, 1605, -1, 1601, 1609, + -1, 1601, 1610, -1, 1602, 1581, -1, 1602, + 1605, -1, 1602, 1609, -1, 1602, 1610, -1, + 1603, 1575, -1, 1603, 1580, -1, 1603, 1581, + -1, 1603, 1582, -1, 1603, 1604, -1, 1603, + 1605, -1, 1603, 1609, -1, 1603, 1610, -1, + 1604, 1580, -1, 1604, 1581, -1, 1604, 1582, + -1, 1604, 1605, -1, 1604, 1609, -1, 1604, + 1610, -1, 1605, 1580, -1, 1605, 1581, -1, + 1605, 1582, -1, 1605, 1605, -1, 1605, 1609, + -1, 1605, 1610, -1, 1606, 1580, -1, 1606, + 1581, -1, 1606, 1582, -1, 1606, 1605, -1, + 1606, 1609, -1, 1606, 1610, -1, 1607, 1580, + -1, 1607, 1605, -1, 1607, 1609, -1, 1607, + 1610, -1, 1610, 1580, -1, 1610, 1581, -1, + 1610, 1582, -1, 1610, 1605, -1, 1610, 1609, + -1, 1610, 1610, -1, 1584, 1648, -1, 1585, + 1648, -1, 1609, 1648, -1, 32, 1612, 1617, + -1, 32, 1613, 1617, -1, 32, 1614, 1617, + -1, 32, 1615, 1617, -1, 32, 1616, 1617, + -1, 32, 1617, 1648, -1, 1574, 1585, -1, + 1574, 1586, -1, 1574, 1606, -1, 1576, 1585, + -1, 1576, 1586, -1, 1576, 1606, -1, 1578, + 1585, -1, 1578, 1586, -1, 1578, 1606, -1, + 1579, 1585, -1, 1579, 1586, -1, 1579, 1606, + -1, 1605, 1575, -1, 1606, 1585, -1, 1606, + 1586, -1, 1606, 1606, -1, 1610, 1585, -1, + 1610, 1586, -1, 1610, 1606, -1, 1574, 1582, + -1, 1574, 1607, -1, 1576, 1607, -1, 1578, + 1607, -1, 1589, 1582, -1, 1604, 1607, -1, + 1606, 1607, -1, 1607, 1648, -1, 1610, 1607, + -1, 1579, 1607, -1, 1587, 1607, -1, 1588, + 1605, -1, 1588, 1607, -1, 1600, 1614, 1617, + -1, 1600, 1615, 1617, -1, 1600, 1616, 1617, + -1, 1591, 1609, -1, 1591, 1610, -1, 1593, + 1609, -1, 1593, 1610, -1, 1594, 1609, -1, + 1594, 1610, -1, 1587, 1609, -1, 1587, 1610, + -1, 1588, 1609, -1, 1588, 1610, -1, 1581, + 1609, -1, 1581, 1610, -1, 1580, 1609, -1, + 1580, 1610, -1, 1582, 1609, -1, 1582, 1610, + -1, 1589, 1609, -1, 1589, 1610, -1, 1590, + 1609, -1, 1590, 1610, -1, 1588, 1580, -1, + 1588, 1581, -1, 1588, 1582, -1, 1588, 1585, + -1, 1587, 1585, -1, 1589, 1585, -1, 1590, + 1585, -1, 1575, 1611, -1, 1578, 1580, 1605, + -1, 1578, 1581, 1580, -1, 1578, 1581, 1605, + -1, 1578, 1582, 1605, -1, 1578, 1605, 1580, + -1, 1578, 1605, 1581, -1, 1578, 1605, 1582, + -1, 1580, 1605, 1581, -1, 1581, 1605, 1610, + -1, 1581, 1605, 1609, -1, 1587, 1581, 1580, + -1, 1587, 1580, 1581, -1, 1587, 1580, 1609, + -1, 1587, 1605, 1581, -1, 1587, 1605, 1580, + -1, 1587, 1605, 1605, -1, 1589, 1581, 1581, + -1, 1589, 1605, 1605, -1, 1588, 1581, 1605, + -1, 1588, 1580, 1610, -1, 1588, 1605, 1582, + -1, 1588, 1605, 1605, -1, 1590, 1581, 1609, + -1, 1590, 1582, 1605, -1, 1591, 1605, 1581, + -1, 1591, 1605, 1605, -1, 1591, 1605, 1610, + -1, 1593, 1580, 1605, -1, 1593, 1605, 1605, + -1, 1593, 1605, 1609, -1, 1594, 1605, 1605, + -1, 1594, 1605, 1610, -1, 1594, 1605, 1609, + -1, 1601, 1582, 1605, -1, 1602, 1605, 1581, + -1, 1602, 1605, 1605, -1, 1604, 1581, 1605, + -1, 1604, 1581, 1610, -1, 1604, 1581, 1609, + -1, 1604, 1580, 1580, -1, 1604, 1582, 1605, + -1, 1604, 1605, 1581, -1, 1605, 1581, 1580, + -1, 1605, 1581, 1605, -1, 1605, 1581, 1610, + -1, 1605, 1580, 1581, -1, 1605, 1580, 1605, + -1, 1605, 1582, 1580, -1, 1605, 1582, 1605, + -1, 1605, 1580, 1582, -1, 1607, 1605, 1580, + -1, 1607, 1605, 1605, -1, 1606, 1581, 1605, + -1, 1606, 1581, 1609, -1, 1606, 1580, 1605, + -1, 1606, 1580, 1609, -1, 1606, 1605, 1610, + -1, 1606, 1605, 1609, -1, 1610, 1605, 1605, + -1, 1576, 1582, 1610, -1, 1578, 1580, 1610, + -1, 1578, 1580, 1609, -1, 1578, 1582, 1610, + -1, 1578, 1582, 1609, -1, 1578, 1605, 1610, + -1, 1578, 1605, 1609, -1, 1580, 1605, 1610, + -1, 1580, 1581, 1609, -1, 1580, 1605, 1609, + -1, 1587, 1582, 1609, -1, 1589, 1581, 1610, + -1, 1588, 1581, 1610, -1, 1590, 1581, 1610, + -1, 1604, 1580, 1610, -1, 1604, 1605, 1610, + -1, 1610, 1581, 1610, -1, 1610, 1580, 1610, + -1, 1610, 1605, 1610, -1, 1605, 1605, 1610, + -1, 1602, 1605, 1610, -1, 1606, 1581, 1610, + -1, 1593, 1605, 1610, -1, 1603, 1605, 1610, + -1, 1606, 1580, 1581, -1, 1605, 1582, 1610, + -1, 1604, 1580, 1605, -1, 1603, 1605, 1605, + -1, 1580, 1581, 1610, -1, 1581, 1580, 1610, + -1, 1605, 1580, 1610, -1, 1601, 1605, 1610, + -1, 1576, 1581, 1610, -1, 1587, 1582, 1610, + -1, 1606, 1580, 1610, -1, 1589, 1604, 1746, + -1, 1602, 1604, 1746, -1, 1575, 1604, 1604, + 1607, -1, 1575, 1603, 1576, 1585, -1, 1605, + 1581, 1605, 1583, -1, 1589, 1604, 1593, 1605, + -1, 1585, 1587, 1608, 1604, -1, 1593, 1604, + 1610, 1607, -1, 1608, 1587, 1604, 1605, -1, + 1589, 1604, 1609, -1, 1589, 1604, 1609, 32, + 1575, 1604, 1604, 1607, 32, 1593, 1604, 1610, + 1607, 32, 1608, 1587, 1604, 1605, -1, 1580, + 1604, 32, 1580, 1604, 1575, 1604, 1607, -1, + 1585, 1740, 1575, 1604, -1, 44, -1, 12289, + -1, 12290, -1, 58, -1, 33, -1, 63, + -1, 12310, -1, 12311, -1, 8230, -1, 8229, + -1, 8212, -1, 8211, -1, 95, -1, 123, + -1, 125, -1, 12308, -1, 12309, -1, 12304, + -1, 12305, -1, 12298, -1, 12299, -1, 12300, + -1, 12301, -1, 12302, -1, 12303, -1, 91, + -1, 93, -1, 8254, -1, 35, -1, 38, + -1, 42, -1, 45, -1, 60, -1, 62, + -1, 92, -1, 36, -1, 37, -1, 64, + -1, 32, 1611, -1, 1600, 1611, -1, 32, + 1612, -1, 32, 1613, -1, 32, 1614, -1, + 1600, 1614, -1, 32, 1615, -1, 1600, 1615, + -1, 32, 1616, -1, 1600, 1616, -1, 32, + 1617, -1, 1600, 1617, -1, 32, 1618, -1, + 1600, 1618, -1, 1569, -1, 1570, -1, 1571, + -1, 1572, -1, 1573, -1, 1574, -1, 1575, + -1, 1576, -1, 1577, -1, 1578, -1, 1579, + -1, 1580, -1, 1581, -1, 1582, -1, 1583, + -1, 1584, -1, 1585, -1, 1586, -1, 1587, + -1, 1588, -1, 1589, -1, 1590, -1, 1591, + -1, 1592, -1, 1593, -1, 1594, -1, 1601, + -1, 1602, -1, 1603, -1, 1604, -1, 1605, + -1, 1606, -1, 1607, -1, 1608, -1, 1610, + -1, 1604, 1570, -1, 1604, 1571, -1, 1604, + 1573, -1, 1604, 1575, -1, 34, -1, 39, + -1, 47, -1, 65345, -1, 65346, -1, 65347, + -1, 65348, -1, 65349, -1, 65350, -1, 65351, + -1, 65352, -1, 65353, -1, 65354, -1, 65355, + -1, 65356, -1, 65357, -1, 65358, -1, 65359, + -1, 65360, -1, 65361, -1, 65362, -1, 65363, + -1, 65364, -1, 65365, -1, 65366, -1, 65367, + -1, 65368, -1, 65369, -1, 65370, -1, 94, + -1, 124, -1, 126, -1, 10629, -1, 10630, + -1, 12539, -1, 12449, -1, 12451, -1, 12453, + -1, 12455, -1, 12457, -1, 12515, -1, 12517, + -1, 12519, -1, 12483, -1, 12540, -1, 12531, + -1, 12441, -1, 12442, -1, 12644, -1, 12593, + -1, 12594, -1, 12595, -1, 12596, -1, 12597, + -1, 12598, -1, 12599, -1, 12600, -1, 12601, + -1, 12602, -1, 12603, -1, 12604, -1, 12605, + -1, 12606, -1, 12607, -1, 12608, -1, 12609, + -1, 12610, -1, 12611, -1, 12612, -1, 12613, + -1, 12614, -1, 12615, -1, 12616, -1, 12617, + -1, 12618, -1, 12619, -1, 12620, -1, 12621, + -1, 12622, -1, 12623, -1, 12624, -1, 12625, + -1, 12626, -1, 12627, -1, 12628, -1, 12629, + -1, 12630, -1, 12631, -1, 12632, -1, 12633, + -1, 12634, -1, 12635, -1, 12636, -1, 12637, + -1, 12638, -1, 12639, -1, 12640, -1, 12641, + -1, 12642, -1, 12643, -1, 162, -1, 163, + -1, 172, -1, 175, -1, 166, -1, 165, + -1, 8361, -1, 9474, -1, 8592, -1, 8593, + -1, 8594, -1, 8595, -1, 9632, -1, 9675, + -1, 66600, -1, 66601, -1, 66602, -1, 66603, + -1, 66604, -1, 66605, -1, 66606, -1, 66607, + -1, 66608, -1, 66609, -1, 66610, -1, 66611, + -1, 66612, -1, 66613, -1, 66614, -1, 66615, + -1, 66616, -1, 66617, -1, 66618, -1, 66619, + -1, 66620, -1, 66621, -1, 66622, -1, 66623, + -1, 66624, -1, 66625, -1, 66626, -1, 66627, + -1, 66628, -1, 66629, -1, 66630, -1, 66631, + -1, 66632, -1, 66633, -1, 66634, -1, 66635, + -1, 66636, -1, 66637, -1, 66638, -1, 66639, + -1, 68800, -1, 68801, -1, 68802, -1, 68803, + -1, 68804, -1, 68805, -1, 68806, -1, 68807, + -1, 68808, -1, 68809, -1, 68810, -1, 68811, + -1, 68812, -1, 68813, -1, 68814, -1, 68815, + -1, 68816, -1, 68817, -1, 68818, -1, 68819, + -1, 68820, -1, 68821, -1, 68822, -1, 68823, + -1, 68824, -1, 68825, -1, 68826, -1, 68827, + -1, 68828, -1, 68829, -1, 68830, -1, 68831, + -1, 68832, -1, 68833, -1, 68834, -1, 68835, + -1, 68836, -1, 68837, -1, 68838, -1, 68839, + -1, 68840, -1, 68841, -1, 68842, -1, 68843, + -1, 68844, -1, 68845, -1, 68846, -1, 68847, + -1, 68848, -1, 68849, -1, 68850, -1, 69785, + 69818, -1, 69787, 69818, -1, 69797, 69818, -1, + 69937, 69927, -1, 69938, 69927, -1, 70471, 70462, + -1, 70471, 70487, -1, 70841, 70842, -1, 70841, + 70832, -1, 70841, 70845, -1, 71096, 71087, -1, + 71097, 71087, -1, 71872, -1, 71873, -1, 71874, + -1, 71875, -1, 71876, -1, 71877, -1, 71878, + -1, 71879, -1, 71880, -1, 71881, -1, 71882, + -1, 71883, -1, 71884, -1, 71885, -1, 71886, + -1, 71887, -1, 71888, -1, 71889, -1, 71890, + -1, 71891, -1, 71892, -1, 71893, -1, 71894, + -1, 71895, -1, 71896, -1, 71897, -1, 71898, + -1, 71899, -1, 71900, -1, 71901, -1, 71902, + -1, 71903, -1, 119127, 119141, -1, 119128, 119141, + -1, 119135, 119150, -1, 119135, 119151, -1, 119135, + 119152, -1, 119135, 119153, -1, 119135, 119154, -1, + 119225, 119141, -1, 119226, 119141, -1, 119227, 119150, + -1, 119228, 119150, -1, 119227, 119151, -1, 119228, + 119151, -1, 305, -1, 567, -1, 913, -1, + 914, -1, 916, -1, 917, -1, 918, -1, + 919, -1, 921, -1, 922, -1, 923, -1, + 924, -1, 925, -1, 926, -1, 927, -1, + 929, -1, 1012, -1, 932, -1, 934, -1, + 935, -1, 936, -1, 8711, -1, 8706, -1, + 1013, -1, 977, -1, 1008, -1, 981, -1, + 1009, -1, 982, -1, 988, -1, 1646, -1, + 1697, -1, 1647, -1, 48, 46, -1, 48, + 44, -1, 49, 44, -1, 50, 44, -1, + 51, 44, -1, 52, 44, -1, 53, 44, + -1, 54, 44, -1, 55, 44, -1, 56, + 44, -1, 57, 44, -1, 40, 65, 41, + -1, 40, 66, 41, -1, 40, 67, 41, + -1, 40, 68, 41, -1, 40, 69, 41, + -1, 40, 70, 41, -1, 40, 71, 41, + -1, 40, 72, 41, -1, 40, 73, 41, + -1, 40, 74, 41, -1, 40, 75, 41, + -1, 40, 76, 41, -1, 40, 77, 41, + -1, 40, 78, 41, -1, 40, 79, 41, + -1, 40, 80, 41, -1, 40, 81, 41, + -1, 40, 82, 41, -1, 40, 83, 41, + -1, 40, 84, 41, -1, 40, 85, 41, + -1, 40, 86, 41, -1, 40, 87, 41, + -1, 40, 88, 41, -1, 40, 89, 41, + -1, 40, 90, 41, -1, 12308, 83, 12309, + -1, 67, 68, -1, 87, 90, -1, 72, + 86, -1, 83, 68, -1, 83, 83, -1, + 80, 80, 86, -1, 87, 67, -1, 77, + 67, -1, 77, 68, -1, 68, 74, -1, + 12411, 12363, -1, 12467, 12467, -1, 23383, -1, + 21452, -1, 12487, -1, 22810, -1, 35299, -1, + 20132, -1, 26144, -1, 28961, -1, 21069, -1, + 24460, -1, 20877, -1, 26032, -1, 21021, -1, + 32066, -1, 36009, -1, 22768, -1, 21561, -1, + 28436, -1, 25237, -1, 25429, -1, 36938, -1, + 25351, -1, 25171, -1, 31105, -1, 31354, -1, + 21512, -1, 28288, -1, 30003, -1, 21106, -1, + 21942, -1, 12308, 26412, 12309, -1, 12308, 19977, + 12309, -1, 12308, 20108, 12309, -1, 12308, 23433, + 12309, -1, 12308, 28857, 12309, -1, 12308, 25171, + 12309, -1, 12308, 30423, 12309, -1, 12308, 21213, + 12309, -1, 12308, 25943, 12309, -1, 24471, -1, + 21487, -1, 20029, -1, 20024, -1, 20033, -1, + 131362, -1, 20320, -1, 20411, -1, 20482, -1, + 20602, -1, 20633, -1, 20687, -1, 13470, -1, + 132666, -1, 20820, -1, 20836, -1, 20855, -1, + 132380, -1, 13497, -1, 20839, -1, 132427, -1, + 20887, -1, 20900, -1, 20172, -1, 20908, -1, + 168415, -1, 20995, -1, 13535, -1, 21051, -1, + 21062, -1, 21111, -1, 13589, -1, 21253, -1, + 21254, -1, 21321, -1, 21338, -1, 21363, -1, + 21373, -1, 21375, -1, 133676, -1, 28784, -1, + 21450, -1, 21471, -1, 133987, -1, 21483, -1, + 21489, -1, 21510, -1, 21662, -1, 21560, -1, + 21576, -1, 21608, -1, 21666, -1, 21750, -1, + 21776, -1, 21843, -1, 21859, -1, 21892, -1, + 21931, -1, 21939, -1, 21954, -1, 22294, -1, + 22295, -1, 22097, -1, 22132, -1, 22766, -1, + 22478, -1, 22516, -1, 22541, -1, 22411, -1, + 22578, -1, 22577, -1, 22700, -1, 136420, -1, + 22770, -1, 22775, -1, 22790, -1, 22818, -1, + 22882, -1, 136872, -1, 136938, -1, 23020, -1, + 23067, -1, 23079, -1, 23000, -1, 23142, -1, + 14062, -1, 14076, -1, 23304, -1, 23358, -1, + 137672, -1, 23491, -1, 23512, -1, 23539, -1, + 138008, -1, 23551, -1, 23558, -1, 24403, -1, + 14209, -1, 23648, -1, 23744, -1, 23693, -1, + 138724, -1, 23875, -1, 138726, -1, 23918, -1, + 23915, -1, 23932, -1, 24033, -1, 24034, -1, + 14383, -1, 24061, -1, 24104, -1, 24125, -1, + 24169, -1, 14434, -1, 139651, -1, 14460, -1, + 24240, -1, 24243, -1, 24246, -1, 172946, -1, + 140081, -1, 33281, -1, 24354, -1, 14535, -1, + 144056, -1, 156122, -1, 24418, -1, 24427, -1, + 14563, -1, 24474, -1, 24525, -1, 24535, -1, + 24569, -1, 24705, -1, 14650, -1, 14620, -1, + 141012, -1, 24775, -1, 24904, -1, 24908, -1, + 24954, -1, 25010, -1, 24996, -1, 25007, -1, + 25054, -1, 25104, -1, 25115, -1, 25181, -1, + 25265, -1, 25300, -1, 25424, -1, 142092, -1, + 25405, -1, 25340, -1, 25448, -1, 25475, -1, + 25572, -1, 142321, -1, 25634, -1, 25541, -1, + 25513, -1, 14894, -1, 25705, -1, 25726, -1, + 25757, -1, 25719, -1, 14956, -1, 25964, -1, + 143370, -1, 26083, -1, 26360, -1, 26185, -1, + 15129, -1, 15112, -1, 15076, -1, 20882, -1, + 20885, -1, 26368, -1, 26268, -1, 32941, -1, + 17369, -1, 26401, -1, 26462, -1, 26451, -1, + 144323, -1, 15177, -1, 26618, -1, 26501, -1, + 26706, -1, 144493, -1, 26766, -1, 26655, -1, + 26900, -1, 26946, -1, 27043, -1, 27114, -1, + 27304, -1, 145059, -1, 27355, -1, 15384, -1, + 27425, -1, 145575, -1, 27476, -1, 15438, -1, + 27506, -1, 27551, -1, 27579, -1, 146061, -1, + 138507, -1, 146170, -1, 27726, -1, 146620, -1, + 27839, -1, 27853, -1, 27751, -1, 27926, -1, + 27966, -1, 28009, -1, 28024, -1, 28037, -1, + 146718, -1, 27956, -1, 28207, -1, 28270, -1, + 15667, -1, 28359, -1, 147153, -1, 28153, -1, + 28526, -1, 147294, -1, 147342, -1, 28614, -1, + 28729, -1, 28699, -1, 15766, -1, 28746, -1, + 28797, -1, 28791, -1, 28845, -1, 132389, -1, + 28997, -1, 148067, -1, 29084, -1, 148395, -1, + 29224, -1, 29264, -1, 149000, -1, 29312, -1, + 29333, -1, 149301, -1, 149524, -1, 29562, -1, + 29579, -1, 16044, -1, 29605, -1, 16056, -1, + 29767, -1, 29788, -1, 29829, -1, 29898, -1, + 16155, -1, 29988, -1, 150582, -1, 30014, -1, + 150674, -1, 139679, -1, 30224, -1, 151457, -1, + 151480, -1, 151620, -1, 16380, -1, 16392, -1, + 151795, -1, 151794, -1, 151833, -1, 151859, -1, + 30494, -1, 30495, -1, 30603, -1, 16454, -1, + 16534, -1, 152605, -1, 30798, -1, 16611, -1, + 153126, -1, 153242, -1, 153285, -1, 31211, -1, + 16687, -1, 31306, -1, 31311, -1, 153980, -1, + 154279, -1, 31470, -1, 16898, -1, 154539, -1, + 31686, -1, 31689, -1, 16935, -1, 154752, -1, + 31954, -1, 17056, -1, 31976, -1, 31971, -1, + 32000, -1, 155526, -1, 32099, -1, 17153, -1, + 32199, -1, 32258, -1, 32325, -1, 17204, -1, + 156200, -1, 156231, -1, 17241, -1, 156377, -1, + 32634, -1, 156478, -1, 32661, -1, 32762, -1, + 156890, -1, 156963, -1, 32864, -1, 157096, -1, + 32880, -1, 144223, -1, 17365, -1, 32946, -1, + 33027, -1, 17419, -1, 33086, -1, 23221, -1, + 157607, -1, 157621, -1, 144275, -1, 144284, -1, + 33284, -1, 36766, -1, 17515, -1, 33425, -1, + 33419, -1, 33437, -1, 21171, -1, 33457, -1, + 33459, -1, 33469, -1, 33510, -1, 158524, -1, + 33565, -1, 33635, -1, 33709, -1, 33571, -1, + 33725, -1, 33767, -1, 33619, -1, 33738, -1, + 33740, -1, 33756, -1, 158774, -1, 159083, -1, + 158933, -1, 17707, -1, 34033, -1, 34035, -1, + 34070, -1, 160714, -1, 34148, -1, 159532, -1, + 17757, -1, 17761, -1, 159665, -1, 159954, -1, + 17771, -1, 34384, -1, 34407, -1, 34409, -1, + 34473, -1, 34440, -1, 34574, -1, 34530, -1, + 34600, -1, 34667, -1, 34694, -1, 17879, -1, + 34785, -1, 34817, -1, 17913, -1, 34912, -1, + 161383, -1, 35031, -1, 35038, -1, 17973, -1, + 35066, -1, 13499, -1, 161966, -1, 162150, -1, + 18110, -1, 18119, -1, 35488, -1, 162984, -1, + 36011, -1, 36033, -1, 36123, -1, 36215, -1, + 163631, -1, 133124, -1, 36299, -1, 36284, -1, + 36336, -1, 133342, -1, 36564, -1, 165330, -1, + 165357, -1, 37012, -1, 37105, -1, 37137, -1, + 165678, -1, 37147, -1, 37432, -1, 37591, -1, + 37592, -1, 37500, -1, 37881, -1, 37909, -1, + 166906, -1, 38283, -1, 18837, -1, 38327, -1, + 167287, -1, 18918, -1, 38595, -1, 23986, -1, + 38691, -1, 168261, -1, 168474, -1, 19054, -1, + 19062, -1, 38880, -1, 168970, -1, 19122, -1, + 169110, -1, 38953, -1, 169398, -1, 39138, -1, + 19251, -1, 39209, -1, 39335, -1, 39362, -1, + 39422, -1, 19406, -1, 170800, -1, 40000, -1, + 40189, -1, 19662, -1, 19693, -1, 40295, -1, + 172238, -1, 19704, -1, 172293, -1, 172558, -1, + 172689, -1, 19798, -1, 40702, -1, 40709, -1, + 40719, -1, 40726, -1, 173568, -1, }; + +const utf8proc_uint16_t utf8proc_stage1table[] = { + 0, 256, 512, 768, 1024, 1280, 1536, + 1792, 2048, 2304, 2560, 2816, 3072, 3328, 3584, + 3840, 4096, 4352, 4608, 4864, 5120, 5376, 5632, + 5888, 6144, 6400, 6656, 6912, 7168, 7424, 7680, + 7936, 8192, 8448, 8704, 8960, 9216, 9472, 9728, + 9984, 10240, 10496, 10752, 11008, 11264, 11520, 11776, + 12032, 12288, 12544, 12800, 13056, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13568, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13824, 14080, 13312, 13312, 13312, 14336, 13312, 14592, + 14848, 15104, 15360, 15616, 15872, 16128, 16384, 16640, + 16896, 17152, 17408, 17664, 16128, 16384, 16640, 16896, + 17152, 17408, 17664, 16128, 16384, 16640, 16896, 17152, + 17408, 17664, 16128, 16384, 16640, 16896, 17152, 17408, + 17664, 16128, 16384, 16640, 16896, 17152, 17408, 17664, + 16128, 16384, 16640, 16896, 17152, 17408, 17664, 16128, + 17920, 18176, 18176, 18176, 18176, 18176, 18176, 18176, + 18176, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18688, 18944, 19200, 19456, 19712, 19968, + 20224, 20480, 20736, 20992, 21248, 21504, 21760, 22016, + 22272, 22528, 22784, 23040, 23296, 23552, 23808, 24064, + 23808, 24320, 24576, 24832, 25088, 25344, 25600, 25856, + 26112, 26368, 23808, 26624, 23808, 23808, 23808, 23808, + 23808, 26880, 26880, 26880, 27136, 27392, 27648, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 26880, 26880, 26880, 26880, 27904, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 26880, 26880, 28160, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 26880, 26880, 28416, 28672, 23808, 23808, 23808, + 28928, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 29184, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 29440, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 29696, 29952, 30208, 30464, 30720, 30976, 31232, + 31488, 10240, 10240, 31744, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 32000, 23808, 23808, 23808, 23808, 23808, 32256, + 23808, 32512, 32768, 33024, 33280, 33536, 33792, 34048, + 34304, 34560, 34816, 23808, 23808, 23808, 23808, 23808, + 23808, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 35072, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 35328, 35584, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 13312, + 13312, 13312, 13312, 13312, 13312, 13312, 13312, 35840, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 36096, 36352, 36608, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 36864, 37120, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 23808, 23808, 23808, 23808, 23808, 23808, 23808, + 23808, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 37376, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 18432, 18432, 18432, 18432, 18432, 18432, 18432, 18432, + 37376, }; + +const utf8proc_uint16_t utf8proc_stage2table[] = { + 1, 2, 2, 2, 2, 2, 2, + 2, 2, 3, 4, 3, 5, 6, 2, + 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 7, 7, 7, + 3, 8, 9, 9, 10, 11, 10, 9, + 9, 12, 13, 9, 14, 15, 16, 15, + 15, 17, 17, 17, 17, 17, 17, 17, + 17, 17, 17, 15, 9, 18, 19, 20, + 9, 9, 21, 22, 23, 24, 25, 26, + 27, 28, 29, 30, 31, 32, 33, 34, + 35, 36, 37, 38, 39, 40, 41, 42, + 43, 44, 45, 46, 12, 9, 13, 47, + 48, 47, 49, 50, 51, 52, 53, 54, + 55, 56, 57, 58, 59, 60, 61, 62, + 63, 64, 65, 66, 67, 68, 69, 70, + 71, 72, 73, 74, 12, 75, 13, 75, + 2, 2, 2, 2, 2, 2, 7, 2, + 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, + 2, 76, 9, 11, 11, 11, 11, 77, + 9, 78, 77, 79, 80, 75, 81, 77, + 82, 83, 84, 85, 86, 87, 88, 9, + 9, 89, 90, 91, 92, 93, 94, 95, + 9, 96, 97, 98, 99, 100, 101, 102, + 103, 104, 105, 106, 107, 108, 109, 110, + 111, 112, 113, 114, 115, 116, 117, 118, + 75, 119, 120, 121, 122, 123, 124, 125, + 126, 127, 128, 129, 130, 131, 132, 133, + 134, 135, 136, 137, 138, 139, 140, 141, + 142, 143, 144, 145, 146, 147, 148, 149, + 75, 150, 151, 152, 153, 154, 155, 156, + 157, 158, 159, 160, 161, 162, 163, 164, + 165, 166, 167, 168, 169, 170, 171, 172, + 173, 174, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, + 189, 190, 191, 192, 193, 194, 195, 196, + 197, 198, 199, 200, 201, 202, 203, 204, + 205, 206, 207, 208, 209, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, + 221, 222, 223, 224, 225, 226, 227, 228, + 229, 230, 231, 232, 233, 234, 235, 236, + 237, 238, 239, 240, 241, 242, 243, 244, + 245, 246, 247, 248, 249, 250, 251, 252, + 253, 254, 255, 256, 257, 258, 259, 260, + 261, 262, 263, 264, 265, 266, 267, 268, + 269, 270, 271, 272, 273, 274, 275, 276, + 277, 278, 279, 280, 281, 282, 283, 284, + 285, 286, 287, 288, 289, 290, 291, 292, + 293, 294, 295, 296, 297, 298, 214, 299, + 300, 301, 302, 303, 304, 305, 306, 307, + 308, 309, 310, 311, 214, 312, 313, 314, + 315, 316, 317, 318, 319, 320, 321, 322, + 323, 324, 325, 214, 214, 326, 327, 328, + 329, 330, 331, 332, 333, 334, 335, 336, + 337, 338, 339, 214, 340, 341, 342, 214, + 343, 340, 340, 340, 340, 344, 345, 346, + 347, 348, 349, 350, 351, 352, 353, 354, + 355, 356, 357, 358, 359, 360, 361, 362, + 363, 364, 365, 366, 367, 368, 369, 370, + 371, 372, 373, 374, 375, 376, 377, 378, + 379, 380, 381, 382, 383, 384, 385, 386, + 387, 388, 389, 390, 391, 392, 393, 394, + 395, 396, 397, 398, 399, 400, 401, 402, + 403, 404, 405, 406, 407, 408, 409, 410, + 411, 412, 413, 414, 415, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 430, 431, 432, 433, 434, + 435, 436, 214, 437, 438, 439, 440, 441, + 442, 443, 444, 445, 446, 447, 448, 449, + 450, 451, 452, 453, 454, 214, 214, 214, + 214, 214, 214, 455, 456, 457, 458, 459, + 460, 461, 462, 463, 464, 465, 466, 467, + 468, 469, 470, 471, 472, 473, 474, 475, + 476, 477, 478, 479, 480, 481, 214, 482, + 483, 214, 484, 214, 485, 486, 214, 214, + 214, 487, 488, 214, 489, 214, 490, 491, + 214, 492, 493, 214, 494, 495, 214, 214, + 496, 214, 497, 498, 214, 214, 499, 214, + 214, 214, 214, 214, 214, 214, 500, 214, + 214, 501, 214, 214, 502, 214, 214, 214, + 503, 504, 505, 506, 507, 508, 214, 214, + 214, 214, 214, 509, 214, 340, 214, 214, + 214, 214, 214, 214, 214, 214, 510, 511, + 214, 214, 214, 214, 214, 214, 214, 214, + 214, 214, 214, 214, 214, 214, 214, 214, + 214, 512, 513, 514, 515, 516, 517, 518, + 519, 520, 521, 521, 522, 522, 522, 522, + 522, 522, 522, 47, 47, 47, 47, 521, + 521, 521, 521, 521, 521, 521, 521, 521, + 521, 522, 522, 47, 47, 47, 47, 47, + 47, 523, 524, 525, 526, 527, 528, 47, + 47, 529, 530, 531, 532, 533, 47, 47, + 47, 47, 47, 47, 47, 521, 47, 522, + 47, 47, 47, 47, 47, 47, 47, 47, + 47, 47, 47, 47, 47, 47, 47, 47, + 47, 534, 535, 536, 537, 538, 539, 540, + 541, 542, 543, 544, 545, 546, 539, 539, + 547, 539, 548, 539, 549, 550, 551, 552, + 552, 552, 552, 551, 553, 552, 552, 552, + 552, 552, 554, 554, 555, 556, 557, 558, + 559, 560, 552, 552, 552, 552, 561, 562, + 552, 563, 564, 552, 552, 565, 565, 565, + 565, 566, 552, 552, 552, 552, 539, 539, + 539, 567, 568, 569, 570, 571, 572, 539, + 552, 552, 552, 539, 539, 539, 552, 552, + 573, 539, 539, 539, 552, 552, 552, 552, + 539, 551, 552, 552, 539, 574, 575, 575, + 574, 575, 575, 574, 539, 539, 539, 539, + 539, 539, 539, 539, 539, 539, 539, 539, + 539, 576, 577, 578, 579, 580, 47, 581, + 582, 0, 0, 583, 584, 585, 586, 587, + 588, 0, 0, 0, 0, 87, 589, 590, + 591, 592, 593, 594, 0, 595, 0, 596, + 597, 598, 599, 600, 601, 602, 603, 604, + 605, 606, 607, 608, 609, 610, 611, 612, + 613, 614, 615, 0, 616, 617, 618, 619, + 620, 621, 622, 623, 624, 625, 626, 627, + 628, 629, 630, 631, 632, 633, 634, 635, + 636, 637, 638, 639, 640, 641, 642, 643, + 644, 645, 646, 647, 648, 649, 650, 651, + 652, 653, 654, 655, 656, 657, 658, 659, + 660, 661, 662, 663, 664, 665, 666, 667, + 668, 669, 670, 671, 672, 673, 674, 675, + 676, 677, 678, 679, 680, 681, 682, 683, + 684, 685, 686, 687, 688, 689, 690, 691, + 692, 693, 694, 695, 696, 697, 698, 75, + 699, 700, 701, 702, 703, 214, 704, 705, + 706, 707, 708, 709, 710, 711, 712, 713, + 714, 715, 716, 717, 718, 719, 720, 721, + 722, 723, 724, 725, 726, 727, 728, 729, + 730, 731, 732, 733, 734, 735, 736, 737, + 738, 739, 740, 741, 742, 743, 744, 745, + 746, 747, 748, 749, 750, 751, 752, 753, + 754, 755, 756, 757, 758, 759, 760, 761, + 762, 763, 764, 765, 766, 767, 768, 769, + 770, 771, 772, 773, 774, 775, 776, 777, + 778, 779, 780, 781, 782, 783, 784, 785, + 786, 787, 788, 789, 790, 791, 792, 793, + 794, 795, 796, 797, 798, 799, 800, 801, + 802, 803, 804, 805, 806, 807, 808, 809, + 810, 811, 812, 813, 814, 815, 816, 817, + 818, 819, 820, 821, 822, 823, 824, 825, + 826, 827, 828, 829, 830, 831, 832, 833, + 834, 835, 836, 837, 539, 539, 539, 539, + 539, 838, 838, 839, 840, 841, 842, 843, + 844, 845, 846, 847, 848, 849, 850, 851, + 852, 853, 854, 855, 856, 857, 858, 859, + 860, 861, 862, 863, 864, 865, 866, 867, + 868, 869, 870, 871, 872, 873, 874, 875, + 876, 877, 878, 879, 880, 881, 882, 883, + 884, 885, 886, 887, 888, 889, 890, 891, + 892, 893, 894, 895, 896, 897, 898, 899, + 900, 901, 902, 903, 904, 905, 906, 907, + 908, 909, 910, 911, 912, 913, 914, 915, + 916, 917, 918, 919, 920, 921, 922, 923, + 924, 925, 926, 927, 928, 929, 930, 931, + 932, 933, 934, 935, 936, 937, 938, 939, + 940, 941, 942, 943, 944, 945, 946, 947, + 948, 949, 950, 951, 952, 953, 954, 955, + 956, 957, 958, 959, 960, 961, 962, 963, + 964, 965, 966, 967, 968, 969, 970, 971, + 972, 973, 974, 975, 976, 977, 978, 979, + 980, 981, 982, 983, 984, 985, 986, 987, + 988, 989, 990, 991, 992, 993, 994, 995, + 996, 997, 998, 999, 1000, 1001, 1002, 1003, + 1004, 0, 1005, 1006, 1007, 1008, 1009, 1010, + 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, + 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, + 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, + 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, + 0, 0, 522, 1043, 1043, 1043, 1043, 1043, + 1043, 0, 1044, 1045, 1046, 1047, 1048, 1049, + 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, + 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, + 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, + 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, + 1082, 0, 1043, 1083, 0, 0, 1084, 1084, + 11, 0, 552, 539, 539, 539, 539, 552, + 539, 539, 539, 1085, 552, 539, 539, 539, + 539, 539, 539, 552, 552, 552, 552, 552, + 552, 539, 539, 552, 539, 539, 1085, 1086, + 539, 1087, 1088, 1089, 1090, 1091, 1092, 1093, + 1094, 1095, 1096, 1096, 1097, 1098, 1099, 1100, + 1101, 1102, 1103, 1104, 1102, 539, 552, 1102, + 1095, 0, 0, 0, 0, 0, 0, 0, + 0, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 0, 0, 0, 0, + 0, 1105, 1105, 1105, 1102, 1102, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1106, 1107, 1107, 1107, 1106, 1106, 1108, + 1108, 1109, 10, 10, 1110, 15, 1111, 1084, + 1084, 539, 539, 539, 539, 539, 539, 539, + 539, 1112, 1113, 1114, 1111, 1115, 0, 1116, + 1111, 1117, 1117, 1118, 1119, 1120, 1121, 1122, + 1123, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1124, 1117, 1117, 1117, 1117, 1117, 1117, + 1125, 1126, 1117, 1127, 1128, 1129, 1130, 1112, + 1113, 1114, 1131, 1132, 1133, 1134, 1135, 552, + 539, 539, 539, 539, 539, 552, 539, 539, + 552, 1136, 1136, 1136, 1136, 1136, 1136, 1136, + 1136, 1136, 1136, 10, 1137, 1137, 1111, 1117, + 1117, 1138, 1117, 1117, 1117, 1117, 1139, 1140, + 1141, 1142, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1125, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1143, 1144, 1145, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1146, 1147, 1111, 1148, 539, + 539, 539, 539, 539, 539, 539, 1107, 1084, + 539, 539, 539, 539, 552, 539, 1124, 1124, + 539, 539, 1084, 552, 539, 539, 552, 1117, + 1117, 17, 17, 17, 17, 17, 17, 17, + 17, 17, 17, 1117, 1117, 1117, 1149, 1149, + 1125, 1116, 1116, 1116, 1116, 1116, 1116, 1116, + 1116, 1116, 1116, 1116, 1116, 1116, 1116, 0, + 1150, 1125, 1151, 1125, 1125, 1125, 1125, 1125, + 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1125, + 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1125, + 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1125, + 1125, 539, 552, 539, 539, 552, 539, 539, + 552, 552, 552, 539, 552, 552, 539, 552, + 539, 539, 539, 552, 539, 552, 539, 552, + 539, 552, 539, 539, 0, 0, 1125, 1125, + 1125, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1125, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1125, 1125, + 1125, 1117, 1117, 1117, 1117, 1117, 1117, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1117, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1153, 1153, 1153, 1153, 1153, 1153, 1153, + 1153, 1153, 1153, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 539, 539, 539, 539, + 539, 539, 539, 552, 539, 1154, 1154, 77, + 9, 9, 9, 1154, 0, 0, 0, 0, + 0, 1155, 1155, 1155, 1155, 1155, 1155, 1155, + 1155, 1155, 1155, 1155, 1155, 1155, 1155, 1155, + 1155, 1155, 1155, 1155, 1155, 1155, 1155, 539, + 539, 539, 539, 1156, 539, 539, 539, 539, + 539, 539, 539, 539, 539, 1156, 539, 539, + 539, 1156, 539, 539, 539, 539, 539, 0, + 0, 1157, 1157, 1157, 1157, 1157, 1157, 1157, + 1157, 1157, 1157, 1157, 1157, 1157, 1157, 1157, + 0, 1155, 1155, 1155, 1155, 1155, 1155, 1155, + 1155, 1155, 1155, 1155, 1155, 1155, 1155, 1155, + 1155, 1155, 1155, 1155, 1155, 1155, 1155, 1155, + 1155, 1155, 552, 552, 552, 0, 0, 1157, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 1117, 1117, + 1117, 1117, 1117, 1117, 1117, 1117, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 552, 539, 539, 552, + 539, 539, 552, 539, 539, 539, 552, 552, + 552, 1128, 1129, 1130, 539, 539, 539, 552, + 539, 539, 552, 552, 539, 539, 539, 539, + 539, 1152, 1152, 1152, 1158, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1160, 1161, 1159, 1159, 1159, 1159, 1159, + 1159, 1162, 1163, 1159, 1164, 1165, 1159, 1159, + 1159, 1159, 1159, 1152, 1158, 1166, 1159, 1158, + 1158, 1158, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1158, 1158, 1158, 1158, 1167, 1158, + 1158, 1159, 539, 552, 539, 539, 1152, 1152, + 1152, 1168, 1169, 1170, 1171, 1172, 1173, 1174, + 1175, 1159, 1159, 1152, 1152, 1176, 1176, 1177, + 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1176, 1178, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1152, 1158, 1158, 0, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 0, 0, + 1159, 1159, 0, 0, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 0, 0, 0, 1159, + 1159, 1159, 1159, 0, 0, 1179, 1159, 1180, + 1158, 1158, 1152, 1152, 1152, 1152, 0, 0, + 1181, 1158, 0, 0, 1182, 1183, 1167, 1159, + 0, 0, 0, 0, 0, 0, 0, 0, + 1184, 0, 0, 0, 0, 1185, 1186, 0, + 1187, 1159, 1159, 1152, 1152, 0, 0, 1177, + 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1159, 1159, 1188, 1188, 1189, 1189, 1189, + 1189, 1189, 1189, 1190, 1188, 0, 0, 0, + 0, 0, 1152, 1152, 1158, 0, 1159, 1159, + 1159, 1159, 1159, 1159, 0, 0, 0, 0, + 1159, 1159, 0, 0, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 1191, 0, 1159, 1192, + 0, 1159, 1159, 0, 0, 1179, 0, 1158, + 1158, 1158, 1152, 1152, 0, 0, 0, 0, + 1152, 1152, 0, 0, 1152, 1152, 1167, 0, + 0, 0, 1152, 0, 0, 0, 0, 0, + 0, 0, 1193, 1194, 1195, 1159, 0, 1196, + 0, 0, 0, 0, 0, 0, 0, 1177, + 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1152, 1152, 1159, 1159, 1159, 1152, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1152, 1152, 1158, 0, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 0, + 1159, 1159, 1159, 0, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 1159, 0, 1159, 1159, + 1159, 1159, 1159, 0, 0, 1179, 1159, 1158, + 1158, 1158, 1152, 1152, 1152, 1152, 1152, 0, + 1152, 1152, 1158, 0, 1158, 1158, 1167, 0, + 0, 1159, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1152, 1152, 0, 0, 1177, + 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1176, 1188, 0, 0, 0, 0, 0, + 0, 0, 1159, 0, 0, 0, 0, 0, + 0, 0, 1152, 1158, 1158, 0, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 0, 0, + 1159, 1159, 0, 0, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 1159, 0, 1159, 1159, + 1159, 1159, 1159, 0, 0, 1179, 1159, 1197, + 1152, 1158, 1152, 1152, 1152, 1152, 0, 0, + 1198, 1199, 0, 0, 1200, 1201, 1167, 0, + 0, 0, 0, 0, 0, 0, 0, 1202, + 1203, 0, 0, 0, 0, 1204, 1205, 0, + 1159, 1159, 1159, 1152, 1152, 0, 0, 1177, + 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1190, 1159, 1189, 1189, 1189, 1189, 1189, + 1189, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 1152, 1159, 0, 1159, 1159, + 1159, 1159, 1159, 1159, 0, 0, 0, 1159, + 1159, 1159, 0, 1206, 1159, 1207, 1159, 0, + 0, 0, 1159, 1159, 0, 1159, 0, 1159, + 1159, 0, 0, 0, 1159, 1159, 0, 0, + 0, 1159, 1159, 1159, 0, 0, 0, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 0, 0, 0, 0, 1208, + 1158, 1152, 1158, 1158, 0, 0, 0, 1209, + 1210, 1158, 0, 1211, 1212, 1213, 1167, 0, + 0, 1159, 0, 0, 0, 0, 0, 0, + 1214, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1177, + 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1189, 1189, 1189, 1084, 1084, 1084, 1084, + 1084, 1084, 1188, 1084, 0, 0, 0, 0, + 0, 1152, 1158, 1158, 1158, 0, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 0, 1159, + 1159, 1159, 0, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 0, 0, 0, 1159, 1152, + 1152, 1152, 1158, 1158, 1158, 1158, 0, 1215, + 1152, 1216, 0, 1152, 1152, 1152, 1167, 0, + 0, 0, 0, 0, 0, 0, 1217, 1218, + 0, 1159, 1159, 1159, 0, 0, 0, 0, + 0, 1159, 1159, 1152, 1152, 0, 0, 1177, + 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 0, 0, 0, 0, 0, 0, 0, + 0, 1219, 1219, 1219, 1219, 1219, 1219, 1219, + 1190, 0, 1152, 1158, 1158, 0, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 0, 1159, + 1159, 1159, 0, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 0, 1159, 1159, + 1159, 1159, 1159, 0, 0, 1179, 1159, 1158, + 1220, 1221, 1158, 1222, 1158, 1158, 0, 1223, + 1224, 1225, 0, 1226, 1227, 1152, 1167, 0, + 0, 0, 0, 0, 0, 0, 1228, 1229, + 0, 0, 0, 0, 0, 0, 0, 1159, + 0, 1159, 1159, 1152, 1152, 0, 0, 1177, + 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 0, 1159, 1159, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1152, 1158, 1158, 0, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 0, 1159, + 1159, 1159, 0, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 0, 0, 1159, 1230, + 1158, 1158, 1152, 1152, 1152, 1152, 0, 1231, + 1232, 1158, 0, 1233, 1234, 1235, 1167, 1159, + 0, 0, 0, 0, 0, 0, 0, 0, + 1236, 0, 0, 0, 0, 0, 0, 0, + 1159, 1159, 1159, 1152, 1152, 0, 0, 1177, + 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1189, 1189, 1189, 1189, 1189, 1189, 0, + 0, 0, 1190, 1159, 1159, 1159, 1159, 1159, + 1159, 0, 0, 1158, 1158, 0, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 0, 0, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 0, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 0, 1159, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 0, 0, 1237, 0, 0, 0, 0, + 1238, 1158, 1158, 1152, 1152, 1152, 0, 1152, + 0, 1158, 1239, 1240, 1158, 1241, 1242, 1243, + 1244, 0, 0, 0, 0, 0, 0, 1177, + 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 0, 0, 1158, 1158, 1176, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 1152, 340, 1245, 1152, 1152, 1152, + 1152, 1246, 1246, 1167, 0, 0, 0, 0, + 11, 340, 340, 340, 340, 340, 340, 522, + 1152, 1247, 1247, 1247, 1247, 1152, 1152, 1152, + 1043, 1248, 1248, 1248, 1248, 1248, 1248, 1248, + 1248, 1248, 1248, 1043, 1043, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 340, 340, 0, 340, 0, 0, + 340, 340, 0, 340, 0, 0, 340, 0, + 0, 0, 0, 0, 0, 340, 340, 340, + 340, 0, 340, 340, 340, 340, 340, 340, + 340, 0, 340, 340, 340, 0, 340, 0, + 340, 0, 0, 340, 340, 0, 340, 340, + 340, 340, 1152, 340, 1249, 1152, 1152, 1152, + 1152, 1250, 1250, 0, 1152, 1152, 340, 0, + 0, 340, 340, 340, 340, 340, 0, 522, + 0, 1251, 1251, 1251, 1251, 1152, 1152, 0, + 0, 1248, 1248, 1248, 1248, 1248, 1248, 1248, + 1248, 1248, 1248, 0, 0, 1252, 1253, 340, + 340, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1190, 1190, 1190, 1176, 1176, 1176, + 1176, 1176, 1176, 1176, 1176, 1254, 1176, 1176, + 1176, 1176, 1176, 1176, 1190, 1176, 1190, 1190, + 1190, 552, 552, 1190, 1190, 1190, 1190, 1190, + 1190, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 1189, 1189, 1189, 1189, 1189, + 1189, 1189, 1189, 1189, 1189, 1190, 552, 1190, + 552, 1190, 1255, 1256, 1257, 1256, 1257, 1158, + 1158, 1159, 1159, 1159, 1258, 1159, 1159, 1159, + 1159, 0, 1159, 1159, 1159, 1159, 1259, 1159, + 1159, 1159, 1159, 1260, 1159, 1159, 1159, 1159, + 1261, 1159, 1159, 1159, 1159, 1262, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1263, 1159, 1159, 1159, 0, 0, + 0, 0, 1264, 1265, 1266, 1267, 1268, 1269, + 1270, 1271, 1272, 1265, 1265, 1265, 1265, 1152, + 1158, 1265, 1273, 539, 539, 1167, 1176, 539, + 539, 1159, 1159, 1159, 1159, 1159, 1152, 1152, + 1152, 1152, 1152, 1152, 1274, 1152, 1152, 1152, + 1152, 0, 1152, 1152, 1152, 1152, 1275, 1152, + 1152, 1152, 1152, 1276, 1152, 1152, 1152, 1152, + 1277, 1152, 1152, 1152, 1152, 1278, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1279, 1152, 1152, 1152, 0, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 552, + 1190, 1190, 1190, 1190, 1190, 1190, 0, 1190, + 1190, 1176, 1176, 1176, 1176, 1176, 1190, 1190, + 1190, 1190, 1176, 1176, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 340, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 340, 1159, 1159, 1159, 1159, 1280, 1281, + 1159, 1159, 1159, 1159, 1282, 1282, 1152, 1283, + 1152, 1152, 1158, 1152, 1152, 1152, 1152, 1152, + 1179, 1282, 1167, 1167, 1158, 1158, 1152, 1152, + 1159, 1177, 1177, 1248, 1248, 1177, 1177, 1177, + 1177, 1177, 1177, 1043, 1043, 1043, 1176, 1176, + 1176, 1159, 1159, 1159, 1159, 340, 1159, 1158, + 1158, 1152, 1152, 1159, 1159, 1159, 1159, 1152, + 1152, 1152, 1159, 1282, 1282, 1282, 1159, 1159, + 1282, 1282, 1282, 1282, 1282, 1282, 1282, 1159, + 1159, 1159, 1152, 1152, 1152, 1152, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1152, 1282, 1158, 1152, 1152, + 1282, 1282, 1282, 1282, 1282, 1282, 552, 1159, + 1282, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 1282, 1282, 1282, 1152, 1190, + 1190, 1284, 1285, 1286, 1287, 1288, 1289, 1290, + 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, + 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, + 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, + 1315, 1316, 1317, 1318, 1319, 1320, 1321, 0, + 1322, 0, 0, 0, 0, 0, 1323, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 1043, 1324, 340, 340, + 340, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1326, 1327, 1328, 1328, 1328, 1328, 1328, 1328, + 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, + 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, + 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, + 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, + 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, + 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, + 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, + 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, + 1328, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 1159, 1159, 1159, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 1159, 0, 1159, 1159, 1159, 1159, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 1159, 1159, 1159, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 1159, 1159, 1159, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 1159, 0, 1159, 1159, 1159, 1159, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 0, 1159, 1159, 1159, 1159, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 340, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 0, 0, 539, 539, + 539, 1176, 1043, 1176, 1176, 1176, 1176, 1176, + 1176, 1176, 1189, 1189, 1189, 1189, 1189, 1189, + 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, + 1189, 1189, 1189, 1189, 1189, 1189, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 77, 77, 77, 77, 77, 1084, 77, + 1084, 1084, 77, 0, 0, 0, 0, 0, + 0, 1330, 1331, 1332, 1333, 1334, 1335, 1336, + 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, + 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, + 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, + 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, + 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, + 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, + 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, + 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, + 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, + 1409, 1410, 1411, 1412, 1413, 1414, 1415, 0, + 0, 1416, 1417, 1418, 1419, 1420, 1421, 0, + 0, 1083, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 1159, 1159, 1159, + 1159, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 1159, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 340, 1159, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 340, 340, 340, + 340, 1159, 1159, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 1159, 1159, 340, + 340, 340, 340, 1159, 1159, 1159, 1159, 1159, + 1159, 340, 340, 1159, 1159, 1159, 1159, 340, + 340, 340, 340, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 340, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1043, 1043, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 1422, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1256, 1257, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 1159, 340, 1159, 340, 340, 340, 340, + 340, 340, 340, 340, 1043, 1043, 1043, 1423, + 1423, 1423, 340, 340, 340, 340, 340, 340, + 340, 340, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 0, 1159, + 1159, 1159, 1159, 1152, 1152, 1167, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1152, 1152, 1167, 1176, 1176, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1152, 1152, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 340, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 0, 1159, + 1159, 1159, 0, 1152, 1152, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 573, 573, 1158, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1158, + 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1152, + 1158, 1158, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1167, 1152, 1176, 1176, 1043, + 1178, 1176, 1176, 1176, 1188, 340, 539, 0, + 0, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 0, 0, 0, 0, 0, + 0, 1424, 1424, 1424, 1424, 1424, 1424, 1424, + 1424, 1424, 1424, 0, 0, 0, 0, 0, + 0, 1425, 1425, 1425, 1425, 1425, 1425, 1426, + 1425, 1425, 1425, 1425, 573, 573, 573, 81, + 0, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1178, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1086, 1159, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 1159, 340, 340, 340, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 1152, 1152, 1152, 1158, 1158, 1158, 1158, + 1152, 1152, 1158, 1158, 1158, 0, 0, 0, + 0, 1158, 1158, 1152, 1158, 1158, 1158, 1158, + 1158, 1158, 1085, 539, 552, 0, 0, 0, + 0, 1084, 0, 0, 0, 1425, 1425, 1177, + 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 0, + 0, 340, 340, 340, 340, 340, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 0, 0, 0, 0, 0, + 0, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 1189, 0, 0, 0, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 539, 552, 1158, 1158, 1152, 0, 0, 1176, + 1176, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1158, 1152, + 1158, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 0, 1167, 1282, 1152, 1282, 1282, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1158, 1158, + 1158, 1158, 1158, 1158, 1152, 1152, 539, 539, + 539, 539, 539, 539, 539, 539, 0, 0, + 552, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 0, 0, 0, 0, 0, + 0, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 0, 0, 0, 0, 0, + 0, 1176, 1176, 1176, 1176, 1176, 1176, 1176, + 1178, 1176, 1176, 1176, 1176, 1176, 1176, 0, + 0, 539, 539, 539, 539, 539, 552, 552, + 552, 552, 552, 552, 539, 539, 552, 838, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1152, 1152, 1152, 1152, 1158, 1427, 1428, + 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, + 1159, 1159, 1437, 1438, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1179, 1439, 1152, + 1152, 1152, 1152, 1440, 1441, 1442, 1443, 1444, + 1445, 1446, 1447, 1448, 1449, 1450, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 0, 0, 0, + 0, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 1176, 1176, 1176, 1176, 1176, + 1176, 1176, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 539, 552, 539, 539, + 539, 539, 539, 539, 539, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 0, 0, + 0, 1152, 1152, 1158, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1158, 1152, 1152, 1152, 1152, 1158, + 1158, 1152, 1152, 1450, 1167, 1152, 1152, 1159, + 1159, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1179, + 1158, 1152, 1152, 1158, 1158, 1158, 1152, 1158, + 1152, 1152, 1152, 1450, 1450, 0, 0, 0, + 0, 0, 0, 0, 0, 1176, 1176, 1176, + 1176, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1158, 1158, 1158, + 1158, 1158, 1158, 1158, 1158, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1158, 1158, 1152, + 1179, 0, 0, 0, 1176, 1176, 1176, 1176, + 1176, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 0, 0, 0, 1159, 1159, + 1159, 1248, 1248, 1248, 1248, 1248, 1248, 1248, + 1248, 1248, 1248, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 522, 522, 522, 522, 522, 522, 1043, + 1043, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1176, 1176, 1176, 1176, 1176, 1176, 1176, + 1176, 0, 0, 0, 0, 0, 0, 0, + 0, 539, 539, 539, 1176, 565, 552, 552, + 552, 552, 552, 539, 539, 552, 552, 552, + 552, 539, 1158, 565, 565, 565, 565, 565, + 565, 565, 1159, 1159, 1159, 1159, 552, 1159, + 1159, 1159, 1159, 1158, 1158, 539, 1159, 1159, + 0, 539, 539, 0, 0, 0, 0, 0, + 0, 214, 214, 214, 214, 214, 214, 214, + 214, 214, 214, 214, 214, 214, 214, 214, + 214, 214, 214, 214, 214, 214, 214, 214, + 214, 214, 214, 214, 214, 214, 214, 214, + 214, 214, 214, 214, 214, 214, 214, 214, + 214, 214, 214, 214, 214, 1451, 1452, 1453, + 522, 1454, 1455, 1456, 1457, 1458, 1459, 1460, + 1461, 1462, 1463, 1464, 522, 1465, 1466, 1467, + 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, + 1476, 1477, 1478, 1479, 1480, 1481, 1482, 522, + 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, + 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, + 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, + 1507, 1508, 1509, 1510, 214, 214, 214, 214, + 214, 214, 214, 214, 214, 214, 214, 214, + 214, 1511, 1512, 1513, 214, 214, 1514, 214, + 214, 214, 214, 214, 214, 214, 214, 214, + 214, 214, 214, 214, 214, 214, 214, 214, + 214, 214, 214, 214, 214, 214, 1513, 214, + 214, 214, 214, 214, 1515, 1516, 1517, 1518, + 1481, 1519, 1520, 1521, 1522, 1523, 1524, 1525, + 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, + 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, + 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, + 1550, 539, 539, 552, 539, 539, 539, 539, + 539, 539, 539, 552, 539, 539, 575, 1551, + 552, 554, 539, 539, 539, 539, 539, 539, + 539, 539, 539, 539, 539, 539, 539, 539, + 539, 539, 539, 539, 539, 539, 539, 539, + 539, 539, 539, 539, 539, 539, 539, 539, + 539, 539, 539, 539, 539, 539, 539, 0, + 0, 0, 0, 0, 0, 574, 552, 539, + 552, 1552, 1553, 1554, 1555, 1556, 1557, 1558, + 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, + 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, + 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, + 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, + 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, + 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, + 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, + 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, + 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, + 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, + 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, + 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, + 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, + 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, + 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, + 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, + 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, + 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, + 1703, 1704, 1705, 1706, 1707, 214, 214, 1708, + 214, 1709, 1710, 1711, 1712, 1713, 1714, 1715, + 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, + 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, + 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, + 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, + 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, + 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, + 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, + 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, + 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, + 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, + 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, + 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, + 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, + 1820, 1821, 1822, 1823, 1824, 1825, 1826, 0, + 0, 1827, 1828, 1829, 1830, 1831, 1832, 0, + 0, 1833, 1834, 1835, 1836, 1837, 1838, 1839, + 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, + 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, + 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, + 1864, 1865, 1866, 1867, 1868, 1869, 1870, 0, + 0, 1871, 1872, 1873, 1874, 1875, 1876, 0, + 0, 1877, 1878, 1879, 1880, 1881, 1882, 1883, + 1884, 0, 1885, 0, 1886, 0, 1887, 0, + 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, + 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, + 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, + 1912, 1913, 1914, 1915, 1916, 1917, 1918, 0, + 0, 1919, 1920, 1921, 1922, 1923, 1924, 1925, + 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, + 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, + 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, + 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, + 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, + 1966, 1967, 1968, 1969, 1970, 1971, 0, 1972, + 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, + 1981, 1982, 1983, 1984, 1985, 1986, 0, 1987, + 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2000, 0, 0, 2001, + 2002, 2003, 2004, 2005, 2006, 0, 2007, 2008, + 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, + 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, + 2025, 0, 0, 2026, 2027, 2028, 0, 2029, + 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, + 0, 2038, 2039, 2040, 2041, 2040, 2040, 2040, + 2042, 2040, 2040, 2040, 81, 2043, 2043, 2044, + 2045, 1083, 2046, 1083, 1083, 1083, 1083, 9, + 2047, 2048, 2049, 2050, 2048, 2048, 2049, 2050, + 2048, 9, 9, 9, 9, 2051, 2052, 2053, + 9, 2054, 2055, 2056, 2057, 2058, 2059, 2060, + 76, 10, 10, 10, 2061, 2062, 9, 2063, + 2064, 9, 80, 92, 9, 2065, 9, 2066, + 48, 48, 9, 9, 9, 2067, 12, 13, + 2068, 2069, 2070, 9, 9, 9, 9, 9, + 9, 9, 9, 75, 9, 48, 9, 9, + 2071, 9, 9, 9, 9, 9, 9, 9, + 2040, 81, 81, 81, 81, 81, 0, 2072, + 2073, 2074, 2075, 81, 81, 81, 81, 81, + 81, 2076, 2077, 0, 0, 2078, 2079, 2080, + 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, + 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, + 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, + 0, 2105, 2106, 2107, 2108, 2109, 2110, 2111, + 2112, 2113, 2114, 2115, 2116, 2117, 0, 0, + 0, 11, 11, 11, 11, 11, 11, 11, + 11, 2118, 11, 11, 11, 11, 11, 11, + 11, 11, 11, 11, 11, 11, 11, 11, + 11, 11, 1188, 11, 11, 11, 11, 11, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 539, 539, 565, 565, 539, 539, 539, + 539, 565, 565, 565, 539, 539, 838, 838, + 838, 838, 539, 838, 838, 838, 565, 565, + 539, 552, 539, 565, 565, 552, 552, 552, + 552, 539, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 2119, 2120, 2121, 2122, 77, 2123, 2124, + 2125, 77, 2126, 2127, 2128, 2128, 2128, 2129, + 2130, 2131, 2131, 2132, 2133, 77, 2134, 2135, + 77, 75, 2136, 2137, 2138, 2138, 2138, 77, + 77, 2139, 2140, 2141, 77, 2142, 77, 2143, + 77, 2142, 77, 2144, 2145, 2146, 2121, 83, + 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, + 2155, 2156, 2157, 1084, 2158, 2159, 2160, 2161, + 2162, 2163, 75, 75, 75, 75, 2164, 2165, + 2147, 2157, 2166, 77, 75, 1084, 77, 2167, + 1190, 2168, 2169, 2170, 2171, 2172, 2173, 2174, + 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, + 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, + 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, + 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, + 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, + 2215, 1423, 1423, 2216, 2217, 2218, 1423, 1423, + 1423, 2216, 2219, 77, 77, 0, 0, 0, + 0, 2220, 75, 2221, 75, 2222, 77, 77, + 77, 77, 77, 2223, 2224, 77, 77, 77, + 77, 75, 77, 77, 75, 77, 77, 75, + 77, 77, 77, 77, 77, 77, 77, 2225, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 2226, 2227, + 2228, 2229, 77, 2230, 77, 2231, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 1108, 75, 75, + 75, 75, 1108, 1108, 1108, 1108, 75, 75, + 1108, 75, 2232, 2232, 2233, 2234, 75, 75, + 75, 2235, 2236, 2232, 2237, 2238, 2232, 75, + 75, 75, 2232, 14, 84, 75, 2232, 2232, + 75, 75, 75, 2232, 2232, 2232, 2232, 75, + 2232, 2232, 2232, 2232, 2239, 2240, 2241, 2242, + 75, 75, 75, 75, 2232, 2243, 2244, 2232, + 2245, 2246, 2232, 2232, 2232, 75, 75, 75, + 75, 75, 2232, 75, 2232, 2247, 2232, 2232, + 2232, 2232, 2248, 2232, 2249, 2250, 2251, 2232, + 2252, 2253, 2254, 2232, 2232, 2232, 2255, 75, + 75, 75, 75, 2232, 2232, 2232, 2232, 75, + 75, 75, 75, 75, 75, 75, 75, 75, + 2232, 2256, 2257, 2258, 75, 2259, 2260, 2232, + 2232, 2232, 2232, 2232, 2232, 75, 2261, 2262, + 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, + 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2232, + 2232, 2278, 2279, 2280, 2281, 2282, 2283, 2284, + 2285, 2286, 2287, 2232, 2232, 2232, 75, 75, + 2232, 2232, 2288, 2289, 75, 75, 75, 75, + 75, 2232, 75, 75, 75, 75, 75, 75, + 75, 75, 75, 2290, 2232, 75, 75, 2232, + 2232, 2291, 2292, 2232, 2293, 2294, 2295, 2296, + 2297, 2232, 2232, 2298, 2299, 2300, 2301, 2232, + 2232, 2232, 75, 75, 75, 75, 75, 2232, + 2232, 75, 75, 75, 75, 75, 75, 75, + 75, 75, 2232, 2232, 2232, 2232, 2232, 75, + 75, 2232, 2232, 75, 75, 75, 75, 2232, + 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, + 2232, 2302, 2303, 2304, 2305, 2232, 2232, 2232, + 2232, 2232, 2232, 2306, 2307, 2308, 2309, 75, + 75, 2232, 2232, 2310, 2310, 2232, 2310, 2310, + 2232, 2232, 2310, 2310, 2310, 2232, 2310, 2232, + 2310, 77, 77, 77, 77, 77, 77, 77, + 77, 12, 13, 12, 13, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 2232, 2232, 77, 77, 77, 77, 77, + 77, 77, 2311, 2312, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 1084, 1108, 1084, 1084, + 77, 77, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 837, 77, + 1084, 1084, 1084, 1084, 75, 75, 75, 75, + 75, 75, 75, 75, 75, 75, 75, 75, + 75, 75, 75, 75, 75, 75, 75, 75, + 75, 75, 75, 1108, 1108, 1084, 1084, 1084, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 77, 77, 1084, 1084, + 77, 77, 77, 77, 77, 1084, 1084, 1084, + 1084, 1084, 1084, 77, 1084, 1108, 1108, 1108, + 1108, 1108, 1108, 1084, 1084, 1084, 1084, 1084, + 1084, 77, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 77, 77, 77, 77, 77, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 2313, 2314, 2315, 2316, 2317, 2318, 2319, + 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, + 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, + 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, + 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, + 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, + 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, + 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, + 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, + 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, + 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, + 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, + 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, + 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, + 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, + 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, + 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, + 2448, 2449, 2450, 2451, 1219, 1219, 1219, 1219, + 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1219, + 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1219, + 1219, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 75, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 75, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 75, 75, 75, 75, 75, 75, 75, + 75, 77, 77, 77, 1084, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 1084, 1084, + 1084, 1084, 1084, 77, 77, 77, 77, 77, + 77, 77, 77, 1084, 1084, 1084, 77, 77, + 77, 77, 77, 77, 1084, 1084, 77, 77, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 75, 77, 77, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 77, 77, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 77, 1084, 1084, 1084, 1084, 1084, + 1084, 77, 1084, 77, 77, 837, 1084, 1084, + 1084, 1084, 1084, 77, 77, 77, 77, 1084, + 77, 77, 77, 77, 77, 77, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 77, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 12, 13, 12, 13, 12, 13, 12, + 13, 12, 13, 12, 13, 12, 13, 1219, + 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1219, + 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1219, + 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1219, + 1219, 1219, 1219, 1219, 1219, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 77, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 2232, 1108, 75, 2310, 2310, 12, 13, + 75, 2310, 2310, 75, 2310, 2310, 2310, 1108, + 1108, 1108, 75, 1108, 2232, 2232, 2310, 2310, + 1108, 1108, 1108, 1108, 1108, 2310, 2310, 2310, + 1108, 75, 1108, 2310, 2310, 2310, 2310, 12, + 13, 12, 13, 12, 13, 12, 13, 12, + 13, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 75, 75, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 1108, 75, 75, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 75, 75, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 75, 1108, 1108, 75, 75, 1108, + 75, 1108, 75, 1108, 1108, 75, 75, 1108, + 1108, 75, 75, 1108, 1108, 75, 75, 1108, + 1108, 75, 75, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 75, 75, 1108, + 1108, 75, 1108, 75, 12, 13, 12, 13, + 12, 13, 12, 13, 12, 13, 12, 13, + 12, 13, 12, 13, 1256, 1257, 1256, 1257, + 12, 13, 75, 1108, 2310, 2310, 2310, 2310, + 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2232, + 2232, 2310, 2310, 2310, 2310, 2310, 2310, 2310, + 2310, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 2310, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 2310, 2310, 2310, 2310, 2310, 2310, 1108, + 1108, 1108, 2310, 1108, 1108, 1108, 1108, 2310, + 2310, 2310, 2232, 2232, 75, 2232, 2232, 75, + 75, 12, 13, 1256, 1257, 2310, 1108, 1108, + 1108, 1108, 2310, 1108, 2310, 2310, 2310, 1108, + 1108, 2310, 2310, 1108, 75, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 2310, 2232, 2232, + 2232, 2232, 2232, 75, 75, 12, 13, 1108, + 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 1108, 2310, 2310, 2452, 2310, 2310, + 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2310, + 2310, 2310, 2310, 2310, 2310, 2310, 1108, 2232, + 2232, 2310, 2232, 75, 75, 2232, 75, 2232, + 1108, 75, 2232, 75, 2232, 2232, 2310, 2310, + 75, 75, 75, 75, 1108, 2310, 2310, 1108, + 1108, 1108, 1108, 1108, 1108, 2232, 2232, 2232, + 1108, 1108, 1108, 1108, 1108, 1108, 1108, 75, + 75, 75, 75, 75, 75, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 2310, 2310, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 2310, 2310, 75, + 75, 1108, 1108, 2232, 2232, 2232, 2232, 1108, + 2232, 2232, 75, 75, 2232, 2453, 2454, 2455, + 75, 1108, 2310, 2310, 2310, 2310, 2310, 2310, + 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2310, + 2310, 2310, 2310, 2310, 2232, 2232, 2310, 2310, + 2232, 2232, 2232, 2232, 2232, 2232, 2310, 2310, + 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2310, + 2310, 2310, 2310, 2310, 2310, 1108, 1108, 2310, + 2310, 2310, 2310, 2310, 2310, 2310, 2310, 1108, + 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2310, + 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2310, + 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, + 2310, 2310, 2232, 2232, 2232, 2232, 2310, 2310, + 2310, 2310, 2310, 2310, 2232, 2232, 2232, 2232, + 1108, 1108, 1108, 1108, 1108, 2456, 2457, 2232, + 1108, 1108, 1108, 2310, 2310, 2310, 2310, 2310, + 1108, 1108, 1108, 1108, 1108, 2310, 2310, 2232, + 75, 75, 75, 75, 2310, 1108, 1108, 75, + 2310, 2310, 2310, 2310, 2310, 1108, 2310, 75, + 75, 1084, 1084, 1084, 1084, 1084, 1084, 77, + 77, 1084, 1084, 1084, 1084, 1084, 77, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 77, 77, + 1084, 1084, 1084, 1084, 1084, 1084, 77, 77, + 77, 77, 77, 77, 77, 1084, 1084, 77, + 77, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 1108, 1108, 1108, + 1108, 1108, 1108, 1108, 1108, 1108, 1084, 1084, + 1108, 1108, 1108, 1108, 1108, 1108, 1084, 77, + 77, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 0, 0, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 0, 0, 0, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 0, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 1084, 1084, 1084, + 1084, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 2458, 2459, 2460, 2461, 2462, 2463, 2464, + 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, + 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, + 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, + 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, + 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, + 0, 2505, 2506, 2507, 2508, 2509, 2510, 2511, + 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, + 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, + 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, + 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, + 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, + 0, 2552, 2553, 2554, 2555, 2556, 2557, 2558, + 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, + 2567, 2568, 214, 2569, 2570, 214, 2571, 2572, + 214, 214, 214, 214, 214, 2573, 2574, 2575, + 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, + 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, + 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, + 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, + 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, + 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, + 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, + 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, + 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, + 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, + 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, + 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, + 2672, 2673, 2674, 2675, 2676, 214, 77, 77, + 1084, 77, 77, 1084, 2677, 2678, 2679, 2680, + 539, 539, 539, 2681, 2682, 0, 0, 0, + 0, 0, 9, 9, 9, 9, 1424, 9, + 9, 2683, 2684, 2685, 2686, 2687, 2688, 2689, + 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, + 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, + 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, + 2714, 2715, 2716, 2717, 2718, 2719, 2720, 0, + 2721, 0, 0, 0, 0, 0, 2722, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 1159, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 0, 0, 0, 0, 0, 0, 0, + 2723, 1043, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 1167, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 539, 539, 539, 539, 539, 539, 539, + 539, 539, 539, 539, 539, 539, 539, 539, + 539, 539, 539, 539, 539, 539, 539, 539, + 539, 539, 539, 539, 539, 539, 539, 539, + 539, 9, 9, 80, 92, 80, 92, 9, + 9, 9, 80, 92, 9, 80, 92, 1425, + 1425, 1425, 1425, 9, 1425, 1425, 1425, 9, + 1083, 9, 9, 1083, 9, 80, 92, 9, + 9, 80, 92, 12, 13, 12, 13, 12, + 13, 12, 13, 9, 9, 9, 9, 9, + 521, 9, 9, 9, 9, 9, 9, 9, + 9, 9, 9, 1083, 1083, 9, 9, 9, + 9, 1083, 9, 2050, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 0, 1084, 1084, 1084, 1084, + 2724, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 2725, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 2726, 2727, 2728, 2729, 2730, 2731, 2732, + 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, + 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, + 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, + 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, + 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, + 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, + 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, + 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, + 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, + 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, + 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, + 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, + 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, + 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, + 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, + 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, + 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, + 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, + 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, + 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, + 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, + 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, + 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, + 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, + 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, + 2933, 2934, 2935, 2936, 2937, 2938, 2939, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 0, 0, 0, + 0, 2940, 1425, 1425, 1425, 1084, 1178, 1159, + 2216, 1256, 1257, 1256, 1257, 1256, 1257, 1256, + 1257, 1256, 1257, 1084, 1084, 1256, 1257, 1256, + 1257, 1256, 1257, 1256, 1257, 1426, 2941, 2942, + 2942, 1084, 2216, 2216, 2216, 2216, 2216, 2216, + 2216, 2216, 2216, 2943, 1086, 551, 1085, 2944, + 2944, 1426, 1178, 1178, 1178, 1178, 1178, 2945, + 1084, 2946, 2947, 2948, 1178, 1159, 1425, 1084, + 77, 0, 1159, 1159, 1159, 1159, 1159, 2949, + 1159, 1159, 1159, 1159, 2950, 2951, 2952, 2953, + 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, + 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, + 2970, 2971, 2972, 2973, 1159, 2974, 2975, 2976, + 2977, 2978, 2979, 1159, 1159, 1159, 1159, 1159, + 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, + 2988, 2989, 2990, 2991, 2992, 2993, 2994, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 2995, 1159, 1159, + 0, 0, 2996, 2997, 2998, 2999, 3000, 3001, + 3002, 1426, 1159, 1159, 1159, 1159, 1159, 3003, + 1159, 1159, 1159, 1159, 3004, 3005, 3006, 3007, + 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, + 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, + 3024, 3025, 3026, 3027, 1159, 3028, 3029, 3030, + 3031, 3032, 3033, 1159, 1159, 1159, 1159, 1159, + 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, + 3042, 3043, 3044, 3045, 3046, 3047, 3048, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 3049, 3050, 3051, 3052, 1159, 3053, 1159, 1159, + 3054, 3055, 3056, 3057, 1425, 1178, 3058, 3059, + 3060, 0, 0, 0, 0, 0, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 0, + 0, 0, 3061, 3062, 3063, 3064, 3065, 3066, + 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, + 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, + 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, + 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, + 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, + 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, + 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, + 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, + 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, + 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, + 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, + 0, 1190, 1190, 3155, 3156, 3157, 3158, 3159, + 3160, 3161, 3162, 3163, 3164, 3165, 3166, 3167, + 3168, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 3169, 3170, 3171, 3172, 3173, 3174, 3175, + 3176, 3177, 3178, 3179, 3180, 3181, 3182, 3183, + 3184, 3185, 3186, 3187, 3188, 3189, 3190, 3191, + 3192, 3193, 3194, 3195, 3196, 3197, 3198, 3199, + 0, 3200, 3201, 3202, 3203, 3204, 3205, 3206, + 3207, 3208, 3209, 3210, 3211, 3212, 3213, 3214, + 3215, 3216, 3217, 3218, 3219, 3220, 3221, 3222, + 3223, 3224, 3225, 3226, 3227, 3228, 3229, 3230, + 3231, 3232, 3233, 3234, 3235, 3236, 3237, 3238, + 3239, 1189, 1189, 1189, 1189, 1189, 1189, 1189, + 1189, 3240, 3241, 3242, 3243, 3244, 3245, 3246, + 3247, 3248, 3249, 3250, 3251, 3252, 3253, 3254, + 3255, 3256, 3257, 3258, 3259, 3260, 3261, 3262, + 3263, 3264, 3265, 3266, 3267, 3268, 3269, 3270, + 3271, 3272, 3273, 3274, 3275, 3276, 3277, 3278, + 3279, 3280, 3281, 3282, 3283, 3284, 3285, 3286, + 1190, 3287, 3288, 3289, 3290, 3291, 3292, 3293, + 3294, 3295, 3296, 3297, 3298, 3299, 3300, 3301, + 3302, 3303, 3304, 3305, 3306, 3307, 3308, 3309, + 3310, 3311, 3312, 3313, 3314, 3315, 3316, 3317, + 3318, 3319, 3320, 3321, 3322, 3323, 3324, 3325, + 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333, + 3334, 3335, 3336, 3337, 3338, 3339, 3340, 3341, + 3342, 3343, 3344, 3345, 3346, 3347, 3348, 3349, + 3350, 3351, 3352, 3353, 3354, 3355, 3356, 3357, + 3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365, + 3366, 3367, 3368, 3369, 3370, 3371, 3372, 3373, + 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, + 3382, 3383, 3384, 3385, 3386, 3387, 3388, 3389, + 3390, 3391, 3392, 3393, 3394, 3395, 3396, 3397, + 3398, 3399, 3400, 3401, 3402, 3403, 3404, 3405, + 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413, + 0, 3414, 3415, 3416, 3417, 3418, 3419, 3420, + 3421, 3422, 3423, 3424, 3425, 3426, 3427, 3428, + 3429, 3430, 3431, 3432, 3433, 3434, 3435, 3436, + 3437, 3438, 3439, 3440, 3441, 3442, 3443, 3444, + 3445, 3446, 3447, 3448, 3449, 3450, 3451, 3452, + 3453, 3454, 3455, 3456, 3457, 3458, 3459, 3460, + 3461, 3462, 3463, 3464, 3465, 3466, 3467, 3468, + 3469, 3470, 3471, 3472, 3473, 3474, 3475, 3476, + 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, + 3485, 3486, 3487, 3488, 3489, 3490, 3491, 3492, + 3493, 3494, 3495, 3496, 3497, 3498, 3499, 3500, + 3501, 3502, 3503, 3504, 3505, 3506, 3507, 3508, + 3509, 3510, 3511, 3512, 3513, 3514, 3515, 3516, + 3517, 3518, 3519, 3520, 3521, 3522, 3523, 3524, + 3525, 3526, 3527, 3528, 3529, 3530, 3531, 3532, + 3533, 3534, 3535, 3536, 3537, 3538, 3539, 3540, + 3541, 3542, 3543, 3544, 3545, 3546, 3547, 3548, + 3549, 3550, 3551, 3552, 3553, 3554, 3555, 3556, + 3557, 3558, 3559, 3560, 3561, 3562, 3563, 3564, + 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, + 3573, 3574, 3575, 3576, 3577, 3578, 3579, 3580, + 3581, 3582, 3583, 3584, 3585, 3586, 3587, 3588, + 3589, 3590, 3591, 3592, 3593, 3594, 3595, 3596, + 3597, 3598, 3599, 3600, 3601, 3602, 3603, 3604, + 3605, 3606, 3607, 3608, 3609, 3610, 3611, 3612, + 3613, 3614, 3615, 3616, 3617, 3618, 3619, 3620, + 3621, 3622, 3623, 3624, 3625, 3626, 3627, 3628, + 3629, 3630, 3631, 3632, 3633, 3634, 3635, 3636, + 3637, 3638, 3639, 3640, 3641, 3642, 3643, 3644, + 3645, 3646, 3647, 3648, 3649, 3650, 3651, 3652, + 3653, 3654, 3655, 3656, 3657, 3658, 3659, 3660, + 3661, 3662, 3663, 3664, 3665, 3666, 3667, 3668, + 3669, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1178, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 522, 522, 522, 522, 522, 522, 1043, + 1043, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1178, 1425, 1425, + 1425, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 1159, 1159, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 3670, 3671, 3672, 3673, 3674, 3675, 3676, + 3677, 3678, 3679, 3680, 3681, 3682, 3683, 3684, + 3685, 3686, 3687, 3688, 3689, 3690, 3691, 3692, + 3693, 3694, 3695, 3696, 3697, 3698, 3699, 3700, + 3701, 3702, 3703, 3704, 3705, 3706, 3707, 3708, + 3709, 3710, 3711, 3712, 3713, 3714, 3715, 1159, + 539, 838, 838, 838, 9, 539, 539, 539, + 539, 539, 539, 539, 539, 539, 539, 9, + 521, 3716, 3717, 3718, 3719, 3720, 3721, 3722, + 3723, 3724, 3725, 3726, 3727, 3728, 3729, 3730, + 3731, 3732, 3733, 3734, 3735, 3736, 3737, 3738, + 3739, 3740, 3741, 3742, 3743, 3744, 3745, 539, + 539, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 539, 539, 1043, 1043, 1043, 1043, 1043, + 1043, 0, 0, 0, 0, 0, 0, 0, + 0, 47, 47, 47, 47, 47, 47, 47, + 47, 47, 47, 47, 47, 47, 47, 47, + 47, 47, 47, 47, 47, 47, 47, 47, + 521, 521, 521, 521, 521, 521, 521, 521, + 521, 47, 47, 3746, 3747, 3748, 3749, 3750, + 3751, 3752, 3753, 3754, 3755, 3756, 3757, 3758, + 3759, 214, 214, 3760, 3761, 3762, 3763, 3764, + 3765, 3766, 3767, 3768, 3769, 3770, 3771, 3772, + 3773, 3774, 3775, 3776, 3777, 3778, 3779, 3780, + 3781, 3782, 3783, 3784, 3785, 3786, 3787, 3788, + 3789, 3790, 3791, 3792, 3793, 3794, 3795, 3796, + 3797, 3798, 3799, 3800, 3801, 3802, 3803, 3804, + 3805, 3806, 3807, 3808, 3809, 3810, 3811, 3812, + 3813, 3814, 3815, 3816, 3817, 3818, 3819, 3820, + 3821, 3822, 1513, 1513, 1513, 1513, 1513, 1513, + 1513, 214, 3823, 3824, 3825, 3826, 3827, 3828, + 3829, 3830, 3831, 3832, 3833, 3834, 3835, 3836, + 3837, 521, 3838, 3838, 3839, 3840, 3841, 214, + 340, 3842, 3843, 3844, 3845, 214, 214, 3846, + 3847, 3848, 3849, 3850, 3851, 3852, 3853, 3854, + 3855, 3856, 3857, 3858, 3859, 3860, 3861, 3862, + 3863, 3864, 3865, 3866, 3867, 3868, 3869, 0, + 0, 3870, 3871, 3872, 3873, 3874, 3875, 3876, + 3877, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 340, 3878, 3879, 214, 340, 340, 340, 340, + 1159, 1159, 1159, 1152, 1159, 1159, 1159, 1167, + 1159, 1159, 1159, 1159, 1152, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1158, 1158, 1152, 1152, + 1158, 77, 77, 1084, 1084, 0, 0, 0, + 0, 1189, 1189, 1189, 1189, 1189, 1189, 1190, + 1190, 1188, 3880, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1425, 1425, 1425, + 1425, 0, 0, 0, 0, 0, 0, 0, + 0, 1158, 1158, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1158, 1158, 1158, + 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, + 1158, 1158, 1158, 1158, 1158, 1167, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1176, + 1176, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 0, 0, 0, 0, 0, + 0, 539, 539, 539, 539, 539, 539, 539, + 539, 539, 539, 539, 539, 539, 539, 539, + 539, 539, 539, 1159, 1159, 1159, 1159, 1159, + 1159, 1176, 1176, 1176, 1159, 1176, 1159, 0, + 0, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1152, + 1152, 1152, 1152, 1152, 552, 552, 552, 1176, + 1176, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1158, 1450, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 1176, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, + 1325, 1325, 1325, 1325, 1325, 1325, 0, 0, + 0, 1152, 1152, 1152, 1158, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1179, 1158, 1158, 1152, + 1152, 1152, 1152, 1158, 1158, 1152, 1158, 1158, + 1158, 1450, 1176, 1176, 1176, 1176, 1176, 1176, + 1176, 1176, 1176, 1176, 1176, 1176, 1176, 0, + 1178, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 0, 0, 0, 0, 1176, + 1176, 340, 1159, 1159, 1159, 1159, 1152, 522, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 340, 1248, 1248, 1248, 1248, 1248, 1248, 1248, + 1248, 1248, 1177, 1159, 1159, 1159, 340, 1159, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1152, 1152, 1152, 1152, 1152, 1152, + 1158, 1158, 1152, 1152, 1158, 1158, 1152, 1152, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1152, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1152, 1158, 0, + 0, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 0, 0, 1176, 1176, 1176, + 1176, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1178, 1159, 1159, 1159, 1159, 1159, 1159, + 1190, 1190, 1190, 1159, 1282, 1152, 1282, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 539, 1159, 539, 539, 552, 1159, 1159, + 539, 539, 1159, 1159, 1159, 1159, 1159, 539, + 539, 1159, 539, 1159, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1159, 1159, 1178, 1176, + 1176, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1158, 1152, 1152, 1158, + 1158, 1176, 1176, 1159, 1178, 1178, 1158, 1167, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 0, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 0, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 214, 214, 214, 214, 214, 214, 214, + 214, 214, 214, 214, 214, 214, 214, 214, + 214, 214, 214, 214, 214, 214, 214, 214, + 214, 214, 214, 214, 214, 214, 214, 214, + 214, 214, 214, 214, 3881, 214, 214, 214, + 214, 214, 214, 214, 3838, 3882, 3883, 3884, + 3885, 214, 214, 214, 214, 214, 214, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 3886, 3887, 3888, 3889, 3890, 3891, 3892, + 3893, 3894, 3895, 3896, 3897, 3898, 3899, 3900, + 3901, 3902, 3903, 3904, 3905, 3906, 3907, 3908, + 3909, 3910, 3911, 3912, 3913, 3914, 3915, 3916, + 3917, 3918, 3919, 3920, 3921, 3922, 3923, 3924, + 3925, 3926, 3927, 3928, 3929, 3930, 3931, 3932, + 3933, 3934, 3935, 3936, 3937, 3938, 3939, 3940, + 3941, 3942, 3943, 3944, 3945, 3946, 3947, 3948, + 3949, 3950, 3951, 3952, 3953, 3954, 3955, 3956, + 3957, 3958, 3959, 3960, 3961, 3962, 3963, 3964, + 3965, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1158, 1158, 1152, 1158, + 1158, 1152, 1158, 1158, 1176, 1158, 1167, 0, + 0, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 0, 0, 0, 0, 0, + 0, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3966, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3966, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, + 3967, 3967, 3967, 3967, 3967, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1328, 1328, 1328, 1328, 1328, 1328, 1328, + 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, + 1328, 1328, 1328, 1328, 1328, 1328, 1328, 1328, + 0, 0, 0, 0, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, + 1329, 1329, 1329, 1329, 1329, 0, 0, 0, + 0, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3968, + 3968, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3970, 3971, 3972, 3973, 3974, 3975, 3976, + 3977, 3977, 3978, 3979, 3980, 3981, 3982, 3983, + 3984, 3985, 3986, 3987, 3988, 3989, 3990, 3991, + 3992, 3993, 3994, 3995, 3996, 3997, 3998, 3999, + 4000, 4001, 4002, 4003, 4004, 4005, 4006, 4007, + 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, + 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, + 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, + 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039, + 4040, 4041, 4042, 4043, 4044, 4045, 4046, 4047, + 4048, 4049, 4050, 4051, 4052, 4053, 4054, 4055, + 4056, 4057, 4058, 4059, 4060, 3989, 4061, 4062, + 4063, 4064, 4065, 4066, 4067, 4068, 4069, 4070, + 4071, 4072, 4073, 4074, 4075, 4076, 4077, 4078, + 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, + 4087, 4088, 4089, 4090, 4091, 4092, 4093, 4094, + 4095, 4096, 4097, 4098, 4099, 4100, 4101, 4102, + 4103, 4104, 4105, 4106, 4107, 4108, 4109, 4110, + 4111, 4112, 4113, 4114, 4115, 4116, 4117, 4118, + 4119, 4120, 4121, 4122, 4123, 4124, 4125, 4126, + 4127, 4128, 4079, 4129, 4130, 4131, 4132, 4133, + 4134, 4135, 4136, 4063, 4137, 4138, 4139, 4140, + 4141, 4142, 4143, 4144, 4145, 4146, 4147, 4148, + 4149, 4150, 4151, 4152, 4153, 4154, 4155, 4156, + 3989, 4157, 4158, 4159, 4160, 4161, 4162, 4163, + 4164, 4165, 4166, 4167, 4168, 4169, 4170, 4171, + 4172, 4173, 4174, 4175, 4176, 4177, 4178, 4179, + 4180, 4181, 4182, 4183, 4065, 4184, 4185, 4186, + 4187, 4188, 4189, 4190, 4191, 4192, 4193, 4194, + 4195, 4196, 4197, 4198, 4199, 4200, 4201, 4202, + 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, + 4211, 4212, 4213, 4214, 4215, 4216, 4217, 4218, + 4219, 4220, 4221, 4222, 4223, 4224, 4225, 4226, + 4227, 4228, 4229, 4230, 4231, 4232, 4233, 1159, + 1159, 4234, 1159, 4235, 1159, 1159, 4236, 4237, + 4238, 4239, 4240, 4241, 4242, 4243, 4244, 4245, + 1159, 4246, 1159, 4247, 1159, 1159, 4248, 4249, + 1159, 1159, 1159, 4250, 4251, 4252, 4253, 4254, + 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262, + 4263, 4264, 4265, 4266, 4267, 4268, 4269, 4270, + 4271, 4272, 4273, 4274, 4275, 4276, 4277, 4278, + 4279, 4280, 4281, 4282, 4283, 4284, 4285, 4286, + 4287, 4288, 4289, 4290, 4291, 4292, 4293, 4294, + 4118, 4295, 4296, 4297, 4298, 4299, 4300, 4300, + 4301, 4302, 4303, 4304, 4305, 4306, 4307, 4308, + 4248, 4309, 4310, 4311, 4312, 4313, 4314, 0, + 0, 4315, 4316, 4317, 4318, 4319, 4320, 4321, + 4322, 4262, 4323, 4324, 4325, 4234, 4326, 4327, + 4328, 4329, 4330, 4331, 4332, 4333, 4334, 4335, + 4336, 4337, 4271, 4338, 4272, 4339, 4340, 4341, + 4342, 4343, 4235, 4010, 4344, 4345, 4346, 4080, + 4167, 4347, 4348, 4279, 4349, 4280, 4350, 4351, + 4352, 4237, 4353, 4354, 4355, 4356, 4357, 4238, + 4358, 4359, 4360, 4361, 4362, 4363, 4294, 4364, + 4365, 4118, 4366, 4298, 4367, 4368, 4369, 4370, + 4371, 4303, 4372, 4247, 4373, 4304, 4061, 4374, + 4305, 4375, 4307, 4376, 4377, 4378, 4379, 4380, + 4309, 4243, 4381, 4310, 4382, 4311, 4383, 3977, + 4384, 4385, 4386, 4387, 4388, 4389, 4390, 4391, + 4392, 4393, 4394, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 4395, 4396, 4397, 4398, 4399, 4400, 4401, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 4402, 4403, 4404, 4405, + 4406, 0, 0, 0, 0, 0, 4407, 4408, + 4409, 4410, 4411, 4412, 4413, 4414, 4415, 4416, + 4417, 4418, 4419, 4420, 4421, 4422, 4423, 4424, + 4425, 4426, 4427, 4428, 4429, 4430, 4431, 4432, + 0, 4433, 4434, 4435, 4436, 4437, 0, 4438, + 0, 4439, 4440, 0, 4441, 4442, 0, 4443, + 4444, 4445, 4446, 4447, 4448, 4449, 4450, 4451, + 4452, 4453, 4454, 4455, 4456, 4457, 4458, 4459, + 4460, 4461, 4462, 4463, 4464, 4465, 4466, 4467, + 4468, 4469, 4470, 4471, 4472, 4473, 4474, 4475, + 4476, 4477, 4478, 4479, 4480, 4481, 4482, 4483, + 4484, 4485, 4486, 4487, 4488, 4489, 4490, 4491, + 4492, 4493, 4494, 4495, 4496, 4497, 4498, 4499, + 4500, 4501, 4502, 4503, 4504, 4505, 4506, 4507, + 4508, 4509, 4510, 4511, 4512, 4513, 4514, 4515, + 4516, 4517, 4518, 4519, 4520, 4521, 4522, 4523, + 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, + 4532, 4533, 4534, 4535, 4536, 4537, 4538, 4539, + 4540, 4541, 4542, 4543, 4544, 4545, 4546, 4547, + 4548, 4549, 4550, 4551, 4551, 4551, 4551, 4551, + 4551, 4551, 4551, 4551, 4551, 4551, 4551, 4551, + 4551, 4551, 4551, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 4552, 4553, 4554, 4555, + 4556, 4557, 4558, 4559, 4560, 4561, 4562, 4563, + 4564, 4565, 4566, 4567, 4568, 4569, 4570, 4571, + 4572, 4573, 4574, 4575, 4576, 4577, 4578, 4579, + 4580, 4581, 4582, 4583, 4584, 4585, 4586, 4587, + 4588, 4589, 4590, 4591, 4592, 4593, 4594, 4595, + 4596, 4597, 4598, 4599, 4590, 4600, 4601, 4602, + 4603, 4604, 4605, 4606, 4607, 4608, 4609, 4610, + 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, + 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4626, + 4627, 4628, 4629, 4630, 4631, 4632, 4633, 4634, + 4635, 4636, 4637, 4638, 4639, 4640, 4641, 4642, + 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4650, + 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, + 4659, 4660, 4661, 4662, 4663, 4664, 4665, 4666, + 4667, 4668, 4669, 4670, 4671, 4672, 4673, 4674, + 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, + 4683, 4684, 4685, 4686, 4687, 4688, 4689, 4690, + 4691, 4692, 4693, 4694, 4695, 4696, 4697, 4698, + 4699, 4591, 4700, 4701, 4702, 4703, 4704, 4705, + 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, + 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, + 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, + 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, + 4738, 4739, 4740, 4741, 4742, 4743, 4744, 4745, + 4746, 4747, 4748, 4749, 4750, 4751, 4752, 4753, + 4754, 4755, 4756, 4757, 4758, 4759, 4760, 4761, + 4762, 4763, 4764, 4765, 4766, 4767, 4768, 4769, + 4770, 4771, 4772, 4773, 4774, 4775, 4776, 4777, + 4778, 4779, 4780, 4781, 4782, 4783, 4784, 4785, + 4786, 4787, 4788, 4789, 4790, 4791, 4792, 4793, + 4794, 4795, 4796, 4797, 4798, 4799, 4800, 4801, + 4802, 4803, 4804, 4805, 4806, 4807, 4808, 4809, + 4810, 4811, 4812, 4813, 4814, 4815, 4816, 4817, + 4818, 4819, 4820, 4821, 4822, 4823, 4824, 4825, + 4826, 4827, 4828, 4829, 4830, 4831, 4832, 4833, + 4834, 4835, 4836, 4837, 4838, 4839, 4840, 4841, + 4842, 4843, 4844, 4845, 4846, 4847, 4848, 4849, + 4850, 4851, 4852, 4853, 4854, 4855, 4856, 4857, + 4858, 4859, 4860, 4861, 4862, 4863, 4864, 4865, + 4866, 4867, 4868, 4869, 4870, 4871, 4872, 4873, + 4874, 4875, 4876, 4877, 4878, 4879, 4880, 4881, + 4882, 4883, 4884, 4885, 4886, 4887, 4888, 4889, + 4890, 4891, 4892, 4893, 4894, 4895, 4896, 4897, + 4898, 4899, 4900, 4901, 4902, 4903, 4904, 4905, + 4906, 4907, 4908, 4909, 4910, 4911, 4912, 2942, + 2941, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 4913, 4914, 4915, 4916, 4917, 4918, 4919, + 4920, 4921, 4922, 4923, 4924, 4925, 4926, 4927, + 4928, 4929, 4930, 4931, 4932, 4933, 4934, 4935, + 4936, 4937, 4938, 4939, 4940, 4941, 4942, 4943, + 4944, 4945, 4946, 4947, 4948, 4949, 4950, 4951, + 4952, 4953, 4954, 4955, 4956, 4957, 4958, 4959, + 4960, 4961, 4962, 4963, 4964, 4965, 4966, 4967, + 4968, 4969, 4970, 4971, 4972, 4973, 4974, 4975, + 4976, 0, 0, 4977, 4978, 4979, 4980, 4981, + 4982, 4983, 4984, 4985, 4986, 4987, 4988, 4989, + 4990, 4991, 4992, 4993, 4994, 4995, 4996, 4997, + 4998, 4999, 5000, 5001, 5002, 5003, 5004, 5005, + 5006, 5007, 5008, 5009, 5010, 5011, 5012, 5013, + 5014, 5015, 5016, 5017, 5018, 5019, 5020, 5021, + 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, + 5030, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 5031, 5032, 5033, 5034, 5035, 5036, 5037, + 5038, 5039, 5040, 5041, 5042, 5043, 1084, 0, + 0, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 5044, 5045, 5046, 5047, 5048, 5049, 5050, + 5051, 5052, 5053, 0, 0, 0, 0, 0, + 0, 539, 539, 539, 539, 539, 539, 539, + 552, 552, 552, 552, 552, 552, 552, 539, + 539, 5054, 5055, 5056, 5057, 5057, 5058, 5059, + 5060, 5061, 5062, 5063, 5064, 5065, 5066, 5067, + 5068, 5069, 5070, 5071, 5072, 5073, 1425, 1425, + 5074, 5075, 5076, 5076, 5076, 5076, 5077, 5077, + 5077, 5078, 5079, 5080, 0, 5081, 5082, 5083, + 5084, 5085, 5086, 5087, 5088, 5089, 5090, 5091, + 5092, 5093, 5094, 5095, 5096, 5097, 5098, 5099, + 0, 5100, 5101, 5102, 5103, 0, 0, 0, + 0, 5104, 5105, 5106, 1117, 5107, 0, 5108, + 5109, 5110, 5111, 5112, 5113, 5114, 5115, 5116, + 5117, 5118, 5119, 5120, 5121, 5122, 5123, 5124, + 5125, 5126, 5127, 5128, 5129, 5130, 5131, 5132, + 5133, 5134, 5135, 5136, 5137, 5138, 5139, 5140, + 5141, 5142, 5143, 5144, 5145, 5146, 5147, 5148, + 5149, 5150, 5151, 5152, 5153, 5154, 5155, 5156, + 5157, 5158, 5159, 5160, 5161, 5162, 5163, 5164, + 5165, 5166, 5167, 5168, 5169, 5170, 5171, 5172, + 5173, 5174, 5175, 5176, 5177, 5178, 5179, 5180, + 5181, 5182, 5183, 5184, 5185, 5186, 5187, 5188, + 5189, 5190, 5191, 5192, 5193, 5194, 5195, 5196, + 5197, 5198, 5199, 5200, 5201, 5202, 5203, 5204, + 5205, 5206, 5207, 5208, 5209, 5210, 5211, 5212, + 5213, 5214, 5215, 5216, 5217, 5218, 5219, 5220, + 5221, 5222, 5223, 5224, 5225, 5226, 5227, 5228, + 5229, 5230, 5231, 5232, 5233, 5234, 5235, 5236, + 5237, 5238, 5239, 5240, 5241, 5242, 0, 0, + 81, 0, 5243, 5244, 5245, 5246, 5247, 5248, + 5249, 5250, 5251, 5252, 5253, 5254, 5255, 5256, + 5257, 5258, 5259, 5260, 5261, 5262, 5263, 5264, + 5265, 5266, 5267, 5268, 5269, 5270, 5271, 5272, + 5273, 5274, 5275, 5276, 5277, 5278, 5279, 5280, + 5281, 5282, 5283, 5284, 5285, 5286, 5287, 5288, + 5289, 5290, 5291, 5292, 5293, 5294, 5295, 5296, + 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, + 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, + 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, + 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, + 5329, 5330, 5331, 5332, 5333, 5334, 5335, 5336, + 5337, 5338, 5339, 5340, 5341, 5342, 5343, 5344, + 5345, 5346, 5347, 5348, 5349, 5350, 5351, 5352, + 5353, 5354, 5355, 5356, 5357, 5358, 5359, 5360, + 5361, 5362, 5363, 5364, 5365, 5366, 5367, 5368, + 5369, 5370, 5371, 5372, 5373, 5374, 5375, 5376, + 5377, 5378, 5379, 5380, 5381, 5382, 5383, 5384, + 5385, 5386, 5387, 5388, 5389, 5390, 5391, 5392, + 5393, 5394, 5395, 5396, 5397, 5398, 5399, 5400, + 5401, 5402, 5403, 5404, 5405, 5406, 5407, 5408, + 5409, 5410, 5411, 5412, 5413, 5414, 5415, 5416, + 5417, 5418, 5419, 5420, 5421, 5422, 5423, 5424, + 5425, 5426, 5427, 5428, 5429, 5430, 5431, 5432, + 0, 0, 0, 5433, 5434, 5435, 5436, 5437, + 5438, 0, 0, 5439, 5440, 5441, 5442, 5443, + 5444, 0, 0, 5445, 5446, 5447, 5448, 5449, + 5450, 0, 0, 5451, 5452, 5453, 0, 0, + 0, 5454, 5455, 5456, 5457, 5458, 5459, 5460, + 0, 5461, 5462, 5463, 5464, 5465, 5466, 5467, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 5468, 5468, 5468, 1084, 77, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 0, 340, 1159, + 1159, 340, 340, 340, 1159, 340, 340, 340, + 340, 340, 340, 340, 340, 1159, 340, 340, + 340, 340, 340, 1159, 1159, 1159, 340, 340, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 1159, + 340, 340, 340, 340, 0, 340, 340, 0, + 340, 340, 1159, 340, 340, 1159, 1159, 1159, + 340, 340, 340, 1159, 1159, 340, 1159, 0, + 0, 340, 340, 1159, 340, 340, 1159, 340, + 1159, 1159, 1159, 340, 1159, 1159, 1159, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 1159, 1159, 1159, 1159, 340, + 340, 340, 340, 1159, 1159, 1159, 1159, 1159, + 340, 1159, 340, 340, 340, 340, 1159, 1159, + 1159, 1159, 1159, 340, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 340, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 340, 1159, 340, 1159, + 1159, 1159, 1159, 1159, 340, 340, 1159, 1159, + 1159, 1159, 1159, 1159, 340, 1159, 1159, 1159, + 1159, 1159, 340, 340, 340, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 340, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 0, 0, 0, 0, + 0, 1043, 9, 1043, 0, 0, 0, 0, + 5469, 5469, 5469, 5469, 5469, 5469, 5469, 5469, + 5469, 5469, 5469, 5469, 5469, 5469, 5469, 5469, + 5469, 5469, 5469, 5469, 5469, 5469, 5469, 5469, + 5469, 5469, 1189, 5469, 1189, 5469, 1189, 1189, + 1189, 1189, 1189, 1189, 5469, 1189, 5469, 1189, + 1189, 1189, 1189, 1189, 1189, 0, 0, 0, + 1190, 837, 1190, 837, 837, 837, 837, 837, + 1190, 5470, 5470, 5470, 5470, 5470, 5470, 5470, + 5470, 5470, 5470, 5470, 5470, 5470, 5470, 5470, + 5470, 5470, 5470, 5470, 5470, 5470, 5470, 5470, + 5470, 5470, 5470, 5470, 5470, 5470, 5470, 5470, + 5470, 5470, 5470, 5470, 5470, 5470, 5470, 5470, + 5470, 5470, 5471, 5471, 5471, 5471, 5471, 5471, + 5470, 5471, 5470, 5470, 5470, 5470, 1424, 1424, + 1219, 1424, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 1084, 77, 1424, 1424, 77, 0, 0, + 0, 77, 77, 77, 77, 77, 77, 77, + 1084, 1084, 1084, 77, 77, 0, 0, 0, + 0, 77, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 552, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 1159, + 1159, 340, 340, 340, 340, 340, 340, 340, + 340, 1159, 340, 1159, 340, 340, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 1159, 340, 340, 340, 340, 340, 340, + 1159, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 552, 5472, 5472, 5472, 5472, 5472, 5472, + 5472, 5472, 5472, 5472, 5472, 5472, 5472, 5472, + 5472, 5472, 5472, 5472, 5472, 5472, 5472, 5472, + 5472, 5472, 5472, 5472, 5472, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 5469, 5469, 5469, 5469, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 1423, 340, 340, 340, 340, 340, + 340, 340, 340, 1423, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 539, + 539, 539, 539, 539, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 0, + 1176, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1176, 2216, 2216, 2216, 2216, 2216, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 5473, 5474, 5475, 5476, 5477, 5478, 5479, + 5480, 5481, 5482, 5483, 5484, 5485, 5486, 5487, + 5488, 5489, 5490, 5491, 5492, 5493, 5494, 5495, + 5496, 5497, 5498, 5499, 5500, 5501, 5502, 5503, + 5504, 5505, 5506, 5507, 5508, 5509, 5510, 5511, + 5512, 5513, 5514, 5515, 5516, 5517, 5518, 5519, + 5520, 5521, 5522, 5523, 5524, 5525, 5526, 5527, + 5528, 5529, 5530, 5531, 5532, 5533, 5534, 5535, + 5536, 5537, 5538, 5539, 5540, 5541, 5542, 5543, + 5544, 5545, 5546, 5547, 5548, 5549, 5550, 5551, + 5552, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 1159, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 1159, + 340, 1159, 340, 340, 1159, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 1159, 0, + 0, 1248, 1248, 1248, 1248, 1248, 1248, 1248, + 1248, 1248, 1248, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 1043, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 1159, 340, 340, 340, + 340, 1159, 340, 1159, 1159, 1159, 340, 340, + 340, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 340, 340, 1159, 340, 340, 1159, 1159, + 340, 340, 1159, 1159, 1159, 1159, 340, 1159, + 340, 340, 340, 340, 340, 1159, 1159, 1159, + 340, 1159, 340, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 340, 1159, 1159, 1159, 340, + 1159, 1159, 340, 340, 1159, 1159, 1159, 1159, + 1159, 1159, 340, 340, 1159, 1159, 1159, 340, + 340, 340, 340, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 340, 1159, 1159, 1159, 1159, + 340, 1159, 1159, 340, 340, 340, 1159, 1159, + 1159, 1159, 340, 340, 340, 1159, 1159, 1159, + 1159, 340, 1159, 1159, 1159, 1159, 1159, 1159, + 340, 1159, 1159, 1159, 1159, 1159, 340, 340, + 1159, 1159, 340, 1159, 1159, 340, 1159, 1159, + 1159, 1159, 1159, 340, 1159, 1159, 1159, 340, + 1159, 1159, 340, 1159, 1159, 340, 1159, 340, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 340, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 340, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 340, 340, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 340, 1159, + 340, 340, 340, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 340, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 340, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 1159, 1159, 1159, 1159, 1159, 1159, + 340, 340, 1159, 1159, 340, 1159, 340, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1155, 1155, 1155, 1105, 1155, 1105, 0, + 0, 1155, 0, 1105, 1155, 1155, 1155, 1155, + 1155, 1105, 1155, 1105, 1155, 1155, 1155, 1155, + 1155, 1155, 1105, 1155, 1155, 1155, 1155, 1105, + 1155, 1105, 1155, 1155, 1105, 1105, 1155, 1105, + 1155, 1105, 1105, 1105, 1105, 1155, 1105, 1105, + 1105, 1105, 1105, 1155, 1105, 1155, 1105, 0, + 1155, 1105, 0, 0, 0, 1155, 0, 0, + 1155, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 0, + 1102, 5553, 5553, 5553, 5553, 5553, 5553, 5553, + 5553, 1155, 1155, 1155, 1105, 1105, 1105, 1105, + 1155, 1105, 1105, 1155, 1105, 1155, 1105, 1105, + 1155, 1155, 1105, 1155, 1155, 1105, 1155, 1155, + 5554, 5554, 5553, 5553, 5555, 5555, 5555, 5555, + 5553, 1155, 1105, 1155, 1155, 1155, 1105, 1105, + 1105, 1105, 1105, 1155, 1155, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1155, + 1155, 1105, 1155, 1155, 1105, 1105, 1105, 1105, + 0, 0, 0, 0, 0, 0, 0, 0, + 5553, 5553, 5553, 5553, 5553, 5553, 5553, 5553, + 5553, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 0, 1105, 1105, 0, + 0, 0, 0, 0, 5553, 5553, 5553, 5553, + 5553, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 5553, + 5553, 5553, 5553, 5553, 5553, 0, 0, 0, + 9, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 0, 0, 0, 0, 0, + 1102, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1155, 1105, 1155, 1155, 1155, 1155, 1155, + 1105, 1155, 1155, 1155, 1155, 1155, 1155, 1155, + 1155, 1155, 1155, 1155, 1155, 1155, 1155, 1155, + 1105, 1155, 1155, 1155, 1155, 1155, 1155, 1105, + 1155, 1155, 1105, 1155, 1105, 1155, 1105, 1105, + 1105, 1105, 1155, 1105, 1155, 1105, 1155, 1105, + 1105, 1105, 1155, 1105, 1155, 1105, 1155, 1155, + 1105, 0, 0, 0, 0, 5555, 5553, 1105, + 1155, 5553, 5553, 5553, 5553, 5555, 5555, 5555, + 5553, 5553, 5555, 5555, 5555, 5555, 5555, 5555, + 5555, 0, 0, 5555, 5555, 5555, 5555, 5555, + 5555, 5555, 5555, 5555, 5555, 5555, 5555, 5555, + 5555, 5555, 5555, 5555, 5555, 5555, 5555, 5555, + 5555, 5555, 5555, 5555, 5555, 5555, 5555, 5555, + 5555, 5555, 5555, 5555, 5555, 5555, 5555, 5553, + 5553, 5553, 5553, 5555, 5553, 5555, 5555, 5555, + 5555, 1155, 1152, 1152, 1152, 0, 1152, 1152, + 0, 0, 0, 0, 0, 1152, 552, 1152, + 539, 1155, 1155, 1155, 1155, 0, 1155, 1155, + 1155, 0, 1155, 1155, 1155, 1155, 1155, 1155, + 1155, 1155, 1155, 1155, 1155, 1155, 1155, 1155, + 1155, 1155, 1155, 1155, 1155, 1155, 1155, 1155, + 1155, 1155, 1155, 1155, 1155, 0, 0, 0, + 0, 539, 565, 552, 0, 0, 0, 0, + 1167, 5555, 5555, 5555, 5555, 5555, 5555, 5555, + 5555, 0, 0, 0, 0, 0, 0, 0, + 0, 1157, 1157, 1157, 1157, 1157, 1157, 1157, + 1157, 1157, 0, 0, 0, 0, 0, 0, + 0, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 5553, 5553, + 1102, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 5553, 5553, + 5553, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1105, 1155, 1155, 1105, 1105, 1105, 1155, + 1105, 5556, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1155, 1155, 1155, 1105, 1155, 1155, 1155, + 1105, 1155, 1155, 1155, 1155, 1155, 1155, 1155, + 1155, 1155, 1105, 1155, 1155, 1105, 539, 552, + 0, 0, 0, 0, 5553, 5555, 5555, 5555, + 5555, 1157, 1157, 1157, 1157, 1102, 1102, 1102, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1105, 1155, 1155, 1155, 1155, 1105, 1105, + 1105, 1155, 1155, 1155, 1155, 1105, 1105, 1105, + 1105, 1105, 1155, 1155, 1155, 1155, 1105, 1155, + 1105, 1105, 1105, 1105, 1155, 1105, 1105, 1105, + 1105, 1155, 1155, 1105, 1105, 1105, 1105, 1105, + 1155, 1105, 1105, 1155, 1155, 1105, 1105, 1105, + 1105, 1105, 1155, 1155, 1155, 1155, 1155, 0, + 0, 0, 9, 9, 9, 9, 9, 9, + 9, 1155, 1155, 1105, 1105, 1155, 1105, 1105, + 1105, 1155, 1105, 1155, 1105, 1155, 1155, 1105, + 1105, 1155, 1155, 1105, 1105, 1105, 1105, 0, + 0, 5553, 5553, 5553, 5553, 5553, 5553, 5555, + 5553, 1105, 1105, 1105, 1105, 1155, 1105, 1105, + 1155, 1105, 1105, 1105, 1105, 1155, 1105, 1155, + 1105, 1105, 1155, 1105, 0, 0, 0, 0, + 0, 5553, 5553, 5553, 5553, 5553, 5553, 5553, + 5553, 1105, 1155, 1105, 1155, 1105, 1105, 1105, + 1155, 1105, 1155, 1105, 1105, 1105, 1155, 1105, + 1105, 1155, 1105, 0, 0, 0, 0, 0, + 0, 0, 1157, 1157, 1157, 1157, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 5553, 5553, 5553, 5555, 5553, 5553, + 5555, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 5557, 5558, 5559, 5560, 5561, 5562, 5563, + 5564, 5565, 5566, 5567, 5568, 5569, 5570, 5571, + 5572, 5573, 5574, 5575, 5576, 5577, 5578, 5579, + 5580, 5581, 5582, 5583, 5584, 5585, 5586, 5587, + 5588, 5589, 5590, 5591, 5592, 5593, 5594, 5595, + 5596, 5597, 5598, 5599, 5600, 5601, 5602, 5603, + 5604, 5605, 5606, 5607, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 5608, 5609, 5610, 5611, 5612, 5613, 5614, + 5615, 5616, 5617, 5618, 5619, 5620, 5621, 5622, + 5623, 5624, 5625, 5626, 5627, 5628, 5629, 5630, + 5631, 5632, 5633, 5634, 5635, 5636, 5637, 5638, + 5639, 5640, 5641, 5642, 5643, 5644, 5645, 5646, + 5647, 5648, 5649, 5650, 5651, 5652, 5653, 5654, + 5655, 5656, 5657, 5658, 0, 0, 0, 0, + 0, 0, 0, 5553, 5553, 5553, 5553, 5553, + 5553, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 5659, 5659, 5660, 5659, 5659, 5659, 5659, + 5659, 5660, 5659, 5659, 5660, 5660, 5660, 5659, + 5659, 5660, 5659, 5659, 5659, 5660, 5660, 5659, + 5660, 5660, 5659, 5659, 5660, 5660, 5660, 5660, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1158, 1152, 1158, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1167, + 1176, 1176, 1176, 1176, 1176, 1176, 1176, 0, + 0, 0, 0, 1219, 1219, 1219, 1219, 1219, + 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1219, + 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1177, + 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 1167, 1152, 1152, 1158, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 5661, 5662, 5663, 5664, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 5665, 1159, + 1159, 1159, 1159, 1159, 5666, 1159, 1159, 1159, + 1159, 1158, 1158, 1158, 1152, 1152, 1152, 1152, + 1158, 1158, 1167, 5667, 1176, 1176, 5668, 1176, + 1176, 1176, 1176, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 0, 0, 0, 0, 0, 0, + 0, 1248, 1248, 1248, 1248, 1248, 1248, 1248, + 1248, 1248, 1248, 0, 0, 0, 0, 0, + 0, 539, 539, 539, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 5669, 1152, 1152, 1152, 1152, 1158, 1152, 5670, + 5671, 1152, 5672, 5673, 1167, 1167, 0, 1177, + 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1176, 1176, 1176, 1176, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 340, 340, 340, 1159, 340, 340, + 340, 340, 1159, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 1159, 340, 1159, + 1159, 1159, 1159, 1159, 340, 1159, 340, 1159, + 340, 340, 340, 340, 1179, 1043, 1043, 1159, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1152, 1152, 1158, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1158, 1158, 1158, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1158, 1450, 1159, 1159, 1159, 1159, 1176, 1176, + 1176, 1176, 1176, 1179, 1152, 1152, 1176, 0, + 0, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 1159, 1176, 1159, 1176, 1176, + 1176, 0, 1189, 1189, 1189, 1189, 1189, 1189, + 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, + 1189, 1189, 1189, 1189, 1189, 1189, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 0, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1158, 1158, 1158, + 1152, 1152, 1152, 1158, 1158, 1152, 1450, 1179, + 1152, 1176, 1176, 1176, 1176, 1176, 1176, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 0, 340, 0, 340, 340, 340, 340, 0, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 0, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 1043, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 1152, 1158, 1158, 1158, 1152, 1152, 1152, 1152, + 1152, 1152, 1179, 1167, 0, 0, 0, 0, + 0, 1248, 1248, 1248, 1248, 1248, 1248, 1248, + 1248, 1248, 1248, 0, 0, 0, 0, 0, + 0, 1152, 1152, 1158, 1158, 0, 340, 340, + 340, 340, 340, 340, 340, 340, 0, 0, + 340, 340, 0, 0, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 0, 340, 340, 340, 340, 340, + 340, 340, 0, 340, 340, 0, 340, 340, + 340, 340, 340, 0, 0, 1179, 340, 5674, + 1158, 1152, 1158, 1158, 1158, 1158, 0, 0, + 5675, 1158, 0, 0, 5676, 5677, 1450, 0, + 0, 340, 0, 0, 0, 0, 0, 0, + 5678, 0, 0, 0, 0, 0, 340, 340, + 340, 340, 340, 1158, 1158, 0, 0, 539, + 539, 539, 539, 539, 539, 539, 0, 0, + 0, 539, 539, 539, 539, 539, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 5679, 1158, 1158, 1152, 1152, 1152, 1152, + 1152, 1152, 5680, 5681, 5682, 5683, 5684, 5685, + 1152, 1152, 1158, 1167, 1179, 340, 340, 1043, + 340, 0, 0, 0, 0, 0, 0, 0, + 0, 1248, 1248, 1248, 1248, 1248, 1248, 1248, + 1248, 1248, 1248, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 5686, 1158, 1158, 1152, 1152, 1152, 1152, 0, + 0, 5687, 5688, 5689, 5690, 1152, 1152, 1158, + 1167, 1179, 1176, 1176, 1176, 1176, 1176, 1176, + 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1176, + 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1176, + 1176, 1159, 1159, 1159, 1159, 1152, 1152, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 1158, 1158, 1158, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1158, 1158, 1152, 1158, + 1167, 1152, 1043, 1043, 1043, 340, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1248, 1248, 1248, 1248, 1248, 1248, 1248, + 1248, 1248, 1248, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1152, 1158, 1152, 1158, + 1158, 1152, 1152, 1152, 1152, 1152, 1152, 1450, + 1179, 0, 0, 0, 0, 0, 0, 0, + 0, 1177, 1177, 1177, 1177, 1177, 1177, 1177, + 1177, 1177, 1177, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 0, 0, 0, 1152, 1152, + 1152, 1158, 1158, 1152, 1152, 1152, 1152, 1158, + 1152, 1152, 1152, 1152, 1167, 0, 0, 0, + 0, 1248, 1248, 1248, 1248, 1248, 1248, 1248, + 1248, 1248, 1248, 5469, 5469, 1043, 1043, 1043, + 837, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 5691, 5692, 5693, 5694, 5695, 5696, 5697, + 5698, 5699, 5700, 5701, 5702, 5703, 5704, 5705, + 5706, 5707, 5708, 5709, 5710, 5711, 5712, 5713, + 5714, 5715, 5716, 5717, 5718, 5719, 5720, 5721, + 5722, 5723, 5724, 5725, 5726, 5727, 5728, 5729, + 5730, 5731, 5732, 5733, 5734, 5735, 5736, 5737, + 5738, 5739, 5740, 5741, 5742, 5743, 5744, 5745, + 5746, 5747, 5748, 5749, 5750, 5751, 5752, 5753, + 5754, 1248, 1248, 1248, 1248, 1248, 1248, 1248, + 1248, 1248, 1248, 5469, 5469, 5469, 5469, 5469, + 5469, 5469, 5469, 5469, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 340, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, + 0, 1043, 1043, 1043, 1043, 1043, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 0, 1248, 1248, 1248, 1248, 1248, 1248, 1248, + 1248, 1248, 1248, 0, 0, 0, 0, 1043, + 1043, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 0, + 0, 565, 565, 565, 565, 565, 1043, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 539, 539, 539, 539, 539, 539, 539, + 1043, 1043, 1043, 1043, 1043, 837, 837, 837, + 837, 522, 522, 522, 522, 1043, 837, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1248, 1248, 1248, 1248, 1248, 1248, 1248, + 1248, 1248, 1248, 0, 5469, 5469, 5469, 5469, + 5469, 5469, 5469, 0, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 0, 0, 0, 0, 0, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1158, 1158, 1158, 1158, 1158, 1158, + 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, + 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, + 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, + 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, + 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 1152, 1152, 1152, 1152, 1178, 1178, 1178, 1178, + 1178, 1178, 1178, 1178, 1178, 1178, 1178, 1178, + 1178, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 340, 340, 340, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 0, 0, 0, 0, 0, 0, + 0, 340, 340, 340, 340, 340, 340, 340, + 340, 340, 340, 0, 0, 837, 1152, 565, + 1043, 81, 81, 81, 81, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 837, 837, 837, 837, 837, 837, 837, + 837, 1190, 1190, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 1190, 837, 1190, 837, + 837, 837, 1190, 837, 837, 837, 1190, 1190, + 1190, 837, 1190, 837, 1190, 837, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 837, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 837, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 837, 837, 1190, 1190, 1190, 1190, 1190, 837, + 837, 837, 837, 1190, 837, 1190, 1190, 1190, + 837, 837, 837, 1190, 1190, 1190, 1190, 1190, + 837, 1190, 1190, 1190, 837, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 837, 1190, 1190, 1190, 837, + 837, 837, 1190, 1190, 837, 837, 837, 837, + 1190, 1190, 837, 837, 837, 1190, 1190, 837, + 837, 837, 837, 1190, 1190, 1190, 1190, 1190, + 837, 837, 837, 837, 837, 837, 1190, 837, + 837, 1190, 1190, 1190, 837, 1190, 1190, 1190, + 1190, 837, 837, 1190, 837, 1190, 837, 1190, + 1190, 1190, 1190, 1190, 1190, 837, 837, 837, + 1190, 1190, 837, 837, 837, 1190, 837, 1190, + 837, 1190, 837, 837, 1190, 1190, 1190, 1190, + 837, 1190, 1190, 1190, 837, 1190, 1190, 1190, + 1190, 837, 1190, 1190, 1190, 837, 1190, 1190, + 1190, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 1190, + 837, 1190, 837, 837, 837, 837, 837, 837, + 837, 1190, 837, 1190, 837, 837, 837, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 837, 1190, 837, 837, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 837, + 837, 837, 1190, 1190, 1190, 1190, 837, 837, + 0, 0, 1190, 837, 1190, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 1190, + 1190, 1190, 1190, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 5755, 5756, 1190, 837, 837, 1190, 837, 5757, + 5758, 5759, 5760, 5761, 5762, 5763, 5764, 5765, + 565, 565, 565, 1190, 1190, 1190, 5766, 5767, + 5768, 5769, 5770, 5771, 81, 81, 81, 81, + 81, 81, 81, 81, 552, 552, 552, 552, + 552, 552, 552, 552, 837, 837, 539, 539, + 539, 539, 539, 552, 552, 837, 837, 837, + 837, 837, 837, 1190, 1190, 837, 837, 1190, + 1190, 1190, 1190, 837, 837, 1190, 1190, 837, + 837, 837, 837, 837, 1190, 1190, 837, 1190, + 1190, 837, 837, 539, 539, 539, 539, 1190, + 1190, 1190, 1190, 1190, 1190, 837, 1190, 1190, + 1190, 1190, 5772, 5773, 5774, 5775, 5776, 5777, + 5778, 5779, 837, 837, 837, 837, 837, 837, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 837, 837, 837, 837, 837, 837, 837, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 539, 539, 539, 1084, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1189, 1189, 1189, 1189, 1189, 1189, 1189, + 1189, 1189, 5469, 1189, 1189, 1189, 1189, 1189, + 1189, 1189, 1189, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 5780, 2146, 2121, 5781, 2148, 2149, 5782, + 2128, 2131, 5783, 5784, 2132, 2151, 2134, 5785, + 2136, 2137, 2138, 5786, 5787, 5788, 5789, 5790, + 5791, 5792, 2142, 5793, 5794, 5795, 5796, 2147, + 5797, 2127, 2129, 2157, 2166, 5798, 2133, 5799, + 5800, 2152, 5801, 5802, 5803, 5804, 5805, 5806, + 5807, 5808, 5809, 5810, 5811, 5812, 5813, 5814, + 2164, 5815, 5816, 5817, 5818, 5819, 5820, 5821, + 5822, 5823, 5824, 5825, 5826, 5827, 5828, 5829, + 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, + 5838, 5839, 2165, 5840, 5841, 5842, 0, 5843, + 5844, 5845, 5846, 5847, 5848, 5849, 5850, 5851, + 5852, 5853, 5854, 5855, 5856, 5857, 5858, 5859, + 5860, 5812, 5813, 5814, 2164, 5815, 5816, 5817, + 5818, 5819, 5820, 5821, 5822, 5823, 5824, 5825, + 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, + 5834, 5835, 5836, 5837, 5838, 5839, 2165, 5840, + 5841, 5842, 5861, 5843, 5844, 5845, 5846, 5847, + 5848, 5849, 5850, 5851, 5852, 5853, 5854, 5855, + 5856, 5857, 5858, 5859, 5860, 5812, 0, 5814, + 2164, 0, 0, 5817, 0, 0, 5820, 5821, + 0, 0, 5824, 5825, 5826, 5827, 0, 5829, + 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, + 5838, 5839, 2165, 0, 5841, 0, 5861, 5843, + 5844, 5845, 5846, 5847, 5848, 0, 5850, 5851, + 5852, 5853, 5854, 5855, 5856, 5857, 5858, 5859, + 5860, 5812, 5813, 5814, 2164, 5815, 5816, 5817, + 5818, 5819, 5820, 5821, 5822, 5823, 5824, 5825, + 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, + 5834, 5835, 5836, 5837, 5838, 5839, 2165, 5840, + 5841, 5842, 5861, 5843, 5844, 5845, 5846, 5847, + 5848, 5849, 5850, 5851, 5852, 5853, 5854, 5855, + 5856, 5857, 5858, 5859, 5860, 5780, 2146, 0, + 5781, 2148, 2149, 5782, 0, 0, 5783, 5784, + 2132, 2151, 2134, 5785, 2136, 2137, 0, 5786, + 5787, 5788, 5789, 5790, 5791, 5792, 0, 5793, + 5794, 5795, 5796, 2147, 5797, 2127, 2129, 2157, + 2166, 5798, 2133, 5799, 5800, 2152, 5801, 5802, + 5803, 5804, 5805, 5806, 5807, 5808, 5809, 5810, + 5811, 5780, 2146, 0, 5781, 2148, 2149, 5782, + 0, 2131, 5783, 5784, 2132, 2151, 0, 5785, + 0, 0, 0, 5786, 5787, 5788, 5789, 5790, + 5791, 5792, 0, 5793, 5794, 5795, 5796, 2147, + 5797, 2127, 2129, 2157, 2166, 5798, 2133, 5799, + 5800, 2152, 5801, 5802, 5803, 5804, 5805, 5806, + 5807, 5808, 5809, 5810, 5811, 5780, 2146, 2121, + 5781, 2148, 2149, 5782, 2128, 2131, 5783, 5784, + 2132, 2151, 2134, 5785, 2136, 2137, 2138, 5786, + 5787, 5788, 5789, 5790, 5791, 5792, 2142, 5793, + 5794, 5795, 5796, 2147, 5797, 2127, 2129, 2157, + 2166, 5798, 2133, 5799, 5800, 2152, 5801, 5802, + 5803, 5804, 5805, 5806, 5807, 5808, 5809, 5810, + 5811, 5780, 2146, 2121, 5781, 2148, 2149, 5782, + 2128, 2131, 5783, 5784, 2132, 2151, 2134, 5785, + 2136, 2137, 2138, 5786, 5787, 5788, 5789, 5790, + 5791, 5792, 2142, 5793, 5794, 5795, 5796, 2147, + 5797, 2127, 2129, 2157, 2166, 5798, 2133, 5799, + 5800, 2152, 5801, 5802, 5803, 5804, 5805, 5806, + 5807, 5808, 5809, 5810, 5811, 5780, 2146, 2121, + 5781, 2148, 2149, 5782, 2128, 2131, 5783, 5784, + 2132, 2151, 2134, 5785, 2136, 2137, 2138, 5786, + 5787, 5788, 5789, 5790, 5791, 5792, 2142, 5793, + 5794, 5795, 5796, 2147, 5797, 2127, 2129, 2157, + 2166, 5798, 2133, 5799, 5800, 2152, 5801, 5802, + 5803, 5804, 5805, 5806, 5807, 5808, 5809, 5810, + 5811, 5812, 5813, 5814, 2164, 5815, 5816, 5817, + 5818, 5819, 5820, 5821, 5822, 5823, 5824, 5825, + 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, + 5834, 5835, 5836, 5837, 5838, 5839, 2165, 5840, + 5841, 5842, 5861, 5843, 5844, 5845, 5846, 5847, + 5848, 5849, 5850, 5851, 5852, 5853, 5854, 5855, + 5856, 5857, 5858, 5859, 5860, 5812, 5813, 5814, + 2164, 5815, 5816, 5817, 5818, 5819, 5820, 5821, + 5822, 5823, 5824, 5825, 5826, 5827, 5828, 5829, + 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, + 5838, 5839, 2165, 5840, 5841, 5842, 5861, 5843, + 5844, 5845, 5846, 5847, 5848, 5849, 5850, 5851, + 5852, 5853, 5854, 5855, 5856, 5857, 5858, 5859, + 5860, 5812, 5813, 5814, 2164, 5815, 5816, 5817, + 5818, 5819, 5820, 5821, 5822, 5823, 5824, 5825, + 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, + 5834, 5835, 5836, 5837, 5838, 5839, 2165, 5840, + 5841, 5842, 5861, 5843, 5844, 5845, 5846, 5847, + 5848, 5849, 5850, 5851, 5852, 5853, 5854, 5855, + 5856, 5857, 5858, 5859, 5860, 5862, 5863, 0, + 0, 5864, 5865, 2161, 5866, 5867, 5868, 5869, + 5870, 5871, 5872, 5873, 5874, 5875, 5876, 5877, + 5878, 5879, 5880, 5881, 5882, 5883, 5884, 5885, + 5886, 5887, 5888, 5889, 5890, 5891, 5892, 5893, + 5894, 5895, 5896, 5897, 5898, 5899, 5900, 5901, + 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909, + 5910, 5911, 5912, 5913, 5914, 5915, 5916, 5917, + 5918, 5919, 5920, 5921, 5922, 5923, 5924, 5925, + 5926, 5927, 5928, 5929, 5930, 5931, 5932, 5933, + 5934, 5935, 2162, 5936, 5937, 5938, 5939, 5940, + 5941, 5942, 5943, 5944, 5945, 5946, 5947, 2160, + 5948, 5949, 5950, 5951, 5952, 5953, 5954, 5955, + 5956, 5957, 5958, 5959, 2159, 5960, 5961, 5962, + 5963, 5964, 5965, 5966, 5967, 5968, 5969, 5970, + 5916, 5971, 5972, 5973, 5974, 5921, 5922, 5923, + 5924, 5925, 5926, 5927, 5928, 5929, 5930, 5931, + 5932, 5933, 5934, 5935, 2162, 5936, 5937, 5938, + 5939, 5940, 5941, 5942, 5943, 5944, 5945, 5946, + 5947, 2160, 5948, 5949, 5950, 5951, 5952, 5953, + 5954, 5955, 5956, 5957, 5958, 5959, 2159, 5960, + 5961, 5962, 5963, 5964, 5965, 5966, 5967, 5968, + 5969, 5970, 5975, 5971, 5972, 5973, 5974, 5864, + 5865, 2161, 5866, 5867, 5868, 5869, 5870, 5871, + 5872, 5873, 5874, 5875, 5876, 5877, 5878, 5879, + 5880, 5881, 5882, 5883, 5884, 5885, 5886, 5887, + 5888, 5889, 5890, 5891, 5892, 5893, 5894, 5895, + 5896, 5897, 5898, 5899, 5900, 5901, 5902, 5903, + 5904, 5905, 5906, 5907, 5908, 5909, 5910, 5911, + 5912, 5913, 5914, 5915, 5916, 5917, 5918, 5919, + 5920, 5921, 5922, 5923, 5924, 5925, 5926, 5927, + 5928, 5929, 5930, 5931, 5932, 5933, 5934, 5935, + 2162, 5936, 5937, 5938, 5939, 5940, 5941, 5942, + 5943, 5944, 5945, 5946, 5947, 2160, 5948, 5949, + 5950, 5951, 5952, 5953, 5954, 5955, 5956, 5957, + 5958, 5959, 2159, 5960, 5961, 5962, 5963, 5964, + 5965, 5966, 5967, 5968, 5969, 5970, 5975, 5971, + 5972, 5973, 5974, 5976, 5977, 0, 0, 5978, + 5979, 5980, 5981, 5982, 5983, 5984, 5985, 5986, + 5987, 5978, 5979, 5980, 5981, 5982, 5983, 5984, + 5985, 5986, 5987, 5978, 5979, 5980, 5981, 5982, + 5983, 5984, 5985, 5986, 5987, 5978, 5979, 5980, + 5981, 5982, 5983, 5984, 5985, 5986, 5987, 5988, + 5989, 5990, 5991, 5992, 5993, 5994, 5995, 5996, + 5997, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 837, 837, 837, 837, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 837, 837, + 837, 837, 837, 837, 837, 837, 1152, 837, + 837, 837, 837, 837, 837, 837, 837, 837, + 837, 837, 837, 837, 837, 1152, 837, 837, + 1043, 1043, 1043, 1043, 1043, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1152, 1152, 1152, 1152, + 1152, 0, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1152, + 1152, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, + 1105, 1105, 1105, 1105, 1105, 1105, 0, 0, + 5553, 5553, 5553, 5553, 5553, 5553, 5553, 5553, + 5553, 552, 552, 552, 552, 552, 552, 552, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 5998, 5999, 6000, 6001, 0, 6002, 6003, + 6004, 6005, 6006, 6007, 6008, 6009, 6010, 6011, + 6012, 6013, 6014, 6015, 6016, 6017, 6018, 6019, + 6020, 6021, 6022, 6023, 6024, 6025, 6026, 6027, + 6028, 0, 5999, 6000, 0, 6029, 0, 0, + 6004, 0, 6006, 6007, 6008, 6009, 6010, 6011, + 6012, 6013, 6014, 6015, 0, 6017, 6018, 6019, + 6020, 0, 6022, 0, 6024, 0, 0, 0, + 0, 0, 0, 6000, 0, 0, 0, 0, + 6004, 0, 6006, 0, 6008, 0, 6010, 6011, + 6012, 0, 6014, 6015, 0, 6017, 0, 0, + 6020, 0, 6022, 0, 6024, 0, 6026, 0, + 6028, 0, 5999, 6000, 0, 6030, 0, 0, + 6004, 6005, 6006, 6007, 0, 6009, 6010, 6011, + 6012, 6013, 6014, 6015, 0, 6017, 6018, 6019, + 6020, 0, 6022, 6023, 6024, 6025, 0, 6027, + 0, 5998, 5999, 6000, 6001, 6030, 6002, 6003, + 6004, 6005, 6006, 0, 6008, 6009, 6010, 6011, + 6012, 6013, 6014, 6015, 6016, 6017, 6018, 6019, + 6020, 6021, 6022, 6023, 6024, 0, 0, 0, + 0, 0, 6031, 6032, 6033, 0, 6034, 6035, + 6036, 6037, 6038, 0, 6039, 6040, 6041, 6042, + 6043, 6044, 6045, 6046, 6047, 6048, 6049, 6050, + 6051, 6052, 6053, 6054, 6055, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1108, 1108, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 77, 77, 77, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 0, 0, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 0, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 0, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 6056, 6057, 6058, 6059, 6060, 6061, 6062, + 6063, 6064, 6065, 6066, 1219, 1219, 0, 0, + 0, 6067, 6068, 6069, 6070, 6071, 6072, 6073, + 6074, 6075, 6076, 6077, 6078, 6079, 6080, 6081, + 6082, 6083, 6084, 6085, 6086, 6087, 6088, 6089, + 6090, 6091, 6092, 6093, 6094, 6095, 6096, 6097, + 0, 6098, 6099, 6100, 6101, 6102, 6103, 6104, + 6105, 6106, 6107, 6108, 6109, 6110, 6111, 6112, + 6113, 6114, 6115, 6116, 6117, 6118, 6119, 6120, + 6121, 6122, 6123, 6124, 3599, 6125, 6126, 6127, + 6128, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 6129, 6130, 0, 0, 0, + 0, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 6131, 1190, 1190, 1190, 1190, 1190, 1190, + 1190, 1190, 1190, 1190, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 6132, + 6132, 6132, 6132, 6132, 6132, 6132, 6132, 6132, + 6132, 6132, 6132, 6132, 6132, 6132, 6132, 6132, + 6132, 6132, 6132, 6132, 6132, 6132, 6132, 6132, + 6132, 6133, 6134, 6135, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 6136, 6137, 6138, 6139, 6140, 6141, 6142, + 6143, 6144, 6145, 6146, 6147, 6148, 6149, 6150, + 6151, 6152, 6153, 6154, 6155, 6156, 6157, 6158, + 6159, 6160, 6161, 6162, 6163, 6164, 6165, 6166, + 6167, 6168, 6169, 6170, 6171, 6172, 6173, 6174, + 6175, 6176, 6177, 6178, 0, 0, 0, 0, + 0, 6179, 6180, 6181, 6182, 6183, 6184, 6185, + 6186, 6187, 0, 0, 0, 0, 0, 0, + 0, 6188, 6189, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 77, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 6190, 6190, 6190, 6190, + 6190, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 0, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 0, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 77, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 77, + 77, 77, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 77, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 0, 0, + 0, 1084, 1084, 1084, 1084, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 77, 77, 1084, 77, 77, + 77, 1084, 1084, 1084, 1084, 77, 77, 77, + 1084, 1084, 77, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 77, 1084, 77, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 77, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 77, 77, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 77, 77, 77, 1084, 1084, 1084, 77, 77, + 77, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 77, 77, 77, 77, 77, 77, 77, + 77, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 0, 0, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 0, 0, 0, 0, 0, + 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 0, 0, 0, 0, 0, 0, 0, + 0, 77, 77, 77, 77, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 77, 77, 77, + 77, 1084, 1084, 1084, 1084, 1084, 1084, 1084, + 1084, 1084, 1084, 1084, 1084, 77, 77, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 77, 77, 77, 77, 77, 77, 77, + 77, 77, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 77, 77, 77, 77, 77, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 77, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 0, + 0, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, + 1159, 1159, 1159, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 6191, 6192, 6193, 6194, 6195, 4256, 6196, + 6197, 6198, 6199, 4257, 6200, 6201, 6202, 4258, + 6203, 6204, 6205, 6206, 6207, 6208, 6209, 6210, + 6211, 6212, 6213, 6214, 4316, 6215, 6216, 6217, + 6218, 6219, 6220, 6221, 6222, 6223, 4321, 4259, + 4260, 4322, 6224, 6225, 4067, 6226, 4261, 6227, + 6228, 6229, 6230, 6230, 6230, 6231, 6232, 6233, + 6234, 6235, 6236, 6237, 6238, 6239, 6240, 6241, + 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6248, + 4324, 6249, 6250, 6251, 6252, 4263, 6253, 6254, + 6255, 4220, 6256, 6257, 6258, 6259, 6260, 6261, + 6262, 6263, 6264, 6265, 6266, 6267, 6268, 6269, + 6270, 6271, 6272, 6273, 6274, 6275, 6276, 6277, + 6278, 6279, 6280, 6281, 6281, 6282, 6283, 6284, + 4063, 6285, 6286, 6287, 6288, 6289, 6290, 6291, + 6292, 4268, 6293, 6294, 6295, 6296, 6297, 6298, + 6299, 6300, 6301, 6302, 6303, 6304, 6305, 6306, + 6307, 6308, 6309, 6310, 6311, 6312, 6313, 4009, + 6314, 6315, 6316, 6316, 6317, 6318, 6318, 6319, + 6320, 6321, 6322, 6323, 6324, 6325, 6326, 6327, + 6328, 6329, 6330, 6331, 4269, 6332, 6333, 6334, + 6335, 4336, 6335, 6336, 4271, 6337, 6338, 6339, + 6340, 4272, 3982, 6341, 6342, 6343, 6344, 6345, + 6346, 6347, 6348, 6349, 6350, 6351, 6352, 6353, + 6354, 6355, 6356, 6357, 6358, 6359, 6360, 6361, + 6362, 4273, 6363, 6364, 6365, 6366, 6367, 6368, + 4275, 6369, 6370, 6371, 6372, 6373, 6374, 6375, + 6376, 4010, 4344, 6377, 6378, 6379, 6380, 6381, + 6382, 6383, 6384, 4276, 6385, 6386, 6387, 6388, + 4387, 6389, 6390, 6391, 6392, 6393, 6394, 6395, + 6396, 6397, 6398, 6399, 6400, 6401, 4080, 6402, + 6403, 6404, 6405, 6406, 6407, 6408, 6409, 6410, + 6411, 6412, 4277, 4167, 6413, 6414, 6415, 6416, + 6417, 6418, 6419, 6420, 4348, 6421, 6422, 6423, + 6424, 6425, 6426, 6427, 6428, 4349, 6429, 6430, + 6431, 6432, 6433, 6434, 6435, 6436, 6437, 6438, + 6439, 6440, 4351, 6441, 6442, 6443, 6444, 6445, + 6446, 6447, 6448, 6449, 6450, 6451, 6451, 6452, + 6453, 4353, 6454, 6455, 6456, 6457, 6458, 6459, + 6460, 4066, 6461, 6462, 6463, 6464, 6465, 6466, + 6467, 4359, 6468, 6469, 6470, 6471, 6472, 6473, + 6473, 4360, 4389, 6474, 6475, 6476, 6477, 6478, + 4028, 4362, 6479, 6480, 4288, 6481, 6482, 4242, + 6483, 6484, 4292, 6485, 6486, 6487, 6488, 6488, + 6489, 6490, 6491, 6492, 6493, 6494, 6495, 6496, + 6497, 6498, 6499, 6500, 6501, 6502, 6503, 6504, + 6505, 6506, 6507, 6508, 6509, 6510, 6511, 6512, + 6513, 6514, 6515, 4298, 6516, 6517, 6518, 6519, + 6520, 6521, 6522, 6523, 6524, 6525, 6526, 6527, + 6528, 6529, 6530, 6531, 6317, 6532, 6533, 6534, + 6535, 6536, 6537, 6538, 6539, 6540, 6541, 6542, + 6543, 4084, 6544, 6545, 6546, 6547, 6548, 6549, + 4301, 6550, 6551, 6552, 6553, 6554, 6555, 6556, + 6557, 6558, 6559, 6560, 6561, 6562, 6563, 6564, + 6565, 6566, 6567, 6568, 6569, 4023, 6570, 6571, + 6572, 6573, 6574, 6575, 4369, 6576, 6577, 6578, + 6579, 6580, 6581, 6582, 6583, 6584, 6585, 6586, + 6587, 6588, 6589, 6590, 6591, 6592, 6593, 6594, + 6595, 4374, 4375, 6596, 6597, 6598, 6599, 6600, + 6601, 6602, 6603, 6604, 6605, 6606, 6607, 6608, + 4376, 6609, 6610, 6611, 6612, 6613, 6614, 6615, + 6616, 6617, 6618, 6619, 6620, 6621, 6622, 6623, + 6624, 6625, 6626, 6627, 6628, 6629, 6630, 6631, + 6632, 6633, 6634, 6635, 6636, 6637, 6638, 4382, + 4382, 6639, 6640, 6641, 6642, 6643, 6644, 6645, + 6646, 6647, 6648, 4383, 6649, 6650, 6651, 6652, + 6653, 6654, 6655, 6656, 6657, 6658, 6659, 6660, + 6661, 6662, 6663, 6664, 6665, 6666, 6667, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 81, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 81, 81, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, + 81, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 573, 573, 573, 573, 573, 573, 573, + 573, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3969, + 3969, 3969, 3969, 3969, 3969, 3969, 3969, 0, + 0, }; + +const utf8proc_property_t utf8proc_properties[] = { + {0, 0, 0, 0, NULL, NULL, -1, -1, -1, -1, -1, false,false,false,false, UTF8PROC_BOUNDCLASS_OTHER, 0}, + {UTF8PROC_CATEGORY_CC, 0, UTF8PROC_BIDI_CLASS_BN, 0, NULL, NULL, -1, -1, -1, -1, -1, false, true, false, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CC, 0, UTF8PROC_BIDI_CLASS_BN, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CC, 0, UTF8PROC_BIDI_CLASS_S, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CC, 0, UTF8PROC_BIDI_CLASS_B, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, true, UTF8PROC_BOUNDCLASS_LF, 0}, + {UTF8PROC_CATEGORY_CC, 0, UTF8PROC_BIDI_CLASS_WS, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CC, 0, UTF8PROC_BIDI_CLASS_B, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, true, UTF8PROC_BOUNDCLASS_CR, 0}, + {UTF8PROC_CATEGORY_CC, 0, UTF8PROC_BIDI_CLASS_B, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_ZS, 0, UTF8PROC_BIDI_CLASS_WS, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ET, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SC, 0, UTF8PROC_BIDI_CLASS_ET, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ES, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_CS, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PD, 0, UTF8PROC_BIDI_CLASS_ES, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19924, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19720, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19992, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 0, -1, 97, -1, 0, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2, -1, 98, -1, 9792, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 4, -1, 99, -1, 68, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 6, -1, 100, -1, 1088, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8, -1, 101, -1, 136, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10, -1, 102, -1, 10336, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 12, -1, 103, -1, 1224, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 14, -1, 104, -1, 1360, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 16, -1, 105, -1, 204, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 18, -1, 106, -1, 1496, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 20, -1, 107, -1, 1632, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 22, -1, 108, -1, 1768, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 24, -1, 109, -1, 10744, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 26, -1, 110, -1, 272, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 28, -1, 111, -1, 340, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 30, -1, 112, -1, 11016, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 32, -1, 113, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 34, -1, 114, -1, 1904, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 36, -1, 115, -1, 2040, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 38, -1, 116, -1, 2176, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 40, -1, 117, -1, 408, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 42, -1, 118, -1, 11968, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 44, -1, 119, -1, 2312, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 46, -1, 120, -1, 12104, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 48, -1, 121, -1, 476, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 50, -1, 122, -1, 2448, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PC, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 65, -1, 65, 544, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66, -1, 66, 9860, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 67, -1, 67, 612, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 68, -1, 68, 1156, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 69, -1, 69, 680, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 70, -1, 70, 10404, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71, -1, 71, 1292, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 72, -1, 72, 1428, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 73, -1, 73, 748, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 74, -1, 74, 1564, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 75, -1, 75, 1700, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 76, -1, 76, 1836, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 77, -1, 77, 10812, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 78, -1, 78, 816, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 79, -1, 79, 884, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 80, -1, 80, 11084, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 81, -1, 81, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 82, -1, 82, 1972, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 83, -1, 83, 2108, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 84, -1, 84, 2244, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 85, -1, 85, 952, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 86, -1, 86, 12036, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 87, -1, 87, 2380, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 88, -1, 88, 12172, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 89, -1, 89, 1020, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 90, -1, 90, 2516, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ZS, 0, UTF8PROC_BIDI_CLASS_CS, UTF8PROC_DECOMP_TYPE_NOBREAK, utf8proc_sequences + 52, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 54, NULL, -1, -1, -1, 4080, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 0, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PI, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_BN, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 57, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ET, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ET, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 60, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 62, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 64, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 67, utf8proc_sequences + 67, 924, -1, 924, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 69, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 72, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 28, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PF, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 74, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 78, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 82, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 86, utf8proc_sequences + 89, -1, 224, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 91, utf8proc_sequences + 94, -1, 225, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 96, utf8proc_sequences + 99, -1, 226, -1, 12308, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 101, utf8proc_sequences + 104, -1, 227, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 106, utf8proc_sequences + 109, -1, 228, -1, 2720, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 111, utf8proc_sequences + 114, -1, 229, -1, 3400, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 116, -1, 230, -1, 2992, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 118, utf8proc_sequences + 121, -1, 231, -1, 9928, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 123, utf8proc_sequences + 126, -1, 232, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 128, utf8proc_sequences + 131, -1, 233, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 133, utf8proc_sequences + 136, -1, 234, -1, 12716, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 138, utf8proc_sequences + 141, -1, 235, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 143, utf8proc_sequences + 146, -1, 236, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 148, utf8proc_sequences + 151, -1, 237, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 153, utf8proc_sequences + 156, -1, 238, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 158, utf8proc_sequences + 161, -1, 239, -1, 10472, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 163, -1, 240, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 165, utf8proc_sequences + 168, -1, 241, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 170, utf8proc_sequences + 173, -1, 242, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 175, utf8proc_sequences + 178, -1, 243, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 180, utf8proc_sequences + 183, -1, 244, -1, 12988, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 185, utf8proc_sequences + 188, -1, 245, -1, 3808, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 190, utf8proc_sequences + 193, -1, 246, -1, 3672, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 195, -1, 248, -1, 3536, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 197, utf8proc_sequences + 200, -1, 249, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 202, utf8proc_sequences + 205, -1, 250, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 207, utf8proc_sequences + 210, -1, 251, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 212, utf8proc_sequences + 215, -1, 252, -1, 2584, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 217, utf8proc_sequences + 220, -1, 253, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 222, -1, 254, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 224, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 227, NULL, 192, -1, 192, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 230, NULL, 193, -1, 193, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 233, NULL, 194, -1, 194, 12376, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 236, NULL, 195, -1, 195, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 239, NULL, 196, -1, 196, 2788, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 242, NULL, 197, -1, 197, 3468, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 198, -1, 198, 3060, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 245, NULL, 199, -1, 199, 9996, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 248, NULL, 200, -1, 200, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 251, NULL, 201, -1, 201, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 254, NULL, 202, -1, 202, 12784, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 257, NULL, 203, -1, 203, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 260, NULL, 204, -1, 204, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 263, NULL, 205, -1, 205, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 266, NULL, 206, -1, 206, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 269, NULL, 207, -1, 207, 10540, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 208, -1, 208, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 272, NULL, 209, -1, 209, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 275, NULL, 210, -1, 210, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 278, NULL, 211, -1, 211, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 281, NULL, 212, -1, 212, 13056, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 284, NULL, 213, -1, 213, 3876, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 287, NULL, 214, -1, 214, 3740, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 216, -1, 216, 3604, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 290, NULL, 217, -1, 217, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 293, NULL, 218, -1, 218, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 296, NULL, 219, -1, 219, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 299, NULL, 220, -1, 220, 2652, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 302, NULL, 221, -1, 221, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 222, -1, 222, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 305, NULL, 376, -1, 376, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 308, utf8proc_sequences + 311, -1, 257, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 313, NULL, 256, -1, 256, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 316, utf8proc_sequences + 319, -1, 259, -1, 12580, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 321, NULL, 258, -1, 258, 12648, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 324, utf8proc_sequences + 327, -1, 261, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 329, NULL, 260, -1, 260, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 332, utf8proc_sequences + 335, -1, 263, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 337, NULL, 262, -1, 262, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 340, utf8proc_sequences + 343, -1, 265, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 345, NULL, 264, -1, 264, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 348, utf8proc_sequences + 351, -1, 267, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 353, NULL, 266, -1, 266, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 356, utf8proc_sequences + 359, -1, 269, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 361, NULL, 268, -1, 268, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 364, utf8proc_sequences + 367, -1, 271, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 369, NULL, 270, -1, 270, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 372, -1, 273, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 272, -1, 272, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 374, utf8proc_sequences + 377, -1, 275, -1, 10064, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 379, NULL, 274, -1, 274, 10132, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 382, utf8proc_sequences + 385, -1, 277, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 387, NULL, 276, -1, 276, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 390, utf8proc_sequences + 393, -1, 279, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 395, NULL, 278, -1, 278, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 398, utf8proc_sequences + 401, -1, 281, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 403, NULL, 280, -1, 280, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 406, utf8proc_sequences + 409, -1, 283, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 411, NULL, 282, -1, 282, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 414, utf8proc_sequences + 417, -1, 285, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 419, NULL, 284, -1, 284, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 422, utf8proc_sequences + 425, -1, 287, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 427, NULL, 286, -1, 286, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 430, utf8proc_sequences + 433, -1, 289, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 435, NULL, 288, -1, 288, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 438, utf8proc_sequences + 441, -1, 291, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 443, NULL, 290, -1, 290, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 446, utf8proc_sequences + 449, -1, 293, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 451, NULL, 292, -1, 292, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 454, -1, 295, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 294, -1, 294, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 456, utf8proc_sequences + 459, -1, 297, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 461, NULL, 296, -1, 296, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 464, utf8proc_sequences + 467, -1, 299, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 469, NULL, 298, -1, 298, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 472, utf8proc_sequences + 475, -1, 301, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 477, NULL, 300, -1, 300, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 480, utf8proc_sequences + 483, -1, 303, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 485, NULL, 302, -1, 302, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 488, utf8proc_sequences + 491, -1, 105, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 73, -1, 73, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 494, utf8proc_sequences + 497, -1, 307, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 499, NULL, 306, -1, 306, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 502, utf8proc_sequences + 505, -1, 309, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 507, NULL, 308, -1, 308, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 510, utf8proc_sequences + 513, -1, 311, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 515, NULL, 310, -1, 310, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 518, utf8proc_sequences + 521, -1, 314, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 523, NULL, 313, -1, 313, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 526, utf8proc_sequences + 529, -1, 316, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 531, NULL, 315, -1, 315, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 534, utf8proc_sequences + 537, -1, 318, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 539, NULL, 317, -1, 317, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 542, utf8proc_sequences + 545, -1, 320, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 547, NULL, 319, -1, 319, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 550, -1, 322, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 321, -1, 321, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 552, utf8proc_sequences + 555, -1, 324, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 557, NULL, 323, -1, 323, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 560, utf8proc_sequences + 563, -1, 326, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 565, NULL, 325, -1, 325, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 568, utf8proc_sequences + 571, -1, 328, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 573, NULL, 327, -1, 327, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 576, utf8proc_sequences + 576, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 579, -1, 331, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 330, -1, 330, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 581, utf8proc_sequences + 584, -1, 333, -1, 10880, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 586, NULL, 332, -1, 332, 10948, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 589, utf8proc_sequences + 592, -1, 335, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 594, NULL, 334, -1, 334, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 597, utf8proc_sequences + 600, -1, 337, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 602, NULL, 336, -1, 336, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 605, -1, 339, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 338, -1, 338, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 607, utf8proc_sequences + 610, -1, 341, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 612, NULL, 340, -1, 340, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 615, utf8proc_sequences + 618, -1, 343, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 620, NULL, 342, -1, 342, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 623, utf8proc_sequences + 626, -1, 345, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 628, NULL, 344, -1, 344, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 631, utf8proc_sequences + 634, -1, 347, -1, 11288, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 636, NULL, 346, -1, 346, 11356, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 639, utf8proc_sequences + 642, -1, 349, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 644, NULL, 348, -1, 348, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 647, utf8proc_sequences + 650, -1, 351, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 652, NULL, 350, -1, 350, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 655, utf8proc_sequences + 658, -1, 353, -1, 11424, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 660, NULL, 352, -1, 352, 11492, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 663, utf8proc_sequences + 666, -1, 355, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 668, NULL, 354, -1, 354, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 671, utf8proc_sequences + 674, -1, 357, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 676, NULL, 356, -1, 356, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 679, -1, 359, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 358, -1, 358, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 681, utf8proc_sequences + 684, -1, 361, -1, 11696, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 686, NULL, 360, -1, 360, 11764, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 689, utf8proc_sequences + 692, -1, 363, -1, 11832, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 694, NULL, 362, -1, 362, 11900, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 697, utf8proc_sequences + 700, -1, 365, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 702, NULL, 364, -1, 364, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 705, utf8proc_sequences + 708, -1, 367, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 710, NULL, 366, -1, 366, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 713, utf8proc_sequences + 716, -1, 369, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 718, NULL, 368, -1, 368, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 721, utf8proc_sequences + 724, -1, 371, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 726, NULL, 370, -1, 370, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 729, utf8proc_sequences + 732, -1, 373, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 734, NULL, 372, -1, 372, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 737, utf8proc_sequences + 740, -1, 375, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 742, NULL, 374, -1, 374, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 745, utf8proc_sequences + 748, -1, 255, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 750, utf8proc_sequences + 753, -1, 378, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 755, NULL, 377, -1, 377, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 758, utf8proc_sequences + 761, -1, 380, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 763, NULL, 379, -1, 379, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 766, utf8proc_sequences + 769, -1, 382, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 771, NULL, 381, -1, 381, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 36, utf8proc_sequences + 36, 83, -1, 83, 12240, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 579, -1, 579, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 774, -1, 595, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 776, -1, 387, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 386, -1, 386, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 778, -1, 389, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 388, -1, 388, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 780, -1, 596, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 782, -1, 392, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 391, -1, 391, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 784, -1, 598, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 786, -1, 599, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 788, -1, 396, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 395, -1, 395, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 790, -1, 477, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 792, -1, 601, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 794, -1, 603, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 796, -1, 402, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 401, -1, 401, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 798, -1, 608, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 800, -1, 611, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 502, -1, 502, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 802, -1, 617, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 804, -1, 616, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 806, -1, 409, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 408, -1, 408, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 573, -1, 573, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 808, -1, 623, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 810, -1, 626, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 544, -1, 544, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 812, -1, 629, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 814, utf8proc_sequences + 817, -1, 417, -1, 13260, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 819, NULL, 416, -1, 416, 13328, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 822, -1, 419, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 418, -1, 418, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 824, -1, 421, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 420, -1, 420, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 826, -1, 640, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 828, -1, 424, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 423, -1, 423, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 830, -1, 643, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 832, -1, 429, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 428, -1, 428, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 834, -1, 648, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 836, utf8proc_sequences + 839, -1, 432, -1, 13396, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 841, NULL, 431, -1, 431, 13464, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 844, -1, 650, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 846, -1, 651, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 848, -1, 436, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 435, -1, 435, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 850, -1, 438, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 437, -1, 437, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 852, -1, 658, -1, 3264, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 854, -1, 441, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 440, -1, 440, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 856, -1, 445, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 444, -1, 444, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 503, -1, 503, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 858, utf8proc_sequences + 861, -1, 454, 453, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 863, utf8proc_sequences + 861, 452, 454, 453, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 866, NULL, 452, -1, 453, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 869, utf8proc_sequences + 872, -1, 457, 456, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 874, utf8proc_sequences + 872, 455, 457, 456, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 877, NULL, 455, -1, 456, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 880, utf8proc_sequences + 883, -1, 460, 459, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 885, utf8proc_sequences + 883, 458, 460, 459, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 888, NULL, 458, -1, 459, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 891, utf8proc_sequences + 894, -1, 462, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 896, NULL, 461, -1, 461, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 899, utf8proc_sequences + 902, -1, 464, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 904, NULL, 463, -1, 463, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 907, utf8proc_sequences + 910, -1, 466, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 912, NULL, 465, -1, 465, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 915, utf8proc_sequences + 918, -1, 468, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 920, NULL, 467, -1, 467, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 923, utf8proc_sequences + 926, -1, 470, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 928, NULL, 469, -1, 469, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 931, utf8proc_sequences + 934, -1, 472, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 936, NULL, 471, -1, 471, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 939, utf8proc_sequences + 942, -1, 474, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 944, NULL, 473, -1, 473, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 947, utf8proc_sequences + 950, -1, 476, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 952, NULL, 475, -1, 475, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 398, -1, 398, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 955, utf8proc_sequences + 958, -1, 479, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 960, NULL, 478, -1, 478, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 963, utf8proc_sequences + 966, -1, 481, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 968, NULL, 480, -1, 480, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 971, utf8proc_sequences + 974, -1, 483, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 976, NULL, 482, -1, 482, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 979, -1, 485, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 484, -1, 484, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 981, utf8proc_sequences + 984, -1, 487, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 986, NULL, 486, -1, 486, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 989, utf8proc_sequences + 992, -1, 489, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 994, NULL, 488, -1, 488, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 997, utf8proc_sequences + 1000, -1, 491, -1, 3128, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1002, NULL, 490, -1, 490, 3196, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1005, utf8proc_sequences + 1008, -1, 493, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1010, NULL, 492, -1, 492, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1013, utf8proc_sequences + 1016, -1, 495, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1018, NULL, 494, -1, 494, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1021, utf8proc_sequences + 1021, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1024, utf8proc_sequences + 1027, -1, 499, 498, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1029, utf8proc_sequences + 1027, 497, 499, 498, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1032, NULL, 497, -1, 498, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1035, utf8proc_sequences + 1038, -1, 501, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1040, NULL, 500, -1, 500, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1043, -1, 405, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1045, -1, 447, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1047, utf8proc_sequences + 1050, -1, 505, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1052, NULL, 504, -1, 504, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1055, utf8proc_sequences + 1058, -1, 507, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1060, NULL, 506, -1, 506, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1063, utf8proc_sequences + 1066, -1, 509, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1068, NULL, 508, -1, 508, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1071, utf8proc_sequences + 1074, -1, 511, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1076, NULL, 510, -1, 510, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1079, utf8proc_sequences + 1082, -1, 513, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1084, NULL, 512, -1, 512, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1087, utf8proc_sequences + 1090, -1, 515, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1092, NULL, 514, -1, 514, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1095, utf8proc_sequences + 1098, -1, 517, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1100, NULL, 516, -1, 516, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1103, utf8proc_sequences + 1106, -1, 519, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1108, NULL, 518, -1, 518, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1111, utf8proc_sequences + 1114, -1, 521, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1116, NULL, 520, -1, 520, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1119, utf8proc_sequences + 1122, -1, 523, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1124, NULL, 522, -1, 522, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1127, utf8proc_sequences + 1130, -1, 525, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1132, NULL, 524, -1, 524, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1135, utf8proc_sequences + 1138, -1, 527, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1140, NULL, 526, -1, 526, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1143, utf8proc_sequences + 1146, -1, 529, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1148, NULL, 528, -1, 528, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1151, utf8proc_sequences + 1154, -1, 531, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1156, NULL, 530, -1, 530, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1159, utf8proc_sequences + 1162, -1, 533, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1164, NULL, 532, -1, 532, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1167, utf8proc_sequences + 1170, -1, 535, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1172, NULL, 534, -1, 534, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1175, utf8proc_sequences + 1178, -1, 537, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1180, NULL, 536, -1, 536, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1183, utf8proc_sequences + 1186, -1, 539, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1188, NULL, 538, -1, 538, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1191, -1, 541, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 540, -1, 540, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1193, utf8proc_sequences + 1196, -1, 543, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1198, NULL, 542, -1, 542, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1201, -1, 414, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1203, -1, 547, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 546, -1, 546, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1205, -1, 549, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 548, -1, 548, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1207, utf8proc_sequences + 1210, -1, 551, -1, 2856, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1212, NULL, 550, -1, 550, 2924, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1215, utf8proc_sequences + 1218, -1, 553, -1, 10200, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1220, NULL, 552, -1, 552, 10268, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1223, utf8proc_sequences + 1226, -1, 555, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1228, NULL, 554, -1, 554, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1231, utf8proc_sequences + 1234, -1, 557, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1236, NULL, 556, -1, 556, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1239, utf8proc_sequences + 1242, -1, 559, -1, 3944, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1244, NULL, 558, -1, 558, 4012, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1247, utf8proc_sequences + 1250, -1, 561, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1252, NULL, 560, -1, 560, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1255, utf8proc_sequences + 1258, -1, 563, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1260, NULL, 562, -1, 562, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1263, -1, 11365, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1265, -1, 572, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 571, -1, 571, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1267, -1, 410, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1269, -1, 11366, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11390, -1, 11390, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11391, -1, 11391, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1271, -1, 578, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 577, -1, 577, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1273, -1, 384, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1275, -1, 649, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1277, -1, 652, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1279, -1, 583, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 582, -1, 582, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1281, -1, 585, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 584, -1, 584, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1283, -1, 587, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 586, -1, 586, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1285, -1, 589, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 588, -1, 588, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1287, -1, 591, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 590, -1, 590, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11375, -1, 11375, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11373, -1, 11373, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11376, -1, 11376, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 385, -1, 385, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 390, -1, 390, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 393, -1, 393, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 394, -1, 394, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 399, -1, 399, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 400, -1, 400, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42923, -1, 42923, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 403, -1, 403, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42924, -1, 42924, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 404, -1, 404, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42893, -1, 42893, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42922, -1, 42922, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 407, -1, 407, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 406, -1, 406, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11362, -1, 11362, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42925, -1, 42925, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 412, -1, 412, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11374, -1, 11374, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 413, -1, 413, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 415, -1, 415, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11364, -1, 11364, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 422, -1, 422, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 425, -1, 425, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42929, -1, 42929, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 430, -1, 430, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 580, -1, 580, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 433, -1, 433, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 434, -1, 434, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 581, -1, 581, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 439, -1, 439, 3332, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42930, -1, 42930, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42928, -1, 42928, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 14, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1289, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 18, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 34, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1291, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1293, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1295, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 44, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 48, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1297, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1300, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1303, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1306, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1309, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1312, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 800, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 22, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 36, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 46, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1315, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 0, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 2, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 3, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 7, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 8, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 10, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 4, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 46, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 5, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 12, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 11, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 14, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 15, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 47, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 48, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 232, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 220, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 216, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 13, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 202, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 220, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 40, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 220, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 45, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 220, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 39, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 220, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 16, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 202, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 6, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 202, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 9, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 220, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 42, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 220, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 44, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 220, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 43, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 220, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 41, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 1, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 1, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 51, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 1317, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 1319, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 49, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 1321, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 1323, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 240, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, utf8proc_sequences + 1326, 921, -1, 921, -1, 50, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 233, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 234, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1328, -1, 881, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 880, -1, 880, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1330, -1, 883, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 882, -1, 882, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 1332, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1334, -1, 887, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 886, -1, 886, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1336, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1021, -1, 1021, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1022, -1, 1022, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1023, -1, 1023, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 1339, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1341, -1, 1011, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 1343, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1346, utf8proc_sequences + 1349, -1, 940, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 1351, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1353, utf8proc_sequences + 1356, -1, 941, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1358, utf8proc_sequences + 1361, -1, 942, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1363, utf8proc_sequences + 1366, -1, 943, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1368, utf8proc_sequences + 1371, -1, 972, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1373, utf8proc_sequences + 1376, -1, 973, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1378, utf8proc_sequences + 1381, -1, 974, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1383, utf8proc_sequences + 1386, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1390, -1, 945, -1, 4148, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1392, -1, 946, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1394, -1, 947, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1396, -1, 948, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1398, -1, 949, -1, 4216, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1400, -1, 950, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1402, -1, 951, -1, 4284, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1404, -1, 952, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1326, -1, 953, -1, 4352, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1406, -1, 954, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1408, -1, 955, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 67, -1, 956, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1410, -1, 957, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1412, -1, 958, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1414, -1, 959, -1, 4420, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1416, -1, 960, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1418, -1, 961, -1, 18428, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1420, -1, 963, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1422, -1, 964, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1424, -1, 965, -1, 4488, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1426, -1, 966, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1428, -1, 967, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1430, -1, 968, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1432, -1, 969, -1, 4556, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1434, utf8proc_sequences + 1437, -1, 970, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1439, utf8proc_sequences + 1442, -1, 971, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1444, NULL, 902, -1, 902, 17884, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1447, NULL, 904, -1, 904, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1450, NULL, 905, -1, 905, 18088, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1453, NULL, 906, -1, 906, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1456, utf8proc_sequences + 1459, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 913, -1, 913, 4692, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 914, -1, 914, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 915, -1, 915, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 916, -1, 916, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 917, -1, 917, 4760, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 918, -1, 918, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 919, -1, 919, 4828, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 920, -1, 920, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 921, -1, 921, 4896, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 922, -1, 922, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 923, -1, 923, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 924, -1, 924, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 925, -1, 925, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 926, -1, 926, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 927, -1, 927, 5100, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 928, -1, 928, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 929, -1, 929, 18360, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1420, 931, -1, 931, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 931, -1, 931, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 932, -1, 932, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 933, -1, 933, 5032, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 934, -1, 934, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 935, -1, 935, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 936, -1, 936, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 937, -1, 937, 5168, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1463, NULL, 938, -1, 938, 4624, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1466, NULL, 939, -1, 939, 4964, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1469, NULL, 908, -1, 908, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1472, NULL, 910, -1, 910, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1475, NULL, 911, -1, 911, 18564, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1478, -1, 983, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1392, utf8proc_sequences + 1392, 914, -1, 914, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1404, utf8proc_sequences + 1404, 920, -1, 920, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1480, NULL, -1, -1, -1, 5236, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1482, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1485, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1426, utf8proc_sequences + 1426, 934, -1, 934, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1416, utf8proc_sequences + 1416, 928, -1, 928, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 975, -1, 975, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1488, -1, 985, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 984, -1, 984, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1490, -1, 987, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 986, -1, 986, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1492, -1, 989, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 988, -1, 988, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1494, -1, 991, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 990, -1, 990, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1496, -1, 993, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 992, -1, 992, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1498, -1, 995, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 994, -1, 994, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1500, -1, 997, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 996, -1, 996, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1502, -1, 999, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 998, -1, 998, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1504, -1, 1001, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1000, -1, 1000, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1506, -1, 1003, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1002, -1, 1002, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1508, -1, 1005, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1004, -1, 1004, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1510, -1, 1007, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1006, -1, 1006, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1406, utf8proc_sequences + 1406, 922, -1, 922, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1418, utf8proc_sequences + 1418, 929, -1, 929, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1512, NULL, 1017, -1, 1017, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 895, -1, 895, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1514, utf8proc_sequences + 1404, -1, 952, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1398, utf8proc_sequences + 1398, 917, -1, 917, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1516, -1, 1016, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1015, -1, 1015, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 1518, utf8proc_sequences + 1520, -1, 1010, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1522, -1, 1019, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1018, -1, 1018, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1524, -1, 891, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1526, -1, 892, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1528, -1, 893, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1530, utf8proc_sequences + 1533, -1, 1104, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1535, utf8proc_sequences + 1538, -1, 1105, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1540, -1, 1106, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1542, utf8proc_sequences + 1545, -1, 1107, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1547, -1, 1108, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1549, -1, 1109, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1551, -1, 1110, -1, 5440, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1553, utf8proc_sequences + 1556, -1, 1111, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1558, -1, 1112, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1560, -1, 1113, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1562, -1, 1114, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1564, -1, 1115, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1566, utf8proc_sequences + 1569, -1, 1116, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1571, utf8proc_sequences + 1574, -1, 1117, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1576, utf8proc_sequences + 1579, -1, 1118, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1581, -1, 1119, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1583, -1, 1072, -1, 6392, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1585, -1, 1073, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1587, -1, 1074, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1589, -1, 1075, -1, 5372, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1591, -1, 1076, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1593, -1, 1077, -1, 5304, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1595, -1, 1078, -1, 6256, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1597, -1, 1079, -1, 6664, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1599, -1, 1080, -1, 5576, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1601, utf8proc_sequences + 1604, -1, 1081, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1606, -1, 1082, -1, 5508, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1608, -1, 1083, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1610, -1, 1084, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1612, -1, 1085, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1614, -1, 1086, -1, 6800, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1616, -1, 1087, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1618, -1, 1088, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1620, -1, 1089, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1622, -1, 1090, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1624, -1, 1091, -1, 5644, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1626, -1, 1092, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1628, -1, 1093, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1630, -1, 1094, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1632, -1, 1095, -1, 7208, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1634, -1, 1096, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1636, -1, 1097, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1638, -1, 1098, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1640, -1, 1099, -1, 7344, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1642, -1, 1100, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1644, -1, 1101, -1, 7072, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1646, -1, 1102, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1648, -1, 1103, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1040, -1, 1040, 6460, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1041, -1, 1041, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1042, -1, 1042, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1043, -1, 1043, 5848, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1044, -1, 1044, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1045, -1, 1045, 5780, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1046, -1, 1046, 6324, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1047, -1, 1047, 6732, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1048, -1, 1048, 5712, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1650, NULL, 1049, -1, 1049, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1050, -1, 1050, 5984, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1051, -1, 1051, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1052, -1, 1052, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1053, -1, 1053, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1054, -1, 1054, 6868, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1055, -1, 1055, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1056, -1, 1056, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1057, -1, 1057, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1058, -1, 1058, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1059, -1, 1059, 6052, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1060, -1, 1060, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1061, -1, 1061, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1062, -1, 1062, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1063, -1, 1063, 7276, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1064, -1, 1064, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1065, -1, 1065, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1066, -1, 1066, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1067, -1, 1067, 7412, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1068, -1, 1068, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1069, -1, 1069, 7140, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1070, -1, 1070, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1071, -1, 1071, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1653, NULL, 1024, -1, 1024, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1656, NULL, 1025, -1, 1025, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1026, -1, 1026, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1659, NULL, 1027, -1, 1027, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1028, -1, 1028, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1029, -1, 1029, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1030, -1, 1030, 5916, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1662, NULL, 1031, -1, 1031, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1032, -1, 1032, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1033, -1, 1033, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1034, -1, 1034, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1035, -1, 1035, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1665, NULL, 1036, -1, 1036, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1668, NULL, 1037, -1, 1037, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1671, NULL, 1038, -1, 1038, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1039, -1, 1039, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1674, -1, 1121, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1120, -1, 1120, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1676, -1, 1123, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1122, -1, 1122, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1678, -1, 1125, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1124, -1, 1124, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1680, -1, 1127, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1126, -1, 1126, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1682, -1, 1129, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1128, -1, 1128, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1684, -1, 1131, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1130, -1, 1130, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1686, -1, 1133, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1132, -1, 1132, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1688, -1, 1135, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1134, -1, 1134, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1690, -1, 1137, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1136, -1, 1136, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1692, -1, 1139, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1138, -1, 1138, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1694, -1, 1141, -1, 6120, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1140, -1, 1140, 6188, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1696, utf8proc_sequences + 1699, -1, 1143, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1701, NULL, 1142, -1, 1142, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1704, -1, 1145, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1144, -1, 1144, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1706, -1, 1147, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1146, -1, 1146, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1708, -1, 1149, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1148, -1, 1148, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1710, -1, 1151, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1150, -1, 1150, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1712, -1, 1153, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1152, -1, 1152, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ME, 0, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1714, -1, 1163, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1162, -1, 1162, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1716, -1, 1165, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1164, -1, 1164, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1718, -1, 1167, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1166, -1, 1166, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1720, -1, 1169, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1168, -1, 1168, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1722, -1, 1171, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1170, -1, 1170, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1724, -1, 1173, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1172, -1, 1172, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1726, -1, 1175, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1174, -1, 1174, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1728, -1, 1177, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1176, -1, 1176, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1730, -1, 1179, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1178, -1, 1178, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1732, -1, 1181, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1180, -1, 1180, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1734, -1, 1183, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1182, -1, 1182, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1736, -1, 1185, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1184, -1, 1184, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1738, -1, 1187, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1186, -1, 1186, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1740, -1, 1189, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1188, -1, 1188, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1742, -1, 1191, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1190, -1, 1190, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1744, -1, 1193, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1192, -1, 1192, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1746, -1, 1195, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1194, -1, 1194, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1748, -1, 1197, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1196, -1, 1196, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1750, -1, 1199, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1198, -1, 1198, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1752, -1, 1201, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1200, -1, 1200, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1754, -1, 1203, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1202, -1, 1202, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1756, -1, 1205, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1204, -1, 1204, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1758, -1, 1207, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1206, -1, 1206, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1760, -1, 1209, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1208, -1, 1208, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1762, -1, 1211, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1210, -1, 1210, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1764, -1, 1213, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1212, -1, 1212, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1766, -1, 1215, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1214, -1, 1214, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1768, -1, 1231, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1770, utf8proc_sequences + 1773, -1, 1218, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1775, NULL, 1217, -1, 1217, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1778, -1, 1220, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1219, -1, 1219, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1780, -1, 1222, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1221, -1, 1221, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1782, -1, 1224, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1223, -1, 1223, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1784, -1, 1226, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1225, -1, 1225, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1786, -1, 1228, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1227, -1, 1227, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1788, -1, 1230, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1229, -1, 1229, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1216, -1, 1216, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1790, utf8proc_sequences + 1793, -1, 1233, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1795, NULL, 1232, -1, 1232, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1798, utf8proc_sequences + 1801, -1, 1235, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1803, NULL, 1234, -1, 1234, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1806, -1, 1237, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1236, -1, 1236, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1808, utf8proc_sequences + 1811, -1, 1239, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1813, NULL, 1238, -1, 1238, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1816, -1, 1241, -1, 6528, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1240, -1, 1240, 6596, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1818, utf8proc_sequences + 1821, -1, 1243, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1823, NULL, 1242, -1, 1242, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1826, utf8proc_sequences + 1829, -1, 1245, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1831, NULL, 1244, -1, 1244, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1834, utf8proc_sequences + 1837, -1, 1247, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1839, NULL, 1246, -1, 1246, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1842, -1, 1249, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1248, -1, 1248, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1844, utf8proc_sequences + 1847, -1, 1251, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1849, NULL, 1250, -1, 1250, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1852, utf8proc_sequences + 1855, -1, 1253, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1857, NULL, 1252, -1, 1252, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1860, utf8proc_sequences + 1863, -1, 1255, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1865, NULL, 1254, -1, 1254, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1868, -1, 1257, -1, 6936, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1256, -1, 1256, 7004, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1870, utf8proc_sequences + 1873, -1, 1259, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1875, NULL, 1258, -1, 1258, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1878, utf8proc_sequences + 1881, -1, 1261, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1883, NULL, 1260, -1, 1260, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1886, utf8proc_sequences + 1889, -1, 1263, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1891, NULL, 1262, -1, 1262, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1894, utf8proc_sequences + 1897, -1, 1265, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1899, NULL, 1264, -1, 1264, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1902, utf8proc_sequences + 1905, -1, 1267, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1907, NULL, 1266, -1, 1266, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1910, utf8proc_sequences + 1913, -1, 1269, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1915, NULL, 1268, -1, 1268, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1918, -1, 1271, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1270, -1, 1270, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1920, utf8proc_sequences + 1923, -1, 1273, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1925, NULL, 1272, -1, 1272, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1928, -1, 1275, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1274, -1, 1274, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1930, -1, 1277, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1276, -1, 1276, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1932, -1, 1279, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1278, -1, 1278, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1934, -1, 1281, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1280, -1, 1280, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1936, -1, 1283, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1282, -1, 1282, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1938, -1, 1285, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1284, -1, 1284, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1940, -1, 1287, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1286, -1, 1286, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1942, -1, 1289, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1288, -1, 1288, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1944, -1, 1291, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1290, -1, 1290, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1946, -1, 1293, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1292, -1, 1292, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1948, -1, 1295, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1294, -1, 1294, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1950, -1, 1297, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1296, -1, 1296, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1952, -1, 1299, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1298, -1, 1298, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1954, -1, 1301, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1300, -1, 1300, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1956, -1, 1303, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1302, -1, 1302, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1958, -1, 1305, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1304, -1, 1304, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1960, -1, 1307, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1306, -1, 1306, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1962, -1, 1309, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1308, -1, 1308, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1964, -1, 1311, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1310, -1, 1310, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1966, -1, 1313, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1312, -1, 1312, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1968, -1, 1315, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1314, -1, 1314, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1970, -1, 1317, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1316, -1, 1316, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1972, -1, 1319, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1318, -1, 1318, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1974, -1, 1321, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1320, -1, 1320, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1976, -1, 1323, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1322, -1, 1322, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1978, -1, 1325, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1324, -1, 1324, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1980, -1, 1327, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1326, -1, 1326, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1982, -1, 1377, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1984, -1, 1378, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1986, -1, 1379, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1988, -1, 1380, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1990, -1, 1381, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1992, -1, 1382, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1994, -1, 1383, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1996, -1, 1384, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1998, -1, 1385, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2000, -1, 1386, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2002, -1, 1387, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2004, -1, 1388, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2006, -1, 1389, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2008, -1, 1390, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2010, -1, 1391, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2012, -1, 1392, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2014, -1, 1393, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2016, -1, 1394, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2018, -1, 1395, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2020, -1, 1396, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2022, -1, 1397, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2024, -1, 1398, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2026, -1, 1399, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2028, -1, 1400, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2030, -1, 1401, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2032, -1, 1402, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2034, -1, 1403, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2036, -1, 1404, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2038, -1, 1405, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2040, -1, 1406, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2042, -1, 1407, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2044, -1, 1408, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2046, -1, 1409, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2048, -1, 1410, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2050, -1, 1411, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2052, -1, 1412, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2054, -1, 1413, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2056, -1, 1414, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1329, -1, 1329, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1330, -1, 1330, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1331, -1, 1331, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1332, -1, 1332, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1333, -1, 1333, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1334, -1, 1334, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1335, -1, 1335, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1336, -1, 1336, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1337, -1, 1337, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1338, -1, 1338, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1339, -1, 1339, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1340, -1, 1340, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1341, -1, 1341, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1342, -1, 1342, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1343, -1, 1343, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1344, -1, 1344, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1345, -1, 1345, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1346, -1, 1346, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1347, -1, 1347, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1348, -1, 1348, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1349, -1, 1349, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1350, -1, 1350, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1351, -1, 1351, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1352, -1, 1352, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1353, -1, 1353, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1354, -1, 1354, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1355, -1, 1355, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1356, -1, 1356, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1357, -1, 1357, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1358, -1, 1358, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1359, -1, 1359, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1360, -1, 1360, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1361, -1, 1361, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1362, -1, 1362, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1363, -1, 1363, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1364, -1, 1364, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1365, -1, 1365, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 1366, -1, 1366, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2058, utf8proc_sequences + 2058, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PD, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_MN, 222, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 228, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 10, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 11, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 12, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 13, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 14, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 15, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 16, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 17, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 18, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 19, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 20, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 21, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 22, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_PD, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_MN, 23, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_MN, 24, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 25, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_AN, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_AN, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, true, UTF8PROC_BOUNDCLASS_CONTROL, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SC, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_MN, 30, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 31, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 32, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, utf8proc_sequences + 2061, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, utf8proc_sequences + 2064, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, utf8proc_sequences + 2067, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, utf8proc_sequences + 2070, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, utf8proc_sequences + 2073, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, 7480, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, 7548, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, 7616, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_MN, 27, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 28, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 29, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 33, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 34, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 17, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 230, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 18, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 220, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 19, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_AN, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_AN, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_MN, 35, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2076, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2079, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2082, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2085, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, utf8proc_sequences + 2088, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, 7752, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, utf8proc_sequences + 2091, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, 7820, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, utf8proc_sequences + 2094, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, 7684, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_MN, 36, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 7888, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2097, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 7956, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2100, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 8024, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2103, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_MN, 7, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 20, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 9, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2106, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2109, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2112, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2115, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2118, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2121, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2124, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2127, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_MN, 7, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 21, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 8092, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2130, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2133, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 22, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2136, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2139, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2142, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SC, 0, UTF8PROC_BIDI_CLASS_ET, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2145, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2148, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2151, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2154, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2157, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2160, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 24, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 8160, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2163, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2166, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2169, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 23, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 25, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2172, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2175, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 8228, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2178, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 27, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 8296, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 8364, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2181, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2184, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2187, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 26, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, 8432, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 2190, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 84, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 91, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 28, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 8500, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2193, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 31, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 8568, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2196, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2199, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2202, NULL, -1, -1, -1, 8636, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2205, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 29, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 30, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 32, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 8704, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 8772, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2208, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2211, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2214, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 33, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 9, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 34, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 35, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 8840, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2217, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2220, NULL, -1, -1, -1, 8908, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2223, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2226, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 36, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2229, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 1}, + {UTF8PROC_CATEGORY_MN, 103, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 107, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2232, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 1}, + {UTF8PROC_CATEGORY_MN, 118, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 122, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2235, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2238, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NOBREAK, utf8proc_sequences + 2241, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_MN, 216, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2243, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2246, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2249, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2252, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2255, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2258, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_MN, 129, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 130, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 2261, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 132, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 2264, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 2267, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2270, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 2273, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2276, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 2279, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 2282, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 2285, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 2288, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 2291, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 2294, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 2297, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 8976, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2300, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 37, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2303, -1, 11520, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2305, -1, 11521, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2307, -1, 11522, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2309, -1, 11523, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2311, -1, 11524, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2313, -1, 11525, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2315, -1, 11526, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2317, -1, 11527, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2319, -1, 11528, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2321, -1, 11529, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2323, -1, 11530, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2325, -1, 11531, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2327, -1, 11532, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2329, -1, 11533, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2331, -1, 11534, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2333, -1, 11535, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2335, -1, 11536, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2337, -1, 11537, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2339, -1, 11538, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2341, -1, 11539, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2343, -1, 11540, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2345, -1, 11541, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2347, -1, 11542, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2349, -1, 11543, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2351, -1, 11544, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2353, -1, 11545, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2355, -1, 11546, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2357, -1, 11547, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2359, -1, 11548, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2361, -1, 11549, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2363, -1, 11550, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2365, -1, 11551, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2367, -1, 11552, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2369, -1, 11553, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2371, -1, 11554, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2373, -1, 11555, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2375, -1, 11556, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2377, -1, 11557, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2379, -1, 11559, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2381, -1, 11565, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2383, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_L, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, false, UTF8PROC_BOUNDCLASS_L, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, false, UTF8PROC_BOUNDCLASS_V, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_V, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_T, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43888, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43889, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43890, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43891, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43892, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43893, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43894, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43895, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43896, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43897, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43898, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43899, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43900, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43901, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43902, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43903, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43904, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43905, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43906, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43907, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43908, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43909, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43910, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43911, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43912, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43913, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43914, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43915, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43916, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43917, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43918, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43919, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43920, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43921, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43922, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43923, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43924, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43925, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43926, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43927, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43928, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43929, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43930, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43931, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43932, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43933, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43934, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43935, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43936, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43937, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43938, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43939, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43940, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43941, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43942, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43943, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43944, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43945, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43946, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43947, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43948, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43949, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43950, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43951, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43952, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43953, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43954, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43955, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43956, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43957, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43958, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43959, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43960, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43961, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43962, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43963, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43964, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43965, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43966, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 43967, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 5112, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 5113, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 5114, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 5115, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 5116, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, 5117, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2385, 5104, -1, 5104, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2387, 5105, -1, 5105, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2389, 5106, -1, 5106, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2391, 5107, -1, 5107, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2393, 5108, -1, 5108, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2395, 5109, -1, 5109, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ZS, 0, UTF8PROC_BIDI_CLASS_WS, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PD, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 9044, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2397, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 9112, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2400, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 9180, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2403, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 9248, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2406, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 9316, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2409, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 9384, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2412, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 38, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, 9452, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2415, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, 9520, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2418, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 9588, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 9656, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2421, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2424, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, 9724, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2427, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 9, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2430, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2432, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2434, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2436, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2438, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2440, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2442, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2444, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2446, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2448, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2450, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2452, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2454, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2456, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2458, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2460, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2462, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2464, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2466, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2468, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2470, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 0, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2472, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2474, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2476, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 6, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 8, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 792, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 794, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2478, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 12, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 20, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 24, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 579, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 28, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 780, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2480, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2482, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 30, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 38, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 40, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2484, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 808, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 42, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2486, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1392, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1394, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1396, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1426, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1428, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 16, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 34, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 40, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 42, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 1392, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 1394, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 1418, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 1426, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 1428, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1612, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42877, -1, 42877, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11363, -1, 11363, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2488, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2490, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 163, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 10, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2492, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2494, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2496, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 804, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 802, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2498, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2500, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2502, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2504, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2506, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2508, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2510, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2512, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 810, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2514, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2516, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 812, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2518, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2520, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 830, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2522, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1275, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 844, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2524, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 846, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1277, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 50, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2526, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 2528, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 852, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1404, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_MN, 214, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2530, utf8proc_sequences + 2533, -1, 7681, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2535, NULL, 7680, -1, 7680, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2538, utf8proc_sequences + 2541, -1, 7683, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2543, NULL, 7682, -1, 7682, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2546, utf8proc_sequences + 2549, -1, 7685, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2551, NULL, 7684, -1, 7684, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2554, utf8proc_sequences + 2557, -1, 7687, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2559, NULL, 7686, -1, 7686, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2562, utf8proc_sequences + 2565, -1, 7689, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2567, NULL, 7688, -1, 7688, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2570, utf8proc_sequences + 2573, -1, 7691, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2575, NULL, 7690, -1, 7690, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2578, utf8proc_sequences + 2581, -1, 7693, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2583, NULL, 7692, -1, 7692, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2586, utf8proc_sequences + 2589, -1, 7695, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2591, NULL, 7694, -1, 7694, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2594, utf8proc_sequences + 2597, -1, 7697, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2599, NULL, 7696, -1, 7696, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2602, utf8proc_sequences + 2605, -1, 7699, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2607, NULL, 7698, -1, 7698, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2610, utf8proc_sequences + 2613, -1, 7701, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2615, NULL, 7700, -1, 7700, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2618, utf8proc_sequences + 2621, -1, 7703, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2623, NULL, 7702, -1, 7702, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2626, utf8proc_sequences + 2629, -1, 7705, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2631, NULL, 7704, -1, 7704, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2634, utf8proc_sequences + 2637, -1, 7707, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2639, NULL, 7706, -1, 7706, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2642, utf8proc_sequences + 2645, -1, 7709, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2647, NULL, 7708, -1, 7708, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2650, utf8proc_sequences + 2653, -1, 7711, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2655, NULL, 7710, -1, 7710, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2658, utf8proc_sequences + 2661, -1, 7713, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2663, NULL, 7712, -1, 7712, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2666, utf8proc_sequences + 2669, -1, 7715, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2671, NULL, 7714, -1, 7714, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2674, utf8proc_sequences + 2677, -1, 7717, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2679, NULL, 7716, -1, 7716, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2682, utf8proc_sequences + 2685, -1, 7719, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2687, NULL, 7718, -1, 7718, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2690, utf8proc_sequences + 2693, -1, 7721, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2695, NULL, 7720, -1, 7720, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2698, utf8proc_sequences + 2701, -1, 7723, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2703, NULL, 7722, -1, 7722, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2706, utf8proc_sequences + 2709, -1, 7725, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2711, NULL, 7724, -1, 7724, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2714, utf8proc_sequences + 2717, -1, 7727, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2719, NULL, 7726, -1, 7726, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2722, utf8proc_sequences + 2725, -1, 7729, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2727, NULL, 7728, -1, 7728, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2730, utf8proc_sequences + 2733, -1, 7731, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2735, NULL, 7730, -1, 7730, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2738, utf8proc_sequences + 2741, -1, 7733, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2743, NULL, 7732, -1, 7732, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2746, utf8proc_sequences + 2749, -1, 7735, -1, 10608, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2751, NULL, 7734, -1, 7734, 10676, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2754, utf8proc_sequences + 2757, -1, 7737, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2759, NULL, 7736, -1, 7736, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2762, utf8proc_sequences + 2765, -1, 7739, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2767, NULL, 7738, -1, 7738, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2770, utf8proc_sequences + 2773, -1, 7741, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2775, NULL, 7740, -1, 7740, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2778, utf8proc_sequences + 2781, -1, 7743, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2783, NULL, 7742, -1, 7742, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2786, utf8proc_sequences + 2789, -1, 7745, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2791, NULL, 7744, -1, 7744, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2794, utf8proc_sequences + 2797, -1, 7747, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2799, NULL, 7746, -1, 7746, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2802, utf8proc_sequences + 2805, -1, 7749, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2807, NULL, 7748, -1, 7748, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2810, utf8proc_sequences + 2813, -1, 7751, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2815, NULL, 7750, -1, 7750, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2818, utf8proc_sequences + 2821, -1, 7753, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2823, NULL, 7752, -1, 7752, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2826, utf8proc_sequences + 2829, -1, 7755, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2831, NULL, 7754, -1, 7754, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2834, utf8proc_sequences + 2837, -1, 7757, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2839, NULL, 7756, -1, 7756, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2842, utf8proc_sequences + 2845, -1, 7759, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2847, NULL, 7758, -1, 7758, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2850, utf8proc_sequences + 2853, -1, 7761, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2855, NULL, 7760, -1, 7760, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2858, utf8proc_sequences + 2861, -1, 7763, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2863, NULL, 7762, -1, 7762, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2866, utf8proc_sequences + 2869, -1, 7765, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2871, NULL, 7764, -1, 7764, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2874, utf8proc_sequences + 2877, -1, 7767, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2879, NULL, 7766, -1, 7766, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2882, utf8proc_sequences + 2885, -1, 7769, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2887, NULL, 7768, -1, 7768, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2890, utf8proc_sequences + 2893, -1, 7771, -1, 11152, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2895, NULL, 7770, -1, 7770, 11220, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2898, utf8proc_sequences + 2901, -1, 7773, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2903, NULL, 7772, -1, 7772, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2906, utf8proc_sequences + 2909, -1, 7775, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2911, NULL, 7774, -1, 7774, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2914, utf8proc_sequences + 2917, -1, 7777, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2919, NULL, 7776, -1, 7776, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2922, utf8proc_sequences + 2925, -1, 7779, -1, 11560, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2927, NULL, 7778, -1, 7778, 11628, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2930, utf8proc_sequences + 2933, -1, 7781, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2935, NULL, 7780, -1, 7780, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2938, utf8proc_sequences + 2941, -1, 7783, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2943, NULL, 7782, -1, 7782, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2946, utf8proc_sequences + 2949, -1, 7785, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2951, NULL, 7784, -1, 7784, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2954, utf8proc_sequences + 2957, -1, 7787, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2959, NULL, 7786, -1, 7786, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2962, utf8proc_sequences + 2965, -1, 7789, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2967, NULL, 7788, -1, 7788, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2970, utf8proc_sequences + 2973, -1, 7791, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2975, NULL, 7790, -1, 7790, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2978, utf8proc_sequences + 2981, -1, 7793, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2983, NULL, 7792, -1, 7792, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2986, utf8proc_sequences + 2989, -1, 7795, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2991, NULL, 7794, -1, 7794, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2994, utf8proc_sequences + 2997, -1, 7797, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2999, NULL, 7796, -1, 7796, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3002, utf8proc_sequences + 3005, -1, 7799, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3007, NULL, 7798, -1, 7798, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3010, utf8proc_sequences + 3013, -1, 7801, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3015, NULL, 7800, -1, 7800, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3018, utf8proc_sequences + 3021, -1, 7803, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3023, NULL, 7802, -1, 7802, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3026, utf8proc_sequences + 3029, -1, 7805, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3031, NULL, 7804, -1, 7804, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3034, utf8proc_sequences + 3037, -1, 7807, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3039, NULL, 7806, -1, 7806, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3042, utf8proc_sequences + 3045, -1, 7809, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3047, NULL, 7808, -1, 7808, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3050, utf8proc_sequences + 3053, -1, 7811, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3055, NULL, 7810, -1, 7810, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3058, utf8proc_sequences + 3061, -1, 7813, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3063, NULL, 7812, -1, 7812, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3066, utf8proc_sequences + 3069, -1, 7815, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3071, NULL, 7814, -1, 7814, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3074, utf8proc_sequences + 3077, -1, 7817, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3079, NULL, 7816, -1, 7816, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3082, utf8proc_sequences + 3085, -1, 7819, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3087, NULL, 7818, -1, 7818, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3090, utf8proc_sequences + 3093, -1, 7821, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3095, NULL, 7820, -1, 7820, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3098, utf8proc_sequences + 3101, -1, 7823, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3103, NULL, 7822, -1, 7822, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3106, utf8proc_sequences + 3109, -1, 7825, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3111, NULL, 7824, -1, 7824, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3114, utf8proc_sequences + 3117, -1, 7827, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3119, NULL, 7826, -1, 7826, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3122, utf8proc_sequences + 3125, -1, 7829, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3127, NULL, 7828, -1, 7828, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3130, utf8proc_sequences + 3130, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3133, utf8proc_sequences + 3133, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3136, utf8proc_sequences + 3136, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3139, utf8proc_sequences + 3139, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 3142, utf8proc_sequences + 3142, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3145, utf8proc_sequences + 2917, 7776, -1, 7776, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 3148, -1, 223, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3150, utf8proc_sequences + 3153, -1, 7841, -1, 12444, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3155, NULL, 7840, -1, 7840, 12512, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3158, utf8proc_sequences + 3161, -1, 7843, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3163, NULL, 7842, -1, 7842, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3166, utf8proc_sequences + 3169, -1, 7845, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3171, NULL, 7844, -1, 7844, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3174, utf8proc_sequences + 3177, -1, 7847, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3179, NULL, 7846, -1, 7846, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3182, utf8proc_sequences + 3185, -1, 7849, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3187, NULL, 7848, -1, 7848, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3190, utf8proc_sequences + 3193, -1, 7851, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3195, NULL, 7850, -1, 7850, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3198, utf8proc_sequences + 3201, -1, 7853, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3203, NULL, 7852, -1, 7852, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3206, utf8proc_sequences + 3209, -1, 7855, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3211, NULL, 7854, -1, 7854, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3214, utf8proc_sequences + 3217, -1, 7857, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3219, NULL, 7856, -1, 7856, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3222, utf8proc_sequences + 3225, -1, 7859, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3227, NULL, 7858, -1, 7858, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3230, utf8proc_sequences + 3233, -1, 7861, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3235, NULL, 7860, -1, 7860, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3238, utf8proc_sequences + 3241, -1, 7863, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3243, NULL, 7862, -1, 7862, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3246, utf8proc_sequences + 3249, -1, 7865, -1, 12852, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3251, NULL, 7864, -1, 7864, 12920, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3254, utf8proc_sequences + 3257, -1, 7867, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3259, NULL, 7866, -1, 7866, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3262, utf8proc_sequences + 3265, -1, 7869, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3267, NULL, 7868, -1, 7868, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3270, utf8proc_sequences + 3273, -1, 7871, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3275, NULL, 7870, -1, 7870, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3278, utf8proc_sequences + 3281, -1, 7873, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3283, NULL, 7872, -1, 7872, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3286, utf8proc_sequences + 3289, -1, 7875, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3291, NULL, 7874, -1, 7874, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3294, utf8proc_sequences + 3297, -1, 7877, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3299, NULL, 7876, -1, 7876, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3302, utf8proc_sequences + 3305, -1, 7879, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3307, NULL, 7878, -1, 7878, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3310, utf8proc_sequences + 3313, -1, 7881, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3315, NULL, 7880, -1, 7880, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3318, utf8proc_sequences + 3321, -1, 7883, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3323, NULL, 7882, -1, 7882, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3326, utf8proc_sequences + 3329, -1, 7885, -1, 13124, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3331, NULL, 7884, -1, 7884, 13192, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3334, utf8proc_sequences + 3337, -1, 7887, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3339, NULL, 7886, -1, 7886, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3342, utf8proc_sequences + 3345, -1, 7889, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3347, NULL, 7888, -1, 7888, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3350, utf8proc_sequences + 3353, -1, 7891, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3355, NULL, 7890, -1, 7890, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3358, utf8proc_sequences + 3361, -1, 7893, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3363, NULL, 7892, -1, 7892, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3366, utf8proc_sequences + 3369, -1, 7895, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3371, NULL, 7894, -1, 7894, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3374, utf8proc_sequences + 3377, -1, 7897, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3379, NULL, 7896, -1, 7896, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3382, utf8proc_sequences + 3385, -1, 7899, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3387, NULL, 7898, -1, 7898, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3390, utf8proc_sequences + 3393, -1, 7901, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3395, NULL, 7900, -1, 7900, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3398, utf8proc_sequences + 3401, -1, 7903, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3403, NULL, 7902, -1, 7902, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3406, utf8proc_sequences + 3409, -1, 7905, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3411, NULL, 7904, -1, 7904, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3414, utf8proc_sequences + 3417, -1, 7907, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3419, NULL, 7906, -1, 7906, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3422, utf8proc_sequences + 3425, -1, 7909, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3427, NULL, 7908, -1, 7908, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3430, utf8proc_sequences + 3433, -1, 7911, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3435, NULL, 7910, -1, 7910, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3438, utf8proc_sequences + 3441, -1, 7913, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3443, NULL, 7912, -1, 7912, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3446, utf8proc_sequences + 3449, -1, 7915, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3451, NULL, 7914, -1, 7914, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3454, utf8proc_sequences + 3457, -1, 7917, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3459, NULL, 7916, -1, 7916, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3462, utf8proc_sequences + 3465, -1, 7919, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3467, NULL, 7918, -1, 7918, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3470, utf8proc_sequences + 3473, -1, 7921, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3475, NULL, 7920, -1, 7920, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3478, utf8proc_sequences + 3481, -1, 7923, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3483, NULL, 7922, -1, 7922, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3486, utf8proc_sequences + 3489, -1, 7925, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3491, NULL, 7924, -1, 7924, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3494, utf8proc_sequences + 3497, -1, 7927, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3499, NULL, 7926, -1, 7926, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3502, utf8proc_sequences + 3505, -1, 7929, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3507, NULL, 7928, -1, 7928, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 3510, -1, 7931, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 7930, -1, 7930, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 3512, -1, 7933, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 7932, -1, 7932, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 3514, -1, 7935, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 7934, -1, 7934, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3516, NULL, 7944, -1, 7944, 13532, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3519, NULL, 7945, -1, 7945, 13600, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3522, NULL, 7946, -1, 7946, 15368, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3525, NULL, 7947, -1, 7947, 15436, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3528, NULL, 7948, -1, 7948, 15504, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3531, NULL, 7949, -1, 7949, 15572, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3534, NULL, 7950, -1, 7950, 15640, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3537, NULL, 7951, -1, 7951, 15708, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3540, utf8proc_sequences + 3543, -1, 7936, -1, 13668, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3545, utf8proc_sequences + 3548, -1, 7937, -1, 13736, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3550, utf8proc_sequences + 3553, -1, 7938, -1, 15776, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3555, utf8proc_sequences + 3558, -1, 7939, -1, 15844, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3560, utf8proc_sequences + 3563, -1, 7940, -1, 15912, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3565, utf8proc_sequences + 3568, -1, 7941, -1, 15980, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3570, utf8proc_sequences + 3573, -1, 7942, -1, 16048, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3575, utf8proc_sequences + 3578, -1, 7943, -1, 16116, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3580, NULL, 7960, -1, 7960, 13804, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3583, NULL, 7961, -1, 7961, 13872, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3586, NULL, 7962, -1, 7962, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3589, NULL, 7963, -1, 7963, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3592, NULL, 7964, -1, 7964, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3595, NULL, 7965, -1, 7965, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3598, utf8proc_sequences + 3601, -1, 7952, -1, 13940, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3603, utf8proc_sequences + 3606, -1, 7953, -1, 14008, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3608, utf8proc_sequences + 3611, -1, 7954, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3613, utf8proc_sequences + 3616, -1, 7955, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3618, utf8proc_sequences + 3621, -1, 7956, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3623, utf8proc_sequences + 3626, -1, 7957, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3628, NULL, 7976, -1, 7976, 14076, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3631, NULL, 7977, -1, 7977, 14144, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3634, NULL, 7978, -1, 7978, 16184, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3637, NULL, 7979, -1, 7979, 16252, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3640, NULL, 7980, -1, 7980, 16320, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3643, NULL, 7981, -1, 7981, 16388, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3646, NULL, 7982, -1, 7982, 16456, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3649, NULL, 7983, -1, 7983, 16524, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3652, utf8proc_sequences + 3655, -1, 7968, -1, 14212, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3657, utf8proc_sequences + 3660, -1, 7969, -1, 14280, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3662, utf8proc_sequences + 3665, -1, 7970, -1, 16592, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3667, utf8proc_sequences + 3670, -1, 7971, -1, 16660, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3672, utf8proc_sequences + 3675, -1, 7972, -1, 16728, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3677, utf8proc_sequences + 3680, -1, 7973, -1, 16796, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3682, utf8proc_sequences + 3685, -1, 7974, -1, 16864, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3687, utf8proc_sequences + 3690, -1, 7975, -1, 16932, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3692, NULL, 7992, -1, 7992, 14348, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3695, NULL, 7993, -1, 7993, 14416, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3698, NULL, 7994, -1, 7994, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3701, NULL, 7995, -1, 7995, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3704, NULL, 7996, -1, 7996, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3707, NULL, 7997, -1, 7997, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3710, NULL, 7998, -1, 7998, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3713, NULL, 7999, -1, 7999, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3716, utf8proc_sequences + 3719, -1, 7984, -1, 14484, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3721, utf8proc_sequences + 3724, -1, 7985, -1, 14552, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3726, utf8proc_sequences + 3729, -1, 7986, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3731, utf8proc_sequences + 3734, -1, 7987, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3736, utf8proc_sequences + 3739, -1, 7988, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3741, utf8proc_sequences + 3744, -1, 7989, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3746, utf8proc_sequences + 3749, -1, 7990, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3751, utf8proc_sequences + 3754, -1, 7991, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3756, NULL, 8008, -1, 8008, 14620, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3759, NULL, 8009, -1, 8009, 14688, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3762, NULL, 8010, -1, 8010, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3765, NULL, 8011, -1, 8011, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3768, NULL, 8012, -1, 8012, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3771, NULL, 8013, -1, 8013, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3774, utf8proc_sequences + 3777, -1, 8000, -1, 14756, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3779, utf8proc_sequences + 3782, -1, 8001, -1, 14824, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3784, utf8proc_sequences + 3787, -1, 8002, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3789, utf8proc_sequences + 3792, -1, 8003, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3794, utf8proc_sequences + 3797, -1, 8004, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3799, utf8proc_sequences + 3802, -1, 8005, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3804, utf8proc_sequences + 3804, -1, -1, -1, 14892, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3807, NULL, 8025, -1, 8025, 14960, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3810, utf8proc_sequences + 3813, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3817, NULL, 8027, -1, 8027, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3820, utf8proc_sequences + 3823, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3827, NULL, 8029, -1, 8029, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3830, utf8proc_sequences + 3833, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3837, NULL, 8031, -1, 8031, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3840, utf8proc_sequences + 3843, -1, 8017, -1, 15028, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3845, utf8proc_sequences + 3848, -1, 8019, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3850, utf8proc_sequences + 3853, -1, 8021, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3855, utf8proc_sequences + 3858, -1, 8023, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3860, NULL, 8040, -1, 8040, 15096, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3863, NULL, 8041, -1, 8041, 15164, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3866, NULL, 8042, -1, 8042, 17000, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3869, NULL, 8043, -1, 8043, 17068, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3872, NULL, 8044, -1, 8044, 17136, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3875, NULL, 8045, -1, 8045, 17204, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3878, NULL, 8046, -1, 8046, 17272, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3881, NULL, 8047, -1, 8047, 17340, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3884, utf8proc_sequences + 3887, -1, 8032, -1, 15232, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3889, utf8proc_sequences + 3892, -1, 8033, -1, 15300, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3894, utf8proc_sequences + 3897, -1, 8034, -1, 17408, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3899, utf8proc_sequences + 3902, -1, 8035, -1, 17476, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3904, utf8proc_sequences + 3907, -1, 8036, -1, 17544, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3909, utf8proc_sequences + 3912, -1, 8037, -1, 17612, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3914, utf8proc_sequences + 3917, -1, 8038, -1, 17680, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3919, utf8proc_sequences + 3922, -1, 8039, -1, 17748, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3924, NULL, 8122, -1, 8122, 17816, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1349, NULL, 8123, -1, 8123, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3927, NULL, 8136, -1, 8136, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1356, NULL, 8137, -1, 8137, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3930, NULL, 8138, -1, 8138, 18020, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1361, NULL, 8139, -1, 8139, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3933, NULL, 8154, -1, 8154, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1366, NULL, 8155, -1, 8155, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3936, NULL, 8184, -1, 8184, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1371, NULL, 8185, -1, 8185, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3939, NULL, 8170, -1, 8170, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1376, NULL, 8171, -1, 8171, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3942, NULL, 8186, -1, 8186, 18496, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1381, NULL, 8187, -1, 8187, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3945, utf8proc_sequences + 3948, 8072, -1, 8072, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3951, utf8proc_sequences + 3954, 8073, -1, 8073, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3957, utf8proc_sequences + 3960, 8074, -1, 8074, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3963, utf8proc_sequences + 3966, 8075, -1, 8075, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3969, utf8proc_sequences + 3972, 8076, -1, 8076, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3975, utf8proc_sequences + 3978, 8077, -1, 8077, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3981, utf8proc_sequences + 3984, 8078, -1, 8078, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3987, utf8proc_sequences + 3990, 8079, -1, 8079, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3993, utf8proc_sequences + 3996, -1, 8064, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 3998, utf8proc_sequences + 4001, -1, 8065, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4003, utf8proc_sequences + 4006, -1, 8066, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4008, utf8proc_sequences + 4011, -1, 8067, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4013, utf8proc_sequences + 4016, -1, 8068, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4018, utf8proc_sequences + 4021, -1, 8069, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4023, utf8proc_sequences + 4026, -1, 8070, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4028, utf8proc_sequences + 4031, -1, 8071, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4033, utf8proc_sequences + 4036, 8088, -1, 8088, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4039, utf8proc_sequences + 4042, 8089, -1, 8089, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4045, utf8proc_sequences + 4048, 8090, -1, 8090, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4051, utf8proc_sequences + 4054, 8091, -1, 8091, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4057, utf8proc_sequences + 4060, 8092, -1, 8092, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4063, utf8proc_sequences + 4066, 8093, -1, 8093, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4069, utf8proc_sequences + 4072, 8094, -1, 8094, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4075, utf8proc_sequences + 4078, 8095, -1, 8095, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4081, utf8proc_sequences + 4084, -1, 8080, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4086, utf8proc_sequences + 4089, -1, 8081, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4091, utf8proc_sequences + 4094, -1, 8082, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4096, utf8proc_sequences + 4099, -1, 8083, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4101, utf8proc_sequences + 4104, -1, 8084, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4106, utf8proc_sequences + 4109, -1, 8085, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4111, utf8proc_sequences + 4114, -1, 8086, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4116, utf8proc_sequences + 4119, -1, 8087, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4121, utf8proc_sequences + 4124, 8104, -1, 8104, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4127, utf8proc_sequences + 4130, 8105, -1, 8105, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4133, utf8proc_sequences + 4136, 8106, -1, 8106, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4139, utf8proc_sequences + 4142, 8107, -1, 8107, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4145, utf8proc_sequences + 4148, 8108, -1, 8108, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4151, utf8proc_sequences + 4154, 8109, -1, 8109, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4157, utf8proc_sequences + 4160, 8110, -1, 8110, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4163, utf8proc_sequences + 4166, 8111, -1, 8111, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4169, utf8proc_sequences + 4172, -1, 8096, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4174, utf8proc_sequences + 4177, -1, 8097, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4179, utf8proc_sequences + 4182, -1, 8098, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4184, utf8proc_sequences + 4187, -1, 8099, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4189, utf8proc_sequences + 4192, -1, 8100, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4194, utf8proc_sequences + 4197, -1, 8101, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4199, utf8proc_sequences + 4202, -1, 8102, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4204, utf8proc_sequences + 4207, -1, 8103, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4209, NULL, 8120, -1, 8120, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4212, NULL, 8121, -1, 8121, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4215, utf8proc_sequences + 4218, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4221, utf8proc_sequences + 4224, 8124, -1, 8124, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4227, utf8proc_sequences + 4230, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4233, utf8proc_sequences + 4233, -1, -1, -1, 17952, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4236, utf8proc_sequences + 4239, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4243, utf8proc_sequences + 4246, -1, 8112, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4248, utf8proc_sequences + 4251, -1, 8113, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4253, utf8proc_sequences + 4256, -1, 8048, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4258, utf8proc_sequences + 4260, -1, 8049, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4262, utf8proc_sequences + 4265, -1, 8115, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4267, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 1326, utf8proc_sequences + 1326, 921, -1, 921, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4267, NULL, -1, -1, -1, 18224, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4270, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4273, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4276, utf8proc_sequences + 4279, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4282, utf8proc_sequences + 4285, 8140, -1, 8140, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4288, utf8proc_sequences + 4291, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4294, utf8proc_sequences + 4294, -1, -1, -1, 18156, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4297, utf8proc_sequences + 4300, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4304, utf8proc_sequences + 4307, -1, 8050, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4309, utf8proc_sequences + 4311, -1, 8051, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4313, utf8proc_sequences + 4316, -1, 8052, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4318, utf8proc_sequences + 4320, -1, 8053, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4322, utf8proc_sequences + 4325, -1, 8131, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4327, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4330, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4333, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4336, NULL, 8152, -1, 8152, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4339, NULL, 8153, -1, 8153, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4342, utf8proc_sequences + 4345, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4349, utf8proc_sequences + 1386, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4351, utf8proc_sequences + 4351, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4354, utf8proc_sequences + 4357, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4361, utf8proc_sequences + 4364, -1, 8144, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4366, utf8proc_sequences + 4369, -1, 8145, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4371, utf8proc_sequences + 4374, -1, 8054, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4376, utf8proc_sequences + 4378, -1, 8055, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4380, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4383, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4386, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4389, NULL, 8168, -1, 8168, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4392, NULL, 8169, -1, 8169, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4395, utf8proc_sequences + 4398, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4402, utf8proc_sequences + 1459, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4404, utf8proc_sequences + 4404, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4407, NULL, 8172, -1, 8172, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4410, utf8proc_sequences + 4410, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4413, utf8proc_sequences + 4416, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4420, utf8proc_sequences + 4423, -1, 8160, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4425, utf8proc_sequences + 4428, -1, 8161, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4430, utf8proc_sequences + 4433, -1, 8058, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4435, utf8proc_sequences + 4437, -1, 8059, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4439, utf8proc_sequences + 4442, -1, 8165, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4444, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4447, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4449, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4451, utf8proc_sequences + 4454, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4457, utf8proc_sequences + 4460, 8188, -1, 8188, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4463, utf8proc_sequences + 4466, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4469, utf8proc_sequences + 4469, -1, -1, -1, 18632, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4472, utf8proc_sequences + 4475, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4479, utf8proc_sequences + 4482, -1, 8056, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4484, utf8proc_sequences + 4486, -1, 8057, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4488, utf8proc_sequences + 4491, -1, 8060, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4493, utf8proc_sequences + 4495, -1, 8061, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LT, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4497, utf8proc_sequences + 4500, -1, 8179, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4502, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4504, NULL, -1, -1, -1, 18292, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ZS, 0, UTF8PROC_BIDI_CLASS_WS, 0, utf8proc_sequences + 4507, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ZS, 0, UTF8PROC_BIDI_CLASS_WS, 0, utf8proc_sequences + 4509, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ZS, 0, UTF8PROC_BIDI_CLASS_WS, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 52, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ZS, 0, UTF8PROC_BIDI_CLASS_WS, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 52, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ZS, 0, UTF8PROC_BIDI_CLASS_WS, UTF8PROC_DECOMP_TYPE_NOBREAK, utf8proc_sequences + 52, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_BN, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_PD, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_NOBREAK, utf8proc_sequences + 4511, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4513, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PI, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PF, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4516, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4518, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4521, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ZL, 0, UTF8PROC_BIDI_CLASS_WS, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_ZP, 0, UTF8PROC_BIDI_CLASS_B, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_LRE, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_RLE, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_PDF, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_LRO, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_RLO, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ET, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4525, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ET, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4528, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4532, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4535, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4539, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4542, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_CS, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4545, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4548, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4551, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4554, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_LRI, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_RLI, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_FSI, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_PDI, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, true, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4559, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 16, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4561, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4563, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4565, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4567, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4569, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4571, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ES, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4573, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ES, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4575, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4577, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4579, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4581, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 26, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 4559, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 72, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 60, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 62, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 4561, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 4563, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 4565, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 4567, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 4569, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 4571, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ES, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 4573, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ES, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 4575, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 4577, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 4579, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 4581, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 0, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 8, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 28, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 46, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 792, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 14, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 20, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 22, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 24, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 26, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 30, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 36, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 38, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SC, 0, UTF8PROC_BIDI_CLASS_ET, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4583, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4586, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4590, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4594, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4596, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4599, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4603, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4607, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4609, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 12, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2444, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 14, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 454, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2446, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2452, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 22, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2456, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4612, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2462, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4615, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2464, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4617, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4620, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4624, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4627, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4629, utf8proc_sequences + 1432, -1, 969, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 2450, utf8proc_sequences + 20, -1, 107, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 4631, utf8proc_sequences + 114, -1, 229, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2434, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 8, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2438, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4633, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 4635, -1, 8526, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2454, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 28, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4637, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4639, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4641, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4643, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 16, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4645, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1416, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1394, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4649, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4651, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4653, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2436, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 6, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 18, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 8498, -1, 8498, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4655, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4659, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4663, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4668, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4672, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4676, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4680, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4684, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4688, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4692, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4696, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4700, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4704, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4708, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4712, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4716, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2446, utf8proc_sequences + 4719, -1, 8560, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4721, utf8proc_sequences + 4724, -1, 8561, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4726, utf8proc_sequences + 4730, -1, 8562, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4732, utf8proc_sequences + 4735, -1, 8563, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4737, utf8proc_sequences + 4739, -1, 8564, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4741, utf8proc_sequences + 4744, -1, 8565, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4746, utf8proc_sequences + 4750, -1, 8566, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4752, utf8proc_sequences + 4757, -1, 8567, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4759, utf8proc_sequences + 4762, -1, 8568, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4764, utf8proc_sequences + 4766, -1, 8569, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4768, utf8proc_sequences + 4771, -1, 8570, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4773, utf8proc_sequences + 4777, -1, 8571, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2452, utf8proc_sequences + 4779, -1, 8572, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4594, utf8proc_sequences + 4781, -1, 8573, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2436, utf8proc_sequences + 4783, -1, 8574, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 2454, utf8proc_sequences + 4785, -1, 8575, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 16, NULL, 8544, -1, 8544, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4787, NULL, 8545, -1, 8545, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4790, NULL, 8546, -1, 8546, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4794, NULL, 8547, -1, 8547, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 42, NULL, 8548, -1, 8548, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4797, NULL, 8549, -1, 8549, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4800, NULL, 8550, -1, 8550, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4804, NULL, 8551, -1, 8551, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4809, NULL, 8552, -1, 8552, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 46, NULL, 8553, -1, 8553, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4812, NULL, 8554, -1, 8554, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4815, NULL, 8555, -1, 8555, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 22, NULL, 8556, -1, 8556, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4, NULL, 8557, -1, 8557, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6, NULL, 8558, -1, 8558, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 24, NULL, 8559, -1, 8559, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 4819, -1, 8580, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 8579, -1, 8579, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FRACTION, utf8proc_sequences + 4821, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 18700, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 18768, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 18836, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4825, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4828, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4831, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4834, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4837, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4840, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 18904, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19040, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 18972, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19108, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4843, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19176, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4846, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19244, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4849, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19312, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4852, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19380, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4855, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4858, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4861, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4865, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 4868, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19448, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4872, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19516, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4875, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19584, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4878, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19652, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4881, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19856, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4884, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 19788, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4887, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20060, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20128, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4890, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4893, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4896, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4899, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4902, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20196, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20264, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4905, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4908, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20332, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20400, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4911, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4914, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20468, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20536, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 21148, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 21216, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4917, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4920, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20604, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20672, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4923, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4926, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20740, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20808, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4929, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4932, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 21284, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 21352, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20876, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 20944, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 21012, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 21080, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4935, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4938, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4941, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4944, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 21420, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 21488, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 21556, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 21624, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4947, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4950, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4953, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4956, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4959, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4962, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4965, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4968, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4971, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 4973, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 72, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 60, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 62, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4561, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4563, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4565, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4567, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4569, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4571, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4975, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4978, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4981, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4984, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4987, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4990, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4993, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4996, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4999, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5002, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5005, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5008, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5012, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5016, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5020, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5024, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5028, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5032, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5036, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5040, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5044, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5049, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5054, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5059, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5064, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5069, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5074, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5079, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5084, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5089, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5094, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5099, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5102, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5105, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5108, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5111, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5114, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5117, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5120, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5123, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5126, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5130, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5134, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5138, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5142, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5146, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5150, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5154, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5158, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5162, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5166, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5170, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5174, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5178, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5182, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5186, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5190, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5194, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5198, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5202, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5206, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5210, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5214, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5218, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5222, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5226, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5230, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5234, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5238, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5242, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5246, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5250, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5254, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5258, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5262, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5266, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5270, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2430, utf8proc_sequences + 5274, -1, 9424, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2434, utf8proc_sequences + 5276, -1, 9425, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4594, utf8proc_sequences + 5278, -1, 9426, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2436, utf8proc_sequences + 5280, -1, 9427, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2438, utf8proc_sequences + 5282, -1, 9428, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4633, utf8proc_sequences + 5284, -1, 9429, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2442, utf8proc_sequences + 5286, -1, 9430, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2444, utf8proc_sequences + 5288, -1, 9431, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2446, utf8proc_sequences + 5290, -1, 9432, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2448, utf8proc_sequences + 5292, -1, 9433, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2450, utf8proc_sequences + 5294, -1, 9434, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2452, utf8proc_sequences + 5296, -1, 9435, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2454, utf8proc_sequences + 5298, -1, 9436, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2456, utf8proc_sequences + 5300, -1, 9437, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2458, utf8proc_sequences + 5302, -1, 9438, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2462, utf8proc_sequences + 5304, -1, 9439, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4615, utf8proc_sequences + 5306, -1, 9440, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2464, utf8proc_sequences + 5308, -1, 9441, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5310, utf8proc_sequences + 5312, -1, 9442, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2466, utf8proc_sequences + 5314, -1, 9443, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2468, utf8proc_sequences + 5316, -1, 9444, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4737, utf8proc_sequences + 5318, -1, 9445, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2470, utf8proc_sequences + 5320, -1, 9446, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4764, utf8proc_sequences + 5322, -1, 9447, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5324, utf8proc_sequences + 5326, -1, 9448, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4627, utf8proc_sequences + 5328, -1, 9449, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 0, NULL, 9398, -1, 9398, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2, NULL, 9399, -1, 9399, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4, NULL, 9400, -1, 9400, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6, NULL, 9401, -1, 9401, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 8, NULL, 9402, -1, 9402, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 10, NULL, 9403, -1, 9403, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 12, NULL, 9404, -1, 9404, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 14, NULL, 9405, -1, 9405, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 16, NULL, 9406, -1, 9406, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 18, NULL, 9407, -1, 9407, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 20, NULL, 9408, -1, 9408, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 22, NULL, 9409, -1, 9409, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 24, NULL, 9410, -1, 9410, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 26, NULL, 9411, -1, 9411, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 28, NULL, 9412, -1, 9412, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 30, NULL, 9413, -1, 9413, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 32, NULL, 9414, -1, 9414, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 34, NULL, 9415, -1, 9415, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 36, NULL, 9416, -1, 9416, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 38, NULL, 9417, -1, 9417, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 40, NULL, 9418, -1, 9418, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 42, NULL, 9419, -1, 9419, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 44, NULL, 9420, -1, 9420, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 46, NULL, 9421, -1, 9421, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 48, NULL, 9422, -1, 9422, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 50, NULL, 9423, -1, 9423, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4559, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5330, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5335, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5339, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5342, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, utf8proc_sequences + 5346, NULL, -1, -1, -1, -1, -1, true, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, 21692, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5349, -1, 11312, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5351, -1, 11313, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5353, -1, 11314, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5355, -1, 11315, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5357, -1, 11316, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5359, -1, 11317, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5361, -1, 11318, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5363, -1, 11319, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5365, -1, 11320, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5367, -1, 11321, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5369, -1, 11322, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5371, -1, 11323, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5373, -1, 11324, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5375, -1, 11325, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5377, -1, 11326, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5379, -1, 11327, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5381, -1, 11328, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5383, -1, 11329, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5385, -1, 11330, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5387, -1, 11331, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5389, -1, 11332, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5391, -1, 11333, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5393, -1, 11334, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5395, -1, 11335, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5397, -1, 11336, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5399, -1, 11337, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5401, -1, 11338, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5403, -1, 11339, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5405, -1, 11340, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5407, -1, 11341, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5409, -1, 11342, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5411, -1, 11343, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5413, -1, 11344, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5415, -1, 11345, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5417, -1, 11346, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5419, -1, 11347, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5421, -1, 11348, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5423, -1, 11349, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5425, -1, 11350, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5427, -1, 11351, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5429, -1, 11352, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5431, -1, 11353, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5433, -1, 11354, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5435, -1, 11355, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5437, -1, 11356, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5439, -1, 11357, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5441, -1, 11358, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11264, -1, 11264, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11265, -1, 11265, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11266, -1, 11266, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11267, -1, 11267, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11268, -1, 11268, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11269, -1, 11269, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11270, -1, 11270, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11271, -1, 11271, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11272, -1, 11272, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11273, -1, 11273, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11274, -1, 11274, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11275, -1, 11275, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11276, -1, 11276, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11277, -1, 11277, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11278, -1, 11278, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11279, -1, 11279, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11280, -1, 11280, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11281, -1, 11281, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11282, -1, 11282, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11283, -1, 11283, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11284, -1, 11284, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11285, -1, 11285, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11286, -1, 11286, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11287, -1, 11287, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11288, -1, 11288, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11289, -1, 11289, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11290, -1, 11290, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11291, -1, 11291, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11292, -1, 11292, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11293, -1, 11293, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11294, -1, 11294, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11295, -1, 11295, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11296, -1, 11296, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11297, -1, 11297, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11298, -1, 11298, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11299, -1, 11299, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11300, -1, 11300, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11301, -1, 11301, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11302, -1, 11302, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11303, -1, 11303, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11304, -1, 11304, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11305, -1, 11305, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11306, -1, 11306, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11307, -1, 11307, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11308, -1, 11308, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11309, -1, 11309, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11310, -1, 11310, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5443, -1, 11361, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11360, -1, 11360, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5445, -1, 619, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5447, -1, 7549, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5449, -1, 637, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 570, -1, 570, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 574, -1, 574, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5451, -1, 11368, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11367, -1, 11367, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5453, -1, 11370, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11369, -1, 11369, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5455, -1, 11372, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11371, -1, 11371, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2474, -1, 593, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2510, -1, 625, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2472, -1, 592, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2488, -1, 594, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5457, -1, 11379, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11378, -1, 11378, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5459, -1, 11382, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11381, -1, 11381, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUB, utf8proc_sequences + 18, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 4737, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5461, -1, 575, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5463, -1, 576, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5465, -1, 11393, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11392, -1, 11392, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5467, -1, 11395, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11394, -1, 11394, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5469, -1, 11397, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11396, -1, 11396, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5471, -1, 11399, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11398, -1, 11398, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5473, -1, 11401, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11400, -1, 11400, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5475, -1, 11403, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11402, -1, 11402, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5477, -1, 11405, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11404, -1, 11404, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5479, -1, 11407, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11406, -1, 11406, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5481, -1, 11409, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11408, -1, 11408, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5483, -1, 11411, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11410, -1, 11410, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5485, -1, 11413, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11412, -1, 11412, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5487, -1, 11415, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11414, -1, 11414, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5489, -1, 11417, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11416, -1, 11416, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5491, -1, 11419, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11418, -1, 11418, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5493, -1, 11421, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11420, -1, 11420, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5495, -1, 11423, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11422, -1, 11422, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5497, -1, 11425, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11424, -1, 11424, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5499, -1, 11427, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11426, -1, 11426, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5501, -1, 11429, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11428, -1, 11428, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5503, -1, 11431, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11430, -1, 11430, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5505, -1, 11433, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11432, -1, 11432, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5507, -1, 11435, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11434, -1, 11434, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5509, -1, 11437, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11436, -1, 11436, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5511, -1, 11439, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11438, -1, 11438, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5513, -1, 11441, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11440, -1, 11440, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5515, -1, 11443, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11442, -1, 11442, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5517, -1, 11445, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11444, -1, 11444, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5519, -1, 11447, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11446, -1, 11446, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5521, -1, 11449, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11448, -1, 11448, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5523, -1, 11451, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11450, -1, 11450, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5525, -1, 11453, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11452, -1, 11452, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5527, -1, 11455, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11454, -1, 11454, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5529, -1, 11457, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11456, -1, 11456, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5531, -1, 11459, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11458, -1, 11458, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5533, -1, 11461, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11460, -1, 11460, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5535, -1, 11463, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11462, -1, 11462, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5537, -1, 11465, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11464, -1, 11464, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5539, -1, 11467, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11466, -1, 11466, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5541, -1, 11469, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11468, -1, 11468, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5543, -1, 11471, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11470, -1, 11470, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5545, -1, 11473, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11472, -1, 11472, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5547, -1, 11475, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11474, -1, 11474, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5549, -1, 11477, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11476, -1, 11476, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5551, -1, 11479, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11478, -1, 11478, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5553, -1, 11481, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11480, -1, 11480, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5555, -1, 11483, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11482, -1, 11482, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5557, -1, 11485, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11484, -1, 11484, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5559, -1, 11487, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11486, -1, 11486, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5561, -1, 11489, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11488, -1, 11488, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5563, -1, 11491, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11490, -1, 11490, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5565, -1, 11500, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11499, -1, 11499, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5567, -1, 11502, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11501, -1, 11501, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 5569, -1, 11507, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 11506, -1, 11506, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4256, -1, 4256, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4257, -1, 4257, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4258, -1, 4258, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4259, -1, 4259, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4260, -1, 4260, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4261, -1, 4261, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4262, -1, 4262, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4263, -1, 4263, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4264, -1, 4264, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4265, -1, 4265, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4266, -1, 4266, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4267, -1, 4267, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4268, -1, 4268, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4269, -1, 4269, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4270, -1, 4270, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4271, -1, 4271, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4272, -1, 4272, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4273, -1, 4273, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4274, -1, 4274, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4275, -1, 4275, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4276, -1, 4276, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4277, -1, 4277, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4278, -1, 4278, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4279, -1, 4279, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4280, -1, 4280, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4281, -1, 4281, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4282, -1, 4282, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4283, -1, 4283, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4284, -1, 4284, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4285, -1, 4285, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4286, -1, 4286, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4287, -1, 4287, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4288, -1, 4288, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4289, -1, 4289, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4290, -1, 4290, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4291, -1, 4291, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4292, -1, 4292, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4293, -1, 4293, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4295, -1, 4295, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 4301, -1, 4301, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 5571, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5573, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5575, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5577, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5579, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5581, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5583, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5585, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5587, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5589, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5591, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5593, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5595, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5597, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5599, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5601, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5603, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5605, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5607, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5609, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5611, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5613, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5615, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5617, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5619, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5621, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5623, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5625, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5627, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5629, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5631, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5633, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5635, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5637, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5639, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5641, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5643, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5645, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5647, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5649, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5651, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5653, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5655, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5657, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5659, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5661, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5663, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5665, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5667, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5669, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5671, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5673, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5675, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5677, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5679, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5681, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5683, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5685, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5687, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5689, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5691, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5693, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5695, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5697, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5699, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5701, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5703, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5705, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5707, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5709, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5711, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5713, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5715, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5717, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5719, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5721, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5723, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5725, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5727, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5729, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5731, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5733, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5735, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5737, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5739, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5741, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5743, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5745, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5747, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5749, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5751, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5753, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5755, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5757, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5759, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5761, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5763, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5765, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5767, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5769, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5771, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5773, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5775, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5777, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5779, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5781, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5783, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5785, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5787, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5789, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5791, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5793, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5795, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5797, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5799, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5801, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5803, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5805, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5807, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5809, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5811, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5813, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5815, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5817, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5819, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5821, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5823, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5825, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5827, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5829, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5831, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5833, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5835, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5837, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5839, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5841, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5843, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5845, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5847, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5849, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5851, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5853, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5855, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5857, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5859, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5861, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5863, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5865, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5867, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5869, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5871, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5873, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5875, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5877, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5879, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5881, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5883, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5885, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5887, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5889, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5891, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5893, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5895, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5897, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5899, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5901, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5903, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5905, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5907, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5909, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5911, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5913, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5915, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5917, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5919, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5921, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5923, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5925, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5927, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5929, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5931, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5933, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5935, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5937, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5939, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5941, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5943, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5945, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5947, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5949, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5951, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5953, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5955, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5957, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5959, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5961, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5963, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5965, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5967, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5969, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5971, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5973, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5975, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5977, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5979, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5981, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5983, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5985, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5987, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5989, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5991, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5993, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5995, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5997, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5999, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6001, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6003, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ZS, 0, UTF8PROC_BIDI_CLASS_WS, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 52, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_MN, 218, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 224, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6005, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 5623, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6007, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6009, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23120, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 21760, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6011, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 21828, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6014, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 21896, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6017, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 21964, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6020, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22032, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6023, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22100, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6026, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22168, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6029, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22236, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6032, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22304, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6035, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22372, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6038, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22440, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6041, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22508, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6044, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22576, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6047, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22644, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6050, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22712, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6053, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22780, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6056, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6059, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22848, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6062, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6065, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22916, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6068, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6071, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 22984, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6074, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6077, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23052, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6080, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6083, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6086, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_MN, 8, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 52, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 8, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 53, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6089, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6092, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23188, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6095, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 6098, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24616, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23256, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6101, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23324, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6104, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23392, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6107, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23460, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6110, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23528, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6113, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23596, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6116, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23664, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6119, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23732, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6122, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23800, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6125, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23868, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6128, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 23936, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6131, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24004, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6134, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24072, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6137, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24140, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6140, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24208, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6143, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24276, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6146, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6149, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24344, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6152, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6155, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24412, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6158, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6161, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24480, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6164, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6167, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24548, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6170, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6173, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24684, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24752, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24820, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24888, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6176, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6179, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6182, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6185, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6188, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 24956, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6191, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 6194, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6197, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6199, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6201, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6203, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6205, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6207, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6209, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6211, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6213, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6215, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6217, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6219, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6221, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6223, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6225, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6227, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6229, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6231, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6233, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6235, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6237, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6239, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6241, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6243, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6245, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6247, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6249, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6251, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6253, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6255, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6257, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6259, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6261, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6263, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6265, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6267, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6269, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6271, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6273, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6275, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6277, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6279, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6281, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6283, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6285, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6287, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6289, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6291, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6293, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6295, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6297, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6299, NULL, -1, -1, -1, -1, -1, false, false, true, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6301, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6303, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6305, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6307, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6309, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6311, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6313, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6315, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6317, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6319, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6321, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6323, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6325, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6327, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6329, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6331, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6333, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6335, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6337, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6339, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6341, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6343, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6345, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6347, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6349, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6351, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6353, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6355, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6357, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6359, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6361, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6363, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6365, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6367, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6369, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6371, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6373, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6375, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6377, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6379, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6381, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6383, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 5577, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 5589, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 6385, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 6387, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 6389, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 6391, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 6393, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 6395, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 5585, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 6397, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 6399, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 6401, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 6403, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 5593, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6405, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6409, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6413, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6417, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6421, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6425, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6429, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6433, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6437, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6441, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6445, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6449, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6453, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6457, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6461, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6466, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6471, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6476, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6481, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6486, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6491, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6496, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6501, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6506, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6511, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6516, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6521, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6526, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6531, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6536, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6544, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6551, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6555, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6559, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6563, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6567, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6571, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6575, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6579, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6583, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6587, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6591, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6595, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6599, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6603, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6607, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6611, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6615, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6619, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6623, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6627, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6631, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6635, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6639, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6643, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6647, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6651, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6655, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6659, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6663, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6667, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6671, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6675, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6679, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6683, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6687, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6691, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6695, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6697, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5709, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6699, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 6701, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6705, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6708, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6711, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6714, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6717, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6720, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6723, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6726, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6729, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6732, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6735, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6738, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6741, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6744, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6747, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6197, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6203, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6209, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6213, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6229, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6231, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6237, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6241, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6243, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6247, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6249, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6251, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6253, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6255, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6750, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6753, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6756, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6759, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6762, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6765, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6768, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6771, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6774, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6777, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6780, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6783, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6786, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6789, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6792, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6798, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6803, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5577, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5589, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6385, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6387, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6806, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6808, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6810, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5599, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6812, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5623, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5723, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5747, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5745, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5725, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5909, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5639, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5719, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6814, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6816, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6818, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6820, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6822, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6824, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6826, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6828, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6830, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6832, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 5651, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6834, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6836, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6838, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6840, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6842, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6844, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6846, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6848, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6389, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6391, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6393, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6850, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6852, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6854, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6856, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6858, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6860, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6862, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6864, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6866, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6868, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6870, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6873, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6876, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6879, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6882, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6885, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6888, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6891, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6894, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6897, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6900, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6903, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6906, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6909, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6912, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6915, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6918, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6921, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6924, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6927, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6930, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6933, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6936, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6939, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6942, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6946, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 6950, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 6954, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 6957, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 6961, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 6964, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6968, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6970, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6972, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6974, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6976, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6978, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6980, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6982, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6984, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6986, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6988, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6990, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6992, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6994, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6996, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 6998, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7000, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7002, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7004, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7006, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7008, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7010, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7012, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7014, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7016, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7018, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7020, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7022, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7024, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7026, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7028, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7030, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7032, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7034, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7036, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7038, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7040, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7042, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7044, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7046, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7048, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7050, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7052, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7054, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7056, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7058, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 7060, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7062, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7067, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7072, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7077, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7081, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7086, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7090, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7094, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7100, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7105, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7109, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7113, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7117, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7122, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7127, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7131, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7135, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7138, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7142, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7147, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7152, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7155, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7161, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7168, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7174, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7178, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7184, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7190, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7195, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7199, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7203, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7207, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7212, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7218, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7223, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7227, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7231, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7235, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7238, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7241, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7244, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7247, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7251, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7255, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7261, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7265, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7270, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7276, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7280, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7283, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7286, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7292, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7297, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7303, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7307, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7313, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7316, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7320, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7324, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7328, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7332, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7336, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7341, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7345, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7348, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7352, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7356, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7360, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7365, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7369, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7373, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7377, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7383, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7388, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7391, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7397, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7400, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7405, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7410, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7414, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7418, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7422, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7427, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7430, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7434, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7439, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7442, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7448, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7452, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7455, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7458, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7461, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7464, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7467, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7470, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7473, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7476, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7479, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7482, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7486, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7490, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7494, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7498, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7502, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7506, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7510, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7514, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7518, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7522, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7526, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7530, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7534, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7538, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7542, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7546, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7549, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7552, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7556, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7559, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7562, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7565, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7569, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7573, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7576, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7579, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7582, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7585, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7588, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7593, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7596, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7599, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7602, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7605, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7608, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7611, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7614, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7617, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7621, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7626, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7629, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7632, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7635, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7638, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7641, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7644, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7647, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7651, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7655, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7659, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7663, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7666, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7669, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7672, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7675, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7678, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7681, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7684, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7687, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7690, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7693, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7697, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7701, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7704, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7708, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7712, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7716, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7719, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7723, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7727, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7732, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7735, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7739, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7743, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7747, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7751, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7757, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7764, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7767, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7770, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7773, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7776, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7779, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7782, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7785, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7788, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7791, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7794, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7797, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7800, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7803, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7806, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7809, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7812, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7815, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7818, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7823, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7826, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7829, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7832, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7837, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7841, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7844, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7847, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7850, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7853, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7856, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7859, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7862, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7865, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7868, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7871, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7875, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7878, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7881, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7885, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7889, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7892, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7897, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7901, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7904, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7907, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7910, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7913, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 7917, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7921, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7924, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7927, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7930, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7933, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7936, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7939, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7942, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7945, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7948, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7952, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7956, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7960, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7964, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7968, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7972, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7976, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7980, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7984, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7988, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7992, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 7996, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 8000, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 8004, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 8008, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 8012, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 8016, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 8020, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 8024, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 8028, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 8032, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 8036, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8040, -1, 42561, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42560, -1, 42560, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8042, -1, 42563, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42562, -1, 42562, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8044, -1, 42565, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42564, -1, 42564, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8046, -1, 42567, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42566, -1, 42566, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8048, -1, 42569, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42568, -1, 42568, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8050, -1, 42571, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42570, -1, 42570, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8052, -1, 42573, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42572, -1, 42572, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8054, -1, 42575, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42574, -1, 42574, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8056, -1, 42577, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42576, -1, 42576, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8058, -1, 42579, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42578, -1, 42578, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8060, -1, 42581, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42580, -1, 42580, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8062, -1, 42583, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42582, -1, 42582, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8064, -1, 42585, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42584, -1, 42584, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8066, -1, 42587, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42586, -1, 42586, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8068, -1, 42589, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42588, -1, 42588, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8070, -1, 42591, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42590, -1, 42590, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8072, -1, 42593, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42592, -1, 42592, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8074, -1, 42595, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42594, -1, 42594, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8076, -1, 42597, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42596, -1, 42596, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8078, -1, 42599, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42598, -1, 42598, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8080, -1, 42601, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42600, -1, 42600, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8082, -1, 42603, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42602, -1, 42602, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8084, -1, 42605, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42604, -1, 42604, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8086, -1, 42625, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42624, -1, 42624, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8088, -1, 42627, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42626, -1, 42626, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8090, -1, 42629, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42628, -1, 42628, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8092, -1, 42631, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42630, -1, 42630, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8094, -1, 42633, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42632, -1, 42632, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8096, -1, 42635, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42634, -1, 42634, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8098, -1, 42637, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42636, -1, 42636, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8100, -1, 42639, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42638, -1, 42638, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8102, -1, 42641, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42640, -1, 42640, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8104, -1, 42643, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42642, -1, 42642, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8106, -1, 42645, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42644, -1, 42644, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8108, -1, 42647, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42646, -1, 42646, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8110, -1, 42649, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42648, -1, 42648, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8112, -1, 42651, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42650, -1, 42650, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1638, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 1642, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8114, -1, 42787, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42786, -1, 42786, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8116, -1, 42789, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42788, -1, 42788, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8118, -1, 42791, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42790, -1, 42790, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8120, -1, 42793, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42792, -1, 42792, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8122, -1, 42795, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42794, -1, 42794, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8124, -1, 42797, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42796, -1, 42796, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8126, -1, 42799, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42798, -1, 42798, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8128, -1, 42803, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42802, -1, 42802, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8130, -1, 42805, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42804, -1, 42804, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8132, -1, 42807, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42806, -1, 42806, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8134, -1, 42809, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42808, -1, 42808, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8136, -1, 42811, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42810, -1, 42810, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8138, -1, 42813, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42812, -1, 42812, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8140, -1, 42815, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42814, -1, 42814, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8142, -1, 42817, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42816, -1, 42816, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8144, -1, 42819, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42818, -1, 42818, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8146, -1, 42821, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42820, -1, 42820, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8148, -1, 42823, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42822, -1, 42822, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8150, -1, 42825, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42824, -1, 42824, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8152, -1, 42827, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42826, -1, 42826, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8154, -1, 42829, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42828, -1, 42828, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8156, -1, 42831, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42830, -1, 42830, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8158, -1, 42833, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42832, -1, 42832, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8160, -1, 42835, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42834, -1, 42834, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8162, -1, 42837, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42836, -1, 42836, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8164, -1, 42839, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42838, -1, 42838, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8166, -1, 42841, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42840, -1, 42840, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8168, -1, 42843, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42842, -1, 42842, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8170, -1, 42845, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42844, -1, 42844, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8172, -1, 42847, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42846, -1, 42846, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8174, -1, 42849, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42848, -1, 42848, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8176, -1, 42851, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42850, -1, 42850, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8178, -1, 42853, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42852, -1, 42852, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8180, -1, 42855, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42854, -1, 42854, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8182, -1, 42857, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42856, -1, 42856, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8184, -1, 42859, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42858, -1, 42858, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8186, -1, 42861, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42860, -1, 42860, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8188, -1, 42863, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42862, -1, 42862, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 8188, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8190, -1, 42874, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42873, -1, 42873, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8192, -1, 42876, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42875, -1, 42875, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8194, -1, 7545, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8196, -1, 42879, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42878, -1, 42878, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8198, -1, 42881, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42880, -1, 42880, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8200, -1, 42883, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42882, -1, 42882, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8202, -1, 42885, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42884, -1, 42884, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8204, -1, 42887, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42886, -1, 42886, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8206, -1, 42892, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42891, -1, 42891, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2496, -1, 613, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8208, -1, 42897, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42896, -1, 42896, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8210, -1, 42899, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42898, -1, 42898, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8212, -1, 42903, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42902, -1, 42902, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8214, -1, 42905, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42904, -1, 42904, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8216, -1, 42907, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42906, -1, 42906, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8218, -1, 42909, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42908, -1, 42908, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8220, -1, 42911, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42910, -1, 42910, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8222, -1, 42913, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42912, -1, 42912, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8224, -1, 42915, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42914, -1, 42914, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8226, -1, 42917, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42916, -1, 42916, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8228, -1, 42919, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42918, -1, 42918, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8230, -1, 42921, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42920, -1, 42920, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 1289, -1, 614, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2478, -1, 604, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2494, -1, 609, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8232, -1, 620, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8234, -1, 670, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8236, -1, 647, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 2502, -1, 669, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8238, -1, 43859, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8240, -1, 42933, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42932, -1, 42932, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8242, -1, 42935, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42934, -1, 42934, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 8244, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 605, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ET, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 42931, -1, 42931, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 8118, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 8246, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 5445, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 8248, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8250, 5024, -1, 5024, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8252, 5025, -1, 5025, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8254, 5026, -1, 5026, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8256, 5027, -1, 5027, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8258, 5028, -1, 5028, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8260, 5029, -1, 5029, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8262, 5030, -1, 5030, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8264, 5031, -1, 5031, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8266, 5032, -1, 5032, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8268, 5033, -1, 5033, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8270, 5034, -1, 5034, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8272, 5035, -1, 5035, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8274, 5036, -1, 5036, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8276, 5037, -1, 5037, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8278, 5038, -1, 5038, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8280, 5039, -1, 5039, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8282, 5040, -1, 5040, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8284, 5041, -1, 5041, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8286, 5042, -1, 5042, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8288, 5043, -1, 5043, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8290, 5044, -1, 5044, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8292, 5045, -1, 5045, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8294, 5046, -1, 5046, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8296, 5047, -1, 5047, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8298, 5048, -1, 5048, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8300, 5049, -1, 5049, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8302, 5050, -1, 5050, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8304, 5051, -1, 5051, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8306, 5052, -1, 5052, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8308, 5053, -1, 5053, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8310, 5054, -1, 5054, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8312, 5055, -1, 5055, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8314, 5056, -1, 5056, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8316, 5057, -1, 5057, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8318, 5058, -1, 5058, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8320, 5059, -1, 5059, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8322, 5060, -1, 5060, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8324, 5061, -1, 5061, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8326, 5062, -1, 5062, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8328, 5063, -1, 5063, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8330, 5064, -1, 5064, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8332, 5065, -1, 5065, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8334, 5066, -1, 5066, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8336, 5067, -1, 5067, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8338, 5068, -1, 5068, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8340, 5069, -1, 5069, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8342, 5070, -1, 5070, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8344, 5071, -1, 5071, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8346, 5072, -1, 5072, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8348, 5073, -1, 5073, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8350, 5074, -1, 5074, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8352, 5075, -1, 5075, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8354, 5076, -1, 5076, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8356, 5077, -1, 5077, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8358, 5078, -1, 5078, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8360, 5079, -1, 5079, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8362, 5080, -1, 5080, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8364, 5081, -1, 5081, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8366, 5082, -1, 5082, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8368, 5083, -1, 5083, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8370, 5084, -1, 5084, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8372, 5085, -1, 5085, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8374, 5086, -1, 5086, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8376, 5087, -1, 5087, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8378, 5088, -1, 5088, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8380, 5089, -1, 5089, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8382, 5090, -1, 5090, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8384, 5091, -1, 5091, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8386, 5092, -1, 5092, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8388, 5093, -1, 5093, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8390, 5094, -1, 5094, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8392, 5095, -1, 5095, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8394, 5096, -1, 5096, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8396, 5097, -1, 5097, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8398, 5098, -1, 5098, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8400, 5099, -1, 5099, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8402, 5100, -1, 5100, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8404, 5101, -1, 5101, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8406, 5102, -1, 5102, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 8408, 5103, -1, 5103, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_LV, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_LVT, 2}, + {UTF8PROC_CATEGORY_CS, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_CO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 0}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8410, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8412, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5893, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8414, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8416, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8418, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8420, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6001, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8422, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5909, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8424, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8426, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8428, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8430, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8432, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8434, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8436, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8438, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8440, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8442, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8444, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8446, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8448, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8450, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8452, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8454, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8456, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8458, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8460, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8462, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8464, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8466, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8468, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8470, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8472, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8474, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8476, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8478, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8480, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8482, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8484, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8486, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8488, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8490, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8492, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8494, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8496, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8498, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8500, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8502, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8504, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5825, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8506, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8508, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8510, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8512, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8514, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8516, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8518, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8520, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8522, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8524, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8526, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5971, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8528, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8530, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8532, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8534, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8536, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8538, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8540, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8542, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8544, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8546, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8548, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8550, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8552, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8554, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8556, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8558, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8560, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8562, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8564, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8566, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8568, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8570, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8572, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8574, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8576, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8578, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8580, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8582, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8584, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8586, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8588, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8590, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8592, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8594, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8596, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8598, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8600, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8602, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8604, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8606, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8608, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8610, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8612, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8614, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8616, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8618, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8620, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5897, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8622, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8624, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8626, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8628, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8630, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8632, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8634, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8636, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8638, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8640, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8642, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8644, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8646, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8648, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8650, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5651, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8652, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8654, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8656, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8658, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8660, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8662, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8664, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8666, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5613, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8668, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8670, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8672, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8674, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8676, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8678, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8680, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8682, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8684, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8686, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8688, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8690, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8692, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8694, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8696, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8698, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8700, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8702, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8704, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8706, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8708, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8710, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8712, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8714, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8716, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8718, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8720, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8722, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8724, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8726, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8728, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8730, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8732, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8734, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8736, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8738, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8740, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8742, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8744, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8746, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8748, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8750, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8752, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8754, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8756, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8758, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8760, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8762, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8764, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8766, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8768, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8770, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8772, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8774, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5999, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8776, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8778, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8780, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8782, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8784, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8786, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8788, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8790, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8792, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8794, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8796, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8798, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6808, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8800, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8802, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8804, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8806, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8808, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8810, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8812, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8814, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8816, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8818, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8820, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8822, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8824, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8826, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8828, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8830, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8832, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8834, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8836, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8838, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8840, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8842, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5907, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8844, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8846, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8848, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8850, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8852, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8854, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8856, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8858, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8860, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8862, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8864, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8866, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8868, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5809, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8870, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8872, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8874, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8876, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8878, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8880, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8882, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8884, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8886, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8888, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8890, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8892, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8894, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8896, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8898, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8900, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5863, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8902, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5869, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8904, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8906, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8908, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8910, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8912, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8914, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8916, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8918, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8920, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8922, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8924, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8926, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8928, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8930, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5823, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8932, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8934, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8936, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8938, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8940, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8942, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8944, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8946, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8948, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8950, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8952, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8954, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8956, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8958, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8960, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8962, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8964, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8966, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8968, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8970, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8972, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8974, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5665, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8976, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8978, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8980, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8982, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8984, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8986, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8988, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8990, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8992, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8994, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8996, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 8998, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9000, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9002, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9004, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6818, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9006, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9008, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9010, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9012, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 6826, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9014, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9016, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9018, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9020, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9022, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9024, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9026, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9028, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9030, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9032, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9034, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9036, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9038, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9040, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9042, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9044, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9046, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9048, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9050, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9052, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9054, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9056, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9058, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9060, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9062, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9064, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9066, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9068, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9070, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9072, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9074, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9076, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9078, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9080, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9082, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9084, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9086, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9088, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9090, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9092, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9094, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9096, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9098, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9100, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9102, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9104, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9106, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9108, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9110, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9112, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9114, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9116, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9118, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9120, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9122, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9124, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5731, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9126, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9128, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9130, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9132, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9134, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9136, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9138, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9140, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9142, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9144, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9146, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9148, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9150, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9152, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9154, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9156, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9158, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9160, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9162, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9164, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9166, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9168, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9170, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9172, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9174, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9176, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9178, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9180, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9182, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9184, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9186, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9188, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9190, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9192, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9194, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9196, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9198, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9200, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9202, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9204, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9206, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9208, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9210, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9212, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9214, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9216, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9218, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 9220, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 9222, utf8proc_sequences + 9222, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 9225, utf8proc_sequences + 9225, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 9228, utf8proc_sequences + 9228, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 9231, utf8proc_sequences + 9231, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 9235, utf8proc_sequences + 9235, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 9239, utf8proc_sequences + 9242, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 9242, utf8proc_sequences + 9242, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 9245, utf8proc_sequences + 9245, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 9248, utf8proc_sequences + 9248, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 9251, utf8proc_sequences + 9251, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 9254, utf8proc_sequences + 9254, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 9257, utf8proc_sequences + 9257, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9260, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_MN, 26, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9263, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 9266, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4637, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4643, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 9268, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 9270, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 9272, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 9274, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 9276, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 9278, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ES, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4573, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9280, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9283, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9286, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9289, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9292, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9295, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9298, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9301, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9304, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9307, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9310, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9313, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9316, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9319, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9322, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9325, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9328, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9331, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9334, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9337, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9340, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9343, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9346, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9349, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9352, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9355, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9358, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9361, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9364, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9367, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9370, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, 0, utf8proc_sequences + 9373, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_R, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 9376, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9379, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9379, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9381, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9381, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9381, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9381, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9383, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9383, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9383, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9383, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9385, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9385, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9385, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9385, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9387, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9387, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9387, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9387, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9389, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9389, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9389, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9389, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9391, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9391, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9391, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9391, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9393, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9393, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9393, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9393, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9395, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9395, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9395, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9395, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9397, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9397, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9397, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9397, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9399, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9399, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9399, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9399, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9401, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9401, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9401, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9401, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9403, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9403, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9403, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9403, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9405, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9405, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9407, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9407, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9409, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9409, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9411, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9411, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9413, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9413, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9415, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9415, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9417, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9417, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9417, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9417, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9419, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9419, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9419, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9419, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9421, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9421, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9421, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9421, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9423, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9423, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9423, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9423, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9425, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9425, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9427, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9427, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9427, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9427, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9429, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9429, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9431, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9431, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9431, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9431, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9433, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9433, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9433, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9433, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9435, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9435, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9437, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9437, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_AL, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9439, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9439, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9439, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9439, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9441, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9441, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9443, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9443, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9445, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9445, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9447, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9449, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9449, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9451, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9451, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9453, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9453, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9455, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9455, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9455, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9455, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9457, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9457, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9459, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9459, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9462, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9462, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9465, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9465, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9468, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9468, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9471, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9471, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9474, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9474, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9477, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9477, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9477, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9480, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9480, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9480, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9483, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9483, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9483, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9483, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9485, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9488, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9491, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9494, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9497, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9500, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9503, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9506, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9509, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9512, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9515, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9518, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9521, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9524, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9527, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9530, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9533, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9536, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9539, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9542, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9545, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9548, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9551, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9554, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9557, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9560, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9563, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9566, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9569, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9572, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9575, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9578, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9581, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9584, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9587, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9590, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9593, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9596, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9599, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9602, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9605, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9608, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9611, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9614, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9617, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9620, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9623, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9626, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9629, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9632, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9635, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9638, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9641, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9644, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9647, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9650, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9653, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9656, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9659, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9662, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9665, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9668, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9671, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9674, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9677, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9680, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9683, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9686, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9689, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9692, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9695, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9698, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9701, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9704, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9707, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9710, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9713, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9716, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9719, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9722, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9725, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9728, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9731, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9734, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9737, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9740, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9743, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9746, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9749, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9752, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9755, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9758, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9761, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9764, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9768, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9772, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9776, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9780, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9784, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9788, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9791, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9491, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9794, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9494, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9797, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9800, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9506, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9803, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9509, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9512, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9806, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9809, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9524, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9812, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9527, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9530, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9815, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9818, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9536, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9821, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9539, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9542, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9629, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9632, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9641, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9644, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9647, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9659, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9662, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9665, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9668, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9680, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9683, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9686, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9824, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9698, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9827, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9830, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9716, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9833, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9719, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9722, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9761, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9836, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9839, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9746, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9842, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9749, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9752, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9485, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9488, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9845, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9491, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9848, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9497, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9500, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9503, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9506, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9851, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9515, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9518, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9521, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9524, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9854, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9536, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9545, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9548, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9551, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9554, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9557, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9563, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9566, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9569, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9572, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9575, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9578, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9857, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9581, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9584, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9587, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9590, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9593, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9596, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9602, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9605, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9608, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9611, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9614, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9617, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9620, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9623, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9626, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9635, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9638, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9650, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9653, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9656, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9659, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9662, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9671, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9674, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9677, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9680, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9860, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9689, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9692, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9695, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9698, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9707, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9710, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9713, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9716, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9863, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9725, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9728, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9866, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9737, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9740, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9743, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9746, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9869, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9491, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9848, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9506, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9851, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9524, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9854, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9536, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9872, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9575, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9875, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9878, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9881, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9659, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9662, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9680, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9716, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9863, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9746, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9869, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9884, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9888, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9892, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9896, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9899, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9902, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9905, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9908, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9911, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9914, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9917, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9920, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9923, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9926, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9929, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9932, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9935, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9938, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9941, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9944, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9947, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9950, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9953, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9956, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9959, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9962, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9878, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9965, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9968, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9971, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9974, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9896, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9899, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9902, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9905, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9908, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9911, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9914, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9917, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9920, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9923, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9926, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9929, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9932, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9935, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9938, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9941, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9944, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9947, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9950, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9953, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9956, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9959, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9962, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9878, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9965, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9968, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9971, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9974, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9956, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9959, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9962, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9878, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9875, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9881, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9599, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9566, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9569, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9572, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9956, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9959, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9962, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9599, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 9602, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9977, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9977, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9980, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9984, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9984, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9988, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9992, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 9996, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10000, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10004, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10008, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10008, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10012, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10016, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10020, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10024, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10028, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10032, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10032, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10036, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10040, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10040, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10044, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10044, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10048, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10052, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10052, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10056, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10060, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10060, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10064, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10064, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10068, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10072, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10072, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10076, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10076, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10080, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10084, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10088, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10092, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10092, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10096, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10100, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10104, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10108, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10112, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10112, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10116, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10120, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10124, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10128, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10132, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10136, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10136, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10140, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10140, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10144, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10144, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10148, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10152, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10156, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10160, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10164, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10168, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10172, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10176, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10180, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10184, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10188, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10192, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10196, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10196, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10200, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10204, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10208, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10212, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10212, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10216, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10220, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10224, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10228, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10232, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10236, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10240, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10244, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10248, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10252, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10256, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10260, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10264, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10268, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10272, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10276, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10280, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10284, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10288, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10292, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10296, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10300, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10116, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10124, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10304, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10308, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10312, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10316, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10320, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10324, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10320, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10312, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10328, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10332, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10336, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10340, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10344, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10324, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10088, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10048, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10348, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10352, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10356, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10360, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10364, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10369, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10374, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10379, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10384, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10389, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10394, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10399, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10403, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10422, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SC, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10431, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10436, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10438, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10440, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10442, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 1339, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10444, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10446, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10448, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10450, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10452, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10454, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PD, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10456, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PD, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10458, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PC, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10460, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 4579, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 4581, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10462, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10464, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10466, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10468, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10470, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10472, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10474, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10476, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 4971, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 4973, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10478, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10480, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10482, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10484, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10486, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_VERTICAL, utf8proc_sequences + 10488, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 10490, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PC, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 10460, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_CS, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10436, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10438, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_CS, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 4516, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 1339, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_CS, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10442, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10446, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10444, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PD, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10456, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 4579, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 4581, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10462, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10464, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10466, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10468, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ET, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10492, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10494, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10496, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ES, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 4573, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PD, 0, UTF8PROC_BIDI_CLASS_ES, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10498, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10500, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10502, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 4577, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10504, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SC, 0, UTF8PROC_BIDI_CLASS_ET, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10506, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ET, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10508, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SMALL, utf8proc_sequences + 10510, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10512, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10515, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10518, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10521, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10524, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10527, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10530, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10533, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10536, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10539, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10542, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10545, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10548, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10551, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10554, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10556, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10556, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10558, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10558, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10560, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10560, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10562, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10562, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10564, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10564, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10564, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10564, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10566, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10566, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10568, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10568, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10568, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10568, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10570, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10570, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10572, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10572, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10572, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10572, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10574, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10574, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10574, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10574, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10576, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10576, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10576, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10576, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10578, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10578, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10578, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10578, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10580, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10580, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10580, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10580, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10582, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10582, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10584, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10584, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10586, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10586, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10588, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10588, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10590, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10590, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10590, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10590, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10592, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10592, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10592, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10592, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10594, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10594, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10594, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10594, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10596, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10596, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10596, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10596, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10598, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10598, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10598, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10598, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10600, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10600, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10600, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10600, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10602, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10602, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10602, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10602, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10604, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10604, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10604, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10604, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10606, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10606, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10606, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10606, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10608, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10608, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10608, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10608, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10610, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10610, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10610, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10610, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10612, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10612, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10612, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10612, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10614, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10614, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10614, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10614, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10616, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10616, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10616, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10616, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10618, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10618, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10618, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10618, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10620, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10620, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 9457, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 9457, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10622, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10622, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_INITIAL, utf8proc_sequences + 10622, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_MEDIAL, utf8proc_sequences + 10622, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10624, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10624, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10627, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10627, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10630, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10630, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_ISOLATED, utf8proc_sequences + 10633, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FINAL, utf8proc_sequences + 10633, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10444, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10636, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ET, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10492, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SC, 0, UTF8PROC_BIDI_CLASS_ET, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10506, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ET, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10508, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10494, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10638, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4579, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4581, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10496, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ES, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4573, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_CS, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10436, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PD, 0, UTF8PROC_BIDI_CLASS_ES, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10498, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_CS, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4516, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_CS, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10640, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4559, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 72, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 60, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 62, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4561, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4563, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4565, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4567, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4569, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4571, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_CS, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10442, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 1339, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10500, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4577, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10502, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10446, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10510, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2430, utf8proc_sequences + 10642, -1, 65345, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2434, utf8proc_sequences + 10644, -1, 65346, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4594, utf8proc_sequences + 10646, -1, 65347, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2436, utf8proc_sequences + 10648, -1, 65348, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2438, utf8proc_sequences + 10650, -1, 65349, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4633, utf8proc_sequences + 10652, -1, 65350, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2442, utf8proc_sequences + 10654, -1, 65351, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2444, utf8proc_sequences + 10656, -1, 65352, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2446, utf8proc_sequences + 10658, -1, 65353, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2448, utf8proc_sequences + 10660, -1, 65354, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2450, utf8proc_sequences + 10662, -1, 65355, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2452, utf8proc_sequences + 10664, -1, 65356, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2454, utf8proc_sequences + 10666, -1, 65357, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2456, utf8proc_sequences + 10668, -1, 65358, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2458, utf8proc_sequences + 10670, -1, 65359, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2462, utf8proc_sequences + 10672, -1, 65360, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4615, utf8proc_sequences + 10674, -1, 65361, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2464, utf8proc_sequences + 10676, -1, 65362, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 5310, utf8proc_sequences + 10678, -1, 65363, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2466, utf8proc_sequences + 10680, -1, 65364, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2468, utf8proc_sequences + 10682, -1, 65365, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4737, utf8proc_sequences + 10684, -1, 65366, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2470, utf8proc_sequences + 10686, -1, 65367, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4764, utf8proc_sequences + 10688, -1, 65368, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 5324, utf8proc_sequences + 10690, -1, 65369, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4627, utf8proc_sequences + 10692, -1, 65370, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10486, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10504, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10488, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10694, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PC, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10460, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4449, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 0, NULL, 65313, -1, 65313, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 2, NULL, 65314, -1, 65314, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 4, NULL, 65315, -1, 65315, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 6, NULL, 65316, -1, 65316, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 8, NULL, 65317, -1, 65317, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10, NULL, 65318, -1, 65318, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 12, NULL, 65319, -1, 65319, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 14, NULL, 65320, -1, 65320, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 16, NULL, 65321, -1, 65321, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 18, NULL, 65322, -1, 65322, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 20, NULL, 65323, -1, 65323, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 22, NULL, 65324, -1, 65324, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 24, NULL, 65325, -1, 65325, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 26, NULL, 65326, -1, 65326, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 28, NULL, 65327, -1, 65327, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 30, NULL, 65328, -1, 65328, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 32, NULL, 65329, -1, 65329, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 34, NULL, 65330, -1, 65330, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 36, NULL, 65331, -1, 65331, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 38, NULL, 65332, -1, 65332, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 40, NULL, 65333, -1, 65333, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 42, NULL, 65334, -1, 65334, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 44, NULL, 65335, -1, 65335, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 46, NULL, 65336, -1, 65336, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 48, NULL, 65337, -1, 65337, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 50, NULL, 65338, -1, 65338, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10462, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10696, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10464, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10698, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10700, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10702, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10440, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PS, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10478, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PE, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10480, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10438, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_PO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10704, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7060, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10706, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10708, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10710, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10712, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10714, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10716, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10718, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10720, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10722, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10724, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6968, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6970, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6972, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6974, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6976, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6978, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6980, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6982, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6984, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6986, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6988, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6990, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6992, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6994, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6996, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 6998, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7000, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7002, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7004, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7006, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7008, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7010, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7012, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7014, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7016, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7018, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7020, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7022, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7024, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7026, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7028, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7030, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7032, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7034, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7036, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7038, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7040, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7042, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7044, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7046, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7048, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7050, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7052, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 7054, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10726, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10728, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 1}, + {UTF8PROC_CATEGORY_LM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10730, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10732, NULL, -1, -1, -1, -1, -1, false, false, true, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10734, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10736, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10738, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10740, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10742, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10744, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10746, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10748, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10750, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10752, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10754, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10756, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10758, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10760, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10762, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10764, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10766, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10768, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10770, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10772, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10774, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10776, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10778, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10780, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10782, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10784, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10786, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10788, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10790, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10792, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10794, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10796, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10798, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10800, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10802, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10804, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10806, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10808, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10810, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10812, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10814, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10816, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10818, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10820, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10822, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10824, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10826, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10828, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10830, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10832, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10834, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SC, 0, UTF8PROC_BIDI_CLASS_ET, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10836, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SC, 0, UTF8PROC_BIDI_CLASS_ET, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10838, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10840, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10842, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10844, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SC, 0, UTF8PROC_BIDI_CLASS_ET, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10846, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SC, 0, UTF8PROC_BIDI_CLASS_ET, UTF8PROC_DECOMP_TYPE_WIDE, utf8proc_sequences + 10848, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10850, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10852, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10854, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10856, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10858, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10860, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_NARROW, utf8proc_sequences + 10862, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NL, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10864, -1, 66600, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10866, -1, 66601, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10868, -1, 66602, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10870, -1, 66603, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10872, -1, 66604, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10874, -1, 66605, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10876, -1, 66606, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10878, -1, 66607, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10880, -1, 66608, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10882, -1, 66609, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10884, -1, 66610, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10886, -1, 66611, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10888, -1, 66612, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10890, -1, 66613, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10892, -1, 66614, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10894, -1, 66615, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10896, -1, 66616, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10898, -1, 66617, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10900, -1, 66618, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10902, -1, 66619, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10904, -1, 66620, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10906, -1, 66621, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10908, -1, 66622, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10910, -1, 66623, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10912, -1, 66624, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10914, -1, 66625, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10916, -1, 66626, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10918, -1, 66627, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10920, -1, 66628, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10922, -1, 66629, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10924, -1, 66630, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10926, -1, 66631, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10928, -1, 66632, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10930, -1, 66633, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10932, -1, 66634, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10934, -1, 66635, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10936, -1, 66636, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10938, -1, 66637, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10940, -1, 66638, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 10942, -1, 66639, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66560, -1, 66560, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66561, -1, 66561, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66562, -1, 66562, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66563, -1, 66563, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66564, -1, 66564, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66565, -1, 66565, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66566, -1, 66566, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66567, -1, 66567, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66568, -1, 66568, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66569, -1, 66569, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66570, -1, 66570, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66571, -1, 66571, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66572, -1, 66572, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66573, -1, 66573, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66574, -1, 66574, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66575, -1, 66575, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66576, -1, 66576, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66577, -1, 66577, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66578, -1, 66578, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66579, -1, 66579, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66580, -1, 66580, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66581, -1, 66581, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66582, -1, 66582, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66583, -1, 66583, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66584, -1, 66584, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66585, -1, 66585, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66586, -1, 66586, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66587, -1, 66587, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66588, -1, 66588, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66589, -1, 66589, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66590, -1, 66590, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66591, -1, 66591, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66592, -1, 66592, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66593, -1, 66593, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66594, -1, 66594, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66595, -1, 66595, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66596, -1, 66596, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66597, -1, 66597, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66598, -1, 66598, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 66599, -1, 66599, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10944, -1, 68800, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10946, -1, 68801, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10948, -1, 68802, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10950, -1, 68803, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10952, -1, 68804, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10954, -1, 68805, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10956, -1, 68806, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10958, -1, 68807, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10960, -1, 68808, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10962, -1, 68809, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10964, -1, 68810, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10966, -1, 68811, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10968, -1, 68812, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10970, -1, 68813, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10972, -1, 68814, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10974, -1, 68815, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10976, -1, 68816, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10978, -1, 68817, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10980, -1, 68818, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10982, -1, 68819, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10984, -1, 68820, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10986, -1, 68821, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10988, -1, 68822, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10990, -1, 68823, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10992, -1, 68824, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10994, -1, 68825, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10996, -1, 68826, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 10998, -1, 68827, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11000, -1, 68828, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11002, -1, 68829, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11004, -1, 68830, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11006, -1, 68831, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11008, -1, 68832, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11010, -1, 68833, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11012, -1, 68834, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11014, -1, 68835, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11016, -1, 68836, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11018, -1, 68837, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11020, -1, 68838, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11022, -1, 68839, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11024, -1, 68840, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11026, -1, 68841, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11028, -1, 68842, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11030, -1, 68843, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11032, -1, 68844, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11034, -1, 68845, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11036, -1, 68846, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11038, -1, 68847, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11040, -1, 68848, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11042, -1, 68849, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, utf8proc_sequences + 11044, -1, 68850, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68736, -1, 68736, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68737, -1, 68737, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68738, -1, 68738, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68739, -1, 68739, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68740, -1, 68740, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68741, -1, 68741, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68742, -1, 68742, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68743, -1, 68743, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68744, -1, 68744, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68745, -1, 68745, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68746, -1, 68746, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68747, -1, 68747, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68748, -1, 68748, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68749, -1, 68749, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68750, -1, 68750, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68751, -1, 68751, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68752, -1, 68752, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68753, -1, 68753, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68754, -1, 68754, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68755, -1, 68755, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68756, -1, 68756, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68757, -1, 68757, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68758, -1, 68758, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68759, -1, 68759, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68760, -1, 68760, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68761, -1, 68761, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68762, -1, 68762, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68763, -1, 68763, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68764, -1, 68764, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68765, -1, 68765, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68766, -1, 68766, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68767, -1, 68767, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68768, -1, 68768, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68769, -1, 68769, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68770, -1, 68770, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68771, -1, 68771, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68772, -1, 68772, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68773, -1, 68773, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68774, -1, 68774, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68775, -1, 68775, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68776, -1, 68776, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68777, -1, 68777, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68778, -1, 68778, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68779, -1, 68779, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68780, -1, 68780, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68781, -1, 68781, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68782, -1, 68782, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68783, -1, 68783, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68784, -1, 68784, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68785, -1, 68785, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_R, 0, NULL, NULL, 68786, -1, 68786, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_AN, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_AN, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 25024, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11046, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 25092, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11049, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 25160, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11052, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_MN, 7, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 54, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_CF, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, true, UTF8PROC_BOUNDCLASS_CONTROL, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 55, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 11055, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, utf8proc_sequences + 11058, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, 25228, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, 25296, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 56, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 25364, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11061, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11064, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 57, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 59, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 25432, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MN, 0, UTF8PROC_BIDI_CLASS_NSM, 0, NULL, NULL, -1, -1, -1, -1, 58, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11067, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11070, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 60, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11073, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 61, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 25500, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 25568, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11076, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11079, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11082, -1, 71872, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11084, -1, 71873, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11086, -1, 71874, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11088, -1, 71875, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11090, -1, 71876, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11092, -1, 71877, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11094, -1, 71878, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11096, -1, 71879, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11098, -1, 71880, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11100, -1, 71881, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11102, -1, 71882, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11104, -1, 71883, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11106, -1, 71884, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11108, -1, 71885, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11110, -1, 71886, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11112, -1, 71887, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11114, -1, 71888, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11116, -1, 71889, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11118, -1, 71890, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11120, -1, 71891, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11122, -1, 71892, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11124, -1, 71893, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11126, -1, 71894, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11128, -1, 71895, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11130, -1, 71896, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11132, -1, 71897, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11134, -1, 71898, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11136, -1, 71899, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11138, -1, 71900, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11140, -1, 71901, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11142, -1, 71902, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, utf8proc_sequences + 11144, -1, 71903, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71840, -1, 71840, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71841, -1, 71841, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71842, -1, 71842, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71843, -1, 71843, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71844, -1, 71844, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71845, -1, 71845, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71846, -1, 71846, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71847, -1, 71847, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71848, -1, 71848, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71849, -1, 71849, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71850, -1, 71850, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71851, -1, 71851, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71852, -1, 71852, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71853, -1, 71853, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71854, -1, 71854, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71855, -1, 71855, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71856, -1, 71856, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71857, -1, 71857, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71858, -1, 71858, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71859, -1, 71859, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71860, -1, 71860, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71861, -1, 71861, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71862, -1, 71862, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71863, -1, 71863, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71864, -1, 71864, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71865, -1, 71865, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71866, -1, 71866, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71867, -1, 71867, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71868, -1, 71868, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71869, -1, 71869, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71870, -1, 71870, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, 71871, -1, 71871, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 25636, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 25704, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11146, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11149, NULL, -1, -1, -1, 25772, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11152, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11155, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11158, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11161, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11164, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_MC, 216, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 62, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 216, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 226, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_SPACINGMARK, 0}, + {UTF8PROC_CATEGORY_MC, 216, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 63, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 216, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 64, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 216, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 65, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 216, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 66, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_MC, 216, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, 67, false, false, false, false, UTF8PROC_BOUNDCLASS_EXTEND, 0}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 25840, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, 25908, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11167, NULL, -1, -1, -1, 25976, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11170, NULL, -1, -1, -1, 26044, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11173, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11176, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11179, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11182, NULL, -1, -1, -1, -1, -1, false, true, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2430, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2436, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2442, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2448, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2450, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2458, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 5310, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2466, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2468, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4737, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2470, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4764, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 5324, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 0, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 6, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 20, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 24, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 26, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 30, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 32, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 34, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 36, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 38, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 40, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 42, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 44, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 46, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 48, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 50, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2430, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2434, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4594, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2438, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4633, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2442, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2444, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2446, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2448, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2450, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2452, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2454, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2456, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2458, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2462, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4615, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2464, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 5310, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2466, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2468, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4737, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2470, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4764, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 5324, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4627, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 0, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 2, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 8, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 12, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 16, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 18, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 20, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 22, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 24, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 26, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 28, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 30, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 32, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 34, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 36, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 38, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 40, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 42, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 44, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 46, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 48, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 50, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 14, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11185, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11187, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11189, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11191, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11193, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11195, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11197, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11199, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1514, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11201, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11203, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11205, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11207, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11209, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11211, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11213, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4651, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11215, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11217, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1518, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11219, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1480, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11221, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11223, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11225, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4629, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11227, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1390, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1392, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1394, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1396, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1398, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1400, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1402, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1404, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1326, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1406, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1408, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 67, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1410, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1412, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1414, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1416, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1418, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1512, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1420, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1422, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1424, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1426, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1428, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1430, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1432, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11229, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11231, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11233, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11235, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11237, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11239, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11241, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11189, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11191, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4649, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11193, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11195, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11197, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11199, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1514, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11201, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11203, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11205, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11207, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11209, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11211, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11213, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11215, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11217, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1518, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11219, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1480, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11221, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11223, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11225, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4629, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11227, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1390, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1392, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1396, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1398, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1400, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1402, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1404, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1326, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1406, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1408, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 67, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1410, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1412, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1414, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1418, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1512, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1420, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1422, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1424, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1426, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1428, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1430, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1432, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SM, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11229, NULL, -1, -1, -1, -1, -1, true, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11231, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11235, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11237, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11239, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11241, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11233, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LU, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11243, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LL, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 1492, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4559, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 72, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 60, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 62, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4561, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4563, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4565, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4567, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4569, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4571, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4559, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 72, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 60, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 62, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4561, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4563, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4565, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4567, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4569, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_ND, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 4571, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10566, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10568, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10576, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10582, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10620, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10588, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10578, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10598, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10622, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10610, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10612, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10614, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10616, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10590, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10602, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10606, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10594, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10608, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10586, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10592, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10572, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10574, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10580, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10584, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10596, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10600, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10604, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11245, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 9425, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11247, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 11249, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10618, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 1}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10618, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10568, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10576, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10582, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10620, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10588, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10578, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10598, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10622, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10612, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10614, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10616, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10590, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10602, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10606, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10594, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10608, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10586, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10592, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10572, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10574, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10580, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10584, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10596, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10600, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_AL, UTF8PROC_DECOMP_TYPE_FONT, utf8proc_sequences + 10604, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11251, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11254, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11257, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11260, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11263, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11266, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11269, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11272, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11275, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11278, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_NO, 0, UTF8PROC_BIDI_CLASS_EN, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11281, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11284, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11288, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11292, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11296, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11300, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11304, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11308, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11312, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11316, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11320, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11324, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11328, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11332, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11336, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11340, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11344, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11348, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11352, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11356, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11360, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11364, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11368, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11372, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11376, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11380, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11384, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11388, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 4594, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 2464, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 11392, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 11395, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2430, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2434, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 4594, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2436, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2438, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 4633, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2442, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2444, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2446, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2448, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2450, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2452, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2454, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2456, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2458, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2462, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 4615, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2464, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 5310, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2466, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2468, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 4737, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 2470, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 4764, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 5324, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 4627, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11398, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11401, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11404, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11407, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11411, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 11414, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_ON, UTF8PROC_DECOMP_TYPE_SUPER, utf8proc_sequences + 11417, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11420, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_REGIONAL_INDICATOR, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11423, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11426, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 6988, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 5703, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11429, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11431, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11433, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 5589, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11435, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11437, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 6401, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11439, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11441, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11443, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 8766, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11445, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11447, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11449, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11451, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11453, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11455, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 5775, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11457, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11459, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11461, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11463, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11465, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11467, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 5577, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 6385, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11469, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 6850, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 6391, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 6852, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11471, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 5887, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11473, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11475, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11477, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11479, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11481, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 6816, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 5723, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11483, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11485, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_SQUARE, utf8proc_sequences + 11487, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11489, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11493, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11497, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11501, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11505, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11509, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11513, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11517, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_COMPAT, utf8proc_sequences + 11521, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 11525, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SO, 0, UTF8PROC_BIDI_CLASS_L, UTF8PROC_DECOMP_TYPE_CIRCLE, utf8proc_sequences + 11527, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_SK, 0, UTF8PROC_BIDI_CLASS_ON, 0, NULL, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11529, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11531, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11533, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11535, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11537, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11539, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11541, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11543, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11545, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11547, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11549, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11551, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11553, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11555, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11557, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11559, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11561, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11563, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11449, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11565, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11567, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11569, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11571, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11573, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11575, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5609, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11577, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11579, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11581, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11583, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11485, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11585, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11587, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11589, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11591, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11593, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11595, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11597, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11599, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11601, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11603, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11605, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11607, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11609, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11611, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11613, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11615, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11617, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11619, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11621, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11623, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11625, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11627, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11629, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11631, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11633, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11635, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11637, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11639, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11641, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11643, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11645, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11647, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11649, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11651, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11653, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11655, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11657, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11659, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11661, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11663, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11665, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11667, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11669, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11671, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11673, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11675, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11435, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11677, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11679, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11681, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11683, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11685, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11687, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11689, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11691, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11693, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11695, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11697, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11699, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11701, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11703, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11705, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11707, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11709, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11711, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11713, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11715, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11717, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5661, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11719, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11721, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11723, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11725, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11727, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11729, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11731, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11733, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11735, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11737, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11739, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11741, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11743, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11745, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11747, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11749, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11751, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11753, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11755, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11757, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11759, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11761, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11763, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11765, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5685, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11767, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11769, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11771, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11773, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11775, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11777, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11779, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11781, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11783, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11785, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11787, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11789, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11791, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11793, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11795, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11797, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11799, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11801, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11803, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11805, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11807, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11809, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11811, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11813, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11815, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11817, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11819, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11821, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11823, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11825, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11827, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11829, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11831, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11833, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11835, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11837, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11839, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11841, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11843, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11845, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11847, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11849, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11851, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11853, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11855, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11857, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11859, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11861, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11863, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11865, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11867, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11869, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11871, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11873, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11875, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11877, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11879, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11881, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11883, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11885, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11887, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11889, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11891, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11893, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11895, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11897, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11899, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11901, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11903, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11905, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11907, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11909, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11911, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11913, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11915, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11917, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11919, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11921, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11923, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11925, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11927, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11929, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11931, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11933, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11935, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11937, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11939, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11941, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11943, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11945, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11947, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11949, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11951, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11953, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11955, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11957, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11959, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11961, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11963, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11965, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11967, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11969, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11971, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11973, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11975, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11977, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11979, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11981, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11983, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11985, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11987, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11989, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11991, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11993, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11995, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11997, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 11999, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12001, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12003, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12005, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12007, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12009, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12011, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12013, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12015, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12017, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12019, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12021, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12023, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12025, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12027, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12029, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12031, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12033, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12035, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12037, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12039, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12041, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12043, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12045, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12047, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12049, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12051, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12053, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12055, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12057, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12059, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12061, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12063, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12065, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12067, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12069, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12071, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12073, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12075, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12077, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12079, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12081, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12083, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12085, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12087, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12089, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12091, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12093, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12095, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12097, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12099, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12101, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12103, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12105, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12107, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12109, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12111, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12113, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12115, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12117, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12119, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12121, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12123, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12125, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12127, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12129, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12131, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12133, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12135, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12137, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12139, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12141, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12143, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12145, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12147, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12149, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12151, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12153, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12155, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12157, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12159, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12161, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12163, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12165, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12167, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12169, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12171, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12173, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12175, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12177, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12179, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12181, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12183, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12185, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12187, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12189, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12191, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12193, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12195, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12197, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12199, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12201, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12203, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12205, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12207, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12209, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12211, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12213, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12215, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12217, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12219, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12221, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12223, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12225, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12227, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12229, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12231, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12233, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12235, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12237, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12239, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12241, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12243, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12245, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12247, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12249, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12251, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12253, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12255, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12257, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12259, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12261, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12263, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12265, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12267, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12269, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12271, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12273, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12275, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12277, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12279, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12281, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12283, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12285, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12287, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12289, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12291, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12293, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12295, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12297, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12299, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12301, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5865, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12303, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12305, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12307, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12309, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12311, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12313, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12315, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12317, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12319, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12321, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12323, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5879, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12325, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12327, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12329, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12331, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12333, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12335, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12337, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12339, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12341, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12343, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12345, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12347, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12349, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12351, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12353, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12355, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12357, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12359, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12361, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12363, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12365, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12367, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12369, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12371, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12373, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12375, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12377, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12379, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12381, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12383, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12385, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12387, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12389, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12391, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12393, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12395, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12397, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12399, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12401, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12403, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12405, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12407, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12409, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12411, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12413, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12415, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12417, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12419, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12421, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12423, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12425, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12427, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12429, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12431, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12433, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12435, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12437, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12439, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12441, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12443, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12445, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12447, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5975, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12449, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5983, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12451, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12453, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12455, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12457, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 5993, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, + {UTF8PROC_CATEGORY_LO, 0, UTF8PROC_BIDI_CLASS_L, 0, utf8proc_sequences + 12459, NULL, -1, -1, -1, -1, -1, false, false, false, false, UTF8PROC_BOUNDCLASS_OTHER, 2}, +}; + +const utf8proc_int32_t utf8proc_combinations[] = { + 192, 193, 194, 195, 196, 197, -1, + 256, 258, 260, 550, 461, -1, -1, 512, + 514, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 7680, 7840, -1, -1, -1, -1, -1, 7842, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 262, 264, + -1, -1, -1, 199, -1, -1, -1, 266, + 268, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 200, 201, 202, 7868, 203, -1, 552, + 274, 276, 280, 278, 282, -1, -1, 516, + 518, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7864, -1, 7704, 7706, -1, -1, 7866, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 204, 205, 206, + 296, 207, -1, -1, 298, 300, 302, 304, + 463, -1, -1, 520, 522, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7882, -1, -1, + 7724, -1, -1, 7880, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 504, 323, -1, 209, -1, -1, 325, + -1, -1, -1, 7748, 327, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7750, 7752, 7754, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 210, 211, 212, + 213, 214, -1, -1, 332, 334, 490, 558, + 465, 336, 416, 524, 526, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7884, -1, -1, + -1, -1, -1, 7886, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 217, 218, 219, 360, 220, 366, -1, + 362, 364, 370, -1, 467, 368, 431, 532, + 534, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7908, -1, 7798, 7796, -1, 7794, 7910, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7922, 221, 374, + 7928, 376, -1, -1, 562, -1, -1, 7822, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7924, -1, -1, + -1, -1, -1, 7926, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 224, 225, 226, 227, 228, 229, -1, + 257, 259, 261, 551, 462, -1, -1, 513, + 515, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 7681, 7841, -1, -1, -1, -1, -1, 7843, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 263, 265, + -1, -1, -1, 231, -1, -1, -1, 267, + 269, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 232, 233, 234, 7869, 235, -1, 553, + 275, 277, 281, 279, 283, -1, -1, 517, + 519, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7865, -1, 7705, 7707, -1, -1, 7867, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 236, 237, 238, + 297, 239, -1, -1, 299, 301, 303, -1, + 464, -1, -1, 521, 523, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7883, -1, -1, + 7725, -1, -1, 7881, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 505, 324, -1, 241, -1, -1, 326, + -1, -1, -1, 7749, 328, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7751, 7753, 7755, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 242, 243, 244, + 245, 246, -1, -1, 333, 335, 491, 559, + 466, 337, 417, 525, 527, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7885, -1, -1, + -1, -1, -1, 7887, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 249, 250, 251, 361, 252, 367, -1, + 363, 365, 371, -1, 468, 369, 432, 533, + 535, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7909, -1, 7799, 7797, -1, 7795, 7911, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7923, 253, 375, + 7929, 255, 7833, -1, 563, -1, -1, 7823, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7925, -1, -1, + -1, -1, -1, 7927, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 7696, + -1, -1, -1, 7690, 270, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7692, 7694, 7698, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7697, -1, -1, -1, 7691, + 271, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7693, 7695, 7699, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 500, 284, -1, -1, -1, 290, + 7712, 286, -1, 288, 486, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 501, 285, + -1, -1, -1, 291, 7713, 287, -1, 289, + 487, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 292, -1, 7718, -1, 7720, + -1, -1, -1, 7714, 542, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7716, -1, -1, -1, 7722, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 293, + -1, 7719, -1, 7721, -1, -1, -1, 7715, + 543, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7717, 7830, -1, + -1, 7723, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 308, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 309, + -1, -1, -1, -1, -1, -1, -1, -1, + 496, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 7728, -1, -1, -1, -1, 310, + -1, -1, -1, -1, 488, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7730, 7732, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 7729, -1, + -1, -1, -1, 311, -1, -1, -1, -1, + 489, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7731, 7733, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 313, -1, -1, -1, -1, 315, + -1, -1, -1, -1, 317, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7734, 7738, 7740, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 314, -1, + -1, -1, -1, 316, -1, -1, -1, -1, + 318, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7735, 7739, 7741, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 340, -1, -1, -1, -1, 342, + -1, -1, -1, 7768, 344, -1, -1, 528, + 530, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7770, 7774, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 341, -1, + -1, -1, -1, 343, -1, -1, -1, 7769, + 345, -1, -1, 529, 531, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7771, 7775, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 346, 348, -1, -1, -1, 350, + -1, -1, -1, 7776, 352, -1, -1, -1, + -1, 536, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7778, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 347, 349, + -1, -1, -1, 351, -1, -1, -1, 7777, + 353, -1, -1, -1, -1, 537, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7779, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 354, + -1, -1, -1, 7786, 356, -1, -1, -1, + -1, 538, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7788, 7790, 7792, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7831, -1, 355, -1, -1, -1, 7787, + 357, -1, -1, -1, -1, 539, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7789, 7791, 7793, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7808, 7810, 372, -1, 7812, -1, -1, + -1, -1, -1, 7814, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7816, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7809, 7811, 373, + -1, 7813, 7832, -1, -1, -1, -1, 7815, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7817, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 377, 7824, -1, -1, -1, -1, + -1, -1, -1, 379, 381, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7826, 7828, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 378, 7825, + -1, -1, -1, -1, -1, -1, -1, 380, + 382, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7827, 7829, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 475, 471, -1, -1, -1, -1, -1, + 469, -1, -1, -1, 473, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 476, 472, -1, + -1, -1, -1, -1, 470, -1, -1, -1, + 474, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 478, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 479, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 480, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 481, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 508, -1, -1, -1, -1, -1, + 482, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 509, -1, + -1, -1, -1, -1, 483, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 492, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 493, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 494, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 495, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 506, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 507, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 510, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 511, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 554, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 555, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 7756, -1, -1, 7758, -1, -1, + 556, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 7757, -1, + -1, 7759, -1, -1, 557, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 560, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 561, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8173, 901, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 8129, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8122, 902, -1, + -1, -1, -1, -1, 8121, 8120, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 7944, 7945, -1, 8124, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8136, 904, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 7960, 7961, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8138, 905, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 7976, 7977, -1, 8140, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8154, 906, -1, -1, 938, -1, -1, + 8153, 8152, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 7992, 7993, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8184, 908, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8008, 8009, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8170, 910, -1, -1, 939, -1, -1, + 8169, 8168, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8025, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8186, 911, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8040, 8041, -1, 8188, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8146, 912, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 8151, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8048, 940, -1, + -1, -1, -1, -1, 8113, 8112, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 7936, 7937, 8118, 8115, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8050, 941, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 7952, 7953, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8052, 942, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 7968, 7969, 8134, 8131, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8054, 943, -1, -1, 970, -1, -1, + 8145, 8144, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 7984, 7985, 8150, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8162, 944, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 8167, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8058, 973, -1, -1, 971, -1, -1, + 8161, 8160, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8016, 8017, 8166, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8056, 972, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8000, 8001, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8060, 974, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8032, 8033, 8182, 8179, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 979, -1, + -1, 980, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1024, -1, -1, -1, 1025, -1, -1, + -1, 1238, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 1027, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1031, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 1036, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1037, -1, -1, -1, 1252, -1, -1, + 1250, 1049, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1264, -1, -1, 1262, 1038, -1, -1, + -1, 1266, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1117, -1, -1, -1, 1253, -1, -1, + 1251, 1081, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1104, -1, -1, + -1, 1105, -1, -1, -1, 1239, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 1107, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1111, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 1116, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1265, -1, -1, 1263, 1118, -1, -1, + -1, 1267, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 1142, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 1143, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1244, -1, -1, + -1, 1217, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1245, -1, -1, -1, 1218, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1234, -1, -1, + -1, 1232, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1235, -1, -1, -1, 1233, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1242, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1243, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1246, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1247, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1254, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1255, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1258, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1259, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1260, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1261, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1268, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1269, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1272, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1273, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 1570, 1571, 1573, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 1572, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 1574, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 1728, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 1730, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 1747, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 2345, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 2353, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 2356, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 2507, 2508, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 2888, 2891, 2892, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 2964, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 3020, 3018, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 3019, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 3144, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 3264, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 3271, 3272, + 3274, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 3275, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 3402, 3404, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 3403, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 3546, 3548, 3550, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 3549, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 4134, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 6918, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 6920, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 6922, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 6924, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 6926, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 6930, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 6971, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 6973, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 6976, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 6977, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 6979, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7682, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7684, 7686, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 7683, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7685, 7687, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 7688, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 7689, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7700, 7702, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7701, 7703, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7708, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7709, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7710, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 7711, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 7726, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 7727, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 7736, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 7737, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 7742, -1, -1, -1, -1, -1, + -1, -1, -1, 7744, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7746, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 7743, -1, + -1, -1, -1, -1, -1, -1, -1, 7745, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7747, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7760, 7762, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7761, 7763, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 7764, -1, -1, -1, -1, -1, + -1, -1, -1, 7766, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 7765, -1, + -1, -1, -1, -1, -1, -1, -1, 7767, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 7772, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 7773, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7780, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 7781, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7782, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 7783, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7784, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 7785, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 7800, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 7801, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7802, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7803, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 7804, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7806, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 7805, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7807, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7820, -1, -1, + -1, -1, -1, 7818, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7821, -1, -1, -1, -1, -1, 7819, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7835, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7846, 7844, -1, + 7850, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7848, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7847, 7845, -1, 7851, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 7849, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 7852, + -1, -1, -1, -1, -1, 7862, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7853, -1, -1, -1, -1, + -1, 7863, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7856, 7854, -1, + 7860, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7858, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7857, 7855, -1, 7861, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 7859, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7872, 7870, -1, + 7876, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7874, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7873, 7871, -1, 7877, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 7875, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 7878, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7879, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7890, 7888, -1, + 7894, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7892, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7891, 7889, -1, 7895, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 7893, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 7896, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 7897, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7900, 7898, -1, + 7904, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7906, -1, -1, + -1, -1, -1, 7902, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7901, 7899, -1, 7905, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7907, -1, -1, -1, -1, -1, 7903, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7914, 7912, -1, + 7918, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7920, -1, -1, + -1, -1, -1, 7916, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7915, 7913, -1, 7919, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7921, -1, -1, -1, -1, -1, 7917, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7938, 7940, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 7942, 8064, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7939, 7941, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 7943, 8065, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7946, 7948, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 7950, 8072, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7947, 7949, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 7951, 8073, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7954, 7956, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7955, 7957, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7962, 7964, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7963, 7965, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7970, 7972, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 7974, 8080, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7971, 7973, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 7975, 8081, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7978, 7980, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 7982, 8088, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7979, 7981, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 7983, 8089, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7986, 7988, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 7990, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7987, 7989, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 7991, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 7994, 7996, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 7998, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 7995, 7997, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 7999, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8002, 8004, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8003, 8005, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8010, 8012, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8011, 8013, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8018, 8020, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 8022, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8019, 8021, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 8023, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8027, 8029, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 8031, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8034, 8036, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 8038, 8096, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8035, 8037, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 8039, 8097, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8042, 8044, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 8046, 8104, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8043, 8045, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 8047, 8105, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8066, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8067, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8068, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8069, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8070, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8071, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8074, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8075, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8076, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8077, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8078, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8079, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8082, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8083, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8084, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8085, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8086, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8087, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8090, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8091, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8092, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8093, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8094, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8095, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8098, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8099, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8100, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8101, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8102, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8103, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8106, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8107, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8108, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8109, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8110, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8111, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8114, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8116, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8119, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8130, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8132, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8135, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 8141, 8142, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 8143, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8157, 8158, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 8159, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8164, 8165, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 8172, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8178, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 8180, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 8183, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8602, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8603, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8622, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8653, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8654, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8655, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8708, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8713, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8716, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8740, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8742, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8769, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8772, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8775, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8777, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8800, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8802, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8813, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8814, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8815, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8816, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8817, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8820, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8821, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8824, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8825, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8832, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8833, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8836, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8837, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8840, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8841, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8876, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8877, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8878, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8879, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8928, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8929, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8930, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8931, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8938, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8939, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 8940, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 8941, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 10972, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12364, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12366, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12368, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12370, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12372, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12374, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12376, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12378, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12380, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12382, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12384, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12386, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12389, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12391, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12393, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12400, 12401, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12403, 12404, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12406, 12407, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12409, 12410, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12412, 12413, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12436, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12446, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12460, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12462, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12464, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12466, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12468, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12470, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12472, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12474, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12476, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12478, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12480, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12482, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12485, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12487, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12489, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12496, 12497, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12499, 12500, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12502, 12503, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12505, 12506, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12508, 12509, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12532, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12535, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12536, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12537, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 12538, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, 12542, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 69786, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 69788, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 69803, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 69934, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 69935, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 70475, 70476, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 70843, 70844, 70846, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 71098, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 71099, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 119134, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 119135, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 119136, 119137, 119138, 119139, + 119140, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 119227, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 119228, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + 119229, 119231, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 119230, 119232, -1, -1, + -1, }; + diff --git a/src/vector.h b/src/vector.h new file mode 100644 index 0000000..52b8b8d --- /dev/null +++ b/src/vector.h @@ -0,0 +1,198 @@ +#ifndef VECTOR_H +#define VECTOR_H + +#include + +#define DEFAULT_VECTOR_SIZE 8 + +#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__MINGW64__) +#include +static inline void *aligned_malloc(size_t size, size_t alignment) { + return _aligned_malloc(size, alignment); +} +static inline void *aligned_resize(void *p, size_t old_size, size_t new_size, size_t alignment) { + return _aligned_realloc(p, new_size, alignment); +} +static inline void aligned_free(void *p) { + _aligned_free(p); +} +#else +#include +static inline void *aligned_malloc(size_t size, size_t alignment) +{ + void *p; + int ret = posix_memalign(&p, alignment, size); + return (ret == 0) ? p : NULL; +} +static inline void *aligned_resize(void *p, size_t old_size, size_t new_size, size_t alignment) +{ + if ((alignment == 0) || ((alignment & (alignment - 1)) != 0) || (alignment < sizeof(void *))) { + return NULL; + } + + if (p == NULL) { + return NULL; + } + + void *p1 = aligned_malloc(new_size, alignment); + if (p1 == NULL) { + free(p); + return NULL; + } + + memcpy(p1, p, old_size); + free(p); + return p1; +} +static inline void aligned_free(void *p) +{ + free(p); +} +#endif + +#ifdef _MSC_VER +#define MIE_ALIGN(x) __declspec(align(x)) +#else +#define MIE_ALIGN(x) __attribute__((aligned(x))) +#endif + +// Based kvec.h, dynamic vectors of any type +#define __VECTOR_BASE(name, type) typedef struct { size_t n, m; type *a; } name; \ + static inline name *name##_new_size(size_t size) { \ + name *array = malloc(sizeof(name)); \ + if (array == NULL) return NULL; \ + array->n = array->m = 0; \ + array->a = malloc((size > 0 ? size : 1) * sizeof(type)); \ + if (array->a == NULL) return NULL; \ + array->m = size; \ + return array; \ + } \ + static inline name *name##_new(void) { \ + return name##_new_size(DEFAULT_VECTOR_SIZE); \ + } \ + static inline name *name##_new_size_fixed(size_t size) { \ + name *array = name##_new_size(size); \ + if (array == NULL) return NULL; \ + array->n = size; \ + return array; \ + } \ + static inline name *name##_new_aligned(size_t size, size_t alignment) { \ + name *array = malloc(sizeof(name)); \ + if (array == NULL) return NULL; \ + array->n = array->m = 0; \ + array->a = aligned_malloc(size * sizeof(type), alignment); \ + if (array->a == NULL) return NULL; \ + array->m = size; \ + return array; \ + } \ + static inline bool name##_resize(name *array, size_t size) { \ + if (size <= array->m)return true; \ + type *ptr = realloc(array->a, sizeof(type) * size); \ + if (ptr == NULL) return false; \ + array->a = ptr; \ + array->m = size; \ + return true; \ + } \ + static inline bool name##_resize_aligned(name *array, size_t size, size_t alignment) { \ + if (size <= array->m) return true; \ + type *ptr = aligned_resize(array->a, sizeof(type) * array->m, sizeof(type) * size, alignment); \ + if (ptr == NULL) return false; \ + array->a = ptr; \ + array->m = size; \ + return true; \ + } \ + static inline bool name##_resize_fixed(name *array, size_t size) { \ + if (!name##_resize(array, size)) return false; \ + array->n = size; \ + return true; \ + } \ + static inline bool name##_resize_fixed_aligned(name *array, size_t size, size_t alignment) { \ + if (!name##_resize_aligned(array, size, alignment)) return false; \ + array->n = size; \ + return true; \ + } \ + static inline void name##_push(name *array, type value) { \ + if (array->n == array->m) { \ + size_t size = array->m ? array->m << 1 : 2; \ + type *ptr = realloc(array->a, sizeof(type) * size); \ + if (ptr == NULL) { \ + fprintf(stderr, "realloc failed during " #name "_push\n"); \ + exit(EXIT_FAILURE); \ + } \ + array->a = ptr; \ + array->m = size; \ + } \ + array->a[array->n++] = value; \ + } \ + static inline bool name##_extend(name *array, name *other) { \ + bool ret = false; \ + size_t new_size = array->n + other->n; \ + if (new_size > array->m) ret = name##_resize(array, new_size); \ + if (!ret) return false; \ + memcpy(array->a + array->n, other->a, other->n * sizeof(type)); \ + array->n = new_size; \ + return ret; \ + } \ + static inline void name##_pop(name *array) { \ + if (array->n > 0) array->n--; \ + } \ + static inline void name##_clear(name *array) { \ + array->n = 0; \ + } \ + static inline bool name##_copy(name *dst, name *src, size_t n) { \ + bool ret = true; \ + if (dst->m < n) ret = name##_resize(dst, n); \ + if (!ret) return false; \ + memcpy(dst->a, src->a, n * sizeof(type)); \ + dst->n = n; \ + return ret; \ + } \ + static inline name *name##_new_copy(name *vector, size_t n) { \ + name *cpy = name##_new_size(n); \ + if (!name##_copy(cpy, vector, n)) return NULL; \ + return cpy; \ + } + +#define __VECTOR_DESTROY(name, type) \ + static inline void name##_destroy(name *array) { \ + if (array == NULL) return; \ + if (array->a != NULL) free(array->a); \ + free(array); \ + } \ + static inline void name##_destroy_aligned(name *array) { \ + if (array == NULL) return; \ + if (array->a != NULL) aligned_free(array->a); \ + free(array); \ + } + +#define __VECTOR_DESTROY_FREE_DATA(name, type, free_func) \ + static inline void name##_destroy(name *array) { \ + if (array == NULL) return; \ + if (array->a != NULL) { \ + for (size_t i = 0; i < array->n; i++) { \ + free_func(array->a[i]); \ + } \ + } \ + free(array->a); \ + free(array); \ + } \ + static inline void name##_destroy_aligned(name *array) { \ + if (array == NULL) return; \ + if (array->a != NULL) { \ + for (size_t i = 0; i < array->n; i++) { \ + free_func(array->a[i]); \ + } \ + } \ + aligned_free(array->a); \ + free(array); \ + } + +#define VECTOR_INIT(name, type) \ + __VECTOR_BASE(name, type) \ + __VECTOR_DESTROY(name, type) + +#define VECTOR_INIT_FREE_DATA(name, type, free_func) \ + __VECTOR_BASE(name, type) \ + __VECTOR_DESTROY_FREE_DATA(name, type, free_func) + +#endif diff --git a/src/vector_math.h b/src/vector_math.h new file mode 100644 index 0000000..eff9046 --- /dev/null +++ b/src/vector_math.h @@ -0,0 +1,527 @@ +#ifndef VECTOR_MATH_H +#define VECTOR_MATH_H + +#include +#include +#include +#include "vector.h" + +#define ks_lt_index(a, b) ((a).value < (b).value) + +#if defined(USE_SSE) +#include +#endif + +/* + Useful macro definitions for memory alignment: + http://homepage1.nifty.com/herumi/prog/gcc-and-vc.html#MIE_ALIGN + */ + +#ifdef _MSC_VER +#define MIE_ALIGN(x) __declspec(align(x)) +#else +#define MIE_ALIGN(x) __attribute__((aligned(x))) +#endif + +#define CONST_128D(var, val) \ + MIE_ALIGN(16) static const double var[2] = {(val), (val)} + + +#define VECTOR_INIT_NUMERIC(name, type, unsigned_type, type_abs) \ + __VECTOR_BASE(name, type) \ + __VECTOR_DESTROY(name, type) \ + \ + static inline void name##_zero(type *array, size_t n) { \ + memset(array, 0, n * sizeof(type)); \ + } \ + \ + static inline void name##_raw_copy(type *dst, const type *src, size_t n) { \ + memcpy(dst, src, n * sizeof(type)); \ + } \ + \ + static inline void name##_set(type *array, type value, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + array[i] = value; \ + } \ + } \ + \ + static inline name *name##_new_value(size_t n, type value) { \ + name *vector = name##_new_size(n); \ + if (vector == NULL) return NULL; \ + name##_set(vector->a, n, (type)value); \ + vector->n = n; \ + return vector; \ + } \ + \ + static inline name *name##_new_ones(size_t n) { \ + return name##_new_value(n, (type)1); \ + } \ + \ + static inline name *name##_new_zeros(size_t n) { \ + name *vector = name##_new_size(n); \ + if (vector == NULL) return NULL; \ + name##_zero(vector->a, n); \ + vector->n = n; \ + return vector; \ + } \ + \ + static inline bool name##_resize_fill_zeros(name *self, size_t n) { \ + size_t old_n = self->n; \ + bool ret = name##_resize(self, n); \ + if (ret && n > old_n) { \ + memset(self->a + old_n, 0, (n - old_n) * sizeof(type)); \ + } \ + return ret; \ + } \ + \ + static inline bool name##_resize_aligned_fill_zeros(name *self, size_t n, size_t alignment) { \ + size_t old_n = self->n; \ + bool ret = name##_resize_aligned(self, n, alignment); \ + if (ret && n > old_n) { \ + memset(self->a + old_n, 0, (n - old_n) * sizeof(type)); \ + } \ + return ret; \ + } \ + \ + static inline type name##_max(type *array, size_t n) { \ + if (n < 1) return (type) 0; \ + type val = array[0]; \ + type max_val = val; \ + for (size_t i = 1; i < n; i++) { \ + val = array[i]; \ + if (val > max_val) max_val = val; \ + } \ + return max_val; \ + } \ + \ + static inline type name##_min(type *array, size_t n) { \ + if (n < 1) return (type) 0; \ + type val = array[0]; \ + type min_val = val; \ + for (size_t i = 1; i < n; i++) { \ + val = array[i]; \ + if (val < min_val) min_val = val; \ + } \ + return min_val; \ + } \ + \ + static inline int64_t name##_argmax(type *array, size_t n) { \ + if (n < 1) return -1; \ + type val = array[0]; \ + type max_val = val; \ + int64_t argmax = 0; \ + for (size_t i = 0; i < n; i++) { \ + val = array[i]; \ + if (val > max_val) { \ + max_val = val; \ + argmax = i; \ + } \ + } \ + return argmax; \ + } \ + \ + static inline int64_t name##_argmin(type *array, size_t n) { \ + if (n < 1) return (type) -1; \ + type val = array[0]; \ + type min_val = val; \ + int64_t argmin = 0; \ + for (size_t i = 1; i < n; i++) { \ + val = array[i]; \ + if (val < min_val) { \ + min_val = val; \ + argmin = i; \ + } \ + } \ + return argmin; \ + } \ + \ + typedef struct type##_index { \ + size_t index; \ + type value; \ + } type##_index_t; \ + \ + KSORT_INIT_GENERIC(type) \ + KSORT_INIT(type##_indices, type##_index_t, ks_lt_index) \ + \ + static inline void name##_sort(type *array, size_t n) { \ + ks_introsort(type, n, array); \ + } \ + \ + static inline size_t *name##_argsort(type *array, size_t n) { \ + type##_index_t *type_indices = malloc(sizeof(type##_index_t) * n); \ + size_t i; \ + for (i = 0; i < n; i++) { \ + type_indices[i] = (type##_index_t){i, array[i]}; \ + } \ + ks_introsort(type##_indices, n, type_indices); \ + size_t *indices = malloc(sizeof(size_t) * n); \ + for (i = 0; i < n; i++) { \ + indices[i] = type_indices[i].index; \ + } \ + free(type_indices); \ + return indices; \ + } \ + \ + static inline void name##_add(type *array, type c, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + array[i] += c; \ + } \ + } \ + \ + static inline void name##_sub(type *array, type c, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + array[i] -= c; \ + } \ + } \ + \ + static inline void name##_mul(type *array, type c, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + array[i] *= c; \ + } \ + } \ + \ + static inline void name##_div(type *array, type c, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + array[i] /= c; \ + } \ + } \ + \ + static inline type name##_sum(type *array, size_t n) { \ + type result = 0; \ + for (size_t i = 0; i < n; i++) { \ + result += array[i]; \ + } \ + return result; \ + } \ + \ + static inline unsigned_type name##_l1_norm(type *array, size_t n) { \ + unsigned_type result = 0; \ + for (size_t i = 0; i < n; i++) { \ + result += type_abs(array[i]); \ + } \ + return result; \ + } \ + \ + static inline double name##_l2_norm(type *array, size_t n) { \ + unsigned_type result = 0; \ + for (size_t i = 0; i < n; i++) { \ + result += array[i] * array[i]; \ + } \ + return sqrt((double)result); \ + } \ + \ + static inline unsigned_type name##_sum_sq(type *array, size_t n) { \ + unsigned_type result = 0; \ + for (size_t i = 0; i < n; i++) { \ + result += array[i] * array[i]; \ + } \ + return result; \ + } \ + \ + static inline double name##_mean(type *array, size_t n) { \ + unsigned_type sum = name##_sum(array, n); \ + return (double)sum / n; \ + } \ + \ + static inline double name##_var(type *array, size_t n) { \ + double mu = name##_mean(array, n); \ + double sigma2 = 0.0; \ + for (size_t i = 0; i < n; i++) { \ + double dev = (double)array[i] - mu; \ + sigma2 += dev * dev; \ + } \ + return sigma2 / n; \ + } \ + \ + static inline double name##_std(type *array, size_t n) { \ + double sigma2 = name##_var(array, n); \ + return sqrt(sigma2); \ + } \ + \ + static inline type name##_product(type *array, size_t n) { \ + type result = 0; \ + for (size_t i = 0; i < n; i++) { \ + result *= array[i]; \ + } \ + return result; \ + } \ + \ + static inline void name##_add_array(type *a1, const type *a2, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + a1[i] += a2[i]; \ + } \ + } \ + \ + static inline void name##_add_array_times_scalar(type *a1, const type *a2, double v, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + a1[i] += a2[i] * v; \ + } \ + } \ + \ + static inline void name##_sub_array(type *a1, const type *a2, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + a1[i] -= a2[i]; \ + } \ + } \ + \ + \ + static inline void name##_sub_array_times_scalar(type *a1, const type *a2, double v, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + a1[i] -= a2[i] * v; \ + } \ + } \ + \ + static inline void name##_mul_array(type *a1, const type *a2, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + a1[i] *= a2[i]; \ + } \ + } \ + \ + static inline void name##_mul_array_times_scalar(type *a1, const type *a2, double v, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + a1[i] *= a2[i] * v; \ + } \ + } \ + \ + static inline void name##_div_array(type *a1, const type *a2, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + a1[i] /= a2[i]; \ + } \ + } \ + \ + static inline void name##_div_array_times_scalar(type *a1, const type *a2, double v, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + a1[i] /= a2[i] * v; \ + } \ + } \ + \ + static inline type name##_dot(const type *a1, const type *a2, size_t n) { \ + type result = 0; \ + for (size_t i = 0; i < n; i++) { \ + result += a1[i] * a2[i]; \ + } \ + return result; \ + } + + +#define VECTOR_INIT_NUMERIC_FLOAT(name, type, type_abs) \ + VECTOR_INIT_NUMERIC(name, type, type, type_abs) \ + \ + static inline void name##_log(type *array, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + array[i] = log(array[i]); \ + } \ + } \ + \ + static inline void name##_exp(type *array, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + array[i] = exp(array[i]); \ + } \ + } \ + \ + static inline type name##_sum_log(type *array, size_t n) { \ + type result = 0; \ + for (size_t i = 0; i < n; i++) { \ + result += log(array[i]); \ + } \ + return result; \ + } \ + \ + static inline type name##_log_sum_exp(type *array, size_t n) { \ + type max = name##_max(array, n); \ + type result = 0; \ + for (size_t i = 0; i < n; i++) { \ + result += exp(array[i] - max); \ + } \ + return max + log(result); \ + } + + + +#if defined(USE_SSE) +/* +From https://github.com/herumi/fmath/blob/master/fastexp.cpp + +The best performing C routine appears to be this version of the Remez algorithm: +Remez 9th [0,log2] SSE +*/ +static inline void remez9_0_log2_sse(double *values, size_t num) +{ + size_t i; + CONST_128D(one, 1.); + CONST_128D(log2e, 1.4426950408889634073599); + CONST_128D(maxlog, 7.09782712893383996843e2); // log(2**1024) + CONST_128D(minlog, -7.08396418532264106224e2); // log(2**-1022) + CONST_128D(c1, 6.93145751953125E-1); + CONST_128D(c2, 1.42860682030941723212E-6); + CONST_128D(w9, 3.9099787920346160288874633639268318097077213911751e-6); + CONST_128D(w8, 2.299608440919942766555719515783308016700833740918e-5); + CONST_128D(w7, 1.99930498409474044486498978862963995247838069436646e-4); + CONST_128D(w6, 1.38812674551586429265054343505879910146775323730237e-3); + CONST_128D(w5, 8.3335688409829575034112982839739473866857586300664e-3); + CONST_128D(w4, 4.1666622504201078708502686068113075402683415962893e-2); + CONST_128D(w3, 0.166666671414320541875332123507829990378055646330574); + CONST_128D(w2, 0.49999999974109940909767965915362308135415179642286); + CONST_128D(w1, 1.0000000000054730504284163017295863259125942049362); + CONST_128D(w0, 0.99999999999998091336479463057053516986466888462081); + const __m128i offset = _mm_setr_epi32(1023, 1023, 0, 0); + + for (i = 0;i < num;i += 4) { + __m128i k1, k2; + __m128d p1, p2; + __m128d a1, a2; + __m128d xmm0, xmm1; + __m128d x1, x2; + + /* Load four double values. */ + xmm0 = _mm_load_pd(maxlog); + xmm1 = _mm_load_pd(minlog); + x1 = _mm_load_pd(values+i); + x2 = _mm_load_pd(values+i+2); + x1 = _mm_min_pd(x1, xmm0); + x2 = _mm_min_pd(x2, xmm0); + x1 = _mm_max_pd(x1, xmm1); + x2 = _mm_max_pd(x2, xmm1); + + /* a = x / log2; */ + xmm0 = _mm_load_pd(log2e); + xmm1 = _mm_setzero_pd(); + a1 = _mm_mul_pd(x1, xmm0); + a2 = _mm_mul_pd(x2, xmm0); + + /* k = (int)floor(a); p = (float)k; */ + p1 = _mm_cmplt_pd(a1, xmm1); + p2 = _mm_cmplt_pd(a2, xmm1); + xmm0 = _mm_load_pd(one); + p1 = _mm_and_pd(p1, xmm0); + p2 = _mm_and_pd(p2, xmm0); + a1 = _mm_sub_pd(a1, p1); + a2 = _mm_sub_pd(a2, p2); + k1 = _mm_cvttpd_epi32(a1); + k2 = _mm_cvttpd_epi32(a2); + p1 = _mm_cvtepi32_pd(k1); + p2 = _mm_cvtepi32_pd(k2); + + /* x -= p * log2; */ + xmm0 = _mm_load_pd(c1); + xmm1 = _mm_load_pd(c2); + a1 = _mm_mul_pd(p1, xmm0); + a2 = _mm_mul_pd(p2, xmm0); + x1 = _mm_sub_pd(x1, a1); + x2 = _mm_sub_pd(x2, a2); + a1 = _mm_mul_pd(p1, xmm1); + a2 = _mm_mul_pd(p2, xmm1); + x1 = _mm_sub_pd(x1, a1); + x2 = _mm_sub_pd(x2, a2); + + /* Compute e^x using a polynomial approximation. */ + xmm0 = _mm_load_pd(w9); + xmm1 = _mm_load_pd(w8); + a1 = _mm_mul_pd(x1, xmm0); + a2 = _mm_mul_pd(x2, xmm0); + a1 = _mm_add_pd(a1, xmm1); + a2 = _mm_add_pd(a2, xmm1); + + xmm0 = _mm_load_pd(w7); + xmm1 = _mm_load_pd(w6); + a1 = _mm_mul_pd(a1, x1); + a2 = _mm_mul_pd(a2, x2); + a1 = _mm_add_pd(a1, xmm0); + a2 = _mm_add_pd(a2, xmm0); + a1 = _mm_mul_pd(a1, x1); + a2 = _mm_mul_pd(a2, x2); + a1 = _mm_add_pd(a1, xmm1); + a2 = _mm_add_pd(a2, xmm1); + + xmm0 = _mm_load_pd(w5); + xmm1 = _mm_load_pd(w4); + a1 = _mm_mul_pd(a1, x1); + a2 = _mm_mul_pd(a2, x2); + a1 = _mm_add_pd(a1, xmm0); + a2 = _mm_add_pd(a2, xmm0); + a1 = _mm_mul_pd(a1, x1); + a2 = _mm_mul_pd(a2, x2); + a1 = _mm_add_pd(a1, xmm1); + a2 = _mm_add_pd(a2, xmm1); + + xmm0 = _mm_load_pd(w3); + xmm1 = _mm_load_pd(w2); + a1 = _mm_mul_pd(a1, x1); + a2 = _mm_mul_pd(a2, x2); + a1 = _mm_add_pd(a1, xmm0); + a2 = _mm_add_pd(a2, xmm0); + a1 = _mm_mul_pd(a1, x1); + a2 = _mm_mul_pd(a2, x2); + a1 = _mm_add_pd(a1, xmm1); + a2 = _mm_add_pd(a2, xmm1); + + xmm0 = _mm_load_pd(w1); + xmm1 = _mm_load_pd(w0); + a1 = _mm_mul_pd(a1, x1); + a2 = _mm_mul_pd(a2, x2); + a1 = _mm_add_pd(a1, xmm0); + a2 = _mm_add_pd(a2, xmm0); + a1 = _mm_mul_pd(a1, x1); + a2 = _mm_mul_pd(a2, x2); + a1 = _mm_add_pd(a1, xmm1); + a2 = _mm_add_pd(a2, xmm1); + + /* p = 2^k; */ + k1 = _mm_add_epi32(k1, offset); + k2 = _mm_add_epi32(k2, offset); + k1 = _mm_slli_epi32(k1, 20); + k2 = _mm_slli_epi32(k2, 20); + k1 = _mm_shuffle_epi32(k1, _MM_SHUFFLE(1,3,0,2)); + k2 = _mm_shuffle_epi32(k2, _MM_SHUFFLE(1,3,0,2)); + p1 = _mm_castsi128_pd(k1); + p2 = _mm_castsi128_pd(k2); + + /* a *= 2^k. */ + a1 = _mm_mul_pd(a1, p1); + a2 = _mm_mul_pd(a2, p2); + + /* Store the results. */ + _mm_store_pd(values+i, a1); + _mm_store_pd(values+i+2, a2); + } +} + + +// TODO: look into SIMD log function +#define VECTOR_INIT_NUMERIC_DOUBLE(name, type, type_abs) \ + VECTOR_INIT_NUMERIC(name, type, type, type_abs) \ + \ + static inline void name##_log(type *array, size_t n) { \ + for (size_t i = 0; i < n; i++) { \ + array[i] = log(array[i]); \ + } \ + } \ + \ + static inline void name##_exp(type *array, size_t n) { \ + remez9_0_log2_sse(array, n); \ + } \ + \ + static inline type name##_sum_log(type *array, size_t n) { \ + type result = 0; \ + for (size_t i = 0; i < n; i++) { \ + result += log(array[i]); \ + } \ + return result; \ + } \ + \ + static inline type name##_log_sum_exp(type *array, size_t n) { \ + type max = name##_max(array, n); \ + type result = 0; \ + for (size_t i = 0; i < n; i++) { \ + result += exp(array[i] - max); \ + } \ + return max + log(result); \ + } + +#else +#define VECTOR_INIT_NUMERIC_DOUBLE VECTOR_INIT_NUMERIC_FLOAT +#endif + + + +#endif diff --git a/test-driver b/test-driver new file mode 100755 index 0000000..be73b80 --- /dev/null +++ b/test-driver @@ -0,0 +1,153 @@ +#! /bin/sh +# test-driver - basic testsuite driver script. + +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 2011-2021 Free Software Foundation, Inc. +# +# 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, 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. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +# Make unconditional expansion of undefined variables an error. This +# helps a lot in preventing typo-related bugs. +set -u + +usage_error () +{ + echo "$0: $*" >&2 + print_usage >&2 + exit 2 +} + +print_usage () +{ + cat <"$log_file" +"$@" >>"$log_file" 2>&1 +estatus=$? + +if test $enable_hard_errors = no && test $estatus -eq 99; then + tweaked_estatus=1 +else + tweaked_estatus=$estatus +fi + +case $tweaked_estatus:$expect_failure in + 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; + 0:*) col=$grn res=PASS recheck=no gcopy=no;; + 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; + 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;; + *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;; + *:*) col=$red res=FAIL recheck=yes gcopy=yes;; +esac + +# Report the test outcome and exit status in the logs, so that one can +# know whether the test passed or failed simply by looking at the '.log' +# file, without the need of also peaking into the corresponding '.trs' +# file (automake bug#11814). +echo "$res $test_name (exit status: $estatus)" >>"$log_file" + +# Report outcome to console. +echo "${col}${res}${std}: $test_name" + +# Register the test result, and other relevant metadata. +echo ":test-result: $res" > $trs_file +echo ":global-test-result: $res" >> $trs_file +echo ":recheck: $recheck" >> $trs_file +echo ":copy-in-global-log: $gcopy" >> $trs_file + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/test/.libs/test_libpostal b/test/.libs/test_libpostal new file mode 100755 index 0000000..d5fcf4b Binary files /dev/null and b/test/.libs/test_libpostal differ diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..f2e911f --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,14 @@ +CFLAGS_BASE = -Wfloat-equal -Wpointer-arith -std=gnu99 -DLIBPOSTAL_DATA_DIR='"$(datadir)/libpostal"' -g +CFLAGS_O0 = $(CFLAGS_BASE) -O0 +CFLAGS_O1 = $(CFLAGS_BASE) -O1 +CFLAGS_O2 = $(CFLAGS_BASE) -O2 +CFLAGS_O3 = $(CFLAGS_BASE) -O3 +DEFAULT_INCLUDES = -I.. -I/usr/local/include + +CFLAGS = $(CFLAGS_BASE) + +TESTS = test_libpostal +noinst_PROGRAMS = test_libpostal +test_libpostal_SOURCES = test.c test_expand.c test_parser.c test_transliterate.c test_numex.c test_trie.c test_string_utils.c test_crf_context.c ../src/strndup.c ../src/file_utils.c ../src/string_utils.c ../src/utf8proc/utf8proc.c ../src/trie.c ../src/trie_search.c ../src/transliterate.c ../src/numex.c ../src/features.c +test_libpostal_LDADD = ../src/libpostal.la ../src/libscanner.la $(CBLAS_LIBS) +test_libpostal_CFLAGS = $(CFLAGS_O3) diff --git a/test/Makefile.in b/test/Makefile.in new file mode 100644 index 0000000..9e67fda --- /dev/null +++ b/test/Makefile.in @@ -0,0 +1,1356 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2021 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +TESTS = test_libpostal$(EXEEXT) +noinst_PROGRAMS = test_libpostal$(EXEEXT) +subdir = test +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cblas.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +PROGRAMS = $(noinst_PROGRAMS) +am__dirstamp = $(am__leading_dot)dirstamp +am_test_libpostal_OBJECTS = test_libpostal-test.$(OBJEXT) \ + test_libpostal-test_expand.$(OBJEXT) \ + test_libpostal-test_parser.$(OBJEXT) \ + test_libpostal-test_transliterate.$(OBJEXT) \ + test_libpostal-test_numex.$(OBJEXT) \ + test_libpostal-test_trie.$(OBJEXT) \ + test_libpostal-test_string_utils.$(OBJEXT) \ + test_libpostal-test_crf_context.$(OBJEXT) \ + ../src/test_libpostal-strndup.$(OBJEXT) \ + ../src/test_libpostal-file_utils.$(OBJEXT) \ + ../src/test_libpostal-string_utils.$(OBJEXT) \ + ../src/utf8proc/test_libpostal-utf8proc.$(OBJEXT) \ + ../src/test_libpostal-trie.$(OBJEXT) \ + ../src/test_libpostal-trie_search.$(OBJEXT) \ + ../src/test_libpostal-transliterate.$(OBJEXT) \ + ../src/test_libpostal-numex.$(OBJEXT) \ + ../src/test_libpostal-features.$(OBJEXT) +test_libpostal_OBJECTS = $(am_test_libpostal_OBJECTS) +am__DEPENDENCIES_1 = +test_libpostal_DEPENDENCIES = ../src/libpostal.la ../src/libscanner.la \ + $(am__DEPENDENCIES_1) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +test_libpostal_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(test_libpostal_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \ + $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ../src/$(DEPDIR)/test_libpostal-features.Po \ + ../src/$(DEPDIR)/test_libpostal-file_utils.Po \ + ../src/$(DEPDIR)/test_libpostal-numex.Po \ + ../src/$(DEPDIR)/test_libpostal-string_utils.Po \ + ../src/$(DEPDIR)/test_libpostal-strndup.Po \ + ../src/$(DEPDIR)/test_libpostal-transliterate.Po \ + ../src/$(DEPDIR)/test_libpostal-trie.Po \ + ../src/$(DEPDIR)/test_libpostal-trie_search.Po \ + ../src/utf8proc/$(DEPDIR)/test_libpostal-utf8proc.Po \ + ./$(DEPDIR)/test_libpostal-test.Po \ + ./$(DEPDIR)/test_libpostal-test_crf_context.Po \ + ./$(DEPDIR)/test_libpostal-test_expand.Po \ + ./$(DEPDIR)/test_libpostal-test_numex.Po \ + ./$(DEPDIR)/test_libpostal-test_parser.Po \ + ./$(DEPDIR)/test_libpostal-test_string_utils.Po \ + ./$(DEPDIR)/test_libpostal-test_transliterate.Po \ + ./$(DEPDIR)/test_libpostal-test_trie.Po +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(test_libpostal_SOURCES) +DIST_SOURCES = $(test_libpostal_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +am__tty_colors_dummy = \ + mgn= red= grn= lgn= blu= brg= std=; \ + am__color_tests=no +am__tty_colors = { \ + $(am__tty_colors_dummy); \ + if test "X$(AM_COLOR_TESTS)" = Xno; then \ + am__color_tests=no; \ + elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ + am__color_tests=yes; \ + elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ + am__color_tests=yes; \ + fi; \ + if test $$am__color_tests = yes; then \ + red=''; \ + grn=''; \ + lgn=''; \ + blu=''; \ + mgn=''; \ + brg=''; \ + std=''; \ + fi; \ +} +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__recheck_rx = ^[ ]*:recheck:[ ]* +am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* +am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* +# A command that, given a newline-separated list of test names on the +# standard input, print the name of the tests that are to be re-run +# upon "make recheck". +am__list_recheck_tests = $(AWK) '{ \ + recheck = 1; \ + while ((rc = (getline line < ($$0 ".trs"))) != 0) \ + { \ + if (rc < 0) \ + { \ + if ((getline line2 < ($$0 ".log")) < 0) \ + recheck = 0; \ + break; \ + } \ + else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ + { \ + recheck = 0; \ + break; \ + } \ + else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ + { \ + break; \ + } \ + }; \ + if (recheck) \ + print $$0; \ + close ($$0 ".trs"); \ + close ($$0 ".log"); \ +}' +# A command that, given a newline-separated list of test names on the +# standard input, create the global log from their .trs and .log files. +am__create_global_log = $(AWK) ' \ +function fatal(msg) \ +{ \ + print "fatal: making $@: " msg | "cat >&2"; \ + exit 1; \ +} \ +function rst_section(header) \ +{ \ + print header; \ + len = length(header); \ + for (i = 1; i <= len; i = i + 1) \ + printf "="; \ + printf "\n\n"; \ +} \ +{ \ + copy_in_global_log = 1; \ + global_test_result = "RUN"; \ + while ((rc = (getline line < ($$0 ".trs"))) != 0) \ + { \ + if (rc < 0) \ + fatal("failed to read from " $$0 ".trs"); \ + if (line ~ /$(am__global_test_result_rx)/) \ + { \ + sub("$(am__global_test_result_rx)", "", line); \ + sub("[ ]*$$", "", line); \ + global_test_result = line; \ + } \ + else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ + copy_in_global_log = 0; \ + }; \ + if (copy_in_global_log) \ + { \ + rst_section(global_test_result ": " $$0); \ + while ((rc = (getline line < ($$0 ".log"))) != 0) \ + { \ + if (rc < 0) \ + fatal("failed to read from " $$0 ".log"); \ + print line; \ + }; \ + printf "\n"; \ + }; \ + close ($$0 ".trs"); \ + close ($$0 ".log"); \ +}' +# Restructured Text title. +am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } +# Solaris 10 'make', and several other traditional 'make' implementations, +# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it +# by disabling -e (using the XSI extension "set +e") if it's set. +am__sh_e_setup = case $$- in *e*) set +e;; esac +# Default flags passed to test drivers. +am__common_driver_flags = \ + --color-tests "$$am__color_tests" \ + --enable-hard-errors "$$am__enable_hard_errors" \ + --expect-failure "$$am__expect_failure" +# To be inserted before the command running the test. Creates the +# directory for the log if needed. Stores in $dir the directory +# containing $f, in $tst the test, in $log the log. Executes the +# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and +# passes TESTS_ENVIRONMENT. Set up options for the wrapper that +# will run the test scripts (or their associated LOG_COMPILER, if +# thy have one). +am__check_pre = \ +$(am__sh_e_setup); \ +$(am__vpath_adj_setup) $(am__vpath_adj) \ +$(am__tty_colors); \ +srcdir=$(srcdir); export srcdir; \ +case "$@" in \ + */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ + *) am__odir=.;; \ +esac; \ +test "x$$am__odir" = x"." || test -d "$$am__odir" \ + || $(MKDIR_P) "$$am__odir" || exit $$?; \ +if test -f "./$$f"; then dir=./; \ +elif test -f "$$f"; then dir=; \ +else dir="$(srcdir)/"; fi; \ +tst=$$dir$$f; log='$@'; \ +if test -n '$(DISABLE_HARD_ERRORS)'; then \ + am__enable_hard_errors=no; \ +else \ + am__enable_hard_errors=yes; \ +fi; \ +case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ + am__expect_failure=yes;; \ + *) \ + am__expect_failure=no;; \ +esac; \ +$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) +# A shell command to get the names of the tests scripts with any registered +# extension removed (i.e., equivalently, the names of the test logs, with +# the '.log' extension removed). The result is saved in the shell variable +# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, +# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", +# since that might cause problem with VPATH rewrites for suffix-less tests. +# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. +am__set_TESTS_bases = \ + bases='$(TEST_LOGS)'; \ + bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ + bases=`echo $$bases` +AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' +RECHECK_LOGS = $(TEST_LOGS) +AM_RECURSIVE_TARGETS = check recheck +TEST_SUITE_LOG = test-suite.log +TEST_EXTENSIONS = @EXEEXT@ .test +LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver +LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) +am__set_b = \ + case '$@' in \ + */*) \ + case '$*' in \ + */*) b='$*';; \ + *) b=`echo '$@' | sed 's/\.log$$//'`; \ + esac;; \ + *) \ + b='$*';; \ + esac +am__test_logs1 = $(TESTS:=.log) +am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) +TEST_LOGS = $(am__test_logs2:.test.log=.log) +TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver +TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ + $(TEST_LOG_FLAGS) +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ + $(top_srcdir)/test-driver +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CBLAS_LIBS = @CBLAS_LIBS@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = $(CFLAGS_BASE) +CFLAGS_SCANNER_EXTRA = @CFLAGS_SCANNER_EXTRA@ +CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ETAGS = @ETAGS@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FILECMD = @FILECMD@ +FOUND_GSHUF = @FOUND_GSHUF@ +FOUND_SHUF = @FOUND_SHUF@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBPOSTAL_DATA_DIR_VERSION_STRING = @LIBPOSTAL_DATA_DIR_VERSION_STRING@ +LIBPOSTAL_DATA_FILE_LATEST_VERSION = @LIBPOSTAL_DATA_FILE_LATEST_VERSION@ +LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION = @LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION@ +LIBPOSTAL_MAJOR_VERSION = @LIBPOSTAL_MAJOR_VERSION@ +LIBPOSTAL_MINOR_VERSION = @LIBPOSTAL_MINOR_VERSION@ +LIBPOSTAL_PARSER_MODEL_LATEST_VERSION = @LIBPOSTAL_PARSER_MODEL_LATEST_VERSION@ +LIBPOSTAL_PATCH_VERSION = @LIBPOSTAL_PATCH_VERSION@ +LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING = @LIBPOSTAL_SENZING_DATA_DIR_VERSION_STRING@ +LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION = @LIBPOSTAL_SENZING_DATA_FILE_LATEST_VERSION@ +LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION = @LIBPOSTAL_SENZING_LANG_CLASS_MODEL_LATEST_VERSION@ +LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION = @LIBPOSTAL_SENZING_PARSER_MODEL_LATEST_VERSION@ +LIBPOSTAL_SO_VERSION = @LIBPOSTAL_SO_VERSION@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MODEL = @MODEL@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +CFLAGS_BASE = -Wfloat-equal -Wpointer-arith -std=gnu99 -DLIBPOSTAL_DATA_DIR='"$(datadir)/libpostal"' -g +CFLAGS_O0 = $(CFLAGS_BASE) -O0 +CFLAGS_O1 = $(CFLAGS_BASE) -O1 +CFLAGS_O2 = $(CFLAGS_BASE) -O2 +CFLAGS_O3 = $(CFLAGS_BASE) -O3 +DEFAULT_INCLUDES = -I.. -I/usr/local/include +test_libpostal_SOURCES = test.c test_expand.c test_parser.c test_transliterate.c test_numex.c test_trie.c test_string_utils.c test_crf_context.c ../src/strndup.c ../src/file_utils.c ../src/string_utils.c ../src/utf8proc/utf8proc.c ../src/trie.c ../src/trie_search.c ../src/transliterate.c ../src/numex.c ../src/features.c +test_libpostal_LDADD = ../src/libpostal.la ../src/libscanner.la $(CBLAS_LIBS) +test_libpostal_CFLAGS = $(CFLAGS_O3) +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign test/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstPROGRAMS: + @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list +../src/$(am__dirstamp): + @$(MKDIR_P) ../src + @: > ../src/$(am__dirstamp) +../src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ../src/$(DEPDIR) + @: > ../src/$(DEPDIR)/$(am__dirstamp) +../src/test_libpostal-strndup.$(OBJEXT): ../src/$(am__dirstamp) \ + ../src/$(DEPDIR)/$(am__dirstamp) +../src/test_libpostal-file_utils.$(OBJEXT): ../src/$(am__dirstamp) \ + ../src/$(DEPDIR)/$(am__dirstamp) +../src/test_libpostal-string_utils.$(OBJEXT): ../src/$(am__dirstamp) \ + ../src/$(DEPDIR)/$(am__dirstamp) +../src/utf8proc/$(am__dirstamp): + @$(MKDIR_P) ../src/utf8proc + @: > ../src/utf8proc/$(am__dirstamp) +../src/utf8proc/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ../src/utf8proc/$(DEPDIR) + @: > ../src/utf8proc/$(DEPDIR)/$(am__dirstamp) +../src/utf8proc/test_libpostal-utf8proc.$(OBJEXT): \ + ../src/utf8proc/$(am__dirstamp) \ + ../src/utf8proc/$(DEPDIR)/$(am__dirstamp) +../src/test_libpostal-trie.$(OBJEXT): ../src/$(am__dirstamp) \ + ../src/$(DEPDIR)/$(am__dirstamp) +../src/test_libpostal-trie_search.$(OBJEXT): ../src/$(am__dirstamp) \ + ../src/$(DEPDIR)/$(am__dirstamp) +../src/test_libpostal-transliterate.$(OBJEXT): ../src/$(am__dirstamp) \ + ../src/$(DEPDIR)/$(am__dirstamp) +../src/test_libpostal-numex.$(OBJEXT): ../src/$(am__dirstamp) \ + ../src/$(DEPDIR)/$(am__dirstamp) +../src/test_libpostal-features.$(OBJEXT): ../src/$(am__dirstamp) \ + ../src/$(DEPDIR)/$(am__dirstamp) + +test_libpostal$(EXEEXT): $(test_libpostal_OBJECTS) $(test_libpostal_DEPENDENCIES) $(EXTRA_test_libpostal_DEPENDENCIES) + @rm -f test_libpostal$(EXEEXT) + $(AM_V_CCLD)$(test_libpostal_LINK) $(test_libpostal_OBJECTS) $(test_libpostal_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ../src/*.$(OBJEXT) + -rm -f ../src/utf8proc/*.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@../src/$(DEPDIR)/test_libpostal-features.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@../src/$(DEPDIR)/test_libpostal-file_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@../src/$(DEPDIR)/test_libpostal-numex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@../src/$(DEPDIR)/test_libpostal-string_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@../src/$(DEPDIR)/test_libpostal-strndup.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@../src/$(DEPDIR)/test_libpostal-transliterate.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@../src/$(DEPDIR)/test_libpostal-trie.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@../src/$(DEPDIR)/test_libpostal-trie_search.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@../src/utf8proc/$(DEPDIR)/test_libpostal-utf8proc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_libpostal-test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_libpostal-test_crf_context.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_libpostal-test_expand.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_libpostal-test_numex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_libpostal-test_parser.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_libpostal-test_string_utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_libpostal-test_transliterate.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_libpostal-test_trie.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< + +test_libpostal-test.o: test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test.o -MD -MP -MF $(DEPDIR)/test_libpostal-test.Tpo -c -o test_libpostal-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test.Tpo $(DEPDIR)/test_libpostal-test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test_libpostal-test.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c + +test_libpostal-test.obj: test.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test.obj -MD -MP -MF $(DEPDIR)/test_libpostal-test.Tpo -c -o test_libpostal-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test.Tpo $(DEPDIR)/test_libpostal-test.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test_libpostal-test.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi` + +test_libpostal-test_expand.o: test_expand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_expand.o -MD -MP -MF $(DEPDIR)/test_libpostal-test_expand.Tpo -c -o test_libpostal-test_expand.o `test -f 'test_expand.c' || echo '$(srcdir)/'`test_expand.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_expand.Tpo $(DEPDIR)/test_libpostal-test_expand.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_expand.c' object='test_libpostal-test_expand.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_expand.o `test -f 'test_expand.c' || echo '$(srcdir)/'`test_expand.c + +test_libpostal-test_expand.obj: test_expand.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_expand.obj -MD -MP -MF $(DEPDIR)/test_libpostal-test_expand.Tpo -c -o test_libpostal-test_expand.obj `if test -f 'test_expand.c'; then $(CYGPATH_W) 'test_expand.c'; else $(CYGPATH_W) '$(srcdir)/test_expand.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_expand.Tpo $(DEPDIR)/test_libpostal-test_expand.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_expand.c' object='test_libpostal-test_expand.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_expand.obj `if test -f 'test_expand.c'; then $(CYGPATH_W) 'test_expand.c'; else $(CYGPATH_W) '$(srcdir)/test_expand.c'; fi` + +test_libpostal-test_parser.o: test_parser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_parser.o -MD -MP -MF $(DEPDIR)/test_libpostal-test_parser.Tpo -c -o test_libpostal-test_parser.o `test -f 'test_parser.c' || echo '$(srcdir)/'`test_parser.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_parser.Tpo $(DEPDIR)/test_libpostal-test_parser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_parser.c' object='test_libpostal-test_parser.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_parser.o `test -f 'test_parser.c' || echo '$(srcdir)/'`test_parser.c + +test_libpostal-test_parser.obj: test_parser.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_parser.obj -MD -MP -MF $(DEPDIR)/test_libpostal-test_parser.Tpo -c -o test_libpostal-test_parser.obj `if test -f 'test_parser.c'; then $(CYGPATH_W) 'test_parser.c'; else $(CYGPATH_W) '$(srcdir)/test_parser.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_parser.Tpo $(DEPDIR)/test_libpostal-test_parser.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_parser.c' object='test_libpostal-test_parser.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_parser.obj `if test -f 'test_parser.c'; then $(CYGPATH_W) 'test_parser.c'; else $(CYGPATH_W) '$(srcdir)/test_parser.c'; fi` + +test_libpostal-test_transliterate.o: test_transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_transliterate.o -MD -MP -MF $(DEPDIR)/test_libpostal-test_transliterate.Tpo -c -o test_libpostal-test_transliterate.o `test -f 'test_transliterate.c' || echo '$(srcdir)/'`test_transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_transliterate.Tpo $(DEPDIR)/test_libpostal-test_transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_transliterate.c' object='test_libpostal-test_transliterate.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_transliterate.o `test -f 'test_transliterate.c' || echo '$(srcdir)/'`test_transliterate.c + +test_libpostal-test_transliterate.obj: test_transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_transliterate.obj -MD -MP -MF $(DEPDIR)/test_libpostal-test_transliterate.Tpo -c -o test_libpostal-test_transliterate.obj `if test -f 'test_transliterate.c'; then $(CYGPATH_W) 'test_transliterate.c'; else $(CYGPATH_W) '$(srcdir)/test_transliterate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_transliterate.Tpo $(DEPDIR)/test_libpostal-test_transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_transliterate.c' object='test_libpostal-test_transliterate.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_transliterate.obj `if test -f 'test_transliterate.c'; then $(CYGPATH_W) 'test_transliterate.c'; else $(CYGPATH_W) '$(srcdir)/test_transliterate.c'; fi` + +test_libpostal-test_numex.o: test_numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_numex.o -MD -MP -MF $(DEPDIR)/test_libpostal-test_numex.Tpo -c -o test_libpostal-test_numex.o `test -f 'test_numex.c' || echo '$(srcdir)/'`test_numex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_numex.Tpo $(DEPDIR)/test_libpostal-test_numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_numex.c' object='test_libpostal-test_numex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_numex.o `test -f 'test_numex.c' || echo '$(srcdir)/'`test_numex.c + +test_libpostal-test_numex.obj: test_numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_numex.obj -MD -MP -MF $(DEPDIR)/test_libpostal-test_numex.Tpo -c -o test_libpostal-test_numex.obj `if test -f 'test_numex.c'; then $(CYGPATH_W) 'test_numex.c'; else $(CYGPATH_W) '$(srcdir)/test_numex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_numex.Tpo $(DEPDIR)/test_libpostal-test_numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_numex.c' object='test_libpostal-test_numex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_numex.obj `if test -f 'test_numex.c'; then $(CYGPATH_W) 'test_numex.c'; else $(CYGPATH_W) '$(srcdir)/test_numex.c'; fi` + +test_libpostal-test_trie.o: test_trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_trie.o -MD -MP -MF $(DEPDIR)/test_libpostal-test_trie.Tpo -c -o test_libpostal-test_trie.o `test -f 'test_trie.c' || echo '$(srcdir)/'`test_trie.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_trie.Tpo $(DEPDIR)/test_libpostal-test_trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_trie.c' object='test_libpostal-test_trie.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_trie.o `test -f 'test_trie.c' || echo '$(srcdir)/'`test_trie.c + +test_libpostal-test_trie.obj: test_trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_trie.obj -MD -MP -MF $(DEPDIR)/test_libpostal-test_trie.Tpo -c -o test_libpostal-test_trie.obj `if test -f 'test_trie.c'; then $(CYGPATH_W) 'test_trie.c'; else $(CYGPATH_W) '$(srcdir)/test_trie.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_trie.Tpo $(DEPDIR)/test_libpostal-test_trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_trie.c' object='test_libpostal-test_trie.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_trie.obj `if test -f 'test_trie.c'; then $(CYGPATH_W) 'test_trie.c'; else $(CYGPATH_W) '$(srcdir)/test_trie.c'; fi` + +test_libpostal-test_string_utils.o: test_string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_string_utils.o -MD -MP -MF $(DEPDIR)/test_libpostal-test_string_utils.Tpo -c -o test_libpostal-test_string_utils.o `test -f 'test_string_utils.c' || echo '$(srcdir)/'`test_string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_string_utils.Tpo $(DEPDIR)/test_libpostal-test_string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_string_utils.c' object='test_libpostal-test_string_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_string_utils.o `test -f 'test_string_utils.c' || echo '$(srcdir)/'`test_string_utils.c + +test_libpostal-test_string_utils.obj: test_string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_string_utils.obj -MD -MP -MF $(DEPDIR)/test_libpostal-test_string_utils.Tpo -c -o test_libpostal-test_string_utils.obj `if test -f 'test_string_utils.c'; then $(CYGPATH_W) 'test_string_utils.c'; else $(CYGPATH_W) '$(srcdir)/test_string_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_string_utils.Tpo $(DEPDIR)/test_libpostal-test_string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_string_utils.c' object='test_libpostal-test_string_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_string_utils.obj `if test -f 'test_string_utils.c'; then $(CYGPATH_W) 'test_string_utils.c'; else $(CYGPATH_W) '$(srcdir)/test_string_utils.c'; fi` + +test_libpostal-test_crf_context.o: test_crf_context.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_crf_context.o -MD -MP -MF $(DEPDIR)/test_libpostal-test_crf_context.Tpo -c -o test_libpostal-test_crf_context.o `test -f 'test_crf_context.c' || echo '$(srcdir)/'`test_crf_context.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_crf_context.Tpo $(DEPDIR)/test_libpostal-test_crf_context.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_crf_context.c' object='test_libpostal-test_crf_context.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_crf_context.o `test -f 'test_crf_context.c' || echo '$(srcdir)/'`test_crf_context.c + +test_libpostal-test_crf_context.obj: test_crf_context.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT test_libpostal-test_crf_context.obj -MD -MP -MF $(DEPDIR)/test_libpostal-test_crf_context.Tpo -c -o test_libpostal-test_crf_context.obj `if test -f 'test_crf_context.c'; then $(CYGPATH_W) 'test_crf_context.c'; else $(CYGPATH_W) '$(srcdir)/test_crf_context.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_libpostal-test_crf_context.Tpo $(DEPDIR)/test_libpostal-test_crf_context.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_crf_context.c' object='test_libpostal-test_crf_context.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o test_libpostal-test_crf_context.obj `if test -f 'test_crf_context.c'; then $(CYGPATH_W) 'test_crf_context.c'; else $(CYGPATH_W) '$(srcdir)/test_crf_context.c'; fi` + +../src/test_libpostal-strndup.o: ../src/strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-strndup.o -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-strndup.Tpo -c -o ../src/test_libpostal-strndup.o `test -f '../src/strndup.c' || echo '$(srcdir)/'`../src/strndup.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-strndup.Tpo ../src/$(DEPDIR)/test_libpostal-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/strndup.c' object='../src/test_libpostal-strndup.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-strndup.o `test -f '../src/strndup.c' || echo '$(srcdir)/'`../src/strndup.c + +../src/test_libpostal-strndup.obj: ../src/strndup.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-strndup.obj -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-strndup.Tpo -c -o ../src/test_libpostal-strndup.obj `if test -f '../src/strndup.c'; then $(CYGPATH_W) '../src/strndup.c'; else $(CYGPATH_W) '$(srcdir)/../src/strndup.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-strndup.Tpo ../src/$(DEPDIR)/test_libpostal-strndup.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/strndup.c' object='../src/test_libpostal-strndup.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-strndup.obj `if test -f '../src/strndup.c'; then $(CYGPATH_W) '../src/strndup.c'; else $(CYGPATH_W) '$(srcdir)/../src/strndup.c'; fi` + +../src/test_libpostal-file_utils.o: ../src/file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-file_utils.o -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-file_utils.Tpo -c -o ../src/test_libpostal-file_utils.o `test -f '../src/file_utils.c' || echo '$(srcdir)/'`../src/file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-file_utils.Tpo ../src/$(DEPDIR)/test_libpostal-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/file_utils.c' object='../src/test_libpostal-file_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-file_utils.o `test -f '../src/file_utils.c' || echo '$(srcdir)/'`../src/file_utils.c + +../src/test_libpostal-file_utils.obj: ../src/file_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-file_utils.obj -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-file_utils.Tpo -c -o ../src/test_libpostal-file_utils.obj `if test -f '../src/file_utils.c'; then $(CYGPATH_W) '../src/file_utils.c'; else $(CYGPATH_W) '$(srcdir)/../src/file_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-file_utils.Tpo ../src/$(DEPDIR)/test_libpostal-file_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/file_utils.c' object='../src/test_libpostal-file_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-file_utils.obj `if test -f '../src/file_utils.c'; then $(CYGPATH_W) '../src/file_utils.c'; else $(CYGPATH_W) '$(srcdir)/../src/file_utils.c'; fi` + +../src/test_libpostal-string_utils.o: ../src/string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-string_utils.o -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-string_utils.Tpo -c -o ../src/test_libpostal-string_utils.o `test -f '../src/string_utils.c' || echo '$(srcdir)/'`../src/string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-string_utils.Tpo ../src/$(DEPDIR)/test_libpostal-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/string_utils.c' object='../src/test_libpostal-string_utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-string_utils.o `test -f '../src/string_utils.c' || echo '$(srcdir)/'`../src/string_utils.c + +../src/test_libpostal-string_utils.obj: ../src/string_utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-string_utils.obj -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-string_utils.Tpo -c -o ../src/test_libpostal-string_utils.obj `if test -f '../src/string_utils.c'; then $(CYGPATH_W) '../src/string_utils.c'; else $(CYGPATH_W) '$(srcdir)/../src/string_utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-string_utils.Tpo ../src/$(DEPDIR)/test_libpostal-string_utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/string_utils.c' object='../src/test_libpostal-string_utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-string_utils.obj `if test -f '../src/string_utils.c'; then $(CYGPATH_W) '../src/string_utils.c'; else $(CYGPATH_W) '$(srcdir)/../src/string_utils.c'; fi` + +../src/utf8proc/test_libpostal-utf8proc.o: ../src/utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/utf8proc/test_libpostal-utf8proc.o -MD -MP -MF ../src/utf8proc/$(DEPDIR)/test_libpostal-utf8proc.Tpo -c -o ../src/utf8proc/test_libpostal-utf8proc.o `test -f '../src/utf8proc/utf8proc.c' || echo '$(srcdir)/'`../src/utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/utf8proc/$(DEPDIR)/test_libpostal-utf8proc.Tpo ../src/utf8proc/$(DEPDIR)/test_libpostal-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/utf8proc/utf8proc.c' object='../src/utf8proc/test_libpostal-utf8proc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/utf8proc/test_libpostal-utf8proc.o `test -f '../src/utf8proc/utf8proc.c' || echo '$(srcdir)/'`../src/utf8proc/utf8proc.c + +../src/utf8proc/test_libpostal-utf8proc.obj: ../src/utf8proc/utf8proc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/utf8proc/test_libpostal-utf8proc.obj -MD -MP -MF ../src/utf8proc/$(DEPDIR)/test_libpostal-utf8proc.Tpo -c -o ../src/utf8proc/test_libpostal-utf8proc.obj `if test -f '../src/utf8proc/utf8proc.c'; then $(CYGPATH_W) '../src/utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/../src/utf8proc/utf8proc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/utf8proc/$(DEPDIR)/test_libpostal-utf8proc.Tpo ../src/utf8proc/$(DEPDIR)/test_libpostal-utf8proc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/utf8proc/utf8proc.c' object='../src/utf8proc/test_libpostal-utf8proc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/utf8proc/test_libpostal-utf8proc.obj `if test -f '../src/utf8proc/utf8proc.c'; then $(CYGPATH_W) '../src/utf8proc/utf8proc.c'; else $(CYGPATH_W) '$(srcdir)/../src/utf8proc/utf8proc.c'; fi` + +../src/test_libpostal-trie.o: ../src/trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-trie.o -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-trie.Tpo -c -o ../src/test_libpostal-trie.o `test -f '../src/trie.c' || echo '$(srcdir)/'`../src/trie.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-trie.Tpo ../src/$(DEPDIR)/test_libpostal-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/trie.c' object='../src/test_libpostal-trie.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-trie.o `test -f '../src/trie.c' || echo '$(srcdir)/'`../src/trie.c + +../src/test_libpostal-trie.obj: ../src/trie.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-trie.obj -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-trie.Tpo -c -o ../src/test_libpostal-trie.obj `if test -f '../src/trie.c'; then $(CYGPATH_W) '../src/trie.c'; else $(CYGPATH_W) '$(srcdir)/../src/trie.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-trie.Tpo ../src/$(DEPDIR)/test_libpostal-trie.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/trie.c' object='../src/test_libpostal-trie.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-trie.obj `if test -f '../src/trie.c'; then $(CYGPATH_W) '../src/trie.c'; else $(CYGPATH_W) '$(srcdir)/../src/trie.c'; fi` + +../src/test_libpostal-trie_search.o: ../src/trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-trie_search.o -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-trie_search.Tpo -c -o ../src/test_libpostal-trie_search.o `test -f '../src/trie_search.c' || echo '$(srcdir)/'`../src/trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-trie_search.Tpo ../src/$(DEPDIR)/test_libpostal-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/trie_search.c' object='../src/test_libpostal-trie_search.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-trie_search.o `test -f '../src/trie_search.c' || echo '$(srcdir)/'`../src/trie_search.c + +../src/test_libpostal-trie_search.obj: ../src/trie_search.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-trie_search.obj -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-trie_search.Tpo -c -o ../src/test_libpostal-trie_search.obj `if test -f '../src/trie_search.c'; then $(CYGPATH_W) '../src/trie_search.c'; else $(CYGPATH_W) '$(srcdir)/../src/trie_search.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-trie_search.Tpo ../src/$(DEPDIR)/test_libpostal-trie_search.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/trie_search.c' object='../src/test_libpostal-trie_search.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-trie_search.obj `if test -f '../src/trie_search.c'; then $(CYGPATH_W) '../src/trie_search.c'; else $(CYGPATH_W) '$(srcdir)/../src/trie_search.c'; fi` + +../src/test_libpostal-transliterate.o: ../src/transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-transliterate.o -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-transliterate.Tpo -c -o ../src/test_libpostal-transliterate.o `test -f '../src/transliterate.c' || echo '$(srcdir)/'`../src/transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-transliterate.Tpo ../src/$(DEPDIR)/test_libpostal-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/transliterate.c' object='../src/test_libpostal-transliterate.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-transliterate.o `test -f '../src/transliterate.c' || echo '$(srcdir)/'`../src/transliterate.c + +../src/test_libpostal-transliterate.obj: ../src/transliterate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-transliterate.obj -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-transliterate.Tpo -c -o ../src/test_libpostal-transliterate.obj `if test -f '../src/transliterate.c'; then $(CYGPATH_W) '../src/transliterate.c'; else $(CYGPATH_W) '$(srcdir)/../src/transliterate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-transliterate.Tpo ../src/$(DEPDIR)/test_libpostal-transliterate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/transliterate.c' object='../src/test_libpostal-transliterate.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-transliterate.obj `if test -f '../src/transliterate.c'; then $(CYGPATH_W) '../src/transliterate.c'; else $(CYGPATH_W) '$(srcdir)/../src/transliterate.c'; fi` + +../src/test_libpostal-numex.o: ../src/numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-numex.o -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-numex.Tpo -c -o ../src/test_libpostal-numex.o `test -f '../src/numex.c' || echo '$(srcdir)/'`../src/numex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-numex.Tpo ../src/$(DEPDIR)/test_libpostal-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/numex.c' object='../src/test_libpostal-numex.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-numex.o `test -f '../src/numex.c' || echo '$(srcdir)/'`../src/numex.c + +../src/test_libpostal-numex.obj: ../src/numex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-numex.obj -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-numex.Tpo -c -o ../src/test_libpostal-numex.obj `if test -f '../src/numex.c'; then $(CYGPATH_W) '../src/numex.c'; else $(CYGPATH_W) '$(srcdir)/../src/numex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-numex.Tpo ../src/$(DEPDIR)/test_libpostal-numex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/numex.c' object='../src/test_libpostal-numex.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-numex.obj `if test -f '../src/numex.c'; then $(CYGPATH_W) '../src/numex.c'; else $(CYGPATH_W) '$(srcdir)/../src/numex.c'; fi` + +../src/test_libpostal-features.o: ../src/features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-features.o -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-features.Tpo -c -o ../src/test_libpostal-features.o `test -f '../src/features.c' || echo '$(srcdir)/'`../src/features.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-features.Tpo ../src/$(DEPDIR)/test_libpostal-features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/features.c' object='../src/test_libpostal-features.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-features.o `test -f '../src/features.c' || echo '$(srcdir)/'`../src/features.c + +../src/test_libpostal-features.obj: ../src/features.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -MT ../src/test_libpostal-features.obj -MD -MP -MF ../src/$(DEPDIR)/test_libpostal-features.Tpo -c -o ../src/test_libpostal-features.obj `if test -f '../src/features.c'; then $(CYGPATH_W) '../src/features.c'; else $(CYGPATH_W) '$(srcdir)/../src/features.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) ../src/$(DEPDIR)/test_libpostal-features.Tpo ../src/$(DEPDIR)/test_libpostal-features.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../src/features.c' object='../src/test_libpostal-features.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_libpostal_CFLAGS) $(CFLAGS) -c -o ../src/test_libpostal-features.obj `if test -f '../src/features.c'; then $(CYGPATH_W) '../src/features.c'; else $(CYGPATH_W) '$(srcdir)/../src/features.c'; fi` + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +# Recover from deleted '.trs' file; this should ensure that +# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create +# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells +# to avoid problems with "make -n". +.log.trs: + rm -f $< $@ + $(MAKE) $(AM_MAKEFLAGS) $< + +# Leading 'am--fnord' is there to ensure the list of targets does not +# expand to empty, as could happen e.g. with make check TESTS=''. +am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) +am--force-recheck: + @: + +$(TEST_SUITE_LOG): $(TEST_LOGS) + @$(am__set_TESTS_bases); \ + am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ + redo_bases=`for i in $$bases; do \ + am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ + done`; \ + if test -n "$$redo_bases"; then \ + redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ + redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ + if $(am__make_dryrun); then :; else \ + rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ + fi; \ + fi; \ + if test -n "$$am__remaking_logs"; then \ + echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ + "recursion detected" >&2; \ + elif test -n "$$redo_logs"; then \ + am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ + fi; \ + if $(am__make_dryrun); then :; else \ + st=0; \ + errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ + for i in $$redo_bases; do \ + test -f $$i.trs && test -r $$i.trs \ + || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ + test -f $$i.log && test -r $$i.log \ + || { echo "$$errmsg $$i.log" >&2; st=1; }; \ + done; \ + test $$st -eq 0 || exit 1; \ + fi + @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ + ws='[ ]'; \ + results=`for b in $$bases; do echo $$b.trs; done`; \ + test -n "$$results" || results=/dev/null; \ + all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ + pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ + fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ + skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ + xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ + xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ + error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ + if test `expr $$fail + $$xpass + $$error` -eq 0; then \ + success=true; \ + else \ + success=false; \ + fi; \ + br='==================='; br=$$br$$br$$br$$br; \ + result_count () \ + { \ + if test x"$$1" = x"--maybe-color"; then \ + maybe_colorize=yes; \ + elif test x"$$1" = x"--no-color"; then \ + maybe_colorize=no; \ + else \ + echo "$@: invalid 'result_count' usage" >&2; exit 4; \ + fi; \ + shift; \ + desc=$$1 count=$$2; \ + if test $$maybe_colorize = yes && test $$count -gt 0; then \ + color_start=$$3 color_end=$$std; \ + else \ + color_start= color_end=; \ + fi; \ + echo "$${color_start}# $$desc $$count$${color_end}"; \ + }; \ + create_testsuite_report () \ + { \ + result_count $$1 "TOTAL:" $$all "$$brg"; \ + result_count $$1 "PASS: " $$pass "$$grn"; \ + result_count $$1 "SKIP: " $$skip "$$blu"; \ + result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ + result_count $$1 "FAIL: " $$fail "$$red"; \ + result_count $$1 "XPASS:" $$xpass "$$red"; \ + result_count $$1 "ERROR:" $$error "$$mgn"; \ + }; \ + { \ + echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ + $(am__rst_title); \ + create_testsuite_report --no-color; \ + echo; \ + echo ".. contents:: :depth: 2"; \ + echo; \ + for b in $$bases; do echo $$b; done \ + | $(am__create_global_log); \ + } >$(TEST_SUITE_LOG).tmp || exit 1; \ + mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ + if $$success; then \ + col="$$grn"; \ + else \ + col="$$red"; \ + test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ + fi; \ + echo "$${col}$$br$${std}"; \ + echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ + echo "$${col}$$br$${std}"; \ + create_testsuite_report --maybe-color; \ + echo "$$col$$br$$std"; \ + if $$success; then :; else \ + echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ + if test -n "$(PACKAGE_BUGREPORT)"; then \ + echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ + fi; \ + echo "$$col$$br$$std"; \ + fi; \ + $$success || exit 1 + +check-TESTS: + @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list + @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ + trs_list=`for i in $$bases; do echo $$i.trs; done`; \ + log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ + exit $$?; +recheck: all + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + bases=`for i in $$bases; do echo $$i; done \ + | $(am__list_recheck_tests)` || exit 1; \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ + log_list=`echo $$log_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ + am__force_recheck=am--force-recheck \ + TEST_LOGS="$$log_list"; \ + exit $$? +test_libpostal.log: test_libpostal$(EXEEXT) + @p='test_libpostal$(EXEEXT)'; \ + b='test_libpostal'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +.test.log: + @p='$<'; \ + $(am__set_b); \ + $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +@am__EXEEXT_TRUE@.test$(EXEEXT).log: +@am__EXEEXT_TRUE@ @p='$<'; \ +@am__EXEEXT_TRUE@ $(am__set_b); \ +@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ +@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ +@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ +@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) check-TESTS +check: check-am +all-am: Makefile $(PROGRAMS) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) + -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) + -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f ../src/$(DEPDIR)/$(am__dirstamp) + -rm -f ../src/$(am__dirstamp) + -rm -f ../src/utf8proc/$(DEPDIR)/$(am__dirstamp) + -rm -f ../src/utf8proc/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ + mostlyclean-am + +distclean: distclean-am + -rm -f ../src/$(DEPDIR)/test_libpostal-features.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-file_utils.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-numex.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-string_utils.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-strndup.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-transliterate.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-trie.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-trie_search.Po + -rm -f ../src/utf8proc/$(DEPDIR)/test_libpostal-utf8proc.Po + -rm -f ./$(DEPDIR)/test_libpostal-test.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_crf_context.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_expand.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_numex.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_parser.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_string_utils.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_transliterate.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_trie.Po + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f ../src/$(DEPDIR)/test_libpostal-features.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-file_utils.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-numex.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-string_utils.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-strndup.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-transliterate.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-trie.Po + -rm -f ../src/$(DEPDIR)/test_libpostal-trie_search.Po + -rm -f ../src/utf8proc/$(DEPDIR)/test_libpostal-utf8proc.Po + -rm -f ./$(DEPDIR)/test_libpostal-test.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_crf_context.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_expand.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_numex.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_parser.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_string_utils.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_transliterate.Po + -rm -f ./$(DEPDIR)/test_libpostal-test_trie.Po + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: check-am install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ + check-am clean clean-generic clean-libtool \ + clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am recheck tags tags-am uninstall \ + uninstall-am + +.PRECIOUS: Makefile + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/test/greatest.h b/test/greatest.h new file mode 100644 index 0000000..6bb85a4 --- /dev/null +++ b/test/greatest.h @@ -0,0 +1,908 @@ +/* + * Copyright (c) 2011-2015 Scott Vokes + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +#ifndef GREATEST_H +#define GREATEST_H + +/* 1.1.0 */ +#define GREATEST_VERSION_MAJOR 1 +#define GREATEST_VERSION_MINOR 1 +#define GREATEST_VERSION_PATCH 0 + +/* A unit testing system for C, contained in 1 file. + * It doesn't use dynamic allocation or depend on anything + * beyond ANSI C89. + * + * An up-to-date version can be found at: + * https://github.com/silentbicycle/greatest/ + */ + + +/********************************************************************* + * Minimal test runner template + *********************************************************************/ +#if 0 +#include "greatest.h" +TEST foo_should_foo(void) { + PASS(); +} +static void setup_cb(void *data) { + printf("setup callback for each test case\n"); +} +static void teardown_cb(void *data) { + printf("teardown callback for each test case\n"); +} +SUITE(suite) { + /* Optional setup/teardown callbacks which will be run before/after + * every test case. If using a test suite, they will be cleared when + * the suite finishes. */ + SET_SETUP(setup_cb, voidp_to_callback_data); + SET_TEARDOWN(teardown_cb, voidp_to_callback_data); + RUN_TEST(foo_should_foo); +} +/* Add definitions that need to be in the test runner's main file. */ +GREATEST_MAIN_DEFS(); +/* Set up, run suite(s) of tests, report pass/fail/skip stats. */ +int run_tests(void) { + GREATEST_INIT(); /* init. greatest internals */ + /* List of suites to run (if any). */ + RUN_SUITE(suite); + /* Tests can also be run directly, without using test suites. */ + RUN_TEST(foo_should_foo); + GREATEST_PRINT_REPORT(); /* display results */ + return greatest_all_passed(); +} +/* main(), for a standalone command-line test runner. + * This replaces run_tests above, and adds command line option + * handling and exiting with a pass/fail status. */ +int main(int argc, char **argv) { + GREATEST_MAIN_BEGIN(); /* init & parse command-line args */ + RUN_SUITE(suite); + GREATEST_MAIN_END(); /* display results */ +} +#endif +/*********************************************************************/ + + +#include +#include +#include + +/*********** + * Options * + ***********/ + +/* Default column width for non-verbose output. */ +#ifndef GREATEST_DEFAULT_WIDTH +#define GREATEST_DEFAULT_WIDTH 72 +#endif + +/* FILE *, for test logging. */ +#ifndef GREATEST_STDOUT +#define GREATEST_STDOUT stdout +#endif + +/* Remove GREATEST_ prefix from most commonly used symbols? */ +#ifndef GREATEST_USE_ABBREVS +#define GREATEST_USE_ABBREVS 1 +#endif + +/* Set to 0 to disable all use of setjmp/longjmp. */ +#ifndef GREATEST_USE_LONGJMP +#define GREATEST_USE_LONGJMP 1 +#endif + +#if GREATEST_USE_LONGJMP +#include +#endif + +/* Set to 0 to disable all use of time.h / clock(). */ +#ifndef GREATEST_USE_TIME +#define GREATEST_USE_TIME 1 +#endif + +#if GREATEST_USE_TIME +#include +#endif + +/* Floating point type, for ASSERT_IN_RANGE. */ +#ifndef GREATEST_FLOAT +#define GREATEST_FLOAT double +#define GREATEST_FLOAT_FMT "%g" +#endif + +/********* + * Types * + *********/ + +/* Info for the current running suite. */ +typedef struct greatest_suite_info { + unsigned int tests_run; + unsigned int passed; + unsigned int failed; + unsigned int skipped; + +#if GREATEST_USE_TIME + /* timers, pre/post running suite and individual tests */ + clock_t pre_suite; + clock_t post_suite; + clock_t pre_test; + clock_t post_test; +#endif +} greatest_suite_info; + +/* Type for a suite function. */ +typedef void (greatest_suite_cb)(void); + +/* Types for setup/teardown callbacks. If non-NULL, these will be run + * and passed the pointer to their additional data. */ +typedef void (greatest_setup_cb)(void *udata); +typedef void (greatest_teardown_cb)(void *udata); + +/* Type for an equality comparison between two pointers of the same type. + * Should return non-0 if equal, otherwise 0. + * UDATA is a closure value, passed through from ASSERT_EQUAL_T[m]. */ +typedef int greatest_equal_cb(const void *exp, const void *got, void *udata); + +/* Type for a callback that prints a value pointed to by T. + * Return value has the same meaning as printf's. + * UDATA is a closure value, passed through from ASSERT_EQUAL_T[m]. */ +typedef int greatest_printf_cb(const void *t, void *udata); + +/* Callbacks for an arbitrary type; needed for type-specific + * comparisons via GREATEST_ASSERT_EQUAL_T[m].*/ +typedef struct greatest_type_info { + greatest_equal_cb *equal; + greatest_printf_cb *print; +} greatest_type_info; + +/* Callbacks for string type. */ +extern greatest_type_info greatest_type_info_string; + +typedef enum { + GREATEST_FLAG_FIRST_FAIL = 0x01, + GREATEST_FLAG_LIST_ONLY = 0x02 +} greatest_flag_t; + +/* Struct containing all test runner state. */ +typedef struct greatest_run_info { + unsigned char flags; + unsigned char verbosity; + unsigned int tests_run; /* total test count */ + + /* overall pass/fail/skip counts */ + unsigned int passed; + unsigned int failed; + unsigned int skipped; + unsigned int assertions; + + /* currently running test suite */ + greatest_suite_info suite; + + /* info to print about the most recent failure */ + const char *fail_file; + unsigned int fail_line; + const char *msg; + + /* current setup/teardown hooks and userdata */ + greatest_setup_cb *setup; + void *setup_udata; + greatest_teardown_cb *teardown; + void *teardown_udata; + + /* formatting info for ".....s...F"-style output */ + unsigned int col; + unsigned int width; + + /* only run a specific suite or test */ + const char *suite_filter; + const char *test_filter; + +#if GREATEST_USE_TIME + /* overall timers */ + clock_t begin; + clock_t end; +#endif + +#if GREATEST_USE_LONGJMP + jmp_buf jump_dest; +#endif +} greatest_run_info; + +struct greatest_report_t { + /* overall pass/fail/skip counts */ + unsigned int passed; + unsigned int failed; + unsigned int skipped; + unsigned int assertions; +}; + +/* Global var for the current testing context. + * Initialized by GREATEST_MAIN_DEFS(). */ +extern greatest_run_info greatest_info; + + +/********************** + * Exported functions * + **********************/ + +/* These are used internally by greatest. */ +void greatest_do_pass(const char *name); +void greatest_do_fail(const char *name); +void greatest_do_skip(const char *name); +int greatest_pre_test(const char *name); +void greatest_post_test(const char *name, int res); +void greatest_usage(const char *name); +int greatest_do_assert_equal_t(const void *exp, const void *got, + greatest_type_info *type_info, void *udata); + +/* These are part of the public greatest API. */ +void GREATEST_SET_SETUP_CB(greatest_setup_cb *cb, void *udata); +void GREATEST_SET_TEARDOWN_CB(greatest_teardown_cb *cb, void *udata); +int greatest_all_passed(void); +void greatest_set_test_filter(const char *name); +void greatest_set_suite_filter(const char *name); +void greatest_get_report(struct greatest_report_t *report); +unsigned int greatest_get_verbosity(void); +void greatest_set_verbosity(unsigned int verbosity); +void greatest_set_flag(greatest_flag_t flag); + + +/******************** +* Language Support * +********************/ + +/* If __VA_ARGS__ (C99) is supported, allow parametric testing +* without needing to manually manage the argument struct. */ +#if __STDC_VERSION__ >= 19901L || _MSC_VER >= 1800 +#define GREATEST_VA_ARGS +#endif + + +/********** + * Macros * + **********/ + +/* Define a suite. */ +#define GREATEST_SUITE(NAME) void NAME(void); void NAME(void) + +/* Declare a suite, provided by another compilation unit. */ +#define GREATEST_SUITE_EXTERN(NAME) void NAME(void) + +/* Start defining a test function. + * The arguments are not included, to allow parametric testing. */ +#define GREATEST_TEST static greatest_test_res + +/* PASS/FAIL/SKIP result from a test. Used internally. */ +typedef enum { + GREATEST_TEST_RES_PASS = 0, + GREATEST_TEST_RES_FAIL = -1, + GREATEST_TEST_RES_SKIP = 1 +} greatest_test_res; + +/* Run a suite. */ +#define GREATEST_RUN_SUITE(S_NAME) greatest_run_suite(S_NAME, #S_NAME) + +/* Run a test in the current suite. */ +#define GREATEST_RUN_TEST(TEST) \ + do { \ + if (greatest_pre_test(#TEST) == 1) { \ + greatest_test_res res = GREATEST_SAVE_CONTEXT(); \ + if (res == GREATEST_TEST_RES_PASS) { \ + res = TEST(); \ + } \ + greatest_post_test(#TEST, res); \ + } else if (GREATEST_LIST_ONLY()) { \ + fprintf(GREATEST_STDOUT, " %s\n", #TEST); \ + } \ + } while (0) + +/* Run a test in the current suite with one void * argument, + * which can be a pointer to a struct with multiple arguments. */ +#define GREATEST_RUN_TEST1(TEST, ENV) \ + do { \ + if (greatest_pre_test(#TEST) == 1) { \ + int res = TEST(ENV); \ + greatest_post_test(#TEST, res); \ + } else if (GREATEST_LIST_ONLY()) { \ + fprintf(GREATEST_STDOUT, " %s\n", #TEST); \ + } \ + } while (0) + +#ifdef GREATEST_VA_ARGS +#define GREATEST_RUN_TESTp(TEST, ...) \ + do { \ + if (greatest_pre_test(#TEST) == 1) { \ + int res = TEST(__VA_ARGS__); \ + greatest_post_test(#TEST, res); \ + } else if (GREATEST_LIST_ONLY()) { \ + fprintf(GREATEST_STDOUT, " %s\n", #TEST); \ + } \ + } while (0) +#endif + + +/* Check if the test runner is in verbose mode. */ +#define GREATEST_IS_VERBOSE() ((greatest_info.verbosity) > 0) +#define GREATEST_LIST_ONLY() \ + (greatest_info.flags & GREATEST_FLAG_LIST_ONLY) +#define GREATEST_FIRST_FAIL() \ + (greatest_info.flags & GREATEST_FLAG_FIRST_FAIL) +#define GREATEST_FAILURE_ABORT() \ + (greatest_info.suite.failed > 0 && GREATEST_FIRST_FAIL()) + +/* Message-less forms of tests defined below. */ +#define GREATEST_PASS() GREATEST_PASSm(NULL) +#define GREATEST_FAIL() GREATEST_FAILm(NULL) +#define GREATEST_SKIP() GREATEST_SKIPm(NULL) +#define GREATEST_ASSERT(COND) \ + GREATEST_ASSERTm(#COND, COND) +#define GREATEST_ASSERT_OR_LONGJMP(COND) \ + GREATEST_ASSERT_OR_LONGJMPm(#COND, COND) +#define GREATEST_ASSERT_FALSE(COND) \ + GREATEST_ASSERT_FALSEm(#COND, COND) +#define GREATEST_ASSERT_EQ(EXP, GOT) \ + GREATEST_ASSERT_EQm(#EXP " != " #GOT, EXP, GOT) +#define GREATEST_ASSERT_EQ_FMT(EXP, GOT, FMT) \ + GREATEST_ASSERT_EQ_FMTm(#EXP " != " #GOT, EXP, GOT, FMT) +#define GREATEST_ASSERT_IN_RANGE(EXP, GOT, TOL) \ + GREATEST_ASSERT_IN_RANGEm(#EXP " != " #GOT " +/- " #TOL, EXP, GOT, TOL) +#define GREATEST_ASSERT_EQUAL_T(EXP, GOT, TYPE_INFO, UDATA) \ + GREATEST_ASSERT_EQUAL_Tm(#EXP " != " #GOT, EXP, GOT, TYPE_INFO, UDATA) +#define GREATEST_ASSERT_STR_EQ(EXP, GOT) \ + GREATEST_ASSERT_STR_EQm(#EXP " != " #GOT, EXP, GOT) + +/* The following forms take an additional message argument first, + * to be displayed by the test runner. */ + +/* Fail if a condition is not true, with message. */ +#define GREATEST_ASSERTm(MSG, COND) \ + do { \ + greatest_info.assertions++; \ + if (!(COND)) { GREATEST_FAILm(MSG); } \ + } while (0) + +/* Fail if a condition is not true, longjmping out of test. */ +#define GREATEST_ASSERT_OR_LONGJMPm(MSG, COND) \ + do { \ + greatest_info.assertions++; \ + if (!(COND)) { GREATEST_FAIL_WITH_LONGJMPm(MSG); } \ + } while (0) + +/* Fail if a condition is not false, with message. */ +#define GREATEST_ASSERT_FALSEm(MSG, COND) \ + do { \ + greatest_info.assertions++; \ + if ((COND)) { GREATEST_FAILm(MSG); } \ + } while (0) + +/* Fail if EXP != GOT (equality comparison by ==). */ +#define GREATEST_ASSERT_EQm(MSG, EXP, GOT) \ + do { \ + greatest_info.assertions++; \ + if ((EXP) != (GOT)) { GREATEST_FAILm(MSG); } \ + } while (0) + +/* Fail if EXP != GOT (equality comparison by ==). */ +#define GREATEST_ASSERT_EQ_FMTm(MSG, EXP, GOT, FMT) \ + do { \ + const char *fmt = ( FMT ); \ + greatest_info.assertions++; \ + if ((EXP) != (GOT)) { \ + fprintf(GREATEST_STDOUT, "\nExpected: "); \ + fprintf(GREATEST_STDOUT, fmt, EXP); \ + fprintf(GREATEST_STDOUT, "\nGot: "); \ + fprintf(GREATEST_STDOUT, fmt, GOT); \ + fprintf(GREATEST_STDOUT, "\n"); \ + GREATEST_FAILm(MSG); \ + } \ + } while (0) + +/* Fail if GOT not in range of EXP +|- TOL. */ +#define GREATEST_ASSERT_IN_RANGEm(MSG, EXP, GOT, TOL) \ + do { \ + GREATEST_FLOAT exp = (EXP); \ + GREATEST_FLOAT got = (GOT); \ + GREATEST_FLOAT tol = (TOL); \ + greatest_info.assertions++; \ + if ((exp > got && exp - got > tol) || \ + (exp < got && got - exp > tol)) { \ + fprintf(GREATEST_STDOUT, \ + "\nExpected: " GREATEST_FLOAT_FMT \ + " +/- " GREATEST_FLOAT_FMT "\n" \ + "Got: " GREATEST_FLOAT_FMT "\n", \ + exp, tol, got); \ + GREATEST_FAILm(MSG); \ + } \ + } while (0) + +/* Fail if EXP is not equal to GOT, according to strcmp. */ +#define GREATEST_ASSERT_STR_EQm(MSG, EXP, GOT) \ + do { \ + GREATEST_ASSERT_EQUAL_Tm(MSG, EXP, GOT, \ + &greatest_type_info_string, NULL); \ + } while (0) \ + +/* Fail if EXP is not equal to GOT, according to a comparison + * callback in TYPE_INFO. If they are not equal, optionally use a + * print callback in TYPE_INFO to print them. */ +#define GREATEST_ASSERT_EQUAL_Tm(MSG, EXP, GOT, TYPE_INFO, UDATA) \ + do { \ + greatest_type_info *type_info = (TYPE_INFO); \ + greatest_info.assertions++; \ + if (!greatest_do_assert_equal_t(EXP, GOT, \ + type_info, UDATA)) { \ + if (type_info == NULL || type_info->equal == NULL) { \ + GREATEST_FAILm("type_info->equal callback missing!"); \ + } else { \ + GREATEST_FAILm(MSG); \ + } \ + } \ + } while (0) \ + +/* Pass. */ +#define GREATEST_PASSm(MSG) \ + do { \ + greatest_info.msg = MSG; \ + return GREATEST_TEST_RES_PASS; \ + } while (0) + +/* Fail. */ +#define GREATEST_FAILm(MSG) \ + do { \ + greatest_info.fail_file = __FILE__; \ + greatest_info.fail_line = __LINE__; \ + greatest_info.msg = MSG; \ + return GREATEST_TEST_RES_FAIL; \ + } while (0) + +/* Optional GREATEST_FAILm variant that longjmps. */ +#if GREATEST_USE_LONGJMP +#define GREATEST_FAIL_WITH_LONGJMP() GREATEST_FAIL_WITH_LONGJMPm(NULL) +#define GREATEST_FAIL_WITH_LONGJMPm(MSG) \ + do { \ + greatest_info.fail_file = __FILE__; \ + greatest_info.fail_line = __LINE__; \ + greatest_info.msg = MSG; \ + longjmp(greatest_info.jump_dest, GREATEST_TEST_RES_FAIL); \ + } while (0) +#endif + +/* Skip the current test. */ +#define GREATEST_SKIPm(MSG) \ + do { \ + greatest_info.msg = MSG; \ + return GREATEST_TEST_RES_SKIP; \ + } while (0) + +/* Check the result of a subfunction using ASSERT, etc. */ +#define GREATEST_CHECK_CALL(RES) \ + do { \ + int _check_call_res = RES; \ + if (_check_call_res != GREATEST_TEST_RES_PASS) { \ + return _check_call_res; \ + } \ + } while (0) \ + +#if GREATEST_USE_TIME +#define GREATEST_SET_TIME(NAME) \ + NAME = clock(); \ + if (NAME == (clock_t) -1) { \ + fprintf(GREATEST_STDOUT, \ + "clock error: %s\n", #NAME); \ + exit(EXIT_FAILURE); \ + } + +#define GREATEST_CLOCK_DIFF(C1, C2) \ + fprintf(GREATEST_STDOUT, " (%lu ticks, %.3f sec)", \ + (long unsigned int) (C2) - (long unsigned int)(C1), \ + (double)((C2) - (C1)) / (1.0 * (double)CLOCKS_PER_SEC)) +#else +#define GREATEST_SET_TIME(UNUSED) +#define GREATEST_CLOCK_DIFF(UNUSED1, UNUSED2) +#endif + +#if GREATEST_USE_LONGJMP +#define GREATEST_SAVE_CONTEXT() \ + /* setjmp returns 0 (GREATEST_TEST_RES_PASS) on first call */ \ + /* so the test runs, then RES_FAIL from FAIL_WITH_LONGJMP. */ \ + ((greatest_test_res)(setjmp(greatest_info.jump_dest))) +#else +#define GREATEST_SAVE_CONTEXT() \ + /*a no-op, since setjmp/longjmp aren't being used */ \ + GREATEST_TEST_RES_PASS +#endif + +/* Include several function definitions in the main test file. */ +#define GREATEST_MAIN_DEFS() \ + \ +/* Is FILTER a subset of NAME? */ \ +static int greatest_name_match(const char *name, \ + const char *filter) { \ + size_t offset = 0; \ + size_t filter_len = strlen(filter); \ + while (name[offset] != '\0') { \ + if (name[offset] == filter[0]) { \ + if (0 == strncmp(&name[offset], filter, filter_len)) { \ + return 1; \ + } \ + } \ + offset++; \ + } \ + \ + return 0; \ +} \ + \ +int greatest_pre_test(const char *name) { \ + if (!GREATEST_LIST_ONLY() \ + && (!GREATEST_FIRST_FAIL() || greatest_info.suite.failed == 0) \ + && (greatest_info.test_filter == NULL || \ + greatest_name_match(name, greatest_info.test_filter))) { \ + GREATEST_SET_TIME(greatest_info.suite.pre_test); \ + if (greatest_info.setup) { \ + greatest_info.setup(greatest_info.setup_udata); \ + } \ + return 1; /* test should be run */ \ + } else { \ + return 0; /* skipped */ \ + } \ +} \ + \ +void greatest_post_test(const char *name, int res) { \ + GREATEST_SET_TIME(greatest_info.suite.post_test); \ + if (greatest_info.teardown) { \ + void *udata = greatest_info.teardown_udata; \ + greatest_info.teardown(udata); \ + } \ + \ + if (res <= GREATEST_TEST_RES_FAIL) { \ + greatest_do_fail(name); \ + } else if (res >= GREATEST_TEST_RES_SKIP) { \ + greatest_do_skip(name); \ + } else if (res == GREATEST_TEST_RES_PASS) { \ + greatest_do_pass(name); \ + } \ + greatest_info.suite.tests_run++; \ + greatest_info.col++; \ + if (GREATEST_IS_VERBOSE()) { \ + GREATEST_CLOCK_DIFF(greatest_info.suite.pre_test, \ + greatest_info.suite.post_test); \ + fprintf(GREATEST_STDOUT, "\n"); \ + } else if (greatest_info.col % greatest_info.width == 0) { \ + fprintf(GREATEST_STDOUT, "\n"); \ + greatest_info.col = 0; \ + } \ + if (GREATEST_STDOUT == stdout) fflush(stdout); \ +} \ + \ +static void report_suite(void) { \ + if (greatest_info.suite.tests_run > 0) { \ + fprintf(GREATEST_STDOUT, \ + "\n%u test%s - %u passed, %u failed, %u skipped", \ + greatest_info.suite.tests_run, \ + greatest_info.suite.tests_run == 1 ? "" : "s", \ + greatest_info.suite.passed, \ + greatest_info.suite.failed, \ + greatest_info.suite.skipped); \ + GREATEST_CLOCK_DIFF(greatest_info.suite.pre_suite, \ + greatest_info.suite.post_suite); \ + fprintf(GREATEST_STDOUT, "\n"); \ + } \ +} \ + \ +static void update_counts_and_reset_suite(void) { \ + greatest_info.setup = NULL; \ + greatest_info.setup_udata = NULL; \ + greatest_info.teardown = NULL; \ + greatest_info.teardown_udata = NULL; \ + greatest_info.passed += greatest_info.suite.passed; \ + greatest_info.failed += greatest_info.suite.failed; \ + greatest_info.skipped += greatest_info.suite.skipped; \ + greatest_info.tests_run += greatest_info.suite.tests_run; \ + memset(&greatest_info.suite, 0, sizeof(greatest_info.suite)); \ + greatest_info.col = 0; \ +} \ + \ +static void greatest_run_suite(greatest_suite_cb *suite_cb, \ + const char *suite_name) { \ + if (greatest_info.suite_filter && \ + !greatest_name_match(suite_name, greatest_info.suite_filter)) { \ + return; \ + } \ + if (GREATEST_FIRST_FAIL() && greatest_info.failed > 0) { return; } \ + if (greatest_info.suite.tests_run > 0) { /* tests w/out suite */ \ + update_counts_and_reset_suite(); \ + } \ + fprintf(GREATEST_STDOUT, "\n* Suite %s:\n", suite_name); \ + GREATEST_SET_TIME(greatest_info.suite.pre_suite); \ + suite_cb(); \ + GREATEST_SET_TIME(greatest_info.suite.post_suite); \ + report_suite(); \ +} \ + \ +void greatest_do_pass(const char *name) { \ + if (GREATEST_IS_VERBOSE()) { \ + fprintf(GREATEST_STDOUT, "PASS %s: %s", \ + name, greatest_info.msg ? greatest_info.msg : ""); \ + } else { \ + fprintf(GREATEST_STDOUT, "."); \ + } \ + greatest_info.suite.passed++; \ +} \ + \ +void greatest_do_fail(const char *name) { \ + if (GREATEST_IS_VERBOSE()) { \ + fprintf(GREATEST_STDOUT, \ + "FAIL %s: %s (%s:%u)", \ + name, greatest_info.msg ? greatest_info.msg : "", \ + greatest_info.fail_file, greatest_info.fail_line); \ + } else { \ + fprintf(GREATEST_STDOUT, "F"); \ + greatest_info.col++; \ + /* add linebreak if in line of '.'s */ \ + if (greatest_info.col != 0) { \ + fprintf(GREATEST_STDOUT, "\n"); \ + greatest_info.col = 0; \ + } \ + fprintf(GREATEST_STDOUT, "FAIL %s: %s (%s:%u)\n", \ + name, \ + greatest_info.msg ? greatest_info.msg : "", \ + greatest_info.fail_file, greatest_info.fail_line); \ + } \ + greatest_info.suite.failed++; \ +} \ + \ +void greatest_do_skip(const char *name) { \ + if (GREATEST_IS_VERBOSE()) { \ + fprintf(GREATEST_STDOUT, "SKIP %s: %s", \ + name, \ + greatest_info.msg ? \ + greatest_info.msg : "" ); \ + } else { \ + fprintf(GREATEST_STDOUT, "s"); \ + } \ + greatest_info.suite.skipped++; \ +} \ + \ +int greatest_do_assert_equal_t(const void *exp, const void *got, \ + greatest_type_info *type_info, void *udata) { \ + int eq = 0; \ + if (type_info == NULL || type_info->equal == NULL) { \ + return 0; \ + } \ + eq = type_info->equal(exp, got, udata); \ + if (!eq) { \ + if (type_info->print != NULL) { \ + fprintf(GREATEST_STDOUT, "\nExpected: "); \ + (void)type_info->print(exp, udata); \ + fprintf(GREATEST_STDOUT, "\nGot: "); \ + (void)type_info->print(got, udata); \ + fprintf(GREATEST_STDOUT, "\n"); \ + } else { \ + fprintf(GREATEST_STDOUT, \ + "GREATEST_ASSERT_EQUAL_T failure at %s:%u\n", \ + greatest_info.fail_file, \ + greatest_info.fail_line); \ + } \ + } \ + return eq; \ +} \ + \ +void greatest_usage(const char *name) { \ + fprintf(GREATEST_STDOUT, \ + "Usage: %s [-hlfv] [-s SUITE] [-t TEST]\n" \ + " -h print this Help\n" \ + " -l List suites and their tests, then exit\n" \ + " -f Stop runner after first failure\n" \ + " -v Verbose output\n" \ + " -s SUITE only run suites containing string SUITE\n" \ + " -t TEST only run tests containing string TEST\n", \ + name); \ +} \ + \ +static void greatest_parse_args(int argc, char **argv) { \ + int i = 0; \ + for (i = 1; i < argc; i++) { \ + if (0 == strncmp("-t", argv[i], 2)) { \ + if (argc <= i + 1) { \ + greatest_usage(argv[0]); \ + exit(EXIT_FAILURE); \ + } \ + greatest_info.test_filter = argv[i+1]; \ + i++; \ + } else if (0 == strncmp("-s", argv[i], 2)) { \ + if (argc <= i + 1) { \ + greatest_usage(argv[0]); \ + exit(EXIT_FAILURE); \ + } \ + greatest_info.suite_filter = argv[i+1]; \ + i++; \ + } else if (0 == strncmp("-f", argv[i], 2)) { \ + greatest_info.flags |= GREATEST_FLAG_FIRST_FAIL; \ + } else if (0 == strncmp("-v", argv[i], 2)) { \ + greatest_info.verbosity++; \ + } else if (0 == strncmp("-l", argv[i], 2)) { \ + greatest_info.flags |= GREATEST_FLAG_LIST_ONLY; \ + } else if (0 == strncmp("-h", argv[i], 2)) { \ + greatest_usage(argv[0]); \ + exit(EXIT_SUCCESS); \ + } else if (0 == strncmp("--", argv[i], 2)) { \ + break; \ + } else { \ + fprintf(GREATEST_STDOUT, \ + "Unknown argument '%s'\n", argv[i]); \ + greatest_usage(argv[0]); \ + exit(EXIT_FAILURE); \ + } \ + } \ +} \ + \ +int greatest_all_passed(void) { return (greatest_info.failed == 0); } \ + \ +void greatest_set_test_filter(const char *name) { \ + greatest_info.test_filter = name; \ +} \ + \ +void greatest_set_suite_filter(const char *name) { \ + greatest_info.suite_filter = name; \ +} \ + \ +void greatest_get_report(struct greatest_report_t *report) { \ + if (report) { \ + report->passed = greatest_info.passed; \ + report->failed = greatest_info.failed; \ + report->skipped = greatest_info.skipped; \ + report->assertions = greatest_info.assertions; \ + } \ +} \ + \ +unsigned int greatest_get_verbosity(void) { \ + return greatest_info.verbosity; \ +} \ + \ +void greatest_set_verbosity(unsigned int verbosity) { \ + greatest_info.verbosity = (unsigned char)verbosity; \ +} \ + \ +void greatest_set_flag(greatest_flag_t flag) { \ + greatest_info.flags |= flag; \ +} \ + \ +void GREATEST_SET_SETUP_CB(greatest_setup_cb *cb, void *udata) { \ + greatest_info.setup = cb; \ + greatest_info.setup_udata = udata; \ +} \ + \ +void GREATEST_SET_TEARDOWN_CB(greatest_teardown_cb *cb, \ + void *udata) { \ + greatest_info.teardown = cb; \ + greatest_info.teardown_udata = udata; \ +} \ + \ +static int greatest_string_equal_cb(const void *exp, const void *got, \ + void *udata) { \ + (void)udata; \ + return (0 == strcmp((const char *)exp, (const char *)got)); \ +} \ + \ +static int greatest_string_printf_cb(const void *t, void *udata) { \ + (void)udata; \ + return fprintf(GREATEST_STDOUT, "%s", (const char *)t); \ +} \ + \ +greatest_type_info greatest_type_info_string = { \ + greatest_string_equal_cb, \ + greatest_string_printf_cb, \ +}; \ + \ +greatest_run_info greatest_info + +/* Init internals. */ +#define GREATEST_INIT() \ + do { \ + /* Suppress unused function warning if features aren't used */ \ + (void)greatest_run_suite; \ + (void)greatest_parse_args; \ + \ + memset(&greatest_info, 0, sizeof(greatest_info)); \ + greatest_info.width = GREATEST_DEFAULT_WIDTH; \ + GREATEST_SET_TIME(greatest_info.begin); \ + } while (0) \ + +/* Handle command-line arguments, etc. */ +#define GREATEST_MAIN_BEGIN() \ + do { \ + GREATEST_INIT(); \ + greatest_parse_args(argc, argv); \ + } while (0) + +/* Report passes, failures, skipped tests, the number of + * assertions, and the overall run time. */ +#define GREATEST_PRINT_REPORT() \ + do { \ + if (!GREATEST_LIST_ONLY()) { \ + update_counts_and_reset_suite(); \ + GREATEST_SET_TIME(greatest_info.end); \ + fprintf(GREATEST_STDOUT, \ + "\nTotal: %u test%s", \ + greatest_info.tests_run, \ + greatest_info.tests_run == 1 ? "" : "s"); \ + GREATEST_CLOCK_DIFF(greatest_info.begin, \ + greatest_info.end); \ + fprintf(GREATEST_STDOUT, ", %u assertion%s\n", \ + greatest_info.assertions, \ + greatest_info.assertions == 1 ? "" : "s"); \ + fprintf(GREATEST_STDOUT, \ + "Pass: %u, fail: %u, skip: %u.\n", \ + greatest_info.passed, \ + greatest_info.failed, greatest_info.skipped); \ + } \ + } while (0) + +/* Report results, exit with exit status based on results. */ +#define GREATEST_MAIN_END() \ + do { \ + GREATEST_PRINT_REPORT(); \ + return (greatest_all_passed() ? EXIT_SUCCESS : EXIT_FAILURE); \ + } while (0) + +/* Make abbreviations without the GREATEST_ prefix for the + * most commonly used symbols. */ +#if GREATEST_USE_ABBREVS +#define TEST GREATEST_TEST +#define SUITE GREATEST_SUITE +#define SUITE_EXTERN GREATEST_SUITE_EXTERN +#define RUN_TEST GREATEST_RUN_TEST +#define RUN_TEST1 GREATEST_RUN_TEST1 +#define RUN_SUITE GREATEST_RUN_SUITE +#define ASSERT GREATEST_ASSERT +#define ASSERTm GREATEST_ASSERTm +#define ASSERT_FALSE GREATEST_ASSERT_FALSE +#define ASSERT_EQ GREATEST_ASSERT_EQ +#define ASSERT_EQ_FMT GREATEST_ASSERT_EQ_FMT +#define ASSERT_IN_RANGE GREATEST_ASSERT_IN_RANGE +#define ASSERT_EQUAL_T GREATEST_ASSERT_EQUAL_T +#define ASSERT_STR_EQ GREATEST_ASSERT_STR_EQ +#define ASSERT_FALSEm GREATEST_ASSERT_FALSEm +#define ASSERT_EQm GREATEST_ASSERT_EQm +#define ASSERT_EQ_FMTm GREATEST_ASSERT_EQ_FMTm +#define ASSERT_IN_RANGEm GREATEST_ASSERT_IN_RANGEm +#define ASSERT_EQUAL_Tm GREATEST_ASSERT_EQUAL_Tm +#define ASSERT_STR_EQm GREATEST_ASSERT_STR_EQm +#define PASS GREATEST_PASS +#define FAIL GREATEST_FAIL +#define SKIP GREATEST_SKIP +#define PASSm GREATEST_PASSm +#define FAILm GREATEST_FAILm +#define SKIPm GREATEST_SKIPm +#define SET_SETUP GREATEST_SET_SETUP_CB +#define SET_TEARDOWN GREATEST_SET_TEARDOWN_CB +#define CHECK_CALL GREATEST_CHECK_CALL + +#ifdef GREATEST_VA_ARGS +#define RUN_TESTp GREATEST_RUN_TESTp +#endif + +#if GREATEST_USE_LONGJMP +#define ASSERT_OR_LONGJMP GREATEST_ASSERT_OR_LONGJMP +#define ASSERT_OR_LONGJMPm GREATEST_ASSERT_OR_LONGJMPm +#define FAIL_WITH_LONGJMP GREATEST_FAIL_WITH_LONGJMP +#define FAIL_WITH_LONGJMPm GREATEST_FAIL_WITH_LONGJMPm +#endif + +#endif /* USE_ABBREVS */ + +#endif \ No newline at end of file diff --git a/test/test.c b/test/test.c new file mode 100644 index 0000000..e759386 --- /dev/null +++ b/test/test.c @@ -0,0 +1,25 @@ +#include "greatest.h" + +SUITE_EXTERN(libpostal_expansion_tests); +SUITE_EXTERN(libpostal_parser_tests); +SUITE_EXTERN(libpostal_transliteration_tests); +SUITE_EXTERN(libpostal_numex_tests); +SUITE_EXTERN(libpostal_string_utils_tests); +SUITE_EXTERN(libpostal_trie_tests); +SUITE_EXTERN(libpostal_crf_context_tests); + +GREATEST_MAIN_DEFS(); + + +int main(int argc, char **argv) { + GREATEST_MAIN_BEGIN(); + + RUN_SUITE(libpostal_expansion_tests); + RUN_SUITE(libpostal_parser_tests); + RUN_SUITE(libpostal_transliteration_tests); + RUN_SUITE(libpostal_numex_tests); + RUN_SUITE(libpostal_string_utils_tests); + RUN_SUITE(libpostal_trie_tests); + RUN_SUITE(libpostal_crf_context_tests); + GREATEST_MAIN_END(); +} diff --git a/test/test_crf_context.c b/test/test_crf_context.c new file mode 100644 index 0000000..cde5134 --- /dev/null +++ b/test/test_crf_context.c @@ -0,0 +1,268 @@ +#include +#include +#include +#include + +#include "greatest.h" +#include "../src/float_utils.c" +#include "../src/crf_context.c" + +SUITE(libpostal_crf_context_tests); + +static greatest_test_res check_values(double cv, double tv) { + ASSERT_IN_RANGE(cv, tv, 1e-9); + PASS(); +} + +static greatest_test_res check_matrix_size(double_matrix_t *x, size_t m, size_t n) { + ASSERT(x); + ASSERT_EQ(x->m, m); + ASSERT_EQ(x->n, n); + PASS(); +} + +TEST test_crf_context(void) { + int y1, y2, y3; + double norm = 0; + + const size_t L = 3; + const size_t T = 3; + + crf_context_t *ctx = crf_context_new(CRF_CONTEXT_ALL, L, 1); + ASSERT(ctx != NULL); + + const size_t T_large = 100; + + bool ret = crf_context_set_num_items(ctx, T_large); + ASSERT(ret); + + check_matrix_size(ctx->state, T_large, L); + check_matrix_size(ctx->exp_state, T_large, L); + check_matrix_size(ctx->state_trans, T_large, L * L); + check_matrix_size(ctx->exp_state_trans, T_large, L * L); + check_matrix_size(ctx->trans, L, L); + check_matrix_size(ctx->exp_trans, L, L); + + ret = crf_context_set_num_items(ctx, T); + ASSERT(ret); + + check_matrix_size(ctx->state, T, L); + check_matrix_size(ctx->exp_state, T, L); + check_matrix_size(ctx->state_trans, T, L * L); + check_matrix_size(ctx->exp_state_trans, T, L * L); + check_matrix_size(ctx->trans, L, L); + check_matrix_size(ctx->exp_trans, L, L); + + double *state_trans = NULL; + double *state = NULL; + double *trans = NULL; + double scores[T][L][L]; + uint32_t labels[L]; + + /* Initialize the state scores. */ + state = state_score(ctx, 0); + state[0] = .4; state[1] = .5; state[2] = .1; + state = state_score(ctx, 1); + state[0] = .4; state[1] = .1; state[2] = .5; + state = state_score(ctx, 2); + state[0] = .4; state[1] = .1; state[2] = .5; + + printf("state\n"); + + /* Initialize the state scores. */ + state_trans = state_trans_score(ctx, 0, 0); + state_trans[0] = .4; state_trans[1] = .2; state_trans[2] = .5; + state_trans = state_trans_score(ctx, 0, 1); + state_trans[0] = .4; state_trans[1] = .2; state_trans[2] = .5; + state_trans = state_trans_score(ctx, 0, 2); + state_trans[0] = .4; state_trans[1] = .2; state_trans[2] = .5; + state_trans = state_trans_score(ctx, 1, 0); + state_trans[0] = .3; state_trans[1] = .1; state_trans[2] = .6; + state_trans = state_trans_score(ctx, 1, 1); + state_trans[0] = .5; state_trans[1] = .1; state_trans[2] = .3; + state_trans = state_trans_score(ctx, 1, 2); + state_trans[0] = .4; state_trans[1] = .2; state_trans[2] = .4; + state_trans = state_trans_score(ctx, 2, 0); + state_trans[0] = .3; state_trans[1] = .1; state_trans[2] = .6; + state_trans = state_trans_score(ctx, 2, 1); + state_trans[0] = .5; state_trans[1] = .1; state_trans[2] = .3; + state_trans = state_trans_score(ctx, 2, 2); + state_trans[0] = .4; state_trans[1] = .2; state_trans[2] = .4; + + printf("state_trans\n"); + + trans = trans_score(ctx, 0); + trans[0] = .3; trans[1] = .1; trans[2] = .4; + trans = trans_score(ctx, 1); + trans[0] = .6; trans[1] = .2; trans[2] = .1; + trans = trans_score(ctx, 2); + trans[0] = .5; trans[1] = .2; trans[2] = .1; + + printf("trans\n"); + + crf_context_exp_state(ctx); + printf("exp state\n"); + crf_context_exp_state_trans(ctx); + printf("exp state_trans\n"); + crf_context_exp_trans(ctx); + printf("exp trans\n"); + + crf_context_alpha_score(ctx); + printf("alpha\n"); + + crf_context_beta_score(ctx); + printf("beta\n"); + + /* Compute the score of every label sequence. */ + for (y1 = 0; y1 < T; y1++) { + double s1 = exp_state_score(ctx, 0)[y1]; + for (y2 = 0; y2 < L; y2++) { + double s2 = s1; + s2 *= exp_state_trans_score(ctx, 1, y1)[y2]; + s2 *= exp_trans_score(ctx, y1)[y2]; + s2 *= exp_state_score(ctx, 1)[y2]; + for (y3 = 0; y3 < L; y3++) { + double s3 = s2; + s3 *= exp_state_trans_score(ctx, 2, y2)[y3]; + s3 *= exp_trans_score(ctx, y2)[y3]; + s3 *= exp_state_score(ctx, 2)[y3]; + scores[y1][y2][y3] = s3; + } + } + } + + /* Compute the partition factor. */ + norm = 0.; + for (y1 = 0; y1 < T; y1++) { + for (y2 = 0; y2 < L; y2++) { + for (y3 = 0; y3 < L; y3++) { + norm += scores[y1][y2][y3]; + } + } + } + + /* Check the partition factor. */ + printf("Check for the partition factor...\n"); + CHECK_CALL(check_values(exp(ctx->log_norm), norm)); + + /* Compute the sequence probabilities. */ + for (y1 = 0; y1 < T; y1++) { + for (y2 = 0; y2 < L; y2++) { + for (y3 = 0; y3 < L; y3++) { + double logp; + + labels[0] = y1; + labels[1] = y2; + labels[2] = y3; + logp = crf_context_score(ctx, labels) - crf_context_lognorm(ctx); + printf("Check for the sequence %d-%d-%d...\n", y1, y2, y3); + CHECK_CALL(check_values(exp(logp), scores[y1][y2][y3] / norm)); + } + } + } + + /* Compute the marginal probability at t=0 */ + for (y1 = 0; y1 < T; y1++) { + double a, b, c, s = 0.; + for (y2 = 0; y2 < L; y2++) { + for (y3 = 0; y3 < L; y3++) { + s += scores[y1][y2][y3]; + } + } + + a = alpha_score(ctx, 0)[y1]; + b = beta_score(ctx, 0)[y1]; + c = 1. / ctx->scale_factor->a[0]; + + printf("Check for the marginal probability (0,%d)...\n", y1); + CHECK_CALL(check_values(a * b * c, s / norm)); + } + + /* Compute the marginal probability at t=1 */ + for (y2 = 0; y2 < L; y2++) { + double a, b, c, s = 0.; + for (y1 = 0; y1 < T; y1++) { + for (y3 = 0; y3 < L; y3++) { + s += scores[y1][y2][y3]; + } + } + + a = alpha_score(ctx, 1)[y2]; + b = beta_score(ctx, 1)[y2]; + c = 1. / ctx->scale_factor->a[1]; + + printf("Check for the marginal probability (1,%d)...\n", y2); + CHECK_CALL(check_values(a * b * c, s / norm)); + } + + /* Compute the marginal probability at t=2 */ + for (y3 = 0; y3 < L; y3++) { + double a, b, c, s = 0.; + for (y1 = 0; y1 < T; y1++) { + for (y2 = 0; y2 < L; y2++) { + s += scores[y1][y2][y3]; + } + } + + a = alpha_score(ctx, 2)[y3]; + b = beta_score(ctx, 2)[y3]; + c = 1. / ctx->scale_factor->a[2]; + + printf("Check for the marginal probability (2,%d)...\n", y3); + CHECK_CALL(check_values(a * b * c, s / norm)); + } + + /* Compute the marginal probabilities of transitions. */ + for (y1 = 0; y1 < T; y1++) { + for (y2 = 0; y2 < L; y2++) { + double a, b, s, st, t, p = 0.; + for (y3 = 0; y3 < L; y3++) { + p += scores[y1][y2][y3]; + } + + a = alpha_score(ctx, 0)[y1]; + b = beta_score(ctx, 1)[y2]; + s = exp_state_score(ctx, 1)[y2]; + st = exp_state_trans_score(ctx, 1, y1)[y2]; + t = exp_trans_score(ctx, y1)[y2]; + + printf("Check for the marginal probability (0,%d)-(1,%d)...\n", y1, y2); + CHECK_CALL(check_values(a * t * st * s * b, p / norm)); + } + } + + for (y2 = 0; y2 < L; y2++) { + for (y3 = 0; y3 < L; y3++) { + double a, b, s, st, t, p = 0.; + for (y1 = 0; y1 < T; y1++) { + p += scores[y1][y2][y3]; + } + + a = alpha_score(ctx, 1)[y2]; + b = beta_score(ctx, 2)[y3]; + s = exp_state_score(ctx, 2)[y3]; + st = exp_state_trans_score(ctx, 2, y2)[y3]; + t = exp_trans_score(ctx, y2)[y3]; + + printf("Check for the marginal probability (1,%d)-(2,%d)...\n", y2, y3); + CHECK_CALL(check_values(a * t * st * s * b, p / norm)); + } + } + + double viterbi = crf_context_viterbi(ctx, labels); + printf("viterbi score=%f\n", viterbi); + for (int i = 0; i < L; i++) { + printf("label[%d]=%d\n", i, labels[i]); + } + + crf_context_destroy(ctx); + + PASS(); +} + + +SUITE(libpostal_crf_context_tests) { + + RUN_TEST(test_crf_context); + +} diff --git a/test/test_expand.c b/test/test_expand.c new file mode 100644 index 0000000..a05b97c --- /dev/null +++ b/test/test_expand.c @@ -0,0 +1,339 @@ +#include +#include +#include +#include + +#include "greatest.h" +#include "../src/string_utils.h" +#include "../src/libpostal.h" + +SUITE(libpostal_expansion_tests); + +static greatest_test_res test_expansion_contains_phrase_option(char *input, char *output, libpostal_normalize_options_t options, bool root) { + size_t num_expansions; + + char **expansions = NULL; + if (!root) { + expansions = libpostal_expand_address(input, options, &num_expansions); + } else { + expansions = libpostal_expand_address_root(input, options, &num_expansions); + } + + bool contains_expansion = false; + char *expansion; + for (size_t i = 0; i < num_expansions; i++) { + expansion = expansions[i]; + printf("expansion = %s\n", expansion); + if (string_equals(output, expansion)) { + contains_expansion = true; + break; + } + + } + + if (!contains_expansion) { + printf("Expansions should contain %s, got {", output); + for (size_t i = 0; i < num_expansions; i++) { + expansion = expansions[i]; + printf("%s%s", expansion, i < num_expansions - 1 ? "," : ""); + } + printf("}\n"); + FAIL(); + } + + libpostal_expansion_array_destroy(expansions, num_expansions); + + PASS(); +} + +static greatest_test_res test_expansion_contains(char *input, char *output, libpostal_normalize_options_t options) { + bool root = false; + CHECK_CALL(test_expansion_contains_phrase_option(input, output, options, root)); + + PASS(); +} + +static greatest_test_res test_root_expansion_contains(char *input, char *output, libpostal_normalize_options_t options) { + bool root = true; + CHECK_CALL(test_expansion_contains_phrase_option(input, output, options, root)); + + PASS(); +} + +static greatest_test_res test_expansion_contains_phrase_option_with_languages(char *input, char *output, libpostal_normalize_options_t options, bool root, size_t num_languages, va_list args) { + char **languages = NULL; + + size_t i; + + if (num_languages > 0) { + languages = malloc(sizeof(char *) * num_languages); + char *lang; + + for (i = 0; i < num_languages; i++) { + lang = va_arg(args, char *); + ASSERT(strlen(lang) < LIBPOSTAL_MAX_LANGUAGE_LEN); + languages[i] = strdup(lang); + } + + options.num_languages = num_languages; + options.languages = (char **)languages; + } else { + options.languages = NULL; + options.num_languages = 0; + } + + CHECK_CALL(test_expansion_contains_phrase_option(input, output, options, root)); + if (languages != NULL) { + for (i = 0; i < num_languages; i++) { + free(languages[i]); + } + free(languages); + } + PASS(); +} + + + +static greatest_test_res test_expansion_contains_with_languages(char *input, char *output, libpostal_normalize_options_t options, size_t num_languages, ...) { + bool root = false; + va_list args; + if (num_languages > 0) { + va_start(args, num_languages); + CHECK_CALL(test_expansion_contains_phrase_option_with_languages(input, output, options, root, num_languages, args)); + va_end(args); + } else { + CHECK_CALL(test_expansion_contains_phrase_option_with_languages(input, output, options, root, num_languages, args)); + } + PASS(); +} + + +static greatest_test_res test_root_expansion_contains_with_languages(char *input, char *output, libpostal_normalize_options_t options, size_t num_languages, ...) { + bool root = true; + va_list args; + if (num_languages > 0) { + va_start(args, num_languages); + CHECK_CALL(test_expansion_contains_phrase_option_with_languages(input, output, options, root, num_languages, args)); + va_end(args); + } else { + CHECK_CALL(test_expansion_contains_phrase_option_with_languages(input, output, options, root, num_languages, args)); + } + PASS(); +} + + + +TEST test_expansions(void) { + libpostal_normalize_options_t options = libpostal_get_default_options(); + + CHECK_CALL(test_expansion_contains_with_languages("123 Main St. #2f", "123 main street number 2f", options, 1, "en")); + CHECK_CALL(test_expansion_contains_with_languages("120 E 96th St", "120 east 96 street", options, 1, "en")); + CHECK_CALL(test_expansion_contains_with_languages("120 E Ninety-sixth St", "120 east 96 street", options, 1, "en")); + CHECK_CALL(test_expansion_contains_with_languages("4998 Vanderbilt Dr, Columbus, OH 43213", "4998 vanderbilt drive columbus ohio 43213", options, 1, "en")); + CHECK_CALL(test_expansion_contains_with_languages("Nineteen oh one W El Segundo Blvd", "1901 west el segundo boulevard", options, 1, "en")); + CHECK_CALL(test_expansion_contains_with_languages("S St. NW", "s street northwest", options, 1, "en")); + CHECK_CALL(test_expansion_contains_with_languages("Quatre vingt douze Ave des Champs-Élysées", "92 avenue des champs-elysees", options, 1, "fr")); + CHECK_CALL(test_expansion_contains_with_languages("Quatre vingt douze Ave des Champs-Élysées", "92 avenue des champs elysees", options, 1, "fr")); + CHECK_CALL(test_expansion_contains_with_languages("Quatre vingt douze Ave des Champs-Élysées", "92 avenue des champselysees", options, 1, "fr")); + CHECK_CALL(test_expansion_contains_with_languages("Marktstrasse", "markt strasse", options, 1, "de")); + CHECK_CALL(test_expansion_contains_with_languages("Hoofdstraat", "hoofdstraat", options, 1, "nl")); + CHECK_CALL(test_expansion_contains_with_languages("มงแตร", "มงแตร", options, 1, "th")); + + PASS(); +} + +TEST test_expansion_for_non_address_input(void) { + size_t num_expansions; + + // This is tested as the input caused a segfault in expand_alternative_phrase_option + char **expansions = libpostal_expand_address("ida-b@wells.co", libpostal_get_default_options(), &num_expansions); + libpostal_expansion_array_destroy(expansions, num_expansions); + PASS(); +} + +TEST test_street_root_expansions(void) { + libpostal_normalize_options_t options = libpostal_get_default_options(); + options.address_components = LIBPOSTAL_ADDRESS_STREET | LIBPOSTAL_ADDRESS_ANY; + + // English - normal cases + CHECK_CALL(test_root_expansion_contains("Malcolm X Blvd", "malcolm x", options)); + CHECK_CALL(test_root_expansion_contains("E 106th St", "106", options)); + CHECK_CALL(test_root_expansion_contains("S Park Ave", "park", options)); + CHECK_CALL(test_root_expansion_contains("Park South", "park", options)); + CHECK_CALL(test_root_expansion_contains("Rev Dr. MLK Dr S", "martin luther king junior", options)); + CHECK_CALL(test_root_expansion_contains("Rev Dr. Martin Luther King Jr Dr S", "martin luther king junior", options)); + CHECK_CALL(test_root_expansion_contains("East 6th Street", "6th", options)); + + // English - edge cases + CHECK_CALL(test_root_expansion_contains("Avenue B", "b", options)); + CHECK_CALL(test_root_expansion_contains("Avenue C", "c", options)); + CHECK_CALL(test_root_expansion_contains("Avenue D", "d", options)); + CHECK_CALL(test_root_expansion_contains("Avenue E", "e", options)); + CHECK_CALL(test_root_expansion_contains("Avenue N", "n", options)); + CHECK_CALL(test_root_expansion_contains("U St SE", "u", options)); + CHECK_CALL(test_root_expansion_contains("S Park", "park", options)); + CHECK_CALL(test_root_expansion_contains("Park S", "park", options)); + CHECK_CALL(test_root_expansion_contains("Avenue Rd", "avenue", options)); + CHECK_CALL(test_root_expansion_contains("Broadway", "broadway", options)); + CHECK_CALL(test_root_expansion_contains("E Broadway", "broadway", options)); + CHECK_CALL(test_root_expansion_contains("E Center St", "center", options)); + CHECK_CALL(test_root_expansion_contains("E Ctr St", "center", options)); + CHECK_CALL(test_root_expansion_contains("E Center Street", "center", options)); + CHECK_CALL(test_root_expansion_contains("E Ctr Street", "center", options)); + CHECK_CALL(test_root_expansion_contains("Center St E", "center", options)); + CHECK_CALL(test_root_expansion_contains("Ctr St E", "center", options)); + CHECK_CALL(test_root_expansion_contains("Center Street E", "center", options)); + CHECK_CALL(test_root_expansion_contains("Ctr Street E", "center", options)); + + CHECK_CALL(test_root_expansion_contains_with_languages("W. UNION STREET", "union", options, 2, "en", "es")); + + + // Spanish + CHECK_CALL(test_root_expansion_contains("C/ Ocho", "8", options)); + PASS(); +} + + +TEST test_house_number_root_expansions(void) { + libpostal_normalize_options_t options = libpostal_get_default_options(); + options.address_components = LIBPOSTAL_ADDRESS_HOUSE_NUMBER | LIBPOSTAL_ADDRESS_ANY; + + // English - normal cases + CHECK_CALL(test_root_expansion_contains("1A", "1 a", options)); + CHECK_CALL(test_root_expansion_contains("A1", "a 1", options)); + CHECK_CALL(test_root_expansion_contains("1", "1", options)); + CHECK_CALL(test_root_expansion_contains_with_languages("# 1", "1", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("No. 1", "1", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("House No. 1", "1", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("House #1", "1", options, 1, "en")); + + PASS(); +} + +TEST test_level_root_expansions(void) { + libpostal_normalize_options_t options = libpostal_get_default_options(); + options.address_components = LIBPOSTAL_ADDRESS_LEVEL | LIBPOSTAL_ADDRESS_ANY; + + // English - normal cases + CHECK_CALL(test_root_expansion_contains_with_languages("1st Fl", "1", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("1st Floor", "1", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("First Fl", "1", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("First Floor", "1", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("2nd Fl", "2", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("2nd Floor", "2", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Second Fl", "2", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Second Floor", "2", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Fl #1", "1", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Fl No. 1", "1", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Floor No. 1", "1", options, 1, "en")); + + // Specifiers + CHECK_CALL(test_root_expansion_contains_with_languages("SB 1", "sub basement 1", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Bsmt", "basement", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Bsmt 1", "basement 1", options, 1, "en")); + + CHECK_CALL(test_root_expansion_contains_with_languages("1G", "1 ground", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("G", "ground", options, 1, "en")); + + PASS(); +} + +TEST test_unit_root_expansions(void) { + libpostal_normalize_options_t options = libpostal_get_default_options(); + options.address_components = LIBPOSTAL_ADDRESS_UNIT | LIBPOSTAL_ADDRESS_ANY; + + // English - normal cases + CHECK_CALL(test_root_expansion_contains_with_languages("1A", "1 a", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("A1", "a 1", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Apt 101", "101", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Apt No 101", "101", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Apt #101", "101", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Apartment 101", "101", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Apartment #101", "101", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Ste 101", "101", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Ste No 101", "101", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Ste #101", "101", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Suite 101", "101", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Suite #101", "101", options, 1, "en")); + + // Specifiers + CHECK_CALL(test_root_expansion_contains_with_languages("PH 1", "penthouse 1", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("PH1", "penthouse 1", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("Penthouse 1", "penthouse 1", options, 1, "en")); + + CHECK_CALL(test_root_expansion_contains_with_languages("1L", "1l", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("1L", "1 left", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("1F", "1f", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("1F", "1f", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("1R", "1r", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("1R", "1r", options, 1, "en")); + + PASS(); +} + + +TEST test_po_box_root_expansions(void) { + libpostal_normalize_options_t options = libpostal_get_default_options(); + options.address_components = LIBPOSTAL_ADDRESS_PO_BOX | LIBPOSTAL_ADDRESS_ANY; + + CHECK_CALL(test_root_expansion_contains_with_languages("PO Box 1234", "1234", options, 1, "en")); + CHECK_CALL(test_root_expansion_contains_with_languages("PO Box #1234", "1234", options, 1, "en")); + + PASS(); +} + +TEST test_expansions_language_classifier(void) { + libpostal_normalize_options_t options = libpostal_get_default_options(); + + CHECK_CALL(test_expansion_contains_with_languages("V XX Sett", "via 20 settembre", options, 0, NULL)); + CHECK_CALL(test_expansion_contains_with_languages("C/ Ocho", "calle 8", options, 0, NULL)); + PASS(); +} + +TEST test_expansions_no_options(void) { + libpostal_normalize_options_t options = libpostal_get_default_options(); + options.lowercase = false; + options.latin_ascii = false; + options.transliterate = false; + options.strip_accents = false; + options.decompose = false; + options.trim_string = false; + options.drop_parentheticals = false; + options.replace_numeric_hyphens = false; + options.delete_numeric_hyphens = false; + options.split_alpha_from_numeric = false; + options.replace_word_hyphens = false; + options.delete_word_hyphens = false; + options.delete_final_periods = false; + options.delete_acronym_periods = false; + options.drop_english_possessives = false; + options.delete_apostrophes = false; + options.expand_numex = false; + options.roman_numerals = false; + + CHECK_CALL(test_expansion_contains_with_languages("120 E 96th St New York", "120 E 96th St New York", options, 0, NULL)); + PASS(); +} + + +SUITE(libpostal_expansion_tests) { + if (!libpostal_setup() || !libpostal_setup_language_classifier()) { + printf("Could not setup libpostal\n"); + exit(EXIT_FAILURE); + } + + RUN_TEST(test_expansions); + RUN_TEST(test_street_root_expansions); + RUN_TEST(test_house_number_root_expansions); + RUN_TEST(test_level_root_expansions); + RUN_TEST(test_unit_root_expansions); + RUN_TEST(test_po_box_root_expansions); + RUN_TEST(test_expansions_language_classifier); + RUN_TEST(test_expansions_no_options); + RUN_TEST(test_expansion_for_non_address_input); + + libpostal_teardown(); + libpostal_teardown_language_classifier(); + +} + diff --git a/test/test_numex.c b/test/test_numex.c new file mode 100644 index 0000000..5f0c763 --- /dev/null +++ b/test/test_numex.c @@ -0,0 +1,87 @@ +#include +#include +#include +#include + +#include "greatest.h" +#include "../src/numex.h" + +SUITE(libpostal_numex_tests); + +static greatest_test_res test_numex(char *input, char *output, char *lang) { + char *normalized = replace_numeric_expressions(input, lang); + + if (normalized != NULL) { + ASSERT_STR_EQ(output, normalized); + free(normalized); + } else { + ASSERT_STR_EQ(output, input); + } + PASS(); +} + +TEST test_numeric_expressions(void) { + + // English numbers + CHECK_CALL(test_numex("five hundred ninety-three", "593", "en")); + CHECK_CALL(test_numex("five hundred and ninety-three", "593", "en")); + CHECK_CALL(test_numex("fourth and a", "4th and a", "en")); + CHECK_CALL(test_numex("foo and bar", "foo and bar", "en")); + CHECK_CALL(test_numex("thirty west twenty-sixth street", "30 west 26th street", "en")); + CHECK_CALL(test_numex("five and sixth", "5 and 6th", "en")); + CHECK_CALL(test_numex("three hundred thousand nineteenhundred and forty-fifth", "301945th", "en")); + CHECK_CALL(test_numex("seventeen eighty", "1780", "en")); + CHECK_CALL(test_numex("ten oh four", "1004", "en")); + CHECK_CALL(test_numex("ten and four", "10 and 4", "en")); + + // French (Celtic-style) numbers + CHECK_CALL(test_numex("quatre-vingt-douze", "92", "fr")); + CHECK_CALL(test_numex("quatre vingt douze", "92", "fr")); + CHECK_CALL(test_numex("quatre vingts", "80", "fr")); + CHECK_CALL(test_numex("soixante-et-onze", "71", "fr")); + CHECK_CALL(test_numex("soixante-cinq", "65", "fr")); + + // French (Belgian/Swiss) numbers + CHECK_CALL(test_numex("nonante-deux", "92", "fr")); + CHECK_CALL(test_numex("septante-cinq", "75", "fr")); + + // German numbers + CHECK_CALL(test_numex("sechs-und-fünfzig", "56", "de")); + CHECK_CALL(test_numex("eins", "1", "de")); + CHECK_CALL(test_numex("dreiundzwanzigste strasse", "23. strasse", "de")); + + // Italian numbers + CHECK_CALL(test_numex("millenovecentonovantadue", "1992", "it")); + CHECK_CALL(test_numex("ventiquattro", "24", "it")); + + + // Spanish numbers + CHECK_CALL(test_numex("tricentesima primera", "301.ª", "es")); + + // Roman numerals (la=Latin) + + CHECK_CALL(test_numex("via xx settembre", "via 20 settembre", "la")); + CHECK_CALL(test_numex("mcccxlix anno domini", "1349 anno domini", "la")); + CHECK_CALL(test_numex("str. st. nazionale dei giovi, milano", "str. st. nazionale dei giovi, milano", "la")); + + // Japanese numbers + + CHECK_CALL(test_numex("百二十", "120", "ja")); + + // Korean numbers + + CHECK_CALL(test_numex("천구백구십이", "1992", "ko")); + + PASS(); +} + +GREATEST_SUITE(libpostal_numex_tests) { + if (!numex_module_setup(DEFAULT_NUMEX_PATH)) { + printf("Could not load numex module\n"); + exit(EXIT_FAILURE); + } + + RUN_TEST(test_numeric_expressions); + + numex_module_teardown(); +} diff --git a/test/test_parser.c b/test/test_parser.c new file mode 100644 index 0000000..b97dd70 --- /dev/null +++ b/test/test_parser.c @@ -0,0 +1,1913 @@ +#include +#include +#include +#include + +#include "greatest.h" +#include "../src/libpostal.h" +#include "../src/address_parser.h" + +SUITE(libpostal_parser_tests); + +typedef struct labeled_component { + char *label; + char *component; +} labeled_component_t; + +static greatest_test_res test_parse_result_equals(char *input, libpostal_address_parser_options_t options, size_t output_len, ...) { + libpostal_address_parser_response_t *response = libpostal_parse_address(input, options); + + va_list args; + + size_t i; + + + bool valid = output_len == response->num_components; + + if (valid) { + va_start(args, output_len); + + for (i = 0; i < response->num_components; i++) { + labeled_component_t lc = va_arg(args, labeled_component_t); + + if (!string_equals(lc.label, response->labels[i])) { + valid = false; + break; + } + if (!string_equals(lc.component, response->components[i])) { + valid = false; + break; + } + } + + va_end(args); + } + + if (!valid) { + va_start(args, output_len); + printf("Expected\n\n"); + for (i = 0; i < output_len; i++) { + labeled_component_t lc = va_arg(args, labeled_component_t); + printf("%s: %s\n", lc.label, lc.component); + } + printf("\n\n"); + printf("Got\n\n"); + for (i = 0; i < response->num_components; i++) { + printf("%s: %s\n", response->labels[i], response->components[i]); + } + va_end(args); + libpostal_address_parser_response_destroy(response); + FAIL(); + } + + libpostal_address_parser_response_destroy(response); + + PASS(); +} + + + +TEST test_us_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + "Black Alliance for Just Immigration 660 Nostrand Ave, Brooklyn, N.Y., 11216", + options, + 6, + (labeled_component_t){"house", "black alliance for just immigration"}, + (labeled_component_t){"house_number", "660"}, + (labeled_component_t){"road", "nostrand ave"}, + (labeled_component_t){"city_district", "brooklyn"}, + (labeled_component_t){"state", "n.y."}, + (labeled_component_t){"postcode", "11216"} + )); + + CHECK_CALL(test_parse_result_equals( + "Planned Parenthood, 44 Court St, 6th Floor, Brooklyn 11201", + options, + 6, + (labeled_component_t){"house", "planned parenthood"}, + (labeled_component_t){"house_number", "44"}, + (labeled_component_t){"road", "court st"}, + (labeled_component_t){"level", "6th floor"}, + (labeled_component_t){"city_district", "brooklyn"}, + (labeled_component_t){"postcode", "11201"} + )); + + CHECK_CALL(test_parse_result_equals( + "Congresswoman Yvette Clarke 222 Lenox Road, Ste 1 Brooklyn New York 11226", + options, + 7, + (labeled_component_t){"house", "congresswoman yvette clarke"}, + (labeled_component_t){"house_number", "222"}, + (labeled_component_t){"road", "lenox road"}, + (labeled_component_t){"unit", "ste 1"}, + (labeled_component_t){"city_district", "brooklyn"}, + (labeled_component_t){"state", "new york"}, + (labeled_component_t){"postcode", "11226"} + )); + + CHECK_CALL(test_parse_result_equals( + "ACLU DC P.O. Box 11637 Washington, DC 20008 United States", + options, + 6, + (labeled_component_t){"house", "aclu dc"}, + (labeled_component_t){"po_box", "p.o. box 11637"}, + (labeled_component_t){"city", "washington"}, + (labeled_component_t){"state", "dc"}, + (labeled_component_t){"postcode", "20008"}, + (labeled_component_t){"country", "united states"} + )); + + CHECK_CALL(test_parse_result_equals( + "Make the Road New York 92-10 Roosevelt Avenue Jackson Heights Queens 11372", + options, + 6, + (labeled_component_t){"house", "make the road new york"}, + (labeled_component_t){"house_number", "92-10"}, + (labeled_component_t){"road", "roosevelt avenue"}, + (labeled_component_t){"suburb", "jackson heights"}, + (labeled_component_t){"city_district", "queens"}, + (labeled_component_t){"postcode", "11372"} + )); + + CHECK_CALL(test_parse_result_equals( + "Do the Right Thing Way, Bed-Stuy, BK", + options, + 3, + (labeled_component_t){"road", "do the right thing way"}, + (labeled_component_t){"suburb", "bed-stuy"}, + (labeled_component_t){"city_district", "bk"} + )); + + CHECK_CALL(test_parse_result_equals( + "book stores near me", + options, + 2, + (labeled_component_t){"category", "book stores"}, + (labeled_component_t){"near", "near me"} + )); + + CHECK_CALL(test_parse_result_equals( + "theatres in Fort Greene Brooklyn", + options, + 4, + (labeled_component_t){"category", "theatres"}, + (labeled_component_t){"near", "in"}, + (labeled_component_t){"suburb", "fort greene"}, + (labeled_component_t){"city_district", "brooklyn"} + )); + + CHECK_CALL(test_parse_result_equals( + // Rare venue name without any common venue tokens following it + // Neighborhood name + "Barboncino 781 Franklin Ave Crown Heights Brooklyn NYC NY 11216 USA", + options, + 9, + (labeled_component_t){"house", "barboncino"}, + (labeled_component_t){"house_number", "781"}, + (labeled_component_t){"road", "franklin ave"}, + (labeled_component_t){"suburb", "crown heights"}, + (labeled_component_t){"city_district", "brooklyn"}, + (labeled_component_t){"city", "nyc"}, + (labeled_component_t){"state", "ny"}, + (labeled_component_t){"postcode", "11216"}, + (labeled_component_t){"country", "usa"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/pelias/pelias/issues/464 + "103 BEAL PKWY SE, FT WALTON BEACH, FL", + options, + 4, + (labeled_component_t){"house_number", "103"}, + (labeled_component_t){"road", "beal pkwy se"}, + (labeled_component_t){"city", "ft walton beach"}, + (labeled_component_t){"state", "fl"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/pelias/pelias/issues/463 + "Canal Rd, Deltona FL", + options, + 3, + (labeled_component_t){"road", "canal rd"}, + (labeled_component_t){"city", "deltona"}, + (labeled_component_t){"state", "fl"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/openvenues/libpostal/issues/125 + "123 Main St # 456 Oakland CA 94789", + options, + 6, + (labeled_component_t){"house_number", "123"}, + (labeled_component_t){"road", "main st"}, + (labeled_component_t){"unit", "# 456"}, + (labeled_component_t){"city", "oakland"}, + (labeled_component_t){"state", "ca"}, + (labeled_component_t){"postcode", "94789"} + + )); + + CHECK_CALL(test_parse_result_equals( + "123 Main St Apt 456 Oakland CA 94789", + options, + 6, + (labeled_component_t){"house_number", "123"}, + (labeled_component_t){"road", "main st"}, + (labeled_component_t){"unit", "apt 456"}, + (labeled_component_t){"city", "oakland"}, + (labeled_component_t){"state", "ca"}, + (labeled_component_t){"postcode", "94789"} + )); + + CHECK_CALL(test_parse_result_equals( + "123 Main St Apt #456 Oakland CA 94789", + options, + 6, + (labeled_component_t){"house_number", "123"}, + (labeled_component_t){"road", "main st"}, + (labeled_component_t){"unit", "apt #456"}, + (labeled_component_t){"city", "oakland"}, + (labeled_component_t){"state", "ca"}, + (labeled_component_t){"postcode", "94789"} + )); + + CHECK_CALL(test_parse_result_equals( + "123 Main St Apt No. 456 Oakland CA 94789", + options, + 6, + (labeled_component_t){"house_number", "123"}, + (labeled_component_t){"road", "main st"}, + (labeled_component_t){"unit", "apt no. 456"}, + (labeled_component_t){"city", "oakland"}, + (labeled_component_t){"state", "ca"}, + (labeled_component_t){"postcode", "94789"} + )); + + CHECK_CALL(test_parse_result_equals( + "whole foods nyc", + options, + 2, + (labeled_component_t){"house", "whole foods"}, + (labeled_component_t){"city", "nyc"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/pelias/pelias/issues/427 + "921 83 street, nyc", + options, + 3, + (labeled_component_t){"house_number", "921"}, + (labeled_component_t){"road", "83 street"}, + (labeled_component_t){"city", "nyc"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/pelias/pelias/issues/424 + "30 w 26 st", + options, + 2, + (labeled_component_t){"house_number", "30"}, + (labeled_component_t){"road", "w 26 st"} + )); + + CHECK_CALL(test_parse_result_equals( + "30 West 26th Street Sixth Floor", + options, + 3, + (labeled_component_t){"house_number", "30"}, + (labeled_component_t){"road", "west 26th street"}, + (labeled_component_t){"level", "sixth floor"} + )); + + CHECK_CALL(test_parse_result_equals( + "30 W 26th St 6th Fl", + options, + 3, + (labeled_component_t){"house_number", "30"}, + (labeled_component_t){"road", "w 26th st"}, + (labeled_component_t){"level", "6th fl"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/pelias/pelias/issues/440 + "301 Commons Park S, Stamford, CT 06902", + options, + 5, + (labeled_component_t){"house_number", "301"}, + (labeled_component_t){"road", "commons park s"}, + (labeled_component_t){"city", "stamford"}, + (labeled_component_t){"state", "ct"}, + (labeled_component_t){"postcode", "06902"} + )); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/151 + // House number range + "912-914 8TH ST, CLARKSTON, WA 99403", + options, + 5, + (labeled_component_t){"house_number", "912-914"}, + (labeled_component_t){"road", "8th st"}, + (labeled_component_t){"city", "clarkston"}, + (labeled_component_t){"state", "wa"}, + (labeled_component_t){"postcode", "99403"} + )); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/151 + "2120 E Hill Street #104 Signal Hill CA 90755", + options, + 6, + (labeled_component_t){"house_number", "2120"}, + (labeled_component_t){"road", "e hill street"}, + (labeled_component_t){"unit", "#104"}, + (labeled_component_t){"city", "signal hill"}, + (labeled_component_t){"state", "ca"}, + (labeled_component_t){"postcode", "90755"} + )); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/151 + // space between mc and carroll + "1036-1038 MC CARROLL ST CLARKSTON WA 99403", + options, + 5, + (labeled_component_t){"house_number", "1036-1038"}, + (labeled_component_t){"road", "mc carroll st"}, + (labeled_component_t){"city", "clarkston"}, + (labeled_component_t){"state", "wa"}, + (labeled_component_t){"postcode", "99403"} + )); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/151 + // hyphenated house number + "2455-B W BENCH RD OTHELLO WA 99344", + options, + 5, + (labeled_component_t){"house_number", "2455-b"}, + (labeled_component_t){"road", "w bench rd"}, + (labeled_component_t){"city", "othello"}, + (labeled_component_t){"state", "wa"}, + (labeled_component_t){"postcode", "99344"} + )); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/151 + // city name is part of street + "473 Boston Rd, Wilbraham, MA", + options, + 4, + (labeled_component_t){"house_number", "473"}, + (labeled_component_t){"road", "boston rd"}, + (labeled_component_t){"city", "wilbraham"}, + (labeled_component_t){"state", "ma"} + )); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/45 + // House number is a valid postcode but not in context + // Postcode is a ZIP+4 so have to rely on masked digits + "25050 ALESSANDRO BLVD, STE B, MORENO VALLEY, CA, 92553-4313", + options, + 6, + (labeled_component_t){"house_number", "25050"}, + (labeled_component_t){"road", "alessandro blvd"}, + (labeled_component_t){"unit", "ste b"}, + (labeled_component_t){"city", "moreno valley"}, + (labeled_component_t){"state", "ca"}, + (labeled_component_t){"postcode", "92553-4313"} + )); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/21 + // PO box example + "PO Box 1, Seattle, WA 98103", + options, + 4, + (labeled_component_t){"po_box", "po box 1"}, + (labeled_component_t){"city", "seattle"}, + (labeled_component_t){"state", "wa"}, + (labeled_component_t){"postcode", "98103"} + )); + + + CHECK_CALL(test_parse_result_equals( + "4411 Stone Way North Seattle, King County, WA 98103", + options, + 6, + (labeled_component_t){"house_number", "4411"}, + (labeled_component_t){"road", "stone way north"}, + (labeled_component_t){"city", "seattle"}, + (labeled_component_t){"state_district", "king county"}, + (labeled_component_t){"state", "wa"}, + (labeled_component_t){"postcode", "98103"} + )); + + CHECK_CALL(test_parse_result_equals( + // newline + "452 Maxwell Ave, Apt 3A\nRochester, NY 14619", + options, + 6, + (labeled_component_t){"house_number", "452"}, + (labeled_component_t){"road", "maxwell ave"}, + (labeled_component_t){"unit", "apt 3a"}, + (labeled_component_t){"city", "rochester"}, + (labeled_component_t){"state", "ny"}, + (labeled_component_t){"postcode", "14619"} + )); + + CHECK_CALL(test_parse_result_equals( + "1600 Pennsylvania Ave NW, Washington DC 20500", + options, + 5, + (labeled_component_t){"house_number", "1600"}, + (labeled_component_t){"road", "pennsylvania ave nw"}, + (labeled_component_t){"city", "washington"}, + (labeled_component_t){"state", "dc"}, + (labeled_component_t){"postcode", "20500"} + )); + + CHECK_CALL(test_parse_result_equals( + "1600 Pennsylvania Ave NW, Washington D.C 20500", + options, + 5, + (labeled_component_t){"house_number", "1600"}, + (labeled_component_t){"road", "pennsylvania ave nw"}, + (labeled_component_t){"city", "washington"}, + (labeled_component_t){"state", "d.c"}, + (labeled_component_t){"postcode", "20500"} + )); + + + CHECK_CALL(test_parse_result_equals( + "1600 Pennsylvania Ave NW, Washington D.C. 20500", + options, + 5, + (labeled_component_t){"house_number", "1600"}, + (labeled_component_t){"road", "pennsylvania ave nw"}, + (labeled_component_t){"city", "washington"}, + (labeled_component_t){"state", "d.c."}, + (labeled_component_t){"postcode", "20500"} + )); + + CHECK_CALL(test_parse_result_equals( + // Queens address + "99-40 63rd Rd, Queens, NY 11374", + options, + 5, + (labeled_component_t){"house_number", "99-40"}, + (labeled_component_t){"road", "63rd rd"}, + (labeled_component_t){"city_district", "queens"}, + (labeled_component_t){"state", "ny"}, + (labeled_component_t){"postcode", "11374"} + )); + + CHECK_CALL(test_parse_result_equals( + // Prefix directional + "351 NW North St, Chehalis, WA 98532-1900", + options, + 5, + (labeled_component_t){"house_number", "351"}, + (labeled_component_t){"road", "nw north st"}, + (labeled_component_t){"city", "chehalis"}, + (labeled_component_t){"state", "wa"}, + (labeled_component_t){"postcode", "98532-1900"} + )); + + CHECK_CALL(test_parse_result_equals( + // full state name + "2501 N Blackwelder Ave, Oklahoma City, Oklahoma 73106", + options, + 5, + (labeled_component_t){"house_number", "2501"}, + (labeled_component_t){"road", "n blackwelder ave"}, + (labeled_component_t){"city", "oklahoma city"}, + (labeled_component_t){"state", "oklahoma"}, + (labeled_component_t){"postcode", "73106"} + )); + + CHECK_CALL(test_parse_result_equals( + // disambiguation: less common form of Indiana, usually a state + "1011 South Dr, Indiana, Pennsylvania 15705", + options, + 5, + (labeled_component_t){"house_number", "1011"}, + (labeled_component_t){"road", "south dr"}, + (labeled_component_t){"city", "indiana"}, + (labeled_component_t){"state", "pennsylvania"}, + (labeled_component_t){"postcode", "15705"} + )); + + CHECK_CALL(test_parse_result_equals( + // Different form of N.Y. + "444 South 5th St Apt. 3A Brooklyn, N.Y. 11211", + options, + 6, + (labeled_component_t){"house_number", "444"}, + (labeled_component_t){"road", "south 5th st"}, + (labeled_component_t){"unit", "apt. 3a"}, + (labeled_component_t){"city_district", "brooklyn"}, + (labeled_component_t){"state", "n.y."}, + (labeled_component_t){"postcode", "11211"} + )); + + CHECK_CALL(test_parse_result_equals( + "Atrium Mall, 640 Arthur Kill Rd, Staten Island, NY 10312", + options, + 6, + (labeled_component_t){"house", "atrium mall"}, + (labeled_component_t){"house_number", "640"}, + (labeled_component_t){"road", "arthur kill rd"}, + (labeled_component_t){"city_district", "staten island"}, + (labeled_component_t){"state", "ny"}, + (labeled_component_t){"postcode", "10312"} + )); + + CHECK_CALL(test_parse_result_equals( + "5276 Old Mill Rd NE, Bainbridge Island, WA 98110", + options, + 5, + (labeled_component_t){"house_number", "5276"}, + (labeled_component_t){"road", "old mill rd ne"}, + (labeled_component_t){"city", "bainbridge island"}, + (labeled_component_t){"state", "wa"}, + (labeled_component_t){"postcode", "98110"} + )); + + CHECK_CALL(test_parse_result_equals( + "1400 West Transport Road, Fayetteville, AR, 72704", + options, + 5, + (labeled_component_t){"house_number", "1400"}, + (labeled_component_t){"road", "west transport road"}, + (labeled_component_t){"city", "fayetteville"}, + (labeled_component_t){"state", "ar"}, + (labeled_component_t){"postcode", "72704"} + )); + + CHECK_CALL(test_parse_result_equals( + "10 Amelia Village Circle, Fernandina Beach, FL, 32034", + options, + 5, + (labeled_component_t){"house_number", "10"}, + (labeled_component_t){"road", "amelia village circle"}, + (labeled_component_t){"city", "fernandina beach"}, + (labeled_component_t){"state", "fl"}, + (labeled_component_t){"postcode", "32034"} + )); + + CHECK_CALL(test_parse_result_equals( + // highway address + "5850 US Highway 431, STE 1, Albertville, AL, 35950-2049", + options, + 6, + (labeled_component_t){"house_number", "5850"}, + (labeled_component_t){"road", "us highway 431"}, + (labeled_component_t){"unit", "ste 1"}, + (labeled_component_t){"city", "albertville"}, + (labeled_component_t){"state", "al"}, + (labeled_component_t){"postcode", "35950-2049"} + )); + + // Tests of simple place names + CHECK_CALL(test_parse_result_equals( + // From https://github.com/openvenues/libpostal/issues/114 + "Columbus, OH", + options, + 2, + (labeled_component_t){"city", "columbus"}, + (labeled_component_t){"state", "oh"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/openvenues/libpostal/issues/114 + "San Francisco CA", + options, + 2, + (labeled_component_t){"city", "san francisco"}, + (labeled_component_t){"state", "ca"} + )); + + CHECK_CALL(test_parse_result_equals( + // Common alternative name for San Francicso + "SF CA", + options, + 2, + (labeled_component_t){"city", "sf"}, + (labeled_component_t){"state", "ca"} + )); + + CHECK_CALL(test_parse_result_equals( + // Carmel-by-the-Sea hyphenated + "Carmel-by-the-Sea, CA", + options, + 2, + (labeled_component_t){"city", "carmel-by-the-sea"}, + (labeled_component_t){"state", "ca"} + )); + + CHECK_CALL(test_parse_result_equals( + // Carmel-by-the-Sea de-hyphenated + "Carmel by the Sea, CA", + options, + 2, + (labeled_component_t){"city", "carmel by the sea"}, + (labeled_component_t){"state", "ca"} + )); + + // Disambiguation tests + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/53 + // Manhattan as city_district + "Manhattan, NY", + options, + 2, + (labeled_component_t){"city_district", "manhattan"}, + (labeled_component_t){"state", "ny"} + )); + + CHECK_CALL(test_parse_result_equals( + // Manhattan, Kansas - city + "Manhattan, KS", + options, + 2, + (labeled_component_t){"city", "manhattan"}, + (labeled_component_t){"state", "ks"} + )); + + CHECK_CALL(test_parse_result_equals( + // Brooklyn, NY - city_district + "Brooklyn, NY", + options, + 2, + (labeled_component_t){"city_district", "brooklyn"}, + (labeled_component_t){"state", "ny"} + )); + + CHECK_CALL(test_parse_result_equals( + // Brooklyn, Connecticut - city + "Brooklyn, CT 06234", + options, + 3, + (labeled_component_t){"city", "brooklyn"}, + (labeled_component_t){"state", "ct"}, + (labeled_component_t){"postcode", "06234"} + )); + + CHECK_CALL(test_parse_result_equals( + // Here Brooklyn CT means "Brooklyn Court", a small street in Oregon + "18312 SE Brooklyn CT Gresham OR", + options, + 4, + (labeled_component_t){"house_number", "18312"}, + (labeled_component_t){"road", "se brooklyn ct"}, + (labeled_component_t){"city", "gresham"}, + (labeled_component_t){"state", "or"} + )); + + PASS(); +} + +TEST test_ca_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/55 + "332 Menzies Street, Victoria, BC V8V 2G9", + options, + 5, + (labeled_component_t){"house_number", "332"}, + (labeled_component_t){"road", "menzies street"}, + (labeled_component_t){"city", "victoria"}, + (labeled_component_t){"state", "bc"}, + (labeled_component_t){"postcode", "v8v 2g9"} + )); + + // Montreal / Montréal + + CHECK_CALL(test_parse_result_equals( + "123 Main St SE\nMontreal QC H3Z 2Y7", + options, + 5, + (labeled_component_t){"house_number", "123"}, + (labeled_component_t){"road", "main st se"}, + (labeled_component_t){"city", "montreal"}, + (labeled_component_t){"state", "qc"}, + (labeled_component_t){"postcode", "h3z 2y7"} + )); + + CHECK_CALL(test_parse_result_equals( + "123 Main St SE Montréal QC H3Z 2Y7", + options, + 5, + (labeled_component_t){"house_number", "123"}, + (labeled_component_t){"road", "main st se"}, + (labeled_component_t){"city", "montréal"}, + (labeled_component_t){"state", "qc"}, + (labeled_component_t){"postcode", "h3z 2y7"} + )); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/pelias/pelias/issues/275 + "LaSalle Montréal QC", + options, + 3, + (labeled_component_t){"suburb", "lasalle"}, + (labeled_component_t){"city", "montréal"}, + (labeled_component_t){"state", "qc"} + )); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/pelias/pelias/issues/275 + "LaSalle Montreal QC", + options, + 3, + (labeled_component_t){"suburb", "lasalle"}, + (labeled_component_t){"city", "montreal"}, + (labeled_component_t){"state", "qc"} + )); + + + PASS(); +} + +TEST test_jm_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/openvenues/libpostal/issues/113 + // Kingston postcode, rare case where single-digit number is a postcode + // Uses W.I for "West Indies" + "237 Old Hope Road, Kingston 6, Jamaica W.I", + options, + 6, + (labeled_component_t){"house_number", "237"}, + (labeled_component_t){"road", "old hope road"}, + (labeled_component_t){"city", "kingston"}, + (labeled_component_t){"postcode", "6"}, + (labeled_component_t){"country", "jamaica"}, + (labeled_component_t){"world_region", "w.i"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/openvenues/libpostal/issues/113 + // Fractional house number + "16 1/2 Windward Road, Kingston 2, Jamaica", + options, + 5, + (labeled_component_t){"house_number", "16 1/2"}, + (labeled_component_t){"road", "windward road"}, + (labeled_component_t){"city", "kingston"}, + (labeled_component_t){"postcode", "2"}, + (labeled_component_t){"country", "jamaica"} + + )); + + CHECK_CALL(test_parse_result_equals( + "16½ Windward Road Kingston 2 Jamaica, West Indies", + options, + 6, + (labeled_component_t){"house_number", "16½"}, + (labeled_component_t){"road", "windward road"}, + (labeled_component_t){"city", "kingston"}, + (labeled_component_t){"postcode", "2"}, + (labeled_component_t){"country", "jamaica"}, + (labeled_component_t){"world_region", "west indies"} + )); + + PASS(); +} + + +TEST test_gb_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + + CHECK_CALL(test_parse_result_equals( + "The Book Club 100-106 Leonard St, Shoreditch, London, Greater London, England, EC2A 4RH, United Kingdom", + options, + 9, + (labeled_component_t){"house", "the book club"}, + (labeled_component_t){"house_number", "100-106"}, + (labeled_component_t){"road", "leonard st"}, + (labeled_component_t){"suburb", "shoreditch"}, + (labeled_component_t){"city", "london"}, + (labeled_component_t){"state_district", "greater london"}, + (labeled_component_t){"state", "england"}, + (labeled_component_t){"postcode", "ec2a 4rh"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + "The Book Club 100-106 Leonard St Shoreditch London EC2A 4RH United Kingdom", + options, + 7, + (labeled_component_t){"house", "the book club"}, + (labeled_component_t){"house_number", "100-106"}, + (labeled_component_t){"road", "leonard st"}, + (labeled_component_t){"suburb", "shoreditch"}, + (labeled_component_t){"city", "london"}, + (labeled_component_t){"postcode", "ec2a 4rh"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/openownership/data-standard/issues/18 + "Aston House, Cornwall Avenue, London, N3 1LF", + options, + 4, + (labeled_component_t){"house", "aston house"}, + (labeled_component_t){"road", "cornwall avenue"}, + (labeled_component_t){"city", "london"}, + (labeled_component_t){"postcode", "n3 1lf"} + )); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/39 + "318 Upper Street, N1 2XQ London", + options, + 4, + (labeled_component_t){"house_number", "318"}, + (labeled_component_t){"road", "upper street"}, + (labeled_component_t){"postcode", "n1 2xq"}, + (labeled_component_t){"city", "london"} + )); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/39 + "21, Kingswood Road SW2 4JE, London", + options, + 4, + (labeled_component_t){"house_number", "21"}, + (labeled_component_t){"road", "kingswood road"}, + (labeled_component_t){"postcode", "sw2 4je"}, + (labeled_component_t){"city", "london"} + )); + + CHECK_CALL(test_parse_result_equals( + // From Moz tests + "1 Riverside Dr Liverpool, Merseyside L3 4EN", + options, + 5, + (labeled_component_t){"house_number", "1"}, + (labeled_component_t){"road", "riverside dr"}, + (labeled_component_t){"city", "liverpool"}, + (labeled_component_t){"state_district", "merseyside"}, + (labeled_component_t){"postcode", "l3 4en"} + )); + + CHECK_CALL(test_parse_result_equals( + "Stocks Ln, Knutsford, Cheshire East WA16 9EX, UK", + options, + 5, + (labeled_component_t){"road", "stocks ln"}, + (labeled_component_t){"city", "knutsford"}, + (labeled_component_t){"state_district", "cheshire east"}, + (labeled_component_t){"postcode", "wa16 9ex"}, + (labeled_component_t){"country", "uk"} + )); + + CHECK_CALL(test_parse_result_equals( + "Royal Opera House, Bow St, Covent Garden, London, WC2E 9DD, United Kingdom", + options, + 6, + (labeled_component_t){"house", "royal opera house"}, + (labeled_component_t){"road", "bow st"}, + (labeled_component_t){"suburb", "covent garden"}, + (labeled_component_t){"city", "london"}, + (labeled_component_t){"postcode", "wc2e 9dd"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + "1A Egmont Road, Middlesbrough, TS4 2HT", + options, + 4, + (labeled_component_t){"house_number", "1a"}, + (labeled_component_t){"road", "egmont road"}, + (labeled_component_t){"city", "middlesbrough"}, + (labeled_component_t){"postcode", "ts4 2ht"} + )); + + CHECK_CALL(test_parse_result_equals( + "0 Egmont Road, Middlesbrough, TS4 2HT", + options, + 4, + (labeled_component_t){"house_number", "0"}, + (labeled_component_t){"road", "egmont road"}, + (labeled_component_t){"city", "middlesbrough"}, + (labeled_component_t){"postcode", "ts4 2ht"} + )); + + CHECK_CALL(test_parse_result_equals( + "-1 Priory Road, Newbury, RG14 7QS", + options, + 4, + (labeled_component_t){"house_number", "-1"}, + (labeled_component_t){"road", "priory road"}, + (labeled_component_t){"city", "newbury"}, + (labeled_component_t){"postcode", "rg14 7qs"} + )); + + CHECK_CALL(test_parse_result_equals( + "Idas Court, 4-6 Princes Road, Hull, HU5 2RD", + options, + 5, + (labeled_component_t){"house", "idas court"}, + (labeled_component_t){"house_number", "4-6"}, + (labeled_component_t){"road", "princes road"}, + (labeled_component_t){"city", "hull"}, + (labeled_component_t){"postcode", "hu5 2rd"} + )); + + CHECK_CALL(test_parse_result_equals( + "Flat 14, Ziggurat Building, 60-66 Saffron Hill, London, EC1N 8QX, United Kingdom", + options, + 7, + (labeled_component_t){"unit", "flat 14"}, + (labeled_component_t){"house", "ziggurat building"}, + (labeled_component_t){"house_number", "60-66"}, + (labeled_component_t){"road", "saffron hill"}, + (labeled_component_t){"city", "london"}, + (labeled_component_t){"postcode", "ec1n 8qx"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + "Flat 18, Da Vinci House, 44 Saffron Hill, London, EC1N 8FH, United Kingdom", + options, + 7, + (labeled_component_t){"unit", "flat 18"}, + (labeled_component_t){"house", "da vinci house"}, + (labeled_component_t){"house_number", "44"}, + (labeled_component_t){"road", "saffron hill"}, + (labeled_component_t){"city", "london"}, + (labeled_component_t){"postcode", "ec1n 8fh"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + "22B Derwent Parade, South Ockendon RM15 5EE, United Kingdom", + options, + 5, + (labeled_component_t){"house_number", "22b"}, + (labeled_component_t){"road", "derwent parade"}, + (labeled_component_t){"city", "south ockendon"}, + (labeled_component_t){"postcode", "rm15 5ee"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + // Unit with no house number + "Unit 26 Roper Close, Canterbury, CT2 7EP", + options, + 4, + (labeled_component_t){"unit", "unit 26"}, + (labeled_component_t){"road", "roper close"}, + (labeled_component_t){"city", "canterbury"}, + (labeled_component_t){"postcode", "ct2 7ep"} + )); + + CHECK_CALL(test_parse_result_equals( + // Strange road name + "Lorem House, The Marina, Lowestoft NR32 1HH, United Kingdom", + options, + 5, + (labeled_component_t){"house", "lorem house"}, + (labeled_component_t){"road", "the marina"}, + (labeled_component_t){"city", "lowestoft"}, + (labeled_component_t){"postcode", "nr32 1hh"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + "St Johns Centre, Rope Walk, Bedford, Bedfordshire, MK42 0XE, United Kingdom", + options, + 6, + (labeled_component_t){"house", "st johns centre"}, + (labeled_component_t){"road", "rope walk"}, + (labeled_component_t){"city", "bedford"}, + (labeled_component_t){"state_district", "bedfordshire"}, + (labeled_component_t){"postcode", "mk42 0xe"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + "St Johns Centre, 8 Rope Walk, Bedford, Bedfordshire, MK42 0XE, United Kingdom", + options, + 7, + (labeled_component_t){"house", "st johns centre"}, + (labeled_component_t){"house_number", "8"}, + (labeled_component_t){"road", "rope walk"}, + (labeled_component_t){"city", "bedford"}, + (labeled_component_t){"state_district", "bedfordshire"}, + (labeled_component_t){"postcode", "mk42 0xe"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + // Studio might be a unit, may change this later + "Studio J, 4th Floor,,8 Lower Ormond St, Manchester M1 5QF, United Kingdom", + options, + 7, + (labeled_component_t){"house", "studio j"}, + (labeled_component_t){"level", "4th floor"}, + (labeled_component_t){"house_number", "8"}, + (labeled_component_t){"road", "lower ormond st"}, + (labeled_component_t){"city", "manchester"}, + (labeled_component_t){"postcode", "m1 5qf"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + "Victoria Institute, The Blvd, ST6 6BD, United Kingdom", + options, + 4, + (labeled_component_t){"house", "victoria institute"}, + (labeled_component_t){"road", "the blvd"}, + (labeled_component_t){"postcode", "st6 6bd"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + "29 Lottbridge Drove, Eastbourne, East Sussex BN23 6QD", + options, + 5, + (labeled_component_t){"house_number", "29"}, + (labeled_component_t){"road", "lottbridge drove"}, + (labeled_component_t){"city", "eastbourne"}, + (labeled_component_t){"state_district", "east sussex"}, + (labeled_component_t){"postcode", "bn23 6qd"} + )); + + CHECK_CALL(test_parse_result_equals( + "Stoke-on-Trent, United Kingdom", + options, + 2, + (labeled_component_t){"city", "stoke-on-trent"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + "The Rushes, Loughborough, Leicestershire LE11 5BG, United Kingdom", + options, + 5, + (labeled_component_t){"road", "the rushes"}, + (labeled_component_t){"city", "loughborough"}, + (labeled_component_t){"state_district", "leicestershire"}, + (labeled_component_t){"postcode", "le11 5bg"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + "The Old Manor, 11-12 Sparrow Hill, Loughborough LE11 1BT, United Kingdom", + options, + 6, + (labeled_component_t){"house", "the old manor"}, + (labeled_component_t){"house_number", "11-12"}, + (labeled_component_t){"road", "sparrow hill"}, + (labeled_component_t){"city", "loughborough"}, + (labeled_component_t){"postcode", "le11 1bt"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + "Stockwell Head, Hinckley LE10 1RD, United Kingdom", + options, + 4, + (labeled_component_t){"road", "stockwell head"}, + (labeled_component_t){"city", "hinckley"}, + (labeled_component_t){"postcode", "le10 1rd"}, + (labeled_component_t){"country", "united kingdom"} + )); + + CHECK_CALL(test_parse_result_equals( + "Admiral Retail Park Lottbridge Drove, Eastbourne, East Sussex BN23 6QD", + options, + 5, + (labeled_component_t){"house", "admiral retail park"}, + (labeled_component_t){"road", "lottbridge drove"}, + (labeled_component_t){"city", "eastbourne"}, + (labeled_component_t){"state_district", "east sussex"}, + (labeled_component_t){"postcode", "bn23 6qd"} + )); + + CHECK_CALL(test_parse_result_equals( + // odd structure, county abbreviation + "12 Newgate Shopping Centre, George St, Bishop Auckland, Co. Durham, DL14 7JQ", + options, + 6, + (labeled_component_t){"house_number", "12"}, + (labeled_component_t){"house", "newgate shopping centre"}, + (labeled_component_t){"road", "george st"}, + (labeled_component_t){"city", "bishop auckland"}, + (labeled_component_t){"state_district", "co. durham"}, + (labeled_component_t){"postcode", "dl14 7jq"} + )); + + CHECK_CALL(test_parse_result_equals( + "Castle Court Shopping Centre Castle Street Caerphilly CF83 1NY", + options, + 4, + (labeled_component_t){"house", "castle court shopping centre"}, + (labeled_component_t){"road", "castle street"}, + (labeled_component_t){"city", "caerphilly"}, + (labeled_component_t){"postcode", "cf83 1ny"} + )); + + PASS(); +} + +TEST test_im_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // Multiple house names + "Lloyds Bank International Limited, PO Box 111, Peveril Buildings, Peveril Square, Douglas, Isle of Man IM99 1JJ", + options, + 7, + (labeled_component_t){"house", "lloyds bank international limited"}, + (labeled_component_t){"po_box", "po box 111"}, + (labeled_component_t){"house", "peveril buildings"}, + (labeled_component_t){"road", "peveril square"}, + (labeled_component_t){"city", "douglas"}, + (labeled_component_t){"country", "isle of man"}, + (labeled_component_t){"postcode", "im99 1jj"} + )); + + PASS(); +} + +TEST test_nz_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + "wellington new zealand", + options, + 2, + (labeled_component_t){"city", "wellington"}, + (labeled_component_t){"country", "new zealand"} + )); + + PASS(); +} + +TEST test_fr_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + CHECK_CALL(test_parse_result_equals( + // From https://github.com/pelias/pelias/issues/426 + "Chambéry", + options, + 1, + (labeled_component_t){"city", "chambéry"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/pelias/pelias/issues/426 + "Chambery", + options, + 1, + (labeled_component_t){"city", "chambery"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/openvenues/libpostal/issues/114 + "Paris, France", + options, + 2, + (labeled_component_t){"city", "paris"}, + (labeled_component_t){"country", "france"} + )); + + CHECK_CALL(test_parse_result_equals( + // Variant of above + "Paris", + options, + 1, + (labeled_component_t){"city", "paris"} + )); + + CHECK_CALL(test_parse_result_equals( + // Variant of above + "Paris, FR", + options, + 2, + (labeled_component_t){"city", "paris"}, + (labeled_component_t){"country", "fr"} + )); + + CHECK_CALL(test_parse_result_equals( + // Arrondissement Roman numerals + "IXe arrondissement Paris", + options, + 2, + (labeled_component_t){"city_district", "ixe arrondissement"}, + (labeled_component_t){"city", "paris"} + )); + + CHECK_CALL(test_parse_result_equals( + // Arrondissement Arabic numerals + "9e arrondissement Paris", + options, + 2, + (labeled_component_t){"city_district", "9e arrondissement"}, + (labeled_component_t){"city", "paris"} + )); + + PASS(); +} + + +TEST test_es_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + // Use Spanish toponym + CHECK_CALL(test_parse_result_equals( + "Museo del Prado C. de Ruiz de Alarcón, 23 28014 Madrid, España", + options, + 6, + (labeled_component_t){"house", "museo del prado"}, + (labeled_component_t){"road", "c. de ruiz de alarcón"}, + (labeled_component_t){"house_number", "23"}, + (labeled_component_t){"postcode", "28014"}, + (labeled_component_t){"city", "madrid"}, + (labeled_component_t){"country", "españa"} + )); + + // Use English toponym + CHECK_CALL(test_parse_result_equals( + "Museo del Prado C. de Ruiz de Alarcón, 23 28014 Madrid, Spain", + options, + 6, + (labeled_component_t){"house", "museo del prado"}, + (labeled_component_t){"road", "c. de ruiz de alarcón"}, + (labeled_component_t){"house_number", "23"}, + (labeled_component_t){"postcode", "28014"}, + (labeled_component_t){"city", "madrid"}, + (labeled_component_t){"country", "spain"} + )); + + CHECK_CALL(test_parse_result_equals( + // Spanish-style floor number + "Paseo de la Castellana, 185 - 5º, 28046 Madrid Madrid", + options, + 6, + (labeled_component_t){"road", "paseo de la castellana"}, + (labeled_component_t){"house_number", "185"}, + (labeled_component_t){"level", "5º"}, + (labeled_component_t){"postcode", "28046"}, + (labeled_component_t){"city", "madrid"}, + (labeled_component_t){"state", "madrid"} + )); + + PASS(); +} + +TEST test_co_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + "Cra 18#63-64 B Chapinero Bogotá DC Colombia", + options, + 5, + (labeled_component_t){"road", "cra 18"}, + (labeled_component_t){"house_number", "#63-64 b"}, + (labeled_component_t){"city_district", "chapinero"}, + (labeled_component_t){"city", "bogotá dc"}, + (labeled_component_t){"country", "colombia"} + )); + + CHECK_CALL(test_parse_result_equals( + "Bogotá Colombia", + options, + 2, + (labeled_component_t){"city", "bogotá"}, + (labeled_component_t){"country", "colombia"} + )); + + // Test with country code (could also be Colorado, company, etc.) + CHECK_CALL(test_parse_result_equals( + "Bogotá CO", + options, + 2, + (labeled_component_t){"city", "bogotá"}, + (labeled_component_t){"country", "co"} + )); + + // Same tests without accent + CHECK_CALL(test_parse_result_equals( + "Cra 18#63-64 B Chapinero Bogota DC Colombia", + options, + 5, + (labeled_component_t){"road", "cra 18"}, + (labeled_component_t){"house_number", "#63-64 b"}, + (labeled_component_t){"city_district", "chapinero"}, + (labeled_component_t){"city", "bogota dc"}, + (labeled_component_t){"country", "colombia"} + )); + + CHECK_CALL(test_parse_result_equals( + "Bogota Colombia", + options, + 2, + (labeled_component_t){"city", "bogota"}, + (labeled_component_t){"country", "colombia"} + )); + + CHECK_CALL(test_parse_result_equals( + "Bogota CO", + options, + 2, + (labeled_component_t){"city", "bogota"}, + (labeled_component_t){"country", "co"} + )); + + + PASS(); +} + +TEST test_mx_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + // From: https://github.com/openvenues/libpostal/issues/126 + CHECK_CALL(test_parse_result_equals( + "LÓPEZ MATEOS, 106, 21840, MEXICALI, baja-california, mx", + options, + 6, + (labeled_component_t){"road", "lópez mateos"}, + (labeled_component_t){"house_number", "106"}, + (labeled_component_t){"postcode", "21840"}, + (labeled_component_t){"city", "mexicali"}, + (labeled_component_t){"state", "baja-california"}, + (labeled_component_t){"country", "mx"} + )); + + CHECK_CALL(test_parse_result_equals( + "LORENZO DE ZOVELA, 1126, 22715, PLAYAS DE ROSARITO, baja-california, mx", + options, + 6, + (labeled_component_t){"road", "lorenzo de zovela"}, + (labeled_component_t){"house_number", "1126"}, + (labeled_component_t){"postcode", "22715"}, + (labeled_component_t){"city", "playas de rosarito"}, + (labeled_component_t){"state", "baja-california"}, + (labeled_component_t){"country", "mx"} + )); + + PASS(); +} + + +TEST test_br_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // Brazil address with sem número (s/n) and CEP used with postal code + "Theatro Municipal de São Paulo Pç. Ramos de Azevedo, s/n São Paulo - SP, CEP 01037-010", + options, + 6, + (labeled_component_t){"house", "theatro municipal de são paulo"}, + (labeled_component_t){"road", "pç. ramos de azevedo"}, + (labeled_component_t){"house_number", "s/n"}, + (labeled_component_t){"city", "são paulo"}, + (labeled_component_t){"state", "sp"}, + (labeled_component_t){"postcode", "cep 01037-010"} + )); + + PASS(); +} + +TEST test_cn_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/openvenues/libpostal/issues/71 + // Level, unit, road name containing a city (Hong Kong) + "中国,山东省,青岛市 香港东路6号,5号楼,8号室 李小方 先生收", + options, + 8, + (labeled_component_t){"country", "中国"}, + (labeled_component_t){"state", "山东省"}, + (labeled_component_t){"city", "青岛市"}, + (labeled_component_t){"road", "香港东路"}, + (labeled_component_t){"house_number", "6号"}, + (labeled_component_t){"level", "5号楼"}, + (labeled_component_t){"unit", "8号室"}, + (labeled_component_t){"house", "李小方 先生收"} + )); + PASS(); +} + + + +TEST test_jp_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // Example of a Kanji address + "〒601-8446京都市西九条高畠町25-1京都醸造株式会社", + options, + 5, + (labeled_component_t){"postcode", "〒601-8446"}, + (labeled_component_t){"city", "京都市"}, + (labeled_component_t){"suburb", "西九条高畠町"}, + (labeled_component_t){"house_number", "25-1"}, + (labeled_component_t){"house", "京都醸造株式会社"} + )); + + CHECK_CALL(test_parse_result_equals( + // Ban-go style house number, level and unit + "日本〒113-0001文京区4丁目3番2号3階323号室", + options, + 7, + (labeled_component_t){"country", "日本"}, + (labeled_component_t){"postcode", "〒113-0001"}, + (labeled_component_t){"city", "文京区"}, + (labeled_component_t){"suburb", "4丁目"}, + (labeled_component_t){"house_number", "3番2号"}, + (labeled_component_t){"level", "3階"}, + (labeled_component_t){"unit", "323号室"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/openvenues/libpostal/issues/123 + // University (slightly ambiguous i.e. the 2nd "Osaka" can be part of a campus name) + // English toponyms + "osaka university, osaka, japan, 565-0871", + options, + 4, + (labeled_component_t){"house", "osaka university"}, + (labeled_component_t){"city", "osaka"}, + (labeled_component_t){"country", "japan"}, + (labeled_component_t){"postcode", "565-0871"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/openvenues/libpostal/issues/62 + // Romaji + // Has road name (I think?) + "135, Higashifunahashi 2 Chome, Hirakata-shi Osaka-fu", + options, + 5, + (labeled_component_t){"house_number", "135"}, + (labeled_component_t){"road", "higashifunahashi"}, + (labeled_component_t){"suburb", "2 chome"}, + (labeled_component_t){"city", "hirakata-shi"}, + (labeled_component_t){"state", "osaka-fu"} + + )); + PASS(); +} + +TEST test_kr_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // English/Romanized Korean, ro + gil address, English unit + "Suite 1005, 36, Teheran-ro 87-gil, Gangnam-gu Seoul 06164 Republic of Korea", + options, + 7, + (labeled_component_t){"unit", "suite 1005"}, + (labeled_component_t){"house_number", "36"}, + (labeled_component_t){"road", "teheran-ro 87-gil"}, + (labeled_component_t){"city_district", "gangnam-gu"}, + (labeled_component_t){"city", "seoul"}, + (labeled_component_t){"postcode", "06164"}, + (labeled_component_t){"country", "republic of korea"} + )); + PASS(); +} + +TEST test_my_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/openvenues/libpostal/issues/121 + // Not adding the block format yet in case we change how it's parsed + "IBS Centre Jalan Chan Sow Lin, 55200 Kuala Lumpur, Malaysia", + options, + 5, + (labeled_component_t){"house", "ibs centre"}, + (labeled_component_t){"road", "jalan chan sow lin"}, + (labeled_component_t){"postcode", "55200"}, + (labeled_component_t){"city", "kuala lumpur"}, + (labeled_component_t){"country", "malaysia"} + )); + + PASS(); +} + +TEST test_za_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // Contains HTML entity which should be normalized + // Contains 4-digit postcode, which can be confusable with a house number + "Double Shot Tea & Coffee 15 Melle St. Braamfontein Johannesburg, 2001, South Africa", + options, + 7, + (labeled_component_t){"house", "double shot tea & coffee"}, + (labeled_component_t){"house_number", "15"}, + (labeled_component_t){"road", "melle st."}, + (labeled_component_t){"suburb", "braamfontein"}, + (labeled_component_t){"city", "johannesburg"}, + (labeled_component_t){"postcode", "2001"}, + (labeled_component_t){"country", "south africa"} + )); + PASS(); + +} + +TEST test_de_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + /* Contains German concatenated street suffix + + N.B. We may want to move ä => ae out of the Latin-ASCII transliterator + which will change the output of this test to e.g. eschenbräu bräurei + */ + "Eschenbräu Bräurei Triftstraße 67 13353 Berlin Deutschland", + options, + 6, + (labeled_component_t){"house", "eschenbräu bräurei"}, + (labeled_component_t){"road", "triftstraße"}, + (labeled_component_t){"house_number", "67"}, + (labeled_component_t){"postcode", "13353"}, + (labeled_component_t){"city", "berlin"}, + (labeled_component_t){"country", "deutschland"} + )); + + // Test transliterated versions + CHECK_CALL(test_parse_result_equals( + "Eschenbrau Braurei Triftstrasse 67 13353 Berlin Deutschland", + options, + 6, + (labeled_component_t){"house", "eschenbrau braurei"}, + (labeled_component_t){"road", "triftstrasse"}, + (labeled_component_t){"house_number", "67"}, + (labeled_component_t){"postcode", "13353"}, + (labeled_component_t){"city", "berlin"}, + (labeled_component_t){"country", "deutschland"} + )); + + CHECK_CALL(test_parse_result_equals( + "Eschenbraeu Braeurei Triftstrasse 67 13353 Berlin DE", + options, + 6, + (labeled_component_t){"house", "eschenbraeu braeurei"}, + (labeled_component_t){"road", "triftstrasse"}, + (labeled_component_t){"house_number", "67"}, + (labeled_component_t){"postcode", "13353"}, + (labeled_component_t){"city", "berlin"}, + (labeled_component_t){"country", "de"} + )); + + PASS(); +} + + +TEST test_at_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + "Eduard Sueß Gasse 9", + options, + 2, + (labeled_component_t){"road", "eduard sueß gasse"}, + (labeled_component_t){"house_number", "9"} + )); + + CHECK_CALL(test_parse_result_equals( + "Eduard-Sueß Gasse 9", + options, + 2, + (labeled_component_t){"road", "eduard-sueß gasse"}, + (labeled_component_t){"house_number", "9"} + )); + + CHECK_CALL(test_parse_result_equals( + "Eduard-Sueß-Gasse 9", + options, + 2, + (labeled_component_t){"road", "eduard-sueß-gasse"}, + (labeled_component_t){"house_number", "9"} + )); + + CHECK_CALL(test_parse_result_equals( + "Eduard Sueß-Gasse 9", + options, + 2, + (labeled_component_t){"road", "eduard sueß-gasse"}, + (labeled_component_t){"house_number", "9"} + )); + + // From https://github.com/openvenues/libpostal/issues/128 + CHECK_CALL(test_parse_result_equals( + "Wien, Österreich", + options, + 2, + (labeled_component_t){"city", "wien"}, + (labeled_component_t){"country", "österreich"} + )); + + // Transliterations + CHECK_CALL(test_parse_result_equals( + "Wien, Osterreich", + options, + 2, + (labeled_component_t){"city", "wien"}, + (labeled_component_t){"country", "osterreich"} + )); + + CHECK_CALL(test_parse_result_equals( + "Wien, Oesterreich", + options, + 2, + (labeled_component_t){"city", "wien"}, + (labeled_component_t){"country", "oesterreich"} + )); + + CHECK_CALL(test_parse_result_equals( + // English names + "Vienna, Austria", + options, + 2, + (labeled_component_t){"city", "vienna"}, + (labeled_component_t){"country", "austria"} + )); + + PASS(); +} + + +TEST test_nl_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/162 + "Nieuwe Binnenweg 17-19, Oude Westen, Rotterdam NL", + options, + 5, + (labeled_component_t){"road", "nieuwe binnenweg"}, + (labeled_component_t){"house_number", "17-19"}, + (labeled_component_t){"suburb", "oude westen"}, + (labeled_component_t){"city", "rotterdam"}, + (labeled_component_t){"country", "nl"} + )); + + CHECK_CALL(test_parse_result_equals( + "Nieuwe Binnenweg 17-19, Oude Westen, Rotterdam", + options, + 4, + (labeled_component_t){"road", "nieuwe binnenweg"}, + (labeled_component_t){"house_number", "17-19"}, + (labeled_component_t){"suburb", "oude westen"}, + (labeled_component_t){"city", "rotterdam"} + )); + + CHECK_CALL(test_parse_result_equals( + "Oude Westen, Rotterdam", + options, + 2, + (labeled_component_t){"suburb", "oude westen"}, + (labeled_component_t){"city", "rotterdam"} + )); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/75 + "Olympia 1 A begane gro", + options, + 3, + (labeled_component_t){"road", "olympia"}, + (labeled_component_t){"house_number", "1 a"}, + (labeled_component_t){"level", "begane gro"} + )); + + PASS(); +} + +TEST test_da_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + "Valdemarsgade 42 4 t.v. København, 1665 Danmark", + options, + 6, + (labeled_component_t){"road", "valdemarsgade"}, + (labeled_component_t){"house_number", "42"}, + (labeled_component_t){"unit", "4 t.v."}, + (labeled_component_t){"city", "københavn"}, + (labeled_component_t){"postcode", "1665"}, + (labeled_component_t){"country", "danmark"} + )); + + PASS(); +} + +TEST test_fi_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + "1 Hämeenkatu, Tampere, Finland", + options, + 4, + (labeled_component_t){"house_number", "1"}, + (labeled_component_t){"road", "hämeenkatu"}, + (labeled_component_t){"city", "tampere"}, + (labeled_component_t){"country", "finland"} + )); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/111 + "Pitkämäentie", + options, + 1, + (labeled_component_t){"road", "pitkämäentie"} + )); + + PASS(); +} + +TEST test_no_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // From: https://github.com/openvenues/libpostal/issues/39#issuecomment-221027220 + "Sars gate 2A, 562 OSLO", + options, + 4, + (labeled_component_t){"road", "sars gate"}, + (labeled_component_t){"house_number", "2a"}, + (labeled_component_t){"postcode", "562"}, + (labeled_component_t){"city", "oslo"} + )); + + PASS(); +} + +TEST test_se_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // Uses the "en trappa upp" (one floor up) form in Swedish addresses + "Storgatan 1, 1 trappa upp, 112 01 Stockholm Sweden", + options, + 6, + (labeled_component_t){"road", "storgatan"}, + (labeled_component_t){"house_number", "1"}, + (labeled_component_t){"level", "1 trappa upp"}, + (labeled_component_t){"postcode", "112 01"}, + (labeled_component_t){"city", "stockholm"}, + (labeled_component_t){"country", "sweden"} + )); + PASS(); +} + +TEST test_hu_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // Hungarian, 4-digit postal code + "Szimpla Kert 1075 Budapest kazinczy utca, 14", + options, + 5, + (labeled_component_t){"house", "szimpla kert"}, + (labeled_component_t){"postcode", "1075"}, + (labeled_component_t){"city", "budapest"}, + (labeled_component_t){"road", "kazinczy utca"}, + (labeled_component_t){"house_number", "14"} + )); + PASS(); +} + +TEST test_ro_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // Romanian address with staircase + "str. Pacienței, nr. 9 sc. M et. 7 ap. 96 Brașov, 505722 România", + options, + 8, + (labeled_component_t){"road", "str. pacienței"}, + (labeled_component_t){"house_number", "nr. 9"}, + (labeled_component_t){"staircase", "sc. m"}, + (labeled_component_t){"level", "et. 7"}, + (labeled_component_t){"unit", "ap. 96"}, + (labeled_component_t){"city", "brașov"}, + (labeled_component_t){"postcode", "505722"}, + (labeled_component_t){"country", "românia"} + )); + PASS(); +} + + +TEST test_ru_parses(void) { + libpostal_address_parser_options_t options = libpostal_get_address_parser_default_options(); + + CHECK_CALL(test_parse_result_equals( + // Contains Cyrillic with abbreviations + // Contains 6 digit postcode + // Contains script change, English toponyms + "Государственный Эрмитаж Дворцовая наб., 34 191186, St. Petersburg, Russia", + options, + 6, + (labeled_component_t){"house", "государственный эрмитаж"}, + (labeled_component_t){"road", "дворцовая наб."}, + (labeled_component_t){"house_number", "34"}, + (labeled_component_t){"postcode", "191186"}, + (labeled_component_t){"city", "st. petersburg"}, + (labeled_component_t){"country", "russia"} + )); + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/openvenues/libpostal/issues/138 + "Петрозаводск Карелия Российская Федерация", + options, + 3, + (labeled_component_t){"city", "петрозаводск"}, + (labeled_component_t){"state", "карелия"}, + (labeled_component_t){"country", "российская федерация"} + )); + + + CHECK_CALL(test_parse_result_equals( + // From https://github.com/openvenues/libpostal/issues/138 + "Автолюбителейроезд 24 Петрозаводск Карелия Российская Федерация 185013", + options, + 6, + (labeled_component_t){"road", "автолюбителейроезд"}, + (labeled_component_t){"house_number", "24"}, + (labeled_component_t){"city", "петрозаводск"}, + (labeled_component_t){"state", "карелия"}, + (labeled_component_t){"country", "российская федерация"}, + (labeled_component_t){"postcode", "185013"} + )); + + CHECK_CALL(test_parse_result_equals( + // Old Soviet format, from https://github.com/openvenues/libpostal/issues/125#issuecomment-269319652 + // Uses "г."" prefix for the city + // Uses "д." for house number + // Has apartment number with "кв." + "197198, г. Санкт-Петербург, ул. Съезжинская д. 10 кв. 40", + options, + 5, + (labeled_component_t){"postcode", "197198"}, + (labeled_component_t){"city", "г. санкт-петербург"}, + (labeled_component_t){"road", "ул. съезжинская"}, + (labeled_component_t){"house_number", "д. 10"}, + (labeled_component_t){"unit", "кв. 40"} + )); + + CHECK_CALL(test_parse_result_equals( + // Uses genitive place names, see https://github.com/openvenues/libpostal/issues/125#issuecomment-269438636 + "188541, г. Сосновый Бор Ленинградской области", + options, + 3, + (labeled_component_t){"postcode", "188541"}, + (labeled_component_t){"city", "г. сосновый бор"}, + (labeled_component_t){"state", "ленинградской области"} + )); + + PASS(); +} + +SUITE(libpostal_parser_tests) { + if (!libpostal_setup() || !libpostal_setup_parser()) { + printf("Could not setup libpostal\n"); + exit(EXIT_FAILURE); + } + + RUN_TEST(test_us_parses); + RUN_TEST(test_jm_parses); + RUN_TEST(test_gb_parses); + RUN_TEST(test_im_parses); + RUN_TEST(test_nz_parses); + RUN_TEST(test_fr_parses); + RUN_TEST(test_es_parses); + RUN_TEST(test_co_parses); + RUN_TEST(test_mx_parses); + RUN_TEST(test_br_parses); + RUN_TEST(test_cn_parses); + RUN_TEST(test_jp_parses); + RUN_TEST(test_kr_parses); + RUN_TEST(test_my_parses); + RUN_TEST(test_za_parses); + RUN_TEST(test_de_parses); + RUN_TEST(test_at_parses); + RUN_TEST(test_nl_parses); + RUN_TEST(test_da_parses); + RUN_TEST(test_fi_parses); + RUN_TEST(test_no_parses); + RUN_TEST(test_se_parses); + RUN_TEST(test_hu_parses); + RUN_TEST(test_ro_parses); + RUN_TEST(test_ru_parses); + + libpostal_teardown(); + libpostal_teardown_parser(); +} diff --git a/test/test_string_utils.c b/test/test_string_utils.c new file mode 100644 index 0000000..1fbf310 --- /dev/null +++ b/test/test_string_utils.c @@ -0,0 +1,342 @@ +#include + +#include "greatest.h" + +#include "../src/features.h" +#include "../src/scanner.h" +#include "../src/string_utils.h" + +SUITE(libpostal_string_utils_tests); + +TEST test_utf8_reverse(void) { + char *s = "Bünderstraße"; + char *rev = utf8_reversed_string(s); + if (rev == NULL) { + FAIL(); + } + + ASSERT_STR_EQ(rev, "eßartsrednüB"); + free(rev); + + PASS(); +} + +TEST test_utf8proc_iterate_reversed(void) { + char *s = "\xce\xa9\xcc\x93\xcd\x85"; + + int32_t ch; + ssize_t char_len; + size_t idx = strlen(s); + char_len = utf8proc_iterate_reversed((uint8_t *)s, idx, &ch); + ASSERT_EQ(char_len, 2); + ASSERT_EQ(ch, 837); + idx -= char_len; + + char_len = utf8proc_iterate_reversed((uint8_t *)s, idx, &ch); + ASSERT_EQ(char_len, 2); + ASSERT_EQ(ch, 787); + idx -= char_len; + + char_len = utf8proc_iterate_reversed((uint8_t *)s, idx, &ch); + ASSERT_EQ(char_len, 2); + ASSERT_EQ(ch, 937); + idx -= char_len; + + char_len = utf8proc_iterate_reversed((uint8_t *)s, idx, &ch); + ASSERT_EQ(char_len, 0); + ASSERT_EQ(ch, -1); + + PASS(); +} + +TEST test_utf8_compare_ignore_separators(void) { + char *str1 = "Bünderstraße"; + char *str2 = "Bünder-straße"; + + size_t prefix = utf8_common_prefix_ignore_separators(str1, str2); + + ASSERT_EQ(prefix, 14); + + PASS(); +} + +TEST test_utf8_equal_ignore_separators(void) { + char *str1 = "Bünderstraße "; + char *str2 = "Bünder-straße"; + + bool equal = utf8_common_prefix_ignore_separators(str1, str2); + ASSERT(equal); + + str1 = " Bünder-straße "; + str2 = "Bünder straße"; + equal = utf8_common_prefix_ignore_separators(str1, str2); + ASSERT(equal); + + str1 = "Bünder-straße-a"; + str2 = "Bünder straße aa"; + equal = utf8_common_prefix_ignore_separators(str1, str2); + ASSERT_FALSE(equal); + + PASS(); +} + +TEST test_feature_array_add(void) { + cstring_array *features = cstring_array_new(); + if (features == NULL) { + FAIL(); + } + feature_array_add(features, 3, "a", "foo", "blee"); + feature_array_add(features, 1, "b"); + + ASSERT_EQ(cstring_array_num_strings(features), 2); + + char *feature = cstring_array_get_string(features, 0); + size_t len = cstring_array_token_length(features, 0); + + if (feature == NULL) { + cstring_array_destroy(features); + FAIL(); + } + + ASSERT_STR_EQ(feature, "a|foo|blee"); + ASSERT_EQ(len, strlen(feature)); + + feature = cstring_array_get_string(features, 1); + len = cstring_array_token_length(features, 1); + + if (feature == NULL) { + cstring_array_destroy(features); + FAIL(); + } + + ASSERT_STR_EQ(feature, "b"); + ASSERT_EQ(len, strlen(feature)); + + char **strings = cstring_array_to_strings(features); + if (strings == NULL) { + FAIL(); + } + + ASSERT_STR_EQ(strings[0], "a|foo|blee"); + free(strings[0]); + ASSERT_STR_EQ(strings[1], "b"); + free(strings[1]); + + free(strings); + + PASS(); +} + +TEST test_char_array(void) { + char_array *str = char_array_new(); + if (str == NULL) { + FAIL(); + } + char_array_cat(str, "Bürgermeister"); + char_array_cat(str, "|"); + char_array_cat_reversed(str, "straße"); + + ASSERT_STR_EQ(str->a, "Bürgermeister|eßarts"); + + char_array_cat_printf(str, " %d %s %.2f \t ", 1234, "onetwothreefour", 12.34); + + char *expected_output = "Bürgermeister|eßarts 1234 onetwothreefour 12.34 \t "; + ASSERT_STR_EQ(str->a, expected_output); + + char *a = char_array_to_string(str); + ASSERT_STR_EQ(a, expected_output); + + char *b = string_trim(a); + ASSERT_STR_EQ(b, "Bürgermeister|eßarts 1234 onetwothreefour 12.34"); + + free(a); + free(b); + + str = char_array_new(); + #define SEPARATOR "|*|*|*|" + + char_array_add_joined(str, SEPARATOR, true, 3, "dictionaries" SEPARATOR, "foo", "bar"); + + a = char_array_get_string(str); + + ASSERT_STR_EQ(a, "dictionaries|*|*|*|foo|*|*|*|bar"); + + char_array_destroy(str); + + PASS(); +} + +TEST test_cstring_array(void) { + size_t count = 0; + cstring_array *array = cstring_array_split_no_copy(strdup("The|Low|End|Theory"), '|', &count); + if (array == NULL) { + FAIL(); + } + ASSERT_EQ(count, 4); + + char *str = NULL; + + str = cstring_array_get_string(array, 0); + if (str == NULL) { + FAIL(); + } + ASSERT_STR_EQ(str, "The"); + + str = cstring_array_get_string(array, 1); + if (str == NULL) { + FAIL(); + } + ASSERT_STR_EQ(str, "Low"); + + str = cstring_array_get_string(array, 2); + if (str == NULL) { + FAIL(); + } + ASSERT_STR_EQ(str, "End"); + + str = cstring_array_get_string(array, 3); + if (str == NULL) { + FAIL(); + } + ASSERT_STR_EQ(str, "Theory"); + + cstring_array_destroy(array); + + PASS(); +} + +TEST test_string_tree(void) { + string_tree_t *tree = string_tree_new(); + if (tree == NULL) { + FAIL(); + } + + string_tree_finalize_token(tree); + string_tree_add_string(tree, "Twenty-fifth"); + string_tree_add_string(tree, "Twentyfifth"); + string_tree_finalize_token(tree); + string_tree_add_string(tree, "Bürgermeister"); + string_tree_add_string(tree, "Buergermeister"); + string_tree_add_string(tree, "Burgermeister"); + string_tree_finalize_token(tree); + string_tree_add_string(tree, "Straße"); + string_tree_add_string(tree, "Strasse"); + string_tree_finalize_token(tree); + + ASSERT_EQ(tree->token_indices->n - 1, 4); + + ASSERT_EQ(string_tree_num_alternatives(tree, 0), 1); + ASSERT_EQ(string_tree_num_alternatives(tree, 1), 2); + ASSERT_EQ(string_tree_num_alternatives(tree, 2), 3); + ASSERT_EQ(string_tree_num_alternatives(tree, 3), 2); + + string_tree_iterator_t *iter = string_tree_iterator_new(tree); + + if (iter == NULL) { + string_tree_destroy(tree); + FAIL(); + } + size_t expected_num_tokens = 4; + ASSERT_EQ(iter->num_tokens, expected_num_tokens); + ASSERT_EQ(iter->remaining, 12); + + ASSERT_FALSE(string_tree_iterator_done(iter)); + ASSERT_EQ(iter->path[0], 0); + ASSERT_EQ(iter->path[1], 0); + ASSERT_EQ(iter->path[2], 0); + ASSERT_EQ(iter->path[3], 0); + + string_tree_iterator_next(iter); + ASSERT_FALSE(string_tree_iterator_done(iter)); + ASSERT_EQ(iter->path[0], 0); + ASSERT_EQ(iter->path[1], 0); + ASSERT_EQ(iter->path[2], 0); + ASSERT_EQ(iter->path[3], 1); + + string_tree_iterator_next(iter); + ASSERT_FALSE(string_tree_iterator_done(iter)); + ASSERT_EQ(iter->path[0], 0); + ASSERT_EQ(iter->path[1], 0); + ASSERT_EQ(iter->path[2], 1); + ASSERT_EQ(iter->path[3], 0); + + string_tree_iterator_next(iter); + ASSERT_FALSE(string_tree_iterator_done(iter)); + ASSERT_EQ(iter->path[0], 0); + ASSERT_EQ(iter->path[1], 0); + ASSERT_EQ(iter->path[2], 1); + ASSERT_EQ(iter->path[3], 1); + + string_tree_iterator_next(iter); + ASSERT_FALSE(string_tree_iterator_done(iter)); + ASSERT_EQ(iter->path[0], 0); + ASSERT_EQ(iter->path[1], 0); + ASSERT_EQ(iter->path[2], 2); + ASSERT_EQ(iter->path[3], 0); + + string_tree_iterator_next(iter); + ASSERT_FALSE(string_tree_iterator_done(iter)); + ASSERT_EQ(iter->path[0], 0); + ASSERT_EQ(iter->path[1], 0); + ASSERT_EQ(iter->path[2], 2); + ASSERT_EQ(iter->path[3], 1); + + string_tree_iterator_next(iter); + ASSERT_FALSE(string_tree_iterator_done(iter)); + ASSERT_EQ(iter->path[0], 0); + ASSERT_EQ(iter->path[1], 1); + ASSERT_EQ(iter->path[2], 0); + ASSERT_EQ(iter->path[3], 0); + + string_tree_iterator_next(iter); + ASSERT_FALSE(string_tree_iterator_done(iter)); + ASSERT_EQ(iter->path[0], 0); + ASSERT_EQ(iter->path[1], 1); + ASSERT_EQ(iter->path[2], 0); + ASSERT_EQ(iter->path[3], 1); + + string_tree_iterator_next(iter); + ASSERT_FALSE(string_tree_iterator_done(iter)); + ASSERT_EQ(iter->path[0], 0); + ASSERT_EQ(iter->path[1], 1); + ASSERT_EQ(iter->path[2], 1); + ASSERT_EQ(iter->path[3], 0); + + string_tree_iterator_next(iter); + ASSERT_FALSE(string_tree_iterator_done(iter)); + ASSERT_EQ(iter->path[0], 0); + ASSERT_EQ(iter->path[1], 1); + ASSERT_EQ(iter->path[2], 1); + ASSERT_EQ(iter->path[3], 1); + + string_tree_iterator_next(iter); + ASSERT_FALSE(string_tree_iterator_done(iter)); + ASSERT_EQ(iter->path[0], 0); + ASSERT_EQ(iter->path[1], 1); + ASSERT_EQ(iter->path[2], 2); + ASSERT_EQ(iter->path[3], 0); + + string_tree_iterator_next(iter); + ASSERT_FALSE(string_tree_iterator_done(iter)); + ASSERT_EQ(iter->path[0], 0); + ASSERT_EQ(iter->path[1], 1); + ASSERT_EQ(iter->path[2], 2); + ASSERT_EQ(iter->path[3], 1); + + string_tree_iterator_destroy(iter); + string_tree_destroy(tree); + + PASS(); +} + +SUITE(libpostal_string_utils_tests) { + RUN_TEST(test_utf8_reverse); + RUN_TEST(test_utf8proc_iterate_reversed); + RUN_TEST(test_utf8_compare_ignore_separators); + RUN_TEST(test_feature_array_add); + RUN_TEST(test_char_array); + RUN_TEST(test_cstring_array); + RUN_TEST(test_string_tree); +} + + diff --git a/test/test_transliterate.c b/test/test_transliterate.c new file mode 100644 index 0000000..770c3e1 --- /dev/null +++ b/test/test_transliterate.c @@ -0,0 +1,46 @@ +#include +#include +#include +#include + +#include "greatest.h" +#include "../src/transliterate.h" + +SUITE(libpostal_transliteration_tests); + +static greatest_test_res test_transliteration(char *trans_name, char *input, char *output) { + char *transliterated = transliterate(trans_name, input, strlen(input)); + + ASSERT_STR_EQ(output, transliterated); + free(transliterated); + PASS(); +} + +TEST test_transliterators(void) { + CHECK_CALL(test_transliteration("greek-latin", "διαφορετικούς", "diaphoretikoús̱")); + CHECK_CALL(test_transliteration("devanagari-latin", "ज़", "za")); + CHECK_CALL(test_transliteration("arabic-latin", "شارع", "sẖạrʿ")); + CHECK_CALL(test_transliteration("cyrillic-latin", "улица", "ulica")); + CHECK_CALL(test_transliteration("russian-latin-bgn", "улица", "ulitsa")); + CHECK_CALL(test_transliteration("hebrew-latin", "רחוב", "rẖwb")); + CHECK_CALL(test_transliteration("latin-ascii", "foo & bar", "foo & bar")); + CHECK_CALL(test_transliteration("latin-ascii-simple", "eschenbräu bräurei triftstraße 67½ & foo", "eschenbräu bräurei triftstraße 67½ & foo")); + CHECK_CALL(test_transliteration("han-latin", "街𠀀abcdef", "jiēhēabcdef")); + CHECK_CALL(test_transliteration("katakana-latin", "ドウ", "dou")); + CHECK_CALL(test_transliteration("hiragana-latin", "どう", "dou")); + CHECK_CALL(test_transliteration("latin-ascii-simple", "at&t", "at&t")); + CHECK_CALL(test_transliteration("latin-ascii-simple", "at&t", "at&t")); + + PASS(); +} + +GREATEST_SUITE(libpostal_transliteration_tests) { + if (!transliteration_module_setup(DEFAULT_TRANSLITERATION_PATH)) { + printf("Could not load transliterator module\n"); + exit(EXIT_FAILURE); + } + + RUN_TEST(test_transliterators); + + transliteration_module_teardown(); +} diff --git a/test/test_trie.c b/test/test_trie.c new file mode 100644 index 0000000..d3adaf9 --- /dev/null +++ b/test/test_trie.c @@ -0,0 +1,61 @@ +#include +#include +#include +#include + +#include "greatest.h" +#include "../src/scanner.h" +#include "../src/trie.h" +#include "../src/trie_search.h" + +SUITE(libpostal_trie_tests); + +static greatest_test_res test_trie_add_get(trie_t *trie, char *key, uint32_t data) { + bool added = trie_add(trie, key, data); + ASSERT(added); + + uint32_t trie_data; + bool fetched = trie_get_data(trie, key, &trie_data); + ASSERT(fetched); + ASSERT_EQ(data, trie_data); + + PASS(); +} + +static greatest_test_res test_trie_setup(trie_t *trie) { + CHECK_CALL(test_trie_add_get(trie, "st", 1)); + CHECK_CALL(test_trie_add_get(trie, "street", 2)); + CHECK_CALL(test_trie_add_get(trie, "st rt", 3)); + CHECK_CALL(test_trie_add_get(trie, "st rd", 3)); + CHECK_CALL(test_trie_add_get(trie, "state route", 4)); + CHECK_CALL(test_trie_add_get(trie, "maine", 5)); + + PASS(); +} + + +TEST test_trie(void) { + trie_t *trie = trie_new(); + ASSERT(trie != NULL); + CHECK_CALL(test_trie_setup(trie)); + + char *input = "main st r 20"; + token_array *tokens = tokenize_keep_whitespace(input); + phrase_array *phrases = trie_search_tokens(trie, input, tokens); + + ASSERT(phrases != NULL); + ASSERT(phrases->n == 1); + phrase_t phrase = phrases->a[0]; + ASSERT(phrase.start == 2); + ASSERT(phrase.len == 1); + + phrase_array_destroy(phrases); + token_array_destroy(tokens); + trie_destroy(trie); + + PASS(); +} + +GREATEST_SUITE(libpostal_trie_tests) { + RUN_TEST(test_trie); +} diff --git a/versions/base_data b/versions/base_data new file mode 100644 index 0000000..60453e6 --- /dev/null +++ b/versions/base_data @@ -0,0 +1 @@ +v1.0.0 \ No newline at end of file diff --git a/versions/language_classifier b/versions/language_classifier new file mode 100644 index 0000000..60453e6 --- /dev/null +++ b/versions/language_classifier @@ -0,0 +1 @@ +v1.0.0 \ No newline at end of file diff --git a/versions/parser b/versions/parser new file mode 100644 index 0000000..0ec25f7 --- /dev/null +++ b/versions/parser @@ -0,0 +1 @@ +v1.0.0 diff --git a/versions/senzing/base_data b/versions/senzing/base_data new file mode 100644 index 0000000..60453e6 --- /dev/null +++ b/versions/senzing/base_data @@ -0,0 +1 @@ +v1.0.0 \ No newline at end of file diff --git a/versions/senzing/language_classifier b/versions/senzing/language_classifier new file mode 100644 index 0000000..60453e6 --- /dev/null +++ b/versions/senzing/language_classifier @@ -0,0 +1 @@ +v1.0.0 \ No newline at end of file diff --git a/versions/senzing/parser b/versions/senzing/parser new file mode 100644 index 0000000..0ec25f7 --- /dev/null +++ b/versions/senzing/parser @@ -0,0 +1 @@ +v1.0.0 diff --git a/windows/configure.ac b/windows/configure.ac new file mode 100644 index 0000000..24e73fe --- /dev/null +++ b/windows/configure.ac @@ -0,0 +1,117 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +m4_define(LIBPOSTAL_MAJOR_VERSION, [1]) +m4_define(LIBPOSTAL_MINOR_VERSION, [1]) +m4_define(LIBPOSTAL_PATCH_VERSION, [0]) + +AC_INIT([libpostal], LIBPOSTAL_MAJOR_VERSION.LIBPOSTAL_MINOR_VERSION.LIBPOSTAL_PATCH_VERSION) + +AC_CONFIG_MACRO_DIR([m4]) + +AM_INIT_AUTOMAKE([foreign subdir-objects]) +AC_CONFIG_SRCDIR([src]) +LT_INIT([win32-dll]) + +AC_CONFIG_HEADERS([config.h]) + +# Checks for programs. +AC_PROG_CC_C99 +AC_PROG_INSTALL + +LDFLAGS="$LDFLAGS -L/usr/local/lib" + +# Checks for libraries. +AC_SEARCH_LIBS([log], + [m],,[AC_MSG_ERROR([Could not find math library])]) + +# Checks for header files. +AC_HEADER_STDC +AC_HEADER_TIME +AC_HEADER_DIRENT +AC_HEADER_STDBOOL +AC_CHECK_HEADERS([fcntl.h float.h inttypes.h limits.h locale.h malloc.h memory.h stddef.h stdint.h stdlib.h string.h unistd.h]) + +# Checks for typedefs, structures, and compiler characteristics. +AC_C_INLINE +AC_TYPE_INT16_T +AC_TYPE_INT32_T +AC_TYPE_INT64_T +AC_TYPE_INT8_T +AC_TYPE_OFF_T +AC_TYPE_SIZE_T +AC_TYPE_SSIZE_T +AC_TYPE_UINT16_T +AC_TYPE_UINT32_T +AC_TYPE_UINT64_T +AC_TYPE_UINT8_T +AC_CHECK_TYPES([ptrdiff_t]) + +# Checks for library functions. +AC_CHECK_FUNCS([malloc realloc drand48 getcwd gettimeofday memmove memset regcomp setlocale sqrt strdup strndup]) + +AC_SUBST([LIBPOSTAL_DATA_DIR_VERSION_STRING], [v1]) + +DATA_FILE_LATEST_VERSION=$(cat $srcdir/versions/base_data) +PARSER_MODEL_LATEST_VERSION=$(cat $srcdir/versions/parser) +LANG_CLASS_MODEL_LATEST_VERSION=$(cat $srcdir/versions/language_classifier) + +AC_SUBST([LIBPOSTAL_DATA_FILE_LATEST_VERSION], [$DATA_FILE_LATEST_VERSION]) +AC_SUBST([LIBPOSTAL_PARSER_MODEL_LATEST_VERSION], [$PARSER_MODEL_LATEST_VERSION]) +AC_SUBST([LIBPOSTAL_LANG_CLASS_MODEL_LATEST_VERSION], [$LANG_CLASS_MODEL_LATEST_VERSION]) + +AC_CONFIG_FILES([Makefile + libpostal.pc + src/Makefile + src/libpostal_data + test/Makefile], [chmod +x src/libpostal_data]) + +AC_CHECK_PROG([FOUND_SHUF], [shuf], [yes]) +AC_CHECK_PROG([FOUND_GSHUF], [gshuf], [yes]) + +AS_IF([test "x$FOUND_SHUF" = xyes], [AC_DEFINE([HAVE_SHUF], [1], [shuf available])]) +AS_IF([test "x$FOUND_GSHUF" = xyes], [AC_DEFINE([HAVE_GSHUF], [1], [gshuf available])]) + +# ------------------------------------------------------------------ +# Checks for SSE2 build +# ------------------------------------------------------------------ + +AC_ARG_ENABLE([sse2], + AS_HELP_STRING( + [--disable-sse2], + [disable SSE2 optimization routines] + ) + ) + +AS_IF([test "x$enable_sse2" != "xno"], [ + CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}" +]) + +AC_CHECK_HEADER(cblas.h, [AX_CBLAS]) + +AC_ARG_ENABLE([data-download], + [ --disable-data-download Disable downloading data], + [case "${enableval}" in + yes) DOWNLOAD_DATA=true ;; + no) DOWNLOAD_DATA=false ;; + *) AC_MSG_ERROR([bad value ${enableval} for --disable-data-download]) ;; + esac], [DOWNLOAD_DATA=true]) + +AM_CONDITIONAL([DOWNLOAD_DATA], [test "x$DOWNLOAD_DATA" = "xtrue"]) + +AC_ARG_WITH(cflags-scanner-extra, [AS_HELP_STRING([--with-cflags-scanner-extra@<:@=VALUE@:>@], [Extra compilation options for scanner.c])], +[ + if test "x$withval" = "xno"; then + CFLAGS_SCANNER_EXTRA="" + else + CFLAGS_SCANNER_EXTRA="$withval" + fi +], +[ CFLAGS_SCANNER_EXTRA="" ] +) + +AC_MSG_NOTICE([extra cflags for scanner.c: $CFLAGS_SCANNER_EXTRA]) +AC_SUBST(CFLAGS_SCANNER_EXTRA) +AC_SUBST(LIBPOSTAL_SO_VERSION, LIBPOSTAL_MAJOR_VERSION:LIBPOSTAL_MINOR_VERSION:LIBPOSTAL_PATCH_VERSION) + +AC_OUTPUT